summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/qa/extras/ooxmlexport/data/tdf138899.docxbin0 -> 22715 bytes
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport12.cxx7
-rw-r--r--writerfilter/source/dmapper/DomainMapper.cxx3
-rw-r--r--writerfilter/source/dmapper/DomainMapper_Impl.cxx8
4 files changed, 13 insertions, 5 deletions
diff --git a/sw/qa/extras/ooxmlexport/data/tdf138899.docx b/sw/qa/extras/ooxmlexport/data/tdf138899.docx
new file mode 100644
index 000000000000..3e346ac0e4d9
--- /dev/null
+++ b/sw/qa/extras/ooxmlexport/data/tdf138899.docx
Binary files differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx
index f1934775b1c1..6d257d761ac9 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx
@@ -938,6 +938,13 @@ DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testTdf99631, "tdf99631.docx")
assertXPath(pXmlDoc, "/w:document/w:body/w:p[2]/w:r[2]/w:object[1]", "dyaOrig", "768");
}
+DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testTdf138899, "tdf138899.docx")
+{
+ xmlDocUniquePtr pXmlDocument = parseExport("word/document.xml");
+ // This was 6, not removed empty temporary paragraph at the end of the section
+ assertXPath(pXmlDocument, "/w:document/w:body/w:p", 5);
+}
+
DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testTdf122563, "tdf122563.docx")
{
xmlDocUniquePtr pXmlDoc = parseExport("word/document.xml");
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index ec93ba4acdb3..ea64b4aa5f52 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -3512,7 +3512,8 @@ void DomainMapper::lcl_utext(const sal_uInt8 * data_, size_t len)
if (bNewLine)
{
const bool bSingleParagraph = m_pImpl->GetIsFirstParagraphInSection() && m_pImpl->GetIsLastParagraphInSection();
- const bool bSingleParagraphAfterRedline = m_pImpl->GetIsFirstParagraphInSection(true) && m_pImpl->GetIsLastParagraphInSection();
+ const bool bSingleParagraphAfterRedline = m_pImpl->GetIsFirstParagraphInSection(/*bAfterRedline=*/true) &&
+ m_pImpl->GetIsLastParagraphInSection();
PropertyMapPtr pContext = m_pImpl->GetTopContextOfType(CONTEXT_PARAGRAPH);
if (!m_pImpl->GetFootnoteContext())
{
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 5325190d5ef2..580de1b9730c 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -2076,20 +2076,20 @@ void DomainMapper_Impl::finishParagraph( const PropertyMapPtr& pPropertyMap, con
else
SetIsPreviousParagraphFramed(false);
- m_bParaChanged = false;
m_bRemoveThisParagraph = false;
if( !IsInHeaderFooter() && !IsInShape() && (!pParaContext || !pParaContext->IsFrameMode()) )
{ // If the paragraph is in a frame, shape or header/footer, it's not a paragraph of the section itself.
SetIsFirstParagraphInSection(false);
- // count first not deleted paragraph as first paragraph in section to avoid of
- // its deletion later, resulting loss of the associated page break
- if (!m_previousRedline)
+ // don't count an empty deleted paragraph as first paragraph in section to avoid of
+ // the deletion of the next empty paragraph later, resulting loss of the associated page break
+ if (!m_previousRedline || m_bParaChanged)
{
SetIsFirstParagraphInSectionAfterRedline(false);
SetIsLastParagraphInSection(false);
}
}
m_previousRedline.clear();
+ m_bParaChanged = false;
if (m_bIsFirstParaInShape)
m_bIsFirstParaInShape = false;
e/af/svx/messages.po?h=libreoffice-7-3&id=61991bde16235b2c9c4028466bcdc51a352e7bc5&id2=e3802bb90081c3cc63ca8ec9726772d8e42299b0'>source/af/svx/messages.po5899
-rw-r--r--source/af/sw/messages.po7610
-rw-r--r--source/af/swext/mediawiki/help.po19
-rw-r--r--source/af/uui/messages.po412
-rw-r--r--source/af/vcl/messages.po615
-rw-r--r--source/af/wizards/messages.po532
-rw-r--r--source/af/writerperfect/messages.po102
-rw-r--r--source/af/xmlsecurity/messages.po187
-rw-r--r--source/am/accessibility/messages.po26
-rw-r--r--source/am/avmedia/messages.po48
-rw-r--r--source/am/basctl/messages.po322
-rw-r--r--source/am/basic/messages.po274
-rw-r--r--source/am/chart2/messages.po1255
-rw-r--r--source/am/connectivity/messages.po226
-rw-r--r--source/am/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/am/cui/messages.po4911
-rw-r--r--source/am/dbaccess/messages.po1662
-rw-r--r--source/am/desktop/messages.po328
-rw-r--r--source/am/dictionaries/id.po25
-rw-r--r--source/am/editeng/messages.po539
-rw-r--r--source/am/extensions/messages.po1373
-rw-r--r--source/am/extras/source/autocorr/emoji.po10
-rw-r--r--source/am/extras/source/gallery/share.po20
-rw-r--r--source/am/filter/messages.po456
-rw-r--r--source/am/filter/source/config/fragments/filters.po65
-rw-r--r--source/am/filter/source/config/fragments/types.po40
-rw-r--r--source/am/forms/messages.po120
-rw-r--r--source/am/formula/messages.po878
-rw-r--r--source/am/fpicker/messages.po133
-rw-r--r--source/am/framework/messages.po62
-rw-r--r--source/am/helpcontent2/source/auxiliary.po8
-rw-r--r--source/am/helpcontent2/source/text/sbasic/guide.po56
-rw-r--r--source/am/helpcontent2/source/text/sbasic/shared.po1971
-rw-r--r--source/am/helpcontent2/source/text/scalc/01.po1276
-rw-r--r--source/am/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/am/helpcontent2/source/text/scalc/guide.po86
-rw-r--r--source/am/helpcontent2/source/text/schart.po34
-rw-r--r--source/am/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/am/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/am/helpcontent2/source/text/sdraw/guide.po80
-rw-r--r--source/am/helpcontent2/source/text/shared.po26
-rw-r--r--source/am/helpcontent2/source/text/shared/00.po128
-rw-r--r--source/am/helpcontent2/source/text/shared/01.po1600
-rw-r--r--source/am/helpcontent2/source/text/shared/02.po52
-rw-r--r--source/am/helpcontent2/source/text/shared/06.po33
-rw-r--r--source/am/helpcontent2/source/text/shared/autopi.po332
-rw-r--r--source/am/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--source/am/helpcontent2/source/text/shared/guide.po188
-rw-r--r--source/am/helpcontent2/source/text/shared/optionen.po252
-rw-r--r--source/am/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/am/helpcontent2/source/text/simpress/01.po350
-rw-r--r--source/am/helpcontent2/source/text/simpress/guide.po52
-rw-r--r--source/am/helpcontent2/source/text/smath/01.po24
-rw-r--r--source/am/helpcontent2/source/text/swriter.po30
-rw-r--r--source/am/helpcontent2/source/text/swriter/01.po546
-rw-r--r--source/am/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/am/helpcontent2/source/text/swriter/guide.po54
-rw-r--r--source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/am/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/am/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/am/officecfg/registry/data/org/openoffice/Office/UI.po1001
-rw-r--r--source/am/readlicense_oo/docs.po52
-rw-r--r--source/am/reportdesign/messages.po518
-rw-r--r--source/am/sc/messages.po9431
-rw-r--r--source/am/scaddins/messages.po1806
-rw-r--r--source/am/sccomp/messages.po30
-rw-r--r--source/am/scp2/source/calc.po12
-rw-r--r--source/am/scp2/source/graphicfilter.po12
-rw-r--r--source/am/sd/messages.po2728
-rw-r--r--source/am/sfx2/messages.po1215
-rw-r--r--source/am/starmath/messages.po1120
-rw-r--r--source/am/svl/messages.po360
-rw-r--r--source/am/svtools/messages.po1891
-rw-r--r--source/am/svx/messages.po5914
-rw-r--r--source/am/sw/messages.po7641
-rw-r--r--source/am/swext/mediawiki/help.po26
-rw-r--r--source/am/uui/messages.po432
-rw-r--r--source/am/vcl/messages.po616
-rw-r--r--source/am/wizards/messages.po532
-rw-r--r--source/am/writerperfect/messages.po110
-rw-r--r--source/am/xmlsecurity/messages.po190
-rw-r--r--source/an/accessibility/messages.po24
-rw-r--r--source/an/avmedia/messages.po46
-rw-r--r--source/an/basctl/messages.po312
-rw-r--r--source/an/basic/messages.po272
-rw-r--r--source/an/chart2/messages.po1251
-rw-r--r--source/an/connectivity/messages.po224
-rw-r--r--source/an/connectivity/registry/mork/org/openoffice/Office/DataAccess.po12
-rw-r--r--source/an/cui/messages.po4901
-rw-r--r--source/an/dbaccess/messages.po1646
-rw-r--r--source/an/desktop/messages.po326
-rw-r--r--source/an/dictionaries/id.po22
-rw-r--r--source/an/editeng/messages.po537
-rw-r--r--source/an/extensions/messages.po1351
-rw-r--r--source/an/extras/source/gallery/share.po10
-rw-r--r--source/an/filter/messages.po446
-rw-r--r--source/an/filter/source/config/fragments/filters.po35
-rw-r--r--source/an/filter/source/config/fragments/types.po20
-rw-r--r--source/an/forms/messages.po118
-rw-r--r--source/an/formula/messages.po876
-rw-r--r--source/an/fpicker/messages.po127
-rw-r--r--source/an/framework/messages.po60
-rw-r--r--source/an/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/an/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/an/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/an/officecfg/registry/data/org/openoffice/Office/UI.po996
-rw-r--r--source/an/readlicense_oo/docs.po28
-rw-r--r--source/an/reportdesign/messages.po518
-rw-r--r--source/an/sc/messages.po9414
-rw-r--r--source/an/scaddins/messages.po1804
-rw-r--r--source/an/sccomp/messages.po30
-rw-r--r--source/an/sd/messages.po2688
-rw-r--r--source/an/sfx2/messages.po1195
-rw-r--r--source/an/starmath/messages.po1112
-rw-r--r--source/an/svl/messages.po357
-rw-r--r--source/an/svtools/messages.po1853
-rw-r--r--source/an/svx/messages.po5866
-rw-r--r--source/an/sw/messages.po7584
-rw-r--r--source/an/swext/mediawiki/help.po18
-rw-r--r--source/an/uui/messages.po383
-rw-r--r--source/an/vcl/messages.po612
-rw-r--r--source/an/wizards/messages.po532
-rw-r--r--source/an/writerperfect/messages.po102
-rw-r--r--source/an/xmlsecurity/messages.po184
-rw-r--r--source/ar/accessibility/messages.po24
-rw-r--r--source/ar/avmedia/messages.po48
-rw-r--r--source/ar/basctl/messages.po312
-rw-r--r--source/ar/basic/messages.po272
-rw-r--r--source/ar/chart2/messages.po1261
-rw-r--r--source/ar/connectivity/messages.po224
-rw-r--r--source/ar/connectivity/registry/mork/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/ar/cui/messages.po5104
-rw-r--r--source/ar/dbaccess/messages.po1652
-rw-r--r--source/ar/desktop/messages.po340
-rw-r--r--source/ar/dictionaries/id.po22
-rw-r--r--source/ar/editeng/messages.po543
-rw-r--r--source/ar/extensions/messages.po1368
-rw-r--r--source/ar/extras/source/gallery/share.po14
-rw-r--r--source/ar/filter/messages.po452
-rw-r--r--source/ar/filter/source/config/fragments/filters.po57
-rw-r--r--source/ar/filter/source/config/fragments/types.po40
-rw-r--r--source/ar/forms/messages.po118
-rw-r--r--source/ar/formula/messages.po876
-rw-r--r--source/ar/fpicker/messages.po127
-rw-r--r--source/ar/framework/messages.po60
-rw-r--r--source/ar/helpcontent2/source/auxiliary.po6
-rw-r--r--source/ar/helpcontent2/source/text/sbasic/guide.po30
-rw-r--r--source/ar/helpcontent2/source/text/sbasic/shared.po1012
-rw-r--r--source/ar/helpcontent2/source/text/scalc/01.po990
-rw-r--r--source/ar/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/ar/helpcontent2/source/text/scalc/guide.po66
-rw-r--r--source/ar/helpcontent2/source/text/schart.po16
-rw-r--r--source/ar/helpcontent2/source/text/schart/00.po4
-rw-r--r--source/ar/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/ar/helpcontent2/source/text/sdraw/guide.po54
-rw-r--r--source/ar/helpcontent2/source/text/shared.po26
-rw-r--r--source/ar/helpcontent2/source/text/shared/00.po102
-rw-r--r--source/ar/helpcontent2/source/text/shared/01.po1214
-rw-r--r--source/ar/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/ar/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/ar/helpcontent2/source/text/shared/autopi.po164
-rw-r--r--source/ar/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/ar/helpcontent2/source/text/shared/guide.po116
-rw-r--r--source/ar/helpcontent2/source/text/shared/optionen.po152
-rw-r--r--source/ar/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/ar/helpcontent2/source/text/simpress/01.po288
-rw-r--r--source/ar/helpcontent2/source/text/simpress/guide.po26
-rw-r--r--source/ar/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/ar/helpcontent2/source/text/swriter.po22
-rw-r--r--source/ar/helpcontent2/source/text/swriter/01.po446
-rw-r--r--source/ar/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/ar/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po52
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office/UI.po1029
-rw-r--r--source/ar/readlicense_oo/docs.po60
-rw-r--r--source/ar/reportdesign/messages.po520
-rw-r--r--source/ar/sc/messages.po9443
-rw-r--r--source/ar/scaddins/messages.po1804
-rw-r--r--source/ar/sccomp/messages.po30
-rw-r--r--source/ar/scp2/source/onlineupdate.po14
-rw-r--r--source/ar/sd/messages.po2737
-rw-r--r--source/ar/sfx2/messages.po1220
-rw-r--r--source/ar/starmath/messages.po1110
-rw-r--r--source/ar/svl/messages.po356
-rw-r--r--source/ar/svtools/messages.po1893
-rw-r--r--source/ar/svx/messages.po5947
-rw-r--r--source/ar/sw/messages.po7688
-rw-r--r--source/ar/swext/mediawiki/help.po31
-rw-r--r--source/ar/uui/messages.po406
-rw-r--r--source/ar/vcl/messages.po614
-rw-r--r--source/ar/wizards/messages.po532
-rw-r--r--source/ar/writerperfect/messages.po102
-rw-r--r--source/ar/xmlsecurity/messages.po188
-rw-r--r--source/as/accessibility/messages.po25
-rw-r--r--source/as/avmedia/messages.po46
-rw-r--r--source/as/basctl/messages.po312
-rw-r--r--source/as/basic/messages.po272
-rw-r--r--source/as/chart2/messages.po1251
-rw-r--r--source/as/connectivity/messages.po224
-rw-r--r--source/as/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/as/cui/messages.po4915
-rw-r--r--source/as/dbaccess/messages.po1652
-rw-r--r--source/as/desktop/messages.po326
-rw-r--r--source/as/dictionaries/id.po22
-rw-r--r--source/as/editeng/messages.po537
-rw-r--r--source/as/extensions/messages.po1362
-rw-r--r--source/as/extras/source/gallery/share.po16
-rw-r--r--source/as/filter/messages.po446
-rw-r--r--source/as/filter/source/config/fragments/filters.po62
-rw-r--r--source/as/filter/source/config/fragments/types.po47
-rw-r--r--source/as/forms/messages.po118
-rw-r--r--source/as/formula/messages.po876
-rw-r--r--source/as/fpicker/messages.po127
-rw-r--r--source/as/framework/messages.po60
-rw-r--r--source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po47
-rw-r--r--source/as/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/as/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/as/officecfg/registry/data/org/openoffice/Office/UI.po962
-rw-r--r--source/as/readlicense_oo/docs.po54
-rw-r--r--source/as/reportdesign/messages.po518
-rw-r--r--source/as/sc/messages.po9423
-rw-r--r--source/as/scaddins/messages.po1804
-rw-r--r--source/as/sccomp/messages.po30
-rw-r--r--source/as/sd/messages.po2721
-rw-r--r--source/as/sfx2/messages.po1195
-rw-r--r--source/as/starmath/messages.po1122
-rw-r--r--source/as/svl/messages.po354
-rw-r--r--source/as/svtools/messages.po1881
-rw-r--r--source/as/svx/messages.po5899
-rw-r--r--source/as/sw/messages.po7625
-rw-r--r--source/as/swext/mediawiki/help.po19
-rw-r--r--source/as/uui/messages.po412
-rw-r--r--source/as/vcl/messages.po621
-rw-r--r--source/as/wizards/messages.po532
-rw-r--r--source/as/writerperfect/messages.po102
-rw-r--r--source/as/xmlsecurity/messages.po186
-rw-r--r--source/ast/accessibility/messages.po25
-rw-r--r--source/ast/avmedia/messages.po46
-rw-r--r--source/ast/basctl/messages.po312
-rw-r--r--source/ast/basic/messages.po272
-rw-r--r--source/ast/chart2/messages.po1251
-rw-r--r--source/ast/connectivity/messages.po224
-rw-r--r--source/ast/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/ast/cui/messages.po4914
-rw-r--r--source/ast/dbaccess/messages.po1648
-rw-r--r--source/ast/desktop/messages.po326
-rw-r--r--source/ast/dictionaries/id.po22
-rw-r--r--source/ast/editeng/messages.po537
-rw-r--r--source/ast/extensions/messages.po1351
-rw-r--r--source/ast/extras/source/gallery/share.po18
-rw-r--r--source/ast/filter/messages.po446
-rw-r--r--source/ast/filter/source/config/fragments/filters.po64
-rw-r--r--source/ast/filter/source/config/fragments/types.po47
-rw-r--r--source/ast/forms/messages.po118
-rw-r--r--source/ast/formula/messages.po876
-rw-r--r--source/ast/fpicker/messages.po127
-rw-r--r--source/ast/framework/messages.po60
-rw-r--r--source/ast/helpcontent2/source/auxiliary.po6
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/guide.po50
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared.po1862
-rw-r--r--source/ast/helpcontent2/source/text/scalc/01.po1196
-rw-r--r--source/ast/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/ast/helpcontent2/source/text/scalc/guide.po78
-rw-r--r--source/ast/helpcontent2/source/text/schart.po30
-rw-r--r--source/ast/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/ast/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/ast/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/ast/helpcontent2/source/text/shared.po26
-rw-r--r--source/ast/helpcontent2/source/text/shared/00.po122
-rw-r--r--source/ast/helpcontent2/source/text/shared/01.po1198
-rw-r--r--source/ast/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/ast/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/ast/helpcontent2/source/text/shared/autopi.po322
-rw-r--r--source/ast/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/ast/helpcontent2/source/text/shared/guide.po148
-rw-r--r--source/ast/helpcontent2/source/text/shared/optionen.po220
-rw-r--r--source/ast/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/ast/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/ast/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/ast/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/ast/helpcontent2/source/text/swriter.po26
-rw-r--r--source/ast/helpcontent2/source/text/swriter/01.po540
-rw-r--r--source/ast/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/ast/helpcontent2/source/text/swriter/guide.po50
-rw-r--r--source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po962
-rw-r--r--source/ast/readlicense_oo/docs.po53
-rw-r--r--source/ast/reportdesign/messages.po518
-rw-r--r--source/ast/sc/messages.po9423
-rw-r--r--source/ast/scaddins/messages.po1804
-rw-r--r--source/ast/sccomp/messages.po30
-rw-r--r--source/ast/sd/messages.po2723
-rw-r--r--source/ast/sfx2/messages.po1195
-rw-r--r--source/ast/starmath/messages.po1110
-rw-r--r--source/ast/svl/messages.po354
-rw-r--r--source/ast/svtools/messages.po1881
-rw-r--r--source/ast/svx/messages.po5899
-rw-r--r--source/ast/sw/messages.po7613
-rw-r--r--source/ast/swext/mediawiki/help.po19
-rw-r--r--source/ast/uui/messages.po412
-rw-r--r--source/ast/vcl/messages.po617
-rw-r--r--source/ast/wizards/messages.po532
-rw-r--r--source/ast/writerperfect/messages.po102
-rw-r--r--source/ast/xmlsecurity/messages.po186
-rw-r--r--source/az/accessibility/messages.po24
-rw-r--r--source/az/avmedia/messages.po46
-rw-r--r--source/az/basctl/messages.po312
-rw-r--r--source/az/basic/messages.po272
-rw-r--r--source/az/chart2/messages.po1251
-rw-r--r--source/az/connectivity/messages.po224
-rw-r--r--source/az/connectivity/registry/mork/org/openoffice/Office/DataAccess.po6
-rw-r--r--source/az/cui/messages.po4894
-rw-r--r--source/az/dbaccess/messages.po1646
-rw-r--r--source/az/desktop/messages.po326
-rw-r--r--source/az/dictionaries/id.po22
-rw-r--r--source/az/editeng/messages.po537
-rw-r--r--source/az/extensions/messages.po1351
-rw-r--r--source/az/extras/source/gallery/share.po12
-rw-r--r--source/az/filter/messages.po446
-rw-r--r--source/az/filter/source/config/fragments/filters.po35
-rw-r--r--source/az/filter/source/config/fragments/types.po20
-rw-r--r--source/az/forms/messages.po118
-rw-r--r--source/az/formula/messages.po876
-rw-r--r--source/az/fpicker/messages.po127
-rw-r--r--source/az/framework/messages.po60
-rw-r--r--source/az/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/az/officecfg/registry/data/org/openoffice.po6
-rw-r--r--source/az/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/az/officecfg/registry/data/org/openoffice/Office/UI.po891
-rw-r--r--source/az/readlicense_oo/docs.po28
-rw-r--r--source/az/reportdesign/messages.po518
-rw-r--r--source/az/sc/messages.po9396
-rw-r--r--source/az/scaddins/messages.po1804
-rw-r--r--source/az/sccomp/messages.po30
-rw-r--r--source/az/sd/messages.po2688
-rw-r--r--source/az/sfx2/messages.po1195
-rw-r--r--source/az/starmath/messages.po1108
-rw-r--r--source/az/svl/messages.po362
-rw-r--r--source/az/svtools/messages.po1851
-rw-r--r--source/az/svx/messages.po5864
-rw-r--r--source/az/sw/messages.po7574
-rw-r--r--source/az/swext/mediawiki/help.po18
-rw-r--r--source/az/uui/messages.po384
-rw-r--r--source/az/vcl/messages.po612
-rw-r--r--source/az/wizards/messages.po532
-rw-r--r--source/az/writerperfect/messages.po102
-rw-r--r--source/az/xmlsecurity/messages.po184
-rw-r--r--source/be/accessibility/messages.po24
-rw-r--r--source/be/avmedia/messages.po48
-rw-r--r--source/be/basctl/messages.po312
-rw-r--r--source/be/basic/messages.po272
-rw-r--r--source/be/chart2/messages.po1253
-rw-r--r--source/be/connectivity/messages.po226
-rw-r--r--source/be/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/be/cui/messages.po4907
-rw-r--r--source/be/dbaccess/messages.po1656
-rw-r--r--source/be/desktop/messages.po328
-rw-r--r--source/be/dictionaries/id.po22
-rw-r--r--source/be/editeng/messages.po539
-rw-r--r--source/be/extensions/messages.po1363
-rw-r--r--source/be/extras/source/gallery/share.po20
-rw-r--r--source/be/filter/messages.po448
-rw-r--r--source/be/filter/source/config/fragments/filters.po61
-rw-r--r--source/be/filter/source/config/fragments/types.po38
-rw-r--r--source/be/forms/messages.po118
-rw-r--r--source/be/formula/messages.po878
-rw-r--r--source/be/fpicker/messages.po129
-rw-r--r--source/be/framework/messages.po60
-rw-r--r--source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/be/officecfg/registry/data/org/openoffice.po8
-rw-r--r--source/be/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/be/officecfg/registry/data/org/openoffice/Office/UI.po984
-rw-r--r--source/be/readlicense_oo/docs.po57
-rw-r--r--source/be/reportdesign/messages.po522
-rw-r--r--source/be/sc/messages.po9418
-rw-r--r--source/be/scaddins/messages.po1806
-rw-r--r--source/be/sccomp/messages.po32
-rw-r--r--source/be/sd/messages.po2710
-rw-r--r--source/be/sfx2/messages.po1199
-rw-r--r--source/be/starmath/messages.po1112
-rw-r--r--source/be/svl/messages.po356
-rw-r--r--source/be/svtools/messages.po1885
-rw-r--r--source/be/svx/messages.po5902
-rw-r--r--source/be/sw/messages.po7619
-rw-r--r--source/be/swext/mediawiki/help.po20
-rw-r--r--source/be/uui/messages.po408
-rw-r--r--source/be/vcl/messages.po614
-rw-r--r--source/be/wizards/messages.po532
-rw-r--r--source/be/writerperfect/messages.po104
-rw-r--r--source/be/xmlsecurity/messages.po188
-rw-r--r--source/bg/accessibility/messages.po24
-rw-r--r--source/bg/avmedia/messages.po48
-rw-r--r--source/bg/basctl/messages.po312
-rw-r--r--source/bg/basic/messages.po272
-rw-r--r--source/bg/chart2/messages.po1257
-rw-r--r--source/bg/connectivity/messages.po226
-rw-r--r--source/bg/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/bg/cui/messages.po4919
-rw-r--r--source/bg/dbaccess/messages.po1658
-rw-r--r--source/bg/desktop/messages.po326
-rw-r--r--source/bg/dictionaries/id.po25
-rw-r--r--source/bg/dictionaries/no.po14
-rw-r--r--source/bg/editeng/messages.po539
-rw-r--r--source/bg/extensions/messages.po1367
-rw-r--r--source/bg/extras/source/autocorr/emoji.po6
-rw-r--r--source/bg/extras/source/gallery/share.po20
-rw-r--r--source/bg/filter/messages.po446
-rw-r--r--source/bg/filter/source/config/fragments/filters.po65
-rw-r--r--source/bg/filter/source/config/fragments/types.po40
-rw-r--r--source/bg/forms/messages.po118
-rw-r--r--source/bg/formula/messages.po876
-rw-r--r--source/bg/fpicker/messages.po133
-rw-r--r--source/bg/framework/messages.po60
-rw-r--r--source/bg/helpcontent2/source/auxiliary.po10
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/guide.po60
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po2034
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared/01.po8
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared/02.po12
-rw-r--r--source/bg/helpcontent2/source/text/scalc/01.po1280
-rw-r--r--source/bg/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/bg/helpcontent2/source/text/scalc/guide.po88
-rw-r--r--source/bg/helpcontent2/source/text/schart.po36
-rw-r--r--source/bg/helpcontent2/source/text/schart/00.po10
-rw-r--r--source/bg/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/bg/helpcontent2/source/text/sdraw/guide.po78
-rw-r--r--source/bg/helpcontent2/source/text/shared.po26
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po124
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po1642
-rw-r--r--source/bg/helpcontent2/source/text/shared/02.po66
-rw-r--r--source/bg/helpcontent2/source/text/shared/06.po33
-rw-r--r--source/bg/helpcontent2/source/text/shared/autopi.po332
-rw-r--r--source/bg/helpcontent2/source/text/shared/explorer/database.po26
-rw-r--r--source/bg/helpcontent2/source/text/shared/guide.po166
-rw-r--r--source/bg/helpcontent2/source/text/shared/optionen.po260
-rw-r--r--source/bg/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/bg/helpcontent2/source/text/simpress/01.po354
-rw-r--r--source/bg/helpcontent2/source/text/simpress/02.po6
-rw-r--r--source/bg/helpcontent2/source/text/simpress/guide.po56
-rw-r--r--source/bg/helpcontent2/source/text/smath/01.po18
-rw-r--r--source/bg/helpcontent2/source/text/swriter.po32
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po562
-rw-r--r--source/bg/helpcontent2/source/text/swriter/04.po42
-rw-r--r--source/bg/helpcontent2/source/text/swriter/guide.po64
-rw-r--r--source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po50
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office/UI.po997
-rw-r--r--source/bg/readlicense_oo/docs.po58
-rw-r--r--source/bg/reportdesign/messages.po518
-rw-r--r--source/bg/sc/messages.po9423
-rw-r--r--source/bg/scaddins/messages.po1804
-rw-r--r--source/bg/sccomp/messages.po32
-rw-r--r--source/bg/scp2/source/ooo.po22
-rw-r--r--source/bg/sd/messages.po2714
-rw-r--r--source/bg/sfx2/messages.po1213
-rw-r--r--source/bg/shell/source/win32/shlxthandler/res.po14
-rw-r--r--source/bg/starmath/messages.po1110
-rw-r--r--source/bg/svl/messages.po356
-rw-r--r--source/bg/svtools/messages.po1921
-rw-r--r--source/bg/svx/messages.po5934
-rw-r--r--source/bg/sw/messages.po7625
-rw-r--r--source/bg/swext/mediawiki/help.po20
-rw-r--r--source/bg/uui/messages.po422
-rw-r--r--source/bg/vcl/messages.po616
-rw-r--r--source/bg/wizards/messages.po532
-rw-r--r--source/bg/writerperfect/messages.po106
-rw-r--r--source/bg/xmlsecurity/messages.po192
-rw-r--r--source/bn-IN/accessibility/messages.po25
-rw-r--r--source/bn-IN/avmedia/messages.po46
-rw-r--r--source/bn-IN/basctl/messages.po312
-rw-r--r--source/bn-IN/basic/messages.po272
-rw-r--r--source/bn-IN/chart2/messages.po1251
-rw-r--r--source/bn-IN/connectivity/messages.po224
-rw-r--r--source/bn-IN/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/bn-IN/cui/messages.po4912
-rw-r--r--source/bn-IN/dbaccess/messages.po1652
-rw-r--r--source/bn-IN/desktop/messages.po326
-rw-r--r--source/bn-IN/dictionaries/id.po22
-rw-r--r--source/bn-IN/editeng/messages.po537
-rw-r--r--source/bn-IN/extensions/messages.po1361
-rw-r--r--source/bn-IN/extras/source/gallery/share.po14
-rw-r--r--source/bn-IN/filter/messages.po446
-rw-r--r--source/bn-IN/filter/source/config/fragments/filters.po64
-rw-r--r--source/bn-IN/filter/source/config/fragments/types.po47
-rw-r--r--source/bn-IN/forms/messages.po118
-rw-r--r--source/bn-IN/formula/messages.po876
-rw-r--r--source/bn-IN/fpicker/messages.po127
-rw-r--r--source/bn-IN/framework/messages.po60
-rw-r--r--source/bn-IN/helpcontent2/source/auxiliary.po4
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/guide.po30
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared.po1860
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/01.po1178
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/guide.po78
-rw-r--r--source/bn-IN/helpcontent2/source/text/schart.po28
-rw-r--r--source/bn-IN/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/bn-IN/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared.po26
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/00.po120
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po1198
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/autopi.po320
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/guide.po136
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/optionen.po218
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter.po26
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/01.po532
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/guide.po46
-rw-r--r--source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po47
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice.po10
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po960
-rw-r--r--source/bn-IN/readlicense_oo/docs.po52
-rw-r--r--source/bn-IN/reportdesign/messages.po518
-rw-r--r--source/bn-IN/sc/messages.po9424
-rw-r--r--source/bn-IN/scaddins/messages.po1804
-rw-r--r--source/bn-IN/sccomp/messages.po30
-rw-r--r--source/bn-IN/sd/messages.po2725
-rw-r--r--source/bn-IN/sfx2/messages.po1195
-rw-r--r--source/bn-IN/starmath/messages.po1110
-rw-r--r--source/bn-IN/svl/messages.po354
-rw-r--r--source/bn-IN/svtools/messages.po1879
-rw-r--r--source/bn-IN/svx/messages.po5899
-rw-r--r--source/bn-IN/sw/messages.po7628
-rw-r--r--source/bn-IN/swext/mediawiki/help.po19
-rw-r--r--source/bn-IN/uui/messages.po411
-rw-r--r--source/bn-IN/vcl/messages.po619
-rw-r--r--source/bn-IN/wizards/messages.po532
-rw-r--r--source/bn-IN/writerperfect/messages.po102
-rw-r--r--source/bn-IN/xmlsecurity/messages.po186
-rw-r--r--source/bn/accessibility/messages.po25
-rw-r--r--source/bn/avmedia/messages.po46
-rw-r--r--source/bn/basctl/messages.po312
-rw-r--r--source/bn/basic/messages.po272
-rw-r--r--source/bn/chart2/messages.po1251
-rw-r--r--source/bn/connectivity/messages.po224
-rw-r--r--source/bn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/bn/cui/messages.po4906
-rw-r--r--source/bn/dbaccess/messages.po1646
-rw-r--r--source/bn/desktop/messages.po326
-rw-r--r--source/bn/dictionaries/id.po22
-rw-r--r--source/bn/editeng/messages.po537
-rw-r--r--source/bn/extensions/messages.po1351
-rw-r--r--source/bn/extras/source/gallery/share.po10
-rw-r--r--source/bn/filter/messages.po446
-rw-r--r--source/bn/filter/source/config/fragments/filters.po62
-rw-r--r--source/bn/filter/source/config/fragments/types.po47
-rw-r--r--source/bn/forms/messages.po118
-rw-r--r--source/bn/formula/messages.po876
-rw-r--r--source/bn/fpicker/messages.po127
-rw-r--r--source/bn/framework/messages.po60
-rw-r--r--source/bn/helpcontent2/source/auxiliary.po4
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/guide.po30
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared.po1860
-rw-r--r--source/bn/helpcontent2/source/text/scalc/01.po1178
-rw-r--r--source/bn/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/bn/helpcontent2/source/text/scalc/guide.po78
-rw-r--r--source/bn/helpcontent2/source/text/schart.po28
-rw-r--r--source/bn/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/bn/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/bn/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/bn/helpcontent2/source/text/shared.po26
-rw-r--r--source/bn/helpcontent2/source/text/shared/00.po120
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po1198
-rw-r--r--source/bn/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/bn/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/bn/helpcontent2/source/text/shared/autopi.po320
-rw-r--r--source/bn/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--source/bn/helpcontent2/source/text/shared/guide.po136
-rw-r--r--source/bn/helpcontent2/source/text/shared/optionen.po218
-rw-r--r--source/bn/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/bn/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/bn/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/bn/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/bn/helpcontent2/source/text/swriter.po26
-rw-r--r--source/bn/helpcontent2/source/text/swriter/01.po532
-rw-r--r--source/bn/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/bn/helpcontent2/source/text/swriter/guide.po46
-rw-r--r--source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po40
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office/UI.po958
-rw-r--r--source/bn/readlicense_oo/docs.po49
-rw-r--r--source/bn/reportdesign/messages.po518
-rw-r--r--source/bn/sc/messages.po9418
-rw-r--r--source/bn/scaddins/messages.po1804
-rw-r--r--source/bn/sccomp/messages.po30
-rw-r--r--source/bn/sd/messages.po2719
-rw-r--r--source/bn/sfx2/messages.po1195
-rw-r--r--source/bn/starmath/messages.po1122
-rw-r--r--source/bn/svl/messages.po354
-rw-r--r--source/bn/svtools/messages.po1880
-rw-r--r--source/bn/svx/messages.po5901
-rw-r--r--source/bn/sw/messages.po7635
-rw-r--r--source/bn/swext/mediawiki/help.po19
-rw-r--r--source/bn/uui/messages.po412
-rw-r--r--source/bn/vcl/messages.po617
-rw-r--r--source/bn/wizards/messages.po532
-rw-r--r--source/bn/writerperfect/messages.po102
-rw-r--r--source/bn/xmlsecurity/messages.po187
-rw-r--r--source/bo/accessibility/messages.po25
-rw-r--r--source/bo/avmedia/messages.po46
-rw-r--r--source/bo/basctl/messages.po312
-rw-r--r--source/bo/basic/messages.po272
-rw-r--r--source/bo/chart2/messages.po1251
-rw-r--r--source/bo/connectivity/messages.po224
-rw-r--r--source/bo/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/bo/cui/messages.po4904
-rw-r--r--source/bo/dbaccess/messages.po1646
-rw-r--r--source/bo/desktop/messages.po326
-rw-r--r--source/bo/dictionaries/id.po22
-rw-r--r--source/bo/editeng/messages.po538
-rw-r--r--source/bo/extensions/messages.po1351
-rw-r--r--source/bo/extras/source/gallery/share.po10
-rw-r--r--source/bo/filter/messages.po446
-rw-r--r--source/bo/filter/source/config/fragments/filters.po62
-rw-r--r--source/bo/filter/source/config/fragments/types.po47
-rw-r--r--source/bo/forms/messages.po118
-rw-r--r--source/bo/formula/messages.po876
-rw-r--r--source/bo/fpicker/messages.po127
-rw-r--r--source/bo/framework/messages.po60
-rw-r--r--source/bo/helpcontent2/source/auxiliary.po4
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/guide.po28
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared.po1854
-rw-r--r--source/bo/helpcontent2/source/text/scalc/01.po1160
-rw-r--r--source/bo/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/bo/helpcontent2/source/text/scalc/guide.po74
-rw-r--r--source/bo/helpcontent2/source/text/schart.po16
-rw-r--r--source/bo/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/bo/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/bo/helpcontent2/source/text/sdraw/guide.po72
-rw-r--r--source/bo/helpcontent2/source/text/shared.po26
-rw-r--r--source/bo/helpcontent2/source/text/shared/00.po118
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po1198
-rw-r--r--source/bo/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/bo/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/bo/helpcontent2/source/text/shared/autopi.po306
-rw-r--r--source/bo/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/bo/helpcontent2/source/text/shared/guide.po120
-rw-r--r--source/bo/helpcontent2/source/text/shared/optionen.po218
-rw-r--r--source/bo/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/bo/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/bo/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/bo/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/bo/helpcontent2/source/text/swriter.po24
-rw-r--r--source/bo/helpcontent2/source/text/swriter/01.po526
-rw-r--r--source/bo/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/bo/helpcontent2/source/text/swriter/guide.po42
-rw-r--r--source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office/UI.po955
-rw-r--r--source/bo/readlicense_oo/docs.po30
-rw-r--r--source/bo/reportdesign/messages.po518
-rw-r--r--source/bo/sc/messages.po9414
-rw-r--r--source/bo/scaddins/messages.po1804
-rw-r--r--source/bo/sccomp/messages.po30
-rw-r--r--source/bo/sd/messages.po2721
-rw-r--r--source/bo/sfx2/messages.po1195
-rw-r--r--source/bo/starmath/messages.po1122
-rw-r--r--source/bo/svl/messages.po371
-rw-r--r--source/bo/svtools/messages.po1880
-rw-r--r--source/bo/svx/messages.po5899
-rw-r--r--source/bo/sw/messages.po7628
-rw-r--r--source/bo/swext/mediawiki/help.po18
-rw-r--r--source/bo/uui/messages.po412
-rw-r--r--source/bo/vcl/messages.po615
-rw-r--r--source/bo/wizards/messages.po532
-rw-r--r--source/bo/writerperfect/messages.po102
-rw-r--r--source/bo/xmlsecurity/messages.po187
-rw-r--r--source/br/accessibility/messages.po25
-rw-r--r--source/br/avmedia/messages.po56
-rw-r--r--source/br/basctl/messages.po321
-rw-r--r--source/br/basic/messages.po272
-rw-r--r--source/br/chart2/messages.po1260
-rw-r--r--source/br/connectivity/messages.po224
-rw-r--r--source/br/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/br/cui/messages.po4921
-rw-r--r--source/br/dbaccess/messages.po1654
-rw-r--r--source/br/desktop/messages.po326
-rw-r--r--source/br/dictionaries/id.po22
-rw-r--r--source/br/editeng/messages.po537
-rw-r--r--source/br/extensions/messages.po1361
-rw-r--r--source/br/extras/source/gallery/share.po16
-rw-r--r--source/br/filter/messages.po446
-rw-r--r--source/br/filter/source/config/fragments/filters.po61
-rw-r--r--source/br/filter/source/config/fragments/types.po40
-rw-r--r--source/br/forms/messages.po118
-rw-r--r--source/br/formula/messages.po876
-rw-r--r--source/br/fpicker/messages.po127
-rw-r--r--source/br/framework/messages.po60
-rw-r--r--source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/br/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po970
-rw-r--r--source/br/readlicense_oo/docs.po52
-rw-r--r--source/br/reportdesign/messages.po518
-rw-r--r--source/br/sc/messages.po9424
-rw-r--r--source/br/scaddins/messages.po1804
-rw-r--r--source/br/sccomp/messages.po30
-rw-r--r--source/br/sd/messages.po2724
-rw-r--r--source/br/sfx2/messages.po1207
-rw-r--r--source/br/starmath/messages.po1110
-rw-r--r--source/br/svl/messages.po354
-rw-r--r--source/br/svtools/messages.po1879
-rw-r--r--source/br/svx/messages.po5902
-rw-r--r--source/br/sw/messages.po7616
-rw-r--r--source/br/swext/mediawiki/help.po19
-rw-r--r--source/br/uui/messages.po406
-rw-r--r--source/br/vcl/messages.po612
-rw-r--r--source/br/wizards/messages.po532
-rw-r--r--source/br/writerperfect/messages.po102
-rw-r--r--source/br/xmlsecurity/messages.po186
-rw-r--r--source/brx/accessibility/messages.po24
-rw-r--r--source/brx/avmedia/messages.po46
-rw-r--r--source/brx/basctl/messages.po312
-rw-r--r--source/brx/basic/messages.po272
-rw-r--r--source/brx/chart2/messages.po1251
-rw-r--r--source/brx/connectivity/messages.po224
-rw-r--r--source/brx/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/brx/cui/messages.po4906
-rw-r--r--source/brx/dbaccess/messages.po1646
-rw-r--r--source/brx/desktop/messages.po326
-rw-r--r--source/brx/dictionaries/id.po22
-rw-r--r--source/brx/editeng/messages.po538
-rw-r--r--source/brx/extensions/messages.po1351
-rw-r--r--source/brx/extras/source/gallery/share.po10
-rw-r--r--source/brx/filter/messages.po446
-rw-r--r--source/brx/filter/source/config/fragments/filters.po62
-rw-r--r--source/brx/filter/source/config/fragments/types.po47
-rw-r--r--source/brx/forms/messages.po118
-rw-r--r--source/brx/formula/messages.po876
-rw-r--r--source/brx/fpicker/messages.po127
-rw-r--r--source/brx/framework/messages.po60
-rw-r--r--source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office/UI.po960
-rw-r--r--source/brx/readlicense_oo/docs.po28
-rw-r--r--source/brx/reportdesign/messages.po518
-rw-r--r--source/brx/sc/messages.po9407
-rw-r--r--source/brx/scaddins/messages.po1804
-rw-r--r--source/brx/sccomp/messages.po30
-rw-r--r--source/brx/sd/messages.po2715
-rw-r--r--source/brx/sfx2/messages.po1195
-rw-r--r--source/brx/starmath/messages.po1122
-rw-r--r--source/brx/svl/messages.po371
-rw-r--r--source/brx/svtools/messages.po1878
-rw-r--r--source/brx/svx/messages.po5899
-rw-r--r--source/brx/sw/messages.po7619
-rw-r--r--source/brx/swext/mediawiki/help.po18
-rw-r--r--source/brx/uui/messages.po384
-rw-r--r--source/brx/vcl/messages.po615
-rw-r--r--source/brx/wizards/messages.po532
-rw-r--r--source/brx/writerperfect/messages.po102
-rw-r--r--source/brx/xmlsecurity/messages.po187
-rw-r--r--source/bs/accessibility/messages.po25
-rw-r--r--source/bs/avmedia/messages.po46
-rw-r--r--source/bs/basctl/messages.po312
-rw-r--r--source/bs/basic/messages.po272
-rw-r--r--source/bs/chart2/messages.po1251
-rw-r--r--source/bs/connectivity/messages.po224
-rw-r--r--source/bs/connectivity/registry/mork/org/openoffice/Office/DataAccess.po12
-rw-r--r--source/bs/cui/messages.po4914
-rw-r--r--source/bs/dbaccess/messages.po1648
-rw-r--r--source/bs/desktop/messages.po326
-rw-r--r--source/bs/dictionaries/id.po22
-rw-r--r--source/bs/editeng/messages.po537
-rw-r--r--source/bs/extensions/messages.po1351
-rw-r--r--source/bs/extras/source/gallery/share.po16
-rw-r--r--source/bs/filter/messages.po446
-rw-r--r--source/bs/filter/source/config/fragments/filters.po64
-rw-r--r--source/bs/filter/source/config/fragments/types.po47
-rw-r--r--source/bs/forms/messages.po118
-rw-r--r--source/bs/formula/messages.po876
-rw-r--r--source/bs/fpicker/messages.po127
-rw-r--r--source/bs/framework/messages.po60
-rw-r--r--source/bs/helpcontent2/source/auxiliary.po6
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/guide.po30
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared.po1836
-rw-r--r--source/bs/helpcontent2/source/text/scalc/01.po1076
-rw-r--r--source/bs/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/bs/helpcontent2/source/text/scalc/guide.po66
-rw-r--r--source/bs/helpcontent2/source/text/schart.po16
-rw-r--r--source/bs/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/bs/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/bs/helpcontent2/source/text/sdraw/guide.po54
-rw-r--r--source/bs/helpcontent2/source/text/shared.po26
-rw-r--r--source/bs/helpcontent2/source/text/shared/00.po106
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po1306
-rw-r--r--source/bs/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/bs/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/bs/helpcontent2/source/text/shared/autopi.po316
-rw-r--r--source/bs/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/bs/helpcontent2/source/text/shared/guide.po120
-rw-r--r--source/bs/helpcontent2/source/text/shared/optionen.po166
-rw-r--r--source/bs/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/bs/helpcontent2/source/text/simpress/01.po332
-rw-r--r--source/bs/helpcontent2/source/text/simpress/guide.po26
-rw-r--r--source/bs/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/bs/helpcontent2/source/text/swriter.po24
-rw-r--r--source/bs/helpcontent2/source/text/swriter/01.po472
-rw-r--r--source/bs/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/bs/helpcontent2/source/text/swriter/guide.po42
-rw-r--r--source/bs/instsetoo_native/inc_openoffice/windows/msi_languages.po47
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office/UI.po962
-rw-r--r--source/bs/readlicense_oo/docs.po54
-rw-r--r--source/bs/reportdesign/messages.po518
-rw-r--r--source/bs/sc/messages.po9424
-rw-r--r--source/bs/scaddins/messages.po1804
-rw-r--r--source/bs/sccomp/messages.po30
-rw-r--r--source/bs/sd/messages.po2725
-rw-r--r--source/bs/sfx2/messages.po1195
-rw-r--r--source/bs/starmath/messages.po1110
-rw-r--r--source/bs/svl/messages.po354
-rw-r--r--source/bs/svtools/messages.po1881
-rw-r--r--source/bs/svx/messages.po5899
-rw-r--r--source/bs/sw/messages.po7625
-rw-r--r--source/bs/swext/mediawiki/help.po19
-rw-r--r--source/bs/uui/messages.po412
-rw-r--r--source/bs/vcl/messages.po617
-rw-r--r--source/bs/wizards/messages.po532
-rw-r--r--source/bs/writerperfect/messages.po102
-rw-r--r--source/bs/xmlsecurity/messages.po186
-rw-r--r--source/ca-valencia/accessibility/messages.po25
-rw-r--r--source/ca-valencia/avmedia/messages.po48
-rw-r--r--source/ca-valencia/basctl/messages.po312
-rw-r--r--source/ca-valencia/basic/messages.po272
-rw-r--r--source/ca-valencia/chart2/messages.po1253
-rw-r--r--source/ca-valencia/connectivity/messages.po226
-rw-r--r--source/ca-valencia/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/ca-valencia/cui/messages.po4907
-rw-r--r--source/ca-valencia/dbaccess/messages.po1656
-rw-r--r--source/ca-valencia/desktop/messages.po328
-rw-r--r--source/ca-valencia/dictionaries/id.po22
-rw-r--r--source/ca-valencia/editeng/messages.po539
-rw-r--r--source/ca-valencia/extensions/messages.po1363
-rw-r--r--source/ca-valencia/extras/source/gallery/share.po22
-rw-r--r--source/ca-valencia/filter/messages.po448
-rw-r--r--source/ca-valencia/filter/source/config/fragments/filters.po61
-rw-r--r--source/ca-valencia/filter/source/config/fragments/types.po42
-rw-r--r--source/ca-valencia/forms/messages.po120
-rw-r--r--source/ca-valencia/formula/messages.po878
-rw-r--r--source/ca-valencia/fpicker/messages.po129
-rw-r--r--source/ca-valencia/framework/messages.po62
-rw-r--r--source/ca-valencia/helpcontent2/source/auxiliary.po8
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/guide.po54
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/shared.po1878
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/01.po1210
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/guide.po84
-rw-r--r--source/ca-valencia/helpcontent2/source/text/schart.po32
-rw-r--r--source/ca-valencia/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/ca-valencia/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sdraw/guide.po76
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared.po28
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/00.po124
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po1532
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/02.po42
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/autopi.po328
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/guide.po452
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/ca-valencia/helpcontent2/source/text/smath/01.po14
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter.po28
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/01.po542
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/guide.po52
-rw-r--r--source/ca-valencia/instsetoo_native/inc_openoffice/windows/msi_languages.po47
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice.po16
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po983
-rw-r--r--source/ca-valencia/readlicense_oo/docs.po56
-rw-r--r--source/ca-valencia/reportdesign/messages.po520
-rw-r--r--source/ca-valencia/sc/messages.po9421
-rw-r--r--source/ca-valencia/scaddins/messages.po1806
-rw-r--r--source/ca-valencia/sccomp/messages.po32
-rw-r--r--source/ca-valencia/sd/messages.po2710
-rw-r--r--source/ca-valencia/sfx2/messages.po1286
-rw-r--r--source/ca-valencia/starmath/messages.po1112
-rw-r--r--source/ca-valencia/svl/messages.po361
-rw-r--r--source/ca-valencia/svtools/messages.po1929
-rw-r--r--source/ca-valencia/svx/messages.po5904
-rw-r--r--source/ca-valencia/sw/messages.po7619
-rw-r--r--source/ca-valencia/swext/mediawiki/help.po47
-rw-r--r--source/ca-valencia/uui/messages.po464
-rw-r--r--source/ca-valencia/vcl/messages.po640
-rw-r--r--source/ca-valencia/wizards/messages.po534
-rw-r--r--source/ca-valencia/writerperfect/messages.po104
-rw-r--r--source/ca-valencia/xmlsecurity/messages.po214
-rw-r--r--source/ca/accessibility/messages.po24
-rw-r--r--source/ca/avmedia/messages.po52
-rw-r--r--source/ca/basctl/messages.po319
-rw-r--r--source/ca/basic/messages.po279
-rw-r--r--source/ca/chart2/messages.po1255
-rw-r--r--source/ca/connectivity/messages.po230
-rw-r--r--source/ca/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/ca/cui/messages.po4909
-rw-r--r--source/ca/dbaccess/messages.po1660
-rw-r--r--source/ca/desktop/messages.po328
-rw-r--r--source/ca/dictionaries/id.po25
-rw-r--r--source/ca/editeng/messages.po541
-rw-r--r--source/ca/extensions/messages.po1367
-rw-r--r--source/ca/extras/source/autocorr/emoji.po66
-rw-r--r--source/ca/extras/source/gallery/share.po20
-rw-r--r--source/ca/filter/messages.po453
-rw-r--r--source/ca/filter/source/config/fragments/filters.po65
-rw-r--r--source/ca/filter/source/config/fragments/types.po40
-rw-r--r--source/ca/forms/messages.po125
-rw-r--r--source/ca/formula/messages.po882
-rw-r--r--source/ca/fpicker/messages.po133
-rw-r--r--source/ca/framework/messages.po67
-rw-r--r--source/ca/helpcontent2/source/auxiliary.po10
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/guide.po56
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po1888
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po1222
-rw-r--r--source/ca/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/ca/helpcontent2/source/text/scalc/guide.po84
-rw-r--r--source/ca/helpcontent2/source/text/schart.po34
-rw-r--r--source/ca/helpcontent2/source/text/schart/00.po12
-rw-r--r--source/ca/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/guide.po76
-rw-r--r--source/ca/helpcontent2/source/text/shared.po28
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po124
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po1546
-rw-r--r--source/ca/helpcontent2/source/text/shared/02.po44
-rw-r--r--source/ca/helpcontent2/source/text/shared/04.po10
-rw-r--r--source/ca/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/ca/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/ca/helpcontent2/source/text/shared/autopi.po328
-rw-r--r--source/ca/helpcontent2/source/text/shared/explorer/database.po34
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po150
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po226
-rw-r--r--source/ca/helpcontent2/source/text/simpress/00.po16
-rw-r--r--source/ca/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/ca/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/ca/helpcontent2/source/text/smath/01.po24
-rw-r--r--source/ca/helpcontent2/source/text/swriter.po28
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po542
-rw-r--r--source/ca/helpcontent2/source/text/swriter/04.po42
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po52
-rw-r--r--source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.po52
-rw-r--r--source/ca/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po8
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po983
-rw-r--r--source/ca/readlicense_oo/docs.po58
-rw-r--r--source/ca/reportdesign/messages.po522
-rw-r--r--source/ca/sc/messages.po9427
-rw-r--r--source/ca/scaddins/messages.po1811
-rw-r--r--source/ca/sccomp/messages.po32
-rw-r--r--source/ca/sd/messages.po2714
-rw-r--r--source/ca/sfx2/messages.po1219
-rw-r--r--source/ca/starmath/messages.po1117
-rw-r--r--source/ca/svl/messages.po356
-rw-r--r--source/ca/svtools/messages.po1887
-rw-r--r--source/ca/svx/messages.po5929
-rw-r--r--source/ca/sw/messages.po7625
-rw-r--r--source/ca/swext/mediawiki/help.po24
-rw-r--r--source/ca/uui/messages.po428
-rw-r--r--source/ca/vcl/messages.po616
-rw-r--r--source/ca/wizards/messages.po534
-rw-r--r--source/ca/writerperfect/messages.po106
-rw-r--r--source/ca/xmlsecurity/messages.po192
-rw-r--r--source/cs/accessibility/messages.po24
-rw-r--r--source/cs/avmedia/messages.po48
-rw-r--r--source/cs/basctl/messages.po312
-rw-r--r--source/cs/basic/messages.po272
-rw-r--r--source/cs/chart2/messages.po1257
-rw-r--r--source/cs/connectivity/messages.po226
-rw-r--r--source/cs/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/cs/cui/messages.po4911
-rw-r--r--source/cs/dbaccess/messages.po1665
-rw-r--r--source/cs/desktop/messages.po326
-rw-r--r--source/cs/dictionaries/id.po25
-rw-r--r--source/cs/editeng/messages.po539
-rw-r--r--source/cs/extensions/messages.po1367
-rw-r--r--source/cs/extras/source/gallery/share.po20
-rw-r--r--source/cs/filter/messages.po446
-rw-r--r--source/cs/filter/source/config/fragments/filters.po67
-rw-r--r--source/cs/filter/source/config/fragments/types.po40
-rw-r--r--source/cs/forms/messages.po118
-rw-r--r--source/cs/formula/messages.po878
-rw-r--r--source/cs/fpicker/messages.po133
-rw-r--r--source/cs/framework/messages.po60
-rw-r--r--source/cs/helpcontent2/source/auxiliary.po16
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/guide.po50
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po1868
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po1252
-rw-r--r--source/cs/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/cs/helpcontent2/source/text/scalc/guide.po82
-rw-r--r--source/cs/helpcontent2/source/text/schart.po38
-rw-r--r--source/cs/helpcontent2/source/text/schart/00.po16
-rw-r--r--source/cs/helpcontent2/source/text/schart/01.po174
-rw-r--r--source/cs/helpcontent2/source/text/sdraw.po10
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/04.po10
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/guide.po80
-rw-r--r--source/cs/helpcontent2/source/text/shared.po38
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po122
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po1534
-rw-r--r--source/cs/helpcontent2/source/text/shared/02.po40
-rw-r--r--source/cs/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/cs/helpcontent2/source/text/shared/autopi.po326
-rw-r--r--source/cs/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po146
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/cs/helpcontent2/source/text/simpress.po12
-rw-r--r--source/cs/helpcontent2/source/text/simpress/00.po22
-rw-r--r--source/cs/helpcontent2/source/text/simpress/01.po428
-rw-r--r--source/cs/helpcontent2/source/text/simpress/02.po10
-rw-r--r--source/cs/helpcontent2/source/text/simpress/04.po86
-rw-r--r--source/cs/helpcontent2/source/text/simpress/guide.po172
-rw-r--r--source/cs/helpcontent2/source/text/smath/00.po24
-rw-r--r--source/cs/helpcontent2/source/text/smath/01.po790
-rw-r--r--source/cs/helpcontent2/source/text/smath/04.po8
-rw-r--r--source/cs/helpcontent2/source/text/smath/guide.po24
-rw-r--r--source/cs/helpcontent2/source/text/swriter.po158
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po542
-rw-r--r--source/cs/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/cs/helpcontent2/source/text/swriter/guide.po50
-rw-r--r--source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po50
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po986
-rw-r--r--source/cs/readlicense_oo/docs.po58
-rw-r--r--source/cs/reportdesign/messages.po520
-rw-r--r--source/cs/sc/messages.po9425
-rw-r--r--source/cs/scaddins/messages.po1804
-rw-r--r--source/cs/sccomp/messages.po32
-rw-r--r--source/cs/sd/messages.po2712
-rw-r--r--source/cs/sfx2/messages.po1213
-rw-r--r--source/cs/starmath/messages.po1110
-rw-r--r--source/cs/svl/messages.po356
-rw-r--r--source/cs/svtools/messages.po1889
-rw-r--r--source/cs/svx/messages.po5944
-rw-r--r--source/cs/sw/messages.po7625
-rw-r--r--source/cs/swext/mediawiki/help.po20
-rw-r--r--source/cs/uui/messages.po424
-rw-r--r--source/cs/vcl/messages.po616
-rw-r--r--source/cs/wizards/messages.po532
-rw-r--r--source/cs/writerperfect/messages.po108
-rw-r--r--source/cs/xmlsecurity/messages.po190
-rw-r--r--source/cy/accessibility/messages.po24
-rw-r--r--source/cy/avmedia/messages.po48
-rw-r--r--source/cy/basctl/messages.po312
-rw-r--r--source/cy/basic/messages.po272
-rw-r--r--source/cy/chart2/messages.po1255
-rw-r--r--source/cy/connectivity/messages.po226
-rw-r--r--source/cy/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/cy/cui/messages.po4909
-rw-r--r--source/cy/dbaccess/messages.po1660
-rw-r--r--source/cy/desktop/messages.po328
-rw-r--r--source/cy/dictionaries/id.po25
-rw-r--r--source/cy/editeng/messages.po539
-rw-r--r--source/cy/extensions/messages.po1367
-rw-r--r--source/cy/extras/source/gallery/share.po20
-rw-r--r--source/cy/filter/messages.po448
-rw-r--r--source/cy/filter/source/config/fragments/filters.po65
-rw-r--r--source/cy/filter/source/config/fragments/types.po40
-rw-r--r--source/cy/forms/messages.po120
-rw-r--r--source/cy/formula/messages.po876
-rw-r--r--source/cy/fpicker/messages.po133
-rw-r--r--source/cy/framework/messages.po60
-rw-r--r--source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po50
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po985
-rw-r--r--source/cy/readlicense_oo/docs.po58
-rw-r--r--source/cy/reportdesign/messages.po520
-rw-r--r--source/cy/sc/messages.po9423
-rw-r--r--source/cy/scaddins/messages.po1804
-rw-r--r--source/cy/sccomp/messages.po32
-rw-r--r--source/cy/sd/messages.po2714
-rw-r--r--source/cy/sfx2/messages.po1213
-rw-r--r--source/cy/starmath/messages.po1112
-rw-r--r--source/cy/svl/messages.po356
-rw-r--r--source/cy/svtools/messages.po1887
-rw-r--r--source/cy/svx/messages.po5934
-rw-r--r--source/cy/sw/messages.po7625
-rw-r--r--source/cy/swext/mediawiki/help.po20
-rw-r--r--source/cy/uui/messages.po422
-rw-r--r--source/cy/vcl/messages.po618
-rw-r--r--source/cy/wizards/messages.po532
-rw-r--r--source/cy/writerperfect/messages.po108
-rw-r--r--source/cy/xmlsecurity/messages.po190
-rw-r--r--source/da/accessibility/messages.po24
-rw-r--r--source/da/avmedia/messages.po48
-rw-r--r--source/da/basctl/messages.po312
-rw-r--r--source/da/basic/messages.po272
-rw-r--r--source/da/chart2/messages.po1259
-rw-r--r--source/da/connectivity/messages.po226
-rw-r--r--source/da/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/da/cui/messages.po4917
-rw-r--r--source/da/dbaccess/messages.po1664
-rw-r--r--source/da/desktop/messages.po326
-rw-r--r--source/da/dictionaries/da_DK.po11
-rw-r--r--source/da/dictionaries/id.po25
-rw-r--r--source/da/editeng/messages.po539
-rw-r--r--source/da/extensions/messages.po1369
-rw-r--r--source/da/extras/source/gallery/share.po20
-rw-r--r--source/da/filter/messages.po446
-rw-r--r--source/da/filter/source/config/fragments/filters.po97
-rw-r--r--source/da/filter/source/config/fragments/types.po40
-rw-r--r--source/da/forms/messages.po118
-rw-r--r--source/da/formula/messages.po876
-rw-r--r--source/da/fpicker/messages.po137
-rw-r--r--source/da/framework/messages.po60
-rw-r--r--source/da/helpcontent2/source/auxiliary.po10
-rw-r--r--source/da/helpcontent2/source/text/sbasic/guide.po56
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared.po2034
-rw-r--r--source/da/helpcontent2/source/text/scalc.po8
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po1284
-rw-r--r--source/da/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/da/helpcontent2/source/text/scalc/guide.po94
-rw-r--r--source/da/helpcontent2/source/text/schart.po42
-rw-r--r--source/da/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/da/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/da/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/da/helpcontent2/source/text/shared.po40
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po134
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po1624
-rw-r--r--source/da/helpcontent2/source/text/shared/02.po46
-rw-r--r--source/da/helpcontent2/source/text/shared/05.po10
-rw-r--r--source/da/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/da/helpcontent2/source/text/shared/autopi.po334
-rw-r--r--source/da/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po192
-rw-r--r--source/da/helpcontent2/source/text/shared/optionen.po256
-rw-r--r--source/da/helpcontent2/source/text/simpress.po10
-rw-r--r--source/da/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/da/helpcontent2/source/text/simpress/01.po350
-rw-r--r--source/da/helpcontent2/source/text/simpress/guide.po52
-rw-r--r--source/da/helpcontent2/source/text/smath/01.po20
-rw-r--r--source/da/helpcontent2/source/text/swriter.po36
-rw-r--r--source/da/helpcontent2/source/text/swriter/00.po8
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po570
-rw-r--r--source/da/helpcontent2/source/text/swriter/02.po12
-rw-r--r--source/da/helpcontent2/source/text/swriter/04.po44
-rw-r--r--source/da/helpcontent2/source/text/swriter/guide.po58
-rw-r--r--source/da/helpcontent2/source/text/swriter/librelogo.po12
-rw-r--r--source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po56
-rw-r--r--source/da/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po987
-rw-r--r--source/da/readlicense_oo/docs.po62
-rw-r--r--source/da/reportdesign/messages.po518
-rw-r--r--source/da/sc/messages.po9451
-rw-r--r--source/da/scaddins/messages.po1817
-rw-r--r--source/da/sccomp/messages.po32
-rw-r--r--source/da/scp2/source/extensions.po8
-rw-r--r--source/da/scp2/source/ooo.po8
-rw-r--r--source/da/sd/messages.po2724
-rw-r--r--source/da/sfx2/messages.po1218
-rw-r--r--source/da/starmath/messages.po1110
-rw-r--r--source/da/svl/messages.po356
-rw-r--r--source/da/svtools/messages.po1903
-rw-r--r--source/da/svx/messages.po5942
-rw-r--r--source/da/sw/messages.po7637
-rw-r--r--source/da/swext/mediawiki/help.po20
-rw-r--r--source/da/sysui/desktop/share.po12
-rw-r--r--source/da/uui/messages.po406
-rw-r--r--source/da/vcl/messages.po614
-rw-r--r--source/da/wizards/messages.po532
-rw-r--r--source/da/writerperfect/messages.po108
-rw-r--r--source/da/xmlsecurity/messages.po194
-rw-r--r--source/de/accessibility/messages.po24
-rw-r--r--source/de/avmedia/messages.po48
-rw-r--r--source/de/basctl/messages.po314
-rw-r--r--source/de/basic/messages.po272
-rw-r--r--source/de/chart2/messages.po1257
-rw-r--r--source/de/connectivity/messages.po226
-rw-r--r--source/de/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/de/cui/messages.po4919
-rw-r--r--source/de/dbaccess/messages.po1666
-rw-r--r--source/de/desktop/messages.po326
-rw-r--r--source/de/dictionaries/id.po25
-rw-r--r--source/de/editeng/messages.po539
-rw-r--r--source/de/extensions/messages.po1369
-rw-r--r--source/de/extras/source/gallery/share.po20
-rw-r--r--source/de/filter/messages.po448
-rw-r--r--source/de/filter/source/config/fragments/filters.po65
-rw-r--r--source/de/filter/source/config/fragments/types.po40
-rw-r--r--source/de/forms/messages.po118
-rw-r--r--source/de/formula/messages.po876
-rw-r--r--source/de/fpicker/messages.po135
-rw-r--r--source/de/framework/messages.po60
-rw-r--r--source/de/helpcontent2/source/auxiliary.po12
-rw-r--r--source/de/helpcontent2/source/text/sbasic/guide.po80
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po2150
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared/01.po16
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared/02.po6
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po1442
-rw-r--r--source/de/helpcontent2/source/text/scalc/02.po8
-rw-r--r--source/de/helpcontent2/source/text/scalc/04.po6
-rw-r--r--source/de/helpcontent2/source/text/scalc/05.po8
-rw-r--r--source/de/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/de/helpcontent2/source/text/scalc/guide.po166
-rw-r--r--source/de/helpcontent2/source/text/schart.po36
-rw-r--r--source/de/helpcontent2/source/text/schart/00.po10
-rw-r--r--source/de/helpcontent2/source/text/schart/01.po44
-rw-r--r--source/de/helpcontent2/source/text/sdraw/guide.po102
-rw-r--r--source/de/helpcontent2/source/text/shared.po26
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po172
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po1808
-rw-r--r--source/de/helpcontent2/source/text/shared/02.po126
-rw-r--r--source/de/helpcontent2/source/text/shared/04.po14
-rw-r--r--source/de/helpcontent2/source/text/shared/05.po12
-rw-r--r--source/de/helpcontent2/source/text/shared/06.po33
-rw-r--r--source/de/helpcontent2/source/text/shared/07.po6
-rw-r--r--source/de/helpcontent2/source/text/shared/autopi.po350
-rw-r--r--source/de/helpcontent2/source/text/shared/explorer/database.po92
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po334
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po292
-rw-r--r--source/de/helpcontent2/source/text/simpress/00.po12
-rw-r--r--source/de/helpcontent2/source/text/simpress/01.po384
-rw-r--r--source/de/helpcontent2/source/text/simpress/02.po30
-rw-r--r--source/de/helpcontent2/source/text/simpress/guide.po102
-rw-r--r--source/de/helpcontent2/source/text/smath/01.po48
-rw-r--r--source/de/helpcontent2/source/text/smath/guide.po16
-rw-r--r--source/de/helpcontent2/source/text/swriter.po32
-rw-r--r--source/de/helpcontent2/source/text/swriter/00.po8
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po564
-rw-r--r--source/de/helpcontent2/source/text/swriter/02.po6
-rw-r--r--source/de/helpcontent2/source/text/swriter/04.po40
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po88
-rw-r--r--source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po58
-rw-r--r--source/de/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po1253
-rw-r--r--source/de/readlicense_oo/docs.po60
-rw-r--r--source/de/reportdesign/messages.po520
-rw-r--r--source/de/sc/messages.po9439
-rw-r--r--source/de/scaddins/messages.po1806
-rw-r--r--source/de/sccomp/messages.po32
-rw-r--r--source/de/sd/messages.po2716
-rw-r--r--source/de/sfx2/messages.po1223
-rw-r--r--source/de/starmath/messages.po1112
-rw-r--r--source/de/svl/messages.po356
-rw-r--r--source/de/svtools/messages.po1891
-rw-r--r--source/de/svx/messages.po5948
-rw-r--r--source/de/sw/messages.po7627
-rw-r--r--source/de/swext/mediawiki/help.po20
-rw-r--r--source/de/uui/messages.po420
-rw-r--r--source/de/vcl/messages.po618
-rw-r--r--source/de/wizards/messages.po542
-rw-r--r--source/de/wizards/source/resources.po8
-rw-r--r--source/de/writerperfect/messages.po108
-rw-r--r--source/de/xmlsecurity/messages.po192
-rw-r--r--source/dgo/accessibility/messages.po25
-rw-r--r--source/dgo/avmedia/messages.po46
-rw-r--r--source/dgo/basctl/messages.po312
-rw-r--r--source/dgo/basic/messages.po272
-rw-r--r--source/dgo/chart2/messages.po1251
-rw-r--r--source/dgo/connectivity/messages.po224
-rw-r--r--source/dgo/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/dgo/cui/messages.po4907
-rw-r--r--source/dgo/dbaccess/messages.po1646
-rw-r--r--source/dgo/desktop/messages.po326
-rw-r--r--source/dgo/dictionaries/id.po22
-rw-r--r--source/dgo/editeng/messages.po538
-rw-r--r--source/dgo/extensions/messages.po1361
-rw-r--r--source/dgo/extras/source/gallery/share.po10
-rw-r--r--source/dgo/filter/messages.po446
-rw-r--r--source/dgo/filter/source/config/fragments/filters.po62
-rw-r--r--source/dgo/filter/source/config/fragments/types.po47
-rw-r--r--source/dgo/forms/messages.po118
-rw-r--r--source/dgo/formula/messages.po876
-rw-r--r--source/dgo/fpicker/messages.po127
-rw-r--r--source/dgo/framework/messages.po60
-rw-r--r--source/dgo/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po960
-rw-r--r--source/dgo/readlicense_oo/docs.po49
-rw-r--r--source/dgo/reportdesign/messages.po518
-rw-r--r--source/dgo/sc/messages.po9422
-rw-r--r--source/dgo/scaddins/messages.po1804
-rw-r--r--source/dgo/sccomp/messages.po30
-rw-r--r--source/dgo/sd/messages.po2723
-rw-r--r--source/dgo/sfx2/messages.po1195
-rw-r--r--source/dgo/starmath/messages.po1114
-rw-r--r--source/dgo/svl/messages.po376
-rw-r--r--source/dgo/svtools/messages.po1880
-rw-r--r--source/dgo/svx/messages.po5899
-rw-r--r--source/dgo/sw/messages.po7627
-rw-r--r--source/dgo/swext/mediawiki/help.po19
-rw-r--r--source/dgo/uui/messages.po395
-rw-r--r--source/dgo/vcl/messages.po617
-rw-r--r--source/dgo/wizards/messages.po532
-rw-r--r--source/dgo/writerperfect/messages.po102
-rw-r--r--source/dgo/xmlsecurity/messages.po187
-rw-r--r--source/dz/accessibility/messages.po25
-rw-r--r--source/dz/avmedia/messages.po46
-rw-r--r--source/dz/basctl/messages.po312
-rw-r--r--source/dz/basic/messages.po272
-rw-r--r--source/dz/chart2/messages.po1251
-rw-r--r--source/dz/connectivity/messages.po224
-rw-r--r--source/dz/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/dz/cui/messages.po4904
-rw-r--r--source/dz/dbaccess/messages.po1646
-rw-r--r--source/dz/desktop/messages.po326
-rw-r--r--source/dz/dictionaries/id.po22
-rw-r--r--source/dz/editeng/messages.po538
-rw-r--r--source/dz/extensions/messages.po1351
-rw-r--r--source/dz/extras/source/gallery/share.po10
-rw-r--r--source/dz/filter/messages.po446
-rw-r--r--source/dz/filter/source/config/fragments/filters.po62
-rw-r--r--source/dz/filter/source/config/fragments/types.po47
-rw-r--r--source/dz/forms/messages.po118
-rw-r--r--source/dz/formula/messages.po876
-rw-r--r--source/dz/fpicker/messages.po127
-rw-r--r--source/dz/framework/messages.po60
-rw-r--r--source/dz/helpcontent2/source/auxiliary.po4
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/guide.po28
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared.po1860
-rw-r--r--source/dz/helpcontent2/source/text/scalc/01.po1160
-rw-r--r--source/dz/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/dz/helpcontent2/source/text/scalc/guide.po74
-rw-r--r--source/dz/helpcontent2/source/text/schart.po16
-rw-r--r--source/dz/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/dz/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/dz/helpcontent2/source/text/sdraw/guide.po72
-rw-r--r--source/dz/helpcontent2/source/text/shared.po26
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po118
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po1500
-rw-r--r--source/dz/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/dz/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/dz/helpcontent2/source/text/shared/autopi.po308
-rw-r--r--source/dz/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/dz/helpcontent2/source/text/shared/guide.po126
-rw-r--r--source/dz/helpcontent2/source/text/shared/optionen.po218
-rw-r--r--source/dz/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/dz/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/dz/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/dz/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/dz/helpcontent2/source/text/swriter.po26
-rw-r--r--source/dz/helpcontent2/source/text/swriter/01.po532
-rw-r--r--source/dz/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/dz/helpcontent2/source/text/swriter/guide.po44
-rw-r--r--source/dz/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office/UI.po957
-rw-r--r--source/dz/readlicense_oo/docs.po30
-rw-r--r--source/dz/reportdesign/messages.po518
-rw-r--r--source/dz/sc/messages.po9410
-rw-r--r--source/dz/scaddins/messages.po1804
-rw-r--r--source/dz/sccomp/messages.po30
-rw-r--r--source/dz/sd/messages.po2718
-rw-r--r--source/dz/sfx2/messages.po1195
-rw-r--r--source/dz/starmath/messages.po1122
-rw-r--r--source/dz/svl/messages.po378
-rw-r--r--source/dz/svtools/messages.po1880
-rw-r--r--source/dz/svx/messages.po5899
-rw-r--r--source/dz/sw/messages.po7624
-rw-r--r--source/dz/swext/mediawiki/help.po18
-rw-r--r--source/dz/uui/messages.po411
-rw-r--r--source/dz/vcl/messages.po615
-rw-r--r--source/dz/wizards/messages.po532
-rw-r--r--source/dz/writerperfect/messages.po102
-rw-r--r--source/dz/xmlsecurity/messages.po187
-rw-r--r--source/el/accessibility/messages.po24
-rw-r--r--source/el/avmedia/messages.po46
-rw-r--r--source/el/basctl/messages.po312
-rw-r--r--source/el/basic/messages.po272
-rw-r--r--source/el/chart2/messages.po1255
-rw-r--r--source/el/connectivity/messages.po226
-rw-r--r--source/el/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/el/cui/messages.po4911
-rw-r--r--source/el/dbaccess/messages.po1660
-rw-r--r--source/el/desktop/messages.po326
-rw-r--r--source/el/dictionaries/id.po25
-rw-r--r--source/el/editeng/messages.po539
-rw-r--r--source/el/extensions/messages.po1369
-rw-r--r--source/el/extras/source/gallery/share.po18
-rw-r--r--source/el/filter/messages.po446
-rw-r--r--source/el/filter/source/config/fragments/filters.po65
-rw-r--r--source/el/filter/source/config/fragments/types.po42
-rw-r--r--source/el/forms/messages.po118
-rw-r--r--source/el/formula/messages.po876
-rw-r--r--source/el/fpicker/messages.po131
-rw-r--r--source/el/framework/messages.po60
-rw-r--r--source/el/helpcontent2/source/auxiliary.po10
-rw-r--r--source/el/helpcontent2/source/text/sbasic/guide.po58
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared.po2016
-rw-r--r--source/el/helpcontent2/source/text/scalc/01.po1278
-rw-r--r--source/el/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/el/helpcontent2/source/text/scalc/guide.po88
-rw-r--r--source/el/helpcontent2/source/text/schart.po36
-rw-r--r--source/el/helpcontent2/source/text/schart/00.po10
-rw-r--r--source/el/helpcontent2/source/text/schart/01.po14
-rw-r--r--source/el/helpcontent2/source/text/sdraw/guide.po80
-rw-r--r--source/el/helpcontent2/source/text/shared.po26
-rw-r--r--source/el/helpcontent2/source/text/shared/00.po124
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po1612
-rw-r--r--source/el/helpcontent2/source/text/shared/02.po48
-rw-r--r--source/el/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/el/helpcontent2/source/text/shared/autopi.po328
-rw-r--r--source/el/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--source/el/helpcontent2/source/text/shared/guide.po184
-rw-r--r--source/el/helpcontent2/source/text/shared/optionen.po248
-rw-r--r--source/el/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/el/helpcontent2/source/text/simpress/01.po350
-rw-r--r--source/el/helpcontent2/source/text/simpress/guide.po52
-rw-r--r--source/el/helpcontent2/source/text/smath/01.po20
-rw-r--r--source/el/helpcontent2/source/text/swriter.po30
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po544
-rw-r--r--source/el/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/el/helpcontent2/source/text/swriter/guide.po52
-rw-r--r--source/el/instsetoo_native/inc_openoffice/windows/msi_languages.po50
-rw-r--r--source/el/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po985
-rw-r--r--source/el/readlicense_oo/docs.po58
-rw-r--r--source/el/reportdesign/messages.po518
-rw-r--r--source/el/sc/messages.po9425
-rw-r--r--source/el/scaddins/messages.po1804
-rw-r--r--source/el/sccomp/messages.po30
-rw-r--r--source/el/sd/messages.po2704
-rw-r--r--source/el/sfx2/messages.po1213
-rw-r--r--source/el/starmath/messages.po1110
-rw-r--r--source/el/svl/messages.po356
-rw-r--r--source/el/svtools/messages.po1887
-rw-r--r--source/el/svx/messages.po5908
-rw-r--r--source/el/sw/messages.po7625
-rw-r--r--source/el/swext/mediawiki/help.po18
-rw-r--r--source/el/uui/messages.po422
-rw-r--r--source/el/vcl/messages.po616
-rw-r--r--source/el/wizards/messages.po532
-rw-r--r--source/el/writerperfect/messages.po106
-rw-r--r--source/el/xmlsecurity/messages.po190
-rw-r--r--source/en-GB/accessibility/messages.po24
-rw-r--r--source/en-GB/avmedia/messages.po48
-rw-r--r--source/en-GB/basctl/messages.po312
-rw-r--r--source/en-GB/basic/messages.po272
-rw-r--r--source/en-GB/chart2/messages.po1255
-rw-r--r--source/en-GB/connectivity/messages.po226
-rw-r--r--source/en-GB/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/en-GB/cui/messages.po4909
-rw-r--r--source/en-GB/dbaccess/messages.po1658
-rw-r--r--source/en-GB/desktop/messages.po326
-rw-r--r--source/en-GB/dictionaries/id.po25
-rw-r--r--source/en-GB/editeng/messages.po539
-rw-r--r--source/en-GB/extensions/messages.po1365
-rw-r--r--source/en-GB/extras/source/gallery/share.po20
-rw-r--r--source/en-GB/filter/messages.po446
-rw-r--r--source/en-GB/filter/source/config/fragments/filters.po65
-rw-r--r--source/en-GB/filter/source/config/fragments/types.po40
-rw-r--r--source/en-GB/forms/messages.po118
-rw-r--r--source/en-GB/formula/messages.po876
-rw-r--r--source/en-GB/fpicker/messages.po133
-rw-r--r--source/en-GB/framework/messages.po60
-rw-r--r--source/en-GB/helpcontent2/source/auxiliary.po8
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/guide.po56
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po2024
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/01.po1280
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/guide.po84
-rw-r--r--source/en-GB/helpcontent2/source/text/schart.po30
-rw-r--r--source/en-GB/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/en-GB/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/en-GB/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/en-GB/helpcontent2/source/text/shared.po26
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po124
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po1608
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/02.po46
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/autopi.po328
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po182
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/optionen.po248
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/01.po350
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/guide.po52
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/01.po20
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter.po30
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po544
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/guide.po52
-rw-r--r--source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po50
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po989
-rw-r--r--source/en-GB/readlicense_oo/docs.po56
-rw-r--r--source/en-GB/reportdesign/messages.po518
-rw-r--r--source/en-GB/sc/messages.po9421
-rw-r--r--source/en-GB/scaddins/messages.po1804
-rw-r--r--source/en-GB/sccomp/messages.po32
-rw-r--r--source/en-GB/sd/messages.po2710
-rw-r--r--source/en-GB/sfx2/messages.po1210
-rw-r--r--source/en-GB/starmath/messages.po1110
-rw-r--r--source/en-GB/svl/messages.po356
-rw-r--r--source/en-GB/svtools/messages.po1885
-rw-r--r--source/en-GB/svx/messages.po5904
-rw-r--r--source/en-GB/sw/messages.po7619
-rw-r--r--source/en-GB/swext/mediawiki/help.po20
-rw-r--r--source/en-GB/uui/messages.po406
-rw-r--r--source/en-GB/vcl/messages.po614
-rw-r--r--source/en-GB/wizards/messages.po532
-rw-r--r--source/en-GB/writerperfect/messages.po102
-rw-r--r--source/en-GB/xmlsecurity/messages.po186
-rw-r--r--source/en-ZA/accessibility/messages.po25
-rw-r--r--source/en-ZA/avmedia/messages.po46
-rw-r--r--source/en-ZA/basctl/messages.po312
-rw-r--r--source/en-ZA/basic/messages.po272
-rw-r--r--source/en-ZA/chart2/messages.po1251
-rw-r--r--source/en-ZA/connectivity/messages.po224
-rw-r--r--source/en-ZA/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/en-ZA/cui/messages.po4906
-rw-r--r--source/en-ZA/dbaccess/messages.po1646
-rw-r--r--source/en-ZA/desktop/messages.po326
-rw-r--r--source/en-ZA/dictionaries/id.po22
-rw-r--r--source/en-ZA/editeng/messages.po537
-rw-r--r--source/en-ZA/extensions/messages.po1351
-rw-r--r--source/en-ZA/extras/source/gallery/share.po10
-rw-r--r--source/en-ZA/filter/messages.po446
-rw-r--r--source/en-ZA/filter/source/config/fragments/filters.po62
-rw-r--r--source/en-ZA/filter/source/config/fragments/types.po47
-rw-r--r--source/en-ZA/forms/messages.po118
-rw-r--r--source/en-ZA/formula/messages.po876
-rw-r--r--source/en-ZA/fpicker/messages.po127
-rw-r--r--source/en-ZA/framework/messages.po60
-rw-r--r--source/en-ZA/helpcontent2/source/auxiliary.po4
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/guide.po30
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared.po1860
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/01.po1184
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/guide.po78
-rw-r--r--source/en-ZA/helpcontent2/source/text/schart.po30
-rw-r--r--source/en-ZA/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/en-ZA/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared.po26
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/00.po120
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po1512
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/autopi.po322
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/guide.po136
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/optionen.po220
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter.po26
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/01.po532
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/guide.po46
-rw-r--r--source/en-ZA/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po956
-rw-r--r--source/en-ZA/readlicense_oo/docs.po49
-rw-r--r--source/en-ZA/reportdesign/messages.po518
-rw-r--r--source/en-ZA/sc/messages.po9418
-rw-r--r--source/en-ZA/scaddins/messages.po1804
-rw-r--r--source/en-ZA/sccomp/messages.po30
-rw-r--r--source/en-ZA/sd/messages.po2717
-rw-r--r--source/en-ZA/sfx2/messages.po1195
-rw-r--r--source/en-ZA/starmath/messages.po1122
-rw-r--r--source/en-ZA/svl/messages.po354
-rw-r--r--source/en-ZA/svtools/messages.po1880
-rw-r--r--source/en-ZA/svx/messages.po5899
-rw-r--r--source/en-ZA/sw/messages.po7619
-rw-r--r--source/en-ZA/swext/mediawiki/help.po19
-rw-r--r--source/en-ZA/uui/messages.po410
-rw-r--r--source/en-ZA/vcl/messages.po617
-rw-r--r--source/en-ZA/wizards/messages.po532
-rw-r--r--source/en-ZA/writerperfect/messages.po102
-rw-r--r--source/en-ZA/xmlsecurity/messages.po187
-rw-r--r--source/eo/accessibility/messages.po24
-rw-r--r--source/eo/avmedia/messages.po48
-rw-r--r--source/eo/basctl/messages.po312
-rw-r--r--source/eo/basic/messages.po272
-rw-r--r--source/eo/chart2/messages.po1255
-rw-r--r--source/eo/connectivity/messages.po226
-rw-r--r--source/eo/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/eo/cui/messages.po4909
-rw-r--r--source/eo/dbaccess/messages.po1658
-rw-r--r--source/eo/desktop/messages.po326
-rw-r--r--source/eo/dictionaries/id.po25
-rw-r--r--source/eo/editeng/messages.po539
-rw-r--r--source/eo/extensions/messages.po1365
-rw-r--r--source/eo/extras/source/gallery/share.po20
-rw-r--r--source/eo/filter/messages.po446
-rw-r--r--source/eo/filter/source/config/fragments/filters.po67
-rw-r--r--source/eo/filter/source/config/fragments/types.po40
-rw-r--r--source/eo/forms/messages.po118
-rw-r--r--source/eo/formula/messages.po876
-rw-r--r--source/eo/fpicker/messages.po133
-rw-r--r--source/eo/framework/messages.po60
-rw-r--r--source/eo/helpcontent2/source/auxiliary.po8
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/guide.po38
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared.po1860
-rw-r--r--source/eo/helpcontent2/source/text/scalc/01.po1040
-rw-r--r--source/eo/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/eo/helpcontent2/source/text/scalc/guide.po66
-rw-r--r--source/eo/helpcontent2/source/text/schart.po30
-rw-r--r--source/eo/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/eo/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/eo/helpcontent2/source/text/sdraw/guide.po54
-rw-r--r--source/eo/helpcontent2/source/text/shared.po26
-rw-r--r--source/eo/helpcontent2/source/text/shared/00.po114
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po1256
-rw-r--r--source/eo/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/eo/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/eo/helpcontent2/source/text/shared/autopi.po170
-rw-r--r--source/eo/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/eo/helpcontent2/source/text/shared/guide.po154
-rw-r--r--source/eo/helpcontent2/source/text/shared/optionen.po162
-rw-r--r--source/eo/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/eo/helpcontent2/source/text/simpress/01.po312
-rw-r--r--source/eo/helpcontent2/source/text/simpress/guide.po28
-rw-r--r--source/eo/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/eo/helpcontent2/source/text/swriter.po30
-rw-r--r--source/eo/helpcontent2/source/text/swriter/01.po544
-rw-r--r--source/eo/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/eo/helpcontent2/source/text/swriter/guide.po52
-rw-r--r--source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po981
-rw-r--r--source/eo/readlicense_oo/docs.po60
-rw-r--r--source/eo/reportdesign/messages.po518
-rw-r--r--source/eo/sc/messages.po9427
-rw-r--r--source/eo/scaddins/messages.po1804
-rw-r--r--source/eo/sccomp/messages.po32
-rw-r--r--source/eo/sd/messages.po2712
-rw-r--r--source/eo/sfx2/messages.po1219
-rw-r--r--source/eo/starmath/messages.po1110
-rw-r--r--source/eo/svl/messages.po356
-rw-r--r--source/eo/svtools/messages.po1889
-rw-r--r--source/eo/svx/messages.po5908
-rw-r--r--source/eo/sw/messages.po7625
-rw-r--r--source/eo/swext/mediawiki/help.po20
-rw-r--r--source/eo/uui/messages.po424
-rw-r--r--source/eo/vcl/messages.po618
-rw-r--r--source/eo/wizards/messages.po532
-rw-r--r--source/eo/writerperfect/messages.po106
-rw-r--r--source/eo/xmlsecurity/messages.po192
-rw-r--r--source/es/accessibility/messages.po26
-rw-r--r--source/es/avmedia/messages.po48
-rw-r--r--source/es/basctl/messages.po318
-rw-r--r--source/es/basic/messages.po272
-rw-r--r--source/es/chart2/messages.po1257
-rw-r--r--source/es/connectivity/messages.po230
-rw-r--r--source/es/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/es/cui/messages.po4927
-rw-r--r--source/es/dbaccess/messages.po1658
-rw-r--r--source/es/desktop/messages.po332
-rw-r--r--source/es/dictionaries/id.po25
-rw-r--r--source/es/editeng/messages.po543
-rw-r--r--source/es/extensions/messages.po1371
-rw-r--r--source/es/extras/source/autocorr/emoji.po14
-rw-r--r--source/es/extras/source/gallery/share.po20
-rw-r--r--source/es/filter/messages.po446
-rw-r--r--source/es/filter/source/config/fragments/filters.po63
-rw-r--r--source/es/filter/source/config/fragments/types.po42
-rw-r--r--source/es/forms/messages.po120
-rw-r--r--source/es/formula/messages.po882
-rw-r--r--source/es/fpicker/messages.po133
-rw-r--r--source/es/framework/messages.po62
-rw-r--r--source/es/helpcontent2/source/auxiliary.po10
-rw-r--r--source/es/helpcontent2/source/text/sbasic/guide.po60
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po2074
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/01.po6
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/02.po6
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po1340
-rw-r--r--source/es/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po102
-rw-r--r--source/es/helpcontent2/source/text/schart.po34
-rw-r--r--source/es/helpcontent2/source/text/schart/00.po10
-rw-r--r--source/es/helpcontent2/source/text/schart/01.po16
-rw-r--r--source/es/helpcontent2/source/text/sdraw/04.po32
-rw-r--r--source/es/helpcontent2/source/text/sdraw/guide.po84
-rw-r--r--source/es/helpcontent2/source/text/shared.po28
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po214
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po1690
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po66
-rw-r--r--source/es/helpcontent2/source/text/shared/04.po18
-rw-r--r--source/es/helpcontent2/source/text/shared/06.po33
-rw-r--r--source/es/helpcontent2/source/text/shared/autopi.po484
-rw-r--r--source/es/helpcontent2/source/text/shared/explorer/database.po36
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po272
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po300
-rw-r--r--source/es/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po354
-rw-r--r--source/es/helpcontent2/source/text/simpress/guide.po64
-rw-r--r--source/es/helpcontent2/source/text/smath.po8
-rw-r--r--source/es/helpcontent2/source/text/smath/01.po18
-rw-r--r--source/es/helpcontent2/source/text/swriter.po32
-rw-r--r--source/es/helpcontent2/source/text/swriter/00.po10
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po636
-rw-r--r--source/es/helpcontent2/source/text/swriter/04.po72
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po78
-rw-r--r--source/es/helpcontent2/source/text/swriter/librelogo.po8
-rw-r--r--source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po54
-rw-r--r--source/es/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po989
-rw-r--r--source/es/readlicense_oo/docs.po62
-rw-r--r--source/es/reportdesign/messages.po520
-rw-r--r--source/es/sc/messages.po9454
-rw-r--r--source/es/scaddins/messages.po1806
-rw-r--r--source/es/sccomp/messages.po32
-rw-r--r--source/es/sd/messages.po2707
-rw-r--r--source/es/sfx2/messages.po1213
-rw-r--r--source/es/starmath/messages.po1118
-rw-r--r--source/es/svl/messages.po356
-rw-r--r--source/es/svtools/messages.po1889
-rw-r--r--source/es/svx/messages.po5949
-rw-r--r--source/es/sw/messages.po7654
-rw-r--r--source/es/swext/mediawiki/help.po26
-rw-r--r--source/es/uui/messages.po422
-rw-r--r--source/es/vcl/messages.po620
-rw-r--r--source/es/wizards/messages.po534
-rw-r--r--source/es/wizards/source/resources.po15
-rw-r--r--source/es/writerperfect/messages.po106
-rw-r--r--source/es/xmlsecurity/messages.po198
-rw-r--r--source/et/accessibility/messages.po24
-rw-r--r--source/et/avmedia/messages.po48
-rw-r--r--source/et/basctl/messages.po312
-rw-r--r--source/et/basic/messages.po272
-rw-r--r--source/et/chart2/messages.po1253
-rw-r--r--source/et/connectivity/messages.po226
-rw-r--r--source/et/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/et/cui/messages.po4907
-rw-r--r--source/et/dbaccess/messages.po1656
-rw-r--r--source/et/desktop/messages.po326
-rw-r--r--source/et/dictionaries/id.po22
-rw-r--r--source/et/editeng/messages.po539
-rw-r--r--source/et/extensions/messages.po1363
-rw-r--r--source/et/extras/source/gallery/share.po18
-rw-r--r--source/et/filter/messages.po446
-rw-r--r--source/et/filter/source/config/fragments/filters.po77
-rw-r--r--source/et/filter/source/config/fragments/types.po40
-rw-r--r--source/et/forms/messages.po118
-rw-r--r--source/et/formula/messages.po878
-rw-r--r--source/et/fpicker/messages.po129
-rw-r--r--source/et/framework/messages.po60
-rw-r--r--source/et/helpcontent2/source/auxiliary.po8
-rw-r--r--source/et/helpcontent2/source/text/sbasic/guide.po50
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared.po1864
-rw-r--r--source/et/helpcontent2/source/text/scalc/01.po1202
-rw-r--r--source/et/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/et/helpcontent2/source/text/scalc/guide.po82
-rw-r--r--source/et/helpcontent2/source/text/schart.po30
-rw-r--r--source/et/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/et/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/et/helpcontent2/source/text/sdraw/guide.po76
-rw-r--r--source/et/helpcontent2/source/text/shared.po28
-rw-r--r--source/et/helpcontent2/source/text/shared/00.po122
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po1528
-rw-r--r--source/et/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/et/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/et/helpcontent2/source/text/shared/autopi.po292
-rw-r--r--source/et/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/et/helpcontent2/source/text/shared/guide.po146
-rw-r--r--source/et/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/et/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/et/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/et/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/et/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/et/helpcontent2/source/text/swriter.po28
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po508
-rw-r--r--source/et/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/et/helpcontent2/source/text/swriter/guide.po46
-rw-r--r--source/et/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/et/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office.po56
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po983
-rw-r--r--source/et/readlicense_oo/docs.po56
-rw-r--r--source/et/reportdesign/messages.po520
-rw-r--r--source/et/sc/messages.po9421
-rw-r--r--source/et/scaddins/messages.po1806
-rw-r--r--source/et/sccomp/messages.po32
-rw-r--r--source/et/sd/messages.po2710
-rw-r--r--source/et/sfx2/messages.po1210
-rw-r--r--source/et/starmath/messages.po1110
-rw-r--r--source/et/svl/messages.po356
-rw-r--r--source/et/svtools/messages.po1885
-rw-r--r--source/et/svx/messages.po5936
-rw-r--r--source/et/sw/messages.po7625
-rw-r--r--source/et/swext/mediawiki/help.po20
-rw-r--r--source/et/uui/messages.po410
-rw-r--r--source/et/vcl/messages.po614
-rw-r--r--source/et/wizards/messages.po532
-rw-r--r--source/et/writerperfect/messages.po104
-rw-r--r--source/et/xmlsecurity/messages.po188
-rw-r--r--source/eu/accessibility/messages.po24
-rw-r--r--source/eu/avmedia/messages.po48
-rw-r--r--source/eu/basctl/messages.po321
-rw-r--r--source/eu/basic/messages.po274
-rw-r--r--source/eu/chart2/messages.po1257
-rw-r--r--source/eu/connectivity/messages.po226
-rw-r--r--source/eu/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/eu/cui/messages.po4925
-rw-r--r--source/eu/dbaccess/messages.po1660
-rw-r--r--source/eu/desktop/messages.po326
-rw-r--r--source/eu/dictionaries/id.po25
-rw-r--r--source/eu/editeng/messages.po539
-rw-r--r--source/eu/extensions/messages.po1369
-rw-r--r--source/eu/extras/source/gallery/share.po20
-rw-r--r--source/eu/filter/messages.po446
-rw-r--r--source/eu/filter/source/config/fragments/filters.po63
-rw-r--r--source/eu/filter/source/config/fragments/types.po42
-rw-r--r--source/eu/forms/messages.po120
-rw-r--r--source/eu/formula/messages.po876
-rw-r--r--source/eu/fpicker/messages.po133
-rw-r--r--source/eu/framework/messages.po62
-rw-r--r--source/eu/helpcontent2/source/auxiliary.po10
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/guide.po58
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared.po2022
-rw-r--r--source/eu/helpcontent2/source/text/scalc.po6
-rw-r--r--source/eu/helpcontent2/source/text/scalc/01.po1286
-rw-r--r--source/eu/helpcontent2/source/text/scalc/04.po6
-rw-r--r--source/eu/helpcontent2/source/text/scalc/05.po6
-rw-r--r--source/eu/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/eu/helpcontent2/source/text/scalc/guide.po88
-rw-r--r--source/eu/helpcontent2/source/text/schart.po36
-rw-r--r--source/eu/helpcontent2/source/text/schart/00.po10
-rw-r--r--source/eu/helpcontent2/source/text/schart/01.po14
-rw-r--r--source/eu/helpcontent2/source/text/schart/04.po6
-rw-r--r--source/eu/helpcontent2/source/text/sdraw/guide.po80
-rw-r--r--source/eu/helpcontent2/source/text/shared.po26
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po130
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po1612
-rw-r--r--source/eu/helpcontent2/source/text/shared/02.po54
-rw-r--r--source/eu/helpcontent2/source/text/shared/06.po33
-rw-r--r--source/eu/helpcontent2/source/text/shared/autopi.po330
-rw-r--r--source/eu/helpcontent2/source/text/shared/explorer/database.po40
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po164
-rw-r--r--source/eu/helpcontent2/source/text/shared/optionen.po258
-rw-r--r--source/eu/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/eu/helpcontent2/source/text/simpress/01.po356
-rw-r--r--source/eu/helpcontent2/source/text/simpress/guide.po50
-rw-r--r--source/eu/helpcontent2/source/text/smath/01.po22
-rw-r--r--source/eu/helpcontent2/source/text/swriter.po30
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po558
-rw-r--r--source/eu/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/eu/helpcontent2/source/text/swriter/guide.po54
-rw-r--r--source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po50
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office.po16
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po995
-rw-r--r--source/eu/readlicense_oo/docs.po58
-rw-r--r--source/eu/reportdesign/messages.po520
-rw-r--r--source/eu/sc/messages.po9435
-rw-r--r--source/eu/scaddins/messages.po1806
-rw-r--r--source/eu/sccomp/messages.po32
-rw-r--r--source/eu/sd/messages.po2706
-rw-r--r--source/eu/sfx2/messages.po1223
-rw-r--r--source/eu/starmath/messages.po1110
-rw-r--r--source/eu/svl/messages.po361
-rw-r--r--source/eu/svtools/messages.po1889
-rw-r--r--source/eu/svx/messages.po5914
-rw-r--r--source/eu/sw/messages.po7661
-rw-r--r--source/eu/swext/mediawiki/help.po20
-rw-r--r--source/eu/sysui/desktop/share.po10
-rw-r--r--source/eu/uui/messages.po428
-rw-r--r--source/eu/vcl/messages.po618
-rw-r--r--source/eu/wizards/messages.po532
-rw-r--r--source/eu/writerperfect/messages.po108
-rw-r--r--source/eu/xmlsecurity/messages.po192
-rw-r--r--source/fa/accessibility/messages.po24
-rw-r--r--source/fa/avmedia/messages.po46
-rw-r--r--source/fa/basctl/messages.po357
-rw-r--r--source/fa/basic/messages.po272
-rw-r--r--source/fa/chart2/messages.po1251
-rw-r--r--source/fa/connectivity/messages.po224
-rw-r--r--source/fa/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/fa/cui/messages.po4925
-rw-r--r--source/fa/dbaccess/messages.po1682
-rw-r--r--source/fa/desktop/messages.po326
-rw-r--r--source/fa/dictionaries/id.po22
-rw-r--r--source/fa/editeng/messages.po551
-rw-r--r--source/fa/extensions/messages.po1351
-rw-r--r--source/fa/extras/source/gallery/share.po14
-rw-r--r--source/fa/filter/messages.po446
-rw-r--r--source/fa/filter/source/config/fragments/filters.po62
-rw-r--r--source/fa/filter/source/config/fragments/types.po47
-rw-r--r--source/fa/forms/messages.po118
-rw-r--r--source/fa/formula/messages.po876
-rw-r--r--source/fa/fpicker/messages.po144
-rw-r--r--source/fa/framework/messages.po60
-rw-r--r--source/fa/instsetoo_native/inc_openoffice/windows/msi_languages.po40
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office/UI.po957
-rw-r--r--source/fa/readlicense_oo/docs.po41
-rw-r--r--source/fa/reportdesign/messages.po518
-rw-r--r--source/fa/sc/messages.po9458
-rw-r--r--source/fa/scaddins/messages.po1804
-rw-r--r--source/fa/sccomp/messages.po30
-rw-r--r--source/fa/sd/messages.po2722
-rw-r--r--source/fa/sfx2/messages.po1195
-rw-r--r--source/fa/starmath/messages.po1120
-rw-r--r--source/fa/svl/messages.po354
-rw-r--r--source/fa/svtools/messages.po1878
-rw-r--r--source/fa/svx/messages.po5895
-rw-r--r--source/fa/sw/messages.po7708
-rw-r--r--source/fa/swext/mediawiki/help.po18
-rw-r--r--source/fa/uui/messages.po392
-rw-r--r--source/fa/vcl/messages.po628
-rw-r--r--source/fa/wizards/messages.po532
-rw-r--r--source/fa/writerperfect/messages.po102
-rw-r--r--source/fa/xmlsecurity/messages.po187
-rw-r--r--source/fi/accessibility/messages.po24
-rw-r--r--source/fi/avmedia/messages.po46
-rw-r--r--source/fi/basctl/messages.po312
-rw-r--r--source/fi/basic/messages.po272
-rw-r--r--source/fi/chart2/messages.po1251
-rw-r--r--source/fi/connectivity/messages.po224
-rw-r--r--source/fi/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/fi/cui/messages.po4909
-rw-r--r--source/fi/dbaccess/messages.po1656
-rw-r--r--source/fi/desktop/messages.po326
-rw-r--r--source/fi/dictionaries/id.po22
-rw-r--r--source/fi/editeng/messages.po539
-rw-r--r--source/fi/extensions/messages.po1363
-rw-r--r--source/fi/extras/source/autocorr/emoji.po14
-rw-r--r--source/fi/extras/source/gallery/share.po19
-rw-r--r--source/fi/filter/messages.po446
-rw-r--r--source/fi/filter/source/config/fragments/filters.po61
-rw-r--r--source/fi/filter/source/config/fragments/types.po40
-rw-r--r--source/fi/forms/messages.po118
-rw-r--r--source/fi/formula/messages.po878
-rw-r--r--source/fi/fpicker/messages.po129
-rw-r--r--source/fi/framework/messages.po60
-rw-r--r--source/fi/helpcontent2/source/auxiliary.po6
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/guide.po50
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared.po1864
-rw-r--r--source/fi/helpcontent2/source/text/scalc/01.po990
-rw-r--r--source/fi/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/fi/helpcontent2/source/text/scalc/guide.po82
-rw-r--r--source/fi/helpcontent2/source/text/schart.po30
-rw-r--r--source/fi/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/fi/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/fi/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/fi/helpcontent2/source/text/shared.po26
-rw-r--r--source/fi/helpcontent2/source/text/shared/00.po122
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po1534
-rw-r--r--source/fi/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/fi/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/fi/helpcontent2/source/text/shared/autopi.po326
-rw-r--r--source/fi/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/fi/helpcontent2/source/text/shared/guide.po148
-rw-r--r--source/fi/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/fi/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/fi/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/fi/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/fi/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/fi/helpcontent2/source/text/swriter.po26
-rw-r--r--source/fi/helpcontent2/source/text/swriter/01.po540
-rw-r--r--source/fi/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/fi/helpcontent2/source/text/swriter/guide.po50
-rw-r--r--source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice.po13
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po979
-rw-r--r--source/fi/readlicense_oo/docs.po56
-rw-r--r--source/fi/reportdesign/messages.po520
-rw-r--r--source/fi/sc/messages.po9421
-rw-r--r--source/fi/scaddins/messages.po1804
-rw-r--r--source/fi/sccomp/messages.po32
-rw-r--r--source/fi/sd/messages.po2710
-rw-r--r--source/fi/sfx2/messages.po1210
-rw-r--r--source/fi/starmath/messages.po1110
-rw-r--r--source/fi/svl/messages.po354
-rw-r--r--source/fi/svtools/messages.po1885
-rw-r--r--source/fi/svx/messages.po5904
-rw-r--r--source/fi/sw/messages.po7623
-rw-r--r--source/fi/swext/mediawiki/help.po20
-rw-r--r--source/fi/uui/messages.po408
-rw-r--r--source/fi/vcl/messages.po614
-rw-r--r--source/fi/wizards/messages.po534
-rw-r--r--source/fi/writerperfect/messages.po104
-rw-r--r--source/fi/xmlsecurity/messages.po188
-rw-r--r--source/fr/accessibility/messages.po24
-rw-r--r--source/fr/avmedia/messages.po48
-rw-r--r--source/fr/basctl/messages.po312
-rw-r--r--source/fr/basic/messages.po272
-rw-r--r--source/fr/chart2/messages.po1257
-rw-r--r--source/fr/connectivity/messages.po226
-rw-r--r--source/fr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/fr/cui/messages.po4913
-rw-r--r--source/fr/dbaccess/messages.po1662
-rw-r--r--source/fr/desktop/messages.po326
-rw-r--r--source/fr/dictionaries/id.po25
-rw-r--r--source/fr/editeng/messages.po539
-rw-r--r--source/fr/extensions/messages.po1369
-rw-r--r--source/fr/extras/source/gallery/share.po20
-rw-r--r--source/fr/filter/messages.po446
-rw-r--r--source/fr/filter/source/config/fragments/filters.po67
-rw-r--r--source/fr/filter/source/config/fragments/types.po40
-rw-r--r--source/fr/forms/messages.po118
-rw-r--r--source/fr/formula/messages.po876
-rw-r--r--source/fr/fpicker/messages.po133
-rw-r--r--source/fr/framework/messages.po60
-rw-r--r--source/fr/helpcontent2/source/auxiliary.po10
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/guide.po58
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared.po2024
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po1276
-rw-r--r--source/fr/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/fr/helpcontent2/source/text/scalc/guide.po88
-rw-r--r--source/fr/helpcontent2/source/text/schart.po38
-rw-r--r--source/fr/helpcontent2/source/text/schart/00.po10
-rw-r--r--source/fr/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/fr/helpcontent2/source/text/sdraw/guide.po82
-rw-r--r--source/fr/helpcontent2/source/text/shared.po26
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po126
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po1566
-rw-r--r--source/fr/helpcontent2/source/text/shared/02.po50
-rw-r--r--source/fr/helpcontent2/source/text/shared/06.po33
-rw-r--r--source/fr/helpcontent2/source/text/shared/autopi.po330
-rw-r--r--source/fr/helpcontent2/source/text/shared/explorer/database.po28
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po170
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po250
-rw-r--r--source/fr/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/fr/helpcontent2/source/text/simpress/01.po354
-rw-r--r--source/fr/helpcontent2/source/text/simpress/guide.po50
-rw-r--r--source/fr/helpcontent2/source/text/smath/01.po20
-rw-r--r--source/fr/helpcontent2/source/text/swriter.po32
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po548
-rw-r--r--source/fr/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/fr/helpcontent2/source/text/swriter/guide.po56
-rw-r--r--source/fr/instsetoo_native/inc_openoffice/windows/msi_languages.po52
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice.po13
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office/UI.po989
-rw-r--r--source/fr/readlicense_oo/docs.po60
-rw-r--r--source/fr/reportdesign/messages.po518
-rw-r--r--source/fr/sc/messages.po9425
-rw-r--r--source/fr/scaddins/messages.po1815
-rw-r--r--source/fr/sccomp/messages.po32
-rw-r--r--source/fr/sd/messages.po2728
-rw-r--r--source/fr/sfx2/messages.po1215
-rw-r--r--source/fr/starmath/messages.po1110
-rw-r--r--source/fr/svl/messages.po356
-rw-r--r--source/fr/svtools/messages.po1891
-rw-r--r--source/fr/svx/messages.po5908
-rw-r--r--source/fr/sw/messages.po7627
-rw-r--r--source/fr/swext/mediawiki/help.po20
-rw-r--r--source/fr/uui/messages.po422
-rw-r--r--source/fr/vcl/messages.po618
-rw-r--r--source/fr/wizards/messages.po532
-rw-r--r--source/fr/writerperfect/messages.po106
-rw-r--r--source/fr/xmlsecurity/messages.po190
-rw-r--r--source/ga/accessibility/messages.po26
-rw-r--r--source/ga/avmedia/messages.po48
-rw-r--r--source/ga/basctl/messages.po312
-rw-r--r--source/ga/basic/messages.po274
-rw-r--r--source/ga/chart2/messages.po1251
-rw-r--r--source/ga/connectivity/messages.po226
-rw-r--r--source/ga/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/ga/cui/messages.po4907
-rw-r--r--source/ga/dbaccess/messages.po1654
-rw-r--r--source/ga/desktop/messages.po326
-rw-r--r--source/ga/dictionaries/id.po22
-rw-r--r--source/ga/editeng/messages.po539
-rw-r--r--source/ga/extensions/messages.po1363
-rw-r--r--source/ga/extras/source/gallery/share.po20
-rw-r--r--source/ga/filter/messages.po446
-rw-r--r--source/ga/filter/source/config/fragments/filters.po61
-rw-r--r--source/ga/filter/source/config/fragments/types.po40
-rw-r--r--source/ga/forms/messages.po120
-rw-r--r--source/ga/formula/messages.po876
-rw-r--r--source/ga/fpicker/messages.po129
-rw-r--r--source/ga/framework/messages.po62
-rw-r--r--source/ga/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice.po8
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po983
-rw-r--r--source/ga/readlicense_oo/docs.po56
-rw-r--r--source/ga/reportdesign/messages.po518
-rw-r--r--source/ga/sc/messages.po9421
-rw-r--r--source/ga/scaddins/messages.po1806
-rw-r--r--source/ga/sccomp/messages.po32
-rw-r--r--source/ga/sd/messages.po2710
-rw-r--r--source/ga/sfx2/messages.po1210
-rw-r--r--source/ga/starmath/messages.po1110
-rw-r--r--source/ga/svl/messages.po356
-rw-r--r--source/ga/svtools/messages.po1885
-rw-r--r--source/ga/svx/messages.po5904
-rw-r--r--source/ga/sw/messages.po7619
-rw-r--r--source/ga/swext/mediawiki/help.po20
-rw-r--r--source/ga/uui/messages.po406
-rw-r--r--source/ga/vcl/messages.po614
-rw-r--r--source/ga/wizards/messages.po532
-rw-r--r--source/ga/writerperfect/messages.po102
-rw-r--r--source/ga/xmlsecurity/messages.po186
-rw-r--r--source/gd/accessibility/messages.po24
-rw-r--r--source/gd/avmedia/messages.po48
-rw-r--r--source/gd/basctl/messages.po312
-rw-r--r--source/gd/basic/messages.po272
-rw-r--r--source/gd/chart2/messages.po1255
-rw-r--r--source/gd/connectivity/messages.po224
-rw-r--r--source/gd/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/gd/cui/messages.po4909
-rw-r--r--source/gd/dbaccess/messages.po1658
-rw-r--r--source/gd/desktop/messages.po326
-rw-r--r--source/gd/dictionaries/id.po25
-rw-r--r--source/gd/editeng/messages.po537
-rw-r--r--source/gd/extensions/messages.po1365
-rw-r--r--source/gd/extras/source/autocorr/emoji.po726
-rw-r--r--source/gd/extras/source/gallery/share.po18
-rw-r--r--source/gd/filter/messages.po446
-rw-r--r--source/gd/filter/source/config/fragments/filters.po65
-rw-r--r--source/gd/filter/source/config/fragments/types.po40
-rw-r--r--source/gd/forms/messages.po118
-rw-r--r--source/gd/formula/messages.po876
-rw-r--r--source/gd/fpicker/messages.po133
-rw-r--r--source/gd/framework/messages.po62
-rw-r--r--source/gd/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office/UI.po1047
-rw-r--r--source/gd/readlicense_oo/docs.po60
-rw-r--r--source/gd/reportdesign/messages.po520
-rw-r--r--source/gd/sc/messages.po9425
-rw-r--r--source/gd/scaddins/messages.po1806
-rw-r--r--source/gd/sccomp/messages.po32
-rw-r--r--source/gd/sd/messages.po2726
-rw-r--r--source/gd/sfx2/messages.po1273
-rw-r--r--source/gd/starmath/messages.po1112
-rw-r--r--source/gd/svl/messages.po356
-rw-r--r--source/gd/svtools/messages.po1887
-rw-r--r--source/gd/svx/messages.po5934
-rw-r--r--source/gd/sw/messages.po7655
-rw-r--r--source/gd/swext/mediawiki/help.po20
-rw-r--r--source/gd/uui/messages.po407
-rw-r--r--source/gd/vcl/messages.po616
-rw-r--r--source/gd/wizards/messages.po532
-rw-r--r--source/gd/writerperfect/messages.po106
-rw-r--r--source/gd/xmlsecurity/messages.po192
-rw-r--r--source/gl/accessibility/messages.po24
-rw-r--r--source/gl/avmedia/messages.po48
-rw-r--r--source/gl/basctl/messages.po312
-rw-r--r--source/gl/basic/messages.po274
-rw-r--r--source/gl/chart2/messages.po1261
-rw-r--r--source/gl/connectivity/messages.po226
-rw-r--r--source/gl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/gl/cui/messages.po4921
-rw-r--r--source/gl/dbaccess/messages.po1660
-rw-r--r--source/gl/desktop/messages.po326
-rw-r--r--source/gl/dictionaries/en/dialog.po8
-rw-r--r--source/gl/dictionaries/id.po25
-rw-r--r--source/gl/editeng/messages.po539
-rw-r--r--source/gl/extensions/messages.po1375
-rw-r--r--source/gl/extras/source/gallery/share.po18
-rw-r--r--source/gl/filter/messages.po455
-rw-r--r--source/gl/filter/source/config/fragments/filters.po65
-rw-r--r--source/gl/filter/source/config/fragments/types.po44
-rw-r--r--source/gl/forms/messages.po118
-rw-r--r--source/gl/formula/messages.po876
-rw-r--r--source/gl/fpicker/messages.po133
-rw-r--r--source/gl/framework/messages.po60
-rw-r--r--source/gl/helpcontent2/source/auxiliary.po16
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/guide.po64
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared.po1652
-rw-r--r--source/gl/helpcontent2/source/text/scalc/01.po1130
-rw-r--r--source/gl/helpcontent2/source/text/scalc/05.po9
-rw-r--r--source/gl/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/gl/helpcontent2/source/text/scalc/guide.po415
-rw-r--r--source/gl/helpcontent2/source/text/schart.po36
-rw-r--r--source/gl/helpcontent2/source/text/schart/00.po18
-rw-r--r--source/gl/helpcontent2/source/text/schart/01.po44
-rw-r--r--source/gl/helpcontent2/source/text/sdraw/guide.po76
-rw-r--r--source/gl/helpcontent2/source/text/shared.po34
-rw-r--r--source/gl/helpcontent2/source/text/shared/00.po120
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po1502
-rw-r--r--source/gl/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/gl/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/gl/helpcontent2/source/text/shared/autopi.po306
-rw-r--r--source/gl/helpcontent2/source/text/shared/explorer/database.po80
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po130
-rw-r--r--source/gl/helpcontent2/source/text/shared/optionen.po216
-rw-r--r--source/gl/helpcontent2/source/text/simpress/00.po18
-rw-r--r--source/gl/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/gl/helpcontent2/source/text/simpress/02.po17
-rw-r--r--source/gl/helpcontent2/source/text/simpress/04.po22
-rw-r--r--source/gl/helpcontent2/source/text/simpress/guide.po52
-rw-r--r--source/gl/helpcontent2/source/text/smath/01.po36
-rw-r--r--source/gl/helpcontent2/source/text/swriter.po58
-rw-r--r--source/gl/helpcontent2/source/text/swriter/01.po546
-rw-r--r--source/gl/helpcontent2/source/text/swriter/02.po8
-rw-r--r--source/gl/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/gl/helpcontent2/source/text/swriter/guide.po62
-rw-r--r--source/gl/instsetoo_native/inc_openoffice/windows/msi_languages.po56
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office.po22
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po1103
-rw-r--r--source/gl/readlicense_oo/docs.po58
-rw-r--r--source/gl/reportdesign/messages.po526
-rw-r--r--source/gl/sc/messages.po9453
-rw-r--r--source/gl/scaddins/messages.po1804
-rw-r--r--source/gl/sccomp/messages.po32
-rw-r--r--source/gl/scp2/source/calc.po10
-rw-r--r--source/gl/scp2/source/impress.po12
-rw-r--r--source/gl/scp2/source/ooo.po8
-rw-r--r--source/gl/sd/messages.po2704
-rw-r--r--source/gl/sfx2/messages.po1215
-rw-r--r--source/gl/starmath/messages.po1116
-rw-r--r--source/gl/svl/messages.po356
-rw-r--r--source/gl/svtools/messages.po1903
-rw-r--r--source/gl/svx/messages.po5944
-rw-r--r--source/gl/sw/messages.po7663
-rw-r--r--source/gl/swext/mediawiki/help.po30
-rw-r--r--source/gl/sysui/desktop/share.po26
-rw-r--r--source/gl/uui/messages.po418
-rw-r--r--source/gl/vcl/messages.po616
-rw-r--r--source/gl/wizards/messages.po534
-rw-r--r--source/gl/wizards/source/resources.po8
-rw-r--r--source/gl/writerperfect/messages.po106
-rw-r--r--source/gl/xmlsecurity/messages.po190
-rw-r--r--source/gu/accessibility/messages.po25
-rw-r--r--source/gu/avmedia/messages.po46
-rw-r--r--source/gu/basctl/messages.po312
-rw-r--r--source/gu/basic/messages.po272
-rw-r--r--source/gu/chart2/messages.po1251
-rw-r--r--source/gu/connectivity/messages.po224
-rw-r--r--source/gu/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/gu/cui/messages.po4914
-rw-r--r--source/gu/dbaccess/messages.po1652
-rw-r--r--source/gu/desktop/messages.po326
-rw-r--r--source/gu/dictionaries/id.po22
-rw-r--r--source/gu/editeng/messages.po537
-rw-r--r--source/gu/extensions/messages.po1362
-rw-r--r--source/gu/extras/source/gallery/share.po18
-rw-r--r--source/gu/filter/messages.po446
-rw-r--r--source/gu/filter/source/config/fragments/filters.po62
-rw-r--r--source/gu/filter/source/config/fragments/types.po47
-rw-r--r--source/gu/forms/messages.po118
-rw-r--r--source/gu/formula/messages.po876
-rw-r--r--source/gu/fpicker/messages.po127
-rw-r--r--source/gu/framework/messages.po60
-rw-r--r--source/gu/helpcontent2/source/auxiliary.po4
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/guide.po28
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared.po1858
-rw-r--r--source/gu/helpcontent2/source/text/scalc/01.po1150
-rw-r--r--source/gu/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/gu/helpcontent2/source/text/scalc/guide.po74
-rw-r--r--source/gu/helpcontent2/source/text/schart.po16
-rw-r--r--source/gu/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/gu/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/gu/helpcontent2/source/text/sdraw/guide.po72
-rw-r--r--source/gu/helpcontent2/source/text/shared.po26
-rw-r--r--source/gu/helpcontent2/source/text/shared/00.po116
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po1464
-rw-r--r--source/gu/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/gu/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/gu/helpcontent2/source/text/shared/autopi.po302
-rw-r--r--source/gu/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/gu/helpcontent2/source/text/shared/guide.po122
-rw-r--r--source/gu/helpcontent2/source/text/shared/optionen.po214
-rw-r--r--source/gu/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/gu/helpcontent2/source/text/simpress/01.po336
-rw-r--r--source/gu/helpcontent2/source/text/simpress/guide.po38
-rw-r--r--source/gu/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/gu/helpcontent2/source/text/swriter.po26
-rw-r--r--source/gu/helpcontent2/source/text/swriter/01.po526
-rw-r--r--source/gu/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/gu/helpcontent2/source/text/swriter/guide.po42
-rw-r--r--source/gu/instsetoo_native/inc_openoffice/windows/msi_languages.po47
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice.po10
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office/UI.po962
-rw-r--r--source/gu/readlicense_oo/docs.po48
-rw-r--r--source/gu/reportdesign/messages.po518
-rw-r--r--source/gu/sc/messages.po9424
-rw-r--r--source/gu/scaddins/messages.po1804
-rw-r--r--source/gu/sccomp/messages.po30
-rw-r--r--source/gu/sd/messages.po2727
-rw-r--r--source/gu/sfx2/messages.po1195
-rw-r--r--source/gu/starmath/messages.po1110
-rw-r--r--source/gu/svl/messages.po354
-rw-r--r--source/gu/svtools/messages.po1879
-rw-r--r--source/gu/svx/messages.po5899
-rw-r--r--source/gu/sw/messages.po7617
-rw-r--r--source/gu/swext/mediawiki/help.po19
-rw-r--r--source/gu/uui/messages.po409
-rw-r--r--source/gu/vcl/messages.po612
-rw-r--r--source/gu/wizards/messages.po532
-rw-r--r--source/gu/writerperfect/messages.po102
-rw-r--r--source/gu/xmlsecurity/messages.po186
-rw-r--r--source/gug/accessibility/messages.po24
-rw-r--r--source/gug/avmedia/messages.po46
-rw-r--r--source/gug/basctl/messages.po314
-rw-r--r--source/gug/basic/messages.po272
-rw-r--r--source/gug/chart2/messages.po1252
-rw-r--r--source/gug/connectivity/messages.po224
-rw-r--r--source/gug/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/gug/cui/messages.po4911
-rw-r--r--source/gug/dbaccess/messages.po1646
-rw-r--r--source/gug/desktop/messages.po326
-rw-r--r--source/gug/dictionaries/id.po22
-rw-r--r--source/gug/editeng/messages.po537
-rw-r--r--source/gug/extensions/messages.po1355
-rw-r--r--source/gug/extras/source/gallery/share.po14
-rw-r--r--source/gug/filter/messages.po446
-rw-r--r--source/gug/filter/source/config/fragments/filters.po61
-rw-r--r--source/gug/filter/source/config/fragments/types.po40
-rw-r--r--source/gug/forms/messages.po118
-rw-r--r--source/gug/formula/messages.po876
-rw-r--r--source/gug/fpicker/messages.po127
-rw-r--r--source/gug/framework/messages.po60
-rw-r--r--source/gug/instsetoo_native/inc_openoffice/windows/msi_languages.po47
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice.po10
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office/UI.po964
-rw-r--r--source/gug/readlicense_oo/docs.po28
-rw-r--r--source/gug/reportdesign/messages.po518
-rw-r--r--source/gug/sc/messages.po9421
-rw-r--r--source/gug/scaddins/messages.po1804
-rw-r--r--source/gug/sccomp/messages.po30
-rw-r--r--source/gug/sd/messages.po2716
-rw-r--r--source/gug/sfx2/messages.po1197
-rw-r--r--source/gug/starmath/messages.po1110
-rw-r--r--source/gug/svl/messages.po354
-rw-r--r--source/gug/svtools/messages.po1875
-rw-r--r--source/gug/svx/messages.po5883
-rw-r--r--source/gug/sw/messages.po7618
-rw-r--r--source/gug/swext/mediawiki/help.po18
-rw-r--r--source/gug/uui/messages.po384
-rw-r--r--source/gug/vcl/messages.po613
-rw-r--r--source/gug/wizards/messages.po532
-rw-r--r--source/gug/writerperfect/messages.po102
-rw-r--r--source/gug/xmlsecurity/messages.po184
-rw-r--r--source/he/accessibility/messages.po26
-rw-r--r--source/he/avmedia/messages.po46
-rw-r--r--source/he/basctl/messages.po312
-rw-r--r--source/he/basic/messages.po272
-rw-r--r--source/he/chart2/messages.po1251
-rw-r--r--source/he/connectivity/messages.po224
-rw-r--r--source/he/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/he/cui/messages.po4924
-rw-r--r--source/he/dbaccess/messages.po1650
-rw-r--r--source/he/desktop/messages.po326
-rw-r--r--source/he/dictionaries/id.po22
-rw-r--r--source/he/editeng/messages.po539
-rw-r--r--source/he/extensions/messages.po1351
-rw-r--r--source/he/extras/source/gallery/share.po18
-rw-r--r--source/he/filter/messages.po446
-rw-r--r--source/he/filter/source/config/fragments/filters.po56
-rw-r--r--source/he/filter/source/config/fragments/types.po40
-rw-r--r--source/he/forms/messages.po118
-rw-r--r--source/he/formula/messages.po876
-rw-r--r--source/he/fpicker/messages.po127
-rw-r--r--source/he/framework/messages.po62
-rw-r--r--source/he/helpcontent2/source/auxiliary.po4
-rw-r--r--source/he/helpcontent2/source/text/sbasic/guide.po28
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared.po1448
-rw-r--r--source/he/helpcontent2/source/text/scalc/01.po1142
-rw-r--r--source/he/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/he/helpcontent2/source/text/scalc/guide.po74
-rw-r--r--source/he/helpcontent2/source/text/schart.po16
-rw-r--r--source/he/helpcontent2/source/text/schart/00.po4
-rw-r--r--source/he/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/he/helpcontent2/source/text/sdraw/guide.po70
-rw-r--r--source/he/helpcontent2/source/text/shared.po26
-rw-r--r--source/he/helpcontent2/source/text/shared/00.po112
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po1306
-rw-r--r--source/he/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/he/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/he/helpcontent2/source/text/shared/autopi.po170
-rw-r--r--source/he/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/he/helpcontent2/source/text/shared/guide.po124
-rw-r--r--source/he/helpcontent2/source/text/shared/optionen.po182
-rw-r--r--source/he/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/he/helpcontent2/source/text/simpress/01.po324
-rw-r--r--source/he/helpcontent2/source/text/simpress/guide.po36
-rw-r--r--source/he/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/he/helpcontent2/source/text/swriter.po24
-rw-r--r--source/he/helpcontent2/source/text/swriter/01.po482
-rw-r--r--source/he/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/he/helpcontent2/source/text/swriter/guide.po46
-rw-r--r--source/he/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/he/officecfg/registry/data/org/openoffice.po7
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po964
-rw-r--r--source/he/readlicense_oo/docs.po54
-rw-r--r--source/he/reportdesign/messages.po518
-rw-r--r--source/he/sc/messages.po9424
-rw-r--r--source/he/scaddins/messages.po1804
-rw-r--r--source/he/sccomp/messages.po30
-rw-r--r--source/he/sd/messages.po2719
-rw-r--r--source/he/sfx2/messages.po1205
-rw-r--r--source/he/starmath/messages.po1110
-rw-r--r--source/he/svl/messages.po356
-rw-r--r--source/he/svtools/messages.po1877
-rw-r--r--source/he/svx/messages.po5918
-rw-r--r--source/he/sw/messages.po7662
-rw-r--r--source/he/swext/mediawiki/help.po23
-rw-r--r--source/he/uui/messages.po410
-rw-r--r--source/he/vcl/messages.po612
-rw-r--r--source/he/wizards/messages.po532
-rw-r--r--source/he/wizards/source/resources.po9
-rw-r--r--source/he/writerperfect/messages.po102
-rw-r--r--source/he/xmlsecurity/messages.po186
-rw-r--r--source/hi/accessibility/messages.po27
-rw-r--r--source/hi/avmedia/messages.po48
-rw-r--r--source/hi/basctl/messages.po314
-rw-r--r--source/hi/basic/messages.po272
-rw-r--r--source/hi/chart2/messages.po1251
-rw-r--r--source/hi/connectivity/messages.po224
-rw-r--r--source/hi/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/hi/cui/messages.po4907
-rw-r--r--source/hi/dbaccess/messages.po1646
-rw-r--r--source/hi/desktop/messages.po326
-rw-r--r--source/hi/dictionaries/id.po22
-rw-r--r--source/hi/editeng/messages.po537
-rw-r--r--source/hi/extensions/messages.po1351
-rw-r--r--source/hi/extras/source/gallery/share.po10
-rw-r--r--source/hi/filter/messages.po446
-rw-r--r--source/hi/filter/source/config/fragments/filters.po62
-rw-r--r--source/hi/filter/source/config/fragments/types.po47
-rw-r--r--source/hi/forms/messages.po118
-rw-r--r--source/hi/formula/messages.po876
-rw-r--r--source/hi/fpicker/messages.po127
-rw-r--r--source/hi/framework/messages.po60
-rw-r--r--source/hi/helpcontent2/source/auxiliary.po4
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/guide.po28
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared.po1426
-rw-r--r--source/hi/helpcontent2/source/text/scalc/01.po990
-rw-r--r--source/hi/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/hi/helpcontent2/source/text/scalc/guide.po68
-rw-r--r--source/hi/helpcontent2/source/text/schart.po16
-rw-r--r--source/hi/helpcontent2/source/text/schart/00.po4
-rw-r--r--source/hi/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/hi/helpcontent2/source/text/sdraw/guide.po54
-rw-r--r--source/hi/helpcontent2/source/text/shared.po26
-rw-r--r--source/hi/helpcontent2/source/text/shared/00.po102
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po1256
-rw-r--r--source/hi/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/hi/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/hi/helpcontent2/source/text/shared/autopi.po166
-rw-r--r--source/hi/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/hi/helpcontent2/source/text/shared/guide.po116
-rw-r--r--source/hi/helpcontent2/source/text/shared/optionen.po166
-rw-r--r--source/hi/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/hi/helpcontent2/source/text/simpress/01.po310
-rw-r--r--source/hi/helpcontent2/source/text/simpress/guide.po26
-rw-r--r--source/hi/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/hi/helpcontent2/source/text/swriter.po24
-rw-r--r--source/hi/helpcontent2/source/text/swriter/01.po458
-rw-r--r--source/hi/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/hi/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/hi/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice.po7
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office/UI.po961
-rw-r--r--source/hi/readlicense_oo/docs.po46
-rw-r--r--source/hi/reportdesign/messages.po518
-rw-r--r--source/hi/sc/messages.po9422
-rw-r--r--source/hi/scaddins/messages.po1804
-rw-r--r--source/hi/sccomp/messages.po30
-rw-r--r--source/hi/sd/messages.po2719
-rw-r--r--source/hi/sfx2/messages.po1195
-rw-r--r--source/hi/starmath/messages.po1118
-rw-r--r--source/hi/svl/messages.po354
-rw-r--r--source/hi/svtools/messages.po1879
-rw-r--r--source/hi/svx/messages.po5899
-rw-r--r--source/hi/sw/messages.po7614
-rw-r--r--source/hi/swext/mediawiki/help.po19
-rw-r--r--source/hi/uui/messages.po412
-rw-r--r--source/hi/vcl/messages.po617
-rw-r--r--source/hi/wizards/messages.po532
-rw-r--r--source/hi/writerperfect/messages.po102
-rw-r--r--source/hi/xmlsecurity/messages.po186
-rw-r--r--source/hr/accessibility/messages.po24
-rw-r--r--source/hr/avmedia/messages.po48
-rw-r--r--source/hr/basctl/messages.po312
-rw-r--r--source/hr/basic/messages.po272
-rw-r--r--source/hr/chart2/messages.po1259
-rw-r--r--source/hr/connectivity/messages.po226
-rw-r--r--source/hr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/hr/cui/messages.po4919
-rw-r--r--source/hr/dbaccess/messages.po1662
-rw-r--r--source/hr/desktop/messages.po326
-rw-r--r--source/hr/dictionaries/id.po25
-rw-r--r--source/hr/editeng/messages.po539
-rw-r--r--source/hr/extensions/messages.po1367
-rw-r--r--source/hr/extras/source/autocorr/emoji.po6
-rw-r--r--source/hr/extras/source/gallery/share.po14
-rw-r--r--source/hr/filter/messages.po459
-rw-r--r--source/hr/filter/source/config/fragments/filters.po65
-rw-r--r--source/hr/filter/source/config/fragments/types.po40
-rw-r--r--source/hr/forms/messages.po118
-rw-r--r--source/hr/formula/messages.po876
-rw-r--r--source/hr/fpicker/messages.po133
-rw-r--r--source/hr/framework/messages.po60
-rw-r--r--source/hr/helpcontent2/source/auxiliary.po4
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/guide.po36
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared.po1464
-rw-r--r--source/hr/helpcontent2/source/text/scalc/01.po998
-rw-r--r--source/hr/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/hr/helpcontent2/source/text/scalc/guide.po66
-rw-r--r--source/hr/helpcontent2/source/text/schart.po16
-rw-r--r--source/hr/helpcontent2/source/text/schart/00.po4
-rw-r--r--source/hr/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/hr/helpcontent2/source/text/sdraw/guide.po54
-rw-r--r--source/hr/helpcontent2/source/text/shared.po26
-rw-r--r--source/hr/helpcontent2/source/text/shared/00.po104
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po1240
-rw-r--r--source/hr/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/hr/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/hr/helpcontent2/source/text/shared/autopi.po170
-rw-r--r--source/hr/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/hr/helpcontent2/source/text/shared/guide.po116
-rw-r--r--source/hr/helpcontent2/source/text/shared/optionen.po162
-rw-r--r--source/hr/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/hr/helpcontent2/source/text/simpress/01.po310
-rw-r--r--source/hr/helpcontent2/source/text/simpress/guide.po26
-rw-r--r--source/hr/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/hr/helpcontent2/source/text/swriter.po26
-rw-r--r--source/hr/helpcontent2/source/text/swriter/01.po462
-rw-r--r--source/hr/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/hr/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po50
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office/UI.po993
-rw-r--r--source/hr/readlicense_oo/docs.po58
-rw-r--r--source/hr/reportdesign/messages.po518
-rw-r--r--source/hr/sc/messages.po9429
-rw-r--r--source/hr/scaddins/messages.po1804
-rw-r--r--source/hr/sccomp/messages.po32
-rw-r--r--source/hr/sd/messages.po2716
-rw-r--r--source/hr/sfx2/messages.po1215
-rw-r--r--source/hr/starmath/messages.po1110
-rw-r--r--source/hr/svl/messages.po356
-rw-r--r--source/hr/svtools/messages.po1893
-rw-r--r--source/hr/svx/messages.po5940
-rw-r--r--source/hr/sw/messages.po7639
-rw-r--r--source/hr/swext/mediawiki/help.po26
-rw-r--r--source/hr/uui/messages.po422
-rw-r--r--source/hr/vcl/messages.po618
-rw-r--r--source/hr/wizards/messages.po534
-rw-r--r--source/hr/writerperfect/messages.po106
-rw-r--r--source/hr/xmlsecurity/messages.po192
-rw-r--r--source/hsb/accessibility/messages.po24
-rw-r--r--source/hsb/avmedia/messages.po48
-rw-r--r--source/hsb/basctl/messages.po312
-rw-r--r--source/hsb/basic/messages.po272
-rw-r--r--source/hsb/chart2/messages.po1257
-rw-r--r--source/hsb/connectivity/messages.po226
-rw-r--r--source/hsb/connectivity/registry/mork/org/openoffice/Office/DataAccess.po12
-rw-r--r--source/hsb/cui/messages.po4909
-rw-r--r--source/hsb/dbaccess/messages.po1666
-rw-r--r--source/hsb/desktop/messages.po326
-rw-r--r--source/hsb/dictionaries/id.po24
-rw-r--r--source/hsb/editeng/messages.po539
-rw-r--r--source/hsb/extensions/messages.po1369
-rw-r--r--source/hsb/extras/source/autocorr/emoji.po958
-rw-r--r--source/hsb/extras/source/gallery/share.po16
-rw-r--r--source/hsb/filter/messages.po456
-rw-r--r--source/hsb/filter/source/config/fragments/filters.po63
-rw-r--r--source/hsb/filter/source/config/fragments/types.po42
-rw-r--r--source/hsb/forms/messages.po118
-rw-r--r--source/hsb/formula/messages.po878
-rw-r--r--source/hsb/fpicker/messages.po133
-rw-r--r--source/hsb/framework/messages.po60
-rw-r--r--source/hsb/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice.po10
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po1164
-rw-r--r--source/hsb/readlicense_oo/docs.po58
-rw-r--r--source/hsb/reportdesign/messages.po520
-rw-r--r--source/hsb/sc/messages.po11770
-rw-r--r--source/hsb/scaddins/messages.po1804
-rw-r--r--source/hsb/sccomp/messages.po32
-rw-r--r--source/hsb/sd/messages.po2706
-rw-r--r--source/hsb/sfx2/messages.po1213
-rw-r--r--source/hsb/starmath/messages.po1110
-rw-r--r--source/hsb/svl/messages.po354
-rw-r--r--source/hsb/svtools/messages.po1893
-rw-r--r--source/hsb/svx/messages.po5934
-rw-r--r--source/hsb/sw/messages.po7625
-rw-r--r--source/hsb/swext/mediawiki/help.po20
-rw-r--r--source/hsb/uui/messages.po420
-rw-r--r--source/hsb/vcl/messages.po616
-rw-r--r--source/hsb/wizards/messages.po534
-rw-r--r--source/hsb/writerperfect/messages.po110
-rw-r--r--source/hsb/xmlsecurity/messages.po190
-rw-r--r--source/hu/accessibility/messages.po24
-rw-r--r--source/hu/avmedia/messages.po48
-rw-r--r--source/hu/basctl/messages.po312
-rw-r--r--source/hu/basic/messages.po272
-rw-r--r--source/hu/chart2/messages.po1253
-rw-r--r--source/hu/connectivity/messages.po226
-rw-r--r--source/hu/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/hu/cui/messages.po4907
-rw-r--r--source/hu/dbaccess/messages.po1656
-rw-r--r--source/hu/desktop/messages.po326
-rw-r--r--source/hu/dictionaries/id.po22
-rw-r--r--source/hu/editeng/messages.po539
-rw-r--r--source/hu/extensions/messages.po1363
-rw-r--r--source/hu/extras/source/gallery/share.po18
-rw-r--r--source/hu/filter/messages.po461
-rw-r--r--source/hu/filter/source/config/fragments/filters.po61
-rw-r--r--source/hu/filter/source/config/fragments/types.po40
-rw-r--r--source/hu/forms/messages.po118
-rw-r--r--source/hu/formula/messages.po878
-rw-r--r--source/hu/fpicker/messages.po129
-rw-r--r--source/hu/framework/messages.po60
-rw-r--r--source/hu/helpcontent2/source/auxiliary.po8
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/guide.po50
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared.po1868
-rw-r--r--source/hu/helpcontent2/source/text/scalc/01.po1254
-rw-r--r--source/hu/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/hu/helpcontent2/source/text/scalc/guide.po82
-rw-r--r--source/hu/helpcontent2/source/text/schart.po30
-rw-r--r--source/hu/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/hu/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/hu/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/hu/helpcontent2/source/text/shared.po68
-rw-r--r--source/hu/helpcontent2/source/text/shared/00.po122
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po1536
-rw-r--r--source/hu/helpcontent2/source/text/shared/02.po40
-rw-r--r--source/hu/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/hu/helpcontent2/source/text/shared/autopi.po326
-rw-r--r--source/hu/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/hu/helpcontent2/source/text/shared/guide.po146
-rw-r--r--source/hu/helpcontent2/source/text/shared/optionen.po232
-rw-r--r--source/hu/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/hu/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/hu/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/hu/helpcontent2/source/text/smath/01.po14
-rw-r--r--source/hu/helpcontent2/source/text/swriter.po28
-rw-r--r--source/hu/helpcontent2/source/text/swriter/01.po544
-rw-r--r--source/hu/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/hu/helpcontent2/source/text/swriter/guide.po52
-rw-r--r--source/hu/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po983
-rw-r--r--source/hu/readlicense_oo/docs.po56
-rw-r--r--source/hu/reportdesign/messages.po520
-rw-r--r--source/hu/sc/messages.po9421
-rw-r--r--source/hu/scaddins/messages.po1804
-rw-r--r--source/hu/sccomp/messages.po32
-rw-r--r--source/hu/sd/messages.po2710
-rw-r--r--source/hu/sfx2/messages.po1210
-rw-r--r--source/hu/starmath/messages.po1110
-rw-r--r--source/hu/svl/messages.po356
-rw-r--r--source/hu/svtools/messages.po1885
-rw-r--r--source/hu/svx/messages.po5904
-rw-r--r--source/hu/sw/messages.po7619
-rw-r--r--source/hu/swext/mediawiki/help.po20
-rw-r--r--source/hu/uui/messages.po408
-rw-r--r--source/hu/vcl/messages.po614
-rw-r--r--source/hu/wizards/messages.po532
-rw-r--r--source/hu/writerperfect/messages.po104
-rw-r--r--source/hu/xmlsecurity/messages.po188
-rw-r--r--source/id/accessibility/messages.po24
-rw-r--r--source/id/avmedia/messages.po48
-rw-r--r--source/id/basctl/messages.po312
-rw-r--r--source/id/basic/messages.po272
-rw-r--r--source/id/chart2/messages.po1257
-rw-r--r--source/id/connectivity/messages.po226
-rw-r--r--source/id/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/id/cui/messages.po4909
-rw-r--r--source/id/dbaccess/messages.po1658
-rw-r--r--source/id/desktop/messages.po326
-rw-r--r--source/id/dictionaries/id.po25
-rw-r--r--source/id/editeng/messages.po539
-rw-r--r--source/id/extensions/messages.po1367
-rw-r--r--source/id/extras/source/autocorr/emoji.po17
-rw-r--r--source/id/extras/source/gallery/share.po20
-rw-r--r--source/id/filter/messages.po446
-rw-r--r--source/id/filter/source/config/fragments/filters.po65
-rw-r--r--source/id/filter/source/config/fragments/types.po40
-rw-r--r--source/id/forms/messages.po118
-rw-r--r--source/id/formula/messages.po878
-rw-r--r--source/id/fpicker/messages.po133
-rw-r--r--source/id/framework/messages.po60
-rw-r--r--source/id/helpcontent2/source/auxiliary.po10
-rw-r--r--source/id/helpcontent2/source/text/sbasic/guide.po50
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared.po1844
-rw-r--r--source/id/helpcontent2/source/text/scalc/01.po1032
-rw-r--r--source/id/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/id/helpcontent2/source/text/scalc/guide.po66
-rw-r--r--source/id/helpcontent2/source/text/schart.po36
-rw-r--r--source/id/helpcontent2/source/text/schart/00.po10
-rw-r--r--source/id/helpcontent2/source/text/schart/01.po30
-rw-r--r--source/id/helpcontent2/source/text/sdraw/guide.po78
-rw-r--r--source/id/helpcontent2/source/text/shared.po26
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po112
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po1298
-rw-r--r--source/id/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/id/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/id/helpcontent2/source/text/shared/autopi.po254
-rw-r--r--source/id/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/id/helpcontent2/source/text/shared/guide.po120
-rw-r--r--source/id/helpcontent2/source/text/shared/optionen.po184
-rw-r--r--source/id/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/id/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/id/helpcontent2/source/text/simpress/guide.po48
-rw-r--r--source/id/helpcontent2/source/text/smath/01.po24
-rw-r--r--source/id/helpcontent2/source/text/swriter.po30
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po506
-rw-r--r--source/id/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/id/helpcontent2/source/text/swriter/guide.po40
-rw-r--r--source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/id/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po994
-rw-r--r--source/id/readlicense_oo/docs.po56
-rw-r--r--source/id/reportdesign/messages.po518
-rw-r--r--source/id/sc/messages.po9518
-rw-r--r--source/id/scaddins/messages.po1804
-rw-r--r--source/id/sccomp/messages.po32
-rw-r--r--source/id/sd/messages.po2745
-rw-r--r--source/id/sfx2/messages.po1210
-rw-r--r--source/id/starmath/messages.po1112
-rw-r--r--source/id/svl/messages.po356
-rw-r--r--source/id/svtools/messages.po1889
-rw-r--r--source/id/svx/messages.po5903
-rw-r--r--source/id/sw/messages.po7620
-rw-r--r--source/id/swext/mediawiki/help.po20
-rw-r--r--source/id/uui/messages.po408
-rw-r--r--source/id/vcl/messages.po616
-rw-r--r--source/id/wizards/messages.po544
-rw-r--r--source/id/wizards/source/resources.po16
-rw-r--r--source/id/writerperfect/messages.po108
-rw-r--r--source/id/xmlsecurity/messages.po190
-rw-r--r--source/is/accessibility/messages.po24
-rw-r--r--source/is/avmedia/messages.po48
-rw-r--r--source/is/basctl/messages.po312
-rw-r--r--source/is/basic/messages.po272
-rw-r--r--source/is/chart2/messages.po1251
-rw-r--r--source/is/connectivity/messages.po226
-rw-r--r--source/is/connectivity/registry/mork/org/openoffice/Office/DataAccess.po15
-rw-r--r--source/is/cui/messages.po4913
-rw-r--r--source/is/dbaccess/messages.po1654
-rw-r--r--source/is/desktop/messages.po326
-rw-r--r--source/is/dictionaries/id.po25
-rw-r--r--source/is/editeng/messages.po539
-rw-r--r--source/is/extensions/messages.po1363
-rw-r--r--source/is/extras/source/autocorr/emoji.po8
-rw-r--r--source/is/extras/source/gallery/share.po22
-rw-r--r--source/is/filter/messages.po446
-rw-r--r--source/is/filter/source/config/fragments/filters.po61
-rw-r--r--source/is/filter/source/config/fragments/types.po40
-rw-r--r--source/is/forms/messages.po118
-rw-r--r--source/is/formula/messages.po878
-rw-r--r--source/is/fpicker/messages.po131
-rw-r--r--source/is/framework/messages.po60
-rw-r--r--source/is/helpcontent2/source/auxiliary.po6
-rw-r--r--source/is/helpcontent2/source/text/sbasic/guide.po28
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared.po1805
-rw-r--r--source/is/helpcontent2/source/text/scalc/01.po1054
-rw-r--r--source/is/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/is/helpcontent2/source/text/scalc/guide.po68
-rw-r--r--source/is/helpcontent2/source/text/schart.po30
-rw-r--r--source/is/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/is/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/is/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/is/helpcontent2/source/text/shared.po26
-rw-r--r--source/is/helpcontent2/source/text/shared/00.po106
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po1306
-rw-r--r--source/is/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/is/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/is/helpcontent2/source/text/shared/autopi.po170
-rw-r--r--source/is/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po120
-rw-r--r--source/is/helpcontent2/source/text/shared/optionen.po164
-rw-r--r--source/is/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/is/helpcontent2/source/text/simpress/01.po314
-rw-r--r--source/is/helpcontent2/source/text/simpress/guide.po26
-rw-r--r--source/is/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/is/helpcontent2/source/text/swriter.po26
-rw-r--r--source/is/helpcontent2/source/text/swriter/01.po458
-rw-r--r--source/is/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/is/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/is/instsetoo_native/inc_openoffice/windows/msi_languages.po50
-rw-r--r--source/is/officecfg/registry/data/org/openoffice.po13
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office/UI.po983
-rw-r--r--source/is/readlicense_oo/docs.po56
-rw-r--r--source/is/reportdesign/messages.po518
-rw-r--r--source/is/sc/messages.po9421
-rw-r--r--source/is/scaddins/messages.po1806
-rw-r--r--source/is/sccomp/messages.po30
-rw-r--r--source/is/sd/messages.po2704
-rw-r--r--source/is/sfx2/messages.po1210
-rw-r--r--source/is/starmath/messages.po1112
-rw-r--r--source/is/svl/messages.po356
-rw-r--r--source/is/svtools/messages.po1887
-rw-r--r--source/is/svx/messages.po5904
-rw-r--r--source/is/sw/messages.po7623
-rw-r--r--source/is/swext/mediawiki/help.po20
-rw-r--r--source/is/uui/messages.po406
-rw-r--r--source/is/vcl/messages.po614
-rw-r--r--source/is/wizards/messages.po534
-rw-r--r--source/is/writerperfect/messages.po108
-rw-r--r--source/is/xmlsecurity/messages.po192
-rw-r--r--source/it/accessibility/messages.po24
-rw-r--r--source/it/avmedia/messages.po48
-rw-r--r--source/it/basctl/messages.po314
-rw-r--r--source/it/basic/messages.po274
-rw-r--r--source/it/chart2/messages.po1251
-rw-r--r--source/it/connectivity/messages.po226
-rw-r--r--source/it/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/it/cui/messages.po4907
-rw-r--r--source/it/dbaccess/messages.po1656
-rw-r--r--source/it/desktop/messages.po326
-rw-r--r--source/it/dictionaries/id.po22
-rw-r--r--source/it/editeng/messages.po539
-rw-r--r--source/it/extensions/messages.po1363
-rw-r--r--source/it/extras/source/gallery/share.po18
-rw-r--r--source/it/filter/messages.po448
-rw-r--r--source/it/filter/source/config/fragments/filters.po61
-rw-r--r--source/it/filter/source/config/fragments/types.po40
-rw-r--r--source/it/forms/messages.po118
-rw-r--r--source/it/formula/messages.po878
-rw-r--r--source/it/fpicker/messages.po129
-rw-r--r--source/it/framework/messages.po60
-rw-r--r--source/it/helpcontent2/source/auxiliary.po8
-rw-r--r--source/it/helpcontent2/source/text/sbasic/guide.po56
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared.po2036
-rw-r--r--source/it/helpcontent2/source/text/scalc.po6
-rw-r--r--source/it/helpcontent2/source/text/scalc/01.po1288
-rw-r--r--source/it/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/it/helpcontent2/source/text/scalc/guide.po116
-rw-r--r--source/it/helpcontent2/source/text/schart.po32
-rw-r--r--source/it/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/it/helpcontent2/source/text/schart/01.po16
-rw-r--r--source/it/helpcontent2/source/text/sdraw/guide.po76
-rw-r--r--source/it/helpcontent2/source/text/shared.po28
-rw-r--r--source/it/helpcontent2/source/text/shared/00.po124
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po1654
-rw-r--r--source/it/helpcontent2/source/text/shared/02.po54
-rw-r--r--source/it/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/it/helpcontent2/source/text/shared/autopi.po328
-rw-r--r--source/it/helpcontent2/source/text/shared/explorer/database.po34
-rw-r--r--source/it/helpcontent2/source/text/shared/guide.po192
-rw-r--r--source/it/helpcontent2/source/text/shared/optionen.po248
-rw-r--r--source/it/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/it/helpcontent2/source/text/simpress/01.po356
-rw-r--r--source/it/helpcontent2/source/text/simpress/02.po8
-rw-r--r--source/it/helpcontent2/source/text/simpress/04.po6
-rw-r--r--source/it/helpcontent2/source/text/simpress/guide.po52
-rw-r--r--source/it/helpcontent2/source/text/smath/01.po20
-rw-r--r--source/it/helpcontent2/source/text/swriter.po42
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po574
-rw-r--r--source/it/helpcontent2/source/text/swriter/04.po46
-rw-r--r--source/it/helpcontent2/source/text/swriter/guide.po130
-rw-r--r--source/it/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/it/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po991
-rw-r--r--source/it/readlicense_oo/docs.po56
-rw-r--r--source/it/reportdesign/messages.po518
-rw-r--r--source/it/sc/messages.po9421
-rw-r--r--source/it/scaddins/messages.po1806
-rw-r--r--source/it/sccomp/messages.po32
-rw-r--r--source/it/sd/messages.po2710
-rw-r--r--source/it/sfx2/messages.po1210
-rw-r--r--source/it/starmath/messages.po1112
-rw-r--r--source/it/svl/messages.po356
-rw-r--r--source/it/svtools/messages.po1885
-rw-r--r--source/it/svx/messages.po5912
-rw-r--r--source/it/sw/messages.po7621
-rw-r--r--source/it/swext/mediawiki/help.po20
-rw-r--r--source/it/uui/messages.po408
-rw-r--r--source/it/vcl/messages.po614
-rw-r--r--source/it/wizards/messages.po532
-rw-r--r--source/it/writerperfect/messages.po104
-rw-r--r--source/it/xmlsecurity/messages.po188
-rw-r--r--source/ja/accessibility/messages.po24
-rw-r--r--source/ja/avmedia/messages.po48
-rw-r--r--source/ja/basctl/messages.po312
-rw-r--r--source/ja/basic/messages.po272
-rw-r--r--source/ja/chart2/messages.po1259
-rw-r--r--source/ja/connectivity/messages.po226
-rw-r--r--source/ja/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/ja/cui/messages.po4917
-rw-r--r--source/ja/dbaccess/messages.po1662
-rw-r--r--source/ja/desktop/messages.po328
-rw-r--r--source/ja/dictionaries/id.po25
-rw-r--r--source/ja/editeng/messages.po539
-rw-r--r--source/ja/extensions/messages.po1367
-rw-r--r--source/ja/extras/source/autocorr/emoji.po8
-rw-r--r--source/ja/extras/source/gallery/share.po20
-rw-r--r--source/ja/filter/messages.po458
-rw-r--r--source/ja/filter/source/config/fragments/filters.po65
-rw-r--r--source/ja/filter/source/config/fragments/internalgraphicfilters.po18
-rw-r--r--source/ja/filter/source/config/fragments/types.po42
-rw-r--r--source/ja/forms/messages.po118
-rw-r--r--source/ja/formula/messages.po878
-rw-r--r--source/ja/fpicker/messages.po135
-rw-r--r--source/ja/framework/messages.po62
-rw-r--r--source/ja/helpcontent2/source/auxiliary.po6
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/guide.po46
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared.po1864
-rw-r--r--source/ja/helpcontent2/source/text/scalc.po10
-rw-r--r--source/ja/helpcontent2/source/text/scalc/00.po8
-rw-r--r--source/ja/helpcontent2/source/text/scalc/01.po1234
-rw-r--r--source/ja/helpcontent2/source/text/scalc/02.po8
-rw-r--r--source/ja/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/ja/helpcontent2/source/text/scalc/guide.po88
-rw-r--r--source/ja/helpcontent2/source/text/schart.po30
-rw-r--r--source/ja/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/ja/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/ja/helpcontent2/source/text/sdraw.po10
-rw-r--r--source/ja/helpcontent2/source/text/sdraw/04.po8
-rw-r--r--source/ja/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/ja/helpcontent2/source/text/shared.po26
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po122
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po1514
-rw-r--r--source/ja/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/ja/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/ja/helpcontent2/source/text/shared/autopi.po322
-rw-r--r--source/ja/helpcontent2/source/text/shared/explorer/database.po18
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po142
-rw-r--r--source/ja/helpcontent2/source/text/shared/optionen.po222
-rw-r--r--source/ja/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/ja/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/ja/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/ja/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/ja/helpcontent2/source/text/swriter.po44
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po540
-rw-r--r--source/ja/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/ja/helpcontent2/source/text/swriter/guide.po46
-rw-r--r--source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po54
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po1023
-rw-r--r--source/ja/readlicense_oo/docs.po58
-rw-r--r--source/ja/reportdesign/messages.po520
-rw-r--r--source/ja/sc/messages.po9474
-rw-r--r--source/ja/scaddins/messages.po1806
-rw-r--r--source/ja/sccomp/messages.po30
-rw-r--r--source/ja/sd/messages.po2742
-rw-r--r--source/ja/sfx2/messages.po1223
-rw-r--r--source/ja/starmath/messages.po1112
-rw-r--r--source/ja/svl/messages.po356
-rw-r--r--source/ja/svtools/messages.po1883
-rw-r--r--source/ja/svx/messages.po5920
-rw-r--r--source/ja/sw/messages.po7637
-rw-r--r--source/ja/swext/mediawiki/help.po20
-rw-r--r--source/ja/uui/messages.po409
-rw-r--r--source/ja/vcl/messages.po620
-rw-r--r--source/ja/wizards/messages.po538
-rw-r--r--source/ja/wizards/source/resources.po18
-rw-r--r--source/ja/writerperfect/messages.po110
-rw-r--r--source/ja/xmlsecurity/messages.po192
-rw-r--r--source/jv/accessibility/messages.po25
-rw-r--r--source/jv/avmedia/messages.po46
-rw-r--r--source/jv/basctl/messages.po312
-rw-r--r--source/jv/basic/messages.po272
-rw-r--r--source/jv/chart2/messages.po1252
-rw-r--r--source/jv/connectivity/messages.po224
-rw-r--r--source/jv/connectivity/registry/mork/org/openoffice/Office/DataAccess.po6
-rw-r--r--source/jv/cui/messages.po4903
-rw-r--r--source/jv/dbaccess/messages.po1648
-rw-r--r--source/jv/desktop/messages.po328
-rw-r--r--source/jv/dictionaries/id.po22
-rw-r--r--source/jv/editeng/messages.po537
-rw-r--r--source/jv/extensions/messages.po1353
-rw-r--r--source/jv/extras/source/gallery/share.po12
-rw-r--r--source/jv/filter/messages.po446
-rw-r--r--source/jv/filter/source/config/fragments/filters.po35
-rw-r--r--source/jv/filter/source/config/fragments/types.po20
-rw-r--r--source/jv/forms/messages.po118
-rw-r--r--source/jv/formula/messages.po876
-rw-r--r--source/jv/fpicker/messages.po127
-rw-r--r--source/jv/framework/messages.po60
-rw-r--r--source/jv/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/jv/officecfg/registry/data/org/openoffice.po6
-rw-r--r--source/jv/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/jv/officecfg/registry/data/org/openoffice/Office/UI.po898
-rw-r--r--source/jv/readlicense_oo/docs.po28
-rw-r--r--source/jv/reportdesign/messages.po518
-rw-r--r--source/jv/sc/messages.po9396
-rw-r--r--source/jv/scaddins/messages.po1804
-rw-r--r--source/jv/sccomp/messages.po30
-rw-r--r--source/jv/sd/messages.po2688
-rw-r--r--source/jv/sfx2/messages.po1195
-rw-r--r--source/jv/starmath/messages.po1112
-rw-r--r--source/jv/svl/messages.po362
-rw-r--r--source/jv/svtools/messages.po1853
-rw-r--r--source/jv/svx/messages.po5870
-rw-r--r--source/jv/sw/messages.po7591
-rw-r--r--source/jv/swext/mediawiki/help.po18
-rw-r--r--source/jv/uui/messages.po383
-rw-r--r--source/jv/vcl/messages.po612
-rw-r--r--source/jv/wizards/messages.po532
-rw-r--r--source/jv/writerperfect/messages.po102
-rw-r--r--source/jv/xmlsecurity/messages.po184
-rw-r--r--source/ka/accessibility/messages.po25
-rw-r--r--source/ka/avmedia/messages.po46
-rw-r--r--source/ka/basctl/messages.po314
-rw-r--r--source/ka/basic/messages.po274
-rw-r--r--source/ka/chart2/messages.po1251
-rw-r--r--source/ka/connectivity/messages.po224
-rw-r--r--source/ka/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/ka/cui/messages.po4909
-rw-r--r--source/ka/dbaccess/messages.po1646
-rw-r--r--source/ka/desktop/messages.po326
-rw-r--r--source/ka/dictionaries/id.po22
-rw-r--r--source/ka/editeng/messages.po537
-rw-r--r--source/ka/extensions/messages.po1351
-rw-r--r--source/ka/extras/source/gallery/share.po10
-rw-r--r--source/ka/filter/messages.po446
-rw-r--r--source/ka/filter/source/config/fragments/filters.po62
-rw-r--r--source/ka/filter/source/config/fragments/types.po47
-rw-r--r--source/ka/forms/messages.po118
-rw-r--r--source/ka/formula/messages.po876
-rw-r--r--source/ka/fpicker/messages.po127
-rw-r--r--source/ka/framework/messages.po60
-rw-r--r--source/ka/helpcontent2/source/auxiliary.po4
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/guide.po28
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared.po1626
-rw-r--r--source/ka/helpcontent2/source/text/scalc/01.po1134
-rw-r--r--source/ka/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/ka/helpcontent2/source/text/scalc/guide.po66
-rw-r--r--source/ka/helpcontent2/source/text/schart.po16
-rw-r--r--source/ka/helpcontent2/source/text/schart/00.po4
-rw-r--r--source/ka/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/ka/helpcontent2/source/text/sdraw/guide.po54
-rw-r--r--source/ka/helpcontent2/source/text/shared.po26
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po104
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po1338
-rw-r--r--source/ka/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/ka/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/ka/helpcontent2/source/text/shared/autopi.po190
-rw-r--r--source/ka/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po116
-rw-r--r--source/ka/helpcontent2/source/text/shared/optionen.po184
-rw-r--r--source/ka/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/ka/helpcontent2/source/text/simpress/01.po308
-rw-r--r--source/ka/helpcontent2/source/text/simpress/guide.po26
-rw-r--r--source/ka/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/ka/helpcontent2/source/text/swriter.po26
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po530
-rw-r--r--source/ka/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/ka/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/ka/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office/UI.po954
-rw-r--r--source/ka/readlicense_oo/docs.po30
-rw-r--r--source/ka/reportdesign/messages.po518
-rw-r--r--source/ka/sc/messages.po9414
-rw-r--r--source/ka/scaddins/messages.po1804
-rw-r--r--source/ka/sccomp/messages.po30
-rw-r--r--source/ka/sd/messages.po2718
-rw-r--r--source/ka/sfx2/messages.po1195
-rw-r--r--source/ka/starmath/messages.po1116
-rw-r--r--source/ka/svl/messages.po361
-rw-r--r--source/ka/svtools/messages.po1879
-rw-r--r--source/ka/svx/messages.po5899
-rw-r--r--source/ka/sw/messages.po7612
-rw-r--r--source/ka/swext/mediawiki/help.po18
-rw-r--r--source/ka/uui/messages.po384
-rw-r--r--source/ka/vcl/messages.po617
-rw-r--r--source/ka/wizards/messages.po532
-rw-r--r--source/ka/writerperfect/messages.po102
-rw-r--r--source/ka/xmlsecurity/messages.po187
-rw-r--r--source/kk/accessibility/messages.po24
-rw-r--r--source/kk/avmedia/messages.po48
-rw-r--r--source/kk/basctl/messages.po312
-rw-r--r--source/kk/basic/messages.po272
-rw-r--r--source/kk/chart2/messages.po1255
-rw-r--r--source/kk/connectivity/messages.po226
-rw-r--r--source/kk/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/kk/cui/messages.po4909
-rw-r--r--source/kk/dbaccess/messages.po1658
-rw-r--r--source/kk/desktop/messages.po326
-rw-r--r--source/kk/dictionaries/id.po25
-rw-r--r--source/kk/editeng/messages.po539
-rw-r--r--source/kk/extensions/messages.po1367
-rw-r--r--source/kk/extras/source/gallery/share.po16
-rw-r--r--source/kk/filter/messages.po446
-rw-r--r--source/kk/filter/source/config/fragments/filters.po65
-rw-r--r--source/kk/filter/source/config/fragments/types.po40
-rw-r--r--source/kk/forms/messages.po118
-rw-r--r--source/kk/formula/messages.po876
-rw-r--r--source/kk/fpicker/messages.po133
-rw-r--r--source/kk/framework/messages.po60
-rw-r--r--source/kk/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office/UI.po983
-rw-r--r--source/kk/readlicense_oo/docs.po60
-rw-r--r--source/kk/reportdesign/messages.po518
-rw-r--r--source/kk/sc/messages.po9425
-rw-r--r--source/kk/scaddins/messages.po1804
-rw-r--r--source/kk/sccomp/messages.po32
-rw-r--r--source/kk/sd/messages.po2710
-rw-r--r--source/kk/sfx2/messages.po1207
-rw-r--r--source/kk/starmath/messages.po1110
-rw-r--r--source/kk/svl/messages.po356
-rw-r--r--source/kk/svtools/messages.po1889
-rw-r--r--source/kk/svx/messages.po5932
-rw-r--r--source/kk/sw/messages.po7623
-rw-r--r--source/kk/swext/mediawiki/help.po20
-rw-r--r--source/kk/uui/messages.po405
-rw-r--r--source/kk/vcl/messages.po616
-rw-r--r--source/kk/wizards/messages.po532
-rw-r--r--source/kk/writerperfect/messages.po106
-rw-r--r--source/kk/xmlsecurity/messages.po192
-rw-r--r--source/kl/accessibility/messages.po24
-rw-r--r--source/kl/avmedia/messages.po46
-rw-r--r--source/kl/basctl/messages.po312
-rw-r--r--source/kl/basic/messages.po272
-rw-r--r--source/kl/chart2/messages.po1251
-rw-r--r--source/kl/connectivity/messages.po224
-rw-r--r--source/kl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/kl/cui/messages.po4900
-rw-r--r--source/kl/dbaccess/messages.po1646
-rw-r--r--source/kl/desktop/messages.po326
-rw-r--r--source/kl/dictionaries/id.po22
-rw-r--r--source/kl/editeng/messages.po537
-rw-r--r--source/kl/extensions/messages.po1351
-rw-r--r--source/kl/extras/source/gallery/share.po20
-rw-r--r--source/kl/filter/messages.po446
-rw-r--r--source/kl/filter/source/config/fragments/filters.po62
-rw-r--r--source/kl/filter/source/config/fragments/types.po47
-rw-r--r--source/kl/forms/messages.po118
-rw-r--r--source/kl/formula/messages.po876
-rw-r--r--source/kl/fpicker/messages.po127
-rw-r--r--source/kl/framework/messages.po60
-rw-r--r--source/kl/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/kl/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/kl/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/kl/officecfg/registry/data/org/openoffice/Office/UI.po892
-rw-r--r--source/kl/readlicense_oo/docs.po28
-rw-r--r--source/kl/reportdesign/messages.po518
-rw-r--r--source/kl/sc/messages.po9389
-rw-r--r--source/kl/scaddins/messages.po1804
-rw-r--r--source/kl/sccomp/messages.po30
-rw-r--r--source/kl/sd/messages.po2680
-rw-r--r--source/kl/sfx2/messages.po1195
-rw-r--r--source/kl/starmath/messages.po1112
-rw-r--r--source/kl/svl/messages.po368
-rw-r--r--source/kl/svtools/messages.po1853
-rw-r--r--source/kl/svx/messages.po5864
-rw-r--r--source/kl/sw/messages.po7588
-rw-r--r--source/kl/swext/mediawiki/help.po18
-rw-r--r--source/kl/uui/messages.po383
-rw-r--r--source/kl/vcl/messages.po612
-rw-r--r--source/kl/wizards/messages.po532
-rw-r--r--source/kl/writerperfect/messages.po102
-rw-r--r--source/kl/xmlsecurity/messages.po184
-rw-r--r--source/km/accessibility/messages.po25
-rw-r--r--source/km/avmedia/messages.po46
-rw-r--r--source/km/basctl/messages.po312
-rw-r--r--source/km/basic/messages.po272
-rw-r--r--source/km/chart2/messages.po1251
-rw-r--r--source/km/connectivity/messages.po224
-rw-r--r--source/km/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/km/cui/messages.po4914
-rw-r--r--source/km/dbaccess/messages.po1652
-rw-r--r--source/km/desktop/messages.po326
-rw-r--r--source/km/dictionaries/id.po22
-rw-r--r--source/km/editeng/messages.po537
-rw-r--r--source/km/extensions/messages.po1362
-rw-r--r--source/km/extras/source/gallery/share.po18
-rw-r--r--source/km/filter/messages.po446
-rw-r--r--source/km/filter/source/config/fragments/filters.po64
-rw-r--r--source/km/filter/source/config/fragments/types.po47
-rw-r--r--source/km/forms/messages.po118
-rw-r--r--source/km/formula/messages.po876
-rw-r--r--source/km/fpicker/messages.po127
-rw-r--r--source/km/framework/messages.po60
-rw-r--r--source/km/helpcontent2/source/auxiliary.po6
-rw-r--r--source/km/helpcontent2/source/text/sbasic/guide.po50
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared.po1864
-rw-r--r--source/km/helpcontent2/source/text/scalc/01.po1210
-rw-r--r--source/km/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/km/helpcontent2/source/text/scalc/guide.po82
-rw-r--r--source/km/helpcontent2/source/text/schart.po30
-rw-r--r--source/km/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/km/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/km/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/km/helpcontent2/source/text/shared.po26
-rw-r--r--source/km/helpcontent2/source/text/shared/00.po122
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po1524
-rw-r--r--source/km/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/km/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/km/helpcontent2/source/text/shared/autopi.po326
-rw-r--r--source/km/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/km/helpcontent2/source/text/shared/guide.po148
-rw-r--r--source/km/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/km/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/km/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/km/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/km/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/km/helpcontent2/source/text/swriter.po26
-rw-r--r--source/km/helpcontent2/source/text/swriter/01.po540
-rw-r--r--source/km/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/km/helpcontent2/source/text/swriter/guide.po50
-rw-r--r--source/km/instsetoo_native/inc_openoffice/windows/msi_languages.po47
-rw-r--r--source/km/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office/UI.po962
-rw-r--r--source/km/readlicense_oo/docs.po48
-rw-r--r--source/km/reportdesign/messages.po518
-rw-r--r--source/km/sc/messages.po9424
-rw-r--r--source/km/scaddins/messages.po1804
-rw-r--r--source/km/sccomp/messages.po30
-rw-r--r--source/km/sd/messages.po2727
-rw-r--r--source/km/sfx2/messages.po1195
-rw-r--r--source/km/starmath/messages.po1110
-rw-r--r--source/km/svl/messages.po354
-rw-r--r--source/km/svtools/messages.po1879
-rw-r--r--source/km/svx/messages.po5899
-rw-r--r--source/km/sw/messages.po7617
-rw-r--r--source/km/swext/mediawiki/help.po19
-rw-r--r--source/km/uui/messages.po412
-rw-r--r--source/km/vcl/messages.po621
-rw-r--r--source/km/wizards/messages.po532
-rw-r--r--source/km/writerperfect/messages.po102
-rw-r--r--source/km/xmlsecurity/messages.po186
-rw-r--r--source/kmr-Latn/accessibility/messages.po25
-rw-r--r--source/kmr-Latn/avmedia/messages.po46
-rw-r--r--source/kmr-Latn/basctl/messages.po312
-rw-r--r--source/kmr-Latn/basic/messages.po272
-rw-r--r--source/kmr-Latn/chart2/messages.po1251
-rw-r--r--source/kmr-Latn/connectivity/messages.po224
-rw-r--r--source/kmr-Latn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/kmr-Latn/cui/messages.po4906
-rw-r--r--source/kmr-Latn/dbaccess/messages.po1646
-rw-r--r--source/kmr-Latn/desktop/messages.po326
-rw-r--r--source/kmr-Latn/dictionaries/id.po22
-rw-r--r--source/kmr-Latn/editeng/messages.po537
-rw-r--r--source/kmr-Latn/extensions/messages.po1351
-rw-r--r--source/kmr-Latn/extras/source/gallery/share.po10
-rw-r--r--source/kmr-Latn/filter/messages.po446
-rw-r--r--source/kmr-Latn/filter/source/config/fragments/filters.po62
-rw-r--r--source/kmr-Latn/filter/source/config/fragments/types.po47
-rw-r--r--source/kmr-Latn/forms/messages.po118
-rw-r--r--source/kmr-Latn/formula/messages.po876
-rw-r--r--source/kmr-Latn/fpicker/messages.po127
-rw-r--r--source/kmr-Latn/framework/messages.po60
-rw-r--r--source/kmr-Latn/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po955
-rw-r--r--source/kmr-Latn/readlicense_oo/docs.po28
-rw-r--r--source/kmr-Latn/reportdesign/messages.po518
-rw-r--r--source/kmr-Latn/sc/messages.po9414
-rw-r--r--source/kmr-Latn/scaddins/messages.po1804
-rw-r--r--source/kmr-Latn/sccomp/messages.po30
-rw-r--r--source/kmr-Latn/sd/messages.po2720
-rw-r--r--source/kmr-Latn/sfx2/messages.po1195
-rw-r--r--source/kmr-Latn/starmath/messages.po1122
-rw-r--r--source/kmr-Latn/svl/messages.po356
-rw-r--r--source/kmr-Latn/svtools/messages.po1882
-rw-r--r--source/kmr-Latn/svx/messages.po5895
-rw-r--r--source/kmr-Latn/sw/messages.po7629
-rw-r--r--source/kmr-Latn/swext/mediawiki/help.po19
-rw-r--r--source/kmr-Latn/uui/messages.po412
-rw-r--r--source/kmr-Latn/vcl/messages.po615
-rw-r--r--source/kmr-Latn/wizards/messages.po532
-rw-r--r--source/kmr-Latn/writerperfect/messages.po102
-rw-r--r--source/kmr-Latn/xmlsecurity/messages.po187
-rw-r--r--source/kn/accessibility/messages.po26
-rw-r--r--source/kn/avmedia/messages.po46
-rw-r--r--source/kn/basctl/messages.po312
-rw-r--r--source/kn/basic/messages.po272
-rw-r--r--source/kn/chart2/messages.po1251
-rw-r--r--source/kn/connectivity/messages.po224
-rw-r--r--source/kn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/kn/cui/messages.po4912
-rw-r--r--source/kn/dbaccess/messages.po1652
-rw-r--r--source/kn/desktop/messages.po326
-rw-r--r--source/kn/dictionaries/id.po22
-rw-r--r--source/kn/editeng/messages.po537
-rw-r--r--source/kn/extensions/messages.po1362
-rw-r--r--source/kn/extras/source/gallery/share.po21
-rw-r--r--source/kn/filter/messages.po446
-rw-r--r--source/kn/filter/source/config/fragments/filters.po64
-rw-r--r--source/kn/filter/source/config/fragments/types.po47
-rw-r--r--source/kn/forms/messages.po118
-rw-r--r--source/kn/formula/messages.po876
-rw-r--r--source/kn/fpicker/messages.po127
-rw-r--r--source/kn/framework/messages.po60
-rw-r--r--source/kn/instsetoo_native/inc_openoffice/windows/msi_languages.po47
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice.po15
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office/UI.po962
-rw-r--r--source/kn/readlicense_oo/docs.po54
-rw-r--r--source/kn/reportdesign/messages.po518
-rw-r--r--source/kn/sc/messages.po9423
-rw-r--r--source/kn/scaddins/messages.po1804
-rw-r--r--source/kn/sccomp/messages.po30
-rw-r--r--source/kn/sd/messages.po2727
-rw-r--r--source/kn/sfx2/messages.po1195
-rw-r--r--source/kn/starmath/messages.po1110
-rw-r--r--source/kn/svl/messages.po354
-rw-r--r--source/kn/svtools/messages.po1879
-rw-r--r--source/kn/svx/messages.po5899
-rw-r--r--source/kn/sw/messages.po7625
-rw-r--r--source/kn/swext/mediawiki/help.po19
-rw-r--r--source/kn/uui/messages.po412
-rw-r--r--source/kn/vcl/messages.po621
-rw-r--r--source/kn/wizards/messages.po532
-rw-r--r--source/kn/writerperfect/messages.po102
-rw-r--r--source/kn/xmlsecurity/messages.po186
-rw-r--r--source/ko/accessibility/messages.po36
-rw-r--r--source/ko/avmedia/messages.po59
-rw-r--r--source/ko/basctl/messages.po363
-rw-r--r--source/ko/basic/messages.po572
-rw-r--r--source/ko/chart2/messages.po1482
-rw-r--r--source/ko/connectivity/messages.po359
-rw-r--r--source/ko/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/ko/connectivity/registry/writer/org/openoffice/Office/DataAccess.po12
-rw-r--r--source/ko/cui/messages.po5581
-rw-r--r--source/ko/dbaccess/messages.po2524
-rw-r--r--source/ko/desktop/messages.po436
-rw-r--r--source/ko/dictionaries/bo.po11
-rw-r--r--source/ko/dictionaries/cs_CZ.po12
-rw-r--r--source/ko/dictionaries/en/dialog.po15
-rw-r--r--source/ko/dictionaries/es.po10
-rw-r--r--source/ko/dictionaries/gd_GB.po11
-rw-r--r--source/ko/dictionaries/gug.po11
-rw-r--r--source/ko/dictionaries/id.po25
-rw-r--r--source/ko/dictionaries/is.po11
-rw-r--r--source/ko/dictionaries/sq_AL.po12
-rw-r--r--source/ko/dictionaries/sv_SE.po11
-rw-r--r--source/ko/editeng/messages.po563
-rw-r--r--source/ko/extensions/messages.po1874
-rw-r--r--source/ko/extensions/source/update/check/org/openoffice/Office.po11
-rw-r--r--source/ko/extras/source/autocorr/emoji.po2966
-rw-r--r--source/ko/extras/source/gallery/share.po20
-rw-r--r--source/ko/filter/messages.po484
-rw-r--r--source/ko/filter/source/config/fragments/filters.po181
-rw-r--r--source/ko/filter/source/config/fragments/internalgraphicfilters.po10
-rw-r--r--source/ko/filter/source/config/fragments/types.po55
-rw-r--r--source/ko/forms/messages.po131
-rw-r--r--source/ko/formula/messages.po944
-rw-r--r--source/ko/fpicker/messages.po175
-rw-r--r--source/ko/framework/messages.po101
-rw-r--r--source/ko/helpcontent2/source/auxiliary.po141
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/guide.po48
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared.po2072
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared/01.po10
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared/02.po10
-rw-r--r--source/ko/helpcontent2/source/text/scalc.po74
-rw-r--r--source/ko/helpcontent2/source/text/scalc/00.po22
-rw-r--r--source/ko/helpcontent2/source/text/scalc/01.po1366
-rw-r--r--source/ko/helpcontent2/source/text/scalc/04.po144
-rw-r--r--source/ko/helpcontent2/source/text/scalc/05.po10
-rw-r--r--source/ko/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/ko/helpcontent2/source/text/scalc/guide.po270
-rw-r--r--source/ko/helpcontent2/source/text/schart.po78
-rw-r--r--source/ko/helpcontent2/source/text/schart/00.po44
-rw-r--r--source/ko/helpcontent2/source/text/schart/01.po396
-rw-r--r--source/ko/helpcontent2/source/text/schart/02.po10
-rw-r--r--source/ko/helpcontent2/source/text/schart/04.po18
-rw-r--r--source/ko/helpcontent2/source/text/sdraw.po36
-rw-r--r--source/ko/helpcontent2/source/text/sdraw/04.po96
-rw-r--r--source/ko/helpcontent2/source/text/sdraw/guide.po178
-rw-r--r--source/ko/helpcontent2/source/text/shared.po116
-rw-r--r--source/ko/helpcontent2/source/text/shared/00.po340
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po1886
-rw-r--r--source/ko/helpcontent2/source/text/shared/02.po192
-rw-r--r--source/ko/helpcontent2/source/text/shared/04.po270
-rw-r--r--source/ko/helpcontent2/source/text/shared/05.po42
-rw-r--r--source/ko/helpcontent2/source/text/shared/06.po33
-rw-r--r--source/ko/helpcontent2/source/text/shared/07.po12
-rw-r--r--source/ko/helpcontent2/source/text/shared/autokorr.po10
-rw-r--r--source/ko/helpcontent2/source/text/shared/autopi.po328
-rw-r--r--source/ko/helpcontent2/source/text/shared/explorer/database.po234
-rw-r--r--source/ko/helpcontent2/source/text/shared/guide.po562
-rw-r--r--source/ko/helpcontent2/source/text/shared/menu.po41
-rw-r--r--source/ko/helpcontent2/source/text/shared/optionen.po274
-rw-r--r--source/ko/helpcontent2/source/text/simpress.po74
-rw-r--r--source/ko/helpcontent2/source/text/simpress/00.po80
-rw-r--r--source/ko/helpcontent2/source/text/simpress/01.po732
-rw-r--r--source/ko/helpcontent2/source/text/simpress/02.po136
-rw-r--r--source/ko/helpcontent2/source/text/simpress/04.po270
-rw-r--r--source/ko/helpcontent2/source/text/simpress/guide.po508
-rw-r--r--source/ko/helpcontent2/source/text/smath.po20
-rw-r--r--source/ko/helpcontent2/source/text/smath/00.po48
-rw-r--r--source/ko/helpcontent2/source/text/smath/01.po1476
-rw-r--r--source/ko/helpcontent2/source/text/smath/02.po10
-rw-r--r--source/ko/helpcontent2/source/text/smath/04.po26
-rw-r--r--source/ko/helpcontent2/source/text/smath/guide.po48
-rw-r--r--source/ko/helpcontent2/source/text/swriter.po282
-rw-r--r--source/ko/helpcontent2/source/text/swriter/00.po259
-rw-r--r--source/ko/helpcontent2/source/text/swriter/01.po670
-rw-r--r--source/ko/helpcontent2/source/text/swriter/02.po156
-rw-r--r--source/ko/helpcontent2/source/text/swriter/04.po268
-rw-r--r--source/ko/helpcontent2/source/text/swriter/guide.po452
-rw-r--r--source/ko/helpcontent2/source/text/swriter/menu.po43
-rw-r--r--source/ko/instsetoo_native/inc_openoffice/windows/msi_languages.po139
-rw-r--r--source/ko/librelogo/source/pythonpath.po13
-rw-r--r--source/ko/mysqlc/source.po13
-rw-r--r--source/ko/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po17
-rw-r--r--source/ko/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po13
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice.po28
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office.po93
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office/UI.po3044
-rw-r--r--source/ko/readlicense_oo/docs.po129
-rw-r--r--source/ko/reportdesign/messages.po586
-rw-r--r--source/ko/sc/messages.po11816
-rw-r--r--source/ko/scaddins/messages.po1957
-rw-r--r--source/ko/sccomp/messages.po43
-rw-r--r--source/ko/scp2/source/activex.po10
-rw-r--r--source/ko/scp2/source/base.po23
-rw-r--r--source/ko/scp2/source/calc.po24
-rw-r--r--source/ko/scp2/source/draw.po20
-rw-r--r--source/ko/scp2/source/impress.po18
-rw-r--r--source/ko/scp2/source/math.po23
-rw-r--r--source/ko/scp2/source/onlineupdate.po8
-rw-r--r--source/ko/scp2/source/ooo.po39
-rw-r--r--source/ko/scp2/source/quickstart.po8
-rw-r--r--source/ko/scp2/source/winexplorerext.po13
-rw-r--r--source/ko/scp2/source/writer.po20
-rw-r--r--source/ko/scp2/source/xsltfilter.po15
-rw-r--r--source/ko/sd/messages.po3454
-rw-r--r--source/ko/setup_native/source/mac.po11
-rw-r--r--source/ko/sfx2/messages.po1551
-rw-r--r--source/ko/shell/source/win32/shlxthandler/res.po14
-rw-r--r--source/ko/starmath/messages.po1202
-rw-r--r--source/ko/svl/messages.po354
-rw-r--r--source/ko/svtools/messages.po2209
-rw-r--r--source/ko/svx/messages.po8064
-rw-r--r--source/ko/sw/messages.po8825
-rw-r--r--source/ko/swext/mediawiki/help.po132
-rw-r--r--source/ko/swext/mediawiki/src.po13
-rw-r--r--source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po17
-rw-r--r--source/ko/sysui/desktop/share.po18
-rw-r--r--source/ko/uui/messages.po523
-rw-r--r--source/ko/vcl/messages.po674
-rw-r--r--source/ko/wizards/messages.po575
-rw-r--r--source/ko/wizards/source/resources.po233
-rw-r--r--source/ko/writerperfect/messages.po131
-rw-r--r--source/ko/xmlsecurity/messages.po250
-rw-r--r--source/kok/accessibility/messages.po25
-rw-r--r--source/kok/avmedia/messages.po46
-rw-r--r--source/kok/basctl/messages.po312
-rw-r--r--source/kok/basic/messages.po272
-rw-r--r--source/kok/chart2/messages.po1251
-rw-r--r--source/kok/connectivity/messages.po226
-rw-r--r--source/kok/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/kok/cui/messages.po4908
-rw-r--r--source/kok/dbaccess/messages.po1646
-rw-r--r--source/kok/desktop/messages.po326
-rw-r--r--source/kok/dictionaries/id.po22
-rw-r--r--source/kok/editeng/messages.po538
-rw-r--r--source/kok/extensions/messages.po1351
-rw-r--r--source/kok/extras/source/gallery/share.po10
-rw-r--r--source/kok/filter/messages.po446
-rw-r--r--source/kok/filter/source/config/fragments/filters.po62
-rw-r--r--source/kok/filter/source/config/fragments/types.po47
-rw-r--r--source/kok/forms/messages.po118
-rw-r--r--source/kok/formula/messages.po876
-rw-r--r--source/kok/fpicker/messages.po127
-rw-r--r--source/kok/framework/messages.po60
-rw-r--r--source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office/UI.po957
-rw-r--r--source/kok/readlicense_oo/docs.po46
-rw-r--r--source/kok/reportdesign/messages.po518
-rw-r--r--source/kok/sc/messages.po9410
-rw-r--r--source/kok/scaddins/messages.po1804
-rw-r--r--source/kok/sccomp/messages.po30
-rw-r--r--source/kok/sd/messages.po2716
-rw-r--r--source/kok/sfx2/messages.po1195
-rw-r--r--source/kok/starmath/messages.po1122
-rw-r--r--source/kok/svl/messages.po376
-rw-r--r--source/kok/svtools/messages.po1880
-rw-r--r--source/kok/svx/messages.po5899
-rw-r--r--source/kok/sw/messages.po7611
-rw-r--r--source/kok/swext/mediawiki/help.po18
-rw-r--r--source/kok/uui/messages.po413
-rw-r--r--source/kok/vcl/messages.po615
-rw-r--r--source/kok/wizards/messages.po532
-rw-r--r--source/kok/writerperfect/messages.po102
-rw-r--r--source/kok/xmlsecurity/messages.po187
-rw-r--r--source/ks/accessibility/messages.po25
-rw-r--r--source/ks/avmedia/messages.po46
-rw-r--r--source/ks/basctl/messages.po312
-rw-r--r--source/ks/basic/messages.po272
-rw-r--r--source/ks/chart2/messages.po1251
-rw-r--r--source/ks/connectivity/messages.po224
-rw-r--r--source/ks/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/ks/cui/messages.po4907
-rw-r--r--source/ks/dbaccess/messages.po1646
-rw-r--r--source/ks/desktop/messages.po326
-rw-r--r--source/ks/dictionaries/id.po22
-rw-r--r--source/ks/editeng/messages.po538
-rw-r--r--source/ks/extensions/messages.po1351
-rw-r--r--source/ks/extras/source/gallery/share.po10
-rw-r--r--source/ks/filter/messages.po446
-rw-r--r--source/ks/filter/source/config/fragments/filters.po62
-rw-r--r--source/ks/filter/source/config/fragments/types.po47
-rw-r--r--source/ks/forms/messages.po118
-rw-r--r--source/ks/formula/messages.po876
-rw-r--r--source/ks/fpicker/messages.po127
-rw-r--r--source/ks/framework/messages.po60
-rw-r--r--source/ks/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office/UI.po960
-rw-r--r--source/ks/readlicense_oo/docs.po28
-rw-r--r--source/ks/reportdesign/messages.po518
-rw-r--r--source/ks/sc/messages.po9409
-rw-r--r--source/ks/scaddins/messages.po1804
-rw-r--r--source/ks/sccomp/messages.po30
-rw-r--r--source/ks/sd/messages.po2717
-rw-r--r--source/ks/sfx2/messages.po1195
-rw-r--r--source/ks/starmath/messages.po1122
-rw-r--r--source/ks/svl/messages.po372
-rw-r--r--source/ks/svtools/messages.po1878
-rw-r--r--source/ks/svx/messages.po5899
-rw-r--r--source/ks/sw/messages.po7620
-rw-r--r--source/ks/swext/mediawiki/help.po18
-rw-r--r--source/ks/uui/messages.po384
-rw-r--r--source/ks/vcl/messages.po615
-rw-r--r--source/ks/wizards/messages.po532
-rw-r--r--source/ks/writerperfect/messages.po102
-rw-r--r--source/ks/xmlsecurity/messages.po187
-rw-r--r--source/ky/accessibility/messages.po24
-rw-r--r--source/ky/avmedia/messages.po46
-rw-r--r--source/ky/basctl/messages.po312
-rw-r--r--source/ky/basic/messages.po272
-rw-r--r--source/ky/chart2/messages.po1251
-rw-r--r--source/ky/connectivity/messages.po224
-rw-r--r--source/ky/connectivity/registry/mork/org/openoffice/Office/DataAccess.po12
-rw-r--r--source/ky/cui/messages.po4887
-rw-r--r--source/ky/dbaccess/messages.po1646
-rw-r--r--source/ky/desktop/messages.po326
-rw-r--r--source/ky/dictionaries/id.po22
-rw-r--r--source/ky/editeng/messages.po537
-rw-r--r--source/ky/extensions/messages.po1351
-rw-r--r--source/ky/extras/source/gallery/share.po20
-rw-r--r--source/ky/filter/messages.po446
-rw-r--r--source/ky/filter/source/config/fragments/filters.po35
-rw-r--r--source/ky/filter/source/config/fragments/types.po20
-rw-r--r--source/ky/forms/messages.po118
-rw-r--r--source/ky/formula/messages.po876
-rw-r--r--source/ky/fpicker/messages.po127
-rw-r--r--source/ky/framework/messages.po60
-rw-r--r--source/ky/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/ky/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/ky/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/ky/officecfg/registry/data/org/openoffice/Office/UI.po879
-rw-r--r--source/ky/readlicense_oo/docs.po28
-rw-r--r--source/ky/reportdesign/messages.po518
-rw-r--r--source/ky/sc/messages.po9388
-rw-r--r--source/ky/scaddins/messages.po1804
-rw-r--r--source/ky/sccomp/messages.po30
-rw-r--r--source/ky/sd/messages.po2670
-rw-r--r--source/ky/sfx2/messages.po1195
-rw-r--r--source/ky/starmath/messages.po1108
-rw-r--r--source/ky/svl/messages.po354
-rw-r--r--source/ky/svtools/messages.po1851
-rw-r--r--source/ky/svx/messages.po5854
-rw-r--r--source/ky/sw/messages.po7560
-rw-r--r--source/ky/swext/mediawiki/help.po18
-rw-r--r--source/ky/uui/messages.po383
-rw-r--r--source/ky/vcl/messages.po610
-rw-r--r--source/ky/wizards/messages.po532
-rw-r--r--source/ky/writerperfect/messages.po102
-rw-r--r--source/ky/xmlsecurity/messages.po184
-rw-r--r--source/lb/accessibility/messages.po24
-rw-r--r--source/lb/avmedia/messages.po46
-rw-r--r--source/lb/basctl/messages.po312
-rw-r--r--source/lb/basic/messages.po272
-rw-r--r--source/lb/chart2/messages.po1251
-rw-r--r--source/lb/connectivity/messages.po224
-rw-r--r--source/lb/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/lb/cui/messages.po4900
-rw-r--r--source/lb/dbaccess/messages.po1646
-rw-r--r--source/lb/desktop/messages.po326
-rw-r--r--source/lb/dictionaries/id.po22
-rw-r--r--source/lb/editeng/messages.po537
-rw-r--r--source/lb/extensions/messages.po1351
-rw-r--r--source/lb/extras/source/gallery/share.po10
-rw-r--r--source/lb/filter/messages.po446
-rw-r--r--source/lb/filter/source/config/fragments/filters.po62
-rw-r--r--source/lb/filter/source/config/fragments/types.po47
-rw-r--r--source/lb/forms/messages.po118
-rw-r--r--source/lb/formula/messages.po876
-rw-r--r--source/lb/fpicker/messages.po127
-rw-r--r--source/lb/framework/messages.po60
-rw-r--r--source/lb/instsetoo_native/inc_openoffice/windows/msi_languages.po40
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice/Office/UI.po930
-rw-r--r--source/lb/readlicense_oo/docs.po28
-rw-r--r--source/lb/reportdesign/messages.po518
-rw-r--r--source/lb/sc/messages.po9395
-rw-r--r--source/lb/scaddins/messages.po1804
-rw-r--r--source/lb/sccomp/messages.po30
-rw-r--r--source/lb/sd/messages.po2696
-rw-r--r--source/lb/sfx2/messages.po1195
-rw-r--r--source/lb/starmath/messages.po1120
-rw-r--r--source/lb/svl/messages.po358
-rw-r--r--source/lb/svtools/messages.po1857
-rw-r--r--source/lb/svx/messages.po5900
-rw-r--r--source/lb/sw/messages.po7588
-rw-r--r--source/lb/swext/mediawiki/help.po18
-rw-r--r--source/lb/uui/messages.po387
-rw-r--r--source/lb/vcl/messages.po615
-rw-r--r--source/lb/wizards/messages.po532
-rw-r--r--source/lb/writerperfect/messages.po102
-rw-r--r--source/lb/xmlsecurity/messages.po184
-rw-r--r--source/lo/accessibility/messages.po26
-rw-r--r--source/lo/avmedia/messages.po48
-rw-r--r--source/lo/basctl/messages.po320
-rw-r--r--source/lo/basic/messages.po274
-rw-r--r--source/lo/chart2/messages.po1253
-rw-r--r--source/lo/connectivity/messages.po224
-rw-r--r--source/lo/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/lo/cui/messages.po4905
-rw-r--r--source/lo/dbaccess/messages.po1646
-rw-r--r--source/lo/desktop/messages.po326
-rw-r--r--source/lo/dictionaries/id.po22
-rw-r--r--source/lo/editeng/messages.po540
-rw-r--r--source/lo/extensions/messages.po1353
-rw-r--r--source/lo/extras/source/gallery/share.po18
-rw-r--r--source/lo/filter/messages.po446
-rw-r--r--source/lo/filter/source/config/fragments/filters.po62
-rw-r--r--source/lo/filter/source/config/fragments/types.po47
-rw-r--r--source/lo/forms/messages.po120
-rw-r--r--source/lo/formula/messages.po876
-rw-r--r--source/lo/fpicker/messages.po129
-rw-r--r--source/lo/framework/messages.po60
-rw-r--r--source/lo/helpcontent2/source/auxiliary.po4
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/guide.po28
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/shared.po1012
-rw-r--r--source/lo/helpcontent2/source/text/scalc/01.po990
-rw-r--r--source/lo/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/lo/helpcontent2/source/text/scalc/guide.po66
-rw-r--r--source/lo/helpcontent2/source/text/schart.po16
-rw-r--r--source/lo/helpcontent2/source/text/schart/00.po4
-rw-r--r--source/lo/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/lo/helpcontent2/source/text/sdraw/guide.po54
-rw-r--r--source/lo/helpcontent2/source/text/shared.po26
-rw-r--r--source/lo/helpcontent2/source/text/shared/00.po102
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po1198
-rw-r--r--source/lo/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/lo/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/lo/helpcontent2/source/text/shared/autopi.po164
-rw-r--r--source/lo/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/lo/helpcontent2/source/text/shared/guide.po116
-rw-r--r--source/lo/helpcontent2/source/text/shared/optionen.po152
-rw-r--r--source/lo/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/lo/helpcontent2/source/text/simpress/01.po288
-rw-r--r--source/lo/helpcontent2/source/text/simpress/guide.po26
-rw-r--r--source/lo/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/lo/helpcontent2/source/text/swriter.po18
-rw-r--r--source/lo/helpcontent2/source/text/swriter/01.po444
-rw-r--r--source/lo/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/lo/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/lo/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/lo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po106
-rw-r--r--source/lo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po16
-rw-r--r--source/lo/nlpsolver/src/locale.po81
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office/UI.po959
-rw-r--r--source/lo/readlicense_oo/docs.po28
-rw-r--r--source/lo/reportdesign/messages.po518
-rw-r--r--source/lo/sc/messages.po9405
-rw-r--r--source/lo/scaddins/messages.po1804
-rw-r--r--source/lo/sccomp/messages.po32
-rw-r--r--source/lo/sd/messages.po2715
-rw-r--r--source/lo/sfx2/messages.po1197
-rw-r--r--source/lo/starmath/messages.po1124
-rw-r--r--source/lo/svl/messages.po382
-rw-r--r--source/lo/svtools/messages.po1857
-rw-r--r--source/lo/svx/messages.po5876
-rw-r--r--source/lo/sw/messages.po7611
-rw-r--r--source/lo/swext/mediawiki/help.po19
-rw-r--r--source/lo/uui/messages.po386
-rw-r--r--source/lo/vcl/messages.po617
-rw-r--r--source/lo/wizards/messages.po532
-rw-r--r--source/lo/writerperfect/messages.po104
-rw-r--r--source/lo/xmlsecurity/messages.po189
-rw-r--r--source/lt/accessibility/messages.po24
-rw-r--r--source/lt/avmedia/messages.po48
-rw-r--r--source/lt/basctl/messages.po312
-rw-r--r--source/lt/basic/messages.po272
-rw-r--r--source/lt/chart2/messages.po1255
-rw-r--r--source/lt/connectivity/messages.po226
-rw-r--r--source/lt/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/lt/cui/messages.po4946
-rw-r--r--source/lt/dbaccess/messages.po1652
-rw-r--r--source/lt/desktop/messages.po326
-rw-r--r--source/lt/dictionaries/id.po22
-rw-r--r--source/lt/editeng/messages.po539
-rw-r--r--source/lt/extensions/messages.po1363
-rw-r--r--source/lt/extras/source/gallery/share.po20
-rw-r--r--source/lt/filter/messages.po448
-rw-r--r--source/lt/filter/source/config/fragments/filters.po65
-rw-r--r--source/lt/filter/source/config/fragments/types.po40
-rw-r--r--source/lt/forms/messages.po120
-rw-r--r--source/lt/formula/messages.po878
-rw-r--r--source/lt/fpicker/messages.po133
-rw-r--r--source/lt/framework/messages.po60
-rw-r--r--source/lt/helpcontent2/source/auxiliary.po6
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/guide.po28
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/shared.po1012
-rw-r--r--source/lt/helpcontent2/source/text/scalc/01.po996
-rw-r--r--source/lt/helpcontent2/source/text/scalc/06.po41
-rw-r--r--source/lt/helpcontent2/source/text/scalc/guide.po68
-rw-r--r--source/lt/helpcontent2/source/text/schart.po16
-rw-r--r--source/lt/helpcontent2/source/text/schart/00.po4
-rw-r--r--source/lt/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/lt/helpcontent2/source/text/sdraw/guide.po54
-rw-r--r--source/lt/helpcontent2/source/text/shared.po28
-rw-r--r--source/lt/helpcontent2/source/text/shared/00.po116
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po1270
-rw-r--r--source/lt/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/lt/helpcontent2/source/text/shared/05.po6
-rw-r--r--source/lt/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/lt/helpcontent2/source/text/shared/07.po20
-rw-r--r--source/lt/helpcontent2/source/text/shared/autopi.po164
-rw-r--r--source/lt/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/lt/helpcontent2/source/text/shared/guide.po534
-rw-r--r--source/lt/helpcontent2/source/text/shared/optionen.po1401
-rw-r--r--source/lt/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/lt/helpcontent2/source/text/simpress/01.po288
-rw-r--r--source/lt/helpcontent2/source/text/simpress/guide.po26
-rw-r--r--source/lt/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/lt/helpcontent2/source/text/swriter.po28
-rw-r--r--source/lt/helpcontent2/source/text/swriter/01.po446
-rw-r--r--source/lt/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/lt/helpcontent2/source/text/swriter/guide.po44
-rw-r--r--source/lt/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice.po10
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po985
-rw-r--r--source/lt/readlicense_oo/docs.po60
-rw-r--r--source/lt/reportdesign/messages.po520
-rw-r--r--source/lt/sc/messages.po9417
-rw-r--r--source/lt/scaddins/messages.po1804
-rw-r--r--source/lt/sccomp/messages.po30
-rw-r--r--source/lt/sd/messages.po2711
-rw-r--r--source/lt/sfx2/messages.po1210
-rw-r--r--source/lt/starmath/messages.po1110
-rw-r--r--source/lt/svl/messages.po356
-rw-r--r--source/lt/svtools/messages.po1879
-rw-r--r--source/lt/svx/messages.po5908
-rw-r--r--source/lt/sw/messages.po7633
-rw-r--r--source/lt/swext/mediawiki/help.po20
-rw-r--r--source/lt/uui/messages.po408
-rw-r--r--source/lt/vcl/messages.po620
-rw-r--r--source/lt/wizards/messages.po532
-rw-r--r--source/lt/writerperfect/messages.po133
-rw-r--r--source/lt/xmlsecurity/messages.po186
-rw-r--r--source/lv/accessibility/messages.po24
-rw-r--r--source/lv/avmedia/messages.po46
-rw-r--r--source/lv/basctl/messages.po312
-rw-r--r--source/lv/basic/messages.po272
-rw-r--r--source/lv/chart2/messages.po1251
-rw-r--r--source/lv/connectivity/messages.po224
-rw-r--r--source/lv/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/lv/cui/messages.po4958
-rw-r--r--source/lv/dbaccess/messages.po1666
-rw-r--r--source/lv/desktop/messages.po326
-rw-r--r--source/lv/dictionaries/id.po22
-rw-r--r--source/lv/dictionaries/sq_AL.po12
-rw-r--r--source/lv/editeng/messages.po551
-rw-r--r--source/lv/extensions/messages.po1361
-rw-r--r--source/lv/extras/source/gallery/share.po19
-rw-r--r--source/lv/filter/messages.po446
-rw-r--r--source/lv/filter/source/config/fragments/filters.po67
-rw-r--r--source/lv/filter/source/config/fragments/types.po43
-rw-r--r--source/lv/forms/messages.po118
-rw-r--r--source/lv/formula/messages.po876
-rw-r--r--source/lv/fpicker/messages.po140
-rw-r--r--source/lv/framework/messages.po60
-rw-r--r--source/lv/helpcontent2/source/auxiliary.po6
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/guide.po46
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/shared.po1822
-rw-r--r--source/lv/helpcontent2/source/text/scalc/01.po1072
-rw-r--r--source/lv/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/lv/helpcontent2/source/text/scalc/guide.po68
-rw-r--r--source/lv/helpcontent2/source/text/schart.po16
-rw-r--r--source/lv/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/lv/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/lv/helpcontent2/source/text/sdraw/guide.po54
-rw-r--r--source/lv/helpcontent2/source/text/shared.po26
-rw-r--r--source/lv/helpcontent2/source/text/shared/00.po110
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po1336
-rw-r--r--source/lv/helpcontent2/source/text/shared/02.po32
-rw-r--r--source/lv/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/lv/helpcontent2/source/text/shared/autopi.po184
-rw-r--r--source/lv/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/lv/helpcontent2/source/text/shared/guide.po122
-rw-r--r--source/lv/helpcontent2/source/text/shared/optionen.po190
-rw-r--r--source/lv/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/lv/helpcontent2/source/text/simpress/01.po314
-rw-r--r--source/lv/helpcontent2/source/text/simpress/guide.po28
-rw-r--r--source/lv/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/lv/helpcontent2/source/text/swriter.po24
-rw-r--r--source/lv/helpcontent2/source/text/swriter/01.po466
-rw-r--r--source/lv/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/lv/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/lv/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice.po8
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po1008
-rw-r--r--source/lv/readlicense_oo/docs.po52
-rw-r--r--source/lv/reportdesign/messages.po518
-rw-r--r--source/lv/sc/messages.po9505
-rw-r--r--source/lv/scaddins/messages.po1804
-rw-r--r--source/lv/sccomp/messages.po30
-rw-r--r--source/lv/sd/messages.po2712
-rw-r--r--source/lv/sfx2/messages.po1208
-rw-r--r--source/lv/starmath/messages.po1110
-rw-r--r--source/lv/svl/messages.po356
-rw-r--r--source/lv/svtools/messages.po1879
-rw-r--r--source/lv/svx/messages.po5902
-rw-r--r--source/lv/sw/messages.po7623
-rw-r--r--source/lv/swext/mediawiki/help.po20
-rw-r--r--source/lv/uui/messages.po406
-rw-r--r--source/lv/vcl/messages.po612
-rw-r--r--source/lv/wizards/messages.po532
-rw-r--r--source/lv/writerperfect/messages.po102
-rw-r--r--source/lv/xmlsecurity/messages.po186
-rw-r--r--source/mai/accessibility/messages.po24
-rw-r--r--source/mai/avmedia/messages.po46
-rw-r--r--source/mai/basctl/messages.po312
-rw-r--r--source/mai/basic/messages.po272
-rw-r--r--source/mai/chart2/messages.po1251
-rw-r--r--source/mai/connectivity/messages.po224
-rw-r--r--source/mai/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/mai/cui/messages.po4905
-rw-r--r--source/mai/dbaccess/messages.po1646
-rw-r--r--source/mai/desktop/messages.po326
-rw-r--r--source/mai/dictionaries/id.po22
-rw-r--r--source/mai/editeng/messages.po538
-rw-r--r--source/mai/extensions/messages.po1351
-rw-r--r--source/mai/extras/source/gallery/share.po10
-rw-r--r--source/mai/filter/messages.po446
-rw-r--r--source/mai/filter/source/config/fragments/filters.po62
-rw-r--r--source/mai/filter/source/config/fragments/types.po47
-rw-r--r--source/mai/forms/messages.po118
-rw-r--r--source/mai/formula/messages.po876
-rw-r--r--source/mai/fpicker/messages.po127
-rw-r--r--source/mai/framework/messages.po60
-rw-r--r--source/mai/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office/UI.po960
-rw-r--r--source/mai/readlicense_oo/docs.po28
-rw-r--r--source/mai/reportdesign/messages.po518
-rw-r--r--source/mai/sc/messages.po9411
-rw-r--r--source/mai/scaddins/messages.po1804
-rw-r--r--source/mai/sccomp/messages.po30
-rw-r--r--source/mai/sd/messages.po2718
-rw-r--r--source/mai/sfx2/messages.po1195
-rw-r--r--source/mai/starmath/messages.po1122
-rw-r--r--source/mai/svl/messages.po377
-rw-r--r--source/mai/svtools/messages.po1878
-rw-r--r--source/mai/svx/messages.po5901
-rw-r--r--source/mai/sw/messages.po7615
-rw-r--r--source/mai/swext/mediawiki/help.po19
-rw-r--r--source/mai/uui/messages.po384
-rw-r--r--source/mai/vcl/messages.po615
-rw-r--r--source/mai/wizards/messages.po532
-rw-r--r--source/mai/writerperfect/messages.po102
-rw-r--r--source/mai/xmlsecurity/messages.po187
-rw-r--r--source/mk/accessibility/messages.po25
-rw-r--r--source/mk/avmedia/messages.po46
-rw-r--r--source/mk/basctl/messages.po312
-rw-r--r--source/mk/basic/messages.po272
-rw-r--r--source/mk/chart2/messages.po1251
-rw-r--r--source/mk/connectivity/messages.po224
-rw-r--r--source/mk/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/mk/cui/messages.po4904
-rw-r--r--source/mk/dbaccess/messages.po1646
-rw-r--r--source/mk/desktop/messages.po326
-rw-r--r--source/mk/dictionaries/id.po22
-rw-r--r--source/mk/editeng/messages.po538
-rw-r--r--source/mk/extensions/messages.po1351
-rw-r--r--source/mk/extras/source/gallery/share.po10
-rw-r--r--source/mk/filter/messages.po446
-rw-r--r--source/mk/filter/source/config/fragments/filters.po62
-rw-r--r--source/mk/filter/source/config/fragments/types.po47
-rw-r--r--source/mk/forms/messages.po118
-rw-r--r--source/mk/formula/messages.po876
-rw-r--r--source/mk/fpicker/messages.po127
-rw-r--r--source/mk/framework/messages.po60
-rw-r--r--source/mk/helpcontent2/source/auxiliary.po4
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/guide.po28
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared.po1858
-rw-r--r--source/mk/helpcontent2/source/text/scalc/01.po1164
-rw-r--r--source/mk/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/mk/helpcontent2/source/text/scalc/guide.po74
-rw-r--r--source/mk/helpcontent2/source/text/schart.po16
-rw-r--r--source/mk/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/mk/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/mk/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/mk/helpcontent2/source/text/shared.po26
-rw-r--r--source/mk/helpcontent2/source/text/shared/00.po120
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po1502
-rw-r--r--source/mk/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/mk/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/mk/helpcontent2/source/text/shared/autopi.po322
-rw-r--r--source/mk/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/mk/helpcontent2/source/text/shared/guide.po128
-rw-r--r--source/mk/helpcontent2/source/text/shared/optionen.po218
-rw-r--r--source/mk/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/mk/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/mk/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/mk/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/mk/helpcontent2/source/text/swriter.po26
-rw-r--r--source/mk/helpcontent2/source/text/swriter/01.po532
-rw-r--r--source/mk/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/mk/helpcontent2/source/text/swriter/guide.po46
-rw-r--r--source/mk/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office/UI.po955
-rw-r--r--source/mk/readlicense_oo/docs.po28
-rw-r--r--source/mk/reportdesign/messages.po518
-rw-r--r--source/mk/sc/messages.po9413
-rw-r--r--source/mk/scaddins/messages.po1804
-rw-r--r--source/mk/sccomp/messages.po30
-rw-r--r--source/mk/sd/messages.po2718
-rw-r--r--source/mk/sfx2/messages.po1195
-rw-r--r--source/mk/starmath/messages.po1122
-rw-r--r--source/mk/svl/messages.po376
-rw-r--r--source/mk/svtools/messages.po1880
-rw-r--r--source/mk/svx/messages.po5899
-rw-r--r--source/mk/sw/messages.po7616
-rw-r--r--source/mk/swext/mediawiki/help.po19
-rw-r--r--source/mk/uui/messages.po412
-rw-r--r--source/mk/vcl/messages.po615
-rw-r--r--source/mk/wizards/messages.po532
-rw-r--r--source/mk/writerperfect/messages.po102
-rw-r--r--source/mk/xmlsecurity/messages.po187
-rw-r--r--source/ml/accessibility/messages.po25
-rw-r--r--source/ml/avmedia/messages.po46
-rw-r--r--source/ml/basctl/messages.po312
-rw-r--r--source/ml/basic/messages.po272
-rw-r--r--source/ml/chart2/messages.po1251
-rw-r--r--source/ml/connectivity/messages.po224
-rw-r--r--source/ml/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/ml/cui/messages.po4912
-rw-r--r--source/ml/dbaccess/messages.po1648
-rw-r--r--source/ml/desktop/messages.po326
-rw-r--r--source/ml/dictionaries/id.po22
-rw-r--r--source/ml/editeng/messages.po537
-rw-r--r--source/ml/extensions/messages.po1351
-rw-r--r--source/ml/extras/source/gallery/share.po18
-rw-r--r--source/ml/filter/messages.po446
-rw-r--r--source/ml/filter/source/config/fragments/filters.po62
-rw-r--r--source/ml/filter/source/config/fragments/types.po47
-rw-r--r--source/ml/forms/messages.po118
-rw-r--r--source/ml/formula/messages.po876
-rw-r--r--source/ml/fpicker/messages.po127
-rw-r--r--source/ml/framework/messages.po60
-rw-r--r--source/ml/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice.po7
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office/UI.po962
-rw-r--r--source/ml/readlicense_oo/docs.po46
-rw-r--r--source/ml/reportdesign/messages.po518
-rw-r--r--source/ml/sc/messages.po9426
-rw-r--r--source/ml/scaddins/messages.po1804
-rw-r--r--source/ml/sccomp/messages.po30
-rw-r--r--source/ml/sd/messages.po2721
-rw-r--r--source/ml/sfx2/messages.po1195
-rw-r--r--source/ml/starmath/messages.po1120
-rw-r--r--source/ml/svl/messages.po354
-rw-r--r--source/ml/svtools/messages.po1879
-rw-r--r--source/ml/svx/messages.po5899
-rw-r--r--source/ml/sw/messages.po7619
-rw-r--r--source/ml/swext/mediawiki/help.po19
-rw-r--r--source/ml/uui/messages.po412
-rw-r--r--source/ml/vcl/messages.po615
-rw-r--r--source/ml/wizards/messages.po532
-rw-r--r--source/ml/writerperfect/messages.po102
-rw-r--r--source/ml/xmlsecurity/messages.po186
-rw-r--r--source/mn/accessibility/messages.po25
-rw-r--r--source/mn/avmedia/messages.po59
-rw-r--r--source/mn/basctl/messages.po337
-rw-r--r--source/mn/basic/messages.po272
-rw-r--r--source/mn/chart2/messages.po1280
-rw-r--r--source/mn/connectivity/messages.po328
-rw-r--r--source/mn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/mn/cui/messages.po4935
-rw-r--r--source/mn/dbaccess/messages.po1685
-rw-r--r--source/mn/desktop/messages.po326
-rw-r--r--source/mn/dictionaries/id.po22
-rw-r--r--source/mn/editeng/messages.po537
-rw-r--r--source/mn/extensions/messages.po1361
-rw-r--r--source/mn/extras/source/autocorr/emoji.po11
-rw-r--r--source/mn/extras/source/gallery/share.po10
-rw-r--r--source/mn/filter/messages.po446
-rw-r--r--source/mn/filter/source/config/fragments/filters.po62
-rw-r--r--source/mn/filter/source/config/fragments/types.po47
-rw-r--r--source/mn/forms/messages.po118
-rw-r--r--source/mn/formula/messages.po892
-rw-r--r--source/mn/fpicker/messages.po127
-rw-r--r--source/mn/framework/messages.po60
-rw-r--r--source/mn/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po966
-rw-r--r--source/mn/readlicense_oo/docs.po28
-rw-r--r--source/mn/reportdesign/messages.po518
-rw-r--r--source/mn/sc/messages.po9428
-rw-r--r--source/mn/scaddins/messages.po1804
-rw-r--r--source/mn/sccomp/messages.po30
-rw-r--r--source/mn/sd/messages.po2732
-rw-r--r--source/mn/sfx2/messages.po1205
-rw-r--r--source/mn/starmath/messages.po1120
-rw-r--r--source/mn/svl/messages.po354
-rw-r--r--source/mn/svtools/messages.po1891
-rw-r--r--source/mn/svx/messages.po5950
-rw-r--r--source/mn/sw/messages.po7665
-rw-r--r--source/mn/swext/mediawiki/help.po28
-rw-r--r--source/mn/uui/messages.po398
-rw-r--r--source/mn/vcl/messages.po631
-rw-r--r--source/mn/wizards/messages.po532
-rw-r--r--source/mn/wizards/source/resources.po43
-rw-r--r--source/mn/writerperfect/messages.po102
-rw-r--r--source/mn/xmlsecurity/messages.po187
-rw-r--r--source/mni/accessibility/messages.po24
-rw-r--r--source/mni/avmedia/messages.po46
-rw-r--r--source/mni/basctl/messages.po312
-rw-r--r--source/mni/basic/messages.po272
-rw-r--r--source/mni/chart2/messages.po1251
-rw-r--r--source/mni/connectivity/messages.po226
-rw-r--r--source/mni/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/mni/cui/messages.po4906
-rw-r--r--source/mni/dbaccess/messages.po1646
-rw-r--r--source/mni/desktop/messages.po326
-rw-r--r--source/mni/dictionaries/id.po22
-rw-r--r--source/mni/editeng/messages.po538
-rw-r--r--source/mni/extensions/messages.po1361
-rw-r--r--source/mni/extras/source/gallery/share.po10
-rw-r--r--source/mni/filter/messages.po446
-rw-r--r--source/mni/filter/source/config/fragments/filters.po62
-rw-r--r--source/mni/filter/source/config/fragments/types.po47
-rw-r--r--source/mni/forms/messages.po118
-rw-r--r--source/mni/formula/messages.po876
-rw-r--r--source/mni/fpicker/messages.po127
-rw-r--r--source/mni/framework/messages.po60
-rw-r--r--source/mni/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office/UI.po958
-rw-r--r--source/mni/readlicense_oo/docs.po28
-rw-r--r--source/mni/reportdesign/messages.po518
-rw-r--r--source/mni/sc/messages.po9419
-rw-r--r--source/mni/scaddins/messages.po1804
-rw-r--r--source/mni/sccomp/messages.po30
-rw-r--r--source/mni/sd/messages.po2722
-rw-r--r--source/mni/sfx2/messages.po1195
-rw-r--r--source/mni/starmath/messages.po1124
-rw-r--r--source/mni/svl/messages.po370
-rw-r--r--source/mni/svtools/messages.po1878
-rw-r--r--source/mni/svx/messages.po5899
-rw-r--r--source/mni/sw/messages.po7624
-rw-r--r--source/mni/swext/mediawiki/help.po24
-rw-r--r--source/mni/uui/messages.po423
-rw-r--r--source/mni/vcl/messages.po617
-rw-r--r--source/mni/wizards/messages.po532
-rw-r--r--source/mni/writerperfect/messages.po102
-rw-r--r--source/mni/xmlsecurity/messages.po187
-rw-r--r--source/mr/accessibility/messages.po25
-rw-r--r--source/mr/avmedia/messages.po46
-rw-r--r--source/mr/basctl/messages.po312
-rw-r--r--source/mr/basic/messages.po272
-rw-r--r--source/mr/chart2/messages.po1251
-rw-r--r--source/mr/connectivity/messages.po224
-rw-r--r--source/mr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/mr/cui/messages.po4914
-rw-r--r--source/mr/dbaccess/messages.po1652
-rw-r--r--source/mr/desktop/messages.po326
-rw-r--r--source/mr/dictionaries/id.po22
-rw-r--r--source/mr/editeng/messages.po537
-rw-r--r--source/mr/extensions/messages.po1362
-rw-r--r--source/mr/extras/source/gallery/share.po21
-rw-r--r--source/mr/filter/messages.po446
-rw-r--r--source/mr/filter/source/config/fragments/filters.po62
-rw-r--r--source/mr/filter/source/config/fragments/types.po47
-rw-r--r--source/mr/forms/messages.po118
-rw-r--r--source/mr/formula/messages.po876
-rw-r--r--source/mr/fpicker/messages.po127
-rw-r--r--source/mr/framework/messages.po60
-rw-r--r--source/mr/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice.po7
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office/UI.po962
-rw-r--r--source/mr/readlicense_oo/docs.po46
-rw-r--r--source/mr/reportdesign/messages.po518
-rw-r--r--source/mr/sc/messages.po9422
-rw-r--r--source/mr/scaddins/messages.po1804
-rw-r--r--source/mr/sccomp/messages.po30
-rw-r--r--source/mr/sd/messages.po2724
-rw-r--r--source/mr/sfx2/messages.po1195
-rw-r--r--source/mr/starmath/messages.po1110
-rw-r--r--source/mr/svl/messages.po356
-rw-r--r--source/mr/svtools/messages.po1879
-rw-r--r--source/mr/svx/messages.po5899
-rw-r--r--source/mr/sw/messages.po7621
-rw-r--r--source/mr/swext/mediawiki/help.po19
-rw-r--r--source/mr/uui/messages.po414
-rw-r--r--source/mr/vcl/messages.po621
-rw-r--r--source/mr/wizards/messages.po532
-rw-r--r--source/mr/writerperfect/messages.po102
-rw-r--r--source/mr/xmlsecurity/messages.po186
-rw-r--r--source/my/accessibility/messages.po25
-rw-r--r--source/my/avmedia/messages.po46
-rw-r--r--source/my/basctl/messages.po312
-rw-r--r--source/my/basic/messages.po272
-rw-r--r--source/my/chart2/messages.po1251
-rw-r--r--source/my/connectivity/messages.po224
-rw-r--r--source/my/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/my/cui/messages.po4909
-rw-r--r--source/my/dbaccess/messages.po1646
-rw-r--r--source/my/desktop/messages.po326
-rw-r--r--source/my/dictionaries/id.po22
-rw-r--r--source/my/editeng/messages.po537
-rw-r--r--source/my/extensions/messages.po1351
-rw-r--r--source/my/extras/source/gallery/share.po10
-rw-r--r--source/my/filter/messages.po446
-rw-r--r--source/my/filter/source/config/fragments/filters.po62
-rw-r--r--source/my/filter/source/config/fragments/types.po47
-rw-r--r--source/my/forms/messages.po118
-rw-r--r--source/my/formula/messages.po876
-rw-r--r--source/my/fpicker/messages.po127
-rw-r--r--source/my/framework/messages.po60
-rw-r--r--source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po42
-rw-r--r--source/my/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office/UI.po954
-rw-r--r--source/my/readlicense_oo/docs.po30
-rw-r--r--source/my/reportdesign/messages.po518
-rw-r--r--source/my/sc/messages.po9423
-rw-r--r--source/my/scaddins/messages.po1804
-rw-r--r--source/my/sccomp/messages.po30
-rw-r--r--source/my/sd/messages.po2723
-rw-r--r--source/my/sfx2/messages.po1195
-rw-r--r--source/my/starmath/messages.po1116
-rw-r--r--source/my/svl/messages.po354
-rw-r--r--source/my/svtools/messages.po1879
-rw-r--r--source/my/svx/messages.po5899
-rw-r--r--source/my/sw/messages.po7620
-rw-r--r--source/my/swext/mediawiki/help.po19
-rw-r--r--source/my/uui/messages.po412
-rw-r--r--source/my/vcl/messages.po617
-rw-r--r--source/my/wizards/messages.po532
-rw-r--r--source/my/writerperfect/messages.po102
-rw-r--r--source/my/xmlsecurity/messages.po187
-rw-r--r--source/nb/accessibility/messages.po24
-rw-r--r--source/nb/avmedia/messages.po48
-rw-r--r--source/nb/basctl/messages.po312
-rw-r--r--source/nb/basic/messages.po272
-rw-r--r--source/nb/chart2/messages.po1251
-rw-r--r--source/nb/connectivity/messages.po226
-rw-r--r--source/nb/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/nb/cui/messages.po4907
-rw-r--r--source/nb/dbaccess/messages.po1656
-rw-r--r--source/nb/desktop/messages.po328
-rw-r--r--source/nb/dictionaries/id.po22
-rw-r--r--source/nb/editeng/messages.po539
-rw-r--r--source/nb/extensions/messages.po1363
-rw-r--r--source/nb/extras/source/gallery/share.po20
-rw-r--r--source/nb/filter/messages.po448
-rw-r--r--source/nb/filter/source/config/fragments/filters.po61
-rw-r--r--source/nb/filter/source/config/fragments/types.po40
-rw-r--r--source/nb/forms/messages.po118
-rw-r--r--source/nb/formula/messages.po876
-rw-r--r--source/nb/fpicker/messages.po129
-rw-r--r--source/nb/framework/messages.po60
-rw-r--r--source/nb/helpcontent2/source/auxiliary.po14
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/guide.po56
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po1014
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po1090
-rw-r--r--source/nb/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/nb/helpcontent2/source/text/scalc/guide.po78
-rw-r--r--source/nb/helpcontent2/source/text/schart.po30
-rw-r--r--source/nb/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/nb/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/nb/helpcontent2/source/text/shared.po28
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po124
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po1498
-rw-r--r--source/nb/helpcontent2/source/text/shared/02.po46
-rw-r--r--source/nb/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/nb/helpcontent2/source/text/shared/autopi.po328
-rw-r--r--source/nb/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po140
-rw-r--r--source/nb/helpcontent2/source/text/shared/optionen.po220
-rw-r--r--source/nb/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/nb/helpcontent2/source/text/simpress/01.po350
-rw-r--r--source/nb/helpcontent2/source/text/simpress/guide.po52
-rw-r--r--source/nb/helpcontent2/source/text/smath/01.po14
-rw-r--r--source/nb/helpcontent2/source/text/swriter.po30
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po544
-rw-r--r--source/nb/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/nb/helpcontent2/source/text/swriter/guide.po52
-rw-r--r--source/nb/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po983
-rw-r--r--source/nb/readlicense_oo/docs.po56
-rw-r--r--source/nb/reportdesign/messages.po518
-rw-r--r--source/nb/sc/messages.po9421
-rw-r--r--source/nb/scaddins/messages.po1806
-rw-r--r--source/nb/sccomp/messages.po32
-rw-r--r--source/nb/sd/messages.po2712
-rw-r--r--source/nb/sfx2/messages.po1210
-rw-r--r--source/nb/starmath/messages.po1110
-rw-r--r--source/nb/svl/messages.po356
-rw-r--r--source/nb/svtools/messages.po1885
-rw-r--r--source/nb/svx/messages.po5904
-rw-r--r--source/nb/sw/messages.po7619
-rw-r--r--source/nb/swext/mediawiki/help.po20
-rw-r--r--source/nb/uui/messages.po406
-rw-r--r--source/nb/vcl/messages.po614
-rw-r--r--source/nb/wizards/messages.po532
-rw-r--r--source/nb/writerperfect/messages.po102
-rw-r--r--source/nb/xmlsecurity/messages.po186
-rw-r--r--source/ne/accessibility/messages.po36
-rw-r--r--source/ne/avmedia/messages.po46
-rw-r--r--source/ne/basctl/messages.po396
-rw-r--r--source/ne/basic/messages.po344
-rw-r--r--source/ne/chart2/messages.po1350
-rw-r--r--source/ne/connectivity/messages.po224
-rw-r--r--source/ne/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/ne/cui/messages.po4951
-rw-r--r--source/ne/dbaccess/messages.po1691
-rw-r--r--source/ne/desktop/messages.po336
-rw-r--r--source/ne/dictionaries/id.po22
-rw-r--r--source/ne/editeng/messages.po537
-rw-r--r--source/ne/extensions/messages.po1364
-rw-r--r--source/ne/extras/source/autocorr/emoji.po11
-rw-r--r--source/ne/extras/source/gallery/share.po10
-rw-r--r--source/ne/filter/messages.po446
-rw-r--r--source/ne/filter/source/config/fragments/filters.po62
-rw-r--r--source/ne/filter/source/config/fragments/types.po47
-rw-r--r--source/ne/forms/messages.po118
-rw-r--r--source/ne/formula/messages.po892
-rw-r--r--source/ne/fpicker/messages.po127
-rw-r--r--source/ne/framework/messages.po60
-rw-r--r--source/ne/helpcontent2/source/auxiliary.po176
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/guide.po46
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared.po2026
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared/01.po16
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared/02.po40
-rw-r--r--source/ne/helpcontent2/source/text/scalc.po74
-rw-r--r--source/ne/helpcontent2/source/text/scalc/00.po14
-rw-r--r--source/ne/helpcontent2/source/text/scalc/01.po2252
-rw-r--r--source/ne/helpcontent2/source/text/scalc/02.po28
-rw-r--r--source/ne/helpcontent2/source/text/scalc/04.po28
-rw-r--r--source/ne/helpcontent2/source/text/scalc/05.po10
-rw-r--r--source/ne/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/ne/helpcontent2/source/text/scalc/guide.po88
-rw-r--r--source/ne/helpcontent2/source/text/schart.po30
-rw-r--r--source/ne/helpcontent2/source/text/schart/00.po28
-rw-r--r--source/ne/helpcontent2/source/text/schart/01.po26
-rw-r--r--source/ne/helpcontent2/source/text/schart/02.po12
-rw-r--r--source/ne/helpcontent2/source/text/schart/04.po10
-rw-r--r--source/ne/helpcontent2/source/text/sdraw.po12
-rw-r--r--source/ne/helpcontent2/source/text/sdraw/04.po17
-rw-r--r--source/ne/helpcontent2/source/text/sdraw/guide.po94
-rw-r--r--source/ne/helpcontent2/source/text/shared.po62
-rw-r--r--source/ne/helpcontent2/source/text/shared/00.po236
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po1578
-rw-r--r--source/ne/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/ne/helpcontent2/source/text/shared/05.po10
-rw-r--r--source/ne/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/ne/helpcontent2/source/text/shared/autopi.po320
-rw-r--r--source/ne/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/ne/helpcontent2/source/text/shared/guide.po134
-rw-r--r--source/ne/helpcontent2/source/text/shared/optionen.po238
-rw-r--r--source/ne/helpcontent2/source/text/simpress/00.po26
-rw-r--r--source/ne/helpcontent2/source/text/simpress/01.po408
-rw-r--r--source/ne/helpcontent2/source/text/simpress/02.po126
-rw-r--r--source/ne/helpcontent2/source/text/simpress/04.po38
-rw-r--r--source/ne/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/ne/helpcontent2/source/text/smath.po10
-rw-r--r--source/ne/helpcontent2/source/text/smath/00.po12
-rw-r--r--source/ne/helpcontent2/source/text/smath/01.po182
-rw-r--r--source/ne/helpcontent2/source/text/smath/04.po10
-rw-r--r--source/ne/helpcontent2/source/text/smath/guide.po10
-rw-r--r--source/ne/helpcontent2/source/text/swriter.po70
-rw-r--r--source/ne/helpcontent2/source/text/swriter/00.po52
-rw-r--r--source/ne/helpcontent2/source/text/swriter/01.po542
-rw-r--r--source/ne/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/ne/helpcontent2/source/text/swriter/guide.po62
-rw-r--r--source/ne/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/ne/instsetoo_native/inc_openoffice/windows/msi_languages.po55
-rw-r--r--source/ne/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po14
-rw-r--r--source/ne/nlpsolver/src/locale.po15
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office/UI.po963
-rw-r--r--source/ne/readlicense_oo/docs.po32
-rw-r--r--source/ne/reportbuilder/java/org/libreoffice/report/function/metadata.po20
-rw-r--r--source/ne/reportdesign/messages.po518
-rw-r--r--source/ne/sc/messages.po9434
-rw-r--r--source/ne/scaddins/messages.po1804
-rw-r--r--source/ne/sccomp/messages.po30
-rw-r--r--source/ne/sd/messages.po2733
-rw-r--r--source/ne/sfx2/messages.po1216
-rw-r--r--source/ne/starmath/messages.po1116
-rw-r--r--source/ne/svl/messages.po354
-rw-r--r--source/ne/svtools/messages.po1896
-rw-r--r--source/ne/svx/messages.po5955
-rw-r--r--source/ne/sw/messages.po7656
-rw-r--r--source/ne/swext/mediawiki/help.po31
-rw-r--r--source/ne/uui/messages.po444
-rw-r--r--source/ne/vcl/messages.po630
-rw-r--r--source/ne/wizards/messages.po532
-rw-r--r--source/ne/wizards/source/resources.po38
-rw-r--r--source/ne/writerperfect/messages.po102
-rw-r--r--source/ne/xmlsecurity/messages.po187
-rw-r--r--source/nl/accessibility/messages.po24
-rw-r--r--source/nl/avmedia/messages.po48
-rw-r--r--source/nl/basctl/messages.po312
-rw-r--r--source/nl/basic/messages.po272
-rw-r--r--source/nl/chart2/messages.po1259
-rw-r--r--source/nl/connectivity/messages.po226
-rw-r--r--source/nl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/nl/cui/messages.po4911
-rw-r--r--source/nl/dbaccess/messages.po1662
-rw-r--r--source/nl/desktop/messages.po328
-rw-r--r--source/nl/dictionaries/id.po25
-rw-r--r--source/nl/editeng/messages.po539
-rw-r--r--source/nl/extensions/messages.po1369
-rw-r--r--source/nl/extras/source/gallery/share.po20
-rw-r--r--source/nl/filter/messages.po448
-rw-r--r--source/nl/filter/source/config/fragments/filters.po67
-rw-r--r--source/nl/filter/source/config/fragments/types.po40
-rw-r--r--source/nl/forms/messages.po120
-rw-r--r--source/nl/formula/messages.po878
-rw-r--r--source/nl/fpicker/messages.po135
-rw-r--r--source/nl/framework/messages.po62
-rw-r--r--source/nl/helpcontent2/source/auxiliary.po10
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/guide.po60
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared.po2024
-rw-r--r--source/nl/helpcontent2/source/text/scalc/01.po1278
-rw-r--r--source/nl/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/nl/helpcontent2/source/text/scalc/guide.po90
-rw-r--r--source/nl/helpcontent2/source/text/schart.po38
-rw-r--r--source/nl/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/nl/helpcontent2/source/text/schart/01.po14
-rw-r--r--source/nl/helpcontent2/source/text/sdraw/guide.po82
-rw-r--r--source/nl/helpcontent2/source/text/shared.po28
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po130
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po1604
-rw-r--r--source/nl/helpcontent2/source/text/shared/02.po54
-rw-r--r--source/nl/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/nl/helpcontent2/source/text/shared/autopi.po334
-rw-r--r--source/nl/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--source/nl/helpcontent2/source/text/shared/guide.po168
-rw-r--r--source/nl/helpcontent2/source/text/shared/optionen.po254
-rw-r--r--source/nl/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/nl/helpcontent2/source/text/simpress/01.po350
-rw-r--r--source/nl/helpcontent2/source/text/simpress/guide.po56
-rw-r--r--source/nl/helpcontent2/source/text/smath/01.po22
-rw-r--r--source/nl/helpcontent2/source/text/swriter.po78
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po550
-rw-r--r--source/nl/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/nl/helpcontent2/source/text/swriter/guide.po56
-rw-r--r--source/nl/instsetoo_native/inc_openoffice/windows/msi_languages.po52
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po993
-rw-r--r--source/nl/readlicense_oo/docs.po60
-rw-r--r--source/nl/reportdesign/messages.po518
-rw-r--r--source/nl/sc/messages.po9427
-rw-r--r--source/nl/scaddins/messages.po1804
-rw-r--r--source/nl/sccomp/messages.po32
-rw-r--r--source/nl/sd/messages.po2720
-rw-r--r--source/nl/sfx2/messages.po1221
-rw-r--r--source/nl/starmath/messages.po1110
-rw-r--r--source/nl/svl/messages.po354
-rw-r--r--source/nl/svtools/messages.po1891
-rw-r--r--source/nl/svx/messages.po5938
-rw-r--r--source/nl/sw/messages.po7625
-rw-r--r--source/nl/swext/mediawiki/help.po20
-rw-r--r--source/nl/uui/messages.po422
-rw-r--r--source/nl/vcl/messages.po618
-rw-r--r--source/nl/wizards/messages.po532
-rw-r--r--source/nl/writerperfect/messages.po108
-rw-r--r--source/nl/xmlsecurity/messages.po192
-rw-r--r--source/nn/accessibility/messages.po24
-rw-r--r--source/nn/avmedia/messages.po48
-rw-r--r--source/nn/basctl/messages.po312
-rw-r--r--source/nn/basic/messages.po272
-rw-r--r--source/nn/chart2/messages.po1255
-rw-r--r--source/nn/connectivity/messages.po226
-rw-r--r--source/nn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/nn/cui/messages.po4909
-rw-r--r--source/nn/dbaccess/messages.po1658
-rw-r--r--source/nn/desktop/messages.po326
-rw-r--r--source/nn/dictionaries/id.po25
-rw-r--r--source/nn/editeng/messages.po539
-rw-r--r--source/nn/extensions/messages.po1365
-rw-r--r--source/nn/extras/source/gallery/share.po20
-rw-r--r--source/nn/filter/messages.po446
-rw-r--r--source/nn/filter/source/config/fragments/filters.po65
-rw-r--r--source/nn/filter/source/config/fragments/types.po40
-rw-r--r--source/nn/forms/messages.po118
-rw-r--r--source/nn/formula/messages.po878
-rw-r--r--source/nn/fpicker/messages.po133
-rw-r--r--source/nn/framework/messages.po60
-rw-r--r--source/nn/helpcontent2/source/auxiliary.po10
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/guide.po56
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po2022
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po1278
-rw-r--r--source/nn/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po84
-rw-r--r--source/nn/helpcontent2/source/text/schart.po30
-rw-r--r--source/nn/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/nn/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/guide.po76
-rw-r--r--source/nn/helpcontent2/source/text/shared.po26
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po124
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po1612
-rw-r--r--source/nn/helpcontent2/source/text/shared/02.po48
-rw-r--r--source/nn/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/nn/helpcontent2/source/text/shared/autopi.po336
-rw-r--r--source/nn/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po184
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po248
-rw-r--r--source/nn/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/nn/helpcontent2/source/text/simpress/01.po350
-rw-r--r--source/nn/helpcontent2/source/text/simpress/guide.po52
-rw-r--r--source/nn/helpcontent2/source/text/smath/01.po20
-rw-r--r--source/nn/helpcontent2/source/text/swriter.po30
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po544
-rw-r--r--source/nn/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po52
-rw-r--r--source/nn/instsetoo_native/inc_openoffice/windows/msi_languages.po54
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po989
-rw-r--r--source/nn/readlicense_oo/docs.po60
-rw-r--r--source/nn/reportdesign/messages.po518
-rw-r--r--source/nn/sc/messages.po9425
-rw-r--r--source/nn/scaddins/messages.po1806
-rw-r--r--source/nn/sccomp/messages.po32
-rw-r--r--source/nn/sd/messages.po2714
-rw-r--r--source/nn/sfx2/messages.po1215
-rw-r--r--source/nn/starmath/messages.po1112
-rw-r--r--source/nn/svl/messages.po356
-rw-r--r--source/nn/svtools/messages.po1889
-rw-r--r--source/nn/svx/messages.po5910
-rw-r--r--source/nn/sw/messages.po7623
-rw-r--r--source/nn/swext/mediawiki/help.po20
-rw-r--r--source/nn/uui/messages.po424
-rw-r--r--source/nn/vcl/messages.po616
-rw-r--r--source/nn/wizards/messages.po532
-rw-r--r--source/nn/writerperfect/messages.po106
-rw-r--r--source/nn/xmlsecurity/messages.po192
-rw-r--r--source/nr/accessibility/messages.po24
-rw-r--r--source/nr/avmedia/messages.po46
-rw-r--r--source/nr/basctl/messages.po312
-rw-r--r--source/nr/basic/messages.po272
-rw-r--r--source/nr/chart2/messages.po1251
-rw-r--r--source/nr/connectivity/messages.po224
-rw-r--r--source/nr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/nr/cui/messages.po4903
-rw-r--r--source/nr/dbaccess/messages.po1646
-rw-r--r--source/nr/desktop/messages.po326
-rw-r--r--source/nr/dictionaries/id.po22
-rw-r--r--source/nr/editeng/messages.po537
-rw-r--r--source/nr/extensions/messages.po1351
-rw-r--r--source/nr/extras/source/gallery/share.po10
-rw-r--r--source/nr/filter/messages.po446
-rw-r--r--source/nr/filter/source/config/fragments/filters.po62
-rw-r--r--source/nr/filter/source/config/fragments/types.po47
-rw-r--r--source/nr/forms/messages.po118
-rw-r--r--source/nr/formula/messages.po876
-rw-r--r--source/nr/fpicker/messages.po127
-rw-r--r--source/nr/framework/messages.po60
-rw-r--r--source/nr/instsetoo_native/inc_openoffice/windows/msi_languages.po40
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office/UI.po969
-rw-r--r--source/nr/readlicense_oo/docs.po28
-rw-r--r--source/nr/reportdesign/messages.po518
-rw-r--r--source/nr/sc/messages.po9401
-rw-r--r--source/nr/scaddins/messages.po1804
-rw-r--r--source/nr/sccomp/messages.po30
-rw-r--r--source/nr/sd/messages.po2715
-rw-r--r--source/nr/sfx2/messages.po1195
-rw-r--r--source/nr/starmath/messages.po1122
-rw-r--r--source/nr/svl/messages.po373
-rw-r--r--source/nr/svtools/messages.po1880
-rw-r--r--source/nr/svx/messages.po5897
-rw-r--r--source/nr/sw/messages.po7630
-rw-r--r--source/nr/swext/mediawiki/help.po19
-rw-r--r--source/nr/uui/messages.po392
-rw-r--r--source/nr/vcl/messages.po615
-rw-r--r--source/nr/wizards/messages.po532
-rw-r--r--source/nr/writerperfect/messages.po102
-rw-r--r--source/nr/xmlsecurity/messages.po187
-rw-r--r--source/nso/accessibility/messages.po24
-rw-r--r--source/nso/avmedia/messages.po46
-rw-r--r--source/nso/basctl/messages.po312
-rw-r--r--source/nso/basic/messages.po272
-rw-r--r--source/nso/chart2/messages.po1251
-rw-r--r--source/nso/connectivity/messages.po224
-rw-r--r--source/nso/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/nso/cui/messages.po4906
-rw-r--r--source/nso/dbaccess/messages.po1646
-rw-r--r--source/nso/desktop/messages.po326
-rw-r--r--source/nso/dictionaries/id.po22
-rw-r--r--source/nso/editeng/messages.po537
-rw-r--r--source/nso/extensions/messages.po1351
-rw-r--r--source/nso/extras/source/gallery/share.po10
-rw-r--r--source/nso/filter/messages.po446
-rw-r--r--source/nso/filter/source/config/fragments/filters.po62
-rw-r--r--source/nso/filter/source/config/fragments/types.po47
-rw-r--r--source/nso/forms/messages.po118
-rw-r--r--source/nso/formula/messages.po876
-rw-r--r--source/nso/fpicker/messages.po127
-rw-r--r--source/nso/framework/messages.po60
-rw-r--r--source/nso/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office/UI.po957
-rw-r--r--source/nso/readlicense_oo/docs.po28
-rw-r--r--source/nso/reportdesign/messages.po518
-rw-r--r--source/nso/sc/messages.po9408
-rw-r--r--source/nso/scaddins/messages.po1804
-rw-r--r--source/nso/sccomp/messages.po30
-rw-r--r--source/nso/sd/messages.po2717
-rw-r--r--source/nso/sfx2/messages.po1195
-rw-r--r--source/nso/starmath/messages.po1122
-rw-r--r--source/nso/svl/messages.po360
-rw-r--r--source/nso/svtools/messages.po1882
-rw-r--r--source/nso/svx/messages.po5899
-rw-r--r--source/nso/sw/messages.po7609
-rw-r--r--source/nso/swext/mediawiki/help.po18
-rw-r--r--source/nso/uui/messages.po392
-rw-r--r--source/nso/vcl/messages.po615
-rw-r--r--source/nso/wizards/messages.po532
-rw-r--r--source/nso/writerperfect/messages.po102
-rw-r--r--source/nso/xmlsecurity/messages.po187
-rw-r--r--source/oc/accessibility/messages.po26
-rw-r--r--source/oc/avmedia/messages.po48
-rw-r--r--source/oc/basctl/messages.po312
-rw-r--r--source/oc/basic/messages.po272
-rw-r--r--source/oc/chart2/messages.po1251
-rw-r--r--source/oc/connectivity/messages.po226
-rw-r--r--source/oc/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/oc/cui/messages.po4905
-rw-r--r--source/oc/dbaccess/messages.po1654
-rw-r--r--source/oc/desktop/messages.po326
-rw-r--r--source/oc/dictionaries/id.po22
-rw-r--r--source/oc/editeng/messages.po539
-rw-r--r--source/oc/extensions/messages.po1363
-rw-r--r--source/oc/extras/source/gallery/share.po12
-rw-r--r--source/oc/filter/messages.po446
-rw-r--r--source/oc/filter/source/config/fragments/filters.po61
-rw-r--r--source/oc/filter/source/config/fragments/types.po40
-rw-r--r--source/oc/forms/messages.po120
-rw-r--r--source/oc/formula/messages.po876
-rw-r--r--source/oc/fpicker/messages.po129
-rw-r--r--source/oc/framework/messages.po62
-rw-r--r--source/oc/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice.po8
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po979
-rw-r--r--source/oc/readlicense_oo/docs.po56
-rw-r--r--source/oc/reportdesign/messages.po518
-rw-r--r--source/oc/sc/messages.po9407
-rw-r--r--source/oc/scaddins/messages.po1806
-rw-r--r--source/oc/sccomp/messages.po30
-rw-r--r--source/oc/sd/messages.po2710
-rw-r--r--source/oc/sfx2/messages.po1209
-rw-r--r--source/oc/starmath/messages.po1112
-rw-r--r--source/oc/svl/messages.po356
-rw-r--r--source/oc/svtools/messages.po1883
-rw-r--r--source/oc/svx/messages.po5902
-rw-r--r--source/oc/sw/messages.po7611
-rw-r--r--source/oc/swext/mediawiki/help.po21
-rw-r--r--source/oc/uui/messages.po406
-rw-r--r--source/oc/vcl/messages.po612
-rw-r--r--source/oc/wizards/messages.po532
-rw-r--r--source/oc/writerperfect/messages.po102
-rw-r--r--source/oc/xmlsecurity/messages.po186
-rw-r--r--source/om/accessibility/messages.po25
-rw-r--r--source/om/avmedia/messages.po46
-rw-r--r--source/om/basctl/messages.po312
-rw-r--r--source/om/basic/messages.po272
-rw-r--r--source/om/chart2/messages.po1251
-rw-r--r--source/om/connectivity/messages.po224
-rw-r--r--source/om/connectivity/registry/mork/org/openoffice/Office/DataAccess.po6
-rw-r--r--source/om/cui/messages.po4906
-rw-r--r--source/om/dbaccess/messages.po1646
-rw-r--r--source/om/desktop/messages.po326
-rw-r--r--source/om/dictionaries/id.po22
-rw-r--r--source/om/editeng/messages.po538
-rw-r--r--source/om/extensions/messages.po1351
-rw-r--r--source/om/extras/source/gallery/share.po10
-rw-r--r--source/om/filter/messages.po446
-rw-r--r--source/om/filter/source/config/fragments/filters.po62
-rw-r--r--source/om/filter/source/config/fragments/types.po47
-rw-r--r--source/om/forms/messages.po118
-rw-r--r--source/om/formula/messages.po876
-rw-r--r--source/om/fpicker/messages.po127
-rw-r--r--source/om/framework/messages.po60
-rw-r--r--source/om/helpcontent2/source/auxiliary.po4
-rw-r--r--source/om/helpcontent2/source/text/sbasic/guide.po30
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared.po1860
-rw-r--r--source/om/helpcontent2/source/text/scalc/01.po1182
-rw-r--r--source/om/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/om/helpcontent2/source/text/scalc/guide.po78
-rw-r--r--source/om/helpcontent2/source/text/schart.po28
-rw-r--r--source/om/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/om/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/om/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/om/helpcontent2/source/text/shared.po26
-rw-r--r--source/om/helpcontent2/source/text/shared/00.po120
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po1508
-rw-r--r--source/om/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/om/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/om/helpcontent2/source/text/shared/autopi.po320
-rw-r--r--source/om/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--source/om/helpcontent2/source/text/shared/guide.po136
-rw-r--r--source/om/helpcontent2/source/text/shared/optionen.po220
-rw-r--r--source/om/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/om/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/om/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/om/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/om/helpcontent2/source/text/swriter.po26
-rw-r--r--source/om/helpcontent2/source/text/swriter/01.po532
-rw-r--r--source/om/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/om/helpcontent2/source/text/swriter/guide.po46
-rw-r--r--source/om/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/om/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office/UI.po955
-rw-r--r--source/om/readlicense_oo/docs.po30
-rw-r--r--source/om/reportdesign/messages.po518
-rw-r--r--source/om/sc/messages.po9418
-rw-r--r--source/om/scaddins/messages.po1804
-rw-r--r--source/om/sccomp/messages.po30
-rw-r--r--source/om/sd/messages.po2720
-rw-r--r--source/om/sfx2/messages.po1195
-rw-r--r--source/om/starmath/messages.po1122
-rw-r--r--source/om/svl/messages.po354
-rw-r--r--source/om/svtools/messages.po1882
-rw-r--r--source/om/svx/messages.po5899
-rw-r--r--source/om/sw/messages.po7624
-rw-r--r--source/om/swext/mediawiki/help.po19
-rw-r--r--source/om/uui/messages.po411
-rw-r--r--source/om/vcl/messages.po615
-rw-r--r--source/om/wizards/messages.po532
-rw-r--r--source/om/writerperfect/messages.po102
-rw-r--r--source/om/xmlsecurity/messages.po187
-rw-r--r--source/or/accessibility/messages.po25
-rw-r--r--source/or/avmedia/messages.po46
-rw-r--r--source/or/basctl/messages.po312
-rw-r--r--source/or/basic/messages.po272
-rw-r--r--source/or/chart2/messages.po1251
-rw-r--r--source/or/connectivity/messages.po224
-rw-r--r--source/or/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/or/cui/messages.po4912
-rw-r--r--source/or/dbaccess/messages.po1652
-rw-r--r--source/or/desktop/messages.po326
-rw-r--r--source/or/dictionaries/id.po22
-rw-r--r--source/or/editeng/messages.po537
-rw-r--r--source/or/extensions/messages.po1361
-rw-r--r--source/or/extras/source/gallery/share.po18
-rw-r--r--source/or/filter/messages.po446
-rw-r--r--source/or/filter/source/config/fragments/filters.po64
-rw-r--r--source/or/filter/source/config/fragments/types.po47
-rw-r--r--source/or/forms/messages.po118
-rw-r--r--source/or/formula/messages.po876
-rw-r--r--source/or/fpicker/messages.po127
-rw-r--r--source/or/framework/messages.po60
-rw-r--r--source/or/instsetoo_native/inc_openoffice/windows/msi_languages.po47
-rw-r--r--source/or/officecfg/registry/data/org/openoffice.po7
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office/UI.po962
-rw-r--r--source/or/readlicense_oo/docs.po46
-rw-r--r--source/or/reportdesign/messages.po518
-rw-r--r--source/or/sc/messages.po9421
-rw-r--r--source/or/scaddins/messages.po1804
-rw-r--r--source/or/sccomp/messages.po30
-rw-r--r--source/or/sd/messages.po2720
-rw-r--r--source/or/sfx2/messages.po1195
-rw-r--r--source/or/starmath/messages.po1120
-rw-r--r--source/or/svl/messages.po354
-rw-r--r--source/or/svtools/messages.po1879
-rw-r--r--source/or/svx/messages.po5899
-rw-r--r--source/or/sw/messages.po7613
-rw-r--r--source/or/swext/mediawiki/help.po19
-rw-r--r--source/or/uui/messages.po411
-rw-r--r--source/or/vcl/messages.po612
-rw-r--r--source/or/wizards/messages.po532
-rw-r--r--source/or/writerperfect/messages.po102
-rw-r--r--source/or/xmlsecurity/messages.po186
-rw-r--r--source/pa-IN/accessibility/messages.po24
-rw-r--r--source/pa-IN/avmedia/messages.po48
-rw-r--r--source/pa-IN/basctl/messages.po312
-rw-r--r--source/pa-IN/basic/messages.po272
-rw-r--r--source/pa-IN/chart2/messages.po1251
-rw-r--r--source/pa-IN/connectivity/messages.po226
-rw-r--r--source/pa-IN/connectivity/registry/mork/org/openoffice/Office/DataAccess.po12
-rw-r--r--source/pa-IN/cui/messages.po4912
-rw-r--r--source/pa-IN/dbaccess/messages.po1648
-rw-r--r--source/pa-IN/desktop/messages.po328
-rw-r--r--source/pa-IN/dictionaries/id.po22
-rw-r--r--source/pa-IN/editeng/messages.po537
-rw-r--r--source/pa-IN/extensions/messages.po1353
-rw-r--r--source/pa-IN/extras/source/gallery/share.po12
-rw-r--r--source/pa-IN/filter/messages.po446
-rw-r--r--source/pa-IN/filter/source/config/fragments/filters.po62
-rw-r--r--source/pa-IN/filter/source/config/fragments/types.po47
-rw-r--r--source/pa-IN/forms/messages.po118
-rw-r--r--source/pa-IN/formula/messages.po878
-rw-r--r--source/pa-IN/fpicker/messages.po129
-rw-r--r--source/pa-IN/framework/messages.po60
-rw-r--r--source/pa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po957
-rw-r--r--source/pa-IN/readlicense_oo/docs.po46
-rw-r--r--source/pa-IN/reportdesign/messages.po518
-rw-r--r--source/pa-IN/sc/messages.po9423
-rw-r--r--source/pa-IN/scaddins/messages.po1804
-rw-r--r--source/pa-IN/sccomp/messages.po32
-rw-r--r--source/pa-IN/sd/messages.po2721
-rw-r--r--source/pa-IN/sfx2/messages.po1197
-rw-r--r--source/pa-IN/starmath/messages.po1118
-rw-r--r--source/pa-IN/svl/messages.po354
-rw-r--r--source/pa-IN/svtools/messages.po1881
-rw-r--r--source/pa-IN/svx/messages.po5899
-rw-r--r--source/pa-IN/sw/messages.po7616
-rw-r--r--source/pa-IN/swext/mediawiki/help.po30
-rw-r--r--source/pa-IN/uui/messages.po412
-rw-r--r--source/pa-IN/vcl/messages.po626
-rw-r--r--source/pa-IN/wizards/messages.po532
-rw-r--r--source/pa-IN/wizards/source/resources.po42
-rw-r--r--source/pa-IN/writerperfect/messages.po102
-rw-r--r--source/pa-IN/xmlsecurity/messages.po187
-rw-r--r--source/pl/accessibility/messages.po25
-rw-r--r--source/pl/avmedia/messages.po46
-rw-r--r--source/pl/basctl/messages.po312
-rw-r--r--source/pl/basic/messages.po272
-rw-r--r--source/pl/chart2/messages.po1251
-rw-r--r--source/pl/connectivity/messages.po224
-rw-r--r--source/pl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/pl/cui/messages.po4909
-rw-r--r--source/pl/dbaccess/messages.po1654
-rw-r--r--source/pl/desktop/messages.po326
-rw-r--r--source/pl/dictionaries/id.po22
-rw-r--r--source/pl/editeng/messages.po537
-rw-r--r--source/pl/extensions/messages.po1361
-rw-r--r--source/pl/extras/source/gallery/share.po20
-rw-r--r--source/pl/filter/messages.po446
-rw-r--r--source/pl/filter/source/config/fragments/filters.po61
-rw-r--r--source/pl/filter/source/config/fragments/types.po40
-rw-r--r--source/pl/forms/messages.po118
-rw-r--r--source/pl/formula/messages.po876
-rw-r--r--source/pl/fpicker/messages.po127
-rw-r--r--source/pl/framework/messages.po60
-rw-r--r--source/pl/helpcontent2/source/auxiliary.po6
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/guide.po50
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared.po1868
-rw-r--r--source/pl/helpcontent2/source/text/scalc/01.po1264
-rw-r--r--source/pl/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/pl/helpcontent2/source/text/scalc/guide.po82
-rw-r--r--source/pl/helpcontent2/source/text/schart.po30
-rw-r--r--source/pl/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/pl/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/pl/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/pl/helpcontent2/source/text/shared.po26
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po122
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po1536
-rw-r--r--source/pl/helpcontent2/source/text/shared/02.po40
-rw-r--r--source/pl/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/pl/helpcontent2/source/text/shared/autopi.po326
-rw-r--r--source/pl/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po176
-rw-r--r--source/pl/helpcontent2/source/text/shared/optionen.po230
-rw-r--r--source/pl/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/pl/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/pl/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/pl/helpcontent2/source/text/smath/01.po14
-rw-r--r--source/pl/helpcontent2/source/text/swriter.po26
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po542
-rw-r--r--source/pl/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/pl/helpcontent2/source/text/swriter/guide.po50
-rw-r--r--source/pl/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po984
-rw-r--r--source/pl/readlicense_oo/docs.po52
-rw-r--r--source/pl/reportdesign/messages.po518
-rw-r--r--source/pl/sc/messages.po9429
-rw-r--r--source/pl/scaddins/messages.po1804
-rw-r--r--source/pl/sccomp/messages.po30
-rw-r--r--source/pl/sd/messages.po2718
-rw-r--r--source/pl/sfx2/messages.po1207
-rw-r--r--source/pl/starmath/messages.po1110
-rw-r--r--source/pl/svl/messages.po354
-rw-r--r--source/pl/svtools/messages.po1877
-rw-r--r--source/pl/svx/messages.po5902
-rw-r--r--source/pl/sw/messages.po7613
-rw-r--r--source/pl/swext/mediawiki/help.po20
-rw-r--r--source/pl/uui/messages.po406
-rw-r--r--source/pl/vcl/messages.po612
-rw-r--r--source/pl/wizards/messages.po532
-rw-r--r--source/pl/writerperfect/messages.po102
-rw-r--r--source/pl/xmlsecurity/messages.po186
-rw-r--r--source/pt-BR/accessibility/messages.po24
-rw-r--r--source/pt-BR/avmedia/messages.po48
-rw-r--r--source/pt-BR/basctl/messages.po312
-rw-r--r--source/pt-BR/basic/messages.po272
-rw-r--r--source/pt-BR/chart2/messages.po1255
-rw-r--r--source/pt-BR/connectivity/messages.po226
-rw-r--r--source/pt-BR/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/pt-BR/cui/messages.po4911
-rw-r--r--source/pt-BR/dbaccess/messages.po1660
-rw-r--r--source/pt-BR/desktop/messages.po326
-rw-r--r--source/pt-BR/dictionaries/id.po25
-rw-r--r--source/pt-BR/editeng/messages.po539
-rw-r--r--source/pt-BR/extensions/messages.po1367
-rw-r--r--source/pt-BR/extras/source/gallery/share.po20
-rw-r--r--source/pt-BR/filter/messages.po446
-rw-r--r--source/pt-BR/filter/source/config/fragments/filters.po63
-rw-r--r--source/pt-BR/filter/source/config/fragments/types.po42
-rw-r--r--source/pt-BR/forms/messages.po118
-rw-r--r--source/pt-BR/formula/messages.po876
-rw-r--r--source/pt-BR/fpicker/messages.po133
-rw-r--r--source/pt-BR/framework/messages.po60
-rw-r--r--source/pt-BR/helpcontent2/source/auxiliary.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/guide.po56
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared.po2030
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/00.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po1262
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/06.po41
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/guide.po112
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart.po38
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart/00.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart/01.po16
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw/guide.po82
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared.po26
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po132
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po1582
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/02.po56
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/06.po33
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/autopi.po330
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/explorer/database.po28
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po168
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po246
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/00.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/01.po352
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/guide.po50
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/01.po20
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter.po32
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po544
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po52
-rw-r--r--source/pt-BR/instsetoo_native/inc_openoffice/windows/msi_languages.po50
-rw-r--r--source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po10
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po981
-rw-r--r--source/pt-BR/readlicense_oo/docs.po58
-rw-r--r--source/pt-BR/reportdesign/messages.po518
-rw-r--r--source/pt-BR/sc/messages.po9427
-rw-r--r--source/pt-BR/scaddins/messages.po1804
-rw-r--r--source/pt-BR/sccomp/messages.po32
-rw-r--r--source/pt-BR/scp2/source/ooo.po8
-rw-r--r--source/pt-BR/sd/messages.po2702
-rw-r--r--source/pt-BR/sfx2/messages.po1217
-rw-r--r--source/pt-BR/starmath/messages.po1112
-rw-r--r--source/pt-BR/svl/messages.po360
-rw-r--r--source/pt-BR/svtools/messages.po1889
-rw-r--r--source/pt-BR/svx/messages.po5910
-rw-r--r--source/pt-BR/sw/messages.po7627
-rw-r--r--source/pt-BR/swext/mediawiki/help.po18
-rw-r--r--source/pt-BR/uui/messages.po422
-rw-r--r--source/pt-BR/vcl/messages.po616
-rw-r--r--source/pt-BR/wizards/messages.po532
-rw-r--r--source/pt-BR/writerperfect/messages.po106
-rw-r--r--source/pt-BR/xmlsecurity/messages.po192
-rw-r--r--source/pt/accessibility/messages.po24
-rw-r--r--source/pt/avmedia/messages.po48
-rw-r--r--source/pt/basctl/messages.po312
-rw-r--r--source/pt/basic/messages.po272
-rw-r--r--source/pt/chart2/messages.po1255
-rw-r--r--source/pt/connectivity/messages.po230
-rw-r--r--source/pt/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/pt/cui/messages.po4909
-rw-r--r--source/pt/dbaccess/messages.po1664
-rw-r--r--source/pt/desktop/messages.po335
-rw-r--r--source/pt/dictionaries/id.po25
-rw-r--r--source/pt/editeng/messages.po539
-rw-r--r--source/pt/extensions/messages.po1367
-rw-r--r--source/pt/extras/source/autocorr/emoji.po298
-rw-r--r--source/pt/extras/source/gallery/share.po20
-rw-r--r--source/pt/filter/messages.po446
-rw-r--r--source/pt/filter/source/config/fragments/filters.po65
-rw-r--r--source/pt/filter/source/config/fragments/types.po42
-rw-r--r--source/pt/forms/messages.po118
-rw-r--r--source/pt/formula/messages.po878
-rw-r--r--source/pt/fpicker/messages.po133
-rw-r--r--source/pt/framework/messages.po60
-rw-r--r--source/pt/helpcontent2/source/auxiliary.po8
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/guide.po56
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared.po1934
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po1290
-rw-r--r--source/pt/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/pt/helpcontent2/source/text/scalc/guide.po98
-rw-r--r--source/pt/helpcontent2/source/text/schart.po36
-rw-r--r--source/pt/helpcontent2/source/text/schart/00.po10
-rw-r--r--source/pt/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/guide.po80
-rw-r--r--source/pt/helpcontent2/source/text/shared.po26
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po148
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po1924
-rw-r--r--source/pt/helpcontent2/source/text/shared/02.po52
-rw-r--r--source/pt/helpcontent2/source/text/shared/06.po33
-rw-r--r--source/pt/helpcontent2/source/text/shared/autopi.po332
-rw-r--r--source/pt/helpcontent2/source/text/shared/explorer/database.po26
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po162
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po236
-rw-r--r--source/pt/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/pt/helpcontent2/source/text/simpress/01.po352
-rw-r--r--source/pt/helpcontent2/source/text/simpress/guide.po100
-rw-r--r--source/pt/helpcontent2/source/text/smath/01.po86
-rw-r--r--source/pt/helpcontent2/source/text/swriter.po32
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po546
-rw-r--r--source/pt/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/pt/helpcontent2/source/text/swriter/guide.po158
-rw-r--r--source/pt/instsetoo_native/inc_openoffice/windows/msi_languages.po50
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po983
-rw-r--r--source/pt/readlicense_oo/docs.po58
-rw-r--r--source/pt/reportdesign/messages.po518
-rw-r--r--source/pt/sc/messages.po9427
-rw-r--r--source/pt/scaddins/messages.po1806
-rw-r--r--source/pt/sccomp/messages.po32
-rw-r--r--source/pt/sd/messages.po2704
-rw-r--r--source/pt/sfx2/messages.po1227
-rw-r--r--source/pt/starmath/messages.po1110
-rw-r--r--source/pt/svl/messages.po356
-rw-r--r--source/pt/svtools/messages.po1893
-rw-r--r--source/pt/svx/messages.po5922
-rw-r--r--source/pt/sw/messages.po7631
-rw-r--r--source/pt/swext/mediawiki/help.po20
-rw-r--r--source/pt/uui/messages.po424
-rw-r--r--source/pt/vcl/messages.po616
-rw-r--r--source/pt/wizards/messages.po542
-rw-r--r--source/pt/wizards/source/resources.po6
-rw-r--r--source/pt/writerperfect/messages.po106
-rw-r--r--source/pt/xmlsecurity/messages.po190
-rw-r--r--source/ro/accessibility/messages.po24
-rw-r--r--source/ro/avmedia/messages.po46
-rw-r--r--source/ro/basctl/messages.po312
-rw-r--r--source/ro/basic/messages.po272
-rw-r--r--source/ro/chart2/messages.po1251
-rw-r--r--source/ro/connectivity/messages.po224
-rw-r--r--source/ro/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/ro/cui/messages.po4907
-rw-r--r--source/ro/dbaccess/messages.po1654
-rw-r--r--source/ro/desktop/messages.po326
-rw-r--r--source/ro/dictionaries/id.po22
-rw-r--r--source/ro/editeng/messages.po537
-rw-r--r--source/ro/extensions/messages.po1361
-rw-r--r--source/ro/extras/source/gallery/share.po14
-rw-r--r--source/ro/filter/messages.po446
-rw-r--r--source/ro/filter/source/config/fragments/filters.po60
-rw-r--r--source/ro/filter/source/config/fragments/types.po39
-rw-r--r--source/ro/forms/messages.po118
-rw-r--r--source/ro/formula/messages.po876
-rw-r--r--source/ro/fpicker/messages.po127
-rw-r--r--source/ro/framework/messages.po60
-rw-r--r--source/ro/helpcontent2/source/auxiliary.po6
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/guide.po42
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared.po1012
-rw-r--r--source/ro/helpcontent2/source/text/scalc/01.po990
-rw-r--r--source/ro/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/ro/helpcontent2/source/text/scalc/guide.po66
-rw-r--r--source/ro/helpcontent2/source/text/schart.po16
-rw-r--r--source/ro/helpcontent2/source/text/schart/00.po4
-rw-r--r--source/ro/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/ro/helpcontent2/source/text/sdraw/guide.po54
-rw-r--r--source/ro/helpcontent2/source/text/shared.po26
-rw-r--r--source/ro/helpcontent2/source/text/shared/00.po102
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po1198
-rw-r--r--source/ro/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/ro/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/ro/helpcontent2/source/text/shared/autopi.po164
-rw-r--r--source/ro/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/ro/helpcontent2/source/text/shared/guide.po116
-rw-r--r--source/ro/helpcontent2/source/text/shared/optionen.po152
-rw-r--r--source/ro/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/ro/helpcontent2/source/text/simpress/01.po288
-rw-r--r--source/ro/helpcontent2/source/text/simpress/guide.po26
-rw-r--r--source/ro/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/ro/helpcontent2/source/text/swriter.po18
-rw-r--r--source/ro/helpcontent2/source/text/swriter/01.po444
-rw-r--r--source/ro/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/ro/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/ro/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office/UI.po973
-rw-r--r--source/ro/readlicense_oo/docs.po52
-rw-r--r--source/ro/reportdesign/messages.po518
-rw-r--r--source/ro/sc/messages.po9422
-rw-r--r--source/ro/scaddins/messages.po1804
-rw-r--r--source/ro/sccomp/messages.po30
-rw-r--r--source/ro/sd/messages.po2718
-rw-r--r--source/ro/sfx2/messages.po1208
-rw-r--r--source/ro/starmath/messages.po1110
-rw-r--r--source/ro/svl/messages.po354
-rw-r--r--source/ro/svtools/messages.po1879
-rw-r--r--source/ro/svx/messages.po5902
-rw-r--r--source/ro/sw/messages.po7613
-rw-r--r--source/ro/swext/mediawiki/help.po19
-rw-r--r--source/ro/uui/messages.po406
-rw-r--r--source/ro/vcl/messages.po612
-rw-r--r--source/ro/wizards/messages.po532
-rw-r--r--source/ro/writerperfect/messages.po102
-rw-r--r--source/ro/xmlsecurity/messages.po186
-rw-r--r--source/ru/accessibility/messages.po24
-rw-r--r--source/ru/avmedia/messages.po48
-rw-r--r--source/ru/basctl/messages.po328
-rw-r--r--source/ru/basic/messages.po274
-rw-r--r--source/ru/chart2/messages.po1255
-rw-r--r--source/ru/connectivity/messages.po226
-rw-r--r--source/ru/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/ru/cui/messages.po4909
-rw-r--r--source/ru/dbaccess/messages.po1656
-rw-r--r--source/ru/desktop/messages.po326
-rw-r--r--source/ru/dictionaries/id.po25
-rw-r--r--source/ru/editeng/messages.po539
-rw-r--r--source/ru/extensions/messages.po1367
-rw-r--r--source/ru/extras/source/gallery/share.po20
-rw-r--r--source/ru/filter/messages.po448
-rw-r--r--source/ru/filter/source/config/fragments/filters.po65
-rw-r--r--source/ru/filter/source/config/fragments/types.po40
-rw-r--r--source/ru/forms/messages.po120
-rw-r--r--source/ru/formula/messages.po878
-rw-r--r--source/ru/fpicker/messages.po133
-rw-r--r--source/ru/framework/messages.po60
-rw-r--r--source/ru/helpcontent2/source/auxiliary.po6
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/guide.po34
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared.po1866
-rw-r--r--source/ru/helpcontent2/source/text/scalc/01.po1202
-rw-r--r--source/ru/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/ru/helpcontent2/source/text/scalc/guide.po82
-rw-r--r--source/ru/helpcontent2/source/text/schart.po32
-rw-r--r--source/ru/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/ru/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/ru/helpcontent2/source/text/sdraw/guide.po76
-rw-r--r--source/ru/helpcontent2/source/text/shared.po26
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po120
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po1518
-rw-r--r--source/ru/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/ru/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/ru/helpcontent2/source/text/shared/autopi.po322
-rw-r--r--source/ru/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po146
-rw-r--r--source/ru/helpcontent2/source/text/shared/optionen.po220
-rw-r--r--source/ru/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/ru/helpcontent2/source/text/simpress/01.po348
-rw-r--r--source/ru/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/ru/helpcontent2/source/text/smath/01.po14
-rw-r--r--source/ru/helpcontent2/source/text/swriter.po28
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po540
-rw-r--r--source/ru/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/ru/helpcontent2/source/text/swriter/guide.po52
-rw-r--r--source/ru/instsetoo_native/inc_openoffice/windows/msi_languages.po54
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po991
-rw-r--r--source/ru/readlicense_oo/docs.po60
-rw-r--r--source/ru/reportdesign/messages.po520
-rw-r--r--source/ru/sc/messages.po9429
-rw-r--r--source/ru/scaddins/messages.po1804
-rw-r--r--source/ru/sccomp/messages.po32
-rw-r--r--source/ru/sd/messages.po2714
-rw-r--r--source/ru/sfx2/messages.po1211
-rw-r--r--source/ru/starmath/messages.po1110
-rw-r--r--source/ru/svl/messages.po356
-rw-r--r--source/ru/svtools/messages.po1895
-rw-r--r--source/ru/svx/messages.po5934
-rw-r--r--source/ru/sw/messages.po7625
-rw-r--r--source/ru/swext/mediawiki/help.po20
-rw-r--r--source/ru/uui/messages.po411
-rw-r--r--source/ru/vcl/messages.po618
-rw-r--r--source/ru/wizards/messages.po532
-rw-r--r--source/ru/writerperfect/messages.po106
-rw-r--r--source/ru/xmlsecurity/messages.po198
-rw-r--r--source/rw/accessibility/messages.po25
-rw-r--r--source/rw/avmedia/messages.po46
-rw-r--r--source/rw/basctl/messages.po312
-rw-r--r--source/rw/basic/messages.po272
-rw-r--r--source/rw/chart2/messages.po1251
-rw-r--r--source/rw/connectivity/messages.po224
-rw-r--r--source/rw/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/rw/cui/messages.po4904
-rw-r--r--source/rw/dbaccess/messages.po1646
-rw-r--r--source/rw/desktop/messages.po326
-rw-r--r--source/rw/dictionaries/id.po22
-rw-r--r--source/rw/editeng/messages.po538
-rw-r--r--source/rw/extensions/messages.po1351
-rw-r--r--source/rw/extras/source/gallery/share.po10
-rw-r--r--source/rw/filter/messages.po446
-rw-r--r--source/rw/filter/source/config/fragments/filters.po62
-rw-r--r--source/rw/filter/source/config/fragments/types.po47
-rw-r--r--source/rw/forms/messages.po118
-rw-r--r--source/rw/formula/messages.po876
-rw-r--r--source/rw/fpicker/messages.po127
-rw-r--r--source/rw/framework/messages.po60
-rw-r--r--source/rw/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office/UI.po957
-rw-r--r--source/rw/readlicense_oo/docs.po28
-rw-r--r--source/rw/reportdesign/messages.po518
-rw-r--r--source/rw/sc/messages.po9410
-rw-r--r--source/rw/scaddins/messages.po1804
-rw-r--r--source/rw/sccomp/messages.po30
-rw-r--r--source/rw/sd/messages.po2717
-rw-r--r--source/rw/sfx2/messages.po1195
-rw-r--r--source/rw/starmath/messages.po1122
-rw-r--r--source/rw/svl/messages.po377
-rw-r--r--source/rw/svtools/messages.po1878
-rw-r--r--source/rw/svx/messages.po5899
-rw-r--r--source/rw/sw/messages.po7614
-rw-r--r--source/rw/swext/mediawiki/help.po18
-rw-r--r--source/rw/uui/messages.po392
-rw-r--r--source/rw/vcl/messages.po615
-rw-r--r--source/rw/wizards/messages.po532
-rw-r--r--source/rw/writerperfect/messages.po102
-rw-r--r--source/rw/xmlsecurity/messages.po187
-rw-r--r--source/sa-IN/accessibility/messages.po25
-rw-r--r--source/sa-IN/avmedia/messages.po46
-rw-r--r--source/sa-IN/basctl/messages.po312
-rw-r--r--source/sa-IN/basic/messages.po272
-rw-r--r--source/sa-IN/chart2/messages.po1251
-rw-r--r--source/sa-IN/connectivity/messages.po226
-rw-r--r--source/sa-IN/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/sa-IN/cui/messages.po4906
-rw-r--r--source/sa-IN/dbaccess/messages.po1646
-rw-r--r--source/sa-IN/desktop/messages.po326
-rw-r--r--source/sa-IN/dictionaries/id.po22
-rw-r--r--source/sa-IN/editeng/messages.po538
-rw-r--r--source/sa-IN/extensions/messages.po1359
-rw-r--r--source/sa-IN/extras/source/gallery/share.po10
-rw-r--r--source/sa-IN/filter/messages.po446
-rw-r--r--source/sa-IN/filter/source/config/fragments/filters.po62
-rw-r--r--source/sa-IN/filter/source/config/fragments/types.po47
-rw-r--r--source/sa-IN/forms/messages.po118
-rw-r--r--source/sa-IN/formula/messages.po876
-rw-r--r--source/sa-IN/fpicker/messages.po127
-rw-r--r--source/sa-IN/framework/messages.po60
-rw-r--r--source/sa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po955
-rw-r--r--source/sa-IN/readlicense_oo/docs.po28
-rw-r--r--source/sa-IN/reportdesign/messages.po518
-rw-r--r--source/sa-IN/sc/messages.po9425
-rw-r--r--source/sa-IN/scaddins/messages.po1804
-rw-r--r--source/sa-IN/sccomp/messages.po30
-rw-r--r--source/sa-IN/sd/messages.po2719
-rw-r--r--source/sa-IN/sfx2/messages.po1195
-rw-r--r--source/sa-IN/starmath/messages.po1126
-rw-r--r--source/sa-IN/svl/messages.po377
-rw-r--r--source/sa-IN/svtools/messages.po1882
-rw-r--r--source/sa-IN/svx/messages.po5899
-rw-r--r--source/sa-IN/sw/messages.po7623
-rw-r--r--source/sa-IN/swext/mediawiki/help.po19
-rw-r--r--source/sa-IN/uui/messages.po400
-rw-r--r--source/sa-IN/vcl/messages.po617
-rw-r--r--source/sa-IN/wizards/messages.po532
-rw-r--r--source/sa-IN/writerperfect/messages.po102
-rw-r--r--source/sa-IN/xmlsecurity/messages.po187
-rw-r--r--source/sah/accessibility/messages.po24
-rw-r--r--source/sah/avmedia/messages.po46
-rw-r--r--source/sah/basctl/messages.po312
-rw-r--r--source/sah/basic/messages.po272
-rw-r--r--source/sah/chart2/messages.po1251
-rw-r--r--source/sah/connectivity/messages.po224
-rw-r--r--source/sah/connectivity/registry/mork/org/openoffice/Office/DataAccess.po6
-rw-r--r--source/sah/cui/messages.po4887
-rw-r--r--source/sah/dbaccess/messages.po1646
-rw-r--r--source/sah/desktop/messages.po326
-rw-r--r--source/sah/dictionaries/id.po22
-rw-r--r--source/sah/editeng/messages.po537
-rw-r--r--source/sah/extensions/messages.po1351
-rw-r--r--source/sah/extras/source/gallery/share.po12
-rw-r--r--source/sah/filter/messages.po446
-rw-r--r--source/sah/filter/source/config/fragments/filters.po35
-rw-r--r--source/sah/filter/source/config/fragments/types.po20
-rw-r--r--source/sah/forms/messages.po118
-rw-r--r--source/sah/formula/messages.po876
-rw-r--r--source/sah/fpicker/messages.po127
-rw-r--r--source/sah/framework/messages.po60
-rw-r--r--source/sah/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/sah/officecfg/registry/data/org/openoffice.po6
-rw-r--r--source/sah/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/sah/officecfg/registry/data/org/openoffice/Office/UI.po877
-rw-r--r--source/sah/readlicense_oo/docs.po28
-rw-r--r--source/sah/reportdesign/messages.po518
-rw-r--r--source/sah/sc/messages.po9388
-rw-r--r--source/sah/scaddins/messages.po1804
-rw-r--r--source/sah/sccomp/messages.po30
-rw-r--r--source/sah/sd/messages.po2669
-rw-r--r--source/sah/sfx2/messages.po1195
-rw-r--r--source/sah/starmath/messages.po1108
-rw-r--r--source/sah/svl/messages.po354
-rw-r--r--source/sah/svtools/messages.po1851
-rw-r--r--source/sah/svx/messages.po5854
-rw-r--r--source/sah/sw/messages.po7566
-rw-r--r--source/sah/swext/mediawiki/help.po18
-rw-r--r--source/sah/uui/messages.po383
-rw-r--r--source/sah/vcl/messages.po610
-rw-r--r--source/sah/wizards/messages.po532
-rw-r--r--source/sah/writerperfect/messages.po102
-rw-r--r--source/sah/xmlsecurity/messages.po184
-rw-r--r--source/sat/accessibility/messages.po25
-rw-r--r--source/sat/avmedia/messages.po46
-rw-r--r--source/sat/basctl/messages.po312
-rw-r--r--source/sat/basic/messages.po272
-rw-r--r--source/sat/chart2/messages.po1251
-rw-r--r--source/sat/connectivity/messages.po224
-rw-r--r--source/sat/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/sat/cui/messages.po4911
-rw-r--r--source/sat/dbaccess/messages.po1648
-rw-r--r--source/sat/desktop/messages.po326
-rw-r--r--source/sat/dictionaries/id.po22
-rw-r--r--source/sat/editeng/messages.po538
-rw-r--r--source/sat/extensions/messages.po1358
-rw-r--r--source/sat/extras/source/gallery/share.po18
-rw-r--r--source/sat/filter/messages.po446
-rw-r--r--source/sat/filter/source/config/fragments/filters.po62
-rw-r--r--source/sat/filter/source/config/fragments/types.po47
-rw-r--r--source/sat/forms/messages.po118
-rw-r--r--source/sat/formula/messages.po876
-rw-r--r--source/sat/fpicker/messages.po127
-rw-r--r--source/sat/framework/messages.po60
-rw-r--r--source/sat/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice.po7
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office/UI.po993
-rw-r--r--source/sat/readlicense_oo/docs.po46
-rw-r--r--source/sat/reportdesign/messages.po518
-rw-r--r--source/sat/sc/messages.po9424
-rw-r--r--source/sat/scaddins/messages.po1804
-rw-r--r--source/sat/sccomp/messages.po30
-rw-r--r--source/sat/sd/messages.po2724
-rw-r--r--source/sat/sfx2/messages.po1195
-rw-r--r--source/sat/starmath/messages.po1110
-rw-r--r--source/sat/svl/messages.po374
-rw-r--r--source/sat/svtools/messages.po1882
-rw-r--r--source/sat/svx/messages.po5899
-rw-r--r--source/sat/sw/messages.po7629
-rw-r--r--source/sat/swext/mediawiki/help.po19
-rw-r--r--source/sat/uui/messages.po414
-rw-r--r--source/sat/vcl/messages.po621
-rw-r--r--source/sat/wizards/messages.po532
-rw-r--r--source/sat/writerperfect/messages.po102
-rw-r--r--source/sat/xmlsecurity/messages.po186
-rw-r--r--source/sd/accessibility/messages.po25
-rw-r--r--source/sd/avmedia/messages.po46
-rw-r--r--source/sd/basctl/messages.po312
-rw-r--r--source/sd/basic/messages.po272
-rw-r--r--source/sd/chart2/messages.po1251
-rw-r--r--source/sd/connectivity/messages.po224
-rw-r--r--source/sd/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/sd/cui/messages.po4910
-rw-r--r--source/sd/dbaccess/messages.po1646
-rw-r--r--source/sd/desktop/messages.po326
-rw-r--r--source/sd/dictionaries/id.po22
-rw-r--r--source/sd/editeng/messages.po538
-rw-r--r--source/sd/extensions/messages.po1351
-rw-r--r--source/sd/extras/source/gallery/share.po10
-rw-r--r--source/sd/filter/messages.po446
-rw-r--r--source/sd/filter/source/config/fragments/filters.po62
-rw-r--r--source/sd/filter/source/config/fragments/types.po47
-rw-r--r--source/sd/forms/messages.po118
-rw-r--r--source/sd/formula/messages.po876
-rw-r--r--source/sd/fpicker/messages.po127
-rw-r--r--source/sd/framework/messages.po60
-rw-r--r--source/sd/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice.po7
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office/UI.po963
-rw-r--r--source/sd/readlicense_oo/docs.po28
-rw-r--r--source/sd/reportdesign/messages.po518
-rw-r--r--source/sd/sc/messages.po9418
-rw-r--r--source/sd/scaddins/messages.po1804
-rw-r--r--source/sd/sccomp/messages.po30
-rw-r--r--source/sd/sd/messages.po2720
-rw-r--r--source/sd/sfx2/messages.po1195
-rw-r--r--source/sd/starmath/messages.po1114
-rw-r--r--source/sd/svl/messages.po371
-rw-r--r--source/sd/svtools/messages.po1884
-rw-r--r--source/sd/svx/messages.po5899
-rw-r--r--source/sd/sw/messages.po7617
-rw-r--r--source/sd/swext/mediawiki/help.po19
-rw-r--r--source/sd/uui/messages.po392
-rw-r--r--source/sd/vcl/messages.po615
-rw-r--r--source/sd/wizards/messages.po532
-rw-r--r--source/sd/writerperfect/messages.po102
-rw-r--r--source/sd/xmlsecurity/messages.po187
-rw-r--r--source/si/accessibility/messages.po25
-rw-r--r--source/si/avmedia/messages.po46
-rw-r--r--source/si/basctl/messages.po312
-rw-r--r--source/si/basic/messages.po272
-rw-r--r--source/si/chart2/messages.po1251
-rw-r--r--source/si/connectivity/messages.po224
-rw-r--r--source/si/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/si/cui/messages.po4910
-rw-r--r--source/si/dbaccess/messages.po1646
-rw-r--r--source/si/desktop/messages.po326
-rw-r--r--source/si/dictionaries/id.po22
-rw-r--r--source/si/editeng/messages.po537
-rw-r--r--source/si/extensions/messages.po1351
-rw-r--r--source/si/extras/source/gallery/share.po10
-rw-r--r--source/si/filter/messages.po446
-rw-r--r--source/si/filter/source/config/fragments/filters.po62
-rw-r--r--source/si/filter/source/config/fragments/types.po47
-rw-r--r--source/si/forms/messages.po118
-rw-r--r--source/si/formula/messages.po876
-rw-r--r--source/si/fpicker/messages.po127
-rw-r--r--source/si/framework/messages.po60
-rw-r--r--source/si/helpcontent2/source/auxiliary.po4
-rw-r--r--source/si/helpcontent2/source/text/sbasic/guide.po30
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared.po1818
-rw-r--r--source/si/helpcontent2/source/text/scalc/01.po990
-rw-r--r--source/si/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/si/helpcontent2/source/text/scalc/guide.po66
-rw-r--r--source/si/helpcontent2/source/text/schart.po22
-rw-r--r--source/si/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/si/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/si/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/si/helpcontent2/source/text/shared.po26
-rw-r--r--source/si/helpcontent2/source/text/shared/00.po104
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po1346
-rw-r--r--source/si/helpcontent2/source/text/shared/02.po30
-rw-r--r--source/si/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/si/helpcontent2/source/text/shared/autopi.po164
-rw-r--r--source/si/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/si/helpcontent2/source/text/shared/guide.po116
-rw-r--r--source/si/helpcontent2/source/text/shared/optionen.po152
-rw-r--r--source/si/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/si/helpcontent2/source/text/simpress/01.po310
-rw-r--r--source/si/helpcontent2/source/text/simpress/guide.po32
-rw-r--r--source/si/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/si/helpcontent2/source/text/swriter.po26
-rw-r--r--source/si/helpcontent2/source/text/swriter/01.po452
-rw-r--r--source/si/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/si/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/si/instsetoo_native/inc_openoffice/windows/msi_languages.po42
-rw-r--r--source/si/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office/UI.po953
-rw-r--r--source/si/readlicense_oo/docs.po30
-rw-r--r--source/si/reportdesign/messages.po518
-rw-r--r--source/si/sc/messages.po9422
-rw-r--r--source/si/scaddins/messages.po1804
-rw-r--r--source/si/sccomp/messages.po30
-rw-r--r--source/si/sd/messages.po2722
-rw-r--r--source/si/sfx2/messages.po1195
-rw-r--r--source/si/starmath/messages.po1116
-rw-r--r--source/si/svl/messages.po361
-rw-r--r--source/si/svtools/messages.po1881
-rw-r--r--source/si/svx/messages.po5899
-rw-r--r--source/si/sw/messages.po7617
-rw-r--r--source/si/swext/mediawiki/help.po18
-rw-r--r--source/si/uui/messages.po412
-rw-r--r--source/si/vcl/messages.po617
-rw-r--r--source/si/wizards/messages.po532
-rw-r--r--source/si/writerperfect/messages.po102
-rw-r--r--source/si/xmlsecurity/messages.po187
-rw-r--r--source/sid/accessibility/messages.po25
-rw-r--r--source/sid/avmedia/messages.po46
-rw-r--r--source/sid/basctl/messages.po312
-rw-r--r--source/sid/basic/messages.po272
-rw-r--r--source/sid/chart2/messages.po1251
-rw-r--r--source/sid/connectivity/messages.po224
-rw-r--r--source/sid/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/sid/cui/messages.po4910
-rw-r--r--source/sid/dbaccess/messages.po1648
-rw-r--r--source/sid/desktop/messages.po326
-rw-r--r--source/sid/dictionaries/id.po22
-rw-r--r--source/sid/editeng/messages.po537
-rw-r--r--source/sid/extensions/messages.po1351
-rw-r--r--source/sid/extras/source/gallery/share.po20
-rw-r--r--source/sid/filter/messages.po446
-rw-r--r--source/sid/filter/source/config/fragments/filters.po62
-rw-r--r--source/sid/filter/source/config/fragments/types.po47
-rw-r--r--source/sid/forms/messages.po118
-rw-r--r--source/sid/formula/messages.po876
-rw-r--r--source/sid/fpicker/messages.po127
-rw-r--r--source/sid/framework/messages.po60
-rw-r--r--source/sid/helpcontent2/source/auxiliary.po4
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/guide.po30
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/shared.po1862
-rw-r--r--source/sid/helpcontent2/source/text/scalc/01.po1150
-rw-r--r--source/sid/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/sid/helpcontent2/source/text/scalc/guide.po82
-rw-r--r--source/sid/helpcontent2/source/text/schart.po16
-rw-r--r--source/sid/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/sid/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/sid/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/sid/helpcontent2/source/text/shared.po26
-rw-r--r--source/sid/helpcontent2/source/text/shared/00.po120
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po1356
-rw-r--r--source/sid/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/sid/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/sid/helpcontent2/source/text/shared/autopi.po322
-rw-r--r--source/sid/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/sid/helpcontent2/source/text/shared/guide.po148
-rw-r--r--source/sid/helpcontent2/source/text/shared/optionen.po186
-rw-r--r--source/sid/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/sid/helpcontent2/source/text/simpress/01.po288
-rw-r--r--source/sid/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/sid/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/sid/helpcontent2/source/text/swriter.po26
-rw-r--r--source/sid/helpcontent2/source/text/swriter/01.po540
-rw-r--r--source/sid/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/sid/helpcontent2/source/text/swriter/guide.po50
-rw-r--r--source/sid/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice.po7
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice/Office/UI.po962
-rw-r--r--source/sid/readlicense_oo/docs.po46
-rw-r--r--source/sid/reportdesign/messages.po518
-rw-r--r--source/sid/sc/messages.po9424
-rw-r--r--source/sid/scaddins/messages.po1804
-rw-r--r--source/sid/sccomp/messages.po30
-rw-r--r--source/sid/sd/messages.po2721
-rw-r--r--source/sid/sfx2/messages.po1195
-rw-r--r--source/sid/starmath/messages.po1118
-rw-r--r--source/sid/svl/messages.po354
-rw-r--r--source/sid/svtools/messages.po1879
-rw-r--r--source/sid/svx/messages.po5899
-rw-r--r--source/sid/sw/messages.po7620
-rw-r--r--source/sid/swext/mediawiki/help.po19
-rw-r--r--source/sid/uui/messages.po412
-rw-r--r--source/sid/vcl/messages.po616
-rw-r--r--source/sid/wizards/messages.po532
-rw-r--r--source/sid/writerperfect/messages.po102
-rw-r--r--source/sid/xmlsecurity/messages.po186
-rw-r--r--source/sk/accessibility/messages.po24
-rw-r--r--source/sk/avmedia/messages.po48
-rw-r--r--source/sk/basctl/messages.po312
-rw-r--r--source/sk/basic/messages.po272
-rw-r--r--source/sk/chart2/messages.po1255
-rw-r--r--source/sk/connectivity/messages.po226
-rw-r--r--source/sk/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/sk/cui/messages.po4911
-rw-r--r--source/sk/dbaccess/messages.po1658
-rw-r--r--source/sk/desktop/messages.po326
-rw-r--r--source/sk/dictionaries/id.po25
-rw-r--r--source/sk/editeng/messages.po539
-rw-r--r--source/sk/extensions/messages.po1367
-rw-r--r--source/sk/extras/source/gallery/share.po12
-rw-r--r--source/sk/filter/messages.po446
-rw-r--r--source/sk/filter/source/config/fragments/filters.po65
-rw-r--r--source/sk/filter/source/config/fragments/types.po40
-rw-r--r--source/sk/forms/messages.po118
-rw-r--r--source/sk/formula/messages.po876
-rw-r--r--source/sk/fpicker/messages.po133
-rw-r--r--source/sk/framework/messages.po60
-rw-r--r--source/sk/helpcontent2/source/auxiliary.po6
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/guide.po36
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared.po1846
-rw-r--r--source/sk/helpcontent2/source/text/scalc/01.po1144
-rw-r--r--source/sk/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/sk/helpcontent2/source/text/scalc/guide.po74
-rw-r--r--source/sk/helpcontent2/source/text/schart.po30
-rw-r--r--source/sk/helpcontent2/source/text/schart/00.po4
-rw-r--r--source/sk/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/sk/helpcontent2/source/text/sdraw/guide.po70
-rw-r--r--source/sk/helpcontent2/source/text/shared.po26
-rw-r--r--source/sk/helpcontent2/source/text/shared/00.po106
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po1340
-rw-r--r--source/sk/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/sk/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/sk/helpcontent2/source/text/shared/autopi.po318
-rw-r--r--source/sk/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/sk/helpcontent2/source/text/shared/guide.po124
-rw-r--r--source/sk/helpcontent2/source/text/shared/optionen.po162
-rw-r--r--source/sk/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/sk/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/sk/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/sk/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/sk/helpcontent2/source/text/swriter.po26
-rw-r--r--source/sk/helpcontent2/source/text/swriter/01.po530
-rw-r--r--source/sk/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/sk/helpcontent2/source/text/swriter/guide.po42
-rw-r--r--source/sk/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po985
-rw-r--r--source/sk/readlicense_oo/docs.po56
-rw-r--r--source/sk/reportdesign/messages.po518
-rw-r--r--source/sk/sc/messages.po9431
-rw-r--r--source/sk/scaddins/messages.po1804
-rw-r--r--source/sk/sccomp/messages.po32
-rw-r--r--source/sk/sd/messages.po2716
-rw-r--r--source/sk/sfx2/messages.po1213
-rw-r--r--source/sk/starmath/messages.po1110
-rw-r--r--source/sk/svl/messages.po356
-rw-r--r--source/sk/svtools/messages.po1889
-rw-r--r--source/sk/svx/messages.po6011
-rw-r--r--source/sk/sw/messages.po7627
-rw-r--r--source/sk/swext/mediawiki/help.po20
-rw-r--r--source/sk/uui/messages.po422
-rw-r--r--source/sk/vcl/messages.po616
-rw-r--r--source/sk/wizards/messages.po532
-rw-r--r--source/sk/writerperfect/messages.po106
-rw-r--r--source/sk/xmlsecurity/messages.po192
-rw-r--r--source/sq/accessibility/messages.po26
-rw-r--r--source/sq/avmedia/messages.po48
-rw-r--r--source/sq/basctl/messages.po314
-rw-r--r--source/sq/basic/messages.po274
-rw-r--r--source/sq/chart2/messages.po1253
-rw-r--r--source/sq/connectivity/messages.po224
-rw-r--r--source/sq/connectivity/registry/mork/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/sq/cui/messages.po4911
-rw-r--r--source/sq/dbaccess/messages.po1648
-rw-r--r--source/sq/desktop/messages.po328
-rw-r--r--source/sq/dictionaries/id.po22
-rw-r--r--source/sq/editeng/messages.po537
-rw-r--r--source/sq/extensions/messages.po1363
-rw-r--r--source/sq/extras/source/gallery/share.po14
-rw-r--r--source/sq/filter/messages.po446
-rw-r--r--source/sq/filter/source/config/fragments/filters.po57
-rw-r--r--source/sq/filter/source/config/fragments/types.po40
-rw-r--r--source/sq/forms/messages.po120
-rw-r--r--source/sq/formula/messages.po878
-rw-r--r--source/sq/fpicker/messages.po129
-rw-r--r--source/sq/framework/messages.po62
-rw-r--r--source/sq/helpcontent2/source/auxiliary.po6
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/guide.po32
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared.po1012
-rw-r--r--source/sq/helpcontent2/source/text/scalc/01.po992
-rw-r--r--source/sq/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/sq/helpcontent2/source/text/scalc/guide.po66
-rw-r--r--source/sq/helpcontent2/source/text/schart.po16
-rw-r--r--source/sq/helpcontent2/source/text/schart/00.po4
-rw-r--r--source/sq/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/sq/helpcontent2/source/text/sdraw/guide.po54
-rw-r--r--source/sq/helpcontent2/source/text/shared.po26
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po104
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po1256
-rw-r--r--source/sq/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/sq/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/sq/helpcontent2/source/text/shared/autopi.po170
-rw-r--r--source/sq/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/sq/helpcontent2/source/text/shared/guide.po116
-rw-r--r--source/sq/helpcontent2/source/text/shared/optionen.po164
-rw-r--r--source/sq/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/sq/helpcontent2/source/text/simpress/01.po308
-rw-r--r--source/sq/helpcontent2/source/text/simpress/guide.po26
-rw-r--r--source/sq/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/sq/helpcontent2/source/text/swriter.po24
-rw-r--r--source/sq/helpcontent2/source/text/swriter/01.po460
-rw-r--r--source/sq/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/sq/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/sq/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice.po10
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po955
-rw-r--r--source/sq/readlicense_oo/docs.po42
-rw-r--r--source/sq/reportdesign/messages.po520
-rw-r--r--source/sq/sc/messages.po9414
-rw-r--r--source/sq/scaddins/messages.po1804
-rw-r--r--source/sq/sccomp/messages.po32
-rw-r--r--source/sq/sd/messages.po2722
-rw-r--r--source/sq/sfx2/messages.po1195
-rw-r--r--source/sq/starmath/messages.po1112
-rw-r--r--source/sq/svl/messages.po356
-rw-r--r--source/sq/svtools/messages.po1879
-rw-r--r--source/sq/svx/messages.po5890
-rw-r--r--source/sq/sw/messages.po7622
-rw-r--r--source/sq/swext/mediawiki/help.po18
-rw-r--r--source/sq/uui/messages.po408
-rw-r--r--source/sq/vcl/messages.po614
-rw-r--r--source/sq/wizards/messages.po532
-rw-r--r--source/sq/writerperfect/messages.po104
-rw-r--r--source/sq/xmlsecurity/messages.po187
-rw-r--r--source/ss/accessibility/messages.po24
-rw-r--r--source/ss/avmedia/messages.po46
-rw-r--r--source/ss/basctl/messages.po312
-rw-r--r--source/ss/basic/messages.po272
-rw-r--r--source/ss/chart2/messages.po1251
-rw-r--r--source/ss/connectivity/messages.po224
-rw-r--r--source/ss/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/ss/cui/messages.po4903
-rw-r--r--source/ss/dbaccess/messages.po1646
-rw-r--r--source/ss/desktop/messages.po326
-rw-r--r--source/ss/dictionaries/id.po22
-rw-r--r--source/ss/editeng/messages.po537
-rw-r--r--source/ss/extensions/messages.po1351
-rw-r--r--source/ss/extras/source/gallery/share.po10
-rw-r--r--source/ss/filter/messages.po446
-rw-r--r--source/ss/filter/source/config/fragments/filters.po62
-rw-r--r--source/ss/filter/source/config/fragments/types.po47
-rw-r--r--source/ss/forms/messages.po118
-rw-r--r--source/ss/formula/messages.po876
-rw-r--r--source/ss/fpicker/messages.po127
-rw-r--r--source/ss/framework/messages.po60
-rw-r--r--source/ss/instsetoo_native/inc_openoffice/windows/msi_languages.po40
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office/UI.po966
-rw-r--r--source/ss/readlicense_oo/docs.po28
-rw-r--r--source/ss/reportdesign/messages.po518
-rw-r--r--source/ss/sc/messages.po9400
-rw-r--r--source/ss/scaddins/messages.po1804
-rw-r--r--source/ss/sccomp/messages.po30
-rw-r--r--source/ss/sd/messages.po2712
-rw-r--r--source/ss/sfx2/messages.po1195
-rw-r--r--source/ss/starmath/messages.po1124
-rw-r--r--source/ss/svl/messages.po372
-rw-r--r--source/ss/svtools/messages.po1878
-rw-r--r--source/ss/svx/messages.po5897
-rw-r--r--source/ss/sw/messages.po7613
-rw-r--r--source/ss/swext/mediawiki/help.po19
-rw-r--r--source/ss/uui/messages.po392
-rw-r--r--source/ss/vcl/messages.po615
-rw-r--r--source/ss/wizards/messages.po532
-rw-r--r--source/ss/writerperfect/messages.po102
-rw-r--r--source/ss/xmlsecurity/messages.po187
-rw-r--r--source/st/accessibility/messages.po24
-rw-r--r--source/st/avmedia/messages.po46
-rw-r--r--source/st/basctl/messages.po312
-rw-r--r--source/st/basic/messages.po272
-rw-r--r--source/st/chart2/messages.po1251
-rw-r--r--source/st/connectivity/messages.po224
-rw-r--r--source/st/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/st/cui/messages.po4903
-rw-r--r--source/st/dbaccess/messages.po1646
-rw-r--r--source/st/desktop/messages.po326
-rw-r--r--source/st/dictionaries/id.po22
-rw-r--r--source/st/editeng/messages.po537
-rw-r--r--source/st/extensions/messages.po1351
-rw-r--r--source/st/extras/source/gallery/share.po10
-rw-r--r--source/st/filter/messages.po446
-rw-r--r--source/st/filter/source/config/fragments/filters.po62
-rw-r--r--source/st/filter/source/config/fragments/types.po47
-rw-r--r--source/st/forms/messages.po118
-rw-r--r--source/st/formula/messages.po876
-rw-r--r--source/st/fpicker/messages.po127
-rw-r--r--source/st/framework/messages.po60
-rw-r--r--source/st/instsetoo_native/inc_openoffice/windows/msi_languages.po40
-rw-r--r--source/st/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office/UI.po970
-rw-r--r--source/st/readlicense_oo/docs.po28
-rw-r--r--source/st/reportdesign/messages.po518
-rw-r--r--source/st/sc/messages.po9401
-rw-r--r--source/st/scaddins/messages.po1804
-rw-r--r--source/st/sccomp/messages.po30
-rw-r--r--source/st/sd/messages.po2713
-rw-r--r--source/st/sfx2/messages.po1195
-rw-r--r--source/st/starmath/messages.po1120
-rw-r--r--source/st/svl/messages.po373
-rw-r--r--source/st/svtools/messages.po1880
-rw-r--r--source/st/svx/messages.po5897
-rw-r--r--source/st/sw/messages.po7624
-rw-r--r--source/st/swext/mediawiki/help.po19
-rw-r--r--source/st/uui/messages.po392
-rw-r--r--source/st/vcl/messages.po615
-rw-r--r--source/st/wizards/messages.po532
-rw-r--r--source/st/writerperfect/messages.po102
-rw-r--r--source/st/xmlsecurity/messages.po187
-rw-r--r--source/sv/accessibility/messages.po24
-rw-r--r--source/sv/avmedia/messages.po48
-rw-r--r--source/sv/basctl/messages.po312
-rw-r--r--source/sv/basic/messages.po272
-rw-r--r--source/sv/chart2/messages.po1255
-rw-r--r--source/sv/connectivity/messages.po226
-rw-r--r--source/sv/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/sv/cui/messages.po4963
-rw-r--r--source/sv/dbaccess/messages.po1656
-rw-r--r--source/sv/desktop/messages.po328
-rw-r--r--source/sv/dictionaries/id.po22
-rw-r--r--source/sv/editeng/messages.po539
-rw-r--r--source/sv/extensions/messages.po1412
-rw-r--r--source/sv/extras/source/autocorr/emoji.po58
-rw-r--r--source/sv/extras/source/gallery/share.po18
-rw-r--r--source/sv/filter/messages.po446
-rw-r--r--source/sv/filter/source/config/fragments/filters.po61
-rw-r--r--source/sv/filter/source/config/fragments/types.po40
-rw-r--r--source/sv/forms/messages.po118
-rw-r--r--source/sv/formula/messages.po876
-rw-r--r--source/sv/fpicker/messages.po127
-rw-r--r--source/sv/framework/messages.po60
-rw-r--r--source/sv/helpcontent2/source/auxiliary.po6
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/guide.po50
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared.po1864
-rw-r--r--source/sv/helpcontent2/source/text/scalc/01.po1212
-rw-r--r--source/sv/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/sv/helpcontent2/source/text/scalc/guide.po82
-rw-r--r--source/sv/helpcontent2/source/text/schart.po30
-rw-r--r--source/sv/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/sv/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/sv/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/sv/helpcontent2/source/text/shared.po26
-rw-r--r--source/sv/helpcontent2/source/text/shared/00.po122
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po1532
-rw-r--r--source/sv/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/sv/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/sv/helpcontent2/source/text/shared/autopi.po326
-rw-r--r--source/sv/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po148
-rw-r--r--source/sv/helpcontent2/source/text/shared/optionen.po228
-rw-r--r--source/sv/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/sv/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/sv/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/sv/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/sv/helpcontent2/source/text/swriter.po26
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po542
-rw-r--r--source/sv/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/sv/helpcontent2/source/text/swriter/guide.po50
-rw-r--r--source/sv/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po1019
-rw-r--r--source/sv/readlicense_oo/docs.po52
-rw-r--r--source/sv/reportdesign/messages.po518
-rw-r--r--source/sv/sc/messages.po9438
-rw-r--r--source/sv/scaddins/messages.po1804
-rw-r--r--source/sv/sccomp/messages.po30
-rw-r--r--source/sv/sd/messages.po2732
-rw-r--r--source/sv/sfx2/messages.po1214
-rw-r--r--source/sv/starmath/messages.po1110
-rw-r--r--source/sv/svl/messages.po354
-rw-r--r--source/sv/svtools/messages.po1877
-rw-r--r--source/sv/svx/messages.po5917
-rw-r--r--source/sv/sw/messages.po7719
-rw-r--r--source/sv/swext/mediawiki/help.po20
-rw-r--r--source/sv/uui/messages.po406
-rw-r--r--source/sv/vcl/messages.po612
-rw-r--r--source/sv/wizards/messages.po532
-rw-r--r--source/sv/wizards/source/resources.po25
-rw-r--r--source/sv/writerperfect/messages.po102
-rw-r--r--source/sv/xmlsecurity/messages.po186
-rw-r--r--source/sw-TZ/accessibility/messages.po24
-rw-r--r--source/sw-TZ/avmedia/messages.po46
-rw-r--r--source/sw-TZ/basctl/messages.po312
-rw-r--r--source/sw-TZ/basic/messages.po272
-rw-r--r--source/sw-TZ/chart2/messages.po1251
-rw-r--r--source/sw-TZ/connectivity/messages.po224
-rw-r--r--source/sw-TZ/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/sw-TZ/cui/messages.po4905
-rw-r--r--source/sw-TZ/dbaccess/messages.po1646
-rw-r--r--source/sw-TZ/desktop/messages.po326
-rw-r--r--source/sw-TZ/dictionaries/id.po22
-rw-r--r--source/sw-TZ/editeng/messages.po538
-rw-r--r--source/sw-TZ/extensions/messages.po1351
-rw-r--r--source/sw-TZ/extras/source/gallery/share.po10
-rw-r--r--source/sw-TZ/filter/messages.po446
-rw-r--r--source/sw-TZ/filter/source/config/fragments/filters.po62
-rw-r--r--source/sw-TZ/filter/source/config/fragments/types.po47
-rw-r--r--source/sw-TZ/forms/messages.po118
-rw-r--r--source/sw-TZ/formula/messages.po876
-rw-r--r--source/sw-TZ/fpicker/messages.po127
-rw-r--r--source/sw-TZ/framework/messages.po60
-rw-r--r--source/sw-TZ/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po957
-rw-r--r--source/sw-TZ/readlicense_oo/docs.po28
-rw-r--r--source/sw-TZ/reportdesign/messages.po518
-rw-r--r--source/sw-TZ/sc/messages.po9409
-rw-r--r--source/sw-TZ/scaddins/messages.po1804
-rw-r--r--source/sw-TZ/sccomp/messages.po30
-rw-r--r--source/sw-TZ/sd/messages.po2714
-rw-r--r--source/sw-TZ/sfx2/messages.po1195
-rw-r--r--source/sw-TZ/starmath/messages.po1122
-rw-r--r--source/sw-TZ/svl/messages.po376
-rw-r--r--source/sw-TZ/svtools/messages.po1880
-rw-r--r--source/sw-TZ/svx/messages.po5899
-rw-r--r--source/sw-TZ/sw/messages.po7609
-rw-r--r--source/sw-TZ/swext/mediawiki/help.po18
-rw-r--r--source/sw-TZ/uui/messages.po392
-rw-r--r--source/sw-TZ/vcl/messages.po615
-rw-r--r--source/sw-TZ/wizards/messages.po532
-rw-r--r--source/sw-TZ/writerperfect/messages.po102
-rw-r--r--source/sw-TZ/xmlsecurity/messages.po187
-rw-r--r--source/szl/accessibility/messages.po24
-rw-r--r--source/szl/avmedia/messages.po46
-rw-r--r--source/szl/basctl/messages.po312
-rw-r--r--source/szl/basic/messages.po272
-rw-r--r--source/szl/chart2/messages.po1251
-rw-r--r--source/szl/connectivity/messages.po224
-rw-r--r--source/szl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/szl/cui/messages.po4887
-rw-r--r--source/szl/dbaccess/messages.po1646
-rw-r--r--source/szl/desktop/messages.po326
-rw-r--r--source/szl/dictionaries/id.po22
-rw-r--r--source/szl/editeng/messages.po537
-rw-r--r--source/szl/extensions/messages.po1351
-rw-r--r--source/szl/extras/source/gallery/share.po16
-rw-r--r--source/szl/filter/messages.po446
-rw-r--r--source/szl/filter/source/config/fragments/filters.po35
-rw-r--r--source/szl/filter/source/config/fragments/types.po20
-rw-r--r--source/szl/forms/messages.po118
-rw-r--r--source/szl/formula/messages.po876
-rw-r--r--source/szl/fpicker/messages.po127
-rw-r--r--source/szl/framework/messages.po60
-rw-r--r--source/szl/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/szl/officecfg/registry/data/org/openoffice.po10
-rw-r--r--source/szl/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/szl/officecfg/registry/data/org/openoffice/Office/UI.po877
-rw-r--r--source/szl/readlicense_oo/docs.po28
-rw-r--r--source/szl/reportdesign/messages.po518
-rw-r--r--source/szl/sc/messages.po9388
-rw-r--r--source/szl/scaddins/messages.po1804
-rw-r--r--source/szl/sccomp/messages.po30
-rw-r--r--source/szl/sd/messages.po2668
-rw-r--r--source/szl/sfx2/messages.po1195
-rw-r--r--source/szl/starmath/messages.po1108
-rw-r--r--source/szl/svl/messages.po354
-rw-r--r--source/szl/svtools/messages.po1851
-rw-r--r--source/szl/svx/messages.po5854
-rw-r--r--source/szl/sw/messages.po7562
-rw-r--r--source/szl/swext/mediawiki/help.po22
-rw-r--r--source/szl/uui/messages.po382
-rw-r--r--source/szl/vcl/messages.po610
-rw-r--r--source/szl/wizards/messages.po532
-rw-r--r--source/szl/writerperfect/messages.po102
-rw-r--r--source/szl/xmlsecurity/messages.po184
-rw-r--r--source/ta/accessibility/messages.po25
-rw-r--r--source/ta/avmedia/messages.po46
-rw-r--r--source/ta/basctl/messages.po312
-rw-r--r--source/ta/basic/messages.po272
-rw-r--r--source/ta/chart2/messages.po1251
-rw-r--r--source/ta/connectivity/messages.po224
-rw-r--r--source/ta/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/ta/cui/messages.po4912
-rw-r--r--source/ta/dbaccess/messages.po1654
-rw-r--r--source/ta/desktop/messages.po326
-rw-r--r--source/ta/dictionaries/id.po22
-rw-r--r--source/ta/editeng/messages.po537
-rw-r--r--source/ta/extensions/messages.po1361
-rw-r--r--source/ta/extras/source/gallery/share.po14
-rw-r--r--source/ta/filter/messages.po446
-rw-r--r--source/ta/filter/source/config/fragments/filters.po61
-rw-r--r--source/ta/filter/source/config/fragments/types.po40
-rw-r--r--source/ta/forms/messages.po118
-rw-r--r--source/ta/formula/messages.po876
-rw-r--r--source/ta/fpicker/messages.po127
-rw-r--r--source/ta/framework/messages.po60
-rw-r--r--source/ta/helpcontent2/source/auxiliary.po8
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/guide.po48
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/shared.po1032
-rw-r--r--source/ta/helpcontent2/source/text/scalc/01.po1016
-rw-r--r--source/ta/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/ta/helpcontent2/source/text/scalc/guide.po66
-rw-r--r--source/ta/helpcontent2/source/text/schart.po30
-rw-r--r--source/ta/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/ta/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/ta/helpcontent2/source/text/sdraw/guide.po64
-rw-r--r--source/ta/helpcontent2/source/text/shared.po26
-rw-r--r--source/ta/helpcontent2/source/text/shared/00.po104
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po1406
-rw-r--r--source/ta/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/ta/helpcontent2/source/text/shared/06.po33
-rw-r--r--source/ta/helpcontent2/source/text/shared/autopi.po250
-rw-r--r--source/ta/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/ta/helpcontent2/source/text/shared/guide.po576
-rw-r--r--source/ta/helpcontent2/source/text/shared/optionen.po192
-rw-r--r--source/ta/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/ta/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/ta/helpcontent2/source/text/simpress/guide.po28
-rw-r--r--source/ta/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/ta/helpcontent2/source/text/swriter.po34
-rw-r--r--source/ta/helpcontent2/source/text/swriter/01.po508
-rw-r--r--source/ta/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/ta/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/ta/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice.po10
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office/UI.po970
-rw-r--r--source/ta/readlicense_oo/docs.po52
-rw-r--r--source/ta/reportdesign/messages.po518
-rw-r--r--source/ta/sc/messages.po9425
-rw-r--r--source/ta/scaddins/messages.po1804
-rw-r--r--source/ta/sccomp/messages.po30
-rw-r--r--source/ta/sd/messages.po2724
-rw-r--r--source/ta/sfx2/messages.po1205
-rw-r--r--source/ta/starmath/messages.po1110
-rw-r--r--source/ta/svl/messages.po354
-rw-r--r--source/ta/svtools/messages.po1877
-rw-r--r--source/ta/svx/messages.po5902
-rw-r--r--source/ta/sw/messages.po7623
-rw-r--r--source/ta/swext/mediawiki/help.po19
-rw-r--r--source/ta/uui/messages.po406
-rw-r--r--source/ta/vcl/messages.po612
-rw-r--r--source/ta/wizards/messages.po532
-rw-r--r--source/ta/writerperfect/messages.po102
-rw-r--r--source/ta/xmlsecurity/messages.po186
-rw-r--r--source/te/accessibility/messages.po25
-rw-r--r--source/te/avmedia/messages.po46
-rw-r--r--source/te/basctl/messages.po312
-rw-r--r--source/te/basic/messages.po272
-rw-r--r--source/te/chart2/messages.po1251
-rw-r--r--source/te/connectivity/messages.po224
-rw-r--r--source/te/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/te/cui/messages.po4915
-rw-r--r--source/te/dbaccess/messages.po1648
-rw-r--r--source/te/desktop/messages.po326
-rw-r--r--source/te/dictionaries/id.po22
-rw-r--r--source/te/editeng/messages.po537
-rw-r--r--source/te/extensions/messages.po1351
-rw-r--r--source/te/extras/source/gallery/share.po21
-rw-r--r--source/te/filter/messages.po446
-rw-r--r--source/te/filter/source/config/fragments/filters.po62
-rw-r--r--source/te/filter/source/config/fragments/types.po47
-rw-r--r--source/te/forms/messages.po118
-rw-r--r--source/te/formula/messages.po876
-rw-r--r--source/te/fpicker/messages.po127
-rw-r--r--source/te/framework/messages.po60
-rw-r--r--source/te/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/te/officecfg/registry/data/org/openoffice.po7
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office/UI.po962
-rw-r--r--source/te/readlicense_oo/docs.po46
-rw-r--r--source/te/reportdesign/messages.po518
-rw-r--r--source/te/sc/messages.po9422
-rw-r--r--source/te/scaddins/messages.po1804
-rw-r--r--source/te/sccomp/messages.po30
-rw-r--r--source/te/sd/messages.po2721
-rw-r--r--source/te/sfx2/messages.po1195
-rw-r--r--source/te/starmath/messages.po1124
-rw-r--r--source/te/svl/messages.po360
-rw-r--r--source/te/svtools/messages.po1881
-rw-r--r--source/te/svx/messages.po5899
-rw-r--r--source/te/sw/messages.po7622
-rw-r--r--source/te/swext/mediawiki/help.po19
-rw-r--r--source/te/uui/messages.po412
-rw-r--r--source/te/vcl/messages.po617
-rw-r--r--source/te/wizards/messages.po532
-rw-r--r--source/te/writerperfect/messages.po102
-rw-r--r--source/te/xmlsecurity/messages.po186
-rw-r--r--source/tg/accessibility/messages.po25
-rw-r--r--source/tg/avmedia/messages.po46
-rw-r--r--source/tg/basctl/messages.po312
-rw-r--r--source/tg/basic/messages.po272
-rw-r--r--source/tg/chart2/messages.po1252
-rw-r--r--source/tg/connectivity/messages.po224
-rw-r--r--source/tg/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/tg/cui/messages.po4905
-rw-r--r--source/tg/dbaccess/messages.po1646
-rw-r--r--source/tg/desktop/messages.po326
-rw-r--r--source/tg/dictionaries/id.po22
-rw-r--r--source/tg/editeng/messages.po538
-rw-r--r--source/tg/extensions/messages.po1351
-rw-r--r--source/tg/extras/source/gallery/share.po16
-rw-r--r--source/tg/filter/messages.po446
-rw-r--r--source/tg/filter/source/config/fragments/filters.po62
-rw-r--r--source/tg/filter/source/config/fragments/types.po47
-rw-r--r--source/tg/forms/messages.po118
-rw-r--r--source/tg/formula/messages.po876
-rw-r--r--source/tg/fpicker/messages.po127
-rw-r--r--source/tg/framework/messages.po60
-rw-r--r--source/tg/helpcontent2/source/auxiliary.po6
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/guide.po28
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared.po1012
-rw-r--r--source/tg/helpcontent2/source/text/scalc/01.po1106
-rw-r--r--source/tg/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/tg/helpcontent2/source/text/scalc/guide.po74
-rw-r--r--source/tg/helpcontent2/source/text/schart.po16
-rw-r--r--source/tg/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/tg/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/tg/helpcontent2/source/text/sdraw/guide.po72
-rw-r--r--source/tg/helpcontent2/source/text/shared.po26
-rw-r--r--source/tg/helpcontent2/source/text/shared/00.po108
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po1232
-rw-r--r--source/tg/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/tg/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/tg/helpcontent2/source/text/shared/autopi.po312
-rw-r--r--source/tg/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/tg/helpcontent2/source/text/shared/guide.po116
-rw-r--r--source/tg/helpcontent2/source/text/shared/optionen.po218
-rw-r--r--source/tg/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/tg/helpcontent2/source/text/simpress/01.po312
-rw-r--r--source/tg/helpcontent2/source/text/simpress/guide.po38
-rw-r--r--source/tg/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/tg/helpcontent2/source/text/swriter.po26
-rw-r--r--source/tg/helpcontent2/source/text/swriter/01.po458
-rw-r--r--source/tg/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/tg/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/tg/instsetoo_native/inc_openoffice/windows/msi_languages.po43
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office/UI.po955
-rw-r--r--source/tg/readlicense_oo/docs.po28
-rw-r--r--source/tg/reportdesign/messages.po518
-rw-r--r--source/tg/sc/messages.po9412
-rw-r--r--source/tg/scaddins/messages.po1804
-rw-r--r--source/tg/sccomp/messages.po30
-rw-r--r--source/tg/sd/messages.po2716
-rw-r--r--source/tg/sfx2/messages.po1195
-rw-r--r--source/tg/starmath/messages.po1124
-rw-r--r--source/tg/svl/messages.po376
-rw-r--r--source/tg/svtools/messages.po1880
-rw-r--r--source/tg/svx/messages.po5899
-rw-r--r--source/tg/sw/messages.po7612
-rw-r--r--source/tg/swext/mediawiki/help.po18
-rw-r--r--source/tg/uui/messages.po392
-rw-r--r--source/tg/vcl/messages.po615
-rw-r--r--source/tg/wizards/messages.po532
-rw-r--r--source/tg/writerperfect/messages.po102
-rw-r--r--source/tg/xmlsecurity/messages.po187
-rw-r--r--source/th/accessibility/messages.po25
-rw-r--r--source/th/avmedia/messages.po46
-rw-r--r--source/th/basctl/messages.po312
-rw-r--r--source/th/basic/messages.po272
-rw-r--r--source/th/chart2/messages.po1251
-rw-r--r--source/th/connectivity/messages.po224
-rw-r--r--source/th/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/th/cui/messages.po4906
-rw-r--r--source/th/dbaccess/messages.po1646
-rw-r--r--source/th/desktop/messages.po326
-rw-r--r--source/th/dictionaries/id.po22
-rw-r--r--source/th/editeng/messages.po538
-rw-r--r--source/th/extensions/messages.po1353
-rw-r--r--source/th/extras/source/gallery/share.po14
-rw-r--r--source/th/filter/messages.po446
-rw-r--r--source/th/filter/source/config/fragments/filters.po62
-rw-r--r--source/th/filter/source/config/fragments/types.po47
-rw-r--r--source/th/forms/messages.po118
-rw-r--r--source/th/formula/messages.po876
-rw-r--r--source/th/fpicker/messages.po127
-rw-r--r--source/th/framework/messages.po60
-rw-r--r--source/th/instsetoo_native/inc_openoffice/windows/msi_languages.po47
-rw-r--r--source/th/officecfg/registry/data/org/openoffice.po8
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po961
-rw-r--r--source/th/readlicense_oo/docs.po46
-rw-r--r--source/th/reportdesign/messages.po518
-rw-r--r--source/th/sc/messages.po9417
-rw-r--r--source/th/scaddins/messages.po1804
-rw-r--r--source/th/sccomp/messages.po30
-rw-r--r--source/th/sd/messages.po2721
-rw-r--r--source/th/sfx2/messages.po1195
-rw-r--r--source/th/starmath/messages.po1114
-rw-r--r--source/th/svl/messages.po360
-rw-r--r--source/th/svtools/messages.po1881
-rw-r--r--source/th/svx/messages.po5899
-rw-r--r--source/th/sw/messages.po7617
-rw-r--r--source/th/swext/mediawiki/help.po19
-rw-r--r--source/th/uui/messages.po411
-rw-r--r--source/th/vcl/messages.po616
-rw-r--r--source/th/wizards/messages.po532
-rw-r--r--source/th/writerperfect/messages.po102
-rw-r--r--source/th/xmlsecurity/messages.po187
-rw-r--r--source/ti/accessibility/messages.po24
-rw-r--r--source/ti/avmedia/messages.po46
-rw-r--r--source/ti/basctl/messages.po312
-rw-r--r--source/ti/basic/messages.po272
-rw-r--r--source/ti/chart2/messages.po1251
-rw-r--r--source/ti/connectivity/messages.po224
-rw-r--r--source/ti/connectivity/registry/mork/org/openoffice/Office/DataAccess.po12
-rw-r--r--source/ti/cui/messages.po4889
-rw-r--r--source/ti/dbaccess/messages.po1646
-rw-r--r--source/ti/desktop/messages.po326
-rw-r--r--source/ti/dictionaries/id.po22
-rw-r--r--source/ti/editeng/messages.po537
-rw-r--r--source/ti/extensions/messages.po1351
-rw-r--r--source/ti/extras/source/gallery/share.po18
-rw-r--r--source/ti/filter/messages.po446
-rw-r--r--source/ti/filter/source/config/fragments/filters.po35
-rw-r--r--source/ti/filter/source/config/fragments/types.po20
-rw-r--r--source/ti/forms/messages.po118
-rw-r--r--source/ti/formula/messages.po876
-rw-r--r--source/ti/fpicker/messages.po127
-rw-r--r--source/ti/framework/messages.po60
-rw-r--r--source/ti/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/ti/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/ti/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/ti/officecfg/registry/data/org/openoffice/Office/UI.po881
-rw-r--r--source/ti/readlicense_oo/docs.po28
-rw-r--r--source/ti/reportdesign/messages.po518
-rw-r--r--source/ti/sc/messages.po9390
-rw-r--r--source/ti/scaddins/messages.po1804
-rw-r--r--source/ti/sccomp/messages.po30
-rw-r--r--source/ti/sd/messages.po2671
-rw-r--r--source/ti/sfx2/messages.po1195
-rw-r--r--source/ti/starmath/messages.po1108
-rw-r--r--source/ti/svl/messages.po354
-rw-r--r--source/ti/svtools/messages.po1853
-rw-r--r--source/ti/svx/messages.po5860
-rw-r--r--source/ti/sw/messages.po7568
-rw-r--r--source/ti/swext/mediawiki/help.po18
-rw-r--r--source/ti/uui/messages.po383
-rw-r--r--source/ti/vcl/messages.po612
-rw-r--r--source/ti/wizards/messages.po532
-rw-r--r--source/ti/writerperfect/messages.po102
-rw-r--r--source/ti/xmlsecurity/messages.po184
-rw-r--r--source/tn/accessibility/messages.po24
-rw-r--r--source/tn/avmedia/messages.po46
-rw-r--r--source/tn/basctl/messages.po312
-rw-r--r--source/tn/basic/messages.po272
-rw-r--r--source/tn/chart2/messages.po1251
-rw-r--r--source/tn/connectivity/messages.po224
-rw-r--r--source/tn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/tn/cui/messages.po4903
-rw-r--r--source/tn/dbaccess/messages.po1646
-rw-r--r--source/tn/desktop/messages.po326
-rw-r--r--source/tn/dictionaries/id.po22
-rw-r--r--source/tn/editeng/messages.po537
-rw-r--r--source/tn/extensions/messages.po1351
-rw-r--r--source/tn/extras/source/gallery/share.po10
-rw-r--r--source/tn/filter/messages.po446
-rw-r--r--source/tn/filter/source/config/fragments/filters.po62
-rw-r--r--source/tn/filter/source/config/fragments/types.po26
-rw-r--r--source/tn/forms/messages.po118
-rw-r--r--source/tn/formula/messages.po876
-rw-r--r--source/tn/fpicker/messages.po127
-rw-r--r--source/tn/framework/messages.po60
-rw-r--r--source/tn/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office/UI.po956
-rw-r--r--source/tn/readlicense_oo/docs.po28
-rw-r--r--source/tn/reportdesign/messages.po518
-rw-r--r--source/tn/sc/messages.po9405
-rw-r--r--source/tn/scaddins/messages.po1804
-rw-r--r--source/tn/sccomp/messages.po30
-rw-r--r--source/tn/sd/messages.po2710
-rw-r--r--source/tn/sfx2/messages.po1195
-rw-r--r--source/tn/starmath/messages.po1124
-rw-r--r--source/tn/svl/messages.po370
-rw-r--r--source/tn/svtools/messages.po1881
-rw-r--r--source/tn/svx/messages.po5897
-rw-r--r--source/tn/sw/messages.po7612
-rw-r--r--source/tn/swext/mediawiki/help.po18
-rw-r--r--source/tn/uui/messages.po384
-rw-r--r--source/tn/vcl/messages.po615
-rw-r--r--source/tn/wizards/messages.po532
-rw-r--r--source/tn/writerperfect/messages.po102
-rw-r--r--source/tn/xmlsecurity/messages.po184
-rw-r--r--source/tr/accessibility/messages.po24
-rw-r--r--source/tr/avmedia/messages.po48
-rw-r--r--source/tr/basctl/messages.po341
-rw-r--r--source/tr/basic/messages.po272
-rw-r--r--source/tr/chart2/messages.po1255
-rw-r--r--source/tr/connectivity/messages.po226
-rw-r--r--source/tr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/tr/cui/messages.po4911
-rw-r--r--source/tr/dbaccess/messages.po1660
-rw-r--r--source/tr/desktop/messages.po337
-rw-r--r--source/tr/dictionaries/id.po25
-rw-r--r--source/tr/editeng/messages.po539
-rw-r--r--source/tr/extensions/messages.po1369
-rw-r--r--source/tr/extras/source/gallery/share.po20
-rw-r--r--source/tr/filter/messages.po446
-rw-r--r--source/tr/filter/source/config/fragments/filters.po63
-rw-r--r--source/tr/filter/source/config/fragments/types.po42
-rw-r--r--source/tr/forms/messages.po118
-rw-r--r--source/tr/formula/messages.po888
-rw-r--r--source/tr/fpicker/messages.po133
-rw-r--r--source/tr/framework/messages.po60
-rw-r--r--source/tr/helpcontent2/source/auxiliary.po12
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/guide.po44
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared.po2192
-rw-r--r--source/tr/helpcontent2/source/text/scalc/01.po1808
-rw-r--r--source/tr/helpcontent2/source/text/scalc/05.po8
-rw-r--r--source/tr/helpcontent2/source/text/scalc/06.po41
-rw-r--r--source/tr/helpcontent2/source/text/scalc/guide.po128
-rw-r--r--source/tr/helpcontent2/source/text/schart.po36
-rw-r--r--source/tr/helpcontent2/source/text/schart/00.po10
-rw-r--r--source/tr/helpcontent2/source/text/schart/01.po56
-rw-r--r--source/tr/helpcontent2/source/text/sdraw/guide.po78
-rw-r--r--source/tr/helpcontent2/source/text/shared.po26
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po128
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po1858
-rw-r--r--source/tr/helpcontent2/source/text/shared/02.po108
-rw-r--r--source/tr/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/tr/helpcontent2/source/text/shared/05.po10
-rw-r--r--source/tr/helpcontent2/source/text/shared/06.po33
-rw-r--r--source/tr/helpcontent2/source/text/shared/autopi.po412
-rw-r--r--source/tr/helpcontent2/source/text/shared/explorer/database.po50
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po234
-rw-r--r--source/tr/helpcontent2/source/text/shared/optionen.po316
-rw-r--r--source/tr/helpcontent2/source/text/simpress/00.po12
-rw-r--r--source/tr/helpcontent2/source/text/simpress/01.po352
-rw-r--r--source/tr/helpcontent2/source/text/simpress/04.po44
-rw-r--r--source/tr/helpcontent2/source/text/simpress/guide.po132
-rw-r--r--source/tr/helpcontent2/source/text/smath/01.po172
-rw-r--r--source/tr/helpcontent2/source/text/swriter.po30
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po550
-rw-r--r--source/tr/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/tr/helpcontent2/source/text/swriter/guide.po60
-rw-r--r--source/tr/instsetoo_native/inc_openoffice/windows/msi_languages.po50
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po983
-rw-r--r--source/tr/readlicense_oo/docs.po58
-rw-r--r--source/tr/reportdesign/messages.po518
-rw-r--r--source/tr/sc/messages.po9425
-rw-r--r--source/tr/scaddins/messages.po1804
-rw-r--r--source/tr/sccomp/messages.po32
-rw-r--r--source/tr/sd/messages.po2706
-rw-r--r--source/tr/sfx2/messages.po1227
-rw-r--r--source/tr/starmath/messages.po1119
-rw-r--r--source/tr/svl/messages.po356
-rw-r--r--source/tr/svtools/messages.po1889
-rw-r--r--source/tr/svx/messages.po5928
-rw-r--r--source/tr/sw/messages.po7627
-rw-r--r--source/tr/swext/mediawiki/help.po20
-rw-r--r--source/tr/uui/messages.po418
-rw-r--r--source/tr/vcl/messages.po616
-rw-r--r--source/tr/wizards/messages.po532
-rw-r--r--source/tr/writerperfect/messages.po106
-rw-r--r--source/tr/xmlsecurity/messages.po192
-rw-r--r--source/ts/accessibility/messages.po24
-rw-r--r--source/ts/avmedia/messages.po46
-rw-r--r--source/ts/basctl/messages.po312
-rw-r--r--source/ts/basic/messages.po272
-rw-r--r--source/ts/chart2/messages.po1251
-rw-r--r--source/ts/connectivity/messages.po224
-rw-r--r--source/ts/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/ts/cui/messages.po4902
-rw-r--r--source/ts/dbaccess/messages.po1646
-rw-r--r--source/ts/desktop/messages.po326
-rw-r--r--source/ts/dictionaries/id.po22
-rw-r--r--source/ts/editeng/messages.po537
-rw-r--r--source/ts/extensions/messages.po1351
-rw-r--r--source/ts/extras/source/gallery/share.po10
-rw-r--r--source/ts/filter/messages.po446
-rw-r--r--source/ts/filter/source/config/fragments/filters.po62
-rw-r--r--source/ts/filter/source/config/fragments/types.po47
-rw-r--r--source/ts/forms/messages.po118
-rw-r--r--source/ts/formula/messages.po876
-rw-r--r--source/ts/fpicker/messages.po127
-rw-r--r--source/ts/framework/messages.po60
-rw-r--r--source/ts/instsetoo_native/inc_openoffice/windows/msi_languages.po40
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office/UI.po969
-rw-r--r--source/ts/readlicense_oo/docs.po28
-rw-r--r--source/ts/reportdesign/messages.po518
-rw-r--r--source/ts/sc/messages.po9401
-rw-r--r--source/ts/scaddins/messages.po1804
-rw-r--r--source/ts/sccomp/messages.po30
-rw-r--r--source/ts/sd/messages.po2714
-rw-r--r--source/ts/sfx2/messages.po1195
-rw-r--r--source/ts/starmath/messages.po1124
-rw-r--r--source/ts/svl/messages.po374
-rw-r--r--source/ts/svtools/messages.po1880
-rw-r--r--source/ts/svx/messages.po5897
-rw-r--r--source/ts/sw/messages.po7623
-rw-r--r--source/ts/swext/mediawiki/help.po19
-rw-r--r--source/ts/uui/messages.po392
-rw-r--r--source/ts/vcl/messages.po615
-rw-r--r--source/ts/wizards/messages.po532
-rw-r--r--source/ts/writerperfect/messages.po102
-rw-r--r--source/ts/xmlsecurity/messages.po187
-rw-r--r--source/tt/accessibility/messages.po24
-rw-r--r--source/tt/avmedia/messages.po46
-rw-r--r--source/tt/basctl/messages.po312
-rw-r--r--source/tt/basic/messages.po272
-rw-r--r--source/tt/chart2/messages.po1251
-rw-r--r--source/tt/connectivity/messages.po224
-rw-r--r--source/tt/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/tt/cui/messages.po4902
-rw-r--r--source/tt/dbaccess/messages.po1646
-rw-r--r--source/tt/desktop/messages.po326
-rw-r--r--source/tt/dictionaries/id.po22
-rw-r--r--source/tt/editeng/messages.po537
-rw-r--r--source/tt/extensions/messages.po1351
-rw-r--r--source/tt/extras/source/gallery/share.po20
-rw-r--r--source/tt/filter/messages.po446
-rw-r--r--source/tt/filter/source/config/fragments/filters.po62
-rw-r--r--source/tt/filter/source/config/fragments/types.po20
-rw-r--r--source/tt/forms/messages.po118
-rw-r--r--source/tt/formula/messages.po876
-rw-r--r--source/tt/fpicker/messages.po127
-rw-r--r--source/tt/framework/messages.po60
-rw-r--r--source/tt/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice/Office/UI.po924
-rw-r--r--source/tt/readlicense_oo/docs.po28
-rw-r--r--source/tt/reportdesign/messages.po518
-rw-r--r--source/tt/sc/messages.po9403
-rw-r--r--source/tt/scaddins/messages.po1804
-rw-r--r--source/tt/sccomp/messages.po30
-rw-r--r--source/tt/sd/messages.po2702
-rw-r--r--source/tt/sfx2/messages.po1195
-rw-r--r--source/tt/starmath/messages.po1116
-rw-r--r--source/tt/svl/messages.po357
-rw-r--r--source/tt/svtools/messages.po1859
-rw-r--r--source/tt/svx/messages.po5874
-rw-r--r--source/tt/sw/messages.po7590
-rw-r--r--source/tt/swext/mediawiki/help.po18
-rw-r--r--source/tt/uui/messages.po391
-rw-r--r--source/tt/vcl/messages.po615
-rw-r--r--source/tt/wizards/messages.po532
-rw-r--r--source/tt/writerperfect/messages.po102
-rw-r--r--source/tt/xmlsecurity/messages.po187
-rw-r--r--source/ug/accessibility/messages.po26
-rw-r--r--source/ug/avmedia/messages.po46
-rw-r--r--source/ug/basctl/messages.po314
-rw-r--r--source/ug/basic/messages.po272
-rw-r--r--source/ug/chart2/messages.po1251
-rw-r--r--source/ug/connectivity/messages.po224
-rw-r--r--source/ug/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/ug/cui/messages.po4913
-rw-r--r--source/ug/dbaccess/messages.po1648
-rw-r--r--source/ug/desktop/messages.po328
-rw-r--r--source/ug/dictionaries/id.po22
-rw-r--r--source/ug/editeng/messages.po539
-rw-r--r--source/ug/extensions/messages.po1351
-rw-r--r--source/ug/extras/source/gallery/share.po18
-rw-r--r--source/ug/filter/messages.po446
-rw-r--r--source/ug/filter/source/config/fragments/filters.po62
-rw-r--r--source/ug/filter/source/config/fragments/types.po47
-rw-r--r--source/ug/forms/messages.po120
-rw-r--r--source/ug/formula/messages.po878
-rw-r--r--source/ug/fpicker/messages.po127
-rw-r--r--source/ug/framework/messages.po62
-rw-r--r--source/ug/helpcontent2/source/auxiliary.po4
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/guide.po30
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared.po1012
-rw-r--r--source/ug/helpcontent2/source/text/scalc/01.po992
-rw-r--r--source/ug/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/ug/helpcontent2/source/text/scalc/guide.po68
-rw-r--r--source/ug/helpcontent2/source/text/schart.po16
-rw-r--r--source/ug/helpcontent2/source/text/schart/00.po4
-rw-r--r--source/ug/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/ug/helpcontent2/source/text/sdraw/guide.po54
-rw-r--r--source/ug/helpcontent2/source/text/shared.po26
-rw-r--r--source/ug/helpcontent2/source/text/shared/00.po104
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po1256
-rw-r--r--source/ug/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/ug/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/ug/helpcontent2/source/text/shared/autopi.po168
-rw-r--r--source/ug/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/ug/helpcontent2/source/text/shared/guide.po116
-rw-r--r--source/ug/helpcontent2/source/text/shared/optionen.po162
-rw-r--r--source/ug/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/ug/helpcontent2/source/text/simpress/01.po312
-rw-r--r--source/ug/helpcontent2/source/text/simpress/guide.po26
-rw-r--r--source/ug/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/ug/helpcontent2/source/text/swriter.po26
-rw-r--r--source/ug/helpcontent2/source/text/swriter/01.po456
-rw-r--r--source/ug/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/ug/helpcontent2/source/text/swriter/guide.po34
-rw-r--r--source/ug/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office/UI.po970
-rw-r--r--source/ug/readlicense_oo/docs.po56
-rw-r--r--source/ug/reportdesign/messages.po518
-rw-r--r--source/ug/sc/messages.po9425
-rw-r--r--source/ug/scaddins/messages.po1804
-rw-r--r--source/ug/sccomp/messages.po30
-rw-r--r--source/ug/sd/messages.po2719
-rw-r--r--source/ug/sfx2/messages.po1195
-rw-r--r--source/ug/starmath/messages.po1120
-rw-r--r--source/ug/svl/messages.po356
-rw-r--r--source/ug/svtools/messages.po1877
-rw-r--r--source/ug/svx/messages.po5902
-rw-r--r--source/ug/sw/messages.po7616
-rw-r--r--source/ug/swext/mediawiki/help.po19
-rw-r--r--source/ug/uui/messages.po410
-rw-r--r--source/ug/vcl/messages.po612
-rw-r--r--source/ug/wizards/messages.po532
-rw-r--r--source/ug/writerperfect/messages.po102
-rw-r--r--source/ug/xmlsecurity/messages.po186
-rw-r--r--source/uk/accessibility/messages.po24
-rw-r--r--source/uk/avmedia/messages.po48
-rw-r--r--source/uk/basctl/messages.po312
-rw-r--r--source/uk/basic/messages.po272
-rw-r--r--source/uk/chart2/messages.po1271
-rw-r--r--source/uk/connectivity/messages.po226
-rw-r--r--source/uk/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/uk/cui/messages.po4927
-rw-r--r--source/uk/dbaccess/messages.po1662
-rw-r--r--source/uk/desktop/messages.po326
-rw-r--r--source/uk/dictionaries/id.po25
-rw-r--r--source/uk/editeng/messages.po539
-rw-r--r--source/uk/extensions/messages.po1377
-rw-r--r--source/uk/extras/source/autocorr/emoji.po8
-rw-r--r--source/uk/extras/source/gallery/share.po16
-rw-r--r--source/uk/filter/messages.po455
-rw-r--r--source/uk/filter/source/config/fragments/filters.po65
-rw-r--r--source/uk/filter/source/config/fragments/types.po40
-rw-r--r--source/uk/forms/messages.po127
-rw-r--r--source/uk/formula/messages.po886
-rw-r--r--source/uk/fpicker/messages.po131
-rw-r--r--source/uk/framework/messages.po71
-rw-r--r--source/uk/helpcontent2/source/auxiliary.po10
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/guide.po58
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared.po2118
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared/01.po8
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po1272
-rw-r--r--source/uk/helpcontent2/source/text/scalc/02.po6
-rw-r--r--source/uk/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/uk/helpcontent2/source/text/scalc/guide.po130
-rw-r--r--source/uk/helpcontent2/source/text/schart.po34
-rw-r--r--source/uk/helpcontent2/source/text/schart/00.po10
-rw-r--r--source/uk/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/uk/helpcontent2/source/text/sdraw/guide.po82
-rw-r--r--source/uk/helpcontent2/source/text/shared.po26
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po128
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po3116
-rw-r--r--source/uk/helpcontent2/source/text/shared/02.po90
-rw-r--r--source/uk/helpcontent2/source/text/shared/06.po33
-rw-r--r--source/uk/helpcontent2/source/text/shared/autopi.po328
-rw-r--r--source/uk/helpcontent2/source/text/shared/explorer/database.po26
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po322
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po308
-rw-r--r--source/uk/helpcontent2/source/text/simpress/00.po20
-rw-r--r--source/uk/helpcontent2/source/text/simpress/01.po358
-rw-r--r--source/uk/helpcontent2/source/text/simpress/guide.po264
-rw-r--r--source/uk/helpcontent2/source/text/smath/01.po20
-rw-r--r--source/uk/helpcontent2/source/text/swriter.po30
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po546
-rw-r--r--source/uk/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/uk/helpcontent2/source/text/swriter/guide.po54
-rw-r--r--source/uk/instsetoo_native/inc_openoffice/windows/msi_languages.po50
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po1015
-rw-r--r--source/uk/readlicense_oo/docs.po58
-rw-r--r--source/uk/reportdesign/messages.po524
-rw-r--r--source/uk/sc/messages.po9443
-rw-r--r--source/uk/scaddins/messages.po1804
-rw-r--r--source/uk/sccomp/messages.po32
-rw-r--r--source/uk/sd/messages.po2728
-rw-r--r--source/uk/sfx2/messages.po1217
-rw-r--r--source/uk/starmath/messages.po1110
-rw-r--r--source/uk/svl/messages.po356
-rw-r--r--source/uk/svtools/messages.po1893
-rw-r--r--source/uk/svx/messages.po5914
-rw-r--r--source/uk/sw/messages.po7641
-rw-r--r--source/uk/swext/mediawiki/help.po20
-rw-r--r--source/uk/uui/messages.po418
-rw-r--r--source/uk/vcl/messages.po616
-rw-r--r--source/uk/wizards/messages.po532
-rw-r--r--source/uk/wizards/source/resources.po6
-rw-r--r--source/uk/writerperfect/messages.po106
-rw-r--r--source/uk/xmlsecurity/messages.po192
-rw-r--r--source/ur/accessibility/messages.po24
-rw-r--r--source/ur/avmedia/messages.po46
-rw-r--r--source/ur/basctl/messages.po312
-rw-r--r--source/ur/basic/messages.po272
-rw-r--r--source/ur/chart2/messages.po1251
-rw-r--r--source/ur/connectivity/messages.po224
-rw-r--r--source/ur/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/ur/cui/messages.po4892
-rw-r--r--source/ur/dbaccess/messages.po1646
-rw-r--r--source/ur/desktop/messages.po326
-rw-r--r--source/ur/dictionaries/id.po22
-rw-r--r--source/ur/editeng/messages.po537
-rw-r--r--source/ur/extensions/messages.po1351
-rw-r--r--source/ur/extras/source/gallery/share.po20
-rw-r--r--source/ur/filter/messages.po446
-rw-r--r--source/ur/filter/source/config/fragments/filters.po35
-rw-r--r--source/ur/filter/source/config/fragments/types.po20
-rw-r--r--source/ur/forms/messages.po118
-rw-r--r--source/ur/formula/messages.po876
-rw-r--r--source/ur/fpicker/messages.po127
-rw-r--r--source/ur/framework/messages.po60
-rw-r--r--source/ur/instsetoo_native/inc_openoffice/windows/msi_languages.po38
-rw-r--r--source/ur/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/ur/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/ur/officecfg/registry/data/org/openoffice/Office/UI.po883
-rw-r--r--source/ur/readlicense_oo/docs.po28
-rw-r--r--source/ur/reportdesign/messages.po518
-rw-r--r--source/ur/sc/messages.po9390
-rw-r--r--source/ur/scaddins/messages.po1804
-rw-r--r--source/ur/sccomp/messages.po30
-rw-r--r--source/ur/sd/messages.po2676
-rw-r--r--source/ur/sfx2/messages.po1195
-rw-r--r--source/ur/starmath/messages.po1108
-rw-r--r--source/ur/svl/messages.po354
-rw-r--r--source/ur/svtools/messages.po1853
-rw-r--r--source/ur/svx/messages.po5856
-rw-r--r--source/ur/sw/messages.po7568
-rw-r--r--source/ur/swext/mediawiki/help.po18
-rw-r--r--source/ur/uui/messages.po384
-rw-r--r--source/ur/vcl/messages.po610
-rw-r--r--source/ur/wizards/messages.po532
-rw-r--r--source/ur/writerperfect/messages.po102
-rw-r--r--source/ur/xmlsecurity/messages.po184
-rw-r--r--source/uz/accessibility/messages.po24
-rw-r--r--source/uz/avmedia/messages.po46
-rw-r--r--source/uz/basctl/messages.po312
-rw-r--r--source/uz/basic/messages.po272
-rw-r--r--source/uz/chart2/messages.po1251
-rw-r--r--source/uz/connectivity/messages.po224
-rw-r--r--source/uz/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/uz/cui/messages.po4919
-rw-r--r--source/uz/dbaccess/messages.po1646
-rw-r--r--source/uz/desktop/messages.po326
-rw-r--r--source/uz/dictionaries/id.po22
-rw-r--r--source/uz/editeng/messages.po538
-rw-r--r--source/uz/extensions/messages.po1353
-rw-r--r--source/uz/extras/source/gallery/share.po10
-rw-r--r--source/uz/filter/messages.po446
-rw-r--r--source/uz/filter/source/config/fragments/filters.po62
-rw-r--r--source/uz/filter/source/config/fragments/types.po47
-rw-r--r--source/uz/forms/messages.po118
-rw-r--r--source/uz/formula/messages.po876
-rw-r--r--source/uz/fpicker/messages.po127
-rw-r--r--source/uz/framework/messages.po60
-rw-r--r--source/uz/instsetoo_native/inc_openoffice/windows/msi_languages.po40
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office/UI.po955
-rw-r--r--source/uz/readlicense_oo/docs.po28
-rw-r--r--source/uz/reportdesign/messages.po518
-rw-r--r--source/uz/sc/messages.po9415
-rw-r--r--source/uz/scaddins/messages.po1804
-rw-r--r--source/uz/sccomp/messages.po30
-rw-r--r--source/uz/sd/messages.po2715
-rw-r--r--source/uz/sfx2/messages.po1195
-rw-r--r--source/uz/starmath/messages.po1124
-rw-r--r--source/uz/svl/messages.po377
-rw-r--r--source/uz/svtools/messages.po1878
-rw-r--r--source/uz/svx/messages.po5895
-rw-r--r--source/uz/sw/messages.po7610
-rw-r--r--source/uz/swext/mediawiki/help.po18
-rw-r--r--source/uz/uui/messages.po408
-rw-r--r--source/uz/vcl/messages.po615
-rw-r--r--source/uz/wizards/messages.po532
-rw-r--r--source/uz/writerperfect/messages.po102
-rw-r--r--source/uz/xmlsecurity/messages.po187
-rw-r--r--source/ve/accessibility/messages.po24
-rw-r--r--source/ve/avmedia/messages.po46
-rw-r--r--source/ve/basctl/messages.po312
-rw-r--r--source/ve/basic/messages.po272
-rw-r--r--source/ve/chart2/messages.po1251
-rw-r--r--source/ve/connectivity/messages.po224
-rw-r--r--source/ve/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/ve/cui/messages.po4902
-rw-r--r--source/ve/dbaccess/messages.po1646
-rw-r--r--source/ve/desktop/messages.po326
-rw-r--r--source/ve/dictionaries/id.po22
-rw-r--r--source/ve/editeng/messages.po537
-rw-r--r--source/ve/extensions/messages.po1351
-rw-r--r--source/ve/extras/source/gallery/share.po10
-rw-r--r--source/ve/filter/messages.po446
-rw-r--r--source/ve/filter/source/config/fragments/filters.po62
-rw-r--r--source/ve/filter/source/config/fragments/types.po47
-rw-r--r--source/ve/forms/messages.po118
-rw-r--r--source/ve/formula/messages.po876
-rw-r--r--source/ve/fpicker/messages.po127
-rw-r--r--source/ve/framework/messages.po60
-rw-r--r--source/ve/instsetoo_native/inc_openoffice/windows/msi_languages.po40
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office/UI.po970
-rw-r--r--source/ve/readlicense_oo/docs.po28
-rw-r--r--source/ve/reportdesign/messages.po518
-rw-r--r--source/ve/sc/messages.po9400
-rw-r--r--source/ve/scaddins/messages.po1804
-rw-r--r--source/ve/sccomp/messages.po30
-rw-r--r--source/ve/sd/messages.po2713
-rw-r--r--source/ve/sfx2/messages.po1195
-rw-r--r--source/ve/starmath/messages.po1124
-rw-r--r--source/ve/svl/messages.po380
-rw-r--r--source/ve/svtools/messages.po1880
-rw-r--r--source/ve/svx/messages.po5897
-rw-r--r--source/ve/sw/messages.po7622
-rw-r--r--source/ve/swext/mediawiki/help.po19
-rw-r--r--source/ve/uui/messages.po392
-rw-r--r--source/ve/vcl/messages.po615
-rw-r--r--source/ve/wizards/messages.po532
-rw-r--r--source/ve/writerperfect/messages.po102
-rw-r--r--source/ve/xmlsecurity/messages.po187
-rw-r--r--source/vec/accessibility/messages.po26
-rw-r--r--source/vec/avmedia/messages.po48
-rw-r--r--source/vec/basctl/messages.po348
-rw-r--r--source/vec/basic/messages.po282
-rw-r--r--source/vec/chart2/messages.po1265
-rw-r--r--source/vec/connectivity/messages.po226
-rw-r--r--source/vec/connectivity/registry/mork/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/vec/cui/messages.po5029
-rw-r--r--source/vec/dbaccess/messages.po1704
-rw-r--r--source/vec/desktop/messages.po354
-rw-r--r--source/vec/dictionaries/id.po25
-rw-r--r--source/vec/editeng/messages.po547
-rw-r--r--source/vec/extensions/messages.po1413
-rw-r--r--source/vec/extras/source/autocorr/emoji.po8
-rw-r--r--source/vec/extras/source/gallery/share.po16
-rw-r--r--source/vec/filter/messages.po466
-rw-r--r--source/vec/filter/source/config/fragments/filters.po77
-rw-r--r--source/vec/filter/source/config/fragments/types.po50
-rw-r--r--source/vec/forms/messages.po120
-rw-r--r--source/vec/formula/messages.po878
-rw-r--r--source/vec/fpicker/messages.po135
-rw-r--r--source/vec/framework/messages.po76
-rw-r--r--source/vec/instsetoo_native/inc_openoffice/windows/msi_languages.po124
-rw-r--r--source/vec/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po10
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office.po74
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office/UI.po1129
-rw-r--r--source/vec/readlicense_oo/docs.po84
-rw-r--r--source/vec/reportdesign/messages.po534
-rw-r--r--source/vec/sc/messages.po9539
-rw-r--r--source/vec/scaddins/messages.po1812
-rw-r--r--source/vec/sccomp/messages.po38
-rw-r--r--source/vec/scp2/source/base.po10
-rw-r--r--source/vec/scp2/source/calc.po10
-rw-r--r--source/vec/scp2/source/ooo.po8
-rw-r--r--source/vec/scp2/source/writer.po12
-rw-r--r--source/vec/sd/messages.po2802
-rw-r--r--source/vec/setup_native/source/mac.po10
-rw-r--r--source/vec/sfx2/messages.po1260
-rw-r--r--source/vec/starmath/messages.po1128
-rw-r--r--source/vec/svl/messages.po356
-rw-r--r--source/vec/svtools/messages.po1927
-rw-r--r--source/vec/svx/messages.po5980
-rw-r--r--source/vec/sw/messages.po7749
-rw-r--r--source/vec/swext/mediawiki/help.po38
-rw-r--r--source/vec/sysui/desktop/share.po16
-rw-r--r--source/vec/uui/messages.po443
-rw-r--r--source/vec/vcl/messages.po626
-rw-r--r--source/vec/wizards/messages.po548
-rw-r--r--source/vec/wizards/source/resources.po22
-rw-r--r--source/vec/writerperfect/messages.po110
-rw-r--r--source/vec/xmlsecurity/messages.po202
-rw-r--r--source/vi/accessibility/messages.po25
-rw-r--r--source/vi/avmedia/messages.po46
-rw-r--r--source/vi/basctl/messages.po312
-rw-r--r--source/vi/basic/messages.po272
-rw-r--r--source/vi/chart2/messages.po1251
-rw-r--r--source/vi/connectivity/messages.po224
-rw-r--r--source/vi/connectivity/registry/mork/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/vi/cui/messages.po4910
-rw-r--r--source/vi/dbaccess/messages.po1646
-rw-r--r--source/vi/desktop/messages.po326
-rw-r--r--source/vi/dictionaries/id.po22
-rw-r--r--source/vi/editeng/messages.po537
-rw-r--r--source/vi/extensions/messages.po1351
-rw-r--r--source/vi/extras/source/gallery/share.po10
-rw-r--r--source/vi/filter/messages.po446
-rw-r--r--source/vi/filter/source/config/fragments/filters.po62
-rw-r--r--source/vi/filter/source/config/fragments/types.po47
-rw-r--r--source/vi/forms/messages.po118
-rw-r--r--source/vi/formula/messages.po876
-rw-r--r--source/vi/fpicker/messages.po127
-rw-r--r--source/vi/framework/messages.po60
-rw-r--r--source/vi/helpcontent2/source/auxiliary.po4
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/guide.po30
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared.po1860
-rw-r--r--source/vi/helpcontent2/source/text/scalc/01.po1182
-rw-r--r--source/vi/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/vi/helpcontent2/source/text/scalc/guide.po78
-rw-r--r--source/vi/helpcontent2/source/text/schart.po28
-rw-r--r--source/vi/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/vi/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/vi/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/vi/helpcontent2/source/text/shared.po26
-rw-r--r--source/vi/helpcontent2/source/text/shared/00.po120
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po1508
-rw-r--r--source/vi/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/vi/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/vi/helpcontent2/source/text/shared/autopi.po320
-rw-r--r--source/vi/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--source/vi/helpcontent2/source/text/shared/guide.po116
-rw-r--r--source/vi/helpcontent2/source/text/shared/optionen.po220
-rw-r--r--source/vi/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/vi/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/vi/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/vi/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/vi/helpcontent2/source/text/swriter.po26
-rw-r--r--source/vi/helpcontent2/source/text/swriter/01.po532
-rw-r--r--source/vi/helpcontent2/source/text/swriter/04.po34
-rw-r--r--source/vi/helpcontent2/source/text/swriter/guide.po46
-rw-r--r--source/vi/instsetoo_native/inc_openoffice/windows/msi_languages.po46
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office/UI.po957
-rw-r--r--source/vi/readlicense_oo/docs.po42
-rw-r--r--source/vi/reportdesign/messages.po518
-rw-r--r--source/vi/sc/messages.po9424
-rw-r--r--source/vi/scaddins/messages.po1804
-rw-r--r--source/vi/sccomp/messages.po30
-rw-r--r--source/vi/sd/messages.po2721
-rw-r--r--source/vi/sfx2/messages.po1195
-rw-r--r--source/vi/starmath/messages.po1116
-rw-r--r--source/vi/svl/messages.po355
-rw-r--r--source/vi/svtools/messages.po1881
-rw-r--r--source/vi/svx/messages.po5899
-rw-r--r--source/vi/sw/messages.po7612
-rw-r--r--source/vi/swext/mediawiki/help.po19
-rw-r--r--source/vi/uui/messages.po410
-rw-r--r--source/vi/vcl/messages.po617
-rw-r--r--source/vi/wizards/messages.po532
-rw-r--r--source/vi/writerperfect/messages.po102
-rw-r--r--source/vi/xmlsecurity/messages.po187
-rw-r--r--source/xh/accessibility/messages.po24
-rw-r--r--source/xh/avmedia/messages.po46
-rw-r--r--source/xh/basctl/messages.po312
-rw-r--r--source/xh/basic/messages.po272
-rw-r--r--source/xh/chart2/messages.po1251
-rw-r--r--source/xh/connectivity/messages.po224
-rw-r--r--source/xh/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/xh/cui/messages.po4903
-rw-r--r--source/xh/dbaccess/messages.po1646
-rw-r--r--source/xh/desktop/messages.po326
-rw-r--r--source/xh/dictionaries/id.po22
-rw-r--r--source/xh/editeng/messages.po537
-rw-r--r--source/xh/extensions/messages.po1351
-rw-r--r--source/xh/extras/source/gallery/share.po10
-rw-r--r--source/xh/filter/messages.po446
-rw-r--r--source/xh/filter/source/config/fragments/filters.po62
-rw-r--r--source/xh/filter/source/config/fragments/types.po47
-rw-r--r--source/xh/forms/messages.po118
-rw-r--r--source/xh/formula/messages.po876
-rw-r--r--source/xh/fpicker/messages.po127
-rw-r--r--source/xh/framework/messages.po60
-rw-r--r--source/xh/instsetoo_native/inc_openoffice/windows/msi_languages.po40
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice.po11
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office/UI.po971
-rw-r--r--source/xh/readlicense_oo/docs.po28
-rw-r--r--source/xh/reportdesign/messages.po518
-rw-r--r--source/xh/sc/messages.po9401
-rw-r--r--source/xh/scaddins/messages.po1804
-rw-r--r--source/xh/sccomp/messages.po30
-rw-r--r--source/xh/sd/messages.po2714
-rw-r--r--source/xh/sfx2/messages.po1195
-rw-r--r--source/xh/starmath/messages.po1122
-rw-r--r--source/xh/svl/messages.po368
-rw-r--r--source/xh/svtools/messages.po1878
-rw-r--r--source/xh/svx/messages.po5897
-rw-r--r--source/xh/sw/messages.po7617
-rw-r--r--source/xh/swext/mediawiki/help.po19
-rw-r--r--source/xh/uui/messages.po392
-rw-r--r--source/xh/vcl/messages.po615
-rw-r--r--source/xh/wizards/messages.po532
-rw-r--r--source/xh/writerperfect/messages.po102
-rw-r--r--source/xh/xmlsecurity/messages.po187
-rw-r--r--source/zh-CN/accessibility/messages.po24
-rw-r--r--source/zh-CN/avmedia/messages.po48
-rw-r--r--source/zh-CN/basctl/messages.po322
-rw-r--r--source/zh-CN/basic/messages.po272
-rw-r--r--source/zh-CN/chart2/messages.po1263
-rw-r--r--source/zh-CN/connectivity/messages.po226
-rw-r--r--source/zh-CN/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/zh-CN/cui/messages.po4929
-rw-r--r--source/zh-CN/dbaccess/messages.po1668
-rw-r--r--source/zh-CN/desktop/messages.po336
-rw-r--r--source/zh-CN/dictionaries/be_BY.po11
-rw-r--r--source/zh-CN/dictionaries/id.po22
-rw-r--r--source/zh-CN/editeng/messages.po539
-rw-r--r--source/zh-CN/extensions/messages.po1367
-rw-r--r--source/zh-CN/extras/source/autocorr/emoji.po296
-rw-r--r--source/zh-CN/extras/source/gallery/share.po20
-rw-r--r--source/zh-CN/filter/messages.po448
-rw-r--r--source/zh-CN/filter/source/config/fragments/filters.po67
-rw-r--r--source/zh-CN/filter/source/config/fragments/types.po40
-rw-r--r--source/zh-CN/forms/messages.po120
-rw-r--r--source/zh-CN/formula/messages.po884
-rw-r--r--source/zh-CN/fpicker/messages.po133
-rw-r--r--source/zh-CN/framework/messages.po60
-rw-r--r--source/zh-CN/helpcontent2/source/auxiliary.po12
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/guide.po56
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared.po1958
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared/02.po20
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/01.po1220
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/guide.po84
-rw-r--r--source/zh-CN/helpcontent2/source/text/schart.po38
-rw-r--r--source/zh-CN/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/schart/01.po46
-rw-r--r--source/zh-CN/helpcontent2/source/text/sdraw/guide.po74
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared.po28
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/00.po130
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po1562
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/autokorr.po10
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/autopi.po326
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po162
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/menu.po8
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/optionen.po224
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/01.po346
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/guide.po40
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter.po34
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po550
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/guide.po62
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/librelogo.po7
-rw-r--r--source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po48
-rw-r--r--source/zh-CN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po10
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice.po14
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po991
-rw-r--r--source/zh-CN/readlicense_oo/docs.po76
-rw-r--r--source/zh-CN/reportdesign/messages.po518
-rw-r--r--source/zh-CN/sc/messages.po9441
-rw-r--r--source/zh-CN/scaddins/messages.po1804
-rw-r--r--source/zh-CN/sccomp/messages.po32
-rw-r--r--source/zh-CN/scp2/source/activex.po10
-rw-r--r--source/zh-CN/scp2/source/ooo.po18
-rw-r--r--source/zh-CN/sd/messages.po2710
-rw-r--r--source/zh-CN/sfx2/messages.po1245
-rw-r--r--source/zh-CN/starmath/messages.po1119
-rw-r--r--source/zh-CN/svl/messages.po356
-rw-r--r--source/zh-CN/svtools/messages.po1965
-rw-r--r--source/zh-CN/svx/messages.po5918
-rw-r--r--source/zh-CN/sw/messages.po7655
-rw-r--r--source/zh-CN/swext/mediawiki/help.po24
-rw-r--r--source/zh-CN/uui/messages.po410
-rw-r--r--source/zh-CN/vcl/messages.po614
-rw-r--r--source/zh-CN/wizards/messages.po534
-rw-r--r--source/zh-CN/writerperfect/messages.po102
-rw-r--r--source/zh-CN/xmlsecurity/messages.po188
-rw-r--r--source/zh-TW/accessibility/messages.po26
-rw-r--r--source/zh-TW/avmedia/messages.po48
-rw-r--r--source/zh-TW/basctl/messages.po314
-rw-r--r--source/zh-TW/basic/messages.po272
-rw-r--r--source/zh-TW/chart2/messages.po1261
-rw-r--r--source/zh-TW/connectivity/messages.po232
-rw-r--r--source/zh-TW/connectivity/registry/mork/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/zh-TW/cui/messages.po4917
-rw-r--r--source/zh-TW/dbaccess/messages.po1660
-rw-r--r--source/zh-TW/desktop/messages.po328
-rw-r--r--source/zh-TW/dictionaries/id.po25
-rw-r--r--source/zh-TW/editeng/messages.po539
-rw-r--r--source/zh-TW/extensions/messages.po1367
-rw-r--r--source/zh-TW/extras/source/gallery/share.po18
-rw-r--r--source/zh-TW/filter/messages.po454
-rw-r--r--source/zh-TW/filter/source/config/fragments/filters.po65
-rw-r--r--source/zh-TW/filter/source/config/fragments/types.po46
-rw-r--r--source/zh-TW/forms/messages.po118
-rw-r--r--source/zh-TW/formula/messages.po878
-rw-r--r--source/zh-TW/fpicker/messages.po133
-rw-r--r--source/zh-TW/framework/messages.po62
-rw-r--r--source/zh-TW/helpcontent2/source/auxiliary.po8
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/guide.po56
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared.po1864
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/01.po1196
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/06.po38
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/guide.po80
-rw-r--r--source/zh-TW/helpcontent2/source/text/schart.po32
-rw-r--r--source/zh-TW/helpcontent2/source/text/schart/00.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/zh-TW/helpcontent2/source/text/sdraw/guide.po76
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared.po28
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/00.po122
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po1514
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/02.po38
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/06.po30
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/autopi.po324
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/explorer/database.po16
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/guide.po138
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/optionen.po222
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/01.po348
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath/01.po14
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter.po28
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/01.po534
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/04.po36
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/guide.po48
-rw-r--r--source/zh-TW/instsetoo_native/inc_openoffice/windows/msi_languages.po58
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po1003
-rw-r--r--source/zh-TW/readlicense_oo/docs.po60
-rw-r--r--source/zh-TW/reportdesign/messages.po520
-rw-r--r--source/zh-TW/sc/messages.po9429
-rw-r--r--source/zh-TW/scaddins/messages.po1806
-rw-r--r--source/zh-TW/sccomp/messages.po32
-rw-r--r--source/zh-TW/scp2/source/writer.po11
-rw-r--r--source/zh-TW/sd/messages.po2716
-rw-r--r--source/zh-TW/sfx2/messages.po1218
-rw-r--r--source/zh-TW/starmath/messages.po1112
-rw-r--r--source/zh-TW/svl/messages.po356
-rw-r--r--source/zh-TW/svtools/messages.po1903
-rw-r--r--source/zh-TW/svx/messages.po5936
-rw-r--r--source/zh-TW/sw/messages.po7689
-rw-r--r--source/zh-TW/swext/mediawiki/help.po20
-rw-r--r--source/zh-TW/uui/messages.po408
-rw-r--r--source/zh-TW/vcl/messages.po618
-rw-r--r--source/zh-TW/wizards/messages.po534
-rw-r--r--source/zh-TW/wizards/source/resources.po6
-rw-r--r--source/zh-TW/writerperfect/messages.po108
-rw-r--r--source/zh-TW/xmlsecurity/messages.po190
-rw-r--r--source/zu/accessibility/messages.po24
-rw-r--r--source/zu/avmedia/messages.po46
-rw-r--r--source/zu/basctl/messages.po312
-rw-r--r--source/zu/basic/messages.po272
-rw-r--r--source/zu/chart2/messages.po1251
-rw-r--r--source/zu/connectivity/messages.po224
-rw-r--r--source/zu/connectivity/registry/mork/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/zu/cui/messages.po4902
-rw-r--r--source/zu/dbaccess/messages.po1646
-rw-r--r--source/zu/desktop/messages.po326
-rw-r--r--source/zu/dictionaries/id.po22
-rw-r--r--source/zu/editeng/messages.po537
-rw-r--r--source/zu/extensions/messages.po1351
-rw-r--r--source/zu/extras/source/gallery/share.po10
-rw-r--r--source/zu/filter/messages.po446
-rw-r--r--source/zu/filter/source/config/fragments/filters.po62
-rw-r--r--source/zu/filter/source/config/fragments/types.po47
-rw-r--r--source/zu/forms/messages.po118
-rw-r--r--source/zu/formula/messages.po876
-rw-r--r--source/zu/fpicker/messages.po127
-rw-r--r--source/zu/framework/messages.po60
-rw-r--r--source/zu/instsetoo_native/inc_openoffice/windows/msi_languages.po40
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office/UI.po970
-rw-r--r--source/zu/readlicense_oo/docs.po28
-rw-r--r--source/zu/reportdesign/messages.po518
-rw-r--r--source/zu/sc/messages.po9407
-rw-r--r--source/zu/scaddins/messages.po1804
-rw-r--r--source/zu/sccomp/messages.po30
-rw-r--r--source/zu/sd/messages.po2712
-rw-r--r--source/zu/sfx2/messages.po1195
-rw-r--r--source/zu/starmath/messages.po1122
-rw-r--r--source/zu/svl/messages.po355
-rw-r--r--source/zu/svtools/messages.po1880
-rw-r--r--source/zu/svx/messages.po5901
-rw-r--r--source/zu/sw/messages.po7625
-rw-r--r--source/zu/swext/mediawiki/help.po18
-rw-r--r--source/zu/uui/messages.po392
-rw-r--r--source/zu/vcl/messages.po617
-rw-r--r--source/zu/wizards/messages.po532
-rw-r--r--source/zu/writerperfect/messages.po102
-rw-r--r--source/zu/xmlsecurity/messages.po187
7038 files changed, 3123935 insertions, 3076810 deletions
diff --git a/source/ab/accessibility/messages.po b/source/ab/accessibility/messages.po
index 39b1e4e1f4b..4704d622051 100644
--- a/source/ab/accessibility/messages.po
+++ b/source/ab/accessibility/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-11-11 08:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,61 +12,61 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1510389326.000000\n"
-#: strings.hrc:25
+#: accessibility/inc/strings.hrc:25
msgctxt "RID_STR_ACC_NAME_BROWSEBUTTON"
msgid "Browse"
msgstr "Аҭыҧхәаҧшра"
-#: strings.hrc:26
+#: accessibility/inc/strings.hrc:26
msgctxt "STR_SVT_ACC_ACTION_EXPAND"
msgid "Expand"
msgstr "Иаарттәуп"
-#: strings.hrc:27
+#: accessibility/inc/strings.hrc:27
msgctxt "STR_SVT_ACC_ACTION_COLLAPSE"
msgid "Collapse"
msgstr "Иеикәрҳәтәуп"
-#: strings.hrc:28
+#: accessibility/inc/strings.hrc:28
msgctxt "STR_SVT_ACC_LISTENTRY_SELCTED_STATE"
msgid "(Selected)"
msgstr "(Иалхуп)"
-#: strings.hrc:29
+#: accessibility/inc/strings.hrc:29
msgctxt "RID_STR_ACC_ACTION_CHECK"
msgid "Check"
msgstr "Иазгәаҭатәуп"
-#: strings.hrc:30
+#: accessibility/inc/strings.hrc:30
msgctxt "RID_STR_ACC_ACTION_UNCHECK"
msgid "Uncheck"
msgstr "Азгәаҭага амхра"
-#: strings.hrc:31
+#: accessibility/inc/strings.hrc:31
msgctxt "RID_STR_ACC_SCROLLBAR_NAME_VERTICAL"
msgid "Vertical scroll bar"
msgstr ""
-#: strings.hrc:32
+#: accessibility/inc/strings.hrc:32
msgctxt "RID_STR_ACC_SCROLLBAR_NAME_HORIZONTAL"
msgid "Horizontal scroll bar"
msgstr ""
-#: strings.hrc:33
+#: accessibility/inc/strings.hrc:33
msgctxt "RID_STR_ACC_PANEL_DESCRIPTION"
msgid "Please press enter to go into child control for more operations"
msgstr ""
-#: strings.hrc:34
+#: accessibility/inc/strings.hrc:34
#, c-format
msgctxt "RID_STR_ACC_COLUMN_NUM"
msgid "Column %COLUMNNUMBER"
msgstr "Аиҵагыла %COLUMNNUMBER"
-#: strings.hrc:35
+#: accessibility/inc/strings.hrc:35
msgctxt "RID_STR_ACC_ROW_NUM"
msgid "Row %ROWNUMBER"
msgstr "Ацәаҳәа %ROWNUMBER"
diff --git a/source/ab/avmedia/messages.po b/source/ab/avmedia/messages.po
index 0cbb5e889da..c5a8dfbaa9c 100644
--- a/source/ab/avmedia/messages.po
+++ b/source/ab/avmedia/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-12-23 12:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,115 +12,115 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514032553.000000\n"
-#: strings.hrc:25
+#: avmedia/inc/strings.hrc:25
msgctxt "AVMEDIA_STR_OPEN"
msgid "Open"
msgstr "Иаарттәуп"
-#: strings.hrc:26
+#: avmedia/inc/strings.hrc:26
msgctxt "AVMEDIA_STR_INSERT"
msgid "Apply"
msgstr "Ихархәатәуп"
-#: strings.hrc:27
+#: avmedia/inc/strings.hrc:27
msgctxt "AVMEDIA_STR_PLAY"
msgid "Play"
msgstr "Идәықәҵатәуп"
-#: strings.hrc:28
+#: avmedia/inc/strings.hrc:28
msgctxt "AVMEDIA_STR_PAUSE"
msgid "Pause"
msgstr "Ааҭгылара"
-#: strings.hrc:29
+#: avmedia/inc/strings.hrc:29
msgctxt "AVMEDIA_STR_STOP"
msgid "Stop"
msgstr "Аанкылара"
-#: strings.hrc:30
+#: avmedia/inc/strings.hrc:30
msgctxt "AVMEDIA_STR_LOOP"
msgid "Repeat"
msgstr "Инагӡалатәуп"
-#: strings.hrc:31
+#: avmedia/inc/strings.hrc:31
msgctxt "AVMEDIA_STR_MUTE"
msgid "Mute"
msgstr "Аҭынчра"
-#: strings.hrc:32
+#: avmedia/inc/strings.hrc:32
msgctxt "AVMEDIA_STR_ZOOM"
msgid "View"
msgstr "Ахәаҧшра"
-#: strings.hrc:33
+#: avmedia/inc/strings.hrc:33
msgctxt "AVMEDIA_STR_ZOOM_50"
msgid "50%"
msgstr "50%"
-#: strings.hrc:34
+#: avmedia/inc/strings.hrc:34
msgctxt "AVMEDIA_STR_ZOOM_100"
msgid "100%"
msgstr "100%"
-#: strings.hrc:35
+#: avmedia/inc/strings.hrc:35
msgctxt "AVMEDIA_STR_ZOOM_200"
msgid "200%"
msgstr "200%"
-#: strings.hrc:36
+#: avmedia/inc/strings.hrc:36
msgctxt "AVMEDIA_STR_ZOOM_FIT"
msgid "Scaled"
msgstr "Амасштаб"
-#: strings.hrc:37
+#: avmedia/inc/strings.hrc:37
msgctxt "AVMEDIA_STR_VOLUME"
msgid "Volume"
msgstr ""
-#: strings.hrc:38
+#: avmedia/inc/strings.hrc:38
msgctxt "AVMEDIA_STR_POSITION"
msgid "Position"
msgstr "Аҭыҧ"
-#: strings.hrc:39
+#: avmedia/inc/strings.hrc:39
msgctxt "AVMEDIA_STR_MEDIAPLAYER"
msgid "Media Player"
msgstr "Амедиаплеер"
-#: strings.hrc:40
+#: avmedia/inc/strings.hrc:40
msgctxt "AVMEDIA_MEDIA_PATH"
msgid "Media Path"
msgstr "Амедиахь амҩа"
-#: strings.hrc:41
+#: avmedia/inc/strings.hrc:41
msgctxt "AVMEDIA_MEDIA_PATH_DEFAULT"
msgid "No Media Selected"
msgstr "Амедиа алхӡам"
-#: strings.hrc:42
+#: avmedia/inc/strings.hrc:42
msgctxt "AVMEDIA_STR_INSERTMEDIA_DLG"
msgid "Insert Audio or Video"
msgstr "Ибжьаргылатәуп Абжьы ма Авидео"
-#: strings.hrc:43
+#: avmedia/inc/strings.hrc:43
msgctxt "AVMEDIA_STR_OPENMEDIA_DLG"
msgid "Open Audio or Video"
msgstr "Иаарттәуп Абжьы ма Авидео"
-#: strings.hrc:44
+#: avmedia/inc/strings.hrc:44
msgctxt "AVMEDIA_STR_ALL_MEDIAFILES"
msgid "All audio and video files"
msgstr "Аудиои авидео - фаилқәеи зегьы"
-#: strings.hrc:45
+#: avmedia/inc/strings.hrc:45
msgctxt "AVMEDIA_STR_ALL_FILES"
msgid "All files"
msgstr "Афаилқәа зегьы"
-#: strings.hrc:46
+#: avmedia/inc/strings.hrc:46
msgctxt "AVMEDIA_STR_ERR_URL"
msgid "The format of the selected file is not supported."
msgstr "Иалху афаил аформат аднакылом"
diff --git a/source/ab/basctl/messages.po b/source/ab/basctl/messages.po
index a84bf753c8e..5fce215ca37 100644
--- a/source/ab/basctl/messages.po
+++ b/source/ab/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
"PO-Revision-Date: 2017-12-23 17:55+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,85 +12,85 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514051745.000000\n"
-#: strings.hrc:25
+#: basctl/inc/strings.hrc:25
msgctxt "RID_STR_FILTER_ALLFILES"
msgid "<All>"
msgstr "<Зегьы>"
-#: strings.hrc:26
+#: basctl/inc/strings.hrc:26
msgctxt "RID_STR_NOMODULE"
msgid "< No Module >"
msgstr "< Амодуль ада >"
-#: strings.hrc:27
+#: basctl/inc/strings.hrc:27
msgctxt "RID_STR_WRONGPASSWORD"
msgid "Incorrect Password"
msgstr "Ииашам ажәамаӡа"
-#: strings.hrc:28
+#: basctl/inc/strings.hrc:28
msgctxt "RID_STR_NOLIBINSTORAGE"
msgid "The file does not contain any BASIC libraries"
msgstr "Ари афаил иаҵанакӡом BASIC абиблиотекақәа"
-#: strings.hrc:29
+#: basctl/inc/strings.hrc:29
msgctxt "RID_STR_BADSBXNAME"
msgid "Invalid Name"
msgstr "Ииашам ахьӡ"
-#: strings.hrc:30
+#: basctl/inc/strings.hrc:30
msgctxt "RID_STR_LIBNAMETOLONG"
msgid "A library name can have up to 30 characters."
msgstr "Абиблиотека ахьӡ 30 символ иреиҳамзароуп."
-#: strings.hrc:31
+#: basctl/inc/strings.hrc:31
msgctxt "RID_STR_ERRORCHOOSEMACRO"
msgid "Macros from other documents are not accessible."
msgstr ""
-#: strings.hrc:32
+#: basctl/inc/strings.hrc:32
msgctxt "RID_STR_LIBISREADONLY"
msgid "This library is read-only."
msgstr "Абиблиотека аҧхьара мацаразы."
-#: strings.hrc:33
+#: basctl/inc/strings.hrc:33
msgctxt "RID_STR_REPLACELIB"
msgid "'XX' cannot be replaced."
msgstr "«XX» аҧсахра ауам."
-#: strings.hrc:34
+#: basctl/inc/strings.hrc:34
msgctxt "RID_STR_IMPORTNOTPOSSIBLE"
msgid "'XX' cannot be added."
msgstr "«XX» аимпорт ауам."
-#: strings.hrc:35
+#: basctl/inc/strings.hrc:35
msgctxt "RID_STR_NOIMPORT"
msgid "'XX' was not added."
msgstr ""
-#: strings.hrc:36
+#: basctl/inc/strings.hrc:36
msgctxt "RID_STR_ENTERPASSWORD"
msgid "Enter password for 'XX'"
msgstr "Иҭажәгал ажәамаӡа «XX» азы"
-#: strings.hrc:37
+#: basctl/inc/strings.hrc:37
msgctxt "RID_STR_SBXNAMEALLREADYUSED"
msgid "Name already exists"
msgstr "Ахьӡ ахархәара амоуп"
-#: strings.hrc:38
+#: basctl/inc/strings.hrc:38
msgctxt "RID_STR_SIGNED"
msgid "(Signed)"
msgstr "(Анапаҵаҩуп)"
-#: strings.hrc:39
+#: basctl/inc/strings.hrc:39
msgctxt "RID_STR_SBXNAMEALLREADYUSED2"
msgid "Object with same name already exists"
msgstr ""
-#: strings.hrc:40
+#: basctl/inc/strings.hrc:40
msgctxt "RID_STR_CANNOTRUNMACRO"
msgid ""
"For security reasons, you cannot run this macro.\n"
@@ -98,272 +98,272 @@ msgid ""
"For more information, check the security settings."
msgstr ""
-#: strings.hrc:41
+#: basctl/inc/strings.hrc:41
msgctxt "RID_STR_SEARCHNOTFOUND"
msgid "Search key not found"
msgstr "Аҧшааратә цәаҳәа ҧшаам"
-#: strings.hrc:42
+#: basctl/inc/strings.hrc:42
msgctxt "RID_STR_SEARCHFROMSTART"
msgid "Search to last module complete. Continue at first module?"
msgstr ""
-#: strings.hrc:43
+#: basctl/inc/strings.hrc:43
msgctxt "RID_STR_SEARCHREPLACES"
msgid "Search key replaced XX times"
msgstr ""
-#: strings.hrc:44
+#: basctl/inc/strings.hrc:44
msgctxt "RID_STR_COULDNTREAD"
msgid "The file could not be read"
msgstr "Афаил аҧхьара ауам"
-#: strings.hrc:45
+#: basctl/inc/strings.hrc:45
msgctxt "RID_STR_COULDNTWRITE"
msgid "The file could not be saved"
msgstr "Афаил аиқәырхара ауам"
-#: strings.hrc:46
+#: basctl/inc/strings.hrc:46
msgctxt "RID_STR_CANNOTCHANGENAMESTDLIB"
msgid "The name of the default library cannot be changed."
msgstr ""
-#: strings.hrc:47
+#: basctl/inc/strings.hrc:47
msgctxt "RID_STR_GENERATESOURCE"
msgid "Generating source"
msgstr "Ахалагаратә теқст аҧҵара"
-#: strings.hrc:48
+#: basctl/inc/strings.hrc:48
msgctxt "RID_STR_FILENAME"
msgid "File name:"
msgstr "Афаил ахьӡ:"
-#: strings.hrc:49
+#: basctl/inc/strings.hrc:49
msgctxt "RID_STR_APPENDLIBS"
msgid "Import Libraries"
msgstr "Иацҵатәуп абиблиотекақәа"
-#: strings.hrc:50
+#: basctl/inc/strings.hrc:50
msgctxt "RID_STR_QUERYDELMACRO"
msgid "Do you want to delete the macro XX?"
msgstr "Ианыхтәума амакрос XX?"
-#: strings.hrc:51
+#: basctl/inc/strings.hrc:51
msgctxt "RID_STR_QUERYDELDIALOG"
msgid "Do you want to delete the XX dialog?"
msgstr "Ианыхтәума XX адиалог?"
-#: strings.hrc:52
+#: basctl/inc/strings.hrc:52
msgctxt "RID_STR_QUERYDELLIB"
msgid "Do you want to delete the XX library?"
msgstr "Ианыхтәума XX абиблиотека?"
-#: strings.hrc:53
+#: basctl/inc/strings.hrc:53
msgctxt "RID_STR_QUERYDELLIBREF"
msgid "Do you want to delete the reference to the XX library?"
msgstr "Ианыхтәума абиблиотека XX азхьарҧш?"
-#: strings.hrc:54
+#: basctl/inc/strings.hrc:54
msgctxt "RID_STR_QUERYDELMODULE"
msgid "Do you want to delete the XX module?"
msgstr "Ианыхтәума амодуль XX?"
-#: strings.hrc:55
+#: basctl/inc/strings.hrc:55
msgctxt "RID_STR_BASIC"
msgid "BASIC"
msgstr "BASIC"
#. Abbreviation for 'line'
-#: strings.hrc:57
+#: basctl/inc/strings.hrc:57
msgctxt "RID_STR_LINE"
msgid "Ln"
msgstr ""
#. Abbreviation for 'column'
-#: strings.hrc:59
+#: basctl/inc/strings.hrc:59
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Аиҵ"
-#: strings.hrc:60
+#: basctl/inc/strings.hrc:60
msgctxt "RID_STR_CANNOTCLOSE"
msgid "The window cannot be closed while BASIC is running."
msgstr ""
-#: strings.hrc:61
+#: basctl/inc/strings.hrc:61
msgctxt "RID_STR_REPLACESTDLIB"
msgid "The default library cannot be replaced."
msgstr ""
-#: strings.hrc:62
+#: basctl/inc/strings.hrc:62
msgctxt "RID_STR_REFNOTPOSSIBLE"
msgid "Reference to 'XX' not possible."
msgstr ""
-#: strings.hrc:63
+#: basctl/inc/strings.hrc:63
#, fuzzy
msgctxt "RID_STR_WATCHNAME"
msgid "Watch"
msgstr "асааҭ"
-#: strings.hrc:64
+#: basctl/inc/strings.hrc:64
msgctxt "RID_STR_WATCHVARIABLE"
msgid "Variable"
msgstr "Аҽеиҭак"
-#: strings.hrc:65
+#: basctl/inc/strings.hrc:65
msgctxt "RID_STR_WATCHVALUE"
msgid "Value"
msgstr "Аҵакы"
-#: strings.hrc:66
+#: basctl/inc/strings.hrc:66
msgctxt "RID_STR_WATCHTYPE"
msgid "Type"
msgstr "Атип"
-#: strings.hrc:67
+#: basctl/inc/strings.hrc:67
msgctxt "RID_STR_STACKNAME"
msgid "Call Stack"
msgstr ""
-#: strings.hrc:68
+#: basctl/inc/strings.hrc:68
msgctxt "RID_STR_STDDIALOGNAME"
msgid "Dialog"
msgstr "Адиалог"
-#: strings.hrc:69
+#: basctl/inc/strings.hrc:69
msgctxt "RID_STR_NEWLIB"
msgid "New Library"
msgstr "Абиблиотека ҿыц"
-#: strings.hrc:70
+#: basctl/inc/strings.hrc:70
msgctxt "RID_STR_NEWMOD"
msgid "New Module"
msgstr "Амодуль ҿыц"
-#: strings.hrc:71
+#: basctl/inc/strings.hrc:71
msgctxt "RID_STR_NEWDLG"
msgid "New Dialog"
msgstr "Адиалог ҿыц"
-#: strings.hrc:72
+#: basctl/inc/strings.hrc:72
msgctxt "RID_STR_ALL"
msgid "All"
msgstr "Зегьы"
-#: strings.hrc:73
+#: basctl/inc/strings.hrc:73
msgctxt "RID_STR_PAGE"
msgid "Page"
msgstr "Адаҟьа"
-#: strings.hrc:74
+#: basctl/inc/strings.hrc:74
msgctxt "RID_STR_WILLSTOPPRG"
msgid ""
"You will have to restart the program after this edit.\n"
"Continue?"
msgstr ""
-#: strings.hrc:75
+#: basctl/inc/strings.hrc:75
msgctxt "RID_STR_SEARCHALLMODULES"
msgid "Do you want to replace the text in all active modules?"
msgstr ""
-#: strings.hrc:76
+#: basctl/inc/strings.hrc:76
msgctxt "RID_STR_REMOVEWATCH"
msgid "Watch:"
msgstr ""
-#: strings.hrc:77
+#: basctl/inc/strings.hrc:77
msgctxt "RID_STR_STACK"
msgid "Calls: "
msgstr ""
-#: strings.hrc:78
+#: basctl/inc/strings.hrc:78
msgctxt "RID_STR_USERMACROS"
msgid "My Macros"
msgstr "Сара смакросқәа"
-#: strings.hrc:79
+#: basctl/inc/strings.hrc:79
msgctxt "RID_STR_USERDIALOGS"
msgid "My Dialogs"
msgstr "Сара сдиалогқәа"
-#: strings.hrc:80
+#: basctl/inc/strings.hrc:80
msgctxt "RID_STR_USERMACROSDIALOGS"
msgid "My Macros & Dialogs"
msgstr "Сара смакросқәеи сдиалогқәеи"
-#: strings.hrc:81
+#: basctl/inc/strings.hrc:81
msgctxt "RID_STR_SHAREMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "%PRODUCTNAME амакросқәа"
-#: strings.hrc:82
+#: basctl/inc/strings.hrc:82
msgctxt "RID_STR_SHAREDIALOGS"
msgid "%PRODUCTNAME Dialogs"
msgstr "%PRODUCTNAME адиалогқәа"
-#: strings.hrc:83
+#: basctl/inc/strings.hrc:83
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr " %PRODUCTNAME амакросқәеи адиалогқәеи"
-#: strings.hrc:84
+#: basctl/inc/strings.hrc:84
msgctxt "RID_STR_REMOVEWATCHTIP"
msgid "Remove Watch"
msgstr ""
-#: strings.hrc:85
+#: basctl/inc/strings.hrc:85
msgctxt "RID_STR_QUERYREPLACEMACRO"
msgid "Do you want to overwrite the XX macro?"
msgstr ""
-#: strings.hrc:86
+#: basctl/inc/strings.hrc:86
msgctxt "RID_STR_TRANSLATION_NOTLOCALIZED"
msgid "<Not localized>"
msgstr "<алокализациа азум>"
-#: strings.hrc:87
+#: basctl/inc/strings.hrc:87
msgctxt "RID_STR_TRANSLATION_DEFAULT"
msgid "[Default Language]"
msgstr "[Абызшәа ишыҟоу]"
-#: strings.hrc:88
+#: basctl/inc/strings.hrc:88
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
msgstr "Адокумент аобиеқтқәа"
-#: strings.hrc:89
+#: basctl/inc/strings.hrc:89
msgctxt "RID_STR_USERFORMS"
msgid "Forms"
msgstr "Аформақәа"
-#: strings.hrc:90
+#: basctl/inc/strings.hrc:90
msgctxt "RID_STR_NORMAL_MODULES"
msgid "Modules"
msgstr "Амодульқәа"
-#: strings.hrc:91
+#: basctl/inc/strings.hrc:91
msgctxt "RID_STR_CLASS_MODULES"
msgid "Class Modules"
msgstr "Акласс амодульқәа"
-#: strings.hrc:92
+#: basctl/inc/strings.hrc:92
msgctxt "RID_STR_DLGIMP_CLASH_RENAME"
msgid "Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: strings.hrc:93
+#: basctl/inc/strings.hrc:93
msgctxt "RID_STR_DLGIMP_CLASH_REPLACE"
msgid "Replace"
msgstr "Иҧсахтәуп"
-#: strings.hrc:94
+#: basctl/inc/strings.hrc:94
msgctxt "RID_STR_DLGIMP_CLASH_TITLE"
msgid "Dialog Import - Name already used"
msgstr "Адиалог аимпорт - Ахьӡ ахархәара амоуп"
-#: strings.hrc:95
+#: basctl/inc/strings.hrc:95
msgctxt "RID_STR_DLGIMP_CLASH_TEXT"
msgid ""
"The library already contains a dialog with the name:\n"
@@ -374,22 +374,22 @@ msgid ""
" "
msgstr ""
-#: strings.hrc:96
+#: basctl/inc/strings.hrc:96
msgctxt "RID_STR_DLGIMP_MISMATCH_ADD"
msgid "Add"
msgstr "Иацҵатәуп"
-#: strings.hrc:97
+#: basctl/inc/strings.hrc:97
msgctxt "RID_STR_DLGIMP_MISMATCH_OMIT"
msgid "Omit"
msgstr "Ибжьажьтәуп"
-#: strings.hrc:98
+#: basctl/inc/strings.hrc:98
msgctxt "RID_STR_DLGIMP_MISMATCH_TITLE"
msgid "Dialog Import - Language Mismatch"
msgstr "Адиалог аимпорт - иҟам абызшәа"
-#: strings.hrc:99
+#: basctl/inc/strings.hrc:99
msgctxt "RID_STR_DLGIMP_MISMATCH_TEXT"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
@@ -400,415 +400,415 @@ msgid ""
" "
msgstr ""
-#: strings.hrc:100
+#: basctl/inc/strings.hrc:100
msgctxt "RID_STR_PRINTDLG_RANGE"
msgid "Print range"
msgstr "Акьыҧхьра адиапазон"
-#: strings.hrc:101
+#: basctl/inc/strings.hrc:101
msgctxt "RID_STR_PRINTDLG_ALLPAGES"
msgid "All ~Pages"
msgstr "Адаҟьақәа зегьы"
-#: strings.hrc:102
+#: basctl/inc/strings.hrc:102
msgctxt "RID_STR_PRINTDLG_PAGES"
msgid "Pa~ges"
msgstr "Адаҟьақәа"
-#: strings.hrc:103
+#: basctl/inc/strings.hrc:103
msgctxt "RID_STR_BTNDEL"
msgid "~Delete"
msgstr "Ианыхтәуп"
-#: strings.hrc:104
+#: basctl/inc/strings.hrc:104
msgctxt "RID_STR_BTNNEW"
msgid "~New"
msgstr "Иаҧҵатәуп"
-#: strings.hrc:105
+#: basctl/inc/strings.hrc:105
msgctxt "RID_STR_CHOOSE"
msgid "Choose"
msgstr "Иалхтәуп"
-#: strings.hrc:106
+#: basctl/inc/strings.hrc:106
msgctxt "RID_STR_RUN"
msgid "Run"
msgstr "Инагӡатәуп"
-#: strings.hrc:107
+#: basctl/inc/strings.hrc:107
msgctxt "RID_STR_RECORD"
msgid "~Save"
msgstr "Ианҵатәуп"
-#: strings.hrc:108
+#: basctl/inc/strings.hrc:108
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr "Аобиеқтқәа ркаталог"
-#: strings.hrc:109
+#: basctl/inc/strings.hrc:109
msgctxt "RID_STR_TLB_MACROS"
msgid "Objects Tree"
msgstr "Аобиеқтқәа Рыҵла"
#. Property Browser Headline ----------------------------------------------------------------
-#: strings.hrc:111
+#: basctl/inc/strings.hrc:111
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "Аҷыдаҟазшьақәа:"
-#: strings.hrc:112
+#: basctl/inc/strings.hrc:112
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr ""
-#: strings.hrc:113
+#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Гәыҧ-гәыҧла алкаара"
-#: strings.hrc:114
+#: basctl/inc/strings.hrc:114
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr "[Абызшәа ишыҟоу]"
-#: strings.hrc:115
+#: basctl/inc/strings.hrc:115
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr ""
-#: strings.hrc:116
+#: basctl/inc/strings.hrc:116
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr ""
-#: strings.hrc:117
+#: basctl/inc/strings.hrc:117
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr "Иекспорттәуп BASIC абиблиотека еиҧш"
-#: strings.hrc:118
+#: basctl/inc/strings.hrc:118
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Арҭбаара"
-#: basicmacrodialog.ui:9
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:9
msgctxt "basicmacrodialog|BasicMacroDialog"
msgid "%PRODUCTNAME Basic Macros"
msgstr "%PRODUCTNAME BASIC Амакросқәа"
-#: basicmacrodialog.ui:25
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:25
msgctxt "basicmacrodialog|run"
msgid "Run"
msgstr "Инагӡатәуп"
-#: basicmacrodialog.ui:124
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:124
msgctxt "basicmacrodialog|existingmacrosft"
msgid "Existing Macros In:"
msgstr "Иҟоу амакросқәа:"
-#: basicmacrodialog.ui:178
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:178
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr ""
-#: basicmacrodialog.ui:194
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:194
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr "Иеиқәырхатәуп амакрос абра"
-#: basicmacrodialog.ui:243
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:242
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr "Амакрос ахьӡ"
-#: basicmacrodialog.ui:265
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:264
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr ""
-#: basicmacrodialog.ui:278
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:277
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr "Ариашара"
-#: basicmacrodialog.ui:305
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:304
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr ""
-#: basicmacrodialog.ui:318
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:317
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr "Иаҧҵатәуп абиблиотека"
-#: basicmacrodialog.ui:331
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:330
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr "Иаҧҵатәуп амодуль"
-#: breakpointmenus.ui:12
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:12
msgctxt "breakpointmenus|manage"
msgid "Manage Breakpoints..."
msgstr ""
-#: breakpointmenus.ui:23
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:23
msgctxt "breakpointmenus|active"
msgid "_Active"
msgstr "Иактивуп"
-#: breakpointmenus.ui:37
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:37
msgctxt "breakpointmenus|properties"
msgid "_Properties..."
msgstr "Аҷыдаҟазшьақәа..."
-#: defaultlanguage.ui:9
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:9
msgctxt "defaultlanguage|DefaultLanguageDialog"
msgid "Set Default User Interface Language"
msgstr ""
-#: defaultlanguage.ui:93
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:93
msgctxt "defaultlanguage|defaultlabel"
msgid "Default language:"
msgstr "[Абызшәа ишыҟоу]"
-#: defaultlanguage.ui:135
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:135
msgctxt "defaultlanguage|checkedlabel"
msgid "Available languages:"
msgstr "Ахархәара змоу абызшәақәа:"
-#: defaultlanguage.ui:155
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:155
msgctxt "defaultlanguage|defined"
msgid "Select a language to define the default user interface language. All currently present strings will be assigned to the resources created for the selected language."
msgstr ""
-#: defaultlanguage.ui:170
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:170
msgctxt "defaultlanguage|added"
msgid "Select languages to be added. Resources for these languages will be created in the library. Strings of the current default user interface language will be copied to these new resources by default."
msgstr ""
-#: defaultlanguage.ui:184
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:184
msgctxt "defaultlanguage|alttitle"
msgid "Add User Interface Languages"
msgstr "Иацҵатәуп ахархәаратәи аинтерфеис абызшәа"
-#: deletelangdialog.ui:8
+#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:7
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "Delete Language Resources"
msgstr "Абызшәатә ресурсқәа раныхра"
-#: deletelangdialog.ui:14
+#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:14
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "Do you want to delete the resources of the selected language(s)?"
msgstr "Ианыхтәума иалкаау абызшәақәа рресурсқәа?"
-#: deletelangdialog.ui:15
+#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:15
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "You are about to delete the resources for the selected language(s). All user interface strings for this language(s) will be deleted."
msgstr ""
-#: dialogpage.ui:30
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:30
msgctxt "dialogpage|label1"
msgid "Dialog:"
msgstr "Адиалог:"
-#: dialogpage.ui:84
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:84
msgctxt "dialogpage|newmodule"
msgid "_New..."
msgstr "Иаҧҵатәуп..."
-#: dialogpage.ui:99
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:99
msgctxt "dialogpage|newdialog"
msgid "_New..."
msgstr "Иаҧҵатәуп..."
-#: dialogpage.ui:130
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:130
msgctxt "dialogpage|password"
msgid "_Password..."
msgstr "_Ажәамаӡа..."
-#: dialogpage.ui:144
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:144
msgctxt "dialogpage|import"
msgid "_Import..."
msgstr "_Аимпорт..."
-#: dialogpage.ui:158
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:158
msgctxt "dialogpage|export"
msgid "_Export..."
msgstr "_Аекспорт..."
-#: exportdialog.ui:8
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:8
msgctxt "exportdialog|ExportDialog"
msgid "Export Basic library"
msgstr "Иекспорттәуп BASIC абиблиотека"
-#: exportdialog.ui:83
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:83
msgctxt "exportdialog|extension"
msgid "Export as _extension"
msgstr ""
-#: exportdialog.ui:100
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:100
msgctxt "exportdialog|basic"
msgid "Export as BASIC library"
msgstr "Иекспорттәуп BASIC абиблиотека еиҧш"
-#: gotolinedialog.ui:8
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:8
msgctxt "gotolinedialog|GotoLineDialog"
msgid "Go to Line"
msgstr "Ииастәуп ацәаҳәахьы"
-#: gotolinedialog.ui:85
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:87
msgctxt "gotolinedialog|area"
msgid "_Line number:"
msgstr "_Ацәаҳәа аномер:"
-#: importlibdialog.ui:9
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:9
msgctxt "importlibdialog|ImportLibDialog"
msgid "Import Libraries"
msgstr "Иацҵатәуп абиблиотекақәа"
-#: importlibdialog.ui:98
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:98
msgctxt "importlibdialog|ref"
msgid "Insert as reference (read-only)"
msgstr ""
-#: importlibdialog.ui:113
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:113
msgctxt "importlibdialog|replace"
msgid "Replace existing libraries"
msgstr "Иҧсахтәуп иҟоу абиблиотекақәа"
-#: importlibdialog.ui:134
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:134
msgctxt "importlibdialog|label1"
msgid "Options"
msgstr "Апараметрқәа"
-#: libpage.ui:31
+#: basctl/uiconfig/basicide/ui/libpage.ui:31
#, fuzzy
msgctxt "libpage|label1"
msgid "L_ocation:"
msgstr "Аҭыҧ:"
-#: libpage.ui:70
+#: basctl/uiconfig/basicide/ui/libpage.ui:70
msgctxt "libpage|lingudictsft"
msgid "_Library:"
msgstr "_Абиблиотека:"
-#: libpage.ui:124
+#: basctl/uiconfig/basicide/ui/libpage.ui:124
msgctxt "libpage|password"
msgid "_Password..."
msgstr "_Ажәамаӡа..."
-#: libpage.ui:138
+#: basctl/uiconfig/basicide/ui/libpage.ui:138
msgctxt "libpage|new"
msgid "_New..."
msgstr "_Иаҧҵатәуп..."
-#: libpage.ui:153
+#: basctl/uiconfig/basicide/ui/libpage.ui:153
msgctxt "libpage|import"
msgid "_Import..."
msgstr "_Аимпорт..."
-#: libpage.ui:168
+#: basctl/uiconfig/basicide/ui/libpage.ui:168
msgctxt "libpage|export"
msgid "_Export..."
msgstr "_Аекспорт..."
-#: managebreakpoints.ui:9
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:9
msgctxt "managebreakpoints|ManageBreakpointsDialog"
msgid "Manage Breakpoints"
msgstr ""
-#: managebreakpoints.ui:129
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:129
msgctxt "managebreakpoints|active"
msgid "Active"
msgstr "Иактиву"
-#: managebreakpoints.ui:182
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:182
#, fuzzy
msgctxt "managebreakpoints|label2"
msgid "Pass count:"
msgstr "Адаҟьақәа рхыҧхьаӡара:"
-#: managebreakpoints.ui:205
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:205
msgctxt "managebreakpoints|label1"
msgid "Breakpoints"
msgstr ""
-#: managelanguages.ui:8
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:8
msgctxt "managelanguages|ManageLanguagesDialog"
msgid "Manage User Interface Languages [$1]"
msgstr ""
-#: managelanguages.ui:69
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:69
msgctxt "managelanguages|label1"
msgid "Present languages:"
msgstr "Ахархәара зуа абызшәақәа:"
-#: managelanguages.ui:83
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:83
msgctxt "managelanguages|label2"
msgid "The default language is used if no localization for a user interface locale is present. Furthermore all strings from the default language are copied to resources of newly added languages."
msgstr ""
-#: managelanguages.ui:108
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:108
msgctxt "managelanguages|add"
msgid "Add..."
msgstr "Иацҵатәуп..."
-#: managelanguages.ui:136
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:136
msgctxt "managelanguages|default"
msgid "Default"
msgstr "Астандарт"
-#: modulepage.ui:30
+#: basctl/uiconfig/basicide/ui/modulepage.ui:30
msgctxt "modulepage|label1"
msgid "M_odule:"
msgstr "Амодуль:"
-#: modulepage.ui:84
+#: basctl/uiconfig/basicide/ui/modulepage.ui:84
msgctxt "modulepage|newmodule"
msgid "_New..."
msgstr "Иаҧҵатәуп..."
-#: modulepage.ui:99
+#: basctl/uiconfig/basicide/ui/modulepage.ui:99
msgctxt "modulepage|newdialog"
msgid "_New..."
msgstr "Иаҧҵатәуп..."
-#: modulepage.ui:130
+#: basctl/uiconfig/basicide/ui/modulepage.ui:130
msgctxt "modulepage|password"
msgid "_Password..."
msgstr "_Ажәамаӡа..."
-#: modulepage.ui:144
+#: basctl/uiconfig/basicide/ui/modulepage.ui:144
msgctxt "modulepage|import"
msgid "_Import..."
msgstr "_Аимпорт..."
-#: modulepage.ui:158
+#: basctl/uiconfig/basicide/ui/modulepage.ui:158
msgctxt "modulepage|export"
msgid "_Export..."
msgstr "_Аекспорт..."
-#: newlibdialog.ui:84
+#: basctl/uiconfig/basicide/ui/newlibdialog.ui:86
msgctxt "newlibdialog|area"
msgid "_Name:"
msgstr "_Ахьӡ:"
-#: organizedialog.ui:8
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:8
msgctxt "organizedialog|OrganizeDialog"
msgid "%PRODUCTNAME Basic Macro Organizer"
msgstr ""
-#: organizedialog.ui:78
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:78
msgctxt "organizedialog|modules"
msgid "Modules"
msgstr "Амодульқәа"
-#: organizedialog.ui:100
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:100
msgctxt "organizedialog|dialogs"
msgid "Dialogs"
msgstr "Адиалогқәа"
-#: organizedialog.ui:123
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:123
msgctxt "organizedialog|libraries"
msgid "Libraries"
msgstr "Абиблиотекақәа"
diff --git a/source/ab/basic/messages.po b/source/ab/basic/messages.po
index 52226f0110c..cf10290e400 100644
--- a/source/ab/basic/messages.po
+++ b/source/ab/basic/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 15:07+0100\n"
"PO-Revision-Date: 2017-12-23 12:33+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,684 +12,684 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514032430.000000\n"
-#: basic.hrc:27
+#: basic/inc/basic.hrc:27
msgctxt "RID_BASIC_START"
msgid "Syntax error."
msgstr "Асинтаксистә гха"
-#: basic.hrc:28
+#: basic/inc/basic.hrc:28
msgctxt "RID_BASIC_START"
msgid "Return without Gosub."
msgstr "Аоператор «Return» «Gosub» ада."
-#: basic.hrc:29
+#: basic/inc/basic.hrc:29
msgctxt "RID_BASIC_START"
msgid "Incorrect entry; please retry."
msgstr "Ииашам аҭагалара, ҿыц иҭажәгал."
-#: basic.hrc:30
+#: basic/inc/basic.hrc:30
msgctxt "RID_BASIC_START"
msgid "Invalid procedure call."
msgstr ""
-#: basic.hrc:31
+#: basic/inc/basic.hrc:31
msgctxt "RID_BASIC_START"
msgid "Overflow."
msgstr "Аҭәцәара."
-#: basic.hrc:32
+#: basic/inc/basic.hrc:32
msgctxt "RID_BASIC_START"
msgid "Not enough memory."
msgstr "Агәынкылара азхом. "
-#: basic.hrc:33
+#: basic/inc/basic.hrc:33
msgctxt "RID_BASIC_START"
msgid "Array already dimensioned."
msgstr ""
-#: basic.hrc:34
+#: basic/inc/basic.hrc:34
msgctxt "RID_BASIC_START"
msgid "Index out of defined range."
msgstr "Аиндекс адиапазон анҭыҵ."
-#: basic.hrc:35
+#: basic/inc/basic.hrc:35
msgctxt "RID_BASIC_START"
msgid "Duplicate definition."
msgstr ""
-#: basic.hrc:36
+#: basic/inc/basic.hrc:36
msgctxt "RID_BASIC_START"
msgid "Division by zero."
msgstr "Ноль ала ашара."
-#: basic.hrc:37
+#: basic/inc/basic.hrc:37
msgctxt "RID_BASIC_START"
msgid "Variable not defined."
msgstr "Аҽеиҭак аҧҵаӡам."
-#: basic.hrc:38
+#: basic/inc/basic.hrc:38
msgctxt "RID_BASIC_START"
msgid "Data type mismatch."
msgstr "Иеимарам ахкқәа."
-#: basic.hrc:39
+#: basic/inc/basic.hrc:39
msgctxt "RID_BASIC_START"
msgid "Invalid parameter."
msgstr "Ииашам апараметр."
-#: basic.hrc:40
+#: basic/inc/basic.hrc:40
msgctxt "RID_BASIC_START"
msgid "Process interrupted by user."
msgstr "Апроцесс аанкылан ахархәаҩ ибзоурала."
-#: basic.hrc:41
+#: basic/inc/basic.hrc:41
msgctxt "RID_BASIC_START"
msgid "Resume without error."
msgstr ""
-#: basic.hrc:42
+#: basic/inc/basic.hrc:42
msgctxt "RID_BASIC_START"
msgid "Not enough stack memory."
msgstr "Астек ашәагаа азхом."
-#: basic.hrc:43
+#: basic/inc/basic.hrc:43
msgctxt "RID_BASIC_START"
msgid "Sub-procedure or function procedure not defined."
msgstr "Ацхыраагӡатә программа ма афункциа аҧҵаӡам."
-#: basic.hrc:44
+#: basic/inc/basic.hrc:44
msgctxt "RID_BASIC_START"
msgid "Error loading DLL file."
msgstr "DLL аҭагалара агха."
-#: basic.hrc:45
+#: basic/inc/basic.hrc:45
msgctxt "RID_BASIC_START"
msgid "Wrong DLL call convention."
msgstr ""
-#: basic.hrc:46
+#: basic/inc/basic.hrc:46
msgctxt "RID_BASIC_START"
msgid "Internal error $(ARG1)."
msgstr "Аҩныҵҟатәи агха $(ARG1)."
-#: basic.hrc:47
+#: basic/inc/basic.hrc:47
msgctxt "RID_BASIC_START"
msgid "Invalid file name or file number."
msgstr "Афаил, ииашам ахьӡ ма аномер."
-#: basic.hrc:48
+#: basic/inc/basic.hrc:48
msgctxt "RID_BASIC_START"
msgid "File not found."
msgstr "Афаил ҧшаам."
-#: basic.hrc:49
+#: basic/inc/basic.hrc:49
msgctxt "RID_BASIC_START"
msgid "Incorrect file mode."
msgstr "Афаил ииашам арежим."
-#: basic.hrc:50
+#: basic/inc/basic.hrc:50
msgctxt "RID_BASIC_START"
msgid "File already open."
msgstr "Афаил аартуп."
-#: basic.hrc:51
+#: basic/inc/basic.hrc:51
msgctxt "RID_BASIC_START"
msgid "Device I/O error."
msgstr ""
-#: basic.hrc:52
+#: basic/inc/basic.hrc:52
msgctxt "RID_BASIC_START"
msgid "File already exists."
msgstr "Ари афаил ыҟоуп. "
-#: basic.hrc:53
+#: basic/inc/basic.hrc:53
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Incorrect record length."
msgstr "Ииашам анҵамҭа аномер."
-#: basic.hrc:54
+#: basic/inc/basic.hrc:54
msgctxt "RID_BASIC_START"
msgid "Disk or hard drive full."
msgstr "Асанҭыр ҭәуп."
-#: basic.hrc:55
+#: basic/inc/basic.hrc:55
msgctxt "RID_BASIC_START"
msgid "Reading exceeds EOF."
msgstr ""
-#: basic.hrc:56
+#: basic/inc/basic.hrc:56
msgctxt "RID_BASIC_START"
msgid "Incorrect record number."
msgstr "Ииашам анҵамҭа аномер."
-#: basic.hrc:57
+#: basic/inc/basic.hrc:57
msgctxt "RID_BASIC_START"
msgid "Too many files."
msgstr "Афаилқәа рхыҧхьаӡара мыцхәцәоуп."
-#: basic.hrc:58
+#: basic/inc/basic.hrc:58
msgctxt "RID_BASIC_START"
msgid "Device not available."
msgstr ""
-#: basic.hrc:59
+#: basic/inc/basic.hrc:59
msgctxt "RID_BASIC_START"
msgid "Access denied."
msgstr ""
-#: basic.hrc:60
+#: basic/inc/basic.hrc:60
msgctxt "RID_BASIC_START"
msgid "Disk not ready."
msgstr "Асанҭыр хиаӡам."
-#: basic.hrc:61
+#: basic/inc/basic.hrc:61
msgctxt "RID_BASIC_START"
msgid "Not implemented."
msgstr ""
-#: basic.hrc:62
+#: basic/inc/basic.hrc:62
msgctxt "RID_BASIC_START"
msgid "Renaming on different drives impossible."
msgstr ""
-#: basic.hrc:63
+#: basic/inc/basic.hrc:63
msgctxt "RID_BASIC_START"
msgid "Path/File access error."
msgstr ""
-#: basic.hrc:64
+#: basic/inc/basic.hrc:64
msgctxt "RID_BASIC_START"
msgid "Path not found."
msgstr "Амҩа ҧшаам."
-#: basic.hrc:65
+#: basic/inc/basic.hrc:65
msgctxt "RID_BASIC_START"
msgid "Object variable not set."
msgstr ""
-#: basic.hrc:66
+#: basic/inc/basic.hrc:66
msgctxt "RID_BASIC_START"
msgid "Invalid string pattern."
msgstr "Ииашам ацәаҳәа ашаблон."
-#: basic.hrc:67
+#: basic/inc/basic.hrc:67
msgctxt "RID_BASIC_START"
msgid "Use of zero not permitted."
msgstr "Ноль ахархәара ауӡом."
-#: basic.hrc:68
+#: basic/inc/basic.hrc:68
msgctxt "RID_BASIC_START"
msgid "DDE Error."
msgstr "DDE Агха."
-#: basic.hrc:69
+#: basic/inc/basic.hrc:69
msgctxt "RID_BASIC_START"
msgid "Awaiting response to DDE connection."
msgstr ""
-#: basic.hrc:70
+#: basic/inc/basic.hrc:70
msgctxt "RID_BASIC_START"
msgid "No DDE channels available."
msgstr "Зынаӡара ахьауа DDE аканалқәа ыҟам."
-#: basic.hrc:71
+#: basic/inc/basic.hrc:71
msgctxt "RID_BASIC_START"
msgid "No application responded to DDE connect initiation."
msgstr ""
-#: basic.hrc:72
+#: basic/inc/basic.hrc:72
msgctxt "RID_BASIC_START"
msgid "Too many applications responded to DDE connect initiation."
msgstr ""
-#: basic.hrc:73
+#: basic/inc/basic.hrc:73
msgctxt "RID_BASIC_START"
msgid "DDE channel locked."
msgstr "DDE аканал аанкылоуп."
-#: basic.hrc:74
+#: basic/inc/basic.hrc:74
msgctxt "RID_BASIC_START"
msgid "External application cannot execute DDE operation."
msgstr ""
-#: basic.hrc:75
+#: basic/inc/basic.hrc:75
msgctxt "RID_BASIC_START"
msgid "Timeout while waiting for DDE response."
msgstr ""
-#: basic.hrc:76
+#: basic/inc/basic.hrc:76
msgctxt "RID_BASIC_START"
msgid "User pressed ESCAPE during DDE operation."
msgstr ""
-#: basic.hrc:77
+#: basic/inc/basic.hrc:77
msgctxt "RID_BASIC_START"
msgid "External application busy."
msgstr ""
-#: basic.hrc:78
+#: basic/inc/basic.hrc:78
msgctxt "RID_BASIC_START"
msgid "DDE operation without data."
msgstr "Аоперациа DDE адырқәа рыда."
-#: basic.hrc:79
+#: basic/inc/basic.hrc:79
msgctxt "RID_BASIC_START"
msgid "Data are in wrong format."
msgstr "Адырқәа рформат иашам."
-#: basic.hrc:80
+#: basic/inc/basic.hrc:80
msgctxt "RID_BASIC_START"
msgid "External application has been terminated."
msgstr ""
-#: basic.hrc:81
+#: basic/inc/basic.hrc:81
msgctxt "RID_BASIC_START"
msgid "DDE connection interrupted or modified."
msgstr ""
-#: basic.hrc:82
+#: basic/inc/basic.hrc:82
msgctxt "RID_BASIC_START"
msgid "DDE method invoked with no channel open."
msgstr ""
-#: basic.hrc:83
+#: basic/inc/basic.hrc:83
msgctxt "RID_BASIC_START"
msgid "Invalid DDE link format."
msgstr "DDE ала аимадара изымуа аформат."
-#: basic.hrc:84
+#: basic/inc/basic.hrc:84
msgctxt "RID_BASIC_START"
msgid "DDE message has been lost."
msgstr "DDE ала ацҳамҭа ырӡуп."
-#: basic.hrc:85
+#: basic/inc/basic.hrc:85
msgctxt "RID_BASIC_START"
msgid "Paste link already performed."
msgstr ""
-#: basic.hrc:86
+#: basic/inc/basic.hrc:86
msgctxt "RID_BASIC_START"
msgid "Link mode cannot be set due to invalid link topic."
msgstr ""
-#: basic.hrc:87
+#: basic/inc/basic.hrc:87
msgctxt "RID_BASIC_START"
msgid "DDE requires the DDEML.DLL file."
msgstr "DDE азы иаҭахуп афаил DDEML.DLL."
-#: basic.hrc:88
+#: basic/inc/basic.hrc:88
msgctxt "RID_BASIC_START"
msgid "Module cannot be loaded; invalid format."
msgstr "Амодуль аҭагалара ауам: ииашам аформат."
-#: basic.hrc:89
+#: basic/inc/basic.hrc:89
msgctxt "RID_BASIC_START"
msgid "Invalid object index."
msgstr "Изымуа аобиект аиндекс."
-#: basic.hrc:90
+#: basic/inc/basic.hrc:90
msgctxt "RID_BASIC_START"
msgid "Object is not available."
msgstr "Аобиеқт ахь анаӡара ауам."
-#: basic.hrc:91
+#: basic/inc/basic.hrc:91
msgctxt "RID_BASIC_START"
msgid "Incorrect property value."
msgstr ""
-#: basic.hrc:92
+#: basic/inc/basic.hrc:92
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "This property is read-only."
msgstr "Абиблиотека аҧхьара мацаразы."
-#: basic.hrc:93
+#: basic/inc/basic.hrc:93
msgctxt "RID_BASIC_START"
msgid "This property is write only."
msgstr ""
-#: basic.hrc:94
+#: basic/inc/basic.hrc:94
msgctxt "RID_BASIC_START"
msgid "Invalid object reference."
msgstr "Ииашам азхьарҧш аобиеқт ахь."
-#: basic.hrc:95
+#: basic/inc/basic.hrc:95
msgctxt "RID_BASIC_START"
msgid "Property or method not found: $(ARG1)."
msgstr ""
-#: basic.hrc:96
+#: basic/inc/basic.hrc:96
msgctxt "RID_BASIC_START"
msgid "Object required."
msgstr "Иаҭахәп аобиект."
-#: basic.hrc:97
+#: basic/inc/basic.hrc:97
msgctxt "RID_BASIC_START"
msgid "Invalid use of an object."
msgstr "Аобиект иашамкәа ахархәара."
-#: basic.hrc:98
+#: basic/inc/basic.hrc:98
msgctxt "RID_BASIC_START"
msgid "OLE Automation is not supported by this object."
msgstr ""
-#: basic.hrc:99
+#: basic/inc/basic.hrc:99
msgctxt "RID_BASIC_START"
msgid "This property or method is not supported by the object."
msgstr ""
-#: basic.hrc:100
+#: basic/inc/basic.hrc:100
msgctxt "RID_BASIC_START"
msgid "OLE Automation Error."
msgstr "OLE Агха."
-#: basic.hrc:101
+#: basic/inc/basic.hrc:101
msgctxt "RID_BASIC_START"
msgid "This action is not supported by given object."
msgstr ""
-#: basic.hrc:102
+#: basic/inc/basic.hrc:102
msgctxt "RID_BASIC_START"
msgid "Named arguments are not supported by given object."
msgstr ""
-#: basic.hrc:103
+#: basic/inc/basic.hrc:103
msgctxt "RID_BASIC_START"
msgid "The current locale setting is not supported by the given object."
msgstr ""
-#: basic.hrc:104
+#: basic/inc/basic.hrc:104
msgctxt "RID_BASIC_START"
msgid "Named argument not found."
msgstr "Ихьӡырку аргумент ҧшаам. "
-#: basic.hrc:105
+#: basic/inc/basic.hrc:105
msgctxt "RID_BASIC_START"
msgid "Argument is not optional."
msgstr "Аргумент хымҧадатәиуп."
-#: basic.hrc:106 /home/cl/vc/git/libo-core/basic/inc/basic.hrc:114
+#: basic/inc/basic.hrc:106 basic/inc/basic.hrc:114
msgctxt "RID_BASIC_START"
msgid "Invalid number of arguments."
msgstr "Аргументқәа ииашам рхыҧхьаӡара."
-#: basic.hrc:107
+#: basic/inc/basic.hrc:107
msgctxt "RID_BASIC_START"
msgid "Object is not a list."
msgstr "Аобиеқт хьӡынҵаӡам."
-#: basic.hrc:108
+#: basic/inc/basic.hrc:108
msgctxt "RID_BASIC_START"
msgid "Invalid ordinal number."
msgstr ""
-#: basic.hrc:109
+#: basic/inc/basic.hrc:109
msgctxt "RID_BASIC_START"
msgid "Specified DLL function not found."
msgstr "Иарбоу DLL афункциа ҧшаам. "
-#: basic.hrc:110
+#: basic/inc/basic.hrc:110
msgctxt "RID_BASIC_START"
msgid "Invalid clipboard format."
msgstr ""
-#: basic.hrc:111
+#: basic/inc/basic.hrc:111
msgctxt "RID_BASIC_START"
msgid "Object does not have this property."
msgstr "Аобиеқт иамам ари аҷыдаҟазшьа."
-#: basic.hrc:112
+#: basic/inc/basic.hrc:112
msgctxt "RID_BASIC_START"
msgid "Object does not have this method."
msgstr "Аобиеқт иамам ари аметод."
-#: basic.hrc:113
+#: basic/inc/basic.hrc:113
msgctxt "RID_BASIC_START"
msgid "Required argument lacking."
msgstr "Иаҭаху аргумент аҟамзаара."
-#: basic.hrc:115
+#: basic/inc/basic.hrc:115
msgctxt "RID_BASIC_START"
msgid "Error executing a method."
msgstr "Аметод анагӡара агха."
-#: basic.hrc:116
+#: basic/inc/basic.hrc:116
msgctxt "RID_BASIC_START"
msgid "Unable to set property."
msgstr "Аҷыдаҟазшьа ақәыргылара ауам."
-#: basic.hrc:117
+#: basic/inc/basic.hrc:117
msgctxt "RID_BASIC_START"
msgid "Unable to determine property."
msgstr "Аҷыдаҟазшьа ақәыргылара ауам."
#. Compiler errors. These are not runtime errors.
-#: basic.hrc:119
+#: basic/inc/basic.hrc:119
msgctxt "RID_BASIC_START"
msgid "Unexpected symbol: $(ARG1)."
msgstr "Ҳаззыҧшымыз асимвол: $(ARG1). "
-#: basic.hrc:120
+#: basic/inc/basic.hrc:120
msgctxt "RID_BASIC_START"
msgid "Expected: $(ARG1)."
msgstr "Иазыҧшуп: $(ARG1)."
-#: basic.hrc:121
+#: basic/inc/basic.hrc:121
msgctxt "RID_BASIC_START"
msgid "Symbol expected."
msgstr "Иазыҧшуп асимвол."
-#: basic.hrc:122
+#: basic/inc/basic.hrc:122
msgctxt "RID_BASIC_START"
msgid "Variable expected."
msgstr "Иазыҧшуп аҽеиҭак."
-#: basic.hrc:123
+#: basic/inc/basic.hrc:123
msgctxt "RID_BASIC_START"
msgid "Label expected."
msgstr "Иазыҧшуп аҭыҧдырга."
-#: basic.hrc:124
+#: basic/inc/basic.hrc:124
msgctxt "RID_BASIC_START"
msgid "Value cannot be applied."
msgstr "Аҵакы ахархәара ауам."
-#: basic.hrc:125
+#: basic/inc/basic.hrc:125
msgctxt "RID_BASIC_START"
msgid "Variable $(ARG1) already defined."
msgstr "Аҽеиҭак $(ARG1) аҧҵан."
-#: basic.hrc:126
+#: basic/inc/basic.hrc:126
msgctxt "RID_BASIC_START"
msgid "Sub procedure or function procedure $(ARG1) already defined."
msgstr "Ацхыраагӡатә программа ма афункциа $(ARG1) аҧҵан."
-#: basic.hrc:127
+#: basic/inc/basic.hrc:127
msgctxt "RID_BASIC_START"
msgid "Label $(ARG1) already defined."
msgstr "Аҭыҧдырга $(ARG1) шьақәыргылан. "
-#: basic.hrc:128
+#: basic/inc/basic.hrc:128
msgctxt "RID_BASIC_START"
msgid "Variable $(ARG1) not found."
msgstr "Аҽеиҭак $(ARG1) ҧшаам."
-#: basic.hrc:129
+#: basic/inc/basic.hrc:129
msgctxt "RID_BASIC_START"
msgid "Array or procedure $(ARG1) not found."
msgstr "Амассив ма апроцедура $(ARG1) ҧшаам."
-#: basic.hrc:130
+#: basic/inc/basic.hrc:130
msgctxt "RID_BASIC_START"
msgid "Procedure $(ARG1) not found."
msgstr "Апроцедура $(ARG1) ҧшаам."
-#: basic.hrc:131
+#: basic/inc/basic.hrc:131
msgctxt "RID_BASIC_START"
msgid "Label $(ARG1) undefined."
msgstr "Аҭыҧдырга $(ARG1) шьақәыргылам."
-#: basic.hrc:132
+#: basic/inc/basic.hrc:132
msgctxt "RID_BASIC_START"
msgid "Unknown data type $(ARG1)."
msgstr "Идырым адырқәа рыхкы $(ARG1). "
-#: basic.hrc:133
+#: basic/inc/basic.hrc:133
msgctxt "RID_BASIC_START"
msgid "Exit $(ARG1) expected."
msgstr "Иазыҧшуп Exit $(ARG1)."
-#: basic.hrc:134
+#: basic/inc/basic.hrc:134
msgctxt "RID_BASIC_START"
msgid "Statement block still open: $(ARG1) missing."
msgstr "Аинструкциақәа рблок аркӡам: ибжьажьуп $(ARG1)."
-#: basic.hrc:135
+#: basic/inc/basic.hrc:135
msgctxt "RID_BASIC_START"
msgid "Parentheses do not match."
msgstr "Ахыц гьежьқәа руак азхом."
-#: basic.hrc:136
+#: basic/inc/basic.hrc:136
msgctxt "RID_BASIC_START"
msgid "Symbol $(ARG1) already defined differently."
msgstr "Асимвол $(ARG1) аҧҵан."
-#: basic.hrc:137
+#: basic/inc/basic.hrc:137
msgctxt "RID_BASIC_START"
msgid "Parameters do not correspond to procedure."
msgstr "Апараметрқәа ари апроцедура иашьашәалам."
-#: basic.hrc:138
+#: basic/inc/basic.hrc:138
msgctxt "RID_BASIC_START"
msgid "Invalid character in number."
msgstr "Ахыҧхьаӡараҟны изымуа асимвол."
-#: basic.hrc:139
+#: basic/inc/basic.hrc:139
msgctxt "RID_BASIC_START"
msgid "Array must be dimensioned."
msgstr "Иҭагалатәуп амассив ашәагаақәа."
-#: basic.hrc:140
+#: basic/inc/basic.hrc:140
msgctxt "RID_BASIC_START"
msgid "Else/Endif without If."
msgstr "Аоператор Else/Endif If ада."
-#: basic.hrc:141
+#: basic/inc/basic.hrc:141
msgctxt "RID_BASIC_START"
msgid "$(ARG1) not allowed within a procedure."
msgstr "$(ARG1) апроцедура аҩныҵҟа иауам."
-#: basic.hrc:142
+#: basic/inc/basic.hrc:142
msgctxt "RID_BASIC_START"
msgid "$(ARG1) not allowed outside a procedure."
msgstr "$(ARG1) апроцедура анҭыҵ иауам."
-#: basic.hrc:143
+#: basic/inc/basic.hrc:143
msgctxt "RID_BASIC_START"
msgid "Dimension specifications do not match."
msgstr ""
-#: basic.hrc:144
+#: basic/inc/basic.hrc:144
msgctxt "RID_BASIC_START"
msgid "Unknown option: $(ARG1)."
msgstr "Идырым апараметр: $(ARG1). "
-#: basic.hrc:145
+#: basic/inc/basic.hrc:145
msgctxt "RID_BASIC_START"
msgid "Constant $(ARG1) redefined."
msgstr "Аконстанта $(ARG1) ҿыц аҧҵара."
-#: basic.hrc:146
+#: basic/inc/basic.hrc:146
msgctxt "RID_BASIC_START"
msgid "Program too large."
msgstr "Апрограмма дуцәоуп."
-#: basic.hrc:147
+#: basic/inc/basic.hrc:147
msgctxt "RID_BASIC_START"
msgid "Strings or arrays not permitted."
msgstr "Ацәаҳәақәа ма амассивқәа ирыхәҭам."
-#: basic.hrc:148
+#: basic/inc/basic.hrc:148
msgctxt "RID_BASIC_START"
msgid "An exception occurred $(ARG1)."
msgstr ""
-#: basic.hrc:149
+#: basic/inc/basic.hrc:149
msgctxt "RID_BASIC_START"
msgid "This array is fixed or temporarily locked."
msgstr ""
-#: basic.hrc:150
+#: basic/inc/basic.hrc:150
msgctxt "RID_BASIC_START"
msgid "Out of string space."
msgstr "Ацәаҳәа анҭыҵ."
-#: basic.hrc:151
+#: basic/inc/basic.hrc:151
msgctxt "RID_BASIC_START"
msgid "Expression Too Complex."
msgstr ""
-#: basic.hrc:152
+#: basic/inc/basic.hrc:152
msgctxt "RID_BASIC_START"
msgid "Can't perform requested operation."
msgstr "Аоперациа анагӡара ауам."
-#: basic.hrc:153
+#: basic/inc/basic.hrc:153
msgctxt "RID_BASIC_START"
msgid "Too many DLL application clients."
msgstr ""
-#: basic.hrc:154
+#: basic/inc/basic.hrc:154
msgctxt "RID_BASIC_START"
msgid "For loop not initialized."
msgstr ""
-#: basic.hrc:155
+#: basic/inc/basic.hrc:155
msgctxt "RID_BASIC_START"
msgid "$(ARG1)"
msgstr "$(ARG1)"
-#: strings.hrc:25
+#: basic/inc/strings.hrc:25
msgctxt "STR_BASICKEY_FORMAT_ON"
msgid "On"
msgstr "Аҿак."
-#: strings.hrc:26
+#: basic/inc/strings.hrc:26
msgctxt "STR_BASICKEY_FORMAT_OFF"
msgid "Off"
msgstr "Аҿых."
-#: strings.hrc:27
+#: basic/inc/strings.hrc:27
msgctxt "STR_BASICKEY_FORMAT_TRUE"
msgid "True"
msgstr "Аиаша"
-#: strings.hrc:28
+#: basic/inc/strings.hrc:28
msgctxt "STR_BASICKEY_FORMAT_FALSE"
msgid "False"
msgstr "Амц"
-#: strings.hrc:29
+#: basic/inc/strings.hrc:29
msgctxt "STR_BASICKEY_FORMAT_YES"
msgid "Yes"
msgstr "Ааи"
-#: strings.hrc:30
+#: basic/inc/strings.hrc:30
msgctxt "STR_BASICKEY_FORMAT_NO"
msgid "No"
msgstr "Мап"
#. format currency
-#: strings.hrc:32
+#: basic/inc/strings.hrc:32
msgctxt "STR_BASICKEY_FORMAT_CURRENCY"
msgid "@0.00 $;@(0.00 $)"
msgstr "@0.00 $;@(0.00 $)"
-#: strings.hrc:34
+#: basic/inc/strings.hrc:34
msgctxt "IDS_SBERR_TERMINATED"
msgid "The macro running has been interrupted"
msgstr "Амакрос анагӡара еиҧырҟьоуп"
diff --git a/source/ab/chart2/messages.po b/source/ab/chart2/messages.po
index e7101ca7f32..727e615ccf9 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: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
"PO-Revision-Date: 2018-01-04 10:03+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,3123 +12,3128 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1515060185.000000\n"
-#: strings.hrc:24
+#: chart2/inc/strings.hrc:24
msgctxt "STR_DLG_CHART_WIZARD"
msgid "Chart Wizard"
msgstr "Адиаграммақәа разҟаза"
-#: strings.hrc:25
+#: chart2/inc/strings.hrc:25
msgctxt "STR_DLG_SMOOTH_LINE_PROPERTIES"
msgid "Smooth Lines"
msgstr ""
-#: strings.hrc:26
+#: chart2/inc/strings.hrc:26
msgctxt "STR_DLG_STEPPED_LINE_PROPERTIES"
msgid "Stepped Lines"
msgstr ""
-#: strings.hrc:27
+#: chart2/inc/strings.hrc:27
+msgctxt "STR_DLG_REMOVE_DATA_TABLE"
+msgid "This chart currently contains an internal data table. Do you want to proceed, deleting the internal data table, and set a new data range?"
+msgstr ""
+
+#: chart2/inc/strings.hrc:28
msgctxt "STR_PAGE_CHARTTYPE"
msgid "Chart Type"
msgstr "Адиаграмма атип"
-#: strings.hrc:28
+#: chart2/inc/strings.hrc:29
msgctxt "STR_PAGE_DATA_RANGE"
msgid "Data Range"
msgstr "Адырқәа рдиапазон"
-#: strings.hrc:29
+#: chart2/inc/strings.hrc:30
msgctxt "STR_PAGE_CHART_ELEMENTS"
msgid "Chart Elements"
msgstr "Адиаграммақәа релементқәа"
-#: strings.hrc:30
+#: chart2/inc/strings.hrc:31
msgctxt "STR_PAGE_LINE"
msgid "Line"
msgstr "Аҵәаӷәақәа"
-#: strings.hrc:31
+#: chart2/inc/strings.hrc:32
msgctxt "STR_PAGE_BORDER"
msgid "Borders"
msgstr ""
-#: strings.hrc:32
+#: chart2/inc/strings.hrc:33
msgctxt "STR_PAGE_AREA"
msgid "Area"
msgstr ""
-#: strings.hrc:33
+#: chart2/inc/strings.hrc:34
msgctxt "STR_PAGE_TRANSPARENCY"
msgid "Transparency"
msgstr ""
-#: strings.hrc:34
+#: chart2/inc/strings.hrc:35
msgctxt "STR_PAGE_FONT"
msgid "Font"
msgstr "Ашрифт"
-#: strings.hrc:35
+#: chart2/inc/strings.hrc:36
msgctxt "STR_PAGE_FONT_EFFECTS"
msgid "Font Effects"
msgstr "Ашрифт аеффеқтқәа"
-#: strings.hrc:36
+#: chart2/inc/strings.hrc:37
msgctxt "STR_PAGE_NUMBERS"
msgid "Numbers"
msgstr "Ахыҧхьаӡарақәа"
-#: strings.hrc:37
+#: chart2/inc/strings.hrc:38
msgctxt "STR_PAGE_POSITION"
msgid "Position"
msgstr "Аҭыҧ"
-#: strings.hrc:38
+#: chart2/inc/strings.hrc:39
msgctxt "STR_PAGE_LAYOUT"
msgid "Layout"
msgstr ""
-#: strings.hrc:39
+#: chart2/inc/strings.hrc:40
msgctxt "STR_PAGE_OPTIONS"
msgid "Options"
msgstr "Апараметрқәа"
-#: strings.hrc:40
+#: chart2/inc/strings.hrc:41
msgctxt "STR_PAGE_SCALE"
msgid "Scale"
msgstr "Амасштабркра"
-#: strings.hrc:41
+#: chart2/inc/strings.hrc:42
msgctxt "STR_PAGE_POSITIONING"
msgid "Positioning"
msgstr ""
-#: strings.hrc:42
+#: chart2/inc/strings.hrc:43
msgctxt "STR_PAGE_TRENDLINE_TYPE"
msgid "Type"
msgstr "Атип"
-#: strings.hrc:43
+#: chart2/inc/strings.hrc:44
msgctxt "STR_PAGE_XERROR_BARS"
msgid "X Error Bars"
msgstr ""
-#: strings.hrc:44
+#: chart2/inc/strings.hrc:45
msgctxt "STR_PAGE_YERROR_BARS"
msgid "Y Error Bars"
msgstr ""
-#: strings.hrc:45
+#: chart2/inc/strings.hrc:46
msgctxt "STR_PAGE_ALIGNMENT"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: strings.hrc:46
+#: chart2/inc/strings.hrc:47
msgctxt "STR_PAGE_PERSPECTIVE"
msgid "Perspective"
msgstr "Аперспектива"
-#: strings.hrc:47
+#: chart2/inc/strings.hrc:48
msgctxt "STR_PAGE_APPEARANCE"
msgid "Appearance"
msgstr "Аҿаҧшыра"
-#: strings.hrc:48
+#: chart2/inc/strings.hrc:49
msgctxt "STR_PAGE_ILLUMINATION"
msgid "Illumination"
msgstr "Арлашара"
-#: strings.hrc:49
+#: chart2/inc/strings.hrc:50
msgctxt "STR_PAGE_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: strings.hrc:50
+#: chart2/inc/strings.hrc:51
#, c-format
msgctxt "STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS"
msgid "Mean value line with value %AVERAGE_VALUE and standard deviation %STD_DEVIATION"
msgstr ""
-#: strings.hrc:51
+#: chart2/inc/strings.hrc:52
msgctxt "STR_OBJECT_AXIS"
msgid "Axis"
msgstr ""
-#: strings.hrc:52
+#: chart2/inc/strings.hrc:53
msgctxt "STR_OBJECT_AXIS_X"
msgid "X Axis"
msgstr ""
-#: strings.hrc:53
+#: chart2/inc/strings.hrc:54
msgctxt "STR_OBJECT_AXIS_Y"
msgid "Y Axis"
msgstr ""
-#: strings.hrc:54
+#: chart2/inc/strings.hrc:55
msgctxt "STR_OBJECT_AXIS_Z"
msgid "Z Axis"
msgstr ""
-#: strings.hrc:55
+#: chart2/inc/strings.hrc:56
msgctxt "STR_OBJECT_SECONDARY_X_AXIS"
msgid "Secondary X Axis"
msgstr ""
-#: strings.hrc:56
+#: chart2/inc/strings.hrc:57
msgctxt "STR_OBJECT_SECONDARY_Y_AXIS"
msgid "Secondary Y Axis"
msgstr ""
-#: strings.hrc:57
+#: chart2/inc/strings.hrc:58
msgctxt "STR_OBJECT_AXES"
msgid "Axes"
msgstr ""
-#: strings.hrc:58
+#: chart2/inc/strings.hrc:59
msgctxt "STR_OBJECT_GRIDS"
msgid "Grids"
msgstr ""
-#: strings.hrc:59
+#: chart2/inc/strings.hrc:60
msgctxt "STR_OBJECT_GRID"
msgid "Grid"
msgstr ""
-#: strings.hrc:60
+#: chart2/inc/strings.hrc:61
msgctxt "STR_OBJECT_GRID_MAJOR_X"
msgid "X Axis Major Grid"
msgstr ""
-#: strings.hrc:61
+#: chart2/inc/strings.hrc:62
msgctxt "STR_OBJECT_GRID_MAJOR_Y"
msgid "Y Axis Major Grid"
msgstr ""
-#: strings.hrc:62
+#: chart2/inc/strings.hrc:63
msgctxt "STR_OBJECT_GRID_MAJOR_Z"
msgid "Z Axis Major Grid"
msgstr ""
-#: strings.hrc:63
+#: chart2/inc/strings.hrc:64
msgctxt "STR_OBJECT_GRID_MINOR_X"
msgid "X Axis Minor Grid"
msgstr ""
-#: strings.hrc:64
+#: chart2/inc/strings.hrc:65
msgctxt "STR_OBJECT_GRID_MINOR_Y"
msgid "Y Axis Minor Grid"
msgstr ""
-#: strings.hrc:65
+#: chart2/inc/strings.hrc:66
msgctxt "STR_OBJECT_GRID_MINOR_Z"
msgid "Z Axis Minor Grid"
msgstr ""
-#: strings.hrc:66
+#: chart2/inc/strings.hrc:67
msgctxt "STR_OBJECT_LEGEND"
msgid "Legend"
msgstr "Алегенда"
-#: strings.hrc:67
+#: chart2/inc/strings.hrc:68
msgctxt "STR_OBJECT_TITLE"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:68
+#: chart2/inc/strings.hrc:69
msgctxt "STR_OBJECT_TITLES"
msgid "Titles"
msgstr "Ахқәа"
-#: strings.hrc:69
+#: chart2/inc/strings.hrc:70
msgctxt "STR_OBJECT_TITLE_MAIN"
msgid "Main Title"
msgstr "Ихадоу ахы"
-#: strings.hrc:70
+#: chart2/inc/strings.hrc:71
msgctxt "STR_OBJECT_TITLE_SUB"
msgid "Subtitle"
msgstr ""
-#: strings.hrc:71
+#: chart2/inc/strings.hrc:72
msgctxt "STR_OBJECT_TITLE_X_AXIS"
msgid "X Axis Title"
msgstr ""
-#: strings.hrc:72
+#: chart2/inc/strings.hrc:73
msgctxt "STR_OBJECT_TITLE_Y_AXIS"
msgid "Y Axis Title"
msgstr ""
-#: strings.hrc:73
+#: chart2/inc/strings.hrc:74
msgctxt "STR_OBJECT_TITLE_Z_AXIS"
msgid "Z Axis Title"
msgstr ""
-#: strings.hrc:74
+#: chart2/inc/strings.hrc:75
msgctxt "STR_OBJECT_TITLE_SECONDARY_X_AXIS"
msgid "Secondary X Axis Title"
msgstr ""
-#: strings.hrc:75
+#: chart2/inc/strings.hrc:76
msgctxt "STR_OBJECT_TITLE_SECONDARY_Y_AXIS"
msgid "Secondary Y Axis Title"
msgstr ""
-#: strings.hrc:76
+#: chart2/inc/strings.hrc:77
msgctxt "STR_OBJECT_LABEL"
msgid "Label"
msgstr "Анапаҵаҩра"
-#: strings.hrc:77
+#: chart2/inc/strings.hrc:78
msgctxt "STR_OBJECT_DATALABELS"
msgid "Data Labels"
msgstr "Адырқәа рнапаҵаҩрақәа"
-#: strings.hrc:78
+#: chart2/inc/strings.hrc:79
msgctxt "STR_OBJECT_DATAPOINT"
msgid "Data Point"
msgstr "Адырқәа ркәаҧ"
-#: strings.hrc:79
+#: chart2/inc/strings.hrc:80
msgctxt "STR_OBJECT_DATAPOINTS"
msgid "Data Points"
msgstr "Адырқәа ркәаҧқәа"
-#: strings.hrc:80
+#: chart2/inc/strings.hrc:81
msgctxt "STR_OBJECT_LEGEND_SYMBOL"
msgid "Legend Key"
msgstr ""
-#: strings.hrc:81
+#: chart2/inc/strings.hrc:82
msgctxt "STR_OBJECT_DATASERIES"
msgid "Data Series"
msgstr ""
-#: strings.hrc:82
+#: chart2/inc/strings.hrc:83
msgctxt "STR_OBJECT_DATASERIES_PLURAL"
msgid "Data Series"
msgstr ""
-#: strings.hrc:83
+#: chart2/inc/strings.hrc:84
msgctxt "STR_OBJECT_CURVE"
msgid "Trend Line"
msgstr "Атренд аҵәаӷәақәа"
-#: strings.hrc:84
+#: chart2/inc/strings.hrc:85
msgctxt "STR_OBJECT_CURVES"
msgid "Trend Lines"
msgstr "Атренд аҵәаӷәақәа"
-#: strings.hrc:85
+#: chart2/inc/strings.hrc:86
msgctxt "STR_OBJECT_CURVE_WITH_PARAMETERS"
msgid "Trend line %FORMULA with accuracy R² = %RSQUARED"
msgstr "Атренд аҵәаӷәа %FORMULA аиашақәшәара R² = %RSQUARED"
-#: strings.hrc:86
+#: chart2/inc/strings.hrc:87
msgctxt "STR_OBJECT_MOVING_AVERAGE_WITH_PARAMETERS"
msgid "Moving average trend line with period = %PERIOD"
msgstr ""
-#: strings.hrc:87
+#: chart2/inc/strings.hrc:88
msgctxt "STR_OBJECT_AVERAGE_LINE"
msgid "Mean Value Line"
msgstr "Абжьаратә ҵакы змоу аҵәаӷәа"
-#: strings.hrc:88
+#: chart2/inc/strings.hrc:89
msgctxt "STR_OBJECT_CURVE_EQUATION"
msgid "Equation"
msgstr "Аиҟаратә"
-#: strings.hrc:89
+#: chart2/inc/strings.hrc:90
msgctxt "STR_OBJECT_ERROR_BARS_X"
msgid "X Error Bars"
msgstr ""
-#: strings.hrc:90
+#: chart2/inc/strings.hrc:91
msgctxt "STR_OBJECT_ERROR_BARS_Y"
msgid "Y Error Bars"
msgstr ""
-#: strings.hrc:91
+#: chart2/inc/strings.hrc:92
msgctxt "STR_OBJECT_ERROR_BARS_Z"
msgid "Z Error Bars"
msgstr ""
-#: strings.hrc:92
+#: chart2/inc/strings.hrc:93
msgctxt "STR_OBJECT_STOCK_LOSS"
msgid "Stock Loss"
msgstr ""
-#: strings.hrc:93
+#: chart2/inc/strings.hrc:94
msgctxt "STR_OBJECT_STOCK_GAIN"
msgid "Stock Gain"
msgstr ""
-#: strings.hrc:94
+#: chart2/inc/strings.hrc:95
msgctxt "STR_OBJECT_PAGE"
msgid "Chart Area"
msgstr ""
-#: strings.hrc:95
+#: chart2/inc/strings.hrc:96
msgctxt "STR_OBJECT_DIAGRAM"
msgid "Chart"
msgstr "Адиаграмма"
-#: strings.hrc:96
+#: chart2/inc/strings.hrc:97
msgctxt "STR_OBJECT_DIAGRAM_WALL"
msgid "Chart Wall"
msgstr ""
-#: strings.hrc:97
+#: chart2/inc/strings.hrc:98
msgctxt "STR_OBJECT_DIAGRAM_FLOOR"
msgid "Chart Floor"
msgstr "Адиаграмма ашьаҭа"
-#: strings.hrc:98
+#: chart2/inc/strings.hrc:99
msgctxt "STR_OBJECT_SHAPE"
msgid "Drawing Object"
msgstr "Аобиеқтқәа рҭыхра"
-#: strings.hrc:99
+#: chart2/inc/strings.hrc:100
#, c-format
msgctxt "STR_TIP_DATASERIES"
msgid "Data Series '%SERIESNAME'"
msgstr "Адырқәа реишьҭагыла «%SERIESNAME»"
-#: strings.hrc:100
+#: chart2/inc/strings.hrc:101
msgctxt "STR_TIP_DATAPOINT_INDEX"
msgid "Data Point %POINTNUMBER"
msgstr "Адырқәа ркәаҧ %POINTNUMBER"
-#: strings.hrc:101
+#: chart2/inc/strings.hrc:102
msgctxt "STR_TIP_DATAPOINT_VALUES"
msgid "Values: %POINTVALUES"
msgstr "Аҵакқәа: %POINTVALUES"
-#: strings.hrc:102
+#: chart2/inc/strings.hrc:103
msgctxt "STR_TIP_DATAPOINT"
msgid "Data Point %POINTNUMBER, data series %SERIESNUMBER, values: %POINTVALUES"
msgstr ""
-#: strings.hrc:103
+#: chart2/inc/strings.hrc:104
msgctxt "STR_STATUS_DATAPOINT_MARKED"
msgid "Data point %POINTNUMBER in data series %SERIESNUMBER selected, values: %POINTVALUES"
msgstr ""
-#: strings.hrc:104
+#: chart2/inc/strings.hrc:105
msgctxt "STR_STATUS_OBJECT_MARKED"
msgid "%OBJECTNAME selected"
msgstr "Иалкаауп: %OBJECTNAME"
-#: strings.hrc:105
+#: chart2/inc/strings.hrc:106
msgctxt "STR_STATUS_PIE_SEGMENT_EXPLODED"
msgid "Pie exploded by %PERCENTVALUE percent"
msgstr ""
-#: strings.hrc:106
+#: chart2/inc/strings.hrc:107
msgctxt "STR_OBJECT_FOR_SERIES"
msgid "%OBJECTNAME for Data Series '%SERIESNAME'"
msgstr ""
-#: strings.hrc:107
+#: chart2/inc/strings.hrc:108
msgctxt "STR_OBJECT_FOR_ALL_SERIES"
msgid "%OBJECTNAME for all Data Series"
msgstr ""
-#: strings.hrc:108
+#: chart2/inc/strings.hrc:109
msgctxt "STR_ACTION_EDIT_CHARTTYPE"
msgid "Edit chart type"
msgstr "Иҧсахтәуп адиаграмма атип"
-#: strings.hrc:109
+#: chart2/inc/strings.hrc:110
msgctxt "STR_ACTION_EDIT_DATA_RANGES"
msgid "Edit data ranges"
msgstr "Иҧсахтәуп адырқәа рдиапазон"
-#: strings.hrc:110
+#: chart2/inc/strings.hrc:111
msgctxt "STR_ACTION_EDIT_3D_VIEW"
msgid "Edit 3D view"
msgstr ""
-#: strings.hrc:111
+#: chart2/inc/strings.hrc:112
msgctxt "STR_ACTION_EDIT_CHART_DATA"
msgid "Edit chart data"
msgstr "Иҧсахтәуп адиаграмма адырқәа"
-#: strings.hrc:112
+#: chart2/inc/strings.hrc:113
msgctxt "STR_ACTION_TOGGLE_LEGEND"
msgid "Legend on/off"
msgstr "Иаарҧштәуп/иҵәахтәуп алегенда"
-#: strings.hrc:113
+#: chart2/inc/strings.hrc:114
msgctxt "STR_ACTION_TOGGLE_GRID_HORZ"
msgid "Horizontal grid major/major&minor/off"
msgstr ""
-#: strings.hrc:114
+#: chart2/inc/strings.hrc:115
msgctxt "STR_ACTION_TOGGLE_GRID_VERTICAL"
msgid "Vertical grid major/major&minor/off"
msgstr ""
-#: strings.hrc:115
+#: chart2/inc/strings.hrc:116
msgctxt "STR_ACTION_SCALE_TEXT"
msgid "Scale Text"
msgstr "Атеқстқәа рмасштаб"
-#: strings.hrc:116
+#: chart2/inc/strings.hrc:117
msgctxt "STR_ACTION_REARRANGE_CHART"
msgid "Automatic Layout"
msgstr ""
-#: strings.hrc:117
+#: chart2/inc/strings.hrc:118
msgctxt "STR_ACTION_NOTPOSSIBLE"
msgid "This function cannot be completed with the selected objects."
msgstr ""
-#: strings.hrc:118
+#: chart2/inc/strings.hrc:119
msgctxt "STR_ACTION_EDIT_TEXT"
msgid "Edit text"
msgstr "Атеқст аредакциазура "
-#: strings.hrc:119
+#: chart2/inc/strings.hrc:120
#, c-format
msgctxt "STR_COLUMN_LABEL"
msgid "Column %COLUMNNUMBER"
msgstr "Аиҵагыла %COLUMNNUMBER"
-#: strings.hrc:120
+#: chart2/inc/strings.hrc:121
msgctxt "STR_ROW_LABEL"
msgid "Row %ROWNUMBER"
msgstr "Ацәаҳәа %ROWNUMBER"
-#: strings.hrc:121
+#: chart2/inc/strings.hrc:122
msgctxt "STR_DATA_ROLE_LABEL"
msgid "Name"
msgstr "Ахьӡ"
-#: strings.hrc:122
+#: chart2/inc/strings.hrc:123
msgctxt "STR_DATA_ROLE_X"
msgid "X-Values"
msgstr "X аҵакы"
-#: strings.hrc:123
+#: chart2/inc/strings.hrc:124
msgctxt "STR_DATA_ROLE_Y"
msgid "Y-Values"
msgstr "Y аҵакы"
-#: strings.hrc:124
+#: chart2/inc/strings.hrc:125
msgctxt "STR_DATA_ROLE_SIZE"
msgid "Bubble Sizes"
msgstr ""
-#: strings.hrc:125
+#: chart2/inc/strings.hrc:126
msgctxt "STR_DATA_ROLE_X_ERROR"
msgid "X-Error-Bars"
msgstr ""
-#: strings.hrc:126
+#: chart2/inc/strings.hrc:127
msgctxt "STR_DATA_ROLE_X_ERROR_POSITIVE"
msgid "Positive X-Error-Bars"
msgstr ""
-#: strings.hrc:127
+#: chart2/inc/strings.hrc:128
msgctxt "STR_DATA_ROLE_X_ERROR_NEGATIVE"
msgid "Negative X-Error-Bars"
msgstr ""
-#: strings.hrc:128
+#: chart2/inc/strings.hrc:129
msgctxt "STR_DATA_ROLE_Y_ERROR"
msgid "Y-Error-Bars"
msgstr ""
-#: strings.hrc:129
+#: chart2/inc/strings.hrc:130
msgctxt "STR_DATA_ROLE_Y_ERROR_POSITIVE"
msgid "Positive Y-Error-Bars"
msgstr ""
-#: strings.hrc:130
+#: chart2/inc/strings.hrc:131
msgctxt "STR_DATA_ROLE_Y_ERROR_NEGATIVE"
msgid "Negative Y-Error-Bars"
msgstr ""
-#: strings.hrc:131
+#: chart2/inc/strings.hrc:132
msgctxt "STR_DATA_ROLE_FIRST"
msgid "Open Values"
msgstr "Аартра"
-#: strings.hrc:132
+#: chart2/inc/strings.hrc:133
msgctxt "STR_DATA_ROLE_LAST"
msgid "Close Values"
msgstr "Аркра"
-#: strings.hrc:133
+#: chart2/inc/strings.hrc:134
msgctxt "STR_DATA_ROLE_MIN"
msgid "Low Values"
msgstr "Аминимум"
-#: strings.hrc:134
+#: chart2/inc/strings.hrc:135
msgctxt "STR_DATA_ROLE_MAX"
msgid "High Values"
msgstr "Амаксимум"
-#: strings.hrc:135
+#: chart2/inc/strings.hrc:136
msgctxt "STR_DATA_ROLE_CATEGORIES"
msgid "Categories"
msgstr "Акатегориақәа"
-#: strings.hrc:136
+#: chart2/inc/strings.hrc:137
msgctxt "STR_DATA_UNNAMED_SERIES"
msgid "Unnamed Series"
msgstr "Ихьӡыдоу аишьҭагылақәа"
-#: strings.hrc:137
+#: chart2/inc/strings.hrc:138
msgctxt "STR_DATA_UNNAMED_SERIES_WITH_INDEX"
msgid "Unnamed Series %NUMBER"
msgstr "Ихьӡыдоу аишьҭагылақәа %NUMBER"
-#: strings.hrc:138
+#: chart2/inc/strings.hrc:139
msgctxt "STR_DATA_SELECT_RANGE_FOR_SERIES"
msgid "Select Range for %VALUETYPE of %SERIESNAME"
msgstr "Иалышәх адиапазон %VALUETYPE в %SERIESNAME азы"
-#: strings.hrc:139
+#: chart2/inc/strings.hrc:140
msgctxt "STR_DATA_SELECT_RANGE_FOR_CATEGORIES"
msgid "Select Range for Categories"
msgstr "Иалышәх адипазон акатегориақәа рзы"
-#: strings.hrc:140
+#: chart2/inc/strings.hrc:141
msgctxt "STR_DATA_SELECT_RANGE_FOR_DATALABELS"
msgid "Select Range for data labels"
msgstr "Иалышәх адипазон акатегориақәа рзы"
-#: strings.hrc:141
+#: chart2/inc/strings.hrc:142
msgctxt "STR_DATA_EDITOR_INCORRECT_INPUT"
msgid ""
"Your last input is incorrect.\n"
"Ignore this change and close the dialog?"
msgstr ""
-#: strings.hrc:142
+#: chart2/inc/strings.hrc:143
msgctxt "STR_TEXT_DIRECTION_LTR"
msgid "Left-to-right"
msgstr "Армарахьтә арӷьарахь"
-#: strings.hrc:143
+#: chart2/inc/strings.hrc:144
msgctxt "STR_TEXT_DIRECTION_RTL"
msgid "Right-to-left"
msgstr "Арӷьарахьтә армарахь"
-#: strings.hrc:144
+#: chart2/inc/strings.hrc:145
msgctxt "STR_TEXT_DIRECTION_SUPER"
msgid "Use superordinate object settings"
msgstr ""
-#: strings.hrc:145
+#: chart2/inc/strings.hrc:146
msgctxt "STR_PROPERTY_ROLE_FILLCOLOR"
msgid "Fill Color"
msgstr ""
-#: strings.hrc:146
+#: chart2/inc/strings.hrc:147
msgctxt "STR_PROPERTY_ROLE_BORDERCOLOR"
msgid "Border Color"
msgstr ""
-#: strings.hrc:148
+#: chart2/inc/strings.hrc:149
msgctxt "STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr "Адырқәа ртаблица аҟынтәи"
-#: strings.hrc:149
+#: chart2/inc/strings.hrc:150
msgctxt "STR_REGRESSION_LINEAR"
msgid "Linear"
msgstr "Аҵәаӷәатә"
-#: strings.hrc:150
+#: chart2/inc/strings.hrc:151
msgctxt "STR_REGRESSION_LOG"
msgid "Logarithmic"
msgstr "Алогарифмтә"
-#: strings.hrc:151
+#: chart2/inc/strings.hrc:152
msgctxt "STR_REGRESSION_EXP"
msgid "Exponential"
msgstr "Аекспоненциалтә"
-#: strings.hrc:152
+#: chart2/inc/strings.hrc:153
msgctxt "STR_REGRESSION_POWER"
msgid "Power"
msgstr ""
-#: strings.hrc:153
+#: chart2/inc/strings.hrc:154
msgctxt "STR_REGRESSION_POLYNOMIAL"
msgid "Polynomial"
msgstr "Аполиномиалтә"
-#: strings.hrc:154
+#: chart2/inc/strings.hrc:155
msgctxt "STR_REGRESSION_MOVING_AVERAGE"
msgid "Moving average"
msgstr ""
-#: strings.hrc:155
+#: chart2/inc/strings.hrc:156
msgctxt "STR_REGRESSION_MEAN"
msgid "Mean"
msgstr ""
-#: strings.hrc:157
+#: chart2/inc/strings.hrc:158
msgctxt "STR_TYPE_COLUMN"
msgid "Column"
msgstr "Аиҵагылатә"
-#: strings.hrc:158
+#: chart2/inc/strings.hrc:159
msgctxt "STR_TYPE_BAR"
msgid "Bar"
msgstr ""
-#: strings.hrc:159
+#: chart2/inc/strings.hrc:160
msgctxt "STR_TYPE_AREA"
msgid "Area"
msgstr ""
-#: strings.hrc:160
+#: chart2/inc/strings.hrc:161
msgctxt "STR_TYPE_PIE"
msgid "Pie"
msgstr "Агьежьтә"
-#: strings.hrc:161
+#: chart2/inc/strings.hrc:162
msgctxt "STR_PIE_EXPLODED"
msgid "Exploded Pie Chart"
msgstr ""
-#: strings.hrc:162
+#: chart2/inc/strings.hrc:163
msgctxt "STR_DONUT_EXPLODED"
msgid "Exploded Donut Chart"
msgstr ""
-#: strings.hrc:163
+#: chart2/inc/strings.hrc:164
msgctxt "STR_DONUT"
msgid "Donut"
msgstr ""
-#: strings.hrc:164
+#: chart2/inc/strings.hrc:165
msgctxt "STR_TYPE_LINE"
msgid "Line"
msgstr "Аҵәаӷәақәа"
-#: strings.hrc:165
+#: chart2/inc/strings.hrc:166
msgctxt "STR_TYPE_XY"
msgid "XY (Scatter)"
msgstr ""
-#: strings.hrc:166
+#: chart2/inc/strings.hrc:167
msgctxt "STR_POINTS_AND_LINES"
msgid "Points and Lines"
msgstr "Аҵәаӷәақәеи акәаҧқәеи"
-#: strings.hrc:167
+#: chart2/inc/strings.hrc:168
msgctxt "STR_POINTS_ONLY"
msgid "Points Only"
msgstr "Акәаҧқәа рымацара"
-#: strings.hrc:168
+#: chart2/inc/strings.hrc:169
msgctxt "STR_LINES_ONLY"
msgid "Lines Only"
msgstr "Аҵәаӷәақәа рымацара"
-#: strings.hrc:169
+#: chart2/inc/strings.hrc:170
msgctxt "STR_LINES_3D"
msgid "3D Lines"
msgstr "3D аҵәаӷәақәа"
-#: strings.hrc:170
+#: chart2/inc/strings.hrc:171
msgctxt "STR_TYPE_COMBI_COLUMN_LINE"
msgid "Column and Line"
msgstr "Аиҵагылақәеи аҵәаӷәақәеи"
-#: strings.hrc:171
+#: chart2/inc/strings.hrc:172
msgctxt "STR_LINE_COLUMN"
msgid "Columns and Lines"
msgstr "Аиҵагылақәеи аҵәаӷәақәеи"
-#: strings.hrc:172
+#: chart2/inc/strings.hrc:173
msgctxt "STR_LINE_STACKEDCOLUMN"
msgid "Stacked Columns and Lines"
msgstr ""
-#: strings.hrc:173
+#: chart2/inc/strings.hrc:174
msgctxt "STR_TYPE_NET"
msgid "Net"
msgstr ""
-#: strings.hrc:174
+#: chart2/inc/strings.hrc:175
msgctxt "STR_TYPE_STOCK"
msgid "Stock"
msgstr ""
-#: strings.hrc:175
+#: chart2/inc/strings.hrc:176
msgctxt "STR_STOCK_1"
msgid "Stock Chart 1"
msgstr ""
-#: strings.hrc:176
+#: chart2/inc/strings.hrc:177
msgctxt "STR_STOCK_2"
msgid "Stock Chart 2"
msgstr ""
-#: strings.hrc:177
+#: chart2/inc/strings.hrc:178
msgctxt "STR_STOCK_3"
msgid "Stock Chart 3"
msgstr ""
-#: strings.hrc:178
+#: chart2/inc/strings.hrc:179
msgctxt "STR_STOCK_4"
msgid "Stock Chart 4"
msgstr ""
-#: strings.hrc:179
+#: chart2/inc/strings.hrc:180
msgctxt "STR_NORMAL"
msgid "Normal"
msgstr "Инормалтәу"
-#: strings.hrc:180
+#: chart2/inc/strings.hrc:181
msgctxt "STR_STACKED"
msgid "Stacked"
msgstr ""
-#: strings.hrc:181
+#: chart2/inc/strings.hrc:182
msgctxt "STR_PERCENT"
msgid "Percent Stacked"
msgstr ""
-#: strings.hrc:182
+#: chart2/inc/strings.hrc:183
msgctxt "STR_DEEP"
msgid "Deep"
msgstr ""
-#: strings.hrc:183
+#: chart2/inc/strings.hrc:184
msgctxt "STR_FILLED"
msgid "Filled"
msgstr ""
-#: strings.hrc:184
+#: chart2/inc/strings.hrc:185
msgctxt "STR_TYPE_BUBBLE"
msgid "Bubble"
msgstr ""
-#: strings.hrc:185
+#: chart2/inc/strings.hrc:186
msgctxt "STR_BUBBLE_1"
msgid "Bubble Chart"
msgstr ""
-#: strings.hrc:186
+#: chart2/inc/strings.hrc:187
msgctxt "STR_TYPE_GL3D_BAR"
msgid "GL3D Bar"
msgstr "Еиҵагылатәу GL3D "
-#: strings.hrc:187
+#: chart2/inc/strings.hrc:188
msgctxt "STR_GL3D_BAR"
msgid "GL3D Bar Chart"
msgstr "Еиҵагылатәу адиаграмма GL3D "
-#: strings.hrc:189
+#: chart2/inc/strings.hrc:190
msgctxt "STR_INVALID_NUMBER"
msgid "Numbers are required. Check your input."
msgstr "Иаҭахуп ахыҧхьаӡарақәа. Игәашәҭ иҭагалақәо."
-#: strings.hrc:190
+#: chart2/inc/strings.hrc:191
msgctxt "STR_STEP_GT_ZERO"
msgid "The major interval requires a positive number. Check your input."
msgstr ""
-#: strings.hrc:191
+#: chart2/inc/strings.hrc:192
msgctxt "STR_BAD_LOGARITHM"
msgid "The logarithmic scale requires positive numbers. Check your input."
msgstr ""
-#: strings.hrc:192
+#: chart2/inc/strings.hrc:193
msgctxt "STR_MIN_GREATER_MAX"
msgid "The minimum must be lower than the maximum. Check your input."
msgstr "Аминимум еиҵазароуп амаксимум аасҭа. Игәашәҭ аҭагалара."
-#: strings.hrc:193
+#: chart2/inc/strings.hrc:194
msgctxt "STR_INVALID_INTERVALS"
msgid "The major interval needs to be greater than the minor interval. Check your input."
msgstr ""
-#: strings.hrc:194
+#: chart2/inc/strings.hrc:195
msgctxt "STR_INVALID_TIME_UNIT"
msgid "The major and minor interval need to be greater or equal to the resolution. Check your input."
msgstr ""
-#: 3dviewdialog.ui:8
+#: chart2/uiconfig/ui/3dviewdialog.ui:8
msgctxt "3dviewdialog|3DViewDialog"
msgid "3D View"
msgstr ""
-#: chardialog.ui:8
+#: chart2/uiconfig/ui/chardialog.ui:8
msgctxt "chardialog|CharDialog"
msgid "Character"
msgstr "Асимволқәа"
-#: chardialog.ui:105
+#: chart2/uiconfig/ui/chardialog.ui:105
msgctxt "chardialog|font"
msgid "Font"
msgstr "Ашрифт"
-#: chardialog.ui:127
+#: chart2/uiconfig/ui/chardialog.ui:127
msgctxt "chardialog|fonteffects"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: chardialog.ui:150
+#: chart2/uiconfig/ui/chardialog.ui:150
msgctxt "chardialog|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: chartdatadialog.ui:8
+#: chart2/uiconfig/ui/chartdatadialog.ui:8
msgctxt "chartdatadialog|ChartDataDialog"
msgid "Data Table"
msgstr "Адырқәа ртаблица"
-#: chartdatadialog.ui:88
+#: chart2/uiconfig/ui/chartdatadialog.ui:88
msgctxt "chartdatadialog|InsertRow"
msgid "Insert Row"
msgstr "Ибжьаргылатәуп ацәаҳәа"
-#: chartdatadialog.ui:102
+#: chart2/uiconfig/ui/chartdatadialog.ui:102
msgctxt "chartdatadialog|InsertColumn"
msgid "Insert Series"
msgstr "Иҭаргылатәуа аишьҭагыла"
-#: chartdatadialog.ui:116
+#: chart2/uiconfig/ui/chartdatadialog.ui:116
msgctxt "chartdatadialog|InsertTextColumn"
msgid "Insert Text Column"
msgstr ""
-#: chartdatadialog.ui:130
+#: chart2/uiconfig/ui/chartdatadialog.ui:130
msgctxt "chartdatadialog|RemoveRow"
msgid "Delete Row"
msgstr "Ианыхтәуп ацәаҳәа"
-#: chartdatadialog.ui:144
+#: chart2/uiconfig/ui/chartdatadialog.ui:144
msgctxt "chartdatadialog|RemoveColumn"
msgid "Delete Series"
msgstr "Ианыхтәуп аишьҭагыла"
-#: chartdatadialog.ui:168
+#: chart2/uiconfig/ui/chartdatadialog.ui:168
msgctxt "chartdatadialog|MoveLeftColumn"
msgid "Move Series Left"
msgstr "Ииагатәуп аишьҭагыла армарахь"
-#: chartdatadialog.ui:182
+#: chart2/uiconfig/ui/chartdatadialog.ui:182
msgctxt "chartdatadialog|MoveRightColumn"
msgid "Move Series Right"
msgstr "Ииагатәуп аишьҭагыла арӷьарахь"
-#: chartdatadialog.ui:196
+#: chart2/uiconfig/ui/chartdatadialog.ui:196
msgctxt "chartdatadialog|MoveUpRow"
msgid "Move Row Up"
msgstr "Ииагатәуп аишьҭагыла аҩада"
-#: chartdatadialog.ui:210
+#: chart2/uiconfig/ui/chartdatadialog.ui:210
msgctxt "chartdatadialog|MoveDownRow"
msgid "Move Row Down"
msgstr "Ииагатәуп аишьҭагыла алада"
-#: charttypedialog.ui:8
+#: chart2/uiconfig/ui/charttypedialog.ui:8
msgctxt "charttypedialog|ChartTypeDialog"
msgid "Chart Type"
msgstr "Адиаграмма атип"
-#: datarangedialog.ui:8
+#: chart2/uiconfig/ui/datarangedialog.ui:8
msgctxt "datarangedialog|DataRangeDialog"
msgid "Data Ranges"
msgstr "Адырқәа рдиапазон"
-#: dlg_DataLabel.ui:20
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:20
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Best fit"
msgstr "Иоптималтәу амасштабркра"
-#: dlg_DataLabel.ui:24
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:24
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Center"
msgstr "Ацентр"
-#: dlg_DataLabel.ui:28
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:28
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Above"
msgstr "Хыхьла"
-#: dlg_DataLabel.ui:32
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:32
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Top left"
msgstr "Хыхьла арымарахь"
-#: dlg_DataLabel.ui:36
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:36
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Left"
msgstr "Арымарахь"
-#: dlg_DataLabel.ui:40
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:40
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Bottom left"
msgstr "Ҵаҟала арымарахь"
-#: dlg_DataLabel.ui:44
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:44
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Below"
msgstr "Ҵаҟала"
-#: dlg_DataLabel.ui:48
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:48
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Bottom right"
msgstr "Ҵаҟала арыӷьарахь"
-#: dlg_DataLabel.ui:52
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:52
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Right"
msgstr "Арыӷьарахь"
-#: dlg_DataLabel.ui:56
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:56
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Top right"
msgstr "Хыхьла арыӷьарахь"
-#: dlg_DataLabel.ui:60
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:60
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Inside"
msgstr "Аҩныҵҟа"
-#: dlg_DataLabel.ui:64
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:64
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Outside"
msgstr "Адәныҟа"
-#: dlg_DataLabel.ui:68
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:68
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Near origin"
msgstr ""
-#: dlg_DataLabel.ui:82
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:82
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Space"
msgstr "Акосмос"
-#: dlg_DataLabel.ui:86
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:86
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Comma"
msgstr ""
-#: dlg_DataLabel.ui:90
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:90
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Semicolon"
msgstr ""
-#: dlg_DataLabel.ui:94
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:94
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "New line"
msgstr "Ацәаҳәа ҿыц"
-#: dlg_DataLabel.ui:102
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:102
msgctxt "dlg_DataLabel|dlg_DataLabels"
msgid "Data Labels for all Data Series"
msgstr ""
-#: dlg_DataLabel.ui:194
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:194
msgctxt "dlg_DataLabel|CB_VALUE_AS_NUMBER"
msgid "Show value as _number"
msgstr "Иаарҧштәуп аҵакы хыҧхьаӡараҵас"
-#: dlg_DataLabel.ui:209
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:209
msgctxt "dlg_DataLabel|CB_VALUE_AS_PERCENTAGE"
msgid "Show value as _percentage"
msgstr ""
-#: dlg_DataLabel.ui:224
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:224
msgctxt "dlg_DataLabel|CB_CATEGORY"
msgid "Show _category"
msgstr "Иаарҧштәуп акатегориа"
-#: dlg_DataLabel.ui:239
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:239
msgctxt "dlg_DataLabel|CB_SYMBOL"
msgid "Show _legend key"
msgstr ""
-#: dlg_DataLabel.ui:254
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:254
msgctxt "dlg_DataLabel|CB_WRAP_TEXT"
msgid "Auto text _wrap"
msgstr ""
-#: dlg_DataLabel.ui:269
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:269
msgctxt "dlg_DataLabel|PB_NUMBERFORMAT"
msgid "Number _format..."
msgstr "Ахыҧхьаӡаратә формат..."
-#: dlg_DataLabel.ui:283
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:283
msgctxt "dlg_DataLabel|PB_PERCENT_NUMBERFORMAT"
msgid "Percentage f_ormat..."
msgstr "Апроценттә формат..."
-#: dlg_DataLabel.ui:299
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:299
msgctxt "dlg_DataLabel|CT_LABEL_DIAL"
msgid "ABCD"
msgstr "ABCD"
-#: dlg_DataLabel.ui:319
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:319
msgctxt "dlg_DataLabel|FT_TEXT_SEPARATOR"
msgid "_Separator"
msgstr "Аиҟәшага"
-#: dlg_DataLabel.ui:359
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:359
msgctxt "dlg_DataLabel|FT_LABEL_PLACEMENT"
msgid "Place_ment"
msgstr ""
-#: dlg_DataLabel.ui:392
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:392
msgctxt "dlg_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE"
msgid "Number Format for Percentage Value"
msgstr ""
-#: dlg_DataLabel.ui:408
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:408
msgctxt "dlg_DataLabel|label1"
msgid "Text Attributes"
msgstr "Атеқст атрибутқәа"
-#: dlg_DataLabel.ui:474
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:473
msgctxt "dlg_DataLabel|FT_LABEL_DEGREES"
msgid "_Degrees"
msgstr "Градуск"
-#: dlg_DataLabel.ui:499
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:498
msgctxt "dlg_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
msgstr "Атеқст ахырхарҭа"
-#: dlg_DataLabel.ui:536
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:535
msgctxt "dlg_DataLabel|label2"
msgid "Rotate Text"
msgstr "Атеқст аргьежьра"
-#: dlg_InsertErrorBars.ui:29
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:29
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Standard Error"
msgstr "Истандарттәу агха"
-#: dlg_InsertErrorBars.ui:33
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:33
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Standard Deviation"
msgstr ""
-#: dlg_InsertErrorBars.ui:37
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:37
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Variance"
msgstr "Адисперсиа"
-#: dlg_InsertErrorBars.ui:41
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:41
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Error Margin"
msgstr ""
-#: dlg_InsertErrorBars.ui:49
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:49
msgctxt "dlg_InsertErrorBars|dlg_InsertErrorBars"
msgid "Legend"
msgstr "Алегенда"
-#: dlg_InsertErrorBars.ui:146
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:146
msgctxt "dlg_InsertErrorBars|RB_NONE"
msgid "_None"
msgstr "Мап"
-#: dlg_InsertErrorBars.ui:163
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:163
msgctxt "dlg_InsertErrorBars|RB_CONST"
msgid "_Constant Value"
msgstr ""
-#: dlg_InsertErrorBars.ui:180
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:180
msgctxt "dlg_InsertErrorBars|RB_PERCENT"
msgid "_Percentage"
msgstr "Апроцентқәа"
-#: dlg_InsertErrorBars.ui:236
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:237
msgctxt "dlg_InsertErrorBars|RB_RANGE"
msgid "Cell _Range"
msgstr "Абларҭақәа рдиапазон"
-#: dlg_InsertErrorBars.ui:259
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:260
msgctxt "dlg_InsertErrorBars|label1"
msgid "Error Category"
msgstr ""
-#: dlg_InsertErrorBars.ui:292
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:293
msgctxt "dlg_InsertErrorBars|RB_BOTH"
msgid "Positive _and Negative"
msgstr "Иҵоурои иҵаурами"
-#: dlg_InsertErrorBars.ui:308
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:309
msgctxt "dlg_InsertErrorBars|RB_POSITIVE"
msgid "Pos_itive"
msgstr "Иҵоурақәоу"
-#: dlg_InsertErrorBars.ui:324
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:325
msgctxt "dlg_InsertErrorBars|RB_NEGATIVE"
msgid "Ne_gative"
msgstr "Иҵоурамқәа"
-#: dlg_InsertErrorBars.ui:380
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:381
msgctxt "dlg_InsertErrorBars|label2"
msgid "Error Indicator"
msgstr ""
-#: dlg_InsertErrorBars.ui:427
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:428
msgctxt "dlg_InsertErrorBars|FT_POSITIVE"
msgid "P_ositive (+)"
msgstr "Иҵоуроу(+)"
-#: dlg_InsertErrorBars.ui:468
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:467
msgctxt "dlg_InsertErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
msgstr "Иалышәх адырқәа рдиапазон"
-#: dlg_InsertErrorBars.ui:493
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:492
msgctxt "dlg_InsertErrorBars|FT_NEGATIVE"
msgid "_Negative (-)"
msgstr "Иҵоурам (-)"
-#: dlg_InsertErrorBars.ui:535
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:532
msgctxt "dlg_InsertErrorBars|IB_RANGE_NEGATIVE|tooltip_text"
msgid "Select data range"
msgstr "Иалышәх адырқәа рдиапазон"
-#: dlg_InsertErrorBars.ui:553
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:550
msgctxt "dlg_InsertErrorBars|CB_SYN_POS_NEG"
msgid "Same value for both"
msgstr "Еиҧшу аҵакқәа"
-#: dlg_InsertErrorBars.ui:575
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:573
msgctxt "dlg_InsertErrorBars|label3"
msgid "Parameters"
msgstr "Апараметрқәа"
-#: dlg_InsertErrorBars.ui:591
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:589
msgctxt "dlg_InsertErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS"
msgid "Select Range for Positive Error Bars"
msgstr ""
-#: dlg_InsertErrorBars.ui:602
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:600
msgctxt "dlg_InsertErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS"
msgid "Select Range for Negative Error Bars"
msgstr ""
-#: dlg_InsertErrorBars.ui:613
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:611
msgctxt "dlg_InsertErrorBars|STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr "Адырқәа ртаблица аҟынтә"
-#: dlg_InsertLegend.ui:8
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:8
msgctxt "dlg_InsertLegend|dlg_InsertLegend"
msgid "Legend"
msgstr "Алегенда"
-#: dlg_InsertLegend.ui:100
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:100
msgctxt "dlg_InsertLegend|show"
msgid "_Display legend"
msgstr "Иаарҧштәуп алегенда"
-#: dlg_InsertLegend.ui:122
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:122
msgctxt "dlg_InsertLegend|left"
msgid "_Left"
msgstr "Арымарахь"
-#: dlg_InsertLegend.ui:138
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:138
msgctxt "dlg_InsertLegend|right"
msgid "_Right"
msgstr "Арыӷьарахь"
-#: dlg_InsertLegend.ui:154
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:154
msgctxt "dlg_InsertLegend|top"
msgid "_Top"
msgstr "Хыхьла"
-#: dlg_InsertLegend.ui:170
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:170
msgctxt "dlg_InsertLegend|bottom"
msgid "_Bottom"
msgstr "Ҵаҟала"
-#: dlg_InsertLegend.ui:200
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:200
msgctxt "dlg_InsertLegend|TXT_POSITION"
msgid "Position"
msgstr "Аҭыҧ"
-#: insertaxisdlg.ui:8
+#: chart2/uiconfig/ui/insertaxisdlg.ui:8
msgctxt "insertaxisdlg|InsertAxisDialog"
msgid "Axes"
msgstr ""
-#: insertaxisdlg.ui:104
+#: chart2/uiconfig/ui/insertaxisdlg.ui:104
msgctxt "insertaxisdlg|primaryX"
msgid "_X axis"
msgstr ""
-#: insertaxisdlg.ui:120
+#: chart2/uiconfig/ui/insertaxisdlg.ui:120
msgctxt "insertaxisdlg|primaryY"
msgid "_Y axis"
msgstr ""
-#: insertaxisdlg.ui:136
+#: chart2/uiconfig/ui/insertaxisdlg.ui:136
msgctxt "insertaxisdlg|primaryZ"
msgid "_Z axis"
msgstr ""
-#: insertaxisdlg.ui:159
+#: chart2/uiconfig/ui/insertaxisdlg.ui:159
msgctxt "insertaxisdlg|label1"
msgid "Axes"
msgstr ""
-#: insertaxisdlg.ui:194
+#: chart2/uiconfig/ui/insertaxisdlg.ui:194
msgctxt "insertaxisdlg|secondaryX"
msgid "X _axis"
msgstr ""
-#: insertaxisdlg.ui:210
+#: chart2/uiconfig/ui/insertaxisdlg.ui:210
msgctxt "insertaxisdlg|secondaryY"
msgid "Y ax_is"
msgstr ""
-#: insertaxisdlg.ui:226
+#: chart2/uiconfig/ui/insertaxisdlg.ui:226
msgctxt "insertaxisdlg|secondaryZ"
msgid "Z axi_s"
msgstr ""
-#: insertaxisdlg.ui:249
+#: chart2/uiconfig/ui/insertaxisdlg.ui:249
msgctxt "insertaxisdlg|label2"
msgid "Secondary Axes"
msgstr ""
-#: insertgriddlg.ui:8
+#: chart2/uiconfig/ui/insertgriddlg.ui:8
msgctxt "insertgriddlg|InsertGridDialog"
msgid "Grids"
msgstr ""
-#: insertgriddlg.ui:104
+#: chart2/uiconfig/ui/insertgriddlg.ui:104
msgctxt "insertgriddlg|primaryX"
msgid "_X axis"
msgstr ""
-#: insertgriddlg.ui:120
+#: chart2/uiconfig/ui/insertgriddlg.ui:120
msgctxt "insertgriddlg|primaryY"
msgid "_Y axis"
msgstr ""
-#: insertgriddlg.ui:136
+#: chart2/uiconfig/ui/insertgriddlg.ui:136
msgctxt "insertgriddlg|primaryZ"
msgid "_Z axis"
msgstr ""
-#: insertgriddlg.ui:159
+#: chart2/uiconfig/ui/insertgriddlg.ui:159
msgctxt "insertgriddlg|label1"
msgid "Major Grids"
msgstr ""
-#: insertgriddlg.ui:194
+#: chart2/uiconfig/ui/insertgriddlg.ui:194
msgctxt "insertgriddlg|secondaryX"
msgid "X _axis"
msgstr ""
-#: insertgriddlg.ui:210
+#: chart2/uiconfig/ui/insertgriddlg.ui:210
msgctxt "insertgriddlg|secondaryY"
msgid "Y ax_is"
msgstr ""
-#: insertgriddlg.ui:226
+#: chart2/uiconfig/ui/insertgriddlg.ui:226
msgctxt "insertgriddlg|secondaryZ"
msgid "Z axi_s"
msgstr ""
-#: insertgriddlg.ui:249
+#: chart2/uiconfig/ui/insertgriddlg.ui:249
msgctxt "insertgriddlg|label2"
msgid "Minor Grids"
msgstr ""
-#: inserttitledlg.ui:8
+#: chart2/uiconfig/ui/inserttitledlg.ui:8
msgctxt "inserttitledlg|InsertTitleDialog"
msgid "Titles"
msgstr "Ахқәа"
-#: inserttitledlg.ui:89
+#: chart2/uiconfig/ui/inserttitledlg.ui:89
msgctxt "inserttitledlg|labelMainTitle"
msgid "_Title"
msgstr "Ахы"
-#: inserttitledlg.ui:103
+#: chart2/uiconfig/ui/inserttitledlg.ui:103
msgctxt "inserttitledlg|labelSubTitle"
msgid "_Subtitle"
msgstr ""
-#: inserttitledlg.ui:166
+#: chart2/uiconfig/ui/inserttitledlg.ui:164
msgctxt "inserttitledlg|labelPrimaryXaxis"
msgid "_X axis"
msgstr ""
-#: inserttitledlg.ui:180
+#: chart2/uiconfig/ui/inserttitledlg.ui:178
msgctxt "inserttitledlg|labelPrimaryYaxis"
msgid "_Y axis"
msgstr ""
-#: inserttitledlg.ui:194
+#: chart2/uiconfig/ui/inserttitledlg.ui:192
msgctxt "inserttitledlg|labelPrimaryZaxis"
msgid "_Z axis"
msgstr ""
-#: inserttitledlg.ui:247
+#: chart2/uiconfig/ui/inserttitledlg.ui:242
msgctxt "inserttitledlg|Axe"
msgid "Axes"
msgstr ""
-#: inserttitledlg.ui:283
+#: chart2/uiconfig/ui/inserttitledlg.ui:278
msgctxt "inserttitledlg|labelSecondaryXAxis"
msgid "X _axis"
msgstr ""
-#: inserttitledlg.ui:297
+#: chart2/uiconfig/ui/inserttitledlg.ui:292
msgctxt "inserttitledlg|labelSecondaryYAxis"
msgid "Y ax_is"
msgstr ""
-#: inserttitledlg.ui:338
+#: chart2/uiconfig/ui/inserttitledlg.ui:331
msgctxt "inserttitledlg|label2"
msgid "Secondary Axes"
msgstr ""
-#: paradialog.ui:8
+#: chart2/uiconfig/ui/paradialog.ui:8
msgctxt "paradialog|ParagraphDialog"
msgid "Paragraph"
msgstr "Абзац"
-#: paradialog.ui:105
+#: chart2/uiconfig/ui/paradialog.ui:105
msgctxt "paradialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: paradialog.ui:127
+#: chart2/uiconfig/ui/paradialog.ui:127
msgctxt "paradialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: paradialog.ui:151
+#: chart2/uiconfig/ui/paradialog.ui:151
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: paradialog.ui:174
+#: chart2/uiconfig/ui/paradialog.ui:174
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr "Атабулиациа"
-#: sidebaraxis.ui:18
+#: chart2/uiconfig/ui/sidebaraxis.ui:18
msgctxt "sidebaraxis|checkbutton_show_label"
msgid "Show labels"
msgstr ""
-#: sidebaraxis.ui:32
+#: chart2/uiconfig/ui/sidebaraxis.ui:33
msgctxt "sidebaraxis|checkbutton_reverse"
msgid "Reverse direction"
msgstr ""
-#: sidebaraxis.ui:56
+#: chart2/uiconfig/ui/sidebaraxis.ui:58
msgctxt "sidebaraxis|label1"
msgid "_Label position:"
msgstr ""
-#: sidebaraxis.ui:70
+#: chart2/uiconfig/ui/sidebaraxis.ui:72
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Near Axis"
msgstr ""
-#: sidebaraxis.ui:71
+#: chart2/uiconfig/ui/sidebaraxis.ui:73
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Near Axis (other side)"
msgstr ""
-#: sidebaraxis.ui:72
+#: chart2/uiconfig/ui/sidebaraxis.ui:74
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Outside start"
msgstr ""
-#: sidebaraxis.ui:73
+#: chart2/uiconfig/ui/sidebaraxis.ui:75
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Outside end"
msgstr ""
-#: sidebaraxis.ui:87
+#: chart2/uiconfig/ui/sidebaraxis.ui:89
msgctxt "sidebaraxis|label2"
msgid "_Text orientation:"
msgstr ""
-#: sidebarelements.ui:35
+#: chart2/uiconfig/ui/sidebarelements.ui:35
msgctxt "sidebarelements|checkbutton_subtitle"
msgid "Subtitle"
msgstr ""
-#: sidebarelements.ui:49
+#: chart2/uiconfig/ui/sidebarelements.ui:50
msgctxt "sidebarelements|checkbutton_title"
msgid "Title"
msgstr "Ахы"
-#: sidebarelements.ui:69
+#: chart2/uiconfig/ui/sidebarelements.ui:71
msgctxt "sidebarelements|l"
msgid "Titles"
msgstr "Ахқәа"
-#: sidebarelements.ui:100
+#: chart2/uiconfig/ui/sidebarelements.ui:102
msgctxt "sidebarelements|checkbutton_legend|tooltip_text"
msgid "Show Legend"
msgstr ""
-#: sidebarelements.ui:123
+#: chart2/uiconfig/ui/sidebarelements.ui:126
msgctxt "sidebarelements|placement_label"
msgid "_Placement:"
msgstr ""
-#: sidebarelements.ui:139
+#: chart2/uiconfig/ui/sidebarelements.ui:142
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Right"
msgstr "Арыӷьарахь"
-#: sidebarelements.ui:140
+#: chart2/uiconfig/ui/sidebarelements.ui:143
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Top"
msgstr "Хыхьла"
-#: sidebarelements.ui:141
+#: chart2/uiconfig/ui/sidebarelements.ui:144
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: sidebarelements.ui:142
+#: chart2/uiconfig/ui/sidebarelements.ui:145
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Left"
msgstr "Арымарахь"
-#: sidebarelements.ui:143
+#: chart2/uiconfig/ui/sidebarelements.ui:146
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Manual"
msgstr "Напыла"
-#: sidebarelements.ui:166
+#: chart2/uiconfig/ui/sidebarelements.ui:169
msgctxt "sidebarelements|label_legen"
msgid "Legend"
msgstr "Алегенда"
-#: sidebarelements.ui:199
+#: chart2/uiconfig/ui/sidebarelements.ui:202
msgctxt "sidebarelements|checkbutton_x_axis"
msgid "X axis"
msgstr ""
-#: sidebarelements.ui:213
+#: chart2/uiconfig/ui/sidebarelements.ui:217
msgctxt "sidebarelements|checkbutton_x_axis_title"
msgid "X axis title"
msgstr ""
-#: sidebarelements.ui:227
+#: chart2/uiconfig/ui/sidebarelements.ui:232
msgctxt "sidebarelements|checkbutton_y_axis"
msgid "Y axis"
msgstr ""
-#: sidebarelements.ui:241
+#: chart2/uiconfig/ui/sidebarelements.ui:247
msgctxt "sidebarelements|checkbutton_y_axis_title"
msgid "Y axis title"
msgstr ""
-#: sidebarelements.ui:255
+#: chart2/uiconfig/ui/sidebarelements.ui:262
msgctxt "sidebarelements|checkbutton_z_axis"
msgid "Z axis"
msgstr ""
-#: sidebarelements.ui:269
+#: chart2/uiconfig/ui/sidebarelements.ui:277
msgctxt "sidebarelements|checkbutton_z_axis_title"
msgid "Z axis title"
msgstr ""
-#: sidebarelements.ui:283
+#: chart2/uiconfig/ui/sidebarelements.ui:292
msgctxt "sidebarelements|checkbutton_2nd_x_axis"
msgid "2nd X axis"
msgstr ""
-#: sidebarelements.ui:296
+#: chart2/uiconfig/ui/sidebarelements.ui:306
msgctxt "sidebarelements|checkbutton_2nd_x_axis_title"
msgid "2nd X axis title"
msgstr ""
-#: sidebarelements.ui:309
+#: chart2/uiconfig/ui/sidebarelements.ui:320
msgctxt "sidebarelements|checkbutton_2nd_y_axis"
msgid "2nd Y axis"
msgstr ""
-#: sidebarelements.ui:322
+#: chart2/uiconfig/ui/sidebarelements.ui:334
msgctxt "sidebarelements|checkbutton_2nd_y_axis_title"
msgid "2nd Y axis title"
msgstr ""
-#: sidebarelements.ui:341
+#: chart2/uiconfig/ui/sidebarelements.ui:354
msgctxt "sidebarelements|label_axes"
msgid "Axes"
msgstr ""
-#: sidebarelements.ui:374
+#: chart2/uiconfig/ui/sidebarelements.ui:387
msgctxt "sidebarelements|checkbutton_gridline_horizontal_major"
msgid "Horizontal major"
msgstr ""
-#: sidebarelements.ui:388
+#: chart2/uiconfig/ui/sidebarelements.ui:402
msgctxt "sidebarelements|checkbutton_gridline_vertical_major"
msgid "Vertical major"
msgstr ""
-#: sidebarelements.ui:402
+#: chart2/uiconfig/ui/sidebarelements.ui:417
msgctxt "sidebarelements|checkbutton_gridline_horizontal_minor"
msgid "Horizontal minor"
msgstr ""
-#: sidebarelements.ui:416
+#: chart2/uiconfig/ui/sidebarelements.ui:432
msgctxt "sidebarelements|checkbutton_gridline_vertical_minor"
msgid "Vertical minor"
msgstr ""
-#: sidebarelements.ui:436
+#: chart2/uiconfig/ui/sidebarelements.ui:453
msgctxt "sidebarelements|label_gri"
msgid "Gridlines"
msgstr ""
-#: sidebarelements.ui:455
+#: chart2/uiconfig/ui/sidebarelements.ui:472
msgctxt "sidebarelements|text_title"
msgid "Title"
msgstr "Ахы"
-#: sidebarelements.ui:465
+#: chart2/uiconfig/ui/sidebarelements.ui:482
msgctxt "sidebarelements|text_subtitle"
msgid "Subtitle"
msgstr ""
-#: sidebarerrorbar.ui:48
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:48
msgctxt "sidebarerrorbar|label2"
msgid "Category:"
msgstr "Акатегориа:"
-#: sidebarerrorbar.ui:64
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:64
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Constant"
msgstr "Аконстанта"
-#: sidebarerrorbar.ui:65
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:65
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Percentage"
msgstr "Апроцентқәа"
-#: sidebarerrorbar.ui:66
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:66
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Cell Range or Data Table"
msgstr "Адырқәа рдиапазон"
-#: sidebarerrorbar.ui:67
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:67
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Standard deviation"
msgstr ""
-#: sidebarerrorbar.ui:68
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:68
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Standard error"
msgstr "Истандарттәу агха"
-#: sidebarerrorbar.ui:69
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:69
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Variance"
msgstr "Адисперсиа"
-#: sidebarerrorbar.ui:70
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:70
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Error margin"
msgstr ""
-#: sidebarerrorbar.ui:85
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:85
msgctxt "sidebarerrorbar|label3"
msgid "Positive (+):"
msgstr "Иҵоуроу(+)"
-#: sidebarerrorbar.ui:99
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:99
msgctxt "sidebarerrorbar|label4"
msgid "Negative (-):"
msgstr "Иҵоурам (-)"
-#: sidebarerrorbar.ui:113
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:113
msgctxt "sidebarerrorbar|spinbutton_pos"
msgid "0.00"
msgstr ""
-#: sidebarerrorbar.ui:129
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:129
msgctxt "sidebarerrorbar|spinbutton_neg"
msgid "0.00"
msgstr ""
-#: sidebarerrorbar.ui:151
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:152
msgctxt "sidebarerrorbar|radiobutton_positive_negative|tooltip_text"
msgid "Positive and Negative"
msgstr "Иҵоурои иҵоурами"
-#: sidebarerrorbar.ui:167
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:169
msgctxt "sidebarerrorbar|radiobutton_positive|tooltip_text"
msgid "Positive"
msgstr "Иҵоурақәоу"
-#: sidebarerrorbar.ui:183
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:186
msgctxt "sidebarerrorbar|radiobutton_negative|tooltip_text"
msgid "Negative"
msgstr "Иҵоурамқәа"
-#: sidebarerrorbar.ui:205
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:208
msgctxt "sidebarerrorbar|label5"
msgid "Indicator"
msgstr ""
-#: sidebarseries.ui:44
+#: chart2/uiconfig/ui/sidebarseries.ui:44
msgctxt "sidebarseries|checkbutton_label"
msgid "Show data labels"
msgstr ""
-#: sidebarseries.ui:67
+#: chart2/uiconfig/ui/sidebarseries.ui:68
msgctxt "sidebarseries|label_box"
msgid "P_lacement:"
msgstr ""
-#: sidebarseries.ui:82
+#: chart2/uiconfig/ui/sidebarseries.ui:83
msgctxt "sidebarseries|comboboxtext_label"
msgid "Above"
msgstr "Хыхьла"
-#: sidebarseries.ui:83
+#: chart2/uiconfig/ui/sidebarseries.ui:84
msgctxt "sidebarseries|comboboxtext_label"
msgid "Below"
msgstr "Ҵаҟала"
-#: sidebarseries.ui:84
+#: chart2/uiconfig/ui/sidebarseries.ui:85
msgctxt "sidebarseries|comboboxtext_label"
msgid "Center"
msgstr "Ацентр"
-#: sidebarseries.ui:85
+#: chart2/uiconfig/ui/sidebarseries.ui:86
msgctxt "sidebarseries|comboboxtext_label"
msgid "Outside"
msgstr "Адәныҟа"
-#: sidebarseries.ui:86
+#: chart2/uiconfig/ui/sidebarseries.ui:87
msgctxt "sidebarseries|comboboxtext_label"
msgid "Inside"
msgstr "Аҩныҵҟа"
-#: sidebarseries.ui:87
+#: chart2/uiconfig/ui/sidebarseries.ui:88
msgctxt "sidebarseries|comboboxtext_label"
msgid "Near origin"
msgstr ""
-#: sidebarseries.ui:112
+#: chart2/uiconfig/ui/sidebarseries.ui:113
msgctxt "sidebarseries|checkbutton_trendline"
msgid "Show trendline"
msgstr ""
-#: sidebarseries.ui:147
+#: chart2/uiconfig/ui/sidebarseries.ui:149
msgctxt "sidebarseries|checkbutton_y_error"
msgid "Y error bars"
msgstr ""
-#: sidebarseries.ui:162
+#: chart2/uiconfig/ui/sidebarseries.ui:165
msgctxt "sidebarseries|checkbutton_x_error"
msgid "X error bars"
msgstr ""
-#: sidebarseries.ui:183
+#: chart2/uiconfig/ui/sidebarseries.ui:187
msgctxt "sidebarseries|label1"
msgid "Error Bars"
msgstr ""
-#: sidebarseries.ui:216
+#: chart2/uiconfig/ui/sidebarseries.ui:220
msgctxt "sidebarseries|radiobutton_primary_axis"
msgid "Primary Y axis"
msgstr ""
-#: sidebarseries.ui:232
+#: chart2/uiconfig/ui/sidebarseries.ui:237
msgctxt "sidebarseries|radiobutton_secondary_axis"
msgid "Secondary Y axis"
msgstr ""
-#: sidebarseries.ui:254
+#: chart2/uiconfig/ui/sidebarseries.ui:260
msgctxt "sidebarseries|axis_label"
msgid "Align Series to Axis"
msgstr ""
-#: sidebarseries.ui:270
+#: chart2/uiconfig/ui/sidebarseries.ui:276
msgctxt "sidebarseries|label_series_tmpl"
msgid "Data series '%1'"
msgstr ""
-#: smoothlinesdlg.ui:22
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:22
msgctxt "smoothlinesdlg|SmoothLinesDialog"
msgid "Smooth Lines"
msgstr ""
-#: smoothlinesdlg.ui:104
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:104
msgctxt "smoothlinesdlg|TypeLabel"
msgid "Line _Type:"
msgstr ""
-#: smoothlinesdlg.ui:119
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:119
msgctxt "smoothlinesdlg|SplineTypeComboBox"
msgid "Cubic spline"
msgstr ""
-#: smoothlinesdlg.ui:120
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:120
msgctxt "smoothlinesdlg|SplineTypeComboBox"
msgid "B-spline"
msgstr ""
-#: smoothlinesdlg.ui:153
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:153
msgctxt "smoothlinesdlg|ResolutionLabel"
msgid "_Resolution:"
msgstr ""
-#: smoothlinesdlg.ui:167
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:167
msgctxt "smoothlinesdlg|PolynomialsLabel"
msgid "_Degree of polynomials:"
msgstr ""
-#: smoothlinesdlg.ui:235
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:233
msgctxt "smoothlinesdlg|SplineTypeModel"
msgid "Cubic Spline"
msgstr ""
-#: smoothlinesdlg.ui:239
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:237
msgctxt "smoothlinesdlg|SplineTypeModel"
msgid "B-Spline"
msgstr ""
-#: steppedlinesdlg.ui:125
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:125
msgctxt "steppedlinesdlg|step_start_rb"
msgid "_Start with horizontal line"
msgstr ""
-#: steppedlinesdlg.ui:142
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:142
msgctxt "steppedlinesdlg|step_center_x_rb"
msgid "Step at the _horizontal mean"
msgstr ""
-#: steppedlinesdlg.ui:159
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:159
msgctxt "steppedlinesdlg|step_end_rb"
msgid "_End with horizontal line"
msgstr ""
-#: steppedlinesdlg.ui:176
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:176
msgctxt "steppedlinesdlg|step_center_y_rb"
msgid "Step to the _vertical mean"
msgstr ""
-#: steppedlinesdlg.ui:210
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:210
msgctxt "steppedlinesdlg|label2"
msgid "Type of Stepping"
msgstr ""
-#: titlerotationtabpage.ui:58
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:56
msgctxt "titlerotationtabpage|degreeL"
msgid "_Degrees"
msgstr "Градуск"
-#: titlerotationtabpage.ui:111
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:109
msgctxt "titlerotationtabpage|stackedCB"
msgid "Ve_rtically stacked"
msgstr ""
-#: titlerotationtabpage.ui:130
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:128
msgctxt "titlerotationtabpage|labelABCD"
msgid "ABCD"
msgstr "ABCD"
-#: titlerotationtabpage.ui:151
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:149
msgctxt "titlerotationtabpage|textdirL"
msgid "Te_xt direction:"
msgstr "Атеқст ахырхарҭа:"
-#: titlerotationtabpage.ui:181
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:179
msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr ""
-#: tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Амариа"
-#: tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
-#: tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Напыла"
-#: tp_3D_SceneAppearance.ui:42
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
msgid "Sche_me"
msgstr ""
-#: tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr ""
-#: tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
-#: tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr ""
-#: tp_3D_SceneGeometry.ui:24
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:24
msgctxt "tp_3D_SceneGeometry|CBX_RIGHT_ANGLED_AXES"
msgid "_Right-angled axes"
msgstr ""
-#: tp_3D_SceneGeometry.ui:42
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:42
msgctxt "tp_3D_SceneGeometry|FT_X_ROTATION"
msgid "_X rotation"
msgstr ""
-#: tp_3D_SceneGeometry.ui:56
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:56
msgctxt "tp_3D_SceneGeometry|FT_Y_ROTATION"
msgid "_Y rotation"
msgstr ""
-#: tp_3D_SceneGeometry.ui:70
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:70
msgctxt "tp_3D_SceneGeometry|FT_Z_ROTATION"
msgid "_Z rotation"
msgstr ""
-#: tp_3D_SceneGeometry.ui:82
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:82
msgctxt "tp_3D_SceneGeometry|CBX_PERSPECTIVE"
msgid "_Perspective"
msgstr "Аперспектива"
-#: tp_3D_SceneGeometry.ui:109
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:108
msgctxt "tp_3D_SceneGeometry|MTR_FLD_PERSPECTIVE-atkobject"
msgid "Perspective"
msgstr "Аперспектива"
-#: tp_3D_SceneIllumination.ui:104
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:104
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_1|tooltip_text"
msgid "Light source 1"
msgstr ""
-#: tp_3D_SceneIllumination.ui:120
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:120
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_2|tooltip_text"
msgid "Light source 2"
msgstr ""
-#: tp_3D_SceneIllumination.ui:136
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:136
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_3|tooltip_text"
msgid "Light source 3"
msgstr ""
-#: tp_3D_SceneIllumination.ui:152
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:152
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_4|tooltip_text"
msgid "Light source 4"
msgstr ""
-#: tp_3D_SceneIllumination.ui:168
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:168
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_5|tooltip_text"
msgid "Light source 5"
msgstr ""
-#: tp_3D_SceneIllumination.ui:184
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:184
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_6|tooltip_text"
msgid "Light source 6"
msgstr ""
-#: tp_3D_SceneIllumination.ui:200
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:200
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_7|tooltip_text"
msgid "Light source 7"
msgstr ""
-#: tp_3D_SceneIllumination.ui:216
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:216
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_8|tooltip_text"
msgid "Light source 8"
msgstr ""
-#: tp_3D_SceneIllumination.ui:255
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:255
msgctxt "tp_3D_SceneIllumination|BTN_LIGHTSOURCE_COLOR|tooltip_text"
msgid "Select a color using the color dialog"
msgstr ""
-#: tp_3D_SceneIllumination.ui:280
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:280
msgctxt "tp_3D_SceneIllumination|FT_LIGHTSOURCE"
msgid "_Light source"
msgstr ""
-#: tp_3D_SceneIllumination.ui:329
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:329
msgctxt "tp_3D_SceneIllumination|BTN_AMBIENT_COLOR|tooltip_text"
msgid "Select a color using the color dialog"
msgstr ""
-#: tp_3D_SceneIllumination.ui:347
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:347
msgctxt "tp_3D_SceneIllumination|FT_AMBIENTLIGHT"
msgid "_Ambient light"
msgstr ""
-#: tp_3D_SceneIllumination.ui:373
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:373
msgctxt "tp_3D_SceneIllumination|CTL_LIGHT_PREVIEW|tooltip_text"
msgid "Light Preview"
msgstr ""
-#: tp_AxisPositions.ui:39
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:39
msgctxt "tp_AxisPositions|FT_CROSSES_OTHER_AXIS_AT"
msgid "_Cross other axis at"
msgstr ""
-#: tp_AxisPositions.ui:57
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:57
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Start"
msgstr ""
-#: tp_AxisPositions.ui:58
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:58
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "End"
msgstr "Анҵәамҭа"
-#: tp_AxisPositions.ui:59
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:59
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Value"
msgstr "Аҵакы"
-#: tp_AxisPositions.ui:60
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:60
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Category"
msgstr "Акатегориа"
-#: tp_AxisPositions.ui:107
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:106
msgctxt "tp_AxisPositions|CB_AXIS_BETWEEN_CATEGORIES"
msgid "Axis _between categories"
msgstr ""
-#: tp_AxisPositions.ui:129
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:128
msgctxt "tp_AxisPositions|TXT_AXIS_LINE"
msgid "Axis Line"
msgstr ""
-#: tp_AxisPositions.ui:170
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:169
msgctxt "tp_AxisPositions|FT_PLACE_LABELS"
msgid "_Place labels"
msgstr ""
-#: tp_AxisPositions.ui:187
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:186
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Near axis"
msgstr ""
-#: tp_AxisPositions.ui:188
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:187
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Near axis (other side)"
msgstr ""
-#: tp_AxisPositions.ui:189
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:188
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Outside start"
msgstr ""
-#: tp_AxisPositions.ui:190
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:189
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Outside end"
msgstr ""
-#: tp_AxisPositions.ui:215
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:214
msgctxt "tp_AxisPositions|FT_AXIS_LABEL_DISTANCE"
msgid "_Distance"
msgstr ""
-#: tp_AxisPositions.ui:252
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:250
msgctxt "tp_AxisPositions|TXT_FL_LABELS"
msgid "Labels"
msgstr "Анапаҵаҩрақәа"
-#: tp_AxisPositions.ui:294
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:292
msgctxt "tp_AxisPositions|FT_MAJOR"
msgid "Major:"
msgstr ""
-#: tp_AxisPositions.ui:312
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:310
msgctxt "tp_AxisPositions|FT_MINOR"
msgid "Minor:"
msgstr ""
-#: tp_AxisPositions.ui:327
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:325
msgctxt "tp_AxisPositions|CB_TICKS_INNER"
msgid "_Inner"
msgstr ""
-#: tp_AxisPositions.ui:347
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:345
msgctxt "tp_AxisPositions|CB_TICKS_OUTER"
msgid "_Outer"
msgstr ""
-#: tp_AxisPositions.ui:367
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:365
msgctxt "tp_AxisPositions|CB_MINOR_INNER"
msgid "I_nner"
msgstr ""
-#: tp_AxisPositions.ui:387
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:385
msgctxt "tp_AxisPositions|CB_MINOR_OUTER"
msgid "O_uter"
msgstr ""
-#: tp_AxisPositions.ui:422
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:420
msgctxt "tp_AxisPositions|FT_PLACE_TICKS"
msgid "Place _marks"
msgstr ""
-#: tp_AxisPositions.ui:439
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:437
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At labels"
msgstr ""
-#: tp_AxisPositions.ui:440
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:438
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At axis"
msgstr ""
-#: tp_AxisPositions.ui:441
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:439
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At axis and labels"
msgstr ""
-#: tp_AxisPositions.ui:466
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:464
msgctxt "tp_AxisPositions|TXT_FL_TICKS"
msgid "Interval Marks"
msgstr ""
-#: tp_AxisPositions.ui:498
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:496
msgctxt "tp_AxisPositions|CB_MAJOR_GRID"
msgid "Show major _grid"
msgstr ""
-#: tp_AxisPositions.ui:516
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:514
msgctxt "tp_AxisPositions|CB_MINOR_GRID"
msgid "_Show minor grid"
msgstr ""
-#: tp_AxisPositions.ui:533
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:531
msgctxt "tp_AxisPositions|PB_MAJOR_GRID"
msgid "Mo_re..."
msgstr "Иҵегь..."
-#: tp_AxisPositions.ui:548
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:546
msgctxt "tp_AxisPositions|PB_MINOR_GRID"
msgid "Mor_e..."
msgstr "Иҵегь..."
-#: tp_AxisPositions.ui:571
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:569
msgctxt "tp_AxisPositions|label2"
msgid "Grids"
msgstr ""
-#: tp_ChartType.ui:20
+#: chart2/uiconfig/ui/tp_ChartType.ui:20
msgctxt "tp_ChartType|liststore1"
msgid "Bar"
msgstr ""
-#: tp_ChartType.ui:23
+#: chart2/uiconfig/ui/tp_ChartType.ui:23
msgctxt "tp_ChartType|liststore1"
msgid "Cylinder"
msgstr ""
-#: tp_ChartType.ui:26
+#: chart2/uiconfig/ui/tp_ChartType.ui:26
msgctxt "tp_ChartType|liststore1"
msgid "Cone"
msgstr "Аконус"
-#: tp_ChartType.ui:29
+#: chart2/uiconfig/ui/tp_ChartType.ui:29
msgctxt "tp_ChartType|liststore1"
msgid "Pyramid"
msgstr ""
-#: tp_ChartType.ui:53
+#: chart2/uiconfig/ui/tp_ChartType.ui:53
msgctxt "tp_ChartType|FT_CAPTION_FOR_WIZARD"
msgid "Choose a Chart Type"
msgstr "Иалышәх адиаграмма атип"
-#: tp_ChartType.ui:102
+#: chart2/uiconfig/ui/tp_ChartType.ui:102
msgctxt "tp_ChartType|3dlook"
msgid "_3D Look"
msgstr ""
-#: tp_ChartType.ui:125
+#: chart2/uiconfig/ui/tp_ChartType.ui:125
msgctxt "tp_ChartType|3dscheme"
msgid "Simple"
msgstr "Амариа"
-#: tp_ChartType.ui:126
+#: chart2/uiconfig/ui/tp_ChartType.ui:126
msgctxt "tp_ChartType|3dscheme"
msgid "Realistic"
msgstr ""
-#: tp_ChartType.ui:152
+#: chart2/uiconfig/ui/tp_ChartType.ui:152
msgctxt "tp_ChartType|shapeft"
msgid "Sh_ape"
msgstr "Афигура"
-#: tp_ChartType.ui:195
+#: chart2/uiconfig/ui/tp_ChartType.ui:195
msgctxt "tp_ChartType|stack"
msgid "_Stack series"
msgstr ""
-#: tp_ChartType.ui:222
+#: chart2/uiconfig/ui/tp_ChartType.ui:222
msgctxt "tp_ChartType|ontop"
msgid "On top"
msgstr ""
-#: tp_ChartType.ui:241
+#: chart2/uiconfig/ui/tp_ChartType.ui:241
msgctxt "tp_ChartType|percent"
msgid "Percent"
msgstr "Апроценттә"
-#: tp_ChartType.ui:259
+#: chart2/uiconfig/ui/tp_ChartType.ui:259
msgctxt "tp_ChartType|deep"
msgid "Deep"
msgstr ""
-#: tp_ChartType.ui:295
+#: chart2/uiconfig/ui/tp_ChartType.ui:295
msgctxt "tp_ChartType|linetypeft"
msgid "_Line type"
msgstr ""
-#: tp_ChartType.ui:312
+#: chart2/uiconfig/ui/tp_ChartType.ui:312
msgctxt "tp_ChartType|linetype"
msgid "Straight"
msgstr ""
-#: tp_ChartType.ui:313
+#: chart2/uiconfig/ui/tp_ChartType.ui:313
msgctxt "tp_ChartType|linetype"
msgid "Smooth"
msgstr ""
-#: tp_ChartType.ui:314
+#: chart2/uiconfig/ui/tp_ChartType.ui:314
msgctxt "tp_ChartType|linetype"
msgid "Stepped"
msgstr ""
-#: tp_ChartType.ui:326
+#: chart2/uiconfig/ui/tp_ChartType.ui:326
msgctxt "tp_ChartType|properties"
msgid "Properties..."
msgstr "Аҷыдаҟазшьақәа..."
-#: tp_ChartType.ui:349
+#: chart2/uiconfig/ui/tp_ChartType.ui:349
msgctxt "tp_ChartType|sort"
msgid "_Sort by X values"
msgstr ""
-#: tp_ChartType.ui:374
+#: chart2/uiconfig/ui/tp_ChartType.ui:374
msgctxt "tp_ChartType|nolinesft"
msgid "_Number of lines"
msgstr ""
-#: tp_ChartType.ui:421
+#: chart2/uiconfig/ui/tp_ChartType.ui:421
msgctxt "tp_ChartType|rounded-edge"
msgid "Rounded edge"
msgstr ""
-#: tp_DataLabel.ui:20
+#: chart2/uiconfig/ui/tp_DataLabel.ui:20
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Best fit"
msgstr "Иоптималтәу амасштабркра"
-#: tp_DataLabel.ui:24
+#: chart2/uiconfig/ui/tp_DataLabel.ui:24
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Center"
msgstr "Ацентр"
-#: tp_DataLabel.ui:28
+#: chart2/uiconfig/ui/tp_DataLabel.ui:28
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Above"
msgstr "Хыхьла"
-#: tp_DataLabel.ui:32
+#: chart2/uiconfig/ui/tp_DataLabel.ui:32
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Top left"
msgstr "Хыхьла арымарахь"
-#: tp_DataLabel.ui:36
+#: chart2/uiconfig/ui/tp_DataLabel.ui:36
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Left"
msgstr "Арымарахь"
-#: tp_DataLabel.ui:40
+#: chart2/uiconfig/ui/tp_DataLabel.ui:40
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Bottom left"
msgstr "Ҵаҟала арымарахь"
-#: tp_DataLabel.ui:44
+#: chart2/uiconfig/ui/tp_DataLabel.ui:44
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Below"
msgstr "Ҵаҟала"
-#: tp_DataLabel.ui:48
+#: chart2/uiconfig/ui/tp_DataLabel.ui:48
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Bottom right"
msgstr "Ҵаҟала арыӷьарахь"
-#: tp_DataLabel.ui:52
+#: chart2/uiconfig/ui/tp_DataLabel.ui:52
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Right"
msgstr "Арыӷьарахь"
-#: tp_DataLabel.ui:56
+#: chart2/uiconfig/ui/tp_DataLabel.ui:56
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Top right"
msgstr "Хыхьла арыӷьарахь"
-#: tp_DataLabel.ui:60
+#: chart2/uiconfig/ui/tp_DataLabel.ui:60
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Inside"
msgstr "Аҩныҵҟа"
-#: tp_DataLabel.ui:64
+#: chart2/uiconfig/ui/tp_DataLabel.ui:64
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Outside"
msgstr "Адәныҟа"
-#: tp_DataLabel.ui:68
+#: chart2/uiconfig/ui/tp_DataLabel.ui:68
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Near origin"
msgstr ""
-#: tp_DataLabel.ui:82
+#: chart2/uiconfig/ui/tp_DataLabel.ui:82
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Space"
msgstr "Абжьажь"
-#: tp_DataLabel.ui:86
+#: chart2/uiconfig/ui/tp_DataLabel.ui:86
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Comma"
msgstr ""
-#: tp_DataLabel.ui:90
+#: chart2/uiconfig/ui/tp_DataLabel.ui:90
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Semicolon"
msgstr ""
-#: tp_DataLabel.ui:94
+#: chart2/uiconfig/ui/tp_DataLabel.ui:94
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "New line"
msgstr "Ацәаҳәа ҿыц"
-#: tp_DataLabel.ui:126
+#: chart2/uiconfig/ui/tp_DataLabel.ui:126
msgctxt "tp_DataLabel|CB_VALUE_AS_NUMBER"
msgid "Show value as _number"
msgstr "Иаарҧштәуп аҵакы хыҧхьаӡараҵас"
-#: tp_DataLabel.ui:143
+#: chart2/uiconfig/ui/tp_DataLabel.ui:143
msgctxt "tp_DataLabel|CB_VALUE_AS_PERCENTAGE"
msgid "Show value as _percentage"
msgstr ""
-#: tp_DataLabel.ui:160
+#: chart2/uiconfig/ui/tp_DataLabel.ui:160
msgctxt "tp_DataLabel|CB_CATEGORY"
msgid "Show _category"
msgstr "Иаарҧштәуп акатегориа"
-#: tp_DataLabel.ui:177
+#: chart2/uiconfig/ui/tp_DataLabel.ui:177
msgctxt "tp_DataLabel|CB_SYMBOL"
msgid "Show _legend key"
msgstr ""
-#: tp_DataLabel.ui:194
+#: chart2/uiconfig/ui/tp_DataLabel.ui:194
msgctxt "tp_DataLabel|CB_WRAP_TEXT"
msgid "Auto text _wrap"
msgstr ""
-#: tp_DataLabel.ui:211
+#: chart2/uiconfig/ui/tp_DataLabel.ui:211
msgctxt "tp_DataLabel|PB_NUMBERFORMAT"
msgid "Number _format..."
msgstr "Ахыҧхьаӡаратә формат..."
-#: tp_DataLabel.ui:227
+#: chart2/uiconfig/ui/tp_DataLabel.ui:227
msgctxt "tp_DataLabel|PB_PERCENT_NUMBERFORMAT"
msgid "Percentage f_ormat..."
msgstr "Апроценттә формат..."
-#: tp_DataLabel.ui:245
+#: chart2/uiconfig/ui/tp_DataLabel.ui:245
msgctxt "tp_DataLabel|CT_LABEL_DIAL"
msgid "ABCD"
msgstr "ABCD"
-#: tp_DataLabel.ui:267
+#: chart2/uiconfig/ui/tp_DataLabel.ui:267
msgctxt "tp_DataLabel|FT_TEXT_SEPARATOR"
msgid "_Separator"
msgstr "Аиҟәшага"
-#: tp_DataLabel.ui:308
+#: chart2/uiconfig/ui/tp_DataLabel.ui:308
msgctxt "tp_DataLabel|FT_LABEL_PLACEMENT"
msgid "Place_ment"
msgstr ""
-#: tp_DataLabel.ui:342
+#: chart2/uiconfig/ui/tp_DataLabel.ui:342
msgctxt "tp_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE"
msgid "Number Format for Percentage Value"
msgstr ""
-#: tp_DataLabel.ui:360
+#: chart2/uiconfig/ui/tp_DataLabel.ui:360
msgctxt "tp_DataLabel|label1"
msgid "Text Attributes"
msgstr "Атеқст атрибутқәа"
-#: tp_DataLabel.ui:426
+#: chart2/uiconfig/ui/tp_DataLabel.ui:425
msgctxt "tp_DataLabel|FT_LABEL_DEGREES"
msgid "_Degrees"
msgstr "Градуск"
-#: tp_DataLabel.ui:451
+#: chart2/uiconfig/ui/tp_DataLabel.ui:450
msgctxt "tp_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
msgstr "Атеқст ахырхарҭа"
-#: tp_DataLabel.ui:488
+#: chart2/uiconfig/ui/tp_DataLabel.ui:487
msgctxt "tp_DataLabel|label2"
msgid "Rotate Text"
msgstr "Атеқст аргьежьра"
-#: tp_DataSource.ui:9
+#: chart2/uiconfig/ui/tp_DataSource.ui:9
msgctxt "tp_DataSource|imageIMB_RANGE_CAT|tooltip_text"
msgid "Select data range"
msgstr "Иалышәх адырқәа рдиапазон"
-#: tp_DataSource.ui:15
+#: chart2/uiconfig/ui/tp_DataSource.ui:15
msgctxt "tp_DataSource|imageIMB_RANGE_MAIN|tooltip_text"
msgid "Select data range"
msgstr "Иалышәх адырқәа рдиапазон"
-#: tp_DataSource.ui:28
+#: chart2/uiconfig/ui/tp_DataSource.ui:28
msgctxt "tp_DataSource|FT_CAPTION_FOR_WIZARD"
msgid "Customize Data Ranges for Individual Data Series"
msgstr ""
-#: tp_DataSource.ui:58
+#: chart2/uiconfig/ui/tp_DataSource.ui:58
msgctxt "tp_DataSource|FT_SERIES"
msgid "Data _series:"
msgstr ""
-#: tp_DataSource.ui:95
+#: chart2/uiconfig/ui/tp_DataSource.ui:95
msgctxt "tp_DataSource|BTN_ADD"
msgid "_Add"
msgstr "Иацҵатәуп"
-#: tp_DataSource.ui:116
+#: chart2/uiconfig/ui/tp_DataSource.ui:116
msgctxt "tp_DataSource|BTN_UP-atkobject"
msgid "Up"
msgstr ""
-#: tp_DataSource.ui:127
+#: chart2/uiconfig/ui/tp_DataSource.ui:127
msgctxt "tp_DataSource|BTN_REMOVE"
msgid "_Remove"
msgstr "Ианыхтәуп"
-#: tp_DataSource.ui:148
+#: chart2/uiconfig/ui/tp_DataSource.ui:148
msgctxt "tp_DataSource|BTN_DOWN-atkobject"
msgid "Down"
msgstr "Алада"
-#: tp_DataSource.ui:183
+#: chart2/uiconfig/ui/tp_DataSource.ui:183
msgctxt "tp_DataSource|FT_ROLE"
msgid "_Data ranges:"
msgstr "Адырқәа рдиапазон:"
-#: tp_DataSource.ui:214
+#: chart2/uiconfig/ui/tp_DataSource.ui:214
msgctxt "tp_DataSource|FT_RANGE"
msgid "Ran_ge for %VALUETYPE"
msgstr ""
-#: tp_DataSource.ui:272
+#: chart2/uiconfig/ui/tp_DataSource.ui:271
msgctxt "tp_DataSource|FT_CATEGORIES"
msgid "_Categories"
msgstr "Акатегориақәа"
-#: tp_DataSource.ui:287
+#: chart2/uiconfig/ui/tp_DataSource.ui:286
msgctxt "tp_DataSource|FT_DATALABELS"
msgid "Data _labels"
msgstr "Адырқәа рнапаҵаҩрақәа"
-#: tp_ErrorBars.ui:28
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:28
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Standard Error"
msgstr "Истандарттәу агха"
-#: tp_ErrorBars.ui:32
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:32
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Standard Deviation"
msgstr ""
-#: tp_ErrorBars.ui:36
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:36
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Variance"
msgstr "Адисперсиа"
-#: tp_ErrorBars.ui:40
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:40
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Error Margin"
msgstr ""
-#: tp_ErrorBars.ui:77
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:77
msgctxt "tp_ErrorBars|RB_NONE"
msgid "_None"
msgstr "Мап"
-#: tp_ErrorBars.ui:95
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:95
msgctxt "tp_ErrorBars|RB_CONST"
msgid "_Constant Value"
msgstr ""
-#: tp_ErrorBars.ui:113
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:113
msgctxt "tp_ErrorBars|RB_PERCENT"
msgid "_Percentage"
msgstr "Апроцентқәа"
-#: tp_ErrorBars.ui:171
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:172
msgctxt "tp_ErrorBars|RB_RANGE"
msgid "Cell _Range"
msgstr "Абларҭақәа рдиапазон"
-#: tp_ErrorBars.ui:195
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:196
msgctxt "tp_ErrorBars|label1"
msgid "Error Category"
msgstr ""
-#: tp_ErrorBars.ui:228
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:229
msgctxt "tp_ErrorBars|RB_BOTH"
msgid "Positive _and Negative"
msgstr "Иҵоурои иҵаурами"
-#: tp_ErrorBars.ui:247
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:248
msgctxt "tp_ErrorBars|RB_POSITIVE"
msgid "Pos_itive"
msgstr "Иҵоурақәоу"
-#: tp_ErrorBars.ui:266
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:267
msgctxt "tp_ErrorBars|RB_NEGATIVE"
msgid "Ne_gative"
msgstr "Иҵоурамқәа"
-#: tp_ErrorBars.ui:331
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:332
msgctxt "tp_ErrorBars|label2"
msgid "Error Indicator"
msgstr ""
-#: tp_ErrorBars.ui:378
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:379
msgctxt "tp_ErrorBars|FT_POSITIVE"
msgid "P_ositive (+)"
msgstr "Иҵоуроу(+)"
-#: tp_ErrorBars.ui:419
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:418
msgctxt "tp_ErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
msgstr "Иалышәх адырқәа рдиапазон"
-#: tp_ErrorBars.ui:444
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:443
msgctxt "tp_ErrorBars|FT_NEGATIVE"
msgid "_Negative (-)"
msgstr "Иҵоурам (-)"
-#: tp_ErrorBars.ui:485
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:482
msgctxt "tp_ErrorBars|IB_RANGE_NEGATIVE|tooltip_text"
msgid "Select data range"
msgstr "Иалышәх адырқәа рдиапазон"
-#: tp_ErrorBars.ui:503
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:500
msgctxt "tp_ErrorBars|CB_SYN_POS_NEG"
msgid "Same value for both"
msgstr "Еиҧшу аҵакқәа"
-#: tp_ErrorBars.ui:525
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:523
msgctxt "tp_ErrorBars|label3"
msgid "Parameters"
msgstr "Апараметрқәа"
-#: tp_ErrorBars.ui:541
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:539
msgctxt "tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS"
msgid "Select Range for Positive Error Bars"
msgstr ""
-#: tp_ErrorBars.ui:552
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:550
msgctxt "tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS"
msgid "Select Range for Negative Error Bars"
msgstr ""
-#: tp_ErrorBars.ui:563
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:561
msgctxt "tp_ErrorBars|STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr "Адырқәа ртаблица аҟынтәи"
-#: tp_LegendPosition.ui:30
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:30
msgctxt "tp_LegendPosition|left"
msgid "_Left"
msgstr "Арымарахь"
-#: tp_LegendPosition.ui:48
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:48
msgctxt "tp_LegendPosition|right"
msgid "_Right"
msgstr "Арыӷьарахь"
-#: tp_LegendPosition.ui:66
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:66
msgctxt "tp_LegendPosition|top"
msgid "_Top"
msgstr "Хыхьла"
-#: tp_LegendPosition.ui:84
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:84
msgctxt "tp_LegendPosition|bottom"
msgid "_Bottom"
msgstr "Ҵаҟала"
-#: tp_LegendPosition.ui:109
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:109
msgctxt "tp_LegendPosition|TXT_POSITION"
msgid "Position"
msgstr "Аҭыҧ"
-#: tp_LegendPosition.ui:144
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:144
msgctxt "tp_LegendPosition|FT_LEGEND_TEXTDIR"
msgid "Te_xt direction"
msgstr "Атеқст ахырхарҭа"
-#: tp_LegendPosition.ui:173
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:173
msgctxt "tp_LegendPosition|TXT_ORIENTATION"
msgid "Text Orientation"
msgstr ""
-#: tp_PolarOptions.ui:31
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:31
msgctxt "tp_PolarOptions|CB_CLOCKWISE"
msgid "_Clockwise direction"
msgstr ""
-#: tp_PolarOptions.ui:47
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:47
msgctxt "tp_PolarOptions|label1"
msgid "Orientation"
msgstr "Ахырхарҭа"
-#: tp_PolarOptions.ui:108
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:107
msgctxt "tp_PolarOptions|FT_ROTATION_DEGREES"
msgid "_Degrees"
msgstr "Градуск"
-#: tp_PolarOptions.ui:127
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:126
msgctxt "tp_PolarOptions|label2"
msgid "Starting Angle"
msgstr ""
-#: tp_PolarOptions.ui:154
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:153
msgctxt "tp_PolarOptions|CB_INCLUDE_HIDDEN_CELLS_POLAR"
msgid "Include _values from hidden cells"
msgstr ""
-#: tp_PolarOptions.ui:170
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:169
msgctxt "tp_PolarOptions|label3"
msgid "Plot Options"
msgstr "Адиаграмма апараметрқәа"
-#: tp_RangeChooser.ui:8
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:8
msgctxt "tp_RangeChooser|imageIB_RANGE|tooltip_text"
msgid "Select data range"
msgstr "Иалышәх адырқәа рдиапазон"
-#: tp_RangeChooser.ui:28
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:28
msgctxt "tp_RangeChooser|FT_CAPTION_FOR_WIZARD"
msgid "Choose a Data Range"
msgstr ""
-#: tp_RangeChooser.ui:50
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:50
msgctxt "tp_RangeChooser|FT_RANGE"
msgid "_Data range:"
msgstr "Адырқәа рдиапазон:"
-#: tp_RangeChooser.ui:79
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:78
msgctxt "tp_RangeChooser|IB_RANGE|tooltip_text"
msgid "Select data range"
msgstr "Иалышәх адырқәа рдиапазон"
-#: tp_RangeChooser.ui:97
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:96
msgctxt "tp_RangeChooser|RB_DATAROWS"
msgid "Data series in _rows"
msgstr ""
-#: tp_RangeChooser.ui:116
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:115
msgctxt "tp_RangeChooser|RB_DATACOLS"
msgid "Data series in _columns"
msgstr ""
-#: tp_RangeChooser.ui:135
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:134
msgctxt "tp_RangeChooser|CB_FIRST_ROW_ASLABELS"
msgid "_First row as label"
msgstr ""
-#: tp_RangeChooser.ui:152
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:151
msgctxt "tp_RangeChooser|CB_FIRST_COLUMN_ASLABELS"
msgid "F_irst column as label"
msgstr ""
-#: tp_RangeChooser.ui:180
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:179
msgctxt "tp_RangeChooser|CB_TIME_BASED"
msgid "Time based charting"
msgstr ""
-#: tp_RangeChooser.ui:235
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:233
msgctxt "tp_RangeChooser|label1"
msgid "Start Table Index"
msgstr ""
-#: tp_RangeChooser.ui:251
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:249
msgctxt "tp_RangeChooser|label2"
msgid "End Table Index"
msgstr ""
-#: tp_RangeChooser.ui:272
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:270
msgctxt "tp_RangeChooser|STR_PAGE_DATA_RANGE"
msgid "Data Range"
msgstr "Адырқәа рдиапазон"
-#: tp_Scale.ui:20
+#: chart2/uiconfig/ui/tp_Scale.ui:20
msgctxt "tp_Scale|liststoreDATE"
msgid "Days"
msgstr "Амшқәа"
-#: tp_Scale.ui:24
+#: chart2/uiconfig/ui/tp_Scale.ui:24
msgctxt "tp_Scale|liststoreDATE"
msgid "Months"
msgstr "Амзақәа"
-#: tp_Scale.ui:28
+#: chart2/uiconfig/ui/tp_Scale.ui:28
msgctxt "tp_Scale|liststoreDATE"
msgid "Years"
msgstr "Ашықәсқәа"
-#: tp_Scale.ui:59
+#: chart2/uiconfig/ui/tp_Scale.ui:59
msgctxt "tp_Scale|CBX_REVERSE"
msgid "_Reverse direction"
msgstr ""
-#: tp_Scale.ui:75
+#: chart2/uiconfig/ui/tp_Scale.ui:75
msgctxt "tp_Scale|CBX_LOGARITHM"
msgid "_Logarithmic scale"
msgstr ""
-#: tp_Scale.ui:99
+#: chart2/uiconfig/ui/tp_Scale.ui:99
msgctxt "tp_Scale|TXT_AXIS_TYPE"
msgid "T_ype"
msgstr "Атип"
-#: tp_Scale.ui:116
+#: chart2/uiconfig/ui/tp_Scale.ui:116
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Automatic"
msgstr "Автоматикала"
-#: tp_Scale.ui:117
+#: chart2/uiconfig/ui/tp_Scale.ui:117
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Text"
msgstr "Атеқст"
-#: tp_Scale.ui:118
+#: chart2/uiconfig/ui/tp_Scale.ui:118
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Date"
msgstr "Арыцхә"
-#: tp_Scale.ui:152
+#: chart2/uiconfig/ui/tp_Scale.ui:152
msgctxt "tp_Scale|TXT_MIN"
msgid "_Minimum"
msgstr "Аминимум"
-#: tp_Scale.ui:168
+#: chart2/uiconfig/ui/tp_Scale.ui:168
msgctxt "tp_Scale|TXT_MAX"
msgid "Ma_ximum"
msgstr "Амаксимум"
-#: tp_Scale.ui:181
+#: chart2/uiconfig/ui/tp_Scale.ui:181
msgctxt "tp_Scale|CBX_AUTO_MIN"
msgid "_Automatic"
msgstr "_Автоматикала"
-#: tp_Scale.ui:198
+#: chart2/uiconfig/ui/tp_Scale.ui:198
msgctxt "tp_Scale|CBX_AUTO_MAX"
msgid "A_utomatic"
msgstr "Автоматикала"
-#: tp_Scale.ui:256
+#: chart2/uiconfig/ui/tp_Scale.ui:254
msgctxt "tp_Scale|TXT_TIME_RESOLUTION"
msgid "R_esolution"
msgstr ""
-#: tp_Scale.ui:280
+#: chart2/uiconfig/ui/tp_Scale.ui:278
msgctxt "tp_Scale|CBX_AUTO_TIME_RESOLUTION"
msgid "Automat_ic"
msgstr "Автоматикала"
-#: tp_Scale.ui:311
+#: chart2/uiconfig/ui/tp_Scale.ui:309
msgctxt "tp_Scale|TXT_STEP_MAIN"
msgid "Ma_jor interval"
msgstr ""
-#: tp_Scale.ui:383
+#: chart2/uiconfig/ui/tp_Scale.ui:379
msgctxt "tp_Scale|CBX_AUTO_STEP_MAIN"
msgid "Au_tomatic"
msgstr "Автоматикала"
-#: tp_Scale.ui:419
+#: chart2/uiconfig/ui/tp_Scale.ui:415
msgctxt "tp_Scale|TXT_STEP_HELP"
msgid "Minor inter_val"
msgstr ""
-#: tp_Scale.ui:433
+#: chart2/uiconfig/ui/tp_Scale.ui:429
msgctxt "tp_Scale|TXT_STEP_HELP_COUNT"
msgid "Minor inter_val count"
msgstr ""
-#: tp_Scale.ui:477
+#: chart2/uiconfig/ui/tp_Scale.ui:471
msgctxt "tp_Scale|CBX_AUTO_STEP_HELP"
msgid "Aut_omatic"
msgstr "Автоматикала"
-#: tp_Scale.ui:508
+#: chart2/uiconfig/ui/tp_Scale.ui:502
msgctxt "tp_Scale|TXT_ORIGIN"
msgid "Re_ference value"
msgstr ""
-#: tp_Scale.ui:531
+#: chart2/uiconfig/ui/tp_Scale.ui:524
msgctxt "tp_Scale|CBX_AUTO_ORIGIN"
msgid "Automat_ic"
msgstr "Автоматикала"
-#: tp_Scale.ui:561
+#: chart2/uiconfig/ui/tp_Scale.ui:554
msgctxt "tp_Scale|FL_SCALE"
msgid "Scale"
msgstr "Амасштаб"
-#: tp_SeriesToAxis.ui:41
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:41
msgctxt "tp_SeriesToAxis|RBT_OPT_AXIS_1"
msgid "Primary Y axis"
msgstr ""
-#: tp_SeriesToAxis.ui:58
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:59
msgctxt "tp_SeriesToAxis|RBT_OPT_AXIS_2"
msgid "Secondary Y axis"
msgstr ""
-#: tp_SeriesToAxis.ui:82
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:84
msgctxt "tp_SeriesToAxis|label1"
msgid "Align Data Series to"
msgstr ""
-#: tp_SeriesToAxis.ui:123
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:125
#, fuzzy
msgctxt "tp_SeriesToAxis|FT_GAP"
msgid "_Spacing"
msgstr "Аинтервал:"
-#: tp_SeriesToAxis.ui:138
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:140
msgctxt "tp_SeriesToAxis|FT_OVERLAP"
msgid "_Overlap"
msgstr ""
-#: tp_SeriesToAxis.ui:186
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:186
msgctxt "tp_SeriesToAxis|CB_BARS_SIDE_BY_SIDE"
msgid "Show _bars side by side"
msgstr ""
-#: tp_SeriesToAxis.ui:202
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:202
msgctxt "tp_SeriesToAxis|CB_CONNECTOR"
msgid "Connection lines"
msgstr "Аиҧшьыгатә ҵәаӷәақәа"
-#: tp_SeriesToAxis.ui:224
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:224
msgctxt "tp_SeriesToAxis|label2"
msgid "Settings"
msgstr "Апараметрқәа"
-#: tp_SeriesToAxis.ui:266
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:266
msgctxt "tp_SeriesToAxis|FT_MISSING_VALUES"
msgid "Plot missing values"
msgstr ""
-#: tp_SeriesToAxis.ui:277
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:277
msgctxt "tp_SeriesToAxis|RB_DONT_PAINT"
msgid "_Leave gap"
msgstr ""
-#: tp_SeriesToAxis.ui:296
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:296
msgctxt "tp_SeriesToAxis|RB_ASSUME_ZERO"
msgid "_Assume zero"
msgstr ""
-#: tp_SeriesToAxis.ui:315
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:315
msgctxt "tp_SeriesToAxis|RB_CONTINUE_LINE"
msgid "_Continue line"
msgstr ""
-#: tp_SeriesToAxis.ui:347
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:347
msgctxt "tp_SeriesToAxis|CB_INCLUDE_HIDDEN_CELLS"
msgid "Include _values from hidden cells"
msgstr ""
-#: tp_SeriesToAxis.ui:370
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:370
msgctxt "tp_SeriesToAxis|label3"
msgid "Plot Options"
msgstr "Адиаграмма апараметрқәа"
-#: tp_Trendline.ui:52
+#: chart2/uiconfig/ui/tp_Trendline.ui:52
msgctxt "tp_Trendline|linear"
msgid "_Linear"
msgstr "Аҵәаӷәатә"
-#: tp_Trendline.ui:71
+#: chart2/uiconfig/ui/tp_Trendline.ui:71
msgctxt "tp_Trendline|logarithmic"
msgid "L_ogarithmic"
msgstr "Алогарифмтә"
-#: tp_Trendline.ui:90
+#: chart2/uiconfig/ui/tp_Trendline.ui:90
msgctxt "tp_Trendline|exponential"
msgid "_Exponential"
msgstr "Аекспоненциалтә"
-#: tp_Trendline.ui:109
+#: chart2/uiconfig/ui/tp_Trendline.ui:109
msgctxt "tp_Trendline|power"
msgid "Po_wer"
msgstr ""
-#: tp_Trendline.ui:128
+#: chart2/uiconfig/ui/tp_Trendline.ui:128
msgctxt "tp_Trendline|polynomial"
msgid "_Polynomial"
msgstr "Аполиномиалтә"
-#: tp_Trendline.ui:147
+#: chart2/uiconfig/ui/tp_Trendline.ui:147
msgctxt "tp_Trendline|movingAverage"
msgid "_Moving Average"
msgstr ""
-#: tp_Trendline.ui:173
+#: chart2/uiconfig/ui/tp_Trendline.ui:173
#, fuzzy
msgctxt "tp_Trendline|label3"
msgid "Degree"
msgstr "Градуск"
-#: tp_Trendline.ui:213
+#: chart2/uiconfig/ui/tp_Trendline.ui:212
msgctxt "tp_Trendline|label4"
msgid "Period"
msgstr ""
-#: tp_Trendline.ui:336
+#: chart2/uiconfig/ui/tp_Trendline.ui:334
msgctxt "tp_Trendline|label1"
msgid "Regression Type"
msgstr "Арегрессиа атип"
-#: tp_Trendline.ui:373
+#: chart2/uiconfig/ui/tp_Trendline.ui:371
msgctxt "tp_Trendline|label7"
msgid "Extrapolate Forward"
msgstr ""
-#: tp_Trendline.ui:389
+#: chart2/uiconfig/ui/tp_Trendline.ui:387
msgctxt "tp_Trendline|label8"
msgid "Extrapolate Backward"
msgstr ""
-#: tp_Trendline.ui:430
+#: chart2/uiconfig/ui/tp_Trendline.ui:426
msgctxt "tp_Trendline|setIntercept"
msgid "Force _Intercept"
msgstr ""
-#: tp_Trendline.ui:447
+#: chart2/uiconfig/ui/tp_Trendline.ui:443
msgctxt "tp_Trendline|showEquation"
msgid "Show E_quation"
msgstr ""
-#: tp_Trendline.ui:464
+#: chart2/uiconfig/ui/tp_Trendline.ui:460
msgctxt "tp_Trendline|showCorrelationCoefficient"
msgid "Show _Coefficient of Determination (R²)"
msgstr ""
-#: tp_Trendline.ui:484
+#: chart2/uiconfig/ui/tp_Trendline.ui:480
msgctxt "tp_Trendline|label5"
msgid "Trendline _Name"
msgstr ""
-#: tp_Trendline.ui:529
+#: chart2/uiconfig/ui/tp_Trendline.ui:523
msgctxt "tp_Trendline|label6"
msgid "_X Variable Name"
msgstr ""
-#: tp_Trendline.ui:558
+#: chart2/uiconfig/ui/tp_Trendline.ui:551
msgctxt "tp_Trendline|label9"
msgid "_Y Variable Name"
msgstr ""
-#: tp_Trendline.ui:590
+#: chart2/uiconfig/ui/tp_Trendline.ui:582
msgctxt "tp_Trendline|label2"
msgid "Options"
msgstr "Апараметрқәа"
-#: tp_axisLabel.ui:20
+#: chart2/uiconfig/ui/tp_axisLabel.ui:20
msgctxt "tp_axisLabel|showlabelsCB"
msgid "Sho_w labels"
msgstr ""
-#: tp_axisLabel.ui:63
+#: chart2/uiconfig/ui/tp_axisLabel.ui:63
#, fuzzy
msgctxt "tp_axisLabel|tile"
msgid "_Tile"
msgstr "Афаил"
-#: tp_axisLabel.ui:81
+#: chart2/uiconfig/ui/tp_axisLabel.ui:81
msgctxt "tp_axisLabel|odd"
msgid "St_agger odd"
msgstr ""
-#: tp_axisLabel.ui:98
+#: chart2/uiconfig/ui/tp_axisLabel.ui:98
msgctxt "tp_axisLabel|even"
msgid "Stagger _even"
msgstr ""
-#: tp_axisLabel.ui:115
+#: chart2/uiconfig/ui/tp_axisLabel.ui:115
msgctxt "tp_axisLabel|auto"
msgid "A_utomatic"
msgstr "Автоматикала"
-#: tp_axisLabel.ui:138
+#: chart2/uiconfig/ui/tp_axisLabel.ui:138
msgctxt "tp_axisLabel|orderL"
msgid "Order"
msgstr ""
-#: tp_axisLabel.ui:173
+#: chart2/uiconfig/ui/tp_axisLabel.ui:173
msgctxt "tp_axisLabel|overlapCB"
msgid "O_verlap"
msgstr ""
-#: tp_axisLabel.ui:189
+#: chart2/uiconfig/ui/tp_axisLabel.ui:189
msgctxt "tp_axisLabel|breakCB"
msgid "_Break"
msgstr ""
-#: tp_axisLabel.ui:211
+#: chart2/uiconfig/ui/tp_axisLabel.ui:211
msgctxt "tp_axisLabel|textflowL"
msgid "Text Flow"
msgstr ""
-#: tp_axisLabel.ui:280
+#: chart2/uiconfig/ui/tp_axisLabel.ui:279
msgctxt "tp_axisLabel|degreeL"
msgid "_Degrees"
msgstr "Градуск"
-#: tp_axisLabel.ui:333
+#: chart2/uiconfig/ui/tp_axisLabel.ui:332
msgctxt "tp_axisLabel|stackedCB"
msgid "Ve_rtically stacked"
msgstr ""
-#: tp_axisLabel.ui:352
+#: chart2/uiconfig/ui/tp_axisLabel.ui:351
msgctxt "tp_axisLabel|labelABCD"
msgid "ABCD"
msgstr "ABCD"
-#: tp_axisLabel.ui:373
+#: chart2/uiconfig/ui/tp_axisLabel.ui:372
msgctxt "tp_axisLabel|textdirL"
msgid "Te_xt direction:"
msgstr "Атеқст ахырхарҭа"
-#: tp_axisLabel.ui:403
+#: chart2/uiconfig/ui/tp_axisLabel.ui:402
msgctxt "tp_axisLabel|labelTextOrient"
msgid "Text Orientation"
msgstr ""
-#: wizelementspage.ui:39
+#: chart2/uiconfig/ui/wizelementspage.ui:39
msgctxt "wizelementspage|labelPrimaryXaxis"
msgid "_X axis"
msgstr ""
-#: wizelementspage.ui:55
+#: chart2/uiconfig/ui/wizelementspage.ui:55
msgctxt "wizelementspage|labelPrimaryYaxis"
msgid "_Y axis"
msgstr ""
-#: wizelementspage.ui:71
+#: chart2/uiconfig/ui/wizelementspage.ui:71
msgctxt "wizelementspage|labelPrimaryZaxis"
msgid "_Z axis"
msgstr ""
-#: wizelementspage.ui:132
+#: chart2/uiconfig/ui/wizelementspage.ui:126
msgctxt "wizelementspage|labelMainTitle"
msgid "_Title"
msgstr "_Ахы"
-#: wizelementspage.ui:148
+#: chart2/uiconfig/ui/wizelementspage.ui:142
msgctxt "wizelementspage|labelSubTitle"
msgid "_Subtitle"
msgstr ""
-#: wizelementspage.ui:194
+#: chart2/uiconfig/ui/wizelementspage.ui:184
msgctxt "wizelementspage|labelSecondaryXAxis"
msgid "X _axis"
msgstr ""
-#: wizelementspage.ui:210
+#: chart2/uiconfig/ui/wizelementspage.ui:200
msgctxt "wizelementspage|labelSecondaryYAxis"
msgid "Y ax_is"
msgstr ""
-#: wizelementspage.ui:266
+#: chart2/uiconfig/ui/wizelementspage.ui:252
msgctxt "wizelementspage|show"
msgid "_Display legend"
msgstr "Иаарҧштәуп алегенда"
-#: wizelementspage.ui:293
+#: chart2/uiconfig/ui/wizelementspage.ui:279
msgctxt "wizelementspage|left"
msgid "_Left"
msgstr "Арымарахь"
-#: wizelementspage.ui:311
+#: chart2/uiconfig/ui/wizelementspage.ui:297
msgctxt "wizelementspage|right"
msgid "_Right"
msgstr "Арыӷьарахь"
-#: wizelementspage.ui:329
+#: chart2/uiconfig/ui/wizelementspage.ui:315
msgctxt "wizelementspage|top"
msgid "_Top"
msgstr "Хыхьла"
-#: wizelementspage.ui:347
+#: chart2/uiconfig/ui/wizelementspage.ui:333
msgctxt "wizelementspage|bottom"
msgid "_Bottom"
msgstr "Ҵаҟала"
-#: wizelementspage.ui:389
+#: chart2/uiconfig/ui/wizelementspage.ui:375
msgctxt "wizelementspage|Axe"
msgid "Choose Titles, Legend, and Grid Settings"
msgstr ""
-#: wizelementspage.ui:422
+#: chart2/uiconfig/ui/wizelementspage.ui:408
msgctxt "wizelementspage|x"
msgid "X axis"
msgstr ""
-#: wizelementspage.ui:439
+#: chart2/uiconfig/ui/wizelementspage.ui:425
msgctxt "wizelementspage|y"
msgid "Y ax_is"
msgstr ""
-#: wizelementspage.ui:456
+#: chart2/uiconfig/ui/wizelementspage.ui:442
msgctxt "wizelementspage|z"
msgid "Z axi_s"
msgstr ""
-#: wizelementspage.ui:479
+#: chart2/uiconfig/ui/wizelementspage.ui:465
msgctxt "wizelementspage|label2"
msgid "Display Grids"
msgstr ""
diff --git a/source/ab/connectivity/messages.po b/source/ab/connectivity/messages.po
index 20f85ad81ae..9ffde944132 100644
--- a/source/ab/connectivity/messages.po
+++ b/source/ab/connectivity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-12-25 15:56+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,192 +12,192 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514217401.000000\n"
#. = the mozab driver's resource strings
-#: strings.hrc:26
+#: connectivity/inc/strings.hrc:26
msgctxt "STR_ERR_EXECUTING_QUERY"
msgid "An error occurred while executing the query."
msgstr ""
-#: strings.hrc:27
+#: connectivity/inc/strings.hrc:27
msgctxt "STR_QUERY_AT_LEAST_ONE_TABLES"
msgid "The query can not be executed. It needs at least one table."
msgstr ""
-#: strings.hrc:28
+#: connectivity/inc/strings.hrc:28
msgctxt "STR_NO_COUNT_SUPPORT"
msgid "The driver does not support the 'COUNT' function."
msgstr ""
-#: strings.hrc:29
+#: connectivity/inc/strings.hrc:29
msgctxt "STR_STMT_TYPE_NOT_SUPPORTED"
msgid "This statement type not supported by this database driver."
msgstr ""
-#: strings.hrc:30
+#: connectivity/inc/strings.hrc:30
msgctxt "STR_UNSPECIFIED_ERROR"
msgid "An unknown error occurred."
msgstr "Идырым агха."
-#: strings.hrc:31
+#: connectivity/inc/strings.hrc:31
msgctxt "STR_ERROR_REFRESH_ROW"
msgid "An error occurred while refreshing the current row."
msgstr ""
-#: strings.hrc:32
+#: connectivity/inc/strings.hrc:32
msgctxt "STR_ERROR_GET_ROW"
msgid "An error occurred while getting the current row."
msgstr ""
-#: strings.hrc:33
+#: connectivity/inc/strings.hrc:33
msgctxt "STR_QUERY_INVALID_IS_NULL_COLUMN"
msgid "The query can not be executed. The 'IS NULL' can only be used with a column name."
msgstr ""
-#: strings.hrc:34
+#: connectivity/inc/strings.hrc:34
msgctxt "STR_ILLEGAL_MOVEMENT"
msgid "Illegal cursor movement occurred."
msgstr ""
-#: strings.hrc:35
+#: connectivity/inc/strings.hrc:35
msgctxt "STR_COMMIT_ROW"
msgid "Please commit row '$position$' before update rows or insert new rows."
msgstr ""
#. = common strings
-#: strings.hrc:37
+#: connectivity/inc/strings.hrc:37
msgctxt "STR_NO_CONNECTION_GIVEN"
msgid "It doesn't exist a connection to the database."
msgstr ""
-#: strings.hrc:38
+#: connectivity/inc/strings.hrc:38
msgctxt "STR_WRONG_PARAM_INDEX"
msgid "You tried to set a parameter at position '$pos$' but there is/are only '$count$' parameter(s) allowed. One reason may be that the property \"ParameterNameSubstitution\" is not set to TRUE in the data source."
msgstr ""
-#: strings.hrc:39
+#: connectivity/inc/strings.hrc:39
msgctxt "STR_NO_INPUTSTREAM"
msgid "The input stream was not set."
msgstr ""
-#: strings.hrc:40
+#: connectivity/inc/strings.hrc:40
msgctxt "STR_NO_ELEMENT_NAME"
msgid "There is no element named '$name$'."
msgstr ""
-#: strings.hrc:41
+#: connectivity/inc/strings.hrc:41
msgctxt "STR_INVALID_BOOKMARK"
msgid "Invalid bookmark value"
msgstr ""
-#: strings.hrc:42
+#: connectivity/inc/strings.hrc:42
msgctxt "STR_PRIVILEGE_NOT_GRANTED"
msgid "Privilege not granted: Only table privileges can be granted."
msgstr ""
-#: strings.hrc:43
+#: connectivity/inc/strings.hrc:43
msgctxt "STR_PRIVILEGE_NOT_REVOKED"
msgid "Privilege not revoked: Only table privileges can be revoked."
msgstr ""
-#: strings.hrc:44
+#: connectivity/inc/strings.hrc:44
msgctxt "STR_ERRORMSG_SEQUENCE"
msgid "Function sequence error."
msgstr ""
-#: strings.hrc:45
+#: connectivity/inc/strings.hrc:45
msgctxt "STR_INVALID_INDEX"
msgid "Invalid descriptor index."
msgstr ""
-#: strings.hrc:46
+#: connectivity/inc/strings.hrc:46
msgctxt "STR_UNSUPPORTED_FUNCTION"
msgid "The driver does not support the function '$functionname$'."
msgstr ""
-#: strings.hrc:47
+#: connectivity/inc/strings.hrc:47
msgctxt "STR_UNSUPPORTED_FEATURE"
msgid "The driver does not support the functionality for '$featurename$'. It is not implemented."
msgstr ""
-#: strings.hrc:48
+#: connectivity/inc/strings.hrc:48
msgctxt "STR_FORMULA_WRONG"
msgid "The formula for TypeInfoSettings is wrong!"
msgstr "TypeInfoSettings азы аформула иашаӡам!"
-#: strings.hrc:49
+#: connectivity/inc/strings.hrc:49
msgctxt "STR_STRING_LENGTH_EXCEEDED"
msgid "The string '$string$' exceeds the maximum length of $maxlen$ characters when converted to the target character set '$charset$'."
msgstr ""
-#: strings.hrc:50
+#: connectivity/inc/strings.hrc:50
msgctxt "STR_CANNOT_CONVERT_STRING"
msgid "The string '$string$' cannot be converted using the encoding '$charset$'."
msgstr ""
-#: strings.hrc:51
+#: connectivity/inc/strings.hrc:51
msgctxt "STR_URI_SYNTAX_ERROR"
msgid "The connection URL is invalid."
msgstr ""
-#: strings.hrc:52
+#: connectivity/inc/strings.hrc:52
msgctxt "STR_QUERY_TOO_COMPLEX"
msgid "The query can not be executed. It is too complex."
msgstr ""
-#: strings.hrc:53
+#: connectivity/inc/strings.hrc:53
msgctxt "STR_OPERATOR_TOO_COMPLEX"
msgid "The query can not be executed. The operator is too complex."
msgstr ""
-#: strings.hrc:54
+#: 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 ""
-#: strings.hrc:55
+#: 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 ""
-#: strings.hrc:56
+#: 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 ""
-#: strings.hrc:57
+#: 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 ""
-#: strings.hrc:58
+#: 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 ""
-#: strings.hrc:59
+#: connectivity/inc/strings.hrc:59
msgctxt "STR_INVALID_COLUMNNAME"
msgid "The column name '$columnname$' is not valid."
msgstr ""
-#: strings.hrc:60
+#: connectivity/inc/strings.hrc:60
msgctxt "STR_INVALID_COLUMN_SELECTION"
msgid "The statement contains an invalid selection of columns."
msgstr ""
-#: strings.hrc:61
+#: connectivity/inc/strings.hrc:61
msgctxt "STR_COLUMN_NOT_UPDATEABLE"
msgid "The column at position '$position$' could not be updated."
msgstr ""
-#: strings.hrc:62
+#: connectivity/inc/strings.hrc:62
msgctxt "STR_COULD_NOT_LOAD_FILE"
msgid "The file $filename$ could not be loaded."
msgstr "Афаил $filename$ аҭагалара ауам."
-#: strings.hrc:63
+#: connectivity/inc/strings.hrc:63
msgctxt "STR_LOAD_FILE_ERROR_MESSAGE"
msgid ""
"The attempt to load the file resulted in the following error message ($exception_type$):\n"
@@ -206,123 +206,123 @@ msgid ""
msgstr ""
#. = the ado driver's resource strings
-#: strings.hrc:65
+#: connectivity/inc/strings.hrc:65
#, fuzzy
msgctxt "STR_TYPE_NOT_CONVERT"
msgid "The type could not be converted."
msgstr "Атаблица аҧсахра ауам."
-#: strings.hrc:66
+#: connectivity/inc/strings.hrc:66
msgctxt "STR_INVALID_COLUMN_DESCRIPTOR_ERROR"
msgid "Could not append column: invalid column descriptor."
msgstr ""
-#: strings.hrc:67
+#: connectivity/inc/strings.hrc:67
msgctxt "STR_INVALID_GROUP_DESCRIPTOR_ERROR"
msgid "Could not create group: invalid object descriptor."
msgstr ""
-#: strings.hrc:68
+#: connectivity/inc/strings.hrc:68
msgctxt "STR_INVALID_INDEX_DESCRIPTOR_ERROR"
msgid "Could not create index: invalid object descriptor."
msgstr ""
-#: strings.hrc:69
+#: connectivity/inc/strings.hrc:69
msgctxt "STR_INVALID_KEY_DESCRIPTOR_ERROR"
msgid "Could not create key: invalid object descriptor."
msgstr ""
-#: strings.hrc:70
+#: connectivity/inc/strings.hrc:70
msgctxt "STR_INVALID_TABLE_DESCRIPTOR_ERROR"
msgid "Could not create table: invalid object descriptor."
msgstr ""
-#: strings.hrc:71
+#: connectivity/inc/strings.hrc:71
msgctxt "STR_INVALID_USER_DESCRIPTOR_ERROR"
msgid "Could not create user: invalid object descriptor."
msgstr ""
-#: strings.hrc:72
+#: connectivity/inc/strings.hrc:72
msgctxt "STR_INVALID_VIEW_DESCRIPTOR_ERROR"
msgid "Could not create view: invalid object descriptor."
msgstr ""
-#: strings.hrc:73
+#: connectivity/inc/strings.hrc:73
msgctxt "STR_VIEW_NO_COMMAND_ERROR"
msgid "Could not create view: no command object."
msgstr ""
-#: strings.hrc:74
+#: connectivity/inc/strings.hrc:74
msgctxt "STR_NO_CONNECTION"
msgid "The connection could not be created. May be the necessary data provider is not installed."
msgstr ""
-#: strings.hrc:76
+#: connectivity/inc/strings.hrc:76
msgctxt "STR_COULD_NOT_DELETE_INDEX"
msgid "The index could not be deleted. An unknown error while accessing the file system occurred."
msgstr ""
-#: strings.hrc:77
+#: connectivity/inc/strings.hrc:77
msgctxt "STR_ONL_ONE_COLUMN_PER_INDEX"
msgid "The index could not be created. Only one column per index is allowed."
msgstr ""
-#: strings.hrc:78
+#: connectivity/inc/strings.hrc:78
msgctxt "STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE"
msgid "The index could not be created. The values are not unique."
msgstr ""
-#: strings.hrc:79
+#: connectivity/inc/strings.hrc:79
msgctxt "STR_COULD_NOT_CREATE_INDEX"
msgid "The index could not be created. An unknown error appeared."
msgstr ""
-#: strings.hrc:80
+#: connectivity/inc/strings.hrc:80
msgctxt "STR_COULD_NOT_CREATE_INDEX_NAME"
msgid "The index could not be created. The file '$filename$' is used by an other index."
msgstr ""
-#: strings.hrc:81
+#: connectivity/inc/strings.hrc:81
msgctxt "STR_COULD_NOT_CREATE_INDEX_KEYSIZE"
msgid "The index could not be created. The size of the chosen column is too big."
msgstr ""
-#: strings.hrc:82
+#: connectivity/inc/strings.hrc:82
msgctxt "STR_SQL_NAME_ERROR"
msgid "The name '$name$' doesn't match SQL naming constraints."
msgstr ""
-#: strings.hrc:83
+#: connectivity/inc/strings.hrc:83
msgctxt "STR_COULD_NOT_DELETE_FILE"
msgid "The file $filename$ could not be deleted."
msgstr "Афаил $filename$ аныхра ауам."
-#: strings.hrc:84
+#: connectivity/inc/strings.hrc:84
msgctxt "STR_INVALID_COLUMN_TYPE"
msgid "Invalid column type for column '$columnname$'."
msgstr ""
-#: strings.hrc:85
+#: connectivity/inc/strings.hrc:85
msgctxt "STR_INVALID_COLUMN_PRECISION"
msgid "Invalid precision for column '$columnname$'."
msgstr ""
-#: strings.hrc:86
+#: connectivity/inc/strings.hrc:86
msgctxt "STR_INVALID_PRECISION_SCALE"
msgid "Precision is less than scale for column '$columnname$'."
msgstr ""
-#: strings.hrc:87
+#: connectivity/inc/strings.hrc:87
msgctxt "STR_INVALID_COLUMN_NAME_LENGTH"
msgid "Invalid column name length for column '$columnname$'."
msgstr ""
-#: strings.hrc:88
+#: connectivity/inc/strings.hrc:88
msgctxt "STR_DUPLICATE_VALUE_IN_COLUMN"
msgid "Duplicate value found in column '$columnname$'."
msgstr ""
-#: strings.hrc:89
+#: connectivity/inc/strings.hrc:89
msgctxt "STR_INVALID_COLUMN_DECIMAL_VALUE"
msgid ""
"The '$columnname$' column has been defined as a \"Decimal\" type, the max. length is $precision$ characters (with $scale$ decimal places).\n"
@@ -330,240 +330,230 @@ msgid ""
"The specified value \"$value$ is longer than the number of digits allowed."
msgstr ""
-#: strings.hrc:90
+#: connectivity/inc/strings.hrc:90
msgctxt "STR_COLUMN_NOT_ALTERABLE"
msgid "The column '$columnname$' could not be altered. May be the file system is write protected."
msgstr ""
-#: strings.hrc:91
+#: connectivity/inc/strings.hrc:91
msgctxt "STR_INVALID_COLUMN_VALUE"
msgid "The column '$columnname$' could not be updated. The value is invalid for that column."
msgstr ""
-#: strings.hrc:92
+#: connectivity/inc/strings.hrc:92
msgctxt "STR_COLUMN_NOT_ADDABLE"
msgid "The column '$columnname$' could not be added. May be the file system is write protected."
msgstr ""
-#: strings.hrc:93
+#: connectivity/inc/strings.hrc:93
msgctxt "STR_COLUMN_NOT_DROP"
msgid "The column at position '$position$' could not be dropped. May be the file system is write protected."
msgstr ""
-#: strings.hrc:94
+#: connectivity/inc/strings.hrc:94
msgctxt "STR_TABLE_NOT_DROP"
msgid "The table '$tablename$' could not be dropped. May be the file system is write protected."
msgstr ""
-#: strings.hrc:95
+#: connectivity/inc/strings.hrc:95
msgctxt "STR_COULD_NOT_ALTER_TABLE"
msgid "The table could not be altered."
msgstr "Атаблица аҧсахра ауам."
-#: strings.hrc:96
+#: connectivity/inc/strings.hrc:96
msgctxt "STR_INVALID_DBASE_FILE"
msgid "The file '$filename$' is an invalid (or unrecognized) dBase file."
msgstr ""
#. Evoab2
-#: strings.hrc:98
+#: connectivity/inc/strings.hrc:98
msgctxt "STR_CANNOT_OPEN_BOOK"
msgid "Cannot open Evolution address book."
msgstr ""
-#: strings.hrc:99
+#: connectivity/inc/strings.hrc:99
msgctxt "STR_SORT_BY_COL_ONLY"
msgid "Can only sort by table columns."
msgstr ""
-#: strings.hrc:101
+#: connectivity/inc/strings.hrc:101
msgctxt "STR_QUERY_COMPLEX_COUNT"
msgid "The query can not be executed. It is too complex. Only \"COUNT(*)\" is supported."
msgstr ""
-#: strings.hrc:102
+#: connectivity/inc/strings.hrc:102
msgctxt "STR_QUERY_INVALID_BETWEEN"
msgid "The query can not be executed. The 'BETWEEN' arguments are not correct."
msgstr ""
-#: strings.hrc:103
+#: connectivity/inc/strings.hrc:103
msgctxt "STR_QUERY_FUNCTION_NOT_SUPPORTED"
msgid "The query can not be executed. The function is not supported."
msgstr ""
-#: strings.hrc:104
+#: connectivity/inc/strings.hrc:104
msgctxt "STR_TABLE_READONLY"
msgid "The table can not be changed. It is read only."
msgstr "Атаблица аҧсахра ауам. Аҧхьара мацараз."
-#: strings.hrc:105
+#: connectivity/inc/strings.hrc:105
msgctxt "STR_DELETE_ROW"
msgid "The row could not be deleted. The option \"Display inactive records\" is set."
msgstr ""
-#: strings.hrc:106
+#: connectivity/inc/strings.hrc:106
msgctxt "STR_ROW_ALREADY_DELETED"
msgid "The row could not be deleted. It is already deleted."
msgstr ""
-#: strings.hrc:107
+#: connectivity/inc/strings.hrc:107
msgctxt "STR_QUERY_MORE_TABLES"
msgid "The query can not be executed. It contains more than one table."
msgstr ""
-#: strings.hrc:108
+#: connectivity/inc/strings.hrc:108
msgctxt "STR_QUERY_NO_TABLE"
msgid "The query can not be executed. It contains no valid table."
msgstr ""
-#: strings.hrc:109
+#: connectivity/inc/strings.hrc:109
msgctxt "STR_QUERY_NO_COLUMN"
msgid "The query can not be executed. It contains no valid columns."
msgstr ""
-#: strings.hrc:110
+#: connectivity/inc/strings.hrc:110
msgctxt "STR_INVALID_PARA_COUNT"
msgid "The count of the given parameter values doesn't match the parameters."
msgstr ""
-#: strings.hrc:111
+#: connectivity/inc/strings.hrc:111
msgctxt "STR_NO_VALID_FILE_URL"
msgid "The URL '$URL$' is not valid. A connection can not be created."
msgstr ""
-#: strings.hrc:112
+#: connectivity/inc/strings.hrc:112
msgctxt "STR_NO_CLASSNAME"
msgid "The driver class '$classname$' could not be loaded."
msgstr ""
-#: strings.hrc:113
+#: connectivity/inc/strings.hrc:113
msgctxt "STR_NO_JAVA"
msgid "No Java installation could be found. Please check your installation."
msgstr ""
-#: strings.hrc:114
+#: connectivity/inc/strings.hrc:114
msgctxt "STR_NO_RESULTSET"
msgid "The execution of the query doesn't return a valid result set."
msgstr ""
-#: strings.hrc:115
+#: connectivity/inc/strings.hrc:115
msgctxt "STR_NO_ROWCOUNT"
msgid "The execution of the update statement doesn't effect any rows."
msgstr ""
-#: strings.hrc:116
+#: connectivity/inc/strings.hrc:116
msgctxt "STR_NO_CLASSNAME_PATH"
msgid "The additional driver class path is '$classpath$'."
msgstr ""
-#: strings.hrc:117
+#: connectivity/inc/strings.hrc:117
msgctxt "STR_UNKNOWN_PARA_TYPE"
msgid "The type of parameter at position '$position$' is unknown."
msgstr ""
-#: strings.hrc:118
+#: connectivity/inc/strings.hrc:118
msgctxt "STR_UNKNOWN_COLUMN_TYPE"
msgid "The type of column at position '$position$' is unknown."
msgstr ""
#. KAB
-#: strings.hrc:120
-msgctxt "STR_NO_KDE_INST"
-msgid "No suitable KDE installation was found."
-msgstr ""
-
-#: strings.hrc:121
-msgctxt "STR_KDE_VERSION_TOO_OLD"
-msgid "KDE version $major$.$minor$ or higher is required to access the KDE Address Book."
-msgstr ""
-
-#: strings.hrc:122
+#: connectivity/inc/strings.hrc:120
msgctxt "STR_PARA_ONLY_PREPARED"
msgid "Parameters can appear only in prepared statements."
msgstr ""
-#: strings.hrc:124
+#: connectivity/inc/strings.hrc:122
msgctxt "STR_NO_TABLE"
msgid "No such table!"
msgstr "Атаблицақәа ыҟаӡам!"
-#: strings.hrc:125
+#: connectivity/inc/strings.hrc:123
msgctxt "STR_NO_MAC_OS_FOUND"
msgid "No suitable Mac OS installation was found."
msgstr ""
#. hsqldb
-#: strings.hrc:127
+#: connectivity/inc/strings.hrc:125
msgctxt "STR_NO_STORAGE"
msgid "The connection can not be established. No storage or URL was given."
msgstr ""
-#: strings.hrc:128
+#: connectivity/inc/strings.hrc:126
msgctxt "STR_INVALID_FILE_URL"
msgid "The given URL contains no valid local file system path. Please check the location of your database file."
msgstr ""
-#: strings.hrc:129
+#: connectivity/inc/strings.hrc:127
msgctxt "STR_NO_TABLE_CONTAINER"
msgid "An error occurred while obtaining the connection's table container."
msgstr ""
-#: strings.hrc:130
+#: connectivity/inc/strings.hrc:128
msgctxt "STR_NO_TABLENAME"
msgid "There is no table named '$tablename$'."
msgstr "Атаблица «$tablename$» ыҟаӡам."
-#: strings.hrc:131
+#: connectivity/inc/strings.hrc:129
msgctxt "STR_NO_DOCUMENTUI"
msgid "The provided DocumentUI is not allowed to be NULL."
msgstr ""
-#: strings.hrc:132
+#: connectivity/inc/strings.hrc:130
msgctxt "STR_ERROR_NEW_VERSION"
msgid "The connection could not be established. The database was created by a newer version of %PRODUCTNAME."
msgstr ""
-#: strings.hrc:134
+#: connectivity/inc/strings.hrc:132
msgctxt "STR_ROW_SET_OPERATION_VETOED"
msgid "The record operation has been vetoed."
msgstr ""
-#: strings.hrc:135
+#: connectivity/inc/strings.hrc:133
msgctxt "STR_PARSER_CYCLIC_SUB_QUERIES"
msgid "The statement contains a cyclic reference to one or more sub queries."
msgstr ""
-#: strings.hrc:136
+#: connectivity/inc/strings.hrc:134
msgctxt "STR_DB_OBJECT_NAME_WITH_SLASHES"
msgid "The name must not contain any slashes ('/')."
msgstr ""
-#: strings.hrc:137
+#: connectivity/inc/strings.hrc:135
msgctxt "STR_DB_INVALID_SQL_NAME"
msgid "$1$ is no SQL conform identifier."
msgstr ""
-#: strings.hrc:138
+#: connectivity/inc/strings.hrc:136
msgctxt "STR_DB_QUERY_NAME_WITH_QUOTES"
msgid "Query names must not contain quote characters."
msgstr ""
-#: strings.hrc:139
+#: connectivity/inc/strings.hrc:137
msgctxt "STR_DB_OBJECT_NAME_IS_USED"
msgid "The name '$1$' is already in use in the database."
msgstr ""
-#: strings.hrc:140
+#: connectivity/inc/strings.hrc:138
msgctxt "STR_DB_NOT_CONNECTED"
msgid "No connection to the database exists."
msgstr ""
-#: strings.hrc:141
+#: connectivity/inc/strings.hrc:139
msgctxt "STR_AB_ADDRESSBOOK_NOT_FOUND"
msgid "No $1$ exists."
msgstr "$1$ ыҟаӡам."
-#: strings.hrc:142
+#: connectivity/inc/strings.hrc:140
msgctxt "STR_DATA_CANNOT_SELECT_UNFILTERED"
msgid "Unable to display the complete table content. Please apply a filter."
msgstr ""
diff --git a/source/ab/connectivity/registry/mork/org/openoffice/Office/DataAccess.po b/source/ab/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
index ed5f2ff228f..767facfdb61 100644
--- a/source/ab/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
+++ b/source/ab/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:41+0200\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
"PO-Revision-Date: 2018-02-09 17:17+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1518196657.000000\n"
#: Drivers.xcu
@@ -21,5 +21,5 @@ msgctxt ""
".Drivers.Installed.sdbc:address:thunderbird:\n"
"DriverTypeDisplayName\n"
"value.text"
-msgid "Thunderbird/Icedove Address Book"
-msgstr "Thunderbird/Icedove Адрестә шәҟәы"
+msgid "Thunderbird Address Book"
+msgstr ""
diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index cbe3526818e..5042e798709 100644
--- a/source/ab/cui/messages.po
+++ b/source/ab/cui/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-20 08:16+0100\n"
-"PO-Revision-Date: 2018-02-09 17:17+0000\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
+"PO-Revision-Date: 2018-04-02 10:50+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -12,206 +12,206 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1518196664.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1522666218.000000\n"
-#: personalization.hrc:31
+#: cui/inc/personalization.hrc:31
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "LibreOffice"
msgstr "LibreOffice"
-#: personalization.hrc:32
+#: cui/inc/personalization.hrc:32
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Abstract"
msgstr "Абстракциа"
-#: personalization.hrc:33
+#: cui/inc/personalization.hrc:33
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Color"
msgstr "Аҧштәы"
-#: personalization.hrc:34
+#: cui/inc/personalization.hrc:34
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Music"
msgstr "Амузыка"
-#: personalization.hrc:35
+#: cui/inc/personalization.hrc:35
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Nature"
msgstr "Аҧсабара"
-#: personalization.hrc:36
+#: cui/inc/personalization.hrc:36
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Solid"
-msgstr ""
+msgstr "Ҧштәык змоу"
-#: strings.hrc:24
+#: cui/inc/strings.hrc:24
msgctxt "RID_SVXSTR_KEY_CONFIG_DIR"
msgid "Configuration"
msgstr "Архиара"
-#: strings.hrc:25
+#: cui/inc/strings.hrc:25
msgctxt "RID_SVXSTR_KEY_WORK_PATH"
msgid "My Documents"
msgstr "Сара сдокументқәа"
-#: strings.hrc:26
+#: cui/inc/strings.hrc:26
msgctxt "RID_SVXSTR_KEY_GRAPHICS_PATH"
msgid "Images"
msgstr "Асахьақәа"
-#: strings.hrc:27
+#: cui/inc/strings.hrc:27
msgctxt "RID_SVXSTR_KEY_BITMAP_PATH"
msgid "Icons"
msgstr ""
-#: strings.hrc:28
+#: cui/inc/strings.hrc:28
msgctxt "RID_SVXSTR_KEY_PALETTE_PATH"
msgid "Palettes"
msgstr "Апалитра"
-#: strings.hrc:29
+#: cui/inc/strings.hrc:29
msgctxt "RID_SVXSTR_KEY_BACKUP_PATH"
msgid "Backups"
msgstr "Арезервтә копиақәа"
-#: strings.hrc:30
+#: cui/inc/strings.hrc:30
msgctxt "RID_SVXSTR_KEY_MODULES_PATH"
msgid "Modules"
msgstr "Амодульқәа"
-#: strings.hrc:31
+#: cui/inc/strings.hrc:31
msgctxt "RID_SVXSTR_KEY_TEMPLATE_PATH"
msgid "Templates"
msgstr "Ашаблонқәа"
-#: strings.hrc:32
+#: cui/inc/strings.hrc:32
msgctxt "RID_SVXSTR_KEY_GLOSSARY_PATH"
msgid "AutoText"
msgstr "Автотеқст"
-#: strings.hrc:33
+#: cui/inc/strings.hrc:33
msgctxt "RID_SVXSTR_KEY_DICTIONARY_PATH"
msgid "Dictionaries"
msgstr "Ажәарқәа"
-#: strings.hrc:34
+#: cui/inc/strings.hrc:34
msgctxt "RID_SVXSTR_KEY_HELP_DIR"
msgid "Help"
msgstr "Аилыркаага"
-#: strings.hrc:35
+#: cui/inc/strings.hrc:35
msgctxt "RID_SVXSTR_KEY_GALLERY_DIR"
msgid "Gallery"
msgstr "Агалереиа"
-#: strings.hrc:36
+#: cui/inc/strings.hrc:36
msgctxt "RID_SVXSTR_KEY_STORAGE_DIR"
msgid "Message Storage"
msgstr "Ацҳамҭақәа рыҵәахырҭа"
-#: strings.hrc:37
+#: cui/inc/strings.hrc:37
msgctxt "RID_SVXSTR_KEY_TEMP_PATH"
msgid "Temporary files"
msgstr "Аамҭалатәи афаилқәа"
-#: strings.hrc:38
+#: cui/inc/strings.hrc:38
msgctxt "RID_SVXSTR_KEY_PLUGINS_PATH"
msgid "Plug-ins"
msgstr ""
-#: strings.hrc:39
+#: cui/inc/strings.hrc:39
msgctxt "RID_SVXSTR_KEY_FAVORITES_DIR"
msgid "Folder Bookmarks"
msgstr ""
-#: strings.hrc:40
+#: cui/inc/strings.hrc:40
msgctxt "RID_SVXSTR_KEY_FILTER_PATH"
msgid "Filters"
msgstr "Афильтрқәа"
-#: strings.hrc:41
+#: cui/inc/strings.hrc:41
msgctxt "RID_SVXSTR_KEY_ADDINS_PATH"
msgid "Add-ins"
msgstr ""
-#: strings.hrc:42
+#: cui/inc/strings.hrc:42
msgctxt "RID_SVXSTR_KEY_USERCONFIG_PATH"
msgid "User Configuration"
msgstr "Ахархәаҩ иконфигурациа"
-#: strings.hrc:43
+#: cui/inc/strings.hrc:43
msgctxt "RID_SVXSTR_KEY_USERDICTIONARY_DIR"
msgid "User-defined dictionaries"
msgstr ""
-#: strings.hrc:44
+#: cui/inc/strings.hrc:44
msgctxt "RID_SVXSTR_KEY_CLASSIFICATION_PATH"
msgid "Classification"
msgstr "Аклассификациа"
-#: strings.hrc:45
+#: cui/inc/strings.hrc:45
msgctxt "RID_SVXSTR_KEY_AUTOCORRECT_DIR"
msgid "AutoCorrect"
msgstr "Автоҧсахра"
-#: strings.hrc:46
+#: cui/inc/strings.hrc:46
msgctxt "RID_SVXSTR_KEY_LINGUISTIC_DIR"
msgid "Writing aids"
msgstr "Алингвистика"
#. %n will be replaced at runtime by a number starting with 1 and increasing as necessary
-#: strings.hrc:48
+#: cui/inc/strings.hrc:48
#, c-format
msgctxt "RID_SVXSTR_NEW_MENU"
msgid "New Menu %n"
msgstr "Ахкынҵа ҿыц %n"
#. %n will be replaced at runtime by a number starting with 1 and increasing as necessary
-#: strings.hrc:50
+#: cui/inc/strings.hrc:50
#, c-format
msgctxt "RID_SVXSTR_NEW_TOOLBAR"
msgid "New Toolbar %n"
msgstr "Амаругақәа рпанель ҿыц %n"
-#: strings.hrc:51
+#: cui/inc/strings.hrc:51
msgctxt "RID_SVXSTR_MOVE_MENU"
msgid "Move Menu"
msgstr "Ииагатәуп Ахкынҵа"
-#: strings.hrc:52
+#: cui/inc/strings.hrc:52
msgctxt "RID_SVXSTR_ADD_SUBMENU"
msgid "Add Submenu"
msgstr ""
-#: strings.hrc:53
+#: cui/inc/strings.hrc:53
msgctxt "RID_SVXSTR_SUBMENU_NAME"
msgid "Submenu name"
msgstr ""
-#: strings.hrc:54
+#: cui/inc/strings.hrc:54
msgctxt "RID_SVXSTR_DELETE_ICON_CONFIRM"
msgid "Are you sure to delete the image?"
msgstr ""
-#: strings.hrc:55
+#: cui/inc/strings.hrc:55
msgctxt "RID_SVXSTR_REPLACE_ICON_WARNING"
msgid ""
"The icon %ICONNAME is already contained in the image list.\n"
"Would you like to replace the existing icon?"
msgstr ""
-#: strings.hrc:56
+#: cui/inc/strings.hrc:56
msgctxt "RID_SVXSTR_REPLACE_ICON_CONFIRM"
msgid "Confirm Icon Replacement"
msgstr ""
-#: strings.hrc:57
+#: cui/inc/strings.hrc:57
msgctxt "RID_SVXSTR_YESTOALL"
msgid "Yes to All"
msgstr "Ааи, зегьы рзы"
-#: strings.hrc:58
+#: cui/inc/strings.hrc:58
msgctxt "RID_SXVSTR_CONFIRM_DELETE_TOOLBAR"
msgid "There are no more commands on the toolbar. Do you want to delete the toolbar?"
msgstr ""
@@ -219,799 +219,799 @@ msgstr ""
#. Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
#. and will be replaced at runtime by the name of the selected application
#. or document.
-#: strings.hrc:63
+#: cui/inc/strings.hrc:63
msgctxt "RID_SVXSTR_CONFIRM_MENU_RESET"
msgid "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
msgstr ""
-#: strings.hrc:64
+#: cui/inc/strings.hrc:64
msgctxt "RID_SVXSTR_CONFIRM_TOOLBAR_RESET"
msgid "The toolbar configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
msgstr ""
-#: strings.hrc:65
+#: cui/inc/strings.hrc:65
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT"
msgid "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?"
msgstr ""
-#: strings.hrc:66
+#: cui/inc/strings.hrc:66
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT_MENU"
msgid "This will delete all changes previously made to this context menu. Do you really want to reset?"
msgstr ""
-#: strings.hrc:67
+#: cui/inc/strings.hrc:67
msgctxt "RID_SVXSTR_MNUCFG_ALREADY_INCLUDED"
msgid "Function is already included in this popup."
msgstr ""
-#: strings.hrc:68
+#: cui/inc/strings.hrc:68
msgctxt "RID_SVXSTR_LABEL_NEW_NAME"
msgid "~New name"
msgstr "Ахьӡ ҿыц"
-#: strings.hrc:69
+#: cui/inc/strings.hrc:69
msgctxt "RID_SVXSTR_RENAME_MENU"
msgid "Rename Menu"
msgstr "Ахкынҵа ахьӡ ҧсахтәуп"
-#: strings.hrc:70
+#: cui/inc/strings.hrc:70
msgctxt "RID_SVXSTR_RENAME_TOOLBAR"
msgid "Rename Toolbar"
msgstr "Апанель ахьӡ ҧсахтәуп"
-#: strings.hrc:72
+#: cui/inc/strings.hrc:72
msgctxt "RID_SVXSTR_HYPDLG_CLOSEBUT"
msgid "Close"
msgstr "Иарктәуп"
-#: strings.hrc:73
+#: cui/inc/strings.hrc:73
msgctxt "RID_SVXSTR_HYPDLG_MACROACT1"
msgid "Mouse over object"
-msgstr ""
+msgstr "Аҳәынаҧ аобиект аҩадахьы"
-#: strings.hrc:74
+#: cui/inc/strings.hrc:74
msgctxt "RID_SVXSTR_HYPDLG_MACROACT2"
msgid "Trigger hyperlink"
msgstr "Агиперзхьарҧш ала аиасра"
-#: strings.hrc:75
+#: cui/inc/strings.hrc:75
msgctxt "RID_SVXSTR_HYPDLG_MACROACT3"
msgid "Mouse leaves object"
-msgstr ""
+msgstr "Аҳәынаҧ аобиект ннажьуеит"
-#: strings.hrc:76
+#: cui/inc/strings.hrc:76
msgctxt "RID_SVXSTR_HYPDLG_NOVALIDFILENAME"
msgid "Please type in a valid file name."
msgstr "Иҭажәгал афаил ииашоу ахьӡ."
-#: strings.hrc:77
+#: cui/inc/strings.hrc:77
msgctxt "RID_SVXSTR_HYPERDLG_HLINETTP"
msgid "Internet"
msgstr "А-Интернет"
-#: strings.hrc:78
+#: cui/inc/strings.hrc:78
msgctxt "RID_SVXSTR_HYPERDLG_HLINETTP_HELP"
msgid "This is where you create a hyperlink to a Web page or FTP server connection."
msgstr ""
-#: strings.hrc:79
+#: cui/inc/strings.hrc:79
msgctxt "RID_SVXSTR_HYPERDLG_HLMAILTP"
msgid "Mail"
msgstr "Mail"
-#: strings.hrc:80
+#: cui/inc/strings.hrc:80
msgctxt "RID_SVXSTR_HYPERDLG_HLMAILTP_HELP"
msgid "This is where you create a hyperlink to an e-mail address."
msgstr ""
-#: strings.hrc:81
+#: cui/inc/strings.hrc:81
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCTP"
msgid "Document"
msgstr "Адокумент"
-#: strings.hrc:82
+#: cui/inc/strings.hrc:82
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCTP_HELP"
msgid "This is where you create a hyperlink to an existing document or a target within a document."
msgstr ""
-#: strings.hrc:83
+#: cui/inc/strings.hrc:83
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCNTP"
msgid "New Document"
msgstr "Иаҧҵатәуп адокумент"
-#: strings.hrc:84
+#: cui/inc/strings.hrc:84
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCNTP_HELP"
msgid "This is where you create a new document to which the new link points."
msgstr ""
-#: strings.hrc:85
+#: cui/inc/strings.hrc:85
msgctxt "RID_SVXSTR_HYPERDLG_FORM_BUTTON"
msgid "Button"
msgstr "Акнопка"
-#: strings.hrc:86
+#: cui/inc/strings.hrc:86
msgctxt "RID_SVXSTR_HYPERDLG_FROM_TEXT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:87
+#: cui/inc/strings.hrc:87
msgctxt "RID_SVXSTR_HYPERDLG_QUERYOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Ари афаил ыҟоуп. Ихҩылаатәума?"
-#: strings.hrc:89
+#: cui/inc/strings.hrc:89
msgctxt "RID_SVXSTR_ERR_TEXTNOTFOUND"
msgid "No alternatives found."
msgstr "Альтернатива ҧшаам."
-#: strings.hrc:90
+#: cui/inc/strings.hrc:90
msgctxt "RID_SVXSTR_SELECT_FILE_IFRAME"
msgid "Select File for Floating Frame"
msgstr "Иалхтәуп афаил афреим азы"
-#: strings.hrc:91
+#: cui/inc/strings.hrc:91
msgctxt "RID_SVXSTR_ALLFUNCTIONS"
msgid "All commands"
msgstr "Акомандақәа зегьы"
-#: strings.hrc:92
+#: cui/inc/strings.hrc:92
msgctxt "RID_SVXSTR_MACROS"
msgid "Macros"
msgstr "Амакросқәа"
-#: strings.hrc:93
+#: cui/inc/strings.hrc:93
msgctxt "RID_SVXSTR_MYMACROS"
msgid "My Macros"
msgstr "Сара смакросқәа"
-#: strings.hrc:94
+#: cui/inc/strings.hrc:94
msgctxt "RID_SVXSTR_PRODMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "%PRODUCTNAME Амакросқәа"
-#: strings.hrc:95
+#: cui/inc/strings.hrc:95
msgctxt "RID_SVXSTR_NOMACRODESC"
msgid "There is no description available for this macro."
msgstr "Ахҳәаа ыҟам."
-#: strings.hrc:96
+#: cui/inc/strings.hrc:96
msgctxt "RID_SVXSTR_SELECTOR_ADD_COMMANDS"
msgid "Add Commands"
msgstr "Иацҵатәуп акомандақәа"
-#: strings.hrc:97
+#: cui/inc/strings.hrc:97
msgctxt "RID_SVXSTR_SELECTOR_RUN"
msgid "Run"
msgstr "Инагӡатәуп"
-#: strings.hrc:98
+#: cui/inc/strings.hrc:98
msgctxt "RID_SVXSTR_ROW"
msgid "Insert Rows"
msgstr "Ибжьаргылатәуп ацәаҳәақәа"
-#: strings.hrc:99
+#: cui/inc/strings.hrc:99
msgctxt "RID_SVXSTR_REMOVE_FAVORITES"
msgid "Remove from Favorites"
msgstr "Ианыхтәкп иалкаау аҟынтәи"
-#: strings.hrc:100
+#: cui/inc/strings.hrc:100
msgctxt "RID_SVXSTR_ADD_FAVORITES"
msgid "Add to Favorites"
msgstr ""
#. PPI is pixel per inch, %1 is a number
-#: strings.hrc:102
+#: cui/inc/strings.hrc:102
msgctxt "RID_SVXSTR_PPI"
msgid "(%1 PPI)"
msgstr "(%1 PPI)"
-#: strings.hrc:103
+#: cui/inc/strings.hrc:103
msgctxt "RID_SVXSTR_COL"
msgid "Insert Columns"
msgstr "Ибжьаргылатәуп аиҵагылақәа"
-#: strings.hrc:104
+#: cui/inc/strings.hrc:104
msgctxt "RID_SVXSTR_AUTO_ENTRY"
msgid "Automatic"
msgstr "Автоматикала"
-#: strings.hrc:105
+#: cui/inc/strings.hrc:105
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Аимадара"
-#: strings.hrc:106
+#: cui/inc/strings.hrc:106
msgctxt "RID_SVXSTR_LOADACCELCONFIG"
msgid "Load Keyboard Configuration"
msgstr "Иҭагалатәуп аклавиатура архиарақәа"
-#: strings.hrc:107
+#: cui/inc/strings.hrc:107
msgctxt "RID_SVXSTR_SAVEACCELCONFIG"
msgid "Save Keyboard Configuration"
msgstr "Еиқырхатәуп аклавиатура архиарақәа"
-#: strings.hrc:108
+#: cui/inc/strings.hrc:108
msgctxt "RID_SVXSTR_FILTERNAME_CFG"
msgid "Configuration (*.cfg)"
msgstr "Архиарақәа (*.cfg)"
-#: strings.hrc:109
+#: cui/inc/strings.hrc:109
msgctxt "RID_SVXSTR_HYPDLG_ERR_LERR_NOENTRIES"
msgid "Targets do not exist in the document."
msgstr "Адокумент аҟны иҟам азхьарҧш азы аелементқәа."
-#: strings.hrc:110
+#: cui/inc/strings.hrc:110
msgctxt "RID_SVXSTR_HYPDLG_ERR_LERR_DOCNOTOPEN"
msgid "Couldn't open the document."
msgstr "Адокумент аартра ауам."
-#: strings.hrc:111
+#: cui/inc/strings.hrc:111
msgctxt "RID_SVXSTR_EDITHINT"
msgid "[Enter text here]"
msgstr "[Иҭажәгал атеқст]"
-#: strings.hrc:112
+#: cui/inc/strings.hrc:112
msgctxt "RID_SVXSTR_HANGUL"
msgid "Hangul"
msgstr ""
-#: strings.hrc:113
+#: cui/inc/strings.hrc:113
msgctxt "RID_SVXSTR_HANJA"
msgid "Hanja"
msgstr ""
-#: strings.hrc:114
+#: cui/inc/strings.hrc:114
msgctxt "RID_SVXSTR_BASICMACROS"
msgid "BASIC Macros"
msgstr "BASIC Амакросқәа"
-#: strings.hrc:115
+#: cui/inc/strings.hrc:115
msgctxt "RID_SVXSTR_GROUP_STYLES"
msgid "Styles"
msgstr "Астильқәа"
-#: strings.hrc:117
+#: cui/inc/strings.hrc:117
msgctxt "RID_SVXSTR_EVENT_STARTAPP"
msgid "Start Application"
msgstr ""
-#: strings.hrc:118
+#: cui/inc/strings.hrc:118
msgctxt "RID_SVXSTR_EVENT_CLOSEAPP"
msgid "Close Application"
msgstr ""
-#: strings.hrc:119
+#: cui/inc/strings.hrc:119
msgctxt "RID_SVXSTR_EVENT_NEWDOC"
msgid "New Document"
msgstr "Адокумент аҧҵара"
-#: strings.hrc:120
+#: cui/inc/strings.hrc:120
msgctxt "RID_SVXSTR_EVENT_CLOSEDOC"
msgid "Document closed"
msgstr "Адокумент аркуп"
-#: strings.hrc:121
+#: cui/inc/strings.hrc:121
msgctxt "RID_SVXSTR_EVENT_PREPARECLOSEDOC"
msgid "Document is going to be closed"
msgstr "Адокумент аркхоит"
-#: strings.hrc:122
+#: cui/inc/strings.hrc:122
msgctxt "RID_SVXSTR_EVENT_OPENDOC"
msgid "Open Document"
msgstr "Адокумент аартра"
-#: strings.hrc:123
+#: cui/inc/strings.hrc:123
msgctxt "RID_SVXSTR_EVENT_SAVEDOC"
msgid "Save Document"
msgstr "Адокумент аиқәырхара"
-#: strings.hrc:124
+#: cui/inc/strings.hrc:124
msgctxt "RID_SVXSTR_EVENT_SAVEASDOC"
msgid "Save Document As"
msgstr "Адокумент аиқәырхара иаба(ишҧа)"
-#: strings.hrc:125
+#: cui/inc/strings.hrc:125
msgctxt "RID_SVXSTR_EVENT_SAVEDOCDONE"
msgid "Document has been saved"
msgstr "Адокумент аиқәырхара ашьҭахь"
-#: strings.hrc:126
+#: cui/inc/strings.hrc:126
msgctxt "RID_SVXSTR_EVENT_SAVEASDOCDONE"
msgid "Document has been saved as"
msgstr "Адокумент аиқәырхара иаба(ишҧа) ашьҭахь"
-#: strings.hrc:127
+#: cui/inc/strings.hrc:127
msgctxt "RID_SVXSTR_EVENT_ACTIVATEDOC"
msgid "Activate Document"
msgstr "Адокумент активтәра"
-#: strings.hrc:128
+#: cui/inc/strings.hrc:128
msgctxt "RID_SVXSTR_EVENT_DEACTIVATEDOC"
msgid "Deactivate Document"
msgstr ""
-#: strings.hrc:129
+#: cui/inc/strings.hrc:129
msgctxt "RID_SVXSTR_EVENT_PRINTDOC"
msgid "Print Document"
msgstr "Адокумент акьыҧхьра"
-#: strings.hrc:130
+#: cui/inc/strings.hrc:130
msgctxt "RID_SVXSTR_EVENT_MODIFYCHANGED"
msgid "'Modified' status was changed"
msgstr ""
-#: strings.hrc:131
+#: cui/inc/strings.hrc:131
msgctxt "RID_SVXSTR_EVENT_MAILMERGE"
msgid "Printing of form letters started"
msgstr ""
-#: strings.hrc:132
+#: cui/inc/strings.hrc:132
msgctxt "RID_SVXSTR_EVENT_MAILMERGE_END"
msgid "Printing of form letters finished"
msgstr ""
-#: strings.hrc:133
+#: cui/inc/strings.hrc:133
msgctxt "RID_SVXSTR_EVENT_FIELDMERGE"
msgid "Merging of form fields started"
msgstr ""
-#: strings.hrc:134
+#: cui/inc/strings.hrc:134
msgctxt "RID_SVXSTR_EVENT_FIELDMERGE_FINISHED"
msgid "Merging of form fields finished"
msgstr ""
-#: strings.hrc:135
+#: cui/inc/strings.hrc:135
msgctxt "RID_SVXSTR_EVENT_PAGECOUNTCHANGE"
msgid "Changing the page count"
msgstr "Адаҟьақәа рхыҧхьаӡара аҧсахра"
-#: strings.hrc:136
+#: cui/inc/strings.hrc:136
msgctxt "RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED"
msgid "Loaded a sub component"
msgstr "Акомпонент ҭагалоуп"
-#: strings.hrc:137
+#: cui/inc/strings.hrc:137
msgctxt "RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED"
msgid "Closed a sub component"
msgstr "Акомпонент аркуп"
-#: strings.hrc:138
+#: cui/inc/strings.hrc:138
msgctxt "RID_SVXSTR_EVENT_APPROVEPARAMETER"
msgid "Fill parameters"
msgstr "Апараметрқәа рхарҭәаара"
-#: strings.hrc:139
+#: cui/inc/strings.hrc:139
msgctxt "RID_SVXSTR_EVENT_ACTIONPERFORMED"
msgid "Execute action"
msgstr ""
-#: strings.hrc:140
+#: cui/inc/strings.hrc:140
msgctxt "RID_SVXSTR_EVENT_AFTERUPDATE"
msgid "After updating"
msgstr "Арҿыцра ашьҭахь"
-#: strings.hrc:141
+#: cui/inc/strings.hrc:141
msgctxt "RID_SVXSTR_EVENT_BEFOREUPDATE"
msgid "Before updating"
msgstr "Арҿыцра аҧхьа"
-#: strings.hrc:142
+#: cui/inc/strings.hrc:142
msgctxt "RID_SVXSTR_EVENT_APPROVEROWCHANGE"
msgid "Before record action"
msgstr "Аиқәырхара аҧхьа"
-#: strings.hrc:143
+#: cui/inc/strings.hrc:143
msgctxt "RID_SVXSTR_EVENT_ROWCHANGE"
msgid "After record action"
msgstr "Аиқәырхара ашьҭахь"
-#: strings.hrc:144
+#: cui/inc/strings.hrc:144
msgctxt "RID_SVXSTR_EVENT_CONFIRMDELETE"
msgid "Confirm deletion"
msgstr "Аныхра ашьақәырӷәӷәара"
-#: strings.hrc:145
+#: cui/inc/strings.hrc:145
msgctxt "RID_SVXSTR_EVENT_ERROROCCURRED"
msgid "Error occurred"
msgstr "Агха аҟалараан"
-#: strings.hrc:146
+#: cui/inc/strings.hrc:146
msgctxt "RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED"
msgid "While adjusting"
-msgstr ""
+msgstr "Аиҟаратәра аан"
-#: strings.hrc:147
+#: cui/inc/strings.hrc:147
msgctxt "RID_SVXSTR_EVENT_FOCUSGAINED"
msgid "When receiving focus"
msgstr ""
-#: strings.hrc:148
+#: cui/inc/strings.hrc:148
msgctxt "RID_SVXSTR_EVENT_FOCUSLOST"
msgid "When losing focus"
msgstr ""
-#: strings.hrc:149
+#: cui/inc/strings.hrc:149
msgctxt "RID_SVXSTR_EVENT_ITEMSTATECHANGED"
msgid "Item status changed"
msgstr "Аелемент аҭагылазаашьа аҧсахра "
-#: strings.hrc:150
+#: cui/inc/strings.hrc:150
msgctxt "RID_SVXSTR_EVENT_KEYTYPED"
msgid "Key pressed"
msgstr "Аклавиша ақәыӷәӷәара"
-#: strings.hrc:151
+#: cui/inc/strings.hrc:151
msgctxt "RID_SVXSTR_EVENT_KEYUP"
msgid "Key released"
msgstr "Аклавиша аушьҭра"
-#: strings.hrc:152
+#: cui/inc/strings.hrc:152
msgctxt "RID_SVXSTR_EVENT_LOADED"
msgid "When loading"
msgstr "Аҭагалараан"
-#: strings.hrc:153
+#: cui/inc/strings.hrc:153
msgctxt "RID_SVXSTR_EVENT_RELOADING"
msgid "Before reloading"
msgstr ""
-#: strings.hrc:154
+#: cui/inc/strings.hrc:154
msgctxt "RID_SVXSTR_EVENT_RELOADED"
msgid "When reloading"
msgstr "Аиҭаҭагалараан"
-#: strings.hrc:155
+#: cui/inc/strings.hrc:155
msgctxt "RID_SVXSTR_EVENT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
msgstr ""
-#: strings.hrc:156
+#: cui/inc/strings.hrc:156
msgctxt "RID_SVXSTR_EVENT_MOUSEENTERED"
msgid "Mouse inside"
msgstr ""
-#: strings.hrc:157
+#: cui/inc/strings.hrc:157
msgctxt "RID_SVXSTR_EVENT_MOUSEEXITED"
msgid "Mouse outside"
msgstr ""
-#: strings.hrc:158
+#: cui/inc/strings.hrc:158
msgctxt "RID_SVXSTR_EVENT_MOUSEMOVED"
msgid "Mouse moved"
msgstr ""
-#: strings.hrc:159
+#: cui/inc/strings.hrc:159
msgctxt "RID_SVXSTR_EVENT_MOUSEPRESSED"
msgid "Mouse button pressed"
msgstr ""
-#: strings.hrc:160
+#: cui/inc/strings.hrc:160
msgctxt "RID_SVXSTR_EVENT_MOUSERELEASED"
msgid "Mouse button released"
msgstr ""
-#: strings.hrc:161
+#: cui/inc/strings.hrc:161
msgctxt "RID_SVXSTR_EVENT_POSITIONING"
msgid "Before record change"
msgstr ""
-#: strings.hrc:162
+#: cui/inc/strings.hrc:162
msgctxt "RID_SVXSTR_EVENT_POSITIONED"
msgid "After record change"
msgstr ""
-#: strings.hrc:163
+#: cui/inc/strings.hrc:163
msgctxt "RID_SVXSTR_EVENT_RESETTED"
msgid "After resetting"
msgstr ""
-#: strings.hrc:164
+#: cui/inc/strings.hrc:164
msgctxt "RID_SVXSTR_EVENT_APPROVERESETTED"
msgid "Prior to reset"
msgstr ""
-#: strings.hrc:165
+#: cui/inc/strings.hrc:165
msgctxt "RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED"
msgid "Approve action"
-msgstr ""
+msgstr "Ишьақәырӷәӷәатәуп аҟаҵара"
-#: strings.hrc:166
+#: cui/inc/strings.hrc:166
msgctxt "RID_SVXSTR_EVENT_SUBMITTED"
msgid "Before submitting"
-msgstr ""
+msgstr "Ашақәырӷәӷәара аҧхьа"
-#: strings.hrc:167
+#: cui/inc/strings.hrc:167
msgctxt "RID_SVXSTR_EVENT_TEXTCHANGED"
msgid "Text modified"
msgstr "Атеқст аҧсахра"
-#: strings.hrc:168
+#: cui/inc/strings.hrc:168
msgctxt "RID_SVXSTR_EVENT_UNLOADING"
msgid "Before unloading"
msgstr ""
-#: strings.hrc:169
+#: cui/inc/strings.hrc:169
msgctxt "RID_SVXSTR_EVENT_UNLOADED"
msgid "When unloading"
msgstr "Аҭыгараан"
-#: strings.hrc:170
+#: cui/inc/strings.hrc:170
msgctxt "RID_SVXSTR_EVENT_CHANGED"
msgid "Changed"
msgstr "Аҧсахра"
-#: strings.hrc:171
+#: cui/inc/strings.hrc:171
msgctxt "RID_SVXSTR_EVENT_CREATEDOC"
msgid "Document created"
msgstr "Адокумент аҧҵоуп"
-#: strings.hrc:172
+#: cui/inc/strings.hrc:172
msgctxt "RID_SVXSTR_EVENT_LOADDOCFINISHED"
msgid "Document loading finished"
msgstr "Адокумент ҭагалоуп"
-#: strings.hrc:173
+#: cui/inc/strings.hrc:173
msgctxt "RID_SVXSTR_EVENT_SAVEDOCFAILED"
msgid "Saving of document failed"
msgstr "Адокумент аиқәырхараан аиҧҟьара"
-#: strings.hrc:174
+#: cui/inc/strings.hrc:174
msgctxt "RID_SVXSTR_EVENT_SAVEASDOCFAILED"
msgid "'Save as' has failed"
msgstr ""
-#: strings.hrc:175
+#: cui/inc/strings.hrc:175
msgctxt "RID_SVXSTR_EVENT_COPYTODOC"
msgid "Storing or exporting copy of document"
msgstr "Адокумент акопиа аиқәырхара ма аекспорт "
-#: strings.hrc:176
+#: cui/inc/strings.hrc:176
msgctxt "RID_SVXSTR_EVENT_COPYTODOCDONE"
msgid "Document copy has been created"
msgstr "Адокумент акопиа аиқәырхара ашьҭахь"
-#: strings.hrc:177
+#: cui/inc/strings.hrc:177
msgctxt "RID_SVXSTR_EVENT_COPYTODOCFAILED"
msgid "Creating of document copy failed"
msgstr "Адокумент акопиа аҧҵараан аиҧҟьара"
-#: strings.hrc:178
+#: cui/inc/strings.hrc:178
msgctxt "RID_SVXSTR_EVENT_VIEWCREATED"
msgid "View created"
-msgstr ""
+msgstr "Ахәаҧшра аҧҵоуп"
-#: strings.hrc:179
+#: cui/inc/strings.hrc:179
msgctxt "RID_SVXSTR_EVENT_PREPARECLOSEVIEW"
msgid "View is going to be closed"
msgstr "Ахәаҧшра аркхоит"
-#: strings.hrc:180
+#: cui/inc/strings.hrc:180
msgctxt "RID_SVXSTR_EVENT_CLOSEVIEW"
msgid "View closed"
msgstr "Ахәаҧшра аркуп"
-#: strings.hrc:181
+#: cui/inc/strings.hrc:181
msgctxt "RID_SVXSTR_EVENT_TITLECHANGED"
msgid "Document title changed"
msgstr "Адокумент ахы ҧсахуп"
-#: strings.hrc:182
+#: cui/inc/strings.hrc:182
msgctxt "RID_SVXSTR_EVENT_SELECTIONCHANGED"
msgid "Selection changed"
msgstr "Иалкаау аҵакыра ҧсахуп"
-#: strings.hrc:183
+#: cui/inc/strings.hrc:183
msgctxt "RID_SVXSTR_EVENT_DOUBLECLICK"
msgid "Double click"
msgstr "Ҩынтә ақәыӷәӷәара"
-#: strings.hrc:184
+#: cui/inc/strings.hrc:184
msgctxt "RID_SVXSTR_EVENT_RIGHTCLICK"
msgid "Right click"
msgstr "Арӷьа кнопка ақәыӷәӷәара"
-#: strings.hrc:185
+#: cui/inc/strings.hrc:185
msgctxt "RID_SVXSTR_EVENT_CALCULATE"
msgid "Formulas calculated"
msgstr "Аформулақәа еилкаауп"
-#: strings.hrc:186
+#: cui/inc/strings.hrc:186
msgctxt "RID_SVXSTR_EVENT_CONTENTCHANGED"
msgid "Content changed"
-msgstr ""
+msgstr "Аҵакы ҧсахуп"
-#: strings.hrc:188
+#: cui/inc/strings.hrc:188
msgctxt "RID_STR_SEARCH_ANYWHERE"
msgid "anywhere in the field"
msgstr ""
-#: strings.hrc:189
+#: cui/inc/strings.hrc:189
msgctxt "RID_STR_SEARCH_BEGINNING"
msgid "beginning of field"
msgstr ""
-#: strings.hrc:190
+#: cui/inc/strings.hrc:190
msgctxt "RID_STR_SEARCH_END"
msgid "end of field"
msgstr ""
-#: strings.hrc:191
+#: cui/inc/strings.hrc:191
msgctxt "RID_STR_SEARCH_WHOLE"
msgid "entire field"
msgstr ""
-#: strings.hrc:192
+#: cui/inc/strings.hrc:192
msgctxt "RID_STR_FROM_TOP"
msgid "From top"
msgstr "Хыхьла"
-#: strings.hrc:193
+#: cui/inc/strings.hrc:193
msgctxt "RID_STR_FROM_BOTTOM"
msgid "From bottom"
msgstr "Ҵаҟала"
-#: strings.hrc:194
+#: cui/inc/strings.hrc:194
msgctxt "RID_STR_SEARCH_NORECORD"
msgid "No records corresponding to your data found."
msgstr ""
-#: strings.hrc:195
+#: cui/inc/strings.hrc:195
msgctxt "RID_STR_SEARCH_GENERAL_ERROR"
msgid "An unknown error occurred. The search could not be finished."
msgstr ""
-#: strings.hrc:196
+#: cui/inc/strings.hrc:196
msgctxt "RID_STR_OVERFLOW_FORWARD"
msgid "Overflow, search continued at the beginning"
msgstr ""
-#: strings.hrc:197
+#: cui/inc/strings.hrc:197
msgctxt "RID_STR_OVERFLOW_BACKWARD"
msgid "Overflow, search continued at the end"
msgstr ""
-#: strings.hrc:198
+#: cui/inc/strings.hrc:198
msgctxt "RID_STR_SEARCH_COUNTING"
msgid "counting records"
msgstr "анҵамҭақәа рыҧхьаӡара"
-#: strings.hrc:200
+#: cui/inc/strings.hrc:200
msgctxt "RID_SVXSTR_GALLERY_NOFILES"
msgid "<No Files>"
msgstr "<фаилда>"
-#: strings.hrc:201
+#: cui/inc/strings.hrc:201
msgctxt "RID_SVXSTR_GALLERYPROPS_OBJECT"
msgid "Object;Objects"
msgstr "Аобиеқт;Аобиеқтқәа"
-#: strings.hrc:202
+#: cui/inc/strings.hrc:202
msgctxt "RID_SVXSTR_GALLERY_READONLY"
msgid "(read-only)"
msgstr "(аҧхьара мацара)"
-#: strings.hrc:203
+#: cui/inc/strings.hrc:203
msgctxt "RID_SVXSTR_GALLERY_ALLFILES"
msgid "<All Files>"
msgstr "<Афаилқәа зегьы>"
-#: strings.hrc:204
+#: cui/inc/strings.hrc:204
msgctxt "RID_SVXSTR_GALLERY_ID_EXISTS"
msgid "This ID already exists..."
msgstr "Ари ID ыҟоуп..."
-#: strings.hrc:206
+#: cui/inc/strings.hrc:206
msgctxt "RID_MULTIPATH_DBL_ERR"
msgid "The path %1 already exists."
msgstr "Амҩа %1 ыҟоуп."
-#: strings.hrc:207
+#: cui/inc/strings.hrc:207
msgctxt "RID_SVXSTR_ARCHIVE_TITLE"
msgid "Select Archives"
msgstr "Архивқәа ралхра"
-#: strings.hrc:208
+#: cui/inc/strings.hrc:208
msgctxt "RID_SVXSTR_ARCHIVE_HEADLINE"
msgid "Archives"
msgstr "Архивқәа"
-#: strings.hrc:209
+#: cui/inc/strings.hrc:209
msgctxt "RID_SVXSTR_MULTIFILE_DBL_ERR"
msgid "The file %1 already exists."
msgstr "Афаил %1 ыҟоуп."
-#: strings.hrc:210
+#: cui/inc/strings.hrc:210
msgctxt "RID_SVXSTR_ADD_IMAGE"
msgid "Add Image"
msgstr "Иацҵатәуп асахьа"
-#: strings.hrc:212
+#: cui/inc/strings.hrc:212
msgctxt "RID_SVXSTR_ONE_PASSWORD_MISMATCH"
msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
msgstr ""
-#: strings.hrc:213
+#: cui/inc/strings.hrc:213
msgctxt "RID_SVXSTR_TWO_PASSWORDS_MISMATCH"
msgid "The confirmation passwords did not match the original passwords. Set the passwords again."
msgstr ""
-#: strings.hrc:214
+#: cui/inc/strings.hrc:214
msgctxt "RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON"
msgid "Please enter a password to open or to modify, or check the open read-only option to continue."
msgstr ""
-#: strings.hrc:215
+#: cui/inc/strings.hrc:215
msgctxt "RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON_V2"
msgid "Set the password by entering the same password in both boxes."
msgstr ""
-#: strings.hrc:217
+#: cui/inc/strings.hrc:217
msgctxt "STR_AUTOLINK"
msgid "Automatic"
msgstr "Автоматикала"
-#: strings.hrc:218
+#: cui/inc/strings.hrc:218
msgctxt "STR_MANUALLINK"
msgid "Manual"
msgstr "Напыла"
-#: strings.hrc:219
+#: cui/inc/strings.hrc:219
msgctxt "STR_BROKENLINK"
msgid "Not available"
msgstr ""
-#: strings.hrc:220
+#: cui/inc/strings.hrc:220
msgctxt "STR_CLOSELINKMSG"
msgid "Are you sure you want to remove the selected link?"
msgstr "Ианыхтәума иалкаау аимадарақәа?"
-#: strings.hrc:221
+#: cui/inc/strings.hrc:221
msgctxt "STR_CLOSELINKMSG_MULTI"
msgid "Are you sure you want to remove the selected link?"
msgstr "Ианыхтәума иалкаау аимадарақәа?"
-#: strings.hrc:222
+#: cui/inc/strings.hrc:222
msgctxt "STR_WAITINGLINK"
msgid "Waiting"
msgstr "Азыҧшра"
-#: strings.hrc:224
+#: cui/inc/strings.hrc:224
msgctxt "RID_SVXSTR_SAVE_SCREENSHOT_AS"
msgid "Save Screenshot As..."
msgstr "Еиқәырхатәуп аекран ақәҭыхымҭа..."
#. $(ROW) can be a number or the caption of the row in quotes
-#: strings.hrc:227
+#: cui/inc/strings.hrc:227
msgctxt "RID_SVXSTR_DIAGRAM_ROW"
msgid "Data Series $(ROW)"
msgstr "Адырқәа реишьҭагыла $(ROW)"
-#: strings.hrc:229
+#: cui/inc/strings.hrc:229
msgctxt "RID_SVXSTR_DRIVER_NAME"
msgid "Driver name"
msgstr "Адраивер ахьӡ"
-#: strings.hrc:230
+#: cui/inc/strings.hrc:230
msgctxt "RID_SVXSTR_POOLED_FLAG"
msgid "Pool"
msgstr "Апул"
-#: strings.hrc:231
+#: cui/inc/strings.hrc:231
msgctxt "RID_SVXSTR_POOL_TIMEOUT"
msgid "Timeout"
msgstr "Азыҧшра аамҭа"
-#: strings.hrc:232
+#: cui/inc/strings.hrc:232
msgctxt "RID_SVXSTR_YES"
msgid "Yes"
msgstr "Ааи"
-#: strings.hrc:233
+#: cui/inc/strings.hrc:233
msgctxt "RID_SVXSTR_NO"
msgid "No"
msgstr "Мап"
-#: strings.hrc:235
+#: cui/inc/strings.hrc:235
msgctxt "STR_LINKEDDOC_DOESNOTEXIST"
msgid ""
"The file\n"
@@ -1022,7 +1022,7 @@ msgstr ""
"$file$\n"
"ҧшааӡам."
-#: strings.hrc:236
+#: cui/inc/strings.hrc:236
msgctxt "STR_LINKEDDOC_NO_SYSTEM_FILE"
msgid ""
"The file\n"
@@ -1033,166 +1033,167 @@ msgstr ""
"$file$\n"
"ҧшаам илокалу афаил системаҟны."
-#: strings.hrc:237
+#: cui/inc/strings.hrc:237
msgctxt "STR_NAME_CONFLICT"
msgid ""
"The name '$file$' is already used for another database.\n"
"Please choose a different name."
msgstr ""
-#: strings.hrc:238
+#: cui/inc/strings.hrc:238
msgctxt "RID_SVXSTR_QUERY_DELETE_CONFIRM"
msgid "Do you want to delete the entry?"
msgstr "Ианыхтәума абри аелемент?"
-#: strings.hrc:240
+#: cui/inc/strings.hrc:240
msgctxt "RID_SVXSTR_DELQUERY"
msgid "Do you want to delete the following object?"
msgstr "Ишәҭахума ари аобиеқт аныхра?"
-#: strings.hrc:241
+#: cui/inc/strings.hrc:241
msgctxt "RID_SVXSTR_DELQUERY_TITLE"
msgid "Confirm Deletion"
msgstr "Аныхра шьақәырӷәӷәатәуп"
-#: strings.hrc:242
+#: cui/inc/strings.hrc:242
msgctxt "RID_SVXSTR_DELFAILED"
msgid "The selected object could not be deleted."
msgstr "Иалху аобиеқт аныхра ауам."
-#: strings.hrc:243
+#: cui/inc/strings.hrc:243
msgctxt "RID_SVXSTR_DELFAILED_TITLE"
msgid "Error Deleting Object"
msgstr "Аобиеқт аныхраан иҟалеит агха"
-#: strings.hrc:244
+#: cui/inc/strings.hrc:244
msgctxt "RID_SVXSTR_CREATEFAILED"
msgid "The object could not be created."
msgstr "Аобиеқт аҧҵара ауам."
-#: strings.hrc:245
+#: cui/inc/strings.hrc:245
msgctxt "RID_SVXSTR_CREATEFAILEDDUP"
msgid " Object with the same name already exists."
msgstr "Аобиеқт, ари аҩыза ахьӡ змоу ыҟоуп."
-#: strings.hrc:246
+#: cui/inc/strings.hrc:246
msgctxt "RID_SVXSTR_CREATEFAILED_TITLE"
msgid "Error Creating Object"
msgstr "Аобиеқт аҧҵараан агха"
-#: strings.hrc:247
+#: cui/inc/strings.hrc:247
msgctxt "RID_SVXSTR_RENAMEFAILED"
msgid "The object could not be renamed."
msgstr "Аобиеқт ахьӡ аҧсахра ауам."
-#: strings.hrc:248
+#: cui/inc/strings.hrc:248
msgctxt "RID_SVXSTR_RENAMEFAILED_TITLE"
msgid "Error Renaming Object"
msgstr "Аобиеқт ахьӡ аҧсахраан агха."
-#: strings.hrc:249
+#: cui/inc/strings.hrc:249
msgctxt "RID_SVXSTR_ERROR_TITLE"
msgid "%PRODUCTNAME Error"
msgstr "%PRODUCTNAME Амакросқәа"
-#: strings.hrc:250
+#: cui/inc/strings.hrc:250
#, c-format
msgctxt "RID_SVXSTR_ERROR_LANG_NOT_SUPPORTED"
msgid "The scripting language %LANGUAGENAME is not supported."
msgstr ""
-#: strings.hrc:251
+#: cui/inc/strings.hrc:251
#, c-format
msgctxt "RID_SVXSTR_ERROR_RUNNING"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr "Асценари %LANGUAGENAME %SCRIPTNAME анагӡараан агха."
-#: strings.hrc:252
+#: cui/inc/strings.hrc:252
#, c-format
msgctxt "RID_SVXSTR_EXCEPTION_RUNNING"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr ""
-#: strings.hrc:253
+#: cui/inc/strings.hrc:253
msgctxt "RID_SVXSTR_ERROR_AT_LINE"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr "Асценари %LANGUAGENAME %SCRIPTNAME анагӡараан, ацәаҳәа: %LINENUMBER аҟны агха."
-#: strings.hrc:254
+#: cui/inc/strings.hrc:254
msgctxt "RID_SVXSTR_EXCEPTION_AT_LINE"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr ""
-#: strings.hrc:255
+#: cui/inc/strings.hrc:255
#, c-format
msgctxt "RID_SVXSTR_FRAMEWORK_ERROR_RUNNING"
msgid "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr ""
-#: strings.hrc:256
+#: cui/inc/strings.hrc:256
msgctxt "RID_SVXSTR_ERROR_TYPE_LABEL"
msgid "Type:"
msgstr "Атип:"
-#: strings.hrc:257
+#: cui/inc/strings.hrc:257
msgctxt "RID_SVXSTR_ERROR_MESSAGE_LABEL"
msgid "Message:"
-msgstr ""
+msgstr "Ацҳамҭа:"
-#: strings.hrc:259
+#: cui/inc/strings.hrc:259
msgctxt "RID_SVXSTR_TYPE"
msgid "Registered name"
msgstr "Абаза ахьӡ"
-#: strings.hrc:260
+#: cui/inc/strings.hrc:260
msgctxt "RID_SVXSTR_PATH"
msgid "Database file"
msgstr "Адырқәа рбаза афаил"
#. abbreviation for "[Load]"
-#: strings.hrc:263
+#: cui/inc/strings.hrc:263
msgctxt "RID_SVXSTR_HEADER1"
msgid "[L]"
msgstr ""
#. abbreviation for "[Save]"
-#: strings.hrc:265
+#: cui/inc/strings.hrc:265
msgctxt "RID_SVXSTR_HEADER2"
msgid "[S]"
msgstr ""
-#: strings.hrc:266
+#: cui/inc/strings.hrc:266
msgctxt "RID_SVXSTR_CHG_MATH"
msgid "MathType to %PRODUCTNAME Math or reverse"
msgstr ""
-#: strings.hrc:267
+#: cui/inc/strings.hrc:267
msgctxt "RID_SVXSTR_CHG_WRITER"
msgid "WinWord to %PRODUCTNAME Writer or reverse"
msgstr ""
-#: strings.hrc:268
+#: cui/inc/strings.hrc:268
msgctxt "RID_SVXSTR_CHG_CALC"
msgid "Excel to %PRODUCTNAME Calc or reverse"
msgstr ""
-#: strings.hrc:269
+#: cui/inc/strings.hrc:269
msgctxt "RID_SVXSTR_CHG_IMPRESS"
msgid "PowerPoint to %PRODUCTNAME Impress or reverse"
msgstr ""
-#: strings.hrc:270
+#: cui/inc/strings.hrc:270
msgctxt "RID_SVXSTR_CHG_SMARTART"
msgid "SmartArt to %PRODUCTNAME shapes or reverse"
msgstr ""
-#: strings.hrc:272
-#, fuzzy
+#: cui/inc/strings.hrc:272
msgctxt "RID_SVXSTR_OPT_DOUBLE_DICTS"
msgid ""
"The specified name already exists.\n"
"Please enter a new name."
-msgstr "Ахьӡ «%1» ыҟоуп. Иалышәх даҽа хьӡык."
+msgstr ""
+"Ари аҩыза ахьӡ ыҟоуп.\n"
+"Иҭажәгал даҽа хьӡык."
#. To translators:
#. Please, try to find a similar *short* translation to avoid
@@ -1204,138 +1205,138 @@ msgstr "Ахьӡ «%1» ыҟоуп. Иалышәх даҽа хьӡык."
#. contains an optional model word associated to the new user word,
#. allowing its affixation or compounding during spell checking.
#. For example, adding "Grammar By" word "fund" to the new user
-#. word "crowdfund", the spell checker will recogize "crowdfund"
+#. word "crowdfund", the spell checker will recognize "crowdfund"
#. with suffixes of "fund": "crowdfunding", "crowdfund's" etc.
-#: strings.hrc:287
+#: cui/inc/strings.hrc:287
msgctxt "RID_SVXSTR_OPT_GRAMMAR_BY"
msgid "~Grammar By"
msgstr ""
-#: strings.hrc:288
+#: cui/inc/strings.hrc:288
msgctxt "STR_MODIFY"
msgid "~Replace"
msgstr "Иҧсахтәуп"
-#: strings.hrc:289
+#: cui/inc/strings.hrc:289
msgctxt "RID_SVXSTR_CONFIRM_SET_LANGUAGE"
msgid "Do you want to change the '%1' dictionary language?"
msgstr "Иҧсахтәума ажәар «%1» абызшәа?"
-#: strings.hrc:291
+#: cui/inc/strings.hrc:291
msgctxt "RID_SVXSTR_COLOR_CONFIG_DELETE"
msgid "Do you really want to delete the color scheme?"
msgstr "Ианыхтәума аҧштәы асхема?"
-#: strings.hrc:292
+#: cui/inc/strings.hrc:292
msgctxt "RID_SVXSTR_COLOR_CONFIG_DELETE_TITLE"
msgid "Color Scheme Deletion"
msgstr "Аҧштәқәа рсхема аныхра"
-#: strings.hrc:293
+#: cui/inc/strings.hrc:293
msgctxt "RID_SVXSTR_COLOR_CONFIG_SAVE1"
msgid "Save scheme"
msgstr "Еиқырхатәуп асхема"
-#: strings.hrc:294
+#: cui/inc/strings.hrc:294
msgctxt "RID_SVXSTR_COLOR_CONFIG_SAVE2"
msgid "Name of color scheme"
msgstr "Аҧштәы асхема ахьӡ"
-#: strings.hrc:296
+#: cui/inc/strings.hrc:296
msgctxt "RID_SVXSTR_SPELL"
msgid "Spelling"
msgstr "Аорфографиа агәаҭара"
-#: strings.hrc:297
+#: cui/inc/strings.hrc:297
msgctxt "RID_SVXSTR_HYPH"
msgid "Hyphenation"
-msgstr ""
+msgstr "Аиагагақәа рыргылара"
-#: strings.hrc:298
+#: cui/inc/strings.hrc:298
msgctxt "RID_SVXSTR_THES"
msgid "Thesaurus"
msgstr "Атезаурус"
-#: strings.hrc:299
+#: cui/inc/strings.hrc:299
msgctxt "RID_SVXSTR_GRAMMAR"
msgid "Grammar"
msgstr "Аграмматика"
-#: strings.hrc:300
+#: cui/inc/strings.hrc:300
msgctxt "RID_SVXSTR_CAPITAL_WORDS"
msgid "Check uppercase words"
msgstr ""
-#: strings.hrc:301
+#: cui/inc/strings.hrc:301
msgctxt "RID_SVXSTR_WORDS_WITH_DIGITS"
msgid "Check words with numbers "
msgstr ""
-#: strings.hrc:302
+#: cui/inc/strings.hrc:302
msgctxt "RID_SVXSTR_SPELL_SPECIAL"
msgid "Check special regions"
msgstr ""
-#: strings.hrc:303
+#: cui/inc/strings.hrc:303
msgctxt "RID_SVXSTR_SPELL_AUTO"
msgid "Check spelling as you type"
msgstr ""
-#: strings.hrc:304
+#: cui/inc/strings.hrc:304
msgctxt "RID_SVXSTR_GRAMMAR_AUTO"
msgid "Check grammar as you type"
msgstr ""
-#: strings.hrc:305
+#: cui/inc/strings.hrc:305
msgctxt "RID_SVXSTR_NUM_MIN_WORDLEN"
msgid "Minimal number of characters for hyphenation: "
msgstr ""
-#: strings.hrc:306
+#: cui/inc/strings.hrc:306
msgctxt "RID_SVXSTR_NUM_PRE_BREAK"
msgid "Characters before line break: "
msgstr ""
-#: strings.hrc:307
+#: cui/inc/strings.hrc:307
msgctxt "RID_SVXSTR_NUM_POST_BREAK"
msgid "Characters after line break: "
msgstr ""
-#: strings.hrc:308
+#: cui/inc/strings.hrc:308
msgctxt "RID_SVXSTR_HYPH_AUTO"
msgid "Hyphenate without inquiry"
msgstr ""
-#: strings.hrc:309
+#: cui/inc/strings.hrc:309
msgctxt "RID_SVXSTR_HYPH_SPECIAL"
msgid "Hyphenate special regions"
msgstr ""
-#: strings.hrc:311
+#: cui/inc/strings.hrc:311
msgctxt "RID_SVXSTR_JRE_NOT_RECOGNIZED"
msgid ""
"The folder you selected does not contain a Java runtime environment.\n"
"Please select a different folder."
msgstr ""
-#: strings.hrc:312
+#: cui/inc/strings.hrc:312
msgctxt "RID_SVXSTR_JRE_FAILED_VERSION"
msgid ""
"The Java runtime environment you selected is not the required version.\n"
"Please select a different folder."
msgstr ""
-#: strings.hrc:313
+#: cui/inc/strings.hrc:313
msgctxt "RID_SVXSTR_OPTIONS_RESTART"
msgid "Please restart %PRODUCTNAME now so the new or modified values can take effect."
msgstr ""
-#: strings.hrc:314
+#: cui/inc/strings.hrc:314
msgctxt "RID_SVXSTR_JAVA_START_PARAM"
msgid "Edit Parameter"
msgstr "Иҧсахтәуп апрараметр"
-#: strings.hrc:316
+#: cui/inc/strings.hrc:316
msgctxt "RID_SVXSTR_OPT_PROXYPORTS"
msgid ""
"Invalid value!\n"
@@ -1343,4617 +1344,4581 @@ msgid ""
"The maximum value for a port number is 65535."
msgstr ""
-#: strings.hrc:318
-msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
-msgid "Left-to-right (LTR)"
-msgstr "Армарахьтә - арӷьарахь"
-
-#: strings.hrc:319
-msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
-msgid "Right-to-left (RTL)"
-msgstr "Арӷьарахьтә - армарахь"
-
-#: strings.hrc:320
-msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
-msgid "Use superordinate object settings"
-msgstr ""
-
-#. page direction
-#: strings.hrc:322
-msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
-msgid "Left-to-right (horizontal)"
-msgstr "Армарахьтә - арӷьарахь (горизонталла)"
-
-#: strings.hrc:323
-msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
-msgid "Right-to-left (horizontal)"
-msgstr "Арӷьарахьтә - армарахь (горизонталла)"
-
-#: strings.hrc:324
-msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
-msgid "Right-to-left (vertical)"
-msgstr "Арӷьарахьтә - армарахь (вертикалла)"
-
-#: strings.hrc:325
-msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
-msgid "Left-to-right (vertical)"
-msgstr "Армарахь - армарахь (вертикалла)"
-
-#: strings.hrc:327
+#: cui/inc/strings.hrc:318
msgctxt "RID_SVXSTR_DESC_GRADIENT"
msgid "Please enter a name for the gradient:"
msgstr "Иҭажәгал аградиент ахьӡ:"
-#: strings.hrc:328
+#: cui/inc/strings.hrc:319
msgctxt "RID_SVXSTR_DESC_NEW_BITMAP"
msgid "Please enter a name for the bitmap:"
msgstr "Иҭажәгал арастр ахьӡ:"
-#: strings.hrc:329
-#, fuzzy
+#: cui/inc/strings.hrc:320
msgctxt "RID_SVXSTR_DESC_EXT_BITMAP"
msgid "Please enter a name for the external bitmap:"
-msgstr "Иҭажәгал иҿыцу аҧштәы ахьӡ:"
+msgstr "Иҭажәгал адәныҟатәи арастртә сахьа ахьӡ:"
-#: strings.hrc:330
+#: cui/inc/strings.hrc:321
#, fuzzy
msgctxt "RID_SVXSTR_DESC_NEW_PATTERN"
msgid "Please enter a name for the pattern:"
msgstr "Иҭажәгал иҿыцу аҧштәы ахьӡ:"
-#: strings.hrc:331
-#, fuzzy
+#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINESTYLE"
msgid "Please enter a name for the line style:"
-msgstr "Иҭажәгал иҿыцу аҧштәы ахьӡ:"
+msgstr "Иҭажәгал аҵәаӷәа астиль ахьӡ:"
-#: strings.hrc:332
+#: cui/inc/strings.hrc:323
msgctxt "RID_SVXSTR_ASK_CHANGE_LINESTYLE"
msgid ""
"The line style was modified without saving. \n"
"Modify the selected line style or add a new line style."
msgstr ""
-#: strings.hrc:333
+#: cui/inc/strings.hrc:324
#, fuzzy
msgctxt "RID_SVXSTR_DESC_HATCH"
msgid "Please enter a name for the hatching:"
msgstr "Иҭажәгал иҿыцу аҧштәы ахьӡ:"
-#: strings.hrc:334
+#: cui/inc/strings.hrc:325
msgctxt "RID_SVXSTR_CHANGE"
msgid "Modify"
msgstr "Иҧсахтәуп"
-#: strings.hrc:335
+#: cui/inc/strings.hrc:326
msgctxt "RID_SVXSTR_ADD"
msgid "Add"
msgstr "Иацҵатәуп"
-#: strings.hrc:336
+#: cui/inc/strings.hrc:327
msgctxt "RID_SVXSTR_DESC_COLOR"
msgid "Please enter a name for the new color:"
msgstr "Иҭажәгал иҿыцу аҧштәы ахьӡ:"
-#: strings.hrc:337
+#: cui/inc/strings.hrc:328
msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:338
+#: cui/inc/strings.hrc:329
#, fuzzy
msgctxt "RID_SVXSTR_DESC_LINEEND"
msgid "Please enter a name for the new arrowhead:"
msgstr "Иҭажәгал иҿыцу аҧштәы ахьӡ:"
-#: strings.hrc:339
+#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_CHARNAME_NOSTYLE"
msgid "No %1"
msgstr "%1 акәӡам"
-#: strings.hrc:340
-#, fuzzy
+#: cui/inc/strings.hrc:331
msgctxt "RID_SVXSTR_CHARNAME_FAMILY"
msgid "Family:"
-msgstr "Агарнитура:"
+msgstr "Аҭаацәара:"
-#: strings.hrc:341
+#: cui/inc/strings.hrc:332
msgctxt "RID_SVXSTR_CHARNAME_FONT"
msgid "Font:"
msgstr "Агарнитура:"
-#: strings.hrc:342
+#: cui/inc/strings.hrc:333
msgctxt "RID_SVXSTR_CHARNAME_STYLE"
msgid "Style:"
msgstr "Астиль:"
-#: strings.hrc:343
+#: cui/inc/strings.hrc:334
msgctxt "RID_SVXSTR_CHARNAME_TYPEFACE"
msgid "Typeface:"
msgstr ""
-#: strings.hrc:344
+#: cui/inc/strings.hrc:335
msgctxt "RID_SVXSTR_CHARNAME_HIGHLIGHTING"
msgid "Highlight Color"
msgstr ""
-#: strings.hrc:345
+#: cui/inc/strings.hrc:336
msgctxt "RID_SVXSTR_USE_REPLACE"
msgid "Use replacement table"
msgstr ""
-#: strings.hrc:346
+#: cui/inc/strings.hrc:337
msgctxt "RID_SVXSTR_CPTL_STT_WORD"
msgid "Correct TWo INitial CApitals"
msgstr ""
-#: strings.hrc:347
+#: cui/inc/strings.hrc:338
msgctxt "RID_SVXSTR_CPTL_STT_SENT"
msgid "Capitalize first letter of every sentence"
msgstr ""
-#: strings.hrc:348
+#: cui/inc/strings.hrc:339
msgctxt "RID_SVXSTR_BOLD_UNDER"
msgid "Automatic *bold*, /italic/, -strikeout- and _underline_"
msgstr ""
-#: strings.hrc:349
+#: cui/inc/strings.hrc:340
msgctxt "RID_SVXSTR_NO_DBL_SPACES"
msgid "Ignore double spaces"
msgstr ""
-#: strings.hrc:350
+#: cui/inc/strings.hrc:341
msgctxt "RID_SVXSTR_DETECT_URL"
msgid "URL Recognition"
msgstr ""
-#: strings.hrc:351
+#: cui/inc/strings.hrc:342
msgctxt "RID_SVXSTR_DASH"
msgid "Replace dashes"
msgstr ""
-#: strings.hrc:352
+#: cui/inc/strings.hrc:343
msgctxt "RID_SVXSTR_CORRECT_ACCIDENTAL_CAPS_LOCK"
msgid "Correct accidental use of cAPS LOCK key"
msgstr "Ириашалатәуп машәырлатәи СAPS LOCK ақәыӷәӷәара "
-#: strings.hrc:353
+#: cui/inc/strings.hrc:344
msgctxt "RID_SVXSTR_NON_BREAK_SPACE"
msgid "Add non-breaking space before specific punctuation marks in French text"
msgstr ""
-#: strings.hrc:354
+#: cui/inc/strings.hrc:345
msgctxt "RID_SVXSTR_ORDINAL"
msgid "Format ordinal numbers suffixes (1st -> 1^st)"
msgstr ""
-#: strings.hrc:355
+#: cui/inc/strings.hrc:346
msgctxt "RID_SVXSTR_DEL_EMPTY_PARA"
msgid "Remove blank paragraphs"
msgstr "Ианыхлатәуп иҭацәу абзацқәа"
-#: strings.hrc:356
+#: cui/inc/strings.hrc:347
msgctxt "RID_SVXSTR_USER_STYLE"
msgid "Replace Custom Styles"
msgstr ""
-#: strings.hrc:357
+#: cui/inc/strings.hrc:348
msgctxt "RID_SVXSTR_BULLET"
msgid "Replace bullets with: "
msgstr ""
-#: strings.hrc:358
+#: cui/inc/strings.hrc:349
msgctxt "RID_SVXSTR_RIGHT_MARGIN"
msgid "Combine single line paragraphs if length greater than"
msgstr ""
-#: strings.hrc:359
+#: cui/inc/strings.hrc:350
msgctxt "RID_SVXSTR_NUM"
msgid "Bulleted and numbered lists. Bullet symbol: "
msgstr "Ахьӡынҵақәа. Амаркер асимвол: "
-#: strings.hrc:360
+#: cui/inc/strings.hrc:351
msgctxt "RID_SVXSTR_BORDER"
msgid "Apply border"
msgstr ""
-#: strings.hrc:361
+#: cui/inc/strings.hrc:352
msgctxt "RID_SVXSTR_CREATE_TABLE"
msgid "Create table"
msgstr "Иаҧҵатәуп атаблица"
-#: strings.hrc:362
+#: cui/inc/strings.hrc:353
msgctxt "RID_SVXSTR_REPLACE_TEMPLATES"
msgid "Apply Styles"
msgstr "Ихархәатәуп астильқәа"
-#: strings.hrc:363
+#: cui/inc/strings.hrc:354
msgctxt "RID_SVXSTR_DEL_SPACES_AT_STT_END"
msgid "Delete spaces and tabs at beginning and end of paragraph"
msgstr ""
-#: strings.hrc:364
+#: cui/inc/strings.hrc:355
msgctxt "RID_SVXSTR_DEL_SPACES_BETWEEN_LINES"
msgid "Delete spaces and tabs at end and start of line"
msgstr ""
-#: strings.hrc:365
+#: cui/inc/strings.hrc:356
msgctxt "RID_SVXSTR_CONNECTOR"
msgid "Connector"
msgstr "Иеимаздоу аҵәаӷәа"
-#: strings.hrc:366
+#: cui/inc/strings.hrc:357
msgctxt "RID_SVXSTR_DIMENSION_LINE"
msgid "Dimension line"
-msgstr ""
+msgstr "Ишәагаатәу аҵәаӷәа"
-#: strings.hrc:367
+#: cui/inc/strings.hrc:358
msgctxt "RID_SVXSTR_LOAD_ERROR"
msgid "The selected module could not be loaded."
msgstr "Иалху амодуль аҭагалара ауам."
-#: strings.hrc:368
+#: cui/inc/strings.hrc:359
msgctxt "RID_SVXSTR_STARTQUOTE"
msgid "Start Quote"
msgstr ""
-#: strings.hrc:369
+#: cui/inc/strings.hrc:360
msgctxt "RID_SVXSTR_ENDQUOTE"
msgid "End Quote"
msgstr ""
-#: strings.hrc:371
+#: cui/inc/strings.hrc:362
msgctxt "RID_SVXSTR_SELECTEDPERSONA"
msgid "Selected Theme: "
msgstr "Иалху атема:"
-#: strings.hrc:372
+#: cui/inc/strings.hrc:363
msgctxt "RID_SVXSTR_SEARCHING"
msgid "Searching, please wait..."
msgstr "Шәааҧшы, ицоит аҧшаара..."
-#: strings.hrc:373
+#: cui/inc/strings.hrc:364
msgctxt "RID_SVXSTR_SEARCHERROR"
msgid "Cannot open %1, please try again later."
msgstr ""
-#: strings.hrc:374
+#: cui/inc/strings.hrc:365
msgctxt "RID_SVXSTR_NORESULTS"
msgid "No results found."
msgstr "Акагьы ҧшааӡам."
-#: strings.hrc:375
+#: cui/inc/strings.hrc:366
msgctxt "RID_SVXSTR_APPLYPERSONA"
msgid "Applying Theme..."
msgstr "Атема ахархәара..."
-#: strings.hrc:377
+#: cui/inc/strings.hrc:368
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "Set No Borders"
msgstr ""
-#: strings.hrc:378
+#: cui/inc/strings.hrc:369
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Set Outer Border Only"
msgstr ""
-#: strings.hrc:379
+#: cui/inc/strings.hrc:370
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Set Outer Border and Horizontal Lines"
msgstr ""
-#: strings.hrc:380
+#: cui/inc/strings.hrc:371
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Set Outer Border and All Inner Lines"
msgstr ""
-#: strings.hrc:381
+#: cui/inc/strings.hrc:372
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Set Outer Border Without Changing Inner Lines"
msgstr ""
-#: strings.hrc:382
+#: cui/inc/strings.hrc:373
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Set Diagonal Lines Only"
msgstr "Иқәыргылатәуп адиагональтә ҵәаӷәақәа рымацара"
-#: strings.hrc:383
+#: cui/inc/strings.hrc:374
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "Set All Four Borders"
msgstr ""
-#: strings.hrc:384
+#: cui/inc/strings.hrc:375
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Set Left and Right Borders Only"
msgstr ""
-#: strings.hrc:385
+#: cui/inc/strings.hrc:376
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Set Top and Bottom Borders Only"
msgstr ""
-#: strings.hrc:386
+#: cui/inc/strings.hrc:377
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Set Left Border Only"
msgstr ""
-#: strings.hrc:387
+#: cui/inc/strings.hrc:378
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Set Top and Bottom Borders, and All Inner Lines"
msgstr ""
-#: strings.hrc:388
+#: cui/inc/strings.hrc:379
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Set Left and Right Borders, and All Inner Lines"
msgstr ""
-#: strings.hrc:389
+#: cui/inc/strings.hrc:380
msgctxt "RID_SVXSTR_SHADOW_STYLE_NONE"
msgid "No Shadow"
-msgstr ""
+msgstr "Агага ада"
-#: strings.hrc:390
+#: cui/inc/strings.hrc:381
msgctxt "RID_SVXSTR_SHADOW_STYLE_BOTTOMRIGHT"
msgid "Cast Shadow to Bottom Right"
msgstr ""
-#: strings.hrc:391
+#: cui/inc/strings.hrc:382
msgctxt "RID_SVXSTR_SHADOW_STYLE_TOPRIGHT"
msgid "Cast Shadow to Top Right"
msgstr ""
-#: strings.hrc:392
+#: cui/inc/strings.hrc:383
msgctxt "RID_SVXSTR_SHADOW_STYLE_BOTTOMLEFT"
msgid "Cast Shadow to Bottom Left"
msgstr ""
-#: strings.hrc:393
+#: cui/inc/strings.hrc:384
msgctxt "RID_SVXSTR_SHADOW_STYLE_TOPLEFT"
msgid "Cast Shadow to Top Left"
msgstr ""
-#: treeopt.hrc:30
+#: cui/inc/strings.hrc:385
+msgctxt "RID_SVXSTR_SIGNATURELINE_SIGNED_BY"
+msgid "Signed by: %1"
+msgstr ""
+
+#: cui/inc/treeopt.hrc:30
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: treeopt.hrc:31
+#: cui/inc/treeopt.hrc:31
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "User Data"
msgstr "Ахархәаҩ"
-#: treeopt.hrc:32
+#: cui/inc/treeopt.hrc:32
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "General"
msgstr "Азеиҧшқәа"
-#: treeopt.hrc:33
+#: cui/inc/treeopt.hrc:33
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "View"
msgstr "Ахәаҧшра"
-#: treeopt.hrc:34
+#: cui/inc/treeopt.hrc:34
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Print"
msgstr "Акьыҧхьра"
-#: treeopt.hrc:35
+#: cui/inc/treeopt.hrc:35
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Paths"
msgstr "Амҩақәа"
-#: treeopt.hrc:36
+#: cui/inc/treeopt.hrc:36
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Fonts"
msgstr "Ашрифтқәа"
-#: treeopt.hrc:37
+#: cui/inc/treeopt.hrc:37
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Security"
msgstr "Ашәарҭадара"
-#: treeopt.hrc:38
+#: cui/inc/treeopt.hrc:38
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Personalization"
msgstr "Аперсонализациа"
-#: treeopt.hrc:39
+#: cui/inc/treeopt.hrc:39
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Application Colors"
msgstr ""
-#: treeopt.hrc:40
+#: cui/inc/treeopt.hrc:40
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Accessibility"
msgstr "Испециалу алшарақәа"
-#: treeopt.hrc:41
+#: cui/inc/treeopt.hrc:41
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Advanced"
msgstr "Инарҭбаау алшарақәа"
-#: treeopt.hrc:42
+#: cui/inc/treeopt.hrc:42
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Basic IDE"
msgstr "IDE Basic апараметрқәа"
-#: treeopt.hrc:43
+#: cui/inc/treeopt.hrc:43
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Online Update"
msgstr "Арҿыцрақәа ргәаҭара"
-#: treeopt.hrc:44
+#: cui/inc/treeopt.hrc:44
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "OpenCL"
msgstr "OpenCL"
-#: treeopt.hrc:49
+#: cui/inc/treeopt.hrc:49
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Language Settings"
msgstr "Абызшәа архиарақәа"
-#: treeopt.hrc:50
+#: cui/inc/treeopt.hrc:50
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Languages"
msgstr "Абызшәақәа"
-#: treeopt.hrc:51
+#: cui/inc/treeopt.hrc:51
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Writing Aids"
msgstr "Алингвистика"
-#: treeopt.hrc:52
+#: cui/inc/treeopt.hrc:52
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Searching in Japanese"
msgstr ""
-#: treeopt.hrc:53
+#: cui/inc/treeopt.hrc:53
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Asian Layout"
msgstr ""
-#: treeopt.hrc:54
+#: cui/inc/treeopt.hrc:54
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Complex Text Layout"
msgstr ""
-#: treeopt.hrc:59
+#: cui/inc/treeopt.hrc:59
msgctxt "SID_INET_DLG_RES"
msgid "Internet"
msgstr "А-Интернет"
-#: treeopt.hrc:60
+#: cui/inc/treeopt.hrc:60
msgctxt "SID_INET_DLG_RES"
msgid "Proxy"
msgstr "Прокси"
-#: treeopt.hrc:61
+#: cui/inc/treeopt.hrc:61
msgctxt "SID_INET_DLG_RES"
msgid "E-mail"
msgstr "E-mail"
-#: treeopt.hrc:66
+#: cui/inc/treeopt.hrc:66
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Writer"
msgstr "%PRODUCTNAME Writer"
-#: treeopt.hrc:67
+#: cui/inc/treeopt.hrc:67
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "General"
msgstr "Азеиҧшқәа"
-#: treeopt.hrc:68
+#: cui/inc/treeopt.hrc:68
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "View"
msgstr "Ахәаҧшра"
-#: treeopt.hrc:69
+#: cui/inc/treeopt.hrc:69
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Formatting Aids"
msgstr "Аформатркра адыргақәа"
-#: treeopt.hrc:70
+#: cui/inc/treeopt.hrc:70
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Grid"
msgstr "Акаҭа"
-#: treeopt.hrc:71
+#: cui/inc/treeopt.hrc:71
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (Western)"
msgstr "Ихад. ашрифтқәа (мраҭашәаратәиқәа)"
-#: treeopt.hrc:72
+#: cui/inc/treeopt.hrc:72
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (Asian)"
msgstr ""
-#: treeopt.hrc:73
-#, fuzzy
+#: cui/inc/treeopt.hrc:73
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (CTL)"
-msgstr "Ихадоу ашрифтқәа (%1)"
+msgstr "Ихадоу ашрифтқәа (ССП)"
-#: treeopt.hrc:74
+#: cui/inc/treeopt.hrc:74
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Print"
msgstr "Акьыҧхьра"
-#: treeopt.hrc:75
+#: cui/inc/treeopt.hrc:75
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Table"
msgstr "Атаблица"
-#: treeopt.hrc:76
+#: cui/inc/treeopt.hrc:76
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Changes"
msgstr "Аҧсахрақәа"
-#: treeopt.hrc:77
+#: cui/inc/treeopt.hrc:77
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Comparison"
msgstr "Аиҿырҧшра"
-#: treeopt.hrc:78
+#: cui/inc/treeopt.hrc:78
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Compatibility"
msgstr "Аишьашәалара"
-#: treeopt.hrc:79
+#: cui/inc/treeopt.hrc:79
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "AutoCaption"
msgstr "Автохьӡы"
-#: treeopt.hrc:80
+#: cui/inc/treeopt.hrc:80
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Mail Merge E-mail"
msgstr ""
-#: treeopt.hrc:85
+#: cui/inc/treeopt.hrc:85
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "%PRODUCTNAME Writer/Web"
msgstr "%PRODUCTNAME Writer/Web"
-#: treeopt.hrc:86
+#: cui/inc/treeopt.hrc:86
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "View"
msgstr "Ахәаҧшра"
-#: treeopt.hrc:87
+#: cui/inc/treeopt.hrc:87
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Formatting Aids"
msgstr "Аформатркра адыргақәа"
-#: treeopt.hrc:88
+#: cui/inc/treeopt.hrc:88
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Grid"
msgstr "Акаҭа"
-#: treeopt.hrc:89
+#: cui/inc/treeopt.hrc:89
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Print"
msgstr "Акьыҧхьра"
-#: treeopt.hrc:90
+#: cui/inc/treeopt.hrc:90
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Table"
msgstr "Атаблица"
-#: treeopt.hrc:91
+#: cui/inc/treeopt.hrc:91
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: treeopt.hrc:96
+#: cui/inc/treeopt.hrc:96
msgctxt "SID_SM_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Math"
msgstr "%PRODUCTNAME Math"
-#: treeopt.hrc:97
+#: cui/inc/treeopt.hrc:97
msgctxt "SID_SM_EDITOPTIONS_RES"
msgid "Settings"
msgstr "Архиарақәа"
-#: treeopt.hrc:102
+#: cui/inc/treeopt.hrc:102
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME Calc"
-#: treeopt.hrc:103
+#: cui/inc/treeopt.hrc:103
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "General"
msgstr "Азеиҧшқәа"
-#: treeopt.hrc:104
+#: cui/inc/treeopt.hrc:104
#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Defaults"
msgstr "Астандарт"
-#: treeopt.hrc:105
+#: cui/inc/treeopt.hrc:105
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "View"
msgstr "Ахәаҧшра"
-#: treeopt.hrc:106
+#: cui/inc/treeopt.hrc:106
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Calculate"
-msgstr ""
+msgstr "Аҳасабрақәа"
-#: treeopt.hrc:107
+#: cui/inc/treeopt.hrc:107
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Formula"
msgstr "Аформула"
-#: treeopt.hrc:108
-#, fuzzy
+#: cui/inc/treeopt.hrc:108
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Sort Lists"
-msgstr "Ашрифтқәа рыхьӡынҵа"
+msgstr "Асортра рыхьӡынҵақәа"
-#: treeopt.hrc:109
+#: cui/inc/treeopt.hrc:109
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Changes"
msgstr "Аҧсахрақәа"
-#: treeopt.hrc:110
+#: cui/inc/treeopt.hrc:110
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Compatibility"
msgstr "Аишьашәалара"
-#: treeopt.hrc:111
+#: cui/inc/treeopt.hrc:111
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Grid"
msgstr "Акаҭа"
-#: treeopt.hrc:112
+#: cui/inc/treeopt.hrc:112
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Print"
msgstr "Акьыҧхьра"
-#: treeopt.hrc:117
+#: cui/inc/treeopt.hrc:117
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Impress"
msgstr "%PRODUCTNAME Impress"
-#: treeopt.hrc:118
+#: cui/inc/treeopt.hrc:118
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "General"
msgstr "Азеиҧшқәа"
-#: treeopt.hrc:119
+#: cui/inc/treeopt.hrc:119
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "View"
msgstr "Ахәаҧшра"
-#: treeopt.hrc:120
+#: cui/inc/treeopt.hrc:120
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "Grid"
msgstr "Акаҭа"
-#: treeopt.hrc:121
+#: cui/inc/treeopt.hrc:121
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "Print"
msgstr "Акьыҧхьра"
-#: treeopt.hrc:126
+#: cui/inc/treeopt.hrc:126
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "%PRODUCTNAME Draw"
msgstr "%PRODUCTNAME Draw"
-#: treeopt.hrc:127
+#: cui/inc/treeopt.hrc:127
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "General"
msgstr "Азеиҧшқәа"
-#: treeopt.hrc:128
+#: cui/inc/treeopt.hrc:128
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "View"
msgstr "Ахәаҧшра"
-#: treeopt.hrc:129
+#: cui/inc/treeopt.hrc:129
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "Grid"
msgstr "Акаҭа"
-#: treeopt.hrc:130
+#: cui/inc/treeopt.hrc:130
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "Print"
msgstr "Акьыҧхьра"
-#: treeopt.hrc:135
+#: cui/inc/treeopt.hrc:135
msgctxt "SID_SCH_EDITOPTIONS_RES"
msgid "Charts"
msgstr "Адиаграммақәа"
-#: treeopt.hrc:136
+#: cui/inc/treeopt.hrc:136
msgctxt "SID_SCH_EDITOPTIONS_RES"
msgid "Default Colors"
msgstr "Аҧштәқәа ишыҟоу еиҧш"
-#: treeopt.hrc:141
+#: cui/inc/treeopt.hrc:141
msgctxt "SID_FILTER_DLG_RES"
msgid "Load/Save"
msgstr "Аҭагалара/Аиқәырхара"
-#: treeopt.hrc:142
+#: cui/inc/treeopt.hrc:142
msgctxt "SID_FILTER_DLG_RES"
msgid "General"
msgstr "Азеиҧшқәа"
-#: treeopt.hrc:143
+#: cui/inc/treeopt.hrc:143
msgctxt "SID_FILTER_DLG_RES"
msgid "VBA Properties"
msgstr "VBA аҷыдаҟазшьақәа"
-#: treeopt.hrc:144
+#: cui/inc/treeopt.hrc:144
msgctxt "SID_FILTER_DLG_RES"
msgid "Microsoft Office"
msgstr "Microsoft Office"
-#: treeopt.hrc:145
+#: cui/inc/treeopt.hrc:145
msgctxt "SID_FILTER_DLG_RES"
msgid "HTML Compatibility"
msgstr "HTML аишьашәалара"
-#: treeopt.hrc:150
+#: cui/inc/treeopt.hrc:150
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "%PRODUCTNAME Base"
msgstr "%PRODUCTNAME Base"
-#: treeopt.hrc:151
+#: cui/inc/treeopt.hrc:151
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "Connections"
msgstr ""
-#: treeopt.hrc:152
+#: cui/inc/treeopt.hrc:152
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "Databases"
msgstr "Адырқәа рбаза"
-#: aboutconfigdialog.ui:9
+#: cui/uiconfig/ui/aboutconfigdialog.ui:9
msgctxt "aboutconfigdialog|AboutConfig"
msgid "Expert Configuration"
msgstr "Аекперттә рхиарақәа"
-#: aboutconfigdialog.ui:48
+#: cui/uiconfig/ui/aboutconfigdialog.ui:48
msgctxt "aboutconfigdialog|searchButton"
msgid "_Search"
msgstr "Аҧшаара"
-#: aboutconfigdialog.ui:81
+#: cui/uiconfig/ui/aboutconfigdialog.ui:81
msgctxt "aboutconfigdialog|preference"
msgid "Preference Name"
msgstr "Апараметр ахьӡ"
-#: aboutconfigdialog.ui:96
+#: cui/uiconfig/ui/aboutconfigdialog.ui:96
msgctxt "aboutconfigdialog|property"
msgid "Property"
msgstr "Аҷыдаҟазшьа"
-#: aboutconfigdialog.ui:109
+#: cui/uiconfig/ui/aboutconfigdialog.ui:109
msgctxt "aboutconfigdialog|type"
msgid "Type"
msgstr "Атип"
-#: aboutconfigdialog.ui:122
+#: cui/uiconfig/ui/aboutconfigdialog.ui:122
msgctxt "aboutconfigdialog|value"
msgid "Value"
msgstr "Аҵакы"
-#: aboutconfigdialog.ui:169
+#: cui/uiconfig/ui/aboutconfigdialog.ui:169
msgctxt "aboutconfigdialog|edit"
msgid "Edit"
msgstr "Иҧсахтәуп"
-#: aboutconfigdialog.ui:182
+#: cui/uiconfig/ui/aboutconfigdialog.ui:182
msgctxt "aboutconfigdialog|reset"
msgid "Reset"
msgstr "Еиҭашьақәыргылатәуп"
-#: aboutconfigvaluedialog.ui:9
+#: cui/uiconfig/ui/aboutconfigvaluedialog.ui:9
msgctxt "aboutconfigvaluedialog|AboutConfigValueDialog"
msgid "Name"
msgstr "Ахьӡ"
-#: aboutconfigvaluedialog.ui:87
+#: cui/uiconfig/ui/aboutconfigvaluedialog.ui:87
msgctxt "aboutconfigvaluedialog|label1"
msgid "Value:"
msgstr "Аҵакы:"
-#: aboutdialog.ui:6
+#: cui/uiconfig/ui/aboutdialog.ui:6
msgctxt "aboutdialog|textbuffer1"
msgid "Version: %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX"
msgstr "Аверсиа: %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX"
-#: aboutdialog.ui:11
+#: cui/uiconfig/ui/aboutdialog.ui:11
msgctxt "aboutdialog|AboutDialog"
msgid "About %PRODUCTNAME"
msgstr "%PRODUCTNAME иазкны"
-#: aboutdialog.ui:25
+#: cui/uiconfig/ui/aboutdialog.ui:25
msgctxt "aboutdialog|credits"
msgid "Cre_dits"
msgstr "А_лахәылацәа"
-#: aboutdialog.ui:40
+#: cui/uiconfig/ui/aboutdialog.ui:40
msgctxt "aboutdialog|website"
msgid "_Website"
-msgstr ""
+msgstr "_Веб-саит"
-#: aboutdialog.ui:109
+#: cui/uiconfig/ui/aboutdialog.ui:109
msgctxt "aboutdialog|logoreplacement"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: aboutdialog.ui:128
+#: cui/uiconfig/ui/aboutdialog.ui:128
msgctxt "aboutdialog|buildid"
msgid "Build ID: $BUILDID"
msgstr ""
-#: aboutdialog.ui:141
+#: cui/uiconfig/ui/aboutdialog.ui:141
msgctxt "aboutdialog|locale"
msgid "Locale: $LOCALE"
-msgstr ""
+msgstr "Алокаль: $LOCALE"
-#: aboutdialog.ui:174
+#: cui/uiconfig/ui/aboutdialog.ui:174
msgctxt "aboutdialog|buildIdLink"
msgid "See Log: $GITHASH"
msgstr "Шәахә. ажурнал: $GITHASH "
-#: aboutdialog.ui:191
+#: cui/uiconfig/ui/aboutdialog.ui:191
msgctxt "aboutdialog|description"
msgid "%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more."
msgstr ""
-#: aboutdialog.ui:214
+#: cui/uiconfig/ui/aboutdialog.ui:214
msgctxt "aboutdialog|copyright"
-msgid "Copyright © 2000–2017 LibreOffice contributors."
+msgid "Copyright © 2000–2018 LibreOffice contributors."
msgstr ""
-#: aboutdialog.ui:228
+#: cui/uiconfig/ui/aboutdialog.ui:228
msgctxt "aboutdialog|libreoffice"
msgid "LibreOffice was based on OpenOffice.org."
msgstr "LibreOffice базас иамоуп OpenOffice.org."
-#: aboutdialog.ui:242
+#: cui/uiconfig/ui/aboutdialog.ui:242
msgctxt "aboutdialog|derived"
msgid "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org."
msgstr ""
-#: aboutdialog.ui:256
+#: cui/uiconfig/ui/aboutdialog.ui:256
msgctxt "aboutdialog|vendor"
msgid "This release was supplied by %OOOVENDOR."
msgstr ""
-#: aboutdialog.ui:276
+#: cui/uiconfig/ui/aboutdialog.ui:276
msgctxt "aboutdialog|link"
msgid "https://www.libreoffice.org/about-us/credits/"
msgstr "https://www.libreoffice.org/about-us/credits/"
-#: accelconfigpage.ui:54
+#: cui/uiconfig/ui/accelconfigpage.ui:54
msgctxt "accelconfigpage|label21"
msgid "Shortcu_t Keys"
msgstr "Аклавишақәа"
-#: accelconfigpage.ui:80
+#: cui/uiconfig/ui/accelconfigpage.ui:80
msgctxt "accelconfigpage|office"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: accelconfigpage.ui:97
+#: cui/uiconfig/ui/accelconfigpage.ui:97
msgctxt "accelconfigpage|module"
msgid "$(MODULE)"
msgstr "$(MODULE)"
-#: accelconfigpage.ui:129
-#, fuzzy
+#: cui/uiconfig/ui/accelconfigpage.ui:129
msgctxt "accelconfigpage|change"
msgid "_Modify"
-msgstr "Ихархәатәуп"
+msgstr "_Иазалхтәуп"
-#: accelconfigpage.ui:157
+#: cui/uiconfig/ui/accelconfigpage.ui:157
msgctxt "accelconfigpage|load"
msgid "_Load..."
msgstr "_Иҭагалатәуп..."
-#: accelconfigpage.ui:172
+#: cui/uiconfig/ui/accelconfigpage.ui:172
msgctxt "accelconfigpage|save"
msgid "_Save..."
msgstr "Еиқәырхатәуп"
-#: accelconfigpage.ui:247
+#: cui/uiconfig/ui/accelconfigpage.ui:247
msgctxt "accelconfigpage|searchEntry"
msgid "Type to search"
msgstr ""
-#: accelconfigpage.ui:267
+#: cui/uiconfig/ui/accelconfigpage.ui:267
msgctxt "accelconfigpage|label23"
msgid "_Category"
msgstr "Акатегориа"
-#: accelconfigpage.ui:281
+#: cui/uiconfig/ui/accelconfigpage.ui:281
msgctxt "accelconfigpage|label24"
msgid "_Function"
msgstr "Акоманда"
-#: accelconfigpage.ui:295
+#: cui/uiconfig/ui/accelconfigpage.ui:295
msgctxt "accelconfigpage|label25"
msgid "_Keys"
msgstr "Аклавишақәа"
-#: accelconfigpage.ui:365
+#: cui/uiconfig/ui/accelconfigpage.ui:365
msgctxt "accelconfigpage|label22"
msgid "F_unctions"
msgstr "Афункциақәа"
-#: acorexceptpage.ui:50
+#: cui/uiconfig/ui/acorexceptpage.ui:50
msgctxt "acorexceptpage|autoabbrev"
msgid "_AutoInclude"
msgstr ""
-#: acorexceptpage.ui:83
+#: cui/uiconfig/ui/acorexceptpage.ui:83
msgctxt "acorexceptpage|newabbrev-atkobject"
msgid "New abbreviations"
msgstr ""
-#: acorexceptpage.ui:95
+#: cui/uiconfig/ui/acorexceptpage.ui:95
msgctxt "acorexceptpage|replace"
msgid "_Replace"
msgstr "Иҧсахтәуп"
-#: acorexceptpage.ui:119
+#: cui/uiconfig/ui/acorexceptpage.ui:119
msgctxt "acorexceptpage|delabbrev-atkobject"
msgid "Delete abbreviations"
msgstr ""
-#: acorexceptpage.ui:167
+#: cui/uiconfig/ui/acorexceptpage.ui:167
msgctxt "acorexceptpage|label1"
msgid "Abbreviations (no Subsequent Capital)"
msgstr ""
-#: acorexceptpage.ui:220
+#: cui/uiconfig/ui/acorexceptpage.ui:220
msgctxt "acorexceptpage|autodouble"
msgid "A_utoInclude"
msgstr ""
-#: acorexceptpage.ui:253
+#: cui/uiconfig/ui/acorexceptpage.ui:253
msgctxt "acorexceptpage|newdouble-atkobject"
msgid "New words with two initial capitals"
msgstr ""
-#: acorexceptpage.ui:265
+#: cui/uiconfig/ui/acorexceptpage.ui:265
msgctxt "acorexceptpage|replace1"
msgid "_Replace"
msgstr "Иҧсахтәуп"
-#: acorexceptpage.ui:289
+#: cui/uiconfig/ui/acorexceptpage.ui:289
msgctxt "acorexceptpage|deldouble-atkobject"
msgid "Delete words with two initial capitals"
msgstr ""
-#: acorexceptpage.ui:337
+#: cui/uiconfig/ui/acorexceptpage.ui:337
msgctxt "acorexceptpage|label2"
msgid "Words With TWo INitial CApitals"
msgstr ""
-#: acorreplacepage.ui:38
+#: cui/uiconfig/ui/acorreplacepage.ui:38
msgctxt "acorreplacepage|replace"
msgid "_Replace"
msgstr "Иҧсахтәуп"
-#: acorreplacepage.ui:121
+#: cui/uiconfig/ui/acorreplacepage.ui:121
msgctxt "acorreplacepage|label1"
msgid "Repla_ce"
msgstr "Иҧсахлатәуп:"
-#: acorreplacepage.ui:141
+#: cui/uiconfig/ui/acorreplacepage.ui:141
msgctxt "acorreplacepage|label2"
msgid "_With:"
msgstr "_Ала:"
-#: acorreplacepage.ui:154
+#: cui/uiconfig/ui/acorreplacepage.ui:154
msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "Атеқст мацара"
-#: agingdialog.ui:16
+#: cui/uiconfig/ui/agingdialog.ui:16
msgctxt "agingdialog|AgingDialog"
msgid "Aging"
-msgstr ""
+msgstr "Ажәра"
-#: agingdialog.ui:137
+#: cui/uiconfig/ui/agingdialog.ui:137
msgctxt "agingdialog|label2"
msgid "Aging degree:"
msgstr ""
-#: agingdialog.ui:160
+#: cui/uiconfig/ui/agingdialog.ui:160
msgctxt "agingdialog|label1"
msgid "Parameters"
msgstr "Апараметрқәа"
-#: applyautofmtpage.ui:27
-#, fuzzy
+#: cui/uiconfig/ui/applyautofmtpage.ui:27
msgctxt "applyautofmtpage|edit"
msgid "_Edit..."
-msgstr "Иҧсахтәуп..."
+msgstr "Ариашара..."
-#: applyautofmtpage.ui:46
+#: cui/uiconfig/ui/applyautofmtpage.ui:46
msgctxt "applyautofmtpage|label1"
msgid "[M]: Replace while modifying existing text"
msgstr ""
-#: applyautofmtpage.ui:60
+#: cui/uiconfig/ui/applyautofmtpage.ui:60
msgctxt "applyautofmtpage|label2"
msgid "[T]: AutoCorrect while typing"
msgstr ""
-#: applyautofmtpage.ui:88
+#: cui/uiconfig/ui/applyautofmtpage.ui:88
msgctxt "applyautofmtpage|m"
msgid "[M]"
msgstr ""
-#: applyautofmtpage.ui:101
+#: cui/uiconfig/ui/applyautofmtpage.ui:101
msgctxt "applyautofmtpage|t"
msgid "[T]"
msgstr ""
-#: applylocalizedpage.ui:30
+#: cui/uiconfig/ui/applylocalizedpage.ui:30
msgctxt "applylocalizedpage|m"
msgid "[M]"
msgstr ""
-#: applylocalizedpage.ui:43
+#: cui/uiconfig/ui/applylocalizedpage.ui:43
msgctxt "applylocalizedpage|t"
msgid "[T]"
msgstr ""
-#: applylocalizedpage.ui:118
+#: cui/uiconfig/ui/applylocalizedpage.ui:118
msgctxt "applylocalizedpage|singlereplace"
msgid "Repla_ce"
msgstr "_Иҧсахлатәуп:"
-#: applylocalizedpage.ui:138
+#: cui/uiconfig/ui/applylocalizedpage.ui:138
msgctxt "applylocalizedpage|startquoteft"
msgid "_Start quote:"
msgstr ""
-#: applylocalizedpage.ui:162
+#: cui/uiconfig/ui/applylocalizedpage.ui:162
msgctxt "applylocalizedpage|startsingle-atkobject"
msgid "Start quote of single quotes"
msgstr ""
-#: applylocalizedpage.ui:178
+#: cui/uiconfig/ui/applylocalizedpage.ui:178
msgctxt "applylocalizedpage|singlestartex"
msgid "Default"
msgstr "Астандарт"
-#: applylocalizedpage.ui:197
+#: cui/uiconfig/ui/applylocalizedpage.ui:197
#, fuzzy
msgctxt "applylocalizedpage|defaultsingle"
msgid "_Default"
msgstr "Астандарт"
-#: applylocalizedpage.ui:205
+#: cui/uiconfig/ui/applylocalizedpage.ui:205
msgctxt "applylocalizedpage|defaultsingle-atkobject"
msgid "Single quotes default"
msgstr ""
-#: applylocalizedpage.ui:221
+#: cui/uiconfig/ui/applylocalizedpage.ui:221
msgctxt "applylocalizedpage|endquoteft"
msgid "_End quote:"
msgstr ""
-#: applylocalizedpage.ui:245
+#: cui/uiconfig/ui/applylocalizedpage.ui:245
msgctxt "applylocalizedpage|endsingle-atkobject"
msgid "End quote of single quotes"
msgstr ""
-#: applylocalizedpage.ui:261
+#: cui/uiconfig/ui/applylocalizedpage.ui:261
msgctxt "applylocalizedpage|singleendex"
msgid "Default"
msgstr "Астандарт"
-#: applylocalizedpage.ui:286
+#: cui/uiconfig/ui/applylocalizedpage.ui:286
msgctxt "applylocalizedpage|label1"
msgid "Single Quotes"
msgstr ""
-#: applylocalizedpage.ui:318
+#: cui/uiconfig/ui/applylocalizedpage.ui:318
#, fuzzy
msgctxt "applylocalizedpage|doublereplace"
msgid "Repla_ce"
msgstr "Иҧсахлатәуп:"
-#: applylocalizedpage.ui:338
+#: cui/uiconfig/ui/applylocalizedpage.ui:338
msgctxt "applylocalizedpage|label6"
msgid "_Start quote:"
msgstr ""
-#: applylocalizedpage.ui:362
+#: cui/uiconfig/ui/applylocalizedpage.ui:362
msgctxt "applylocalizedpage|startdouble-atkobject"
msgid "Start quote of double quotes"
msgstr ""
-#: applylocalizedpage.ui:378
+#: cui/uiconfig/ui/applylocalizedpage.ui:378
msgctxt "applylocalizedpage|doublestartex"
msgid "Default"
msgstr "Астандарт"
-#: applylocalizedpage.ui:397
+#: cui/uiconfig/ui/applylocalizedpage.ui:397
#, fuzzy
msgctxt "applylocalizedpage|defaultdouble"
msgid "_Default"
msgstr "Астандарт"
-#: applylocalizedpage.ui:405
+#: cui/uiconfig/ui/applylocalizedpage.ui:405
msgctxt "applylocalizedpage|defaultdouble-atkobject"
msgid "Double quotes default"
msgstr ""
-#: applylocalizedpage.ui:421
+#: cui/uiconfig/ui/applylocalizedpage.ui:421
msgctxt "applylocalizedpage|label8"
msgid "_End quote:"
msgstr ""
-#: applylocalizedpage.ui:445
+#: cui/uiconfig/ui/applylocalizedpage.ui:445
msgctxt "applylocalizedpage|enddouble-atkobject"
msgid "End quote of double quotes"
msgstr ""
-#: applylocalizedpage.ui:461
+#: cui/uiconfig/ui/applylocalizedpage.ui:461
msgctxt "applylocalizedpage|doubleendex"
msgid "Default"
msgstr "Астандарт"
-#: applylocalizedpage.ui:486
+#: cui/uiconfig/ui/applylocalizedpage.ui:486
msgctxt "applylocalizedpage|label10"
msgid "Double Quotes"
msgstr ""
-#: areadialog.ui:8
+#: cui/uiconfig/ui/areadialog.ui:8
msgctxt "areadialog|AreaDialog"
msgid "Area"
msgstr ""
-#: areadialog.ui:106
+#: cui/uiconfig/ui/areadialog.ui:106
msgctxt "areadialog|RID_SVXPAGE_AREA"
msgid "Area"
msgstr ""
-#: areadialog.ui:128
+#: cui/uiconfig/ui/areadialog.ui:128
msgctxt "areadialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
msgstr "Агага"
-#: areadialog.ui:151
+#: cui/uiconfig/ui/areadialog.ui:151
msgctxt "areadialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
msgstr ""
-#: areatabpage.ui:29
+#: cui/uiconfig/ui/areatabpage.ui:32
+msgctxt "areatabpage|tablelb"
+msgid "Cell"
+msgstr ""
+
+#: cui/uiconfig/ui/areatabpage.ui:33
+msgctxt "areatabpage|tablelb"
+msgid "Row"
+msgstr ""
+
+#: cui/uiconfig/ui/areatabpage.ui:34
+msgctxt "areatabpage|tablelb"
+msgid "Table"
+msgstr ""
+
+#: cui/uiconfig/ui/areatabpage.ui:45
msgctxt "areatabpage|btnnone"
msgid "None"
msgstr "Мап"
-#: areatabpage.ui:42
+#: cui/uiconfig/ui/areatabpage.ui:58
msgctxt "areatabpage|btncolor"
msgid "Color"
msgstr "Аҧштәы"
-#: areatabpage.ui:55
+#: cui/uiconfig/ui/areatabpage.ui:71
msgctxt "areatabpage|btngradient"
msgid "Gradient"
msgstr "Аградиент"
-#: areatabpage.ui:68
-#, fuzzy
-msgctxt "areatabpage|btnhatch"
-msgid "Hatch"
-msgstr "асааҭ"
-
-#: areatabpage.ui:81
+#: cui/uiconfig/ui/areatabpage.ui:84
msgctxt "areatabpage|btnbitmap"
msgid "Bitmap"
msgstr "Атеқстура"
-#: areatabpage.ui:94
+#: cui/uiconfig/ui/areatabpage.ui:97
msgctxt "areatabpage|btnpattern"
msgid "Pattern"
msgstr "Аорнамент"
-#: asiantypography.ui:25
+#: cui/uiconfig/ui/areatabpage.ui:110
+#, fuzzy
+msgctxt "areatabpage|btnhatch"
+msgid "Hatch"
+msgstr "асааҭ"
+
+#: cui/uiconfig/ui/asiantypography.ui:25
msgctxt "asiantypography|checkForbidList"
msgid "Apply list of forbidden characters to the beginning and end of lines"
msgstr ""
-#: asiantypography.ui:41
+#: cui/uiconfig/ui/asiantypography.ui:42
msgctxt "asiantypography|checkHangPunct"
msgid "Allow hanging punctuation"
msgstr ""
-#: asiantypography.ui:57
+#: cui/uiconfig/ui/asiantypography.ui:59
msgctxt "asiantypography|checkApplySpacing"
-msgid "Apply spacing between Asian, Latin and complex text"
+msgid "Apply spacing between Asian and non-Asian text"
msgstr ""
-#: asiantypography.ui:79
+#: cui/uiconfig/ui/asiantypography.ui:82
msgctxt "asiantypography|labelLineChange"
msgid "Line Change"
msgstr "Ацәаҳәа аиҿкаара"
-#: assigncomponentdialog.ui:10
+#: cui/uiconfig/ui/assigncomponentdialog.ui:10
msgctxt "assigncomponentdialog|AssignComponent"
msgid "Assign Component"
msgstr ""
-#: assigncomponentdialog.ui:91
+#: cui/uiconfig/ui/assigncomponentdialog.ui:91
msgctxt "assigncomponentdialog|label1"
msgid "Component method name:"
msgstr ""
-#: autocorrectdialog.ui:9
+#: cui/uiconfig/ui/autocorrectdialog.ui:9
msgctxt "autocorrectdialog|AutoCorrectDialog"
msgid "AutoCorrect"
msgstr "АвтоҦсахра"
-#: autocorrectdialog.ui:103
+#: cui/uiconfig/ui/autocorrectdialog.ui:103
msgctxt "autocorrectdialog|label1"
msgid "Replacements and exceptions for language:"
msgstr ""
-#: autocorrectdialog.ui:149
+#: cui/uiconfig/ui/autocorrectdialog.ui:149
msgctxt "autocorrectdialog|replace"
msgid "Replace"
msgstr "Иҧсахтәуп"
-#: autocorrectdialog.ui:171
+#: cui/uiconfig/ui/autocorrectdialog.ui:171
msgctxt "autocorrectdialog|exceptions"
msgid "Exceptions"
msgstr ""
-#: autocorrectdialog.ui:194
+#: cui/uiconfig/ui/autocorrectdialog.ui:194
msgctxt "autocorrectdialog|options"
msgid "Options"
msgstr "Апараметрқәа"
-#: autocorrectdialog.ui:217
+#: cui/uiconfig/ui/autocorrectdialog.ui:217
msgctxt "autocorrectdialog|apply"
msgid "Options"
msgstr "Апараметрқәа"
-#: autocorrectdialog.ui:240
+#: cui/uiconfig/ui/autocorrectdialog.ui:240
msgctxt "autocorrectdialog|localized"
msgid "Localized Options"
msgstr "Амилаҭтәқәа"
-#: autocorrectdialog.ui:263
+#: cui/uiconfig/ui/autocorrectdialog.ui:263
msgctxt "autocorrectdialog|wordcompletion"
msgid "Word Completion"
msgstr "Ажәа анагӡара"
-#: autocorrectdialog.ui:286
+#: cui/uiconfig/ui/autocorrectdialog.ui:286
msgctxt "autocorrectdialog|smarttags"
msgid "Smart Tags"
msgstr ""
-#: backgroundpage.ui:20
+#: cui/uiconfig/ui/backgroundpage.ui:20
msgctxt "backgroundpage|liststore1"
msgid "Color"
msgstr "Аҧштәы"
-#: backgroundpage.ui:24
+#: cui/uiconfig/ui/backgroundpage.ui:24
msgctxt "backgroundpage|liststore1"
msgid "Image"
msgstr "Асахьа"
-#: backgroundpage.ui:45
+#: cui/uiconfig/ui/backgroundpage.ui:45
msgctxt "backgroundpage|asft"
msgid "A_s:"
msgstr "Атип:"
-#: backgroundpage.ui:71
-#, fuzzy
+#: cui/uiconfig/ui/backgroundpage.ui:71
msgctxt "backgroundpage|forft"
msgid "F_or:"
-msgstr "Аформа:"
+msgstr "Азы:"
-#: backgroundpage.ui:91
+#: cui/uiconfig/ui/backgroundpage.ui:91
msgctxt "backgroundpage|tablelb"
msgid "Cell"
msgstr "Абларҭа"
-#: backgroundpage.ui:92
+#: cui/uiconfig/ui/backgroundpage.ui:92
msgctxt "backgroundpage|tablelb"
msgid "Row"
msgstr "Ацәаҳәа"
-#: backgroundpage.ui:93
+#: cui/uiconfig/ui/backgroundpage.ui:93
msgctxt "backgroundpage|tablelb"
msgid "Table"
msgstr "Атаблица"
-#: backgroundpage.ui:214
+#: cui/uiconfig/ui/backgroundpage.ui:214
msgctxt "backgroundpage|background_label"
msgid "Background Color"
msgstr "Аҿаҧшыра аҧштәы"
-#: backgroundpage.ui:276
+#: cui/uiconfig/ui/backgroundpage.ui:276
msgctxt "backgroundpage|unlinkedft"
msgid "Unlinked image"
msgstr ""
-#: backgroundpage.ui:288
+#: cui/uiconfig/ui/backgroundpage.ui:288
msgctxt "backgroundpage|findgraphicsft"
msgid "Find images"
msgstr "Иҧшаатәуп асахьақәа"
-#: backgroundpage.ui:304
+#: cui/uiconfig/ui/backgroundpage.ui:304
msgctxt "backgroundpage|browse"
msgid "_Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: backgroundpage.ui:317
+#: cui/uiconfig/ui/backgroundpage.ui:317
msgctxt "backgroundpage|link"
msgid "_Link"
msgstr "_Азхьарҧш"
-#: backgroundpage.ui:345
+#: cui/uiconfig/ui/backgroundpage.ui:345
msgctxt "backgroundpage|label2"
msgid "File"
msgstr "Афаил"
-#: backgroundpage.ui:403
+#: cui/uiconfig/ui/backgroundpage.ui:403
msgctxt "backgroundpage|positionrb"
msgid "_Position"
msgstr "Аҭыҧ"
-#: backgroundpage.ui:423
+#: cui/uiconfig/ui/backgroundpage.ui:423
msgctxt "backgroundpage|arearb"
msgid "Ar_ea"
msgstr ""
-#: backgroundpage.ui:439
+#: cui/uiconfig/ui/backgroundpage.ui:439
msgctxt "backgroundpage|tilerb"
msgid "_Tile"
msgstr "Амозаика"
-#: backgroundpage.ui:467
+#: cui/uiconfig/ui/backgroundpage.ui:467
msgctxt "backgroundpage|label8"
msgid "Type"
msgstr "Атип"
-#: backgroundpage.ui:506
+#: cui/uiconfig/ui/backgroundpage.ui:506
msgctxt "backgroundpage|showpreview"
msgid "Pre_view"
msgstr "Заатәи ахәаҧшра"
-#: baselinksdialog.ui:9
+#: cui/uiconfig/ui/baselinksdialog.ui:9
msgctxt "baselinksdialog|BaseLinksDialog"
msgid "Edit Links"
msgstr "Аимадарақәа рыриашара"
-#: baselinksdialog.ui:54
+#: cui/uiconfig/ui/baselinksdialog.ui:54
msgctxt "baselinksdialog|UPDATE_NOW"
msgid "_Update"
msgstr "Ирҿыцтәуп"
-#: baselinksdialog.ui:69
+#: cui/uiconfig/ui/baselinksdialog.ui:69
msgctxt "baselinksdialog|CHANGE_SOURCE"
msgid "_Modify..."
msgstr "Иҧсахтәуп..."
-#: baselinksdialog.ui:84
+#: cui/uiconfig/ui/baselinksdialog.ui:84
msgctxt "baselinksdialog|BREAK_LINK"
msgid "_Break Link"
msgstr "Аимадара еиҧырҟьатәуп"
-#: baselinksdialog.ui:132
+#: cui/uiconfig/ui/baselinksdialog.ui:132
msgctxt "baselinksdialog|FILES"
msgid "Source file"
msgstr "Ахалагаратә фаил"
-#: baselinksdialog.ui:146
+#: cui/uiconfig/ui/baselinksdialog.ui:146
msgctxt "baselinksdialog|LINKS"
msgid "Element:"
msgstr "Аелемент:"
-#: baselinksdialog.ui:160
+#: cui/uiconfig/ui/baselinksdialog.ui:160
msgctxt "baselinksdialog|TYPE"
msgid "Type"
msgstr "Атип"
-#: baselinksdialog.ui:175
+#: cui/uiconfig/ui/baselinksdialog.ui:175
msgctxt "baselinksdialog|STATUS"
msgid "Status"
msgstr "Аҭагылазаашьа"
-#: baselinksdialog.ui:202
+#: cui/uiconfig/ui/baselinksdialog.ui:202
msgctxt "baselinksdialog|TB_LINKS-atkobject"
msgid "Edit Links"
msgstr "Аимадарақәа рыриашара"
-#: baselinksdialog.ui:231
+#: cui/uiconfig/ui/baselinksdialog.ui:231
msgctxt "baselinksdialog|FILES2"
msgid "Source file"
msgstr "Ахалагаратә фаил"
-#: baselinksdialog.ui:247
+#: cui/uiconfig/ui/baselinksdialog.ui:247
msgctxt "baselinksdialog|SOURCE2"
msgid "Element:"
msgstr "Аелемент:"
-#: baselinksdialog.ui:261
+#: cui/uiconfig/ui/baselinksdialog.ui:261
msgctxt "baselinksdialog|TYPE2"
msgid "Type:"
msgstr "Атип:"
-#: baselinksdialog.ui:275
+#: cui/uiconfig/ui/baselinksdialog.ui:275
msgctxt "baselinksdialog|UPDATE"
msgid "Update:"
msgstr "Ирҿыцлатәуп:"
-#: baselinksdialog.ui:352
+#: cui/uiconfig/ui/baselinksdialog.ui:352
msgctxt "baselinksdialog|AUTOMATIC"
msgid "_Automatic"
msgstr "Автоматикала"
-#: baselinksdialog.ui:372
+#: cui/uiconfig/ui/baselinksdialog.ui:372
msgctxt "baselinksdialog|MANUAL"
msgid "Ma_nual"
msgstr "Напыла"
-#: bitmaptabpage.ui:46
+#: cui/uiconfig/ui/bitmaptabpage.ui:46
msgctxt "bitmaptabpage|BTN_IMPORT"
msgid "Add / Import"
msgstr "Иацҵатәуп / Аимпорт"
-#: bitmaptabpage.ui:65
+#: cui/uiconfig/ui/bitmaptabpage.ui:65
msgctxt "bitmaptabpage|label1"
msgid "Bitmap"
msgstr "Арастр"
-#: bitmaptabpage.ui:110
+#: cui/uiconfig/ui/bitmaptabpage.ui:110
msgctxt "bitmaptabpage|label3"
msgid "Style:"
msgstr "Астиль:"
-#: bitmaptabpage.ui:126
+#: cui/uiconfig/ui/bitmaptabpage.ui:126
msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Original"
-msgstr "Аоригинал"
+msgid "Custom position/size"
+msgstr ""
-#: bitmaptabpage.ui:127
+#: cui/uiconfig/ui/bitmaptabpage.ui:127
msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Filled"
-msgstr "Ихарҭәаатәуп"
+msgid "Tiled"
+msgstr "Амозаика"
-#: bitmaptabpage.ui:128
+#: cui/uiconfig/ui/bitmaptabpage.ui:128
msgctxt "bitmaptabpage|bitmapstyle"
msgid "Stretched"
msgstr "Еиҵыхтәуп"
-#: bitmaptabpage.ui:129
-msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Zoomed"
-msgstr "Имасштабрктәуп"
-
-#: bitmaptabpage.ui:130
-#, fuzzy
-msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Custom"
-msgstr "Даҽакы:"
-
-#: bitmaptabpage.ui:131
-msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Tiled"
-msgstr "Амозаика"
-
-#: bitmaptabpage.ui:157
+#: cui/uiconfig/ui/bitmaptabpage.ui:154
msgctxt "bitmaptabpage|label4"
msgid "Size:"
msgstr "Ашәагаа:"
-#: bitmaptabpage.ui:175
+#: cui/uiconfig/ui/bitmaptabpage.ui:172
msgctxt "bitmaptabpage|label5"
msgid "Width:"
msgstr "Аҭбаара:"
-#: bitmaptabpage.ui:201
+#: cui/uiconfig/ui/bitmaptabpage.ui:198
msgctxt "bitmaptabpage|label6"
msgid "Height:"
msgstr "Аҳаракыра:"
-#: bitmaptabpage.ui:232
+#: cui/uiconfig/ui/bitmaptabpage.ui:229
msgctxt "bitmaptabpage|scaletsb"
msgid "Scale"
msgstr "Амасштаб"
-#: bitmaptabpage.ui:262
+#: cui/uiconfig/ui/bitmaptabpage.ui:260
msgctxt "bitmaptabpage|label7"
msgid "Position:"
msgstr "Аҭыҧ:"
-#: bitmaptabpage.ui:278
+#: cui/uiconfig/ui/bitmaptabpage.ui:276
msgctxt "bitmaptabpage|positionlb"
msgid "Top Left"
msgstr "Хыхьла арымарахь"
-#: bitmaptabpage.ui:279
+#: cui/uiconfig/ui/bitmaptabpage.ui:277
msgctxt "bitmaptabpage|positionlb"
msgid "Top Center"
msgstr ""
-#: bitmaptabpage.ui:280
-#, fuzzy
+#: cui/uiconfig/ui/bitmaptabpage.ui:278
msgctxt "bitmaptabpage|positionlb"
msgid "Top Right"
msgstr "Хыхьла арыӷьарахь"
-#: bitmaptabpage.ui:281
+#: cui/uiconfig/ui/bitmaptabpage.ui:279
msgctxt "bitmaptabpage|positionlb"
msgid "Center Left"
msgstr ""
-#: bitmaptabpage.ui:282
-#, fuzzy
+#: cui/uiconfig/ui/bitmaptabpage.ui:280
msgctxt "bitmaptabpage|positionlb"
msgid "Center"
msgstr "Ацентр ала"
-#: bitmaptabpage.ui:283
+#: cui/uiconfig/ui/bitmaptabpage.ui:281
msgctxt "bitmaptabpage|positionlb"
msgid "Center Right"
msgstr ""
-#: bitmaptabpage.ui:284
-#, fuzzy
+#: cui/uiconfig/ui/bitmaptabpage.ui:282
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Left"
msgstr "Ҵаҟала арымарахь"
-#: bitmaptabpage.ui:285
+#: cui/uiconfig/ui/bitmaptabpage.ui:283
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Center"
msgstr ""
-#: bitmaptabpage.ui:286
-#, fuzzy
+#: cui/uiconfig/ui/bitmaptabpage.ui:284
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Right"
msgstr "Ҵаҟала арыӷьарахь"
-#: bitmaptabpage.ui:312
+#: cui/uiconfig/ui/bitmaptabpage.ui:310
msgctxt "bitmaptabpage|label9"
msgid "Tiling Position:"
msgstr ""
-#: bitmaptabpage.ui:331
+#: cui/uiconfig/ui/bitmaptabpage.ui:329
msgctxt "bitmaptabpage|label10"
msgid "X-Offset:"
msgstr ""
-#: bitmaptabpage.ui:356
+#: cui/uiconfig/ui/bitmaptabpage.ui:354
msgctxt "bitmaptabpage|label11"
msgid "Y-Offset:"
msgstr ""
-#: bitmaptabpage.ui:401
+#: cui/uiconfig/ui/bitmaptabpage.ui:399
msgctxt "bitmaptabpage|label15"
msgid "Tiling Offset:"
msgstr ""
-#: bitmaptabpage.ui:423
+#: cui/uiconfig/ui/bitmaptabpage.ui:421
msgctxt "bitmaptabpage|tileofflb"
msgid "Row"
msgstr "Ацәаҳәа"
-#: bitmaptabpage.ui:424
+#: cui/uiconfig/ui/bitmaptabpage.ui:422
msgctxt "bitmaptabpage|tileofflb"
msgid "Column"
msgstr "Аиҵагыла"
-#: bitmaptabpage.ui:467
+#: cui/uiconfig/ui/bitmaptabpage.ui:465
msgctxt "bitmaptabpage|label2"
msgid "Options"
msgstr "Апараметрқәа"
-#: bitmaptabpage.ui:510
+#: cui/uiconfig/ui/bitmaptabpage.ui:508
msgctxt "bitmaptabpage|CTL_BITMAP_PREVIEW-atkobject"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: bitmaptabpage.ui:528
+#: cui/uiconfig/ui/bitmaptabpage.ui:526
msgctxt "bitmaptabpage|label8"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: blackorwhitelistentrydialog.ui:14
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:14
msgctxt "blackorwhitelistentrydialog|os-liststore"
msgid "Any"
msgstr "Иарбанзаалакь"
-#: blackorwhitelistentrydialog.ui:188
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:188
msgctxt "blackorwhitelistentrydialog|label4"
msgid "Operating system:"
msgstr "Аоперациатә система:"
-#: blackorwhitelistentrydialog.ui:201
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:201
msgctxt "blackorwhitelistentrydialog|label5"
msgid "Version:"
msgstr "Аверсиа:"
-#: blackorwhitelistentrydialog.ui:214
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:214
msgctxt "blackorwhitelistentrydialog|label6"
msgid "OpenCL vendor:"
msgstr ""
-#: blackorwhitelistentrydialog.ui:227
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:227
#, fuzzy
msgctxt "blackorwhitelistentrydialog|label7"
msgid "Device:"
msgstr "Амаҵзура:"
-#: blackorwhitelistentrydialog.ui:240
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:240
msgctxt "blackorwhitelistentrydialog|label8"
msgid "Driver version:"
msgstr "Адраивер аверсиа:"
-#: blackorwhitelistentrydialog.ui:258
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:258
msgctxt "blackorwhitelistentrydialog|bledittitle"
msgid "Edit OpenCL Blacklist Entry"
msgstr ""
-#: blackorwhitelistentrydialog.ui:269
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:269
msgctxt "blackorwhitelistentrydialog|bladdtitle"
msgid "Create OpenCL Blacklist Entry"
msgstr ""
-#: blackorwhitelistentrydialog.ui:280
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:280
msgctxt "blackorwhitelistentrydialog|wledittitle"
msgid "Edit OpenCL Whitelist Entry"
msgstr ""
-#: blackorwhitelistentrydialog.ui:291
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:291
msgctxt "blackorwhitelistentrydialog|wladdtitle"
msgid "Create OpenCL Whitelist Entry"
msgstr ""
-#: blackorwhitelistentrydialog.ui:306
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:306
msgctxt "blackorwhitelistentrydialog|label1"
msgid "OpenCL Information"
msgstr "OpenCL Аинформациа"
-#: borderareatransparencydialog.ui:8
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:8
msgctxt "borderareatransparencydialog|BorderAreaTransparencyDialog"
msgid "Border / Background"
msgstr ""
-#: borderareatransparencydialog.ui:106
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:106
msgctxt "borderareatransparencydialog|borders"
msgid "Borders"
msgstr ""
-#: borderareatransparencydialog.ui:128
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:128
msgctxt "borderareatransparencydialog|area"
msgid "Area"
msgstr ""
-#: borderareatransparencydialog.ui:151
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:151
msgctxt "borderareatransparencydialog|transparence"
msgid "Transparency"
msgstr ""
-#: borderbackgrounddialog.ui:8
+#: cui/uiconfig/ui/borderbackgrounddialog.ui:8
msgctxt "borderbackgrounddialog|BorderBackgroundDialog"
msgid "Border / Background"
msgstr ""
-#: borderbackgrounddialog.ui:106
+#: cui/uiconfig/ui/borderbackgrounddialog.ui:106
msgctxt "borderbackgrounddialog|borders"
msgid "Borders"
msgstr ""
-#: borderbackgrounddialog.ui:128
+#: cui/uiconfig/ui/borderbackgrounddialog.ui:128
msgctxt "borderbackgrounddialog|background"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: borderpage.ui:71
+#: cui/uiconfig/ui/borderpage.ui:71
msgctxt "borderpage|userdefft"
msgid "_User-defined:"
msgstr "Иҷыдоу:"
-#: borderpage.ui:85
+#: cui/uiconfig/ui/borderpage.ui:85
msgctxt "borderpage|label14"
msgid "Pr_esets:"
msgstr ""
-#: borderpage.ui:110
+#: cui/uiconfig/ui/borderpage.ui:110
msgctxt "borderpage|rmadjcellbordersft"
msgid "_Adjacent Cells:"
msgstr ""
-#: borderpage.ui:121
+#: cui/uiconfig/ui/borderpage.ui:121
msgctxt "borderpage|rmadjcellborders"
msgid "Remove border"
msgstr ""
-#: borderpage.ui:141
+#: cui/uiconfig/ui/borderpage.ui:142
msgctxt "borderpage|label8"
msgid "Line Arrangement"
msgstr ""
-#: borderpage.ui:175
+#: cui/uiconfig/ui/borderpage.ui:176
msgctxt "borderpage|label15"
msgid "St_yle:"
msgstr "Аеффектқәа:"
-#: borderpage.ui:189
+#: cui/uiconfig/ui/borderpage.ui:190
msgctxt "borderpage|label16"
msgid "_Width:"
msgstr "_Аҭбаара:"
-#: borderpage.ui:203
+#: cui/uiconfig/ui/borderpage.ui:204
msgctxt "borderpage|label17"
msgid "_Color:"
msgstr "_Аҧштәы:"
-#: borderpage.ui:253
+#: cui/uiconfig/ui/borderpage.ui:253
msgctxt "borderpage|label9"
msgid "Line"
msgstr "Аҵәаӷәа"
-#: borderpage.ui:340
+#: cui/uiconfig/ui/borderpage.ui:336
msgctxt "borderpage|leftft"
msgid "_Left:"
msgstr "Арымарахь:"
-#: borderpage.ui:354
+#: cui/uiconfig/ui/borderpage.ui:350
msgctxt "borderpage|rightft"
msgid "Right:"
msgstr "Арыӷьарахь:"
-#: borderpage.ui:368
+#: cui/uiconfig/ui/borderpage.ui:364
msgctxt "borderpage|topft"
msgid "_Top:"
msgstr "Хыхьла:"
-#: borderpage.ui:382
+#: cui/uiconfig/ui/borderpage.ui:378
msgctxt "borderpage|bottomft"
msgid "_Bottom:"
msgstr "Ҵаҟала: "
-#: borderpage.ui:393
+#: cui/uiconfig/ui/borderpage.ui:389
msgctxt "borderpage|sync"
msgid "Synchronize"
msgstr ""
-#: borderpage.ui:414
+#: cui/uiconfig/ui/borderpage.ui:411
msgctxt "borderpage|label10"
msgid "Padding"
msgstr ""
-#: borderpage.ui:457
+#: cui/uiconfig/ui/borderpage.ui:454
msgctxt "borderpage|label22"
msgid "_Position:"
msgstr "Аҭыҧ:"
-#: borderpage.ui:471
+#: cui/uiconfig/ui/borderpage.ui:468
msgctxt "borderpage|distanceft"
msgid "Distan_ce:"
msgstr "_Аҭбаара:"
-#: borderpage.ui:485
+#: cui/uiconfig/ui/borderpage.ui:482
msgctxt "borderpage|shadowcolorft"
msgid "C_olor:"
msgstr "Аҧштәы:"
-#: borderpage.ui:537
+#: cui/uiconfig/ui/borderpage.ui:533
msgctxt "borderpage|label11"
msgid "Shadow Style"
msgstr "Агага астиль"
-#: borderpage.ui:570
+#: cui/uiconfig/ui/borderpage.ui:566
msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr ""
-#: borderpage.ui:585
+#: cui/uiconfig/ui/borderpage.ui:581
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr ""
-#: borderpage.ui:606
+#: cui/uiconfig/ui/borderpage.ui:602
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа"
-#: breaknumberoption.ui:15
+#: cui/uiconfig/ui/breaknumberoption.ui:15
msgctxt "breaknumberoption|BreakNumberOption"
msgid "Hyphenation"
-msgstr ""
+msgstr "Аиагагақәа рыргылара"
-#: breaknumberoption.ui:97
+#: cui/uiconfig/ui/breaknumberoption.ui:99
msgctxt "breaknumberoption|beforelabel"
msgid "Characters Before Break"
msgstr ""
-#: breaknumberoption.ui:136
+#: cui/uiconfig/ui/breaknumberoption.ui:138
msgctxt "breaknumberoption|afterlabel"
msgid "Characters After Break"
msgstr ""
-#: breaknumberoption.ui:175
+#: cui/uiconfig/ui/breaknumberoption.ui:177
msgctxt "breaknumberoption|minimallabel"
msgid "Minimal Word Length"
msgstr "Ажәа иминималу аура"
-#: calloutdialog.ui:8
+#: cui/uiconfig/ui/calloutdialog.ui:8
msgctxt "calloutdialog|CalloutDialog"
msgid "Position and Size"
msgstr "Аҭыҧи ашәагааи"
-#: calloutdialog.ui:106
+#: cui/uiconfig/ui/calloutdialog.ui:106
msgctxt "calloutdialog|RID_SVXPAGE_POSITION_SIZE"
msgid "Position and Size"
msgstr "Аҭыҧи ашәагааи"
-#: calloutdialog.ui:128
+#: cui/uiconfig/ui/calloutdialog.ui:128
msgctxt "calloutdialog|RID_SVXPAGE_SWPOSSIZE"
msgid "Position and Size"
msgstr "Аҭыҧи ашәагааи"
-#: calloutdialog.ui:151
+#: cui/uiconfig/ui/calloutdialog.ui:151
msgctxt "calloutdialog|RID_SVXPAGE_CAPTION"
msgid "Callout"
msgstr ""
-#: calloutpage.ui:20
+#: cui/uiconfig/ui/calloutpage.ui:20
msgctxt "calloutpage|liststore1"
msgid "Optimal"
msgstr "Иоптималуп"
-#: calloutpage.ui:24
+#: cui/uiconfig/ui/calloutpage.ui:24
msgctxt "calloutpage|liststore1"
msgid "From top"
msgstr "Хыхьла"
-#: calloutpage.ui:28
+#: cui/uiconfig/ui/calloutpage.ui:28
msgctxt "calloutpage|liststore1"
msgid "From left"
msgstr "Арымарахь"
-#: calloutpage.ui:32
+#: cui/uiconfig/ui/calloutpage.ui:32
msgctxt "calloutpage|liststore1"
msgid "Horizontal"
msgstr "Горизонталла"
-#: calloutpage.ui:36
+#: cui/uiconfig/ui/calloutpage.ui:36
msgctxt "calloutpage|liststore1"
msgid "Vertical"
msgstr "Вертикалла"
-#: calloutpage.ui:74
-#, fuzzy
+#: cui/uiconfig/ui/calloutpage.ui:74
msgctxt "calloutpage|label2"
msgid "_Extension:"
-msgstr "Арҭбаара"
+msgstr "_Арҭбаара:"
-#: calloutpage.ui:123
+#: cui/uiconfig/ui/calloutpage.ui:123
msgctxt "calloutpage|lengthft"
msgid "_Length:"
msgstr "Аура:"
-#: calloutpage.ui:140
+#: cui/uiconfig/ui/calloutpage.ui:140
msgctxt "calloutpage|optimal"
msgid "_Optimal"
msgstr "Иоптималуп"
-#: calloutpage.ui:164
+#: cui/uiconfig/ui/calloutpage.ui:164
msgctxt "calloutpage|positionft"
msgid "_Position:"
msgstr "Аҭыҧ:"
-#: calloutpage.ui:178
+#: cui/uiconfig/ui/calloutpage.ui:178
msgctxt "calloutpage|byft"
msgid "_By:"
msgstr "Ала:"
-#: calloutpage.ui:192
+#: cui/uiconfig/ui/calloutpage.ui:192
msgctxt "calloutpage|position"
msgid "Top"
msgstr "Хыхьла"
-#: calloutpage.ui:193
+#: cui/uiconfig/ui/calloutpage.ui:193
msgctxt "calloutpage|position"
msgid "Middle"
msgstr "Агәҭа ала"
-#: calloutpage.ui:194
+#: cui/uiconfig/ui/calloutpage.ui:194
msgctxt "calloutpage|position"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: calloutpage.ui:195
-#, fuzzy
+#: cui/uiconfig/ui/calloutpage.ui:195
msgctxt "calloutpage|position"
msgid "Left"
msgstr "Арымарахь ала"
-#: calloutpage.ui:196
-#, fuzzy
+#: cui/uiconfig/ui/calloutpage.ui:196
msgctxt "calloutpage|position"
msgid "Center"
msgstr "Ацентр ала"
-#: calloutpage.ui:197
-#, fuzzy
+#: cui/uiconfig/ui/calloutpage.ui:197
msgctxt "calloutpage|position"
msgid "Right"
msgstr "Арыӷьарахь ала"
-#: calloutpage.ui:234
+#: cui/uiconfig/ui/calloutpage.ui:234
msgctxt "calloutpage|label1"
msgid "_Spacing:"
msgstr "Аинтервал:"
-#: calloutpage.ui:312
+#: cui/uiconfig/ui/calloutpage.ui:312
msgctxt "calloutpage|linetypes"
msgid "Straight Line"
msgstr "Аҵәаӷәа иаша"
-#: calloutpage.ui:313
+#: cui/uiconfig/ui/calloutpage.ui:313
msgctxt "calloutpage|linetypes"
msgid "Angled Line"
msgstr "Иҧыҵәҵәоу аҵәаӷәа"
-#: calloutpage.ui:314
+#: cui/uiconfig/ui/calloutpage.ui:314
msgctxt "calloutpage|linetypes"
msgid "Angled Connector Line"
msgstr ""
-#: cellalignment.ui:24
+#: cui/uiconfig/ui/cellalignment.ui:24
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Default"
msgstr "Астандарт"
-#: cellalignment.ui:28
+#: cui/uiconfig/ui/cellalignment.ui:28
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Left"
msgstr "Арымарахь ала"
-#: cellalignment.ui:32
+#: cui/uiconfig/ui/cellalignment.ui:32
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Center"
msgstr "Ацентр ала"
-#: cellalignment.ui:36
+#: cui/uiconfig/ui/cellalignment.ui:36
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Right"
msgstr "Арыӷьарахь ала"
-#: cellalignment.ui:40
+#: cui/uiconfig/ui/cellalignment.ui:40
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Justified"
msgstr "Аҭбаара ала"
-#: cellalignment.ui:44
+#: cui/uiconfig/ui/cellalignment.ui:44
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Filled"
msgstr "Ахарҭәаара"
-#: cellalignment.ui:48
+#: cui/uiconfig/ui/cellalignment.ui:48
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Distributed"
msgstr ""
-#: cellalignment.ui:62
+#: cui/uiconfig/ui/cellalignment.ui:62
msgctxt "cellalignment|liststoreVertAlign"
msgid "Default"
msgstr "Астандарт"
-#: cellalignment.ui:66
+#: cui/uiconfig/ui/cellalignment.ui:66
msgctxt "cellalignment|liststoreVertAlign"
msgid "Top"
msgstr "Хыхьла"
-#: cellalignment.ui:70
+#: cui/uiconfig/ui/cellalignment.ui:70
msgctxt "cellalignment|liststoreVertAlign"
msgid "Middle"
msgstr "Агәҭа ала"
-#: cellalignment.ui:74
+#: cui/uiconfig/ui/cellalignment.ui:74
msgctxt "cellalignment|liststoreVertAlign"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: cellalignment.ui:78
+#: cui/uiconfig/ui/cellalignment.ui:78
msgctxt "cellalignment|liststoreVertAlign"
msgid "Justified"
msgstr "Аҳаракыра ала"
-#: cellalignment.ui:82
+#: cui/uiconfig/ui/cellalignment.ui:82
msgctxt "cellalignment|liststoreVertAlign"
msgid "Distributed"
msgstr ""
-#: cellalignment.ui:123
+#: cui/uiconfig/ui/cellalignment.ui:123
msgctxt "cellalignment|labelDegrees"
msgid "_Degrees:"
msgstr "Аградусқәа:"
-#: cellalignment.ui:136
+#: cui/uiconfig/ui/cellalignment.ui:137
msgctxt "cellalignment|labelRefEdge"
msgid "_Reference edge:"
msgstr ""
-#: cellalignment.ui:196
+#: cui/uiconfig/ui/cellalignment.ui:196
msgctxt "cellalignment|checkVertStack"
msgid "Vertically s_tacked"
msgstr ""
-#: cellalignment.ui:212
+#: cui/uiconfig/ui/cellalignment.ui:212
msgctxt "cellalignment|checkAsianMode"
msgid "Asian layout _mode"
msgstr ""
-#: cellalignment.ui:241
+#: cui/uiconfig/ui/cellalignment.ui:241
msgctxt "cellalignment|labelTextOrient"
msgid "Text Orientation"
msgstr "Атеқст аориентациа"
-#: cellalignment.ui:275
+#: cui/uiconfig/ui/cellalignment.ui:275
msgctxt "cellalignment|checkWrapTextAuto"
msgid "_Wrap text automatically"
msgstr ""
-#: cellalignment.ui:292
+#: cui/uiconfig/ui/cellalignment.ui:292
msgctxt "cellalignment|checkShrinkFitCellSize"
msgid "_Shrink to fit cell size"
msgstr ""
-#: cellalignment.ui:308
+#: cui/uiconfig/ui/cellalignment.ui:308
msgctxt "cellalignment|checkHyphActive"
msgid "Hyphenation _active"
msgstr ""
-#: cellalignment.ui:334
+#: cui/uiconfig/ui/cellalignment.ui:334
msgctxt "cellalignment|LabelTxtDir"
msgid "Te_xt direction:"
msgstr "Атеқст ахырхарҭа:"
-#: cellalignment.ui:369
+#: cui/uiconfig/ui/cellalignment.ui:369
msgctxt "cellalignment|labelProperties"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа"
-#: cellalignment.ui:418
+#: cui/uiconfig/ui/cellalignment.ui:417
msgctxt "cellalignment|labelHorzAlign"
msgid "Hori_zontal"
msgstr "Горизонталла"
-#: cellalignment.ui:432
+#: cui/uiconfig/ui/cellalignment.ui:431
msgctxt "cellalignment|labelVertAlign"
msgid "_Vertical"
msgstr "Вертикалла"
-#: cellalignment.ui:446
+#: cui/uiconfig/ui/cellalignment.ui:445
msgctxt "cellalignment|labelIndent"
msgid "I_ndent"
msgstr ""
-#: cellalignment.ui:487
+#: cui/uiconfig/ui/cellalignment.ui:486
msgctxt "cellalignment|LabelTextAlig"
msgid "Text Alignment"
msgstr "Атеқст аиҟаратәра"
-#: cellalignment.ui:507
+#: cui/uiconfig/ui/cellalignment.ui:506
msgctxt "cellalignment|labelSTR_BOTTOMLOCK"
msgid "Text Extension From Lower Cell Border"
msgstr ""
-#: cellalignment.ui:518
+#: cui/uiconfig/ui/cellalignment.ui:517
msgctxt "cellalignment|labelSTR_TOPLOCK"
msgid "Text Extension From Upper Cell Border"
msgstr ""
-#: cellalignment.ui:529
+#: cui/uiconfig/ui/cellalignment.ui:528
msgctxt "cellalignment|labelSTR_CELLLOCK"
msgid "Text Extension Inside Cell"
msgstr ""
-#: cellalignment.ui:540
+#: cui/uiconfig/ui/cellalignment.ui:539
msgctxt "cellalignment|labelABCD"
msgid "ABCD"
msgstr "ABCD"
-#: certdialog.ui:9
+#: cui/uiconfig/ui/certdialog.ui:9
msgctxt "certdialog|CertDialog"
msgid "Certificate Path"
msgstr "Асертификат амҩа"
-#: certdialog.ui:78
+#: cui/uiconfig/ui/certdialog.ui:78
msgctxt "certdialog|add"
msgid "_Add..."
msgstr "Иацҵатәуп..."
-#: certdialog.ui:129
+#: cui/uiconfig/ui/certdialog.ui:129
msgctxt "certdialog|label2"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures:"
msgstr ""
-#: certdialog.ui:151
+#: cui/uiconfig/ui/certdialog.ui:151
msgctxt "certdialog|manual"
msgid "manual"
msgstr "напыла"
-#: certdialog.ui:165
+#: cui/uiconfig/ui/certdialog.ui:165
msgctxt "certdialog|profile"
msgid "Profile"
msgstr "Апрофиль"
-#: certdialog.ui:179
+#: cui/uiconfig/ui/certdialog.ui:179
msgctxt "certdialog|dir"
msgid "Directory"
msgstr "Акаталог"
-#: certdialog.ui:192
+#: cui/uiconfig/ui/certdialog.ui:192
msgctxt "certdialog|certdir"
msgid "Select a Certificate directory"
msgstr "Иалышәх асертификат акаталог"
-#: certdialog.ui:235
+#: cui/uiconfig/ui/certdialog.ui:235
msgctxt "certdialog|label1"
msgid "Certificate Path"
msgstr "Асертификат амҩа"
-#: charnamepage.ui:46
+#: cui/uiconfig/ui/charnamepage.ui:46
msgctxt "charnamepage|westlangft-nocjk"
msgid "Language:"
msgstr "Абызшәа:"
-#: charnamepage.ui:185
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|westsizeft-nocjk"
msgid "Size:"
msgstr "Акегль:"
-#: charnamepage.ui:257
+#: cui/uiconfig/ui/charnamepage.ui:257
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Акегль:"
-#: charnamepage.ui:272
+#: cui/uiconfig/ui/charnamepage.ui:272
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Абызшәа:"
-#: charnamepage.ui:346
+#: cui/uiconfig/ui/charnamepage.ui:346
msgctxt "charnamepage|label4"
msgid "Western Text Font"
msgstr "Мраҭашәаратәи атеқст ашрифт"
-#: charnamepage.ui:415
+#: cui/uiconfig/ui/charnamepage.ui:415
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Акегль:"
-#: charnamepage.ui:430
+#: cui/uiconfig/ui/charnamepage.ui:430
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Абызшәа:"
-#: charnamepage.ui:503
+#: cui/uiconfig/ui/charnamepage.ui:503
msgctxt "charnamepage|label5"
msgid "Asian Text Font"
msgstr "Мрагылара азиатәи атеқст ашрифт"
-#: charnamepage.ui:572
+#: cui/uiconfig/ui/charnamepage.ui:572
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Акегль:"
-#: charnamepage.ui:587
+#: cui/uiconfig/ui/charnamepage.ui:587
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Абызшәа:"
-#: charnamepage.ui:661
+#: cui/uiconfig/ui/charnamepage.ui:661
msgctxt "charnamepage|label6"
msgid "CTL Font"
msgstr ""
-#: charnamepage.ui:688
+#: cui/uiconfig/ui/charnamepage.ui:688
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: colorconfigwin.ui:14
+#: cui/uiconfig/ui/colorconfigwin.ui:14
msgctxt "colorconfigwin|docboundaries"
msgid "Text boundaries"
msgstr "Атеқст аҳәаақәа"
-#: colorconfigwin.ui:33
+#: cui/uiconfig/ui/colorconfigwin.ui:34
msgctxt "colorconfigwin|doccolor"
msgid "Document background"
msgstr "Адокумент аҿаҧшыра"
-#: colorconfigwin.ui:65
+#: cui/uiconfig/ui/colorconfigwin.ui:66
msgctxt "colorconfigwin|general"
msgid "General"
msgstr "Азеиҧшқәа"
-#: colorconfigwin.ui:92
+#: cui/uiconfig/ui/colorconfigwin.ui:93
msgctxt "colorconfigwin|appback"
msgid "Application background"
msgstr ""
-#: colorconfigwin.ui:101
+#: cui/uiconfig/ui/colorconfigwin.ui:102
msgctxt "colorconfigwin|objboundaries"
msgid "Object boundaries"
msgstr "Аобиеқт аҳәаақәа"
-#: colorconfigwin.ui:126
+#: cui/uiconfig/ui/colorconfigwin.ui:128
msgctxt "colorconfigwin|tblboundaries"
msgid "Table boundaries"
msgstr "Атаблица аҳәаақәа"
-#: colorconfigwin.ui:155
+#: cui/uiconfig/ui/colorconfigwin.ui:158
msgctxt "colorconfigwin|font"
msgid "Font color"
msgstr "Ашрифт аҧштәы"
-#: colorconfigwin.ui:174
+#: cui/uiconfig/ui/colorconfigwin.ui:177
msgctxt "colorconfigwin|unvisitedlinks"
msgid "Unvisited links"
msgstr ""
-#: colorconfigwin.ui:199
+#: cui/uiconfig/ui/colorconfigwin.ui:203
msgctxt "colorconfigwin|visitedlinks"
msgid "Visited links"
msgstr ""
-#: colorconfigwin.ui:228
+#: cui/uiconfig/ui/colorconfigwin.ui:233
msgctxt "colorconfigwin|autospellcheck"
msgid "AutoSpellcheck"
msgstr ""
-#: colorconfigwin.ui:241
+#: cui/uiconfig/ui/colorconfigwin.ui:246
msgctxt "colorconfigwin|smarttags"
msgid "Smart Tags"
msgstr ""
-#: colorconfigwin.ui:283
+#: cui/uiconfig/ui/colorconfigwin.ui:288
msgctxt "colorconfigwin|writer"
msgid "Text Document"
msgstr "Атеқсттә документ"
-#: colorconfigwin.ui:310
+#: cui/uiconfig/ui/colorconfigwin.ui:315
msgctxt "colorconfigwin|writergrid"
msgid "Grid"
msgstr "Акаҭа"
-#: colorconfigwin.ui:353
+#: cui/uiconfig/ui/colorconfigwin.ui:358
msgctxt "colorconfigwin|script"
msgid "Script Indicator"
msgstr ""
-#: colorconfigwin.ui:362
+#: cui/uiconfig/ui/colorconfigwin.ui:367
msgctxt "colorconfigwin|field"
msgid "Field shadings"
msgstr ""
-#: colorconfigwin.ui:377
+#: cui/uiconfig/ui/colorconfigwin.ui:383
msgctxt "colorconfigwin|index"
msgid "Index and table shadings"
msgstr ""
-#: colorconfigwin.ui:392
+#: cui/uiconfig/ui/colorconfigwin.ui:399
msgctxt "colorconfigwin|section"
msgid "Section boundaries"
msgstr ""
-#: colorconfigwin.ui:431
+#: cui/uiconfig/ui/colorconfigwin.ui:439
msgctxt "colorconfigwin|hdft"
msgid "Headers and Footer delimiter"
msgstr ""
-#: colorconfigwin.ui:454
+#: cui/uiconfig/ui/colorconfigwin.ui:462
msgctxt "colorconfigwin|pagebreak"
msgid "Page and column breaks"
msgstr ""
-#: colorconfigwin.ui:477
+#: cui/uiconfig/ui/colorconfigwin.ui:485
msgctxt "colorconfigwin|direct"
msgid "Direct Cursor"
-msgstr ""
+msgstr "Зых иақәиҭу акурсор"
-#: colorconfigwin.ui:489
+#: cui/uiconfig/ui/colorconfigwin.ui:497
msgctxt "colorconfigwin|html"
msgid "HTML Document"
msgstr "HTML адокумент"
-#: colorconfigwin.ui:516
+#: cui/uiconfig/ui/colorconfigwin.ui:524
msgctxt "colorconfigwin|sgml"
msgid "SGML syntax highlighting"
msgstr ""
-#: colorconfigwin.ui:539
+#: cui/uiconfig/ui/colorconfigwin.ui:547
msgctxt "colorconfigwin|htmlcomment"
msgid "Comment highlighting"
msgstr "Акомментариқәа рырлашара"
-#: colorconfigwin.ui:562
+#: cui/uiconfig/ui/colorconfigwin.ui:570
msgctxt "colorconfigwin|htmlkeyword"
msgid "Keyword highlighting"
msgstr ""
-#: colorconfigwin.ui:585
+#: cui/uiconfig/ui/colorconfigwin.ui:593
msgctxt "colorconfigwin|unknown"
msgid "Text"
msgstr "Атеқст"
-#: colorconfigwin.ui:597
+#: cui/uiconfig/ui/colorconfigwin.ui:605
msgctxt "colorconfigwin|calc"
msgid "Spreadsheet"
msgstr "Аелектронтә таблица"
-#: colorconfigwin.ui:624
+#: cui/uiconfig/ui/colorconfigwin.ui:632
msgctxt "colorconfigwin|calcgrid"
msgid "Grid lines"
msgstr "Акаҭа аҵәаӷәақәа"
-#: colorconfigwin.ui:647
+#: cui/uiconfig/ui/colorconfigwin.ui:655
msgctxt "colorconfigwin|brk"
msgid "Page breaks"
msgstr "Адаҟьақәа реимҟьарақәа"
-#: colorconfigwin.ui:670
+#: cui/uiconfig/ui/colorconfigwin.ui:678
msgctxt "colorconfigwin|brkmanual"
msgid "Manual page breaks"
msgstr ""
-#: colorconfigwin.ui:693
+#: cui/uiconfig/ui/colorconfigwin.ui:701
msgctxt "colorconfigwin|brkauto"
msgid "Automatic page breaks"
msgstr "Автоматикала адаҟьақәа реимҟьарақәа"
-#: colorconfigwin.ui:716
+#: cui/uiconfig/ui/colorconfigwin.ui:724
msgctxt "colorconfigwin|det"
msgid "Detective"
msgstr "Агент"
-#: colorconfigwin.ui:739
+#: cui/uiconfig/ui/colorconfigwin.ui:747
msgctxt "colorconfigwin|deterror"
msgid "Detective error"
msgstr "Агент агха"
-#: colorconfigwin.ui:762
+#: cui/uiconfig/ui/colorconfigwin.ui:770
msgctxt "colorconfigwin|ref"
msgid "References"
msgstr "Азхьарҧшқәа"
-#: colorconfigwin.ui:785
+#: cui/uiconfig/ui/colorconfigwin.ui:793
msgctxt "colorconfigwin|notes"
msgid "Notes background"
msgstr ""
-#: colorconfigwin.ui:797
+#: cui/uiconfig/ui/colorconfigwin.ui:816
+msgctxt "colorconfigwin|values"
+msgid "Values"
+msgstr "Аҵакқәа"
+
+#: cui/uiconfig/ui/colorconfigwin.ui:839
+msgctxt "colorconfigwin|formulas"
+msgid "Formulas"
+msgstr "Аформулақәа"
+
+#: cui/uiconfig/ui/colorconfigwin.ui:862
+msgctxt "colorconfigwin|text"
+msgid "Text"
+msgstr "Атеқст"
+
+#: cui/uiconfig/ui/colorconfigwin.ui:885
+msgctxt "colorconfigwin|protectedcells"
+msgid "Protected cells background"
+msgstr ""
+
+#: cui/uiconfig/ui/colorconfigwin.ui:897
msgctxt "colorconfigwin|draw"
msgid "Drawing / Presentation"
msgstr ""
-#: colorconfigwin.ui:824
+#: cui/uiconfig/ui/colorconfigwin.ui:924
msgctxt "colorconfigwin|drawgrid"
msgid "Grid"
msgstr "Акаҭа"
-#: colorconfigwin.ui:836
+#: cui/uiconfig/ui/colorconfigwin.ui:936
msgctxt "colorconfigwin|basic"
msgid "Basic Syntax Highlighting"
msgstr ""
-#: colorconfigwin.ui:863
+#: cui/uiconfig/ui/colorconfigwin.ui:963
msgctxt "colorconfigwin|basicid"
msgid "Identifier"
msgstr "Аидентификаторқәа"
-#: colorconfigwin.ui:886
+#: cui/uiconfig/ui/colorconfigwin.ui:986
msgctxt "colorconfigwin|basiccomment"
msgid "Comment"
msgstr "Акомментари"
-#: colorconfigwin.ui:909
+#: cui/uiconfig/ui/colorconfigwin.ui:1009
msgctxt "colorconfigwin|basicnumber"
msgid "Number"
msgstr "Ахыҧ-ра"
-#: colorconfigwin.ui:932
+#: cui/uiconfig/ui/colorconfigwin.ui:1032
msgctxt "colorconfigwin|basicstring"
msgid "String"
msgstr "Ацәаҳәақәа"
-#: colorconfigwin.ui:955
+#: cui/uiconfig/ui/colorconfigwin.ui:1055
msgctxt "colorconfigwin|basicop"
msgid "Operator"
msgstr "Аоператорқәа"
-#: colorconfigwin.ui:978
+#: cui/uiconfig/ui/colorconfigwin.ui:1078
msgctxt "colorconfigwin|basickeyword"
msgid "Reserved expression"
msgstr ""
-#: colorconfigwin.ui:1001
+#: cui/uiconfig/ui/colorconfigwin.ui:1101
msgctxt "colorconfigwin|error"
msgid "Error"
msgstr "Агха"
-#: colorconfigwin.ui:1013
+#: cui/uiconfig/ui/colorconfigwin.ui:1113
msgctxt "colorconfigwin|sql"
msgid "SQL Syntax Highlighting"
msgstr ""
-#: colorconfigwin.ui:1040
+#: cui/uiconfig/ui/colorconfigwin.ui:1140
msgctxt "colorconfigwin|sqlid"
msgid "Identifier"
msgstr "Аидентификаторқәа"
-#: colorconfigwin.ui:1063
+#: cui/uiconfig/ui/colorconfigwin.ui:1163
msgctxt "colorconfigwin|sqlnumber"
msgid "Number"
msgstr "Ахыҧ-ра"
-#: colorconfigwin.ui:1086
+#: cui/uiconfig/ui/colorconfigwin.ui:1186
msgctxt "colorconfigwin|sqlstring"
msgid "String"
msgstr "Ацәаҳәа"
-#: colorconfigwin.ui:1109
+#: cui/uiconfig/ui/colorconfigwin.ui:1209
msgctxt "colorconfigwin|sqlop"
msgid "Operator"
msgstr "Аоператорқәа"
-#: colorconfigwin.ui:1132
-#, fuzzy
+#: cui/uiconfig/ui/colorconfigwin.ui:1232
msgctxt "colorconfigwin|sqlkeyword"
msgid "Keyword"
-msgstr "Аклавиатура"
+msgstr "Ихадоу ажәа"
-#: colorconfigwin.ui:1155
+#: cui/uiconfig/ui/colorconfigwin.ui:1255
msgctxt "colorconfigwin|sqlparam"
msgid "Parameter"
msgstr "Апараметр"
-#: colorconfigwin.ui:1178
+#: cui/uiconfig/ui/colorconfigwin.ui:1278
msgctxt "colorconfigwin|sqlcomment"
msgid "Comment"
msgstr "Акомментари"
-#: colorconfigwin.ui:1187
+#: cui/uiconfig/ui/colorconfigwin.ui:1287
msgctxt "colorconfigwin|shadows"
msgid "Shadows"
msgstr "Агагақәа"
-#: colorpage.ui:60
+#: cui/uiconfig/ui/colorpage.ui:60
msgctxt "colorpage|label21"
msgid "Palette:"
msgstr "Апалитра:"
-#: colorpage.ui:101
+#: cui/uiconfig/ui/colorpage.ui:101
msgctxt "colorpage|label20"
msgid "Recent Colors"
msgstr "Ааигәатәи аҧштәқәа"
-#: colorpage.ui:156
+#: cui/uiconfig/ui/colorpage.ui:156
msgctxt "colorpage|RGB"
msgid "RGB"
msgstr "RGB"
-#: colorpage.ui:172
+#: cui/uiconfig/ui/colorpage.ui:173
msgctxt "colorpage|CMYK"
msgid "CMYK"
msgstr "CMYK"
-#: colorpage.ui:188
+#: cui/uiconfig/ui/colorpage.ui:190
msgctxt "colorpage|delete"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: colorpage.ui:206
+#: cui/uiconfig/ui/colorpage.ui:208
msgctxt "colorpage|label22"
msgid "Custom Palette"
msgstr ""
-#: colorpage.ui:258
+#: cui/uiconfig/ui/colorpage.ui:260
msgctxt "colorpage|label1"
msgid "Colors"
msgstr "Аҧштәқәа"
-#: colorpage.ui:303
+#: cui/uiconfig/ui/colorpage.ui:305
msgctxt "colorpage|oldpreview-atkobject"
msgid "Old Color"
msgstr "Уаанӡатәи аҧштәы"
-#: colorpage.ui:333
+#: cui/uiconfig/ui/colorpage.ui:335
msgctxt "colorpage|label7"
msgid "B"
msgstr "B"
-#: colorpage.ui:348
+#: cui/uiconfig/ui/colorpage.ui:350
msgctxt "colorpage|label8"
msgid "G"
msgstr "G"
-#: colorpage.ui:363
+#: cui/uiconfig/ui/colorpage.ui:365
msgctxt "colorpage|label9"
msgid "R"
msgstr "R"
-#: colorpage.ui:378
+#: cui/uiconfig/ui/colorpage.ui:380
msgctxt "colorpage|label18"
msgid "Hex"
msgstr ""
-#: colorpage.ui:458
+#: cui/uiconfig/ui/colorpage.ui:460
msgctxt "colorpage|label10"
msgid "_C"
msgstr "_C"
-#: colorpage.ui:473
+#: cui/uiconfig/ui/colorpage.ui:475
msgctxt "colorpage|label16"
msgid "_K"
msgstr "_K"
-#: colorpage.ui:488
+#: cui/uiconfig/ui/colorpage.ui:490
msgctxt "colorpage|label17"
msgid "_Y"
msgstr "_Y"
-#: colorpage.ui:554
+#: cui/uiconfig/ui/colorpage.ui:556
msgctxt "colorpage|label15"
msgid "_M"
msgstr "_M"
-#: colorpage.ui:579
+#: cui/uiconfig/ui/colorpage.ui:581
msgctxt "colorpage|label5"
msgid "Active"
msgstr "Иактиву"
-#: colorpage.ui:625
+#: cui/uiconfig/ui/colorpage.ui:627
msgctxt "colorpage|newpreview-atkobject"
msgid "New Color"
msgstr "Иҿыцу аҧштәы"
-#: colorpage.ui:656
+#: cui/uiconfig/ui/colorpage.ui:657
msgctxt "colorpage|B_custom"
msgid "Blue"
msgstr ""
-#: colorpage.ui:671
+#: cui/uiconfig/ui/colorpage.ui:671
msgctxt "colorpage|R_custom"
msgid "Red"
msgstr "Аҟаҧшь"
-#: colorpage.ui:685
+#: cui/uiconfig/ui/colorpage.ui:685
msgctxt "colorpage|label4"
msgid "_B"
msgstr "_B"
-#: colorpage.ui:699
+#: cui/uiconfig/ui/colorpage.ui:699
msgctxt "colorpage|label3"
msgid "_G"
msgstr "_G"
-#: colorpage.ui:713
+#: cui/uiconfig/ui/colorpage.ui:713
msgctxt "colorpage|label2"
msgid "_R"
msgstr "_R"
-#: colorpage.ui:728
+#: cui/uiconfig/ui/colorpage.ui:727
msgctxt "colorpage|G_custom"
msgid "Green"
msgstr "Аиаҵәа"
-#: colorpage.ui:742
+#: cui/uiconfig/ui/colorpage.ui:741
msgctxt "colorpage|label19"
msgid "_Hex"
msgstr ""
-#: colorpage.ui:786
+#: cui/uiconfig/ui/colorpage.ui:785
msgctxt "colorpage|label11"
msgid "_C"
msgstr "_C"
-#: colorpage.ui:801
+#: cui/uiconfig/ui/colorpage.ui:800
msgctxt "colorpage|label12"
msgid "_M"
msgstr "_M"
-#: colorpage.ui:815
+#: cui/uiconfig/ui/colorpage.ui:814
msgctxt "colorpage|label13"
msgid "_K"
msgstr "_K"
-#: colorpage.ui:858
+#: cui/uiconfig/ui/colorpage.ui:855
msgctxt "colorpage|label14"
msgid "_Y"
msgstr "_Y"
-#: colorpage.ui:905
+#: cui/uiconfig/ui/colorpage.ui:900
msgctxt "colorpage|edit"
msgid "Pick"
msgstr "Иалхтәуп"
-#: colorpage.ui:927
+#: cui/uiconfig/ui/colorpage.ui:922
msgctxt "colorpage|label6"
msgid "New"
msgstr "Иаҧҵатәуп"
-#: colorpickerdialog.ui:26
+#: cui/uiconfig/ui/colorpickerdialog.ui:60
msgctxt "colorpickerdialog|ColorPicker"
msgid "Pick a Color"
msgstr "Аҧштәы алхра"
-#: colorpickerdialog.ui:244
+#: cui/uiconfig/ui/colorpickerdialog.ui:281
msgctxt "colorpickerdialog|redRadiobutton"
msgid "_Red:"
msgstr "Аҟаҧшь:"
-#: colorpickerdialog.ui:262
+#: cui/uiconfig/ui/colorpickerdialog.ui:298
msgctxt "colorpickerdialog|greenRadiobutton"
msgid "_Green:"
msgstr ""
-#: colorpickerdialog.ui:279
+#: cui/uiconfig/ui/colorpickerdialog.ui:315
msgctxt "colorpickerdialog|blueRadiobutton"
msgid "_Blue:"
msgstr ""
-#: colorpickerdialog.ui:335
+#: cui/uiconfig/ui/colorpickerdialog.ui:370
msgctxt "colorpickerdialog|label2"
msgid "Hex _#:"
msgstr ""
-#: colorpickerdialog.ui:363
+#: cui/uiconfig/ui/colorpickerdialog.ui:399
msgctxt "colorpickerdialog|label1"
msgid "RGB"
msgstr "RGB"
-#: colorpickerdialog.ui:402
+#: cui/uiconfig/ui/colorpickerdialog.ui:438
msgctxt "colorpickerdialog|hueRadiobutton"
msgid "H_ue:"
msgstr ""
-#: colorpickerdialog.ui:420
+#: cui/uiconfig/ui/colorpickerdialog.ui:455
msgctxt "colorpickerdialog|satRadiobutton"
msgid "_Saturation:"
msgstr ""
-#: colorpickerdialog.ui:437
+#: cui/uiconfig/ui/colorpickerdialog.ui:472
msgctxt "colorpickerdialog|brightRadiobutton"
msgid "Bright_ness:"
msgstr ""
-#: colorpickerdialog.ui:496
+#: cui/uiconfig/ui/colorpickerdialog.ui:531
msgctxt "colorpickerdialog|label3"
msgid "HSB"
msgstr "HSB"
-#: colorpickerdialog.ui:537
+#: cui/uiconfig/ui/colorpickerdialog.ui:571
msgctxt "colorpickerdialog|label5"
msgid "_Cyan:"
msgstr ""
-#: colorpickerdialog.ui:552
+#: cui/uiconfig/ui/colorpickerdialog.ui:586
msgctxt "colorpickerdialog|label6"
msgid "_Magenta:"
msgstr ""
-#: colorpickerdialog.ui:567
+#: cui/uiconfig/ui/colorpickerdialog.ui:601
msgctxt "colorpickerdialog|label7"
msgid "_Yellow:"
msgstr "Аҩежь:"
-#: colorpickerdialog.ui:582
-#, fuzzy
+#: cui/uiconfig/ui/colorpickerdialog.ui:616
msgctxt "colorpickerdialog|label8"
msgid "_Key:"
-msgstr "Аклавишақәа"
+msgstr "Аиқәаҵәа:"
-#: colorpickerdialog.ui:647
+#: cui/uiconfig/ui/colorpickerdialog.ui:682
msgctxt "colorpickerdialog|label4"
msgid "CMYK"
msgstr "CMYK"
-#: comment.ui:7
+#: cui/uiconfig/ui/comment.ui:18
msgctxt "comment|CommentDialog"
msgid "Insert Comment"
msgstr "Ибжьаргылатәуп акомментари"
-#: comment.ui:153
+#: cui/uiconfig/ui/comment.ui:163
msgctxt "comment|label2"
msgid "Author"
msgstr "Автор"
-#: comment.ui:185
+#: cui/uiconfig/ui/comment.ui:195
msgctxt "comment|label4"
msgid "_Text"
msgstr "_Атеқст"
-#: comment.ui:228
+#: cui/uiconfig/ui/comment.ui:238
msgctxt "comment|label5"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: comment.ui:241
+#: cui/uiconfig/ui/comment.ui:250
msgctxt "comment|author"
msgid "Author"
msgstr "Автор"
-#: comment.ui:264
+#: cui/uiconfig/ui/comment.ui:271
msgctxt "comment|alttitle"
msgid "Edit Comment"
msgstr "Иҧсахтәуп акомментари"
-#: comment.ui:280
-#, fuzzy
+#: cui/uiconfig/ui/comment.ui:287
msgctxt "comment|label1"
msgid "Contents"
-msgstr "Аконтеқст"
+msgstr "Иаҵанакуа"
-#: connectortabpage.ui:34
+#: cui/uiconfig/ui/connectortabpage.ui:34
msgctxt "connectortabpage|FT_TYPE"
msgid "_Type:"
msgstr "Атип:"
-#: connectortabpage.ui:85
+#: cui/uiconfig/ui/connectortabpage.ui:85
msgctxt "connectortabpage|FT_LINE_1"
msgid "Line _1:"
msgstr "Аҵәаӷәа_1:"
-#: connectortabpage.ui:99
+#: cui/uiconfig/ui/connectortabpage.ui:99
msgctxt "connectortabpage|FT_LINE_2"
msgid "Line _2:"
msgstr "Аҵәаӷәа_2:"
-#: connectortabpage.ui:113
+#: cui/uiconfig/ui/connectortabpage.ui:113
msgctxt "connectortabpage|FT_LINE_3"
msgid "Line _3:"
msgstr "Аҵәаӷәа_3:"
-#: connectortabpage.ui:170
+#: cui/uiconfig/ui/connectortabpage.ui:167
msgctxt "connectortabpage|label2"
msgid "Line Skew"
msgstr "Анаара"
-#: connectortabpage.ui:206
+#: cui/uiconfig/ui/connectortabpage.ui:203
msgctxt "connectortabpage|FT_HORZ_1"
msgid "_Begin horizontal:"
msgstr "Агоризонталь алагамҭа:"
-#: connectortabpage.ui:220
+#: cui/uiconfig/ui/connectortabpage.ui:217
msgctxt "connectortabpage|FT_HORZ_2"
msgid "End _horizontal:"
msgstr "Агоризонталь анҵәамҭа:"
-#: connectortabpage.ui:234
+#: cui/uiconfig/ui/connectortabpage.ui:231
msgctxt "connectortabpage|FT_VERT_1"
msgid "Begin _vertical:"
msgstr "Авертикаль алагамҭа:"
-#: connectortabpage.ui:248
+#: cui/uiconfig/ui/connectortabpage.ui:245
msgctxt "connectortabpage|FT_VERT_2"
msgid "_End vertical:"
msgstr "Авертикаль анҵәамҭа:"
-#: connectortabpage.ui:318
+#: cui/uiconfig/ui/connectortabpage.ui:311
msgctxt "connectortabpage|label3"
msgid "Line Spacing"
msgstr "Аинтервал"
-#: connectortabpage.ui:342
+#: cui/uiconfig/ui/connectortabpage.ui:335
msgctxt "connectortabpage|CTL_PREVIEW|tooltip_text"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: connectortabpage.ui:347
+#: cui/uiconfig/ui/connectortabpage.ui:340
msgctxt "connectortabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: connpooloptions.ui:39
+#: cui/uiconfig/ui/connpooloptions.ui:39
msgctxt "connpooloptions|connectionpooling"
msgid "Connection pooling enabled"
msgstr ""
-#: connpooloptions.ui:68
+#: cui/uiconfig/ui/connpooloptions.ui:68
msgctxt "connpooloptions|driverslabel"
msgid "Drivers known in %PRODUCTNAME"
msgstr "%PRODUCTNAME аҟны идыру адраиверқәа"
-#: connpooloptions.ui:102
+#: cui/uiconfig/ui/connpooloptions.ui:102
msgctxt "connpooloptions|driverlabel"
msgid "Current driver:"
msgstr "Уажәтәи адраивер:"
-#: connpooloptions.ui:133
+#: cui/uiconfig/ui/connpooloptions.ui:133
msgctxt "connpooloptions|enablepooling"
msgid "Enable pooling for this driver"
msgstr ""
-#: connpooloptions.ui:159
+#: cui/uiconfig/ui/connpooloptions.ui:160
msgctxt "connpooloptions|timeoutlabel"
msgid "_Timeout (seconds)"
msgstr ""
-#: connpooloptions.ui:208
+#: cui/uiconfig/ui/connpooloptions.ui:208
#, fuzzy
msgctxt "connpooloptions|label1"
msgid "Connection Pool"
msgstr "Аимадара ырӡуп"
-#: croppage.ui:53
+#: cui/uiconfig/ui/croppage.ui:53
msgctxt "croppage|keepscale"
msgid "Keep _scale"
msgstr "Иеиқәырхатәуп амасштаб"
-#: croppage.ui:71
+#: cui/uiconfig/ui/croppage.ui:71
msgctxt "croppage|keepsize"
msgid "Keep image si_ze"
msgstr ""
-#: croppage.ui:97
+#: cui/uiconfig/ui/croppage.ui:97
msgctxt "croppage|label2"
msgid "_Left:"
msgstr "Арымарахь:"
-#: croppage.ui:124
+#: cui/uiconfig/ui/croppage.ui:123
msgctxt "croppage|label3"
msgid "_Right:"
msgstr "Арыӷьарахь"
-#: croppage.ui:163
+#: cui/uiconfig/ui/croppage.ui:161
msgctxt "croppage|label4"
msgid "_Top:"
msgstr "Хыхьла:"
-#: croppage.ui:177
+#: cui/uiconfig/ui/croppage.ui:175
msgctxt "croppage|label5"
msgid "_Bottom:"
msgstr "Ҵаҟала: "
-#: croppage.ui:226
+#: cui/uiconfig/ui/croppage.ui:222
msgctxt "croppage|label1"
msgid "Crop"
msgstr ""
-#: croppage.ui:261
+#: cui/uiconfig/ui/croppage.ui:257
msgctxt "croppage|label6"
msgid "_Width:"
msgstr "_Аҭбаара:"
-#: croppage.ui:287
+#: cui/uiconfig/ui/croppage.ui:282
msgctxt "croppage|label7"
msgid "_Height:"
msgstr "Аҳаракыра:"
-#: croppage.ui:316
+#: cui/uiconfig/ui/croppage.ui:310
msgctxt "croppage|label10"
msgid "Scale"
msgstr "Амасштаб"
-#: croppage.ui:351
+#: cui/uiconfig/ui/croppage.ui:345
msgctxt "croppage|label8"
msgid "_Width:"
msgstr "_Аҭбаара:"
-#: croppage.ui:378
+#: cui/uiconfig/ui/croppage.ui:371
msgctxt "croppage|label9"
msgid "_Height:"
msgstr "Аҳаракыра:"
-#: croppage.ui:408
+#: cui/uiconfig/ui/croppage.ui:400
msgctxt "croppage|label11"
msgid "Image Size"
msgstr "Асахьа ашәагаа"
-#: croppage.ui:460
+#: cui/uiconfig/ui/croppage.ui:452
msgctxt "croppage|origsize"
msgid "_Original Size"
msgstr "_Ахалагаратә шәагаа"
-#: cuiimapdlg.ui:8
+#: cui/uiconfig/ui/cuiimapdlg.ui:8
msgctxt "cuiimapdlg|IMapDialog"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа"
-#: cuiimapdlg.ui:96
+#: cui/uiconfig/ui/cuiimapdlg.ui:96
msgctxt "cuiimapdlg|label1"
msgid "_URL:"
msgstr "_URL:"
-#: cuiimapdlg.ui:138
+#: cui/uiconfig/ui/cuiimapdlg.ui:137
msgctxt "cuiimapdlg|label2"
msgid "F_rame:"
msgstr "Афреим:"
-#: cuiimapdlg.ui:186
+#: cui/uiconfig/ui/cuiimapdlg.ui:184
msgctxt "cuiimapdlg|label3"
msgid "_Name:"
msgstr "_Ахьӡ:"
-#: cuiimapdlg.ui:228
+#: cui/uiconfig/ui/cuiimapdlg.ui:225
msgctxt "cuiimapdlg|label4"
msgid "Alternative _text:"
msgstr "Альтенативатә теқст:"
-#: cuiimapdlg.ui:270
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_Ахҳәаа:"
-#: customizedialog.ui:8
+#: cui/uiconfig/ui/customizedialog.ui:8
msgctxt "customizedialog|CustomizeDialog"
msgid "Customize"
msgstr "Архиара"
-#: customizedialog.ui:105
+#: cui/uiconfig/ui/customizedialog.ui:105
msgctxt "customizedialog|menus"
msgid "Menus"
msgstr "Ахкынҵа"
-#: customizedialog.ui:127
+#: cui/uiconfig/ui/customizedialog.ui:127
msgctxt "customizedialog|toolbars"
msgid "Toolbars"
msgstr "Амаругақәа рпанель"
-#: customizedialog.ui:150
+#: cui/uiconfig/ui/customizedialog.ui:150
msgctxt "customizedialog|contextmenus"
msgid "Context Menus"
msgstr "Аконтеқсттә хкынҵа"
-#: customizedialog.ui:173
+#: cui/uiconfig/ui/customizedialog.ui:173
msgctxt "customizedialog|keyboard"
msgid "Keyboard"
msgstr "Аклавиатура"
-#: customizedialog.ui:196
+#: cui/uiconfig/ui/customizedialog.ui:196
msgctxt "customizedialog|events"
msgid "Events"
msgstr "Ахҭысқәа"
-#: databaselinkdialog.ui:9
+#: cui/uiconfig/ui/databaselinkdialog.ui:9
msgctxt "databaselinkdialog|DatabaseLinkDialog"
msgid "Create Database Link"
msgstr ""
-#: databaselinkdialog.ui:88
+#: cui/uiconfig/ui/databaselinkdialog.ui:88
msgctxt "databaselinkdialog|browse"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: databaselinkdialog.ui:104
+#: cui/uiconfig/ui/databaselinkdialog.ui:104
msgctxt "databaselinkdialog|label1"
msgid "_Database file:"
msgstr "Адырқәа рбаза афаил"
-#: databaselinkdialog.ui:148
+#: cui/uiconfig/ui/databaselinkdialog.ui:148
msgctxt "databaselinkdialog|label4"
msgid "Registered _name:"
msgstr "Абаза ахьӡ:"
-#: databaselinkdialog.ui:179
+#: cui/uiconfig/ui/databaselinkdialog.ui:179
msgctxt "databaselinkdialog|alttitle"
msgid "Edit Database Link"
msgstr ""
-#: dbregisterpage.ui:62
+#: cui/uiconfig/ui/dbregisterpage.ui:62
msgctxt "dbregisterpage|new"
msgid "_New..."
msgstr "Иаҧҵатәуп..."
-#: dbregisterpage.ui:76
+#: cui/uiconfig/ui/dbregisterpage.ui:76
msgctxt "dbregisterpage|delete"
msgid "_Delete"
msgstr "_Ианыхтәуп"
-#: dbregisterpage.ui:90
+#: cui/uiconfig/ui/dbregisterpage.ui:90
msgctxt "dbregisterpage|edit"
msgid "_Edit..."
msgstr "Иҧсахтәуп..."
-#: dbregisterpage.ui:117
+#: cui/uiconfig/ui/dbregisterpage.ui:117
msgctxt "dbregisterpage|label1"
msgid "Registered Databases"
msgstr "Арегистрациа зызу адырқәа рбазақәа"
-#: dimensionlinestabpage.ui:53
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:53
msgctxt "dimensionlinestabpage|FT_LINE_DIST"
msgid "Line _distance:"
msgstr ""
-#: dimensionlinestabpage.ui:67
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:67
msgctxt "dimensionlinestabpage|FT_HELPLINE_OVERHANG"
msgid "Guide _overhang:"
msgstr ""
-#: dimensionlinestabpage.ui:81
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:81
msgctxt "dimensionlinestabpage|FT_HELPLINE_DIST"
msgid "_Guide distance:"
msgstr ""
-#: dimensionlinestabpage.ui:95
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:95
msgctxt "dimensionlinestabpage|FT_HELPLINE1_LEN"
msgid "_Left guide:"
msgstr ""
-#: dimensionlinestabpage.ui:109
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:109
msgctxt "dimensionlinestabpage|FT_HELPLINE2_LEN"
msgid "_Right guide:"
msgstr ""
-#: dimensionlinestabpage.ui:123
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:123
msgctxt "dimensionlinestabpage|FT_DECIMALPLACES"
msgid "Decimal _places:"
msgstr ""
-#: dimensionlinestabpage.ui:134
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:134
msgctxt "dimensionlinestabpage|TSB_BELOW_REF_EDGE"
msgid "Measure _below object"
msgstr ""
-#: dimensionlinestabpage.ui:236
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:230
msgctxt "dimensionlinestabpage|label1"
msgid "Line"
msgstr "Аҵаӷәа"
-#: dimensionlinestabpage.ui:272
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:266
msgctxt "dimensionlinestabpage|FT_POSITION"
msgid "_Text position"
msgstr "Атеқст аҭыҧ"
-#: dimensionlinestabpage.ui:307
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:301
msgctxt "dimensionlinestabpage|TSB_AUTOPOSV"
msgid "_AutoVertical"
msgstr ""
-#: dimensionlinestabpage.ui:324
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:318
msgctxt "dimensionlinestabpage|TSB_AUTOPOSH"
msgid "A_utoHorizontal"
msgstr ""
-#: dimensionlinestabpage.ui:350
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:344
msgctxt "dimensionlinestabpage|TSB_PARALLEL"
msgid "_Parallel to line"
msgstr "Аҵәаӷәа иапараллельны"
-#: dimensionlinestabpage.ui:367
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:361
msgctxt "dimensionlinestabpage|TSB_SHOW_UNIT"
msgid "Show _measurement units"
msgstr ""
-#: dimensionlinestabpage.ui:404
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:398
msgctxt "dimensionlinestabpage|label2"
msgid "Legend"
msgstr "Алегенда"
-#: dimensionlinestabpage.ui:427
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:421
msgctxt "dimensionlinestabpage|STR_MEASURE_AUTOMATIC"
msgid "Automatic"
msgstr "Автоматикала"
-#: distributiondialog.ui:8
+#: cui/uiconfig/ui/distributiondialog.ui:8
msgctxt "distributiondialog|DistributionDialog"
msgid "Distribution"
msgstr ""
-#: distributionpage.ui:36
+#: cui/uiconfig/ui/distributionpage.ui:36
msgctxt "distributionpage|hornone"
msgid "_None"
msgstr "Мап"
-#: distributionpage.ui:53
+#: cui/uiconfig/ui/distributionpage.ui:53
msgctxt "distributionpage|horleft"
msgid "_Left"
msgstr "Арымарахь"
-#: distributionpage.ui:69
+#: cui/uiconfig/ui/distributionpage.ui:69
msgctxt "distributionpage|horcenter"
msgid "_Center"
msgstr "Ацентр ала"
-#: distributionpage.ui:85
+#: cui/uiconfig/ui/distributionpage.ui:85
msgctxt "distributionpage|horright"
msgid "_Right"
msgstr "Арыӷьарахь"
-#: distributionpage.ui:127
+#: cui/uiconfig/ui/distributionpage.ui:127
msgctxt "distributionpage|hordistance"
msgid "_Spacing"
msgstr "Аинтервал"
-#: distributionpage.ui:178
+#: cui/uiconfig/ui/distributionpage.ui:178
msgctxt "distributionpage|label"
msgid "Horizontal"
msgstr "Горизонталла"
-#: distributionpage.ui:211
+#: cui/uiconfig/ui/distributionpage.ui:211
msgctxt "distributionpage|vernone"
msgid "N_one"
msgstr "_Мап"
-#: distributionpage.ui:227
+#: cui/uiconfig/ui/distributionpage.ui:227
#, fuzzy
msgctxt "distributionpage|vertop"
msgid "_Top"
msgstr "Хыхьла:"
-#: distributionpage.ui:243
+#: cui/uiconfig/ui/distributionpage.ui:243
#, fuzzy
msgctxt "distributionpage|vercenter"
msgid "C_enter"
msgstr "Ацентр ала"
-#: distributionpage.ui:260
+#: cui/uiconfig/ui/distributionpage.ui:260
msgctxt "distributionpage|verdistance"
msgid "S_pacing"
msgstr "Аинтервал"
-#: distributionpage.ui:276
+#: cui/uiconfig/ui/distributionpage.ui:276
#, fuzzy
msgctxt "distributionpage|verbottom"
msgid "_Bottom"
msgstr "Ҵаҟала: "
-#: distributionpage.ui:353
+#: cui/uiconfig/ui/distributionpage.ui:353
msgctxt "distributionpage|label1"
msgid "Vertical"
msgstr "Вертикалла"
-#: editdictionarydialog.ui:8
+#: cui/uiconfig/ui/editdictionarydialog.ui:8
msgctxt "editdictionarydialog|EditDictionaryDialog"
msgid "Edit Custom Dictionary"
msgstr "Ахархәаҩ ижәар ариашара"
-#: editdictionarydialog.ui:95
+#: cui/uiconfig/ui/editdictionarydialog.ui:95
msgctxt "editdictionarydialog|book_label"
msgid "_Book:"
msgstr "Ашәҟәы:"
-#: editdictionarydialog.ui:110
+#: cui/uiconfig/ui/editdictionarydialog.ui:110
msgctxt "editdictionarydialog|lang_label"
msgid "_Language:"
msgstr "Абызшәа:"
-#: editdictionarydialog.ui:182
+#: cui/uiconfig/ui/editdictionarydialog.ui:180
msgctxt "editdictionarydialog|word_label"
msgid "_Word"
msgstr "Ажәа"
-#: editdictionarydialog.ui:198
+#: cui/uiconfig/ui/editdictionarydialog.ui:196
msgctxt "editdictionarydialog|replace_label"
msgid "_Replace By"
msgstr "Иҧсахлатәуп"
-#: editdictionarydialog.ui:251
+#: cui/uiconfig/ui/editdictionarydialog.ui:249
msgctxt "editdictionarydialog|newreplace"
msgid "_New"
msgstr "Иаҧҵатәуп"
-#: editdictionarydialog.ui:265
+#: cui/uiconfig/ui/editdictionarydialog.ui:263
msgctxt "editdictionarydialog|delete"
msgid "_Delete"
msgstr "_Ианыхтәуп"
-#: editmodulesdialog.ui:9
+#: cui/uiconfig/ui/editmodulesdialog.ui:9
msgctxt "editmodulesdialog|EditModulesDialog"
msgid "Edit Modules"
msgstr "Амодульқәа рыриашара"
-#: editmodulesdialog.ui:84
+#: cui/uiconfig/ui/editmodulesdialog.ui:84
msgctxt "editmodulesdialog|moredictslink"
msgid "Get more dictionaries online..."
msgstr ""
-#: editmodulesdialog.ui:108
+#: cui/uiconfig/ui/editmodulesdialog.ui:108
msgctxt "editmodulesdialog|label2"
msgid "Language:"
msgstr "Абызшәа:"
-#: editmodulesdialog.ui:153
+#: cui/uiconfig/ui/editmodulesdialog.ui:153
msgctxt "editmodulesdialog|up"
msgid "Move Up"
msgstr "Аҩада"
-#: editmodulesdialog.ui:167
+#: cui/uiconfig/ui/editmodulesdialog.ui:167
msgctxt "editmodulesdialog|down"
msgid "Move Down"
msgstr "Алада"
-#: editmodulesdialog.ui:181
+#: cui/uiconfig/ui/editmodulesdialog.ui:181
msgctxt "editmodulesdialog|back"
msgid "_Back"
msgstr "Шьҭахьҟа"
-#: editmodulesdialog.ui:228
+#: cui/uiconfig/ui/editmodulesdialog.ui:228
msgctxt "editmodulesdialog|label1"
msgid "Options"
msgstr "Апараметрқәа"
-#: effectspage.ui:13
+#: cui/uiconfig/ui/effectspage.ui:13
msgctxt "effectspage|liststore1"
msgid "(Without)"
msgstr "(мап)"
-#: effectspage.ui:16
+#: cui/uiconfig/ui/effectspage.ui:16
msgctxt "effectspage|liststore1"
msgid "Capitals"
msgstr ""
-#: effectspage.ui:19
+#: cui/uiconfig/ui/effectspage.ui:19
msgctxt "effectspage|liststore1"
msgid "Lowercase"
msgstr ""
-#: effectspage.ui:22
+#: cui/uiconfig/ui/effectspage.ui:22
msgctxt "effectspage|liststore1"
msgid "Title"
msgstr "Ахы"
-#: effectspage.ui:25
+#: cui/uiconfig/ui/effectspage.ui:25
msgctxt "effectspage|liststore1"
msgid "Small capitals"
msgstr ""
-#: effectspage.ui:36
+#: cui/uiconfig/ui/effectspage.ui:36
msgctxt "effectspage|liststore2"
msgid "(Without)"
msgstr "(мап)"
-#: effectspage.ui:39
+#: cui/uiconfig/ui/effectspage.ui:39
msgctxt "effectspage|liststore2"
msgid "Embossed"
msgstr ""
-#: effectspage.ui:42
+#: cui/uiconfig/ui/effectspage.ui:42
msgctxt "effectspage|liststore2"
msgid "Engraved"
msgstr ""
-#: effectspage.ui:53
+#: cui/uiconfig/ui/effectspage.ui:53
msgctxt "effectspage|liststore3"
msgid "(Without)"
msgstr "(мап)"
-#: effectspage.ui:56
+#: cui/uiconfig/ui/effectspage.ui:56
msgctxt "effectspage|liststore3"
msgid "Dot"
msgstr "Акәаҧ"
-#: effectspage.ui:59
+#: cui/uiconfig/ui/effectspage.ui:59
msgctxt "effectspage|liststore3"
msgid "Circle"
msgstr "Агьежь"
-#: effectspage.ui:62
+#: cui/uiconfig/ui/effectspage.ui:62
msgctxt "effectspage|liststore3"
msgid "Disc"
msgstr "Асанҭыр"
-#: effectspage.ui:65
+#: cui/uiconfig/ui/effectspage.ui:65
msgctxt "effectspage|liststore3"
msgid "Accent"
msgstr "Акцент"
-#: effectspage.ui:78
+#: cui/uiconfig/ui/effectspage.ui:78
msgctxt "effectspage|liststore4"
msgid "Above text"
msgstr "Атеқст ахыхь"
-#: effectspage.ui:82
+#: cui/uiconfig/ui/effectspage.ui:82
msgctxt "effectspage|liststore4"
msgid "Below text"
msgstr "Атеқст аҵаҟа"
-#: effectspage.ui:96
+#: cui/uiconfig/ui/effectspage.ui:96
msgctxt "effectspage|liststore5"
msgid "(Without)"
msgstr "(мап)"
-#: effectspage.ui:100
+#: cui/uiconfig/ui/effectspage.ui:100
msgctxt "effectspage|liststore5"
msgid "Single"
msgstr ""
-#: effectspage.ui:104
+#: cui/uiconfig/ui/effectspage.ui:104
msgctxt "effectspage|liststore5"
msgid "Double"
msgstr ""
-#: effectspage.ui:108
+#: cui/uiconfig/ui/effectspage.ui:108
msgctxt "effectspage|liststore5"
msgid "Bold"
msgstr "Ажәпа"
-#: effectspage.ui:112
+#: cui/uiconfig/ui/effectspage.ui:112
msgctxt "effectspage|liststore5"
msgid "With /"
msgstr ""
-#: effectspage.ui:116
+#: cui/uiconfig/ui/effectspage.ui:116
msgctxt "effectspage|liststore5"
msgid "With X"
msgstr ""
-#: effectspage.ui:130
+#: cui/uiconfig/ui/effectspage.ui:130
msgctxt "effectspage|liststore6"
msgid "(Without)"
msgstr "(мап)"
-#: effectspage.ui:134
+#: cui/uiconfig/ui/effectspage.ui:134
msgctxt "effectspage|liststore6"
msgid "Single"
msgstr ""
-#: effectspage.ui:138
+#: cui/uiconfig/ui/effectspage.ui:138
msgctxt "effectspage|liststore6"
msgid "Double"
msgstr ""
-#: effectspage.ui:142
+#: cui/uiconfig/ui/effectspage.ui:142
msgctxt "effectspage|liststore6"
msgid "Bold"
msgstr "Ажәпа"
-#: effectspage.ui:146
+#: cui/uiconfig/ui/effectspage.ui:146
msgctxt "effectspage|liststore6"
msgid "Dotted"
msgstr ""
-#: effectspage.ui:150
+#: cui/uiconfig/ui/effectspage.ui:150
msgctxt "effectspage|liststore6"
msgid "Dotted (Bold)"
msgstr ""
-#: effectspage.ui:154
+#: cui/uiconfig/ui/effectspage.ui:154
msgctxt "effectspage|liststore6"
msgid "Dash"
msgstr ""
-#: effectspage.ui:158
+#: cui/uiconfig/ui/effectspage.ui:158
msgctxt "effectspage|liststore6"
msgid "Dash (Bold)"
msgstr ""
-#: effectspage.ui:162
+#: cui/uiconfig/ui/effectspage.ui:162
msgctxt "effectspage|liststore6"
msgid "Long Dash"
msgstr ""
-#: effectspage.ui:166
+#: cui/uiconfig/ui/effectspage.ui:166
msgctxt "effectspage|liststore6"
msgid "Long Dash (Bold)"
msgstr ""
-#: effectspage.ui:170
+#: cui/uiconfig/ui/effectspage.ui:170
msgctxt "effectspage|liststore6"
msgid "Dot Dash"
msgstr ""
-#: effectspage.ui:174
+#: cui/uiconfig/ui/effectspage.ui:174
msgctxt "effectspage|liststore6"
msgid "Dot Dash (Bold)"
msgstr ""
-#: effectspage.ui:178
+#: cui/uiconfig/ui/effectspage.ui:178
msgctxt "effectspage|liststore6"
msgid "Dot Dot Dash"
msgstr ""
-#: effectspage.ui:182
+#: cui/uiconfig/ui/effectspage.ui:182
msgctxt "effectspage|liststore6"
msgid "Dot Dot Dash (Bold)"
msgstr ""
-#: effectspage.ui:186
+#: cui/uiconfig/ui/effectspage.ui:186
msgctxt "effectspage|liststore6"
msgid "Wave"
msgstr "Ацәқәырҧа"
-#: effectspage.ui:190
+#: cui/uiconfig/ui/effectspage.ui:190
msgctxt "effectspage|liststore6"
msgid "Wave (Bold)"
msgstr ""
-#: effectspage.ui:194
+#: cui/uiconfig/ui/effectspage.ui:194
msgctxt "effectspage|liststore6"
msgid "Double Wave"
msgstr ""
-#: effectspage.ui:218
+#: cui/uiconfig/ui/effectspage.ui:218
msgctxt "effectspage|fontcolorft"
msgid "Font color:"
msgstr "Ашрифт аҧштәы:"
-#: effectspage.ui:232
+#: cui/uiconfig/ui/effectspage.ui:232
msgctxt "effectspage|effectsft"
msgid "Effects:"
msgstr "Аеффектқәа:"
-#: effectspage.ui:246
+#: cui/uiconfig/ui/effectspage.ui:246
msgctxt "effectspage|reliefft"
msgid "Relief:"
msgstr "Арельеф:"
-#: effectspage.ui:260
+#: cui/uiconfig/ui/effectspage.ui:260
msgctxt "effectspage|label46"
msgid "Overlining:"
msgstr "Ақәшьра:"
-#: effectspage.ui:274
+#: cui/uiconfig/ui/effectspage.ui:274
msgctxt "effectspage|label47"
msgid "Strikethrough:"
msgstr "Аҵәаӷәара:"
-#: effectspage.ui:288
+#: cui/uiconfig/ui/effectspage.ui:288
msgctxt "effectspage|label48"
msgid "Underlining:"
msgstr "Аҵшьра:"
-#: effectspage.ui:302
+#: cui/uiconfig/ui/effectspage.ui:302
msgctxt "effectspage|overlinecolorft"
msgid "Overline color:"
msgstr "Ақәшь аҧштәы:"
-#: effectspage.ui:316
+#: cui/uiconfig/ui/effectspage.ui:316
msgctxt "effectspage|underlinecolorft"
msgid "Underline color:"
msgstr "Аҵшьра аҧштәы:"
-#: effectspage.ui:413
+#: cui/uiconfig/ui/effectspage.ui:413
msgctxt "effectspage|outlinecb"
msgid "Outline"
msgstr "Аконтур"
-#: effectspage.ui:428
+#: cui/uiconfig/ui/effectspage.ui:429
msgctxt "effectspage|blinkingcb"
msgid "Blinking"
msgstr "Алацәҟәра"
-#: effectspage.ui:443
+#: cui/uiconfig/ui/effectspage.ui:445
msgctxt "effectspage|hiddencb"
msgid "Hidden"
msgstr "Иҵәаху"
-#: effectspage.ui:458
+#: cui/uiconfig/ui/effectspage.ui:461
msgctxt "effectspage|individualwordscb"
msgid "Individual words"
msgstr "Ажәақәа мацара"
-#: effectspage.ui:496
+#: cui/uiconfig/ui/effectspage.ui:500
msgctxt "effectspage|positionft"
msgid "Position:"
msgstr "Аҭыҧ:"
-#: effectspage.ui:510
+#: cui/uiconfig/ui/effectspage.ui:514
msgctxt "effectspage|emphasisft"
msgid "Emphasis mark:"
msgstr "Алкаара аҭыҧдырга"
-#: effectspage.ui:522
+#: cui/uiconfig/ui/effectspage.ui:526
msgctxt "effectspage|shadowcb"
msgid "Shadow"
msgstr "Агага"
-#: effectspage.ui:562
+#: cui/uiconfig/ui/effectspage.ui:567
msgctxt "effectspage|a11ywarning"
msgid "Accessibility option \"Use automatic font color for screen display\" is active. Font color attributes are not currently used to display text."
msgstr ""
-#: effectspage.ui:611
+#: cui/uiconfig/ui/effectspage.ui:616
msgctxt "effectspage|preview-atkobject"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: embossdialog.ui:9
+#: cui/uiconfig/ui/embossdialog.ui:9
msgctxt "embossdialog|EmbossDialog"
msgid "Emboss"
msgstr ""
-#: embossdialog.ui:120
+#: cui/uiconfig/ui/embossdialog.ui:120
msgctxt "embossdialog|label2"
msgid "_Light source:"
-msgstr ""
+msgstr "Алашара ахыҵхырҭа:"
-#: embossdialog.ui:155
+#: cui/uiconfig/ui/embossdialog.ui:155
msgctxt "embossdialog|label1"
msgid "Parameters"
msgstr "Апараметрқәа"
-#: eventassigndialog.ui:8
+#: cui/uiconfig/ui/eventassigndialog.ui:8
msgctxt "eventassigndialog|EventAssignDialog"
msgid "Assign Macro"
-msgstr ""
+msgstr "Иазалхтәуп амакрос"
-#: eventassignpage.ui:47
+#: cui/uiconfig/ui/eventassignpage.ui:47
msgctxt "eventassignpage|existingmacrosft"
msgid "Existing Macros"
msgstr "Иҟоу амакросқәа"
-#: eventassignpage.ui:97
+#: cui/uiconfig/ui/eventassignpage.ui:97
msgctxt "eventassignpage|macrotoft"
msgid "Macro From"
-msgstr ""
+msgstr "Амакрос аҟынтәи"
-#: eventassignpage.ui:159
+#: cui/uiconfig/ui/eventassignpage.ui:159
msgctxt "eventassignpage|eventft"
msgid "Event"
msgstr "Ахҭыс"
-#: eventassignpage.ui:172
+#: cui/uiconfig/ui/eventassignpage.ui:172
msgctxt "eventassignpage|assignft"
msgid "Assigned Action"
-msgstr ""
+msgstr "Иазалху аҟаҵара"
-#: eventassignpage.ui:197
+#: cui/uiconfig/ui/eventassignpage.ui:197
msgctxt "eventassignpage|libraryft1"
msgid "Assignments"
-msgstr ""
+msgstr "Азалхрақәа"
-#: eventassignpage.ui:220
+#: cui/uiconfig/ui/eventassignpage.ui:220
msgctxt "eventassignpage|assign"
msgid "Assign"
-msgstr ""
+msgstr "Иазалхтәуп"
-#: eventassignpage.ui:234
+#: cui/uiconfig/ui/eventassignpage.ui:234
msgctxt "eventassignpage|delete"
msgid "Remove"
msgstr "Иқәгатәуп"
-#: eventsconfigpage.ui:31
+#: cui/uiconfig/ui/eventsconfigpage.ui:31
msgctxt "eventsconfigpage|label1"
msgid "Assign:"
-msgstr ""
+msgstr "Иазалхтәуп:"
-#: eventsconfigpage.ui:49
+#: cui/uiconfig/ui/eventsconfigpage.ui:49
msgctxt "eventsconfigpage|macro"
msgid "M_acro..."
msgstr "Амакрос..."
-#: eventsconfigpage.ui:63
+#: cui/uiconfig/ui/eventsconfigpage.ui:63
msgctxt "eventsconfigpage|delete"
msgid "_Remove"
msgstr "Ианыхтәуп"
-#: eventsconfigpage.ui:105
+#: cui/uiconfig/ui/eventsconfigpage.ui:105
msgctxt "eventsconfigpage|label2"
msgid "Save in:"
msgstr "Еиқәырхатәуп абра:"
-#: eventsconfigpage.ui:156
+#: cui/uiconfig/ui/eventsconfigpage.ui:156
msgctxt "eventsconfigpage|eventft"
msgid "Event"
msgstr "Ахҭыс"
-#: eventsconfigpage.ui:168
+#: cui/uiconfig/ui/eventsconfigpage.ui:168
msgctxt "eventsconfigpage|actionft"
msgid "Assigned Action"
-msgstr ""
+msgstr "Иазалху аҟаҵара"
-#: fmsearchdialog.ui:8
+#: cui/uiconfig/ui/fmsearchdialog.ui:8
msgctxt "fmsearchdialog|RecordSearchDialog"
msgid "Record Search"
-msgstr ""
+msgstr "Анҵамҭа аҧшаара"
-#: fmsearchdialog.ui:21
+#: cui/uiconfig/ui/fmsearchdialog.ui:21
msgctxt "fmsearchdialog|pbSearchAgain"
msgid "S_earch"
msgstr "Иҧшаатәуп"
-#: fmsearchdialog.ui:142
+#: cui/uiconfig/ui/fmsearchdialog.ui:142
msgctxt "fmsearchdialog|rbSearchForText"
msgid "_Text:"
msgstr "_Атеқст:"
-#: fmsearchdialog.ui:166
+#: cui/uiconfig/ui/fmsearchdialog.ui:166
msgctxt "fmsearchdialog|rbSearchForNull"
msgid "Field content is _NULL"
-msgstr ""
+msgstr "Аҭакыра аҵанакы NULL"
-#: fmsearchdialog.ui:185
+#: cui/uiconfig/ui/fmsearchdialog.ui:185
msgctxt "fmsearchdialog|rbSearchForNotNull"
msgid "Field content is not NU_LL"
-msgstr ""
+msgstr "Аҭакыра аҵанакы NULL акәӡам"
-#: fmsearchdialog.ui:216
+#: cui/uiconfig/ui/fmsearchdialog.ui:216
msgctxt "fmsearchdialog|flSearchFor"
msgid "_Search for"
msgstr "Иҧшаатәуп"
-#: fmsearchdialog.ui:272
+#: cui/uiconfig/ui/fmsearchdialog.ui:272
msgctxt "fmsearchdialog|rbSingleField"
msgid "_Single field:"
msgstr ""
-#: fmsearchdialog.ui:309
+#: cui/uiconfig/ui/fmsearchdialog.ui:309
msgctxt "fmsearchdialog|rbAllFields"
msgid "_All fields"
-msgstr ""
+msgstr "Аҭакырақәа зегьы"
-#: fmsearchdialog.ui:335
+#: cui/uiconfig/ui/fmsearchdialog.ui:335
msgctxt "fmsearchdialog|ftForm"
msgid "Form:"
msgstr "Аформа:"
-#: fmsearchdialog.ui:409
+#: cui/uiconfig/ui/fmsearchdialog.ui:409
msgctxt "fmsearchdialog|label2"
msgid "Where to Search"
msgstr ""
-#: fmsearchdialog.ui:460
+#: cui/uiconfig/ui/fmsearchdialog.ui:460
msgctxt "fmsearchdialog|ftPosition"
msgid "_Position:"
msgstr "Аҭыҧ:"
-#: fmsearchdialog.ui:496
+#: cui/uiconfig/ui/fmsearchdialog.ui:496
msgctxt "fmsearchdialog|HalfFullFormsCJK"
msgid "Match character wi_dth"
msgstr ""
-#: fmsearchdialog.ui:517
+#: cui/uiconfig/ui/fmsearchdialog.ui:517
msgctxt "fmsearchdialog|SoundsLikeCJK"
msgid "Sounds like (_Japanese)"
msgstr ""
-#: fmsearchdialog.ui:533
+#: cui/uiconfig/ui/fmsearchdialog.ui:533
msgctxt "fmsearchdialog|SoundsLikeCJKSettings"
msgid "Similarities..."
-msgstr ""
+msgstr "Еишьашәалақәоу..."
-#: fmsearchdialog.ui:558
+#: cui/uiconfig/ui/fmsearchdialog.ui:558
msgctxt "fmsearchdialog|cbApprox"
msgid "S_imilarity search"
-msgstr ""
+msgstr "Еишьашәалақәоу рыҧшаара"
-#: fmsearchdialog.ui:574
+#: cui/uiconfig/ui/fmsearchdialog.ui:574
msgctxt "fmsearchdialog|pbApproxSettings"
msgid "Similarities..."
-msgstr ""
+msgstr "Еишьашәалақәоу..."
-#: fmsearchdialog.ui:595
+#: cui/uiconfig/ui/fmsearchdialog.ui:595
msgctxt "fmsearchdialog|cbCase"
msgid "_Match case"
msgstr ""
-#: fmsearchdialog.ui:611
+#: cui/uiconfig/ui/fmsearchdialog.ui:611
msgctxt "fmsearchdialog|cbStartOver"
msgid "Fr_om top"
msgstr "Хыхьла"
-#: fmsearchdialog.ui:627
+#: cui/uiconfig/ui/fmsearchdialog.ui:627
msgctxt "fmsearchdialog|cbRegular"
msgid "_Regular expression"
msgstr ""
-#: fmsearchdialog.ui:643
+#: cui/uiconfig/ui/fmsearchdialog.ui:643
msgctxt "fmsearchdialog|cbUseFormat"
msgid "Appl_y field format"
msgstr ""
-#: fmsearchdialog.ui:659
+#: cui/uiconfig/ui/fmsearchdialog.ui:659
msgctxt "fmsearchdialog|cbBackwards"
msgid "Search _backwards"
msgstr ""
-#: fmsearchdialog.ui:675
+#: cui/uiconfig/ui/fmsearchdialog.ui:675
msgctxt "fmsearchdialog|cbWildCard"
msgid "_Wildcard expression"
msgstr ""
-#: fmsearchdialog.ui:704
+#: cui/uiconfig/ui/fmsearchdialog.ui:704
msgctxt "fmsearchdialog|flOptions"
msgid "Settings"
msgstr "Архиарақәа"
-#: fmsearchdialog.ui:740
+#: cui/uiconfig/ui/fmsearchdialog.ui:740
msgctxt "fmsearchdialog|ftRecordLabel"
msgid "Record:"
msgstr "Анҵамҭа:"
-#: fmsearchdialog.ui:751
+#: cui/uiconfig/ui/fmsearchdialog.ui:751
msgctxt "fmsearchdialog|ftRecord"
msgid "record count"
msgstr "анҵамҭақәа рхыҧхьаӡара"
-#: fmsearchdialog.ui:777
+#: cui/uiconfig/ui/fmsearchdialog.ui:777
msgctxt "fmsearchdialog|flState"
msgid "State"
msgstr ""
-#: formatcellsdialog.ui:8
+#: cui/uiconfig/ui/formatcellsdialog.ui:8
msgctxt "formatcellsdialog|FormatCellsDialog"
msgid "Table Properties"
msgstr "Атаблица аҷыдаҟазшьақәа"
-#: formatcellsdialog.ui:106
+#: cui/uiconfig/ui/formatcellsdialog.ui:106
msgctxt "formatcellsdialog|name"
msgid "Font"
msgstr "Ашрифт"
-#: formatcellsdialog.ui:128
+#: cui/uiconfig/ui/formatcellsdialog.ui:128
msgctxt "formatcellsdialog|effects"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: formatcellsdialog.ui:151
+#: cui/uiconfig/ui/formatcellsdialog.ui:151
msgctxt "formatcellsdialog|border"
msgid "Borders"
msgstr ""
-#: formatcellsdialog.ui:174
+#: cui/uiconfig/ui/formatcellsdialog.ui:174
msgctxt "formatcellsdialog|area"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: formatnumberdialog.ui:8
+#: cui/uiconfig/ui/formatnumberdialog.ui:8
msgctxt "formatnumberdialog|FormatNumberDialog"
msgid "Format Number"
msgstr "Ахыҧхьаӡарақәа рформат"
-#: galleryapplyprogress.ui:8
+#: cui/uiconfig/ui/galleryapplyprogress.ui:8
msgctxt "galleryapplyprogress|GalleryApplyProgress"
msgid "Apply"
msgstr "Ихархәатәуп"
-#: galleryapplyprogress.ui:73
+#: cui/uiconfig/ui/galleryapplyprogress.ui:73
msgctxt "galleryapplyprogress|label2"
msgid "File"
msgstr "Афаил"
-#: galleryfilespage.ui:30
+#: cui/uiconfig/ui/galleryfilespage.ui:30
msgctxt "galleryfilespage|label1"
msgid "_File type:"
msgstr "Афаил атип:"
-#: galleryfilespage.ui:77
+#: cui/uiconfig/ui/galleryfilespage.ui:77
msgctxt "galleryfilespage|files-atkobject"
msgid "Files Found"
msgstr "Иҧшаауп афаилқәа"
-#: galleryfilespage.ui:104
+#: cui/uiconfig/ui/galleryfilespage.ui:104
msgctxt "galleryfilespage|preview"
msgid "Pr_eview"
msgstr "Ахәаҧшра"
-#: galleryfilespage.ui:125
+#: cui/uiconfig/ui/galleryfilespage.ui:125
msgctxt "galleryfilespage|image-atkobject"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: galleryfilespage.ui:149
+#: cui/uiconfig/ui/galleryfilespage.ui:149
msgctxt "galleryfilespage|findfiles"
msgid "_Find Files..."
msgstr "Иҧшаатәуп афаилқәа..."
-#: galleryfilespage.ui:177
+#: cui/uiconfig/ui/galleryfilespage.ui:177
msgctxt "galleryfilespage|addall"
msgid "A_dd All"
msgstr "Иацҵатәуп зегьы"
-#: gallerygeneralpage.ui:22
+#: cui/uiconfig/ui/gallerygeneralpage.ui:22
msgctxt "gallerygeneralpage|label1"
msgid "Modified:"
msgstr "Аҧсахрақәа:"
-#: gallerygeneralpage.ui:63
+#: cui/uiconfig/ui/gallerygeneralpage.ui:63
msgctxt "gallerygeneralpage|label2"
msgid "Type:"
msgstr "Атип:"
-#: gallerygeneralpage.ui:90
+#: cui/uiconfig/ui/gallerygeneralpage.ui:90
msgctxt "gallerygeneralpage|label3"
msgid "Location:"
msgstr "Аҭыҧ:"
-#: gallerygeneralpage.ui:104
+#: cui/uiconfig/ui/gallerygeneralpage.ui:104
#, fuzzy
msgctxt "gallerygeneralpage|label4"
msgid "Contents:"
msgstr "Аконтеқст"
-#: gallerygeneralpage.ui:162
+#: cui/uiconfig/ui/gallerygeneralpage.ui:162
msgctxt "gallerygeneralpage|image-atkobject"
msgid "Theme Name"
msgstr "Атема ахьӡ"
-#: gallerysearchprogress.ui:8
+#: cui/uiconfig/ui/gallerysearchprogress.ui:8
msgctxt "gallerysearchprogress|GallerySearchProgress"
msgid "Find"
msgstr "Иҧшаатәуп"
-#: gallerysearchprogress.ui:78
+#: cui/uiconfig/ui/gallerysearchprogress.ui:78
msgctxt "gallerysearchprogress|label1"
msgid "File Type"
msgstr "Афаил атип"
-#: gallerysearchprogress.ui:115
+#: cui/uiconfig/ui/gallerysearchprogress.ui:115
msgctxt "gallerysearchprogress|label2"
msgid "Directory"
msgstr "Акаталог"
-#: gallerythemedialog.ui:8
+#: cui/uiconfig/ui/gallerythemedialog.ui:8
msgctxt "gallerythemedialog|GalleryThemeDialog"
msgid "Properties of "
msgstr "Аҷыдаҟазшьақәа "
-#: gallerythemedialog.ui:106
+#: cui/uiconfig/ui/gallerythemedialog.ui:106
msgctxt "gallerythemedialog|general"
msgid "General"
msgstr "Азеиҧшқәа"
-#: gallerythemedialog.ui:128
+#: cui/uiconfig/ui/gallerythemedialog.ui:128
msgctxt "gallerythemedialog|files"
msgid "Files"
msgstr "Афаилқәа"
-#: gallerythemeiddialog.ui:8
+#: cui/uiconfig/ui/gallerythemeiddialog.ui:8
msgctxt "gallerythemeiddialog|GalleryThemeIDDialog"
msgid "Theme ID"
msgstr "Атема ID"
-#: gallerythemeiddialog.ui:27
+#: cui/uiconfig/ui/gallerythemeiddialog.ui:27
msgctxt "gallerythemeiddialog|label2"
msgid "ID:"
msgstr "ID:"
-#: gallerytitledialog.ui:8
+#: cui/uiconfig/ui/gallerytitledialog.ui:8
msgctxt "gallerytitledialog|GalleryTitleDialog"
msgid "Enter Title"
msgstr "Иҭажәгал ахы"
-#: gallerytitledialog.ui:26
+#: cui/uiconfig/ui/gallerytitledialog.ui:26
msgctxt "gallerytitledialog|label2"
msgid "Title:"
msgstr "Ахы:"
-#: galleryupdateprogress.ui:8
+#: cui/uiconfig/ui/galleryupdateprogress.ui:8
msgctxt "galleryupdateprogress|GalleryUpdateProgress"
msgid "Update"
msgstr "Ирҿыцтәуп"
-#: galleryupdateprogress.ui:74
+#: cui/uiconfig/ui/galleryupdateprogress.ui:74
msgctxt "galleryupdateprogress|label2"
msgid "File"
msgstr "Афаил"
-#: gradientpage.ui:79
+#: cui/uiconfig/ui/gradientpage.ui:79
msgctxt "gradientpage|modify"
msgid "_Modify"
msgstr "Ихархәатәуп"
-#: gradientpage.ui:106
+#: cui/uiconfig/ui/gradientpage.ui:106
msgctxt "gradientpage|label1"
msgid "Gradient"
msgstr "Аградиент"
-#: gradientpage.ui:149
+#: cui/uiconfig/ui/gradientpage.ui:149
msgctxt "gradientpage|typeft"
msgid "_Type:"
msgstr "Атип:"
-#: gradientpage.ui:165
+#: cui/uiconfig/ui/gradientpage.ui:165
msgctxt "gradientpage|gradienttypelb"
msgid "Linear"
msgstr "Аҵәаӷәатә"
-#: gradientpage.ui:166
+#: cui/uiconfig/ui/gradientpage.ui:166
msgctxt "gradientpage|gradienttypelb"
msgid "Axial"
msgstr ""
-#: gradientpage.ui:167
+#: cui/uiconfig/ui/gradientpage.ui:167
msgctxt "gradientpage|gradienttypelb"
msgid "Radial"
msgstr ""
-#: gradientpage.ui:168
+#: cui/uiconfig/ui/gradientpage.ui:168
msgctxt "gradientpage|gradienttypelb"
msgid "Ellipsoid"
msgstr ""
-#: gradientpage.ui:169
+#: cui/uiconfig/ui/gradientpage.ui:169
msgctxt "gradientpage|gradienttypelb"
msgid "Quadratic"
msgstr ""
-#: gradientpage.ui:170
+#: cui/uiconfig/ui/gradientpage.ui:170
msgctxt "gradientpage|gradienttypelb"
msgid "Square"
msgstr "Аквадрат"
-#: gradientpage.ui:197
+#: cui/uiconfig/ui/gradientpage.ui:197
msgctxt "gradientpage|incrementft"
msgid "Increment:"
msgstr "Ашьаҿа:"
-#: gradientpage.ui:235
+#: cui/uiconfig/ui/gradientpage.ui:235
msgctxt "gradientpage|autoincrement"
msgid "A_utomatic"
msgstr "Автоматикала"
-#: gradientpage.ui:272
+#: cui/uiconfig/ui/gradientpage.ui:272
msgctxt "gradientpage|angleft"
msgid "A_ngle:"
msgstr "Акәакь:"
-#: gradientpage.ui:299
+#: cui/uiconfig/ui/gradientpage.ui:298
msgctxt "gradientpage|centerft"
msgid "Center ( X / Y ):"
msgstr "Ацентр (X/Y):"
-#: gradientpage.ui:367
+#: cui/uiconfig/ui/gradientpage.ui:364
msgctxt "gradientpage|borderft"
msgid "_Border:"
msgstr ""
-#: gradientpage.ui:425
+#: cui/uiconfig/ui/gradientpage.ui:421
msgctxt "gradientpage|colorfromft"
msgid "_From Color:"
msgstr ""
-#: gradientpage.ui:506
+#: cui/uiconfig/ui/gradientpage.ui:500
msgctxt "gradientpage|colortoft"
msgid "_To Color:"
msgstr ""
-#: gradientpage.ui:533
+#: cui/uiconfig/ui/gradientpage.ui:527
#, fuzzy
msgctxt "gradientpage|a11y_center_x"
msgid "Center X"
msgstr "Ацентр ала"
-#: gradientpage.ui:547
+#: cui/uiconfig/ui/gradientpage.ui:541
#, fuzzy
msgctxt "gradientpage|a11y_center_y"
msgid "Center Y"
msgstr "Ацентр ала"
-#: gradientpage.ui:561
+#: cui/uiconfig/ui/gradientpage.ui:555
msgctxt "gradientpage|a11y_percentage_from"
msgid "From color percentage"
msgstr ""
-#: gradientpage.ui:575
+#: cui/uiconfig/ui/gradientpage.ui:569
msgctxt "gradientpage|a11y_percentage_to"
msgid "To color percentage"
msgstr ""
-#: gradientpage.ui:600
+#: cui/uiconfig/ui/gradientpage.ui:594
msgctxt "gradientpage|propfl"
msgid "Options"
msgstr "Апараметрқәа"
-#: gradientpage.ui:644
+#: cui/uiconfig/ui/gradientpage.ui:638
msgctxt "gradientpage|previewctl-atkobject"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: gradientpage.ui:662
+#: cui/uiconfig/ui/gradientpage.ui:656
msgctxt "gradientpage|label2"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: hangulhanjaadddialog.ui:8
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:8
msgctxt "hangulhanjaadddialog|HangulHanjaAddDialog"
msgid "New Dictionary"
msgstr "Иаҧҵатәуп ажәар"
-#: hangulhanjaadddialog.ui:97
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:100
msgctxt "hangulhanjaadddialog|label2"
msgid "_Name:"
msgstr "Ахьӡ:"
-#: hangulhanjaadddialog.ui:129
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:131
msgctxt "hangulhanjaadddialog|label1"
msgid "Dictionary"
msgstr "Ажәар"
-#: hangulhanjaconversiondialog.ui:7
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:7
msgctxt "hangulhanjaconversiondialog|HangulHanjaConversionDialog"
msgid "Hangul/Hanja Conversion"
msgstr ""
-#: hangulhanjaconversiondialog.ui:96
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:96
msgctxt "hangulhanjaconversiondialog|label1"
msgid "Original"
msgstr "Аоригинал"
-#: hangulhanjaconversiondialog.ui:132
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:132
msgctxt "hangulhanjaconversiondialog|label3"
msgid "Word"
msgstr "Ажәа"
-#: hangulhanjaconversiondialog.ui:153
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:153
msgctxt "hangulhanjaconversiondialog|find"
msgid "_Find"
msgstr "_Иҧшаатәуп"
-#: hangulhanjaconversiondialog.ui:181
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:181
msgctxt "hangulhanjaconversiondialog|label4"
msgid "Suggestions"
msgstr ""
-#: hangulhanjaconversiondialog.ui:219
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:219
msgctxt "hangulhanjaconversiondialog|label5"
msgid "Format"
msgstr "Аформат"
-#: hangulhanjaconversiondialog.ui:229
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:229
msgctxt "hangulhanjaconversiondialog|simpleconversion"
msgid "_Hangul/Hanja"
msgstr ""
-#: hangulhanjaconversiondialog.ui:247
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:247
msgctxt "hangulhanjaconversiondialog|hangulbracket"
msgid "Hanja (Han_gul)"
msgstr ""
-#: hangulhanjaconversiondialog.ui:264
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:264
msgctxt "hangulhanjaconversiondialog|hanjabracket"
msgid "Hang_ul (Hanja)"
msgstr ""
-#: hangulhanjaconversiondialog.ui:295
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:295
msgctxt "hangulhanjaconversiondialog|hanja_above"
msgid "Hanja"
msgstr ""
-#: hangulhanjaconversiondialog.ui:312
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:312
msgctxt "hangulhanjaconversiondialog|hanja_below"
msgid "Hanja"
msgstr ""
-#: hangulhanjaconversiondialog.ui:328
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:328
msgctxt "hangulhanjaconversiondialog|hangul_above"
msgid "Hangul"
msgstr ""
-#: hangulhanjaconversiondialog.ui:344
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:344
msgctxt "hangulhanjaconversiondialog|hangul_below"
msgid "Hangul"
msgstr ""
-#: hangulhanjaconversiondialog.ui:375
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:375
msgctxt "hangulhanjaconversiondialog|label6"
msgid "Conversion"
msgstr ""
-#: hangulhanjaconversiondialog.ui:385
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:385
msgctxt "hangulhanjaconversiondialog|hangulonly"
msgid "Hangul _only"
msgstr ""
-#: hangulhanjaconversiondialog.ui:402
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:402
msgctxt "hangulhanjaconversiondialog|hanjaonly"
msgid "Hanja onl_y"
msgstr ""
-#: hangulhanjaconversiondialog.ui:440
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:440
msgctxt "hangulhanjaconversiondialog|ignore"
msgid "_Ignore"
msgstr ""
-#: hangulhanjaconversiondialog.ui:456
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:456
msgctxt "hangulhanjaconversiondialog|ignoreall"
msgid "Always I_gnore"
msgstr ""
-#: hangulhanjaconversiondialog.ui:470
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:470
#, fuzzy
msgctxt "hangulhanjaconversiondialog|replace"
msgid "_Replace"
msgstr "Иҧсахтәуп"
-#: hangulhanjaconversiondialog.ui:484
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:484
msgctxt "hangulhanjaconversiondialog|replaceall"
msgid "Always R_eplace"
msgstr ""
-#: hangulhanjaconversiondialog.ui:501
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:501
msgctxt "hangulhanjaconversiondialog|replacebychar"
msgid "Replace b_y character"
msgstr ""
-#: hangulhanjaconversiondialog.ui:517
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:517
msgctxt "hangulhanjaconversiondialog|options"
msgid "Options"
msgstr "Апараметрқәа"
-#: hangulhanjaeditdictdialog.ui:9
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:9
msgctxt "hangulhanjaeditdictdialog|HangulHanjaEditDictDialog"
msgid "Edit Custom Dictionary"
msgstr "Ахархәаҩ ижәар ариашара"
-#: hangulhanjaeditdictdialog.ui:107
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:107
msgctxt "hangulhanjaeditdictdialog|label4"
msgid "Book"
msgstr "Ашәҟәы"
-#: hangulhanjaeditdictdialog.ui:213
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:213
msgctxt "hangulhanjaeditdictdialog|label2"
msgid "Original"
msgstr "Аоригинал"
-#: hangulhanjaeditdictdialog.ui:326
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:326
msgctxt "hangulhanjaeditdictdialog|label3"
msgid "Suggestions"
msgstr ""
-#: hangulhanjaoptdialog.ui:8
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:8
msgctxt "hangulhanjaoptdialog|HangulHanjaOptDialog"
msgid "Hangul/Hanja Options"
msgstr "Hangul/Hanja апараметрқәа"
-#: hangulhanjaoptdialog.ui:107
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:107
msgctxt "hangulhanjaoptdialog|new"
msgid "New..."
msgstr "Иаҧҵатәуп..."
-#: hangulhanjaoptdialog.ui:121
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:121
#, fuzzy
msgctxt "hangulhanjaoptdialog|edit"
msgid "Edit..."
msgstr "Иҧсахтәуп..."
-#: hangulhanjaoptdialog.ui:172
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:172
msgctxt "hangulhanjaoptdialog|label1"
msgid "User-defined Dictionaries"
msgstr ""
-#: hangulhanjaoptdialog.ui:203
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:203
msgctxt "hangulhanjaoptdialog|ignorepost"
msgid "Ignore post-positional word"
msgstr ""
-#: hangulhanjaoptdialog.ui:218
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:218
msgctxt "hangulhanjaoptdialog|showrecentfirst"
msgid "Show recently used entries first"
msgstr ""
-#: hangulhanjaoptdialog.ui:232
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:233
msgctxt "hangulhanjaoptdialog|autoreplaceunique"
msgid "Replace all unique entries automatically"
msgstr ""
-#: hangulhanjaoptdialog.ui:252
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:254
msgctxt "hangulhanjaoptdialog|label2"
msgid "Options"
msgstr "Апараметрқәа"
-#: hatchpage.ui:81
+#: cui/uiconfig/ui/hatchpage.ui:81
msgctxt "hatchpage|modify"
msgid "_Modify"
msgstr "Ихархәатәуп"
-#: hatchpage.ui:108
+#: cui/uiconfig/ui/hatchpage.ui:108
#, fuzzy
msgctxt "hatchpage|label2"
msgid "Hatch"
msgstr "асааҭ"
-#: hatchpage.ui:148
+#: cui/uiconfig/ui/hatchpage.ui:148
msgctxt "hatchpage|distanceft"
msgid "_Spacing:"
msgstr "Аинтервал:"
-#: hatchpage.ui:175
+#: cui/uiconfig/ui/hatchpage.ui:174
msgctxt "hatchpage|angleft"
msgid "A_ngle:"
msgstr "Акәакь:"
-#: hatchpage.ui:229
+#: cui/uiconfig/ui/hatchpage.ui:227
msgctxt "hatchpage|linetypeft"
msgid "_Line type:"
msgstr "Аҵәаӷәа атип:"
-#: hatchpage.ui:243
+#: cui/uiconfig/ui/hatchpage.ui:241
msgctxt "hatchpage|linetypelb"
msgid "Single"
msgstr ""
-#: hatchpage.ui:244
+#: cui/uiconfig/ui/hatchpage.ui:242
msgctxt "hatchpage|linetypelb"
msgid "Crossed"
msgstr ""
-#: hatchpage.ui:245
+#: cui/uiconfig/ui/hatchpage.ui:243
msgctxt "hatchpage|linetypelb"
msgid "Triple"
msgstr ""
-#: hatchpage.ui:259
+#: cui/uiconfig/ui/hatchpage.ui:257
#, fuzzy
msgctxt "hatchpage|linecolorft"
msgid "Line _color:"
msgstr "Аҵәаӷәа аҧштәы"
-#: hatchpage.ui:281
+#: cui/uiconfig/ui/hatchpage.ui:279
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr "Аҿаҧшыра аҧштәы"
-#: hatchpage.ui:313
+#: cui/uiconfig/ui/hatchpage.ui:312
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "Апараметрқәа"
-#: hatchpage.ui:357
+#: cui/uiconfig/ui/hatchpage.ui:356
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: hatchpage.ui:375
+#: cui/uiconfig/ui/hatchpage.ui:374
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: hyperlinkdialog.ui:11
+#: cui/uiconfig/ui/hyperlinkdialog.ui:11
msgctxt "hyperlinkdialog|HyperlinkDialog"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
-#: hyperlinkdialog.ui:42
+#: cui/uiconfig/ui/hyperlinkdialog.ui:42
msgctxt "hyperlinkdialog|apply"
msgid "Apply"
msgstr "Ихархәатәуп"
-#: hyperlinkdialog.ui:84
+#: cui/uiconfig/ui/hyperlinkdialog.ui:84
msgctxt "hyperlinkdialog|reset"
msgid "Reset"
msgstr "Еиҭашьақәыргылатәуп"
-#: hyperlinkdocpage.ui:39
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:39
msgctxt "hyperlinkdocpage|path_label"
msgid "_Path:"
msgstr "Амҩа:"
-#: hyperlinkdocpage.ui:62
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:61
msgctxt "hyperlinkdocpage|fileopen"
msgid "Open File"
msgstr "Иаарттәуп афаил"
-#: hyperlinkdocpage.ui:67
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:66
msgctxt "hyperlinkdocpage|fileopen|tooltip_text"
msgid "Open File"
msgstr "Иаарттәуп афаил"
-#: hyperlinkdocpage.ui:82
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:81
msgctxt "hyperlinkdocpage|label2"
msgid "Document"
msgstr "Адокумент"
-#: hyperlinkdocpage.ui:119
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:118
msgctxt "hyperlinkdocpage|target_label"
msgid "Targ_et:"
msgstr "Ахықәкы:"
-#: hyperlinkdocpage.ui:134
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:133
msgctxt "hyperlinkdocpage|url_label"
msgid "URL:"
msgstr "URL:"
-#: hyperlinkdocpage.ui:144
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:143
msgctxt "hyperlinkdocpage|browse"
msgid "Target in Document"
msgstr ""
-#: hyperlinkdocpage.ui:149
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:148
msgctxt "hyperlinkdocpage|browse|tooltip_text"
msgid "Target in Document"
msgstr ""
-#: hyperlinkdocpage.ui:173
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:171
msgctxt "hyperlinkdocpage|url"
msgid "Test text"
msgstr "Атесттә теқст"
-#: hyperlinkdocpage.ui:191
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:189
msgctxt "hyperlinkdocpage|label3"
msgid "Target in Document"
msgstr ""
-#: hyperlinkdocpage.ui:230
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:228
msgctxt "hyperlinkdocpage|frame_label"
msgid "F_rame:"
msgstr "Афреим:"
-#: hyperlinkdocpage.ui:245
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:243
msgctxt "hyperlinkdocpage|indication_label"
msgid "Te_xt:"
msgstr "Атеқст:"
-#: hyperlinkdocpage.ui:260
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:258
msgctxt "hyperlinkdocpage|name_label"
msgid "N_ame:"
msgstr "Ахьӡ:"
-#: hyperlinkdocpage.ui:303
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:299
msgctxt "hyperlinkdocpage|form_label"
msgid "F_orm:"
msgstr "Аформа:"
-#: hyperlinkdocpage.ui:329
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:325
msgctxt "hyperlinkdocpage|script|tooltip_text"
msgid "Events"
msgstr "Ахҭысқәа"
-#: hyperlinkdocpage.ui:367
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:363
msgctxt "hyperlinkdocpage|label1"
msgid "Further Settings"
msgstr ""
-#: hyperlinkinternetpage.ui:42
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:42
msgctxt "hyperlinkinternetpage|linktyp_internet"
msgid "_Web"
msgstr "Интернет"
-#: hyperlinkinternetpage.ui:59
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:59
msgctxt "hyperlinkinternetpage|linktyp_ftp"
msgid "_FTP"
msgstr "FTP"
-#: hyperlinkinternetpage.ui:86
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:86
msgctxt "hyperlinkinternetpage|target_label"
msgid "_URL:"
msgstr "_URL:"
-#: hyperlinkinternetpage.ui:113
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:112
msgctxt "hyperlinkinternetpage|login_label"
msgid "_Login name:"
msgstr "Ахархәаҩ:"
-#: hyperlinkinternetpage.ui:128
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:127
msgctxt "hyperlinkinternetpage|password_label"
msgid "_Password:"
msgstr "Ажәамаӡа:"
-#: hyperlinkinternetpage.ui:164
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:161
msgctxt "hyperlinkinternetpage|anonymous"
msgid "Anonymous _user"
msgstr "Ианониму ахархәаҩ"
-#: hyperlinkinternetpage.ui:192
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:189
msgctxt "hyperlinkinternetpage|label2"
msgid "Hyperlink Type"
msgstr "Агиперзхьарҧш атип"
-#: hyperlinkinternetpage.ui:230
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:227
msgctxt "hyperlinkinternetpage|frame_label"
msgid "F_rame:"
msgstr "Афреим:"
-#: hyperlinkinternetpage.ui:245
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:242
msgctxt "hyperlinkinternetpage|indication_label"
msgid "Te_xt:"
msgstr "Атеқст:"
-#: hyperlinkinternetpage.ui:260
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:257
msgctxt "hyperlinkinternetpage|name_label"
msgid "Na_me:"
msgstr "Ахьӡ:"
-#: hyperlinkinternetpage.ui:303
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:298
msgctxt "hyperlinkinternetpage|form_label"
msgid "F_orm:"
msgstr "Аформа:"
-#: hyperlinkinternetpage.ui:330
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:325
msgctxt "hyperlinkinternetpage|script|tooltip_text"
msgid "Events"
msgstr "Ахҭысқәа"
-#: hyperlinkinternetpage.ui:368
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:363
msgctxt "hyperlinkinternetpage|label1"
msgid "Further Settings"
msgstr ""
-#: hyperlinkmailpage.ui:39
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:39
msgctxt "hyperlinkmailpage|receiver_label"
msgid "Re_cipient:"
-msgstr ""
+msgstr "Изауа:"
-#: hyperlinkmailpage.ui:62
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:61
msgctxt "hyperlinkmailpage|adressbook"
msgid "Data Sources…"
msgstr "Адырқәа рхыҵхырҭа..."
-#: hyperlinkmailpage.ui:67
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:66
msgctxt "hyperlinkmailpage|adressbook|tooltip_text"
msgid "Data Sources..."
msgstr "Адырқәа рхыҵхырҭақәа..."
-#: hyperlinkmailpage.ui:81
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:80
msgctxt "hyperlinkmailpage|subject_label"
msgid "_Subject:"
msgstr "Атема:"
-#: hyperlinkmailpage.ui:119
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:117
msgctxt "hyperlinkmailpage|label2"
msgid "Mail"
msgstr "Mail"
-#: hyperlinkmailpage.ui:158
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:156
msgctxt "hyperlinkmailpage|frame_label"
msgid "F_rame:"
msgstr "Афреим:"
-#: hyperlinkmailpage.ui:173
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:171
msgctxt "hyperlinkmailpage|indication_label"
msgid "Te_xt:"
msgstr "Атеқст:"
-#: hyperlinkmailpage.ui:188
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:186
msgctxt "hyperlinkmailpage|name_label"
msgid "N_ame:"
msgstr "Ахьӡ:"
-#: hyperlinkmailpage.ui:231
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:227
msgctxt "hyperlinkmailpage|form_label"
msgid "F_orm:"
msgstr "Аформа:"
-#: hyperlinkmailpage.ui:257
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:253
msgctxt "hyperlinkmailpage|script|tooltip_text"
msgid "Events"
msgstr "Ахҭысқәа"
-#: hyperlinkmailpage.ui:295
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:291
msgctxt "hyperlinkmailpage|label1"
msgid "Further Settings"
msgstr ""
-#: hyperlinkmarkdialog.ui:9
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:9
msgctxt "hyperlinkmarkdialog|HyperlinkMark"
msgid "Target in Document"
msgstr ""
-#: hyperlinkmarkdialog.ui:22
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:22
msgctxt "hyperlinkmarkdialog|apply"
msgid "_Apply"
msgstr "Ихархәатәуп"
-#: hyperlinkmarkdialog.ui:39
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:39
msgctxt "hyperlinkmarkdialog|close"
msgid "_Close"
msgstr "Иарктәуп"
-#: hyperlinkmarkdialog.ui:72
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:72
msgctxt "hyperlinkmarkdialog|TreeListBox-atkobject"
msgid "Mark Tree"
msgstr ""
-#: hyperlinknewdocpage.ui:44
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:44
msgctxt "hyperlinknewdocpage|editnow"
msgid "Edit _now"
msgstr "Иҧахтәуп уажәы"
-#: hyperlinknewdocpage.ui:61
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:61
msgctxt "hyperlinknewdocpage|editlater"
msgid "Edit _later"
msgstr "Иҧсахтәуп ушьҭан"
-#: hyperlinknewdocpage.ui:89
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:89
msgctxt "hyperlinknewdocpage|file_label"
msgid "_File:"
msgstr "Афаил:"
-#: hyperlinknewdocpage.ui:112
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:111
msgctxt "hyperlinknewdocpage|create"
msgid "Select Path"
msgstr "Иалхтәуп амҩа"
-#: hyperlinknewdocpage.ui:117
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:116
msgctxt "hyperlinknewdocpage|create|tooltip_text"
msgid "Select Path"
msgstr "Иалхтәуп амҩа"
-#: hyperlinknewdocpage.ui:132
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:131
msgctxt "hyperlinknewdocpage|types_label"
msgid "File _type:"
msgstr "Афаил атип:"
-#: hyperlinknewdocpage.ui:172
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:171
msgctxt "hyperlinknewdocpage|label2"
msgid "New Document"
msgstr "Иаҧҵатәуп адокумент"
-#: hyperlinknewdocpage.ui:211
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:210
msgctxt "hyperlinknewdocpage|frame_label"
msgid "F_rame:"
msgstr "Афреим:"
-#: hyperlinknewdocpage.ui:226
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:225
msgctxt "hyperlinknewdocpage|indication_label"
msgid "Te_xt:"
msgstr "Атеқст:"
-#: hyperlinknewdocpage.ui:241
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:240
msgctxt "hyperlinknewdocpage|name_label"
msgid "N_ame:"
msgstr "Ахьӡ:"
-#: hyperlinknewdocpage.ui:283
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:280
msgctxt "hyperlinknewdocpage|form_label"
msgid "F_orm:"
msgstr "Аформа:"
-#: hyperlinknewdocpage.ui:309
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:306
msgctxt "hyperlinknewdocpage|script|tooltip_text"
msgid "Events"
msgstr "Ахҭысқәа"
-#: hyperlinknewdocpage.ui:347
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:344
msgctxt "hyperlinknewdocpage|label1"
msgid "Further Settings"
msgstr ""
-#: hyphenate.ui:19
+#: cui/uiconfig/ui/hyphenate.ui:19
msgctxt "hyphenate|HyphenateDialog"
msgid "Hyphenation"
-msgstr ""
+msgstr "Аиагагақәа рыргылара"
-#: hyphenate.ui:48
+#: cui/uiconfig/ui/hyphenate.ui:48
msgctxt "hyphenate|hyphall"
msgid "Hyphenate All"
-msgstr ""
+msgstr "Ииагатәуп зегьы"
-#: hyphenate.ui:98
+#: cui/uiconfig/ui/hyphenate.ui:98
msgctxt "hyphenate|ok"
msgid "Hyphenate"
-msgstr ""
+msgstr "Ииагатәуп"
-#: hyphenate.ui:112
+#: cui/uiconfig/ui/hyphenate.ui:112
msgctxt "hyphenate|continue"
msgid "Skip"
msgstr "Ибжьажьтәуп"
-#: hyphenate.ui:148
+#: cui/uiconfig/ui/hyphenate.ui:148
msgctxt "hyphenate|label1"
msgid "Word:"
msgstr "Ажәа:"
-#: iconchangedialog.ui:10
-msgctxt "iconchangedialog|IconChange"
-msgid "%PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION"
-
-#: iconchangedialog.ui:75
+#: cui/uiconfig/ui/iconchangedialog.ui:61
msgctxt "iconchangedialog|label1"
msgid ""
"The files listed below could not be imported.\n"
"The file format could not be interpreted."
msgstr ""
-#: iconselectordialog.ui:10
+#: cui/uiconfig/ui/iconselectordialog.ui:10
msgctxt "iconselectordialog|IconSelector"
msgid "Change Icon"
msgstr ""
-#: iconselectordialog.ui:125
+#: cui/uiconfig/ui/iconselectordialog.ui:125
msgctxt "iconselectordialog|label1"
msgid "_Icons"
msgstr ""
-#: iconselectordialog.ui:148
+#: cui/uiconfig/ui/iconselectordialog.ui:148
msgctxt "iconselectordialog|importButton"
msgid "I_mport..."
msgstr "Аимпорт..."
-#: iconselectordialog.ui:163
+#: cui/uiconfig/ui/iconselectordialog.ui:163
msgctxt "iconselectordialog|deleteButton"
msgid "_Delete..."
msgstr "Ианыхтәуп..."
-#: iconselectordialog.ui:197
+#: cui/uiconfig/ui/iconselectordialog.ui:197
msgctxt "iconselectordialog|noteLabel"
msgid ""
"Note:\n"
@@ -5961,2648 +5926,2707 @@ msgid ""
"Different sized icons will be scaled automatically."
msgstr ""
-#: insertfloatingframe.ui:13
+#: cui/uiconfig/ui/insertfloatingframe.ui:18
msgctxt "insertfloatingframe|InsertFloatingFrameDialog"
msgid "Floating Frame Properties"
msgstr "Афреим аҷыдаҟазшьақәа"
-#: insertfloatingframe.ui:65
+#: cui/uiconfig/ui/insertfloatingframe.ui:128
msgctxt "insertfloatingframe|label6"
msgid "Name:"
msgstr "Ахьӡ:"
-#: insertfloatingframe.ui:78
+#: cui/uiconfig/ui/insertfloatingframe.ui:141
#, fuzzy
msgctxt "insertfloatingframe|label7"
msgid "Contents:"
msgstr "Аконтеқст"
-#: insertfloatingframe.ui:87
+#: cui/uiconfig/ui/insertfloatingframe.ui:150
msgctxt "insertfloatingframe|buttonbrowse"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: insertfloatingframe.ui:130
+#: cui/uiconfig/ui/insertfloatingframe.ui:193
msgctxt "insertfloatingframe|scrollbaron"
msgid "On"
msgstr "Аҿак."
-#: insertfloatingframe.ui:147
+#: cui/uiconfig/ui/insertfloatingframe.ui:210
msgctxt "insertfloatingframe|scrollbaroff"
msgid "Off"
msgstr "Аҿых."
-#: insertfloatingframe.ui:163
+#: cui/uiconfig/ui/insertfloatingframe.ui:227
msgctxt "insertfloatingframe|scrollbarauto"
msgid "Automatic"
msgstr "Автоматикала"
-#: insertfloatingframe.ui:185
+#: cui/uiconfig/ui/insertfloatingframe.ui:250
msgctxt "insertfloatingframe|label1"
msgid "Scroll Bar"
msgstr ""
-#: insertfloatingframe.ui:218
+#: cui/uiconfig/ui/insertfloatingframe.ui:283
msgctxt "insertfloatingframe|borderon"
msgid "On"
msgstr "Аҿак."
-#: insertfloatingframe.ui:235
+#: cui/uiconfig/ui/insertfloatingframe.ui:300
msgctxt "insertfloatingframe|borderoff"
msgid "Off"
msgstr "Аҿых."
-#: insertfloatingframe.ui:260
+#: cui/uiconfig/ui/insertfloatingframe.ui:326
msgctxt "insertfloatingframe|label2"
msgid "Border"
msgstr ""
-#: insertfloatingframe.ui:297
+#: cui/uiconfig/ui/insertfloatingframe.ui:362
msgctxt "insertfloatingframe|widthlabel"
msgid "Width:"
msgstr "Аҭбаара:"
-#: insertfloatingframe.ui:310
+#: cui/uiconfig/ui/insertfloatingframe.ui:375
msgctxt "insertfloatingframe|heightlabel"
msgid "Height:"
msgstr "Аҳаракыра:"
-#: insertfloatingframe.ui:345
+#: cui/uiconfig/ui/insertfloatingframe.ui:409
msgctxt "insertfloatingframe|defaultwidth"
msgid "Default"
msgstr "Астандарт"
-#: insertfloatingframe.ui:359
+#: cui/uiconfig/ui/insertfloatingframe.ui:424
msgctxt "insertfloatingframe|defaultheight"
msgid "Default"
msgstr "Астандарт"
-#: insertfloatingframe.ui:379
+#: cui/uiconfig/ui/insertfloatingframe.ui:445
msgctxt "insertfloatingframe|label3"
msgid "Padding"
msgstr ""
-#: insertoleobject.ui:8
+#: cui/uiconfig/ui/insertoleobject.ui:16
msgctxt "insertoleobject|InsertOLEObjectDialog"
msgid "Insert OLE Object"
msgstr ""
-#: insertoleobject.ui:86
+#: cui/uiconfig/ui/insertoleobject.ui:100
msgctxt "insertoleobject|createnew"
msgid "Create new"
msgstr "Иаҧҵатәуп иҿыцу"
-#: insertoleobject.ui:102
+#: cui/uiconfig/ui/insertoleobject.ui:117
msgctxt "insertoleobject|createfromfile"
msgid "Create from file"
msgstr "Иаҧҵатәуп афаил аҟынтәи"
-#: insertoleobject.ui:151
+#: cui/uiconfig/ui/insertoleobject.ui:197
msgctxt "insertoleobject|label1"
msgid "Object Type"
msgstr "Аобиеқт атип"
-#: insertoleobject.ui:197
+#: cui/uiconfig/ui/insertoleobject.ui:242
msgctxt "insertoleobject|urlbtn"
msgid "Search…"
msgstr "Аҧшаара..."
-#: insertoleobject.ui:210
+#: cui/uiconfig/ui/insertoleobject.ui:255
msgctxt "insertoleobject|linktofile"
msgid "Link to file"
msgstr "Афаил иадҳәалатәуп"
-#: insertoleobject.ui:224
+#: cui/uiconfig/ui/insertoleobject.ui:270
msgctxt "insertoleobject|asicon"
msgid "Display as icon"
msgstr ""
-#: insertoleobject.ui:245
+#: cui/uiconfig/ui/insertoleobject.ui:292
msgctxt "insertoleobject|label2"
msgid "File"
msgstr "Афаил"
-#: insertrowcolumn.ui:15
+#: cui/uiconfig/ui/insertrowcolumn.ui:15
msgctxt "insertrowcolumn|InsertRowColumnDialog"
msgid "Insert Row"
msgstr "Ибжьаргылатәуп ацәаҳәа"
-#: insertrowcolumn.ui:106
+#: cui/uiconfig/ui/insertrowcolumn.ui:109
#, fuzzy
msgctxt "insertrowcolumn|label3"
msgid "_Number:"
msgstr "Аномер:"
-#: insertrowcolumn.ui:138
+#: cui/uiconfig/ui/insertrowcolumn.ui:140
msgctxt "insertrowcolumn|label1"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: insertrowcolumn.ui:169
+#: cui/uiconfig/ui/insertrowcolumn.ui:171
msgctxt "insertrowcolumn|insert_before"
msgid "_Before"
msgstr "Аҧхьа"
-#: insertrowcolumn.ui:187
+#: cui/uiconfig/ui/insertrowcolumn.ui:188
msgctxt "insertrowcolumn|insert_after"
msgid "A_fter"
msgstr "Ашьҭахь"
-#: insertrowcolumn.ui:210
+#: cui/uiconfig/ui/insertrowcolumn.ui:211
msgctxt "insertrowcolumn|label2"
msgid "Position"
msgstr "Аҭыҧ"
-#: javaclasspathdialog.ui:8
+#: cui/uiconfig/ui/javaclasspathdialog.ui:8
msgctxt "javaclasspathdialog|JavaClassPath"
msgid "Class Path"
-msgstr ""
+msgstr "Аклассқәа рахь амҩа"
-#: javaclasspathdialog.ui:93
+#: cui/uiconfig/ui/javaclasspathdialog.ui:93
msgctxt "javaclasspathdialog|label1"
msgid "A_ssigned folders and archives"
msgstr ""
-#: javaclasspathdialog.ui:144
+#: cui/uiconfig/ui/javaclasspathdialog.ui:144
msgctxt "javaclasspathdialog|archive"
msgid "_Add Archive..."
msgstr "Иацҵатәуп архив..."
-#: javaclasspathdialog.ui:158
+#: cui/uiconfig/ui/javaclasspathdialog.ui:158
msgctxt "javaclasspathdialog|folder"
msgid "Add _Folder"
msgstr "Иацҵатәуп аҭаӡ"
-#: javaclasspathdialog.ui:172
+#: cui/uiconfig/ui/javaclasspathdialog.ui:172
msgctxt "javaclasspathdialog|remove"
msgid "_Remove"
msgstr "Ианыхтәуп"
-#: javastartparametersdialog.ui:8
+#: cui/uiconfig/ui/javastartparametersdialog.ui:8
msgctxt "javastartparametersdialog|JavaStartParameters"
msgid "Java Start Parameters"
-msgstr ""
+msgstr "Java адәықәҵара апараметрқәа"
-#: javastartparametersdialog.ui:94
+#: cui/uiconfig/ui/javastartparametersdialog.ui:94
msgctxt "javastartparametersdialog|label4"
msgid "Java start _parameter"
-msgstr ""
+msgstr "Java адәықәҵара апараметр"
-#: javastartparametersdialog.ui:120
+#: cui/uiconfig/ui/javastartparametersdialog.ui:119
msgctxt "javastartparametersdialog|label5"
msgid "Assig_ned start parameters"
msgstr ""
-#: javastartparametersdialog.ui:159
+#: cui/uiconfig/ui/javastartparametersdialog.ui:158
msgctxt "javastartparametersdialog|label6"
msgid "For example: -Dmyprop=c:\\\\program files\\\\java"
msgstr "Аҿырҧштәы: -Dmyprop=c:\\\\program files\\\\java"
-#: javastartparametersdialog.ui:168
+#: cui/uiconfig/ui/javastartparametersdialog.ui:167
msgctxt "javastartparametersdialog|assignbtn"
msgid "_Add"
msgstr "Иацҵатәуп"
-#: javastartparametersdialog.ui:188
+#: cui/uiconfig/ui/javastartparametersdialog.ui:187
msgctxt "javastartparametersdialog|editbtn"
msgid "_Edit"
msgstr "Ариашара"
-#: javastartparametersdialog.ui:203
+#: cui/uiconfig/ui/javastartparametersdialog.ui:202
msgctxt "javastartparametersdialog|removebtn"
msgid "_Remove"
msgstr "Ианыхтәуп"
-#: linedialog.ui:8
+#: cui/uiconfig/ui/linedialog.ui:8
msgctxt "linedialog|LineDialog"
msgid "Line"
msgstr "Аҵәаӷәа"
-#: linedialog.ui:106
+#: cui/uiconfig/ui/linedialog.ui:106
msgctxt "linedialog|RID_SVXPAGE_LINE"
msgid "Line"
msgstr "Аҵәаӷәа"
-#: linedialog.ui:128
+#: cui/uiconfig/ui/linedialog.ui:128
msgctxt "linedialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
-msgstr ""
+msgstr "Агага"
-#: linedialog.ui:151
+#: cui/uiconfig/ui/linedialog.ui:151
msgctxt "linedialog|RID_SVXPAGE_LINE_DEF"
msgid "Line Styles"
msgstr "Аҵәаӷәа астиль"
-#: linedialog.ui:174
+#: cui/uiconfig/ui/linedialog.ui:174
msgctxt "linedialog|RID_SVXPAGE_LINEEND_DEF"
msgid "Arrow Styles"
-msgstr ""
+msgstr "Ахыцқәа рстиль"
-#: lineendstabpage.ui:49
-#, fuzzy
+#: cui/uiconfig/ui/lineendstabpage.ui:49
msgctxt "lineendstabpage|FT_TITLE"
msgid "_Title:"
-msgstr "Ахы"
+msgstr "_Ахы:"
-#: lineendstabpage.ui:65
+#: cui/uiconfig/ui/lineendstabpage.ui:65
msgctxt "lineendstabpage|FT_LINE_END_STYLE"
msgid "Arrow _style:"
-msgstr ""
+msgstr "Ахыцқәа рстиль:"
-#: lineendstabpage.ui:111
+#: cui/uiconfig/ui/lineendstabpage.ui:110
msgctxt "lineendstabpage|FI_TIP"
msgid "Add a selected object to create new arrow styles."
msgstr ""
-#: lineendstabpage.ui:152
+#: cui/uiconfig/ui/lineendstabpage.ui:151
msgctxt "lineendstabpage|BTN_MODIFY"
msgid "_Modify"
msgstr "Ихархәатәуп"
-#: lineendstabpage.ui:190
+#: cui/uiconfig/ui/lineendstabpage.ui:189
msgctxt "lineendstabpage|BTN_LOAD|tooltip_text"
msgid "Load arrow styles"
msgstr ""
-#: lineendstabpage.ui:208
+#: cui/uiconfig/ui/lineendstabpage.ui:207
msgctxt "lineendstabpage|BTN_SAVE|tooltip_text"
msgid "Save arrow styles"
msgstr ""
-#: lineendstabpage.ui:276
+#: cui/uiconfig/ui/lineendstabpage.ui:275
msgctxt "lineendstabpage|label1"
msgid "Organize Arrow Styles"
msgstr ""
-#: linestyletabpage.ui:34
+#: cui/uiconfig/ui/linestyletabpage.ui:34
msgctxt "linestyletabpage|liststoreTYPE"
msgid "Dots"
msgstr "Акәаҧқәа"
-#: linestyletabpage.ui:38
+#: cui/uiconfig/ui/linestyletabpage.ui:38
msgctxt "linestyletabpage|liststoreTYPE"
msgid "Dash"
msgstr ""
-#: linestyletabpage.ui:92
+#: cui/uiconfig/ui/linestyletabpage.ui:92
msgctxt "linestyletabpage|FT_LINESTYLE"
msgid "Line _style:"
msgstr "Аҵәаӷәа астиль:"
-#: linestyletabpage.ui:130
+#: cui/uiconfig/ui/linestyletabpage.ui:130
msgctxt "linestyletabpage|FT_TYPE"
msgid "_Type:"
msgstr "Атип:"
-#: linestyletabpage.ui:146
+#: cui/uiconfig/ui/linestyletabpage.ui:146
#, fuzzy
msgctxt "linestyletabpage|FT_NUMBER"
msgid "_Number:"
msgstr "Аномер:"
-#: linestyletabpage.ui:162
+#: cui/uiconfig/ui/linestyletabpage.ui:162
msgctxt "linestyletabpage|FT_LENGTH"
msgid "_Length:"
msgstr "Аура:"
-#: linestyletabpage.ui:178
+#: cui/uiconfig/ui/linestyletabpage.ui:178
msgctxt "linestyletabpage|FT_DISTANCE"
msgid "_Spacing:"
msgstr "Аинтервал:"
-#: linestyletabpage.ui:191
+#: cui/uiconfig/ui/linestyletabpage.ui:191
msgctxt "linestyletabpage|CBX_SYNCHRONIZE"
msgid "_Fit to line width"
msgstr "Аҵәаӷәа аҭбаарала"
-#: linestyletabpage.ui:354
+#: cui/uiconfig/ui/linestyletabpage.ui:349
msgctxt "linestyletabpage|BTN_MODIFY"
msgid "_Modify"
msgstr "Иҧсахтәуп"
-#: linestyletabpage.ui:392
+#: cui/uiconfig/ui/linestyletabpage.ui:387
msgctxt "linestyletabpage|BTN_LOAD|tooltip_text"
msgid "Load Line Styles"
msgstr "Иҭагалатәуп аҵәаӷәақәа рстильқа реизак"
-#: linestyletabpage.ui:410
+#: cui/uiconfig/ui/linestyletabpage.ui:405
msgctxt "linestyletabpage|BTN_SAVE|tooltip_text"
msgid "Save Line Styles"
msgstr "Иеиқәырхатәуп аҵәаӷәақәа рстильқәа реизга"
-#: linestyletabpage.ui:465
+#: cui/uiconfig/ui/linestyletabpage.ui:460
msgctxt "linestyletabpage|label1"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа"
-#: linetabpage.ui:30
+#: cui/uiconfig/ui/linetabpage.ui:30
msgctxt "linetabpage|liststoreCAP_STYLE"
msgid "Flat"
msgstr ""
-#: linetabpage.ui:34
+#: cui/uiconfig/ui/linetabpage.ui:34
#, fuzzy
msgctxt "linetabpage|liststoreCAP_STYLE"
msgid "Round"
msgstr "афунт"
-#: linetabpage.ui:38
+#: cui/uiconfig/ui/linetabpage.ui:38
msgctxt "linetabpage|liststoreCAP_STYLE"
msgid "Square"
msgstr "Аквадрат"
-#: linetabpage.ui:52
+#: cui/uiconfig/ui/linetabpage.ui:52
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "Rounded"
msgstr ""
-#: linetabpage.ui:56
+#: cui/uiconfig/ui/linetabpage.ui:56
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "- none -"
msgstr "- иап -"
-#: linetabpage.ui:60
+#: cui/uiconfig/ui/linetabpage.ui:60
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "Mitered"
msgstr ""
-#: linetabpage.ui:64
+#: cui/uiconfig/ui/linetabpage.ui:64
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "Beveled"
-msgstr ""
+msgstr "Илгәыгәу"
-#: linetabpage.ui:109
+#: cui/uiconfig/ui/linetabpage.ui:109
msgctxt "linetabpage|FT_LINE_STYLE"
msgid "_Style:"
msgstr "Астиль:"
-#: linetabpage.ui:148
+#: cui/uiconfig/ui/linetabpage.ui:148
msgctxt "linetabpage|FT_COLOR"
msgid "Colo_r:"
msgstr "Аҧштәы:"
-#: linetabpage.ui:186
+#: cui/uiconfig/ui/linetabpage.ui:186
msgctxt "linetabpage|FT_LINE_WIDTH"
msgid "_Width:"
msgstr "_Аҭбаара:"
-#: linetabpage.ui:228
+#: cui/uiconfig/ui/linetabpage.ui:227
msgctxt "linetabpage|FT_TRANSPARENT"
msgid "_Transparency:"
msgstr ""
-#: linetabpage.ui:267
+#: cui/uiconfig/ui/linetabpage.ui:265
#, fuzzy
msgctxt "linetabpage|label1"
msgid "Line Properties"
msgstr "Атаблица аҷыдаҟазшьақәа"
-#: linetabpage.ui:315
+#: cui/uiconfig/ui/linetabpage.ui:313
msgctxt "linetabpage|FT_LINE_ENDS_STYLE"
msgid "Start st_yle:"
msgstr ""
-#: linetabpage.ui:355
+#: cui/uiconfig/ui/linetabpage.ui:353
msgctxt "linetabpage|label5"
msgid "End sty_le:"
msgstr ""
-#: linetabpage.ui:377
-#, fuzzy
+#: cui/uiconfig/ui/linetabpage.ui:375
msgctxt "linetabpage|FT_LINE_START_WIDTH"
msgid "Wi_dth:"
-msgstr "Аҭбаара:"
+msgstr "Ашәпара:"
-#: linetabpage.ui:404
-#, fuzzy
+#: cui/uiconfig/ui/linetabpage.ui:401
msgctxt "linetabpage|TSB_CENTER_START"
msgid "Ce_nter"
msgstr "Ацентр ала"
-#: linetabpage.ui:438
-#, fuzzy
+#: cui/uiconfig/ui/linetabpage.ui:435
msgctxt "linetabpage|FT_LINE_END_WIDTH"
msgid "W_idth:"
-msgstr "Аҭбаара:"
+msgstr "Ашәпара:"
-#: linetabpage.ui:465
-#, fuzzy
+#: cui/uiconfig/ui/linetabpage.ui:461
msgctxt "linetabpage|TSB_CENTER_END"
msgid "C_enter"
msgstr "Ацентр ала"
-#: linetabpage.ui:497
+#: cui/uiconfig/ui/linetabpage.ui:493
msgctxt "linetabpage|CBX_SYNCHRONIZE"
msgid "Synchroni_ze ends"
msgstr ""
-#: linetabpage.ui:519
+#: cui/uiconfig/ui/linetabpage.ui:515
msgctxt "linetabpage|label2"
msgid "Arrow Styles"
msgstr ""
-#: linetabpage.ui:555
+#: cui/uiconfig/ui/linetabpage.ui:551
msgctxt "linetabpage|FT_EDGE_STYLE"
msgid "_Corner style:"
-msgstr ""
+msgstr "Акәакь астиль:"
-#: linetabpage.ui:571
+#: cui/uiconfig/ui/linetabpage.ui:567
msgctxt "linetabpage|FT_CAP_STYLE"
msgid "Ca_p style:"
-msgstr ""
+msgstr "Анҵәамҭа астиль:"
-#: linetabpage.ui:616
+#: cui/uiconfig/ui/linetabpage.ui:612
msgctxt "linetabpage|label3"
msgid "Corner and Cap Styles"
-msgstr ""
+msgstr "Акәакьқәеи анҵәамҭақеи рстильқәа"
-#: linetabpage.ui:649
+#: cui/uiconfig/ui/linetabpage.ui:645
msgctxt "linetabpage|MB_SYMBOL_BITMAP"
msgid "Select..."
msgstr "Алхра..."
-#: linetabpage.ui:671
+#: cui/uiconfig/ui/linetabpage.ui:667
msgctxt "linetabpage|FT_SYMBOL_WIDTH"
msgid "Widt_h:"
msgstr "Аҭбаара:"
-#: linetabpage.ui:699
+#: cui/uiconfig/ui/linetabpage.ui:694
msgctxt "linetabpage|CB_SYMBOL_RATIO"
msgid "_Keep ratio"
msgstr ""
-#: linetabpage.ui:719
+#: cui/uiconfig/ui/linetabpage.ui:714
msgctxt "linetabpage|FT_SYMBOL_HEIGHT"
msgid "Hei_ght:"
msgstr "Аҳаракыра:"
-#: linetabpage.ui:759
+#: cui/uiconfig/ui/linetabpage.ui:753
msgctxt "linetabpage|label4"
msgid "Icon"
msgstr ""
-#: linetabpage.ui:798
+#: cui/uiconfig/ui/linetabpage.ui:792
msgctxt "linetabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: linetabpage.ui:824
+#: cui/uiconfig/ui/linetabpage.ui:818
msgctxt "linetabpage|menuitem1"
msgid "_No Symbol"
msgstr ""
-#: linetabpage.ui:832
+#: cui/uiconfig/ui/linetabpage.ui:826
msgctxt "linetabpage|menuitem2"
msgid "_Automatic"
msgstr "Автоматикала"
-#: linetabpage.ui:840
+#: cui/uiconfig/ui/linetabpage.ui:834
msgctxt "linetabpage|menuitem3"
msgid "_From file..."
msgstr "Афаил аҟынтәи..."
-#: linetabpage.ui:848
+#: cui/uiconfig/ui/linetabpage.ui:842
msgctxt "linetabpage|menuitem4"
msgid "_Gallery"
msgstr "Агалереиа"
-#: linetabpage.ui:856
+#: cui/uiconfig/ui/linetabpage.ui:850
msgctxt "linetabpage|menuitem5"
msgid "_Symbols"
msgstr "Асимволқәа"
-#: macroassigndialog.ui:8
+#: cui/uiconfig/ui/macroassigndialog.ui:8
msgctxt "macroassigndialog|MacroAssignDialog"
msgid "Assign Action"
-msgstr ""
+msgstr "Иазалхтәуп аҟаҵара"
-#: macroassignpage.ui:57
+#: cui/uiconfig/ui/macroassignpage.ui:57
msgctxt "macroassignpage|eventft"
msgid "Event"
msgstr "Ахҭыс"
-#: macroassignpage.ui:70
+#: cui/uiconfig/ui/macroassignpage.ui:70
msgctxt "macroassignpage|assignft"
msgid "Assigned Action"
-msgstr ""
+msgstr "Иазалху аҟаҵара"
-#: macroassignpage.ui:95
+#: cui/uiconfig/ui/macroassignpage.ui:95
msgctxt "macroassignpage|libraryft1"
msgid "Assignments"
-msgstr ""
+msgstr "Азалхрақәа"
-#: macroassignpage.ui:130
+#: cui/uiconfig/ui/macroassignpage.ui:130
msgctxt "macroassignpage|assign"
msgid "M_acro..."
msgstr "Амакрос..."
-#: macroassignpage.ui:144
+#: cui/uiconfig/ui/macroassignpage.ui:144
msgctxt "macroassignpage|component"
msgid "Com_ponent..."
msgstr "Акомпонент..."
-#: macroassignpage.ui:158
+#: cui/uiconfig/ui/macroassignpage.ui:158
msgctxt "macroassignpage|delete"
msgid "Remove"
msgstr "Ианыхтәуп"
-#: macroassignpage.ui:216
+#: cui/uiconfig/ui/macroassignpage.ui:216
msgctxt "macroassignpage|label1"
msgid "Assign"
-msgstr ""
+msgstr "Иазалхтәуп"
-#: macroselectordialog.ui:8
+#: cui/uiconfig/ui/macroselectordialog.ui:8
msgctxt "macroselectordialog|MacroSelectorDialog"
msgid "Macro Selector"
msgstr "Амакрос алхра"
-#: macroselectordialog.ui:37
+#: cui/uiconfig/ui/macroselectordialog.ui:37
msgctxt "macroselectordialog|add"
msgid "Add"
msgstr "Иацҵатәуп"
-#: macroselectordialog.ui:114
+#: cui/uiconfig/ui/macroselectordialog.ui:114
msgctxt "macroselectordialog|helpmacro"
msgid "Select the library that contains the macro you want. Then select the macro under 'Macro name'."
msgstr ""
-#: macroselectordialog.ui:130
+#: cui/uiconfig/ui/macroselectordialog.ui:130
msgctxt "macroselectordialog|helptoolbar"
msgid "To add a command to a toolbar, select the category and then the command. Then drag the command to the Commands list of the Toolbars tab page in the Customize dialog."
msgstr ""
-#: macroselectordialog.ui:184
+#: cui/uiconfig/ui/macroselectordialog.ui:184
msgctxt "macroselectordialog|libraryft"
msgid "Library"
msgstr "Абиблиотека"
-#: macroselectordialog.ui:199
+#: cui/uiconfig/ui/macroselectordialog.ui:199
msgctxt "macroselectordialog|categoryft"
msgid "Category"
msgstr "Акатегориа"
-#: macroselectordialog.ui:256
+#: cui/uiconfig/ui/macroselectordialog.ui:256
msgctxt "macroselectordialog|macronameft"
msgid "Macro Name"
msgstr "Амакрос ахьӡ"
-#: macroselectordialog.ui:272
+#: cui/uiconfig/ui/macroselectordialog.ui:272
msgctxt "macroselectordialog|commandsft"
msgid "Commands"
msgstr "Акомандақәа"
-#: macroselectordialog.ui:341
+#: cui/uiconfig/ui/macroselectordialog.ui:341
msgctxt "macroselectordialog|label1"
msgid "Description"
msgstr "Ахҳәаа"
-#: menuassignpage.ui:59
+#: cui/uiconfig/ui/menuassignpage.ui:13
+msgctxt "menuassignpage|gear_add"
+msgid "_Add..."
+msgstr "_Иацҵатәуп..."
+
+#: cui/uiconfig/ui/menuassignpage.ui:21
+msgctxt "menuassignpage|gear_delete"
+msgid "_Delete"
+msgstr "Ианыхтәуп"
+
+#: cui/uiconfig/ui/menuassignpage.ui:29
+msgctxt "menuassignpage|gear_rename"
+msgid "_Rename..."
+msgstr "Ахьӡ ҧсахтәуп..."
+
+#: cui/uiconfig/ui/menuassignpage.ui:37
+msgctxt "menuassignpage|gear_move"
+msgid "_Move..."
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:51
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "_Icon and text"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:59
+msgctxt "menuassignpage|gear_iconOnly"
+msgid "Icon _only"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:67
+msgctxt "menuassignpage|gear_textOnly"
+msgid "_Text only"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:119
msgctxt "menuassignpage|contentslabel"
msgid "_Search"
msgstr "Аҧшаара"
-#: menuassignpage.ui:75
-msgctxt "menuassignpage|contentslabel"
-msgid "Categor_y"
-msgstr "Акатегориа"
+#: cui/uiconfig/ui/menuassignpage.ui:136
+msgctxt "menuassignpage|desc"
+msgid "Local help is not installed."
+msgstr ""
-#: menuassignpage.ui:90
+#: cui/uiconfig/ui/menuassignpage.ui:157
+msgctxt "menuassignpage|label33"
+msgid "D_escription"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:191
msgctxt "menuassignpage|contentslabel"
msgid "_Function"
msgstr "Афункциа"
-#: menuassignpage.ui:105
-msgctxt "menuassignpage|label33"
-msgid "Description"
-msgstr "Ахҳәаа"
+#: cui/uiconfig/ui/menuassignpage.ui:217
+msgctxt "menuassignpage|contentslabel"
+msgid "Categor_y"
+msgstr "Акатегориа"
-#: menuassignpage.ui:117
+#: cui/uiconfig/ui/menuassignpage.ui:230
msgctxt "menuassignpage|searchEntry"
msgid "Type to search"
msgstr ""
-#: menuassignpage.ui:160
-msgctxt "menuassignpage|desc"
-msgid "Local help is not installed."
-msgstr ""
-
-#: menuassignpage.ui:190
-msgctxt "menuassignpage|add"
-msgid "Add item"
-msgstr "Иацҵатәуп"
-
-#: menuassignpage.ui:220
-msgctxt "menuassignpage|remove"
-msgid "Remove item"
-msgstr "Ианыхтәуп"
-
-#: menuassignpage.ui:267
+#: cui/uiconfig/ui/menuassignpage.ui:257
msgctxt "menuassignpage|functionbtn"
msgid "_Function"
msgstr "Афункциа"
-#: menuassignpage.ui:387
+#: cui/uiconfig/ui/menuassignpage.ui:302
+msgctxt "menuassignpage|gearbtn"
+msgid "Gear Menu"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:303
+msgctxt "menuassignpage|gearbtn"
+msgid "Contains commands to modify or delete the selected toolbar or the top level menu, and the command to add new toolbars or top level menus."
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:370
msgctxt "menuassignpage|insert"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: menuassignpage.ui:405
+#: cui/uiconfig/ui/menuassignpage.ui:388
msgctxt "menuassignpage|modify"
msgid "_Modify"
msgstr "Иҧсахтәуп"
-#: menuassignpage.ui:423
+#: cui/uiconfig/ui/menuassignpage.ui:406
msgctxt "menuassignpage|defaultsbtn"
msgid "_Defaults"
msgstr "Астандарт"
-#: menuassignpage.ui:434
-msgctxt "menuassignpage|defaultsbtn-atkobject"
+#: cui/uiconfig/ui/menuassignpage.ui:417
+msgctxt "menuassignpage|defaultsbtn"
msgid "Resets the selected toolbar, menu, or context menu to its default state."
msgstr ""
-#: menuassignpage.ui:537
+#: cui/uiconfig/ui/menuassignpage.ui:451
+msgctxt "menuassignpage|add"
+msgid "Add item"
+msgstr "Иацҵатәуп"
+
+#: cui/uiconfig/ui/menuassignpage.ui:481
+msgctxt "menuassignpage|remove"
+msgid "Remove item"
+msgstr "Ианыхтәуп"
+
+#: cui/uiconfig/ui/menuassignpage.ui:518
+msgctxt "menuassignpage|moveupbtn"
+msgid "Move up"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:531
+msgctxt "menuassignpage|movedownbtn"
+msgid "Move down"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:550
+msgctxt "menuassignpage|scopelabel"
+msgid "S_cope"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:563
+msgctxt "menuassignpage|targetlabel"
+msgid "_Target"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:576
+msgctxt "menuassignpage|functionlabel"
+msgid "F_unction"
+msgstr "Афункциа"
+
+#: cui/uiconfig/ui/menuassignpage.ui:589
+msgctxt "menuassignpage|customizelabel"
+msgid "_Customize"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:671
msgctxt "menuassignpage|insertseparator"
msgid "Insert Separator"
msgstr ""
-#: menuassignpage.ui:545
+#: cui/uiconfig/ui/menuassignpage.ui:679
msgctxt "menuassignpage|insertsubmenu"
msgid "Insert Submenu"
msgstr ""
-#: menuassignpage.ui:557
+#: cui/uiconfig/ui/menuassignpage.ui:691
msgctxt "menuassignpage|renameItem"
msgid "Rename..."
msgstr "Ахьӡ ҧсахтәуп..."
-#: menuassignpage.ui:565
+#: cui/uiconfig/ui/menuassignpage.ui:699
msgctxt "menuassignpage|changeIcon"
msgid "Change Icon..."
msgstr ""
-#: menuassignpage.ui:573
+#: cui/uiconfig/ui/menuassignpage.ui:707
msgctxt "menuassignpage|resetIcon"
msgid "Reset Icon"
msgstr ""
-#: menuassignpage.ui:581
+#: cui/uiconfig/ui/menuassignpage.ui:715
msgctxt "menuassignpage|restoreItem"
msgid "Restore Default Command"
msgstr ""
-#: mosaicdialog.ui:16
+#: cui/uiconfig/ui/mosaicdialog.ui:16
msgctxt "mosaicdialog|MosaicDialog"
msgid "Mosaic"
msgstr "Амозаика"
-#: mosaicdialog.ui:144
+#: cui/uiconfig/ui/mosaicdialog.ui:144
msgctxt "mosaicdialog|label2"
msgid "_Width:"
msgstr "_Аҭбаара:"
-#: mosaicdialog.ui:168
+#: cui/uiconfig/ui/mosaicdialog.ui:168
msgctxt "mosaicdialog|height"
msgid "2"
msgstr "2"
-#: mosaicdialog.ui:182
+#: cui/uiconfig/ui/mosaicdialog.ui:182
msgctxt "mosaicdialog|label3"
msgid "_Height:"
msgstr "Аҳаракыра:"
-#: mosaicdialog.ui:199
+#: cui/uiconfig/ui/mosaicdialog.ui:199
msgctxt "mosaicdialog|edges"
msgid "E_nhance edges"
msgstr ""
-#: mosaicdialog.ui:226
+#: cui/uiconfig/ui/mosaicdialog.ui:226
msgctxt "mosaicdialog|label1"
msgid "Parameters"
msgstr "Апараметрқәа"
-#: movemenu.ui:19
+#: cui/uiconfig/ui/movemenu.ui:19
msgctxt "movemenu|MoveMenuDialog"
msgid "New Menu"
msgstr "Ахкынҵа аҧҵара"
-#: movemenu.ui:103
+#: cui/uiconfig/ui/movemenu.ui:103
msgctxt "movemenu|menunameft"
msgid "Menu name:"
-msgstr ""
+msgstr "Ахкынҵа ахьӡ:"
-#: movemenu.ui:197
+#: cui/uiconfig/ui/movemenu.ui:196
msgctxt "movemenu|label1"
msgid "Menu _position:"
msgstr ""
-#: movemenu.ui:244
+#: cui/uiconfig/ui/movemenu.ui:243
msgctxt "movemenu|up-atkobject"
msgid "Up"
msgstr "Хыхь"
-#: movemenu.ui:262
+#: cui/uiconfig/ui/movemenu.ui:261
msgctxt "movemenu|down-atkobject"
msgid "Down"
msgstr "Ҵаҟа"
-#: multipathdialog.ui:9
+#: cui/uiconfig/ui/multipathdialog.ui:9
msgctxt "multipathdialog|MultiPathDialog"
msgid "Select Paths"
msgstr "Иалхтәуп амҩақәа"
-#: multipathdialog.ui:107
+#: cui/uiconfig/ui/multipathdialog.ui:107
msgctxt "multipathdialog|add"
msgid "_Add..."
msgstr "Иацҵатәуп..."
-#: multipathdialog.ui:164
+#: cui/uiconfig/ui/multipathdialog.ui:164
msgctxt "multipathdialog|pathlist"
msgid "Path list:"
-msgstr ""
+msgstr "Амҩақҩа рыхьӡынҵа:"
-#: multipathdialog.ui:185
+#: cui/uiconfig/ui/multipathdialog.ui:185
msgctxt "multipathdialog|label1"
msgid "Mark the Default Path for New Files"
msgstr ""
-#: namedialog.ui:8
+#: cui/uiconfig/ui/namedialog.ui:8
msgctxt "namedialog|NameDialog"
msgid "Name"
msgstr "Ахьӡ"
-#: newlibdialog.ui:8
+#: cui/uiconfig/ui/newlibdialog.ui:8
msgctxt "newlibdialog|NewLibDialog"
msgid "Create Library"
msgstr "Иаҧҵатәуп абиблиотека"
-#: newlibdialog.ui:28
+#: cui/uiconfig/ui/newlibdialog.ui:71
msgctxt "newlibdialog|newlibft"
msgid "Enter the name for the new library."
msgstr "Иҭажәгал абиблиотекаҿыц ахьӡ."
-#: newlibdialog.ui:57
+#: cui/uiconfig/ui/newlibdialog.ui:97
msgctxt "newlibdialog|newmacroft"
msgid "Enter the name for the new macro."
msgstr "Иҭажәгал амакросҿыц ахьӡ."
-#: newlibdialog.ui:73
+#: cui/uiconfig/ui/newlibdialog.ui:111
msgctxt "newlibdialog|renameft"
msgid "Enter the new name for the selected object."
msgstr "Иҭажәгал иалху аобиеқтҿыц ахьӡ."
-#: newlibdialog.ui:88
+#: cui/uiconfig/ui/newlibdialog.ui:125
msgctxt "newlibdialog|altmacrotitle"
msgid "Create Macro"
msgstr "Иаҧҵатәуп амакрос"
-#: newlibdialog.ui:102
+#: cui/uiconfig/ui/newlibdialog.ui:137
msgctxt "newlibdialog|altrenametitle"
msgid "Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: newtabledialog.ui:22
+#: cui/uiconfig/ui/newtabledialog.ui:22
msgctxt "newtabledialog|NewTableDialog"
msgid "Insert Table"
msgstr "Ибжьаргылатәуп атаблица"
-#: newtabledialog.ui:99
+#: cui/uiconfig/ui/newtabledialog.ui:99
msgctxt "newtabledialog|columns_label"
msgid "_Number of columns:"
-msgstr ""
+msgstr "Аиҵагылақәа рхыҧхьаӡара:"
-#: newtabledialog.ui:116
+#: cui/uiconfig/ui/newtabledialog.ui:116
msgctxt "newtabledialog|rows_label"
msgid "_Number of rows:"
-msgstr ""
+msgstr "Ацәаҳәақәа рхыҧхьаӡара:"
-#: newtoolbardialog.ui:8
+#: cui/uiconfig/ui/newtoolbardialog.ui:8
msgctxt "newtoolbardialog|NewToolbarDialog"
msgid "Name"
msgstr "Ахьӡ"
-#: newtoolbardialog.ui:93
+#: cui/uiconfig/ui/newtoolbardialog.ui:93
msgctxt "newtoolbardialog|label1"
msgid "_Toolbar name:"
msgstr ""
-#: newtoolbardialog.ui:134
+#: cui/uiconfig/ui/newtoolbardialog.ui:133
msgctxt "newtoolbardialog|label2"
msgid "_Save in:"
msgstr "Еиқәырхатәуп абра:"
-#: numberingformatpage.ui:38
+#: cui/uiconfig/ui/numberingformatpage.ui:38
msgctxt "numberingformatpage|liststore1"
msgid "All"
msgstr "Зегьы"
-#: numberingformatpage.ui:41
+#: cui/uiconfig/ui/numberingformatpage.ui:41
msgctxt "numberingformatpage|liststore1"
msgid "User-defined"
msgstr "Иҷыдоу"
-#: numberingformatpage.ui:44
-#, fuzzy
+#: cui/uiconfig/ui/numberingformatpage.ui:44
msgctxt "numberingformatpage|liststore1"
msgid "Number"
-msgstr "Аномер:"
+msgstr "Ахыҧхьаӡаратә"
-#: numberingformatpage.ui:47
+#: cui/uiconfig/ui/numberingformatpage.ui:47
msgctxt "numberingformatpage|liststore1"
msgid "Percent"
msgstr "Апроценттә"
-#: numberingformatpage.ui:50
+#: cui/uiconfig/ui/numberingformatpage.ui:50
msgctxt "numberingformatpage|liststore1"
msgid "Currency"
-msgstr ""
+msgstr "Аҧаратәи"
-#: numberingformatpage.ui:53
+#: cui/uiconfig/ui/numberingformatpage.ui:53
msgctxt "numberingformatpage|liststore1"
msgid "Date"
msgstr "Арыцхә"
-#: numberingformatpage.ui:56
+#: cui/uiconfig/ui/numberingformatpage.ui:56
msgctxt "numberingformatpage|liststore1"
msgid "Time"
msgstr "Аамҭа"
-#: numberingformatpage.ui:59
+#: cui/uiconfig/ui/numberingformatpage.ui:59
msgctxt "numberingformatpage|liststore1"
msgid "Scientific"
msgstr "Анаукатә"
-#: numberingformatpage.ui:62
+#: cui/uiconfig/ui/numberingformatpage.ui:62
#, fuzzy
msgctxt "numberingformatpage|liststore1"
msgid "Fraction"
msgstr "Афункциа"
-#: numberingformatpage.ui:65
+#: cui/uiconfig/ui/numberingformatpage.ui:65
msgctxt "numberingformatpage|liststore1"
msgid "Boolean Value"
msgstr "Алогикатә"
-#: numberingformatpage.ui:68
+#: cui/uiconfig/ui/numberingformatpage.ui:68
msgctxt "numberingformatpage|liststore1"
msgid "Text"
msgstr "Атеқст"
-#: numberingformatpage.ui:79
+#: cui/uiconfig/ui/numberingformatpage.ui:79
msgctxt "numberingformatpage|liststore2"
msgid "Automatically"
msgstr "Автоматикала"
-#: numberingformatpage.ui:126
+#: cui/uiconfig/ui/numberingformatpage.ui:125
msgctxt "numberingformatpage|add|tooltip_text"
msgid "Add"
msgstr "Иацҵатәуп"
-#: numberingformatpage.ui:141
+#: cui/uiconfig/ui/numberingformatpage.ui:140
msgctxt "numberingformatpage|edit|tooltip_text"
msgid "Edit Comment"
msgstr "Иҧсахтәуп акомментари"
-#: numberingformatpage.ui:156
+#: cui/uiconfig/ui/numberingformatpage.ui:155
msgctxt "numberingformatpage|delete|tooltip_text"
msgid "Remove"
msgstr "Ианыхтәуп"
-#: numberingformatpage.ui:197
+#: cui/uiconfig/ui/numberingformatpage.ui:180
+msgctxt "numberingformatpage|commented|tooltip_text"
+msgid "Comment"
+msgstr "Акомментари"
+
+#: cui/uiconfig/ui/numberingformatpage.ui:196
msgctxt "numberingformatpage|formatf"
msgid "_Format code"
msgstr "Аформат_акод"
-#: numberingformatpage.ui:293
+#: cui/uiconfig/ui/numberingformatpage.ui:289
msgctxt "numberingformatpage|decimalsft"
msgid "_Decimal places:"
msgstr ""
-#: numberingformatpage.ui:308
+#: cui/uiconfig/ui/numberingformatpage.ui:304
msgctxt "numberingformatpage|denominatorft"
msgid "Den_ominator places:"
msgstr ""
-#: numberingformatpage.ui:329
+#: cui/uiconfig/ui/numberingformatpage.ui:325
msgctxt "numberingformatpage|leadzerosft"
msgid "Leading _zeroes:"
msgstr ""
-#: numberingformatpage.ui:340
+#: cui/uiconfig/ui/numberingformatpage.ui:336
msgctxt "numberingformatpage|negnumred"
msgid "_Negative numbers red"
msgstr ""
-#: numberingformatpage.ui:362
+#: cui/uiconfig/ui/numberingformatpage.ui:358
msgctxt "numberingformatpage|thousands"
msgid "_Thousands separator"
msgstr ""
-#: numberingformatpage.ui:378
+#: cui/uiconfig/ui/numberingformatpage.ui:374
msgctxt "numberingformatpage|engineering"
msgid "_Engineering notation"
msgstr ""
-#: numberingformatpage.ui:406
+#: cui/uiconfig/ui/numberingformatpage.ui:402
msgctxt "numberingformatpage|optionsft"
msgid "Options"
msgstr "Апараметрқәа"
-#: numberingformatpage.ui:463
+#: cui/uiconfig/ui/numberingformatpage.ui:459
msgctxt "numberingformatpage|categoryft"
msgid "C_ategory"
msgstr "Акатегориа"
-#: numberingformatpage.ui:536
+#: cui/uiconfig/ui/numberingformatpage.ui:532
msgctxt "numberingformatpage|formatft"
msgid "Fo_rmat"
msgstr "_Аформат"
-#: numberingformatpage.ui:596
+#: cui/uiconfig/ui/numberingformatpage.ui:592
msgctxt "numberingformatpage|sourceformat"
msgid "So_urce format"
msgstr ""
-#: numberingformatpage.ui:617
+#: cui/uiconfig/ui/numberingformatpage.ui:613
msgctxt "numberingformatpage|languageft"
msgid "_Language"
msgstr "Абызшәа"
-#: numberingoptionspage.ui:64
+#: cui/uiconfig/ui/numberingoptionspage.ui:64
msgctxt "numberingoptionspage|label1"
msgid "Level"
-msgstr ""
+msgstr "Аҩаӡара"
-#: numberingoptionspage.ui:110
+#: cui/uiconfig/ui/numberingoptionspage.ui:110
msgctxt "numberingoptionspage|label4"
msgid "Number:"
msgstr "Аномер:"
-#: numberingoptionspage.ui:159
+#: cui/uiconfig/ui/numberingoptionspage.ui:157
#, fuzzy
msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "Алагамҭа арыцхә"
-#: numberingoptionspage.ui:183
+#: cui/uiconfig/ui/numberingoptionspage.ui:181
msgctxt "numberingoptionspage|bitmapft"
msgid "Graphics:"
msgstr "Асахьақәа:"
-#: numberingoptionspage.ui:197
+#: cui/uiconfig/ui/numberingoptionspage.ui:195
msgctxt "numberingoptionspage|widthft"
msgid "Width:"
msgstr "Аҭбаара:"
-#: numberingoptionspage.ui:224
+#: cui/uiconfig/ui/numberingoptionspage.ui:221
msgctxt "numberingoptionspage|heightft"
msgid "Height:"
msgstr "Аҳаракыра:"
-#: numberingoptionspage.ui:250
+#: cui/uiconfig/ui/numberingoptionspage.ui:246
msgctxt "numberingoptionspage|keepratio"
msgid "Keep ratio"
msgstr ""
-#: numberingoptionspage.ui:266
+#: cui/uiconfig/ui/numberingoptionspage.ui:263
msgctxt "numberingoptionspage|orientft"
msgid "Alignment:"
msgstr "Аиҟаратәра:"
-#: numberingoptionspage.ui:281
+#: cui/uiconfig/ui/numberingoptionspage.ui:278
msgctxt "numberingoptionspage|orientlb"
msgid "Top of baseline"
msgstr "Ихадоу аҵәаӷәа хыхьла"
-#: numberingoptionspage.ui:282
+#: cui/uiconfig/ui/numberingoptionspage.ui:279
msgctxt "numberingoptionspage|orientlb"
msgid "Center of baseline"
msgstr "Ихадоу аҵәаӷәа ацентр аҟны"
-#: numberingoptionspage.ui:283
+#: cui/uiconfig/ui/numberingoptionspage.ui:280
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of baseline"
msgstr "Ихадоу аҵәаӷәа ҵаҟала"
-#: numberingoptionspage.ui:284
+#: cui/uiconfig/ui/numberingoptionspage.ui:281
msgctxt "numberingoptionspage|orientlb"
msgid "Top of character"
msgstr "Асимвол хыхьла"
-#: numberingoptionspage.ui:285
+#: cui/uiconfig/ui/numberingoptionspage.ui:282
msgctxt "numberingoptionspage|orientlb"
msgid "Center of character"
msgstr "Асимвол ацентр аҟны"
-#: numberingoptionspage.ui:286
+#: cui/uiconfig/ui/numberingoptionspage.ui:283
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of character"
msgstr "Асимвол ҵаҟала"
-#: numberingoptionspage.ui:287
+#: cui/uiconfig/ui/numberingoptionspage.ui:284
msgctxt "numberingoptionspage|orientlb"
msgid "Top of line"
-msgstr ""
+msgstr "Хыхьтәи ацәаҳәа"
-#: numberingoptionspage.ui:288
+#: cui/uiconfig/ui/numberingoptionspage.ui:285
msgctxt "numberingoptionspage|orientlb"
msgid "Center of line"
msgstr "Ацәаҳәа ацентр аҟны"
-#: numberingoptionspage.ui:289
+#: cui/uiconfig/ui/numberingoptionspage.ui:286
#, fuzzy
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of line"
msgstr "Ихадоу аҵәаӷәа ҵаҟала"
-#: numberingoptionspage.ui:299
+#: cui/uiconfig/ui/numberingoptionspage.ui:296
msgctxt "numberingoptionspage|bitmap"
msgid "Select..."
msgstr "Алхра..."
-#: numberingoptionspage.ui:333
+#: cui/uiconfig/ui/numberingoptionspage.ui:329
msgctxt "numberingoptionspage|bullet"
msgid "Select..."
msgstr "Алхра..."
-#: numberingoptionspage.ui:352
+#: cui/uiconfig/ui/numberingoptionspage.ui:348
msgctxt "numberingoptionspage|prefixft"
msgid "Before:"
msgstr "Аҧхьа:"
-#: numberingoptionspage.ui:373
+#: cui/uiconfig/ui/numberingoptionspage.ui:369
msgctxt "numberingoptionspage|separator"
msgid "Separator"
msgstr "Аиҟәшага"
-#: numberingoptionspage.ui:409
+#: cui/uiconfig/ui/numberingoptionspage.ui:403
msgctxt "numberingoptionspage|suffixft"
msgid "After:"
msgstr "Ашьҭахь:"
-#: numberingoptionspage.ui:423
+#: cui/uiconfig/ui/numberingoptionspage.ui:417
msgctxt "numberingoptionspage|sublevelsft"
msgid "Show sublevels:"
-msgstr ""
+msgstr "Аҩаӡарақәа зегьы:"
-#: numberingoptionspage.ui:438
+#: cui/uiconfig/ui/numberingoptionspage.ui:432
msgctxt "numberingoptionspage|bulletft"
msgid "Character:"
msgstr "Асимволқәа:"
-#: numberingoptionspage.ui:452
+#: cui/uiconfig/ui/numberingoptionspage.ui:446
msgctxt "numberingoptionspage|relsizeft"
msgid "_Relative size:"
msgstr "Амасштаб:"
-#: numberingoptionspage.ui:466
+#: cui/uiconfig/ui/numberingoptionspage.ui:460
msgctxt "numberingoptionspage|colorft"
msgid "Color:"
msgstr "Аҧштәы:"
-#: numberingoptionspage.ui:480
+#: cui/uiconfig/ui/numberingoptionspage.ui:474
msgctxt "numberingoptionspage|charstyleft"
msgid "Character style:"
msgstr "Асимвол астиль:"
-#: numberingoptionspage.ui:524
+#: cui/uiconfig/ui/numberingoptionspage.ui:518
msgctxt "numberingoptionspage|label2"
msgid "Numbering"
msgstr "Аномерркра"
-#: numberingoptionspage.ui:551
+#: cui/uiconfig/ui/numberingoptionspage.ui:545
msgctxt "numberingoptionspage|allsame"
msgid "_Consecutive numbering"
msgstr ""
-#: numberingoptionspage.ui:567
+#: cui/uiconfig/ui/numberingoptionspage.ui:561
msgctxt "numberingoptionspage|label3"
msgid "All Levels"
msgstr ""
-#: numberingoptionspage.ui:595
+#: cui/uiconfig/ui/numberingoptionspage.ui:589
msgctxt "numberingoptionspage|fromfile"
msgid "From file..."
msgstr "Афаил аҟынтәи..."
-#: numberingoptionspage.ui:603
+#: cui/uiconfig/ui/numberingoptionspage.ui:597
msgctxt "numberingoptionspage|gallery"
msgid "Gallery"
msgstr "Агалереиа"
-#: numberingpositionpage.ui:23
+#: cui/uiconfig/ui/numberingpositionpage.ui:23
#, fuzzy
msgctxt "numberingpositionpage|liststore1"
msgid "Left"
msgstr "Арымарахь ала"
-#: numberingpositionpage.ui:26
+#: cui/uiconfig/ui/numberingpositionpage.ui:26
msgctxt "numberingpositionpage|liststore1"
msgid "Centered"
msgstr "Ацентр ала"
-#: numberingpositionpage.ui:29
+#: cui/uiconfig/ui/numberingpositionpage.ui:29
#, fuzzy
msgctxt "numberingpositionpage|liststore1"
msgid "Right"
msgstr "Арыӷьарахь ала"
-#: numberingpositionpage.ui:40
+#: cui/uiconfig/ui/numberingpositionpage.ui:40
msgctxt "numberingpositionpage|liststore2"
msgid "Tab stop"
-msgstr ""
+msgstr "Атабулиациа ашьаҿа"
-#: numberingpositionpage.ui:43
+#: cui/uiconfig/ui/numberingpositionpage.ui:43
msgctxt "numberingpositionpage|liststore2"
msgid "Space"
msgstr "Абжьажь"
-#: numberingpositionpage.ui:46
+#: cui/uiconfig/ui/numberingpositionpage.ui:46
msgctxt "numberingpositionpage|liststore2"
msgid "Nothing"
-msgstr ""
+msgstr "Акагьы"
-#: numberingpositionpage.ui:88
+#: cui/uiconfig/ui/numberingpositionpage.ui:88
msgctxt "numberingpositionpage|1"
msgid "Level"
-msgstr ""
+msgstr "Аҩаӡара"
-#: numberingpositionpage.ui:139
+#: cui/uiconfig/ui/numberingpositionpage.ui:139
msgctxt "numberingpositionpage|numfollowedby"
msgid "Numbering followed by:"
-msgstr ""
+msgstr "Аномерркра ашьҭахь:"
-#: numberingpositionpage.ui:153
+#: cui/uiconfig/ui/numberingpositionpage.ui:153
msgctxt "numberingpositionpage|num2align"
msgid "N_umbering alignment:"
msgstr ""
-#: numberingpositionpage.ui:167
+#: cui/uiconfig/ui/numberingpositionpage.ui:167
msgctxt "numberingpositionpage|alignedat"
msgid "Aligned at:"
-msgstr ""
+msgstr "Аиҟаратәра:"
-#: numberingpositionpage.ui:181
+#: cui/uiconfig/ui/numberingpositionpage.ui:181
msgctxt "numberingpositionpage|indentat"
msgid "Indent at:"
msgstr ""
-#: numberingpositionpage.ui:217
+#: cui/uiconfig/ui/numberingpositionpage.ui:216
msgctxt "numberingpositionpage|at"
msgid "Tab stop at:"
-msgstr ""
+msgstr "Атабулиациа:"
-#: numberingpositionpage.ui:266
+#: cui/uiconfig/ui/numberingpositionpage.ui:263
msgctxt "numberingpositionpage|indent"
msgid "Indent:"
msgstr ""
-#: numberingpositionpage.ui:290
+#: cui/uiconfig/ui/numberingpositionpage.ui:286
msgctxt "numberingpositionpage|relative"
msgid "Relati_ve"
msgstr ""
-#: numberingpositionpage.ui:310
+#: cui/uiconfig/ui/numberingpositionpage.ui:306
msgctxt "numberingpositionpage|numberingwidth"
msgid "Width of numbering:"
-msgstr ""
+msgstr "Аномерркра аҭбаара:"
-#: numberingpositionpage.ui:350
+#: cui/uiconfig/ui/numberingpositionpage.ui:344
msgctxt "numberingpositionpage|numdist"
msgid ""
"Minimum space between\n"
"numbering and text:"
msgstr ""
-#: numberingpositionpage.ui:366
+#: cui/uiconfig/ui/numberingpositionpage.ui:360
msgctxt "numberingpositionpage|numalign"
msgid "N_umbering alignment:"
msgstr ""
-#: numberingpositionpage.ui:394
+#: cui/uiconfig/ui/numberingpositionpage.ui:388
#, fuzzy
msgctxt "numberingpositionpage|label10"
msgid "Position and Spacing"
msgstr "Аҭыҧи ашәагааи"
-#: numberingpositionpage.ui:416
+#: cui/uiconfig/ui/numberingpositionpage.ui:410
msgctxt "numberingpositionpage|standard"
msgid "Default"
msgstr "Астандарт"
-#: objectnamedialog.ui:8
+#: cui/uiconfig/ui/objectnamedialog.ui:8
msgctxt "objectnamedialog|ObjectNameDialog"
msgid "Name"
msgstr "Ахьӡ"
-#: objectnamedialog.ui:83
+#: cui/uiconfig/ui/objectnamedialog.ui:85
msgctxt "objectnamedialog|object_name_label"
msgid "_Name:"
msgstr "Ахьӡ:"
-#: objecttitledescdialog.ui:15
+#: cui/uiconfig/ui/objecttitledescdialog.ui:15
msgctxt "objecttitledescdialog|ObjectTitleDescDialog"
msgid "Description"
msgstr "Ахҳәаа"
-#: objecttitledescdialog.ui:90
+#: cui/uiconfig/ui/objecttitledescdialog.ui:92
#, fuzzy
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Title:"
msgstr "Ахы"
-#: objecttitledescdialog.ui:118
+#: cui/uiconfig/ui/objecttitledescdialog.ui:120
msgctxt "objecttitledescdialog|desc_label"
msgid "_Description:"
msgstr "Ахҳәаа:"
-#: optaccessibilitypage.ui:31
+#: cui/uiconfig/ui/optaccessibilitypage.ui:31
msgctxt "optaccessibilitypage|acctool"
msgid "Support _assistive technology tools (program restart required)"
msgstr ""
-#: optaccessibilitypage.ui:47
+#: cui/uiconfig/ui/optaccessibilitypage.ui:47
msgctxt "optaccessibilitypage|textselinreadonly"
msgid "Use te_xt selection cursor in read-only text documents"
msgstr ""
-#: optaccessibilitypage.ui:63
+#: cui/uiconfig/ui/optaccessibilitypage.ui:63
msgctxt "optaccessibilitypage|animatedgraphics"
msgid "Allow animated _images"
msgstr ""
-#: optaccessibilitypage.ui:79
+#: cui/uiconfig/ui/optaccessibilitypage.ui:79
msgctxt "optaccessibilitypage|animatedtext"
msgid "Allow animated _text"
msgstr ""
-#: optaccessibilitypage.ui:101
+#: cui/uiconfig/ui/optaccessibilitypage.ui:101
msgctxt "optaccessibilitypage|label1"
msgid "Miscellaneous Options"
msgstr "Еиуеиҧшым апараметрқәа"
-#: optaccessibilitypage.ui:134
+#: cui/uiconfig/ui/optaccessibilitypage.ui:134
msgctxt "optaccessibilitypage|autodetecthc"
msgid "Automatically _detect high contrast mode of operating system"
msgstr ""
-#: optaccessibilitypage.ui:150
+#: cui/uiconfig/ui/optaccessibilitypage.ui:150
msgctxt "optaccessibilitypage|autofontcolor"
msgid "Use automatic font _color for screen display"
msgstr ""
-#: optaccessibilitypage.ui:166
+#: cui/uiconfig/ui/optaccessibilitypage.ui:166
msgctxt "optaccessibilitypage|systempagepreviewcolor"
msgid "_Use system colors for page previews"
msgstr ""
-#: optaccessibilitypage.ui:188
+#: cui/uiconfig/ui/optaccessibilitypage.ui:188
msgctxt "optaccessibilitypage|label2"
msgid "Options for High Contrast Appearance"
msgstr "Аконтрасттә режим апараметрқәа"
-#: optadvancedpage.ui:38
+#: cui/uiconfig/ui/optadvancedpage.ui:38
#, fuzzy
msgctxt "optadvancedpage|javaenabled"
msgid "_Use a Java runtime environment"
msgstr "Иалхтәуп Java Runtime Environment"
-#: optadvancedpage.ui:72
+#: cui/uiconfig/ui/optadvancedpage.ui:72
msgctxt "optadvancedpage|label2"
msgid "_Java runtime environments (JRE) already installed:"
msgstr ""
-#: optadvancedpage.ui:98
+#: cui/uiconfig/ui/optadvancedpage.ui:98
#, fuzzy
msgctxt "optadvancedpage|add"
msgid "_Add..."
msgstr "Иацҵатәуп..."
-#: optadvancedpage.ui:112
-#, fuzzy
+#: cui/uiconfig/ui/optadvancedpage.ui:112
msgctxt "optadvancedpage|parameters"
msgid "_Parameters..."
-msgstr "Апараметрқәа"
+msgstr "Апараметрқәа..."
-#: optadvancedpage.ui:126
+#: cui/uiconfig/ui/optadvancedpage.ui:126
msgctxt "optadvancedpage|classpath"
msgid "_Class Path..."
-msgstr ""
+msgstr "Акласс амҩа..."
-#: optadvancedpage.ui:159
+#: cui/uiconfig/ui/optadvancedpage.ui:159
msgctxt "optadvancedpage|vendor"
msgid "Vendor"
msgstr ""
-#: optadvancedpage.ui:171
+#: cui/uiconfig/ui/optadvancedpage.ui:171
msgctxt "optadvancedpage|version"
msgid "Version"
msgstr "Аверсиа"
-#: optadvancedpage.ui:183
+#: cui/uiconfig/ui/optadvancedpage.ui:183
msgctxt "optadvancedpage|features"
msgid "Features"
msgstr "Алшарақәа"
-#: optadvancedpage.ui:195
+#: cui/uiconfig/ui/optadvancedpage.ui:195
msgctxt "optadvancedpage|a11y"
msgid "with accessibility support"
msgstr ""
-#: optadvancedpage.ui:206
+#: cui/uiconfig/ui/optadvancedpage.ui:206
msgctxt "optadvancedpage|selectruntime"
msgid "Select a Java Runtime Environment"
msgstr "Иалхтәуп Java Runtime Environment"
-#: optadvancedpage.ui:254
+#: cui/uiconfig/ui/optadvancedpage.ui:254
msgctxt "optadvancedpage|javapath"
msgid "Location: "
msgstr "Аҭыҧ:"
-#: optadvancedpage.ui:280
+#: cui/uiconfig/ui/optadvancedpage.ui:280
msgctxt "optadvancedpage|label1"
msgid "Java Options"
msgstr "Java апараметрқәа"
-#: optadvancedpage.ui:315
+#: cui/uiconfig/ui/optadvancedpage.ui:315
msgctxt "optadvancedpage|experimental"
msgid "Enable experimental features (may be unstable)"
msgstr ""
-#: optadvancedpage.ui:330
+#: cui/uiconfig/ui/optadvancedpage.ui:330
msgctxt "optadvancedpage|macrorecording"
msgid "Enable macro recording (may be limited)"
msgstr ""
-#: optadvancedpage.ui:344
-#, fuzzy
+#: cui/uiconfig/ui/optadvancedpage.ui:345
msgctxt "optadvancedpage|expertconfig"
msgid "Open Expert Configuration"
-msgstr "Аекперттә рхиарақәа"
+msgstr "Иаарттәуп аексперттә рхиарақәа"
-#: optadvancedpage.ui:364
+#: cui/uiconfig/ui/optadvancedpage.ui:365
msgctxt "optadvancedpage|label12"
msgid "Optional Features"
msgstr ""
-#: optappearancepage.ui:35
+#: cui/uiconfig/ui/optappearancepage.ui:35
msgctxt "optappearancepage|label3"
msgid "_Scheme:"
msgstr "А_схема:"
-#: optappearancepage.ui:88
+#: cui/uiconfig/ui/optappearancepage.ui:89
msgctxt "optappearancepage|label1"
msgid "Color Scheme"
-msgstr ""
+msgstr "Аҧштәы схема:"
-#: optappearancepage.ui:133
+#: cui/uiconfig/ui/optappearancepage.ui:134
msgctxt "optappearancepage|uielements"
msgid "User interface elements"
-msgstr ""
+msgstr "Аинтерфеис аелемент"
-#: optappearancepage.ui:145
+#: cui/uiconfig/ui/optappearancepage.ui:146
msgctxt "optappearancepage|colorsetting"
msgid "Color setting"
-msgstr ""
+msgstr "Аҧштәы"
-#: optappearancepage.ui:156
+#: cui/uiconfig/ui/optappearancepage.ui:157
msgctxt "optappearancepage|on"
msgid "On"
msgstr "Аҿак."
-#: optappearancepage.ui:189
-#, fuzzy
+#: cui/uiconfig/ui/optappearancepage.ui:190
msgctxt "optappearancepage|label2"
msgid "Custom Colors"
-msgstr "Аҧштәы алхра..."
+msgstr "Аҧштәқәа рырхиара"
-#: optasianpage.ui:31
+#: cui/uiconfig/ui/optasianpage.ui:31
msgctxt "optasianpage|charkerning"
msgid "_Western text only"
-msgstr ""
+msgstr "Мраҭашәаратәи атеқст ашрифт"
-#: optasianpage.ui:49
+#: cui/uiconfig/ui/optasianpage.ui:49
msgctxt "optasianpage|charpunctkerning"
msgid "Western _text and Asian punctuation"
msgstr ""
-#: optasianpage.ui:73
+#: cui/uiconfig/ui/optasianpage.ui:73
msgctxt "optasianpage|label1"
msgid "Kerning"
msgstr "Акернинг"
-#: optasianpage.ui:105
+#: cui/uiconfig/ui/optasianpage.ui:105
msgctxt "optasianpage|nocompression"
msgid "_No compression"
-msgstr ""
+msgstr "Аиҵацалара ада"
-#: optasianpage.ui:123
+#: cui/uiconfig/ui/optasianpage.ui:123
msgctxt "optasianpage|punctcompression"
msgid "_Compress punctuation only"
msgstr ""
-#: optasianpage.ui:141
+#: cui/uiconfig/ui/optasianpage.ui:141
msgctxt "optasianpage|punctkanacompression"
msgid "Compress punctuation and Japanese Kana"
msgstr ""
-#: optasianpage.ui:165
-#, fuzzy
+#: cui/uiconfig/ui/optasianpage.ui:165
msgctxt "optasianpage|label2"
msgid "Character Spacing"
-msgstr "Асимволқәа рмасштаб"
+msgstr "Асимволбжьаратәи аинтервал"
-#: optasianpage.ui:226
+#: cui/uiconfig/ui/optasianpage.ui:226
#, fuzzy
msgctxt "optasianpage|standard"
msgid "_Default"
msgstr "Астандарт"
-#: optasianpage.ui:251
+#: cui/uiconfig/ui/optasianpage.ui:251
msgctxt "optasianpage|languageft"
msgid "_Language:"
msgstr "Абызшәа:"
-#: optasianpage.ui:265
+#: cui/uiconfig/ui/optasianpage.ui:265
msgctxt "optasianpage|startft"
msgid "Not _at start of line:"
msgstr ""
-#: optasianpage.ui:279
+#: cui/uiconfig/ui/optasianpage.ui:279
msgctxt "optasianpage|endft"
msgid "Not at _end of line:"
msgstr ""
-#: optasianpage.ui:324
+#: cui/uiconfig/ui/optasianpage.ui:322
msgctxt "optasianpage|hintft"
msgid "Without user-defined line break symbols"
msgstr ""
-#: optasianpage.ui:340
+#: cui/uiconfig/ui/optasianpage.ui:338
msgctxt "optasianpage|label3"
msgid "First and Last Characters"
msgstr "Алагамҭатәии анҵәамҭатәии асимволқәа"
-#: optbasicidepage.ui:29
+#: cui/uiconfig/ui/optbasicidepage.ui:29
msgctxt "optbasicidepage|codecomplete_enable"
msgid "Enable code completion"
msgstr ""
-#: optbasicidepage.ui:49
+#: cui/uiconfig/ui/optbasicidepage.ui:50
msgctxt "optbasicidepage|label1"
msgid "Code Completion"
-msgstr ""
+msgstr "Акод ахыркәшара"
-#: optbasicidepage.ui:81
+#: cui/uiconfig/ui/optbasicidepage.ui:82
msgctxt "optbasicidepage|autoclose_proc"
msgid "Autoclose procedures"
msgstr ""
-#: optbasicidepage.ui:95
+#: cui/uiconfig/ui/optbasicidepage.ui:97
msgctxt "optbasicidepage|autoclose_paren"
msgid "Autoclose parenthesis"
msgstr ""
-#: optbasicidepage.ui:109
+#: cui/uiconfig/ui/optbasicidepage.ui:112
msgctxt "optbasicidepage|autoclose_quotes"
msgid "Autoclose quotes"
msgstr ""
-#: optbasicidepage.ui:123
+#: cui/uiconfig/ui/optbasicidepage.ui:127
msgctxt "optbasicidepage|autocorrect"
msgid "Autocorrection"
msgstr ""
-#: optbasicidepage.ui:144
+#: cui/uiconfig/ui/optbasicidepage.ui:149
msgctxt "optbasicidepage|label2"
msgid "Code Suggestion"
msgstr ""
-#: optbasicidepage.ui:176
+#: cui/uiconfig/ui/optbasicidepage.ui:181
msgctxt "optbasicidepage|extendedtypes_enable"
msgid "Use extended types"
msgstr ""
-#: optbasicidepage.ui:196
+#: cui/uiconfig/ui/optbasicidepage.ui:202
msgctxt "optbasicidepage|label3"
msgid "Language Features"
msgstr ""
-#: optchartcolorspage.ui:42
+#: cui/uiconfig/ui/optchartcolorspage.ui:42
msgctxt "optchartcolorspage|label20"
msgid "Chart Colors"
msgstr "Адиаграмма аҧштәы"
-#: optchartcolorspage.ui:128
+#: cui/uiconfig/ui/optchartcolorspage.ui:128
#, fuzzy
msgctxt "optchartcolorspage|default"
msgid "_Default"
msgstr "Астандарт"
-#: optchartcolorspage.ui:156
+#: cui/uiconfig/ui/optchartcolorspage.ui:156
msgctxt "optchartcolorspage|label1"
msgid "Color Table"
msgstr "Аҧштәқәа ртаблица"
-#: optctlpage.ui:31
+#: cui/uiconfig/ui/optctlpage.ui:31
msgctxt "optctlpage|sequencechecking"
msgid "Use se_quence checking"
msgstr ""
-#: optctlpage.ui:56
+#: cui/uiconfig/ui/optctlpage.ui:56
msgctxt "optctlpage|restricted"
msgid "Restricted"
msgstr ""
-#: optctlpage.ui:70
+#: cui/uiconfig/ui/optctlpage.ui:71
msgctxt "optctlpage|typeandreplace"
msgid "_Type and replace"
msgstr ""
-#: optctlpage.ui:99
+#: cui/uiconfig/ui/optctlpage.ui:100
msgctxt "optctlpage|label1"
msgid "Sequence Checking"
msgstr ""
-#: optctlpage.ui:134
+#: cui/uiconfig/ui/optctlpage.ui:135
msgctxt "optctlpage|label3"
msgid "Movement:"
msgstr ""
-#: optctlpage.ui:144
+#: cui/uiconfig/ui/optctlpage.ui:145
msgctxt "optctlpage|movementlogical"
msgid "Lo_gical"
msgstr "Алогикатә"
-#: optctlpage.ui:161
+#: cui/uiconfig/ui/optctlpage.ui:162
msgctxt "optctlpage|movementvisual"
msgid "_Visual"
msgstr ""
-#: optctlpage.ui:186
+#: cui/uiconfig/ui/optctlpage.ui:187
msgctxt "optctlpage|label2"
msgid "Cursor Control"
msgstr ""
-#: optctlpage.ui:220
+#: cui/uiconfig/ui/optctlpage.ui:221
msgctxt "optctlpage|label5"
msgid "_Numerals:"
-msgstr ""
+msgstr "_Ацифрақәа (атеқст мацараз):"
-#: optctlpage.ui:235
+#: cui/uiconfig/ui/optctlpage.ui:236
msgctxt "optctlpage|numerals"
msgid "Arabic (1, 2, 3…)"
-msgstr ""
+msgstr "Арабтә (1, 2, 3…)"
-#: optctlpage.ui:236
+#: cui/uiconfig/ui/optctlpage.ui:237
msgctxt "optctlpage|numerals"
msgid "Eastern Arabic (٣ ,٢ ,١…)"
msgstr ""
-#: optctlpage.ui:237
+#: cui/uiconfig/ui/optctlpage.ui:238
msgctxt "optctlpage|numerals"
msgid "System"
msgstr "Асистема"
-#: optctlpage.ui:238
+#: cui/uiconfig/ui/optctlpage.ui:239
msgctxt "optctlpage|numerals"
msgid "Context"
msgstr "Аконтеқст"
-#: optctlpage.ui:254
+#: cui/uiconfig/ui/optctlpage.ui:255
msgctxt "optctlpage|label4"
msgid "General Options"
msgstr "Ирзеиҧшу апараметрқәа"
-#: optemailpage.ui:26
+#: cui/uiconfig/ui/optemailpage.ui:26
msgctxt "optemailpage|label2"
msgid "_E-mail program:"
msgstr ""
-#: optemailpage.ui:55
+#: cui/uiconfig/ui/optemailpage.ui:54
msgctxt "optemailpage|browse"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: optemailpage.ui:89
+#: cui/uiconfig/ui/optemailpage.ui:88
msgctxt "optemailpage|browsetitle"
msgid "All files"
msgstr "Афаилқәа зегьы"
-#: optemailpage.ui:116
+#: cui/uiconfig/ui/optemailpage.ui:115
msgctxt "optemailpage|suppress"
msgid "Suppress hidden elements of documents"
msgstr ""
-#: optemailpage.ui:171
+#: cui/uiconfig/ui/optemailpage.ui:171
msgctxt "optemailpage|label1"
msgid "Sending Documents as E-mail Attachments"
msgstr ""
-#: optfltrembedpage.ui:52
+#: cui/uiconfig/ui/optfltrembedpage.ui:52
msgctxt "optfltrembedpage|label2"
msgid "[L]: Load and convert the object"
msgstr ""
-#: optfltrembedpage.ui:65
+#: cui/uiconfig/ui/optfltrembedpage.ui:65
msgctxt "optfltrembedpage|label3"
msgid "[S]: Convert and save the object"
msgstr ""
-#: optfltrembedpage.ui:81
+#: cui/uiconfig/ui/optfltrembedpage.ui:81
msgctxt "optfltrembedpage|label1"
msgid "Embedded Objects"
msgstr ""
-#: optfltrembedpage.ui:116
+#: cui/uiconfig/ui/optfltrembedpage.ui:116
msgctxt "optfltrembedpage|label5"
msgid "Export as:"
-msgstr ""
+msgstr "Иекспорттәуп иаба(ишҧа):"
-#: optfltrembedpage.ui:131
+#: cui/uiconfig/ui/optfltrembedpage.ui:131
msgctxt "optfltrembedpage|highlighting"
msgid "Highlighting"
msgstr ""
-#: optfltrembedpage.ui:147
+#: cui/uiconfig/ui/optfltrembedpage.ui:148
msgctxt "optfltrembedpage|shading"
msgid "Shading"
msgstr ""
-#: optfltrembedpage.ui:175
+#: cui/uiconfig/ui/optfltrembedpage.ui:177
msgctxt "optfltrembedpage|label4"
msgid "Character Highlighting"
msgstr "Асмволқәа рырлашара"
-#: optfltrpage.ui:29
+#: cui/uiconfig/ui/optfltrpage.ui:29
msgctxt "optfltrpage|wo_basic"
msgid "Load Basic _code"
msgstr "Иҭагалатәуп Basic акод"
-#: optfltrpage.ui:46
+#: cui/uiconfig/ui/optfltrpage.ui:46
msgctxt "optfltrpage|wo_exec"
msgid "E_xecutable code"
msgstr ""
-#: optfltrpage.ui:64
+#: cui/uiconfig/ui/optfltrpage.ui:64
msgctxt "optfltrpage|wo_saveorig"
msgid "Save _original Basic code"
msgstr "Еиқәырхалатәуп Basic ахыҵхырҭатә код"
-#: optfltrpage.ui:87
+#: cui/uiconfig/ui/optfltrpage.ui:87
msgctxt "optfltrpage|label1"
msgid "Microsoft Word 97/2000/XP"
msgstr "Microsoft Word 97/2000/XP"
-#: optfltrpage.ui:119
+#: cui/uiconfig/ui/optfltrpage.ui:119
msgctxt "optfltrpage|ex_basic"
msgid "Lo_ad Basic code"
msgstr "Иҭагалатәуп Basic акод"
-#: optfltrpage.ui:136
+#: cui/uiconfig/ui/optfltrpage.ui:136
msgctxt "optfltrpage|ex_exec"
msgid "E_xecutable code"
msgstr ""
-#: optfltrpage.ui:154
-#, fuzzy
+#: cui/uiconfig/ui/optfltrpage.ui:154
msgctxt "optfltrpage|ex_saveorig"
msgid "Sa_ve original Basic code"
msgstr "Еиқәырхалатәуп Basic ахыҵхырҭатә код"
-#: optfltrpage.ui:177
+#: cui/uiconfig/ui/optfltrpage.ui:177
msgctxt "optfltrpage|label2"
msgid "Microsoft Excel 97/2000/XP"
msgstr "Microsoft Excel 97/2000/XP"
-#: optfltrpage.ui:209
+#: cui/uiconfig/ui/optfltrpage.ui:209
msgctxt "optfltrpage|pp_basic"
msgid "Load Ba_sic code"
msgstr "Иҭагалатәуп Basic акод"
-#: optfltrpage.ui:226
-#, fuzzy
+#: cui/uiconfig/ui/optfltrpage.ui:226
msgctxt "optfltrpage|pp_saveorig"
msgid "Sav_e original Basic code"
msgstr "Еиқәырхалатәуп Basic ахыҵхырҭатә код"
-#: optfltrpage.ui:249
+#: cui/uiconfig/ui/optfltrpage.ui:249
msgctxt "optfltrpage|label3"
msgid "Microsoft PowerPoint 97/2000/XP"
msgstr "Microsoft PowerPoint 97/2000/XP"
-#: optfontspage.ui:59
+#: cui/uiconfig/ui/optfontspage.ui:59
msgctxt "optfontspage|label2"
msgid "_Font:"
msgstr "_Ашрифт:"
-#: optfontspage.ui:73
-#, fuzzy
+#: cui/uiconfig/ui/optfontspage.ui:73
msgctxt "optfontspage|label3"
msgid "Re_place with:"
-msgstr "Иҧсахтәуп ала"
+msgstr "Иҧсахтәуп ала:"
-#: optfontspage.ui:110
+#: cui/uiconfig/ui/optfontspage.ui:110
msgctxt "optfontspage|always"
msgid "Always"
-msgstr ""
+msgstr "Есқьаангьы"
-#: optfontspage.ui:121
+#: cui/uiconfig/ui/optfontspage.ui:121
msgctxt "optfontspage|screenonly"
msgid "Screen only"
-msgstr ""
+msgstr "Аекран"
-#: optfontspage.ui:132
+#: cui/uiconfig/ui/optfontspage.ui:132
msgctxt "optfontspage|font"
msgid "Font"
msgstr "Ашрифт"
-#: optfontspage.ui:143
-#, fuzzy
+#: cui/uiconfig/ui/optfontspage.ui:143
msgctxt "optfontspage|replacewith"
msgid "Replace with"
msgstr "Иҧсахтәуп ала"
-#: optfontspage.ui:205
+#: cui/uiconfig/ui/optfontspage.ui:205
msgctxt "optfontspage|usetable"
msgid "_Apply replacement table"
msgstr ""
-#: optfontspage.ui:227
+#: cui/uiconfig/ui/optfontspage.ui:227
msgctxt "optfontspage|label4"
msgid "Replacement Table"
msgstr ""
-#: optfontspage.ui:266
+#: cui/uiconfig/ui/optfontspage.ui:266
msgctxt "optfontspage|label8"
msgid "Fon_ts:"
-msgstr ""
+msgstr "Ашрифтқәа:"
-#: optfontspage.ui:281
+#: cui/uiconfig/ui/optfontspage.ui:281
msgctxt "optfontspage|label9"
msgid "_Size:"
msgstr "Ашәагаа:"
-#: optfontspage.ui:295
+#: cui/uiconfig/ui/optfontspage.ui:295
msgctxt "optfontspage|fontname"
msgid "Automatic"
msgstr "Автоматикала"
-#: optfontspage.ui:305
+#: cui/uiconfig/ui/optfontspage.ui:305
msgctxt "optfontspage|nonpropfontonly"
msgid "_Non-proportional fonts only"
msgstr ""
-#: optfontspage.ui:341
+#: cui/uiconfig/ui/optfontspage.ui:341
msgctxt "optfontspage|label1"
msgid "Font Settings for HTML, Basic and SQL Sources"
msgstr ""
-#: optgeneralpage.ui:31
+#: cui/uiconfig/ui/optgeneralpage.ui:31
msgctxt "optgeneralpage|exthelp"
msgid "_Extended tips"
msgstr ""
-#: optgeneralpage.ui:46
+#: cui/uiconfig/ui/optgeneralpage.ui:46
msgctxt "optgeneralpage|label1"
msgid "Help"
msgstr "Аилыркаага"
-#: optgeneralpage.ui:76
-#, fuzzy
+#: cui/uiconfig/ui/optgeneralpage.ui:76
msgctxt "optgeneralpage|filedlg"
msgid "_Use %PRODUCTNAME dialogs"
-msgstr "%PRODUCTNAME адиалогқәа"
+msgstr "Ихархәатәуп %PRODUCTNAME адиалогқәа"
-#: optgeneralpage.ui:110
+#: cui/uiconfig/ui/optgeneralpage.ui:110
msgctxt "optgeneralpage|label2"
msgid "Open/Save Dialogs"
msgstr "Аартра/Аиқәырхара рдиалогқәа"
-#: optgeneralpage.ui:136
-#, fuzzy
+#: cui/uiconfig/ui/optgeneralpage.ui:136
msgctxt "optgeneralpage|printdlg"
msgid "Use %PRODUCTNAME _dialogs"
-msgstr "%PRODUCTNAME адиалогқәа"
+msgstr "Ихархәатәуп %PRODUCTNAME адиалогқәа"
-#: optgeneralpage.ui:151
+#: cui/uiconfig/ui/optgeneralpage.ui:151
msgctxt "optgeneralpage|label3"
msgid "Print Dialogs"
msgstr "Акьыҧхьра адиалогқәа"
-#: optgeneralpage.ui:177
+#: cui/uiconfig/ui/optgeneralpage.ui:177
msgctxt "optgeneralpage|docstatus"
msgid "_Printing sets \"document modified\" status"
msgstr ""
-#: optgeneralpage.ui:192
+#: cui/uiconfig/ui/optgeneralpage.ui:192
msgctxt "optgeneralpage|label4"
msgid "Document Status"
-msgstr ""
+msgstr "Адокумент аҭагылазаашьа"
-#: optgeneralpage.ui:225
+#: cui/uiconfig/ui/optgeneralpage.ui:225
msgctxt "optgeneralpage|label6"
msgid "_Interpret as years between "
msgstr ""
-#: optgeneralpage.ui:251
-#, fuzzy
+#: cui/uiconfig/ui/optgeneralpage.ui:250
msgctxt "optgeneralpage|toyear"
msgid "and "
-msgstr "и"
+msgstr "and "
-#: optgeneralpage.ui:266
+#: cui/uiconfig/ui/optgeneralpage.ui:265
msgctxt "optgeneralpage|label5"
msgid "Year (Two Digits)"
-msgstr ""
+msgstr "Ашықәс (ҩ-цифрак)"
-#: optgeneralpage.ui:292
+#: cui/uiconfig/ui/optgeneralpage.ui:291
msgctxt "optgeneralpage|collectusageinfo"
msgid "Collect usage data and send it to The Document Foundation"
msgstr ""
-#: optgeneralpage.ui:307
+#: cui/uiconfig/ui/optgeneralpage.ui:306
msgctxt "optgeneralpage|label7"
msgid "Help Improve %PRODUCTNAME"
msgstr ""
-#: optgeneralpage.ui:338
+#: cui/uiconfig/ui/optgeneralpage.ui:337
msgctxt "optgeneralpage|quicklaunch"
msgid "Load %PRODUCTNAME during system start-up"
msgstr ""
-#: optgeneralpage.ui:352
+#: cui/uiconfig/ui/optgeneralpage.ui:352
msgctxt "optgeneralpage|systray"
msgid "Enable systray Quickstarter"
msgstr ""
-#: optgeneralpage.ui:372
+#: cui/uiconfig/ui/optgeneralpage.ui:373
msgctxt "optgeneralpage|label8"
msgid "%PRODUCTNAME Quickstarter"
msgstr ""
-#: opthtmlpage.ui:90
+#: cui/uiconfig/ui/opthtmlpage.ui:90
msgctxt "opthtmlpage|size7FT"
msgid "Size _7:"
msgstr "_7:"
-#: opthtmlpage.ui:119
+#: cui/uiconfig/ui/opthtmlpage.ui:118
msgctxt "opthtmlpage|size6FT"
msgid "Size _6:"
msgstr "_6:"
-#: opthtmlpage.ui:148
+#: cui/uiconfig/ui/opthtmlpage.ui:146
msgctxt "opthtmlpage|size5FT"
msgid "Size _5:"
msgstr "_5:"
-#: opthtmlpage.ui:177
+#: cui/uiconfig/ui/opthtmlpage.ui:174
msgctxt "opthtmlpage|size4FT"
msgid "Size _4:"
msgstr "_4:"
-#: opthtmlpage.ui:206
+#: cui/uiconfig/ui/opthtmlpage.ui:202
msgctxt "opthtmlpage|size3FT"
msgid "Size _3:"
msgstr "_3:"
-#: opthtmlpage.ui:235
+#: cui/uiconfig/ui/opthtmlpage.ui:230
msgctxt "opthtmlpage|size2FT"
msgid "Size _2:"
msgstr "_2:"
-#: opthtmlpage.ui:264
+#: cui/uiconfig/ui/opthtmlpage.ui:258
msgctxt "opthtmlpage|size1FT"
msgid "Size _1:"
msgstr "_1:"
-#: opthtmlpage.ui:297
+#: cui/uiconfig/ui/opthtmlpage.ui:290
msgctxt "opthtmlpage|label1"
msgid "Font Sizes"
msgstr "Акегльқәа"
-#: opthtmlpage.ui:347
+#: cui/uiconfig/ui/opthtmlpage.ui:340
msgctxt "opthtmlpage|ignorefontnames"
msgid "Ignore _font settings"
msgstr ""
-#: opthtmlpage.ui:365
+#: cui/uiconfig/ui/opthtmlpage.ui:358
msgctxt "opthtmlpage|unknowntag"
msgid "_Import unknown HTML tags as fields"
msgstr ""
-#: opthtmlpage.ui:383
+#: cui/uiconfig/ui/opthtmlpage.ui:376
msgctxt "opthtmlpage|numbersenglishus"
msgid "_Use '%ENGLISHUSLOCALE' locale for numbers"
msgstr ""
-#: opthtmlpage.ui:407
+#: cui/uiconfig/ui/opthtmlpage.ui:400
msgctxt "opthtmlpage|label2"
msgid "Import"
msgstr "Аимпорт"
-#: opthtmlpage.ui:454
+#: cui/uiconfig/ui/opthtmlpage.ui:447
msgctxt "opthtmlpage|charsetFT"
msgid "Character _set:"
msgstr "Акодркра:"
-#: opthtmlpage.ui:489
+#: cui/uiconfig/ui/opthtmlpage.ui:482
msgctxt "opthtmlpage|savegrflocal"
msgid "_Copy local images to Internet"
msgstr ""
-#: opthtmlpage.ui:507
+#: cui/uiconfig/ui/opthtmlpage.ui:500
msgctxt "opthtmlpage|printextension"
msgid "_Print layout"
msgstr ""
-#: opthtmlpage.ui:525
+#: cui/uiconfig/ui/opthtmlpage.ui:518
msgctxt "opthtmlpage|starbasicwarning"
msgid "Display _warning"
-msgstr ""
+msgstr "Иаарҧштәуп агәаҽанҵара"
-#: opthtmlpage.ui:544
+#: cui/uiconfig/ui/opthtmlpage.ui:537
msgctxt "opthtmlpage|starbasic"
msgid "LibreOffice _Basic"
-msgstr ""
+msgstr "LibreOffice _Basic"
-#: opthtmlpage.ui:568
+#: cui/uiconfig/ui/opthtmlpage.ui:561
msgctxt "opthtmlpage|label3"
msgid "Export"
msgstr "Аекспорт"
-#: optionsdialog.ui:11
+#: cui/uiconfig/ui/optionsdialog.ui:11
msgctxt "optionsdialog|OptionsDialog"
msgid "Options"
msgstr "Апараметрқәа"
-#: optjsearchpage.ui:33
+#: cui/uiconfig/ui/optjsearchpage.ui:33
msgctxt "optjsearchpage|matchcase"
msgid "_uppercase/lowercase"
msgstr ""
-#: optjsearchpage.ui:50
+#: cui/uiconfig/ui/optjsearchpage.ui:50
msgctxt "optjsearchpage|matchfullhalfwidth"
msgid "_full-width/half-width forms"
msgstr ""
-#: optjsearchpage.ui:67
+#: cui/uiconfig/ui/optjsearchpage.ui:67
msgctxt "optjsearchpage|matchhiraganakatakana"
msgid "_hiragana/katakana"
msgstr ""
-#: optjsearchpage.ui:84
+#: cui/uiconfig/ui/optjsearchpage.ui:84
msgctxt "optjsearchpage|matchcontractions"
msgid "_contractions (yo-on, sokuon)"
msgstr ""
-#: optjsearchpage.ui:101
+#: cui/uiconfig/ui/optjsearchpage.ui:101
msgctxt "optjsearchpage|matchminusdashchoon"
msgid "_minus/dash/cho-on"
msgstr ""
-#: optjsearchpage.ui:118
+#: cui/uiconfig/ui/optjsearchpage.ui:118
msgctxt "optjsearchpage|matchrepeatcharmarks"
msgid "'re_peat character' marks"
msgstr ""
-#: optjsearchpage.ui:135
+#: cui/uiconfig/ui/optjsearchpage.ui:135
msgctxt "optjsearchpage|matchvariantformkanji"
msgid "_variant-form kanji (itaiji)"
msgstr ""
-#: optjsearchpage.ui:152
+#: cui/uiconfig/ui/optjsearchpage.ui:152
msgctxt "optjsearchpage|matcholdkanaforms"
msgid "_old Kana forms"
msgstr ""
-#: optjsearchpage.ui:169
+#: cui/uiconfig/ui/optjsearchpage.ui:169
msgctxt "optjsearchpage|matchdiziduzu"
msgid "_di/zi, du/zu"
-msgstr ""
+msgstr "Di/zi, du/zu"
-#: optjsearchpage.ui:186
+#: cui/uiconfig/ui/optjsearchpage.ui:186
msgctxt "optjsearchpage|matchbavahafa"
msgid "_ba/va, ha/fa"
-msgstr ""
+msgstr "Ba/va, ha/fa"
-#: optjsearchpage.ui:203
+#: cui/uiconfig/ui/optjsearchpage.ui:203
msgctxt "optjsearchpage|matchtsithichidhizi"
msgid "_tsi/thi/chi, dhi/zi"
-msgstr ""
+msgstr "Tsi/thi/chi, dhi/zi"
-#: optjsearchpage.ui:220
+#: cui/uiconfig/ui/optjsearchpage.ui:220
msgctxt "optjsearchpage|matchhyuiyubyuvyu"
msgid "h_yu/fyu, byu/vyu"
-msgstr ""
+msgstr "Hyu/fyu, byu/vyu"
-#: optjsearchpage.ui:237
+#: cui/uiconfig/ui/optjsearchpage.ui:237
msgctxt "optjsearchpage|matchseshezeje"
msgid "_se/she, ze/je"
-msgstr ""
+msgstr "Se/she, ze/je"
-#: optjsearchpage.ui:254
+#: cui/uiconfig/ui/optjsearchpage.ui:254
msgctxt "optjsearchpage|matchiaiya"
msgid "_ia/iya (piano/piyano)"
-msgstr ""
+msgstr "Ia/iya (piano/piyano)"
-#: optjsearchpage.ui:271
+#: cui/uiconfig/ui/optjsearchpage.ui:271
msgctxt "optjsearchpage|matchkiku"
msgid "_ki/ku (tekisuto/tekusuto)"
-msgstr ""
+msgstr "Ki/ku (tekisuto/tekusuto)"
-#: optjsearchpage.ui:288
+#: cui/uiconfig/ui/optjsearchpage.ui:288
msgctxt "optjsearchpage|matchprolongedsoundmark"
msgid "Prolon_ged vowels (ka-/kaa)"
msgstr ""
-#: optjsearchpage.ui:311
+#: cui/uiconfig/ui/optjsearchpage.ui:311
msgctxt "optjsearchpage|label1"
msgid "Treat as Equal"
msgstr ""
-#: optjsearchpage.ui:345
+#: cui/uiconfig/ui/optjsearchpage.ui:345
msgctxt "optjsearchpage|ignorepunctuation"
msgid "Pu_nctuation characters"
msgstr "Апунктуациа адыргақәа"
-#: optjsearchpage.ui:362
+#: cui/uiconfig/ui/optjsearchpage.ui:362
msgctxt "optjsearchpage|ignorewhitespace"
msgid "_Whitespace characters"
msgstr ""
-#: optjsearchpage.ui:379
+#: cui/uiconfig/ui/optjsearchpage.ui:379
msgctxt "optjsearchpage|ignoremiddledot"
msgid "Midd_le dots"
-msgstr ""
+msgstr "Акәаҧ ацентр аҟны"
-#: optjsearchpage.ui:405
+#: cui/uiconfig/ui/optjsearchpage.ui:405
msgctxt "optjsearchpage|label2"
msgid "Ignore"
msgstr ""
-#: optlanguagespage.ui:37
+#: cui/uiconfig/ui/optlanguagespage.ui:37
msgctxt "optlanguagespage|label4"
msgid "_User interface:"
msgstr ""
-#: optlanguagespage.ui:51
+#: cui/uiconfig/ui/optlanguagespage.ui:51
msgctxt "optlanguagespage|localesettingFT"
msgid "Locale setting:"
-msgstr ""
+msgstr "Алокалтә рхиарақәа:"
-#: optlanguagespage.ui:65
+#: cui/uiconfig/ui/optlanguagespage.ui:65
msgctxt "optlanguagespage|label6"
msgid "Decimal separator key:"
msgstr "Ижәабатәу аиҟәшага:"
-#: optlanguagespage.ui:79
+#: cui/uiconfig/ui/optlanguagespage.ui:79
msgctxt "optlanguagespage|defaultcurrency"
msgid "_Default currency:"
msgstr ""
-#: optlanguagespage.ui:93
+#: cui/uiconfig/ui/optlanguagespage.ui:93
msgctxt "optlanguagespage|dataaccpatterns"
msgid "Date acceptance _patterns:"
msgstr ""
-#: optlanguagespage.ui:154
+#: cui/uiconfig/ui/optlanguagespage.ui:153
msgctxt "optlanguagespage|decimalseparator"
msgid "_Same as locale setting ( %1 )"
msgstr ""
-#: optlanguagespage.ui:175
+#: cui/uiconfig/ui/optlanguagespage.ui:174
msgctxt "optlanguagespage|label1"
msgid "Language Of"
-msgstr ""
+msgstr "Абызшәа"
-#: optlanguagespage.ui:246
+#: cui/uiconfig/ui/optlanguagespage.ui:245
msgctxt "optlanguagespage|currentdoc"
msgid "For the current document only"
-msgstr ""
+msgstr "Уажәтәи адокумент мацаразы"
-#: optlanguagespage.ui:261
+#: cui/uiconfig/ui/optlanguagespage.ui:261
msgctxt "optlanguagespage|ctlsupport"
msgid "Complex _text layout:"
msgstr ""
-#: optlanguagespage.ui:276
+#: cui/uiconfig/ui/optlanguagespage.ui:276
msgctxt "optlanguagespage|asiansupport"
msgid "Asian:"
-msgstr ""
+msgstr "Мрагыларазиатәиқәа:"
-#: optlanguagespage.ui:294
+#: cui/uiconfig/ui/optlanguagespage.ui:294
msgctxt "optlanguagespage|western"
msgid "Western:"
-msgstr ""
+msgstr "Мраҭашәарахьтәиқәа:"
-#: optlanguagespage.ui:311
+#: cui/uiconfig/ui/optlanguagespage.ui:311
msgctxt "optlanguagespage|label2"
msgid "Default Languages for Documents"
msgstr ""
-#: optlanguagespage.ui:342
+#: cui/uiconfig/ui/optlanguagespage.ui:342
msgctxt "optlanguagespage|ignorelanguagechange"
msgid "Ignore s_ystem input language"
msgstr ""
-#: optlanguagespage.ui:363
+#: cui/uiconfig/ui/optlanguagespage.ui:363
msgctxt "optlanguagespage|label3"
msgid "Enhanced Language Support"
msgstr ""
-#: optlingupage.ui:47
+#: cui/uiconfig/ui/optlingupage.ui:47
msgctxt "optlingupage|lingumodulesft"
msgid "_Available language modules:"
msgstr ""
-#: optlingupage.ui:74
+#: cui/uiconfig/ui/optlingupage.ui:74
msgctxt "optlingupage|lingumodulesedit"
msgid "_Edit..."
msgstr "Ариашара..."
-#: optlingupage.ui:82
+#: cui/uiconfig/ui/optlingupage.ui:82
msgctxt "optlingupage|lingumodulesedit-atkobject"
msgid "Edit Available language modules"
msgstr ""
-#: optlingupage.ui:112
+#: cui/uiconfig/ui/optlingupage.ui:112
msgctxt "optlingupage|lingudictsft"
msgid "_User-defined dictionaries:"
msgstr ""
-#: optlingupage.ui:146
+#: cui/uiconfig/ui/optlingupage.ui:146
msgctxt "optlingupage|lingudictsnew"
msgid "_New..."
msgstr "Иаҧҵатәуп..."
-#: optlingupage.ui:160
-#, fuzzy
+#: cui/uiconfig/ui/optlingupage.ui:160
msgctxt "optlingupage|lingudictsedit"
msgid "Ed_it..."
-msgstr "Иҧсахтәуп..."
+msgstr "Ариашара..."
-#: optlingupage.ui:167
+#: cui/uiconfig/ui/optlingupage.ui:167
msgctxt "optlingupage|lingudictsedit-atkobject"
msgid "Edit User-defined dictionaries"
msgstr ""
-#: optlingupage.ui:179
+#: cui/uiconfig/ui/optlingupage.ui:179
msgctxt "optlingupage|lingudictsdelete"
msgid "_Delete"
msgstr "_Ианыхтәуп"
-#: optlingupage.ui:218
+#: cui/uiconfig/ui/optlingupage.ui:218
msgctxt "optlingupage|label4"
msgid "_Options:"
msgstr "Апараметрқәа:"
-#: optlingupage.ui:230
+#: cui/uiconfig/ui/optlingupage.ui:230
msgctxt "optlingupage|moredictslink"
msgid "Get more dictionaries online..."
msgstr ""
-#: optlingupage.ui:262
+#: cui/uiconfig/ui/optlingupage.ui:262
msgctxt "optlingupage|linguoptionsedit"
msgid "Edi_t..."
msgstr "Ариашара..."
-#: optlingupage.ui:270
+#: cui/uiconfig/ui/optlingupage.ui:270
msgctxt "optlingupage|linguoptionsedit-atkobject"
msgid "Edit Options"
msgstr "Иҧсахтәуп апараметрқәа"
-#: optlingupage.ui:296
+#: cui/uiconfig/ui/optlingupage.ui:296
msgctxt "optlingupage|label1"
msgid "Writing Aids"
msgstr "Алингвистика"
-#: optnewdictionarydialog.ui:9
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:8
msgctxt "optnewdictionarydialog|OptNewDictionaryDialog"
msgid "New Dictionary"
msgstr "Иаҧҵатәуп ажәар"
-#: optnewdictionarydialog.ui:121
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:112
msgctxt "optnewdictionarydialog|name_label"
msgid "_Name:"
msgstr "_Ахьӡ:"
-#: optnewdictionarydialog.ui:135
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:126
msgctxt "optnewdictionarydialog|language_label"
msgid "_Language:"
msgstr "_Абызшәа:"
-#: optnewdictionarydialog.ui:146
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:138
msgctxt "optnewdictionarydialog|except"
msgid "_Exception (-)"
msgstr ""
-#: optnewdictionarydialog.ui:168
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:177
msgctxt "optnewdictionarydialog|label1"
msgid "Dictionary"
msgstr "Ажәар"
-#: optonlineupdatepage.ui:28
+#: cui/uiconfig/ui/optonlineupdatepage.ui:28
msgctxt "optonlineupdatepage|autocheck"
msgid "_Check for updates automatically"
msgstr "Арҿыцрақәа автоматикала игәаҭатәуп"
-#: optonlineupdatepage.ui:54
+#: cui/uiconfig/ui/optonlineupdatepage.ui:54
msgctxt "optonlineupdatepage|everyday"
msgid "Every da_y"
msgstr "Есымша"
-#: optonlineupdatepage.ui:71
+#: cui/uiconfig/ui/optonlineupdatepage.ui:71
msgctxt "optonlineupdatepage|everyweek"
msgid "Every _week"
msgstr "Есымчыбжьа"
-#: optonlineupdatepage.ui:87
+#: cui/uiconfig/ui/optonlineupdatepage.ui:87
msgctxt "optonlineupdatepage|everymonth"
msgid "Every _month"
msgstr "Есымза"
-#: optonlineupdatepage.ui:114
+#: cui/uiconfig/ui/optonlineupdatepage.ui:114
msgctxt "optonlineupdatepage|lastchecked"
msgid "Last checked: %DATE%, %TIME%"
-msgstr ""
+msgstr "Аҵыхәтәантәи агәаҭара: %DATE% %TIME% аҟны"
-#: optonlineupdatepage.ui:125
+#: cui/uiconfig/ui/optonlineupdatepage.ui:125
msgctxt "optonlineupdatepage|checknow"
msgid "Check _Now"
-msgstr ""
+msgstr "Игәаҭатәуп уажәы"
-#: optonlineupdatepage.ui:140
+#: cui/uiconfig/ui/optonlineupdatepage.ui:140
msgctxt "optonlineupdatepage|autodownload"
msgid "_Download updates automatically"
msgstr "Арҿыцрақәа автоматикала иҭагалатәуп"
-#: optonlineupdatepage.ui:172
+#: cui/uiconfig/ui/optonlineupdatepage.ui:172
msgctxt "optonlineupdatepage|destpathlabel"
msgid "Download destination:"
msgstr "Аҭагалараз акаталог:"
-#: optonlineupdatepage.ui:182
+#: cui/uiconfig/ui/optonlineupdatepage.ui:182
msgctxt "optonlineupdatepage|changepath"
msgid "Ch_ange..."
msgstr "Иҧсахтәуп..."
-#: optonlineupdatepage.ui:220
+#: cui/uiconfig/ui/optonlineupdatepage.ui:220
msgctxt "optonlineupdatepage|extrabits"
msgid "_Send OS version and basic hardware information"
msgstr ""
-#: optonlineupdatepage.ui:224
+#: cui/uiconfig/ui/optonlineupdatepage.ui:224
msgctxt "optonlineupdatepage|extrabits|tooltip_text"
msgid "This information lets us make optimizations for your hardware and operating system."
msgstr ""
-#: optonlineupdatepage.ui:244
+#: cui/uiconfig/ui/optonlineupdatepage.ui:244
msgctxt "optonlineupdatepage|useragent_label"
msgid "User Agent:"
msgstr "Агент:"
-#: optonlineupdatepage.ui:256
+#: cui/uiconfig/ui/optonlineupdatepage.ui:256
msgctxt "optonlineupdatepage|useragent_changed"
msgid "Hit apply to update"
msgstr "Арҿыцразы шәақәыӷәӷәа «Ихархәатәуп»"
-#: optonlineupdatepage.ui:288
+#: cui/uiconfig/ui/optonlineupdatepage.ui:288
msgctxt "optonlineupdatepage|neverchecked"
msgid "Last checked: Not yet"
msgstr ""
-#: optonlineupdatepage.ui:305
+#: cui/uiconfig/ui/optonlineupdatepage.ui:305
msgctxt "optonlineupdatepage|label1"
msgid "Online Update Options"
msgstr "Арҿыцрақәа ргәаҭара архиарақәа"
-#: optopenclpage.ui:30
+#: cui/uiconfig/ui/optopenclpage.ui:30
msgctxt "optopenclpage|useswinterpreter"
msgid "Allow use of Software Interpreter (even when OpenCL is not available)"
msgstr ""
-#: optopenclpage.ui:46
+#: cui/uiconfig/ui/optopenclpage.ui:46
msgctxt "optopenclpage|useopencl"
msgid "Allow use of OpenCL"
msgstr ""
-#: optopenclpage.ui:64
+#: cui/uiconfig/ui/optopenclpage.ui:64
msgctxt "optopenclpage|openclused"
msgid "OpenCL is available for use."
msgstr ""
-#: optopenclpage.ui:76
+#: cui/uiconfig/ui/optopenclpage.ui:76
msgctxt "optopenclpage|openclnotused"
msgid "OpenCL is not used."
msgstr "OpenCL активым."
-#: optopenclpage.ui:92
+#: cui/uiconfig/ui/optopenclpage.ui:92
msgctxt "optopenclpage|label1"
msgid "OpenCL Options"
msgstr "OpenCL апараметрқәа"
-#: optpathspage.ui:40
+#: cui/uiconfig/ui/optpathspage.ui:40
msgctxt "optpathspage|type"
msgid "Type"
msgstr "Атип"
-#: optpathspage.ui:53
+#: cui/uiconfig/ui/optpathspage.ui:53
msgctxt "optpathspage|path"
msgid "Path"
msgstr "Амҩа"
-#: optpathspage.ui:66
+#: cui/uiconfig/ui/optpathspage.ui:66
msgctxt "optpathspage|editpaths"
msgid "Edit Paths: %1"
msgstr "Иҧсахтәуп амҩақәа: %1"
-#: optpathspage.ui:116
+#: cui/uiconfig/ui/optpathspage.ui:116
msgctxt "optpathspage|label1"
msgid "Paths used by %PRODUCTNAME"
msgstr ""
-#: optpathspage.ui:137
+#: cui/uiconfig/ui/optpathspage.ui:137
#, fuzzy
msgctxt "optpathspage|default"
msgid "_Default"
msgstr "Астандарт"
-#: optpathspage.ui:151
-#, fuzzy
+#: cui/uiconfig/ui/optpathspage.ui:151
msgctxt "optpathspage|edit"
msgid "_Edit..."
-msgstr "Иҧсахтәуп..."
+msgstr "Ариашара..."
-#: optproxypage.ui:32
+#: cui/uiconfig/ui/optproxypage.ui:32
msgctxt "optproxypage|label2"
msgid "Proxy s_erver:"
-msgstr ""
+msgstr "Прокси-сервер:"
-#: optproxypage.ui:138
+#: cui/uiconfig/ui/optproxypage.ui:137
msgctxt "optproxypage|proxymode"
msgid "None"
msgstr "Мап"
-#: optproxypage.ui:139
+#: cui/uiconfig/ui/optproxypage.ui:138
msgctxt "optproxypage|proxymode"
msgid "System"
msgstr "Асистема"
-#: optproxypage.ui:140
+#: cui/uiconfig/ui/optproxypage.ui:139
msgctxt "optproxypage|proxymode"
msgid "Manual"
msgstr "Напыла"
-#: optproxypage.ui:153
+#: cui/uiconfig/ui/optproxypage.ui:152
msgctxt "optproxypage|httpft"
msgid "HT_TP proxy:"
-msgstr ""
+msgstr "Прокси HTTP:"
-#: optproxypage.ui:166
+#: cui/uiconfig/ui/optproxypage.ui:165
msgctxt "optproxypage|httpportft"
msgid "_Port:"
msgstr "Апорт:"
-#: optproxypage.ui:180
+#: cui/uiconfig/ui/optproxypage.ui:179
msgctxt "optproxypage|httpsft"
msgid "HTTP_S proxy:"
-msgstr ""
+msgstr "Прокси HTTP_S:"
-#: optproxypage.ui:194
+#: cui/uiconfig/ui/optproxypage.ui:193
msgctxt "optproxypage|ftpft"
msgid "_FTP proxy:"
-msgstr ""
+msgstr "Прокси FTP:"
-#: optproxypage.ui:208
+#: cui/uiconfig/ui/optproxypage.ui:207
msgctxt "optproxypage|noproxyft"
msgid "_No proxy for:"
msgstr ""
-#: optproxypage.ui:221
+#: cui/uiconfig/ui/optproxypage.ui:220
msgctxt "optproxypage|httpsportft"
msgid "P_ort:"
msgstr "Апорт:"
-#: optproxypage.ui:234
+#: cui/uiconfig/ui/optproxypage.ui:233
msgctxt "optproxypage|ftpportft"
msgid "P_ort:"
msgstr "Апорт:"
-#: optproxypage.ui:248
+#: cui/uiconfig/ui/optproxypage.ui:247
msgctxt "optproxypage|noproxydesc"
msgid "Separator ;"
msgstr "Аиҟәшага ;"
-#: optproxypage.ui:270
+#: cui/uiconfig/ui/optproxypage.ui:269
msgctxt "optproxypage|label1"
msgid "Settings"
msgstr "Архиарақәа"
-#: optsavepage.ui:36
+#: cui/uiconfig/ui/optsavepage.ui:36
msgctxt "optsavepage|load_docprinter"
msgid "Load printer settings with the document"
msgstr ""
-#: optsavepage.ui:52
+#: cui/uiconfig/ui/optsavepage.ui:52
msgctxt "optsavepage|load_settings"
msgid "Load user-specific settings with the document"
msgstr ""
-#: optsavepage.ui:74
+#: cui/uiconfig/ui/optsavepage.ui:74
msgctxt "optsavepage|label1"
msgid "Load"
msgstr "Аҭагалара"
-#: optsavepage.ui:111
+#: cui/uiconfig/ui/optsavepage.ui:111
msgctxt "optsavepage|autosave"
msgid "Save _AutoRecovery information every:"
msgstr ""
-#: optsavepage.ui:140
-#, fuzzy
+#: cui/uiconfig/ui/optsavepage.ui:139
msgctxt "optsavepage|autosave_mins"
msgid "minutes"
-msgstr "аминуҭ"
+msgstr "амин."
-#: optsavepage.ui:155
+#: cui/uiconfig/ui/optsavepage.ui:154
msgctxt "optsavepage|userautosave"
msgid "Automatically save the document too"
msgstr ""
-#: optsavepage.ui:171
+#: cui/uiconfig/ui/optsavepage.ui:170
msgctxt "optsavepage|relative_fsys"
msgid "Save URLs relative to file system"
msgstr ""
-#: optsavepage.ui:186
+#: cui/uiconfig/ui/optsavepage.ui:185
msgctxt "optsavepage|docinfo"
msgid "_Edit document properties before saving"
msgstr ""
-#: optsavepage.ui:201
+#: cui/uiconfig/ui/optsavepage.ui:200
msgctxt "optsavepage|relative_inet"
msgid "Save URLs relative to internet"
msgstr ""
-#: optsavepage.ui:216
+#: cui/uiconfig/ui/optsavepage.ui:215
msgctxt "optsavepage|backup"
msgid "Al_ways create backup copy"
msgstr ""
-#: optsavepage.ui:237
+#: cui/uiconfig/ui/optsavepage.ui:236
msgctxt "optsavepage|label2"
msgid "Save"
msgstr "Аиқәырхара"
-#: optsavepage.ui:269
+#: cui/uiconfig/ui/optsavepage.ui:268
msgctxt "optsavepage|warnalienformat"
msgid "Warn when not saving in ODF or default format"
msgstr ""
#. EN-US, the term 'extended' must not be translated.
-#: optsavepage.ui:293
+#: cui/uiconfig/ui/optsavepage.ui:292
msgctxt "optsavepage|odfwarning_label"
msgid "Not using ODF 1.2 Extended may cause information to be lost."
msgstr ""
-#: optsavepage.ui:323
+#: cui/uiconfig/ui/optsavepage.ui:322
msgctxt "optsavepage|odfversion"
msgid "1.0/1.1"
msgstr "1.0/1.1"
-#: optsavepage.ui:324
+#: cui/uiconfig/ui/optsavepage.ui:323
msgctxt "optsavepage|odfversion"
msgid "1.2"
msgstr "1.2"
-#: optsavepage.ui:325
+#: cui/uiconfig/ui/optsavepage.ui:324
msgctxt "optsavepage|odfversion"
msgid "1.2 Extended (compatibility mode)"
msgstr ""
-#: optsavepage.ui:326
+#: cui/uiconfig/ui/optsavepage.ui:325
msgctxt "optsavepage|odfversion"
msgid "1.2 Extended (recommended)"
msgstr ""
-#: optsavepage.ui:339
+#: cui/uiconfig/ui/optsavepage.ui:338
msgctxt "optsavepage|label5"
msgid "ODF format version:"
msgstr "ODF аформат аверсиа:"
-#: optsavepage.ui:353
+#: cui/uiconfig/ui/optsavepage.ui:352
msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#: optsavepage.ui:367
+#: cui/uiconfig/ui/optsavepage.ui:366
msgctxt "optsavepage|doctype"
msgid "Text document"
msgstr "Атеқсттә документ"
-#: optsavepage.ui:368
+#: cui/uiconfig/ui/optsavepage.ui:367
msgctxt "optsavepage|doctype"
msgid "HTML document"
msgstr "HTML адокумент"
-#: optsavepage.ui:369
-#, fuzzy
+#: cui/uiconfig/ui/optsavepage.ui:368
msgctxt "optsavepage|doctype"
msgid "Master document"
msgstr "Еилоу адокумент"
-#: optsavepage.ui:370
+#: cui/uiconfig/ui/optsavepage.ui:369
msgctxt "optsavepage|doctype"
msgid "Spreadsheet"
msgstr "Аелектронтә таблица"
-#: optsavepage.ui:371
+#: cui/uiconfig/ui/optsavepage.ui:370
msgctxt "optsavepage|doctype"
msgid "Presentation"
msgstr "Апрезентациа"
-#: optsavepage.ui:372
+#: cui/uiconfig/ui/optsavepage.ui:371
msgctxt "optsavepage|doctype"
msgid "Drawing"
msgstr "Асахьа"
-#: optsavepage.ui:373
+#: cui/uiconfig/ui/optsavepage.ui:372
msgctxt "optsavepage|doctype"
msgid "Formula"
msgstr "Аформула"
-#: optsavepage.ui:396
+#: cui/uiconfig/ui/optsavepage.ui:395
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Адокумент атип:"
-#: optsavepage.ui:413
+#: cui/uiconfig/ui/optsavepage.ui:412
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
-#: optsecuritypage.ui:36
+#: cui/uiconfig/ui/optsecuritypage.ui:36
msgctxt "optsecuritypage|label9"
msgid "Maintain a list of Time Stamping Authority (TSA) URLs to be used for digital signatures in PDF export."
msgstr ""
-#: optsecuritypage.ui:49
+#: cui/uiconfig/ui/optsecuritypage.ui:49
msgctxt "optsecuritypage|tsas"
msgid "_TSAs..."
msgstr ""
-#: optsecuritypage.ui:71
+#: cui/uiconfig/ui/optsecuritypage.ui:71
msgctxt "optsecuritypage|label10"
msgid "TSAs"
msgstr ""
-#: optsecuritypage.ui:111
+#: cui/uiconfig/ui/optsecuritypage.ui:111
msgctxt "optsecuritypage|label7"
msgid "Select the Network Security Services certificate directory to use for digital signatures."
msgstr ""
-#: optsecuritypage.ui:124
+#: cui/uiconfig/ui/optsecuritypage.ui:124
msgctxt "optsecuritypage|cert"
msgid "_Certificate..."
msgstr "Асертификат..."
-#: optsecuritypage.ui:146
+#: cui/uiconfig/ui/optsecuritypage.ui:146
msgctxt "optsecuritypage|label8"
msgid "Certificate Path"
msgstr "Асертификат амҩа"
-#: optsecuritypage.ui:186
+#: cui/uiconfig/ui/optsecuritypage.ui:186
msgctxt "optsecuritypage|label5"
msgid "Adjust the security level for executing macros and specify trusted macro developers."
msgstr ""
-#: optsecuritypage.ui:199
+#: cui/uiconfig/ui/optsecuritypage.ui:199
msgctxt "optsecuritypage|macro"
msgid "Macro Securit_y..."
msgstr "Амакросқәа ршәарҭадара..."
-#: optsecuritypage.ui:221
+#: cui/uiconfig/ui/optsecuritypage.ui:221
msgctxt "optsecuritypage|label3"
msgid "Macro Security"
msgstr "Амакросқәа ршәарҭадара"
-#: optsecuritypage.ui:263
+#: cui/uiconfig/ui/optsecuritypage.ui:263
msgctxt "optsecuritypage|savepassword"
msgid "Persistently _save passwords for web connections"
msgstr ""
-#: optsecuritypage.ui:292
+#: cui/uiconfig/ui/optsecuritypage.ui:292
msgctxt "optsecuritypage|usemasterpassword"
msgid "Protected _by a master password (recommended)"
msgstr ""
-#: optsecuritypage.ui:313
+#: cui/uiconfig/ui/optsecuritypage.ui:313
msgctxt "optsecuritypage|masterpasswordtext"
msgid "Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
msgstr ""
-#: optsecuritypage.ui:330
+#: cui/uiconfig/ui/optsecuritypage.ui:330
msgctxt "optsecuritypage|nopasswordsave"
msgid ""
"Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\n"
@@ -8610,686 +8634,668 @@ msgid ""
"Do you want to delete password list and reset master password?"
msgstr ""
-#: optsecuritypage.ui:367
+#: cui/uiconfig/ui/optsecuritypage.ui:367
msgctxt "optsecuritypage|connections"
msgid "Connect_ions..."
msgstr ""
-#: optsecuritypage.ui:384
+#: cui/uiconfig/ui/optsecuritypage.ui:384
msgctxt "optsecuritypage|masterpassword"
msgid "_Master Password..."
-msgstr ""
+msgstr "Ажәамаӡа-азҟаза..."
-#: optsecuritypage.ui:415
+#: cui/uiconfig/ui/optsecuritypage.ui:415
msgctxt "optsecuritypage|label2"
msgid "Passwords for Web Connections"
msgstr ""
-#: optsecuritypage.ui:455
+#: cui/uiconfig/ui/optsecuritypage.ui:455
msgctxt "optsecuritypage|label4"
msgid "Adjust security related options and define warnings for hidden information in documents. "
msgstr ""
-#: optsecuritypage.ui:468
+#: cui/uiconfig/ui/optsecuritypage.ui:468
msgctxt "optsecuritypage|options"
msgid "O_ptions..."
msgstr "Апараметрқәа..."
-#: optsecuritypage.ui:490
+#: cui/uiconfig/ui/optsecuritypage.ui:490
msgctxt "optsecuritypage|label1"
msgid "Security Options and Warnings"
msgstr ""
-#: optuserpage.ui:12
+#: cui/uiconfig/ui/optuserpage.ui:12
msgctxt "optuserpage|liststore1"
msgid "No key"
msgstr ""
-#: optuserpage.ui:45
-#, fuzzy
+#: cui/uiconfig/ui/optuserpage.ui:45
msgctxt "optuserpage|companyft"
msgid "_Company:"
-msgstr "Аиҿкаара"
+msgstr "Аиҿкаара:"
-#: optuserpage.ui:59
-#, fuzzy
+#: cui/uiconfig/ui/optuserpage.ui:59
msgctxt "optuserpage|nameft"
msgid "First/last _name/initials:"
msgstr "Ажәла/Ахьӡ/Аинициалқәа:"
-#: optuserpage.ui:73
+#: cui/uiconfig/ui/optuserpage.ui:73
msgctxt "optuserpage|streetft"
msgid "_Street:"
msgstr "Амҩа ахьӡ:"
-#: optuserpage.ui:87
+#: cui/uiconfig/ui/optuserpage.ui:87
msgctxt "optuserpage|cityft"
msgid "City/state/_zip:"
msgstr ""
-#: optuserpage.ui:101
+#: cui/uiconfig/ui/optuserpage.ui:101
msgctxt "optuserpage|countryft"
msgid "Country/re_gion:"
msgstr ""
-#: optuserpage.ui:115
+#: cui/uiconfig/ui/optuserpage.ui:115
msgctxt "optuserpage|titleft"
msgid "_Title/position:"
msgstr ""
-#: optuserpage.ui:129
+#: cui/uiconfig/ui/optuserpage.ui:129
msgctxt "optuserpage|phoneft"
msgid "Telephone (home/_work):"
msgstr ""
-#: optuserpage.ui:134
+#: cui/uiconfig/ui/optuserpage.ui:134
msgctxt "phoneft-atkobject"
msgid "Home telephone number"
msgstr ""
-#: optuserpage.ui:148
+#: cui/uiconfig/ui/optuserpage.ui:148
msgctxt "optuserpage|faxft"
msgid "Fa_x/e-mail:"
msgstr ""
-#: optuserpage.ui:171
+#: cui/uiconfig/ui/optuserpage.ui:170
msgctxt "optuserpage|firstname-atkobject"
msgid "First name"
msgstr "Ахьӡ"
-#: optuserpage.ui:189
+#: cui/uiconfig/ui/optuserpage.ui:187
msgctxt "lastname-atkobject"
msgid "Last name"
msgstr "Ажәла"
-#: optuserpage.ui:207
+#: cui/uiconfig/ui/optuserpage.ui:204
msgctxt "shortname-atkobject"
msgid "Initials"
msgstr "Аинициалқәа"
-#: optuserpage.ui:236
+#: cui/uiconfig/ui/optuserpage.ui:232
msgctxt "city-atkobject"
msgid "City"
msgstr "Ақалақь"
-#: optuserpage.ui:254
+#: cui/uiconfig/ui/optuserpage.ui:249
msgctxt "state-atkobject"
msgid "State"
msgstr ""
-#: optuserpage.ui:272
+#: cui/uiconfig/ui/optuserpage.ui:266
msgctxt "zip-atkobject"
msgid "Zip code"
msgstr ""
-#: optuserpage.ui:302
+#: cui/uiconfig/ui/optuserpage.ui:295
msgctxt "title-atkobject"
msgid "Title"
msgstr "Ахы"
-#: optuserpage.ui:320
+#: cui/uiconfig/ui/optuserpage.ui:312
msgctxt "position-atkobject"
msgid "Position"
msgstr "Аҭыҧ"
-#: optuserpage.ui:349
+#: cui/uiconfig/ui/optuserpage.ui:340
msgctxt "home-atkobject"
msgid "Home telephone number"
msgstr ""
-#: optuserpage.ui:367
+#: cui/uiconfig/ui/optuserpage.ui:357
msgctxt "work-atkobject"
msgid "Work telephone number"
msgstr ""
-#: optuserpage.ui:397
+#: cui/uiconfig/ui/optuserpage.ui:386
msgctxt "fax-atkobject"
msgid "FAX number"
msgstr "Афакс аномер"
-#: optuserpage.ui:415
+#: cui/uiconfig/ui/optuserpage.ui:403
msgctxt "email-atkobject"
msgid "email address"
-msgstr ""
+msgstr "E-mail"
-#: optuserpage.ui:432
+#: cui/uiconfig/ui/optuserpage.ui:420
msgctxt "optuserpage|usefordocprop"
msgid "Use data for document properties"
msgstr ""
-#: optuserpage.ui:449
+#: cui/uiconfig/ui/optuserpage.ui:438
msgctxt "optuserpage|rusnameft"
msgid "Last name/first _name/father’s name/initials:"
msgstr ""
-#: optuserpage.ui:472
+#: cui/uiconfig/ui/optuserpage.ui:460
msgctxt "ruslastname-atkobject"
msgid "Last name"
msgstr "Ажәла"
-#: optuserpage.ui:490
+#: cui/uiconfig/ui/optuserpage.ui:477
msgctxt "rusfathersname-atkobject"
msgid "Father's name"
msgstr "Абхьӡ"
-#: optuserpage.ui:508
+#: cui/uiconfig/ui/optuserpage.ui:494
msgctxt "russhortname-atkobject"
msgid "Initials"
msgstr "Аинициалқәа"
-#: optuserpage.ui:526
+#: cui/uiconfig/ui/optuserpage.ui:511
msgctxt "rusfirstname-atkobject"
msgid "First name"
msgstr "Ахьӡ"
-#: optuserpage.ui:546
+#: cui/uiconfig/ui/optuserpage.ui:531
msgctxt "optuserpage|eastnameft"
msgid "Last/first _name/initials:"
msgstr "Ажәла/Ахьӡ/Аинициалқәа:"
-#: optuserpage.ui:569
+#: cui/uiconfig/ui/optuserpage.ui:553
msgctxt "eastlastname-atkobject"
msgid "Last name"
msgstr "Ажәла"
-#: optuserpage.ui:587
+#: cui/uiconfig/ui/optuserpage.ui:570
msgctxt "eastfirstname-atkobject"
msgid "First name"
msgstr "Ахьӡ"
-#: optuserpage.ui:605
+#: cui/uiconfig/ui/optuserpage.ui:587
msgctxt "eastshortname-atkobject"
msgid "Initials"
msgstr "Аинициалқәа"
-#: optuserpage.ui:625
+#: cui/uiconfig/ui/optuserpage.ui:607
msgctxt "optuserpage|russtreetft"
msgid "_Street/apartment number:"
msgstr "Амҩа, аҩны/ауаҭах:"
-#: optuserpage.ui:648
+#: cui/uiconfig/ui/optuserpage.ui:629
msgctxt "russtreet-atkobject"
msgid "Street"
msgstr "Амҩа ахьӡ"
-#: optuserpage.ui:666
+#: cui/uiconfig/ui/optuserpage.ui:646
msgctxt "ruslastname-atkobject"
msgid "Apartment number"
msgstr "Аҩны аномер"
-#: optuserpage.ui:686
+#: cui/uiconfig/ui/optuserpage.ui:666
msgctxt "optuserpage|icityft"
msgid "_Zip/city:"
msgstr ""
-#: optuserpage.ui:709
+#: cui/uiconfig/ui/optuserpage.ui:688
msgctxt "icity-atkobject"
msgid "City"
msgstr "Ақалақь"
-#: optuserpage.ui:727
+#: cui/uiconfig/ui/optuserpage.ui:705
msgctxt "izip-atkobject"
msgid "Zip code"
msgstr ""
-#: optuserpage.ui:825
+#: cui/uiconfig/ui/optuserpage.ui:800
msgctxt "optuserpage|label1"
msgid "Address"
msgstr "Адрес"
-#: optuserpage.ui:861
+#: cui/uiconfig/ui/optuserpage.ui:836
msgctxt "optuserpage|signingkeylabel"
msgid "OpenPGP signing key:"
msgstr ""
-#: optuserpage.ui:875
+#: cui/uiconfig/ui/optuserpage.ui:850
msgctxt "optuserpage|encryptionkeylabel"
msgid "OpenPGP encryption key:"
msgstr ""
-#: optuserpage.ui:908
+#: cui/uiconfig/ui/optuserpage.ui:885
msgctxt "optuserpage|encrypttoself"
msgid "When encrypting documents, always encrypt to self"
msgstr ""
-#: optuserpage.ui:930
+#: cui/uiconfig/ui/optuserpage.ui:909
msgctxt "optuserpage|cryptographylabel"
msgid "Cryptography"
-msgstr ""
+msgstr "Ашфрркра"
-#: optviewpage.ui:47
+#: cui/uiconfig/ui/optviewpage.ui:47
msgctxt "optviewpage|grid3|tooltip_text"
msgid "Requires restart"
msgstr ""
-#: optviewpage.ui:51
+#: cui/uiconfig/ui/optviewpage.ui:51
msgctxt "optviewpage|useaccel"
msgid "Use hard_ware acceleration"
msgstr ""
-#: optviewpage.ui:66
+#: cui/uiconfig/ui/optviewpage.ui:66
msgctxt "optviewpage|useaa"
msgid "Use anti-a_liasing"
msgstr ""
-#: optviewpage.ui:81
+#: cui/uiconfig/ui/optviewpage.ui:81
msgctxt "optviewpage|useopengl"
msgid "Use OpenGL for all rendering"
msgstr "Аҭыгарақәа зегьы OpenGL ахархәарала "
-#: optviewpage.ui:95
+#: cui/uiconfig/ui/optviewpage.ui:96
msgctxt "optviewpage|forceopengl"
msgid "Ignore OpenGL blacklist"
msgstr ""
-#: optviewpage.ui:99
+#: cui/uiconfig/ui/optviewpage.ui:101
msgctxt "optviewpage|forceopengl|tooltip_text"
msgid "Requires restart. Enabling this may expose driver bugs"
msgstr ""
-#: optviewpage.ui:113
+#: cui/uiconfig/ui/optviewpage.ui:115
msgctxt "optviewpage|openglenabled"
msgid "GL is currently enabled."
msgstr ""
-#: optviewpage.ui:125
+#: cui/uiconfig/ui/optviewpage.ui:127
msgctxt "optviewpage|opengldisabled"
msgid "GL is currently disabled."
msgstr ""
-#: optviewpage.ui:141
+#: cui/uiconfig/ui/optviewpage.ui:143
msgctxt "optviewpage|label2"
msgid "Graphics Output"
-msgstr ""
+msgstr "Аграфикатә ҭагалара"
-#: optviewpage.ui:175
+#: cui/uiconfig/ui/optviewpage.ui:177
msgctxt "optviewpage|label13"
msgid "Icons in men_us:"
msgstr ""
-#: optviewpage.ui:189
+#: cui/uiconfig/ui/optviewpage.ui:191
msgctxt "optviewpage|contextmenushortcuts"
msgid "Automatic"
msgstr "Автоматикала"
-#: optviewpage.ui:190
+#: cui/uiconfig/ui/optviewpage.ui:192
msgctxt "optviewpage|contextmenushortcuts"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: optviewpage.ui:191
+#: cui/uiconfig/ui/optviewpage.ui:193
msgctxt "optviewpage|contextmenushortcuts"
msgid "Show"
msgstr "Иаарҧштәуп"
-#: optviewpage.ui:204
+#: cui/uiconfig/ui/optviewpage.ui:206
msgctxt "optviewpage|label10"
msgid "Shortcuts in context menus:"
msgstr ""
-#: optviewpage.ui:218
+#: cui/uiconfig/ui/optviewpage.ui:220
msgctxt "optviewpage|menuicons"
msgid "Automatic"
msgstr "Автоматикала"
-#: optviewpage.ui:219
+#: cui/uiconfig/ui/optviewpage.ui:221
msgctxt "optviewpage|menuicons"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: optviewpage.ui:220
+#: cui/uiconfig/ui/optviewpage.ui:222
msgctxt "optviewpage|menuicons"
msgid "Show"
msgstr "Иаарҧштәуп"
-#: optviewpage.ui:236
+#: cui/uiconfig/ui/optviewpage.ui:238
msgctxt "optviewpage|label3"
msgid "Menu"
msgstr "Ахкынҵа"
-#: optviewpage.ui:267
+#: cui/uiconfig/ui/optviewpage.ui:269
msgctxt "optviewpage|showfontpreview"
msgid "Show p_review of fonts"
msgstr "Ашрифтқәа рыхәаҧшра"
-#: optviewpage.ui:288
+#: cui/uiconfig/ui/optviewpage.ui:290
msgctxt "optviewpage|label5"
msgid "Font Lists"
msgstr "Ашрифтқәа рыхьӡынҵа"
-#: optviewpage.ui:343
+#: cui/uiconfig/ui/optviewpage.ui:345
msgctxt "optviewpage|label8"
msgid "Toolbar icon _size:"
msgstr "Амаругақәа рпанель:"
-#: optviewpage.ui:358
+#: cui/uiconfig/ui/optviewpage.ui:360
msgctxt "optviewpage|iconstyle"
msgid "Automatic"
msgstr "Автоматикала"
-#: optviewpage.ui:359
+#: cui/uiconfig/ui/optviewpage.ui:361
msgctxt "optviewpage|iconstyle"
msgid "Galaxy"
-msgstr ""
+msgstr "Агалактика"
-#: optviewpage.ui:360
+#: cui/uiconfig/ui/optviewpage.ui:362
msgctxt "optviewpage|iconstyle"
msgid "High Contrast"
-msgstr ""
+msgstr "Аконтраст"
-#: optviewpage.ui:361
-msgctxt "optviewpage|iconstyle"
-msgid "Crystal"
-msgstr ""
-
-#: optviewpage.ui:362
+#: cui/uiconfig/ui/optviewpage.ui:363
msgctxt "optviewpage|iconstyle"
msgid "Tango"
-msgstr ""
+msgstr "Танго"
-#: optviewpage.ui:363
+#: cui/uiconfig/ui/optviewpage.ui:364
msgctxt "optviewpage|iconstyle"
msgid "Oxygen"
-msgstr ""
+msgstr "Oxygen"
-#: optviewpage.ui:364
+#: cui/uiconfig/ui/optviewpage.ui:365
msgctxt "optviewpage|iconstyle"
msgid "Classic"
-msgstr ""
+msgstr "Аклассикатә"
-#: optviewpage.ui:365
+#: cui/uiconfig/ui/optviewpage.ui:366
msgctxt "optviewpage|iconstyle"
msgid "Sifr"
-msgstr ""
+msgstr "Sifr"
-#: optviewpage.ui:366
+#: cui/uiconfig/ui/optviewpage.ui:367
msgctxt "optviewpage|iconstyle"
msgid "Breeze"
msgstr ""
-#: optviewpage.ui:367
-msgctxt "optviewpage|iconstyle"
-msgid "Tango Testing"
-msgstr ""
-
-#: optviewpage.ui:380
+#: cui/uiconfig/ui/optviewpage.ui:380
msgctxt "optviewpage|iconsize"
msgid "Automatic"
msgstr "Автоматикала"
-#: optviewpage.ui:381
+#: cui/uiconfig/ui/optviewpage.ui:381
msgctxt "optviewpage|iconsize"
msgid "Small"
msgstr "Ихәыҷқәо"
-#: optviewpage.ui:382
+#: cui/uiconfig/ui/optviewpage.ui:382
msgctxt "optviewpage|iconsize"
msgid "Large"
msgstr "Идуқәо"
-#: optviewpage.ui:383
+#: cui/uiconfig/ui/optviewpage.ui:383
msgctxt "optviewpage|iconsize"
msgid "Extra Large"
msgstr "Идуӡӡақәоу"
-#: optviewpage.ui:396
+#: cui/uiconfig/ui/optviewpage.ui:396
msgctxt "optviewpage|label6"
msgid "Icon s_tyle:"
msgstr ""
-#: optviewpage.ui:407
+#: cui/uiconfig/ui/optviewpage.ui:407
msgctxt "optviewpage|aafont"
msgid "Screen font antialiasin_g"
msgstr ""
-#: optviewpage.ui:425
+#: cui/uiconfig/ui/optviewpage.ui:425
msgctxt "optviewpage|label9"
msgid "Sidebar _icon size:"
msgstr "Аварахьтәи апанель:"
-#: optviewpage.ui:439
+#: cui/uiconfig/ui/optviewpage.ui:439
msgctxt "optviewpage|sidebariconsize"
msgid "Automatic"
msgstr "Автоматикала"
-#: optviewpage.ui:440
+#: cui/uiconfig/ui/optviewpage.ui:440
msgctxt "optviewpage|sidebariconsize"
msgid "Small"
msgstr "Ихәыҷқәо"
-#: optviewpage.ui:441
+#: cui/uiconfig/ui/optviewpage.ui:441
msgctxt "optviewpage|sidebariconsize"
msgid "Large"
msgstr "Идуқәо"
-#: optviewpage.ui:454
+#: cui/uiconfig/ui/optviewpage.ui:454
msgctxt "optviewpage|label7"
msgid "_Notebookbar icon size:"
msgstr "Алента:"
-#: optviewpage.ui:468
+#: cui/uiconfig/ui/optviewpage.ui:468
msgctxt "optviewpage|notebookbariconsize"
msgid "Automatic"
msgstr "Автоматикала"
-#: optviewpage.ui:469
+#: cui/uiconfig/ui/optviewpage.ui:469
msgctxt "optviewpage|notebookbariconsize"
msgid "Small"
msgstr "Ихәыҷқәо"
-#: optviewpage.ui:470
+#: cui/uiconfig/ui/optviewpage.ui:470
msgctxt "optviewpage|notebookbariconsize"
msgid "Large"
msgstr "Идуқәо"
-#: optviewpage.ui:489
+#: cui/uiconfig/ui/optviewpage.ui:489
msgctxt "optviewpage|aafrom"
msgid "fro_m:"
msgstr ""
-#: optviewpage.ui:530
+#: cui/uiconfig/ui/optviewpage.ui:529
msgctxt "optviewpage|label1"
msgid "User Interface"
msgstr ""
-#: optviewpage.ui:567
+#: cui/uiconfig/ui/optviewpage.ui:566
msgctxt "optviewpage|label11"
msgid "Mouse _positioning:"
msgstr ""
-#: optviewpage.ui:581
+#: cui/uiconfig/ui/optviewpage.ui:580
msgctxt "optviewpage|label12"
msgid "Middle mouse _button:"
msgstr ""
-#: optviewpage.ui:597
+#: cui/uiconfig/ui/optviewpage.ui:596
msgctxt "optviewpage|mousepos"
msgid "Default button"
msgstr ""
-#: optviewpage.ui:598
+#: cui/uiconfig/ui/optviewpage.ui:597
msgctxt "optviewpage|mousepos"
msgid "Dialog center"
msgstr ""
-#: optviewpage.ui:599
+#: cui/uiconfig/ui/optviewpage.ui:598
msgctxt "optviewpage|mousepos"
msgid "No automatic positioning"
msgstr ""
-#: optviewpage.ui:614
+#: cui/uiconfig/ui/optviewpage.ui:613
msgctxt "optviewpage|mousemiddle"
msgid "No function"
msgstr "Афункциа ада"
-#: optviewpage.ui:615
+#: cui/uiconfig/ui/optviewpage.ui:614
msgctxt "optviewpage|mousemiddle"
msgid "Automatic scrolling"
msgstr ""
-#: optviewpage.ui:616
+#: cui/uiconfig/ui/optviewpage.ui:615
msgctxt "optviewpage|mousemiddle"
msgid "Paste clipboard"
msgstr ""
-#: optviewpage.ui:632
+#: cui/uiconfig/ui/optviewpage.ui:631
msgctxt "optviewpage|label4"
msgid "Mouse"
msgstr "Аҳәынаҧ"
-#: pageformatpage.ui:15
+#: cui/uiconfig/ui/pageformatpage.ui:15
msgctxt "pageformatpage|liststorePageLayout"
msgid "Right and left"
-msgstr ""
+msgstr "Арыӷьарахьи арымарахьи"
-#: pageformatpage.ui:19
+#: cui/uiconfig/ui/pageformatpage.ui:19
msgctxt "pageformatpage|liststorePageLayout"
msgid "Mirrored"
msgstr ""
-#: pageformatpage.ui:23
+#: cui/uiconfig/ui/pageformatpage.ui:23
msgctxt "pageformatpage|liststorePageLayout"
msgid "Only right"
-msgstr ""
+msgstr "Арыӷьарахь мацара"
-#: pageformatpage.ui:27
+#: cui/uiconfig/ui/pageformatpage.ui:27
msgctxt "pageformatpage|liststorePageLayout"
msgid "Only left"
-msgstr ""
+msgstr "Арымарахь мацара"
-#: pageformatpage.ui:72
+#: cui/uiconfig/ui/pageformatpage.ui:72
msgctxt "pageformatpage|labelFormat"
msgid "_Format:"
msgstr "_Аформат:"
-#: pageformatpage.ui:96
+#: cui/uiconfig/ui/pageformatpage.ui:96
msgctxt "pageformatpage|labelWidth"
msgid "_Width:"
msgstr "_Аҭбаара:"
-#: pageformatpage.ui:123
+#: cui/uiconfig/ui/pageformatpage.ui:122
msgctxt "pageformatpage|labelHeight"
msgid "_Height:"
msgstr "Аҳаракыра:"
-#: pageformatpage.ui:149
+#: cui/uiconfig/ui/pageformatpage.ui:147
#, fuzzy
msgctxt "pageformatpage|labelOrientation"
msgid "_Orientation:"
msgstr "Ахырхарҭа"
-#: pageformatpage.ui:161
-#, fuzzy
+#: cui/uiconfig/ui/pageformatpage.ui:159
msgctxt "pageformatpage|radiobuttonPortrait"
msgid "_Portrait"
msgstr "Ашәҟәытә"
-#: pageformatpage.ui:182
+#: cui/uiconfig/ui/pageformatpage.ui:180
msgctxt "pageformatpage|radiobuttonLandscape"
msgid "L_andscape"
msgstr "Альбомтә"
-#: pageformatpage.ui:205
+#: cui/uiconfig/ui/pageformatpage.ui:203
msgctxt "pageformatpage|labelTextFlow"
msgid "_Text direction:"
msgstr "Атеқст ахырхарҭа:"
-#: pageformatpage.ui:266
+#: cui/uiconfig/ui/pageformatpage.ui:264
msgctxt "pageformatpage|labelPaperTray"
msgid "Paper _tray:"
-msgstr ""
+msgstr "Ақьаад анашьҭра:"
-#: pageformatpage.ui:302
+#: cui/uiconfig/ui/pageformatpage.ui:300
msgctxt "pageformatpage|labelPaperFormat"
msgid "Paper Format"
msgstr "Ақьаад аформат"
-#: pageformatpage.ui:346
-#, fuzzy
+#: cui/uiconfig/ui/pageformatpage.ui:344
msgctxt "pageformatpage|labelTopMargin"
msgid "Top:"
msgstr "Хыхьла:"
-#: pageformatpage.ui:360
-#, fuzzy
+#: cui/uiconfig/ui/pageformatpage.ui:358
msgctxt "pageformatpage|labelBottomMargin"
msgid "Bottom:"
msgstr "Ҵаҟала: "
-#: pageformatpage.ui:423
-#, fuzzy
+#: cui/uiconfig/ui/pageformatpage.ui:417
msgctxt "pageformatpage|labelRightMargin"
msgid "Right:"
msgstr "Арыӷьарахь:"
-#: pageformatpage.ui:437
+#: cui/uiconfig/ui/pageformatpage.ui:431
msgctxt "pageformatpage|labelOuter"
msgid "O_uter:"
-msgstr ""
+msgstr "Адәныҟа:"
-#: pageformatpage.ui:463
-#, fuzzy
+#: cui/uiconfig/ui/pageformatpage.ui:457
msgctxt "pageformatpage|labelLeftMargin"
msgid "Left:"
msgstr "Арымарахь:"
-#: pageformatpage.ui:477
+#: cui/uiconfig/ui/pageformatpage.ui:471
msgctxt "pageformatpage|labelInner"
msgid "I_nner:"
-msgstr ""
+msgstr "Аҩныҵҟа:"
-#: pageformatpage.ui:502
-#, fuzzy
+#: cui/uiconfig/ui/pageformatpage.ui:496
msgctxt "pageformatpage|labelMargins"
msgid "Margins"
-msgstr "Аҭакыра"
+msgstr "Аҭакырақәа"
-#: pageformatpage.ui:539
+#: cui/uiconfig/ui/pageformatpage.ui:533
msgctxt "pageformatpage|labelPageLayout"
msgid "_Page layout:"
msgstr "Адаҟьа амакет:"
-#: pageformatpage.ui:554
+#: cui/uiconfig/ui/pageformatpage.ui:548
msgctxt "pageformatpage|label4"
msgid "Page numbers:"
msgstr "Адаҟьақәа рномерқәа:"
-#: pageformatpage.ui:566
+#: cui/uiconfig/ui/pageformatpage.ui:560
msgctxt "pageformatpage|checkRegisterTrue"
msgid "Register-tr_ue"
msgstr ""
-#: pageformatpage.ui:606
+#: cui/uiconfig/ui/pageformatpage.ui:600
msgctxt "pageformatpage|labelTblAlign"
msgid "Table alignment:"
msgstr "Аиҟаратәра:"
-#: pageformatpage.ui:618
+#: cui/uiconfig/ui/pageformatpage.ui:612
msgctxt "pageformatpage|checkbuttonHorz"
msgid "Hori_zontal"
msgstr "Горизонталла"
-#: pageformatpage.ui:633
+#: cui/uiconfig/ui/pageformatpage.ui:627
msgctxt "pageformatpage|checkbuttonVert"
msgid "_Vertical"
msgstr "_Вертикалла"
-#: pageformatpage.ui:648
+#: cui/uiconfig/ui/pageformatpage.ui:642
msgctxt "pageformatpage|checkAdaptBox"
msgid "_Fit object to paper format"
msgstr ""
-#: pageformatpage.ui:679
+#: cui/uiconfig/ui/pageformatpage.ui:673
msgctxt "pageformatpage|labelRegisterStyle"
msgid "Reference _Style:"
-msgstr ""
+msgstr "Азхьарҧш астиль:"
-#: pageformatpage.ui:721
+#: cui/uiconfig/ui/pageformatpage.ui:715
msgctxt "pageformatpage|label5"
msgid "Layout Settings"
msgstr ""
-#: pageformatpage.ui:742
+#: cui/uiconfig/ui/pageformatpage.ui:736
msgctxt "pageformatpage|labelMsg"
msgid ""
"The margin settings are out of print range.\n"
@@ -9297,2383 +9303,2413 @@ msgid ""
"Do you still want to apply these settings?"
msgstr ""
-#: paragalignpage.ui:15
-#: /home/cl/vc/git/libo-core/cui/uiconfig/ui/paragalignpage.ui:19
+#: cui/uiconfig/ui/paragalignpage.ui:15 cui/uiconfig/ui/paragalignpage.ui:19
msgctxt "paragalignpage|liststoreLB_LASTLINE"
msgid "Start"
-msgstr ""
+msgstr "Адәықәҵара"
-#: paragalignpage.ui:23
+#: cui/uiconfig/ui/paragalignpage.ui:23
msgctxt "paragalignpage|liststoreLB_LASTLINE"
msgid "Centered"
msgstr "Ацентр ала"
-#: paragalignpage.ui:27
-#, fuzzy
+#: cui/uiconfig/ui/paragalignpage.ui:27
msgctxt "paragalignpage|liststoreLB_LASTLINE"
msgid "Justified"
msgstr "Аҭбаара ала"
-#: paragalignpage.ui:41
+#: cui/uiconfig/ui/paragalignpage.ui:41
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Automatic"
msgstr "Автоматикала"
-#: paragalignpage.ui:45
+#: cui/uiconfig/ui/paragalignpage.ui:45
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Base line"
-msgstr ""
+msgstr "Абазатә ҵәаӷәа ала"
-#: paragalignpage.ui:49
+#: cui/uiconfig/ui/paragalignpage.ui:49
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Top"
msgstr "Хыхьла"
-#: paragalignpage.ui:53
+#: cui/uiconfig/ui/paragalignpage.ui:53
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Middle"
msgstr "Агәҭа ала"
-#: paragalignpage.ui:57
+#: cui/uiconfig/ui/paragalignpage.ui:57
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: paragalignpage.ui:85
-#, fuzzy
+#: cui/uiconfig/ui/paragalignpage.ui:85
msgctxt "paragalignpage|drawingareaWN_EXAMPLE-atkobject"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: paragalignpage.ui:120
+#: cui/uiconfig/ui/paragalignpage.ui:120
msgctxt "paragalignpage|radioBTN_LEFTALIGN"
msgid "_Left"
msgstr "Арымарахь"
-#: paragalignpage.ui:136
+#: cui/uiconfig/ui/paragalignpage.ui:136
msgctxt "paragalignpage|radioBTN_RIGHTALIGN"
msgid "_Right"
msgstr "Арыӷьарахь"
-#: paragalignpage.ui:152
-#, fuzzy
+#: cui/uiconfig/ui/paragalignpage.ui:152
msgctxt "paragalignpage|radioBTN_CENTERALIGN"
msgid "_Center"
msgstr "Ацентр ала"
-#: paragalignpage.ui:169
-#, fuzzy
+#: cui/uiconfig/ui/paragalignpage.ui:169
msgctxt "paragalignpage|radioBTN_JUSTIFYALIGN"
msgid "_Justified"
msgstr "Аҭбаара ала"
-#: paragalignpage.ui:185
+#: cui/uiconfig/ui/paragalignpage.ui:185
msgctxt "paragalignpage|checkCB_EXPAND"
msgid "_Expand single word"
msgstr ""
-#: paragalignpage.ui:202
+#: cui/uiconfig/ui/paragalignpage.ui:202
msgctxt "paragalignpage|checkCB_SNAP"
msgid "_Snap to text grid (if active)"
msgstr ""
-#: paragalignpage.ui:233
+#: cui/uiconfig/ui/paragalignpage.ui:233
msgctxt "paragalignpage|labelLB_LASTLINE"
msgid "_Last line:"
-msgstr ""
+msgstr "_Аҵыхәтәантәи ацәаҳәа:"
-#: paragalignpage.ui:277
+#: cui/uiconfig/ui/paragalignpage.ui:277
msgctxt "paragalignpage|labelST_RIGHTALIGN_ASIAN"
msgid "Righ_t/Bottom"
msgstr ""
-#: paragalignpage.ui:290
+#: cui/uiconfig/ui/paragalignpage.ui:290
msgctxt "paragalignpage|labelST_LEFTALIGN_ASIAN"
msgid "_Left/Top"
msgstr ""
-#: paragalignpage.ui:313
+#: cui/uiconfig/ui/paragalignpage.ui:313
msgctxt "paragalignpage|label1"
msgid "Options"
msgstr "Апараметрқәа"
-#: paragalignpage.ui:347
+#: cui/uiconfig/ui/paragalignpage.ui:347
msgctxt "paragalignpage|labelFT_VERTALIGN"
msgid "_Alignment:"
msgstr "Аиҟаратәра:"
-#: paragalignpage.ui:378
+#: cui/uiconfig/ui/paragalignpage.ui:378
msgctxt "paragalignpage|labelFL_VERTALIGN"
msgid "Text-to-text"
msgstr ""
-#: paragalignpage.ui:412
+#: cui/uiconfig/ui/paragalignpage.ui:412
msgctxt "paragalignpage|label2"
msgid "_Text direction:"
msgstr "Атеқст ахырхарҭа:"
-#: paragalignpage.ui:444
+#: cui/uiconfig/ui/paragalignpage.ui:444
msgctxt "paragalignpage|labelFL_PROPERTIES"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа"
-#: paraindentspacing.ui:37
+#: cui/uiconfig/ui/paraindentspacing.ui:37
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Single"
msgstr ""
-#: paraindentspacing.ui:41
+#: cui/uiconfig/ui/paraindentspacing.ui:41
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "1.15 Lines"
-msgstr ""
+msgstr "1,15 ацәаҳәақәа"
-#: paraindentspacing.ui:45
+#: cui/uiconfig/ui/paraindentspacing.ui:45
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "1.5 Lines"
-msgstr ""
+msgstr "1,5 ацәаҳәақәа"
-#: paraindentspacing.ui:49
+#: cui/uiconfig/ui/paraindentspacing.ui:49
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Double"
-msgstr ""
+msgstr "Ҩынтәтәи"
-#: paraindentspacing.ui:53
+#: cui/uiconfig/ui/paraindentspacing.ui:53
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Proportional"
msgstr ""
-#: paraindentspacing.ui:57
+#: cui/uiconfig/ui/paraindentspacing.ui:57
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "At least"
-msgstr ""
+msgstr "Аминимум"
-#: paraindentspacing.ui:61
+#: cui/uiconfig/ui/paraindentspacing.ui:61
#, fuzzy
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Leading"
msgstr "Ахқәа"
-#: paraindentspacing.ui:91
+#: cui/uiconfig/ui/paraindentspacing.ui:91
msgctxt "paraindentspacing|drawingareaWN_EXAMPLE-atkobject"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: paraindentspacing.ui:129
+#: cui/uiconfig/ui/paraindentspacing.ui:129
msgctxt "paraindentspacing|labelFT_LEFTINDENT"
msgid "_Before text:"
-msgstr ""
+msgstr "Атеқст аҧхьа:"
-#: paraindentspacing.ui:143
+#: cui/uiconfig/ui/paraindentspacing.ui:143
msgctxt "paraindentspacing|labelFT_RIGHTINDENT"
msgid "After _text:"
-msgstr ""
+msgstr "Атеқст ашьҭахь:"
-#: paraindentspacing.ui:157
+#: cui/uiconfig/ui/paraindentspacing.ui:157
msgctxt "paraindentspacing|labelFT_FLINEINDENT"
msgid "_First line:"
msgstr "_Актәи ацәаҳәа:"
-#: paraindentspacing.ui:169
+#: cui/uiconfig/ui/paraindentspacing.ui:169
msgctxt "paraindentspacing|checkCB_AUTO"
msgid "_Automatic"
msgstr "_Автоматикала"
-#: paraindentspacing.ui:221
+#: cui/uiconfig/ui/paraindentspacing.ui:218
msgctxt "paraindentspacing|labelST_LINEDIST_ABS"
msgid "Fixed"
msgstr ""
-#: paraindentspacing.ui:236
+#: cui/uiconfig/ui/paraindentspacing.ui:233
msgctxt "paraindentspacing|label1"
msgid "Indent"
msgstr ""
-#: paraindentspacing.ui:276
+#: cui/uiconfig/ui/paraindentspacing.ui:273
msgctxt "paraindentspacing|labelFT_TOPDIST"
msgid "Ab_ove paragraph:"
msgstr "Абзац аҧхьа:"
-#: paraindentspacing.ui:290
+#: cui/uiconfig/ui/paraindentspacing.ui:287
msgctxt "paraindentspacing|labelFT_BOTTOMDIST"
msgid "Below _paragraph:"
msgstr "Абзац ашьҭахь:"
-#: paraindentspacing.ui:333
+#: cui/uiconfig/ui/paraindentspacing.ui:328
msgctxt "paraindentspacing|checkCB_CONTEXTUALSPACING"
msgid "Don't add space between paragraphs of the same style"
msgstr ""
-#: paraindentspacing.ui:354
+#: cui/uiconfig/ui/paraindentspacing.ui:350
msgctxt "paraindentspacing|labelFL_VERTALIGN"
msgid "Spacing"
msgstr "Аинтервал"
-#: paraindentspacing.ui:404
+#: cui/uiconfig/ui/paraindentspacing.ui:400
msgctxt "paraindentspacing|labelFT_LINEDIST"
msgid "of"
msgstr "ашәагаа:"
-#: paraindentspacing.ui:464
+#: cui/uiconfig/ui/paraindentspacing.ui:458
msgctxt "paraindentspacing|labelFL_PROPERTIES"
msgid "Line Spacing"
msgstr "Ацәаҳәабжьаратәи аинтервал"
-#: paraindentspacing.ui:489
+#: cui/uiconfig/ui/paraindentspacing.ui:483
msgctxt "paraindentspacing|checkCB_REGISTER"
msgid "A_ctivate"
-msgstr ""
+msgstr "Активациа азутәуп"
-#: paraindentspacing.ui:503
+#: cui/uiconfig/ui/paraindentspacing.ui:497
msgctxt "paraindentspacing|label3"
msgid "Register-true"
msgstr ""
-#: paratabspage.ui:49
+#: cui/uiconfig/ui/paratabspage.ui:49
msgctxt "paratabspage|label1"
msgid "Position"
msgstr "Аҭыҧ"
-#: paratabspage.ui:84
+#: cui/uiconfig/ui/paratabspage.ui:84
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_DECIMAL"
msgid "Deci_mal"
msgstr ""
-#: paratabspage.ui:157
+#: cui/uiconfig/ui/paratabspage.ui:156
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_LEFT"
msgid "_Left"
msgstr "Арымарахь"
-#: paratabspage.ui:174
+#: cui/uiconfig/ui/paratabspage.ui:173
msgctxt "paratabspage|radiobuttonST_LEFTTAB_ASIAN"
msgid "_Left/Top"
msgstr ""
-#: paratabspage.ui:201
+#: cui/uiconfig/ui/paratabspage.ui:200
#, fuzzy
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_RIGHT"
msgid "Righ_t"
msgstr "Арыӷьарахь ала"
-#: paratabspage.ui:217
+#: cui/uiconfig/ui/paratabspage.ui:216
msgctxt "paratabspage|radiobuttonST_RIGHTTAB_ASIAN"
msgid "Righ_t/Bottom"
msgstr ""
-#: paratabspage.ui:239
-#, fuzzy
+#: cui/uiconfig/ui/paratabspage.ui:238
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_CENTER"
msgid "C_entered"
msgstr "Ацентр ала"
-#: paratabspage.ui:263
-#, fuzzy
+#: cui/uiconfig/ui/paratabspage.ui:262
msgctxt "paratabspage|labelFT_TABTYPE_DECCHAR"
msgid "_Character"
-msgstr "Асимволқәа:"
+msgstr "Асимволқәа"
-#: paratabspage.ui:283
+#: cui/uiconfig/ui/paratabspage.ui:282
msgctxt "paratabspage|label2"
msgid "Type"
msgstr "Атип"
-#: paratabspage.ui:317
+#: cui/uiconfig/ui/paratabspage.ui:316
msgctxt "paratabspage|radiobuttonBTN_FILLCHAR_NO"
msgid "N_one"
msgstr "_Мап"
-#: paratabspage.ui:385
+#: cui/uiconfig/ui/paratabspage.ui:384
msgctxt "paratabspage|radiobuttonBTN_FILLCHAR_OTHER"
msgid "C_haracter"
msgstr "Асимвол"
-#: paratabspage.ui:425
+#: cui/uiconfig/ui/paratabspage.ui:423
msgctxt "paratabspage|label3"
msgid "Fill Character"
msgstr "Ахарҭәаага"
-#: paratabspage.ui:463
-#, fuzzy
+#: cui/uiconfig/ui/paratabspage.ui:461
msgctxt "paratabspage|buttonBTN_DELALL"
msgid "Delete _all"
msgstr "Ианыхтәуп зегьы"
-#: paratabspage.ui:492
+#: cui/uiconfig/ui/paratabspage.ui:490
msgctxt "paratabspage|label4"
msgid "points"
msgstr "акәаҧқәа"
-#: paratabspage.ui:505
+#: cui/uiconfig/ui/paratabspage.ui:503
msgctxt "paratabspage|label5"
msgid "dashes"
msgstr ""
-#: paratabspage.ui:518
+#: cui/uiconfig/ui/paratabspage.ui:516
msgctxt "paratabspage|label6"
msgid "underscores"
msgstr ""
-#: password.ui:8
+#: cui/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Set Password"
msgstr "Иқәыргылатәуп ажәамаӡа"
-#: password.ui:90
+#: cui/uiconfig/ui/password.ui:92
msgctxt "password|label5"
msgid "Confirm password"
msgstr "Ишьақәшәырӷәӷәа ажәамаӡа"
-#: password.ui:106
+#: cui/uiconfig/ui/password.ui:106
msgctxt "password|label4"
msgid "_Enter password to open"
msgstr "Аартраз иҭажәгал ажәамаӡа"
-#: password.ui:150
+#: cui/uiconfig/ui/password.ui:149
msgctxt "password|label1"
msgid "Note: After a password has been set, the document will only open with the password. Should you lose the password, there will be no way to recover the document. Please also note that this password is case-sensitive."
msgstr ""
-#: password.ui:185
+#: cui/uiconfig/ui/password.ui:183
msgctxt "password|readonly"
msgid "Open file read-only"
msgstr "Иаарттәуп аҧхьара мацараз"
-#: password.ui:204
+#: cui/uiconfig/ui/password.ui:200
msgctxt "password|label7"
msgid "Enter password to allow editing"
msgstr "Иҭажәгал ажәамаӡа аредакциазуразы"
-#: password.ui:234
-#, fuzzy
+#: cui/uiconfig/ui/password.ui:228
msgctxt "password|label8"
msgid "Confirm password"
-msgstr "Ишьақәшәырӷәӷәа ажәамаӡа:"
+msgstr "Ишьақәшәырӷәӷәа ажәамаӡа"
-#: password.ui:267
+#: cui/uiconfig/ui/password.ui:260
msgctxt "password|label6"
msgid "File Sharing Password"
msgstr ""
-#: password.ui:279
-#, fuzzy
+#: cui/uiconfig/ui/password.ui:272
msgctxt "password|label3"
msgid "_Options"
msgstr "Апараметрқәа"
-#: password.ui:299
+#: cui/uiconfig/ui/password.ui:290
msgctxt "password|label2"
msgid "File Encryption Password"
msgstr "Ажәамаӡа афаил ашифрркразы"
-#: pastespecial.ui:7
+#: cui/uiconfig/ui/pastespecial.ui:16
msgctxt "pastespecial|PasteSpecialDialog"
msgid "Paste Special"
msgstr ""
-#: pastespecial.ui:87
+#: cui/uiconfig/ui/pastespecial.ui:100
msgctxt "pastespecial|label2"
msgid "Source:"
-msgstr ""
+msgstr "Ахыҵхырҭа:"
-#: pastespecial.ui:157
+#: cui/uiconfig/ui/pastespecial.ui:184
msgctxt "pastespecial|label1"
msgid "Selection"
msgstr "Алхра"
-#: patterntabpage.ui:65
-#, fuzzy
+#: cui/uiconfig/ui/patterntabpage.ui:65
msgctxt "patterntabpage|BTN_MODIFY"
msgid "_Modify"
-msgstr "Ихархәатәуп"
+msgstr "Иҧсахтәуп"
-#: patterntabpage.ui:92
+#: cui/uiconfig/ui/patterntabpage.ui:92
msgctxt "patterntabpage|label3"
msgid "Pattern"
msgstr "Аорнамент"
-#: patterntabpage.ui:135
+#: cui/uiconfig/ui/patterntabpage.ui:135
msgctxt "patterntabpage|label4"
msgid "Pattern Editor:"
msgstr ""
-#: patterntabpage.ui:151
+#: cui/uiconfig/ui/patterntabpage.ui:151
msgctxt "patterntabpage|CTL_PIXEL-atkobject"
msgid "Pattern Editor"
msgstr ""
-#: patterntabpage.ui:179
-#, fuzzy
+#: cui/uiconfig/ui/patterntabpage.ui:179
msgctxt "patterntabpage|label5"
msgid "Foreground Color:"
-msgstr "Аҿаҧшыра аҧштәы"
+msgstr "Аҧштәы:"
-#: patterntabpage.ui:217
-#, fuzzy
+#: cui/uiconfig/ui/patterntabpage.ui:217
msgctxt "patterntabpage|label6"
msgid "Background Color:"
-msgstr "Аҿаҧшыра аҧштәы"
+msgstr "Аҿаҧшыра аҧштәы:"
-#: patterntabpage.ui:252
+#: cui/uiconfig/ui/patterntabpage.ui:252
msgctxt "patterntabpage|label1"
msgid "Options"
msgstr "Апараметрқәа"
-#: patterntabpage.ui:295
-#, fuzzy
+#: cui/uiconfig/ui/patterntabpage.ui:295
msgctxt "patterntabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: patterntabpage.ui:313
-#, fuzzy
+#: cui/uiconfig/ui/patterntabpage.ui:313
msgctxt "patterntabpage|label2"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: percentdialog.ui:13
+#: cui/uiconfig/ui/percentdialog.ui:14
msgctxt "percentdialog|PercentDialog"
msgid "Combine"
-msgstr ""
+msgstr "Еидҵатәуп"
-#: percentdialog.ui:94
+#: cui/uiconfig/ui/percentdialog.ui:98
msgctxt "percentdialog|label1"
msgid "Minimum Size"
msgstr "Иминималу ашәагаа"
-#: personalization_tab.ui:31
+#: cui/uiconfig/ui/personalization_tab.ui:31
msgctxt "personalization_tab|no_persona"
msgid "Default look, do not use Themes"
msgstr ""
-#: personalization_tab.ui:47
+#: cui/uiconfig/ui/personalization_tab.ui:48
msgctxt "personalization_tab|default_persona"
msgid "Pre-installed Theme (if available)"
msgstr ""
-#: personalization_tab.ui:119
+#: cui/uiconfig/ui/personalization_tab.ui:121
msgctxt "personalization_tab|own_persona"
msgid "Own Theme"
-msgstr ""
+msgstr "Даҽа темак"
-#: personalization_tab.ui:146
+#: cui/uiconfig/ui/personalization_tab.ui:149
msgctxt "personalization_tab|select_persona"
msgid "Select Theme"
msgstr "Иалхтәуп атема"
-#: personalization_tab.ui:168
+#: cui/uiconfig/ui/personalization_tab.ui:171
msgctxt "personalization_tab|extensions_label"
msgid "Or, select from the Themes installed via extensions:"
msgstr ""
-#: personalization_tab.ui:220
+#: cui/uiconfig/ui/personalization_tab.ui:223
msgctxt "personalization_tab|personas_label"
msgid "Firefox Themes"
-msgstr ""
+msgstr "Firefox атемақәа"
-#: pickbulletpage.ui:34
+#: cui/uiconfig/ui/pickbulletpage.ui:34
msgctxt "pickbulletpage|label25"
msgid "Selection"
msgstr "Алхра"
-#: pickgraphicpage.ui:45
+#: cui/uiconfig/ui/pickgraphicpage.ui:45
msgctxt "pickgraphicpage|errorft"
msgid "The Gallery theme 'Bullets' is empty (no images)."
msgstr ""
-#: pickgraphicpage.ui:57
+#: cui/uiconfig/ui/pickgraphicpage.ui:57
msgctxt "pickgraphicpage|browseBtn"
msgid "Add and Resize"
msgstr "Иацҵатәуп ашәагаа шацу"
-#: pickgraphicpage.ui:75
+#: cui/uiconfig/ui/pickgraphicpage.ui:75
msgctxt "pickgraphicpage|label25"
msgid "Selection"
msgstr "Алхра"
-#: picknumberingpage.ui:34
+#: cui/uiconfig/ui/picknumberingpage.ui:34
msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Алхра"
-#: pickoutlinepage.ui:34
+#: cui/uiconfig/ui/pickoutlinepage.ui:34
msgctxt "pickoutlinepage|label25"
msgid "Selection"
msgstr "Алхра"
-#: positionpage.ui:57
-#, fuzzy
+#: cui/uiconfig/ui/positionpage.ui:57
msgctxt "positionpage|superscript"
msgid "Superscript"
msgstr "Хыхьтәи аиндекс"
-#: positionpage.ui:73
+#: cui/uiconfig/ui/positionpage.ui:74
msgctxt "positionpage|normal"
msgid "Normal"
msgstr "Инормалтәу"
-#: positionpage.ui:89
-#, fuzzy
+#: cui/uiconfig/ui/positionpage.ui:91
msgctxt "positionpage|subscript"
msgid "Subscript"
msgstr "Ҵаҟатәи аиндекс:"
-#: positionpage.ui:121
+#: cui/uiconfig/ui/positionpage.ui:124
msgctxt "positionpage|raiselower"
msgid "Raise/lower by"
msgstr ""
-#: positionpage.ui:157
+#: cui/uiconfig/ui/positionpage.ui:158
msgctxt "positionpage|automatic"
msgid "Automatic"
msgstr "Автоматикала"
-#: positionpage.ui:173
+#: cui/uiconfig/ui/positionpage.ui:175
msgctxt "positionpage|relativefontsize"
msgid "Relative font size"
msgstr "Ашрифт амасштаб"
-#: positionpage.ui:201
+#: cui/uiconfig/ui/positionpage.ui:203
msgctxt "positionpage|label20"
msgid "Position"
msgstr "Аҭыҧ"
-#: positionpage.ui:239
-#, fuzzy
+#: cui/uiconfig/ui/positionpage.ui:241
msgctxt "positionpage|0deg"
msgid "0 degrees"
-msgstr "90 градус"
+msgstr "0 градус"
-#: positionpage.ui:255
+#: cui/uiconfig/ui/positionpage.ui:258
msgctxt "positionpage|90deg"
msgid "90 degrees"
msgstr "90 градус"
-#: positionpage.ui:271
+#: cui/uiconfig/ui/positionpage.ui:275
msgctxt "positionpage|270deg"
msgid "270 degrees"
msgstr "270 градус"
-#: positionpage.ui:287
-#, fuzzy
+#: cui/uiconfig/ui/positionpage.ui:292
msgctxt "positionpage|fittoline"
msgid "Fit to line"
-msgstr "Ашәагаа иақәыршәатәуп"
+msgstr "Ацәаҳәа иҭагӡатәуп"
-#: positionpage.ui:316
+#: cui/uiconfig/ui/positionpage.ui:322
msgctxt "positionpage|label24"
msgid "Scale width"
msgstr ""
-#: positionpage.ui:359
+#: cui/uiconfig/ui/positionpage.ui:364
msgctxt "positionpage|rotateandscale"
msgid "Rotation / Scaling"
msgstr ""
-#: positionpage.ui:375
-#, fuzzy
+#: cui/uiconfig/ui/positionpage.ui:380
msgctxt "positionpage|scale"
msgid "Scaling"
-msgstr "Амасштабркра:"
+msgstr "Амасштаб"
-#: positionpage.ui:428
+#: cui/uiconfig/ui/positionpage.ui:432
msgctxt "positionpage|pairkerning"
msgid "Pair kerning"
msgstr ""
-#: positionpage.ui:449
-#, fuzzy
+#: cui/uiconfig/ui/positionpage.ui:454
msgctxt "positionpage|label22"
msgid "Spacing"
-msgstr "Аинтервал:"
+msgstr "Аинтервал"
-#: positionpage.ui:478
-#, fuzzy
+#: cui/uiconfig/ui/positionpage.ui:483
msgctxt "positionpage|preview-atkobject"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: positionsizedialog.ui:8
+#: cui/uiconfig/ui/positionsizedialog.ui:8
msgctxt "positionsizedialog|PositionAndSizeDialog"
msgid "Position and Size"
msgstr "Аҭыҧи ашәагааи"
-#: positionsizedialog.ui:107
+#: cui/uiconfig/ui/positionsizedialog.ui:107
msgctxt "positionsizedialog|RID_SVXPAGE_POSITION_SIZE"
msgid "Position and Size"
msgstr "Аҭыҧи ашәагааи"
-#: positionsizedialog.ui:129
+#: cui/uiconfig/ui/positionsizedialog.ui:129
msgctxt "positionsizedialog|RID_SVXPAGE_SWPOSSIZE"
msgid "Position and Size"
msgstr "Аҭыҧи ашәагааи"
-#: positionsizedialog.ui:152
-#, fuzzy
+#: cui/uiconfig/ui/positionsizedialog.ui:152
msgctxt "positionsizedialog|RID_SVXPAGE_ANGLE"
msgid "Rotation"
-msgstr "Аҭыҧ"
+msgstr "Аргьежьра"
-#: positionsizedialog.ui:175
+#: cui/uiconfig/ui/positionsizedialog.ui:175
msgctxt "positionsizedialog|RID_SVXPAGE_SLANT"
msgid "Slant & Corner Radius"
msgstr ""
-#: possizetabpage.ui:40
-#, fuzzy
+#: cui/uiconfig/ui/possizetabpage.ui:40
msgctxt "possizetabpage|FT_POS_X"
msgid "Position _X:"
-msgstr "Аҭыҧ:"
+msgstr "Аҭыҧ_X:"
-#: possizetabpage.ui:56
-#, fuzzy
+#: cui/uiconfig/ui/possizetabpage.ui:56
msgctxt "possizetabpage|FT_POS_Y"
msgid "Position _Y:"
-msgstr "Аҭыҧ:"
+msgstr "Аҭыҧ _Y:"
-#: possizetabpage.ui:112
+#: cui/uiconfig/ui/possizetabpage.ui:110
msgctxt "possizetabpage|FT_POSREFERENCE"
msgid "_Base point:"
msgstr ""
-#: possizetabpage.ui:150
+#: cui/uiconfig/ui/possizetabpage.ui:148
msgctxt "possizetabpage|label1"
msgid "Position"
msgstr "Аҭыҧ"
-#: possizetabpage.ui:192
-#, fuzzy
+#: cui/uiconfig/ui/possizetabpage.ui:190
msgctxt "possizetabpage|FT_WIDTH"
msgid "Wi_dth:"
msgstr "Аҭбаара:"
-#: possizetabpage.ui:208
-#, fuzzy
+#: cui/uiconfig/ui/possizetabpage.ui:206
msgctxt "possizetabpage|FT_HEIGHT"
msgid "H_eight:"
msgstr "Аҳаракыра:"
-#: possizetabpage.ui:251
+#: cui/uiconfig/ui/possizetabpage.ui:247
msgctxt "possizetabpage|CBX_SCALE"
msgid "_Keep ratio"
msgstr ""
-#: possizetabpage.ui:283
+#: cui/uiconfig/ui/possizetabpage.ui:279
msgctxt "possizetabpage|FT_SIZEREFERENCE"
msgid "Base _point:"
msgstr ""
-#: possizetabpage.ui:321
+#: cui/uiconfig/ui/possizetabpage.ui:317
msgctxt "possizetabpage|label2"
msgid "Size"
msgstr "Ашәагаа"
-#: possizetabpage.ui:360
-#, fuzzy
+#: cui/uiconfig/ui/possizetabpage.ui:356
msgctxt "possizetabpage|TSB_POSPROTECT"
msgid "Positio_n"
msgstr "Аҭыҧ"
-#: possizetabpage.ui:377
+#: cui/uiconfig/ui/possizetabpage.ui:373
msgctxt "possizetabpage|TSB_SIZEPROTECT"
msgid "_Size"
msgstr "Ашәагаа"
-#: possizetabpage.ui:401
+#: cui/uiconfig/ui/possizetabpage.ui:397
msgctxt "possizetabpage|label3"
msgid "Protect"
-msgstr ""
+msgstr "Ахьчара"
-#: possizetabpage.ui:434
+#: cui/uiconfig/ui/possizetabpage.ui:430
msgctxt "possizetabpage|TSB_AUTOGROW_WIDTH"
msgid "_Fit width to text"
msgstr ""
-#: possizetabpage.ui:451
+#: cui/uiconfig/ui/possizetabpage.ui:447
msgctxt "possizetabpage|TSB_AUTOGROW_HEIGHT"
msgid "Fit _height to text"
msgstr ""
-#: possizetabpage.ui:475
+#: cui/uiconfig/ui/possizetabpage.ui:471
msgctxt "possizetabpage|label4"
msgid "Adapt"
msgstr ""
-#: posterdialog.ui:16
+#: cui/uiconfig/ui/posterdialog.ui:16
msgctxt "posterdialog|PosterDialog"
msgid "Posterize"
-msgstr ""
+msgstr "Аплакат"
-#: posterdialog.ui:136
+#: cui/uiconfig/ui/posterdialog.ui:136
msgctxt "posterdialog|label2"
msgid "Poster colors:"
-msgstr ""
+msgstr "Аплакат аҧштәқәа: "
-#: posterdialog.ui:159
+#: cui/uiconfig/ui/posterdialog.ui:159
msgctxt "posterdialog|label1"
msgid "Parameters"
msgstr "Апараметрқәа"
-#: querychangelineenddialog.ui:8
+#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
msgid "Save Arrowhead?"
-msgstr ""
+msgstr "Еиқәырхатәума аҵәаӷәа анҵәамҭа?"
-#: querychangelineenddialog.ui:14
+#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
msgid "The arrowhead was modified without saving."
msgstr ""
-#: querychangelineenddialog.ui:15
+#: cui/uiconfig/ui/querychangelineenddialog.ui:15
#, fuzzy
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
msgid "Would you like to save the arrowhead now?"
msgstr "Еиқәырхатәума ахьӡынҵа?"
-#: querydeletebitmapdialog.ui:8
+#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
msgctxt "querydeletebitmapdialog|AskDelBitmapDialog"
msgid "Delete Bitmap?"
msgstr "Ианыхтәума арастр?"
-#: querydeletebitmapdialog.ui:14
+#: cui/uiconfig/ui/querydeletebitmapdialog.ui:14
msgctxt "querydeletebitmapdialog|AskDelBitmapDialog"
msgid "Are you sure you want to delete the bitmap?"
msgstr "Ианыхтәума арастр?"
-#: querydeletechartcolordialog.ui:8
+#: cui/uiconfig/ui/querydeletechartcolordialog.ui:7
msgctxt "querydeletechartcolordialog|QueryDeleteChartColorDialog"
msgid "Delete Color?"
msgstr "Ианыхтәума аҧштәы?"
-#: querydeletechartcolordialog.ui:14
+#: cui/uiconfig/ui/querydeletechartcolordialog.ui:14
msgctxt "querydeletechartcolordialog|QueryDeleteChartColorDialog"
msgid "Do you really want to delete the chart color?"
msgstr "Ианыхтәума адиаграмма аҧштәы?"
-#: querydeletechartcolordialog.ui:15
+#: cui/uiconfig/ui/querydeletechartcolordialog.ui:15
msgctxt "querydeletechartcolordialog|QueryDeleteChartColorDialog"
msgid "This action cannot be undone."
msgstr ""
-#: querydeletecolordialog.ui:7
+#: cui/uiconfig/ui/querydeletecolordialog.ui:6
msgctxt "querydeletecolordialog|AskDelColorDialog"
msgid "Delete color?"
msgstr "Ианыхтәума аҧштәы?"
-#: querydeletecolordialog.ui:13
+#: cui/uiconfig/ui/querydeletecolordialog.ui:13
msgctxt "querydeletecolordialog|AskDelColorDialog"
msgid "Do you want to delete the color?"
msgstr "Ианыхтәума аҧштәы?"
-#: querydeletedictionarydialog.ui:8
+#: cui/uiconfig/ui/querydeletedictionarydialog.ui:7
msgctxt "querydeletedictionarydialog|QueryDeleteDictionaryDialog"
msgid "Delete Dictionary?"
msgstr "Ианыхтәума ажәар?"
-#: querydeletedictionarydialog.ui:14
+#: cui/uiconfig/ui/querydeletedictionarydialog.ui:14
msgctxt "querydeletedictionarydialog|QueryDeleteDictionaryDialog"
msgid "Do you really want to delete the dictionary?"
msgstr "Ианыхтәума ажәар?"
-#: querydeletedictionarydialog.ui:15
+#: cui/uiconfig/ui/querydeletedictionarydialog.ui:15
msgctxt "querydeletedictionarydialog|QueryDeleteDictionaryDialog"
msgid "This action cannot be undone."
msgstr ""
-#: querydeletegradientdialog.ui:8
+#: cui/uiconfig/ui/querydeletegradientdialog.ui:7
msgctxt "querydeletegradientdialog|AskDelGradientDialog"
msgid "Delete gradient?"
msgstr "Ианыхтәума аградиент?"
-#: querydeletegradientdialog.ui:14
+#: cui/uiconfig/ui/querydeletegradientdialog.ui:14
msgctxt "querydeletegradientdialog|AskDelGradientDialog"
msgid "Do you want to delete the gradient?"
msgstr "Ианыхтәуп аградиент?"
-#: querydeletehatchdialog.ui:8
+#: cui/uiconfig/ui/querydeletehatchdialog.ui:7
msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Delete Hatching?"
msgstr ""
-#: querydeletehatchdialog.ui:14
+#: cui/uiconfig/ui/querydeletehatchdialog.ui:14
#, fuzzy
msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Ианыхтәума аҧштәы?"
-#: querydeletelineenddialog.ui:8
+#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
msgid "Delete Arrowhead?"
msgstr "Ианыхтәума аҵәаӷәа анҵәамҭа?"
-#: querydeletelineenddialog.ui:14
+#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
msgid "Do you really want to delete the arrowhead?"
msgstr "Ианыхтәума аҵәаӷәа анҵәамҭа?"
-#: querydeletelineenddialog.ui:15
+#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
msgid "This action cannot be undone."
msgstr ""
-#: querydeletelinestyledialog.ui:8
+#: cui/uiconfig/ui/querydeletelinestyledialog.ui:7
msgctxt "querydeletelinestyledialog|AskDelLineStyleDialog"
msgid "Delete Line Style?"
msgstr "Ианыхтәума аҵәаӷәа астиль?"
-#: querydeletelinestyledialog.ui:14
+#: cui/uiconfig/ui/querydeletelinestyledialog.ui:14
msgctxt "querydeletelinestyledialog|AskDelLineStyleDialog"
msgid "Do you want to delete the line style?"
msgstr "Ианыхтәума аҵәаӷәа астиль?"
-#: queryduplicatedialog.ui:8
+#: cui/uiconfig/ui/queryduplicatedialog.ui:7
msgctxt "queryduplicatedialog|DuplicateNameDialog"
msgid "Duplicate Name"
msgstr ""
-#: queryduplicatedialog.ui:14
+#: cui/uiconfig/ui/queryduplicatedialog.ui:14
msgctxt "queryduplicatedialog|DuplicateNameDialog"
msgid "The name you have entered already exists."
msgstr ""
-#: queryduplicatedialog.ui:15
+#: cui/uiconfig/ui/queryduplicatedialog.ui:15
msgctxt "queryduplicatedialog|DuplicateNameDialog"
msgid "Please choose another name."
msgstr ""
-#: querynoloadedfiledialog.ui:8
+#: cui/uiconfig/ui/querynoloadedfiledialog.ui:7
msgctxt "querynoloadedfiledialog|NoLoadedFileDialog"
msgid "No Loaded File"
msgstr "Афаил ҭагалам"
-#: querynoloadedfiledialog.ui:14
+#: cui/uiconfig/ui/querynoloadedfiledialog.ui:14
msgctxt "querynoloadedfiledialog|NoLoadedFileDialog"
msgid "The file could not be loaded!"
msgstr "Афаил аҭагалара ауам!"
-#: querynosavefiledialog.ui:8
+#: cui/uiconfig/ui/querynosavefiledialog.ui:7
msgctxt "querynosavefiledialog|NoSaveFileDialog"
msgid "No Saved File"
msgstr "Афаил еиқәырхаӡам"
-#: querynosavefiledialog.ui:14
+#: cui/uiconfig/ui/querynosavefiledialog.ui:14
msgctxt "querynosavefiledialog|NoSaveFileDialog"
msgid "The file could not be saved!"
msgstr "Афаил аиқәырхара ауам!"
-#: querysavelistdialog.ui:8
+#: cui/uiconfig/ui/querysavelistdialog.ui:7
msgctxt "querysavelistdialog|AskSaveList"
msgid "Save List?"
msgstr "Еиқәырхатәума ахьӡынҵа?"
-#: querysavelistdialog.ui:14
+#: cui/uiconfig/ui/querysavelistdialog.ui:14
msgctxt "querysavelistdialog|AskSaveList"
msgid "The list was modified without saving."
msgstr ""
-#: querysavelistdialog.ui:15
+#: cui/uiconfig/ui/querysavelistdialog.ui:15
msgctxt "querysavelistdialog|AskSaveList"
msgid "Would you like to save the list now?"
msgstr "Еиқәырхатәума ахьӡынҵа?"
-#: queryupdategalleryfilelistdialog.ui:8
+#: cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui:7
msgctxt "queryupdategalleryfilelistdialog|QueryUpdateFileListDialog"
msgid "Update File List?"
msgstr "Ирҿыцтәума афаилқәа рыхьӡынҵа?"
-#: queryupdategalleryfilelistdialog.ui:14
+#: cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui:14
msgctxt "queryupdategalleryfilelistdialog|QueryUpdateFileListDialog"
msgid "Do you want to update the file list?"
msgstr "Ирҿыцтәума афаилқәа рыхьӡынҵа?"
-#: recordnumberdialog.ui:7
+#: cui/uiconfig/ui/recordnumberdialog.ui:7
msgctxt "recordnumberdialog|RecordNumberDialog"
msgid "Record Number"
-msgstr ""
+msgstr "Анҵамҭа аномер"
-#: recordnumberdialog.ui:25
+#: cui/uiconfig/ui/recordnumberdialog.ui:25
msgctxt "recordnumberdialog|label2"
msgid "go to record"
msgstr ""
-#: rotationtabpage.ui:52
-#, fuzzy
+#: cui/uiconfig/ui/rotationtabpage.ui:52
msgctxt "rotationtabpage|FT_POS_X"
msgid "Position _X:"
-msgstr "Аҭыҧ:"
+msgstr "Аҭыҧ _X:"
-#: rotationtabpage.ui:66
-#, fuzzy
+#: cui/uiconfig/ui/rotationtabpage.ui:66
msgctxt "rotationtabpage|FT_POS_Y"
msgid "Position _Y:"
-msgstr "Аҭыҧ:"
+msgstr "Аҭыҧ _Y:"
-#: rotationtabpage.ui:118
+#: cui/uiconfig/ui/rotationtabpage.ui:116
msgctxt "rotationtabpage|FT_POSPRESETS"
msgid "_Default settings:"
msgstr ""
-#: rotationtabpage.ui:132
+#: cui/uiconfig/ui/rotationtabpage.ui:130
msgctxt "rotationtabpage|CTL_RECT|tooltip_text"
msgid "Rotation point"
msgstr ""
-#: rotationtabpage.ui:157
+#: cui/uiconfig/ui/rotationtabpage.ui:155
msgctxt "rotationtabpage|label1"
msgid "Pivot Point"
msgstr ""
-#: rotationtabpage.ui:199
+#: cui/uiconfig/ui/rotationtabpage.ui:197
msgctxt "rotationtabpage|FT_ANGLE"
msgid "_Angle:"
-msgstr ""
+msgstr "Акәакь:"
-#: rotationtabpage.ui:241
+#: cui/uiconfig/ui/rotationtabpage.ui:238
msgctxt "rotationtabpage|FT_ANGLEPRESETS"
msgid "Default _settings:"
msgstr ""
-#: rotationtabpage.ui:255
+#: cui/uiconfig/ui/rotationtabpage.ui:252
msgctxt "rotationtabpage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr ""
-#: rotationtabpage.ui:280
+#: cui/uiconfig/ui/rotationtabpage.ui:277
msgctxt "rotationtabpage|label2"
msgid "Rotation Angle"
-msgstr ""
+msgstr "Аргьежьра акәакь"
-#: screenshotannotationdialog.ui:8
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:8
msgctxt "screenshotannotationdialog|ScreenshotAnnotationDialog"
msgid "Interactive Screenshot Annotation"
msgstr ""
-#: screenshotannotationdialog.ui:39
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:39
msgctxt "screenshotannotationdialog|save"
msgid "Save Screenshot..."
msgstr "Еиқәырхатәуп аекран ақәҭыхымҭа..."
-#: screenshotannotationdialog.ui:67
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:67
msgctxt "screenshotannotationdialog|label2"
msgid "Click the widgets to add annotation:"
msgstr ""
-#: screenshotannotationdialog.ui:93
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:93
msgctxt "screenshotannotationdialog|label1"
msgid "Paste the following markup into the help file:"
msgstr ""
-#: scriptorganizer.ui:7
+#: cui/uiconfig/ui/scriptorganizer.ui:7
msgctxt "scriptorganizer|ScriptOrganizerDialog"
msgid "%MACROLANG Macros"
msgstr "%MACROLANG Амакросқәа"
-#: scriptorganizer.ui:20
+#: cui/uiconfig/ui/scriptorganizer.ui:20
msgctxt "scriptorganizer|run"
msgid "Run"
msgstr "Инагӡатәуп"
-#: scriptorganizer.ui:49
+#: cui/uiconfig/ui/scriptorganizer.ui:49
msgctxt "scriptorganizer|create"
msgid "Create..."
msgstr "Иаҧҵатәуп..."
-#: scriptorganizer.ui:79
-#, fuzzy
+#: cui/uiconfig/ui/scriptorganizer.ui:79
msgctxt "scriptorganizer|rename"
msgid "Rename..."
msgstr "Ахьӡ ҧсахтәуп..."
-#: scriptorganizer.ui:93
+#: cui/uiconfig/ui/scriptorganizer.ui:93
msgctxt "scriptorganizer|delete"
msgid "Delete..."
msgstr "Ианыхтәуп..."
-#: scriptorganizer.ui:160
+#: cui/uiconfig/ui/scriptorganizer.ui:160
msgctxt "scriptorganizer|macrosft"
msgid "Macros"
msgstr "Амакросқәа"
-#: searchattrdialog.ui:9
+#: cui/uiconfig/ui/searchattrdialog.ui:9
msgctxt "searchattrdialog|SearchAttrDialog"
msgid "Attributes"
msgstr "Атрибутқәа"
-#: searchformatdialog.ui:8
-#, fuzzy
+#: cui/uiconfig/ui/searchformatdialog.ui:8
msgctxt "searchformatdialog|SearchFormatDialog"
msgid "Text Format "
msgstr "Атеқст аформат"
-#: searchformatdialog.ui:106
+#: cui/uiconfig/ui/searchformatdialog.ui:106
msgctxt "searchformatdialog|font"
msgid "Font"
msgstr "Ашрифт"
-#: searchformatdialog.ui:128
+#: cui/uiconfig/ui/searchformatdialog.ui:128
msgctxt "searchformatdialog|fonteffects"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: searchformatdialog.ui:151
+#: cui/uiconfig/ui/searchformatdialog.ui:151
msgctxt "searchformatdialog|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: searchformatdialog.ui:174
+#: cui/uiconfig/ui/searchformatdialog.ui:174
msgctxt "searchformatdialog|asianlayout"
msgid "Asian Layout"
msgstr ""
-#: searchformatdialog.ui:197
+#: cui/uiconfig/ui/searchformatdialog.ui:197
msgctxt "searchformatdialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: searchformatdialog.ui:220
-#, fuzzy
+#: cui/uiconfig/ui/searchformatdialog.ui:220
msgctxt "searchformatdialog|labelTP_PARA_ALIGN"
msgid "Alignment"
-msgstr "Аиҟаратәра:"
+msgstr "Аиҟаратәра"
-#: searchformatdialog.ui:244
+#: cui/uiconfig/ui/searchformatdialog.ui:244
msgctxt "searchformatdialog|labelTP_PARA_EXT"
msgid "Text Flow"
-msgstr ""
+msgstr "Адаҟьаҟны"
-#: searchformatdialog.ui:268
+#: cui/uiconfig/ui/searchformatdialog.ui:268
msgctxt "searchformatdialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: searchformatdialog.ui:291
+#: cui/uiconfig/ui/searchformatdialog.ui:291
msgctxt "searchformatdialog|background"
msgid "Highlighting"
msgstr ""
-#: securityoptionsdialog.ui:8
+#: cui/uiconfig/ui/securityoptionsdialog.ui:8
msgctxt "securityoptionsdialog|SecurityOptionsDialog"
msgid "Security Options and Warnings"
msgstr ""
-#: securityoptionsdialog.ui:105
+#: cui/uiconfig/ui/securityoptionsdialog.ui:108
msgctxt "securityoptionsdialog|savesenddocs"
msgid "_When saving or sending"
msgstr ""
-#: securityoptionsdialog.ui:120
+#: cui/uiconfig/ui/securityoptionsdialog.ui:123
msgctxt "securityoptionsdialog|whensigning"
msgid "When _signing"
msgstr ""
-#: securityoptionsdialog.ui:135
+#: cui/uiconfig/ui/securityoptionsdialog.ui:138
msgctxt "securityoptionsdialog|whenprinting"
msgid "When _printing"
-msgstr ""
+msgstr "Акьыԥхьраан"
-#: securityoptionsdialog.ui:150
+#: cui/uiconfig/ui/securityoptionsdialog.ui:153
msgctxt "securityoptionsdialog|whenpdf"
msgid "When creating PDF _files"
msgstr "PDF афаилқәа раҧҵараан"
-#: securityoptionsdialog.ui:227
+#: cui/uiconfig/ui/securityoptionsdialog.ui:229
msgctxt "securityoptionsdialog|label3"
msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
msgstr ""
-#: securityoptionsdialog.ui:242
+#: cui/uiconfig/ui/securityoptionsdialog.ui:245
msgctxt "securityoptionsdialog|label1"
msgid "Security Warnings"
-msgstr ""
+msgstr "Ашәарҭадаразы агәаҽанҵарақәа"
-#: securityoptionsdialog.ui:276
+#: cui/uiconfig/ui/securityoptionsdialog.ui:279
msgctxt "securityoptionsdialog|removepersonal"
msgid "_Remove personal information on saving"
msgstr ""
-#: securityoptionsdialog.ui:292
+#: cui/uiconfig/ui/securityoptionsdialog.ui:295
msgctxt "securityoptionsdialog|password"
msgid "Recommend password protection on sa_ving"
msgstr ""
-#: securityoptionsdialog.ui:308
+#: cui/uiconfig/ui/securityoptionsdialog.ui:311
msgctxt "securityoptionsdialog|ctrlclick"
msgid "Ctrl-click required _to follow hyperlinks"
msgstr ""
-#: securityoptionsdialog.ui:324
+#: cui/uiconfig/ui/securityoptionsdialog.ui:327
msgctxt "securityoptionsdialog|blockuntrusted"
msgid "Block any links from documents not among the trusted locations (see Macro Security)"
msgstr ""
-#: securityoptionsdialog.ui:395
+#: cui/uiconfig/ui/securityoptionsdialog.ui:398
msgctxt "securityoptionsdialog|label2"
msgid "Security Options"
msgstr "Ашәарҭадара апараметрқәа"
-#: select_persona_dialog.ui:8
+#: cui/uiconfig/ui/select_persona_dialog.ui:8
msgctxt "select_persona_dialog|SelectPersonaDialog"
msgid "Select Firefox Theme"
msgstr "Firefox атема алхра"
-#: select_persona_dialog.ui:56
+#: cui/uiconfig/ui/select_persona_dialog.ui:55
msgctxt "select_persona_dialog|search_personas"
msgid "_Go"
-msgstr ""
+msgstr "Аиасра"
-#: select_persona_dialog.ui:86
+#: cui/uiconfig/ui/select_persona_dialog.ui:85
msgctxt "select_persona_dialog|label1"
msgid "Search Term or Firefox Theme URL"
msgstr ""
-#: select_persona_dialog.ui:228
+#: cui/uiconfig/ui/select_persona_dialog.ui:227
msgctxt "select_persona_dialog|label6"
msgid "Categories"
msgstr "Акатегориақәа"
-#: selectpathdialog.ui:8
+#: cui/uiconfig/ui/selectpathdialog.ui:16
msgctxt "selectpathdialog|SelectPathDialog"
msgid "Select Paths"
msgstr "Иалхтәуп амҩақәа"
-#: selectpathdialog.ui:106
-#, fuzzy
+#: cui/uiconfig/ui/selectpathdialog.ui:117
msgctxt "selectpathdialog|add"
msgid "_Add..."
msgstr "Иацҵатәуп..."
-#: selectpathdialog.ui:168
-#, fuzzy
+#: cui/uiconfig/ui/selectpathdialog.ui:195
msgctxt "selectpathdialog|label1"
msgid "Paths"
-msgstr "Амҩа"
+msgstr "Амҩақәа"
-#: shadowtabpage.ui:45
+#: cui/uiconfig/ui/shadowtabpage.ui:45
msgctxt "shadowtabpage|TSB_SHOW_SHADOW"
msgid "_Use shadow"
-msgstr ""
+msgstr "Ихархәатәуп агага"
-#: shadowtabpage.ui:122
+#: cui/uiconfig/ui/shadowtabpage.ui:120
#, fuzzy
msgctxt "shadowtabpage|FT_DISTANCE"
msgid "_Distance:"
msgstr "_Аҭбаара:"
-#: shadowtabpage.ui:142
+#: cui/uiconfig/ui/shadowtabpage.ui:140
msgctxt "shadowtabpage|FT_TRANSPARENT"
msgid "_Transparency:"
msgstr ""
-#: shadowtabpage.ui:162
-#, fuzzy
+#: cui/uiconfig/ui/shadowtabpage.ui:160
msgctxt "shadowtabpage|FT_SHADOW_COLOR"
msgid "_Color:"
msgstr "_Аҧштәы:"
-#: shadowtabpage.ui:205
-#, fuzzy
+#: cui/uiconfig/ui/shadowtabpage.ui:203
msgctxt "shadowtabpage|CTL_COLOR_PREVIEW-atkobject"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: shadowtabpage.ui:230
-#, fuzzy
+#: cui/uiconfig/ui/shadowtabpage.ui:228
msgctxt "shadowtabpage|label"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа"
-#: showcoldialog.ui:8
+#: cui/uiconfig/ui/showcoldialog.ui:8
msgctxt "showcoldialog|ShowColDialog"
msgid "Show Columns"
-msgstr ""
+msgstr "Иаарҧштәуп аиҵагылақәа"
-#: showcoldialog.ui:70
+#: cui/uiconfig/ui/showcoldialog.ui:70
msgctxt "showcoldialog|label1"
msgid "The following columns are currently hidden. Please mark the fields you want to show and choose OK."
msgstr ""
-#: similaritysearchdialog.ui:14
+#: cui/uiconfig/ui/signatureline.ui:8
+msgctxt "signatureline|SignatureLineDialog"
+msgid "Signature Line"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:111
+msgctxt "signatureline|edit_name"
+msgid "John Doe"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:124
+msgctxt "signatureline|edit_title"
+msgid "Director"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:137
+msgctxt "signatureline|edit_email"
+msgid "john.doe@example.org"
+msgstr ""
+
+#. Suggested Signer Name
+#: cui/uiconfig/ui/signatureline.ui:149
+msgctxt "signatureline|label_name"
+msgid "Name:"
+msgstr ""
+
+#. Suggested Signer Title
+#: cui/uiconfig/ui/signatureline.ui:163
+msgctxt "signatureline|label_title"
+msgid "Title:"
+msgstr ""
+
+#. Suggested Signer email
+#: cui/uiconfig/ui/signatureline.ui:177
+msgctxt "signatureline|label_email"
+msgid "Email:"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:194
+msgctxt "signatureline|label_suggestedsigner"
+msgid "Suggested Signer"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:228
+msgctxt "signatureline|checkbox_can_add_comments"
+msgid "Signer can add comments"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:243
+msgctxt "signatureline|checkbox_show_sign_date"
+msgid "Show sign date in signature line"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:261
+msgctxt "signatureline|label_instructions"
+msgid "Instructions to the signer:"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:300
+msgctxt "signatureline|label_more"
+msgid "More"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:8
+msgctxt "signsignatureline|SignSignatureLineDialog"
+msgid "Sign Signature Line"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:109
+msgctxt "signsignatureline|edit_name"
+msgid "Type your name here"
+msgstr ""
+
+#. Name of the signer
+#: cui/uiconfig/ui/signsignatureline.ui:121
+msgctxt "signsignatureline|label_name"
+msgid "Your Name:"
+msgstr ""
+
+#. Certificate to be used for signing
+#: cui/uiconfig/ui/signsignatureline.ui:135
+msgctxt "signsignatureline|label_certificate"
+msgid "Certificate:"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:146
+msgctxt "signsignatureline|btn_select_certificate"
+msgid "Select Certificate"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:164
+msgctxt "signsignatureline|label_sign"
+msgid "Sign"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:201
+msgctxt "signsignatureline|label_add_comment"
+msgid "Add comment:"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:237
+msgctxt "signsignatureline|label_hint"
+msgid "Instructions from the document creator:"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:270
+msgctxt "signsignatureline|label_more"
+msgid "More"
+msgstr ""
+
+#: cui/uiconfig/ui/similaritysearchdialog.ui:26
msgctxt "similaritysearchdialog|SimilaritySearchDialog"
msgid "Similarity Search"
msgstr ""
-#: similaritysearchdialog.ui:95
+#: cui/uiconfig/ui/similaritysearchdialog.ui:109
msgctxt "similaritysearchdialog|label2"
msgid "_Exchange characters:"
msgstr ""
-#: similaritysearchdialog.ui:109
+#: cui/uiconfig/ui/similaritysearchdialog.ui:123
msgctxt "similaritysearchdialog|label3"
msgid "_Add characters:"
msgstr "Иацҵоуп:"
-#: similaritysearchdialog.ui:123
+#: cui/uiconfig/ui/similaritysearchdialog.ui:137
msgctxt "similaritysearchdialog|label4"
msgid "_Remove characters:"
msgstr "Ианыхуп:"
-#: similaritysearchdialog.ui:134
+#: cui/uiconfig/ui/similaritysearchdialog.ui:149
msgctxt "similaritysearchdialog|relaxbox"
msgid "_Combine"
msgstr ""
-#: slantcornertabpage.ui:50
+#: cui/uiconfig/ui/slantcornertabpage.ui:50
msgctxt "slantcornertabpage|label5"
msgid "_X:"
-msgstr ""
+msgstr "X:"
-#: slantcornertabpage.ui:89
+#: cui/uiconfig/ui/slantcornertabpage.ui:88
msgctxt "slantcornertabpage|label6"
msgid "_Y:"
-msgstr ""
+msgstr "Y:"
-#: slantcornertabpage.ui:127
+#: cui/uiconfig/ui/slantcornertabpage.ui:125
msgctxt "slantcornertabpage|label3"
msgid "Control Point 1"
-msgstr ""
+msgstr "Акәаҧ 1"
-#: slantcornertabpage.ui:161
+#: cui/uiconfig/ui/slantcornertabpage.ui:159
msgctxt "slantcornertabpage|FT_RADIUS"
msgid "_Radius:"
-msgstr ""
+msgstr "Арадиус:"
-#: slantcornertabpage.ui:192
+#: cui/uiconfig/ui/slantcornertabpage.ui:189
msgctxt "slantcornertabpage|label1"
msgid "Corner Radius"
-msgstr ""
+msgstr "Акәакь арадиус"
-#: slantcornertabpage.ui:226
+#: cui/uiconfig/ui/slantcornertabpage.ui:223
msgctxt "slantcornertabpage|FT_ANGLE"
msgid "_Angle:"
-msgstr ""
+msgstr "Акәакь:"
-#: slantcornertabpage.ui:257
+#: cui/uiconfig/ui/slantcornertabpage.ui:253
msgctxt "slantcornertabpage|label2"
msgid "Slant"
-msgstr ""
+msgstr "Анаара"
-#: slantcornertabpage.ui:298
+#: cui/uiconfig/ui/slantcornertabpage.ui:294
msgctxt "slantcornertabpage|label4"
msgid "_X:"
-msgstr ""
+msgstr "X:"
-#: slantcornertabpage.ui:337
+#: cui/uiconfig/ui/slantcornertabpage.ui:332
msgctxt "slantcornertabpage|label7"
msgid "_Y:"
-msgstr ""
+msgstr "Y:"
-#: slantcornertabpage.ui:375
+#: cui/uiconfig/ui/slantcornertabpage.ui:369
msgctxt "slantcornertabpage|label8"
msgid "Control Point 2"
-msgstr ""
+msgstr "Акәаҧ 2"
-#: smarttagoptionspage.ui:21
+#: cui/uiconfig/ui/smarttagoptionspage.ui:21
msgctxt "smarttagoptionspage|main"
msgid "Label text with smart tags"
msgstr ""
-#: smarttagoptionspage.ui:61
-#, fuzzy
+#: cui/uiconfig/ui/smarttagoptionspage.ui:61
msgctxt "smarttagoptionspage|properties"
msgid "Properties..."
-msgstr "Аҷыдаҟазшьақәа"
+msgstr "Аҷыдаҟазшьақәа..."
-#: smarttagoptionspage.ui:100
+#: cui/uiconfig/ui/smarttagoptionspage.ui:100
msgctxt "smarttagoptionspage|label1"
msgid "Currently Installed Smart Tags"
msgstr ""
-#: smoothdialog.ui:16
+#: cui/uiconfig/ui/smoothdialog.ui:16
msgctxt "smoothdialog|SmoothDialog"
msgid "Smooth"
msgstr ""
-#: smoothdialog.ui:138
+#: cui/uiconfig/ui/smoothdialog.ui:138
msgctxt "smoothdialog|label2"
msgid "_Smooth radius:"
msgstr ""
-#: smoothdialog.ui:161
+#: cui/uiconfig/ui/smoothdialog.ui:161
msgctxt "smoothdialog|label1"
msgid "Parameters"
msgstr "Апараметрқәа"
-#: solarizedialog.ui:14
+#: cui/uiconfig/ui/solarizedialog.ui:14
msgctxt "solarizedialog|SolarizeDialog"
msgid "Solarization"
msgstr ""
-#: solarizedialog.ui:135
+#: cui/uiconfig/ui/solarizedialog.ui:135
msgctxt "solarizedialog|label2"
msgid "Threshold _value:"
msgstr ""
-#: solarizedialog.ui:146
+#: cui/uiconfig/ui/solarizedialog.ui:146
#, fuzzy
msgctxt "solarizedialog|invert"
msgid "_Invert"
msgstr "Ибжьаргылатәуп"
-#: solarizedialog.ui:173
+#: cui/uiconfig/ui/solarizedialog.ui:173
msgctxt "solarizedialog|label1"
msgid "Parameters"
msgstr "Апараметрқәа"
-#: specialcharacters.ui:10
+#: cui/uiconfig/ui/specialcharacters.ui:8
msgctxt "specialcharacters|SpecialCharactersDialog"
msgid "Special Characters"
msgstr "Асимвол алхра"
-#: specialcharacters.ui:24
+#: cui/uiconfig/ui/specialcharacters.ui:39
msgctxt "specialcharacters|insert"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: specialcharacters.ui:110
+#: cui/uiconfig/ui/specialcharacters.ui:107
#, fuzzy
msgctxt "specialcharacters|subsetft"
msgid "Subset:"
msgstr "Атема:"
-#: specialcharacters.ui:134
-#, fuzzy
+#: cui/uiconfig/ui/specialcharacters.ui:121
msgctxt "specialcharacters|fontft"
msgid "Font:"
-msgstr "_Ашрифт:"
+msgstr "Ашрифт:"
-#: specialcharacters.ui:158
-#, fuzzy
+#: cui/uiconfig/ui/specialcharacters.ui:135
msgctxt "specialcharacters|srchft"
msgid "Search:"
-msgstr "Аҧшаара..."
+msgstr "Аҧшаара:"
-#: specialcharacters.ui:218
+#: cui/uiconfig/ui/specialcharacters.ui:221
msgctxt "specialcharacters|hexlabel"
msgid "Hexadecimal:"
-msgstr ""
+msgstr "Ижәаф-шьаҭатәу:"
-#: specialcharacters.ui:269
+#: cui/uiconfig/ui/specialcharacters.ui:274
msgctxt "specialcharacters|decimallabel"
msgid "Decimal:"
-msgstr ""
+msgstr "Ижәабатәиу:"
-#: specialcharacters.ui:290
+#: cui/uiconfig/ui/specialcharacters.ui:298
msgctxt "specialcharacters|favbtn"
msgid "Add to Favorites"
msgstr ""
-#: specialcharacters.ui:294
+#: cui/uiconfig/ui/specialcharacters.ui:302
msgctxt "specialcharacters|favbtn|tooltip_text"
msgid "Maximum Limit: 16 Characters"
msgstr ""
-#: specialcharacters.ui:341
+#: cui/uiconfig/ui/specialcharacters.ui:349
msgctxt "specialcharacters|symboltext1"
msgid "Recent Characters:"
-msgstr ""
+msgstr "Ааигәатәи асимволқәа:"
-#: specialcharacters.ui:572
+#: cui/uiconfig/ui/specialcharacters.ui:583
msgctxt "specialcharacters|favbtn|symboltext2"
msgid "Favorite Characters:"
msgstr ""
-#: spellingdialog.ui:9
+#: cui/uiconfig/ui/spellingdialog.ui:9
msgctxt "spellingdialog|SpellingDialog"
msgid "Spelling: $LANGUAGE ($LOCATION)"
-msgstr ""
+msgstr "Аорфографиа агәаҭара: $LANGUAGE ($LOCATION)"
-#: spellingdialog.ui:38
-#, fuzzy
+#: cui/uiconfig/ui/spellingdialog.ui:38
msgctxt "spellingdialog|options"
msgid "_Options..."
msgstr "Апараметрқәа..."
-#: spellingdialog.ui:110
+#: cui/uiconfig/ui/spellingdialog.ui:110
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
-msgstr ""
+msgstr "Ибжьажьтәуп"
-#: spellingdialog.ui:138
+#: cui/uiconfig/ui/spellingdialog.ui:138
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr ""
-#: spellingdialog.ui:152
+#: cui/uiconfig/ui/spellingdialog.ui:152
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr ""
-#: spellingdialog.ui:166
+#: cui/uiconfig/ui/spellingdialog.ui:166
msgctxt "spellingdialog|autocorrect"
msgid "Alwa_ys Correct"
msgstr ""
-#: spellingdialog.ui:180
+#: cui/uiconfig/ui/spellingdialog.ui:180
msgctxt "spellingdialog|checkgrammar"
msgid "Chec_k grammar"
msgstr ""
-#: spellingdialog.ui:196
+#: cui/uiconfig/ui/spellingdialog.ui:196
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr "Ибжьажьтәуп зегьы"
-#: spellingdialog.ui:210
+#: cui/uiconfig/ui/spellingdialog.ui:210
#, fuzzy
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr "Ибжьажьтәуп зегьы"
-#: spellingdialog.ui:226
+#: cui/uiconfig/ui/spellingdialog.ui:226
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr ""
-#: spellingdialog.ui:252
+#: cui/uiconfig/ui/spellingdialog.ui:252
msgctxt "spellingdialog|explainlink"
msgid "More..."
msgstr "Иҵегь..."
-#: spellingdialog.ui:268
+#: cui/uiconfig/ui/spellingdialog.ui:268
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
-msgstr ""
+msgstr "Иацҵатәуп"
-#: spellingdialog.ui:280
+#: cui/uiconfig/ui/spellingdialog.ui:280
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
-msgstr ""
+msgstr "(авариантқәа ыҟам)"
-#: spellingdialog.ui:292
+#: cui/uiconfig/ui/spellingdialog.ui:292
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
-msgstr ""
+msgstr "Аорфографиа агәаҭара: $LANGUAGE ($LOCATION)"
-#: spellingdialog.ui:319
+#: cui/uiconfig/ui/spellingdialog.ui:319
msgctxt "spellingdialog|add"
msgid "_Add to Dictionary"
msgstr "Иацҵатәуп ажәар ахь"
-#: spellingdialog.ui:333
+#: cui/uiconfig/ui/spellingdialog.ui:333
msgctxt "spellingdialog|addmb"
msgid "_Add to Dictionary"
msgstr "Иацҵатәуп ажәар ахь"
-#: spellingdialog.ui:349
+#: cui/uiconfig/ui/spellingdialog.ui:349
msgctxt "spellingdialog|suggestionsft"
msgid "_Suggestions"
-msgstr ""
+msgstr "Авариантқәа"
-#: spellingdialog.ui:365
+#: cui/uiconfig/ui/spellingdialog.ui:365
msgctxt "spellingdialog|notindictft"
msgid "_Not in dictionary"
-msgstr ""
+msgstr "Ажәараҿ иҟам"
-#: spellingdialog.ui:386
+#: cui/uiconfig/ui/spellingdialog.ui:386
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "Ибжьаргылатәуп"
-#: spellingdialog.ui:400
+#: cui/uiconfig/ui/spellingdialog.ui:400
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "Асимвол алхра"
-#: spelloptionsdialog.ui:8
+#: cui/uiconfig/ui/spelloptionsdialog.ui:8
msgctxt "spelloptionsdialog|SpellOptionsDialog"
msgid "Options"
msgstr "Апараметрқәа"
-#: splitcellsdialog.ui:25
+#: cui/uiconfig/ui/splitcellsdialog.ui:25
msgctxt "splitcellsdialog|SplitCellsDialog"
msgid "Split Cells"
-msgstr ""
+msgstr "Еиҟәшатәуп абларҭақәа"
-#: splitcellsdialog.ui:117
+#: cui/uiconfig/ui/splitcellsdialog.ui:120
msgctxt "splitcellsdialog|label3"
msgid "_Split cell into:"
msgstr ""
-#: splitcellsdialog.ui:146
+#: cui/uiconfig/ui/splitcellsdialog.ui:149
msgctxt "splitcellsdialog|label1"
msgid "Split"
-msgstr ""
+msgstr "Еиҟәшатәуп"
-#: splitcellsdialog.ui:178
-#, fuzzy
+#: cui/uiconfig/ui/splitcellsdialog.ui:181
msgctxt "splitcellsdialog|hori"
msgid "H_orizontally"
msgstr "Горизонталла"
-#: splitcellsdialog.ui:196
-#, fuzzy
+#: cui/uiconfig/ui/splitcellsdialog.ui:200
msgctxt "splitcellsdialog|vert"
msgid "_Vertically"
msgstr "Вертикалла"
-#: splitcellsdialog.ui:218
+#: cui/uiconfig/ui/splitcellsdialog.ui:223
msgctxt "splitcellsdialog|prop"
msgid "_Into equal proportions"
msgstr ""
-#: splitcellsdialog.ui:241
+#: cui/uiconfig/ui/splitcellsdialog.ui:246
msgctxt "splitcellsdialog|label2"
msgid "Direction"
-msgstr ""
+msgstr "Ахырхарҭа"
-#: storedwebconnectiondialog.ui:9
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:9
msgctxt "storedwebconnectiondialog|StoredWebConnectionDialog"
msgid "Stored Web Connection Information"
msgstr ""
-#: storedwebconnectiondialog.ui:70
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:70
msgctxt "storedwebconnectiondialog|label1"
msgid "Web login information (passwords are never shown)"
msgstr ""
-#: storedwebconnectiondialog.ui:87
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:87
msgctxt "storedwebconnectiondialog|website"
msgid "Website"
-msgstr ""
+msgstr "Асаит"
-#: storedwebconnectiondialog.ui:98
-#, fuzzy
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:98
msgctxt "storedwebconnectiondialog|username"
msgid "User name"
msgstr "Ахархәаҩ ихьӡ"
-#: storedwebconnectiondialog.ui:148
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:148
msgctxt "storedwebconnectiondialog|removeall"
msgid "Remove _All"
-msgstr ""
+msgstr "Ианыхтәуп зегьы"
-#: storedwebconnectiondialog.ui:162
-#, fuzzy
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:162
msgctxt "storedwebconnectiondialog|change"
msgid "_Change Password..."
-msgstr "Иҧсахтәуп ажәамаӡа"
+msgstr "Иҧсахтәуп ажәамаӡа..."
-#: swpossizepage.ui:75
+#: cui/uiconfig/ui/swpossizepage.ui:74
msgctxt "swpossizepage|widthft"
msgid "_Width:"
msgstr "_Аҭбаара:"
-#: swpossizepage.ui:113
-#, fuzzy
+#: cui/uiconfig/ui/swpossizepage.ui:111
msgctxt "swpossizepage|heightft"
msgid "H_eight:"
msgstr "Аҳаракыра:"
-#: swpossizepage.ui:130
+#: cui/uiconfig/ui/swpossizepage.ui:128
msgctxt "swpossizepage|ratio"
msgid "_Keep ratio"
msgstr ""
-#: swpossizepage.ui:151
+#: cui/uiconfig/ui/swpossizepage.ui:149
msgctxt "swpossizepage|label2"
msgid "Size"
msgstr "Ашәагаа"
-#: swpossizepage.ui:207
+#: cui/uiconfig/ui/swpossizepage.ui:205
msgctxt "swpossizepage|topage"
msgid "To _page"
msgstr "Адаҟьахь"
-#: swpossizepage.ui:224
+#: cui/uiconfig/ui/swpossizepage.ui:222
msgctxt "swpossizepage|topara"
msgid "To paragrap_h"
msgstr "Абзац ахь"
-#: swpossizepage.ui:240
-#, fuzzy
+#: cui/uiconfig/ui/swpossizepage.ui:238
msgctxt "swpossizepage|tochar"
msgid "To cha_racter"
msgstr "Асимвол ахь"
-#: swpossizepage.ui:256
+#: cui/uiconfig/ui/swpossizepage.ui:254
msgctxt "swpossizepage|aschar"
msgid "_As character"
msgstr "Асимвол еиҧш"
-#: swpossizepage.ui:272
+#: cui/uiconfig/ui/swpossizepage.ui:270
msgctxt "swpossizepage|toframe"
msgid "To _frame"
msgstr ""
-#: swpossizepage.ui:294
+#: cui/uiconfig/ui/swpossizepage.ui:292
msgctxt "swpossizepage|label1"
msgid "Anchor"
msgstr ""
-#: swpossizepage.ui:335
-#, fuzzy
+#: cui/uiconfig/ui/swpossizepage.ui:333
msgctxt "swpossizepage|horiposft"
msgid "Hori_zontal:"
-msgstr "Горизонталла"
+msgstr "Горизонталла:"
-#: swpossizepage.ui:349
+#: cui/uiconfig/ui/swpossizepage.ui:347
msgctxt "swpossizepage|horibyft"
msgid "b_y:"
msgstr ""
-#: swpossizepage.ui:363
+#: cui/uiconfig/ui/swpossizepage.ui:361
msgctxt "swpossizepage|vertbyft"
msgid "_by:"
msgstr ""
-#: swpossizepage.ui:377
+#: cui/uiconfig/ui/swpossizepage.ui:375
msgctxt "swpossizepage|horitoft"
msgid "_to:"
-msgstr ""
+msgstr "ахь:"
-#: swpossizepage.ui:424
-#, fuzzy
+#: cui/uiconfig/ui/swpossizepage.ui:421
msgctxt "swpossizepage|vertposft"
msgid "_Vertical:"
-msgstr "Вертикалла"
+msgstr "Вертикалла:"
-#: swpossizepage.ui:461
+#: cui/uiconfig/ui/swpossizepage.ui:457
msgctxt "swpossizepage|verttoft"
msgid "t_o:"
-msgstr ""
+msgstr "ахь:"
-#: swpossizepage.ui:482
+#: cui/uiconfig/ui/swpossizepage.ui:478
msgctxt "swpossizepage|mirror"
msgid "_Mirror on even pages"
msgstr ""
-#: swpossizepage.ui:499
+#: cui/uiconfig/ui/swpossizepage.ui:495
msgctxt "swpossizepage|followtextflow"
msgid "Follow te_xt flow"
msgstr ""
-#: swpossizepage.ui:522
+#: cui/uiconfig/ui/swpossizepage.ui:518
msgctxt "swpossizepage|label11"
msgid "Position"
msgstr "Аҭыҧ"
-#: swpossizepage.ui:553
-#, fuzzy
+#: cui/uiconfig/ui/swpossizepage.ui:549
msgctxt "swpossizepage|pos"
msgid "Positio_n"
msgstr "Аҭыҧ"
-#: swpossizepage.ui:569
+#: cui/uiconfig/ui/swpossizepage.ui:565
msgctxt "swpossizepage|size"
msgid "_Size"
msgstr "Ашәагаа"
-#: swpossizepage.ui:591
+#: cui/uiconfig/ui/swpossizepage.ui:587
msgctxt "swpossizepage|label3"
msgid "Protect"
-msgstr ""
+msgstr "Ахьчара"
-#: textanimtabpage.ui:49
+#: cui/uiconfig/ui/textanimtabpage.ui:49
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "No Effect"
-msgstr ""
+msgstr "Аеффект ада"
-#: textanimtabpage.ui:53
+#: cui/uiconfig/ui/textanimtabpage.ui:53
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Blink"
msgstr "Алацәҟәра"
-#: textanimtabpage.ui:57
+#: cui/uiconfig/ui/textanimtabpage.ui:57
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll Through"
msgstr ""
-#: textanimtabpage.ui:61
+#: cui/uiconfig/ui/textanimtabpage.ui:61
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll Back and Forth"
msgstr ""
-#: textanimtabpage.ui:65
+#: cui/uiconfig/ui/textanimtabpage.ui:65
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll In"
msgstr ""
-#: textanimtabpage.ui:94
-#, fuzzy
+#: cui/uiconfig/ui/textanimtabpage.ui:94
msgctxt "textanimtabpage|FT_EFFECTS"
msgid "E_ffect:"
-msgstr "Аеффектқәа:"
+msgstr "Аеффект:"
-#: textanimtabpage.ui:135
+#: cui/uiconfig/ui/textanimtabpage.ui:135
msgctxt "textanimtabpage|FT_DIRECTION"
msgid "Direction:"
-msgstr ""
+msgstr "Ахырхарҭа:"
-#: textanimtabpage.ui:155
+#: cui/uiconfig/ui/textanimtabpage.ui:155
msgctxt "textanimtabpage|BTN_UP|tooltip_text"
msgid "To top"
-msgstr ""
+msgstr "Аҩада"
-#: textanimtabpage.ui:161
-#, fuzzy
+#: cui/uiconfig/ui/textanimtabpage.ui:161
msgctxt "textanimtabpage|BTN_UP-atkobject"
msgid "Up"
-msgstr "Хыхь"
+msgstr "Аҩада"
-#: textanimtabpage.ui:176
-#, fuzzy
+#: cui/uiconfig/ui/textanimtabpage.ui:176
msgctxt "textanimtabpage|BTN_RIGHT|tooltip_text"
msgid "To right"
-msgstr "Хыхьла арыӷьарахь"
+msgstr "Арӷьарахь"
-#: textanimtabpage.ui:182
-#, fuzzy
+#: cui/uiconfig/ui/textanimtabpage.ui:182
msgctxt "textanimtabpage|BTN_RIGHT-atkobject"
msgid "Right"
msgstr "Арыӷьарахь ала"
-#: textanimtabpage.ui:197
-#, fuzzy
+#: cui/uiconfig/ui/textanimtabpage.ui:197
msgctxt "textanimtabpage|BTN_LEFT|tooltip_text"
msgid "To left"
-msgstr "Хыхьла арымарахь"
+msgstr "Арымарахь"
-#: textanimtabpage.ui:203
-#, fuzzy
+#: cui/uiconfig/ui/textanimtabpage.ui:203
msgctxt "textanimtabpage|BTN_LEFT-atkobject"
msgid "Left"
msgstr "Арымарахь ала"
-#: textanimtabpage.ui:218
+#: cui/uiconfig/ui/textanimtabpage.ui:218
msgctxt "textanimtabpage|BTN_DOWN|tooltip_text"
msgid "To bottom"
-msgstr ""
+msgstr "Алада"
-#: textanimtabpage.ui:224
-#, fuzzy
+#: cui/uiconfig/ui/textanimtabpage.ui:224
msgctxt "textanimtabpage|BTN_DOWN-atkobject"
msgid "Down"
-msgstr "Ҵаҟа"
+msgstr "Алада"
-#: textanimtabpage.ui:289
+#: cui/uiconfig/ui/textanimtabpage.ui:289
msgctxt "textanimtabpage|TSB_START_INSIDE"
msgid "S_tart inside"
msgstr ""
-#: textanimtabpage.ui:306
+#: cui/uiconfig/ui/textanimtabpage.ui:306
msgctxt "textanimtabpage|TSB_STOP_INSIDE"
msgid "Text _visible when exiting"
msgstr ""
-#: textanimtabpage.ui:326
+#: cui/uiconfig/ui/textanimtabpage.ui:326
msgctxt "textanimtabpage|FT_COUNT"
msgid "Animation cycles:"
-msgstr ""
+msgstr "Анимациа ациклқәа:"
-#: textanimtabpage.ui:344
+#: cui/uiconfig/ui/textanimtabpage.ui:344
msgctxt "textanimtabpage|TSB_ENDLESS"
msgid "_Continuous"
-msgstr ""
+msgstr "Еиҧҟьарада"
-#: textanimtabpage.ui:390
+#: cui/uiconfig/ui/textanimtabpage.ui:389
msgctxt "textanimtabpage|FT_AMOUNT"
msgid "Increment:"
-msgstr ""
+msgstr "Ашьаҿа:"
-#: textanimtabpage.ui:408
+#: cui/uiconfig/ui/textanimtabpage.ui:407
msgctxt "textanimtabpage|TSB_PIXEL"
msgid "_Pixels"
-msgstr ""
+msgstr "Акәаҧқәа"
-#: textanimtabpage.ui:454
+#: cui/uiconfig/ui/textanimtabpage.ui:452
msgctxt "textanimtabpage|FT_DELAY"
msgid "Delay:"
msgstr "Ааҭгылара:"
-#: textanimtabpage.ui:472
-#, fuzzy
+#: cui/uiconfig/ui/textanimtabpage.ui:470
msgctxt "textanimtabpage|TSB_AUTO"
msgid "_Automatic"
msgstr "Автоматикала"
-#: textanimtabpage.ui:522
-#, fuzzy
+#: cui/uiconfig/ui/textanimtabpage.ui:519
msgctxt "textanimtabpage|label2"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа"
-#: textattrtabpage.ui:43
+#: cui/uiconfig/ui/textattrtabpage.ui:43
msgctxt "textattrtabpage|TSB_AUTOGROW_WIDTH"
msgid "Fit wi_dth to text"
msgstr ""
-#: textattrtabpage.ui:59
+#: cui/uiconfig/ui/textattrtabpage.ui:59
msgctxt "textattrtabpage|TSB_AUTOGROW_HEIGHT"
msgid "Fit h_eight to text"
msgstr ""
-#: textattrtabpage.ui:75
+#: cui/uiconfig/ui/textattrtabpage.ui:75
msgctxt "textattrtabpage|TSB_FIT_TO_SIZE"
msgid "_Fit to frame"
msgstr ""
-#: textattrtabpage.ui:91
+#: cui/uiconfig/ui/textattrtabpage.ui:91
msgctxt "textattrtabpage|TSB_CONTOUR"
msgid "_Adjust to contour"
msgstr ""
-#: textattrtabpage.ui:113
+#: cui/uiconfig/ui/textattrtabpage.ui:113
msgctxt "textattrtabpage|label1"
msgid "Drawing Object Text"
msgstr "Асахьа атеқст"
-#: textattrtabpage.ui:146
+#: cui/uiconfig/ui/textattrtabpage.ui:146
msgctxt "textattrtabpage|TSB_WORDWRAP_TEXT"
msgid "_Word wrap text in shape"
msgstr ""
-#: textattrtabpage.ui:162
+#: cui/uiconfig/ui/textattrtabpage.ui:162
msgctxt "textattrtabpage|TSB_AUTOGROW_SIZE"
msgid "_Resize shape to fit text"
msgstr ""
-#: textattrtabpage.ui:190
+#: cui/uiconfig/ui/textattrtabpage.ui:190
msgctxt "textattrtabpage|label8"
msgid "Custom Shape Text"
msgstr ""
-#: textattrtabpage.ui:237
+#: cui/uiconfig/ui/textattrtabpage.ui:237
msgctxt "textattrtabpage|label4"
msgid "_Left:"
msgstr "Арымарахь:"
-#: textattrtabpage.ui:251
-#, fuzzy
+#: cui/uiconfig/ui/textattrtabpage.ui:251
msgctxt "textattrtabpage|label5"
msgid "_Right:"
-msgstr "Арыӷьарахь"
+msgstr "Арыӷьарахь:"
-#: textattrtabpage.ui:265
+#: cui/uiconfig/ui/textattrtabpage.ui:265
msgctxt "textattrtabpage|label6"
msgid "_Top:"
msgstr "Хыхьла:"
-#: textattrtabpage.ui:279
+#: cui/uiconfig/ui/textattrtabpage.ui:279
msgctxt "textattrtabpage|label7"
msgid "_Bottom:"
msgstr "Ҵаҟала: "
-#: textattrtabpage.ui:349
+#: cui/uiconfig/ui/textattrtabpage.ui:345
msgctxt "textattrtabpage|label2"
msgid "Spacing to Borders"
msgstr ""
-#: textattrtabpage.ui:398
+#: cui/uiconfig/ui/textattrtabpage.ui:394
msgctxt "textattrtabpage|TSB_FULL_WIDTH"
msgid "Full _width"
-msgstr ""
+msgstr "Ихарҭәаау аҭбаара"
-#: textattrtabpage.ui:421
+#: cui/uiconfig/ui/textattrtabpage.ui:417
msgctxt "textattrtabpage|label3"
msgid "Text Anchor"
msgstr ""
-#: textdialog.ui:8
+#: cui/uiconfig/ui/textdialog.ui:8
msgctxt "textdialog|TextDialog"
msgid "Text"
msgstr "Атеқст"
-#: textdialog.ui:106
+#: cui/uiconfig/ui/textdialog.ui:106
msgctxt "textdialog|RID_SVXPAGE_TEXTATTR"
msgid "Text"
msgstr "Атеқст"
-#: textdialog.ui:128
+#: cui/uiconfig/ui/textdialog.ui:128
msgctxt "textdialog|RID_SVXPAGE_TEXTANIMATION"
msgid "Text Animation"
-msgstr ""
+msgstr "Атеқст анимациа"
-#: textflowpage.ui:53
-#, fuzzy
+#: cui/uiconfig/ui/textflowpage.ui:53
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
-msgstr "Автоматикала"
+msgstr "Автоматикала аиагара"
-#: textflowpage.ui:118
+#: cui/uiconfig/ui/textflowpage.ui:115
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
-#: textflowpage.ui:132
+#: cui/uiconfig/ui/textflowpage.ui:129
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
-#: textflowpage.ui:146
+#: cui/uiconfig/ui/textflowpage.ui:143
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum number of consecutive hyphens"
msgstr ""
-#: textflowpage.ui:163
+#: cui/uiconfig/ui/textflowpage.ui:160
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
-msgstr ""
+msgstr "Аиагагақәа рыргылара"
-#: textflowpage.ui:196
+#: cui/uiconfig/ui/textflowpage.ui:193
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: textflowpage.ui:212
+#: cui/uiconfig/ui/textflowpage.ui:209
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
-#: textflowpage.ui:231
+#: cui/uiconfig/ui/textflowpage.ui:231
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Атип:"
-#: textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:259
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Адаҟьа аномер:"
-#: textflowpage.ui:275
+#: cui/uiconfig/ui/textflowpage.ui:277
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Аҭыҧ:"
-#: textflowpage.ui:295
+#: cui/uiconfig/ui/textflowpage.ui:297
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Адаҟьа астиль"
-#: textflowpage.ui:309
+#: cui/uiconfig/ui/textflowpage.ui:311
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Адаҟьа"
-#: textflowpage.ui:310
+#: cui/uiconfig/ui/textflowpage.ui:312
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Аиҵагыла"
-#: textflowpage.ui:323
-#, fuzzy
+#: cui/uiconfig/ui/textflowpage.ui:325
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Аҧхьа"
-#: textflowpage.ui:324
-#, fuzzy
+#: cui/uiconfig/ui/textflowpage.ui:326
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Ашьҭахь"
-#: textflowpage.ui:343
+#: cui/uiconfig/ui/textflowpage.ui:345
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
-#: textflowpage.ui:375
+#: cui/uiconfig/ui/textflowpage.ui:377
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr ""
-#: textflowpage.ui:391
+#: cui/uiconfig/ui/textflowpage.ui:393
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr ""
-#: textflowpage.ui:407
+#: cui/uiconfig/ui/textflowpage.ui:409
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr ""
-#: textflowpage.ui:423
+#: cui/uiconfig/ui/textflowpage.ui:428
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr ""
-#: textflowpage.ui:473
-#, fuzzy
+#: cui/uiconfig/ui/textflowpage.ui:479
msgctxt "textflowpage|labelOrphan"
msgid "lines"
-msgstr "Ацәаҳәа(қәа)"
+msgstr "Аҵәаӷәа(қәа)"
-#: textflowpage.ui:485
-#, fuzzy
+#: cui/uiconfig/ui/textflowpage.ui:491
msgctxt "textflowpage|labelWidow"
msgid "lines"
-msgstr "Ацәаҳәа(қәа)"
+msgstr "Аҵәаӷәа(қәа)"
-#: textflowpage.ui:513
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Апараметрқәа"
-#: thesaurus.ui:14
+#: cui/uiconfig/ui/thesaurus.ui:14
msgctxt "thesaurus|ThesaurusDialog"
msgid "Thesaurus"
msgstr "Атезаурус"
-#: thesaurus.ui:43
+#: cui/uiconfig/ui/thesaurus.ui:43
#, fuzzy
msgctxt "thesaurus|replace"
msgid "_Replace"
msgstr "Иҧсахтәуп"
-#: thesaurus.ui:89
+#: cui/uiconfig/ui/thesaurus.ui:89
msgctxt "thesaurus|label1"
msgid "Current word:"
-msgstr ""
+msgstr "Уажәтәи ажәа:"
-#: thesaurus.ui:104
+#: cui/uiconfig/ui/thesaurus.ui:104
msgctxt "thesaurus|label2"
msgid "Alternatives:"
-msgstr ""
+msgstr "Авариантқәа:"
-#: thesaurus.ui:119
+#: cui/uiconfig/ui/thesaurus.ui:119
#, fuzzy
msgctxt "thesaurus|label3"
msgid "Replace with:"
msgstr "Иҧсахтәуп ала"
-#: transparencytabpage.ui:25
+#: cui/uiconfig/ui/transparencytabpage.ui:25
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Linear"
msgstr "Аҵәаӷәатә"
-#: transparencytabpage.ui:29
+#: cui/uiconfig/ui/transparencytabpage.ui:29
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Axial"
msgstr ""
-#: transparencytabpage.ui:33
+#: cui/uiconfig/ui/transparencytabpage.ui:33
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Radial"
msgstr ""
-#: transparencytabpage.ui:37
+#: cui/uiconfig/ui/transparencytabpage.ui:37
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Ellipsoid"
msgstr ""
-#: transparencytabpage.ui:41
+#: cui/uiconfig/ui/transparencytabpage.ui:41
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Quadratic"
-msgstr ""
+msgstr "Аквадраттә"
-#: transparencytabpage.ui:45
+#: cui/uiconfig/ui/transparencytabpage.ui:45
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Square"
msgstr "Аквадрат"
-#: transparencytabpage.ui:85
+#: cui/uiconfig/ui/transparencytabpage.ui:85
msgctxt "transparencytabpage|RBT_TRANS_OFF"
msgid "_No transparency"
msgstr ""
-#: transparencytabpage.ui:103
+#: cui/uiconfig/ui/transparencytabpage.ui:103
msgctxt "transparencytabpage|RBT_TRANS_LINEAR"
msgid "_Transparency:"
msgstr ""
-#: transparencytabpage.ui:124
-#, fuzzy
+#: cui/uiconfig/ui/transparencytabpage.ui:124
msgctxt "transparencytabpage|RBT_TRANS_GRADIENT"
msgid "_Gradient"
-msgstr "Аградиент"
+msgstr "_Аградиент"
-#: transparencytabpage.ui:266
-#, fuzzy
+#: cui/uiconfig/ui/transparencytabpage.ui:259
msgctxt "transparencytabpage|FT_TRGR_TYPE"
msgid "Ty_pe:"
msgstr "Атип:"
-#: transparencytabpage.ui:287
-#, fuzzy
+#: cui/uiconfig/ui/transparencytabpage.ui:280
msgctxt "transparencytabpage|FT_TRGR_CENTER_X"
msgid "Center _X:"
-msgstr "Ацентр ала"
+msgstr "Ацентр _X:"
-#: transparencytabpage.ui:308
-#, fuzzy
+#: cui/uiconfig/ui/transparencytabpage.ui:301
msgctxt "transparencytabpage|FT_TRGR_CENTER_Y"
msgid "Center _Y:"
-msgstr "Ацентр ала"
+msgstr "Ацентр _Y:"
-#: transparencytabpage.ui:329
+#: cui/uiconfig/ui/transparencytabpage.ui:322
msgctxt "transparencytabpage|FT_TRGR_ANGLE"
msgid "_Angle:"
-msgstr ""
+msgstr "_Акәакь:"
-#: transparencytabpage.ui:350
+#: cui/uiconfig/ui/transparencytabpage.ui:343
msgctxt "transparencytabpage|FT_TRGR_BORDER"
msgid "_Border:"
msgstr ""
-#: transparencytabpage.ui:371
+#: cui/uiconfig/ui/transparencytabpage.ui:364
msgctxt "transparencytabpage|FT_TRGR_START_VALUE"
msgid "_Start value:"
msgstr ""
-#: transparencytabpage.ui:392
+#: cui/uiconfig/ui/transparencytabpage.ui:385
msgctxt "transparencytabpage|FT_TRGR_END_VALUE"
msgid "_End value:"
msgstr ""
-#: transparencytabpage.ui:435
-#, fuzzy
+#: cui/uiconfig/ui/transparencytabpage.ui:428
msgctxt "transparencytabpage|CTL_BITMAP_PREVIEW-atkobject"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: transparencytabpage.ui:453
-#, fuzzy
+#: cui/uiconfig/ui/transparencytabpage.ui:446
msgctxt "transparencytabpage|CTL_TRANS_PREVIEW-atkobject"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: transparencytabpage.ui:494
+#: cui/uiconfig/ui/transparencytabpage.ui:487
msgctxt "transparencytabpage|FL_PROP"
msgid "Area Transparency Mode"
msgstr ""
-#: tsaurldialog.ui:7
+#: cui/uiconfig/ui/tsaurldialog.ui:7
msgctxt "tsaurldialog|TSAURLDialog"
msgid "Time Stamping Authority URLs"
msgstr ""
-#: tsaurldialog.ui:35
-#, fuzzy
+#: cui/uiconfig/ui/tsaurldialog.ui:35
msgctxt "tsaurldialog|delete"
msgid "_Delete..."
-msgstr "Ианыхтәуп..."
+msgstr "_Ианыхтәуп..."
-#: tsaurldialog.ui:51
-#, fuzzy
+#: cui/uiconfig/ui/tsaurldialog.ui:51
msgctxt "tsaurldialog|add"
msgid "_Add..."
-msgstr "Иацҵатәуп..."
+msgstr "_Иацҵатәуп..."
-#: tsaurldialog.ui:131
+#: cui/uiconfig/ui/tsaurldialog.ui:131
msgctxt "tsaurldialog|label2"
msgid "Add or delete Time Stamp Authority URLs"
msgstr ""
-#: tsaurldialog.ui:167
+#: cui/uiconfig/ui/tsaurldialog.ui:167
msgctxt "tsaurldialog|enteraurl"
msgid "Enter a Time Stamp Authority URL"
msgstr ""
-#: tsaurldialog.ui:197
+#: cui/uiconfig/ui/tsaurldialog.ui:197
msgctxt "tsaurldialog|label1"
msgid "TSA URL"
msgstr ""
-#: twolinespage.ui:14
-#, fuzzy
+#: cui/uiconfig/ui/twolinespage.ui:14
msgctxt "twolinespage|liststore1"
msgid "(None)"
-msgstr "(мап)"
+msgstr "(Мап)"
-#: twolinespage.ui:18
+#: cui/uiconfig/ui/twolinespage.ui:18
msgctxt "twolinespage|liststore1"
msgid "("
-msgstr ""
+msgstr "("
-#: twolinespage.ui:22
+#: cui/uiconfig/ui/twolinespage.ui:22
msgctxt "twolinespage|liststore1"
msgid "["
-msgstr ""
+msgstr "["
-#: twolinespage.ui:26
+#: cui/uiconfig/ui/twolinespage.ui:26
msgctxt "twolinespage|liststore1"
msgid "<"
-msgstr ""
+msgstr "<"
-#: twolinespage.ui:30
+#: cui/uiconfig/ui/twolinespage.ui:30
msgctxt "twolinespage|liststore1"
msgid "{"
-msgstr ""
+msgstr "{"
-#: twolinespage.ui:34
+#: cui/uiconfig/ui/twolinespage.ui:34
msgctxt "twolinespage|liststore1"
msgid "Other Characters..."
msgstr "Егьырҭ асимволқәа..."
-#: twolinespage.ui:48
-#, fuzzy
+#: cui/uiconfig/ui/twolinespage.ui:48
msgctxt "twolinespage|liststore2"
msgid "(None)"
-msgstr "(мап)"
+msgstr "(Мап)"
-#: twolinespage.ui:52
+#: cui/uiconfig/ui/twolinespage.ui:52
msgctxt "twolinespage|liststore2"
msgid ")"
-msgstr ""
+msgstr ")"
-#: twolinespage.ui:56
+#: cui/uiconfig/ui/twolinespage.ui:56
msgctxt "twolinespage|liststore2"
msgid "]"
-msgstr ""
+msgstr "]"
-#: twolinespage.ui:60
+#: cui/uiconfig/ui/twolinespage.ui:60
msgctxt "twolinespage|liststore2"
msgid ">"
-msgstr ""
+msgstr ">"
-#: twolinespage.ui:64
+#: cui/uiconfig/ui/twolinespage.ui:64
msgctxt "twolinespage|liststore2"
msgid "}"
-msgstr ""
+msgstr "}"
-#: twolinespage.ui:68
+#: cui/uiconfig/ui/twolinespage.ui:68
msgctxt "twolinespage|liststore2"
msgid "Other Characters..."
msgstr "Егьырҭ асимволқәа..."
-#: twolinespage.ui:93
+#: cui/uiconfig/ui/twolinespage.ui:93
msgctxt "twolinespage|twolines"
msgid "Write in double lines"
msgstr ""
-#: twolinespage.ui:107
+#: cui/uiconfig/ui/twolinespage.ui:108
msgctxt "twolinespage|label2"
msgid "Double-lined"
-msgstr ""
+msgstr "Ҩ-ганкла"
-#: twolinespage.ui:142
+#: cui/uiconfig/ui/twolinespage.ui:143
msgctxt "twolinespage|label29"
msgid "Initial character"
msgstr "Алагамҭатәи асимвол"
-#: twolinespage.ui:155
+#: cui/uiconfig/ui/twolinespage.ui:156
msgctxt "twolinespage|label30"
msgid "Final character"
msgstr "Анҵәамҭатәи асимвол"
-#: twolinespage.ui:206
+#: cui/uiconfig/ui/twolinespage.ui:207
msgctxt "twolinespage|label28"
msgid "Enclosing Character"
msgstr ""
-#: twolinespage.ui:233
-#, fuzzy
+#: cui/uiconfig/ui/twolinespage.ui:234
msgctxt "twolinespage|preview-atkobject"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: wordcompletionpage.ui:43
+#: cui/uiconfig/ui/wordcompletionpage.ui:43
msgctxt "wordcompletionpage|delete"
msgid "_Delete Entry"
msgstr "_Ианыхтәуп анҵамҭа"
-#: wordcompletionpage.ui:87
+#: cui/uiconfig/ui/wordcompletionpage.ui:87
msgctxt "wordcompletionpage|label1"
msgid "_Max. entries:"
msgstr ""
-#: wordcompletionpage.ui:126
+#: cui/uiconfig/ui/wordcompletionpage.ui:126
msgctxt "wordcompletionpage|label2"
msgid "Mi_n. word length:"
msgstr ""
-#: wordcompletionpage.ui:172
+#: cui/uiconfig/ui/wordcompletionpage.ui:172
msgctxt "wordcompletionpage|appendspace"
msgid "_Append space"
msgstr ""
-#: wordcompletionpage.ui:187
+#: cui/uiconfig/ui/wordcompletionpage.ui:187
msgctxt "wordcompletionpage|showastip"
msgid "_Show as tip"
msgstr ""
-#: wordcompletionpage.ui:210
+#: cui/uiconfig/ui/wordcompletionpage.ui:210
msgctxt "wordcompletionpage|enablewordcomplete"
msgid "Enable word _completion"
msgstr ""
-#: wordcompletionpage.ui:246
+#: cui/uiconfig/ui/wordcompletionpage.ui:246
msgctxt "wordcompletionpage|whenclosing"
msgid "_When closing a document, remove the words collected from it from the list"
msgstr ""
-#: wordcompletionpage.ui:269
+#: cui/uiconfig/ui/wordcompletionpage.ui:269
msgctxt "wordcompletionpage|collectwords"
msgid "C_ollect words"
msgstr ""
-#: wordcompletionpage.ui:299
+#: cui/uiconfig/ui/wordcompletionpage.ui:299
msgctxt "wordcompletionpage|label3"
msgid "Acc_ept with:"
msgstr ""
-#: zoomdialog.ui:14
+#: cui/uiconfig/ui/zoomdialog.ui:19
msgctxt "zoomdialog|ZoomDialog"
msgid "Zoom & View Layout"
msgstr ""
-#: zoomdialog.ui:103
+#: cui/uiconfig/ui/zoomdialog.ui:112
msgctxt "zoomdialog|optimal"
msgid "Optimal"
-msgstr ""
+msgstr "Иоптималуп"
-#: zoomdialog.ui:120
+#: cui/uiconfig/ui/zoomdialog.ui:129
msgctxt "zoomdialog|fitwandh"
msgid "Fit width and height"
-msgstr ""
+msgstr "Аҭбаареи аҳаракыреи ала"
-#: zoomdialog.ui:137
-#, fuzzy
+#: cui/uiconfig/ui/zoomdialog.ui:146
msgctxt "zoomdialog|fitw"
msgid "Fit width"
-msgstr "Ашрифт аҭбаара"
+msgstr "Аҭбаара ала"
-#: zoomdialog.ui:154
+#: cui/uiconfig/ui/zoomdialog.ui:163
msgctxt "zoomdialog|100pc"
msgid "100%"
msgstr "100%"
-#: zoomdialog.ui:176
+#: cui/uiconfig/ui/zoomdialog.ui:185
#, fuzzy
msgctxt "zoomdialog|variable"
msgid "Variable:"
msgstr "Аҽеиҭак"
-#: zoomdialog.ui:204
+#: cui/uiconfig/ui/zoomdialog.ui:214
msgctxt "zoomdialog|zoomsb-atkobject"
msgid "Variable"
msgstr "Аҽеиҭак"
-#: zoomdialog.ui:229
+#: cui/uiconfig/ui/zoomdialog.ui:239
msgctxt "zoomdialog|label2"
msgid "Zoom Factor"
msgstr "Амасштаб"
-#: zoomdialog.ui:262
+#: cui/uiconfig/ui/zoomdialog.ui:272
msgctxt "zoomdialog|automatic"
msgid "Automatic"
msgstr "Автоматикала"
-#: zoomdialog.ui:279
+#: cui/uiconfig/ui/zoomdialog.ui:288
msgctxt "zoomdialog|singlepage"
msgid "Single page"
msgstr "Даҟьак"
-#: zoomdialog.ui:301
-#, fuzzy
+#: cui/uiconfig/ui/zoomdialog.ui:310
msgctxt "zoomdialog|columns"
msgid "Columns:"
-msgstr "Аиҵагыла"
+msgstr "Аиҵаҩқәа"
-#: zoomdialog.ui:332
-#, fuzzy
+#: cui/uiconfig/ui/zoomdialog.ui:341
msgctxt "zoomdialog|columnssb-atkobject"
msgid "Columns"
-msgstr "Аиҵагыла"
+msgstr "Аиҵагылақәа"
-#: zoomdialog.ui:356
+#: cui/uiconfig/ui/zoomdialog.ui:365
msgctxt "zoomdialog|bookmode"
msgid "Book mode"
-msgstr ""
+msgstr "Ашәҟәы арежим"
-#: zoomdialog.ui:383
+#: cui/uiconfig/ui/zoomdialog.ui:393
msgctxt "zoomdialog|label1"
msgid "View Layout"
-msgstr ""
+msgstr "Иахыҟоу аҭыҧ"
diff --git a/source/ab/dbaccess/messages.po b/source/ab/dbaccess/messages.po
index 345cf4793a8..9d7c6d6e2cb 100644
--- a/source/ab/dbaccess/messages.po
+++ b/source/ab/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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2018-01-04 09:54+0000\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
+"PO-Revision-Date: 2018-03-25 10:15+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -12,203 +12,203 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1515059667.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521972912.000000\n"
-#: query.hrc:26
+#: dbaccess/inc/query.hrc:26
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The table view"
msgstr ""
-#: query.hrc:27
+#: dbaccess/inc/query.hrc:27
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The query"
msgstr ""
-#: query.hrc:28
+#: dbaccess/inc/query.hrc:28
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The SQL statement"
msgstr "SQL аинструкциа"
-#: strings.hrc:25
+#: dbaccess/inc/strings.hrc:25
msgctxt "RID_STR_CONNECTION_INVALID"
msgid "No connection could be established."
msgstr "Иамуӡеит аимадара ашьақәыргылара."
-#: strings.hrc:26
+#: dbaccess/inc/strings.hrc:26
msgctxt "RID_STR_TABLE_IS_FILTERED"
msgid "The table $name$ already exists. It is not visible because it has been filtered out."
msgstr ""
-#: strings.hrc:27
+#: dbaccess/inc/strings.hrc:27
msgctxt "RID_STR_COULDNOTCONNECT_UNSPECIFIED"
msgid "The connection to the external data source could not be established. An unknown error occurred. The driver is probably defective."
msgstr ""
-#: strings.hrc:28
+#: dbaccess/inc/strings.hrc:28
msgctxt "RID_STR_COULDNOTCONNECT_NODRIVER"
msgid "The connection to the external data source could not be established. No SDBC driver was found for the URL '$name$'."
msgstr ""
-#: strings.hrc:29
+#: dbaccess/inc/strings.hrc:29
msgctxt "RID_STR_COULDNOTLOAD_MANAGER"
msgid "The connection to the external data source could not be established. The SDBC driver manager could not be loaded."
msgstr ""
-#: strings.hrc:30
+#: dbaccess/inc/strings.hrc:30
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Аформа"
-#: strings.hrc:31
+#: dbaccess/inc/strings.hrc:31
msgctxt "RID_STR_REPORT"
msgid "Report"
msgstr "Аҳасабырба"
-#: strings.hrc:32
+#: dbaccess/inc/strings.hrc:32
msgctxt "RID_STR_DATASOURCE_NOT_STORED"
msgid "The data source was not saved. Please use the interface XStorable to save the data source."
msgstr ""
-#: strings.hrc:33
+#: dbaccess/inc/strings.hrc:33
msgctxt "RID_STR_ONLY_QUERY"
msgid ""
"The given command is not a SELECT statement.\n"
"Only queries are allowed."
msgstr ""
-#: strings.hrc:34
+#: dbaccess/inc/strings.hrc:34
msgctxt "RID_STR_NO_VALUE_CHANGED"
msgid "No values were modified."
msgstr ""
-#: strings.hrc:35
+#: dbaccess/inc/strings.hrc:35
msgctxt "RID_STR_NO_XROWUPDATE"
msgid "Values could not be inserted. The XRowUpdate interface is not supported by ResultSet."
msgstr ""
-#: strings.hrc:36
+#: dbaccess/inc/strings.hrc:36
msgctxt "RID_STR_NO_XRESULTSETUPDATE"
msgid "Values could not be inserted. The XResultSetUpdate interface is not supported by ResultSet."
msgstr ""
-#: strings.hrc:37
+#: dbaccess/inc/strings.hrc:37
msgctxt "RID_STR_NO_UPDATE_MISSING_CONDITION"
msgid "Values could not be modified, due to a missing condition statement."
msgstr ""
-#: strings.hrc:38
+#: dbaccess/inc/strings.hrc:38
msgctxt "RID_STR_NO_COLUMN_ADD"
msgid "The adding of columns is not supported."
msgstr ""
-#: strings.hrc:39
+#: dbaccess/inc/strings.hrc:39
msgctxt "RID_STR_NO_COLUMN_DROP"
msgid "The dropping of columns is not supported."
msgstr ""
-#: strings.hrc:40
+#: dbaccess/inc/strings.hrc:40
msgctxt "RID_STR_NO_CONDITION_FOR_PK"
msgid "The WHERE condition could not be created for the primary key."
msgstr ""
-#: strings.hrc:41
+#: dbaccess/inc/strings.hrc:41
msgctxt "RID_STR_COLUMN_UNKNOWN_PROP"
msgid "The column does not support the property '%value'."
msgstr ""
-#: strings.hrc:42
+#: dbaccess/inc/strings.hrc:42
msgctxt "RID_STR_COLUMN_NOT_SEARCHABLE"
msgid "The column is not searchable!"
msgstr ""
-#: strings.hrc:43
+#: dbaccess/inc/strings.hrc:43
msgctxt "RID_STR_NOT_SEQUENCE_INT8"
msgid "The value of the columns is not of the type Sequence<sal_Int8>."
msgstr ""
-#: strings.hrc:44
+#: dbaccess/inc/strings.hrc:44
msgctxt "RID_STR_COLUMN_NOT_VALID"
msgid "The column is not valid."
msgstr ""
-#: strings.hrc:45
+#: dbaccess/inc/strings.hrc:45
#, c-format
msgctxt "RID_STR_COLUMN_MUST_VISIBLE"
msgid "The column '%name' must be visible as a column."
msgstr ""
-#: strings.hrc:46
+#: dbaccess/inc/strings.hrc:46
msgctxt "RID_STR_NO_XQUERIESSUPPLIER"
msgid "The interface XQueriesSupplier is not available."
msgstr ""
-#: strings.hrc:47
+#: dbaccess/inc/strings.hrc:47
msgctxt "RID_STR_NO_ABS_ZERO"
msgid "An 'absolute(0)' call is not allowed."
msgstr ""
-#: strings.hrc:48
+#: dbaccess/inc/strings.hrc:48
msgctxt "RID_STR_NO_RELATIVE"
msgid "Relative positioning is not allowed in this state."
msgstr ""
-#: strings.hrc:49
+#: dbaccess/inc/strings.hrc:49
msgctxt "RID_STR_NO_REFESH_AFTERLAST"
msgid "A row cannot be refreshed when the ResultSet is positioned after the last row."
msgstr ""
-#: strings.hrc:50
+#: dbaccess/inc/strings.hrc:50
msgctxt "RID_STR_NO_MOVETOINSERTROW_CALLED"
msgid "A new row cannot be inserted when the ResultSet is not first moved to the insert row."
msgstr ""
-#: strings.hrc:51
+#: dbaccess/inc/strings.hrc:51
msgctxt "RID_STR_NO_UPDATEROW"
msgid "A row cannot be modified in this state"
msgstr ""
-#: strings.hrc:52
+#: dbaccess/inc/strings.hrc:52
msgctxt "RID_STR_NO_DELETEROW"
msgid "A row cannot be deleted in this state."
msgstr ""
-#: strings.hrc:53
+#: dbaccess/inc/strings.hrc:53
msgctxt "RID_STR_NO_TABLE_RENAME"
msgid "The driver does not support table renaming."
msgstr ""
-#: strings.hrc:54
+#: dbaccess/inc/strings.hrc:54
msgctxt "RID_STR_COLUMN_ALTER_BY_NAME"
msgid "The driver does not support the modification of column descriptions by changing the name."
msgstr ""
-#: strings.hrc:55
+#: dbaccess/inc/strings.hrc:55
msgctxt "RID_STR_COLUMN_ALTER_BY_INDEX"
msgid "The driver does not support the modification of column descriptions by changing the index."
msgstr ""
-#: strings.hrc:56
+#: dbaccess/inc/strings.hrc:56
msgctxt "RID_STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Афаил «$file$» ыҟаӡам."
-#: strings.hrc:57
+#: dbaccess/inc/strings.hrc:57
msgctxt "RID_STR_TABLE_DOES_NOT_EXIST"
msgid "There exists no table named \"$table$\"."
msgstr "Атаблица «$table$» ыҟаӡам."
-#: strings.hrc:58
+#: dbaccess/inc/strings.hrc:58
msgctxt "RID_STR_QUERY_DOES_NOT_EXIST"
msgid "There exists no query named \"$table$\"."
msgstr "Атаблица «$table$» ыҟаӡам."
-#: strings.hrc:59
+#: dbaccess/inc/strings.hrc:59
msgctxt "RID_STR_CONFLICTING_NAMES"
msgid "There are tables in the database whose names conflict with the names of existing queries. To make full use of all queries and tables, make sure they have distinct names."
msgstr ""
-#: strings.hrc:60
+#: dbaccess/inc/strings.hrc:60
msgctxt "RID_STR_COMMAND_LEADING_TO_ERROR"
msgid ""
"The SQL command leading to this error is:\n"
@@ -216,495 +216,495 @@ msgid ""
"$command$"
msgstr ""
-#: strings.hrc:61
+#: dbaccess/inc/strings.hrc:61
msgctxt "RID_STR_STATEMENT_WITHOUT_RESULT_SET"
msgid "The SQL command does not describe a result set."
msgstr ""
-#: strings.hrc:62
+#: dbaccess/inc/strings.hrc:62
msgctxt "RID_STR_NAME_MUST_NOT_BE_EMPTY"
msgid "The name must not be empty."
msgstr "Ахьӡ аҭыҧ ҭацәымзароуп."
-#: strings.hrc:63
+#: dbaccess/inc/strings.hrc:63
msgctxt "RID_STR_NO_NULL_OBJECTS_IN_CONTAINER"
msgid "The container cannot contain NULL objects."
msgstr ""
-#: strings.hrc:64
+#: dbaccess/inc/strings.hrc:64
msgctxt "RID_STR_NAME_ALREADY_USED"
msgid "There already is an object with the given name."
msgstr ""
-#: strings.hrc:65
+#: dbaccess/inc/strings.hrc:65
msgctxt "RID_STR_OBJECT_CONTAINER_MISMATCH"
msgid "This object cannot be part of this container."
msgstr ""
-#: strings.hrc:66
+#: dbaccess/inc/strings.hrc:66
msgctxt "RID_STR_OBJECT_ALREADY_CONTAINED"
msgid "The object already is, with a different name, part of the container."
msgstr ""
-#: strings.hrc:67
+#: dbaccess/inc/strings.hrc:67
msgctxt "RID_STR_NAME_NOT_FOUND"
msgid "Unable to find the document '$name$'."
msgstr "Адокумент «$name$» ҧшаам."
-#: strings.hrc:68
+#: dbaccess/inc/strings.hrc:68
msgctxt "RID_STR_ERROR_WHILE_SAVING"
msgid ""
"Could not save the document to $location$:\n"
"$message$"
msgstr ""
-#: strings.hrc:69
+#: dbaccess/inc/strings.hrc:69
msgctxt "RID_NO_SUCH_DATA_SOURCE"
msgid ""
"Error accessing data source '$name$':\n"
"$error$"
msgstr ""
-#: strings.hrc:70
+#: dbaccess/inc/strings.hrc:70
msgctxt "RID_STR_NO_SUB_FOLDER"
msgid "There exists no folder named \"$folder$\"."
msgstr "Атаблица «$table$» ыҟаӡам."
-#: strings.hrc:71
+#: dbaccess/inc/strings.hrc:71
msgctxt "RID_STR_NO_DELETE_BEFORE_AFTER"
msgid "Cannot delete the before-first or after-last row."
msgstr ""
-#: strings.hrc:72
+#: dbaccess/inc/strings.hrc:72
msgctxt "RID_STR_NO_DELETE_INSERT_ROW"
msgid "Cannot delete the insert-row."
msgstr ""
-#: strings.hrc:73
+#: dbaccess/inc/strings.hrc:73
msgctxt "RID_STR_RESULT_IS_READONLY"
msgid "Result set is read only."
msgstr ""
-#: strings.hrc:74
+#: dbaccess/inc/strings.hrc:74
msgctxt "RID_STR_NO_DELETE_PRIVILEGE"
msgid "DELETE privilege not available."
msgstr "Ишәымам азин аоперациа DELETE ахархәараз."
-#: strings.hrc:75
+#: dbaccess/inc/strings.hrc:75
msgctxt "RID_STR_ROW_ALREADY_DELETED"
msgid "Current row is already deleted."
msgstr "Уажәтәи анҵамҭа аныхуп."
-#: strings.hrc:76
+#: dbaccess/inc/strings.hrc:76
msgctxt "RID_STR_UPDATE_FAILED"
msgid "Current row could not be updated."
-msgstr ""
+msgstr "Уажәтәи анҵамҭа арҿыцра ауам."
-#: strings.hrc:77
+#: dbaccess/inc/strings.hrc:77
msgctxt "RID_STR_NO_INSERT_PRIVILEGE"
msgid "INSERT privilege not available."
msgstr "Ишәымам азин аоперациа INSERT ахархәараз."
-#: strings.hrc:78
+#: dbaccess/inc/strings.hrc:78
msgctxt "RID_STR_INTERNAL_ERROR"
msgid "Internal error: no statement object provided by the database driver."
msgstr ""
-#: strings.hrc:79
+#: dbaccess/inc/strings.hrc:79
msgctxt "RID_STR_EXPRESSION1"
msgid "Expression1"
msgstr ""
-#: strings.hrc:80
+#: dbaccess/inc/strings.hrc:80
msgctxt "RID_STR_NO_SQL_COMMAND"
msgid "No SQL command was provided."
msgstr "SQL акоманда арбам."
-#: strings.hrc:81
+#: dbaccess/inc/strings.hrc:81
msgctxt "RID_STR_INVALID_INDEX"
msgid "Invalid column index."
msgstr ""
-#: strings.hrc:82
+#: dbaccess/inc/strings.hrc:82
msgctxt "RID_STR_INVALID_CURSOR_STATE"
msgid "Invalid cursor state."
msgstr ""
-#: strings.hrc:83
+#: dbaccess/inc/strings.hrc:83
msgctxt "RID_STR_CURSOR_BEFORE_OR_AFTER"
msgid "The cursor points to before the first or after the last row."
msgstr ""
-#: strings.hrc:84
+#: dbaccess/inc/strings.hrc:84
msgctxt "RID_STR_NO_BOOKMARK_BEFORE_OR_AFTER"
msgid "The rows before the first and after the last row don't have a bookmark."
msgstr ""
-#: strings.hrc:85
+#: dbaccess/inc/strings.hrc:85
msgctxt "RID_STR_NO_BOOKMARK_DELETED"
msgid "The current row is deleted, and thus doesn't have a bookmark."
msgstr ""
-#: strings.hrc:86
+#: dbaccess/inc/strings.hrc:86
msgctxt "RID_STR_CONNECTION_REQUEST"
msgid "A connection for the following URL was requested \"$name$\"."
msgstr ""
-#: strings.hrc:87
+#: dbaccess/inc/strings.hrc:87
msgctxt "RID_STR_MISSING_EXTENSION"
msgid "The extension is not installed."
msgstr ""
-#: strings.hrc:89
+#: dbaccess/inc/strings.hrc:89
msgctxt "STR_QUERY_AND_TABLE_DISTINCT_NAMES"
msgid "You cannot give a table and a query the same name. Please use a name which is not yet used by a query or table."
msgstr ""
-#: strings.hrc:90
+#: dbaccess/inc/strings.hrc:90
msgctxt "STR_BASENAME_TABLE"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:91
+#: dbaccess/inc/strings.hrc:91
msgctxt "STR_BASENAME_QUERY"
msgid "Query"
msgstr "Азыҳәара"
-#: strings.hrc:92
+#: dbaccess/inc/strings.hrc:92
msgctxt "STR_CONN_WITHOUT_QUERIES_OR_TABLES"
msgid "The given connection is no valid query and/or tables supplier."
msgstr ""
-#: strings.hrc:93
+#: dbaccess/inc/strings.hrc:93
msgctxt "STR_NO_TABLE_OBJECT"
msgid "The given object is no table object."
msgstr ""
-#: strings.hrc:94
+#: dbaccess/inc/strings.hrc:94
msgctxt "STR_INVALID_COMPOSITION_TYPE"
msgid "Invalid composition type - need a value from com.sun.star.sdb.tools.CompositionType."
msgstr ""
-#: strings.hrc:95
+#: dbaccess/inc/strings.hrc:95
msgctxt "STR_INVALID_COMMAND_TYPE"
msgid "Invalid command type - only TABLE and QUERY from com.sun.star.sdb.CommandType are allowed."
msgstr ""
-#: strings.hrc:97
+#: dbaccess/inc/strings.hrc:97
msgctxt "STR_STATE_CLOSE_SUB_DOCS"
msgid "Prepare"
msgstr "Аҽазыҟаҵара"
-#: strings.hrc:98
+#: dbaccess/inc/strings.hrc:98
msgctxt "STR_STATE_BACKUP_DBDOC"
msgid "Backup Document"
msgstr "Адокумент арезервтә копиа"
-#: strings.hrc:99
+#: dbaccess/inc/strings.hrc:99
msgctxt "STR_STATE_MIGRATE"
msgid "Migrate"
msgstr "Аиагара"
-#: strings.hrc:100
+#: dbaccess/inc/strings.hrc:100
msgctxt "STR_STATE_SUMMARY"
msgid "Summary"
msgstr "Аихшьалақәа"
#. To translators: This refers to a form documen t inside a database document.
-#: strings.hrc:102
+#: dbaccess/inc/strings.hrc:102
msgctxt "STR_FORM"
msgid "Form '$name$'"
msgstr "Аформа «$name$»"
#. To translators: This refers to a report docum ent inside a database document.
-#: strings.hrc:104
+#: dbaccess/inc/strings.hrc:104
msgctxt "STR_REPORT"
msgid "Report '$name$'"
msgstr "Аҳасабырба «$name$»"
-#: strings.hrc:105
+#: dbaccess/inc/strings.hrc:105
msgctxt "STR_OVERALL_PROGRESS"
msgid "document $current$ of $overall$"
msgstr "Адокумент $current$ $overall$ аҟынтәи"
-#: strings.hrc:106
+#: dbaccess/inc/strings.hrc:106
msgctxt "STR_DATABASE_DOCUMENT"
msgid "Database Document"
msgstr "Адырқәа рбаза адокумент"
-#: strings.hrc:107
+#: dbaccess/inc/strings.hrc:107
msgctxt "STR_SAVED_COPY_TO"
msgid "saved copy to $location$"
msgstr "акопиа еиқәырхоуп $location$ аҟны"
-#: strings.hrc:108
+#: dbaccess/inc/strings.hrc:108
msgctxt "STR_MOVED_LIBRARY"
msgid "migrated $type$ library '$old$' to '$new$'"
msgstr "абиблиотека $type$ «$old$» ыиагоуп «$new$» ахь"
-#: strings.hrc:109
+#: dbaccess/inc/strings.hrc:109
msgctxt "STR_LIBRARY_TYPE_AND_NAME"
msgid "$type$ library '$library$'"
msgstr "$type$ абиблиотека «$library$»"
-#: strings.hrc:110
+#: dbaccess/inc/strings.hrc:110
msgctxt "STR_MIGRATING_LIBS"
msgid "migrating libraries ..."
msgstr "ииаҳгоит абиблиотекақәа..."
-#: strings.hrc:111
+#: dbaccess/inc/strings.hrc:111
msgctxt "STR_OOO_BASIC"
msgid "%PRODUCTNAME Basic"
msgstr "%PRODUCTNAME Basic"
-#: strings.hrc:112
+#: dbaccess/inc/strings.hrc:112
msgctxt "STR_JAVA_SCRIPT"
msgid "JavaScript"
msgstr "JavaScript"
-#: strings.hrc:113
+#: dbaccess/inc/strings.hrc:113
msgctxt "STR_BEAN_SHELL"
msgid "BeanShell"
msgstr "BeanShell"
-#: strings.hrc:114
+#: dbaccess/inc/strings.hrc:114
msgctxt "STR_JAVA"
msgid "Java"
msgstr "Java"
-#: strings.hrc:115
+#: dbaccess/inc/strings.hrc:115
msgctxt "STR_PYTHON"
msgid "Python"
msgstr "Python"
-#: strings.hrc:116
+#: dbaccess/inc/strings.hrc:116
msgctxt "STR_DIALOG"
msgid "dialog"
msgstr "адиалог"
-#: strings.hrc:117
+#: dbaccess/inc/strings.hrc:117
msgctxt "STR_ERRORS"
msgid "Error(s)"
msgstr "Агхақәа"
-#: strings.hrc:118
+#: dbaccess/inc/strings.hrc:118
msgctxt "STR_WARNINGS"
msgid "Warnings"
msgstr "Агәаҽанҵарақәа"
-#: strings.hrc:119
+#: dbaccess/inc/strings.hrc:119
msgctxt "STR_EXCEPTION"
msgid "caught exception:"
msgstr ""
-#: strings.hrc:120
+#: dbaccess/inc/strings.hrc:120
msgctxt "STR_INVALID_BACKUP_LOCATION"
msgid "You need to choose a backup location other than the document location itself."
msgstr ""
-#: strings.hrc:121
+#: dbaccess/inc/strings.hrc:121
msgctxt "STR_INVALID_NUMBER_ARGS"
msgid "Invalid number of initialization arguments. Expected 1."
msgstr ""
-#: strings.hrc:122
+#: dbaccess/inc/strings.hrc:122
msgctxt "STR_NO_DATABASE"
msgid "No database document found in the initialization arguments."
msgstr ""
-#: strings.hrc:123
+#: dbaccess/inc/strings.hrc:123
msgctxt "STR_NOT_READONLY"
msgid "Not applicable to read-only documents."
msgstr ""
-#: strings.hrc:125
+#: dbaccess/inc/strings.hrc:125
msgctxt "STR_QUERY_UNDO_TABWINSHOW"
msgid "Add Table Window"
msgstr ""
-#: strings.hrc:126
+#: dbaccess/inc/strings.hrc:126
msgctxt "STR_QUERY_UNDO_MOVETABWIN"
msgid "Move table window"
msgstr ""
-#: strings.hrc:127
+#: dbaccess/inc/strings.hrc:127
msgctxt "STR_QUERY_UNDO_INSERTCONNECTION"
msgid "Insert Join"
msgstr ""
-#: strings.hrc:128
+#: dbaccess/inc/strings.hrc:128
msgctxt "STR_QUERY_UNDO_REMOVECONNECTION"
msgid "Delete Join"
msgstr ""
-#: strings.hrc:129
+#: dbaccess/inc/strings.hrc:129
msgctxt "STR_QUERY_UNDO_SIZETABWIN"
msgid "Resize table window"
msgstr ""
-#: strings.hrc:130
+#: dbaccess/inc/strings.hrc:130
msgctxt "STR_QUERY_UNDO_TABFIELDDELETE"
msgid "Delete Column"
msgstr "Ианыхтәуп аиҵагыла"
-#: strings.hrc:131
+#: dbaccess/inc/strings.hrc:131
msgctxt "STR_QUERY_UNDO_TABFIELDMOVED"
msgid "Move column"
msgstr "Ииагатәуп аиҵагыла"
-#: strings.hrc:132
+#: dbaccess/inc/strings.hrc:132
msgctxt "STR_QUERY_UNDO_TABFIELDCREATE"
msgid "Add Column"
msgstr "Иацҵатәуп аиҵагыла"
-#: strings.hrc:133
+#: dbaccess/inc/strings.hrc:133
msgctxt "RID_STR_FIELD_DOESNT_EXIST"
msgid "Invalid expression, field name '$name$' does not exist."
msgstr ""
-#: strings.hrc:134
+#: dbaccess/inc/strings.hrc:134
msgctxt "STR_QUERY_UNDO_TABWINDELETE"
msgid "Delete Table Window"
msgstr "Ианыхтәуп атаблица аҧенџьыр"
-#: strings.hrc:135
+#: dbaccess/inc/strings.hrc:135
msgctxt "STR_QUERY_UNDO_MODIFY_CELL"
msgid "Edit Column Description"
msgstr "Иҧсахтәуп аиҵагыла ахҳәаа"
-#: strings.hrc:136
+#: dbaccess/inc/strings.hrc:136
msgctxt "STR_QUERY_UNDO_SIZE_COLUMN"
msgid "Adjust column width"
msgstr "Иҧсахтәуп аиҵагыла аҭбаара"
-#: strings.hrc:137
+#: dbaccess/inc/strings.hrc:137
msgctxt "STR_QUERY_SORTTEXT"
msgid "(not sorted);ascending;descending"
msgstr ""
-#: strings.hrc:138
+#: dbaccess/inc/strings.hrc:138
msgctxt "STR_QUERY_FUNCTIONS"
msgid "(no function);Group"
msgstr ""
-#: strings.hrc:139
+#: dbaccess/inc/strings.hrc:139
msgctxt "STR_QUERY_NOTABLE"
msgid "(no table)"
msgstr "(таблицада)"
-#: strings.hrc:140
+#: dbaccess/inc/strings.hrc:140
msgctxt "STR_QRY_ORDERBY_UNRELATED"
msgid "The database only supports sorting for visible fields."
msgstr ""
-#: strings.hrc:141
+#: dbaccess/inc/strings.hrc:141
msgctxt "STR_QUERY_HANDLETEXT"
msgid "Field;Alias;Table;Sort;Visible;Function;Criterion;Or;Or"
msgstr ""
-#: strings.hrc:142
+#: dbaccess/inc/strings.hrc:142
msgctxt "STR_QUERY_LIMIT_ALL"
msgid "All"
msgstr "Зегьы"
-#: strings.hrc:143
+#: dbaccess/inc/strings.hrc:143
#, fuzzy
msgctxt "STR_QRY_TOO_MANY_COLUMNS"
msgid "There are too many columns."
msgstr "Атаблицақәа мыцхәцәоуп."
-#: strings.hrc:144
+#: dbaccess/inc/strings.hrc:144
msgctxt "STR_QRY_CRITERIA_ON_ASTERISK"
msgid "A condition cannot be applied to field [*]"
msgstr ""
-#: strings.hrc:145
+#: dbaccess/inc/strings.hrc:145
msgctxt "STR_QRY_TOO_LONG_STATEMENT"
msgid "The SQL statement created is too long."
msgstr ""
-#: strings.hrc:146
+#: dbaccess/inc/strings.hrc:146
msgctxt "STR_QRY_TOOCOMPLEX"
msgid "Query is too complex"
msgstr ""
-#: strings.hrc:147
+#: dbaccess/inc/strings.hrc:147
msgctxt "STR_QRY_NOSELECT"
msgid "Nothing has been selected."
msgstr "Акагьы алкааӡам."
-#: strings.hrc:148
+#: dbaccess/inc/strings.hrc:148
msgctxt "STR_QRY_SYNTAX"
msgid "SQL syntax error"
msgstr "Агха SQL асинтаксис аҟны"
-#: strings.hrc:149
+#: dbaccess/inc/strings.hrc:149
msgctxt "STR_QRY_ORDERBY_ON_ASTERISK"
msgid "[*] cannot be used as a sort criterion."
msgstr ""
-#: strings.hrc:150
+#: dbaccess/inc/strings.hrc:150
msgctxt "STR_QRY_TOO_MANY_TABLES"
msgid "There are too many tables."
msgstr "Атаблицақәа мыцхәцәоуп."
-#: strings.hrc:151
+#: dbaccess/inc/strings.hrc:151
msgctxt "STR_QRY_NATIVE"
msgid "The statement will not be applied when querying in the SQL dialect of the database."
msgstr ""
-#: strings.hrc:152
+#: dbaccess/inc/strings.hrc:152
msgctxt "STR_QRY_ILLEGAL_JOIN"
msgid "Join could not be processed"
msgstr ""
-#: strings.hrc:153
+#: dbaccess/inc/strings.hrc:153
msgctxt "STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
-#: strings.hrc:154
+#: dbaccess/inc/strings.hrc:154
msgctxt "STR_QUERYDESIGN_NO_VIEW_SUPPORT"
msgid "This database does not support table views."
msgstr ""
-#: strings.hrc:155
+#: dbaccess/inc/strings.hrc:155
msgctxt "STR_NO_ALTER_VIEW_SUPPORT"
msgid "This database does not support altering of existing table views."
msgstr ""
-#: strings.hrc:156
+#: dbaccess/inc/strings.hrc:156
msgctxt "STR_QUERYDESIGN_NO_VIEW_ASK"
msgid "Do you want to create a query instead?"
msgstr ""
-#: strings.hrc:157
+#: dbaccess/inc/strings.hrc:157
msgctxt "STR_DATASOURCE_DELETED"
msgid "The corresponding data source has been deleted. Therefore, data relevant to that data source cannot be saved."
msgstr ""
-#: strings.hrc:158
+#: dbaccess/inc/strings.hrc:158
msgctxt "STR_QRY_COLUMN_NOT_FOUND"
msgid "The column '$name$' is unknown."
msgstr "Аиҵагыла «$name$» ҧшаам."
-#: strings.hrc:159
+#: dbaccess/inc/strings.hrc:159
msgctxt "STR_QRY_JOIN_COLUMN_COMPARE"
msgid "Columns can only be compared using '='."
msgstr ""
-#: strings.hrc:160
+#: dbaccess/inc/strings.hrc:160
msgctxt "STR_QRY_LIKE_LEFT_NO_COLUMN"
msgid "You must use a column name before 'LIKE'."
msgstr ""
-#: strings.hrc:161
+#: dbaccess/inc/strings.hrc:161
msgctxt "STR_QRY_CHECK_CASESENSITIVE"
msgid "The column could not be found. Please note that the database is case-sensitive."
msgstr ""
#. To translators: For $object$, one of the valu es of the RSC_QUERY_OBJECT_TYPE resource will be inserted.
-#: strings.hrc:163
+#: dbaccess/inc/strings.hrc:163
msgctxt "STR_QUERY_SAVEMODIFIED"
msgid ""
"$object$ has been changed.\n"
@@ -714,236 +714,236 @@ msgstr ""
"Еиқәырхатәума аҧсахрақәа?"
#. To translators: For $object$, one of the valu es of the RSC_QUERY_OBJECT_TYPE resource (except \"SQL command\", which doesn't make sense here) will be inserted.
-#: strings.hrc:165
+#: dbaccess/inc/strings.hrc:165
msgctxt "STR_ERROR_PARSING_STATEMENT"
msgid "$object$ is based on an SQL command which could not be parsed."
msgstr ""
#. To translators: For $object$, one of the valu es of the RSC_QUERY_OBJECT_TYPE resource (except \"SQL command\", which doesn't make sense here) will be inserted.
-#: strings.hrc:167
+#: dbaccess/inc/strings.hrc:167
msgctxt "STR_INFO_OPENING_IN_SQL_VIEW"
msgid "$object$ will be opened in SQL view."
msgstr "Аобиеқт $object$ аартхоит SQL арежим ала."
-#: strings.hrc:168
+#: dbaccess/inc/strings.hrc:168
msgctxt "STR_STATEMENT_WITHOUT_RESULT_SET"
msgid "The query does not create a result set, and thus cannot be part of another query."
msgstr ""
-#: strings.hrc:170
+#: dbaccess/inc/strings.hrc:170
msgctxt "RID_STR_COLUMN_FORMAT"
msgid "Column ~Format..."
msgstr "Аиҵагыла аформат..."
-#: strings.hrc:171
+#: dbaccess/inc/strings.hrc:171
msgctxt "RID_STR_COLUMN_WIDTH"
msgid "Column ~Width..."
msgstr "Аиҵагыла аҭбаара..."
-#: strings.hrc:172
+#: dbaccess/inc/strings.hrc:172
msgctxt "RID_STR_TABLE_FORMAT"
msgid "Table Format..."
msgstr "Атаблица аформат..."
-#: strings.hrc:173
+#: dbaccess/inc/strings.hrc:173
msgctxt "RID_STR_ROW_HEIGHT"
msgid "Row Height..."
msgstr "Ацәаҳәа аҳаракыра..."
-#: strings.hrc:174
+#: dbaccess/inc/strings.hrc:174
msgctxt "RID_STR_COPY"
msgid "~Copy"
msgstr "Акопиа ахыхтәуп"
-#: strings.hrc:175
+#: dbaccess/inc/strings.hrc:175
msgctxt "RID_STR_UNDO_MODIFY_RECORD"
msgid "Undo: Data Input"
msgstr "Иаҟәыхтәуп: адырқәа рҭагалара"
-#: strings.hrc:176
+#: dbaccess/inc/strings.hrc:176
msgctxt "RID_STR_SAVE_CURRENT_RECORD"
msgid "Save current record"
msgstr "Еиқәырхатәуп уажәтәи анҵамҭа"
-#: strings.hrc:177
+#: dbaccess/inc/strings.hrc:177
msgctxt "STR_QRY_TITLE"
msgid "Query #"
msgstr ""
-#: strings.hrc:178
+#: dbaccess/inc/strings.hrc:178
msgctxt "STR_TBL_TITLE"
msgid "Table #"
msgstr "Атаблица #"
-#: strings.hrc:179
+#: dbaccess/inc/strings.hrc:179
msgctxt "STR_VIEW_TITLE"
msgid "View #"
msgstr ""
-#: strings.hrc:180
+#: dbaccess/inc/strings.hrc:180
msgctxt "STR_NAME_ALREADY_EXISTS"
msgid "The name \"#\" already exists."
msgstr "Ахьӡ «#» ыҟоуп."
-#: strings.hrc:181
+#: dbaccess/inc/strings.hrc:181
msgctxt "STR_NO_COLUMNNAME_MATCHING"
msgid "No matching column names were found."
msgstr ""
-#: strings.hrc:182
+#: dbaccess/inc/strings.hrc:182
msgctxt "STR_ERROR_OCCURRED_WHILE_COPYING"
msgid "An error occurred. Do you want to continue copying?"
msgstr ""
-#: strings.hrc:183
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_DATASOURCE_GRIDCONTROL_NAME"
msgid "Data source table view"
msgstr "Адырқәа рхыҵхырҭа атаблица ахәаҧшра."
-#: strings.hrc:184
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_DATASOURCE_GRIDCONTROL_DESC"
msgid "Shows the selected table or query."
msgstr ""
-#: strings.hrc:186
+#: dbaccess/inc/strings.hrc:186
msgctxt "STR_QUERY_UNDO_MODIFYSQLEDIT"
msgid "Modify SQL statement(s)"
msgstr "Иҧсахтәуп SQL аинструкциақәа"
-#: strings.hrc:188
+#: dbaccess/inc/strings.hrc:188
msgctxt "RID_STR_NEW_FORM"
msgid "Create Form in Design View..."
msgstr "Иаҧҵатәуп аформа адизаин арежим ала..."
-#: strings.hrc:189
+#: dbaccess/inc/strings.hrc:189
msgctxt "RID_STR_NEW_FORM_AUTO"
msgid "Use Wizard to Create Form..."
msgstr "Ихархәатәуп аформа аҧҵара азҟаза..."
-#: strings.hrc:190
+#: dbaccess/inc/strings.hrc:190
msgctxt "RID_STR_NEW_REPORT_AUTO"
msgid "Use Wizard to Create Report..."
msgstr "Ихархәатәуп аҳасабырба аҧҵара азҟаза..."
-#: strings.hrc:191
+#: dbaccess/inc/strings.hrc:191
msgctxt "RID_STR_NEW_REPORT"
msgid "Create Report in Design View..."
msgstr "Иаҧҵатәуп аҳасабырба адизаин арежим ала..."
-#: strings.hrc:192
+#: dbaccess/inc/strings.hrc:192
#, fuzzy
msgctxt "RID_STR_NEW_QUERY"
msgid "Create Query in Design View..."
msgstr "Иаҧҵатәуп атаблица адизаин арежим ала..."
-#: strings.hrc:193
+#: dbaccess/inc/strings.hrc:193
#, fuzzy
msgctxt "RID_STR_NEW_QUERY_SQL"
msgid "Create Query in SQL View..."
msgstr "Иаҧҵатәуп атаблица адизаин арежим ала..."
-#: strings.hrc:194
+#: dbaccess/inc/strings.hrc:194
#, fuzzy
msgctxt "RID_STR_NEW_QUERY_AUTO"
msgid "Use Wizard to Create Query..."
msgstr "Ихархәатәуп атаблица аҧҵара азҟаза..."
-#: strings.hrc:195
+#: dbaccess/inc/strings.hrc:195
msgctxt "RID_STR_NEW_TABLE"
msgid "Create Table in Design View..."
msgstr "Иаҧҵатәуп атаблица адизаин арежим ала..."
-#: strings.hrc:196
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_NEW_TABLE_AUTO"
msgid "Use Wizard to Create Table..."
msgstr "Ихархәатәуп атаблица аҧҵара азҟаза..."
-#: strings.hrc:197
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NEW_VIEW"
msgid "Create View..."
msgstr ""
-#: strings.hrc:198
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_FORMS_CONTAINER"
msgid "Forms"
msgstr "Аформақәа"
-#: strings.hrc:199
+#: dbaccess/inc/strings.hrc:199
msgctxt "RID_STR_REPORTS_CONTAINER"
msgid "Reports"
msgstr "Аҳасабырбақәа"
-#: strings.hrc:200
+#: dbaccess/inc/strings.hrc:200
msgctxt "RID_STR_REPORTS_HELP_TEXT_WIZARD"
msgid "The wizard will guide you through the steps necessary to create a report."
msgstr ""
-#: strings.hrc:201
+#: dbaccess/inc/strings.hrc:201
msgctxt "RID_STR_FORMS_HELP_TEXT"
msgid "Create a form by specifying the record source, controls, and control properties."
msgstr ""
-#: strings.hrc:202
+#: dbaccess/inc/strings.hrc:202
msgctxt "RID_STR_REPORT_HELP_TEXT"
msgid "Create a report by specifying the record source, controls, and control properties."
msgstr ""
-#: strings.hrc:203
+#: dbaccess/inc/strings.hrc:203
msgctxt "RID_STR_FORMS_HELP_TEXT_WIZARD"
msgid "The wizard will guide you through the steps necessary to create a form."
msgstr ""
-#: strings.hrc:204
+#: dbaccess/inc/strings.hrc:204
msgctxt "RID_STR_QUERIES_HELP_TEXT"
msgid "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping."
msgstr ""
-#: strings.hrc:205
+#: dbaccess/inc/strings.hrc:205
msgctxt "RID_STR_QUERIES_HELP_TEXT_SQL"
msgid "Create a query by entering an SQL statement directly."
msgstr ""
-#: strings.hrc:206
+#: dbaccess/inc/strings.hrc:206
msgctxt "RID_STR_QUERIES_HELP_TEXT_WIZARD"
msgid "The wizard will guide you through the steps necessary to create a query."
msgstr ""
-#: strings.hrc:207
+#: dbaccess/inc/strings.hrc:207
msgctxt "RID_STR_TABLES_HELP_TEXT_DESIGN"
msgid "Create a table by specifying the field names and properties, as well as the data types."
msgstr ""
-#: strings.hrc:208
+#: dbaccess/inc/strings.hrc:208
msgctxt "RID_STR_TABLES_HELP_TEXT_WIZARD"
msgid "Choose from a selection of business and personal table samples, which you customize to create a table."
msgstr ""
-#: strings.hrc:209
+#: dbaccess/inc/strings.hrc:209
msgctxt "RID_STR_VIEWS_HELP_TEXT_DESIGN"
msgid "Create a view by specifying the tables and field names you would like to have visible."
msgstr ""
-#: strings.hrc:210
+#: dbaccess/inc/strings.hrc:210
msgctxt "STR_DATABASE"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: strings.hrc:211
+#: dbaccess/inc/strings.hrc:211
msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Аҳасабтәқәа"
-#: strings.hrc:212
+#: dbaccess/inc/strings.hrc:212
msgctxt "STR_DESCRIPTION"
msgid "Description"
msgstr "Ахҳәаа"
-#: strings.hrc:213
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Заатәи ахәаҧшра"
-#: strings.hrc:214
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -952,28 +952,28 @@ msgid ""
"Do you want to close all documents now?"
msgstr ""
-#: strings.hrc:217
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "Аформа~ахьӡ"
-#: strings.hrc:218
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Аҳасабырба~ахьӡ"
-#: strings.hrc:219
+#: dbaccess/inc/strings.hrc:219
#, fuzzy
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "&Аҭаӡ ахьӡ:"
-#: strings.hrc:220
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr ""
-#: strings.hrc:221
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -983,271 +983,271 @@ msgid ""
"Note that you won't be able to embed macros into the database document itself until this migration is done. "
msgstr ""
-#: strings.hrc:226
+#: dbaccess/inc/strings.hrc:226
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr ""
-#: strings.hrc:227
+#: dbaccess/inc/strings.hrc:227
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr ""
-#: strings.hrc:228
+#: dbaccess/inc/strings.hrc:228
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr ""
-#: strings.hrc:229
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
-#: strings.hrc:230
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr ""
-#: strings.hrc:231
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr ""
-#: strings.hrc:232
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Атаблица ахьӡ"
-#: strings.hrc:233
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
-#: strings.hrc:234
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
-#: strings.hrc:235
+#: dbaccess/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Ибжьаргылатәуп $1"
-#: strings.hrc:237
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Ианыхтәума иалху адырқәа?"
-#: strings.hrc:238
+#: dbaccess/inc/strings.hrc:238
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr ""
-#: strings.hrc:239
+#: dbaccess/inc/strings.hrc:239
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr ""
-#: strings.hrc:240
+#: dbaccess/inc/strings.hrc:240
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Аимадара ырӡуп"
-#: strings.hrc:241
+#: dbaccess/inc/strings.hrc:241
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr ""
-#: strings.hrc:242
+#: dbaccess/inc/strings.hrc:242
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Атаблицақәа"
-#: strings.hrc:243
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Аныхра шьақәырӷәӷәатәуп"
-#: strings.hrc:244
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Ианыхтәума атаблица «%1»?"
-#: strings.hrc:245
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr ""
-#: strings.hrc:246
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Агәаҽанҵарақәа"
-#: strings.hrc:247
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr ""
-#: strings.hrc:248
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr ""
-#: strings.hrc:249
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Атаблица $name$ аҭагалара ..."
-#: strings.hrc:250
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Атаблица $name$ аҭагалара ..."
-#: strings.hrc:251
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Атаблица аформат аҧшаара ауам."
-#: strings.hrc:252
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr ""
-#: strings.hrc:254
+#: dbaccess/inc/strings.hrc:254
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 ""
-#: strings.hrc:255
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr ""
-#: strings.hrc:256
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Ааи"
-#: strings.hrc:257
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Мап"
#. Note: should somehow fit to the word "value" in other languages as well: value - none ....
-#: strings.hrc:259
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<мап>"
-#: strings.hrc:260
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TAB_FIELD_NAME"
msgid "Field name"
msgstr "Аҭакыра ахьӡ"
-#: strings.hrc:261
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Аҭакыра ахьӡ"
-#: strings.hrc:262
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TAB_FIELD_DATATYPE"
msgid "Field ~type"
msgstr "Аҭакыра атип"
-#: strings.hrc:263
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Аҭакыра атип"
-#: strings.hrc:264
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Ахҳәаа"
-#: strings.hrc:265
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Аиҵагыла ахҳәаа"
-#: strings.hrc:266
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_FIELD_AUTOINCREMENT"
msgid "~AutoValue"
msgstr ""
-#: strings.hrc:267
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Аҭакыра аҷыдаҟазшьақәа"
-#: strings.hrc:268
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Иҧсахтәуп абларҭа"
-#: strings.hrc:269
+#: dbaccess/inc/strings.hrc:269
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Ианыхтәуп ацәаҳәа"
-#: strings.hrc:270
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Иҧсахтәуп аҭакыра атип"
-#: strings.hrc:271
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Ибжьаргылатәуп ацәаҳәа"
-#: strings.hrc:272
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Ибжьаргылатәуп, ацәаҳәа ҿыц"
-#: strings.hrc:273
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr ""
-#: strings.hrc:274
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_FIELD_REQUIRED"
msgid "~Entry required"
msgstr "Ихымҧадатәиу"
-#: strings.hrc:275
+#: dbaccess/inc/strings.hrc:275
msgctxt "STR_TEXT_LENGTH"
msgid "~Length"
msgstr "Аура"
-#: strings.hrc:276
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_NUMERIC_TYPE"
msgid "~Type"
msgstr "Атип"
-#: strings.hrc:277
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_LENGTH"
msgid "~Length"
msgstr "Аура"
-#: strings.hrc:278
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_SCALE"
msgid "Decimal ~places"
msgstr ""
-#: strings.hrc:279
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_FORMAT"
msgid "Format example"
msgstr "Аформат аҿырҧштәы"
-#: strings.hrc:280
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
"If the field is not to have a default value, select the empty string."
msgstr ""
-#: strings.hrc:281
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1255,22 +1255,22 @@ msgid ""
"When you later enter data in the table, this string will be used in each new record for the field selected. It should, therefore, correspond to the cell format that needs to be entered below."
msgstr ""
-#: strings.hrc:282
+#: dbaccess/inc/strings.hrc:282
msgctxt "STR_HELP_FIELD_REQUIRED"
msgid "Activate this option if this field cannot contain NULL values, i.e. the user must always enter data."
msgstr ""
-#: strings.hrc:283
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr ""
-#: strings.hrc:284
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Иҭажәгал ахыҧхьаӡара аформат."
-#: strings.hrc:285
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1279,22 +1279,22 @@ msgid ""
"The value will be corrected accordingly when it exceeds the maximum for this database."
msgstr ""
-#: strings.hrc:286
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr ""
-#: strings.hrc:287
+#: dbaccess/inc/strings.hrc:287
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 ""
-#: strings.hrc:288
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr ""
-#: strings.hrc:289
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1302,59 +1302,59 @@ msgid ""
"You can not enter data in fields of this type. An intrinsic value will be assigned to each new record automatically (resulting from the increment of the previous record)."
msgstr ""
-#: strings.hrc:290
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_BUTTON_FORMAT"
msgid "~..."
msgstr "~..."
-#: strings.hrc:291
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr ""
-#: strings.hrc:292
+#: dbaccess/inc/strings.hrc:292
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 ""
-#: strings.hrc:293
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr ""
-#: strings.hrc:294
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Аиҵагыла"
-#: strings.hrc:295
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr ""
-#: strings.hrc:296
+#: dbaccess/inc/strings.hrc:296
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr ""
-#: strings.hrc:297
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr ""
-#: strings.hrc:298
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
"Do you want to save the changes now?"
msgstr ""
-#: strings.hrc:299
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr ""
-#: strings.hrc:300
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1363,27 +1363,27 @@ msgid ""
"Should a primary key be created now?"
msgstr ""
-#: strings.hrc:301
+#: dbaccess/inc/strings.hrc:301
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 ""
-#: strings.hrc:302
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr ""
-#: strings.hrc:303
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr ""
-#: strings.hrc:304
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_AUTOINCREMENT_VALUE"
msgid "A~uto-increment statement"
msgstr ""
-#: strings.hrc:305
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1391,39 +1391,39 @@ msgid ""
"This statement will be directly transferred to the database when the table is created."
msgstr ""
-#: strings.hrc:306
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
"The table design mode is not available for this data source."
msgstr ""
-#: strings.hrc:307
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "иҧсахтәуп аҭакыра ахьӡ"
-#: strings.hrc:308
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "иҧсахтәуп аҭакыра атип"
-#: strings.hrc:309
+#: dbaccess/inc/strings.hrc:309
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "иҧсахтәуп аҭакыра ахҳәаа"
-#: strings.hrc:310
+#: dbaccess/inc/strings.hrc:310
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "иҧсахтәуп аҭакыра атрибут"
-#: strings.hrc:312
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr ""
-#: strings.hrc:313
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1433,171 +1433,171 @@ msgid ""
"does not exist. Should it be created?"
msgstr ""
-#: strings.hrc:314
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr ""
-#: strings.hrc:315
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Ари афаил ыҟоуп. Ихҩылаатәума?"
-#: strings.hrc:316
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Аҭаӡ"
-#: strings.hrc:318
+#: dbaccess/inc/strings.hrc:318
#, fuzzy
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Адырқәа рбаза аҷыдаҟазшьақәа"
-#: strings.hrc:319
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr ""
-#: strings.hrc:320
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr ""
-#: strings.hrc:321
+#: dbaccess/inc/strings.hrc:321
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 ""
-#: strings.hrc:322
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
"You are allowed to change the settings, but you probably will not be able to connect to the database."
msgstr ""
-#: strings.hrc:323
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Мап}"
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: strings.hrc:325
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ""
-#: strings.hrc:326
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr ""
-#: strings.hrc:327
+#: dbaccess/inc/strings.hrc:327
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr ""
-#: strings.hrc:328
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr ""
-#: strings.hrc:330
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Аимадара атест"
-#: strings.hrc:331
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Аимадара қәҿиарала ишьақәыргылоуп."
-#: strings.hrc:332
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Иауам аимадара ашьақәыргылара."
-#: strings.hrc:333
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "JDBC адраивер қәҿиарала иҭагалоуп."
-#: strings.hrc:334
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "JDBC адраивер ҭагалаӡам."
-#: strings.hrc:335
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access афаил"
-#: strings.hrc:336
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007 афаил"
-#: strings.hrc:337
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "Адырқәа рбаза Firebird"
-#: strings.hrc:339
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Асистематә"
-#: strings.hrc:340
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Аҧҵара агха"
-#: strings.hrc:341
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An unexpected error occurred. The operation could not be performed."
msgstr ""
-#: strings.hrc:342
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Адокумент «$file$» аартра ауам."
-#: strings.hrc:343
+#: dbaccess/inc/strings.hrc:343
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr ""
-#: strings.hrc:344
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "Зегьы"
-#: strings.hrc:345
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Иаҟәыхтәуп:"
-#: strings.hrc:346
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Ирхынҳәтәуп:"
-#: strings.hrc:347
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr ""
-#: strings.hrc:348
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Афаил «$file$» ыҟаӡам."
-#: strings.hrc:349
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr ""
-#: strings.hrc:350
+#: dbaccess/inc/strings.hrc:350
#, fuzzy
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
@@ -1606,362 +1606,362 @@ msgid ""
msgstr "Ахьӡ «%1» ыҟоуп. Иалышәх даҽа хьӡык."
#. #i96130# use hard coded name
-#: strings.hrc:352
+#: dbaccess/inc/strings.hrc:352
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
-msgid "The report, \"$file$\", requires the Oracle Report Builder feature."
+msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
-#: strings.hrc:354
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr ""
-#: strings.hrc:355
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr ""
-#: strings.hrc:356
+#: dbaccess/inc/strings.hrc:356
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr ""
-#: strings.hrc:357
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Атаблицақәа зегьы"
-#: strings.hrc:358
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr ""
-#: strings.hrc:359
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr ""
-#: strings.hrc:361
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Атаблица ахьӡ"
-#: strings.hrc:362
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Ацҵара"
-#: strings.hrc:363
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Аныхра"
-#: strings.hrc:364
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Аредакциазура"
-#: strings.hrc:365
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Иҧсахтәуп аструктура"
-#: strings.hrc:366
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Аҧхьара"
-#: strings.hrc:367
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Иҧсахтәуп азхьарҧшқәа"
-#: strings.hrc:368
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Ианыхтәуп аструктура"
-#: strings.hrc:370
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "dBASE афаилқәа рахь амҩа:"
-#: strings.hrc:371
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "dBASE афаилқәа рахь амҩа:"
-#: strings.hrc:372
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Аелектронтә таблицақәа рахь амҩа"
-#: strings.hrc:373
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr ""
-#: strings.hrc:374
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
-#: strings.hrc:375
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Адырқәа рбаза MySQL ахьӡ"
-#: strings.hrc:376
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Адырқәа рбаза Oracle ахьӡ "
-#: strings.hrc:377
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Access адырқәа рбаза афаил"
-#: strings.hrc:378
+#: dbaccess/inc/strings.hrc:378
#, c-format
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr ""
-#: strings.hrc:379
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_COMMONURL"
-msgid "Datasource URL (e.g. postgresql://host:port/database)"
+msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
-#: strings.hrc:380
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "Акомпиутер ахьӡ:"
-#: strings.hrc:381
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "Mozilla ~Апрофиль"
-#: strings.hrc:382
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "Thunderbird ~Апрофиль"
-#: strings.hrc:383
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Иацҵатәуп атаблицақәа"
-#: strings.hrc:384
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
-#: strings.hrc:386
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Аҭакырақәа ралхра"
-#: strings.hrc:387
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Аҭакырақәа ртипқәа"
-#: strings.hrc:388
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
"The following name is already in use:"
msgstr ""
-#: strings.hrc:389
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr ""
-#: strings.hrc:390
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Шьҭахьҟа"
-#: strings.hrc:391
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Анаҩс>"
-#: strings.hrc:392
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "~Ихиоуп"
-#: strings.hrc:393
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Акопиа ахыхра"
-#: strings.hrc:394
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Акопиа ахыхра"
-#: strings.hrc:395
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr ""
-#: strings.hrc:396
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr ""
-#: strings.hrc:397
+#: dbaccess/inc/strings.hrc:397
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr ""
-#: strings.hrc:399
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Адырқәа рбаза азҟаза"
-#: strings.hrc:400
+#: dbaccess/inc/strings.hrc:400
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Адырқәа рбаза алхра"
-#: strings.hrc:401
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr ""
-#: strings.hrc:402
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr ""
-#: strings.hrc:403
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr ""
-#: strings.hrc:404
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr ""
-#: strings.hrc:405
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr ""
-#: strings.hrc:406
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr ""
-#: strings.hrc:407
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr ""
-#: strings.hrc:408
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr ""
-#: strings.hrc:409
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr ""
-#: strings.hrc:410
+#: dbaccess/inc/strings.hrc:410
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
-#: strings.hrc:411
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr ""
-#: strings.hrc:412
+#: dbaccess/inc/strings.hrc:412
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr ""
-#: strings.hrc:413
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Еиқәырхатәуп иагьынагӡатәуп"
-#: strings.hrc:414
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Адырқәа рбаза ҿыц"
-#: strings.hrc:415
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr ""
-#: strings.hrc:416
+#: dbaccess/inc/strings.hrc:416
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"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: strings.hrc:417
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr ""
-#: strings.hrc:418
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr ""
-#: strings.hrc:419
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr ""
-#: strings.hrc:420
+#: dbaccess/inc/strings.hrc:420
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr ""
-#: strings.hrc:421
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr ""
-#: strings.hrc:422
+#: dbaccess/inc/strings.hrc:422
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 ""
-#: strings.hrc:423
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "dBASE афаилқәа рахь амҩа:"
-#: strings.hrc:424
+#: dbaccess/inc/strings.hrc:424
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr ""
-#: strings.hrc:425
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr ""
-#: strings.hrc:426
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr ""
-#: strings.hrc:427
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -1969,12 +1969,12 @@ msgid ""
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: strings.hrc:428
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr ""
-#: strings.hrc:429
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -1982,810 +1982,810 @@ msgid ""
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: strings.hrc:430
+#: dbaccess/inc/strings.hrc:430
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr ""
-#: strings.hrc:431
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: strings.hrc:432
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr ""
-#: strings.hrc:433
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr ""
-#: strings.hrc:434
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr ""
-#: strings.hrc:435
+#: dbaccess/inc/strings.hrc:435
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"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: strings.hrc:436
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr ""
-#: strings.hrc:437
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
"%PRODUCTNAME will open this file in read-only mode."
msgstr ""
-#: strings.hrc:438
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Афаил ахьыҟоу аҭыҧи иахьӡуи"
-#: strings.hrc:440
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr ""
-#: strings.hrc:441
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr ""
-#: strings.hrc:443
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr ""
-#: strings.hrc:444
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Аиндекс аҭакыра"
-#: strings.hrc:445
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Еиҵоу-еиҳаула"
-#: strings.hrc:446
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Еиҳау-еиҵоула"
-#: strings.hrc:447
+#: dbaccess/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Ианыхтәума ажәар?"
-#: strings.hrc:448
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "аиндекс"
-#: strings.hrc:449
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr ""
-#: strings.hrc:450
+#: dbaccess/inc/strings.hrc:450
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr ""
-#: strings.hrc:451
+#: dbaccess/inc/strings.hrc:451
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 ""
-#: strings.hrc:453
+#: dbaccess/inc/strings.hrc:453
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr ""
-#: strings.hrc:455
+#: dbaccess/inc/strings.hrc:455
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
-#: strings.hrc:456
+#: dbaccess/inc/strings.hrc:456
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "Агха акод"
-#: strings.hrc:457
+#: dbaccess/inc/strings.hrc:457
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 ""
-#: strings.hrc:458
+#: dbaccess/inc/strings.hrc:458
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Агха"
-#: strings.hrc:459
+#: dbaccess/inc/strings.hrc:459
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Агәаҽанҵара"
-#: strings.hrc:460
+#: dbaccess/inc/strings.hrc:460
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Аинформациа"
-#: strings.hrc:461
+#: dbaccess/inc/strings.hrc:461
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Хәҭа-хәҭала"
-#: strings.hrc:463
+#: dbaccess/inc/strings.hrc:463
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Даныхтәума ари ахархәаҩ?"
-#: strings.hrc:464
+#: dbaccess/inc/strings.hrc:464
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr ""
-#: strings.hrc:465
+#: dbaccess/inc/strings.hrc:465
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "Ажәамаӡақәа еиқәшәаӡом. Даҽазнык иҭажәгал ажәамаӡа."
-#: strings.hrc:467
+#: dbaccess/inc/strings.hrc:467
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr ""
-#: strings.hrc:468
+#: dbaccess/inc/strings.hrc:468
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr ""
-#: strings.hrc:469
+#: dbaccess/inc/strings.hrc:469
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 ""
-#: strings.hrc:470
+#: dbaccess/inc/strings.hrc:470
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr ""
-#: strings.hrc:471
+#: dbaccess/inc/strings.hrc:471
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr ""
-#: strings.hrc:473
+#: dbaccess/inc/strings.hrc:473
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr ""
-#: strings.hrc:474
+#: dbaccess/inc/strings.hrc:474
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr ""
-#: strings.hrc:475
+#: dbaccess/inc/strings.hrc:475
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 ""
-#: strings.hrc:476
+#: dbaccess/inc/strings.hrc:476
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr ""
-#: strings.hrc:477
+#: dbaccess/inc/strings.hrc:477
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr ""
-#: strings.hrc:478
+#: dbaccess/inc/strings.hrc:478
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr ""
-#: strings.hrc:479
+#: dbaccess/inc/strings.hrc:479
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr ""
-#: strings.hrc:480
+#: dbaccess/inc/strings.hrc:480
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr ""
-#: strings.hrc:481
+#: dbaccess/inc/strings.hrc:481
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
-#: strings.hrc:482
+#: dbaccess/inc/strings.hrc:482
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
-#: strings.hrc:483
+#: dbaccess/inc/strings.hrc:483
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr ""
-#: strings.hrc:485
+#: dbaccess/inc/strings.hrc:485
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr ""
-#: strings.hrc:486
+#: dbaccess/inc/strings.hrc:486
#, fuzzy
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Иҧсахтәуп..."
-#: strings.hrc:487
+#: dbaccess/inc/strings.hrc:487
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Иаҧҵатәуп..."
-#: strings.hrc:488
+#: dbaccess/inc/strings.hrc:488
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr ""
-#: strings.hrc:489
+#: dbaccess/inc/strings.hrc:489
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr ""
-#: strings.hrc:490
+#: dbaccess/inc/strings.hrc:490
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr ""
-#: strings.hrc:491
+#: dbaccess/inc/strings.hrc:491
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"
"Please check your documentation of the database."
msgstr ""
-#: admindialog.ui:8
+#: dbaccess/uiconfig/ui/admindialog.ui:8
msgctxt "admindialog|AdminDialog"
msgid "Database Properties"
msgstr "Адырқәа рбаза аҷыдаҟазшьақәа"
-#: admindialog.ui:92
+#: dbaccess/uiconfig/ui/admindialog.ui:92
msgctxt "admindialog|advanced"
msgid "Advanced Properties"
msgstr ""
-#: advancedsettingsdialog.ui:8
+#: dbaccess/uiconfig/ui/advancedsettingsdialog.ui:8
msgctxt "advancedsettingsdialog|AdvancedSettingsDialog"
msgid "Advanced Settings"
msgstr ""
-#: advancedsettingsdialog.ui:92
+#: dbaccess/uiconfig/ui/advancedsettingsdialog.ui:92
msgctxt "advancedsettingsdialog|generated"
msgid "Generated Values"
msgstr ""
-#: advancedsettingsdialog.ui:114
+#: dbaccess/uiconfig/ui/advancedsettingsdialog.ui:114
msgctxt "advancedsettingsdialog|special"
msgid "Special Settings"
msgstr "Иҷыдоу архиарақәа"
-#: applycolpage.ui:162
+#: dbaccess/uiconfig/ui/applycolpage.ui:162
msgctxt "applycolpage|label1"
msgid "Existing Columns"
msgstr "Аҭакырақәа"
-#: authentificationpage.ui:18
+#: dbaccess/uiconfig/ui/authentificationpage.ui:18
msgctxt "authentificationpage|header"
msgid "Set up the user authentication"
msgstr ""
-#: authentificationpage.ui:35
+#: dbaccess/uiconfig/ui/authentificationpage.ui:35
msgctxt "authentificationpage|helptext"
msgid "Some databases require you to enter a user name."
msgstr ""
-#: authentificationpage.ui:60
+#: dbaccess/uiconfig/ui/authentificationpage.ui:60
msgctxt "authentificationpage|generalUserNameLabel"
msgid "_User name"
msgstr "Ахархәаҩ ихьӡ"
-#: authentificationpage.ui:86
+#: dbaccess/uiconfig/ui/authentificationpage.ui:86
msgctxt "authentificationpage|passRequiredCheckbutton"
msgid "Password re_quired"
msgstr "Иаҭахуп ажәамаӡа"
-#: authentificationpage.ui:111
+#: dbaccess/uiconfig/ui/authentificationpage.ui:111
#, fuzzy
msgctxt "authentificationpage|testConnectionButton"
msgid "_Test Connection"
msgstr "Атеқст ариашара"
-#: autocharsetpage.ui:38
+#: dbaccess/uiconfig/ui/autocharsetpage.ui:38
msgctxt "autocharsetpage|charsetlabel"
msgid "_Character set:"
msgstr "Акодркра:"
-#: autocharsetpage.ui:68
+#: dbaccess/uiconfig/ui/autocharsetpage.ui:68
msgctxt "autocharsetpage|charsetheader"
msgid "Data Conversion"
msgstr ""
-#: backuppage.ui:18
+#: dbaccess/uiconfig/ui/backuppage.ui:18
msgctxt "backuppage|label1"
msgid "Backup Your Document"
msgstr "Адокумент арезервтә копиа"
-#: backuppage.ui:35
+#: dbaccess/uiconfig/ui/backuppage.ui:35
msgctxt "backuppage|label2"
msgid "To allow you to go back to the state before the migration, the database document will be backed up to a location of your choice. Every change done by the wizard will be made to the original document, the backup will stay untouched."
msgstr ""
-#: backuppage.ui:51
+#: dbaccess/uiconfig/ui/backuppage.ui:51
msgctxt "backuppage|startmigrate"
msgid "Press 'Next' to save a copy of your document, and to begin the migration."
msgstr ""
-#: backuppage.ui:76
+#: dbaccess/uiconfig/ui/backuppage.ui:76
msgctxt "backuppage|label3"
msgid "Save to:"
msgstr "Иеиқәырхатәуп абра:"
-#: backuppage.ui:110
+#: dbaccess/uiconfig/ui/backuppage.ui:110
msgctxt "backuppage|browse"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: choosedatasourcedialog.ui:8
+#: dbaccess/uiconfig/ui/choosedatasourcedialog.ui:8
msgctxt "choosedatasourcedialog|ChooseDataSourceDialog"
msgid "Data Source"
msgstr "Адырқәа рхыҵхырҭа"
-#: choosedatasourcedialog.ui:67
+#: dbaccess/uiconfig/ui/choosedatasourcedialog.ui:67
msgctxt "choosedatasourcedialog|organize"
msgid "Or_ganize..."
msgstr ""
-#: choosedatasourcedialog.ui:100
+#: dbaccess/uiconfig/ui/choosedatasourcedialog.ui:100
msgctxt "choosedatasourcedialog|label1"
msgid "Choose a data source:"
msgstr "Иалышәх адырқәа рхыҵхырҭа:"
-#: collectionviewdialog.ui:11
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:11
msgctxt "collectionviewdialog|CollectionView"
msgid "Save"
msgstr "Иеиқәырхатәуп"
-#: collectionviewdialog.ui:26
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:26
msgctxt "collectionviewdialog|ok"
msgid "_Save"
msgstr "Иеиқәырхатәуп"
-#: collectionviewdialog.ui:119
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:120
msgctxt "collectionviewdialog|newFolderButton|tooltip_text"
msgid "Create New Directory"
msgstr "Иаҧҵатәуп акаталог"
-#: collectionviewdialog.ui:135
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:136
msgctxt "collectionviewdialog|upButton|tooltip_text"
msgid "Up One Level"
msgstr ""
-#: collectionviewdialog.ui:176
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:177
msgctxt "collectionviewdialog|fileNameLabel"
msgid "File _name:"
msgstr "Афаил ахьӡ:"
-#: colwidthdialog.ui:15
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:15
msgctxt "colwidthdialog|ColWidthDialog"
msgid "Column Width"
msgstr "Аиҵагыла аҭбаара"
-#: colwidthdialog.ui:94
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:94
msgctxt "colwidthdialog|label1"
msgid "_Width:"
msgstr "_Аҭбаара:"
-#: colwidthdialog.ui:119
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:118
msgctxt "colwidthdialog|automatic"
msgid "_Automatic"
msgstr "Ихарҭәаатәуп"
-#: connectionpage.ui:41
+#: dbaccess/uiconfig/ui/connectionpage.ui:41
msgctxt "connectionpage|browseurllabel"
msgid "Path to the dBASE files:"
msgstr "dBASE афаилқәа рахь амҩа:"
-#: connectionpage.ui:64
+#: dbaccess/uiconfig/ui/connectionpage.ui:63
msgctxt "connectionpage|create"
msgid "_Create New"
msgstr "Иаҧҵатәуп"
-#: connectionpage.ui:78
+#: dbaccess/uiconfig/ui/connectionpage.ui:77
msgctxt "connectionpage|browse"
msgid "_Browse…"
msgstr "Аҭыҧхәаҧшра..."
-#: connectionpage.ui:98
+#: dbaccess/uiconfig/ui/connectionpage.ui:97
msgctxt "connectionpage|generalLabel"
msgid "General"
msgstr "Азеиҧшқәа"
-#: connectionpage.ui:140
+#: dbaccess/uiconfig/ui/connectionpage.ui:139
msgctxt "connectionpage|userNameLabel"
msgid "_User name:"
msgstr "Ахархәаҩ ихьӡ:"
-#: connectionpage.ui:162
+#: dbaccess/uiconfig/ui/connectionpage.ui:161
msgctxt "connectionpage|passCheckbutton"
msgid "Password required"
msgstr "Иаҭахуп ажәамаӡа"
-#: connectionpage.ui:186
+#: dbaccess/uiconfig/ui/connectionpage.ui:186
msgctxt "connectionpage|userlabel"
msgid "User Authentication"
msgstr ""
-#: connectionpage.ui:227
+#: dbaccess/uiconfig/ui/connectionpage.ui:227
msgctxt "connectionpage|javaDriverLabel"
msgid "_JDBC driver class:"
msgstr "JDBC адраивер акласс:"
-#: connectionpage.ui:252
+#: dbaccess/uiconfig/ui/connectionpage.ui:251
msgctxt "connectionpage|driverButton"
msgid "Test Class"
msgstr "Акласс атест"
-#: connectionpage.ui:272
+#: dbaccess/uiconfig/ui/connectionpage.ui:271
msgctxt "connectionpage|JDBCLabel"
msgid "JDBC Properties"
msgstr "JDBC аҷыдаҟазшьақәа"
-#: connectionpage.ui:287
+#: dbaccess/uiconfig/ui/connectionpage.ui:286
#, fuzzy
msgctxt "connectionpage|connectionButton"
msgid "Test Connection"
msgstr "Атеқст ариашара"
-#: copytablepage.ui:35
+#: dbaccess/uiconfig/ui/copytablepage.ui:35
msgctxt "copytablepage|defdata"
msgid "De_finition and data"
msgstr "Адырқәеи аструктуреи"
-#: copytablepage.ui:52
+#: dbaccess/uiconfig/ui/copytablepage.ui:52
msgctxt "copytablepage|def"
msgid "Def_inition"
msgstr "Аструктура"
-#: copytablepage.ui:68
+#: dbaccess/uiconfig/ui/copytablepage.ui:68
msgctxt "copytablepage|view"
msgid "A_s table view"
msgstr ""
-#: copytablepage.ui:84
+#: dbaccess/uiconfig/ui/copytablepage.ui:84
msgctxt "copytablepage|data"
msgid "Append _data"
msgstr "Иацҵатәуп адырқәа"
-#: copytablepage.ui:100
+#: dbaccess/uiconfig/ui/copytablepage.ui:100
msgctxt "copytablepage|firstline"
msgid "Use first _line as column names"
msgstr ""
-#: copytablepage.ui:115
+#: dbaccess/uiconfig/ui/copytablepage.ui:115
msgctxt "copytablepage|primarykey"
msgid "Crea_te new field as primary key"
msgstr ""
-#: copytablepage.ui:143
+#: dbaccess/uiconfig/ui/copytablepage.ui:143
msgctxt "copytablepage|keynamelabel"
msgid "Name:"
msgstr "Ахьӡ;"
-#: copytablepage.ui:175
+#: dbaccess/uiconfig/ui/copytablepage.ui:175
msgctxt "copytablepage|infoLabel"
msgid "Existing data fields can be set as primary key on the type formatting step (third page) of the wizard."
msgstr ""
-#: copytablepage.ui:192
+#: dbaccess/uiconfig/ui/copytablepage.ui:192
msgctxt "copytablepage|label1"
msgid "Options"
msgstr "Апараметрқәа"
-#: copytablepage.ui:215
+#: dbaccess/uiconfig/ui/copytablepage.ui:215
msgctxt "copytablepage|label2"
msgid "Ta_ble name:"
msgstr "Атаблица ахьӡ:"
-#: dbaseindexdialog.ui:28
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:28
msgctxt "dbaseindexdialog|DBaseIndexDialog"
msgid "Indexes"
msgstr "Аиндексқәа"
-#: dbaseindexdialog.ui:107
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:107
msgctxt "dbaseindexdialog|label1"
msgid "_Table:"
msgstr "Атаблица:"
-#: dbaseindexdialog.ui:162
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:162
msgctxt "dbaseindexdialog|label3"
msgid "T_able indexes"
msgstr ""
-#: dbaseindexdialog.ui:176
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:176
msgctxt "dbaseindexdialog|label4"
msgid "_Free indexes"
msgstr ""
-#: dbaseindexdialog.ui:294
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:294
#, fuzzy
msgctxt "dbaseindexdialog|label2"
msgid "Assignment"
msgstr "Аиҟаратәра"
-#: dbasepage.ui:38
+#: dbaccess/uiconfig/ui/dbasepage.ui:38
msgctxt "dbasepage|charsetlabel"
msgid "_Character set:"
msgstr "Акодркра:"
-#: dbasepage.ui:68
+#: dbaccess/uiconfig/ui/dbasepage.ui:68
msgctxt "dbasepage|charsetheader"
msgid "Data Conversion"
msgstr ""
-#: dbasepage.ui:104
+#: dbaccess/uiconfig/ui/dbasepage.ui:104
msgctxt "dbasepage|showDelRowsCheckbutton"
msgid "Display deleted records as well"
msgstr "Иаарҧшлатәуп ианыху анҵамҭақәа"
-#: dbasepage.ui:123
+#: dbaccess/uiconfig/ui/dbasepage.ui:124
msgctxt "dbasepage|specMessageLabel"
msgid "Note: When deleted, and thus inactive, records are displayed, you will not be able to delete records from the data source."
msgstr ""
-#: dbasepage.ui:141
+#: dbaccess/uiconfig/ui/dbasepage.ui:142
msgctxt "dbasepage|label1"
msgid "Optional Settings"
msgstr ""
-#: dbasepage.ui:156
+#: dbaccess/uiconfig/ui/dbasepage.ui:157
msgctxt "dbasepage|indiciesButton"
msgid "Indexes..."
msgstr "Аиндексқәа..."
-#: dbwizconnectionpage.ui:36
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:36
#, fuzzy
msgctxt "dbwizconnectionpage|helptext"
msgid "label"
msgstr "Анапаҵаҩра"
-#: dbwizconnectionpage.ui:57
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:57
msgctxt "dbwizconnectionpage|browseurllabel"
msgid "Path to the dBASE files:"
msgstr "dBASE афаилқәа рахь амҩа:"
-#: dbwizconnectionpage.ui:80
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:79
msgctxt "dbwizconnectionpage|create"
msgid "_Create New"
msgstr "Иаҧҵатәуп"
-#: dbwizconnectionpage.ui:94
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:93
msgctxt "dbwizconnectionpage|browse"
msgid "_Browse…"
msgstr "Аҭыҧхәаҧшра..."
-#: dbwizmysqlintropage.ui:38
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:38
msgctxt "dbwizmysqlintropage|label2"
msgid ""
"You can connect to a MySQL database using either ODBC or JDBC.\n"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: dbwizmysqlintropage.ui:69
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:69
msgctxt "dbwizmysqlintropage|odbc"
msgid "Connect using ODBC (Open Database Connectivity)"
msgstr "Аимадара ODBC ала (Open Database Connectivity)"
-#: dbwizmysqlintropage.ui:85
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:86
#, fuzzy
msgctxt "dbwizmysqlintropage|jdbc"
msgid "Connect using JDBC (Java Database Connectivity)"
msgstr "Аимадара ODBC ала (Open Database Connectivity)"
-#: dbwizmysqlintropage.ui:103
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:105
msgctxt "dbwizmysqlintropage|directly"
msgid "Connect directly"
msgstr "Ишиашо аимадара"
-#: dbwizmysqlintropage.ui:125
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:128
msgctxt "dbwizmysqlintropage|label1"
msgid "How do you want to connect to your MySQL database?"
msgstr ""
-#: dbwizmysqlintropage.ui:143
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:146
msgctxt "dbwizmysqlintropage|header"
msgid "Set Up a Connection to a MySQL Database"
msgstr ""
-#: dbwizmysqlnativepage.ui:41
+#: dbaccess/uiconfig/ui/dbwizmysqlnativepage.ui:41
msgctxt "dbwizmysqlnativepage|helptext"
msgid "Please enter the required information to connect to a MySQL database."
msgstr ""
-#: dbwizmysqlnativepage.ui:76
+#: dbaccess/uiconfig/ui/dbwizmysqlnativepage.ui:76
msgctxt "dbwizmysqlnativepage|header"
msgid "Set Up a Connection to a MySQL Database"
msgstr ""
-#: dbwizspreadsheetpage.ui:74
+#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:73
msgctxt "dbwizspreadsheetpage|browse"
msgid "Browse"
msgstr "Аҭыҧхәаҧшра"
-#: dbwizspreadsheetpage.ui:90
+#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:89
msgctxt "dbwizspreadsheetpage|create"
msgid "Create New"
msgstr "Иаҧҵатәуп"
-#: dbwizspreadsheetpage.ui:148
+#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:147
msgctxt "dbwizspreadsheetpage|passwordrequired"
msgid "_Password required"
msgstr "Иаҭахуп ажәамаӡа"
-#: dbwiztextpage.ui:74
+#: dbaccess/uiconfig/ui/dbwiztextpage.ui:73
msgctxt "dbwiztextpage|browse"
msgid "Browse"
msgstr "Аҭыҧхәаҧшра"
-#: dbwiztextpage.ui:90
+#: dbaccess/uiconfig/ui/dbwiztextpage.ui:89
msgctxt "dbwiztextpage|create"
msgid "Create New"
msgstr "Иаҧҵатәуп"
-#: deleteallrowsdialog.ui:12
+#: dbaccess/uiconfig/ui/deleteallrowsdialog.ui:12
msgctxt "deleteallrowsdialog|DeleteAllRowsDialog"
msgid "You are trying to delete all the columns in the table. A table cannot exist without columns. Should the table be deleted from the database? If not, the table will remain unchanged."
msgstr ""
-#: designsavemodifieddialog.ui:12
+#: dbaccess/uiconfig/ui/designsavemodifieddialog.ui:12
msgctxt "designsavemodifieddialog|DesignSaveModifiedDialog"
msgid "Do you want to save the changes?"
msgstr "Иеиқәырхатәума аҧсахрақәа?"
-#: designsavemodifieddialog.ui:13
+#: dbaccess/uiconfig/ui/designsavemodifieddialog.ui:13
msgctxt "designsavemodifieddialog|DesignSaveModifiedDialog"
msgid "The relation design has been changed."
msgstr ""
-#: directsqldialog.ui:9
+#: dbaccess/uiconfig/ui/directsqldialog.ui:9
msgctxt "directsqldialog|DirectSQLDialog"
msgid "Execute SQL Statement"
msgstr "Инагӡатәуп SQL аинструкциа"
-#: directsqldialog.ui:92
+#: dbaccess/uiconfig/ui/directsqldialog.ui:92
msgctxt "directsqldialog|sql_label"
msgid "_Command to execute:"
msgstr "_Зыныгӡара иаҿу акоманда:"
-#: directsqldialog.ui:108
+#: dbaccess/uiconfig/ui/directsqldialog.ui:108
msgctxt "directsqldialog|showoutput"
msgid "_Show output of \"select\" statements"
msgstr "Иаарҧштәуп аоператорқәа рҭыгара \"SELECT\""
-#: directsqldialog.ui:123
+#: dbaccess/uiconfig/ui/directsqldialog.ui:123
msgctxt "directsqldialog|execute"
msgid "_Execute"
msgstr "Инагӡатәуп"
-#: directsqldialog.ui:158
+#: dbaccess/uiconfig/ui/directsqldialog.ui:158
msgctxt "directsqldialog|sqlhistory_label"
msgid "_Previous commands:"
msgstr "_Уаанӡатәи акомандақәа:"
-#: directsqldialog.ui:175
+#: dbaccess/uiconfig/ui/directsqldialog.ui:175
msgctxt "directsqldialog|label1"
msgid "SQL Command"
msgstr "SQL акоманда"
-#: directsqldialog.ui:220
+#: dbaccess/uiconfig/ui/directsqldialog.ui:220
msgctxt "directsqldialog|label2"
msgid "Status"
msgstr "Аҭагылазаашьа"
-#: directsqldialog.ui:265
+#: dbaccess/uiconfig/ui/directsqldialog.ui:265
msgctxt "directsqldialog|label3"
msgid "Output"
msgstr "Аҭыгара"
-#: fielddialog.ui:8
+#: dbaccess/uiconfig/ui/fielddialog.ui:8
msgctxt "fielddialog|FieldDialog"
msgid "Field Format"
msgstr "Аҭакыра аформат"
-#: fielddialog.ui:111
+#: dbaccess/uiconfig/ui/fielddialog.ui:111
msgctxt "fielddialog|format"
msgid "Format"
msgstr "Аформат"
-#: fielddialog.ui:133
+#: dbaccess/uiconfig/ui/fielddialog.ui:133
msgctxt "fielddialog|alignment"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: fielddialog.ui:152
+#: dbaccess/uiconfig/ui/fielddialog.ui:152
#, fuzzy
msgctxt "fielddialog|alttitle"
msgid "Table Format"
msgstr "Атаблица аформат..."
-#: finalpagewizard.ui:17
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:17
msgctxt "finalpagewizard|headerText"
msgid "Decide How to Proceed After Saving the Database"
msgstr ""
-#: finalpagewizard.ui:44
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:44
msgctxt "finalpagewizard|helpText"
msgid "Do you want the wizard to register the database in %PRODUCTNAME?"
msgstr ""
-#: finalpagewizard.ui:56
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:56
msgctxt "finalpagewizard|yesregister"
msgid "_Yes, register the database for me"
msgstr ""
-#: finalpagewizard.ui:74
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:74
msgctxt "finalpagewizard|noregister"
msgid "N_o, do not register the database"
msgstr ""
-#: finalpagewizard.ui:105
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:105
msgctxt "finalpagewizard|additionalText"
msgid "After the database file has been saved, what do you want to do?"
msgstr "Иҟаҵатәуи адырқәа рбаза аиқәырхара ашьҭахь?"
-#: finalpagewizard.ui:116
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:116
msgctxt "finalpagewizard|openediting"
msgid "Open the database for editing"
msgstr "Иаарттәуп абаза аредакциазуразы"
-#: finalpagewizard.ui:132
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:132
msgctxt "finalpagewizard|usewizard"
msgid "Create tables using the table wizard"
msgstr "Иаҧҵатәуп атаблицақәа азҟаза ахархәарала"
-#: finalpagewizard.ui:156
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:157
msgctxt "finalpagewizard|finishText"
msgid "Click 'Finish' to save the database."
msgstr "Шәақәыӷәӷәа «Ихиоуп» адырқәа рбаза аиқәырхараз."
-#: generalpagedialog.ui:17
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:17
msgctxt "generalpagedialog|datasourceTypePre"
msgid "Select the type of database to which you want to establish a connection."
msgstr ""
-#: generalpagedialog.ui:31
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:31
msgctxt "generalpagedialog|datasourceTypeLabel"
msgid "Database _type:"
msgstr "Адырқәа рбаза атип:"
-#: generalpagedialog.ui:59
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:59
msgctxt "generalpagedialog|datasourceTypeHelp"
msgid ""
"On the following pages, you can make detailed settings for the connection.\n"
@@ -2793,534 +2793,554 @@ msgid ""
"The new settings you make will overwrite your existing settings."
msgstr ""
-#: generalpagewizard.ui:18
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:18
msgctxt "generalpagewizard|headerText"
msgid "Welcome to the %PRODUCTNAME Database Wizard"
msgstr ""
-#: generalpagewizard.ui:35
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:35
msgctxt "generalpagewizard|helpText"
msgid "Use the Database Wizard to create a new database, open an existing database file, or connect to a database stored on a server."
msgstr ""
-#: generalpagewizard.ui:50
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:50
msgctxt "generalpagewizard|sourceTypeHeader"
msgid "What do you want to do?"
msgstr "Иҟашәҵарц ишәҭахузеи?"
-#: generalpagewizard.ui:61
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:61
msgctxt "generalpagewizard|createDatabase"
msgid "Create a n_ew database"
msgstr "Иаҧҵатәуп иҿыцу адырқәа рбаза"
-#: generalpagewizard.ui:88
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:88
msgctxt "generalpagewizard|embeddeddbLabel"
msgid "_Embedded database:"
msgstr ""
-#: generalpagewizard.ui:118
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:118
msgctxt "generalpagewizard|openExistingDatabase"
msgid "Open an existing database _file"
msgstr "Иаарттәуп иҟоу адырқәа рбаза афаил"
-#: generalpagewizard.ui:146
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:146
msgctxt "generalpagewizard|docListLabel"
msgid "_Recently used:"
msgstr "Аҵыхәтәантәиқәа:"
-#: generalpagewizard.ui:179
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:179
msgctxt "generalpagewizard|openDatabase"
msgid "Open"
msgstr "Иаарттәуп"
-#: generalpagewizard.ui:195
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:195
msgctxt "generalpagewizard|connectDatabase"
msgid "Connect to an e_xisting database"
msgstr ""
-#: generalspecialjdbcdetailspage.ui:39
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:39
msgctxt "generalspecialjdbcdetailspage|label2"
msgid "_Host name:"
msgstr "Акомпиутер ахьӡ:"
-#: generalspecialjdbcdetailspage.ui:53
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:53
msgctxt "generalspecialjdbcdetailspage|label3"
msgid "_Port number:"
msgstr "_Апорт:"
-#: generalspecialjdbcdetailspage.ui:78
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:78
msgctxt "generalspecialjdbcdetailspage|socketLabel"
msgid "Socket:"
msgstr "Асокет:"
-#: generalspecialjdbcdetailspage.ui:90
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:90
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "JDBC адраивер акласс:"
-#: generalspecialjdbcdetailspage.ui:112
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:112
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "Акласс атест"
-#: generalspecialjdbcdetailspage.ui:162
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:162
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr ""
-#: generalspecialjdbcdetailspage.ui:199
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:199
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "Акодркра:"
-#: generalspecialjdbcdetailspage.ui:229
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:229
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr ""
-#: generatedvaluespage.ui:29
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:29
msgctxt "generatedvaluespage|autoretrieve"
msgid "Re_trieve generated values"
msgstr ""
-#: generatedvaluespage.ui:65
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:65
msgctxt "generatedvaluespage|statementft"
msgid "_Auto-increment statement:"
msgstr ""
-#: generatedvaluespage.ui:103
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:103
msgctxt "generatedvaluespage|queryft"
msgid "_Query of generated values:"
msgstr ""
-#: generatedvaluespage.ui:146
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:146
msgctxt "generatedvaluespage|label1"
msgid "Settings"
msgstr "Архиарақәа"
-#: indexdesigndialog.ui:9
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:9
msgctxt "indexdesigndialog|IndexDesignDialog"
msgid "Indexes"
msgstr "Аиндексқәа"
-#: indexdesigndialog.ui:80
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:80
msgctxt "indexdesigndialog|ID_INDEX_NEW"
msgid "New Index"
msgstr "Иаҧҵатәуп аиндекс"
-#: indexdesigndialog.ui:95
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:95
msgctxt "indexdesigndialog|ID_INDEX_DROP"
msgid "Delete Current Index"
msgstr "Ианыхтәуп уажәтәи аиндекс"
-#: indexdesigndialog.ui:110
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:110
msgctxt "indexdesigndialog|ID_INDEX_RENAME"
msgid "Rename Current Index"
msgstr "Уажәтәи аиндекс ахьӡ ҧсахтәуп"
-#: indexdesigndialog.ui:125
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:125
#, fuzzy
msgctxt "indexdesigndialog|ID_INDEX_SAVE"
msgid "Save Current Index"
msgstr "Уажәтәи аиндекс ахьӡ ҧсахтәуп"
-#: indexdesigndialog.ui:140
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:140
#, fuzzy
msgctxt "indexdesigndialog|ID_INDEX_RESET"
msgid "Reset Current Index"
msgstr "Ианыхтәуп уажәтәи аиндекс"
-#: indexdesigndialog.ui:276
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:276
msgctxt "indexdesigndialog|DESC_LABEL"
msgid "Index identifier:"
msgstr ""
-#: indexdesigndialog.ui:297
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:297
msgctxt "indexdesigndialog|UNIQUE"
msgid "_Unique"
msgstr "Иуникалтәу"
-#: indexdesigndialog.ui:319
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:319
msgctxt "indexdesigndialog|FIELDS_LABEL"
msgid "Fields:"
msgstr "Аҭакырақәа"
-#: indexdesigndialog.ui:352
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:352
msgctxt "indexdesigndialog|INDEX_DETAILS"
msgid "Index Details"
msgstr "Аиндекс"
-#: jdbcconnectionpage.ui:20
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:20
msgctxt "jdbcconnectionpage|header"
msgid "Set Up a Connection to a JDBC Database"
msgstr ""
-#: jdbcconnectionpage.ui:36
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:36
msgctxt "jdbcconnectionpage|helptext"
msgid "Please enter the required information to connect to a JDBC database. Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: jdbcconnectionpage.ui:57
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:57
msgctxt "jdbcconnectionpage|browseurllabel"
msgid "Path to the dBASE files:"
msgstr "dBASE афаилқәа рахь амҩа:"
-#: jdbcconnectionpage.ui:80
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:79
msgctxt "jdbcconnectionpage|create"
msgid "_Create New"
msgstr "Иаҧҵатәуп"
-#: jdbcconnectionpage.ui:94
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:93
msgctxt "jdbcconnectionpage|browse"
msgid "_Browse…"
msgstr "Аҭыҧхәаҧшра..."
-#: jdbcconnectionpage.ui:126
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:125
msgctxt "jdbcconnectionpage|jdbcLabel"
msgid "JDBC d_river class:"
msgstr "JDBC адраивер акласс:"
-#: jdbcconnectionpage.ui:156
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:155
msgctxt "jdbcconnectionpage|jdbcButton"
msgid "_Test Class"
msgstr "Акласс атест"
-#: joindialog.ui:15
+#: dbaccess/uiconfig/ui/joindialog.ui:15
msgctxt "joindialog|liststore1"
msgid "Inner join"
msgstr ""
-#: joindialog.ui:19
+#: dbaccess/uiconfig/ui/joindialog.ui:19
msgctxt "joindialog|liststore1"
msgid "Left join"
msgstr ""
-#: joindialog.ui:23
+#: dbaccess/uiconfig/ui/joindialog.ui:23
msgctxt "joindialog|liststore1"
msgid "Right join"
msgstr ""
-#: joindialog.ui:27
+#: dbaccess/uiconfig/ui/joindialog.ui:27
msgctxt "joindialog|liststore1"
msgid "Full (outer) join"
msgstr ""
-#: joindialog.ui:31
+#: dbaccess/uiconfig/ui/joindialog.ui:31
msgctxt "joindialog|liststore1"
msgid "Cross join"
msgstr ""
-#: joindialog.ui:39
+#: dbaccess/uiconfig/ui/joindialog.ui:39
#, fuzzy
msgctxt "joindialog|JoinDialog"
msgid "Join Properties"
msgstr "JDBC аҷыдаҟазшьақәа"
-#: joindialog.ui:162
+#: dbaccess/uiconfig/ui/joindialog.ui:162
msgctxt "joindialog|label1"
msgid "Tables Involved"
msgstr ""
-#: joindialog.ui:228
+#: dbaccess/uiconfig/ui/joindialog.ui:228
msgctxt "joindialog|label2"
msgid "Fields Involved"
msgstr ""
-#: joindialog.ui:264
+#: dbaccess/uiconfig/ui/joindialog.ui:264
msgctxt "joindialog|label5"
msgid "_Type:"
msgstr "Атип:"
-#: joindialog.ui:287
+#: dbaccess/uiconfig/ui/joindialog.ui:287
msgctxt "joindialog|natural"
msgid "Natural"
msgstr "Иҧсабаратәу"
-#: joindialog.ui:311
+#: dbaccess/uiconfig/ui/joindialog.ui:311
msgctxt "joindialog|label6"
msgid "Options"
msgstr "Апараметрқәа"
-#: jointablemenu.ui:12
+#: dbaccess/uiconfig/ui/jointablemenu.ui:12
msgctxt "jointablemenu|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: joinviewmenu.ui:12
+#: dbaccess/uiconfig/ui/joinviewmenu.ui:12
msgctxt "joinviewmenu|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: joinviewmenu.ui:20
+#: dbaccess/uiconfig/ui/joinviewmenu.ui:20
#, fuzzy
msgctxt "joinviewmenu|edit"
msgid "Edit..."
msgstr "Иҧсахтәуп..."
-#: keymenu.ui:12
+#: dbaccess/uiconfig/ui/keymenu.ui:12
msgctxt "keymenu|primarykey"
msgid "Primary Key"
msgstr ""
-#: ldapconnectionpage.ui:18
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:18
msgctxt "ldapconnectionpage|header"
msgid "Set Up a Connection to an LDAP Directory"
msgstr ""
-#: ldapconnectionpage.ui:34
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:34
msgctxt "ldapconnectionpage|helpLabel"
msgid "Please enter the required information to connect to an LDAP directory. Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: ldapconnectionpage.ui:57
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:57
msgctxt "ldapconnectionpage|hostNameLabel"
msgid "_Server:"
msgstr "Асервер:"
-#: ldapconnectionpage.ui:71
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:71
#, fuzzy
msgctxt "ldapconnectionpage|portNumLabel"
msgid "_Port number:"
msgstr "_Апорт:"
-#: ldapconnectionpage.ui:113
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:113
msgctxt "ldapconnectionpage|portNumDefLabel"
msgid "Default: 389"
msgstr ""
-#: ldapconnectionpage.ui:132
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:132
msgctxt "ldapconnectionpage|baseDNLabel"
msgid "Base _DN:"
msgstr "Абазатә DN:"
-#: ldapconnectionpage.ui:161
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:161
msgctxt "ldapconnectionpage|useSSLCheckbutton"
msgid "Use _secure connection (SSL)"
msgstr ""
-#: ldappage.ui:39
+#: dbaccess/uiconfig/ui/ldappage.ui:39
msgctxt "ldappage|label1"
msgid "_Base DN:"
msgstr "Абазатә DN:"
-#: ldappage.ui:61
+#: dbaccess/uiconfig/ui/ldappage.ui:61
msgctxt "ldappage|useSSLCheckbutton"
msgid "Use secure connection (SSL)"
msgstr ""
-#: ldappage.ui:80
+#: dbaccess/uiconfig/ui/ldappage.ui:81
#, fuzzy
msgctxt "ldappage|label2"
msgid "_Port number:"
msgstr "_Апорт:"
-#: ldappage.ui:105
+#: dbaccess/uiconfig/ui/ldappage.ui:106
msgctxt "ldappage|label3"
msgid "Maximum number of _records:"
msgstr "Анҵамҭақәа имаксималу рхыҧхьаӡара:"
-#: ldappage.ui:133
+#: dbaccess/uiconfig/ui/ldappage.ui:134
msgctxt "ldappage|charsetheader"
msgid "Connection Settings"
msgstr ""
-#: migratepage.ui:17
+#: dbaccess/uiconfig/ui/migratepage.ui:17
msgctxt "migratepage|label1"
msgid "Migration Progress"
msgstr ""
-#: migratepage.ui:34
+#: dbaccess/uiconfig/ui/migratepage.ui:34
msgctxt "migratepage|count"
msgid "The database document contains $forms$ form(s) and $reports$ report(s), which are currently being processed:"
msgstr ""
-#: migratepage.ui:50
+#: dbaccess/uiconfig/ui/migratepage.ui:50
msgctxt "migratepage|done"
msgid "All forms and reports have been successfully processed. Press 'Next' to show a detailed summary."
msgstr ""
-#: migratepage.ui:71
+#: dbaccess/uiconfig/ui/migratepage.ui:71
msgctxt "migratepage|label4"
msgid "Overall progress:"
msgstr ""
-#: migratepage.ui:83
+#: dbaccess/uiconfig/ui/migratepage.ui:83
msgctxt "migratepage|overall"
msgid "document $current$ of $overall$"
msgstr "Адокумент $current$ из $overall$"
-#: migratepage.ui:123
+#: dbaccess/uiconfig/ui/migratepage.ui:123
msgctxt "migratepage|label6"
msgid "Current progress:"
msgstr ""
-#: migratepage.ui:174
+#: dbaccess/uiconfig/ui/migratepage.ui:174
msgctxt "migratepage|label5"
msgid "Current object:"
msgstr "Уажәтәи аобиеқт:"
-#: mysqlnativepage.ui:48
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:7
+msgctxt "migrationwarndialog|MigrationWarnDialog"
+msgid "Confirm Migration"
+msgstr ""
+
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:11
+msgctxt "migrationwarndialog|MigrationWarnDialog"
+msgid "The document contains embedded HSQL data, which is deprecated."
+msgstr ""
+
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:12
+msgctxt "migrationwarndialog|MigrationWarnDialog"
+msgid "Would you like to migrate to Firebird now?"
+msgstr ""
+
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:37
+msgctxt "migrationwarndialog|later"
+msgid "_Later"
+msgstr ""
+
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:48
msgctxt "mysqlnativepage|connectionheader"
msgid "Connection Settings"
msgstr ""
-#: mysqlnativepage.ui:90
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:90
msgctxt "mysqlnativepage|usernamelabel"
msgid "_User name:"
msgstr "Ахархәаҩ ихьӡ:"
-#: mysqlnativepage.ui:113
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:112
msgctxt "mysqlnativepage|passwordrequired"
msgid "Password required"
msgstr "Иаҭахуп ажәамаӡа"
-#: mysqlnativepage.ui:137
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:137
msgctxt "mysqlnativepage|userheader"
msgid "User Authentication"
msgstr ""
-#: mysqlnativepage.ui:176
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:176
msgctxt "mysqlnativepage|charsetlabel"
msgid "_Character set:"
msgstr "Акодркра:"
-#: mysqlnativepage.ui:206
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:206
msgctxt "mysqlnativepage|charsetheader"
msgid "Data Conversion"
msgstr ""
-#: mysqlnativesettings.ui:25
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:25
msgctxt "mysqlnativesettings|dbnamelabel"
msgid "_Database name:"
msgstr "Адырқәа рбаза ахьӡ:"
-#: mysqlnativesettings.ui:63
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:62
msgctxt "mysqlnativesettings|hostport"
msgid "Se_rver/port"
msgstr ""
-#: mysqlnativesettings.ui:96
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:95
msgctxt "mysqlnativesettings|serverlabel"
msgid "_Server:"
msgstr "Асервер:"
-#: mysqlnativesettings.ui:110
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:109
msgctxt "mysqlnativesettings|portlabel"
msgid "_Port:"
msgstr "Апорт:"
-#: mysqlnativesettings.ui:138
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:136
msgctxt "mysqlnativesettings|defaultport"
msgid "Default: 3306"
msgstr ""
-#: mysqlnativesettings.ui:182
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:179
msgctxt "mysqlnativesettings|socketlabel"
msgid "So_cket:"
msgstr "Асокет:"
-#: mysqlnativesettings.ui:225
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:221
msgctxt "mysqlnativesettings|namedpipelabel"
msgid "Named p_ipe:"
msgstr ""
-#: namematchingpage.ui:48
+#: dbaccess/uiconfig/ui/namematchingpage.ui:48
msgctxt "namematchingpage|all"
msgid "_All"
msgstr "Зегьы"
-#: namematchingpage.ui:65
+#: dbaccess/uiconfig/ui/namematchingpage.ui:65
msgctxt "namematchingpage|none"
msgid "Non_e"
msgstr "Ирыцқьатәуп"
-#: namematchingpage.ui:101
+#: dbaccess/uiconfig/ui/namematchingpage.ui:101
msgctxt "namematchingpage|leftlabel"
msgid "Source table: "
msgstr "Ахалагаратә таблица:"
-#: namematchingpage.ui:146
+#: dbaccess/uiconfig/ui/namematchingpage.ui:146
msgctxt "namematchingpage|rightlabel"
msgid "Destination table: "
msgstr ""
-#: odbcpage.ui:38
+#: dbaccess/uiconfig/ui/odbcpage.ui:38
msgctxt "odbcpage|charsetlabel"
msgid "_Character set:"
msgstr "Акодркра:"
-#: odbcpage.ui:68
+#: dbaccess/uiconfig/ui/odbcpage.ui:68
msgctxt "odbcpage|charsetheader"
msgid "Data Conversion"
msgstr ""
-#: odbcpage.ui:112
+#: dbaccess/uiconfig/ui/odbcpage.ui:112
msgctxt "odbcpage|optionslabel"
msgid "ODBC _options:"
msgstr "ODBC апараметрқәа:"
-#: odbcpage.ui:143
+#: dbaccess/uiconfig/ui/odbcpage.ui:143
msgctxt "odbcpage|useCatalogCheckbutton"
msgid "Use catalog for file-based databases"
msgstr "Ихархәатәуп акаталог ифаилтәқәоу адырқәа рбазақәа рзы"
-#: odbcpage.ui:165
+#: dbaccess/uiconfig/ui/odbcpage.ui:166
msgctxt "odbcpage|label1"
msgid "Optional Settings"
msgstr ""
-#: parametersdialog.ui:10
+#: dbaccess/uiconfig/ui/parametersdialog.ui:10
msgctxt "parametersdialog|Parameters"
msgid "Parameter Input"
msgstr ""
-#: parametersdialog.ui:122
+#: dbaccess/uiconfig/ui/parametersdialog.ui:122
msgctxt "parametersdialog|label2"
msgid "_Value:"
msgstr "Аҵакы:"
-#: parametersdialog.ui:153
+#: dbaccess/uiconfig/ui/parametersdialog.ui:152
msgctxt "parametersdialog|next"
msgid "_Next"
msgstr "Анаҩс"
-#: parametersdialog.ui:181
+#: dbaccess/uiconfig/ui/parametersdialog.ui:180
msgctxt "parametersdialog|label1"
msgid "_Parameters"
msgstr "Апараметрқәа"
-#: password.ui:8
+#: dbaccess/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Change Password"
msgstr "Иҧсахтәуп ажәамаӡа"
-#: password.ui:120
+#: dbaccess/uiconfig/ui/password.ui:120
msgctxt "password|label2"
msgid "Old p_assword:"
msgstr ""
-#: password.ui:134
+#: dbaccess/uiconfig/ui/password.ui:134
msgctxt "password|label3"
msgid "_Password:"
msgstr "Ажәамаӡа:"
-#: password.ui:148
+#: dbaccess/uiconfig/ui/password.ui:148
msgctxt "password|label4"
msgid "_Confirm password:"
msgstr "Ишьақәшәырӷәӷәа ажәамаӡа:"
-#: password.ui:177
+#: dbaccess/uiconfig/ui/password.ui:177
msgctxt "password|label1"
msgid "User “$name$: $”"
msgstr "Ахархәаҩ «$name$: $»"
-#: preparepage.ui:17
+#: dbaccess/uiconfig/ui/preparepage.ui:17
msgctxt "preparepage|label1"
msgid "Welcome to the Database Macro Migration Wizard"
msgstr ""
-#: preparepage.ui:34
+#: dbaccess/uiconfig/ui/preparepage.ui:34
msgctxt "preparepage|label2"
msgid ""
"This wizard will guide you through the task of migrating your macros.\n"
@@ -3332,861 +3352,861 @@ msgid ""
"Before the migration can start, all forms, reports, queries and tables belonging to the document must be closed. Press 'Next' to do so."
msgstr ""
-#: preparepage.ui:56
+#: dbaccess/uiconfig/ui/preparepage.ui:56
msgctxt "preparepage|closedocerror"
msgid "Not all objects could be closed. Please close them manually, and re-start the wizard."
msgstr ""
-#: querycolmenu.ui:12
+#: dbaccess/uiconfig/ui/querycolmenu.ui:12
#, fuzzy
msgctxt "querycolmenu|width"
msgid "Column _Width..."
msgstr "Аиҵагыла аҭбаара"
-#: querycolmenu.ui:26
+#: dbaccess/uiconfig/ui/querycolmenu.ui:26
msgctxt "querycolmenu|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: queryfilterdialog.ui:8
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:8
msgctxt "queryfilterdialog|QueryFilterDialog"
msgid "Standard Filter"
msgstr "Истандарттәу афильтр"
-#: queryfilterdialog.ui:96
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:96
#, fuzzy
msgctxt "queryfilterdialog|label2"
msgid "Operator"
msgstr "Аоператор"
-#: queryfilterdialog.ui:108
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:108
msgctxt "queryfilterdialog|label5"
msgid "Field name"
msgstr "Аҭакыра ахьӡ"
-#: queryfilterdialog.ui:120
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:120
msgctxt "queryfilterdialog|label6"
msgid "Condition"
msgstr "Аҭагылазаашьа"
-#: queryfilterdialog.ui:134
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:134
msgctxt "queryfilterdialog|field1"
msgid "- none -"
msgstr "- мап -"
-#: queryfilterdialog.ui:148
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:148
msgctxt "queryfilterdialog|cond1"
msgid "="
msgstr ""
-#: queryfilterdialog.ui:149
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:149
msgctxt "queryfilterdialog|cond1"
msgid "<>"
msgstr "<>"
-#: queryfilterdialog.ui:150
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:150
msgctxt "queryfilterdialog|cond1"
msgid "<"
msgstr ""
-#: queryfilterdialog.ui:151
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:151
msgctxt "queryfilterdialog|cond1"
msgid "<="
msgstr "<="
-#: queryfilterdialog.ui:152
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:152
msgctxt "queryfilterdialog|cond1"
msgid ">"
msgstr ""
-#: queryfilterdialog.ui:153
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:153
msgctxt "queryfilterdialog|cond1"
msgid ">="
msgstr ">="
-#: queryfilterdialog.ui:154
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:154
msgctxt "queryfilterdialog|cond1"
msgid "like"
msgstr "абас"
-#: queryfilterdialog.ui:155
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:155
msgctxt "queryfilterdialog|cond1"
msgid "not like"
msgstr ""
-#: queryfilterdialog.ui:156
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:156
msgctxt "queryfilterdialog|cond1"
msgid "null"
msgstr "NULL"
-#: queryfilterdialog.ui:157
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:157
msgctxt "queryfilterdialog|cond1"
msgid "not null"
msgstr "NULL акәӡам"
-#: queryfilterdialog.ui:171
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:171
msgctxt "queryfilterdialog|field2"
msgid "- none -"
msgstr "- мап -"
-#: queryfilterdialog.ui:185
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:185
msgctxt "queryfilterdialog|field3"
msgid "- none -"
msgstr "- мап -"
-#: queryfilterdialog.ui:219
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:219
msgctxt "queryfilterdialog|label7"
msgid "Value"
msgstr "Аҵакы"
-#: queryfilterdialog.ui:263
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:263
#, fuzzy
msgctxt "queryfilterdialog|op2"
msgid "AND"
msgstr "AND"
-#: queryfilterdialog.ui:264
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:264
#, fuzzy
msgctxt "queryfilterdialog|op2"
msgid "OR"
msgstr "OR"
-#: queryfilterdialog.ui:278
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:278
#, fuzzy
msgctxt "queryfilterdialog|op3"
msgid "AND"
msgstr "AND"
-#: queryfilterdialog.ui:279
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:279
#, fuzzy
msgctxt "queryfilterdialog|op3"
msgid "OR"
msgstr "OR"
-#: queryfilterdialog.ui:298
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:298
msgctxt "queryfilterdialog|label1"
msgid "Criteria"
msgstr "Акритери"
-#: queryfuncmenu.ui:12
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:12
msgctxt "queryfuncmenu|functions"
msgid "Functions"
msgstr "Афункциақәа"
-#: queryfuncmenu.ui:26
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:26
msgctxt "queryfuncmenu|tablename"
msgid "Table Name"
msgstr "Атаблица ахьӡ"
-#: queryfuncmenu.ui:34
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:34
msgctxt "queryfuncmenu|alias"
msgid "Alias"
msgstr "Ахьӡырҩашьа"
-#: queryfuncmenu.ui:48
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:48
msgctxt "queryfuncmenu|distinct"
msgid "Distinct Values"
msgstr "Иуникалтәу аҵакқәа"
-#: querypropertiesdialog.ui:9
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:9
#, fuzzy
msgctxt "querypropertiesdialog|QueryPropertiesDialog"
msgid "Query Properties"
msgstr "Аформа аҷыдаҟазшьақәа"
-#: querypropertiesdialog.ui:101
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:101
msgctxt "querypropertiesdialog|limit-label"
msgid "Limit:"
msgstr ""
-#: querypropertiesdialog.ui:117
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:117
msgctxt "querypropertiesdialog|distinct"
msgid "Yes"
msgstr "Ааи"
-#: querypropertiesdialog.ui:133
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:134
msgctxt "querypropertiesdialog|nondistinct"
msgid "No"
msgstr "Мап"
-#: querypropertiesdialog.ui:160
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:162
#, fuzzy
msgctxt "querypropertiesdialog|distinctvalues"
msgid "Distinct values:"
msgstr "Иуникалтәу аҵакқәа"
-#: relationdialog.ui:9
+#: dbaccess/uiconfig/ui/relationdialog.ui:9
msgctxt "relationdialog|RelationDialog"
msgid "Relations"
msgstr ""
-#: relationdialog.ui:132
+#: dbaccess/uiconfig/ui/relationdialog.ui:132
msgctxt "relationdialog|label1"
msgid "Tables Involved"
msgstr ""
-#: relationdialog.ui:173
+#: dbaccess/uiconfig/ui/relationdialog.ui:173
msgctxt "relationdialog|label2"
msgid "Fields Involved"
msgstr ""
-#: relationdialog.ui:211
+#: dbaccess/uiconfig/ui/relationdialog.ui:211
msgctxt "relationdialog|addaction"
msgid "_No action"
msgstr "_иҧсахтәӡам"
-#: relationdialog.ui:228
+#: dbaccess/uiconfig/ui/relationdialog.ui:228
msgctxt "relationdialog|addcascade"
msgid "_Update cascade"
msgstr ""
-#: relationdialog.ui:244
+#: dbaccess/uiconfig/ui/relationdialog.ui:244
msgctxt "relationdialog|addnull"
-msgid "_Set null"
-msgstr "_иқәыргылатәуп NULL"
+msgid "_Set NULL"
+msgstr ""
-#: relationdialog.ui:260
+#: dbaccess/uiconfig/ui/relationdialog.ui:260
msgctxt "relationdialog|adddefault"
msgid "Set _default"
msgstr ""
-#: relationdialog.ui:282
+#: dbaccess/uiconfig/ui/relationdialog.ui:282
msgctxt "relationdialog|label3"
msgid "Update Options"
msgstr "Арҿыцраан"
-#: relationdialog.ui:315
+#: dbaccess/uiconfig/ui/relationdialog.ui:315
msgctxt "relationdialog|delaction"
msgid "_No action"
msgstr "_иҧсахтәӡам"
-#: relationdialog.ui:331
+#: dbaccess/uiconfig/ui/relationdialog.ui:331
msgctxt "relationdialog|delcascade"
msgid "Delete _cascade"
msgstr ""
-#: relationdialog.ui:346
+#: dbaccess/uiconfig/ui/relationdialog.ui:346
msgctxt "relationdialog|delnull"
-msgid "_Set null"
-msgstr "_иқәыргылатәуп NULL"
+msgid "_Set NULL"
+msgstr ""
-#: relationdialog.ui:361
+#: dbaccess/uiconfig/ui/relationdialog.ui:361
msgctxt "relationdialog|deldefault"
msgid "Set _default"
msgstr ""
-#: relationdialog.ui:382
+#: dbaccess/uiconfig/ui/relationdialog.ui:382
msgctxt "relationdialog|label4"
msgid "Delete Options"
msgstr "Аныхраан"
-#: relationdialog.ui:435
+#: dbaccess/uiconfig/ui/relationdialog.ui:435
msgctxt "relationdialog|liststore1"
msgid "Inner join"
msgstr ""
-#: relationdialog.ui:439
+#: dbaccess/uiconfig/ui/relationdialog.ui:439
msgctxt "relationdialog|liststore1"
msgid "Left join"
msgstr ""
-#: relationdialog.ui:443
+#: dbaccess/uiconfig/ui/relationdialog.ui:443
msgctxt "relationdialog|liststore1"
msgid "Right join"
msgstr ""
-#: relationdialog.ui:447
+#: dbaccess/uiconfig/ui/relationdialog.ui:447
msgctxt "relationdialog|liststore1"
msgid "Full (outer) join"
msgstr ""
-#: relationdialog.ui:451
+#: dbaccess/uiconfig/ui/relationdialog.ui:451
msgctxt "relationdialog|liststore1"
msgid "Cross join"
msgstr ""
-#: rowheightdialog.ui:15
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:15
msgctxt "rowheightdialog|RowHeightDialog"
msgid "Row Height"
msgstr "Ацәаҳәа аҳаракыра"
-#: rowheightdialog.ui:94
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:94
msgctxt "rowheightdialog|label1"
msgid "_Height:"
msgstr "Аҳаракыра:"
-#: rowheightdialog.ui:119
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:118
msgctxt "rowheightdialog|automatic"
msgid "_Automatic"
msgstr "Ихарҭәаатәуп"
-#: rtfcopytabledialog.ui:9
+#: dbaccess/uiconfig/ui/rtfcopytabledialog.ui:9
msgctxt "rtfcopytabledialog|RTFCopyTable"
msgid "Copy RTF Table"
msgstr "RTF атаблица акопиа"
-#: savedialog.ui:9
+#: dbaccess/uiconfig/ui/savedialog.ui:9
msgctxt "savedialog|SaveDialog"
msgid "Save As"
msgstr "Еиқәырхатәуп иаба(ишҧа)"
-#: savedialog.ui:85
+#: dbaccess/uiconfig/ui/savedialog.ui:85
msgctxt "savedialog|descriptionft"
msgid "Please enter a name for the object to be created:"
msgstr ""
-#: savedialog.ui:100
+#: dbaccess/uiconfig/ui/savedialog.ui:100
msgctxt "savedialog|catalogft"
msgid "_Catalog:"
msgstr "_Акаталог:"
-#: savedialog.ui:114
+#: dbaccess/uiconfig/ui/savedialog.ui:114
msgctxt "savedialog|schemaft"
msgid "_Schema:"
msgstr "А_схема:"
-#: saveindexdialog.ui:8
+#: dbaccess/uiconfig/ui/saveindexdialog.ui:7
msgctxt "saveindexdialog|SaveIndexDialog"
msgid "Exit Index Design"
msgstr ""
-#: saveindexdialog.ui:13
+#: dbaccess/uiconfig/ui/saveindexdialog.ui:13
msgctxt "saveindexdialog|SaveIndexDialog"
msgid "Do you want to save the changes made to the current index?"
msgstr "Еиқәырхатәума аҧсахрақәа уажәтәи аиндекс аҟны?"
-#: savemodifieddialog.ui:12
+#: dbaccess/uiconfig/ui/savemodifieddialog.ui:12
#, fuzzy
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "Do you want to save the changes?"
msgstr "Иеиқәырхатәума аҧсахрақәа?"
-#: savemodifieddialog.ui:13
+#: dbaccess/uiconfig/ui/savemodifieddialog.ui:13
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "The current record has been changed."
msgstr ""
-#: sortdialog.ui:8
+#: dbaccess/uiconfig/ui/sortdialog.ui:8
msgctxt "sortdialog|SortDialog"
msgid "Sort Order"
msgstr ""
-#: sortdialog.ui:96
+#: dbaccess/uiconfig/ui/sortdialog.ui:96
#, fuzzy
msgctxt "sortdialog|label2"
msgid "Operator"
msgstr "Аоператор"
-#: sortdialog.ui:109
+#: dbaccess/uiconfig/ui/sortdialog.ui:109
msgctxt "sortdialog|label3"
msgid "and then"
msgstr "нас"
-#: sortdialog.ui:122
+#: dbaccess/uiconfig/ui/sortdialog.ui:122
msgctxt "sortdialog|label4"
msgid "and then"
msgstr "нас"
-#: sortdialog.ui:134
+#: dbaccess/uiconfig/ui/sortdialog.ui:134
msgctxt "sortdialog|label5"
msgid "Field name"
msgstr "Аҭакыра ахьӡ"
-#: sortdialog.ui:146
+#: dbaccess/uiconfig/ui/sortdialog.ui:146
msgctxt "sortdialog|label6"
msgid "Order"
msgstr ""
-#: sortdialog.ui:171
+#: dbaccess/uiconfig/ui/sortdialog.ui:171
#, fuzzy
msgctxt "sortdialog|value1"
msgid "ascending"
msgstr "Еиҵоу-еиҳаула"
-#: sortdialog.ui:172
+#: dbaccess/uiconfig/ui/sortdialog.ui:172
msgctxt "sortdialog|value1"
msgid "descending"
msgstr "еиҳау-еиҵоула"
-#: sortdialog.ui:208
+#: dbaccess/uiconfig/ui/sortdialog.ui:208
#, fuzzy
msgctxt "sortdialog|value2"
msgid "ascending"
msgstr "Еиҵоу-еиҳаула"
-#: sortdialog.ui:209
+#: dbaccess/uiconfig/ui/sortdialog.ui:209
msgctxt "sortdialog|value2"
msgid "descending"
msgstr "еиҳау-еиҵоула"
-#: sortdialog.ui:223
+#: dbaccess/uiconfig/ui/sortdialog.ui:223
#, fuzzy
msgctxt "sortdialog|value3"
msgid "ascending"
msgstr "Еиҵоу-еиҳаула"
-#: sortdialog.ui:224
+#: dbaccess/uiconfig/ui/sortdialog.ui:224
msgctxt "sortdialog|value3"
msgid "descending"
msgstr "еиҳау-еиҵоула"
-#: sortdialog.ui:243
+#: dbaccess/uiconfig/ui/sortdialog.ui:243
msgctxt "sortdialog|label1"
msgid "Sort Order"
msgstr ""
-#: specialjdbcconnectionpage.ui:19
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:19
msgctxt "specialjdbcconnectionpage|header"
msgid "Set up connection to a MySQL database using JDBC"
msgstr ""
-#: specialjdbcconnectionpage.ui:35
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:35
msgctxt "specialjdbcconnectionpage|helpLabel"
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. Please contact your system administrator if you are unsure about the following settings. "
msgstr ""
-#: specialjdbcconnectionpage.ui:58
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:58
msgctxt "specialjdbcconnectionpage|dbNameLabel"
msgid "_Database name:"
msgstr "Адырқәа рбаза ахьӡ:"
-#: specialjdbcconnectionpage.ui:72
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:72
msgctxt "specialjdbcconnectionpage|hostNameLabel"
msgid "_Server:"
msgstr "Асервер:"
-#: specialjdbcconnectionpage.ui:86
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:86
#, fuzzy
msgctxt "specialjdbcconnectionpage|portNumLabel"
msgid "_Port number:"
msgstr "_Апорт:"
-#: specialjdbcconnectionpage.ui:139
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:139
msgctxt "specialjdbcconnectionpage|portNumDefLabel"
msgid "Default: 3306"
msgstr ""
-#: specialjdbcconnectionpage.ui:173
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:173
#, fuzzy
msgctxt "specialjdbcconnectionpage|jdbcDriverLabel"
msgid "MySQL JDBC d_river class:"
msgstr "JDBC адраивер акласс:"
-#: specialjdbcconnectionpage.ui:195
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:195
msgctxt "specialjdbcconnectionpage|testDriverButton"
msgid "_Test Class"
msgstr "Акласс атест"
-#: specialsettingspage.ui:18
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:18
msgctxt "specialsettingspage|usesql92"
msgid "Use SQL92 naming constraints"
msgstr "Ихархәатәуп астандарт SQL92"
-#: specialsettingspage.ui:35
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:35
msgctxt "specialsettingspage|append"
msgid "Append the table alias name on SELECT statements"
msgstr ""
-#: specialsettingspage.ui:52
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:52
msgctxt "specialsettingspage|useas"
msgid "Use keyword AS before table alias names"
msgstr ""
-#: specialsettingspage.ui:69
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:69
msgctxt "specialsettingspage|useoj"
msgid "Use Outer Join syntax '{oj }'"
msgstr ""
-#: specialsettingspage.ui:86
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:86
msgctxt "specialsettingspage|ignoreprivs"
msgid "Ignore the privileges from the database driver"
msgstr ""
-#: specialsettingspage.ui:103
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:103
msgctxt "specialsettingspage|replaceparams"
msgid "Replace named parameters with '?'"
msgstr ""
-#: specialsettingspage.ui:120
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:120
msgctxt "specialsettingspage|displayver"
msgid "Display version columns (when available)"
msgstr ""
-#: specialsettingspage.ui:137
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:137
msgctxt "specialsettingspage|usecatalogname"
msgid "Use catalog name in SELECT statements"
msgstr ""
-#: specialsettingspage.ui:154
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:154
msgctxt "specialsettingspage|useschemaname"
msgid "Use schema name in SELECT statements"
msgstr ""
-#: specialsettingspage.ui:171
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:171
msgctxt "specialsettingspage|createindex"
msgid "Create index with ASC or DESC statement"
msgstr ""
-#: specialsettingspage.ui:188
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:188
msgctxt "specialsettingspage|eol"
msgid "End text lines with CR+LF"
msgstr ""
-#: specialsettingspage.ui:205
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:205
msgctxt "specialsettingspage|ignorecurrency"
msgid "Ignore currency field information"
msgstr ""
-#: specialsettingspage.ui:222
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:222
msgctxt "specialsettingspage|inputchecks"
msgid "Form data input checks for required fields"
msgstr ""
-#: specialsettingspage.ui:239
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:239
msgctxt "specialsettingspage|useodbcliterals"
msgid "Use ODBC conformant date/time literals"
msgstr ""
-#: specialsettingspage.ui:256
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:256
msgctxt "specialsettingspage|primarykeys"
msgid "Supports primary keys"
msgstr ""
-#: specialsettingspage.ui:273
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:273
msgctxt "specialsettingspage|resulttype"
msgid "Respect the result set type from the database driver"
msgstr ""
-#: specialsettingspage.ui:299
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:299
msgctxt "specialsettingspage|comparisonft"
msgid "Comparison of Boolean values:"
msgstr ""
-#: specialsettingspage.ui:315
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:315
msgctxt "specialsettingspage|comparison"
msgid "Default"
msgstr "Астандарт"
-#: specialsettingspage.ui:316
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:316
msgctxt "specialsettingspage|comparison"
msgid "SQL"
msgstr "SQL"
-#: specialsettingspage.ui:317
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:317
msgctxt "specialsettingspage|comparison"
msgid "Mixed"
msgstr ""
-#: specialsettingspage.ui:318
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:318
msgctxt "specialsettingspage|comparison"
msgid "MS Access"
msgstr "MS Access"
-#: specialsettingspage.ui:333
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:333
msgctxt "specialsettingspage|rowsft"
msgid "Rows to scan column types:"
msgstr ""
-#: sqlexception.ui:9
+#: dbaccess/uiconfig/ui/sqlexception.ui:18
msgctxt "sqlexception|SQLExceptionDialog"
msgid "Error Details"
msgstr ""
-#: sqlexception.ui:58
+#: dbaccess/uiconfig/ui/sqlexception.ui:68
msgctxt "sqlexception|label2"
msgid "Error _list:"
msgstr ""
-#: sqlexception.ui:72
+#: dbaccess/uiconfig/ui/sqlexception.ui:82
msgctxt "sqlexception|label3"
msgid "_Description:"
msgstr "Ахҳәаа:"
-#: summarypage.ui:17
+#: dbaccess/uiconfig/ui/summarypage.ui:17
msgctxt "summarypage|label1"
msgid "Summary"
msgstr "Аихшьалақәа"
-#: summarypage.ui:34
+#: dbaccess/uiconfig/ui/summarypage.ui:34
msgctxt "summarypage|success"
msgid "The migration was successful. Below is a log of the actions which have been taken to your document."
msgstr ""
-#: summarypage.ui:50
+#: dbaccess/uiconfig/ui/summarypage.ui:50
msgctxt "summarypage|failure"
msgid "The migration was not successful. Examine the migration log below for details."
msgstr ""
-#: tabledesignrowmenu.ui:12
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:12
msgctxt "tabledesignrowmenu|cut"
msgid "Cu_t"
msgstr "Игәылҧҟатәуп"
-#: tabledesignrowmenu.ui:20
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:20
msgctxt "tabledesignrowmenu|copy"
msgid "_Copy"
msgstr "Акопиа ахыхтәуп"
-#: tabledesignrowmenu.ui:28
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:28
msgctxt "tabledesignrowmenu|paste"
msgid "_Paste"
msgstr "Ибжьаргылатәуп"
-#: tabledesignrowmenu.ui:35
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:35
msgctxt "tabledesignrowmenu|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: tabledesignrowmenu.ui:42
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:42
msgctxt "tabledesignrowmenu|insert"
msgid "Insert Rows"
msgstr "Ибжьаргылатәуп ацәаҳәақәа"
-#: tabledesignrowmenu.ui:55
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:55
msgctxt "tabledesignrowmenu|primarykey"
msgid "Primary Key"
msgstr ""
-#: tabledesignsavemodifieddialog.ui:12
+#: dbaccess/uiconfig/ui/tabledesignsavemodifieddialog.ui:12
#, fuzzy
msgctxt "tabledesignsavemodifieddialog|TableDesignSaveModifiedDialog"
msgid "Do you want to save the changes?"
msgstr "Иеиқәырхатәума аҧсахрақәа?"
-#: tabledesignsavemodifieddialog.ui:13
+#: dbaccess/uiconfig/ui/tabledesignsavemodifieddialog.ui:13
msgctxt "tabledesignsavemodifieddialog|TableDesignSaveModifiedDialog"
msgid "The table has been changed."
msgstr "Атаблица ҧсахуп."
-#: tablesfilterdialog.ui:8
+#: dbaccess/uiconfig/ui/tablesfilterdialog.ui:8
msgctxt "tablesfilterdialog|TablesFilterDialog"
msgid "Tables Filter"
msgstr "Атаблицақәа рфильтр"
-#: tablesfilterpage.ui:34
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:34
msgctxt "tablesfilterpage|label2"
msgid "Mark the tables that should be visible for the applications."
msgstr ""
-#: tablesfilterpage.ui:70
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:70
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "Атаблицақәеи атаблицақәа рфильтқәеи"
-#: tablesjoindialog.ui:82
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:82
msgctxt "tablesjoindialog|tables"
msgid "Tables"
msgstr "Атаблицақәа"
-#: tablesjoindialog.ui:99
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:99
msgctxt "tablesjoindialog|queries"
msgid "Queries"
msgstr ""
-#: tablesjoindialog.ui:132
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:132
msgctxt "tablesjoindialog|title"
msgid "Add Tables"
msgstr "Иацҵатәуп атаблицақәа"
-#: tablesjoindialog.ui:143
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:143
msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
-#: textconnectionsettings.ui:8
+#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
msgid "Text Connection Settings"
msgstr ""
-#: textpage.ui:39
+#: dbaccess/uiconfig/ui/textpage.ui:39
msgctxt "textpage|textfile"
msgid "Plain text files (*.txt)"
msgstr "Атеқст мариа (*.txt)"
-#: textpage.ui:56
+#: dbaccess/uiconfig/ui/textpage.ui:57
msgctxt "textpage|csvfile"
msgid "Comma-separated value files (*.csv)"
msgstr ""
-#: textpage.ui:73
+#: dbaccess/uiconfig/ui/textpage.ui:75
msgctxt "textpage|custom"
msgid "Custom:"
msgstr "Даҽакы:"
-#: textpage.ui:106
+#: dbaccess/uiconfig/ui/textpage.ui:107
msgctxt "textpage|example"
msgid "Custom: *.abc"
msgstr "Даҽакы: *.abc"
-#: textpage.ui:121
+#: dbaccess/uiconfig/ui/textpage.ui:122
msgctxt "textpage|extensionheader"
msgid "Specify the Type of Files You Want to Access"
msgstr "Иашәырба ишәҭаху афаилқәа ртип"
-#: textpage.ui:159
+#: dbaccess/uiconfig/ui/textpage.ui:160
msgctxt "textpage|containsheaders"
msgid "_Text contains headers"
msgstr "_Атеқст иаҵанакуеит аҭакырақәа рыхьӡқәа"
-#: textpage.ui:181
+#: dbaccess/uiconfig/ui/textpage.ui:182
msgctxt "textpage|fieldlabel"
msgid "Field separator:"
msgstr "Аҭакырақәа реиҟәшага:"
-#: textpage.ui:195
+#: dbaccess/uiconfig/ui/textpage.ui:196
msgctxt "textpage|textlabel"
msgid "Text separator:"
msgstr "Атеқстқәа реиҟәшага:"
-#: textpage.ui:209
+#: dbaccess/uiconfig/ui/textpage.ui:210
msgctxt "textpage|decimallabel"
msgid "Decimal separator:"
msgstr "Ижәабатәу аиҟәшага:"
-#: textpage.ui:223
+#: dbaccess/uiconfig/ui/textpage.ui:224
msgctxt "textpage|thousandslabel"
msgid "Thousands separator:"
msgstr ""
-#: textpage.ui:273
+#: dbaccess/uiconfig/ui/textpage.ui:274
msgctxt "textpage|decimalseparator"
msgid "."
msgstr ""
-#: textpage.ui:274
+#: dbaccess/uiconfig/ui/textpage.ui:275
msgctxt "textpage|decimalseparator"
msgid ","
msgstr ""
-#: textpage.ui:275
+#: dbaccess/uiconfig/ui/textpage.ui:276
msgctxt "textpage|decimalseparator"
msgid ";"
msgstr ""
-#: textpage.ui:276
+#: dbaccess/uiconfig/ui/textpage.ui:277
msgctxt "textpage|decimalseparator"
msgid ":"
msgstr ""
-#: textpage.ui:296
+#: dbaccess/uiconfig/ui/textpage.ui:297
msgctxt "textpage|thousandsseparator"
msgid "."
msgstr ""
-#: textpage.ui:297
+#: dbaccess/uiconfig/ui/textpage.ui:298
msgctxt "textpage|thousandsseparator"
msgid ","
msgstr ""
-#: textpage.ui:318
+#: dbaccess/uiconfig/ui/textpage.ui:319
msgctxt "textpage|formatlabel"
msgid "Row Format"
msgstr "Ацәаҳәа аформат"
-#: textpage.ui:359
+#: dbaccess/uiconfig/ui/textpage.ui:360
msgctxt "textpage|charsetlabel"
msgid "_Character set:"
msgstr "Акодркра:"
-#: textpage.ui:389
+#: dbaccess/uiconfig/ui/textpage.ui:390
msgctxt "textpage|charsetheader"
msgid "Data Conversion"
msgstr ""
-#: typeselectpage.ui:71
+#: dbaccess/uiconfig/ui/typeselectpage.ui:71
#, fuzzy
msgctxt "typeselectpage|columns"
msgid "Column Information"
msgstr "Адокумент иазку аинформациа"
-#: typeselectpage.ui:110
+#: dbaccess/uiconfig/ui/typeselectpage.ui:110
msgctxt "typeselectpage|autolabel"
msgid "Lines (ma_x.):"
msgstr ""
-#: typeselectpage.ui:121
+#: dbaccess/uiconfig/ui/typeselectpage.ui:121
msgctxt "typeselectpage|autobutton"
msgid "_Auto"
msgstr ""
-#: typeselectpage.ui:153
+#: dbaccess/uiconfig/ui/typeselectpage.ui:152
msgctxt "typeselectpage|autotype"
msgid "Automatic Type Recognition"
msgstr ""
-#: useradmindialog.ui:8
+#: dbaccess/uiconfig/ui/useradmindialog.ui:8
msgctxt "useradmindialog|UserAdminDialog"
msgid "User Administration"
msgstr ""
-#: useradmindialog.ui:92
+#: dbaccess/uiconfig/ui/useradmindialog.ui:92
msgctxt "useradmindialog|settings"
msgid "User Settings"
msgstr ""
-#: useradminpage.ui:47
+#: dbaccess/uiconfig/ui/useradminpage.ui:47
msgctxt "useradminpage|label3"
msgid "Us_er:"
msgstr ""
-#: useradminpage.ui:83
+#: dbaccess/uiconfig/ui/useradminpage.ui:83
msgctxt "useradminpage|add"
msgid "_Add User..."
msgstr ""
-#: useradminpage.ui:98
+#: dbaccess/uiconfig/ui/useradminpage.ui:98
#, fuzzy
msgctxt "useradminpage|changepass"
msgid "Change _Password..."
msgstr "Иҧсахтәуп ажәамаӡа"
-#: useradminpage.ui:113
+#: dbaccess/uiconfig/ui/useradminpage.ui:113
msgctxt "useradminpage|delete"
msgid "_Delete User..."
msgstr "_Даныхтәуп ахархәаҩ..."
-#: useradminpage.ui:141
+#: dbaccess/uiconfig/ui/useradminpage.ui:141
msgctxt "useradminpage|label1"
msgid "User Selection"
msgstr "Ахархәаҩ иалхра"
-#: useradminpage.ui:180
+#: dbaccess/uiconfig/ui/useradminpage.ui:180
msgctxt "useradminpage|label2"
msgid "Access Rights for Selected User"
msgstr ""
-#: userdetailspage.ui:40
+#: dbaccess/uiconfig/ui/userdetailspage.ui:40
msgctxt "userdetailspage|hostnameft"
msgid "_Host name:"
msgstr "Акомпиутер ахьӡ:"
-#: userdetailspage.ui:56
+#: dbaccess/uiconfig/ui/userdetailspage.ui:56
#, fuzzy
msgctxt "userdetailspage|portnumberft"
msgid "_Port number:"
msgstr "_Апорт:"
-#: userdetailspage.ui:89
+#: dbaccess/uiconfig/ui/userdetailspage.ui:89
msgctxt "userdetailspage|usecatalog"
msgid "_Use catalog"
msgstr ""
-#: userdetailspage.ui:109
+#: dbaccess/uiconfig/ui/userdetailspage.ui:109
msgctxt "userdetailspage|optionslabel"
msgid "_Driver settings:"
msgstr ""
-#: userdetailspage.ui:137
+#: dbaccess/uiconfig/ui/userdetailspage.ui:137
msgctxt "userdetailspage|label1"
msgid "Connection Settings"
msgstr ""
-#: userdetailspage.ui:175
+#: dbaccess/uiconfig/ui/userdetailspage.ui:175
msgctxt "userdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "Акодркра:"
-#: userdetailspage.ui:205
+#: dbaccess/uiconfig/ui/userdetailspage.ui:205
msgctxt "userdetailspage|charsetheader"
msgid "Data conversion"
msgstr ""
diff --git a/source/ab/desktop/messages.po b/source/ab/desktop/messages.po
index 8e0060efa06..b241e4f18a9 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: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
"PO-Revision-Date: 2017-11-22 15:53+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15,217 +15,217 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1511366007.000000\n"
-#: strings.hrc:25
+#: desktop/inc/strings.hrc:25
msgctxt "RID_STR_COPYING_PACKAGE"
msgid "Copying: "
msgstr "Акопиахыхра:"
-#: strings.hrc:26
+#: desktop/inc/strings.hrc:26
msgctxt "RID_STR_ERROR_WHILE_ADDING"
msgid "Error while adding: "
msgstr "Ақәыргылараан агха:"
-#: strings.hrc:27
+#: desktop/inc/strings.hrc:27
msgctxt "RID_STR_ERROR_WHILE_REMOVING"
msgid "Error while removing: "
msgstr "Аныхраан агха:"
-#: strings.hrc:28
+#: desktop/inc/strings.hrc:28
msgctxt "RID_STR_PACKAGE_ALREADY_ADDED"
msgid "Extension has already been added: "
msgstr ""
-#: strings.hrc:29
+#: desktop/inc/strings.hrc:29
msgctxt "RID_STR_NO_SUCH_PACKAGE"
msgid "There is no such extension deployed: "
msgstr ""
-#: strings.hrc:30
+#: desktop/inc/strings.hrc:30
msgctxt "RID_STR_SYNCHRONIZING_REPOSITORY"
msgid "Synchronizing repository for %NAME extensions"
msgstr ""
-#: strings.hrc:32
+#: desktop/inc/strings.hrc:32
msgctxt "RID_STR_REGISTERING_PACKAGE"
msgid "Enabling: "
msgstr "Аҿакра:"
-#: strings.hrc:33
+#: desktop/inc/strings.hrc:33
msgctxt "RID_STR_REVOKING_PACKAGE"
msgid "Disabling: "
msgstr "Аҿыхра:"
-#: strings.hrc:34
+#: desktop/inc/strings.hrc:34
msgctxt "RID_STR_CANNOT_DETECT_MEDIA_TYPE"
msgid "Cannot detect media-type: "
msgstr ""
-#: strings.hrc:35
+#: desktop/inc/strings.hrc:35
msgctxt "RID_STR_UNSUPPORTED_MEDIA_TYPE"
msgid "This media-type is not supported: "
msgstr ""
-#: strings.hrc:36
+#: desktop/inc/strings.hrc:36
msgctxt "RID_STR_ERROR_WHILE_REGISTERING"
msgid "An error occurred while enabling: "
msgstr ""
-#: strings.hrc:37
+#: desktop/inc/strings.hrc:37
msgctxt "RID_STR_ERROR_WHILE_REVOKING"
msgid "An error occurred while disabling: "
msgstr ""
-#: strings.hrc:39
+#: desktop/inc/strings.hrc:39
msgctxt "RID_STR_CONF_SCHEMA"
msgid "Configuration Schema"
msgstr "Аконфигурациатә схема"
-#: strings.hrc:40
+#: desktop/inc/strings.hrc:40
msgctxt "RID_STR_CONF_DATA"
msgid "Configuration Data"
msgstr "Аконфигурациатә Дырқәа"
-#: strings.hrc:42
+#: desktop/inc/strings.hrc:42
msgctxt "RID_STR_BASIC_LIB"
msgid "%PRODUCTNAME Basic Library"
msgstr "%PRODUCTNAME Basic Абиблиотека"
-#: strings.hrc:43
+#: desktop/inc/strings.hrc:43
msgctxt "RID_STR_DIALOG_LIB"
msgid "Dialog Library"
msgstr "Адиалог абиблиотека"
-#: strings.hrc:44
+#: desktop/inc/strings.hrc:44
msgctxt "RID_STR_CANNOT_DETERMINE_LIBNAME"
msgid "The library name could not be determined."
msgstr "Абиблиотека ахьӡ еилкаам."
-#: strings.hrc:46
+#: desktop/inc/strings.hrc:46
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Арҭбаара"
-#: strings.hrc:48
+#: desktop/inc/strings.hrc:48
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "Адинамикатә библиотека UNO акомпонент"
-#: strings.hrc:49
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java Акомпонент"
-#: strings.hrc:50
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python Акомпонент"
-#: strings.hrc:51
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Акомпонент"
-#: strings.hrc:52
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB Ахкқәа Рбиблиотека"
-#: strings.hrc:53
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java Ахкқәа Рбиблиотека"
-#: strings.hrc:55
+#: desktop/inc/strings.hrc:55
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG Абиблиотека"
-#: strings.hrc:57
+#: desktop/inc/strings.hrc:57
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Аилыркаага"
-#: strings.hrc:58
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr ""
-#: strings.hrc:59
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr ""
-#: strings.hrc:61
+#: desktop/inc/strings.hrc:61
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr ""
-#: strings.hrc:62
+#: desktop/inc/strings.hrc:62
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "Ианыхтәуп"
-#: strings.hrc:63
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "Иаҿактәуп"
-#: strings.hrc:64
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "Иаҿыхтәуп"
-#: strings.hrc:65
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "Ирҿыцтәуп..."
-#: strings.hrc:66
+#: desktop/inc/strings.hrc:66
#, c-format
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME ацҵара"
-#: strings.hrc:67
+#: desktop/inc/strings.hrc:67
#, c-format
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "%EXTENSION_NAME аныхра"
-#: strings.hrc:68
+#: desktop/inc/strings.hrc:68
#, fuzzy, c-format
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME ацҵара"
-#: strings.hrc:69
+#: desktop/inc/strings.hrc:69
#, fuzzy, c-format
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "%EXTENSION_NAME ацҵара"
-#: strings.hrc:70
+#: desktop/inc/strings.hrc:70
#, c-format
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr ""
-#: strings.hrc:71
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr ""
-#: strings.hrc:72
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Иарктәуп"
-#: strings.hrc:73
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Аҭыҵырҭа"
-#: strings.hrc:74
+#: desktop/inc/strings.hrc:74
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"
@@ -233,22 +233,22 @@ msgid ""
"Updating of shared extension requires administrator privileges. Contact your system administrator to update the following shared extensions:"
msgstr ""
-#: strings.hrc:77
+#: desktop/inc/strings.hrc:77
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr ""
-#: strings.hrc:78
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr ""
-#: strings.hrc:79
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "Иаарҧштәуп алицензиа"
-#: strings.hrc:80
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -256,17 +256,17 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:83
+#: desktop/inc/strings.hrc:83
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
-#: strings.hrc:85
+#: desktop/inc/strings.hrc:85
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
-#: strings.hrc:87
+#: desktop/inc/strings.hrc:87
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -274,7 +274,7 @@ msgid ""
"Click 'Cancel' to stop removing the extension."
msgstr ""
-#: strings.hrc:90
+#: desktop/inc/strings.hrc:90
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"
@@ -282,7 +282,7 @@ msgid ""
"Click 'Cancel' to stop removing the extension."
msgstr ""
-#: strings.hrc:94
+#: desktop/inc/strings.hrc:94
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"
@@ -290,7 +290,7 @@ msgid ""
"Click 'Cancel' to stop enabling the extension."
msgstr ""
-#: strings.hrc:98
+#: desktop/inc/strings.hrc:98
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"
@@ -298,72 +298,72 @@ msgid ""
"Click 'Cancel' to stop disabling the extension."
msgstr ""
-#: strings.hrc:102
+#: desktop/inc/strings.hrc:102
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr ""
-#: strings.hrc:104
+#: desktop/inc/strings.hrc:104
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr ""
-#: strings.hrc:105
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Ақәыргылара хыркәшоуп"
-#: strings.hrc:106
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Гхада."
-#: strings.hrc:107
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr ""
-#: strings.hrc:108
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr ""
-#: strings.hrc:109
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr ""
-#: strings.hrc:110
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr ""
-#: strings.hrc:111
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr ""
-#: strings.hrc:113
+#: desktop/inc/strings.hrc:113
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Идырӡам"
-#: strings.hrc:114
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
-#: strings.hrc:115
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
-#: strings.hrc:116
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
-#: strings.hrc:118
+#: desktop/inc/strings.hrc:118
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -372,7 +372,7 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:122
+#: desktop/inc/strings.hrc:122
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -381,7 +381,7 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:126
+#: desktop/inc/strings.hrc:126
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -390,7 +390,7 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:130
+#: desktop/inc/strings.hrc:130
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -399,7 +399,7 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:134
+#: desktop/inc/strings.hrc:134
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -408,7 +408,7 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:138
+#: desktop/inc/strings.hrc:138
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -417,137 +417,137 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:143
+#: desktop/inc/strings.hrc:143
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Арҿыцрақәа ыҟаӡам."
-#: strings.hrc:144
+#: desktop/inc/strings.hrc:144
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 ""
-#: strings.hrc:145
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "Иҟалеит агха:"
-#: strings.hrc:146
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Идырым агха."
-#: strings.hrc:147
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr ""
-#: strings.hrc:148
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr ""
-#: strings.hrc:149
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr ""
-#: strings.hrc:150
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr ""
-#: strings.hrc:151
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "арҿыцра абраузер ахархәарала"
-#: strings.hrc:152
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Аверсиа"
-#: strings.hrc:153
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_IGNORE"
msgid "Ignore this Update"
msgstr "Ибжьажьтәуп ари арҿыцра"
-#: strings.hrc:154
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_IGNORE_ALL"
msgid "Ignore all Updates"
msgstr "Ибжьажьтәуп арҿыцрақәа зегьы"
-#: strings.hrc:155
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_ENABLE"
msgid "Enable Updates"
msgstr ""
-#: strings.hrc:156
+#: desktop/inc/strings.hrc:156
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr ""
-#: strings.hrc:158
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr ""
-#: strings.hrc:159
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr ""
-#: strings.hrc:160
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr ""
-#: strings.hrc:161
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "Аҩныҵҟатәи агха."
-#: strings.hrc:162
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Аконфигурациатә фаил «$1» ҧхасҭоуп."
-#: strings.hrc:163
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Аконфигурациатә фаил «$1» ҧшаам."
-#: strings.hrc:164
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr ""
-#: strings.hrc:165
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr ""
-#: strings.hrc:166
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr ""
-#: strings.hrc:167
+#: desktop/inc/strings.hrc:167
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr ""
-#: strings.hrc:168
+#: desktop/inc/strings.hrc:168
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 ""
-#: strings.hrc:169
+#: desktop/inc/strings.hrc:169
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr ""
-#: strings.hrc:170
+#: desktop/inc/strings.hrc:170
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -555,17 +555,17 @@ msgid ""
"Please contact your system administrator."
msgstr ""
-#: strings.hrc:171
+#: desktop/inc/strings.hrc:171
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr ""
-#: strings.hrc:172
+#: desktop/inc/strings.hrc:172
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
-#: strings.hrc:173
+#: desktop/inc/strings.hrc:173
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -574,312 +574,312 @@ msgid ""
"Do you really want to continue?"
msgstr ""
-#: strings.hrc:174
+#: desktop/inc/strings.hrc:174
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: strings.hrc:175
+#: desktop/inc/strings.hrc:175
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Акьыҧхьра аҿыхуп. Адокументқәа ркьыҧхьра залшом."
-#: strings.hrc:176
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr ""
-#: strings.hrc:177
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOSTRAP_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"
"\n"
msgstr ""
-#: strings.hrc:178
+#: desktop/inc/strings.hrc:178
msgctxt "STR_BOOSTRAP_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"
"\n"
msgstr ""
-#: strings.hrc:180
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr ""
-#: strings.hrc:181
+#: desktop/inc/strings.hrc:181
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 ""
-#: strings.hrc:185
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Иҭажәгал «yes» ма «no»]:"
-#: strings.hrc:186
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr ""
-#: strings.hrc:187
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "YES"
-#: strings.hrc:188
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "Y"
-#: strings.hrc:189
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NO"
-#: strings.hrc:190
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
-#: strings.hrc:191
+#: desktop/inc/strings.hrc:191
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 ""
-#: strings.hrc:193
+#: desktop/inc/strings.hrc:193
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ERROR: "
-#: dependenciesdialog.ui:9
+#: desktop/uiconfig/ui/dependenciesdialog.ui:9
msgctxt "dependenciesdialog|Dependencies"
msgid "System dependencies check"
msgstr ""
-#: dependenciesdialog.ui:60
+#: desktop/uiconfig/ui/dependenciesdialog.ui:60
msgctxt "dependenciesdialog|label1"
msgid "The extension cannot be installed as the following system dependencies are not fulfilled:"
msgstr ""
-#: extensionmanager.ui:9
+#: desktop/uiconfig/ui/extensionmanager.ui:9
msgctxt "extensionmanager|ExtensionManagerDialog"
msgid "Extension Manager"
msgstr ""
-#: extensionmanager.ui:82
+#: desktop/uiconfig/ui/extensionmanager.ui:82
msgctxt "extensionmanager|optionsbtn"
msgid "_Options"
msgstr "_Апараметрқәа"
-#: extensionmanager.ui:96
+#: desktop/uiconfig/ui/extensionmanager.ui:96
msgctxt "extensionmanager|updatebtn"
msgid "Check for _Updates"
msgstr "Игәаҭатәуп арҿыцрақәа"
-#: extensionmanager.ui:111
+#: desktop/uiconfig/ui/extensionmanager.ui:111
msgctxt "extensionmanager|addbtn"
msgid "_Add"
msgstr "_Иацҵатәуп"
-#: extensionmanager.ui:128
+#: desktop/uiconfig/ui/extensionmanager.ui:128
msgctxt "extensionmanager|removebtn"
msgid "_Remove"
msgstr "_Ианыхтәуп"
-#: extensionmanager.ui:143
+#: desktop/uiconfig/ui/extensionmanager.ui:143
#, fuzzy
msgctxt "extensionmanager|enablebtn"
msgid "_Enable"
msgstr "Иаҿактәуп"
-#: extensionmanager.ui:187
+#: desktop/uiconfig/ui/extensionmanager.ui:187
msgctxt "extensionmanager|shared"
msgid "Installed for all users"
msgstr "Ахархәаҩцәа зегьы рзы"
-#: extensionmanager.ui:203
+#: desktop/uiconfig/ui/extensionmanager.ui:204
msgctxt "extensionmanager|user"
msgid "Installed for current user"
msgstr "Уажәтәи ахархәаҩ изы"
-#: extensionmanager.ui:219
+#: desktop/uiconfig/ui/extensionmanager.ui:221
msgctxt "extensionmanager|bundled"
msgid "Bundled with %PRODUCTNAME"
msgstr ""
-#: extensionmanager.ui:241
+#: desktop/uiconfig/ui/extensionmanager.ui:244
msgctxt "extensionmanager|label1"
msgid "Display Extensions"
msgstr ""
-#: extensionmanager.ui:263
+#: desktop/uiconfig/ui/extensionmanager.ui:266
msgctxt "extensionmanager|progressft"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME ацҵара"
-#: extensionmanager.ui:298
+#: desktop/uiconfig/ui/extensionmanager.ui:301
msgctxt "extensionmanager|getextensions"
msgid "Get more extensions online..."
msgstr "Арҭбаарақәа аИнтернет аҟны..."
-#: installforalldialog.ui:12
+#: desktop/uiconfig/ui/installforalldialog.ui:12
msgctxt "installforalldialog|InstallForAllDialog"
msgid "For whom do you want to install the extension?"
msgstr ""
-#: installforalldialog.ui:13
+#: desktop/uiconfig/ui/installforalldialog.ui:13
msgctxt "installforalldialog|InstallForAllDialog"
msgid "Make sure that no further users are working with the same %PRODUCTNAME, when installing an extension for all users in a multi user environment."
msgstr ""
-#: installforalldialog.ui:25
+#: desktop/uiconfig/ui/installforalldialog.ui:24
msgctxt "installforalldialog|no"
msgid "_For all users"
msgstr "Ахархәаҩцәа зеьы рзы"
-#: installforalldialog.ui:39
+#: desktop/uiconfig/ui/installforalldialog.ui:38
msgctxt "installforalldialog|yes"
msgid "_Only for me"
msgstr "Сара сымацара сзы"
-#: licensedialog.ui:8
+#: desktop/uiconfig/ui/licensedialog.ui:8
msgctxt "licensedialog|LicenseDialog"
msgid "Extension Software License Agreement"
msgstr ""
-#: licensedialog.ui:21
+#: desktop/uiconfig/ui/licensedialog.ui:21
msgctxt "licensedialog|accept"
msgid "Accept"
msgstr ""
-#: licensedialog.ui:36
+#: desktop/uiconfig/ui/licensedialog.ui:36
msgctxt "licensedialog|decline"
msgid "Decline"
msgstr "Мап ацәктәуп"
-#: licensedialog.ui:67
+#: desktop/uiconfig/ui/licensedialog.ui:67
msgctxt "licensedialog|head"
msgid "Please follow these steps to proceed with the installation of the extension:"
msgstr ""
-#: licensedialog.ui:90
+#: desktop/uiconfig/ui/licensedialog.ui:90
msgctxt "licensedialog|label2"
msgid "1."
msgstr "1."
-#: licensedialog.ui:105
+#: desktop/uiconfig/ui/licensedialog.ui:105
msgctxt "licensedialog|label3"
msgid "2."
msgstr "2."
-#: licensedialog.ui:149
+#: desktop/uiconfig/ui/licensedialog.ui:149
msgctxt "licensedialog|label4"
msgid "Read the complete License Agreement. Use the scroll bar or the 'Scroll Down' button in this dialog to view the entire license text."
msgstr ""
-#: licensedialog.ui:167
+#: desktop/uiconfig/ui/licensedialog.ui:167
msgctxt "licensedialog|label5"
msgid "Accept the License Agreement for the extension by pressing the 'Accept' button."
msgstr ""
-#: licensedialog.ui:180
+#: desktop/uiconfig/ui/licensedialog.ui:180
msgctxt "licensedialog|down"
msgid "_Scroll Down"
msgstr ""
-#: showlicensedialog.ui:7
+#: desktop/uiconfig/ui/showlicensedialog.ui:7
msgctxt "showlicensedialog|ShowLicenseDialog"
msgid "Extension Software License Agreement"
msgstr ""
-#: updatedialog.ui:10
+#: desktop/uiconfig/ui/updatedialog.ui:10
msgctxt "updatedialog|UpdateDialog"
msgid "Extension Update"
msgstr ""
-#: updatedialog.ui:38
+#: desktop/uiconfig/ui/updatedialog.ui:38
msgctxt "updatedialog|INSTALL"
msgid "_Install"
msgstr "Иқәыргылатәуп"
-#: updatedialog.ui:104
+#: desktop/uiconfig/ui/updatedialog.ui:104
msgctxt "updatedialog|UPDATE_LABEL"
msgid "_Available extension updates"
msgstr ""
-#: updatedialog.ui:117
+#: desktop/uiconfig/ui/updatedialog.ui:117
msgctxt "updatedialog|UPDATE_CHECKING"
msgid "Checking..."
msgstr "Агәаҭара..."
-#: updatedialog.ui:160
+#: desktop/uiconfig/ui/updatedialog.ui:160
msgctxt "updatedialog|UPDATE_ALL"
msgid "_Show all updates"
msgstr "Иаарҧштәуп арҿыцрақәа зегьы"
-#: updatedialog.ui:196
+#: desktop/uiconfig/ui/updatedialog.ui:196
msgctxt "updatedialog|DESCRIPTION_LABEL"
msgid "Description"
msgstr "Ахҳәаа"
-#: updatedialog.ui:214
+#: desktop/uiconfig/ui/updatedialog.ui:214
msgctxt "updatedialog|PUBLISHER_LABEL"
msgid "Publisher:"
msgstr "Аҭыжьҩы:"
-#: updatedialog.ui:225
+#: desktop/uiconfig/ui/updatedialog.ui:225
msgctxt "updatedialog|PUBLISHER_LINK"
msgid "button"
msgstr "акнопка"
-#: updatedialog.ui:242
+#: desktop/uiconfig/ui/updatedialog.ui:242
msgctxt "updatedialog|RELEASE_NOTES_LABEL"
msgid "What is new:"
msgstr "Ҿыцс иҟоу:"
-#: updatedialog.ui:253
+#: desktop/uiconfig/ui/updatedialog.ui:253
msgctxt "updatedialog|RELEASE_NOTES_LINK"
msgid "Release notes"
msgstr ""
-#: updateinstalldialog.ui:8
+#: desktop/uiconfig/ui/updateinstalldialog.ui:8
msgctxt "updateinstalldialog|UpdateInstallDialog"
msgid "Download and Installation"
msgstr "Аҭагалареи ақәыргылареи"
-#: updateinstalldialog.ui:87
+#: desktop/uiconfig/ui/updateinstalldialog.ui:87
msgctxt "updateinstalldialog|DOWNLOADING"
msgid "Downloading extensions..."
msgstr ""
-#: updateinstalldialog.ui:125
+#: desktop/uiconfig/ui/updateinstalldialog.ui:125
msgctxt "updateinstalldialog|RESULTS"
msgid "Result"
msgstr "Алҵшәа"
-#: updaterequireddialog.ui:9
+#: desktop/uiconfig/ui/updaterequireddialog.ui:9
msgctxt "updaterequireddialog|UpdateRequiredDialog"
msgid "Extension Update Required"
msgstr ""
-#: updaterequireddialog.ui:26
+#: desktop/uiconfig/ui/updaterequireddialog.ui:26
msgctxt "updaterequireddialog|updatelabel"
msgid "%PRODUCTNAME has been updated to a new version. Some installed %PRODUCTNAME extensions are not compatible with this version and need to be updated before they can be used."
msgstr ""
-#: updaterequireddialog.ui:62
+#: desktop/uiconfig/ui/updaterequireddialog.ui:62
msgctxt "updaterequireddialog|progresslabel"
msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME ацҵара"
-#: updaterequireddialog.ui:106
+#: desktop/uiconfig/ui/updaterequireddialog.ui:106
msgctxt "updaterequireddialog|check"
msgid "Check for _Updates..."
msgstr "Арҿыцрақәа ргәаҭара..."
-#: updaterequireddialog.ui:122
+#: desktop/uiconfig/ui/updaterequireddialog.ui:122
msgctxt "updaterequireddialog|disable"
msgid "Disable all"
msgstr "Зегьы мап рыцәктәуп"
diff --git a/source/ab/dictionaries/id.po b/source/ab/dictionaries/id.po
new file mode 100644
index 00000000000..f5cfbccc472
--- /dev/null
+++ b/source/ab/dictionaries/id.po
@@ -0,0 +1,22 @@
+#. extracted from dictionaries/id
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2018-03-13 12:10+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
+msgid "Indonesian spelling dictionary and thesaurus"
+msgstr ""
diff --git a/source/ab/editeng/messages.po b/source/ab/editeng/messages.po
index 89d94dd887e..18a4bf79487 100644
--- a/source/ab/editeng/messages.po
+++ b/source/ab/editeng/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: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: 2018-02-13 09:14+0000\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"PO-Revision-Date: 2018-03-25 08:59+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -13,1361 +13,1356 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1518513257.000000\n"
+"X-POOTLE-MTIME: 1521968382.000000\n"
-#: spellmenu.ui:12
+#: editeng/uiconfig/ui/spellmenu.ui:12
msgctxt "spellmenu|ignore"
msgid "I_gnore All"
msgstr "Ибжьажьтәуп зегьы"
-#: spellmenu.ui:19
+#: editeng/uiconfig/ui/spellmenu.ui:19
msgctxt "spellmenu|insert"
msgid "_Add to Dictionary"
msgstr "Иацҵатәуп ажәарахь"
-#: spellmenu.ui:33
+#: editeng/uiconfig/ui/spellmenu.ui:33
msgctxt "spellmenu|add"
msgid "_Add to Dictionary"
msgstr "Иацҵатәуп ажәарахь"
-#: spellmenu.ui:41
+#: editeng/uiconfig/ui/spellmenu.ui:41
msgctxt "spellmenu|check"
msgid "_Spellcheck..."
msgstr "Аорфографиа агәаҭара..."
-#: spellmenu.ui:55
+#: editeng/uiconfig/ui/spellmenu.ui:55
msgctxt "spellmenu|autocorrect"
msgid "AutoCorrect _To"
msgstr "АвтоҦсахра _ ала"
-#: spellmenu.ui:69
+#: editeng/uiconfig/ui/spellmenu.ui:69
msgctxt "spellmenu|autocorrectdlg"
msgid "Auto_Correct Options..."
msgstr "АвтоҦсахра апараметрқәа..."
#. enum SvxBreak ------------------------------------------------------------
-#: editrids.hrc:26
+#: include/editeng/editrids.hrc:26
msgctxt "RID_SVXITEMS_BREAK_NONE"
msgid "No break"
-msgstr ""
+msgstr "Аимҟьара ада"
-#: editrids.hrc:27
+#: include/editeng/editrids.hrc:27
msgctxt "RID_SVXITEMS_BREAK_COLUMN_BEFORE"
msgid "Break before new column"
-msgstr ""
+msgstr "Аимҟьара аиҵагыла ҿыц аҟынӡа"
-#: editrids.hrc:28
+#: include/editeng/editrids.hrc:28
msgctxt "RID_SVXITEMS_BREAK_COLUMN_AFTER"
msgid "Break after new column"
-msgstr ""
+msgstr "Аимҟьара аиҵагыла ҿыц ашьҭахь"
-#: editrids.hrc:29
+#: include/editeng/editrids.hrc:29
msgctxt "RID_SVXITEMS_BREAK_COLUMN_BOTH"
msgid "Break before and after new column"
-msgstr ""
+msgstr "Аимҟьара аиҵагыла ҿыц аҧхьеи ашьҭахьи"
-#: editrids.hrc:30
+#: include/editeng/editrids.hrc:30
msgctxt "RID_SVXITEMS_BREAK_PAGE_BEFORE"
msgid "Break before new page"
msgstr "Аимҟьара адаҟьа ҿыц аҧхьа"
-#: editrids.hrc:31
+#: include/editeng/editrids.hrc:31
msgctxt "RID_SVXITEMS_BREAK_PAGE_AFTER"
msgid "Break after new page"
msgstr "Аимҟьара адаҟьа ҿыц ашьҭахь"
-#: editrids.hrc:32
+#: include/editeng/editrids.hrc:32
msgctxt "RID_SVXITEMS_BREAK_PAGE_BOTH"
msgid "Break before and after new page"
msgstr "Аимҟьара адаҟьа ҿыц аҧхьеи ашьҭахьи"
#. enum SvxShadowLocation ---------------------------------------------------
-#: editrids.hrc:35
+#: include/editeng/editrids.hrc:35
msgctxt "RID_SVXITEMS_SHADOW_NONE"
msgid "No Shadow"
-msgstr ""
+msgstr "Агага ада"
-#: editrids.hrc:36
+#: include/editeng/editrids.hrc:36
msgctxt "RID_SVXITEMS_SHADOW_TOPLEFT"
msgid "Shadow top left"
-msgstr ""
+msgstr "Агага хыхь арымарахь"
-#: editrids.hrc:37
+#: include/editeng/editrids.hrc:37
msgctxt "RID_SVXITEMS_SHADOW_TOPRIGHT"
msgid "Shadow top right"
-msgstr ""
+msgstr "Агага хыхь арыӷьарахь"
-#: editrids.hrc:38
+#: include/editeng/editrids.hrc:38
msgctxt "RID_SVXITEMS_SHADOW_BOTTOMLEFT"
msgid "Shadow bottom left"
-msgstr ""
+msgstr "Агага ҵаҟа арымарахь"
-#: editrids.hrc:39
+#: include/editeng/editrids.hrc:39
msgctxt "RID_SVXITEMS_SHADOW_BOTTOMRIGHT"
msgid "Shadow bottom right"
-msgstr ""
+msgstr "Агага ҵаҟа арыӷьарахь"
#. enum ColorName -----------------------------------------------------------
-#: editrids.hrc:42
-msgctxt "RID_SVXITEMS_COLOR"
-msgid "Color "
-msgstr "Аҧштәы "
-
-#: editrids.hrc:43
+#: include/editeng/editrids.hrc:42
msgctxt "RID_SVXITEMS_COLOR_BLACK"
msgid "Black"
msgstr "Аиқәаҵәа"
-#: editrids.hrc:44
+#: include/editeng/editrids.hrc:43
msgctxt "RID_SVXITEMS_COLOR_BLUE"
msgid "Blue"
msgstr ""
-#: editrids.hrc:45
+#: include/editeng/editrids.hrc:44
msgctxt "RID_SVXITEMS_COLOR_GREEN"
msgid "Green"
msgstr "Аиаҵәа"
-#: editrids.hrc:46
+#: include/editeng/editrids.hrc:45
msgctxt "RID_SVXITEMS_COLOR_CYAN"
msgid "Cyan"
msgstr ""
-#: editrids.hrc:47
+#: include/editeng/editrids.hrc:46
msgctxt "RID_SVXITEMS_COLOR_RED"
msgid "Red"
msgstr "Аҟаҧшь"
-#: editrids.hrc:48
+#: include/editeng/editrids.hrc:47
msgctxt "RID_SVXITEMS_COLOR_MAGENTA"
msgid "Magenta"
msgstr ""
-#: editrids.hrc:49
+#: include/editeng/editrids.hrc:48
msgctxt "RID_SVXITEMS_COLOR_BROWN"
msgid "Brown"
msgstr ""
-#: editrids.hrc:50
+#: include/editeng/editrids.hrc:49
msgctxt "RID_SVXITEMS_COLOR_GRAY"
msgid "Gray"
msgstr ""
-#: editrids.hrc:51
+#: include/editeng/editrids.hrc:50
msgctxt "RID_SVXITEMS_COLOR_LIGHTGRAY"
msgid "Light Gray"
msgstr ""
-#: editrids.hrc:52
+#: include/editeng/editrids.hrc:51
msgctxt "RID_SVXITEMS_COLOR_LIGHTBLUE"
msgid "Light Blue"
msgstr ""
-#: editrids.hrc:53
+#: include/editeng/editrids.hrc:52
msgctxt "RID_SVXITEMS_COLOR_LIGHTGREEN"
msgid "Light Green"
msgstr ""
-#: editrids.hrc:54
+#: include/editeng/editrids.hrc:53
msgctxt "RID_SVXITEMS_COLOR_LIGHTCYAN"
msgid "Light Cyan"
msgstr ""
-#: editrids.hrc:55
+#: include/editeng/editrids.hrc:54
msgctxt "RID_SVXITEMS_COLOR_LIGHTRED"
msgid "Light Red"
msgstr ""
-#: editrids.hrc:56
+#: include/editeng/editrids.hrc:55
msgctxt "RID_SVXITEMS_COLOR_LIGHTMAGENTA"
msgid "Light Magenta"
msgstr ""
-#: editrids.hrc:57
+#: include/editeng/editrids.hrc:56
msgctxt "RID_SVXITEMS_COLOR_YELLOW"
msgid "Yellow"
msgstr "Аҩежь"
-#: editrids.hrc:58
+#: include/editeng/editrids.hrc:57
msgctxt "RID_SVXITEMS_COLOR_WHITE"
msgid "White"
msgstr "Ашкәакәа"
#. enum FontItalic -------------------------------------------------------
-#: editrids.hrc:61
+#: include/editeng/editrids.hrc:60
msgctxt "RID_SVXITEMS_ITALIC_NONE"
msgid "Not Italic"
msgstr "Курсивда"
-#: editrids.hrc:62
+#: include/editeng/editrids.hrc:61
msgctxt "RID_SVXITEMS_ITALIC_OBLIQUE"
msgid "Oblique italic"
msgstr "Ихынаау акурсив"
-#: editrids.hrc:63
+#: include/editeng/editrids.hrc:62
msgctxt "RID_SVXITEMS_ITALIC_NORMAL"
msgid "Italic"
msgstr "Акурсив"
#. enum FontWeight -------------------------------------------------------
-#: editrids.hrc:66
+#: include/editeng/editrids.hrc:65
msgctxt "RID_SVXITEMS_WEIGHT_DONTKNOW"
msgid "?"
msgstr "?"
-#: editrids.hrc:67
+#: include/editeng/editrids.hrc:66
msgctxt "RID_SVXITEMS_WEIGHT_THIN"
msgid "thin"
-msgstr ""
+msgstr "апа"
-#: editrids.hrc:68
+#: include/editeng/editrids.hrc:67
msgctxt "RID_SVXITEMS_WEIGHT_ULTRALIGHT"
msgid "ultra thin"
-msgstr ""
+msgstr "зынӡа ипоу"
-#: editrids.hrc:69
+#: include/editeng/editrids.hrc:68
msgctxt "RID_SVXITEMS_WEIGHT_LIGHT"
msgid "light"
-msgstr "Ипоу"
+msgstr "ипоу"
-#: editrids.hrc:70
+#: include/editeng/editrids.hrc:69
msgctxt "RID_SVXITEMS_WEIGHT_SEMILIGHT"
msgid "semi light"
msgstr ""
-#: editrids.hrc:71
+#: include/editeng/editrids.hrc:70
msgctxt "RID_SVXITEMS_WEIGHT_NORMAL"
msgid "normal"
msgstr "инормалтәу"
-#: editrids.hrc:72
+#: include/editeng/editrids.hrc:71
msgctxt "RID_SVXITEMS_WEIGHT_MEDIUM"
msgid "medium"
msgstr "ибжьаратәу"
-#: editrids.hrc:73
+#: include/editeng/editrids.hrc:72
msgctxt "RID_SVXITEMS_WEIGHT_SEMIBOLD"
msgid "semi bold"
msgstr ""
-#: editrids.hrc:74
+#: include/editeng/editrids.hrc:73
msgctxt "RID_SVXITEMS_WEIGHT_BOLD"
msgid "bold"
msgstr "Ажәпа"
-#: editrids.hrc:75
+#: include/editeng/editrids.hrc:74
msgctxt "RID_SVXITEMS_WEIGHT_ULTRABOLD"
msgid "ultra bold"
msgstr ""
-#: editrids.hrc:76
+#: include/editeng/editrids.hrc:75
msgctxt "RID_SVXITEMS_WEIGHT_BLACK"
msgid "black"
msgstr "аиқәаҵәа"
#. enum FontUnderline - used for underline ------------------------------
-#: editrids.hrc:79
+#: include/editeng/editrids.hrc:78
msgctxt "RID_SVXITEMS_UL_NONE"
msgid "No underline"
msgstr "Аҵшьрада"
-#: editrids.hrc:80
+#: include/editeng/editrids.hrc:79
msgctxt "RID_SVXITEMS_UL_SINGLE"
msgid "Single underline"
msgstr "Зныктәи аҵшьра"
-#: editrids.hrc:81
+#: include/editeng/editrids.hrc:80
msgctxt "RID_SVXITEMS_UL_DOUBLE"
msgid "Double underline"
msgstr "Ҩынтәны аҵшьра"
-#: editrids.hrc:82
+#: include/editeng/editrids.hrc:81
msgctxt "RID_SVXITEMS_UL_DOTTED"
msgid "Dotted underline"
msgstr "Акәаҧлатәи аҵшьра"
-#: editrids.hrc:83
+#: include/editeng/editrids.hrc:82
msgctxt "RID_SVXITEMS_UL_DONTKNOW"
msgid "Underline"
msgstr "Аҵшьра"
-#: editrids.hrc:84
+#: include/editeng/editrids.hrc:83
msgctxt "RID_SVXITEMS_UL_DASH"
msgid "Underline (dashes)"
msgstr "Аҵшьра (ацәқәырҧа)"
-#: editrids.hrc:85
+#: include/editeng/editrids.hrc:84
#, fuzzy
msgctxt "RID_SVXITEMS_UL_LONGDASH"
msgid "Underline (long dashes)"
msgstr "Аҵшьра (ацәқәырҧа)"
-#: editrids.hrc:86
+#: include/editeng/editrids.hrc:85
msgctxt "RID_SVXITEMS_UL_DASHDOT"
msgid "Underline (dot dash)"
msgstr ""
-#: editrids.hrc:87
+#: include/editeng/editrids.hrc:86
msgctxt "RID_SVXITEMS_UL_DASHDOTDOT"
msgid "Underline (dot dot dash)"
msgstr ""
-#: editrids.hrc:88
+#: include/editeng/editrids.hrc:87
#, fuzzy
msgctxt "RID_SVXITEMS_UL_SMALLWAVE"
msgid "Underline (small wave)"
msgstr "Аҵшьра (иҩынтәу ацәқәырҧа)"
-#: editrids.hrc:89
+#: include/editeng/editrids.hrc:88
msgctxt "RID_SVXITEMS_UL_WAVE"
msgid "Underline (Wave)"
msgstr "Аҵшьра (ацәқәырҧа)"
-#: editrids.hrc:90
+#: include/editeng/editrids.hrc:89
msgctxt "RID_SVXITEMS_UL_DOUBLEWAVE"
msgid "Underline (Double wave)"
msgstr "Аҵшьра (иҩынтәу ацәқәырҧа)"
-#: editrids.hrc:91
+#: include/editeng/editrids.hrc:90
msgctxt "RID_SVXITEMS_UL_BOLD"
msgid "Underlined (Bold)"
msgstr "Аҵшьра ижәпаны"
-#: editrids.hrc:92
+#: include/editeng/editrids.hrc:91
msgctxt "RID_SVXITEMS_UL_BOLDDOTTED"
msgid "Dotted underline (Bold)"
msgstr "Аҵшьра кәуаҧла (ижәпаны)"
-#: editrids.hrc:93
+#: include/editeng/editrids.hrc:92
msgctxt "RID_SVXITEMS_UL_BOLDDASH"
msgid "Underline (Dash bold)"
msgstr ""
-#: editrids.hrc:94
+#: include/editeng/editrids.hrc:93
msgctxt "RID_SVXITEMS_UL_BOLDLONGDASH"
msgid "Underline (long dash, bold)"
msgstr ""
-#: editrids.hrc:95
+#: include/editeng/editrids.hrc:94
msgctxt "RID_SVXITEMS_UL_BOLDDASHDOT"
msgid "Underline (dot dash, bold)"
msgstr ""
-#: editrids.hrc:96
+#: include/editeng/editrids.hrc:95
msgctxt "RID_SVXITEMS_UL_BOLDDASHDOTDOT"
msgid "Underline (dot dot dash, bold)"
msgstr ""
-#: editrids.hrc:97
+#: include/editeng/editrids.hrc:96
msgctxt "RID_SVXITEMS_UL_BOLDWAVE"
msgid "Underline (wave, bold)"
msgstr ""
#. enum FontUnderline - used for overline -------------------------------
-#: editrids.hrc:100
+#: include/editeng/editrids.hrc:99
msgctxt "RID_SVXITEMS_OL_NONE"
msgid "No overline"
msgstr "Ақәшьрада"
-#: editrids.hrc:101
+#: include/editeng/editrids.hrc:100
msgctxt "RID_SVXITEMS_OL_SINGLE"
msgid "Single overline"
msgstr "Зныктәи аҵшьра"
-#: editrids.hrc:102
+#: include/editeng/editrids.hrc:101
msgctxt "RID_SVXITEMS_OL_DOUBLE"
msgid "Double overline"
msgstr "Ҩынтәны аҵшьра"
-#: editrids.hrc:103
+#: include/editeng/editrids.hrc:102
msgctxt "RID_SVXITEMS_OL_DOTTED"
msgid "Dotted overline"
msgstr "Акәаҧлатәи аҵшьра"
-#: editrids.hrc:104
+#: include/editeng/editrids.hrc:103
msgctxt "RID_SVXITEMS_OL_DONTKNOW"
msgid "Overline"
msgstr "Ақәшьра"
-#: editrids.hrc:105
+#: include/editeng/editrids.hrc:104
msgctxt "RID_SVXITEMS_OL_DASH"
msgid "Overline (dashes)"
msgstr "Ақәшьра (ацәқәырҧа)"
-#: editrids.hrc:106
+#: include/editeng/editrids.hrc:105
#, fuzzy
msgctxt "RID_SVXITEMS_OL_LONGDASH"
msgid "Overline (long dashes)"
msgstr "Ақәшьра (ацәқәырҧа)"
-#: editrids.hrc:107
+#: include/editeng/editrids.hrc:106
msgctxt "RID_SVXITEMS_OL_DASHDOT"
msgid "Overline (dot dash)"
msgstr ""
-#: editrids.hrc:108
+#: include/editeng/editrids.hrc:107
msgctxt "RID_SVXITEMS_OL_DASHDOTDOT"
msgid "Overline (dot dot dash)"
msgstr ""
-#: editrids.hrc:109
+#: include/editeng/editrids.hrc:108
#, fuzzy
msgctxt "RID_SVXITEMS_OL_SMALLWAVE"
msgid "Overline (small wave)"
msgstr "Ақәшьра (иҩынтәу ацәқәырҧа)"
-#: editrids.hrc:110
+#: include/editeng/editrids.hrc:109
msgctxt "RID_SVXITEMS_OL_WAVE"
msgid "Overline (Wave)"
msgstr "Ақәшьра (ацәқәырҧа)"
-#: editrids.hrc:111
+#: include/editeng/editrids.hrc:110
msgctxt "RID_SVXITEMS_OL_DOUBLEWAVE"
msgid "Overline (Double wave)"
msgstr "Ақәшьра (иҩынтәу ацәқәырҧа)"
-#: editrids.hrc:112
+#: include/editeng/editrids.hrc:111
msgctxt "RID_SVXITEMS_OL_BOLD"
msgid "Overlined (Bold)"
msgstr "Ақәшьра (ижәпаны)"
-#: editrids.hrc:113
+#: include/editeng/editrids.hrc:112
msgctxt "RID_SVXITEMS_OL_BOLDDOTTED"
msgid "Dotted overline (Bold)"
msgstr "Ақәшьра кәаҧла (ижәпаны)"
-#: editrids.hrc:114
+#: include/editeng/editrids.hrc:113
msgctxt "RID_SVXITEMS_OL_BOLDDASH"
msgid "Overline (Dash bold)"
msgstr ""
-#: editrids.hrc:115
+#: include/editeng/editrids.hrc:114
msgctxt "RID_SVXITEMS_OL_BOLDLONGDASH"
msgid "Overline (long dash, bold)"
msgstr ""
-#: editrids.hrc:116
+#: include/editeng/editrids.hrc:115
msgctxt "RID_SVXITEMS_OL_BOLDDASHDOT"
msgid "Overline (dot dash, bold)"
msgstr ""
-#: editrids.hrc:117
+#: include/editeng/editrids.hrc:116
msgctxt "RID_SVXITEMS_OL_BOLDDASHDOTDOT"
msgid "Overline (dot dot dash, bold)"
msgstr ""
-#: editrids.hrc:118
+#: include/editeng/editrids.hrc:117
msgctxt "RID_SVXITEMS_OL_BOLDWAVE"
msgid "Overline (wave, bold)"
msgstr ""
#. enum FontStrikeout ----------------------------------------------------
-#: editrids.hrc:121
+#: include/editeng/editrids.hrc:120
msgctxt "RID_SVXITEMS_STRIKEOUT_NONE"
msgid "No strikethrough"
msgstr "Аҵәаӷәарада"
-#: editrids.hrc:122
+#: include/editeng/editrids.hrc:121
msgctxt "RID_SVXITEMS_STRIKEOUT_SINGLE"
msgid "Single strikethrough"
-msgstr ""
+msgstr "Зныктәи аҵәаӷәара"
-#: editrids.hrc:123
+#: include/editeng/editrids.hrc:122
msgctxt "RID_SVXITEMS_STRIKEOUT_DOUBLE"
msgid "Double strikethrough"
msgstr "Ҩынтәны аҵәаӷәара"
-#: editrids.hrc:124
+#: include/editeng/editrids.hrc:123
msgctxt "RID_SVXITEMS_STRIKEOUT_DONTKNOW"
msgid "Strikethrough"
msgstr "Аҵәаӷәара"
-#: editrids.hrc:125
+#: include/editeng/editrids.hrc:124
#, fuzzy
msgctxt "RID_SVXITEMS_STRIKEOUT_BOLD"
msgid "Bold strikethrough"
msgstr "Аҵәаӷәара"
-#: editrids.hrc:126
+#: include/editeng/editrids.hrc:125
msgctxt "RID_SVXITEMS_STRIKEOUT_SLASH"
msgid "Strike through with slash"
msgstr ""
-#: editrids.hrc:127
+#: include/editeng/editrids.hrc:126
msgctxt "RID_SVXITEMS_STRIKEOUT_X"
msgid "Strike through with Xes"
msgstr ""
#. enum CASEMAP ----------------------------------------------------------
-#: editrids.hrc:130
+#: include/editeng/editrids.hrc:129
msgctxt "RID_SVXITEMS_CASEMAP_NONE"
msgid "None"
msgstr "Мап"
-#: editrids.hrc:131
+#: include/editeng/editrids.hrc:130
msgctxt "RID_SVXITEMS_CASEMAP_VERSALIEN"
msgid "Caps"
msgstr ""
-#: editrids.hrc:132
+#: include/editeng/editrids.hrc:131
msgctxt "RID_SVXITEMS_CASEMAP_GEMEINE"
msgid "Lowercase"
msgstr ""
-#: editrids.hrc:133
+#: include/editeng/editrids.hrc:132
msgctxt "RID_SVXITEMS_CASEMAP_TITEL"
msgid "Title"
msgstr "Ахы"
-#: editrids.hrc:134
+#: include/editeng/editrids.hrc:133
msgctxt "RID_SVXITEMS_CASEMAP_KAPITAELCHEN"
msgid "Small caps"
msgstr ""
#. enum ESCAPEMENT -------------------------------------------------------
-#: editrids.hrc:137
+#: include/editeng/editrids.hrc:136
msgctxt "RID_SVXITEMS_ESCAPEMENT_OFF"
msgid "Normal position"
msgstr ""
-#: editrids.hrc:138
+#: include/editeng/editrids.hrc:137
msgctxt "RID_SVXITEMS_ESCAPEMENT_SUPER"
msgid "Superscript "
msgstr "Хыхьтәи аиндекс "
-#: editrids.hrc:139
+#: include/editeng/editrids.hrc:138
msgctxt "RID_SVXITEMS_ESCAPEMENT_SUB"
msgid "Subscript "
msgstr "Ҵаҟатәи аиндекс "
-#: editrids.hrc:140
+#: include/editeng/editrids.hrc:139
msgctxt "RID_SVXITEMS_ESCAPEMENT_AUTO"
msgid "automatic"
msgstr "автоматикала"
#. enum SvxAdjust -----------------------------------------------------------
-#: editrids.hrc:143
+#: include/editeng/editrids.hrc:142
msgctxt "RID_SVXITEMS_ADJUST_LEFT"
msgid "Align left"
msgstr "Армарахь ала"
-#: editrids.hrc:144
+#: include/editeng/editrids.hrc:143
msgctxt "RID_SVXITEMS_ADJUST_RIGHT"
msgid "Align right"
msgstr "Арӷьарахь ала"
-#: editrids.hrc:145
+#: include/editeng/editrids.hrc:144
msgctxt "RID_SVXITEMS_ADJUST_BLOCK"
msgid "Justify"
-msgstr ""
+msgstr "Аҭбаарала аиҟаратәра"
-#: editrids.hrc:146
+#: include/editeng/editrids.hrc:145
msgctxt "RID_SVXITEMS_ADJUST_CENTER"
msgid "Centered"
msgstr "Ацентр ала"
-#: editrids.hrc:147
+#: include/editeng/editrids.hrc:146
msgctxt "RID_SVXITEMS_ADJUST_BLOCKLINE"
msgid "Justify"
-msgstr ""
+msgstr "Аҭбаарала аиҟаратәра"
-#: editrids.hrc:148
+#: include/editeng/editrids.hrc:147
msgctxt "RID_SOLID"
msgid "Single, solid"
msgstr ""
-#: editrids.hrc:149
+#: include/editeng/editrids.hrc:148
msgctxt "RID_DOTTED"
msgid "Single, dotted"
msgstr ""
-#: editrids.hrc:150
+#: include/editeng/editrids.hrc:149
msgctxt "RID_DASHED"
msgid "Single, dashed"
msgstr ""
-#: editrids.hrc:151
+#: include/editeng/editrids.hrc:150
msgctxt "RID_DOUBLE"
msgid "Double"
-msgstr ""
+msgstr "Ҩынтәтәи"
-#: editrids.hrc:152
+#: include/editeng/editrids.hrc:151
msgctxt "RID_THINTHICK_SMALLGAP"
msgid "Double, inside: fine, outside: thick, spacing: small"
msgstr ""
-#: editrids.hrc:153
+#: include/editeng/editrids.hrc:152
msgctxt "RID_THINTHICK_MEDIUMGAP"
msgid "Double, inside: fine, outside: thick, spacing: medium"
msgstr ""
-#: editrids.hrc:154
+#: include/editeng/editrids.hrc:153
msgctxt "RID_THINTHICK_LARGEGAP"
msgid "Double, inside: fine, outside: thick, spacing: large"
msgstr ""
-#: editrids.hrc:155
+#: include/editeng/editrids.hrc:154
msgctxt "RID_THICKTHIN_SMALLGAP"
msgid "Double, inside: thick, outside: fine, spacing: small"
msgstr ""
-#: editrids.hrc:156
+#: include/editeng/editrids.hrc:155
msgctxt "RID_THICKTHIN_MEDIUMGAP"
msgid "Double, inside: thick, outside: fine, spacing: medium"
msgstr ""
-#: editrids.hrc:157
+#: include/editeng/editrids.hrc:156
msgctxt "RID_THICKTHIN_LARGEGAP"
msgid "Double, inside: thick, outside: fine, spacing: large"
msgstr ""
-#: editrids.hrc:158
+#: include/editeng/editrids.hrc:157
msgctxt "RID_EMBOSSED"
msgid "3D embossed"
msgstr ""
-#: editrids.hrc:159
+#: include/editeng/editrids.hrc:158
msgctxt "RID_ENGRAVED"
msgid "3D engraved"
msgstr ""
-#: editrids.hrc:160
+#: include/editeng/editrids.hrc:159
msgctxt "RID_INSET"
msgid "Inset"
msgstr "Аҩныҵҟа"
-#: editrids.hrc:161
+#: include/editeng/editrids.hrc:160
msgctxt "RID_OUTSET"
msgid "Outset"
msgstr "Адәахьала"
-#: editrids.hrc:162
+#: include/editeng/editrids.hrc:161
msgctxt "RID_FINE_DASHED"
msgid "Single, fine dashed"
msgstr ""
-#: editrids.hrc:163
+#: include/editeng/editrids.hrc:162
msgctxt "RID_DOUBLE_THIN"
msgid "Double, fixed thin lines"
msgstr ""
-#: editrids.hrc:164
+#: include/editeng/editrids.hrc:163
msgctxt "RID_DASH_DOT"
msgid "Single, dash-dot"
msgstr ""
-#: editrids.hrc:165
+#: include/editeng/editrids.hrc:164
msgctxt "RID_DASH_DOT_DOT"
msgid "Single, dash-dot-dot"
msgstr ""
-#: editrids.hrc:166
+#: include/editeng/editrids.hrc:165
msgctxt "RID_SVXITEMS_METRIC_MM"
msgid "mm"
msgstr "мм"
-#: editrids.hrc:167
+#: include/editeng/editrids.hrc:166
msgctxt "RID_SVXITEMS_METRIC_CM"
msgid "cm"
msgstr "см"
-#: editrids.hrc:168
+#: include/editeng/editrids.hrc:167
msgctxt "RID_SVXITEMS_METRIC_INCH"
msgid "inch"
msgstr "адиуим"
-#: editrids.hrc:169
+#: include/editeng/editrids.hrc:168
msgctxt "RID_SVXITEMS_METRIC_POINT"
msgid "pt"
msgstr "пт"
-#: editrids.hrc:170
+#: include/editeng/editrids.hrc:169
msgctxt "RID_SVXITEMS_METRIC_TWIP"
msgid "twip"
-msgstr ""
+msgstr "твип"
-#: editrids.hrc:171
+#: include/editeng/editrids.hrc:170
msgctxt "RID_SVXITEMS_METRIC_PIXEL"
msgid "pixel"
msgstr "пикс."
#. GetValueText of BoolItems
-#: editrids.hrc:174
+#: include/editeng/editrids.hrc:173
msgctxt "RID_SVXITEMS_SHADOWED_TRUE"
msgid "Shadowed"
msgstr ""
-#: editrids.hrc:175
+#: include/editeng/editrids.hrc:174
msgctxt "RID_SVXITEMS_SHADOWED_FALSE"
msgid "Not Shadowed"
-msgstr ""
+msgstr "Агага ада"
-#: editrids.hrc:176
+#: include/editeng/editrids.hrc:175
msgctxt "RID_SVXITEMS_BLINK_TRUE"
msgid "Blinking"
msgstr "Алацәҟәра"
-#: editrids.hrc:177
+#: include/editeng/editrids.hrc:176
msgctxt "RID_SVXITEMS_BLINK_FALSE"
msgid "Not Blinking"
msgstr "Имлацәҟәуа"
-#: editrids.hrc:178
+#: include/editeng/editrids.hrc:177
msgctxt "RID_SVXITEMS_AUTOKERN_TRUE"
msgid "Pair Kerning"
msgstr ""
-#: editrids.hrc:179
+#: include/editeng/editrids.hrc:178
msgctxt "RID_SVXITEMS_AUTOKERN_FALSE"
msgid "No pair kerning"
msgstr ""
-#: editrids.hrc:180
+#: include/editeng/editrids.hrc:179
msgctxt "RID_SVXITEMS_WORDLINE_TRUE"
msgid "Individual words"
msgstr "Ажәақәа мацара"
-#: editrids.hrc:181
+#: include/editeng/editrids.hrc:180
msgctxt "RID_SVXITEMS_WORDLINE_FALSE"
msgid "Not Words Only"
-msgstr ""
+msgstr "Ажәақәа рымацара ракәымкәа"
-#: editrids.hrc:182
+#: include/editeng/editrids.hrc:181
msgctxt "RID_SVXITEMS_CONTOUR_TRUE"
msgid "Outline"
msgstr "Аконтур"
-#: editrids.hrc:183
+#: include/editeng/editrids.hrc:182
msgctxt "RID_SVXITEMS_CONTOUR_FALSE"
msgid "No Outline"
msgstr "Контурда"
-#: editrids.hrc:184
+#: include/editeng/editrids.hrc:183
msgctxt "RID_SVXITEMS_PRINT_TRUE"
msgid "Print"
msgstr "Акьыҧхьра"
-#: editrids.hrc:185
+#: include/editeng/editrids.hrc:184
msgctxt "RID_SVXITEMS_PRINT_FALSE"
msgid "Don't print"
msgstr "Кьыҧхьрада"
-#: editrids.hrc:186
+#: include/editeng/editrids.hrc:185
msgctxt "RID_SVXITEMS_OPAQUE_TRUE"
msgid "Opaque"
msgstr ""
-#: editrids.hrc:187
+#: include/editeng/editrids.hrc:186
msgctxt "RID_SVXITEMS_OPAQUE_FALSE"
msgid "Not Opaque"
msgstr ""
-#: editrids.hrc:188
+#: include/editeng/editrids.hrc:187
msgctxt "RID_SVXITEMS_FMTKEEP_TRUE"
msgid "Keep with next paragraph"
msgstr ""
-#: editrids.hrc:189
+#: include/editeng/editrids.hrc:188
msgctxt "RID_SVXITEMS_FMTKEEP_FALSE"
msgid "Don't Keep Paragraphs Together"
msgstr ""
-#: editrids.hrc:190
+#: include/editeng/editrids.hrc:189
#, fuzzy
msgctxt "RID_SVXITEMS_FMTSPLIT_TRUE"
msgid "Split paragraph"
msgstr "Иалкаатәуп абзац"
-#: editrids.hrc:191
+#: include/editeng/editrids.hrc:190
msgctxt "RID_SVXITEMS_FMTSPLIT_FALSE"
msgid "Don't split paragraph"
msgstr ""
-#: editrids.hrc:192
+#: include/editeng/editrids.hrc:191
msgctxt "RID_SVXITEMS_PROT_CONTENT_TRUE"
msgid "Contents protected"
-msgstr ""
+msgstr "Аҵанакы хьчоуп"
-#: editrids.hrc:193
+#: include/editeng/editrids.hrc:192
msgctxt "RID_SVXITEMS_PROT_CONTENT_FALSE"
msgid "Contents not protected"
-msgstr ""
+msgstr "Аҵанакы хьчаӡам"
-#: editrids.hrc:194
+#: include/editeng/editrids.hrc:193
msgctxt "RID_SVXITEMS_PROT_SIZE_TRUE"
msgid "Size protected"
msgstr "Ашәагаа хьчоуп"
-#: editrids.hrc:195
+#: include/editeng/editrids.hrc:194
msgctxt "RID_SVXITEMS_PROT_SIZE_FALSE"
msgid "Size not protected"
msgstr "Ашәагаа хьчаӡам"
-#: editrids.hrc:196
+#: include/editeng/editrids.hrc:195
msgctxt "RID_SVXITEMS_PROT_POS_TRUE"
msgid "Position protected"
msgstr ""
-#: editrids.hrc:197
+#: include/editeng/editrids.hrc:196
msgctxt "RID_SVXITEMS_PROT_POS_FALSE"
msgid "Position not protected"
msgstr ""
-#: editrids.hrc:198
+#: include/editeng/editrids.hrc:197
msgctxt "RID_SVXITEMS_TRANSPARENT_TRUE"
msgid "Transparent"
msgstr ""
-#: editrids.hrc:199
+#: include/editeng/editrids.hrc:198
msgctxt "RID_SVXITEMS_TRANSPARENT_FALSE"
msgid "Not Transparent"
msgstr ""
-#: editrids.hrc:200
+#: include/editeng/editrids.hrc:199
msgctxt "RID_SVXITEMS_HYPHEN_TRUE"
msgid "Hyphenation"
-msgstr ""
+msgstr "Аиагагақәа рыргылара"
-#: editrids.hrc:201
+#: include/editeng/editrids.hrc:200
msgctxt "RID_SVXITEMS_HYPHEN_FALSE"
msgid "No hyphenation"
-msgstr ""
+msgstr "Аиагагақәа рыргылара ада"
-#: editrids.hrc:202
+#: include/editeng/editrids.hrc:201
msgctxt "RID_SVXITEMS_PAGE_END_TRUE"
msgid "Page End"
msgstr "Адаҟьа анҵәамҭа"
-#: editrids.hrc:203
+#: include/editeng/editrids.hrc:202
msgctxt "RID_SVXITEMS_PAGE_END_FALSE"
msgid "No Page End"
msgstr "Адаҟьа анҵәамҭада"
-#: editrids.hrc:204
+#: include/editeng/editrids.hrc:203
msgctxt "RID_SVXITEMS_SIZE_WIDTH"
msgid "Width: "
msgstr "Аҭбаара:"
-#: editrids.hrc:205
+#: include/editeng/editrids.hrc:204
msgctxt "RID_SVXITEMS_SIZE_HEIGHT"
msgid "Height: "
msgstr "Аҳаракыра: "
-#: editrids.hrc:206
+#: include/editeng/editrids.hrc:205
msgctxt "RID_SVXITEMS_LRSPACE_LEFT"
msgid "Indent left "
msgstr ""
-#: editrids.hrc:207
+#: include/editeng/editrids.hrc:206
msgctxt "RID_SVXITEMS_LRSPACE_FLINE"
msgid "First Line "
msgstr "Актәи ацәаҳәа:"
-#: editrids.hrc:208
+#: include/editeng/editrids.hrc:207
msgctxt "RID_SVXITEMS_LRSPACE_RIGHT"
msgid "Indent right "
msgstr ""
-#: editrids.hrc:209
+#: include/editeng/editrids.hrc:208
msgctxt "RID_SVXITEMS_SHADOW_COMPLETE"
msgid "Shadow: "
msgstr ""
-#: editrids.hrc:210
+#: include/editeng/editrids.hrc:209
msgctxt "RID_SVXITEMS_BORDER_COMPLETE"
msgid "Borders "
msgstr ""
-#: editrids.hrc:211
+#: include/editeng/editrids.hrc:210
msgctxt "RID_SVXITEMS_BORDER_NONE"
msgid "No border"
msgstr ""
-#: editrids.hrc:212
+#: include/editeng/editrids.hrc:211
msgctxt "RID_SVXITEMS_BORDER_TOP"
msgid "top "
msgstr "хыхьла "
-#: editrids.hrc:213
+#: include/editeng/editrids.hrc:212
msgctxt "RID_SVXITEMS_BORDER_BOTTOM"
msgid "bottom "
msgstr "ҵаҟала "
-#: editrids.hrc:214
+#: include/editeng/editrids.hrc:213
msgctxt "RID_SVXITEMS_BORDER_LEFT"
msgid "left "
msgstr "арымарахь "
-#: editrids.hrc:215
+#: include/editeng/editrids.hrc:214
msgctxt "RID_SVXITEMS_BORDER_RIGHT"
msgid "right "
msgstr "арыӷьарахь "
-#: editrids.hrc:216
+#: include/editeng/editrids.hrc:215
msgctxt "RID_SVXITEMS_BORDER_DISTANCE"
msgid "Spacing "
msgstr "Аинтервал "
-#: editrids.hrc:217
+#: include/editeng/editrids.hrc:216
msgctxt "RID_SVXITEMS_ULSPACE_UPPER"
msgid "From top "
msgstr "Хыхьла "
-#: editrids.hrc:218
+#: include/editeng/editrids.hrc:217
msgctxt "RID_SVXITEMS_ULSPACE_LOWER"
msgid "From bottom "
msgstr "Ҵаҟала "
#. To translators: %1 == will be replaced by the number of lines
-#: editrids.hrc:220
+#: include/editeng/editrids.hrc:219
msgctxt "RID_SVXITEMS_LINES"
msgid "%1 Lines"
msgstr "Ацәаҳәақәа: %1"
-#: editrids.hrc:221
+#: include/editeng/editrids.hrc:220
msgctxt "RID_SVXITEMS_WIDOWS_COMPLETE"
msgid "Widow control"
msgstr ""
-#: editrids.hrc:222
+#: include/editeng/editrids.hrc:221
msgctxt "RID_SVXITEMS_ORPHANS_COMPLETE"
msgid "Orphan control"
msgstr ""
-#: editrids.hrc:223
+#: include/editeng/editrids.hrc:222
msgctxt "RID_SVXITEMS_HYPHEN_MINLEAD"
msgid "%1 characters at end of line"
msgstr "%1 символ ацәаҳәа анҵәамҭаҿ"
-#: editrids.hrc:224
+#: include/editeng/editrids.hrc:223
msgctxt "RID_SVXITEMS_HYPHEN_MINTRAIL"
msgid "%1 characters at beginning of line"
msgstr "%1 символ ацәаҳәа алагамҭаҿ"
-#: editrids.hrc:225
+#: include/editeng/editrids.hrc:224
msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
-msgstr ""
+msgstr "%1 аиагарақәа"
-#: editrids.hrc:226
+#: include/editeng/editrids.hrc:225
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Адаҟьа астиль: "
-#: editrids.hrc:227
+#: include/editeng/editrids.hrc:226
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Акернинг "
-#: editrids.hrc:228
+#: include/editeng/editrids.hrc:227
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr ""
-#: editrids.hrc:229
+#: include/editeng/editrids.hrc:228
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr ""
-#: editrids.hrc:230
+#: include/editeng/editrids.hrc:229
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Аграфикатә обиеқт"
-#: editrids.hrc:231
+#: include/editeng/editrids.hrc:230
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "мап"
-#: editrids.hrc:232
+#: include/editeng/editrids.hrc:231
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Акәаҧқәа "
-#: editrids.hrc:233
+#: include/editeng/editrids.hrc:232
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Агьежь "
#. ??? disc == filled ring
-#: editrids.hrc:235
+#: include/editeng/editrids.hrc:234
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Агежь "
-#: editrids.hrc:236
+#: include/editeng/editrids.hrc:235
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Акцент "
-#: editrids.hrc:237
+#: include/editeng/editrids.hrc:236
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Хыхьла"
-#: editrids.hrc:238
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Ҵаҟала"
-#: editrids.hrc:239
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr ""
-#: editrids.hrc:240
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr ""
-#: editrids.hrc:241
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr ""
-#: editrids.hrc:242
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr ""
-#: editrids.hrc:243
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
-#: editrids.hrc:244
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
-#: editrids.hrc:245
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
-#: editrids.hrc:246
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
-#: editrids.hrc:247
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr ""
-#: editrids.hrc:248
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr ""
-#: editrids.hrc:249
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Ацәаҳәа иҭагӡатәуп"
-#: editrids.hrc:250
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
-msgstr ""
+msgstr "Атеқст аргьежьрада"
-#: editrids.hrc:251
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
-#: editrids.hrc:252
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Асимволқәа $(ARG1)% рмасштабркра"
-#: editrids.hrc:253
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr ""
-#: editrids.hrc:254
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr ""
-#: editrids.hrc:255
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Арельеф"
-#: editrids.hrc:256
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr ""
-#: editrids.hrc:257
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr ""
-#: editrids.hrc:258
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr ""
-#: editrids.hrc:259
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
-msgstr ""
+msgstr "Атеқст хыхьла аиҟаратәра"
-#: editrids.hrc:260
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
-msgstr ""
+msgstr "Атеқст ацентр ала аиҟаратәра"
-#: editrids.hrc:261
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
-msgstr ""
+msgstr "Атеқст ҵаҟала аиҟаратәра"
-#: editrids.hrc:262
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
-msgstr ""
+msgstr "Атеқст ахырхарҭа: армарахьтә-арӷьарахь (горизонталла)"
-#: editrids.hrc:263
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
-msgstr ""
+msgstr "Атеқст ахырхарҭа: арӷьарахьтә-армарахь (горизонталла)"
-#: editrids.hrc:264
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
-msgstr ""
+msgstr "Атеқст ахырхарҭа: арӷьарахьтә-армарахь (вертикалла)"
-#: editrids.hrc:265
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
-msgstr ""
+msgstr "Атеқст ахырхарҭа: армарахьтә-арӷьарахь (вертикалла)"
-#: editrids.hrc:266
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
-#: editrids.hrc:267
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
-#: editrids.hrc:268
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr ""
-#: editrids.hrc:269
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
-msgstr ""
+msgstr "Иҵәахым"
-#: editrids.hrc:270
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Иҵәаху"
#. enum SvxCellHorJustify ----------------------------------------------------
-#: editrids.hrc:273
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_HORJUST_STANDARD"
msgid "Horizontal alignment default"
msgstr ""
-#: editrids.hrc:274
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_HORJUST_LEFT"
msgid "Align left"
msgstr "Армарахь ала"
-#: editrids.hrc:275
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_HORJUST_CENTER"
msgid "Centered horizontally"
-msgstr ""
+msgstr "Горизонталла ацентр ала"
-#: editrids.hrc:276
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_HORJUST_RIGHT"
msgid "Align right"
msgstr "Арӷьарахь ала"
-#: editrids.hrc:277
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_HORJUST_BLOCK"
msgid "Justify"
-msgstr ""
+msgstr "Аҭбаарала аиҟаратәра"
-#: editrids.hrc:278
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_HORJUST_REPEAT"
msgid "Repeat alignment"
msgstr ""
#. enum SvxCellVerJustify ----------------------------------------------------
-#: editrids.hrc:281
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_VERJUST_STANDARD"
msgid "Vertical alignment default"
msgstr ""
-#: editrids.hrc:282
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_VERJUST_TOP"
msgid "Align to top"
msgstr ""
-#: editrids.hrc:283
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_VERJUST_CENTER"
msgid "Centered vertically"
msgstr ""
-#: editrids.hrc:284
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_VERJUST_BOTTOM"
msgid "Align to bottom"
msgstr ""
#. enum SvxCellJustifyMethod ----------------------------------------------------
-#: editrids.hrc:287
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_JUSTMETHOD_AUTO"
msgid "Automatic"
msgstr "Автоматикала"
-#: editrids.hrc:288
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE"
msgid "Distributed"
msgstr ""
-#: editrids.hrc:290
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
-msgstr ""
+msgstr "Ақьаад анашьҭра"
-#: editrids.hrc:291
+#: include/editeng/editrids.hrc:290
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr ""
-#: editrids.hrc:293
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: editrids.hrc:294
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Ииагатәуп"
-#: editrids.hrc:295
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: editrids.hrc:296
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Иҧсахтәуп"
-#: editrids.hrc:297
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Атрибутқәа хархәуатәуп"
-#: editrids.hrc:298
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Атрибутқәа еиҭашьақәыргылатәуп"
-#: editrids.hrc:299
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr ""
-#: editrids.hrc:300
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Ихархәатәуп астильқәа"
-#: editrids.hrc:301
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Арегистр"
-#: editrids.hrc:302
+#: include/editeng/editrids.hrc:301
#, c-format
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Ажәа %x"
-#: editrids.hrc:303
+#: include/editeng/editrids.hrc:302
#, c-format
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Абзац %x"
-#: editrids.hrc:304
+#: include/editeng/editrids.hrc:303
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Автоматикала"
-#: editrids.hrc:306
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Аграфикатә маркер абзац аҟны"
-#: editrids.hrc:307
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Аграфикатә маркер"
-#: editrids.hrc:308
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Абзац: $(ARG) "
-#: editrids.hrc:310
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr ""
-#: editrids.hrc:311
+#: include/editeng/editrids.hrc:310
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr ""
-#: editrids.hrc:312
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
"due to unknown reason."
msgstr ""
-#: editrids.hrc:313
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Ажәар харҭәаауп."
-#: editrids.hrc:314
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Ажәар аҧхьара мацаразы."
-#: editrids.hrc:316
+#: include/editeng/editrids.hrc:315
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr ""
-#: editrids.hrc:317
+#: include/editeng/editrids.hrc:316
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr ""
-#: editrids.hrc:318
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Иеикәрҳәтәуп"
-#: editrids.hrc:319
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Ихархәуатәуп атрибутқәа "
-#: editrids.hrc:320
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
diff --git a/source/ab/extensions/messages.po b/source/ab/extensions/messages.po
index 937bd738a16..5e38830b133 100644
--- a/source/ab/extensions/messages.po
+++ b/source/ab/extensions/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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2018-02-09 17:18+0000\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
+"PO-Revision-Date: 2018-03-25 10:16+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -12,1890 +12,1890 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1518196703.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521972996.000000\n"
-#: command.hrc:29
+#: extensions/inc/command.hrc:29
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Table"
msgstr "Атаблица"
-#: command.hrc:30
+#: extensions/inc/command.hrc:30
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Query"
msgstr "Азыҳәара"
-#: command.hrc:31
+#: extensions/inc/command.hrc:31
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "SQL command"
msgstr "SQL акоманда"
-#: showhide.hrc:29
+#: extensions/inc/showhide.hrc:29
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: showhide.hrc:30
+#: extensions/inc/showhide.hrc:30
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Show"
msgstr "Иаарҧштәуп"
-#: stringarrays.hrc:27
+#: extensions/inc/stringarrays.hrc:27
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Top"
msgstr "Хыхьла"
-#: stringarrays.hrc:28
+#: extensions/inc/stringarrays.hrc:28
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Middle"
msgstr "Агәҭа ала"
-#: stringarrays.hrc:29
+#: extensions/inc/stringarrays.hrc:29
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: stringarrays.hrc:34
+#: extensions/inc/stringarrays.hrc:34
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Small"
msgstr "Ихәыҷқәо"
-#: stringarrays.hrc:35
+#: extensions/inc/stringarrays.hrc:35
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Large"
msgstr "Идуқәо"
-#: stringarrays.hrc:40
+#: extensions/inc/stringarrays.hrc:40
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Without frame"
msgstr ""
-#: stringarrays.hrc:41
+#: extensions/inc/stringarrays.hrc:41
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "3D look"
msgstr ""
-#: stringarrays.hrc:42
+#: extensions/inc/stringarrays.hrc:42
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Flat"
msgstr ""
-#: stringarrays.hrc:47
+#: extensions/inc/stringarrays.hrc:47
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Valuelist"
msgstr ""
-#: stringarrays.hrc:48
+#: extensions/inc/stringarrays.hrc:48
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Table"
msgstr "Атаблица"
-#: stringarrays.hrc:49
+#: extensions/inc/stringarrays.hrc:49
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Query"
msgstr "Азыҳәара"
-#: stringarrays.hrc:50
+#: extensions/inc/stringarrays.hrc:50
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql"
msgstr "Sql"
-#: stringarrays.hrc:51
+#: extensions/inc/stringarrays.hrc:51
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql [Native]"
msgstr ""
-#: stringarrays.hrc:52
+#: extensions/inc/stringarrays.hrc:52
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Tablefields"
msgstr "Атаблица аҭакырақәа"
-#: stringarrays.hrc:57
+#: extensions/inc/stringarrays.hrc:57
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Left"
msgstr "Арымарахь"
-#: stringarrays.hrc:58
+#: extensions/inc/stringarrays.hrc:58
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Center"
msgstr "Ацентр ала"
-#: stringarrays.hrc:59
+#: extensions/inc/stringarrays.hrc:59
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Right"
msgstr "Арыӷьарахь"
-#: stringarrays.hrc:64
+#: extensions/inc/stringarrays.hrc:64
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "None"
msgstr "Мап"
-#: stringarrays.hrc:65
+#: extensions/inc/stringarrays.hrc:65
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Submit form"
msgstr "Идәықәҵатәуп аформа"
-#: stringarrays.hrc:66
+#: extensions/inc/stringarrays.hrc:66
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Reset form"
msgstr "Еиҭашьақәыргылатәуп аформа"
-#: stringarrays.hrc:67
+#: extensions/inc/stringarrays.hrc:67
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Open document/web page"
msgstr "Иаарттәуп адокумент/web-адаҟьа"
-#: stringarrays.hrc:68
+#: extensions/inc/stringarrays.hrc:68
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "First record"
msgstr ""
-#: stringarrays.hrc:69
+#: extensions/inc/stringarrays.hrc:69
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Previous record"
msgstr ""
-#: stringarrays.hrc:70
+#: extensions/inc/stringarrays.hrc:70
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Next record"
msgstr "Анаҩстәи анҵамҭа"
-#: stringarrays.hrc:71
+#: extensions/inc/stringarrays.hrc:71
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Last record"
msgstr ""
-#: stringarrays.hrc:72
+#: extensions/inc/stringarrays.hrc:72
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Save record"
msgstr "Еиқәырхатәуп анҵамҭа"
-#: stringarrays.hrc:73
+#: extensions/inc/stringarrays.hrc:73
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Undo data entry"
msgstr "Иаҟәыхтәуп адырқәа рҭагалара"
-#: stringarrays.hrc:74
+#: extensions/inc/stringarrays.hrc:74
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "New record"
msgstr "Иацҵатәуп анҵамҭа"
-#: stringarrays.hrc:75
+#: extensions/inc/stringarrays.hrc:75
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Delete record"
msgstr "Ианыхтәуп анҵамҭа"
-#: stringarrays.hrc:76
+#: extensions/inc/stringarrays.hrc:76
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Refresh form"
msgstr "Ирҿыцтәуп аформа"
-#: stringarrays.hrc:81
+#: extensions/inc/stringarrays.hrc:81
msgctxt "RID_RSC_ENUM_SUBMIT_METHOD"
msgid "Get"
msgstr "Get"
-#: stringarrays.hrc:82
+#: extensions/inc/stringarrays.hrc:82
msgctxt "RID_RSC_ENUM_SUBMIT_METHOD"
msgid "Post"
msgstr "Post"
-#: stringarrays.hrc:87
+#: extensions/inc/stringarrays.hrc:87
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "URL"
msgstr "URL"
-#: stringarrays.hrc:88
+#: extensions/inc/stringarrays.hrc:88
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Multipart"
msgstr ""
-#: stringarrays.hrc:89
+#: extensions/inc/stringarrays.hrc:89
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Text"
msgstr "Атеқст"
-#: stringarrays.hrc:94
+#: extensions/inc/stringarrays.hrc:94
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short)"
msgstr ""
-#: stringarrays.hrc:95
+#: extensions/inc/stringarrays.hrc:95
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YY)"
msgstr ""
-#: stringarrays.hrc:96
+#: extensions/inc/stringarrays.hrc:96
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YYYY)"
msgstr ""
-#: stringarrays.hrc:97
+#: extensions/inc/stringarrays.hrc:97
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (long)"
msgstr ""
-#: stringarrays.hrc:98
+#: extensions/inc/stringarrays.hrc:98
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "DD/MM/YY"
msgstr ""
-#: stringarrays.hrc:99
+#: extensions/inc/stringarrays.hrc:99
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "MM/DD/YY"
msgstr ""
-#: stringarrays.hrc:100
+#: extensions/inc/stringarrays.hrc:100
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY/MM/DD"
msgstr ""
-#: stringarrays.hrc:101
+#: extensions/inc/stringarrays.hrc:101
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "DD/MM/YYYY"
msgstr ""
-#: stringarrays.hrc:102
+#: extensions/inc/stringarrays.hrc:102
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "MM/DD/YYYY"
msgstr ""
-#: stringarrays.hrc:103
+#: extensions/inc/stringarrays.hrc:103
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY/MM/DD"
msgstr ""
-#: stringarrays.hrc:104
+#: extensions/inc/stringarrays.hrc:104
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY-MM-DD"
msgstr ""
-#: stringarrays.hrc:105
+#: extensions/inc/stringarrays.hrc:105
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY-MM-DD"
msgstr ""
-#: stringarrays.hrc:110
+#: extensions/inc/stringarrays.hrc:110
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "13:45"
msgstr ""
-#: stringarrays.hrc:111
+#: extensions/inc/stringarrays.hrc:111
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "13:45:00"
msgstr ""
-#: stringarrays.hrc:112
+#: extensions/inc/stringarrays.hrc:112
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45 PM"
msgstr ""
-#: stringarrays.hrc:113
+#: extensions/inc/stringarrays.hrc:113
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45:00 PM"
msgstr ""
-#: stringarrays.hrc:118
+#: extensions/inc/stringarrays.hrc:118
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Selected"
msgstr "Иалхӡам"
-#: stringarrays.hrc:119
+#: extensions/inc/stringarrays.hrc:119
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Selected"
msgstr "Иалхуп"
-#: stringarrays.hrc:120
+#: extensions/inc/stringarrays.hrc:120
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Defined"
msgstr ""
-#: stringarrays.hrc:125
+#: extensions/inc/stringarrays.hrc:125
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "All records"
msgstr ""
-#: stringarrays.hrc:126
+#: extensions/inc/stringarrays.hrc:126
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Active record"
msgstr ""
-#: stringarrays.hrc:127
+#: extensions/inc/stringarrays.hrc:127
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Current page"
msgstr "Уажәтәи адаҟьа"
-#: stringarrays.hrc:132
+#: extensions/inc/stringarrays.hrc:132
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "No"
msgstr "Мап"
-#: stringarrays.hrc:133
+#: extensions/inc/stringarrays.hrc:133
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Yes"
msgstr "Ааи"
-#: stringarrays.hrc:134
+#: extensions/inc/stringarrays.hrc:134
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Parent Form"
msgstr ""
-#: stringarrays.hrc:139
+#: extensions/inc/stringarrays.hrc:139
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_blank"
msgstr ""
-#: stringarrays.hrc:140
+#: extensions/inc/stringarrays.hrc:140
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_parent"
msgstr ""
-#: stringarrays.hrc:141
+#: extensions/inc/stringarrays.hrc:141
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_self"
msgstr ""
-#: stringarrays.hrc:142
+#: extensions/inc/stringarrays.hrc:142
#, fuzzy
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_top"
msgstr "Хыхьла"
-#: stringarrays.hrc:147
+#: extensions/inc/stringarrays.hrc:147
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "None"
msgstr "Мап"
-#: stringarrays.hrc:148
+#: extensions/inc/stringarrays.hrc:148
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Single"
msgstr ""
-#: stringarrays.hrc:149
+#: extensions/inc/stringarrays.hrc:149
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Multi"
msgstr ""
-#: stringarrays.hrc:150
+#: extensions/inc/stringarrays.hrc:150
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Range"
msgstr "Адиапазон"
-#: stringarrays.hrc:155
+#: extensions/inc/stringarrays.hrc:155
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Horizontal"
msgstr "Горизонталла"
-#: stringarrays.hrc:156
+#: extensions/inc/stringarrays.hrc:156
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Vertical"
msgstr ""
-#: stringarrays.hrc:161
+#: extensions/inc/stringarrays.hrc:161
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Default"
msgstr "Астандарт"
-#: stringarrays.hrc:162
+#: extensions/inc/stringarrays.hrc:162
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "OK"
msgstr "OK"
-#: stringarrays.hrc:163
+#: extensions/inc/stringarrays.hrc:163
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Cancel"
msgstr "Аҟәыхра"
-#: stringarrays.hrc:164
+#: extensions/inc/stringarrays.hrc:164
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Help"
msgstr "Аилыркаага"
-#: stringarrays.hrc:169
+#: extensions/inc/stringarrays.hrc:169
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "The selected entry"
msgstr "Иалху анҵамҭа"
-#: stringarrays.hrc:170
+#: extensions/inc/stringarrays.hrc:170
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "Position of the selected entry"
msgstr ""
-#: stringarrays.hrc:175
+#: extensions/inc/stringarrays.hrc:175
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Single-line"
msgstr ""
-#: stringarrays.hrc:176
+#: extensions/inc/stringarrays.hrc:176
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line"
msgstr ""
-#: stringarrays.hrc:177
+#: extensions/inc/stringarrays.hrc:177
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line with formatting"
msgstr ""
-#: stringarrays.hrc:182
+#: extensions/inc/stringarrays.hrc:182
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "LF (Unix)"
msgstr ""
-#: stringarrays.hrc:183
+#: extensions/inc/stringarrays.hrc:183
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "CR+LF (Windows)"
msgstr ""
-#: stringarrays.hrc:188
+#: extensions/inc/stringarrays.hrc:188
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "None"
msgstr "Мап"
-#: stringarrays.hrc:189
+#: extensions/inc/stringarrays.hrc:189
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Horizontal"
msgstr "Горизонталла"
-#: stringarrays.hrc:190
+#: extensions/inc/stringarrays.hrc:190
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Vertical"
msgstr ""
-#: stringarrays.hrc:191
+#: extensions/inc/stringarrays.hrc:191
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Both"
msgstr ""
-#: stringarrays.hrc:196
+#: extensions/inc/stringarrays.hrc:196
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "3D"
msgstr "3D"
-#: stringarrays.hrc:197
+#: extensions/inc/stringarrays.hrc:197
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "Flat"
msgstr ""
-#: stringarrays.hrc:202
+#: extensions/inc/stringarrays.hrc:202
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left top"
msgstr ""
-#: stringarrays.hrc:203
+#: extensions/inc/stringarrays.hrc:203
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left centered"
msgstr "Арымарахь"
-#: stringarrays.hrc:204
+#: extensions/inc/stringarrays.hrc:204
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left bottom"
msgstr ""
-#: stringarrays.hrc:205
+#: extensions/inc/stringarrays.hrc:205
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right top"
msgstr ""
-#: stringarrays.hrc:206
+#: extensions/inc/stringarrays.hrc:206
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right centered"
msgstr ""
-#: stringarrays.hrc:207
+#: extensions/inc/stringarrays.hrc:207
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right bottom"
msgstr ""
-#: stringarrays.hrc:208
+#: extensions/inc/stringarrays.hrc:208
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above left"
msgstr ""
-#: stringarrays.hrc:209
+#: extensions/inc/stringarrays.hrc:209
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above centered"
msgstr ""
-#: stringarrays.hrc:210
+#: extensions/inc/stringarrays.hrc:210
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above right"
msgstr ""
-#: stringarrays.hrc:211
+#: extensions/inc/stringarrays.hrc:211
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below left"
msgstr ""
-#: stringarrays.hrc:212
+#: extensions/inc/stringarrays.hrc:212
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below centered"
msgstr ""
-#: stringarrays.hrc:213
+#: extensions/inc/stringarrays.hrc:213
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below right"
msgstr ""
-#: stringarrays.hrc:214
+#: extensions/inc/stringarrays.hrc:214
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Centered"
msgstr "Ацентр ала"
-#: stringarrays.hrc:219
+#: extensions/inc/stringarrays.hrc:219
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Preserve"
msgstr ""
-#: stringarrays.hrc:220
+#: extensions/inc/stringarrays.hrc:220
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Replace"
msgstr "Иҧсахтәуп"
-#: stringarrays.hrc:221
+#: extensions/inc/stringarrays.hrc:221
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Collapse"
msgstr "Иеикәрҳәтәуп"
-#: stringarrays.hrc:226
+#: extensions/inc/stringarrays.hrc:226
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "No"
msgstr "Мап"
-#: stringarrays.hrc:227
+#: extensions/inc/stringarrays.hrc:227
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Keep Ratio"
msgstr ""
-#: stringarrays.hrc:228
+#: extensions/inc/stringarrays.hrc:228
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Fit to Size"
msgstr "Ашәагаа иақәыршәатәуп"
-#: stringarrays.hrc:233
+#: extensions/inc/stringarrays.hrc:233
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Left-to-right"
msgstr "Армарахьтә арӷьарахь"
-#: stringarrays.hrc:234
+#: extensions/inc/stringarrays.hrc:234
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Right-to-left"
msgstr "Арӷьарахьтә армарахь"
-#: stringarrays.hrc:235
+#: extensions/inc/stringarrays.hrc:235
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Use superordinate object settings"
msgstr ""
-#: stringarrays.hrc:240
+#: extensions/inc/stringarrays.hrc:240
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Never"
msgstr ""
-#: stringarrays.hrc:241
+#: extensions/inc/stringarrays.hrc:241
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "When focused"
msgstr ""
-#: stringarrays.hrc:242
+#: extensions/inc/stringarrays.hrc:242
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Always"
msgstr ""
-#: stringarrays.hrc:247
+#: extensions/inc/stringarrays.hrc:247
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Paragraph"
msgstr "Абзац ахь"
-#: stringarrays.hrc:248
+#: extensions/inc/stringarrays.hrc:248
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "As Character"
msgstr "Асимвол еиҧш"
-#: stringarrays.hrc:249
+#: extensions/inc/stringarrays.hrc:249
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Page"
msgstr "Адаҟьахь"
-#: stringarrays.hrc:250
+#: extensions/inc/stringarrays.hrc:250
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Frame"
msgstr ""
-#: stringarrays.hrc:251
+#: extensions/inc/stringarrays.hrc:251
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Character"
msgstr "Асимвол ахь"
-#: stringarrays.hrc:256
+#: extensions/inc/stringarrays.hrc:256
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Page"
msgstr "Адаҟьахь"
-#: stringarrays.hrc:257
+#: extensions/inc/stringarrays.hrc:257
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Cell"
msgstr ""
-#: strings.hrc:25
+#: extensions/inc/strings.hrc:25
msgctxt "RID_STR_EDITMASK"
msgid "Edit mask"
msgstr ""
-#: strings.hrc:26
+#: extensions/inc/strings.hrc:26
msgctxt "RID_STR_LITERALMASK"
msgid "Literal mask"
msgstr ""
-#: strings.hrc:27
+#: extensions/inc/strings.hrc:27
msgctxt "RID_STR_READONLY"
msgid "Read-only"
msgstr "Аҧхьара мацараз"
-#: strings.hrc:28
+#: extensions/inc/strings.hrc:28
msgctxt "RID_STR_ENABLED"
msgid "Enabled"
msgstr ""
-#: strings.hrc:29
+#: extensions/inc/strings.hrc:29
msgctxt "RID_STR_ENABLE_VISIBLE"
msgid "Visible"
msgstr ""
-#: strings.hrc:30
+#: extensions/inc/strings.hrc:30
msgctxt "RID_STR_AUTOCOMPLETE"
msgid "AutoFill"
msgstr ""
-#: strings.hrc:31
+#: extensions/inc/strings.hrc:31
msgctxt "RID_STR_LINECOUNT"
msgid "Line count"
msgstr "Ацәаҳәақәа рхыҧхьаӡара"
-#: strings.hrc:32
+#: extensions/inc/strings.hrc:32
msgctxt "RID_STR_MAXTEXTLEN"
msgid "Max. text length"
msgstr "Атеқст имаксималтәу аура"
-#: strings.hrc:33
+#: extensions/inc/strings.hrc:33
msgctxt "RID_STR_SPIN"
msgid "Spin Button"
msgstr ""
-#: strings.hrc:34
+#: extensions/inc/strings.hrc:34
msgctxt "RID_STR_STRICTFORMAT"
msgid "Strict format"
msgstr "Аформат агәаҭара"
-#: strings.hrc:35
+#: extensions/inc/strings.hrc:35
msgctxt "RID_STR_SHOWTHOUSANDSEP"
msgid "Thousands separator"
msgstr ""
-#: strings.hrc:36
+#: extensions/inc/strings.hrc:36
msgctxt "RID_STR_PRINTABLE"
msgid "Printable"
msgstr "Акьыҧхьразы"
-#: strings.hrc:37
+#: extensions/inc/strings.hrc:37
msgctxt "RID_STR_TARGET_URL"
msgid "URL"
msgstr "URL"
-#: strings.hrc:38
+#: extensions/inc/strings.hrc:38
msgctxt "RID_STR_TARGET_FRAME"
msgid "Frame"
msgstr "Афреим"
-#: strings.hrc:39
+#: extensions/inc/strings.hrc:39
msgctxt "RID_STR_HELPTEXT"
msgid "Help text"
msgstr ""
-#: strings.hrc:40
+#: extensions/inc/strings.hrc:40
msgctxt "RID_STR_HELPURL"
msgid "Help URL"
msgstr "URL аилыркаага"
-#: strings.hrc:41
+#: extensions/inc/strings.hrc:41
msgctxt "RID_STR_TAG"
msgid "Additional information"
msgstr ""
-#: strings.hrc:42
+#: extensions/inc/strings.hrc:42
msgctxt "RID_STR_ECHO_CHAR"
msgid "Password character"
msgstr "Ажәамаӡа асимволқәа"
-#: strings.hrc:43
+#: extensions/inc/strings.hrc:43
msgctxt "RID_STR_TRISTATE"
msgid "Tristate"
msgstr ""
-#: strings.hrc:44
+#: extensions/inc/strings.hrc:44
msgctxt "RID_STR_EMPTY_IS_NULL"
msgid "Empty string is NULL"
msgstr "Иҭацәу ацәаҳәа - NULL"
-#: strings.hrc:45
+#: extensions/inc/strings.hrc:45
msgctxt "RID_STR_DECIMAL_ACCURACY"
msgid "Decimal accuracy"
msgstr "Аиашақәшәара"
-#: strings.hrc:46
+#: extensions/inc/strings.hrc:46
msgctxt "RID_STR_IMAGE_URL"
msgid "Graphics"
msgstr "Асахьақәа"
-#: strings.hrc:47
+#: extensions/inc/strings.hrc:47
msgctxt "RID_STR_DEFAULT_SELECT_SEQ"
msgid "Default selection"
msgstr ""
-#: strings.hrc:48
+#: extensions/inc/strings.hrc:48
msgctxt "RID_STR_DEFAULT_BUTTON"
msgid "Default button"
msgstr ""
-#: strings.hrc:49
+#: extensions/inc/strings.hrc:49
msgctxt "RID_STR_LABELCONTROL"
msgid "Label Field"
msgstr "Аҭыҧдырга"
-#: strings.hrc:50
+#: extensions/inc/strings.hrc:50
msgctxt "RID_STR_LABEL"
msgid "Label"
msgstr "Атеқст"
-#: strings.hrc:51
+#: extensions/inc/strings.hrc:51
msgctxt "RID_STR_ALIGN"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: strings.hrc:52
+#: extensions/inc/strings.hrc:52
msgctxt "RID_STR_VERTICAL_ALIGN"
msgid "Vert. Alignment"
msgstr ""
-#: strings.hrc:53
+#: extensions/inc/strings.hrc:53
msgctxt "RID_STR_IMAGEPOSITION"
msgid "Graphics alignment"
msgstr ""
-#: strings.hrc:54
+#: extensions/inc/strings.hrc:54
msgctxt "RID_STR_FONT"
msgid "Font"
msgstr "Ашрифт"
-#: strings.hrc:55
+#: extensions/inc/strings.hrc:55
msgctxt "RID_STR_BACKGROUNDCOLOR"
msgid "Background color"
msgstr "Аҿаҧшыра аҧштәы"
-#: strings.hrc:56
+#: extensions/inc/strings.hrc:56
msgctxt "RID_STR_BORDER"
msgid "Border"
msgstr ""
-#: strings.hrc:57
+#: extensions/inc/strings.hrc:57
msgctxt "RID_STR_ICONSIZE"
msgid "Icon size"
msgstr ""
-#: strings.hrc:58
+#: extensions/inc/strings.hrc:58
msgctxt "RID_STR_SHOW_POSITION"
msgid "Positioning"
msgstr ""
-#: strings.hrc:59
+#: extensions/inc/strings.hrc:59
msgctxt "RID_STR_SHOW_NAVIGATION"
msgid "Navigation"
msgstr "Анавигациа"
-#: strings.hrc:60
+#: extensions/inc/strings.hrc:60
msgctxt "RID_STR_SHOW_RECORDACTIONS"
msgid "Acting on a record"
msgstr ""
-#: strings.hrc:61
+#: extensions/inc/strings.hrc:61
msgctxt "RID_STR_SHOW_FILTERSORT"
msgid "Filtering / Sorting"
msgstr ""
-#: strings.hrc:62
+#: extensions/inc/strings.hrc:62
msgctxt "RID_STR_HSCROLL"
msgid "Horizontal scroll bar"
msgstr ""
-#: strings.hrc:63
+#: extensions/inc/strings.hrc:63
msgctxt "RID_STR_VSCROLL"
msgid "Vertical scroll bar"
msgstr ""
-#: strings.hrc:64
+#: extensions/inc/strings.hrc:64
msgctxt "RID_STR_WORDBREAK"
msgid "Word break"
msgstr ""
-#: strings.hrc:65
+#: extensions/inc/strings.hrc:65
msgctxt "RID_STR_MULTILINE"
msgid "Multiline input"
msgstr ""
-#: strings.hrc:66
+#: extensions/inc/strings.hrc:66
msgctxt "RID_STR_MULTISELECTION"
msgid "Multiselection"
msgstr "Гәыҧ-гәыҧла алкаара"
-#: strings.hrc:67
+#: extensions/inc/strings.hrc:67
msgctxt "RID_STR_NAME"
msgid "Name"
msgstr "Ахьӡ"
-#: strings.hrc:68
+#: extensions/inc/strings.hrc:68
msgctxt "RID_STR_GROUP_NAME"
msgid "Group name"
msgstr "Агәыҧ ахьӡ"
-#: strings.hrc:69
+#: extensions/inc/strings.hrc:69
msgctxt "RID_STR_TABINDEX"
msgid "Tab order"
msgstr ""
-#: strings.hrc:70
+#: extensions/inc/strings.hrc:70
msgctxt "RID_STR_WHEEL_BEHAVIOR"
msgid "Mouse wheel scroll"
msgstr ""
-#: strings.hrc:71
+#: extensions/inc/strings.hrc:71
msgctxt "RID_STR_FILTER"
msgid "Filter"
msgstr "Афильтр"
-#: strings.hrc:72
+#: extensions/inc/strings.hrc:72
msgctxt "RID_STR_SORT_CRITERIA"
msgid "Sort"
msgstr "Асортра"
-#: strings.hrc:73
+#: extensions/inc/strings.hrc:73
msgctxt "RID_STR_RECORDMARKER"
msgid "Record marker"
msgstr ""
-#: strings.hrc:74
+#: extensions/inc/strings.hrc:74
msgctxt "RID_STR_FILTERPROPOSAL"
msgid "Filter proposal"
msgstr ""
-#: strings.hrc:75
+#: extensions/inc/strings.hrc:75
msgctxt "RID_STR_NAVIGATION"
msgid "Navigation bar"
msgstr ""
-#: strings.hrc:76
+#: extensions/inc/strings.hrc:76
msgctxt "RID_STR_CYCLE"
msgid "Cycle"
msgstr "Ацикл"
-#: strings.hrc:77
+#: extensions/inc/strings.hrc:77
msgctxt "RID_STR_TABSTOP"
msgid "Tabstop"
msgstr ""
-#: strings.hrc:78
+#: extensions/inc/strings.hrc:78
msgctxt "RID_STR_CONTROLSOURCE"
msgid "Data field"
msgstr ""
-#: strings.hrc:79
+#: extensions/inc/strings.hrc:79
msgctxt "RID_STR_DROPDOWN"
msgid "Dropdown"
msgstr ""
-#: strings.hrc:80
+#: extensions/inc/strings.hrc:80
msgctxt "RID_STR_BOUNDCOLUMN"
msgid "Bound field"
msgstr ""
-#: strings.hrc:81
+#: extensions/inc/strings.hrc:81
msgctxt "RID_STR_LISTSOURCE"
msgid "List content"
msgstr ""
-#: strings.hrc:82
+#: extensions/inc/strings.hrc:82
msgctxt "RID_STR_LISTSOURCETYPE"
msgid "Type of list contents"
msgstr ""
-#: strings.hrc:83
+#: extensions/inc/strings.hrc:83
msgctxt "RID_STR_CURSORSOURCE"
msgid "Content"
msgstr "Иаҵанакуа"
-#: strings.hrc:84
+#: extensions/inc/strings.hrc:84
msgctxt "RID_STR_CURSORSOURCETYPE"
msgid "Content type"
msgstr ""
-#: strings.hrc:85
+#: extensions/inc/strings.hrc:85
msgctxt "RID_STR_ALLOW_ADDITIONS"
msgid "Allow additions"
msgstr ""
-#: strings.hrc:86
+#: extensions/inc/strings.hrc:86
msgctxt "RID_STR_ALLOW_DELETIONS"
msgid "Allow deletions"
msgstr ""
-#: strings.hrc:87
+#: extensions/inc/strings.hrc:87
msgctxt "RID_STR_ALLOW_EDITS"
msgid "Allow modifications"
msgstr ""
-#: strings.hrc:88
+#: extensions/inc/strings.hrc:88
msgctxt "RID_STR_DATAENTRY"
msgid "Add data only"
msgstr "Адырқәа рҭагалара"
-#: strings.hrc:89
+#: extensions/inc/strings.hrc:89
msgctxt "RID_STR_DATASOURCE"
msgid "Data source"
msgstr "Адырқәа рхыҵхырҭа"
-#: strings.hrc:90
+#: extensions/inc/strings.hrc:90
msgctxt "RID_STR_MASTERFIELDS"
msgid "Link master fields"
msgstr ""
-#: strings.hrc:91
+#: extensions/inc/strings.hrc:91
msgctxt "RID_STR_SLAVEFIELDS"
msgid "Link slave fields"
msgstr ""
-#: strings.hrc:92
+#: extensions/inc/strings.hrc:92
msgctxt "RID_STR_VALUEMIN"
msgid "Value min."
msgstr "Иминималтәу аҵакы"
-#: strings.hrc:93
+#: extensions/inc/strings.hrc:93
msgctxt "RID_STR_VALUEMAX"
msgid "Value max."
msgstr "Имаксималтәу аҵакы"
-#: strings.hrc:94
+#: extensions/inc/strings.hrc:94
msgctxt "RID_STR_VALUESTEP"
msgid "Incr./decrement value"
msgstr "Аҵакы ашьаҿа"
-#: strings.hrc:95
+#: extensions/inc/strings.hrc:95
msgctxt "RID_STR_CURRENCYSYMBOL"
msgid "Currency symbol"
msgstr "Авалиута асимвол"
-#: strings.hrc:96
+#: extensions/inc/strings.hrc:96
msgctxt "RID_STR_DATEMIN"
msgid "Date min."
msgstr "Иминималтәу арыцхә"
-#: strings.hrc:97
+#: extensions/inc/strings.hrc:97
msgctxt "RID_STR_DATEMAX"
msgid "Date max."
msgstr "Имаксималтәу арыцхә"
-#: strings.hrc:98
+#: extensions/inc/strings.hrc:98
msgctxt "RID_STR_DATEFORMAT"
msgid "Date format"
msgstr "Адырқәа рформат"
-#: strings.hrc:99
+#: extensions/inc/strings.hrc:99
msgctxt "RID_STR_SELECTEDITEMS"
msgid "Selection"
msgstr "Алкаара"
-#: strings.hrc:100
+#: extensions/inc/strings.hrc:100
msgctxt "RID_STR_TIMEMIN"
msgid "Time min."
msgstr "Иминималтәу аамҭа"
-#: strings.hrc:101
+#: extensions/inc/strings.hrc:101
msgctxt "RID_STR_TIMEMAX"
msgid "Time max."
msgstr "Имаксималтәу аамҭа"
-#: strings.hrc:102
+#: extensions/inc/strings.hrc:102
msgctxt "RID_STR_TIMEFORMAT"
msgid "Time format"
msgstr "Аамҭа аформат"
-#: strings.hrc:103
+#: extensions/inc/strings.hrc:103
msgctxt "RID_STR_CURRSYM_POSITION"
msgid "Prefix symbol"
msgstr "Ацифрақәа раҧхьа игылоу асимвол"
-#: strings.hrc:104
+#: extensions/inc/strings.hrc:104
msgctxt "RID_STR_VALUE"
msgid "Value"
msgstr "Аҵакы"
-#: strings.hrc:105
+#: extensions/inc/strings.hrc:105
msgctxt "RID_STR_FORMATKEY"
msgid "Formatting"
msgstr "Аформатркра"
-#: strings.hrc:106
+#: extensions/inc/strings.hrc:106
msgctxt "RID_STR_CLASSID"
msgid "Class ID"
msgstr "ID акласс"
-#: strings.hrc:107
+#: extensions/inc/strings.hrc:107
msgctxt "RID_STR_HEIGHT"
msgid "Height"
msgstr "Аҳаракыра"
-#: strings.hrc:108
+#: extensions/inc/strings.hrc:108
msgctxt "RID_STR_WIDTH"
msgid "Width"
msgstr "Аҭбаара"
-#: strings.hrc:109
+#: extensions/inc/strings.hrc:109
msgctxt "RID_STR_LISTINDEX"
msgid "List index"
msgstr "Ахьӡынҵа аиндекс"
-#: strings.hrc:110
+#: extensions/inc/strings.hrc:110
msgctxt "RID_STR_ROWHEIGHT"
msgid "Row height"
msgstr "Ацәаҳәа аҳаракыра"
-#: strings.hrc:111
+#: extensions/inc/strings.hrc:111
msgctxt "RID_STR_FILLCOLOR"
msgid "Fill color"
msgstr ""
-#: strings.hrc:112
+#: extensions/inc/strings.hrc:112
msgctxt "RID_STR_LINECOLOR"
msgid "Line color"
msgstr "Аҵәаӷәа аҧштәы"
-#: strings.hrc:113
+#: extensions/inc/strings.hrc:113
msgctxt "RID_STR_REFVALUE"
msgid "Reference value (on)"
msgstr ""
-#: strings.hrc:114
+#: extensions/inc/strings.hrc:114
msgctxt "RID_STR_UNCHECKEDREFVALUE"
msgid "Reference value (off)"
msgstr ""
-#: strings.hrc:115
+#: extensions/inc/strings.hrc:115
msgctxt "RID_STR_STRINGITEMLIST"
msgid "List entries"
msgstr "Ахьӡынҵа аелементқәа"
-#: strings.hrc:116
+#: extensions/inc/strings.hrc:116
#, fuzzy
msgctxt "RID_STR_BUTTONTYPE"
msgid "Action"
msgstr "Аҟаҵара"
-#: strings.hrc:117
+#: extensions/inc/strings.hrc:117
msgctxt "RID_STR_SUBMIT_ACTION"
msgid "URL"
msgstr "URL"
-#: strings.hrc:118
+#: extensions/inc/strings.hrc:118
msgctxt "RID_STR_SUBMIT_METHOD"
msgid "Type of submission"
msgstr ""
-#: strings.hrc:119
+#: extensions/inc/strings.hrc:119
msgctxt "RID_STR_DEFAULT_STATE"
msgid "Default status"
msgstr ""
-#: strings.hrc:120
+#: extensions/inc/strings.hrc:120
msgctxt "RID_STR_SUBMIT_ENCODING"
msgid "Submission encoding"
msgstr ""
-#: strings.hrc:121
+#: extensions/inc/strings.hrc:121
msgctxt "RID_STR_DEFAULTVALUE"
msgid "Default value"
msgstr ""
-#: strings.hrc:122
+#: extensions/inc/strings.hrc:122
msgctxt "RID_STR_DEFAULTTEXT"
msgid "Default text"
msgstr ""
-#: strings.hrc:123
+#: extensions/inc/strings.hrc:123
msgctxt "RID_STR_DEFAULTDATE"
msgid "Default date"
msgstr ""
-#: strings.hrc:124
+#: extensions/inc/strings.hrc:124
msgctxt "RID_STR_DEFAULTTIME"
msgid "Default time"
msgstr ""
-#: strings.hrc:125
+#: extensions/inc/strings.hrc:125
msgctxt "RID_STR_SUBMIT_TARGET"
msgid "Frame"
msgstr "Афреим"
-#: strings.hrc:126
+#: extensions/inc/strings.hrc:126
msgctxt "RID_STR_EVT_APPROVEPARAMETER"
msgid "Fill parameters"
msgstr ""
-#: strings.hrc:127
+#: extensions/inc/strings.hrc:127
msgctxt "RID_STR_EVT_ACTIONPERFORMED"
msgid "Execute action"
msgstr ""
-#: strings.hrc:128
+#: extensions/inc/strings.hrc:128
msgctxt "RID_STR_EVT_AFTERUPDATE"
msgid "After updating"
msgstr ""
-#: strings.hrc:129
+#: extensions/inc/strings.hrc:129
msgctxt "RID_STR_EVT_BEFOREUPDATE"
msgid "Before updating"
msgstr ""
-#: strings.hrc:130
+#: extensions/inc/strings.hrc:130
msgctxt "RID_STR_EVT_APPROVEROWCHANGE"
msgid "Before record action"
msgstr ""
-#: strings.hrc:131
+#: extensions/inc/strings.hrc:131
msgctxt "RID_STR_EVT_ROWCHANGE"
msgid "After record action"
msgstr ""
-#: strings.hrc:132
+#: extensions/inc/strings.hrc:132
msgctxt "RID_STR_EVT_CONFIRMDELETE"
msgid "Confirm deletion"
msgstr "Аныхра ашьақәырӷәӷәара"
-#: strings.hrc:133
+#: extensions/inc/strings.hrc:133
msgctxt "RID_STR_EVT_ERROROCCURRED"
msgid "Error occurred"
msgstr ""
-#: strings.hrc:134
+#: extensions/inc/strings.hrc:134
msgctxt "RID_STR_EVT_FOCUSGAINED"
msgid "When receiving focus"
msgstr ""
-#: strings.hrc:135
+#: extensions/inc/strings.hrc:135
msgctxt "RID_STR_EVT_FOCUSLOST"
msgid "When losing focus"
msgstr ""
-#: strings.hrc:136
+#: extensions/inc/strings.hrc:136
msgctxt "RID_STR_EVT_ITEMSTATECHANGED"
msgid "Item status changed"
msgstr ""
-#: strings.hrc:137
+#: extensions/inc/strings.hrc:137
msgctxt "RID_STR_EVT_KEYTYPED"
msgid "Key pressed"
msgstr ""
-#: strings.hrc:138
+#: extensions/inc/strings.hrc:138
msgctxt "RID_STR_EVT_KEYUP"
msgid "Key released"
msgstr ""
-#: strings.hrc:139
+#: extensions/inc/strings.hrc:139
msgctxt "RID_STR_EVT_LOADED"
msgid "When loading"
msgstr "Аҭагалараан"
-#: strings.hrc:140
+#: extensions/inc/strings.hrc:140
msgctxt "RID_STR_EVT_RELOADING"
msgid "Before reloading"
msgstr ""
-#: strings.hrc:141
+#: extensions/inc/strings.hrc:141
#, fuzzy
msgctxt "RID_STR_EVT_RELOADED"
msgid "When reloading"
msgstr "Аҭагалараан"
-#: strings.hrc:142
+#: extensions/inc/strings.hrc:142
msgctxt "RID_STR_EVT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
msgstr ""
-#: strings.hrc:143
+#: extensions/inc/strings.hrc:143
msgctxt "RID_STR_EVT_MOUSEENTERED"
msgid "Mouse inside"
msgstr ""
-#: strings.hrc:144
+#: extensions/inc/strings.hrc:144
msgctxt "RID_STR_EVT_MOUSEEXITED"
msgid "Mouse outside"
msgstr ""
-#: strings.hrc:145
+#: extensions/inc/strings.hrc:145
msgctxt "RID_STR_EVT_MOUSEMOVED"
msgid "Mouse moved"
msgstr ""
-#: strings.hrc:146
+#: extensions/inc/strings.hrc:146
msgctxt "RID_STR_EVT_MOUSEPRESSED"
msgid "Mouse button pressed"
msgstr ""
-#: strings.hrc:147
+#: extensions/inc/strings.hrc:147
msgctxt "RID_STR_EVT_MOUSERELEASED"
msgid "Mouse button released"
msgstr ""
-#: strings.hrc:148
+#: extensions/inc/strings.hrc:148
msgctxt "RID_STR_EVT_POSITIONING"
msgid "Before record change"
msgstr ""
-#: strings.hrc:149
+#: extensions/inc/strings.hrc:149
msgctxt "RID_STR_EVT_POSITIONED"
msgid "After record change"
msgstr ""
-#: strings.hrc:150
+#: extensions/inc/strings.hrc:150
msgctxt "RID_STR_EVT_RESETTED"
msgid "After resetting"
msgstr ""
-#: strings.hrc:151
+#: extensions/inc/strings.hrc:151
msgctxt "RID_STR_EVT_APPROVERESETTED"
msgid "Prior to reset"
msgstr ""
-#: strings.hrc:152
+#: extensions/inc/strings.hrc:152
msgctxt "RID_STR_EVT_APPROVEACTIONPERFORMED"
msgid "Approve action"
msgstr ""
-#: strings.hrc:153
+#: extensions/inc/strings.hrc:153
msgctxt "RID_STR_EVT_SUBMITTED"
msgid "Before submitting"
msgstr ""
-#: strings.hrc:154
+#: extensions/inc/strings.hrc:154
msgctxt "RID_STR_EVT_TEXTCHANGED"
msgid "Text modified"
msgstr ""
-#: strings.hrc:155
+#: extensions/inc/strings.hrc:155
msgctxt "RID_STR_EVT_UNLOADING"
msgid "Before unloading"
msgstr ""
-#: strings.hrc:156
+#: extensions/inc/strings.hrc:156
#, fuzzy
msgctxt "RID_STR_EVT_UNLOADED"
msgid "When unloading"
msgstr "Аҭагалараан"
-#: strings.hrc:157
+#: extensions/inc/strings.hrc:157
#, fuzzy
msgctxt "RID_STR_EVT_CHANGED"
msgid "Changed"
msgstr "Аҧсахрақәа"
-#: strings.hrc:158
+#: extensions/inc/strings.hrc:158
msgctxt "RID_STR_EVENTS"
msgid "Events"
msgstr ""
-#: strings.hrc:159
+#: extensions/inc/strings.hrc:159
msgctxt "RID_STR_ESCAPE_PROCESSING"
msgid "Analyze SQL command"
msgstr ""
-#: strings.hrc:160
+#: extensions/inc/strings.hrc:160
msgctxt "RID_STR_POSITIONX"
msgid "PositionX"
msgstr "X аҭыҧ"
-#: strings.hrc:161
+#: extensions/inc/strings.hrc:161
msgctxt "RID_STR_POSITIONY"
msgid "PositionY"
msgstr "Y аҭыҧ"
-#: strings.hrc:162
+#: extensions/inc/strings.hrc:162
msgctxt "RID_STR_TITLE"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:163
+#: extensions/inc/strings.hrc:163
msgctxt "RID_STR_STEP"
msgid "Page (step)"
msgstr "Адаҟьа (ашьаҿа)"
-#: strings.hrc:164
+#: extensions/inc/strings.hrc:164
msgctxt "RID_STR_PROGRESSVALUE"
msgid "Progress value"
msgstr ""
-#: strings.hrc:165
+#: extensions/inc/strings.hrc:165
msgctxt "RID_STR_PROGRESSVALUE_MIN"
msgid "Progress value min."
msgstr ""
-#: strings.hrc:166
+#: extensions/inc/strings.hrc:166
msgctxt "RID_STR_PROGRESSVALUE_MAX"
msgid "Progress value max."
msgstr ""
-#: strings.hrc:167
+#: extensions/inc/strings.hrc:167
msgctxt "RID_STR_SCROLLVALUE"
msgid "Scroll value"
msgstr ""
-#: strings.hrc:168
+#: extensions/inc/strings.hrc:168
msgctxt "RID_STR_SCROLLVALUE_MAX"
msgid "Scroll value max."
msgstr ""
-#: strings.hrc:169
+#: extensions/inc/strings.hrc:169
msgctxt "RID_STR_SCROLLVALUE_MIN"
msgid "Scroll value min."
msgstr ""
-#: strings.hrc:170
+#: extensions/inc/strings.hrc:170
msgctxt "RID_STR_SCROLL_WIDTH"
msgid "Scroll width"
msgstr ""
-#: strings.hrc:171
+#: extensions/inc/strings.hrc:171
msgctxt "RID_STR_SCROLL_HEIGHT"
msgid "Scroll height"
msgstr ""
-#: strings.hrc:172
+#: extensions/inc/strings.hrc:172
msgctxt "RID_STR_SCROLL_TOP"
msgid "Scroll top"
msgstr ""
-#: strings.hrc:173
+#: extensions/inc/strings.hrc:173
msgctxt "RID_STR_SCROLL_LEFT"
msgid "Scroll left"
msgstr ""
-#: strings.hrc:174
+#: extensions/inc/strings.hrc:174
msgctxt "RID_STR_DEFAULT_SCROLLVALUE"
msgid "Default scroll value"
msgstr ""
-#: strings.hrc:175
+#: extensions/inc/strings.hrc:175
msgctxt "RID_STR_LINEINCREMENT"
msgid "Small change"
msgstr ""
-#: strings.hrc:176
+#: extensions/inc/strings.hrc:176
msgctxt "RID_STR_BLOCKINCREMENT"
msgid "Large change"
msgstr ""
-#: strings.hrc:177
+#: extensions/inc/strings.hrc:177
msgctxt "RID_STR_REPEAT_DELAY"
msgid "Delay"
msgstr "Аанкылара"
-#: strings.hrc:178
+#: extensions/inc/strings.hrc:178
msgctxt "RID_STR_REPEAT"
msgid "Repeat"
msgstr "Инагӡалатәуп"
-#: strings.hrc:179
+#: extensions/inc/strings.hrc:179
msgctxt "RID_STR_VISIBLESIZE"
msgid "Visible size"
msgstr "Иаабо ашәагаа"
-#: strings.hrc:180
+#: extensions/inc/strings.hrc:180
msgctxt "RID_STR_ORIENTATION"
msgid "Orientation"
msgstr "Ахырхарҭа"
-#: strings.hrc:181
+#: extensions/inc/strings.hrc:181
msgctxt "RID_STR_EVT_ADJUSTMENTVALUECHANGED"
msgid "While adjusting"
msgstr ""
-#: strings.hrc:182
+#: extensions/inc/strings.hrc:182
msgctxt "RID_STR_DATE"
msgid "Date"
msgstr "Арыцхә"
-#: strings.hrc:183
+#: extensions/inc/strings.hrc:183
msgctxt "RID_STR_STATE"
msgid "State"
msgstr ""
-#: strings.hrc:184
+#: extensions/inc/strings.hrc:184
msgctxt "RID_STR_TIME"
msgid "Time"
msgstr "Аамҭа"
-#: strings.hrc:185
+#: extensions/inc/strings.hrc:185
msgctxt "RID_STR_SCALEIMAGE"
msgid "Scale"
msgstr "Амасштаб"
-#: strings.hrc:186
+#: extensions/inc/strings.hrc:186
msgctxt "RID_STR_PUSHBUTTONTYPE"
msgid "Button type"
msgstr ""
-#: strings.hrc:187
+#: extensions/inc/strings.hrc:187
msgctxt "RID_STR_UNABLETOCONNECT"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr ""
-#: strings.hrc:188
+#: extensions/inc/strings.hrc:188
msgctxt "RID_STR_TEXT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:189
+#: extensions/inc/strings.hrc:189
msgctxt "RID_STR_BOUND_CELL"
msgid "Linked cell"
msgstr ""
-#: strings.hrc:190
+#: extensions/inc/strings.hrc:190
msgctxt "RID_STR_LIST_CELL_RANGE"
msgid "Source cell range"
msgstr ""
-#: strings.hrc:191
+#: extensions/inc/strings.hrc:191
msgctxt "RID_STR_CELL_EXCHANGE_TYPE"
msgid "Contents of the linked cell"
msgstr ""
-#: strings.hrc:192
+#: extensions/inc/strings.hrc:192
msgctxt "RID_STR_SYMBOLCOLOR"
msgid "Symbol color"
msgstr ""
-#: strings.hrc:193
+#: extensions/inc/strings.hrc:193
msgctxt "RID_STR_LINEEND_FORMAT"
msgid "Text lines end with"
msgstr ""
-#: strings.hrc:194
+#: extensions/inc/strings.hrc:194
msgctxt "RID_STR_TOGGLE"
msgid "Toggle"
msgstr ""
-#: strings.hrc:195
+#: extensions/inc/strings.hrc:195
msgctxt "RID_STR_FOCUSONCLICK"
msgid "Take Focus on Click"
msgstr ""
-#: strings.hrc:196
+#: extensions/inc/strings.hrc:196
msgctxt "RID_STR_HIDEINACTIVESELECTION"
msgid "Hide selection"
msgstr "Иҵәахтәуп иалкаау"
-#: strings.hrc:197
+#: extensions/inc/strings.hrc:197
msgctxt "RID_STR_VISUALEFFECT"
msgid "Style"
msgstr "Астиль"
-#: strings.hrc:198
+#: extensions/inc/strings.hrc:198
msgctxt "RID_STR_AUTOLINEBREAK"
msgid "Wrap text automatically"
msgstr ""
-#: strings.hrc:199
+#: extensions/inc/strings.hrc:199
msgctxt "RID_STR_TEXTTYPE"
msgid "Text type"
msgstr ""
-#: strings.hrc:200
+#: extensions/inc/strings.hrc:200
msgctxt "RID_STR_XML_DATA_MODEL"
msgid "XML data model"
msgstr "XML адырқәа рмодель"
-#: strings.hrc:201
+#: extensions/inc/strings.hrc:201
msgctxt "RID_STR_BIND_EXPRESSION"
msgid "Binding expression"
msgstr ""
-#: strings.hrc:202
+#: extensions/inc/strings.hrc:202
msgctxt "RID_STR_XSD_REQUIRED"
msgid "Required"
msgstr "Ихымҧадатәуп"
-#: strings.hrc:203
+#: extensions/inc/strings.hrc:203
msgctxt "RID_STR_LIST_BINDING"
msgid "List entry source"
msgstr ""
-#: strings.hrc:204
+#: extensions/inc/strings.hrc:204
msgctxt "RID_STR_XSD_RELEVANT"
msgid "Relevant"
msgstr ""
-#: strings.hrc:205
+#: extensions/inc/strings.hrc:205
msgctxt "RID_STR_XSD_READONLY"
msgid "Read-only"
msgstr "Аҧхьара мацараз"
-#: strings.hrc:206
+#: extensions/inc/strings.hrc:206
msgctxt "RID_STR_XSD_CONSTRAINT"
msgid "Constraint"
msgstr ""
-#: strings.hrc:207
+#: extensions/inc/strings.hrc:207
msgctxt "RID_STR_XSD_CALCULATION"
msgid "Calculation"
msgstr ""
-#: strings.hrc:208
+#: extensions/inc/strings.hrc:208
msgctxt "RID_STR_XSD_DATA_TYPE"
msgid "Data type"
msgstr "Адырқәа ртип"
-#: strings.hrc:209
+#: extensions/inc/strings.hrc:209
msgctxt "RID_STR_XSD_WHITESPACES"
msgid "Whitespaces"
msgstr ""
-#: strings.hrc:210
+#: extensions/inc/strings.hrc:210
msgctxt "RID_STR_SHOW_SCROLLBARS"
msgid "Scrollbars"
msgstr ""
-#: strings.hrc:211
+#: extensions/inc/strings.hrc:211
msgctxt "RID_STR_XSD_PATTERN"
msgid "Pattern"
msgstr ""
-#: strings.hrc:212
+#: extensions/inc/strings.hrc:212
msgctxt "RID_STR_XSD_LENGTH"
msgid "Length"
msgstr "Аура"
-#: strings.hrc:213
+#: extensions/inc/strings.hrc:213
msgctxt "RID_STR_XSD_MIN_LENGTH"
msgid "Length (at least)"
msgstr ""
-#: strings.hrc:214
+#: extensions/inc/strings.hrc:214
msgctxt "RID_STR_XSD_MAX_LENGTH"
msgid "Length (at most)"
msgstr ""
-#: strings.hrc:215
+#: extensions/inc/strings.hrc:215
msgctxt "RID_STR_XSD_TOTAL_DIGITS"
msgid "Digits (total)"
msgstr ""
-#: strings.hrc:216
+#: extensions/inc/strings.hrc:216
msgctxt "RID_STR_XSD_FRACTION_DIGITS"
msgid "Digits (fraction)"
msgstr ""
-#: strings.hrc:217
+#: extensions/inc/strings.hrc:217
msgctxt "RID_STR_XSD_MAX_INCLUSIVE"
msgid "Max. (inclusive)"
msgstr ""
-#: strings.hrc:218
+#: extensions/inc/strings.hrc:218
msgctxt "RID_STR_XSD_MAX_EXCLUSIVE"
msgid "Max. (exclusive)"
msgstr ""
-#: strings.hrc:219
+#: extensions/inc/strings.hrc:219
msgctxt "RID_STR_XSD_MIN_INCLUSIVE"
msgid "Min. (inclusive)"
msgstr ""
-#: strings.hrc:220
+#: extensions/inc/strings.hrc:220
msgctxt "RID_STR_XSD_MIN_EXCLUSIVE"
msgid "Min. (exclusive)"
msgstr ""
-#: strings.hrc:221
+#: extensions/inc/strings.hrc:221
msgctxt "RID_STR_SUBMISSION_ID"
msgid "Submission"
msgstr ""
-#: strings.hrc:222
+#: extensions/inc/strings.hrc:222
msgctxt "RID_STR_BINDING_NAME"
msgid "Binding"
msgstr "Аидҳәалара"
-#: strings.hrc:223
+#: extensions/inc/strings.hrc:223
msgctxt "RID_STR_SELECTION_TYPE"
msgid "Selection type"
msgstr "Алкаара атип"
-#: strings.hrc:224
+#: extensions/inc/strings.hrc:224
msgctxt "RID_STR_ROOT_DISPLAYED"
msgid "Root displayed"
msgstr ""
-#: strings.hrc:225
+#: extensions/inc/strings.hrc:225
msgctxt "RID_STR_SHOWS_HANDLES"
msgid "Show handles"
msgstr ""
-#: strings.hrc:226
+#: extensions/inc/strings.hrc:226
msgctxt "RID_STR_SHOWS_ROOT_HANDLES"
msgid "Show root handles"
msgstr ""
-#: strings.hrc:227
+#: extensions/inc/strings.hrc:227
msgctxt "RID_STR_EDITABLE"
msgid "Editable"
msgstr "Аредакциа зуа"
-#: strings.hrc:228
+#: extensions/inc/strings.hrc:228
msgctxt "RID_STR_INVOKES_STOP_NOT_EDITING"
msgid "Invokes stop node editing"
msgstr ""
-#: strings.hrc:229
+#: extensions/inc/strings.hrc:229
msgctxt "RID_STR_DECORATION"
msgid "With title bar"
msgstr ""
-#: strings.hrc:230
+#: extensions/inc/strings.hrc:230
msgctxt "RID_STR_NOLABEL"
msgid "No Label"
msgstr ""
-#: strings.hrc:231
+#: extensions/inc/strings.hrc:231
msgctxt "RID_STR_BORDERCOLOR"
msgid "Border color"
msgstr ""
-#: strings.hrc:232
+#: extensions/inc/strings.hrc:232
msgctxt "RID_STR_INPUT_REQUIRED"
msgid "Input required"
msgstr ""
-#: strings.hrc:233
+#: extensions/inc/strings.hrc:233
#, fuzzy
msgctxt "RID_STR_WRITING_MODE"
msgid "Text direction"
msgstr "Атеқст ахырхарҭа"
-#: strings.hrc:234
+#: extensions/inc/strings.hrc:234
msgctxt "RID_STR_ANCHOR_TYPE"
msgid "Anchor"
msgstr ""
#. To translators: That's the 'Regular' as used for a font style (as opposed to 'italic' and 'bold'), so please use a consistent translation.
-#: strings.hrc:236
+#: extensions/inc/strings.hrc:236
msgctxt "RID_STR_FONTSTYLE_REGULAR"
msgid "Regular"
msgstr ""
#. To translators: That's the 'Bold Italic' as used for a font style, so please use a consistent translation.
-#: strings.hrc:238
+#: extensions/inc/strings.hrc:238
msgctxt "RID_STR_FONTSTYLE_BOLD_ITALIC"
msgid "Bold Italic"
msgstr ""
#. To translators: That's the 'Italic' as used for a font style, so please use a consistent translation.
-#: strings.hrc:240
+#: extensions/inc/strings.hrc:240
msgctxt "RID_STR_FONTSTYLE_ITALIC"
msgid "Italic"
msgstr "Акурсив"
#. To translators: That's the 'Bold' as used for a font style, so please use a consistent translation."
-#: strings.hrc:242
+#: extensions/inc/strings.hrc:242
msgctxt "RID_STR_FONTSTYLE_BOLD"
msgid "Bold"
msgstr "Ажәпа"
-#: strings.hrc:243
+#: extensions/inc/strings.hrc:243
#, fuzzy
msgctxt "RID_STR_FONT_DEFAULT"
msgid "(Default)"
msgstr "Астандарт"
-#: strings.hrc:245
+#: extensions/inc/strings.hrc:245
msgctxt "RID_STR_STANDARD"
msgid "Default"
msgstr "Астандарт"
-#: strings.hrc:246
+#: extensions/inc/strings.hrc:246
msgctxt "RID_STR_PROPPAGE_DEFAULT"
msgid "General"
msgstr "Азеиҧшқәа"
-#: strings.hrc:247
+#: extensions/inc/strings.hrc:247
msgctxt "RID_STR_PROPPAGE_DATA"
msgid "Data"
msgstr "Адырқәа"
-#: strings.hrc:248
+#: extensions/inc/strings.hrc:248
msgctxt "RID_STR_HELP_SECTION_LABEL"
msgid "Help"
msgstr "Аилыркаага"
-#: strings.hrc:249
+#: extensions/inc/strings.hrc:249
msgctxt "RID_EMBED_IMAGE_PLACEHOLDER"
msgid "<Embedded-Image>"
msgstr ""
-#: strings.hrc:250
+#: extensions/inc/strings.hrc:250
msgctxt "RID_STR_TEXT_FORMAT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:252
+#: extensions/inc/strings.hrc:252
msgctxt "RID_STR_CONFIRM_DELETE_DATA_TYPE"
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 ""
-#: strings.hrc:254
+#: extensions/inc/strings.hrc:254
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Button"
msgstr "Акнопка"
-#: strings.hrc:255
+#: extensions/inc/strings.hrc:255
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr ""
-#: strings.hrc:256
+#: extensions/inc/strings.hrc:256
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
-#: strings.hrc:257
+#: extensions/inc/strings.hrc:257
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Аҭыҧдырга"
-#: strings.hrc:258
+#: extensions/inc/strings.hrc:258
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Агәыҧ"
-#: strings.hrc:259
+#: extensions/inc/strings.hrc:259
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr ""
-#: strings.hrc:260
+#: extensions/inc/strings.hrc:260
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
-#: strings.hrc:261
+#: extensions/inc/strings.hrc:261
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Ахьӡынҵа"
-#: strings.hrc:262
+#: extensions/inc/strings.hrc:262
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
-#: strings.hrc:263
+#: extensions/inc/strings.hrc:263
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Аграфикатә кнопка"
-#: strings.hrc:264
+#: extensions/inc/strings.hrc:264
msgctxt "RID_STR_PROPTITLE_HIDDENCONTROL"
msgid "Hidden Control"
msgstr ""
-#: strings.hrc:265
+#: extensions/inc/strings.hrc:265
msgctxt "RID_STR_PROPTITLE_UNKNOWNCONTROL"
msgid "Control (unknown type)"
msgstr ""
-#: strings.hrc:266
+#: extensions/inc/strings.hrc:266
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
-#: strings.hrc:267
+#: extensions/inc/strings.hrc:267
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Афаил алхра"
-#: strings.hrc:268
+#: extensions/inc/strings.hrc:268
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
-msgstr ""
+msgstr "Арыцхә аҭакыра"
-#: strings.hrc:269
+#: extensions/inc/strings.hrc:269
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr ""
-#: strings.hrc:270
+#: extensions/inc/strings.hrc:270
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr ""
-#: strings.hrc:271
+#: extensions/inc/strings.hrc:271
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr ""
-#: strings.hrc:272
+#: extensions/inc/strings.hrc:272
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
-#: strings.hrc:273
+#: extensions/inc/strings.hrc:273
#, fuzzy
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Атаблица"
-#: strings.hrc:275
+#: extensions/inc/strings.hrc:275
msgctxt "STR_DETAIL_FORM"
msgid "Sub Form"
msgstr ""
-#: strings.hrc:276
+#: extensions/inc/strings.hrc:276
msgctxt "STR_MASTER_FORM"
msgid "Master Form"
msgstr "Ихадоу аформа"
#. To translators: # will be replace with a name.
-#: strings.hrc:278
+#: extensions/inc/strings.hrc:278
msgctxt "STR_ERROR_RETRIEVING_COLUMNS"
msgid "The columns of '#' could not be retrieved."
msgstr ""
-#: strings.hrc:280
+#: extensions/inc/strings.hrc:280
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Аформақәа"
-#: strings.hrc:282
+#: extensions/inc/strings.hrc:282
msgctxt "RID_UPDATE_STR_CHECKING"
msgid "Checking..."
msgstr "Агәаҭара..."
-#: strings.hrc:283
+#: extensions/inc/strings.hrc:283
msgctxt "RID_UPDATE_STR_CHECKING_ERR"
msgid "Checking for an update failed."
msgstr ""
-#: strings.hrc:284
+#: extensions/inc/strings.hrc:284
msgctxt "RID_UPDATE_STR_NO_UPD_FOUND"
msgid "%PRODUCTNAME %PRODUCTVERSION is up to date."
msgstr "%PRODUCTNAME %PRODUCTVERSION аҵыхәтәантәи аверсиақәа."
-#: strings.hrc:285
+#: extensions/inc/strings.hrc:285
msgctxt "RID_UPDATE_STR_UPD_FOUND"
msgid ""
"%PRODUCTNAME %NEXTVERSION is available.\n"
@@ -1906,24 +1906,24 @@ msgid ""
"A password, usually the administrator's or root password, may be required."
msgstr ""
-#: strings.hrc:286
+#: extensions/inc/strings.hrc:286
msgctxt "RID_UPDATE_STR_DLG_TITLE"
msgid "Check for Updates"
msgstr "Игәаҭәтәуп арҿыцрақәа рыҟазаара"
-#: strings.hrc:287
+#: extensions/inc/strings.hrc:287
#, fuzzy
msgctxt "RID_UPDATE_STR_DOWNLOAD_PAUSE"
msgid "Downloading %PRODUCTNAME %NEXTVERSION paused at..."
msgstr "%PRODUCTNAME %NEXTVERSION Аҭагалара..."
-#: strings.hrc:288
+#: extensions/inc/strings.hrc:288
#, fuzzy
msgctxt "RID_UPDATE_STR_DOWNLOAD_ERR"
msgid "Downloading %PRODUCTNAME %NEXTVERSION stalled at"
msgstr "%PRODUCTNAME %NEXTVERSION Аҭагалара..."
-#: strings.hrc:289
+#: extensions/inc/strings.hrc:289
msgctxt "RID_UPDATE_STR_DOWNLOAD_WARN"
msgid ""
"The download location is: %DOWNLOAD_PATH.\n"
@@ -1931,12 +1931,12 @@ msgid ""
"Under Tools – Options... - %PRODUCTNAME – Online Update you can change the download location."
msgstr ""
-#: strings.hrc:290
+#: extensions/inc/strings.hrc:290
msgctxt "RID_UPDATE_STR_DOWNLOAD_DESCR"
msgid "%FILE_NAME has been downloaded to %DOWNLOAD_PATH."
msgstr "%FILE_NAME ҭагалан %DOWNLOAD_PATH ахь."
-#: strings.hrc:291
+#: extensions/inc/strings.hrc:291
msgctxt "RID_UPDATE_STR_DOWNLOAD_UNAVAIL"
msgid ""
"The automatic download of the update is currently not available.\n"
@@ -1944,207 +1944,207 @@ msgid ""
"Click 'Download...' to download %PRODUCTNAME %NEXTVERSION manually from the web site."
msgstr ""
-#: strings.hrc:292
+#: extensions/inc/strings.hrc:292
msgctxt "RID_UPDATE_STR_DOWNLOADING"
msgid "Downloading %PRODUCTNAME %NEXTVERSION..."
msgstr "%PRODUCTNAME %NEXTVERSION Аҭагалара..."
-#: strings.hrc:293
+#: extensions/inc/strings.hrc:293
msgctxt "RID_UPDATE_STR_READY_INSTALL"
msgid "Download of %PRODUCTNAME %NEXTVERSION completed. Ready for installation."
msgstr "%PRODUCTNAME %NEXTVERSION аҭагалара хыркәшоуп, ихиоуп ақәыргылараз."
-#: strings.hrc:294
+#: extensions/inc/strings.hrc:294
msgctxt "RID_UPDATE_STR_CANCEL_TITLE"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: strings.hrc:295
+#: extensions/inc/strings.hrc:295
msgctxt "RID_UPDATE_STR_CANCEL_DOWNLOAD"
msgid "Do you really want to cancel the download?"
msgstr "Шәара ишәҭахума аҭагалара аҟәыхра?"
-#: strings.hrc:296
+#: extensions/inc/strings.hrc:296
msgctxt "RID_UPDATE_STR_BEGIN_INSTALL"
msgid "To install the update, %PRODUCTNAME %PRODUCTVERSION needs to be closed. Do you want to install the update now?"
msgstr ""
-#: strings.hrc:297
+#: extensions/inc/strings.hrc:297
msgctxt "RID_UPDATE_STR_INSTALL_NOW"
msgid "Install ~now"
msgstr "Иқәыргылатәуп уажәы"
-#: strings.hrc:298
+#: extensions/inc/strings.hrc:298
msgctxt "RID_UPDATE_STR_INSTALL_LATER"
msgid "Install ~later"
msgstr "Иқәыргылатәуп ушьҭан"
-#: strings.hrc:299
+#: extensions/inc/strings.hrc:299
msgctxt "RID_UPDATE_STR_INSTALL_ERROR"
msgid "Could not run the installer application, please run %FILE_NAME in %DOWNLOAD_PATH manually."
msgstr ""
-#: strings.hrc:300
+#: extensions/inc/strings.hrc:300
msgctxt "RID_UPDATE_STR_OVERWRITE_WARNING"
msgid "A file with that name already exists! Do you want to overwrite the existing file?"
msgstr "Ари аҩыза ахьӡ змоу афаил ыҟоуп. Ихҩылаатәума?"
-#: strings.hrc:301
+#: extensions/inc/strings.hrc:301
msgctxt "RID_UPDATE_STR_RELOAD_WARNING"
msgid "A file with the name '%FILENAME' already exists in '%DOWNLOAD_PATH'! Do you want to continue with the download or delete and reload the file?"
msgstr ""
-#: strings.hrc:302
+#: extensions/inc/strings.hrc:302
msgctxt "RID_UPDATE_STR_RELOAD_RELOAD"
msgid "Reload File"
msgstr "Ҿыц иҭагалатәуп"
-#: strings.hrc:303
+#: extensions/inc/strings.hrc:303
msgctxt "RID_UPDATE_STR_RELOAD_CONTINUE"
msgid "Continue"
msgstr "Иацҵатәуп"
-#: strings.hrc:304
+#: extensions/inc/strings.hrc:304
msgctxt "RID_UPDATE_STR_PERCENT"
msgid "%PERCENT%"
msgstr "%PERCENT%"
-#: strings.hrc:305
+#: extensions/inc/strings.hrc:305
msgctxt "RID_UPDATE_FT_STATUS"
msgid "Status"
msgstr "Аҭагылазаашьа"
-#: strings.hrc:306
+#: extensions/inc/strings.hrc:306
msgctxt "RID_UPDATE_FT_DESCRIPTION"
msgid "Description"
msgstr "Ахҳәаа"
-#: strings.hrc:307
+#: extensions/inc/strings.hrc:307
msgctxt "RID_UPDATE_BTN_CLOSE"
msgid "Close"
msgstr "Иарктәуп"
-#: strings.hrc:308
+#: extensions/inc/strings.hrc:308
msgctxt "RID_UPDATE_BTN_DOWNLOAD"
msgid "~Download"
msgstr "Иҭагалатәуп"
-#: strings.hrc:309
+#: extensions/inc/strings.hrc:309
msgctxt "RID_UPDATE_BTN_INSTALL"
msgid "~Install"
msgstr "Иқәыргылатәуп"
-#: strings.hrc:310
+#: extensions/inc/strings.hrc:310
msgctxt "RID_UPDATE_BTN_PAUSE"
msgid "~Pause"
msgstr "Иааҭгылатәуп"
-#: strings.hrc:311
+#: extensions/inc/strings.hrc:311
msgctxt "RID_UPDATE_BTN_RESUME"
msgid "~Resume"
msgstr "Иацҵатәуп"
-#: strings.hrc:312
+#: extensions/inc/strings.hrc:312
msgctxt "RID_UPDATE_BTN_CANCEL"
msgid "Cancel"
msgstr "Иаҟәыхтәуп"
-#: strings.hrc:313
+#: extensions/inc/strings.hrc:313
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_AVAIL"
msgid "%PRODUCTNAME update available"
-msgstr ""
+msgstr "Иҟоуп арҿыцрақәа %PRODUCTNAME"
-#: strings.hrc:314
+#: extensions/inc/strings.hrc:314
msgctxt "RID_UPDATE_BUBBLE_UPDATE_AVAIL"
msgid "Click the icon to start the download."
msgstr ""
-#: strings.hrc:315
+#: extensions/inc/strings.hrc:315
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN"
msgid "%PRODUCTNAME update available"
-msgstr ""
+msgstr "Иҟоуп арҿыцрақәа %PRODUCTNAME"
-#: strings.hrc:316
+#: extensions/inc/strings.hrc:316
msgctxt "RID_UPDATE_BUBBLE_UPDATE_NO_DOWN"
msgid "Click the icon for more information."
msgstr ""
-#: strings.hrc:317
+#: extensions/inc/strings.hrc:317
msgctxt "RID_UPDATE_BUBBLE_T_AUTO_START"
msgid "%PRODUCTNAME update available"
-msgstr ""
+msgstr "Иҟоуп арҿыцрақәа %PRODUCTNAME"
-#: strings.hrc:318
+#: extensions/inc/strings.hrc:318
msgctxt "RID_UPDATE_BUBBLE_AUTO_START"
msgid "Download of update begins."
msgstr "Арҿыцрақәа рҭагалара алагара."
-#: strings.hrc:319
+#: extensions/inc/strings.hrc:319
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOADING"
msgid "Download of update in progress"
msgstr "Арҿыцрақәа рҭагалара"
-#: strings.hrc:320
+#: extensions/inc/strings.hrc:320
msgctxt "RID_UPDATE_BUBBLE_DOWNLOADING"
msgid ""
msgstr ""
-#: strings.hrc:321
+#: extensions/inc/strings.hrc:321
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED"
msgid "Download of update paused"
msgstr "Арҿыцрақәа рҭагалара аамҭала иаанкылоуп"
-#: strings.hrc:322
+#: extensions/inc/strings.hrc:322
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED"
msgid "Click the icon to resume."
msgstr ""
-#: strings.hrc:323
+#: extensions/inc/strings.hrc:323
msgctxt "RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING"
msgid "Download of update stalled"
msgstr "Арҿыцрақәа рҭагалара аанкылеит"
-#: strings.hrc:324
+#: extensions/inc/strings.hrc:324
msgctxt "RID_UPDATE_BUBBLE_ERROR_DOWNLOADING"
msgid "Click the icon for more information."
msgstr ""
-#: strings.hrc:325
+#: extensions/inc/strings.hrc:325
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL"
msgid "Download of update completed"
msgstr "Арҿыцрақәа рҭагалара хыркәшоуп"
-#: strings.hrc:326
+#: extensions/inc/strings.hrc:326
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL"
msgid "Click the icon to start the installation."
msgstr ""
-#: strings.hrc:327
+#: extensions/inc/strings.hrc:327
msgctxt "RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL"
msgid "Updates for extensions available"
msgstr ""
-#: strings.hrc:328
+#: extensions/inc/strings.hrc:328
msgctxt "RID_UPDATE_BUBBLE_EXT_UPD_AVAIL"
msgid "Click the icon for more information."
msgstr ""
-#: strings.hrc:330
+#: extensions/inc/strings.hrc:330
msgctxt "STR_COULD_NOT_BE_INIT"
msgid "The SANE interface could not be initialized. Scanning is not possible."
msgstr ""
-#: strings.hrc:331
+#: extensions/inc/strings.hrc:331
msgctxt "STR_SLOW_PREVIEW"
msgid "The device does not offer a preview option. Therefore, a normal scan will be used as a preview instead. This may take a considerable amount of time."
msgstr ""
-#: strings.hrc:332
+#: extensions/inc/strings.hrc:332
msgctxt "STR_ERROR_SCAN"
msgid "An error occurred while scanning."
msgstr ""
-#: strings.hrc:333
+#: extensions/inc/strings.hrc:333
#, c-format
msgctxt "STR_DEVICE_DESC"
msgid ""
@@ -2154,217 +2154,217 @@ msgid ""
"Type: %s"
msgstr ""
-#: strings.hrc:335
+#: extensions/inc/strings.hrc:335
msgctxt "RID_BIB_STR_FRAME_TITLE"
msgid "Bibliography Database"
msgstr "Адырқәа рбаза абиблиографиақәа"
-#: strings.hrc:336
+#: extensions/inc/strings.hrc:336
msgctxt "RID_MAP_QUESTION"
msgid "Do you want to edit the column arrangement?"
msgstr ""
-#: strings.hrc:337
+#: extensions/inc/strings.hrc:337
msgctxt "RID_BIB_STR_NONE"
msgid "<none>"
msgstr "<мап>"
-#: strings.hrc:339
+#: extensions/inc/strings.hrc:339
msgctxt "ST_ERROR_PREFIX"
msgid "The following column names could not be assigned:\n"
msgstr ""
-#: strings.hrc:340
+#: extensions/inc/strings.hrc:340
msgctxt "ST_TYPE_ARTICLE"
msgid "Article"
msgstr "Астатиа"
-#: strings.hrc:341
+#: extensions/inc/strings.hrc:341
msgctxt "ST_TYPE_BOOK"
msgid "Book"
msgstr "Ашәҟәы"
-#: strings.hrc:342
+#: extensions/inc/strings.hrc:342
msgctxt "ST_TYPE_BOOKLET"
msgid "Brochures"
msgstr "Аброшиура"
-#: strings.hrc:343
+#: extensions/inc/strings.hrc:343
msgctxt "ST_TYPE_CONFERENCE"
msgid "Conference proceedings article (BiBTeX)"
msgstr ""
-#: strings.hrc:344
+#: extensions/inc/strings.hrc:344
msgctxt "ST_TYPE_INBOOK"
msgid "Book excerpt"
msgstr ""
-#: strings.hrc:345
+#: extensions/inc/strings.hrc:345
msgctxt "ST_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr ""
-#: strings.hrc:346
+#: extensions/inc/strings.hrc:346
msgctxt "ST_TYPE_INPROCEEDINGS"
msgid "Conference proceedings article"
msgstr ""
-#: strings.hrc:347
+#: extensions/inc/strings.hrc:347
msgctxt "ST_TYPE_JOURNAL"
msgid "Journal"
msgstr "Ажурнал"
-#: strings.hrc:348
+#: extensions/inc/strings.hrc:348
msgctxt "ST_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "Атехникатә документациа"
-#: strings.hrc:349
+#: extensions/inc/strings.hrc:349
msgctxt "ST_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "Адипломтә усумҭа"
-#: strings.hrc:350
+#: extensions/inc/strings.hrc:350
msgctxt "ST_TYPE_MISC"
msgid "Miscellaneous"
msgstr ""
-#: strings.hrc:351
+#: extensions/inc/strings.hrc:351
msgctxt "ST_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "Адиссертациа"
-#: strings.hrc:352
+#: extensions/inc/strings.hrc:352
msgctxt "ST_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr ""
-#: strings.hrc:353
+#: extensions/inc/strings.hrc:353
msgctxt "ST_TYPE_TECHREPORT"
msgid "Research report"
msgstr ""
-#: strings.hrc:354
+#: extensions/inc/strings.hrc:354
msgctxt "ST_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr ""
-#: strings.hrc:355
+#: extensions/inc/strings.hrc:355
msgctxt "ST_TYPE_EMAIL"
msgid "E-mail"
msgstr "E-mail"
-#: strings.hrc:356
+#: extensions/inc/strings.hrc:356
msgctxt "ST_TYPE_WWW"
msgid "WWW document"
msgstr ""
-#: strings.hrc:357
+#: extensions/inc/strings.hrc:357
msgctxt "ST_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "Ахархәаҩ итип 1"
-#: strings.hrc:358
+#: extensions/inc/strings.hrc:358
msgctxt "ST_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "Ахархәаҩ итип 2"
-#: strings.hrc:359
+#: extensions/inc/strings.hrc:359
msgctxt "ST_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "Ахархәаҩ итип3"
-#: strings.hrc:360
+#: extensions/inc/strings.hrc:360
msgctxt "ST_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "Ахархәаҩ итип4"
-#: strings.hrc:361
+#: extensions/inc/strings.hrc:361
msgctxt "ST_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "Ахархәаҩ итип5"
-#: strings.hrc:362
+#: extensions/inc/strings.hrc:362
msgctxt "ST_TYPE_TITLE"
msgid "General"
msgstr "Азеиҧшқәа"
-#: strings.hrc:364
+#: extensions/inc/strings.hrc:364
msgctxt "RID_STR_ABSOURCEDIALOGTITLE"
msgid "Address Book Data Source Wizard"
msgstr ""
-#: strings.hrc:365
+#: extensions/inc/strings.hrc:365
msgctxt "RID_STR_SELECT_ABTYPE"
msgid "Address book type"
msgstr ""
-#: strings.hrc:366
+#: extensions/inc/strings.hrc:366
msgctxt "RID_STR_INVOKE_ADMIN_DIALOG"
msgid "Connection Settings"
msgstr ""
-#: strings.hrc:367
+#: extensions/inc/strings.hrc:367
msgctxt "RID_STR_TABLE_SELECTION"
msgid "Table selection"
msgstr "Атаблица алхра"
-#: strings.hrc:368
+#: extensions/inc/strings.hrc:368
msgctxt "RID_STR_MANUAL_FIELD_MAPPING"
msgid "Field Assignment"
msgstr ""
-#: strings.hrc:369
+#: extensions/inc/strings.hrc:369
#, fuzzy
msgctxt "RID_STR_FINAL_CONFIRM"
msgid "Data Source Title"
msgstr "Ахалагаратә дырқәа ртаблица"
-#: strings.hrc:370
+#: extensions/inc/strings.hrc:370
msgctxt "RID_STR_NEEDTYPESELECTION"
msgid "Please select a type of address book."
msgstr ""
-#: strings.hrc:371
+#: extensions/inc/strings.hrc:371
msgctxt "RID_STR_QRY_NOTABLES"
msgid ""
"The data source does not contain any tables.\n"
"Do you want to set it up as an address data source, anyway?"
msgstr ""
-#: strings.hrc:372
+#: extensions/inc/strings.hrc:372
msgctxt "RID_STR_QRY_NO_EVO_GW"
msgid ""
"You don't seem to have any GroupWise account configured in Evolution.\n"
"Do you want to set it up as an address data source, anyway?"
msgstr ""
-#: strings.hrc:373
+#: extensions/inc/strings.hrc:373
msgctxt "RID_STR_DEFAULT_NAME"
msgid "Addresses"
msgstr "Адресқәа"
-#: strings.hrc:374
+#: extensions/inc/strings.hrc:374
msgctxt "RID_STR_ADMINDIALOGTITLE"
msgid "Create Address Data Source"
msgstr ""
-#: strings.hrc:375
+#: extensions/inc/strings.hrc:375
msgctxt "RID_STR_NOCONNECTION"
msgid "The connection could not be established."
msgstr "Иауам аимадара ашьақәыргылара."
-#: strings.hrc:376
+#: extensions/inc/strings.hrc:376
msgctxt "RID_STR_PLEASECHECKSETTINGS"
msgid "Please check the settings made for the data source."
msgstr ""
-#: strings.hrc:377
+#: extensions/inc/strings.hrc:377
msgctxt "RID_STR_FIELDDIALOGTITLE"
msgid "Address Data - Field Assignment"
msgstr ""
-#: strings.hrc:378
+#: extensions/inc/strings.hrc:378
msgctxt "RID_STR_NOFIELDSASSIGNED"
msgid ""
"There are no fields assigned at this time.\n"
@@ -2372,123 +2372,123 @@ msgid ""
"\"File - Template - Address Book Source...\""
msgstr ""
-#: strings.hrc:380
+#: extensions/inc/strings.hrc:380
#, fuzzy
msgctxt "RID_STR_OPTION_DB_FIELD_TITLE"
msgid "Database Field"
msgstr "Адырқәа рбаза афаил"
-#: strings.hrc:381
+#: extensions/inc/strings.hrc:381
msgctxt "RID_STR_TYPE_TABLE"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:382
+#: extensions/inc/strings.hrc:382
msgctxt "RID_STR_TYPE_QUERY"
msgid "Query"
msgstr "Азыҳәара"
-#: strings.hrc:383
+#: extensions/inc/strings.hrc:383
msgctxt "RID_STR_TYPE_COMMAND"
msgid "SQL command"
msgstr "SQL акоманда"
-#: strings.hrc:385
+#: extensions/inc/strings.hrc:385
msgctxt "RID_STR_GROUPWIZARD_TITLE"
msgid "Group Element Wizard"
msgstr "Агәыҧ азҟаза"
-#: strings.hrc:386
+#: extensions/inc/strings.hrc:386
msgctxt "RID_STR_GRIDWIZARD_TITLE"
msgid "Table Element Wizard"
msgstr "Атаблица азҟаза"
-#: strings.hrc:387
+#: extensions/inc/strings.hrc:387
msgctxt "RID_STR_LISTWIZARD_TITLE"
msgid "List Box Wizard"
msgstr "Ахьӡынҵа азҟаза"
-#: strings.hrc:388
+#: extensions/inc/strings.hrc:388
msgctxt "RID_STR_COMBOWIZARD_TITLE"
msgid "Combo Box Wizard"
msgstr ""
-#: strings.hrc:389
+#: extensions/inc/strings.hrc:389
msgctxt "RID_STR_COULDNOTOPENTABLE"
msgid "The table connection to the data source could not be established."
msgstr ""
-#: strings.hrc:391
+#: extensions/inc/strings.hrc:391
msgctxt "RID_STR_DATEPOSTFIX"
msgid " (Date)"
msgstr " (Арыцхә)"
-#: strings.hrc:392
+#: extensions/inc/strings.hrc:392
msgctxt "RID_STR_TIMEPOSTFIX"
msgid " (Time)"
msgstr " (Аамҭа)"
-#: strings.hrc:394
+#: extensions/inc/strings.hrc:394
msgctxt "RID_STR_FIELDINFO_COMBOBOX"
msgid "The contents of the field selected will be shown in the combo box list."
msgstr ""
-#: strings.hrc:395
+#: extensions/inc/strings.hrc:395
msgctxt "RID_STR_FIELDINFO_LISTBOX"
msgid "The contents of the selected field will be shown in the list box if the linked fields are identical."
msgstr ""
-#: strings.hrc:396
+#: extensions/inc/strings.hrc:396
msgctxt "RID_STR_COMBOWIZ_DBFIELD"
msgid "You can either save the value of the combo box in a database field or use it for display purposes."
msgstr ""
-#: strings.hrc:398
+#: extensions/inc/strings.hrc:398
msgctxt "RID_STR_GROUPWIZ_DBFIELD"
msgid "You can either save the value of the option group in a database field or use it for a later action."
msgstr ""
-#: yesno.hrc:29
+#: extensions/inc/yesno.hrc:29
msgctxt "RID_RSC_ENUM_YESNO"
msgid "No"
msgstr "Мап"
-#: yesno.hrc:30
+#: extensions/inc/yesno.hrc:30
msgctxt "RID_RSC_ENUM_YESNO"
msgid "Yes"
msgstr "Ааи"
-#: contentfieldpage.ui:34
+#: extensions/uiconfig/sabpilot/ui/contentfieldpage.ui:34
msgctxt "contentfieldpage|label1"
msgid "Existing fields"
msgstr ""
-#: contentfieldpage.ui:81
+#: extensions/uiconfig/sabpilot/ui/contentfieldpage.ui:81
msgctxt "contentfieldpage|label3"
msgid "Display field"
msgstr ""
-#: contenttablepage.ui:43
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:43
msgctxt "contenttablepage|datasourcelabel"
msgid "Data source"
msgstr "Адырқәа рхыҵхырҭа"
-#: contenttablepage.ui:57
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:57
msgctxt "contenttablepage|contenttypelabel"
msgid "Content type"
msgstr ""
-#: contenttablepage.ui:71
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:71
msgctxt "contenttablepage|formtablelabel"
msgid "Content"
msgstr "Иаҵанакуа"
-#: contenttablepage.ui:148
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:148
msgctxt "contenttablepage|formsettings"
msgid "Form"
msgstr "Аформа"
-#: contenttablepage.ui:194
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:194
msgctxt "contenttablepage|label3"
msgid ""
"On the right side, you see all the tables from the data source of the form.\n"
@@ -2497,12 +2497,12 @@ msgid ""
"Choose the table from which the data should be used as basis for the list content:"
msgstr ""
-#: contenttablepage.ui:233
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:233
msgctxt "contenttablepage|label2"
msgid "Control"
msgstr ""
-#: datasourcepage.ui:17
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:17
msgctxt "datasourcepage|label2"
msgid ""
"That was all the information necessary to integrate your address data into %PRODUCTNAME.\n"
@@ -2510,52 +2510,52 @@ msgid ""
"Now, just enter the name under which you want to register the data source in %PRODUCTNAME."
msgstr ""
-#: datasourcepage.ui:38
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:38
msgctxt "datasourcepage|embed"
msgid "Embed this address book definition into the current document."
msgstr ""
-#: datasourcepage.ui:61
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:62
msgctxt "datasourcepage|locationft"
msgid "Location"
msgstr "Аҭыҧ"
-#: datasourcepage.ui:74
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:75
msgctxt "datasourcepage|browse"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: datasourcepage.ui:116
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:117
msgctxt "datasourcepage|available"
msgid "Make this address book available to all modules in %PRODUCTNAME."
msgstr ""
-#: datasourcepage.ui:153
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:155
msgctxt "datasourcepage|nameft"
msgid "Address book name"
msgstr ""
-#: datasourcepage.ui:191
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:193
msgctxt "datasourcepage|warning"
msgid "Another data source already has this name. As data sources have to have globally unique names, you need to choose another one."
msgstr ""
-#: defaultfieldselectionpage.ui:18
+#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:18
msgctxt "defaultfieldselectionpage|label1"
msgid "Should one option field be selected as a default?"
msgstr ""
-#: defaultfieldselectionpage.ui:34
+#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:34
msgctxt "defaultfieldselectionpage|defaultselectionyes"
msgid "_Yes, the following:"
msgstr ""
-#: defaultfieldselectionpage.ui:76
+#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:76
msgctxt "defaultfieldselectionpage|defaultselectionno"
msgid "No, one particular field is not going to be selected."
msgstr ""
-#: fieldassignpage.ui:16
+#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:16
msgctxt "fieldassignpage|label2"
msgid ""
"To incorporate the address data in your templates, %PRODUCTNAME has to know which fields contain which data.\n"
@@ -2565,127 +2565,127 @@ msgid ""
"Click the button below to open another dialog where you can enter the settings for your data source."
msgstr ""
-#: fieldassignpage.ui:33
+#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:33
msgctxt "fieldassignpage|assign"
msgid "Field Assignment"
msgstr ""
-#: fieldlinkpage.ui:19
+#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:19
msgctxt "fieldlinkpage|desc"
msgid "This is where you select fields with matching contents so that the value from the display field will be shown."
msgstr ""
-#: fieldlinkpage.ui:49
+#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:49
msgctxt "fieldlinkpage|label2"
msgid "Field from the _Value Table"
msgstr ""
-#: fieldlinkpage.ui:97
+#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:97
msgctxt "fieldlinkpage|label3"
msgid "Field from the _List Table"
msgstr ""
-#: gridfieldsselectionpage.ui:44
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:44
msgctxt "gridfieldsselectionpage|datasourcelabel"
msgid "Data source"
msgstr "Адырқәа рхыҵхырҭа"
-#: gridfieldsselectionpage.ui:58
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:58
msgctxt "gridfieldsselectionpage|contenttypelabel"
msgid "Content type"
msgstr ""
-#: gridfieldsselectionpage.ui:72
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:72
msgctxt "gridfieldsselectionpage|formtablelabel"
msgid "Content"
msgstr "Иаҵанакуа"
-#: gridfieldsselectionpage.ui:148
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:148
msgctxt "gridfieldsselectionpage|formsettings"
msgid "Form"
msgstr "Аформа"
-#: gridfieldsselectionpage.ui:205
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:205
msgctxt "gridfieldsselectionpage|label3"
msgid "Selected fields"
msgstr "Иалху аҭакырақәа"
-#: gridfieldsselectionpage.ui:231
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:231
msgctxt "gridfieldsselectionpage|fieldright"
msgid "->"
msgstr ""
-#: gridfieldsselectionpage.ui:245
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:245
msgctxt "gridfieldsselectionpage|allfieldsright"
msgid "=>>"
msgstr ""
-#: gridfieldsselectionpage.ui:273
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:273
msgctxt "gridfieldsselectionpage|fieldleft"
msgid "<-"
msgstr ""
-#: gridfieldsselectionpage.ui:287
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:287
msgctxt "gridfieldsselectionpage|allfieldsleft"
msgid "<<="
msgstr ""
-#: gridfieldsselectionpage.ui:336
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:336
msgctxt "gridfieldsselectionpage|label1"
msgid "Existing fields"
msgstr ""
-#: gridfieldsselectionpage.ui:358
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:358
msgctxt "gridfieldsselectionpage|label2"
msgid "Table element"
msgstr "Атаблица аелемент"
-#: groupradioselectionpage.ui:44
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:44
msgctxt "groupradioselectionpage|datasourcelabel"
msgid "Data source"
msgstr "Адырқәа рхыҵхырҭа"
-#: groupradioselectionpage.ui:58
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:58
msgctxt "groupradioselectionpage|contenttypelabel"
msgid "Content type"
msgstr ""
-#: groupradioselectionpage.ui:72
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:72
msgctxt "groupradioselectionpage|formtablelabel"
msgid "Content"
msgstr "Иаҵанакуа"
-#: groupradioselectionpage.ui:149
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:149
msgctxt "groupradioselectionpage|formsettings"
msgid "Form"
msgstr "Аформа"
-#: groupradioselectionpage.ui:210
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:210
msgctxt "groupradioselectionpage|label3"
msgid "_Option fields"
msgstr ""
-#: groupradioselectionpage.ui:230
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:230
msgctxt "groupradioselectionpage|toright"
msgid "_>>"
msgstr ""
-#: groupradioselectionpage.ui:245
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:245
msgctxt "groupradioselectionpage|toleft"
msgid "_<<"
msgstr ""
-#: groupradioselectionpage.ui:287
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:286
msgctxt "groupradioselectionpage|label1"
msgid "Which _names do you want to give the option fields?"
msgstr ""
-#: groupradioselectionpage.ui:310
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:309
msgctxt "groupradioselectionpage|label2"
msgid "Table element"
msgstr "Атаблица аелемент"
-#: invokeadminpage.ui:16
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:16
msgctxt "invokeadminpage|label2"
msgid ""
"To set up the new data source, additional information is required.\n"
@@ -2693,119 +2693,119 @@ msgid ""
"Click the following button to open another dialog in which you then enter the necessary information."
msgstr ""
-#: invokeadminpage.ui:31
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:31
msgctxt "invokeadminpage|settings"
msgid "Settings"
msgstr "Архиарақәа"
-#: invokeadminpage.ui:50
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:50
msgctxt "invokeadminpage|warning"
msgid ""
"The connection to the data source could not be established.\n"
"Before you proceed, please check the settings made, or (on the previous page) choose another address data source type."
msgstr ""
-#: optiondbfieldpage.ui:35
+#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:35
msgctxt "optiondbfieldpage|label1"
msgid "Do you want to save the value in a database field?"
msgstr ""
-#: optiondbfieldpage.ui:53
+#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:53
msgctxt "optiondbfieldpage|yesRadiobutton"
msgid "_Yes, I want to save it in the following database field:"
msgstr ""
-#: optiondbfieldpage.ui:73
+#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:73
msgctxt "optiondbfieldpage|noRadiobutton"
msgid "_No, I only want to save the value in the form."
msgstr ""
-#: optionsfinalpage.ui:18
+#: extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui:18
msgctxt "optionsfinalpage|label1"
msgid "Which _caption is to be given to your option group?"
msgstr ""
-#: optionsfinalpage.ui:48
+#: extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui:47
msgctxt "optionsfinalpage|label2"
msgid "These were all details needed to create the option group."
msgstr ""
-#: optionvaluespage.ui:28
+#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:28
msgctxt "optionvaluespage|label1"
msgid "When you select an option, the option group is given a specific value."
msgstr ""
-#: optionvaluespage.ui:45
+#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:45
msgctxt "optionvaluespage|label2"
msgid "Which _value do you want to assign to each option?"
msgstr ""
-#: optionvaluespage.ui:90
+#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:89
msgctxt "optionvaluespage|label3"
msgid "_Option fields"
msgstr ""
-#: selecttablepage.ui:16
+#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:16
msgctxt "selecttablepage|label2"
msgid ""
"The external data source you have chosen contains more than one address book.\n"
"Please select the one you mainly want to work with:"
msgstr ""
-#: selecttypepage.ui:31
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:14
+msgctxt "selecttypepage|label2"
+msgid ""
+"%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n"
+"\n"
+"This wizard helps you create the data source."
+msgstr ""
+
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:34
msgctxt "selecttypepage|evolution"
msgid "Evolution"
msgstr ""
-#: selecttypepage.ui:49
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:51
msgctxt "selecttypepage|groupwise"
msgid "Groupwise"
msgstr "Groupwise"
-#: selecttypepage.ui:66
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:67
msgctxt "selecttypepage|evoldap"
msgid "Evolution LDAP"
msgstr "Evolution LDAP"
-#: selecttypepage.ui:83
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:83
msgctxt "selecttypepage|firefox"
-msgid "Firefox/Iceweasel"
+msgid "Firefox"
msgstr ""
-#: selecttypepage.ui:100
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:99
msgctxt "selecttypepage|thunderbird"
-msgid "Thunderbird/Icedove"
+msgid "Thunderbird"
msgstr ""
-#: selecttypepage.ui:117
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:115
msgctxt "selecttypepage|kde"
msgid "KDE address book"
msgstr "TDE Адрестә шәҟәы"
-#: selecttypepage.ui:134
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:131
msgctxt "selecttypepage|macosx"
msgid "Mac OS X address book"
msgstr "Mac OS X адрестә шәҟәы"
-#: selecttypepage.ui:151
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:147
msgctxt "selecttypepage|other"
msgid "Other external data source"
msgstr ""
-#: selecttypepage.ui:174
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:165
msgctxt "selecttypepage|label1"
-msgid "Please Select the Type of Your External Address Book"
-msgstr ""
-
-#: selecttypepage.ui:194
-msgctxt "selecttypepage|label2"
-msgid ""
-"%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n"
-"\n"
-"This wizard helps you create the data source."
+msgid "Select the type of your external address book:"
msgstr ""
-#: tableselectionpage.ui:42
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:42
msgctxt "tableselectionpage|label3"
msgid ""
"Currently, the form the control belongs to is not (or not completely) bound to a data source.\n"
@@ -2816,586 +2816,591 @@ msgid ""
"Please note that the settings made on this page will take effect immediately upon leaving the page."
msgstr ""
-#: tableselectionpage.ui:72
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:72
msgctxt "tableselectionpage|datasourcelabel"
msgid "_Data source:"
msgstr "_Адырқәа рхыҵхырҭа:"
-#: tableselectionpage.ui:100
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:100
msgctxt "tableselectionpage|search"
msgid "_..."
msgstr "_..."
-#: tableselectionpage.ui:133
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:133
msgctxt "tableselectionpage|tablelabel"
msgid "_Table / Query:"
msgstr ""
-#: tableselectionpage.ui:174
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:174
msgctxt "tableselectionpage|label1"
msgid "Data"
msgstr "Адырқәа"
-#: choosedatasourcedialog.ui:8
+#: extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui:8
msgctxt "choosedatasourcedialog|ChooseDataSourceDialog"
msgid "Choose Data Source"
msgstr "Адырқәа рхыҵхырҭа алхра:"
-#: choosedatasourcedialog.ui:90
+#: extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui:90
msgctxt "choosedatasourcedialog|label1"
msgid "Entry"
msgstr ""
-#: generalpage.ui:36
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:36
msgctxt "generalpage|shortname"
msgid "_Short name"
msgstr ""
-#: generalpage.ui:52
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:52
msgctxt "generalpage|authtype"
msgid "_Type"
msgstr "Атип"
-#: generalpage.ui:67
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:67
msgctxt "generalpage|authors"
msgid "Author(s)"
msgstr ""
-#: generalpage.ui:82
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:82
msgctxt "generalpage|publisher"
msgid "_Publisher"
msgstr "Аҭыжьҩы"
-#: generalpage.ui:97
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:97
msgctxt "generalpage|chapter"
msgid "_Chapter"
msgstr ""
-#: generalpage.ui:113
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:113
msgctxt "generalpage|title"
msgid "Tit_le"
msgstr "Ахы"
-#: generalpage.ui:129
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:129
msgctxt "generalpage|address"
msgid "A_ddress"
msgstr ""
-#: generalpage.ui:145
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:145
msgctxt "generalpage|pages"
msgid "Pa_ge(s)"
msgstr ""
-#: generalpage.ui:161
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:161
msgctxt "generalpage|year"
msgid "_Year"
msgstr "Ашықәс"
-#: generalpage.ui:177
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:177
msgctxt "generalpage|isbn"
msgid "_ISBN"
msgstr ""
-#: generalpage.ui:210
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:210
msgctxt "generalpage|editor"
msgid "Editor"
msgstr "Аредақтор"
-#: generalpage.ui:225
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:225
msgctxt "generalpage|booktitle"
msgid "_Book title"
msgstr ""
-#: generalpage.ui:241
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:241
msgctxt "generalpage|edition"
msgid "Ed_ition"
msgstr "Аҭыжьымҭа"
-#: generalpage.ui:257
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:257
msgctxt "generalpage|volume"
msgid "Volume"
msgstr ""
-#: generalpage.ui:273
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:273
msgctxt "generalpage|institution"
msgid "Instit_ution"
msgstr ""
-#: generalpage.ui:289
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:289
msgctxt "generalpage|month"
msgid "_Month"
msgstr "Амза"
-#: generalpage.ui:305
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:305
msgctxt "generalpage|publicationtype"
msgid "Publication t_ype"
msgstr ""
-#: generalpage.ui:321
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:321
msgctxt "generalpage|university"
msgid "University"
msgstr ""
-#: generalpage.ui:336
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:336
msgctxt "generalpage|reporttype"
msgid "Type of re_port"
msgstr ""
-#: generalpage.ui:351
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:351
msgctxt "generalpage|organization"
msgid "Organi_zation"
msgstr ""
-#: generalpage.ui:384
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:384
msgctxt "generalpage|journal"
msgid "_Journal"
msgstr "Ажурнал"
-#: generalpage.ui:399
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:399
msgctxt "generalpage|annotation"
msgid "Ann_otation"
msgstr ""
-#: generalpage.ui:415
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:415
msgctxt "generalpage|number"
msgid "Numb_er"
msgstr "Аномер"
-#: generalpage.ui:431
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:431
msgctxt "generalpage|note"
msgid "_Note"
msgstr "Азгәаҭа"
-#: generalpage.ui:447
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:447
msgctxt "generalpage|series"
msgid "Se_ries"
msgstr ""
-#: generalpage.ui:463
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:463
msgctxt "generalpage|url"
msgid "URL"
msgstr "URL"
-#: generalpage.ui:496
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:496
msgctxt "generalpage|custom1"
msgid "User-defined field _1"
msgstr ""
-#: generalpage.ui:511
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:511
msgctxt "generalpage|custom4"
msgid "User-defined field _4"
msgstr ""
-#: generalpage.ui:527
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:527
msgctxt "generalpage|custom2"
msgid "User-defined field _2"
msgstr ""
-#: generalpage.ui:543
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:543
msgctxt "generalpage|custom5"
msgid "User-defined field _5"
msgstr ""
-#: generalpage.ui:559
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:559
msgctxt "generalpage|custom3"
msgid "User-defined field _3"
msgstr ""
-#: mappingdialog.ui:8
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:8
msgctxt "mappingdialog|MappingDialog"
msgid "Column Layout for Table “%1”"
msgstr ""
-#: mappingdialog.ui:107
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:107
msgctxt "mappingdialog|label2"
msgid "_Short name"
msgstr ""
-#: mappingdialog.ui:122
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:122
msgctxt "mappingdialog|label3"
msgid "_Author(s)"
msgstr ""
-#: mappingdialog.ui:137
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:137
msgctxt "mappingdialog|label4"
msgid "_Publisher"
msgstr "Аҭыжьҩы"
-#: mappingdialog.ui:152
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:152
msgctxt "mappingdialog|label5"
msgid "_Chapter"
msgstr ""
-#: mappingdialog.ui:167
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:167
msgctxt "mappingdialog|label6"
msgid "Editor"
msgstr "Аредақтор"
-#: mappingdialog.ui:228
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:228
msgctxt "mappingdialog|label7"
msgid "_Type"
msgstr "Атип"
-#: mappingdialog.ui:243
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:243
msgctxt "mappingdialog|label8"
msgid "_Year"
msgstr "Ашықәс"
-#: mappingdialog.ui:258
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:258
msgctxt "mappingdialog|label9"
msgid "Tit_le"
msgstr "Ахы"
-#: mappingdialog.ui:309
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:309
msgctxt "mappingdialog|label10"
msgid "A_ddress"
msgstr ""
-#: mappingdialog.ui:324
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:324
msgctxt "mappingdialog|label11"
msgid "_ISBN"
msgstr ""
-#: mappingdialog.ui:339
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:339
msgctxt "mappingdialog|label12"
msgid "Pa_ge(s)"
msgstr ""
-#: mappingdialog.ui:390
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:390
msgctxt "mappingdialog|label13"
msgid "Ed_ition"
msgstr "Аҭыжьымҭа"
-#: mappingdialog.ui:417
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:417
msgctxt "mappingdialog|label14"
msgid "_Book title"
msgstr ""
-#: mappingdialog.ui:432
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:432
msgctxt "mappingdialog|label15"
msgid "Volume"
msgstr ""
-#: mappingdialog.ui:445
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:445
msgctxt "mappingdialog|label16"
msgid "Publication t_ype"
msgstr ""
-#: mappingdialog.ui:496
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:496
msgctxt "mappingdialog|label17"
msgid "Organi_zation"
msgstr ""
-#: mappingdialog.ui:511
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:511
msgctxt "mappingdialog|label18"
msgid "Instit_ution"
msgstr ""
-#: mappingdialog.ui:526
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:526
msgctxt "mappingdialog|label19"
msgid "Uni_versity"
msgstr ""
-#: mappingdialog.ui:577
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:577
msgctxt "mappingdialog|label20"
msgid "Type of re_port"
msgstr ""
-#: mappingdialog.ui:592
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:592
msgctxt "mappingdialog|label21"
msgid "_Month"
msgstr "Амза"
-#: mappingdialog.ui:631
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:631
msgctxt "mappingdialog|label22"
msgid "_Journal"
msgstr "Ажурнал"
-#: mappingdialog.ui:646
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:646
msgctxt "mappingdialog|label23"
msgid "Numb_er"
msgstr "Аномер"
-#: mappingdialog.ui:661
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:661
msgctxt "mappingdialog|label24"
msgid "Se_ries"
msgstr ""
-#: mappingdialog.ui:712
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:712
msgctxt "mappingdialog|label25"
msgid "Ann_otation"
msgstr ""
-#: mappingdialog.ui:727
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:727
msgctxt "mappingdialog|label26"
msgid "_Note"
msgstr "Азгәаҭа"
-#: mappingdialog.ui:742
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:742
msgctxt "mappingdialog|label27"
msgid "URL"
msgstr "URL"
-#: mappingdialog.ui:791
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:791
msgctxt "mappingdialog|label28"
msgid "User-defined field _1"
msgstr ""
-#: mappingdialog.ui:806
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:806
msgctxt "mappingdialog|label29"
msgid "User-defined field _2"
msgstr ""
-#: mappingdialog.ui:821
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:821
msgctxt "mappingdialog|label30"
msgid "User-defined field _3"
msgstr ""
-#: mappingdialog.ui:836
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:836
msgctxt "mappingdialog|label31"
msgid "User-defined field _4"
msgstr ""
-#: mappingdialog.ui:851
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:851
msgctxt "mappingdialog|label32"
msgid "User-defined field _5"
msgstr ""
-#: mappingdialog.ui:970
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:970
msgctxt "mappingdialog|label1"
msgid "Column Names"
msgstr ""
-#: toolbar.ui:14
+#: extensions/uiconfig/sbibliography/ui/querydialog.ui:30
+msgctxt "querydialog|ask"
+msgid "Do not show this question again."
+msgstr ""
+
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:14
msgctxt "toolbar|TBC_FT_SOURCE"
msgid "Table"
msgstr "Атаблица"
-#: toolbar.ui:49
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:49
msgctxt "toolbar|TBC_FT_QUERY"
msgid "Search Key"
msgstr ""
-#: toolbar.ui:84
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:84
msgctxt "toolbar|TBC_BT_AUTOFILTER"
msgid "AutoFilter"
msgstr ""
-#: toolbar.ui:97
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:97
msgctxt "toolbar|TBC_BT_FILTERCRIT"
msgid "Standard Filter"
msgstr "Истандарту афильтр"
-#: toolbar.ui:110
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:110
msgctxt "toolbar|TBC_BT_REMOVEFILTER"
msgid "Reset Filter"
msgstr ""
-#: toolbar.ui:123
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:123
msgctxt "toolbar|TBC_BT_COL_ASSIGN"
msgid "Column Arrangement"
msgstr ""
-#: toolbar.ui:136
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:136
msgctxt "toolbar|TBC_BT_CHANGESOURCE"
msgid "Data Source"
msgstr "Адырқәа рхыҵхырҭа"
-#: controlfontdialog.ui:8
+#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:8
msgctxt "controlfontdialog|ControlFontDialog"
msgid "Character"
msgstr "Асимволқәа"
-#: controlfontdialog.ui:105
+#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:105
msgctxt "controlfontdialog|font"
msgid "Font"
msgstr "Ашрифт"
-#: controlfontdialog.ui:127
+#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:127
msgctxt "controlfontdialog|fonteffects"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: datatypedialog.ui:8
+#: extensions/uiconfig/spropctrlr/ui/datatypedialog.ui:8
msgctxt "datatypedialog|DataTypeDialog"
msgid "New Data Type"
msgstr "Адырқәа ртип ҿыц"
-#: datatypedialog.ui:85
+#: extensions/uiconfig/spropctrlr/ui/datatypedialog.ui:85
msgctxt "datatypedialog|label"
msgid "Type a name for the new data type:"
msgstr "Иҭажәгал, адырқәа ртип ҿыц ахьӡ:"
-#: formlinksdialog.ui:9
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:9
msgctxt "formlinksdialog|FormLinks"
msgid "Link fields"
msgstr ""
-#: formlinksdialog.ui:72
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:72
msgctxt "formlinksdialog|suggestButton"
msgid "Suggest"
msgstr ""
-#: formlinksdialog.ui:105
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:105
msgctxt "formlinksdialog|explanationLabel"
msgid "Sub forms can be used to display detailed data about the current record of the master form. To do this, you can specify which columns in the sub form match which columns in the master form."
msgstr ""
-#: formlinksdialog.ui:125
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:125
#, fuzzy
msgctxt "formlinksdialog|detailLabel"
msgid "label"
msgstr "Анапаҵаҩра"
-#: formlinksdialog.ui:137
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:137
#, fuzzy
msgctxt "formlinksdialog|masterLabel"
msgid "label"
msgstr "Анапаҵаҩра"
-#: labelselectiondialog.ui:9
+#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:9
msgctxt "labelselectiondialog|LabelSelectionDialog"
msgid "Label Field Selection"
msgstr "Аҭыбырбага алхра"
-#: labelselectiondialog.ui:88
+#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:88
msgctxt "labelselectiondialog|label"
msgid "These are control fields that can be used as label fields for the $controlclass$ $controlname$."
msgstr ""
-#: labelselectiondialog.ui:122
+#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:122
msgctxt "labelselectiondialog|noassignment"
msgid "_No assignment"
msgstr ""
-#: taborder.ui:8
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:8
msgctxt "taborder|TabOrderDialog"
msgid "Tab Order"
msgstr ""
-#: taborder.ui:21
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:21
#, fuzzy
msgctxt "taborder|upB"
msgid "_Move Up"
msgstr "Аҩада"
-#: taborder.ui:35
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:35
#, fuzzy
msgctxt "taborder|downB"
msgid "Move _Down"
msgstr "Алада"
-#: taborder.ui:49
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:49
msgctxt "taborder|autoB"
msgid "_Automatic Sort"
msgstr ""
-#: taborder.ui:146
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:146
msgctxt "taborder|label2"
msgid "Controls"
msgstr ""
-#: griddialog.ui:56
+#: extensions/uiconfig/scanner/ui/griddialog.ui:56
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear ascending"
msgstr ""
-#: griddialog.ui:57
+#: extensions/uiconfig/scanner/ui/griddialog.ui:57
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear descending"
msgstr ""
-#: griddialog.ui:58
+#: extensions/uiconfig/scanner/ui/griddialog.ui:58
msgctxt "griddialog|resetTypeCombobox"
msgid "Original values"
msgstr ""
-#: griddialog.ui:59
+#: extensions/uiconfig/scanner/ui/griddialog.ui:59
msgctxt "griddialog|resetTypeCombobox"
msgid "Exponential increasing"
msgstr ""
-#: griddialog.ui:70
+#: extensions/uiconfig/scanner/ui/griddialog.ui:70
msgctxt "griddialog|resetButton"
msgid "_Set"
msgstr ""
-#: sanedialog.ui:9
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:9
msgctxt "sanedialog|SaneDialog"
msgid "Scanner"
msgstr ""
-#: sanedialog.ui:46
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:46
msgctxt "sanedialog|label3"
msgid "_Left:"
msgstr "Арымарахь:"
-#: sanedialog.ui:62
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:62
msgctxt "sanedialog|label4"
msgid "To_p:"
msgstr ""
-#: sanedialog.ui:78
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:78
msgctxt "sanedialog|label5"
msgid "_Right:"
msgstr "Арыӷьарахь:"
-#: sanedialog.ui:94
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:94
msgctxt "sanedialog|label6"
msgid "_Bottom:"
msgstr "Ҵаҟала: "
-#: sanedialog.ui:166
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:166
msgctxt "sanedialog|label1"
msgid "Scan area"
msgstr ""
-#: sanedialog.ui:208
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:208
msgctxt "sanedialog|label2"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: sanedialog.ui:242
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:242
msgctxt "sanedialog|label7"
msgid "Device _used"
msgstr ""
-#: sanedialog.ui:258
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:258
msgctxt "sanedialog|label8"
msgid "Resolution [_DPI]"
msgstr ""
-#: sanedialog.ui:312
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:312
msgctxt "sanedialog|advancedCheckbutton"
msgid "Show advanced options"
msgstr ""
-#: sanedialog.ui:344
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:345
msgctxt "sanedialog|label10"
msgid "Options:"
msgstr "Апараметрқәа:"
-#: sanedialog.ui:416
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:417
msgctxt "sanedialog|optionsButton"
msgid "Se_t"
msgstr ""
-#: sanedialog.ui:500
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:502
msgctxt "sanedialog|vectorLabel"
msgid "Vector element"
msgstr ""
-#: sanedialog.ui:629
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:631
msgctxt "sanedialog|deviceInfoButton"
msgid "About Dev_ice"
msgstr ""
-#: sanedialog.ui:644
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:646
msgctxt "sanedialog|previewButton"
msgid "Create Previe_w"
msgstr ""
-#: sanedialog.ui:659
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:661
msgctxt "sanedialog|scanButton"
msgid "_Scan"
msgstr ""
diff --git a/source/ab/extras/source/gallery/share.po b/source/ab/extras/source/gallery/share.po
index 74fcbbf9934..197b07d3dfc 100644
--- a/source/ab/extras/source/gallery/share.po
+++ b/source/ab/extras/source/gallery/share.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-11-23 06:03+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1511416993.000000\n"
#: gallery_names.ulf
@@ -26,6 +26,14 @@ msgstr "Ахыцқәа"
#: gallery_names.ulf
msgctxt ""
"gallery_names.ulf\n"
+"backgrounds\n"
+"LngText.text"
+msgid "Backgrounds"
+msgstr ""
+
+#: gallery_names.ulf
+msgctxt ""
+"gallery_names.ulf\n"
"computers\n"
"LngText.text"
msgid "Computers"
diff --git a/source/ab/filter/messages.po b/source/ab/filter/messages.po
index b282a57d53b..4afedce15fb 100644
--- a/source/ab/filter/messages.po
+++ b/source/ab/filter/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
"PO-Revision-Date: 2017-12-24 18:21+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,1135 +12,1135 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514139688.000000\n"
-#: strings.hrc:25
+#: filter/inc/strings.hrc:25
msgctxt "STR_COLUMN_HEADER_NAME"
msgid "Name"
msgstr "Ахьӡ"
-#: strings.hrc:26
+#: filter/inc/strings.hrc:26
msgctxt "STR_COLUMN_HEADER_TYPE"
msgid "Type"
msgstr "Атип"
-#: strings.hrc:27
+#: filter/inc/strings.hrc:27
msgctxt "STR_UNKNOWN_APPLICATION"
msgid "Unknown"
msgstr "Идырӡам"
-#: strings.hrc:28
+#: filter/inc/strings.hrc:28
msgctxt "STR_IMPORT_ONLY"
msgid "import filter"
msgstr "Аимпорт афильтр"
-#: strings.hrc:29
+#: filter/inc/strings.hrc:29
msgctxt "STR_IMPORT_EXPORT"
msgid "import/export filter"
msgstr "аимпорт/аекспорт афильтр"
-#: strings.hrc:30
+#: filter/inc/strings.hrc:30
msgctxt "STR_EXPORT_ONLY"
msgid "export filter"
msgstr "аекспорт афильтр"
-#: strings.hrc:31
+#: filter/inc/strings.hrc:31
#, c-format
msgctxt "STR_WARN_DELETE"
msgid "Do you really want to delete the XML Filter '%s'? This action cannot be undone."
msgstr ""
-#: strings.hrc:32
+#: filter/inc/strings.hrc:32
#, c-format
msgctxt "STR_ERROR_FILTER_NAME_EXISTS"
msgid "An XML filter with the name '%s' already exists. Please enter a different name."
msgstr ""
-#: strings.hrc:33
+#: filter/inc/strings.hrc:33
#, c-format
msgctxt "STR_ERROR_TYPE_NAME_EXISTS"
msgid "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name."
msgstr ""
-#: strings.hrc:34
+#: filter/inc/strings.hrc:34
msgctxt "STR_ERROR_EXPORT_XSLT_NOT_FOUND"
msgid "The XSLT for export cannot be found. Please enter a valid path."
msgstr ""
-#: strings.hrc:35
+#: filter/inc/strings.hrc:35
msgctxt "STR_ERROR_IMPORT_XSLT_NOT_FOUND"
msgid "The XSLT for import cannot be found. Please enter a valid path."
msgstr ""
-#: strings.hrc:36
+#: filter/inc/strings.hrc:36
msgctxt "STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND"
msgid "The given import template cannot be found. Please enter a valid path."
msgstr ""
-#: strings.hrc:37
+#: filter/inc/strings.hrc:37
msgctxt "STR_DEFAULT_FILTER_NAME"
msgid "New Filter"
msgstr "Афильтр ҿыц"
-#: strings.hrc:38
+#: filter/inc/strings.hrc:38
msgctxt "STR_DEFAULT_UI_NAME"
msgid "Untitled"
msgstr "Хьӡыда"
-#: strings.hrc:39
+#: filter/inc/strings.hrc:39
msgctxt "STR_UNDEFINED_FILTER"
msgid "undefined filter"
msgstr ""
-#: strings.hrc:40
+#: filter/inc/strings.hrc:40
#, c-format
msgctxt "STR_FILTER_HAS_BEEN_SAVED"
msgid "The XML filter '%s' has been saved as package '%s'. "
msgstr ""
-#: strings.hrc:41
+#: filter/inc/strings.hrc:41
#, c-format
msgctxt "STR_FILTERS_HAVE_BEEN_SAVED"
msgid "%s XML filters have been saved in the package '%s'."
msgstr ""
-#: strings.hrc:42
+#: filter/inc/strings.hrc:42
msgctxt "STR_FILTER_PACKAGE"
msgid "XSLT filter package"
msgstr ""
-#: strings.hrc:43
+#: filter/inc/strings.hrc:43
#, c-format
msgctxt "STR_FILTER_INSTALLED"
msgid "The XML filter '%s' has been installed successfully."
msgstr ""
-#: strings.hrc:44
+#: filter/inc/strings.hrc:44
#, c-format
msgctxt "STR_FILTERS_INSTALLED"
msgid "%s XML filters have been installed successfully."
msgstr ""
-#: strings.hrc:45
+#: filter/inc/strings.hrc:45
#, c-format
msgctxt "STR_NO_FILTERS_FOUND"
msgid "No XML filter could be installed because the package '%s' does not contain any XML filters."
msgstr ""
-#: strings.hrc:46
+#: filter/inc/strings.hrc:46
msgctxt "STR_XML_FILTER_LISTBOX"
msgid "XML Filter List"
msgstr ""
-#: strings.hrc:48
+#: filter/inc/strings.hrc:48
msgctxt "T602FILTER_STR_IMPORT_DIALOG_TITLE"
msgid "Settings for T602 import"
msgstr "Аимпорт T602 апараметрқәа "
-#: strings.hrc:49
+#: filter/inc/strings.hrc:49
msgctxt "T602FILTER_STR_ENCODING_LABEL"
msgid "Encoding"
msgstr ""
-#: strings.hrc:50
+#: filter/inc/strings.hrc:50
msgctxt "T602FILTER_STR_ENCODING_AUTO"
msgid "Automatic"
msgstr "Автоматикала"
-#: strings.hrc:51
+#: filter/inc/strings.hrc:51
msgctxt "T602FILTER_STR_ENCODING_CP852"
msgid "CP852 (Latin2)"
msgstr ""
-#: strings.hrc:52
+#: filter/inc/strings.hrc:52
msgctxt "T602FILTER_STR_ENCODING_CP895"
msgid "CP895 (KEYB2CS, Kamenicky)"
msgstr ""
-#: strings.hrc:53
+#: filter/inc/strings.hrc:53
msgctxt "T602FILTER_STR_ENCODING_KOI8CS2"
msgid "KOI8 CS2"
msgstr ""
-#: strings.hrc:54
+#: filter/inc/strings.hrc:54
msgctxt "T602FILTER_STR_CYRILLIC_MODE"
msgid "Mode for Russian language (Cyrillic)"
msgstr ""
-#: strings.hrc:55
+#: filter/inc/strings.hrc:55
msgctxt "T602FILTER_STR_REFORMAT_TEXT"
msgid "Reformat the text"
msgstr ""
-#: strings.hrc:56
+#: filter/inc/strings.hrc:56
msgctxt "T602FILTER_STR_DOT_COMMANDS"
msgid "Display dot commands"
msgstr ""
-#: strings.hrc:57
+#: filter/inc/strings.hrc:57
msgctxt "T602FILTER_STR_CANCEL_BUTTON"
msgid "Cancel"
msgstr "Аҟәыхра"
-#: strings.hrc:58
+#: filter/inc/strings.hrc:58
msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "OK"
-#: strings.hrc:60
+#: filter/inc/strings.hrc:60
msgctxt "KEY_VERSION_CHECK"
msgid ""
"Warning: Not all of the imported EPS graphics could be saved at level1\n"
"as some are at a higher level!"
msgstr ""
-#: strings.hrc:62
+#: filter/inc/strings.hrc:62
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "PDF ахь аекспорт"
#. strings used in encryption UI
#. password dialog title
-#: strings.hrc:66
+#: filter/inc/strings.hrc:66
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "Иқәыргылатәуп аартразы ажәамаӡа"
#. password dialog title
-#: strings.hrc:68
+#: filter/inc/strings.hrc:68
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr ""
-#: strings.hrc:69
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr ""
-#: strings.hrc:70
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr ""
-#: strings.hrc:71
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
-#: strings.hrc:72
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr ""
-#: strings.hrc:73
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
-#: strings.hrc:74
+#: filter/inc/strings.hrc:74
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
-#: strings.hrc:75
+#: filter/inc/strings.hrc:75
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
-#: strings.hrc:76
+#: filter/inc/strings.hrc:76
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
-#: strings.hrc:77
+#: filter/inc/strings.hrc:77
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr ""
-#: strings.hrc:78
+#: filter/inc/strings.hrc:78
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
-#: strings.hrc:79
+#: filter/inc/strings.hrc:79
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "PDF аекспорт аҟәыхуп"
-#: impswfdialog.ui:14
+#: filter/uiconfig/ui/impswfdialog.ui:14
msgctxt "impswfdialog|ImpSWFDialog"
msgid "Flash (SWF) Options"
msgstr "Macromedia Flash (SWF) апараметрқәа"
-#: impswfdialog.ui:95
+#: filter/uiconfig/ui/impswfdialog.ui:95
msgctxt "impswfdialog|label1"
msgid ""
"1: min. quality\n"
"100: max. quality"
msgstr ""
-#: impswfdialog.ui:136
+#: filter/uiconfig/ui/impswfdialog.ui:135
msgctxt "impswfdialog|exportall"
msgid "Export _all slides (uncheck to export current slide)"
msgstr ""
-#: impswfdialog.ui:158
+#: filter/uiconfig/ui/impswfdialog.ui:157
msgctxt "impswfdialog|exportmultiplefiles"
msgid "Export as _multiple files"
msgstr "Аекспорт афаилқәа ҧыҭк рахь"
-#: impswfdialog.ui:181
+#: filter/uiconfig/ui/impswfdialog.ui:180
msgctxt "impswfdialog|exportbackgrounds"
msgid "Export _backgrounds"
msgstr "Аҿаҧшыратә сахьақәа рекспорт"
-#: impswfdialog.ui:198
+#: filter/uiconfig/ui/impswfdialog.ui:197
msgctxt "impswfdialog|exportbackgroundobjects"
msgid "Export back_ground objects"
msgstr "Аҿаҧшыратә обиеқтқәа рекспорт"
-#: impswfdialog.ui:215
+#: filter/uiconfig/ui/impswfdialog.ui:214
msgctxt "impswfdialog|exportslidecontents"
msgid "Export _slide contents"
msgstr "Аслаидқәа ирыҵаркуа рекспорт "
-#: impswfdialog.ui:248
+#: filter/uiconfig/ui/impswfdialog.ui:247
msgctxt "impswfdialog|exportsound"
msgid "Export _Verilogix Slide Annotations"
msgstr "Аекспорт_Verilogix Slide Annotations "
-#: impswfdialog.ui:265
+#: filter/uiconfig/ui/impswfdialog.ui:264
msgctxt "impswfdialog|exportoleasjpeg"
msgid "Export OLE objects as _JPEG images"
msgstr "OLE аобиеқтқәа JPEG еиҧш рекспорт"
-#: pdfgeneralpage.ui:42
+#: filter/uiconfig/ui/pdfgeneralpage.ui:42
msgctxt "pdfgeneralpage|all"
msgid "_All"
msgstr "Зегьы"
-#: pdfgeneralpage.ui:60
+#: filter/uiconfig/ui/pdfgeneralpage.ui:60
msgctxt "pdfgeneralpage|range"
msgid "_Pages:"
msgstr "Адаҟьақәа:"
-#: pdfgeneralpage.ui:79
+#: filter/uiconfig/ui/pdfgeneralpage.ui:79
msgctxt "pdfgeneralpage|selection"
msgid "_Selection"
msgstr "Иалкаау"
-#: pdfgeneralpage.ui:113
+#: filter/uiconfig/ui/pdfgeneralpage.ui:112
msgctxt "pdfgeneralpage|slides"
msgid "Slides:"
msgstr ""
-#: pdfgeneralpage.ui:125
+#: filter/uiconfig/ui/pdfgeneralpage.ui:124
msgctxt "pdfgeneralpage|selectedsheets"
msgid "_Selection/Selected sheet(s)"
msgstr "Алхра/Иалху абӷьыцқәа"
-#: pdfgeneralpage.ui:141
+#: filter/uiconfig/ui/pdfgeneralpage.ui:140
msgctxt "pdfgeneralpage|label1"
msgid "Range"
msgstr "Адиапазон"
-#: pdfgeneralpage.ui:202
+#: filter/uiconfig/ui/pdfgeneralpage.ui:200
msgctxt "pdfgeneralpage|label6"
msgid "_Quality:"
msgstr ""
-#: pdfgeneralpage.ui:227
+#: filter/uiconfig/ui/pdfgeneralpage.ui:225
msgctxt "pdfgeneralpage|reduceresolution"
msgid "_Reduce image resolution"
msgstr ""
-#: pdfgeneralpage.ui:249
+#: filter/uiconfig/ui/pdfgeneralpage.ui:247
msgctxt "pdfgeneralpage|resolution"
msgid "75 DPI"
msgstr ""
-#: pdfgeneralpage.ui:250
+#: filter/uiconfig/ui/pdfgeneralpage.ui:248
msgctxt "pdfgeneralpage|resolution"
msgid "150 DPI"
msgstr ""
-#: pdfgeneralpage.ui:251
+#: filter/uiconfig/ui/pdfgeneralpage.ui:249
msgctxt "pdfgeneralpage|resolution"
msgid "300 DPI"
msgstr ""
-#: pdfgeneralpage.ui:252
+#: filter/uiconfig/ui/pdfgeneralpage.ui:250
msgctxt "pdfgeneralpage|resolution"
msgid "600 DPI"
msgstr ""
-#: pdfgeneralpage.ui:253
+#: filter/uiconfig/ui/pdfgeneralpage.ui:251
msgctxt "pdfgeneralpage|resolution"
msgid "1200 DPI"
msgstr ""
-#: pdfgeneralpage.ui:259
+#: filter/uiconfig/ui/pdfgeneralpage.ui:256
msgctxt "pdfgeneralpage|comboboxtext-entry"
msgid "75 DPI"
msgstr ""
-#: pdfgeneralpage.ui:283
+#: filter/uiconfig/ui/pdfgeneralpage.ui:280
msgctxt "pdfgeneralpage|losslesscompress"
msgid "_Lossless compression"
msgstr ""
-#: pdfgeneralpage.ui:300
+#: filter/uiconfig/ui/pdfgeneralpage.ui:297
msgctxt "pdfgeneralpage|jpegcompress"
msgid "_JPEG compression"
msgstr ""
-#: pdfgeneralpage.ui:322
+#: filter/uiconfig/ui/pdfgeneralpage.ui:319
msgctxt "pdfgeneralpage|label2"
msgid "Images"
msgstr "Асахьақәа"
-#: pdfgeneralpage.ui:354
+#: filter/uiconfig/ui/pdfgeneralpage.ui:351
msgctxt "pdfgeneralpage|watermark"
msgid "Sign with _watermark"
msgstr ""
-#: pdfgeneralpage.ui:389
+#: filter/uiconfig/ui/pdfgeneralpage.ui:385
msgctxt "pdfgeneralpage|watermarklabel"
msgid "Text:"
msgstr "Атеқст:"
-#: pdfgeneralpage.ui:409
+#: filter/uiconfig/ui/pdfgeneralpage.ui:405
msgctxt "pdfgeneralpage|label3"
msgid "Watermark"
msgstr ""
-#: pdfgeneralpage.ui:446
+#: filter/uiconfig/ui/pdfgeneralpage.ui:442
msgctxt "pdfgeneralpage|embed"
msgid "Hybrid PDF (em_bed ODF file)"
msgstr ""
-#: pdfgeneralpage.ui:450
+#: filter/uiconfig/ui/pdfgeneralpage.ui:446
msgctxt "pdfgeneralpage|embed|tooltip_text"
msgid "Creates a PDF that is easily editable in %PRODUCTNAME"
msgstr ""
-#: pdfgeneralpage.ui:462
+#: filter/uiconfig/ui/pdfgeneralpage.ui:458
msgctxt "pdfgeneralpage|pdfa"
msgid "Archive P_DF/A-1a (ISO 19005-1)"
msgstr ""
-#: pdfgeneralpage.ui:466
+#: filter/uiconfig/ui/pdfgeneralpage.ui:462
msgctxt "pdfgeneralpage|pdfa|tooltip_text"
msgid "Creates an ISO 19005-1 compliant PDF file, ideal for long-term document preservation"
msgstr ""
-#: pdfgeneralpage.ui:478
+#: filter/uiconfig/ui/pdfgeneralpage.ui:474
msgctxt "pdfgeneralpage|tagged"
msgid "_Tagged PDF (add document structure)"
msgstr ""
-#: pdfgeneralpage.ui:482
+#: filter/uiconfig/ui/pdfgeneralpage.ui:478
msgctxt "pdfgeneralpage|tagged|tooltip_text"
msgid "Includes a document's content structure information in a PDF"
msgstr ""
-#: pdfgeneralpage.ui:494
+#: filter/uiconfig/ui/pdfgeneralpage.ui:490
msgctxt "pdfgeneralpage|forms"
msgid "_Create PDF form"
msgstr "Иаҧҵатәуп PDF аформа"
-#: pdfgeneralpage.ui:498
+#: filter/uiconfig/ui/pdfgeneralpage.ui:494
msgctxt "pdfgeneralpage|forms|tooltip_text"
msgid "Creates a PDF with fields that can be filled out"
msgstr ""
-#: pdfgeneralpage.ui:523
+#: filter/uiconfig/ui/pdfgeneralpage.ui:519
msgctxt "pdfgeneralpage|label7"
msgid "Submit _format:"
msgstr ""
-#: pdfgeneralpage.ui:538
+#: filter/uiconfig/ui/pdfgeneralpage.ui:534
msgctxt "pdfgeneralpage|format"
msgid "FDF"
msgstr ""
-#: pdfgeneralpage.ui:539
+#: filter/uiconfig/ui/pdfgeneralpage.ui:535
msgctxt "pdfgeneralpage|format"
msgid "PDF"
msgstr ""
-#: pdfgeneralpage.ui:540
+#: filter/uiconfig/ui/pdfgeneralpage.ui:536
msgctxt "pdfgeneralpage|format"
msgid "HTML"
msgstr "HTML"
-#: pdfgeneralpage.ui:541
+#: filter/uiconfig/ui/pdfgeneralpage.ui:537
msgctxt "pdfgeneralpage|format"
msgid "XML"
msgstr ""
-#: pdfgeneralpage.ui:551
+#: filter/uiconfig/ui/pdfgeneralpage.ui:547
msgctxt "pdfgeneralpage|allowdups"
msgid "Allow duplicate field _names"
msgstr ""
-#: pdfgeneralpage.ui:575
+#: filter/uiconfig/ui/pdfgeneralpage.ui:571
msgctxt "pdfgeneralpage|bookmarks"
msgid "Export _bookmarks"
msgstr ""
-#: pdfgeneralpage.ui:590
+#: filter/uiconfig/ui/pdfgeneralpage.ui:586
msgctxt "pdfgeneralpage|exportplaceholders"
msgid "Expo_rt placeholders"
msgstr ""
-#: pdfgeneralpage.ui:605
+#: filter/uiconfig/ui/pdfgeneralpage.ui:601
msgctxt "pdfgeneralpage|comments"
msgid "_Export comments"
msgstr "Акомментариқәа рекспорт"
-#: pdfgeneralpage.ui:620
+#: filter/uiconfig/ui/pdfgeneralpage.ui:616
msgctxt "pdfgeneralpage|emptypages"
msgid "Exp_ort automatically inserted blank pages"
msgstr ""
-#: pdfgeneralpage.ui:635
+#: filter/uiconfig/ui/pdfgeneralpage.ui:631
msgctxt "pdfgeneralpage|viewpdf"
msgid "_View PDF after export"
msgstr "Иаарттәуп PDF аекспорт ашьҭахь"
-#: pdfgeneralpage.ui:650
+#: filter/uiconfig/ui/pdfgeneralpage.ui:646
msgctxt "pdfgeneralpage|usereferencexobject"
msgid "Use reference XObjects"
msgstr ""
-#: pdfgeneralpage.ui:665
+#: filter/uiconfig/ui/pdfgeneralpage.ui:661
msgctxt "pdfgeneralpage|hiddenpages"
msgid "Export _hidden pages"
msgstr "Експорттәуп иҵәаху адаҟьақәа"
-#: pdfgeneralpage.ui:680
+#: filter/uiconfig/ui/pdfgeneralpage.ui:676
#, fuzzy
msgctxt "pdfgeneralpage|notes"
msgid "Export _notes pages"
msgstr "Експорттәуп иҵәаху адаҟьақәа"
-#: pdfgeneralpage.ui:700
+#: filter/uiconfig/ui/pdfgeneralpage.ui:696
msgctxt "pdfgeneralpage|onlynotes"
msgid "Export onl_y notes pages"
msgstr ""
-#: pdfgeneralpage.ui:723
+#: filter/uiconfig/ui/pdfgeneralpage.ui:719
msgctxt "pdfgeneralpage|label4"
msgid "General"
msgstr "Азеиҧшқәа"
-#: pdflinkspage.ui:29
+#: filter/uiconfig/ui/pdflinkspage.ui:29
msgctxt "pdflinkspage|export"
msgid "Export bookmarks as named destinations"
msgstr ""
-#: pdflinkspage.ui:47
+#: filter/uiconfig/ui/pdflinkspage.ui:47
msgctxt "pdflinkspage|convert"
msgid "_Convert document references to PDF targets"
msgstr ""
-#: pdflinkspage.ui:65
+#: filter/uiconfig/ui/pdflinkspage.ui:65
msgctxt "pdflinkspage|exporturl"
msgid "Export _URLs relative to file system"
msgstr ""
-#: pdflinkspage.ui:89
+#: filter/uiconfig/ui/pdflinkspage.ui:89
msgctxt "pdflinkspage|label1"
msgid "General"
msgstr "Азеиҧшқәа"
-#: pdflinkspage.ui:121
+#: filter/uiconfig/ui/pdflinkspage.ui:121
msgctxt "pdflinkspage|default"
msgid "Default mode"
msgstr ""
-#: pdflinkspage.ui:140
+#: filter/uiconfig/ui/pdflinkspage.ui:140
msgctxt "pdflinkspage|openpdf"
msgid "Open with PDF reader application"
msgstr ""
-#: pdflinkspage.ui:158
+#: filter/uiconfig/ui/pdflinkspage.ui:158
msgctxt "pdflinkspage|openinternet"
msgid "Open _with Internet browser"
msgstr "Иаарттәуп, абраузер ахархәарала"
-#: pdflinkspage.ui:182
+#: filter/uiconfig/ui/pdflinkspage.ui:182
msgctxt "pdflinkspage|label5"
msgid "Cross-document Links"
msgstr ""
-#: pdfoptionsdialog.ui:8
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:8
msgctxt "pdfoptionsdialog|PdfOptionsDialog"
msgid "PDF Options"
msgstr "PDF апараметрқәа"
-#: pdfoptionsdialog.ui:22
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:22
msgctxt "pdfoptionsdialog|ok"
msgid "E_xport"
msgstr "Аекспорт"
-#: pdfoptionsdialog.ui:92
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:92
msgctxt "pdfoptionsdialog|general"
msgid "General"
msgstr "Азеиҧшқәа"
-#: pdfoptionsdialog.ui:114
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:114
msgctxt "pdfoptionsdialog|initialview"
msgid "Initial View"
msgstr ""
-#: pdfoptionsdialog.ui:137
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:137
msgctxt "pdfoptionsdialog|userinterface"
msgid "User Interface"
msgstr ""
-#: pdfoptionsdialog.ui:160
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:160
msgctxt "pdfoptionsdialog|links"
msgid "Links"
msgstr "Азхьарҧшқәа"
-#: pdfoptionsdialog.ui:183
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:183
msgctxt "pdfoptionsdialog|security"
msgid "Security"
msgstr "Ашәарҭадара"
-#: pdfoptionsdialog.ui:206
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:206
msgctxt "pdfoptionsdialog|digitalsignatures"
msgid "Digital Signatures"
msgstr "Ацифратә напаҵаҩрақәа"
-#: pdfsecuritypage.ui:30
+#: filter/uiconfig/ui/pdfsecuritypage.ui:30
msgctxt "pdfsecuritypage|setpassword"
msgid "Set _Passwords…"
msgstr "Иқәыргылатәуп ажәамаӡақәа..."
-#: pdfsecuritypage.ui:53
+#: filter/uiconfig/ui/pdfsecuritypage.ui:53
msgctxt "pdfsecuritypage|label5"
msgid "Open password set"
msgstr "Иқәыргылоуп ажәамаӡа аартразы"
-#: pdfsecuritypage.ui:65
+#: filter/uiconfig/ui/pdfsecuritypage.ui:65
msgctxt "pdfsecuritypage|label6"
msgid "PDF document will be encrypted"
msgstr ""
-#: pdfsecuritypage.ui:88
+#: filter/uiconfig/ui/pdfsecuritypage.ui:88
msgctxt "pdfsecuritypage|label7"
msgid "No open password set"
msgstr "Аартраз иҟам ажәамаӡа"
-#: pdfsecuritypage.ui:100
+#: filter/uiconfig/ui/pdfsecuritypage.ui:100
msgctxt "pdfsecuritypage|label8"
msgid "PDF document will not be encrypted"
msgstr ""
-#: pdfsecuritypage.ui:123
+#: filter/uiconfig/ui/pdfsecuritypage.ui:123
msgctxt "pdfsecuritypage|label30"
msgid "PDF document will not be encrypted due to PDF/A export."
msgstr ""
-#: pdfsecuritypage.ui:147
+#: filter/uiconfig/ui/pdfsecuritypage.ui:147
msgctxt "pdfsecuritypage|label9"
msgid "Permission password set"
msgstr ""
-#: pdfsecuritypage.ui:159
+#: filter/uiconfig/ui/pdfsecuritypage.ui:159
msgctxt "pdfsecuritypage|label11"
msgid "PDF document will be restricted"
msgstr ""
-#: pdfsecuritypage.ui:182
+#: filter/uiconfig/ui/pdfsecuritypage.ui:182
msgctxt "pdfsecuritypage|label12"
msgid "No permission password set"
msgstr ""
-#: pdfsecuritypage.ui:194
+#: filter/uiconfig/ui/pdfsecuritypage.ui:194
msgctxt "pdfsecuritypage|label13"
msgid "PDF document will be unrestricted"
msgstr ""
-#: pdfsecuritypage.ui:217
+#: filter/uiconfig/ui/pdfsecuritypage.ui:217
msgctxt "pdfsecuritypage|label14"
msgid "PDF document will not be restricted due to PDF/A export."
msgstr ""
-#: pdfsecuritypage.ui:237
+#: filter/uiconfig/ui/pdfsecuritypage.ui:237
#, fuzzy
msgctxt "pdfsecuritypage|setpasswordstitle"
msgid "Set Passwords"
msgstr "Иқәыргылатәуп ажәамаӡа"
-#: pdfsecuritypage.ui:253
+#: filter/uiconfig/ui/pdfsecuritypage.ui:253
msgctxt "pdfsecuritypage|label2"
msgid "File Encryption and Permission"
msgstr ""
-#: pdfsecuritypage.ui:291
+#: filter/uiconfig/ui/pdfsecuritypage.ui:291
msgctxt "pdfsecuritypage|printnone"
msgid "_Not permitted"
msgstr ""
-#: pdfsecuritypage.ui:307
+#: filter/uiconfig/ui/pdfsecuritypage.ui:307
msgctxt "pdfsecuritypage|printlow"
msgid "_Low resolution (150 dpi)"
msgstr ""
-#: pdfsecuritypage.ui:323
+#: filter/uiconfig/ui/pdfsecuritypage.ui:323
msgctxt "pdfsecuritypage|printhigh"
msgid "_High resolution"
msgstr ""
-#: pdfsecuritypage.ui:346
+#: filter/uiconfig/ui/pdfsecuritypage.ui:346
msgctxt "pdfsecuritypage|label1"
msgid "Printing"
msgstr "Акьыҧхьра"
-#: pdfsecuritypage.ui:378
+#: filter/uiconfig/ui/pdfsecuritypage.ui:378
msgctxt "pdfsecuritypage|changenone"
msgid "No_t permitted"
msgstr ""
-#: pdfsecuritypage.ui:394
+#: filter/uiconfig/ui/pdfsecuritypage.ui:394
msgctxt "pdfsecuritypage|changeinsdel"
msgid "_Inserting, deleting, and rotating pages"
msgstr ""
-#: pdfsecuritypage.ui:410
+#: filter/uiconfig/ui/pdfsecuritypage.ui:410
msgctxt "pdfsecuritypage|changeform"
msgid "_Filling in form fields"
msgstr ""
-#: pdfsecuritypage.ui:426
+#: filter/uiconfig/ui/pdfsecuritypage.ui:426
msgctxt "pdfsecuritypage|changecomment"
msgid "_Commenting, filling in form fields"
msgstr ""
-#: pdfsecuritypage.ui:442
+#: filter/uiconfig/ui/pdfsecuritypage.ui:442
msgctxt "pdfsecuritypage|changeany"
msgid "_Any except extracting pages"
msgstr ""
-#: pdfsecuritypage.ui:465
+#: filter/uiconfig/ui/pdfsecuritypage.ui:465
msgctxt "pdfsecuritypage|label3"
msgid "Changes"
msgstr "Аҧсахрақәа"
-#: pdfsecuritypage.ui:497
+#: filter/uiconfig/ui/pdfsecuritypage.ui:497
msgctxt "pdfsecuritypage|enablecopy"
msgid "Ena_ble copying of content"
msgstr ""
-#: pdfsecuritypage.ui:513
+#: filter/uiconfig/ui/pdfsecuritypage.ui:513
msgctxt "pdfsecuritypage|enablea11y"
msgid "Enable text access for acce_ssibility tools"
msgstr ""
-#: pdfsecuritypage.ui:535
+#: filter/uiconfig/ui/pdfsecuritypage.ui:535
msgctxt "pdfsecuritypage|label4"
msgid "Content"
msgstr "Иаҵанакуа"
-#: pdfsignpage.ui:37
+#: filter/uiconfig/ui/pdfsignpage.ui:37
msgctxt "pdfsignpage|label2"
msgid "Use this certificate to digitally sign PDF documents:"
msgstr ""
-#: pdfsignpage.ui:60
+#: filter/uiconfig/ui/pdfsignpage.ui:59
msgctxt "pdfsignpage|select"
msgid "Select..."
msgstr "Алхра..."
-#: pdfsignpage.ui:159
+#: filter/uiconfig/ui/pdfsignpage.ui:154
msgctxt "pdfsignpage|tsa"
msgid "None"
msgstr "Мап"
-#: pdfsignpage.ui:172
+#: filter/uiconfig/ui/pdfsignpage.ui:167
msgctxt "pdfsignpage|label7"
msgid "Certificate password:"
msgstr ""
-#: pdfsignpage.ui:186
+#: filter/uiconfig/ui/pdfsignpage.ui:181
msgctxt "pdfsignpage|label12"
msgid "Location:"
msgstr "Аҭыҧ:"
-#: pdfsignpage.ui:200
+#: filter/uiconfig/ui/pdfsignpage.ui:195
msgctxt "pdfsignpage|label13"
msgid "Contact information:"
msgstr ""
-#: pdfsignpage.ui:214
+#: filter/uiconfig/ui/pdfsignpage.ui:209
msgctxt "pdfsignpage|label14"
msgid "Reason:"
msgstr ""
-#: pdfsignpage.ui:228
+#: filter/uiconfig/ui/pdfsignpage.ui:223
msgctxt "pdfsignpage|label15"
msgid "Time Stamp Authority:"
msgstr ""
-#: pdfsignpage.ui:251
+#: filter/uiconfig/ui/pdfsignpage.ui:246
msgctxt "pdfsignpage|label1"
msgid "Certificate"
msgstr ""
-#: pdfuserinterfacepage.ui:43
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:43
msgctxt "pdfuserinterfacepage|center"
msgid "_Center window on screen"
msgstr ""
-#: pdfuserinterfacepage.ui:59
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:59
msgctxt "pdfuserinterfacepage|resize"
msgid "_Resize window to initial page"
msgstr ""
-#: pdfuserinterfacepage.ui:75
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:75
msgctxt "pdfuserinterfacepage|open"
msgid "_Open in full screen mode"
msgstr "Иаарттәуп аекраннаӡатә режим ала"
-#: pdfuserinterfacepage.ui:91
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:91
msgctxt "pdfuserinterfacepage|display"
msgid "_Display document title"
msgstr ""
-#: pdfuserinterfacepage.ui:113
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:113
msgctxt "pdfuserinterfacepage|label1"
msgid "Window Options"
msgstr ""
-#: pdfuserinterfacepage.ui:144
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:144
msgctxt "pdfuserinterfacepage|toolbar"
msgid "Hide _toolbar"
msgstr ""
-#: pdfuserinterfacepage.ui:160
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:160
msgctxt "pdfuserinterfacepage|menubar"
msgid "Hide _menubar"
msgstr ""
-#: pdfuserinterfacepage.ui:176
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:176
msgctxt "pdfuserinterfacepage|window"
msgid "Hide _window controls"
msgstr ""
-#: pdfuserinterfacepage.ui:198
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:198
msgctxt "pdfuserinterfacepage|label2"
msgid "User Interface Options"
msgstr ""
-#: pdfuserinterfacepage.ui:228
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:228
msgctxt "pdfuserinterfacepage|effects"
msgid "_Use transition effects"
msgstr ""
-#: pdfuserinterfacepage.ui:250
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:250
msgctxt "pdfuserinterfacepage|label3"
msgid "Transitions"
msgstr ""
-#: pdfuserinterfacepage.ui:282
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:282
msgctxt "pdfuserinterfacepage|allbookmarks"
msgid "_All bookmark levels"
msgstr ""
-#: pdfuserinterfacepage.ui:299
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:299
msgctxt "pdfuserinterfacepage|visiblebookmark"
msgid "_Visible bookmark levels:"
msgstr ""
-#: pdfuserinterfacepage.ui:343
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:342
msgctxt "pdfuserinterfacepage|label4"
msgid "Bookmarks"
msgstr ""
-#: pdfviewpage.ui:49
+#: filter/uiconfig/ui/pdfviewpage.ui:49
msgctxt "pdfviewpage|pageonly"
msgid "_Page only"
msgstr "Адаҟьа мацара"
-#: pdfviewpage.ui:66
+#: filter/uiconfig/ui/pdfviewpage.ui:66
msgctxt "pdfviewpage|outline"
msgid "_Bookmarks and page"
msgstr ""
-#: pdfviewpage.ui:82
+#: filter/uiconfig/ui/pdfviewpage.ui:82
msgctxt "pdfviewpage|thumbs"
msgid "_Thumbnails and page"
msgstr "Аминиатиурақәеи адаҟьеи"
-#: pdfviewpage.ui:106
+#: filter/uiconfig/ui/pdfviewpage.ui:106
msgctxt "pdfviewpage|label4"
msgid "Open on pa_ge:"
msgstr "Иаарттәуп адаҟьаҟны:"
-#: pdfviewpage.ui:141
+#: filter/uiconfig/ui/pdfviewpage.ui:140
#, fuzzy
msgctxt "pdfviewpage|label2"
msgid "Panes"
msgstr "Адаҟьақәа"
-#: pdfviewpage.ui:173
+#: filter/uiconfig/ui/pdfviewpage.ui:172
#, fuzzy
msgctxt "pdfviewpage|fitdefault"
msgid "_Default"
msgstr "Астандарт"
-#: pdfviewpage.ui:190
+#: filter/uiconfig/ui/pdfviewpage.ui:189
msgctxt "pdfviewpage|fitwin"
msgid "_Fit in window"
msgstr ""
-#: pdfviewpage.ui:206
+#: filter/uiconfig/ui/pdfviewpage.ui:205
msgctxt "pdfviewpage|fitwidth"
msgid "Fit _width"
msgstr ""
-#: pdfviewpage.ui:222
+#: filter/uiconfig/ui/pdfviewpage.ui:221
msgctxt "pdfviewpage|fitvis"
msgid "Fit _visible"
msgstr ""
-#: pdfviewpage.ui:243
+#: filter/uiconfig/ui/pdfviewpage.ui:242
msgctxt "pdfviewpage|fitzoom"
msgid "_Zoom factor:"
msgstr "Амасштаб:"
-#: pdfviewpage.ui:289
+#: filter/uiconfig/ui/pdfviewpage.ui:287
msgctxt "pdfviewpage|label3"
msgid "Magnification"
msgstr ""
-#: pdfviewpage.ui:328
+#: filter/uiconfig/ui/pdfviewpage.ui:326
#, fuzzy
msgctxt "pdfviewpage|defaultlayout"
msgid "D_efault"
msgstr "Астандарт"
-#: pdfviewpage.ui:345
+#: filter/uiconfig/ui/pdfviewpage.ui:343
msgctxt "pdfviewpage|singlelayout"
msgid "_Single page"
msgstr "Даҟьак"
-#: pdfviewpage.ui:361
+#: filter/uiconfig/ui/pdfviewpage.ui:359
msgctxt "pdfviewpage|contlayout"
msgid "_Continuous"
msgstr ""
-#: pdfviewpage.ui:377
+#: filter/uiconfig/ui/pdfviewpage.ui:375
msgctxt "pdfviewpage|contfacinglayout"
msgid "C_ontinuous facing"
msgstr ""
-#: pdfviewpage.ui:393
+#: filter/uiconfig/ui/pdfviewpage.ui:391
msgctxt "pdfviewpage|firstonleft"
msgid "First page is _left"
msgstr "Актәи адаҟьа армарахь ала"
-#: pdfviewpage.ui:415
+#: filter/uiconfig/ui/pdfviewpage.ui:413
msgctxt "pdfviewpage|label1"
msgid "Page Layout"
msgstr "Адаҟьа амакет"
-#: testxmlfilter.ui:8
+#: filter/uiconfig/ui/testxmlfilter.ui:8
msgctxt "testxmlfilter|TestXMLFilterDialog"
msgid "Test XML Filter: %s"
msgstr ""
-#: testxmlfilter.ui:89
+#: filter/uiconfig/ui/testxmlfilter.ui:91
msgctxt "testxmlfilter|label3"
msgid "XSLT for export"
msgstr "XSLT аекспорт азы..."
-#: testxmlfilter.ui:102
+#: filter/uiconfig/ui/testxmlfilter.ui:104
msgctxt "testxmlfilter|label4"
msgid "Transform document"
msgstr ""
-#: testxmlfilter.ui:111
+#: filter/uiconfig/ui/testxmlfilter.ui:114
msgctxt "testxmlfilter|exportbrowse"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: testxmlfilter.ui:123
+#: filter/uiconfig/ui/testxmlfilter.ui:126
msgctxt "testxmlfilter|currentdocument"
msgid "Current Document"
msgstr "Уажәтәи адокумент"
-#: testxmlfilter.ui:168
+#: filter/uiconfig/ui/testxmlfilter.ui:171
msgctxt "testxmlfilter|label1"
msgid "Export"
msgstr "Аекспорт"
-#: testxmlfilter.ui:205
+#: filter/uiconfig/ui/testxmlfilter.ui:207
msgctxt "testxmlfilter|label5"
msgid "XSLT for import"
msgstr "XSLT аимпорт азы"
-#: testxmlfilter.ui:214
+#: filter/uiconfig/ui/testxmlfilter.ui:217
msgctxt "testxmlfilter|importbrowse"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: testxmlfilter.ui:226
+#: filter/uiconfig/ui/testxmlfilter.ui:229
msgctxt "testxmlfilter|recentfile"
msgid "Recent File"
msgstr "Ааигәатәи афаил"
-#: testxmlfilter.ui:242
+#: filter/uiconfig/ui/testxmlfilter.ui:244
msgctxt "testxmlfilter|templateimport"
msgid "Template for import"
msgstr "Аимпорт азы ашаблон"
-#: testxmlfilter.ui:262
+#: filter/uiconfig/ui/testxmlfilter.ui:265
msgctxt "testxmlfilter|displaysource"
msgid "Display source"
msgstr ""
-#: testxmlfilter.ui:281
+#: filter/uiconfig/ui/testxmlfilter.ui:283
msgctxt "testxmlfilter|label6"
msgid "Transform file"
msgstr ""
-#: testxmlfilter.ui:326
+#: filter/uiconfig/ui/testxmlfilter.ui:329
msgctxt "testxmlfilter|label2"
msgid "Import"
msgstr "Аимпорт"
-#: warnpdfdialog.ui:9
+#: filter/uiconfig/ui/warnpdfdialog.ui:19
msgctxt "warnpdfdialog|WarnPDFDialog"
msgid "Problems During PDF Export"
msgstr "PDF аекспорт аан апрблемақәа"
-#: warnpdfdialog.ui:15
+#: filter/uiconfig/ui/warnpdfdialog.ui:26
msgctxt "warnpdfdialog|WarnPDFDialog"
msgid "During PDF export the following problems occurred:"
msgstr "PDF аекспортраан ицәырҵит абарҭ апроблемақәа:"
-#: xmlfiltersettings.ui:9
+#: filter/uiconfig/ui/xmlfiltersettings.ui:9
msgctxt "xmlfiltersettings|XMLFilterSettingsDialog"
msgid "XML Filter Settings"
msgstr ""
-#: xmlfiltersettings.ui:24
+#: filter/uiconfig/ui/xmlfiltersettings.ui:24
msgctxt "xmlfiltersettings|new"
msgid "_New..."
msgstr "Иаҧҵатәуп..."
-#: xmlfiltersettings.ui:38
+#: filter/uiconfig/ui/xmlfiltersettings.ui:38
msgctxt "xmlfiltersettings|edit"
msgid "_Edit..."
msgstr "Иҧсахтәуп..."
-#: xmlfiltersettings.ui:52
+#: filter/uiconfig/ui/xmlfiltersettings.ui:52
msgctxt "xmlfiltersettings|test"
msgid "_Test XSLTs..."
msgstr ""
-#: xmlfiltersettings.ui:66
+#: filter/uiconfig/ui/xmlfiltersettings.ui:66
msgctxt "xmlfiltersettings|delete"
msgid "_Delete..."
msgstr "Ианыхтәуп..."
-#: xmlfiltersettings.ui:80
+#: filter/uiconfig/ui/xmlfiltersettings.ui:80
msgctxt "xmlfiltersettings|save"
msgid "_Save as Package..."
msgstr "Еиқырхатәуп апакет..."
-#: xmlfiltersettings.ui:94
+#: filter/uiconfig/ui/xmlfiltersettings.ui:94
msgctxt "xmlfiltersettings|open"
msgid "_Open Package..."
msgstr "Иаарттәуп апакет..."
-#: xmlfiltersettings.ui:151
+#: filter/uiconfig/ui/xmlfiltersettings.ui:151
msgctxt "xmlfiltersettings|filterlist-atkobject"
msgid "XML Filter List"
msgstr ""
-#: xmlfiltertabpagegeneral.ui:23
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:22
msgctxt "xmlfiltertabpagegeneral|label2"
msgid "_Filter name:"
msgstr "Афильтр ахьӡ"
-#: xmlfiltertabpagegeneral.ui:37
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:36
msgctxt "xmlfiltertabpagegeneral|label3"
msgid "_Application:"
msgstr ""
-#: xmlfiltertabpagegeneral.ui:51
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:50
msgctxt "xmlfiltertabpagegeneral|label4"
msgid "_Name of file type:"
msgstr "Афаил атип ахьӡ:"
-#: xmlfiltertabpagegeneral.ui:65
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:64
msgctxt "xmlfiltertabpagegeneral|label5"
msgid "File _extension:"
msgstr ""
-#: xmlfiltertabpagegeneral.ui:80
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:78
msgctxt "xmlfiltertabpagegeneral|label6"
msgid "Comment_s:"
msgstr "Акомментариқәа:"
-#: xmlfiltertabpagetransformation.ui:25
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:23
msgctxt "xmlfiltertabpagetransformation|label2"
msgid "_DocType:"
msgstr ""
-#: xmlfiltertabpagetransformation.ui:52
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:50
msgctxt "xmlfiltertabpagetransformation|label4"
msgid "_XSLT for export:"
msgstr "XSLT аекспорт азы..."
-#: xmlfiltertabpagetransformation.ui:63
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:62
msgctxt "xmlfiltertabpagetransformation|browseexport"
msgid "Brows_e..."
msgstr "Аҭыҧхәаҧшра..."
-#: xmlfiltertabpagetransformation.ui:79
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:77
msgctxt "xmlfiltertabpagetransformation|label5"
msgid "XSLT _for import:"
msgstr "XSLT аимпорт азы:"
-#: xmlfiltertabpagetransformation.ui:90
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:89
msgctxt "xmlfiltertabpagetransformation|browseimport"
msgid "B_rowse..."
msgstr "Аҭыҧхәаҧшра..."
-#: xmlfiltertabpagetransformation.ui:106
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:104
msgctxt "xmlfiltertabpagetransformation|label6"
msgid "Template for _import:"
msgstr "Аимпорт азы ашаблон:"
-#: xmlfiltertabpagetransformation.ui:117
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:116
msgctxt "xmlfiltertabpagetransformation|browsetemp"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: xmlfiltertabpagetransformation.ui:175
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:189
msgctxt "xmlfiltertabpagetransformation|filtercb"
msgid "The filter needs XSLT 2.0 processor"
msgstr ""
-#: xsltfilterdialog.ui:8
+#: filter/uiconfig/ui/xsltfilterdialog.ui:8
msgctxt "xsltfilterdialog|XSLTFilterDialog"
msgid "XML Filter: %s"
msgstr ""
-#: xsltfilterdialog.ui:92
+#: filter/uiconfig/ui/xsltfilterdialog.ui:119
msgctxt "xsltfilterdialog|general"
msgid "General"
msgstr "Азеиҧшқәа"
-#: xsltfilterdialog.ui:114
+#: filter/uiconfig/ui/xsltfilterdialog.ui:165
msgctxt "xsltfilterdialog|transformation"
msgid "Transformation"
msgstr ""
diff --git a/source/ab/filter/source/config/fragments/filters.po b/source/ab/filter/source/config/fragments/filters.po
index 598812caf4c..9494cbe26f9 100644
--- a/source/ab/filter/source/config/fragments/filters.po
+++ b/source/ab/filter/source/config/fragments/filters.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-06 15:59+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
"PO-Revision-Date: 2017-12-24 18:11+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514139073.000000\n"
#: ADO_rowset_XML.xcu
@@ -39,8 +39,8 @@ msgctxt ""
"Apple Keynote\n"
"UIName\n"
"value.text"
-msgid "Apple Keynote 5"
-msgstr "Apple Keynote 5"
+msgid "Apple Keynote"
+msgstr ""
#: AppleNumbers.xcu
msgctxt ""
@@ -48,8 +48,8 @@ msgctxt ""
"Apple Numbers\n"
"UIName\n"
"value.text"
-msgid "Apple Numbers 2"
-msgstr "Apple Numbers 2"
+msgid "Apple Numbers"
+msgstr ""
#: ApplePages.xcu
msgctxt ""
@@ -57,8 +57,8 @@ msgctxt ""
"Apple Pages\n"
"UIName\n"
"value.text"
-msgid "Apple Pages 4"
-msgstr "Apple Pages 4"
+msgid "Apple Pages"
+msgstr ""
#: BMP___MS_Windows.xcu
msgctxt ""
@@ -321,6 +321,15 @@ msgctxt ""
msgid "Microsoft Excel 2003 XML"
msgstr "Microsoft Excel 2003 XML"
+#: MS_Excel_2003_XML_Orcus.xcu
+msgctxt ""
+"MS_Excel_2003_XML_Orcus.xcu\n"
+"MS Excel 2003 XML Orcus\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 2003 XML"
+msgstr ""
+
#: MS_Excel_4_0.xcu
msgctxt ""
"MS_Excel_4_0.xcu\n"
@@ -453,8 +462,8 @@ msgctxt ""
"MS Word 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML"
-msgstr "Microsoft Word 2007-2013 XML"
+msgid "Microsoft Word OOXML"
+msgstr ""
#: MS_Word_2007_XML_Template.xcu
msgctxt ""
@@ -462,8 +471,8 @@ msgctxt ""
"MS Word 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML Template"
-msgstr "Microsoft Word 2007-2013 XML ашаблон"
+msgid "Microsoft Word OOXML Template"
+msgstr ""
#: MS_Word_2007_XML_VBA.xcu
msgctxt ""
@@ -471,8 +480,8 @@ msgctxt ""
"MS Word 2007 XML VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML VBA"
-msgstr "Microsoft Word 2007-2013 XML VBA"
+msgid "Microsoft Word OOXML VBA"
+msgstr ""
#: MS_Word_95.xcu
msgctxt ""
@@ -1276,8 +1285,8 @@ msgctxt ""
"Calc MS Excel 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML"
-msgstr "Microsoft Excel 2007-2013 XML"
+msgid "Microsoft Excel OOXML"
+msgstr ""
#: calc_MS_Excel_2007_XML_Template.xcu
msgctxt ""
@@ -1285,8 +1294,8 @@ msgctxt ""
"Calc MS Excel 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML Template"
-msgstr "Microsoft Word 2007-2013 XML ашаблон"
+msgid "Microsoft Excel OOXML Template"
+msgstr ""
#: calc_OOXML.xcu
msgctxt ""
@@ -1556,8 +1565,8 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML"
-msgstr "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML"
+msgstr ""
#: impress_MS_PowerPoint_2007_XML_AutoPlay.xcu
msgctxt ""
@@ -1565,8 +1574,8 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML AutoPlay\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML AutoPlay"
-msgstr "Microsoft PowerPoint 2007-2013 XML адемонстрациа"
+msgid "Microsoft PowerPoint OOXML AutoPlay"
+msgstr ""
#: impress_MS_PowerPoint_2007_XML_Template.xcu
msgctxt ""
@@ -1574,8 +1583,8 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML Template"
-msgstr "Microsoft PowerPoint 2007-2013 XML ашаблон"
+msgid "Microsoft PowerPoint OOXML Template"
+msgstr ""
#: impress_MS_PowerPoint_2007_XML_VBA.xcu
msgctxt ""
@@ -1583,8 +1592,8 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML VBA"
-msgstr "Microsoft PowerPoint 2007-2013 XML VBA"
+msgid "Microsoft PowerPoint OOXML VBA"
+msgstr ""
#: impress_OOXML.xcu
msgctxt ""
diff --git a/source/ab/filter/source/config/fragments/types.po b/source/ab/filter/source/config/fragments/types.po
index 606791ea559..245527e9289 100644
--- a/source/ab/filter/source/config/fragments/types.po
+++ b/source/ab/filter/source/config/fragments/types.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
"PO-Revision-Date: 2017-12-23 18:27+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514053679.000000\n"
#: MS_Excel_2007_Binary.xcu
@@ -39,8 +39,8 @@ msgctxt ""
"MS Excel 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML"
-msgstr "Microsoft Excel 2007-2013 XML"
+msgid "Microsoft Excel OOXML"
+msgstr ""
#: MS_Excel_2007_XML_Template.xcu
msgctxt ""
@@ -48,8 +48,8 @@ msgctxt ""
"MS Excel 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML Template"
-msgstr "Microsoft Excel 2007-2013 XML ашаблон"
+msgid "Microsoft Excel OOXML Template"
+msgstr ""
#: MS_PowerPoint_2007_XML.xcu
msgctxt ""
@@ -57,8 +57,8 @@ msgctxt ""
"MS PowerPoint 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML"
-msgstr "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML"
+msgstr ""
#: MS_PowerPoint_2007_XML_AutoPlay.xcu
msgctxt ""
@@ -66,8 +66,8 @@ msgctxt ""
"MS PowerPoint 2007 XML AutoPlay\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML"
-msgstr "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML"
+msgstr ""
#: MS_PowerPoint_2007_XML_Template.xcu
msgctxt ""
@@ -75,8 +75,8 @@ msgctxt ""
"MS PowerPoint 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML Template"
-msgstr "Microsoft PowerPoint 2007-2013 XML ашаблон"
+msgid "Microsoft PowerPoint OOXML Template"
+msgstr ""
#: MS_PowerPoint_2007_XML_VBA.xcu
msgctxt ""
@@ -84,8 +84,8 @@ msgctxt ""
"MS PowerPoint 2007 XML VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML VBA"
-msgstr "Microsoft PowerPoint 2007-2013 XML VBA"
+msgid "Microsoft PowerPoint OOXML VBA"
+msgstr ""
#: StarBase.xcu
msgctxt ""
@@ -300,8 +300,8 @@ msgctxt ""
"writer_MS_Word_2007\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML"
-msgstr "Microsoft Word 2007-2013 XML"
+msgid "Microsoft Word OOXML"
+msgstr ""
#: writer_MS_Word_2007_XML_Template.xcu
msgctxt ""
@@ -309,8 +309,8 @@ msgctxt ""
"writer_MS_Word_2007_Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML Template"
-msgstr "Microsoft Word 2007-2013 XML ашаблон"
+msgid "Microsoft Word OOXML Template"
+msgstr ""
#: writer_MS_Word_2007_XML_VBA.xcu
msgctxt ""
@@ -318,8 +318,8 @@ msgctxt ""
"writer_MS_Word_2007_VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML VBA"
-msgstr "Microsoft Word 2007-2013 XML VBA"
+msgid "Microsoft Word OOXML VBA"
+msgstr ""
#: writer_ODT_FlatXML.xcu
msgctxt ""
diff --git a/source/ab/forms/messages.po b/source/ab/forms/messages.po
index 19ca3ca9dd1..0247bb1cd5e 100644
--- a/source/ab/forms/messages.po
+++ b/source/ab/forms/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-12-29 15:24+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,298 +12,298 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514561050.000000\n"
-#: strings.hrc:25
+#: forms/inc/strings.hrc:25
msgctxt "RID_BASELISTBOX_ERROR_FILLLIST"
msgid "The contents of a combo box or list field could not be determined."
msgstr ""
-#: strings.hrc:26
+#: forms/inc/strings.hrc:26
msgctxt "RID_STR_IMPORT_GRAPHIC"
msgid "Insert Image"
msgstr "Ибжьаргылатәуп асахьа"
-#: strings.hrc:27
+#: forms/inc/strings.hrc:27
msgctxt "RID_STR_CONTROL_SUBSTITUTED_NAME"
msgid "substituted"
msgstr ""
-#: strings.hrc:28
+#: forms/inc/strings.hrc:28
msgctxt "RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN"
msgid "An error occurred while this control was being loaded. It was therefore replaced with a placeholder."
msgstr ""
-#: strings.hrc:29
+#: forms/inc/strings.hrc:29
msgctxt "RID_STR_READERROR"
msgid "Error reading data from database"
msgstr ""
-#: strings.hrc:30
+#: forms/inc/strings.hrc:30
msgctxt "RID_STR_CONNECTERROR"
msgid "Connection failed"
msgstr ""
-#: strings.hrc:31
+#: forms/inc/strings.hrc:31
msgctxt "RID_ERR_LOADING_FORM"
msgid "The data content could not be loaded."
msgstr "Адырқәа рҭагалара ауам."
-#: strings.hrc:32
+#: forms/inc/strings.hrc:32
#, fuzzy
msgctxt "RID_ERR_REFRESHING_FORM"
msgid "The data content could not be updated"
msgstr "Адырқәа рҭагалара ауам."
-#: strings.hrc:33
+#: forms/inc/strings.hrc:33
msgctxt "RID_STR_ERR_INSERTRECORD"
msgid "Error inserting the new record"
msgstr ""
-#: strings.hrc:34
+#: forms/inc/strings.hrc:34
msgctxt "RID_STR_ERR_UPDATERECORD"
msgid "Error updating the current record"
msgstr "Уажәтәи анҵамҭа арҿыцраан агха"
-#: strings.hrc:35
+#: forms/inc/strings.hrc:35
msgctxt "RID_STR_ERR_DELETERECORD"
msgid "Error deleting the current record"
msgstr "Уажәтәи анҵамҭа аныхраан агха"
-#: strings.hrc:36
+#: forms/inc/strings.hrc:36
msgctxt "RID_STR_ERR_DELETERECORDS"
msgid "Error deleting the specified records"
msgstr "Иарбоу анҵамҭа аныхраан агха"
-#: strings.hrc:37
+#: forms/inc/strings.hrc:37
msgctxt "RID_STR_NEED_NON_NULL_OBJECT"
msgid "The object cannot be NULL."
msgstr "Аобиеқт NULL акәымзароуп."
-#: strings.hrc:38
+#: forms/inc/strings.hrc:38
msgctxt "RID_STR_OPEN_GRAPHICS"
msgid "Insert Image from..."
msgstr ""
-#: strings.hrc:39
+#: forms/inc/strings.hrc:39
msgctxt "RID_STR_CLEAR_GRAPHICS"
msgid "Remove Image"
msgstr "Ианыхтәуп асахьа"
-#: strings.hrc:40
+#: forms/inc/strings.hrc:40
msgctxt "RID_STR_INVALIDSTREAM"
msgid "The given stream is invalid."
msgstr ""
-#: strings.hrc:41
+#: forms/inc/strings.hrc:41
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
-#: strings.hrc:42
+#: forms/inc/strings.hrc:42
msgctxt "RID_STR_INCOMPATIBLE_TYPES"
msgid "The value types supported by the binding cannot be used for exchanging data with this control."
msgstr ""
-#: strings.hrc:43
+#: forms/inc/strings.hrc:43
msgctxt "RID_STR_LABEL_RECORD"
msgid "Record"
msgstr "Анҵамҭа"
-#: strings.hrc:44
+#: forms/inc/strings.hrc:44
msgctxt "RID_STR_INVALID_VALIDATOR"
msgid "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator."
msgstr ""
-#: strings.hrc:45
+#: forms/inc/strings.hrc:45
msgctxt "RID_STR_LABEL_OF"
msgid "of"
msgstr "ашәагаа:"
-#: strings.hrc:46
+#: forms/inc/strings.hrc:46
msgctxt "RID_STR_QUERY_SAVE_MODIFIED_ROW"
msgid ""
"The content of the current form has been modified.\n"
"Do you want to save your changes?"
msgstr ""
-#: strings.hrc:47
+#: forms/inc/strings.hrc:47
msgctxt "RID_STR_COULD_NOT_SET_ORDER"
msgid "Error setting the sort criteria"
msgstr ""
-#: strings.hrc:48
+#: forms/inc/strings.hrc:48
msgctxt "RID_STR_COULD_NOT_SET_FILTER"
msgid "Error setting the filter criteria"
msgstr ""
-#: strings.hrc:49
+#: forms/inc/strings.hrc:49
msgctxt "RID_STR_FEATURE_REQUIRES_PARAMETERS"
msgid "To execute this function, parameters are needed."
msgstr ""
-#: strings.hrc:50
+#: forms/inc/strings.hrc:50
msgctxt "RID_STR_FEATURE_NOT_EXECUTABLE"
msgid "This function cannot be executed, but is only for status queries."
msgstr ""
-#: strings.hrc:51
+#: forms/inc/strings.hrc:51
msgctxt "RID_STR_FEATURE_UNKNOWN"
msgid "Unknown function."
msgstr "Идырым афункциа"
-#: strings.hrc:53
+#: forms/inc/strings.hrc:53
msgctxt "RID_STR_XFORMS_NO_BINDING_EXPRESSION"
msgid "Please enter a binding expression."
msgstr ""
-#: strings.hrc:54
+#: forms/inc/strings.hrc:54
msgctxt "RID_STR_XFORMS_INVALID_BINDING_EXPRESSION"
msgid "This is an invalid binding expression."
msgstr ""
-#: strings.hrc:55
+#: forms/inc/strings.hrc:55
msgctxt "RID_STR_XFORMS_INVALID_VALUE"
msgid "Value is invalid."
msgstr "Аҵакы иашаӡам."
-#: strings.hrc:56
+#: forms/inc/strings.hrc:56
msgctxt "RID_STR_XFORMS_REQUIRED"
msgid "A value is required."
msgstr "Иаҭахуп аҵакы."
-#: strings.hrc:57
+#: forms/inc/strings.hrc:57
msgctxt "RID_STR_XFORMS_INVALID_CONSTRAINT"
msgid "The constraint '$1' not validated."
msgstr ""
-#: strings.hrc:58
+#: forms/inc/strings.hrc:58
msgctxt "RID_STR_XFORMS_VALUE_IS_NOT_A"
msgid "The value is not of the type '$2'."
msgstr ""
-#: strings.hrc:59
+#: forms/inc/strings.hrc:59
msgctxt "RID_STR_XFORMS_VALUE_MAX_INCL"
msgid "The value must be smaller than or equal to $2."
msgstr ""
-#: strings.hrc:60
+#: forms/inc/strings.hrc:60
msgctxt "RID_STR_XFORMS_VALUE_MAX_EXCL"
msgid "The value must be smaller than $2."
msgstr ""
-#: strings.hrc:61
+#: forms/inc/strings.hrc:61
msgctxt "RID_STR_XFORMS_VALUE_MIN_INCL"
msgid "The value must be greater than or equal to $2."
msgstr ""
-#: strings.hrc:62
+#: forms/inc/strings.hrc:62
msgctxt "RID_STR_XFORMS_VALUE_MIN_EXCL"
msgid "The value must be greater than $2."
msgstr ""
-#: strings.hrc:63
+#: forms/inc/strings.hrc:63
msgctxt "RID_STR_XFORMS_VALUE_TOTAL_DIGITS"
msgid "$2 digits allowed at most."
msgstr ""
-#: strings.hrc:64
+#: forms/inc/strings.hrc:64
msgctxt "RID_STR_XFORMS_VALUE_FRACTION_DIGITS"
msgid "$2 fraction digits allowed at most."
msgstr ""
-#: strings.hrc:65
+#: forms/inc/strings.hrc:65
msgctxt "RID_STR_XFORMS_VALUE_LENGTH"
msgid "The string must be $2 characters long."
msgstr "Ацәаҳәа иаҵанакуазароуп $2 символк."
-#: strings.hrc:66
+#: forms/inc/strings.hrc:66
msgctxt "RID_STR_XFORMS_VALUE_MIN_LENGTH"
msgid "The string must be at least $2 characters long."
msgstr "Ацәаҳәа иаҵанакуазароуп $2 символк иреиҵамкәа."
-#: strings.hrc:67
+#: forms/inc/strings.hrc:67
msgctxt "RID_STR_XFORMS_VALUE_MAX_LENGTH"
msgid "The string can only be $2 characters long at most."
msgstr "Ацәаҳәа иаҵанакуазароуп $2 символк иреиҳамкәа."
-#: strings.hrc:68
+#: forms/inc/strings.hrc:68
msgctxt "RID_STR_DATATYPE_STRING"
msgid "String"
msgstr "Ацәаҳәақәа"
-#: strings.hrc:69
+#: forms/inc/strings.hrc:69
msgctxt "RID_STR_DATATYPE_URL"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
-#: strings.hrc:70
+#: forms/inc/strings.hrc:70
msgctxt "RID_STR_DATATYPE_BOOLEAN"
msgid "True/False (Boolean)"
msgstr ""
-#: strings.hrc:71
+#: forms/inc/strings.hrc:71
msgctxt "RID_STR_DATATYPE_DECIMAL"
msgid "Decimal"
msgstr ""
-#: strings.hrc:72
+#: forms/inc/strings.hrc:72
msgctxt "RID_STR_DATATYPE_FLOAT"
msgid "Floating point"
msgstr ""
-#: strings.hrc:73
+#: forms/inc/strings.hrc:73
msgctxt "RID_STR_DATATYPE_DOUBLE"
msgid "Double"
msgstr ""
-#: strings.hrc:74
+#: forms/inc/strings.hrc:74
msgctxt "RID_STR_DATATYPE_DATE"
msgid "Date"
msgstr "Арыцхә"
-#: strings.hrc:75
+#: forms/inc/strings.hrc:75
msgctxt "RID_STR_DATATYPE_TIME"
msgid "Time"
msgstr "Аамҭа"
-#: strings.hrc:76
+#: forms/inc/strings.hrc:76
msgctxt "RID_STR_DATATYPE_DATETIME"
msgid "Date and Time"
msgstr "Арыцхәи аамҭеи"
-#: strings.hrc:77
+#: forms/inc/strings.hrc:77
msgctxt "RID_STR_DATATYPE_YEAR"
msgid "Year"
msgstr "Ашықәс"
-#: strings.hrc:78
+#: forms/inc/strings.hrc:78
msgctxt "RID_STR_DATATYPE_MONTH"
msgid "Month"
msgstr "Амза"
-#: strings.hrc:79
+#: forms/inc/strings.hrc:79
msgctxt "RID_STR_DATATYPE_DAY"
msgid "Day"
msgstr "Амш"
-#: strings.hrc:80
+#: forms/inc/strings.hrc:80
msgctxt "RID_STR_XFORMS_CANT_EVALUATE"
msgid "Error during evaluation"
msgstr "Анагӡараан агха"
-#: strings.hrc:81
+#: 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 ""
-#: strings.hrc:82
+#: forms/inc/strings.hrc:82
msgctxt "RID_STR_XFORMS_BINDING_UI_NAME"
msgid "Binding"
msgstr "Аидҳәалара"
-#: strings.hrc:83
+#: forms/inc/strings.hrc:83
msgctxt "RID_STR_XFORMS_CANT_REMOVE_TYPE"
msgid "This is a built-in type and cannot be removed."
msgstr ""
diff --git a/source/ab/formula/messages.po b/source/ab/formula/messages.po
index cc0e49aaeef..fddbdb2e9be 100644
--- a/source/ab/formula/messages.po
+++ b/source/ab/formula/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
"PO-Revision-Date: 2018-01-01 10:09+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,2219 +12,2219 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514801386.000000\n"
-#: core_resource.hrc:2258
+#: formula/inc/core_resource.hrc:2258
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IF"
msgstr "АКӘЗАР"
-#: core_resource.hrc:2259
+#: formula/inc/core_resource.hrc:2259
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IFERROR"
msgstr "АГХААКӘЗАР"
-#: core_resource.hrc:2260
+#: formula/inc/core_resource.hrc:2260
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IFNA"
msgstr ""
-#: core_resource.hrc:2261
+#: formula/inc/core_resource.hrc:2261
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHOOSE"
msgstr "АЛХРА"
-#: core_resource.hrc:2262
+#: formula/inc/core_resource.hrc:2262
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#All"
msgstr "#Зегьы"
-#: core_resource.hrc:2263
+#: formula/inc/core_resource.hrc:2263
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Headers"
msgstr "#Ахқәа"
-#: core_resource.hrc:2264
+#: formula/inc/core_resource.hrc:2264
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Data"
msgstr "#Адырқәа"
-#: core_resource.hrc:2265
+#: formula/inc/core_resource.hrc:2265
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Totals"
msgstr ""
-#: core_resource.hrc:2266
+#: formula/inc/core_resource.hrc:2266
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#This Row"
msgstr ""
-#: core_resource.hrc:2267
+#: formula/inc/core_resource.hrc:2267
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AND"
msgstr "AND"
-#: core_resource.hrc:2268
+#: formula/inc/core_resource.hrc:2268
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "OR"
msgstr "МА"
-#: core_resource.hrc:2269
+#: formula/inc/core_resource.hrc:2269
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "XOR"
msgstr ""
-#: core_resource.hrc:2270
+#: formula/inc/core_resource.hrc:2270
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NOT"
msgstr "АКӘӠАМ"
-#: core_resource.hrc:2271
+#: formula/inc/core_resource.hrc:2271
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NEG"
msgstr ""
-#: core_resource.hrc:2272
+#: formula/inc/core_resource.hrc:2272
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PI"
msgstr "PI"
#. ???
-#: core_resource.hrc:2273
+#: formula/inc/core_resource.hrc:2273
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RAND"
msgstr "AND"
-#: core_resource.hrc:2274
+#: formula/inc/core_resource.hrc:2274
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRUE"
msgstr "АИАША"
-#: core_resource.hrc:2275
+#: formula/inc/core_resource.hrc:2275
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FALSE"
msgstr "АМЦ"
-#: core_resource.hrc:2276
+#: formula/inc/core_resource.hrc:2276
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TODAY"
msgstr "ИАХЬА"
-#: core_resource.hrc:2277
+#: formula/inc/core_resource.hrc:2277
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NOW"
msgstr ""
-#: core_resource.hrc:2278
+#: formula/inc/core_resource.hrc:2278
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NA"
msgstr ""
-#: core_resource.hrc:2279
+#: formula/inc/core_resource.hrc:2279
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CURRENT"
msgstr ""
-#: core_resource.hrc:2280
+#: formula/inc/core_resource.hrc:2280
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DEGREES"
msgstr "АГРАДУСҚӘА"
-#: core_resource.hrc:2281
+#: formula/inc/core_resource.hrc:2281
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RADIANS"
msgstr "АРАДИАНҚӘА"
-#: core_resource.hrc:2282
+#: formula/inc/core_resource.hrc:2282
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SIN"
msgstr "SIN"
-#: core_resource.hrc:2283
+#: formula/inc/core_resource.hrc:2283
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COS"
msgstr "COS"
-#: core_resource.hrc:2284
+#: formula/inc/core_resource.hrc:2284
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TAN"
msgstr "TAN"
-#: core_resource.hrc:2285
+#: formula/inc/core_resource.hrc:2285
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COT"
msgstr "COT"
-#: core_resource.hrc:2286
+#: formula/inc/core_resource.hrc:2286
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ASIN"
msgstr "ASIN"
-#: core_resource.hrc:2287
+#: formula/inc/core_resource.hrc:2287
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOS"
msgstr "ACOS"
-#: core_resource.hrc:2288
+#: formula/inc/core_resource.hrc:2288
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ATAN"
msgstr "ATAN"
-#: core_resource.hrc:2289
+#: formula/inc/core_resource.hrc:2289
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOT"
msgstr "ACOT"
-#: core_resource.hrc:2290
+#: formula/inc/core_resource.hrc:2290
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SINH"
msgstr "SINH"
-#: core_resource.hrc:2291
+#: formula/inc/core_resource.hrc:2291
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COSH"
msgstr "COSH"
-#: core_resource.hrc:2292
+#: formula/inc/core_resource.hrc:2292
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TANH"
msgstr "TANH"
-#: core_resource.hrc:2293
+#: formula/inc/core_resource.hrc:2293
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COTH"
msgstr "COSH"
-#: core_resource.hrc:2294
+#: formula/inc/core_resource.hrc:2294
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ASINH"
msgstr "ASINH"
-#: core_resource.hrc:2295
+#: formula/inc/core_resource.hrc:2295
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOSH"
msgstr "ACOSH"
-#: core_resource.hrc:2296
+#: formula/inc/core_resource.hrc:2296
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ATANH"
msgstr "ATANH"
-#: core_resource.hrc:2297
+#: formula/inc/core_resource.hrc:2297
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOTH"
msgstr "ACOTH"
-#: core_resource.hrc:2298
+#: formula/inc/core_resource.hrc:2298
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CSC"
msgstr "CSC"
-#: core_resource.hrc:2299
+#: formula/inc/core_resource.hrc:2299
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEC"
msgstr "SEC"
-#: core_resource.hrc:2300
+#: formula/inc/core_resource.hrc:2300
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CSCH"
msgstr "CSCH"
-#: core_resource.hrc:2301
+#: formula/inc/core_resource.hrc:2301
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SECH"
msgstr "SECH"
-#: core_resource.hrc:2302
+#: formula/inc/core_resource.hrc:2302
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXP"
msgstr "EXP"
-#: core_resource.hrc:2303
+#: formula/inc/core_resource.hrc:2303
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LN"
msgstr "LN"
-#: core_resource.hrc:2304
+#: formula/inc/core_resource.hrc:2304
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SQRT"
msgstr "SQRT"
-#: core_resource.hrc:2305
+#: formula/inc/core_resource.hrc:2305
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FACT"
msgstr "FACT"
-#: core_resource.hrc:2306
+#: formula/inc/core_resource.hrc:2306
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "YEAR"
msgstr "АШЫҚӘС"
-#: core_resource.hrc:2307
+#: formula/inc/core_resource.hrc:2307
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MONTH"
msgstr "АМЗА"
-#: core_resource.hrc:2308
+#: formula/inc/core_resource.hrc:2308
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAY"
msgstr "АМШ"
-#: core_resource.hrc:2309
+#: formula/inc/core_resource.hrc:2309
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HOUR"
msgstr "АСААҬ"
-#: core_resource.hrc:2310
+#: formula/inc/core_resource.hrc:2310
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINUTE"
msgstr "АМИНУҬҚӘА"
-#: core_resource.hrc:2311
+#: formula/inc/core_resource.hrc:2311
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SECOND"
msgstr "АСЕКУНДҚӘА"
-#: core_resource.hrc:2312
+#: formula/inc/core_resource.hrc:2312
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SIGN"
msgstr "SIN"
-#: core_resource.hrc:2313
+#: formula/inc/core_resource.hrc:2313
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ABS"
msgstr "ABS"
-#: core_resource.hrc:2314
+#: formula/inc/core_resource.hrc:2314
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INT"
msgstr "ЕИБГОУ"
-#: core_resource.hrc:2315
+#: formula/inc/core_resource.hrc:2315
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PHI"
msgstr "PHI"
-#: core_resource.hrc:2316
+#: formula/inc/core_resource.hrc:2316
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAUSS"
msgstr "ГАУСС"
-#: core_resource.hrc:2317
+#: formula/inc/core_resource.hrc:2317
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISBLANK"
msgstr ""
-#: core_resource.hrc:2318
+#: formula/inc/core_resource.hrc:2318
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISTEXT"
msgstr ""
-#: core_resource.hrc:2319
+#: formula/inc/core_resource.hrc:2319
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISNONTEXT"
msgstr ""
-#: core_resource.hrc:2320
+#: formula/inc/core_resource.hrc:2320
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISLOGICAL"
msgstr ""
-#: core_resource.hrc:2321
+#: formula/inc/core_resource.hrc:2321
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TYPE"
msgstr "АТИП"
-#: core_resource.hrc:2322
+#: formula/inc/core_resource.hrc:2322
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CELL"
msgstr "АБЛАРҬА"
-#: core_resource.hrc:2323
+#: formula/inc/core_resource.hrc:2323
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISREF"
msgstr ""
-#: core_resource.hrc:2324
+#: formula/inc/core_resource.hrc:2324
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISNUMBER"
msgstr ""
-#: core_resource.hrc:2325
+#: formula/inc/core_resource.hrc:2325
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISFORMULA"
msgstr "ISFORMULA"
-#: core_resource.hrc:2326
+#: formula/inc/core_resource.hrc:2326
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISNA"
msgstr ""
-#: core_resource.hrc:2327
+#: formula/inc/core_resource.hrc:2327
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISERR"
msgstr ""
-#: core_resource.hrc:2328
+#: formula/inc/core_resource.hrc:2328
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISERROR"
msgstr "АГХААКӘЗАР"
-#: core_resource.hrc:2329
+#: formula/inc/core_resource.hrc:2329
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISEVEN"
msgstr ""
-#: core_resource.hrc:2330
+#: formula/inc/core_resource.hrc:2330
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISODD"
msgstr ""
-#: core_resource.hrc:2331
+#: formula/inc/core_resource.hrc:2331
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "N"
msgstr "N"
-#: core_resource.hrc:2332
+#: formula/inc/core_resource.hrc:2332
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DATEVALUE"
msgstr ""
-#: core_resource.hrc:2333
+#: formula/inc/core_resource.hrc:2333
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TIMEVALUE"
msgstr ""
-#: core_resource.hrc:2334
+#: formula/inc/core_resource.hrc:2334
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CODE"
msgstr ""
-#: core_resource.hrc:2335
+#: formula/inc/core_resource.hrc:2335
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRIM"
msgstr ""
-#: core_resource.hrc:2336
+#: formula/inc/core_resource.hrc:2336
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "UPPER"
msgstr ""
-#: core_resource.hrc:2337
+#: formula/inc/core_resource.hrc:2337
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PROPER"
msgstr ""
-#: core_resource.hrc:2338
+#: formula/inc/core_resource.hrc:2338
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOWER"
msgstr ""
-#: core_resource.hrc:2339
+#: formula/inc/core_resource.hrc:2339
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LEN"
msgstr ""
-#: core_resource.hrc:2340
+#: formula/inc/core_resource.hrc:2340
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T"
msgstr "T"
-#: core_resource.hrc:2341
+#: formula/inc/core_resource.hrc:2341
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VALUE"
msgstr "АҴАКЫ"
-#: core_resource.hrc:2342
+#: formula/inc/core_resource.hrc:2342
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CLEAN"
msgstr ""
-#: core_resource.hrc:2343
+#: formula/inc/core_resource.hrc:2343
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHAR"
msgstr "АСИМВОЛ"
-#: core_resource.hrc:2344
+#: formula/inc/core_resource.hrc:2344
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "JIS"
msgstr "JIS"
-#: core_resource.hrc:2345
+#: formula/inc/core_resource.hrc:2345
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ASC"
msgstr "ASC"
-#: core_resource.hrc:2346
+#: formula/inc/core_resource.hrc:2346
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "UNICODE"
msgstr "UNICODE"
-#: core_resource.hrc:2347
+#: formula/inc/core_resource.hrc:2347
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "UNICHAR"
msgstr ""
-#: core_resource.hrc:2348
+#: formula/inc/core_resource.hrc:2348
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOG10"
msgstr "LOG10"
-#: core_resource.hrc:2349
+#: formula/inc/core_resource.hrc:2349
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EVEN"
msgstr ""
-#: core_resource.hrc:2350
+#: formula/inc/core_resource.hrc:2350
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ODD"
msgstr ""
-#: core_resource.hrc:2351
+#: formula/inc/core_resource.hrc:2351
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMSDIST"
msgstr ""
-#: core_resource.hrc:2352
+#: formula/inc/core_resource.hrc:2352
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.S.DIST"
msgstr ""
-#: core_resource.hrc:2353
+#: formula/inc/core_resource.hrc:2353
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FISHER"
msgstr ""
-#: core_resource.hrc:2354
+#: formula/inc/core_resource.hrc:2354
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FISHERINV"
msgstr ""
-#: core_resource.hrc:2355
+#: formula/inc/core_resource.hrc:2355
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMSINV"
msgstr ""
-#: core_resource.hrc:2356
+#: formula/inc/core_resource.hrc:2356
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.S.INV"
msgstr ""
-#: core_resource.hrc:2357
+#: formula/inc/core_resource.hrc:2357
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMALN"
msgstr ""
-#: core_resource.hrc:2358
+#: formula/inc/core_resource.hrc:2358
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMALN.PRECISE"
msgstr ""
-#: core_resource.hrc:2359
+#: formula/inc/core_resource.hrc:2359
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERRORTYPE"
msgstr ""
-#: core_resource.hrc:2360
+#: formula/inc/core_resource.hrc:2360
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERROR.TYPE"
msgstr ""
-#: core_resource.hrc:2361
+#: formula/inc/core_resource.hrc:2361
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORMULA"
msgstr "АФОРМУЛА"
-#: core_resource.hrc:2362
+#: formula/inc/core_resource.hrc:2362
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ARABIC"
msgstr "АРАБТӘ"
-#: core_resource.hrc:2363
+#: formula/inc/core_resource.hrc:2363
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ATAN2"
msgstr "ATAN2"
-#: core_resource.hrc:2364
+#: formula/inc/core_resource.hrc:2364
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING.MATH"
msgstr ""
-#: core_resource.hrc:2365
+#: formula/inc/core_resource.hrc:2365
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING"
msgstr ""
-#: core_resource.hrc:2366
+#: formula/inc/core_resource.hrc:2366
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING.XCL"
msgstr ""
-#: core_resource.hrc:2367
+#: formula/inc/core_resource.hrc:2367
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING.PRECISE"
msgstr ""
-#: core_resource.hrc:2368
+#: formula/inc/core_resource.hrc:2368
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISO.CEILING"
msgstr ""
-#: core_resource.hrc:2369
+#: formula/inc/core_resource.hrc:2369
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR"
msgstr ""
-#: core_resource.hrc:2370
+#: formula/inc/core_resource.hrc:2370
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR.XCL"
msgstr ""
-#: core_resource.hrc:2371
+#: formula/inc/core_resource.hrc:2371
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR.MATH"
msgstr ""
-#: core_resource.hrc:2372
+#: formula/inc/core_resource.hrc:2372
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR.PRECISE"
msgstr ""
-#: core_resource.hrc:2373
+#: formula/inc/core_resource.hrc:2373
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUND"
msgstr ""
-#: core_resource.hrc:2374
+#: formula/inc/core_resource.hrc:2374
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUNDUP"
msgstr ""
-#: core_resource.hrc:2375
+#: formula/inc/core_resource.hrc:2375
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUNDDOWN"
msgstr ""
-#: core_resource.hrc:2376
+#: formula/inc/core_resource.hrc:2376
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRUNC"
msgstr ""
-#: core_resource.hrc:2377
+#: formula/inc/core_resource.hrc:2377
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOG"
msgstr "LOG"
-#: core_resource.hrc:2378
+#: formula/inc/core_resource.hrc:2378
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POWER"
msgstr ""
-#: core_resource.hrc:2379
+#: formula/inc/core_resource.hrc:2379
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GCD"
msgstr ""
-#: core_resource.hrc:2380
+#: formula/inc/core_resource.hrc:2380
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LCM"
msgstr ""
-#: core_resource.hrc:2381
+#: formula/inc/core_resource.hrc:2381
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MOD"
msgstr ""
-#: core_resource.hrc:2382
+#: formula/inc/core_resource.hrc:2382
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMPRODUCT"
msgstr ""
-#: core_resource.hrc:2383
+#: formula/inc/core_resource.hrc:2383
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMSQ"
msgstr ""
-#: core_resource.hrc:2384
+#: formula/inc/core_resource.hrc:2384
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMX2MY2"
msgstr ""
-#: core_resource.hrc:2385
+#: formula/inc/core_resource.hrc:2385
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMX2PY2"
msgstr ""
-#: core_resource.hrc:2386
+#: formula/inc/core_resource.hrc:2386
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMXMY2"
msgstr ""
-#: core_resource.hrc:2387
+#: formula/inc/core_resource.hrc:2387
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DATE"
msgstr "АРЫЦХӘ"
-#: core_resource.hrc:2388
+#: formula/inc/core_resource.hrc:2388
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TIME"
msgstr "ААМҬА"
-#: core_resource.hrc:2389
+#: formula/inc/core_resource.hrc:2389
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAYS"
msgstr "АМШҚӘА"
-#: core_resource.hrc:2390
+#: formula/inc/core_resource.hrc:2390
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAYS360"
msgstr "360МШЫ"
-#: core_resource.hrc:2391
+#: formula/inc/core_resource.hrc:2391
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DATEDIF"
msgstr ""
-#: core_resource.hrc:2392
+#: formula/inc/core_resource.hrc:2392
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MIN"
msgstr "MIN"
-#: core_resource.hrc:2393
+#: formula/inc/core_resource.hrc:2393
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINA"
msgstr "MIN"
-#: core_resource.hrc:2394
+#: formula/inc/core_resource.hrc:2394
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAX"
msgstr "MAX"
-#: core_resource.hrc:2395
+#: formula/inc/core_resource.hrc:2395
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAXA"
msgstr "MAX"
-#: core_resource.hrc:2396
+#: formula/inc/core_resource.hrc:2396
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUM"
msgstr ""
-#: core_resource.hrc:2397
+#: formula/inc/core_resource.hrc:2397
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PRODUCT"
msgstr ""
-#: core_resource.hrc:2398
+#: formula/inc/core_resource.hrc:2398
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGE"
msgstr ""
-#: core_resource.hrc:2399
+#: formula/inc/core_resource.hrc:2399
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGEA"
msgstr ""
-#: core_resource.hrc:2400
+#: formula/inc/core_resource.hrc:2400
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNT"
msgstr ""
-#: core_resource.hrc:2401
+#: formula/inc/core_resource.hrc:2401
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTA"
msgstr ""
-#: core_resource.hrc:2402
+#: formula/inc/core_resource.hrc:2402
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NPV"
msgstr ""
-#: core_resource.hrc:2403
+#: formula/inc/core_resource.hrc:2403
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IRR"
msgstr ""
-#: core_resource.hrc:2404
+#: formula/inc/core_resource.hrc:2404
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MIRR"
msgstr ""
-#: core_resource.hrc:2405
+#: formula/inc/core_resource.hrc:2405
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISPMT"
msgstr ""
-#: core_resource.hrc:2406
+#: formula/inc/core_resource.hrc:2406
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VAR"
msgstr ""
-#: core_resource.hrc:2407
+#: formula/inc/core_resource.hrc:2407
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VARA"
msgstr ""
-#: core_resource.hrc:2408
+#: formula/inc/core_resource.hrc:2408
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VARP"
msgstr ""
-#: core_resource.hrc:2409
+#: formula/inc/core_resource.hrc:2409
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VARPA"
msgstr ""
-#: core_resource.hrc:2410
+#: formula/inc/core_resource.hrc:2410
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VAR.P"
msgstr ""
-#: core_resource.hrc:2411
+#: formula/inc/core_resource.hrc:2411
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VAR.S"
msgstr ""
-#: core_resource.hrc:2412
+#: formula/inc/core_resource.hrc:2412
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEV"
msgstr ""
-#: core_resource.hrc:2413
+#: formula/inc/core_resource.hrc:2413
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEVA"
msgstr ""
-#: core_resource.hrc:2414
+#: formula/inc/core_resource.hrc:2414
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEVP"
msgstr ""
-#: core_resource.hrc:2415
+#: formula/inc/core_resource.hrc:2415
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEVPA"
msgstr ""
-#: core_resource.hrc:2416
+#: formula/inc/core_resource.hrc:2416
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEV.P"
msgstr ""
-#: core_resource.hrc:2417
+#: formula/inc/core_resource.hrc:2417
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEV.S"
msgstr ""
-#: core_resource.hrc:2418
+#: formula/inc/core_resource.hrc:2418
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "B"
msgstr ""
-#: core_resource.hrc:2419
+#: formula/inc/core_resource.hrc:2419
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMDIST"
msgstr ""
-#: core_resource.hrc:2420
+#: formula/inc/core_resource.hrc:2420
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.DIST"
msgstr ""
-#: core_resource.hrc:2421
+#: formula/inc/core_resource.hrc:2421
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXPONDIST"
msgstr ""
-#: core_resource.hrc:2422
+#: formula/inc/core_resource.hrc:2422
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXPON.DIST"
msgstr ""
-#: core_resource.hrc:2423
+#: formula/inc/core_resource.hrc:2423
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BINOMDIST"
msgstr ""
-#: core_resource.hrc:2424
+#: formula/inc/core_resource.hrc:2424
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BINOM.DIST"
msgstr ""
-#: core_resource.hrc:2425
+#: formula/inc/core_resource.hrc:2425
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POISSON"
msgstr "ПУАССОН"
-#: core_resource.hrc:2426
+#: formula/inc/core_resource.hrc:2426
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POISSON.DIST"
msgstr ""
-#: core_resource.hrc:2427
+#: formula/inc/core_resource.hrc:2427
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COMBIN"
msgstr ""
-#: core_resource.hrc:2428
+#: formula/inc/core_resource.hrc:2428
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COMBINA"
msgstr ""
-#: core_resource.hrc:2429
+#: formula/inc/core_resource.hrc:2429
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERMUT"
msgstr ""
-#: core_resource.hrc:2430
+#: formula/inc/core_resource.hrc:2430
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERMUTATIONA"
msgstr ""
-#: core_resource.hrc:2431
+#: formula/inc/core_resource.hrc:2431
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PV"
msgstr ""
-#: core_resource.hrc:2432
+#: formula/inc/core_resource.hrc:2432
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SYD"
msgstr ""
-#: core_resource.hrc:2433
+#: formula/inc/core_resource.hrc:2433
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DDB"
msgstr ""
-#: core_resource.hrc:2434
+#: formula/inc/core_resource.hrc:2434
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DB"
msgstr ""
-#: core_resource.hrc:2435
+#: formula/inc/core_resource.hrc:2435
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VDB"
msgstr ""
-#: core_resource.hrc:2436
+#: formula/inc/core_resource.hrc:2436
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PDURATION"
msgstr ""
-#: core_resource.hrc:2437
+#: formula/inc/core_resource.hrc:2437
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SLN"
msgstr ""
-#: core_resource.hrc:2438
+#: formula/inc/core_resource.hrc:2438
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PMT"
msgstr ""
-#: core_resource.hrc:2439
+#: formula/inc/core_resource.hrc:2439
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COLUMNS"
msgstr ""
-#: core_resource.hrc:2440
+#: formula/inc/core_resource.hrc:2440
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROWS"
msgstr "АЦӘАҲӘА"
-#: core_resource.hrc:2441
+#: formula/inc/core_resource.hrc:2441
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SHEETS"
msgstr "АБӶЬЫЦҚӘА"
-#: core_resource.hrc:2442
+#: formula/inc/core_resource.hrc:2442
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COLUMN"
msgstr ""
-#: core_resource.hrc:2443
+#: formula/inc/core_resource.hrc:2443
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROW"
msgstr "АЦӘАҲӘА"
-#: core_resource.hrc:2444
+#: formula/inc/core_resource.hrc:2444
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SHEET"
msgstr "АБӶЬЫЦ"
-#: core_resource.hrc:2445
+#: formula/inc/core_resource.hrc:2445
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RRI"
msgstr ""
-#: core_resource.hrc:2446
+#: formula/inc/core_resource.hrc:2446
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FV"
msgstr ""
-#: core_resource.hrc:2447
+#: formula/inc/core_resource.hrc:2447
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NPER"
msgstr ""
-#: core_resource.hrc:2448
+#: formula/inc/core_resource.hrc:2448
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RATE"
msgstr "АРЫЦХӘ"
-#: core_resource.hrc:2449
+#: formula/inc/core_resource.hrc:2449
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IPMT"
msgstr ""
-#: core_resource.hrc:2450
+#: formula/inc/core_resource.hrc:2450
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PPMT"
msgstr ""
-#: core_resource.hrc:2451
+#: formula/inc/core_resource.hrc:2451
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CUMIPMT"
msgstr ""
-#: core_resource.hrc:2452
+#: formula/inc/core_resource.hrc:2452
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CUMPRINC"
msgstr ""
-#: core_resource.hrc:2453
+#: formula/inc/core_resource.hrc:2453
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EFFECT"
msgstr "АЕФФЕКТ"
-#: core_resource.hrc:2454
+#: formula/inc/core_resource.hrc:2454
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NOMINAL"
msgstr "АНОМИНАЛ"
-#: core_resource.hrc:2455
+#: formula/inc/core_resource.hrc:2455
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUBTOTAL"
msgstr "АИХШЬАЛА"
-#: core_resource.hrc:2456
+#: formula/inc/core_resource.hrc:2456
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DSUM"
msgstr ""
-#: core_resource.hrc:2457
+#: formula/inc/core_resource.hrc:2457
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DCOUNT"
msgstr ""
-#: core_resource.hrc:2458
+#: formula/inc/core_resource.hrc:2458
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DCOUNTA"
msgstr ""
-#: core_resource.hrc:2459
+#: formula/inc/core_resource.hrc:2459
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAVERAGE"
msgstr ""
-#: core_resource.hrc:2460
+#: formula/inc/core_resource.hrc:2460
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DGET"
msgstr ""
-#: core_resource.hrc:2461
+#: formula/inc/core_resource.hrc:2461
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DMAX"
msgstr "MAX"
-#: core_resource.hrc:2462
+#: formula/inc/core_resource.hrc:2462
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DMIN"
msgstr "MIN"
-#: core_resource.hrc:2463
+#: formula/inc/core_resource.hrc:2463
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DPRODUCT"
msgstr ""
-#: core_resource.hrc:2464
+#: formula/inc/core_resource.hrc:2464
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DSTDEV"
msgstr ""
-#: core_resource.hrc:2465
+#: formula/inc/core_resource.hrc:2465
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DSTDEVP"
msgstr ""
-#: core_resource.hrc:2466
+#: formula/inc/core_resource.hrc:2466
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DVAR"
msgstr ""
-#: core_resource.hrc:2467
+#: formula/inc/core_resource.hrc:2467
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DVARP"
msgstr ""
-#: core_resource.hrc:2468
+#: formula/inc/core_resource.hrc:2468
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INDIRECT"
msgstr ""
-#: core_resource.hrc:2469
+#: formula/inc/core_resource.hrc:2469
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ADDRESS"
msgstr ""
-#: core_resource.hrc:2470
+#: formula/inc/core_resource.hrc:2470
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MATCH"
msgstr ""
-#: core_resource.hrc:2471
+#: formula/inc/core_resource.hrc:2471
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTBLANK"
msgstr ""
-#: core_resource.hrc:2472
+#: formula/inc/core_resource.hrc:2472
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTIF"
msgstr ""
-#: core_resource.hrc:2473
+#: formula/inc/core_resource.hrc:2473
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMIF"
msgstr ""
-#: core_resource.hrc:2474
+#: formula/inc/core_resource.hrc:2474
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGEIF"
msgstr ""
-#: core_resource.hrc:2475
+#: formula/inc/core_resource.hrc:2475
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMIFS"
msgstr ""
-#: core_resource.hrc:2476
+#: formula/inc/core_resource.hrc:2476
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGEIFS"
msgstr ""
-#: core_resource.hrc:2477
+#: formula/inc/core_resource.hrc:2477
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTIFS"
msgstr ""
-#: core_resource.hrc:2478
+#: formula/inc/core_resource.hrc:2478
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOOKUP"
msgstr ""
-#: core_resource.hrc:2479
+#: formula/inc/core_resource.hrc:2479
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VLOOKUP"
msgstr ""
-#: core_resource.hrc:2480
+#: formula/inc/core_resource.hrc:2480
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HLOOKUP"
msgstr ""
-#: core_resource.hrc:2481
+#: formula/inc/core_resource.hrc:2481
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MULTIRANGE"
msgstr ""
#. legacy for range list (union)
-#: core_resource.hrc:2482
+#: formula/inc/core_resource.hrc:2482
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "OFFSET"
msgstr ""
-#: core_resource.hrc:2483
+#: formula/inc/core_resource.hrc:2483
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INDEX"
msgstr "АИНДЕКС"
#. ?? first character = I ??
-#: core_resource.hrc:2484
+#: formula/inc/core_resource.hrc:2484
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AREAS"
msgstr ""
-#: core_resource.hrc:2485
+#: formula/inc/core_resource.hrc:2485
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DOLLAR"
msgstr ""
-#: core_resource.hrc:2486
+#: formula/inc/core_resource.hrc:2486
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPLACE"
msgstr "ИҦСАХТӘУП"
-#: core_resource.hrc:2487
+#: formula/inc/core_resource.hrc:2487
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FIXED"
msgstr ""
-#: core_resource.hrc:2488
+#: formula/inc/core_resource.hrc:2488
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FIND"
msgstr "ИҦШААТӘУП"
-#: core_resource.hrc:2489
+#: formula/inc/core_resource.hrc:2489
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXACT"
msgstr ""
-#: core_resource.hrc:2490
+#: formula/inc/core_resource.hrc:2490
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LEFT"
msgstr ""
-#: core_resource.hrc:2491
+#: formula/inc/core_resource.hrc:2491
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RIGHT"
msgstr ""
-#: core_resource.hrc:2492
+#: formula/inc/core_resource.hrc:2492
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEARCH"
msgstr "АҦШААРА"
-#: core_resource.hrc:2493
+#: formula/inc/core_resource.hrc:2493
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MID"
msgstr ""
-#: core_resource.hrc:2494
+#: formula/inc/core_resource.hrc:2494
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LENB"
msgstr ""
-#: core_resource.hrc:2495
+#: formula/inc/core_resource.hrc:2495
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RIGHTB"
msgstr ""
-#: core_resource.hrc:2496
+#: formula/inc/core_resource.hrc:2496
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LEFTB"
msgstr ""
-#: core_resource.hrc:2497
+#: formula/inc/core_resource.hrc:2497
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPLACEB"
msgstr "ИҦСАХТӘУП"
-#: core_resource.hrc:2498
+#: formula/inc/core_resource.hrc:2498
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MIDB"
msgstr ""
-#: core_resource.hrc:2499
+#: formula/inc/core_resource.hrc:2499
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TEXT"
msgstr "АТЕҚСТ"
-#: core_resource.hrc:2500
+#: formula/inc/core_resource.hrc:2500
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUBSTITUTE"
msgstr ""
-#: core_resource.hrc:2501
+#: formula/inc/core_resource.hrc:2501
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPT"
msgstr ""
-#: core_resource.hrc:2502
+#: formula/inc/core_resource.hrc:2502
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONCATENATE"
msgstr ""
-#: core_resource.hrc:2503
+#: formula/inc/core_resource.hrc:2503
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONCAT"
msgstr ""
-#: core_resource.hrc:2504
+#: formula/inc/core_resource.hrc:2504
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TEXTJOIN"
msgstr ""
-#: core_resource.hrc:2505
+#: formula/inc/core_resource.hrc:2505
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IFS"
msgstr ""
-#: core_resource.hrc:2506
+#: formula/inc/core_resource.hrc:2506
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SWITCH"
msgstr ""
-#: core_resource.hrc:2507
+#: formula/inc/core_resource.hrc:2507
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINIFS"
msgstr ""
-#: core_resource.hrc:2508
+#: formula/inc/core_resource.hrc:2508
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAXIFS"
msgstr ""
-#: core_resource.hrc:2509
+#: formula/inc/core_resource.hrc:2509
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MVALUE"
msgstr "АҴАКЫ"
-#: core_resource.hrc:2510
+#: formula/inc/core_resource.hrc:2510
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MDETERM"
msgstr ""
-#: core_resource.hrc:2511
+#: formula/inc/core_resource.hrc:2511
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINVERSE"
msgstr ""
-#: core_resource.hrc:2512
+#: formula/inc/core_resource.hrc:2512
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MMULT"
msgstr ""
-#: core_resource.hrc:2513
+#: formula/inc/core_resource.hrc:2513
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRANSPOSE"
msgstr ""
-#: core_resource.hrc:2514
+#: formula/inc/core_resource.hrc:2514
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MUNIT"
msgstr ""
-#: core_resource.hrc:2515
+#: formula/inc/core_resource.hrc:2515
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GOALSEEK"
msgstr ""
-#: core_resource.hrc:2516
+#: formula/inc/core_resource.hrc:2516
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HYPGEOMDIST"
msgstr ""
-#: core_resource.hrc:2517
+#: formula/inc/core_resource.hrc:2517
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HYPGEOM.DIST"
msgstr ""
-#: core_resource.hrc:2518
+#: formula/inc/core_resource.hrc:2518
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGNORMDIST"
msgstr ""
-#: core_resource.hrc:2519
+#: formula/inc/core_resource.hrc:2519
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGNORM.DIST"
msgstr ""
-#: core_resource.hrc:2520
+#: formula/inc/core_resource.hrc:2520
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TDIST"
msgstr ""
-#: core_resource.hrc:2521
+#: formula/inc/core_resource.hrc:2521
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.DIST.2T"
msgstr ""
-#: core_resource.hrc:2522
+#: formula/inc/core_resource.hrc:2522
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.DIST"
msgstr ""
-#: core_resource.hrc:2523
+#: formula/inc/core_resource.hrc:2523
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.DIST.RT"
msgstr ""
-#: core_resource.hrc:2524
+#: formula/inc/core_resource.hrc:2524
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FDIST"
msgstr ""
-#: core_resource.hrc:2525
+#: formula/inc/core_resource.hrc:2525
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.DIST"
msgstr ""
-#: core_resource.hrc:2526
+#: formula/inc/core_resource.hrc:2526
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.DIST.RT"
msgstr ""
-#: core_resource.hrc:2527
+#: formula/inc/core_resource.hrc:2527
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHIDIST"
msgstr ""
-#: core_resource.hrc:2528
+#: formula/inc/core_resource.hrc:2528
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.DIST.RT"
msgstr ""
-#: core_resource.hrc:2529
+#: formula/inc/core_resource.hrc:2529
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEIBULL"
msgstr ""
-#: core_resource.hrc:2530
+#: formula/inc/core_resource.hrc:2530
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEIBULL.DIST"
msgstr ""
-#: core_resource.hrc:2531
+#: formula/inc/core_resource.hrc:2531
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NEGBINOMDIST"
msgstr ""
-#: core_resource.hrc:2532
+#: formula/inc/core_resource.hrc:2532
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NEGBINOM.DIST"
msgstr ""
-#: core_resource.hrc:2533
+#: formula/inc/core_resource.hrc:2533
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CRITBINOM"
msgstr ""
-#: core_resource.hrc:2534
+#: formula/inc/core_resource.hrc:2534
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BINOM.INV"
msgstr ""
-#: core_resource.hrc:2535
+#: formula/inc/core_resource.hrc:2535
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "KURT"
msgstr ""
-#: core_resource.hrc:2536
+#: formula/inc/core_resource.hrc:2536
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HARMEAN"
msgstr ""
-#: core_resource.hrc:2537
+#: formula/inc/core_resource.hrc:2537
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GEOMEAN"
msgstr ""
-#: core_resource.hrc:2538
+#: formula/inc/core_resource.hrc:2538
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STANDARDIZE"
msgstr ""
-#: core_resource.hrc:2539
+#: formula/inc/core_resource.hrc:2539
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVEDEV"
msgstr ""
-#: core_resource.hrc:2540
+#: formula/inc/core_resource.hrc:2540
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SKEW"
msgstr ""
-#: core_resource.hrc:2541
+#: formula/inc/core_resource.hrc:2541
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SKEWP"
msgstr ""
-#: core_resource.hrc:2542
+#: formula/inc/core_resource.hrc:2542
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DEVSQ"
msgstr ""
-#: core_resource.hrc:2543
+#: formula/inc/core_resource.hrc:2543
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MEDIAN"
msgstr "АМЕДИАНА"
-#: core_resource.hrc:2544
+#: formula/inc/core_resource.hrc:2544
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE"
msgstr ""
-#: core_resource.hrc:2545
+#: formula/inc/core_resource.hrc:2545
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE.SNGL"
msgstr ""
-#: core_resource.hrc:2546
+#: formula/inc/core_resource.hrc:2546
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE.MULT"
msgstr ""
-#: core_resource.hrc:2547
+#: formula/inc/core_resource.hrc:2547
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ZTEST"
msgstr ""
-#: core_resource.hrc:2548
+#: formula/inc/core_resource.hrc:2548
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "Z.TEST"
msgstr ""
-#: core_resource.hrc:2549
+#: formula/inc/core_resource.hrc:2549
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AGGREGATE"
msgstr ""
-#: core_resource.hrc:2550
+#: formula/inc/core_resource.hrc:2550
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TTEST"
msgstr ""
-#: core_resource.hrc:2551
+#: formula/inc/core_resource.hrc:2551
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.TEST"
msgstr ""
-#: core_resource.hrc:2552
+#: formula/inc/core_resource.hrc:2552
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANK"
msgstr ""
-#: core_resource.hrc:2553
+#: formula/inc/core_resource.hrc:2553
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTILE"
msgstr ""
-#: core_resource.hrc:2554
+#: formula/inc/core_resource.hrc:2554
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTRANK"
msgstr ""
-#: core_resource.hrc:2555
+#: formula/inc/core_resource.hrc:2555
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTILE.INC"
msgstr ""
-#: core_resource.hrc:2556
+#: formula/inc/core_resource.hrc:2556
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTRANK.INC"
msgstr ""
-#: core_resource.hrc:2557
+#: formula/inc/core_resource.hrc:2557
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "QUARTILE.INC"
msgstr ""
-#: core_resource.hrc:2558
+#: formula/inc/core_resource.hrc:2558
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANK.EQ"
msgstr ""
-#: core_resource.hrc:2559
+#: formula/inc/core_resource.hrc:2559
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTILE.EXC"
msgstr ""
-#: core_resource.hrc:2560
+#: formula/inc/core_resource.hrc:2560
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTRANK.EXC"
msgstr ""
-#: core_resource.hrc:2561
+#: formula/inc/core_resource.hrc:2561
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "QUARTILE.EXC"
msgstr ""
-#: core_resource.hrc:2562
+#: formula/inc/core_resource.hrc:2562
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANK.AVG"
msgstr ""
-#: core_resource.hrc:2563
+#: formula/inc/core_resource.hrc:2563
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LARGE"
msgstr "ИРЕИҲАУ"
-#: core_resource.hrc:2564
+#: formula/inc/core_resource.hrc:2564
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SMALL"
msgstr "ИРЕИҴОУ"
-#: core_resource.hrc:2565
+#: formula/inc/core_resource.hrc:2565
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FREQUENCY"
msgstr ""
-#: core_resource.hrc:2566
+#: formula/inc/core_resource.hrc:2566
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "QUARTILE"
msgstr ""
-#: core_resource.hrc:2567
+#: formula/inc/core_resource.hrc:2567
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMINV"
msgstr ""
-#: core_resource.hrc:2568
+#: formula/inc/core_resource.hrc:2568
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.INV"
msgstr ""
-#: core_resource.hrc:2569
+#: formula/inc/core_resource.hrc:2569
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONFIDENCE"
msgstr ""
-#: core_resource.hrc:2570
+#: formula/inc/core_resource.hrc:2570
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONFIDENCE.NORM"
msgstr ""
-#: core_resource.hrc:2571
+#: formula/inc/core_resource.hrc:2571
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONFIDENCE.T"
msgstr ""
-#: core_resource.hrc:2572
+#: formula/inc/core_resource.hrc:2572
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FTEST"
msgstr ""
-#: core_resource.hrc:2573
+#: formula/inc/core_resource.hrc:2573
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.TEST"
msgstr ""
-#: core_resource.hrc:2574
+#: formula/inc/core_resource.hrc:2574
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRIMMEAN"
msgstr ""
-#: core_resource.hrc:2575
+#: formula/inc/core_resource.hrc:2575
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PROB"
msgstr "АИАШАҚӘШӘАРА"
-#: core_resource.hrc:2576
+#: formula/inc/core_resource.hrc:2576
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CORREL"
msgstr ""
-#: core_resource.hrc:2577
+#: formula/inc/core_resource.hrc:2577
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COVAR"
msgstr ""
-#: core_resource.hrc:2578
+#: formula/inc/core_resource.hrc:2578
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COVARIANCE.P"
msgstr ""
-#: core_resource.hrc:2579
+#: formula/inc/core_resource.hrc:2579
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COVARIANCE.S"
msgstr ""
-#: core_resource.hrc:2580
+#: formula/inc/core_resource.hrc:2580
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PEARSON"
msgstr ""
-#: core_resource.hrc:2581
+#: formula/inc/core_resource.hrc:2581
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RSQ"
msgstr ""
-#: core_resource.hrc:2582
+#: formula/inc/core_resource.hrc:2582
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STEYX"
msgstr ""
-#: core_resource.hrc:2583
+#: formula/inc/core_resource.hrc:2583
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SLOPE"
msgstr ""
-#: core_resource.hrc:2584
+#: formula/inc/core_resource.hrc:2584
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INTERCEPT"
msgstr ""
-#: core_resource.hrc:2585
+#: formula/inc/core_resource.hrc:2585
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TREND"
msgstr ""
-#: core_resource.hrc:2586
+#: formula/inc/core_resource.hrc:2586
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GROWTH"
msgstr ""
-#: core_resource.hrc:2587
+#: formula/inc/core_resource.hrc:2587
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LINEST"
msgstr ""
-#: core_resource.hrc:2588
+#: formula/inc/core_resource.hrc:2588
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGEST"
msgstr ""
-#: core_resource.hrc:2589
+#: formula/inc/core_resource.hrc:2589
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST"
msgstr ""
-#: core_resource.hrc:2590
+#: formula/inc/core_resource.hrc:2590
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.ADD"
msgstr ""
-#: core_resource.hrc:2591
+#: formula/inc/core_resource.hrc:2591
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.SEASONALITY"
msgstr ""
-#: core_resource.hrc:2592
+#: formula/inc/core_resource.hrc:2592
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.MULT"
msgstr ""
-#: core_resource.hrc:2593
+#: formula/inc/core_resource.hrc:2593
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.PI.ADD"
msgstr ""
-#: core_resource.hrc:2594
+#: formula/inc/core_resource.hrc:2594
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.PI.MULT"
msgstr ""
-#: core_resource.hrc:2595
+#: formula/inc/core_resource.hrc:2595
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.STAT.ADD"
msgstr ""
-#: core_resource.hrc:2596
+#: formula/inc/core_resource.hrc:2596
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.STAT.MULT"
msgstr ""
-#: core_resource.hrc:2597
+#: formula/inc/core_resource.hrc:2597
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.LINEAR"
msgstr ""
-#: core_resource.hrc:2598
+#: formula/inc/core_resource.hrc:2598
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHIINV"
msgstr ""
-#: core_resource.hrc:2599
+#: formula/inc/core_resource.hrc:2599
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.INV.RT"
msgstr ""
-#: core_resource.hrc:2600
+#: formula/inc/core_resource.hrc:2600
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMADIST"
msgstr ""
-#: core_resource.hrc:2601
+#: formula/inc/core_resource.hrc:2601
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMA.DIST"
msgstr ""
-#: core_resource.hrc:2602
+#: formula/inc/core_resource.hrc:2602
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMAINV"
msgstr ""
-#: core_resource.hrc:2603
+#: formula/inc/core_resource.hrc:2603
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMA.INV"
msgstr ""
-#: core_resource.hrc:2604
+#: formula/inc/core_resource.hrc:2604
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TINV"
msgstr "ИҦШААТӘУП"
-#: core_resource.hrc:2605
+#: formula/inc/core_resource.hrc:2605
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.INV.2T"
msgstr ""
-#: core_resource.hrc:2606
+#: formula/inc/core_resource.hrc:2606
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.INV"
msgstr ""
-#: core_resource.hrc:2607
+#: formula/inc/core_resource.hrc:2607
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FINV"
msgstr "ИҦШААТӘУП"
-#: core_resource.hrc:2608
+#: formula/inc/core_resource.hrc:2608
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.INV"
msgstr "ИҦШААТӘУП"
-#: core_resource.hrc:2609
+#: formula/inc/core_resource.hrc:2609
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.INV.RT"
msgstr ""
-#: core_resource.hrc:2610
+#: formula/inc/core_resource.hrc:2610
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHITEST"
msgstr ""
-#: core_resource.hrc:2611
+#: formula/inc/core_resource.hrc:2611
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.TEST"
msgstr ""
-#: core_resource.hrc:2612
+#: formula/inc/core_resource.hrc:2612
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGINV"
msgstr ""
-#: core_resource.hrc:2613
+#: formula/inc/core_resource.hrc:2613
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGNORM.INV"
msgstr ""
-#: core_resource.hrc:2614
+#: formula/inc/core_resource.hrc:2614
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MULTIPLE.OPERATIONS"
msgstr ""
-#: core_resource.hrc:2615
+#: formula/inc/core_resource.hrc:2615
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETADIST"
msgstr ""
-#: core_resource.hrc:2616
+#: formula/inc/core_resource.hrc:2616
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETAINV"
msgstr ""
-#: core_resource.hrc:2617
+#: formula/inc/core_resource.hrc:2617
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETA.DIST"
msgstr ""
-#: core_resource.hrc:2618
+#: formula/inc/core_resource.hrc:2618
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETA.INV"
msgstr ""
-#: core_resource.hrc:2619
+#: formula/inc/core_resource.hrc:2619
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEEKNUM"
msgstr ""
-#: core_resource.hrc:2620
+#: formula/inc/core_resource.hrc:2620
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISOWEEKNUM"
msgstr ""
-#: core_resource.hrc:2621
+#: formula/inc/core_resource.hrc:2621
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEEKNUM_OOO"
msgstr ""
-#: core_resource.hrc:2622
+#: formula/inc/core_resource.hrc:2622
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EASTERSUNDAY"
msgstr ""
-#: core_resource.hrc:2623
+#: formula/inc/core_resource.hrc:2623
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEEKDAY"
msgstr ""
-#: core_resource.hrc:2624
+#: formula/inc/core_resource.hrc:2624
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NETWORKDAYS"
msgstr ""
-#: core_resource.hrc:2625
+#: formula/inc/core_resource.hrc:2625
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NETWORKDAYS.INTL"
msgstr ""
-#: core_resource.hrc:2626
+#: formula/inc/core_resource.hrc:2626
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WORKDAY.INTL"
msgstr ""
-#: core_resource.hrc:2627
+#: formula/inc/core_resource.hrc:2627
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NAME!"
msgstr ""
-#: core_resource.hrc:2628
+#: formula/inc/core_resource.hrc:2628
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STYLE"
msgstr ""
-#: core_resource.hrc:2629
+#: formula/inc/core_resource.hrc:2629
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DDE"
msgstr ""
-#: core_resource.hrc:2630
+#: formula/inc/core_resource.hrc:2630
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BASE"
msgstr "dBASE"
-#: core_resource.hrc:2631
+#: formula/inc/core_resource.hrc:2631
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DECIMAL"
msgstr ""
-#: core_resource.hrc:2632
+#: formula/inc/core_resource.hrc:2632
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONVERT_OOO"
msgstr ""
-#: core_resource.hrc:2633
+#: formula/inc/core_resource.hrc:2633
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROMAN"
msgstr "АРИМТӘ"
-#: core_resource.hrc:2634
+#: formula/inc/core_resource.hrc:2634
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HYPERLINK"
msgstr "АГИПЕРЗХЬАРҦШ"
-#: core_resource.hrc:2635
+#: formula/inc/core_resource.hrc:2635
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INFO"
msgstr ""
-#: core_resource.hrc:2636
+#: formula/inc/core_resource.hrc:2636
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BAHTTEXT"
msgstr ""
-#: core_resource.hrc:2637
+#: formula/inc/core_resource.hrc:2637
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GETPIVOTDATA"
msgstr ""
-#: core_resource.hrc:2638
+#: formula/inc/core_resource.hrc:2638
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EUROCONVERT"
msgstr ""
-#: core_resource.hrc:2639
+#: formula/inc/core_resource.hrc:2639
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NUMBERVALUE"
msgstr ""
-#: core_resource.hrc:2640
+#: formula/inc/core_resource.hrc:2640
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMA"
msgstr "ГАММА"
-#: core_resource.hrc:2641
+#: formula/inc/core_resource.hrc:2641
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQDIST"
msgstr ""
-#: core_resource.hrc:2642
+#: formula/inc/core_resource.hrc:2642
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.DIST"
msgstr ""
-#: core_resource.hrc:2643
+#: formula/inc/core_resource.hrc:2643
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQINV"
msgstr ""
-#: core_resource.hrc:2644
+#: formula/inc/core_resource.hrc:2644
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.INV"
msgstr ""
-#: core_resource.hrc:2645
+#: formula/inc/core_resource.hrc:2645
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITAND"
msgstr ""
-#: core_resource.hrc:2646
+#: formula/inc/core_resource.hrc:2646
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITOR"
msgstr ""
-#: core_resource.hrc:2647
+#: formula/inc/core_resource.hrc:2647
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITXOR"
msgstr ""
-#: core_resource.hrc:2648
+#: formula/inc/core_resource.hrc:2648
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITRSHIFT"
msgstr ""
-#: core_resource.hrc:2649
+#: formula/inc/core_resource.hrc:2649
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITLSHIFT"
msgstr ""
#. BEGIN defined ERROR.TYPE() values.
#. ERROR.TYPE( #NULL! ) == 1
-#: core_resource.hrc:2652
+#: formula/inc/core_resource.hrc:2652
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NULL!"
msgstr ""
#. ERROR.TYPE( #DIV/0! ) == 2
-#: core_resource.hrc:2654
+#: formula/inc/core_resource.hrc:2654
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#DIV/0!"
msgstr ""
#. ERROR.TYPE( #VALUE! ) == 3
-#: core_resource.hrc:2656
+#: formula/inc/core_resource.hrc:2656
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#VALUE!"
msgstr ""
#. ERROR.TYPE( #REF! ) == 4
-#: core_resource.hrc:2658
+#: formula/inc/core_resource.hrc:2658
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#REF!"
msgstr ""
#. ERROR.TYPE( #NAME! ) == 5
-#: core_resource.hrc:2660
+#: formula/inc/core_resource.hrc:2660
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NAME?"
msgstr ""
#. ERROR.TYPE( #NUM! ) == 6
-#: core_resource.hrc:2662
+#: formula/inc/core_resource.hrc:2662
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NUM!"
msgstr ""
#. ERROR.TYPE( #N/A ) == 7
-#: core_resource.hrc:2664
+#: formula/inc/core_resource.hrc:2664
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#N/A"
msgstr ""
#. END defined ERROR.TYPE() values.
-#: core_resource.hrc:2667
+#: formula/inc/core_resource.hrc:2667
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FILTERXML"
msgstr ""
-#: core_resource.hrc:2668
+#: formula/inc/core_resource.hrc:2668
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COLOR"
msgstr ""
-#: core_resource.hrc:2669
+#: formula/inc/core_resource.hrc:2669
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEBSERVICE"
msgstr ""
-#: core_resource.hrc:2670
+#: formula/inc/core_resource.hrc:2670
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERF.PRECISE"
msgstr ""
-#: core_resource.hrc:2671
+#: formula/inc/core_resource.hrc:2671
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERFC.PRECISE"
msgstr ""
-#: core_resource.hrc:2672
+#: formula/inc/core_resource.hrc:2672
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ENCODEURL"
msgstr ""
-#: core_resource.hrc:2673
+#: formula/inc/core_resource.hrc:2673
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RAWSUBTRACT"
msgstr ""
-#: core_resource.hrc:2674
+#: formula/inc/core_resource.hrc:2674
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUNDSIG"
msgstr ""
-#: core_resource.hrc:2675
+#: formula/inc/core_resource.hrc:2675
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FINDB"
msgstr "ИҦШААТӘУП"
-#: core_resource.hrc:2676
+#: formula/inc/core_resource.hrc:2676
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEARCHB"
msgstr "АҦШААРА"
-#: strings.hrc:25
+#: formula/inc/strings.hrc:25
msgctxt "STR_OPTIONAL"
msgid "(optional)"
msgstr "(ихымҧадатәиӡам)"
-#: strings.hrc:26
+#: formula/inc/strings.hrc:26
msgctxt "STR_REQUIRED"
msgid "(required)"
msgstr "(ихымҧадатәиуп)"
-#: strings.hrc:28
+#: formula/inc/strings.hrc:28
msgctxt "STR_TITLE1"
msgid "Function Wizard"
msgstr "Афункциақәа разҟаза"
-#: strings.hrc:29
+#: formula/inc/strings.hrc:29
msgctxt "STR_TITLE2"
msgid "Function Wizard -"
msgstr "Афункциақәа разҟаза -"
-#: strings.hrc:30
+#: formula/inc/strings.hrc:30
msgctxt "STR_END"
msgid "~End"
msgstr "Анҵәамҭа"
-#: strings.hrc:31
+#: formula/inc/strings.hrc:31
msgctxt "RID_STR_SHRINK"
msgid "Shrink"
msgstr "Еикәарҳәтәуп"
-#: strings.hrc:32
+#: formula/inc/strings.hrc:32
msgctxt "RID_STR_EXPAND"
msgid "Expand"
msgstr "Иаарттәуп"
-#: formuladialog.ui:22
+#: formula/uiconfig/ui/formuladialog.ui:22
msgctxt "formuladialog|array"
msgid "Array"
msgstr "Амассив"
-#: formuladialog.ui:57
+#: formula/uiconfig/ui/formuladialog.ui:58
msgctxt "formuladialog|back"
msgid "< _Back"
msgstr "< Шьҭахьҟа"
-#: formuladialog.ui:72
+#: formula/uiconfig/ui/formuladialog.ui:73
msgctxt "formuladialog|next"
msgid "_Next >"
msgstr "Анаҩс >"
-#: formuladialog.ui:158
+#: formula/uiconfig/ui/formuladialog.ui:159
msgctxt "formuladialog|function"
msgid "Functions"
msgstr "Афункциақәа"
-#: formuladialog.ui:180
+#: formula/uiconfig/ui/formuladialog.ui:181
msgctxt "formuladialog|struct"
msgid "Structure"
msgstr "Аструктура"
-#: formuladialog.ui:227
+#: formula/uiconfig/ui/formuladialog.ui:228
msgctxt "formuladialog|label2"
msgid "Function result"
msgstr "Афункциа алҵшәа"
-#: formuladialog.ui:368
+#: formula/uiconfig/ui/formuladialog.ui:369
msgctxt "formuladialog|formula"
msgid "For_mula"
msgstr "Аформула"
-#: formuladialog.ui:383
+#: formula/uiconfig/ui/formuladialog.ui:384
msgctxt "formuladialog|label1"
msgid "Result"
msgstr "Алҵшәа"
-#: formuladialog.ui:418
+#: formula/uiconfig/ui/formuladialog.ui:419
msgctxt "formuladialog|ed_formula-atkobject"
msgid "Formula"
msgstr "Аформула"
-#: formuladialog.ui:467
+#: formula/uiconfig/ui/formuladialog.ui:468
msgctxt "formuladialog|RB_REF|tooltip_text"
msgid "Maximize"
msgstr ""
-#: functionpage.ui:19
+#: formula/uiconfig/ui/functionpage.ui:19
msgctxt "functionpage|label_search"
msgid "_Search"
msgstr "Аҧшаара"
-#: functionpage.ui:47
+#: formula/uiconfig/ui/functionpage.ui:47
msgctxt "functionpage|label1"
msgid "_Category"
msgstr "Акатегориа"
-#: functionpage.ui:63
+#: formula/uiconfig/ui/functionpage.ui:63
msgctxt "functionpage|category"
msgid "Last Used"
msgstr "Аҵыхәтәантәи ахархәара змақәаз"
-#: functionpage.ui:64
+#: formula/uiconfig/ui/functionpage.ui:64
msgctxt "functionpage|category"
msgid "All"
msgstr "Зегьы"
-#: functionpage.ui:78
+#: formula/uiconfig/ui/functionpage.ui:78
msgctxt "functionpage|label2"
msgid "_Function"
msgstr "Афункциа"
-#: parameter.ui:30
+#: formula/uiconfig/ui/parameter.ui:30
msgctxt "parameter|editdesc"
msgid "Function not known"
msgstr "Идырым афункциа"
-#: parameter.ui:279
+#: formula/uiconfig/ui/parameter.ui:279
msgctxt "parameter|RB_ARG1|tooltip_text"
msgid "Select"
msgstr "Иалхтәуп"
-#: parameter.ui:295
+#: formula/uiconfig/ui/parameter.ui:295
msgctxt "parameter|RB_ARG2|tooltip_text"
msgid "Select"
msgstr "Иалхтәуп"
-#: parameter.ui:311
+#: formula/uiconfig/ui/parameter.ui:311
msgctxt "parameter|RB_ARG3|tooltip_text"
msgid "Select"
msgstr "Иалхтәуп"
-#: parameter.ui:327
+#: formula/uiconfig/ui/parameter.ui:327
msgctxt "parameter|RB_ARG4|tooltip_text"
msgid "Select"
msgstr "Иалхтәуп"
-#: structpage.ui:19
+#: formula/uiconfig/ui/structpage.ui:19
msgctxt "structpage|label1"
msgid "_Structure"
msgstr "Аструктура"
diff --git a/source/ab/fpicker/messages.po b/source/ab/fpicker/messages.po
index 97bf5d03448..8afc062d626 100644
--- a/source/ab/fpicker/messages.po
+++ b/source/ab/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-24 14:55+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
"PO-Revision-Date: 2018-02-17 17:56+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,86 +12,91 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1518890174.000000\n"
-#: strings.hrc:14
+#: include/fpicker/strings.hrc:14
msgctxt "STR_SVT_FILEPICKER_AUTO_EXTENSION"
msgid "~Automatic file name extension"
msgstr ""
-#: strings.hrc:15
+#: include/fpicker/strings.hrc:15
msgctxt "STR_SVT_FILEPICKER_PASSWORD"
msgid "Save with pass~word"
msgstr "Иеиқәырхатәуп ажәамаӡа шацу"
#. dear loplugins, please don't remove this constant, it will be used in follow-up commits
-#: strings.hrc:17
+#: include/fpicker/strings.hrc:17
msgctxt "STR_SVT_FILEPICKER_GPGENCRYPT"
msgid "Encrypt with ~GPG key"
msgstr ""
-#: strings.hrc:18
+#: include/fpicker/strings.hrc:18
msgctxt "STR_SVT_FILEPICKER_FILTER_OPTIONS"
msgid "~Edit filter settings"
msgstr "Афильтр апараметрқәа рыриашара"
-#: strings.hrc:19
+#: include/fpicker/strings.hrc:19
msgctxt "STR_SVT_FILEPICKER_READONLY"
msgid "~Read-only"
msgstr "Аҧхьара мацараз"
-#: strings.hrc:20
+#: include/fpicker/strings.hrc:20
msgctxt "STR_SVT_FILEPICKER_INSERT_AS_LINK"
msgid "~Link"
msgstr "Аимадара"
-#: strings.hrc:21
+#: include/fpicker/strings.hrc:21
msgctxt "STR_SVT_FILEPICKER_SHOW_PREVIEW"
msgid "Pr~eview"
msgstr "Заатәи ахәаҧшра"
-#: strings.hrc:22
+#: include/fpicker/strings.hrc:22
msgctxt "STR_SVT_FILEPICKER_PLAY"
msgid "~Play"
msgstr "Идәықәҵатәуп"
-#: strings.hrc:23
+#: include/fpicker/strings.hrc:23
msgctxt "STR_SVT_FILEPICKER_VERSION"
msgid "~Version:"
msgstr "Аверсиа:"
-#: strings.hrc:24
+#: include/fpicker/strings.hrc:24
msgctxt "STR_SVT_FILEPICKER_TEMPLATES"
msgid "S~tyles:"
msgstr "Астильқәа:"
-#: strings.hrc:25
+#: include/fpicker/strings.hrc:25
msgctxt "STR_SVT_FILEPICKER_IMAGE_TEMPLATE"
msgid "Style:"
msgstr "Астиль:"
-#: strings.hrc:26
+#: include/fpicker/strings.hrc:26
+msgctxt "STR_SVT_FILEPICKER_IMAGE_ANCHOR"
+msgid "A~nchor:"
+msgstr ""
+
+#: include/fpicker/strings.hrc:27
msgctxt "STR_SVT_FILEPICKER_SELECTION"
msgid "~Selection"
msgstr "Алкаара"
-#: strings.hrc:27
+#: include/fpicker/strings.hrc:28
msgctxt "STR_SVT_FILEPICKER_FILTER_TITLE"
msgid "File ~type:"
msgstr "Афаил атип:"
-#: strings.hrc:28
+#: include/fpicker/strings.hrc:29
msgctxt "STR_SVT_FOLDERPICKER_DEFAULT_TITLE"
msgid "Select Path"
msgstr "Иалышәх амҩа"
-#: strings.hrc:29
+#: include/fpicker/strings.hrc:30
msgctxt "STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION"
msgid "Please select a folder."
msgstr "Иалышәх аҭаӡ"
-#: strings.hrc:30
+#: include/fpicker/strings.hrc:31
msgctxt "STR_SVT_ALREADYEXISTOVERWRITE"
msgid ""
"A file named \"$filename$\" already exists.\n"
@@ -99,229 +104,229 @@ msgid ""
"Do you want to replace it?"
msgstr ""
-#: strings.hrc:31
+#: include/fpicker/strings.hrc:32
msgctxt "STR_SVT_DELETESERVICE"
msgid ""
"Are you sure you want to delete the service?\n"
"\"$servicename$\""
msgstr ""
-#: strings.hrc:32
+#: include/fpicker/strings.hrc:33
#, fuzzy
msgctxt "STR_SVT_ROOTLABEL"
msgid "Root"
msgstr "Афутқәа"
-#: strings.hrc:33
+#: include/fpicker/strings.hrc:34
msgctxt "STR_FILTERNAME_ALL"
msgid "All files"
msgstr "Афаилқәа зегьы"
-#: strings.hrc:34
+#: include/fpicker/strings.hrc:35
msgctxt "STR_FILEDLG_OPEN"
msgid "Open"
msgstr "Иаарттәуп"
-#: strings.hrc:35
+#: include/fpicker/strings.hrc:36
msgctxt "STR_FILEDLG_TYPE"
msgid "File ~type"
msgstr "Афаил атип"
-#: strings.hrc:36
+#: include/fpicker/strings.hrc:37
msgctxt "STR_FILEDLG_SAVE"
msgid "Save"
msgstr "Иеиқәырхатәуп"
-#: strings.hrc:25
+#: fpicker/inc/strings.hrc:25
msgctxt "STR_EXPLORERFILE_OPEN"
msgid "Open"
msgstr "Иаарттәуп"
-#: strings.hrc:26
+#: fpicker/inc/strings.hrc:26
msgctxt "STR_EXPLORERFILE_SAVE"
msgid "Save as"
msgstr "Иеиқәырхатәуп иаба(ишҧа)"
-#: strings.hrc:27
+#: fpicker/inc/strings.hrc:27
msgctxt "STR_EXPLORERFILE_BUTTONSAVE"
msgid "~Save"
msgstr "Еиқәырхатәуп"
-#: strings.hrc:28
+#: fpicker/inc/strings.hrc:28
msgctxt "STR_PATHNAME"
msgid "~Path:"
msgstr "Амҩа:"
-#: strings.hrc:29
+#: fpicker/inc/strings.hrc:29
msgctxt "STR_PATHSELECT"
msgid "Select path"
msgstr "Иалышәх амҩа"
-#: strings.hrc:30
+#: fpicker/inc/strings.hrc:30
msgctxt "STR_BUTTONSELECT"
msgid "~Select"
msgstr "Иалхтәуп"
-#: strings.hrc:31
+#: fpicker/inc/strings.hrc:31
msgctxt "STR_PREVIEW"
msgid "File Preview"
msgstr "Афаил ахәаҧшра"
-#: strings.hrc:32
+#: fpicker/inc/strings.hrc:32
msgctxt "STR_DEFAULT_DIRECTORY"
msgid "My Documents"
msgstr "Сара сдокументқәа"
-#: strings.hrc:33
+#: fpicker/inc/strings.hrc:33
msgctxt "STR_PLACES_TITLE"
msgid "Places"
msgstr ""
-#: strings.hrc:34
+#: fpicker/inc/strings.hrc:34
msgctxt "RID_FILEOPEN_NOTEXISTENTFILE"
msgid ""
"The file $name$ does not exist.\n"
"Make sure you have entered the correct file name."
msgstr ""
-#: strings.hrc:35
+#: fpicker/inc/strings.hrc:35
msgctxt "STR_SVT_NEW_FOLDER"
msgid "Folder"
msgstr "Аҭаӡ"
-#: strings.hrc:36
+#: fpicker/inc/strings.hrc:36
msgctxt "STR_SVT_NOREMOVABLEDEVICE"
msgid ""
"No removable storage device detected.\n"
"Make sure it is plugged in properly and try again."
msgstr ""
-#: explorerfiledialog.ui:72
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:72
msgctxt "explorerfiledialog|connect_to_server"
msgid "Servers..."
msgstr "Асерверқәа..."
-#: explorerfiledialog.ui:78
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:78
msgctxt "explorerfiledialog|connect_to_server|tooltip_text"
msgid "Connect To Server"
msgstr ""
-#: explorerfiledialog.ui:81
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:81
msgctxt "explorerfiledialog|connect_to_server-atkobject"
msgid "Connect To Server"
msgstr ""
-#: explorerfiledialog.ui:113
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:114
msgctxt "explorerfiledialog|new_folder|tooltip_text"
msgid "Create New Folder"
msgstr "Иаҧҵатәуп аҭаӡ"
-#: explorerfiledialog.ui:116
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:117
msgctxt "explorerfiledialog|new_folder-atkobject"
msgid "Create New Folder"
msgstr "Иаҧҵатәуп аҭаӡ"
-#: explorerfiledialog.ui:252
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:253
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Афаил ахьӡ:"
-#: explorerfiledialog.ui:277
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:278
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Афаил атип:"
-#: explorerfiledialog.ui:373
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:376
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "Аҧхьара мацараз"
-#: explorerfiledialog.ui:397
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:400
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Иеиқәырхатәуп ажәамаӡа шацу"
-#: explorerfiledialog.ui:411
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:415
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr ""
-#: explorerfiledialog.ui:426
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:430
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Иҧсахтәуп афильтр архиарақәа"
-#: explorerfiledialog.ui:456
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:461
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
-#: foldernamedialog.ui:7
+#: fpicker/uiconfig/ui/foldernamedialog.ui:7
msgctxt "foldernamedialog|FolderNameDialog"
msgid "Folder Name ?"
msgstr "Аҭаӡ иахьӡуи?"
-#: foldernamedialog.ui:84
+#: fpicker/uiconfig/ui/foldernamedialog.ui:84
msgctxt "foldernamedialog|label2"
msgid "Na_me"
msgstr "Ахьӡ"
-#: foldernamedialog.ui:115
+#: fpicker/uiconfig/ui/foldernamedialog.ui:114
msgctxt "foldernamedialog|label1"
msgid "Create New Folder"
msgstr "Иаҧҵатәуп аҭаӡ"
-#: remotefilesdialog.ui:18
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:18
msgctxt "remotefilesdialog|RemoteFilesDialog"
msgid "Remote Files"
msgstr "Афаилқәа асервер аҟны"
-#: remotefilesdialog.ui:105
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:105
msgctxt "remotefilesdialog|label1"
msgid "Service:"
msgstr "Амаҵзура:"
-#: remotefilesdialog.ui:132
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:132
msgctxt "remotefilesdialog|add_service_btn"
msgid "Add service"
msgstr "Иацҵатәуп амаҵзура"
-#: remotefilesdialog.ui:177
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:177
msgctxt "remotefilesdialog|list_view|tooltip_text"
msgid "List view"
msgstr "Ахьӡынҵа"
-#: remotefilesdialog.ui:192
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:192
msgctxt "remotefilesdialog|icon_view|tooltip_text"
msgid "Icon view"
msgstr ""
-#: remotefilesdialog.ui:210
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:210
msgctxt "remotefilesdialog|new_folder|tooltip_text"
msgid "Create New Folder"
msgstr "Иаҧҵатәуп аҭаӡ"
-#: remotefilesdialog.ui:255
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:255
msgctxt "remotefilesdialog|filterLabel"
msgid "Filter"
msgstr "Афаилқәа ртип"
-#: remotefilesdialog.ui:267
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:267
msgctxt "remotefilesdialog|nameLabel"
msgid "File name"
msgstr "Афаил ахьӡ"
-#: remotefilesdialog.ui:318
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:318
msgctxt "remotefilesdialog|edit_service"
msgid "_Edit service"
msgstr "Иҧсахтәуп амаҵзура"
-#: remotefilesdialog.ui:326
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:326
msgctxt "remotefilesdialog|delete_service"
msgid "_Delete service"
msgstr "Ианыхтәуп амаҵзура"
-#: remotefilesdialog.ui:334
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:334
msgctxt "remotefilesdialog|change_password"
msgid "_Change password"
msgstr "Иҧсахтәуп ажәамаӡа"
diff --git a/source/ab/framework/messages.po b/source/ab/framework/messages.po
index c2a0834d636..b659a6e2113 100644
--- a/source/ab/framework/messages.po
+++ b/source/ab/framework/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2018-01-01 17:26+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,95 +12,95 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514827617.000000\n"
-#: strings.hrc:25
+#: framework/inc/strings.hrc:25
msgctxt "STR_MENU_HEADFOOTALL"
msgid "All"
msgstr "Зегьы"
-#: strings.hrc:26
+#: framework/inc/strings.hrc:26
msgctxt "STR_UPDATEDOC"
msgid "~Update"
msgstr "Ирҿыцтәуп"
-#: strings.hrc:27
+#: framework/inc/strings.hrc:27
msgctxt "STR_CLOSEDOC_ANDRETURN"
msgid "~Close & Return to "
msgstr ""
-#: strings.hrc:28
+#: framework/inc/strings.hrc:28
msgctxt "STR_TOOLBAR_VISIBLE_BUTTONS"
msgid "Visible ~Buttons"
msgstr "Иаарҧштәуп акнопкақәа"
-#: strings.hrc:29
+#: framework/inc/strings.hrc:29
msgctxt "STR_TOOLBAR_CUSTOMIZE_TOOLBAR"
msgid "~Customize Toolbar..."
msgstr "Амаругақәа рпанель архиара..."
-#: strings.hrc:30
+#: framework/inc/strings.hrc:30
msgctxt "STR_TOOLBAR_DOCK_TOOLBAR"
msgid "~Dock Toolbar"
msgstr ""
-#: strings.hrc:31
+#: framework/inc/strings.hrc:31
msgctxt "STR_TOOLBAR_DOCK_ALL_TOOLBARS"
msgid "Dock ~All Toolbars"
msgstr ""
-#: strings.hrc:32
+#: framework/inc/strings.hrc:32
msgctxt "STR_TOOLBAR_LOCK_TOOLBAR"
msgid "~Lock Toolbar Position"
msgstr ""
-#: strings.hrc:33
+#: framework/inc/strings.hrc:33
msgctxt "STR_TOOLBAR_CLOSE_TOOLBAR"
msgid "Close ~Toolbar"
msgstr "Иарктәуп амаругақәа рпанель"
-#: strings.hrc:34
+#: framework/inc/strings.hrc:34
msgctxt "STR_SAVECOPYDOC"
msgid "Save Copy ~as..."
msgstr "Иеиқәырхатәуп акопиа иаба(ишҧа)..."
-#: strings.hrc:35
+#: framework/inc/strings.hrc:35
msgctxt "STR_NODOCUMENT"
msgid "No Documents"
msgstr "Адокументқәа ыҟам"
-#: strings.hrc:36
+#: framework/inc/strings.hrc:36
msgctxt "STR_CLEAR_RECENT_FILES"
msgid "Clear List"
msgstr "Ирыцқьатәуп ахьӡынҵа"
-#: strings.hrc:37
+#: framework/inc/strings.hrc:37
msgctxt "STR_CLEAR_RECENT_FILES_HELP"
msgid "Clears the list with the most recently opened files. This action can not be undone."
msgstr ""
-#: strings.hrc:38
+#: framework/inc/strings.hrc:38
msgctxt "STR_REMOTE_TITLE"
msgid " (Remote)"
msgstr " (инахараны)"
-#: strings.hrc:39
+#: framework/inc/strings.hrc:39
msgctxt "STR_SAFEMODE_TITLE"
msgid " (Safe Mode)"
msgstr " (ишәарҭадоу арежим)"
-#: strings.hrc:40
+#: framework/inc/strings.hrc:40
msgctxt "STR_TOOLBAR_TITLE_ADDON"
msgid "Add-On %num%"
msgstr ""
-#: strings.hrc:41
+#: framework/inc/strings.hrc:41
msgctxt "STR_FULL_DISC_RETRY_BUTTON"
msgid "Retry"
msgstr "Аиҭаҟаҵара"
-#: strings.hrc:42
+#: framework/inc/strings.hrc:42
msgctxt "STR_FULL_DISC_MSG"
msgid ""
"%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n"
@@ -112,64 +112,64 @@ msgid ""
"\n"
msgstr ""
-#: strings.hrc:43
+#: framework/inc/strings.hrc:43
msgctxt "STR_RESTORE_TOOLBARS"
msgid "~Reset"
msgstr "Еиҭашьақәыргылатәуп"
-#: strings.hrc:44
+#: framework/inc/strings.hrc:44
msgctxt "STR_CORRUPT_UICFG_SHARE"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to reinstall the application."
msgstr ""
-#: strings.hrc:45
+#: framework/inc/strings.hrc:45
msgctxt "STR_CORRUPT_UICFG_USER"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to remove your user profile for the application."
msgstr ""
-#: strings.hrc:46
+#: framework/inc/strings.hrc:46
msgctxt "STR_CORRUPT_UICFG_GENERAL"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to remove your user profile for the application first or try to reinstall the application."
msgstr ""
-#: strings.hrc:47
+#: framework/inc/strings.hrc:47
msgctxt "STR_UNTITLED_DOCUMENT"
msgid "Untitled"
msgstr "Хьӡыда"
#. To translators: for displaying 'Multiple Languages' in the language statusbar control
-#: strings.hrc:49
+#: framework/inc/strings.hrc:49
msgctxt "STR_LANGSTATUS_MULTIPLE_LANGUAGES"
msgid "Multiple Languages"
msgstr "Абызшәақәа ҧыҭк"
-#: strings.hrc:50
+#: framework/inc/strings.hrc:50
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "Мап (аорфографиа гәаҭатәӡам)"
-#: strings.hrc:51
+#: framework/inc/strings.hrc:51
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr ""
-#: strings.hrc:52
+#: framework/inc/strings.hrc:52
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "Еиҭа..."
-#: strings.hrc:53
+#: framework/inc/strings.hrc:53
msgctxt "STR_SET_LANGUAGE_FOR_PARAGRAPH"
msgid "Set Language for Paragraph"
msgstr "Иқәыргылатәуп абызшәа абзацаз"
-#: strings.hrc:54
+#: framework/inc/strings.hrc:54
msgctxt "STR_LANGSTATUS_HINT"
msgid "Text Language. Right-click to set character or paragraph language"
msgstr ""
diff --git a/source/ab/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/ab/instsetoo_native/inc_openoffice/windows/msi_languages.po
index fcf1771b411..59f483ebcf0 100644
--- a/source/ab/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/ab/instsetoo_native/inc_openoffice/windows/msi_languages.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: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: 2017-12-29 15:18+0000\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
+"PO-Revision-Date: 2018-03-25 10:17+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1514560682.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521973025.000000\n"
#: ActionTe.ulf
msgctxt ""
@@ -2818,14 +2818,6 @@ msgctxt ""
msgid "The same version of this product is already installed."
msgstr "Ари аверсиа ықәыргылоуп."
-#: CustomAc.ulf
-msgctxt ""
-"CustomAc.ulf\n"
-"OOO_CUSTOMACTION_5\n"
-"LngText.text"
-msgid "[ProductName] cannot be installed on this Windows version. [WindowsMinVersionText] or newer is required."
-msgstr ""
-
#: Error.ulf
msgctxt ""
"Error.ulf\n"
@@ -2912,7 +2904,7 @@ msgctxt ""
"OOO_ERROR_11\n"
"LngText.text"
msgid "=== Logging started: [Date] [Time] ==="
-msgstr ""
+msgstr "=== Logging started: [Date] [Time] ==="
#: Error.ulf
msgctxt ""
@@ -2920,7 +2912,7 @@ msgctxt ""
"OOO_ERROR_12\n"
"LngText.text"
msgid "=== Logging stopped: [Date] [Time] ==="
-msgstr ""
+msgstr "=== Logging stopped: [Date] [Time] ==="
#: Error.ulf
msgctxt ""
@@ -3874,28 +3866,36 @@ msgctxt ""
msgid "The Installation Wizard cannot be run properly because you are logged in as a user without sufficient administrator rights for this system."
msgstr ""
-#: Property.ulf
+#: LaunchCo.ulf
msgctxt ""
-"Property.ulf\n"
-"OOO_ARPCONTACTTEMPLATE\n"
+"LaunchCo.ulf\n"
+"OOO_LAUNCH_2\n"
"LngText.text"
-msgid "LibreOffice Community"
+msgid "[ProductName] cannot be installed on this Windows version. [WindowsMinVersionText] or newer is required."
+msgstr ""
+
+#: LaunchCo.ulf
+msgctxt ""
+"LaunchCo.ulf\n"
+"OOO_LAUNCH_3\n"
+"LngText.text"
+msgid "To install [ProductName] on Windows 8.1, at least April 2014 update rollup (MS KB 2919355) must be installed."
msgstr ""
#: Property.ulf
msgctxt ""
"Property.ulf\n"
-"OOO_ARPHELPLINKTEMPLATE\n"
+"OOO_ARPCONTACTTEMPLATE\n"
"LngText.text"
-msgid "http://www.libreoffice.org/get-help"
-msgstr "http://www.libreoffice.org/get-help"
+msgid "LibreOffice Community"
+msgstr ""
#: Property.ulf
msgctxt ""
"Property.ulf\n"
-"OOO_ARPHELPTELEPHONETEMPLATE\n"
+"OOO_ARPHELPLINKTEMPLATE\n"
"LngText.text"
-msgid "x-xxx-xxx-xxx"
+msgid "https://www.libreoffice.org/get-help"
msgstr ""
#: Property.ulf
@@ -3903,7 +3903,7 @@ msgctxt ""
"Property.ulf\n"
"OOO_ARPURLINFOABOUTTEMPLATE\n"
"LngText.text"
-msgid "http://www.documentfoundation.org"
+msgid "https://www.libreoffice.org/"
msgstr ""
#: Property.ulf
@@ -3911,8 +3911,8 @@ msgctxt ""
"Property.ulf\n"
"OOO_ARPURLUPDATEINFOTEMPLATE\n"
"LngText.text"
-msgid "http://www.libreoffice.org/download"
-msgstr "http://www.libreoffice.org/download"
+msgid "https://www.libreoffice.org/download"
+msgstr ""
#: Property.ulf
msgctxt ""
diff --git a/source/ab/officecfg/registry/data/org/openoffice.po b/source/ab/officecfg/registry/data/org/openoffice.po
index fda5b8dd55f..03936da6675 100644
--- a/source/ab/officecfg/registry/data/org/openoffice.po
+++ b/source/ab/officecfg/registry/data/org/openoffice.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:41+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-11-26 09:53+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -93,5 +93,5 @@ msgctxt ""
"..Setup.Office.Factories.com.sun.star.report.ReportDefinition\n"
"ooSetupFactoryUIName\n"
"value.text"
-msgid "Base: Oracle Report Builder"
+msgid "Base: Report Builder"
msgstr ""
diff --git a/source/ab/officecfg/registry/data/org/openoffice/Office.po b/source/ab/officecfg/registry/data/org/openoffice/Office.po
index bcc5cc46059..50c3e0e72b7 100644
--- a/source/ab/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ab/officecfg/registry/data/org/openoffice/Office.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2018-02-09 17:19+0000\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"PO-Revision-Date: 2018-03-25 10:19+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1518196768.000000\n"
+"X-POOTLE-MTIME: 1521973189.000000\n"
#: Addons.xcu
msgctxt ""
@@ -733,7 +733,7 @@ msgctxt ""
".ExtendedColorScheme.EntryNames.SunReportBuilder\n"
"DisplayName\n"
"value.text"
-msgid "Oracle Report Builder"
+msgid "Report Builder"
msgstr ""
#: ExtendedColorScheme.xcu
@@ -2859,7 +2859,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "Birthdate"
-msgstr ""
+msgstr "АираАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -2868,7 +2868,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "Birthdate"
-msgstr ""
+msgstr "АираАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -3324,7 +3324,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "Birthdate"
-msgstr ""
+msgstr "АираАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -3333,7 +3333,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "Birthdate"
-msgstr ""
+msgstr "АираАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -4126,7 +4126,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "Birthdate"
-msgstr ""
+msgstr "АираАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -4135,7 +4135,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "Birthdate"
-msgstr ""
+msgstr "АираАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -4388,7 +4388,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "OrderDate"
-msgstr ""
+msgstr "АзаказАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -4397,7 +4397,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "OrderDate"
-msgstr ""
+msgstr "АзаказАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -4424,7 +4424,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "RequiredByDate"
-msgstr ""
+msgstr "ИаҭахуАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -4433,7 +4433,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "RequirDate"
-msgstr ""
+msgstr "ИаҭахуАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -4732,7 +4732,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "DateSold"
-msgstr ""
+msgstr "АҭираАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -5745,24 +5745,22 @@ msgid "BeginDate"
msgstr ""
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.business.Tables.projects.Fields.enddate\n"
"Name\n"
"value.text"
msgid "EndDate"
-msgstr "Аҵыхәтәантәи арыцхә"
+msgstr "АнҵәамҭаАрыцхә"
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.business.Tables.projects.Fields.enddate\n"
"ShortName\n"
"value.text"
msgid "EndDate"
-msgstr "Аҵыхәтәантәи арыцхә"
+msgstr "АнҵәамҭаАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -5906,7 +5904,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "BeginDate"
-msgstr ""
+msgstr "АлагамҭаАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -5915,7 +5913,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "BeginDate"
-msgstr ""
+msgstr "АлагамҭаАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -5936,24 +5934,22 @@ msgid "BeginTime"
msgstr ""
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.business.Tables.events.Fields.enddate\n"
"Name\n"
"value.text"
msgid "EndDate"
-msgstr "Аҵыхәтәантәи арыцхә"
+msgstr "АнҵәамҭаАрыцхә"
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.business.Tables.events.Fields.enddate\n"
"ShortName\n"
"value.text"
msgid "EndDate"
-msgstr "Аҵыхәтәантәи арыцхә"
+msgstr "АнҵәамҭаАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -6527,14 +6523,13 @@ msgid "EmployeeID"
msgstr ""
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.business.Tables.expenses.Fields.datepurchased\n"
"Name\n"
"value.text"
msgid "DatePurchased"
-msgstr "Арыцхә"
+msgstr "АзаказАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -6543,7 +6538,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "DatePurchd"
-msgstr ""
+msgstr "АзаказАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -7850,44 +7845,40 @@ msgid "Descrption"
msgstr "Ахҳәаа"
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.business.Tables.tasks.Fields.startdate\n"
"Name\n"
"value.text"
msgid "StartDate"
-msgstr "Алагамҭа арыцхә"
+msgstr "АлагамҭаАрыцхә"
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.business.Tables.tasks.Fields.startdate\n"
"ShortName\n"
"value.text"
msgid "StartDate"
-msgstr "Алагамҭа арыцхә"
+msgstr "АлагамҭаАрыцхә"
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.business.Tables.tasks.Fields.enddate\n"
"Name\n"
"value.text"
msgid "EndDate"
-msgstr "Аҵыхәтәантәи арыцхә"
+msgstr "АнҵәамҭаАрыцхә"
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.business.Tables.tasks.Fields.enddate\n"
"ShortName\n"
"value.text"
msgid "EndDate"
-msgstr "Аҵыхәтәантәи арыцхә"
+msgstr "АнҵәамҭаАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -8297,7 +8288,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "Birthdate"
-msgstr ""
+msgstr "АираАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -8306,7 +8297,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "Birthdate"
-msgstr ""
+msgstr "АираАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -8663,14 +8654,13 @@ msgid "SerialNo"
msgstr ""
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.private.Tables.householdinventory.Fields.datepurchased\n"
"Name\n"
"value.text"
msgid "DatePurchased"
-msgstr "Арыцхә"
+msgstr "АзаказАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -8679,7 +8669,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "DatePurch"
-msgstr ""
+msgstr "АзаказАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -9205,14 +9195,13 @@ msgid "WaterFreq"
msgstr ""
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.private.Tables.plants.Fields.datepurchased\n"
"Name\n"
"value.text"
msgid "DatePurchased"
-msgstr "Арыцхә"
+msgstr "АзаказАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -9221,7 +9210,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "DatePurch"
-msgstr ""
+msgstr "АзаказАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -10240,14 +10229,13 @@ msgid "NoofTracks"
msgstr ""
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.private.Tables.cdcollection.Fields.datepurchased\n"
"Name\n"
"value.text"
msgid "DatePurchased"
-msgstr "Арыцхә"
+msgstr "АзаказАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -10256,7 +10244,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "DatePurch"
-msgstr ""
+msgstr "АзаказАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -10524,14 +10512,13 @@ msgid "Pages"
msgstr "Адаҟьақәа"
#: TableWizard.xcu
-#, fuzzy
msgctxt ""
"TableWizard.xcu\n"
"..TableWizard.TableWizard.private.Tables.library.Fields.datepurchased\n"
"Name\n"
"value.text"
msgid "DatePurchased"
-msgstr "Арыцхә"
+msgstr "АзаказАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -10540,7 +10527,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "DatePurch"
-msgstr ""
+msgstr "АзаказАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -10728,7 +10715,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "Birthdate"
-msgstr ""
+msgstr "АираАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -10737,7 +10724,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "Birthdate"
-msgstr ""
+msgstr "АираАрыцхә"
#: TableWizard.xcu
msgctxt ""
@@ -10764,7 +10751,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "DateofDeath"
-msgstr ""
+msgstr "АираАрыцхә"
#: TableWizard.xcu
msgctxt ""
diff --git a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
index 7b060c59db0..6d048c01d6c 100644
--- a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-01-10 11:50+0100\n"
-"PO-Revision-Date: 2018-02-17 18:28+0000\n"
+"POT-Creation-Date: 2018-04-25 13:24+0200\n"
+"PO-Revision-Date: 2018-03-25 10:20+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1518892116.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521973247.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -81,6 +81,15 @@ msgstr "Ииастәуп ацәаҳәахьы..."
#: BasicIDECommands.xcu
msgctxt ""
"BasicIDECommands.xcu\n"
+"..BasicIDECommands.UserInterface.Commands..uno:RepeatSearch\n"
+"Label\n"
+"value.text"
+msgid "Repeat Search"
+msgstr ""
+
+#: BasicIDECommands.xcu
+msgctxt ""
+"BasicIDECommands.xcu\n"
"..BasicIDECommands.UserInterface.Commands..uno:ShowLines\n"
"Label\n"
"value.text"
@@ -435,8 +444,26 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
"Label\n"
"value.text"
+msgid "Clear"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
+"ContextLabel\n"
+"value.text"
msgid "Clear ~Direct Formatting"
-msgstr "Ирыцқьатәуп аформатркра"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Clear Direct Formatting"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -649,15 +676,6 @@ msgstr "Евро аконвертер"
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
-"Label\n"
-"value.text"
-msgid "~Protect Records..."
-msgstr ""
-
-#: CalcCommands.xcu
-msgctxt ""
-"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertExternalDataSource\n"
"Label\n"
"value.text"
@@ -1149,7 +1167,7 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:ConditionalFormatMenu\n"
"Label\n"
"value.text"
-msgid "C~onditional Formatting"
+msgid "C~onditional"
msgstr ""
#: CalcCommands.xcu
@@ -1173,6 +1191,15 @@ msgstr "Аҭагылазаашьа..."
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CurrentConditionalFormatDialog\n"
+"Label\n"
+"value.text"
+msgid "Conditional Formatting..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ColorScaleFormatDialog\n"
"Label\n"
"value.text"
@@ -1240,7 +1267,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Date..."
-msgstr ""
+msgstr "Арыцхә..."
#: CalcCommands.xcu
msgctxt ""
@@ -1254,6 +1281,15 @@ msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CurrentConditionalFormatManagerDialog\n"
+"Label\n"
+"value.text"
+msgid "Manage Conditional Formatting..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:Deselect\n"
"Label\n"
"value.text"
@@ -1812,6 +1848,15 @@ msgstr "Агәаҭара..."
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CurrentValidation\n"
+"Label\n"
+"value.text"
+msgid "Data ~Validation..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
"Label\n"
"value.text"
@@ -1852,8 +1897,17 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:TraceChangeMode\n"
"Label\n"
"value.text"
-msgid "~Record Changes"
-msgstr "Иҭаҩлатәуп аҧсахрақәа"
+msgid "~Record"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TraceChangeMode\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Record Track Changes"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -1861,8 +1915,17 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:ShowChanges\n"
"Label\n"
"value.text"
-msgid "~Show Changes..."
-msgstr "Иаарҧштәуп аҧсахрақәа..."
+msgid "~Show..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowChanges\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Show Track Changes"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -1979,7 +2042,7 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:ViewRowColumnHeaders\n"
"Label\n"
"value.text"
-msgid "C~olumn & Row Headers"
+msgid "View Headers"
msgstr ""
#: CalcCommands.xcu
@@ -2088,17 +2151,17 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:AcceptChanges\n"
"Label\n"
"value.text"
-msgid "~Manage Changes..."
+msgid "~Manage..."
msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:UnderlineDouble\n"
-"Label\n"
+"..CalcCommands.UserInterface.Commands..uno:AcceptChanges\n"
+"TooltipLabel\n"
"value.text"
-msgid "Underline: Double"
-msgstr "Аҵшьра: ҩынтәны"
+msgid "Manage Track Changes"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -2106,8 +2169,17 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:CommentChange\n"
"Label\n"
"value.text"
-msgid "~Comment on Change..."
-msgstr "Аҧсахрақәа акомментари рзура..."
+msgid "~Comment..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CommentChange\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Track Change Comment"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -2484,6 +2556,15 @@ msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineCurrentName\n"
+"Label\n"
+"value.text"
+msgid "~Manage Names..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertName\n"
"Label\n"
"value.text"
@@ -2982,15 +3063,6 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:DefineDBName\n"
"Label\n"
"value.text"
-msgid "~Define Data Range..."
-msgstr ""
-
-#: CalcCommands.xcu
-msgctxt ""
-"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:DefineDBName\n"
-"ContextLabel\n"
-"value.text"
msgid "~Define Range..."
msgstr ""
@@ -3000,17 +3072,8 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:SelectDB\n"
"Label\n"
"value.text"
-msgid "Select Data ~Range..."
-msgstr "Иалхтәуп адырқәа рдиапазон..."
-
-#: CalcCommands.xcu
-msgctxt ""
-"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:SelectDB\n"
-"ContextLabel\n"
-"value.text"
msgid "Select ~Range..."
-msgstr "Иалхтәуп адиапазон..."
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -3279,7 +3342,7 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:AlignHorizontalCenter\n"
"Label\n"
"value.text"
-msgid "Center Horizontally"
+msgid "Align Center"
msgstr ""
#: CalcCommands.xcu
@@ -3442,7 +3505,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Format as Date"
-msgstr ""
+msgstr "Аформат - арыцхә"
#: CalcCommands.xcu
msgctxt ""
@@ -3519,6 +3582,15 @@ msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatThousands\n"
+"Label\n"
+"value.text"
+msgid "Thousands Separator"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:EditLinks\n"
"Label\n"
"value.text"
@@ -3573,6 +3645,15 @@ msgstr "Адаҟьахь"
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToPage\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Anchor to p~age"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCell\n"
"Label\n"
"value.text"
@@ -3591,46 +3672,73 @@ msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:SendMailDocAsMS\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCell\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Anchor to ~cell (move with cell)"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize\n"
"Label\n"
"value.text"
-msgid "E-mail as ~Microsoft Excel..."
+msgid "Anchor: To Cell (~resize with cell)"
msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:SendMailDocAsOOo\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize\n"
+"ContextLabel\n"
+"value.text"
+msgid "To Cell (~resize with cell)"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Anchor to cell (move and ~resize with cell)"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SendMailDocAsMS\n"
"Label\n"
"value.text"
-msgid "E-mail as ~OpenDocument Spreadsheet..."
+msgid "E-mail as ~Microsoft Excel..."
msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:ShareDocument\n"
+"..CalcCommands.UserInterface.Commands..uno:SendMailDocAsOOo\n"
"Label\n"
"value.text"
-msgid "S~hare Spreadsheet..."
+msgid "E-mail as ~OpenDocument Spreadsheet..."
msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:ToggleSheetGrid\n"
+"..CalcCommands.UserInterface.Commands..uno:ShareDocument\n"
"Label\n"
"value.text"
-msgid "Toggle Grid Lines for Current Sheet"
+msgid "S~hare Spreadsheet..."
msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ToggleSheetGrid\n"
-"ContextLabel\n"
+"Label\n"
"value.text"
-msgid "Grid Lines for Sheet"
+msgid "View Grid Lines"
msgstr ""
#: CalcCommands.xcu
@@ -6852,6 +6960,24 @@ msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:PageMenu\n"
+"Label\n"
+"value.text"
+msgid "~Page"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:ShapeMenu\n"
+"Label\n"
+"value.text"
+msgid "~Shape"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:SlideMoveMenu\n"
"Label\n"
"value.text"
@@ -7423,7 +7549,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Date (fixed)"
-msgstr ""
+msgstr "Арыцхә (аҧсахра зымуа)"
#: DrawImpressCommands.xcu
msgctxt ""
@@ -7674,8 +7800,8 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Commands..uno:PageSetup\n"
"ContextLabel\n"
"value.text"
-msgid "~Page Properties..."
-msgstr "Адаҟьа аҷыдаҟазшьақәа..."
+msgid "Properties..."
+msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
@@ -7800,8 +7926,8 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Commands..uno:ImportFromFile\n"
"Label\n"
"value.text"
-msgid "~File..."
-msgstr "Афаил..."
+msgid "Insert Page from File..."
+msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
@@ -8104,6 +8230,15 @@ msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
+"Label\n"
+"value.text"
+msgid "Master Page..."
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:AssignLayout\n"
"Label\n"
"value.text"
@@ -9379,15 +9514,6 @@ msgstr "Атаблица аҷыдаҟазшьақәа..."
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Popups..uno:AutoSum\n"
-"Label\n"
-"value.text"
-msgid "Sum"
-msgstr "Аицҵалыҵ"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TableSort\n"
"Label\n"
"value.text"
@@ -9406,15 +9532,6 @@ msgstr "Атаблица..."
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Popups..uno:UnderlineDouble\n"
-"Label\n"
-"value.text"
-msgid "Double Underline "
-msgstr "Ҩынтәны аҵшьра"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:InsertAnnotation\n"
"Label\n"
"value.text"
@@ -15965,6 +16082,15 @@ msgstr "Аҵшьра"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:UnderlineDouble\n"
+"Label\n"
+"value.text"
+msgid "Double Underline"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Overline\n"
"Label\n"
"value.text"
@@ -16186,7 +16312,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:CenterPara\n"
"TooltipLabel\n"
"value.text"
-msgid "Center Horizontally"
+msgid "Align Center"
msgstr ""
#: GenericCommands.xcu
@@ -16788,6 +16914,15 @@ msgstr "Ахалагаратә шәагаа"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:FitCellSize\n"
+"Label\n"
+"value.text"
+msgid "~Fit to Cell Size"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:GridMenu\n"
"Label\n"
"value.text"
@@ -17423,16 +17558,16 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:ChangeCaseRotateCase\n"
"Label\n"
"value.text"
-msgid "Cycle Case (Title Case, UPPERCASE, lowercase)"
+msgid "Cycle Case"
msgstr ""
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ChangeCaseRotateCase\n"
-"ContextLabel\n"
+"TooltipLabel\n"
"value.text"
-msgid "Cycle Case"
+msgid "Cycle Case (Title Case, Sentence case, UPPERCASE, lowercase)"
msgstr ""
#: GenericCommands.xcu
@@ -17692,6 +17827,24 @@ msgstr ""
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ReadOnlyDoc\n"
+"Label\n"
+"value.text"
+msgid "Read Only Mode"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ReadOnlyDoc\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Toggle Read Only Mode"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:InsertImageControl\n"
"Label\n"
"value.text"
@@ -17795,7 +17948,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Date Field"
-msgstr ""
+msgstr "Арыцхә аҭакыра"
#: GenericCommands.xcu
msgctxt ""
@@ -18570,8 +18723,8 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:FormatFormMenu\n"
"Label\n"
"value.text"
-msgid "~Form"
-msgstr "Аформа"
+msgid "Fo~rm"
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
@@ -19918,6 +20071,24 @@ msgstr ""
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
+"Label\n"
+"value.text"
+msgid "~Protect..."
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect Track Changes"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:CompareDocuments\n"
"Label\n"
"value.text"
@@ -20112,7 +20283,25 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:SetDefault\n"
"Label\n"
"value.text"
-msgid "~Default Formatting"
+msgid "Clear"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:SetDefault\n"
+"ContextLabel\n"
+"value.text"
+msgid "Clear ~Direct Formatting"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:SetDefault\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Clear Direct Formatting"
msgstr ""
#: GenericCommands.xcu
@@ -21341,7 +21530,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Date Field"
-msgstr ""
+msgstr "Арыцхә аҭакыра"
#: GenericCommands.xcu
msgctxt ""
@@ -21962,7 +22151,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:ToolbarMode\n"
"Label\n"
"value.text"
-msgid "Toolbar ~Layout"
+msgid "User ~Interface"
msgstr ""
#: GenericCommands.xcu
@@ -22220,6 +22409,15 @@ msgstr ""
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:AutoSum\n"
+"Label\n"
+"value.text"
+msgid "Sum"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ThesaurusFromContext\n"
"Label\n"
"value.text"
@@ -22829,7 +23027,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:ClassificationApply\n"
"Label\n"
"value.text"
-msgid "Apply Document Classification"
+msgid "Apply document classification"
msgstr ""
#: GenericCommands.xcu
@@ -22838,7 +23036,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:ClassificationDialog\n"
"Label\n"
"value.text"
-msgid "Classification Dialog"
+msgid "Manage document classification"
msgstr ""
#: GenericCommands.xcu
@@ -22847,7 +23045,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:ParagraphClassificationDialog\n"
"Label\n"
"value.text"
-msgid "Paragraph Classification Dialog"
+msgid "Manage paragraph classification"
msgstr ""
#: GenericCommands.xcu
@@ -22913,6 +23111,42 @@ msgctxt ""
msgid "Navigate"
msgstr ""
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:BreaksMenu\n"
+"Label\n"
+"value.text"
+msgid "More Breaks"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InsertSignatureLine\n"
+"Label\n"
+"value.text"
+msgid "Signatu~re Line..."
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:EditSignatureLine\n"
+"Label\n"
+"value.text"
+msgid "Edit Signature ~Line..."
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:SignSignatureLine\n"
+"Label\n"
+"value.text"
+msgid "~Sign Signature Line..."
+msgstr ""
+
#: ImpressWindowState.xcu
msgctxt ""
"ImpressWindowState.xcu\n"
@@ -23670,7 +23904,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~AutoUpdate Display"
-msgstr ""
+msgstr "Аекран авторҿыцра"
#: MathCommands.xcu
msgctxt ""
@@ -23999,132 +24233,6 @@ msgctxt ""
msgid "Full Screen"
msgstr ""
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.Tabbed\n"
-"Label\n"
-"value.text"
-msgid "Tabbed"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.TabbedCompact\n"
-"Label\n"
-"value.text"
-msgid "Tabbed Compact"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.GroupedbarCompact\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Compact"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.GroupedbarFull\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Full"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.Groups\n"
-"Label\n"
-"value.text"
-msgid "Contextual groups"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.Single\n"
-"Label\n"
-"value.text"
-msgid "Contextual single"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.Tabbed\n"
-"Label\n"
-"value.text"
-msgid "Tabbed"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.GroupedbarCompact\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Compact"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.GroupedbarFull\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Full"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.Groups\n"
-"Label\n"
-"value.text"
-msgid "Contextual groups"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.Tabbed\n"
-"Label\n"
-"value.text"
-msgid "Tabbed"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.Groups\n"
-"Label\n"
-"value.text"
-msgid "Contextual groups"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.GroupedbarCompact\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Compact"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.GroupedbarFull\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Full"
-msgstr ""
-
#: ReportCommands.xcu
msgctxt ""
"ReportCommands.xcu\n"
@@ -25098,348 +25206,238 @@ msgctxt ""
msgid "Character"
msgstr "Асимволқәа"
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:AddDirect\n"
-"Label\n"
-"value.text"
-msgid "~New"
-msgstr "Иаҧҵатәуп"
-
-#: StartModuleCommands.xcu
+#: StartModuleWindowState.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:CloseDoc\n"
-"Label\n"
+"StartModuleWindowState.xcu\n"
+"..StartModuleWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
+"UIName\n"
"value.text"
-msgid "~Close"
-msgstr "Иарктәуп"
+msgid "Standard"
+msgstr "Истандарту"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:CloseWin\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Close Window"
+msgid "Standard Toolbar"
msgstr ""
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Copy\n"
-"Label\n"
-"value.text"
-msgid "~Copy"
-msgstr "Акопиа ахыхтәуп"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Cut\n"
-"Label\n"
-"value.text"
-msgid "~Cut"
-msgstr "Игәылҧҟатәуп"
-
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:ExtendedHelp\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
"Label\n"
"value.text"
-msgid "What's ~This?"
+msgid "Single Toolbar"
msgstr ""
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:HelpIndex\n"
-"Label\n"
-"value.text"
-msgid "%PRODUCTNAME ~Help"
-msgstr "%PRODUCTNAME иазку аилыркаага"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:NewDoc\n"
-"Label\n"
-"value.text"
-msgid "New Document From Template"
-msgstr "Адокумент ҿыц, шаблонла"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Open\n"
-"Label\n"
-"value.text"
-msgid "~Open..."
-msgstr "Иаарттәуп..."
-
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:OpenUrl\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
"Label\n"
"value.text"
-msgid "Load URL"
+msgid "Sidebar"
msgstr ""
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Paste\n"
-"Label\n"
-"value.text"
-msgid "~Paste"
-msgstr "Ибжьаргылатәуп"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Print\n"
-"Label\n"
-"value.text"
-msgid "~Print..."
-msgstr "Акьыҧхьра..."
-
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:PrinterSetup\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.ContextualGroups\n"
"Label\n"
"value.text"
-msgid "P~rinter Settings..."
+msgid "Contextual groups"
msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Quit\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.ContextualSingle\n"
"Label\n"
"value.text"
-msgid "E~xit"
+msgid "Contextual Single"
msgstr ""
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Save\n"
-"Label\n"
-"value.text"
-msgid "~Save"
-msgstr "Иеиқәырхатәуп"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:SaveAs\n"
-"Label\n"
-"value.text"
-msgid "Save ~As..."
-msgstr "Иеиқәырхатәуп иаба(ишҧа)..."
-
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:SendMail\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Tabbed\n"
"Label\n"
"value.text"
-msgid "Document as ~E-mail..."
+msgid "Tabbed"
msgstr ""
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:SetDocumentProperties\n"
-"Label\n"
-"value.text"
-msgid "Propert~ies..."
-msgstr "Аҷыдаҟазшьақәа..."
-
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Undo\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.TabbedCompact\n"
"Label\n"
"value.text"
-msgid "Undo"
-msgstr "Иаҟәыхтәуп"
+msgid "Tabbed Compact"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:EditMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.GroupedbarCompact\n"
"Label\n"
"value.text"
-msgid "~Edit"
-msgstr "~Ариашара"
+msgid "Groupedbar Compact"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:HelpMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.GroupedbarFull\n"
"Label\n"
"value.text"
-msgid "~Help"
-msgstr "~Аилыркаага"
+msgid "Groupedbar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:MacrosMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
"Label\n"
"value.text"
-msgid "~Macros"
-msgstr "Амакросқәа"
+msgid "Standard Toolbar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:PickList\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
"Label\n"
"value.text"
-msgid "~File"
-msgstr "~Афаил"
+msgid "Single Toolbar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:ToolsMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
"Label\n"
"value.text"
-msgid "~Tools"
+msgid "Sidebar"
msgstr ""
-#: StartModuleCommands.xcu
-#, fuzzy
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:ViewMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.ContextualGroups\n"
"Label\n"
"value.text"
-msgid "~View"
-msgstr "Ахәаҧшра"
+msgid "Contextual groups"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:WindowList\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Tabbed\n"
"Label\n"
"value.text"
-msgid "~Window"
+msgid "Tabbed"
msgstr ""
-#: StartModuleWindowState.xcu
-msgctxt ""
-"StartModuleWindowState.xcu\n"
-"..StartModuleWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
-"UIName\n"
-"value.text"
-msgid "Standard"
-msgstr "Истандарту"
-
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"..ToolbarMode.Applications.Calc.Modes.GroupedbarCompact\n"
"Label\n"
"value.text"
-msgid "Default"
-msgstr "Астандарт"
+msgid "Groupedbar Compact"
+msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"..ToolbarMode.Applications.Calc.Modes.GroupedbarFull\n"
"Label\n"
"value.text"
-msgid "Single Toolbar"
+msgid "Groupedbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Sidebar"
+msgid "Standard Toolbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
"Label\n"
"value.text"
-msgid "Notebookbar"
+msgid "Single Toolbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"..ToolbarMode.Applications.Impress.Modes.ContextualGroups\n"
"Label\n"
"value.text"
-msgid "Default"
-msgstr "Астандарт"
+msgid "Contextual groups"
+msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"..ToolbarMode.Applications.Impress.Modes.Tabbed\n"
"Label\n"
"value.text"
-msgid "Single Toolbar"
+msgid "Tabbed"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"..ToolbarMode.Applications.Impress.Modes.GroupedbarCompact\n"
"Label\n"
"value.text"
-msgid "Sidebar"
+msgid "Groupedbar Compact"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"..ToolbarMode.Applications.Impress.Modes.GroupedbarFull\n"
"Label\n"
"value.text"
-msgid "Notebookbar"
+msgid "Groupedbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"..ToolbarMode.Applications.Draw.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Default"
-msgstr "Астандарт"
+msgid "Standard Toolbar"
+msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"..ToolbarMode.Applications.Formula.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Single Toolbar"
+msgid "Standard Toolbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"..ToolbarMode.Applications.Base.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Notebookbar"
+msgid "Standard Toolbar"
msgstr ""
#: WriterCommands.xcu
@@ -25762,24 +25760,6 @@ msgstr ""
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
-"Label\n"
-"value.text"
-msgid "~Protect..."
-msgstr ""
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Protect Track Changes"
-msgstr ""
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:RejectTrackedChange\n"
"Label\n"
"value.text"
@@ -25997,11 +25977,29 @@ msgstr ""
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:ShowInlineTooltips\n"
+"Label\n"
+"value.text"
+msgid "T~ooltips"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:ShowInlineTooltips\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Show change authorship in tooltips"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:GotoPage\n"
"Label\n"
"value.text"
-msgid "Go t~o Page"
-msgstr "Ииастәуп адаҟьахь"
+msgid "Go t~o Page..."
+msgstr ""
#: WriterCommands.xcu
msgctxt ""
@@ -26725,8 +26723,8 @@ msgctxt ""
"..WriterCommands.UserInterface.Commands..uno:InsertAuthorField\n"
"Label\n"
"value.text"
-msgid "~Author"
-msgstr "Автор"
+msgid "First ~Author"
+msgstr ""
#: WriterCommands.xcu
msgctxt ""
@@ -26785,15 +26783,6 @@ msgstr "Адаҟьа астиль"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:UnderlineDouble\n"
-"Label\n"
-"value.text"
-msgid "Double Underline "
-msgstr "Ҩынтәны аҵшьра"
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:AutoFormatRedlineApply\n"
"Label\n"
"value.text"
@@ -29131,15 +29120,6 @@ msgstr ""
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:AutoSum\n"
-"Label\n"
-"value.text"
-msgid "Sum"
-msgstr "Аицҵалыҵ"
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:GotoNextTableFormula\n"
"Label\n"
"value.text"
@@ -29494,6 +29474,33 @@ msgstr ""
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatPaintbrush\n"
+"Label\n"
+"value.text"
+msgid "Clone"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatPaintbrush\n"
+"ContextLabel\n"
+"value.text"
+msgid "Clone Formatting"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatPaintbrush\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Clone Formatting (double click and Ctrl or Cmd to alter behavior)"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Popups..uno:TableMenu\n"
"Label\n"
"value.text"
@@ -29588,7 +29595,7 @@ msgctxt ""
"..WriterCommands.UserInterface.Popups..uno:WordCountDialog\n"
"Label\n"
"value.text"
-msgid "~Word Count"
+msgid "~Word Count..."
msgstr ""
#: WriterCommands.xcu
diff --git a/source/ab/readlicense_oo/docs.po b/source/ab/readlicense_oo/docs.po
index 4afdee75225..f4e3153e660 100644
--- a/source/ab/readlicense_oo/docs.po
+++ b/source/ab/readlicense_oo/docs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
"PO-Revision-Date: 2017-12-29 15:26+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514561164.000000\n"
#: readme.xrm
@@ -28,8 +28,8 @@ msgctxt ""
"readme.xrm\n"
"LatestUpdates\n"
"readmeitem.text"
-msgid "For the latest updates to this readme file, see <a href=\"http://www.libreoffice.org/welcome/readme.html\">http://www.libreoffice.org/welcome/readme.html</a>"
-msgstr "Афаил иактуалу аверсиа readme: <a href=\"http://www.libreoffice.org/welcome/readme.html\">http://www.libreoffice.org/welcome/readme.html</a>"
+msgid "For the latest updates to this readme file, see <a href=\"https://www.libreoffice.org/welcome/readme.html\">https://www.libreoffice.org/welcome/readme.html</a>"
+msgstr ""
#: readme.xrm
msgctxt ""
@@ -44,7 +44,7 @@ msgctxt ""
"readme.xrm\n"
"A7\n"
"readmeitem.text"
-msgid "The ${PRODUCTNAME} community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the ${PRODUCTNAME} site, where you will find lots of information about the ${PRODUCTNAME} project and the communities that exist around it. Go to <a href=\"http://www.libreoffice.org/\">http://www.libreoffice.org/</a>."
+msgid "The ${PRODUCTNAME} community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the ${PRODUCTNAME} site, where you will find lots of information about the ${PRODUCTNAME} project and the communities that exist around it. Go to <a href=\"https://www.libreoffice.org/\">https://www.libreoffice.org/</a>."
msgstr ""
#: readme.xrm
@@ -84,7 +84,7 @@ msgctxt ""
"readme.xrm\n"
"A13b\n"
"readmeitem.text"
-msgid "If you appreciate their efforts, and would like to ensure that ${PRODUCTNAME} continues to be available far into the future, please consider contributing to the project - see <a href=\"http://www.documentfoundation.org/contribution/\">http://www.documentfoundation.org/contribution/</a> for details. Everyone can make a contribution of some kind."
+msgid "If you appreciate their efforts, and would like to ensure that ${PRODUCTNAME} continues to be available far into the future, please consider contributing to the project - see <a href=\"https://www.documentfoundation.org/contribution/\">https://www.documentfoundation.org/contribution/</a> for details. Everyone can make a contribution of some kind."
msgstr ""
#: readme.xrm
@@ -124,7 +124,7 @@ msgctxt ""
"readme.xrm\n"
"s2s3sdf21\n"
"readmeitem.text"
-msgid "Microsoft Windows 7, 8.x, or 10"
+msgid "Microsoft Windows 7 SP1, 8, 8.1 Update (S14) or 10"
msgstr ""
#: readme.xrm
@@ -404,7 +404,7 @@ msgctxt ""
"readme.xrm\n"
"otherinstall2\n"
"readmeitem.text"
-msgid "The RPMS (or DEBS, respectively) directory also contains a package named libreoffice${PRODUCTVERSION}-freedesktop-menus-${PRODUCTVERSION}.0.1-1.noarch.rpm (or libreoffice${PRODUCTVERSION}-debian-menus_${PRODUCTVERSION}.0.1-1_all.deb, respectively, or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (<a href=\"http://en.wikipedia.org/wiki/Freedesktop.org\">http://en.wikipedia.org/wiki/Freedesktop.org</a>), and is provided for installation on other Linux distributions not covered in the aforementioned instructions."
+msgid "The RPMS (or DEBS, respectively) directory also contains a package named libreoffice${PRODUCTVERSION}-freedesktop-menus-${PRODUCTVERSION}.0.1-1.noarch.rpm (or libreoffice${PRODUCTVERSION}-debian-menus_${PRODUCTVERSION}.0.1-1_all.deb, respectively, or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (<a href=\"https://en.wikipedia.org/wiki/Freedesktop.org\">https://en.wikipedia.org/wiki/Freedesktop.org</a>), and is provided for installation on other Linux distributions not covered in the aforementioned instructions."
msgstr ""
#: readme.xrm
@@ -644,7 +644,7 @@ msgctxt ""
"readme.xrm\n"
"pji76w1\n"
"readmeitem.text"
-msgid "When sending a document via 'File - Send - Document as E-mail' or 'Document as PDF Attachment' problems might occur (program crashes or hangs). This is due to the Windows system file \"Mapi\" (Messaging Application Programming Interface) which causes problems in some file versions. Unfortunately, the problem cannot be narrowed down to a certain version number. For more information visit <a href=\"http://www.microsoft.com\">http://www.microsoft.com</a> to search the Microsoft Knowledge Base for \"mapi dll\"."
+msgid "When sending a document via 'File - Send - Document as E-mail' or 'Document as PDF Attachment' problems might occur (program crashes or hangs). This is due to the Windows system file \"Mapi\" (Messaging Application Programming Interface) which causes problems in some file versions. Unfortunately, the problem cannot be narrowed down to a certain version number. For more information visit <a href=\"https://www.microsoft.com\">https://www.microsoft.com</a> to search the Microsoft Knowledge Base for \"mapi dll\"."
msgstr ""
#: readme.xrm
@@ -660,7 +660,7 @@ msgctxt ""
"readme.xrm\n"
"access7\n"
"readmeitem.text"
-msgid "For more information on the accessibility features in ${PRODUCTNAME}, see <a href=\"http://www.libreoffice.org/accessibility/\">http://www.libreoffice.org/accessibility/</a>"
+msgid "For more information on the accessibility features in ${PRODUCTNAME}, see <a href=\"https://www.libreoffice.org/accessibility/\">https://www.libreoffice.org/accessibility/</a>"
msgstr ""
#: readme.xrm
@@ -676,7 +676,7 @@ msgctxt ""
"readme.xrm\n"
"support1\n"
"readmeitem.text"
-msgid "The main support page <a href=\"http://www.libreoffice.org/support/\">http://www.libreoffice.org/support/</a> offers various possibilities for help with ${PRODUCTNAME}. Your question may have already been answered - check the Community Forum at <a href=\"http://www.documentfoundation.org/nabble/\">http://www.documentfoundation.org/nabble/</a> or search the archives of the 'users@libreoffice.org' mailing list at <a href=\"http://www.libreoffice.org/lists/users/\">http://www.libreoffice.org/lists/users/</a>. Alternatively, you can send in your questions to <a href=\"mailto:users@libreoffice.org\">users@libreoffice.org</a>. If you like to subscribe to the list (to get email responses), send an empty mail to: <a href=\"mailto:users+subscribe@libreoffice.org\">users+subscribe@libreoffice.org</a>."
+msgid "The <a href=\"https://www.libreoffice.org/get-help/community-support/\">main support page</a> offers various possibilities for help with ${PRODUCTNAME}. Your question may have already been answered - check the Community Forum at <a href=\"https://www.documentfoundation.org/nabble/\">https://www.documentfoundation.org/nabble/</a> or search the archives of the 'users@libreoffice.org' mailing list at <a href=\"https://www.libreoffice.org/lists/users/\">https://www.libreoffice.org/lists/users/</a>. Alternatively, you can send in your questions to <a href=\"mailto:users@libreoffice.org\">users@libreoffice.org</a>. If you like to subscribe to the list (to get email responses), send an empty mail to: <a href=\"mailto:users+subscribe@libreoffice.org\">users+subscribe@libreoffice.org</a>."
msgstr ""
#: readme.xrm
@@ -684,7 +684,7 @@ msgctxt ""
"readme.xrm\n"
"faq\n"
"readmeitem.text"
-msgid "Also check the FAQ section at <a href=\"http://www.libreoffice.org/faq/\">http://www.libreoffice.org/faq/.</a>"
+msgid "Also check the FAQ section at <a href=\"https://www.libreoffice.org/get-help/frequently-asked-questions/\">the LibreOffice website</a>."
msgstr ""
#: readme.xrm
@@ -700,7 +700,7 @@ msgctxt ""
"readme.xrm\n"
"reportbugs1\n"
"readmeitem.text"
-msgid "Our system for reporting, tracking and solving bugs is currently BugZilla, kindly hosted at <a href=\"https://bugs.libreoffice.org/\">https://bugs.libreoffice.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}."
+msgid "Our system for reporting, tracking and solving bugs is currently Bugzilla, hosted at <a href=\"http://bugs.documentfoundation.org/\">http://bugs.documentfoundation.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}."
msgstr ""
#: readme.xrm
@@ -724,7 +724,7 @@ msgctxt ""
"readme.xrm\n"
"gettingimvolved3\n"
"readmeitem.text"
-msgid "As a user, you are already a valuable part of the suite's development process and we would like to encourage you to take an even more active role with a view to being a long-term contributor to the community. Please join and check out the contributing page at <a href=\"http://www.libreoffice.org/contribution/\">http://www.libreoffice.org/contribution/</a>"
+msgid "As a user, you are already a valuable part of the suite's development process and we would like to encourage you to take an even more active role with a view to being a long-term contributor to the community. Please join and check out the contributing page at <a href=\"https://www.libreoffice.org/community/get-involved/\">the LibreOffice website</a>."
msgstr ""
#: readme.xrm
@@ -740,7 +740,7 @@ msgctxt ""
"readme.xrm\n"
"howtostart1\n"
"readmeitem.text"
-msgid "The best way to start contributing is to subscribe to one or more of the mailing lists, lurk for a while, and gradually use the mail archives to familiarize yourself with many of the topics covered since the ${PRODUCTNAME} source code was released back in October 2000. When you're comfortable, all you need to do is send an email self-introduction and jump right in. If you are familiar with Open Source Projects, check out our To-Dos list and see if there is anything you would like to help with at <a href=\"http://www.libreoffice.org/develop/\">http://www.libreoffice.org/develop/</a>."
+msgid "The best way to start contributing is to subscribe to one or more of the mailing lists, lurk for a while, and gradually use the mail archives to familiarize yourself with many of the topics covered since the ${PRODUCTNAME} source code was released back in October 2000. When you're comfortable, all you need to do is send an email self-introduction and jump right in. If you are familiar with Open Source Projects, check out our To-Dos list and see if there is anything you would like to help with at <a href=\"https://www.libreoffice.org/community/developers/\">the LibreOffice website</a>."
msgstr ""
#: readme.xrm
@@ -756,7 +756,7 @@ msgctxt ""
"readme.xrm\n"
"subscribe1\n"
"readmeitem.text"
-msgid "Here are a few of the mailing lists to which you can subscribe at <a href=\"http://www.libreoffice.org/contribution/\">http://www.libreoffice.org/contribution/</a>"
+msgid "Here are a few of the mailing lists to which you can subscribe at <a href=\"https://www.libreoffice.org/get-help/mailing-lists/\">https://www.libreoffice.org/get-help/mailing-lists/</a>"
msgstr ""
#: readme.xrm
diff --git a/source/ab/reportdesign/messages.po b/source/ab/reportdesign/messages.po
index c581d5c55b8..0119a9e2f34 100644
--- a/source/ab/reportdesign/messages.po
+++ b/source/ab/reportdesign/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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2017-12-29 10:18+0000\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
+"PO-Revision-Date: 2018-03-25 10:21+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -12,1306 +12,1306 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1514542736.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521973275.000000\n"
-#: stringarray.hrc:17
+#: reportdesign/inc/stringarray.hrc:17
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "None"
msgstr "Мап"
-#: stringarray.hrc:18
+#: reportdesign/inc/stringarray.hrc:18
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "Before Section"
msgstr ""
-#: stringarray.hrc:19
+#: reportdesign/inc/stringarray.hrc:19
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "After Section"
msgstr ""
-#: stringarray.hrc:20
+#: reportdesign/inc/stringarray.hrc:20
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "Before & After Section"
msgstr ""
-#: stringarray.hrc:26
+#: reportdesign/inc/stringarray.hrc:26
msgctxt "RID_STR_GROUPKEEPTOGETHER_CONST"
msgid "Per Page"
msgstr "Адаҟьаҟны"
-#: stringarray.hrc:27
+#: reportdesign/inc/stringarray.hrc:27
msgctxt "RID_STR_GROUPKEEPTOGETHER_CONST"
msgid "Per Column"
msgstr ""
-#: stringarray.hrc:33
+#: reportdesign/inc/stringarray.hrc:33
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "All Pages"
msgstr "Адаҟьақәа зегьы"
-#: stringarray.hrc:34
+#: reportdesign/inc/stringarray.hrc:34
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Header"
msgstr ""
-#: stringarray.hrc:35
+#: reportdesign/inc/stringarray.hrc:35
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Footer"
msgstr ""
-#: stringarray.hrc:36
+#: reportdesign/inc/stringarray.hrc:36
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Header/Footer"
msgstr ""
-#: stringarray.hrc:42
+#: reportdesign/inc/stringarray.hrc:42
msgctxt "RID_STR_TYPE_CONST"
msgid "Field or Formula"
msgstr "Аҭакыра ма аформула"
-#: stringarray.hrc:43
+#: reportdesign/inc/stringarray.hrc:43
msgctxt "RID_STR_TYPE_CONST"
msgid "Function"
msgstr "Афункциа"
-#: stringarray.hrc:44
+#: reportdesign/inc/stringarray.hrc:44
msgctxt "RID_STR_TYPE_CONST"
msgid "Counter"
msgstr "Аҧхьаӡага"
-#: stringarray.hrc:45
+#: reportdesign/inc/stringarray.hrc:45
msgctxt "RID_STR_TYPE_CONST"
msgid "User defined Function"
msgstr "Ахархәаҩ ифункциа"
-#: stringarray.hrc:51
+#: reportdesign/inc/stringarray.hrc:51
msgctxt "RID_STR_BOOL"
msgid "No"
msgstr "Мап"
-#: stringarray.hrc:52
+#: reportdesign/inc/stringarray.hrc:52
msgctxt "RID_STR_BOOL"
msgid "Yes"
msgstr "Ааи"
-#: stringarray.hrc:58
+#: reportdesign/inc/stringarray.hrc:58
msgctxt "RID_STR_KEEPTOGETHER_CONST"
msgid "No"
msgstr "Мап"
-#: stringarray.hrc:59
+#: reportdesign/inc/stringarray.hrc:59
msgctxt "RID_STR_KEEPTOGETHER_CONST"
msgid "Whole Group"
msgstr ""
-#: stringarray.hrc:60
+#: reportdesign/inc/stringarray.hrc:60
msgctxt "RID_STR_KEEPTOGETHER_CONST"
msgid "With First Detail"
msgstr ""
-#: stringarray.hrc:66
+#: reportdesign/inc/stringarray.hrc:66
msgctxt "RID_STR_VERTICAL_ALIGN_CONST"
msgid "Top"
msgstr "Хыхьла"
-#: stringarray.hrc:67
+#: reportdesign/inc/stringarray.hrc:67
msgctxt "RID_STR_VERTICAL_ALIGN_CONST"
msgid "Middle"
msgstr "Агәҭа ала"
-#: stringarray.hrc:68
+#: reportdesign/inc/stringarray.hrc:68
msgctxt "RID_STR_VERTICAL_ALIGN_CONST"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: stringarray.hrc:74
+#: reportdesign/inc/stringarray.hrc:74
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Left"
msgstr "Арымарахь"
-#: stringarray.hrc:75
+#: reportdesign/inc/stringarray.hrc:75
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Right"
msgstr "Арыӷьарахь"
-#: stringarray.hrc:76
+#: reportdesign/inc/stringarray.hrc:76
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Block"
msgstr "Аблок"
-#: stringarray.hrc:77
+#: reportdesign/inc/stringarray.hrc:77
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Center"
msgstr "Ацентр ала"
-#: strings.hrc:25
+#: reportdesign/inc/strings.hrc:25
msgctxt "RID_STR_PROPPAGE_DEFAULT"
msgid "General"
msgstr "Азеиҧшқәа"
-#: strings.hrc:26
+#: reportdesign/inc/strings.hrc:26
msgctxt "RID_STR_PROPPAGE_DATA"
msgid "Data"
msgstr "Адырқәа"
-#: strings.hrc:27
+#: reportdesign/inc/strings.hrc:27
msgctxt "RID_STR_FORCENEWPAGE"
msgid "Force New Page"
msgstr "Адаҟьа ҿыц"
-#: strings.hrc:28
+#: reportdesign/inc/strings.hrc:28
msgctxt "RID_STR_NEWROWORCOL"
msgid "New Row Or Column"
msgstr "Иҿыцу ацәаҳәа/аиҵагыла"
-#: strings.hrc:29
+#: reportdesign/inc/strings.hrc:29
msgctxt "RID_STR_KEEPTOGETHER"
msgid "Keep Together"
msgstr ""
-#: strings.hrc:30
+#: reportdesign/inc/strings.hrc:30
msgctxt "RID_STR_CANGROW"
msgid "Can Grow"
msgstr ""
-#: strings.hrc:31
+#: reportdesign/inc/strings.hrc:31
msgctxt "RID_STR_CANSHRINK"
msgid "Can Shrink"
msgstr ""
-#: strings.hrc:32
+#: reportdesign/inc/strings.hrc:32
msgctxt "RID_STR_REPEATSECTION"
msgid "Repeat Section"
msgstr ""
-#: strings.hrc:33
+#: reportdesign/inc/strings.hrc:33
msgctxt "RID_STR_PRINTREPEATEDVALUES"
msgid "Print repeated values"
msgstr ""
-#: strings.hrc:34
+#: reportdesign/inc/strings.hrc:34
msgctxt "RID_STR_CONDITIONALPRINTEXPRESSION"
msgid "Conditional Print Expression"
msgstr ""
-#: strings.hrc:35
+#: reportdesign/inc/strings.hrc:35
msgctxt "RID_STR_STARTNEWCOLUMN"
msgid "Start new column"
msgstr "Иалагатәуп, аиҵагыла ҿыц"
-#: strings.hrc:36
+#: reportdesign/inc/strings.hrc:36
msgctxt "RID_STR_STARTNEWPAGE"
msgid "Start new page"
msgstr "Иалагатәуп, адаҟьа ҿыц"
-#: strings.hrc:37
+#: reportdesign/inc/strings.hrc:37
msgctxt "RID_STR_RESETPAGENUMBER"
msgid "Reset page number"
msgstr "Иқәгатәуп адаҟьақәа рыҧхьаӡага"
-#: strings.hrc:38
+#: reportdesign/inc/strings.hrc:38
msgctxt "RID_STR_CHARTTYPE"
msgid "Chart type"
msgstr "Адиаграмма атип"
-#: strings.hrc:39
+#: reportdesign/inc/strings.hrc:39
msgctxt "RID_STR_PRINTWHENGROUPCHANGE"
msgid "Print repeated value on group change"
msgstr ""
-#: strings.hrc:40
+#: reportdesign/inc/strings.hrc:40
msgctxt "RID_STR_VISIBLE"
msgid "Visible"
msgstr ""
-#: strings.hrc:41
+#: reportdesign/inc/strings.hrc:41
msgctxt "RID_STR_GROUPKEEPTOGETHER"
msgid "Group keep together"
msgstr ""
-#: strings.hrc:42
+#: reportdesign/inc/strings.hrc:42
msgctxt "RID_STR_PAGEHEADEROPTION"
msgid "Page header"
msgstr "Хыхьтәи аколонтитул"
-#: strings.hrc:43
+#: reportdesign/inc/strings.hrc:43
msgctxt "RID_STR_PAGEFOOTEROPTION"
msgid "Page footer"
msgstr "Ҵаҟатәи аколонтитул"
-#: strings.hrc:44
+#: reportdesign/inc/strings.hrc:44
msgctxt "RID_STR_DEEPTRAVERSING"
msgid "Deep traversing"
msgstr ""
-#: strings.hrc:45
+#: reportdesign/inc/strings.hrc:45
msgctxt "RID_STR_PREEVALUATED"
msgid "Pre evaluation"
msgstr ""
-#: strings.hrc:46
+#: reportdesign/inc/strings.hrc:46
msgctxt "RID_STR_POSITIONX"
msgid "Position X"
msgstr "X аҭыҧ"
-#: strings.hrc:47
+#: reportdesign/inc/strings.hrc:47
msgctxt "RID_STR_POSITIONY"
msgid "Position Y"
msgstr "Y аҭыҧ"
-#: strings.hrc:48
+#: reportdesign/inc/strings.hrc:48
msgctxt "RID_STR_WIDTH"
msgid "Width"
msgstr "Аҭбаара"
-#: strings.hrc:49
+#: reportdesign/inc/strings.hrc:49
msgctxt "RID_STR_HEIGHT"
msgid "Height"
msgstr "Аҳаракыра"
-#: strings.hrc:50
+#: reportdesign/inc/strings.hrc:50
msgctxt "RID_STR_INITIALFORMULA"
msgid "Initial value"
msgstr "Раҧхьатәи аҵакы"
-#: strings.hrc:51
+#: reportdesign/inc/strings.hrc:51
msgctxt "RID_STR_PRESERVEIRI"
msgid "Preserve as Link"
msgstr "Иеиқәырхатәуп азхьарҧш ҳасабла"
-#: strings.hrc:52
+#: reportdesign/inc/strings.hrc:52
msgctxt "RID_STR_FORMULA"
msgid "Formula"
msgstr "Аформула"
-#: strings.hrc:53
+#: reportdesign/inc/strings.hrc:53
msgctxt "RID_STR_DATAFIELD"
msgid "Data field"
msgstr ""
-#: strings.hrc:54
+#: reportdesign/inc/strings.hrc:54
msgctxt "RID_STR_FONT"
msgid "Font"
msgstr "Ашрифт"
-#: strings.hrc:55
+#: reportdesign/inc/strings.hrc:55
msgctxt "RID_STR_BACKCOLOR"
msgid "Background color"
msgstr "Аҿаҧшыра аҧштәы"
-#: strings.hrc:56
+#: reportdesign/inc/strings.hrc:56
msgctxt "RID_STR_BACKTRANSPARENT"
msgid "Background Transparent"
msgstr ""
-#: strings.hrc:57
+#: reportdesign/inc/strings.hrc:57
msgctxt "RID_STR_CONTROLBACKGROUNDTRANSPARENT"
msgid "Background Transparent"
msgstr ""
-#: strings.hrc:58
+#: reportdesign/inc/strings.hrc:58
msgctxt "RID_STR_OVERLAP_OTHER_CONTROL"
msgid "This operation is not allowed. The control overlaps with another one."
msgstr ""
-#: strings.hrc:59
+#: reportdesign/inc/strings.hrc:59
msgctxt "RID_STR_ILLEGAL_POSITION"
msgid "This position can not be set. It is invalid."
msgstr ""
-#: strings.hrc:60
+#: reportdesign/inc/strings.hrc:60
msgctxt "RID_STR_SCOPE_GROUP"
msgid "Group: %1"
msgstr "Агәыҧ: %1"
-#: strings.hrc:61
+#: reportdesign/inc/strings.hrc:61
msgctxt "RID_STR_FORMULALIST"
msgid "Function"
msgstr "Афункциа"
-#: strings.hrc:62
+#: reportdesign/inc/strings.hrc:62
msgctxt "RID_STR_SCOPE"
msgid "Scope"
msgstr ""
-#: strings.hrc:63
+#: reportdesign/inc/strings.hrc:63
msgctxt "RID_STR_TYPE"
msgid "Data Field Type"
msgstr ""
-#: strings.hrc:64
+#: reportdesign/inc/strings.hrc:64
msgctxt "RID_STR_MASTERFIELDS"
msgid "Link master fields"
msgstr ""
-#: strings.hrc:65
+#: reportdesign/inc/strings.hrc:65
msgctxt "RID_STR_DETAILFIELDS"
msgid "Link slave fields"
msgstr ""
-#: strings.hrc:67
+#: reportdesign/inc/strings.hrc:67
msgctxt "RID_STR_DETAILLABEL"
msgid "Chart"
msgstr "Адиаграмма"
-#: strings.hrc:68
+#: reportdesign/inc/strings.hrc:68
msgctxt "RID_STR_MASTERLABEL"
msgid "Report"
msgstr "Аҳасабырба"
-#: strings.hrc:69
+#: reportdesign/inc/strings.hrc:69
msgctxt "RID_STR_PREVIEW_COUNT"
msgid "Preview Row(s)"
msgstr ""
-#: strings.hrc:70
+#: reportdesign/inc/strings.hrc:70
msgctxt "RID_STR_AREA"
msgid "Area"
msgstr ""
-#: strings.hrc:71
+#: reportdesign/inc/strings.hrc:71
msgctxt "RID_STR_MIMETYPE"
msgid "Report Output Format"
msgstr ""
-#: strings.hrc:72
+#: reportdesign/inc/strings.hrc:72
msgctxt "RID_STR_VERTICALALIGN"
msgid "Vert. Alignment"
msgstr ""
-#: strings.hrc:73
+#: reportdesign/inc/strings.hrc:73
msgctxt "RID_STR_PARAADJUST"
msgid "Horz. Alignment"
msgstr ""
-#: strings.hrc:74
+#: reportdesign/inc/strings.hrc:74
msgctxt "RID_STR_F_COUNTER"
msgid "Counter"
msgstr "Аҧхьаӡага"
-#: strings.hrc:75
+#: reportdesign/inc/strings.hrc:75
msgctxt "RID_STR_F_ACCUMULATION"
msgid "Accumulation"
msgstr ""
-#: strings.hrc:76
+#: reportdesign/inc/strings.hrc:76
msgctxt "RID_STR_F_MINIMUM"
msgid "Minimum"
msgstr "Аминимум"
-#: strings.hrc:77
+#: reportdesign/inc/strings.hrc:77
msgctxt "RID_STR_F_MAXIMUM"
msgid "Maximum"
msgstr "Амаксимум"
-#: strings.hrc:79
+#: reportdesign/inc/strings.hrc:79
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "Аҷыдаҟазшьақәа: "
-#: strings.hrc:80
+#: reportdesign/inc/strings.hrc:80
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr ""
-#: strings.hrc:81
+#: reportdesign/inc/strings.hrc:81
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Гәыҧ-гәыҧла алкаара"
-#: strings.hrc:82
+#: reportdesign/inc/strings.hrc:82
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
-#: strings.hrc:83
+#: reportdesign/inc/strings.hrc:83
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label field"
msgstr "Аҭыҧдырга"
-#: strings.hrc:84
+#: reportdesign/inc/strings.hrc:84
msgctxt "RID_STR_PROPTITLE_FIXEDLINE"
msgid "Line"
msgstr "Ацәаҳәа"
-#: strings.hrc:85
+#: reportdesign/inc/strings.hrc:85
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
-#: strings.hrc:86
+#: reportdesign/inc/strings.hrc:86
msgctxt "RID_STR_PROPTITLE_SHAPE"
msgid "Shape"
msgstr "Афигура"
-#: strings.hrc:87
+#: reportdesign/inc/strings.hrc:87
msgctxt "RID_STR_PROPTITLE_REPORT"
msgid "Report"
msgstr "Аҳасабырба"
-#: strings.hrc:88
+#: reportdesign/inc/strings.hrc:88
#, fuzzy
msgctxt "RID_STR_PROPTITLE_SECTION"
msgid "Section"
msgstr "апараграф"
-#: strings.hrc:89
+#: reportdesign/inc/strings.hrc:89
msgctxt "RID_STR_PROPTITLE_FUNCTION"
msgid "Function"
msgstr "Афункциа"
-#: strings.hrc:90
+#: reportdesign/inc/strings.hrc:90
msgctxt "RID_STR_PROPTITLE_GROUP"
msgid "Group"
msgstr "Агәыҧ"
-#: strings.hrc:91
+#: reportdesign/inc/strings.hrc:91
msgctxt "RID_STR_UNDO_CHANGEPOSITION"
msgid "Change Object"
msgstr "Иҧсахтәуп аобиеқт"
-#: strings.hrc:92
+#: reportdesign/inc/strings.hrc:92
msgctxt "RID_STR_UNDO_MOVE_GROUP"
msgid "Move Group(s)"
msgstr "Ииагатәуп агәыҧ(қәа)"
-#: strings.hrc:93
+#: reportdesign/inc/strings.hrc:93
msgctxt "RID_STR_UNDO_CONDITIONAL_FORMATTING"
msgid "Conditional Formatting"
msgstr ""
-#: strings.hrc:94
+#: reportdesign/inc/strings.hrc:94
msgctxt "RID_STR_UNDO_REMOVE_REPORTHEADERFOOTER"
msgid "Remove report header / report footer"
msgstr ""
-#: strings.hrc:95
+#: reportdesign/inc/strings.hrc:95
msgctxt "RID_STR_UNDO_ADD_REPORTHEADERFOOTER"
msgid "Add report header / report footer"
msgstr ""
#. The # character is used for replacing
-#: strings.hrc:97
+#: reportdesign/inc/strings.hrc:97
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Change property '#'"
msgstr ""
-#: strings.hrc:98
+#: reportdesign/inc/strings.hrc:98
msgctxt "RID_STR_UNDO_ADD_GROUP_HEADER"
msgid "Add group header "
msgstr ""
-#: strings.hrc:99
+#: reportdesign/inc/strings.hrc:99
msgctxt "RID_STR_UNDO_REMOVE_GROUP_HEADER"
msgid "Remove group header "
msgstr ""
-#: strings.hrc:100
+#: reportdesign/inc/strings.hrc:100
msgctxt "RID_STR_UNDO_ADD_GROUP_FOOTER"
msgid "Add group footer "
msgstr ""
-#: strings.hrc:101
+#: reportdesign/inc/strings.hrc:101
msgctxt "RID_STR_UNDO_REMOVE_GROUP_FOOTER"
msgid "Remove group footer "
msgstr ""
-#: strings.hrc:102
+#: reportdesign/inc/strings.hrc:102
msgctxt "RID_STR_UNDO_ADDFUNCTION"
msgid "Add function"
msgstr "Иацҵатәуп афункциа"
-#: strings.hrc:103
+#: reportdesign/inc/strings.hrc:103
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "Аҳасабырба ахьӡ"
-#: strings.hrc:104
+#: reportdesign/inc/strings.hrc:104
msgctxt "RID_STR_UNDO_REMOVE_GROUP"
msgid "Delete Group"
msgstr "Ианыхтәуп агәыҧ"
-#: strings.hrc:105
+#: reportdesign/inc/strings.hrc:105
msgctxt "RID_STR_UNDO_APPEND_GROUP"
msgid "Add Group"
msgstr "Иацҵатәуп агәыҧ"
-#: strings.hrc:106
+#: reportdesign/inc/strings.hrc:106
msgctxt "RID_STR_UNDO_REMOVE_SELECTION"
msgid "Delete Selection"
msgstr "Ианыхтәуп алкаара"
-#: strings.hrc:107
+#: reportdesign/inc/strings.hrc:107
msgctxt "RID_STR_UNDO_REMOVE_FUNCTION"
msgid "Delete Function"
msgstr "Ианыхтәуп афункциа"
-#: strings.hrc:108
+#: reportdesign/inc/strings.hrc:108
msgctxt "RID_STR_UNDO_CHANGE_SIZE"
msgid "Change Size"
msgstr "Иҧсахтәуп ашәагаақәа"
-#: strings.hrc:109
+#: reportdesign/inc/strings.hrc:109
msgctxt "RID_STR_UNDO_PASTE"
msgid "Paste"
msgstr "Ибжьаргылатәуп"
-#: strings.hrc:110
+#: reportdesign/inc/strings.hrc:110
msgctxt "RID_STR_UNDO_INSERT_CONTROL"
msgid "Insert Control"
msgstr ""
-#: strings.hrc:111
+#: reportdesign/inc/strings.hrc:111
msgctxt "RID_STR_UNDO_DELETE_CONTROL"
msgid "Delete Control"
msgstr ""
#. Please try to avoid spaces in the name. It is used as a programmatic one.
-#: strings.hrc:113
+#: reportdesign/inc/strings.hrc:113
msgctxt "RID_STR_GROUPHEADER"
msgid "GroupHeader"
msgstr ""
#. Please try to avoid spaces in the name. It is used as a programmatic one.
-#: strings.hrc:115
+#: reportdesign/inc/strings.hrc:115
msgctxt "RID_STR_GROUPFOOTER"
msgid "GroupFooter"
msgstr ""
-#: strings.hrc:116
+#: reportdesign/inc/strings.hrc:116
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Иацҵатәуп аҭакыра:"
-#: strings.hrc:117
+#: reportdesign/inc/strings.hrc:117
msgctxt "RID_STR_FILTER"
msgid "Filter"
msgstr "Афильтр"
-#: strings.hrc:118
+#: reportdesign/inc/strings.hrc:118
msgctxt "RID_STR_UNDO_ALIGNMENT"
msgid "Change Alignment"
msgstr ""
#. # will be replaced with a name.
-#: strings.hrc:120
+#: reportdesign/inc/strings.hrc:120
msgctxt "RID_STR_HEADER"
msgid "# Header"
msgstr ""
#. # will be replaced with a name.";
-#: strings.hrc:122
+#: reportdesign/inc/strings.hrc:122
msgctxt "RID_STR_FOOTER"
msgid "# Footer"
msgstr ""
-#: strings.hrc:123
+#: reportdesign/inc/strings.hrc:123
msgctxt "RID_STR_IMPORT_GRAPHIC"
msgid "Insert graphics"
msgstr ""
-#: strings.hrc:124
+#: reportdesign/inc/strings.hrc:124
msgctxt "RID_STR_DELETE"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: strings.hrc:125
+#: reportdesign/inc/strings.hrc:125
msgctxt "RID_STR_FUNCTION"
msgid "Function"
msgstr "Афункциа"
-#: strings.hrc:126
+#: reportdesign/inc/strings.hrc:126
msgctxt "RID_STR_COULD_NOT_CREATE_REPORT"
msgid "An error occurred while creating the report."
msgstr ""
-#: strings.hrc:127
+#: reportdesign/inc/strings.hrc:127
msgctxt "RID_STR_CAUGHT_FOREIGN_EXCEPTION"
msgid "An exception of type $type$ was caught."
msgstr ""
-#: strings.hrc:128
+#: reportdesign/inc/strings.hrc:128
msgctxt "RID_STR_UNDO_CHANGEFONT"
msgid "Change font"
msgstr "Иҧсахтәуп ашрифт"
-#: strings.hrc:129
+#: reportdesign/inc/strings.hrc:129
msgctxt "RID_STR_UNDO_CHANGEPAGE"
msgid "Change page attributes"
msgstr ""
-#: strings.hrc:130
+#: reportdesign/inc/strings.hrc:130
#, fuzzy
msgctxt "RID_STR_PAGEHEADERFOOTER_INSERT"
msgid "Insert Page Header/Footer"
msgstr "Ианыхтәуп адаҟьа аколонтитул"
-#: strings.hrc:131
+#: reportdesign/inc/strings.hrc:131
msgctxt "RID_STR_PAGEHEADERFOOTER_DELETE"
msgid "Delete Page Header/Footer"
msgstr "Ианыхтәуп адаҟьа аколонтитул"
-#: strings.hrc:132
+#: reportdesign/inc/strings.hrc:132
msgctxt "RID_STR_REPORTHEADERFOOTER_INSERT"
msgid "Insert Report Header/Footer"
msgstr ""
-#: strings.hrc:133
+#: reportdesign/inc/strings.hrc:133
#, fuzzy
msgctxt "RID_STR_REPORTHEADERFOOTER_DELETE"
msgid "Delete Report Header/Footer"
msgstr "Ианыхтәуп адаҟьа аколонтитул"
-#: strings.hrc:134
+#: reportdesign/inc/strings.hrc:134
msgctxt "RID_ERR_NO_COMMAND"
msgid "The report can not be executed unless it is bound to content."
msgstr ""
-#: strings.hrc:135
+#: reportdesign/inc/strings.hrc:135
msgctxt "RID_ERR_NO_OBJECTS"
msgid "The report can not be executed unless at least one object has been inserted."
msgstr ""
-#: strings.hrc:136
+#: reportdesign/inc/strings.hrc:136
msgctxt "RID_STR_UNDO_SHRINK"
msgid "Shrink Section"
msgstr ""
-#: strings.hrc:137 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:171
+#: reportdesign/inc/strings.hrc:137 reportdesign/inc/strings.hrc:171
msgctxt "RID_STR_DETAIL"
msgid "Detail"
msgstr "Адырқәа"
-#: strings.hrc:138 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:172
+#: reportdesign/inc/strings.hrc:138 reportdesign/inc/strings.hrc:172
msgctxt "RID_STR_PAGE_HEADER"
msgid "Page Header"
msgstr "Хыхьтәи аколонтитул"
-#: strings.hrc:139 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:173
+#: reportdesign/inc/strings.hrc:139 reportdesign/inc/strings.hrc:173
msgctxt "RID_STR_PAGE_FOOTER"
msgid "Page Footer"
msgstr "Ҵаҟатәи аколонтитул"
-#: strings.hrc:140 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:176
+#: reportdesign/inc/strings.hrc:140 reportdesign/inc/strings.hrc:176
msgctxt "RID_STR_REPORT_HEADER"
msgid "Report Header"
msgstr ""
-#: strings.hrc:141 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:177
+#: reportdesign/inc/strings.hrc:141 reportdesign/inc/strings.hrc:177
msgctxt "RID_STR_REPORT_FOOTER"
msgid "Report Footer"
msgstr ""
-#: strings.hrc:143
+#: reportdesign/inc/strings.hrc:143
msgctxt "STR_NUMBERED_CONDITION"
msgid "Condition $number$"
msgstr ""
-#: strings.hrc:145
+#: reportdesign/inc/strings.hrc:145
msgctxt "STR_RPT_EXPRESSION"
msgid "Field/Expression"
msgstr ""
-#: strings.hrc:146
+#: reportdesign/inc/strings.hrc:146
msgctxt "STR_RPT_PREFIXCHARS"
msgid "Prefix Characters"
msgstr "Алагамҭатә символқәа"
-#: strings.hrc:147
+#: reportdesign/inc/strings.hrc:147
msgctxt "STR_RPT_YEAR"
msgid "Year"
msgstr "Ашықәс"
-#: strings.hrc:148
+#: reportdesign/inc/strings.hrc:148
msgctxt "STR_RPT_QUARTER"
msgid "Quarter"
msgstr "Аквартал"
-#: strings.hrc:149
+#: reportdesign/inc/strings.hrc:149
msgctxt "STR_RPT_MONTH"
msgid "Month"
msgstr "Амза"
-#: strings.hrc:150
+#: reportdesign/inc/strings.hrc:150
msgctxt "STR_RPT_WEEK"
msgid "Week"
msgstr "Амчыбжь"
-#: strings.hrc:151
+#: reportdesign/inc/strings.hrc:151
msgctxt "STR_RPT_DAY"
msgid "Day"
msgstr "Амш"
-#: strings.hrc:152
+#: reportdesign/inc/strings.hrc:152
msgctxt "STR_RPT_HOUR"
msgid "Hour"
msgstr "Асааҭ"
-#: strings.hrc:153
+#: reportdesign/inc/strings.hrc:153
msgctxt "STR_RPT_MINUTE"
msgid "Minute"
msgstr "Аминуҭ"
-#: strings.hrc:154
+#: reportdesign/inc/strings.hrc:154
msgctxt "STR_RPT_INTERVAL"
msgid "Interval"
msgstr "Аинтервал"
-#: strings.hrc:155
+#: reportdesign/inc/strings.hrc:155
msgctxt "STR_RPT_HELP_FIELD"
msgid "Select a field or type an expression to sort or group on."
msgstr ""
-#: strings.hrc:156
+#: reportdesign/inc/strings.hrc:156
msgctxt "STR_RPT_HELP_HEADER"
msgid "Display a header for this group?"
msgstr ""
-#: strings.hrc:157
+#: reportdesign/inc/strings.hrc:157
msgctxt "STR_RPT_HELP_FOOTER"
msgid "Display a footer for this group?"
msgstr ""
-#: strings.hrc:158
+#: reportdesign/inc/strings.hrc:158
msgctxt "STR_RPT_HELP_GROUPON"
msgid "Select the value or range of values that starts a new group."
msgstr ""
-#: strings.hrc:159
+#: reportdesign/inc/strings.hrc:159
msgctxt "STR_RPT_HELP_INTERVAL"
msgid "Interval or number of characters to group on."
msgstr ""
-#: strings.hrc:160
+#: reportdesign/inc/strings.hrc:160
msgctxt "STR_RPT_HELP_KEEP"
msgid "Keep group together on one page?"
msgstr ""
-#: strings.hrc:161
+#: reportdesign/inc/strings.hrc:161
msgctxt "STR_RPT_HELP_SORT"
msgid "Select ascending or descending sort order. Ascending means from A to Z or 0 to 9"
msgstr ""
#. The space after the word is no error. #PAGENUMBER# is a replacement and & must not be translated as well as "
-#: strings.hrc:164
+#: reportdesign/inc/strings.hrc:164
msgctxt "STR_RPT_PN_PAGE"
msgid "\"Page \" & #PAGENUMBER#"
msgstr "\"Адаҟьа \" & #PAGENUMBER#"
#. The space before and after the word is no error. #PAGECOUNT# is a replacement and & must not be translated as well as "
-#: strings.hrc:166
+#: reportdesign/inc/strings.hrc:166
msgctxt "STR_RPT_PN_PAGE_OF"
msgid " & \" of \" & #PAGECOUNT#"
msgstr " & \" \" & #PAGECOUNT# аҟынтәи"
-#: strings.hrc:168
+#: reportdesign/inc/strings.hrc:168
msgctxt "RID_STR_FUNCTIONS"
msgid "Functions"
msgstr "Афункциақәа"
-#: strings.hrc:169
+#: reportdesign/inc/strings.hrc:169
msgctxt "RID_STR_GROUPS"
msgid "Groups"
msgstr "Агәыҧқәа"
-#: strings.hrc:174
+#: reportdesign/inc/strings.hrc:174
msgctxt "RID_STR_GROUP_HEADER"
msgid "Group Header"
msgstr ""
-#: strings.hrc:175
+#: reportdesign/inc/strings.hrc:175
msgctxt "RID_STR_GROUP_FOOTER"
msgid "Group Footer"
msgstr ""
-#: strings.hrc:178
+#: reportdesign/inc/strings.hrc:178
msgctxt "RID_STR_ERROR_WRONG_ARGUMENT"
msgid "You tried to set an illegal argument. Please have a look at '#1' for valid arguments."
msgstr ""
-#: strings.hrc:179
+#: reportdesign/inc/strings.hrc:179
msgctxt "RID_STR_ARGUMENT_IS_NULL"
msgid "The element is invalid."
msgstr ""
-#: strings.hrc:180
+#: reportdesign/inc/strings.hrc:180
msgctxt "RID_STR_FIXEDTEXT"
msgid "Label field"
msgstr "Аҭыҧдырга"
-#: strings.hrc:181
+#: reportdesign/inc/strings.hrc:181
msgctxt "RID_STR_FORMATTEDFIELD"
msgid "Formatted field"
msgstr ""
-#: strings.hrc:182
+#: reportdesign/inc/strings.hrc:182
msgctxt "RID_STR_IMAGECONTROL"
msgid "Image control"
msgstr ""
-#: strings.hrc:183
+#: reportdesign/inc/strings.hrc:183
msgctxt "RID_STR_REPORT"
msgid "Report"
msgstr "Аҳасабырба"
-#: strings.hrc:184
+#: reportdesign/inc/strings.hrc:184
msgctxt "RID_STR_SHAPE"
msgid "Shape"
msgstr "Афигура"
-#: strings.hrc:185
+#: reportdesign/inc/strings.hrc:185
msgctxt "RID_STR_FIXEDLINE"
msgid "Fixed line"
msgstr ""
-#: backgrounddialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/backgrounddialog.ui:8
msgctxt "backgrounddialog|BackgroundDialog"
msgid "Section Setup"
msgstr ""
-#: backgrounddialog.ui:105
+#: reportdesign/uiconfig/dbreport/ui/backgrounddialog.ui:105
msgctxt "backgrounddialog|background"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: chardialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:8
msgctxt "chardialog|CharDialog"
msgid "Character Settings"
msgstr "Асимволқәа рпараметрқәа"
-#: chardialog.ui:105
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:105
msgctxt "chardialog|font"
msgid "Font"
msgstr "Ашрифт"
-#: chardialog.ui:127
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:127
msgctxt "chardialog|fonteffects"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: chardialog.ui:150
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:150
msgctxt "chardialog|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: chardialog.ui:173
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:173
msgctxt "chardialog|asianlayout"
msgid "Asian Layout"
msgstr ""
-#: chardialog.ui:196
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:196
msgctxt "chardialog|background"
msgid "Highlighting"
msgstr ""
-#: chardialog.ui:219
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:219
msgctxt "chardialog|alignment"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: condformatdialog.ui:10
+#: reportdesign/uiconfig/dbreport/ui/condformatdialog.ui:10
msgctxt "condformatdialog|CondFormat"
msgid "Conditional Formatting"
msgstr ""
-#: conditionwin.ui:56
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:56
msgctxt "conditionwin|typeCombobox"
msgid "Field Value Is"
msgstr ""
-#: conditionwin.ui:57
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:57
msgctxt "conditionwin|typeCombobox"
msgid "Expression Is"
msgstr ""
-#: conditionwin.ui:71
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:71
msgctxt "conditionwin|opCombobox"
msgid "between"
msgstr "рыбжьара"
-#: conditionwin.ui:72
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:72
msgctxt "conditionwin|opCombobox"
msgid "not between"
msgstr "рыбжьара акәым"
-#: conditionwin.ui:73
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:73
msgctxt "conditionwin|opCombobox"
msgid "equal to"
msgstr ""
-#: conditionwin.ui:74
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:74
msgctxt "conditionwin|opCombobox"
msgid "not equal to"
msgstr "иаҟарам"
-#: conditionwin.ui:75
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:75
msgctxt "conditionwin|opCombobox"
msgid "greater than"
msgstr "еиҳауп аасҭа"
-#: conditionwin.ui:76
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:76
msgctxt "conditionwin|opCombobox"
msgid "less than"
msgstr ""
-#: conditionwin.ui:77
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:77
msgctxt "conditionwin|opCombobox"
msgid "greater than or equal to"
msgstr ""
-#: conditionwin.ui:78
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:78
msgctxt "conditionwin|opCombobox"
msgid "less than or equal to"
msgstr ""
-#: conditionwin.ui:107
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:107
msgctxt "conditionwin|lhsButton"
msgid "..."
msgstr "..."
-#: conditionwin.ui:130
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:130
msgctxt "conditionwin|andLabel"
msgid "and"
msgstr "и"
-#: conditionwin.ui:158
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:158
msgctxt "conditionwin|rhsButton"
msgid "..."
msgstr "..."
-#: conditionwin.ui:220
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:221
msgctxt "conditionwin|ToolBoxItem1"
msgid "Bold"
msgstr "Ажәпа"
-#: conditionwin.ui:235
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:236
msgctxt "conditionwin|ToolBoxItem2"
msgid "Italic"
msgstr "Акурсив"
-#: conditionwin.ui:250
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:251
#, fuzzy
msgctxt "conditionwin|ToolBoxItem3"
msgid "Underline"
msgstr "Изыҵшьу"
-#: conditionwin.ui:275
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:276
msgctxt "conditionwin|ToolBoxItem4"
msgid "Background Color"
msgstr "Аҿаҧшыра аҧштәы"
-#: conditionwin.ui:290
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:291
msgctxt "conditionwin|ToolBoxItem5"
msgid "Font Color"
msgstr "Ашрифт аҧштәы"
-#: conditionwin.ui:305
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:306
msgctxt "conditionwin|ToolBoxItem6"
msgid "Character Formatting"
msgstr "Асимволқәа рформатркра"
-#: conditionwin.ui:371
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:373
msgctxt "conditionwin|removeButton"
msgid "-"
msgstr ""
-#: conditionwin.ui:385
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:388
msgctxt "conditionwin|addButton"
msgid "+"
msgstr ""
-#: datetimedialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:8
msgctxt "datetimedialog|DateTimeDialog"
msgid "Date and Time"
msgstr "Арыцхәи аамҭеи"
-#: datetimedialog.ui:87
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:87
msgctxt "datetimedialog|date"
msgid "_Include Date"
-msgstr ""
+msgstr "Арыцхә алаҵаны"
-#: datetimedialog.ui:108
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:108
msgctxt "datetimedialog|datelistbox_label"
msgid "_Format:"
msgstr "_Аформат:"
-#: datetimedialog.ui:119
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:119
msgctxt "datetimedialog|time"
msgid "Include _Time"
msgstr ""
-#: datetimedialog.ui:140
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:140
msgctxt "datetimedialog|timelistbox_label"
msgid "Fo_rmat:"
msgstr "_Аформат:"
-#: floatingfield.ui:11
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:11
msgctxt "floatingfield|FloatingField"
msgid "Sorting and Grouping"
msgstr ""
-#: floatingfield.ui:30
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:30
msgctxt "floatingfield|up"
msgid "Sort Ascending"
msgstr ""
-#: floatingfield.ui:43
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:43
msgctxt "floatingfield|down"
msgid "Sort Descending"
msgstr ""
-#: floatingfield.ui:56
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:56
msgctxt "floatingfield|delete"
msgid "Remove sorting"
msgstr ""
-#: floatingfield.ui:79
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:79
msgctxt "floatingfield|insert"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: floatingfield.ui:98
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:98
msgctxt "floatingfield|helptext"
msgid "Highlight the fields to insert into the selected section of the template, then click Insert or press Enter."
msgstr ""
-#: floatingnavigator.ui:10
+#: reportdesign/uiconfig/dbreport/ui/floatingnavigator.ui:10
msgctxt "floatingnavigator|FloatingNavigator"
msgid "Report navigator"
msgstr ""
-#: floatingsort.ui:11
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:11
msgctxt "floatingsort|FloatingSort"
msgid "Sorting and Grouping"
msgstr ""
-#: floatingsort.ui:53
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:53
msgctxt "floatingsort|label5"
msgid "Group actions"
msgstr ""
-#: floatingsort.ui:75
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:75
msgctxt "floatingsort|up"
msgid "Move up"
msgstr "Аҩада"
-#: floatingsort.ui:88
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:88
msgctxt "floatingsort|down"
msgid "Move down"
msgstr "Алада"
-#: floatingsort.ui:101
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:101
msgctxt "floatingsort|delete"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: floatingsort.ui:152
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:152
msgctxt "floatingsort|label1"
msgid "Groups"
msgstr "Агәыҧқәа"
-#: floatingsort.ui:192
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:192
msgctxt "floatingsort|label6"
msgid "Sorting"
msgstr ""
-#: floatingsort.ui:208
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:208
msgctxt "floatingsort|label7"
msgid "Group Header"
msgstr ""
-#: floatingsort.ui:224
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:224
msgctxt "floatingsort|label8"
msgid "Group Footer"
msgstr ""
-#: floatingsort.ui:240
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:240
msgctxt "floatingsort|label9"
msgid "Group On"
msgstr ""
-#: floatingsort.ui:256
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:256
msgctxt "floatingsort|label10"
msgid "Group Interval"
msgstr ""
-#: floatingsort.ui:272
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:272
msgctxt "floatingsort|label11"
msgid "Keep Together"
msgstr ""
-#: floatingsort.ui:290
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:290
msgctxt "floatingsort|sorting"
msgid "Ascending"
msgstr "Еиҵоу-еиҳаула"
-#: floatingsort.ui:291
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:291
msgctxt "floatingsort|sorting"
msgid "Descending"
msgstr "Еиҳау-еиҵоула"
-#: floatingsort.ui:308
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:308
msgctxt "floatingsort|header"
msgid "Present"
msgstr ""
-#: floatingsort.ui:309
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:309
msgctxt "floatingsort|header"
msgid "Not present"
msgstr ""
-#: floatingsort.ui:326
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:326
msgctxt "floatingsort|keep"
msgid "No"
msgstr "Мап"
-#: floatingsort.ui:327
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:327
msgctxt "floatingsort|keep"
msgid "Whole Group"
msgstr ""
-#: floatingsort.ui:328
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:328
msgctxt "floatingsort|keep"
msgid "With First Detail"
msgstr ""
-#: floatingsort.ui:345
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:345
msgctxt "floatingsort|footer"
msgid "Present"
msgstr ""
-#: floatingsort.ui:346
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:346
msgctxt "floatingsort|footer"
msgid "Not present"
msgstr ""
-#: floatingsort.ui:363
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:363
msgctxt "floatingsort|group"
msgid "Each Value"
msgstr ""
-#: floatingsort.ui:394
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:394
msgctxt "floatingsort|label2"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа"
-#: floatingsort.ui:436
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:436
msgctxt "floatingsort|label3"
msgid "Help"
msgstr "Аилыркаага"
-#: groupsortmenu.ui:12
+#: reportdesign/uiconfig/dbreport/ui/groupsortmenu.ui:12
msgctxt "groupsortmenu|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: navigatormenu.ui:12
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:12
msgctxt "navigatormenu|sorting"
msgid "Sorting and Grouping..."
msgstr ""
-#: navigatormenu.ui:26
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:26
msgctxt "navigatormenu|page"
msgid "Page Header/Footer..."
msgstr "Аколонтитул..."
-#: navigatormenu.ui:34
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:34
msgctxt "navigatormenu|report"
msgid "Report Header/Footer..."
msgstr ""
-#: navigatormenu.ui:48
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:48
msgctxt "navigatormenu|function"
msgid "New Function"
msgstr "Афункциа ҿыц"
-#: navigatormenu.ui:62
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:62
msgctxt "navigatormenu|properties"
msgid "Properties..."
msgstr "Аҷыдаҟазшьақәа..."
-#: navigatormenu.ui:70
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:70
msgctxt "navigatormenu|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: pagedialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/pagedialog.ui:8
msgctxt "pagedialog|PageDialog"
msgid "Page Setup"
msgstr "Адаҟьа апараметрқәа"
-#: pagedialog.ui:105
+#: reportdesign/uiconfig/dbreport/ui/pagedialog.ui:105
msgctxt "pagedialog|page"
msgid "Page"
msgstr "Адаҟьа"
-#: pagedialog.ui:127
+#: reportdesign/uiconfig/dbreport/ui/pagedialog.ui:127
msgctxt "pagedialog|background"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: pagenumberdialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:8
msgctxt "pagenumberdialog|PageNumberDialog"
msgid "Page Numbers"
msgstr "Адаҟьақәа рномерқәа"
-#: pagenumberdialog.ui:98
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:98
msgctxt "pagenumberdialog|pagen"
msgid "_Page N"
msgstr "_Адаҟьа N"
-#: pagenumberdialog.ui:116
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:116
msgctxt "pagenumberdialog|pagenofm"
msgid "Page _N of M"
msgstr "Адаҟьа N M аҟынтәи"
-#: pagenumberdialog.ui:140
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:140
msgctxt "pagenumberdialog|label1"
msgid "Format"
msgstr "Аформат"
-#: pagenumberdialog.ui:177
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:177
msgctxt "pagenumberdialog|toppage"
msgid "_Top of Page (Header)"
msgstr "Адаҟьа хыхьтәи аколонтитул "
-#: pagenumberdialog.ui:195
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:195
msgctxt "pagenumberdialog|bottompage"
msgid "_Bottom of Page (Footer)"
msgstr "Адаҟьа ҵаҟатәи аколонтитул "
-#: pagenumberdialog.ui:219
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:219
msgctxt "pagenumberdialog|label2"
msgid "Position"
msgstr "Аҭыҧ"
-#: pagenumberdialog.ui:262
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:262
msgctxt "pagenumberdialog|alignment"
msgid "Left"
msgstr "Арымарахь"
-#: pagenumberdialog.ui:263
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:263
msgctxt "pagenumberdialog|alignment"
msgid "Center"
msgstr "Ацентр ала"
-#: pagenumberdialog.ui:264
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:264
msgctxt "pagenumberdialog|alignment"
msgid "Right"
msgstr "Арыӷьарахь"
-#: pagenumberdialog.ui:277
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:277
msgctxt "pagenumberdialog|alignment_label"
msgid "_Alignment:"
msgstr "Аиҟаратәра:"
-#: pagenumberdialog.ui:288
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:288
msgctxt "pagenumberdialog|shownumberonfirstpage"
msgid "Show Number on First Page"
msgstr "Иаарҧшлатәуп актәи адаҟьаҟны аномер"
-#: pagenumberdialog.ui:309
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:310
msgctxt "pagenumberdialog|label3"
msgid "General"
msgstr "Азеиҧшқәа"
diff --git a/source/ab/sc/messages.po b/source/ab/sc/messages.po
index aa0dbbf0fbf..c1c4f9d52af 100644
--- a/source/ab/sc/messages.po
+++ b/source/ab/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-01-10 11:50+0100\n"
-"PO-Revision-Date: 2018-01-04 10:03+0000\n"
+"POT-Creation-Date: 2018-04-17 15:53+0200\n"
+"PO-Revision-Date: 2018-03-25 10:22+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -13,59 +13,59 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1515060231.000000\n"
+"X-POOTLE-MTIME: 1521973358.000000\n"
-#: compiler.hrc:27
+#: sc/inc/compiler.hrc:27
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: compiler.hrc:28
+#: sc/inc/compiler.hrc:28
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Date&Time"
msgstr "Арыцхәи аамҭеи"
-#: compiler.hrc:29
+#: sc/inc/compiler.hrc:29
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Financial"
msgstr "Афинанстәқәа"
-#: compiler.hrc:30
+#: sc/inc/compiler.hrc:30
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Information"
msgstr "Аинформациа"
-#: compiler.hrc:31
+#: sc/inc/compiler.hrc:31
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Logical"
msgstr "Алогикатәқәа"
-#: compiler.hrc:32
+#: sc/inc/compiler.hrc:32
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Mathematical"
msgstr "Аматематикатәқәа "
-#: compiler.hrc:33
+#: sc/inc/compiler.hrc:33
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Array"
msgstr "Амассив"
-#: compiler.hrc:34
+#: sc/inc/compiler.hrc:34
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Statistical"
msgstr "Астатистикатәқәа"
-#: compiler.hrc:35
+#: sc/inc/compiler.hrc:35
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Spreadsheet"
msgstr "Аелектронтә таблица"
-#: compiler.hrc:36
+#: sc/inc/compiler.hrc:36
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Text"
msgstr "Атеқст"
-#: compiler.hrc:37
+#: sc/inc/compiler.hrc:37
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Add-in"
msgstr ""
@@ -76,521 +76,526 @@ msgstr ""
#. * RID_GLOBSTR and are meant to be accessed via ScGlobal::GetRscString(). All
#. * other string IDs of strings used in message boxes and elsewhere go into
#. * sc/inc/strings.hrc
-#: globstr.hrc:34
+#: sc/inc/globstr.hrc:34
msgctxt "STR_UNDO_INSERTCELLS"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: globstr.hrc:35
+#: sc/inc/globstr.hrc:35
msgctxt "STR_UNDO_DELETECELLS"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: globstr.hrc:36
+#: sc/inc/globstr.hrc:36
msgctxt "STR_UNDO_CUT"
msgid "Cut"
msgstr "Игәылҧҟатәуп"
-#: globstr.hrc:37
+#: sc/inc/globstr.hrc:37
msgctxt "STR_UNDO_PASTE"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: globstr.hrc:38
+#: sc/inc/globstr.hrc:38
msgctxt "STR_UNDO_DRAGDROP"
msgid "Drag and Drop"
msgstr "Аиагара"
-#: globstr.hrc:39
+#: sc/inc/globstr.hrc:39
msgctxt "STR_UNDO_MOVE"
msgid "Move"
msgstr "Ииагатәуп"
-#: globstr.hrc:40
+#: sc/inc/globstr.hrc:40
msgctxt "STR_UNDO_COPY"
msgid "Copy"
msgstr "Акопиа ахыхтәуп"
-#: globstr.hrc:41
+#: sc/inc/globstr.hrc:41
msgctxt "STR_UNDO_DELETECONTENTS"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: globstr.hrc:42
+#: sc/inc/globstr.hrc:42
msgctxt "STR_UNDO_SELATTR"
msgid "Attributes"
msgstr "Атрибутқәа"
-#: globstr.hrc:43
+#: sc/inc/globstr.hrc:43
msgctxt "STR_UNDO_SELATTRLINES"
msgid "Attributes/Lines"
msgstr "Атрибутқәа/Аҵәаӷәақәа"
-#: globstr.hrc:44
+#: sc/inc/globstr.hrc:44
msgctxt "STR_UNDO_COLWIDTH"
msgid "Column Width"
msgstr "Аиҵагыла аҭбаара"
-#: globstr.hrc:45
+#: sc/inc/globstr.hrc:45
msgctxt "STR_UNDO_OPTCOLWIDTH"
msgid "Optimal Column Width"
msgstr ""
-#: globstr.hrc:46
+#: sc/inc/globstr.hrc:46
msgctxt "STR_UNDO_ROWHEIGHT"
msgid "Row height"
msgstr "Ацәаҳәа аҳаракыра"
-#: globstr.hrc:47
+#: sc/inc/globstr.hrc:47
msgctxt "STR_UNDO_OPTROWHEIGHT"
msgid "Optimal Row Height"
msgstr ""
-#: globstr.hrc:48
+#: sc/inc/globstr.hrc:48
#, fuzzy
msgctxt "STR_UNDO_AUTOFILL"
msgid "Fill"
msgstr "Афаил"
-#: globstr.hrc:49
+#: sc/inc/globstr.hrc:49
msgctxt "STR_UNDO_MERGE"
msgid "Merge"
msgstr "Еидҵатәуп"
-#: globstr.hrc:50
+#: sc/inc/globstr.hrc:50
msgctxt "STR_UNDO_REMERGE"
msgid "Split"
msgstr ""
-#: globstr.hrc:51
+#: sc/inc/globstr.hrc:51
msgctxt "STR_UNDO_AUTOFORMAT"
msgid "AutoFormat"
msgstr "Автоформат"
-#: globstr.hrc:52
+#: sc/inc/globstr.hrc:52
msgctxt "STR_UNDO_REPLACE"
msgid "Replace"
msgstr "Иҧсахтәуп"
-#: globstr.hrc:53
+#: sc/inc/globstr.hrc:53
msgctxt "STR_UNDO_CURSORATTR"
msgid "Attributes"
msgstr "Атрибутқәа"
-#: globstr.hrc:54
+#: sc/inc/globstr.hrc:54
msgctxt "STR_UNDO_ENTERDATA"
msgid "Input"
msgstr "Аҭагалара"
-#: globstr.hrc:55
+#: sc/inc/globstr.hrc:55
msgctxt "STR_UNDO_INSCOLBREAK"
msgid "Insert Column Break"
msgstr ""
-#: globstr.hrc:56
+#: sc/inc/globstr.hrc:56
msgctxt "STR_UNDO_DELCOLBREAK"
msgid "Delete column break"
msgstr ""
-#: globstr.hrc:57
+#: sc/inc/globstr.hrc:57
msgctxt "STR_UNDO_INSROWBREAK"
msgid "Insert Row Break"
msgstr ""
-#: globstr.hrc:58
+#: sc/inc/globstr.hrc:58
msgctxt "STR_UNDO_DELROWBREAK"
msgid "Delete row break"
msgstr ""
-#: globstr.hrc:59
+#: sc/inc/globstr.hrc:59
msgctxt "STR_UNDO_DOOUTLINE"
msgid "View Details"
msgstr ""
-#: globstr.hrc:60
+#: sc/inc/globstr.hrc:60
msgctxt "STR_UNDO_REDOOUTLINE"
msgid "Hide details"
msgstr ""
-#: globstr.hrc:61
+#: sc/inc/globstr.hrc:61
msgctxt "STR_UNDO_MAKEOUTLINE"
msgid "Group"
msgstr "Агәыҧ"
-#: globstr.hrc:62
+#: sc/inc/globstr.hrc:62
msgctxt "STR_UNDO_REMAKEOUTLINE"
msgid "Ungroup"
msgstr ""
-#: globstr.hrc:63
+#: sc/inc/globstr.hrc:63
msgctxt "STR_UNDO_OUTLINELEVEL"
msgid "Select outline level"
msgstr ""
-#: globstr.hrc:64
+#: sc/inc/globstr.hrc:64
msgctxt "STR_UNDO_DOOUTLINEBLK"
msgid "View Details"
msgstr ""
-#: globstr.hrc:65
+#: sc/inc/globstr.hrc:65
msgctxt "STR_UNDO_REDOOUTLINEBLK"
msgid "Hide details"
msgstr ""
-#: globstr.hrc:66
+#: sc/inc/globstr.hrc:66
msgctxt "STR_UNDO_REMOVEALLOTLNS"
msgid "Clear Outline"
msgstr ""
-#: globstr.hrc:67
+#: sc/inc/globstr.hrc:67
msgctxt "STR_UNDO_AUTOOUTLINE"
msgid "AutoOutline"
msgstr ""
-#: globstr.hrc:68
+#: sc/inc/globstr.hrc:68
msgctxt "STR_UNDO_SUBTOTALS"
msgid "Subtotals"
msgstr ""
-#: globstr.hrc:69
+#: sc/inc/globstr.hrc:69
msgctxt "STR_UNDO_SORT"
msgid "Sort"
msgstr "Асортра"
-#: globstr.hrc:70
+#: sc/inc/globstr.hrc:70
msgctxt "STR_UNDO_QUERY"
msgid "Filter"
msgstr "Афильтр"
-#: globstr.hrc:71
+#: sc/inc/globstr.hrc:71
msgctxt "STR_UNDO_DBDATA"
msgid "Change Database Range"
msgstr ""
-#: globstr.hrc:72
+#: sc/inc/globstr.hrc:72
msgctxt "STR_UNDO_IMPORTDATA"
msgid "Importing"
msgstr "Аимпорт"
-#: globstr.hrc:73
+#: sc/inc/globstr.hrc:73
msgctxt "STR_UNDO_REPEATDB"
msgid "Refresh range"
msgstr ""
-#: globstr.hrc:74
+#: sc/inc/globstr.hrc:74
msgctxt "STR_UNDO_LISTNAMES"
msgid "List names"
msgstr "Ахьӡқәа рыхьӡынҵа"
-#: globstr.hrc:75
+#: sc/inc/globstr.hrc:75
msgctxt "STR_UNDO_PIVOT_NEW"
msgid "Create pivot table"
msgstr ""
-#: globstr.hrc:76
+#: sc/inc/globstr.hrc:76
msgctxt "STR_UNDO_PIVOT_MODIFY"
msgid "Edit pivot table"
msgstr ""
-#: globstr.hrc:77
+#: sc/inc/globstr.hrc:77
msgctxt "STR_UNDO_PIVOT_DELETE"
msgid "Delete pivot table"
msgstr ""
-#: globstr.hrc:78
+#: sc/inc/globstr.hrc:78
msgctxt "STR_UNDO_CONSOLIDATE"
msgid "Consolidate"
msgstr "Еидҵатәуп"
-#: globstr.hrc:79
+#: sc/inc/globstr.hrc:79
msgctxt "STR_UNDO_USESCENARIO"
msgid "Use scenario"
msgstr ""
-#: globstr.hrc:80
+#: sc/inc/globstr.hrc:80
msgctxt "STR_UNDO_MAKESCENARIO"
msgid "Create scenario"
msgstr "Иаҧҵатәуп асценари"
-#: globstr.hrc:81
+#: sc/inc/globstr.hrc:81
msgctxt "STR_UNDO_EDITSCENARIO"
msgid "Edit scenario"
msgstr "Иҧсахтәуп асценари"
-#: globstr.hrc:82
+#: sc/inc/globstr.hrc:82
msgctxt "STR_UNDO_APPLYCELLSTYLE"
msgid "Apply Cell Style"
msgstr "Ихархәатәуп абларҭа астиль"
-#: globstr.hrc:83
+#: sc/inc/globstr.hrc:83
msgctxt "STR_UNDO_EDITCELLSTYLE"
msgid "Edit Cell Style"
msgstr "Иҧсахтәуп адаҟьа астиль"
-#: globstr.hrc:84
+#: sc/inc/globstr.hrc:84
msgctxt "STR_UNDO_APPLYPAGESTYLE"
msgid "Apply Page Style"
msgstr "Ихархәатәуп адаҟьа астиль"
-#: globstr.hrc:85
+#: sc/inc/globstr.hrc:85
msgctxt "STR_UNDO_EDITPAGESTYLE"
msgid "Edit Page Style"
msgstr "Иҧсахтәуп адаҟьа астиль"
-#: globstr.hrc:86
+#: sc/inc/globstr.hrc:86
msgctxt "STR_UNDO_DETADDPRED"
msgid "Trace Precedents"
msgstr ""
-#: globstr.hrc:87
+#: sc/inc/globstr.hrc:87
msgctxt "STR_UNDO_DETDELPRED"
msgid "Remove Precedent"
msgstr ""
-#: globstr.hrc:88
+#: sc/inc/globstr.hrc:88
msgctxt "STR_UNDO_DETADDSUCC"
msgid "Trace Dependents"
msgstr ""
-#: globstr.hrc:89
+#: sc/inc/globstr.hrc:89
msgctxt "STR_UNDO_DETDELSUCC"
msgid "Remove Dependent"
msgstr ""
-#: globstr.hrc:90
+#: sc/inc/globstr.hrc:90
msgctxt "STR_UNDO_DETADDERROR"
msgid "Trace Error"
msgstr "Иаарҧштәуп агхақәа"
-#: globstr.hrc:91
+#: sc/inc/globstr.hrc:91
msgctxt "STR_UNDO_DETDELALL"
msgid "Remove all Traces"
msgstr ""
-#: globstr.hrc:92
+#: sc/inc/globstr.hrc:92
msgctxt "STR_UNDO_DETINVALID"
msgid "Mark invalid data"
msgstr ""
-#: globstr.hrc:93
+#: sc/inc/globstr.hrc:93
#, fuzzy
msgctxt "STR_UNDO_DETREFRESH"
msgid "Refresh Traces"
msgstr "Ирҿыцтәуп атаблицақәа"
-#: globstr.hrc:94
+#: sc/inc/globstr.hrc:94
msgctxt "STR_UNDO_CHARTDATA"
msgid "Modify chart data range"
msgstr "Иҧсахтәуп адырқәа рдиапазон"
-#: globstr.hrc:95
+#: sc/inc/globstr.hrc:95
msgctxt "STR_UNDO_ORIGINALSIZE"
msgid "Original Size"
msgstr "Ахалагаратә шәагаа"
-#: globstr.hrc:96
+#: sc/inc/globstr.hrc:96
+msgctxt "STR_UNDO_FITCELLSIZE"
+msgid "Fit to Cell Size"
+msgstr ""
+
+#: sc/inc/globstr.hrc:97
msgctxt "STR_UNDO_UPDATELINK"
msgid "Update Link"
msgstr "Ирҿыцтәуп азхьарҧш"
-#: globstr.hrc:97
+#: sc/inc/globstr.hrc:98
msgctxt "STR_UNDO_REMOVELINK"
msgid "Unlink"
msgstr "Иқәгатәуп азхьарҧш"
-#: globstr.hrc:98
+#: sc/inc/globstr.hrc:99
msgctxt "STR_UNDO_INSERTAREALINK"
msgid "Insert Link"
msgstr "бжьаргылатәуп агиперзхьарҧш"
-#: globstr.hrc:99
+#: sc/inc/globstr.hrc:100
msgctxt "STR_UNDO_ENTERMATRIX"
msgid "Insert Array Formula"
msgstr "Ибжьаргылатәуп амассив аформула"
-#: globstr.hrc:100
+#: sc/inc/globstr.hrc:101
msgctxt "STR_UNDO_INSERTNOTE"
msgid "Insert Comment"
msgstr "Ибжьаргылатәуп акомментари"
-#: globstr.hrc:101
+#: sc/inc/globstr.hrc:102
msgctxt "STR_UNDO_DELETENOTE"
msgid "Delete Comment"
msgstr "Ианыхтәуп акомментари"
-#: globstr.hrc:102
+#: sc/inc/globstr.hrc:103
msgctxt "STR_UNDO_SHOWNOTE"
msgid "Show Comment"
msgstr "Иаарҧштәуп акомментари"
-#: globstr.hrc:103
+#: sc/inc/globstr.hrc:104
msgctxt "STR_UNDO_HIDENOTE"
msgid "Hide Comment"
msgstr "Иҵәахтәуп акомментари"
-#: globstr.hrc:104
+#: sc/inc/globstr.hrc:105
msgctxt "STR_UNDO_SHOWALLNOTES"
msgid "Show All Comments"
msgstr "Иаарҧштәуп акомментариқәа зегьы"
-#: globstr.hrc:105
+#: sc/inc/globstr.hrc:106
msgctxt "STR_UNDO_HIDEALLNOTES"
msgid "Hide All Comments"
msgstr "Иҵәахтәуп акомментариқәа зегьы"
-#: globstr.hrc:106
+#: sc/inc/globstr.hrc:107
msgctxt "STR_UNDO_EDITNOTE"
msgid "Edit Comment"
msgstr "Иҧсахтәуп акомментари"
-#: globstr.hrc:107
+#: sc/inc/globstr.hrc:108
msgctxt "STR_UNDO_DEC_INDENT"
msgid "Decrease Indent"
msgstr ""
-#: globstr.hrc:108
+#: sc/inc/globstr.hrc:109
msgctxt "STR_UNDO_INC_INDENT"
msgid "Increase Indent"
msgstr ""
-#: globstr.hrc:109
+#: sc/inc/globstr.hrc:110
msgctxt "STR_UNDO_PROTECT_TAB"
msgid "Protect sheet"
msgstr "Иқәыргылатәуп абӷьыц ахьчага"
-#: globstr.hrc:110
+#: sc/inc/globstr.hrc:111
msgctxt "STR_UNDO_UNPROTECT_TAB"
msgid "Unprotect sheet"
msgstr "Иқәгатәуп абӷьыц ахьчага"
-#: globstr.hrc:111
+#: sc/inc/globstr.hrc:112
msgctxt "STR_UNDO_PROTECT_DOC"
msgid "Protect document"
msgstr "Иқәыргылатәуп адокумент ахьчага"
-#: globstr.hrc:112
+#: sc/inc/globstr.hrc:113
msgctxt "STR_UNDO_UNPROTECT_DOC"
msgid "Unprotect document"
msgstr "Иқәгатәуп адокумент ахьчага"
-#: globstr.hrc:113
+#: sc/inc/globstr.hrc:114
msgctxt "STR_UNDO_PRINTRANGES"
msgid "Print range"
msgstr "Акьыҧхьра адиапазон"
-#: globstr.hrc:114
+#: sc/inc/globstr.hrc:115
msgctxt "STR_UNDO_REMOVEBREAKS"
msgid "Delete Page Breaks"
msgstr "Ианыхтәуп адаҟьақәа реимҟьарақәа"
-#: globstr.hrc:115
+#: sc/inc/globstr.hrc:116
msgctxt "STR_UNDO_PRINTSCALE"
msgid "Change Scale"
msgstr "Иҧсахтәуп амасштаб"
-#: globstr.hrc:116
+#: sc/inc/globstr.hrc:117
msgctxt "STR_UNDO_DRAG_BREAK"
msgid "Move Page Break"
msgstr "Ииагатәуп адаҟьа аимҟьара"
-#: globstr.hrc:117
+#: sc/inc/globstr.hrc:118
msgctxt "STR_UNDO_RANGENAMES"
msgid "Edit range names"
msgstr ""
-#: globstr.hrc:118
+#: sc/inc/globstr.hrc:119
msgctxt "STR_UNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Арегистр"
-#: globstr.hrc:119
+#: sc/inc/globstr.hrc:120
msgctxt "STR_DBNAME_IMPORT"
msgid "Import"
msgstr "Аимпорт"
-#: globstr.hrc:120
+#: sc/inc/globstr.hrc:121
msgctxt "STR_MSSG_DOSUBTOTALS_0"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME Calc"
-#: globstr.hrc:121
+#: sc/inc/globstr.hrc:122
msgctxt "STR_MSSG_DOSUBTOTALS_1"
msgid "Delete data?"
msgstr "Ианыхтәума адырқәа?"
-#: globstr.hrc:122
+#: sc/inc/globstr.hrc:123
msgctxt "STR_MSSG_DOSUBTOTALS_2"
msgid "Unable to insert rows"
msgstr ""
-#: globstr.hrc:123
+#: sc/inc/globstr.hrc:124
msgctxt "STR_MSSG_REPEATDB_0"
msgid "No operations to execute"
msgstr ""
-#: globstr.hrc:124
+#: sc/inc/globstr.hrc:125
msgctxt "STR_MSSG_MAKEAUTOFILTER_0"
msgid ""
"The range does not contain column headers.\n"
"Do you want the first line to be used as column header?"
msgstr ""
-#: globstr.hrc:125
+#: sc/inc/globstr.hrc:126
msgctxt "STR_MSSG_IMPORTDATA_0"
msgid "Error while importing data!"
msgstr "Адырқәа римпорт агха!"
-#: globstr.hrc:126
+#: sc/inc/globstr.hrc:127
msgctxt "STR_PROGRESS_IMPORT"
msgid "# records imported..."
msgstr ""
-#: globstr.hrc:127
+#: sc/inc/globstr.hrc:128
msgctxt "STR_MSSG_MAKEOUTLINE_0"
msgid "Grouping not possible"
msgstr ""
-#: globstr.hrc:128
+#: sc/inc/globstr.hrc:129
msgctxt "STR_MSSG_REMOVEOUTLINE_0"
msgid "Ungrouping not possible"
msgstr ""
-#: globstr.hrc:129
+#: sc/inc/globstr.hrc:130
msgctxt "STR_MSSG_PASTEFROMCLIP_0"
msgid "Insert into multiple selection not possible"
msgstr ""
-#: globstr.hrc:130
+#: sc/inc/globstr.hrc:131
msgctxt "STR_MSSG_MOVEBLOCKTO_0"
msgid "Cell merge not possible if cells already merged!"
msgstr ""
-#: globstr.hrc:131
+#: sc/inc/globstr.hrc:132
msgctxt "STR_MSSG_INSERTCELLS_0"
msgid "Inserting into merged ranges not possible"
msgstr ""
-#: globstr.hrc:132
+#: sc/inc/globstr.hrc:133
msgctxt "STR_MSSG_DELETECELLS_0"
msgid "Deleting in merged ranges not possible"
msgstr ""
-#: globstr.hrc:133
+#: sc/inc/globstr.hrc:134
msgctxt "STR_MSSG_MERGECELLS_0"
msgid "Cell merge not possible if cells already merged"
msgstr ""
-#: globstr.hrc:134
+#: sc/inc/globstr.hrc:135
msgctxt "STR_SORT_ERR_MERGED"
msgid "Ranges containing merged cells can only be sorted without formats."
msgstr ""
-#: globstr.hrc:135
+#: sc/inc/globstr.hrc:136
msgctxt "STR_MSSG_SOLVE_0"
msgid "Goal Seek succeeded. Result: "
msgstr ""
-#: globstr.hrc:136
+#: sc/inc/globstr.hrc:137
msgctxt "STR_MSSG_SOLVE_1"
msgid ""
"\n"
@@ -598,211 +603,211 @@ msgid ""
"Insert the result into the variable cell?"
msgstr ""
-#: globstr.hrc:137
+#: sc/inc/globstr.hrc:138
msgctxt "STR_MSSG_SOLVE_2"
msgid ""
"Goal Seek failed.\n"
"\n"
msgstr ""
-#: globstr.hrc:138
+#: sc/inc/globstr.hrc:139
msgctxt "STR_MSSG_SOLVE_3"
msgid "Insert the closest value ("
msgstr ""
-#: globstr.hrc:139
+#: sc/inc/globstr.hrc:140
msgctxt "STR_MSSG_SOLVE_4"
msgid ") into the variable cell anyway?"
msgstr ""
-#: globstr.hrc:140
+#: sc/inc/globstr.hrc:141
msgctxt "STR_TABLE_GRAND"
msgid "Grand"
msgstr ""
-#: globstr.hrc:141
+#: sc/inc/globstr.hrc:142
msgctxt "STR_TABLE_ERGEBNIS"
msgid "Result"
msgstr "Алҵшәа"
-#: globstr.hrc:142
+#: sc/inc/globstr.hrc:143
msgctxt "STR_UNDO_SPELLING"
msgid "Spellcheck"
msgstr "Аорфографиа агәаҭара"
-#: globstr.hrc:143
+#: sc/inc/globstr.hrc:144
msgctxt "STR_TABLE_UND"
msgid "AND"
msgstr "AND"
-#: globstr.hrc:144
+#: sc/inc/globstr.hrc:145
msgctxt "STR_TABLE_ODER"
msgid "OR"
msgstr "МА"
-#: globstr.hrc:145
+#: sc/inc/globstr.hrc:146
msgctxt "STR_TABLE_DEF"
msgid "Sheet"
msgstr "Абӷьыц"
-#: globstr.hrc:146
+#: sc/inc/globstr.hrc:147
msgctxt "STR_MOVE_TO_END"
msgid "- move to end position -"
msgstr ""
-#: globstr.hrc:147
+#: sc/inc/globstr.hrc:148
msgctxt "STR_NO_REF_TABLE"
msgid "#REF!"
msgstr ""
-#: globstr.hrc:148
+#: sc/inc/globstr.hrc:149
msgctxt "STR_PIVOT_NODATA"
msgid "The pivot table must contain at least one entry."
msgstr ""
-#: globstr.hrc:149
+#: sc/inc/globstr.hrc:150
msgctxt "STR_PIVOT_MOVENOTALLOWED"
msgid "The data range can not be deleted."
msgstr "Адырқәа рдиапазон аныхра ауам."
-#: globstr.hrc:150
+#: sc/inc/globstr.hrc:151
msgctxt "STR_PIVOT_ERROR"
msgid "Error creating the pivot table."
msgstr ""
-#: globstr.hrc:151
+#: sc/inc/globstr.hrc:152
msgctxt "STR_PIVOT_NOTEMPTY"
msgid "The destination range is not empty. Overwrite existing contents?"
msgstr ""
-#: globstr.hrc:152
+#: sc/inc/globstr.hrc:153
msgctxt "STR_PIVOT_REMOVE_PIVOTCHART"
msgid ""
"Deleting the pivot table will also remove any associated pivot charts.\n"
"Do you want to proceed?"
msgstr ""
-#: globstr.hrc:153
+#: sc/inc/globstr.hrc:154
msgctxt "STR_DATAPILOT_SUBTOTAL"
msgid "The source range contains subtotals which may distort the results. Use it anyway?"
msgstr ""
-#: globstr.hrc:154
+#: sc/inc/globstr.hrc:155
msgctxt "STR_PIVOT_TOTAL"
msgid "Total"
msgstr "Аихшьала"
-#: globstr.hrc:155
+#: sc/inc/globstr.hrc:156
msgctxt "STR_PIVOT_DATA"
msgid "Data"
msgstr "Адырқәа"
-#: globstr.hrc:156
+#: sc/inc/globstr.hrc:157
msgctxt "STR_PIVOT_GROUP"
msgid "Group"
msgstr "Агәыҧ"
-#: globstr.hrc:157
+#: sc/inc/globstr.hrc:158
msgctxt "STR_ROWCOL_SELCOUNT"
msgid "$1 rows, $2 columns selected"
msgstr "$1 цәаҳәа, $2 еиҵагыла алхуп"
-#: globstr.hrc:158
+#: sc/inc/globstr.hrc:159
msgctxt "STR_FILTER_SELCOUNT"
msgid "$1 of $2 records found"
msgstr ""
-#: globstr.hrc:159
+#: sc/inc/globstr.hrc:160
msgctxt "STR_COLUMN"
msgid "Column"
msgstr "Аиҵагыла"
-#: globstr.hrc:160
+#: sc/inc/globstr.hrc:161
msgctxt "STR_ROW"
msgid "Row"
msgstr "Ацәаҳәа"
-#: globstr.hrc:161
+#: sc/inc/globstr.hrc:162
msgctxt "STR_PAGE"
msgid "Page"
msgstr "Адаҟьа"
-#: globstr.hrc:162
+#: sc/inc/globstr.hrc:163
msgctxt "STR_PGNUM"
msgid "Page %1"
msgstr "Адаҟьа %1"
-#: globstr.hrc:163
+#: sc/inc/globstr.hrc:164
msgctxt "STR_LOAD_DOC"
msgid "Load document"
msgstr "Иҭагалатәуп адокумент"
-#: globstr.hrc:164
+#: sc/inc/globstr.hrc:165
msgctxt "STR_SAVE_DOC"
msgid "Save document"
msgstr "Адокумент аиқәырхара"
-#: globstr.hrc:165
+#: sc/inc/globstr.hrc:166
msgctxt "STR_AREA_ALREADY_INSERTED"
msgid "This range has already been inserted."
msgstr ""
-#: globstr.hrc:166
+#: sc/inc/globstr.hrc:167
msgctxt "STR_INVALID_TABREF"
msgid "Invalid sheet reference."
msgstr "Абӷьыц ахь изымуа азхьарҧш."
-#: globstr.hrc:167
+#: sc/inc/globstr.hrc:168
msgctxt "STR_INVALID_QUERYAREA"
msgid "This range does not contain a valid query."
msgstr ""
-#: globstr.hrc:168
+#: sc/inc/globstr.hrc:169
msgctxt "STR_REIMPORT_EMPTY"
msgid "This range does not contain imported data."
msgstr ""
-#: globstr.hrc:169
+#: sc/inc/globstr.hrc:170
msgctxt "STR_NOMULTISELECT"
msgid "This function cannot be used with multiple selections."
msgstr ""
-#: globstr.hrc:170
+#: sc/inc/globstr.hrc:171
msgctxt "STR_FILL_SERIES_PROGRESS"
msgid "Fill Row..."
msgstr ""
-#: globstr.hrc:171
+#: sc/inc/globstr.hrc:172
msgctxt "STR_UNDO_THESAURUS"
msgid "Thesaurus"
msgstr "Атезаурус"
-#: globstr.hrc:172
+#: sc/inc/globstr.hrc:173
msgctxt "STR_FILL_TAB"
msgid "Fill Sheets"
msgstr "Ихарҭәаатәуп абӷьыцқәа"
-#: globstr.hrc:173
+#: sc/inc/globstr.hrc:174
msgctxt "STR_UPDATE_SCENARIO"
msgid "Add selected ranges to current scenario?"
msgstr ""
-#: globstr.hrc:174
+#: sc/inc/globstr.hrc:175
msgctxt "STR_ERR_NEWSCENARIO"
msgid "The scenario ranges must be selected in order to be able to create a new scenario."
msgstr ""
-#: globstr.hrc:175
+#: sc/inc/globstr.hrc:176
msgctxt "STR_NOAREASELECTED"
msgid "A range has not been selected."
msgstr "Адиапазон алкааӡам."
-#: globstr.hrc:176
+#: sc/inc/globstr.hrc:177
msgctxt "STR_NEWTABNAMENOTUNIQUE"
msgid "This name already exists."
msgstr "Ари аҩыза ахьӡ ыҟоуп."
-#: globstr.hrc:177
+#: sc/inc/globstr.hrc:178
msgctxt "STR_INVALIDTABNAME"
msgid ""
"Invalid sheet name.\n"
@@ -811,324 +816,294 @@ msgid ""
"or the character ' (apostrophe) as first or last character."
msgstr ""
-#: globstr.hrc:178
+#: sc/inc/globstr.hrc:179
msgctxt "STR_SCENARIO"
msgid "Scenario"
msgstr "Асценари"
-#: globstr.hrc:179
+#: sc/inc/globstr.hrc:180
msgctxt "STR_PIVOT_TABLE"
msgid "Pivot Table"
msgstr ""
#. Text strings for captions of subtotal functions.
-#: globstr.hrc:181
+#: sc/inc/globstr.hrc:182
msgctxt "STR_FUN_TEXT_SUM"
msgid "Sum"
msgstr "Аицҵалыҵ"
-#: globstr.hrc:182
+#: sc/inc/globstr.hrc:183
msgctxt "STR_FUN_TEXT_SELECTION_COUNT"
msgid "Selection count"
msgstr "Иалкаауп адиапазонқәа"
-#: globstr.hrc:183
+#: sc/inc/globstr.hrc:184
msgctxt "STR_FUN_TEXT_COUNT"
msgid "Count"
msgstr "Ахыҧхьаӡара"
-#: globstr.hrc:184
+#: sc/inc/globstr.hrc:185
msgctxt "STR_FUN_TEXT_COUNT2"
msgid "CountA"
msgstr "Ахыҧхьаӡара2"
-#: globstr.hrc:185
+#: sc/inc/globstr.hrc:186
msgctxt "STR_FUN_TEXT_AVG"
msgid "Average"
msgstr "Ибжьаратәу аҵакы"
-#: globstr.hrc:186
+#: sc/inc/globstr.hrc:187
msgctxt "STR_FUN_TEXT_MEDIAN"
msgid "Median"
msgstr "Амедиана"
-#: globstr.hrc:187
+#: sc/inc/globstr.hrc:188
msgctxt "STR_FUN_TEXT_MAX"
msgid "Max"
msgstr "Амаксимум"
-#: globstr.hrc:188
+#: sc/inc/globstr.hrc:189
msgctxt "STR_FUN_TEXT_MIN"
msgid "Min"
msgstr "Аминимум"
-#: globstr.hrc:189
+#: sc/inc/globstr.hrc:190
msgctxt "STR_FUN_TEXT_PRODUCT"
msgid "Product"
msgstr "Ашьҭыхлыҵ"
-#: globstr.hrc:190
+#: sc/inc/globstr.hrc:191
msgctxt "STR_FUN_TEXT_STDDEV"
msgid "StDev"
msgstr ""
-#: globstr.hrc:191
+#: sc/inc/globstr.hrc:192
msgctxt "STR_FUN_TEXT_VAR"
msgid "Var"
msgstr ""
-#: globstr.hrc:192
+#: sc/inc/globstr.hrc:193
msgctxt "STR_NOCHARTATCURSOR"
msgid "No chart found at this position."
msgstr "Адиаграмма ари апозициаҿ иҧшаам."
-#: globstr.hrc:193
+#: sc/inc/globstr.hrc:194
msgctxt "STR_PIVOT_NOTFOUND"
msgid "No pivot table found at this position."
msgstr ""
-#: globstr.hrc:194
+#: sc/inc/globstr.hrc:195
msgctxt "STR_EMPTYDATA"
msgid "(empty)"
msgstr "(иҭацәуп)"
-#: globstr.hrc:195
+#: sc/inc/globstr.hrc:196
msgctxt "STR_PRINT_INVALID_AREA"
msgid "Invalid print range"
msgstr "Акьыҧхьра зымуа адиапазон"
-#: globstr.hrc:196
+#: sc/inc/globstr.hrc:197
msgctxt "STR_PAGESTYLE"
msgid "Page Style"
msgstr "Адаҟьа астиль"
-#: globstr.hrc:197
+#: sc/inc/globstr.hrc:198
msgctxt "STR_HEADER"
msgid "Header"
msgstr ""
-#: globstr.hrc:198
+#: sc/inc/globstr.hrc:199
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr ""
-#: globstr.hrc:199
+#: sc/inc/globstr.hrc:200
msgctxt "STR_TEXTATTRS"
msgid "Text Attributes"
msgstr "Атеқст атрибутқәа"
-#: globstr.hrc:200
-msgctxt "STR_HFCMD_PAGE"
-msgid "PAGE"
-msgstr "АДАҞЬА"
-
-#: globstr.hrc:201
-msgctxt "STR_HFCMD_PAGES"
-msgid "PAGES"
-msgstr "АДАҞЬАҚӘА"
-
-#: globstr.hrc:202
-msgctxt "STR_HFCMD_DATE"
-msgid "DATE"
-msgstr "DATE"
-
-#: globstr.hrc:203
-msgctxt "STR_HFCMD_TIME"
-msgid "TIME"
-msgstr "TIME"
-
-#: globstr.hrc:204
-msgctxt "STR_HFCMD_FILE"
-msgid "FILE"
-msgstr "FILE"
-
-#: globstr.hrc:205
-msgctxt "STR_HFCMD_TABLE"
-msgid "SHEET"
-msgstr "SHEET"
-
-#: globstr.hrc:206
+#: sc/inc/globstr.hrc:201
msgctxt "STR_PROTECTIONERR"
msgid "Protected cells can not be modified."
msgstr ""
-#: globstr.hrc:207
+#: sc/inc/globstr.hrc:202
msgctxt "STR_READONLYERR"
msgid "Document opened in read-only mode."
msgstr "Адокумент аартуп аҧхьара мацаразы."
-#: globstr.hrc:208
+#: sc/inc/globstr.hrc:203
msgctxt "STR_MATRIXFRAGMENTERR"
msgid "You cannot change only part of an array."
msgstr ""
-#: globstr.hrc:209
+#: sc/inc/globstr.hrc:204
msgctxt "STR_PAGEHEADER"
msgid "Header"
msgstr ""
-#: globstr.hrc:210
+#: sc/inc/globstr.hrc:205
msgctxt "STR_PAGEFOOTER"
msgid "Footer"
msgstr ""
#. BEGIN error constants and error strings.
-#: globstr.hrc:213
+#: sc/inc/globstr.hrc:208
msgctxt "STR_ERROR_STR"
msgid "Err:"
msgstr "Агха:"
#. BEGIN defined ERROR.TYPE() values.
#. ERROR.TYPE( #DIV/0! ) == 2
-#: globstr.hrc:216
+#: sc/inc/globstr.hrc:211
msgctxt "STR_LONG_ERR_DIV_ZERO"
msgid "Error: Division by zero"
msgstr "Агха: ноль ала ашара"
#. ERROR.TYPE( #VALUE! ) == 3
-#: globstr.hrc:218
+#: sc/inc/globstr.hrc:213
msgctxt "STR_LONG_ERR_NO_VALUE"
msgid "Error: Wrong data type"
msgstr "Агха: Ииашам адырқәа ртип"
#. ERROR.TYPE( #REF! ) == 4
-#: globstr.hrc:220
+#: sc/inc/globstr.hrc:215
msgctxt "STR_LONG_ERR_NO_REF"
msgid "Error: Not a valid reference"
msgstr "Агха: изымуа азхьарҧш"
#. ERROR.TYPE( #NAME! ) == 5
-#: globstr.hrc:222
+#: sc/inc/globstr.hrc:217
msgctxt "STR_LONG_ERR_NO_NAME"
msgid "Error: Invalid name"
msgstr "Агха: изымуа ахьӡ"
#. ERROR.TYPE( #NUM! ) == 6
-#: globstr.hrc:224
+#: sc/inc/globstr.hrc:219
msgctxt "STR_LONG_ERR_ILL_FPO"
msgid "Error: Invalid numeric value"
msgstr "Агха: изымуа ахьыҧхьаӡаратә ҵакы"
#. ERROR.TYPE( #N/A ) == 7
-#: globstr.hrc:226
+#: sc/inc/globstr.hrc:221
msgctxt "STR_LONG_ERR_NV"
msgid "Error: Value not available"
msgstr ""
#. END defined ERROR.TYPE() values.
-#: globstr.hrc:228
+#: sc/inc/globstr.hrc:223
msgctxt "STR_NO_ADDIN"
msgid "#ADDIN?"
msgstr "#ADDIN?"
-#: globstr.hrc:229
+#: sc/inc/globstr.hrc:224
msgctxt "STR_LONG_ERR_NO_ADDIN"
msgid "Error: Add-in not found"
msgstr ""
-#: globstr.hrc:230
+#: sc/inc/globstr.hrc:225
msgctxt "STR_NO_MACRO"
msgid "#MACRO?"
msgstr "#АМАКРОС?"
-#: globstr.hrc:231
+#: sc/inc/globstr.hrc:226
msgctxt "STR_LONG_ERR_NO_MACRO"
msgid "Error: Macro not found"
msgstr "Агха: амакрос ҧшаам"
-#: globstr.hrc:232
+#: sc/inc/globstr.hrc:227
msgctxt "STR_LONG_ERR_SYNTAX"
msgid "Internal syntactical error"
msgstr "Аҩныҵҟатәи асинтаксистә гха"
-#: globstr.hrc:233
+#: sc/inc/globstr.hrc:228
msgctxt "STR_LONG_ERR_ILL_ARG"
msgid "Error: Invalid argument"
msgstr "Агха: изымуа аргумент"
-#: globstr.hrc:234
+#: sc/inc/globstr.hrc:229
msgctxt "STR_LONG_ERR_ILL_PAR"
msgid "Error in parameter list"
msgstr ""
-#: globstr.hrc:235
+#: sc/inc/globstr.hrc:230
msgctxt "STR_LONG_ERR_ILL_CHAR"
msgid "Error: Invalid character"
msgstr "Агха: изымуа асимвол"
-#: globstr.hrc:236
+#: sc/inc/globstr.hrc:231
msgctxt "STR_LONG_ERR_PAIR"
msgid "Error: in bracketing"
msgstr ""
-#: globstr.hrc:237
+#: sc/inc/globstr.hrc:232
msgctxt "STR_LONG_ERR_OP_EXP"
msgid "Error: Operator missing"
msgstr "Агха: аоператор ыҟаӡам"
-#: globstr.hrc:238
+#: sc/inc/globstr.hrc:233
msgctxt "STR_LONG_ERR_VAR_EXP"
msgid "Error: Variable missing"
msgstr "Агха: аҽеиҭак ыҟаӡам"
-#: globstr.hrc:239
+#: sc/inc/globstr.hrc:234
msgctxt "STR_LONG_ERR_CODE_OVF"
msgid "Error: Formula overflow"
msgstr "Агха: аформула аура дуцәоуп"
-#: globstr.hrc:240
+#: sc/inc/globstr.hrc:235
msgctxt "STR_LONG_ERR_STR_OVF"
msgid "Error: String overflow"
msgstr "Агха: асимволқәа рцәаҳәа аура дуцәоуп"
-#: globstr.hrc:241
+#: sc/inc/globstr.hrc:236
#, fuzzy
msgctxt "STR_LONG_ERR_STACK_OVF"
msgid "Error: Internal overflow"
msgstr "Агха: асимволқәа рцәаҳәа аура дуцәоуп"
-#: globstr.hrc:242
+#: sc/inc/globstr.hrc:237
msgctxt "STR_LONG_ERR_MATRIX_SIZE"
msgid "Error: Array or matrix size"
msgstr "Агха: амассив ма аматрица рышәагаа"
-#: globstr.hrc:243
+#: sc/inc/globstr.hrc:238
msgctxt "STR_LONG_ERR_CIRC_REF"
msgid "Error: Circular reference"
msgstr ""
-#: globstr.hrc:244
+#: sc/inc/globstr.hrc:239
msgctxt "STR_LONG_ERR_NO_CONV"
msgid "Error: Calculation does not converge"
msgstr ""
#. END error constants and error strings.
-#: globstr.hrc:247
+#: sc/inc/globstr.hrc:242
msgctxt "STR_GRIDCOLOR"
msgid "Grid color"
msgstr ""
-#: globstr.hrc:248
+#: sc/inc/globstr.hrc:243
msgctxt "STR_CELL_FILTER"
msgid "Filter"
msgstr "Афильтр"
-#: globstr.hrc:249
+#: sc/inc/globstr.hrc:244
msgctxt "STR_TARGETNOTFOUND"
msgid "The target database range does not exist."
msgstr ""
-#: globstr.hrc:250
+#: sc/inc/globstr.hrc:245
msgctxt "STR_INVALID_EPS"
msgid "Invalid increment"
msgstr "Ииашам ашьаҿа"
-#: globstr.hrc:251
+#: sc/inc/globstr.hrc:246
msgctxt "STR_UNDO_TABOP"
msgid "Multiple operations"
msgstr ""
-#: globstr.hrc:252
+#: sc/inc/globstr.hrc:247
msgctxt "STR_INVALID_AFNAME"
msgid ""
"You have entered an invalid name.\n"
@@ -1136,42 +1111,42 @@ msgid ""
"Try again using a different name."
msgstr ""
-#: globstr.hrc:253
+#: sc/inc/globstr.hrc:248
msgctxt "STR_AREA"
msgid "Range"
msgstr "Адиапазон"
-#: globstr.hrc:254
+#: sc/inc/globstr.hrc:249
msgctxt "STR_YES"
msgid "Yes"
msgstr "Ааи"
-#: globstr.hrc:255
+#: sc/inc/globstr.hrc:250
msgctxt "STR_NO"
msgid "No"
msgstr "Мап"
-#: globstr.hrc:256
+#: sc/inc/globstr.hrc:251
msgctxt "STR_PROTECTION"
msgid "Protection"
msgstr "Ахьчара"
-#: globstr.hrc:257
+#: sc/inc/globstr.hrc:252
msgctxt "STR_FORMULAS"
msgid "Formulas"
msgstr "Аформулақәа"
-#: globstr.hrc:258
+#: sc/inc/globstr.hrc:253
msgctxt "STR_HIDE"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: globstr.hrc:259
+#: sc/inc/globstr.hrc:254
msgctxt "STR_PRINT"
msgid "Print"
msgstr "Акьыҧхьра"
-#: globstr.hrc:260
+#: sc/inc/globstr.hrc:255
msgctxt "STR_INVALID_AFAREA"
msgid ""
"To apply an AutoFormat,\n"
@@ -1179,104 +1154,104 @@ msgid ""
"3x3 cells must be selected."
msgstr ""
-#: globstr.hrc:261
+#: sc/inc/globstr.hrc:256
msgctxt "STR_OPTIONAL"
msgid "(optional)"
msgstr "(ихымҧадатәиӡам)"
-#: globstr.hrc:262
+#: sc/inc/globstr.hrc:257
msgctxt "STR_REQUIRED"
msgid "(required)"
msgstr "(ихымҧадатәиуп)"
-#: globstr.hrc:263
+#: sc/inc/globstr.hrc:258
msgctxt "STR_NOTES"
msgid "Comments"
msgstr "Акомментариқәа"
-#: globstr.hrc:264
+#: sc/inc/globstr.hrc:259
msgctxt "STR_QUERY_DELTAB"
msgid "Are you sure you want to delete the selected sheet(s)?"
msgstr "Ианыхтәума иалху абӷьыцқәа?"
-#: globstr.hrc:265
+#: sc/inc/globstr.hrc:260
msgctxt "STR_QUERY_DELSCENARIO"
msgid "Are you sure you want to delete the selected scenario?"
msgstr "Ианыхтәума иалху асценари?"
-#: globstr.hrc:266
+#: sc/inc/globstr.hrc:261
msgctxt "STR_EXPORT_ASCII"
msgid "Export Text File"
msgstr "Атеқсттә фаил ахь аекспорт"
-#: globstr.hrc:267
+#: sc/inc/globstr.hrc:262
msgctxt "STR_IMPORT_LOTUS"
msgid "Import Lotus files"
msgstr "Lotus афаилқәа римпорт"
-#: globstr.hrc:268
+#: sc/inc/globstr.hrc:263
msgctxt "STR_IMPORT_DBF"
msgid "Import DBase files"
msgstr "DBase афаилқәа римпорт"
-#: globstr.hrc:269
+#: sc/inc/globstr.hrc:264
msgctxt "STR_EXPORT_DBF"
msgid "DBase export"
msgstr "DBase аекспорт"
-#: globstr.hrc:270
+#: sc/inc/globstr.hrc:265
msgctxt "STR_EXPORT_DIF"
msgid "Dif Export"
msgstr "Dif аекспорт"
-#: globstr.hrc:271
+#: sc/inc/globstr.hrc:266
msgctxt "STR_IMPORT_DIF"
msgid "Dif Import"
msgstr "Dif Аимпорт"
-#: globstr.hrc:272
+#: sc/inc/globstr.hrc:267
msgctxt "STR_STYLENAME_STANDARD"
msgid "Default"
msgstr "Астандарт"
-#: globstr.hrc:273
+#: sc/inc/globstr.hrc:268
msgctxt "STR_STYLENAME_RESULT"
msgid "Result"
msgstr "Алҵшәа"
-#: globstr.hrc:274
+#: sc/inc/globstr.hrc:269
msgctxt "STR_STYLENAME_RESULT1"
msgid "Result2"
msgstr "Алҵшәа2"
-#: globstr.hrc:275
+#: sc/inc/globstr.hrc:270
#, fuzzy
msgctxt "STR_STYLENAME_HEADLINE"
msgid "Heading"
msgstr "Ахқәа"
-#: globstr.hrc:276
+#: sc/inc/globstr.hrc:271
#, fuzzy
msgctxt "STR_STYLENAME_HEADLINE1"
msgid "Heading1"
msgstr "Ахқәа"
-#: globstr.hrc:277
+#: sc/inc/globstr.hrc:272
msgctxt "STR_STYLENAME_REPORT"
msgid "Report"
msgstr "Аҳасабырба"
-#: globstr.hrc:278
+#: sc/inc/globstr.hrc:273
msgctxt "STR_THESAURUS_NO_STRING"
msgid "Thesaurus can only be used in text cells!"
msgstr ""
-#: globstr.hrc:279
+#: sc/inc/globstr.hrc:274
msgctxt "STR_SPELLING_BEGIN_TAB"
msgid "Should the spellcheck be continued at the beginning of the current sheet?"
msgstr ""
-#: globstr.hrc:280
+#: sc/inc/globstr.hrc:275
msgctxt "STR_SPELLING_NO_LANG"
msgid ""
"is not available for the thesaurus.\n"
@@ -1284,486 +1259,484 @@ msgid ""
"the desired language if necessary"
msgstr ""
-#: globstr.hrc:281
+#: sc/inc/globstr.hrc:276
msgctxt "STR_SPELLING_STOP_OK"
msgid "The spellcheck of this sheet has been completed."
msgstr ""
-#: globstr.hrc:282
+#: sc/inc/globstr.hrc:277
#, fuzzy
msgctxt "STR_UNDO_INSERT_TAB"
msgid "Insert Sheet"
msgstr "Ибжьаргылатәуп адиаграмма"
-#: globstr.hrc:283
+#: sc/inc/globstr.hrc:278
msgctxt "STR_UNDO_DELETE_TAB"
msgid "Delete Sheets"
msgstr "Ианыхтәуп абӷьыцқәа"
-#: globstr.hrc:284
+#: sc/inc/globstr.hrc:279
msgctxt "STR_UNDO_RENAME_TAB"
msgid "Rename Sheet"
msgstr ""
-#: globstr.hrc:285
+#: sc/inc/globstr.hrc:280
#, fuzzy
msgctxt "STR_UNDO_SET_TAB_BG_COLOR"
msgid "Color Tab"
msgstr "Аҧштәқәа ртаблица"
-#: globstr.hrc:286
+#: sc/inc/globstr.hrc:281
#, fuzzy
msgctxt "STR_UNDO_SET_MULTI_TAB_BG_COLOR"
msgid "Color Tabs"
msgstr "Аҧштәқәа ртаблица"
-#: globstr.hrc:287
+#: sc/inc/globstr.hrc:282
msgctxt "STR_UNDO_MOVE_TAB"
msgid "Move Sheets"
msgstr ""
-#: globstr.hrc:288
+#: sc/inc/globstr.hrc:283
msgctxt "STR_UNDO_COPY_TAB"
msgid "Copy Sheet"
msgstr ""
-#: globstr.hrc:289
+#: sc/inc/globstr.hrc:284
msgctxt "STR_UNDO_APPEND_TAB"
msgid "Append sheet"
msgstr "Иацҵатәуп абӷыц"
-#: globstr.hrc:290
+#: sc/inc/globstr.hrc:285
msgctxt "STR_UNDO_SHOWTAB"
msgid "Show Sheet"
msgstr "Иаарҧштәуп абӷьыц"
-#: globstr.hrc:291
+#: sc/inc/globstr.hrc:286
msgctxt "STR_UNDO_SHOWTABS"
msgid "Show Sheets"
msgstr "Иаарҧштәуп абӷьыцқәа"
-#: globstr.hrc:292
+#: sc/inc/globstr.hrc:287
msgctxt "STR_UNDO_HIDETAB"
msgid "Hide sheet"
msgstr "Иҵәахтәуп абӷьыц"
-#: globstr.hrc:293
+#: sc/inc/globstr.hrc:288
msgctxt "STR_UNDO_HIDETABS"
msgid "Hide sheets"
msgstr "Иҵәахтәуп абӷьыцқәа"
-#: globstr.hrc:294
+#: sc/inc/globstr.hrc:289
msgctxt "STR_UNDO_TAB_RTL"
msgid "Flip sheet"
msgstr ""
-#: globstr.hrc:295
+#: sc/inc/globstr.hrc:290
msgctxt "STR_ABSREFLOST"
msgid "The new table contains absolute references to other tables which may be incorrect!"
msgstr ""
-#: globstr.hrc:296
+#: sc/inc/globstr.hrc:291
msgctxt "STR_NAMECONFLICT"
msgid "Due to identical names, an existing range name in the destination document has been altered!"
msgstr ""
-#: globstr.hrc:297
+#: sc/inc/globstr.hrc:292
msgctxt "STR_ERR_AUTOFILTER"
msgid "AutoFilter not possible"
msgstr ""
-#: globstr.hrc:298
+#: sc/inc/globstr.hrc:293
msgctxt "STR_CREATENAME_REPLACE"
msgid "Replace existing definition of #?"
msgstr ""
-#: globstr.hrc:299
+#: sc/inc/globstr.hrc:294
msgctxt "STR_CREATENAME_MARKERR"
msgid "Invalid selection for range names"
msgstr ""
-#: globstr.hrc:300
+#: sc/inc/globstr.hrc:295
msgctxt "STR_CONSOLIDATE_ERR1"
msgid "References can not be inserted above the source data."
msgstr ""
-#: globstr.hrc:301
+#: sc/inc/globstr.hrc:296
msgctxt "STR_SCENARIO_NOTFOUND"
msgid "Scenario not found"
msgstr "Асценари ҧшаам"
-#: globstr.hrc:302
+#: sc/inc/globstr.hrc:297
msgctxt "STR_QUERY_DELENTRY"
msgid "Do you really want to delete the entry #?"
msgstr "Ианыхтәума аелемент #?"
-#: globstr.hrc:303
+#: sc/inc/globstr.hrc:298
msgctxt "STR_VOBJ_OBJECT"
msgid "Objects/Images"
msgstr "Абиеқтқәа/Асахьақәа"
-#: globstr.hrc:304
+#: sc/inc/globstr.hrc:299
msgctxt "STR_VOBJ_CHART"
msgid "Charts"
msgstr "Адиаграммақәа"
-#: globstr.hrc:305
+#: sc/inc/globstr.hrc:300
msgctxt "STR_VOBJ_DRAWINGS"
msgid "Drawing Objects"
msgstr "Асахьақәа"
-#: globstr.hrc:306
+#: sc/inc/globstr.hrc:301
msgctxt "STR_VOBJ_MODE_SHOW"
msgid "Show"
msgstr "Иаарҧштәуп"
-#: globstr.hrc:307
+#: sc/inc/globstr.hrc:302
msgctxt "STR_VOBJ_MODE_HIDE"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: globstr.hrc:308
+#: sc/inc/globstr.hrc:303
msgctxt "STR_SCATTR_PAGE_TOPDOWN"
msgid "Top to bottom"
msgstr ""
-#: globstr.hrc:309
+#: sc/inc/globstr.hrc:304
msgctxt "STR_SCATTR_PAGE_LEFTRIGHT"
msgid "Left-to-right"
msgstr "Армарахьтә арӷьарахь"
-#: globstr.hrc:310
+#: sc/inc/globstr.hrc:305
msgctxt "STR_SCATTR_PAGE_NOTES"
msgid "Comments"
msgstr "Акомментариқәа"
-#: globstr.hrc:311
+#: sc/inc/globstr.hrc:306
msgctxt "STR_SCATTR_PAGE_GRID"
msgid "Grid"
msgstr ""
-#: globstr.hrc:312
+#: sc/inc/globstr.hrc:307
msgctxt "STR_SCATTR_PAGE_HEADERS"
msgid "Row & Column Headers"
msgstr ""
-#: globstr.hrc:313
+#: sc/inc/globstr.hrc:308
msgctxt "STR_SCATTR_PAGE_FORMULAS"
msgid "Formulas"
msgstr "Аформулақәа"
-#: globstr.hrc:314
+#: sc/inc/globstr.hrc:309
msgctxt "STR_SCATTR_PAGE_NULLVALS"
msgid "Zero Values"
msgstr "Инультәу аҵакқәа"
-#: globstr.hrc:315
+#: sc/inc/globstr.hrc:310
msgctxt "STR_SCATTR_PAGE_PRINTDIR"
msgid "Print direction"
msgstr "Акьыҧхьра ахырхарҭа"
-#: globstr.hrc:316
+#: sc/inc/globstr.hrc:311
msgctxt "STR_SCATTR_PAGE_FIRSTPAGENO"
msgid "First page number"
msgstr "Актәи адаҟьа аномер"
-#: globstr.hrc:317
+#: sc/inc/globstr.hrc:312
msgctxt "STR_SCATTR_PAGE_SCALE"
msgid "Reduce/enlarge printout"
msgstr ""
-#: globstr.hrc:318
+#: sc/inc/globstr.hrc:313
msgctxt "STR_SCATTR_PAGE_SCALETOPAGES"
msgid "Fit print range(s) on number of pages"
msgstr ""
-#: globstr.hrc:319
+#: sc/inc/globstr.hrc:314
msgctxt "STR_SCATTR_PAGE_SCALETO"
msgid "Fit print range(s) to width/height"
msgstr ""
-#: globstr.hrc:320
+#: sc/inc/globstr.hrc:315
msgctxt "STR_SCATTR_PAGE_SCALE_WIDTH"
msgid "Width"
msgstr "Аҭбаара"
-#: globstr.hrc:321
+#: sc/inc/globstr.hrc:316
msgctxt "STR_SCATTR_PAGE_SCALE_HEIGHT"
msgid "Height"
msgstr "Аҳаракыра"
-#: globstr.hrc:322
+#: sc/inc/globstr.hrc:317
msgctxt "STR_SCATTR_PAGE_SCALE_PAGES"
msgid "%1 page(s)"
msgstr "%1 адаҟьа(қәа)"
-#: globstr.hrc:323
+#: sc/inc/globstr.hrc:318
msgctxt "STR_SCATTR_PAGE_SCALE_AUTO"
msgid "automatic"
msgstr "автоматикала"
-#: globstr.hrc:324
+#: sc/inc/globstr.hrc:319
msgctxt "STR_DOC_STAT"
msgid "Statistics"
msgstr "Астатистика"
-#: globstr.hrc:325
+#: sc/inc/globstr.hrc:320
msgctxt "STR_LINKERROR"
msgid "The link could not be updated."
msgstr "Азхьарҧш арҿыцра ауам."
-#: globstr.hrc:326
+#: sc/inc/globstr.hrc:321
msgctxt "STR_LINKERRORFILE"
msgid "File:"
msgstr "Афаил:"
-#: globstr.hrc:327
+#: sc/inc/globstr.hrc:322
msgctxt "STR_LINKERRORTAB"
msgid "Sheet:"
msgstr "Абӷьыц:"
-#: globstr.hrc:328
+#: sc/inc/globstr.hrc:323
msgctxt "STR_OVERVIEW"
msgid "Overview"
msgstr ""
-#: globstr.hrc:329
+#: sc/inc/globstr.hrc:324
msgctxt "STR_DOC_INFO"
msgid "Doc.Information"
msgstr "Адокумент иазкны"
-#: globstr.hrc:330
+#: sc/inc/globstr.hrc:325
msgctxt "STR_DOC_PRINTED"
msgid "Printed"
msgstr "Икьыҧхьуп"
-#: globstr.hrc:331
+#: sc/inc/globstr.hrc:326
msgctxt "STR_BY"
msgid "by"
msgstr ""
-#: globstr.hrc:332
+#: sc/inc/globstr.hrc:327
msgctxt "STR_ON"
msgid "on"
msgstr ""
-#: globstr.hrc:333
+#: sc/inc/globstr.hrc:328
msgctxt "STR_RELOAD_TABLES"
-msgid ""
-"This file contains links to other files.\n"
-"Should they be updated?"
+msgid "Automatic update of external links has been disabled."
msgstr ""
-#: globstr.hrc:334
+#: sc/inc/globstr.hrc:329
msgctxt "STR_REIMPORT_AFTER_LOAD"
msgid ""
"This file contains queries. The results of these queries were not saved.\n"
"Do you want these queries to be repeated?"
msgstr ""
-#: globstr.hrc:335
+#: sc/inc/globstr.hrc:330
msgctxt "STR_INSERT_FULL"
msgid ""
"Filled cells cannot be shifted\n"
"beyond the sheet."
msgstr ""
-#: globstr.hrc:336
+#: sc/inc/globstr.hrc:331
msgctxt "STR_TABINSERT_ERROR"
msgid "The table could not be inserted."
msgstr "Атаблица абжьаргылара ауам."
-#: globstr.hrc:337
+#: sc/inc/globstr.hrc:332
msgctxt "STR_TABREMOVE_ERROR"
msgid "The sheets could not be deleted."
msgstr "Абӷьыцқәа раныхра ауам."
-#: globstr.hrc:338
+#: sc/inc/globstr.hrc:333
msgctxt "STR_PASTE_ERROR"
msgid "The contents of the clipboard could not be pasted."
msgstr ""
-#: globstr.hrc:339
+#: sc/inc/globstr.hrc:334
msgctxt "STR_PASTE_FULL"
msgid "There is not enough space on the sheet to insert here."
msgstr ""
-#: globstr.hrc:340
+#: sc/inc/globstr.hrc:335
msgctxt "STR_PASTE_BIGGER"
msgid ""
"The content of the clipboard is bigger than the range selected.\n"
"Do you want to insert it anyway?"
msgstr ""
-#: globstr.hrc:341
+#: sc/inc/globstr.hrc:336
msgctxt "STR_ERR_NOREF"
msgid "No cell references are found in the selected cells."
msgstr ""
-#: globstr.hrc:342
+#: sc/inc/globstr.hrc:337
msgctxt "STR_GRAPHICNAME"
msgid "Image"
msgstr "Асахьа"
-#: globstr.hrc:343
+#: sc/inc/globstr.hrc:338
msgctxt "STR_INVALIDNAME"
msgid "Invalid name."
msgstr "Изымуа ахьӡ."
-#: globstr.hrc:344
+#: sc/inc/globstr.hrc:339
msgctxt "STR_VALID_MACRONOTFOUND"
msgid "Selected macro not found."
msgstr "Иалху амакрос ҧшаам."
-#: globstr.hrc:345
+#: sc/inc/globstr.hrc:340
msgctxt "STR_VALID_DEFERROR"
msgid "Invalid value."
msgstr "Изымуа аҵакы."
-#: globstr.hrc:346
+#: sc/inc/globstr.hrc:341
msgctxt "STR_PROGRESS_CALCULATING"
msgid "calculating"
msgstr ""
-#: globstr.hrc:347
+#: sc/inc/globstr.hrc:342
msgctxt "STR_PROGRESS_SORTING"
msgid "sorting"
msgstr ""
-#: globstr.hrc:348
+#: sc/inc/globstr.hrc:343
msgctxt "STR_PROGRESS_HEIGHTING"
msgid "Adapt row height"
msgstr ""
-#: globstr.hrc:349
+#: sc/inc/globstr.hrc:344
msgctxt "STR_PROGRESS_COMPARING"
msgid "Compare #"
msgstr ""
-#: globstr.hrc:350
+#: sc/inc/globstr.hrc:345
msgctxt "STR_DETINVALID_OVERFLOW"
msgid ""
"The maximum number of invalid cells has been exceeded.\n"
"Not all invalid cells have been marked."
msgstr ""
-#: globstr.hrc:351
+#: sc/inc/globstr.hrc:346
msgctxt "STR_QUICKHELP_DELETE"
msgid "Delete contents"
msgstr "Ианыхтәуп аҵакы"
-#: globstr.hrc:352
+#: sc/inc/globstr.hrc:347
msgctxt "STR_QUICKHELP_REF"
msgid "%1 R x %2 C"
msgstr ""
-#: globstr.hrc:353
+#: sc/inc/globstr.hrc:348
msgctxt "STR_FUNCTIONLIST_MORE"
msgid "More..."
msgstr "Иҵегь..."
-#: globstr.hrc:354
+#: sc/inc/globstr.hrc:349
msgctxt "STR_ERR_INVALID_AREA"
msgid "Invalid range"
msgstr "Изымуа адиапазон"
#. Templates for data pilot tables.
-#: globstr.hrc:356
+#: sc/inc/globstr.hrc:351
msgctxt "STR_PIVOT_STYLE_INNER"
msgid "Pivot Table Value"
msgstr ""
-#: globstr.hrc:357
+#: sc/inc/globstr.hrc:352
msgctxt "STR_PIVOT_STYLE_RESULT"
msgid "Pivot Table Result"
msgstr ""
-#: globstr.hrc:358
+#: sc/inc/globstr.hrc:353
msgctxt "STR_PIVOT_STYLE_CATEGORY"
msgid "Pivot Table Category"
msgstr ""
-#: globstr.hrc:359
+#: sc/inc/globstr.hrc:354
msgctxt "STR_PIVOT_STYLE_TITLE"
msgid "Pivot Table Title"
msgstr ""
-#: globstr.hrc:360
+#: sc/inc/globstr.hrc:355
msgctxt "STR_PIVOT_STYLE_FIELDNAME"
msgid "Pivot Table Field"
msgstr ""
-#: globstr.hrc:361
+#: sc/inc/globstr.hrc:356
msgctxt "STR_PIVOT_STYLE_TOP"
msgid "Pivot Table Corner"
msgstr ""
-#: globstr.hrc:362
+#: sc/inc/globstr.hrc:357
msgctxt "STR_OPERATION_FILTER"
msgid "Filter"
msgstr "Афильтр"
-#: globstr.hrc:363
+#: sc/inc/globstr.hrc:358
msgctxt "STR_OPERATION_SORT"
msgid "Sort"
msgstr "Асортра"
-#: globstr.hrc:364
+#: sc/inc/globstr.hrc:359
msgctxt "STR_OPERATION_SUBTOTAL"
msgid "Subtotals"
msgstr ""
-#: globstr.hrc:365
+#: sc/inc/globstr.hrc:360
msgctxt "STR_OPERATION_NONE"
msgid "None"
msgstr "Мап"
-#: globstr.hrc:366
+#: sc/inc/globstr.hrc:361
msgctxt "STR_IMPORT_REPLACE"
msgid "Do you want to replace the contents of #?"
msgstr ""
-#: globstr.hrc:367
+#: sc/inc/globstr.hrc:362
msgctxt "STR_TIP_WIDTH"
msgid "Width:"
msgstr "Аҭбаара:"
-#: globstr.hrc:368
+#: sc/inc/globstr.hrc:363
msgctxt "STR_TIP_HEIGHT"
msgid "Height:"
msgstr "Аҳаракыра:"
-#: globstr.hrc:369
+#: sc/inc/globstr.hrc:364
msgctxt "STR_TIP_HIDE"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: globstr.hrc:370
+#: sc/inc/globstr.hrc:365
msgctxt "STR_CHANGED_BLANK"
msgid "<empty>"
msgstr "(иҭацәуп)"
-#: globstr.hrc:371
+#: sc/inc/globstr.hrc:366
msgctxt "STR_CHANGED_CELL"
msgid "Cell #1 changed from '#2' to '#3'"
msgstr ""
-#: globstr.hrc:372
+#: sc/inc/globstr.hrc:367
msgctxt "STR_CHANGED_INSERT"
msgid "#1 inserted"
msgstr ""
-#: globstr.hrc:373
+#: sc/inc/globstr.hrc:368
msgctxt "STR_CHANGED_DELETE"
msgid "#1 deleted"
msgstr "#1 аныхуп"
-#: globstr.hrc:374
+#: sc/inc/globstr.hrc:369
msgctxt "STR_CHANGED_MOVE"
msgid "Range moved from #1 to #2"
msgstr ""
-#: globstr.hrc:375
+#: sc/inc/globstr.hrc:370
msgctxt "STR_END_REDLINING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -1773,112 +1746,112 @@ msgid ""
"\n"
msgstr ""
-#: globstr.hrc:376
+#: sc/inc/globstr.hrc:371
msgctxt "STR_CLOSE_ERROR_LINK"
msgid "The document can not be closed while a link is being updated."
msgstr ""
-#: globstr.hrc:377
+#: sc/inc/globstr.hrc:372
msgctxt "STR_UNDO_RESIZEMATRIX"
msgid "Adapt array area"
msgstr ""
-#: globstr.hrc:378
+#: sc/inc/globstr.hrc:373
msgctxt "STR_TIP_RESIZEMATRIX"
msgid "Array formula %1 R x %2 C"
msgstr "Аматрица %1 R x %2 C аформула"
-#: globstr.hrc:379
+#: sc/inc/globstr.hrc:374
msgctxt "STR_UNDO_HANGULHANJA"
msgid "Hangul/Hanja Conversion"
msgstr ""
-#: globstr.hrc:380
+#: sc/inc/globstr.hrc:375
msgctxt "STR_NAME_INPUT_CELL"
msgid "Select Cell"
msgstr "Иалхтәуп абларҭа"
-#: globstr.hrc:381
+#: sc/inc/globstr.hrc:376
msgctxt "STR_NAME_INPUT_RANGE"
msgid "Select Range"
msgstr "Иалхтәуп адиапазон"
-#: globstr.hrc:382
+#: sc/inc/globstr.hrc:377
msgctxt "STR_NAME_INPUT_DBRANGE"
msgid "Select Database Range"
msgstr "Иалхтәуп адырқәа рдиапазон"
-#: globstr.hrc:383
+#: sc/inc/globstr.hrc:378
msgctxt "STR_NAME_INPUT_ROW"
msgid "Go To Row"
msgstr ""
-#: globstr.hrc:384
+#: sc/inc/globstr.hrc:379
msgctxt "STR_NAME_INPUT_SHEET"
msgid "Go To Sheet"
msgstr ""
-#: globstr.hrc:385
+#: sc/inc/globstr.hrc:380
msgctxt "STR_NAME_INPUT_DEFINE"
msgid "Define Name for Range"
msgstr ""
-#: globstr.hrc:386
+#: sc/inc/globstr.hrc:381
msgctxt "STR_NAME_ERROR_SELECTION"
msgid "The selection needs to be rectangular in order to name it."
msgstr ""
-#: globstr.hrc:387
+#: sc/inc/globstr.hrc:382
msgctxt "STR_NAME_ERROR_NAME"
msgid "You must enter a valid reference or type a valid name for the selected range."
msgstr ""
-#: globstr.hrc:388
+#: sc/inc/globstr.hrc:383
msgctxt "STR_CHANGED_MOVE_REJECTION_WARNING"
msgid "WARNING: This action may have resulted in unintended changes to cell references in formulas."
msgstr ""
-#: globstr.hrc:389
+#: sc/inc/globstr.hrc:384
msgctxt "STR_CHANGED_DELETE_REJECTION_WARNING"
msgid "WARNING: This action may have resulted in references to the deleted area not being restored."
msgstr ""
-#: globstr.hrc:390
+#: sc/inc/globstr.hrc:385
msgctxt "STR_UNDO_CHINESE_TRANSLATION"
msgid "Chinese conversion"
msgstr ""
-#: globstr.hrc:391
+#: sc/inc/globstr.hrc:386
msgctxt "STR_ERR_DATAPILOT_INPUT"
msgid "You cannot change this part of the pivot table."
msgstr ""
-#: globstr.hrc:392
+#: sc/inc/globstr.hrc:387
msgctxt "STR_RECALC_MANUAL"
msgid "Manual"
msgstr "Напыла"
-#: globstr.hrc:393
+#: sc/inc/globstr.hrc:388
msgctxt "STR_RECALC_AUTO"
msgid "Automatic"
msgstr "Автоматикала"
-#: globstr.hrc:394
+#: sc/inc/globstr.hrc:389
msgctxt "STR_ERR_LONG_NESTED_ARRAY"
msgid "Nested arrays are not supported."
msgstr ""
-#: globstr.hrc:395
+#: sc/inc/globstr.hrc:390
msgctxt "STR_UNDO_TEXTTOCOLUMNS"
msgid "Text to Columns"
msgstr ""
-#: globstr.hrc:396
+#: sc/inc/globstr.hrc:391
msgctxt "STR_DOC_UPDATED"
msgid "Your spreadsheet has been updated with changes saved by other users."
msgstr ""
-#: globstr.hrc:397
+#: sc/inc/globstr.hrc:392
msgctxt "STR_DOC_WILLBESAVED"
msgid ""
"The spreadsheet must be saved now to activate sharing mode.\n"
@@ -1886,7 +1859,7 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: globstr.hrc:398
+#: sc/inc/globstr.hrc:393
msgctxt "STR_DOC_WILLNOTBESAVED"
msgid ""
"Already resolved merge conflicts will be lost and your changes to the shared spreadsheet will not be saved.\n"
@@ -1894,7 +1867,7 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: globstr.hrc:399
+#: sc/inc/globstr.hrc:394
msgctxt "STR_DOC_DISABLESHARED"
msgid ""
"Disabling shared mode of a spreadsheet hinders all other users of the shared spreadsheet to merge back their work.\n"
@@ -1902,7 +1875,7 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: globstr.hrc:400
+#: sc/inc/globstr.hrc:395
msgctxt "STR_DOC_NOLONGERSHARED"
msgid ""
"This spreadsheet is no longer in shared mode.\n"
@@ -1910,15 +1883,7 @@ msgid ""
"Save your spreadsheet to a separate file and merge your changes to the shared spreadsheet manually."
msgstr ""
-#: globstr.hrc:401
-msgctxt "STR_SHARED_DOC_WARNING"
-msgid ""
-"The spreadsheet is in shared mode. This allows multiple users to access and edit the spreadsheet at the same time.\n"
-"\n"
-"Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities."
-msgstr ""
-
-#: globstr.hrc:402
+#: sc/inc/globstr.hrc:396
msgctxt "STR_FILE_LOCKED_TRY_LATER"
msgid ""
"The shared spreadsheet file is locked due to a merge in progress by user: '%1'\n"
@@ -1926,7 +1891,7 @@ msgid ""
"Sharing mode of a locked file cannot be disabled. Try again later."
msgstr ""
-#: globstr.hrc:403
+#: sc/inc/globstr.hrc:397
msgctxt "STR_FILE_LOCKED_SAVE_LATER"
msgid ""
"The shared spreadsheet file is locked due to a merge in progress by user: '%1'\n"
@@ -1934,147 +1899,147 @@ msgid ""
"Try again later to save your changes."
msgstr ""
-#: globstr.hrc:404
+#: sc/inc/globstr.hrc:398
msgctxt "STR_UNKNOWN_USER"
msgid "Unknown User"
msgstr "Идырым ахархәаҩ"
-#: globstr.hrc:405
+#: sc/inc/globstr.hrc:399
msgctxt "STR_SHAPE_AUTOSHAPE"
msgid "AutoShape"
msgstr "Автофигура"
-#: globstr.hrc:406
+#: sc/inc/globstr.hrc:400
msgctxt "STR_SHAPE_RECTANGLE"
msgid "Rectangle"
msgstr "Акәакьҭаиаша"
-#: globstr.hrc:407
+#: sc/inc/globstr.hrc:401
msgctxt "STR_SHAPE_LINE"
msgid "Line"
msgstr "Ацәаҳәа"
-#: globstr.hrc:408
+#: sc/inc/globstr.hrc:402
msgctxt "STR_SHAPE_OVAL"
msgid "Oval"
msgstr ""
-#: globstr.hrc:409
+#: sc/inc/globstr.hrc:403
msgctxt "STR_FORM_BUTTON"
msgid "Button"
msgstr "Акнопка"
-#: globstr.hrc:410
+#: sc/inc/globstr.hrc:404
msgctxt "STR_FORM_CHECKBOX"
msgid "Check Box"
msgstr ""
-#: globstr.hrc:411
+#: sc/inc/globstr.hrc:405
msgctxt "STR_FORM_OPTIONBUTTON"
msgid "Option Button"
msgstr ""
-#: globstr.hrc:412
+#: sc/inc/globstr.hrc:406
msgctxt "STR_FORM_LABEL"
msgid "Label"
msgstr "Аҭыҧрбага"
-#: globstr.hrc:413
+#: sc/inc/globstr.hrc:407
msgctxt "STR_FORM_LISTBOX"
msgid "List Box"
msgstr "Ахьӡынҵа"
-#: globstr.hrc:414
+#: sc/inc/globstr.hrc:408
msgctxt "STR_FORM_GROUPBOX"
msgid "Group Box"
msgstr "Агәыҧ"
-#: globstr.hrc:415
+#: sc/inc/globstr.hrc:409
msgctxt "STR_FORM_DROPDOWN"
msgid "Drop Down"
msgstr ""
-#: globstr.hrc:416
+#: sc/inc/globstr.hrc:410
msgctxt "STR_FORM_SPINNER"
msgid "Spinner"
msgstr ""
-#: globstr.hrc:417
+#: sc/inc/globstr.hrc:411
msgctxt "STR_FORM_SCROLLBAR"
msgid "Scroll Bar"
msgstr ""
-#: globstr.hrc:418
+#: sc/inc/globstr.hrc:412
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell Styles"
msgstr "Абларҭа астильқәа"
-#: globstr.hrc:419
+#: sc/inc/globstr.hrc:413
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Page Styles"
msgstr "Адаҟьа астильқәа"
-#: globstr.hrc:420
+#: sc/inc/globstr.hrc:414
msgctxt "STR_ERR_DATAPILOTSOURCE"
msgid "Pivot table source data is invalid."
msgstr ""
-#: globstr.hrc:421
+#: sc/inc/globstr.hrc:415
msgctxt "STR_OPTIONS_WARN_SEPARATORS"
msgid "Because the current formula separator settings conflict with the locale, the formula separators have been reset to their default values."
msgstr ""
-#: globstr.hrc:422
+#: sc/inc/globstr.hrc:416
msgctxt "STR_UNDO_INSERT_CURRENT_DATE"
msgid "Insert Current Date"
msgstr ""
-#: globstr.hrc:423
+#: sc/inc/globstr.hrc:417
msgctxt "STR_UNDO_INSERT_CURRENT_TIME"
msgid "Insert Current Time"
msgstr ""
-#: globstr.hrc:424
+#: sc/inc/globstr.hrc:418
msgctxt "STR_MANAGE_NAMES"
msgid "Manage Names..."
msgstr ""
-#: globstr.hrc:425
+#: sc/inc/globstr.hrc:419
msgctxt "STR_HEADER_NAME"
msgid "Name"
msgstr "Ахьӡ"
-#: globstr.hrc:426
+#: sc/inc/globstr.hrc:420
msgctxt "STR_HEADER_RANGE_OR_EXPR"
msgid "Range or formula expression"
msgstr ""
-#: globstr.hrc:427
+#: sc/inc/globstr.hrc:421
msgctxt "STR_HEADER_SCOPE"
msgid "Scope"
msgstr ""
-#: globstr.hrc:428
+#: sc/inc/globstr.hrc:422
msgctxt "STR_MULTI_SELECT"
msgid "(multiple)"
msgstr "(ҧыҭк)"
-#: globstr.hrc:429
+#: sc/inc/globstr.hrc:423
msgctxt "STR_GLOBAL_SCOPE"
msgid "Document (Global)"
msgstr ""
-#: globstr.hrc:430
+#: sc/inc/globstr.hrc:424
msgctxt "STR_ERR_NAME_EXISTS"
msgid "Invalid name. Already in use for the selected scope."
msgstr ""
-#: globstr.hrc:431
+#: sc/inc/globstr.hrc:425
msgctxt "STR_ERR_NAME_INVALID"
msgid "Invalid name. Only use letters, numbers and underscore."
msgstr ""
-#: globstr.hrc:432
+#: sc/inc/globstr.hrc:426
msgctxt "STR_UNSAVED_EXT_REF"
msgid ""
"This Document contains external references to unsaved documents.\n"
@@ -2082,217 +2047,217 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: globstr.hrc:433
+#: sc/inc/globstr.hrc:427
msgctxt "STR_CLOSE_WITH_UNSAVED_REFS"
msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
msgstr ""
-#: globstr.hrc:434
+#: sc/inc/globstr.hrc:428
msgctxt "STR_HEADER_RANGE"
msgid "Range"
msgstr "Адиапазон"
-#: globstr.hrc:435
+#: sc/inc/globstr.hrc:429
msgctxt "STR_HEADER_COND"
msgid "First Condition"
msgstr ""
-#: globstr.hrc:436
+#: sc/inc/globstr.hrc:430
msgctxt "STR_COND_CONDITION"
msgid "Cell value is"
msgstr "Абларҭа аҵакы"
-#: globstr.hrc:437
+#: sc/inc/globstr.hrc:431
msgctxt "STR_COND_COLORSCALE"
msgid "ColorScale"
msgstr ""
-#: globstr.hrc:438
+#: sc/inc/globstr.hrc:432
msgctxt "STR_COND_DATABAR"
msgid "DataBar"
msgstr "Агистограмма"
-#: globstr.hrc:439
+#: sc/inc/globstr.hrc:433
msgctxt "STR_COND_ICONSET"
msgid "IconSet"
msgstr ""
-#: globstr.hrc:440
+#: sc/inc/globstr.hrc:434
msgctxt "STR_COND_BETWEEN"
msgid "between"
msgstr "рыбжьара"
-#: globstr.hrc:441
+#: sc/inc/globstr.hrc:435
msgctxt "STR_COND_NOTBETWEEN"
msgid "not between"
msgstr "рыбжьара акәым"
-#: globstr.hrc:442
+#: sc/inc/globstr.hrc:436
msgctxt "STR_COND_UNIQUE"
msgid "unique"
msgstr "иуникалтәқәоу"
-#: globstr.hrc:443
+#: sc/inc/globstr.hrc:437
msgctxt "STR_COND_DUPLICATE"
msgid "duplicate"
msgstr ""
-#: globstr.hrc:444
+#: sc/inc/globstr.hrc:438
msgctxt "STR_COND_FORMULA"
msgid "Formula is"
msgstr "Аформула"
-#: globstr.hrc:445
+#: sc/inc/globstr.hrc:439
msgctxt "STR_COND_TOP10"
msgid "Top Elements"
msgstr "Раҧхьатәи аелементқәа"
-#: globstr.hrc:446
+#: sc/inc/globstr.hrc:440
msgctxt "STR_COND_BOTTOM10"
msgid "Bottom Elements"
msgstr "Аҵыхәтәантәи аелементқәа"
-#: globstr.hrc:447
+#: sc/inc/globstr.hrc:441
msgctxt "STR_COND_TOP_PERCENT"
msgid "Top Percent"
msgstr ""
-#: globstr.hrc:448
+#: sc/inc/globstr.hrc:442
msgctxt "STR_COND_DATE"
msgid "Date is"
msgstr "Арыцхә"
-#: globstr.hrc:449
+#: sc/inc/globstr.hrc:443
msgctxt "STR_COND_BOTTOM_PERCENT"
msgid "Bottom Percent"
msgstr ""
-#: globstr.hrc:450
+#: sc/inc/globstr.hrc:444
msgctxt "STR_COND_ABOVE_AVERAGE"
msgid "Above Average"
msgstr ""
-#: globstr.hrc:451
+#: sc/inc/globstr.hrc:445
msgctxt "STR_COND_BELOW_AVERAGE"
msgid "Below Average"
msgstr ""
-#: globstr.hrc:452
+#: sc/inc/globstr.hrc:446
msgctxt "STR_COND_ABOVE_EQUAL_AVERAGE"
msgid "Above or equal Average"
msgstr ""
-#: globstr.hrc:453
+#: sc/inc/globstr.hrc:447
msgctxt "STR_COND_BELOW_EQUAL_AVERAGE"
msgid "Below or equal Average"
msgstr ""
-#: globstr.hrc:454
+#: sc/inc/globstr.hrc:448
msgctxt "STR_COND_ERROR"
msgid "an Error code"
msgstr "Агха акод"
-#: globstr.hrc:455
+#: sc/inc/globstr.hrc:449
msgctxt "STR_COND_NOERROR"
msgid "not an Error code"
msgstr "Агха акод акәӡам"
-#: globstr.hrc:456
+#: sc/inc/globstr.hrc:450
msgctxt "STR_COND_BEGINS_WITH"
msgid "Begins with"
msgstr ""
-#: globstr.hrc:457
+#: sc/inc/globstr.hrc:451
msgctxt "STR_COND_ENDS_WITH"
msgid "Ends with"
msgstr ""
-#: globstr.hrc:458
+#: sc/inc/globstr.hrc:452
msgctxt "STR_COND_CONTAINS"
msgid "Contains"
msgstr "Иаҵанакуеит"
-#: globstr.hrc:459
+#: sc/inc/globstr.hrc:453
msgctxt "STR_COND_NOT_CONTAINS"
msgid "Not Contains"
msgstr "Иаҵанакӡом"
-#: globstr.hrc:460
+#: sc/inc/globstr.hrc:454
msgctxt "STR_COND_TODAY"
msgid "today"
msgstr "иахьа"
-#: globstr.hrc:461
+#: sc/inc/globstr.hrc:455
msgctxt "STR_COND_YESTERDAY"
msgid "yesterday"
msgstr "иацы"
-#: globstr.hrc:462
+#: sc/inc/globstr.hrc:456
msgctxt "STR_COND_TOMORROW"
msgid "tomorrow"
msgstr "уаҵәы"
-#: globstr.hrc:463
+#: sc/inc/globstr.hrc:457
msgctxt "STR_COND_LAST7DAYS"
msgid "in the last 7 days"
msgstr ""
-#: globstr.hrc:464
+#: sc/inc/globstr.hrc:458
msgctxt "STR_COND_THISWEEK"
msgid "this week"
msgstr "ари амчыбжь"
-#: globstr.hrc:465
+#: sc/inc/globstr.hrc:459
msgctxt "STR_COND_LASTWEEK"
msgid "last week"
msgstr "иҳаҩсыз амчыбжь"
-#: globstr.hrc:466
+#: sc/inc/globstr.hrc:460
msgctxt "STR_COND_NEXTWEEK"
msgid "next week"
msgstr "анаҩстәи амчыбжь"
-#: globstr.hrc:467
+#: sc/inc/globstr.hrc:461
msgctxt "STR_COND_THISMONTH"
msgid "this month"
msgstr "ари амза"
-#: globstr.hrc:468
+#: sc/inc/globstr.hrc:462
msgctxt "STR_COND_LASTMONTH"
msgid "last month"
msgstr "иҳаҩсыз амза"
-#: globstr.hrc:469
+#: sc/inc/globstr.hrc:463
msgctxt "STR_COND_NEXTMONTH"
msgid "next month"
msgstr "анаҩстәи амза"
-#: globstr.hrc:470
+#: sc/inc/globstr.hrc:464
msgctxt "STR_COND_THISYEAR"
msgid "this year"
msgstr "ари ашықәс"
-#: globstr.hrc:471
+#: sc/inc/globstr.hrc:465
msgctxt "STR_COND_LASTYEAR"
msgid "last year"
msgstr "иҳаҩсыз ашықәс"
-#: globstr.hrc:472
+#: sc/inc/globstr.hrc:466
msgctxt "STR_COND_NEXTYEAR"
msgid "next year"
msgstr "анаҩстәи ашықәс"
-#: globstr.hrc:473
+#: sc/inc/globstr.hrc:467
msgctxt "STR_COND_AND"
msgid "and"
msgstr "и"
-#: globstr.hrc:474
+#: sc/inc/globstr.hrc:468
msgctxt "STR_ERR_CONDFORMAT_PROTECTED"
-msgid "Conditional Formats can not be created, deleted or changed in protected sheets!"
+msgid "Conditional Formats can not be created, deleted or changed in protected sheets."
msgstr ""
-#: globstr.hrc:475
+#: sc/inc/globstr.hrc:469
msgctxt "STR_EDIT_EXISTING_COND_FORMATS"
msgid ""
"The selected cell already contains conditional formatting. You can either edit the existing conditional format or you define a new overlapping conditional format.\n"
@@ -2300,7 +2265,7 @@ msgid ""
" Do you want to edit the existing conditional format?"
msgstr ""
-#: globstr.hrc:476
+#: sc/inc/globstr.hrc:470
msgctxt "STR_QUERY_FORMULA_RECALC_ONLOAD_ODS"
msgid ""
"This document was last saved by an application other than %PRODUCTNAME. Some formula cells may produce different results when recalculated.\n"
@@ -2308,7 +2273,7 @@ msgid ""
"Do you want to recalculate all formula cells in this document now?"
msgstr ""
-#: globstr.hrc:477
+#: sc/inc/globstr.hrc:471
msgctxt "STR_QUERY_FORMULA_RECALC_ONLOAD_XLS"
msgid ""
"This document was last saved by Excel. Some formula cells may produce different results when recalculated.\n"
@@ -2316,82 +2281,77 @@ msgid ""
"Do you want to recalculate all formula cells now?"
msgstr ""
-#: globstr.hrc:478
-msgctxt "STR_ALWAYS_PERFORM_SELECTED"
-msgid "Always perform this without prompt in the future."
-msgstr ""
-
-#: globstr.hrc:479
+#: sc/inc/globstr.hrc:472
msgctxt "STR_NO_INSERT_DELETE_OVER_PIVOT_TABLE"
msgid "You cannot insert or delete cells when the affected range intersects with pivot table."
msgstr ""
-#: globstr.hrc:480
+#: sc/inc/globstr.hrc:473
msgctxt "STR_DPFIELD_GROUP_BY_SECONDS"
msgid "Seconds"
msgstr "Асекундқәа"
-#: globstr.hrc:481
+#: sc/inc/globstr.hrc:474
msgctxt "STR_DPFIELD_GROUP_BY_MINUTES"
msgid "Minutes"
msgstr "Аминутқәа"
-#: globstr.hrc:482
+#: sc/inc/globstr.hrc:475
msgctxt "STR_DPFIELD_GROUP_BY_HOURS"
msgid "Hours"
msgstr "Асааҭқәа"
-#: globstr.hrc:483
+#: sc/inc/globstr.hrc:476
msgctxt "STR_DPFIELD_GROUP_BY_DAYS"
msgid "Days"
msgstr "Амшқәа"
-#: globstr.hrc:484
+#: sc/inc/globstr.hrc:477
msgctxt "STR_DPFIELD_GROUP_BY_MONTHS"
msgid "Months"
msgstr "Амзақәа"
-#: globstr.hrc:485
+#: sc/inc/globstr.hrc:478
msgctxt "STR_DPFIELD_GROUP_BY_QUARTERS"
msgid "Quarters"
msgstr "Акварталқәа"
-#: globstr.hrc:486
+#: sc/inc/globstr.hrc:479
msgctxt "STR_DPFIELD_GROUP_BY_YEARS"
msgid "Years"
msgstr "Ашықәсқәа"
-#: globstr.hrc:487
+#: sc/inc/globstr.hrc:480
msgctxt "STR_INVALIDVAL"
msgid "Invalid target value."
msgstr ""
-#: globstr.hrc:488
+#: sc/inc/globstr.hrc:481
msgctxt "STR_INVALIDVAR"
msgid "Undefined name for variable cell."
msgstr ""
-#: globstr.hrc:489
+#: sc/inc/globstr.hrc:482
msgctxt "STR_INVALIDFORM"
msgid "Undefined name as formula cell."
msgstr "Аформула абларҭазы еилкаам ахьӡ."
-#: globstr.hrc:490
+#: sc/inc/globstr.hrc:483
msgctxt "STR_NOFORMULA"
msgid "Formula cell must contain a formula."
msgstr "Абларҭа иаҵанакуазароуп аформула."
-#: globstr.hrc:491
+#: sc/inc/globstr.hrc:484
msgctxt "STR_INVALIDINPUT"
msgid "Invalid input."
msgstr ""
-#: globstr.hrc:492
+#: sc/inc/globstr.hrc:485
msgctxt "STR_INVALIDCONDITION"
msgid "Invalid condition."
msgstr ""
-#: globstr.hrc:493
+#: sc/inc/globstr.hrc:486
msgctxt "STR_QUERYREMOVE"
msgid ""
"Should the entry\n"
@@ -2399,317 +2359,317 @@ msgid ""
"be deleted?"
msgstr ""
-#: globstr.hrc:494
+#: sc/inc/globstr.hrc:487
msgctxt "STR_COPYLIST"
msgid "Copy List"
msgstr "Ахьӡынҵа акопиа ахыхтәуп"
-#: globstr.hrc:495
+#: sc/inc/globstr.hrc:488
msgctxt "STR_COPYFROM"
msgid "List from"
msgstr ""
-#: globstr.hrc:496
+#: sc/inc/globstr.hrc:489
msgctxt "STR_COPYERR"
msgid "Cells without text have been ignored."
msgstr ""
-#: globstr.hrc:497
+#: sc/inc/globstr.hrc:490
#, c-format
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%s-click to follow hyperlink:"
msgstr ""
-#: globstr.hrc:498
+#: sc/inc/globstr.hrc:491
msgctxt "STR_CLICKHYPERLINK"
msgid "click to open hyperlink:"
msgstr "Ақәыӷәӷәара иаанартуеит агиперзхьарҧш:"
-#: globstr.hrc:499
+#: sc/inc/globstr.hrc:492
msgctxt "STR_PRINT_PREVIEW_NODATA"
msgid "No Data"
msgstr "Аадырқәа ыҟаӡам"
-#: globstr.hrc:500
+#: sc/inc/globstr.hrc:493
msgctxt "STR_PRINT_PREVIEW_EMPTY_RANGE"
msgid "Print Range Empty"
msgstr "Акьыҧхьра адиапазон ҭацәуп"
-#: globstr.hrc:501
+#: sc/inc/globstr.hrc:494
msgctxt "STR_UNDO_CONDFORMAT"
msgid "Conditional Format"
msgstr ""
-#: globstr.hrc:502
+#: sc/inc/globstr.hrc:495
msgctxt "STR_UNDO_CONDFORMAT_LIST"
msgid "Conditional Formats"
msgstr ""
-#: globstr.hrc:503
+#: sc/inc/globstr.hrc:496
msgctxt "STR_UNDO_FORMULA_TO_VALUE"
msgid "Convert Formula To Value"
msgstr "Аформула аҵакахьы ииагатәуп"
-#: globstr.hrc:504
+#: sc/inc/globstr.hrc:497
msgctxt "STR_UNQUOTED_STRING"
msgid "Strings without quotes are interpreted as column/row labels."
msgstr ""
-#: globstr.hrc:505
+#: sc/inc/globstr.hrc:498
msgctxt "STR_ENTER_VALUE"
msgid "Enter a value!"
msgstr "Иҭажәгал аҵакы!"
-#: globstr.hrc:506
+#: sc/inc/globstr.hrc:499
msgctxt "STR_TABLE_COUNT"
msgid "Sheet %1 of %2"
msgstr ""
-#: globstr.hrc:507
+#: sc/inc/globstr.hrc:500
msgctxt "STR_FUNCTIONS_FOUND"
msgid "%1 and %2 more"
msgstr ""
-#: globstr.hrc:508
+#: sc/inc/globstr.hrc:501
msgctxt "STR_GENERAL"
msgid "General"
msgstr "Азеиҧшқәа"
-#: globstr.hrc:509
+#: sc/inc/globstr.hrc:502
msgctxt "STR_NUMBER"
msgid "Number"
msgstr "Ахыҧхьаӡаратә"
-#: globstr.hrc:510
+#: sc/inc/globstr.hrc:503
msgctxt "STR_PERCENT"
msgid "Percent"
msgstr "Апроценттә"
-#: globstr.hrc:511
+#: sc/inc/globstr.hrc:504
msgctxt "STR_CURRENCY"
msgid "Currency"
msgstr ""
-#: globstr.hrc:512
+#: sc/inc/globstr.hrc:505
msgctxt "STR_DATE"
msgid "Date"
msgstr "Арыцхә"
-#: globstr.hrc:513
+#: sc/inc/globstr.hrc:506
msgctxt "STR_TIME"
msgid "Time"
msgstr "Аамҭа"
-#: globstr.hrc:514
+#: sc/inc/globstr.hrc:507
msgctxt "STR_SCIENTIFIC"
msgid "Scientific"
msgstr "Анаукатә"
-#: globstr.hrc:515
+#: sc/inc/globstr.hrc:508
#, fuzzy
msgctxt "STR_FRACTION"
msgid "Fraction"
msgstr "Афункциа"
-#: globstr.hrc:516
+#: sc/inc/globstr.hrc:509
msgctxt "STR_BOOLEAN_VALUE"
msgid "Boolean Value"
msgstr "Алогикатә"
-#: globstr.hrc:517
+#: sc/inc/globstr.hrc:510
msgctxt "STR_TEXT"
msgid "Text"
msgstr "Атеқст"
-#: globstr.hrc:518
+#: sc/inc/globstr.hrc:511
msgctxt "STR_QUERY_PIVOTTABLE_DELTAB"
msgid "The selected sheet(s) contain source data of related pivot tables that will be lost. Are you sure you want to delete the selected sheet(s)?"
msgstr ""
-#: globstr.hrc:519
+#: sc/inc/globstr.hrc:512
msgctxt "STR_ERR_NAME_INVALID_CELL_REF"
msgid "Invalid name. Reference to a cell, or a range of cells not allowed."
msgstr ""
-#: pvfundlg.hrc:27
+#: sc/inc/pvfundlg.hrc:27
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Sum"
msgstr "Аицҵалыҵ"
-#: pvfundlg.hrc:28
+#: sc/inc/pvfundlg.hrc:28
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Count"
msgstr "Ахыҧхьаӡара"
-#: pvfundlg.hrc:29
+#: sc/inc/pvfundlg.hrc:29
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Average"
msgstr "Ибжьаратәу"
-#: pvfundlg.hrc:30
+#: sc/inc/pvfundlg.hrc:30
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Median"
msgstr "Амедиана"
-#: pvfundlg.hrc:31
+#: sc/inc/pvfundlg.hrc:31
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Max"
msgstr "Амаксимум"
-#: pvfundlg.hrc:32
+#: sc/inc/pvfundlg.hrc:32
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Min"
msgstr "Аминимум"
-#: pvfundlg.hrc:33
+#: sc/inc/pvfundlg.hrc:33
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Product"
msgstr "Ашьҭыхлыҵ"
-#: pvfundlg.hrc:34
+#: sc/inc/pvfundlg.hrc:34
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Count (Numbers only)"
msgstr ""
-#: pvfundlg.hrc:35
+#: sc/inc/pvfundlg.hrc:35
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "StDev (Sample)"
msgstr ""
-#: pvfundlg.hrc:36
+#: sc/inc/pvfundlg.hrc:36
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "StDevP (Population)"
msgstr ""
-#: pvfundlg.hrc:37
+#: sc/inc/pvfundlg.hrc:37
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Var (Sample)"
msgstr ""
-#: pvfundlg.hrc:38
+#: sc/inc/pvfundlg.hrc:38
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "VarP (Population)"
msgstr ""
#. ERRORS -----------------------------------------------------
-#: scerrors.hrc:30
+#: sc/inc/scerrors.hrc:30
msgctxt "RID_ERRHDLSC"
msgid "Impossible to connect to the file."
msgstr ""
-#: scerrors.hrc:32
+#: sc/inc/scerrors.hrc:32
msgctxt "RID_ERRHDLSC"
msgid "File could not be opened."
msgstr ""
-#: scerrors.hrc:34
+#: sc/inc/scerrors.hrc:34
msgctxt "RID_ERRHDLSC"
msgid "An unknown error has occurred."
msgstr "Иеилкаам агха."
-#: scerrors.hrc:36
+#: sc/inc/scerrors.hrc:36
msgctxt "RID_ERRHDLSC"
msgid "Not enough memory while importing."
msgstr ""
-#: scerrors.hrc:38
+#: sc/inc/scerrors.hrc:38
msgctxt "RID_ERRHDLSC"
msgid "Unknown Lotus1-2-3 file format."
msgstr ""
-#: scerrors.hrc:40
+#: sc/inc/scerrors.hrc:40
msgctxt "RID_ERRHDLSC"
msgid "Error in file structure while importing."
msgstr ""
-#: scerrors.hrc:42
+#: sc/inc/scerrors.hrc:42
msgctxt "RID_ERRHDLSC"
msgid "There is no filter available for this file type."
msgstr ""
-#: scerrors.hrc:44
+#: sc/inc/scerrors.hrc:44
msgctxt "RID_ERRHDLSC"
msgid "Unknown or unsupported Excel file format."
msgstr ""
-#: scerrors.hrc:46
+#: sc/inc/scerrors.hrc:46
msgctxt "RID_ERRHDLSC"
msgid "Excel file format not yet implemented."
msgstr ""
-#: scerrors.hrc:48
+#: sc/inc/scerrors.hrc:48
msgctxt "RID_ERRHDLSC"
msgid "This file is password-protected."
msgstr ""
-#: scerrors.hrc:50
+#: sc/inc/scerrors.hrc:50
msgctxt "RID_ERRHDLSC"
msgid "Internal import error."
msgstr ""
-#: scerrors.hrc:52
+#: sc/inc/scerrors.hrc:52
msgctxt "RID_ERRHDLSC"
msgid "The file contains data after row 8192 and therefore can not be read."
msgstr ""
-#: scerrors.hrc:54 /home/cl/vc/git/libo-core/sc/inc/scerrors.hrc:102
+#: sc/inc/scerrors.hrc:54 sc/inc/scerrors.hrc:102
msgctxt "RID_ERRHDLSC"
msgid "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)."
msgstr ""
-#: scerrors.hrc:56
+#: sc/inc/scerrors.hrc:56
msgctxt "RID_ERRHDLSC"
msgid "File format error found at $(ARG1)(row,col)."
msgstr ""
#. Export ----------------------------------------------------
-#: scerrors.hrc:60
+#: sc/inc/scerrors.hrc:60
msgctxt "RID_ERRHDLSC"
msgid "Connection to the file could not be established."
msgstr ""
-#: scerrors.hrc:62
+#: sc/inc/scerrors.hrc:62
msgctxt "RID_ERRHDLSC"
msgid "Data could not be written."
msgstr ""
-#: scerrors.hrc:64
+#: sc/inc/scerrors.hrc:64
msgctxt "RID_ERRHDLSC"
msgid "$(ARG1)"
msgstr "$(ARG1)"
-#: scerrors.hrc:66
+#: sc/inc/scerrors.hrc:66
msgctxt "RID_ERRHDLSC"
msgid "Cell $(ARG1) contains characters that are not representable in the selected target character set \"$(ARG2)\"."
msgstr ""
-#: scerrors.hrc:68
+#: sc/inc/scerrors.hrc:68
msgctxt "RID_ERRHDLSC"
msgid "Cell $(ARG1) contains a string that is longer in the selected target character set \"$(ARG2)\" than the given field width."
msgstr ""
#. WARNINGS ---------------------------------------------------
-#: scerrors.hrc:72
+#: sc/inc/scerrors.hrc:72
msgctxt "RID_ERRHDLSC"
msgid "Only the active sheet was saved."
msgstr ""
-#: scerrors.hrc:74
+#: sc/inc/scerrors.hrc:74
msgctxt "RID_ERRHDLSC"
msgid "The maximum number of rows has been exceeded. Excess rows were not imported!"
msgstr ""
-#: scerrors.hrc:76
+#: sc/inc/scerrors.hrc:76
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of rows per sheet was exceeded."
msgstr ""
-#: scerrors.hrc:78
+#: sc/inc/scerrors.hrc:78
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of columns per sheet was exceeded."
msgstr ""
-#: scerrors.hrc:80
+#: sc/inc/scerrors.hrc:80
msgctxt "RID_ERRHDLSC"
msgid ""
"Not all sheets have been loaded because the maximum number of sheets was exceeded.\n"
@@ -2717,60 +2677,60 @@ msgid ""
"Please be warned that re-saving this document will permanently delete those sheets that have not been loaded!"
msgstr ""
-#: scerrors.hrc:82
+#: sc/inc/scerrors.hrc:82
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of characters per cell was exceeded."
msgstr ""
-#: scerrors.hrc:84
+#: sc/inc/scerrors.hrc:84
msgctxt "RID_ERRHDLSC"
msgid "Corresponding FM3-File could not be opened."
msgstr ""
-#: scerrors.hrc:86
+#: sc/inc/scerrors.hrc:86
msgctxt "RID_ERRHDLSC"
msgid "Error in file structure of corresponding FM3-File."
msgstr ""
-#: scerrors.hrc:88
+#: sc/inc/scerrors.hrc:88
msgctxt "RID_ERRHDLSC"
msgid "Document too complex for automatic calculation. Press F9 to recalculate."
msgstr ""
-#: scerrors.hrc:90
+#: sc/inc/scerrors.hrc:90
msgctxt "RID_ERRHDLSC"
msgid ""
"The document contains more rows than supported in the selected format.\n"
"Additional rows were not saved."
msgstr ""
-#: scerrors.hrc:92
+#: sc/inc/scerrors.hrc:92
msgctxt "RID_ERRHDLSC"
msgid ""
"The document contains more columns than supported in the selected format.\n"
"Additional columns were not saved."
msgstr ""
-#: scerrors.hrc:94
+#: sc/inc/scerrors.hrc:94
msgctxt "RID_ERRHDLSC"
msgid ""
"The document contains more sheets than supported in the selected format.\n"
"Additional sheets were not saved."
msgstr ""
-#: scerrors.hrc:96
+#: sc/inc/scerrors.hrc:96
msgctxt "RID_ERRHDLSC"
msgid ""
"The document contains information not recognized by this program version.\n"
"Resaving the document will delete this information!"
msgstr ""
-#: scerrors.hrc:98
+#: sc/inc/scerrors.hrc:98
msgctxt "RID_ERRHDLSC"
msgid "Not all cell contents could be saved in the specified format."
msgstr ""
-#: scerrors.hrc:100
+#: sc/inc/scerrors.hrc:100
msgctxt "RID_ERRHDLSC"
msgid ""
"The following characters could not be converted to the selected character set\n"
@@ -2779,10949 +2739,10959 @@ msgid ""
"$(ARG1)"
msgstr ""
-#: scerrors.hrc:104
+#: sc/inc/scerrors.hrc:104
msgctxt "RID_ERRHDLSC"
msgid "Not all attributes could be read."
msgstr ""
-#: scfuncs.hrc:37
+#: sc/inc/scfuncs.hrc:37
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Counts the cells of a data range whose contents match the search criteria."
msgstr ""
-#: scfuncs.hrc:38
+#: sc/inc/scfuncs.hrc:38
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: scfuncs.hrc:39
+#: sc/inc/scfuncs.hrc:39
msgctxt "SC_OPCODE_DB_COUNT"
msgid "The range of cells containing data."
msgstr ""
-#: scfuncs.hrc:40
+#: sc/inc/scfuncs.hrc:40
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Database field"
msgstr "Адырқәа рбаза аҭакыра"
-#: scfuncs.hrc:41
+#: sc/inc/scfuncs.hrc:41
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr ""
-#: scfuncs.hrc:42
+#: sc/inc/scfuncs.hrc:42
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Search criteria"
msgstr ""
-#: scfuncs.hrc:43
+#: sc/inc/scfuncs.hrc:43
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Defines the cell range containing the search criteria."
msgstr ""
-#: scfuncs.hrc:49
+#: sc/inc/scfuncs.hrc:49
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Counts all non-blank cells of a data range where the content corresponds to the search criteria."
msgstr ""
-#: scfuncs.hrc:50
+#: sc/inc/scfuncs.hrc:50
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: scfuncs.hrc:51
+#: sc/inc/scfuncs.hrc:51
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "The range of cells containing data."
msgstr ""
-#: scfuncs.hrc:52
+#: sc/inc/scfuncs.hrc:52
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Database field"
msgstr "Адырқәа рбаза аҭакыра"
-#: scfuncs.hrc:53
+#: sc/inc/scfuncs.hrc:53
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr ""
-#: scfuncs.hrc:54
+#: sc/inc/scfuncs.hrc:54
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Search criteria"
msgstr ""
-#: scfuncs.hrc:55
+#: sc/inc/scfuncs.hrc:55
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Defines the cell range containing the search criteria."
msgstr ""
-#: scfuncs.hrc:61
+#: sc/inc/scfuncs.hrc:61
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Returns the average value of all the cells of a data range whose contents match the search criteria."
msgstr ""
-#: scfuncs.hrc:62
+#: sc/inc/scfuncs.hrc:62
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: scfuncs.hrc:63
+#: sc/inc/scfuncs.hrc:63
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "The range of cells containing data."
msgstr ""
-#: scfuncs.hrc:64
+#: sc/inc/scfuncs.hrc:64
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Database field"
msgstr "Адырқәа рбаза аҭакыра"
-#: scfuncs.hrc:65
+#: sc/inc/scfuncs.hrc:65
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr ""
-#: scfuncs.hrc:66
+#: sc/inc/scfuncs.hrc:66
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Search criteria"
msgstr ""
-#: scfuncs.hrc:67
+#: sc/inc/scfuncs.hrc:67
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Defines the cell range containing the search criteria."
msgstr ""
-#: scfuncs.hrc:73
+#: sc/inc/scfuncs.hrc:73
msgctxt "SC_OPCODE_DB_GET"
msgid "Defines the contents of the cell of a data range which matches the search criteria."
msgstr ""
-#: scfuncs.hrc:74
+#: sc/inc/scfuncs.hrc:74
msgctxt "SC_OPCODE_DB_GET"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: scfuncs.hrc:75
+#: sc/inc/scfuncs.hrc:75
msgctxt "SC_OPCODE_DB_GET"
msgid "The range of cells containing data."
msgstr ""
-#: scfuncs.hrc:76
+#: sc/inc/scfuncs.hrc:76
msgctxt "SC_OPCODE_DB_GET"
msgid "Database field"
msgstr "Адырқәа рбаза аҭакыра"
-#: scfuncs.hrc:77
+#: sc/inc/scfuncs.hrc:77
msgctxt "SC_OPCODE_DB_GET"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr ""
-#: scfuncs.hrc:78
+#: sc/inc/scfuncs.hrc:78
msgctxt "SC_OPCODE_DB_GET"
msgid "Search criteria"
msgstr ""
-#: scfuncs.hrc:79
+#: sc/inc/scfuncs.hrc:79
msgctxt "SC_OPCODE_DB_GET"
msgid "Defines the cell range containing the search criteria."
msgstr ""
-#: scfuncs.hrc:85
+#: sc/inc/scfuncs.hrc:85
msgctxt "SC_OPCODE_DB_MAX"
msgid "Returns the maximum value from all of the cells of a data range which correspond to the search criteria."
msgstr ""
-#: scfuncs.hrc:86
+#: sc/inc/scfuncs.hrc:86
msgctxt "SC_OPCODE_DB_MAX"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: scfuncs.hrc:87
+#: sc/inc/scfuncs.hrc:87
msgctxt "SC_OPCODE_DB_MAX"
msgid "The range of cells containing data."
msgstr ""
-#: scfuncs.hrc:88
+#: sc/inc/scfuncs.hrc:88
msgctxt "SC_OPCODE_DB_MAX"
msgid "Database field"
msgstr "Адырқәа рбаза аҭакыра"
-#: scfuncs.hrc:89
+#: sc/inc/scfuncs.hrc:89
msgctxt "SC_OPCODE_DB_MAX"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr ""
-#: scfuncs.hrc:90
+#: sc/inc/scfuncs.hrc:90
msgctxt "SC_OPCODE_DB_MAX"
msgid "Search criteria"
msgstr ""
-#: scfuncs.hrc:91
+#: sc/inc/scfuncs.hrc:91
msgctxt "SC_OPCODE_DB_MAX"
msgid "Defines the cell range containing the search criteria."
msgstr ""
-#: scfuncs.hrc:97
+#: sc/inc/scfuncs.hrc:97
msgctxt "SC_OPCODE_DB_MIN"
msgid "Returns the minimum of all cells of a data range where the contents correspond to the search criteria."
msgstr ""
-#: scfuncs.hrc:98
+#: sc/inc/scfuncs.hrc:98
msgctxt "SC_OPCODE_DB_MIN"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: scfuncs.hrc:99
+#: sc/inc/scfuncs.hrc:99
msgctxt "SC_OPCODE_DB_MIN"
msgid "The range of cells containing data."
msgstr ""
-#: scfuncs.hrc:100
+#: sc/inc/scfuncs.hrc:100
msgctxt "SC_OPCODE_DB_MIN"
msgid "Database field"
msgstr "Адырқәа рбаза аҭакыра"
-#: scfuncs.hrc:101
+#: sc/inc/scfuncs.hrc:101
msgctxt "SC_OPCODE_DB_MIN"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr ""
-#: scfuncs.hrc:102
+#: sc/inc/scfuncs.hrc:102
msgctxt "SC_OPCODE_DB_MIN"
msgid "Search criteria"
msgstr ""
-#: scfuncs.hrc:103
+#: sc/inc/scfuncs.hrc:103
msgctxt "SC_OPCODE_DB_MIN"
msgid "Defines the cell range containing the search criteria."
msgstr ""
-#: scfuncs.hrc:109
+#: sc/inc/scfuncs.hrc:109
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Multiplies all cells of a data range where the contents match the search criteria."
msgstr ""
-#: scfuncs.hrc:110
+#: sc/inc/scfuncs.hrc:110
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: scfuncs.hrc:111
+#: sc/inc/scfuncs.hrc:111
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "The range of cells containing data."
msgstr ""
-#: scfuncs.hrc:112
+#: sc/inc/scfuncs.hrc:112
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Database field"
msgstr "Адырқәа рбаза аҭакыра"
-#: scfuncs.hrc:113
+#: sc/inc/scfuncs.hrc:113
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr ""
-#: scfuncs.hrc:114
+#: sc/inc/scfuncs.hrc:114
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Search criteria"
msgstr ""
-#: scfuncs.hrc:115
+#: sc/inc/scfuncs.hrc:115
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Defines the cell range containing the search criteria."
msgstr ""
-#: scfuncs.hrc:121
+#: sc/inc/scfuncs.hrc:121
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Calculates the standard deviation of all cells in a data range whose contents match the search criteria."
msgstr ""
-#: scfuncs.hrc:122
+#: sc/inc/scfuncs.hrc:122
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: scfuncs.hrc:123
+#: sc/inc/scfuncs.hrc:123
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "The range of cells containing data."
msgstr ""
-#: scfuncs.hrc:124
+#: sc/inc/scfuncs.hrc:124
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Database field"
msgstr "Адырқәа рбаза аҭакыра"
-#: scfuncs.hrc:125
+#: sc/inc/scfuncs.hrc:125
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr ""
-#: scfuncs.hrc:126
+#: sc/inc/scfuncs.hrc:126
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Search criteria"
msgstr ""
-#: scfuncs.hrc:127
+#: sc/inc/scfuncs.hrc:127
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Defines the cell range containing the search criteria."
msgstr ""
-#: scfuncs.hrc:133
+#: sc/inc/scfuncs.hrc:133
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Returns the standard deviation with regards to the population of all cells of a data range matching the search criteria."
msgstr ""
-#: scfuncs.hrc:134
+#: sc/inc/scfuncs.hrc:134
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: scfuncs.hrc:135
+#: sc/inc/scfuncs.hrc:135
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "The range of cells containing data."
msgstr ""
-#: scfuncs.hrc:136
+#: sc/inc/scfuncs.hrc:136
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Database field"
msgstr "Адырқәа рбаза аҭакыра"
-#: scfuncs.hrc:137
+#: sc/inc/scfuncs.hrc:137
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr ""
-#: scfuncs.hrc:138
+#: sc/inc/scfuncs.hrc:138
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Search criteria"
msgstr ""
-#: scfuncs.hrc:139
+#: sc/inc/scfuncs.hrc:139
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Defines the cell range containing the search criteria."
msgstr ""
-#: scfuncs.hrc:145
+#: sc/inc/scfuncs.hrc:145
msgctxt "SC_OPCODE_DB_SUM"
msgid "Adds all the cells of a data range where the contents match the search criteria."
msgstr ""
-#: scfuncs.hrc:146
+#: sc/inc/scfuncs.hrc:146
msgctxt "SC_OPCODE_DB_SUM"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: scfuncs.hrc:147
+#: sc/inc/scfuncs.hrc:147
msgctxt "SC_OPCODE_DB_SUM"
msgid "The range of cells containing data."
msgstr ""
-#: scfuncs.hrc:148
+#: sc/inc/scfuncs.hrc:148
msgctxt "SC_OPCODE_DB_SUM"
msgid "Database field"
msgstr "Адырқәа рбаза аҭакыра"
-#: scfuncs.hrc:149
+#: sc/inc/scfuncs.hrc:149
msgctxt "SC_OPCODE_DB_SUM"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr ""
-#: scfuncs.hrc:150
+#: sc/inc/scfuncs.hrc:150
msgctxt "SC_OPCODE_DB_SUM"
msgid "Search criteria"
msgstr ""
-#: scfuncs.hrc:151
+#: sc/inc/scfuncs.hrc:151
msgctxt "SC_OPCODE_DB_SUM"
msgid "Defines the cell range containing the search criteria."
msgstr ""
-#: scfuncs.hrc:157
+#: sc/inc/scfuncs.hrc:157
msgctxt "SC_OPCODE_DB_VAR"
msgid "Determines the variance of all the cells in a data range where the contents match the search criteria."
msgstr ""
-#: scfuncs.hrc:158
+#: sc/inc/scfuncs.hrc:158
msgctxt "SC_OPCODE_DB_VAR"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: scfuncs.hrc:159
+#: sc/inc/scfuncs.hrc:159
msgctxt "SC_OPCODE_DB_VAR"
msgid "The range of cells containing data."
msgstr ""
-#: scfuncs.hrc:160
+#: sc/inc/scfuncs.hrc:160
msgctxt "SC_OPCODE_DB_VAR"
msgid "Database field"
msgstr "Адырқәа рбаза аҭакыра"
-#: scfuncs.hrc:161
+#: sc/inc/scfuncs.hrc:161
msgctxt "SC_OPCODE_DB_VAR"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr ""
-#: scfuncs.hrc:162
+#: sc/inc/scfuncs.hrc:162
msgctxt "SC_OPCODE_DB_VAR"
msgid "Search criteria"
msgstr ""
-#: scfuncs.hrc:163
+#: sc/inc/scfuncs.hrc:163
msgctxt "SC_OPCODE_DB_VAR"
msgid "Defines the cell range containing the search criteria."
msgstr ""
-#: scfuncs.hrc:169
+#: sc/inc/scfuncs.hrc:169
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Determines variance of a population based on all cells in a data range where contents match the search criteria."
msgstr ""
-#: scfuncs.hrc:170
+#: sc/inc/scfuncs.hrc:170
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: scfuncs.hrc:171
+#: sc/inc/scfuncs.hrc:171
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "The range of cells containing data."
msgstr ""
-#: scfuncs.hrc:172
+#: sc/inc/scfuncs.hrc:172
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Database field"
msgstr "Адырқәа рбаза аҭакыра"
-#: scfuncs.hrc:173
+#: sc/inc/scfuncs.hrc:173
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr ""
-#: scfuncs.hrc:174
+#: sc/inc/scfuncs.hrc:174
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Search criteria"
msgstr ""
-#: scfuncs.hrc:175
+#: sc/inc/scfuncs.hrc:175
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Defines the cell range containing the search criteria."
msgstr ""
-#: scfuncs.hrc:181
+#: sc/inc/scfuncs.hrc:181
msgctxt "SC_OPCODE_GET_DATE"
msgid "Provides an internal number for the date given."
msgstr ""
-#: scfuncs.hrc:182
+#: sc/inc/scfuncs.hrc:182
msgctxt "SC_OPCODE_GET_DATE"
msgid "Year"
msgstr "Ашықәс"
-#: scfuncs.hrc:183
+#: sc/inc/scfuncs.hrc:183
msgctxt "SC_OPCODE_GET_DATE"
msgid "An integer between 1583 and 9956 or 0 and 99 (19xx or 20xx depending on the defined option)."
msgstr ""
-#: scfuncs.hrc:184
+#: sc/inc/scfuncs.hrc:184
msgctxt "SC_OPCODE_GET_DATE"
msgid "Month"
msgstr "Амза"
-#: scfuncs.hrc:185
+#: sc/inc/scfuncs.hrc:185
msgctxt "SC_OPCODE_GET_DATE"
msgid "An integer between 1 and 12 representing the month."
msgstr ""
-#: scfuncs.hrc:186
+#: sc/inc/scfuncs.hrc:186
msgctxt "SC_OPCODE_GET_DATE"
msgid "Day"
msgstr "Амш"
-#: scfuncs.hrc:187
+#: sc/inc/scfuncs.hrc:187
msgctxt "SC_OPCODE_GET_DATE"
msgid "An integer between 1 and 31 representing the day of the month."
msgstr ""
-#: scfuncs.hrc:193
+#: sc/inc/scfuncs.hrc:193
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "Returns an internal number for a text having a possible date format."
msgstr ""
-#: scfuncs.hrc:194
+#: sc/inc/scfuncs.hrc:194
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:195
+#: sc/inc/scfuncs.hrc:195
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "A text enclosed in quotation marks which returns a date in a %PRODUCTNAME date format."
msgstr ""
-#: scfuncs.hrc:201
+#: sc/inc/scfuncs.hrc:201
msgctxt "SC_OPCODE_GET_DAY"
msgid "Returns the sequential date of the month as an integer (1-31) in relation to the date value."
msgstr ""
-#: scfuncs.hrc:202
+#: sc/inc/scfuncs.hrc:202
msgctxt "SC_OPCODE_GET_DAY"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:203
+#: sc/inc/scfuncs.hrc:203
msgctxt "SC_OPCODE_GET_DAY"
msgid "The internal number for the date."
msgstr ""
-#: scfuncs.hrc:209
+#: sc/inc/scfuncs.hrc:209
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Calculates the number of days between two dates based on a 360-day year."
msgstr ""
-#: scfuncs.hrc:210
+#: sc/inc/scfuncs.hrc:210
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Date 1"
-msgstr ""
+msgstr "Арыцхә 1"
-#: scfuncs.hrc:211
+#: sc/inc/scfuncs.hrc:211
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "The start date for calculating the difference in days."
msgstr ""
-#: scfuncs.hrc:212
+#: sc/inc/scfuncs.hrc:212
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Date 2"
-msgstr ""
+msgstr "Арыцхә 2"
-#: scfuncs.hrc:213
+#: sc/inc/scfuncs.hrc:213
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "The end date for calculating the difference in days."
msgstr ""
-#: scfuncs.hrc:214
+#: sc/inc/scfuncs.hrc:214
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:215
+#: sc/inc/scfuncs.hrc:215
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Method used to form differences: Type = 0 denotes US method (NASD), Type = 1 denotes the European method."
msgstr ""
-#: scfuncs.hrc:221
+#: sc/inc/scfuncs.hrc:221
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Returns the number of workdays between two dates using arguments to indicate weekenddays and holidays."
msgstr ""
-#: scfuncs.hrc:222
+#: sc/inc/scfuncs.hrc:222
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Start date"
msgstr "Алагамҭа арыцхә"
-#: scfuncs.hrc:223
+#: sc/inc/scfuncs.hrc:223
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Start date for calculation."
msgstr ""
-#: scfuncs.hrc:224
+#: sc/inc/scfuncs.hrc:224
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "End date"
msgstr "Аҵыхәтәантәи арыцхә"
-#: scfuncs.hrc:225
+#: sc/inc/scfuncs.hrc:225
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "End date for calculation."
msgstr ""
-#: scfuncs.hrc:226
+#: sc/inc/scfuncs.hrc:226
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "List of dates"
-msgstr ""
+msgstr "Арыцхәқәа рыхьӡынҵа"
-#: scfuncs.hrc:227
+#: sc/inc/scfuncs.hrc:227
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Optional set of one or more dates to be considered as holiday."
msgstr ""
-#: scfuncs.hrc:228
+#: sc/inc/scfuncs.hrc:228
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Array"
msgstr "Амассив"
-#: scfuncs.hrc:229
+#: sc/inc/scfuncs.hrc:229
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Optional list of numbers to indicate working (0) and weekend (non-zero) days. When omitted, weekend is Saturday and Sunday."
msgstr ""
-#: scfuncs.hrc:235
+#: sc/inc/scfuncs.hrc:235
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Returns the number of workdays between two dates using arguments to indicate weekend days and holidays."
msgstr ""
-#: scfuncs.hrc:236
+#: sc/inc/scfuncs.hrc:236
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Start date"
msgstr "Алагамҭа арыцхә"
-#: scfuncs.hrc:237
+#: sc/inc/scfuncs.hrc:237
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Start date for calculation."
msgstr ""
-#: scfuncs.hrc:238
+#: sc/inc/scfuncs.hrc:238
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "End date"
msgstr "Аҵыхәтәантәи арыцхә"
-#: scfuncs.hrc:239
+#: sc/inc/scfuncs.hrc:239
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "End date for calculation."
msgstr ""
-#: scfuncs.hrc:240
+#: sc/inc/scfuncs.hrc:240
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Number or string"
msgstr ""
-#: scfuncs.hrc:241
+#: sc/inc/scfuncs.hrc:241
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Optional number or string to indicate when weekends occur. When omitted, weekend is Saturday and Sunday."
msgstr ""
-#: scfuncs.hrc:242
+#: sc/inc/scfuncs.hrc:242
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Array"
msgstr "Амассив"
-#: scfuncs.hrc:243
+#: sc/inc/scfuncs.hrc:243
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Optional set of one or more dates to be considered as holiday."
msgstr ""
-#: scfuncs.hrc:249
+#: sc/inc/scfuncs.hrc:249
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Returns the serial number of the date before or after a number of workdays using arguments to indicate weekend days and holidays."
msgstr ""
-#: scfuncs.hrc:250
+#: sc/inc/scfuncs.hrc:250
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Start date"
msgstr "Алагамҭа арыцхә"
-#: scfuncs.hrc:251
+#: sc/inc/scfuncs.hrc:251
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Start date for calculation."
msgstr ""
-#: scfuncs.hrc:252
+#: sc/inc/scfuncs.hrc:252
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Days"
msgstr "Амшқәа"
-#: scfuncs.hrc:253
+#: sc/inc/scfuncs.hrc:253
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "The number of workdays before or after start date."
msgstr ""
-#: scfuncs.hrc:254
+#: sc/inc/scfuncs.hrc:254
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Number or string"
msgstr ""
-#: scfuncs.hrc:255
+#: sc/inc/scfuncs.hrc:255
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Optional number or string to indicate when weekends occur. When omitted, weekend is Saturday and Sunday."
msgstr ""
-#: scfuncs.hrc:256
+#: sc/inc/scfuncs.hrc:256
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Array"
msgstr "Амассив"
-#: scfuncs.hrc:257
+#: sc/inc/scfuncs.hrc:257
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Optional set of one or more dates to be considered as holiday."
msgstr ""
-#: scfuncs.hrc:263
+#: sc/inc/scfuncs.hrc:263
msgctxt "SC_OPCODE_GET_HOUR"
msgid "Determines the sequential number of the hour of the day (0-23) for the time value."
msgstr ""
-#: scfuncs.hrc:264
+#: sc/inc/scfuncs.hrc:264
msgctxt "SC_OPCODE_GET_HOUR"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:265
+#: sc/inc/scfuncs.hrc:265
msgctxt "SC_OPCODE_GET_HOUR"
msgid "Internal time value"
msgstr ""
-#: scfuncs.hrc:271
+#: sc/inc/scfuncs.hrc:271
msgctxt "SC_OPCODE_GET_MIN"
msgid "Determines the sequential number for the minute of the hour (0-59) for the time value."
msgstr ""
-#: scfuncs.hrc:272
+#: sc/inc/scfuncs.hrc:272
msgctxt "SC_OPCODE_GET_MIN"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:273
+#: sc/inc/scfuncs.hrc:273
msgctxt "SC_OPCODE_GET_MIN"
msgid "Internal time value."
msgstr ""
-#: scfuncs.hrc:279
+#: sc/inc/scfuncs.hrc:279
msgctxt "SC_OPCODE_GET_MONTH"
msgid "Determines the sequential number of a month of the year (1-12) for the date value."
msgstr ""
-#: scfuncs.hrc:280
+#: sc/inc/scfuncs.hrc:280
msgctxt "SC_OPCODE_GET_MONTH"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:281
+#: sc/inc/scfuncs.hrc:281
msgctxt "SC_OPCODE_GET_MONTH"
msgid "The internal number of the date."
msgstr ""
-#: scfuncs.hrc:287
+#: sc/inc/scfuncs.hrc:287
msgctxt "SC_OPCODE_GET_ACT_TIME"
msgid "Determines the current time of the computer."
msgstr ""
-#: scfuncs.hrc:293
+#: sc/inc/scfuncs.hrc:293
msgctxt "SC_OPCODE_GET_SEC"
msgid "Determines the sequential number of the second of a minute (0-59) for the time value."
msgstr ""
-#: scfuncs.hrc:294
+#: sc/inc/scfuncs.hrc:294
msgctxt "SC_OPCODE_GET_SEC"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:295
+#: sc/inc/scfuncs.hrc:295
msgctxt "SC_OPCODE_GET_SEC"
msgid "The internal time value."
msgstr ""
-#: scfuncs.hrc:301
+#: sc/inc/scfuncs.hrc:301
msgctxt "SC_OPCODE_GET_TIME"
msgid "Determines a time value from the details for hour, minute and second."
msgstr ""
-#: scfuncs.hrc:302
+#: sc/inc/scfuncs.hrc:302
msgctxt "SC_OPCODE_GET_TIME"
msgid "Hour"
msgstr "Асааҭ"
-#: scfuncs.hrc:303
+#: sc/inc/scfuncs.hrc:303
msgctxt "SC_OPCODE_GET_TIME"
msgid "The integer for the hour."
msgstr ""
-#: scfuncs.hrc:304
+#: sc/inc/scfuncs.hrc:304
msgctxt "SC_OPCODE_GET_TIME"
msgid "Minute"
msgstr "Аминуҭ"
-#: scfuncs.hrc:305
+#: sc/inc/scfuncs.hrc:305
msgctxt "SC_OPCODE_GET_TIME"
msgid "The integer for the minute."
msgstr ""
-#: scfuncs.hrc:306
+#: sc/inc/scfuncs.hrc:306
msgctxt "SC_OPCODE_GET_TIME"
msgid "Second"
msgstr "Асекунд"
-#: scfuncs.hrc:307
+#: sc/inc/scfuncs.hrc:307
msgctxt "SC_OPCODE_GET_TIME"
msgid "The integer for the second."
msgstr ""
-#: scfuncs.hrc:313
+#: sc/inc/scfuncs.hrc:313
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "Returns a sequential number for a text shown in a possible time entry format."
msgstr ""
-#: scfuncs.hrc:314
+#: sc/inc/scfuncs.hrc:314
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:315
+#: sc/inc/scfuncs.hrc:315
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "A text enclosed in quotation marks which returns a time in a %PRODUCTNAME time format."
msgstr ""
-#: scfuncs.hrc:321
+#: sc/inc/scfuncs.hrc:321
msgctxt "SC_OPCODE_GET_ACT_DATE"
msgid "Determines the current date of the computer."
msgstr ""
-#: scfuncs.hrc:327
+#: sc/inc/scfuncs.hrc:327
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Returns the day of the week for the date value as an integer."
msgstr ""
-#: scfuncs.hrc:328
+#: sc/inc/scfuncs.hrc:328
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:329
+#: sc/inc/scfuncs.hrc:329
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "The internal number for the date."
msgstr ""
-#: scfuncs.hrc:330
+#: sc/inc/scfuncs.hrc:330
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:331
+#: sc/inc/scfuncs.hrc:331
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Fixes the beginning of the week and the type of calculation to be used."
msgstr ""
-#: scfuncs.hrc:337
+#: sc/inc/scfuncs.hrc:337
msgctxt "SC_OPCODE_GET_YEAR"
msgid "Returns the year of a date value as an integer."
msgstr ""
-#: scfuncs.hrc:338
+#: sc/inc/scfuncs.hrc:338
msgctxt "SC_OPCODE_GET_YEAR"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:339
+#: sc/inc/scfuncs.hrc:339
msgctxt "SC_OPCODE_GET_YEAR"
msgid "Internal number of the date."
msgstr ""
-#: scfuncs.hrc:345
+#: sc/inc/scfuncs.hrc:345
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Calculates the number of days between two dates."
msgstr ""
-#: scfuncs.hrc:346
+#: sc/inc/scfuncs.hrc:346
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Date 2"
-msgstr ""
+msgstr "Арыцхә 2"
-#: scfuncs.hrc:347
+#: sc/inc/scfuncs.hrc:347
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "The end date for calculating the difference in days."
msgstr ""
-#: scfuncs.hrc:348
+#: sc/inc/scfuncs.hrc:348
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Date 1"
-msgstr ""
+msgstr "Арыцхә 1"
-#: scfuncs.hrc:349
+#: sc/inc/scfuncs.hrc:349
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "The start date for calculating the difference in days."
msgstr ""
-#: scfuncs.hrc:355
+#: sc/inc/scfuncs.hrc:355
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Returns the number of whole days, months or years between 'start date' and 'end date'."
msgstr ""
-#: scfuncs.hrc:356
+#: sc/inc/scfuncs.hrc:356
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Start date"
msgstr "Алагамҭа арыцхә"
-#: scfuncs.hrc:357
+#: sc/inc/scfuncs.hrc:357
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "The start date."
msgstr "Алагамҭа арыцхә."
-#: scfuncs.hrc:358
+#: sc/inc/scfuncs.hrc:358
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "End date"
msgstr "Аҵыхәтәантәи арыцхә"
-#: scfuncs.hrc:359
+#: sc/inc/scfuncs.hrc:359
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "The end date."
-msgstr ""
+msgstr "Аҵыхәтәантәи арыцхә."
-#: scfuncs.hrc:360
+#: sc/inc/scfuncs.hrc:360
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Interval"
msgstr "Аинтервал"
-#: scfuncs.hrc:361
+#: sc/inc/scfuncs.hrc:361
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Interval to be calculated. Can be \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"."
msgstr ""
-#: scfuncs.hrc:367
+#: sc/inc/scfuncs.hrc:367
msgctxt "SC_OPCODE_WEEK"
msgid "Calculates the calendar week corresponding to the given date."
msgstr ""
-#: scfuncs.hrc:368
+#: sc/inc/scfuncs.hrc:368
msgctxt "SC_OPCODE_WEEK"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:369
+#: sc/inc/scfuncs.hrc:369
msgctxt "SC_OPCODE_WEEK"
msgid "The internal number of the date."
msgstr ""
-#: scfuncs.hrc:370
+#: sc/inc/scfuncs.hrc:370
msgctxt "SC_OPCODE_WEEK"
msgid "Mode"
msgstr "Арежим"
-#: scfuncs.hrc:371
+#: sc/inc/scfuncs.hrc:371
msgctxt "SC_OPCODE_WEEK"
msgid "Indicates the first day of the week and when week 1 starts."
msgstr ""
-#: scfuncs.hrc:377
+#: sc/inc/scfuncs.hrc:377
msgctxt "SC_OPCODE_ISOWEEKNUM"
msgid "Calculates the ISO 8601 calendar week for the given date."
msgstr ""
-#: scfuncs.hrc:378
+#: sc/inc/scfuncs.hrc:378
msgctxt "SC_OPCODE_ISOWEEKNUM"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:379
+#: sc/inc/scfuncs.hrc:379
msgctxt "SC_OPCODE_ISOWEEKNUM"
msgid "The internal number of the date."
msgstr ""
-#: scfuncs.hrc:384
+#: sc/inc/scfuncs.hrc:384
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid ""
"Calculates the calendar week corresponding to the given date.\n"
"This function only provides interoperability with %PRODUCTNAME 5.0 and earlier and OpenOffice.org."
msgstr ""
-#: scfuncs.hrc:385
+#: sc/inc/scfuncs.hrc:385
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:386
+#: sc/inc/scfuncs.hrc:386
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "The internal number of the date."
msgstr ""
-#: scfuncs.hrc:387
+#: sc/inc/scfuncs.hrc:387
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "Mode"
msgstr "Арежим"
-#: scfuncs.hrc:388
+#: sc/inc/scfuncs.hrc:388
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "Indicates the first day of the week (1 = Sunday, other values = Monday)."
msgstr ""
-#: scfuncs.hrc:394
+#: sc/inc/scfuncs.hrc:394
msgctxt "SC_OPCODE_EASTERSUNDAY"
msgid "Calculates the date of Easter Sunday in a given year."
msgstr ""
-#: scfuncs.hrc:395
+#: sc/inc/scfuncs.hrc:395
msgctxt "SC_OPCODE_EASTERSUNDAY"
msgid "Year"
msgstr "Ашықәс"
-#: scfuncs.hrc:396
+#: sc/inc/scfuncs.hrc:396
msgctxt "SC_OPCODE_EASTERSUNDAY"
msgid "An integer between 1583 and 9956, or 0 and 99 (19xx or 20xx depending on the option set)."
msgstr ""
-#: scfuncs.hrc:402
+#: sc/inc/scfuncs.hrc:402
msgctxt "SC_OPCODE_PV"
msgid "Present value. Calculates the present value of an investment."
msgstr ""
-#: scfuncs.hrc:403
+#: sc/inc/scfuncs.hrc:403
#, fuzzy
msgctxt "SC_OPCODE_PV"
msgid "Rate"
msgstr "Арыцхә"
-#: scfuncs.hrc:404
+#: sc/inc/scfuncs.hrc:404
msgctxt "SC_OPCODE_PV"
msgid "The rate of interest for the period given."
msgstr ""
-#: scfuncs.hrc:405
+#: sc/inc/scfuncs.hrc:405
msgctxt "SC_OPCODE_PV"
msgid "NPER"
msgstr ""
-#: scfuncs.hrc:406
+#: sc/inc/scfuncs.hrc:406
msgctxt "SC_OPCODE_PV"
msgid "The payment period. The total number of periods in which the annuity is paid."
msgstr ""
-#: scfuncs.hrc:407
+#: sc/inc/scfuncs.hrc:407
msgctxt "SC_OPCODE_PV"
msgid "PMT"
msgstr ""
-#: scfuncs.hrc:408
+#: sc/inc/scfuncs.hrc:408
msgctxt "SC_OPCODE_PV"
msgid "Regular payments. The constant amount of annuity that is paid in each period."
msgstr ""
-#: scfuncs.hrc:409
+#: sc/inc/scfuncs.hrc:409
msgctxt "SC_OPCODE_PV"
msgid "FV"
msgstr ""
-#: scfuncs.hrc:410
+#: sc/inc/scfuncs.hrc:410
msgctxt "SC_OPCODE_PV"
msgid "Future value. The value (final value) to be attained after the last payment."
msgstr ""
-#: scfuncs.hrc:411
+#: sc/inc/scfuncs.hrc:411
msgctxt "SC_OPCODE_PV"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:412
+#: sc/inc/scfuncs.hrc:412
msgctxt "SC_OPCODE_PV"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr ""
-#: scfuncs.hrc:418
+#: sc/inc/scfuncs.hrc:418
msgctxt "SC_OPCODE_FV"
msgid "Future value. Returns the future value of an investment based on regular payments and a constant interest rate."
msgstr ""
-#: scfuncs.hrc:419
+#: sc/inc/scfuncs.hrc:419
#, fuzzy
msgctxt "SC_OPCODE_FV"
msgid "Rate"
msgstr "Арыцхә"
-#: scfuncs.hrc:420
+#: sc/inc/scfuncs.hrc:420
msgctxt "SC_OPCODE_FV"
msgid "The rate of interest per period."
msgstr ""
-#: scfuncs.hrc:421
+#: sc/inc/scfuncs.hrc:421
msgctxt "SC_OPCODE_FV"
msgid "NPER"
msgstr ""
-#: scfuncs.hrc:422
+#: sc/inc/scfuncs.hrc:422
msgctxt "SC_OPCODE_FV"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr ""
-#: scfuncs.hrc:423
+#: sc/inc/scfuncs.hrc:423
msgctxt "SC_OPCODE_FV"
msgid "PMT"
msgstr ""
-#: scfuncs.hrc:424
+#: sc/inc/scfuncs.hrc:424
msgctxt "SC_OPCODE_FV"
msgid "Regular payments. The constant annuity to be paid in each period."
msgstr ""
-#: scfuncs.hrc:425
+#: sc/inc/scfuncs.hrc:425
msgctxt "SC_OPCODE_FV"
msgid "PV"
msgstr ""
-#: scfuncs.hrc:426
+#: sc/inc/scfuncs.hrc:426
msgctxt "SC_OPCODE_FV"
msgid "Present value. The current value of a series of payments"
msgstr ""
-#: scfuncs.hrc:427
+#: sc/inc/scfuncs.hrc:427
msgctxt "SC_OPCODE_FV"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:428
+#: sc/inc/scfuncs.hrc:428
msgctxt "SC_OPCODE_FV"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr ""
-#: scfuncs.hrc:434
+#: sc/inc/scfuncs.hrc:434
msgctxt "SC_OPCODE_NPER"
msgid "Payment period. Calculates the number of payment periods for an investment based on regular payments and a constant interest rate."
msgstr ""
-#: scfuncs.hrc:435
+#: sc/inc/scfuncs.hrc:435
#, fuzzy
msgctxt "SC_OPCODE_NPER"
msgid "Rate"
msgstr "Арыцхә"
-#: scfuncs.hrc:436
+#: sc/inc/scfuncs.hrc:436
msgctxt "SC_OPCODE_NPER"
msgid "The rate of interest per period."
msgstr ""
-#: scfuncs.hrc:437
+#: sc/inc/scfuncs.hrc:437
msgctxt "SC_OPCODE_NPER"
msgid "PMT"
msgstr ""
-#: scfuncs.hrc:438
+#: sc/inc/scfuncs.hrc:438
msgctxt "SC_OPCODE_NPER"
msgid "Regular payments. The constant annuity to be paid in each period."
msgstr ""
-#: scfuncs.hrc:439
+#: sc/inc/scfuncs.hrc:439
msgctxt "SC_OPCODE_NPER"
msgid "PV"
msgstr ""
-#: scfuncs.hrc:440
+#: sc/inc/scfuncs.hrc:440
msgctxt "SC_OPCODE_NPER"
msgid "Present value. The current value of a series of payments"
msgstr ""
-#: scfuncs.hrc:441
+#: sc/inc/scfuncs.hrc:441
msgctxt "SC_OPCODE_NPER"
msgid "FV"
msgstr ""
-#: scfuncs.hrc:442
+#: sc/inc/scfuncs.hrc:442
msgctxt "SC_OPCODE_NPER"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr ""
-#: scfuncs.hrc:443
+#: sc/inc/scfuncs.hrc:443
msgctxt "SC_OPCODE_NPER"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:444
+#: sc/inc/scfuncs.hrc:444
msgctxt "SC_OPCODE_NPER"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr ""
-#: scfuncs.hrc:450
+#: sc/inc/scfuncs.hrc:450
msgctxt "SC_OPCODE_PMT"
msgid "Regular payments. Returns the periodic payment of an annuity, based on regular payments and a fixed periodic interest rate."
msgstr ""
-#: scfuncs.hrc:451
+#: sc/inc/scfuncs.hrc:451
#, fuzzy
msgctxt "SC_OPCODE_PMT"
msgid "Rate"
msgstr "Арыцхә"
-#: scfuncs.hrc:452
+#: sc/inc/scfuncs.hrc:452
msgctxt "SC_OPCODE_PMT"
msgid "The rate of interest per period."
msgstr ""
-#: scfuncs.hrc:453
+#: sc/inc/scfuncs.hrc:453
msgctxt "SC_OPCODE_PMT"
msgid "NPER"
msgstr ""
-#: scfuncs.hrc:454
+#: sc/inc/scfuncs.hrc:454
msgctxt "SC_OPCODE_PMT"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr ""
-#: scfuncs.hrc:455
+#: sc/inc/scfuncs.hrc:455
msgctxt "SC_OPCODE_PMT"
msgid "PV"
msgstr ""
-#: scfuncs.hrc:456
+#: sc/inc/scfuncs.hrc:456
msgctxt "SC_OPCODE_PMT"
msgid "Present value. The current value of a series of payments"
msgstr ""
-#: scfuncs.hrc:457
+#: sc/inc/scfuncs.hrc:457
msgctxt "SC_OPCODE_PMT"
msgid "FV"
msgstr ""
-#: scfuncs.hrc:458
+#: sc/inc/scfuncs.hrc:458
msgctxt "SC_OPCODE_PMT"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr ""
-#: scfuncs.hrc:459
+#: sc/inc/scfuncs.hrc:459
msgctxt "SC_OPCODE_PMT"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:460
+#: sc/inc/scfuncs.hrc:460
msgctxt "SC_OPCODE_PMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr ""
-#: scfuncs.hrc:466
+#: sc/inc/scfuncs.hrc:466
msgctxt "SC_OPCODE_RATE"
msgid "Calculates the constant interest rate of an investment with regular payments."
msgstr ""
-#: scfuncs.hrc:467
+#: sc/inc/scfuncs.hrc:467
msgctxt "SC_OPCODE_RATE"
msgid "NPER"
msgstr ""
-#: scfuncs.hrc:468
+#: sc/inc/scfuncs.hrc:468
msgctxt "SC_OPCODE_RATE"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr ""
-#: scfuncs.hrc:469
+#: sc/inc/scfuncs.hrc:469
msgctxt "SC_OPCODE_RATE"
msgid "PMT"
msgstr ""
-#: scfuncs.hrc:470
+#: sc/inc/scfuncs.hrc:470
msgctxt "SC_OPCODE_RATE"
msgid "Regular payments. The constant annuity to be paid in each period."
msgstr ""
-#: scfuncs.hrc:471
+#: sc/inc/scfuncs.hrc:471
msgctxt "SC_OPCODE_RATE"
msgid "PV"
msgstr ""
-#: scfuncs.hrc:472
+#: sc/inc/scfuncs.hrc:472
msgctxt "SC_OPCODE_RATE"
msgid "Present value. The current value of a series of payments"
msgstr ""
-#: scfuncs.hrc:473
+#: sc/inc/scfuncs.hrc:473
msgctxt "SC_OPCODE_RATE"
msgid "FV"
msgstr ""
-#: scfuncs.hrc:474
+#: sc/inc/scfuncs.hrc:474
msgctxt "SC_OPCODE_RATE"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr ""
-#: scfuncs.hrc:475
+#: sc/inc/scfuncs.hrc:475
msgctxt "SC_OPCODE_RATE"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:476
+#: sc/inc/scfuncs.hrc:476
msgctxt "SC_OPCODE_RATE"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr ""
-#: scfuncs.hrc:477
+#: sc/inc/scfuncs.hrc:477
msgctxt "SC_OPCODE_RATE"
msgid "Guess"
msgstr ""
-#: scfuncs.hrc:478
+#: sc/inc/scfuncs.hrc:478
msgctxt "SC_OPCODE_RATE"
msgid "Guess. The estimate of the interest rate for the iterative calculating method."
msgstr ""
-#: scfuncs.hrc:484
+#: sc/inc/scfuncs.hrc:484
msgctxt "SC_OPCODE_IPMT"
msgid "Compounded interest. Calculates the interest payment on the principal for an investment with regular payments and a constant interest rate for a given period."
msgstr ""
-#: scfuncs.hrc:485
+#: sc/inc/scfuncs.hrc:485
#, fuzzy
msgctxt "SC_OPCODE_IPMT"
msgid "Rate"
msgstr "Арыцхә"
-#: scfuncs.hrc:486
+#: sc/inc/scfuncs.hrc:486
msgctxt "SC_OPCODE_IPMT"
msgid "The rate of interest per period."
msgstr ""
-#: scfuncs.hrc:487
+#: sc/inc/scfuncs.hrc:487
msgctxt "SC_OPCODE_IPMT"
msgid "Period"
msgstr ""
-#: scfuncs.hrc:488
+#: sc/inc/scfuncs.hrc:488
msgctxt "SC_OPCODE_IPMT"
msgid "Periods. The periods for which the compounded interest is to be calculated. P = 1 denotes for the first period, P = NPER for the last one."
msgstr ""
-#: scfuncs.hrc:489
+#: sc/inc/scfuncs.hrc:489
msgctxt "SC_OPCODE_IPMT"
msgid "NPER"
msgstr ""
-#: scfuncs.hrc:490
+#: sc/inc/scfuncs.hrc:490
msgctxt "SC_OPCODE_IPMT"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr ""
-#: scfuncs.hrc:491
+#: sc/inc/scfuncs.hrc:491
msgctxt "SC_OPCODE_IPMT"
msgid "PV"
msgstr ""
-#: scfuncs.hrc:492
+#: sc/inc/scfuncs.hrc:492
msgctxt "SC_OPCODE_IPMT"
msgid "Present value. The current value of a series of payments"
msgstr ""
-#: scfuncs.hrc:493
+#: sc/inc/scfuncs.hrc:493
msgctxt "SC_OPCODE_IPMT"
msgid "FV"
msgstr ""
-#: scfuncs.hrc:494
+#: sc/inc/scfuncs.hrc:494
msgctxt "SC_OPCODE_IPMT"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr ""
-#: scfuncs.hrc:495
+#: sc/inc/scfuncs.hrc:495
msgctxt "SC_OPCODE_IPMT"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:496
+#: sc/inc/scfuncs.hrc:496
msgctxt "SC_OPCODE_IPMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr ""
-#: scfuncs.hrc:502
+#: sc/inc/scfuncs.hrc:502
msgctxt "SC_OPCODE_PPMT"
msgid "Repayment. Calculates the repayment amount for a period for an investment whereby the payments are at regular intervals and the interest rate constant."
msgstr ""
-#: scfuncs.hrc:503
+#: sc/inc/scfuncs.hrc:503
#, fuzzy
msgctxt "SC_OPCODE_PPMT"
msgid "Rate"
msgstr "Арыцхә"
-#: scfuncs.hrc:504
+#: sc/inc/scfuncs.hrc:504
msgctxt "SC_OPCODE_PPMT"
msgid "The interest rate per period."
msgstr ""
-#: scfuncs.hrc:505
+#: sc/inc/scfuncs.hrc:505
msgctxt "SC_OPCODE_PPMT"
msgid "Period"
msgstr ""
-#: scfuncs.hrc:506
+#: sc/inc/scfuncs.hrc:506
msgctxt "SC_OPCODE_PPMT"
msgid "Period. The period for which the repayments are to be calculated. Per = 1 denotes for the first period, P = NPER for the last"
msgstr ""
-#: scfuncs.hrc:507
+#: sc/inc/scfuncs.hrc:507
msgctxt "SC_OPCODE_PPMT"
msgid "NPER"
msgstr ""
-#: scfuncs.hrc:508
+#: sc/inc/scfuncs.hrc:508
msgctxt "SC_OPCODE_PPMT"
msgid "The payment period. The total number of periods in which the annuity (pension) is paid."
msgstr ""
-#: scfuncs.hrc:509
+#: sc/inc/scfuncs.hrc:509
msgctxt "SC_OPCODE_PPMT"
msgid "PV"
msgstr ""
-#: scfuncs.hrc:510
+#: sc/inc/scfuncs.hrc:510
msgctxt "SC_OPCODE_PPMT"
msgid "The present value. The present value or the amount the annuity is currently worth."
msgstr ""
-#: scfuncs.hrc:511
+#: sc/inc/scfuncs.hrc:511
msgctxt "SC_OPCODE_PPMT"
msgid "FV"
msgstr ""
-#: scfuncs.hrc:512
+#: sc/inc/scfuncs.hrc:512
msgctxt "SC_OPCODE_PPMT"
msgid "Future value. The value (end value) attained after the last payment has been made."
msgstr ""
-#: scfuncs.hrc:513
+#: sc/inc/scfuncs.hrc:513
msgctxt "SC_OPCODE_PPMT"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:514
+#: sc/inc/scfuncs.hrc:514
msgctxt "SC_OPCODE_PPMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr ""
-#: scfuncs.hrc:520
+#: sc/inc/scfuncs.hrc:520
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Cumulative capital. Calculates the total amount of the repayment share in a period for an investment with constant interest rate."
msgstr ""
-#: scfuncs.hrc:521
+#: sc/inc/scfuncs.hrc:521
#, fuzzy
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Rate"
msgstr "Арыцхә"
-#: scfuncs.hrc:522
+#: sc/inc/scfuncs.hrc:522
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "The rate of interest per period."
msgstr ""
-#: scfuncs.hrc:523
+#: sc/inc/scfuncs.hrc:523
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "NPER"
msgstr ""
-#: scfuncs.hrc:524
+#: sc/inc/scfuncs.hrc:524
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr ""
-#: scfuncs.hrc:525
+#: sc/inc/scfuncs.hrc:525
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "PV"
msgstr ""
-#: scfuncs.hrc:526
+#: sc/inc/scfuncs.hrc:526
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "The present value. The present value or the amount the annuity is currently worth."
msgstr ""
-#: scfuncs.hrc:527
+#: sc/inc/scfuncs.hrc:527
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "S"
msgstr ""
-#: scfuncs.hrc:528
+#: sc/inc/scfuncs.hrc:528
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "The start period. The first period to be taken into account. S = 1 denotes the very first period."
msgstr ""
-#: scfuncs.hrc:529
+#: sc/inc/scfuncs.hrc:529
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "E"
msgstr ""
-#: scfuncs.hrc:530
+#: sc/inc/scfuncs.hrc:530
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "End period. The last period to be taken into account."
msgstr ""
-#: scfuncs.hrc:531
+#: sc/inc/scfuncs.hrc:531
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:532
+#: sc/inc/scfuncs.hrc:532
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr ""
-#: scfuncs.hrc:538
+#: sc/inc/scfuncs.hrc:538
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Cumulative compounded interest. Calculates the total amount of the interest share in a period for an investment with a constant interest rate."
msgstr ""
-#: scfuncs.hrc:539
+#: sc/inc/scfuncs.hrc:539
#, fuzzy
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Rate"
msgstr "Арыцхә"
-#: scfuncs.hrc:540
+#: sc/inc/scfuncs.hrc:540
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The rate of interest per period."
msgstr ""
-#: scfuncs.hrc:541
+#: sc/inc/scfuncs.hrc:541
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "NPER"
msgstr ""
-#: scfuncs.hrc:542
+#: sc/inc/scfuncs.hrc:542
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr ""
-#: scfuncs.hrc:543
+#: sc/inc/scfuncs.hrc:543
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "PV"
msgstr ""
-#: scfuncs.hrc:544
+#: sc/inc/scfuncs.hrc:544
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The present value. The present value or the amount the annuity is currently worth."
msgstr ""
-#: scfuncs.hrc:545
+#: sc/inc/scfuncs.hrc:545
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "S"
msgstr ""
-#: scfuncs.hrc:546
+#: sc/inc/scfuncs.hrc:546
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The start period. The first period to be taken into account. S = 1 denotes the very first period."
msgstr ""
-#: scfuncs.hrc:547
+#: sc/inc/scfuncs.hrc:547
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "E"
msgstr ""
-#: scfuncs.hrc:548
+#: sc/inc/scfuncs.hrc:548
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The end period. The last period to be taken into account."
msgstr ""
-#: scfuncs.hrc:549
+#: sc/inc/scfuncs.hrc:549
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:550
+#: sc/inc/scfuncs.hrc:550
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr ""
-#: scfuncs.hrc:556
+#: sc/inc/scfuncs.hrc:556
msgctxt "SC_OPCODE_SYD"
msgid "Calculates the arithmetically declining value of an asset (depreciation) for a specified period."
msgstr ""
-#: scfuncs.hrc:557
+#: sc/inc/scfuncs.hrc:557
msgctxt "SC_OPCODE_SYD"
msgid "Cost"
msgstr "Ахәҧса"
-#: scfuncs.hrc:558
+#: sc/inc/scfuncs.hrc:558
msgctxt "SC_OPCODE_SYD"
msgid "Acquisition costs. The initial cost of the asset."
msgstr ""
-#: scfuncs.hrc:559
+#: sc/inc/scfuncs.hrc:559
msgctxt "SC_OPCODE_SYD"
msgid "Salvage"
msgstr ""
-#: scfuncs.hrc:560
+#: sc/inc/scfuncs.hrc:560
msgctxt "SC_OPCODE_SYD"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr ""
-#: scfuncs.hrc:561
+#: sc/inc/scfuncs.hrc:561
#, fuzzy
msgctxt "SC_OPCODE_SYD"
msgid "Life"
msgstr "Ацәаҳәа"
-#: scfuncs.hrc:562
+#: sc/inc/scfuncs.hrc:562
msgctxt "SC_OPCODE_SYD"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr ""
-#: scfuncs.hrc:563
+#: sc/inc/scfuncs.hrc:563
msgctxt "SC_OPCODE_SYD"
msgid "Period"
msgstr ""
-#: scfuncs.hrc:564
+#: sc/inc/scfuncs.hrc:564
msgctxt "SC_OPCODE_SYD"
msgid "Period. The depreciation period which must have the same time unit as average useful life."
msgstr ""
-#: scfuncs.hrc:570
+#: sc/inc/scfuncs.hrc:570
msgctxt "SC_OPCODE_SLN"
msgid "Calculates the linear depreciation per period."
msgstr ""
-#: scfuncs.hrc:571
+#: sc/inc/scfuncs.hrc:571
msgctxt "SC_OPCODE_SLN"
msgid "Cost"
msgstr "Ахәҧса"
-#: scfuncs.hrc:572
+#: sc/inc/scfuncs.hrc:572
msgctxt "SC_OPCODE_SLN"
msgid "Acquisition cost. The initial cost of an asset."
msgstr ""
-#: scfuncs.hrc:573
+#: sc/inc/scfuncs.hrc:573
msgctxt "SC_OPCODE_SLN"
msgid "Salvage"
msgstr ""
-#: scfuncs.hrc:574
+#: sc/inc/scfuncs.hrc:574
msgctxt "SC_OPCODE_SLN"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr ""
-#: scfuncs.hrc:575
+#: sc/inc/scfuncs.hrc:575
#, fuzzy
msgctxt "SC_OPCODE_SLN"
msgid "Life"
msgstr "Ацәаҳәа"
-#: scfuncs.hrc:576
+#: sc/inc/scfuncs.hrc:576
msgctxt "SC_OPCODE_SLN"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr ""
-#: scfuncs.hrc:582
+#: sc/inc/scfuncs.hrc:582
msgctxt "SC_OPCODE_DDB"
msgid "Calculates the depreciation of an asset for a specific period using the double-declining balance method or declining balance factor."
msgstr ""
-#: scfuncs.hrc:583
+#: sc/inc/scfuncs.hrc:583
msgctxt "SC_OPCODE_DDB"
msgid "Cost"
msgstr "Ахәҧса"
-#: scfuncs.hrc:584
+#: sc/inc/scfuncs.hrc:584
msgctxt "SC_OPCODE_DDB"
msgid "Acquisition costs. The initial cost of the asset."
msgstr ""
-#: scfuncs.hrc:585
+#: sc/inc/scfuncs.hrc:585
msgctxt "SC_OPCODE_DDB"
msgid "Salvage"
msgstr ""
-#: scfuncs.hrc:586
+#: sc/inc/scfuncs.hrc:586
msgctxt "SC_OPCODE_DDB"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr ""
-#: scfuncs.hrc:587
+#: sc/inc/scfuncs.hrc:587
#, fuzzy
msgctxt "SC_OPCODE_DDB"
msgid "Life"
msgstr "Ацәаҳәа"
-#: scfuncs.hrc:588
+#: sc/inc/scfuncs.hrc:588
msgctxt "SC_OPCODE_DDB"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr ""
-#: scfuncs.hrc:589
+#: sc/inc/scfuncs.hrc:589
msgctxt "SC_OPCODE_DDB"
msgid "Period"
msgstr ""
-#: scfuncs.hrc:590
+#: sc/inc/scfuncs.hrc:590
msgctxt "SC_OPCODE_DDB"
msgid "Period. The depreciation period in the same time unit as the average useful life entry."
msgstr ""
-#: scfuncs.hrc:591
+#: sc/inc/scfuncs.hrc:591
msgctxt "SC_OPCODE_DDB"
msgid "Factor"
msgstr ""
-#: scfuncs.hrc:592
+#: sc/inc/scfuncs.hrc:592
msgctxt "SC_OPCODE_DDB"
msgid "Factor. The factor for balance decline. F = 2 means a double declining balance factor"
msgstr ""
-#: scfuncs.hrc:598
+#: sc/inc/scfuncs.hrc:598
msgctxt "SC_OPCODE_DB"
msgid "Returns the real depreciation of an asset for a specified period using the fixed-declining balance method."
msgstr ""
-#: scfuncs.hrc:599
+#: sc/inc/scfuncs.hrc:599
msgctxt "SC_OPCODE_DB"
msgid "Cost"
msgstr "Ахәҧса"
-#: scfuncs.hrc:600
+#: sc/inc/scfuncs.hrc:600
msgctxt "SC_OPCODE_DB"
msgid "Acquisition costs: The initial cost of the asset."
msgstr ""
-#: scfuncs.hrc:601
+#: sc/inc/scfuncs.hrc:601
msgctxt "SC_OPCODE_DB"
msgid "Salvage"
msgstr ""
-#: scfuncs.hrc:602
+#: sc/inc/scfuncs.hrc:602
msgctxt "SC_OPCODE_DB"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr ""
-#: scfuncs.hrc:603
+#: sc/inc/scfuncs.hrc:603
#, fuzzy
msgctxt "SC_OPCODE_DB"
msgid "Life"
msgstr "Ацәаҳәа"
-#: scfuncs.hrc:604
+#: sc/inc/scfuncs.hrc:604
msgctxt "SC_OPCODE_DB"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr ""
-#: scfuncs.hrc:605
+#: sc/inc/scfuncs.hrc:605
msgctxt "SC_OPCODE_DB"
msgid "Period"
msgstr ""
-#: scfuncs.hrc:606
+#: sc/inc/scfuncs.hrc:606
msgctxt "SC_OPCODE_DB"
msgid "Periods: The period for which the depreciation is calculated. The time unit used for period must be the same as that for the useful life."
msgstr ""
-#: scfuncs.hrc:607
+#: sc/inc/scfuncs.hrc:607
msgctxt "SC_OPCODE_DB"
msgid "Month"
msgstr "Амза"
-#: scfuncs.hrc:608
+#: sc/inc/scfuncs.hrc:608
msgctxt "SC_OPCODE_DB"
msgid "Months: The number of months in the first year of depreciation."
msgstr ""
-#: scfuncs.hrc:614
+#: sc/inc/scfuncs.hrc:614
msgctxt "SC_OPCODE_VBD"
msgid "Variable declining balance. Returns the declining balance depreciation for a particular period."
msgstr ""
-#: scfuncs.hrc:615
+#: sc/inc/scfuncs.hrc:615
msgctxt "SC_OPCODE_VBD"
msgid "Cost"
msgstr "Ахәҧса"
-#: scfuncs.hrc:616
+#: sc/inc/scfuncs.hrc:616
msgctxt "SC_OPCODE_VBD"
msgid "Cost. The initial cost of the asset."
msgstr ""
-#: scfuncs.hrc:617
+#: sc/inc/scfuncs.hrc:617
msgctxt "SC_OPCODE_VBD"
msgid "Salvage"
msgstr ""
-#: scfuncs.hrc:618
+#: sc/inc/scfuncs.hrc:618
msgctxt "SC_OPCODE_VBD"
msgid "Salvage. The salvage value of an asset at the end of its useful life."
msgstr ""
-#: scfuncs.hrc:619
+#: sc/inc/scfuncs.hrc:619
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "Life"
msgstr "Ацәаҳәа"
-#: scfuncs.hrc:620
+#: sc/inc/scfuncs.hrc:620
msgctxt "SC_OPCODE_VBD"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr ""
-#: scfuncs.hrc:621
+#: sc/inc/scfuncs.hrc:621
msgctxt "SC_OPCODE_VBD"
msgid "Start"
msgstr ""
-#: scfuncs.hrc:622
+#: sc/inc/scfuncs.hrc:622
msgctxt "SC_OPCODE_VBD"
msgid "Start. The first period for depreciation in the same time unit as the useful life."
msgstr ""
-#: scfuncs.hrc:623
+#: sc/inc/scfuncs.hrc:623
msgctxt "SC_OPCODE_VBD"
msgid "End"
msgstr "Анҵәамҭа"
-#: scfuncs.hrc:624
+#: sc/inc/scfuncs.hrc:624
msgctxt "SC_OPCODE_VBD"
msgid "End. The last period of the depreciation using the same time unit as for the useful life."
msgstr ""
-#: scfuncs.hrc:625
+#: sc/inc/scfuncs.hrc:625
msgctxt "SC_OPCODE_VBD"
msgid "Factor"
msgstr ""
-#: scfuncs.hrc:626
+#: sc/inc/scfuncs.hrc:626
msgctxt "SC_OPCODE_VBD"
msgid "Factor. The factor for the reduction of the depreciation. Factor = 2 denotes double rate depreciation."
msgstr ""
-#: scfuncs.hrc:627
+#: sc/inc/scfuncs.hrc:627
msgctxt "SC_OPCODE_VBD"
msgid "NoSwitch"
msgstr ""
-#: scfuncs.hrc:628
+#: sc/inc/scfuncs.hrc:628
msgctxt "SC_OPCODE_VBD"
msgid "NoSwitch = 0 denotes switch to linear depreciation, NoSwitch = 1 do not switch."
msgstr ""
-#: scfuncs.hrc:634
+#: sc/inc/scfuncs.hrc:634
msgctxt "SC_OPCODE_EFFECT"
msgid "Calculates the annual net interest rate for a nominal interest rate."
msgstr ""
-#: scfuncs.hrc:635
+#: sc/inc/scfuncs.hrc:635
msgctxt "SC_OPCODE_EFFECT"
msgid "NOM"
msgstr ""
-#: scfuncs.hrc:636
+#: sc/inc/scfuncs.hrc:636
msgctxt "SC_OPCODE_EFFECT"
msgid "Nominal interest"
msgstr ""
-#: scfuncs.hrc:637
+#: sc/inc/scfuncs.hrc:637
msgctxt "SC_OPCODE_EFFECT"
msgid "P"
msgstr ""
-#: scfuncs.hrc:638
+#: sc/inc/scfuncs.hrc:638
msgctxt "SC_OPCODE_EFFECT"
msgid "Periods. The number of interest payments per year."
msgstr ""
-#: scfuncs.hrc:644
+#: sc/inc/scfuncs.hrc:644
msgctxt "SC_OPCODE_NOMINAL"
msgid "Calculates the yearly nominal interest rate as an effective interest rate."
msgstr ""
-#: scfuncs.hrc:645
+#: sc/inc/scfuncs.hrc:645
msgctxt "SC_OPCODE_NOMINAL"
msgid "Effective rate"
msgstr ""
-#: scfuncs.hrc:646
+#: sc/inc/scfuncs.hrc:646
msgctxt "SC_OPCODE_NOMINAL"
msgid "The effective interest rate"
msgstr ""
-#: scfuncs.hrc:647
+#: sc/inc/scfuncs.hrc:647
msgctxt "SC_OPCODE_NOMINAL"
msgid "NPER"
msgstr ""
-#: scfuncs.hrc:648
+#: sc/inc/scfuncs.hrc:648
msgctxt "SC_OPCODE_NOMINAL"
msgid "Periods. The number of interest payment per year."
msgstr ""
-#: scfuncs.hrc:654
+#: sc/inc/scfuncs.hrc:654
msgctxt "SC_OPCODE_NPV"
msgid "Net present value. Calculates the net present value of an investment based on a series of periodic payments and a discount rate."
msgstr ""
-#: scfuncs.hrc:655
+#: sc/inc/scfuncs.hrc:655
#, fuzzy
msgctxt "SC_OPCODE_NPV"
msgid "Rate"
msgstr "Арыцхә"
-#: scfuncs.hrc:656
+#: sc/inc/scfuncs.hrc:656
msgctxt "SC_OPCODE_NPV"
msgid "The rate of discount for one period."
msgstr ""
-#: scfuncs.hrc:657
+#: sc/inc/scfuncs.hrc:657
msgctxt "SC_OPCODE_NPV"
msgid "Value "
msgstr "Аҵакы"
-#: scfuncs.hrc:658
+#: sc/inc/scfuncs.hrc:658
msgctxt "SC_OPCODE_NPV"
msgid "Value 1, value 2,... are arguments representing payments and income."
msgstr ""
-#: scfuncs.hrc:664
+#: sc/inc/scfuncs.hrc:664
msgctxt "SC_OPCODE_IRR"
msgid "Returns the actuarial rate of interest of an investment excluding costs or profits."
msgstr ""
-#: scfuncs.hrc:665
+#: sc/inc/scfuncs.hrc:665
msgctxt "SC_OPCODE_IRR"
msgid "Values"
msgstr "Аҵакы"
-#: scfuncs.hrc:666
+#: sc/inc/scfuncs.hrc:666
msgctxt "SC_OPCODE_IRR"
msgid "An array or reference to cells whose contents correspond to the payments."
msgstr ""
-#: scfuncs.hrc:667
+#: sc/inc/scfuncs.hrc:667
msgctxt "SC_OPCODE_IRR"
msgid "Guess"
msgstr ""
-#: scfuncs.hrc:668
+#: sc/inc/scfuncs.hrc:668
msgctxt "SC_OPCODE_IRR"
msgid "Guess. An estimated value of the rate of return to be used for the iteration calculation."
msgstr ""
-#: scfuncs.hrc:674
+#: sc/inc/scfuncs.hrc:674
msgctxt "SC_OPCODE_MIRR"
msgid "Returns the modified internal rate of return for a series of investments."
msgstr ""
-#: scfuncs.hrc:675
+#: sc/inc/scfuncs.hrc:675
msgctxt "SC_OPCODE_MIRR"
msgid "Values"
msgstr "Аҵакқәа"
-#: scfuncs.hrc:676
+#: sc/inc/scfuncs.hrc:676
msgctxt "SC_OPCODE_MIRR"
msgid "An array or reference to cells whose contents correspond to the payments."
msgstr ""
-#: scfuncs.hrc:677
+#: sc/inc/scfuncs.hrc:677
msgctxt "SC_OPCODE_MIRR"
msgid "Investment"
msgstr ""
-#: scfuncs.hrc:678
+#: sc/inc/scfuncs.hrc:678
msgctxt "SC_OPCODE_MIRR"
msgid "Interest rate for investments (the negative values in the array)."
msgstr ""
-#: scfuncs.hrc:679
+#: sc/inc/scfuncs.hrc:679
msgctxt "SC_OPCODE_MIRR"
msgid "Reinvest rate"
msgstr ""
-#: scfuncs.hrc:680
+#: sc/inc/scfuncs.hrc:680
msgctxt "SC_OPCODE_MIRR"
msgid "Interest rate for reinvestments (the positive values in the array)."
msgstr ""
-#: scfuncs.hrc:686
+#: sc/inc/scfuncs.hrc:686
msgctxt "SC_OPCODE_ISPMT"
msgid "Returns the amount of interest for constant amortization rates."
msgstr ""
-#: scfuncs.hrc:687
+#: sc/inc/scfuncs.hrc:687
#, fuzzy
msgctxt "SC_OPCODE_ISPMT"
msgid "Rate"
msgstr "Арыцхә"
-#: scfuncs.hrc:688
+#: sc/inc/scfuncs.hrc:688
msgctxt "SC_OPCODE_ISPMT"
msgid "Interest rate for a single amortization rate."
msgstr ""
-#: scfuncs.hrc:689
+#: sc/inc/scfuncs.hrc:689
msgctxt "SC_OPCODE_ISPMT"
msgid "Period"
msgstr ""
-#: scfuncs.hrc:690
+#: sc/inc/scfuncs.hrc:690
msgctxt "SC_OPCODE_ISPMT"
msgid "Number of amortization periods for the calculation of the interest."
msgstr ""
-#: scfuncs.hrc:691
+#: sc/inc/scfuncs.hrc:691
msgctxt "SC_OPCODE_ISPMT"
msgid "Total periods"
msgstr ""
-#: scfuncs.hrc:692
+#: sc/inc/scfuncs.hrc:692
msgctxt "SC_OPCODE_ISPMT"
msgid "Sum total of amortization periods."
msgstr ""
-#: scfuncs.hrc:693
+#: sc/inc/scfuncs.hrc:693
msgctxt "SC_OPCODE_ISPMT"
msgid "Investment"
msgstr ""
-#: scfuncs.hrc:694
+#: sc/inc/scfuncs.hrc:694
msgctxt "SC_OPCODE_ISPMT"
msgid "Amount of the investment."
msgstr ""
-#: scfuncs.hrc:700
+#: sc/inc/scfuncs.hrc:700
msgctxt "SC_OPCODE_PDURATION"
msgid "Duration. Calculates the number of periods required by an investment to attain the desired value."
msgstr ""
-#: scfuncs.hrc:701
+#: sc/inc/scfuncs.hrc:701
#, fuzzy
msgctxt "SC_OPCODE_PDURATION"
msgid "Rate"
msgstr "Арыцхә"
-#: scfuncs.hrc:702
+#: sc/inc/scfuncs.hrc:702
msgctxt "SC_OPCODE_PDURATION"
msgid "The constant rate of interest."
msgstr ""
-#: scfuncs.hrc:703
+#: sc/inc/scfuncs.hrc:703
msgctxt "SC_OPCODE_PDURATION"
msgid "PV"
msgstr ""
-#: scfuncs.hrc:704
+#: sc/inc/scfuncs.hrc:704
msgctxt "SC_OPCODE_PDURATION"
msgid "The present value. The current value of the investment."
msgstr ""
-#: scfuncs.hrc:705
+#: sc/inc/scfuncs.hrc:705
msgctxt "SC_OPCODE_PDURATION"
msgid "FV"
msgstr ""
-#: scfuncs.hrc:706
+#: sc/inc/scfuncs.hrc:706
msgctxt "SC_OPCODE_PDURATION"
msgid "The future value of the investment."
msgstr ""
-#: scfuncs.hrc:712
+#: sc/inc/scfuncs.hrc:712
msgctxt "SC_OPCODE_RRI"
msgid "Interest. Calculates the interest rate which represents the rate of return from an investment."
msgstr ""
-#: scfuncs.hrc:713
+#: sc/inc/scfuncs.hrc:713
msgctxt "SC_OPCODE_RRI"
msgid "Periods"
msgstr ""
-#: scfuncs.hrc:714
+#: sc/inc/scfuncs.hrc:714
msgctxt "SC_OPCODE_RRI"
msgid "The number of periods used in the calculation."
msgstr ""
-#: scfuncs.hrc:715
+#: sc/inc/scfuncs.hrc:715
msgctxt "SC_OPCODE_RRI"
msgid "PV"
msgstr ""
-#: scfuncs.hrc:716
+#: sc/inc/scfuncs.hrc:716
msgctxt "SC_OPCODE_RRI"
msgid "Present value. The current value of the investment."
msgstr ""
-#: scfuncs.hrc:717
+#: sc/inc/scfuncs.hrc:717
msgctxt "SC_OPCODE_RRI"
msgid "FV"
msgstr ""
-#: scfuncs.hrc:718
+#: sc/inc/scfuncs.hrc:718
msgctxt "SC_OPCODE_RRI"
msgid "The future value of the investment."
msgstr ""
-#: scfuncs.hrc:724
+#: sc/inc/scfuncs.hrc:724
msgctxt "SC_OPCODE_IS_REF"
msgid "Returns TRUE if value is a reference."
msgstr ""
-#: scfuncs.hrc:725
+#: sc/inc/scfuncs.hrc:725
msgctxt "SC_OPCODE_IS_REF"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:726
+#: sc/inc/scfuncs.hrc:726
msgctxt "SC_OPCODE_IS_REF"
msgid "The value to be tested."
msgstr ""
-#: scfuncs.hrc:732
+#: sc/inc/scfuncs.hrc:732
msgctxt "SC_OPCODE_IS_ERR"
msgid "Returns TRUE if the value is an error value not equal to #N/A."
msgstr ""
-#: scfuncs.hrc:733
+#: sc/inc/scfuncs.hrc:733
msgctxt "SC_OPCODE_IS_ERR"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:734
+#: sc/inc/scfuncs.hrc:734
msgctxt "SC_OPCODE_IS_ERR"
msgid "The value to be tested."
msgstr ""
-#: scfuncs.hrc:740
+#: sc/inc/scfuncs.hrc:740
msgctxt "SC_OPCODE_IS_ERROR"
msgid "Returns TRUE if the value is an error value."
msgstr ""
-#: scfuncs.hrc:741
+#: sc/inc/scfuncs.hrc:741
msgctxt "SC_OPCODE_IS_ERROR"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:742
+#: sc/inc/scfuncs.hrc:742
msgctxt "SC_OPCODE_IS_ERROR"
msgid "The value to be tested."
msgstr ""
-#: scfuncs.hrc:748
+#: sc/inc/scfuncs.hrc:748
msgctxt "SC_OPCODE_IS_EMPTY"
msgid "Returns TRUE if value refers to an empty cell."
msgstr ""
-#: scfuncs.hrc:749
+#: sc/inc/scfuncs.hrc:749
msgctxt "SC_OPCODE_IS_EMPTY"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:750
+#: sc/inc/scfuncs.hrc:750
msgctxt "SC_OPCODE_IS_EMPTY"
msgid "The value to be tested."
msgstr ""
-#: scfuncs.hrc:756
+#: sc/inc/scfuncs.hrc:756
msgctxt "SC_OPCODE_IS_LOGICAL"
msgid "Returns TRUE if the value carries a logical number format."
msgstr ""
-#: scfuncs.hrc:757
+#: sc/inc/scfuncs.hrc:757
msgctxt "SC_OPCODE_IS_LOGICAL"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:758
+#: sc/inc/scfuncs.hrc:758
msgctxt "SC_OPCODE_IS_LOGICAL"
msgid "The value to be tested."
msgstr ""
-#: scfuncs.hrc:764
+#: sc/inc/scfuncs.hrc:764
msgctxt "SC_OPCODE_IS_NV"
msgid "Returns TRUE if value equals #N/A."
msgstr ""
-#: scfuncs.hrc:765
+#: sc/inc/scfuncs.hrc:765
msgctxt "SC_OPCODE_IS_NV"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:766
+#: sc/inc/scfuncs.hrc:766
msgctxt "SC_OPCODE_IS_NV"
msgid "The value to be tested."
msgstr ""
-#: scfuncs.hrc:772
+#: sc/inc/scfuncs.hrc:772
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "Returns TRUE if the value is not text."
msgstr ""
-#: scfuncs.hrc:773
+#: sc/inc/scfuncs.hrc:773
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:774
+#: sc/inc/scfuncs.hrc:774
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "The value to be tested."
msgstr ""
-#: scfuncs.hrc:780
+#: sc/inc/scfuncs.hrc:780
msgctxt "SC_OPCODE_IS_STRING"
msgid "Returns TRUE if value is text."
msgstr ""
-#: scfuncs.hrc:781
+#: sc/inc/scfuncs.hrc:781
msgctxt "SC_OPCODE_IS_STRING"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:782
+#: sc/inc/scfuncs.hrc:782
msgctxt "SC_OPCODE_IS_STRING"
msgid "The value to be tested."
msgstr ""
-#: scfuncs.hrc:788
+#: sc/inc/scfuncs.hrc:788
msgctxt "SC_OPCODE_IS_VALUE"
msgid "Returns TRUE if value is a number."
msgstr ""
-#: scfuncs.hrc:789
+#: sc/inc/scfuncs.hrc:789
msgctxt "SC_OPCODE_IS_VALUE"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:790
+#: sc/inc/scfuncs.hrc:790
msgctxt "SC_OPCODE_IS_VALUE"
msgid "The value to be tested."
msgstr ""
-#: scfuncs.hrc:796
+#: sc/inc/scfuncs.hrc:796
msgctxt "SC_OPCODE_IS_FORMULA"
msgid "Returns TRUE if the cell is a formula cell."
msgstr "Иҳанаҭоит TRUE, абларҭа аформула иабларҭазар."
-#: scfuncs.hrc:797
+#: sc/inc/scfuncs.hrc:797
msgctxt "SC_OPCODE_IS_FORMULA"
msgid "Reference"
msgstr "Азхьарҧш"
-#: scfuncs.hrc:798
+#: sc/inc/scfuncs.hrc:798
msgctxt "SC_OPCODE_IS_FORMULA"
msgid "The cell to be tested."
msgstr ""
-#: scfuncs.hrc:804
+#: sc/inc/scfuncs.hrc:804
msgctxt "SC_OPCODE_FORMULA"
msgid "Returns the formula of a formula cell."
msgstr "Иҳанаҭоит абларҭа аформула."
-#: scfuncs.hrc:805
+#: sc/inc/scfuncs.hrc:805
msgctxt "SC_OPCODE_FORMULA"
msgid "Reference"
msgstr "Азхьарҧш"
-#: scfuncs.hrc:806
+#: sc/inc/scfuncs.hrc:806
msgctxt "SC_OPCODE_FORMULA"
msgid "The formula cell."
msgstr "Аформула абларҭа."
-#: scfuncs.hrc:812
+#: sc/inc/scfuncs.hrc:812
msgctxt "SC_OPCODE_N"
msgid "Converts a value to a number."
msgstr ""
-#: scfuncs.hrc:813
+#: sc/inc/scfuncs.hrc:813
msgctxt "SC_OPCODE_N"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:814
+#: sc/inc/scfuncs.hrc:814
msgctxt "SC_OPCODE_N"
msgid "The value to be interpreted as a number."
msgstr ""
-#: scfuncs.hrc:820
+#: sc/inc/scfuncs.hrc:820
msgctxt "SC_OPCODE_NO_VALUE"
msgid "Not available. Returns the error value #N/A."
msgstr ""
-#: scfuncs.hrc:826
+#: sc/inc/scfuncs.hrc:826
msgctxt "SC_OPCODE_TYPE"
msgid "Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula, 16 = error value, 64 = array)."
msgstr "Иҳанаҭоит адырқәа рҵакы атип (1 - ахыҧхьаӡара, 2 - атеқст, 4 - алогикатә ҵакы, 8 - аформула, 64 - амассив)."
-#: scfuncs.hrc:827
+#: sc/inc/scfuncs.hrc:827
msgctxt "SC_OPCODE_TYPE"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:828
+#: sc/inc/scfuncs.hrc:828
msgctxt "SC_OPCODE_TYPE"
msgid "The value for which the data type is to be determined."
msgstr ""
-#: scfuncs.hrc:834
+#: sc/inc/scfuncs.hrc:834
msgctxt "SC_OPCODE_CELL"
msgid "Determines information about address, formatting or contents of a cell."
msgstr ""
-#: scfuncs.hrc:835
+#: sc/inc/scfuncs.hrc:835
msgctxt "SC_OPCODE_CELL"
msgid "Info type"
msgstr ""
-#: scfuncs.hrc:836
+#: sc/inc/scfuncs.hrc:836
msgctxt "SC_OPCODE_CELL"
msgid "String that specifies the type of information."
msgstr ""
-#: scfuncs.hrc:837
+#: sc/inc/scfuncs.hrc:837
msgctxt "SC_OPCODE_CELL"
msgid "Reference"
msgstr "Азхьарҧш"
-#: scfuncs.hrc:838
+#: sc/inc/scfuncs.hrc:838
msgctxt "SC_OPCODE_CELL"
msgid "The position of the cell you want to examine."
msgstr ""
-#: scfuncs.hrc:844
+#: sc/inc/scfuncs.hrc:844
msgctxt "SC_OPCODE_CURRENT"
msgid "Calculates the current value of the formula at the present location."
msgstr ""
-#: scfuncs.hrc:850
+#: sc/inc/scfuncs.hrc:850
msgctxt "SC_OPCODE_FALSE"
msgid "Defines the logical value as FALSE."
msgstr ""
-#: scfuncs.hrc:856
+#: sc/inc/scfuncs.hrc:856
msgctxt "SC_OPCODE_NOT"
msgid "Reverses the value of the argument."
msgstr ""
-#: scfuncs.hrc:857
+#: sc/inc/scfuncs.hrc:857
msgctxt "SC_OPCODE_NOT"
msgid "Logical value"
msgstr ""
-#: scfuncs.hrc:858
+#: sc/inc/scfuncs.hrc:858
msgctxt "SC_OPCODE_NOT"
msgid "An expression that can be either TRUE or FALSE."
msgstr ""
-#: scfuncs.hrc:864
+#: sc/inc/scfuncs.hrc:864
msgctxt "SC_OPCODE_TRUE"
msgid "Returns the logical value TRUE."
msgstr ""
-#: scfuncs.hrc:870
+#: sc/inc/scfuncs.hrc:870
msgctxt "SC_OPCODE_IF"
msgid "Specifies a logical test to be performed."
msgstr ""
-#: scfuncs.hrc:871
+#: sc/inc/scfuncs.hrc:871
msgctxt "SC_OPCODE_IF"
msgid "Test"
msgstr "Атеқст"
-#: scfuncs.hrc:872
+#: sc/inc/scfuncs.hrc:872
msgctxt "SC_OPCODE_IF"
msgid "Any value or expression which can be either TRUE or FALSE."
msgstr ""
-#: scfuncs.hrc:873
+#: sc/inc/scfuncs.hrc:873
msgctxt "SC_OPCODE_IF"
msgid "Then value"
msgstr ""
-#: scfuncs.hrc:874
+#: sc/inc/scfuncs.hrc:874
msgctxt "SC_OPCODE_IF"
msgid "The result of the function if the logical test returns a TRUE."
msgstr ""
-#: scfuncs.hrc:875
+#: sc/inc/scfuncs.hrc:875
msgctxt "SC_OPCODE_IF"
msgid "Otherwise value"
msgstr ""
-#: scfuncs.hrc:876
+#: sc/inc/scfuncs.hrc:876
msgctxt "SC_OPCODE_IF"
msgid "The result of the function if the logical test returns FALSE."
msgstr ""
-#: scfuncs.hrc:882
+#: sc/inc/scfuncs.hrc:882
msgctxt "SC_OPCODE_IF_ERROR"
msgid "Returns value if not an error value, else alternative."
msgstr ""
-#: scfuncs.hrc:883
+#: sc/inc/scfuncs.hrc:883
msgctxt "SC_OPCODE_IF_ERROR"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:884
+#: sc/inc/scfuncs.hrc:884
msgctxt "SC_OPCODE_IF_ERROR"
msgid "The value to be calculated."
msgstr ""
-#: scfuncs.hrc:885
+#: sc/inc/scfuncs.hrc:885
msgctxt "SC_OPCODE_IF_ERROR"
msgid "Alternative value"
msgstr ""
-#: scfuncs.hrc:886
+#: sc/inc/scfuncs.hrc:886
msgctxt "SC_OPCODE_IF_ERROR"
msgid "The alternative to be returned, should value be an error value."
msgstr ""
-#: scfuncs.hrc:892
+#: sc/inc/scfuncs.hrc:892
msgctxt "SC_OPCODE_IF_NA"
msgid "Returns value if not a #N/A error, else alternative."
msgstr ""
-#: scfuncs.hrc:893
+#: sc/inc/scfuncs.hrc:893
msgctxt "SC_OPCODE_IF_NA"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:894
+#: sc/inc/scfuncs.hrc:894
msgctxt "SC_OPCODE_IF_NA"
msgid "The value to be calculated."
msgstr ""
-#: scfuncs.hrc:895
+#: sc/inc/scfuncs.hrc:895
msgctxt "SC_OPCODE_IF_NA"
msgid "Alternative value"
msgstr ""
-#: scfuncs.hrc:896
+#: sc/inc/scfuncs.hrc:896
msgctxt "SC_OPCODE_IF_NA"
msgid "The alternative to be returned, should value be a #N/A error."
msgstr ""
-#: scfuncs.hrc:902
+#: sc/inc/scfuncs.hrc:902
msgctxt "SC_OPCODE_OR"
msgid "Returns TRUE if an argument is TRUE."
msgstr ""
-#: scfuncs.hrc:903
+#: sc/inc/scfuncs.hrc:903
msgctxt "SC_OPCODE_OR"
msgid "Logical value "
msgstr ""
-#: scfuncs.hrc:904
+#: sc/inc/scfuncs.hrc:904
msgctxt "SC_OPCODE_OR"
msgid "Logical value 1, logical value 2,... are conditions to be tested and which return either TRUE or FALSE."
msgstr ""
-#: scfuncs.hrc:910
+#: sc/inc/scfuncs.hrc:910
msgctxt "SC_OPCODE_XOR"
msgid "Returns TRUE if an odd number of arguments evaluates to TRUE."
msgstr ""
-#: scfuncs.hrc:911
+#: sc/inc/scfuncs.hrc:911
msgctxt "SC_OPCODE_XOR"
msgid "Logical value "
msgstr ""
-#: scfuncs.hrc:912
+#: sc/inc/scfuncs.hrc:912
msgctxt "SC_OPCODE_XOR"
msgid "Logical value 1, logical value 2, ... are conditions to be tested and which return either TRUE or FALSE."
msgstr ""
-#: scfuncs.hrc:918
+#: sc/inc/scfuncs.hrc:918
msgctxt "SC_OPCODE_AND"
msgid "Returns TRUE if all arguments are TRUE."
msgstr ""
-#: scfuncs.hrc:919
+#: sc/inc/scfuncs.hrc:919
msgctxt "SC_OPCODE_AND"
msgid "Logical value "
msgstr ""
-#: scfuncs.hrc:920
+#: sc/inc/scfuncs.hrc:920
msgctxt "SC_OPCODE_AND"
msgid "Logical value 1, logical value 2;...are conditions to be tested and each returns either TRUE or FALSE."
msgstr ""
-#: scfuncs.hrc:926
+#: sc/inc/scfuncs.hrc:926
msgctxt "SC_OPCODE_ABS"
msgid "Absolute value of a number."
msgstr ""
-#: scfuncs.hrc:927
+#: sc/inc/scfuncs.hrc:927
msgctxt "SC_OPCODE_ABS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:928
+#: sc/inc/scfuncs.hrc:928
msgctxt "SC_OPCODE_ABS"
msgid "The number whose absolute value is to be returned."
msgstr ""
-#: scfuncs.hrc:934
+#: sc/inc/scfuncs.hrc:934
msgctxt "SC_OPCODE_POWER"
msgid "Returns a^b, base a raised to the power of exponent b."
msgstr ""
-#: scfuncs.hrc:935
+#: sc/inc/scfuncs.hrc:935
msgctxt "SC_OPCODE_POWER"
msgid "Base"
msgstr ""
-#: scfuncs.hrc:936
+#: sc/inc/scfuncs.hrc:936
msgctxt "SC_OPCODE_POWER"
msgid "The base a of the power a^b."
msgstr ""
-#: scfuncs.hrc:937
+#: sc/inc/scfuncs.hrc:937
msgctxt "SC_OPCODE_POWER"
msgid "Exponent"
msgstr ""
-#: scfuncs.hrc:938
+#: sc/inc/scfuncs.hrc:938
msgctxt "SC_OPCODE_POWER"
msgid "The exponent b of the power a^b."
msgstr ""
-#: scfuncs.hrc:944
+#: sc/inc/scfuncs.hrc:944
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "Counts the blank cells in a specified range."
msgstr ""
-#: scfuncs.hrc:945
+#: sc/inc/scfuncs.hrc:945
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "Range"
msgstr "Адиапазон"
-#: scfuncs.hrc:946
+#: sc/inc/scfuncs.hrc:946
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "The range in which empty cells are to be counted."
msgstr ""
-#: scfuncs.hrc:952
+#: sc/inc/scfuncs.hrc:952
msgctxt "SC_OPCODE_PI"
msgid "Returns the value of the number Pi."
msgstr ""
-#: scfuncs.hrc:958
+#: sc/inc/scfuncs.hrc:958
msgctxt "SC_OPCODE_SUM"
msgid "Returns the sum of all arguments."
msgstr ""
-#: scfuncs.hrc:959
+#: sc/inc/scfuncs.hrc:959
msgctxt "SC_OPCODE_SUM"
msgid "Number "
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:960
+#: sc/inc/scfuncs.hrc:960
msgctxt "SC_OPCODE_SUM"
msgid "Number 1, number 2, ... are arguments whose total is to be calculated."
msgstr ""
-#: scfuncs.hrc:966
+#: sc/inc/scfuncs.hrc:966
msgctxt "SC_OPCODE_SUM_SQ"
msgid "Returns the sum of the squares of the arguments."
msgstr ""
-#: scfuncs.hrc:967
+#: sc/inc/scfuncs.hrc:967
msgctxt "SC_OPCODE_SUM_SQ"
msgid "Number "
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:968
+#: sc/inc/scfuncs.hrc:968
msgctxt "SC_OPCODE_SUM_SQ"
msgid "Number 1, number 2,... are arguments for which the sum of the squares is to be calculated."
msgstr ""
-#: scfuncs.hrc:974
+#: sc/inc/scfuncs.hrc:974
msgctxt "SC_OPCODE_PRODUCT"
msgid "Multiplies the arguments."
msgstr ""
-#: scfuncs.hrc:975
+#: sc/inc/scfuncs.hrc:975
msgctxt "SC_OPCODE_PRODUCT"
msgid "Number "
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:976
+#: sc/inc/scfuncs.hrc:976
msgctxt "SC_OPCODE_PRODUCT"
msgid "Number 1, number 2, ... are arguments to be multiplied and a result returned."
msgstr ""
-#: scfuncs.hrc:982
+#: sc/inc/scfuncs.hrc:982
msgctxt "SC_OPCODE_SUM_IF"
msgid "Totals the arguments that meet the condition."
msgstr ""
-#: scfuncs.hrc:983
+#: sc/inc/scfuncs.hrc:983
msgctxt "SC_OPCODE_SUM_IF"
msgid "Range"
msgstr "Адиапазон"
-#: scfuncs.hrc:984
+#: sc/inc/scfuncs.hrc:984
msgctxt "SC_OPCODE_SUM_IF"
msgid "The range to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:985
+#: sc/inc/scfuncs.hrc:985
msgctxt "SC_OPCODE_SUM_IF"
msgid "Criteria"
msgstr "Акритери"
-#: scfuncs.hrc:986
+#: sc/inc/scfuncs.hrc:986
msgctxt "SC_OPCODE_SUM_IF"
msgid "The criteria to be applied to the range."
msgstr ""
-#: scfuncs.hrc:987
+#: sc/inc/scfuncs.hrc:987
msgctxt "SC_OPCODE_SUM_IF"
msgid "Sum range"
msgstr ""
-#: scfuncs.hrc:988
+#: sc/inc/scfuncs.hrc:988
msgctxt "SC_OPCODE_SUM_IF"
msgid "The range from which the values are to be totalled."
msgstr ""
-#: scfuncs.hrc:994
+#: sc/inc/scfuncs.hrc:994
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Averages the arguments that meet the conditions."
msgstr ""
-#: scfuncs.hrc:995
+#: sc/inc/scfuncs.hrc:995
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Range"
msgstr "Адиапазон"
-#: scfuncs.hrc:996
+#: sc/inc/scfuncs.hrc:996
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "The range to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:997
+#: sc/inc/scfuncs.hrc:997
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Criteria"
msgstr "Акритери"
-#: scfuncs.hrc:998
+#: sc/inc/scfuncs.hrc:998
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "The criteria to be applied to the range."
msgstr ""
-#: scfuncs.hrc:999
+#: sc/inc/scfuncs.hrc:999
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Average range"
msgstr ""
-#: scfuncs.hrc:1000
+#: sc/inc/scfuncs.hrc:1000
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "The range from which the values are to be averaged."
msgstr ""
-#: scfuncs.hrc:1005
+#: sc/inc/scfuncs.hrc:1005
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Totals the values of cells in a range that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:1006
+#: sc/inc/scfuncs.hrc:1006
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Sum range"
msgstr ""
-#: scfuncs.hrc:1007
+#: sc/inc/scfuncs.hrc:1007
msgctxt "SC_OPCODE_SUM_IFS"
msgid "The range from which the values are to be totalled."
msgstr ""
-#: scfuncs.hrc:1008
+#: sc/inc/scfuncs.hrc:1008
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Range "
msgstr "Адиапазон"
-#: scfuncs.hrc:1009
+#: sc/inc/scfuncs.hrc:1009
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:1010
+#: sc/inc/scfuncs.hrc:1010
#, fuzzy
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Criteria "
msgstr "Акритери"
-#: scfuncs.hrc:1011
+#: sc/inc/scfuncs.hrc:1011
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:1017
+#: sc/inc/scfuncs.hrc:1017
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Averages the value of the cells that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:1018
+#: sc/inc/scfuncs.hrc:1018
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Average range"
msgstr ""
-#: scfuncs.hrc:1019
+#: sc/inc/scfuncs.hrc:1019
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "The range from which the values are to be averaged."
msgstr ""
-#: scfuncs.hrc:1020
+#: sc/inc/scfuncs.hrc:1020
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Range "
msgstr "Адиапазон"
-#: scfuncs.hrc:1021
+#: sc/inc/scfuncs.hrc:1021
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:1022
+#: sc/inc/scfuncs.hrc:1022
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Criteria "
msgstr "Акритери"
-#: scfuncs.hrc:1023
+#: sc/inc/scfuncs.hrc:1023
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:1029
+#: sc/inc/scfuncs.hrc:1029
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Counts the cells that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:1030
+#: sc/inc/scfuncs.hrc:1030
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Range "
msgstr "Адиапазон"
-#: scfuncs.hrc:1031
+#: sc/inc/scfuncs.hrc:1031
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:1032
+#: sc/inc/scfuncs.hrc:1032
#, fuzzy
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Criteria "
msgstr "Акритери"
-#: scfuncs.hrc:1033
+#: sc/inc/scfuncs.hrc:1033
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:1039
+#: sc/inc/scfuncs.hrc:1039
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Counts the arguments which meet the set conditions."
msgstr ""
-#: scfuncs.hrc:1040
+#: sc/inc/scfuncs.hrc:1040
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Range"
msgstr "Адиапазон"
-#: scfuncs.hrc:1041
+#: sc/inc/scfuncs.hrc:1041
msgctxt "SC_OPCODE_COUNT_IF"
msgid "The range of cells to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:1042
+#: sc/inc/scfuncs.hrc:1042
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Criteria"
msgstr "Акритери"
-#: scfuncs.hrc:1043
+#: sc/inc/scfuncs.hrc:1043
msgctxt "SC_OPCODE_COUNT_IF"
msgid "The criteria to be applied to the range."
msgstr ""
-#: scfuncs.hrc:1049
+#: sc/inc/scfuncs.hrc:1049
msgctxt "SC_OPCODE_SQRT"
msgid "Returns the square root of a number."
msgstr ""
-#: scfuncs.hrc:1050
+#: sc/inc/scfuncs.hrc:1050
msgctxt "SC_OPCODE_SQRT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1051
+#: sc/inc/scfuncs.hrc:1051
msgctxt "SC_OPCODE_SQRT"
msgid "A positive value for which the square root is to be calculated."
msgstr ""
-#: scfuncs.hrc:1057
+#: sc/inc/scfuncs.hrc:1057
msgctxt "SC_OPCODE_RANDOM"
msgid "Returns a random number between 0 and 1."
msgstr ""
-#: scfuncs.hrc:1063
+#: sc/inc/scfuncs.hrc:1063
msgctxt "SC_OPCODE_IS_EVEN"
msgid "Returns TRUE if value is an even integer."
msgstr ""
-#: scfuncs.hrc:1064
+#: sc/inc/scfuncs.hrc:1064
msgctxt "SC_OPCODE_IS_EVEN"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:1065
+#: sc/inc/scfuncs.hrc:1065
msgctxt "SC_OPCODE_IS_EVEN"
msgid "The value to be tested."
msgstr ""
-#: scfuncs.hrc:1071
+#: sc/inc/scfuncs.hrc:1071
msgctxt "SC_OPCODE_IS_ODD"
msgid "Returns TRUE if value is an odd integer."
msgstr ""
-#: scfuncs.hrc:1072
+#: sc/inc/scfuncs.hrc:1072
msgctxt "SC_OPCODE_IS_ODD"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:1073
+#: sc/inc/scfuncs.hrc:1073
msgctxt "SC_OPCODE_IS_ODD"
msgid "The value to be tested."
msgstr ""
-#: scfuncs.hrc:1079
+#: sc/inc/scfuncs.hrc:1079
msgctxt "SC_OPCODE_COMBIN"
msgid "Calculates the number of combinations for elements without repetition."
msgstr ""
-#: scfuncs.hrc:1080
+#: sc/inc/scfuncs.hrc:1080
msgctxt "SC_OPCODE_COMBIN"
msgid "Number 1"
msgstr "Ахыҧхьаӡара 1"
-#: scfuncs.hrc:1081
+#: sc/inc/scfuncs.hrc:1081
msgctxt "SC_OPCODE_COMBIN"
msgid "The total number of elements."
msgstr ""
-#: scfuncs.hrc:1082
+#: sc/inc/scfuncs.hrc:1082
msgctxt "SC_OPCODE_COMBIN"
msgid "Number 2"
msgstr "Ахыҧхьаӡара 2"
-#: scfuncs.hrc:1083
+#: sc/inc/scfuncs.hrc:1083
msgctxt "SC_OPCODE_COMBIN"
msgid "The number of elements selected."
msgstr ""
-#: scfuncs.hrc:1089
+#: sc/inc/scfuncs.hrc:1089
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Calculates the number of combinations of elements including repetition."
msgstr ""
-#: scfuncs.hrc:1090
+#: sc/inc/scfuncs.hrc:1090
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Number 1"
msgstr "Ахыҧхьаӡара 1"
-#: scfuncs.hrc:1091
+#: sc/inc/scfuncs.hrc:1091
msgctxt "SC_OPCODE_COMBIN_A"
msgid "The total number of elements."
msgstr ""
-#: scfuncs.hrc:1092
+#: sc/inc/scfuncs.hrc:1092
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Number 2"
msgstr "Ахыҧхьаӡара 2"
-#: scfuncs.hrc:1093
+#: sc/inc/scfuncs.hrc:1093
msgctxt "SC_OPCODE_COMBIN_A"
msgid "The number of elements selected."
msgstr ""
-#: scfuncs.hrc:1099
+#: sc/inc/scfuncs.hrc:1099
msgctxt "SC_OPCODE_ARC_COS"
msgid "Returns the arccosine of a number."
msgstr ""
-#: scfuncs.hrc:1100
+#: sc/inc/scfuncs.hrc:1100
msgctxt "SC_OPCODE_ARC_COS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1101
+#: sc/inc/scfuncs.hrc:1101
msgctxt "SC_OPCODE_ARC_COS"
msgid "A value between -1 and 1 for which the arccosine is to be returned."
msgstr ""
-#: scfuncs.hrc:1107
+#: sc/inc/scfuncs.hrc:1107
msgctxt "SC_OPCODE_ARC_SIN"
msgid "Returns the arcsine of a number."
msgstr ""
-#: scfuncs.hrc:1108
+#: sc/inc/scfuncs.hrc:1108
msgctxt "SC_OPCODE_ARC_SIN"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1109
+#: sc/inc/scfuncs.hrc:1109
msgctxt "SC_OPCODE_ARC_SIN"
msgid "A value between -1 and 1 for which the arcsine is to be returned."
msgstr ""
-#: scfuncs.hrc:1115
+#: sc/inc/scfuncs.hrc:1115
msgctxt "SC_OPCODE_ARC_COS_HYP"
msgid "Returns the inverse hyperbolic cosine of a number."
msgstr ""
-#: scfuncs.hrc:1116
+#: sc/inc/scfuncs.hrc:1116
msgctxt "SC_OPCODE_ARC_COS_HYP"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1117
+#: sc/inc/scfuncs.hrc:1117
msgctxt "SC_OPCODE_ARC_COS_HYP"
msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
msgstr ""
-#: scfuncs.hrc:1123
+#: sc/inc/scfuncs.hrc:1123
msgctxt "SC_OPCODE_ARC_SIN_HYP"
msgid "Returns the inverse hyperbolic sine of a number."
msgstr ""
-#: scfuncs.hrc:1124
+#: sc/inc/scfuncs.hrc:1124
msgctxt "SC_OPCODE_ARC_SIN_HYP"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1125
+#: sc/inc/scfuncs.hrc:1125
msgctxt "SC_OPCODE_ARC_SIN_HYP"
msgid "The value for which the inverse hyperbolic sine is to be returned."
msgstr ""
-#: scfuncs.hrc:1131
+#: sc/inc/scfuncs.hrc:1131
msgctxt "SC_OPCODE_ARC_COT"
msgid "Returns the inverse cotangent of a number."
msgstr ""
-#: scfuncs.hrc:1132
+#: sc/inc/scfuncs.hrc:1132
msgctxt "SC_OPCODE_ARC_COT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1133
+#: sc/inc/scfuncs.hrc:1133
msgctxt "SC_OPCODE_ARC_COT"
msgid "The value for which the inverse cotangent is to be returned."
msgstr ""
-#: scfuncs.hrc:1139
+#: sc/inc/scfuncs.hrc:1139
msgctxt "SC_OPCODE_ARC_TAN"
msgid "Returns the arctangent of a number."
msgstr ""
-#: scfuncs.hrc:1140
+#: sc/inc/scfuncs.hrc:1140
msgctxt "SC_OPCODE_ARC_TAN"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1141
+#: sc/inc/scfuncs.hrc:1141
msgctxt "SC_OPCODE_ARC_TAN"
msgid "The value for which the arctangent is to be returned."
msgstr ""
-#: scfuncs.hrc:1147
+#: sc/inc/scfuncs.hrc:1147
msgctxt "SC_OPCODE_ARC_COT_HYP"
msgid "Returns the inverse hyperbolic cotangent of a number."
msgstr ""
-#: scfuncs.hrc:1148
+#: sc/inc/scfuncs.hrc:1148
msgctxt "SC_OPCODE_ARC_COT_HYP"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1149
+#: sc/inc/scfuncs.hrc:1149
msgctxt "SC_OPCODE_ARC_COT_HYP"
msgid "A value smaller than -1 or greater than 1 for which the inverse hyperbolic cotangent is to be returned."
msgstr ""
-#: scfuncs.hrc:1155
+#: sc/inc/scfuncs.hrc:1155
msgctxt "SC_OPCODE_ARC_TAN_HYP"
msgid "Returns the inverse hyperbolic tangent of a number."
msgstr ""
-#: scfuncs.hrc:1156
+#: sc/inc/scfuncs.hrc:1156
msgctxt "SC_OPCODE_ARC_TAN_HYP"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1157
+#: sc/inc/scfuncs.hrc:1157
msgctxt "SC_OPCODE_ARC_TAN_HYP"
msgid "A value between -1 and 1 for which the inverse hyperbolic tangent is to be returned."
msgstr ""
-#: scfuncs.hrc:1163
+#: sc/inc/scfuncs.hrc:1163
msgctxt "SC_OPCODE_COS"
msgid "Returns the cosine of a number."
msgstr ""
-#: scfuncs.hrc:1164
+#: sc/inc/scfuncs.hrc:1164
msgctxt "SC_OPCODE_COS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1165
+#: sc/inc/scfuncs.hrc:1165
msgctxt "SC_OPCODE_COS"
msgid "The angle in the radians for which the cosine is to be returned."
msgstr ""
-#: scfuncs.hrc:1171
+#: sc/inc/scfuncs.hrc:1171
msgctxt "SC_OPCODE_SIN"
msgid "Returns the sine of a number."
msgstr ""
-#: scfuncs.hrc:1172
+#: sc/inc/scfuncs.hrc:1172
msgctxt "SC_OPCODE_SIN"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1173
+#: sc/inc/scfuncs.hrc:1173
msgctxt "SC_OPCODE_SIN"
msgid "The angle in radians for which the sine is to be calculated."
msgstr ""
-#: scfuncs.hrc:1179
+#: sc/inc/scfuncs.hrc:1179
msgctxt "SC_OPCODE_COT"
msgid "Returns the cotangent of a number."
msgstr ""
-#: scfuncs.hrc:1180
+#: sc/inc/scfuncs.hrc:1180
msgctxt "SC_OPCODE_COT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1181
+#: sc/inc/scfuncs.hrc:1181
msgctxt "SC_OPCODE_COT"
msgid "The angle in radians whose cotangent value is to be returned."
msgstr ""
-#: scfuncs.hrc:1187
+#: sc/inc/scfuncs.hrc:1187
msgctxt "SC_OPCODE_TAN"
msgid "Returns the tangent of a number."
msgstr ""
-#: scfuncs.hrc:1188
+#: sc/inc/scfuncs.hrc:1188
msgctxt "SC_OPCODE_TAN"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1189
+#: sc/inc/scfuncs.hrc:1189
msgctxt "SC_OPCODE_TAN"
msgid "The angle in radians for which the tangent is to be calculated."
msgstr ""
-#: scfuncs.hrc:1195
+#: sc/inc/scfuncs.hrc:1195
msgctxt "SC_OPCODE_COS_HYP"
msgid "Returns the hyperbolic cosine of a number."
msgstr ""
-#: scfuncs.hrc:1196
+#: sc/inc/scfuncs.hrc:1196
msgctxt "SC_OPCODE_COS_HYP"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1197
+#: sc/inc/scfuncs.hrc:1197
msgctxt "SC_OPCODE_COS_HYP"
msgid "The value for which the hyperbolic cosine is to be returned."
msgstr ""
-#: scfuncs.hrc:1203
+#: sc/inc/scfuncs.hrc:1203
msgctxt "SC_OPCODE_SIN_HYP"
msgid "Returns the hyperbolic sine of a number."
msgstr ""
-#: scfuncs.hrc:1204
+#: sc/inc/scfuncs.hrc:1204
msgctxt "SC_OPCODE_SIN_HYP"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1205
+#: sc/inc/scfuncs.hrc:1205
msgctxt "SC_OPCODE_SIN_HYP"
msgid "The value for which the hyperbolic sine is to be calculated."
msgstr ""
-#: scfuncs.hrc:1211
+#: sc/inc/scfuncs.hrc:1211
msgctxt "SC_OPCODE_COT_HYP"
msgid "Returns the hyperbolic cotangent of a number."
msgstr ""
-#: scfuncs.hrc:1212
+#: sc/inc/scfuncs.hrc:1212
msgctxt "SC_OPCODE_COT_HYP"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1213
+#: sc/inc/scfuncs.hrc:1213
msgctxt "SC_OPCODE_COT_HYP"
msgid "A value not equal to 0 for which the hyperbolic cotangent is to be returned."
msgstr ""
-#: scfuncs.hrc:1219
+#: sc/inc/scfuncs.hrc:1219
msgctxt "SC_OPCODE_TAN_HYP"
msgid "Returns the hyperbolic tangent of a number."
msgstr ""
-#: scfuncs.hrc:1220
+#: sc/inc/scfuncs.hrc:1220
msgctxt "SC_OPCODE_TAN_HYP"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1221
+#: sc/inc/scfuncs.hrc:1221
msgctxt "SC_OPCODE_TAN_HYP"
msgid "The value for which the hyperbolic tangent is to be calculated."
msgstr ""
-#: scfuncs.hrc:1227
+#: sc/inc/scfuncs.hrc:1227
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Returns the arctangent for the specified coordinates."
msgstr ""
-#: scfuncs.hrc:1228
+#: sc/inc/scfuncs.hrc:1228
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Number X"
msgstr "Ахыҧхьаӡара X"
-#: scfuncs.hrc:1229
+#: sc/inc/scfuncs.hrc:1229
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "The value for the X coordinate."
msgstr ""
-#: scfuncs.hrc:1230
+#: sc/inc/scfuncs.hrc:1230
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Number Y"
msgstr "Ахыҧхьаӡара Y"
-#: scfuncs.hrc:1231
+#: sc/inc/scfuncs.hrc:1231
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "The value for the Y coordinate."
msgstr ""
-#: scfuncs.hrc:1237
+#: sc/inc/scfuncs.hrc:1237
msgctxt "SC_OPCODE_COSECANT"
msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
msgstr ""
-#: scfuncs.hrc:1238
+#: sc/inc/scfuncs.hrc:1238
msgctxt "SC_OPCODE_COSECANT"
msgid "Angle"
msgstr "Акәакь"
-#: scfuncs.hrc:1239
+#: sc/inc/scfuncs.hrc:1239
msgctxt "SC_OPCODE_COSECANT"
msgid "The angle in radians for which the cosecant is to be calculated."
msgstr ""
-#: scfuncs.hrc:1245
+#: sc/inc/scfuncs.hrc:1245
msgctxt "SC_OPCODE_SECANT"
msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
msgstr ""
-#: scfuncs.hrc:1246
+#: sc/inc/scfuncs.hrc:1246
msgctxt "SC_OPCODE_SECANT"
msgid "Angle"
msgstr "Акәакь"
-#: scfuncs.hrc:1247
+#: sc/inc/scfuncs.hrc:1247
msgctxt "SC_OPCODE_SECANT"
msgid "The angle in radians for which the secant is to be calculated."
msgstr ""
-#: scfuncs.hrc:1253
+#: sc/inc/scfuncs.hrc:1253
msgctxt "SC_OPCODE_COSECANT_HYP"
msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
msgstr ""
-#: scfuncs.hrc:1254
+#: sc/inc/scfuncs.hrc:1254
msgctxt "SC_OPCODE_COSECANT_HYP"
msgid "Angle"
msgstr "Акәакь"
-#: scfuncs.hrc:1255
+#: sc/inc/scfuncs.hrc:1255
msgctxt "SC_OPCODE_COSECANT_HYP"
msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
msgstr ""
-#: scfuncs.hrc:1261
+#: sc/inc/scfuncs.hrc:1261
msgctxt "SC_OPCODE_SECANT_HYP"
msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
msgstr ""
-#: scfuncs.hrc:1262
+#: sc/inc/scfuncs.hrc:1262
msgctxt "SC_OPCODE_SECANT_HYP"
msgid "Angle"
msgstr "Акәакь"
-#: scfuncs.hrc:1263
+#: sc/inc/scfuncs.hrc:1263
msgctxt "SC_OPCODE_SECANT_HYP"
msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
msgstr ""
-#: scfuncs.hrc:1269
+#: sc/inc/scfuncs.hrc:1269
msgctxt "SC_OPCODE_DEG"
msgid "Converts a radian to degrees"
msgstr ""
-#: scfuncs.hrc:1270
+#: sc/inc/scfuncs.hrc:1270
msgctxt "SC_OPCODE_DEG"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1271
+#: sc/inc/scfuncs.hrc:1271
msgctxt "SC_OPCODE_DEG"
msgid "The angle in a radian"
msgstr ""
-#: scfuncs.hrc:1277
+#: sc/inc/scfuncs.hrc:1277
msgctxt "SC_OPCODE_RAD"
msgid "Converts degrees to radians"
msgstr ""
-#: scfuncs.hrc:1278
+#: sc/inc/scfuncs.hrc:1278
msgctxt "SC_OPCODE_RAD"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1279
+#: sc/inc/scfuncs.hrc:1279
msgctxt "SC_OPCODE_RAD"
msgid "The angle in degrees."
msgstr ""
-#: scfuncs.hrc:1285
+#: sc/inc/scfuncs.hrc:1285
msgctxt "SC_OPCODE_EXP"
msgid "Calculates the exponent for basis e."
msgstr ""
-#: scfuncs.hrc:1286
+#: sc/inc/scfuncs.hrc:1286
msgctxt "SC_OPCODE_EXP"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1287
+#: sc/inc/scfuncs.hrc:1287
msgctxt "SC_OPCODE_EXP"
msgid "The exponent applied to base e."
msgstr ""
-#: scfuncs.hrc:1293
+#: sc/inc/scfuncs.hrc:1293
msgctxt "SC_OPCODE_LOG"
msgid "Calculates the logarithm to any specified base."
msgstr ""
-#: scfuncs.hrc:1294
+#: sc/inc/scfuncs.hrc:1294
msgctxt "SC_OPCODE_LOG"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1295
+#: sc/inc/scfuncs.hrc:1295
msgctxt "SC_OPCODE_LOG"
msgid "A value greater than 0 for which the logarithm is to be calculated."
msgstr ""
-#: scfuncs.hrc:1296
+#: sc/inc/scfuncs.hrc:1296
msgctxt "SC_OPCODE_LOG"
msgid "Base"
msgstr ""
-#: scfuncs.hrc:1297
+#: sc/inc/scfuncs.hrc:1297
msgctxt "SC_OPCODE_LOG"
msgid "The base of the logarithm. If omitted, the base is regarded as 10."
msgstr ""
-#: scfuncs.hrc:1303
+#: sc/inc/scfuncs.hrc:1303
msgctxt "SC_OPCODE_LN"
msgid "Calculates the natural logarithm of a number."
msgstr ""
-#: scfuncs.hrc:1304
+#: sc/inc/scfuncs.hrc:1304
msgctxt "SC_OPCODE_LN"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1305
+#: sc/inc/scfuncs.hrc:1305
msgctxt "SC_OPCODE_LN"
msgid "A value greater than 0 for which the natural logarithm is to be calculated."
msgstr ""
-#: scfuncs.hrc:1311
+#: sc/inc/scfuncs.hrc:1311
msgctxt "SC_OPCODE_LOG10"
msgid "Calculates the base-10 logarithm of a number."
msgstr ""
-#: scfuncs.hrc:1312
+#: sc/inc/scfuncs.hrc:1312
msgctxt "SC_OPCODE_LOG10"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1313
+#: sc/inc/scfuncs.hrc:1313
msgctxt "SC_OPCODE_LOG10"
msgid "A value greater than 0 for which the logarithm is to be calculated."
msgstr ""
-#: scfuncs.hrc:1319
+#: sc/inc/scfuncs.hrc:1319
msgctxt "SC_OPCODE_FACT"
msgid "Calculates the factorial of a number."
msgstr ""
-#: scfuncs.hrc:1320
+#: sc/inc/scfuncs.hrc:1320
msgctxt "SC_OPCODE_FACT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1321
+#: sc/inc/scfuncs.hrc:1321
msgctxt "SC_OPCODE_FACT"
msgid "The number for which the factorial is to be calculated."
msgstr ""
-#: scfuncs.hrc:1327
+#: sc/inc/scfuncs.hrc:1327
msgctxt "SC_OPCODE_MOD"
msgid "Calculates the remainder of a division."
msgstr ""
-#: scfuncs.hrc:1328
+#: sc/inc/scfuncs.hrc:1328
msgctxt "SC_OPCODE_MOD"
msgid "Dividend"
msgstr "Ишатәу"
-#: scfuncs.hrc:1329
+#: sc/inc/scfuncs.hrc:1329
msgctxt "SC_OPCODE_MOD"
msgid "The number to be divided."
msgstr ""
-#: scfuncs.hrc:1330
+#: sc/inc/scfuncs.hrc:1330
msgctxt "SC_OPCODE_MOD"
msgid "Divisor"
msgstr ""
-#: scfuncs.hrc:1331
+#: sc/inc/scfuncs.hrc:1331
msgctxt "SC_OPCODE_MOD"
msgid "The number by which the dividend is divided."
msgstr ""
-#: scfuncs.hrc:1337
+#: sc/inc/scfuncs.hrc:1337
msgctxt "SC_OPCODE_PLUS_MINUS"
msgid "Returns the algebraic sign of a number."
msgstr ""
-#: scfuncs.hrc:1338
+#: sc/inc/scfuncs.hrc:1338
msgctxt "SC_OPCODE_PLUS_MINUS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1339
+#: sc/inc/scfuncs.hrc:1339
msgctxt "SC_OPCODE_PLUS_MINUS"
msgid "The number for which the algebraic sign is to be determined."
msgstr ""
-#: scfuncs.hrc:1345
+#: sc/inc/scfuncs.hrc:1345
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Calculates subtotals in a spreadsheet."
msgstr ""
-#: scfuncs.hrc:1346
+#: sc/inc/scfuncs.hrc:1346
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Function"
msgstr "Афункциа"
-#: scfuncs.hrc:1347
+#: sc/inc/scfuncs.hrc:1347
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Function index. Is an index of the possible functions Total, Max, ..."
msgstr ""
-#: scfuncs.hrc:1348
+#: sc/inc/scfuncs.hrc:1348
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Range"
msgstr "Адиапазон"
-#: scfuncs.hrc:1349
+#: sc/inc/scfuncs.hrc:1349
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "The cells of the range which are to be taken into account."
msgstr ""
-#: scfuncs.hrc:1355
+#: sc/inc/scfuncs.hrc:1355
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Calculates an aggregate in a spreadsheet."
msgstr ""
-#: scfuncs.hrc:1356
+#: sc/inc/scfuncs.hrc:1356
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Function"
msgstr "Афункциа"
-#: scfuncs.hrc:1357
+#: sc/inc/scfuncs.hrc:1357
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Function index. Is an index of the possible functions Total, Max, ..."
msgstr ""
-#: scfuncs.hrc:1358
+#: sc/inc/scfuncs.hrc:1358
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Options"
msgstr "Апараметрқәа"
-#: scfuncs.hrc:1359
+#: sc/inc/scfuncs.hrc:1359
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Option index. Is an index of the possible ignore options."
msgstr ""
-#: scfuncs.hrc:1360
+#: sc/inc/scfuncs.hrc:1360
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Reference 1 or array"
msgstr ""
-#: scfuncs.hrc:1361
+#: sc/inc/scfuncs.hrc:1361
msgctxt "SC_OPCODE_AGGREGATE"
msgid "The cell(s) of the range which are to be taken into account."
msgstr ""
-#: scfuncs.hrc:1362
+#: sc/inc/scfuncs.hrc:1362
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Reference 2..n or k "
msgstr ""
-#: scfuncs.hrc:1363
+#: sc/inc/scfuncs.hrc:1363
msgctxt "SC_OPCODE_AGGREGATE"
msgid "The cells of the range which are to be taken into account or mandatory 2nd argument for certain functions."
msgstr ""
-#: scfuncs.hrc:1369
+#: sc/inc/scfuncs.hrc:1369
msgctxt "SC_OPCODE_INT"
msgid "Rounds a number down to the nearest integer."
msgstr ""
-#: scfuncs.hrc:1370
+#: sc/inc/scfuncs.hrc:1370
msgctxt "SC_OPCODE_INT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1371
+#: sc/inc/scfuncs.hrc:1371
msgctxt "SC_OPCODE_INT"
msgid "The number to be rounded down."
msgstr ""
-#: scfuncs.hrc:1377
+#: sc/inc/scfuncs.hrc:1377
msgctxt "SC_OPCODE_TRUNC"
msgid "Truncates the decimal places of a number."
msgstr ""
-#: scfuncs.hrc:1378
+#: sc/inc/scfuncs.hrc:1378
msgctxt "SC_OPCODE_TRUNC"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1379
+#: sc/inc/scfuncs.hrc:1379
#, fuzzy
msgctxt "SC_OPCODE_TRUNC"
msgid "The number to be truncated."
msgstr "Иформатркхо ахыҧхьаӡара."
-#: scfuncs.hrc:1380
+#: sc/inc/scfuncs.hrc:1380
msgctxt "SC_OPCODE_TRUNC"
msgid "Count"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1381
+#: sc/inc/scfuncs.hrc:1381
msgctxt "SC_OPCODE_TRUNC"
msgid "The number of places after the decimal point that are not to be truncated."
msgstr ""
-#: scfuncs.hrc:1387
+#: sc/inc/scfuncs.hrc:1387
msgctxt "SC_OPCODE_ROUND"
msgid "Rounds a number to a predefined accuracy."
msgstr ""
-#: scfuncs.hrc:1388
+#: sc/inc/scfuncs.hrc:1388
msgctxt "SC_OPCODE_ROUND"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1389
+#: sc/inc/scfuncs.hrc:1389
#, fuzzy
msgctxt "SC_OPCODE_ROUND"
msgid "The number to be rounded."
msgstr "Иформатркхо ахыҧхьаӡара."
-#: scfuncs.hrc:1390
+#: sc/inc/scfuncs.hrc:1390
msgctxt "SC_OPCODE_ROUND"
msgid "Count"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1391
+#: sc/inc/scfuncs.hrc:1391
msgctxt "SC_OPCODE_ROUND"
msgid "The number of places to which a number is to be rounded."
msgstr ""
-#: scfuncs.hrc:1397
+#: sc/inc/scfuncs.hrc:1397
msgctxt "SC_OPCODE_ROUND_UP"
msgid "Rounds a number up to the predefined accuracy."
msgstr ""
-#: scfuncs.hrc:1398
+#: sc/inc/scfuncs.hrc:1398
msgctxt "SC_OPCODE_ROUND_UP"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1399
+#: sc/inc/scfuncs.hrc:1399
msgctxt "SC_OPCODE_ROUND_UP"
msgid "The number to be rounded up."
msgstr ""
-#: scfuncs.hrc:1400
+#: sc/inc/scfuncs.hrc:1400
msgctxt "SC_OPCODE_ROUND_UP"
msgid "Count"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1401
+#: sc/inc/scfuncs.hrc:1401
msgctxt "SC_OPCODE_ROUND_UP"
msgid "The number of places to which a number is to be rounded."
msgstr ""
-#: scfuncs.hrc:1407
+#: sc/inc/scfuncs.hrc:1407
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "Rounds a number down to a predefined accuracy."
msgstr ""
-#: scfuncs.hrc:1408
+#: sc/inc/scfuncs.hrc:1408
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1409
+#: sc/inc/scfuncs.hrc:1409
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "The number to be rounded down."
msgstr ""
-#: scfuncs.hrc:1410
+#: sc/inc/scfuncs.hrc:1410
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "Count"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1411
+#: sc/inc/scfuncs.hrc:1411
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "The number of places down to which a number is to be rounded."
msgstr ""
-#: scfuncs.hrc:1417
+#: sc/inc/scfuncs.hrc:1417
msgctxt "SC_OPCODE_EVEN"
msgid "Rounds a positive number up and negative number down to the nearest even integer."
msgstr ""
-#: scfuncs.hrc:1418
+#: sc/inc/scfuncs.hrc:1418
msgctxt "SC_OPCODE_EVEN"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1419
+#: sc/inc/scfuncs.hrc:1419
msgctxt "SC_OPCODE_EVEN"
msgid "The number to be rounded up."
msgstr ""
-#: scfuncs.hrc:1425
+#: sc/inc/scfuncs.hrc:1425
msgctxt "SC_OPCODE_ODD"
msgid "Rounds a positive number up and negative number down to the nearest odd integer."
msgstr ""
-#: scfuncs.hrc:1426
+#: sc/inc/scfuncs.hrc:1426
msgctxt "SC_OPCODE_ODD"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1427
+#: sc/inc/scfuncs.hrc:1427
msgctxt "SC_OPCODE_ODD"
msgid "The number to be rounded up."
msgstr ""
-#: scfuncs.hrc:1433
+#: sc/inc/scfuncs.hrc:1433
msgctxt "SC_OPCODE_CEIL_MS"
msgid ""
"Rounds a number away from zero to the nearest multiple of significance.\n"
"This function exists for interoperability with Microsoft Excel 2007 or older versions."
msgstr ""
-#: scfuncs.hrc:1434
+#: sc/inc/scfuncs.hrc:1434
msgctxt "SC_OPCODE_CEIL_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1435
+#: sc/inc/scfuncs.hrc:1435
msgctxt "SC_OPCODE_CEIL_MS"
msgid "The number to be rounded up."
msgstr ""
-#: scfuncs.hrc:1436
+#: sc/inc/scfuncs.hrc:1436
msgctxt "SC_OPCODE_CEIL_MS"
msgid "Significance"
msgstr ""
-#: scfuncs.hrc:1437
+#: sc/inc/scfuncs.hrc:1437
msgctxt "SC_OPCODE_CEIL_MS"
msgid "The number to whose multiple the value is rounded."
msgstr ""
-#: scfuncs.hrc:1443
+#: sc/inc/scfuncs.hrc:1443
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "Rounds a number up to the nearest multiple of significance, regardless of sign of significance."
msgstr ""
-#: scfuncs.hrc:1444
+#: sc/inc/scfuncs.hrc:1444
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1445
+#: sc/inc/scfuncs.hrc:1445
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "The number to be rounded up."
msgstr ""
-#: scfuncs.hrc:1446
+#: sc/inc/scfuncs.hrc:1446
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "Significance"
msgstr ""
-#: scfuncs.hrc:1447
+#: sc/inc/scfuncs.hrc:1447
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "The number to whose multiple the value is rounded."
msgstr ""
-#: scfuncs.hrc:1453
+#: sc/inc/scfuncs.hrc:1453
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "Rounds a number up to the nearest multiple of significance, regardless of sign of significance."
msgstr ""
-#: scfuncs.hrc:1454
+#: sc/inc/scfuncs.hrc:1454
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1455
+#: sc/inc/scfuncs.hrc:1455
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "The number to be rounded up."
msgstr ""
-#: scfuncs.hrc:1456
+#: sc/inc/scfuncs.hrc:1456
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "Significance"
msgstr ""
-#: scfuncs.hrc:1457
+#: sc/inc/scfuncs.hrc:1457
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "The number to whose multiple the value is rounded."
msgstr ""
-#: scfuncs.hrc:1463
+#: sc/inc/scfuncs.hrc:1463
msgctxt "SC_OPCODE_CEIL"
msgid "Rounds a number up to the nearest multiple of significance."
msgstr ""
-#: scfuncs.hrc:1464
+#: sc/inc/scfuncs.hrc:1464
msgctxt "SC_OPCODE_CEIL"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1465
+#: sc/inc/scfuncs.hrc:1465
msgctxt "SC_OPCODE_CEIL"
msgid "The number to be rounded up."
msgstr ""
-#: scfuncs.hrc:1466
+#: sc/inc/scfuncs.hrc:1466
msgctxt "SC_OPCODE_CEIL"
msgid "Significance"
msgstr ""
-#: scfuncs.hrc:1467
+#: sc/inc/scfuncs.hrc:1467
msgctxt "SC_OPCODE_CEIL"
msgid "If given the number to whose multiple the value is rounded, else -1 or 1 depending on sign of Number."
msgstr ""
-#: scfuncs.hrc:1468
+#: sc/inc/scfuncs.hrc:1468
#, fuzzy
msgctxt "SC_OPCODE_CEIL"
msgid "Mode"
msgstr "Амодель"
-#: scfuncs.hrc:1469
+#: sc/inc/scfuncs.hrc:1469
msgctxt "SC_OPCODE_CEIL"
msgid "If given and not equal to zero then rounded up according to amount when a negative number and significance."
msgstr ""
-#: scfuncs.hrc:1475
+#: sc/inc/scfuncs.hrc:1475
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Rounds a number up to the nearest multiple of significance."
msgstr ""
-#: scfuncs.hrc:1476
+#: sc/inc/scfuncs.hrc:1476
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1477
+#: sc/inc/scfuncs.hrc:1477
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "The number to be rounded up."
msgstr ""
-#: scfuncs.hrc:1478
+#: sc/inc/scfuncs.hrc:1478
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Significance"
msgstr ""
-#: scfuncs.hrc:1479
+#: sc/inc/scfuncs.hrc:1479
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "If given the number to whose multiple the value is rounded, else 1."
msgstr ""
-#: scfuncs.hrc:1480
+#: sc/inc/scfuncs.hrc:1480
#, fuzzy
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Mode"
msgstr "Амодель"
-#: scfuncs.hrc:1481
+#: sc/inc/scfuncs.hrc:1481
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "For negative numbers; if given and not equal to zero then rounds away from zero, else rounds towards zero."
msgstr ""
-#: scfuncs.hrc:1487
+#: sc/inc/scfuncs.hrc:1487
msgctxt "SC_OPCODE_FLOOR"
msgid "Rounds number down to the nearest multiple of significance."
msgstr ""
-#: scfuncs.hrc:1488
+#: sc/inc/scfuncs.hrc:1488
msgctxt "SC_OPCODE_FLOOR"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1489
+#: sc/inc/scfuncs.hrc:1489
msgctxt "SC_OPCODE_FLOOR"
msgid "The number to be rounded down."
msgstr ""
-#: scfuncs.hrc:1490
+#: sc/inc/scfuncs.hrc:1490
msgctxt "SC_OPCODE_FLOOR"
msgid "Significance"
msgstr ""
-#: scfuncs.hrc:1491
+#: sc/inc/scfuncs.hrc:1491
msgctxt "SC_OPCODE_FLOOR"
msgid "The number to whose multiple the value is to be rounded down."
msgstr ""
-#: scfuncs.hrc:1492
+#: sc/inc/scfuncs.hrc:1492
#, fuzzy
msgctxt "SC_OPCODE_FLOOR"
msgid "Mode"
msgstr "Амодель"
-#: scfuncs.hrc:1493
+#: sc/inc/scfuncs.hrc:1493
msgctxt "SC_OPCODE_FLOOR"
msgid "If given and not equal to zero then rounded towards zero with negative number and significance."
msgstr ""
-#: scfuncs.hrc:1499
+#: sc/inc/scfuncs.hrc:1499
msgctxt "SC_OPCODE_FLOOR_MS"
msgid ""
"Rounds number towards zero to the nearest multiple of absolute value of significance.\n"
"This function exists for interoperability with Microsoft Excel 2007 or older versions."
msgstr ""
-#: scfuncs.hrc:1500
+#: sc/inc/scfuncs.hrc:1500
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1501
+#: sc/inc/scfuncs.hrc:1501
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "The number to be rounded down."
msgstr ""
-#: scfuncs.hrc:1502
+#: sc/inc/scfuncs.hrc:1502
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "Significance"
msgstr ""
-#: scfuncs.hrc:1503
+#: sc/inc/scfuncs.hrc:1503
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "The number to whose multiple the value is to be rounded down."
msgstr ""
-#: scfuncs.hrc:1509
+#: sc/inc/scfuncs.hrc:1509
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Rounds number down to the nearest multiple of significance, regardless of sign of significance."
msgstr ""
-#: scfuncs.hrc:1510
+#: sc/inc/scfuncs.hrc:1510
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1511
+#: sc/inc/scfuncs.hrc:1511
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "The number to be rounded down."
msgstr ""
-#: scfuncs.hrc:1512
+#: sc/inc/scfuncs.hrc:1512
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Significance"
msgstr ""
-#: scfuncs.hrc:1513
+#: sc/inc/scfuncs.hrc:1513
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "The number to whose multiple the value is to be rounded down."
msgstr ""
-#: scfuncs.hrc:1514
+#: sc/inc/scfuncs.hrc:1514
#, fuzzy
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Mode"
msgstr "Амодель"
-#: scfuncs.hrc:1515
+#: sc/inc/scfuncs.hrc:1515
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "For negative numbers; if given and not equal to or less than zero rounds towards zero."
msgstr ""
-#: scfuncs.hrc:1521
+#: sc/inc/scfuncs.hrc:1521
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "Rounds number down (towards -∞) to the nearest multiple of significance."
msgstr ""
-#: scfuncs.hrc:1522
+#: sc/inc/scfuncs.hrc:1522
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1523
+#: sc/inc/scfuncs.hrc:1523
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "The number to be rounded down."
msgstr ""
-#: scfuncs.hrc:1524
+#: sc/inc/scfuncs.hrc:1524
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "Significance"
msgstr ""
-#: scfuncs.hrc:1525
+#: sc/inc/scfuncs.hrc:1525
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "The number to whose multiple the value is to be rounded down. Sign has no meaning."
msgstr ""
-#: scfuncs.hrc:1531
+#: sc/inc/scfuncs.hrc:1531
msgctxt "SC_OPCODE_GCD"
msgid "Greatest Common Divisor"
msgstr ""
-#: scfuncs.hrc:1532
+#: sc/inc/scfuncs.hrc:1532
msgctxt "SC_OPCODE_GCD"
msgid "Integer "
msgstr ""
-#: scfuncs.hrc:1533
+#: sc/inc/scfuncs.hrc:1533
msgctxt "SC_OPCODE_GCD"
msgid "Integer 1; integer 2,... are integers for which the greatest common divisor is to be calculated."
msgstr ""
-#: scfuncs.hrc:1539
+#: sc/inc/scfuncs.hrc:1539
msgctxt "SC_OPCODE_LCM"
msgid "Lowest common multiple"
msgstr ""
-#: scfuncs.hrc:1540
+#: sc/inc/scfuncs.hrc:1540
msgctxt "SC_OPCODE_LCM"
msgid "Integer "
msgstr ""
-#: scfuncs.hrc:1541
+#: sc/inc/scfuncs.hrc:1541
msgctxt "SC_OPCODE_LCM"
msgid "Integer 1; integer 2,... are integers whose smallest common multiple is to be calculated."
msgstr ""
-#: scfuncs.hrc:1547
+#: sc/inc/scfuncs.hrc:1547
msgctxt "SC_OPCODE_MAT_TRANS"
msgid "Array transposition. Exchanges the rows and columns of an array."
msgstr ""
-#: scfuncs.hrc:1548
+#: sc/inc/scfuncs.hrc:1548
msgctxt "SC_OPCODE_MAT_TRANS"
msgid "Array"
msgstr "Амассив"
-#: scfuncs.hrc:1549
+#: sc/inc/scfuncs.hrc:1549
msgctxt "SC_OPCODE_MAT_TRANS"
msgid "The array in which the rows and columns have been transposed."
msgstr ""
-#: scfuncs.hrc:1555
+#: sc/inc/scfuncs.hrc:1555
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array multiplication. Returns the product of two arrays."
msgstr ""
-#: scfuncs.hrc:1556
+#: sc/inc/scfuncs.hrc:1556
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array 1"
msgstr ""
-#: scfuncs.hrc:1557
+#: sc/inc/scfuncs.hrc:1557
msgctxt "SC_OPCODE_MAT_MULT"
msgid "The first array for the array product."
msgstr ""
-#: scfuncs.hrc:1558
+#: sc/inc/scfuncs.hrc:1558
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array 2"
msgstr ""
-#: scfuncs.hrc:1559
+#: sc/inc/scfuncs.hrc:1559
msgctxt "SC_OPCODE_MAT_MULT"
msgid "The second array having the same number of rows as the first array has columns."
msgstr ""
-#: scfuncs.hrc:1565
+#: sc/inc/scfuncs.hrc:1565
msgctxt "SC_OPCODE_MAT_DET"
msgid "Returns the array determinant."
msgstr ""
-#: scfuncs.hrc:1566
+#: sc/inc/scfuncs.hrc:1566
msgctxt "SC_OPCODE_MAT_DET"
msgid "Array"
msgstr "Амассив"
-#: scfuncs.hrc:1567
+#: sc/inc/scfuncs.hrc:1567
msgctxt "SC_OPCODE_MAT_DET"
msgid "The array for which the determinant is to be determined."
msgstr ""
-#: scfuncs.hrc:1573
+#: sc/inc/scfuncs.hrc:1573
msgctxt "SC_OPCODE_MAT_INV"
msgid "Returns the inverse of an array."
msgstr ""
-#: scfuncs.hrc:1574
+#: sc/inc/scfuncs.hrc:1574
msgctxt "SC_OPCODE_MAT_INV"
msgid "Array"
msgstr "Амассив"
-#: scfuncs.hrc:1575
+#: sc/inc/scfuncs.hrc:1575
msgctxt "SC_OPCODE_MAT_INV"
msgid "The array to be inverted."
msgstr ""
-#: scfuncs.hrc:1581
+#: sc/inc/scfuncs.hrc:1581
msgctxt "SC_OPCODE_MATRIX_UNIT"
msgid "Returns the unitary square array of a certain size."
msgstr ""
-#: scfuncs.hrc:1582
+#: sc/inc/scfuncs.hrc:1582
msgctxt "SC_OPCODE_MATRIX_UNIT"
msgid "Dimensions"
msgstr ""
-#: scfuncs.hrc:1583
+#: sc/inc/scfuncs.hrc:1583
msgctxt "SC_OPCODE_MATRIX_UNIT"
msgid "The size of the unitary array."
msgstr "Иактәу аматрица ашәагаа."
-#: scfuncs.hrc:1589
+#: sc/inc/scfuncs.hrc:1589
msgctxt "SC_OPCODE_SUM_PRODUCT"
msgid "(Inner products) Returns the sum of the products of array arguments."
msgstr ""
-#: scfuncs.hrc:1590
+#: sc/inc/scfuncs.hrc:1590
msgctxt "SC_OPCODE_SUM_PRODUCT"
msgid "Array "
msgstr "Амассив"
-#: scfuncs.hrc:1591
+#: sc/inc/scfuncs.hrc:1591
msgctxt "SC_OPCODE_SUM_PRODUCT"
msgid "Array 1, array 2, ... are arrays whose arguments are to be multiplied."
msgstr ""
-#: scfuncs.hrc:1597
+#: sc/inc/scfuncs.hrc:1597
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Returns the sum of the difference of squares of two arrays."
msgstr ""
-#: scfuncs.hrc:1598
+#: sc/inc/scfuncs.hrc:1598
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Array X"
msgstr ""
-#: scfuncs.hrc:1599
+#: sc/inc/scfuncs.hrc:1599
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "First array where the square of the arguments are totalled."
msgstr ""
-#: scfuncs.hrc:1600
+#: sc/inc/scfuncs.hrc:1600
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Array Y"
msgstr ""
-#: scfuncs.hrc:1601
+#: sc/inc/scfuncs.hrc:1601
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Second array where the square of the arguments is to be subtracted."
msgstr ""
-#: scfuncs.hrc:1607
+#: sc/inc/scfuncs.hrc:1607
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Returns the total of the square sum of two arrays."
msgstr ""
-#: scfuncs.hrc:1608
+#: sc/inc/scfuncs.hrc:1608
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Array X"
msgstr ""
-#: scfuncs.hrc:1609
+#: sc/inc/scfuncs.hrc:1609
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "First array where the square of the arguments are totalled."
msgstr ""
-#: scfuncs.hrc:1610
+#: sc/inc/scfuncs.hrc:1610
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Array Y"
msgstr ""
-#: scfuncs.hrc:1611
+#: sc/inc/scfuncs.hrc:1611
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Second array where the square of the arguments is to be totalled."
msgstr ""
-#: scfuncs.hrc:1617
+#: sc/inc/scfuncs.hrc:1617
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Returns the sum of squares of differences of two arrays."
msgstr ""
-#: scfuncs.hrc:1618
+#: sc/inc/scfuncs.hrc:1618
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Array X"
msgstr ""
-#: scfuncs.hrc:1619
+#: sc/inc/scfuncs.hrc:1619
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "First array for forming argument differences."
msgstr ""
-#: scfuncs.hrc:1620
+#: sc/inc/scfuncs.hrc:1620
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Array Y"
msgstr ""
-#: scfuncs.hrc:1621
+#: sc/inc/scfuncs.hrc:1621
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Second array for forming the argument differences."
msgstr ""
-#: scfuncs.hrc:1627
+#: sc/inc/scfuncs.hrc:1627
msgctxt "SC_OPCODE_FREQUENCY"
msgid "Returns a frequency distribution as a vertical array."
msgstr ""
-#: scfuncs.hrc:1628
+#: sc/inc/scfuncs.hrc:1628
msgctxt "SC_OPCODE_FREQUENCY"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:1629
+#: sc/inc/scfuncs.hrc:1629
msgctxt "SC_OPCODE_FREQUENCY"
msgid "The array of the data."
msgstr ""
-#: scfuncs.hrc:1630
+#: sc/inc/scfuncs.hrc:1630
msgctxt "SC_OPCODE_FREQUENCY"
msgid "Classes"
msgstr ""
-#: scfuncs.hrc:1631
+#: sc/inc/scfuncs.hrc:1631
msgctxt "SC_OPCODE_FREQUENCY"
msgid "The array for forming classes."
msgstr ""
-#: scfuncs.hrc:1637
+#: sc/inc/scfuncs.hrc:1637
msgctxt "SC_OPCODE_LINEST"
msgid "Calculates parameters of the linear regression as an array."
msgstr ""
-#: scfuncs.hrc:1638
+#: sc/inc/scfuncs.hrc:1638
msgctxt "SC_OPCODE_LINEST"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:1639
+#: sc/inc/scfuncs.hrc:1639
msgctxt "SC_OPCODE_LINEST"
msgid "The Y data array."
msgstr ""
-#: scfuncs.hrc:1640
+#: sc/inc/scfuncs.hrc:1640
msgctxt "SC_OPCODE_LINEST"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:1641
+#: sc/inc/scfuncs.hrc:1641
msgctxt "SC_OPCODE_LINEST"
msgid "The X data array."
msgstr ""
-#: scfuncs.hrc:1642
+#: sc/inc/scfuncs.hrc:1642
msgctxt "SC_OPCODE_LINEST"
msgid "Linear type"
msgstr ""
-#: scfuncs.hrc:1643
+#: sc/inc/scfuncs.hrc:1643
msgctxt "SC_OPCODE_LINEST"
msgid "If type = 0 the linears will be calculated through the zero point, or else moved linears."
msgstr ""
-#: scfuncs.hrc:1644
+#: sc/inc/scfuncs.hrc:1644
msgctxt "SC_OPCODE_LINEST"
msgid "Stats"
msgstr "Астатистика"
-#: scfuncs.hrc:1645
+#: sc/inc/scfuncs.hrc:1645
msgctxt "SC_OPCODE_LINEST"
msgid "If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well."
msgstr ""
-#: scfuncs.hrc:1651
+#: sc/inc/scfuncs.hrc:1651
msgctxt "SC_OPCODE_LOGEST"
msgid "Calculates the parameters of the exponential regression curve as an array."
msgstr ""
-#: scfuncs.hrc:1652
+#: sc/inc/scfuncs.hrc:1652
msgctxt "SC_OPCODE_LOGEST"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:1653
+#: sc/inc/scfuncs.hrc:1653
msgctxt "SC_OPCODE_LOGEST"
msgid "The Y data array."
msgstr ""
-#: scfuncs.hrc:1654
+#: sc/inc/scfuncs.hrc:1654
msgctxt "SC_OPCODE_LOGEST"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:1655
+#: sc/inc/scfuncs.hrc:1655
msgctxt "SC_OPCODE_LOGEST"
msgid "The X data array."
msgstr ""
-#: scfuncs.hrc:1656
+#: sc/inc/scfuncs.hrc:1656
msgctxt "SC_OPCODE_LOGEST"
msgid "Function type"
msgstr ""
-#: scfuncs.hrc:1657
+#: sc/inc/scfuncs.hrc:1657
msgctxt "SC_OPCODE_LOGEST"
msgid "If type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x."
msgstr ""
-#: scfuncs.hrc:1658
+#: sc/inc/scfuncs.hrc:1658
msgctxt "SC_OPCODE_LOGEST"
msgid "Stats"
msgstr "Астатистика"
-#: scfuncs.hrc:1659
+#: sc/inc/scfuncs.hrc:1659
msgctxt "SC_OPCODE_LOGEST"
msgid "If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well."
msgstr ""
-#: scfuncs.hrc:1665
+#: sc/inc/scfuncs.hrc:1665
msgctxt "SC_OPCODE_TREND"
msgid "Calculates points along a regression line."
msgstr ""
-#: scfuncs.hrc:1666
+#: sc/inc/scfuncs.hrc:1666
msgctxt "SC_OPCODE_TREND"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:1667
+#: sc/inc/scfuncs.hrc:1667
msgctxt "SC_OPCODE_TREND"
msgid "The Y data array."
msgstr ""
-#: scfuncs.hrc:1668
+#: sc/inc/scfuncs.hrc:1668
msgctxt "SC_OPCODE_TREND"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:1669
+#: sc/inc/scfuncs.hrc:1669
msgctxt "SC_OPCODE_TREND"
msgid "The X data array as the basis for the regression."
msgstr ""
-#: scfuncs.hrc:1670
+#: sc/inc/scfuncs.hrc:1670
msgctxt "SC_OPCODE_TREND"
msgid "New data X"
msgstr "Иҿыцу адырқәа Х"
-#: scfuncs.hrc:1671
+#: sc/inc/scfuncs.hrc:1671
msgctxt "SC_OPCODE_TREND"
msgid "The array of X data for recalculating the values."
msgstr ""
-#: scfuncs.hrc:1672
+#: sc/inc/scfuncs.hrc:1672
msgctxt "SC_OPCODE_TREND"
msgid "Linear type"
msgstr ""
-#: scfuncs.hrc:1673
+#: sc/inc/scfuncs.hrc:1673
msgctxt "SC_OPCODE_TREND"
msgid "If type = 0 the linears will be calculated through the zero point, or else moved linears."
msgstr ""
-#: scfuncs.hrc:1679
+#: sc/inc/scfuncs.hrc:1679
msgctxt "SC_OPCODE_GROWTH"
msgid "Calculates points on the exponential regression function."
msgstr ""
-#: scfuncs.hrc:1680
+#: sc/inc/scfuncs.hrc:1680
msgctxt "SC_OPCODE_GROWTH"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:1681
+#: sc/inc/scfuncs.hrc:1681
msgctxt "SC_OPCODE_GROWTH"
msgid "The Y data array."
msgstr ""
-#: scfuncs.hrc:1682
+#: sc/inc/scfuncs.hrc:1682
msgctxt "SC_OPCODE_GROWTH"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:1683
+#: sc/inc/scfuncs.hrc:1683
msgctxt "SC_OPCODE_GROWTH"
msgid "The X data array as the basis for the regression."
msgstr ""
-#: scfuncs.hrc:1684
+#: sc/inc/scfuncs.hrc:1684
msgctxt "SC_OPCODE_GROWTH"
msgid "New data X"
msgstr "Иҿыцу адырқәа X"
-#: scfuncs.hrc:1685
+#: sc/inc/scfuncs.hrc:1685
msgctxt "SC_OPCODE_GROWTH"
msgid "The array of X data for recalculating the values."
msgstr ""
-#: scfuncs.hrc:1686
+#: sc/inc/scfuncs.hrc:1686
msgctxt "SC_OPCODE_GROWTH"
msgid "Function type"
msgstr ""
-#: scfuncs.hrc:1687
+#: sc/inc/scfuncs.hrc:1687
msgctxt "SC_OPCODE_GROWTH"
msgid "If type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x."
msgstr ""
-#: scfuncs.hrc:1693
+#: sc/inc/scfuncs.hrc:1693
msgctxt "SC_OPCODE_COUNT"
msgid "Counts how many numbers are in the list of arguments."
msgstr ""
-#: scfuncs.hrc:1694
+#: sc/inc/scfuncs.hrc:1694
msgctxt "SC_OPCODE_COUNT"
msgid "Value "
msgstr "Аҵакы"
-#: scfuncs.hrc:1695
+#: sc/inc/scfuncs.hrc:1695
msgctxt "SC_OPCODE_COUNT"
msgid "Value 1, value 2, ... are arguments containing different data types but where only numbers are counted."
msgstr ""
-#: scfuncs.hrc:1701
+#: sc/inc/scfuncs.hrc:1701
msgctxt "SC_OPCODE_COUNT_2"
msgid "Counts how many values are in the list of arguments."
msgstr ""
-#: scfuncs.hrc:1702
+#: sc/inc/scfuncs.hrc:1702
msgctxt "SC_OPCODE_COUNT_2"
msgid "Value "
msgstr "Аҵакы "
-#: scfuncs.hrc:1703
+#: sc/inc/scfuncs.hrc:1703
msgctxt "SC_OPCODE_COUNT_2"
msgid "Value 1, value 2, ... are arguments representing the values to be counted."
msgstr ""
-#: scfuncs.hrc:1709
+#: sc/inc/scfuncs.hrc:1709
msgctxt "SC_OPCODE_MAX"
msgid "Returns the maximum value in a list of arguments."
msgstr ""
-#: scfuncs.hrc:1710
+#: sc/inc/scfuncs.hrc:1710
msgctxt "SC_OPCODE_MAX"
msgid "Number "
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:1711
+#: sc/inc/scfuncs.hrc:1711
msgctxt "SC_OPCODE_MAX"
msgid "Number 1, number 2, ... are numerical arguments for which the largest number is to be determined."
msgstr ""
-#: scfuncs.hrc:1717
+#: sc/inc/scfuncs.hrc:1717
msgctxt "SC_OPCODE_MAX_A"
msgid "Returns the maximum value in a list of arguments. Text is evaluated as Zero."
msgstr ""
-#: scfuncs.hrc:1718
+#: sc/inc/scfuncs.hrc:1718
msgctxt "SC_OPCODE_MAX_A"
msgid "Value "
msgstr "Аҵакы "
-#: scfuncs.hrc:1719
+#: sc/inc/scfuncs.hrc:1719
msgctxt "SC_OPCODE_MAX_A"
msgid "Value 1, value 2, are arguments whose largest value is to be determined."
msgstr ""
-#: scfuncs.hrc:1725
+#: sc/inc/scfuncs.hrc:1725
msgctxt "SC_OPCODE_MIN"
msgid "Returns the minimum value in a list of arguments."
msgstr ""
-#: scfuncs.hrc:1726
+#: sc/inc/scfuncs.hrc:1726
msgctxt "SC_OPCODE_MIN"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1727
+#: sc/inc/scfuncs.hrc:1727
msgctxt "SC_OPCODE_MIN"
msgid "Number 1, number 2, ... are numerical arguments for which the smallest number is to be determined."
msgstr ""
-#: scfuncs.hrc:1733
+#: sc/inc/scfuncs.hrc:1733
msgctxt "SC_OPCODE_MIN_A"
msgid "Returns the smallest value in a list of arguments. Text is evaluated as zero."
msgstr ""
-#: scfuncs.hrc:1734
+#: sc/inc/scfuncs.hrc:1734
msgctxt "SC_OPCODE_MIN_A"
msgid "Value "
msgstr "Аҵакы "
-#: scfuncs.hrc:1735
+#: sc/inc/scfuncs.hrc:1735
msgctxt "SC_OPCODE_MIN_A"
msgid "Value 1; value 2;... are arguments whose smallest number is to be determined."
msgstr ""
-#: scfuncs.hrc:1741
+#: sc/inc/scfuncs.hrc:1741
msgctxt "SC_OPCODE_VAR"
msgid "Calculates the variance based on a sample."
msgstr ""
-#: scfuncs.hrc:1742
+#: sc/inc/scfuncs.hrc:1742
msgctxt "SC_OPCODE_VAR"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1743
+#: sc/inc/scfuncs.hrc:1743
msgctxt "SC_OPCODE_VAR"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr ""
-#: scfuncs.hrc:1749
+#: sc/inc/scfuncs.hrc:1749
msgctxt "SC_OPCODE_VAR_S"
msgid "Calculates the variance based on a sample."
msgstr ""
-#: scfuncs.hrc:1750
+#: sc/inc/scfuncs.hrc:1750
msgctxt "SC_OPCODE_VAR_S"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1751
+#: sc/inc/scfuncs.hrc:1751
msgctxt "SC_OPCODE_VAR_S"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr ""
-#: scfuncs.hrc:1757
+#: sc/inc/scfuncs.hrc:1757
msgctxt "SC_OPCODE_VAR_A"
msgid "Returns the variance based on a sample. Text is evaluated as zero."
msgstr ""
-#: scfuncs.hrc:1758
+#: sc/inc/scfuncs.hrc:1758
msgctxt "SC_OPCODE_VAR_A"
msgid "Value "
msgstr "Аҵакы "
-#: scfuncs.hrc:1759
+#: sc/inc/scfuncs.hrc:1759
msgctxt "SC_OPCODE_VAR_A"
msgid "Value 1; value 2; ... are arguments representing a sample taken from a basic total population."
msgstr ""
-#: scfuncs.hrc:1765
+#: sc/inc/scfuncs.hrc:1765
msgctxt "SC_OPCODE_VAR_P"
msgid "Calculates variance based on the entire population."
msgstr ""
-#: scfuncs.hrc:1766
+#: sc/inc/scfuncs.hrc:1766
msgctxt "SC_OPCODE_VAR_P"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1767
+#: sc/inc/scfuncs.hrc:1767
msgctxt "SC_OPCODE_VAR_P"
msgid "Number 1, number 2, ... are numerical arguments which represent a population."
msgstr ""
-#: scfuncs.hrc:1773
+#: sc/inc/scfuncs.hrc:1773
msgctxt "SC_OPCODE_VAR_P_MS"
msgid "Calculates variance based on the entire population."
msgstr ""
-#: scfuncs.hrc:1774
+#: sc/inc/scfuncs.hrc:1774
msgctxt "SC_OPCODE_VAR_P_MS"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1775
+#: sc/inc/scfuncs.hrc:1775
msgctxt "SC_OPCODE_VAR_P_MS"
msgid "Number 1, number 2, ... are numerical arguments which represent a population."
msgstr ""
-#: scfuncs.hrc:1781
+#: sc/inc/scfuncs.hrc:1781
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Returns the variance based on the entire population. Text is evaluated as zero."
msgstr ""
-#: scfuncs.hrc:1782
+#: sc/inc/scfuncs.hrc:1782
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Value "
msgstr "Аҵакы "
-#: scfuncs.hrc:1783
+#: sc/inc/scfuncs.hrc:1783
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Value 1; value 2;... are arguments representing a population."
msgstr ""
-#: scfuncs.hrc:1789
+#: sc/inc/scfuncs.hrc:1789
msgctxt "SC_OPCODE_ST_DEV"
msgid "Calculates the standard deviation based on a sample."
msgstr ""
-#: scfuncs.hrc:1790
+#: sc/inc/scfuncs.hrc:1790
msgctxt "SC_OPCODE_ST_DEV"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1791
+#: sc/inc/scfuncs.hrc:1791
msgctxt "SC_OPCODE_ST_DEV"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr ""
-#: scfuncs.hrc:1797
+#: sc/inc/scfuncs.hrc:1797
msgctxt "SC_OPCODE_ST_DEV_S"
msgid "Calculates the standard deviation based on a sample."
msgstr ""
-#: scfuncs.hrc:1798
+#: sc/inc/scfuncs.hrc:1798
msgctxt "SC_OPCODE_ST_DEV_S"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1799
+#: sc/inc/scfuncs.hrc:1799
msgctxt "SC_OPCODE_ST_DEV_S"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr ""
-#: scfuncs.hrc:1805
+#: sc/inc/scfuncs.hrc:1805
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Returns the standard deviation based on a sample. Text is evaluated as zero."
msgstr ""
-#: scfuncs.hrc:1806
+#: sc/inc/scfuncs.hrc:1806
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Value "
msgstr "Аҵакы "
-#: scfuncs.hrc:1807
+#: sc/inc/scfuncs.hrc:1807
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Value 1; value 2; ... are arguments representing a sample taken from a basic total population."
msgstr ""
-#: scfuncs.hrc:1813
+#: sc/inc/scfuncs.hrc:1813
msgctxt "SC_OPCODE_ST_DEV_P"
msgid "Calculates the standard deviation based on the entire population."
msgstr ""
-#: scfuncs.hrc:1814
+#: sc/inc/scfuncs.hrc:1814
msgctxt "SC_OPCODE_ST_DEV_P"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1815
+#: sc/inc/scfuncs.hrc:1815
msgctxt "SC_OPCODE_ST_DEV_P"
msgid "Number 1, number 2, ... are numerical arguments which portray a population."
msgstr ""
-#: scfuncs.hrc:1821
+#: sc/inc/scfuncs.hrc:1821
msgctxt "SC_OPCODE_ST_DEV_P_MS"
msgid "Calculates the standard deviation based on the entire population."
msgstr ""
-#: scfuncs.hrc:1822
+#: sc/inc/scfuncs.hrc:1822
msgctxt "SC_OPCODE_ST_DEV_P_MS"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1823
+#: sc/inc/scfuncs.hrc:1823
msgctxt "SC_OPCODE_ST_DEV_P_MS"
msgid "Number 1, number 2, ... are numerical arguments which portray a population."
msgstr ""
-#: scfuncs.hrc:1829
+#: sc/inc/scfuncs.hrc:1829
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Returns the standard deviation based on the entire population. Text is evaluated as zero."
msgstr ""
-#: scfuncs.hrc:1830
+#: sc/inc/scfuncs.hrc:1830
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Value "
msgstr "Аҵакы "
-#: scfuncs.hrc:1831
+#: sc/inc/scfuncs.hrc:1831
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Value 1; value 2;... are arguments corresponding to a population."
msgstr ""
-#: scfuncs.hrc:1837
+#: sc/inc/scfuncs.hrc:1837
msgctxt "SC_OPCODE_AVERAGE"
msgid "Returns the average of a sample."
msgstr ""
-#: scfuncs.hrc:1838
+#: sc/inc/scfuncs.hrc:1838
msgctxt "SC_OPCODE_AVERAGE"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1839
+#: sc/inc/scfuncs.hrc:1839
msgctxt "SC_OPCODE_AVERAGE"
msgid "Number 1, number 2;...are numeric arguments representing a population sample."
msgstr ""
-#: scfuncs.hrc:1845
+#: sc/inc/scfuncs.hrc:1845
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Returns the average value for a sample. Text is evaluated as zero."
msgstr ""
-#: scfuncs.hrc:1846
+#: sc/inc/scfuncs.hrc:1846
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Value "
msgstr "Аҵакы "
-#: scfuncs.hrc:1847
+#: sc/inc/scfuncs.hrc:1847
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Value 1; value 2; ... are arguments representing a sample taken from a basic total population."
msgstr ""
-#: scfuncs.hrc:1853
+#: sc/inc/scfuncs.hrc:1853
msgctxt "SC_OPCODE_DEV_SQ"
msgid "Returns the sum of squares of deviations from the sample mean value"
msgstr ""
-#: scfuncs.hrc:1854
+#: sc/inc/scfuncs.hrc:1854
msgctxt "SC_OPCODE_DEV_SQ"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1855
+#: sc/inc/scfuncs.hrc:1855
msgctxt "SC_OPCODE_DEV_SQ"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr ""
-#: scfuncs.hrc:1861
+#: sc/inc/scfuncs.hrc:1861
msgctxt "SC_OPCODE_AVE_DEV"
msgid "Returns the average of the absolute deviations of a sample from the mean."
msgstr ""
-#: scfuncs.hrc:1862
+#: sc/inc/scfuncs.hrc:1862
msgctxt "SC_OPCODE_AVE_DEV"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1863
+#: sc/inc/scfuncs.hrc:1863
msgctxt "SC_OPCODE_AVE_DEV"
msgid "Number 1, number 2;...are numerical arguments representing a sample."
msgstr ""
-#: scfuncs.hrc:1869
+#: sc/inc/scfuncs.hrc:1869
msgctxt "SC_OPCODE_SKEW"
msgid "Returns the skewness of a distribution."
msgstr ""
-#: scfuncs.hrc:1870
+#: sc/inc/scfuncs.hrc:1870
msgctxt "SC_OPCODE_SKEW"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1871
+#: sc/inc/scfuncs.hrc:1871
msgctxt "SC_OPCODE_SKEW"
msgid "Number 1, number 2, ... are numerical arguments portraying a sample of the distribution."
msgstr ""
-#: scfuncs.hrc:1877
+#: sc/inc/scfuncs.hrc:1877
msgctxt "SC_OPCODE_SKEWP"
msgid "Returns the skewness of a distribution using the population of a random variable."
msgstr ""
-#: scfuncs.hrc:1878
+#: sc/inc/scfuncs.hrc:1878
msgctxt "SC_OPCODE_SKEWP"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1879
+#: sc/inc/scfuncs.hrc:1879
msgctxt "SC_OPCODE_SKEWP"
msgid "Number 1, number 2, ... are numerical arguments portraying the population."
msgstr ""
-#: scfuncs.hrc:1885
+#: sc/inc/scfuncs.hrc:1885
msgctxt "SC_OPCODE_KURT"
msgid "Returns the kurtosis of a distribution."
msgstr ""
-#: scfuncs.hrc:1886
+#: sc/inc/scfuncs.hrc:1886
msgctxt "SC_OPCODE_KURT"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1887
+#: sc/inc/scfuncs.hrc:1887
msgctxt "SC_OPCODE_KURT"
msgid "Number 1, number 2, ... are numerical arguments, representing a sample of the distribution."
msgstr ""
-#: scfuncs.hrc:1893
+#: sc/inc/scfuncs.hrc:1893
msgctxt "SC_OPCODE_GEO_MEAN"
msgid "Returns the geometric mean of a sample."
msgstr ""
-#: scfuncs.hrc:1894
+#: sc/inc/scfuncs.hrc:1894
msgctxt "SC_OPCODE_GEO_MEAN"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1895
+#: sc/inc/scfuncs.hrc:1895
msgctxt "SC_OPCODE_GEO_MEAN"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr ""
-#: scfuncs.hrc:1901
+#: sc/inc/scfuncs.hrc:1901
msgctxt "SC_OPCODE_HAR_MEAN"
msgid "Returns the harmonic mean of a sample."
msgstr ""
-#: scfuncs.hrc:1902
+#: sc/inc/scfuncs.hrc:1902
msgctxt "SC_OPCODE_HAR_MEAN"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1903
+#: sc/inc/scfuncs.hrc:1903
msgctxt "SC_OPCODE_HAR_MEAN"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr ""
-#: scfuncs.hrc:1909
+#: sc/inc/scfuncs.hrc:1909
msgctxt "SC_OPCODE_MODAL_VALUE"
msgid "Returns the most common value in a sample."
msgstr ""
-#: scfuncs.hrc:1910
+#: sc/inc/scfuncs.hrc:1910
msgctxt "SC_OPCODE_MODAL_VALUE"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1911
+#: sc/inc/scfuncs.hrc:1911
msgctxt "SC_OPCODE_MODAL_VALUE"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr ""
-#: scfuncs.hrc:1917
+#: sc/inc/scfuncs.hrc:1917
msgctxt "SC_OPCODE_MODAL_VALUE_MS"
msgid "Returns the most common value in a sample."
msgstr ""
-#: scfuncs.hrc:1918
+#: sc/inc/scfuncs.hrc:1918
msgctxt "SC_OPCODE_MODAL_VALUE_MS"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1919
+#: sc/inc/scfuncs.hrc:1919
msgctxt "SC_OPCODE_MODAL_VALUE_MS"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr ""
-#: scfuncs.hrc:1925
+#: sc/inc/scfuncs.hrc:1925
msgctxt "SC_OPCODE_MODAL_VALUE_MULTI"
msgid "Returns the most common value in a sample."
msgstr ""
-#: scfuncs.hrc:1926
+#: sc/inc/scfuncs.hrc:1926
msgctxt "SC_OPCODE_MODAL_VALUE_MULTI"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1927
+#: sc/inc/scfuncs.hrc:1927
msgctxt "SC_OPCODE_MODAL_VALUE_MULTI"
msgid "Number 1, number 2, ... are 1 to 254 numerical arguments which portray a sample."
msgstr ""
-#: scfuncs.hrc:1933
+#: sc/inc/scfuncs.hrc:1933
msgctxt "SC_OPCODE_MEDIAN"
msgid "Returns the median of a given sample."
msgstr ""
-#: scfuncs.hrc:1934
+#: sc/inc/scfuncs.hrc:1934
msgctxt "SC_OPCODE_MEDIAN"
msgid "Number "
msgstr "Ахыҧхьаӡара "
-#: scfuncs.hrc:1935
+#: sc/inc/scfuncs.hrc:1935
msgctxt "SC_OPCODE_MEDIAN"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr ""
-#: scfuncs.hrc:1941
+#: sc/inc/scfuncs.hrc:1941
msgctxt "SC_OPCODE_PERCENTILE"
msgid "Returns the alpha quantile of a sample."
msgstr ""
-#: scfuncs.hrc:1942
+#: sc/inc/scfuncs.hrc:1942
msgctxt "SC_OPCODE_PERCENTILE"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:1943
+#: sc/inc/scfuncs.hrc:1943
msgctxt "SC_OPCODE_PERCENTILE"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:1944
+#: sc/inc/scfuncs.hrc:1944
msgctxt "SC_OPCODE_PERCENTILE"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:1945
+#: sc/inc/scfuncs.hrc:1945
msgctxt "SC_OPCODE_PERCENTILE"
msgid "The percentage rate of the quantile between 0 and 1."
msgstr ""
-#: scfuncs.hrc:1951
+#: sc/inc/scfuncs.hrc:1951
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "Returns the alpha percentile of a sample."
msgstr ""
-#: scfuncs.hrc:1952
+#: sc/inc/scfuncs.hrc:1952
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:1953
+#: sc/inc/scfuncs.hrc:1953
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:1954
+#: sc/inc/scfuncs.hrc:1954
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:1955
+#: sc/inc/scfuncs.hrc:1955
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "The percentile value, range 0...1, exclusive."
msgstr ""
-#: scfuncs.hrc:1961
+#: sc/inc/scfuncs.hrc:1961
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "Returns the alpha percentile of a sample."
msgstr ""
-#: scfuncs.hrc:1962
+#: sc/inc/scfuncs.hrc:1962
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:1963
+#: sc/inc/scfuncs.hrc:1963
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:1964
+#: sc/inc/scfuncs.hrc:1964
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:1965
+#: sc/inc/scfuncs.hrc:1965
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "The percentile value, range 0...1, inclusive."
msgstr ""
-#: scfuncs.hrc:1971
+#: sc/inc/scfuncs.hrc:1971
msgctxt "SC_OPCODE_QUARTILE"
msgid "Returns the quartile of a sample."
msgstr ""
-#: scfuncs.hrc:1972
+#: sc/inc/scfuncs.hrc:1972
msgctxt "SC_OPCODE_QUARTILE"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:1973
+#: sc/inc/scfuncs.hrc:1973
msgctxt "SC_OPCODE_QUARTILE"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:1974
+#: sc/inc/scfuncs.hrc:1974
msgctxt "SC_OPCODE_QUARTILE"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:1975
+#: sc/inc/scfuncs.hrc:1975
msgctxt "SC_OPCODE_QUARTILE"
msgid "The type of the quartile (0 = MIN, 1 = 25%, 2 = 50%, 3 = 75%, 4 = MAX)."
msgstr ""
-#: scfuncs.hrc:1981
+#: sc/inc/scfuncs.hrc:1981
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "Returns the quartile of a sample."
msgstr ""
-#: scfuncs.hrc:1982
+#: sc/inc/scfuncs.hrc:1982
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:1983
+#: sc/inc/scfuncs.hrc:1983
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:1984
+#: sc/inc/scfuncs.hrc:1984
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:1985
+#: sc/inc/scfuncs.hrc:1985
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "The type of the quartile (1 = 25%, 2 = 50%, 3 = 75%)."
msgstr ""
-#: scfuncs.hrc:1991
+#: sc/inc/scfuncs.hrc:1991
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "Returns the quartile of a sample."
msgstr ""
-#: scfuncs.hrc:1992
+#: sc/inc/scfuncs.hrc:1992
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:1993
+#: sc/inc/scfuncs.hrc:1993
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:1994
+#: sc/inc/scfuncs.hrc:1994
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:1995
+#: sc/inc/scfuncs.hrc:1995
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "The type of the quartile (0 = MIN, 1 = 25%, 2 = 50%, 3 = 75%, 4 = MAX)."
msgstr ""
-#: scfuncs.hrc:2001
+#: sc/inc/scfuncs.hrc:2001
msgctxt "SC_OPCODE_LARGE"
msgid "Returns the k-th largest value of a sample."
msgstr ""
-#: scfuncs.hrc:2002
+#: sc/inc/scfuncs.hrc:2002
msgctxt "SC_OPCODE_LARGE"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:2003
+#: sc/inc/scfuncs.hrc:2003
msgctxt "SC_OPCODE_LARGE"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:2004
+#: sc/inc/scfuncs.hrc:2004
msgctxt "SC_OPCODE_LARGE"
msgid "Rank c"
msgstr ""
-#: scfuncs.hrc:2005
+#: sc/inc/scfuncs.hrc:2005
msgctxt "SC_OPCODE_LARGE"
msgid "The ranking of the value."
msgstr ""
-#: scfuncs.hrc:2011
+#: sc/inc/scfuncs.hrc:2011
msgctxt "SC_OPCODE_SMALL"
msgid "Returns the k-th smallest value of a sample."
msgstr ""
-#: scfuncs.hrc:2012
+#: sc/inc/scfuncs.hrc:2012
msgctxt "SC_OPCODE_SMALL"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:2013
+#: sc/inc/scfuncs.hrc:2013
msgctxt "SC_OPCODE_SMALL"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:2014
+#: sc/inc/scfuncs.hrc:2014
msgctxt "SC_OPCODE_SMALL"
msgid "Rank c"
msgstr ""
-#: scfuncs.hrc:2015
+#: sc/inc/scfuncs.hrc:2015
msgctxt "SC_OPCODE_SMALL"
msgid "The ranking of the value."
msgstr ""
-#: scfuncs.hrc:2021
+#: sc/inc/scfuncs.hrc:2021
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Returns the percentage rank of a value in a sample."
msgstr ""
-#: scfuncs.hrc:2022
+#: sc/inc/scfuncs.hrc:2022
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:2023
+#: sc/inc/scfuncs.hrc:2023
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:2024
+#: sc/inc/scfuncs.hrc:2024
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:2025
+#: sc/inc/scfuncs.hrc:2025
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "The value for which percentage ranking is to be determined."
msgstr ""
-#: scfuncs.hrc:2026
+#: sc/inc/scfuncs.hrc:2026
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Significance"
msgstr ""
-#: scfuncs.hrc:2027
+#: sc/inc/scfuncs.hrc:2027
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "The number of significant digits for the returned percentage: if omitted, a value of 3 is used."
msgstr ""
-#: scfuncs.hrc:2033
+#: sc/inc/scfuncs.hrc:2033
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Returns the percentage rank (0..1, exclusive) of a value in a sample."
msgstr ""
-#: scfuncs.hrc:2034
+#: sc/inc/scfuncs.hrc:2034
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:2035
+#: sc/inc/scfuncs.hrc:2035
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:2036
+#: sc/inc/scfuncs.hrc:2036
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:2037
+#: sc/inc/scfuncs.hrc:2037
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "The value for which percentage ranking is to be determined."
msgstr ""
-#: scfuncs.hrc:2038
+#: sc/inc/scfuncs.hrc:2038
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Significance"
msgstr ""
-#: scfuncs.hrc:2039
+#: sc/inc/scfuncs.hrc:2039
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "The number of significant digits for the returned percentage: if omitted, a value of 3 is used."
msgstr ""
-#: scfuncs.hrc:2045
+#: sc/inc/scfuncs.hrc:2045
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Returns the percentage rank (0..1, inclusive) of a value in a sample."
msgstr ""
-#: scfuncs.hrc:2046
+#: sc/inc/scfuncs.hrc:2046
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:2047
+#: sc/inc/scfuncs.hrc:2047
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:2048
+#: sc/inc/scfuncs.hrc:2048
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:2049
+#: sc/inc/scfuncs.hrc:2049
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "The value for which percentage ranking is to be determined."
msgstr ""
-#: scfuncs.hrc:2050
+#: sc/inc/scfuncs.hrc:2050
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Significance"
msgstr ""
-#: scfuncs.hrc:2051
+#: sc/inc/scfuncs.hrc:2051
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "The number of significant digits for the returned percentage: if omitted, a value of 3 is used."
msgstr ""
-#: scfuncs.hrc:2057
+#: sc/inc/scfuncs.hrc:2057
msgctxt "SC_OPCODE_RANK"
msgid "Returns the ranking of a value in a sample."
msgstr ""
-#: scfuncs.hrc:2058
+#: sc/inc/scfuncs.hrc:2058
msgctxt "SC_OPCODE_RANK"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:2059
+#: sc/inc/scfuncs.hrc:2059
msgctxt "SC_OPCODE_RANK"
msgid "The value for which the rank is to be determined."
msgstr ""
-#: scfuncs.hrc:2060
+#: sc/inc/scfuncs.hrc:2060
msgctxt "SC_OPCODE_RANK"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:2061
+#: sc/inc/scfuncs.hrc:2061
msgctxt "SC_OPCODE_RANK"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:2062
+#: sc/inc/scfuncs.hrc:2062
msgctxt "SC_OPCODE_RANK"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:2063
+#: sc/inc/scfuncs.hrc:2063
msgctxt "SC_OPCODE_RANK"
msgid "Sequence order: 0 or omitted means descending, any other value than 0 means ascending."
msgstr ""
-#: scfuncs.hrc:2069
+#: sc/inc/scfuncs.hrc:2069
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Returns the ranking of a value in a sample; if more than one value has the same rank, the top rank of that set of values is returned."
msgstr ""
-#: scfuncs.hrc:2070
+#: sc/inc/scfuncs.hrc:2070
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:2071
+#: sc/inc/scfuncs.hrc:2071
msgctxt "SC_OPCODE_RANK_EQ"
msgid "The value for which the rank is to be determined."
msgstr ""
-#: scfuncs.hrc:2072
+#: sc/inc/scfuncs.hrc:2072
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:2073
+#: sc/inc/scfuncs.hrc:2073
msgctxt "SC_OPCODE_RANK_EQ"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:2074
+#: sc/inc/scfuncs.hrc:2074
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:2075
+#: sc/inc/scfuncs.hrc:2075
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Sequence order: 0 or omitted means descending, any other value than 0 means ascending."
msgstr ""
-#: scfuncs.hrc:2081
+#: sc/inc/scfuncs.hrc:2081
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Returns the ranking of a value in a sample; if more than one value has the same rank, the average rank is returned."
msgstr ""
-#: scfuncs.hrc:2082
+#: sc/inc/scfuncs.hrc:2082
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:2083
+#: sc/inc/scfuncs.hrc:2083
msgctxt "SC_OPCODE_RANK_AVG"
msgid "The value for which the rank is to be determined."
msgstr ""
-#: scfuncs.hrc:2084
+#: sc/inc/scfuncs.hrc:2084
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:2085
+#: sc/inc/scfuncs.hrc:2085
msgctxt "SC_OPCODE_RANK_AVG"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:2086
+#: sc/inc/scfuncs.hrc:2086
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:2087
+#: sc/inc/scfuncs.hrc:2087
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Sequence order: 0 or omitted means descending, any other value than 0 means ascending."
msgstr ""
-#: scfuncs.hrc:2093
+#: sc/inc/scfuncs.hrc:2093
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "Returns the mean of a sample without including the marginal values."
msgstr ""
-#: scfuncs.hrc:2094
+#: sc/inc/scfuncs.hrc:2094
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:2095
+#: sc/inc/scfuncs.hrc:2095
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "The array of the data in the sample."
msgstr ""
-#: scfuncs.hrc:2096
+#: sc/inc/scfuncs.hrc:2096
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2097
+#: sc/inc/scfuncs.hrc:2097
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "The percentage of marginal data that is not to be taken into account."
msgstr ""
-#: scfuncs.hrc:2103
+#: sc/inc/scfuncs.hrc:2103
msgctxt "SC_OPCODE_PROB"
msgid "Returns the discrete probability of an interval."
msgstr ""
-#: scfuncs.hrc:2104
+#: sc/inc/scfuncs.hrc:2104
msgctxt "SC_OPCODE_PROB"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:2105
+#: sc/inc/scfuncs.hrc:2105
msgctxt "SC_OPCODE_PROB"
msgid "The sample data array."
msgstr ""
-#: scfuncs.hrc:2106
+#: sc/inc/scfuncs.hrc:2106
msgctxt "SC_OPCODE_PROB"
msgid "Probability"
msgstr "Аиашақәшәара"
-#: scfuncs.hrc:2107
+#: sc/inc/scfuncs.hrc:2107
msgctxt "SC_OPCODE_PROB"
msgid "The array of the associated probabilities."
msgstr ""
-#: scfuncs.hrc:2108
+#: sc/inc/scfuncs.hrc:2108
msgctxt "SC_OPCODE_PROB"
msgid "Start"
msgstr ""
-#: scfuncs.hrc:2109
+#: sc/inc/scfuncs.hrc:2109
msgctxt "SC_OPCODE_PROB"
msgid "The start of the value interval whose probabilities is to be totalled."
msgstr ""
-#: scfuncs.hrc:2110
+#: sc/inc/scfuncs.hrc:2110
msgctxt "SC_OPCODE_PROB"
msgid "End"
msgstr "Анҵәамҭа"
-#: scfuncs.hrc:2111
+#: sc/inc/scfuncs.hrc:2111
msgctxt "SC_OPCODE_PROB"
msgid "The end of the value interval where the probabilities are to be totalled."
msgstr ""
-#: scfuncs.hrc:2117
+#: sc/inc/scfuncs.hrc:2117
msgctxt "SC_OPCODE_B"
msgid "Returns the probability of a trial result using binomial distribution."
msgstr ""
-#: scfuncs.hrc:2118
+#: sc/inc/scfuncs.hrc:2118
msgctxt "SC_OPCODE_B"
msgid "Trials"
msgstr ""
-#: scfuncs.hrc:2119
+#: sc/inc/scfuncs.hrc:2119
msgctxt "SC_OPCODE_B"
msgid "The number of trials."
msgstr ""
-#: scfuncs.hrc:2120
+#: sc/inc/scfuncs.hrc:2120
msgctxt "SC_OPCODE_B"
msgid "SP"
msgstr ""
-#: scfuncs.hrc:2121
+#: sc/inc/scfuncs.hrc:2121
msgctxt "SC_OPCODE_B"
msgid "The individual probability of a trial result."
msgstr ""
-#: scfuncs.hrc:2122
+#: sc/inc/scfuncs.hrc:2122
msgctxt "SC_OPCODE_B"
msgid "T 1"
msgstr ""
-#: scfuncs.hrc:2123
+#: sc/inc/scfuncs.hrc:2123
msgctxt "SC_OPCODE_B"
msgid "Lower limit for the number of trials."
msgstr ""
-#: scfuncs.hrc:2124
+#: sc/inc/scfuncs.hrc:2124
msgctxt "SC_OPCODE_B"
msgid "T 2"
msgstr ""
-#: scfuncs.hrc:2125
+#: sc/inc/scfuncs.hrc:2125
msgctxt "SC_OPCODE_B"
msgid "Upper limit for the number of trials."
msgstr ""
-#: scfuncs.hrc:2131
+#: sc/inc/scfuncs.hrc:2131
msgctxt "SC_OPCODE_PHI"
msgid "Values of the distribution function for a standard normal distribution."
msgstr ""
-#: scfuncs.hrc:2132
+#: sc/inc/scfuncs.hrc:2132
msgctxt "SC_OPCODE_PHI"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2133
+#: sc/inc/scfuncs.hrc:2133
msgctxt "SC_OPCODE_PHI"
msgid "The value for which the standard normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2139
+#: sc/inc/scfuncs.hrc:2139
msgctxt "SC_OPCODE_GAUSS"
msgid "Returns the integral values of the standard normal cumulative distribution."
msgstr ""
-#: scfuncs.hrc:2140
+#: sc/inc/scfuncs.hrc:2140
msgctxt "SC_OPCODE_GAUSS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2141
+#: sc/inc/scfuncs.hrc:2141
msgctxt "SC_OPCODE_GAUSS"
msgid "The value for which the integral value of the standard normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2147
+#: sc/inc/scfuncs.hrc:2147
msgctxt "SC_OPCODE_FISHER"
msgid "Returns the Fisher transformation."
msgstr ""
-#: scfuncs.hrc:2148
+#: sc/inc/scfuncs.hrc:2148
msgctxt "SC_OPCODE_FISHER"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2149
+#: sc/inc/scfuncs.hrc:2149
msgctxt "SC_OPCODE_FISHER"
msgid "The value to be transformed (-1 < VALUE < 1)."
msgstr ""
-#: scfuncs.hrc:2155
+#: sc/inc/scfuncs.hrc:2155
msgctxt "SC_OPCODE_FISHER_INV"
msgid "Returns the inverse of the Fisher transformation."
msgstr ""
-#: scfuncs.hrc:2156
+#: sc/inc/scfuncs.hrc:2156
msgctxt "SC_OPCODE_FISHER_INV"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2157
+#: sc/inc/scfuncs.hrc:2157
msgctxt "SC_OPCODE_FISHER_INV"
msgid "The value that is to be transformed back."
msgstr ""
-#: scfuncs.hrc:2163
+#: sc/inc/scfuncs.hrc:2163
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "Values of the binomial distribution."
msgstr ""
-#: scfuncs.hrc:2164
+#: sc/inc/scfuncs.hrc:2164
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "X"
msgstr ""
-#: scfuncs.hrc:2165
+#: sc/inc/scfuncs.hrc:2165
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "The number of successes in a series of trials."
msgstr ""
-#: scfuncs.hrc:2166
+#: sc/inc/scfuncs.hrc:2166
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "Trials"
msgstr ""
-#: scfuncs.hrc:2167
+#: sc/inc/scfuncs.hrc:2167
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "The total number of trials."
msgstr ""
-#: scfuncs.hrc:2168
+#: sc/inc/scfuncs.hrc:2168
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "SP"
msgstr ""
-#: scfuncs.hrc:2169
+#: sc/inc/scfuncs.hrc:2169
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "The success probability of a trial."
msgstr ""
-#: scfuncs.hrc:2170
+#: sc/inc/scfuncs.hrc:2170
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2171
+#: sc/inc/scfuncs.hrc:2171
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "Cumulated. C=0 calculates the individual probability, C=1 the cumulated probability."
msgstr ""
-#: scfuncs.hrc:2177
+#: sc/inc/scfuncs.hrc:2177
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "Values of the binomial distribution."
msgstr ""
-#: scfuncs.hrc:2178
+#: sc/inc/scfuncs.hrc:2178
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "X"
msgstr ""
-#: scfuncs.hrc:2179
+#: sc/inc/scfuncs.hrc:2179
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "The number of successes in a series of trials."
msgstr ""
-#: scfuncs.hrc:2180
+#: sc/inc/scfuncs.hrc:2180
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "Trials"
msgstr ""
-#: scfuncs.hrc:2181
+#: sc/inc/scfuncs.hrc:2181
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "The total number of trials."
msgstr ""
-#: scfuncs.hrc:2182
+#: sc/inc/scfuncs.hrc:2182
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "SP"
msgstr ""
-#: scfuncs.hrc:2183
+#: sc/inc/scfuncs.hrc:2183
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "The success probability of a trial."
msgstr ""
-#: scfuncs.hrc:2184
+#: sc/inc/scfuncs.hrc:2184
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2185
+#: sc/inc/scfuncs.hrc:2185
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "Cumulated. C=0 calculates the individual probability, C=1 the cumulated probability."
msgstr ""
-#: scfuncs.hrc:2191
+#: sc/inc/scfuncs.hrc:2191
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "Values of the negative binomial distribution."
msgstr ""
-#: scfuncs.hrc:2192
+#: sc/inc/scfuncs.hrc:2192
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "X"
msgstr ""
-#: scfuncs.hrc:2193
+#: sc/inc/scfuncs.hrc:2193
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "The number of failures in the trial range."
msgstr ""
-#: scfuncs.hrc:2194
+#: sc/inc/scfuncs.hrc:2194
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "R"
msgstr ""
-#: scfuncs.hrc:2195
+#: sc/inc/scfuncs.hrc:2195
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "The number of successes in the trial sequence."
msgstr ""
-#: scfuncs.hrc:2196
+#: sc/inc/scfuncs.hrc:2196
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "SP"
msgstr ""
-#: scfuncs.hrc:2197
+#: sc/inc/scfuncs.hrc:2197
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "The success probability of a trial."
msgstr ""
-#: scfuncs.hrc:2203
+#: sc/inc/scfuncs.hrc:2203
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "Values of the negative binomial distribution."
msgstr ""
-#: scfuncs.hrc:2204
+#: sc/inc/scfuncs.hrc:2204
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "X"
msgstr ""
-#: scfuncs.hrc:2205
+#: sc/inc/scfuncs.hrc:2205
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "The number of failures in the trial range."
msgstr ""
-#: scfuncs.hrc:2206
+#: sc/inc/scfuncs.hrc:2206
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "R"
msgstr ""
-#: scfuncs.hrc:2207
+#: sc/inc/scfuncs.hrc:2207
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "The number of successes in the trial sequence."
msgstr ""
-#: scfuncs.hrc:2208
+#: sc/inc/scfuncs.hrc:2208
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "SP"
msgstr ""
-#: scfuncs.hrc:2209
+#: sc/inc/scfuncs.hrc:2209
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "The success probability of a trial."
msgstr ""
-#: scfuncs.hrc:2210
+#: sc/inc/scfuncs.hrc:2210
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2211
+#: sc/inc/scfuncs.hrc:2211
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2217
+#: sc/inc/scfuncs.hrc:2217
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value."
msgstr ""
-#: scfuncs.hrc:2218
+#: sc/inc/scfuncs.hrc:2218
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "Trials"
msgstr ""
-#: scfuncs.hrc:2219
+#: sc/inc/scfuncs.hrc:2219
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "The total number of trials."
msgstr ""
-#: scfuncs.hrc:2220
+#: sc/inc/scfuncs.hrc:2220
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "SP"
msgstr ""
-#: scfuncs.hrc:2221
+#: sc/inc/scfuncs.hrc:2221
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "The success probability of a trial."
msgstr ""
-#: scfuncs.hrc:2222
+#: sc/inc/scfuncs.hrc:2222
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2223
+#: sc/inc/scfuncs.hrc:2223
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "The border probability that is attained or exceeded."
msgstr ""
-#: scfuncs.hrc:2229
+#: sc/inc/scfuncs.hrc:2229
msgctxt "SC_OPCODE_BINOM_INV"
msgid "Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value."
msgstr ""
-#: scfuncs.hrc:2230
+#: sc/inc/scfuncs.hrc:2230
msgctxt "SC_OPCODE_BINOM_INV"
msgid "Trials"
msgstr ""
-#: scfuncs.hrc:2231
+#: sc/inc/scfuncs.hrc:2231
msgctxt "SC_OPCODE_BINOM_INV"
msgid "The total number of trials."
msgstr ""
-#: scfuncs.hrc:2232
+#: sc/inc/scfuncs.hrc:2232
msgctxt "SC_OPCODE_BINOM_INV"
msgid "SP"
msgstr ""
-#: scfuncs.hrc:2233
+#: sc/inc/scfuncs.hrc:2233
msgctxt "SC_OPCODE_BINOM_INV"
msgid "The success probability of a trial."
msgstr ""
-#: scfuncs.hrc:2234
+#: sc/inc/scfuncs.hrc:2234
msgctxt "SC_OPCODE_BINOM_INV"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2235
+#: sc/inc/scfuncs.hrc:2235
msgctxt "SC_OPCODE_BINOM_INV"
msgid "The border probability that is attained or exceeded."
msgstr ""
-#: scfuncs.hrc:2241
+#: sc/inc/scfuncs.hrc:2241
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Returns the Poisson distribution."
msgstr ""
-#: scfuncs.hrc:2242
+#: sc/inc/scfuncs.hrc:2242
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2243
+#: sc/inc/scfuncs.hrc:2243
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "The value for which the Poisson distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2244
+#: sc/inc/scfuncs.hrc:2244
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Mean"
msgstr ""
-#: scfuncs.hrc:2245
+#: sc/inc/scfuncs.hrc:2245
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Mean. The mean value of the Poisson distribution."
msgstr ""
-#: scfuncs.hrc:2246
+#: sc/inc/scfuncs.hrc:2246
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2247
+#: sc/inc/scfuncs.hrc:2247
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2253
+#: sc/inc/scfuncs.hrc:2253
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Returns the Poisson distribution."
msgstr ""
-#: scfuncs.hrc:2254
+#: sc/inc/scfuncs.hrc:2254
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2255
+#: sc/inc/scfuncs.hrc:2255
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "The value for which the Poisson distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2256
+#: sc/inc/scfuncs.hrc:2256
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Mean"
msgstr ""
-#: scfuncs.hrc:2257
+#: sc/inc/scfuncs.hrc:2257
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Mean. The mean value of the Poisson distribution."
msgstr ""
-#: scfuncs.hrc:2258
+#: sc/inc/scfuncs.hrc:2258
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2259
+#: sc/inc/scfuncs.hrc:2259
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2265
+#: sc/inc/scfuncs.hrc:2265
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Values of the normal distribution."
msgstr ""
-#: scfuncs.hrc:2266
+#: sc/inc/scfuncs.hrc:2266
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2267
+#: sc/inc/scfuncs.hrc:2267
msgctxt "SC_OPCODE_NORM_DIST"
msgid "The value for which the normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2268
+#: sc/inc/scfuncs.hrc:2268
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Mean"
msgstr ""
-#: scfuncs.hrc:2269
+#: sc/inc/scfuncs.hrc:2269
msgctxt "SC_OPCODE_NORM_DIST"
msgid "The mean value. The mean value of the normal distribution."
msgstr ""
-#: scfuncs.hrc:2270
+#: sc/inc/scfuncs.hrc:2270
msgctxt "SC_OPCODE_NORM_DIST"
msgid "STDEV"
msgstr ""
-#: scfuncs.hrc:2271
+#: sc/inc/scfuncs.hrc:2271
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr ""
-#: scfuncs.hrc:2272
+#: sc/inc/scfuncs.hrc:2272
msgctxt "SC_OPCODE_NORM_DIST"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2273
+#: sc/inc/scfuncs.hrc:2273
msgctxt "SC_OPCODE_NORM_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2279
+#: sc/inc/scfuncs.hrc:2279
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Values of the normal distribution."
msgstr ""
-#: scfuncs.hrc:2280
+#: sc/inc/scfuncs.hrc:2280
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2281
+#: sc/inc/scfuncs.hrc:2281
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "The value for which the normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2282
+#: sc/inc/scfuncs.hrc:2282
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Mean"
msgstr ""
-#: scfuncs.hrc:2283
+#: sc/inc/scfuncs.hrc:2283
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "The mean value. The mean value of the normal distribution."
msgstr ""
-#: scfuncs.hrc:2284
+#: sc/inc/scfuncs.hrc:2284
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "STDEV"
msgstr ""
-#: scfuncs.hrc:2285
+#: sc/inc/scfuncs.hrc:2285
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr ""
-#: scfuncs.hrc:2286
+#: sc/inc/scfuncs.hrc:2286
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2287
+#: sc/inc/scfuncs.hrc:2287
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2293
+#: sc/inc/scfuncs.hrc:2293
msgctxt "SC_OPCODE_NORM_INV"
msgid "Values of the inverse normal distribution."
msgstr ""
-#: scfuncs.hrc:2294
+#: sc/inc/scfuncs.hrc:2294
msgctxt "SC_OPCODE_NORM_INV"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2295
+#: sc/inc/scfuncs.hrc:2295
msgctxt "SC_OPCODE_NORM_INV"
msgid "The probability value for which the inverse normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2296
+#: sc/inc/scfuncs.hrc:2296
msgctxt "SC_OPCODE_NORM_INV"
msgid "Mean"
msgstr ""
-#: scfuncs.hrc:2297
+#: sc/inc/scfuncs.hrc:2297
msgctxt "SC_OPCODE_NORM_INV"
msgid "The mean value. The mean value of the normal distribution."
msgstr ""
-#: scfuncs.hrc:2298
+#: sc/inc/scfuncs.hrc:2298
msgctxt "SC_OPCODE_NORM_INV"
msgid "STDEV"
msgstr ""
-#: scfuncs.hrc:2299
+#: sc/inc/scfuncs.hrc:2299
msgctxt "SC_OPCODE_NORM_INV"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr ""
-#: scfuncs.hrc:2305
+#: sc/inc/scfuncs.hrc:2305
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Values of the inverse normal distribution."
msgstr ""
-#: scfuncs.hrc:2306
+#: sc/inc/scfuncs.hrc:2306
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2307
+#: sc/inc/scfuncs.hrc:2307
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "The probability value for which the inverse normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2308
+#: sc/inc/scfuncs.hrc:2308
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Mean"
msgstr ""
-#: scfuncs.hrc:2309
+#: sc/inc/scfuncs.hrc:2309
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "The mean value. The mean value of the normal distribution."
msgstr ""
-#: scfuncs.hrc:2310
+#: sc/inc/scfuncs.hrc:2310
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "STDEV"
msgstr ""
-#: scfuncs.hrc:2311
+#: sc/inc/scfuncs.hrc:2311
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr ""
-#: scfuncs.hrc:2317
+#: sc/inc/scfuncs.hrc:2317
msgctxt "SC_OPCODE_STD_NORM_DIST"
msgid "The values of the standard normal cumulative distribution."
msgstr ""
-#: scfuncs.hrc:2318
+#: sc/inc/scfuncs.hrc:2318
msgctxt "SC_OPCODE_STD_NORM_DIST"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2319
+#: sc/inc/scfuncs.hrc:2319
msgctxt "SC_OPCODE_STD_NORM_DIST"
msgid "The value for which the standard normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2325
+#: sc/inc/scfuncs.hrc:2325
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "The values of the standard normal distribution."
msgstr ""
-#: scfuncs.hrc:2326
+#: sc/inc/scfuncs.hrc:2326
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2327
+#: sc/inc/scfuncs.hrc:2327
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "The value for which the standard normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2328
+#: sc/inc/scfuncs.hrc:2328
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2329
+#: sc/inc/scfuncs.hrc:2329
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2335
+#: sc/inc/scfuncs.hrc:2335
msgctxt "SC_OPCODE_S_NORM_INV"
msgid "Values of the inverse standard normal distribution."
msgstr ""
-#: scfuncs.hrc:2336
+#: sc/inc/scfuncs.hrc:2336
msgctxt "SC_OPCODE_S_NORM_INV"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2337
+#: sc/inc/scfuncs.hrc:2337
msgctxt "SC_OPCODE_S_NORM_INV"
msgid "The probability value for which the inverse standard normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2343
+#: sc/inc/scfuncs.hrc:2343
msgctxt "SC_OPCODE_S_NORM_INV_MS"
msgid "Values of the inverse standard normal distribution."
msgstr ""
-#: scfuncs.hrc:2344
+#: sc/inc/scfuncs.hrc:2344
msgctxt "SC_OPCODE_S_NORM_INV_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2345
+#: sc/inc/scfuncs.hrc:2345
msgctxt "SC_OPCODE_S_NORM_INV_MS"
msgid "The probability value for which the inverse standard normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2351
+#: sc/inc/scfuncs.hrc:2351
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Values of the log normal distribution."
msgstr ""
-#: scfuncs.hrc:2352
+#: sc/inc/scfuncs.hrc:2352
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2353
+#: sc/inc/scfuncs.hrc:2353
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "The value for which the log normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2354
+#: sc/inc/scfuncs.hrc:2354
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Mean"
msgstr ""
-#: scfuncs.hrc:2355
+#: sc/inc/scfuncs.hrc:2355
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "The mean value of the log normal distribution. It is set to 0 if omitted."
msgstr ""
-#: scfuncs.hrc:2356
+#: sc/inc/scfuncs.hrc:2356
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "STDEV"
msgstr ""
-#: scfuncs.hrc:2357
+#: sc/inc/scfuncs.hrc:2357
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "The standard deviation of the log normal distribution. It is set to 1 if omitted."
msgstr ""
-#: scfuncs.hrc:2358
+#: sc/inc/scfuncs.hrc:2358
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2359
+#: sc/inc/scfuncs.hrc:2359
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2365
+#: sc/inc/scfuncs.hrc:2365
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Values of the log normal distribution."
msgstr ""
-#: scfuncs.hrc:2366
+#: sc/inc/scfuncs.hrc:2366
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2367
+#: sc/inc/scfuncs.hrc:2367
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "The value for which the log normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2368
+#: sc/inc/scfuncs.hrc:2368
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Mean"
msgstr ""
-#: scfuncs.hrc:2369
+#: sc/inc/scfuncs.hrc:2369
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "The mean value of the log normal distribution."
msgstr ""
-#: scfuncs.hrc:2370
+#: sc/inc/scfuncs.hrc:2370
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "STDEV"
msgstr ""
-#: scfuncs.hrc:2371
+#: sc/inc/scfuncs.hrc:2371
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "The standard deviation of the log normal distribution."
msgstr ""
-#: scfuncs.hrc:2372
+#: sc/inc/scfuncs.hrc:2372
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2373
+#: sc/inc/scfuncs.hrc:2373
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2379
+#: sc/inc/scfuncs.hrc:2379
msgctxt "SC_OPCODE_LOG_INV"
msgid "Values of the inverse of the lognormal distribution."
msgstr ""
-#: scfuncs.hrc:2380
+#: sc/inc/scfuncs.hrc:2380
msgctxt "SC_OPCODE_LOG_INV"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2381
+#: sc/inc/scfuncs.hrc:2381
msgctxt "SC_OPCODE_LOG_INV"
msgid "The probability value for which the inverse log normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2382
+#: sc/inc/scfuncs.hrc:2382
msgctxt "SC_OPCODE_LOG_INV"
msgid "Mean"
msgstr ""
-#: scfuncs.hrc:2383
+#: sc/inc/scfuncs.hrc:2383
msgctxt "SC_OPCODE_LOG_INV"
msgid "Mean value. The mean value of the log normal distribution."
msgstr ""
-#: scfuncs.hrc:2384
+#: sc/inc/scfuncs.hrc:2384
msgctxt "SC_OPCODE_LOG_INV"
msgid "STDEV"
msgstr ""
-#: scfuncs.hrc:2385
+#: sc/inc/scfuncs.hrc:2385
msgctxt "SC_OPCODE_LOG_INV"
msgid "Standard deviation. The standard deviation of the log normal distribution."
msgstr ""
-#: scfuncs.hrc:2391
+#: sc/inc/scfuncs.hrc:2391
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Values of the inverse of the lognormal distribution."
msgstr ""
-#: scfuncs.hrc:2392
+#: sc/inc/scfuncs.hrc:2392
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2393
+#: sc/inc/scfuncs.hrc:2393
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "The probability value for which the inverse log normal distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2394
+#: sc/inc/scfuncs.hrc:2394
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Mean"
msgstr ""
-#: scfuncs.hrc:2395
+#: sc/inc/scfuncs.hrc:2395
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Mean value. The mean value of the log normal distribution."
msgstr ""
-#: scfuncs.hrc:2396
+#: sc/inc/scfuncs.hrc:2396
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "STDEV"
msgstr ""
-#: scfuncs.hrc:2397
+#: sc/inc/scfuncs.hrc:2397
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Standard deviation. The standard deviation of the log normal distribution."
msgstr ""
-#: scfuncs.hrc:2403
+#: sc/inc/scfuncs.hrc:2403
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Values of the exponential distribution."
msgstr ""
-#: scfuncs.hrc:2404
+#: sc/inc/scfuncs.hrc:2404
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2405
+#: sc/inc/scfuncs.hrc:2405
msgctxt "SC_OPCODE_EXP_DIST"
msgid "The value to which the exponential distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2406
+#: sc/inc/scfuncs.hrc:2406
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Lambda"
msgstr "Лиамбда"
-#: scfuncs.hrc:2407
+#: sc/inc/scfuncs.hrc:2407
msgctxt "SC_OPCODE_EXP_DIST"
msgid "The parameters of the exponential distribution."
msgstr ""
-#: scfuncs.hrc:2408
+#: sc/inc/scfuncs.hrc:2408
msgctxt "SC_OPCODE_EXP_DIST"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2409
+#: sc/inc/scfuncs.hrc:2409
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr ""
-#: scfuncs.hrc:2415
+#: sc/inc/scfuncs.hrc:2415
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Values of the exponential distribution."
msgstr ""
-#: scfuncs.hrc:2416
+#: sc/inc/scfuncs.hrc:2416
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2417
+#: sc/inc/scfuncs.hrc:2417
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "The value to which the exponential distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2418
+#: sc/inc/scfuncs.hrc:2418
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Lambda"
msgstr "Лиамбда"
-#: scfuncs.hrc:2419
+#: sc/inc/scfuncs.hrc:2419
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "The parameters of the exponential distribution."
msgstr ""
-#: scfuncs.hrc:2420
+#: sc/inc/scfuncs.hrc:2420
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2421
+#: sc/inc/scfuncs.hrc:2421
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr ""
-#: scfuncs.hrc:2427
+#: sc/inc/scfuncs.hrc:2427
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Returns the value of the probability density function or the cumulative distribution function for the Gamma distribution."
msgstr ""
-#: scfuncs.hrc:2428
+#: sc/inc/scfuncs.hrc:2428
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2429
+#: sc/inc/scfuncs.hrc:2429
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "The value for which the gamma distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2430
+#: sc/inc/scfuncs.hrc:2430
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2431
+#: sc/inc/scfuncs.hrc:2431
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "The Alpha parameter of the Gamma distribution."
msgstr ""
-#: scfuncs.hrc:2432
+#: sc/inc/scfuncs.hrc:2432
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Beta"
msgstr "Бета"
-#: scfuncs.hrc:2433
+#: sc/inc/scfuncs.hrc:2433
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "The Beta parameter of the Gamma distribution."
msgstr ""
-#: scfuncs.hrc:2434
+#: sc/inc/scfuncs.hrc:2434
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2435
+#: sc/inc/scfuncs.hrc:2435
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2441
+#: sc/inc/scfuncs.hrc:2441
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Returns the value of the probability density function or the cumulative distribution function for the Gamma distribution."
msgstr ""
-#: scfuncs.hrc:2442
+#: sc/inc/scfuncs.hrc:2442
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2443
+#: sc/inc/scfuncs.hrc:2443
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "The value for which the gamma distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2444
+#: sc/inc/scfuncs.hrc:2444
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2445
+#: sc/inc/scfuncs.hrc:2445
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "The Alpha parameter of the Gamma distribution."
msgstr ""
-#: scfuncs.hrc:2446
+#: sc/inc/scfuncs.hrc:2446
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Beta"
msgstr "Бета"
-#: scfuncs.hrc:2447
+#: sc/inc/scfuncs.hrc:2447
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "The Beta parameter of the Gamma distribution."
msgstr ""
-#: scfuncs.hrc:2448
+#: sc/inc/scfuncs.hrc:2448
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2449
+#: sc/inc/scfuncs.hrc:2449
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2455
+#: sc/inc/scfuncs.hrc:2455
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Values of the inverse gamma distribution."
msgstr ""
-#: scfuncs.hrc:2456
+#: sc/inc/scfuncs.hrc:2456
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2457
+#: sc/inc/scfuncs.hrc:2457
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "The probability value for which the inverse gamma distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2458
+#: sc/inc/scfuncs.hrc:2458
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2459
+#: sc/inc/scfuncs.hrc:2459
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "The Alpha (shape) parameter of the Gamma distribution."
msgstr ""
-#: scfuncs.hrc:2460
+#: sc/inc/scfuncs.hrc:2460
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Beta"
msgstr "Бета"
-#: scfuncs.hrc:2461
+#: sc/inc/scfuncs.hrc:2461
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "The Beta (scale) parameter of the Gamma distribution."
msgstr ""
-#: scfuncs.hrc:2467
+#: sc/inc/scfuncs.hrc:2467
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Values of the inverse gamma distribution."
msgstr ""
-#: scfuncs.hrc:2468
+#: sc/inc/scfuncs.hrc:2468
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2469
+#: sc/inc/scfuncs.hrc:2469
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "The probability value for which the inverse gamma distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2470
+#: sc/inc/scfuncs.hrc:2470
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2471
+#: sc/inc/scfuncs.hrc:2471
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "The Alpha (shape) parameter of the Gamma distribution."
msgstr ""
-#: scfuncs.hrc:2472
+#: sc/inc/scfuncs.hrc:2472
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Beta"
msgstr "Бета"
-#: scfuncs.hrc:2473
+#: sc/inc/scfuncs.hrc:2473
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "The Beta (scale) parameter of the Gamma distribution."
msgstr ""
-#: scfuncs.hrc:2479
+#: sc/inc/scfuncs.hrc:2479
msgctxt "SC_OPCODE_GAMMA_LN"
msgid "Returns the natural logarithm of the gamma function."
msgstr ""
-#: scfuncs.hrc:2480
+#: sc/inc/scfuncs.hrc:2480
msgctxt "SC_OPCODE_GAMMA_LN"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2481
+#: sc/inc/scfuncs.hrc:2481
msgctxt "SC_OPCODE_GAMMA_LN"
msgid "The value for which the natural logarithm of the gamma function is to be calculated."
msgstr ""
-#: scfuncs.hrc:2487
+#: sc/inc/scfuncs.hrc:2487
msgctxt "SC_OPCODE_GAMMA_LN_MS"
msgid "Returns the natural logarithm of the gamma function."
msgstr ""
-#: scfuncs.hrc:2488
+#: sc/inc/scfuncs.hrc:2488
msgctxt "SC_OPCODE_GAMMA_LN_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2489
+#: sc/inc/scfuncs.hrc:2489
msgctxt "SC_OPCODE_GAMMA_LN_MS"
msgid "The value for which the natural logarithm of the gamma function is to be calculated."
msgstr ""
-#: scfuncs.hrc:2496
+#: sc/inc/scfuncs.hrc:2496
msgctxt "SC_OPCODE_GAMMA"
msgid "Returns the value of the Gamma function."
msgstr ""
-#: scfuncs.hrc:2497
+#: sc/inc/scfuncs.hrc:2497
msgctxt "SC_OPCODE_GAMMA"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2498
+#: sc/inc/scfuncs.hrc:2498
msgctxt "SC_OPCODE_GAMMA"
msgid "The value for which the Gamma function is to be calculated."
msgstr ""
-#: scfuncs.hrc:2505
+#: sc/inc/scfuncs.hrc:2505
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Values of the beta distribution."
msgstr ""
-#: scfuncs.hrc:2506
+#: sc/inc/scfuncs.hrc:2506
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2507
+#: sc/inc/scfuncs.hrc:2507
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The value for which the beta distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2508
+#: sc/inc/scfuncs.hrc:2508
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2509
+#: sc/inc/scfuncs.hrc:2509
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The Alpha parameter of the Beta distribution."
msgstr ""
-#: scfuncs.hrc:2510
+#: sc/inc/scfuncs.hrc:2510
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Beta"
msgstr "Бета"
-#: scfuncs.hrc:2511
+#: sc/inc/scfuncs.hrc:2511
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The Beta parameter of the Beta distribution."
msgstr ""
-#: scfuncs.hrc:2512
+#: sc/inc/scfuncs.hrc:2512
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Start"
msgstr ""
-#: scfuncs.hrc:2513
+#: sc/inc/scfuncs.hrc:2513
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The starting value for the value interval of the distribution."
msgstr ""
-#: scfuncs.hrc:2514
+#: sc/inc/scfuncs.hrc:2514
msgctxt "SC_OPCODE_BETA_DIST"
msgid "End"
msgstr "Анҵәамҭа"
-#: scfuncs.hrc:2515
+#: sc/inc/scfuncs.hrc:2515
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The final value for the value interval of the distribution."
msgstr ""
-#: scfuncs.hrc:2516
+#: sc/inc/scfuncs.hrc:2516
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2517
+#: sc/inc/scfuncs.hrc:2517
msgctxt "SC_OPCODE_BETA_DIST"
msgid "0 or FALSE for probability density function, any other value or TRUE or omitted for cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2523
+#: sc/inc/scfuncs.hrc:2523
msgctxt "SC_OPCODE_BETA_INV"
msgid "Values of the inverse beta distribution."
msgstr ""
-#: scfuncs.hrc:2524
+#: sc/inc/scfuncs.hrc:2524
msgctxt "SC_OPCODE_BETA_INV"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2525
+#: sc/inc/scfuncs.hrc:2525
msgctxt "SC_OPCODE_BETA_INV"
msgid "The probability value for which the inverse beta distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2526
+#: sc/inc/scfuncs.hrc:2526
msgctxt "SC_OPCODE_BETA_INV"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2527
+#: sc/inc/scfuncs.hrc:2527
msgctxt "SC_OPCODE_BETA_INV"
msgid "The Alpha parameter of the Beta distribution."
msgstr ""
-#: scfuncs.hrc:2528
+#: sc/inc/scfuncs.hrc:2528
msgctxt "SC_OPCODE_BETA_INV"
msgid "Beta"
msgstr "Бета"
-#: scfuncs.hrc:2529
+#: sc/inc/scfuncs.hrc:2529
msgctxt "SC_OPCODE_BETA_INV"
msgid "The Beta parameter of the Beta distribution."
msgstr ""
-#: scfuncs.hrc:2530
+#: sc/inc/scfuncs.hrc:2530
msgctxt "SC_OPCODE_BETA_INV"
msgid "Start"
msgstr ""
-#: scfuncs.hrc:2531
+#: sc/inc/scfuncs.hrc:2531
msgctxt "SC_OPCODE_BETA_INV"
msgid "The starting value for the value interval of the distribution."
msgstr ""
-#: scfuncs.hrc:2532
+#: sc/inc/scfuncs.hrc:2532
msgctxt "SC_OPCODE_BETA_INV"
msgid "End"
msgstr "Анҵәамҭа"
-#: scfuncs.hrc:2533
+#: sc/inc/scfuncs.hrc:2533
msgctxt "SC_OPCODE_BETA_INV"
msgid "The final value for the value interval of the distribution."
msgstr ""
-#: scfuncs.hrc:2539
+#: sc/inc/scfuncs.hrc:2539
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Values of the beta distribution."
msgstr ""
-#: scfuncs.hrc:2540
+#: sc/inc/scfuncs.hrc:2540
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2541
+#: sc/inc/scfuncs.hrc:2541
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The value for which the beta distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2542
+#: sc/inc/scfuncs.hrc:2542
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2543
+#: sc/inc/scfuncs.hrc:2543
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The Alpha parameter of the Beta distribution."
msgstr ""
-#: scfuncs.hrc:2544
+#: sc/inc/scfuncs.hrc:2544
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Beta"
msgstr "Бета"
-#: scfuncs.hrc:2545
+#: sc/inc/scfuncs.hrc:2545
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The Beta parameter of the Beta distribution."
msgstr ""
-#: scfuncs.hrc:2546
+#: sc/inc/scfuncs.hrc:2546
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2547
+#: sc/inc/scfuncs.hrc:2547
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "0 or FALSE for probability density function, any other value or TRUE or omitted for cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2548
+#: sc/inc/scfuncs.hrc:2548
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Start"
msgstr ""
-#: scfuncs.hrc:2549
+#: sc/inc/scfuncs.hrc:2549
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The starting value for the value interval of the distribution."
msgstr ""
-#: scfuncs.hrc:2550
+#: sc/inc/scfuncs.hrc:2550
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "End"
msgstr "Анҵәамҭа"
-#: scfuncs.hrc:2551
+#: sc/inc/scfuncs.hrc:2551
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The final value for the value interval of the distribution."
msgstr ""
-#: scfuncs.hrc:2557
+#: sc/inc/scfuncs.hrc:2557
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Values of the inverse beta distribution."
msgstr ""
-#: scfuncs.hrc:2558
+#: sc/inc/scfuncs.hrc:2558
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2559
+#: sc/inc/scfuncs.hrc:2559
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The probability value for which the inverse beta distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2560
+#: sc/inc/scfuncs.hrc:2560
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2561
+#: sc/inc/scfuncs.hrc:2561
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The Alpha parameter of the Beta distribution."
msgstr ""
-#: scfuncs.hrc:2562
+#: sc/inc/scfuncs.hrc:2562
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Beta"
msgstr "Бета"
-#: scfuncs.hrc:2563
+#: sc/inc/scfuncs.hrc:2563
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The Beta parameter of the Beta distribution."
msgstr ""
-#: scfuncs.hrc:2564
+#: sc/inc/scfuncs.hrc:2564
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Start"
msgstr ""
-#: scfuncs.hrc:2565
+#: sc/inc/scfuncs.hrc:2565
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The starting value for the value interval of the distribution."
msgstr ""
-#: scfuncs.hrc:2566
+#: sc/inc/scfuncs.hrc:2566
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "End"
msgstr "Анҵәамҭа"
-#: scfuncs.hrc:2567
+#: sc/inc/scfuncs.hrc:2567
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The final value for the value interval of the distribution."
msgstr ""
-#: scfuncs.hrc:2573
+#: sc/inc/scfuncs.hrc:2573
msgctxt "SC_OPCODE_WEIBULL"
msgid "Returns the values of the Weibull distribution."
msgstr ""
-#: scfuncs.hrc:2574
+#: sc/inc/scfuncs.hrc:2574
msgctxt "SC_OPCODE_WEIBULL"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2575
+#: sc/inc/scfuncs.hrc:2575
msgctxt "SC_OPCODE_WEIBULL"
msgid "The value for which the Weibull distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2576
+#: sc/inc/scfuncs.hrc:2576
msgctxt "SC_OPCODE_WEIBULL"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2577
+#: sc/inc/scfuncs.hrc:2577
msgctxt "SC_OPCODE_WEIBULL"
msgid "The Alpha parameter of the Weibull distribution."
msgstr ""
-#: scfuncs.hrc:2578
+#: sc/inc/scfuncs.hrc:2578
msgctxt "SC_OPCODE_WEIBULL"
msgid "Beta"
msgstr "Бета"
-#: scfuncs.hrc:2579
+#: sc/inc/scfuncs.hrc:2579
msgctxt "SC_OPCODE_WEIBULL"
msgid "The Beta parameter of the Weibull distribution."
msgstr ""
-#: scfuncs.hrc:2580
+#: sc/inc/scfuncs.hrc:2580
msgctxt "SC_OPCODE_WEIBULL"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2581
+#: sc/inc/scfuncs.hrc:2581
msgctxt "SC_OPCODE_WEIBULL"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr ""
-#: scfuncs.hrc:2587
+#: sc/inc/scfuncs.hrc:2587
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Returns the values of the Weibull distribution."
msgstr ""
-#: scfuncs.hrc:2588
+#: sc/inc/scfuncs.hrc:2588
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2589
+#: sc/inc/scfuncs.hrc:2589
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "The value for which the Weibull distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2590
+#: sc/inc/scfuncs.hrc:2590
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2591
+#: sc/inc/scfuncs.hrc:2591
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "The Alpha parameter of the Weibull distribution."
msgstr ""
-#: scfuncs.hrc:2592
+#: sc/inc/scfuncs.hrc:2592
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Beta"
msgstr "Бета"
-#: scfuncs.hrc:2593
+#: sc/inc/scfuncs.hrc:2593
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "The Beta parameter of the Weibull distribution."
msgstr ""
-#: scfuncs.hrc:2594
+#: sc/inc/scfuncs.hrc:2594
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2595
+#: sc/inc/scfuncs.hrc:2595
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr ""
-#: scfuncs.hrc:2601
+#: sc/inc/scfuncs.hrc:2601
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Values of the hypergeometric distribution."
msgstr ""
-#: scfuncs.hrc:2602
+#: sc/inc/scfuncs.hrc:2602
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "X"
msgstr ""
-#: scfuncs.hrc:2603
+#: sc/inc/scfuncs.hrc:2603
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The number of successes in the sample."
msgstr ""
-#: scfuncs.hrc:2604
+#: sc/inc/scfuncs.hrc:2604
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "N sample"
msgstr ""
-#: scfuncs.hrc:2605
+#: sc/inc/scfuncs.hrc:2605
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The size of the sample."
msgstr ""
-#: scfuncs.hrc:2606
+#: sc/inc/scfuncs.hrc:2606
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Successes"
msgstr ""
-#: scfuncs.hrc:2607
+#: sc/inc/scfuncs.hrc:2607
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The number of successes in the population."
msgstr ""
-#: scfuncs.hrc:2608
+#: sc/inc/scfuncs.hrc:2608
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "N population"
msgstr ""
-#: scfuncs.hrc:2609
+#: sc/inc/scfuncs.hrc:2609
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The population size."
msgstr ""
-#: scfuncs.hrc:2610
+#: sc/inc/scfuncs.hrc:2610
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2611
+#: sc/inc/scfuncs.hrc:2611
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Cumulated. TRUE calculates the cumulative distribution function, FALSE the probability mass function."
msgstr ""
-#: scfuncs.hrc:2617
+#: sc/inc/scfuncs.hrc:2617
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Values of the hypergeometric distribution."
msgstr ""
-#: scfuncs.hrc:2618
+#: sc/inc/scfuncs.hrc:2618
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "X"
msgstr ""
-#: scfuncs.hrc:2619
+#: sc/inc/scfuncs.hrc:2619
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The number of successes in the sample."
msgstr ""
-#: scfuncs.hrc:2620
+#: sc/inc/scfuncs.hrc:2620
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "N sample"
msgstr ""
-#: scfuncs.hrc:2621
+#: sc/inc/scfuncs.hrc:2621
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The size of the sample."
msgstr ""
-#: scfuncs.hrc:2622
+#: sc/inc/scfuncs.hrc:2622
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Successes"
msgstr ""
-#: scfuncs.hrc:2623
+#: sc/inc/scfuncs.hrc:2623
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The number of successes in the population."
msgstr ""
-#: scfuncs.hrc:2624
+#: sc/inc/scfuncs.hrc:2624
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "N population"
msgstr ""
-#: scfuncs.hrc:2625
+#: sc/inc/scfuncs.hrc:2625
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The population size."
msgstr ""
-#: scfuncs.hrc:2626
+#: sc/inc/scfuncs.hrc:2626
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2627
+#: sc/inc/scfuncs.hrc:2627
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Cumulated. TRUE calculates the cumulative distribution function, FALSE the probability mass function."
msgstr ""
-#: scfuncs.hrc:2633
+#: sc/inc/scfuncs.hrc:2633
msgctxt "SC_OPCODE_T_DIST"
msgid "Returns the t-distribution."
msgstr ""
-#: scfuncs.hrc:2634
+#: sc/inc/scfuncs.hrc:2634
msgctxt "SC_OPCODE_T_DIST"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2635
+#: sc/inc/scfuncs.hrc:2635
msgctxt "SC_OPCODE_T_DIST"
msgid "The value for which the T distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2636
+#: sc/inc/scfuncs.hrc:2636
msgctxt "SC_OPCODE_T_DIST"
msgid "Degrees freedom"
msgstr ""
-#: scfuncs.hrc:2637
+#: sc/inc/scfuncs.hrc:2637
msgctxt "SC_OPCODE_T_DIST"
msgid "The degrees of freedom of the T distribution."
msgstr ""
-#: scfuncs.hrc:2638
+#: sc/inc/scfuncs.hrc:2638
msgctxt "SC_OPCODE_T_DIST"
msgid "Mode"
msgstr "Арежим"
-#: scfuncs.hrc:2639
+#: sc/inc/scfuncs.hrc:2639
msgctxt "SC_OPCODE_T_DIST"
msgid "Mode = 1 calculates the one-tailed test, 2 = two-tailed distribution."
msgstr ""
-#: scfuncs.hrc:2645
+#: sc/inc/scfuncs.hrc:2645
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "Returns the two-tailed t-distribution."
msgstr ""
-#: scfuncs.hrc:2646
+#: sc/inc/scfuncs.hrc:2646
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2647
+#: sc/inc/scfuncs.hrc:2647
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "The value for which the T distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2648
+#: sc/inc/scfuncs.hrc:2648
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "Degrees freedom"
msgstr ""
-#: scfuncs.hrc:2649
+#: sc/inc/scfuncs.hrc:2649
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "The degrees of freedom of the T distribution."
msgstr ""
-#: scfuncs.hrc:2655
+#: sc/inc/scfuncs.hrc:2655
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Returns the t-distribution."
msgstr ""
-#: scfuncs.hrc:2656
+#: sc/inc/scfuncs.hrc:2656
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2657
+#: sc/inc/scfuncs.hrc:2657
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "The value for which the T distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2658
+#: sc/inc/scfuncs.hrc:2658
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Degrees freedom"
msgstr ""
-#: scfuncs.hrc:2659
+#: sc/inc/scfuncs.hrc:2659
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "The degrees of freedom of the T distribution."
msgstr ""
-#: scfuncs.hrc:2660
+#: sc/inc/scfuncs.hrc:2660
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2661
+#: sc/inc/scfuncs.hrc:2661
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "True calculates the cumulative distribution function, false the probability density function."
msgstr ""
-#: scfuncs.hrc:2667
+#: sc/inc/scfuncs.hrc:2667
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "Returns the right-tailed t-distribution."
msgstr ""
-#: scfuncs.hrc:2668
+#: sc/inc/scfuncs.hrc:2668
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2669
+#: sc/inc/scfuncs.hrc:2669
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "The value for which the T distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2670
+#: sc/inc/scfuncs.hrc:2670
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "Degrees freedom"
msgstr ""
-#: scfuncs.hrc:2671
+#: sc/inc/scfuncs.hrc:2671
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "The degrees of freedom of the T distribution."
msgstr ""
-#: scfuncs.hrc:2677
+#: sc/inc/scfuncs.hrc:2677
msgctxt "SC_OPCODE_T_INV"
msgid "Values of the inverse t-distribution."
msgstr ""
-#: scfuncs.hrc:2678
+#: sc/inc/scfuncs.hrc:2678
msgctxt "SC_OPCODE_T_INV"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2679
+#: sc/inc/scfuncs.hrc:2679
msgctxt "SC_OPCODE_T_INV"
msgid "The probability value for which the inverse T distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2680
+#: sc/inc/scfuncs.hrc:2680
msgctxt "SC_OPCODE_T_INV"
msgid "Degrees freedom"
msgstr ""
-#: scfuncs.hrc:2681
+#: sc/inc/scfuncs.hrc:2681
msgctxt "SC_OPCODE_T_INV"
msgid "The degrees of freedom of the T distribution."
msgstr ""
-#: scfuncs.hrc:2687
+#: sc/inc/scfuncs.hrc:2687
msgctxt "SC_OPCODE_T_INV_MS"
msgid "Values of the left-tailed inverse t-distribution."
msgstr ""
-#: scfuncs.hrc:2688
+#: sc/inc/scfuncs.hrc:2688
msgctxt "SC_OPCODE_T_INV_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2689
+#: sc/inc/scfuncs.hrc:2689
msgctxt "SC_OPCODE_T_INV_MS"
msgid "The probability value for which the inverse T distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2690
+#: sc/inc/scfuncs.hrc:2690
msgctxt "SC_OPCODE_T_INV_MS"
msgid "Degrees freedom"
msgstr ""
-#: scfuncs.hrc:2691
+#: sc/inc/scfuncs.hrc:2691
msgctxt "SC_OPCODE_T_INV_MS"
msgid "The degrees of freedom of the T distribution."
msgstr ""
-#: scfuncs.hrc:2697
+#: sc/inc/scfuncs.hrc:2697
msgctxt "SC_OPCODE_T_INV_2T"
msgid "Values of the two-tailed inverse t-distribution."
msgstr ""
-#: scfuncs.hrc:2698
+#: sc/inc/scfuncs.hrc:2698
msgctxt "SC_OPCODE_T_INV_2T"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2699
+#: sc/inc/scfuncs.hrc:2699
msgctxt "SC_OPCODE_T_INV_2T"
msgid "The probability value for which the inverse T distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2700
+#: sc/inc/scfuncs.hrc:2700
msgctxt "SC_OPCODE_T_INV_2T"
msgid "Degrees freedom"
msgstr ""
-#: scfuncs.hrc:2701
+#: sc/inc/scfuncs.hrc:2701
msgctxt "SC_OPCODE_T_INV_2T"
msgid "The degrees of freedom of the T distribution."
msgstr ""
-#: scfuncs.hrc:2707
+#: sc/inc/scfuncs.hrc:2707
msgctxt "SC_OPCODE_F_DIST"
msgid "Values of the F probability distribution."
msgstr ""
-#: scfuncs.hrc:2708
+#: sc/inc/scfuncs.hrc:2708
msgctxt "SC_OPCODE_F_DIST"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2709
+#: sc/inc/scfuncs.hrc:2709
msgctxt "SC_OPCODE_F_DIST"
msgid "The value for which the F distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2710
+#: sc/inc/scfuncs.hrc:2710
msgctxt "SC_OPCODE_F_DIST"
msgid "Degrees freedom 1"
msgstr ""
-#: scfuncs.hrc:2711
+#: sc/inc/scfuncs.hrc:2711
msgctxt "SC_OPCODE_F_DIST"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr ""
-#: scfuncs.hrc:2712
+#: sc/inc/scfuncs.hrc:2712
msgctxt "SC_OPCODE_F_DIST"
msgid "Degrees freedom 2"
msgstr ""
-#: scfuncs.hrc:2713
+#: sc/inc/scfuncs.hrc:2713
msgctxt "SC_OPCODE_F_DIST"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr ""
-#: scfuncs.hrc:2719
+#: sc/inc/scfuncs.hrc:2719
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Values of the left tail F probability distribution."
msgstr ""
-#: scfuncs.hrc:2720
+#: sc/inc/scfuncs.hrc:2720
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2721
+#: sc/inc/scfuncs.hrc:2721
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "The value for which the F distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2722
+#: sc/inc/scfuncs.hrc:2722
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Degrees freedom 1"
msgstr ""
-#: scfuncs.hrc:2723
+#: sc/inc/scfuncs.hrc:2723
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr ""
-#: scfuncs.hrc:2724
+#: sc/inc/scfuncs.hrc:2724
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Degrees freedom 2"
msgstr ""
-#: scfuncs.hrc:2725
+#: sc/inc/scfuncs.hrc:2725
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr ""
-#: scfuncs.hrc:2726
+#: sc/inc/scfuncs.hrc:2726
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2727
+#: sc/inc/scfuncs.hrc:2727
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Cumulative distribution function (TRUE) or probability density function (FALSE)."
msgstr ""
-#: scfuncs.hrc:2733
+#: sc/inc/scfuncs.hrc:2733
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Values of the right tail F probability distribution."
msgstr ""
-#: scfuncs.hrc:2734
+#: sc/inc/scfuncs.hrc:2734
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2735
+#: sc/inc/scfuncs.hrc:2735
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "The value for which the F distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2736
+#: sc/inc/scfuncs.hrc:2736
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Degrees freedom 1"
msgstr ""
-#: scfuncs.hrc:2737
+#: sc/inc/scfuncs.hrc:2737
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr ""
-#: scfuncs.hrc:2738
+#: sc/inc/scfuncs.hrc:2738
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Degrees freedom 2"
msgstr ""
-#: scfuncs.hrc:2739
+#: sc/inc/scfuncs.hrc:2739
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr ""
-#: scfuncs.hrc:2745
+#: sc/inc/scfuncs.hrc:2745
msgctxt "SC_OPCODE_F_INV"
msgid "Values of the inverse F distribution."
msgstr ""
-#: scfuncs.hrc:2746
+#: sc/inc/scfuncs.hrc:2746
msgctxt "SC_OPCODE_F_INV"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2747
+#: sc/inc/scfuncs.hrc:2747
msgctxt "SC_OPCODE_F_INV"
msgid "The probability value for which the inverse F distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2748
+#: sc/inc/scfuncs.hrc:2748
msgctxt "SC_OPCODE_F_INV"
msgid "Degrees freedom 1"
msgstr ""
-#: scfuncs.hrc:2749
+#: sc/inc/scfuncs.hrc:2749
msgctxt "SC_OPCODE_F_INV"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr ""
-#: scfuncs.hrc:2750
+#: sc/inc/scfuncs.hrc:2750
msgctxt "SC_OPCODE_F_INV"
msgid "Degrees freedom 2"
msgstr ""
-#: scfuncs.hrc:2751
+#: sc/inc/scfuncs.hrc:2751
msgctxt "SC_OPCODE_F_INV"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr ""
-#: scfuncs.hrc:2757
+#: sc/inc/scfuncs.hrc:2757
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Values of the inverse left tail F distribution."
msgstr ""
-#: scfuncs.hrc:2758
+#: sc/inc/scfuncs.hrc:2758
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2759
+#: sc/inc/scfuncs.hrc:2759
msgctxt "SC_OPCODE_F_INV_LT"
msgid "The probability value for which the inverse F distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2760
+#: sc/inc/scfuncs.hrc:2760
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Degrees freedom 1"
msgstr ""
-#: scfuncs.hrc:2761
+#: sc/inc/scfuncs.hrc:2761
msgctxt "SC_OPCODE_F_INV_LT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr ""
-#: scfuncs.hrc:2762
+#: sc/inc/scfuncs.hrc:2762
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Degrees freedom 2"
msgstr ""
-#: scfuncs.hrc:2763
+#: sc/inc/scfuncs.hrc:2763
msgctxt "SC_OPCODE_F_INV_LT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr ""
-#: scfuncs.hrc:2769
+#: sc/inc/scfuncs.hrc:2769
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Values of the inverse right tail F distribution."
msgstr ""
-#: scfuncs.hrc:2770
+#: sc/inc/scfuncs.hrc:2770
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2771
+#: sc/inc/scfuncs.hrc:2771
msgctxt "SC_OPCODE_F_INV_RT"
msgid "The probability value for which the inverse F distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2772
+#: sc/inc/scfuncs.hrc:2772
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Degrees freedom 1"
msgstr ""
-#: scfuncs.hrc:2773
+#: sc/inc/scfuncs.hrc:2773
msgctxt "SC_OPCODE_F_INV_RT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr ""
-#: scfuncs.hrc:2774
+#: sc/inc/scfuncs.hrc:2774
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Degrees freedom 2"
msgstr ""
-#: scfuncs.hrc:2775
+#: sc/inc/scfuncs.hrc:2775
msgctxt "SC_OPCODE_F_INV_RT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr ""
-#: scfuncs.hrc:2781
+#: sc/inc/scfuncs.hrc:2781
msgctxt "SC_OPCODE_CHI_DIST"
msgid "Returns the right-tail probability of the chi-square distribution."
msgstr ""
-#: scfuncs.hrc:2782
+#: sc/inc/scfuncs.hrc:2782
msgctxt "SC_OPCODE_CHI_DIST"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2783
+#: sc/inc/scfuncs.hrc:2783
msgctxt "SC_OPCODE_CHI_DIST"
msgid "The value for which the chi square distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2784
+#: sc/inc/scfuncs.hrc:2784
msgctxt "SC_OPCODE_CHI_DIST"
msgid "Degrees freedom"
msgstr ""
-#: scfuncs.hrc:2785
+#: sc/inc/scfuncs.hrc:2785
msgctxt "SC_OPCODE_CHI_DIST"
msgid "The degrees of freedom of the chi square distribution."
msgstr ""
-#: scfuncs.hrc:2791
+#: sc/inc/scfuncs.hrc:2791
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "Returns the right-tail probability of the chi-square distribution."
msgstr ""
-#: scfuncs.hrc:2792
+#: sc/inc/scfuncs.hrc:2792
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2793
+#: sc/inc/scfuncs.hrc:2793
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "The value for which the chi square distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2794
+#: sc/inc/scfuncs.hrc:2794
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "Degrees freedom"
msgstr ""
-#: scfuncs.hrc:2795
+#: sc/inc/scfuncs.hrc:2795
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "The degrees of freedom of the chi square distribution."
msgstr ""
-#: scfuncs.hrc:2802
+#: sc/inc/scfuncs.hrc:2802
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Returns left-tail probability of the cumulative distribution function or values of the probability density function of the chi-square distribution."
msgstr ""
-#: scfuncs.hrc:2803
+#: sc/inc/scfuncs.hrc:2803
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2804
+#: sc/inc/scfuncs.hrc:2804
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "The value for which the probability density function or cumulative distribution function is to be calculated."
msgstr ""
-#: scfuncs.hrc:2805
+#: sc/inc/scfuncs.hrc:2805
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Degrees of Freedom"
msgstr ""
-#: scfuncs.hrc:2806
+#: sc/inc/scfuncs.hrc:2806
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "The degrees of freedom of the chi-square distribution."
msgstr ""
-#: scfuncs.hrc:2807
+#: sc/inc/scfuncs.hrc:2807
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2808
+#: sc/inc/scfuncs.hrc:2808
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2815
+#: sc/inc/scfuncs.hrc:2815
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Returns left-tail probability of the cumulative distribution function or values of the probability density function of the chi-square distribution."
msgstr ""
-#: scfuncs.hrc:2816
+#: sc/inc/scfuncs.hrc:2816
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2817
+#: sc/inc/scfuncs.hrc:2817
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "The value for which the probability density function or cumulative distribution function is to be calculated."
msgstr ""
-#: scfuncs.hrc:2818
+#: sc/inc/scfuncs.hrc:2818
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Degrees of Freedom"
msgstr ""
-#: scfuncs.hrc:2819
+#: sc/inc/scfuncs.hrc:2819
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "The degrees of freedom of the chi-square distribution."
msgstr ""
-#: scfuncs.hrc:2820
+#: sc/inc/scfuncs.hrc:2820
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Cumulative"
msgstr ""
-#: scfuncs.hrc:2821
+#: sc/inc/scfuncs.hrc:2821
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr ""
-#: scfuncs.hrc:2828
+#: sc/inc/scfuncs.hrc:2828
msgctxt "SC_OPCODE_CHI_INV"
msgid "Values of the inverse of CHIDIST(x; DegreesOfFreedom)."
msgstr ""
-#: scfuncs.hrc:2829
+#: sc/inc/scfuncs.hrc:2829
msgctxt "SC_OPCODE_CHI_INV"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2830
+#: sc/inc/scfuncs.hrc:2830
msgctxt "SC_OPCODE_CHI_INV"
msgid "The probability value for which the inverse chi square distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2831
+#: sc/inc/scfuncs.hrc:2831
msgctxt "SC_OPCODE_CHI_INV"
msgid "Degrees freedom"
msgstr ""
-#: scfuncs.hrc:2832
+#: sc/inc/scfuncs.hrc:2832
msgctxt "SC_OPCODE_CHI_INV"
msgid "The degrees of freedom of the chi square distribution."
msgstr ""
-#: scfuncs.hrc:2839
+#: sc/inc/scfuncs.hrc:2839
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "Values of the inverse of CHIDIST(x; DegreesOfFreedom)."
msgstr ""
-#: scfuncs.hrc:2840
+#: sc/inc/scfuncs.hrc:2840
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2841
+#: sc/inc/scfuncs.hrc:2841
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "The probability value for which the inverse chi square distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2842
+#: sc/inc/scfuncs.hrc:2842
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "Degrees freedom"
msgstr ""
-#: scfuncs.hrc:2843
+#: sc/inc/scfuncs.hrc:2843
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "The degrees of freedom of the chi square distribution."
msgstr ""
-#: scfuncs.hrc:2850
+#: sc/inc/scfuncs.hrc:2850
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "Values of the inverse of CHISQDIST(x;DegreesOfFreedom;TRUE())."
msgstr ""
-#: scfuncs.hrc:2851
+#: sc/inc/scfuncs.hrc:2851
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "Probability"
msgstr "Аиашақәшәара"
-#: scfuncs.hrc:2852
+#: sc/inc/scfuncs.hrc:2852
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "The probability value for which the inverse of the chi square distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2853
+#: sc/inc/scfuncs.hrc:2853
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "Degrees of Freedom"
msgstr ""
-#: scfuncs.hrc:2854
+#: sc/inc/scfuncs.hrc:2854
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "The degrees of freedom of the chi square distribution."
msgstr ""
-#: scfuncs.hrc:2861
+#: sc/inc/scfuncs.hrc:2861
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "Values of the inverse of CHISQ.DIST(x;DegreesOfFreedom;TRUE())."
msgstr ""
-#: scfuncs.hrc:2862
+#: sc/inc/scfuncs.hrc:2862
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "Probability"
msgstr "Аиашақәшәара"
-#: scfuncs.hrc:2863
+#: sc/inc/scfuncs.hrc:2863
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "The probability value for which the inverse of the chi square distribution is to be calculated."
msgstr ""
-#: scfuncs.hrc:2864
+#: sc/inc/scfuncs.hrc:2864
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "Degrees of Freedom"
msgstr ""
-#: scfuncs.hrc:2865
+#: sc/inc/scfuncs.hrc:2865
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "The degrees of freedom of the chi square distribution."
msgstr ""
-#: scfuncs.hrc:2872
+#: sc/inc/scfuncs.hrc:2872
msgctxt "SC_OPCODE_STANDARD"
msgid "Converts a random variable to a normalized value."
msgstr ""
-#: scfuncs.hrc:2873
+#: sc/inc/scfuncs.hrc:2873
msgctxt "SC_OPCODE_STANDARD"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:2874
+#: sc/inc/scfuncs.hrc:2874
msgctxt "SC_OPCODE_STANDARD"
msgid "The value to be standardized."
msgstr ""
-#: scfuncs.hrc:2875
+#: sc/inc/scfuncs.hrc:2875
msgctxt "SC_OPCODE_STANDARD"
msgid "Mean"
msgstr ""
-#: scfuncs.hrc:2876
+#: sc/inc/scfuncs.hrc:2876
msgctxt "SC_OPCODE_STANDARD"
msgid "The mean value used for moving."
msgstr ""
-#: scfuncs.hrc:2877
+#: sc/inc/scfuncs.hrc:2877
msgctxt "SC_OPCODE_STANDARD"
msgid "STDEV"
msgstr ""
-#: scfuncs.hrc:2878
+#: sc/inc/scfuncs.hrc:2878
msgctxt "SC_OPCODE_STANDARD"
msgid "The standard deviation used for scaling."
msgstr ""
-#: scfuncs.hrc:2884
+#: sc/inc/scfuncs.hrc:2884
msgctxt "SC_OPCODE_PERMUT"
msgid "Returns the number of permutations for a given number of elements without repetition."
msgstr ""
-#: scfuncs.hrc:2885
+#: sc/inc/scfuncs.hrc:2885
msgctxt "SC_OPCODE_PERMUT"
msgid "Count 1"
msgstr ""
-#: scfuncs.hrc:2886
+#: sc/inc/scfuncs.hrc:2886
msgctxt "SC_OPCODE_PERMUT"
msgid "The total number of elements."
msgstr ""
-#: scfuncs.hrc:2887
+#: sc/inc/scfuncs.hrc:2887
msgctxt "SC_OPCODE_PERMUT"
msgid "Count 2"
msgstr ""
-#: scfuncs.hrc:2888
+#: sc/inc/scfuncs.hrc:2888
msgctxt "SC_OPCODE_PERMUT"
msgid "The selection number taken from the elements."
msgstr ""
-#: scfuncs.hrc:2894
+#: sc/inc/scfuncs.hrc:2894
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "Returns the number of permutations for a given number of objects (repetition allowed)."
msgstr ""
-#: scfuncs.hrc:2895
+#: sc/inc/scfuncs.hrc:2895
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "Count 1"
msgstr ""
-#: scfuncs.hrc:2896
+#: sc/inc/scfuncs.hrc:2896
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "The total number of elements."
msgstr ""
-#: scfuncs.hrc:2897
+#: sc/inc/scfuncs.hrc:2897
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "Count 2"
msgstr ""
-#: scfuncs.hrc:2898
+#: sc/inc/scfuncs.hrc:2898
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "The selection number taken from the elements."
msgstr ""
-#: scfuncs.hrc:2904
+#: sc/inc/scfuncs.hrc:2904
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "Returns a (1-alpha) confidence interval for a normal distribution."
msgstr ""
-#: scfuncs.hrc:2905
+#: sc/inc/scfuncs.hrc:2905
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2906
+#: sc/inc/scfuncs.hrc:2906
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "The level of the confidence interval."
msgstr ""
-#: scfuncs.hrc:2907
+#: sc/inc/scfuncs.hrc:2907
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "STDEV"
msgstr ""
-#: scfuncs.hrc:2908
+#: sc/inc/scfuncs.hrc:2908
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "The standard deviation of the population."
msgstr ""
-#: scfuncs.hrc:2909
+#: sc/inc/scfuncs.hrc:2909
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "Size"
msgstr "Ашәагаа"
-#: scfuncs.hrc:2910
+#: sc/inc/scfuncs.hrc:2910
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "The size of the population."
msgstr ""
-#: scfuncs.hrc:2916
+#: sc/inc/scfuncs.hrc:2916
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "Returns a (1-alpha) confidence interval for a normal distribution."
msgstr ""
-#: scfuncs.hrc:2917
+#: sc/inc/scfuncs.hrc:2917
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2918
+#: sc/inc/scfuncs.hrc:2918
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "The level of the confidence interval."
msgstr ""
-#: scfuncs.hrc:2919
+#: sc/inc/scfuncs.hrc:2919
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "STDEV"
msgstr ""
-#: scfuncs.hrc:2920
+#: sc/inc/scfuncs.hrc:2920
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "The standard deviation of the population."
msgstr ""
-#: scfuncs.hrc:2921
+#: sc/inc/scfuncs.hrc:2921
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "Size"
msgstr "Ашәагаа"
-#: scfuncs.hrc:2922
+#: sc/inc/scfuncs.hrc:2922
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "The size of the population."
msgstr ""
-#: scfuncs.hrc:2928
+#: sc/inc/scfuncs.hrc:2928
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "Returns a (1-alpha) confidence interval for a Student's t distribution."
msgstr ""
-#: scfuncs.hrc:2929
+#: sc/inc/scfuncs.hrc:2929
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:2930
+#: sc/inc/scfuncs.hrc:2930
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "The level of the confidence interval."
msgstr ""
-#: scfuncs.hrc:2931
+#: sc/inc/scfuncs.hrc:2931
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "STDEV"
msgstr ""
-#: scfuncs.hrc:2932
+#: sc/inc/scfuncs.hrc:2932
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "The standard deviation of the population."
msgstr ""
-#: scfuncs.hrc:2933
+#: sc/inc/scfuncs.hrc:2933
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "Size"
msgstr "Ашәагаа"
-#: scfuncs.hrc:2934
+#: sc/inc/scfuncs.hrc:2934
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "The size of the population."
msgstr ""
-#: scfuncs.hrc:2940
+#: sc/inc/scfuncs.hrc:2940
msgctxt "SC_OPCODE_Z_TEST"
msgid "Calculates the probability of observing a z-statistic greater than the one computed based on a sample."
msgstr ""
-#: scfuncs.hrc:2941
+#: sc/inc/scfuncs.hrc:2941
msgctxt "SC_OPCODE_Z_TEST"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:2942
+#: sc/inc/scfuncs.hrc:2942
msgctxt "SC_OPCODE_Z_TEST"
msgid "The given sample, drawn from a normally distributed population."
msgstr ""
-#: scfuncs.hrc:2943
+#: sc/inc/scfuncs.hrc:2943
msgctxt "SC_OPCODE_Z_TEST"
msgid "mu"
msgstr "миу"
-#: scfuncs.hrc:2944
+#: sc/inc/scfuncs.hrc:2944
msgctxt "SC_OPCODE_Z_TEST"
msgid "The known mean of the population."
msgstr ""
-#: scfuncs.hrc:2945
+#: sc/inc/scfuncs.hrc:2945
msgctxt "SC_OPCODE_Z_TEST"
msgid "sigma"
msgstr "сигма"
-#: scfuncs.hrc:2946
+#: sc/inc/scfuncs.hrc:2946
msgctxt "SC_OPCODE_Z_TEST"
msgid "The known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
msgstr ""
-#: scfuncs.hrc:2952
+#: sc/inc/scfuncs.hrc:2952
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "Calculates the probability of observing a z-statistic greater than the one computed based on a sample."
msgstr ""
-#: scfuncs.hrc:2953
+#: sc/inc/scfuncs.hrc:2953
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "Data"
msgstr "Адырқәа"
-#: scfuncs.hrc:2954
+#: sc/inc/scfuncs.hrc:2954
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "The given sample, drawn from a normally distributed population."
msgstr ""
-#: scfuncs.hrc:2955
+#: sc/inc/scfuncs.hrc:2955
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "mu"
msgstr "Миу"
-#: scfuncs.hrc:2956
+#: sc/inc/scfuncs.hrc:2956
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "The known mean of the population."
msgstr ""
-#: scfuncs.hrc:2957
+#: sc/inc/scfuncs.hrc:2957
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "sigma"
msgstr "Сигма"
-#: scfuncs.hrc:2958
+#: sc/inc/scfuncs.hrc:2958
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "The known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
msgstr ""
-#: scfuncs.hrc:2964
+#: sc/inc/scfuncs.hrc:2964
msgctxt "SC_OPCODE_CHI_TEST"
msgid "Returns the chi square independence test."
msgstr ""
-#: scfuncs.hrc:2965
+#: sc/inc/scfuncs.hrc:2965
msgctxt "SC_OPCODE_CHI_TEST"
msgid "Data B"
msgstr ""
-#: scfuncs.hrc:2966
+#: sc/inc/scfuncs.hrc:2966
msgctxt "SC_OPCODE_CHI_TEST"
msgid "The observed data array."
msgstr ""
-#: scfuncs.hrc:2967
+#: sc/inc/scfuncs.hrc:2967
msgctxt "SC_OPCODE_CHI_TEST"
msgid "Data E"
msgstr ""
-#: scfuncs.hrc:2968
+#: sc/inc/scfuncs.hrc:2968
msgctxt "SC_OPCODE_CHI_TEST"
msgid "The expected data array."
msgstr ""
-#: scfuncs.hrc:2974
+#: sc/inc/scfuncs.hrc:2974
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "Returns the chi square independence test."
msgstr ""
-#: scfuncs.hrc:2975
+#: sc/inc/scfuncs.hrc:2975
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "Data B"
msgstr ""
-#: scfuncs.hrc:2976
+#: sc/inc/scfuncs.hrc:2976
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "The observed data array."
msgstr ""
-#: scfuncs.hrc:2977
+#: sc/inc/scfuncs.hrc:2977
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "Data E"
msgstr ""
-#: scfuncs.hrc:2978
+#: sc/inc/scfuncs.hrc:2978
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "The expected data array."
msgstr ""
-#: scfuncs.hrc:2984
+#: sc/inc/scfuncs.hrc:2984
msgctxt "SC_OPCODE_F_TEST"
msgid "Calculates the F test."
msgstr ""
-#: scfuncs.hrc:2985
+#: sc/inc/scfuncs.hrc:2985
msgctxt "SC_OPCODE_F_TEST"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:2986
+#: sc/inc/scfuncs.hrc:2986
msgctxt "SC_OPCODE_F_TEST"
msgid "The first record array."
msgstr ""
-#: scfuncs.hrc:2987
+#: sc/inc/scfuncs.hrc:2987
msgctxt "SC_OPCODE_F_TEST"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:2988
+#: sc/inc/scfuncs.hrc:2988
msgctxt "SC_OPCODE_F_TEST"
msgid "The second record array."
msgstr ""
-#: scfuncs.hrc:2994
+#: sc/inc/scfuncs.hrc:2994
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Calculates the F test."
msgstr ""
-#: scfuncs.hrc:2995
+#: sc/inc/scfuncs.hrc:2995
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:2996
+#: sc/inc/scfuncs.hrc:2996
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "The first record array."
msgstr ""
-#: scfuncs.hrc:2997
+#: sc/inc/scfuncs.hrc:2997
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:2998
+#: sc/inc/scfuncs.hrc:2998
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "The second record array."
msgstr ""
-#: scfuncs.hrc:3004
+#: sc/inc/scfuncs.hrc:3004
msgctxt "SC_OPCODE_T_TEST"
msgid "Calculates the T test."
msgstr ""
-#: scfuncs.hrc:3005
+#: sc/inc/scfuncs.hrc:3005
msgctxt "SC_OPCODE_T_TEST"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3006
+#: sc/inc/scfuncs.hrc:3006
msgctxt "SC_OPCODE_T_TEST"
msgid "The first record array."
msgstr ""
-#: scfuncs.hrc:3007
+#: sc/inc/scfuncs.hrc:3007
msgctxt "SC_OPCODE_T_TEST"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3008
+#: sc/inc/scfuncs.hrc:3008
msgctxt "SC_OPCODE_T_TEST"
msgid "The second record array."
msgstr ""
-#: scfuncs.hrc:3009
+#: sc/inc/scfuncs.hrc:3009
msgctxt "SC_OPCODE_T_TEST"
msgid "Mode"
msgstr "Арежим"
-#: scfuncs.hrc:3010
+#: sc/inc/scfuncs.hrc:3010
msgctxt "SC_OPCODE_T_TEST"
msgid "Mode specifies the number of distribution tails to return. 1= one-tailed, 2 = two-tailed distribution"
msgstr ""
-#: scfuncs.hrc:3011
+#: sc/inc/scfuncs.hrc:3011
msgctxt "SC_OPCODE_T_TEST"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:3012
+#: sc/inc/scfuncs.hrc:3012
msgctxt "SC_OPCODE_T_TEST"
msgid "The type of the T test."
msgstr ""
-#: scfuncs.hrc:3018
+#: sc/inc/scfuncs.hrc:3018
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Calculates the T test."
msgstr ""
-#: scfuncs.hrc:3019
+#: sc/inc/scfuncs.hrc:3019
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3020
+#: sc/inc/scfuncs.hrc:3020
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The first record array."
msgstr ""
-#: scfuncs.hrc:3021
+#: sc/inc/scfuncs.hrc:3021
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3022
+#: sc/inc/scfuncs.hrc:3022
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The second record array."
msgstr ""
-#: scfuncs.hrc:3023
+#: sc/inc/scfuncs.hrc:3023
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Mode"
msgstr "Арежим"
-#: scfuncs.hrc:3024
+#: sc/inc/scfuncs.hrc:3024
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Mode specifies the number of distribution tails to return. 1= one-tailed, 2 = two-tailed distribution"
msgstr ""
-#: scfuncs.hrc:3025
+#: sc/inc/scfuncs.hrc:3025
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:3026
+#: sc/inc/scfuncs.hrc:3026
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The type of the T test."
msgstr ""
-#: scfuncs.hrc:3032
+#: sc/inc/scfuncs.hrc:3032
msgctxt "SC_OPCODE_RSQ"
msgid "Returns the square of the Pearson product moment correlation coefficient."
msgstr ""
-#: scfuncs.hrc:3033
+#: sc/inc/scfuncs.hrc:3033
msgctxt "SC_OPCODE_RSQ"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3034
+#: sc/inc/scfuncs.hrc:3034
msgctxt "SC_OPCODE_RSQ"
msgid "The Y data array."
msgstr ""
-#: scfuncs.hrc:3035
+#: sc/inc/scfuncs.hrc:3035
msgctxt "SC_OPCODE_RSQ"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3036
+#: sc/inc/scfuncs.hrc:3036
msgctxt "SC_OPCODE_RSQ"
msgid "The X data array."
msgstr ""
-#: scfuncs.hrc:3042
+#: sc/inc/scfuncs.hrc:3042
msgctxt "SC_OPCODE_INTERCEPT"
msgid "Returns the intercept of the linear regression line and the Y axis."
msgstr ""
-#: scfuncs.hrc:3043
+#: sc/inc/scfuncs.hrc:3043
msgctxt "SC_OPCODE_INTERCEPT"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3044
+#: sc/inc/scfuncs.hrc:3044
msgctxt "SC_OPCODE_INTERCEPT"
msgid "The Y data array."
msgstr ""
-#: scfuncs.hrc:3045
+#: sc/inc/scfuncs.hrc:3045
msgctxt "SC_OPCODE_INTERCEPT"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3046
+#: sc/inc/scfuncs.hrc:3046
msgctxt "SC_OPCODE_INTERCEPT"
msgid "The X data array."
msgstr ""
-#: scfuncs.hrc:3052
+#: sc/inc/scfuncs.hrc:3052
msgctxt "SC_OPCODE_SLOPE"
msgid "Returns the slope of the linear regression line."
msgstr ""
-#: scfuncs.hrc:3053
+#: sc/inc/scfuncs.hrc:3053
msgctxt "SC_OPCODE_SLOPE"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3054
+#: sc/inc/scfuncs.hrc:3054
msgctxt "SC_OPCODE_SLOPE"
msgid "The Y data array."
msgstr ""
-#: scfuncs.hrc:3055
+#: sc/inc/scfuncs.hrc:3055
msgctxt "SC_OPCODE_SLOPE"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3056
+#: sc/inc/scfuncs.hrc:3056
msgctxt "SC_OPCODE_SLOPE"
msgid "The X data array."
msgstr ""
-#: scfuncs.hrc:3062
+#: sc/inc/scfuncs.hrc:3062
msgctxt "SC_OPCODE_STEYX"
msgid "Returns the standard error of the linear regression."
msgstr ""
-#: scfuncs.hrc:3063
+#: sc/inc/scfuncs.hrc:3063
msgctxt "SC_OPCODE_STEYX"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3064
+#: sc/inc/scfuncs.hrc:3064
msgctxt "SC_OPCODE_STEYX"
msgid "The Y data array."
msgstr ""
-#: scfuncs.hrc:3065
+#: sc/inc/scfuncs.hrc:3065
msgctxt "SC_OPCODE_STEYX"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3066
+#: sc/inc/scfuncs.hrc:3066
msgctxt "SC_OPCODE_STEYX"
msgid "The X data array."
msgstr ""
-#: scfuncs.hrc:3072
+#: sc/inc/scfuncs.hrc:3072
msgctxt "SC_OPCODE_PEARSON"
msgid "Returns the Pearson product moment correlation coefficient."
msgstr ""
-#: scfuncs.hrc:3073
+#: sc/inc/scfuncs.hrc:3073
msgctxt "SC_OPCODE_PEARSON"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3074
+#: sc/inc/scfuncs.hrc:3074
msgctxt "SC_OPCODE_PEARSON"
msgid "The first record array."
msgstr ""
-#: scfuncs.hrc:3075
+#: sc/inc/scfuncs.hrc:3075
msgctxt "SC_OPCODE_PEARSON"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3076
+#: sc/inc/scfuncs.hrc:3076
msgctxt "SC_OPCODE_PEARSON"
msgid "The second record array."
msgstr ""
-#: scfuncs.hrc:3082
+#: sc/inc/scfuncs.hrc:3082
msgctxt "SC_OPCODE_CORREL"
msgid "Returns the correlation coefficient."
msgstr ""
-#: scfuncs.hrc:3083
+#: sc/inc/scfuncs.hrc:3083
msgctxt "SC_OPCODE_CORREL"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3084
+#: sc/inc/scfuncs.hrc:3084
msgctxt "SC_OPCODE_CORREL"
msgid "The first record array."
msgstr ""
-#: scfuncs.hrc:3085
+#: sc/inc/scfuncs.hrc:3085
msgctxt "SC_OPCODE_CORREL"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3086
+#: sc/inc/scfuncs.hrc:3086
msgctxt "SC_OPCODE_CORREL"
msgid "The second record array."
msgstr ""
-#: scfuncs.hrc:3092
+#: sc/inc/scfuncs.hrc:3092
msgctxt "SC_OPCODE_COVAR"
msgid "Calculates the population covariance."
msgstr ""
-#: scfuncs.hrc:3093
+#: sc/inc/scfuncs.hrc:3093
msgctxt "SC_OPCODE_COVAR"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3094
+#: sc/inc/scfuncs.hrc:3094
msgctxt "SC_OPCODE_COVAR"
msgid "The first record array."
msgstr ""
-#: scfuncs.hrc:3095
+#: sc/inc/scfuncs.hrc:3095
msgctxt "SC_OPCODE_COVAR"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3096
+#: sc/inc/scfuncs.hrc:3096
msgctxt "SC_OPCODE_COVAR"
msgid "The second record array."
msgstr ""
-#: scfuncs.hrc:3102
+#: sc/inc/scfuncs.hrc:3102
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Calculates the population covariance."
msgstr ""
-#: scfuncs.hrc:3103
+#: sc/inc/scfuncs.hrc:3103
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3104
+#: sc/inc/scfuncs.hrc:3104
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "The first record array."
msgstr ""
-#: scfuncs.hrc:3105
+#: sc/inc/scfuncs.hrc:3105
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3106
+#: sc/inc/scfuncs.hrc:3106
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "The second record array."
msgstr ""
-#: scfuncs.hrc:3112
+#: sc/inc/scfuncs.hrc:3112
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Calculates the sample covariance."
msgstr ""
-#: scfuncs.hrc:3113
+#: sc/inc/scfuncs.hrc:3113
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3114
+#: sc/inc/scfuncs.hrc:3114
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "The first record array."
msgstr ""
-#: scfuncs.hrc:3115
+#: sc/inc/scfuncs.hrc:3115
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3116
+#: sc/inc/scfuncs.hrc:3116
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "The second record array."
msgstr ""
-#: scfuncs.hrc:3122
+#: sc/inc/scfuncs.hrc:3122
msgctxt "SC_OPCODE_FORECAST"
msgid "Returns a value along a linear regression"
msgstr ""
-#: scfuncs.hrc:3123
+#: sc/inc/scfuncs.hrc:3123
msgctxt "SC_OPCODE_FORECAST"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:3124
+#: sc/inc/scfuncs.hrc:3124
msgctxt "SC_OPCODE_FORECAST"
msgid "The X value for which the Y value on the regression linear is to be calculated."
msgstr ""
-#: scfuncs.hrc:3125
+#: sc/inc/scfuncs.hrc:3125
msgctxt "SC_OPCODE_FORECAST"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3126
+#: sc/inc/scfuncs.hrc:3126
msgctxt "SC_OPCODE_FORECAST"
msgid "The Y data array."
msgstr ""
-#: scfuncs.hrc:3127
+#: sc/inc/scfuncs.hrc:3127
msgctxt "SC_OPCODE_FORECAST"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3128
+#: sc/inc/scfuncs.hrc:3128
msgctxt "SC_OPCODE_FORECAST"
msgid "The X data array."
msgstr ""
-#: scfuncs.hrc:3134
+#: sc/inc/scfuncs.hrc:3134
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Calculates future value(s) using additive Exponential Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3135
+#: sc/inc/scfuncs.hrc:3135
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Target"
msgstr ""
-#: scfuncs.hrc:3136
+#: sc/inc/scfuncs.hrc:3136
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "The date (array) for which you want to predict a value."
msgstr ""
-#: scfuncs.hrc:3137
+#: sc/inc/scfuncs.hrc:3137
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Values"
msgstr "Аҵакқәа"
-#: scfuncs.hrc:3138
+#: sc/inc/scfuncs.hrc:3138
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3139
+#: sc/inc/scfuncs.hrc:3139
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3140
+#: sc/inc/scfuncs.hrc:3140
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3141
+#: sc/inc/scfuncs.hrc:3141
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3142
+#: sc/inc/scfuncs.hrc:3142
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3143
+#: sc/inc/scfuncs.hrc:3143
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3144
+#: sc/inc/scfuncs.hrc:3144
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3145
+#: sc/inc/scfuncs.hrc:3145
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3146
+#: sc/inc/scfuncs.hrc:3146
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3152
+#: sc/inc/scfuncs.hrc:3152
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Calculates future value(s) using multiplicative Exponential Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3153
+#: sc/inc/scfuncs.hrc:3153
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Target"
msgstr ""
-#: scfuncs.hrc:3154
+#: sc/inc/scfuncs.hrc:3154
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "The date (array) for which you want to predict a value."
msgstr ""
-#: scfuncs.hrc:3155
+#: sc/inc/scfuncs.hrc:3155
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Values"
msgstr "Аҵакқәа"
-#: scfuncs.hrc:3156
+#: sc/inc/scfuncs.hrc:3156
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3157
+#: sc/inc/scfuncs.hrc:3157
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3158
+#: sc/inc/scfuncs.hrc:3158
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3159
+#: sc/inc/scfuncs.hrc:3159
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3160
+#: sc/inc/scfuncs.hrc:3160
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3161
+#: sc/inc/scfuncs.hrc:3161
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3162
+#: sc/inc/scfuncs.hrc:3162
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3163
+#: sc/inc/scfuncs.hrc:3163
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3164
+#: sc/inc/scfuncs.hrc:3164
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3170
+#: sc/inc/scfuncs.hrc:3170
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Returns a prediction interval at the specified target value(s) for additive Exponential Smoothing method"
msgstr ""
-#: scfuncs.hrc:3171
+#: sc/inc/scfuncs.hrc:3171
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Target"
msgstr ""
-#: scfuncs.hrc:3172
+#: sc/inc/scfuncs.hrc:3172
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "The date (array) for which you want to predict a value."
msgstr ""
-#: scfuncs.hrc:3173
+#: sc/inc/scfuncs.hrc:3173
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Values"
msgstr "Аҵакқәа"
-#: scfuncs.hrc:3174
+#: sc/inc/scfuncs.hrc:3174
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3175
+#: sc/inc/scfuncs.hrc:3175
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3176
+#: sc/inc/scfuncs.hrc:3176
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3177
+#: sc/inc/scfuncs.hrc:3177
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Confidence level"
msgstr ""
-#: scfuncs.hrc:3178
+#: sc/inc/scfuncs.hrc:3178
#, c-format
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Confidence level (default 0.95); value 0 to 1 (exclusive) for 0 to 100% calculated prediction interval."
msgstr ""
-#: scfuncs.hrc:3179
+#: sc/inc/scfuncs.hrc:3179
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3180
+#: sc/inc/scfuncs.hrc:3180
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3181
+#: sc/inc/scfuncs.hrc:3181
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3182
+#: sc/inc/scfuncs.hrc:3182
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3183
+#: sc/inc/scfuncs.hrc:3183
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3184
+#: sc/inc/scfuncs.hrc:3184
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3190
+#: sc/inc/scfuncs.hrc:3190
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Returns a prediction interval at the specified target value(s) for multiplicative Exponential Smoothing method"
msgstr ""
-#: scfuncs.hrc:3191
+#: sc/inc/scfuncs.hrc:3191
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Target"
msgstr ""
-#: scfuncs.hrc:3192
+#: sc/inc/scfuncs.hrc:3192
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "The date (array) for which you want to predict a value."
msgstr ""
-#: scfuncs.hrc:3193
+#: sc/inc/scfuncs.hrc:3193
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Values"
msgstr "Аҵакқәа"
-#: scfuncs.hrc:3194
+#: sc/inc/scfuncs.hrc:3194
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3195
+#: sc/inc/scfuncs.hrc:3195
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3196
+#: sc/inc/scfuncs.hrc:3196
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3197
+#: sc/inc/scfuncs.hrc:3197
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Confidence level"
msgstr ""
-#: scfuncs.hrc:3198
+#: sc/inc/scfuncs.hrc:3198
#, c-format
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Confidence level (default 0.95); value 0 to 1 (exclusive) for 0 to 100% calculated prediction interval."
msgstr ""
-#: scfuncs.hrc:3199
+#: sc/inc/scfuncs.hrc:3199
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3200
+#: sc/inc/scfuncs.hrc:3200
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3201
+#: sc/inc/scfuncs.hrc:3201
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3202
+#: sc/inc/scfuncs.hrc:3202
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3203
+#: sc/inc/scfuncs.hrc:3203
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3204
+#: sc/inc/scfuncs.hrc:3204
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3210
+#: sc/inc/scfuncs.hrc:3210
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Calculates the number of samples in period (season) using additive Exponential Triple Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3211
+#: sc/inc/scfuncs.hrc:3211
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Values"
msgstr "Аҵакқәа"
-#: scfuncs.hrc:3212
+#: sc/inc/scfuncs.hrc:3212
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3213
+#: sc/inc/scfuncs.hrc:3213
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3214
+#: sc/inc/scfuncs.hrc:3214
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3215
+#: sc/inc/scfuncs.hrc:3215
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3216
+#: sc/inc/scfuncs.hrc:3216
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3217
+#: sc/inc/scfuncs.hrc:3217
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3218
+#: sc/inc/scfuncs.hrc:3218
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3224
+#: sc/inc/scfuncs.hrc:3224
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Returns statistical value(s) using additive Exponential Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3225
+#: sc/inc/scfuncs.hrc:3225
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Values"
msgstr "Аҵакқәа"
-#: scfuncs.hrc:3226
+#: sc/inc/scfuncs.hrc:3226
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3227
+#: sc/inc/scfuncs.hrc:3227
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3228
+#: sc/inc/scfuncs.hrc:3228
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3229
+#: sc/inc/scfuncs.hrc:3229
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Statistic type"
msgstr ""
-#: scfuncs.hrc:3230
+#: sc/inc/scfuncs.hrc:3230
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
msgstr ""
-#: scfuncs.hrc:3231
+#: sc/inc/scfuncs.hrc:3231
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3232
+#: sc/inc/scfuncs.hrc:3232
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3233
+#: sc/inc/scfuncs.hrc:3233
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3234
+#: sc/inc/scfuncs.hrc:3234
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3235
+#: sc/inc/scfuncs.hrc:3235
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3236
+#: sc/inc/scfuncs.hrc:3236
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3242
+#: sc/inc/scfuncs.hrc:3242
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Returns statistical value(s) using multiplicative Exponential Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3243
+#: sc/inc/scfuncs.hrc:3243
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Values"
msgstr "Аҵакқәа"
-#: scfuncs.hrc:3244
+#: sc/inc/scfuncs.hrc:3244
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3245
+#: sc/inc/scfuncs.hrc:3245
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3246
+#: sc/inc/scfuncs.hrc:3246
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3247
+#: sc/inc/scfuncs.hrc:3247
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Statistic type"
msgstr ""
-#: scfuncs.hrc:3248
+#: sc/inc/scfuncs.hrc:3248
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
msgstr ""
-#: scfuncs.hrc:3249
+#: sc/inc/scfuncs.hrc:3249
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3250
+#: sc/inc/scfuncs.hrc:3250
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Number of samples in period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3251
+#: sc/inc/scfuncs.hrc:3251
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3252
+#: sc/inc/scfuncs.hrc:3252
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3253
+#: sc/inc/scfuncs.hrc:3253
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3254
+#: sc/inc/scfuncs.hrc:3254
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3260
+#: sc/inc/scfuncs.hrc:3260
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Returns a value along a linear regression"
msgstr ""
-#: scfuncs.hrc:3261
+#: sc/inc/scfuncs.hrc:3261
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:3262
+#: sc/inc/scfuncs.hrc:3262
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "The X value for which the Y value on the regression linear is to be calculated."
msgstr ""
-#: scfuncs.hrc:3263
+#: sc/inc/scfuncs.hrc:3263
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3264
+#: sc/inc/scfuncs.hrc:3264
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "The Y data array."
msgstr ""
-#: scfuncs.hrc:3265
+#: sc/inc/scfuncs.hrc:3265
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3266
+#: sc/inc/scfuncs.hrc:3266
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "The X data array."
msgstr ""
-#: scfuncs.hrc:3272
+#: sc/inc/scfuncs.hrc:3272
msgctxt "SC_OPCODE_ADDRESS"
msgid "Returns the reference to a cell as text."
msgstr ""
-#: scfuncs.hrc:3273
+#: sc/inc/scfuncs.hrc:3273
msgctxt "SC_OPCODE_ADDRESS"
msgid "Row"
msgstr "Ацәаҳәа"
-#: scfuncs.hrc:3274
+#: sc/inc/scfuncs.hrc:3274
msgctxt "SC_OPCODE_ADDRESS"
msgid "The row number of the cell."
msgstr ""
-#: scfuncs.hrc:3275
+#: sc/inc/scfuncs.hrc:3275
msgctxt "SC_OPCODE_ADDRESS"
msgid "Column"
msgstr "Аиҵагыла "
-#: scfuncs.hrc:3276
+#: sc/inc/scfuncs.hrc:3276
msgctxt "SC_OPCODE_ADDRESS"
msgid "The column number of the cell."
msgstr ""
-#: scfuncs.hrc:3277
+#: sc/inc/scfuncs.hrc:3277
msgctxt "SC_OPCODE_ADDRESS"
msgid "ABS"
msgstr "Aзхьарҧш атип"
-#: scfuncs.hrc:3278
+#: sc/inc/scfuncs.hrc:3278
msgctxt "SC_OPCODE_ADDRESS"
msgid "Specifies whether absolute or relative referencing is to be used."
msgstr ""
-#: scfuncs.hrc:3279
+#: sc/inc/scfuncs.hrc:3279
msgctxt "SC_OPCODE_ADDRESS"
msgid "A1"
msgstr "А1"
-#: scfuncs.hrc:3280
+#: sc/inc/scfuncs.hrc:3280
msgctxt "SC_OPCODE_ADDRESS"
msgid "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style."
msgstr ""
-#: scfuncs.hrc:3281
+#: sc/inc/scfuncs.hrc:3281
msgctxt "SC_OPCODE_ADDRESS"
msgid "Sheet"
msgstr "Абӷьыц"
-#: scfuncs.hrc:3282
+#: sc/inc/scfuncs.hrc:3282
msgctxt "SC_OPCODE_ADDRESS"
msgid "The spreadsheet name of the cell reference."
msgstr ""
-#: scfuncs.hrc:3288
+#: sc/inc/scfuncs.hrc:3288
msgctxt "SC_OPCODE_AREAS"
msgid "Returns the number of individual ranges that belong to a (multiple) range."
msgstr ""
-#: scfuncs.hrc:3289
+#: sc/inc/scfuncs.hrc:3289
msgctxt "SC_OPCODE_AREAS"
msgid "Reference"
msgstr "Азхьарҧш"
-#: scfuncs.hrc:3290
+#: sc/inc/scfuncs.hrc:3290
msgctxt "SC_OPCODE_AREAS"
msgid "The reference to a (multiple) range."
msgstr ""
-#: scfuncs.hrc:3296
+#: sc/inc/scfuncs.hrc:3296
msgctxt "SC_OPCODE_CHOOSE"
msgid "Selects a value from a list of up to 30 value arguments."
msgstr ""
-#: scfuncs.hrc:3297
+#: sc/inc/scfuncs.hrc:3297
msgctxt "SC_OPCODE_CHOOSE"
msgid "Index"
msgstr "Аиндекс"
-#: scfuncs.hrc:3298
+#: sc/inc/scfuncs.hrc:3298
msgctxt "SC_OPCODE_CHOOSE"
msgid "The index of the value (1..30) selected."
msgstr ""
-#: scfuncs.hrc:3299
+#: sc/inc/scfuncs.hrc:3299
msgctxt "SC_OPCODE_CHOOSE"
msgid "Value "
msgstr "Аҵакы "
-#: scfuncs.hrc:3300
+#: sc/inc/scfuncs.hrc:3300
msgctxt "SC_OPCODE_CHOOSE"
msgid "Value 1, value 2,... The list of arguments from which a value is chosen."
msgstr ""
-#: scfuncs.hrc:3306
+#: sc/inc/scfuncs.hrc:3306
msgctxt "SC_OPCODE_COLUMN"
msgid "Returns the internal column number of a reference."
msgstr ""
-#: scfuncs.hrc:3307
+#: sc/inc/scfuncs.hrc:3307
msgctxt "SC_OPCODE_COLUMN"
msgid "Reference"
msgstr "Азхьарҧш"
-#: scfuncs.hrc:3308
+#: sc/inc/scfuncs.hrc:3308
msgctxt "SC_OPCODE_COLUMN"
msgid "The reference to a cell or a range."
msgstr ""
-#: scfuncs.hrc:3314
+#: sc/inc/scfuncs.hrc:3314
msgctxt "SC_OPCODE_ROW"
msgid "Defines the internal row number of a reference."
msgstr ""
-#: scfuncs.hrc:3315
+#: sc/inc/scfuncs.hrc:3315
msgctxt "SC_OPCODE_ROW"
msgid "Reference"
msgstr "Азхьарҧш"
-#: scfuncs.hrc:3316
+#: sc/inc/scfuncs.hrc:3316
msgctxt "SC_OPCODE_ROW"
msgid "The reference to a cell or a range."
msgstr ""
-#: scfuncs.hrc:3322
+#: sc/inc/scfuncs.hrc:3322
msgctxt "SC_OPCODE_SHEET"
msgid "Returns the internal sheet number of a reference or a string."
msgstr ""
-#: scfuncs.hrc:3323
+#: sc/inc/scfuncs.hrc:3323
msgctxt "SC_OPCODE_SHEET"
msgid "Reference"
msgstr "Азхьарҧш"
-#: scfuncs.hrc:3324
+#: sc/inc/scfuncs.hrc:3324
msgctxt "SC_OPCODE_SHEET"
msgid "The reference to a cell or a range or the character string of a sheet name."
msgstr ""
-#: scfuncs.hrc:3330
+#: sc/inc/scfuncs.hrc:3330
msgctxt "SC_OPCODE_COLUMNS"
msgid "Returns the number of columns in an array or reference."
msgstr ""
-#: scfuncs.hrc:3331
+#: sc/inc/scfuncs.hrc:3331
msgctxt "SC_OPCODE_COLUMNS"
msgid "Array"
msgstr "Амассив"
-#: scfuncs.hrc:3332
+#: sc/inc/scfuncs.hrc:3332
msgctxt "SC_OPCODE_COLUMNS"
msgid "The array (reference) for which the number of columns is to be determined."
msgstr ""
-#: scfuncs.hrc:3338
+#: sc/inc/scfuncs.hrc:3338
msgctxt "SC_OPCODE_ROWS"
msgid "Returns the number of rows in a reference or array."
msgstr ""
-#: scfuncs.hrc:3339
+#: sc/inc/scfuncs.hrc:3339
msgctxt "SC_OPCODE_ROWS"
msgid "Array"
msgstr "Амассив"
-#: scfuncs.hrc:3340
+#: sc/inc/scfuncs.hrc:3340
msgctxt "SC_OPCODE_ROWS"
msgid "The array (reference) for which the number of rows is to be determined."
msgstr ""
-#: scfuncs.hrc:3346
+#: sc/inc/scfuncs.hrc:3346
msgctxt "SC_OPCODE_SHEETS"
msgid "Returns the number of sheets of a given reference. If no parameter has been entered, the total number of sheets in the document is returned."
msgstr ""
-#: scfuncs.hrc:3347
+#: sc/inc/scfuncs.hrc:3347
msgctxt "SC_OPCODE_SHEETS"
msgid "Reference"
msgstr "Азхьарҧш"
-#: scfuncs.hrc:3348
+#: sc/inc/scfuncs.hrc:3348
msgctxt "SC_OPCODE_SHEETS"
msgid "The reference to a cell or a range."
msgstr ""
-#: scfuncs.hrc:3354
+#: sc/inc/scfuncs.hrc:3354
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Horizontal search and reference to the cells located below."
msgstr ""
-#: scfuncs.hrc:3355
+#: sc/inc/scfuncs.hrc:3355
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Search criterion"
msgstr ""
-#: scfuncs.hrc:3356
+#: sc/inc/scfuncs.hrc:3356
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The value to be found in the first row."
msgstr ""
-#: scfuncs.hrc:3357
+#: sc/inc/scfuncs.hrc:3357
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Array"
msgstr "Амассив"
-#: scfuncs.hrc:3358
+#: sc/inc/scfuncs.hrc:3358
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The array or the range for the reference."
msgstr ""
-#: scfuncs.hrc:3359
+#: sc/inc/scfuncs.hrc:3359
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Index"
msgstr "Аиндекс"
-#: scfuncs.hrc:3360
+#: sc/inc/scfuncs.hrc:3360
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The row index in the array."
msgstr ""
-#: scfuncs.hrc:3361
+#: sc/inc/scfuncs.hrc:3361
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Sorted"
msgstr ""
-#: scfuncs.hrc:3362
+#: sc/inc/scfuncs.hrc:3362
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "If the value is TRUE or not given, the search row of the array must be sorted in ascending order."
msgstr ""
-#: scfuncs.hrc:3368
+#: sc/inc/scfuncs.hrc:3368
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Vertical search and reference to indicated cells."
msgstr ""
-#: scfuncs.hrc:3369
+#: sc/inc/scfuncs.hrc:3369
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Search criterion"
msgstr ""
-#: scfuncs.hrc:3370
+#: sc/inc/scfuncs.hrc:3370
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "The value to be found in the first column."
msgstr ""
-#: scfuncs.hrc:3371
+#: sc/inc/scfuncs.hrc:3371
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Array"
msgstr "Амассив"
-#: scfuncs.hrc:3372
+#: sc/inc/scfuncs.hrc:3372
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "The array or range for referencing."
msgstr ""
-#: scfuncs.hrc:3373
+#: sc/inc/scfuncs.hrc:3373
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Index"
msgstr "Аиндекс"
-#: scfuncs.hrc:3374
+#: sc/inc/scfuncs.hrc:3374
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Column index number in the array."
msgstr ""
-#: scfuncs.hrc:3375
+#: sc/inc/scfuncs.hrc:3375
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Sort order"
msgstr ""
-#: scfuncs.hrc:3376
+#: sc/inc/scfuncs.hrc:3376
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "If the value is TRUE or not given, the search column of the array must be sorted in ascending order."
msgstr ""
-#: scfuncs.hrc:3382
+#: sc/inc/scfuncs.hrc:3382
msgctxt "SC_OPCODE_INDEX"
msgid "Returns a reference to a cell from a defined range."
msgstr ""
-#: scfuncs.hrc:3383
+#: sc/inc/scfuncs.hrc:3383
msgctxt "SC_OPCODE_INDEX"
msgid "Reference"
msgstr "Азхьарҧш"
-#: scfuncs.hrc:3384
+#: sc/inc/scfuncs.hrc:3384
msgctxt "SC_OPCODE_INDEX"
msgid "The reference to a (multiple) range."
msgstr ""
-#: scfuncs.hrc:3385
+#: sc/inc/scfuncs.hrc:3385
msgctxt "SC_OPCODE_INDEX"
msgid "Row"
msgstr "Ацәаҳәа"
-#: scfuncs.hrc:3386
+#: sc/inc/scfuncs.hrc:3386
msgctxt "SC_OPCODE_INDEX"
msgid "The row in the range."
msgstr ""
-#: scfuncs.hrc:3387
+#: sc/inc/scfuncs.hrc:3387
msgctxt "SC_OPCODE_INDEX"
msgid "Column"
msgstr "Аиҵагыла"
-#: scfuncs.hrc:3388
+#: sc/inc/scfuncs.hrc:3388
msgctxt "SC_OPCODE_INDEX"
msgid "The column in the range."
msgstr ""
-#: scfuncs.hrc:3389
+#: sc/inc/scfuncs.hrc:3389
msgctxt "SC_OPCODE_INDEX"
msgid "Range"
msgstr "Адиапазон"
-#: scfuncs.hrc:3390
+#: sc/inc/scfuncs.hrc:3390
msgctxt "SC_OPCODE_INDEX"
msgid "The index of the subrange if referring to a multiple range."
msgstr ""
-#: scfuncs.hrc:3396
+#: sc/inc/scfuncs.hrc:3396
msgctxt "SC_OPCODE_INDIRECT"
msgid "Returns the contents of a cell that is referenced in text form."
msgstr ""
-#: scfuncs.hrc:3397
+#: sc/inc/scfuncs.hrc:3397
msgctxt "SC_OPCODE_INDIRECT"
msgid "Reference"
msgstr "Азхьарҧш"
-#: scfuncs.hrc:3398
+#: sc/inc/scfuncs.hrc:3398
msgctxt "SC_OPCODE_INDIRECT"
msgid "The cell whose contents are to be evaluated is to be referenced in text form (e.g. \"A1\")."
msgstr ""
-#: scfuncs.hrc:3399
+#: sc/inc/scfuncs.hrc:3399
msgctxt "SC_OPCODE_INDIRECT"
msgid "A1"
msgstr "А1"
-#: scfuncs.hrc:3400
+#: sc/inc/scfuncs.hrc:3400
msgctxt "SC_OPCODE_INDIRECT"
msgid "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style."
msgstr ""
-#: scfuncs.hrc:3406
+#: sc/inc/scfuncs.hrc:3406
msgctxt "SC_OPCODE_LOOKUP"
msgid "Determines a value in a vector by comparison to values in another vector."
msgstr ""
-#: scfuncs.hrc:3407
+#: sc/inc/scfuncs.hrc:3407
msgctxt "SC_OPCODE_LOOKUP"
msgid "Search criterion"
msgstr ""
-#: scfuncs.hrc:3408
+#: sc/inc/scfuncs.hrc:3408
msgctxt "SC_OPCODE_LOOKUP"
msgid "The value to be used for comparison."
msgstr ""
-#: scfuncs.hrc:3409
+#: sc/inc/scfuncs.hrc:3409
msgctxt "SC_OPCODE_LOOKUP"
msgid "Search vector"
msgstr ""
-#: scfuncs.hrc:3410
+#: sc/inc/scfuncs.hrc:3410
msgctxt "SC_OPCODE_LOOKUP"
msgid "The vector (row or column) in which to search."
msgstr ""
-#: scfuncs.hrc:3411
+#: sc/inc/scfuncs.hrc:3411
msgctxt "SC_OPCODE_LOOKUP"
msgid "Result vector"
msgstr ""
-#: scfuncs.hrc:3412
+#: sc/inc/scfuncs.hrc:3412
msgctxt "SC_OPCODE_LOOKUP"
msgid "The vector (row or range) from which the value is to be determined."
msgstr ""
-#: scfuncs.hrc:3418
+#: sc/inc/scfuncs.hrc:3418
msgctxt "SC_OPCODE_MATCH"
msgid "Defines a position in an array after comparing values."
msgstr ""
-#: scfuncs.hrc:3419
+#: sc/inc/scfuncs.hrc:3419
msgctxt "SC_OPCODE_MATCH"
msgid "Search criterion"
msgstr ""
-#: scfuncs.hrc:3420
+#: sc/inc/scfuncs.hrc:3420
msgctxt "SC_OPCODE_MATCH"
msgid "The value to be used for comparison."
msgstr ""
-#: scfuncs.hrc:3421
+#: sc/inc/scfuncs.hrc:3421
msgctxt "SC_OPCODE_MATCH"
msgid "Lookup array"
msgstr ""
-#: scfuncs.hrc:3422
+#: sc/inc/scfuncs.hrc:3422
msgctxt "SC_OPCODE_MATCH"
msgid "The array (range) in which the search is made."
msgstr ""
-#: scfuncs.hrc:3423
+#: sc/inc/scfuncs.hrc:3423
msgctxt "SC_OPCODE_MATCH"
msgid "Type"
msgstr "Атип"
-#: scfuncs.hrc:3424
+#: sc/inc/scfuncs.hrc:3424
msgctxt "SC_OPCODE_MATCH"
msgid "Type can take the value 1, 0 or -1 and determines the criteria to be used for comparison purposes."
msgstr ""
-#: scfuncs.hrc:3430
+#: sc/inc/scfuncs.hrc:3430
msgctxt "SC_OPCODE_OFFSET"
msgid "Returns a reference which has been moved in relation to the starting point."
msgstr ""
-#: scfuncs.hrc:3431
+#: sc/inc/scfuncs.hrc:3431
msgctxt "SC_OPCODE_OFFSET"
msgid "Reference"
msgstr "Азхьарҧш"
-#: scfuncs.hrc:3432
+#: sc/inc/scfuncs.hrc:3432
msgctxt "SC_OPCODE_OFFSET"
msgid "The reference (cell) from which to base the movement."
msgstr ""
-#: scfuncs.hrc:3433
+#: sc/inc/scfuncs.hrc:3433
msgctxt "SC_OPCODE_OFFSET"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: scfuncs.hrc:3434
+#: sc/inc/scfuncs.hrc:3434
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of rows to be moved either up or down."
msgstr ""
-#: scfuncs.hrc:3435
+#: sc/inc/scfuncs.hrc:3435
msgctxt "SC_OPCODE_OFFSET"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: scfuncs.hrc:3436
+#: sc/inc/scfuncs.hrc:3436
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of columns that are to be moved to the left or to the right."
msgstr ""
-#: scfuncs.hrc:3437
+#: sc/inc/scfuncs.hrc:3437
msgctxt "SC_OPCODE_OFFSET"
msgid "Height"
msgstr "Аҳаракыра"
-#: scfuncs.hrc:3438
+#: sc/inc/scfuncs.hrc:3438
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of rows of the moved reference."
msgstr ""
-#: scfuncs.hrc:3439
+#: sc/inc/scfuncs.hrc:3439
msgctxt "SC_OPCODE_OFFSET"
msgid "Width"
msgstr "Аҭбаара"
-#: scfuncs.hrc:3440
+#: sc/inc/scfuncs.hrc:3440
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of columns in the moved reference."
msgstr ""
-#: scfuncs.hrc:3446
+#: sc/inc/scfuncs.hrc:3446
msgctxt "SC_OPCODE_ERROR_TYPE"
msgid "Returns a number corresponding to an error type"
msgstr ""
-#: scfuncs.hrc:3447
+#: sc/inc/scfuncs.hrc:3447
msgctxt "SC_OPCODE_ERROR_TYPE"
msgid "Reference"
msgstr "Азхьарҧш"
-#: scfuncs.hrc:3448
+#: sc/inc/scfuncs.hrc:3448
msgctxt "SC_OPCODE_ERROR_TYPE"
msgid "The reference (cell) in which the error occurred."
msgstr ""
-#: scfuncs.hrc:3454
+#: sc/inc/scfuncs.hrc:3454
msgctxt "SC_OPCODE_ERROR_TYPE_ODF"
msgid "Returns a number corresponding to one of the error values or #N/A if no error exists"
msgstr ""
-#: scfuncs.hrc:3455
+#: sc/inc/scfuncs.hrc:3455
msgctxt "SC_OPCODE_ERROR_TYPE_ODF"
msgid "Expression"
msgstr ""
-#: scfuncs.hrc:3456
+#: sc/inc/scfuncs.hrc:3456
msgctxt "SC_OPCODE_ERROR_TYPE_ODF"
msgid "The error value whose identifying number you want to find. Can be the actual error value or a reference to a cell that you want to test."
msgstr ""
-#: scfuncs.hrc:3462
+#: sc/inc/scfuncs.hrc:3462
msgctxt "SC_OPCODE_STYLE"
msgid "Applies a Style to the formula cell."
msgstr "Иқәнаргылоит аформула зҵазкуа абларҭа астиль."
-#: scfuncs.hrc:3463
+#: sc/inc/scfuncs.hrc:3463
msgctxt "SC_OPCODE_STYLE"
msgid "Style"
msgstr "Астиль"
-#: scfuncs.hrc:3464
+#: sc/inc/scfuncs.hrc:3464
msgctxt "SC_OPCODE_STYLE"
msgid "The name of the Style to be applied."
msgstr ""
-#: scfuncs.hrc:3465
+#: sc/inc/scfuncs.hrc:3465
msgctxt "SC_OPCODE_STYLE"
msgid "Time"
msgstr "Аамҭа"
-#: scfuncs.hrc:3466
+#: sc/inc/scfuncs.hrc:3466
msgctxt "SC_OPCODE_STYLE"
msgid "The time (in seconds) that the Style is to remain valid."
msgstr ""
-#: scfuncs.hrc:3467
+#: sc/inc/scfuncs.hrc:3467
msgctxt "SC_OPCODE_STYLE"
msgid "Style 2"
msgstr ""
-#: scfuncs.hrc:3468
+#: sc/inc/scfuncs.hrc:3468
msgctxt "SC_OPCODE_STYLE"
msgid "The style to be applied after time expires."
msgstr ""
-#: scfuncs.hrc:3474
+#: sc/inc/scfuncs.hrc:3474
msgctxt "SC_OPCODE_DDE"
msgid "Result of a DDE link."
msgstr ""
-#: scfuncs.hrc:3475
+#: sc/inc/scfuncs.hrc:3475
msgctxt "SC_OPCODE_DDE"
msgid "Server"
msgstr "Асервер"
-#: scfuncs.hrc:3476
+#: sc/inc/scfuncs.hrc:3476
msgctxt "SC_OPCODE_DDE"
msgid "The name of the server application."
msgstr ""
-#: scfuncs.hrc:3477
+#: sc/inc/scfuncs.hrc:3477
msgctxt "SC_OPCODE_DDE"
msgid "Topic/file"
msgstr ""
-#: scfuncs.hrc:3478
+#: sc/inc/scfuncs.hrc:3478
msgctxt "SC_OPCODE_DDE"
msgid "The topic or name of the file."
msgstr ""
-#: scfuncs.hrc:3479
+#: sc/inc/scfuncs.hrc:3479
msgctxt "SC_OPCODE_DDE"
msgid "Item/range"
msgstr ""
-#: scfuncs.hrc:3480
+#: sc/inc/scfuncs.hrc:3480
msgctxt "SC_OPCODE_DDE"
msgid "The item or range from which data is to be taken."
msgstr ""
-#: scfuncs.hrc:3481
+#: sc/inc/scfuncs.hrc:3481
msgctxt "SC_OPCODE_DDE"
msgid "Mode"
msgstr "Арежим"
-#: scfuncs.hrc:3482
+#: sc/inc/scfuncs.hrc:3482
msgctxt "SC_OPCODE_DDE"
msgid "Defines how data is to be converted to numbers."
msgstr ""
-#: scfuncs.hrc:3488
+#: sc/inc/scfuncs.hrc:3488
msgctxt "SC_OPCODE_HYPERLINK"
msgid "Construct a Hyperlink."
msgstr ""
-#: scfuncs.hrc:3489
+#: sc/inc/scfuncs.hrc:3489
msgctxt "SC_OPCODE_HYPERLINK"
msgid "URL"
msgstr "URL"
-#: scfuncs.hrc:3490
+#: sc/inc/scfuncs.hrc:3490
msgctxt "SC_OPCODE_HYPERLINK"
msgid "The clickable URL."
msgstr ""
-#: scfuncs.hrc:3491
+#: sc/inc/scfuncs.hrc:3491
msgctxt "SC_OPCODE_HYPERLINK"
msgid "Cell text"
msgstr ""
-#: scfuncs.hrc:3492
+#: sc/inc/scfuncs.hrc:3492
msgctxt "SC_OPCODE_HYPERLINK"
msgid "The cell text to be displayed."
msgstr ""
-#: scfuncs.hrc:3498
+#: sc/inc/scfuncs.hrc:3498
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Extracts value(s) from a pivot table."
msgstr ""
-#: scfuncs.hrc:3499
+#: sc/inc/scfuncs.hrc:3499
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Data field"
msgstr ""
-#: scfuncs.hrc:3500
+#: sc/inc/scfuncs.hrc:3500
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "The name of the pivot table field to extract."
msgstr ""
-#: scfuncs.hrc:3501
+#: sc/inc/scfuncs.hrc:3501
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Pivot table"
msgstr ""
-#: scfuncs.hrc:3502
+#: sc/inc/scfuncs.hrc:3502
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "A reference to a cell or range in the pivot table."
msgstr ""
-#: scfuncs.hrc:3503
+#: sc/inc/scfuncs.hrc:3503
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Field name / item"
msgstr ""
-#: scfuncs.hrc:3504
+#: sc/inc/scfuncs.hrc:3504
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Field name/value pair to filter the target data."
msgstr ""
-#: scfuncs.hrc:3510
+#: sc/inc/scfuncs.hrc:3510
msgctxt "SC_OPCODE_BAHTTEXT"
msgid "Converts a number to text (Baht)."
msgstr ""
-#: scfuncs.hrc:3511
+#: sc/inc/scfuncs.hrc:3511
msgctxt "SC_OPCODE_BAHTTEXT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3512
+#: sc/inc/scfuncs.hrc:3512
msgctxt "SC_OPCODE_BAHTTEXT"
msgid "The number to convert."
msgstr ""
-#: scfuncs.hrc:3518
+#: sc/inc/scfuncs.hrc:3518
msgctxt "SC_OPCODE_JIS"
msgid "Converts half-width ASCII and katakana characters to full-width."
msgstr ""
-#: scfuncs.hrc:3519
+#: sc/inc/scfuncs.hrc:3519
msgctxt "SC_OPCODE_JIS"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3520
+#: sc/inc/scfuncs.hrc:3520
msgctxt "SC_OPCODE_JIS"
msgid "The text to convert."
msgstr ""
-#: scfuncs.hrc:3526
+#: sc/inc/scfuncs.hrc:3526
msgctxt "SC_OPCODE_ASC"
msgid "Converts full-width ASCII and katakana characters to half-width."
msgstr ""
-#: scfuncs.hrc:3527
+#: sc/inc/scfuncs.hrc:3527
msgctxt "SC_OPCODE_ASC"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3528
+#: sc/inc/scfuncs.hrc:3528
msgctxt "SC_OPCODE_ASC"
msgid "The text to convert."
msgstr ""
-#: scfuncs.hrc:3534
+#: sc/inc/scfuncs.hrc:3534
msgctxt "SC_OPCODE_CODE"
msgid "Returns a numeric code for the first character in a text string."
msgstr ""
-#: scfuncs.hrc:3535
+#: sc/inc/scfuncs.hrc:3535
msgctxt "SC_OPCODE_CODE"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3536
+#: sc/inc/scfuncs.hrc:3536
msgctxt "SC_OPCODE_CODE"
msgid "This is the text for which the code of the first character is to be found."
msgstr ""
-#: scfuncs.hrc:3542
+#: sc/inc/scfuncs.hrc:3542
msgctxt "SC_OPCODE_CURRENCY"
msgid "Converts a number to text in currency format."
msgstr ""
-#: scfuncs.hrc:3543
+#: sc/inc/scfuncs.hrc:3543
msgctxt "SC_OPCODE_CURRENCY"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:3544
+#: sc/inc/scfuncs.hrc:3544
msgctxt "SC_OPCODE_CURRENCY"
msgid "Value is a number, a reference to a cell containing a number or a formula that results in a number."
msgstr ""
-#: scfuncs.hrc:3545
+#: sc/inc/scfuncs.hrc:3545
msgctxt "SC_OPCODE_CURRENCY"
msgid "Decimals"
msgstr ""
-#: scfuncs.hrc:3546
+#: sc/inc/scfuncs.hrc:3546
msgctxt "SC_OPCODE_CURRENCY"
msgid "Decimal places. Denotes the number of digits to the right of the decimal point."
msgstr ""
-#: scfuncs.hrc:3552
+#: sc/inc/scfuncs.hrc:3552
msgctxt "SC_OPCODE_CHAR"
msgid "Converts a code number into a character or letter."
msgstr ""
-#: scfuncs.hrc:3553
+#: sc/inc/scfuncs.hrc:3553
msgctxt "SC_OPCODE_CHAR"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3554
+#: sc/inc/scfuncs.hrc:3554
msgctxt "SC_OPCODE_CHAR"
msgid "The code value for the character."
msgstr "Асимвол акод."
-#: scfuncs.hrc:3560
+#: sc/inc/scfuncs.hrc:3560
msgctxt "SC_OPCODE_CLEAN"
msgid "Removes all nonprintable characters from text."
msgstr ""
-#: scfuncs.hrc:3561
+#: sc/inc/scfuncs.hrc:3561
msgctxt "SC_OPCODE_CLEAN"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3562
+#: sc/inc/scfuncs.hrc:3562
msgctxt "SC_OPCODE_CLEAN"
msgid "The text from which nonprintable characters are to be removed."
msgstr ""
-#: scfuncs.hrc:3568
+#: sc/inc/scfuncs.hrc:3568
msgctxt "SC_OPCODE_CONCAT"
msgid "Combines several text items into one."
msgstr ""
-#: scfuncs.hrc:3569
+#: sc/inc/scfuncs.hrc:3569
msgctxt "SC_OPCODE_CONCAT"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3570
+#: sc/inc/scfuncs.hrc:3570
msgctxt "SC_OPCODE_CONCAT"
msgid "Text for the concatenation."
msgstr ""
-#: scfuncs.hrc:3576
+#: sc/inc/scfuncs.hrc:3576
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Combines several text items into one, accepts cell ranges as arguments."
msgstr ""
-#: scfuncs.hrc:3577
+#: sc/inc/scfuncs.hrc:3577
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3578
+#: sc/inc/scfuncs.hrc:3578
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Text and/or cell ranges for the concatenation."
msgstr ""
-#: scfuncs.hrc:3584
+#: sc/inc/scfuncs.hrc:3584
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Combines several text items into one, accepts cell ranges as arguments. Uses delimiter between items."
msgstr ""
-#: scfuncs.hrc:3585
+#: sc/inc/scfuncs.hrc:3585
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Delimiter"
msgstr ""
-#: scfuncs.hrc:3586
+#: sc/inc/scfuncs.hrc:3586
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text string to be used as delimiter."
msgstr ""
-#: scfuncs.hrc:3587
+#: sc/inc/scfuncs.hrc:3587
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Skip empty cells"
msgstr ""
-#: scfuncs.hrc:3588
+#: sc/inc/scfuncs.hrc:3588
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "If TRUE, empty cells will be ignored."
msgstr ""
-#: scfuncs.hrc:3589
+#: sc/inc/scfuncs.hrc:3589
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3590
+#: sc/inc/scfuncs.hrc:3590
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text and/or cell ranges for the concatenation."
msgstr ""
-#: scfuncs.hrc:3596
+#: sc/inc/scfuncs.hrc:3596
msgctxt "SC_OPCODE_IFS_MS"
msgid "Checks 1 or more conditions and returns a value corresponding to the first true condition."
msgstr ""
-#: scfuncs.hrc:3597
+#: sc/inc/scfuncs.hrc:3597
msgctxt "SC_OPCODE_IFS_MS"
msgid "Test"
msgstr "Атест"
-#: scfuncs.hrc:3598
+#: sc/inc/scfuncs.hrc:3598
msgctxt "SC_OPCODE_IFS_MS"
msgid "Any value or expression which can be either TRUE or FALSE."
msgstr ""
-#: scfuncs.hrc:3599
+#: sc/inc/scfuncs.hrc:3599
msgctxt "SC_OPCODE_IFS_MS"
msgid "Result"
msgstr "Алҵшәа"
-#: scfuncs.hrc:3600
+#: sc/inc/scfuncs.hrc:3600
msgctxt "SC_OPCODE_IFS_MS"
msgid "The result of the function if test is TRUE."
msgstr ""
-#: scfuncs.hrc:3606
+#: sc/inc/scfuncs.hrc:3606
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Checks 1 or more values and returns a result corresponding to the first value equal to the given expression."
msgstr ""
-#: scfuncs.hrc:3607
+#: sc/inc/scfuncs.hrc:3607
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Expression"
msgstr ""
-#: scfuncs.hrc:3608
+#: sc/inc/scfuncs.hrc:3608
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value that will be compared against value1-valueN."
msgstr ""
-#: scfuncs.hrc:3609
+#: sc/inc/scfuncs.hrc:3609
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:3610
+#: sc/inc/scfuncs.hrc:3610
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value that will be compared against expression."
msgstr ""
-#: scfuncs.hrc:3611
+#: sc/inc/scfuncs.hrc:3611
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Result"
msgstr "Алҵшәа"
-#: scfuncs.hrc:3612
+#: sc/inc/scfuncs.hrc:3612
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value to return when corresponding value argument matches expression."
msgstr ""
-#: scfuncs.hrc:3617
+#: sc/inc/scfuncs.hrc:3617
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Returns the minimum value in a range that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:3618
+#: sc/inc/scfuncs.hrc:3618
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Min range"
msgstr ""
-#: scfuncs.hrc:3619
+#: sc/inc/scfuncs.hrc:3619
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "The range from which the minimum will be determined."
msgstr ""
-#: scfuncs.hrc:3620
+#: sc/inc/scfuncs.hrc:3620
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Range "
msgstr "Адиапазон "
-#: scfuncs.hrc:3621
+#: sc/inc/scfuncs.hrc:3621
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:3622
+#: sc/inc/scfuncs.hrc:3622
#, fuzzy
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Criteria "
msgstr "Акритери"
-#: scfuncs.hrc:3623
+#: sc/inc/scfuncs.hrc:3623
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:3628
+#: sc/inc/scfuncs.hrc:3628
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Returns the maximum value in a range that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:3629
+#: sc/inc/scfuncs.hrc:3629
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Max range"
msgstr ""
-#: scfuncs.hrc:3630
+#: sc/inc/scfuncs.hrc:3630
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "The range from which the maximum will be determined."
msgstr ""
-#: scfuncs.hrc:3631
+#: sc/inc/scfuncs.hrc:3631
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Range "
msgstr "Адиапазон "
-#: scfuncs.hrc:3632
+#: sc/inc/scfuncs.hrc:3632
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:3633
+#: sc/inc/scfuncs.hrc:3633
#, fuzzy
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Criteria "
msgstr "Акритери"
-#: scfuncs.hrc:3634
+#: sc/inc/scfuncs.hrc:3634
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:3640
+#: sc/inc/scfuncs.hrc:3640
msgctxt "SC_OPCODE_EXACT"
msgid "Specifies whether two texts are identical."
msgstr ""
-#: scfuncs.hrc:3641
+#: sc/inc/scfuncs.hrc:3641
msgctxt "SC_OPCODE_EXACT"
msgid "Text 1"
msgstr ""
-#: scfuncs.hrc:3642
+#: sc/inc/scfuncs.hrc:3642
msgctxt "SC_OPCODE_EXACT"
msgid "The first text to be used for comparing texts."
msgstr ""
-#: scfuncs.hrc:3643
+#: sc/inc/scfuncs.hrc:3643
msgctxt "SC_OPCODE_EXACT"
msgid "Text 2"
msgstr ""
-#: scfuncs.hrc:3644
+#: sc/inc/scfuncs.hrc:3644
msgctxt "SC_OPCODE_EXACT"
msgid "The second text for comparing texts."
msgstr ""
-#: scfuncs.hrc:3650
+#: sc/inc/scfuncs.hrc:3650
msgctxt "SC_OPCODE_FIND"
msgid "Looks for a string of text within another (case sensitive)"
msgstr ""
-#: scfuncs.hrc:3651
+#: sc/inc/scfuncs.hrc:3651
msgctxt "SC_OPCODE_FIND"
msgid "Find text"
msgstr "Иҧшаатәу атеқст"
-#: scfuncs.hrc:3652
+#: sc/inc/scfuncs.hrc:3652
msgctxt "SC_OPCODE_FIND"
msgid "The text to be found."
msgstr ""
-#: scfuncs.hrc:3653
+#: sc/inc/scfuncs.hrc:3653
msgctxt "SC_OPCODE_FIND"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3654
+#: sc/inc/scfuncs.hrc:3654
msgctxt "SC_OPCODE_FIND"
msgid "The text in which a search is to be made."
msgstr ""
-#: scfuncs.hrc:3655
+#: sc/inc/scfuncs.hrc:3655
msgctxt "SC_OPCODE_FIND"
msgid "Position"
msgstr "Аҭыҧ"
-#: scfuncs.hrc:3656
+#: sc/inc/scfuncs.hrc:3656
msgctxt "SC_OPCODE_FIND"
msgid "The position in the text from which the search starts."
msgstr ""
-#: scfuncs.hrc:3662
+#: sc/inc/scfuncs.hrc:3662
msgctxt "SC_OPCODE_SEARCH"
msgid "Looks for one text value within another (not case-sensitive)."
msgstr ""
-#: scfuncs.hrc:3663
+#: sc/inc/scfuncs.hrc:3663
msgctxt "SC_OPCODE_SEARCH"
msgid "Find text"
msgstr "Иҧшаатәу атеқст"
-#: scfuncs.hrc:3664
+#: sc/inc/scfuncs.hrc:3664
msgctxt "SC_OPCODE_SEARCH"
msgid "The text to be found."
msgstr ""
-#: scfuncs.hrc:3665
+#: sc/inc/scfuncs.hrc:3665
msgctxt "SC_OPCODE_SEARCH"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3666
+#: sc/inc/scfuncs.hrc:3666
msgctxt "SC_OPCODE_SEARCH"
msgid "The text in which a search is to be made."
msgstr ""
-#: scfuncs.hrc:3667
+#: sc/inc/scfuncs.hrc:3667
msgctxt "SC_OPCODE_SEARCH"
msgid "Position"
msgstr "Аҭыҧ"
-#: scfuncs.hrc:3668
+#: sc/inc/scfuncs.hrc:3668
msgctxt "SC_OPCODE_SEARCH"
msgid "The position in the text where the search is started."
msgstr ""
-#: scfuncs.hrc:3674
+#: sc/inc/scfuncs.hrc:3674
msgctxt "SC_OPCODE_TRIM"
msgid "Removes extra spaces from text."
msgstr ""
-#: scfuncs.hrc:3675
+#: sc/inc/scfuncs.hrc:3675
msgctxt "SC_OPCODE_TRIM"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3676
+#: sc/inc/scfuncs.hrc:3676
msgctxt "SC_OPCODE_TRIM"
msgid "The text in which extra spaces between words are to be deleted."
msgstr ""
-#: scfuncs.hrc:3682
+#: sc/inc/scfuncs.hrc:3682
msgctxt "SC_OPCODE_PROPER"
msgid "Capitalizes the first letter in all words."
msgstr ""
-#: scfuncs.hrc:3683
+#: sc/inc/scfuncs.hrc:3683
msgctxt "SC_OPCODE_PROPER"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3684
+#: sc/inc/scfuncs.hrc:3684
msgctxt "SC_OPCODE_PROPER"
msgid "The text in which the beginning of words are to be replaced by capital letters."
msgstr ""
-#: scfuncs.hrc:3690
+#: sc/inc/scfuncs.hrc:3690
msgctxt "SC_OPCODE_UPPER"
msgid "Converts text to uppercase."
msgstr ""
-#: scfuncs.hrc:3691
+#: sc/inc/scfuncs.hrc:3691
msgctxt "SC_OPCODE_UPPER"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3692
+#: sc/inc/scfuncs.hrc:3692
msgctxt "SC_OPCODE_UPPER"
msgid "The text in which lower case letters are to be converted to capitals."
msgstr ""
-#: scfuncs.hrc:3698
+#: sc/inc/scfuncs.hrc:3698
msgctxt "SC_OPCODE_LOWER"
msgid "Converts text to lowercase."
msgstr ""
-#: scfuncs.hrc:3699
+#: sc/inc/scfuncs.hrc:3699
msgctxt "SC_OPCODE_LOWER"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3700
+#: sc/inc/scfuncs.hrc:3700
msgctxt "SC_OPCODE_LOWER"
msgid "The text in which capitals are converted to lower case letters."
msgstr ""
-#: scfuncs.hrc:3706
+#: sc/inc/scfuncs.hrc:3706
msgctxt "SC_OPCODE_VALUE"
msgid "Converts text to a number."
msgstr ""
-#: scfuncs.hrc:3707
+#: sc/inc/scfuncs.hrc:3707
msgctxt "SC_OPCODE_VALUE"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3708
+#: sc/inc/scfuncs.hrc:3708
msgctxt "SC_OPCODE_VALUE"
msgid "The text to be converted to a number."
msgstr ""
-#: scfuncs.hrc:3714
+#: sc/inc/scfuncs.hrc:3714
msgctxt "SC_OPCODE_TEXT"
msgid "Converts a number to text according to a given format."
msgstr ""
-#: scfuncs.hrc:3715
+#: sc/inc/scfuncs.hrc:3715
msgctxt "SC_OPCODE_TEXT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3716
+#: sc/inc/scfuncs.hrc:3716
msgctxt "SC_OPCODE_TEXT"
msgid "The numeric value to be converted."
msgstr ""
-#: scfuncs.hrc:3717
+#: sc/inc/scfuncs.hrc:3717
msgctxt "SC_OPCODE_TEXT"
msgid "Format"
msgstr "Аформат"
-#: scfuncs.hrc:3718
+#: sc/inc/scfuncs.hrc:3718
msgctxt "SC_OPCODE_TEXT"
msgid "The text that describes the format."
msgstr ""
-#: scfuncs.hrc:3724
+#: sc/inc/scfuncs.hrc:3724
msgctxt "SC_OPCODE_T"
msgid "Returns a value if it is text, otherwise an empty string."
msgstr ""
-#: scfuncs.hrc:3725
+#: sc/inc/scfuncs.hrc:3725
msgctxt "SC_OPCODE_T"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:3726
+#: sc/inc/scfuncs.hrc:3726
msgctxt "SC_OPCODE_T"
msgid "The value to be checked and returned if it is text."
msgstr ""
-#: scfuncs.hrc:3732
+#: sc/inc/scfuncs.hrc:3732
msgctxt "SC_OPCODE_REPLACE"
msgid "Replaces characters within a text string with a different text string."
msgstr ""
-#: scfuncs.hrc:3733
+#: sc/inc/scfuncs.hrc:3733
msgctxt "SC_OPCODE_REPLACE"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3734
+#: sc/inc/scfuncs.hrc:3734
msgctxt "SC_OPCODE_REPLACE"
msgid "The text in which some characters are to be replaced."
msgstr ""
-#: scfuncs.hrc:3735
+#: sc/inc/scfuncs.hrc:3735
msgctxt "SC_OPCODE_REPLACE"
msgid "Position"
msgstr "Аҭыҧ"
-#: scfuncs.hrc:3736
+#: sc/inc/scfuncs.hrc:3736
msgctxt "SC_OPCODE_REPLACE"
msgid "The character position from which text is to be replaced."
msgstr ""
-#: scfuncs.hrc:3737
+#: sc/inc/scfuncs.hrc:3737
msgctxt "SC_OPCODE_REPLACE"
msgid "Length"
msgstr "Аура"
-#: scfuncs.hrc:3738
+#: sc/inc/scfuncs.hrc:3738
msgctxt "SC_OPCODE_REPLACE"
msgid "The number of characters to be replaced."
msgstr ""
-#: scfuncs.hrc:3739
+#: sc/inc/scfuncs.hrc:3739
msgctxt "SC_OPCODE_REPLACE"
msgid "New text"
msgstr "Атеқст ҿыц"
-#: scfuncs.hrc:3740
+#: sc/inc/scfuncs.hrc:3740
msgctxt "SC_OPCODE_REPLACE"
msgid "The text to be inserted."
msgstr ""
-#: scfuncs.hrc:3746
+#: sc/inc/scfuncs.hrc:3746
msgctxt "SC_OPCODE_FIXED"
msgid "Formats a number with a fixed number of places after the decimal point and thousands separator."
msgstr ""
-#: scfuncs.hrc:3747
+#: sc/inc/scfuncs.hrc:3747
msgctxt "SC_OPCODE_FIXED"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3748
+#: sc/inc/scfuncs.hrc:3748
msgctxt "SC_OPCODE_FIXED"
msgid "The number to be formatted."
msgstr "Иформатркхо ахыҧхьаӡара."
-#: scfuncs.hrc:3749
+#: sc/inc/scfuncs.hrc:3749
msgctxt "SC_OPCODE_FIXED"
msgid "Decimals"
msgstr ""
-#: scfuncs.hrc:3750
+#: sc/inc/scfuncs.hrc:3750
msgctxt "SC_OPCODE_FIXED"
msgid "Decimal places. The number of fixed decimal places that are to be displayed."
msgstr ""
-#: scfuncs.hrc:3751
+#: sc/inc/scfuncs.hrc:3751
msgctxt "SC_OPCODE_FIXED"
msgid "No thousands separators"
msgstr ""
-#: scfuncs.hrc:3752
+#: sc/inc/scfuncs.hrc:3752
msgctxt "SC_OPCODE_FIXED"
msgid "Thousands separator. If 0 or omitted the locale group separator is used else the separator is suppressed."
msgstr ""
-#: scfuncs.hrc:3758
+#: sc/inc/scfuncs.hrc:3758
msgctxt "SC_OPCODE_LEN"
msgid "Calculates length of a text string."
msgstr ""
-#: scfuncs.hrc:3759
+#: sc/inc/scfuncs.hrc:3759
msgctxt "SC_OPCODE_LEN"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3760
+#: sc/inc/scfuncs.hrc:3760
msgctxt "SC_OPCODE_LEN"
msgid "The text in which the length is to be determined."
msgstr ""
-#: scfuncs.hrc:3766
+#: sc/inc/scfuncs.hrc:3766
msgctxt "SC_OPCODE_LEFT"
msgid "Returns the first character or characters of a text."
msgstr ""
-#: scfuncs.hrc:3767
+#: sc/inc/scfuncs.hrc:3767
msgctxt "SC_OPCODE_LEFT"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3768
+#: sc/inc/scfuncs.hrc:3768
msgctxt "SC_OPCODE_LEFT"
msgid "The text where the initial partial words are to be determined."
msgstr ""
-#: scfuncs.hrc:3769
+#: sc/inc/scfuncs.hrc:3769
msgctxt "SC_OPCODE_LEFT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3770
+#: sc/inc/scfuncs.hrc:3770
msgctxt "SC_OPCODE_LEFT"
msgid "The number of characters for the start text."
msgstr "Раҧхьатәи атеқст асимволқәа рхыҧхьаӡара."
-#: scfuncs.hrc:3776
+#: sc/inc/scfuncs.hrc:3776
msgctxt "SC_OPCODE_RIGHT"
msgid "Returns the last character or characters of a text."
msgstr ""
-#: scfuncs.hrc:3777
+#: sc/inc/scfuncs.hrc:3777
msgctxt "SC_OPCODE_RIGHT"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3778
+#: sc/inc/scfuncs.hrc:3778
msgctxt "SC_OPCODE_RIGHT"
msgid "The text in which the end partial words are to be determined."
msgstr ""
-#: scfuncs.hrc:3779
+#: sc/inc/scfuncs.hrc:3779
msgctxt "SC_OPCODE_RIGHT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3780
+#: sc/inc/scfuncs.hrc:3780
#, fuzzy
msgctxt "SC_OPCODE_RIGHT"
msgid "The number of characters for the end text."
msgstr "Атеқст асимволқәа рхыҧхьаӡара."
-#: scfuncs.hrc:3786
+#: sc/inc/scfuncs.hrc:3786
msgctxt "SC_OPCODE_MID"
msgid "Returns a partial text string of a text."
msgstr ""
-#: scfuncs.hrc:3787
+#: sc/inc/scfuncs.hrc:3787
msgctxt "SC_OPCODE_MID"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3788
+#: sc/inc/scfuncs.hrc:3788
msgctxt "SC_OPCODE_MID"
msgid "The text in which partial words are to be determined."
msgstr ""
-#: scfuncs.hrc:3789
+#: sc/inc/scfuncs.hrc:3789
msgctxt "SC_OPCODE_MID"
msgid "Start"
msgstr ""
-#: scfuncs.hrc:3790
+#: sc/inc/scfuncs.hrc:3790
msgctxt "SC_OPCODE_MID"
msgid "The position from which the part word is to be determined."
msgstr ""
-#: scfuncs.hrc:3791
+#: sc/inc/scfuncs.hrc:3791
msgctxt "SC_OPCODE_MID"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3792
+#: sc/inc/scfuncs.hrc:3792
msgctxt "SC_OPCODE_MID"
msgid "The number of characters for the text."
msgstr "Атеқст асимволқәа рхыҧхьаӡара."
-#: scfuncs.hrc:3798
+#: sc/inc/scfuncs.hrc:3798
msgctxt "SC_OPCODE_REPT"
msgid "Repeats text a given number of times."
msgstr ""
-#: scfuncs.hrc:3799
+#: sc/inc/scfuncs.hrc:3799
msgctxt "SC_OPCODE_REPT"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3800
+#: sc/inc/scfuncs.hrc:3800
msgctxt "SC_OPCODE_REPT"
msgid "The text to be repeated."
msgstr ""
-#: scfuncs.hrc:3801
+#: sc/inc/scfuncs.hrc:3801
msgctxt "SC_OPCODE_REPT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3802
+#: sc/inc/scfuncs.hrc:3802
msgctxt "SC_OPCODE_REPT"
msgid "The number of times the text is to be repeated."
msgstr ""
-#: scfuncs.hrc:3808
+#: sc/inc/scfuncs.hrc:3808
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Substitutes new text for old text in a string."
msgstr ""
-#: scfuncs.hrc:3809
+#: sc/inc/scfuncs.hrc:3809
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3810
+#: sc/inc/scfuncs.hrc:3810
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The text in which partial words are to be replaced."
msgstr ""
-#: scfuncs.hrc:3811
+#: sc/inc/scfuncs.hrc:3811
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Search text"
msgstr ""
-#: scfuncs.hrc:3812
+#: sc/inc/scfuncs.hrc:3812
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The partial string to be (repeatedly) replaced."
msgstr ""
-#: scfuncs.hrc:3813
+#: sc/inc/scfuncs.hrc:3813
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "New text"
msgstr "Атеқст ҿыц"
-#: scfuncs.hrc:3814
+#: sc/inc/scfuncs.hrc:3814
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The text which is to replace the text string."
msgstr ""
-#: scfuncs.hrc:3815
+#: sc/inc/scfuncs.hrc:3815
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Occurrence"
msgstr ""
-#: scfuncs.hrc:3816
+#: sc/inc/scfuncs.hrc:3816
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Which occurrence of the old text is to be replaced."
msgstr ""
-#: scfuncs.hrc:3822
+#: sc/inc/scfuncs.hrc:3822
msgctxt "SC_OPCODE_BASE"
msgid "Converts a positive integer to text from a number system to the base defined."
msgstr ""
-#: scfuncs.hrc:3823
+#: sc/inc/scfuncs.hrc:3823
msgctxt "SC_OPCODE_BASE"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3824
+#: sc/inc/scfuncs.hrc:3824
#, fuzzy
msgctxt "SC_OPCODE_BASE"
msgid "The number to be converted."
msgstr "Иформатркхо ахыҧхьаӡара."
-#: scfuncs.hrc:3825
+#: sc/inc/scfuncs.hrc:3825
msgctxt "SC_OPCODE_BASE"
msgid "Radix"
msgstr ""
-#: scfuncs.hrc:3826
+#: sc/inc/scfuncs.hrc:3826
msgctxt "SC_OPCODE_BASE"
msgid "The base number for conversion must be in the range 2 - 36."
msgstr ""
-#: scfuncs.hrc:3827
+#: sc/inc/scfuncs.hrc:3827
msgctxt "SC_OPCODE_BASE"
msgid "Minimum length"
msgstr "Иминималу аура"
-#: scfuncs.hrc:3828
+#: sc/inc/scfuncs.hrc:3828
msgctxt "SC_OPCODE_BASE"
msgid "If the text is shorter than the specified length, zeros are added to the left of the string."
msgstr ""
-#: scfuncs.hrc:3834
+#: sc/inc/scfuncs.hrc:3834
msgctxt "SC_OPCODE_DECIMAL"
msgid "Converts a text of a specified number system to a positive integer in the base given."
msgstr ""
-#: scfuncs.hrc:3835
+#: sc/inc/scfuncs.hrc:3835
msgctxt "SC_OPCODE_DECIMAL"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3836
+#: sc/inc/scfuncs.hrc:3836
msgctxt "SC_OPCODE_DECIMAL"
msgid "The text to be converted."
msgstr ""
-#: scfuncs.hrc:3837
+#: sc/inc/scfuncs.hrc:3837
msgctxt "SC_OPCODE_DECIMAL"
msgid "Radix"
msgstr ""
-#: scfuncs.hrc:3838
+#: sc/inc/scfuncs.hrc:3838
msgctxt "SC_OPCODE_DECIMAL"
msgid "The base number for conversion must be in the range 2 - 36."
msgstr ""
-#: scfuncs.hrc:3844
+#: sc/inc/scfuncs.hrc:3844
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Converts a value according to a conversion table in the configuration (main.xcd)."
msgstr ""
-#: scfuncs.hrc:3845
+#: sc/inc/scfuncs.hrc:3845
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:3846
+#: sc/inc/scfuncs.hrc:3846
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "The value to be converted."
msgstr ""
-#: scfuncs.hrc:3847 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3849
+#: sc/inc/scfuncs.hrc:3847 sc/inc/scfuncs.hrc:3849
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3848
+#: sc/inc/scfuncs.hrc:3848
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Unit from which something is converted, case-sensitive."
msgstr ""
-#: scfuncs.hrc:3850
+#: sc/inc/scfuncs.hrc:3850
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Unit into which something is converted, case-sensitive."
msgstr ""
-#: scfuncs.hrc:3856
+#: sc/inc/scfuncs.hrc:3856
msgctxt "SC_OPCODE_ROMAN"
msgid "Converts a number to a Roman numeral."
msgstr ""
-#: scfuncs.hrc:3857
+#: sc/inc/scfuncs.hrc:3857
msgctxt "SC_OPCODE_ROMAN"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3858
+#: sc/inc/scfuncs.hrc:3858
msgctxt "SC_OPCODE_ROMAN"
msgid "The number to be converted to a Roman numeral must be in the 0 - 3999 range."
msgstr ""
-#: scfuncs.hrc:3859
+#: sc/inc/scfuncs.hrc:3859
#, fuzzy
msgctxt "SC_OPCODE_ROMAN"
msgid "Mode"
msgstr "Амодель"
-#: scfuncs.hrc:3860
+#: sc/inc/scfuncs.hrc:3860
msgctxt "SC_OPCODE_ROMAN"
msgid "The more this value increases, the more the Roman numeral is simplified. The value must be in the 0 - 4 range."
msgstr ""
-#: scfuncs.hrc:3866
+#: sc/inc/scfuncs.hrc:3866
msgctxt "SC_OPCODE_ARABIC"
msgid "Calculates the value of a Roman numeral."
msgstr ""
-#: scfuncs.hrc:3867
+#: sc/inc/scfuncs.hrc:3867
msgctxt "SC_OPCODE_ARABIC"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3868
+#: sc/inc/scfuncs.hrc:3868
msgctxt "SC_OPCODE_ARABIC"
msgid "The text that represents a Roman numeral."
msgstr ""
-#: scfuncs.hrc:3873
+#: sc/inc/scfuncs.hrc:3873
msgctxt "SC_OPCODE_INFO"
msgid "Returns information about the environment."
msgstr ""
-#: scfuncs.hrc:3874
+#: sc/inc/scfuncs.hrc:3874
msgctxt "SC_OPCODE_INFO"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3875
+#: sc/inc/scfuncs.hrc:3875
msgctxt "SC_OPCODE_INFO"
msgid "Can be \"osversion\", \"system\", \"release\", \"numfile\", and \"recalc\"."
msgstr "Акәзар ауеит «osversion», «system», «release», «numfile», и «recalc»."
-#: scfuncs.hrc:3880
+#: sc/inc/scfuncs.hrc:3880
msgctxt "SC_OPCODE_UNICODE"
msgid "Returns the numeric code for the first Unicode character in a text string."
msgstr ""
-#: scfuncs.hrc:3881
+#: sc/inc/scfuncs.hrc:3881
msgctxt "SC_OPCODE_UNICODE"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3882
+#: sc/inc/scfuncs.hrc:3882
msgctxt "SC_OPCODE_UNICODE"
msgid "This is the text for which the code of the first character is to be found."
msgstr ""
-#: scfuncs.hrc:3887
+#: sc/inc/scfuncs.hrc:3887
msgctxt "SC_OPCODE_UNICHAR"
msgid "Converts a code number into a Unicode character or letter."
msgstr ""
-#: scfuncs.hrc:3888
+#: sc/inc/scfuncs.hrc:3888
msgctxt "SC_OPCODE_UNICHAR"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3889
+#: sc/inc/scfuncs.hrc:3889
msgctxt "SC_OPCODE_UNICHAR"
msgid "The code value for the character."
msgstr "Асимвол акод."
-#: scfuncs.hrc:3894
+#: sc/inc/scfuncs.hrc:3894
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Converts a value from one to another Euro currency."
msgstr ""
-#: scfuncs.hrc:3895
+#: sc/inc/scfuncs.hrc:3895
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:3896
+#: sc/inc/scfuncs.hrc:3896
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "The value to be converted."
msgstr ""
-#: scfuncs.hrc:3897
+#: sc/inc/scfuncs.hrc:3897
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "From currency"
msgstr ""
-#: scfuncs.hrc:3898
+#: sc/inc/scfuncs.hrc:3898
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "ISO 4217 code of the currency from which is converted, case-sensitive."
msgstr ""
-#: scfuncs.hrc:3899
+#: sc/inc/scfuncs.hrc:3899
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "To currency"
msgstr ""
-#: scfuncs.hrc:3900
+#: sc/inc/scfuncs.hrc:3900
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "ISO 4217 code of the currency into which is converted, case-sensitive."
msgstr ""
-#: scfuncs.hrc:3901
+#: sc/inc/scfuncs.hrc:3901
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Full precision"
msgstr ""
-#: scfuncs.hrc:3902
+#: sc/inc/scfuncs.hrc:3902
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "If omitted or 0 or FALSE, the result is rounded to the decimals of To_currency. Else the result is not rounded."
msgstr ""
-#: scfuncs.hrc:3903
+#: sc/inc/scfuncs.hrc:3903
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Triangulation precision"
msgstr ""
#. This description uses almost all available space in the dialog, make sure translations fit in size
-#: scfuncs.hrc:3905
+#: sc/inc/scfuncs.hrc:3905
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "If given and >=3, the intermediate result of a triangular conversion is rounded to that precision. If omitted, the result is not rounded."
msgstr ""
-#: scfuncs.hrc:3910
+#: sc/inc/scfuncs.hrc:3910
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Converts text to a number, in a locale-independent way."
msgstr ""
-#: scfuncs.hrc:3911
+#: sc/inc/scfuncs.hrc:3911
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3912
+#: sc/inc/scfuncs.hrc:3912
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "The text to be converted to a number."
msgstr ""
-#: scfuncs.hrc:3913
+#: sc/inc/scfuncs.hrc:3913
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Decimal separator"
msgstr "Ижәабатәу аиҟәшага"
-#: scfuncs.hrc:3914
+#: sc/inc/scfuncs.hrc:3914
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Defines the character used as the decimal separator."
msgstr ""
-#: scfuncs.hrc:3915
+#: sc/inc/scfuncs.hrc:3915
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Group separator"
msgstr ""
-#: scfuncs.hrc:3916
+#: sc/inc/scfuncs.hrc:3916
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Defines the character(s) used as the group separator."
msgstr ""
-#: scfuncs.hrc:3922
+#: sc/inc/scfuncs.hrc:3922
msgctxt "SC_OPCODE_BITAND"
msgid "Bitwise \"AND\" of two integers."
msgstr ""
-#: scfuncs.hrc:3923
+#: sc/inc/scfuncs.hrc:3923
msgctxt "SC_OPCODE_BITAND"
msgid "Number1"
msgstr "Ахыҧхьаӡара 1"
-#: scfuncs.hrc:3924 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3926
+#: sc/inc/scfuncs.hrc:3924 sc/inc/scfuncs.hrc:3926
msgctxt "SC_OPCODE_BITAND"
msgid "Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3925
+#: sc/inc/scfuncs.hrc:3925
msgctxt "SC_OPCODE_BITAND"
msgid "Number2"
msgstr "Ахыҧхьаӡара2"
-#: scfuncs.hrc:3931
+#: sc/inc/scfuncs.hrc:3931
msgctxt "SC_OPCODE_BITOR"
msgid "Bitwise \"OR\" of two integers."
msgstr ""
-#: scfuncs.hrc:3932
+#: sc/inc/scfuncs.hrc:3932
msgctxt "SC_OPCODE_BITOR"
msgid "Number1"
msgstr "Ахыҧхьаӡара1"
-#: scfuncs.hrc:3933 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3935
+#: sc/inc/scfuncs.hrc:3933 sc/inc/scfuncs.hrc:3935
msgctxt "SC_OPCODE_BITOR"
msgid "Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3934
+#: sc/inc/scfuncs.hrc:3934
msgctxt "SC_OPCODE_BITOR"
msgid "Number2"
msgstr "Ахыҧхьаӡара2"
-#: scfuncs.hrc:3940
+#: sc/inc/scfuncs.hrc:3940
msgctxt "SC_OPCODE_BITXOR"
msgid "Bitwise \"exclusive OR\" of two integers."
msgstr ""
-#: scfuncs.hrc:3941
+#: sc/inc/scfuncs.hrc:3941
msgctxt "SC_OPCODE_BITXOR"
msgid "Number1"
msgstr "Ахыҧхьаӡара1"
-#: scfuncs.hrc:3942 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3944
+#: sc/inc/scfuncs.hrc:3942 sc/inc/scfuncs.hrc:3944
msgctxt "SC_OPCODE_BITXOR"
msgid "Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3943
+#: sc/inc/scfuncs.hrc:3943
msgctxt "SC_OPCODE_BITXOR"
msgid "Number2"
msgstr "Ахыҧхьаӡара2"
-#: scfuncs.hrc:3949
+#: sc/inc/scfuncs.hrc:3949
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "Bitwise right shift of an integer value."
msgstr ""
-#: scfuncs.hrc:3950
+#: sc/inc/scfuncs.hrc:3950
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3951
+#: sc/inc/scfuncs.hrc:3951
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "The value to be shifted. Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3952
+#: sc/inc/scfuncs.hrc:3952
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "Shift"
msgstr ""
-#: scfuncs.hrc:3953
+#: sc/inc/scfuncs.hrc:3953
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "The integer number of bits the value is to be shifted."
msgstr ""
-#: scfuncs.hrc:3958
+#: sc/inc/scfuncs.hrc:3958
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "Bitwise left shift of an integer value."
msgstr ""
-#: scfuncs.hrc:3959
+#: sc/inc/scfuncs.hrc:3959
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3960
+#: sc/inc/scfuncs.hrc:3960
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "The value to be shifted. Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3961
+#: sc/inc/scfuncs.hrc:3961
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "Shift"
msgstr ""
-#: scfuncs.hrc:3962
+#: sc/inc/scfuncs.hrc:3962
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "The integer number of bits the value is to be shifted."
msgstr ""
-#: scfuncs.hrc:3967
+#: sc/inc/scfuncs.hrc:3967
msgctxt "SC_OPCODE_LENB"
msgid "Calculates length of a text string, with DBCS"
msgstr ""
-#: scfuncs.hrc:3968
+#: sc/inc/scfuncs.hrc:3968
msgctxt "SC_OPCODE_LENB"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3969
+#: sc/inc/scfuncs.hrc:3969
msgctxt "SC_OPCODE_LENB"
msgid "The text in which the length is to be determined."
msgstr ""
-#: scfuncs.hrc:3974
+#: sc/inc/scfuncs.hrc:3974
msgctxt "SC_OPCODE_RIGHTB"
msgid "Returns the last character or characters of a text,with DBCS"
msgstr ""
-#: scfuncs.hrc:3975
+#: sc/inc/scfuncs.hrc:3975
msgctxt "SC_OPCODE_RIGHTB"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3976
+#: sc/inc/scfuncs.hrc:3976
msgctxt "SC_OPCODE_RIGHTB"
msgid "The text in which the end partial words are to be determined."
msgstr ""
-#: scfuncs.hrc:3977
+#: sc/inc/scfuncs.hrc:3977
msgctxt "SC_OPCODE_RIGHTB"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3978
+#: sc/inc/scfuncs.hrc:3978
#, fuzzy
msgctxt "SC_OPCODE_RIGHTB"
msgid "The number of characters for the end text."
msgstr "Атеқст асимволқәа рхыҧхьаӡара."
-#: scfuncs.hrc:3983
+#: sc/inc/scfuncs.hrc:3983
msgctxt "SC_OPCODE_LEFTB"
msgid "Returns the first character or characters of a text,with DBCS"
msgstr ""
-#: scfuncs.hrc:3984
+#: sc/inc/scfuncs.hrc:3984
msgctxt "SC_OPCODE_LEFTB"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3985
+#: sc/inc/scfuncs.hrc:3985
msgctxt "SC_OPCODE_LEFTB"
msgid "The text where the initial partial words are to be determined."
msgstr ""
-#: scfuncs.hrc:3986
+#: sc/inc/scfuncs.hrc:3986
msgctxt "SC_OPCODE_LEFTB"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3987
+#: sc/inc/scfuncs.hrc:3987
msgctxt "SC_OPCODE_LEFTB"
msgid "The number of characters for the start text."
msgstr "Раҧхьатәи атеқст асимволқәа рхыҧхьаӡара."
-#: scfuncs.hrc:3992
+#: sc/inc/scfuncs.hrc:3992
msgctxt "SC_OPCODE_MIDB"
msgid "Returns a partial text string of a text, with DBCS"
msgstr ""
-#: scfuncs.hrc:3993
+#: sc/inc/scfuncs.hrc:3993
msgctxt "SC_OPCODE_MIDB"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:3994
+#: sc/inc/scfuncs.hrc:3994
msgctxt "SC_OPCODE_MIDB"
msgid "The text in which partial words are to be determined."
msgstr ""
-#: scfuncs.hrc:3995
+#: sc/inc/scfuncs.hrc:3995
msgctxt "SC_OPCODE_MIDB"
msgid "Start"
msgstr ""
-#: scfuncs.hrc:3996
+#: sc/inc/scfuncs.hrc:3996
msgctxt "SC_OPCODE_MIDB"
msgid "The position from which the part word is to be determined."
msgstr ""
-#: scfuncs.hrc:3997
+#: sc/inc/scfuncs.hrc:3997
msgctxt "SC_OPCODE_MIDB"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: scfuncs.hrc:3998
+#: sc/inc/scfuncs.hrc:3998
msgctxt "SC_OPCODE_MIDB"
msgid "The number of characters for the text."
msgstr "Атеқст асимволқәа рхыҧхьаӡара."
-#: scfuncs.hrc:4003
+#: sc/inc/scfuncs.hrc:4003
msgctxt "SC_OPCODE_FILTERXML"
msgid "Apply an XPath expression to an XML document"
msgstr ""
-#: scfuncs.hrc:4004
+#: sc/inc/scfuncs.hrc:4004
msgctxt "SC_OPCODE_FILTERXML"
msgid "XML Document"
msgstr "XML адокумент"
-#: scfuncs.hrc:4005
+#: sc/inc/scfuncs.hrc:4005
msgctxt "SC_OPCODE_FILTERXML"
msgid "String containing a valid XML stream"
msgstr ""
-#: scfuncs.hrc:4006
+#: sc/inc/scfuncs.hrc:4006
msgctxt "SC_OPCODE_FILTERXML"
msgid "XPath expression"
msgstr ""
-#: scfuncs.hrc:4007
+#: sc/inc/scfuncs.hrc:4007
msgctxt "SC_OPCODE_FILTERXML"
msgid "String containing a valid XPath expression"
msgstr ""
-#: scfuncs.hrc:4012
+#: sc/inc/scfuncs.hrc:4012
msgctxt "SC_OPCODE_COLOR"
msgid "Returns an implementation defined value representing a RGBA color"
msgstr ""
-#: scfuncs.hrc:4013
+#: sc/inc/scfuncs.hrc:4013
msgctxt "SC_OPCODE_COLOR"
msgid "Red"
msgstr "Аҟаҧшь"
-#: scfuncs.hrc:4014
+#: sc/inc/scfuncs.hrc:4014
msgctxt "SC_OPCODE_COLOR"
msgid "Value of red"
msgstr ""
-#: scfuncs.hrc:4015
+#: sc/inc/scfuncs.hrc:4015
msgctxt "SC_OPCODE_COLOR"
msgid "Green"
msgstr "Аиаҵәа"
-#: scfuncs.hrc:4016
+#: sc/inc/scfuncs.hrc:4016
msgctxt "SC_OPCODE_COLOR"
msgid "Value of green"
msgstr ""
-#: scfuncs.hrc:4017
+#: sc/inc/scfuncs.hrc:4017
msgctxt "SC_OPCODE_COLOR"
msgid "Blue"
msgstr ""
-#: scfuncs.hrc:4018
+#: sc/inc/scfuncs.hrc:4018
msgctxt "SC_OPCODE_COLOR"
msgid "Value of blue"
msgstr ""
-#: scfuncs.hrc:4019
+#: sc/inc/scfuncs.hrc:4019
msgctxt "SC_OPCODE_COLOR"
msgid "Alpha"
msgstr "Альфа"
-#: scfuncs.hrc:4020
+#: sc/inc/scfuncs.hrc:4020
msgctxt "SC_OPCODE_COLOR"
msgid "Value of alpha"
msgstr ""
-#: scfuncs.hrc:4025
+#: sc/inc/scfuncs.hrc:4025
msgctxt "SC_OPCODE_WEBSERVICE"
msgid "Get some webcontent from an URI."
msgstr ""
-#: scfuncs.hrc:4026
+#: sc/inc/scfuncs.hrc:4026
msgctxt "SC_OPCODE_WEBSERVICE"
msgid "URI"
msgstr ""
-#: scfuncs.hrc:4027
+#: sc/inc/scfuncs.hrc:4027
msgctxt "SC_OPCODE_WEBSERVICE"
msgid "URI of the webservice"
msgstr ""
-#: scfuncs.hrc:4032
+#: sc/inc/scfuncs.hrc:4032
msgctxt "SC_OPCODE_ENCODEURL"
msgid "Return a URL-encoded string."
msgstr ""
-#: scfuncs.hrc:4033
+#: sc/inc/scfuncs.hrc:4033
msgctxt "SC_OPCODE_ENCODEURL"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:4034
+#: sc/inc/scfuncs.hrc:4034
msgctxt "SC_OPCODE_ENCODEURL"
msgid "A string to be URL-encoded"
msgstr ""
-#: scfuncs.hrc:4039
+#: sc/inc/scfuncs.hrc:4039
msgctxt "SC_OPCODE_ERF_MS"
msgid "Returns the error function."
msgstr ""
-#: scfuncs.hrc:4040
+#: sc/inc/scfuncs.hrc:4040
msgctxt "SC_OPCODE_ERF_MS"
msgid "Lower limit"
msgstr ""
-#: scfuncs.hrc:4041
+#: sc/inc/scfuncs.hrc:4041
msgctxt "SC_OPCODE_ERF_MS"
msgid "The lower limit for integration"
msgstr ""
-#: scfuncs.hrc:4046
+#: sc/inc/scfuncs.hrc:4046
msgctxt "SC_OPCODE_ERFC_MS"
msgid "Returns the complementary error function."
msgstr ""
-#: scfuncs.hrc:4047
+#: sc/inc/scfuncs.hrc:4047
msgctxt "SC_OPCODE_ERFC_MS"
msgid "Lower limit"
msgstr ""
-#: scfuncs.hrc:4048
+#: sc/inc/scfuncs.hrc:4048
msgctxt "SC_OPCODE_ERFC_MS"
msgid "The lower limit for integration"
msgstr ""
-#: scfuncs.hrc:4053
+#: sc/inc/scfuncs.hrc:4053
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Returns the subtraction of numbers. Like a-b-c but without eliminating small roundoff errors."
msgstr ""
-#: scfuncs.hrc:4054
+#: sc/inc/scfuncs.hrc:4054
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Minuend"
msgstr ""
-#: scfuncs.hrc:4055
+#: sc/inc/scfuncs.hrc:4055
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Number from which following arguments are subtracted."
msgstr ""
-#: scfuncs.hrc:4056
+#: sc/inc/scfuncs.hrc:4056
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Subtrahend "
msgstr ""
-#: scfuncs.hrc:4057
+#: sc/inc/scfuncs.hrc:4057
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Subtrahend 1, subtrahend 2, ... are numerical arguments subtracted from the minuend."
msgstr ""
-#: scfuncs.hrc:4063
+#: sc/inc/scfuncs.hrc:4063
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "Rounds a number to predefined significant digits."
msgstr ""
-#: scfuncs.hrc:4064
+#: sc/inc/scfuncs.hrc:4064
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "Value"
msgstr "Аҵакы"
-#: scfuncs.hrc:4065
+#: sc/inc/scfuncs.hrc:4065
#, fuzzy
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "The number to be rounded."
msgstr "Иформатркхо ахыҧхьаӡара."
-#: scfuncs.hrc:4066
+#: sc/inc/scfuncs.hrc:4066
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "Digits"
msgstr ""
-#: scfuncs.hrc:4067
+#: sc/inc/scfuncs.hrc:4067
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "The number of significant digits to which value is to be rounded."
msgstr ""
-#: scfuncs.hrc:4072
+#: sc/inc/scfuncs.hrc:4072
msgctxt "SC_OPCODE_REPLACEB"
msgid "Replaces characters within a text string with a different text string, with DBCS."
msgstr ""
-#: scfuncs.hrc:4073
+#: sc/inc/scfuncs.hrc:4073
msgctxt "SC_OPCODE_REPLACEB"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:4074
+#: sc/inc/scfuncs.hrc:4074
msgctxt "SC_OPCODE_REPLACEB"
msgid "The text in which some characters are to be replaced."
msgstr ""
-#: scfuncs.hrc:4075
+#: sc/inc/scfuncs.hrc:4075
msgctxt "SC_OPCODE_REPLACEB"
msgid "Position"
msgstr "Аҭыҧ"
-#: scfuncs.hrc:4076
+#: sc/inc/scfuncs.hrc:4076
msgctxt "SC_OPCODE_REPLACEB"
msgid "The character position from which text is to be replaced."
msgstr ""
-#: scfuncs.hrc:4077
+#: sc/inc/scfuncs.hrc:4077
msgctxt "SC_OPCODE_REPLACEB"
msgid "Length"
msgstr "Аура"
-#: scfuncs.hrc:4078
+#: sc/inc/scfuncs.hrc:4078
msgctxt "SC_OPCODE_REPLACEB"
msgid "The number of characters to be replaced."
msgstr ""
-#: scfuncs.hrc:4079
+#: sc/inc/scfuncs.hrc:4079
msgctxt "SC_OPCODE_REPLACEB"
msgid "New text"
msgstr "Атеқст ҿыц"
-#: scfuncs.hrc:4080
+#: sc/inc/scfuncs.hrc:4080
msgctxt "SC_OPCODE_REPLACEB"
msgid "The text to be inserted."
msgstr ""
-#: scfuncs.hrc:4086
+#: sc/inc/scfuncs.hrc:4086
msgctxt "SC_OPCODE_FINDB"
msgid "Looks for a string of text within another (case sensitive), using byte positions."
msgstr ""
-#: scfuncs.hrc:4087
+#: sc/inc/scfuncs.hrc:4087
msgctxt "SC_OPCODE_FINDB"
msgid "Find text"
msgstr "Иҧшаатәу атеқст"
-#: scfuncs.hrc:4088
+#: sc/inc/scfuncs.hrc:4088
msgctxt "SC_OPCODE_FINDB"
msgid "The text to be found."
msgstr ""
-#: scfuncs.hrc:4089
+#: sc/inc/scfuncs.hrc:4089
msgctxt "SC_OPCODE_FINDB"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:4090
+#: sc/inc/scfuncs.hrc:4090
msgctxt "SC_OPCODE_FINDB"
msgid "The text in which a search is to be made."
msgstr ""
-#: scfuncs.hrc:4091
+#: sc/inc/scfuncs.hrc:4091
msgctxt "SC_OPCODE_FINDB"
msgid "Position"
msgstr "Аҭыҧ"
-#: scfuncs.hrc:4092
+#: sc/inc/scfuncs.hrc:4092
msgctxt "SC_OPCODE_FINDB"
msgid "The position in the text from which the search starts."
msgstr ""
-#: scfuncs.hrc:4098
+#: sc/inc/scfuncs.hrc:4098
msgctxt "SC_OPCODE_SEARCHB"
msgid "Looks for a string of text within another (not case sensitive), using byte positions."
msgstr ""
-#: scfuncs.hrc:4099
+#: sc/inc/scfuncs.hrc:4099
msgctxt "SC_OPCODE_SEARCHB"
msgid "Find text"
msgstr "Иҧшаатәу атеқст"
-#: scfuncs.hrc:4100
+#: sc/inc/scfuncs.hrc:4100
msgctxt "SC_OPCODE_SEARCHB"
msgid "The text to be found."
msgstr ""
-#: scfuncs.hrc:4101
+#: sc/inc/scfuncs.hrc:4101
msgctxt "SC_OPCODE_SEARCHB"
msgid "Text"
msgstr "Атеқст"
-#: scfuncs.hrc:4102
+#: sc/inc/scfuncs.hrc:4102
msgctxt "SC_OPCODE_SEARCHB"
msgid "The text in which a search is to be made."
msgstr ""
-#: scfuncs.hrc:4103
+#: sc/inc/scfuncs.hrc:4103
msgctxt "SC_OPCODE_SEARCHB"
msgid "Position"
msgstr "Аҭыҧ"
-#: scfuncs.hrc:4104
+#: sc/inc/scfuncs.hrc:4104
msgctxt "SC_OPCODE_SEARCHB"
msgid "The position in the text from which the search starts."
msgstr ""
-#: scstyles.hrc:29
+#: sc/inc/scstyles.hrc:29
msgctxt "RID_CELLSTYLEFAMILY"
msgid "All Styles"
msgstr "Астильқәа зегьы"
-#: scstyles.hrc:30
+#: sc/inc/scstyles.hrc:30
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Hidden Styles"
msgstr "Иҵәаху астильқәа"
-#: scstyles.hrc:31
+#: sc/inc/scstyles.hrc:31
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Applied Styles"
msgstr "Ахархәара змоу астильқәа"
-#: scstyles.hrc:32
+#: sc/inc/scstyles.hrc:32
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Custom Styles"
msgstr "Ахархәаҩ истильқәа"
-#: scstyles.hrc:38
+#: sc/inc/scstyles.hrc:38
msgctxt "RID_PAGESTYLEFAMILY"
msgid "All Styles"
msgstr "Астильқәа зегьы"
-#: scstyles.hrc:39
+#: sc/inc/scstyles.hrc:39
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Hidden Styles"
msgstr "Иҵәаху астильқәа"
-#: scstyles.hrc:40
+#: sc/inc/scstyles.hrc:40
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Custom Styles"
msgstr "Ахархәаҩ истильқәа"
#. Strings for interface names -------------------------------------------
-#: strings.hrc:27
+#: sc/inc/strings.hrc:27
+msgctxt "SCSTR_LONG_SCDOC_NAME"
+msgid "%PRODUCTNAME Spreadsheet format (calc6)"
+msgstr ""
+
+#: sc/inc/strings.hrc:28
#, fuzzy
msgctxt "SCSTR_LONG_SCDOC_NAME"
msgid "%PRODUCTNAME %PRODUCTVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTVERSION адиаграмма"
-#: strings.hrc:28
+#: sc/inc/strings.hrc:29
msgctxt "SCSTR_SHORT_SCDOC_NAME"
msgid "Spreadsheet"
msgstr "Аелектронтә таблица"
-#: strings.hrc:29
+#: sc/inc/strings.hrc:30
msgctxt "SCSTR_UNDEFINED"
msgid "- undefined -"
msgstr ""
-#: strings.hrc:30
+#: sc/inc/strings.hrc:31
msgctxt "SCSTR_NONE"
msgid "- none -"
msgstr "- мап -"
-#: strings.hrc:31
+#: sc/inc/strings.hrc:32
msgctxt "SCSTR_ALL"
msgid "- all -"
msgstr ""
-#: strings.hrc:32
+#: sc/inc/strings.hrc:33
msgctxt "SCSTR_MULTIPLE"
msgid "- multiple -"
msgstr ""
-#: strings.hrc:33
+#: sc/inc/strings.hrc:34
msgctxt "SCSTR_STDFILTER"
msgid "Standard Filter..."
msgstr "Истандарту афильтр..."
-#: strings.hrc:34
+#: sc/inc/strings.hrc:35
msgctxt "SCSTR_TOP10FILTER"
msgid "Top 10"
msgstr ""
-#: strings.hrc:35
+#: sc/inc/strings.hrc:36
msgctxt "SCSTR_FILTER_EMPTY"
msgid "Empty"
msgstr "Иҭацәуп"
-#: strings.hrc:36
+#: sc/inc/strings.hrc:37
msgctxt "SCSTR_FILTER_NOTEMPTY"
msgid "Not Empty"
msgstr ""
-#: strings.hrc:37
+#: sc/inc/strings.hrc:38
msgctxt "SCSTR_NONAME"
msgid "unnamed"
msgstr ""
#. "%1 is replaced to column letter, such as 'Column A'"
-#: strings.hrc:39
+#: sc/inc/strings.hrc:40
msgctxt "SCSTR_COLUMN"
msgid "Column %1"
msgstr ""
#. "%1 is replaced to row number, such as 'Row 1'"
-#: strings.hrc:41
+#: sc/inc/strings.hrc:42
msgctxt "SCSTR_ROW"
msgid "Row %1"
msgstr ""
-#: strings.hrc:42
+#: sc/inc/strings.hrc:43
msgctxt "SCSTR_TABLE"
msgid "Sheet"
msgstr "Абӷьыц"
-#: strings.hrc:43
+#: sc/inc/strings.hrc:44
msgctxt "SCSTR_NAME"
msgid "Name"
msgstr "Ахьӡ"
-#: strings.hrc:44
+#: sc/inc/strings.hrc:45
msgctxt "SCSTR_APDTABLE"
msgid "Append Sheet"
msgstr "Иацҵатәуп абӷыц"
-#: strings.hrc:45
+#: sc/inc/strings.hrc:46
msgctxt "SCSTR_RENAMETAB"
msgid "Rename Sheet"
msgstr ""
-#: strings.hrc:46
+#: sc/inc/strings.hrc:47
msgctxt "SCSTR_SET_TAB_BG_COLOR"
msgid "Tab Color"
msgstr ""
-#: strings.hrc:47
+#: sc/inc/strings.hrc:48
msgctxt "SCSTR_NO_TAB_BG_COLOR"
msgid "Default"
msgstr "Астандарт"
-#: strings.hrc:48
+#: sc/inc/strings.hrc:49
msgctxt "SCSTR_RENAMEOBJECT"
msgid "Name Object"
msgstr "Аобиеқт ахьӡ"
-#: strings.hrc:49
+#: sc/inc/strings.hrc:50
msgctxt "STR_INSERTGRAPHIC"
msgid "Insert Image"
msgstr "Ибжьаргылатәуп асахьа"
-#: strings.hrc:50
+#: sc/inc/strings.hrc:51
+msgctxt "STR_QUERYROTATION"
+msgid "This image is rotated. Would you like to rotate it into standard orientation?"
+msgstr ""
+
+#: sc/inc/strings.hrc:52
msgctxt "SCSTR_TOTAL"
msgid "%1 results found"
msgstr "Иҧшаауп %1"
-#: strings.hrc:51
+#: sc/inc/strings.hrc:53
msgctxt "SCSTR_SKIPPED"
msgid "(only %1 are listed)"
msgstr ""
#. Attribute
-#: strings.hrc:53
+#: sc/inc/strings.hrc:55
msgctxt "SCSTR_PROTECTDOC"
msgid "Protect Document"
msgstr "Ихьчатәуп адокумент"
-#: strings.hrc:54
+#: sc/inc/strings.hrc:56
msgctxt "SCSTR_UNPROTECTDOC"
msgid "Unprotect document"
msgstr "Иқәгатәуп адокумент ахьчага"
-#: strings.hrc:55
+#: sc/inc/strings.hrc:57
msgctxt "SCSTR_UNPROTECTTAB"
msgid "Unprotect sheet"
msgstr "Иқәгатәуп абӷьыц ахьчага"
-#: strings.hrc:56
+#: sc/inc/strings.hrc:58
msgctxt "SCSTR_CHG_PROTECT"
msgid "Protect Records"
msgstr ""
-#: strings.hrc:57
+#: sc/inc/strings.hrc:59
msgctxt "SCSTR_CHG_UNPROTECT"
msgid "Unprotect Records"
msgstr ""
-#: strings.hrc:58
+#: sc/inc/strings.hrc:60
msgctxt "SCSTR_PASSWORD"
msgid "Password:"
msgstr "Ажәамаӡа:"
-#: strings.hrc:59
+#: sc/inc/strings.hrc:61
msgctxt "SCSTR_PASSWORDOPT"
msgid "Password (optional):"
msgstr ""
-#: strings.hrc:60
+#: sc/inc/strings.hrc:62
msgctxt "SCSTR_WRONGPASSWORD"
msgid "Incorrect Password"
msgstr "Ииашам ажәамаӡа"
-#: strings.hrc:61
+#: sc/inc/strings.hrc:63
msgctxt "SCSTR_END"
msgid "~End"
msgstr "Анҵәамҭа"
-#: strings.hrc:62
+#: sc/inc/strings.hrc:64
msgctxt "SCSTR_UNKNOWN"
msgid "Unknown"
msgstr "Идырым"
-#: strings.hrc:63
+#: sc/inc/strings.hrc:65
msgctxt "SCSTR_VALID_MINIMUM"
msgid "~Minimum"
msgstr "Аминимум"
-#: strings.hrc:64
+#: sc/inc/strings.hrc:66
msgctxt "SCSTR_VALID_MAXIMUM"
msgid "~Maximum"
msgstr "Амаксимум"
-#: strings.hrc:65
+#: sc/inc/strings.hrc:67
msgctxt "SCSTR_VALID_VALUE"
msgid "~Value"
msgstr "Аҵакы"
-#: strings.hrc:66
+#: sc/inc/strings.hrc:68
msgctxt "SCSTR_VALID_RANGE"
msgid "~Source"
msgstr ""
-#: strings.hrc:67
+#: sc/inc/strings.hrc:69
msgctxt "SCSTR_VALID_LIST"
msgid "~Entries"
msgstr ""
#. for dialogues:
-#: strings.hrc:69
+#: sc/inc/strings.hrc:71
msgctxt "SCSTR_CHARSET_USER"
msgid "System"
msgstr "Асистема"
-#: strings.hrc:70
+#: sc/inc/strings.hrc:72
msgctxt "SCSTR_COLUMN_USER"
msgid "Standard;Text;Date (DMY);Date (MDY);Date (YMD);US English;Hide"
msgstr ""
-#: strings.hrc:71
+#: sc/inc/strings.hrc:73
msgctxt "SCSTR_FIELDSEP_TAB"
msgid "Tab"
msgstr ""
-#: strings.hrc:72
+#: sc/inc/strings.hrc:74
msgctxt "SCSTR_FIELDSEP_SPACE"
msgid "space"
msgstr "апробел"
-#: strings.hrc:73
+#: sc/inc/strings.hrc:75
msgctxt "SCSTR_FORMULA_AUTOCORRECTION"
msgid ""
"%PRODUCTNAME Calc found an error in the formula entered.\n"
@@ -13729,1460 +13699,1480 @@ msgid ""
"\n"
msgstr ""
-#: strings.hrc:74
+#: sc/inc/strings.hrc:76
msgctxt "SCSTR_UNDO_GRAFFILTER"
msgid "Image Filter"
msgstr ""
-#: strings.hrc:75
+#: sc/inc/strings.hrc:77
msgctxt "STR_CAPTION_DEFAULT_TEXT"
msgid "Text"
msgstr "Атеқст"
#. Select tables dialog title
-#: strings.hrc:77
+#: sc/inc/strings.hrc:79
msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Иалхтәуп абӷьыцқәа"
#. Select tables dialog listbox
-#: strings.hrc:79
+#: sc/inc/strings.hrc:81
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "Иалху абӷьыцқәа"
-#: strings.hrc:80
-msgctxt "STR_REPLCELLSWARN"
-msgid ""
-"You are pasting data into cells that already contain data.\n"
-"Do you really want to overwrite the existing data?"
-msgstr ""
-
-#: strings.hrc:81
+#: sc/inc/strings.hrc:82
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr ""
-#: strings.hrc:82
+#: sc/inc/strings.hrc:83
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr ""
-#: strings.hrc:83
+#: sc/inc/strings.hrc:84
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Заатәи ахәаҧшра"
-#: strings.hrc:84
+#: sc/inc/strings.hrc:85
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr ""
-#: strings.hrc:85
+#: sc/inc/strings.hrc:86
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Адокумент ахәаҧшра"
-#: strings.hrc:86
+#: sc/inc/strings.hrc:87
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr ""
-#: strings.hrc:87
+#: sc/inc/strings.hrc:88
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr ""
-#: strings.hrc:88
+#: sc/inc/strings.hrc:89
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr ""
-#: strings.hrc:89
+#: sc/inc/strings.hrc:90
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Адаҟьа заатәи ахәаҧшра"
-#: strings.hrc:90
+#: sc/inc/strings.hrc:91
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr ""
-#: strings.hrc:91
+#: sc/inc/strings.hrc:92
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr ""
-#: strings.hrc:92
+#: sc/inc/strings.hrc:93
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Адаҟьа %1 хыхьтәи аколонтитул"
-#: strings.hrc:93
+#: sc/inc/strings.hrc:94
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Адаҟьа %1 ҵаҟатәи аколонтитул"
-#: strings.hrc:94
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr ""
-#: strings.hrc:95
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Ара шәара иҭажәгалоит насгьы аредакциа рзыжәуеит атеқст, ахыҧхьаӡарақәеи аформулақәеи."
-#: strings.hrc:96
+#: sc/inc/strings.hrc:97
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Амультимедиа"
-#: strings.hrc:97
+#: sc/inc/strings.hrc:98
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr ""
-#: strings.hrc:98
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "Аформулақәа рпанель"
-#: strings.hrc:99
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr ""
-#: strings.hrc:100
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(аҧхьара мацара)"
-#: strings.hrc:101
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(Ахәаҧшра)"
-#: strings.hrc:102
+#: sc/inc/strings.hrc:103
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages"
msgstr "Адаҟьақәа"
-#: strings.hrc:103
+#: sc/inc/strings.hrc:104
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "Иҭацәу адаҟьақәа кьыҧхьтәӡам"
-#: strings.hrc:104
+#: sc/inc/strings.hrc:105
msgctxt "SCSTR_PRINTOPT_PRNTCONTENT"
msgid "Print content"
msgstr ""
-#: strings.hrc:105
+#: sc/inc/strings.hrc:106
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "~All sheets"
msgstr ""
-#: strings.hrc:106
+#: sc/inc/strings.hrc:107
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "~Selected sheets"
msgstr "Иалху абӷьыцқәа"
-#: strings.hrc:107
+#: sc/inc/strings.hrc:108
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Selected cells"
msgstr "Иалху абларҭақәа"
-#: strings.hrc:108
+#: sc/inc/strings.hrc:109
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which print"
msgstr "Икьыҧхьтәуп"
-#: strings.hrc:109
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_PRINTOPT_ALLPAGES"
msgid "All ~pages"
msgstr "Адаҟьақәа зегьы"
-#: strings.hrc:110
+#: sc/inc/strings.hrc:111
msgctxt "SCSTR_PRINTOPT_PAGES_"
msgid "Pa~ges"
msgstr "Адаҟьақәа"
-#: strings.hrc:111
+#: sc/inc/strings.hrc:112
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
-#: strings.hrc:112
+#: sc/inc/strings.hrc:113
msgctxt "SCSTR_WARN_ME_IN_FUTURE_CHECK"
msgid "Warn me about this in the future."
msgstr ""
-#: strings.hrc:113
+#: sc/inc/strings.hrc:114
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
-#: strings.hrc:114
+#: sc/inc/strings.hrc:115
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
-#: strings.hrc:115
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "Адәныҟатәи азхьарҧшқәа рырҿыцра."
-#: strings.hrc:116
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr ""
-#: strings.hrc:117
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr ""
-#: strings.hrc:118
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr ""
-#: strings.hrc:119
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr ""
-#: strings.hrc:120
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr ""
-#: strings.hrc:121
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Изымуа аҵакы."
-#: strings.hrc:122
+#: sc/inc/strings.hrc:123
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "Аформула арбаӡам."
-#: strings.hrc:123
+#: sc/inc/strings.hrc:124
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
-#: strings.hrc:124
+#: sc/inc/strings.hrc:125
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
-#: strings.hrc:125
+#: sc/inc/strings.hrc:126
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
-#: strings.hrc:126
+#: sc/inc/strings.hrc:127
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "Аформулақәа еиҿыркаауам аиҵагыла."
-#: strings.hrc:127
+#: sc/inc/strings.hrc:128
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "Аформулақәа еиҿыркаауам ацәаҳәа."
-#: strings.hrc:128
+#: sc/inc/strings.hrc:129
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr ""
-#: strings.hrc:129
+#: sc/inc/strings.hrc:130
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Автоформат ахьӡ ҧсахтәуп"
-#: strings.hrc:130
+#: sc/inc/strings.hrc:131
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Ахьӡ"
-#: strings.hrc:131
+#: sc/inc/strings.hrc:132
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Ианыхтәуп автоформат"
-#: strings.hrc:132
+#: sc/inc/strings.hrc:133
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Даныхтәума ари ахархәаҩ?"
-#: strings.hrc:133
+#: sc/inc/strings.hrc:134
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "Иарктәуп"
-#: strings.hrc:134
+#: sc/inc/strings.hrc:135
msgctxt "STR_JAN"
msgid "Jan"
msgstr ""
-#: strings.hrc:135
+#: sc/inc/strings.hrc:136
msgctxt "STR_FEB"
msgid "Feb"
msgstr ""
-#: strings.hrc:136
+#: sc/inc/strings.hrc:137
msgctxt "STR_MAR"
msgid "Mar"
msgstr ""
-#: strings.hrc:137
+#: sc/inc/strings.hrc:138
msgctxt "STR_NORTH"
msgid "North"
msgstr ""
-#: strings.hrc:138
+#: sc/inc/strings.hrc:139
msgctxt "STR_MID"
msgid "Mid"
msgstr ""
-#: strings.hrc:139
+#: sc/inc/strings.hrc:140
msgctxt "STR_SOUTH"
msgid "South"
msgstr ""
-#: strings.hrc:140
+#: sc/inc/strings.hrc:141
msgctxt "STR_SUM"
msgid "Total"
msgstr "Аихшьала"
-#: strings.hrc:141
+#: sc/inc/strings.hrc:142
msgctxt "STR_SHEET"
msgid "Sheet"
msgstr "Абӷьыц"
-#: strings.hrc:142
+#: sc/inc/strings.hrc:143
msgctxt "STR_CELL"
msgid "Cell"
msgstr "Абларҭа"
-#: strings.hrc:143
+#: sc/inc/strings.hrc:144
msgctxt "STR_CONTENT"
msgid "Content"
msgstr "Иаҵанакуа"
-#: strings.hrc:144
+#: sc/inc/strings.hrc:145
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Адаҟьа адҳәалара"
-#: strings.hrc:145
+#: sc/inc/strings.hrc:146
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
-#: strings.hrc:146
+#: sc/inc/strings.hrc:147
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Аҭагылазаашьа"
#. content description strings are also use d in ScLinkTargetsObj
-#: strings.hrc:149
+#: sc/inc/strings.hrc:150
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: strings.hrc:150
+#: sc/inc/strings.hrc:151
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Абӷьыцқәа"
-#: strings.hrc:151
+#: sc/inc/strings.hrc:152
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr ""
-#: strings.hrc:152
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr ""
-#: strings.hrc:153
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Асахьақәа"
-#: strings.hrc:154
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE аобиеқтқәа"
-#: strings.hrc:155
+#: sc/inc/strings.hrc:156
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Акомментариқәа"
-#: strings.hrc:156
+#: sc/inc/strings.hrc:157
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr ""
-#: strings.hrc:157
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Асахьақәа"
-#: strings.hrc:158
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_DRAGMODE"
msgid "Drag Mode"
msgstr ""
-#: strings.hrc:159
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_DISPLAY"
msgid "Display"
msgstr ""
-#: strings.hrc:160
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr ""
-#: strings.hrc:161
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr ""
-#: strings.hrc:162
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "иҵәаху"
-#: strings.hrc:163
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr ""
-#: strings.hrc:164
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr ""
-#: strings.hrc:165
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Акомментари"
-#: strings.hrc:167
+#: sc/inc/strings.hrc:168
+msgctxt "STR_MENU_AUTOFILTER"
+msgid "AutoFilter"
+msgstr ""
+
+#: sc/inc/strings.hrc:169
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr ""
-#: strings.hrc:168
+#: sc/inc/strings.hrc:170
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr ""
-#: strings.hrc:169
+#: sc/inc/strings.hrc:171
#, fuzzy
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "Ахархәаҩ ишрифтқәа"
-#: strings.hrc:170
+#: sc/inc/strings.hrc:172
msgctxt "STR_BTN_TOGGLE_ALL"
msgid "All"
msgstr "Зегьы"
-#: strings.hrc:171
+#: sc/inc/strings.hrc:173
msgctxt "STR_BTN_SELECT_CURRENT"
msgid "Show only the current item."
msgstr ""
-#: strings.hrc:172
+#: sc/inc/strings.hrc:174
msgctxt "STR_BTN_UNSELECT_CURRENT"
msgid "Hide only the current item."
msgstr ""
-#: strings.hrc:173
+#: sc/inc/strings.hrc:175
msgctxt "STR_EDIT_SEARCH_ITEMS"
msgid "Search items..."
msgstr ""
-#: strings.hrc:175
+#: sc/inc/strings.hrc:177
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr ""
-#: strings.hrc:176
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr ""
-#: strings.hrc:177
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Афункциақәа разҟаза"
-#: strings.hrc:178
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr ""
-#: strings.hrc:179
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Иаҟәыхтәуп"
-#: strings.hrc:180
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Sum"
msgstr "Аицҵалыҵ"
-#: strings.hrc:181
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "аформула"
-#: strings.hrc:182
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "Иаарттәуп аформулақәа рпанель"
-#: strings.hrc:183
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "Иеикәарҳәтәуп аформулақәа рпанель"
-#: strings.hrc:185
+#: sc/inc/strings.hrc:187
msgctxt "STR_TITLE_CONFLICT"
msgid "Conflict"
msgstr ""
-#: strings.hrc:186
+#: sc/inc/strings.hrc:188
msgctxt "STR_TITLE_AUTHOR"
msgid "Author"
msgstr "Автор"
-#: strings.hrc:187
+#: sc/inc/strings.hrc:189
msgctxt "STR_TITLE_DATE"
msgid "Date"
msgstr "Арыцхә"
-#: strings.hrc:188
+#: sc/inc/strings.hrc:190
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Идырым ахархәаҩ"
-#: strings.hrc:190
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr ""
-#: strings.hrc:191
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr ""
-#: strings.hrc:192
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr ""
-#: strings.hrc:193
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Аиҵагыла аныхуп"
-#: strings.hrc:194
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Ацәаҳәа аныхуп"
-#: strings.hrc:195
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Абӷьыц аныхуп"
-#: strings.hrc:196
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr ""
-#: strings.hrc:197
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr ""
-#: strings.hrc:198
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr ""
-#: strings.hrc:199
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr ""
-#: strings.hrc:200
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Аоригинал"
-#: strings.hrc:201
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr ""
-#: strings.hrc:202
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr ""
-#: strings.hrc:203
+#: sc/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Иалхуп"
-#: strings.hrc:204
+#: sc/inc/strings.hrc:206
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr ""
-#: strings.hrc:205
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "(иҭацәуп)"
-#: strings.hrc:207
+#: sc/inc/strings.hrc:209
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr ""
-#: strings.hrc:208
+#: sc/inc/strings.hrc:210
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr ""
-#: strings.hrc:209
+#: sc/inc/strings.hrc:211
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr ""
-#: strings.hrc:210
+#: sc/inc/strings.hrc:212
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr ""
-#: strings.hrc:211
+#: sc/inc/strings.hrc:213
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr ""
#. MovingAverageDialog
-#: strings.hrc:214
+#: sc/inc/strings.hrc:216
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ExponentialSmoothingDialog
-#: strings.hrc:216
+#: sc/inc/strings.hrc:218
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. AnalysisOfVarianceDialog
-#: strings.hrc:218
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
-#: strings.hrc:219
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
-#: strings.hrc:220
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
-#: strings.hrc:221
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Агәыҧқәа"
-#: strings.hrc:222
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
-#: strings.hrc:223
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
-#: strings.hrc:224
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
-#: strings.hrc:225
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
-#: strings.hrc:226
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
-#: strings.hrc:227
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
-#: strings.hrc:228
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
-#: strings.hrc:229
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
-#: strings.hrc:230
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
-#: strings.hrc:231
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Аихшьала"
#. CorrelationDialog
-#: strings.hrc:233
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
-#: strings.hrc:234
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. CovarianceDialog
-#: strings.hrc:236
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
-#: strings.hrc:237
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. DescriptiveStatisticsDialog
-#: strings.hrc:239
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
-#: strings.hrc:240
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr ""
-#: strings.hrc:241
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "Истандарттәу агха"
-#: strings.hrc:242
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Амода"
-#: strings.hrc:243
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Амедиана"
-#: strings.hrc:244
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Адисперсиа"
-#: strings.hrc:245
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
-#: strings.hrc:246
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
-#: strings.hrc:247
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
-#: strings.hrc:248
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Адиапазон"
-#: strings.hrc:249
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "Аминимум"
-#: strings.hrc:250
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "Амаксимум"
-#: strings.hrc:251
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Аицҵалыҵ"
-#: strings.hrc:252
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Ахыҧхьаӡара"
-#: strings.hrc:253
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile "
msgstr ""
-#: strings.hrc:254
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. RandomNumberGeneratorDialog
-#: strings.hrc:256
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
-#: strings.hrc:257
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "Еицеиҟароу"
-#: strings.hrc:258
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "Иецеиҟароу идескреттәу"
-#: strings.hrc:259
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Инормалтәу"
-#: strings.hrc:260
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
-#: strings.hrc:261
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
-#: strings.hrc:262
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
-#: strings.hrc:263
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
-#: strings.hrc:264
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
-#: strings.hrc:265
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr ""
-#: strings.hrc:266
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "Аминимум"
-#: strings.hrc:267
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "Амаксимум"
-#: strings.hrc:268
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr ""
-#: strings.hrc:269
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
-#: strings.hrc:270
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Амедиана"
-#: strings.hrc:271
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "Сигма"
-#: strings.hrc:272
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
-#: strings.hrc:273
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
-#: strings.hrc:274
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. SamplingDialog
-#: strings.hrc:276
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. Names of dialogs
-#: strings.hrc:278
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
-#: strings.hrc:279
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
-#: strings.hrc:280
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
-#: strings.hrc:281
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
-#: strings.hrc:282
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
-#: strings.hrc:283
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
-#: strings.hrc:284
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
-#: strings.hrc:285
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
-#: strings.hrc:286
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. Common
-#: strings.hrc:288
+#: sc/inc/strings.hrc:290
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
-#: strings.hrc:289
+#: sc/inc/strings.hrc:291
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
-#: strings.hrc:290
+#: sc/inc/strings.hrc:292
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Альфа"
-#: strings.hrc:291
+#: sc/inc/strings.hrc:293
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Аҽеиҭак 1"
-#: strings.hrc:292
+#: sc/inc/strings.hrc:294
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Аҽеиҭак 2"
-#: strings.hrc:293
+#: sc/inc/strings.hrc:295
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
-#: strings.hrc:294
+#: sc/inc/strings.hrc:296
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr ""
-#: strings.hrc:295
+#: sc/inc/strings.hrc:297
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
-#: strings.hrc:296
+#: sc/inc/strings.hrc:298
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
-#: strings.hrc:297
+#: sc/inc/strings.hrc:299
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
-#: strings.hrc:298
+#: sc/inc/strings.hrc:300
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
-#: strings.hrc:299
+#: sc/inc/strings.hrc:301
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. RegressionDialog
-#: strings.hrc:301
+#: sc/inc/strings.hrc:303
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "Аҵәаӷәатә"
-#: strings.hrc:302
+#: sc/inc/strings.hrc:304
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Алогарифмтә"
-#: strings.hrc:303
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr ""
-#: strings.hrc:304
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "Арегрессиатә модель"
-#: strings.hrc:305
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
-#: strings.hrc:306
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_SLOPE"
msgid "Slope"
msgstr ""
-#: strings.hrc:307
+#: sc/inc/strings.hrc:309
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "А-Интернет"
#. F Test
-#: strings.hrc:309
+#: sc/inc/strings.hrc:311
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
-#: strings.hrc:310
+#: sc/inc/strings.hrc:312
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
-#: strings.hrc:311
+#: sc/inc/strings.hrc:313
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
-#: strings.hrc:312
+#: sc/inc/strings.hrc:314
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
-#: strings.hrc:313
+#: sc/inc/strings.hrc:315
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
-#: strings.hrc:314
+#: sc/inc/strings.hrc:316
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. t Test
-#: strings.hrc:316
+#: sc/inc/strings.hrc:318
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
-#: strings.hrc:317
+#: sc/inc/strings.hrc:319
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
-#: strings.hrc:318
+#: sc/inc/strings.hrc:320
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
-#: strings.hrc:319
+#: sc/inc/strings.hrc:321
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
-#: strings.hrc:320
+#: sc/inc/strings.hrc:322
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
-#: strings.hrc:321
+#: sc/inc/strings.hrc:323
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
-#: strings.hrc:322
+#: sc/inc/strings.hrc:324
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. Z Test
-#: strings.hrc:324
+#: sc/inc/strings.hrc:326
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
-#: strings.hrc:325
+#: sc/inc/strings.hrc:327
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
-#: strings.hrc:326
+#: sc/inc/strings.hrc:328
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
-#: strings.hrc:327
+#: sc/inc/strings.hrc:329
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
-#: strings.hrc:328
+#: sc/inc/strings.hrc:330
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
-#: strings.hrc:329
+#: sc/inc/strings.hrc:331
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
-#: units.hrc:27
+#. infobar for allowing links to update or not
+#: sc/inc/strings.hrc:333
+msgctxt "STR_ENABLE_CONTENT"
+msgid "Enable Content"
+msgstr ""
+
+#. Insert image dialog
+#: sc/inc/strings.hrc:335
+msgctxt "STR_ANCHOR_TO_CELL"
+msgid "To cell"
+msgstr ""
+
+#: sc/inc/strings.hrc:336
+msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
+msgid "To cell (resize with cell)"
+msgstr ""
+
+#: sc/inc/strings.hrc:337
+msgctxt "STR_ANCHOR_TO_PAGE"
+msgid "To page"
+msgstr ""
+
+#: sc/inc/units.hrc:27
msgctxt "SCSTR_UNIT"
msgid "Millimeter"
msgstr "Амиллиметр"
-#: units.hrc:28
+#: sc/inc/units.hrc:28
msgctxt "SCSTR_UNIT"
msgid "Centimeter"
msgstr "Асантиметр"
-#: units.hrc:29
+#: sc/inc/units.hrc:29
msgctxt "SCSTR_UNIT"
msgid "Meter"
msgstr "Аметр"
-#: units.hrc:30
+#: sc/inc/units.hrc:30
msgctxt "SCSTR_UNIT"
msgid "Kilometer"
msgstr "Акилометр"
-#: units.hrc:31
+#: sc/inc/units.hrc:31
msgctxt "SCSTR_UNIT"
msgid "Inch"
msgstr "Адиуим"
-#: units.hrc:32
+#: sc/inc/units.hrc:32
msgctxt "SCSTR_UNIT"
msgid "Foot"
msgstr "Афут"
-#: units.hrc:33
+#: sc/inc/units.hrc:33
msgctxt "SCSTR_UNIT"
msgid "Miles"
msgstr "Мили"
-#: units.hrc:34
+#: sc/inc/units.hrc:34
msgctxt "SCSTR_UNIT"
msgid "Pica"
msgstr ""
-#: units.hrc:35
+#: sc/inc/units.hrc:35
msgctxt "SCSTR_UNIT"
msgid "Point"
msgstr "Апункт"
-#: advancedfilterdialog.ui:9
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:9
msgctxt "advancedfilterdialog|AdvancedFilterDialog"
msgid "Advanced Filter"
msgstr ""
-#: advancedfilterdialog.ui:151
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:150
msgctxt "advancedfilterdialog|label1"
msgid "Read _Filter Criteria From"
msgstr ""
-#: advancedfilterdialog.ui:192
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:191
msgctxt "advancedfilterdialog|case"
msgid "_Case sensitive"
msgstr ""
-#: advancedfilterdialog.ui:208
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:207
msgctxt "advancedfilterdialog|header"
msgid "Range c_ontains column labels"
msgstr ""
-#: advancedfilterdialog.ui:224
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:223
msgctxt "advancedfilterdialog|regexp"
msgid "Regular _expressions"
msgstr ""
-#: advancedfilterdialog.ui:240
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:239
msgctxt "advancedfilterdialog|unique"
msgid "_No duplications"
msgstr ""
-#: advancedfilterdialog.ui:256
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:255
msgctxt "advancedfilterdialog|copyresult"
msgid "Co_py results to:"
msgstr ""
-#: advancedfilterdialog.ui:276
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:275
msgctxt "advancedfilterdialog|destpers"
msgid "_Keep filter criteria"
msgstr ""
-#: advancedfilterdialog.ui:315
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:314
msgctxt "advancedfilterdialog|lbcopyarea-atkobject"
msgid "Copy results to:"
msgstr ""
-#: advancedfilterdialog.ui:337
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:335
msgctxt "advancedfilterdialog|edcopyarea-atkobject"
msgid "Copy results to:"
msgstr ""
-#: advancedfilterdialog.ui:375
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:373
msgctxt "advancedfilterdialog|dbarealabel"
msgid "Data range:"
msgstr "Адырқәа рдиапазон:"
-#: advancedfilterdialog.ui:388
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:386
msgctxt "advancedfilterdialog|dbarea"
msgid "dummy"
msgstr ""
-#: advancedfilterdialog.ui:408
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:406
msgctxt "advancedfilterdialog|label2"
msgid "Op_tions"
msgstr "Апараметрқәа"
-#: allheaderfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:8
msgctxt "allheaderfooterdialog|AllHeaderFooterDialog"
msgid "Headers/Footers"
msgstr ""
-#: allheaderfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:106
msgctxt "allheaderfooterdialog|headerright"
msgid "Header (right)"
msgstr ""
-#: allheaderfooterdialog.ui:128
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:128
msgctxt "allheaderfooterdialog|headerleft"
msgid "Header (left)"
msgstr ""
-#: allheaderfooterdialog.ui:151
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:151
msgctxt "allheaderfooterdialog|footerright"
msgid "Footer (right)"
msgstr ""
-#: allheaderfooterdialog.ui:174
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:174
msgctxt "allheaderfooterdialog|footerleft"
msgid "Footer (left)"
msgstr ""
-#: analysisofvariancedialog.ui:16
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:16
msgctxt "analysisofvariancedialog|AnalysisOfVarianceDialog"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
-#: analysisofvariancedialog.ui:108
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:108
msgctxt "analysisofvariancedialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: analysisofvariancedialog.ui:122
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:122
msgctxt "analysisofvariancedialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: analysisofvariancedialog.ui:189
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:187
msgctxt "analysisofvariancedialog|label4"
msgid "Data"
msgstr "Адырқәа"
-#: analysisofvariancedialog.ui:224
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:222
msgctxt "analysisofvariancedialog|radio-single-factor"
msgid "Single factor"
msgstr ""
-#: analysisofvariancedialog.ui:240
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:238
msgctxt "analysisofvariancedialog|radio-two-factor"
msgid "Two factor"
msgstr ""
-#: analysisofvariancedialog.ui:262
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:260
msgctxt "analysisofvariancedialog|label3"
msgid "Type"
msgstr "Атип"
-#: analysisofvariancedialog.ui:297
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:295
msgctxt "analysisofvariancedialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: analysisofvariancedialog.ui:314
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:312
msgctxt "analysisofvariancedialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: analysisofvariancedialog.ui:337
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:335
msgctxt "analysisofvariancedialog|label2"
msgid "Grouped by"
msgstr ""
-#: analysisofvariancedialog.ui:375
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:373
msgctxt "analysisofvariancedialog|alpha-label"
msgid "Alpha:"
msgstr "Альфа:"
-#: analysisofvariancedialog.ui:389
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:386
msgctxt "analysisofvariancedialog|alpha-spin"
msgid "0,05"
msgstr ""
-#: analysisofvariancedialog.ui:404
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:401
msgctxt "analysisofvariancedialog|rows-per-sample-label"
msgid "Rows per sample:"
msgstr ""
-#: analysisofvariancedialog.ui:434
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:430
msgctxt "analysisofvariancedialog|label1"
msgid "Parameters"
msgstr "Апараметрқәа"
-#: autoformattable.ui:9
+#: sc/uiconfig/scalc/ui/autoformattable.ui:9
msgctxt "autoformattable|AutoFormatTableDialog"
msgid "AutoFormat"
msgstr "Автоформат"
-#: autoformattable.ui:94
+#: sc/uiconfig/scalc/ui/autoformattable.ui:94
msgctxt "autoformattable|rename"
msgid "Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: autoformattable.ui:186
+#: sc/uiconfig/scalc/ui/autoformattable.ui:186
msgctxt "autoformattable|label1"
msgid "Format"
msgstr "Аформат"
-#: autoformattable.ui:219
+#: sc/uiconfig/scalc/ui/autoformattable.ui:219
msgctxt "autoformattable|numformatcb"
msgid "_Number format"
msgstr "Ахыҧхьаӡаратә формат"
-#: autoformattable.ui:236
+#: sc/uiconfig/scalc/ui/autoformattable.ui:236
msgctxt "autoformattable|bordercb"
msgid "_Borders"
msgstr ""
-#: autoformattable.ui:253
+#: sc/uiconfig/scalc/ui/autoformattable.ui:253
msgctxt "autoformattable|fontcb"
msgid "F_ont"
msgstr "Ашрифт"
-#: autoformattable.ui:270
+#: sc/uiconfig/scalc/ui/autoformattable.ui:270
msgctxt "autoformattable|patterncb"
msgid "_Pattern"
msgstr ""
-#: autoformattable.ui:287
+#: sc/uiconfig/scalc/ui/autoformattable.ui:287
msgctxt "autoformattable|alignmentcb"
msgid "Alignmen_t"
msgstr "Аиҟаратәра"
-#: autoformattable.ui:304
+#: sc/uiconfig/scalc/ui/autoformattable.ui:304
msgctxt "autoformattable|autofitcb"
msgid "A_utoFit width and height"
msgstr ""
-#: autoformattable.ui:327
+#: sc/uiconfig/scalc/ui/autoformattable.ui:327
msgctxt "autoformattable|label2"
msgid "Formatting"
msgstr "Аформатркра"
-#: cellprotectionpage.ui:35
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:35
msgctxt "cellprotectionpage|checkProtected"
msgid "_Protected"
msgstr ""
-#: cellprotectionpage.ui:55
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:55
msgctxt "cellprotectionpage|checkHideFormula"
msgid "Hide _formula"
msgstr "Иҵәахтәуп аформула"
-#: cellprotectionpage.ui:74
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:74
msgctxt "cellprotectionpage|checkHideAll"
msgid "Hide _all"
msgstr ""
-#: cellprotectionpage.ui:99
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:99
msgctxt "cellprotectionpage|label1"
msgid ""
"Cell protection is only effective after the current sheet has been protected.\n"
@@ -15190,7688 +15180,7804 @@ msgid ""
"Select 'Protect Sheet' from the 'Tools' menu."
msgstr ""
-#: cellprotectionpage.ui:120
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:120
msgctxt "cellprotectionpage|LabelProtection"
msgid "Protection"
msgstr "Ахьчара"
-#: cellprotectionpage.ui:154
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:154
msgctxt "cellprotectionpage|checkHidePrinting"
msgid "Hide _when printing"
msgstr "Иҵәахтәуп акьыҧхьраан"
-#: cellprotectionpage.ui:177
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:177
msgctxt "cellprotectionpage|label4"
msgid "The cells selected will be omitted when printing."
msgstr ""
-#: cellprotectionpage.ui:196
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:196
msgctxt "cellprotectionpage|label3"
msgid "Print"
msgstr "Акьыҧхьра"
-#: changesourcedialog.ui:8
+#: sc/uiconfig/scalc/ui/changesourcedialog.ui:8
msgctxt "changesourcedialog|ChangeSourceDialog"
msgid "Change Source Data Range"
msgstr ""
-#: changesourcedialog.ui:92
+#: sc/uiconfig/scalc/ui/changesourcedialog.ui:92
msgctxt "changesourcedialog|col"
msgid "First _column as label"
msgstr ""
-#: changesourcedialog.ui:107
+#: sc/uiconfig/scalc/ui/changesourcedialog.ui:107
msgctxt "changesourcedialog|row"
msgid "First _row as label"
msgstr ""
-#: changesourcedialog.ui:128
+#: sc/uiconfig/scalc/ui/changesourcedialog.ui:128
msgctxt "changesourcedialog|label1"
msgid "Labels"
msgstr "Анапаҵаҩрақәа"
-#: chardialog.ui:8
+#: sc/uiconfig/scalc/ui/chardialog.ui:8
msgctxt "chardialog|CharDialog"
msgid "Character"
msgstr "Асимволқәа"
-#: chardialog.ui:106
+#: sc/uiconfig/scalc/ui/chardialog.ui:106
msgctxt "chardialog|font"
msgid "Font"
msgstr "Ашрифт"
-#: chardialog.ui:128
+#: sc/uiconfig/scalc/ui/chardialog.ui:128
msgctxt "chardialog|fonteffects"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: chardialog.ui:151
+#: sc/uiconfig/scalc/ui/chardialog.ui:151
msgctxt "chardialog|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: chisquaretestdialog.ui:9
+#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:11
+msgctxt "checkwarningdialog|CheckWarningDialog"
+msgid "You are pasting data into cells that already contain data."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:12
+msgctxt "checkwarningdialog|CheckWarningDialog"
+msgid "Do you really want to overwrite the existing data?"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:76
+msgctxt "checkwarningdialog|ask"
+msgid "Warn me about this in the future."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:9
msgctxt "chisquaretestdialog|ChiSquareTestDialog"
msgid "Chi Square Test"
msgstr ""
-#: chisquaretestdialog.ui:42
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:42
msgctxt "chisquaretestdialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: chisquaretestdialog.ui:81
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:80
msgctxt "chisquaretestdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: chisquaretestdialog.ui:123
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:121
msgctxt "chisquaretestdialog|label1"
msgid "Data"
msgstr "Адырқәа"
-#: chisquaretestdialog.ui:217
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:215
msgctxt "chisquaretestdialog|groupedby-columns-radio"
msgid "_Columns"
msgstr "Аиҵагылақәа"
-#: chisquaretestdialog.ui:233
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:231
msgctxt "chisquaretestdialog|groupedby-rows-radio"
msgid "_Rows"
msgstr "Ацәаҳәақәа"
-#: chisquaretestdialog.ui:255
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:253
msgctxt "chisquaretestdialog|label2"
msgid "Grouped by"
msgstr ""
-#: colorrowdialog.ui:8
+#: sc/uiconfig/scalc/ui/colorrowdialog.ui:8
msgctxt "colorrowdialog|ColOrRowDialog"
msgid "Copy List"
msgstr "Ахьӡынҵа акопиа ахыхтәуп"
-#: colorrowdialog.ui:93
+#: sc/uiconfig/scalc/ui/colorrowdialog.ui:93
msgctxt "colorrowdialog|columns"
msgid "_Columns"
msgstr "Аиҵагылақәа"
-#: colorrowdialog.ui:111
+#: sc/uiconfig/scalc/ui/colorrowdialog.ui:111
msgctxt "colorrowdialog|rows"
msgid "_Rows"
msgstr "Ацәаҳәақәа"
-#: colorrowdialog.ui:134
+#: sc/uiconfig/scalc/ui/colorrowdialog.ui:134
msgctxt "colorrowdialog|label"
msgid "List From"
msgstr ""
-#: colwidthdialog.ui:8
+#: sc/uiconfig/scalc/ui/colwidthdialog.ui:8
msgctxt "colwidthdialog|ColWidthDialog"
msgid "Column Width"
msgstr "Аиҵагыла аҭбаара"
-#: colwidthdialog.ui:88
+#: sc/uiconfig/scalc/ui/colwidthdialog.ui:88
msgctxt "colwidthdialog|label1"
msgid "Width"
msgstr "Аҭбаара"
-#: colwidthdialog.ui:112
+#: sc/uiconfig/scalc/ui/colwidthdialog.ui:111
msgctxt "colwidthdialog|default"
msgid "_Default value"
msgstr ""
-#: condformatmanager.ui:8
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:8
msgctxt "condformatmanager|CondFormatManager"
msgid "Manage Conditional Formatting"
msgstr ""
-#: condformatmanager.ui:62
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:62
msgctxt "condformatmanager|add"
msgid "Add"
msgstr "Иацҵатәуп"
-#: condformatmanager.ui:76
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:76
msgctxt "condformatmanager|edit"
msgid "Edit..."
msgstr "Иҧсахтәуп..."
-#: condformatmanager.ui:90
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:90
msgctxt "condformatmanager|remove"
msgid "Remove"
msgstr "Ианыхтәуп"
-#: condformatmanager.ui:117
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:117
msgctxt "condformatmanager|label1"
msgid "Conditional Formats"
msgstr ""
-#: conditionalentry.ui:58
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:58
msgctxt "conditionalentry|type"
msgid "All Cells"
msgstr ""
-#: conditionalentry.ui:59
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:59
msgctxt "conditionalentry|type"
msgid "Cell value is"
msgstr "Абларҭа аҵакы"
-#: conditionalentry.ui:60
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:60
msgctxt "conditionalentry|type"
msgid "Formula is"
msgstr "Аформула"
-#: conditionalentry.ui:61
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:61
msgctxt "conditionalentry|type"
msgid "Date is"
msgstr "Арыцхә"
-#: conditionalentry.ui:72
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:72
msgctxt "conditionalentry|styleft"
msgid "Apply Style:"
msgstr "Ихархәатәуп астиль"
-#: conditionalentry.ui:86
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:86
msgctxt "conditionalentry|style"
msgid "New Style..."
msgstr "Иаҧҵатәуп астиль..."
-#: conditionalentry.ui:97
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:97
msgctxt "conditionalentry|valueft"
msgid "Enter a value:"
msgstr "Иҭажәгал аҵакы:"
-#: conditionalentry.ui:162
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:162
msgctxt "conditionalentry|options"
msgid "More Options..."
msgstr "Еиҭа апараметрқәа..."
-#: conditionalentry.ui:175
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:175
msgctxt "conditionalentry|colscalemin"
msgid "Automatic"
msgstr "Автоматикала"
-#: conditionalentry.ui:176
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:176
msgctxt "conditionalentry|colscalemin"
msgid "Min"
msgstr "Аминимум"
-#: conditionalentry.ui:177
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:177
msgctxt "conditionalentry|colscalemin"
msgid "Max"
msgstr "Амаксимум"
-#: conditionalentry.ui:178
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:178
msgctxt "conditionalentry|colscalemin"
msgid "Percentile"
msgstr ""
-#: conditionalentry.ui:179
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:179
msgctxt "conditionalentry|colscalemin"
msgid "Value"
msgstr "Аҵакы"
-#: conditionalentry.ui:180
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:180
msgctxt "conditionalentry|colscalemin"
msgid "Percent"
msgstr "Апроцент"
-#: conditionalentry.ui:181
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:181
msgctxt "conditionalentry|colscalemin"
msgid "Formula"
msgstr "Аформула"
-#: conditionalentry.ui:193
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:193
msgctxt "conditionalentry|colscalemiddle"
msgid "Automatic"
msgstr "Автоматикала"
-#: conditionalentry.ui:194
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:194
msgctxt "conditionalentry|colscalemiddle"
msgid "Min"
msgstr "Аминимум"
-#: conditionalentry.ui:195
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:195
msgctxt "conditionalentry|colscalemiddle"
msgid "Max"
msgstr "Амаксимум"
-#: conditionalentry.ui:196
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:196
msgctxt "conditionalentry|colscalemiddle"
msgid "Percentile"
msgstr ""
-#: conditionalentry.ui:197
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:197
msgctxt "conditionalentry|colscalemiddle"
msgid "Value"
msgstr "Аҵакы"
-#: conditionalentry.ui:198
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:198
msgctxt "conditionalentry|colscalemiddle"
msgid "Percent"
msgstr "Апроцент"
-#: conditionalentry.ui:199
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:199
msgctxt "conditionalentry|colscalemiddle"
msgid "Formula"
msgstr "аформула"
-#: conditionalentry.ui:211
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:211
msgctxt "conditionalentry|colscalemax"
msgid "Automatic"
msgstr "Автоматикала"
-#: conditionalentry.ui:212
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:212
msgctxt "conditionalentry|colscalemax"
msgid "Min"
msgstr "Аминимум"
-#: conditionalentry.ui:213
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:213
msgctxt "conditionalentry|colscalemax"
msgid "Max"
msgstr "Амаксимум"
-#: conditionalentry.ui:214
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:214
msgctxt "conditionalentry|colscalemax"
msgid "Percentile"
msgstr ""
-#: conditionalentry.ui:215
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:215
msgctxt "conditionalentry|colscalemax"
msgid "Value"
msgstr "Аҵакы"
-#: conditionalentry.ui:216
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:216
msgctxt "conditionalentry|colscalemax"
msgid "Percent"
msgstr "Апроцент"
-#: conditionalentry.ui:217
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:217
msgctxt "conditionalentry|colscalemax"
msgid "Formula"
msgstr "Аформула"
-#: conditionalentry.ui:228
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:228
msgctxt "conditionalentry|preview|tooltip_text"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: conditionalentry.ui:251
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:251
msgctxt "conditionalentry|typeis"
msgid "equal to"
msgstr ""
-#: conditionalentry.ui:252
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:252
msgctxt "conditionalentry|typeis"
msgid "less than"
msgstr ""
-#: conditionalentry.ui:253
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:253
msgctxt "conditionalentry|typeis"
msgid "greater than"
msgstr "еиҳауп"
-#: conditionalentry.ui:254
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:254
msgctxt "conditionalentry|typeis"
msgid "less than or equal to"
msgstr ""
-#: conditionalentry.ui:255
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:255
msgctxt "conditionalentry|typeis"
msgid "greater than or equal to"
msgstr ""
-#: conditionalentry.ui:256
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:256
msgctxt "conditionalentry|typeis"
msgid "not equal to"
msgstr "иаҟарам"
-#: conditionalentry.ui:257
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:257
msgctxt "conditionalentry|typeis"
msgid "between"
msgstr "рыбжьара"
-#: conditionalentry.ui:258
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:258
msgctxt "conditionalentry|typeis"
msgid "not between"
msgstr "рыбжьара акәым"
-#: conditionalentry.ui:259
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:259
msgctxt "conditionalentry|typeis"
msgid "duplicate"
msgstr ""
-#: conditionalentry.ui:260
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:260
msgctxt "conditionalentry|typeis"
msgid "not duplicate"
msgstr ""
-#: conditionalentry.ui:261
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:261
msgctxt "conditionalentry|typeis"
msgid "top 10 elements"
msgstr ""
-#: conditionalentry.ui:262
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:262
msgctxt "conditionalentry|typeis"
msgid "bottom 10 elements"
msgstr ""
-#: conditionalentry.ui:263
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:263
msgctxt "conditionalentry|typeis"
msgid "top 10 percent"
msgstr ""
-#: conditionalentry.ui:264
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:264
msgctxt "conditionalentry|typeis"
msgid "bottom 10 percent"
msgstr ""
-#: conditionalentry.ui:265
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:265
msgctxt "conditionalentry|typeis"
msgid "above average"
msgstr ""
-#: conditionalentry.ui:266
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:266
msgctxt "conditionalentry|typeis"
msgid "below average"
msgstr ""
-#: conditionalentry.ui:267
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:267
msgctxt "conditionalentry|typeis"
msgid "above or equal average"
msgstr ""
-#: conditionalentry.ui:268
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:268
msgctxt "conditionalentry|typeis"
msgid "below or equal average"
msgstr ""
-#: conditionalentry.ui:269
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:269
msgctxt "conditionalentry|typeis"
msgid "Error"
msgstr "Агха"
-#: conditionalentry.ui:270
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:270
msgctxt "conditionalentry|typeis"
msgid "No Error"
msgstr ""
-#: conditionalentry.ui:271
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:271
msgctxt "conditionalentry|typeis"
msgid "Begins with"
msgstr ""
-#: conditionalentry.ui:272
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:272
msgctxt "conditionalentry|typeis"
msgid "Ends with"
msgstr ""
-#: conditionalentry.ui:273
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:273
msgctxt "conditionalentry|typeis"
msgid "Contains"
msgstr "Иаҵанакуеит"
-#: conditionalentry.ui:274
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:274
msgctxt "conditionalentry|typeis"
msgid "Not Contains"
msgstr "Иаҵанакӡом"
-#: conditionalentry.ui:287
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:287
msgctxt "conditionalentry|datetype"
msgid "Today"
msgstr "Иахьа"
-#: conditionalentry.ui:288
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:288
msgctxt "conditionalentry|datetype"
msgid "Yesterday"
msgstr "Иацы"
-#: conditionalentry.ui:289
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:289
msgctxt "conditionalentry|datetype"
msgid "Tomorrow"
msgstr "Уаҵәы"
-#: conditionalentry.ui:290
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:290
msgctxt "conditionalentry|datetype"
msgid "Last 7 days"
msgstr ""
-#: conditionalentry.ui:291
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:291
msgctxt "conditionalentry|datetype"
msgid "This week"
msgstr "Ари амчыбжь"
-#: conditionalentry.ui:292
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:292
msgctxt "conditionalentry|datetype"
msgid "Last week"
msgstr "Иҳаҩсыз амчыбжь"
-#: conditionalentry.ui:293
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:293
msgctxt "conditionalentry|datetype"
msgid "Next week"
msgstr "Анаҩстәи амчыбжь"
-#: conditionalentry.ui:294
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:294
msgctxt "conditionalentry|datetype"
msgid "This month"
msgstr "Ари амза"
-#: conditionalentry.ui:295
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:295
msgctxt "conditionalentry|datetype"
msgid "Last month"
msgstr "Иҳаҩсыз амза"
-#: conditionalentry.ui:296
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:296
msgctxt "conditionalentry|datetype"
msgid "Next month"
msgstr "Анаҩстәи амза"
-#: conditionalentry.ui:297
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:297
msgctxt "conditionalentry|datetype"
msgid "This year"
msgstr "Ари ашықәс"
-#: conditionalentry.ui:298
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:298
msgctxt "conditionalentry|datetype"
msgid "Last year"
msgstr "Иҳаҩсыз ашықәс"
-#: conditionalentry.ui:299
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:299
msgctxt "conditionalentry|datetype"
msgid "Next year"
msgstr "Анаҩстәи ашықәс"
-#: conditionalentry.ui:312
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:312
msgctxt "conditionalentry|colorformat"
msgid "Color Scale (2 Entries)"
msgstr ""
-#: conditionalentry.ui:313
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:313
msgctxt "conditionalentry|colorformat"
msgid "Color Scale (3 Entries)"
msgstr ""
-#: conditionalentry.ui:314
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:314
msgctxt "conditionalentry|colorformat"
msgid "Data Bar"
msgstr "Агистограмма"
-#: conditionalentry.ui:315
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:315
msgctxt "conditionalentry|colorformat"
msgid "Icon Set"
msgstr ""
-#: conditionalentry.ui:359
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:359
msgctxt "conditionalentry|iconsettype"
msgid "3 Arrows"
msgstr ""
-#: conditionalentry.ui:360
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:360
msgctxt "conditionalentry|iconsettype"
msgid "3 Gray Arrows"
msgstr ""
-#: conditionalentry.ui:361
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:361
msgctxt "conditionalentry|iconsettype"
msgid "3 Flags"
msgstr ""
-#: conditionalentry.ui:362
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:362
msgctxt "conditionalentry|iconsettype"
msgid "3 Traffic Lights 1"
msgstr ""
-#: conditionalentry.ui:363
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:363
msgctxt "conditionalentry|iconsettype"
msgid "3 Traffic Lights 2"
msgstr ""
-#: conditionalentry.ui:364
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:364
msgctxt "conditionalentry|iconsettype"
msgid "3 Signs"
msgstr ""
-#: conditionalentry.ui:365
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:365
msgctxt "conditionalentry|iconsettype"
msgid "3 Symbols 1"
msgstr ""
-#: conditionalentry.ui:366
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:366
msgctxt "conditionalentry|iconsettype"
msgid "3 Symbols 2"
msgstr ""
-#: conditionalentry.ui:367
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:367
msgctxt "conditionalentry|iconsettype"
msgid "3 Smileys"
msgstr ""
-#: conditionalentry.ui:368
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:368
msgctxt "conditionalentry|iconsettype"
msgid "3 Stars"
msgstr ""
-#: conditionalentry.ui:369
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:369
msgctxt "conditionalentry|iconsettype"
msgid "3 Triangles"
msgstr ""
-#: conditionalentry.ui:370
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:370
msgctxt "conditionalentry|iconsettype"
msgid "3 Colored Smileys"
msgstr ""
-#: conditionalentry.ui:371
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:371
msgctxt "conditionalentry|iconsettype"
msgid "4 Arrows"
msgstr ""
-#: conditionalentry.ui:372
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:372
msgctxt "conditionalentry|iconsettype"
msgid "4 Gray Arrows"
msgstr ""
-#: conditionalentry.ui:373
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:373
msgctxt "conditionalentry|iconsettype"
msgid "4 Circles Red to Black"
msgstr ""
-#: conditionalentry.ui:374
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:374
msgctxt "conditionalentry|iconsettype"
msgid "4 Ratings"
msgstr ""
-#: conditionalentry.ui:375
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:375
msgctxt "conditionalentry|iconsettype"
msgid "4 Traffic Lights"
msgstr ""
-#: conditionalentry.ui:376
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:376
msgctxt "conditionalentry|iconsettype"
msgid "5 Arrows"
msgstr ""
-#: conditionalentry.ui:377
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:377
msgctxt "conditionalentry|iconsettype"
msgid "5 Gray Arrows"
msgstr ""
-#: conditionalentry.ui:378
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:378
msgctxt "conditionalentry|iconsettype"
msgid "5 Ratings"
msgstr ""
-#: conditionalentry.ui:379
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:379
#, fuzzy
msgctxt "conditionalentry|iconsettype"
msgid "5 Quarters"
msgstr "Акварталқәа"
-#: conditionalentry.ui:380
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:380
msgctxt "conditionalentry|iconsettype"
msgid "5 Boxes"
msgstr ""
-#: conditionalformatdialog.ui:8
+#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:8
msgctxt "conditionalformatdialog|ConditionalFormatDialog"
msgid "Conditional Formatting for"
msgstr ""
-#: conditionalformatdialog.ui:128
+#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:128
msgctxt "conditionalformatdialog|label1"
msgid "Conditions"
msgstr "Аҭагылазаашьақәа"
-#: conditionalformatdialog.ui:223
+#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:223
msgctxt "conditionalformatdialog|ftassign"
msgid "Range:"
msgstr "Адиапазон:"
-#: conditionalformatdialog.ui:268
+#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:267
msgctxt "conditionalformatdialog|label2"
msgid "Cell Range"
msgstr "Абларҭақәа рдиапазон"
-#: conditionaliconset.ui:20
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:20
msgctxt "conditionaliconset|label"
msgid " >= "
msgstr ""
-#: conditionaliconset.ui:43
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:43
msgctxt "conditionaliconset|listbox"
msgid "Value"
msgstr "Аҵакы"
-#: conditionaliconset.ui:44
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:44
msgctxt "conditionaliconset|listbox"
msgid "Percent"
msgstr "Апроцент"
-#: conditionaliconset.ui:45
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:45
msgctxt "conditionaliconset|listbox"
msgid "Percentile"
msgstr ""
-#: conditionaliconset.ui:46
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:46
msgctxt "conditionaliconset|listbox"
msgid "Formula"
msgstr "аформула"
-#: conflictsdialog.ui:8
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:8
msgctxt "conflictsdialog|ConflictsDialog"
msgid "Resolve Conflicts"
msgstr ""
-#: conflictsdialog.ui:22
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:22
msgctxt "conflictsdialog|keepallmine"
msgid "_Keep All Mine"
msgstr ""
-#: conflictsdialog.ui:37
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:37
msgctxt "conflictsdialog|keepallothers"
msgid "Keep _All Others"
msgstr ""
-#: conflictsdialog.ui:102
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:102
msgctxt "conflictsdialog|label1"
msgid "There are conflicting changes in this shared spreadsheet. Conflicts must be resolved before saving the spreadsheet. Keep either own or other changes."
msgstr ""
-#: conflictsdialog.ui:137
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:137
msgctxt "conflictsdialog|keepmine"
msgid "Keep _Mine"
msgstr ""
-#: conflictsdialog.ui:152
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:152
msgctxt "conflictsdialog|keepother"
msgid "Keep _Other"
msgstr ""
-#: consolidatedialog.ui:9
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:9
msgctxt "consolidatedialog|ConsolidateDialog"
msgid "Consolidate"
msgstr "Еидҵатәуп"
-#: consolidatedialog.ui:91
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:91
msgctxt "consolidatedialog|label1"
msgid "_Function:"
msgstr "Афункциа:"
-#: consolidatedialog.ui:108
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:108
msgctxt "consolidatedialog|label2"
msgid "_Consolidation ranges:"
msgstr ""
-#: consolidatedialog.ui:125
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:125
msgctxt "consolidatedialog|func"
msgid "Sum"
msgstr "Аицҵалыҵ"
-#: consolidatedialog.ui:126
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:126
msgctxt "consolidatedialog|func"
msgid "Count"
msgstr "Ахыҧхьаӡара"
-#: consolidatedialog.ui:127
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:127
msgctxt "consolidatedialog|func"
msgid "Average"
msgstr "Ибжьаратәу"
-#: consolidatedialog.ui:128
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:128
msgctxt "consolidatedialog|func"
msgid "Max"
msgstr "Амаксимум"
-#: consolidatedialog.ui:129
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:129
msgctxt "consolidatedialog|func"
msgid "Min"
msgstr "Аминимум"
-#: consolidatedialog.ui:130
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:130
msgctxt "consolidatedialog|func"
msgid "Product"
msgstr "Ашьҭыхлыҵ"
-#: consolidatedialog.ui:131
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:131
msgctxt "consolidatedialog|func"
msgid "Count (numbers only)"
msgstr ""
-#: consolidatedialog.ui:132
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:132
msgctxt "consolidatedialog|func"
msgid "StDev (sample)"
msgstr ""
-#: consolidatedialog.ui:133
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:133
msgctxt "consolidatedialog|func"
msgid "StDevP (population)"
msgstr ""
-#: consolidatedialog.ui:134
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:134
msgctxt "consolidatedialog|func"
msgid "Var (sample)"
msgstr ""
-#: consolidatedialog.ui:135
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:135
msgctxt "consolidatedialog|func"
msgid "VarP (population)"
msgstr ""
-#: consolidatedialog.ui:344
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:342
msgctxt "consolidatedialog|ftdataarea"
msgid "_Source data ranges:"
msgstr ""
-#: consolidatedialog.ui:360
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:358
msgctxt "consolidatedialog|ftdestarea"
msgid "Copy results _to:"
msgstr ""
-#: consolidatedialog.ui:417
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:415
msgctxt "consolidatedialog|byrow"
msgid "_Row labels"
msgstr ""
-#: consolidatedialog.ui:435
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:433
msgctxt "consolidatedialog|bycol"
msgid "C_olumn labels"
msgstr ""
-#: consolidatedialog.ui:459
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:457
msgctxt "consolidatedialog|label3"
msgid "Consolidate by"
msgstr "Еидҵатәуп ала"
-#: consolidatedialog.ui:491
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:489
msgctxt "consolidatedialog|refs"
msgid "_Link to source data"
msgstr ""
-#: consolidatedialog.ui:507
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:505
msgctxt "consolidatedialog|label4"
msgid "Options"
msgstr "Апараметрқәа"
-#: consolidatedialog.ui:526
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:524
msgctxt "consolidatedialog|more_label"
msgid "Options"
msgstr "Апараметрқәа"
-#: correlationdialog.ui:9
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:9
msgctxt "correlationdialog|CorrelationDialog"
msgid "Correlation"
msgstr ""
-#: correlationdialog.ui:100
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:100
msgctxt "correlationdialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: correlationdialog.ui:114
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:114
msgctxt "correlationdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: correlationdialog.ui:181
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:179
msgctxt "correlationdialog|label4"
msgid "Data"
msgstr "Адырқәа"
-#: correlationdialog.ui:216
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:214
msgctxt "correlationdialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: correlationdialog.ui:231
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:230
msgctxt "correlationdialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: correlationdialog.ui:252
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:252
msgctxt "correlationdialog|label2"
msgid "Grouped by"
msgstr ""
-#: covariancedialog.ui:10
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:10
msgctxt "covariancedialog|CovarianceDialog"
msgid "Covariance"
msgstr ""
-#: covariancedialog.ui:42
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:42
msgctxt "covariancedialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: covariancedialog.ui:81
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:80
msgctxt "covariancedialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: covariancedialog.ui:123
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:121
msgctxt "covariancedialog|label1"
msgid "Data"
msgstr "Адырқәа"
-#: covariancedialog.ui:217
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:215
msgctxt "covariancedialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: covariancedialog.ui:232
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:231
msgctxt "covariancedialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: covariancedialog.ui:253
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:253
msgctxt "covariancedialog|label2"
msgid "Grouped by"
msgstr ""
-#: createnamesdialog.ui:8
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:8
msgctxt "createnamesdialog|CreateNamesDialog"
msgid "Create Names"
msgstr "Иаҧҵатәуп ахьӡқәа"
-#: createnamesdialog.ui:96
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:99
msgctxt "createnamesdialog|top"
msgid "_Top row"
msgstr ""
-#: createnamesdialog.ui:112
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:115
msgctxt "createnamesdialog|left"
msgid "_Left column"
msgstr ""
-#: createnamesdialog.ui:128
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:131
msgctxt "createnamesdialog|bottom"
msgid "_Bottom row"
msgstr ""
-#: createnamesdialog.ui:146
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:149
msgctxt "createnamesdialog|right"
msgid "_Right column"
msgstr ""
-#: createnamesdialog.ui:169
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:171
msgctxt "createnamesdialog|label1"
msgid "Create Names From"
msgstr ""
-#: dapiservicedialog.ui:9
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:9
msgctxt "dapiservicedialog|DapiserviceDialog"
msgid "External Source"
msgstr ""
-#: dapiservicedialog.ui:108
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:108
#, fuzzy
msgctxt "dapiservicedialog|label2"
msgid "_Service"
msgstr "Амаҵзура:"
-#: dapiservicedialog.ui:124
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:124
msgctxt "dapiservicedialog|label3"
msgid "So_urce"
msgstr ""
-#: dapiservicedialog.ui:140
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:140
msgctxt "dapiservicedialog|label4"
msgid "_Name"
msgstr "Ахьӡ"
-#: dapiservicedialog.ui:156
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:156
msgctxt "dapiservicedialog|label5"
msgid "Us_er"
msgstr ""
-#: dapiservicedialog.ui:172
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:172
msgctxt "dapiservicedialog|label6"
msgid "_Password"
msgstr "Ажәамаӡа"
-#: dapiservicedialog.ui:259
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:255
msgctxt "dapiservicedialog|label1"
msgid "Selection"
msgstr "Алхра"
-#: databaroptions.ui:9
+#: sc/uiconfig/scalc/ui/databaroptions.ui:9
msgctxt "databaroptions|DataBarOptions"
msgid "Data Bar"
msgstr "Агистограмма"
-#: databaroptions.ui:89
+#: sc/uiconfig/scalc/ui/databaroptions.ui:89
msgctxt "databaroptions|label4"
msgid "Minimum:"
msgstr "Аминимум:"
-#: databaroptions.ui:103
+#: sc/uiconfig/scalc/ui/databaroptions.ui:103
msgctxt "databaroptions|label5"
msgid "Maximum:"
msgstr "Амаксимум:"
-#: databaroptions.ui:118
+#: sc/uiconfig/scalc/ui/databaroptions.ui:118
msgctxt "databaroptions|min"
msgid "Automatic"
msgstr "Автоматикала"
-#: databaroptions.ui:119
+#: sc/uiconfig/scalc/ui/databaroptions.ui:119
msgctxt "databaroptions|min"
msgid "Minimum"
msgstr "Аминимум"
-#: databaroptions.ui:120
+#: sc/uiconfig/scalc/ui/databaroptions.ui:120
msgctxt "databaroptions|min"
msgid "Maximum"
msgstr "Амаксимум"
-#: databaroptions.ui:121
+#: sc/uiconfig/scalc/ui/databaroptions.ui:121
msgctxt "databaroptions|min"
msgid "Percentile"
msgstr ""
-#: databaroptions.ui:122
+#: sc/uiconfig/scalc/ui/databaroptions.ui:122
msgctxt "databaroptions|min"
msgid "Value"
msgstr "Аҵакы"
-#: databaroptions.ui:123
+#: sc/uiconfig/scalc/ui/databaroptions.ui:123
msgctxt "databaroptions|min"
msgid "Percent"
msgstr "Апроцент"
-#: databaroptions.ui:124
+#: sc/uiconfig/scalc/ui/databaroptions.ui:124
msgctxt "databaroptions|min"
msgid "Formula"
msgstr "Аформула"
-#: databaroptions.ui:138
+#: sc/uiconfig/scalc/ui/databaroptions.ui:138
msgctxt "databaroptions|max"
msgid "Automatic"
msgstr "Автоматикала"
-#: databaroptions.ui:139
+#: sc/uiconfig/scalc/ui/databaroptions.ui:139
msgctxt "databaroptions|max"
msgid "Minimum"
msgstr "Аминимум"
-#: databaroptions.ui:140
+#: sc/uiconfig/scalc/ui/databaroptions.ui:140
msgctxt "databaroptions|max"
msgid "Maximum"
msgstr "Амаксимум"
-#: databaroptions.ui:141
+#: sc/uiconfig/scalc/ui/databaroptions.ui:141
msgctxt "databaroptions|max"
msgid "Percentile"
msgstr ""
-#: databaroptions.ui:142
+#: sc/uiconfig/scalc/ui/databaroptions.ui:142
msgctxt "databaroptions|max"
msgid "Value"
msgstr "Аҵакы"
-#: databaroptions.ui:143
+#: sc/uiconfig/scalc/ui/databaroptions.ui:143
msgctxt "databaroptions|max"
msgid "Percent"
msgstr "Апроцент"
-#: databaroptions.ui:144
+#: sc/uiconfig/scalc/ui/databaroptions.ui:144
msgctxt "databaroptions|max"
msgid "Formula"
msgstr "Аформула"
-#: databaroptions.ui:182
+#: sc/uiconfig/scalc/ui/databaroptions.ui:180
msgctxt "databaroptions|label1"
msgid "Entry Values"
msgstr ""
-#: databaroptions.ui:220
+#: sc/uiconfig/scalc/ui/databaroptions.ui:218
msgctxt "databaroptions|label6"
msgid "Positive:"
msgstr "Иҵоурақәоу:"
-#: databaroptions.ui:234
+#: sc/uiconfig/scalc/ui/databaroptions.ui:232
msgctxt "databaroptions|label7"
msgid "Negative:"
msgstr "Иҵоурамқәа:"
-#: databaroptions.ui:270
+#: sc/uiconfig/scalc/ui/databaroptions.ui:268
#, fuzzy
msgctxt "databaroptions|label10"
msgid "Fill:"
msgstr "Афаил:"
-#: databaroptions.ui:282
+#: sc/uiconfig/scalc/ui/databaroptions.ui:280
msgctxt "databaroptions|fill_type"
msgid "Color"
msgstr "Аҧштәы"
-#: databaroptions.ui:283
+#: sc/uiconfig/scalc/ui/databaroptions.ui:281
msgctxt "databaroptions|fill_type"
msgid "Gradient"
msgstr "Аградиент"
-#: databaroptions.ui:299
+#: sc/uiconfig/scalc/ui/databaroptions.ui:297
msgctxt "databaroptions|label2"
msgid "Bar Colors"
msgstr "Аҧштәқәа"
-#: databaroptions.ui:337
+#: sc/uiconfig/scalc/ui/databaroptions.ui:335
msgctxt "databaroptions|label8"
msgid "Position of vertical axis:"
msgstr ""
-#: databaroptions.ui:351
+#: sc/uiconfig/scalc/ui/databaroptions.ui:349
msgctxt "databaroptions|label9"
msgid "Color of vertical axis:"
msgstr ""
-#: databaroptions.ui:366
+#: sc/uiconfig/scalc/ui/databaroptions.ui:364
msgctxt "databaroptions|axis_pos"
msgid "Automatic"
msgstr "Автоматикала"
-#: databaroptions.ui:367
+#: sc/uiconfig/scalc/ui/databaroptions.ui:365
msgctxt "databaroptions|axis_pos"
msgid "Middle"
msgstr "Агәҭа ала"
-#: databaroptions.ui:368
+#: sc/uiconfig/scalc/ui/databaroptions.ui:366
msgctxt "databaroptions|axis_pos"
msgid "None"
msgstr "Мап"
-#: databaroptions.ui:395
+#: sc/uiconfig/scalc/ui/databaroptions.ui:393
msgctxt "databaroptions|label3"
msgid "Axis"
msgstr ""
-#: databaroptions.ui:433
+#: sc/uiconfig/scalc/ui/databaroptions.ui:431
msgctxt "databaroptions|label12"
msgid "Minimum bar length (%):"
msgstr "Иминималу аура (%):"
-#: databaroptions.ui:447
+#: sc/uiconfig/scalc/ui/databaroptions.ui:445
msgctxt "databaroptions|label13"
msgid "Maximum bar length (%):"
msgstr "Имаксималу аура (%):"
-#: databaroptions.ui:486
+#: sc/uiconfig/scalc/ui/databaroptions.ui:482
msgctxt "databaroptions|label11"
msgid "Bar Lengths"
msgstr ""
-#: databaroptions.ui:501
+#: sc/uiconfig/scalc/ui/databaroptions.ui:497
msgctxt "databaroptions|only_bar"
msgid "Display bar only"
msgstr ""
-#: databaroptions.ui:518
+#: sc/uiconfig/scalc/ui/databaroptions.ui:515
msgctxt "databaroptions|str_same_value"
msgid "The minimum value must be less than the maximum value."
msgstr "Иминималу аҵакы еиҵазароуп имаксималу аасҭа."
-#: datafielddialog.ui:8
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:8
msgctxt "datafielddialog|DataFieldDialog"
msgid "Data Field"
msgstr ""
-#: datafielddialog.ui:130
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:130
msgctxt "datafielddialog|label1"
msgid "Function"
msgstr "Афункциа"
-#: datafielddialog.ui:144
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:144
msgctxt "datafielddialog|checkbutton1"
msgid "Show it_ems without data"
msgstr ""
-#: datafielddialog.ui:167
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:167
msgctxt "datafielddialog|label2"
msgid "Name:"
msgstr "Ахьӡ:"
-#: datafielddialog.ui:215
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:215
msgctxt "datafielddialog|label4"
msgid "_Type:"
msgstr "Атип:"
-#: datafielddialog.ui:230
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:230
msgctxt "datafielddialog|basefieldft"
msgid "_Base field:"
msgstr ""
-#: datafielddialog.ui:245
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:245
msgctxt "datafielddialog|baseitemft"
msgid "Ba_se item:"
msgstr ""
-#: datafielddialog.ui:260
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:260
msgctxt "datafielddialog|type"
msgid "Normal"
msgstr "Инормалтәу"
-#: datafielddialog.ui:261
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:261
msgctxt "datafielddialog|type"
msgid "Difference from"
msgstr ""
-#: datafielddialog.ui:262
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:262
msgctxt "datafielddialog|type"
msgid "% of"
msgstr ""
-#: datafielddialog.ui:263
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:263
msgctxt "datafielddialog|type"
msgid "% difference from"
msgstr ""
-#: datafielddialog.ui:264
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:264
msgctxt "datafielddialog|type"
msgid "Running total in"
msgstr ""
-#: datafielddialog.ui:265
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:265
msgctxt "datafielddialog|type"
msgid "% of row"
msgstr ""
-#: datafielddialog.ui:266
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:266
msgctxt "datafielddialog|type"
msgid "% of column"
msgstr ""
-#: datafielddialog.ui:267
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:267
msgctxt "datafielddialog|type"
msgid "% of total"
msgstr ""
-#: datafielddialog.ui:268
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:268
msgctxt "datafielddialog|type"
msgid "Index"
msgstr "Аиндекс"
-#: datafielddialog.ui:291
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:291
msgctxt "datafielddialog|baseitem"
msgid "- previous item -"
msgstr ""
-#: datafielddialog.ui:292
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:292
msgctxt "datafielddialog|baseitem"
msgid "- next item -"
msgstr ""
-#: datafielddialog.ui:308
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:308
msgctxt "datafielddialog|label3"
msgid "Displayed value"
msgstr ""
-#: datafieldoptionsdialog.ui:15
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:15
msgctxt "datafieldoptionsdialog|DataFieldOptionsDialog"
msgid "Data Field Options"
msgstr ""
-#: datafieldoptionsdialog.ui:110
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:110
msgctxt "datafieldoptionsdialog|ascending"
msgid "_Ascending"
msgstr "Еиҵоу-еиҳаула"
-#: datafieldoptionsdialog.ui:127
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:127
msgctxt "datafieldoptionsdialog|descending"
msgid "_Descending"
msgstr "Еиҳау-еиҵоула"
-#: datafieldoptionsdialog.ui:143
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:143
msgctxt "datafieldoptionsdialog|manual"
msgid "_Manual"
msgstr "Напыла"
-#: datafieldoptionsdialog.ui:181
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:181
msgctxt "datafieldoptionsdialog|label1"
msgid "Sort by"
msgstr ""
-#: datafieldoptionsdialog.ui:213
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:213
msgctxt "datafieldoptionsdialog|repeatitemlabels"
msgid "_Repeat item labels"
msgstr ""
-#: datafieldoptionsdialog.ui:229
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:229
msgctxt "datafieldoptionsdialog|emptyline"
msgid "_Empty line after each item"
msgstr ""
-#: datafieldoptionsdialog.ui:248
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:248
msgctxt "datafieldoptionsdialog|label3"
msgid "_Layout:"
msgstr ""
-#: datafieldoptionsdialog.ui:263
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:263
msgctxt "datafieldoptionsdialog|layout"
msgid "Tabular layout"
msgstr ""
-#: datafieldoptionsdialog.ui:264
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:264
msgctxt "datafieldoptionsdialog|layout"
msgid "Outline layout with subtotals at the top"
msgstr ""
-#: datafieldoptionsdialog.ui:265
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:265
msgctxt "datafieldoptionsdialog|layout"
msgid "Outline layout with subtotals at the bottom"
msgstr ""
-#: datafieldoptionsdialog.ui:281
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:281
msgctxt "datafieldoptionsdialog|label2"
msgid "Display Options"
msgstr ""
-#: datafieldoptionsdialog.ui:313
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:313
msgctxt "datafieldoptionsdialog|show"
msgid "_Show:"
msgstr ""
-#: datafieldoptionsdialog.ui:334
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:334
msgctxt "datafieldoptionsdialog|showfromft"
msgid "_From:"
msgstr ""
-#: datafieldoptionsdialog.ui:348
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:348
msgctxt "datafieldoptionsdialog|usingft"
msgid "_Using field:"
msgstr ""
-#: datafieldoptionsdialog.ui:367
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:367
msgctxt "datafieldoptionsdialog|showft"
msgid "items"
msgstr ""
-#: datafieldoptionsdialog.ui:401
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:401
msgctxt "datafieldoptionsdialog|from"
msgid "Top"
msgstr "Хыхьла"
-#: datafieldoptionsdialog.ui:402
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:402
msgctxt "datafieldoptionsdialog|from"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: datafieldoptionsdialog.ui:428
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:428
msgctxt "datafieldoptionsdialog|label4"
msgid "Show Automatically"
msgstr ""
-#: datafieldoptionsdialog.ui:473
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:473
msgctxt "datafieldoptionsdialog|label9"
msgid "Hide Items"
msgstr ""
-#: datafieldoptionsdialog.ui:505
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:505
msgctxt "datafieldoptionsdialog|hierarchyft"
msgid "Hierarch_y:"
msgstr ""
-#: dataform.ui:8
+#: sc/uiconfig/scalc/ui/dataform.ui:8
msgctxt "dataform|DataFormDialog"
msgid "Data Form"
msgstr "Адырқәа рформа"
-#: dataform.ui:25
+#: sc/uiconfig/scalc/ui/dataform.ui:25
msgctxt "dataform|label"
msgid "New Record"
msgstr "Иацҵатәуп анҵамҭа"
-#: dataform.ui:35
+#: sc/uiconfig/scalc/ui/dataform.ui:35
msgctxt "dataform|new"
msgid "_New"
msgstr "Иаҧҵатәуп"
-#: dataform.ui:51
+#: sc/uiconfig/scalc/ui/dataform.ui:51
msgctxt "dataform|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: dataform.ui:65
+#: sc/uiconfig/scalc/ui/dataform.ui:65
msgctxt "dataform|restore"
msgid "_Restore"
msgstr ""
-#: dataform.ui:79
+#: sc/uiconfig/scalc/ui/dataform.ui:79
msgctxt "dataform|prev"
msgid "_Previous Record"
msgstr ""
-#: dataform.ui:94
+#: sc/uiconfig/scalc/ui/dataform.ui:94
msgctxt "dataform|next"
msgid "Ne_xt Record"
msgstr "Анаҩстәи анҵамҭа"
-#: dataform.ui:124
+#: sc/uiconfig/scalc/ui/dataform.ui:124
msgctxt "dataform|close"
msgid "_Close"
msgstr "Иарктәуп"
-#: dataprovider.ui:9
+#: sc/uiconfig/scalc/ui/dataprovider.ui:9
msgctxt "dataprovider|DataStreamDialog"
msgid "Live Data Streams"
msgstr ""
-#: dataprovider.ui:107
+#: sc/uiconfig/scalc/ui/dataprovider.ui:107
msgctxt "dataprovider|label6"
msgid "URL:"
msgstr "URL:"
-#: dataprovider.ui:120
+#: sc/uiconfig/scalc/ui/dataprovider.ui:120
msgctxt "dataprovider|url|tooltip_text"
msgid "Enter the URL of the source document in the local file system or Internet here."
msgstr ""
-#: dataprovider.ui:138
+#: sc/uiconfig/scalc/ui/dataprovider.ui:138
msgctxt "dataprovider|browse"
msgid "_Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: dataprovider.ui:165
+#: sc/uiconfig/scalc/ui/dataprovider.ui:165
msgctxt "dataprovider|label_db"
msgid "Database Range:"
msgstr ""
-#: dataprovider.ui:199
+#: sc/uiconfig/scalc/ui/dataprovider.ui:199
msgctxt "dataprovider|label_provider"
msgid "Data Provider:"
msgstr ""
-#: dataprovider.ui:234
+#: sc/uiconfig/scalc/ui/dataprovider.ui:234
msgctxt "dataprovider|label_search"
msgid "Search String:"
msgstr ""
-#: dataprovider.ui:268
+#: sc/uiconfig/scalc/ui/dataprovider.ui:268
msgctxt "dataprovider|label"
msgid "Source Stream"
msgstr ""
-#: dataproviderentry.ui:46
+#: sc/uiconfig/scalc/ui/dataproviderentry.ui:46
msgctxt "dataproviderentry|url"
msgid "URL:"
msgstr "URL:"
-#: dataproviderentry.ui:57
+#: sc/uiconfig/scalc/ui/dataproviderentry.ui:57
msgctxt "dataproviderentry|id"
msgid "ID:"
msgstr ""
-#: dataproviderentry.ui:68
+#: sc/uiconfig/scalc/ui/dataproviderentry.ui:68
msgctxt "dataproviderentry|provider"
msgid "Data Provider:"
msgstr ""
-#: datastreams.ui:9
+#: sc/uiconfig/scalc/ui/datastreams.ui:9
msgctxt "datastreams|DataStreamDialog"
msgid "Live Data Streams"
msgstr ""
-#: datastreams.ui:50
+#: sc/uiconfig/scalc/ui/datastreams.ui:50
msgctxt "datastreams|label6"
msgid "URL:"
msgstr "URL:"
-#: datastreams.ui:63
+#: sc/uiconfig/scalc/ui/datastreams.ui:63
msgctxt "datastreams|url|tooltip_text"
msgid "Enter the URL of the source document in the local file system or Internet here."
msgstr ""
-#: datastreams.ui:81
+#: sc/uiconfig/scalc/ui/datastreams.ui:81
msgctxt "datastreams|browse"
msgid "_Browse..."
msgstr "_Аҭыҧхәаҧшра..."
-#: datastreams.ui:120
+#: sc/uiconfig/scalc/ui/datastreams.ui:120
msgctxt "datastreams|valuesinline"
msgid "value1,value2,...,valueN, and fill into range:"
msgstr ""
-#: datastreams.ui:137
+#: sc/uiconfig/scalc/ui/datastreams.ui:137
msgctxt "datastreams|addressvalue"
msgid "address,value"
msgstr ""
-#: datastreams.ui:174
+#: sc/uiconfig/scalc/ui/datastreams.ui:173
msgctxt "datastreams|label4"
msgid "Interpret stream data as"
msgstr ""
-#: datastreams.ui:187
+#: sc/uiconfig/scalc/ui/datastreams.ui:186
msgctxt "datastreams|refresh_ui"
msgid "Empty lines trigger UI refresh"
msgstr ""
-#: datastreams.ui:209
+#: sc/uiconfig/scalc/ui/datastreams.ui:209
msgctxt "datastreams|label"
msgid "Source Stream"
msgstr ""
-#: datastreams.ui:250
+#: sc/uiconfig/scalc/ui/datastreams.ui:250
msgctxt "datastreams|datadown"
msgid "Move existing data down"
msgstr ""
-#: datastreams.ui:267
+#: sc/uiconfig/scalc/ui/datastreams.ui:267
msgctxt "datastreams|rangedown"
msgid "Move the range down"
msgstr ""
-#: datastreams.ui:285
+#: sc/uiconfig/scalc/ui/datastreams.ui:285
msgctxt "datastreams|nomove"
msgid "Overwrite existing data"
msgstr ""
-#: datastreams.ui:308
+#: sc/uiconfig/scalc/ui/datastreams.ui:308
msgctxt "datastreams|label2"
msgid "When New Data Arrives"
msgstr ""
-#: datastreams.ui:342
+#: sc/uiconfig/scalc/ui/datastreams.ui:342
msgctxt "datastreams|maxlimit"
msgid "Limit to:"
msgstr ""
-#: datastreams.ui:372
+#: sc/uiconfig/scalc/ui/datastreams.ui:371
msgctxt "datastreams|unlimited"
msgid "_Unlimited"
msgstr ""
-#: datastreams.ui:398
+#: sc/uiconfig/scalc/ui/datastreams.ui:397
msgctxt "datastreams|label3"
msgid "Maximal Amount of Rows"
msgstr "Ацәаҳәақәа имаксималу рхыҧхьаӡара"
-#: definedatabaserangedialog.ui:9
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:9
msgctxt "definedatabaserangedialog|DefineDatabaseRangeDialog"
msgid "Define Database Range"
msgstr "Иалхтәуп адырқәа рдиапазон"
-#: definedatabaserangedialog.ui:61
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:61
msgctxt "definedatabaserangedialog|Name"
msgid "Name"
msgstr "Ахьӡ"
-#: definedatabaserangedialog.ui:125
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:125
msgctxt "definedatabaserangedialog|Range"
msgid "Range"
msgstr "Адиапазон"
-#: definedatabaserangedialog.ui:160
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:160
msgctxt "definedatabaserangedialog|modify"
msgid "M_odify"
msgstr "Иҧсахтәуп"
-#: definedatabaserangedialog.ui:213
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:213
msgctxt "definedatabaserangedialog|ContainsColumnLabels"
msgid "Co_ntains column labels"
msgstr ""
-#: definedatabaserangedialog.ui:229
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:229
msgctxt "definedatabaserangedialog|ContainsTotalsRow"
msgid "Contains _totals row"
msgstr ""
-#: definedatabaserangedialog.ui:245
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:245
msgctxt "definedatabaserangedialog|InsertOrDeleteCells"
msgid "Insert or delete _cells"
msgstr "Ибжьаргылатәуп ма ианыхтәуп абларҭақәа"
-#: definedatabaserangedialog.ui:261
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:261
msgctxt "definedatabaserangedialog|KeepFormatting"
msgid "Keep _formatting"
msgstr "Еиқәырхатәуп аформатркра"
-#: definedatabaserangedialog.ui:277
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:277
msgctxt "definedatabaserangedialog|DontSaveImportedData"
msgid "Don't save _imported data"
msgstr "Еиқәырхатәӡам аимпорттә дырқәа"
-#: definedatabaserangedialog.ui:296
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:296
msgctxt "definedatabaserangedialog|Source"
msgid "Source:"
msgstr ""
-#: definedatabaserangedialog.ui:309
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:309
msgctxt "definedatabaserangedialog|Operations"
msgid "Operations:"
msgstr ""
-#: definedatabaserangedialog.ui:322
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:322
msgctxt "definedatabaserangedialog|invalid"
msgid "Invalid range"
msgstr "Изымуа адиапазон"
-#: definedatabaserangedialog.ui:338
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:338
msgctxt "definedatabaserangedialog|label1"
msgid "Options"
msgstr "Апараметрқәа"
-#: definename.ui:9
+#: sc/uiconfig/scalc/ui/definename.ui:9
msgctxt "definename|DefineNameDialog"
msgid "Define Name"
msgstr ""
-#: definename.ui:89
+#: sc/uiconfig/scalc/ui/definename.ui:89
msgctxt "definename|label2"
msgid "Name:"
msgstr "Ахьӡ:"
-#: definename.ui:103
+#: sc/uiconfig/scalc/ui/definename.ui:103
msgctxt "definename|label3"
msgid "Range or formula expression:"
msgstr ""
-#: definename.ui:117
+#: sc/uiconfig/scalc/ui/definename.ui:117
msgctxt "definename|label4"
msgid "Scope:"
msgstr ""
-#: definename.ui:190
+#: sc/uiconfig/scalc/ui/definename.ui:188
msgctxt "definename|label"
msgid "Define the name and range or formula expression."
msgstr ""
-#: definename.ui:220
+#: sc/uiconfig/scalc/ui/definename.ui:218
msgctxt "definename|printarea"
msgid "_Print range"
msgstr "Акьыҧхьра адиапазон"
-#: definename.ui:235
+#: sc/uiconfig/scalc/ui/definename.ui:233
msgctxt "definename|filter"
msgid "_Filter"
msgstr "Афильтр"
-#: definename.ui:250
+#: sc/uiconfig/scalc/ui/definename.ui:248
msgctxt "definename|colheader"
msgid "Repeat _column"
msgstr ""
-#: definename.ui:265
+#: sc/uiconfig/scalc/ui/definename.ui:263
msgctxt "definename|rowheader"
msgid "Repeat _row"
msgstr ""
-#: definename.ui:284
+#: sc/uiconfig/scalc/ui/definename.ui:282
msgctxt "definename|label5"
msgid "Range _Options"
msgstr "Адиапазон апараметрқәа"
-#: deletecells.ui:8
+#: sc/uiconfig/scalc/ui/deletecells.ui:8
msgctxt "deletecells|DeleteCellsDialog"
msgid "Delete Cells"
msgstr "Ианыхтәуп абларҭақәа"
-#: deletecells.ui:93
+#: sc/uiconfig/scalc/ui/deletecells.ui:97
msgctxt "deletecells|up"
msgid "Shift cells _up"
msgstr ""
-#: deletecells.ui:111
+#: sc/uiconfig/scalc/ui/deletecells.ui:114
msgctxt "deletecells|left"
msgid "Shift cells _left"
msgstr ""
-#: deletecells.ui:128
+#: sc/uiconfig/scalc/ui/deletecells.ui:131
msgctxt "deletecells|rows"
msgid "Delete entire _row(s)"
msgstr "Ианыхтәуп ацәаҳәа шеибгоу"
-#: deletecells.ui:145
+#: sc/uiconfig/scalc/ui/deletecells.ui:148
msgctxt "deletecells|cols"
msgid "Delete entire _column(s)"
msgstr "Ианыхтәуп аиҵагыла шеибгоу"
-#: deletecells.ui:168
+#: sc/uiconfig/scalc/ui/deletecells.ui:171
msgctxt "deletecells|label1"
msgid "Selection"
msgstr "Алхра"
-#: deletecontents.ui:8
+#: sc/uiconfig/scalc/ui/deletecolumnentry.ui:21
+msgctxt "deletecolumnentry|name"
+msgid "Delete Columns Action"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/deletecolumnentry.ui:37
+msgctxt "deletecolumnentry|separator"
+msgid "Columns (List of ';' separated columns)"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/deletecontents.ui:8
#, fuzzy
msgctxt "deletecontents|DeleteContentsDialog"
msgid "Delete Contents"
msgstr "Ианыхтәуп акомментари"
-#: deletecontents.ui:93
+#: sc/uiconfig/scalc/ui/deletecontents.ui:96
msgctxt "deletecontents|deleteall"
msgid "Delete _all"
msgstr "Ианыхтәуп зегьы"
-#: deletecontents.ui:116
+#: sc/uiconfig/scalc/ui/deletecontents.ui:119
msgctxt "deletecontents|text"
msgid "_Text"
msgstr "_Атеқст"
-#: deletecontents.ui:131
+#: sc/uiconfig/scalc/ui/deletecontents.ui:134
msgctxt "deletecontents|numbers"
msgid "_Numbers"
msgstr "Ахыҧхьаӡарақәа"
-#: deletecontents.ui:146
+#: sc/uiconfig/scalc/ui/deletecontents.ui:149
msgctxt "deletecontents|datetime"
msgid "_Date & time"
-msgstr ""
+msgstr "Арыцхәи аамҭеи"
-#: deletecontents.ui:161
+#: sc/uiconfig/scalc/ui/deletecontents.ui:164
msgctxt "deletecontents|formulas"
msgid "_Formulas"
msgstr "Аформулақәа"
-#: deletecontents.ui:176
+#: sc/uiconfig/scalc/ui/deletecontents.ui:179
msgctxt "deletecontents|comments"
msgid "_Comments"
msgstr "Акомментариқәа"
-#: deletecontents.ui:191
+#: sc/uiconfig/scalc/ui/deletecontents.ui:194
msgctxt "deletecontents|formats"
msgid "For_mats"
msgstr "Аформатқәа"
-#: deletecontents.ui:206
+#: sc/uiconfig/scalc/ui/deletecontents.ui:209
msgctxt "deletecontents|objects"
msgid "_Objects"
msgstr "Аобиеқтқәа"
-#: deletecontents.ui:237
+#: sc/uiconfig/scalc/ui/deletecontents.ui:240
msgctxt "deletecontents|label2"
msgid "Selection"
msgstr "Алхра"
-#: descriptivestatisticsdialog.ui:9
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:9
msgctxt "descriptivestatisticsdialog|DescriptiveStatisticsDialog"
msgid "Descriptive Statistics"
msgstr ""
-#: descriptivestatisticsdialog.ui:42
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:42
msgctxt "descriptivestatisticsdialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: descriptivestatisticsdialog.ui:81
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:80
msgctxt "descriptivestatisticsdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: descriptivestatisticsdialog.ui:123
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:121
msgctxt "descriptivestatisticsdialog|label1"
msgid "Data"
msgstr "Адырқәа"
-#: descriptivestatisticsdialog.ui:217
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:215
msgctxt "descriptivestatisticsdialog|groupedby-columns-radio"
msgid "_Columns"
msgstr "Аиҵагылақәа"
-#: descriptivestatisticsdialog.ui:233
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:231
msgctxt "descriptivestatisticsdialog|groupedby-rows-radio"
msgid "_Rows"
msgstr "Ацәаҳәақәа"
-#: descriptivestatisticsdialog.ui:255
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:253
msgctxt "descriptivestatisticsdialog|label2"
msgid "Grouped by"
msgstr ""
-#: doubledialog.ui:7
+#: sc/uiconfig/scalc/ui/doubledialog.ui:7
msgctxt "doubledialog|DoubleDialog"
msgid "Edit Setting"
msgstr "Иҧсахтәуп апараметрқәа"
-#: dropmenu.ui:12
+#: sc/uiconfig/scalc/ui/dropmenu.ui:12
msgctxt "dropmenu|hyperlink"
msgid "Insert as Hyperlink"
msgstr "Ибжьаргылатәуп агиперзхьарҧш ҳасабла"
-#: dropmenu.ui:20
+#: sc/uiconfig/scalc/ui/dropmenu.ui:20
msgctxt "dropmenu|link"
msgid "Insert as Link"
msgstr "Ибжьаргылатәуп азхьарҧш ҳасабла"
-#: dropmenu.ui:28
+#: sc/uiconfig/scalc/ui/dropmenu.ui:28
msgctxt "dropmenu|copy"
msgid "Insert as Copy"
msgstr ""
-#: erroralerttabpage.ui:14
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:14
msgctxt "erroralerttabpage|tsbshow"
msgid "Show error _message when invalid values are entered"
msgstr ""
-#: erroralerttabpage.ui:59
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:59
msgctxt "erroralerttabpage|action_label"
msgid "_Action:"
msgstr "Аҟаҵара:"
-#: erroralerttabpage.ui:76
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:76
#, fuzzy
msgctxt "erroralerttabpage|title_label"
msgid "_Title:"
msgstr "Ахы:"
-#: erroralerttabpage.ui:128
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:126
msgctxt "erroralerttabpage|errormsg_label"
msgid "_Error message:"
msgstr ""
-#: erroralerttabpage.ui:141
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:139
msgctxt "erroralerttabpage|browseBtn"
msgid "_Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: erroralerttabpage.ui:160
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:158
msgctxt "erroralerttabpage|actionCB"
msgid "Stop"
msgstr "Аанкылара"
-#: erroralerttabpage.ui:161
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:159
msgctxt "erroralerttabpage|actionCB"
msgid "Warning"
msgstr "Агәаҽанҵара"
-#: erroralerttabpage.ui:162
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:160
msgctxt "erroralerttabpage|actionCB"
msgid "Information"
msgstr "Аинформациа"
-#: erroralerttabpage.ui:163
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:161
msgctxt "erroralerttabpage|actionCB"
msgid "Macro"
msgstr "Амакрос"
-#: erroralerttabpage.ui:181
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:179
msgctxt "erroralerttabpage|label1"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: exponentialsmoothingdialog.ui:15
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:15
msgctxt "exponentialsmoothingdialog|ExponentialSmoothingDialog"
msgid "Exponential Smoothing"
msgstr ""
-#: exponentialsmoothingdialog.ui:48
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:48
msgctxt "exponentialsmoothingdialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: exponentialsmoothingdialog.ui:87
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:86
msgctxt "exponentialsmoothingdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: exponentialsmoothingdialog.ui:129
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:127
msgctxt "exponentialsmoothingdialog|label5"
msgid "Data"
msgstr "Адырқәа"
-#: exponentialsmoothingdialog.ui:223
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:221
msgctxt "exponentialsmoothingdialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: exponentialsmoothingdialog.ui:239
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:237
msgctxt "exponentialsmoothingdialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: exponentialsmoothingdialog.ui:261
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:259
msgctxt "exponentialsmoothingdialog|label2"
msgid "Grouped by"
msgstr ""
-#: exponentialsmoothingdialog.ui:299
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:297
msgctxt "exponentialsmoothingdialog|smoothing-factor-label"
msgid "Smoothing factor:"
msgstr ""
-#: exponentialsmoothingdialog.ui:331
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:328
msgctxt "exponentialsmoothingdialog|label1"
msgid "Parameters"
msgstr "Апараметрқәа"
-#: externaldata.ui:16
+#: sc/uiconfig/scalc/ui/externaldata.ui:23
msgctxt "externaldata|ExternalDataDialog"
msgid "External Data"
msgstr ""
-#: externaldata.ui:118
+#: sc/uiconfig/scalc/ui/externaldata.ui:129
msgctxt "externaldata|url|tooltip_text"
msgid "Enter the URL of the source document in the local file system or Internet here."
msgstr ""
-#: externaldata.ui:136
+#: sc/uiconfig/scalc/ui/externaldata.ui:146
msgctxt "externaldata|browse"
msgid "_Browse..."
msgstr "_Аҭыҧхәаҧшра..."
-#: externaldata.ui:163
+#: sc/uiconfig/scalc/ui/externaldata.ui:173
msgctxt "externaldata|label1"
msgid "URL of _External Data Source"
msgstr ""
-#: externaldata.ui:233
+#: sc/uiconfig/scalc/ui/externaldata.ui:257
msgctxt "externaldata|reload"
msgid "_Update every:"
msgstr ""
-#: externaldata.ui:275
+#: sc/uiconfig/scalc/ui/externaldata.ui:298
msgctxt "externaldata|secondsft"
msgid "_seconds"
msgstr "асек."
-#: externaldata.ui:307
+#: sc/uiconfig/scalc/ui/externaldata.ui:329
msgctxt "externaldata|label2"
msgid "_Available Tables/Ranges"
msgstr ""
-#: filldlg.ui:8
+#: sc/uiconfig/scalc/ui/filldlg.ui:8
#, fuzzy
msgctxt "filldlg|FillSeriesDialog"
msgid "Fill Series"
msgstr "Афаилтә маҵзурақәа"
-#: filldlg.ui:100
+#: sc/uiconfig/scalc/ui/filldlg.ui:100
msgctxt "filldlg|down"
msgid "_Down"
msgstr ""
-#: filldlg.ui:118
+#: sc/uiconfig/scalc/ui/filldlg.ui:118
msgctxt "filldlg|right"
msgid "_Right"
msgstr "Арыӷьарахь"
-#: filldlg.ui:135
+#: sc/uiconfig/scalc/ui/filldlg.ui:135
msgctxt "filldlg|up"
msgid "_Up"
msgstr ""
-#: filldlg.ui:152
+#: sc/uiconfig/scalc/ui/filldlg.ui:152
msgctxt "filldlg|left"
msgid "_Left"
msgstr "Арымарахь"
-#: filldlg.ui:176
+#: sc/uiconfig/scalc/ui/filldlg.ui:176
msgctxt "filldlg|label1"
msgid "Direction"
msgstr ""
-#: filldlg.ui:211
+#: sc/uiconfig/scalc/ui/filldlg.ui:211
#, fuzzy
msgctxt "filldlg|linear"
msgid "Li_near"
msgstr "Аҵәаӷәатә"
-#: filldlg.ui:229
+#: sc/uiconfig/scalc/ui/filldlg.ui:229
msgctxt "filldlg|growth"
msgid "_Growth"
msgstr ""
-#: filldlg.ui:246
+#: sc/uiconfig/scalc/ui/filldlg.ui:246
#, fuzzy
msgctxt "filldlg|date"
msgid "Da_te"
msgstr "Арыцхә"
-#: filldlg.ui:263
+#: sc/uiconfig/scalc/ui/filldlg.ui:263
msgctxt "filldlg|autofill"
msgid "_AutoFill"
msgstr ""
-#: filldlg.ui:287
+#: sc/uiconfig/scalc/ui/filldlg.ui:287
msgctxt "filldlg|label2"
msgid "Series Type"
msgstr ""
-#: filldlg.ui:322
+#: sc/uiconfig/scalc/ui/filldlg.ui:322
msgctxt "filldlg|day"
msgid "Da_y"
msgstr "Амш"
-#: filldlg.ui:340
+#: sc/uiconfig/scalc/ui/filldlg.ui:340
msgctxt "filldlg|week"
msgid "_Weekday"
msgstr ""
-#: filldlg.ui:358
+#: sc/uiconfig/scalc/ui/filldlg.ui:358
msgctxt "filldlg|month"
msgid "_Month"
msgstr "Амза"
-#: filldlg.ui:375
+#: sc/uiconfig/scalc/ui/filldlg.ui:375
msgctxt "filldlg|year"
msgid "Y_ear"
msgstr "Ашықәс"
-#: filldlg.ui:399
+#: sc/uiconfig/scalc/ui/filldlg.ui:399
msgctxt "filldlg|tuL"
msgid "Time Unit"
msgstr ""
-#: filldlg.ui:422
+#: sc/uiconfig/scalc/ui/filldlg.ui:422
msgctxt "filldlg|startL"
msgid "_Start value:"
msgstr ""
-#: filldlg.ui:436
+#: sc/uiconfig/scalc/ui/filldlg.ui:436
msgctxt "filldlg|endL"
msgid "End _value:"
msgstr ""
-#: filldlg.ui:450
+#: sc/uiconfig/scalc/ui/filldlg.ui:450
msgctxt "filldlg|incrementL"
msgid "In_crement:"
msgstr ""
-#: floatingborderstyle.ui:32
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:32
msgctxt "floatingborderstyle|none|tooltip_text"
msgid "No Border"
msgstr ""
-#: floatingborderstyle.ui:45
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:45
msgctxt "floatingborderstyle|all|tooltip_text"
msgid "All Borders"
msgstr ""
-#: floatingborderstyle.ui:58
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:58
msgctxt "floatingborderstyle|outside|tooltip_text"
msgid "Outside Borders"
msgstr ""
-#: floatingborderstyle.ui:71
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:71
msgctxt "floatingborderstyle|thickbox|tooltip_text"
msgid "Thick Box Border"
msgstr ""
-#: floatingborderstyle.ui:95
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:95
msgctxt "floatingborderstyle|thickbottom|tooltip_text"
msgid "Thick Bottom Border"
msgstr ""
-#: floatingborderstyle.ui:108
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:108
msgctxt "floatingborderstyle|doublebottom|tooltip_text"
msgid "Double Bottom Border"
msgstr ""
-#: floatingborderstyle.ui:121
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:121
msgctxt "floatingborderstyle|topthickbottom|tooltip_text"
msgid "Top and Thick Bottom Borders"
msgstr ""
-#: floatingborderstyle.ui:134
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:134
msgctxt "floatingborderstyle|topdoublebottom|tooltip_text"
msgid "Top and Double Bottom Borders"
msgstr ""
-#: floatingborderstyle.ui:158
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:158
msgctxt "floatingborderstyle|left|tooltip_text"
msgid "Left Border"
msgstr ""
-#: floatingborderstyle.ui:171
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:171
msgctxt "floatingborderstyle|right|tooltip_text"
msgid "Right Border"
msgstr ""
-#: floatingborderstyle.ui:184
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:184
msgctxt "floatingborderstyle|top|tooltip_text"
msgid "Top Border"
msgstr ""
-#: floatingborderstyle.ui:197
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:197
msgctxt "floatingborderstyle|bottom|tooltip_text"
msgid "Bottom Border"
msgstr ""
-#: floatingborderstyle.ui:210
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:210
msgctxt "floatingborderstyle|diagup|tooltip_text"
msgid "Diagonal Up Border"
msgstr ""
-#: floatingborderstyle.ui:224
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:224
msgctxt "floatingborderstyle|diagdown|tooltip_text"
msgid "Diagonal Down Border"
msgstr ""
-#: floatingborderstyle.ui:238
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:238
msgctxt "floatingborderstyle|topbottom|tooltip_text"
msgid "Top and Bottom Borders"
msgstr ""
-#: floatingborderstyle.ui:252
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:252
#, fuzzy
msgctxt "floatingborderstyle|leftright|tooltip_text"
msgid "Left and Right Borders"
msgstr "Армарахтәии арӷьарахьтәии адаҟьақәа"
-#: floatinglinestyle.ui:41
+#: sc/uiconfig/scalc/ui/floatinglinestyle.ui:41
#, fuzzy
msgctxt "floatinglinestyle|more"
msgid "_More Options..."
msgstr "Еиҭа апараметрқәа..."
-#: footerdialog.ui:8
+#: sc/uiconfig/scalc/ui/footerdialog.ui:8
msgctxt "footerdialog|FooterDialog"
msgid "Footers"
msgstr ""
-#: footerdialog.ui:106
+#: sc/uiconfig/scalc/ui/footerdialog.ui:106
msgctxt "footerdialog|footerright"
msgid "Footer (right)"
msgstr ""
-#: footerdialog.ui:128
+#: sc/uiconfig/scalc/ui/footerdialog.ui:128
msgctxt "footerdialog|footerleft"
msgid "Footer (left)"
msgstr ""
-#: formatcellsdialog.ui:8
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:8
msgctxt "formatcellsdialog|FormatCellsDialog"
msgid "Format Cells"
msgstr "Абларҭақәа рформат"
-#: formatcellsdialog.ui:106
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:106
msgctxt "formatcellsdialog|numbers"
msgid "Numbers"
msgstr "Ахыҧхьаӡарақәа"
-#: formatcellsdialog.ui:128
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:128
msgctxt "formatcellsdialog|font"
msgid "Font"
msgstr "Ашрифт"
-#: formatcellsdialog.ui:151
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:151
msgctxt "formatcellsdialog|fonteffects"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: formatcellsdialog.ui:174
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:174
msgctxt "formatcellsdialog|alignment"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: formatcellsdialog.ui:197
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:197
msgctxt "formatcellsdialog|asiantypography"
msgid "Asian Typography"
msgstr ""
-#: formatcellsdialog.ui:220
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:220
msgctxt "formatcellsdialog|borders"
msgid "Borders"
msgstr ""
-#: formatcellsdialog.ui:243
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:243
msgctxt "formatcellsdialog|background"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: formatcellsdialog.ui:266
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:266
msgctxt "formatcellsdialog|cellprotection"
msgid "Cell Protection"
msgstr ""
-#: formulacalculationoptions.ui:16
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:16
msgctxt "formulacalculationoptions|FormulaCalculationOptions"
msgid "Detailed Calculation Settings"
msgstr ""
-#: formulacalculationoptions.ui:46
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:46
msgctxt "formulacalculationoptions|labelConvT2N"
msgid "Conversion from text to number:"
msgstr ""
-#: formulacalculationoptions.ui:55
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:55
msgctxt "formulacalculationoptions|checkEmptyAsZero"
msgid "Treat _empty string as zero"
msgstr ""
-#: formulacalculationoptions.ui:73
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:73
msgctxt "formulacalculationoptions|labelSyntaxRef"
msgid "Reference syntax for string reference:"
msgstr ""
-#: formulacalculationoptions.ui:85
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:85
msgctxt "formulacalculationoptions|comboSyntaxRef"
msgid "Use formula syntax"
msgstr "Ихархәатәуп аформулақәа рсинтаксис"
-#: formulacalculationoptions.ui:102
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:102
msgctxt "formulacalculationoptions|comboConversion"
msgid "Generate #VALUE! error"
msgstr ""
-#: formulacalculationoptions.ui:103
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:103
msgctxt "formulacalculationoptions|comboConversion"
msgid "Treat as zero"
msgstr ""
-#: formulacalculationoptions.ui:104
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:104
msgctxt "formulacalculationoptions|comboConversion"
msgid "Convert only if unambiguous"
msgstr ""
-#: formulacalculationoptions.ui:105
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:105
msgctxt "formulacalculationoptions|comboConversion"
msgid "Convert also locale dependent"
msgstr ""
-#: formulacalculationoptions.ui:115
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:115
msgctxt "formulacalculationoptions|current_doc"
msgid "Apply those settings to current document only"
msgstr ""
-#: formulacalculationoptions.ui:136
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:137
msgctxt "formulacalculationoptions|label3"
msgid "Contents to Numbers"
msgstr ""
-#: functionpanel.ui:45
+#: sc/uiconfig/scalc/ui/functionpanel.ui:45
msgctxt "functionpanel|insert|tooltip_text"
msgid "Insert Function into calculation sheet"
msgstr ""
-#: functionpanel.ui:59
+#: sc/uiconfig/scalc/ui/functionpanel.ui:59
msgctxt "functionpanel|category"
msgid "Last Used"
msgstr ""
-#: functionpanel.ui:60
+#: sc/uiconfig/scalc/ui/functionpanel.ui:60
msgctxt "functionpanel|category"
msgid "All"
msgstr "Зегьы"
-#: functionpanel.ui:61
+#: sc/uiconfig/scalc/ui/functionpanel.ui:61
msgctxt "functionpanel|category"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: functionpanel.ui:62
+#: sc/uiconfig/scalc/ui/functionpanel.ui:62
msgctxt "functionpanel|category"
msgid "Date&Time"
msgstr "Арыцхәи аамҭеи"
-#: functionpanel.ui:63
+#: sc/uiconfig/scalc/ui/functionpanel.ui:63
msgctxt "functionpanel|category"
msgid "Financial"
msgstr "Афинанстәқәа"
-#: functionpanel.ui:64
+#: sc/uiconfig/scalc/ui/functionpanel.ui:64
msgctxt "functionpanel|category"
msgid "Information"
msgstr "Аинформациа"
-#: functionpanel.ui:65
+#: sc/uiconfig/scalc/ui/functionpanel.ui:65
msgctxt "functionpanel|category"
msgid "Logical"
msgstr "Алогикатәқәа"
-#: functionpanel.ui:66
+#: sc/uiconfig/scalc/ui/functionpanel.ui:66
msgctxt "functionpanel|category"
msgid "Mathematical"
msgstr "Аматематикатәқәа "
-#: functionpanel.ui:67
+#: sc/uiconfig/scalc/ui/functionpanel.ui:67
msgctxt "functionpanel|category"
msgid "Array"
msgstr "Амассив"
-#: functionpanel.ui:68
+#: sc/uiconfig/scalc/ui/functionpanel.ui:68
msgctxt "functionpanel|category"
msgid "Statistical"
msgstr "Астатистикатәқәа"
-#: functionpanel.ui:69
+#: sc/uiconfig/scalc/ui/functionpanel.ui:69
msgctxt "functionpanel|category"
msgid "Spreadsheet"
msgstr "Аелектронтә таблица"
-#: functionpanel.ui:70
+#: sc/uiconfig/scalc/ui/functionpanel.ui:70
msgctxt "functionpanel|category"
msgid "Text"
msgstr "Атеқст"
-#: functionpanel.ui:71
+#: sc/uiconfig/scalc/ui/functionpanel.ui:71
msgctxt "functionpanel|category"
msgid "Add-in"
msgstr ""
-#: functionpanel.ui:112
+#: sc/uiconfig/scalc/ui/functionpanel.ui:112
#, fuzzy
msgctxt "functionpanel|funcdesc"
msgid "label"
msgstr "Анапаҵаҩра"
-#: goalseekdlg.ui:9
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:9
msgctxt "goalseekdlg|GoalSeekDialog"
msgid "Goal Seek"
msgstr ""
-#: goalseekdlg.ui:97
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:97
msgctxt "goalseekdlg|formulatext"
msgid "_Formula cell:"
msgstr "_Ахықәкыратә бларҭа"
-#: goalseekdlg.ui:110
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:110
msgctxt "goalseekdlg|label3"
msgid "Target _value:"
msgstr ""
-#: goalseekdlg.ui:123
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:123
msgctxt "goalseekdlg|vartext"
msgid "Variable _cell:"
msgstr ""
-#: goalseekdlg.ui:229
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:226
msgctxt "goalseekdlg|label1"
msgid "Default Settings"
msgstr ""
-#: groupbydate.ui:8
+#: sc/uiconfig/scalc/ui/groupbydate.ui:8
msgctxt "groupbydate|PivotTableGroupByDate"
msgid "Grouping"
msgstr ""
-#: groupbydate.ui:99
+#: sc/uiconfig/scalc/ui/groupbydate.ui:99
msgctxt "groupbydate|auto_start"
msgid "_Automatically"
msgstr ""
-#: groupbydate.ui:116
+#: sc/uiconfig/scalc/ui/groupbydate.ui:116
msgctxt "groupbydate|manual_start"
msgid "_Manually at:"
msgstr ""
-#: groupbydate.ui:153
+#: sc/uiconfig/scalc/ui/groupbydate.ui:152
msgctxt "groupbydate|label1"
msgid "Start"
msgstr ""
-#: groupbydate.ui:188
+#: sc/uiconfig/scalc/ui/groupbydate.ui:187
msgctxt "groupbydate|auto_end"
msgid "A_utomatically"
msgstr ""
-#: groupbydate.ui:205
+#: sc/uiconfig/scalc/ui/groupbydate.ui:204
msgctxt "groupbydate|manual_end"
msgid "Ma_nually at:"
msgstr ""
-#: groupbydate.ui:242
+#: sc/uiconfig/scalc/ui/groupbydate.ui:240
msgctxt "groupbydate|label2"
msgid "End"
msgstr "Анҵәамҭа"
-#: groupbydate.ui:277
+#: sc/uiconfig/scalc/ui/groupbydate.ui:275
msgctxt "groupbydate|days"
msgid "Number of _days:"
msgstr ""
-#: groupbydate.ui:294
+#: sc/uiconfig/scalc/ui/groupbydate.ui:292
msgctxt "groupbydate|intervals"
msgid "_Intervals:"
msgstr ""
-#: groupbydate.ui:344
+#: sc/uiconfig/scalc/ui/groupbydate.ui:341
msgctxt "groupbydate|label3"
msgid "Group by"
msgstr ""
-#: groupbynumber.ui:9
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:9
msgctxt "groupbynumber|PivotTableGroupByNumber"
msgid "Grouping"
msgstr ""
-#: groupbynumber.ui:100
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:100
msgctxt "groupbynumber|auto_start"
msgid "_Automatically"
msgstr ""
-#: groupbynumber.ui:117
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:117
msgctxt "groupbynumber|manual_start"
msgid "_Manually at:"
msgstr ""
-#: groupbynumber.ui:155
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:154
msgctxt "groupbynumber|label1"
msgid "Start"
msgstr ""
-#: groupbynumber.ui:190
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:189
msgctxt "groupbynumber|auto_end"
msgid "A_utomatically"
msgstr ""
-#: groupbynumber.ui:207
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:206
msgctxt "groupbynumber|manual_end"
msgid "Ma_nually at:"
msgstr ""
-#: groupbynumber.ui:245
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:243
msgctxt "groupbynumber|label2"
msgid "End"
msgstr "Анҵәамҭа"
-#: groupbynumber.ui:283
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:280
msgctxt "groupbynumber|label3"
msgid "Group by"
msgstr ""
-#: groupdialog.ui:8
+#: sc/uiconfig/scalc/ui/groupdialog.ui:8
msgctxt "groupdialog|GroupDialog"
msgid "Group"
msgstr "Агәыҧ"
-#: groupdialog.ui:98
+#: sc/uiconfig/scalc/ui/groupdialog.ui:98
msgctxt "groupdialog|rows"
msgid "_Rows"
msgstr "Ацәаҳәақәа"
-#: groupdialog.ui:116
+#: sc/uiconfig/scalc/ui/groupdialog.ui:116
msgctxt "groupdialog|cols"
msgid "_Columns"
msgstr "Аиҵагылақәа"
-#: groupdialog.ui:141
+#: sc/uiconfig/scalc/ui/groupdialog.ui:141
msgctxt "groupdialog|includeLabel"
msgid "Include"
msgstr ""
-#: headerdialog.ui:8
+#: sc/uiconfig/scalc/ui/headerdialog.ui:8
msgctxt "headerdialog|HeaderDialog"
msgid "Headers"
msgstr ""
-#: headerdialog.ui:106
+#: sc/uiconfig/scalc/ui/headerdialog.ui:106
msgctxt "headerdialog|headerright"
msgid "Header (right)"
msgstr ""
-#: headerdialog.ui:128
+#: sc/uiconfig/scalc/ui/headerdialog.ui:128
msgctxt "headerdialog|headerleft"
msgid "Header (left)"
msgstr ""
-#: headerfootercontent.ui:22
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:22
msgctxt "headerfootercontent|labelFT_LEFT"
msgid "_Left area"
msgstr ""
-#: headerfootercontent.ui:37
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:37
msgctxt "headerfootercontent|labelFT_CENTER"
msgid "_Center area"
msgstr ""
-#: headerfootercontent.ui:52
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:52
msgctxt "headerfootercontent|labelFT_RIGHT"
msgid "R_ight area"
msgstr ""
-#: headerfootercontent.ui:123
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:123
msgctxt "headerfootercontent|labelFT_H_DEFINED"
msgid "_Header"
msgstr ""
-#: headerfootercontent.ui:137
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:137
msgctxt "headerfootercontent|labelFT_F_DEFINED"
msgid "_Footer"
msgstr ""
-#: headerfootercontent.ui:164
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:164
msgctxt "headerfootercontent|labelFT_H_CUSTOM"
msgid "Custom header"
msgstr ""
-#: headerfootercontent.ui:177
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:177
msgctxt "headerfootercontent|labelFT_F_CUSTOM"
msgid "Custom footer"
msgstr ""
-#: headerfootercontent.ui:204
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:204
msgctxt "headerfootercontent|buttonBTN_TEXT|tooltip_text"
msgid "Text Attributes"
msgstr "Атеқст атрибутқәа"
-#: headerfootercontent.ui:218
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:218
msgctxt "headerfootercontent|buttonBTN_FILE|tooltip_text"
msgid "Title"
msgstr "Ахы"
-#: headerfootercontent.ui:233
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:233
msgctxt "headerfootercontent|buttonBTN_TABLE|tooltip_text"
msgid "Sheet Name"
msgstr ""
-#: headerfootercontent.ui:249
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:249
msgctxt "headerfootercontent|buttonBTN_PAGE|tooltip_text"
msgid "Page"
msgstr "Адаҟьа"
-#: headerfootercontent.ui:264
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:264
msgctxt "headerfootercontent|buttonBTN_PAGES|tooltip_text"
msgid "Pages"
msgstr "Адаҟьақәа"
-#: headerfootercontent.ui:280
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:280
msgctxt "headerfootercontent|buttonBTN_DATE|tooltip_text"
msgid "Date"
msgstr "Арыцхә"
-#: headerfootercontent.ui:296
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:296
msgctxt "headerfootercontent|buttonBTN_TIME|tooltip_text"
msgid "Time"
msgstr "Аамҭа"
-#: headerfootercontent.ui:349
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:349
msgctxt "headerfootercontent|label2"
msgid "Use the buttons to change the font or insert field commands such as date, time, etc."
msgstr ""
-#: headerfootercontent.ui:358
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:358
msgctxt "headerfootercontent|label1"
msgid "Note"
msgstr "Азгәаҭа"
-#: headerfootercontent.ui:379
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:379
msgctxt "headerfootercontent|labelSTR_HF_NONE_IN_BRACKETS"
msgid "(none)"
msgstr "(мап)"
-#: headerfootercontent.ui:391
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:391
msgctxt "headerfootercontent|labelSTR_PAGE"
msgid "Page"
msgstr "Адаҟьа"
-#: headerfootercontent.ui:403
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:403
msgctxt "headerfootercontent|labelSTR_HF_OF_QUESTION"
msgid "of ?"
msgstr ""
-#: headerfootercontent.ui:415
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:415
msgctxt "headerfootercontent|labelSTR_HF_CONFIDENTIAL"
msgid "Confidential"
msgstr ""
-#: headerfootercontent.ui:427
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:427
msgctxt "headerfootercontent|labelSTR_HF_CREATED_BY"
msgid "Created by"
msgstr ""
-#: headerfootercontent.ui:439
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:439
msgctxt "headerfootercontent|labelSTR_HF_CUSTOMIZED"
msgid "Customized"
msgstr ""
-#: headerfootercontent.ui:451
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:451
msgctxt "headerfootercontent|labelSTR_HF_OF"
msgid "of"
msgstr "ашәагаа:"
-#: headerfootercontent.ui:509
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:509
msgctxt "headerfootercontent|title"
msgid "Title"
msgstr "Ахы"
-#: headerfootercontent.ui:517
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:517
msgctxt "headerfootercontent|filename"
msgid "File Name"
msgstr "Афаил ахьӡ"
-#: headerfootercontent.ui:525
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:525
msgctxt "headerfootercontent|pathname"
msgid "Path/File Name"
msgstr "Амҩа/афаил ахьӡ"
-#: headerfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/headerfooterdialog.ui:8
msgctxt "headerfooterdialog|HeaderFooterDialog"
msgid "Headers/Footers"
msgstr ""
-#: headerfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/headerfooterdialog.ui:106
msgctxt "headerfooterdialog|header"
msgid "Header"
msgstr ""
-#: headerfooterdialog.ui:128
+#: sc/uiconfig/scalc/ui/headerfooterdialog.ui:128
msgctxt "headerfooterdialog|footer"
msgid "Footer"
msgstr ""
-#: imoptdialog.ui:9
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:9
msgctxt "imoptdialog|ImOptDialog"
msgid "Import File"
msgstr "Афаил аимпорт"
-#: imoptdialog.ui:97
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:97
msgctxt "imoptdialog|charsetft"
msgid "_Character set:"
msgstr "Акодркра:"
-#: imoptdialog.ui:110
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:110
msgctxt "imoptdialog|fieldft"
msgid "_Field delimiter:"
msgstr "Аҭагаларҭақәа реиҟәшага:"
-#: imoptdialog.ui:124
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:124
msgctxt "imoptdialog|textft"
msgid "Strin_g delimiter:"
msgstr ""
-#: imoptdialog.ui:135
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:135
msgctxt "imoptdialog|asshown"
msgid "Save cell content as _shown"
msgstr ""
-#: imoptdialog.ui:151
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:151
msgctxt "imoptdialog|formulas"
msgid "Save cell fo_rmulas instead of calculated values"
msgstr ""
-#: imoptdialog.ui:167
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:167
msgctxt "imoptdialog|quoteall"
msgid "_Quote all text cells"
msgstr ""
-#: imoptdialog.ui:183
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:183
msgctxt "imoptdialog|fixedwidth"
msgid "Fixed column _width"
msgstr ""
-#: imoptdialog.ui:272
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:272
msgctxt "imoptdialog|label"
msgid "Field Options"
msgstr ""
-#: insertcells.ui:8
+#: sc/uiconfig/scalc/ui/insertcells.ui:8
msgctxt "insertcells|InsertCellsDialog"
msgid "Insert Cells"
msgstr ""
-#: insertcells.ui:98
+#: sc/uiconfig/scalc/ui/insertcells.ui:100
msgctxt "insertcells|down"
msgid "Shift cells _down"
msgstr ""
-#: insertcells.ui:117
+#: sc/uiconfig/scalc/ui/insertcells.ui:118
msgctxt "insertcells|right"
msgid "Shift cells _right"
msgstr ""
-#: insertcells.ui:135
+#: sc/uiconfig/scalc/ui/insertcells.ui:136
msgctxt "insertcells|rows"
msgid "Entire ro_w"
msgstr ""
-#: insertcells.ui:153
+#: sc/uiconfig/scalc/ui/insertcells.ui:154
msgctxt "insertcells|cols"
msgid "Entire _column"
msgstr ""
-#: insertcells.ui:177
+#: sc/uiconfig/scalc/ui/insertcells.ui:178
msgctxt "insertcells|label1"
msgid "Selection"
msgstr "Алхра"
-#: insertname.ui:8
+#: sc/uiconfig/scalc/ui/insertname.ui:8
msgctxt "insertname|InsertNameDialog"
msgid "Paste Names"
msgstr ""
-#: insertname.ui:37
+#: sc/uiconfig/scalc/ui/insertname.ui:37
msgctxt "insertname|pasteall"
msgid "_Paste All"
msgstr ""
-#: insertsheet.ui:15
+#: sc/uiconfig/scalc/ui/insertsheet.ui:15
#, fuzzy
msgctxt "insertsheet|InsertSheetDialog"
msgid "Insert Sheet"
msgstr "Ибжьаргылатәуп адиаграмма"
-#: insertsheet.ui:105
+#: sc/uiconfig/scalc/ui/insertsheet.ui:105
msgctxt "insertsheet|before"
msgid "B_efore current sheet"
msgstr ""
-#: insertsheet.ui:123
+#: sc/uiconfig/scalc/ui/insertsheet.ui:123
msgctxt "insertsheet|after"
msgid "_After current sheet"
msgstr ""
-#: insertsheet.ui:146
+#: sc/uiconfig/scalc/ui/insertsheet.ui:146
msgctxt "insertsheet|label1"
msgid "Position"
msgstr "Аҭыҧ"
-#: insertsheet.ui:192
+#: sc/uiconfig/scalc/ui/insertsheet.ui:192
msgctxt "insertsheet|new"
msgid "_New sheet"
msgstr "Абӷьыц ҿыц"
-#: insertsheet.ui:226
+#: sc/uiconfig/scalc/ui/insertsheet.ui:226
msgctxt "insertsheet|countft"
msgid "N_o. of sheets:"
msgstr ""
-#: insertsheet.ui:242
+#: sc/uiconfig/scalc/ui/insertsheet.ui:242
msgctxt "insertsheet|nameft"
msgid "Na_me:"
msgstr "Ахьӡ:"
-#: insertsheet.ui:275
+#: sc/uiconfig/scalc/ui/insertsheet.ui:273
msgctxt "insertsheet|nameed"
msgid "Sheet..."
msgstr ""
-#: insertsheet.ui:310
+#: sc/uiconfig/scalc/ui/insertsheet.ui:308
msgctxt "insertsheet|fromfile"
msgid "_From file"
msgstr "Афаил аҟынтәи"
-#: insertsheet.ui:371
+#: sc/uiconfig/scalc/ui/insertsheet.ui:369
msgctxt "insertsheet|tables-atkobject"
msgid "Tables in file"
msgstr "Атаблицақәа афаил аҟны"
-#: insertsheet.ui:391
+#: sc/uiconfig/scalc/ui/insertsheet.ui:389
msgctxt "insertsheet|browse"
msgid "_Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: insertsheet.ui:406
+#: sc/uiconfig/scalc/ui/insertsheet.ui:404
#, fuzzy
msgctxt "insertsheet|link"
msgid "Lin_k"
msgstr "Азхьарҧш"
-#: insertsheet.ui:455
+#: sc/uiconfig/scalc/ui/insertsheet.ui:453
msgctxt "insertsheet|label2"
msgid "Sheet"
msgstr "Абӷьыц"
-#: integerdialog.ui:14
+#: sc/uiconfig/scalc/ui/integerdialog.ui:14
msgctxt "integerdialog|IntegerDialog"
msgid "Edit Setting"
msgstr "Иҧсахтәуп апараметрқәа"
-#: leftfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/leftfooterdialog.ui:8
msgctxt "leftfooterdialog|LeftFooterDialog"
msgid "Footer (left)"
msgstr ""
-#: leftfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/leftfooterdialog.ui:106
msgctxt "leftfooterdialog|footerleft"
msgid "Footer (left)"
msgstr ""
-#: leftheaderdialog.ui:8
+#: sc/uiconfig/scalc/ui/leftheaderdialog.ui:8
msgctxt "leftheaderdialog|Left Header"
msgid "Header (left)"
msgstr ""
-#: leftheaderdialog.ui:106
+#: sc/uiconfig/scalc/ui/leftheaderdialog.ui:106
msgctxt "leftheaderdialog|headerleft"
msgid "Header (left)"
msgstr ""
-#: managenamesdialog.ui:10
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:10
msgctxt "managenamesdialog|ManageNamesDialog"
msgid "Manage Names"
msgstr ""
-#: managenamesdialog.ui:115
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:115
msgctxt "managenamesdialog|info"
msgid "Select cells in the document to update the range."
msgstr ""
-#: managenamesdialog.ui:135
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:135
msgctxt "managenamesdialog|label2"
msgid "Name:"
msgstr "Ахьӡ:"
-#: managenamesdialog.ui:149
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:149
msgctxt "managenamesdialog|label4"
msgid "Scope:"
msgstr ""
-#: managenamesdialog.ui:213
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:212
msgctxt "managenamesdialog|label3"
msgid "Range or formula expression:"
msgstr ""
-#: managenamesdialog.ui:261
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:259
msgctxt "managenamesdialog|printrange"
msgid "_Print range"
msgstr "Акьыҧхьра адиапазон"
-#: managenamesdialog.ui:276
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:274
msgctxt "managenamesdialog|filter"
msgid "_Filter"
msgstr "Афильтр"
-#: managenamesdialog.ui:291
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:289
msgctxt "managenamesdialog|colheader"
msgid "Repeat _column"
msgstr ""
-#: managenamesdialog.ui:306
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:304
msgctxt "managenamesdialog|rowheader"
msgid "Repeat _row"
msgstr ""
-#: managenamesdialog.ui:327
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:325
msgctxt "managenamesdialog|label1"
msgid "Range _Options"
msgstr "Адиапазон апараметрқәа"
-#: managenamesdialog.ui:398
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:396
msgctxt "managenamesdialog|treeviewcolumn1"
msgid "column"
msgstr "аиҵагыла"
-#: mergecellsdialog.ui:8
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:8
msgctxt "mergecellsdialog|MergeCellsDialog"
msgid "Merge Cells"
msgstr "Еидҵатәуп абларҭақәа"
-#: mergecellsdialog.ui:84
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:81
msgctxt "mergecellsdialog|label"
msgid "Some cells are not empty."
msgstr ""
-#: mergecellsdialog.ui:95
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:96
msgctxt "mergecellsdialog|move-cells-radio"
msgid "Move the contents of the hidden cells into the first cell"
msgstr ""
-#: mergecellsdialog.ui:112
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:111
+msgctxt "mergecellsdialog|empty-cells-radio"
+msgid "Empty the contents of the hidden cells"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:126
msgctxt "mergecellsdialog|keep-content-radio"
msgid "Keep the contents of the hidden cells"
msgstr ""
-#: mergecellsdialog.ui:129
-msgctxt "mergecellsdialog|empty-cells-radio"
-msgid "Empty the contents of the hidden cells"
+#: sc/uiconfig/scalc/ui/mergecolumnentry.ui:21
+msgctxt "mergecolumnentry|name"
+msgid "Merge Column Action"
msgstr ""
-#: movecopysheet.ui:8
+#: sc/uiconfig/scalc/ui/mergecolumnentry.ui:37
+msgctxt "mergecolumnentry|separator"
+msgid "Separator:"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/mergecolumnentry.ui:58
+msgctxt "mergecolumnentry|columns"
+msgid "Columns:"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:8
msgctxt "movecopysheet|MoveCopySheetDialog"
msgid "Move/Copy Sheet"
msgstr ""
-#: movecopysheet.ui:90
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:90
msgctxt "movecopysheet|move"
msgid "_Move"
msgstr "_Ииагатәуп"
-#: movecopysheet.ui:109
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:109
msgctxt "movecopysheet|copy"
msgid "C_opy"
msgstr "_Акопиа ахыхтәуп"
-#: movecopysheet.ui:134
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:134
msgctxt "movecopysheet|label1"
msgid "Action"
msgstr "Аҟаҵара"
-#: movecopysheet.ui:184
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:184
msgctxt "movecopysheet|toDocumentLabel"
msgid "To _document"
msgstr ""
-#: movecopysheet.ui:199
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:199
msgctxt "movecopysheet|toDocument"
msgid "(current document)"
msgstr ""
-#: movecopysheet.ui:200
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:200
msgctxt "movecopysheet|toDocument"
msgid "- new document -"
msgstr "- иаҧҵатәуп адокумент -"
-#: movecopysheet.ui:229
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:229
msgctxt "movecopysheet|insertBeforeLabel"
msgid "_Insert before"
msgstr ""
-#: movecopysheet.ui:279
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:279
msgctxt "movecopysheet|label2"
msgid "Location"
msgstr "Аҭыҧ"
-#: movecopysheet.ui:348
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:347
msgctxt "movecopysheet|warnunused"
msgid "This name is already used."
msgstr ""
-#: movecopysheet.ui:363
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:362
msgctxt "movecopysheet|warnempty"
msgid "Name is empty."
msgstr ""
-#: movecopysheet.ui:378
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:377
msgctxt "movecopysheet|warninvalid"
msgid "Name contains one or more invalid characters."
msgstr "Ахьӡ иаҵанакуеит изымуа асимволқәа."
-#: movecopysheet.ui:403
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:402
msgctxt "movecopysheet|newNameLabel"
msgid "New _name"
msgstr "Ахьӡ _ҿыц"
-#: movingaveragedialog.ui:16
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:16
msgctxt "movingaveragedialog|MovingAverageDialog"
msgid "Moving Average"
msgstr ""
-#: movingaveragedialog.ui:49
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:49
msgctxt "movingaveragedialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: movingaveragedialog.ui:88
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:87
msgctxt "movingaveragedialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: movingaveragedialog.ui:130
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:128
msgctxt "movingaveragedialog|label3"
msgid "Data"
msgstr "Адырқәа"
-#: movingaveragedialog.ui:224
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:222
msgctxt "movingaveragedialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: movingaveragedialog.ui:239
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:238
msgctxt "movingaveragedialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: movingaveragedialog.ui:260
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:260
msgctxt "movingaveragedialog|label2"
msgid "Grouped by"
msgstr ""
-#: movingaveragedialog.ui:298
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:298
msgctxt "movingaveragedialog|interval-label"
msgid "Interval:"
msgstr "Аинтервал:"
-#: movingaveragedialog.ui:328
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:327
msgctxt "movingaveragedialog|label1"
msgid "Parameters"
msgstr "Апараметрқәа"
-#: multipleoperationsdialog.ui:9
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:9
msgctxt "multipleoperationsdialog|MultipleOperationsDialog"
msgid "Multiple operations"
msgstr ""
-#: multipleoperationsdialog.ui:42
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:42
msgctxt "multipleoperationsdialog|formulasft"
msgid "_Formulas:"
msgstr "Аформулақәа:"
-#: multipleoperationsdialog.ui:56
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:56
msgctxt "multipleoperationsdialog|rowft"
msgid "_Row input cell:"
msgstr ""
-#: multipleoperationsdialog.ui:70
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:70
msgctxt "multipleoperationsdialog|colft"
msgid "_Column input cell:"
msgstr ""
-#: multipleoperationsdialog.ui:159
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:156
msgctxt "multipleoperationsdialog|label1"
msgid "Default Settings"
msgstr ""
-#: namerangesdialog.ui:9
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:9
msgctxt "namerangesdialog|NameRangesDialog"
msgid "Define Label Range"
msgstr ""
-#: namerangesdialog.ui:147
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:146
msgctxt "namerangesdialog|colhead"
msgid "Contains _column labels"
msgstr ""
-#: namerangesdialog.ui:165
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:164
msgctxt "namerangesdialog|rowhead"
msgid "Contains _row labels"
msgstr ""
-#: namerangesdialog.ui:192
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:191
msgctxt "namerangesdialog|datarange"
msgid "For _data range"
msgstr ""
-#: namerangesdialog.ui:303
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:301
msgctxt "namerangesdialog|label1"
msgid "Range"
msgstr "Адиапазон"
-#: navigatorpanel.ui:30
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:30
msgctxt "navigatorpanel|label1"
msgid "Column:"
msgstr "Аиҵагыла:"
-#: navigatorpanel.ui:44
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:44
msgctxt "navigatorpanel|label2"
msgid "Row:"
msgstr "Ацәаҳәа:"
-#: navigatorpanel.ui:58
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:58
msgctxt "navigatorpanel|column|tooltip_text"
msgid "Column"
msgstr "Аиҵагыла"
-#: navigatorpanel.ui:70
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:70
msgctxt "navigatorpanel|row|tooltip_text"
msgid "Row"
msgstr "Ацәаҳәа"
-#: navigatorpanel.ui:86
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:86
msgctxt "navigatorpanel|datarange|tooltip_text"
msgid "Data Range"
msgstr "Адырқәа рдиапазон"
-#: navigatorpanel.ui:99
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:99
msgctxt "navigatorpanel|start|tooltip_text"
msgid "Start"
msgstr ""
-#: navigatorpanel.ui:112
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:112
msgctxt "navigatorpanel|end|tooltip_text"
msgid "End"
msgstr "Анҵәамҭа"
-#: navigatorpanel.ui:125
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:125
msgctxt "navigatorpanel|contents|tooltip_text"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: navigatorpanel.ui:138
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:138
msgctxt "navigatorpanel|toggle|tooltip_text"
msgid "Toggle"
msgstr ""
-#: navigatorpanel.ui:151
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:151
msgctxt "navigatorpanel|scenarios|tooltip_text"
msgid "Scenarios"
msgstr "Асценари"
-#: navigatorpanel.ui:164
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:164
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr ""
-#: navigatorpanel.ui:190
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:190
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "Адокумент"
-#: navigatorpanel.ui:193
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:193
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr ""
-#: nosolutiondialog.ui:8
+#: sc/uiconfig/scalc/ui/nosolutiondialog.ui:8
msgctxt "nosolutiondialog|NoSolutionDialog"
msgid "No Solution"
msgstr ""
-#: nosolutiondialog.ui:55
+#: sc/uiconfig/scalc/ui/nosolutiondialog.ui:55
msgctxt "nosolutiondialog|label1"
msgid "No solution was found."
msgstr ""
-#: notebookbar.ui:391
+#: sc/uiconfig/scalc/ui/notebookbar.ui:2369
+msgctxt "notebookbar_compact|fileb"
+msgid "_File"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:2388
+msgctxt "notebookbar_compact|fileb"
+msgid "_Help"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3187
msgctxt "notebookbar|FileLabel"
msgid "File"
msgstr "Афаил"
-#: notebookbar.ui:468
-msgctxt "notebookbar|FormatPaintbrush"
-msgid "Clone"
-msgstr "Аформат акопиа ахыхтәуп"
-
-#: notebookbar.ui:668
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3575
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6575
msgctxt "notebookbar|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
-#: notebookbar.ui:907
-msgctxt "notebookbar|verticalalignment|tooltip_text"
-msgid "Vertical Alignment"
-msgstr ""
-
-#: notebookbar.ui:1053
-msgctxt "notebookbar|horizontalalignment|tooltip_text"
-msgid "Horizontal Alignment"
-msgstr ""
-
-#: notebookbar.ui:1116
-msgctxt "notebookbar|indent|tooltip_text"
-msgid "Indent"
-msgstr ""
-
-#: notebookbar.ui:1123
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3850
msgctxt "notebookbar|increaseindent1|tooltip_text"
msgid "Increase Indent"
msgstr ""
-#: notebookbar.ui:1139
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3866
msgctxt "notebookbar|decreaseindent1|tooltip_text"
msgid "Decrease Indent"
msgstr ""
-#: notebookbar.ui:1677
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4857
+msgctxt "notebookbar_compact|menub"
+msgid "_Home"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4965
#, fuzzy
msgctxt "notebookbar|CalcLabel"
msgid "Home"
msgstr "алагамҭа"
-#: notebookbar.ui:1762
-msgctxt "notebookbar|InsertAVMedia|tooltip_text"
-msgid "Insert Audio or Video"
-msgstr "Ибжьаргылатәуп Абжьы ма Авидео"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5412
+msgctxt "notebookbar|Field"
+msgid "Fiel_d"
+msgstr ""
-#: notebookbar.ui:1918
-msgctxt "notebookbar|InsertSymbol"
-msgid "Symbol"
-msgstr "Асимвол"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5917
+msgctxt "notebookbar_compact|menub"
+msgid "_Insert"
+msgstr ""
-#: notebookbar.ui:2022
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6002
msgctxt "notebookbar|InsertLabel"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar.ui:2090
-msgctxt "notebookbar|ToggleSheetGrid"
-msgid "Toggle Grid Lines"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6031
+msgctxt "notebookbar_compact|reviewb"
+msgid "Pag_e"
msgstr ""
-#: notebookbar.ui:2247
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6759
msgctxt "notebookbar|PageLayoutLabel"
-msgid "Page Layout"
-msgstr "Адаҟьа амакет"
+msgid "Layout"
+msgstr ""
-#: notebookbar.ui:2726
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7660
+msgctxt "notebookbar|Statistics"
+msgid "_Statistics"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7728
+msgctxt "notebookbar_compact|viewb"
+msgid "_Data"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7836
msgctxt "notebookbar|DataLabel"
msgid "Data"
msgstr "Адырқәа"
-#: notebookbar.ui:2756
-msgctxt "notebookbar|SpellOnline"
-msgid "Auto Spellcheck"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8459
+msgctxt "notebookbar_compact|reviewR"
+msgid "_Review"
msgstr ""
-#: notebookbar.ui:3041
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8544
msgctxt "notebookbar|ReviewLabel"
msgid "Review"
msgstr ""
-#: notebookbar.ui:3119
-msgctxt "notebookbar|ToggleSheetGrid2"
-msgid "Toggle Grid Lines"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9320
+msgctxt "notebookbar_compact|viewb"
+msgid "_View"
msgstr ""
-#: notebookbar.ui:3345
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9405
msgctxt "notebookbar|ViewLabel"
msgid "View"
msgstr "Ахәаҧшра"
-#: notebookbar.ui:3860
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10240
+msgctxt "notebookbar|graphicB"
+msgid "_Graphic"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10352
msgctxt "notebookbar|ImageLabel"
msgid "Image"
msgstr "Асахьа"
-#: notebookbar_groupedbar_compact.ui:3863
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11636
+msgctxt "notebookbar|drab"
+msgid "D_raw"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11748
+msgctxt "notebookbar|ShapeLabel"
+msgid "Draw"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12402
+msgctxt "notebookbar|frame:MenuDraw"
+msgid "Object"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12491
+msgctxt "notebookbar|FrameLabel"
+msgid "Object"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12522
+msgctxt "notebookbar_compact|referenceb"
+msgid "_Tools"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13659
+msgctxt "notebookbar_compact|DevLabel"
+msgid "Tools"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3856
msgctxt "notebookbar_groupedbar_compact|defaultD"
msgid "Default"
msgstr "Астандарт"
-#: notebookbar_groupedbar_compact.ui:3877
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3870
msgctxt "notebookbar_groupedbar_compact|Accent1"
msgid "Accent 1"
msgstr "Акцент 1"
-#: notebookbar_groupedbar_compact.ui:3885
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3878
msgctxt "notebookbar_groupedbar_compact|Accent2"
msgid "Accent 2"
msgstr "Акцент 2"
-#: notebookbar_groupedbar_compact.ui:3893
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3886
msgctxt "notebookbar_groupedbar_compact|Accent3"
msgid "Accent 3"
msgstr "Акцент 3"
-#: notebookbar_groupedbar_compact.ui:3907
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3900
msgctxt "notebookbar_groupedbar_compact|Header1"
msgid "Header 1"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3915
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3908
msgctxt "notebookbar_groupedbar_compact|Header2"
msgid "Header 2"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3929
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3922
msgctxt "notebookbar_groupedbar_compact|bad"
msgid "Bad"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3937
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3930
msgctxt "notebookbar_groupedbar_compact|error"
msgid "Error"
msgstr "Агха"
-#: notebookbar_groupedbar_compact.ui:3945
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3938
msgctxt "notebookbar_groupedbar_compact|good"
msgid "Good"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3953
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3946
msgctxt "notebookbar_groupedbar_compact|neutral"
msgid "Neutral"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3961
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3954
msgctxt "notebookbar_groupedbar_compact|warning"
msgid "Warning"
msgstr "Агәаҽанҵара"
-#: notebookbar_groupedbar_compact.ui:3975
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3968
msgctxt "notebookbar_groupedbar_compact|footnote"
msgid "Footnote"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3983
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3976
msgctxt "notebookbar_groupedbar_compact|note"
msgid "Note"
msgstr "Азгәаҭа"
-#: notebookbar_groupedbar_compact.ui:4643
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4625
+msgctxt "notebookbar_groupedbar_compact|menub"
+msgid "_Menu"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4681
+msgctxt "notebookbar_groupedbar_compact|toolsb"
+msgid "_Tools"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4770
msgctxt "notebookbar_groupedbar_compact|fileb"
msgid "_File"
msgstr "_Афаил"
-#: notebookbar_groupedbar_compact.ui:4782
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4925
msgctxt "notebookbar_groupedbar_compact|editb"
msgid "_Edit"
msgstr "_Ариашара"
-#: notebookbar_groupedbar_compact.ui:4939
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5083
msgctxt "notebookbar_groupedbar_compact|paragraphstyleb"
msgid "St_yles"
msgstr "Астильқәа"
-#: notebookbar_groupedbar_compact.ui:5092
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5240
msgctxt "notebookbar_groupedbar_compact|formatb"
msgid "F_ont"
msgstr "Ашрифт"
-#: notebookbar_groupedbar_compact.ui:5152
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5301
msgctxt "notebookbar_groupedbar_compact|bordertype"
msgid "Specify the borders of the selected cells."
msgstr ""
-#: notebookbar_groupedbar_compact.ui:5315
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5462
msgctxt "notebookbar_groupedbar_compact|numberb"
msgid "_Number"
msgstr "Ахыҧхьаӡара"
-#: notebookbar_groupedbar_compact.ui:5470
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5621
msgctxt "notebookbar_groupedbar_compact|paragraphb"
msgid "_Alignment"
msgstr "Аиҟаратәра"
-#: notebookbar_groupedbar_compact.ui:5633
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5788
msgctxt "notebookbar_groupedbar_compact|cellb"
msgid "_Cells"
msgstr "Абларҭақәа"
-#: notebookbar_groupedbar_compact.ui:5772
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5931
msgctxt "notebookbar_groupedbar_compact|insertb"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groupedbar_compact.ui:5901
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6064
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|datab"
msgid "_Data"
msgstr "Адырқәа"
-#: notebookbar_groupedbar_compact.ui:6011
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6178
+msgctxt "notebookbar_groupedbar_compact|reviewb"
+msgid "_Review"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6293
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewb"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_compact.ui:6120
-msgctxt "notebookbar_groupedbar_compact|reviewb"
-msgid "_Review"
-msgstr ""
-
-#: notebookbar_groupedbar_compact.ui:6262
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6434
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|graphicB"
msgid "_Graphic"
msgstr "Аграфикатә обиеқт"
-#: notebookbar_groupedbar_compact.ui:6366
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6539
msgctxt "notebookbar_groupedbar_compact|colorb"
msgid "C_olor"
msgstr "_Аҧштәы"
-#: notebookbar_groupedbar_compact.ui:6705
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6882
msgctxt "notebookbar_groupedbar_compact|arrange"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:6865
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7046
msgctxt "notebookbar_groupedbar_compact|GridB"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:6985
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7173
msgctxt "notebookbar_groupedbar_compact|languageb"
msgid "_Language"
msgstr "_Абызшәа"
-#: notebookbar_groupedbar_compact.ui:7111
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7303
msgctxt "notebookbar_groupedbar_compact|revieb"
msgid "_Review"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:7261
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7438
msgctxt "notebookbar_groupedbar_compact|commentsb"
msgid "_Comments"
msgstr "Акомментариқәа"
-#: notebookbar_groupedbar_compact.ui:7361
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7539
msgctxt "notebookbar_groupedbar_compact|compareb"
msgid "Com_pare"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:7461
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7643
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewA"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_compact.ui:7634
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7820
msgctxt "notebookbar_groupedbar_compact|editdrawb"
msgid "_Styles"
msgstr "Астильқәа"
-#: notebookbar_groupedbar_compact.ui:7850
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8037
msgctxt "notebookbar_groupedbar_compact|drawb"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8040
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8228
msgctxt "notebookbar_groupedbar_compact|arrangeD"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8149
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8341
msgctxt "notebookbar_groupedbar_compact|Grid"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8258
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8454
msgctxt "notebookbar_groupedbar_compact|viewDrawb"
msgid "Grou_p"
msgstr "Агәыҧ"
-#: notebookbar_groupedbar_compact.ui:8366
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8566
msgctxt "notebookbar_groupedbar_compact|3Db"
msgid "3_D"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8549
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8753
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|oleB"
msgid "F_rame"
msgstr "Афреим"
-#: notebookbar_groupedbar_compact.ui:8756
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8961
msgctxt "notebookbar_groupedbar_compact|arrangeO"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8865
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9074
msgctxt "notebookbar_groupedbar_compact|GridO"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8975
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9188
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewO"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_compact.ui:9080
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9297
msgctxt "notebookbar_groupedbar_compact|paragraphstyles"
msgid "_Styles"
msgstr "Астильқәа"
-#: notebookbar_groupedbar_compact.ui:9255
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9473
msgctxt "notebookbar_groupedbar_compact|formats"
msgid "F_ormat"
msgstr "Аформат"
-#: notebookbar_groupedbar_compact.ui:9527
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9749
msgctxt "notebookbar_groupedbar_compact|paragraphS"
msgid "_Paragraph"
msgstr "Абзац"
-#: notebookbar_groupedbar_compact.ui:9685
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9911
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewS"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_compact.ui:9795
-msgctxt "notebookbar_groupedbar_compact|menub"
-msgid "_Menu"
-msgstr ""
-
-#: notebookbar_groupedbar_compact.ui:9850
-msgctxt "notebookbar_groupedbar_compact|toolsb"
-msgid "_Tools"
-msgstr ""
-
-#: notebookbar_groupedbar_full.ui:3663
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3663
msgctxt "notebookbar_groupedbar_full|menubarD"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3797
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3790
msgctxt "notebookbar_groupedbar_full|defaultD"
msgid "Default"
msgstr "Астандарт"
-#: notebookbar_groupedbar_full.ui:3811
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3804
msgctxt "notebookbar_groupedbar_full|Accent1"
msgid "Accent 1"
msgstr "Акцент 1"
-#: notebookbar_groupedbar_full.ui:3819
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3812
msgctxt "notebookbar_groupedbar_full|Accent2"
msgid "Accent 2"
msgstr "Акцент 2"
-#: notebookbar_groupedbar_full.ui:3827
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3820
msgctxt "notebookbar_groupedbar_full|Accent3"
msgid "Accent 3"
msgstr "Акцент 3"
-#: notebookbar_groupedbar_full.ui:3841
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3834
msgctxt "notebookbar_groupedbar_full|Header1"
msgid "Header 1"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3849
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3842
msgctxt "notebookbar_groupedbar_full|Header2"
msgid "Header 2"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3863
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3856
msgctxt "notebookbar_groupedbar_full|bad"
msgid "Bad"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3871
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3864
msgctxt "notebookbar_groupedbar_full|error"
msgid "Error"
msgstr "Агха"
-#: notebookbar_groupedbar_full.ui:3879
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3872
msgctxt "notebookbar_groupedbar_full|good"
msgid "Good"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3887
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3880
msgctxt "notebookbar_groupedbar_full|neutral"
msgid "Neutral"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3895
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3888
msgctxt "notebookbar_groupedbar_full|warning"
msgid "Warning"
msgstr "Агәаҽанҵара"
-#: notebookbar_groupedbar_full.ui:3909
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3902
msgctxt "notebookbar_groupedbar_full|footnote"
msgid "Footnote"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3917
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3910
msgctxt "notebookbar_groupedbar_full|note"
msgid "Note"
msgstr "Азгәаҭа"
-#: notebookbar_groupedbar_full.ui:4589
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4564
+msgctxt "notebookbar_groupedbar_full|menub"
+msgid "_Menu"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4617
+msgctxt "notebookbar_groupedbar_full|toolsb"
+msgid "_Tools"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4672
+msgctxt "notebookbar_groupedbar_full|helpb"
+msgid "_Help"
+msgstr "Аилыркаага"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4780
msgctxt "notebookbar_groupedbar_full|fileb"
msgid "_File"
msgstr "_Афаил"
-#: notebookbar_groupedbar_full.ui:4811
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5018
msgctxt "notebookbar_groupedbar_full|editb"
msgid "_Edit"
msgstr "_Ариашара"
-#: notebookbar_groupedbar_full.ui:5007
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5215
msgctxt "notebookbar_groupedbar_full|paragraphstyleb"
msgid "St_yles"
msgstr "Астильқәа"
-#: notebookbar_groupedbar_full.ui:5278
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5490
msgctxt "notebookbar_groupedbar_full|formatb"
msgid "F_ont"
msgstr "Ашрифт"
-#: notebookbar_groupedbar_full.ui:5525
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5737
msgctxt "notebookbar_groupedbar_full|numberb"
msgid "_Number"
msgstr "Ахыҧхьаӡара"
-#: notebookbar_groupedbar_full.ui:5736
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5952
msgctxt "notebookbar_groupedbar_full|paragraphb"
msgid "_Alignment"
msgstr "Аиҟаратәра"
-#: notebookbar_groupedbar_full.ui:5974
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6194
msgctxt "notebookbar_groupedbar_full|cellb"
msgid "_Cells"
msgstr "Абларҭақәа"
-#: notebookbar_groupedbar_full.ui:6147
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6371
msgctxt "notebookbar_groupedbar_full|insertb"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groupedbar_full.ui:6317
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6545
#, fuzzy
msgctxt "notebookbar_groupedbar_full|datab"
msgid "_Data"
msgstr "Адырқәа"
-#: notebookbar_groupedbar_full.ui:6500
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6717
+msgctxt "notebookbar_groupedbar_full|reviewb"
+msgid "_Review"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6904
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewb"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:6668
-msgctxt "notebookbar_groupedbar_full|reviewb"
-msgid "_Review"
-msgstr ""
-
-#: notebookbar_groupedbar_full.ui:6889
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:7129
msgctxt "notebookbar_groupedbar_full|graphicB"
msgid "_Graphic"
msgstr "Аграфика"
-#: notebookbar_groupedbar_full.ui:7240
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:7481
msgctxt "notebookbar_groupedbar_full|arrange"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_full.ui:7389
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:7634
msgctxt "notebookbar_groupedbar_full|colorb"
msgid "C_olor"
msgstr "_Аҧштәы"
-#: notebookbar_groupedbar_full.ui:7640
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:7889
msgctxt "notebookbar_groupedbar_full|GridB"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_full.ui:7776
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8029
msgctxt "notebookbar_groupedbar_full|languageb"
msgid "_Language"
msgstr "_Абызшәа"
-#: notebookbar_groupedbar_full.ui:8001
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8258
msgctxt "notebookbar_groupedbar_full|revieb"
msgid "_Review"
msgstr ""
-#: notebookbar_groupedbar_full.ui:8213
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8471
msgctxt "notebookbar_groupedbar_full|commentsb"
msgid "_Comments"
msgstr "Акомментариқәа"
-#: notebookbar_groupedbar_full.ui:8415
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8674
msgctxt "notebookbar_groupedbar_full|compareb"
msgid "Com_pare"
msgstr ""
-#: notebookbar_groupedbar_full.ui:8613
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8876
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewa"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:9055
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:9322
msgctxt "notebookbar_groupedbar_full|drawb"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_full.ui:9425
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:9693
msgctxt "notebookbar_groupedbar_full|editdrawb"
msgid "_Edit"
msgstr "_Ариашара"
-#: notebookbar_groupedbar_full.ui:9762
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10034
msgctxt "notebookbar_groupedbar_full|arrangedrawb"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_full.ui:9926
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10202
#, fuzzy
msgctxt "notebookbar_groupedbar_full|GridDrawB"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:10124
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10404
msgctxt "notebookbar_groupedbar_full|viewDrawb"
msgid "Grou_p"
msgstr "Агәыҧ"
-#: notebookbar_groupedbar_full.ui:10273
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10557
msgctxt "notebookbar_groupedbar_full|3Db"
msgid "3_D"
msgstr ""
-#: notebookbar_groupedbar_full.ui:10580
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10868
msgctxt "notebookbar_groupedbar_full|formatd"
msgid "F_ont"
msgstr "Ашрифт"
-#: notebookbar_groupedbar_full.ui:10845
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11134
msgctxt "notebookbar_groupedbar_full|paragraphTextb"
msgid "_Alignment"
msgstr "Аиҟаратәра"
-#: notebookbar_groupedbar_full.ui:11043
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11336
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewd"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:11193
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11490
msgctxt "notebookbar_groupedbar_full|insertTextb"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groupedbar_full.ui:11334
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11635
msgctxt "notebookbar_groupedbar_full|media"
msgid "_Media"
msgstr "Амедиа"
-#: notebookbar_groupedbar_full.ui:11571
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11876
#, fuzzy
msgctxt "notebookbar_groupedbar_full|oleB"
msgid "F_rame"
msgstr "Афреим"
-#: notebookbar_groupedbar_full.ui:12001
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:12307
msgctxt "notebookbar_groupedbar_full|arrageOLE"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_full.ui:12164
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:12474
msgctxt "notebookbar_groupedbar_full|OleGridB"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_full.ui:12362
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:12676
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewf"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:12509
-msgctxt "notebookbar_groupedbar_full|menub"
-msgid "_Menu"
-msgstr ""
-
-#: notebookbar_groupedbar_full.ui:12561
-msgctxt "notebookbar_groupedbar_full|toolsb"
-msgid "_Tools"
-msgstr ""
-
-#: notebookbar_groupedbar_full.ui:12615
-msgctxt "notebookbar_groupedbar_full|helpb"
-msgid "_Help"
-msgstr "Аилыркаага"
-
-#: notebookbar_groups.ui:40
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:40
msgctxt "notebookbar_groups|hyperlink"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
-#: notebookbar_groups.ui:54
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:54
msgctxt "notebookbar_groups|footnote"
msgid "Footnote"
msgstr ""
-#: notebookbar_groups.ui:63
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:63
msgctxt "notebookbar_groups|endnote"
msgid "Endnote"
msgstr ""
-#: notebookbar_groups.ui:78
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:78
msgctxt "notebookbar_groups|bookmark"
msgid "Bookmark"
msgstr ""
-#: notebookbar_groups.ui:87
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:87
msgctxt "notebookbar_groups|crossreference"
msgid "Cross-Reference"
msgstr ""
-#: notebookbar_groups.ui:152
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:152
msgctxt "notebookbar_groups|stylemenudefault"
msgid "Default"
msgstr "Астандарт"
-#: notebookbar_groups.ui:167
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:167
msgctxt "notebookbar_groups|stylemenuacc1"
msgid "Accent 1"
msgstr "Акцент 1"
-#: notebookbar_groups.ui:176
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:176
msgctxt "notebookbar_groups|stylemenuacc2"
msgid "Accent 2"
msgstr "Акцент 2"
-#: notebookbar_groups.ui:185
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:185
msgctxt "notebookbar_groups|stylemenuacc3"
msgid "Accent 3"
msgstr "Акцент 3"
-#: notebookbar_groups.ui:200
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:200
msgctxt "notebookbar_groups|stylemenuhed1"
msgid "Heading 1"
msgstr "Ахы 1"
-#: notebookbar_groups.ui:209
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:209
msgctxt "notebookbar_groups|stylemenuhed2"
msgid "Heading 2"
msgstr "Ахы 2"
-#: notebookbar_groups.ui:224
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:224
msgctxt "notebookbar_groups|stylemenustatg"
msgid "Good"
msgstr ""
-#: notebookbar_groups.ui:233
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:233
msgctxt "notebookbar_groups|stylemenustatn"
msgid "Neutral"
msgstr ""
-#: notebookbar_groups.ui:242
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:242
msgctxt "notebookbar_groups|stylemenustatb"
msgid "Bad"
msgstr ""
-#: notebookbar_groups.ui:251
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:251
msgctxt "notebookbar_groups|stylemenustatw"
msgid "Warning"
msgstr "Агәаҽанҵара"
-#: notebookbar_groups.ui:260
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:260
msgctxt "notebookbar_groups|stylemenustate"
msgid "Error"
msgstr "Агха"
-#: notebookbar_groups.ui:275
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:275
msgctxt "notebookbar_groups|stylemenutxtn"
msgid "Note"
msgstr "Азгәаҭа"
-#: notebookbar_groups.ui:284
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:284
msgctxt "notebookbar_groups|stylemenutxtf"
msgid "Footnote"
msgstr ""
-#: notebookbar_groups.ui:296
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:296
msgctxt "notebookbar_groups|tablestylenone"
msgid "None"
msgstr "Мап"
-#: notebookbar_groups.ui:304
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:304
msgctxt "notebookbar_groups|tablestyledefault"
msgid "Default"
msgstr "Астандарт"
-#: notebookbar_groups.ui:312
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:312
msgctxt "notebookbar_groups|tablestyle1"
msgid "Style 1"
msgstr ""
-#: notebookbar_groups.ui:320
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:320
msgctxt "notebookbar_groups|tablestyle2"
msgid "Style 2"
msgstr ""
-#: notebookbar_groups.ui:328
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:328
msgctxt "notebookbar_groups|tablestyle3"
msgid "Style 3"
msgstr ""
-#: notebookbar_groups.ui:336
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:336
msgctxt "notebookbar_groups|tablestyle4"
msgid "Style 4"
msgstr ""
-#: notebookbar_groups.ui:530
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:535
msgctxt "notebookbar_groups|filegrouplabel"
msgid "File"
msgstr "Афаил"
-#: notebookbar_groups.ui:683
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:691
msgctxt "notebookbar_groups|clipboardgrouplabel"
msgid "Clipboard"
msgstr ""
-#: notebookbar_groups.ui:729
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:737
msgctxt "notebookbar_groups|paragraphstyleb"
msgid "Style"
msgstr "Астиль"
-#: notebookbar_groups.ui:971
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:980
msgctxt "notebookbar_groups|growb"
msgid " "
msgstr ""
-#: notebookbar_groups.ui:993
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1003
msgctxt "notebookbar_groups|shrinkb"
msgid " "
msgstr ""
-#: notebookbar_groups.ui:1034
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1045
msgctxt "notebookbar_groups|leftb"
msgid "Left"
msgstr "Арымарахь"
-#: notebookbar_groups.ui:1052
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1063
msgctxt "notebookbar_groups|centerb"
msgid "Center"
msgstr "Ацентр ала"
-#: notebookbar_groups.ui:1069
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1081
msgctxt "notebookbar_groups|rightb"
msgid "Right"
msgstr "Арыӷьарахь"
-#: notebookbar_groups.ui:1275
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1290
msgctxt "notebookbar_groups|formatgrouplabel"
msgid "Text"
msgstr "Атеқст"
-#: notebookbar_groups.ui:1376
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1393
msgctxt "notebookbar_groups|mergeb"
msgid "Merge"
msgstr "Еидҵатәуп"
-#: notebookbar_groups.ui:1394
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1412
msgctxt "notebookbar_groups|splitb"
msgid "Split"
msgstr ""
-#: notebookbar_groups.ui:1457
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1478
#, fuzzy
msgctxt "notebookbar_groups|conditionalb"
msgid "Conditional"
msgstr "Аҭагылазаашьа"
-#: notebookbar_groups.ui:1583
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1605
msgctxt "notebookbar_groups|topb"
msgid "Top"
msgstr "Хыхьла"
-#: notebookbar_groups.ui:1600
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1623
msgctxt "notebookbar_groups|vcenterb"
msgid "Center"
msgstr "Ацентр ала"
-#: notebookbar_groups.ui:1617
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1641
msgctxt "notebookbar_groups|bottomb"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: notebookbar_groups.ui:1663
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1688
msgctxt "notebookbar_groups|tablegrouplabel"
msgid "Spreadsheet"
msgstr "Аелектронтә таблица"
-#: notebookbar_groups.ui:1740
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1765
msgctxt "notebookbar_groups|shapesb"
msgid "Shapes"
msgstr "Афигурақәа"
-#: notebookbar_groups.ui:1756
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1781
msgctxt "notebookbar_groups|linksb"
msgid "Links"
msgstr "Аимадарақәа"
-#: notebookbar_groups.ui:1864
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1893
msgctxt "notebookbar_groups|insertgrouplabel"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groups.ui:1900
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1929
msgctxt "notebookbar_groups|imagestyleb"
msgid "Style"
msgstr "Астиль"
-#: notebookbar_groups.ui:1940
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1971
msgctxt "notebookbar_groups|resetb"
msgid "Reset"
msgstr "Еиҭашьақәыргылатәуп"
-#: notebookbar_groups.ui:1984
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2017
msgctxt "notebookbar_groups|wrapb"
msgid "Wrap"
msgstr ""
-#: notebookbar_groups.ui:1999
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2033
msgctxt "notebookbar_groups|lockb"
msgid "Lock"
msgstr ""
-#: notebookbar_groups.ui:2043
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2078
msgctxt "notebookbar_groups|imagegrouplabel"
msgid "Image"
msgstr "Асахьа"
-#: notebookbar_groups.ui:2099
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2134
msgctxt "notebookbar_groups|wrapoff"
msgid "None"
msgstr "Мап"
-#: notebookbar_groups.ui:2108
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2143
msgctxt "notebookbar_groups|wrapideal"
msgid "Optimal"
msgstr ""
-#: notebookbar_groups.ui:2117
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2152
msgctxt "notebookbar_groups|wrapon"
msgid "Parallel"
msgstr ""
-#: notebookbar_groups.ui:2126
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2161
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
msgstr ""
-#: notebookbar_groups.ui:2135
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2170
msgctxt "notebookbar_groups|wrapright"
msgid "After"
msgstr ""
-#: notebookbar_groups.ui:2144
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2179
msgctxt "notebookbar_groups|wrapthrough"
msgid "Through"
msgstr ""
-#: notebookbar_groups.ui:2159
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2194
msgctxt "notebookbar_groups|wrapcontour"
msgid "Contour"
msgstr ""
-#: notebookbar_groups.ui:2168
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2203
msgctxt "notebookbar_groups|contourdialog"
msgid "Edit Contour"
msgstr "Аконтур ариашара"
-#: optcalculatepage.ui:48
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:48
msgctxt "optcalculatepage|threadingenabled"
-msgid "Enable multi-threaded calculation: Warning Experimental."
+msgid "Enable multi-threaded calculation"
msgstr ""
-#: optcalculatepage.ui:52
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:52
msgctxt "optcalculatepage|threadingenabled|tooltip_text"
-msgid "Enable Experimental multi-threaded calculation of formula-groups, this may break your spreadsheet."
+msgid "Enable multi-threaded calculation of formula-groups"
msgstr ""
-#: optcalculatepage.ui:71
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:71
msgctxt "optcalculatepage|label4"
msgid "CPU threading settings"
msgstr ""
-#: optcalculatepage.ui:107
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:107
msgctxt "optcalculatepage|case"
msgid "Case se_nsitive"
msgstr ""
-#: optcalculatepage.ui:111
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:111
msgctxt "optcalculatepage|case|tooltip_text"
msgid "Disable case sensitivity for interoperability with Microsoft Excel"
msgstr ""
-#: optcalculatepage.ui:124
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:124
msgctxt "optcalculatepage|calc"
msgid "_Precision as shown"
msgstr ""
-#: optcalculatepage.ui:140
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:140
msgctxt "optcalculatepage|match"
msgid "Search criteria = and <> must apply to _whole cells"
msgstr ""
-#: optcalculatepage.ui:144
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:144
msgctxt "optcalculatepage|match|tooltip_text"
msgid "Enable this for interoperability with Microsoft Excel"
msgstr ""
-#: optcalculatepage.ui:157
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:157
msgctxt "optcalculatepage|formulawildcards"
msgid "Enable w_ildcards in formulas"
msgstr ""
-#: optcalculatepage.ui:161
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:161
msgctxt "optcalculatepage|formulawildcards|tooltip_text"
msgid "Enable wildcards for interoperability with Microsoft Excel"
msgstr ""
-#: optcalculatepage.ui:176
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:176
msgctxt "optcalculatepage|formularegex"
msgid "Enable r_egular expressions in formulas"
msgstr ""
-#: optcalculatepage.ui:194
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:194
msgctxt "optcalculatepage|formulaliteral"
msgid "No wildcards or regular expressions in formulas"
msgstr ""
-#: optcalculatepage.ui:212
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:212
msgctxt "optcalculatepage|lookup"
msgid "_Automatically find column and row labels"
msgstr ""
-#: optcalculatepage.ui:228
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:228
msgctxt "optcalculatepage|generalprec"
msgid "_Limit decimals for general number format"
msgstr ""
-#: optcalculatepage.ui:252
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:252
msgctxt "optcalculatepage|precft"
msgid "_Decimal places:"
msgstr ""
-#: optcalculatepage.ui:289
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:288
msgctxt "optcalculatepage|label1"
msgid "General Calculations"
msgstr ""
-#: optcalculatepage.ui:323
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:322
msgctxt "optcalculatepage|iterate"
msgid "_Iterations"
msgstr "Аитерациақәа"
-#: optcalculatepage.ui:343
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:342
msgctxt "optcalculatepage|stepsft"
msgid "_Steps:"
msgstr ""
-#: optcalculatepage.ui:358
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:357
msgctxt "optcalculatepage|minchangeft"
msgid "_Minimum change:"
msgstr "Иминималу аҧсахра:"
-#: optcalculatepage.ui:400
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:397
msgctxt "optcalculatepage|label2"
msgid "Iterative References"
msgstr ""
-#: optcalculatepage.ui:431
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:428
msgctxt "optcalculatepage|datestd"
msgid "12/30/1899 (defa_ult)"
msgstr ""
-#: optcalculatepage.ui:435
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:432
msgctxt "optcalculatepage|datestd|tooltip_text"
msgid "Value 0 corresponds to 12/30/1899"
msgstr ""
-#: optcalculatepage.ui:449
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:446
msgctxt "optcalculatepage|datesc10"
msgid "01/01/1900 (Star_Calc 1.0)"
msgstr ""
-#: optcalculatepage.ui:453
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:450
msgctxt "optcalculatepage|datesc10|tooltip_text"
msgid "Value 0 corresponds to 01/01/1900"
msgstr ""
-#: optcalculatepage.ui:466
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:463
msgctxt "optcalculatepage|date1904"
msgid "_01/01/1904"
msgstr ""
-#: optcalculatepage.ui:470
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:467
msgctxt "optcalculatepage|date1904|tooltip_text"
msgid "0 corresponds to 01/01/1904"
msgstr ""
-#: optcalculatepage.ui:489
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:486
msgctxt "optcalculatepage|label3"
msgid "Date"
msgstr "Арыцхә"
-#: optchangespage.ui:38
+#: sc/uiconfig/scalc/ui/optchangespage.ui:38
msgctxt "optchangespage|label2"
msgid "Chan_ges:"
msgstr "Аҧсахрақәа:"
-#: optchangespage.ui:52
+#: sc/uiconfig/scalc/ui/optchangespage.ui:52
msgctxt "optchangespage|label3"
msgid "_Deletions:"
msgstr "Аныхрақәа:"
-#: optchangespage.ui:66
+#: sc/uiconfig/scalc/ui/optchangespage.ui:66
msgctxt "optchangespage|label4"
msgid "_Insertions:"
msgstr ""
-#: optchangespage.ui:80
+#: sc/uiconfig/scalc/ui/optchangespage.ui:80
msgctxt "optchangespage|label5"
msgid "_Moved entries:"
msgstr ""
-#: optchangespage.ui:137
+#: sc/uiconfig/scalc/ui/optchangespage.ui:137
msgctxt "optchangespage|label1"
msgid "Colors for Changes"
msgstr ""
-#: optcompatibilitypage.ui:43
+#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:43
msgctxt "optcompatibilitypage|label2"
msgid "Select desired _key binding type. Changing the key binding type may overwrite some of the existing key bindings."
msgstr ""
-#: optcompatibilitypage.ui:62
+#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:62
msgctxt "optcompatibilitypage|keybindings"
msgid "Default"
msgstr "Астандарт"
-#: optcompatibilitypage.ui:63
+#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:63
msgctxt "optcompatibilitypage|keybindings"
msgid "OpenOffice.org legacy"
msgstr "OpenOffice.org аҟнеиҧш"
-#: optcompatibilitypage.ui:81
+#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:81
msgctxt "optcompatibilitypage|label1"
msgid "Key Bindings"
msgstr ""
-#: optdefaultpage.ui:40
+#: sc/uiconfig/scalc/ui/optdefaultpage.ui:40
msgctxt "optdefaultpage|textsheetsnumber"
msgid "_Number of worksheets in new document:"
msgstr "Адокумент ҿыц аҟны абӷьыцқәа рхыҧхьаӡара:"
-#: optdefaultpage.ui:54
+#: sc/uiconfig/scalc/ui/optdefaultpage.ui:54
msgctxt "optdefaultpage|textsheetprefix"
msgid "_Prefix name for new worksheet:"
msgstr ""
-#: optdefaultpage.ui:98
+#: sc/uiconfig/scalc/ui/optdefaultpage.ui:96
msgctxt "optdefaultpage|label1"
msgid "New Spreadsheet"
msgstr "Аелектронттә таблица ҿыц"
-#: optdlg.ui:30
+#: sc/uiconfig/scalc/ui/optdlg.ui:30
msgctxt "optdlg|suppressCB"
msgid "_Suppress output of empty pages"
msgstr "Иҭацәу адаҟьақәа кьыҧхьтәӡам"
-#: optdlg.ui:46
+#: sc/uiconfig/scalc/ui/optdlg.ui:46
msgctxt "optdlg|forceBreaksCB"
msgid "_Always apply manual breaks"
msgstr ""
-#: optdlg.ui:68
+#: sc/uiconfig/scalc/ui/optdlg.ui:68
msgctxt "optdlg|label1"
msgid "Pages"
msgstr "Адаҟьақәа"
-#: optdlg.ui:101
+#: sc/uiconfig/scalc/ui/optdlg.ui:101
msgctxt "optdlg|printCB"
msgid "_Print only selected sheets"
msgstr "Икьыҧхьтәуп иалху абӷьыц мацарақәа"
-#: optdlg.ui:124
+#: sc/uiconfig/scalc/ui/optdlg.ui:124
msgctxt "optdlg|label2"
msgid "Sheets"
msgstr "Абӷьыцқәа"
-#: optformula.ui:30
+#: sc/uiconfig/scalc/ui/optformula.ui:30
msgctxt "optformula|englishfuncname"
msgid "Use English function names"
msgstr ""
-#: optformula.ui:64
+#: sc/uiconfig/scalc/ui/optformula.ui:64
msgctxt "optformula|formulasyntaxlabel"
msgid "Formula _syntax:"
msgstr "Аформула асинтаксис:"
-#: optformula.ui:87
+#: sc/uiconfig/scalc/ui/optformula.ui:87
msgctxt "optformula|label1"
msgid "Formula Options"
msgstr "Аформула апараметрқәа"
-#: optformula.ui:121
+#: sc/uiconfig/scalc/ui/optformula.ui:121
msgctxt "optformula|label9"
msgid "Excel 2007 and newer:"
msgstr "Excel 2007 -и иаҳа иҿыцуи:"
-#: optformula.ui:135
+#: sc/uiconfig/scalc/ui/optformula.ui:135
msgctxt "optformula|label10"
msgid "ODF spreadsheet (not saved by %PRODUCTNAME):"
msgstr ""
-#: optformula.ui:151
+#: sc/uiconfig/scalc/ui/optformula.ui:151
msgctxt "optformula|ooxmlrecalc"
msgid "Always recalculate"
msgstr ""
-#: optformula.ui:152
+#: sc/uiconfig/scalc/ui/optformula.ui:152
msgctxt "optformula|ooxmlrecalc"
msgid "Never recalculate"
msgstr ""
-#: optformula.ui:153
+#: sc/uiconfig/scalc/ui/optformula.ui:153
msgctxt "optformula|ooxmlrecalc"
msgid "Prompt user"
msgstr ""
-#: optformula.ui:167
+#: sc/uiconfig/scalc/ui/optformula.ui:167
msgctxt "optformula|odfrecalc"
msgid "Always recalculate"
msgstr ""
-#: optformula.ui:168
+#: sc/uiconfig/scalc/ui/optformula.ui:168
msgctxt "optformula|odfrecalc"
msgid "Never recalculate"
msgstr ""
-#: optformula.ui:169
+#: sc/uiconfig/scalc/ui/optformula.ui:169
msgctxt "optformula|odfrecalc"
msgid "Prompt user"
msgstr ""
-#: optformula.ui:185
+#: sc/uiconfig/scalc/ui/optformula.ui:185
msgctxt "optformula|label4"
msgid "Recalculation on File Load"
msgstr "Еиҭаҧхьаӡалатәуп афаил аҭагалараан"
-#: optformula.ui:219
+#: sc/uiconfig/scalc/ui/optformula.ui:219
msgctxt "optformula|calcdefault"
msgid "Default settings"
msgstr ""
-#: optformula.ui:240
+#: sc/uiconfig/scalc/ui/optformula.ui:240
msgctxt "optformula|calccustom"
msgid "Custom (conversion of text to numbers and more):"
msgstr ""
-#: optformula.ui:256
+#: sc/uiconfig/scalc/ui/optformula.ui:256
#, fuzzy
msgctxt "optformula|details"
msgid "Details…"
msgstr "Хәҭа-хәҭала"
-#: optformula.ui:281
+#: sc/uiconfig/scalc/ui/optformula.ui:281
msgctxt "optformula|label2"
msgid "Detailed Calculation Settings"
msgstr ""
-#: optformula.ui:318
+#: sc/uiconfig/scalc/ui/optformula.ui:318
msgctxt "optformula|label6"
msgid "_Function:"
msgstr "Афункциа:"
-#: optformula.ui:332
+#: sc/uiconfig/scalc/ui/optformula.ui:332
msgctxt "optformula|label7"
msgid "Array co_lumn:"
msgstr ""
-#: optformula.ui:346
+#: sc/uiconfig/scalc/ui/optformula.ui:346
msgctxt "optformula|label8"
msgid "Array _row:"
msgstr ""
-#: optformula.ui:397
+#: sc/uiconfig/scalc/ui/optformula.ui:394
msgctxt "optformula|reset"
msgid "Rese_t Separators Settings"
msgstr ""
-#: optformula.ui:423
+#: sc/uiconfig/scalc/ui/optformula.ui:420
msgctxt "optformula|label3"
msgid "Separators"
msgstr "Аиҟәшагақәа"
-#: optimalcolwidthdialog.ui:8
+#: sc/uiconfig/scalc/ui/optimalcolwidthdialog.ui:8
msgctxt "optimalcolwidthdialog|OptimalColWidthDialog"
msgid "Optimal Column Width"
msgstr ""
-#: optimalcolwidthdialog.ui:88
+#: sc/uiconfig/scalc/ui/optimalcolwidthdialog.ui:88
msgctxt "optimalcolwidthdialog|label1"
msgid "Add:"
msgstr "Иацҵатәуп:"
-#: optimalcolwidthdialog.ui:112
+#: sc/uiconfig/scalc/ui/optimalcolwidthdialog.ui:111
msgctxt "optimalcolwidthdialog|default"
msgid "_Default value"
msgstr ""
-#: optimalrowheightdialog.ui:8
+#: sc/uiconfig/scalc/ui/optimalrowheightdialog.ui:8
msgctxt "optimalrowheightdialog|OptimalRowHeightDialog"
msgid "Optimal Row Height"
msgstr ""
-#: optimalrowheightdialog.ui:88
+#: sc/uiconfig/scalc/ui/optimalrowheightdialog.ui:88
msgctxt "optimalrowheightdialog|label1"
msgid "Add:"
msgstr "Иацҵатәуп:"
-#: optimalrowheightdialog.ui:112
+#: sc/uiconfig/scalc/ui/optimalrowheightdialog.ui:111
msgctxt "optimalrowheightdialog|default"
msgid "_Default value"
msgstr ""
-#: optsortlists.ui:22
+#: sc/uiconfig/scalc/ui/optsortlists.ui:22
msgctxt "optsortlists|copy"
msgid "_Copy"
msgstr "Акопиа ахыхтәуп"
-#: optsortlists.ui:45
+#: sc/uiconfig/scalc/ui/optsortlists.ui:45
msgctxt "optsortlists|copyfromlabel"
msgid "Copy list _from:"
msgstr ""
-#: optsortlists.ui:91
+#: sc/uiconfig/scalc/ui/optsortlists.ui:90
msgctxt "optsortlists|listslabel"
msgid "_Lists"
msgstr "Ахьӡынҵақәа"
-#: optsortlists.ui:107
+#: sc/uiconfig/scalc/ui/optsortlists.ui:106
msgctxt "optsortlists|entrieslabel"
msgid "_Entries"
msgstr ""
-#: optsortlists.ui:166
+#: sc/uiconfig/scalc/ui/optsortlists.ui:165
msgctxt "optsortlists|new"
msgid "_New"
msgstr "Иаҧҵатәуп"
-#: optsortlists.ui:180
+#: sc/uiconfig/scalc/ui/optsortlists.ui:179
msgctxt "optsortlists|discard"
msgid "_Discard"
msgstr ""
-#: optsortlists.ui:194
+#: sc/uiconfig/scalc/ui/optsortlists.ui:193
msgctxt "optsortlists|add"
msgid "_Add"
msgstr "Иацҵатәуп"
-#: optsortlists.ui:208
+#: sc/uiconfig/scalc/ui/optsortlists.ui:207
msgctxt "optsortlists|modify"
msgid "Modif_y"
msgstr "Иҧсахтәуп"
-#: optsortlists.ui:222
+#: sc/uiconfig/scalc/ui/optsortlists.ui:221
msgctxt "optsortlists|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: pagetemplatedialog.ui:8
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:8
msgctxt "pagetemplatedialog|PageTemplateDialog"
msgid "Page Style"
msgstr "Адаҟьа астиль"
-#: pagetemplatedialog.ui:106
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:106
msgctxt "pagetemplatedialog|organizer"
msgid "Organizer"
msgstr ""
-#: pagetemplatedialog.ui:128
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:128
msgctxt "pagetemplatedialog|page"
msgid "Page"
msgstr "Адаҟьа"
-#: pagetemplatedialog.ui:151
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:151
msgctxt "pagetemplatedialog|borders"
msgid "Borders"
msgstr ""
-#: pagetemplatedialog.ui:174
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:174
msgctxt "pagetemplatedialog|background"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: pagetemplatedialog.ui:197
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:197
msgctxt "pagetemplatedialog|header"
msgid "Header"
msgstr ""
-#: pagetemplatedialog.ui:220
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:220
msgctxt "pagetemplatedialog|footer"
msgid "Footer"
msgstr ""
-#: pagetemplatedialog.ui:243
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:243
msgctxt "pagetemplatedialog|sheet"
msgid "Sheet"
msgstr "Абӷьыц"
-#: paradialog.ui:8
+#: sc/uiconfig/scalc/ui/paradialog.ui:8
msgctxt "paradialog|ParagraphDialog"
msgid "Paragraph"
msgstr "Абзац"
-#: paradialog.ui:106
+#: sc/uiconfig/scalc/ui/paradialog.ui:106
msgctxt "paradialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: paradialog.ui:128
+#: sc/uiconfig/scalc/ui/paradialog.ui:128
msgctxt "paradialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: paradialog.ui:152
+#: sc/uiconfig/scalc/ui/paradialog.ui:152
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: paradialog.ui:175
+#: sc/uiconfig/scalc/ui/paradialog.ui:175
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr "Атабулиациа"
-#: paratemplatedialog.ui:8
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:8
msgctxt "paratemplatedialog|ParaTemplateDialog"
msgid "Cell Style"
msgstr "Абларҭа астиль"
-#: paratemplatedialog.ui:81
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:81
msgctxt "paratemplatedialog|standard"
msgid "_Standard"
msgstr "Астандарт"
-#: paratemplatedialog.ui:120
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:120
msgctxt "paratemplatedialog|organizer"
msgid "Organizer"
msgstr ""
-#: paratemplatedialog.ui:142
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:142
msgctxt "paratemplatedialog|numbers"
msgid "Numbers"
msgstr "Ахыҧхьаӡарақәа"
-#: paratemplatedialog.ui:165
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:165
msgctxt "paratemplatedialog|font"
msgid "Font"
msgstr "Ашрифт"
-#: paratemplatedialog.ui:188
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:188
msgctxt "paratemplatedialog|fonteffects"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: paratemplatedialog.ui:211
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:211
msgctxt "paratemplatedialog|alignment"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: paratemplatedialog.ui:234
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:234
msgctxt "paratemplatedialog|asiantypo"
msgid "Asian Typography"
msgstr ""
-#: paratemplatedialog.ui:257
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:257
msgctxt "paratemplatedialog|borders"
msgid "Borders"
msgstr ""
-#: paratemplatedialog.ui:280
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:280
msgctxt "paratemplatedialog|background"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: paratemplatedialog.ui:303
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:303
msgctxt "paratemplatedialog|protection"
msgid "Cell Protection"
msgstr ""
-#: pastespecial.ui:23
+#: sc/uiconfig/scalc/ui/pastespecial.ui:23
msgctxt "pastespecial|PasteSpecial"
msgid "Paste Special"
msgstr ""
-#: pastespecial.ui:98
+#: sc/uiconfig/scalc/ui/pastespecial.ui:98
msgctxt "pastespecial|paste_values_only|tooltip_text"
msgid "Values Only"
msgstr ""
-#: pastespecial.ui:113
+#: sc/uiconfig/scalc/ui/pastespecial.ui:113
msgctxt "pastespecial|paste_values_formats|tooltip_text"
msgid "Values & Formats"
msgstr "Аҵакқәеи аформатқәеи"
-#: pastespecial.ui:128
+#: sc/uiconfig/scalc/ui/pastespecial.ui:128
msgctxt "pastespecial|paste_transpose|tooltip_text"
msgid "Transpose"
msgstr ""
-#: pastespecial.ui:172
+#: sc/uiconfig/scalc/ui/pastespecial.ui:172
msgctxt "pastespecial|paste_all"
msgid "_Paste all"
msgstr ""
-#: pastespecial.ui:189
+#: sc/uiconfig/scalc/ui/pastespecial.ui:189
msgctxt "pastespecial|text"
msgid "Te_xt"
msgstr "Атеқст"
-#: pastespecial.ui:205
+#: sc/uiconfig/scalc/ui/pastespecial.ui:205
msgctxt "pastespecial|numbers"
msgid "_Numbers"
msgstr "Ахыҧхьаӡарақәа"
-#: pastespecial.ui:221
+#: sc/uiconfig/scalc/ui/pastespecial.ui:221
msgctxt "pastespecial|datetime"
msgid "_Date & time"
-msgstr ""
+msgstr "Арыцхәи аамҭеи"
-#: pastespecial.ui:237
+#: sc/uiconfig/scalc/ui/pastespecial.ui:237
msgctxt "pastespecial|formulas"
msgid "_Formulas"
msgstr "Аформулақәа"
-#: pastespecial.ui:253
+#: sc/uiconfig/scalc/ui/pastespecial.ui:253
msgctxt "pastespecial|comments"
msgid "_Comments"
msgstr "Акомментариқәа"
-#: pastespecial.ui:269
+#: sc/uiconfig/scalc/ui/pastespecial.ui:269
msgctxt "pastespecial|formats"
msgid "For_mats"
msgstr "Аформатқәа"
-#: pastespecial.ui:285
+#: sc/uiconfig/scalc/ui/pastespecial.ui:285
msgctxt "pastespecial|objects"
msgid "_Objects"
msgstr "Аобиеқтқәа"
-#: pastespecial.ui:307
+#: sc/uiconfig/scalc/ui/pastespecial.ui:307
msgctxt "pastespecial|label1"
msgid "Selection"
msgstr "Алхра"
-#: pastespecial.ui:341
+#: sc/uiconfig/scalc/ui/pastespecial.ui:341
msgctxt "pastespecial|none"
msgid "Non_e"
msgstr "Мап"
-#: pastespecial.ui:359
+#: sc/uiconfig/scalc/ui/pastespecial.ui:359
msgctxt "pastespecial|add"
msgid "_Add"
msgstr "Иацҵатәуп"
-#: pastespecial.ui:377
+#: sc/uiconfig/scalc/ui/pastespecial.ui:377
msgctxt "pastespecial|subtract"
msgid "_Subtract"
msgstr ""
-#: pastespecial.ui:395
+#: sc/uiconfig/scalc/ui/pastespecial.ui:395
msgctxt "pastespecial|multiply"
msgid "Multipl_y"
msgstr ""
-#: pastespecial.ui:413
+#: sc/uiconfig/scalc/ui/pastespecial.ui:413
msgctxt "pastespecial|divide"
msgid "Di_vide"
msgstr ""
-#: pastespecial.ui:437
+#: sc/uiconfig/scalc/ui/pastespecial.ui:437
msgctxt "pastespecial|label2"
msgid "Operations"
msgstr "Аоперациақәа"
-#: pastespecial.ui:471
+#: sc/uiconfig/scalc/ui/pastespecial.ui:471
msgctxt "pastespecial|skip_empty"
msgid "S_kip empty cells"
msgstr ""
-#: pastespecial.ui:488
+#: sc/uiconfig/scalc/ui/pastespecial.ui:476
+msgctxt "pastespecial|skip_empty"
+msgid "If enabled, blank cells in source will not override the target."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/pastespecial.ui:489
msgctxt "pastespecial|transpose"
msgid "_Transpose"
msgstr ""
-#: pastespecial.ui:505
+#: sc/uiconfig/scalc/ui/pastespecial.ui:506
msgctxt "pastespecial|link"
msgid "_Link"
msgstr "Аимадара"
-#: pastespecial.ui:528
+#: sc/uiconfig/scalc/ui/pastespecial.ui:529
msgctxt "pastespecial|label3"
msgid "Options"
msgstr "Апараметрқәа"
-#: pastespecial.ui:562
+#: sc/uiconfig/scalc/ui/pastespecial.ui:563
msgctxt "pastespecial|no_shift"
msgid "Don't sh_ift"
msgstr ""
-#: pastespecial.ui:580
+#: sc/uiconfig/scalc/ui/pastespecial.ui:581
msgctxt "pastespecial|move_down"
msgid "Do_wn"
msgstr ""
-#: pastespecial.ui:598
+#: sc/uiconfig/scalc/ui/pastespecial.ui:599
msgctxt "pastespecial|move_right"
msgid "_Right"
msgstr "Арыӷьарахь"
-#: pastespecial.ui:623
+#: sc/uiconfig/scalc/ui/pastespecial.ui:624
msgctxt "pastespecial|label4"
msgid "Shift Cells"
msgstr ""
-#: pivotfielddialog.ui:9
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:9
msgctxt "pivotfielddialog|PivotFieldDialog"
msgid "Data Field"
msgstr ""
-#: pivotfielddialog.ui:69
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:69
msgctxt "pivotfielddialog|options"
msgid "_Options..."
msgstr "Апараметрқәа..."
-#: pivotfielddialog.ui:123
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:123
msgctxt "pivotfielddialog|none"
msgid "_None"
msgstr "Мап"
-#: pivotfielddialog.ui:142
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:142
msgctxt "pivotfielddialog|auto"
msgid "_Automatic"
msgstr "Автоматикала"
-#: pivotfielddialog.ui:160
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:160
#, fuzzy
msgctxt "pivotfielddialog|user"
msgid "_User-defined"
msgstr "Ахархәаҩ итип 1"
-#: pivotfielddialog.ui:203
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:203
msgctxt "pivotfielddialog|label1"
msgid "Subtotals"
msgstr ""
-#: pivotfielddialog.ui:219
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:219
msgctxt "pivotfielddialog|showall"
msgid "Show it_ems without data"
msgstr ""
-#: pivotfielddialog.ui:244
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:244
msgctxt "pivotfielddialog|label2"
msgid "Name:"
msgstr "Ахьӡ:"
-#: pivotfilterdialog.ui:8
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:8
msgctxt "pivotfilterdialog|PivotFilterDialog"
msgid "Filter"
msgstr "Афильтр"
-#: pivotfilterdialog.ui:104
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:104
msgctxt "pivotfilterdialog|connect1"
msgid "AND"
msgstr "AND"
-#: pivotfilterdialog.ui:105
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:105
msgctxt "pivotfilterdialog|connect1"
msgid "OR"
msgstr "МА"
-#: pivotfilterdialog.ui:121
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:121
msgctxt "pivotfilterdialog|connect2"
msgid "AND"
msgstr "AND"
-#: pivotfilterdialog.ui:122
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:122
msgctxt "pivotfilterdialog|connect2"
msgid "OR"
msgstr "OR"
-#: pivotfilterdialog.ui:134
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:134
msgctxt "pivotfilterdialog|label2"
msgid "Operator"
msgstr "Аоперациа"
-#: pivotfilterdialog.ui:145
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:145
msgctxt "pivotfilterdialog|label3"
msgid "Field name"
msgstr "Аҭакыра ахьӡ"
-#: pivotfilterdialog.ui:156
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:156
msgctxt "pivotfilterdialog|label4"
msgid "Condition"
msgstr "Аҭагылазаашьа"
-#: pivotfilterdialog.ui:167
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:167
msgctxt "pivotfilterdialog|label5"
msgid "Value"
msgstr "Аҵакы"
-#: pivotfilterdialog.ui:347
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:347
msgctxt "pivotfilterdialog|label1"
msgid "Filter Criteria"
msgstr ""
-#: pivotfilterdialog.ui:385
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:385
msgctxt "pivotfilterdialog|case"
msgid "_Case sensitive"
msgstr ""
-#: pivotfilterdialog.ui:401
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:401
msgctxt "pivotfilterdialog|regexp"
msgid "Regular _expressions"
msgstr ""
-#: pivotfilterdialog.ui:417
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:417
msgctxt "pivotfilterdialog|unique"
msgid "_No duplications"
msgstr ""
-#: pivotfilterdialog.ui:450
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:450
msgctxt "pivotfilterdialog|dbarealabel"
msgid "Data range:"
msgstr "Адырқәа рдиапазон:"
-#: pivotfilterdialog.ui:463
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:463
msgctxt "pivotfilterdialog|dbarea"
msgid "dummy"
msgstr ""
-#: pivotfilterdialog.ui:482
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:482
msgctxt "pivotfilterdialog|label6"
msgid "Op_tions"
msgstr "Апараметрқәа"
-#: pivottablelayoutdialog.ui:9
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:9
msgctxt "pivottablelayoutdialog|PivotTableLayout"
msgid "Pivot Table Layout"
msgstr ""
-#: pivottablelayoutdialog.ui:110
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:110
msgctxt "pivottablelayoutdialog|label3"
msgid "Column Fields:"
msgstr ""
-#: pivottablelayoutdialog.ui:162
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:162
msgctxt "pivottablelayoutdialog|label5"
msgid "Data Fields:"
msgstr ""
-#: pivottablelayoutdialog.ui:214
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:214
msgctxt "pivottablelayoutdialog|label4"
msgid "Row Fields:"
msgstr ""
-#: pivottablelayoutdialog.ui:265
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:265
msgctxt "pivottablelayoutdialog|label2"
msgid "Page Fields:"
msgstr "Адаҟьа аҭакырақәа:"
-#: pivottablelayoutdialog.ui:326
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:326
msgctxt "pivottablelayoutdialog|label1"
msgid "Available Fields:"
msgstr ""
-#: pivottablelayoutdialog.ui:376
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:376
msgctxt "pivottablelayoutdialog|label6"
msgid "Drag the Items into the Desired Position"
msgstr ""
-#: pivottablelayoutdialog.ui:401
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:401
msgctxt "pivottablelayoutdialog|check-ignore-empty-rows"
msgid "Ignore empty rows"
msgstr ""
-#: pivottablelayoutdialog.ui:416
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:417
msgctxt "pivottablelayoutdialog|check-identify-categories"
msgid "Identify categories"
msgstr ""
-#: pivottablelayoutdialog.ui:431
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:433
msgctxt "pivottablelayoutdialog|check-total-rows"
msgid "Total rows"
msgstr ""
-#: pivottablelayoutdialog.ui:446
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:449
msgctxt "pivottablelayoutdialog|check-total-columns"
msgid "Total columns"
msgstr ""
-#: pivottablelayoutdialog.ui:461
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:465
msgctxt "pivottablelayoutdialog|check-add-filter"
msgid "Add filter"
msgstr ""
-#: pivottablelayoutdialog.ui:476
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:481
msgctxt "pivottablelayoutdialog|check-drill-to-details"
msgid "Enable drill to details"
msgstr ""
-#: pivottablelayoutdialog.ui:495
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:501
msgctxt "pivottablelayoutdialog|label11"
msgid "Options"
msgstr "Апараметрқәа"
-#: pivottablelayoutdialog.ui:546
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:552
msgctxt "pivottablelayoutdialog|destination-radio-new-sheet"
msgid "New sheet"
msgstr "Абӷьыц ҿыц"
-#: pivottablelayoutdialog.ui:562
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:569
msgctxt "pivottablelayoutdialog|destination-radio-selection"
msgid "Selection"
msgstr "Алхра"
-#: pivottablelayoutdialog.ui:611
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:618
msgctxt "pivottablelayoutdialog|destination-radio-named-range"
msgid "Named range"
msgstr ""
-#: pivottablelayoutdialog.ui:632
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:640
msgctxt "pivottablelayoutdialog|label8"
msgid "Destination"
msgstr ""
-#: pivottablelayoutdialog.ui:668
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:676
msgctxt "pivottablelayoutdialog|source-radio-selection"
msgid "Selection"
msgstr "Алхра"
-#: pivottablelayoutdialog.ui:706
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:714
msgctxt "pivottablelayoutdialog|source-radio-named-range"
msgid "Named range"
msgstr ""
-#: pivottablelayoutdialog.ui:738
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:747
msgctxt "pivottablelayoutdialog|label9"
msgid "Source"
msgstr ""
-#: pivottablelayoutdialog.ui:756
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:765
msgctxt "pivottablelayoutdialog|label7"
msgid "Source and Destination"
msgstr ""
-#: printareasdialog.ui:9
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:9
msgctxt "printareasdialog|PrintAreasDialog"
msgid "Edit Print Ranges"
msgstr "Акьыҧхьра адиапазон аҧсахра"
-#: printareasdialog.ui:134
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:133
msgctxt "printareasdialog|lbprintarea"
msgid "- none -"
msgstr "- мап -"
-#: printareasdialog.ui:135
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:134
msgctxt "printareasdialog|lbprintarea"
msgid "- entire sheet -"
msgstr ""
-#: printareasdialog.ui:136
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:135
msgctxt "printareasdialog|lbprintarea"
msgid "- user defined -"
msgstr ""
-#: printareasdialog.ui:137
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:136
msgctxt "printareasdialog|lbprintarea"
msgid "- selection -"
msgstr "- алкаара -"
-#: printareasdialog.ui:153
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:152
msgctxt "printareasdialog|label1"
msgid "Print Range"
msgstr "Акьыҧхьра адиапазон"
-#: printareasdialog.ui:219
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:217
msgctxt "printareasdialog|lbrepeatrow"
msgid "- none -"
msgstr "- мап -"
-#: printareasdialog.ui:220
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:218
msgctxt "printareasdialog|lbrepeatrow"
msgid "- user defined -"
msgstr ""
-#: printareasdialog.ui:236
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:234
msgctxt "printareasdialog|label2"
msgid "Rows to Repeat"
msgstr ""
-#: printareasdialog.ui:302
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:299
msgctxt "printareasdialog|lbrepeatcol"
msgid "- none -"
msgstr "- мап -"
-#: printareasdialog.ui:303
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:300
msgctxt "printareasdialog|lbrepeatcol"
msgid "- user defined -"
msgstr ""
-#: printareasdialog.ui:319
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:316
msgctxt "printareasdialog|label3"
msgid "Columns to Repeat"
msgstr ""
-#: printeroptions.ui:25
+#: sc/uiconfig/scalc/ui/printeroptions.ui:25
msgctxt "printeroptions|suppressemptypages"
msgid "Suppress output of empty pages"
msgstr "Иҭацәу адаҟьақәа кьыҧхьтәӡам"
-#: printeroptions.ui:40
+#: sc/uiconfig/scalc/ui/printeroptions.ui:41
msgctxt "printeroptions|label6"
msgid "Pages"
msgstr "Адаҟьақәа"
-#: protectsheetdlg.ui:9
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:9
msgctxt "protectsheetdlg|ProtectSheetDialog"
msgid "Protect Sheet"
msgstr "Ихьчатәуп абӷьыц"
-#: protectsheetdlg.ui:90
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:90
msgctxt "protectsheetdlg|protect"
msgid "P_rotect this sheet and the contents of protected cells"
msgstr ""
-#: protectsheetdlg.ui:116
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:116
msgctxt "protectsheetdlg|label1"
msgid "_Password:"
msgstr "Ажәамаӡа:"
-#: protectsheetdlg.ui:131
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:131
msgctxt "protectsheetdlg|label2"
msgid "_Confirm:"
msgstr ""
-#: protectsheetdlg.ui:195
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:193
msgctxt "protectsheetdlg|label4"
msgid "Allow all users of this sheet to:"
msgstr ""
-#: protectsheetdlg.ui:231
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:229
msgctxt "protectsheetdlg|protected"
msgid "Select protected cells"
msgstr "Иалхлатәуп ихьчоу абларҭақәа"
-#: protectsheetdlg.ui:243
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:241
msgctxt "protectsheetdlg|unprotected"
msgid "Select unprotected cells"
msgstr "Иалхлатәуп ихьчам абларҭақәа"
-#: protectsheetdlg.ui:255
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:253
#, fuzzy
msgctxt "protectsheetdlg|insert-columns"
msgid "Insert columns"
msgstr "Ибжьаргылатәуп аиҵагылақәа"
-#: protectsheetdlg.ui:267
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:265
#, fuzzy
msgctxt "protectsheetdlg|insert-rows"
msgid "Insert rows"
msgstr "Ибжьаргылатәуп ацәаҳәа"
-#: protectsheetdlg.ui:279
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:277
msgctxt "protectsheetdlg|delete-columns"
msgid "Delete columns"
msgstr "Ианыхтәуп аиҵагылақәа"
-#: protectsheetdlg.ui:291
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:289
msgctxt "protectsheetdlg|delete-rows"
msgid "Delete rows"
msgstr "Ианыхтәуп ацәаҳәақәа"
-#: queryrunstreamscriptdialog.ui:13
+#: sc/uiconfig/scalc/ui/queryrunstreamscriptdialog.ui:13
msgctxt "queryrunstreamscriptdialog|QueryRunStreamScriptDialog"
msgid "This data stream is generated by a script. Do you want to execute %URL?"
msgstr ""
-#: randomnumbergenerator.ui:22
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:22
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Uniform"
msgstr "Еицеиҟароу"
-#: randomnumbergenerator.ui:26
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:26
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Uniform Integer"
msgstr "Иецеиҟароу идескреттәу"
-#: randomnumbergenerator.ui:30
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:30
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Normal"
msgstr "Инормалтәу"
-#: randomnumbergenerator.ui:34
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:34
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Cauchy"
msgstr ""
-#: randomnumbergenerator.ui:38
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:38
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Bernoulli"
msgstr ""
-#: randomnumbergenerator.ui:42
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:42
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Binomial"
msgstr ""
-#: randomnumbergenerator.ui:46
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:46
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Chi Squared"
msgstr ""
-#: randomnumbergenerator.ui:50
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:50
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Geometric"
msgstr ""
-#: randomnumbergenerator.ui:54
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:54
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Negative Binomial"
msgstr ""
-#: randomnumbergenerator.ui:73
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:73
msgctxt "randomnumbergenerator|RandomNumberGeneratorDialog"
msgid "Random Number Generator"
msgstr ""
-#: randomnumbergenerator.ui:180
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:180
msgctxt "randomnumbergenerator|cell-range-label"
msgid "Cell range:"
msgstr ""
-#: randomnumbergenerator.ui:225
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:224
msgctxt "randomnumbergenerator|label1"
msgid "Data"
msgstr "Адырқәа"
-#: randomnumbergenerator.ui:263
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:262
msgctxt "randomnumbergenerator|distribution-label"
msgid "Distribution:"
msgstr ""
-#: randomnumbergenerator.ui:288
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:287
msgctxt "randomnumbergenerator|parameter1-label"
msgid "..."
msgstr "..."
-#: randomnumbergenerator.ui:303
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:302
msgctxt "randomnumbergenerator|parameter2-label"
msgid "..."
msgstr "..."
-#: randomnumbergenerator.ui:351
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:348
msgctxt "randomnumbergenerator|label2"
msgid "Random Number Generator"
msgstr ""
-#: randomnumbergenerator.ui:386
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:383
msgctxt "randomnumbergenerator|enable-seed-check"
msgid "Enable custom seed"
msgstr ""
-#: randomnumbergenerator.ui:406
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:403
msgctxt "randomnumbergenerator|seed-label"
msgid "Seed:"
msgstr ""
-#: randomnumbergenerator.ui:429
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:425
msgctxt "randomnumbergenerator|enable-rounding-check"
msgid "Enable rounding"
msgstr ""
-#: randomnumbergenerator.ui:450
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:446
msgctxt "randomnumbergenerator|decimal-places-label"
msgid "Decimal places:"
msgstr ""
-#: randomnumbergenerator.ui:481
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:476
msgctxt "randomnumbergenerator|label4"
msgid "Options"
msgstr "Апараметрқәа"
-#: regressiondialog.ui:9
+#: sc/uiconfig/scalc/ui/recalcquerydialog.ui:30
+msgctxt "recalcquerydialog|ask"
+msgid "Always perform this without prompt in the future."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:9
msgctxt "regressiondialog|RegressionDialog"
msgid "Regression"
msgstr ""
-#: regressiondialog.ui:99
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:99
msgctxt "regressiondialog|variable1-range-label"
msgid "Variable 1 range:"
msgstr ""
-#: regressiondialog.ui:138
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:137
msgctxt "regressiondialog|variable2-range-label"
msgid "Variable 2 range:"
msgstr ""
-#: regressiondialog.ui:177
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:175
msgctxt "regressiondialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: regressiondialog.ui:220
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:217
msgctxt "regressiondialog|label1"
msgid "Data"
msgstr "Адырқәа"
-#: regressiondialog.ui:255
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:252
msgctxt "regressiondialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: regressiondialog.ui:271
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:268
msgctxt "regressiondialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: regressiondialog.ui:293
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:290
msgctxt "regressiondialog|label2"
msgid "Grouped by"
msgstr ""
-#: regressiondialog.ui:328
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:325
msgctxt "regressiondialog|linear-check"
msgid "Linear Regression"
msgstr ""
-#: regressiondialog.ui:343
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:341
msgctxt "regressiondialog|logarithmic-check"
msgid "Logarithmic Regression"
msgstr ""
-#: regressiondialog.ui:357
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:356
msgctxt "regressiondialog|power-check"
msgid "Power Regression"
msgstr ""
-#: regressiondialog.ui:377
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:377
msgctxt "regressiondialog|label3"
msgid "Output Regression Types"
msgstr ""
-#: retypepassdialog.ui:10
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:10
msgctxt "retypepassdialog|RetypePass"
msgid "Re-type Password"
msgstr ""
-#: retypepassdialog.ui:93
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:93
msgctxt "retypepassdialog|descLabel"
msgid "The document you are about to export has one or more protected items with password that cannot be exported. Please re-type your password to be able to export your document."
msgstr ""
-#: retypepassdialog.ui:124
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:124
msgctxt "retypepassdialog|docStatusLabel"
msgid "Status unknown"
msgstr ""
-#: retypepassdialog.ui:134
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:134
msgctxt "retypepassdialog|retypeDocButton"
msgid "_Re-type"
msgstr ""
-#: retypepassdialog.ui:155
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:155
msgctxt "retypepassdialog|label2"
msgid "Document protection"
msgstr ""
-#: retypepassdialog.ui:217
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:217
msgctxt "retypepassdialog|label3"
msgid "Sheet protection"
msgstr ""
-#: retypepassworddialog.ui:8
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:8
msgctxt "retypepassworddialog|RetypePasswordDialog"
msgid "Re-type Password"
msgstr ""
-#: retypepassworddialog.ui:81
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:81
msgctxt "retypepassworddialog|retypepassword"
msgid "Re-type password"
msgstr ""
-#: retypepassworddialog.ui:140
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:140
msgctxt "retypepassworddialog|label4"
msgid "Pa_ssword:"
msgstr "Ажәамаӡа:"
-#: retypepassworddialog.ui:154
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:154
msgctxt "retypepassworddialog|label5"
msgid "Confi_rm:"
msgstr ""
-#: retypepassworddialog.ui:165
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:165
msgctxt "retypepassworddialog|mustmatch"
msgid "New password must match the original password"
msgstr "Ажәамаӡақәа еиқәшәозароуп"
-#: retypepassworddialog.ui:190
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:190
msgctxt "retypepassworddialog|removepassword"
msgid "Remove password from this protected item"
msgstr ""
-#: rightfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/rightfooterdialog.ui:8
msgctxt "rightfooterdialog|RightFooterDialog"
msgid "Footer (right)"
msgstr ""
-#: rightfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/rightfooterdialog.ui:106
msgctxt "rightfooterdialog|footerright"
msgid "Footer (right)"
msgstr ""
-#: rightheaderdialog.ui:8
+#: sc/uiconfig/scalc/ui/rightheaderdialog.ui:8
msgctxt "rightheaderdialog|RightHeaderDialog"
msgid "Header (right)"
msgstr ""
-#: rightheaderdialog.ui:106
+#: sc/uiconfig/scalc/ui/rightheaderdialog.ui:106
msgctxt "rightheaderdialog|headerright"
msgid "Header (right)"
msgstr ""
-#: rowheightdialog.ui:8
+#: sc/uiconfig/scalc/ui/rowheightdialog.ui:8
msgctxt "rowheightdialog|RowHeightDialog"
msgid "Row Height"
msgstr "Ацәаҳәа аҳаракыра"
-#: rowheightdialog.ui:88
+#: sc/uiconfig/scalc/ui/rowheightdialog.ui:88
msgctxt "rowheightdialog|label1"
msgid "Height:"
msgstr "Аҳаракыра:"
-#: rowheightdialog.ui:112
+#: sc/uiconfig/scalc/ui/rowheightdialog.ui:111
msgctxt "rowheightdialog|default"
msgid "_Default value"
msgstr ""
-#: samplingdialog.ui:21
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:21
msgctxt "samplingdialog|SamplingDialog"
msgid "Sampling"
msgstr ""
-#: samplingdialog.ui:113
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:113
msgctxt "samplingdialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: samplingdialog.ui:152
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:151
msgctxt "samplingdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: samplingdialog.ui:194
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:192
msgctxt "samplingdialog|label4"
msgid "Data"
msgstr "Адырқәа"
-#: samplingdialog.ui:250
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:247
msgctxt "samplingdialog|label1"
msgid "Sample size:"
msgstr ""
-#: samplingdialog.ui:262
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:259
msgctxt "samplingdialog|random-method-radio"
msgid "Random"
msgstr ""
-#: samplingdialog.ui:278
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:276
msgctxt "samplingdialog|periodic-method-radio"
msgid "Periodic"
msgstr ""
-#: samplingdialog.ui:315
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:313
msgctxt "samplingdialog|label3"
msgid "Period:"
msgstr ""
-#: samplingdialog.ui:332
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:330
msgctxt "samplingdialog|label2"
msgid "Sampling Method"
msgstr ""
-#: scenariodialog.ui:9
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:9
msgctxt "scenariodialog|ScenarioDialog"
msgid "Create Scenario"
msgstr "Иаҧҵатәуп асценари"
-#: scenariodialog.ui:111
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:111
msgctxt "scenariodialog|label1"
msgid "Name of Scenario"
msgstr ""
-#: scenariodialog.ui:155
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:155
msgctxt "scenariodialog|label2"
msgid "Comment"
msgstr "Акомментари"
-#: scenariodialog.ui:189
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:189
msgctxt "scenariodialog|copyback"
msgid "Copy _back"
msgstr ""
-#: scenariodialog.ui:204
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:204
msgctxt "scenariodialog|copysheet"
msgid "Copy _entire sheet"
msgstr ""
-#: scenariodialog.ui:219
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:219
msgctxt "scenariodialog|preventchanges"
msgid "_Prevent changes"
msgstr ""
-#: scenariodialog.ui:239
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:239
msgctxt "scenariodialog|showframe"
msgid "_Display border"
msgstr ""
-#: scenariodialog.ui:264
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:264
msgctxt "scenariodialog|bordercolor-atkobject"
msgid "Display border in"
msgstr ""
-#: scenariodialog.ui:287
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:287
msgctxt "scenariodialog|label3"
msgid "Settings"
msgstr "Архиарақәа"
-#: scenariodialog.ui:303
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:303
msgctxt "scenariodialog|alttitle"
msgid "Edit Scenario"
msgstr "Иҧсахтәуп асценари"
-#: scenariodialog.ui:319
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:319
msgctxt "scenariodialog|createdft"
msgid "Created by"
msgstr ""
-#: scenariodialog.ui:330
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:330
msgctxt "scenariodialog|onft"
msgid "on"
msgstr ""
-#: scenariomenu.ui:12
+#: sc/uiconfig/scalc/ui/scenariomenu.ui:12
msgctxt "scenariomenu|delete"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: scenariomenu.ui:20
+#: sc/uiconfig/scalc/ui/scenariomenu.ui:20
msgctxt "scenariomenu|edit"
msgid "Properties..."
msgstr "Аҷыдаҟазшьақәа..."
-#: scgeneralpage.ui:48
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:48
msgctxt "scgeneralpage|label4"
msgid "Measurement _unit:"
msgstr ""
-#: scgeneralpage.ui:62
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:62
msgctxt "scgeneralpage|label5"
msgid "_Tab stops:"
msgstr ""
-#: scgeneralpage.ui:102
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:101
msgctxt "scgeneralpage|label1"
msgid "Metrics"
msgstr "Аметрикақәа"
-#: scgeneralpage.ui:138
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:137
msgctxt "scgeneralpage|label6"
msgid "Update links when opening"
msgstr "Ирҿыцлатәуп азхьарҧшқәа раартраан"
-#: scgeneralpage.ui:157
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:156
msgctxt "scgeneralpage|alwaysrb"
-msgid "_Always"
+msgid "_Always (from trusted locations)"
msgstr ""
-#: scgeneralpage.ui:175
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:174
msgctxt "scgeneralpage|requestrb"
msgid "_On request"
msgstr ""
-#: scgeneralpage.ui:193
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:192
msgctxt "scgeneralpage|neverrb"
msgid "_Never"
msgstr ""
-#: scgeneralpage.ui:225
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:224
msgctxt "scgeneralpage|label2"
msgid "Updating"
msgstr ""
-#: scgeneralpage.ui:265
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:264
msgctxt "scgeneralpage|editmodecb"
msgid "Press Enter to switch to _edit mode"
msgstr ""
-#: scgeneralpage.ui:281
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:281
msgctxt "scgeneralpage|formatcb"
msgid "Expand _formatting"
msgstr ""
-#: scgeneralpage.ui:297
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:297
msgctxt "scgeneralpage|exprefcb"
msgid "Expand _references when new columns/rows are inserted"
msgstr ""
-#: scgeneralpage.ui:318
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:318
msgctxt "scgeneralpage|alignlb"
msgid "Down"
msgstr "Алада"
-#: scgeneralpage.ui:319
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:319
msgctxt "scgeneralpage|alignlb"
msgid "Right"
msgstr "Арыӷьарахь"
-#: scgeneralpage.ui:320
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:320
msgctxt "scgeneralpage|alignlb"
msgid "Up"
msgstr ""
-#: scgeneralpage.ui:321
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:321
msgctxt "scgeneralpage|alignlb"
msgid "Left"
msgstr "Арымарахь"
-#: scgeneralpage.ui:331
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:331
msgctxt "scgeneralpage|aligncb"
msgid "Press Enter to _move selection"
msgstr ""
-#: scgeneralpage.ui:346
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:346
msgctxt "scgeneralpage|legacy_cell_selection_cb"
msgid "Use legacy cursor movement behavior when selecting"
msgstr ""
-#: scgeneralpage.ui:361
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:361
msgctxt "scgeneralpage|replwarncb"
msgid "Show overwrite _warning when pasting data"
msgstr ""
-#: scgeneralpage.ui:376
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:376
msgctxt "scgeneralpage|textfmtcb"
msgid "Use printer metrics for text formatting"
msgstr ""
-#: scgeneralpage.ui:390
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:390
msgctxt "scgeneralpage|markhdrcb"
msgid "Highlight sele_ction in column/row headers"
msgstr ""
-#: scgeneralpage.ui:405
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:405
msgctxt "scgeneralpage|sortrefupdatecb"
msgid "Update references when sorting range of cells"
msgstr ""
-#: scgeneralpage.ui:440
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:440
msgctxt "scgeneralpage|label3"
msgid "Input Settings"
msgstr ""
-#: searchresults.ui:9
+#: sc/uiconfig/scalc/ui/searchresults.ui:9
msgctxt "searchresults|SearchResultsDialog"
msgid "Search Results"
msgstr ""
-#: selectdatasource.ui:8
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:8
msgctxt "selectdatasource|SelectDataSourceDialog"
msgid "Select Data Source"
msgstr "Адырқәа рхыҵхырҭа алхра"
-#: selectdatasource.ui:99
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:99
msgctxt "selectdatasource|label2"
msgid "_Database:"
msgstr "Адырқәа рбаза:"
-#: selectdatasource.ui:115
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:115
msgctxt "selectdatasource|label4"
msgid "_Type:"
msgstr "Атип:"
-#: selectdatasource.ui:145
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:145
msgctxt "selectdatasource|type"
msgid "Table"
msgstr "Атаблица"
-#: selectdatasource.ui:146
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:146
msgctxt "selectdatasource|type"
msgid "Query"
msgstr "Азыҳәара"
-#: selectdatasource.ui:147
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:147
msgctxt "selectdatasource|type"
msgid "Sql"
msgstr "SQL"
-#: selectdatasource.ui:148
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:148
msgctxt "selectdatasource|type"
msgid "Sql [Native]"
msgstr ""
-#: selectdatasource.ui:163
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:163
msgctxt "selectdatasource|label3"
msgid "Data so_urce:"
msgstr "Адырқәа рхыҵхырҭа:"
-#: selectdatasource.ui:201
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:201
msgctxt "selectdatasource|label1"
msgid "Selection"
msgstr "Алхра"
-#: selectrange.ui:7
+#: sc/uiconfig/scalc/ui/selectrange.ui:7
msgctxt "selectrange|SelectRangeDialog"
msgid "Select Database Range"
msgstr "Иалхтәуп адырқәа рдиапазон"
-#: selectrange.ui:107
+#: sc/uiconfig/scalc/ui/selectrange.ui:107
msgctxt "selectrange|label1"
msgid "Ranges"
msgstr "Адиапазонқәа"
-#: selectsource.ui:8
+#: sc/uiconfig/scalc/ui/selectsource.ui:8
msgctxt "selectsource|SelectSourceDialog"
msgid "Select Source"
msgstr "Иалхтәуп ахыҵхырҭа"
-#: selectsource.ui:94
+#: sc/uiconfig/scalc/ui/selectsource.ui:94
msgctxt "selectsource|selection"
msgid "_Current selection"
msgstr "Уажәтәи алкаара"
-#: selectsource.ui:117
+#: sc/uiconfig/scalc/ui/selectsource.ui:117
msgctxt "selectsource|namedrange"
msgid "_Named range:"
msgstr ""
-#: selectsource.ui:158
+#: sc/uiconfig/scalc/ui/selectsource.ui:158
msgctxt "selectsource|database"
msgid "_Data source registered in %PRODUCTNAME"
msgstr ""
-#: selectsource.ui:175
+#: sc/uiconfig/scalc/ui/selectsource.ui:175
msgctxt "selectsource|external"
msgid "_External source/interface"
msgstr ""
-#: selectsource.ui:198
+#: sc/uiconfig/scalc/ui/selectsource.ui:198
msgctxt "selectsource|label1"
msgid "Selection"
msgstr "Алхра"
-#: sharedfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/sharedfooterdialog.ui:8
msgctxt "sharedfooterdialog|SharedFooterDialog"
msgid "Headers/Footers"
msgstr ""
-#: sharedfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/sharedfooterdialog.ui:106
msgctxt "sharedfooterdialog|headerright"
msgid "Header (right)"
msgstr ""
-#: sharedfooterdialog.ui:128
+#: sc/uiconfig/scalc/ui/sharedfooterdialog.ui:128
msgctxt "sharedfooterdialog|headerleft"
msgid "Header (left)"
msgstr ""
-#: sharedfooterdialog.ui:151
+#: sc/uiconfig/scalc/ui/sharedfooterdialog.ui:151
msgctxt "sharedfooterdialog|footer"
msgid "Footer"
msgstr ""
-#: sharedheaderdialog.ui:8
+#: sc/uiconfig/scalc/ui/sharedheaderdialog.ui:8
msgctxt "sharedheaderdialog|SharedHeaderDialog"
msgid "Headers/Footers"
msgstr ""
-#: sharedheaderdialog.ui:106
+#: sc/uiconfig/scalc/ui/sharedheaderdialog.ui:106
msgctxt "sharedheaderdialog|header"
msgid "Header"
msgstr ""
-#: sharedheaderdialog.ui:128
+#: sc/uiconfig/scalc/ui/sharedheaderdialog.ui:128
msgctxt "sharedheaderdialog|footerright"
msgid "Footer (right)"
msgstr ""
-#: sharedheaderdialog.ui:151
+#: sc/uiconfig/scalc/ui/sharedheaderdialog.ui:151
msgctxt "sharedheaderdialog|footerleft"
msgid "Footer (left)"
msgstr ""
-#: sharedocumentdlg.ui:8
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:8
#, fuzzy
msgctxt "sharedocumentdlg|ShareDocumentDialog"
msgid "Share Document"
msgstr "Еиқәырхатәуп адокумент"
-#: sharedocumentdlg.ui:90
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:90
msgctxt "sharedocumentdlg|share"
msgid "_Share this spreadsheet with other users"
msgstr ""
-#: sharedocumentdlg.ui:116
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:116
msgctxt "sharedocumentdlg|warning"
msgid "Note: Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities."
msgstr ""
-#: sharedocumentdlg.ui:169
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:169
msgctxt "sharedocumentdlg|name"
msgid "Name"
msgstr "Иҭажәгал аобиеқт ахьӡ"
-#: sharedocumentdlg.ui:181
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:181
msgctxt "sharedocumentdlg|accessed"
msgid "Accessed"
msgstr ""
-#: sharedocumentdlg.ui:222
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:222
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
-#: sharedocumentdlg.ui:234
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:234
msgctxt "sharedocumentdlg|unknownuser"
msgid "Unknown User"
msgstr "Идырым ахархәаҩ"
-#: sharedocumentdlg.ui:246
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:246
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
-#: sharedocumentdlg.ui:269
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:269
msgctxt "sharedocumentdlg|label1"
msgid "Users Currently Accessing This Spreadsheet"
msgstr ""
-#: sheetprintpage.ui:63
+#: sc/uiconfig/scalc/ui/sharedwarningdialog.ui:12
+msgctxt "sharedwarningdialog|SharedWarningDialog"
+msgid "The spreadsheet is in shared mode. This allows multiple users to access and edit the spreadsheet at the same time."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/sharedwarningdialog.ui:13
+msgctxt "sharedwarningdialog|SharedWarningDialog"
+msgid "Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/sharedwarningdialog.ui:32
+msgctxt "sharedwarningdialog|ask"
+msgid "Do not show warning again."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:63
msgctxt "sheetprintpage|radioBTN_TOPDOWN"
msgid "_Top to bottom, then right"
msgstr ""
-#: sheetprintpage.ui:80
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:80
msgctxt "sheetprintpage|radioBTN_LEFTRIGHT"
msgid "_Left to right, then down"
msgstr ""
-#: sheetprintpage.ui:99
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:99
msgctxt "sheetprintpage|checkBTN_PAGENO"
msgid "First _page number:"
msgstr "Актәи адаҟьа аномер:"
-#: sheetprintpage.ui:162
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:167
msgctxt "sheetprintpage|labelPageOrder"
msgid "Page Order"
msgstr "Адаҟьақәа реишьҭагылашьа"
-#: sheetprintpage.ui:196
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:201
msgctxt "sheetprintpage|checkBTN_HEADER"
msgid "_Column and row headers"
msgstr ""
-#: sheetprintpage.ui:211
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:216
msgctxt "sheetprintpage|checkBTN_GRID"
msgid "_Grid"
msgstr ""
-#: sheetprintpage.ui:227
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:232
msgctxt "sheetprintpage|checkBTN_NOTES"
msgid "_Comments"
msgstr "Акомментариқәа"
-#: sheetprintpage.ui:242
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:247
msgctxt "sheetprintpage|checkBTN_OBJECTS"
msgid "_Objects/Images"
msgstr "Абиеқтқәа/Асахьақәа"
-#: sheetprintpage.ui:257
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:262
msgctxt "sheetprintpage|checkBTN_CHARTS"
msgid "Charts"
msgstr "Адиаграммақәа"
-#: sheetprintpage.ui:272
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:277
msgctxt "sheetprintpage|checkBTN_DRAWINGS"
msgid "_Drawing objects"
msgstr "Асахьақәа"
-#: sheetprintpage.ui:287
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:292
msgctxt "sheetprintpage|checkBTN_FORMULAS"
msgid "_Formulas"
msgstr "Аформулақәа"
-#: sheetprintpage.ui:302
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:307
msgctxt "sheetprintpage|checkBTN_NULLVALS"
msgid "_Zero values"
msgstr "Инультәу аҵакқәа"
-#: sheetprintpage.ui:335
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:340
msgctxt "sheetprintpage|labelPrint"
msgid "Print"
msgstr "Акьыҧхьра"
-#: sheetprintpage.ui:368
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:373
msgctxt "sheetprintpage|labelScalingMode"
msgid "Scaling _mode:"
msgstr ""
-#: sheetprintpage.ui:393
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:398
msgctxt "sheetprintpage|labelSF"
msgid "_Scaling factor:"
msgstr ""
-#: sheetprintpage.ui:435
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:439
msgctxt "sheetprintpage|labelWP"
msgid "_Width in pages:"
msgstr "Адаҟьақәа ҭбаарыла:"
-#: sheetprintpage.ui:449
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:457
msgctxt "sheetprintpage|labelHP"
msgid "_Height in pages:"
msgstr "Адаҟьақәа ҳаракырала:"
-#: sheetprintpage.ui:486
-msgctxt "sheetprintpage|unsetwidth"
-msgid "Unspecified"
-msgstr ""
-
-#: sheetprintpage.ui:499
-msgctxt "sheetprintpage|unsetheight"
-msgid "Unspecified"
-msgstr ""
-
-#: sheetprintpage.ui:526
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:517
msgctxt "sheetprintpage|labelNP"
msgid "N_umber of pages:"
msgstr "Адаҟьақәа рхыҧхьаӡара:"
-#: sheetprintpage.ui:569
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:559
msgctxt "sheetprintpage|comboLB_SCALEMODE"
msgid "Reduce/enlarge printout"
msgstr ""
-#: sheetprintpage.ui:570
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:560
msgctxt "sheetprintpage|comboLB_SCALEMODE"
msgid "Fit print range(s) to width/height"
msgstr ""
-#: sheetprintpage.ui:571
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:561
msgctxt "sheetprintpage|comboLB_SCALEMODE"
msgid "Fit print range(s) on number of pages"
msgstr ""
-#: sheetprintpage.ui:590
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:580
msgctxt "sheetprintpage|labelScale"
msgid "Scale"
msgstr "Амасштаб"
-#: showchangesdialog.ui:9
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:9
msgctxt "showchangesdialog|ShowChangesDialog"
msgid "Show Changes"
msgstr ""
-#: showchangesdialog.ui:86
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:86
msgctxt "showchangesdialog|showchanges"
msgid "_Show changes in spreadsheet"
msgstr ""
-#: showchangesdialog.ui:118
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:118
msgctxt "showchangesdialog|showaccepted"
msgid "Show _accepted changes"
msgstr ""
-#: showchangesdialog.ui:133
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:133
msgctxt "showchangesdialog|showrejected"
msgid "Show _rejected changes"
msgstr ""
-#: showchangesdialog.ui:168
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:168
msgctxt "showchangesdialog|label1"
msgid "Filter Settings"
msgstr ""
-#: showdetaildialog.ui:10
+#: sc/uiconfig/scalc/ui/showdetaildialog.ui:10
msgctxt "showdetaildialog|ShowDetail"
msgid "Show Detail"
msgstr ""
-#: showdetaildialog.ui:92
+#: sc/uiconfig/scalc/ui/showdetaildialog.ui:92
msgctxt "showdetaildialog|label1"
msgid "_Choose the field containing the detail you want to show"
msgstr ""
-#: showsheetdialog.ui:8
+#: sc/uiconfig/scalc/ui/showsheetdialog.ui:8
msgctxt "showsheetdialog|ShowSheetDialog"
msgid "Show Sheet"
msgstr "Иаарҧштәуп абӷьыц"
-#: showsheetdialog.ui:108
+#: sc/uiconfig/scalc/ui/showsheetdialog.ui:108
msgctxt "showsheetdialog|label1"
msgid "Hidden Sheets"
msgstr "Иҵәаху абӷьыцқәа"
-#: sidebaralignment.ui:43
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:43
msgctxt "sidebaralignment|horizontalalignment|tooltip_text"
msgid "Horizontal Alignment"
msgstr ""
-#: sidebaralignment.ui:106
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:106
msgctxt "sidebaralignment|verticalalignment|tooltip_text"
msgid "Vertical Alignment"
msgstr ""
-#: sidebaralignment.ui:256
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:256
msgctxt "sidebaralignment|leftindentlabel"
msgid "_Indent:"
msgstr ""
-#: sidebaralignment.ui:278
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:278
msgctxt "sidebaralignment|leftindent|tooltip_text"
msgid "Indents from the left edge."
msgstr ""
-#: sidebaralignment.ui:285
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:284
msgctxt "sidebaralignment|leftindent-atkobject"
msgid "Left Indent"
msgstr ""
-#: sidebaralignment.ui:310
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:309
msgctxt "sidebaralignment|mergecells"
msgid "Merge cells"
msgstr "Еидҵатәуп абларҭақәа"
-#: sidebaralignment.ui:315
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:315
msgctxt "sidebaralignment|mergecells|tooltip_text"
msgid "Joins the selected cells into one."
msgstr ""
-#: sidebaralignment.ui:329
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:329
msgctxt "sidebaralignment|wraptext"
msgid "Wrap text"
msgstr ""
-#: sidebaralignment.ui:334
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:335
msgctxt "sidebaralignment|wraptext|tooltip_text"
msgid "Wrap texts automatically."
msgstr ""
-#: sidebaralignment.ui:369
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:370
msgctxt "sidebaralignment|orientationlabel"
msgid "Text _orientation:"
msgstr ""
-#: sidebaralignment.ui:384
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:385
msgctxt "sidebaralignment|orientationdegrees|tooltip_text"
msgid "Select the angle for rotation."
msgstr "Агьежьра акәакь алхра."
-#: sidebaralignment.ui:390
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:391
msgctxt "sidebaralignment|orientationdegrees-atkobject"
msgid "Text Orientation"
msgstr ""
-#: sidebaralignment.ui:411
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:413
msgctxt "sidebaralignment|bottom|tooltip_text"
msgid "Text Extension From Lower Cell Border"
msgstr ""
-#: sidebaralignment.ui:429
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:432
msgctxt "sidebaralignment|top|tooltip_text"
msgid "Text Extension From Upper Cell Border"
msgstr ""
-#: sidebaralignment.ui:447
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:451
msgctxt "sidebaralignment|standard|tooltip_text"
msgid "Text Extension Inside Cell"
msgstr ""
-#: sidebaralignment.ui:476
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:480
msgctxt "sidebaralignment|stacked"
msgid "Vertically stacked"
msgstr ""
-#: sidebarcellappearance.ui:26
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:26
msgctxt "sidebarcellappearance|cellbackgroundlabel"
msgid "_Background:"
msgstr "Аҿаҧшыра:"
-#: sidebarcellappearance.ui:42
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:42
msgctxt "sidebarcellappearance|cellbackgroundcolor|tooltip_text"
msgid "Select the background color of the selected cells."
msgstr ""
-#: sidebarcellappearance.ui:50
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:50
msgctxt "sidebarcellappearance|cellbackground|tooltip_text"
msgid "Select the background color of the selected cells."
msgstr ""
-#: sidebarcellappearance.ui:91
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:91
msgctxt "sidebarcellappearance|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
-#: sidebarcellappearance.ui:126
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:126
msgctxt "sidebarcellappearance|linestyle|tooltip_text"
msgid "Select the line style of the borders."
msgstr ""
-#: sidebarcellappearance.ui:139
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:139
msgctxt "sidebarcellappearance|borderlinestyle-atkobject"
msgid "Border Line Style"
msgstr ""
-#: sidebarcellappearance.ui:154
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:154
msgctxt "sidebarcellappearance|borderlinecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr ""
-#: sidebarcellappearance.ui:162
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:162
msgctxt "sidebarcellappearance|linecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr ""
-#: sidebarcellappearance.ui:175
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:175
msgctxt "sidebarcellappearance|borderlinecolor-atkobject"
msgid "Border Line Color"
msgstr ""
-#: sidebarnumberformat.ui:38
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:38
msgctxt "sidebarnumberformat|category|tooltip_text"
msgid "Select a category of contents."
msgstr ""
-#: sidebarnumberformat.ui:41
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:41
msgctxt "sidebarnumberformat|category"
msgid "General"
msgstr "Азеиҧшқәа"
-#: sidebarnumberformat.ui:42
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:42
msgctxt "sidebarnumberformat|category"
msgid "Number"
msgstr "Ахыҧхьаӡаратә"
-#: sidebarnumberformat.ui:43
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:43
msgctxt "sidebarnumberformat|category"
msgid "Percent"
msgstr "Апроценттә"
-#: sidebarnumberformat.ui:44
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:44
msgctxt "sidebarnumberformat|category"
msgid "Currency"
msgstr ""
-#: sidebarnumberformat.ui:45
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:45
msgctxt "sidebarnumberformat|category"
msgid "Date "
msgstr "Арыцхә"
-#: sidebarnumberformat.ui:46
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:46
msgctxt "sidebarnumberformat|category"
msgid "Time"
msgstr "Аамҭа"
-#: sidebarnumberformat.ui:47
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:47
msgctxt "sidebarnumberformat|category"
msgid "Scientific"
msgstr "Анаукатә"
-#: sidebarnumberformat.ui:48
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:48
#, fuzzy
msgctxt "sidebarnumberformat|category"
msgid "Fraction"
msgstr "Афункциа"
-#: sidebarnumberformat.ui:49
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:49
msgctxt "sidebarnumberformat|category"
msgid "Boolean Value"
msgstr "Алогикатә"
-#: sidebarnumberformat.ui:50
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:50
msgctxt "sidebarnumberformat|category"
msgid "Text"
msgstr "Атеқсттә"
-#: sidebarnumberformat.ui:54
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:54
msgctxt "sidebarnumberformat|category-atkobject"
msgid "Category"
msgstr "Акатегориа"
-#: sidebarnumberformat.ui:135
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:135
msgctxt "sidebarnumberformat|decimalplaceslabel"
msgid "_Decimal places:"
msgstr ""
-#: sidebarnumberformat.ui:150
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:150
msgctxt "sidebarnumberformat|decimalplaces|tooltip_text"
msgid "Enter the number of decimal places that you want to display."
msgstr ""
-#: sidebarnumberformat.ui:155
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:154
msgctxt "sidebarnumberformat|decimalplaces-atkobject"
msgid "Decimal Places"
msgstr ""
-#: sidebarnumberformat.ui:169
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:168
msgctxt "sidebarnumberformat|denominatorplaceslabel"
msgid "Den_ominator places:"
msgstr ""
-#: sidebarnumberformat.ui:184
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:183
msgctxt "sidebarnumberformat|denominatorplaces|tooltip_text"
msgid "Enter the number of places for the denominator that you want to display."
msgstr ""
-#: sidebarnumberformat.ui:189
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:187
msgctxt "sidebarnumberformat|denominatorplaces-atkobject"
msgid "Denominator Places"
msgstr ""
-#: sidebarnumberformat.ui:216
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:214
msgctxt "sidebarnumberformat|leadingzeroeslabel"
msgid "Leading _zeroes:"
msgstr ""
-#: sidebarnumberformat.ui:232
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:230
msgctxt "sidebarnumberformat|leadingzeroes|tooltip_text"
msgid "Enter the maximum number of zeroes to display before the decimal point."
msgstr ""
-#: sidebarnumberformat.ui:237
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:234
msgctxt "sidebarnumberformat|leadingzeroes-atkobject"
msgid "Leading Zeroes"
msgstr ""
-#: sidebarnumberformat.ui:264
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:261
msgctxt "sidebarnumberformat|negativenumbersred"
msgid "_Negative numbers in red"
msgstr ""
-#: sidebarnumberformat.ui:270
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:267
msgctxt "sidebarnumberformat|negativenumbersred|tooltip_text"
msgid "Changes the font color of negative numbers to red."
msgstr ""
-#: sidebarnumberformat.ui:283
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:280
msgctxt "sidebarnumberformat|thousandseparator"
msgid "_Thousands separator"
msgstr ""
-#: sidebarnumberformat.ui:289
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:286
msgctxt "sidebarnumberformat|thousandseparator|tooltip_text"
msgid "Inserts a separator between thousands."
msgstr ""
-#: sidebarnumberformat.ui:302
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:299
msgctxt "sidebarnumberformat|engineeringnotation"
msgid "_Engineering notation"
msgstr ""
-#: sidebarnumberformat.ui:308
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:305
msgctxt "sidebarnumberformat|engineeringnotation|tooltip_text"
msgid "Ensures that exponent is a multiple of 3."
msgstr ""
-#: simplerefdialog.ui:9
+#: sc/uiconfig/scalc/ui/simplerefdialog.ui:9
msgctxt "simplerefdialog|SimpleRefDialog"
msgid "Set range"
msgstr ""
-#: simplerefdialog.ui:30
+#: sc/uiconfig/scalc/ui/simplerefdialog.ui:30
msgctxt "simplerefdialog|area"
msgid "Area:"
msgstr ""
-#: solverdlg.ui:9
+#: sc/uiconfig/scalc/ui/solverdlg.ui:9
msgctxt "solverdlg|SolverDialog"
msgid "Solver"
msgstr ""
-#: solverdlg.ui:22
+#: sc/uiconfig/scalc/ui/solverdlg.ui:22
msgctxt "solverdlg|options"
msgid "O_ptions..."
msgstr "Aпараметрқәа..."
-#: solverdlg.ui:65
+#: sc/uiconfig/scalc/ui/solverdlg.ui:65
msgctxt "solverdlg|solve"
msgid "_Solve"
msgstr ""
-#: solverdlg.ui:107
+#: sc/uiconfig/scalc/ui/solverdlg.ui:107
msgctxt "solverdlg|targetlabel"
msgid "_Target cell"
msgstr ""
-#: solverdlg.ui:120
+#: sc/uiconfig/scalc/ui/solverdlg.ui:120
msgctxt "solverdlg|result"
msgid "Optimize result to"
msgstr ""
-#: solverdlg.ui:133
+#: sc/uiconfig/scalc/ui/solverdlg.ui:133
msgctxt "solverdlg|changelabel"
msgid "_By changing cells"
msgstr ""
-#: solverdlg.ui:144
+#: sc/uiconfig/scalc/ui/solverdlg.ui:144
msgctxt "solverdlg|min"
msgid "Minim_um"
msgstr "Аминимум"
-#: solverdlg.ui:163
+#: sc/uiconfig/scalc/ui/solverdlg.ui:163
msgctxt "solverdlg|max"
msgid "_Maximum"
msgstr "Амаксимум"
-#: solverdlg.ui:263
+#: sc/uiconfig/scalc/ui/solverdlg.ui:263
msgctxt "solverdlg|value"
msgid "_Value of"
msgstr ""
-#: solverdlg.ui:366
+#: sc/uiconfig/scalc/ui/solverdlg.ui:365
msgctxt "solverdlg|cellreflabel"
msgid "_Cell reference"
msgstr ""
-#: solverdlg.ui:380
+#: sc/uiconfig/scalc/ui/solverdlg.ui:379
msgctxt "solverdlg|oplabel"
msgid "_Operator"
msgstr "Аоперациа"
-#: solverdlg.ui:394
+#: sc/uiconfig/scalc/ui/solverdlg.ui:393
msgctxt "solverdlg|constraintlabel"
msgid "V_alue"
msgstr "Аҵакы"
-#: solverdlg.ui:413
+#: sc/uiconfig/scalc/ui/solverdlg.ui:411
msgctxt "solverdlg|ref1edit-atkobject"
msgid "Cell reference"
msgstr ""
-#: solverdlg.ui:431
+#: sc/uiconfig/scalc/ui/solverdlg.ui:428
msgctxt "solverdlg|ref2edit-atkobject"
msgid "Cell reference"
msgstr ""
-#: solverdlg.ui:449
+#: sc/uiconfig/scalc/ui/solverdlg.ui:445
msgctxt "solverdlg|ref3edit-atkobject"
msgid "Cell reference"
msgstr ""
-#: solverdlg.ui:467
+#: sc/uiconfig/scalc/ui/solverdlg.ui:462
msgctxt "solverdlg|ref4edit-atkobject"
msgid "Cell reference"
msgstr ""
-#: solverdlg.ui:527
+#: sc/uiconfig/scalc/ui/solverdlg.ui:522
msgctxt "solverdlg|op1list"
msgid "<="
msgstr "<="
-#: solverdlg.ui:528
+#: sc/uiconfig/scalc/ui/solverdlg.ui:523
msgctxt "solverdlg|op1list"
msgid "="
msgstr ""
-#: solverdlg.ui:529
+#: sc/uiconfig/scalc/ui/solverdlg.ui:524
msgctxt "solverdlg|op1list"
msgid "=>"
msgstr ""
-#: solverdlg.ui:530
+#: sc/uiconfig/scalc/ui/solverdlg.ui:525
msgctxt "solverdlg|op1list"
msgid "Integer"
msgstr ""
-#: solverdlg.ui:531
+#: sc/uiconfig/scalc/ui/solverdlg.ui:526
msgctxt "solverdlg|op1list"
msgid "Binary"
msgstr ""
-#: solverdlg.ui:535
+#: sc/uiconfig/scalc/ui/solverdlg.ui:530
msgctxt "solverdlg|op1list-atkobject"
msgid "Operator"
msgstr "Аоперациа"
-#: solverdlg.ui:551
+#: sc/uiconfig/scalc/ui/solverdlg.ui:546
msgctxt "solverdlg|op2list"
msgid "<="
msgstr "<="
-#: solverdlg.ui:552
+#: sc/uiconfig/scalc/ui/solverdlg.ui:547
msgctxt "solverdlg|op2list"
msgid "="
msgstr ""
-#: solverdlg.ui:553
+#: sc/uiconfig/scalc/ui/solverdlg.ui:548
msgctxt "solverdlg|op2list"
msgid "=>"
msgstr ""
-#: solverdlg.ui:554
+#: sc/uiconfig/scalc/ui/solverdlg.ui:549
msgctxt "solverdlg|op2list"
msgid "Integer"
msgstr ""
-#: solverdlg.ui:555
+#: sc/uiconfig/scalc/ui/solverdlg.ui:550
msgctxt "solverdlg|op2list"
msgid "Binary"
msgstr ""
-#: solverdlg.ui:559
+#: sc/uiconfig/scalc/ui/solverdlg.ui:554
msgctxt "solverdlg|op2list-atkobject"
msgid "Operator"
msgstr "Аоперациа"
-#: solverdlg.ui:575
+#: sc/uiconfig/scalc/ui/solverdlg.ui:570
msgctxt "solverdlg|op3list"
msgid "<="
msgstr "<="
-#: solverdlg.ui:576
+#: sc/uiconfig/scalc/ui/solverdlg.ui:571
msgctxt "solverdlg|op3list"
msgid "="
msgstr ""
-#: solverdlg.ui:577
+#: sc/uiconfig/scalc/ui/solverdlg.ui:572
msgctxt "solverdlg|op3list"
msgid "=>"
msgstr ""
-#: solverdlg.ui:578
+#: sc/uiconfig/scalc/ui/solverdlg.ui:573
msgctxt "solverdlg|op3list"
msgid "Integer"
msgstr ""
-#: solverdlg.ui:579
+#: sc/uiconfig/scalc/ui/solverdlg.ui:574
msgctxt "solverdlg|op3list"
msgid "Binary"
msgstr ""
-#: solverdlg.ui:583
+#: sc/uiconfig/scalc/ui/solverdlg.ui:578
msgctxt "solverdlg|op3list-atkobject"
msgid "Operator"
msgstr "Аоперациа"
-#: solverdlg.ui:599
+#: sc/uiconfig/scalc/ui/solverdlg.ui:594
msgctxt "solverdlg|op4list"
msgid "<="
msgstr "<="
-#: solverdlg.ui:600
+#: sc/uiconfig/scalc/ui/solverdlg.ui:595
msgctxt "solverdlg|op4list"
msgid "="
msgstr ""
-#: solverdlg.ui:601
+#: sc/uiconfig/scalc/ui/solverdlg.ui:596
msgctxt "solverdlg|op4list"
msgid "=>"
msgstr ""
-#: solverdlg.ui:602
+#: sc/uiconfig/scalc/ui/solverdlg.ui:597
msgctxt "solverdlg|op4list"
msgid "Integer"
msgstr ""
-#: solverdlg.ui:603
+#: sc/uiconfig/scalc/ui/solverdlg.ui:598
msgctxt "solverdlg|op4list"
msgid "Binary"
msgstr ""
-#: solverdlg.ui:607
+#: sc/uiconfig/scalc/ui/solverdlg.ui:602
msgctxt "solverdlg|op4list-atkobject"
msgid "Operator"
msgstr "Аоперациа"
-#: solverdlg.ui:626
+#: sc/uiconfig/scalc/ui/solverdlg.ui:620
msgctxt "solverdlg|val1edit-atkobject"
msgid "Value"
msgstr "Аҵакы"
-#: solverdlg.ui:645
+#: sc/uiconfig/scalc/ui/solverdlg.ui:638
msgctxt "solverdlg|val2edit-atkobject"
msgid "Value"
msgstr "Аҵакы"
-#: solverdlg.ui:664
+#: sc/uiconfig/scalc/ui/solverdlg.ui:656
msgctxt "solverdlg|val3edit-atkobject"
msgid "Value"
msgstr "Аҵакы"
-#: solverdlg.ui:683
+#: sc/uiconfig/scalc/ui/solverdlg.ui:674
msgctxt "solverdlg|val4edit-atkobject"
msgid "Value"
msgstr "Аҵакы"
-#: solverdlg.ui:742
+#: sc/uiconfig/scalc/ui/solverdlg.ui:733
msgctxt "solverdlg|del2|tooltip_text"
msgid "Remove"
msgstr "Ианыхтәуп"
-#: solverdlg.ui:755
+#: sc/uiconfig/scalc/ui/solverdlg.ui:746
msgctxt "solverdlg|del1|tooltip_text"
msgid "Remove"
msgstr "Ианыхтәуп"
-#: solverdlg.ui:768
+#: sc/uiconfig/scalc/ui/solverdlg.ui:759
msgctxt "solverdlg|del3|tooltip_text"
msgid "Remove"
msgstr "Ианыхтәуп"
-#: solverdlg.ui:781
+#: sc/uiconfig/scalc/ui/solverdlg.ui:772
msgctxt "solverdlg|del4|tooltip_text"
msgid "Remove"
msgstr "Ианыхтәуп"
-#: solverdlg.ui:809
+#: sc/uiconfig/scalc/ui/solverdlg.ui:800
msgctxt "solverdlg|label1"
msgid "Limiting Conditions"
msgstr ""
-#: solveroptionsdialog.ui:8
+#: sc/uiconfig/scalc/ui/solveroptionsdialog.ui:8
msgctxt "solveroptionsdialog|SolverOptionsDialog"
msgid "Options"
msgstr "Апараметрқәа"
-#: solveroptionsdialog.ui:33
+#: sc/uiconfig/scalc/ui/solveroptionsdialog.ui:33
msgctxt "solveroptionsdialog|label2"
msgid "Solver engine:"
msgstr ""
-#: solveroptionsdialog.ui:70
+#: sc/uiconfig/scalc/ui/solveroptionsdialog.ui:70
msgctxt "solveroptionsdialog|label1"
msgid "Settings:"
msgstr "Архиарақәа:"
-#: solveroptionsdialog.ui:96
+#: sc/uiconfig/scalc/ui/solveroptionsdialog.ui:96
msgctxt "solveroptionsdialog|edit"
msgid "Edit..."
msgstr "Ариашара..."
-#: solverprogressdialog.ui:8
+#: sc/uiconfig/scalc/ui/solverprogressdialog.ui:8
msgctxt "solverprogressdialog|SolverProgressDialog"
msgid "Solving..."
msgstr ""
-#: solverprogressdialog.ui:26
+#: sc/uiconfig/scalc/ui/solverprogressdialog.ui:26
msgctxt "solverprogressdialog|label2"
msgid "Solving in progress..."
msgstr ""
-#: solverprogressdialog.ui:38
+#: sc/uiconfig/scalc/ui/solverprogressdialog.ui:38
msgctxt "solverprogressdialog|progress"
msgid "(time limit # seconds)"
msgstr ""
-#: solversuccessdialog.ui:8
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:8
msgctxt "solversuccessdialog|SolverSuccessDialog"
msgid "Solving Result"
msgstr ""
-#: solversuccessdialog.ui:26
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:26
msgctxt "solversuccessdialog|label1"
msgid "Do you want to keep the result or do you want to restore previous values?"
msgstr ""
-#: solversuccessdialog.ui:40
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:40
msgctxt "solversuccessdialog|label2"
msgid "Solving successfully finished."
msgstr ""
-#: solversuccessdialog.ui:52
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:52
msgctxt "solversuccessdialog|result"
msgid "Result:"
msgstr "Алҵшәа:"
-#: solversuccessdialog.ui:72
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:72
msgctxt "solversuccessdialog|ok"
msgid "Keep Result"
msgstr ""
-#: solversuccessdialog.ui:88
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:88
msgctxt "solversuccessdialog|cancel"
msgid "Restore Previous"
msgstr ""
-#: sortdialog.ui:8
+#: sc/uiconfig/scalc/ui/sortdialog.ui:8
msgctxt "sortdialog|SortDialog"
msgid "Sort"
msgstr "Асортра"
-#: sortdialog.ui:106
+#: sc/uiconfig/scalc/ui/sortdialog.ui:106
msgctxt "sortdialog|criteria"
msgid "Sort Criteria"
msgstr ""
-#: sortdialog.ui:128
+#: sc/uiconfig/scalc/ui/sortdialog.ui:128
msgctxt "sortdialog|options"
msgid "Options"
msgstr "Апараметрқәа"
-#: sortkey.ui:38
+#: sc/uiconfig/scalc/ui/sortkey.ui:38
msgctxt "sortkey|up"
msgid "_Ascending"
msgstr "Еиҵоу-еиҳаула"
-#: sortkey.ui:57
+#: sc/uiconfig/scalc/ui/sortkey.ui:57
msgctxt "sortkey|down"
msgid "_Descending"
msgstr "Еиҳау-еиҵоула"
-#: sortkey.ui:81
+#: sc/uiconfig/scalc/ui/sortkey.ui:81
msgctxt "sortkey|sortft"
msgid "Sort Key "
msgstr ""
-#: sortoptionspage.ui:32
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:32
msgctxt "sortoptionspage|case"
msgid "Case _sensitive"
msgstr ""
-#: sortoptionspage.ui:47
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:47
msgctxt "sortoptionspage|header"
msgid "Range contains..."
msgstr ""
-#: sortoptionspage.ui:61
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:62
msgctxt "sortoptionspage|formats"
msgid "Include formats"
msgstr ""
-#: sortoptionspage.ui:75
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:77
msgctxt "sortoptionspage|naturalsort"
msgid "Enable natural sort"
msgstr ""
-#: sortoptionspage.ui:89
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:92
msgctxt "sortoptionspage|includenotes"
-msgid "Include comments-only boundary column(s)"
+msgid "Include boundary column(s) containing only comments"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:107
+msgctxt "sortoptionspage|includeimages"
+msgid "Include boundary column(s) containing only images"
msgstr ""
-#: sortoptionspage.ui:103
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:122
msgctxt "sortoptionspage|copyresult"
msgid "Copy sort results to:"
msgstr ""
-#: sortoptionspage.ui:129
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:149
msgctxt "sortoptionspage|outarealb-atkobject"
msgid "Copy sort results to:"
msgstr ""
-#: sortoptionspage.ui:149
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:168
msgctxt "sortoptionspage|outareaed-atkobject"
msgid "Copy sort results to:"
msgstr ""
-#: sortoptionspage.ui:160
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:179
msgctxt "sortoptionspage|sortuser"
msgid "Custom sort order"
msgstr ""
-#: sortoptionspage.ui:186
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:206
msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#: sortoptionspage.ui:201
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:221
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Абызшәа"
-#: sortoptionspage.ui:215
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:235
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Апараметрқәа"
-#: sortoptionspage.ui:270
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:296
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Асортра апараметрқәа"
-#: sortoptionspage.ui:301
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
msgctxt "sortoptionspage|topdown"
msgid "_Top to bottom (sort rows)"
msgstr ""
-#: sortoptionspage.ui:318
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:344
msgctxt "sortoptionspage|leftright"
msgid "L_eft to right (sort columns)"
msgstr ""
-#: sortoptionspage.ui:340
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:366
msgctxt "sortoptionspage|label1"
msgid "Direction"
msgstr ""
-#: sortwarning.ui:8
+#: sc/uiconfig/scalc/ui/sortwarning.ui:8
msgctxt "sortwarning|SortWarning"
msgid "Sort Range"
msgstr ""
-#: sortwarning.ui:35
+#: sc/uiconfig/scalc/ui/sortwarning.ui:35
msgctxt "sortwarning|sorttext"
msgid "The cells next to the current selection also contain data. Do you want to extend the sort range to %1, or sort the currently selected range, %2?"
msgstr ""
-#: sortwarning.ui:55
+#: sc/uiconfig/scalc/ui/sortwarning.ui:55
msgctxt "sortwarning|extend"
msgid "_Extend selection"
msgstr ""
-#: sortwarning.ui:71
+#: sc/uiconfig/scalc/ui/sortwarning.ui:71
msgctxt "sortwarning|current"
msgid "Current selection"
msgstr "Уажәтәи алкаара"
-#: sortwarning.ui:115
+#: sc/uiconfig/scalc/ui/sortwarning.ui:115
msgctxt "sortwarning|sorttip"
msgid "Tip: The sort range can be detected automatically. Place the cell cursor inside a list and execute sort. The whole range of neighboring non-empty cells will then be sorted."
msgstr ""
-#: splitcolumnentry.ui:21
+#: sc/uiconfig/scalc/ui/splitcolumnentry.ui:21
msgctxt "splitcolumnentry|name"
msgid "Split Column Action"
msgstr ""
-#: splitcolumnentry.ui:37
+#: sc/uiconfig/scalc/ui/splitcolumnentry.ui:37
msgctxt "splitcolumnentry|separator"
msgid "Separator:"
msgstr "Аиҟәшага:"
-#: splitcolumnentry.ui:48
+#: sc/uiconfig/scalc/ui/splitcolumnentry.ui:48
msgctxt "splitcolumnentry|max_num_columns"
msgid "Maximum Number of Columns"
msgstr "Аиҵагылақәа имаксималу рхыҧхьаӡара"
-#: standardfilterdialog.ui:9
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:9
msgctxt "standardfilterdialog|StandardFilterDialog"
msgid "Standard Filter"
msgstr "Истандарту афильтр"
-#: standardfilterdialog.ui:119
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:119
msgctxt "standardfilterdialog|connect1"
msgid "AND"
msgstr "AND"
-#: standardfilterdialog.ui:120
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:120
msgctxt "standardfilterdialog|connect1"
msgid "OR"
msgstr "OR"
-#: standardfilterdialog.ui:127
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:127
msgctxt "standardfilterdialog|connect1-atkobject"
msgid "Operator 1"
msgstr "Аоперациа 1"
-#: standardfilterdialog.ui:141
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:141
msgctxt "standardfilterdialog|connect2"
msgid "AND"
msgstr "AND"
-#: standardfilterdialog.ui:142
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:142
msgctxt "standardfilterdialog|connect2"
msgid "OR"
msgstr "OR"
-#: standardfilterdialog.ui:149
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:149
msgctxt "standardfilterdialog|connect2-atkobject"
msgid "Operator 2"
msgstr "Аоперациа 2"
-#: standardfilterdialog.ui:163
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:163
msgctxt "standardfilterdialog|connect3"
msgid "AND"
msgstr "AND"
-#: standardfilterdialog.ui:164
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:164
msgctxt "standardfilterdialog|connect3"
msgid "OR"
msgstr "OR"
-#: standardfilterdialog.ui:168
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:168
msgctxt "standardfilterdialog|connect3-atkobject"
msgid "Operator 3"
msgstr "Аоперациа 3"
-#: standardfilterdialog.ui:182
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:182
msgctxt "standardfilterdialog|connect4"
msgid "AND"
msgstr "AND"
-#: standardfilterdialog.ui:183
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:183
msgctxt "standardfilterdialog|connect4"
msgid "OR"
msgstr "OR"
-#: standardfilterdialog.ui:187
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:187
msgctxt "standardfilterdialog|connect4-atkobject"
msgid "Operator 4"
msgstr "Аоперациа 4"
-#: standardfilterdialog.ui:200
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:200
msgctxt "standardfilterdialog|label2"
msgid "Operator"
msgstr "Аоперациа"
-#: standardfilterdialog.ui:211
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:211
msgctxt "standardfilterdialog|label3"
msgid "Field name"
msgstr "Аҭакыра ахьӡ"
-#: standardfilterdialog.ui:222
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:222
msgctxt "standardfilterdialog|label4"
msgid "Condition"
msgstr "Аҭагылазаашьа"
-#: standardfilterdialog.ui:233
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:233
msgctxt "standardfilterdialog|label5"
msgid "Value"
msgstr "Аҵакы"
-#: standardfilterdialog.ui:249
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:249
msgctxt "standardfilterdialog|field1-atkobject"
msgid "Field Name 1"
msgstr "Аҭакыра ахьӡ 1"
-#: standardfilterdialog.ui:267
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:267
msgctxt "standardfilterdialog|field2-atkobject"
msgid "Field Name 2"
msgstr "Аҭакыра ахьӡ 2"
-#: standardfilterdialog.ui:285
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:285
msgctxt "standardfilterdialog|field3-atkobject"
msgid "Field Name 3"
msgstr "Аҭакыра ахьӡ 3"
-#: standardfilterdialog.ui:300
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:300
msgctxt "standardfilterdialog|field4-atkobject"
msgid "Field Name 4"
msgstr "Аҭакыра ахьӡ 4"
-#: standardfilterdialog.ui:320
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:320
msgctxt "standardfilterdialog|cond1"
msgid "Largest"
msgstr ""
-#: standardfilterdialog.ui:321
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:321
msgctxt "standardfilterdialog|cond1"
msgid "Smallest"
msgstr ""
-#: standardfilterdialog.ui:322
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:322
msgctxt "standardfilterdialog|cond1"
msgid "Largest %"
msgstr ""
-#: standardfilterdialog.ui:323
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:323
msgctxt "standardfilterdialog|cond1"
msgid "Smallest %"
msgstr ""
-#: standardfilterdialog.ui:324
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:324
msgctxt "standardfilterdialog|cond1"
msgid "Contains"
msgstr "Иаҵанакуеит"
-#: standardfilterdialog.ui:325
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:325
msgctxt "standardfilterdialog|cond1"
msgid "Does not contain"
msgstr ""
-#: standardfilterdialog.ui:326
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:326
msgctxt "standardfilterdialog|cond1"
msgid "Begins with"
msgstr ""
-#: standardfilterdialog.ui:327
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:327
msgctxt "standardfilterdialog|cond1"
msgid "Does not begin with"
msgstr ""
-#: standardfilterdialog.ui:328
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:328
msgctxt "standardfilterdialog|cond1"
msgid "Ends with"
msgstr ""
-#: standardfilterdialog.ui:329
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:329
msgctxt "standardfilterdialog|cond1"
msgid "Does not end with"
msgstr ""
-#: standardfilterdialog.ui:336
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:336
msgctxt "standardfilterdialog|cond1-atkobject"
msgid "Condition 1"
msgstr "Аҭагылазаашьа 1"
-#: standardfilterdialog.ui:356
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:356
msgctxt "standardfilterdialog|cond2"
msgid "Largest"
msgstr ""
-#: standardfilterdialog.ui:357
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:357
msgctxt "standardfilterdialog|cond2"
msgid "Smallest"
msgstr ""
-#: standardfilterdialog.ui:358
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:358
msgctxt "standardfilterdialog|cond2"
msgid "Largest %"
msgstr ""
-#: standardfilterdialog.ui:359
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:359
msgctxt "standardfilterdialog|cond2"
msgid "Smallest %"
msgstr ""
-#: standardfilterdialog.ui:360
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:360
msgctxt "standardfilterdialog|cond2"
msgid "Contains"
msgstr "Иаҵанакуеит"
-#: standardfilterdialog.ui:361
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:361
msgctxt "standardfilterdialog|cond2"
msgid "Does not contain"
msgstr ""
-#: standardfilterdialog.ui:362
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:362
msgctxt "standardfilterdialog|cond2"
msgid "Begins with"
msgstr ""
-#: standardfilterdialog.ui:363
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:363
msgctxt "standardfilterdialog|cond2"
msgid "Does not begin with"
msgstr ""
-#: standardfilterdialog.ui:364
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:364
msgctxt "standardfilterdialog|cond2"
msgid "Ends with"
msgstr ""
-#: standardfilterdialog.ui:365
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:365
msgctxt "standardfilterdialog|cond2"
msgid "Does not end with"
msgstr ""
-#: standardfilterdialog.ui:372
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:372
msgctxt "standardfilterdialog|cond2-atkobject"
msgid "Condition 2"
msgstr "Аҭагылазаашьа 2"
-#: standardfilterdialog.ui:392
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:392
msgctxt "standardfilterdialog|cond3"
msgid "Largest"
msgstr ""
-#: standardfilterdialog.ui:393
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:393
msgctxt "standardfilterdialog|cond3"
msgid "Smallest"
msgstr ""
-#: standardfilterdialog.ui:394
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:394
msgctxt "standardfilterdialog|cond3"
msgid "Largest %"
msgstr ""
-#: standardfilterdialog.ui:395
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:395
msgctxt "standardfilterdialog|cond3"
msgid "Smallest %"
msgstr ""
-#: standardfilterdialog.ui:396
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:396
msgctxt "standardfilterdialog|cond3"
msgid "Contains"
msgstr "Иаҵанакуеит"
-#: standardfilterdialog.ui:397
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:397
msgctxt "standardfilterdialog|cond3"
msgid "Does not contain"
msgstr ""
-#: standardfilterdialog.ui:398
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:398
msgctxt "standardfilterdialog|cond3"
msgid "Begins with"
msgstr ""
-#: standardfilterdialog.ui:399
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:399
msgctxt "standardfilterdialog|cond3"
msgid "Does not begin with"
msgstr ""
-#: standardfilterdialog.ui:400
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:400
msgctxt "standardfilterdialog|cond3"
msgid "Ends with"
msgstr ""
-#: standardfilterdialog.ui:401
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:401
msgctxt "standardfilterdialog|cond3"
msgid "Does not end with"
msgstr ""
-#: standardfilterdialog.ui:408
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:408
msgctxt "standardfilterdialog|cond3-atkobject"
msgid "Condition 3"
msgstr "Аҭагылазаашьа 3"
-#: standardfilterdialog.ui:428
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:428
msgctxt "standardfilterdialog|cond4"
msgid "Largest"
msgstr ""
-#: standardfilterdialog.ui:429
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:429
msgctxt "standardfilterdialog|cond4"
msgid "Smallest"
msgstr ""
-#: standardfilterdialog.ui:430
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:430
msgctxt "standardfilterdialog|cond4"
msgid "Largest %"
msgstr ""
-#: standardfilterdialog.ui:431
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:431
msgctxt "standardfilterdialog|cond4"
msgid "Smallest %"
msgstr ""
-#: standardfilterdialog.ui:432
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:432
msgctxt "standardfilterdialog|cond4"
msgid "Contains"
msgstr "Иаҵанакуеит"
-#: standardfilterdialog.ui:433
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:433
msgctxt "standardfilterdialog|cond4"
msgid "Does not contain"
msgstr ""
-#: standardfilterdialog.ui:434
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:434
msgctxt "standardfilterdialog|cond4"
msgid "Begins with"
msgstr ""
-#: standardfilterdialog.ui:435
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:435
msgctxt "standardfilterdialog|cond4"
msgid "Does not begin with"
msgstr ""
-#: standardfilterdialog.ui:436
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:436
msgctxt "standardfilterdialog|cond4"
msgid "Ends with"
msgstr ""
-#: standardfilterdialog.ui:437
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:437
msgctxt "standardfilterdialog|cond4"
msgid "Does not end with"
msgstr ""
-#: standardfilterdialog.ui:441
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:441
msgctxt "standardfilterdialog|cond4-atkobject"
msgid "Condition 4"
msgstr "Аҭагылазаашьа 4"
-#: standardfilterdialog.ui:466
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:466
msgctxt "standardfilterdialog|val1-atkobject"
msgid "Value 1"
msgstr ""
-#: standardfilterdialog.ui:491
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:491
msgctxt "standardfilterdialog|val2-atkobject"
msgid "Value 2"
msgstr ""
-#: standardfilterdialog.ui:516
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:516
msgctxt "standardfilterdialog|val3-atkobject"
msgid "Value 3"
msgstr ""
-#: standardfilterdialog.ui:538
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:538
msgctxt "standardfilterdialog|val4-atkobject"
msgid "Value 4"
msgstr ""
-#: standardfilterdialog.ui:555
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:555
msgctxt "standardfilterdialog|label1"
msgid "Filter Criteria"
msgstr ""
-#: standardfilterdialog.ui:593
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:593
msgctxt "standardfilterdialog|case"
msgid "_Case sensitive"
msgstr ""
-#: standardfilterdialog.ui:609
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:609
msgctxt "standardfilterdialog|header"
msgid "Range c_ontains column labels"
msgstr ""
-#: standardfilterdialog.ui:625
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:625
msgctxt "standardfilterdialog|regexp"
msgid "Regular _expressions"
msgstr ""
-#: standardfilterdialog.ui:641
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:641
msgctxt "standardfilterdialog|unique"
msgid "_No duplications"
msgstr ""
-#: standardfilterdialog.ui:657
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:657
msgctxt "standardfilterdialog|copyresult"
msgid "Co_py results to:"
msgstr ""
-#: standardfilterdialog.ui:677
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:677
msgctxt "standardfilterdialog|destpers"
msgid "_Keep filter criteria"
msgstr ""
-#: standardfilterdialog.ui:713
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:713
msgctxt "standardfilterdialog|lbcopyarea-atkobject"
msgid "Copy results to"
msgstr ""
-#: standardfilterdialog.ui:735
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:734
msgctxt "standardfilterdialog|edcopyarea-atkobject"
msgid "Copy results to"
msgstr ""
-#: standardfilterdialog.ui:773
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:772
msgctxt "standardfilterdialog|dbarealabel"
msgid "Data range:"
msgstr "Адырқәа рдиапазон:"
-#: standardfilterdialog.ui:786
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:785
msgctxt "standardfilterdialog|dbarea"
msgid "dummy"
msgstr ""
-#: standardfilterdialog.ui:806
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:805
msgctxt "standardfilterdialog|label6"
msgid "Op_tions"
msgstr "Апараметрқәа"
-#: statisticsinfopage.ui:27
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:27
msgctxt "statisticsinfopage|label6"
msgid "Pages:"
msgstr "Адаҟьақәа:"
-#: statisticsinfopage.ui:53
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:53
msgctxt "statisticsinfopage|label5"
msgid "Cells:"
msgstr "Абларҭақәа:"
-#: statisticsinfopage.ui:79
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:79
msgctxt "statisticsinfopage|label2"
msgid "Sheets:"
msgstr "Абӷьыцқәа:"
-#: statisticsinfopage.ui:106
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:106
msgctxt "statisticsinfopage|label3"
msgid "Formula groups:"
msgstr "Аформулақәа ргәыҧ:"
-#: statisticsinfopage.ui:136
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:136
msgctxt "statisticsinfopage|label1"
msgid "Document: "
msgstr "Адокумент: "
-#: subtotaldialog.ui:8
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:8
msgctxt "subtotaldialog|SubTotalDialog"
msgid "Subtotals"
msgstr ""
-#: subtotaldialog.ui:121
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:121
msgctxt "subtotaldialog|1stgroup"
msgid "1st Group"
msgstr ""
-#: subtotaldialog.ui:143
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:143
msgctxt "subtotaldialog|2ndgroup"
msgid "2nd Group"
msgstr "2-тәи агәыҧ"
-#: subtotaldialog.ui:166
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:166
msgctxt "subtotaldialog|3rdgroup"
msgid "3rd Group"
msgstr "3-тәи агәыҧ"
-#: subtotaldialog.ui:189
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:189
msgctxt "subtotaldialog|options"
msgid "Options"
msgstr "Апараметрқәа"
-#: subtotalgrppage.ui:12
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:12
msgctxt "subtotalgrppage|liststore1"
msgid "Sum"
msgstr "Аицҵалыҵ"
-#: subtotalgrppage.ui:15
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:15
msgctxt "subtotalgrppage|liststore1"
msgid "Count"
msgstr "Ахыҧхьаӡара"
-#: subtotalgrppage.ui:18
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:18
msgctxt "subtotalgrppage|liststore1"
msgid "Average"
msgstr "Ибжьаратәу"
-#: subtotalgrppage.ui:21
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:21
msgctxt "subtotalgrppage|liststore1"
msgid "Max"
msgstr "Амаксимум"
-#: subtotalgrppage.ui:24
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:24
msgctxt "subtotalgrppage|liststore1"
msgid "Min"
msgstr "Аминимум"
-#: subtotalgrppage.ui:27
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:27
msgctxt "subtotalgrppage|liststore1"
msgid "Product"
msgstr "Ашьҭыхлыҵ"
-#: subtotalgrppage.ui:30
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:30
msgctxt "subtotalgrppage|liststore1"
msgid "Count (numbers only)"
msgstr ""
-#: subtotalgrppage.ui:33
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:33
msgctxt "subtotalgrppage|liststore1"
msgid "StDev (Sample)"
msgstr ""
-#: subtotalgrppage.ui:36
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:36
msgctxt "subtotalgrppage|liststore1"
msgid "StDevP (Population)"
msgstr ""
-#: subtotalgrppage.ui:39
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:39
msgctxt "subtotalgrppage|liststore1"
msgid "Var (Sample)"
msgstr ""
-#: subtotalgrppage.ui:42
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:42
msgctxt "subtotalgrppage|liststore1"
msgid "VarP (Population)"
msgstr ""
-#: subtotalgrppage.ui:62
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:62
msgctxt "subtotalgrppage|label1"
msgid "Group by:"
msgstr ""
-#: subtotalgrppage.ui:103
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:103
msgctxt "subtotalgrppage|label2"
msgid "Calculate subtotals for:"
msgstr ""
-#: subtotalgrppage.ui:119
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:119
msgctxt "subtotalgrppage|label3"
msgid "Use function:"
msgstr ""
-#: subtotaloptionspage.ui:35
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:35
msgctxt "subtotaloptionspage|pagebreak"
msgid "_Page break between groups"
msgstr ""
-#: subtotaloptionspage.ui:53
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:53
msgctxt "subtotaloptionspage|case"
msgid "_Case sensitive"
msgstr ""
-#: subtotaloptionspage.ui:71
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:71
msgctxt "subtotaloptionspage|sort"
msgid "Pre-_sort area according to groups"
msgstr ""
-#: subtotaloptionspage.ui:95
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:95
msgctxt "subtotaloptionspage|label1"
msgid "Groups"
msgstr "Агәыҧқәа"
-#: subtotaloptionspage.ui:133
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:133
msgctxt "subtotaloptionspage|ascending"
msgid "_Ascending"
msgstr "Еиҵоу-еиҳаула"
-#: subtotaloptionspage.ui:153
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:153
msgctxt "subtotaloptionspage|descending"
msgid "D_escending"
msgstr "Еиҳау-еиҵоула"
-#: subtotaloptionspage.ui:173
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:173
msgctxt "subtotaloptionspage|formats"
msgid "I_nclude formats"
msgstr ""
-#: subtotaloptionspage.ui:191
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:191
msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#: subtotaloptionspage.ui:237
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:237
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Асортра"
-#: textimportcsv.ui:16
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:16
msgctxt "textimportcsv|TextImportCsvDialog"
msgid "Text Import"
msgstr "Атеқст аимпорт"
-#: textimportcsv.ui:110
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:110
msgctxt "textimportcsv|textcharset"
msgid "Ch_aracter set:"
msgstr "Акодркра:"
-#: textimportcsv.ui:124
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:124
msgctxt "textimportcsv|textlanguage"
msgid "_Language:"
msgstr "Абызшәа:"
-#: textimportcsv.ui:138
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:138
msgctxt "textimportcsv|textfromrow"
msgid "From ro_w:"
msgstr ""
-#: textimportcsv.ui:189
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:188
msgctxt "textimportcsv|label1"
msgid "Import"
msgstr "Аимпорт"
-#: textimportcsv.ui:231
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:230
msgctxt "textimportcsv|tofixedwidth"
msgid "_Fixed width"
msgstr ""
-#: textimportcsv.ui:248
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:247
msgctxt "textimportcsv|toseparatedby"
msgid "_Separated by"
msgstr ""
-#: textimportcsv.ui:286
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:285
msgctxt "textimportcsv|tab"
msgid "_Tab"
msgstr ""
-#: textimportcsv.ui:302
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:301
msgctxt "textimportcsv|mergedelimiters"
msgid "Merge _delimiters"
msgstr "Еидҵалатәуп аиҟәшагақәа"
-#: textimportcsv.ui:320
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:319
+msgctxt "textimportcsv|removespace"
+msgid "Tr_im spaces"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:337
msgctxt "textimportcsv|comma"
msgid "_Comma"
msgstr ""
-#: textimportcsv.ui:336
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:353
msgctxt "textimportcsv|semicolon"
msgid "S_emicolon"
msgstr ""
-#: textimportcsv.ui:352
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:369
msgctxt "textimportcsv|space"
msgid "S_pace"
msgstr "Апробел"
-#: textimportcsv.ui:374
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:391
msgctxt "textimportcsv|other"
msgid "Othe_r"
msgstr "Даҽакы"
-#: textimportcsv.ui:403
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:419
msgctxt "textimportcsv|inputother-atkobject"
msgid "Other"
msgstr "Даҽакы"
-#: textimportcsv.ui:428
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:444
msgctxt "textimportcsv|texttextdelimiter"
msgid "Strin_g delimiter:"
msgstr ""
-#: textimportcsv.ui:479
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:494
msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr ""
-#: textimportcsv.ui:513
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:528
msgctxt "textimportcsv|quotedfieldastext"
msgid "F_ormat quoted field as text"
msgstr ""
-#: textimportcsv.ui:529
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:544
msgctxt "textimportcsv|detectspecialnumbers"
msgid "Detect special _numbers"
msgstr ""
-#: textimportcsv.ui:551
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:560
+msgctxt "textimportcsv|skipemptycells"
+msgid "S_kip empty cells"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:564
+msgctxt "textimportcsv|skipemptycells"
+msgid "If enabled, blank cells in source will not override the target."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:583
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Егьырҭ апараметрқәа"
-#: textimportcsv.ui:593
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:625
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
-#: textimportcsv.ui:638
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:670
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
-#: textimportcsv.ui:654
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:686
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Аҭакырақәа"
-#: textimportoptions.ui:9
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:9
msgctxt "textimportoptions|TextImportOptionsDialog"
msgid "Import Options"
msgstr "Аимпорт апараметрқәа"
-#: textimportoptions.ui:98
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:98
msgctxt "textimportoptions|custom"
msgid "Custom:"
msgstr "Даҽакы:"
-#: textimportoptions.ui:113
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:114
msgctxt "textimportoptions|automatic"
msgid "Automatic"
msgstr "Автоматикала"
-#: textimportoptions.ui:145
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:147
msgctxt "textimportoptions|label2"
msgid "Select the Language to Use for Import"
msgstr "Иалышәх аимпорт азы абызшәа"
-#: textimportoptions.ui:172
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:174
msgctxt "textimportoptions|convertdata"
msgid "Detect special numbers (such as dates)"
msgstr ""
-#: textimportoptions.ui:186
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:189
msgctxt "textimportoptions|label3"
msgid "Options"
msgstr "Апараметрқәа"
-#: tpviewpage.ui:37
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:37
msgctxt "tpviewpage|formula"
msgid "_Formulas"
msgstr "Аформулақәа"
-#: tpviewpage.ui:54
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:54
msgctxt "tpviewpage|nil"
msgid "Zero val_ues"
msgstr "Инультәу аҵакқәа"
-#: tpviewpage.ui:71
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:71
msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#: tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr ""
-#: tpviewpage.ui:105
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:105
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr ""
-#: tpviewpage.ui:122
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:122
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
-#: tpviewpage.ui:139
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:139
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
-#: tpviewpage.ui:162
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:162
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr ""
-#: tpviewpage.ui:198
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
-#: tpviewpage.ui:215
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:215
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr ""
-#: tpviewpage.ui:232
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:232
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr ""
-#: tpviewpage.ui:249
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:249
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
-#: tpviewpage.ui:266
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
-#: tpviewpage.ui:289
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:289
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr ""
-#: tpviewpage.ui:365
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:365
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr ""
-#: tpviewpage.ui:382
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:382
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr ""
-#: tpviewpage.ui:399
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Иаарҧштәуп"
-#: tpviewpage.ui:400
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:400
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
-#: tpviewpage.ui:401
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:401
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: tpviewpage.ui:421
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:421
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Адаҟьақәа реимҟьарақәа"
-#: tpviewpage.ui:438
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:438
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
-#: tpviewpage.ui:461
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:461
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
-#: tpviewpage.ui:500
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:500
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "Абиеқтқәа/Асахьақәа:"
-#: tpviewpage.ui:516
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:516
msgctxt "tpviewpage|diagram_label"
msgid "Cha_rts:"
msgstr "Адиаграммақәа:"
-#: tpviewpage.ui:532
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:532
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Асахьақәа:"
-#: tpviewpage.ui:548
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:548
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Иаарҧштәуп"
-#: tpviewpage.ui:549
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:549
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: tpviewpage.ui:564
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:564
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Иаарҧштәуп"
-#: tpviewpage.ui:565
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:565
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Иаарҧштәуп"
-#: tpviewpage.ui:581
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:581
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: tpviewpage.ui:599
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:599
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Аобиеқтқәа"
-#: tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
-#: tpviewpage.ui:644
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:644
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Амасштаб"
-#: ttestdialog.ui:40
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:40
msgctxt "ttestdialog|variable1-range-label"
msgid "Variable 1 range:"
msgstr ""
-#: ttestdialog.ui:79
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:78
msgctxt "ttestdialog|variable2-range-label"
msgid "Variable 2 range:"
msgstr ""
-#: ttestdialog.ui:118
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:116
msgctxt "ttestdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: ttestdialog.ui:160
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:157
msgctxt "ttestdialog|label1"
msgid "Data"
msgstr "Адырқәа"
-#: ttestdialog.ui:254
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:251
msgctxt "ttestdialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: ttestdialog.ui:270
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:267
msgctxt "ttestdialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: ttestdialog.ui:292
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:289
msgctxt "ttestdialog|label2"
msgid "Grouped by"
msgstr ""
-#: ungroupdialog.ui:8
+#: sc/uiconfig/scalc/ui/ungroupdialog.ui:8
msgctxt "ungroupdialog|UngroupDialog"
msgid "Ungroup"
msgstr ""
-#: ungroupdialog.ui:98
+#: sc/uiconfig/scalc/ui/ungroupdialog.ui:98
msgctxt "ungroupdialog|rows"
msgid "_Rows"
msgstr "Ацәаҳәақәа"
-#: ungroupdialog.ui:116
+#: sc/uiconfig/scalc/ui/ungroupdialog.ui:116
msgctxt "ungroupdialog|cols"
msgid "_Columns"
msgstr "Аиҵагылақәа"
-#: ungroupdialog.ui:141
+#: sc/uiconfig/scalc/ui/ungroupdialog.ui:141
msgctxt "ungroupdialog|includeLabel"
msgid "Deactivate for"
msgstr ""
-#: validationcriteriapage.ui:15
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:15
msgctxt "validationcriteriapage|liststore1"
msgid "All values"
msgstr ""
-#: validationcriteriapage.ui:19
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:19
msgctxt "validationcriteriapage|liststore1"
msgid "Whole Numbers"
msgstr ""
-#: validationcriteriapage.ui:23
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:23
msgctxt "validationcriteriapage|liststore1"
msgid "Decimal"
msgstr ""
-#: validationcriteriapage.ui:27
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:27
msgctxt "validationcriteriapage|liststore1"
msgid "Date"
msgstr "Арыцхә"
-#: validationcriteriapage.ui:31
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:31
msgctxt "validationcriteriapage|liststore1"
msgid "Time"
msgstr "Аамҭа"
-#: validationcriteriapage.ui:35
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:35
msgctxt "validationcriteriapage|liststore1"
msgid "Cell range"
msgstr "Абларҭақәа рдиапазон"
-#: validationcriteriapage.ui:39
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:39
msgctxt "validationcriteriapage|liststore1"
msgid "List"
msgstr "Ахьӡынҵа"
-#: validationcriteriapage.ui:43
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:43
msgctxt "validationcriteriapage|liststore1"
msgid "Text length"
msgstr ""
-#: validationcriteriapage.ui:57
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:57
msgctxt "validationcriteriapage|liststore2"
msgid "equal"
msgstr ""
-#: validationcriteriapage.ui:61
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:61
msgctxt "validationcriteriapage|liststore2"
msgid "less than"
msgstr ""
-#: validationcriteriapage.ui:65
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:65
msgctxt "validationcriteriapage|liststore2"
msgid "greater than"
msgstr "еиҳауп аасҭа"
-#: validationcriteriapage.ui:69
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:69
msgctxt "validationcriteriapage|liststore2"
msgid "less than or equal"
msgstr ""
-#: validationcriteriapage.ui:73
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:73
msgctxt "validationcriteriapage|liststore2"
msgid "greater than or equal to"
msgstr ""
-#: validationcriteriapage.ui:77
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:77
msgctxt "validationcriteriapage|liststore2"
msgid "not equal"
msgstr "иаҟараӡам"
-#: validationcriteriapage.ui:81
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:81
msgctxt "validationcriteriapage|liststore2"
msgid "valid range"
msgstr "изымуа адиапазон"
-#: validationcriteriapage.ui:85
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:85
msgctxt "validationcriteriapage|liststore2"
msgid "invalid range"
msgstr "изымуа адиапазон"
-#: validationcriteriapage.ui:103
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:103
msgctxt "validationcriteriapage|label1"
msgid "_Allow:"
msgstr ""
-#: validationcriteriapage.ui:117
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:117
msgctxt "validationcriteriapage|valueft"
msgid "_Data:"
msgstr ""
-#: validationcriteriapage.ui:153
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:153
msgctxt "validationcriteriapage|minft"
msgid "_Minimum:"
msgstr "Аминимум:"
-#: validationcriteriapage.ui:235
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:235
msgctxt "validationcriteriapage|maxft"
msgid "Ma_ximum:"
msgstr "Амаксимум:"
-#: validationcriteriapage.ui:246
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:246
msgctxt "validationcriteriapage|allowempty"
msgid "Allow _empty cells"
msgstr ""
-#: validationcriteriapage.ui:261
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:261
msgctxt "validationcriteriapage|showlist"
msgid "Show selection _list"
msgstr "Иаарҧштәуп алкаарақәа рыхьӡынҵа"
-#: validationcriteriapage.ui:276
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:276
msgctxt "validationcriteriapage|sortascend"
msgid "Sor_t entries ascending"
msgstr ""
-#: validationcriteriapage.ui:297
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:297
msgctxt "validationcriteriapage|hintft"
msgid "A valid source can only consist of a contiguous selection of rows and columns, or a formula that results in an area or array."
msgstr ""
-#: validationdialog.ui:8
+#: sc/uiconfig/scalc/ui/validationdialog.ui:8
#, fuzzy
msgctxt "validationdialog|ValidationDialog"
msgid "Validity"
msgstr "Иҵабыргуп аҟынӡа"
-#: validationdialog.ui:111
+#: sc/uiconfig/scalc/ui/validationdialog.ui:111
msgctxt "validationdialog|criteria"
msgid "Criteria"
msgstr "Аҭагылазаашьа"
-#: validationdialog.ui:133
+#: sc/uiconfig/scalc/ui/validationdialog.ui:133
msgctxt "validationdialog|inputhelp"
msgid "Input Help"
msgstr ""
-#: validationdialog.ui:156
+#: sc/uiconfig/scalc/ui/validationdialog.ui:156
msgctxt "validationdialog|erroralert"
msgid "Error Alert"
msgstr ""
-#: validationhelptabpage.ui:14
+#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:14
msgctxt "validationhelptabpage|tsbhelp"
msgid "_Show input help when cell is selected"
msgstr ""
-#: validationhelptabpage.ui:73
+#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:72
msgctxt "validationhelptabpage|title_label"
msgid "_Title:"
msgstr "Ахы:"
-#: validationhelptabpage.ui:90
+#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:89
msgctxt "validationhelptabpage|inputhelp_label"
msgid "_Input help:"
msgstr ""
-#: validationhelptabpage.ui:132
+#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:131
msgctxt "validationhelptabpage|label1"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: xmlsourcedialog.ui:14
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:14
msgctxt "xmlsourcedialog|XMLSourceDialog"
msgid "XML Source"
msgstr ""
-#: xmlsourcedialog.ui:47
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:47
msgctxt "xmlsourcedialog|selectsource|tooltip_text"
msgid "Browse to set source file."
msgstr "Иашәырба ахалагаратә фаил."
-#: xmlsourcedialog.ui:61
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:61
msgctxt "xmlsourcedialog|sourcefile"
msgid "- not set -"
msgstr ""
-#: xmlsourcedialog.ui:76
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:76
msgctxt "xmlsourcedialog|label1"
msgid "Source File"
msgstr "Ахалагаратә фаил"
-#: xmlsourcedialog.ui:138
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:138
msgctxt "xmlsourcedialog|label5"
msgid "Mapped cell:"
msgstr ""
-#: xmlsourcedialog.ui:183
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:183
msgctxt "xmlsourcedialog|label4"
msgid "Map to Document"
msgstr ""
-#: xmlsourcedialog.ui:202
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:202
msgctxt "xmlsourcedialog|ok"
msgid "_Import"
msgstr "Аимпорт"
-#: ztestdialog.ui:40
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:40
msgctxt "ztestdialog|variable1-range-label"
msgid "Variable 1 range:"
msgstr ""
-#: ztestdialog.ui:79
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:78
msgctxt "ztestdialog|variable2-range-label"
msgid "Variable 2 range:"
msgstr ""
-#: ztestdialog.ui:118
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:116
msgctxt "ztestdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: ztestdialog.ui:160
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:157
msgctxt "ztestdialog|label1"
msgid "Data"
msgstr "Адырқәа"
-#: ztestdialog.ui:254
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:251
msgctxt "ztestdialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: ztestdialog.ui:270
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:267
msgctxt "ztestdialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: ztestdialog.ui:292
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:289
msgctxt "ztestdialog|label2"
msgid "Grouped by"
msgstr ""
diff --git a/source/ab/scaddins/messages.po b/source/ab/scaddins/messages.po
index f537d6939e3..8c80f8bcbe2 100644
--- a/source/ab/scaddins/messages.po
+++ b/source/ab/scaddins/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: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: 2018-01-01 17:30+0000\n"
+"POT-Creation-Date: 2018-02-27 15:06+0100\n"
+"PO-Revision-Date: 2018-03-25 10:24+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -13,4546 +13,4545 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1514827823.000000\n"
+"X-POOTLE-MTIME: 1521973459.000000\n"
-#: analysis.hrc:27
+#: scaddins/inc/analysis.hrc:27
msgctxt "ANALYSIS_Workday"
msgid "Returns the serial number of the date before or after a specified number of workdays"
msgstr ""
-#: analysis.hrc:28
+#: scaddins/inc/analysis.hrc:28
msgctxt "ANALYSIS_Workday"
msgid "Start date"
-msgstr "Ахалагаратә рыцхә"
+msgstr "Алагамҭа арыцхә"
-#: analysis.hrc:29
+#: scaddins/inc/analysis.hrc:29
msgctxt "ANALYSIS_Workday"
msgid "The start date"
-msgstr "Ахалагаратә рыцхә."
+msgstr "Алагамҭа арыцхә."
-#: analysis.hrc:30
+#: scaddins/inc/analysis.hrc:30
msgctxt "ANALYSIS_Workday"
msgid "Days"
msgstr "Амшқәа"
-#: analysis.hrc:31
+#: scaddins/inc/analysis.hrc:31
msgctxt "ANALYSIS_Workday"
msgid "The number of workdays before or after the start date"
msgstr ""
-#: analysis.hrc:32
+#: scaddins/inc/analysis.hrc:32
msgctxt "ANALYSIS_Workday"
msgid "Holidays"
msgstr "Аҧсшьарамшқәа"
-#: analysis.hrc:33
+#: scaddins/inc/analysis.hrc:33
msgctxt "ANALYSIS_Workday"
msgid "List of date values of days off (vacation, holidays, etc.)"
msgstr ""
-#: analysis.hrc:38
+#: scaddins/inc/analysis.hrc:38
msgctxt "ANALYSIS_Yearfrac"
msgid "Returns the number of years (including fractional part) between two dates"
msgstr ""
-#: analysis.hrc:39
+#: scaddins/inc/analysis.hrc:39
msgctxt "ANALYSIS_Yearfrac"
msgid "Start date"
-msgstr "Ахалагаратә рыцхә"
+msgstr "Алагамҭа арыцхә"
-#: analysis.hrc:40
+#: scaddins/inc/analysis.hrc:40
msgctxt "ANALYSIS_Yearfrac"
msgid "The start date"
-msgstr "Ахалагаратә рыцхә"
+msgstr "Алагамҭа арыцхә."
-#: analysis.hrc:41
+#: scaddins/inc/analysis.hrc:41
msgctxt "ANALYSIS_Yearfrac"
msgid "End date"
msgstr "Аҵыхәтәантәи арыцхә"
-#: analysis.hrc:42
+#: scaddins/inc/analysis.hrc:42
msgctxt "ANALYSIS_Yearfrac"
msgid "The end date"
msgstr "Аҵыхәтәантәи арыцхә."
-#: analysis.hrc:43
+#: scaddins/inc/analysis.hrc:43
msgctxt "ANALYSIS_Yearfrac"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:44
+#: scaddins/inc/analysis.hrc:44
msgctxt "ANALYSIS_Yearfrac"
msgid "Basis indicates the day-count convention to use in the calculation"
msgstr ""
-#: analysis.hrc:49
+#: scaddins/inc/analysis.hrc:49
msgctxt "ANALYSIS_Edate"
msgid "Returns the serial number of the date that is a specified number of months before or after the start date"
msgstr ""
-#: analysis.hrc:50
+#: scaddins/inc/analysis.hrc:50
msgctxt "ANALYSIS_Edate"
msgid "Start date"
-msgstr "Алагамҭатә рыцхә"
+msgstr "Алагамҭа арыцхә"
-#: analysis.hrc:51
+#: scaddins/inc/analysis.hrc:51
msgctxt "ANALYSIS_Edate"
msgid "The start date"
-msgstr "Алагамҭатә рыцхә."
+msgstr "Алагамҭа арыцхә."
-#: analysis.hrc:52
+#: scaddins/inc/analysis.hrc:52
msgctxt "ANALYSIS_Edate"
msgid "Months"
msgstr "Амзақәа"
-#: analysis.hrc:53
+#: scaddins/inc/analysis.hrc:53
msgctxt "ANALYSIS_Edate"
msgid "Number of months before or after the start date"
msgstr ""
-#: analysis.hrc:58
+#: scaddins/inc/analysis.hrc:58
msgctxt "ANALYSIS_Weeknum"
msgid ""
"Returns the number of the calendar week in which the specified date occurs.\n"
"This function exists for interoperability with older Microsoft Excel documents, for new documents use WEEKNUM instead."
msgstr ""
-#: analysis.hrc:59
+#: scaddins/inc/analysis.hrc:59
msgctxt "ANALYSIS_Weeknum"
msgid "Date"
msgstr "Арыцхә"
-#: analysis.hrc:60
+#: scaddins/inc/analysis.hrc:60
msgctxt "ANALYSIS_Weeknum"
msgid "The date or date serial number"
msgstr ""
-#: analysis.hrc:61
+#: scaddins/inc/analysis.hrc:61
msgctxt "ANALYSIS_Weeknum"
msgid "Return type"
msgstr "Иҳанаҭо атип"
-#: analysis.hrc:62
+#: scaddins/inc/analysis.hrc:62
msgctxt "ANALYSIS_Weeknum"
msgid "Indicates the first day of the week (1 = Sunday, 2 = Monday)"
msgstr ""
-#: analysis.hrc:67
+#: scaddins/inc/analysis.hrc:67
msgctxt "ANALYSIS_Eomonth"
msgid "Returns the serial number of the last day of the month that comes a certain number of months before or after the start date"
msgstr ""
-#: analysis.hrc:68
+#: scaddins/inc/analysis.hrc:68
msgctxt "ANALYSIS_Eomonth"
msgid "Start date"
-msgstr "Алагамҭатә рыцхә"
+msgstr "Алагамҭа арыцхә"
-#: analysis.hrc:69
+#: scaddins/inc/analysis.hrc:69
msgctxt "ANALYSIS_Eomonth"
msgid "The start date"
-msgstr "Алагамҭатә рыцхә."
+msgstr "Алагамҭа арыцхә."
-#: analysis.hrc:70
+#: scaddins/inc/analysis.hrc:70
msgctxt "ANALYSIS_Eomonth"
msgid "Months"
msgstr "Амзақәа"
-#: analysis.hrc:71
+#: scaddins/inc/analysis.hrc:71
msgctxt "ANALYSIS_Eomonth"
msgid "Number of months before or after the start date"
msgstr ""
-#: analysis.hrc:76
+#: scaddins/inc/analysis.hrc:76
msgctxt "ANALYSIS_Networkdays"
msgid ""
"Returns the number of workdays between two dates.\n"
"This function exists for interoperability with older Microsoft Excel documents, for new documents use NETWORKDAYS instead."
msgstr ""
-#: analysis.hrc:77
+#: scaddins/inc/analysis.hrc:77
msgctxt "ANALYSIS_Networkdays"
msgid "Start date"
-msgstr "Алагамҭатә рыцхә"
+msgstr "Алагамҭа арыцхә"
-#: analysis.hrc:78
+#: scaddins/inc/analysis.hrc:78
msgctxt "ANALYSIS_Networkdays"
msgid "The start date"
-msgstr "Алагамҭатә рыцхә."
+msgstr "Алагамҭа арыцхә."
-#: analysis.hrc:79
+#: scaddins/inc/analysis.hrc:79
msgctxt "ANALYSIS_Networkdays"
msgid "End date"
msgstr "Аҵыхәтәантәи арыцхә"
-#: analysis.hrc:80
+#: scaddins/inc/analysis.hrc:80
msgctxt "ANALYSIS_Networkdays"
msgid "The end date"
msgstr "Аҵыхәтәантәи арыцхә."
-#: analysis.hrc:81
+#: scaddins/inc/analysis.hrc:81
msgctxt "ANALYSIS_Networkdays"
msgid "Holidays"
msgstr "Аҧсшьарамшқәа"
-#: analysis.hrc:82
+#: scaddins/inc/analysis.hrc:82
msgctxt "ANALYSIS_Networkdays"
msgid "List of date values representing days off (vacation, holidays, etc.)"
msgstr ""
-#: analysis.hrc:87
+#: scaddins/inc/analysis.hrc:87
msgctxt "ANALYSIS_Iseven"
msgid "Returns the value 'true' if the number is even"
msgstr ""
-#: analysis.hrc:88
+#: scaddins/inc/analysis.hrc:88
msgctxt "ANALYSIS_Iseven"
msgid "Number"
msgstr "Арыцхә"
-#: analysis.hrc:89
+#: scaddins/inc/analysis.hrc:89
msgctxt "ANALYSIS_Iseven"
msgid "The number"
msgstr "Арыцхә."
-#: analysis.hrc:94
+#: scaddins/inc/analysis.hrc:94
msgctxt "ANALYSIS_Isodd"
msgid "Returns the value 'true' if the number is odd"
msgstr ""
-#: analysis.hrc:95
+#: scaddins/inc/analysis.hrc:95
msgctxt "ANALYSIS_Isodd"
msgid "Number"
msgstr "Арыцхә"
-#: analysis.hrc:96
+#: scaddins/inc/analysis.hrc:96
msgctxt "ANALYSIS_Isodd"
msgid "The number"
msgstr "Арыцхә."
-#: analysis.hrc:101
+#: scaddins/inc/analysis.hrc:101
msgctxt "ANALYSIS_Multinomial"
msgid "Returns the multinomial coefficient of a set of numbers"
msgstr ""
-#: analysis.hrc:102
+#: scaddins/inc/analysis.hrc:102
msgctxt "ANALYSIS_Multinomial"
msgid "Number"
msgstr "Арыцхә"
-#: analysis.hrc:103
+#: scaddins/inc/analysis.hrc:103
msgctxt "ANALYSIS_Multinomial"
msgid "Number or list of numbers for which you want the multinomial coefficient"
msgstr ""
-#: analysis.hrc:108
+#: scaddins/inc/analysis.hrc:108
msgctxt "ANALYSIS_Seriessum"
msgid "Returns the sum of a power series"
msgstr ""
-#: analysis.hrc:109
+#: scaddins/inc/analysis.hrc:109
msgctxt "ANALYSIS_Seriessum"
msgid "X"
msgstr "X"
-#: analysis.hrc:110
+#: scaddins/inc/analysis.hrc:110
msgctxt "ANALYSIS_Seriessum"
msgid "The independent variable of the power series"
msgstr ""
-#: analysis.hrc:111
+#: scaddins/inc/analysis.hrc:111
msgctxt "ANALYSIS_Seriessum"
msgid "N"
msgstr "N"
-#: analysis.hrc:112
+#: scaddins/inc/analysis.hrc:112
msgctxt "ANALYSIS_Seriessum"
msgid "The initial power to which x is to be raised"
msgstr ""
-#: analysis.hrc:113
+#: scaddins/inc/analysis.hrc:113
msgctxt "ANALYSIS_Seriessum"
msgid "M"
msgstr "M"
-#: analysis.hrc:114
+#: scaddins/inc/analysis.hrc:114
msgctxt "ANALYSIS_Seriessum"
msgid "The increment by which to increase n for each term in the series"
msgstr ""
-#: analysis.hrc:115
+#: scaddins/inc/analysis.hrc:115
msgctxt "ANALYSIS_Seriessum"
msgid "Coefficients"
msgstr "Акоеффициентқәа"
-#: analysis.hrc:116
+#: scaddins/inc/analysis.hrc:116
msgctxt "ANALYSIS_Seriessum"
msgid "Set of coefficients by which each successive power of the variable x is multiplied"
msgstr ""
-#: analysis.hrc:121
+#: scaddins/inc/analysis.hrc:121
msgctxt "ANALYSIS_Quotient"
msgid "Returns the integer portion of a division"
msgstr ""
-#: analysis.hrc:122
+#: scaddins/inc/analysis.hrc:122
msgctxt "ANALYSIS_Quotient"
msgid "Numerator"
msgstr ""
-#: analysis.hrc:123
+#: scaddins/inc/analysis.hrc:123
msgctxt "ANALYSIS_Quotient"
msgid "The dividend"
msgstr ""
-#: analysis.hrc:124
+#: scaddins/inc/analysis.hrc:124
msgctxt "ANALYSIS_Quotient"
msgid "Denominator"
msgstr ""
-#: analysis.hrc:125
+#: scaddins/inc/analysis.hrc:125
msgctxt "ANALYSIS_Quotient"
msgid "The divisor"
msgstr "Ашага"
-#: analysis.hrc:130
+#: scaddins/inc/analysis.hrc:130
msgctxt "ANALYSIS_Mround"
msgid "Returns a number rounded to a specified multiple"
msgstr ""
-#: analysis.hrc:131
+#: scaddins/inc/analysis.hrc:131
msgctxt "ANALYSIS_Mround"
msgid "Number"
msgstr "Арыцхә"
-#: analysis.hrc:132
+#: scaddins/inc/analysis.hrc:132
msgctxt "ANALYSIS_Mround"
msgid "The number to round off"
msgstr ""
-#: analysis.hrc:133
+#: scaddins/inc/analysis.hrc:133
msgctxt "ANALYSIS_Mround"
msgid "Multiple"
msgstr "Ацшьҭых"
-#: analysis.hrc:134
+#: scaddins/inc/analysis.hrc:134
msgctxt "ANALYSIS_Mround"
msgid "The multiple to which you want to round number"
msgstr ""
-#: analysis.hrc:139
+#: scaddins/inc/analysis.hrc:139
msgctxt "ANALYSIS_Sqrtpi"
msgid "Returns the square root of a number which has been multiplied by pi"
msgstr ""
-#: analysis.hrc:140
+#: scaddins/inc/analysis.hrc:140
msgctxt "ANALYSIS_Sqrtpi"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:141
+#: scaddins/inc/analysis.hrc:141
msgctxt "ANALYSIS_Sqrtpi"
msgid "The number by which pi is multiplied"
msgstr "Пи злашьҭырхуа ахыҧхьаӡара"
-#: analysis.hrc:146
+#: scaddins/inc/analysis.hrc:146
msgctxt "ANALYSIS_Randbetween"
msgid "Returns a random integer between the numbers you specify"
msgstr ""
-#: analysis.hrc:147
+#: scaddins/inc/analysis.hrc:147
msgctxt "ANALYSIS_Randbetween"
msgid "Bottom"
msgstr "Ҵаҟатәи аҳәаа"
-#: analysis.hrc:148
+#: scaddins/inc/analysis.hrc:148
msgctxt "ANALYSIS_Randbetween"
msgid "The smallest integer returned"
msgstr ""
-#: analysis.hrc:149
+#: scaddins/inc/analysis.hrc:149
msgctxt "ANALYSIS_Randbetween"
msgid "Top"
msgstr "Хыхьтәи аҳәаа"
-#: analysis.hrc:150
+#: scaddins/inc/analysis.hrc:150
msgctxt "ANALYSIS_Randbetween"
msgid "The largest integer returned"
msgstr ""
-#: analysis.hrc:155
+#: scaddins/inc/analysis.hrc:155
msgctxt "ANALYSIS_Gcd"
msgid ""
"Returns the greatest common divisor.\n"
"This function exists for interoperability with older Microsoft Excel documents, for new documents use GCD instead."
msgstr ""
-#: analysis.hrc:156
+#: scaddins/inc/analysis.hrc:156
msgctxt "ANALYSIS_Gcd"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:157
+#: scaddins/inc/analysis.hrc:157
msgctxt "ANALYSIS_Gcd"
msgid "Number or list of numbers"
msgstr ""
-#: analysis.hrc:162
+#: scaddins/inc/analysis.hrc:162
msgctxt "ANALYSIS_Lcm"
msgid ""
"Returns the least common multiple.\n"
"This function exists for interoperability with older Microsoft Excel documents, for new documents use LCM instead."
msgstr ""
-#: analysis.hrc:163
+#: scaddins/inc/analysis.hrc:163
msgctxt "ANALYSIS_Lcm"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:164
+#: scaddins/inc/analysis.hrc:164
msgctxt "ANALYSIS_Lcm"
msgid "Number or list of numbers"
msgstr ""
-#: analysis.hrc:169
+#: scaddins/inc/analysis.hrc:169
msgctxt "ANALYSIS_Besseli"
msgid "Returns the modified Bessel function In(x)"
msgstr ""
-#: analysis.hrc:170
+#: scaddins/inc/analysis.hrc:170
msgctxt "ANALYSIS_Besseli"
msgid "X"
msgstr "X"
-#: analysis.hrc:171
+#: scaddins/inc/analysis.hrc:171
msgctxt "ANALYSIS_Besseli"
msgid "The value at which the function is to be evaluated"
msgstr ""
-#: analysis.hrc:172
+#: scaddins/inc/analysis.hrc:172
msgctxt "ANALYSIS_Besseli"
msgid "N"
msgstr "N"
-#: analysis.hrc:173
+#: scaddins/inc/analysis.hrc:173
msgctxt "ANALYSIS_Besseli"
msgid "The order of the Bessel function"
msgstr ""
-#: analysis.hrc:178
+#: scaddins/inc/analysis.hrc:178
msgctxt "ANALYSIS_Besselj"
msgid "Returns the Bessel function Jn(x)"
msgstr ""
-#: analysis.hrc:179
+#: scaddins/inc/analysis.hrc:179
msgctxt "ANALYSIS_Besselj"
msgid "X"
msgstr "X"
-#: analysis.hrc:180
+#: scaddins/inc/analysis.hrc:180
msgctxt "ANALYSIS_Besselj"
msgid "The value at which the function is to be evaluated"
msgstr ""
-#: analysis.hrc:181
+#: scaddins/inc/analysis.hrc:181
msgctxt "ANALYSIS_Besselj"
msgid "N"
msgstr "N"
-#: analysis.hrc:182
+#: scaddins/inc/analysis.hrc:182
msgctxt "ANALYSIS_Besselj"
msgid "The order of the Bessel function"
msgstr ""
-#: analysis.hrc:187
+#: scaddins/inc/analysis.hrc:187
msgctxt "ANALYSIS_Besselk"
msgid "Returns the Bessel function Kn(x)"
msgstr ""
-#: analysis.hrc:188
+#: scaddins/inc/analysis.hrc:188
msgctxt "ANALYSIS_Besselk"
msgid "X"
msgstr "X"
-#: analysis.hrc:189
+#: scaddins/inc/analysis.hrc:189
msgctxt "ANALYSIS_Besselk"
msgid "The value at which the function is to be evaluated"
msgstr ""
-#: analysis.hrc:190
+#: scaddins/inc/analysis.hrc:190
msgctxt "ANALYSIS_Besselk"
msgid "N"
msgstr "N"
-#: analysis.hrc:191
+#: scaddins/inc/analysis.hrc:191
msgctxt "ANALYSIS_Besselk"
msgid "The order of the Bessel function"
msgstr ""
-#: analysis.hrc:196
+#: scaddins/inc/analysis.hrc:196
msgctxt "ANALYSIS_Bessely"
msgid "Returns the Bessel function Yn(x)"
msgstr ""
-#: analysis.hrc:197
+#: scaddins/inc/analysis.hrc:197
msgctxt "ANALYSIS_Bessely"
msgid "X"
msgstr "X"
-#: analysis.hrc:198
+#: scaddins/inc/analysis.hrc:198
msgctxt "ANALYSIS_Bessely"
msgid "The value at which the function is to be evaluated"
msgstr ""
-#: analysis.hrc:199
+#: scaddins/inc/analysis.hrc:199
msgctxt "ANALYSIS_Bessely"
msgid "N"
msgstr "N"
-#: analysis.hrc:200
+#: scaddins/inc/analysis.hrc:200
msgctxt "ANALYSIS_Bessely"
msgid "The order of the Bessel function"
msgstr ""
-#: analysis.hrc:205
+#: scaddins/inc/analysis.hrc:205
msgctxt "ANALYSIS_Bin2Oct"
msgid "Converts a binary number to an octal number"
msgstr ""
-#: analysis.hrc:206
+#: scaddins/inc/analysis.hrc:206
msgctxt "ANALYSIS_Bin2Oct"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:207
+#: scaddins/inc/analysis.hrc:207
msgctxt "ANALYSIS_Bin2Oct"
msgid "The binary number to be converted (as text)"
msgstr ""
-#: analysis.hrc:208
+#: scaddins/inc/analysis.hrc:208
msgctxt "ANALYSIS_Bin2Oct"
msgid "Places"
msgstr ""
-#: analysis.hrc:209
+#: scaddins/inc/analysis.hrc:209
msgctxt "ANALYSIS_Bin2Oct"
msgid "Number of places used"
msgstr ""
-#: analysis.hrc:214
+#: scaddins/inc/analysis.hrc:214
msgctxt "ANALYSIS_Bin2Dec"
msgid "Converts a binary number to a decimal number"
msgstr ""
-#: analysis.hrc:215
+#: scaddins/inc/analysis.hrc:215
msgctxt "ANALYSIS_Bin2Dec"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:216
+#: scaddins/inc/analysis.hrc:216
msgctxt "ANALYSIS_Bin2Dec"
msgid "The binary number to be converted (as text)"
msgstr ""
-#: analysis.hrc:221
+#: scaddins/inc/analysis.hrc:221
msgctxt "ANALYSIS_Bin2Hex"
msgid "Converts a binary number to a hexadecimal number"
msgstr ""
-#: analysis.hrc:222
+#: scaddins/inc/analysis.hrc:222
msgctxt "ANALYSIS_Bin2Hex"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:223
+#: scaddins/inc/analysis.hrc:223
msgctxt "ANALYSIS_Bin2Hex"
msgid "The binary number to be converted (as text)"
msgstr ""
-#: analysis.hrc:224
+#: scaddins/inc/analysis.hrc:224
msgctxt "ANALYSIS_Bin2Hex"
msgid "Places"
msgstr ""
-#: analysis.hrc:225
+#: scaddins/inc/analysis.hrc:225
msgctxt "ANALYSIS_Bin2Hex"
msgid "Number of places used."
msgstr ""
-#: analysis.hrc:230
+#: scaddins/inc/analysis.hrc:230
msgctxt "ANALYSIS_Oct2Bin"
msgid "Converts an octal number to a binary number"
msgstr ""
-#: analysis.hrc:231
+#: scaddins/inc/analysis.hrc:231
msgctxt "ANALYSIS_Oct2Bin"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:232
+#: scaddins/inc/analysis.hrc:232
msgctxt "ANALYSIS_Oct2Bin"
msgid "The octal number to be converted (as text)"
msgstr ""
-#: analysis.hrc:233
+#: scaddins/inc/analysis.hrc:233
msgctxt "ANALYSIS_Oct2Bin"
msgid "Places"
msgstr ""
-#: analysis.hrc:234
+#: scaddins/inc/analysis.hrc:234
msgctxt "ANALYSIS_Oct2Bin"
msgid "Number of places used"
msgstr ""
-#: analysis.hrc:239
+#: scaddins/inc/analysis.hrc:239
msgctxt "ANALYSIS_Oct2Dec"
msgid "Converts an octal number to a decimal number"
msgstr ""
-#: analysis.hrc:240
+#: scaddins/inc/analysis.hrc:240
msgctxt "ANALYSIS_Oct2Dec"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:241
+#: scaddins/inc/analysis.hrc:241
msgctxt "ANALYSIS_Oct2Dec"
msgid "The octal number to be converted (as text)"
msgstr ""
-#: analysis.hrc:246
+#: scaddins/inc/analysis.hrc:246
msgctxt "ANALYSIS_Oct2Hex"
msgid "Converts an octal number to a hexadecimal number"
msgstr ""
-#: analysis.hrc:247
+#: scaddins/inc/analysis.hrc:247
msgctxt "ANALYSIS_Oct2Hex"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:248
+#: scaddins/inc/analysis.hrc:248
msgctxt "ANALYSIS_Oct2Hex"
msgid "The octal number to be converted (as text)"
msgstr ""
-#: analysis.hrc:249
+#: scaddins/inc/analysis.hrc:249
msgctxt "ANALYSIS_Oct2Hex"
msgid "Places"
msgstr ""
-#: analysis.hrc:250
+#: scaddins/inc/analysis.hrc:250
msgctxt "ANALYSIS_Oct2Hex"
msgid "Number of places used"
msgstr ""
-#: analysis.hrc:255
+#: scaddins/inc/analysis.hrc:255
msgctxt "ANALYSIS_Dec2Bin"
msgid "Converts a decimal number to a binary number"
msgstr ""
-#: analysis.hrc:256
+#: scaddins/inc/analysis.hrc:256
msgctxt "ANALYSIS_Dec2Bin"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:257
+#: scaddins/inc/analysis.hrc:257
msgctxt "ANALYSIS_Dec2Bin"
msgid "The decimal integer to be converted"
msgstr ""
-#: analysis.hrc:258
+#: scaddins/inc/analysis.hrc:258
msgctxt "ANALYSIS_Dec2Bin"
msgid "Places"
msgstr ""
-#: analysis.hrc:259
+#: scaddins/inc/analysis.hrc:259
msgctxt "ANALYSIS_Dec2Bin"
msgid "Number of places used"
msgstr ""
-#: analysis.hrc:264
+#: scaddins/inc/analysis.hrc:264
msgctxt "ANALYSIS_Dec2Hex"
msgid "Converts a decimal number to a hexadecimal number"
msgstr ""
-#: analysis.hrc:265
+#: scaddins/inc/analysis.hrc:265
msgctxt "ANALYSIS_Dec2Hex"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:266
+#: scaddins/inc/analysis.hrc:266
msgctxt "ANALYSIS_Dec2Hex"
msgid "The decimal integer to be converted"
msgstr ""
-#: analysis.hrc:267
+#: scaddins/inc/analysis.hrc:267
msgctxt "ANALYSIS_Dec2Hex"
msgid "Places"
msgstr ""
-#: analysis.hrc:268
+#: scaddins/inc/analysis.hrc:268
msgctxt "ANALYSIS_Dec2Hex"
msgid "Number of places used"
msgstr ""
-#: analysis.hrc:273
+#: scaddins/inc/analysis.hrc:273
msgctxt "ANALYSIS_Dec2Oct"
msgid "Converts a decimal number into an octal number"
msgstr ""
-#: analysis.hrc:274
+#: scaddins/inc/analysis.hrc:274
msgctxt "ANALYSIS_Dec2Oct"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:275
+#: scaddins/inc/analysis.hrc:275
msgctxt "ANALYSIS_Dec2Oct"
msgid "The decimal number"
msgstr ""
-#: analysis.hrc:276
+#: scaddins/inc/analysis.hrc:276
msgctxt "ANALYSIS_Dec2Oct"
msgid "Places"
msgstr ""
-#: analysis.hrc:277
+#: scaddins/inc/analysis.hrc:277
msgctxt "ANALYSIS_Dec2Oct"
msgid "Number of places used"
msgstr ""
-#: analysis.hrc:282
+#: scaddins/inc/analysis.hrc:282
msgctxt "ANALYSIS_Hex2Bin"
msgid "Converts a hexadecimal number to a binary number"
msgstr ""
-#: analysis.hrc:283
+#: scaddins/inc/analysis.hrc:283
msgctxt "ANALYSIS_Hex2Bin"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:284
+#: scaddins/inc/analysis.hrc:284
msgctxt "ANALYSIS_Hex2Bin"
msgid "The hexadecimal number to be converted (as text)"
msgstr ""
-#: analysis.hrc:285
+#: scaddins/inc/analysis.hrc:285
msgctxt "ANALYSIS_Hex2Bin"
msgid "Places"
msgstr ""
-#: analysis.hrc:286
+#: scaddins/inc/analysis.hrc:286
msgctxt "ANALYSIS_Hex2Bin"
msgid "Number of places used"
msgstr ""
-#: analysis.hrc:291
+#: scaddins/inc/analysis.hrc:291
msgctxt "ANALYSIS_Hex2Dec"
msgid "Converts a hexadecimal number to a decimal number"
msgstr ""
-#: analysis.hrc:292
+#: scaddins/inc/analysis.hrc:292
msgctxt "ANALYSIS_Hex2Dec"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:293
+#: scaddins/inc/analysis.hrc:293
msgctxt "ANALYSIS_Hex2Dec"
msgid "The hexadecimal number to be converted (as text)"
msgstr ""
-#: analysis.hrc:298
+#: scaddins/inc/analysis.hrc:298
msgctxt "ANALYSIS_Hex2Oct"
msgid "Converts a hexadecimal number to an octal number"
msgstr ""
-#: analysis.hrc:299
+#: scaddins/inc/analysis.hrc:299
msgctxt "ANALYSIS_Hex2Oct"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:300
+#: scaddins/inc/analysis.hrc:300
msgctxt "ANALYSIS_Hex2Oct"
msgid "The hexadecimal number to be converted (as text)"
msgstr ""
-#: analysis.hrc:301
+#: scaddins/inc/analysis.hrc:301
msgctxt "ANALYSIS_Hex2Oct"
msgid "Places"
msgstr ""
-#: analysis.hrc:302
+#: scaddins/inc/analysis.hrc:302
msgctxt "ANALYSIS_Hex2Oct"
msgid "Number of places used"
msgstr ""
-#: analysis.hrc:307
+#: scaddins/inc/analysis.hrc:307
msgctxt "ANALYSIS_Delta"
msgid "Tests whether two values are equal"
msgstr ""
-#: analysis.hrc:308
+#: scaddins/inc/analysis.hrc:308
msgctxt "ANALYSIS_Delta"
msgid "Number 1"
msgstr "Ахыҧхьаӡара 1"
-#: analysis.hrc:309
+#: scaddins/inc/analysis.hrc:309
msgctxt "ANALYSIS_Delta"
msgid "The first number"
msgstr "Актәи ахыҧхьаӡара"
-#: analysis.hrc:310
+#: scaddins/inc/analysis.hrc:310
msgctxt "ANALYSIS_Delta"
msgid "Number 2"
msgstr "Ахыҧхьаӡара 2"
-#: analysis.hrc:311
+#: scaddins/inc/analysis.hrc:311
msgctxt "ANALYSIS_Delta"
msgid "The second number"
msgstr "Аҩбатәи ахыҧхьаӡара"
-#: analysis.hrc:316
+#: scaddins/inc/analysis.hrc:316
msgctxt "ANALYSIS_Erf"
msgid "Returns the error function"
msgstr ""
-#: analysis.hrc:317
+#: scaddins/inc/analysis.hrc:317
msgctxt "ANALYSIS_Erf"
msgid "Lower limit"
msgstr ""
-#: analysis.hrc:318
+#: scaddins/inc/analysis.hrc:318
msgctxt "ANALYSIS_Erf"
msgid "The lower limit for integration"
msgstr ""
-#: analysis.hrc:319
+#: scaddins/inc/analysis.hrc:319
msgctxt "ANALYSIS_Erf"
msgid "Upper limit"
msgstr ""
-#: analysis.hrc:320
+#: scaddins/inc/analysis.hrc:320
msgctxt "ANALYSIS_Erf"
msgid "The upper limit for integration"
msgstr ""
-#: analysis.hrc:325
+#: scaddins/inc/analysis.hrc:325
msgctxt "ANALYSIS_Erfc"
msgid "Returns the complementary error function"
msgstr ""
-#: analysis.hrc:326
+#: scaddins/inc/analysis.hrc:326
msgctxt "ANALYSIS_Erfc"
msgid "Lower limit"
msgstr ""
-#: analysis.hrc:327
+#: scaddins/inc/analysis.hrc:327
msgctxt "ANALYSIS_Erfc"
msgid "The lower limit for integration"
msgstr ""
-#: analysis.hrc:332
+#: scaddins/inc/analysis.hrc:332
msgctxt "ANALYSIS_Gestep"
msgid "Tests whether a number is greater than a threshold value"
msgstr ""
-#: analysis.hrc:333
+#: scaddins/inc/analysis.hrc:333
#, fuzzy
msgctxt "ANALYSIS_Gestep"
msgid "Number"
msgstr "Арыцхә"
-#: analysis.hrc:334
+#: scaddins/inc/analysis.hrc:334
msgctxt "ANALYSIS_Gestep"
msgid "The value to test against step"
msgstr ""
-#: analysis.hrc:335
+#: scaddins/inc/analysis.hrc:335
#, fuzzy
msgctxt "ANALYSIS_Gestep"
msgid "Step"
msgstr "Ашьаҿақәа"
-#: analysis.hrc:336
+#: scaddins/inc/analysis.hrc:336
msgctxt "ANALYSIS_Gestep"
msgid "The threshold value"
msgstr ""
-#: analysis.hrc:341
+#: scaddins/inc/analysis.hrc:341
msgctxt "ANALYSIS_Factdouble"
msgid "Returns the double factorial of Number"
msgstr ""
-#: analysis.hrc:342
+#: scaddins/inc/analysis.hrc:342
msgctxt "ANALYSIS_Factdouble"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:343
+#: scaddins/inc/analysis.hrc:343
msgctxt "ANALYSIS_Factdouble"
msgid "The number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:348
+#: scaddins/inc/analysis.hrc:348
msgctxt "ANALYSIS_Imabs"
msgid "Returns the absolute value (modulus) of a complex number"
msgstr ""
-#: analysis.hrc:349
+#: scaddins/inc/analysis.hrc:349
msgctxt "ANALYSIS_Imabs"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:350
+#: scaddins/inc/analysis.hrc:350
msgctxt "ANALYSIS_Imabs"
msgid "The complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:355
+#: scaddins/inc/analysis.hrc:355
msgctxt "ANALYSIS_Imaginary"
msgid "Returns the imaginary coefficient of a complex number"
msgstr ""
-#: analysis.hrc:356
+#: scaddins/inc/analysis.hrc:356
msgctxt "ANALYSIS_Imaginary"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:357
+#: scaddins/inc/analysis.hrc:357
msgctxt "ANALYSIS_Imaginary"
msgid "The complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:362
+#: scaddins/inc/analysis.hrc:362
msgctxt "ANALYSIS_Impower"
msgid "Returns a complex number raised to a real power"
msgstr ""
-#: analysis.hrc:363
+#: scaddins/inc/analysis.hrc:363
msgctxt "ANALYSIS_Impower"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:364
+#: scaddins/inc/analysis.hrc:364
msgctxt "ANALYSIS_Impower"
msgid "The complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:365
+#: scaddins/inc/analysis.hrc:365
msgctxt "ANALYSIS_Impower"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:366
+#: scaddins/inc/analysis.hrc:366
msgctxt "ANALYSIS_Impower"
msgid "Power to which the complex number is raised"
msgstr ""
-#: analysis.hrc:371
+#: scaddins/inc/analysis.hrc:371
msgctxt "ANALYSIS_Imargument"
msgid "Returns the argument theta, an angle expressed in radians"
msgstr ""
-#: analysis.hrc:372
+#: scaddins/inc/analysis.hrc:372
msgctxt "ANALYSIS_Imargument"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:373
+#: scaddins/inc/analysis.hrc:373
msgctxt "ANALYSIS_Imargument"
msgid "A complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:378
+#: scaddins/inc/analysis.hrc:378
msgctxt "ANALYSIS_Imcos"
msgid "Returns the cosine of a complex number"
msgstr "Иҳанаҭоит акомплекстә хыҧхьаӡара акосинус"
-#: analysis.hrc:379
+#: scaddins/inc/analysis.hrc:379
msgctxt "ANALYSIS_Imcos"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:380
+#: scaddins/inc/analysis.hrc:380
msgctxt "ANALYSIS_Imcos"
msgid "A complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:385
+#: scaddins/inc/analysis.hrc:385
msgctxt "ANALYSIS_Imdiv"
msgid "Returns the quotient of two complex numbers"
msgstr "Иҳанаҭоит акомплекстә хыҧхьаӡарақәа ҩба ршалыҵ"
-#: analysis.hrc:386
+#: scaddins/inc/analysis.hrc:386
msgctxt "ANALYSIS_Imdiv"
msgid "Numerator"
msgstr ""
-#: analysis.hrc:387
+#: scaddins/inc/analysis.hrc:387
msgctxt "ANALYSIS_Imdiv"
msgid "The dividend"
msgstr ""
-#: analysis.hrc:388
+#: scaddins/inc/analysis.hrc:388
msgctxt "ANALYSIS_Imdiv"
msgid "Denominator"
msgstr ""
-#: analysis.hrc:389
+#: scaddins/inc/analysis.hrc:389
msgctxt "ANALYSIS_Imdiv"
msgid "The divisor"
msgstr "Ашага"
-#: analysis.hrc:394
+#: scaddins/inc/analysis.hrc:394
msgctxt "ANALYSIS_Imexp"
msgid "Returns the algebraic form of the exponential of a complex number"
msgstr ""
-#: analysis.hrc:395
+#: scaddins/inc/analysis.hrc:395
msgctxt "ANALYSIS_Imexp"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:396
+#: scaddins/inc/analysis.hrc:396
msgctxt "ANALYSIS_Imexp"
msgid "The complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:401
+#: scaddins/inc/analysis.hrc:401
#, fuzzy
msgctxt "ANALYSIS_Imconjugate"
msgid "Returns the complex conjugate of a complex number"
msgstr "Иҳанаҭоит агиперболатә секанс акомплекстә хыҧхьаӡаразы"
-#: analysis.hrc:402
+#: scaddins/inc/analysis.hrc:402
msgctxt "ANALYSIS_Imconjugate"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:403
+#: scaddins/inc/analysis.hrc:403
msgctxt "ANALYSIS_Imconjugate"
msgid "The complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:408
+#: scaddins/inc/analysis.hrc:408
msgctxt "ANALYSIS_Imln"
msgid "Returns the natural logarithm of a complex number"
msgstr ""
-#: analysis.hrc:409
+#: scaddins/inc/analysis.hrc:409
msgctxt "ANALYSIS_Imln"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:410
+#: scaddins/inc/analysis.hrc:410
msgctxt "ANALYSIS_Imln"
msgid "The complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:415
+#: scaddins/inc/analysis.hrc:415
msgctxt "ANALYSIS_Imlog10"
msgid "Returns the base-10 logarithm of a complex number"
msgstr ""
-#: analysis.hrc:416
+#: scaddins/inc/analysis.hrc:416
msgctxt "ANALYSIS_Imlog10"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:417
+#: scaddins/inc/analysis.hrc:417
msgctxt "ANALYSIS_Imlog10"
msgid "The complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:422
+#: scaddins/inc/analysis.hrc:422
#, fuzzy
msgctxt "ANALYSIS_Imlog2"
msgid "Returns the base-2 logarithm of a complex number"
msgstr "Иҳанаҭоит агиперболатә секанс акомплекстә хыҧхьаӡаразы"
-#: analysis.hrc:423
+#: scaddins/inc/analysis.hrc:423
msgctxt "ANALYSIS_Imlog2"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:424
+#: scaddins/inc/analysis.hrc:424
msgctxt "ANALYSIS_Imlog2"
msgid "The complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:429
+#: scaddins/inc/analysis.hrc:429
msgctxt "ANALYSIS_Improduct"
msgid "Returns the product of several complex numbers"
msgstr ""
-#: analysis.hrc:430 /home/cl/vc/git/libo-core/scaddins/inc/analysis.hrc:432
+#: scaddins/inc/analysis.hrc:430 scaddins/inc/analysis.hrc:432
msgctxt "ANALYSIS_Improduct"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:431
+#: scaddins/inc/analysis.hrc:431
msgctxt "ANALYSIS_Improduct"
msgid "The first complex number"
msgstr "Актәи акомплекстә хыҧхьаӡара"
-#: analysis.hrc:433
+#: scaddins/inc/analysis.hrc:433
msgctxt "ANALYSIS_Improduct"
msgid "Another complex number"
msgstr "Егьи акомплекстә хыҧхьаӡара."
-#: analysis.hrc:438
+#: scaddins/inc/analysis.hrc:438
#, fuzzy
msgctxt "ANALYSIS_Imreal"
msgid "Returns the real coefficient of a complex number"
msgstr "Иҳанаҭоит агиперболатә секанс акомплекстә хыҧхьаӡаразы"
-#: analysis.hrc:439
+#: scaddins/inc/analysis.hrc:439
msgctxt "ANALYSIS_Imreal"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:440
+#: scaddins/inc/analysis.hrc:440
msgctxt "ANALYSIS_Imreal"
msgid "The complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:445
+#: scaddins/inc/analysis.hrc:445
msgctxt "ANALYSIS_Imsin"
msgid "Returns the sine of a complex number"
msgstr "Иҳанаҭоит акомплекстә хыҧхьаӡара асинус"
-#: analysis.hrc:446
+#: scaddins/inc/analysis.hrc:446
msgctxt "ANALYSIS_Imsin"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:447
+#: scaddins/inc/analysis.hrc:447
msgctxt "ANALYSIS_Imsin"
msgid "The complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:452
+#: scaddins/inc/analysis.hrc:452
#, fuzzy
msgctxt "ANALYSIS_Imsub"
msgid "Returns the difference of two complex numbers"
msgstr "Иҳанаҭоит агиперболатә синус акомплекстә хыҧхьаӡаразы"
-#: analysis.hrc:453 /home/cl/vc/git/libo-core/scaddins/inc/analysis.hrc:454
+#: scaddins/inc/analysis.hrc:453 scaddins/inc/analysis.hrc:454
msgctxt "ANALYSIS_Imsub"
msgid "Complex number 1"
msgstr "Акомплекстә хыҧхьаӡара 1"
-#: analysis.hrc:455 /home/cl/vc/git/libo-core/scaddins/inc/analysis.hrc:456
+#: scaddins/inc/analysis.hrc:455 scaddins/inc/analysis.hrc:456
msgctxt "ANALYSIS_Imsub"
msgid "Complex number 2"
msgstr "Акомплекстә хыҧхьаӡара 2"
-#: analysis.hrc:461
+#: scaddins/inc/analysis.hrc:461
#, fuzzy
msgctxt "ANALYSIS_Imsqrt"
msgid "Returns the square root of a complex number"
msgstr "Иҳанаҭоит агиперболатә секанс акомплекстә хыҧхьаӡаразы"
-#: analysis.hrc:462
+#: scaddins/inc/analysis.hrc:462
msgctxt "ANALYSIS_Imsqrt"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:463
+#: scaddins/inc/analysis.hrc:463
msgctxt "ANALYSIS_Imsqrt"
msgid "The complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:468
+#: scaddins/inc/analysis.hrc:468
#, fuzzy
msgctxt "ANALYSIS_Imsum"
msgid "Returns the sum of complex numbers"
msgstr "Иҳанаҭоит агиперболатә синус акомплекстә хыҧхьаӡаразы"
-#: analysis.hrc:469
+#: scaddins/inc/analysis.hrc:469
msgctxt "ANALYSIS_Imsum"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:470
+#: scaddins/inc/analysis.hrc:470
msgctxt "ANALYSIS_Imsum"
msgid "The complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:475
+#: scaddins/inc/analysis.hrc:475
msgctxt "ANALYSIS_Imtan"
msgid "Returns the tangent of a complex number"
msgstr "Иҳанаҭоит акомплекстә хыҧхьаӡара атангенс"
-#: analysis.hrc:476
+#: scaddins/inc/analysis.hrc:476
msgctxt "ANALYSIS_Imtan"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:477
+#: scaddins/inc/analysis.hrc:477
msgctxt "ANALYSIS_Imtan"
msgid "A complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:482
+#: scaddins/inc/analysis.hrc:482
msgctxt "ANALYSIS_Imsec"
msgid "Returns the secant of a complex number"
msgstr "Иҳанаҭоит акомплекстә хыҧхьаӡара асеканс"
-#: analysis.hrc:483
+#: scaddins/inc/analysis.hrc:483
msgctxt "ANALYSIS_Imsec"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:484
+#: scaddins/inc/analysis.hrc:484
msgctxt "ANALYSIS_Imsec"
msgid "A complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:489
+#: scaddins/inc/analysis.hrc:489
msgctxt "ANALYSIS_Imcsc"
msgid "Returns the cosecant of a complex number"
msgstr "Иҳанаҭоит акомплекстә хыҧхьаӡара акосеканс"
-#: analysis.hrc:490
+#: scaddins/inc/analysis.hrc:490
msgctxt "ANALYSIS_Imcsc"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:491
+#: scaddins/inc/analysis.hrc:491
msgctxt "ANALYSIS_Imcsc"
msgid "A complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:496
+#: scaddins/inc/analysis.hrc:496
msgctxt "ANALYSIS_Imcot"
msgid "Returns the cotangent of a complex number"
msgstr "Иҳанаҭоит акомплекстә хыҧхьаӡара акотангенс"
-#: analysis.hrc:497
+#: scaddins/inc/analysis.hrc:497
msgctxt "ANALYSIS_Imcot"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:498
+#: scaddins/inc/analysis.hrc:498
msgctxt "ANALYSIS_Imcot"
msgid "A complex number"
msgstr "Акомплекстә хыҧхьаӡара."
-#: analysis.hrc:503
+#: scaddins/inc/analysis.hrc:503
msgctxt "ANALYSIS_Imsinh"
msgid "Returns the hyperbolic sine of a complex number"
msgstr "Иҳанаҭоит агиперболатә синус акомплекстә хыҧхьаӡаразы"
-#: analysis.hrc:504
+#: scaddins/inc/analysis.hrc:504
msgctxt "ANALYSIS_Imsinh"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:505
+#: scaddins/inc/analysis.hrc:505
msgctxt "ANALYSIS_Imsinh"
msgid "A complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:510
+#: scaddins/inc/analysis.hrc:510
msgctxt "ANALYSIS_Imcosh"
msgid "Returns the hyperbolic cosine of a complex number"
msgstr "Иҳанаҭоит агиперболатә косинус акомплекстә хыҧхьаӡаразы"
-#: analysis.hrc:511
+#: scaddins/inc/analysis.hrc:511
msgctxt "ANALYSIS_Imcosh"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:512
+#: scaddins/inc/analysis.hrc:512
msgctxt "ANALYSIS_Imcosh"
msgid "A complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:517
+#: scaddins/inc/analysis.hrc:517
msgctxt "ANALYSIS_Imsech"
msgid "Returns the hyperbolic secant of a complex number"
msgstr "Иҳанаҭоит агиперболатә секанс акомплекстә хыҧхьаӡаразы"
-#: analysis.hrc:518
+#: scaddins/inc/analysis.hrc:518
msgctxt "ANALYSIS_Imsech"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:519
+#: scaddins/inc/analysis.hrc:519
msgctxt "ANALYSIS_Imsech"
msgid "A complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:524
+#: scaddins/inc/analysis.hrc:524
msgctxt "ANALYSIS_Imcsch"
msgid "Returns the hyperbolic cosecant of a complex number"
msgstr "Иҳанаҭоит агиперболатә косеканс акомплекстә хыҧхьаӡаразы"
-#: analysis.hrc:525
+#: scaddins/inc/analysis.hrc:525
msgctxt "ANALYSIS_Imcsch"
msgid "Complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:526
+#: scaddins/inc/analysis.hrc:526
msgctxt "ANALYSIS_Imcsch"
msgid "A complex number"
msgstr "Акомплекстә хыҧхьаӡара"
-#: analysis.hrc:531
+#: scaddins/inc/analysis.hrc:531
msgctxt "ANALYSIS_Complex"
msgid "Converts real and imaginary coefficients into a complex number"
msgstr ""
-#: analysis.hrc:532
+#: scaddins/inc/analysis.hrc:532
msgctxt "ANALYSIS_Complex"
msgid "Real num"
msgstr ""
-#: analysis.hrc:533
+#: scaddins/inc/analysis.hrc:533
msgctxt "ANALYSIS_Complex"
msgid "The real coefficient"
msgstr ""
-#: analysis.hrc:534
+#: scaddins/inc/analysis.hrc:534
msgctxt "ANALYSIS_Complex"
msgid "I num"
msgstr ""
-#: analysis.hrc:535
+#: scaddins/inc/analysis.hrc:535
msgctxt "ANALYSIS_Complex"
msgid "The imaginary coefficient"
msgstr ""
-#: analysis.hrc:536
+#: scaddins/inc/analysis.hrc:536
msgctxt "ANALYSIS_Complex"
msgid "Suffix"
msgstr "Асуффикс"
-#: analysis.hrc:537
+#: scaddins/inc/analysis.hrc:537
msgctxt "ANALYSIS_Complex"
msgid "The suffix"
msgstr "Асуффикс."
-#: analysis.hrc:542
+#: scaddins/inc/analysis.hrc:542
msgctxt "ANALYSIS_Convert"
msgid "Converts a number from one measurement system to another"
msgstr ""
-#: analysis.hrc:543
+#: scaddins/inc/analysis.hrc:543
msgctxt "ANALYSIS_Convert"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:544
+#: scaddins/inc/analysis.hrc:544
msgctxt "ANALYSIS_Convert"
msgid "The number"
msgstr "Ахыҧхьаӡара"
-#: analysis.hrc:545
+#: scaddins/inc/analysis.hrc:545
msgctxt "ANALYSIS_Convert"
msgid "From unit"
msgstr ""
-#: analysis.hrc:546
+#: scaddins/inc/analysis.hrc:546
msgctxt "ANALYSIS_Convert"
msgid "Unit of measure for number"
msgstr ""
-#: analysis.hrc:547
+#: scaddins/inc/analysis.hrc:547
msgctxt "ANALYSIS_Convert"
msgid "To unit"
msgstr ""
-#: analysis.hrc:548
+#: scaddins/inc/analysis.hrc:548
msgctxt "ANALYSIS_Convert"
msgid "Unit of measure for the result"
msgstr ""
-#: analysis.hrc:553
+#: scaddins/inc/analysis.hrc:553
msgctxt "ANALYSIS_Amordegrc"
msgid "Returns the prorated linear depreciation of an asset for each accounting period"
msgstr ""
-#: analysis.hrc:554
+#: scaddins/inc/analysis.hrc:554
msgctxt "ANALYSIS_Amordegrc"
msgid "Cost"
msgstr "Ахәҧса"
-#: analysis.hrc:555
+#: scaddins/inc/analysis.hrc:555
msgctxt "ANALYSIS_Amordegrc"
msgid "Cost of the asset"
msgstr "Амазара ахәҧса."
-#: analysis.hrc:556
+#: scaddins/inc/analysis.hrc:556
msgctxt "ANALYSIS_Amordegrc"
msgid "Date purchased"
msgstr "Арыцхә"
-#: analysis.hrc:557
+#: scaddins/inc/analysis.hrc:557
msgctxt "ANALYSIS_Amordegrc"
msgid "Purchase date of the asset"
msgstr ""
-#: analysis.hrc:558
+#: scaddins/inc/analysis.hrc:558
msgctxt "ANALYSIS_Amordegrc"
msgid "First period"
msgstr ""
-#: analysis.hrc:559
+#: scaddins/inc/analysis.hrc:559
msgctxt "ANALYSIS_Amordegrc"
msgid "Date the first period ends"
msgstr ""
-#: analysis.hrc:560
+#: scaddins/inc/analysis.hrc:560
msgctxt "ANALYSIS_Amordegrc"
msgid "Salvage"
msgstr ""
-#: analysis.hrc:561
+#: scaddins/inc/analysis.hrc:561
msgctxt "ANALYSIS_Amordegrc"
msgid "Salvage value of an asset at the end of its life"
msgstr ""
-#: analysis.hrc:562
+#: scaddins/inc/analysis.hrc:562
msgctxt "ANALYSIS_Amordegrc"
msgid "Period"
msgstr ""
-#: analysis.hrc:563
+#: scaddins/inc/analysis.hrc:563
msgctxt "ANALYSIS_Amordegrc"
msgid "The period"
msgstr ""
-#: analysis.hrc:564
+#: scaddins/inc/analysis.hrc:564
#, fuzzy
msgctxt "ANALYSIS_Amordegrc"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:565
+#: scaddins/inc/analysis.hrc:565
msgctxt "ANALYSIS_Amordegrc"
msgid "The rate of depreciation"
msgstr ""
-#: analysis.hrc:566
+#: scaddins/inc/analysis.hrc:566
msgctxt "ANALYSIS_Amordegrc"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:567
+#: scaddins/inc/analysis.hrc:567
msgctxt "ANALYSIS_Amordegrc"
msgid "The year basis to be used"
msgstr ""
-#: analysis.hrc:572
+#: scaddins/inc/analysis.hrc:572
msgctxt "ANALYSIS_Amorlinc"
msgid "Returns the prorated linear depreciation of an asset for each accounting period"
msgstr ""
-#: analysis.hrc:573
+#: scaddins/inc/analysis.hrc:573
msgctxt "ANALYSIS_Amorlinc"
msgid "Cost"
msgstr "Аҳәҧса"
-#: analysis.hrc:574
+#: scaddins/inc/analysis.hrc:574
msgctxt "ANALYSIS_Amorlinc"
msgid "Cost of the asset"
msgstr "Амазара ахәҧса."
-#: analysis.hrc:575
+#: scaddins/inc/analysis.hrc:575
msgctxt "ANALYSIS_Amorlinc"
msgid "Date purchased"
msgstr "Арыцхә"
-#: analysis.hrc:576
+#: scaddins/inc/analysis.hrc:576
msgctxt "ANALYSIS_Amorlinc"
msgid "Purchase date of the asset"
msgstr ""
-#: analysis.hrc:577
+#: scaddins/inc/analysis.hrc:577
msgctxt "ANALYSIS_Amorlinc"
msgid "First period"
msgstr ""
-#: analysis.hrc:578
+#: scaddins/inc/analysis.hrc:578
msgctxt "ANALYSIS_Amorlinc"
msgid "The date the first period ends"
msgstr ""
-#: analysis.hrc:579
+#: scaddins/inc/analysis.hrc:579
msgctxt "ANALYSIS_Amorlinc"
msgid "Salvage"
msgstr ""
-#: analysis.hrc:580
+#: scaddins/inc/analysis.hrc:580
msgctxt "ANALYSIS_Amorlinc"
msgid "The salvage value of an asset at the end of its life"
msgstr ""
-#: analysis.hrc:581
+#: scaddins/inc/analysis.hrc:581
msgctxt "ANALYSIS_Amorlinc"
msgid "Period"
msgstr ""
-#: analysis.hrc:582
+#: scaddins/inc/analysis.hrc:582
msgctxt "ANALYSIS_Amorlinc"
msgid "The period"
msgstr ""
-#: analysis.hrc:583
+#: scaddins/inc/analysis.hrc:583
#, fuzzy
msgctxt "ANALYSIS_Amorlinc"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:584
+#: scaddins/inc/analysis.hrc:584
msgctxt "ANALYSIS_Amorlinc"
msgid "The rate of depreciation"
msgstr ""
-#: analysis.hrc:585
+#: scaddins/inc/analysis.hrc:585
msgctxt "ANALYSIS_Amorlinc"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:586
+#: scaddins/inc/analysis.hrc:586
msgctxt "ANALYSIS_Amorlinc"
msgid "The year basis to be used"
msgstr ""
-#: analysis.hrc:591
+#: scaddins/inc/analysis.hrc:591
msgctxt "ANALYSIS_Accrint"
msgid "Returns the accrued interest for a security that pays periodic interest"
msgstr ""
-#: analysis.hrc:592
+#: scaddins/inc/analysis.hrc:592
msgctxt "ANALYSIS_Accrint"
msgid "Issue"
msgstr "Аҭыжьра"
-#: analysis.hrc:593
+#: scaddins/inc/analysis.hrc:593
msgctxt "ANALYSIS_Accrint"
msgid "Issue date of the security"
msgstr ""
-#: analysis.hrc:594
+#: scaddins/inc/analysis.hrc:594
msgctxt "ANALYSIS_Accrint"
msgid "First interest"
msgstr ""
-#: analysis.hrc:595
+#: scaddins/inc/analysis.hrc:595
msgctxt "ANALYSIS_Accrint"
msgid "First interest date of the security"
msgstr ""
-#: analysis.hrc:596
+#: scaddins/inc/analysis.hrc:596
msgctxt "ANALYSIS_Accrint"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:597
+#: scaddins/inc/analysis.hrc:597
msgctxt "ANALYSIS_Accrint"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:598
+#: scaddins/inc/analysis.hrc:598
#, fuzzy
msgctxt "ANALYSIS_Accrint"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:599
+#: scaddins/inc/analysis.hrc:599
msgctxt "ANALYSIS_Accrint"
msgid "The rate"
msgstr ""
-#: analysis.hrc:600
+#: scaddins/inc/analysis.hrc:600
msgctxt "ANALYSIS_Accrint"
msgid "Par"
msgstr "Аноминал"
-#: analysis.hrc:601
+#: scaddins/inc/analysis.hrc:601
msgctxt "ANALYSIS_Accrint"
msgid "The par value"
msgstr ""
-#: analysis.hrc:602
+#: scaddins/inc/analysis.hrc:602
msgctxt "ANALYSIS_Accrint"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:603
+#: scaddins/inc/analysis.hrc:603
msgctxt "ANALYSIS_Accrint"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:604
+#: scaddins/inc/analysis.hrc:604
msgctxt "ANALYSIS_Accrint"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:605
+#: scaddins/inc/analysis.hrc:605
msgctxt "ANALYSIS_Accrint"
msgid "The basis"
msgstr ""
-#: analysis.hrc:610
+#: scaddins/inc/analysis.hrc:610
msgctxt "ANALYSIS_Accrintm"
msgid "Returns the accrued interest for a security that pays interest at maturity"
msgstr ""
-#: analysis.hrc:611
+#: scaddins/inc/analysis.hrc:611
msgctxt "ANALYSIS_Accrintm"
msgid "Issue"
msgstr "Аҭыжьра"
-#: analysis.hrc:612
+#: scaddins/inc/analysis.hrc:612
msgctxt "ANALYSIS_Accrintm"
msgid "The issue date"
msgstr ""
-#: analysis.hrc:613
+#: scaddins/inc/analysis.hrc:613
msgctxt "ANALYSIS_Accrintm"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:614
+#: scaddins/inc/analysis.hrc:614
msgctxt "ANALYSIS_Accrintm"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:615
+#: scaddins/inc/analysis.hrc:615
#, fuzzy
msgctxt "ANALYSIS_Accrintm"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:616
+#: scaddins/inc/analysis.hrc:616
msgctxt "ANALYSIS_Accrintm"
msgid "The rate"
msgstr ""
-#: analysis.hrc:617
+#: scaddins/inc/analysis.hrc:617
msgctxt "ANALYSIS_Accrintm"
msgid "Par"
msgstr "Аноминал"
-#: analysis.hrc:618
+#: scaddins/inc/analysis.hrc:618
msgctxt "ANALYSIS_Accrintm"
msgid "The par value"
msgstr ""
-#: analysis.hrc:619
+#: scaddins/inc/analysis.hrc:619
msgctxt "ANALYSIS_Accrintm"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:620
+#: scaddins/inc/analysis.hrc:620
msgctxt "ANALYSIS_Accrintm"
msgid "The basis"
msgstr ""
-#: analysis.hrc:625
+#: scaddins/inc/analysis.hrc:625
msgctxt "ANALYSIS_Received"
msgid "Returns the amount paid out at maturity for a fully invested security"
msgstr ""
-#: analysis.hrc:626
+#: scaddins/inc/analysis.hrc:626
msgctxt "ANALYSIS_Received"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:627
+#: scaddins/inc/analysis.hrc:627
msgctxt "ANALYSIS_Received"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:628
+#: scaddins/inc/analysis.hrc:628
msgctxt "ANALYSIS_Received"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:629
+#: scaddins/inc/analysis.hrc:629
msgctxt "ANALYSIS_Received"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:630
+#: scaddins/inc/analysis.hrc:630
msgctxt "ANALYSIS_Received"
msgid "Investment"
msgstr ""
-#: analysis.hrc:631
+#: scaddins/inc/analysis.hrc:631
msgctxt "ANALYSIS_Received"
msgid "The investment"
msgstr ""
-#: analysis.hrc:632
+#: scaddins/inc/analysis.hrc:632
msgctxt "ANALYSIS_Received"
msgid "Discount"
msgstr "Адисконт"
-#: analysis.hrc:633
+#: scaddins/inc/analysis.hrc:633
msgctxt "ANALYSIS_Received"
msgid "The discount"
msgstr ""
-#: analysis.hrc:634
+#: scaddins/inc/analysis.hrc:634
msgctxt "ANALYSIS_Received"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:635
+#: scaddins/inc/analysis.hrc:635
msgctxt "ANALYSIS_Received"
msgid "The basis"
msgstr ""
-#: analysis.hrc:640
+#: scaddins/inc/analysis.hrc:640
msgctxt "ANALYSIS_Disc"
msgid "Returns the discount rate for a security"
msgstr ""
-#: analysis.hrc:641
+#: scaddins/inc/analysis.hrc:641
msgctxt "ANALYSIS_Disc"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:642
+#: scaddins/inc/analysis.hrc:642
msgctxt "ANALYSIS_Disc"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:643
+#: scaddins/inc/analysis.hrc:643
msgctxt "ANALYSIS_Disc"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:644
+#: scaddins/inc/analysis.hrc:644
msgctxt "ANALYSIS_Disc"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:645
+#: scaddins/inc/analysis.hrc:645
msgctxt "ANALYSIS_Disc"
msgid "Price"
msgstr "Ахә"
-#: analysis.hrc:646
+#: scaddins/inc/analysis.hrc:646
msgctxt "ANALYSIS_Disc"
msgid "The price"
msgstr ""
-#: analysis.hrc:647
+#: scaddins/inc/analysis.hrc:647
msgctxt "ANALYSIS_Disc"
msgid "Redemption"
msgstr ""
-#: analysis.hrc:648
+#: scaddins/inc/analysis.hrc:648
msgctxt "ANALYSIS_Disc"
msgid "The redemption value"
msgstr ""
-#: analysis.hrc:649
+#: scaddins/inc/analysis.hrc:649
msgctxt "ANALYSIS_Disc"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:650
+#: scaddins/inc/analysis.hrc:650
msgctxt "ANALYSIS_Disc"
msgid "The basis"
msgstr ""
-#: analysis.hrc:655
+#: scaddins/inc/analysis.hrc:655
msgctxt "ANALYSIS_Duration"
msgid "Returns the annual Macaulay duration of a security with periodic interest payments"
msgstr ""
-#: analysis.hrc:656
+#: scaddins/inc/analysis.hrc:656
msgctxt "ANALYSIS_Duration"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:657
+#: scaddins/inc/analysis.hrc:657
msgctxt "ANALYSIS_Duration"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:658
+#: scaddins/inc/analysis.hrc:658
msgctxt "ANALYSIS_Duration"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:659
+#: scaddins/inc/analysis.hrc:659
msgctxt "ANALYSIS_Duration"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:660
+#: scaddins/inc/analysis.hrc:660
msgctxt "ANALYSIS_Duration"
msgid "Coupon"
msgstr "Акупон"
-#: analysis.hrc:661
+#: scaddins/inc/analysis.hrc:661
msgctxt "ANALYSIS_Duration"
msgid "The coupon rate"
msgstr ""
-#: analysis.hrc:662
+#: scaddins/inc/analysis.hrc:662
msgctxt "ANALYSIS_Duration"
msgid "Yield"
msgstr "Ахашәалахәы"
-#: analysis.hrc:663
+#: scaddins/inc/analysis.hrc:663
msgctxt "ANALYSIS_Duration"
msgid "The yield"
msgstr ""
-#: analysis.hrc:664
+#: scaddins/inc/analysis.hrc:664
msgctxt "ANALYSIS_Duration"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:665
+#: scaddins/inc/analysis.hrc:665
msgctxt "ANALYSIS_Duration"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:666
+#: scaddins/inc/analysis.hrc:666
msgctxt "ANALYSIS_Duration"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:667
+#: scaddins/inc/analysis.hrc:667
msgctxt "ANALYSIS_Duration"
msgid "The basis"
msgstr ""
-#: analysis.hrc:672
+#: scaddins/inc/analysis.hrc:672
msgctxt "ANALYSIS_Effect"
msgid "Returns the effective annual interest rate"
msgstr ""
-#: analysis.hrc:673
+#: scaddins/inc/analysis.hrc:673
msgctxt "ANALYSIS_Effect"
msgid "Nominal rate"
msgstr ""
-#: analysis.hrc:674
+#: scaddins/inc/analysis.hrc:674
msgctxt "ANALYSIS_Effect"
msgid "The nominal rate"
msgstr ""
-#: analysis.hrc:675
+#: scaddins/inc/analysis.hrc:675
msgctxt "ANALYSIS_Effect"
msgid "Npery"
msgstr ""
-#: analysis.hrc:676
+#: scaddins/inc/analysis.hrc:676
msgctxt "ANALYSIS_Effect"
msgid "The periods"
msgstr ""
-#: analysis.hrc:681
+#: scaddins/inc/analysis.hrc:681
msgctxt "ANALYSIS_Cumprinc"
msgid "Returns the cumulative principal on a loan to be paid between two periods"
msgstr ""
-#: analysis.hrc:682
+#: scaddins/inc/analysis.hrc:682
#, fuzzy
msgctxt "ANALYSIS_Cumprinc"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:683
+#: scaddins/inc/analysis.hrc:683
msgctxt "ANALYSIS_Cumprinc"
msgid "The rate"
msgstr ""
-#: analysis.hrc:684
+#: scaddins/inc/analysis.hrc:684
msgctxt "ANALYSIS_Cumprinc"
msgid "Nper"
msgstr ""
-#: analysis.hrc:685
+#: scaddins/inc/analysis.hrc:685
msgctxt "ANALYSIS_Cumprinc"
msgid "Number of payment periods"
msgstr ""
-#: analysis.hrc:686
+#: scaddins/inc/analysis.hrc:686
msgctxt "ANALYSIS_Cumprinc"
msgid "Pv"
msgstr ""
-#: analysis.hrc:687
+#: scaddins/inc/analysis.hrc:687
msgctxt "ANALYSIS_Cumprinc"
msgid "The present value"
msgstr ""
-#: analysis.hrc:688
+#: scaddins/inc/analysis.hrc:688
msgctxt "ANALYSIS_Cumprinc"
msgid "Start period"
msgstr ""
-#: analysis.hrc:689
+#: scaddins/inc/analysis.hrc:689
msgctxt "ANALYSIS_Cumprinc"
msgid "The start period"
msgstr ""
-#: analysis.hrc:690
+#: scaddins/inc/analysis.hrc:690
msgctxt "ANALYSIS_Cumprinc"
msgid "End period"
msgstr ""
-#: analysis.hrc:691
+#: scaddins/inc/analysis.hrc:691
msgctxt "ANALYSIS_Cumprinc"
msgid "The end period"
msgstr ""
-#: analysis.hrc:692
+#: scaddins/inc/analysis.hrc:692
msgctxt "ANALYSIS_Cumprinc"
msgid "Type"
msgstr "Атип"
-#: analysis.hrc:693
+#: scaddins/inc/analysis.hrc:693
msgctxt "ANALYSIS_Cumprinc"
msgid "The type of maturity"
msgstr ""
-#: analysis.hrc:698
+#: scaddins/inc/analysis.hrc:698
msgctxt "ANALYSIS_Cumipmt"
msgid "Returns the cumulative interest to be paid between two periods"
msgstr ""
-#: analysis.hrc:699
+#: scaddins/inc/analysis.hrc:699
#, fuzzy
msgctxt "ANALYSIS_Cumipmt"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:700
+#: scaddins/inc/analysis.hrc:700
msgctxt "ANALYSIS_Cumipmt"
msgid "The rate"
msgstr ""
-#: analysis.hrc:701
+#: scaddins/inc/analysis.hrc:701
msgctxt "ANALYSIS_Cumipmt"
msgid "Nper"
msgstr ""
-#: analysis.hrc:702
+#: scaddins/inc/analysis.hrc:702
msgctxt "ANALYSIS_Cumipmt"
msgid "Number of payment periods"
msgstr ""
-#: analysis.hrc:703
+#: scaddins/inc/analysis.hrc:703
msgctxt "ANALYSIS_Cumipmt"
msgid "Pv"
msgstr ""
-#: analysis.hrc:704
+#: scaddins/inc/analysis.hrc:704
msgctxt "ANALYSIS_Cumipmt"
msgid "The present value"
msgstr ""
-#: analysis.hrc:705
+#: scaddins/inc/analysis.hrc:705
msgctxt "ANALYSIS_Cumipmt"
msgid "Start period"
msgstr ""
-#: analysis.hrc:706
+#: scaddins/inc/analysis.hrc:706
msgctxt "ANALYSIS_Cumipmt"
msgid "The start period"
msgstr ""
-#: analysis.hrc:707
+#: scaddins/inc/analysis.hrc:707
msgctxt "ANALYSIS_Cumipmt"
msgid "End period"
msgstr ""
-#: analysis.hrc:708
+#: scaddins/inc/analysis.hrc:708
msgctxt "ANALYSIS_Cumipmt"
msgid "The end period"
msgstr ""
-#: analysis.hrc:709
+#: scaddins/inc/analysis.hrc:709
msgctxt "ANALYSIS_Cumipmt"
msgid "Type"
msgstr "Атип"
-#: analysis.hrc:710
+#: scaddins/inc/analysis.hrc:710
msgctxt "ANALYSIS_Cumipmt"
msgid "The type of maturity"
msgstr ""
-#: analysis.hrc:715
+#: scaddins/inc/analysis.hrc:715
msgctxt "ANALYSIS_Price"
msgid "Returns the price per 100 currency units face value of a security that pays periodic interest"
msgstr ""
-#: analysis.hrc:716
+#: scaddins/inc/analysis.hrc:716
msgctxt "ANALYSIS_Price"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:717
+#: scaddins/inc/analysis.hrc:717
msgctxt "ANALYSIS_Price"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:718
+#: scaddins/inc/analysis.hrc:718
msgctxt "ANALYSIS_Price"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:719
+#: scaddins/inc/analysis.hrc:719
msgctxt "ANALYSIS_Price"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:720
+#: scaddins/inc/analysis.hrc:720
#, fuzzy
msgctxt "ANALYSIS_Price"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:721
+#: scaddins/inc/analysis.hrc:721
msgctxt "ANALYSIS_Price"
msgid "The rate"
msgstr ""
-#: analysis.hrc:722
+#: scaddins/inc/analysis.hrc:722
msgctxt "ANALYSIS_Price"
msgid "Yield"
msgstr "Ахашәалахәы"
-#: analysis.hrc:723
+#: scaddins/inc/analysis.hrc:723
msgctxt "ANALYSIS_Price"
msgid "The yield"
msgstr ""
-#: analysis.hrc:724
+#: scaddins/inc/analysis.hrc:724
msgctxt "ANALYSIS_Price"
msgid "Redemption"
msgstr ""
-#: analysis.hrc:725
+#: scaddins/inc/analysis.hrc:725
msgctxt "ANALYSIS_Price"
msgid "The redemption value"
msgstr ""
-#: analysis.hrc:726
+#: scaddins/inc/analysis.hrc:726
msgctxt "ANALYSIS_Price"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:727
+#: scaddins/inc/analysis.hrc:727
msgctxt "ANALYSIS_Price"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:728
+#: scaddins/inc/analysis.hrc:728
msgctxt "ANALYSIS_Price"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:729
+#: scaddins/inc/analysis.hrc:729
msgctxt "ANALYSIS_Price"
msgid "The basis"
msgstr ""
-#: analysis.hrc:734
+#: scaddins/inc/analysis.hrc:734
msgctxt "ANALYSIS_Pricedisc"
msgid "Returns the price per 100 currency units face value of a discounted security"
msgstr ""
-#: analysis.hrc:735
+#: scaddins/inc/analysis.hrc:735
msgctxt "ANALYSIS_Pricedisc"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:736
+#: scaddins/inc/analysis.hrc:736
msgctxt "ANALYSIS_Pricedisc"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:737
+#: scaddins/inc/analysis.hrc:737
msgctxt "ANALYSIS_Pricedisc"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:738
+#: scaddins/inc/analysis.hrc:738
msgctxt "ANALYSIS_Pricedisc"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:739
+#: scaddins/inc/analysis.hrc:739
msgctxt "ANALYSIS_Pricedisc"
msgid "Discount"
msgstr "Адисконт"
-#: analysis.hrc:740
+#: scaddins/inc/analysis.hrc:740
msgctxt "ANALYSIS_Pricedisc"
msgid "The discount"
msgstr ""
-#: analysis.hrc:741
+#: scaddins/inc/analysis.hrc:741
msgctxt "ANALYSIS_Pricedisc"
msgid "Redemption"
msgstr ""
-#: analysis.hrc:742
+#: scaddins/inc/analysis.hrc:742
msgctxt "ANALYSIS_Pricedisc"
msgid "The redemption value"
msgstr ""
-#: analysis.hrc:743
+#: scaddins/inc/analysis.hrc:743
msgctxt "ANALYSIS_Pricedisc"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:744
+#: scaddins/inc/analysis.hrc:744
msgctxt "ANALYSIS_Pricedisc"
msgid "The basis"
msgstr ""
-#: analysis.hrc:749
+#: scaddins/inc/analysis.hrc:749
msgctxt "ANALYSIS_Pricemat"
msgid "Returns the price per 100 currency units face value of a security that pays interest at maturity"
msgstr ""
-#: analysis.hrc:750
+#: scaddins/inc/analysis.hrc:750
msgctxt "ANALYSIS_Pricemat"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:751
+#: scaddins/inc/analysis.hrc:751
msgctxt "ANALYSIS_Pricemat"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:752
+#: scaddins/inc/analysis.hrc:752
msgctxt "ANALYSIS_Pricemat"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:753
+#: scaddins/inc/analysis.hrc:753
msgctxt "ANALYSIS_Pricemat"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:754
+#: scaddins/inc/analysis.hrc:754
#, fuzzy
msgctxt "ANALYSIS_Pricemat"
msgid "Issue"
msgstr "Аҭыжьра"
-#: analysis.hrc:755
+#: scaddins/inc/analysis.hrc:755
msgctxt "ANALYSIS_Pricemat"
msgid "The issue date"
msgstr ""
-#: analysis.hrc:756
+#: scaddins/inc/analysis.hrc:756
#, fuzzy
msgctxt "ANALYSIS_Pricemat"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:757
+#: scaddins/inc/analysis.hrc:757
msgctxt "ANALYSIS_Pricemat"
msgid "The rate"
msgstr ""
-#: analysis.hrc:758
+#: scaddins/inc/analysis.hrc:758
msgctxt "ANALYSIS_Pricemat"
msgid "Yield"
msgstr "Ахашәалахәы"
-#: analysis.hrc:759
+#: scaddins/inc/analysis.hrc:759
msgctxt "ANALYSIS_Pricemat"
msgid "The yield"
msgstr ""
-#: analysis.hrc:760
+#: scaddins/inc/analysis.hrc:760
msgctxt "ANALYSIS_Pricemat"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:761
+#: scaddins/inc/analysis.hrc:761
msgctxt "ANALYSIS_Pricemat"
msgid "The basis"
msgstr ""
-#: analysis.hrc:766
+#: scaddins/inc/analysis.hrc:766
msgctxt "ANALYSIS_Mduration"
msgid "Returns the Macaulay modified duration for a security with an assumed par value of 100 currency units"
msgstr ""
-#: analysis.hrc:767
+#: scaddins/inc/analysis.hrc:767
msgctxt "ANALYSIS_Mduration"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:768
+#: scaddins/inc/analysis.hrc:768
msgctxt "ANALYSIS_Mduration"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:769
+#: scaddins/inc/analysis.hrc:769
msgctxt "ANALYSIS_Mduration"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:770
+#: scaddins/inc/analysis.hrc:770
msgctxt "ANALYSIS_Mduration"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:771
+#: scaddins/inc/analysis.hrc:771
msgctxt "ANALYSIS_Mduration"
msgid "Coupon"
msgstr "Акупон"
-#: analysis.hrc:772
+#: scaddins/inc/analysis.hrc:772
msgctxt "ANALYSIS_Mduration"
msgid "The coupon rate"
msgstr ""
-#: analysis.hrc:773
+#: scaddins/inc/analysis.hrc:773
msgctxt "ANALYSIS_Mduration"
msgid "Yield"
msgstr "Ахашәалахәы"
-#: analysis.hrc:774
+#: scaddins/inc/analysis.hrc:774
msgctxt "ANALYSIS_Mduration"
msgid "The yield"
msgstr ""
-#: analysis.hrc:775
+#: scaddins/inc/analysis.hrc:775
msgctxt "ANALYSIS_Mduration"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:776
+#: scaddins/inc/analysis.hrc:776
msgctxt "ANALYSIS_Mduration"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:777
+#: scaddins/inc/analysis.hrc:777
msgctxt "ANALYSIS_Mduration"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:778
+#: scaddins/inc/analysis.hrc:778
msgctxt "ANALYSIS_Mduration"
msgid "The basis"
msgstr ""
-#: analysis.hrc:783
+#: scaddins/inc/analysis.hrc:783
msgctxt "ANALYSIS_Nominal"
msgid "Returns the annual nominal interest rate"
msgstr ""
-#: analysis.hrc:784
+#: scaddins/inc/analysis.hrc:784
msgctxt "ANALYSIS_Nominal"
msgid "Effective rate"
msgstr ""
-#: analysis.hrc:785
+#: scaddins/inc/analysis.hrc:785
msgctxt "ANALYSIS_Nominal"
msgid "The effective interest rate"
msgstr ""
-#: analysis.hrc:786
+#: scaddins/inc/analysis.hrc:786
msgctxt "ANALYSIS_Nominal"
msgid "Npery"
msgstr ""
-#: analysis.hrc:787
+#: scaddins/inc/analysis.hrc:787
msgctxt "ANALYSIS_Nominal"
msgid "The periods"
msgstr ""
-#: analysis.hrc:792
+#: scaddins/inc/analysis.hrc:792
msgctxt "ANALYSIS_Dollarfr"
msgid "Converts a price expressed as a decimal into a price expressed as a fraction"
msgstr ""
-#: analysis.hrc:793
+#: scaddins/inc/analysis.hrc:793
msgctxt "ANALYSIS_Dollarfr"
msgid "Decimal dollar"
msgstr ""
-#: analysis.hrc:794
+#: scaddins/inc/analysis.hrc:794
msgctxt "ANALYSIS_Dollarfr"
msgid "The decimal number"
msgstr ""
-#: analysis.hrc:795
+#: scaddins/inc/analysis.hrc:795
#, fuzzy
msgctxt "ANALYSIS_Dollarfr"
msgid "Fraction"
msgstr "Афункциа"
-#: analysis.hrc:796
+#: scaddins/inc/analysis.hrc:796
msgctxt "ANALYSIS_Dollarfr"
msgid "The divisor"
msgstr "Ашага"
-#: analysis.hrc:801
+#: scaddins/inc/analysis.hrc:801
msgctxt "ANALYSIS_Dollarde"
msgid "Converts a price expressed as a fraction into a price expressed as a decimal"
msgstr ""
-#: analysis.hrc:802
+#: scaddins/inc/analysis.hrc:802
msgctxt "ANALYSIS_Dollarde"
msgid "Fractional dollar"
msgstr ""
-#: analysis.hrc:803
+#: scaddins/inc/analysis.hrc:803
msgctxt "ANALYSIS_Dollarde"
msgid "The number as a fraction"
msgstr ""
-#: analysis.hrc:804
+#: scaddins/inc/analysis.hrc:804
#, fuzzy
msgctxt "ANALYSIS_Dollarde"
msgid "Fraction"
msgstr "Афункциа"
-#: analysis.hrc:805
+#: scaddins/inc/analysis.hrc:805
msgctxt "ANALYSIS_Dollarde"
msgid "The divisor"
msgstr "Ашага"
-#: analysis.hrc:810
+#: scaddins/inc/analysis.hrc:810
msgctxt "ANALYSIS_Yield"
msgid "Returns the yield on a security that pays periodic interest"
msgstr ""
-#: analysis.hrc:811
+#: scaddins/inc/analysis.hrc:811
msgctxt "ANALYSIS_Yield"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:812
+#: scaddins/inc/analysis.hrc:812
msgctxt "ANALYSIS_Yield"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:813
+#: scaddins/inc/analysis.hrc:813
msgctxt "ANALYSIS_Yield"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:814
+#: scaddins/inc/analysis.hrc:814
msgctxt "ANALYSIS_Yield"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:815
+#: scaddins/inc/analysis.hrc:815
#, fuzzy
msgctxt "ANALYSIS_Yield"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:816
+#: scaddins/inc/analysis.hrc:816
msgctxt "ANALYSIS_Yield"
msgid "The rate"
msgstr ""
-#: analysis.hrc:817
+#: scaddins/inc/analysis.hrc:817
msgctxt "ANALYSIS_Yield"
msgid "Price"
msgstr "Ахә"
-#: analysis.hrc:818
+#: scaddins/inc/analysis.hrc:818
msgctxt "ANALYSIS_Yield"
msgid "The price"
msgstr ""
-#: analysis.hrc:819
+#: scaddins/inc/analysis.hrc:819
msgctxt "ANALYSIS_Yield"
msgid "Redemption"
msgstr ""
-#: analysis.hrc:820
+#: scaddins/inc/analysis.hrc:820
msgctxt "ANALYSIS_Yield"
msgid "The redemption value"
msgstr ""
-#: analysis.hrc:821
+#: scaddins/inc/analysis.hrc:821
msgctxt "ANALYSIS_Yield"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:822
+#: scaddins/inc/analysis.hrc:822
msgctxt "ANALYSIS_Yield"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:823
+#: scaddins/inc/analysis.hrc:823
msgctxt "ANALYSIS_Yield"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:824
+#: scaddins/inc/analysis.hrc:824
msgctxt "ANALYSIS_Yield"
msgid "The basis"
msgstr ""
-#: analysis.hrc:829
+#: scaddins/inc/analysis.hrc:829
msgctxt "ANALYSIS_Yielddisc"
msgid "Returns the annual yield for a discounted security"
msgstr ""
-#: analysis.hrc:830
+#: scaddins/inc/analysis.hrc:830
msgctxt "ANALYSIS_Yielddisc"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:831
+#: scaddins/inc/analysis.hrc:831
msgctxt "ANALYSIS_Yielddisc"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:832
+#: scaddins/inc/analysis.hrc:832
msgctxt "ANALYSIS_Yielddisc"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:833
+#: scaddins/inc/analysis.hrc:833
msgctxt "ANALYSIS_Yielddisc"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:834
+#: scaddins/inc/analysis.hrc:834
msgctxt "ANALYSIS_Yielddisc"
msgid "Price"
msgstr "Ахә"
-#: analysis.hrc:835
+#: scaddins/inc/analysis.hrc:835
msgctxt "ANALYSIS_Yielddisc"
msgid "The price"
msgstr ""
-#: analysis.hrc:836
+#: scaddins/inc/analysis.hrc:836
msgctxt "ANALYSIS_Yielddisc"
msgid "Redemption"
msgstr ""
-#: analysis.hrc:837
+#: scaddins/inc/analysis.hrc:837
msgctxt "ANALYSIS_Yielddisc"
msgid "The redemption value"
msgstr ""
-#: analysis.hrc:838
+#: scaddins/inc/analysis.hrc:838
msgctxt "ANALYSIS_Yielddisc"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:839
+#: scaddins/inc/analysis.hrc:839
msgctxt "ANALYSIS_Yielddisc"
msgid "The basis"
msgstr ""
-#: analysis.hrc:844
+#: scaddins/inc/analysis.hrc:844
msgctxt "ANALYSIS_Yieldmat"
msgid "Returns the annual yield of a security that pays interest at maturity"
msgstr ""
-#: analysis.hrc:845
+#: scaddins/inc/analysis.hrc:845
msgctxt "ANALYSIS_Yieldmat"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:846
+#: scaddins/inc/analysis.hrc:846
msgctxt "ANALYSIS_Yieldmat"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:847
+#: scaddins/inc/analysis.hrc:847
msgctxt "ANALYSIS_Yieldmat"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:848
+#: scaddins/inc/analysis.hrc:848
msgctxt "ANALYSIS_Yieldmat"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:849
+#: scaddins/inc/analysis.hrc:849
msgctxt "ANALYSIS_Yieldmat"
msgid "Issue"
msgstr "Аҭыжьра"
-#: analysis.hrc:850
+#: scaddins/inc/analysis.hrc:850
msgctxt "ANALYSIS_Yieldmat"
msgid "The issue date"
msgstr ""
-#: analysis.hrc:851
+#: scaddins/inc/analysis.hrc:851
#, fuzzy
msgctxt "ANALYSIS_Yieldmat"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:852
+#: scaddins/inc/analysis.hrc:852
msgctxt "ANALYSIS_Yieldmat"
msgid "The rate"
msgstr ""
-#: analysis.hrc:853
+#: scaddins/inc/analysis.hrc:853
msgctxt "ANALYSIS_Yieldmat"
msgid "Price"
msgstr "Ахә"
-#: analysis.hrc:854
+#: scaddins/inc/analysis.hrc:854
msgctxt "ANALYSIS_Yieldmat"
msgid "The price"
msgstr ""
-#: analysis.hrc:855
+#: scaddins/inc/analysis.hrc:855
msgctxt "ANALYSIS_Yieldmat"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:856
+#: scaddins/inc/analysis.hrc:856
msgctxt "ANALYSIS_Yieldmat"
msgid "The basis"
msgstr ""
-#: analysis.hrc:861
+#: scaddins/inc/analysis.hrc:861
msgctxt "ANALYSIS_Tbilleq"
msgid "Returns the bond-equivalent yield for a treasury bill"
msgstr ""
-#: analysis.hrc:862
+#: scaddins/inc/analysis.hrc:862
msgctxt "ANALYSIS_Tbilleq"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:863
+#: scaddins/inc/analysis.hrc:863
msgctxt "ANALYSIS_Tbilleq"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:864
+#: scaddins/inc/analysis.hrc:864
msgctxt "ANALYSIS_Tbilleq"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:865
+#: scaddins/inc/analysis.hrc:865
msgctxt "ANALYSIS_Tbilleq"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:866
+#: scaddins/inc/analysis.hrc:866
msgctxt "ANALYSIS_Tbilleq"
msgid "Discount"
msgstr "Адисконт"
-#: analysis.hrc:867
+#: scaddins/inc/analysis.hrc:867
msgctxt "ANALYSIS_Tbilleq"
msgid "The discount rate"
msgstr ""
-#: analysis.hrc:872
+#: scaddins/inc/analysis.hrc:872
msgctxt "ANALYSIS_Tbillprice"
msgid "Returns the price of 100 currency units face value for a treasury bill"
msgstr ""
-#: analysis.hrc:873
+#: scaddins/inc/analysis.hrc:873
msgctxt "ANALYSIS_Tbillprice"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:874
+#: scaddins/inc/analysis.hrc:874
msgctxt "ANALYSIS_Tbillprice"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:875
+#: scaddins/inc/analysis.hrc:875
msgctxt "ANALYSIS_Tbillprice"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:876
+#: scaddins/inc/analysis.hrc:876
msgctxt "ANALYSIS_Tbillprice"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:877
+#: scaddins/inc/analysis.hrc:877
msgctxt "ANALYSIS_Tbillprice"
msgid "Discount"
msgstr "Адисконт"
-#: analysis.hrc:878
+#: scaddins/inc/analysis.hrc:878
msgctxt "ANALYSIS_Tbillprice"
msgid "The discount rate"
msgstr ""
-#: analysis.hrc:883
+#: scaddins/inc/analysis.hrc:883
msgctxt "ANALYSIS_Tbillyield"
msgid "Returns the yield for a treasury bill"
msgstr ""
-#: analysis.hrc:884
+#: scaddins/inc/analysis.hrc:884
msgctxt "ANALYSIS_Tbillyield"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:885
+#: scaddins/inc/analysis.hrc:885
msgctxt "ANALYSIS_Tbillyield"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:886
+#: scaddins/inc/analysis.hrc:886
msgctxt "ANALYSIS_Tbillyield"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:887
+#: scaddins/inc/analysis.hrc:887
msgctxt "ANALYSIS_Tbillyield"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:888
+#: scaddins/inc/analysis.hrc:888
msgctxt "ANALYSIS_Tbillyield"
msgid "Price"
msgstr "Ахә"
-#: analysis.hrc:889
+#: scaddins/inc/analysis.hrc:889
msgctxt "ANALYSIS_Tbillyield"
msgid "The price"
msgstr ""
-#: analysis.hrc:894
+#: scaddins/inc/analysis.hrc:894
msgctxt "ANALYSIS_Oddfprice"
msgid "Returns the price per $100 face value of a security with an odd first period"
msgstr ""
-#: analysis.hrc:895
+#: scaddins/inc/analysis.hrc:895
msgctxt "ANALYSIS_Oddfprice"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:896
+#: scaddins/inc/analysis.hrc:896
msgctxt "ANALYSIS_Oddfprice"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:897
+#: scaddins/inc/analysis.hrc:897
msgctxt "ANALYSIS_Oddfprice"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:898
+#: scaddins/inc/analysis.hrc:898
msgctxt "ANALYSIS_Oddfprice"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:899
+#: scaddins/inc/analysis.hrc:899
#, fuzzy
msgctxt "ANALYSIS_Oddfprice"
msgid "Issue"
msgstr "Аҭыжьра"
-#: analysis.hrc:900
+#: scaddins/inc/analysis.hrc:900
msgctxt "ANALYSIS_Oddfprice"
msgid "The issue date"
msgstr ""
-#: analysis.hrc:901
+#: scaddins/inc/analysis.hrc:901
msgctxt "ANALYSIS_Oddfprice"
msgid "First coupon"
msgstr ""
-#: analysis.hrc:902
+#: scaddins/inc/analysis.hrc:902
msgctxt "ANALYSIS_Oddfprice"
msgid "The first coupon date"
msgstr ""
-#: analysis.hrc:903
+#: scaddins/inc/analysis.hrc:903
#, fuzzy
msgctxt "ANALYSIS_Oddfprice"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:904
+#: scaddins/inc/analysis.hrc:904
msgctxt "ANALYSIS_Oddfprice"
msgid "The rate"
msgstr ""
-#: analysis.hrc:905
+#: scaddins/inc/analysis.hrc:905
msgctxt "ANALYSIS_Oddfprice"
msgid "Yield"
msgstr "Ахашәалахәы"
-#: analysis.hrc:906
+#: scaddins/inc/analysis.hrc:906
msgctxt "ANALYSIS_Oddfprice"
msgid "The yield"
msgstr ""
-#: analysis.hrc:907
+#: scaddins/inc/analysis.hrc:907
msgctxt "ANALYSIS_Oddfprice"
msgid "Redemption"
msgstr ""
-#: analysis.hrc:908
+#: scaddins/inc/analysis.hrc:908
msgctxt "ANALYSIS_Oddfprice"
msgid "The redemption value"
msgstr ""
-#: analysis.hrc:909
+#: scaddins/inc/analysis.hrc:909
msgctxt "ANALYSIS_Oddfprice"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:910
+#: scaddins/inc/analysis.hrc:910
msgctxt "ANALYSIS_Oddfprice"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:911
+#: scaddins/inc/analysis.hrc:911
msgctxt "ANALYSIS_Oddfprice"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:912
+#: scaddins/inc/analysis.hrc:912
msgctxt "ANALYSIS_Oddfprice"
msgid "The basis"
msgstr ""
-#: analysis.hrc:917
+#: scaddins/inc/analysis.hrc:917
msgctxt "ANALYSIS_Oddfyield"
msgid "Returns the yield of a security with an odd first period"
msgstr ""
-#: analysis.hrc:918
+#: scaddins/inc/analysis.hrc:918
msgctxt "ANALYSIS_Oddfyield"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:919
+#: scaddins/inc/analysis.hrc:919
msgctxt "ANALYSIS_Oddfyield"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:920
+#: scaddins/inc/analysis.hrc:920
msgctxt "ANALYSIS_Oddfyield"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:921
+#: scaddins/inc/analysis.hrc:921
msgctxt "ANALYSIS_Oddfyield"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:922
+#: scaddins/inc/analysis.hrc:922
msgctxt "ANALYSIS_Oddfyield"
msgid "Issue"
msgstr "Аҭыжьра"
-#: analysis.hrc:923
+#: scaddins/inc/analysis.hrc:923
msgctxt "ANALYSIS_Oddfyield"
msgid "The issue date"
msgstr ""
-#: analysis.hrc:924
+#: scaddins/inc/analysis.hrc:924
msgctxt "ANALYSIS_Oddfyield"
msgid "First coupon"
msgstr ""
-#: analysis.hrc:925
+#: scaddins/inc/analysis.hrc:925
msgctxt "ANALYSIS_Oddfyield"
msgid "The first coupon date"
msgstr ""
-#: analysis.hrc:926
+#: scaddins/inc/analysis.hrc:926
#, fuzzy
msgctxt "ANALYSIS_Oddfyield"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:927
+#: scaddins/inc/analysis.hrc:927
msgctxt "ANALYSIS_Oddfyield"
msgid "The rate"
msgstr ""
-#: analysis.hrc:928
+#: scaddins/inc/analysis.hrc:928
msgctxt "ANALYSIS_Oddfyield"
msgid "Price"
msgstr "Ахә"
-#: analysis.hrc:929
+#: scaddins/inc/analysis.hrc:929
msgctxt "ANALYSIS_Oddfyield"
msgid "The price"
msgstr ""
-#: analysis.hrc:930
+#: scaddins/inc/analysis.hrc:930
msgctxt "ANALYSIS_Oddfyield"
msgid "Redemption"
msgstr ""
-#: analysis.hrc:931
+#: scaddins/inc/analysis.hrc:931
msgctxt "ANALYSIS_Oddfyield"
msgid "The redemption value"
msgstr ""
-#: analysis.hrc:932
+#: scaddins/inc/analysis.hrc:932
msgctxt "ANALYSIS_Oddfyield"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:933
+#: scaddins/inc/analysis.hrc:933
msgctxt "ANALYSIS_Oddfyield"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:934
+#: scaddins/inc/analysis.hrc:934
msgctxt "ANALYSIS_Oddfyield"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:935
+#: scaddins/inc/analysis.hrc:935
msgctxt "ANALYSIS_Oddfyield"
msgid "The basis"
msgstr ""
-#: analysis.hrc:940
+#: scaddins/inc/analysis.hrc:940
msgctxt "ANALYSIS_Oddlprice"
msgid "Returns the price per $100 face value of a security with an odd last period"
msgstr ""
-#: analysis.hrc:941
+#: scaddins/inc/analysis.hrc:941
msgctxt "ANALYSIS_Oddlprice"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:942
+#: scaddins/inc/analysis.hrc:942
msgctxt "ANALYSIS_Oddlprice"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:943
+#: scaddins/inc/analysis.hrc:943
msgctxt "ANALYSIS_Oddlprice"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:944
+#: scaddins/inc/analysis.hrc:944
msgctxt "ANALYSIS_Oddlprice"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:945
+#: scaddins/inc/analysis.hrc:945
msgctxt "ANALYSIS_Oddlprice"
msgid "Last interest"
msgstr ""
-#: analysis.hrc:946
+#: scaddins/inc/analysis.hrc:946
msgctxt "ANALYSIS_Oddlprice"
msgid "The last interest date"
msgstr ""
-#: analysis.hrc:947
+#: scaddins/inc/analysis.hrc:947
#, fuzzy
msgctxt "ANALYSIS_Oddlprice"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:948
+#: scaddins/inc/analysis.hrc:948
msgctxt "ANALYSIS_Oddlprice"
msgid "The rate"
msgstr ""
-#: analysis.hrc:949
+#: scaddins/inc/analysis.hrc:949
msgctxt "ANALYSIS_Oddlprice"
msgid "Yield"
msgstr "Ахашәалахәы"
-#: analysis.hrc:950
+#: scaddins/inc/analysis.hrc:950
msgctxt "ANALYSIS_Oddlprice"
msgid "The yield"
msgstr ""
-#: analysis.hrc:951
+#: scaddins/inc/analysis.hrc:951
msgctxt "ANALYSIS_Oddlprice"
msgid "Redemption"
msgstr ""
-#: analysis.hrc:952
+#: scaddins/inc/analysis.hrc:952
msgctxt "ANALYSIS_Oddlprice"
msgid "The redemption value"
msgstr ""
-#: analysis.hrc:953
+#: scaddins/inc/analysis.hrc:953
msgctxt "ANALYSIS_Oddlprice"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:954
+#: scaddins/inc/analysis.hrc:954
msgctxt "ANALYSIS_Oddlprice"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:955
+#: scaddins/inc/analysis.hrc:955
msgctxt "ANALYSIS_Oddlprice"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:956
+#: scaddins/inc/analysis.hrc:956
msgctxt "ANALYSIS_Oddlprice"
msgid "The basis"
msgstr ""
-#: analysis.hrc:961
+#: scaddins/inc/analysis.hrc:961
msgctxt "ANALYSIS_Oddlyield"
msgid "Returns the yield of a security with an odd last period"
msgstr ""
-#: analysis.hrc:962
+#: scaddins/inc/analysis.hrc:962
msgctxt "ANALYSIS_Oddlyield"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:963
+#: scaddins/inc/analysis.hrc:963
msgctxt "ANALYSIS_Oddlyield"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:964
+#: scaddins/inc/analysis.hrc:964
msgctxt "ANALYSIS_Oddlyield"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:965
+#: scaddins/inc/analysis.hrc:965
msgctxt "ANALYSIS_Oddlyield"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:966
+#: scaddins/inc/analysis.hrc:966
msgctxt "ANALYSIS_Oddlyield"
msgid "Last interest"
msgstr ""
-#: analysis.hrc:967
+#: scaddins/inc/analysis.hrc:967
msgctxt "ANALYSIS_Oddlyield"
msgid "The last interest date"
msgstr ""
-#: analysis.hrc:968
+#: scaddins/inc/analysis.hrc:968
#, fuzzy
msgctxt "ANALYSIS_Oddlyield"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:969
+#: scaddins/inc/analysis.hrc:969
msgctxt "ANALYSIS_Oddlyield"
msgid "The rate"
msgstr ""
-#: analysis.hrc:970
+#: scaddins/inc/analysis.hrc:970
msgctxt "ANALYSIS_Oddlyield"
msgid "Price"
msgstr "Ахә"
-#: analysis.hrc:971
+#: scaddins/inc/analysis.hrc:971
msgctxt "ANALYSIS_Oddlyield"
msgid "The price"
msgstr ""
-#: analysis.hrc:972
+#: scaddins/inc/analysis.hrc:972
msgctxt "ANALYSIS_Oddlyield"
msgid "Redemption"
msgstr ""
-#: analysis.hrc:973
+#: scaddins/inc/analysis.hrc:973
msgctxt "ANALYSIS_Oddlyield"
msgid "The redemption value"
msgstr ""
-#: analysis.hrc:974
+#: scaddins/inc/analysis.hrc:974
msgctxt "ANALYSIS_Oddlyield"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:975
+#: scaddins/inc/analysis.hrc:975
msgctxt "ANALYSIS_Oddlyield"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:976
+#: scaddins/inc/analysis.hrc:976
msgctxt "ANALYSIS_Oddlyield"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:977
+#: scaddins/inc/analysis.hrc:977
msgctxt "ANALYSIS_Oddlyield"
msgid "The basis"
msgstr ""
-#: analysis.hrc:982
+#: scaddins/inc/analysis.hrc:982
msgctxt "ANALYSIS_Xirr"
msgid "Returns the internal rate of return for a non-periodic schedule of payments"
msgstr ""
-#: analysis.hrc:983
+#: scaddins/inc/analysis.hrc:983
msgctxt "ANALYSIS_Xirr"
msgid "Values"
msgstr "Аҵакқәа"
-#: analysis.hrc:984
+#: scaddins/inc/analysis.hrc:984
msgctxt "ANALYSIS_Xirr"
msgid "The values"
msgstr ""
-#: analysis.hrc:985
+#: scaddins/inc/analysis.hrc:985
msgctxt "ANALYSIS_Xirr"
msgid "Dates"
msgstr "Арыцхәқәа"
-#: analysis.hrc:986
+#: scaddins/inc/analysis.hrc:986
msgctxt "ANALYSIS_Xirr"
msgid "The dates"
msgstr ""
-#: analysis.hrc:987
+#: scaddins/inc/analysis.hrc:987
msgctxt "ANALYSIS_Xirr"
msgid "Guess"
msgstr ""
-#: analysis.hrc:988
+#: scaddins/inc/analysis.hrc:988
msgctxt "ANALYSIS_Xirr"
msgid "The guess"
msgstr ""
-#: analysis.hrc:993
+#: scaddins/inc/analysis.hrc:993
msgctxt "ANALYSIS_Xnpv"
msgid "Returns the net present value for a non-periodic schedule of payments"
msgstr ""
-#: analysis.hrc:994
+#: scaddins/inc/analysis.hrc:994
#, fuzzy
msgctxt "ANALYSIS_Xnpv"
msgid "Rate"
msgstr "Арыцхә"
-#: analysis.hrc:995
+#: scaddins/inc/analysis.hrc:995
msgctxt "ANALYSIS_Xnpv"
msgid "The rate"
msgstr ""
-#: analysis.hrc:996
+#: scaddins/inc/analysis.hrc:996
msgctxt "ANALYSIS_Xnpv"
msgid "Values"
msgstr "Аҵакқәа"
-#: analysis.hrc:997
+#: scaddins/inc/analysis.hrc:997
msgctxt "ANALYSIS_Xnpv"
msgid "The values"
msgstr ""
-#: analysis.hrc:998
+#: scaddins/inc/analysis.hrc:998
msgctxt "ANALYSIS_Xnpv"
msgid "Dates"
msgstr "Арыцхәқәа"
-#: analysis.hrc:999
+#: scaddins/inc/analysis.hrc:999
msgctxt "ANALYSIS_Xnpv"
msgid "The dates"
msgstr ""
-#: analysis.hrc:1004
+#: scaddins/inc/analysis.hrc:1004
msgctxt "ANALYSIS_Intrate"
msgid "Returns the interest rate for a fully invested security"
msgstr ""
-#: analysis.hrc:1005
+#: scaddins/inc/analysis.hrc:1005
msgctxt "ANALYSIS_Intrate"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:1006
+#: scaddins/inc/analysis.hrc:1006
msgctxt "ANALYSIS_Intrate"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:1007
+#: scaddins/inc/analysis.hrc:1007
msgctxt "ANALYSIS_Intrate"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:1008
+#: scaddins/inc/analysis.hrc:1008
msgctxt "ANALYSIS_Intrate"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:1009
+#: scaddins/inc/analysis.hrc:1009
msgctxt "ANALYSIS_Intrate"
msgid "Investment"
msgstr ""
-#: analysis.hrc:1010
+#: scaddins/inc/analysis.hrc:1010
msgctxt "ANALYSIS_Intrate"
msgid "The investment"
msgstr ""
-#: analysis.hrc:1011
+#: scaddins/inc/analysis.hrc:1011
msgctxt "ANALYSIS_Intrate"
msgid "Redemption"
msgstr ""
-#: analysis.hrc:1012
+#: scaddins/inc/analysis.hrc:1012
msgctxt "ANALYSIS_Intrate"
msgid "The redemption value"
msgstr ""
-#: analysis.hrc:1013
+#: scaddins/inc/analysis.hrc:1013
msgctxt "ANALYSIS_Intrate"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:1014
+#: scaddins/inc/analysis.hrc:1014
msgctxt "ANALYSIS_Intrate"
msgid "The basis"
msgstr ""
-#: analysis.hrc:1019
+#: scaddins/inc/analysis.hrc:1019
msgctxt "ANALYSIS_Coupncd"
msgid "Returns the first coupon date after the settlement date"
msgstr ""
-#: analysis.hrc:1020
+#: scaddins/inc/analysis.hrc:1020
msgctxt "ANALYSIS_Coupncd"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:1021
+#: scaddins/inc/analysis.hrc:1021
msgctxt "ANALYSIS_Coupncd"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:1022
+#: scaddins/inc/analysis.hrc:1022
msgctxt "ANALYSIS_Coupncd"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:1023
+#: scaddins/inc/analysis.hrc:1023
msgctxt "ANALYSIS_Coupncd"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:1024
+#: scaddins/inc/analysis.hrc:1024
msgctxt "ANALYSIS_Coupncd"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:1025
+#: scaddins/inc/analysis.hrc:1025
msgctxt "ANALYSIS_Coupncd"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:1026
+#: scaddins/inc/analysis.hrc:1026
msgctxt "ANALYSIS_Coupncd"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:1027
+#: scaddins/inc/analysis.hrc:1027
msgctxt "ANALYSIS_Coupncd"
msgid "The basis"
msgstr ""
-#: analysis.hrc:1032
+#: scaddins/inc/analysis.hrc:1032
msgctxt "ANALYSIS_Coupdays"
msgid "Returns the number of days in the coupon period containing the settlement date"
msgstr ""
-#: analysis.hrc:1033
+#: scaddins/inc/analysis.hrc:1033
msgctxt "ANALYSIS_Coupdays"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:1034
+#: scaddins/inc/analysis.hrc:1034
msgctxt "ANALYSIS_Coupdays"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:1035
+#: scaddins/inc/analysis.hrc:1035
msgctxt "ANALYSIS_Coupdays"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:1036
+#: scaddins/inc/analysis.hrc:1036
msgctxt "ANALYSIS_Coupdays"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:1037
+#: scaddins/inc/analysis.hrc:1037
msgctxt "ANALYSIS_Coupdays"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:1038
+#: scaddins/inc/analysis.hrc:1038
msgctxt "ANALYSIS_Coupdays"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:1039
+#: scaddins/inc/analysis.hrc:1039
msgctxt "ANALYSIS_Coupdays"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:1040
+#: scaddins/inc/analysis.hrc:1040
msgctxt "ANALYSIS_Coupdays"
msgid "The basis"
msgstr ""
-#: analysis.hrc:1045
+#: scaddins/inc/analysis.hrc:1045
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Returns the number of days from the settlement date to the next coupon date"
msgstr ""
-#: analysis.hrc:1046
+#: scaddins/inc/analysis.hrc:1046
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:1047
+#: scaddins/inc/analysis.hrc:1047
msgctxt "ANALYSIS_Coupdaysnc"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:1048
+#: scaddins/inc/analysis.hrc:1048
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:1049
+#: scaddins/inc/analysis.hrc:1049
msgctxt "ANALYSIS_Coupdaysnc"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:1050
+#: scaddins/inc/analysis.hrc:1050
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:1051
+#: scaddins/inc/analysis.hrc:1051
msgctxt "ANALYSIS_Coupdaysnc"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:1052
+#: scaddins/inc/analysis.hrc:1052
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:1053
+#: scaddins/inc/analysis.hrc:1053
msgctxt "ANALYSIS_Coupdaysnc"
msgid "The basis"
msgstr ""
-#: analysis.hrc:1058
+#: scaddins/inc/analysis.hrc:1058
msgctxt "ANALYSIS_Coupdaybs"
msgid "Returns the number of days from the beginning of the coupon period to the settlement date"
msgstr ""
-#: analysis.hrc:1059
+#: scaddins/inc/analysis.hrc:1059
msgctxt "ANALYSIS_Coupdaybs"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:1060
+#: scaddins/inc/analysis.hrc:1060
msgctxt "ANALYSIS_Coupdaybs"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:1061
+#: scaddins/inc/analysis.hrc:1061
msgctxt "ANALYSIS_Coupdaybs"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:1062
+#: scaddins/inc/analysis.hrc:1062
msgctxt "ANALYSIS_Coupdaybs"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:1063
+#: scaddins/inc/analysis.hrc:1063
msgctxt "ANALYSIS_Coupdaybs"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:1064
+#: scaddins/inc/analysis.hrc:1064
msgctxt "ANALYSIS_Coupdaybs"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:1065
+#: scaddins/inc/analysis.hrc:1065
msgctxt "ANALYSIS_Coupdaybs"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:1066
+#: scaddins/inc/analysis.hrc:1066
msgctxt "ANALYSIS_Coupdaybs"
msgid "The basis"
msgstr ""
-#: analysis.hrc:1071
+#: scaddins/inc/analysis.hrc:1071
msgctxt "ANALYSIS_Couppcd"
msgid "Returns the last coupon date preceding the settlement date"
msgstr ""
-#: analysis.hrc:1072
+#: scaddins/inc/analysis.hrc:1072
msgctxt "ANALYSIS_Couppcd"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:1073
+#: scaddins/inc/analysis.hrc:1073
msgctxt "ANALYSIS_Couppcd"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:1074
+#: scaddins/inc/analysis.hrc:1074
msgctxt "ANALYSIS_Couppcd"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:1075
+#: scaddins/inc/analysis.hrc:1075
msgctxt "ANALYSIS_Couppcd"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:1076
+#: scaddins/inc/analysis.hrc:1076
msgctxt "ANALYSIS_Couppcd"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:1077
+#: scaddins/inc/analysis.hrc:1077
msgctxt "ANALYSIS_Couppcd"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:1078
+#: scaddins/inc/analysis.hrc:1078
msgctxt "ANALYSIS_Couppcd"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:1079
+#: scaddins/inc/analysis.hrc:1079
msgctxt "ANALYSIS_Couppcd"
msgid "The basis"
msgstr ""
-#: analysis.hrc:1084
+#: scaddins/inc/analysis.hrc:1084
msgctxt "ANALYSIS_Coupnum"
msgid "Returns the number of coupons payable between the settlement and maturity dates"
msgstr ""
-#: analysis.hrc:1085
+#: scaddins/inc/analysis.hrc:1085
msgctxt "ANALYSIS_Coupnum"
msgid "Settlement"
msgstr "Аиқәшаҳаҭра"
-#: analysis.hrc:1086
+#: scaddins/inc/analysis.hrc:1086
msgctxt "ANALYSIS_Coupnum"
msgid "The settlement"
msgstr ""
-#: analysis.hrc:1087
+#: scaddins/inc/analysis.hrc:1087
msgctxt "ANALYSIS_Coupnum"
msgid "Maturity"
msgstr ""
-#: analysis.hrc:1088
+#: scaddins/inc/analysis.hrc:1088
msgctxt "ANALYSIS_Coupnum"
msgid "The maturity"
msgstr ""
-#: analysis.hrc:1089
+#: scaddins/inc/analysis.hrc:1089
msgctxt "ANALYSIS_Coupnum"
msgid "Frequency"
msgstr ""
-#: analysis.hrc:1090
+#: scaddins/inc/analysis.hrc:1090
msgctxt "ANALYSIS_Coupnum"
msgid "The frequency"
msgstr ""
-#: analysis.hrc:1091
+#: scaddins/inc/analysis.hrc:1091
msgctxt "ANALYSIS_Coupnum"
msgid "Basis"
msgstr "Абазис"
-#: analysis.hrc:1092
+#: scaddins/inc/analysis.hrc:1092
msgctxt "ANALYSIS_Coupnum"
msgid "The basis"
msgstr ""
-#: analysis.hrc:1097
+#: scaddins/inc/analysis.hrc:1097
msgctxt "ANALYSIS_Fvschedule"
msgid "Returns the future value of the initial principal after a series of compound interest rates are applied"
msgstr ""
-#: analysis.hrc:1098
+#: scaddins/inc/analysis.hrc:1098
msgctxt "ANALYSIS_Fvschedule"
msgid "Principal"
msgstr ""
-#: analysis.hrc:1099
+#: scaddins/inc/analysis.hrc:1099
msgctxt "ANALYSIS_Fvschedule"
msgid "The principal"
msgstr ""
-#: analysis.hrc:1100
+#: scaddins/inc/analysis.hrc:1100
msgctxt "ANALYSIS_Fvschedule"
msgid "Schedule"
msgstr ""
-#: analysis.hrc:1101
+#: scaddins/inc/analysis.hrc:1101
msgctxt "ANALYSIS_Fvschedule"
msgid "The schedule"
msgstr ""
-#: datefunc.hrc:27
+#: scaddins/inc/datefunc.hrc:27
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Calculates the number of weeks in a specific period"
msgstr ""
-#: datefunc.hrc:28
+#: scaddins/inc/datefunc.hrc:28
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Start date"
msgstr "Ахалагаратә рыцхә"
-#: datefunc.hrc:29
+#: scaddins/inc/datefunc.hrc:29
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "First day of the period"
msgstr ""
-#: datefunc.hrc:30
+#: scaddins/inc/datefunc.hrc:30
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "End date"
msgstr "Аҵыхәтәантәи арыцхә"
-#: datefunc.hrc:31
+#: scaddins/inc/datefunc.hrc:31
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Last day of the period"
msgstr ""
-#: datefunc.hrc:32
+#: scaddins/inc/datefunc.hrc:32
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Type"
msgstr "Атип"
-#: datefunc.hrc:33
+#: scaddins/inc/datefunc.hrc:33
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Type of calculation: Type=0 means the time interval, Type=1 means calendar weeks."
msgstr ""
-#: datefunc.hrc:38
+#: scaddins/inc/datefunc.hrc:38
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Determines the number of months in a specific period."
msgstr ""
-#: datefunc.hrc:39
+#: scaddins/inc/datefunc.hrc:39
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Start date"
msgstr "Ахалагаратә рыцхә"
-#: datefunc.hrc:40
+#: scaddins/inc/datefunc.hrc:40
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "First day of the period."
msgstr ""
-#: datefunc.hrc:41
+#: scaddins/inc/datefunc.hrc:41
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "End date"
msgstr "Аҵыхәтәантәи арыцхә"
-#: datefunc.hrc:42
+#: scaddins/inc/datefunc.hrc:42
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Last day of the period."
msgstr ""
-#: datefunc.hrc:43
+#: scaddins/inc/datefunc.hrc:43
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Type"
msgstr "Атип"
-#: datefunc.hrc:44
+#: scaddins/inc/datefunc.hrc:44
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Type of calculation: Type=0 means the time interval, Type=1 means calendar months."
msgstr ""
-#: datefunc.hrc:49
+#: scaddins/inc/datefunc.hrc:49
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Calculates the number of years in a specific period."
msgstr ""
-#: datefunc.hrc:50
+#: scaddins/inc/datefunc.hrc:50
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Start date"
msgstr "Ахалагаратә рыцхә"
-#: datefunc.hrc:51
+#: scaddins/inc/datefunc.hrc:51
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "First day of the period"
msgstr ""
-#: datefunc.hrc:52
+#: scaddins/inc/datefunc.hrc:52
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "End date"
msgstr "Аҵыхәтәантәи арыцхә"
-#: datefunc.hrc:53
+#: scaddins/inc/datefunc.hrc:53
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Last day of the period"
msgstr ""
-#: datefunc.hrc:54
+#: scaddins/inc/datefunc.hrc:54
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Type"
msgstr "Атип"
-#: datefunc.hrc:55
+#: scaddins/inc/datefunc.hrc:55
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Type of calculation: Type=0 means the time interval, Type=1 means calendar years."
msgstr ""
-#: datefunc.hrc:60
+#: scaddins/inc/datefunc.hrc:60
msgctxt "DATE_FUNCDESC_IsLeapYear"
msgid "Returns 1 (TRUE) if the date is a day of a leap year, otherwise 0 (FALSE)."
msgstr ""
-#: datefunc.hrc:61
+#: scaddins/inc/datefunc.hrc:61
msgctxt "DATE_FUNCDESC_IsLeapYear"
msgid "Date"
msgstr "Арыцхә"
-#: datefunc.hrc:62
+#: scaddins/inc/datefunc.hrc:62
msgctxt "DATE_FUNCDESC_IsLeapYear"
msgid "Any day in the desired year"
msgstr ""
-#: datefunc.hrc:67
+#: scaddins/inc/datefunc.hrc:67
msgctxt "DATE_FUNCDESC_DaysInMonth"
msgid "Returns the number of days of the month in which the date entered occurs"
msgstr ""
-#: datefunc.hrc:68
+#: scaddins/inc/datefunc.hrc:68
msgctxt "DATE_FUNCDESC_DaysInMonth"
msgid "Date"
msgstr "Арыцхә"
-#: datefunc.hrc:69
+#: scaddins/inc/datefunc.hrc:69
msgctxt "DATE_FUNCDESC_DaysInMonth"
msgid "Any day in the desired month"
msgstr ""
-#: datefunc.hrc:74
+#: scaddins/inc/datefunc.hrc:74
msgctxt "DATE_FUNCDESC_DaysInYear"
msgid "Returns the number of days of the year in which the date entered occurs."
msgstr ""
-#: datefunc.hrc:75
+#: scaddins/inc/datefunc.hrc:75
msgctxt "DATE_FUNCDESC_DaysInYear"
msgid "Date"
msgstr "Арыцхә"
-#: datefunc.hrc:76
+#: scaddins/inc/datefunc.hrc:76
msgctxt "DATE_FUNCDESC_DaysInYear"
msgid "Any day in the desired year"
msgstr ""
-#: datefunc.hrc:81
+#: scaddins/inc/datefunc.hrc:81
msgctxt "DATE_FUNCDESC_WeeksInYear"
msgid "Returns the number of weeks of the year in which the date entered occurs"
msgstr ""
-#: datefunc.hrc:82
+#: scaddins/inc/datefunc.hrc:82
msgctxt "DATE_FUNCDESC_WeeksInYear"
msgid "Date"
msgstr "Арыцхә"
-#: datefunc.hrc:83
+#: scaddins/inc/datefunc.hrc:83
msgctxt "DATE_FUNCDESC_WeeksInYear"
msgid "Any day in the desired year"
msgstr ""
-#: datefunc.hrc:88
+#: scaddins/inc/datefunc.hrc:88
msgctxt "DATE_FUNCDESC_Rot13"
msgid "Encrypts or decrypts a text using the ROT13 algorithm"
msgstr ""
-#: datefunc.hrc:89
+#: scaddins/inc/datefunc.hrc:89
msgctxt "DATE_FUNCDESC_Rot13"
msgid "Text"
msgstr "Атеқст"
-#: datefunc.hrc:90
+#: scaddins/inc/datefunc.hrc:90
msgctxt "DATE_FUNCDESC_Rot13"
msgid "Text to be encrypted or text already encrypted"
msgstr ""
-#: pricing.hrc:28
+#: scaddins/inc/pricing.hrc:28
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Pricing of a barrier option"
msgstr ""
-#: pricing.hrc:29
+#: scaddins/inc/pricing.hrc:29
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "spot"
msgstr "аспот"
-#: pricing.hrc:30
+#: scaddins/inc/pricing.hrc:30
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Price/value of the underlying asset"
msgstr ""
-#: pricing.hrc:31
+#: scaddins/inc/pricing.hrc:31
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "vol"
msgstr ""
-#: pricing.hrc:32
+#: scaddins/inc/pricing.hrc:32
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Annual volatility of the underlying asset"
msgstr ""
-#: pricing.hrc:33
+#: scaddins/inc/pricing.hrc:33
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "r"
msgstr ""
-#: pricing.hrc:34
+#: scaddins/inc/pricing.hrc:34
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Interest rate (continuously compounded)"
msgstr ""
-#: pricing.hrc:35
+#: scaddins/inc/pricing.hrc:35
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "rf"
msgstr "rf"
-#: pricing.hrc:36
+#: scaddins/inc/pricing.hrc:36
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Foreign interest rate (continuously compounded)"
msgstr ""
-#: pricing.hrc:37
+#: scaddins/inc/pricing.hrc:37
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "T"
msgstr ""
-#: pricing.hrc:38
+#: scaddins/inc/pricing.hrc:38
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Time to maturity of the option in years"
msgstr ""
-#: pricing.hrc:39
+#: scaddins/inc/pricing.hrc:39
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "strike"
msgstr ""
-#: pricing.hrc:40
+#: scaddins/inc/pricing.hrc:40
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Strike level of the option"
msgstr ""
-#: pricing.hrc:41
+#: scaddins/inc/pricing.hrc:41
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "barrier_low"
msgstr ""
-#: pricing.hrc:42
+#: scaddins/inc/pricing.hrc:42
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Lower barrier (set to 0 for no lower barrier)"
msgstr ""
-#: pricing.hrc:43
+#: scaddins/inc/pricing.hrc:43
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "barrier_up"
msgstr ""
-#: pricing.hrc:44
+#: scaddins/inc/pricing.hrc:44
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Upper barrier (set to 0 for no upper barrier)"
msgstr ""
-#: pricing.hrc:45
+#: scaddins/inc/pricing.hrc:45
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "rebate"
msgstr ""
-#: pricing.hrc:46
+#: scaddins/inc/pricing.hrc:46
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Amount of money paid at maturity if barrier was hit"
msgstr ""
-#: pricing.hrc:47
+#: scaddins/inc/pricing.hrc:47
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "put/call"
msgstr "аҭира/аахәара"
-#: pricing.hrc:48
+#: scaddins/inc/pricing.hrc:48
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "String to define if the option is a (p)ut or a (c)all"
msgstr ""
-#: pricing.hrc:49
+#: scaddins/inc/pricing.hrc:49
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "knock in/out"
msgstr ""
-#: pricing.hrc:50
+#: scaddins/inc/pricing.hrc:50
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "String to define if the option is of type knock-(i)n or knock-(o)ut"
msgstr ""
-#: pricing.hrc:51
+#: scaddins/inc/pricing.hrc:51
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "barrier_type"
msgstr ""
-#: pricing.hrc:52
+#: scaddins/inc/pricing.hrc:52
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "String to define whether the barrier is observed (c)ontinuously or only at the (e)nd/maturity"
msgstr ""
-#: pricing.hrc:53
+#: scaddins/inc/pricing.hrc:53
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "greek"
msgstr ""
-#: pricing.hrc:54
+#: scaddins/inc/pricing.hrc:54
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Optional parameter, if left out then the function simply returns the option price; if set, the function returns price sensitivities (Greeks) to one of the input parameters; possible values are (d)elta, (g)amma, (t)heta, v(e)ga, v(o)lga, v(a)nna, (r)ho, rho(f)"
msgstr ""
-#: pricing.hrc:59
+#: scaddins/inc/pricing.hrc:59
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Pricing of a touch/no-touch option"
msgstr ""
-#: pricing.hrc:60
+#: scaddins/inc/pricing.hrc:60
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "spot"
msgstr "аспот"
-#: pricing.hrc:61
+#: scaddins/inc/pricing.hrc:61
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Price/value of the underlying asset"
msgstr ""
-#: pricing.hrc:62
+#: scaddins/inc/pricing.hrc:62
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "vol"
msgstr ""
-#: pricing.hrc:63
+#: scaddins/inc/pricing.hrc:63
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Annual volatility of the underlying asset"
msgstr ""
-#: pricing.hrc:64
+#: scaddins/inc/pricing.hrc:64
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "r"
msgstr ""
-#: pricing.hrc:65
+#: scaddins/inc/pricing.hrc:65
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Interest rate (continuously compounded)"
msgstr ""
-#: pricing.hrc:66
+#: scaddins/inc/pricing.hrc:66
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "rf"
msgstr "rf"
-#: pricing.hrc:67
+#: scaddins/inc/pricing.hrc:67
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Foreign interest rate (continuously compounded)"
msgstr ""
-#: pricing.hrc:68
+#: scaddins/inc/pricing.hrc:68
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "T"
msgstr ""
-#: pricing.hrc:69
+#: scaddins/inc/pricing.hrc:69
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Time to maturity of the option in years"
msgstr ""
-#: pricing.hrc:70
+#: scaddins/inc/pricing.hrc:70
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "barrier_low"
msgstr ""
-#: pricing.hrc:71
+#: scaddins/inc/pricing.hrc:71
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Lower barrier (set to 0 for no lower barrier)"
msgstr ""
-#: pricing.hrc:72
+#: scaddins/inc/pricing.hrc:72
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "barrier_up"
msgstr ""
-#: pricing.hrc:73
+#: scaddins/inc/pricing.hrc:73
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Upper barrier (set to 0 for no upper barrier)"
msgstr ""
-#: pricing.hrc:74
+#: scaddins/inc/pricing.hrc:74
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "foreign/domestic"
msgstr ""
-#: pricing.hrc:75
+#: scaddins/inc/pricing.hrc:75
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "String to define if the option pays one unit of (d)omestic currency (cash or nothing) or (f)oreign currency (asset or nothing)"
msgstr ""
-#: pricing.hrc:76
+#: scaddins/inc/pricing.hrc:76
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "knock in/out"
msgstr ""
-#: pricing.hrc:77
+#: scaddins/inc/pricing.hrc:77
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "String to define if the option is of type knock-(i)n (touch) or knock-(o)ut (no-touch)"
msgstr ""
-#: pricing.hrc:78
+#: scaddins/inc/pricing.hrc:78
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "barrier_type"
msgstr ""
-#: pricing.hrc:79
+#: scaddins/inc/pricing.hrc:79
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "String to define whether the barrier is observed (c)ontinuously or only at the (e)nd/maturity"
msgstr ""
-#: pricing.hrc:80
+#: scaddins/inc/pricing.hrc:80
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "greek"
msgstr ""
-#: pricing.hrc:81
+#: scaddins/inc/pricing.hrc:81
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Optional parameter, if left out then the function simply returns the option price; if set, the function returns price sensitivities (Greeks) to one of the input parameters; possible values are (d)elta, (g)amma, (t)heta, v(e)ga, v(o)lga, v(a)nna, (r)ho, rho(f)"
msgstr ""
-#: pricing.hrc:86
+#: scaddins/inc/pricing.hrc:86
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Probability that an asset hits a barrier assuming it follows dS/S = mu dt + vol dW"
msgstr ""
-#: pricing.hrc:87
+#: scaddins/inc/pricing.hrc:87
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "spot"
msgstr "аспот"
-#: pricing.hrc:88
+#: scaddins/inc/pricing.hrc:88
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Price/value S of the underlying asset"
msgstr ""
-#: pricing.hrc:89
+#: scaddins/inc/pricing.hrc:89
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "vol"
msgstr ""
-#: pricing.hrc:90
+#: scaddins/inc/pricing.hrc:90
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Annual volatility of the underlying asset"
msgstr ""
-#: pricing.hrc:91
+#: scaddins/inc/pricing.hrc:91
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "drift"
msgstr ""
-#: pricing.hrc:92
+#: scaddins/inc/pricing.hrc:92
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Parameter mu in dS/S = mu dt + vol dW"
msgstr ""
-#: pricing.hrc:93
+#: scaddins/inc/pricing.hrc:93
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "T"
msgstr ""
-#: pricing.hrc:94
+#: scaddins/inc/pricing.hrc:94
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Time to maturity"
msgstr ""
-#: pricing.hrc:95
+#: scaddins/inc/pricing.hrc:95
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "barrier_low"
msgstr ""
-#: pricing.hrc:96
+#: scaddins/inc/pricing.hrc:96
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Lower barrier (set to 0 for no lower barrier)"
msgstr ""
-#: pricing.hrc:97
+#: scaddins/inc/pricing.hrc:97
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "barrier_up"
msgstr ""
-#: pricing.hrc:98
+#: scaddins/inc/pricing.hrc:98
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Upper barrier (set to 0 for no upper barrier)"
msgstr ""
-#: pricing.hrc:103
+#: scaddins/inc/pricing.hrc:103
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Probability that an asset will at maturity end up between two barrier levels, assuming it follows dS/S = mu dt + vol dW (if the last two optional parameters (strike, put/call) are specified, the probability of S_T in [strike, upper barrier] for a call and S_T in [lower barrier, strike] for a put will be returned)"
msgstr ""
-#: pricing.hrc:104
+#: scaddins/inc/pricing.hrc:104
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "spot"
msgstr "аспот"
-#: pricing.hrc:105
+#: scaddins/inc/pricing.hrc:105
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Price/value of the asset"
msgstr ""
-#: pricing.hrc:106
+#: scaddins/inc/pricing.hrc:106
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "vol"
msgstr ""
-#: pricing.hrc:107
+#: scaddins/inc/pricing.hrc:107
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Annual volatility of the asset"
msgstr ""
-#: pricing.hrc:108
+#: scaddins/inc/pricing.hrc:108
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "drift"
msgstr ""
-#: pricing.hrc:109
+#: scaddins/inc/pricing.hrc:109
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Parameter mu from dS/S = mu dt + vol dW"
msgstr ""
-#: pricing.hrc:110
+#: scaddins/inc/pricing.hrc:110
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "T"
msgstr ""
-#: pricing.hrc:111
+#: scaddins/inc/pricing.hrc:111
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Time to maturity in years"
msgstr ""
-#: pricing.hrc:112
+#: scaddins/inc/pricing.hrc:112
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "barrier_low"
msgstr ""
-#: pricing.hrc:113
+#: scaddins/inc/pricing.hrc:113
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Lower barrier (set to 0 for no lower barrier)"
msgstr ""
-#: pricing.hrc:114
+#: scaddins/inc/pricing.hrc:114
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "barrier_up"
msgstr ""
-#: pricing.hrc:115
+#: scaddins/inc/pricing.hrc:115
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Upper barrier (set to 0 for no upper barrier)"
msgstr ""
-#: pricing.hrc:116
+#: scaddins/inc/pricing.hrc:116
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "put/call"
msgstr "аҭира/аахәара"
-#: pricing.hrc:117
+#: scaddins/inc/pricing.hrc:117
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Optional (p)ut/(c)all indicator"
msgstr ""
-#: pricing.hrc:118
+#: scaddins/inc/pricing.hrc:118
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "strike"
msgstr ""
-#: pricing.hrc:119
+#: scaddins/inc/pricing.hrc:119
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Optional strike level"
msgstr ""
#. function names as accessible from cells
-#: strings.hrc:26
+#: scaddins/inc/strings.hrc:26
msgctxt "PRICING_FUNCNAME_OptBarrier"
msgid "OPT_BARRIER"
msgstr "OPT_BARRIER"
-#: strings.hrc:27
+#: scaddins/inc/strings.hrc:27
msgctxt "PRICING_FUNCNAME_OptTouch"
msgid "OPT_TOUCH"
msgstr "OPT_TOUCH"
-#: strings.hrc:28
+#: scaddins/inc/strings.hrc:28
msgctxt "PRICING_FUNCNAME_OptProbHit"
msgid "OPT_PROB_HIT"
msgstr "OPT_PROB_HIT"
-#: strings.hrc:29
+#: scaddins/inc/strings.hrc:29
msgctxt "PRICING_FUNCNAME_OptProbInMoney"
msgid "OPT_PROB_INMONEY"
msgstr "OPT_PROB_INMONEY"
-#: strings.hrc:31
+#: scaddins/inc/strings.hrc:31
msgctxt "DATE_FUNCNAME_DiffWeeks"
msgid "WEEKS"
msgstr "АМЧЫБЖЬҚӘА"
-#: strings.hrc:32
+#: scaddins/inc/strings.hrc:32
msgctxt "DATE_FUNCNAME_DiffMonths"
msgid "MONTHS"
msgstr "АМЗАҚӘА"
-#: strings.hrc:33
+#: scaddins/inc/strings.hrc:33
msgctxt "DATE_FUNCNAME_DiffYears"
msgid "YEARS"
msgstr "АШЫҚӘСҚӘА"
-#: strings.hrc:34
+#: scaddins/inc/strings.hrc:34
msgctxt "DATE_FUNCNAME_IsLeapYear"
msgid "ISLEAPYEAR"
msgstr ""
-#: strings.hrc:35
+#: scaddins/inc/strings.hrc:35
msgctxt "DATE_FUNCNAME_DaysInMonth"
msgid "DAYSINMONTH"
msgstr ""
-#: strings.hrc:36
+#: scaddins/inc/strings.hrc:36
msgctxt "DATE_FUNCNAME_DaysInYear"
msgid "DAYSINYEAR"
msgstr ""
-#: strings.hrc:37
+#: scaddins/inc/strings.hrc:37
msgctxt "DATE_FUNCNAME_WeeksInYear"
msgid "WEEKSINYEAR"
msgstr ""
-#: strings.hrc:38
+#: scaddins/inc/strings.hrc:38
msgctxt "DATE_FUNCNAME_Rot13"
msgid "ROT13"
msgstr "ROT13"
-#: strings.hrc:40
+#: scaddins/inc/strings.hrc:40
msgctxt "ANALYSIS_FUNCNAME_Workday"
msgid "WORKDAY"
msgstr ""
-#: strings.hrc:41
+#: scaddins/inc/strings.hrc:41
msgctxt "ANALYSIS_FUNCNAME_Yearfrac"
msgid "YEARFRAC"
msgstr ""
-#: strings.hrc:42
-#, fuzzy
+#: scaddins/inc/strings.hrc:42
msgctxt "ANALYSIS_FUNCNAME_Edate"
msgid "EDATE"
-msgstr "DATE"
+msgstr "АРЫЦАМЗА"
-#: strings.hrc:43
+#: scaddins/inc/strings.hrc:43
msgctxt "ANALYSIS_FUNCNAME_Weeknum"
msgid "WEEKNUM"
msgstr ""
-#: strings.hrc:44
+#: scaddins/inc/strings.hrc:44
msgctxt "ANALYSIS_FUNCNAME_Eomonth"
msgid "EOMONTH"
msgstr ""
-#: strings.hrc:45
+#: scaddins/inc/strings.hrc:45
msgctxt "ANALYSIS_FUNCNAME_Networkdays"
msgid "NETWORKDAYS"
msgstr ""
-#: strings.hrc:46
+#: scaddins/inc/strings.hrc:46
msgctxt "ANALYSIS_FUNCNAME_Amordegrc"
msgid "AMORDEGRC"
msgstr ""
-#: strings.hrc:47
+#: scaddins/inc/strings.hrc:47
msgctxt "ANALYSIS_FUNCNAME_Amorlinc"
msgid "AMORLINC"
msgstr ""
-#: strings.hrc:48
+#: scaddins/inc/strings.hrc:48
msgctxt "ANALYSIS_FUNCNAME_Accrint"
msgid "ACCRINT"
msgstr ""
-#: strings.hrc:49
+#: scaddins/inc/strings.hrc:49
msgctxt "ANALYSIS_FUNCNAME_Accrintm"
msgid "ACCRINTM"
msgstr ""
-#: strings.hrc:50
+#: scaddins/inc/strings.hrc:50
msgctxt "ANALYSIS_FUNCNAME_Received"
msgid "RECEIVED"
msgstr ""
-#: strings.hrc:51
+#: scaddins/inc/strings.hrc:51
msgctxt "ANALYSIS_FUNCNAME_Disc"
msgid "DISC"
msgstr ""
-#: strings.hrc:52
+#: scaddins/inc/strings.hrc:52
msgctxt "ANALYSIS_FUNCNAME_Duration"
msgid "DURATION"
msgstr ""
-#: strings.hrc:53
+#: scaddins/inc/strings.hrc:53
msgctxt "ANALYSIS_FUNCNAME_Effect"
msgid "EFFECT"
msgstr ""
-#: strings.hrc:54
+#: scaddins/inc/strings.hrc:54
msgctxt "ANALYSIS_FUNCNAME_Cumprinc"
msgid "CUMPRINC"
msgstr ""
-#: strings.hrc:55
+#: scaddins/inc/strings.hrc:55
msgctxt "ANALYSIS_FUNCNAME_Cumipmt"
msgid "CUMIPMT"
msgstr ""
-#: strings.hrc:56
+#: scaddins/inc/strings.hrc:56
msgctxt "ANALYSIS_FUNCNAME_Price"
msgid "PRICE"
msgstr ""
-#: strings.hrc:57
+#: scaddins/inc/strings.hrc:57
msgctxt "ANALYSIS_FUNCNAME_Pricedisc"
msgid "PRICEDISC"
msgstr ""
-#: strings.hrc:58
+#: scaddins/inc/strings.hrc:58
msgctxt "ANALYSIS_FUNCNAME_Pricemat"
msgid "PRICEMAT"
msgstr ""
-#: strings.hrc:59
+#: scaddins/inc/strings.hrc:59
msgctxt "ANALYSIS_FUNCNAME_Mduration"
msgid "MDURATION"
msgstr ""
-#: strings.hrc:60
+#: scaddins/inc/strings.hrc:60
msgctxt "ANALYSIS_FUNCNAME_Nominal"
msgid "NOMINAL"
msgstr ""
-#: strings.hrc:61
+#: scaddins/inc/strings.hrc:61
msgctxt "ANALYSIS_FUNCNAME_Dollarfr"
msgid "DOLLARFR"
msgstr ""
-#: strings.hrc:62
+#: scaddins/inc/strings.hrc:62
msgctxt "ANALYSIS_FUNCNAME_Dollarde"
msgid "DOLLARDE"
msgstr ""
-#: strings.hrc:63
+#: scaddins/inc/strings.hrc:63
msgctxt "ANALYSIS_FUNCNAME_Yield"
msgid "YIELD"
msgstr ""
-#: strings.hrc:64
+#: scaddins/inc/strings.hrc:64
msgctxt "ANALYSIS_FUNCNAME_Yielddisc"
msgid "YIELDDISC"
msgstr ""
-#: strings.hrc:65
+#: scaddins/inc/strings.hrc:65
msgctxt "ANALYSIS_FUNCNAME_Yieldmat"
msgid "YIELDMAT"
msgstr ""
-#: strings.hrc:66
+#: scaddins/inc/strings.hrc:66
msgctxt "ANALYSIS_FUNCNAME_Tbilleq"
msgid "TBILLEQ"
msgstr ""
-#: strings.hrc:67
+#: scaddins/inc/strings.hrc:67
msgctxt "ANALYSIS_FUNCNAME_Tbillprice"
msgid "TBILLPRICE"
msgstr ""
-#: strings.hrc:68
+#: scaddins/inc/strings.hrc:68
msgctxt "ANALYSIS_FUNCNAME_Tbillyield"
msgid "TBILLYIELD"
msgstr ""
-#: strings.hrc:69
+#: scaddins/inc/strings.hrc:69
msgctxt "ANALYSIS_FUNCNAME_Oddfprice"
msgid "ODDFPRICE"
msgstr ""
-#: strings.hrc:70
+#: scaddins/inc/strings.hrc:70
msgctxt "ANALYSIS_FUNCNAME_Oddfyield"
msgid "ODDFYIELD"
msgstr ""
-#: strings.hrc:71
+#: scaddins/inc/strings.hrc:71
msgctxt "ANALYSIS_FUNCNAME_Oddlprice"
msgid "ODDLPRICE"
msgstr ""
-#: strings.hrc:72
+#: scaddins/inc/strings.hrc:72
msgctxt "ANALYSIS_FUNCNAME_Oddlyield"
msgid "ODDLYIELD"
msgstr ""
-#: strings.hrc:73
+#: scaddins/inc/strings.hrc:73
msgctxt "ANALYSIS_FUNCNAME_Xirr"
msgid "XIRR"
msgstr ""
-#: strings.hrc:74
+#: scaddins/inc/strings.hrc:74
msgctxt "ANALYSIS_FUNCNAME_Xnpv"
msgid "XNPV"
msgstr ""
-#: strings.hrc:75
+#: scaddins/inc/strings.hrc:75
msgctxt "ANALYSIS_FUNCNAME_Intrate"
msgid "INTRATE"
msgstr ""
-#: strings.hrc:76
+#: scaddins/inc/strings.hrc:76
msgctxt "ANALYSIS_FUNCNAME_Coupncd"
msgid "COUPNCD"
msgstr ""
-#: strings.hrc:77
+#: scaddins/inc/strings.hrc:77
msgctxt "ANALYSIS_FUNCNAME_Coupdays"
msgid "COUPDAYS"
msgstr ""
-#: strings.hrc:78
+#: scaddins/inc/strings.hrc:78
msgctxt "ANALYSIS_FUNCNAME_Coupdaysnc"
msgid "COUPDAYSNC"
msgstr ""
-#: strings.hrc:79
+#: scaddins/inc/strings.hrc:79
msgctxt "ANALYSIS_FUNCNAME_Coupdaybs"
msgid "COUPDAYBS"
msgstr ""
-#: strings.hrc:80
+#: scaddins/inc/strings.hrc:80
msgctxt "ANALYSIS_FUNCNAME_Couppcd"
msgid "COUPPCD"
msgstr ""
-#: strings.hrc:81
+#: scaddins/inc/strings.hrc:81
msgctxt "ANALYSIS_FUNCNAME_Coupnum"
msgid "COUPNUM"
msgstr ""
-#: strings.hrc:82
+#: scaddins/inc/strings.hrc:82
msgctxt "ANALYSIS_FUNCNAME_Fvschedule"
msgid "FVSCHEDULE"
msgstr ""
-#: strings.hrc:83
+#: scaddins/inc/strings.hrc:83
msgctxt "ANALYSIS_FUNCNAME_Iseven"
msgid "ISEVEN"
msgstr ""
-#: strings.hrc:84
+#: scaddins/inc/strings.hrc:84
msgctxt "ANALYSIS_FUNCNAME_Isodd"
msgid "ISODD"
msgstr ""
-#: strings.hrc:85
+#: scaddins/inc/strings.hrc:85
msgctxt "ANALYSIS_FUNCNAME_Gcd"
msgid "GCD"
msgstr ""
-#: strings.hrc:86
+#: scaddins/inc/strings.hrc:86
msgctxt "ANALYSIS_FUNCNAME_Lcm"
msgid "LCM"
msgstr ""
-#: strings.hrc:87
+#: scaddins/inc/strings.hrc:87
msgctxt "ANALYSIS_FUNCNAME_Multinomial"
msgid "MULTINOMIAL"
msgstr ""
-#: strings.hrc:88
+#: scaddins/inc/strings.hrc:88
msgctxt "ANALYSIS_FUNCNAME_Seriessum"
msgid "SERIESSUM"
msgstr ""
-#: strings.hrc:89
+#: scaddins/inc/strings.hrc:89
msgctxt "ANALYSIS_FUNCNAME_Quotient"
msgid "QUOTIENT"
msgstr ""
-#: strings.hrc:90
+#: scaddins/inc/strings.hrc:90
msgctxt "ANALYSIS_FUNCNAME_Mround"
msgid "MROUND"
msgstr ""
-#: strings.hrc:91
+#: scaddins/inc/strings.hrc:91
msgctxt "ANALYSIS_FUNCNAME_Sqrtpi"
msgid "SQRTPI"
msgstr ""
-#: strings.hrc:92
+#: scaddins/inc/strings.hrc:92
msgctxt "ANALYSIS_FUNCNAME_Randbetween"
msgid "RANDBETWEEN"
msgstr ""
-#: strings.hrc:93
+#: scaddins/inc/strings.hrc:93
msgctxt "ANALYSIS_FUNCNAME_Besseli"
msgid "BESSELI"
msgstr ""
-#: strings.hrc:94
+#: scaddins/inc/strings.hrc:94
msgctxt "ANALYSIS_FUNCNAME_Besselj"
msgid "BESSELJ"
msgstr ""
-#: strings.hrc:95
+#: scaddins/inc/strings.hrc:95
msgctxt "ANALYSIS_FUNCNAME_Besselk"
msgid "BESSELK"
msgstr ""
-#: strings.hrc:96
+#: scaddins/inc/strings.hrc:96
msgctxt "ANALYSIS_FUNCNAME_Bessely"
msgid "BESSELY"
msgstr ""
-#: strings.hrc:97
+#: scaddins/inc/strings.hrc:97
msgctxt "ANALYSIS_FUNCNAME_Bin2Dec"
msgid "BIN2DEC"
msgstr ""
-#: strings.hrc:98
+#: scaddins/inc/strings.hrc:98
msgctxt "ANALYSIS_FUNCNAME_Bin2Hex"
msgid "BIN2HEX"
msgstr ""
-#: strings.hrc:99
+#: scaddins/inc/strings.hrc:99
msgctxt "ANALYSIS_FUNCNAME_Bin2Oct"
msgid "BIN2OCT"
msgstr ""
-#: strings.hrc:100
+#: scaddins/inc/strings.hrc:100
msgctxt "ANALYSIS_FUNCNAME_Delta"
msgid "DELTA"
msgstr "ДЕЛЬТА"
-#: strings.hrc:101
+#: scaddins/inc/strings.hrc:101
msgctxt "ANALYSIS_FUNCNAME_Dec2Bin"
msgid "DEC2BIN"
msgstr ""
-#: strings.hrc:102
+#: scaddins/inc/strings.hrc:102
msgctxt "ANALYSIS_FUNCNAME_Dec2Hex"
msgid "DEC2HEX"
msgstr ""
-#: strings.hrc:103
+#: scaddins/inc/strings.hrc:103
msgctxt "ANALYSIS_FUNCNAME_Dec2Oct"
msgid "DEC2OCT"
msgstr ""
-#: strings.hrc:104
+#: scaddins/inc/strings.hrc:104
msgctxt "ANALYSIS_FUNCNAME_Erf"
msgid "ERF"
msgstr ""
-#: strings.hrc:105
+#: scaddins/inc/strings.hrc:105
msgctxt "ANALYSIS_FUNCNAME_Erfc"
msgid "ERFC"
msgstr ""
-#: strings.hrc:106
+#: scaddins/inc/strings.hrc:106
msgctxt "ANALYSIS_FUNCNAME_Gestep"
msgid "GESTEP"
msgstr ""
-#: strings.hrc:107
+#: scaddins/inc/strings.hrc:107
msgctxt "ANALYSIS_FUNCNAME_Hex2Bin"
msgid "HEX2BIN"
msgstr ""
-#: strings.hrc:108
+#: scaddins/inc/strings.hrc:108
msgctxt "ANALYSIS_FUNCNAME_Hex2Dec"
msgid "HEX2DEC"
msgstr ""
-#: strings.hrc:109
+#: scaddins/inc/strings.hrc:109
msgctxt "ANALYSIS_FUNCNAME_Hex2Oct"
msgid "HEX2OCT"
msgstr ""
-#: strings.hrc:110
+#: scaddins/inc/strings.hrc:110
msgctxt "ANALYSIS_FUNCNAME_Imabs"
msgid "IMABS"
msgstr ""
-#: strings.hrc:111
+#: scaddins/inc/strings.hrc:111
msgctxt "ANALYSIS_FUNCNAME_Imaginary"
msgid "IMAGINARY"
msgstr ""
-#: strings.hrc:112
+#: scaddins/inc/strings.hrc:112
msgctxt "ANALYSIS_FUNCNAME_Impower"
msgid "IMPOWER"
msgstr ""
-#: strings.hrc:113
+#: scaddins/inc/strings.hrc:113
msgctxt "ANALYSIS_FUNCNAME_Imargument"
msgid "IMARGUMENT"
msgstr ""
-#: strings.hrc:114
+#: scaddins/inc/strings.hrc:114
msgctxt "ANALYSIS_FUNCNAME_Imcos"
msgid "IMCOS"
msgstr ""
-#: strings.hrc:115
+#: scaddins/inc/strings.hrc:115
msgctxt "ANALYSIS_FUNCNAME_Imdiv"
msgid "IMDIV"
msgstr ""
-#: strings.hrc:116
+#: scaddins/inc/strings.hrc:116
msgctxt "ANALYSIS_FUNCNAME_Imexp"
msgid "IMEXP"
msgstr ""
-#: strings.hrc:117
+#: scaddins/inc/strings.hrc:117
msgctxt "ANALYSIS_FUNCNAME_Imconjugate"
msgid "IMCONJUGATE"
msgstr ""
-#: strings.hrc:118
+#: scaddins/inc/strings.hrc:118
msgctxt "ANALYSIS_FUNCNAME_Imln"
msgid "IMLN"
msgstr ""
-#: strings.hrc:119
+#: scaddins/inc/strings.hrc:119
msgctxt "ANALYSIS_FUNCNAME_Imlog10"
msgid "IMLOG10"
msgstr ""
-#: strings.hrc:120
+#: scaddins/inc/strings.hrc:120
msgctxt "ANALYSIS_FUNCNAME_Imlog2"
msgid "IMLOG2"
msgstr ""
-#: strings.hrc:121
+#: scaddins/inc/strings.hrc:121
msgctxt "ANALYSIS_FUNCNAME_Improduct"
msgid "IMPRODUCT"
msgstr ""
-#: strings.hrc:122
+#: scaddins/inc/strings.hrc:122
msgctxt "ANALYSIS_FUNCNAME_Imreal"
msgid "IMREAL"
msgstr ""
-#: strings.hrc:123
+#: scaddins/inc/strings.hrc:123
msgctxt "ANALYSIS_FUNCNAME_Imsin"
msgid "IMSIN"
msgstr ""
-#: strings.hrc:124
+#: scaddins/inc/strings.hrc:124
msgctxt "ANALYSIS_FUNCNAME_Imsub"
msgid "IMSUB"
msgstr ""
-#: strings.hrc:125
+#: scaddins/inc/strings.hrc:125
msgctxt "ANALYSIS_FUNCNAME_Imsum"
msgid "IMSUM"
msgstr ""
-#: strings.hrc:126
+#: scaddins/inc/strings.hrc:126
msgctxt "ANALYSIS_FUNCNAME_Imsqrt"
msgid "IMSQRT"
msgstr ""
-#: strings.hrc:127
+#: scaddins/inc/strings.hrc:127
msgctxt "ANALYSIS_FUNCNAME_Imtan"
msgid "IMTAN"
msgstr ""
-#: strings.hrc:128
+#: scaddins/inc/strings.hrc:128
msgctxt "ANALYSIS_FUNCNAME_Imsec"
msgid "IMSEC"
msgstr ""
-#: strings.hrc:129
+#: scaddins/inc/strings.hrc:129
msgctxt "ANALYSIS_FUNCNAME_Imcsc"
msgid "IMCSC"
msgstr ""
-#: strings.hrc:130
+#: scaddins/inc/strings.hrc:130
msgctxt "ANALYSIS_FUNCNAME_Imcot"
msgid "IMCOT"
msgstr ""
-#: strings.hrc:131
+#: scaddins/inc/strings.hrc:131
msgctxt "ANALYSIS_FUNCNAME_Imsinh"
msgid "IMSINH"
msgstr ""
-#: strings.hrc:132
+#: scaddins/inc/strings.hrc:132
msgctxt "ANALYSIS_FUNCNAME_Imcosh"
msgid "IMCOSH"
msgstr ""
-#: strings.hrc:133
+#: scaddins/inc/strings.hrc:133
msgctxt "ANALYSIS_FUNCNAME_Imsech"
msgid "IMSECH"
msgstr ""
-#: strings.hrc:134
+#: scaddins/inc/strings.hrc:134
msgctxt "ANALYSIS_FUNCNAME_Imcsch"
msgid "IMCSCH"
msgstr ""
-#: strings.hrc:135
+#: scaddins/inc/strings.hrc:135
msgctxt "ANALYSIS_FUNCNAME_Complex"
msgid "COMPLEX"
msgstr ""
-#: strings.hrc:136
+#: scaddins/inc/strings.hrc:136
msgctxt "ANALYSIS_FUNCNAME_Oct2Bin"
msgid "OCT2BIN"
msgstr ""
-#: strings.hrc:137
+#: scaddins/inc/strings.hrc:137
msgctxt "ANALYSIS_FUNCNAME_Oct2Dec"
msgid "OCT2DEC"
msgstr ""
-#: strings.hrc:138
+#: scaddins/inc/strings.hrc:138
msgctxt "ANALYSIS_FUNCNAME_Oct2Hex"
msgid "OCT2HEX"
msgstr ""
-#: strings.hrc:139
+#: scaddins/inc/strings.hrc:139
msgctxt "ANALYSIS_FUNCNAME_Convert"
msgid "CONVERT"
msgstr ""
-#: strings.hrc:140
+#: scaddins/inc/strings.hrc:140
msgctxt "ANALYSIS_FUNCNAME_Factdouble"
msgid "FACTDOUBLE"
msgstr ""
diff --git a/source/ab/sccomp/messages.po b/source/ab/sccomp/messages.po
index 73f4ae6c98f..0c5fcc3a6fc 100644
--- a/source/ab/sccomp/messages.po
+++ b/source/ab/sccomp/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-11-14 16:54+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15,72 +15,72 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1510678468.000000\n"
-#: strings.hrc:25
+#: sccomp/inc/strings.hrc:25
msgctxt "RID_SOLVER_COMPONENT"
msgid "%PRODUCTNAME Linear Solver"
msgstr "%PRODUCTNAME CoinMP аҵәаӷәатә ҳасабга"
-#: strings.hrc:26
+#: sccomp/inc/strings.hrc:26
msgctxt "RID_COINMP_SOLVER_COMPONENT"
msgid "%PRODUCTNAME CoinMP Linear Solver"
msgstr "%PRODUCTNAME CoinMP аҵәаӷәатә ҳасабга"
-#: strings.hrc:27
+#: sccomp/inc/strings.hrc:27
msgctxt "RID_SWARM_SOLVER_COMPONENT"
msgid "%PRODUCTNAME Swarm Non-Linear Solver (experimental)"
msgstr ""
-#: strings.hrc:28
+#: sccomp/inc/strings.hrc:28
msgctxt "RID_PROPERTY_NONNEGATIVE"
msgid "Assume variables as non-negative"
msgstr ""
-#: strings.hrc:29
+#: sccomp/inc/strings.hrc:29
msgctxt "RID_PROPERTY_INTEGER"
msgid "Assume variables as integer"
msgstr ""
-#: strings.hrc:30
+#: sccomp/inc/strings.hrc:30
msgctxt "RID_PROPERTY_TIMEOUT"
msgid "Solving time limit (seconds)"
msgstr ""
-#: strings.hrc:31
+#: sccomp/inc/strings.hrc:31
msgctxt "RID_PROPERTY_EPSILONLEVEL"
msgid "Epsilon level (0-3)"
msgstr "Епсилон аҩаӡара (0-3)"
-#: strings.hrc:32
+#: sccomp/inc/strings.hrc:32
msgctxt "RID_PROPERTY_LIMITBBDEPTH"
msgid "Limit branch-and-bound depth"
msgstr ""
-#: strings.hrc:33
+#: sccomp/inc/strings.hrc:33
msgctxt "RID_PROPERTY_ALGORITHM"
msgid "Swarm algorithm (0 - Differential Evolution, 1 - Particle Swarm Optimization)"
msgstr ""
-#: strings.hrc:34
+#: sccomp/inc/strings.hrc:34
msgctxt "RID_ERROR_NONLINEAR"
msgid "The model is not linear."
msgstr "Амодель ҵәаӷәатәӡам."
-#: strings.hrc:35
+#: sccomp/inc/strings.hrc:35
msgctxt "RID_ERROR_EPSILONLEVEL"
msgid "The epsilon level is invalid."
msgstr ""
-#: strings.hrc:36
+#: sccomp/inc/strings.hrc:36
msgctxt "RID_ERROR_INFEASIBLE"
msgid "The model is infeasible. Check limiting conditions."
msgstr ""
-#: strings.hrc:37
+#: sccomp/inc/strings.hrc:37
msgctxt "RID_ERROR_UNBOUNDED"
msgid "The model is unbounded."
msgstr "Амодель ҳәаадоуп."
-#: strings.hrc:38
+#: sccomp/inc/strings.hrc:38
msgctxt "RID_ERROR_TIMEOUT"
msgid "The time limit was reached."
msgstr "Аамҭа алимит нҵәеит."
diff --git a/source/ab/sd/messages.po b/source/ab/sd/messages.po
index 973fb2fbf84..de504f04370 100644
--- a/source/ab/sd/messages.po
+++ b/source/ab/sd/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-19 11:42+0100\n"
-"PO-Revision-Date: 2018-01-01 10:44+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-03-25 10:24+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -13,441 +13,446 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1514803453.000000\n"
+"X-POOTLE-MTIME: 1521973478.000000\n"
-#: DocumentRenderer.hrc:29
+#: sd/inc/DocumentRenderer.hrc:29
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES"
msgid "Slides"
msgstr ""
-#: DocumentRenderer.hrc:30
+#: sd/inc/DocumentRenderer.hrc:30
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES"
msgid "Handouts"
msgstr ""
-#: DocumentRenderer.hrc:31
+#: sd/inc/DocumentRenderer.hrc:31
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES"
msgid "Notes"
msgstr "Азгәаҭақәа"
-#: DocumentRenderer.hrc:32
+#: sd/inc/DocumentRenderer.hrc:32
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES"
msgid "Outline"
msgstr "Аструктура"
-#: DocumentRenderer.hrc:37
+#: sd/inc/DocumentRenderer.hrc:37
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "According to layout"
msgstr ""
-#: DocumentRenderer.hrc:38
+#: sd/inc/DocumentRenderer.hrc:38
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "1"
msgstr ""
-#: DocumentRenderer.hrc:39
+#: sd/inc/DocumentRenderer.hrc:39
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "2"
msgstr ""
-#: DocumentRenderer.hrc:40
+#: sd/inc/DocumentRenderer.hrc:40
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "3"
msgstr ""
-#: DocumentRenderer.hrc:41
+#: sd/inc/DocumentRenderer.hrc:41
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "4"
msgstr ""
-#: DocumentRenderer.hrc:42
+#: sd/inc/DocumentRenderer.hrc:42
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "6"
msgstr ""
-#: DocumentRenderer.hrc:43
+#: sd/inc/DocumentRenderer.hrc:43
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "9"
msgstr ""
-#: DocumentRenderer.hrc:48
+#: sd/inc/DocumentRenderer.hrc:48
msgctxt "STR_IMPRESS_PRINT_UI_ORDER_CHOICES"
msgid "Left to right, then down"
msgstr ""
-#: DocumentRenderer.hrc:49
+#: sd/inc/DocumentRenderer.hrc:49
msgctxt "STR_IMPRESS_PRINT_UI_ORDER_CHOICES"
msgid "Top to bottom, then right"
msgstr ""
-#: DocumentRenderer.hrc:54
+#: sd/inc/DocumentRenderer.hrc:54
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY_CHOICES"
msgid "Original colors"
msgstr ""
-#: DocumentRenderer.hrc:55
+#: sd/inc/DocumentRenderer.hrc:55
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY_CHOICES"
msgid "Grayscale"
msgstr ""
-#: DocumentRenderer.hrc:56
+#: sd/inc/DocumentRenderer.hrc:56
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY_CHOICES"
msgid "Black & white"
msgstr ""
-#: DocumentRenderer.hrc:61
+#: sd/inc/DocumentRenderer.hrc:61
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Original size"
msgstr "Ахалагаратә шәагаа"
-#: DocumentRenderer.hrc:62
+#: sd/inc/DocumentRenderer.hrc:62
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Fit to printable page"
msgstr "Адаҟьа ашәагаақәа ирҭакӡатәуп"
-#: DocumentRenderer.hrc:63
+#: sd/inc/DocumentRenderer.hrc:63
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Distribute on multiple sheets of paper"
msgstr ""
-#: DocumentRenderer.hrc:64
+#: sd/inc/DocumentRenderer.hrc:64
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Tile sheet of paper with repeated slides"
msgstr ""
-#: DocumentRenderer.hrc:69
+#: sd/inc/DocumentRenderer.hrc:69
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW"
msgid "Original size"
msgstr "Ахалагаратә шәагаа"
-#: DocumentRenderer.hrc:70
+#: sd/inc/DocumentRenderer.hrc:70
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW"
msgid "Fit to printable page"
msgstr "Адаҟьа ашәагаақәа ирҭакӡатәуп"
-#: DocumentRenderer.hrc:71
+#: sd/inc/DocumentRenderer.hrc:71
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW"
msgid "Distribute on multiple sheets of paper"
msgstr ""
-#: DocumentRenderer.hrc:72
+#: sd/inc/DocumentRenderer.hrc:72
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW"
msgid "Tile sheet of paper with repeated pages"
msgstr "Мозаикала акьыҧхьра"
-#: DocumentRenderer.hrc:77
+#: sd/inc/DocumentRenderer.hrc:77
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST"
msgid "All pages"
msgstr "Адаҟьақәа зегьы"
-#: DocumentRenderer.hrc:78
+#: sd/inc/DocumentRenderer.hrc:78
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST"
msgid "Front sides / right pages"
msgstr ""
-#: DocumentRenderer.hrc:79
+#: sd/inc/DocumentRenderer.hrc:79
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST"
msgid "Back sides / left pages"
msgstr ""
-#: DocumentRenderer.hrc:84
+#: sd/inc/DocumentRenderer.hrc:84
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "~All slides"
msgstr ""
-#: DocumentRenderer.hrc:85
+#: sd/inc/DocumentRenderer.hrc:85
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "~Slides"
msgstr ""
-#: DocumentRenderer.hrc:86
+#: sd/inc/DocumentRenderer.hrc:86
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "Se~lection"
msgstr "Алкаара"
-#: DocumentRenderer.hrc:91
+#: sd/inc/DocumentRenderer.hrc:91
msgctxt "STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "~All pages"
msgstr "Адаҟьақәа зегьы"
-#: DocumentRenderer.hrc:92
+#: sd/inc/DocumentRenderer.hrc:92
msgctxt "STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "Pa~ges"
msgstr "Адаҟьақәа"
-#: DocumentRenderer.hrc:93
+#: sd/inc/DocumentRenderer.hrc:93
msgctxt "STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "Se~lection"
msgstr "Алкаара"
-#: errhdl.hrc:29
+#: sd/inc/errhdl.hrc:29
msgctxt "RID_SD_ERRHDL"
msgid "File format error found at $(ARG1)(row,col)."
msgstr ""
-#: errhdl.hrc:31 /home/cl/vc/git/libo-core/sd/inc/errhdl.hrc:33
+#: sd/inc/errhdl.hrc:31 sd/inc/errhdl.hrc:33
msgctxt "RID_SD_ERRHDL"
msgid "Format error discovered in the file in sub-document $(ARG1) at position $(ARG2)(row,col)."
msgstr ""
-#: family.hrc:29
+#: sd/inc/family.hrc:29
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "All Styles"
msgstr "Астильқәа зегьы"
-#: family.hrc:30
+#: sd/inc/family.hrc:30
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Hidden Styles"
msgstr "Иҵәаху астильқәа"
-#: family.hrc:31
+#: sd/inc/family.hrc:31
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Applied Styles"
msgstr "Ахархәара змоу астильқәа"
-#: family.hrc:32
+#: sd/inc/family.hrc:32
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Custom Styles"
msgstr "Ахархәаҩ истильқәа"
-#: family.hrc:38
+#: sd/inc/family.hrc:38
msgctxt "RID_PRESENTATIONSTYLEFAMILY"
msgid "All Styles"
msgstr "Астильқәа зегьы"
-#: family.hrc:39
+#: sd/inc/family.hrc:39
msgctxt "RID_PRESENTATIONSTYLEFAMILY"
msgid "Hidden Styles"
msgstr "Иҵәаху астильқәа"
-#: strings.hrc:25
+#: sd/inc/strings.hrc:25
msgctxt "STR_NULL"
msgid "None"
msgstr "Мап"
-#: strings.hrc:26
+#: sd/inc/strings.hrc:26
#, fuzzy
msgctxt "STR_INSERTPAGE"
msgid "Insert Slide"
msgstr "Ибжьаргылатәуп атаблица"
-#: strings.hrc:27
+#: sd/inc/strings.hrc:27
msgctxt "STR_INSERTLAYER"
msgid "Insert Layer"
msgstr ""
-#: strings.hrc:28
+#: sd/inc/strings.hrc:28
msgctxt "STR_MODIFYLAYER"
msgid "Modify Layer"
msgstr ""
-#: strings.hrc:29
+#: sd/inc/strings.hrc:29
msgctxt "STR_UNDO_SLIDE_PARAMS"
msgid "Slide parameter"
msgstr ""
-#: strings.hrc:30
+#: sd/inc/strings.hrc:30
msgctxt "STR_UNDO_CUT"
msgid "Cut"
msgstr "Игәылҧҟатәуп"
-#: strings.hrc:31
+#: sd/inc/strings.hrc:31
msgctxt "STR_UNDO_REPLACE"
msgid "Replace"
msgstr "Иҧсахтәуп"
-#: strings.hrc:32
+#: sd/inc/strings.hrc:32
msgctxt "STR_UNDO_DRAGDROP"
msgid "Drag and Drop"
msgstr "Аиагара"
-#: strings.hrc:33
+#: sd/inc/strings.hrc:33
msgctxt "STR_INSERTGRAPHIC"
msgid "Insert Image"
msgstr "Ибжьаргылатәуп асахьа"
-#: strings.hrc:34
+#: sd/inc/strings.hrc:34
+msgctxt "STR_QUERYROTATION"
+msgid "This image is rotated. Would you like to rotate it into standard orientation?"
+msgstr ""
+
+#: sd/inc/strings.hrc:35
msgctxt "STR_UNDO_BEZCLOSE"
msgid "Close Polygon"
msgstr ""
-#: strings.hrc:35
+#: sd/inc/strings.hrc:36
msgctxt "STR_SLIDE_SORTER_MODE"
msgid "Slide Sorter"
msgstr ""
-#: strings.hrc:36
+#: sd/inc/strings.hrc:37
msgctxt "STR_NORMAL_MODE"
msgid "Normal"
msgstr "Инормалтәу"
-#: strings.hrc:37
+#: sd/inc/strings.hrc:38
msgctxt "STR_SLIDE_MASTER_MODE"
msgid "Master Slide"
msgstr ""
-#: strings.hrc:38
+#: sd/inc/strings.hrc:39
msgctxt "STR_OUTLINE_MODE"
msgid "Outline"
msgstr "Аструктура"
-#: strings.hrc:39
+#: sd/inc/strings.hrc:40
msgctxt "STR_NOTES_MODE"
msgid "Notes"
msgstr "Азгәаҭақәа"
-#: strings.hrc:40
+#: sd/inc/strings.hrc:41
msgctxt "STR_NOTES_MASTER_MODE"
msgid "Master Notes"
msgstr ""
-#: strings.hrc:41
+#: sd/inc/strings.hrc:42
msgctxt "STR_HANDOUT_MASTER_MODE"
msgid "Master Handout"
msgstr ""
-#: strings.hrc:42
+#: sd/inc/strings.hrc:43
msgctxt "STR_AUTOLAYOUT_NONE"
msgid "Blank Slide"
msgstr ""
-#: strings.hrc:43
+#: sd/inc/strings.hrc:44
msgctxt "STR_AUTOLAYOUT_ONLY_TITLE"
msgid "Title Only"
msgstr ""
-#: strings.hrc:44
+#: sd/inc/strings.hrc:45
msgctxt "STR_AUTOLAYOUT_ONLY_TEXT"
msgid "Centered Text"
msgstr ""
-#: strings.hrc:45
+#: sd/inc/strings.hrc:46
msgctxt "STR_AUTOLAYOUT_TITLE"
msgid "Title Slide"
msgstr ""
-#: strings.hrc:46
+#: sd/inc/strings.hrc:47
msgctxt "STR_AUTOLAYOUT_CONTENT"
msgid "Title, Content"
msgstr ""
-#: strings.hrc:47
+#: sd/inc/strings.hrc:48
msgctxt "STR_AUTOLAYOUT_2CONTENT"
msgid "Title and 2 Content"
msgstr ""
-#: strings.hrc:48
+#: sd/inc/strings.hrc:49
msgctxt "STR_AUTOLAYOUT_CONTENT_2CONTENT"
msgid "Title, Content and 2 Content"
msgstr ""
-#: strings.hrc:49
+#: sd/inc/strings.hrc:50
msgctxt "STR_AUTOLAYOUT_2CONTENT_CONTENT"
msgid "Title, 2 Content and Content"
msgstr ""
-#: strings.hrc:50
+#: sd/inc/strings.hrc:51
msgctxt "STR_AUTOLAYOUT_2CONTENT_OVER_CONTENT"
msgid "Title, 2 Content over Content"
msgstr ""
-#: strings.hrc:51
+#: sd/inc/strings.hrc:52
msgctxt "STR_AUTOLAYOUT_CONTENT_OVER_CONTENT"
msgid "Title, Content over Content"
msgstr ""
-#: strings.hrc:52
+#: sd/inc/strings.hrc:53
msgctxt "STR_AUTOLAYOUT_4CONTENT"
msgid "Title, 4 Content"
msgstr ""
-#: strings.hrc:53
+#: sd/inc/strings.hrc:54
msgctxt "STR_AUTOLAYOUT_6CONTENT"
msgid "Title, 6 Content"
msgstr ""
-#: strings.hrc:54
+#: sd/inc/strings.hrc:55
msgctxt "STR_AL_TITLE_VERT_OUTLINE"
msgid "Title, Vertical Text"
msgstr ""
-#: strings.hrc:55
+#: sd/inc/strings.hrc:56
msgctxt "STR_AL_TITLE_VERT_OUTLINE_CLIPART"
msgid "Title, Vertical Text, Clipart"
msgstr ""
-#: strings.hrc:56
+#: sd/inc/strings.hrc:57
msgctxt "STR_AL_VERT_TITLE_TEXT_CHART"
msgid "Vertical Title, Text, Chart"
msgstr ""
-#: strings.hrc:57
+#: sd/inc/strings.hrc:58
msgctxt "STR_AL_VERT_TITLE_VERT_OUTLINE"
msgid "Vertical Title, Vertical Text"
msgstr ""
-#: strings.hrc:58
+#: sd/inc/strings.hrc:59
msgctxt "STR_AUTOLAYOUT_HANDOUT1"
msgid "One Slide"
msgstr ""
-#: strings.hrc:59
+#: sd/inc/strings.hrc:60
msgctxt "STR_AUTOLAYOUT_HANDOUT2"
msgid "Two Slides"
msgstr ""
-#: strings.hrc:60
+#: sd/inc/strings.hrc:61
msgctxt "STR_AUTOLAYOUT_HANDOUT3"
msgid "Three Slides"
msgstr ""
-#: strings.hrc:61
+#: sd/inc/strings.hrc:62
msgctxt "STR_AUTOLAYOUT_HANDOUT4"
msgid "Four Slides"
msgstr ""
-#: strings.hrc:62
+#: sd/inc/strings.hrc:63
msgctxt "STR_AUTOLAYOUT_HANDOUT6"
msgid "Six Slides"
msgstr ""
-#: strings.hrc:63
+#: sd/inc/strings.hrc:64
msgctxt "STR_AUTOLAYOUT_HANDOUT9"
msgid "Nine Slides"
msgstr ""
-#: strings.hrc:64
+#: sd/inc/strings.hrc:65
msgctxt "STR_DISPLAYMODE_EDITMODES"
msgid "Edit Modes"
msgstr "Аредакциазура арежимқәа"
-#: strings.hrc:65
+#: sd/inc/strings.hrc:66
msgctxt "STR_DISPLAYMODE_MASTERMODES"
msgid "Master Modes"
msgstr ""
-#: strings.hrc:66
+#: sd/inc/strings.hrc:67
msgctxt "STR_AUTOLAYOUT_NOTES"
msgid "Notes"
msgstr "Азгәаҭақәа"
-#: strings.hrc:67
+#: sd/inc/strings.hrc:68
msgctxt "STR_TRANSFORM"
msgid "Transform"
msgstr ""
-#: strings.hrc:68
+#: sd/inc/strings.hrc:69
msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr ""
-#: strings.hrc:69
+#: sd/inc/strings.hrc:70
#, fuzzy
msgctxt "STR_DESC_LINEEND"
msgid "Please enter a name for the new arrowhead:"
msgstr "Иҭажәгал иҿыцу аҧштәы ахьӡ:"
-#: strings.hrc:70
+#: sd/inc/strings.hrc:71
#, fuzzy
msgctxt "STR_WARN_NAME_DUPLICATE"
msgid ""
@@ -455,184 +460,179 @@ msgid ""
"Please enter another name."
msgstr "Ахьӡ «%1» ыҟоуп. Иалышәх даҽа хьӡык."
-#: strings.hrc:71
+#: sd/inc/strings.hrc:72
msgctxt "STR_UNDO_ANIMATION"
msgid "Animation parameters"
msgstr ""
-#: strings.hrc:72
-msgctxt "STR_EXPORT_HTML_NAME"
-msgid "Web Page"
-msgstr "Web-адаҟьа"
-
-#: strings.hrc:73
+#: sd/inc/strings.hrc:73
msgctxt "STR_UNDO_COPYOBJECTS"
msgid "Duplicate"
msgstr ""
-#: strings.hrc:74
+#: sd/inc/strings.hrc:74
msgctxt "STR_TITLE_NAMEGROUP"
msgid "Name Object"
msgstr ""
-#: strings.hrc:75
+#: sd/inc/strings.hrc:75
msgctxt "STR_DESC_NAMEGROUP"
msgid "Name"
msgstr "Иҭажәгал аобиеқт ахьӡ"
-#: strings.hrc:76
+#: sd/inc/strings.hrc:76
msgctxt "STR_WARN_PAGE_EXISTS"
msgid "The slide name already exists or is invalid. Please enter another name."
msgstr ""
-#: strings.hrc:77
+#: sd/inc/strings.hrc:77
msgctxt "STR_SNAPDLG_SETLINE"
msgid "Edit Snap Line"
msgstr ""
-#: strings.hrc:78
+#: sd/inc/strings.hrc:78
msgctxt "STR_SNAPDLG_SETPOINT"
msgid "Edit Snap Point"
msgstr ""
-#: strings.hrc:79
+#: sd/inc/strings.hrc:79
msgctxt "STR_POPUP_EDIT_SNAPLINE"
msgid "Edit Snap Line..."
msgstr ""
-#: strings.hrc:80
+#: sd/inc/strings.hrc:80
msgctxt "STR_POPUP_EDIT_SNAPPOINT"
msgid "Edit Snap Point..."
msgstr ""
-#: strings.hrc:81
+#: sd/inc/strings.hrc:81
msgctxt "STR_POPUP_DELETE_SNAPLINE"
msgid "Delete Snap Line"
msgstr "Ианыхтәуп амҩақәҵага"
-#: strings.hrc:82
+#: sd/inc/strings.hrc:82
#, fuzzy
msgctxt "STR_POPUP_DELETE_SNAPPOINT"
msgid "Delete Snap Point"
msgstr "Ианыхтәуп амҩақәҵага"
-#: strings.hrc:83
+#: sd/inc/strings.hrc:83
msgctxt "STR_IMPRESS"
msgid "StarImpress 4.0"
msgstr ""
-#: strings.hrc:84
+#: sd/inc/strings.hrc:84
msgctxt "STR_LAYER"
msgid "Layer"
msgstr ""
-#: strings.hrc:85
+#: sd/inc/strings.hrc:85
msgctxt "STR_UNDO_DELETEPAGES"
msgid "Delete slides"
msgstr "Ианыхтәуп аслаид"
-#: strings.hrc:86
+#: sd/inc/strings.hrc:86
msgctxt "STR_UNDO_INSERTPAGES"
msgid "Insert slides"
msgstr ""
-#: strings.hrc:87
+#: sd/inc/strings.hrc:87
msgctxt "STR_ASK_DELETE_LAYER"
msgid ""
"Are you sure you want to delete the level \"$\"?\n"
"Note: All objects on this level will be deleted!"
msgstr ""
-#: strings.hrc:88
+#: sd/inc/strings.hrc:88
#, fuzzy
msgctxt "STR_ASK_DELETE_ALL_PICTURES"
msgid "Do you really want to delete all images?"
msgstr "Даныхтәума ари ахархәаҩ?"
-#: strings.hrc:89
+#: sd/inc/strings.hrc:89
msgctxt "STR_UNDO_CHANGE_TITLE_AND_LAYOUT"
msgid "Modify title and outline"
msgstr ""
-#: strings.hrc:90
+#: sd/inc/strings.hrc:90
msgctxt "STR_WAV_FILE"
msgid "Audio"
msgstr ""
-#: strings.hrc:91
+#: sd/inc/strings.hrc:91
msgctxt "STR_MIDI_FILE"
msgid "MIDI"
msgstr ""
-#: strings.hrc:92
+#: sd/inc/strings.hrc:92
msgctxt "STR_AU_FILE"
msgid "Sun/NeXT Audio"
msgstr ""
-#: strings.hrc:93
+#: sd/inc/strings.hrc:93
msgctxt "STR_VOC_FILE"
msgid "Creative Labs Audio"
msgstr ""
-#: strings.hrc:94
+#: sd/inc/strings.hrc:94
msgctxt "STR_AIFF_FILE"
msgid "Apple/SGI Audio"
msgstr ""
-#: strings.hrc:95
+#: sd/inc/strings.hrc:95
msgctxt "STR_SVX_FILE"
msgid "Amiga SVX Audio"
msgstr ""
-#: strings.hrc:96
+#: sd/inc/strings.hrc:96
msgctxt "STR_SD_PAGE"
msgid "Slide"
msgstr ""
-#: strings.hrc:97
+#: sd/inc/strings.hrc:97
msgctxt "STR_SD_PAGE_COUNT"
msgid "Slide %1 of %2"
msgstr ""
-#: strings.hrc:98
+#: sd/inc/strings.hrc:98
msgctxt "STR_SD_PAGE_COUNT_CUSTOM"
msgid "Slide %1 of %2 (%3)"
msgstr ""
-#: strings.hrc:99
+#: sd/inc/strings.hrc:99
msgctxt "STR_ALL_SUPPORTED_FORMATS"
msgid "All supported formats"
msgstr ""
-#: strings.hrc:100
+#: sd/inc/strings.hrc:100
msgctxt "STR_ALL_FILES"
msgid "All files"
msgstr "Афаилқәа зегьы"
-#: strings.hrc:101
+#: sd/inc/strings.hrc:101
msgctxt "STR_UNDO_INSERT_TEXTFRAME"
msgid "Insert text frame"
msgstr ""
-#: strings.hrc:102
+#: sd/inc/strings.hrc:102
msgctxt "STR_ACTION_NOTPOSSIBLE"
msgid ""
"This function cannot be run \n"
"with the selected objects."
msgstr ""
-#: strings.hrc:103
+#: sd/inc/strings.hrc:103
#, fuzzy
msgctxt "STR_DLG_INSERT_PAGES_FROM_FILE"
msgid "Insert File"
msgstr "Ибжьаргылатәуп атаблица"
-#: strings.hrc:104
+#: sd/inc/strings.hrc:104
msgctxt "STR_READ_DATA_ERROR"
msgid "The file could not be loaded!"
msgstr "Афаил аҭагалара ауам!"
-#: strings.hrc:105
+#: sd/inc/strings.hrc:105
msgctxt "STR_SCALE_OBJECTS"
msgid ""
"The page size of the target document is different than the source document.\n"
@@ -640,5606 +640,5637 @@ msgid ""
"Do you want to scale the copied objects to fit the new page size?"
msgstr ""
-#: strings.hrc:106
+#: sd/inc/strings.hrc:106
msgctxt "STR_CREATE_PAGES"
msgid "Create Slides"
msgstr ""
-#: strings.hrc:107
+#: sd/inc/strings.hrc:107
msgctxt "STR_UNDO_CHANGE_PAGEFORMAT"
msgid "Modify page format"
msgstr "Иҧсахтәуп адаҟьа аформат"
-#: strings.hrc:108
+#: sd/inc/strings.hrc:108
msgctxt "STR_UNDO_CHANGE_PAGEBORDER"
msgid "Modify page margins"
msgstr "Иҧсахтәуп адаҟьа аҭакырақәа"
-#: strings.hrc:109
+#: sd/inc/strings.hrc:109
msgctxt "STR_EDIT_OBJ"
msgid "~Edit"
msgstr "Ариашара"
-#: strings.hrc:110
+#: sd/inc/strings.hrc:110
msgctxt "STR_DELETE_PAGES"
msgid "Delete Slides"
msgstr "Ианыхтәуп аслаидқәа"
-#: strings.hrc:111
+#: sd/inc/strings.hrc:111
msgctxt "STR_WARN_PRINTFORMAT_FAILURE"
msgid "The document format could not be set on the specified printer."
msgstr ""
-#: strings.hrc:112
+#: sd/inc/strings.hrc:112
msgctxt "STR_IMPORT_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "Асахьа аартра ауам"
-#: strings.hrc:113
+#: sd/inc/strings.hrc:113
msgctxt "STR_IMPORT_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr "Асахьа аҧхьара ауам"
-#: strings.hrc:114
+#: sd/inc/strings.hrc:114
msgctxt "STR_IMPORT_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr ""
-#: strings.hrc:115
+#: sd/inc/strings.hrc:115
msgctxt "STR_IMPORT_GRFILTER_VERSIONERROR"
msgid "This image file version is not supported"
msgstr ""
-#: strings.hrc:116
+#: sd/inc/strings.hrc:116
msgctxt "STR_IMPORT_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#: strings.hrc:117
+#: sd/inc/strings.hrc:117
msgctxt "STR_IMPORT_GRFILTER_TOOBIG"
msgid "Not enough memory to import image"
msgstr ""
-#: strings.hrc:118
+#: sd/inc/strings.hrc:118
msgctxt "STR_OBJECTS"
msgid "Objects"
msgstr "Аобиеқтқәа"
-#: strings.hrc:119
+#: sd/inc/strings.hrc:119
msgctxt "STR_END_SPELLING"
msgid "Spellcheck of entire document has been completed."
msgstr ""
-#: strings.hrc:120
+#: sd/inc/strings.hrc:120
msgctxt "STR_END_SPELLING_OBJ"
msgid "The spellcheck for the selected objects has been completed."
msgstr ""
-#: strings.hrc:121
+#: sd/inc/strings.hrc:121
msgctxt "STR_ASK_FOR_CONVERT_TO_BEZIER"
msgid "Convert selected object to curve?"
msgstr ""
-#: strings.hrc:122
+#: sd/inc/strings.hrc:122
msgctxt "STR_UNDO_CHANGE_PRES_OBJECT"
msgid "Modify presentation object '$'"
msgstr ""
-#: strings.hrc:123
+#: sd/inc/strings.hrc:123
msgctxt "STR_UNDO_MODIFY_PAGE"
msgid "Slide layout"
msgstr ""
-#: strings.hrc:124
+#: sd/inc/strings.hrc:124
#, fuzzy
msgctxt "STR_UNDO_INSERT_FILE"
msgid "Insert file"
msgstr "Ибжьаргылатәуп атаблица"
-#: strings.hrc:125
+#: sd/inc/strings.hrc:125
msgctxt "STR_UNDO_INSERT_SPECCHAR"
msgid "Insert special character"
msgstr "Ибжьаргылатәуп асимвол"
-#: strings.hrc:126
+#: sd/inc/strings.hrc:126
msgctxt "STR_UNDO_SET_PRESLAYOUT"
msgid "Apply presentation layout"
msgstr ""
-#: strings.hrc:127
+#: sd/inc/strings.hrc:127
#, fuzzy
msgctxt "STR_PLAY"
msgid "~Play"
msgstr "Идәықәҵатәуп"
-#: strings.hrc:128
+#: sd/inc/strings.hrc:128
msgctxt "STR_STOP"
msgid "Sto~p"
msgstr "Аанкылара"
-#: strings.hrc:129
+#: sd/inc/strings.hrc:129
msgctxt "STR_UNDO_ORIGINALSIZE"
msgid "Original Size"
msgstr "Ахалагаратә шәагаа"
-#: strings.hrc:130
+#: sd/inc/strings.hrc:130
msgctxt "STR_WARN_SCALE_FAIL"
msgid ""
"The specified scale is invalid.\n"
"Do you want to enter a new one?"
msgstr ""
-#: strings.hrc:131
+#: sd/inc/strings.hrc:131
#, fuzzy
msgctxt "STR_CLICK_ACTION_NONE"
msgid "No action"
msgstr "_иҧсахтәӡам"
-#: strings.hrc:132
+#: sd/inc/strings.hrc:132
msgctxt "STR_CLICK_ACTION_PREVPAGE"
msgid "Go to previous slide"
msgstr "Ииастәуп аҧхьатәи аслаид ахь"
-#: strings.hrc:133
+#: sd/inc/strings.hrc:133
msgctxt "STR_CLICK_ACTION_NEXTPAGE"
msgid "Go to next slide"
msgstr ""
-#: strings.hrc:134
+#: sd/inc/strings.hrc:134
msgctxt "STR_CLICK_ACTION_FIRSTPAGE"
msgid "Go to first slide"
msgstr ""
-#: strings.hrc:135
+#: sd/inc/strings.hrc:135
msgctxt "STR_CLICK_ACTION_LASTPAGE"
msgid "Go to last slide"
msgstr ""
-#: strings.hrc:136
+#: sd/inc/strings.hrc:136
msgctxt "STR_CLICK_ACTION_BOOKMARK"
msgid "Go to page or object"
msgstr "Ииастәуп адаҟьахь ма аобиеқтахь"
-#: strings.hrc:137
+#: sd/inc/strings.hrc:137
msgctxt "STR_CLICK_ACTION_DOCUMENT"
msgid "Go to document"
msgstr ""
-#: strings.hrc:138
+#: sd/inc/strings.hrc:138
msgctxt "STR_CLICK_ACTION_SOUND"
msgid "Play audio"
msgstr ""
-#: strings.hrc:139
+#: sd/inc/strings.hrc:139
msgctxt "STR_CLICK_ACTION_VERB"
msgid "Start object action"
msgstr ""
-#: strings.hrc:140
+#: sd/inc/strings.hrc:140
msgctxt "STR_CLICK_ACTION_PROGRAM"
msgid "Run program"
msgstr ""
-#: strings.hrc:141
+#: sd/inc/strings.hrc:141
msgctxt "STR_CLICK_ACTION_MACRO"
msgid "Run macro"
msgstr "Инагӡатәуп амакрос"
-#: strings.hrc:142
+#: sd/inc/strings.hrc:142
msgctxt "STR_CLICK_ACTION_STOPPRESENTATION"
msgid "Exit presentation"
msgstr ""
-#: strings.hrc:143
+#: sd/inc/strings.hrc:143
msgctxt "STR_EFFECTDLG_JUMP"
msgid "Target"
msgstr ""
-#: strings.hrc:144
+#: sd/inc/strings.hrc:144
msgctxt "STR_EFFECTDLG_ACTION"
msgid "Act~ion"
msgstr "Аҟаҵара"
-#: strings.hrc:145
+#: sd/inc/strings.hrc:145
msgctxt "STR_EFFECTDLG_SOUND"
msgid "Audio"
msgstr ""
-#: strings.hrc:146
+#: sd/inc/strings.hrc:146
msgctxt "STR_EFFECTDLG_PAGE_OBJECT"
msgid "Slide / Object"
msgstr "Аслаид / Аобиеқт"
-#: strings.hrc:147
+#: sd/inc/strings.hrc:147
msgctxt "STR_EFFECTDLG_DOCUMENT"
msgid "Document"
msgstr "Адокумент"
-#: strings.hrc:148
+#: sd/inc/strings.hrc:148
msgctxt "STR_EFFECTDLG_PROGRAM"
msgid "Program"
msgstr ""
-#: strings.hrc:149
+#: sd/inc/strings.hrc:149
msgctxt "STR_EFFECTDLG_MACRO"
msgid "Macro"
msgstr "Амакрос"
#. Strings for animation effects
-#: strings.hrc:151
+#: sd/inc/strings.hrc:151
msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr ""
-#: strings.hrc:152
+#: sd/inc/strings.hrc:152
msgctxt "STR_SLIDE_SINGULAR"
msgid " Slide"
msgstr ""
-#: strings.hrc:153
+#: sd/inc/strings.hrc:153
msgctxt "STR_SLIDE_PLURAL"
msgid " Slides"
msgstr ""
-#: strings.hrc:154
+#: sd/inc/strings.hrc:154
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Slide Design"
msgstr "Аслаидқәа рдизаин аҭагалара"
-#: strings.hrc:155
+#: sd/inc/strings.hrc:155
msgctxt "STR_DRAGTYPE_URL"
msgid "Insert as Hyperlink"
msgstr "Ибжьаргылатәуп агиперзхьарҧш ҳасабла"
-#: strings.hrc:156
+#: sd/inc/strings.hrc:156
msgctxt "STR_DRAGTYPE_EMBEDDED"
msgid "Insert as Copy"
msgstr ""
-#: strings.hrc:157
+#: sd/inc/strings.hrc:157
msgctxt "STR_DRAGTYPE_LINK"
msgid "Insert as Link"
msgstr "Ибжьаргылатәуп азхьарҧш ҳасабла"
-#: strings.hrc:158
+#: sd/inc/strings.hrc:158
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr ""
-#: strings.hrc:159
+#: sd/inc/strings.hrc:159
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Арымарахь"
-#: strings.hrc:160
+#: sd/inc/strings.hrc:160
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Арыӷьарахь"
-#: strings.hrc:161
+#: sd/inc/strings.hrc:161
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Хыхьла"
-#: strings.hrc:162
+#: sd/inc/strings.hrc:162
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: strings.hrc:163
+#: sd/inc/strings.hrc:163
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Хыхьла арымарахь"
-#: strings.hrc:164
+#: sd/inc/strings.hrc:164
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Ҵаҟала арымарахь"
-#: strings.hrc:165
+#: sd/inc/strings.hrc:165
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Хыхьла арыӷьарахь"
-#: strings.hrc:166
+#: sd/inc/strings.hrc:166
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Ҵаҟала арыӷьарахь"
-#: strings.hrc:167
+#: sd/inc/strings.hrc:167
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Горизонталла"
-#: strings.hrc:168
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr ""
-#: strings.hrc:169
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Зегьы?"
-#: strings.hrc:170
+#: sd/inc/strings.hrc:170
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr ""
-#: strings.hrc:171
+#: sd/inc/strings.hrc:171
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Шьҭахьҟа"
-#: strings.hrc:172
+#: sd/inc/strings.hrc:172
#, fuzzy
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Иацҵатәуп"
-#: strings.hrc:173
+#: sd/inc/strings.hrc:173
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr ""
-#: strings.hrc:174
+#: sd/inc/strings.hrc:174
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr ""
-#: strings.hrc:175
+#: sd/inc/strings.hrc:175
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr ""
-#: strings.hrc:176
-msgctxt "STR_UNDO_COLORRESOLUTION"
-msgid "Color resolution"
-msgstr ""
-
-#: strings.hrc:177
+#: sd/inc/strings.hrc:176
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr ""
-#: strings.hrc:178
+#: sd/inc/strings.hrc:177
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr ""
-#: strings.hrc:179
+#: sd/inc/strings.hrc:178
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr ""
-#: strings.hrc:180
+#: sd/inc/strings.hrc:179
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr ""
-#: strings.hrc:181
+#: sd/inc/strings.hrc:180
msgctxt "STR_FIX"
msgid "Fixed"
msgstr ""
-#: strings.hrc:182
+#: sd/inc/strings.hrc:181
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Аҽеиҭак"
-#: strings.hrc:183
+#: sd/inc/strings.hrc:182
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Астандарт"
-#: strings.hrc:184
+#: sd/inc/strings.hrc:183
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr ""
-#: strings.hrc:185
+#: sd/inc/strings.hrc:184
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr ""
-#: strings.hrc:186
+#: sd/inc/strings.hrc:185
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Афаил ахьӡ"
-#: strings.hrc:187
+#: sd/inc/strings.hrc:186
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Амҩа/Афаил ахьӡ"
-#: strings.hrc:188
+#: sd/inc/strings.hrc:187
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr ""
-#: strings.hrc:189
+#: sd/inc/strings.hrc:188
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr ""
-#: strings.hrc:190
+#: sd/inc/strings.hrc:189
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr ""
-#: strings.hrc:191
+#: sd/inc/strings.hrc:190
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Акопиа ахыхтәуп "
-#: strings.hrc:192
+#: sd/inc/strings.hrc:191
msgctxt "STR_IMPRESS_DOCUMENT"
msgid "Presentation"
msgstr "Апрезентациақәа рпанель"
-#: strings.hrc:193
+#: sd/inc/strings.hrc:192
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
-msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
+msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
-#: strings.hrc:194
+#: sd/inc/strings.hrc:193
msgctxt "STR_GRAPHIC_DOCUMENT"
msgid "Drawing"
msgstr "Асахьа"
-#: strings.hrc:195
+#: sd/inc/strings.hrc:194
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
-msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
-msgstr "%PRODUCTNAME %PRODUCTVERSION асахьа"
+msgid "%PRODUCTNAME Drawing format (Draw 6)"
+msgstr ""
-#: strings.hrc:196
+#: sd/inc/strings.hrc:195
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr ""
-#: strings.hrc:197
+#: sd/inc/strings.hrc:196
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr ""
+#: sd/inc/strings.hrc:197
+msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
+msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
+msgstr ""
+
+#: sd/inc/strings.hrc:198
+msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
+msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
+msgstr ""
+
#. HtmlExport
-#: strings.hrc:199
+#: sd/inc/strings.hrc:201
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
"Do you want to replace it?"
msgstr ""
-#: strings.hrc:200
+#: sd/inc/strings.hrc:202
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:201
+#: sd/inc/strings.hrc:203
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
-#: strings.hrc:202
+#: sd/inc/strings.hrc:204
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr ""
-#: strings.hrc:203
+#: sd/inc/strings.hrc:205
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Иактиву агиперзхьарҧш"
-#: strings.hrc:204
+#: sd/inc/strings.hrc:206
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Азгәаҭақәа"
-#: strings.hrc:205
+#: sd/inc/strings.hrc:207
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Ахы"
-#: strings.hrc:206
+#: sd/inc/strings.hrc:208
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr ""
-#: strings.hrc:207
+#: sd/inc/strings.hrc:209
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Автор"
-#: strings.hrc:208
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLEXP_EMAIL"
msgid "E-mail"
msgstr "E-mail"
-#: strings.hrc:209
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Аҩынтәи адаҟьа"
-#: strings.hrc:210
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr ""
-#: strings.hrc:211
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Иҭагалатәуп апрезентациа"
-#: strings.hrc:212
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr ""
-#: strings.hrc:213
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Актәи адаҟьа"
-#: strings.hrc:214
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Аҵыхәтәантәи адаҟьа"
-#: strings.hrc:215
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:216
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Асахьа"
-#: strings.hrc:217
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr ""
-#: strings.hrc:218
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr ""
-#: strings.hrc:219
+#: sd/inc/strings.hrc:221
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Иарбоу адаҟьахь"
-#: strings.hrc:220
+#: sd/inc/strings.hrc:222
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr ""
-#: strings.hrc:221
+#: sd/inc/strings.hrc:223
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr ""
-#: strings.hrc:222
+#: sd/inc/strings.hrc:224
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr ""
-#: strings.hrc:223
+#: sd/inc/strings.hrc:225
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
-#: strings.hrc:224
+#: sd/inc/strings.hrc:226
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
-#: strings.hrc:225
+#: sd/inc/strings.hrc:227
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
"is not a valid audio file !"
msgstr ""
-#: strings.hrc:226
+#: sd/inc/strings.hrc:228
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr ""
-#: strings.hrc:227
+#: sd/inc/strings.hrc:229
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr ""
-#: strings.hrc:228
+#: sd/inc/strings.hrc:230
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Иауам афаил $(URL1) аҧҵара."
-#: strings.hrc:229
+#: sd/inc/strings.hrc:231
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Иауам афаил $(URL1) аартра."
-#: strings.hrc:230
+#: sd/inc/strings.hrc:232
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr ""
-#: strings.hrc:231
+#: sd/inc/strings.hrc:233
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list and double-click for dialog."
msgstr ""
-#: strings.hrc:232
+#: sd/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr ""
-#: strings.hrc:233
+#: sd/inc/strings.hrc:235
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Иҭажәгал аобиеқт ахьӡ"
-#: strings.hrc:234
+#: sd/inc/strings.hrc:236
msgctxt "STR_TITLE_RENAMEMASTER"
msgid "Rename Master Slide"
msgstr ""
-#: strings.hrc:235
+#: sd/inc/strings.hrc:237
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr ""
-#: strings.hrc:236
+#: sd/inc/strings.hrc:238
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr ""
-#: strings.hrc:237
+#: sd/inc/strings.hrc:239
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr ""
-#: strings.hrc:238
+#: sd/inc/strings.hrc:240
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr ""
-#: strings.hrc:239
+#: sd/inc/strings.hrc:241
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr ""
-#: strings.hrc:240
+#: sd/inc/strings.hrc:242
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr ""
-#: strings.hrc:241
+#: sd/inc/strings.hrc:243
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr ""
-#: strings.hrc:242
+#: sd/inc/strings.hrc:244
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr ""
-#: strings.hrc:243
+#: sd/inc/strings.hrc:245
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr ""
-#: strings.hrc:244
+#: sd/inc/strings.hrc:246
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
-msgstr ""
+msgstr "<арыцхә/аамҭа>"
-#: strings.hrc:245
+#: sd/inc/strings.hrc:247
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr ""
-#: strings.hrc:246
+#: sd/inc/strings.hrc:248
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
-#: strings.hrc:247
+#: sd/inc/strings.hrc:249
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
-#: strings.hrc:248
+#: sd/inc/strings.hrc:250
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<адаҟьа-ахьӡ>"
-#: strings.hrc:249
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr ""
-#: strings.hrc:250
+#: sd/inc/strings.hrc:252
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr ""
-#: strings.hrc:251
+#: sd/inc/strings.hrc:253
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr ""
-#: strings.hrc:252
+#: sd/inc/strings.hrc:254
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Адаҟьақәа"
-#: strings.hrc:253
+#: sd/inc/strings.hrc:255
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr ""
-#: strings.hrc:254
+#: sd/inc/strings.hrc:256
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr ""
-#: strings.hrc:255
+#: sd/inc/strings.hrc:257
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr ""
-#: strings.hrc:256
+#: sd/inc/strings.hrc:258
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Асахьақәа рстильқәа"
-#: strings.hrc:257
+#: sd/inc/strings.hrc:259
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Апрезентациақәа рстильқәа"
-#: strings.hrc:258
+#: sd/inc/strings.hrc:260
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Абларҭақәа рстильқәа"
-#: strings.hrc:259
+#: sd/inc/strings.hrc:261
msgctxt "STR_NAVIGATOR_SHOW_NAMED_SHAPES"
msgid "Named shapes"
msgstr ""
-#: strings.hrc:260
+#: sd/inc/strings.hrc:262
msgctxt "STR_NAVIGATOR_SHOW_ALL_SHAPES"
msgid "All shapes"
msgstr ""
-#: strings.hrc:261
+#: sd/inc/strings.hrc:263
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
-#: strings.hrc:262
+#: sd/inc/strings.hrc:264
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image for Slide ..."
msgstr ""
-#: strings.hrc:263
+#: sd/inc/strings.hrc:265
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Акомментариқәа"
-#: strings.hrc:264
+#: sd/inc/strings.hrc:266
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
-#: strings.hrc:265
+#: sd/inc/strings.hrc:267
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Ибжьаргылатәуп атаблица"
-#: strings.hrc:266
+#: sd/inc/strings.hrc:268
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Ибжьаргылатәуп адиаграмма"
-#: strings.hrc:267
+#: sd/inc/strings.hrc:269
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Ибжьаргылатәуп асахьа"
-#: strings.hrc:268
+#: sd/inc/strings.hrc:270
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Ибжьаргылатәуп Абжьы ма Авидео"
-#: strings.hrc:269
+#: sd/inc/strings.hrc:271
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Ииагатәуп адаҟьақәа"
-#: strings.hrc:270
+#: sd/inc/strings.hrc:272
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
-#: strings.hrc:271
+#: sd/inc/strings.hrc:273
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
-#: strings.hrc:272
+#: sd/inc/strings.hrc:274
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
-#: strings.hrc:273
-msgctxt "STR_INSERT_3D_MODEL_TITLE"
-msgid "Insert 3D Model"
-msgstr "Ибжьаргылатәуп 3D-амодель"
-
-#: strings.hrc:274
-msgctxt "STR_INSERT_3D_MODEL_ALL_SUPPORTED_FORMATS"
-msgid "All supported formats"
-msgstr ""
-
-#: strings.hrc:275
+#: sd/inc/strings.hrc:275
msgctxt "STR_OBJECTS_TREE"
msgid "Page Tree"
msgstr "Адаҟьақәа рыҵла"
-#: strings.hrc:276
+#: sd/inc/strings.hrc:276
#, c-format
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
-#: strings.hrc:278
+#: sd/inc/strings.hrc:278
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: strings.hrc:279
+#: sd/inc/strings.hrc:279
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr ""
-#: strings.hrc:280
+#: sd/inc/strings.hrc:280
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr ""
-#: strings.hrc:281
+#: sd/inc/strings.hrc:281
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr ""
-#: strings.hrc:282
+#: sd/inc/strings.hrc:282
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
-#: strings.hrc:283
+#: sd/inc/strings.hrc:283
msgctxt "STR_PAGE"
msgid "Slide"
msgstr ""
-#: strings.hrc:284
+#: sd/inc/strings.hrc:284
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Адаҟьа"
-#: strings.hrc:285
+#: sd/inc/strings.hrc:285
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr ""
-#: strings.hrc:286
+#: sd/inc/strings.hrc:286
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
-#: strings.hrc:287
+#: sd/inc/strings.hrc:287
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
-#: strings.hrc:288
+#: sd/inc/strings.hrc:288
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Адаҟьа-азҟаза"
-#: strings.hrc:289
+#: sd/inc/strings.hrc:289
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Адаҟьа-азҟаза:"
-#: strings.hrc:290
+#: sd/inc/strings.hrc:290
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr ""
-#: strings.hrc:291
+#: sd/inc/strings.hrc:291
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr ""
-#: strings.hrc:292
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
-#: strings.hrc:293
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr ""
-#: strings.hrc:294
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr ""
-#: strings.hrc:295
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr ""
-#: strings.hrc:296
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr ""
-#: strings.hrc:297
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr ""
-#: strings.hrc:298
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr ""
-#: strings.hrc:299
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr ""
-#: strings.hrc:300
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
-#: strings.hrc:301
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
-#: strings.hrc:302
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
-#: strings.hrc:303
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
-#: strings.hrc:304
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
-#: strings.hrc:305
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
-#: strings.hrc:306
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
-#: strings.hrc:307
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
-#: strings.hrc:308
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
-#: strings.hrc:309
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
-#: strings.hrc:310
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
-#: strings.hrc:311
+#: sd/inc/strings.hrc:311
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Астандарт"
-#: strings.hrc:312
+#: sd/inc/strings.hrc:312
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:313
+#: sd/inc/strings.hrc:313
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default"
msgstr "Астандарт"
-#: strings.hrc:314
+#: sd/inc/strings.hrc:314
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr ""
-#: strings.hrc:315
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Dimension Line"
msgstr ""
-#: strings.hrc:316
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
-#: strings.hrc:317
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_OBJWITHARROW"
msgid "Object with arrow"
msgstr ""
-#: strings.hrc:318
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_OBJWITHSHADOW"
msgid "Object with shadow"
msgstr ""
-#: strings.hrc:319
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
-#: strings.hrc:320
+#: sd/inc/strings.hrc:320
#, fuzzy
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:321
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_TEXTBODY"
msgid "Text body"
msgstr ""
-#: strings.hrc:322
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_TEXTBODY_JUSTIFY"
msgid "Text body justified"
msgstr ""
-#: strings.hrc:323
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_TEXTBODY_INDENT"
msgid "First line indent"
msgstr ""
-#: strings.hrc:324
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_TITLE"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:325
+#: sd/inc/strings.hrc:325
#, fuzzy
msgctxt "STR_POOLSHEET_TITLE1"
msgid "Title1"
msgstr "Ахы"
-#: strings.hrc:326
+#: sd/inc/strings.hrc:326
#, fuzzy
msgctxt "STR_POOLSHEET_TITLE2"
msgid "Title2"
msgstr "Ахы"
-#: strings.hrc:327
+#: sd/inc/strings.hrc:327
#, fuzzy
msgctxt "STR_POOLSHEET_HEADLINE"
msgid "Heading"
msgstr "Ахқәа"
-#: strings.hrc:328
+#: sd/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_POOLSHEET_HEADLINE1"
msgid "Heading1"
msgstr "Ахқәа"
-#: strings.hrc:329
+#: sd/inc/strings.hrc:329
#, fuzzy
msgctxt "STR_POOLSHEET_HEADLINE2"
msgid "Heading2"
msgstr "Ахқәа"
-#: strings.hrc:330
+#: sd/inc/strings.hrc:330
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:331
+#: sd/inc/strings.hrc:331
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
-#: strings.hrc:332
+#: sd/inc/strings.hrc:332
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Аструктура"
-#: strings.hrc:333
+#: sd/inc/strings.hrc:333
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
-#: strings.hrc:334
+#: sd/inc/strings.hrc:334
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: strings.hrc:335
+#: sd/inc/strings.hrc:335
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Азгәаҭақәа"
-#: strings.hrc:336
+#: sd/inc/strings.hrc:336
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint аимпорт"
-#: strings.hrc:337
+#: sd/inc/strings.hrc:337
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Еиқәырхатәуп адокумент"
-#: strings.hrc:338
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_BANDED_CELL"
msgid "Banding cell"
msgstr ""
-#: strings.hrc:339
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_HEADER"
msgid "Header"
msgstr ""
-#: strings.hrc:340
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_TOTAL"
msgid "Total line"
msgstr ""
-#: strings.hrc:341
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_FIRST_COLUMN"
msgid "First column"
msgstr ""
-#: strings.hrc:342
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_LAST_COLUMN"
msgid "Last column"
msgstr ""
-#: strings.hrc:343
+#: sd/inc/strings.hrc:343
msgctxt "STR_ENTER_PIN"
msgid "Enter PIN:"
msgstr ""
-#: strings.hrc:344
+#: sd/inc/strings.hrc:344
msgctxt "STR_DEAUTHORISE_CLIENT"
msgid "Remove client authorisation"
msgstr ""
-#: strings.hrc:345
+#: sd/inc/strings.hrc:345
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Еиҵатәтәуп агегль"
-#: strings.hrc:346
+#: sd/inc/strings.hrc:346
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Еизырҳатәуп акегль"
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: strings.hrc:351
+#: sd/inc/strings.hrc:351
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
-#: strings.hrc:352
+#: sd/inc/strings.hrc:352
msgctxt "SID_SD_A11Y_D_DRAWVIEW_D"
msgid "This is where you create and edit drawings."
msgstr ""
-#: strings.hrc:353
+#: sd/inc/strings.hrc:353
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
-#: strings.hrc:354
+#: sd/inc/strings.hrc:354
msgctxt "SID_SD_A11Y_I_DRAWVIEW_D"
msgid "This is where you create and edit slides."
msgstr ""
-#: strings.hrc:355
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr ""
-#: strings.hrc:356
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_D"
msgid "This is where you enter or edit text in list form."
msgstr ""
-#: strings.hrc:357
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
-#: strings.hrc:358
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
-#: strings.hrc:359
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr ""
-#: strings.hrc:360
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_D"
msgid "This is where you enter and view notes."
msgstr ""
-#: strings.hrc:361
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
-#: strings.hrc:362
+#: sd/inc/strings.hrc:362
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_D"
msgid "This is where you decide on the layout for handouts."
msgstr ""
-#: strings.hrc:363
+#: sd/inc/strings.hrc:363
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Апрезентациақәа рстильқәа"
-#: strings.hrc:364
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
-#: strings.hrc:365
+#: sd/inc/strings.hrc:365
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
-#: strings.hrc:366
+#: sd/inc/strings.hrc:366
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Апрезентациа адаҟьа"
-#: strings.hrc:367
+#: sd/inc/strings.hrc:367
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Апрезентациақәа рстильқәа"
-#: strings.hrc:368
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr ""
-#: strings.hrc:369
+#: sd/inc/strings.hrc:369
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
-#: strings.hrc:370
+#: sd/inc/strings.hrc:370
msgctxt "SID_SD_A11Y_P_TITLE_D"
msgid "PresentationTitleShape"
msgstr ""
-#: strings.hrc:371
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_OUTLINER_D"
msgid "PresentationOutlinerShape"
msgstr ""
-#: strings.hrc:372
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_SUBTITLE_D"
msgid "PresentationSubtitleShape"
msgstr ""
-#: strings.hrc:373
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_P_PAGE_D"
msgid "PresentationPageShape"
msgstr "Апрезентациа адаҟьа аформа"
-#: strings.hrc:374
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_NOTES_D"
msgid "PresentationNotesShape"
msgstr ""
-#: strings.hrc:375
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_P_HANDOUT_D"
msgid "PresentationHandoutShape"
msgstr ""
-#: strings.hrc:376
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_UNKNOWN_D"
msgid "Unknown accessible presentation shape"
msgstr ""
-#: strings.hrc:377
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
-#: strings.hrc:378
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_FOOTER_D"
msgid "PresentationFooterShape"
msgstr ""
-#: strings.hrc:379
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr ""
-#: strings.hrc:380
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_HEADER_D"
msgid "PresentationHeaderShape"
msgstr ""
-#: strings.hrc:381
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
-msgstr ""
+msgstr "Апрезентациа арыцхәи аамҭеи"
-#: strings.hrc:382
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_DATE_D"
msgid "PresentationDateAndTimeShape"
msgstr ""
-#: strings.hrc:383
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Апрезентациа адаҟьа аномер"
-#: strings.hrc:384
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_D"
msgid "PresentationPageNumberShape"
msgstr "Апрезентациа адаҟьа аномер аформа"
-#: strings.hrc:385
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr ""
-#: strings.hrc:386
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:387
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Аструктура"
-#: strings.hrc:388
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
-#: strings.hrc:389
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Адаҟьа"
-#: strings.hrc:390
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Азгәаҭақәа"
-#: strings.hrc:391
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr ""
-#: strings.hrc:392
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
-#: strings.hrc:393
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr ""
-#: strings.hrc:394
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr ""
-#: strings.hrc:395
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Арыцхә"
-#: strings.hrc:396
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Ахыҧхьаӡа"
-#: strings.hrc:397
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(аҧхьара мацара)"
-#: strings.hrc:399
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "мап"
-#: strings.hrc:400
+#: sd/inc/strings.hrc:400
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
-#: strings.hrc:401
+#: sd/inc/strings.hrc:401
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
-#: strings.hrc:402
+#: sd/inc/strings.hrc:402
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr ""
-#: strings.hrc:403
+#: sd/inc/strings.hrc:403
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Амасштаб:"
-#: strings.hrc:404
+#: sd/inc/strings.hrc:404
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
-#: strings.hrc:405
+#: sd/inc/strings.hrc:405
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Актәи аҧштәы"
-#: strings.hrc:406
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
-#: strings.hrc:407
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr ""
-#: strings.hrc:408
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Астиль:"
-#: strings.hrc:409
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Агарнитура:"
-#: strings.hrc:410
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Ашрифт аҧштәы:"
-#: strings.hrc:411
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Астиль:"
-#: strings.hrc:412
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
-#: strings.hrc:413
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Аҵәаӷәа аҧштәы:"
-#: strings.hrc:414
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Акегль:"
-#: strings.hrc:415
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Ашәагаа:"
-#: strings.hrc:416
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr ""
-#: strings.hrc:417
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Аҧштәы:"
-#: strings.hrc:418
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
-#: strings.hrc:419
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
-#: strings.hrc:420
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr ""
-#: strings.hrc:421
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Аҿырҧштәы"
-#: strings.hrc:422
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
-#: strings.hrc:423
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_LIST_HELPTEXT"
msgid "First select the slide element and then click 'Add...' to add an animation effect."
msgstr ""
-#: strings.hrc:424
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
-#: strings.hrc:425
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
-#: strings.hrc:426
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
-#: strings.hrc:427
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
-#: strings.hrc:428
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
-#: strings.hrc:429
+#: sd/inc/strings.hrc:429
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Мап"
-#: strings.hrc:431
+#: sd/inc/strings.hrc:431
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr ""
-#: strings.hrc:432
+#: sd/inc/strings.hrc:432
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Иацы,"
-#: strings.hrc:433
+#: sd/inc/strings.hrc:433
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(автор дамам)"
-#: strings.hrc:434
+#: sd/inc/strings.hrc:434
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
-#: strings.hrc:435
+#: sd/inc/strings.hrc:435
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
-#: strings.hrc:436
+#: sd/inc/strings.hrc:436
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
-#: strings.hrc:437
+#: sd/inc/strings.hrc:437
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
-#: strings.hrc:438
+#: sd/inc/strings.hrc:438
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Ибжьаргылатәуп акомментари"
-#: strings.hrc:439
+#: sd/inc/strings.hrc:439
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Ианыхтәуп акомментари"
-#: strings.hrc:440
+#: sd/inc/strings.hrc:440
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Иҵәахтәуп акомментари"
-#: strings.hrc:441
+#: sd/inc/strings.hrc:441
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Иҧсахтәуп акомментари"
-#: strings.hrc:442
+#: sd/inc/strings.hrc:442
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Аҭак %1 аҟны"
-#: strings.hrc:444
+#: sd/inc/strings.hrc:444
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Амультимедиа"
-#: strings.hrc:445
+#: sd/inc/strings.hrc:445
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:447
+#: sd/inc/strings.hrc:447
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
-#: strings.hrc:448
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_PRINT_GROUP"
msgid "Print"
msgstr "Акьыҧхьра"
-#: strings.hrc:449
+#: sd/inc/strings.hrc:449
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Адокумент"
-#: strings.hrc:450
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page"
msgstr "Аслаидқәа адаҟьаҟны"
-#: strings.hrc:451
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order"
msgstr ""
-#: strings.hrc:452
+#: sd/inc/strings.hrc:452
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Иаҵанакуа"
-#: strings.hrc:453
+#: sd/inc/strings.hrc:453
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
-#: strings.hrc:454
+#: sd/inc/strings.hrc:454
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Адаҟьа ахьӡ"
-#: strings.hrc:455
+#: sd/inc/strings.hrc:455
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Арыцхәи аамҭеи"
-#: strings.hrc:456
+#: sd/inc/strings.hrc:456
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Иҵәаху адаҟьақәа"
-#: strings.hrc:457
+#: sd/inc/strings.hrc:457
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Аҧштәы"
-#: strings.hrc:458
+#: sd/inc/strings.hrc:458
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Ашәагаа"
-#: strings.hrc:459
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Аброшиура"
-#: strings.hrc:460
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Адаҟьа аганқәа"
-#: strings.hrc:461
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
-#: strings.hrc:462
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
-#: strings.hrc:463
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Print range"
msgstr "Акьыҧхьра адиапазон"
-#: strings.hrc:465
+#: sd/inc/strings.hrc:465
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
-#: strings.hrc:466
+#: sd/inc/strings.hrc:466
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
-#: strings.hrc:467
+#: sd/inc/strings.hrc:467
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
-#: strings.hrc:468
+#: sd/inc/strings.hrc:468
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
-#: strings.hrc:470
+#: sd/inc/strings.hrc:470
msgctxt "STR_SD_NONE"
msgid "- None -"
msgstr "- Мап -"
-#: annotationmenu.ui:13
+#: sd/inc/strings.hrc:472
+#, c-format
+msgctxt "STR_CTRLCLICKHYPERLINK"
+msgid "%s-click to follow hyperlink: "
+msgstr ""
+
+#: sd/inc/strings.hrc:473
+msgctxt "STR_CLICKHYPERLINK"
+msgid "Click to open hyperlink: "
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr ""
-#: annotationmenu.ui:28
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
msgctxt "annotationmenu|bold"
msgid "_Bold"
msgstr "Ажәпа"
-#: annotationmenu.ui:37
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
msgctxt "annotationmenu|italic"
msgid "_Italic"
msgstr "Акурсив"
-#: annotationmenu.ui:46
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
msgctxt "annotationmenu|underline"
msgid "_Underline"
msgstr "Аҵшьра"
-#: annotationmenu.ui:55
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
msgctxt "annotationmenu|strike"
msgid "_Strikethrough"
msgstr ""
-#: annotationmenu.ui:70
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
msgctxt "annotationmenu|copy"
msgid "_Copy"
msgstr "Акопиа ахыхтәуп"
-#: annotationmenu.ui:79
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
msgctxt "annotationmenu|paste"
msgid "_Paste"
msgstr "Ибжьаргылатәуп"
-#: annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "Ианыхтәуп акомментари"
-#: annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr ""
-#: annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "Ианыхтәуп акомментариқәа зегьы"
-#: annotationtagmenu.ui:12
+#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:12
msgctxt "annotationtagmenu|reply"
msgid "_Reply"
msgstr ""
-#: annotationtagmenu.ui:26
+#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:26
msgctxt "annotationtagmenu|delete"
msgid "_Delete Comment"
msgstr "Ианыхтәуп акомментари"
-#: annotationtagmenu.ui:34
+#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:34
msgctxt "annotationtagmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr ""
-#: annotationtagmenu.ui:42
+#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:42
msgctxt "annotationtagmenu|deleteall"
msgid "Delete _All Comments"
msgstr "Ианыхтәуп акомментариқәа зегьы"
-#: currentmastermenu.ui:12
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:12
msgctxt "currentmastermenu|applyall"
msgid "_Apply to All Slides"
msgstr "Ихархәатәуп аслаидқәа зегьы рҟны"
-#: currentmastermenu.ui:20
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:20
msgctxt "currentmastermenu|applyselect"
msgid "Apply to _Selected Slides"
msgstr "Ихархәатәуп иалкаау аслаидқәа рҟны"
-#: currentmastermenu.ui:34
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:34
msgctxt "currentmastermenu|edit"
msgid "_Edit Master..."
msgstr ""
-#: currentmastermenu.ui:42
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:42
msgctxt "currentmastermenu|delete"
msgid "D_elete Master"
msgstr "Ианыхтәуп азҟаза"
-#: currentmastermenu.ui:56
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:56
msgctxt "currentmastermenu|large"
msgid "Show _Large Preview"
msgstr ""
-#: currentmastermenu.ui:63
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:63
msgctxt "currentmastermenu|small"
msgid "Show S_mall Preview"
msgstr ""
-#: customanimationeffecttab.ui:44
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:44
msgctxt "customanimationeffecttab|prop_label1"
msgid "_Direction:"
msgstr ""
-#: customanimationeffecttab.ui:90
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:90
msgctxt "customanimationeffecttab|smooth_start"
msgid "Accelerated start"
msgstr ""
-#: customanimationeffecttab.ui:104
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:105
msgctxt "customanimationeffecttab|smooth_end"
msgid "Decelerated end"
msgstr ""
-#: customanimationeffecttab.ui:131
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:133
msgctxt "customanimationeffecttab|label3"
msgid "Settings"
msgstr "Апараметрқәа"
-#: customanimationeffecttab.ui:169
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:171
msgctxt "customanimationeffecttab|aeffect_label"
msgid "A_fter animation:"
msgstr ""
-#: customanimationeffecttab.ui:183
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:185
msgctxt "customanimationeffecttab|sound_label"
msgid "_Sound:"
msgstr ""
-#: customanimationeffecttab.ui:197
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:199
msgctxt "customanimationeffecttab|text_animation_label"
msgid "_Text animation:"
msgstr ""
-#: customanimationeffecttab.ui:211
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:213
msgctxt "customanimationeffecttab|dim_color_label"
msgid "Di_m color:"
msgstr ""
-#: customanimationeffecttab.ui:288
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:289
msgctxt "customanimationeffecttab|text_delay_label"
msgid "delay between characters"
msgstr "асимволқәа рыбжьара аанкылара"
-#: customanimationeffecttab.ui:307
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:308
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Don't dim"
msgstr ""
-#: customanimationeffecttab.ui:308
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:309
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Dim with color"
msgstr ""
-#: customanimationeffecttab.ui:309
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:310
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Hide after animation"
msgstr ""
-#: customanimationeffecttab.ui:310
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:311
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Hide on next animation"
msgstr ""
-#: customanimationeffecttab.ui:323
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:324
msgctxt "customanimationeffecttab|text_animation_list"
msgid "All at once"
msgstr ""
-#: customanimationeffecttab.ui:324
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:325
msgctxt "customanimationeffecttab|text_animation_list"
msgid "Word by word"
msgstr ""
-#: customanimationeffecttab.ui:325
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:326
msgctxt "customanimationeffecttab|text_animation_list"
msgid "Letter by letter"
msgstr ""
-#: customanimationeffecttab.ui:344
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:345
msgctxt "customanimationeffecttab|label4"
msgid "Enhancement"
msgstr ""
-#: customanimationproperties.ui:8
+#: sd/uiconfig/simpress/ui/customanimationproperties.ui:8
msgctxt "customanimationproperties|CustomAnimationProperties"
msgid "Effect Options"
msgstr "Аеффеқтқәа рпараметрқәа"
-#: customanimationproperties.ui:91
+#: sd/uiconfig/simpress/ui/customanimationproperties.ui:91
msgctxt "customanimationproperties|effect"
msgid "Effect"
msgstr ""
-#: customanimationproperties.ui:113
+#: sd/uiconfig/simpress/ui/customanimationproperties.ui:113
msgctxt "customanimationproperties|timing"
msgid "Timing"
msgstr ""
-#: customanimationproperties.ui:136
+#: sd/uiconfig/simpress/ui/customanimationproperties.ui:136
msgctxt "customanimationproperties|textanim"
msgid "Text Animation"
msgstr ""
-#: customanimationspanel.ui:91
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:91
msgctxt "customanimationspanel|add_effect|tooltip_text"
msgid "Add Effect"
msgstr ""
-#: customanimationspanel.ui:106
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:106
msgctxt "customanimationspanel|remove_effect|tooltip_text"
msgid "Remove Effect"
msgstr ""
-#: customanimationspanel.ui:121
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:121
#, fuzzy
msgctxt "customanimationspanel|move_up|tooltip_text"
msgid "Move Up"
msgstr "Аҩада"
-#: customanimationspanel.ui:136
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:136
#, fuzzy
msgctxt "customanimationspanel|move_down|tooltip_text"
msgid "Move Down"
msgstr "Алада"
-#: customanimationspanel.ui:164
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:164
msgctxt "customanimationspanel|categorylabel"
msgid "Category:"
msgstr "Акатегориа:"
-#: customanimationspanel.ui:178
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:178
msgctxt "customanimationspanel|effectlabel"
msgid "Effect:"
msgstr ""
-#: customanimationspanel.ui:193
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:193
msgctxt "customanimationspanel|categorylb"
msgid "Entrance"
msgstr ""
-#: customanimationspanel.ui:194
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:194
msgctxt "customanimationspanel|categorylb"
msgid "Emphasis"
msgstr ""
-#: customanimationspanel.ui:195
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:195
msgctxt "customanimationspanel|categorylb"
msgid "Exit"
msgstr "Аҭыҵра"
-#: customanimationspanel.ui:196
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:196
msgctxt "customanimationspanel|categorylb"
msgid "Motion Paths"
msgstr ""
-#: customanimationspanel.ui:197
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:197
msgctxt "customanimationspanel|categorylb"
msgid "Misc Effects"
msgstr ""
-#: customanimationspanel.ui:242
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:242
msgctxt "customanimationspanel|start_effect"
msgid "_Start:"
msgstr ""
-#: customanimationspanel.ui:256
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:256
msgctxt "customanimationspanel|effect_property"
msgid "_Direction:"
msgstr ""
-#: customanimationspanel.ui:270
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:270
msgctxt "customanimationspanel|effect_duration"
msgid "D_uration:"
msgstr ""
-#: customanimationspanel.ui:285
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:285
msgctxt "customanimationspanel|start_effect_list"
msgid "On click"
msgstr ""
-#: customanimationspanel.ui:286
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:286
msgctxt "customanimationspanel|start_effect_list"
msgid "With previous"
msgstr ""
-#: customanimationspanel.ui:287
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:287
msgctxt "customanimationspanel|start_effect_list"
msgid "After previous"
msgstr ""
-#: customanimationspanel.ui:324
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:324
msgctxt "customanimationspanel|more_properties|tooltip_text"
msgid "Options"
msgstr "Апараметрқәа"
-#: customanimationspanel.ui:350
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:350
msgctxt "customanimationspanel|delay_label"
msgid "_Delay:"
msgstr "Аанкылара:"
-#: customanimationspanel.ui:387
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:387
msgctxt "customanimationspanel|effect_label"
msgid "Effect"
msgstr ""
-#: customanimationspanel.ui:429
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:429
msgctxt "customanimationspanel|auto_preview"
msgid "Automatic Preview"
msgstr ""
-#: customanimationspanel.ui:446
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:446
msgctxt "customanimationspanel|play"
msgid "Play"
msgstr "Идәықәҵатәуп"
-#: customanimationspanel.ui:451
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:451
msgctxt "customanimationspanel|play|tooltip_text"
msgid "Preview Effect"
msgstr ""
-#: customanimationspanel.ui:479
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:479
msgctxt "customanimationspanel|box1_label"
msgid "Animation Deck"
msgstr ""
-#: customanimationspanel.ui:492
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:492
msgctxt "customanimationspanel|custom_animation_list_label"
msgid "Animation List"
msgstr ""
-#: customanimationspanelhorizontal.ui:96
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:96
msgctxt "customanimationspanelhorizontal|add_effect|tooltip_text"
msgid "Add Effect"
msgstr ""
-#: customanimationspanelhorizontal.ui:110
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:110
msgctxt "customanimationspanelhorizontal|remove_effect|tooltip_text"
msgid "Remove Effect"
msgstr ""
-#: customanimationspanelhorizontal.ui:124
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:124
msgctxt "customanimationspanelhorizontal|move_up|tooltip_text"
msgid "Move Up"
msgstr "Аҩада"
-#: customanimationspanelhorizontal.ui:138
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:138
msgctxt "customanimationspanelhorizontal|move_down|tooltip_text"
msgid "Move Down"
msgstr "Алада"
-#: customanimationspanelhorizontal.ui:166
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:166
msgctxt "customanimationspanelhorizontal|start_effect"
msgid "_Start:"
msgstr ""
-#: customanimationspanelhorizontal.ui:179
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:179
msgctxt "customanimationspanelhorizontal|effect_property"
msgid "_Direction:"
msgstr ""
-#: customanimationspanelhorizontal.ui:193
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:193
msgctxt "customanimationspanelhorizontal|start_effect_list"
msgid "On click"
msgstr ""
-#: customanimationspanelhorizontal.ui:194
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:194
msgctxt "customanimationspanelhorizontal|start_effect_list"
msgid "With previous"
msgstr ""
-#: customanimationspanelhorizontal.ui:195
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:195
msgctxt "customanimationspanelhorizontal|start_effect_list"
msgid "After previous"
msgstr ""
-#: customanimationspanelhorizontal.ui:247
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:247
msgctxt "customanimationspanelhorizontal|categorylabel"
msgid "Category:"
msgstr "Акатегориа:"
-#: customanimationspanelhorizontal.ui:260
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:260
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Entrance"
msgstr ""
-#: customanimationspanelhorizontal.ui:261
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:261
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Emphasis"
msgstr ""
-#: customanimationspanelhorizontal.ui:262
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:262
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Exit"
msgstr "Аҭыҵра"
-#: customanimationspanelhorizontal.ui:263
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:263
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Motion Paths"
msgstr ""
-#: customanimationspanelhorizontal.ui:264
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:264
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Misc Effects"
msgstr ""
-#: customanimationspanelhorizontal.ui:277
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:277
msgctxt "customanimationspanelhorizontal|effect_duration"
msgid "D_uration:"
msgstr ""
-#: customanimationspanelhorizontal.ui:290
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:290
msgctxt "customanimationspanelhorizontal|anim_duration|tooltip_text"
msgid "Select the speed of the Animation."
msgstr ""
-#: customanimationspanelhorizontal.ui:302
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:302
msgctxt "customanimationspanelhorizontal|delay_label"
msgid "_Delay:"
msgstr "Аанкылара:"
-#: customanimationspanelhorizontal.ui:340
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:340
msgctxt "customanimationspanelhorizontal|effectlabel"
msgid "Effect:"
msgstr ""
-#: customanimationspanelhorizontal.ui:378
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:378
msgctxt "customanimationspanelhorizontal|auto_preview"
msgid "Automatic Preview"
msgstr ""
-#: customanimationspanelhorizontal.ui:407
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:407
msgctxt "customanimationspanelhorizontal|play"
msgid "Play"
msgstr "Идәықәҵатәуп"
-#: customanimationspanelhorizontal.ui:412
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:412
msgctxt "customanimationspanelhorizontal|play|tooltip_text"
msgid "Preview Effect"
msgstr ""
-#: customanimationtexttab.ui:26
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:26
msgctxt "customanimationtexttab|group_text_label"
msgid "_Group text:"
msgstr ""
-#: customanimationtexttab.ui:56
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:55
msgctxt "customanimationtexttab|auto_after"
msgid "_Automatically after:"
msgstr ""
-#: customanimationtexttab.ui:78
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:77
msgctxt "customanimationtexttab|group_text_list"
msgid "As one object"
msgstr ""
-#: customanimationtexttab.ui:79
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:78
msgctxt "customanimationtexttab|group_text_list"
msgid "All paragraphs at once"
msgstr "Абзацқәа зегьы иаразнак"
-#: customanimationtexttab.ui:80
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:79
msgctxt "customanimationtexttab|group_text_list"
msgid "By 1st level paragraphs"
msgstr ""
-#: customanimationtexttab.ui:81
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:80
msgctxt "customanimationtexttab|group_text_list"
msgid "By 2nd level paragraphs"
msgstr ""
-#: customanimationtexttab.ui:82
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:81
msgctxt "customanimationtexttab|group_text_list"
msgid "By 3rd level paragraphs"
msgstr ""
-#: customanimationtexttab.ui:83
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:82
msgctxt "customanimationtexttab|group_text_list"
msgid "By 4th level paragraphs"
msgstr ""
-#: customanimationtexttab.ui:84
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:83
msgctxt "customanimationtexttab|group_text_list"
msgid "By 5th level paragraphs"
msgstr ""
-#: customanimationtexttab.ui:103
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:102
msgctxt "customanimationtexttab|animate_shape"
msgid "Animate attached _shape"
msgstr ""
-#: customanimationtexttab.ui:119
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:118
msgctxt "customanimationtexttab|reverse_order"
msgid "_In reverse order"
msgstr ""
-#: customanimationtimingtab.ui:29
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:29
msgctxt "customanimationtimingtab|start_label"
msgid "_Start:"
msgstr ""
-#: customanimationtimingtab.ui:42
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:42
msgctxt "customanimationtimingtab|delay_label"
msgid "_Delay:"
msgstr "Аанкылара:"
-#: customanimationtimingtab.ui:55
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:55
msgctxt "customanimationtimingtab|duration_label"
msgid "D_uration:"
msgstr ""
-#: customanimationtimingtab.ui:68
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:68
#, fuzzy
msgctxt "customanimationtimingtab|repeat_label"
msgid "_Repeat:"
msgstr "Инагӡалатәуп"
-#: customanimationtimingtab.ui:82
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:82
msgctxt "customanimationtimingtab|start_list"
msgid "On click"
msgstr ""
-#: customanimationtimingtab.ui:83
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:83
msgctxt "customanimationtimingtab|start_list"
msgid "With previous"
msgstr ""
-#: customanimationtimingtab.ui:84
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:84
msgctxt "customanimationtimingtab|start_list"
msgid "After previous"
msgstr ""
-#: customanimationtimingtab.ui:111
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:111
msgctxt "customanimationtimingtab|anim_duration|tooltip_text"
msgid "Select the speed of the Animation."
msgstr ""
-#: customanimationtimingtab.ui:133
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:133
msgctxt "customanimationtimingtab|rewind"
msgid "Rewind _when done playing"
msgstr ""
-#: customanimationtimingtab.ui:174
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:174
msgctxt "customanimationtimingtab|rb_click_sequence"
msgid "_Animate as part of click sequence"
msgstr ""
-#: customanimationtimingtab.ui:192
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:192
msgctxt "customanimationtimingtab|rb_interactive"
msgid "Start _effect on click of:"
msgstr ""
-#: customanimationtimingtab.ui:228
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:228
msgctxt "customanimationtimingtab|label11"
msgid "Trigger"
msgstr ""
-#: customslideshows.ui:8
+#: sd/uiconfig/simpress/ui/customslideshows.ui:8
msgctxt "customslideshows|CustomSlideShows"
msgid "Custom Slide Shows"
msgstr ""
-#: customslideshows.ui:37
+#: sd/uiconfig/simpress/ui/customslideshows.ui:37
msgctxt "customslideshows|startshow"
msgid "_Start"
msgstr ""
-#: customslideshows.ui:103
+#: sd/uiconfig/simpress/ui/customslideshows.ui:103
msgctxt "customslideshows|usecustomshows"
msgid "_Use custom slide show"
msgstr ""
-#: customslideshows.ui:165
+#: sd/uiconfig/simpress/ui/customslideshows.ui:165
msgctxt "customslideshows|copy"
msgid "Cop_y"
msgstr "_Акопиа ахыхтәуп"
-#: definecustomslideshow.ui:9
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:9
msgctxt "definecustomslideshow|DefineCustomSlideShow"
msgid "Define Custom Slide Show"
msgstr ""
-#: definecustomslideshow.ui:91
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:91
msgctxt "definecustomslideshow|label1"
msgid "_Name:"
msgstr "Ахьӡ:"
-#: definecustomslideshow.ui:134
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:133
msgctxt "definecustomslideshow|label2"
msgid "_Existing slides:"
msgstr ""
-#: definecustomslideshow.ui:148
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:147
msgctxt "definecustomslideshow|label3"
msgid "_Selected slides:"
msgstr "Иалху аслаидқәа:"
-#: definecustomslideshow.ui:198
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:197
msgctxt "definecustomslideshow|add"
msgid ">>"
msgstr ""
-#: definecustomslideshow.ui:211
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:210
msgctxt "definecustomslideshow|remove"
msgid "<<"
msgstr ""
-#: dlgfield.ui:9
+#: sd/uiconfig/simpress/ui/dlgfield.ui:9
msgctxt "dlgfield|EditFieldsDialog"
msgid "Edit Field"
msgstr ""
-#: dlgfield.ui:100
+#: sd/uiconfig/simpress/ui/dlgfield.ui:100
msgctxt "dlgfield|fixedRB"
msgid "_Fixed"
msgstr ""
-#: dlgfield.ui:118
+#: sd/uiconfig/simpress/ui/dlgfield.ui:118
#, fuzzy
msgctxt "dlgfield|varRB"
msgid "_Variable"
msgstr "Аҽеиҭакқәа"
-#: dlgfield.ui:142
+#: sd/uiconfig/simpress/ui/dlgfield.ui:142
msgctxt "dlgfield|label1"
msgid "Field Type"
msgstr "Аҭакыра атип"
-#: dlgfield.ui:164
+#: sd/uiconfig/simpress/ui/dlgfield.ui:164
msgctxt "dlgfield|label2"
msgid "_Language:"
msgstr "Абызшәа:"
-#: dlgfield.ui:216
+#: sd/uiconfig/simpress/ui/dlgfield.ui:216
msgctxt "dlgfield|label3"
msgid "F_ormat"
msgstr "_Аформат"
-#: dockinganimation.ui:62
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:62
msgctxt "dockinganimation|DockingAnimation"
msgid "Animation"
msgstr ""
-#: dockinganimation.ui:90
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:90
msgctxt "dockinganimation|box|tooltip_text"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: dockinganimation.ui:115
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:115
msgctxt "dockinganimation|loopcount|tooltip_text"
msgid "Loop Count"
msgstr ""
-#: dockinganimation.ui:135
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:135
msgctxt "dockinganimation|loopcount"
msgid "Max."
msgstr "Амакс."
-#: dockinganimation.ui:149
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:149
msgctxt "dockinganimation|duration|tooltip_text"
msgid "Duration"
msgstr ""
-#: dockinganimation.ui:163
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:163
msgctxt "dockinganimation|numbitmap|tooltip_text"
msgid "Image Number"
msgstr "Асахьа аномер"
-#: dockinganimation.ui:186
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:186
msgctxt "dockinganimation|first|tooltip_text"
msgid "First Image"
msgstr "Актәи асахьа"
-#: dockinganimation.ui:201
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:201
msgctxt "dockinganimation|prev|tooltip_text"
msgid "Backwards"
msgstr ""
-#: dockinganimation.ui:216
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:216
msgctxt "dockinganimation|stop|tooltip_text"
msgid "Stop"
msgstr "Иаанкылатәуп"
-#: dockinganimation.ui:231
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:231
msgctxt "dockinganimation|next|tooltip_text"
msgid "Play"
msgstr "Идәықәҵатәуп"
-#: dockinganimation.ui:246
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:246
msgctxt "dockinganimation|last|tooltip_text"
msgid "Last Image"
msgstr "Аҵыхәтәантәи асахьа"
-#: dockinganimation.ui:299
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:299
msgctxt "dockinganimation|group"
msgid "Group object"
msgstr ""
-#: dockinganimation.ui:317
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:318
msgctxt "dockinganimation|bitmap"
msgid "Bitmap object"
msgstr "Арастртә обиеқт"
-#: dockinganimation.ui:340
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:342
msgctxt "dockinganimation|alignmentft"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: dockinganimation.ui:355
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:357
#, fuzzy
msgctxt "dockinganimation|alignment"
msgid "Top Left"
msgstr "Хыхьла арымарахь"
-#: dockinganimation.ui:356
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:358
msgctxt "dockinganimation|alignment"
msgid "Left"
msgstr "Арымарахь"
-#: dockinganimation.ui:357
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:359
#, fuzzy
msgctxt "dockinganimation|alignment"
msgid "Bottom Left"
msgstr "Ҵаҟала арымарахь"
-#: dockinganimation.ui:358
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:360
#, fuzzy
msgctxt "dockinganimation|alignment"
msgid "Top"
msgstr "Хыхьла"
-#: dockinganimation.ui:359
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:361
msgctxt "dockinganimation|alignment"
msgid "Centered"
msgstr "Ацентр ала"
-#: dockinganimation.ui:360
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:362
#, fuzzy
msgctxt "dockinganimation|alignment"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: dockinganimation.ui:361
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:363
#, fuzzy
msgctxt "dockinganimation|alignment"
msgid "Top Right"
msgstr "Хыхьла арыӷьарахь"
-#: dockinganimation.ui:362
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:364
msgctxt "dockinganimation|alignment"
msgid "Right"
msgstr "Арыӷьарахь"
-#: dockinganimation.ui:363
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:365
#, fuzzy
msgctxt "dockinganimation|alignment"
msgid "Bottom Right"
msgstr "Ҵаҟала арыӷьарахь"
-#: dockinganimation.ui:389
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:391
msgctxt "dockinganimation|label1"
msgid "Animation group"
msgstr ""
-#: dockinganimation.ui:433
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:435
msgctxt "dockinganimation|getone|tooltip_text"
msgid "Apply Object"
msgstr "Ихархәатәуп аобиеқт"
-#: dockinganimation.ui:448
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:450
msgctxt "dockinganimation|getall|tooltip_text"
msgid "Apply Objects Individually"
msgstr "Ихархәатәуп аобиеқтқәа акакала"
-#: dockinganimation.ui:478
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:480
msgctxt "dockinganimation|label3"
msgid "Number"
msgstr "Ахыҧхьаӡаратә"
-#: dockinganimation.ui:521
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:523
msgctxt "dockinganimation|delone|tooltip_text"
msgid "Delete Current Image"
msgstr "Ианыхтәуп асахьа"
-#: dockinganimation.ui:536
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:538
msgctxt "dockinganimation|delall|tooltip_text"
msgid "Delete All Images"
msgstr "Ианыхтәуп асахьақәа зегьы"
-#: dockinganimation.ui:562
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:564
msgctxt "dockinganimation|label2"
msgid "Image"
msgstr "Асахьа"
-#: dockinganimation.ui:605
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:607
msgctxt "dockinganimation|create"
msgid "Create"
msgstr "Иаҧҵатәуп"
-#: effectmenu.ui:12
+#: sd/uiconfig/simpress/ui/effectmenu.ui:12
msgctxt "effectmenu|onclick"
msgid "Start On _Click"
msgstr ""
-#: effectmenu.ui:20
+#: sd/uiconfig/simpress/ui/effectmenu.ui:20
msgctxt "effectmenu|withprev"
msgid "Start _With Previous"
msgstr ""
-#: effectmenu.ui:28
+#: sd/uiconfig/simpress/ui/effectmenu.ui:28
msgctxt "effectmenu|afterprev"
msgid "Start _After Previous"
msgstr ""
-#: effectmenu.ui:41
+#: sd/uiconfig/simpress/ui/effectmenu.ui:41
msgctxt "effectmenu|options"
msgid "_Effect Options..."
msgstr "Аеффект апараметрқәа..."
-#: effectmenu.ui:49
+#: sd/uiconfig/simpress/ui/effectmenu.ui:49
msgctxt "effectmenu|timing"
msgid "_Timing..."
msgstr ""
-#: effectmenu.ui:57
+#: sd/uiconfig/simpress/ui/effectmenu.ui:57
msgctxt "effectmenu|remove"
msgid "_Remove"
msgstr "_Ианыхтәуп"
-#: fontsizemenu.ui:12
+#: sd/uiconfig/simpress/ui/fontsizemenu.ui:12
msgctxt "fontsizemenu|25"
msgid "Tiny"
msgstr ""
-#: fontsizemenu.ui:20
+#: sd/uiconfig/simpress/ui/fontsizemenu.ui:20
msgctxt "fontsizemenu|50"
msgid "Smaller"
msgstr ""
-#: fontsizemenu.ui:28
+#: sd/uiconfig/simpress/ui/fontsizemenu.ui:28
#, fuzzy
msgctxt "fontsizemenu|150"
msgid "Larger"
msgstr "Идуқәо"
-#: fontsizemenu.ui:36
+#: sd/uiconfig/simpress/ui/fontsizemenu.ui:36
msgctxt "fontsizemenu|400"
msgid "Extra Large"
msgstr ""
-#: fontstylemenu.ui:12
+#: sd/uiconfig/simpress/ui/fontstylemenu.ui:12
msgctxt "fontstylemenu|bold"
msgid "Bold"
msgstr "Ажәпа"
-#: fontstylemenu.ui:20
+#: sd/uiconfig/simpress/ui/fontstylemenu.ui:20
msgctxt "fontstylemenu|italic"
msgid "Italic"
msgstr "Акурсив"
-#: fontstylemenu.ui:28
+#: sd/uiconfig/simpress/ui/fontstylemenu.ui:28
msgctxt "fontstylemenu|underline"
msgid "Underlined"
msgstr "Изыҵшьу"
-#: headerfooterdialog.ui:8
+#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:8
msgctxt "headerfooterdialog|HeaderFooterDialog"
msgid "Header and Footer"
msgstr ""
-#: headerfooterdialog.ui:21
+#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:21
msgctxt "headerfooterdialog|apply_all"
msgid "Appl_y to All"
msgstr ""
-#: headerfooterdialog.ui:106
+#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:106
msgctxt "headerfooterdialog|slides"
msgid "Slides"
msgstr ""
-#: headerfooterdialog.ui:128
+#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:128
msgctxt "headerfooterdialog|notes"
msgid "Notes and Handouts"
msgstr ""
-#: headerfootertab.ui:40
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:40
msgctxt "headerfootertab|header_cb"
msgid "Heade_r"
msgstr ""
-#: headerfootertab.ui:67
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:67
msgctxt "headerfootertab|header_label"
msgid "Header _text:"
msgstr ""
-#: headerfootertab.ui:101
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:100
msgctxt "headerfootertab|datetime_cb"
msgid "_Date and time"
msgstr "Арыцхәи аамҭеи"
-#: headerfootertab.ui:132
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:131
msgctxt "headerfootertab|rb_fixed"
msgid "Fi_xed"
msgstr ""
-#: headerfootertab.ui:180
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:178
#, fuzzy
msgctxt "headerfootertab|rb_auto"
msgid "_Variable"
msgstr "Аҽеиҭакқәа"
-#: headerfootertab.ui:223
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:221
msgctxt "headerfootertab|language_label"
msgid "_Language:"
msgstr "Абызшәа:"
-#: headerfootertab.ui:247
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:245
msgctxt "headerfootertab|language_label1"
msgid "_Format:"
msgstr "_Аформат:"
-#: headerfootertab.ui:292
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:290
msgctxt "headerfootertab|footer_cb"
msgid "_Footer"
msgstr ""
-#: headerfootertab.ui:319
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:317
msgctxt "headerfootertab|footer_label"
msgid "F_ooter text:"
msgstr ""
-#: headerfootertab.ui:360
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:357
msgctxt "headerfootertab|slide_number"
msgid "_Slide number"
msgstr ""
-#: headerfootertab.ui:382
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:379
msgctxt "headerfootertab|include_label"
msgid "Include on Slide"
msgstr ""
-#: headerfootertab.ui:397
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:394
msgctxt "headerfootertab|not_on_title"
msgid "Do _not show on the first slide"
msgstr ""
-#: headerfootertab.ui:416
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:413
msgctxt "headerfootertab|replacement_a"
msgid "_Page Number"
msgstr "Адаҟьа аномер"
-#: headerfootertab.ui:430
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:427
msgctxt "headerfootertab|replacement_b"
msgid "Include on page"
msgstr "Иаарҧштәуп адаҟьаҟны"
-#: impressprinteroptions.ui:32
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:32
msgctxt "impressprinteroptions|printname"
msgid "Slide name"
msgstr ""
-#: impressprinteroptions.ui:48
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:49
msgctxt "impressprinteroptions|printdatetime"
msgid "Date and time"
msgstr "Арыцхәи аамҭеи"
-#: impressprinteroptions.ui:64
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:66
msgctxt "impressprinteroptions|printhidden"
msgid "Hidden pages"
msgstr "Иҵәаху адаҟьақәа"
-#: impressprinteroptions.ui:86
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:89
msgctxt "impressprinteroptions|label4"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: impressprinteroptions.ui:119
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:122
msgctxt "impressprinteroptions|originalcolors"
msgid "Original size"
msgstr "Ахалагаратә шәагаа"
-#: impressprinteroptions.ui:137
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:141
msgctxt "impressprinteroptions|grayscale"
msgid "Grayscale"
msgstr ""
-#: impressprinteroptions.ui:155
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:160
msgctxt "impressprinteroptions|blackandwhite"
msgid "Black & white"
msgstr ""
-#: impressprinteroptions.ui:179
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:185
msgctxt "impressprinteroptions|label5"
msgid "Color"
msgstr "Аҧштәы"
-#: impressprinteroptions.ui:212
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:218
msgctxt "impressprinteroptions|originalsize"
msgid "Original size"
msgstr "Ахалагаратә шәагаа"
-#: impressprinteroptions.ui:230
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:237
msgctxt "impressprinteroptions|fittoprintable"
msgid "Fit to printable page"
msgstr "Адаҟьа ашәагаақәа ирҭакӡатәуп"
-#: impressprinteroptions.ui:248
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:256
msgctxt "impressprinteroptions|distributeonmultiple"
msgid "Distribute on multiple sheets of paper"
msgstr ""
-#: impressprinteroptions.ui:266
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:275
msgctxt "impressprinteroptions|tilesheet"
msgid "Tile sheet of paper with repeated slides"
msgstr ""
-#: impressprinteroptions.ui:290
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:300
msgctxt "impressprinteroptions|label6"
msgid "Size"
msgstr "Ашәагаа"
-#: insertslides.ui:8
+#: sd/uiconfig/simpress/ui/insertslides.ui:8
#, fuzzy
msgctxt "insertslides|InsertSlidesDialog"
msgid "Insert Slides"
msgstr "Иҭаргылатәуа аишьҭагыла"
-#: insertslides.ui:92
+#: sd/uiconfig/simpress/ui/insertslides.ui:92
msgctxt "insertslides|before"
msgid "_Before"
msgstr ""
-#: insertslides.ui:111
+#: sd/uiconfig/simpress/ui/insertslides.ui:111
msgctxt "insertslides|after"
msgid "A_fter"
msgstr ""
-#: insertslides.ui:137
+#: sd/uiconfig/simpress/ui/insertslides.ui:137
msgctxt "insertslides|label1"
msgid "Position"
msgstr "Аҭыҧ"
-#: interactiondialog.ui:8
+#: sd/uiconfig/simpress/ui/interactiondialog.ui:8
msgctxt "interactiondialog|InteractionDialog"
msgid "Interaction"
msgstr ""
-#: interactionpage.ui:40
+#: sd/uiconfig/simpress/ui/interactionpage.ui:40
msgctxt "interactionpage|label2"
msgid "Action at mouse click:"
msgstr ""
-#: interactionpage.ui:65
+#: sd/uiconfig/simpress/ui/interactionpage.ui:65
msgctxt "interactionpage|fttree"
msgid "Target:"
msgstr ""
-#: interactionpage.ui:143
+#: sd/uiconfig/simpress/ui/interactionpage.ui:143
msgctxt "interactionpage|label1"
msgid "Interaction"
msgstr ""
-#: interactionpage.ui:183
+#: sd/uiconfig/simpress/ui/interactionpage.ui:183
msgctxt "interactionpage|browse"
msgid "_Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: interactionpage.ui:197
+#: sd/uiconfig/simpress/ui/interactionpage.ui:197
msgctxt "interactionpage|find"
msgid "_Find"
msgstr "Иҧшаатәуп"
-#: interactionpage.ui:229
+#: sd/uiconfig/simpress/ui/interactionpage.ui:228
msgctxt "interactionpage|sound-atkobject"
msgid "Path Name"
msgstr ""
-#: layoutmenu.ui:12
+#: sd/uiconfig/simpress/ui/layoutmenu.ui:12
msgctxt "layoutmenu|apply"
msgid "Apply to _Selected Slides"
msgstr "Ихархәатәуп иалкаау аслаидқәа рҟны"
-#: layoutmenu.ui:26
+#: sd/uiconfig/simpress/ui/layoutmenu.ui:26
msgctxt "layoutmenu|insert"
msgid "_Insert Slide"
msgstr ""
-#: masterlayoutdlg.ui:8
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:8
msgctxt "masterlayoutdlg|MasterLayoutDialog"
msgid "Master Elements"
msgstr ""
-#: masterlayoutdlg.ui:92
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:92
msgctxt "masterlayoutdlg|header"
msgid "_Header"
msgstr ""
-#: masterlayoutdlg.ui:108
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:108
msgctxt "masterlayoutdlg|datetime"
msgid "_Date/time"
-msgstr ""
+msgstr "Арыцхә/аамҭа"
-#: masterlayoutdlg.ui:124
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:124
msgctxt "masterlayoutdlg|footer"
msgid "_Footer"
msgstr ""
-#: masterlayoutdlg.ui:140
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:140
msgctxt "masterlayoutdlg|pagenumber"
msgid "_Page number"
msgstr "Адаҟьа аномер"
-#: masterlayoutdlg.ui:156
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:156
msgctxt "masterlayoutdlg|slidenumber"
msgid "_Slide number"
msgstr ""
-#: masterlayoutdlg.ui:178
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:178
msgctxt "masterlayoutdlg|Placeholders"
msgid "Placeholders"
msgstr ""
-#: mastermenu.ui:12
+#: sd/uiconfig/simpress/ui/mastermenu.ui:12
msgctxt "mastermenu|applyall"
msgid "_Apply to All Slides"
msgstr "Ихархәатәуп аслаидқәа зегьы рҟны"
-#: mastermenu.ui:20
+#: sd/uiconfig/simpress/ui/mastermenu.ui:20
msgctxt "mastermenu|applyselect"
msgid "Apply to _Selected Slides"
msgstr "Ихархәатәуп иалкаау аслаидқәа рҟны"
-#: mastermenu.ui:34
+#: sd/uiconfig/simpress/ui/mastermenu.ui:34
msgctxt "mastermenu|large"
msgid "Show _Large Preview"
msgstr ""
-#: mastermenu.ui:42
+#: sd/uiconfig/simpress/ui/mastermenu.ui:42
msgctxt "mastermenu|small"
msgid "Show S_mall Preview"
msgstr ""
-#: navigatorpanel.ui:22
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:22
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "Адокумент"
-#: navigatorpanel.ui:25
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:25
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr ""
-#: navigatorpanel.ui:58
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:58
msgctxt "navigatorpanel|first|tooltip_text"
msgid "First Slide"
msgstr "Актәи аслаид"
-#: navigatorpanel.ui:71
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:71
msgctxt "navigatorpanel|previous|tooltip_text"
msgid "Previous Slide"
msgstr ""
-#: navigatorpanel.ui:84
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:84
msgctxt "navigatorpanel|next|tooltip_text"
msgid "Next Slide"
msgstr ""
-#: navigatorpanel.ui:97
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:97
msgctxt "navigatorpanel|last|tooltip_text"
msgid "Last Slide"
msgstr ""
-#: navigatorpanel.ui:120
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:120
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr ""
-#: navigatorpanel.ui:133
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:133
msgctxt "navigatorpanel|shapes|tooltip_text"
msgid "Show Shapes"
msgstr ""
-#: notebookbar.ui:340
-msgctxt "notebookbar|FileLabel"
-msgid "File"
-msgstr "Афаил"
-
-#: notebookbar.ui:421
-msgctxt "notebookbar|FormatPaintbrush"
-msgid "Clone"
-msgstr "Аформат акопиа ахыхтәуп"
-
-#: notebookbar.ui:921
-msgctxt "notebookbar|numberbullet|tooltip_text"
-msgid "Bullets and Numbering"
-msgstr "Амаркерқәеи аномерркреи"
-
-#: notebookbar.ui:961
-msgctxt "notebookbar|indent|tooltip_text"
-msgid "Indent"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:2313
+msgctxt "notebookbar_compact|fileb"
+msgid "_File"
msgstr ""
-#: notebookbar.ui:968
-msgctxt "notebookbar|increaseindent|tooltip_text"
-msgid "Increase Indent"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:2332
+msgctxt "notebookbar_compact|fileb"
+msgid "_Help"
msgstr ""
-#: notebookbar.ui:984
-msgctxt "notebookbar|decreaseindent|tooltip_text"
-msgid "Decrease Indent"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:3122
+msgctxt "notebookbar_compact|FileLabel"
+msgid "File"
msgstr ""
-#: notebookbar.ui:1018
-msgctxt "notebookbar|horizontalalignment|tooltip_text"
-msgid "Horizontal Alignment"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:3281
+msgctxt "notebookbar_compact|menub"
+msgid "_Home"
msgstr ""
-#: notebookbar.ui:1497
-#, fuzzy
-msgctxt "notebookbar|ImpressLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:4566
+msgctxt "notebookbar_compact|HomeLabel"
msgid "Home"
-msgstr "алагамҭа"
+msgstr ""
-#: notebookbar.ui:1618
-msgctxt "notebookbar|InsertAVMedia|tooltip_text"
-msgid "Insert Audio or Video"
-msgstr "Ибжьаргылатәуп Абжьы ма Авидео"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:5024
+msgctxt "notebookbar|Field"
+msgid "Fiel_d"
+msgstr ""
-#: notebookbar.ui:1935
-msgctxt "notebookbar|InsertSymbol"
-msgid "Symbol"
-msgstr "Асимвол"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:5529
+msgctxt "notebookbar_compact|menub"
+msgid "_Insert"
+msgstr ""
-#: notebookbar.ui:2011
-msgctxt "notebookbar|InsertLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:5613
+msgctxt "notebookbar_compact|InsertLabel"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr ""
-#: notebookbar.ui:2033
-msgctxt "notebookbar|TransitionsLabel"
-msgid "Transitions"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:5642
+msgctxt "notebookbar_compact|reviewb"
+msgid "Pag_e"
msgstr ""
-#: notebookbar.ui:2053
-msgctxt "notebookbar|AnimationLabel"
-msgid "Animation"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:6377
+msgctxt "notebookbar_compact|LayoutLabel"
+msgid "Layout"
msgstr ""
-#: notebookbar.ui:2218
-msgctxt "notebookbar|SlideShowLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:6408
+msgctxt "notebookbar|slideshowb"
+msgid "_Slide Show"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:7003
+msgctxt "notebookbar_compact|ReferencesLabel"
msgid "Slide Show"
msgstr ""
-#: notebookbar.ui:2252
-msgctxt "notebookbar|SpellOnline"
-msgid "Auto Spellcheck"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:7031
+msgctxt "notebookbar|reviewb"
+msgid "_Review"
msgstr ""
-#: notebookbar.ui:2354
-msgctxt "notebookbar|ReviewLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:7460
+msgctxt "notebookbar_compact|ReviewLabel"
msgid "Review"
msgstr ""
-#: notebookbar.ui:2547
-msgctxt "notebookbar|GridVisible"
-msgid "Grid"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:7488
+msgctxt "notebookbar_compact|viewb"
+msgid "_View"
msgstr ""
-#: notebookbar.ui:2737
-msgctxt "notebookbar|ViewLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:8389
+msgctxt "notebookbar_compact|ViewLabel"
msgid "View"
-msgstr "Ахәаҧшра"
+msgstr ""
-#: notebookbar.ui:2757
-msgctxt "notebookbar|TableLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:9180
+msgctxt "notebookbar_compact|tableT"
+msgid "T_able"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:9264
+msgctxt "notebookbar_compact|TableLabel"
msgid "Table"
-msgstr "Атаблица"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:9644
+#: sd/uiconfig/simpress/ui/notebookbar.ui:10702
+msgctxt "notebookbar|Field"
+msgid "Convert"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:9926
+msgctxt "notebookbar_compact|graphicB"
+msgid "_Graphic"
+msgstr ""
-#: notebookbar.ui:3275
-msgctxt "notebookbar|ImageLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:10038
+msgctxt "notebookbar_compact|ImageLabel"
msgid "Image"
-msgstr "Асахьа"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:11231
+msgctxt "notebookbar_compact|drab"
+msgid "D_raw"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:11345
+msgctxt "notebookbar_compact|ShapeLabel"
+msgid "Draw"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:11377
+msgctxt "notebookbar_compact|referenceb"
+msgid "_Tools"
+msgstr ""
-#: notebookbar_groupedbar_compact.ui:466
+#: sd/uiconfig/simpress/ui/notebookbar.ui:12331
+msgctxt "notebookbar_compact|DevLabel"
+msgid "Tools"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:541
msgctxt "notebookbar_groupedbar_compact|menubarD1"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:1884
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:2195
msgctxt "notebookbar_groupedbar_compact|menubarD"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:2575
-msgctxt "notebookbar_groupedbar_compact|fileb"
-msgid "_File"
-msgstr "_Афаил"
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:2973
+msgctxt "notebookbar_groupedbar_compact|menub"
+msgid "_Menu"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3029
+msgctxt "notebookbar_groupedbar_compact|toolsb"
+msgid "_Tools"
+msgstr ""
-#: notebookbar_groupedbar_compact.ui:2714
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3141
msgctxt "notebookbar_groupedbar_compact|editb"
msgid "_Edit"
msgstr "_Ариашара"
-#: notebookbar_groupedbar_compact.ui:2884
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3284
+msgctxt "notebookbar_groupedbar_compact|fileb"
+msgid "_File"
+msgstr "_Афаил"
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3444
msgctxt "notebookbar_groupedbar_compact|reviewb"
msgid "_Slide Show"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3012
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3573
msgctxt "notebookbar_groupedbar_compact|paragraphstylet"
msgid "S_lide"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3163
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3725
msgctxt "notebookbar_groupedbar_compact|insertText"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groupedbar_compact.ui:3332
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3898
msgctxt "notebookbar_groupedbar_compact|draw"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3616
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4189
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewb"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_compact.ui:3767
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4777
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4344
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5372
msgctxt "notebookbar_groupedbar_compact|reviewb"
msgid "_Review"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3906
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4487
msgctxt "notebookbar_groupedbar_compact|slideshowf"
msgid "_Slide Show"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:4071
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5079
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4653
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5679
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|formatt"
msgid "F_ormat"
msgstr "Аформат"
-#: notebookbar_groupedbar_compact.ui:4321
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5329
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4904
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5930
msgctxt "notebookbar_groupedbar_compact|paragrapht"
msgid "_Paragraph"
msgstr "Абзац"
-#: notebookbar_groupedbar_compact.ui:4492
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5079
msgctxt "notebookbar_groupedbar_compact|insertTextO"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groupedbar_compact.ui:4626
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5217
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewT"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_compact.ui:4914
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5513
msgctxt "notebookbar_groupedbar_compact|slideshowb"
msgid "_Slide Show"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:5479
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:6084
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|rowscolumnst"
msgid "R_ows"
msgstr "Ацәаҳәақәа"
-#: notebookbar_groupedbar_compact.ui:5795
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:6407
msgctxt "notebookbar_groupedbar_compact|calculatet"
msgid "_Calc"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:5987
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:6603
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|editdrawb"
msgid "St_yles"
msgstr "Астильқәа"
-#: notebookbar_groupedbar_compact.ui:6214
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:6831
msgctxt "notebookbar_groupedbar_compact|drawb"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:6585
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7206
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewDrawb"
msgid "Grou_p"
msgstr "Агәыҧ"
-#: notebookbar_groupedbar_compact.ui:6694
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7319
msgctxt "notebookbar_groupedbar_compact|GridO"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:6836
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7465
msgctxt "notebookbar_groupedbar_compact|3Db"
msgid "3_D"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:7008
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7641
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|graphicB"
msgid "_Graphic"
msgstr "Аграфикатә обиеқт"
-#: notebookbar_groupedbar_compact.ui:7123
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7757
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|colorb"
msgid "C_olor"
msgstr "Аҧштәы"
-#: notebookbar_groupedbar_compact.ui:7596
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:8350
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:8237
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9003
msgctxt "notebookbar_groupedbar_compact|GridB"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:7732
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:8377
msgctxt "notebookbar_groupedbar_compact|slideshowOLE"
msgid "_Slide Show"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:7957
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:8603
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|oleB"
msgid "F_rame"
msgstr "Афреим"
-#: notebookbar_groupedbar_compact.ui:8484
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9141
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewOLE"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_compact.ui:8663
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9324
msgctxt "notebookbar_groupedbar_compact|oleB"
msgid "_Master Page"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8808
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9470
msgctxt "notebookbar_groupedbar_compact|insertTextb"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groupedbar_compact.ui:9016
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9682
msgctxt "notebookbar_groupedbar_compact|drawMaster"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:9391
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:10064
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewMaster"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_compact.ui:9526
-msgctxt "notebookbar_groupedbar_compact|menub"
-msgid "_Menu"
-msgstr ""
-
-#: notebookbar_groupedbar_compact.ui:9581
-msgctxt "notebookbar_groupedbar_compact|toolsb"
-msgid "_Tools"
-msgstr ""
-
-#: notebookbar_groupedbar_full.ui:2372
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:2372
msgctxt "notebookbar_groupedbar_full|menubarD"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_full.ui:2541
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:2534
msgctxt "notebookbar_groupedbar_full|Quotation2"
msgid "Quotation"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3227
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3202
+msgctxt "notebookbar_groupedbar_full|menub"
+msgid "_Menu"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3255
+msgctxt "notebookbar_groupedbar_full|toolsb"
+msgid "_Tools"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3310
+#, fuzzy
+msgctxt "notebookbar_groupedbar_full|helpb"
+msgid "_Help"
+msgstr "Аилыркаага"
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3418
msgctxt "notebookbar_groupedbar_full|fileb"
msgid "_File"
msgstr "_Афаил"
-#: notebookbar_groupedbar_full.ui:3449
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3656
msgctxt "notebookbar_groupedbar_full|editb"
msgid "_Edit"
msgstr "_Ариашара"
-#: notebookbar_groupedbar_full.ui:3608
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3816
msgctxt "notebookbar_groupedbar_full|slideshowb"
msgid "_Slide Show"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3805
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4014
msgctxt "notebookbar_groupedbar_full|paragraphstylet"
msgid "S_lide"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3956
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4166
msgctxt "notebookbar_groupedbar_full|insertText"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groupedbar_full.ui:4302
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4516
msgctxt "notebookbar_groupedbar_full|draw"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_full.ui:4486
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4704
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewb"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:4632
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6202
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4854
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6446
msgctxt "notebookbar_groupedbar_full|reviewb"
msgid "_Review"
msgstr ""
-#: notebookbar_groupedbar_full.ui:4920
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8526
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9790
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11217
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12467
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5146
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8797
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:10082
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11526
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12797
msgctxt "notebookbar_groupedbar_full|arrangedrawb"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_full.ui:5075
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5305
msgctxt "notebookbar_groupedbar_full|slideshowt"
msgid "_Slide Show"
msgstr ""
-#: notebookbar_groupedbar_full.ui:5327
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6592
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5558
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6841
#, fuzzy
msgctxt "notebookbar_groupedbar_full|formatd"
msgid "F_ormat"
msgstr "Аформат"
-#: notebookbar_groupedbar_full.ui:5651
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6918
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5883
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:7168
msgctxt "notebookbar_groupedbar_full|paragraphTextb"
msgid "_Paragraph"
msgstr "Абзац"
-#: notebookbar_groupedbar_full.ui:5894
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6130
msgctxt "notebookbar_groupedbar_full|insertTextt"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groupedbar_full.ui:6056
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6296
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewt"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:6339
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6587
msgctxt "notebookbar_groupedbar_full|slideshowtt"
msgid "_Slide Show"
msgstr ""
-#: notebookbar_groupedbar_full.ui:7097
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:7351
msgctxt "notebookbar_groupedbar_full|tabled"
msgid "T_able"
msgstr "Атаблица"
-#: notebookbar_groupedbar_full.ui:7362
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:7620
#, fuzzy
msgctxt "notebookbar_groupedbar_full|rowscolumnst"
msgid "R_ows"
msgstr "Ацәаҳәақәа"
-#: notebookbar_groupedbar_full.ui:7482
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:7744
msgctxt "notebookbar_groupedbar_full|calculatet"
msgid "_Calc"
msgstr ""
-#: notebookbar_groupedbar_full.ui:7818
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8084
msgctxt "notebookbar_groupedbar_full|drawb"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_full.ui:8114
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8381
msgctxt "notebookbar_groupedbar_full|editdrawb"
msgid "_Edit"
msgstr "Ариашара"
-#: notebookbar_groupedbar_full.ui:8677
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9941
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11368
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8952
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:10237
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11681
msgctxt "notebookbar_groupedbar_full|GridDrawB"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_full.ui:8819
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9098
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewDrawb"
msgid "Grou_p"
msgstr "Агәыҧ"
-#: notebookbar_groupedbar_full.ui:8958
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9241
msgctxt "notebookbar_groupedbar_full|3Db"
msgid "3_D"
msgstr ""
-#: notebookbar_groupedbar_full.ui:9216
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9503
#, fuzzy
msgctxt "notebookbar_groupedbar_full|graphicB"
msgid "_Graphic"
msgstr "Аграфикатә обиеқт"
-#: notebookbar_groupedbar_full.ui:9387
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9675
#, fuzzy
msgctxt "notebookbar_groupedbar_full|colorb"
msgid "C_olor"
msgstr "Аҧштәы"
-#: notebookbar_groupedbar_full.ui:10344
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:10644
msgctxt "notebookbar_groupedbar_full|media"
msgid "_Media"
msgstr "_Амедиа"
-#: notebookbar_groupedbar_full.ui:10520
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:10824
msgctxt "notebookbar_groupedbar_full|slideshowOLE"
msgid "_Slide Show"
msgstr ""
-#: notebookbar_groupedbar_full.ui:10805
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11110
#, fuzzy
msgctxt "notebookbar_groupedbar_full|editdrawb"
msgid "F_rame"
msgstr "Афреим"
-#: notebookbar_groupedbar_full.ui:11514
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11831
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewtOLE"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:11674
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11995
msgctxt "notebookbar_groupedbar_full|oleB"
msgid "_Master Page"
msgstr ""
-#: notebookbar_groupedbar_full.ui:11912
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12234
msgctxt "notebookbar_groupedbar_full|insertTextm"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groupedbar_full.ui:12141
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12467
msgctxt "notebookbar_groupedbar_full|drawm"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_full.ui:12629
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12963
#, fuzzy
msgctxt "notebookbar_groupedbar_full|masterviewm"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:12749
-msgctxt "notebookbar_groupedbar_full|menub"
-msgid "_Menu"
-msgstr ""
-
-#: notebookbar_groupedbar_full.ui:12801
-msgctxt "notebookbar_groupedbar_full|toolsb"
-msgid "_Tools"
-msgstr ""
-
-#: notebookbar_groupedbar_full.ui:12855
-#, fuzzy
-msgctxt "notebookbar_groupedbar_full|helpb"
-msgid "_Help"
-msgstr "Аилыркаага"
-
-#: notebookbar_groups.ui:49
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:49
msgctxt "notebookbar_groups|layout01"
msgid "Blank"
msgstr "Иҭацәуп"
-#: notebookbar_groups.ui:57
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:57
msgctxt "notebookbar_groups|layout02"
msgid "Title Slide"
msgstr ""
-#: notebookbar_groups.ui:65
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:65
msgctxt "notebookbar_groups|layout03"
msgid "Title, Text"
msgstr ""
-#: notebookbar_groups.ui:73
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:73
msgctxt "notebookbar_groups|layout04"
msgid "Title, Content"
msgstr ""
-#: notebookbar_groups.ui:81
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:81
msgctxt "notebookbar_groups|layout05"
msgid "Centered Text"
msgstr ""
-#: notebookbar_groups.ui:104
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:104
#, fuzzy
msgctxt "notebookbar_groups|hyperlink"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
-#: notebookbar_groups.ui:118
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:118
msgctxt "notebookbar_groups|footnote"
msgid "Footnote"
msgstr ""
-#: notebookbar_groups.ui:127
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:127
msgctxt "notebookbar_groups|endnote"
msgid "Endnote"
msgstr ""
-#: notebookbar_groups.ui:142
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:142
msgctxt "notebookbar_groups|bookmark"
msgid "Bookmark"
msgstr ""
-#: notebookbar_groups.ui:151
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:151
msgctxt "notebookbar_groups|crossreference"
msgid "Cross-Reference"
msgstr ""
-#: notebookbar_groups.ui:168
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:168
msgctxt "notebookbar_groups|master01"
msgid "Master 1"
msgstr ""
-#: notebookbar_groups.ui:177
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:177
msgctxt "notebookbar_groups|master02"
msgid "Master 2"
msgstr ""
-#: notebookbar_groups.ui:257
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:257
msgctxt "notebookbar_groups|shapestyledefault"
msgid "Default"
msgstr "Астандарт"
-#: notebookbar_groups.ui:265
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:265
msgctxt "notebookbar_groups|shapestylenofill"
msgid "No Fill"
msgstr ""
-#: notebookbar_groups.ui:273
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:273
msgctxt "notebookbar_groups|shapestyleshadow"
msgid "With Shadow"
msgstr ""
-#: notebookbar_groups.ui:287
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:287
msgctxt "notebookbar_groups|shapestyletitle1"
msgid "Title 1"
msgstr ""
-#: notebookbar_groups.ui:295
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:295
msgctxt "notebookbar_groups|shapestyletitle2"
msgid "Title 2"
msgstr ""
-#: notebookbar_groups.ui:489
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:494
msgctxt "notebookbar_groups|filegrouplabel"
msgid "File"
msgstr "Афаил"
-#: notebookbar_groups.ui:642
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:650
msgctxt "notebookbar_groups|clipboardgrouplabel"
msgid "Clipboard"
msgstr ""
-#: notebookbar_groups.ui:688
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:696
msgctxt "notebookbar_groups|shapestyleb"
msgid "Style"
msgstr "Астиль"
-#: notebookbar_groups.ui:849
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:858
msgctxt "notebookbar_groups|growb"
msgid " "
msgstr ""
-#: notebookbar_groups.ui:871
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:881
msgctxt "notebookbar_groups|shrinkb"
msgid " "
msgstr ""
-#: notebookbar_groups.ui:1201
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1218
msgctxt "notebookbar_groups|formatgrouplabel"
msgid "Text"
msgstr "Атеқст"
-#: notebookbar_groups.ui:1251
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1268
msgctxt "notebookbar_groups|startshowb"
msgid "Start"
msgstr ""
-#: notebookbar_groups.ui:1275
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1293
msgctxt "notebookbar_groups|masterb"
msgid "Master"
msgstr ""
-#: notebookbar_groups.ui:1293
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1312
msgctxt "notebookbar_groups|layoutb"
msgid "Layout"
msgstr ""
-#: notebookbar_groups.ui:1323
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1343
msgctxt "notebookbar_groups|animationb"
msgid "Animation"
msgstr ""
-#: notebookbar_groups.ui:1340
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1361
msgctxt "notebookbar_groups|transitionb"
msgid "Transition"
msgstr ""
-#: notebookbar_groups.ui:1386
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1408
msgctxt "notebookbar_groups|slidegrouplabel"
msgid "Slide"
msgstr ""
-#: notebookbar_groups.ui:1460
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1482
msgctxt "notebookbar_groups|shapesb"
msgid "Shapes"
msgstr "Афигурақәа"
-#: notebookbar_groups.ui:1476
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1498
msgctxt "notebookbar_groups|linksb"
msgid "Links"
msgstr "Аимадарақәа"
-#: notebookbar_groups.ui:1584
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1610
msgctxt "notebookbar_groups|insertgrouplabel"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groups.ui:1620
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1646
msgctxt "notebookbar_groups|imagestyleb"
msgid "Style"
msgstr "Астиль"
-#: notebookbar_groups.ui:1659
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1687
msgctxt "notebookbar_groups|resetb"
msgid "Reset"
msgstr "Еиҭашьақәыргылатәуп"
-#: notebookbar_groups.ui:1703
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1733
msgctxt "notebookbar_groups|wrapb"
msgid "Wrap"
msgstr ""
-#: notebookbar_groups.ui:1718
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1749
msgctxt "notebookbar_groups|lockb"
msgid "Lock"
msgstr ""
-#: notebookbar_groups.ui:1762
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1794
msgctxt "notebookbar_groups|imagegrouplabel"
msgid "Image"
msgstr "Асахьа"
-#: notebookbar_groups.ui:1818
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1850
msgctxt "notebookbar_groups|wrapoff"
msgid "None"
msgstr "Мап"
-#: notebookbar_groups.ui:1827
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1859
msgctxt "notebookbar_groups|wrapideal"
msgid "Optimal"
msgstr ""
-#: notebookbar_groups.ui:1836
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1868
msgctxt "notebookbar_groups|wrapon"
msgid "Parallel"
msgstr ""
-#: notebookbar_groups.ui:1845
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1877
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
msgstr ""
-#: notebookbar_groups.ui:1854
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1886
msgctxt "notebookbar_groups|wrapright"
msgid "After"
msgstr ""
-#: notebookbar_groups.ui:1863
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1895
msgctxt "notebookbar_groups|wrapthrough"
msgid "Through"
msgstr ""
-#: notebookbar_groups.ui:1878
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1910
msgctxt "notebookbar_groups|wrapcontour"
msgid "Contour"
msgstr ""
-#: notebookbar_groups.ui:1887
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1919
msgctxt "notebookbar_groups|contourdialog"
msgid "Edit Contour"
msgstr "Аконтур ариашара"
-#: optimpressgeneralpage.ui:40
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:40
msgctxt "optimpressgeneralpage|qickedit"
msgid "Allow quick editing"
msgstr ""
-#: optimpressgeneralpage.ui:56
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:56
msgctxt "optimpressgeneralpage|textselected"
-msgid "Only text area selected"
+msgid "Only text area selectable"
msgstr ""
-#: optimpressgeneralpage.ui:79
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:79
msgctxt "optimpressgeneralpage|label2"
msgid "Text Objects"
msgstr ""
-#: optimpressgeneralpage.ui:113
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:113
msgctxt "optimpressgeneralpage|startwithwizard"
msgid "Start with _Template Selection"
msgstr "Иалагатәуп ашаблон алхра ала"
-#: optimpressgeneralpage.ui:134
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:134
msgctxt "optimpressgeneralpage|newdoclbl"
msgid "New Document"
msgstr "Иаҧҵатәуп адокумент"
-#: optimpressgeneralpage.ui:170
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:170
msgctxt "optimpressgeneralpage|copywhenmove"
msgid "Copy when moving"
msgstr ""
-#: optimpressgeneralpage.ui:193
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:193
msgctxt "optimpressgeneralpage|label6"
msgid "Unit of _measurement:"
msgstr ""
-#: optimpressgeneralpage.ui:230
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:230
msgctxt "optimpressgeneralpage|tapstoplabel"
msgid "Ta_b stops:"
msgstr ""
-#: optimpressgeneralpage.ui:262
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:261
msgctxt "optimpressgeneralpage|objalwymov"
msgid "Objects always moveable"
msgstr ""
-#: optimpressgeneralpage.ui:277
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:276
msgctxt "optimpressgeneralpage|distrotcb"
msgid "Do not distort objects in curve"
msgstr ""
-#: optimpressgeneralpage.ui:293
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:292
msgctxt "optimpressgeneralpage|backgroundback"
msgid "Use background cache"
msgstr ""
-#: optimpressgeneralpage.ui:315
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:314
msgctxt "optimpressgeneralpage|label4"
msgid "Settings"
msgstr "Архиарақәа"
-#: optimpressgeneralpage.ui:350
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:349
msgctxt "optimpressgeneralpage|enremotcont"
msgid "Enable remote control"
msgstr ""
-#: optimpressgeneralpage.ui:365
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:364
msgctxt "optimpressgeneralpage|enprsntcons"
msgid "Enable Presenter Console"
msgstr ""
-#: optimpressgeneralpage.ui:386
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:385
msgctxt "optimpressgeneralpage|label7"
msgid "Presentation"
msgstr "Апрезентациа"
-#: optimpressgeneralpage.ui:425
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:424
msgctxt "optimpressgeneralpage|label8"
msgid "_Drawing scale:"
msgstr ""
-#: optimpressgeneralpage.ui:439
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:438
msgctxt "optimpressgeneralpage|widthlbl"
msgid "Page _width:"
msgstr "Адаҟьа аҭбаара:"
-#: optimpressgeneralpage.ui:453
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:452
msgctxt "optimpressgeneralpage|heightlbl"
msgid "Page _height:"
msgstr "Адаҟьа аҳаракыра:"
-#: optimpressgeneralpage.ui:575
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:569
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "Амасштаб"
-#: optimpressgeneralpage.ui:607
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:601
msgctxt "optimpressgeneralpage|printermetrics"
msgid "Us_e printer metrics for document formatting"
msgstr ""
-#: optimpressgeneralpage.ui:622
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:616
msgctxt "optimpressgeneralpage|cbCompatibility"
msgid "Add _spacing between paragraphs and tables"
msgstr ""
-#: optimpressgeneralpage.ui:645
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:639
msgctxt "optimpressgeneralpage|label1"
msgid "Compatibility"
msgstr "Аишьашәалара"
-#: photoalbum.ui:18
+#: sd/uiconfig/simpress/ui/photoalbum.ui:18
msgctxt "photoalbum|liststore2"
msgid "1 Image"
msgstr ""
-#: photoalbum.ui:21
+#: sd/uiconfig/simpress/ui/photoalbum.ui:21
#, fuzzy
msgctxt "photoalbum|liststore2"
msgid "2 Images"
msgstr "Асахьақәа"
-#: photoalbum.ui:24
+#: sd/uiconfig/simpress/ui/photoalbum.ui:24
#, fuzzy
msgctxt "photoalbum|liststore2"
msgid "4 Images"
msgstr "Асахьақәа"
-#: photoalbum.ui:31
+#: sd/uiconfig/simpress/ui/photoalbum.ui:31
msgctxt "photoalbum|PhotoAlbumCreatorDialog"
msgid "Create Photo Album"
msgstr ""
-#: photoalbum.ui:60
+#: sd/uiconfig/simpress/ui/photoalbum.ui:60
#, fuzzy
msgctxt "photoalbum|create_btn"
msgid "Insert Slides"
msgstr "Иҭаргылатәуа аишьҭагыла"
-#: photoalbum.ui:169
+#: sd/uiconfig/simpress/ui/photoalbum.ui:169
msgctxt "photoalbum|rem_btn|tooltip_text"
msgid "Remove Image from List"
msgstr ""
-#: photoalbum.ui:185
+#: sd/uiconfig/simpress/ui/photoalbum.ui:185
#, fuzzy
msgctxt "photoalbum|up_btn|tooltip_text"
msgid "Move Image Up"
msgstr "Ииагатәуп адаҟьа аҩада"
-#: photoalbum.ui:201
+#: sd/uiconfig/simpress/ui/photoalbum.ui:201
#, fuzzy
msgctxt "photoalbum|down_btn|tooltip_text"
msgid "Move Image Down"
msgstr "Ииагатәуп адаҟьа алада"
-#: photoalbum.ui:277
+#: sd/uiconfig/simpress/ui/photoalbum.ui:277
msgctxt "photoalbum|label2"
msgid "Preview"
msgstr "Заатәи ахәаҧшра"
-#: photoalbum.ui:306
+#: sd/uiconfig/simpress/ui/photoalbum.ui:306
msgctxt "photoalbum|label7"
msgid "Slide layout:"
msgstr ""
-#: photoalbum.ui:344
+#: sd/uiconfig/simpress/ui/photoalbum.ui:344
msgctxt "photoalbum|cap_check"
msgid "Add caption to each slide"
msgstr ""
-#: photoalbum.ui:359
+#: sd/uiconfig/simpress/ui/photoalbum.ui:360
msgctxt "photoalbum|asr_check"
msgid "Keep aspect ratio"
msgstr ""
-#: photoalbum.ui:375
+#: sd/uiconfig/simpress/ui/photoalbum.ui:377
msgctxt "photoalbum|asr_check_crop"
msgid "Fill Screen"
msgstr ""
-#: photoalbum.ui:390
+#: sd/uiconfig/simpress/ui/photoalbum.ui:393
#, fuzzy
msgctxt "photoalbum|insert_as_link_check"
msgid "Link images"
msgstr "Асахьахь азхьарҧш"
-#: presentationdialog.ui:8
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:8
msgctxt "presentationdialog|PresentationDialog"
msgid "Slide Show Settings"
msgstr ""
-#: presentationdialog.ui:49
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:49
msgctxt "presentationdialog|from"
msgid "_From:"
msgstr ""
-#: presentationdialog.ui:76
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:76
msgctxt "presentationdialog|from_cb-atkobject"
msgid "Starting slide"
msgstr ""
-#: presentationdialog.ui:93
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:93
msgctxt "presentationdialog|allslides"
msgid "All _slides"
msgstr ""
-#: presentationdialog.ui:110
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:110
msgctxt "presentationdialog|customslideshow"
msgid "_Custom slide show:"
msgstr ""
-#: presentationdialog.ui:150
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:150
msgctxt "presentationdialog|label1"
msgid "Range"
msgstr "Адиапазон"
-#: presentationdialog.ui:205
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:205
msgctxt "presentationdialog|presdisplay_label"
msgid "P_resentation display:"
msgstr ""
-#: presentationdialog.ui:226
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:226
msgctxt "presentationdialog|externalmonitor_str"
msgid "Display %1 (external)"
msgstr ""
-#: presentationdialog.ui:236
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:236
msgctxt "presentationdialog|monitor_str"
msgid "Display %1"
msgstr ""
-#: presentationdialog.ui:246
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:246
msgctxt "presentationdialog|allmonitors_str"
msgid "All displays"
msgstr ""
-#: presentationdialog.ui:256
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:256
msgctxt "presentationdialog|external_str"
msgid "Auto External (Display %1)"
msgstr ""
-#: presentationdialog.ui:277
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:277
msgctxt "presentationdialog|label3"
msgid "Multiple Displays"
msgstr ""
-#: presentationdialog.ui:317
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:317
msgctxt "presentationdialog|default"
msgid "F_ull screen"
msgstr ""
-#: presentationdialog.ui:334
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:334
msgctxt "presentationdialog|window"
msgid "In a _window"
msgstr ""
-#: presentationdialog.ui:350
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:350
msgctxt "presentationdialog|auto"
msgid "_Loop and repeat after:"
msgstr ""
-#: presentationdialog.ui:369
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:369
msgctxt "presentationdialog|showlogo"
msgid "Show _logo"
msgstr ""
-#: presentationdialog.ui:388
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:388
msgctxt "presentationdialog|pauseduration|tooltip_text"
msgid "Duration of pause"
msgstr ""
-#: presentationdialog.ui:395
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:395
msgctxt "presentationdialog|pauseduration-atkobject"
msgid "Pause Duration"
msgstr ""
-#: presentationdialog.ui:412
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:412
msgctxt "presentationdialog|label2"
msgid "Presentation Mode"
msgstr ""
-#: presentationdialog.ui:447
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:447
msgctxt "presentationdialog|manualslides"
msgid "Change slides _manually"
msgstr ""
-#: presentationdialog.ui:462
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:462
msgctxt "presentationdialog|pointervisible"
msgid "Mouse pointer _visible"
msgstr ""
-#: presentationdialog.ui:477
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:477
msgctxt "presentationdialog|pointeraspen"
msgid "Mouse pointer as _pen"
msgstr ""
-#: presentationdialog.ui:492
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:492
msgctxt "presentationdialog|animationsallowed"
msgid "_Animations allowed"
msgstr ""
-#: presentationdialog.ui:507
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:507
msgctxt "presentationdialog|changeslidesbyclick"
msgid "Change slides by clic_king on background"
msgstr ""
-#: presentationdialog.ui:522
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:522
msgctxt "presentationdialog|alwaysontop"
msgid "Presentation always _on top"
msgstr ""
-#: presentationdialog.ui:543
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:543
msgctxt "presentationdialog|label4"
msgid "Options"
msgstr "Апараметрқәа"
-#: prntopts.ui:37
+#: sd/uiconfig/simpress/ui/prntopts.ui:37
msgctxt "prntopts|pagenmcb"
msgid "_Page name"
msgstr "Адаҟьа ахьӡ"
-#: prntopts.ui:54
+#: sd/uiconfig/simpress/ui/prntopts.ui:54
msgctxt "prntopts|datecb"
msgid "D_ate"
msgstr "Арыцхә"
-#: prntopts.ui:71
+#: sd/uiconfig/simpress/ui/prntopts.ui:71
msgctxt "prntopts|timecb"
msgid "Ti_me"
msgstr "Аамҭа"
-#: prntopts.ui:88
+#: sd/uiconfig/simpress/ui/prntopts.ui:88
msgctxt "prntopts|hiddenpgcb"
msgid "H_idden pages"
msgstr "Иҵәаху адаҟьақәа"
-#: prntopts.ui:111
+#: sd/uiconfig/simpress/ui/prntopts.ui:111
msgctxt "prntopts|printlbl"
msgid "Print"
msgstr "Акьыҧхьра"
-#: prntopts.ui:145
+#: sd/uiconfig/simpress/ui/prntopts.ui:145
msgctxt "prntopts|pagedefaultrb"
msgid "Default"
msgstr "Астандарт"
-#: prntopts.ui:163
+#: sd/uiconfig/simpress/ui/prntopts.ui:164
#, fuzzy
msgctxt "prntopts|fittopgrb"
msgid "_Fit to page"
msgstr "Адаҟьа ашәагаа иақәыршәаны"
-#: prntopts.ui:181
+#: sd/uiconfig/simpress/ui/prntopts.ui:182
msgctxt "prntopts|tilepgrb"
msgid "_Tile pages"
msgstr "Мозаикала адаҟьаҟны"
-#: prntopts.ui:199
+#: sd/uiconfig/simpress/ui/prntopts.ui:200
msgctxt "prntopts|brouchrb"
msgid "B_rochure"
msgstr "Аброшиура"
-#: prntopts.ui:217
+#: sd/uiconfig/simpress/ui/prntopts.ui:218
msgctxt "prntopts|papertryfrmprntrcb"
msgid "Paper tray from printer s_ettings"
msgstr ""
-#: prntopts.ui:240
+#: sd/uiconfig/simpress/ui/prntopts.ui:241
msgctxt "prntopts|frontcb"
msgid "Fr_ont"
msgstr ""
-#: prntopts.ui:259
+#: sd/uiconfig/simpress/ui/prntopts.ui:260
msgctxt "prntopts|backcb"
msgid "Ba_ck"
msgstr ""
-#: prntopts.ui:293
+#: sd/uiconfig/simpress/ui/prntopts.ui:294
msgctxt "prntopts|label3"
msgid "Page Options"
msgstr "Адаҟьа апараметрқәа"
-#: prntopts.ui:339
+#: sd/uiconfig/simpress/ui/prntopts.ui:340
msgctxt "prntopts|drawingcb"
msgid "Drawing"
msgstr "Асахьа"
-#: prntopts.ui:355
+#: sd/uiconfig/simpress/ui/prntopts.ui:357
msgctxt "prntopts|notecb"
msgid "Notes"
msgstr "Азгәаҭақәа"
-#: prntopts.ui:371
+#: sd/uiconfig/simpress/ui/prntopts.ui:374
msgctxt "prntopts|handoutcb"
msgid "Handouts"
msgstr ""
-#: prntopts.ui:387
+#: sd/uiconfig/simpress/ui/prntopts.ui:391
msgctxt "prntopts|outlinecb"
msgid "Outline"
msgstr "Аструктура"
-#: prntopts.ui:409
+#: sd/uiconfig/simpress/ui/prntopts.ui:414
msgctxt "prntopts|contentlbl"
msgid "Content"
msgstr "Иаҵанакуа"
-#: prntopts.ui:442
+#: sd/uiconfig/simpress/ui/prntopts.ui:447
msgctxt "prntopts|defaultrb"
msgid "Default"
msgstr "Астандарт"
-#: prntopts.ui:459
+#: sd/uiconfig/simpress/ui/prntopts.ui:465
msgctxt "prntopts|grayscalerb"
msgid "Gra_yscale"
msgstr ""
-#: prntopts.ui:477
+#: sd/uiconfig/simpress/ui/prntopts.ui:483
msgctxt "prntopts|blackwhiterb"
msgid "Black & _white"
msgstr ""
-#: prntopts.ui:501
+#: sd/uiconfig/simpress/ui/prntopts.ui:507
msgctxt "prntopts|label2"
msgid "Quality"
msgstr ""
-#: publishingdialog.ui:9
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:9
msgctxt "publishingdialog|PublishingDialog"
msgid "HTML Export"
msgstr "HTML аекспорт"
-#: publishingdialog.ui:42
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:42
msgctxt "publishingdialog|newDesignRadiobutton"
msgid "New _design"
msgstr "Адизаин ҿыц"
-#: publishingdialog.ui:61
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:61
msgctxt "publishingdialog|oldDesignRadiobutton"
msgid "Existing design"
msgstr "Иҟоу адизаин"
-#: publishingdialog.ui:109
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:110
msgctxt "publishingdialog|delDesingButton"
msgid "Delete Selected Design"
msgstr "Ианыхтәуп иалху адизаин"
-#: publishingdialog.ui:136
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:137
msgctxt "publishingdialog|descLabel"
msgid "Select an existing design or create a new one"
msgstr "Иалышәх иҟоу адизаин ма аҿыц аҧышәҵа"
-#: publishingdialog.ui:155
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:156
msgctxt "publishingdialog|assignLabel"
msgid "Assign Design"
msgstr ""
-#: publishingdialog.ui:200
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:201
msgctxt "publishingdialog|ASPRadiobutton"
msgid "_Active Server Pages (ASP)"
msgstr "Active Server Pages (ASP)"
-#: publishingdialog.ui:218
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:219
msgctxt "publishingdialog|perlRadiobutton"
msgid "Perl"
msgstr ""
-#: publishingdialog.ui:250
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:252
msgctxt "publishingdialog|indexTxtLabel"
msgid "_URL for listeners:"
msgstr ""
-#: publishingdialog.ui:276
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:278
msgctxt "publishingdialog|URLTxtLabel"
msgid "URL for _presentation:"
msgstr ""
-#: publishingdialog.ui:302
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:304
msgctxt "publishingdialog|CGITxtLabel"
msgid "URL for _Perl scripts:"
msgstr ""
-#: publishingdialog.ui:341
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:343
msgctxt "publishingdialog|webCastLabel"
msgid "Webcast"
msgstr ""
-#: publishingdialog.ui:376
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:378
msgctxt "publishingdialog|chgDefaultRadiobutton"
msgid "_As stated in document"
msgstr ""
-#: publishingdialog.ui:394
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:396
msgctxt "publishingdialog|chgAutoRadiobutton"
msgid "_Automatic"
msgstr "_Автоматикала"
-#: publishingdialog.ui:431
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:433
msgctxt "publishingdialog|durationTxtLabel"
msgid "_Slide view time:"
msgstr ""
-#: publishingdialog.ui:461
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:463
msgctxt "publishingdialog|endlessCheckbutton"
msgid "_Endless"
msgstr ""
-#: publishingdialog.ui:494
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:496
msgctxt "publishingdialog|kioskLabel"
msgid "Advance Slides"
msgstr ""
-#: publishingdialog.ui:532
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:534
msgctxt "publishingdialog|contentCheckbutton"
msgid "Create title page"
msgstr "Иаҧҵатәуп атитултә даҟьа"
-#: publishingdialog.ui:549
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:552
msgctxt "publishingdialog|notesCheckbutton"
msgid "Show notes"
msgstr ""
-#: publishingdialog.ui:572
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:576
msgctxt "publishingdialog|htmlOptionsLabel"
msgid "Options"
msgstr "Апараметрқәа"
-#: publishingdialog.ui:663
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:667
msgctxt "publishingdialog|webCastRadiobutton"
msgid "_WebCast"
msgstr ""
-#: publishingdialog.ui:680
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:684
msgctxt "publishingdialog|kioskRadiobutton"
msgid "_Automatic"
msgstr "_Автоматикала"
-#: publishingdialog.ui:697
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:701
msgctxt "publishingdialog|singleDocumentRadiobutton"
msgid "_Single-document HTML"
msgstr ""
-#: publishingdialog.ui:714
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:718
msgctxt "publishingdialog|framesRadiobutton"
msgid "Standard HTML with _frames"
msgstr ""
-#: publishingdialog.ui:731
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:735
msgctxt "publishingdialog|standardRadiobutton"
msgid "Standard H_TML format"
msgstr "Истандарту HTML"
-#: publishingdialog.ui:754
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:758
msgctxt "publishingdialog|publicationLabel"
msgid "Publication Type"
msgstr ""
-#: publishingdialog.ui:812
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:816
msgctxt "publishingdialog|pngRadiobutton"
msgid "_PNG"
msgstr ""
-#: publishingdialog.ui:831
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:835
msgctxt "publishingdialog|gifRadiobutton"
msgid "_GIF"
msgstr ""
-#: publishingdialog.ui:849
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:853
msgctxt "publishingdialog|jpgRadiobutton"
msgid "_JPG"
msgstr ""
-#: publishingdialog.ui:876
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:880
msgctxt "publishingdialog|qualityTxtLabel"
msgid "_Quality:"
msgstr ""
-#: publishingdialog.ui:918
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:922
msgctxt "publishingdialog|saveImgAsLabel"
msgid "Save Images As"
msgstr "Еиқәырхалатәуп асахьа иаба(ишҧа)"
-#: publishingdialog.ui:953
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:957
msgctxt "publishingdialog|resolution1Radiobutton"
msgid "Low (_640 × 480 pixels)"
msgstr ""
-#: publishingdialog.ui:972
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:976
msgctxt "publishingdialog|resolution2Radiobutton"
msgid "Medium (_800 × 600 pixels)"
msgstr ""
-#: publishingdialog.ui:990
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:994
msgctxt "publishingdialog|resolution3Radiobutton"
msgid "High (_1024 × 768 pixels)"
msgstr ""
-#: publishingdialog.ui:1015
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1019
msgctxt "publishingdialog|monitorResolutionLabel"
msgid "Monitor Resolution"
msgstr ""
-#: publishingdialog.ui:1055
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1059
msgctxt "publishingdialog|sldSoundCheckbutton"
msgid "_Export sounds when slide advances"
msgstr ""
-#: publishingdialog.ui:1073
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1077
msgctxt "publishingdialog|hiddenSlidesCheckbutton"
msgid "Export _hidden slides"
msgstr "Експорттәуп иҵәаху аслаидқәа"
-#: publishingdialog.ui:1096
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1100
msgctxt "publishingdialog|effectsLabel"
msgid "Effects"
msgstr ""
-#: publishingdialog.ui:1144
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1148
msgctxt "publishingdialog|authorTxtLabel"
msgid "_Author:"
msgstr "Автор:"
-#: publishingdialog.ui:1169
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1173
msgctxt "publishingdialog|emailTxtLabel"
msgid "E-_mail address:"
msgstr ""
-#: publishingdialog.ui:1183
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1187
msgctxt "publishingdialog|wwwTxtLabel"
msgid "Your hom_epage:"
msgstr "Аҩынтәи адаҟьа:"
-#: publishingdialog.ui:1198
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1202
msgctxt "publishingdialog|addInformLabel"
msgid "Additional _information:"
msgstr ""
-#: publishingdialog.ui:1243
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1247
msgctxt "publishingdialog|downloadCheckbutton"
msgid "Link to a copy of the _original presentation"
msgstr ""
-#: publishingdialog.ui:1266
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1270
msgctxt "publishingdialog|infTitlePageLabel"
msgid "Information for the Title Page"
msgstr "Атитултә даҟьаз аинформациа"
-#: publishingdialog.ui:1304
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1308
msgctxt "publishingdialog|textOnlyCheckbutton"
msgid "_Text only"
msgstr ""
-#: publishingdialog.ui:1343
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1347
msgctxt "publishingdialog|buttonStyleLabel"
msgid "Select Button Style"
msgstr "Иалхтәуп акнопкақәа рстиль"
-#: publishingdialog.ui:1381
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1385
msgctxt "publishingdialog|docColorsRadiobutton"
msgid "_Apply color scheme from document"
msgstr ""
-#: publishingdialog.ui:1400
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1404
msgctxt "publishingdialog|defaultRadiobutton"
msgid "Use _browser colors"
msgstr ""
-#: publishingdialog.ui:1418
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1422
msgctxt "publishingdialog|userRadiobutton"
msgid "_Use custom color scheme"
msgstr ""
-#: publishingdialog.ui:1453
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1457
msgctxt "publishingdialog|vLinkButton"
msgid "_Visited Link"
msgstr ""
-#: publishingdialog.ui:1467
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1471
msgctxt "publishingdialog|aLinkButton"
msgid "Active Li_nk"
msgstr "_Иактиву азхьарҧш"
-#: publishingdialog.ui:1481
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1485
msgctxt "publishingdialog|linkButton"
msgid "Hyper_link"
msgstr "_Агиперзхьарҧш"
-#: publishingdialog.ui:1495
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1499
msgctxt "publishingdialog|textButton"
msgid "Text"
msgstr "Атеқст"
-#: publishingdialog.ui:1528
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1532
msgctxt "publishingdialog|backButton"
msgid "Bac_kground"
msgstr "_Аҿаҧшыра"
-#: publishingdialog.ui:1559
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1563
msgctxt "publishingdialog|selectColorLabel"
msgid "Select Color Scheme"
msgstr "Иалхтәуп аҧштәқәа рсхема"
-#: publishingdialog.ui:1607
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1611
msgctxt "publishingdialog|lastPageButton"
msgid "< Back"
msgstr "< _Шьҭахьҟа"
-#: publishingdialog.ui:1621
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1625
msgctxt "publishingdialog|nextPageButton"
msgid "Ne_xt >"
msgstr ""
-#: publishingdialog.ui:1638
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1642
msgctxt "publishingdialog|finishButton"
msgid "_Create"
msgstr ""
-#: remotedialog.ui:9
+#: sd/uiconfig/simpress/ui/remotedialog.ui:9
msgctxt "remotedialog|RemoteDialog"
msgid "Impress Remote"
msgstr ""
-#: remotedialog.ui:102
+#: sd/uiconfig/simpress/ui/remotedialog.ui:102
msgctxt "remotedialog|label1"
msgid "Connections"
msgstr ""
-#: rotatemenu.ui:12
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:12
msgctxt "rotatemenu|90"
msgid "Quarter Spin"
msgstr ""
-#: rotatemenu.ui:20
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:20
msgctxt "rotatemenu|180"
msgid "Half Spin"
msgstr ""
-#: rotatemenu.ui:28
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:28
msgctxt "rotatemenu|360"
msgid "Full Spin"
msgstr ""
-#: rotatemenu.ui:36
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:36
msgctxt "rotatemenu|720"
msgid "Two Spins"
msgstr ""
-#: rotatemenu.ui:50
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:50
msgctxt "rotatemenu|clockwise"
msgid "Clockwise"
msgstr ""
-#: rotatemenu.ui:58
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:58
msgctxt "rotatemenu|counterclock"
msgid "Counter-clockwise"
msgstr ""
-#: scalemenu.ui:12
+#: sd/uiconfig/simpress/ui/scalemenu.ui:12
msgctxt "scalemenu|25"
msgid "Tiny"
msgstr ""
-#: scalemenu.ui:20
+#: sd/uiconfig/simpress/ui/scalemenu.ui:20
msgctxt "scalemenu|50"
msgid "Smaller"
msgstr ""
-#: scalemenu.ui:28
+#: sd/uiconfig/simpress/ui/scalemenu.ui:28
#, fuzzy
msgctxt "scalemenu|150"
msgid "Larger"
msgstr "Идуқәо"
-#: scalemenu.ui:36
+#: sd/uiconfig/simpress/ui/scalemenu.ui:36
msgctxt "scalemenu|400"
msgid "Extra Large"
msgstr ""
-#: scalemenu.ui:50
+#: sd/uiconfig/simpress/ui/scalemenu.ui:50
msgctxt "scalemenu|hori"
msgid "Horizontal"
msgstr "Горизонталла"
-#: scalemenu.ui:58
+#: sd/uiconfig/simpress/ui/scalemenu.ui:58
msgctxt "scalemenu|vert"
msgid "Vertical"
msgstr ""
-#: scalemenu.ui:66
+#: sd/uiconfig/simpress/ui/scalemenu.ui:66
msgctxt "scalemenu|both"
msgid "Both"
msgstr ""
-#: sdviewpage.ui:26
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:26
msgctxt "sdviewpage|ruler"
msgid "_Rulers visible"
msgstr ""
-#: sdviewpage.ui:42
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:42
msgctxt "sdviewpage|dragstripes"
msgid "_Helplines while moving"
msgstr ""
-#: sdviewpage.ui:58
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:58
msgctxt "sdviewpage|handlesbezier"
msgid "_All control points in Bézier editor"
msgstr ""
-#: sdviewpage.ui:74
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:74
msgctxt "sdviewpage|moveoutline"
msgid "_Contour of each individual object"
msgstr ""
-#: sdviewpage.ui:96
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:96
msgctxt "sdviewpage|label1"
msgid "Display"
msgstr ""
-#: sidebarslidebackground.ui:26
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:26
msgctxt "sidebarslidebackground|label2"
msgid "_Format:"
msgstr "Аформат:"
-#: sidebarslidebackground.ui:39
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:39
msgctxt "sidebarslidebackground|label3"
msgid "Background:"
msgstr "Аҿаҧшыра:"
-#: sidebarslidebackground.ui:52
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:52
msgctxt "sidebarslidebackground|orientation"
msgid "Landscape"
msgstr "Альбомтә"
-#: sidebarslidebackground.ui:53
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:53
msgctxt "sidebarslidebackground|orientation"
msgid "Portrait"
msgstr "Ашәҟәытә"
-#: sidebarslidebackground.ui:86
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:86
msgctxt "sidebarslidebackground|displaymasterobjects"
msgid "Master Objects"
msgstr ""
-#: sidebarslidebackground.ui:125
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:126
msgctxt "sidebarslidebackground|button2"
msgid "Insert Image"
msgstr "Ибжьаргылатәуп асахьа"
-#: sidebarslidebackground.ui:163
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:164
msgctxt "sidebarslidebackground|displaymasterbackground"
msgid "Master Background"
msgstr ""
-#: sidebarslidebackground.ui:192
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:194
msgctxt "sidebarslidebackground|label4"
msgid "Orientation:"
msgstr ""
-#: sidebarslidebackground.ui:207
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:209
msgctxt "sidebarslidebackground|masterslidebutton"
msgid "Master View"
msgstr ""
-#: sidebarslidebackground.ui:221
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:223
msgctxt "sidebarslidebackground|closemasterslide"
msgid "Close Master View"
msgstr "Иарктәуп азҟаза арежим"
-#: sidebarslidebackground.ui:243
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:245
msgctxt "sidebarslidebackground|marginLB"
msgid "None"
msgstr "Мап"
-#: sidebarslidebackground.ui:244
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:246
msgctxt "sidebarslidebackground|marginLB"
msgid "Narrow"
msgstr ""
-#: sidebarslidebackground.ui:245
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:247
#, fuzzy
msgctxt "sidebarslidebackground|marginLB"
msgid "Moderate"
msgstr "Амодератор"
-#: sidebarslidebackground.ui:246
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:248
msgctxt "sidebarslidebackground|marginLB"
msgid "Normal 0.75\""
msgstr ""
-#: sidebarslidebackground.ui:247
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:249
msgctxt "sidebarslidebackground|marginLB"
msgid "Normal 1\""
msgstr ""
-#: sidebarslidebackground.ui:248
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:250
msgctxt "sidebarslidebackground|marginLB"
msgid "Normal 1.25\""
msgstr ""
-#: sidebarslidebackground.ui:249
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:251
#, fuzzy
msgctxt "sidebarslidebackground|marginLB"
msgid "Wide"
msgstr "Иҵәахтәуп"
-#: sidebarslidebackground.ui:262
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:264
msgctxt "sidebarslidebackground|labelmargin"
msgid "Margin:"
msgstr ""
-#: sidebarslidebackground.ui:272
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:274
#, fuzzy
msgctxt "sidebarslidebackground|customlabel"
msgid "Custom"
msgstr "Даҽакы:"
-#: slidecontextmenu.ui:12
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:12
msgctxt "slidecontextmenu|next"
msgid "_Next"
msgstr "Анаҩстәи"
-#: slidecontextmenu.ui:20
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:20
msgctxt "slidecontextmenu|prev"
msgid "_Previous"
msgstr ""
-#: slidecontextmenu.ui:28
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:28
msgctxt "slidecontextmenu|goto"
msgid "_Go to Slide"
msgstr ""
-#: slidecontextmenu.ui:38
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:38
msgctxt "slidecontextmenu|first"
msgid "_First Slide"
msgstr ""
-#: slidecontextmenu.ui:46
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:46
msgctxt "slidecontextmenu|last"
msgid "_Last Slide"
msgstr ""
-#: slidecontextmenu.ui:70
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:70
msgctxt "slidecontextmenu|pen"
msgid "Mouse Pointer as ~Pen"
msgstr ""
-#: slidecontextmenu.ui:78
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:78
msgctxt "slidecontextmenu|width"
msgid "_Pen Width"
msgstr ""
-#: slidecontextmenu.ui:88
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:88
msgctxt "slidecontextmenu|4"
msgid "_Very Thin"
msgstr ""
-#: slidecontextmenu.ui:96
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:96
msgctxt "slidecontextmenu|100"
msgid "_Thin"
msgstr ""
-#: slidecontextmenu.ui:104
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:104
#, fuzzy
msgctxt "slidecontextmenu|150"
msgid "_Normal"
msgstr "Инормалтәу"
-#: slidecontextmenu.ui:112
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:112
msgctxt "slidecontextmenu|200"
msgid "_Thick"
msgstr ""
-#: slidecontextmenu.ui:120
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:120
msgctxt "slidecontextmenu|400"
msgid "_Very Thick"
msgstr ""
-#: slidecontextmenu.ui:132
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:132
msgctxt "slidecontextmenu|color"
msgid "_Change Pen Color..."
msgstr ""
-#: slidecontextmenu.ui:140
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:140
msgctxt "slidecontextmenu|erase"
msgid "_Erase All Ink on Slide"
msgstr ""
-#: slidecontextmenu.ui:154
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:154
msgctxt "slidecontextmenu|screen"
msgid "_Screen"
msgstr ""
-#: slidecontextmenu.ui:164
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:164
msgctxt "slidecontextmenu|black"
msgid "_Black"
msgstr "Аиқәаҵәа"
-#: slidecontextmenu.ui:172
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:172
msgctxt "slidecontextmenu|white"
msgid "_White"
msgstr "Ашкәакәа"
-#: slidecontextmenu.ui:184
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:184
msgctxt "slidecontextmenu|edit"
msgid "E_dit Presentation"
msgstr ""
-#: slidecontextmenu.ui:192
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:192
msgctxt "slidecontextmenu|end"
msgid "_End Show"
msgstr ""
-#: slidedesigndialog.ui:9
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:9
msgctxt "slidedesigndialog|SlideDesignDialog"
msgid "Slide Design"
msgstr ""
-#: slidedesigndialog.ui:69
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:69
msgctxt "slidedesigndialog|load"
msgid "_Load..."
msgstr "Аҭагалара..."
-#: slidedesigndialog.ui:110
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:110
msgctxt "slidedesigndialog|masterpage"
msgid "_Exchange background page"
msgstr "Адаҟьа аҿаҧшыра аҧсахра"
-#: slidedesigndialog.ui:125
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:125
msgctxt "slidedesigndialog|checkmasters"
msgid "_Delete unused backgrounds"
msgstr "Ианыхтәуп ахрхәара змам аҿаҧшырақәа"
-#: slidedesigndialog.ui:158
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:158
msgctxt "slidedesigndialog|label1"
msgid "Select a Slide Design"
msgstr "Аслаид адизаин алхра"
-#: slidetransitionspanel.ui:77
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:77
msgctxt "slidetransitionspanel|duration_label"
msgid "Duration:"
msgstr ""
-#: slidetransitionspanel.ui:92
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:92
msgctxt "slidetransitionspanel|transition_duration|tooltip_text"
msgid "Select the speed of Slide Transition."
msgstr ""
-#: slidetransitionspanel.ui:105
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:105
msgctxt "slidetransitionspanel|sound_label"
msgid "Sound:"
msgstr ""
-#: slidetransitionspanel.ui:120
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:120
msgctxt "slidetransitionspanel|sound_list"
msgid "No sound"
msgstr ""
-#: slidetransitionspanel.ui:121
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:121
msgctxt "slidetransitionspanel|sound_list"
msgid "Stop previous sound"
msgstr ""
-#: slidetransitionspanel.ui:122
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:122
msgctxt "slidetransitionspanel|sound_list"
msgid "Other sound..."
msgstr ""
-#: slidetransitionspanel.ui:132
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:132
msgctxt "slidetransitionspanel|loop_sound"
msgid "Loop until next sound"
msgstr ""
-#: slidetransitionspanel.ui:149
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:150
msgctxt "slidetransitionspanel|variant_label"
msgid "Variant:"
msgstr "Авариант:"
-#: slidetransitionspanel.ui:179
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:180
msgctxt "slidetransitionspanel|label1"
msgid "Modify Transition"
msgstr ""
-#: slidetransitionspanel.ui:212
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:213
msgctxt "slidetransitionspanel|rb_mouse_click"
msgid "On mouse click"
msgstr ""
-#: slidetransitionspanel.ui:228
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:230
msgctxt "slidetransitionspanel|rb_auto_after"
msgid "Automatically after:"
msgstr ""
-#: slidetransitionspanel.ui:261
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:263
msgctxt "slidetransitionspanel|label2"
msgid "Advance Slide"
msgstr ""
-#: slidetransitionspanel.ui:286
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:288
msgctxt "slidetransitionspanel|apply_to_all"
msgid "Apply Transition to All Slides"
msgstr ""
-#: slidetransitionspanel.ui:324
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:326
msgctxt "slidetransitionspanel|auto_preview"
msgid "Automatic Preview"
msgstr ""
-#: slidetransitionspanel.ui:339
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:342
msgctxt "slidetransitionspanel|play"
msgid "Play"
msgstr "Идәықәҵатәуп"
-#: slidetransitionspanelhorizontal.ui:56
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:56
msgctxt "slidetransitionspanelhorizontal|duration_label"
msgid "Duration:"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:69
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:69
msgctxt "slidetransitionspanelhorizontal|transition_duration|tooltip_text"
msgid "Select the speed of Slide Transition."
msgstr ""
-#: slidetransitionspanelhorizontal.ui:81
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:81
msgctxt "slidetransitionspanelhorizontal|variant_label"
msgid "Variant:"
msgstr "Авариант:"
-#: slidetransitionspanelhorizontal.ui:103
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:103
msgctxt "slidetransitionspanelhorizontal|sound_label"
msgid "Sound:"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:116
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:116
msgctxt "slidetransitionspanelhorizontal|sound_list"
msgid "No sound"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:117
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:117
msgctxt "slidetransitionspanelhorizontal|sound_list"
msgid "Stop previous sound"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:118
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:118
msgctxt "slidetransitionspanelhorizontal|sound_list"
msgid "Other sound..."
msgstr ""
-#: slidetransitionspanelhorizontal.ui:128
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:128
msgctxt "slidetransitionspanelhorizontal|loop_sound"
msgid "Loop until next sound"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:142
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:143
msgctxt "slidetransitionspanelhorizontal|rb_mouse_click"
msgid "On mouse click"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:159
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:161
msgctxt "slidetransitionspanelhorizontal|rb_auto_after"
msgid "Automatically after:"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:186
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:188
msgctxt "slidetransitionspanelhorizontal|auto_preview"
msgid "Automatic Preview"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:205
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:208
msgctxt "slidetransitionspanelhorizontal|apply_to_all"
msgid "Apply Transition to All Slides"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:226
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:229
msgctxt "slidetransitionspanelhorizontal|play"
msgid "Play"
msgstr "Идәықәҵатәуп"
-#: tabledesignpanel.ui:22
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:22
msgctxt "tabledesignpanel|UseFirstRowStyle"
msgid "_Header row"
msgstr ""
-#: tabledesignpanel.ui:37
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:37
msgctxt "tabledesignpanel|UseLastRowStyle"
msgid "Tot_al row"
msgstr ""
-#: tabledesignpanel.ui:52
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:52
msgctxt "tabledesignpanel|UseBandingRowStyle"
msgid "_Banded rows"
msgstr ""
-#: tabledesignpanel.ui:67
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:67
msgctxt "tabledesignpanel|UseFirstColumnStyle"
msgid "Fi_rst column"
msgstr ""
-#: tabledesignpanel.ui:82
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:82
msgctxt "tabledesignpanel|UseLastColumnStyle"
msgid "_Last column"
msgstr ""
-#: tabledesignpanel.ui:97
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:97
msgctxt "tabledesignpanel|UseBandingColumnStyle"
msgid "Ba_nded columns"
msgstr ""
-#: tabledesignpanelhorizontal.ui:39
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:39
msgctxt "tabledesignpanelhorizontal|UseFirstRowStyle"
msgid "_Header row"
msgstr ""
-#: tabledesignpanelhorizontal.ui:54
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:54
msgctxt "tabledesignpanelhorizontal|UseLastRowStyle"
msgid "Tot_al row"
msgstr ""
-#: tabledesignpanelhorizontal.ui:69
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:69
msgctxt "tabledesignpanelhorizontal|UseBandingRowStyle"
msgid "_Banded rows"
msgstr ""
-#: tabledesignpanelhorizontal.ui:84
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:84
msgctxt "tabledesignpanelhorizontal|UseBandingColumnStyle"
msgid "Ba_nded columns"
msgstr ""
-#: tabledesignpanelhorizontal.ui:99
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:99
msgctxt "tabledesignpanelhorizontal|UseFirstColumnStyle"
msgid "Fi_rst column"
msgstr ""
-#: tabledesignpanelhorizontal.ui:114
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:114
msgctxt "tabledesignpanelhorizontal|UseLastColumnStyle"
msgid "_Last column"
msgstr ""
-#: templatedialog.ui:8
+#: sd/uiconfig/simpress/ui/templatedialog.ui:8
msgctxt "templatedialog|TemplateDialog"
msgid "Graphic Styles"
msgstr "Асахьақәа рстильқәа"
-#: templatedialog.ui:80
+#: sd/uiconfig/simpress/ui/templatedialog.ui:80
msgctxt "templatedialog|standard"
msgid "_Standard"
msgstr "_Астандарт"
-#: templatedialog.ui:119
+#: sd/uiconfig/simpress/ui/templatedialog.ui:119
msgctxt "templatedialog|organizer"
msgid "Organizer"
msgstr ""
-#: templatedialog.ui:141
+#: sd/uiconfig/simpress/ui/templatedialog.ui:141
msgctxt "templatedialog|line"
msgid "Line"
msgstr "Аҵәаӷәа"
-#: templatedialog.ui:164
+#: sd/uiconfig/simpress/ui/templatedialog.ui:164
msgctxt "templatedialog|area"
msgid "Area"
msgstr ""
-#: templatedialog.ui:187
+#: sd/uiconfig/simpress/ui/templatedialog.ui:187
msgctxt "templatedialog|shadowing"
msgid "Shadowing"
msgstr ""
-#: templatedialog.ui:210
+#: sd/uiconfig/simpress/ui/templatedialog.ui:210
msgctxt "templatedialog|transparency"
msgid "Transparency"
msgstr ""
-#: templatedialog.ui:233
+#: sd/uiconfig/simpress/ui/templatedialog.ui:233
msgctxt "templatedialog|font"
msgid "Font"
msgstr "Ашрифт"
-#: templatedialog.ui:256
+#: sd/uiconfig/simpress/ui/templatedialog.ui:256
msgctxt "templatedialog|fonteffect"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: templatedialog.ui:279
+#: sd/uiconfig/simpress/ui/templatedialog.ui:279
msgctxt "templatedialog|indents"
msgid "Indents & Spacing"
msgstr ""
-#: templatedialog.ui:302
+#: sd/uiconfig/simpress/ui/templatedialog.ui:302
msgctxt "templatedialog|text"
msgid "Text"
msgstr "Атеқст"
-#: templatedialog.ui:325
+#: sd/uiconfig/simpress/ui/templatedialog.ui:325
msgctxt "templatedialog|animation"
msgid "Text Animation"
msgstr ""
-#: templatedialog.ui:348
+#: sd/uiconfig/simpress/ui/templatedialog.ui:348
msgctxt "templatedialog|dimensioning"
msgid "Dimensioning"
msgstr ""
-#: templatedialog.ui:371
+#: sd/uiconfig/simpress/ui/templatedialog.ui:371
msgctxt "templatedialog|connector"
msgid "Connector"
msgstr "Иеимаздоу аҵәаӷәа"
-#: templatedialog.ui:394
+#: sd/uiconfig/simpress/ui/templatedialog.ui:394
msgctxt "templatedialog|alignment"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: templatedialog.ui:417
+#: sd/uiconfig/simpress/ui/templatedialog.ui:417
msgctxt "templatedialog|asiantypo"
msgid "Asian Typography"
msgstr ""
-#: templatedialog.ui:440
+#: sd/uiconfig/simpress/ui/templatedialog.ui:440
msgctxt "templatedialog|tabs"
msgid "Tabs"
msgstr "Атабулиациа"
-#: templatedialog.ui:463
+#: sd/uiconfig/simpress/ui/templatedialog.ui:463
msgctxt "templatedialog|background"
msgid "Highlighting"
msgstr ""
-#: breakdialog.ui:7
+#: sd/uiconfig/sdraw/ui/breakdialog.ui:8
#, fuzzy
msgctxt "breakdialog|BreakDialog"
msgid "Break"
msgstr "иеиҧырҟьатәуп"
-#: breakdialog.ui:51
+#: sd/uiconfig/sdraw/ui/breakdialog.ui:54
msgctxt "breakdialog|label1"
msgid "Processing metafile:"
msgstr ""
-#: breakdialog.ui:65
+#: sd/uiconfig/sdraw/ui/breakdialog.ui:66
msgctxt "breakdialog|label2"
msgid "Broken down metaobjects:"
msgstr ""
-#: breakdialog.ui:79
+#: sd/uiconfig/sdraw/ui/breakdialog.ui:78
#, fuzzy
msgctxt "breakdialog|label3"
msgid "Inserted drawing objects:"
msgstr "Ианыхтәуп асахьақәа"
-#: bulletsandnumbering.ui:8
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:8
msgctxt "bulletsandnumbering|BulletsAndNumberingDialog"
msgid "Bullets and Numbering"
msgstr "Амаркерқәеи аномерркреи"
-#: bulletsandnumbering.ui:67
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:67
msgctxt "bulletsandnumbering|reset"
msgid "Reset"
msgstr "Еиҭашьақәыргылатәуп"
-#: bulletsandnumbering.ui:105
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:105
msgctxt "bulletsandnumbering|bullets"
msgid "Bullets"
msgstr "Амаркерқәа"
-#: bulletsandnumbering.ui:127
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:127
msgctxt "bulletsandnumbering|singlenum"
msgid "Numbering"
msgstr "Аномерркра"
-#: bulletsandnumbering.ui:150
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:150
msgctxt "bulletsandnumbering|graphics"
msgid "Image"
msgstr "Асахьа"
-#: bulletsandnumbering.ui:173
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:173
msgctxt "bulletsandnumbering|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: bulletsandnumbering.ui:196
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:196
msgctxt "bulletsandnumbering|customize"
msgid "Customize"
msgstr ""
-#: copydlg.ui:33
+#: sd/uiconfig/sdraw/ui/copydlg.ui:33
msgctxt "copydlg|DuplicateDialog"
msgid "Duplicate"
msgstr ""
-#: copydlg.ui:76
+#: sd/uiconfig/sdraw/ui/copydlg.ui:76
#, fuzzy
msgctxt "copydlg|default"
msgid "_Default"
msgstr "Астандарт"
-#: copydlg.ui:128
+#: sd/uiconfig/sdraw/ui/copydlg.ui:128
msgctxt "copydlg|label4"
msgid "Number of _copies:"
msgstr ""
-#: copydlg.ui:158
+#: sd/uiconfig/sdraw/ui/copydlg.ui:157
msgctxt "copydlg|viewdata|tooltip_text"
msgid "Values from Selection"
msgstr ""
-#: copydlg.ui:162
+#: sd/uiconfig/sdraw/ui/copydlg.ui:161
msgctxt "copydlg|viewdata-atkobject"
msgid "Values from Selection"
msgstr ""
-#: copydlg.ui:204
+#: sd/uiconfig/sdraw/ui/copydlg.ui:203
msgctxt "copydlg|label5"
msgid "_X axis:"
msgstr ""
-#: copydlg.ui:218
+#: sd/uiconfig/sdraw/ui/copydlg.ui:217
msgctxt "copydlg|label6"
msgid "_Y axis:"
msgstr ""
-#: copydlg.ui:232
+#: sd/uiconfig/sdraw/ui/copydlg.ui:231
msgctxt "copydlg|label7"
msgid "_Angle:"
msgstr ""
-#: copydlg.ui:292
+#: sd/uiconfig/sdraw/ui/copydlg.ui:288
msgctxt "copydlg|label1"
msgid "Placement"
msgstr ""
-#: copydlg.ui:330
+#: sd/uiconfig/sdraw/ui/copydlg.ui:326
msgctxt "copydlg|label8"
msgid "_Width:"
msgstr "Аҭбаара:"
-#: copydlg.ui:344
+#: sd/uiconfig/sdraw/ui/copydlg.ui:340
msgctxt "copydlg|label9"
msgid "_Height:"
msgstr "Аҳаракыра:"
-#: copydlg.ui:390
+#: sd/uiconfig/sdraw/ui/copydlg.ui:384
msgctxt "copydlg|label2"
msgid "Enlargement"
msgstr ""
-#: copydlg.ui:428
+#: sd/uiconfig/sdraw/ui/copydlg.ui:422
msgctxt "copydlg|label10"
msgid "_Start:"
msgstr ""
-#: copydlg.ui:442
+#: sd/uiconfig/sdraw/ui/copydlg.ui:436
msgctxt "copydlg|endlabel"
msgid "_End:"
msgstr ""
-#: copydlg.ui:482
+#: sd/uiconfig/sdraw/ui/copydlg.ui:476
msgctxt "copydlg|label3"
msgid "Colors"
msgstr "Аҧштәқәа"
-#: crossfadedialog.ui:15
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:15
msgctxt "crossfadedialog|CrossFadeDialog"
msgid "Cross-fading"
msgstr ""
-#: crossfadedialog.ui:102
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:102
msgctxt "crossfadedialog|orientation"
msgid "Same orientation"
msgstr ""
-#: crossfadedialog.ui:118
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:118
msgctxt "crossfadedialog|attributes"
msgid "Cross-fade attributes"
msgstr ""
-#: crossfadedialog.ui:137
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:137
msgctxt "crossfadedialog|label2"
msgid "Increments:"
msgstr ""
-#: crossfadedialog.ui:166
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:165
msgctxt "crossfadedialog|label1"
msgid "Settings"
msgstr "Архиарақәа"
-#: dlgsnap.ui:35
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:35
msgctxt "dlgsnap|SnapObjectDialog"
msgid "New Snap Object"
msgstr ""
-#: dlgsnap.ui:170
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:168
msgctxt "dlgsnap|xlabel"
msgid "_X:"
msgstr ""
-#: dlgsnap.ui:183
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:181
msgctxt "dlgsnap|ylabel"
msgid "_Y:"
msgstr ""
-#: dlgsnap.ui:200
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:198
msgctxt "dlgsnap|label1"
msgid "Position"
msgstr "Аҭыҧ"
-#: dlgsnap.ui:233
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:231
msgctxt "dlgsnap|point"
msgid "_Point"
msgstr "_Акәаҧ"
-#: dlgsnap.ui:252
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:250
msgctxt "dlgsnap|vert"
msgid "_Vertical"
msgstr ""
-#: dlgsnap.ui:270
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:268
msgctxt "dlgsnap|horz"
msgid "Hori_zontal"
msgstr "Горизонталла"
-#: dlgsnap.ui:294
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:292
msgctxt "dlgsnap|label2"
msgid "Type"
msgstr "Атип"
-#: drawchardialog.ui:8
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:8
msgctxt "drawchardialog|DrawCharDialog"
msgid "Character"
msgstr "Асимволқәа"
-#: drawchardialog.ui:105
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:105
msgctxt "drawchardialog|RID_SVXPAGE_CHAR_NAME"
msgid "Fonts"
msgstr "Ашрифтқәа"
-#: drawchardialog.ui:127
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:127
msgctxt "drawchardialog|RID_SVXPAGE_CHAR_EFFECTS"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: drawchardialog.ui:150
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:150
msgctxt "drawchardialog|RID_SVXPAGE_CHAR_POSITION"
msgid "Position"
msgstr "Аҭыҧ"
-#: drawchardialog.ui:173
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:173
msgctxt "drawchardialog|RID_SVXPAGE_BACKGROUND"
msgid "Highlighting"
msgstr ""
-#: drawpagedialog.ui:8
+#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:8
msgctxt "drawpagedialog|DrawPageDialog"
msgid "Page Setup"
msgstr "Адаҟьа апараметрқәа"
-#: drawpagedialog.ui:105
+#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:105
msgctxt "drawpagedialog|RID_SVXPAGE_PAGE"
msgid "Page"
msgstr "Адаҟьа"
-#: drawpagedialog.ui:127
+#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:127
msgctxt "drawpagedialog|RID_SVXPAGE_AREA"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: drawpagedialog.ui:150
+#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:150
msgctxt "drawpagedialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
msgstr ""
-#: drawparadialog.ui:8
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:8
msgctxt "drawparadialog|DrawParagraphPropertiesDialog"
msgid "Paragraph"
msgstr "Абзац"
-#: drawparadialog.ui:105
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:105
msgctxt "drawparadialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: drawparadialog.ui:127
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:127
msgctxt "drawparadialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: drawparadialog.ui:150
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:150
msgctxt "drawparadialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr "Атабулиациа"
-#: drawparadialog.ui:173
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:173
msgctxt "drawparadialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: drawparadialog.ui:197
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:197
msgctxt "drawparadialog|labelNUMBERING"
msgid "Numbering"
msgstr "Аномерркра"
-#: drawprinteroptions.ui:32
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:32
msgctxt "drawprinteroptions|printname"
msgid "Page name"
msgstr "Адаҟьа ахьӡ"
-#: drawprinteroptions.ui:48
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:49
msgctxt "drawprinteroptions|printdatetime"
msgid "Date and time"
msgstr "Арыцхәи аамҭеи"
-#: drawprinteroptions.ui:70
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:72
msgctxt "drawprinteroptions|label4"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: drawprinteroptions.ui:103
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:105
msgctxt "drawprinteroptions|originalcolors"
msgid "Original size"
msgstr "Ахалагаратә шәагаа"
-#: drawprinteroptions.ui:121
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:124
msgctxt "drawprinteroptions|grayscale"
msgid "Grayscale"
msgstr ""
-#: drawprinteroptions.ui:139
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:143
msgctxt "drawprinteroptions|blackandwhite"
msgid "Black & white"
msgstr ""
-#: drawprinteroptions.ui:163
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:168
msgctxt "drawprinteroptions|label5"
msgid "Color"
msgstr "Аҧштәы"
-#: drawprinteroptions.ui:196
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:201
msgctxt "drawprinteroptions|originalsize"
msgid "Original size"
msgstr "Ахалагаратә шәагаа"
-#: drawprinteroptions.ui:214
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:220
msgctxt "drawprinteroptions|fittoprintable"
msgid "Fit to printable page"
msgstr "Адаҟьа ашәагаақәа ирҭакӡатәуп"
-#: drawprinteroptions.ui:232
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:239
msgctxt "drawprinteroptions|distributeonmultiple"
msgid "Distribute on multiple sheets of paper"
msgstr ""
-#: drawprinteroptions.ui:250
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:258
msgctxt "drawprinteroptions|tilesheet"
msgid "Tile sheet of paper with repeated pages"
msgstr "Мозаикала акьыҧхьра"
-#: drawprinteroptions.ui:274
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:283
msgctxt "drawprinteroptions|label6"
msgid "Size"
msgstr "Ашәагаа"
-#: drawprtldialog.ui:8
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:8
msgctxt "drawprtldialog|DrawPRTLDialog"
msgid "Presentation Layout"
msgstr ""
-#: drawprtldialog.ui:105
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:105
msgctxt "drawprtldialog|RID_SVXPAGE_LINE"
msgid "Line"
msgstr "Ацәаҳәа"
-#: drawprtldialog.ui:127
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:127
msgctxt "drawprtldialog|RID_SVXPAGE_AREA"
msgid "Area"
msgstr ""
-#: drawprtldialog.ui:150
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:150
msgctxt "drawprtldialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
msgstr ""
-#: drawprtldialog.ui:173
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:173
msgctxt "drawprtldialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
msgstr ""
-#: drawprtldialog.ui:196
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:196
msgctxt "drawprtldialog|RID_SVXPAGE_CHAR_NAME"
msgid "Font"
msgstr "Ашрифт"
-#: drawprtldialog.ui:219
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:219
msgctxt "drawprtldialog|RID_SVXPAGE_CHAR_EFFECTS"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: drawprtldialog.ui:242
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:242
msgctxt "drawprtldialog|RID_SVXPAGE_STD_PARAGRAPH"
msgid "Indents & Spacing"
msgstr ""
-#: drawprtldialog.ui:265
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:265
msgctxt "drawprtldialog|RID_SVXPAGE_TEXTATTR"
msgid "Text"
msgstr "Атеқст"
-#: drawprtldialog.ui:288
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:288
msgctxt "drawprtldialog|RID_SVXPAGE_PICK_BULLET"
msgid "Bullets"
msgstr "Амаркерқәа"
-#: drawprtldialog.ui:311
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:311
msgctxt "drawprtldialog|RID_SVXPAGE_PICK_SINGLE_NUM"
msgid "Numbering"
msgstr "Аномерркра"
-#: drawprtldialog.ui:334
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:334
msgctxt "drawprtldialog|RID_SVXPAGE_PICK_BMP"
msgid "Image"
msgstr "Асахьа"
-#: drawprtldialog.ui:357
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:357
msgctxt "drawprtldialog|RID_SVXPAGE_NUM_OPTIONS"
msgid "Customize"
msgstr ""
-#: drawprtldialog.ui:380
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:380
msgctxt "drawprtldialog|RID_SVXPAGE_ALIGN_PARAGRAPH"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: drawprtldialog.ui:403
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:403
msgctxt "drawprtldialog|RID_SVXPAGE_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: drawprtldialog.ui:426
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:426
msgctxt "drawprtldialog|RID_SVXPAGE_TABULATOR"
msgid "Tabs"
msgstr "Атабулиациа"
-#: drawprtldialog.ui:449
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:449
msgctxt "drawprtldialog|RID_SVXPAGE_BACKGROUND"
msgid "Highlighting"
msgstr ""
-#: insertlayer.ui:8
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:8
msgctxt "insertlayer|InsertLayerDialog"
msgid "Insert Layer"
msgstr ""
-#: insertlayer.ui:106
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:105
msgctxt "insertlayer|label4"
msgid "_Name"
msgstr "Ахьӡ"
-#: insertlayer.ui:146
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:144
#, fuzzy
msgctxt "insertlayer|label5"
msgid "_Title"
msgstr "Ахы"
-#: insertlayer.ui:197
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:195
msgctxt "insertlayer|description"
msgid "_Description"
msgstr "Ахҳәаа"
-#: insertlayer.ui:213
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:211
msgctxt "insertlayer|visible"
msgid "_Visible"
msgstr ""
-#: insertlayer.ui:229
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:227
msgctxt "insertlayer|printable"
msgid "_Printable"
msgstr "_Акьыҧхьразы"
-#: insertlayer.ui:245
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:243
msgctxt "insertlayer|locked"
msgid "_Locked"
msgstr ""
-#: insertslidesdialog.ui:9
+#: sd/uiconfig/sdraw/ui/insertslidesdialog.ui:9
msgctxt "insertslidesdialog|InsertSlidesDialog"
msgid "Insert Slides/Objects"
msgstr ""
-#: insertslidesdialog.ui:83
+#: sd/uiconfig/sdraw/ui/insertslidesdialog.ui:83
msgctxt "insertslidesdialog|backgrounds"
msgid "Delete unused backg_rounds"
msgstr "Ианыхтәуп ахрхәара змам аҿаҧшырақәа"
-#: insertslidesdialog.ui:98
+#: sd/uiconfig/sdraw/ui/insertslidesdialog.ui:98
msgctxt "insertslidesdialog|links"
msgid "_Link"
msgstr "Аимадара"
-#: namedesign.ui:8
+#: sd/uiconfig/sdraw/ui/namedesign.ui:8
msgctxt "namedesign|NameDesignDialog"
msgid "Name HTML Design"
msgstr ""
-#: paranumberingtab.ui:30
+#: sd/uiconfig/sdraw/ui/paranumberingtab.ui:30
msgctxt "paranumberingtab|checkbuttonCB_NEW_START"
msgid "R_estart at this paragraph"
msgstr "Иалагатәуп ҿыц абри абзац аҟынтәи"
-#: paranumberingtab.ui:60
+#: sd/uiconfig/sdraw/ui/paranumberingtab.ui:59
msgctxt "paranumberingtab|checkbuttonCB_NUMBER_NEW_START"
msgid "S_tart with:"
msgstr ""
-#: paranumberingtab.ui:85
+#: sd/uiconfig/sdraw/ui/paranumberingtab.ui:84
msgctxt "paranumberingtab|label1"
msgid "Paragraph Numbering"
msgstr "Абзацқәа рномерркра"
-#: queryunlinkimagedialog.ui:8
+#: sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui:7
msgctxt "queryunlinkimagedialog|QueryUnlinkImageDialog"
msgid "Release image's link?"
msgstr ""
-#: queryunlinkimagedialog.ui:14
+#: sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui:14
msgctxt "queryunlinkimagedialog|QueryUnlinkImageDialog"
msgid "This image is linked to a document."
msgstr ""
-#: queryunlinkimagedialog.ui:15
+#: sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui:15
msgctxt "queryunlinkimagedialog|QueryUnlinkImageDialog"
msgid "Do you want to unlink the image in order to edit it?"
msgstr ""
-#: tabledesigndialog.ui:9
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:9
msgctxt "tabledesigndialog|TableDesignDialog"
msgid "Table Design"
msgstr "Атаблица адизаин"
-#: tabledesigndialog.ui:85
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:85
msgctxt "tabledesigndialog|UseFirstRowStyle"
msgid "_Header row"
msgstr ""
-#: tabledesigndialog.ui:100
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:100
msgctxt "tabledesigndialog|UseLastRowStyle"
msgid "Tot_al row"
msgstr ""
-#: tabledesigndialog.ui:115
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:115
msgctxt "tabledesigndialog|UseBandingRowStyle"
msgid "_Banded rows"
msgstr ""
-#: tabledesigndialog.ui:130
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:130
msgctxt "tabledesigndialog|UseFirstColumnStyle"
msgid "Fi_rst column"
msgstr ""
-#: tabledesigndialog.ui:145
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:145
msgctxt "tabledesigndialog|UseLastColumnStyle"
msgid "_Last column"
msgstr ""
-#: tabledesigndialog.ui:160
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:160
msgctxt "tabledesigndialog|UseBandingColumnStyle"
msgid "Ba_nded columns"
msgstr ""
-#: vectorize.ui:27
+#: sd/uiconfig/sdraw/ui/vectorize.ui:27
msgctxt "vectorize|VectorizeDialog"
msgid "Convert to Polygon"
msgstr ""
-#: vectorize.ui:72
+#: sd/uiconfig/sdraw/ui/vectorize.ui:72
msgctxt "vectorize|preview"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: vectorize.ui:118
+#: sd/uiconfig/sdraw/ui/vectorize.ui:118
msgctxt "vectorize|label2"
msgid "Number of colors:"
msgstr ""
-#: vectorize.ui:144
+#: sd/uiconfig/sdraw/ui/vectorize.ui:143
msgctxt "vectorize|label3"
msgid "Point reduction:"
msgstr ""
-#: vectorize.ui:172
+#: sd/uiconfig/sdraw/ui/vectorize.ui:170
msgctxt "vectorize|tilesft"
msgid "Tile size:"
msgstr "Амозаика ашәагаа:"
-#: vectorize.ui:195
+#: sd/uiconfig/sdraw/ui/vectorize.ui:192
msgctxt "vectorize|fillholes"
msgid "_Fill holes"
msgstr ""
-#: vectorize.ui:229
+#: sd/uiconfig/sdraw/ui/vectorize.ui:226
msgctxt "vectorize|label5"
msgid "Source image:"
msgstr ""
-#: vectorize.ui:243
+#: sd/uiconfig/sdraw/ui/vectorize.ui:240
msgctxt "vectorize|label6"
msgid "Vectorized image:"
msgstr ""
diff --git a/source/ab/sfx2/messages.po b/source/ab/sfx2/messages.po
index bdb8eb17bc3..43f93054a22 100644
--- a/source/ab/sfx2/messages.po
+++ b/source/ab/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: 2017-12-18 12:31+0100\n"
-"PO-Revision-Date: 2017-12-27 15:07+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-03-25 10:25+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -12,293 +12,293 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1514387237.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521973503.000000\n"
-#: strings.hrc:25
+#: include/sfx2/strings.hrc:25
msgctxt "STR_TEMPLATE_FILTER"
msgid "Templates"
msgstr "Ашаблонқәа"
-#: strings.hrc:26
+#: include/sfx2/strings.hrc:26
msgctxt "STR_SAVEDOC"
msgid "~Save"
msgstr "Еиқәырхатәуп"
-#: strings.hrc:27
+#: include/sfx2/strings.hrc:27
msgctxt "STR_SAVEASDOC"
msgid "Save ~As..."
msgstr "Еиқәырхатәуп иаба(ишҧа)..."
-#: strings.hrc:28
+#: include/sfx2/strings.hrc:28
msgctxt "STR_SAVEACOPY"
msgid "Save a Copy..."
msgstr "Еиқәырхатәуп акопиа..."
-#: strings.hrc:29
+#: include/sfx2/strings.hrc:29
msgctxt "STR_CLOSEDOC"
msgid "~Close"
msgstr "~Иарктәуп"
-#: strings.hrc:30
+#: include/sfx2/strings.hrc:30
msgctxt "STR_OPEN"
msgid "Open"
msgstr "Иаарттәуп"
-#: strings.hrc:31
+#: include/sfx2/strings.hrc:31
msgctxt "STR_EDIT_TEMPLATE"
msgid "Edit"
msgstr "Иҧсахтәуп"
-#: strings.hrc:32
+#: include/sfx2/strings.hrc:32
msgctxt "STR_DEFAULT_TEMPLATE"
msgid "Set As Default"
msgstr ""
-#: strings.hrc:33
+#: include/sfx2/strings.hrc:33
msgctxt "STR_RESET_DEFAULT"
msgid "Reset Default"
msgstr ""
-#: strings.hrc:34
+#: include/sfx2/strings.hrc:34
msgctxt "STR_DELETE"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: strings.hrc:35
+#: include/sfx2/strings.hrc:35
msgctxt "STR_RENAME"
msgid "Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: strings.hrc:36
+#: include/sfx2/strings.hrc:36
msgctxt "STR_CATEGORY_RENAME"
msgid "Rename Category"
msgstr ""
-#: strings.hrc:37
+#: include/sfx2/strings.hrc:37
msgctxt "STR_RENAME_TEMPLATE"
msgid "Enter New Name: "
msgstr "Иҭажәгал, ахьӡ ҿыц: "
-#: strings.hrc:38
+#: include/sfx2/strings.hrc:38
msgctxt "STR_TEMPLATE_TOOLTIP"
msgid ""
"Title: $1\n"
"Category: $2"
msgstr ""
-#: strings.hrc:39
+#: include/sfx2/strings.hrc:39
msgctxt "STR_TEMPLATE_SELECTION"
msgid "Select a Template"
msgstr "Иалышәх ашаблон"
-#: strings.hrc:40
+#: include/sfx2/strings.hrc:40
msgctxt "STR_AUTOMATICVERSION"
msgid "Automatically saved version"
msgstr "Автоматикала еиқәырхо аверсиа"
-#: strings.hrc:41
+#: include/sfx2/strings.hrc:41
msgctxt "STR_EXPORTBUTTON"
msgid "Export"
msgstr "Аекспорт"
-#: strings.hrc:42
+#: include/sfx2/strings.hrc:42
msgctxt "STR_LABEL_FILEFORMAT"
msgid "File format:"
msgstr "Афаил аформат:"
-#: strings.hrc:43
+#: include/sfx2/strings.hrc:43
msgctxt "STR_HIDDENINFO_CONTAINS"
msgid ""
"This document contains:\n"
"\n"
msgstr ""
-#: strings.hrc:44
+#: include/sfx2/strings.hrc:44
msgctxt "STR_HIDDENINFO_RECORDCHANGES"
msgid "Recorded changes"
msgstr ""
-#: strings.hrc:45
+#: include/sfx2/strings.hrc:45
msgctxt "STR_HIDDENINFO_NOTES"
msgid "Notes"
msgstr "Азгәаҭақәа"
-#: strings.hrc:46
+#: include/sfx2/strings.hrc:46
msgctxt "STR_HIDDENINFO_DOCVERSIONS"
msgid "Document versions"
msgstr "Адокумент аверсиақәа"
-#: strings.hrc:47
+#: include/sfx2/strings.hrc:47
msgctxt "STR_HIDDENINFO_CONTINUE_SAVING"
msgid "Do you want to continue saving the document?"
msgstr ""
-#: strings.hrc:48
+#: include/sfx2/strings.hrc:48
msgctxt "STR_HIDDENINFO_CONTINUE_PRINTING"
msgid "Do you want to continue printing the document?"
msgstr ""
-#: strings.hrc:49
+#: include/sfx2/strings.hrc:49
msgctxt "STR_HIDDENINFO_CONTINUE_SIGNING"
msgid "Do you want to continue signing the document?"
msgstr ""
-#: strings.hrc:50
+#: include/sfx2/strings.hrc:50
msgctxt "STR_HIDDENINFO_CONTINUE_CREATEPDF"
msgid "Do you want to continue creating a PDF file?"
msgstr ""
-#: strings.hrc:51
+#: include/sfx2/strings.hrc:51
msgctxt "STR_NEW_FILENAME_SAVE"
msgid "If you do not want to overwrite the original document, you should save your work under a new filename."
msgstr ""
#. Used in the title of a shared document.
-#: strings.hrc:53
+#: include/sfx2/strings.hrc:53
msgctxt "STR_SHARED"
msgid " (shared)"
msgstr ""
-#: strings.hrc:54
+#: include/sfx2/strings.hrc:54
msgctxt "STR_XMLSEC_ODF12_EXPECTED"
msgid "The document format version is set to ODF 1.1 (OpenOffice.org 2.x) in Tools-Options-Load/Save-General. Signing documents requires ODF 1.2 (OpenOffice.org 3.x)."
msgstr ""
-#: strings.hrc:55
+#: include/sfx2/strings.hrc:55
msgctxt "STR_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN"
msgid ""
"The document has to be saved before it can be signed. Saving the document removes all present signatures.\n"
"Do you want to save the document?"
msgstr ""
-#: strings.hrc:56
+#: 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 ""
-#: strings.hrc:57
+#: include/sfx2/strings.hrc:57
msgctxt "STR_QRYTEMPL_UPDATE_BTN"
msgid "~Update Styles"
msgstr "Ирҿыцтәуп астильқәа"
-#: strings.hrc:58
+#: include/sfx2/strings.hrc:58
msgctxt "STR_QRYTEMPL_KEEP_BTN"
msgid "~Keep Old Styles"
msgstr "Еиқәырхатәуп ажәытә стильқәа"
-#: strings.hrc:59
+#: include/sfx2/strings.hrc:59
msgctxt "STR_ACTION_REFRESH"
msgid "Refresh"
msgstr ""
#. leave ending space
-#: strings.hrc:61
+#: include/sfx2/strings.hrc:61
msgctxt "STR_ACTION_DEFAULT"
msgid "Reset Default Template "
msgstr ""
-#: strings.hrc:62
+#: include/sfx2/strings.hrc:62
msgctxt "STR_CATEGORY_NEW"
msgid "New Category"
msgstr "Иаҧҵатәуп акатегориа"
-#: strings.hrc:63
+#: include/sfx2/strings.hrc:63
msgctxt "STR_CATEGORY_DELETE"
msgid "Delete Category"
msgstr "Ианыхтәуп акатегориа"
-#: strings.hrc:64
+#: include/sfx2/strings.hrc:64
msgctxt "STR_CATEGORY_SELECT"
msgid "Select Category"
msgstr "Иалхтәуп акатегориа"
-#: strings.hrc:65
+#: include/sfx2/strings.hrc:65
msgctxt "STR_MSG_EXPORT_SUCCESS"
msgid "$1 templates successfully exported."
msgstr ""
-#: strings.hrc:66
+#: include/sfx2/strings.hrc:66
msgctxt "STR_MSG_QUERY_COPY"
msgid "$1 could not be moved to the category \"$2\". Do you want to copy the template instead?"
msgstr ""
-#: strings.hrc:67
+#: include/sfx2/strings.hrc:67
msgctxt "STR_CREATE_ERROR"
msgid "Cannot create category: $1"
msgstr ""
-#: strings.hrc:68
+#: include/sfx2/strings.hrc:68
msgctxt "STR_ERROR_SAVEAS"
msgid "Cannot save template: $1"
msgstr "Ашаблон: $1 аиқәырхара ауам"
-#: strings.hrc:69
+#: include/sfx2/strings.hrc:69
msgctxt "STR_INPUT_NEW"
msgid "Enter category name:"
msgstr ""
-#: strings.hrc:70
+#: include/sfx2/strings.hrc:70
msgctxt "STR_MSG_ERROR_LOCAL_MOVE"
msgid ""
"Error moving the following templates to $1.\n"
"$2"
msgstr ""
-#: strings.hrc:71
+#: include/sfx2/strings.hrc:71
msgctxt "STR_MSG_ERROR_EXPORT"
msgid ""
"Error exporting the following templates:\n"
"$1"
msgstr ""
-#: strings.hrc:72
+#: include/sfx2/strings.hrc:72
msgctxt "STR_MSG_ERROR_IMPORT"
msgid ""
"Error importing the following templates to $1:\n"
"$2"
msgstr ""
-#: strings.hrc:73
+#: include/sfx2/strings.hrc:73
msgctxt "STR_MSG_ERROR_DELETE_TEMPLATE"
msgid ""
"The following templates cannot be deleted:\n"
"$1"
msgstr ""
-#: strings.hrc:74
+#: include/sfx2/strings.hrc:74
msgctxt "STR_MSG_ERROR_DELETE_FOLDER"
msgid ""
"The following folders cannot be deleted:\n"
"$1"
msgstr ""
-#: strings.hrc:75
+#: include/sfx2/strings.hrc:75
msgctxt "STR_QMSG_SEL_FOLDER_DELETE"
msgid "Do you want to delete the selected folders?"
msgstr "Ианыхтәума иалху аҭаӡқәа?"
-#: strings.hrc:76
+#: include/sfx2/strings.hrc:76
msgctxt "STR_QMSG_TEMPLATE_OVERWRITE"
msgid "A template named $1 already exist in $2. Do you want to overwrite it?"
msgstr ""
-#: strings.hrc:77
+#: include/sfx2/strings.hrc:77
msgctxt "STR_QMSG_SEL_TEMPLATE_DELETE"
msgid "Do you want to delete the selected templates?"
msgstr "Ианыхтәума иалху ашаблонқәа?"
-#: strings.hrc:78
+#: include/sfx2/strings.hrc:78
msgctxt "STR_QMSG_ERROR_OPENING_FILE"
msgid "An error occurred during opening the file. This may be caused by incorrect file contents.\n"
msgstr ""
-#: strings.hrc:79
+#: include/sfx2/strings.hrc:79
msgctxt "STR_QMSG_ERROR_OPENING_FILE_DETAILS"
msgid "The error details are:\n"
msgstr ""
-#: strings.hrc:80
+#: include/sfx2/strings.hrc:80
msgctxt "STR_QMSG_ERROR_OPENING_FILE_CONTINUE"
msgid ""
"\n"
@@ -307,327 +307,327 @@ msgid ""
"Do you want to ignore the error and attempt to continue loading the file?"
msgstr ""
-#: strings.hrc:82
+#: include/sfx2/strings.hrc:82
msgctxt "STR_HELP_WINDOW_TITLE"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME Аилыркаага"
-#: strings.hrc:83
+#: include/sfx2/strings.hrc:83
msgctxt "STR_HELP_BUTTON_INDEX_ON"
msgid "Show Navigation Pane"
msgstr ""
-#: strings.hrc:84
+#: include/sfx2/strings.hrc:84
msgctxt "STR_HELP_BUTTON_INDEX_OFF"
msgid "Hide Navigation Pane"
msgstr ""
-#: strings.hrc:85
+#: include/sfx2/strings.hrc:85
msgctxt "STR_HELP_BUTTON_START"
msgid "First Page"
msgstr "Актәи адаҟьа"
-#: strings.hrc:86
+#: include/sfx2/strings.hrc:86
msgctxt "STR_HELP_BUTTON_PREV"
msgid "Previous Page"
msgstr "Аҧхьатәи адаҟьа"
-#: strings.hrc:87
+#: include/sfx2/strings.hrc:87
msgctxt "STR_HELP_BUTTON_NEXT"
msgid "Next Page"
msgstr "Анаҩстәи адаҟьа"
-#: strings.hrc:88
+#: include/sfx2/strings.hrc:88
msgctxt "STR_HELP_BUTTON_PRINT"
msgid "Print..."
msgstr "Акьыҧхьра..."
-#: strings.hrc:89
+#: include/sfx2/strings.hrc:89
msgctxt "STR_HELP_BUTTON_ADDBOOKMARK"
msgid "Add to Bookmarks..."
msgstr ""
-#: strings.hrc:90
+#: include/sfx2/strings.hrc:90
msgctxt "STR_HELP_BUTTON_SEARCHDIALOG"
msgid "Find on this Page..."
msgstr "Иҧшаатәуп абри адаҟьаҟны..."
-#: strings.hrc:91
+#: include/sfx2/strings.hrc:91
msgctxt "STR_HELP_BUTTON_SOURCEVIEW"
msgid "HTML Source"
msgstr ""
-#: strings.hrc:92
+#: include/sfx2/strings.hrc:92
msgctxt "STR_HELP_MENU_TEXT_SELECTION_MODE"
msgid "Select Text"
msgstr "Иалкаатәуп атеқст"
-#: strings.hrc:93
+#: include/sfx2/strings.hrc:93
msgctxt "STR_HELP_MENU_TEXT_COPY"
msgid "~Copy"
msgstr "Акопиа ахыхтәуп"
-#: strings.hrc:94
+#: include/sfx2/strings.hrc:94
msgctxt "STR_INFO_NOSEARCHRESULTS"
msgid "No topics found."
msgstr ""
-#: strings.hrc:95
+#: include/sfx2/strings.hrc:95
msgctxt "STR_INFO_NOSEARCHTEXTFOUND"
msgid "The text you entered was not found."
msgstr ""
-#: strings.hrc:96
+#: include/sfx2/strings.hrc:96
msgctxt "RID_HELP_ONSTARTUP_TEXT"
msgid "~Display %PRODUCTNAME %MODULENAME Help at Startup"
msgstr ""
-#: strings.hrc:98
+#: include/sfx2/strings.hrc:98
msgctxt "STR_NONAME"
msgid "Untitled"
msgstr "Хьӡыда"
-#: strings.hrc:99
+#: include/sfx2/strings.hrc:99
msgctxt "STR_STANDARD_SHORTCUT"
msgid "Standard"
msgstr "Истандарту"
-#: strings.hrc:100
+#: include/sfx2/strings.hrc:100
msgctxt "STR_BYTES"
msgid "Bytes"
msgstr ""
-#: strings.hrc:101
+#: include/sfx2/strings.hrc:101
msgctxt "STR_KB"
msgid "KB"
msgstr ""
-#: strings.hrc:102
+#: include/sfx2/strings.hrc:102
msgctxt "STR_MB"
msgid "MB"
msgstr ""
-#: strings.hrc:103
+#: include/sfx2/strings.hrc:103
msgctxt "STR_GB"
msgid "GB"
msgstr ""
-#: strings.hrc:104
+#: include/sfx2/strings.hrc:104
msgctxt "STR_QUERY_LASTVERSION"
msgid "Cancel all changes?"
msgstr ""
-#: strings.hrc:105
+#: include/sfx2/strings.hrc:105
msgctxt "STR_NO_WEBBROWSER_FOUND"
msgid ""
"Opening \"$(ARG1)\" failed with error code $(ARG2) and message: \"$(ARG3)\"\n"
"Maybe no web browser could be found on your system. In that case, please check your Desktop Preferences or install a web browser (for example, Firefox) in the default location requested during the browser installation."
msgstr ""
-#: strings.hrc:106
+#: include/sfx2/strings.hrc:106
msgctxt "STR_NO_ABS_URI_REF"
msgid "\"$(ARG1)\" is not an absolute URL that can be passed to an external application to open it."
msgstr ""
-#: strings.hrc:107
+#: include/sfx2/strings.hrc:107
#, fuzzy
msgctxt "STR_GID_INTERN"
msgid "Internal"
msgstr "Аинтервал"
-#: strings.hrc:108
+#: include/sfx2/strings.hrc:108
msgctxt "STR_GID_APPLICATION"
msgid "Application"
msgstr ""
-#: strings.hrc:109
+#: include/sfx2/strings.hrc:109
msgctxt "STR_GID_VIEW"
msgid "View"
msgstr "Ахәаҧшра"
-#: strings.hrc:110
+#: include/sfx2/strings.hrc:110
msgctxt "STR_GID_DOCUMENT"
msgid "Documents"
msgstr "Адокументқәа"
-#: strings.hrc:111
+#: include/sfx2/strings.hrc:111
msgctxt "STR_GID_EDIT"
msgid "Edit"
msgstr "Иҧсахтәуп"
-#: strings.hrc:112
+#: include/sfx2/strings.hrc:112
msgctxt "STR_GID_MACRO"
msgid "BASIC"
msgstr "BASIC"
-#: strings.hrc:113
+#: include/sfx2/strings.hrc:113
msgctxt "STR_GID_OPTIONS"
msgid "Options"
msgstr "Апараметрқәа"
-#: strings.hrc:114
+#: include/sfx2/strings.hrc:114
msgctxt "STR_GID_MATH"
msgid "Math"
msgstr ""
-#: strings.hrc:115
+#: include/sfx2/strings.hrc:115
msgctxt "STR_GID_NAVIGATOR"
msgid "Navigate"
msgstr ""
-#: strings.hrc:116
+#: include/sfx2/strings.hrc:116
msgctxt "STR_GID_INSERT"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: strings.hrc:117
+#: include/sfx2/strings.hrc:117
msgctxt "STR_GID_FORMAT"
msgid "Format"
msgstr "Аформат"
-#: strings.hrc:118
+#: include/sfx2/strings.hrc:118
msgctxt "STR_GID_TEMPLATE"
msgid "Templates"
msgstr "Ашаблонқәа"
-#: strings.hrc:119
+#: include/sfx2/strings.hrc:119
msgctxt "STR_GID_TEXT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:120
+#: include/sfx2/strings.hrc:120
msgctxt "STR_GID_FRAME"
msgid "Frame"
msgstr "Афреим"
-#: strings.hrc:121
+#: include/sfx2/strings.hrc:121
msgctxt "STR_GID_GRAPHIC"
msgid "Image"
msgstr "Асахьа"
-#: strings.hrc:122
+#: include/sfx2/strings.hrc:122
msgctxt "STR_GID_TABLE"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:123
+#: include/sfx2/strings.hrc:123
msgctxt "STR_GID_ENUMERATION"
msgid "Numbering"
msgstr "Аномерркра"
-#: strings.hrc:124
+#: include/sfx2/strings.hrc:124
msgctxt "STR_GID_DATA"
msgid "Data"
msgstr "Адырқәа"
-#: strings.hrc:125
+#: include/sfx2/strings.hrc:125
msgctxt "STR_GID_SPECIAL"
msgid "Special Functions"
msgstr ""
-#: strings.hrc:126
+#: include/sfx2/strings.hrc:126
msgctxt "STR_GID_IMAGE"
msgid "Image"
msgstr "Асахьа"
-#: strings.hrc:127
+#: include/sfx2/strings.hrc:127
msgctxt "STR_GID_CHART"
msgid "Chart"
msgstr "Адиаграмма"
-#: strings.hrc:128
+#: include/sfx2/strings.hrc:128
msgctxt "STR_GID_EXPLORER"
msgid "Explorer"
msgstr ""
-#: strings.hrc:129
+#: include/sfx2/strings.hrc:129
msgctxt "STR_GID_CONNECTOR"
msgid "Connector"
msgstr "Аимадагақәа"
-#: strings.hrc:130
+#: include/sfx2/strings.hrc:130
msgctxt "STR_GID_MODIFY"
msgid "Modify"
msgstr "Иҧсахтәуп"
-#: strings.hrc:131
+#: include/sfx2/strings.hrc:131
msgctxt "STR_GID_DRAWING"
msgid "Drawing"
msgstr "Асахьаҭыхра"
-#: strings.hrc:132
+#: include/sfx2/strings.hrc:132
msgctxt "STR_GID_CONTROLS"
msgid "Controls"
msgstr ""
-#: strings.hrc:133
+#: include/sfx2/strings.hrc:133
msgctxt "STR_QUITAPP"
msgid "E~xit %PRODUCTNAME"
msgstr ""
-#: strings.hrc:134
+#: include/sfx2/strings.hrc:134
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Аилыркаага"
-#: strings.hrc:135
+#: include/sfx2/strings.hrc:135
msgctxt "RID_STR_HLPFILENOTEXIST"
msgid "The help file for this topic is not installed."
msgstr ""
-#: strings.hrc:136
+#: include/sfx2/strings.hrc:136
msgctxt "STR_QUICKSTART_EXIT"
msgid "Exit Quickstarter"
msgstr ""
-#: strings.hrc:137
+#: include/sfx2/strings.hrc:137
#, fuzzy
msgctxt "STR_QUICKSTART_TIP"
msgid "%PRODUCTNAME %PRODUCTVERSION Quickstarter"
msgstr "%PRODUCTNAME %PRODUCTVERSION адиаграмма"
-#: strings.hrc:138
+#: include/sfx2/strings.hrc:138
msgctxt "STR_QUICKSTART_FILEOPEN"
msgid "Open Document..."
msgstr "Иаарттәуп адокумент..."
-#: strings.hrc:139
+#: include/sfx2/strings.hrc:139
#, fuzzy
msgctxt "STR_QUICKSTART_FROMTEMPLATE"
msgid "From Template..."
msgstr "Ашаблон аҟынтәи..."
-#: strings.hrc:140
+#: include/sfx2/strings.hrc:140
msgctxt "STR_QUICKSTART_PRELAUNCH"
msgid "Load %PRODUCTNAME During System Start-Up"
msgstr ""
-#: strings.hrc:141
+#: include/sfx2/strings.hrc:141
msgctxt "STR_QUICKSTART_PRELAUNCH_UNX"
msgid "Disable systray Quickstarter"
msgstr ""
-#: strings.hrc:142
+#: include/sfx2/strings.hrc:142
msgctxt "STR_QUICKSTART_LNKNAME"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: strings.hrc:143
+#: include/sfx2/strings.hrc:143
msgctxt "STR_QUICKSTART_FILE"
msgid "File"
msgstr "Афаил"
-#: strings.hrc:144
+#: include/sfx2/strings.hrc:144
msgctxt "STR_QUICKSTART_STARTCENTER"
msgid "Startcenter"
msgstr ""
-#: strings.hrc:145
+#: include/sfx2/strings.hrc:145
msgctxt "STR_QUICKSTART_RECENTDOC"
msgid "Recent Documents"
msgstr "Ааигәатәи адокументқәа"
-#: strings.hrc:146
+#: include/sfx2/strings.hrc:146
msgctxt "STR_QUERY_UPDATE_LINKS"
msgid ""
"This document contains one or more links to external data.\n"
@@ -636,96 +636,96 @@ msgid ""
"to get the most recent data?"
msgstr ""
-#: strings.hrc:147
+#: include/sfx2/strings.hrc:147
msgctxt "STR_DDE_ERROR"
msgid "DDE link to %1 for %2 area %3 are not available."
msgstr ""
-#: strings.hrc:148
+#: include/sfx2/strings.hrc:148
msgctxt "STR_SECURITY_WARNING_NO_HYPERLINKS"
msgid ""
"For security reasons, the hyperlink cannot be executed.\n"
"The stated address will not be opened."
msgstr ""
-#: strings.hrc:149
+#: include/sfx2/strings.hrc:149
msgctxt "RID_SECURITY_WARNING_TITLE"
msgid "Security Warning"
msgstr ""
-#: strings.hrc:150
+#: include/sfx2/strings.hrc:150
msgctxt "RID_SVXSTR_XMLSEC_QUERY_LOSINGSIGNATURE"
msgid ""
"Saving will remove all existing signatures.\n"
"Do you want to continue saving the document?"
msgstr ""
-#: strings.hrc:151
+#: include/sfx2/strings.hrc:151
msgctxt "RID_SVXSTR_XMLSEC_QUERY_SAVEBEFORESIGN"
msgid ""
"The document has to be saved before it can be signed.\n"
"Do you want to save the document?"
msgstr ""
-#: strings.hrc:152
+#: include/sfx2/strings.hrc:152
msgctxt "STR_QUERY_CANCELCHECKOUT"
msgid ""
"This will discard all changes on the server since check-out.\n"
"Do you want to proceed?"
msgstr ""
-#: strings.hrc:153
+#: include/sfx2/strings.hrc:153
msgctxt "STR_INFO_WRONGDOCFORMAT"
msgid "This document must be saved in OpenDocument file format before it can be digitally signed."
msgstr ""
-#: strings.hrc:154
+#: include/sfx2/strings.hrc:154
msgctxt "RID_XMLSEC_DOCUMENTSIGNED"
msgid " (Signed)"
msgstr "(Анапаҵаҩуп)"
-#: strings.hrc:155
+#: include/sfx2/strings.hrc:155
msgctxt "STR_EMBEDDED_TITLE"
msgid " (Embedded document)"
msgstr ""
-#: strings.hrc:156
+#: include/sfx2/strings.hrc:156
msgctxt "STR_STANDARD"
msgid "Standard"
msgstr "Истандарту"
-#: strings.hrc:157
+#: include/sfx2/strings.hrc:157
msgctxt "RID_SVXSTR_FILELINK"
msgid "Document"
msgstr "Адокумент"
-#: strings.hrc:158
+#: include/sfx2/strings.hrc:158
msgctxt "STR_NONE"
msgid "- None -"
msgstr "- Мап -"
-#: strings.hrc:159
+#: include/sfx2/strings.hrc:159
msgctxt "RID_SVXSTR_GRAFIKLINK"
msgid "Image"
msgstr "Асахьа"
-#: strings.hrc:160
+#: include/sfx2/strings.hrc:160
msgctxt "STR_SFX_FILTERNAME_ALL"
msgid "All files"
msgstr "Афаилқәа зегьы"
-#: strings.hrc:161
+#: include/sfx2/strings.hrc:161
msgctxt "STR_SFX_FILTERNAME_PDF"
msgid "PDF files"
msgstr "PDF афаилқәа"
-#: strings.hrc:162
+#: include/sfx2/strings.hrc:162
msgctxt "RID_SVXSTR_EDITGRFLINK"
msgid "Link Image"
msgstr "Асахьахь азхьарҧш"
#. i66948 used in project scripting
-#: strings.hrc:164
+#: include/sfx2/strings.hrc:164
msgctxt "STR_ERRUNOEVENTBINDUNG"
msgid ""
"An appropriate component method %1\n"
@@ -734,32 +734,32 @@ msgid ""
"Check spelling of method name."
msgstr ""
-#: strings.hrc:165
+#: include/sfx2/strings.hrc:165
msgctxt "RID_SVXSTR_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "Асахьа аартра ауам"
-#: strings.hrc:166
+#: include/sfx2/strings.hrc:166
msgctxt "RID_SVXSTR_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr "Асахьа аҧхьара ауам"
-#: strings.hrc:167
+#: include/sfx2/strings.hrc:167
msgctxt "RID_SVXSTR_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr ""
-#: strings.hrc:168
+#: include/sfx2/strings.hrc:168
msgctxt "RID_SVXSTR_GRFILTER_VERSIONERROR"
msgid "This version of the image file is not supported"
msgstr ""
-#: strings.hrc:169
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#: strings.hrc:170
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -769,158 +769,158 @@ msgid ""
"\n"
msgstr ""
-#: strings.hrc:171
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Ииашам ажәамаӡа"
-#: strings.hrc:172
+#: include/sfx2/strings.hrc:172
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
-#: strings.hrc:174
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(Асимволқәа рминимум: $(MINLEN))"
-#: strings.hrc:175
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(Минимум 1 символк)"
-#: strings.hrc:176
+#: include/sfx2/strings.hrc:176
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr ""
-#: strings.hrc:177
+#: include/sfx2/strings.hrc:177
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr ""
-#: strings.hrc:179
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
"Would you like to do this now?"
msgstr ""
-#: strings.hrc:180
+#: include/sfx2/strings.hrc:180
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
"You can find information about orders on our homepage."
msgstr ""
-#: strings.hrc:182
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
-#: strings.hrc:183
+#: include/sfx2/strings.hrc:183
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
-#: strings.hrc:185
+#: include/sfx2/strings.hrc:185
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr ""
-#: strings.hrc:186
+#: include/sfx2/strings.hrc:186
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Аекспорт"
-#: strings.hrc:187
+#: include/sfx2/strings.hrc:187
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: strings.hrc:188
+#: include/sfx2/strings.hrc:188
#, fuzzy
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "Ибжьаргылатәуп"
-#: strings.hrc:189
+#: include/sfx2/strings.hrc:189
msgctxt "STR_SFX_IMPORT_ALL"
msgid "<All formats>"
msgstr "<Аформатқәа зегьы>"
-#: strings.hrc:190
+#: include/sfx2/strings.hrc:190
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "Еиқәырхатәуп акопиа..."
-#: strings.hrc:191
+#: include/sfx2/strings.hrc:191
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr ""
-#: strings.hrc:192
+#: include/sfx2/strings.hrc:192
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
-#: strings.hrc:194
+#: include/sfx2/strings.hrc:194
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME адокумент"
-#: strings.hrc:195
+#: include/sfx2/strings.hrc:195
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
-#: strings.hrc:196
+#: include/sfx2/strings.hrc:196
msgctxt "STR_SFX_REMOVE_PROPERTY"
msgid "Remove Property"
msgstr ""
-#: strings.hrc:197
+#: include/sfx2/strings.hrc:197
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
"The value will be stored as text."
msgstr ""
-#: strings.hrc:199
+#: include/sfx2/strings.hrc:199
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Ари астиль ыҟоуп. Ихҩылаатәума?"
-#: strings.hrc:201
+#: include/sfx2/strings.hrc:201
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Еиҭашьақәыргылатәуп"
-#: strings.hrc:202
+#: include/sfx2/strings.hrc:202
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr ""
-#: strings.hrc:203
+#: include/sfx2/strings.hrc:203
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr ""
-#: strings.hrc:204
+#: include/sfx2/strings.hrc:204
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
"because it would result in a recursive reference."
msgstr ""
-#: strings.hrc:205
+#: include/sfx2/strings.hrc:205
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
"Please choose another name."
msgstr ""
-#: strings.hrc:206
+#: include/sfx2/strings.hrc:206
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -928,116 +928,111 @@ msgid ""
"Do you still wish to delete these styles?\n"
msgstr ""
-#: strings.hrc:207
+#: include/sfx2/strings.hrc:207
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "Ахархәара змоу астильқәа:"
-#: strings.hrc:208
+#: include/sfx2/strings.hrc:208
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Анавигатор"
-#: strings.hrc:209
-msgctxt "STR_SID_SIDEBAR"
-msgid "Sidebar"
-msgstr ""
-
-#: strings.hrc:210
+#: include/sfx2/strings.hrc:209
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr ""
-#: strings.hrc:211
+#: include/sfx2/strings.hrc:210
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Идәықәҵатәуп"
-#: strings.hrc:212
+#: include/sfx2/strings.hrc:211
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Ашрифт"
-#: strings.hrc:213
+#: include/sfx2/strings.hrc:212
msgctxt "STR_PREVIEW_CHECKBOX"
msgid "Show Previews"
msgstr ""
-#: strings.hrc:215
+#: include/sfx2/strings.hrc:214
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr ""
-#: strings.hrc:216
+#: include/sfx2/strings.hrc:215
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
-#: strings.hrc:218
+#: include/sfx2/strings.hrc:217
msgctxt "STR_STYLE_ELEMTLIST"
msgid "Style List"
msgstr ""
-#: strings.hrc:219
+#: include/sfx2/strings.hrc:218
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr ""
-#: strings.hrc:220
+#: include/sfx2/strings.hrc:219
msgctxt "STR_STYLE_FILL_FORMAT_MODE"
msgid "Fill Format Mode"
msgstr ""
-#: strings.hrc:221
+#: include/sfx2/strings.hrc:220
msgctxt "STR_STYLE_NEW_STYLE_FROM_SELECTION"
msgid "New Style from Selection"
msgstr "Иаҧҵатәуп алкаараз астиль"
-#: strings.hrc:222
+#: include/sfx2/strings.hrc:221
msgctxt "STR_STYLE_UPDATE_STYLE"
msgid "Update Style"
msgstr "Ирҿыцтәуп астиль"
-#: strings.hrc:224
+#: include/sfx2/strings.hrc:223
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr ""
-#: strings.hrc:225
+#: include/sfx2/strings.hrc:224
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Иаҟәыхтәуп аҭаҩра"
-#: strings.hrc:227
+#: include/sfx2/strings.hrc:226
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr ""
-#: strings.hrc:229
+#: include/sfx2/strings.hrc:228
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
"Please choose a printer and try again."
msgstr ""
-#: strings.hrc:230
+#: include/sfx2/strings.hrc:229
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
"Please check your printer configuration."
msgstr ""
-#: strings.hrc:231
+#: include/sfx2/strings.hrc:230
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Апринтер ҭацәым"
-#: strings.hrc:232
+#: include/sfx2/strings.hrc:231
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (аҧхьара мацараз)"
-#: strings.hrc:233
+#: include/sfx2/strings.hrc:232
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1045,7 +1040,7 @@ msgid ""
"active document?"
msgstr ""
-#: strings.hrc:234
+#: include/sfx2/strings.hrc:233
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1053,7 +1048,7 @@ msgid ""
"in the active document?"
msgstr ""
-#: strings.hrc:235
+#: include/sfx2/strings.hrc:234
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1061,1055 +1056,1107 @@ msgid ""
"active document?"
msgstr ""
-#: strings.hrc:236
+#: include/sfx2/strings.hrc:235
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
" print job is being carried out."
msgstr ""
-#: strings.hrc:237
+#: include/sfx2/strings.hrc:236
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"
"Please check the %PRODUCTNAME settings or your e-mail program settings."
msgstr ""
-#: strings.hrc:238
+#. Error codes look like "MAPI_E_FAILURE" or "1234"
+#: include/sfx2/strings.hrc:238
+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"
+"\n"
+"Error code is $1"
+msgstr ""
+
+#: include/sfx2/strings.hrc:239
+msgctxt "STR_ERROR_SEND_MAIL_HEADER"
+msgid "Error sending mail"
+msgstr ""
+
+#: include/sfx2/strings.hrc:240
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 ""
-#: strings.hrc:239
+#: include/sfx2/strings.hrc:241
+msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
+msgid ""
+"This document cannot be edited, because it is locked in another session. Do you want to edit a copy of the document?\n"
+"\n"
+"You can also try to ignore the lock and open the file for editing."
+msgstr ""
+
+#: include/sfx2/strings.hrc:242
+msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
+msgid "Open ~Copy"
+msgstr ""
+
+#: include/sfx2/strings.hrc:243
+msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
+msgid "~Open"
+msgstr ""
+
+#: include/sfx2/strings.hrc:244
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr ""
-#: strings.hrc:240
+#: include/sfx2/strings.hrc:245
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
-#: strings.hrc:241
+#: include/sfx2/strings.hrc:246
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "Ари адокумент аартуп аҧхьара мацаразы."
-#: strings.hrc:242
+#: include/sfx2/strings.hrc:247
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
-#: strings.hrc:243
+#: include/sfx2/strings.hrc:248
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
-#: strings.hrc:244
+#: include/sfx2/strings.hrc:249
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
-#: strings.hrc:245
+#: include/sfx2/strings.hrc:250
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
-#: strings.hrc:246
+#: include/sfx2/strings.hrc:251
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
-msgid "Intellectual Property:"
+msgid "Level"
msgstr ""
-#: strings.hrc:247
+#: include/sfx2/strings.hrc:252
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
-#: strings.hrc:248
+#: include/sfx2/strings.hrc:253
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
-#: strings.hrc:249
+#: include/sfx2/strings.hrc:254
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
-#: strings.hrc:250
+#: include/sfx2/strings.hrc:255
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Адокумент акьыҧхьра"
-#: strings.hrc:251
+#: include/sfx2/strings.hrc:256
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Анапаҵаҩтәуп адокумент"
-#: strings.hrc:252
+#: include/sfx2/strings.hrc:257
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
-#: strings.hrc:253
+#: include/sfx2/strings.hrc:258
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
-#: strings.hrc:254
+#: include/sfx2/strings.hrc:259
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
-#: strings.hrc:255
+#: include/sfx2/strings.hrc:260
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
-#: strings.hrc:256
+#: include/sfx2/strings.hrc:261
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
-#: strings.hrc:257
+#: include/sfx2/strings.hrc:262
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
-#: strings.hrc:259
+#: include/sfx2/strings.hrc:264
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#: strings.hrc:260
+#: include/sfx2/strings.hrc:265
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr ""
-#: strings.hrc:261
+#: include/sfx2/strings.hrc:266
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr ""
-#: strings.hrc:263
+#: include/sfx2/strings.hrc:268
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Еиҭа апараметрқәа"
-#: strings.hrc:264
+#: include/sfx2/strings.hrc:269
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "Иарктәуп аварахьтәи апанель"
-#: strings.hrc:265
+#: include/sfx2/strings.hrc:270
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
-#: strings.hrc:266
+#: include/sfx2/strings.hrc:271
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr ""
-#: strings.hrc:267
+#: include/sfx2/strings.hrc:272
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
-#: strings.hrc:268
+#: include/sfx2/strings.hrc:273
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "Иарктәуп аварахьтәи апанель"
#. Translators: default Impress template names
-#: strings.hrc:271
+#: include/sfx2/strings.hrc:276
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
-#: strings.hrc:272
+#: include/sfx2/strings.hrc:277
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
-#: strings.hrc:273
+#: include/sfx2/strings.hrc:278
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
-#: strings.hrc:274
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
-#: strings.hrc:275
+#: include/sfx2/strings.hrc:280
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
-#: strings.hrc:276
+#: include/sfx2/strings.hrc:281
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
-#: strings.hrc:277
+#: include/sfx2/strings.hrc:282
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
-#: strings.hrc:278
+#: include/sfx2/strings.hrc:283
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
-#: strings.hrc:279
+#: include/sfx2/strings.hrc:284
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
-#: strings.hrc:280
+#: include/sfx2/strings.hrc:285
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
-#: strings.hrc:281
+#: include/sfx2/strings.hrc:286
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
-#: strings.hrc:282
+#: include/sfx2/strings.hrc:287
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
-#: strings.hrc:283
+#: include/sfx2/strings.hrc:288
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
-#: strings.hrc:284
+#: include/sfx2/strings.hrc:289
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
-#: strings.hrc:285
+#: include/sfx2/strings.hrc:290
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
-#: strings.hrc:286
+#: include/sfx2/strings.hrc:291
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
-#: strings.hrc:287
+#: include/sfx2/strings.hrc:292
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
-#: strings.hrc:288
+#: include/sfx2/strings.hrc:293
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
-#: strings.hrc:289
+#: include/sfx2/strings.hrc:294
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
-#: strings.hrc:290
+#: include/sfx2/strings.hrc:295
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
-#: strings.hrc:291
+#: include/sfx2/strings.hrc:296
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
-#: strings.hrc:292
+#: include/sfx2/strings.hrc:297
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
-#: strings.hrc:293
+#: include/sfx2/strings.hrc:298
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. Translators: default Writer template names
-#: strings.hrc:295
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
-#: strings.hrc:296
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
-#: strings.hrc:297
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
-#: strings.hrc:298
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
-#: strings.hrc:299
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
-#: strings.hrc:300
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
-#: strings.hrc:301
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
-#: strings.hrc:303
+#: include/sfx2/strings.hrc:308
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Иқәгатәуп"
-#: strings.hrc:304
+#: include/sfx2/strings.hrc:309
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
-#: dinfdlg.hrc:27
+#: include/sfx2/strings.hrc:311
+msgctxt "STR_PASSWORD_LEN"
+msgid "Password length"
+msgstr ""
+
+#: include/sfx2/strings.hrc:312
+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 ""
+
+#: sfx2/inc/dinfdlg.hrc:27
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Checked by"
msgstr ""
-#: dinfdlg.hrc:28
+#: sfx2/inc/dinfdlg.hrc:28
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Client"
msgstr ""
-#: dinfdlg.hrc:29
+#: sfx2/inc/dinfdlg.hrc:29
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Date completed"
-msgstr ""
+msgstr "Ахыркәшара арыцхә"
-#: dinfdlg.hrc:30
+#: sfx2/inc/dinfdlg.hrc:30
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Department"
msgstr "Аҟәша"
-#: dinfdlg.hrc:31
+#: sfx2/inc/dinfdlg.hrc:31
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Destinations"
msgstr ""
-#: dinfdlg.hrc:32
+#: sfx2/inc/dinfdlg.hrc:32
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Disposition"
msgstr ""
-#: dinfdlg.hrc:33
+#: sfx2/inc/dinfdlg.hrc:33
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Division"
msgstr ""
-#: dinfdlg.hrc:34
+#: sfx2/inc/dinfdlg.hrc:34
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Document number"
msgstr ""
-#: dinfdlg.hrc:35
+#: sfx2/inc/dinfdlg.hrc:35
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Editor"
msgstr "Аредактор"
-#: dinfdlg.hrc:36
+#: sfx2/inc/dinfdlg.hrc:36
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "E-Mail"
msgstr "E-Mail"
-#: dinfdlg.hrc:37
+#: sfx2/inc/dinfdlg.hrc:37
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Forward to"
msgstr ""
-#: dinfdlg.hrc:38
+#: sfx2/inc/dinfdlg.hrc:38
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Group"
msgstr "Агәыҧ"
-#: dinfdlg.hrc:39
+#: sfx2/inc/dinfdlg.hrc:39
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Info"
msgstr ""
-#: dinfdlg.hrc:40
+#: sfx2/inc/dinfdlg.hrc:40
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Language"
msgstr "Абызшәа"
-#: dinfdlg.hrc:41
+#: sfx2/inc/dinfdlg.hrc:41
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Mailstop"
msgstr ""
-#: dinfdlg.hrc:42
+#: sfx2/inc/dinfdlg.hrc:42
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Matter"
msgstr ""
-#: dinfdlg.hrc:43
+#: sfx2/inc/dinfdlg.hrc:43
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Office"
msgstr "Аофис"
-#: dinfdlg.hrc:44
+#: sfx2/inc/dinfdlg.hrc:44
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Owner"
msgstr ""
-#: dinfdlg.hrc:45
+#: sfx2/inc/dinfdlg.hrc:45
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Project"
msgstr ""
-#: dinfdlg.hrc:46
+#: sfx2/inc/dinfdlg.hrc:46
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Publisher"
msgstr "Аҭыжьҩы:"
-#: dinfdlg.hrc:47
+#: sfx2/inc/dinfdlg.hrc:47
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Purpose"
msgstr ""
-#: dinfdlg.hrc:48
+#: sfx2/inc/dinfdlg.hrc:48
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Received from"
msgstr ""
-#: dinfdlg.hrc:49
+#: sfx2/inc/dinfdlg.hrc:49
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Recorded by"
msgstr ""
-#: dinfdlg.hrc:50
+#: sfx2/inc/dinfdlg.hrc:50
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Recorded date"
-msgstr ""
+msgstr "Анҵамҭа арыцхә"
-#: dinfdlg.hrc:51
+#: sfx2/inc/dinfdlg.hrc:51
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Reference"
msgstr "Азхьарҧш"
-#: dinfdlg.hrc:52
+#: sfx2/inc/dinfdlg.hrc:52
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Source"
msgstr ""
-#: dinfdlg.hrc:53
+#: sfx2/inc/dinfdlg.hrc:53
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Status"
msgstr "Аҭагылазаашьа"
-#: dinfdlg.hrc:54
+#: sfx2/inc/dinfdlg.hrc:54
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Telephone number"
msgstr ""
-#: dinfdlg.hrc:55
+#: sfx2/inc/dinfdlg.hrc:55
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Typist"
msgstr ""
-#: dinfdlg.hrc:56
+#: sfx2/inc/dinfdlg.hrc:56
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "URL"
msgstr "URL"
-#: dinfdlg.hrc:69
+#: sfx2/inc/dinfdlg.hrc:69
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Text"
msgstr "Атеқст"
-#: dinfdlg.hrc:70
+#: sfx2/inc/dinfdlg.hrc:70
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "DateTime"
msgstr "Арыцхәи аамҭеи"
-#: dinfdlg.hrc:71
+#: sfx2/inc/dinfdlg.hrc:71
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Date"
msgstr "Арыцхә"
-#: dinfdlg.hrc:72
+#: sfx2/inc/dinfdlg.hrc:72
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Duration"
msgstr ""
-#: dinfdlg.hrc:73
+#: sfx2/inc/dinfdlg.hrc:73
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Number"
msgstr "Ахыҧхьаӡара"
-#: dinfdlg.hrc:74
+#: sfx2/inc/dinfdlg.hrc:74
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr ""
-#: doctempl.hrc:27
+#: sfx2/inc/doctempl.hrc:27
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "My Templates"
msgstr "Сара сшаблонқәа"
-#: doctempl.hrc:28
+#: sfx2/inc/doctempl.hrc:28
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Business Correspondence"
msgstr ""
-#: doctempl.hrc:29
+#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Other Business Documents"
msgstr ""
-#: doctempl.hrc:30
+#: sfx2/inc/doctempl.hrc:30
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Personal Correspondence and Documents"
msgstr ""
-#: doctempl.hrc:31
+#: sfx2/inc/doctempl.hrc:31
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Forms and Contracts"
msgstr ""
-#: doctempl.hrc:32
+#: sfx2/inc/doctempl.hrc:32
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Finances"
msgstr "Афинансқәа"
-#: doctempl.hrc:33
+#: sfx2/inc/doctempl.hrc:33
#, fuzzy
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Education"
msgstr "Аиҟаратә"
-#: doctempl.hrc:34
+#: sfx2/inc/doctempl.hrc:34
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Presentation Backgrounds"
msgstr ""
-#: doctempl.hrc:35
+#: sfx2/inc/doctempl.hrc:35
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Presentations"
msgstr "Апрезентациақәа"
-#: doctempl.hrc:36
+#: sfx2/inc/doctempl.hrc:36
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Miscellaneous"
msgstr ""
-#: doctempl.hrc:37
+#: sfx2/inc/doctempl.hrc:37
#, fuzzy
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Labels"
msgstr "Анапаҵаҩра"
-#: doctempl.hrc:38
+#: sfx2/inc/doctempl.hrc:38
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Styles"
msgstr "Астильқәа"
-#: alienwarndialog.ui:8
+#: sfx2/uiconfig/ui/alienwarndialog.ui:7
msgctxt "alienwarndialog|AlienWarnDialog"
msgid "Confirm File Format"
msgstr "Афаил аформат ашьақәырӷәӷәара"
-#: alienwarndialog.ui:14
+#: sfx2/uiconfig/ui/alienwarndialog.ui:13
msgctxt "alienwarndialog|AlienWarnDialog"
msgid "This document may contain formatting or content that cannot be saved in the currently selected file format “%FORMATNAME”."
msgstr ""
-#: alienwarndialog.ui:15
+#: sfx2/uiconfig/ui/alienwarndialog.ui:14
msgctxt "alienwarndialog|AlienWarnDialog"
msgid "Use the default ODF file format to be sure that the document is saved correctly."
msgstr ""
-#: alienwarndialog.ui:27
+#: sfx2/uiconfig/ui/alienwarndialog.ui:25
msgctxt "alienwarndialog|cancel"
msgid "Use %DEFAULTEXTENSION _Format"
msgstr "Ихархәатәуп аформат %DEFAULTEXTENSION "
-#: alienwarndialog.ui:43
+#: sfx2/uiconfig/ui/alienwarndialog.ui:41
msgctxt "alienwarndialog|save"
msgid "_Use %FORMATNAME Format"
msgstr "Ихархәатәуп аформат %FORMATNAME"
-#: alienwarndialog.ui:68
+#: sfx2/uiconfig/ui/alienwarndialog.ui:66
msgctxt "alienwarndialog|ask"
msgid "_Ask when not saving in ODF or default format"
msgstr ""
-#: bookmarkdialog.ui:7
+#: sfx2/uiconfig/ui/bookmarkdialog.ui:8
msgctxt "bookmarkdialog|BookmarkDialog"
msgid "Add to Bookmarks"
msgstr ""
-#: bookmarkdialog.ui:18
+#: sfx2/uiconfig/ui/bookmarkdialog.ui:80
msgctxt "bookmarkdialog|alttitle"
msgid "Rename Bookmark"
msgstr ""
-#: bookmarkdialog.ui:97
+#: sfx2/uiconfig/ui/bookmarkdialog.ui:99
msgctxt "bookmarkdialog|label2"
msgid "Bookmark:"
msgstr ""
-#: bookmarkmenu.ui:12
+#: sfx2/uiconfig/ui/bookmarkmenu.ui:12
msgctxt "bookmarkmenu|display"
msgid "Display"
msgstr ""
-#: bookmarkmenu.ui:26
+#: sfx2/uiconfig/ui/bookmarkmenu.ui:26
msgctxt "bookmarkmenu|rename"
msgid "Rename..."
msgstr ""
-#: bookmarkmenu.ui:34
+#: sfx2/uiconfig/ui/bookmarkmenu.ui:34
msgctxt "bookmarkmenu|delete"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: charmapcontrol.ui:27
+#: sfx2/uiconfig/ui/charmapcontrol.ui:27
#, fuzzy
msgctxt "charmapcontrol|label1"
msgid "Favorites"
msgstr "Атеқстура"
-#: charmapcontrol.ui:248
+#: sfx2/uiconfig/ui/charmapcontrol.ui:248
msgctxt "charmapcontrol|label2"
msgid "Recent"
msgstr "Ааигәатәи"
-#: charmapcontrol.ui:469
+#: sfx2/uiconfig/ui/charmapcontrol.ui:469
msgctxt "charmapcontrol|specialchardlg"
msgid "More Characters…"
msgstr ""
-#: checkin.ui:8
+#: sfx2/uiconfig/ui/charviewmenu.ui:12
+msgctxt "charviewmenu|clearchar"
+msgid "Remove"
+msgstr ""
+
+#: sfx2/uiconfig/ui/charviewmenu.ui:20
+msgctxt "charviewmenu|clearallchar"
+msgid "Clear All"
+msgstr ""
+
+#: sfx2/uiconfig/ui/checkin.ui:8
msgctxt "checkin|CheckinDialog"
msgid "Check-In"
msgstr ""
-#: checkin.ui:84
+#: sfx2/uiconfig/ui/checkin.ui:84
msgctxt "checkin|MajorVersion"
msgid "New major version"
msgstr "Иҿыцу, ихадоу аверсиа"
-#: checkin.ui:114
+#: sfx2/uiconfig/ui/checkin.ui:115
msgctxt "checkin|label2"
msgid "Version comment:"
msgstr ""
-#: cmisinfopage.ui:54
+#: sfx2/uiconfig/ui/cmisinfopage.ui:54
msgctxt "cmisinfopage|name"
msgid "Name"
msgstr "Ахьӡ"
-#: cmisinfopage.ui:66
+#: sfx2/uiconfig/ui/cmisinfopage.ui:66
msgctxt "cmisinfopage|type"
msgid "Type"
msgstr "Атип"
-#: cmisinfopage.ui:78
+#: sfx2/uiconfig/ui/cmisinfopage.ui:78
msgctxt "cmisinfopage|value"
msgid "Value"
msgstr "Аҵакы"
-#: cmisline.ui:46
+#: sfx2/uiconfig/ui/cmisline.ui:46
msgctxt "cmisline|type"
msgid "Type"
msgstr "Атип"
-#: cmisline.ui:61
+#: sfx2/uiconfig/ui/cmisline.ui:61
msgctxt "cmisline|yes"
msgid "Yes"
msgstr "Ааи"
-#: cmisline.ui:82
+#: sfx2/uiconfig/ui/cmisline.ui:82
msgctxt "cmisline|no"
msgid "No"
msgstr "Мап"
-#: custominfopage.ui:14
+#: sfx2/uiconfig/ui/custominfopage.ui:14
msgctxt "custominfopage|add"
msgid "Add _Property"
msgstr ""
-#: custominfopage.ui:49
+#: sfx2/uiconfig/ui/custominfopage.ui:49
msgctxt "custominfopage|name"
msgid "Name"
msgstr "Иҭажәгал аобиеқт ахьӡ"
-#: custominfopage.ui:61
+#: sfx2/uiconfig/ui/custominfopage.ui:61
msgctxt "custominfopage|type"
msgid "Type"
msgstr "Атип"
-#: custominfopage.ui:73
+#: sfx2/uiconfig/ui/custominfopage.ui:73
msgctxt "custominfopage|value"
msgid "Value"
msgstr "Аҵакы"
-#: descriptioninfopage.ui:18
+#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
msgid "_Title:"
msgstr "_Ахы:"
-#: descriptioninfopage.ui:32
+#: sfx2/uiconfig/ui/descriptioninfopage.ui:32
msgctxt "descriptioninfopage|label28"
msgid "_Subject:"
msgstr "_Атема:"
-#: descriptioninfopage.ui:46
+#: sfx2/uiconfig/ui/descriptioninfopage.ui:46
msgctxt "descriptioninfopage|label29"
msgid "_Keywords:"
msgstr "_Ихадоу ажәақәа:"
-#: descriptioninfopage.ui:61
+#: sfx2/uiconfig/ui/descriptioninfopage.ui:61
#, fuzzy
msgctxt "descriptioninfopage|label30"
msgid "_Comments:"
msgstr "Акомментариқәа:"
-#: documentfontspage.ui:25
+#: sfx2/uiconfig/ui/documentfontspage.ui:25
msgctxt "documentfontspage|embedFonts"
msgid "_Embed fonts in the document"
msgstr "Ашрифтқәа адокумент иаларҵәатәуп"
-#: documentfontspage.ui:40
+#: sfx2/uiconfig/ui/documentfontspage.ui:40
msgctxt "documentfontspage|fontEmbeddingLabel"
msgid "Font Embedding"
msgstr "Ашрифт аларҵәара"
-#: documentinfopage.ui:18
+#: sfx2/uiconfig/ui/documentinfopage.ui:18
msgctxt "documentinfopage|label13"
msgid "_Created:"
msgstr ""
-#: documentinfopage.ui:32
+#: sfx2/uiconfig/ui/documentinfopage.ui:32
msgctxt "documentinfopage|label14"
msgid "_Modified:"
msgstr "Иҧсахуп:"
-#: documentinfopage.ui:46
+#: sfx2/uiconfig/ui/documentinfopage.ui:46
msgctxt "documentinfopage|label15"
msgid "_Digitally signed:"
msgstr ""
-#: documentinfopage.ui:60
+#: sfx2/uiconfig/ui/documentinfopage.ui:60
#, fuzzy
msgctxt "documentinfopage|label16"
msgid "Last pri_nted:"
msgstr "Икьыҧхьуп"
-#: documentinfopage.ui:74
+#: sfx2/uiconfig/ui/documentinfopage.ui:74
msgctxt "documentinfopage|label17"
msgid "Total _editing time:"
msgstr ""
-#: documentinfopage.ui:88
+#: sfx2/uiconfig/ui/documentinfopage.ui:88
msgctxt "documentinfopage|label18"
msgid "Re_vision number:"
msgstr "Аредакциа:"
-#: documentinfopage.ui:131
+#: sfx2/uiconfig/ui/documentinfopage.ui:131
msgctxt "documentinfopage|showsigned"
msgid "Multiply signed document"
msgstr ""
-#: documentinfopage.ui:183
+#: sfx2/uiconfig/ui/documentinfopage.ui:183
msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "Ихархәатәуп ахархәуаҩ изку адырқәа"
-#: documentinfopage.ui:200
+#: sfx2/uiconfig/ui/documentinfopage.ui:200
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "Иеиқәырхатәуп аескиз адокумент аҟны"
-#: documentinfopage.ui:217
+#: sfx2/uiconfig/ui/documentinfopage.ui:217
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
-#: documentinfopage.ui:231
+#: sfx2/uiconfig/ui/documentinfopage.ui:231
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Ацифратә напаҵаҩрақәа"
-#: documentinfopage.ui:250
+#: sfx2/uiconfig/ui/documentinfopage.ui:250
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "Ашәагаа:"
-#: documentinfopage.ui:264
+#: sfx2/uiconfig/ui/documentinfopage.ui:264
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "идырӡам"
-#: documentinfopage.ui:278
+#: sfx2/uiconfig/ui/documentinfopage.ui:278
#, fuzzy
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "Аҭыҧ:"
-#: documentinfopage.ui:308
+#: sfx2/uiconfig/ui/documentinfopage.ui:308
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "Атип:"
-#: documentinfopage.ui:332
+#: sfx2/uiconfig/ui/documentinfopage.ui:332
#, fuzzy
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Иҧсахтәуп ажәамаӡа"
-#: documentinfopage.ui:350
+#: sfx2/uiconfig/ui/documentinfopage.ui:350
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Ашаблон:"
-#: documentpropertiesdialog.ui:8
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:8
msgctxt "documentpropertiesdialog|DocumentPropertiesDialog"
msgid "Properties of “%1”"
msgstr ""
-#: documentpropertiesdialog.ui:103
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:103
msgctxt "documentpropertiesdialog|general"
msgid "General "
msgstr "Азеиҧшқәа "
-#: documentpropertiesdialog.ui:125
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:125
msgctxt "documentpropertiesdialog|description"
msgid "Description"
msgstr "Ахҳәаа"
-#: documentpropertiesdialog.ui:148
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:148
msgctxt "documentpropertiesdialog|customprops"
msgid "Custom Properties"
msgstr ""
-#: documentpropertiesdialog.ui:171
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:171
msgctxt "documentpropertiesdialog|cmisprops"
msgid "CMIS Properties"
msgstr ""
-#: documentpropertiesdialog.ui:194
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:194
msgctxt "documentpropertiesdialog|security"
msgid "Security"
msgstr "Ашәарҭадара"
-#: editdocumentdialog.ui:8
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:7
msgctxt "editdocumentdialog|EditDocumentDialog"
msgid "Confirm editing of document"
msgstr ""
-#: editdocumentdialog.ui:14
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:13
msgctxt "editdocumentdialog|EditDocumentDialog"
msgid "Are you sure you want to edit the document?"
msgstr ""
-#: editdocumentdialog.ui:15
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:14
msgctxt "editdocumentdialog|EditDocumentDialog"
msgid "The original file can be signed without editing the document. Existing signatures on the document will be lost in case of saving an edited version."
msgstr ""
-#: editdocumentdialog.ui:27
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:25
#, fuzzy
msgctxt "editdocumentdialog|edit"
msgid "Edit Document"
msgstr "Адокумент акьыҧхьра"
-#: editdocumentdialog.ui:44
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:42
msgctxt "editdocumentdialog|cancel"
msgid "Cancel"
msgstr "Иаҟәыхтәуп"
-#: editdurationdialog.ui:8
+#: sfx2/uiconfig/ui/editdurationdialog.ui:43
msgctxt "editdurationdialog|EditDurationDialog"
msgid "Edit Duration"
msgstr ""
-#: editdurationdialog.ui:97
+#: sfx2/uiconfig/ui/editdurationdialog.ui:135
msgctxt "editdurationdialog|negative"
msgid "_Negative"
msgstr "Иҵоурам"
-#: editdurationdialog.ui:116
+#: sfx2/uiconfig/ui/editdurationdialog.ui:153
msgctxt "editdurationdialog|label1"
msgid "_Years:"
msgstr ""
-#: editdurationdialog.ui:130
+#: sfx2/uiconfig/ui/editdurationdialog.ui:167
msgctxt "editdurationdialog|label"
msgid "_Months:"
msgstr "Амзақәа:"
-#: editdurationdialog.ui:144
+#: sfx2/uiconfig/ui/editdurationdialog.ui:181
msgctxt "editdurationdialog|label3"
msgid "_Days:"
msgstr ""
-#: editdurationdialog.ui:158
+#: sfx2/uiconfig/ui/editdurationdialog.ui:195
msgctxt "editdurationdialog|label4"
msgid "H_ours:"
msgstr ""
-#: editdurationdialog.ui:172
+#: sfx2/uiconfig/ui/editdurationdialog.ui:209
msgctxt "editdurationdialog|label5"
msgid "Min_utes:"
msgstr "Аминуҭқәа:"
-#: editdurationdialog.ui:186
+#: sfx2/uiconfig/ui/editdurationdialog.ui:223
msgctxt "editdurationdialog|label6"
msgid "_Seconds:"
msgstr "Асекундқәа:"
-#: editdurationdialog.ui:200
+#: sfx2/uiconfig/ui/editdurationdialog.ui:237
msgctxt "editdurationdialog|label7"
msgid "Millise_conds:"
msgstr "Амиллисекундқәа:"
-#: editdurationdialog.ui:287
+#: sfx2/uiconfig/ui/editdurationdialog.ui:339
msgctxt "editdurationdialog|label2"
msgid "Duration"
msgstr ""
-#: errorfindemaildialog.ui:8
+#: sfx2/uiconfig/ui/errorfindemaildialog.ui:7
msgctxt "errorfindemaildialog|ErrorFindEmailDialog"
msgid "No e-mail configuration"
msgstr ""
-#: errorfindemaildialog.ui:14
+#: sfx2/uiconfig/ui/errorfindemaildialog.ui:14
msgctxt "errorfindemaildialog|ErrorFindEmailDialog"
msgid "%PRODUCTNAME was unable to find a working e-mail configuration."
msgstr ""
-#: errorfindemaildialog.ui:15
+#: sfx2/uiconfig/ui/errorfindemaildialog.ui:15
msgctxt "errorfindemaildialog|ErrorFindEmailDialog"
msgid "Please save this document locally instead and attach it from within your e-mail client."
msgstr ""
-#: floatingrecord.ui:9
+#: sfx2/uiconfig/ui/floatingrecord.ui:9
msgctxt "floatingrecord|FloatingRecord"
msgid "Record Macro"
msgstr ""
-#: helpbookmarkpage.ui:22
+#: sfx2/uiconfig/ui/helpbookmarkpage.ui:22
msgctxt "helpbookmarkpage|display"
msgid "_Display"
msgstr ""
-#: helpbookmarkpage.ui:41
+#: sfx2/uiconfig/ui/helpbookmarkpage.ui:41
msgctxt "helpbookmarkpage|label1"
msgid "_Bookmarks"
msgstr ""
-#: helpcontrol.ui:49
+#: sfx2/uiconfig/ui/helpcontrol.ui:49
msgctxt "helpcontrol|contents"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: helpcontrol.ui:71
+#: sfx2/uiconfig/ui/helpcontrol.ui:71
#, fuzzy
msgctxt "helpcontrol|index"
msgid "Index"
msgstr "аиндекс"
-#: helpcontrol.ui:94
+#: sfx2/uiconfig/ui/helpcontrol.ui:94
msgctxt "helpcontrol|find"
msgid "Find"
msgstr "Иҧшаатәуп"
-#: helpcontrol.ui:117
+#: sfx2/uiconfig/ui/helpcontrol.ui:117
msgctxt "helpcontrol|bookmarks"
msgid "Bookmarks"
msgstr ""
-#: helpindexpage.ui:22
+#: sfx2/uiconfig/ui/helpindexpage.ui:22
msgctxt "helpindexpage|display"
msgid "_Display"
msgstr ""
-#: helpindexpage.ui:41
+#: sfx2/uiconfig/ui/helpindexpage.ui:41
msgctxt "helpindexpage|label1"
msgid "_Search term"
msgstr ""
-#: helpmanual.ui:8
+#: sfx2/uiconfig/ui/helpmanual.ui:7
msgctxt "helpmanual|onlinehelpmanual"
msgid "%PRODUCTNAME Help Not Installed"
msgstr ""
-#: helpmanual.ui:12
+#: sfx2/uiconfig/ui/helpmanual.ui:12
msgctxt "helpmanual|onlinehelpmanual"
-msgid "The %PRODUCTNAME built-in help is not installed on your computer."
+msgid "The %PRODUCTNAME built-in help for current UI language ($UILOCALE) is not installed on your computer."
msgstr ""
-#: helpmanual.ui:13
+#: sfx2/uiconfig/ui/helpmanual.ui:13
msgctxt "helpmanual|onlinehelpmanual"
msgid "You may either install it from our website or your system’s repositories, or read an online version."
msgstr ""
-#: helpmanual.ui:26
+#: sfx2/uiconfig/ui/helpmanual.ui:23
msgctxt "helpmanual|website"
msgid "Read Help Online"
msgstr ""
-#: helpsearchpage.ui:22
+#: sfx2/uiconfig/ui/helpsearchpage.ui:22
msgctxt "helpsearchpage|display"
msgid "_Display"
msgstr ""
-#: helpsearchpage.ui:41
+#: sfx2/uiconfig/ui/helpsearchpage.ui:41
msgctxt "helpsearchpage|label1"
msgid "_Search term"
msgstr ""
-#: helpsearchpage.ui:116
+#: sfx2/uiconfig/ui/helpsearchpage.ui:116
msgctxt "helpsearchpage|completewords"
msgid "_Complete words only"
msgstr ""
-#: helpsearchpage.ui:133
+#: sfx2/uiconfig/ui/helpsearchpage.ui:133
msgctxt "helpsearchpage|headings"
msgid "Find in _headings only"
msgstr ""
-#: inputdialog.ui:83
+#: sfx2/uiconfig/ui/inputdialog.ui:86
msgctxt "inputdialog|label"
msgid "Height:"
msgstr "Аҳаракыра:"
-#: licensedialog.ui:8
+#: sfx2/uiconfig/ui/licensedialog.ui:8
msgctxt "licensedialog|LicenseDialog"
msgid "Licensing and Legal information"
msgstr ""
-#: licensedialog.ui:22
+#: sfx2/uiconfig/ui/licensedialog.ui:25
msgctxt "licensedialog|show"
msgid "_Show License"
msgstr ""
-#: licensedialog.ui:63
+#: sfx2/uiconfig/ui/licensedialog.ui:68
msgctxt "licensedialog|label"
msgid ""
"%PRODUCTNAME is made available subject to the terms of the Mozilla Public License, v. 2.0. A copy of the MPL can be obtained at http://mozilla.org/MPL/2.0/.\n"
@@ -2118,815 +2165,815 @@ msgid ""
"\n"
"All trademarks and registered trademarks mentioned herein are the property of their respective owners.\n"
"\n"
-"Copyright © 2000–2017 LibreOffice contributors. All rights reserved.\n"
+"Copyright © 2000–2018 LibreOffice contributors. All rights reserved.\n"
"\n"
"This product was created by %OOOVENDOR, based on OpenOffice.org, which is Copyright 2000, 2011 Oracle and/or its affiliates. %OOOVENDOR acknowledges all community members, please see http://www.libreoffice.org/ for more details."
msgstr ""
-#: linkeditdialog.ui:100
+#: sfx2/uiconfig/ui/linkeditdialog.ui:105
msgctxt "linkeditdialog|label2"
msgid "_Application:"
msgstr ""
-#: linkeditdialog.ui:114
+#: sfx2/uiconfig/ui/linkeditdialog.ui:119
msgctxt "linkeditdialog|label3"
msgid "_File:"
msgstr "Афаил:"
-#: linkeditdialog.ui:128
+#: sfx2/uiconfig/ui/linkeditdialog.ui:133
msgctxt "linkeditdialog|label4"
msgid "_Category:"
msgstr "Акатегориа:"
-#: linkeditdialog.ui:181
+#: sfx2/uiconfig/ui/linkeditdialog.ui:183
msgctxt "linkeditdialog|label1"
msgid "Modify Link"
msgstr "Иҧсахтәуп азхьарҧш"
-#: loadtemplatedialog.ui:9
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:20
msgctxt "loadtemplatedialog|LoadTemplateDialog"
msgid "New"
msgstr "Иаҧҵатәуп"
-#: loadtemplatedialog.ui:70
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:35
msgctxt "loadtemplatedialog|fromfile"
msgid "From File..."
msgstr "Афаил аҟынтәи..."
-#: loadtemplatedialog.ui:128
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:164
msgctxt "loadtemplatedialog|label1"
msgid "Categories"
msgstr "Акатегориақәа"
-#: loadtemplatedialog.ui:172
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:231
msgctxt "loadtemplatedialog|label2"
msgid "Templates"
msgstr "Ашаблонқәа"
-#: loadtemplatedialog.ui:195
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:252
msgctxt "loadtemplatedialog|text"
msgid "Te_xt"
msgstr "Атеқст"
-#: loadtemplatedialog.ui:212
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:267
#, fuzzy
msgctxt "loadtemplatedialog|frame"
msgid "_Frame"
msgstr "Афреим"
-#: loadtemplatedialog.ui:229
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:282
msgctxt "loadtemplatedialog|pages"
msgid "_Pages"
msgstr "Адаҟьақәа"
-#: loadtemplatedialog.ui:246
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:297
msgctxt "loadtemplatedialog|numbering"
msgid "N_umbering"
msgstr "Аномерркра"
-#: loadtemplatedialog.ui:263
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:312
msgctxt "loadtemplatedialog|overwrite"
msgid "_Overwrite"
msgstr ""
-#: loadtemplatedialog.ui:293
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:339
msgctxt "loadtemplatedialog|alttitle"
msgid "Load Styles"
msgstr "Иҭагалатәуп астильқәа"
-#: loadtemplatedialog.ui:331
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:375
msgctxt "loadtemplatedialog|label3"
msgid "Pre_view"
msgstr "Ахәаҧшра"
-#: managestylepage.ui:38
+#: sfx2/uiconfig/ui/managestylepage.ui:38
msgctxt "managestylepage|nameft"
msgid "_Name:"
msgstr "Ахьӡ:"
-#: managestylepage.ui:52
+#: sfx2/uiconfig/ui/managestylepage.ui:52
msgctxt "managestylepage|nextstyleft"
msgid "Ne_xt style:"
msgstr ""
-#: managestylepage.ui:66
+#: sfx2/uiconfig/ui/managestylepage.ui:66
msgctxt "managestylepage|linkedwithft"
msgid "Inherit from:"
msgstr ""
-#: managestylepage.ui:80
+#: sfx2/uiconfig/ui/managestylepage.ui:80
msgctxt "managestylepage|categoryft"
msgid "_Category:"
msgstr "Акатегориа:"
-#: managestylepage.ui:103
+#: sfx2/uiconfig/ui/managestylepage.ui:103
msgctxt "managestylepage|editstyle"
msgid "Edit Style"
msgstr "Иҧсахтәуп астиль"
-#: managestylepage.ui:126
+#: sfx2/uiconfig/ui/managestylepage.ui:126
msgctxt "managestylepage|editlinkstyle"
msgid "Edit Style"
msgstr "Иҧсахтәуп астиль"
-#: managestylepage.ui:188
+#: sfx2/uiconfig/ui/managestylepage.ui:187
msgctxt "managestylepage|autoupdate"
msgid "_AutoUpdate"
msgstr "Авторҿыцра"
-#: managestylepage.ui:212
+#: sfx2/uiconfig/ui/managestylepage.ui:211
msgctxt "managestylepage|label1"
msgid "Style"
msgstr "Астиль"
-#: managestylepage.ui:253
+#: sfx2/uiconfig/ui/managestylepage.ui:252
msgctxt "managestylepage|label2"
msgid "Contains"
msgstr "Апараметрқәа"
-#: newstyle.ui:9
+#: sfx2/uiconfig/ui/newstyle.ui:9
msgctxt "newstyle|CreateStyleDialog"
msgid "Create Style"
msgstr "Иаҧҵатәуп астиль"
-#: newstyle.ui:108
+#: sfx2/uiconfig/ui/newstyle.ui:108
msgctxt "newstyle|stylename-atkobject"
msgid "Style Name"
msgstr ""
-#: newstyle.ui:119
+#: sfx2/uiconfig/ui/newstyle.ui:119
msgctxt "newstyle|label1"
msgid "Style Name"
msgstr ""
-#: notebookbar.ui:73
+#: sfx2/uiconfig/ui/notebookbar.ui:73
msgctxt "notebookbar|label9"
msgid "File"
msgstr "Афаил"
-#: optprintpage.ui:43
+#: sfx2/uiconfig/ui/optprintpage.ui:43
msgctxt "optprintpage|printer"
msgid "_Printer"
msgstr "Апринтерқәа"
-#: optprintpage.ui:60
+#: sfx2/uiconfig/ui/optprintpage.ui:60
msgctxt "optprintpage|file"
msgid "Print to _file"
msgstr "Афаил ахь акьыҧхьра"
-#: optprintpage.ui:79
+#: sfx2/uiconfig/ui/optprintpage.ui:79
msgctxt "optprintpage|label4"
msgid "Settings for:"
msgstr ""
-#: optprintpage.ui:107
+#: sfx2/uiconfig/ui/optprintpage.ui:107
msgctxt "optprintpage|reducetrans"
msgid "_Reduce transparency"
msgstr ""
-#: optprintpage.ui:122
+#: sfx2/uiconfig/ui/optprintpage.ui:122
msgctxt "optprintpage|reducegrad"
msgid "Reduce _gradient"
msgstr ""
-#: optprintpage.ui:137
+#: sfx2/uiconfig/ui/optprintpage.ui:137
msgctxt "optprintpage|converttogray"
msgid "Con_vert colors to grayscale"
msgstr ""
-#: optprintpage.ui:162
+#: sfx2/uiconfig/ui/optprintpage.ui:162
msgctxt "optprintpage|reducetransauto"
msgid "Auto_matically"
msgstr ""
-#: optprintpage.ui:179
+#: sfx2/uiconfig/ui/optprintpage.ui:179
msgctxt "optprintpage|reducetransnone"
msgid "_No transparency"
msgstr ""
-#: optprintpage.ui:218
+#: sfx2/uiconfig/ui/optprintpage.ui:218
msgctxt "optprintpage|reducegradstripes"
msgid "Gradient _stripes:"
msgstr ""
-#: optprintpage.ui:253
+#: sfx2/uiconfig/ui/optprintpage.ui:252
msgctxt "optprintpage|reducegradcolor"
msgid "Intermediate _color"
msgstr ""
-#: optprintpage.ui:287
+#: sfx2/uiconfig/ui/optprintpage.ui:286
msgctxt "optprintpage|reducebitmapoptimal"
msgid "_High print quality"
msgstr ""
-#: optprintpage.ui:304
+#: sfx2/uiconfig/ui/optprintpage.ui:303
msgctxt "optprintpage|reducebitmapnormal"
msgid "N_ormal print quality"
msgstr ""
-#: optprintpage.ui:325
+#: sfx2/uiconfig/ui/optprintpage.ui:324
msgctxt "optprintpage|reducebitmapresol"
msgid "Reso_lution:"
msgstr ""
-#: optprintpage.ui:344
+#: sfx2/uiconfig/ui/optprintpage.ui:343
msgctxt "optprintpage|reducebitmapdpi"
msgid "72 DPI"
msgstr ""
-#: optprintpage.ui:345
+#: sfx2/uiconfig/ui/optprintpage.ui:344
msgctxt "optprintpage|reducebitmapdpi"
msgid "96 DPI"
msgstr ""
-#: optprintpage.ui:346
+#: sfx2/uiconfig/ui/optprintpage.ui:345
msgctxt "optprintpage|reducebitmapdpi"
msgid "150 DPI (Fax)"
msgstr ""
-#: optprintpage.ui:347
+#: sfx2/uiconfig/ui/optprintpage.ui:346
msgctxt "optprintpage|reducebitmapdpi"
msgid "200 DPI (default)"
msgstr ""
-#: optprintpage.ui:348
+#: sfx2/uiconfig/ui/optprintpage.ui:347
msgctxt "optprintpage|reducebitmapdpi"
msgid "300 DPI"
msgstr ""
-#: optprintpage.ui:349
+#: sfx2/uiconfig/ui/optprintpage.ui:348
msgctxt "optprintpage|reducebitmapdpi"
msgid "600 DPI"
msgstr ""
-#: optprintpage.ui:365
+#: sfx2/uiconfig/ui/optprintpage.ui:364
msgctxt "optprintpage|reducebitmaptrans"
msgid "Include transparent objects"
msgstr ""
-#: optprintpage.ui:388
+#: sfx2/uiconfig/ui/optprintpage.ui:388
msgctxt "optprintpage|reducebitmap"
msgid "Reduce _bitmaps"
msgstr ""
-#: optprintpage.ui:403
+#: sfx2/uiconfig/ui/optprintpage.ui:403
msgctxt "optprintpage|pdf"
msgid "_PDF as standard print job format"
msgstr ""
-#: optprintpage.ui:433
+#: sfx2/uiconfig/ui/optprintpage.ui:433
msgctxt "optprintpage|label1"
msgid "Reduce Print Data"
msgstr ""
-#: optprintpage.ui:466
+#: sfx2/uiconfig/ui/optprintpage.ui:466
msgctxt "optprintpage|papersize"
msgid "P_aper size"
msgstr "Ақьаад ашәагаа"
-#: optprintpage.ui:481
+#: sfx2/uiconfig/ui/optprintpage.ui:481
msgctxt "optprintpage|paperorient"
msgid "Pap_er orientation"
msgstr ""
-#: optprintpage.ui:497
+#: sfx2/uiconfig/ui/optprintpage.ui:497
msgctxt "optprintpage|trans"
msgid "_Transparency"
msgstr ""
-#: optprintpage.ui:518
+#: sfx2/uiconfig/ui/optprintpage.ui:518
msgctxt "optprintpage|label2"
msgid "Printer Warnings"
msgstr "Апринтер агәаҽанҵарақәа"
-#: password.ui:8
+#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Enter Password"
msgstr "Иҭажәгал ажәамаӡа"
-#: password.ui:100
+#: sfx2/uiconfig/ui/password.ui:104
msgctxt "password|userft"
msgid "User:"
msgstr ""
-#: password.ui:114
+#: sfx2/uiconfig/ui/password.ui:118
msgctxt "password|pass1ft"
msgid "Password:"
msgstr "Ажәамаӡа:"
-#: password.ui:128
+#: sfx2/uiconfig/ui/password.ui:132
msgctxt "password|confirm1ft"
msgid "Confirm:"
msgstr ""
-#: password.ui:158
+#: sfx2/uiconfig/ui/password.ui:164
msgctxt "password|pass1ed-atkobject"
msgid "Password"
msgstr "Ажәамаӡа"
-#: password.ui:188
+#: sfx2/uiconfig/ui/password.ui:195
msgctxt "password|label1"
msgid "Password"
msgstr "Ажәамаӡа"
-#: password.ui:223
+#: sfx2/uiconfig/ui/password.ui:230
msgctxt "password|pass2ft"
msgid "Password:"
msgstr "Ажәамаӡа:"
-#: password.ui:237
+#: sfx2/uiconfig/ui/password.ui:244
msgctxt "password|confirm2ft"
msgid "Confirm:"
msgstr ""
-#: password.ui:281
+#: sfx2/uiconfig/ui/password.ui:290
msgctxt "password|label2"
msgid "Second Password"
msgstr ""
-#: printeroptionsdialog.ui:8
+#: sfx2/uiconfig/ui/printeroptionsdialog.ui:8
msgctxt "printeroptionsdialog|PrinterOptionsDialog"
msgid "Printer Options"
msgstr "Акьыҧхьра апараметрқәа"
-#: querysavedialog.ui:8
+#: sfx2/uiconfig/ui/querysavedialog.ui:7
msgctxt "querysavedialog|QuerySaveDialog"
msgid "Save Document?"
msgstr "Еиқәырхатәума адокумент?"
-#: querysavedialog.ui:13
+#: sfx2/uiconfig/ui/querysavedialog.ui:13
msgctxt "querysavedialog|QuerySaveDialog"
msgid "Save changes to document “$(DOC)” before closing?"
msgstr ""
-#: querysavedialog.ui:14
+#: sfx2/uiconfig/ui/querysavedialog.ui:14
msgctxt "querysavedialog|QuerySaveDialog"
msgid "Your changes will be lost if you don’t save them."
msgstr "Аҧсахрақәа ыӡуеит еиқәырхамзар."
-#: querysavedialog.ui:26
+#: sfx2/uiconfig/ui/querysavedialog.ui:25
msgctxt "querysavedialog|discard"
msgid "_Don’t Save"
msgstr "_Еиқәырхатәӡам"
-#: safemodequerydialog.ui:8
+#: sfx2/uiconfig/ui/safemodequerydialog.ui:7
msgctxt "safemodequerydialog|SafeModeQueryDialog"
msgid "Enter Safe Mode"
msgstr ""
-#: safemodequerydialog.ui:39
-msgctxt "safemodequerydialog|restart"
-msgid "_Restart"
-msgstr ""
-
-#: safemodequerydialog.ui:63
+#: sfx2/uiconfig/ui/safemodequerydialog.ui:12
msgctxt "safemodequerydialog|label"
msgid "Are you sure you want to restart %PRODUCTNAME and enter safe mode?"
msgstr ""
-#: saveastemplatedlg.ui:13
+#: sfx2/uiconfig/ui/safemodequerydialog.ui:41
+msgctxt "safemodequerydialog|restart"
+msgid "_Restart"
+msgstr ""
+
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:12
msgctxt "saveastemplatedlg|categorylist"
msgid "None"
msgstr "Мап"
-#: saveastemplatedlg.ui:20
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:19
msgctxt "saveastemplatedlg|SaveAsTemplateDialog"
msgid "Save As Template"
msgstr "Еиқәырхатәуп шаблон ҳасабла"
-#: saveastemplatedlg.ui:103
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:106
msgctxt "saveastemplatedlg|create_label"
msgid "Template _Name"
msgstr "Ашаблон ахьӡ"
-#: saveastemplatedlg.ui:145
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:151
msgctxt "saveastemplatedlg|select_label"
msgid "Template _Category"
msgstr ""
-#: saveastemplatedlg.ui:184
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:213
msgctxt "saveastemplatedlg|defaultcb"
msgid "_Set as default template"
msgstr ""
-#: searchdialog.ui:8
+#: sfx2/uiconfig/ui/searchdialog.ui:8
msgctxt "searchdialog|SearchDialog"
msgid "Find on this Page"
msgstr "Иҧшаатәуп абри адаҟьаҟны"
-#: searchdialog.ui:21
+#: sfx2/uiconfig/ui/searchdialog.ui:21
msgctxt "searchdialog|search"
msgid "_Find"
msgstr "_Аҧшаара"
-#: searchdialog.ui:93
+#: sfx2/uiconfig/ui/searchdialog.ui:93
msgctxt "searchdialog|label1"
msgid "_Search for:"
msgstr ""
-#: searchdialog.ui:117
+#: sfx2/uiconfig/ui/searchdialog.ui:117
msgctxt "searchdialog|matchcase"
msgid "Ma_tch case"
msgstr ""
-#: searchdialog.ui:132
+#: sfx2/uiconfig/ui/searchdialog.ui:132
msgctxt "searchdialog|wholewords"
msgid "Whole wor_ds only"
msgstr ""
-#: searchdialog.ui:147
+#: sfx2/uiconfig/ui/searchdialog.ui:147
msgctxt "searchdialog|backwards"
msgid "Bac_kwards"
msgstr ""
-#: searchdialog.ui:162
+#: sfx2/uiconfig/ui/searchdialog.ui:162
msgctxt "searchdialog|wrap"
msgid "Wrap _around"
msgstr ""
-#: securityinfopage.ui:31
+#: sfx2/uiconfig/ui/securityinfopage.ui:31
msgctxt "securityinfopage|readonly"
msgid "_Open file read-only"
msgstr "Иаартлатәуп аҧхьара мацараз"
-#: securityinfopage.ui:50
+#: sfx2/uiconfig/ui/securityinfopage.ui:50
msgctxt "securityinfopage|recordchanges"
msgid "Record _changes"
msgstr ""
-#: securityinfopage.ui:73
+#: sfx2/uiconfig/ui/securityinfopage.ui:73
msgctxt "securityinfopage|protect"
msgid "Protect..."
msgstr ""
-#: securityinfopage.ui:87
+#: sfx2/uiconfig/ui/securityinfopage.ui:87
msgctxt "securityinfopage|unprotect"
msgid "_Unprotect..."
msgstr ""
-#: securityinfopage.ui:119
+#: sfx2/uiconfig/ui/securityinfopage.ui:119
msgctxt "securityinfopage|label47"
msgid "File Sharing Options"
msgstr ""
-#: startcenter.ui:18
+#: sfx2/uiconfig/ui/startcenter.ui:18
msgctxt "startcenter|clear_all"
msgid "Clear Recent Documents"
msgstr "Ирыцқьатәуп ааигәатәи адокументқәа"
-#: startcenter.ui:39
+#: sfx2/uiconfig/ui/startcenter.ui:39
msgctxt "startcenter|filter_writer"
msgid "Writer Templates"
msgstr "Writer ашаблонқәа"
-#: startcenter.ui:46
+#: sfx2/uiconfig/ui/startcenter.ui:46
msgctxt "startcenter|filter_calc"
msgid "Calc Templates"
msgstr "Calc ашаблонқәа"
-#: startcenter.ui:53
+#: sfx2/uiconfig/ui/startcenter.ui:53
msgctxt "startcenter|filter_impress"
msgid "Impress Templates"
msgstr "Impress ашаблонқәа"
-#: startcenter.ui:60
+#: sfx2/uiconfig/ui/startcenter.ui:60
msgctxt "startcenter|filter_draw"
msgid "Draw Templates"
msgstr "Draw ашаблонқәа"
-#: startcenter.ui:73
+#: sfx2/uiconfig/ui/startcenter.ui:73
msgctxt "startcenter|manage"
msgid "Manage Templates"
msgstr ""
-#: startcenter.ui:146
+#: sfx2/uiconfig/ui/startcenter.ui:146
msgctxt "startcenter|open_all"
msgid "_Open File"
msgstr "_Иаарттәуп афаил"
-#: startcenter.ui:166
+#: sfx2/uiconfig/ui/startcenter.ui:166
msgctxt "startcenter|open_remote"
msgid "Remote File_s"
msgstr "Афаилқәа асервер аҟны"
-#: startcenter.ui:198
+#: sfx2/uiconfig/ui/startcenter.ui:198
msgctxt "startcenter|open_recent"
msgid "_Recent Files"
msgstr "Ааигәатәи афаилқәа"
-#: startcenter.ui:217
+#: sfx2/uiconfig/ui/startcenter.ui:217
msgctxt "startcenter|templates_all"
msgid "T_emplates"
msgstr "_Ашаблонқәа"
-#: startcenter.ui:253
+#: sfx2/uiconfig/ui/startcenter.ui:253
msgctxt "startcenter|create_label"
msgid "Create:"
msgstr ""
-#: startcenter.ui:264
+#: sfx2/uiconfig/ui/startcenter.ui:264
msgctxt "startcenter|writer_all"
msgid "_Writer Document"
msgstr "_Writer адокумент"
-#: startcenter.ui:284
+#: sfx2/uiconfig/ui/startcenter.ui:284
msgctxt "startcenter|calc_all"
msgid "_Calc Spreadsheet"
msgstr ""
-#: startcenter.ui:304
+#: sfx2/uiconfig/ui/startcenter.ui:304
msgctxt "startcenter|impress_all"
msgid "_Impress Presentation"
msgstr ""
-#: startcenter.ui:324
+#: sfx2/uiconfig/ui/startcenter.ui:324
msgctxt "startcenter|draw_all"
msgid "_Draw Drawing"
msgstr ""
-#: startcenter.ui:344
+#: sfx2/uiconfig/ui/startcenter.ui:344
msgctxt "startcenter|math_all"
msgid "_Math Formula"
msgstr "_Math аформула"
-#: startcenter.ui:364
+#: sfx2/uiconfig/ui/startcenter.ui:364
msgctxt "startcenter|database_all"
msgid "_Base Database"
msgstr ""
-#: startcenter.ui:397
+#: sfx2/uiconfig/ui/startcenter.ui:397
msgctxt "startcenter|althelplabel"
msgid "He_lp"
msgstr "Аилыркаага"
-#: startcenter.ui:454
+#: sfx2/uiconfig/ui/startcenter.ui:454
#, fuzzy
msgctxt "startcenter|extensions"
msgid "E_xtensions"
msgstr "Арҭбаара"
-#: startcenter.ui:482
+#: sfx2/uiconfig/ui/startcenter.ui:482
msgctxt "startcenter|label1"
msgid "Application"
msgstr ""
-#: startcenter.ui:500
+#: sfx2/uiconfig/ui/startcenter.ui:500
msgctxt "startcenter|all_recent_label"
msgid "Recent Files List"
msgstr "Ааигәатәи афаилқәа"
-#: startcenter.ui:513
+#: sfx2/uiconfig/ui/startcenter.ui:513
msgctxt "startcenter|local_view_label"
msgid "Templates List"
msgstr "Ашаблонқәа рыхьӡынҵа"
-#: stylecontextmenu.ui:12
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:12
msgctxt "stylecontextmenu|new"
msgid "New..."
msgstr "Иаҧҵатәуп..."
-#: stylecontextmenu.ui:20
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:20
msgctxt "stylecontextmenu|edit"
msgid "Modify..."
msgstr ""
-#: stylecontextmenu.ui:28
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:28
msgctxt "stylecontextmenu|hide"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: stylecontextmenu.ui:36
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:36
msgctxt "stylecontextmenu|show"
msgid "Show"
msgstr "Иаарҧштәуп"
-#: stylecontextmenu.ui:44
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:44
msgctxt "stylecontextmenu|delete"
msgid "Delete..."
msgstr "Ианыхтәуп..."
-#: templatecategorydlg.ui:13
+#: sfx2/uiconfig/ui/templatecategorydlg.ui:14
msgctxt "templatecategorydlg|categorylist"
msgid "None"
msgstr "Мап"
-#: templatecategorydlg.ui:20
+#: sfx2/uiconfig/ui/templatecategorydlg.ui:21
msgctxt "templatecategorydlg|TemplatesCategoryDialog"
msgid "Select Category"
msgstr "Акатегориа алхра"
-#: templatecategorydlg.ui:103
+#: sfx2/uiconfig/ui/templatecategorydlg.ui:109
msgctxt "templatecategorydlg|select_label"
msgid "Select from Existing Category"
msgstr "Иалхтәуп иҟоу акатегориа"
-#: templatecategorydlg.ui:149
+#: sfx2/uiconfig/ui/templatecategorydlg.ui:177
msgctxt "templatecategorydlg|create_label"
msgid "or Create a New Category"
msgstr "ма иаҧҵатәуп иҿыцу"
-#: templatedlg.ui:13
+#: sfx2/uiconfig/ui/templatedlg.ui:13
msgctxt "templatedlg|applist"
msgid "All Applications"
msgstr ""
-#: templatedlg.ui:16
+#: sfx2/uiconfig/ui/templatedlg.ui:16
msgctxt "templatedlg|applist"
msgid "Documents"
msgstr "Адокументқәа"
-#: templatedlg.ui:19
+#: sfx2/uiconfig/ui/templatedlg.ui:19
msgctxt "templatedlg|applist"
msgid "Spreadsheets"
msgstr "Аел. таблицақәа"
-#: templatedlg.ui:22
+#: sfx2/uiconfig/ui/templatedlg.ui:22
msgctxt "templatedlg|applist"
msgid "Presentations"
msgstr "Апрезентациақәа"
-#: templatedlg.ui:25
+#: sfx2/uiconfig/ui/templatedlg.ui:25
msgctxt "templatedlg|applist"
msgid "Drawings"
msgstr ""
-#: templatedlg.ui:36
+#: sfx2/uiconfig/ui/templatedlg.ui:36
msgctxt "templatedlg|folderlist"
msgid "All Categories"
msgstr "Акатегориақәа зегьы"
-#: templatedlg.ui:65
+#: sfx2/uiconfig/ui/templatedlg.ui:65
msgctxt "templatedlg|TemplateDialog"
msgid "Templates"
msgstr "Ашаблонқәа"
-#: templatedlg.ui:146
+#: sfx2/uiconfig/ui/templatedlg.ui:146
msgctxt "templatedlg|search_filter|tooltip_text"
msgid "Search"
msgstr "Аҧшаара"
-#: templatedlg.ui:147
+#: sfx2/uiconfig/ui/templatedlg.ui:147
msgctxt "templatedlg|search_filter"
msgid "Search..."
msgstr ""
-#: templatedlg.ui:169
+#: sfx2/uiconfig/ui/templatedlg.ui:169
msgctxt "templatedlg|filter_application|tooltip_text"
msgid "Filter by Application"
msgstr ""
-#: templatedlg.ui:184
+#: sfx2/uiconfig/ui/templatedlg.ui:184
msgctxt "templatedlg|filter_folder|tooltip_text"
msgid "Filter by Category"
msgstr ""
-#: templatedlg.ui:205
+#: sfx2/uiconfig/ui/templatedlg.ui:205
msgctxt "templatedlg|label1"
msgid "Filter"
msgstr "Афильтр"
-#: templatedlg.ui:282
+#: sfx2/uiconfig/ui/templatedlg.ui:282
msgctxt "templatedlg|thumbnailviewlabel"
msgid "Template List"
msgstr "Ашаблонқәа рыхьӡынҵа"
-#: templatedlg.ui:312
+#: sfx2/uiconfig/ui/templatedlg.ui:312
msgctxt "templatedlg|action_menu|tooltip_text"
msgid "Settings"
msgstr "Архиарақәа"
-#: templatedlg.ui:333
+#: sfx2/uiconfig/ui/templatedlg.ui:333
msgctxt "templatedlg|online_link|tooltip_text"
msgid "Browse online templates"
msgstr "Онлаин ашаблонқәа рҭыҧхәаҧшра"
-#: templatedlg.ui:347
+#: sfx2/uiconfig/ui/templatedlg.ui:347
msgctxt "templatedlg|hidedialogcb"
msgid "Show this dialog at startup"
msgstr ""
-#: templatedlg.ui:373
+#: sfx2/uiconfig/ui/templatedlg.ui:374
msgctxt "templatedlg|move_btn"
msgid "Move"
msgstr "Ииагатәуп"
-#: templatedlg.ui:377
+#: sfx2/uiconfig/ui/templatedlg.ui:378
#, fuzzy
msgctxt "templatedlg|move_btn|tooltip_text"
msgid "Move Templates"
msgstr "Сара сшаблонқәа"
-#: templatedlg.ui:391
+#: sfx2/uiconfig/ui/templatedlg.ui:392
msgctxt "templatedlg|export_btn"
msgid "Export"
msgstr "Аекспорт"
-#: templatedlg.ui:395
+#: sfx2/uiconfig/ui/templatedlg.ui:396
msgctxt "templatedlg|export_btn|tooltip_text"
msgid "Export Templates"
msgstr "Ашаблонқәа рекспорт"
-#: templatedlg.ui:408
+#: sfx2/uiconfig/ui/templatedlg.ui:409
msgctxt "templatedlg|import_btn"
msgid "Import"
msgstr "Аимпорт"
-#: templatedlg.ui:412
+#: sfx2/uiconfig/ui/templatedlg.ui:413
msgctxt "templatedlg|import_btn|tooltip_text"
msgid "Import Templates"
msgstr "Ашаблонқәа римпорт"
-#: versioncommentdialog.ui:8
+#: sfx2/uiconfig/ui/versioncommentdialog.ui:8
msgctxt "versioncommentdialog|VersionCommentDialog"
msgid "Insert Version Comment"
msgstr ""
-#: versioncommentdialog.ui:101
+#: sfx2/uiconfig/ui/versioncommentdialog.ui:103
msgctxt "versioncommentdialog|timestamp"
msgid "Date and time: "
msgstr "Арыцхәи аамҭеи: "
-#: versioncommentdialog.ui:113
+#: sfx2/uiconfig/ui/versioncommentdialog.ui:115
msgctxt "versioncommentdialog|author"
msgid "Saved by: "
msgstr "Еиқәырхоуп: "
-#: versionscmis.ui:52
+#: sfx2/uiconfig/ui/versionscmis.ui:52
msgctxt "versionscmis|show"
msgid "_Show..."
msgstr ""
-#: versionscmis.ui:83
+#: sfx2/uiconfig/ui/versionscmis.ui:83
msgctxt "versionscmis|compare"
msgid "_Compare"
msgstr ""
-#: versionscmis.ui:160
+#: sfx2/uiconfig/ui/versionscmis.ui:160
msgctxt "versionscmis|datetime"
msgid "Date and time"
msgstr "Арыцхәи аамҭеи"
-#: versionscmis.ui:172
+#: sfx2/uiconfig/ui/versionscmis.ui:172
msgctxt "versionscmis|savedby"
msgid "Saved by"
msgstr "Еиқәырхоуп"
-#: versionscmis.ui:184
+#: sfx2/uiconfig/ui/versionscmis.ui:184
msgctxt "versionscmis|comments"
msgid "Comments"
msgstr "Акомментариқәа"
-#: versionscmis.ui:221
+#: sfx2/uiconfig/ui/versionscmis.ui:221
msgctxt "versionscmis|label2"
msgid "Existing Versions"
msgstr "Иҟоу аверсиақәа"
-#: versionsofdialog.ui:51
+#: sfx2/uiconfig/ui/versionsofdialog.ui:51
msgctxt "versionsofdialog|show"
msgid "_Show..."
msgstr ""
-#: versionsofdialog.ui:80
+#: sfx2/uiconfig/ui/versionsofdialog.ui:80
msgctxt "versionsofdialog|compare"
msgid "_Compare"
msgstr ""
-#: versionsofdialog.ui:94
+#: sfx2/uiconfig/ui/versionsofdialog.ui:94
msgctxt "versionsofdialog|cmis"
msgid "CMIS"
msgstr ""
-#: versionsofdialog.ui:155
+#: sfx2/uiconfig/ui/versionsofdialog.ui:155
msgctxt "versionsofdialog|save"
msgid "Save _New Version"
msgstr "Еиқәырхатәуп иҿыцу аверсиа"
-#: versionsofdialog.ui:168
+#: sfx2/uiconfig/ui/versionsofdialog.ui:168
msgctxt "versionsofdialog|always"
msgid "_Always save a new version on closing"
msgstr ""
-#: versionsofdialog.ui:189
+#: sfx2/uiconfig/ui/versionsofdialog.ui:189
msgctxt "versionsofdialog|label1"
msgid "New Versions"
msgstr "Аверсиа ҿыцқәа"
-#: versionsofdialog.ui:234
+#: sfx2/uiconfig/ui/versionsofdialog.ui:234
msgctxt "versionsofdialog|datetime"
msgid "Date and time"
msgstr "Арыцхәи аамҭеи"
-#: versionsofdialog.ui:246
+#: sfx2/uiconfig/ui/versionsofdialog.ui:246
msgctxt "versionsofdialog|savedby"
msgid "Saved by"
msgstr "Еиқәырхоуп"
-#: versionsofdialog.ui:258
+#: sfx2/uiconfig/ui/versionsofdialog.ui:258
msgctxt "versionsofdialog|comments"
msgid "Comments"
msgstr "Акомментариқәа"
-#: versionsofdialog.ui:295
+#: sfx2/uiconfig/ui/versionsofdialog.ui:295
msgctxt "versionsofdialog|label2"
msgid "Existing Versions"
msgstr "Иҟоу аверсиақәа"
diff --git a/source/ab/starmath/messages.po b/source/ab/starmath/messages.po
index a5314fd360c..7a168f0929f 100644
--- a/source/ab/starmath/messages.po
+++ b/source/ab/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
"PO-Revision-Date: 2017-12-31 19:33+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,2568 +12,2568 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514748821.000000\n"
-#: smmod.hrc:16
+#: starmath/inc/smmod.hrc:16
#, fuzzy
msgctxt "RID_UI_SYMBOLSET_NAMES"
msgid "Greek"
msgstr "Аиаҵәа"
-#: smmod.hrc:17
+#: starmath/inc/smmod.hrc:17
msgctxt "RID_UI_SYMBOLSET_NAMES"
msgid "Special"
msgstr "Испециалу"
-#: smmod.hrc:22
+#: starmath/inc/smmod.hrc:22
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "alpha"
msgstr "alpha"
-#: smmod.hrc:23
+#: starmath/inc/smmod.hrc:23
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "ALPHA"
msgstr "ALPHA"
-#: smmod.hrc:24
+#: starmath/inc/smmod.hrc:24
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "beta"
msgstr "beta"
-#: smmod.hrc:25
+#: starmath/inc/smmod.hrc:25
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "BETA"
msgstr "BETA"
-#: smmod.hrc:26
+#: starmath/inc/smmod.hrc:26
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "gamma"
msgstr "gamma"
-#: smmod.hrc:27
+#: starmath/inc/smmod.hrc:27
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "GAMMA"
msgstr "GAMMA"
-#: smmod.hrc:28
+#: starmath/inc/smmod.hrc:28
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "delta"
msgstr "delta"
-#: smmod.hrc:29
+#: starmath/inc/smmod.hrc:29
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "DELTA"
msgstr "DELTA"
-#: smmod.hrc:30
+#: starmath/inc/smmod.hrc:30
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "epsilon"
msgstr "epsilon"
-#: smmod.hrc:31
+#: starmath/inc/smmod.hrc:31
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "EPSILON"
msgstr "EPSILON"
-#: smmod.hrc:32
+#: starmath/inc/smmod.hrc:32
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "zeta"
msgstr "zeta"
-#: smmod.hrc:33
+#: starmath/inc/smmod.hrc:33
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "ZETA"
msgstr "ZETA"
-#: smmod.hrc:34
+#: starmath/inc/smmod.hrc:34
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "eta"
msgstr "eta"
-#: smmod.hrc:35
+#: starmath/inc/smmod.hrc:35
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "ETA"
msgstr "ETA"
-#: smmod.hrc:36
+#: starmath/inc/smmod.hrc:36
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "theta"
msgstr "theta"
-#: smmod.hrc:37
+#: starmath/inc/smmod.hrc:37
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "THETA"
msgstr "THETA"
-#: smmod.hrc:38
+#: starmath/inc/smmod.hrc:38
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "iota"
msgstr "iota"
-#: smmod.hrc:39
+#: starmath/inc/smmod.hrc:39
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "IOTA"
msgstr "IOTA"
-#: smmod.hrc:40
+#: starmath/inc/smmod.hrc:40
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "kappa"
msgstr "kappa"
-#: smmod.hrc:41
+#: starmath/inc/smmod.hrc:41
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "KAPPA"
msgstr "KAPPA"
-#: smmod.hrc:42
+#: starmath/inc/smmod.hrc:42
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "lambda"
msgstr "lambda"
-#: smmod.hrc:43
+#: starmath/inc/smmod.hrc:43
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "LAMBDA"
msgstr "LAMBDA"
-#: smmod.hrc:44
+#: starmath/inc/smmod.hrc:44
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "mu"
msgstr "mu"
-#: smmod.hrc:45
+#: starmath/inc/smmod.hrc:45
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "MU"
msgstr "MU"
-#: smmod.hrc:46
+#: starmath/inc/smmod.hrc:46
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "nu"
msgstr "nu"
-#: smmod.hrc:47
+#: starmath/inc/smmod.hrc:47
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "NU"
msgstr "NU"
-#: smmod.hrc:48
+#: starmath/inc/smmod.hrc:48
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "xi"
msgstr "xi"
-#: smmod.hrc:49
+#: starmath/inc/smmod.hrc:49
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "XI"
msgstr "XI"
-#: smmod.hrc:50
+#: starmath/inc/smmod.hrc:50
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "omicron"
msgstr "omicron"
-#: smmod.hrc:51
+#: starmath/inc/smmod.hrc:51
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "OMICRON"
msgstr "OMICRON"
-#: smmod.hrc:52
+#: starmath/inc/smmod.hrc:52
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "pi"
msgstr "pi"
-#: smmod.hrc:53
+#: starmath/inc/smmod.hrc:53
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "PI"
msgstr "PI"
-#: smmod.hrc:54
+#: starmath/inc/smmod.hrc:54
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "rho"
msgstr "rho"
-#: smmod.hrc:55
+#: starmath/inc/smmod.hrc:55
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "RHO"
msgstr "RHO"
-#: smmod.hrc:56
+#: starmath/inc/smmod.hrc:56
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "sigma"
msgstr "sigma"
-#: smmod.hrc:57
+#: starmath/inc/smmod.hrc:57
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "SIGMA"
msgstr "SIGMA"
-#: smmod.hrc:58
+#: starmath/inc/smmod.hrc:58
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "tau"
msgstr "tau"
-#: smmod.hrc:59
+#: starmath/inc/smmod.hrc:59
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "TAU"
msgstr "TAU"
-#: smmod.hrc:60
+#: starmath/inc/smmod.hrc:60
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "upsilon"
msgstr "upsilon"
-#: smmod.hrc:61
+#: starmath/inc/smmod.hrc:61
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "UPSILON"
msgstr "UPSILON"
-#: smmod.hrc:62
+#: starmath/inc/smmod.hrc:62
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "phi"
msgstr "phi"
-#: smmod.hrc:63
+#: starmath/inc/smmod.hrc:63
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "PHI"
msgstr "PHI"
-#: smmod.hrc:64
+#: starmath/inc/smmod.hrc:64
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "chi"
msgstr "chi"
-#: smmod.hrc:65
+#: starmath/inc/smmod.hrc:65
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "CHI"
msgstr "CHI"
-#: smmod.hrc:66
+#: starmath/inc/smmod.hrc:66
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "psi"
msgstr "psi"
-#: smmod.hrc:67
+#: starmath/inc/smmod.hrc:67
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "PSI"
msgstr "PSI"
-#: smmod.hrc:68
+#: starmath/inc/smmod.hrc:68
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "omega"
msgstr "omega"
-#: smmod.hrc:69
+#: starmath/inc/smmod.hrc:69
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "OMEGA"
msgstr "OMEGA"
-#: smmod.hrc:70
+#: starmath/inc/smmod.hrc:70
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varepsilon"
msgstr "varepsilon"
-#: smmod.hrc:71
+#: starmath/inc/smmod.hrc:71
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "vartheta"
msgstr ""
-#: smmod.hrc:72
+#: starmath/inc/smmod.hrc:72
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varpi"
msgstr ""
-#: smmod.hrc:73
+#: starmath/inc/smmod.hrc:73
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varrho"
msgstr ""
-#: smmod.hrc:74
+#: starmath/inc/smmod.hrc:74
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varsigma"
msgstr ""
-#: smmod.hrc:75
+#: starmath/inc/smmod.hrc:75
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varphi"
msgstr ""
-#: smmod.hrc:76
+#: starmath/inc/smmod.hrc:76
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "element"
msgstr "element"
-#: smmod.hrc:77
+#: starmath/inc/smmod.hrc:77
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "noelement"
msgstr ""
-#: smmod.hrc:78
+#: starmath/inc/smmod.hrc:78
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "strictlylessthan"
msgstr ""
-#: smmod.hrc:79
+#: starmath/inc/smmod.hrc:79
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "strictlygreaterthan"
msgstr ""
-#: smmod.hrc:80
+#: starmath/inc/smmod.hrc:80
#, fuzzy
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "notequal"
msgstr "иаҟараӡам"
-#: smmod.hrc:81
+#: starmath/inc/smmod.hrc:81
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "identical"
msgstr ""
-#: smmod.hrc:82
+#: starmath/inc/smmod.hrc:82
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "tendto"
msgstr ""
-#: smmod.hrc:83
+#: starmath/inc/smmod.hrc:83
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "infinite"
msgstr ""
-#: smmod.hrc:84
+#: starmath/inc/smmod.hrc:84
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "angle"
msgstr "акәакь"
-#: smmod.hrc:85
+#: starmath/inc/smmod.hrc:85
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "perthousand"
msgstr ""
-#: smmod.hrc:86
+#: starmath/inc/smmod.hrc:86
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "and"
msgstr "и"
-#: smmod.hrc:87
+#: starmath/inc/smmod.hrc:87
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "or"
msgstr "ма"
-#: strings.hrc:25
+#: starmath/inc/strings.hrc:25
msgctxt "RID_PLUSX_HELP"
msgid "+ Sign"
msgstr "Адырга +"
-#: strings.hrc:26
+#: starmath/inc/strings.hrc:26
msgctxt "RID_MINUSX_HELP"
msgid "- Sign"
msgstr "Адырга -"
-#: strings.hrc:27
+#: starmath/inc/strings.hrc:27
msgctxt "RID_PLUSMINUSX_HELP"
msgid "+- Sign"
msgstr "Адырга +-"
-#: strings.hrc:28
+#: starmath/inc/strings.hrc:28
msgctxt "RID_MINUSPLUSX_HELP"
msgid "-+ Sign"
msgstr "Адырга -+"
-#: strings.hrc:29
+#: starmath/inc/strings.hrc:29
msgctxt "RID_NEGX_HELP"
msgid "Boolean NOT"
msgstr "Алогикатә АКӘӠАМ"
-#: strings.hrc:30
+#: starmath/inc/strings.hrc:30
msgctxt "RID_XPLUSY_HELP"
msgid "Addition +"
msgstr "Аицҵара +"
-#: strings.hrc:31
+#: starmath/inc/strings.hrc:31
msgctxt "RID_XMINUSY_HELP"
msgid "Subtraction -"
msgstr "Аигырхара -"
-#: strings.hrc:32
+#: starmath/inc/strings.hrc:32
msgctxt "RID_XCDOTY_HELP"
msgid "Multiplication (Dot)"
msgstr "Ашьҭыхра (акәаҧ)"
-#: strings.hrc:33
+#: starmath/inc/strings.hrc:33
msgctxt "RID_XTIMESY_HELP"
msgid "Multiplication (x)"
msgstr "Ашьҭыхра (x)"
-#: strings.hrc:34
+#: starmath/inc/strings.hrc:34
msgctxt "RID_XSYMTIMESY_HELP"
msgid "Multiplication (*)"
msgstr "Ашьҭыхра (*)"
-#: strings.hrc:35
+#: starmath/inc/strings.hrc:35
msgctxt "RID_XSYMDIVIDEY_HELP"
msgid "Division (Slash)"
msgstr "Ашара (/)"
-#: strings.hrc:36
+#: starmath/inc/strings.hrc:36
msgctxt "RID_XDIVY_HELP"
msgid "Division (÷)"
msgstr "Ашара (÷)"
-#: strings.hrc:37
+#: starmath/inc/strings.hrc:37
msgctxt "RID_XOVERY_HELP"
msgid "Division (Fraction)"
msgstr ""
-#: strings.hrc:38
+#: starmath/inc/strings.hrc:38
msgctxt "RID_XODIVIDEY_HELP"
msgid "Circled Slash"
msgstr ""
-#: strings.hrc:39
+#: starmath/inc/strings.hrc:39
msgctxt "RID_XODOTY_HELP"
msgid "Circled Dot"
msgstr ""
-#: strings.hrc:40
+#: starmath/inc/strings.hrc:40
msgctxt "RID_XOMINUSY_HELP"
msgid "Circled Minus"
msgstr ""
-#: strings.hrc:41
+#: starmath/inc/strings.hrc:41
msgctxt "RID_XOPLUSY_HELP"
msgid "Circled Plus"
msgstr ""
-#: strings.hrc:42
+#: starmath/inc/strings.hrc:42
msgctxt "RID_XOTIMESY_HELP"
msgid "Tensor Product"
msgstr ""
-#: strings.hrc:43
+#: starmath/inc/strings.hrc:43
msgctxt "RID_XANDY_HELP"
msgid "Boolean AND"
msgstr ""
-#: strings.hrc:44
+#: starmath/inc/strings.hrc:44
msgctxt "RID_XORY_HELP"
msgid "Boolean OR"
msgstr "Алогикатә МА"
-#: strings.hrc:45
+#: starmath/inc/strings.hrc:45
msgctxt "RID_XEQY_HELP"
msgid "Is Equal"
msgstr "Иаҟароуп"
-#: strings.hrc:46
+#: starmath/inc/strings.hrc:46
msgctxt "RID_XNEQY_HELP"
msgid "Is Not Equal"
msgstr "Иаҟараӡам"
-#: strings.hrc:47
+#: starmath/inc/strings.hrc:47
msgctxt "RID_XLTY_HELP"
msgid "Is Less Than"
msgstr "Еиҵоуп аасҭа"
-#: strings.hrc:48
+#: starmath/inc/strings.hrc:48
msgctxt "RID_XGTY_HELP"
msgid "Is Greater Than"
msgstr "Еиҳауп аасҭа"
-#: strings.hrc:49
+#: starmath/inc/strings.hrc:49
msgctxt "RID_XLEY_HELP"
msgid "Is Less Than Or Equal To"
msgstr "Еиҵоуп ма иаҟароуп"
-#: strings.hrc:50
+#: starmath/inc/strings.hrc:50
msgctxt "RID_XGEY_HELP"
msgid "Is Greater Than Or Equal To"
msgstr "Еиҳауп ма иаҟароуп"
-#: strings.hrc:51
+#: starmath/inc/strings.hrc:51
msgctxt "RID_XLESLANTY_HELP"
msgid "Is Less Than Or Equal To"
msgstr "Еиҵоуп ма иаҟароуп"
-#: strings.hrc:52
+#: starmath/inc/strings.hrc:52
msgctxt "RID_XGESLANTY_HELP"
msgid "Is Greater Than Or Equal To"
msgstr "Еиҳауп ма иаҟароуп"
-#: strings.hrc:53
+#: starmath/inc/strings.hrc:53
msgctxt "RID_XLLY_HELP"
msgid "Is Much Less Than"
msgstr ""
-#: strings.hrc:54
+#: starmath/inc/strings.hrc:54
msgctxt "RID_XGGY_HELP"
msgid "Is Much Greater Than"
msgstr "Кыр еиҳауп"
-#: strings.hrc:55
+#: starmath/inc/strings.hrc:55
msgctxt "RID_XDEFY_HELP"
msgid "Is Defined As"
msgstr ""
-#: strings.hrc:56
+#: starmath/inc/strings.hrc:56
msgctxt "RID_XEQUIVY_HELP"
msgid "Is Congruent To"
msgstr ""
-#: strings.hrc:57
+#: starmath/inc/strings.hrc:57
msgctxt "RID_XAPPROXY_HELP"
msgid "Is Approximately Equal"
msgstr ""
-#: strings.hrc:58
+#: starmath/inc/strings.hrc:58
msgctxt "RID_XSIMY_HELP"
msgid "Is Similar To"
msgstr ""
-#: strings.hrc:59
+#: starmath/inc/strings.hrc:59
msgctxt "RID_XSIMEQY_HELP"
msgid "Is Similar Or Equal"
msgstr ""
-#: strings.hrc:60
+#: starmath/inc/strings.hrc:60
msgctxt "RID_XPROPY_HELP"
msgid "Is Proportional To"
msgstr ""
-#: strings.hrc:61
+#: starmath/inc/strings.hrc:61
msgctxt "RID_XORTHOY_HELP"
msgid "Is Orthogonal To"
msgstr ""
-#: strings.hrc:62
+#: starmath/inc/strings.hrc:62
msgctxt "RID_XPARALLELY_HELP"
msgid "Is Parallel To"
msgstr ""
-#: strings.hrc:63
+#: starmath/inc/strings.hrc:63
msgctxt "RID_XTOWARDY_HELP"
msgid "Toward"
msgstr ""
-#: strings.hrc:64
+#: starmath/inc/strings.hrc:64
msgctxt "RID_XTRANSLY_HELP"
msgid "Corresponds To (Left)"
msgstr ""
-#: strings.hrc:65
+#: starmath/inc/strings.hrc:65
msgctxt "RID_XTRANSRY_HELP"
msgid "Corresponds To (Right)"
msgstr ""
-#: strings.hrc:66
+#: starmath/inc/strings.hrc:66
msgctxt "RID_XINY_HELP"
msgid "Is In"
msgstr ""
-#: strings.hrc:67
+#: starmath/inc/strings.hrc:67
msgctxt "RID_XNOTINY_HELP"
msgid "Is Not In"
msgstr ""
-#: strings.hrc:68
+#: starmath/inc/strings.hrc:68
msgctxt "RID_XOWNSY_HELP"
msgid "Owns"
msgstr "Иаҵанакуеит"
-#: strings.hrc:69
+#: starmath/inc/strings.hrc:69
msgctxt "RID_XUNIONY_HELP"
msgid "Union"
msgstr "Аидҵара"
-#: strings.hrc:70
+#: starmath/inc/strings.hrc:70
msgctxt "RID_XINTERSECTIONY_HELP"
msgid "Intersection"
msgstr ""
-#: strings.hrc:71
+#: starmath/inc/strings.hrc:71
msgctxt "RID_XSETMINUSY_HELP"
msgid "Difference"
msgstr "Аигырхалыҵ"
-#: strings.hrc:72
+#: starmath/inc/strings.hrc:72
msgctxt "RID_XSLASHY_HELP"
msgid "Quotient Set"
msgstr "Арацәа-ашалыҵ"
-#: strings.hrc:73
+#: starmath/inc/strings.hrc:73
msgctxt "RID_XSUBSETY_HELP"
msgid "Subset"
msgstr ""
-#: strings.hrc:74
+#: starmath/inc/strings.hrc:74
msgctxt "RID_XSUBSETEQY_HELP"
msgid "Subset Or Equal To"
msgstr ""
-#: strings.hrc:75
+#: starmath/inc/strings.hrc:75
msgctxt "RID_XSUPSETY_HELP"
msgid "Superset"
msgstr ""
-#: strings.hrc:76
+#: starmath/inc/strings.hrc:76
msgctxt "RID_XSUPSETEQY_HELP"
msgid "Superset Or Equal To"
msgstr ""
-#: strings.hrc:77
+#: starmath/inc/strings.hrc:77
msgctxt "RID_XNSUBSETY_HELP"
msgid "Not Subset"
msgstr ""
-#: strings.hrc:78
+#: starmath/inc/strings.hrc:78
msgctxt "RID_XNSUBSETEQY_HELP"
msgid "Not Subset Or Equal"
msgstr ""
-#: strings.hrc:79
+#: starmath/inc/strings.hrc:79
msgctxt "RID_XNSUPSETY_HELP"
msgid "Not Superset"
msgstr ""
-#: strings.hrc:80
+#: starmath/inc/strings.hrc:80
msgctxt "RID_XNSUPSETEQY_HELP"
msgid "Not Superset Or Equal"
msgstr ""
-#: strings.hrc:81
+#: starmath/inc/strings.hrc:81
msgctxt "RID_ABSX_HELP"
msgid "Absolute Value"
msgstr ""
-#: strings.hrc:82
+#: starmath/inc/strings.hrc:82
msgctxt "RID_FACTX_HELP"
msgid "Factorial"
msgstr "Афакториал"
-#: strings.hrc:83
+#: starmath/inc/strings.hrc:83
msgctxt "RID_SQRTX_HELP"
msgid "Square Root"
msgstr ""
-#: strings.hrc:84
+#: starmath/inc/strings.hrc:84
msgctxt "RID_NROOTXY_HELP"
msgid "N-th Root"
msgstr ""
-#: strings.hrc:85
+#: starmath/inc/strings.hrc:85
msgctxt "RID_EX_HELP"
msgid "Exponential Function"
msgstr ""
-#: strings.hrc:86
+#: starmath/inc/strings.hrc:86
msgctxt "RID_EXPX_HELP"
msgid "Exponential Function"
msgstr ""
-#: strings.hrc:87
+#: starmath/inc/strings.hrc:87
msgctxt "RID_LNX_HELP"
msgid "Natural Logarithm"
msgstr ""
-#: strings.hrc:88
+#: starmath/inc/strings.hrc:88
msgctxt "RID_LOGX_HELP"
msgid "Logarithm"
msgstr "Алогарифм"
-#: strings.hrc:89
+#: starmath/inc/strings.hrc:89
msgctxt "RID_SINX_HELP"
msgid "Sine"
msgstr "Асинус"
-#: strings.hrc:90
+#: starmath/inc/strings.hrc:90
msgctxt "RID_COSX_HELP"
msgid "Cosine"
msgstr "Акосинус"
-#: strings.hrc:91
+#: starmath/inc/strings.hrc:91
msgctxt "RID_TANX_HELP"
msgid "Tangent"
msgstr "Атангенс"
-#: strings.hrc:92
+#: starmath/inc/strings.hrc:92
msgctxt "RID_COTX_HELP"
msgid "Cotangent"
msgstr "Акотангенс"
-#: strings.hrc:93
+#: starmath/inc/strings.hrc:93
msgctxt "RID_ARCSINX_HELP"
msgid "Arcsine"
msgstr "Арксинус"
-#: strings.hrc:94
+#: starmath/inc/strings.hrc:94
msgctxt "RID_ARCCOSX_HELP"
msgid "Arccosine"
msgstr "Арккосинус"
-#: strings.hrc:95
+#: starmath/inc/strings.hrc:95
msgctxt "RID_ARCTANX_HELP"
msgid "Arctangent"
msgstr "Арктангенс"
-#: strings.hrc:96
+#: starmath/inc/strings.hrc:96
msgctxt "RID_ARCCOTX_HELP"
msgid "Arccotangent"
msgstr "Арккотангенс"
-#: strings.hrc:97
+#: starmath/inc/strings.hrc:97
msgctxt "RID_SINHX_HELP"
msgid "Hyperbolic Sine"
msgstr "Агиперболатә синус"
-#: strings.hrc:98
+#: starmath/inc/strings.hrc:98
msgctxt "RID_COSHX_HELP"
msgid "Hyperbolic Cosine"
msgstr "Агиперболатә косинус"
-#: strings.hrc:99
+#: starmath/inc/strings.hrc:99
msgctxt "RID_TANHX_HELP"
msgid "Hyperbolic Tangent"
msgstr "Агиперболатә тангенс"
-#: strings.hrc:100
+#: starmath/inc/strings.hrc:100
msgctxt "RID_COTHX_HELP"
msgid "Hyperbolic Cotangent"
msgstr "Агиперболатә котангенс"
-#: strings.hrc:101
+#: starmath/inc/strings.hrc:101
msgctxt "RID_ARSINHX_HELP"
msgid "Area Hyperbolic Sine"
msgstr "Агиперболатә ареа-синус"
-#: strings.hrc:102
+#: starmath/inc/strings.hrc:102
msgctxt "RID_ARCOSHX_HELP"
msgid "Area Hyperbolic Cosine"
msgstr "Агиперболатә ареа-косинус"
-#: strings.hrc:103
+#: starmath/inc/strings.hrc:103
msgctxt "RID_ARTANHX_HELP"
msgid "Area Hyperbolic Tangent"
msgstr "Агиперболатә ареа-тангенс"
-#: strings.hrc:104
+#: starmath/inc/strings.hrc:104
msgctxt "RID_ARCOTHX_HELP"
msgid "Area Hyperbolic Cotangent"
msgstr "Агиперболатә ареа-котангенс"
-#: strings.hrc:105
+#: starmath/inc/strings.hrc:105
msgctxt "RID_SUMX_HELP"
msgid "Sum"
msgstr "Аицҵалыҵ"
-#: strings.hrc:106
+#: starmath/inc/strings.hrc:106
msgctxt "RID_SUM_FROMX_HELP"
msgid "Sum Subscript Bottom"
msgstr "Аицҵалыҵ ҵаҟатәи аиндекс"
-#: strings.hrc:107
+#: starmath/inc/strings.hrc:107
msgctxt "RID_SUM_TOX_HELP"
msgid "Sum Superscript Top"
msgstr "Аицҵалыҵ хыхьтәи аиндекс"
-#: strings.hrc:108
+#: starmath/inc/strings.hrc:108
msgctxt "RID_SUM_FROMTOX_HELP"
msgid "Sum Sup/Sub script"
msgstr "Аицҵалыҵ аиндексқәа"
-#: strings.hrc:109
+#: starmath/inc/strings.hrc:109
msgctxt "RID_PRODX_HELP"
msgid "Product"
msgstr "Ашьҭыхлыҵ"
-#: strings.hrc:110
+#: starmath/inc/strings.hrc:110
msgctxt "RID_PROD_FROMX_HELP"
msgid "Product Subscript Bottom"
msgstr "Ашьҭыхлыҵ ҵаҟатәи аиндекс"
-#: strings.hrc:111
+#: starmath/inc/strings.hrc:111
msgctxt "RID_PROD_TOX_HELP"
msgid "Product Superscript Top"
msgstr "Ашьҭыхлыҵ хыхьтәи аиндекс"
-#: strings.hrc:112
+#: starmath/inc/strings.hrc:112
msgctxt "RID_PROD_FROMTOX_HELP"
msgid "Product Sup/Sub script"
msgstr "Ашьҭыхлыҵ аиндексқәа"
-#: strings.hrc:113
+#: starmath/inc/strings.hrc:113
msgctxt "RID_COPRODX_HELP"
msgid "Coproduct"
msgstr "Коашьҭыхлыҵ"
-#: strings.hrc:114
+#: starmath/inc/strings.hrc:114
msgctxt "RID_COPROD_FROMX_HELP"
msgid "Coproduct Subscript Bottom"
msgstr "Коашьҭыхлыҵ ҵаҟатәи аиндекс"
-#: strings.hrc:115
+#: starmath/inc/strings.hrc:115
msgctxt "RID_COPROD_TOX_HELP"
msgid "Coproduct Superscript Top"
msgstr "Коашьҭыхлыҵ хыхьтәи аиндекс"
-#: strings.hrc:116
+#: starmath/inc/strings.hrc:116
msgctxt "RID_COPROD_FROMTOX_HELP"
msgid "Coproduct Sup/Sub script"
msgstr "Коашьҭыхлыҵ аиндексқәа"
-#: strings.hrc:117
+#: starmath/inc/strings.hrc:117
#, fuzzy
msgctxt "RID_LIMX_HELP"
msgid "Limes"
msgstr "Ацәаҳәа(қәа)"
-#: strings.hrc:118
+#: starmath/inc/strings.hrc:118
#, fuzzy
msgctxt "RID_LIM_FROMX_HELP"
msgid "Limes Subscript Bottom"
msgstr "Аицҵалыҵ ҵаҟатәи аиндекс"
-#: strings.hrc:119
+#: starmath/inc/strings.hrc:119
#, fuzzy
msgctxt "RID_LIM_TOX_HELP"
msgid "Limes Superscript Top"
msgstr "Аицҵалыҵ хыхьтәи аиндекс"
-#: strings.hrc:120
+#: starmath/inc/strings.hrc:120
#, fuzzy
msgctxt "RID_LIM_FROMTOX_HELP"
msgid "Limes Sup/Sub script"
msgstr "Аицҵалыҵ аиндексқәа"
-#: strings.hrc:121
+#: starmath/inc/strings.hrc:121
msgctxt "RID_LIMINFX_HELP"
msgid "Limit Inferior"
msgstr ""
-#: strings.hrc:122
+#: starmath/inc/strings.hrc:122
msgctxt "RID_LIMINF_FROMX_HELP"
msgid "Limit Inferior Subscript Bottom"
msgstr ""
-#: strings.hrc:123
+#: starmath/inc/strings.hrc:123
msgctxt "RID_LIMINF_TOX_HELP"
msgid "Limit Inferior Superscript Top"
msgstr ""
-#: strings.hrc:124
+#: starmath/inc/strings.hrc:124
msgctxt "RID_LIMINF_FROMTOX_HELP"
msgid "Limit Inferior Sup/Sub script"
msgstr ""
-#: strings.hrc:125
+#: starmath/inc/strings.hrc:125
msgctxt "RID_LIMSUPX_HELP"
msgid "Limit Superior"
msgstr ""
-#: strings.hrc:126
+#: starmath/inc/strings.hrc:126
msgctxt "RID_LIMSUP_FROMX_HELP"
msgid "Limit Superior Subscript Bottom"
msgstr ""
-#: strings.hrc:127
+#: starmath/inc/strings.hrc:127
msgctxt "RID_LIMSUP_TOX_HELP"
msgid "Limit Superior Superscript Top"
msgstr ""
-#: strings.hrc:128
+#: starmath/inc/strings.hrc:128
msgctxt "RID_LIMSUP_FROMTOX_HELP"
msgid "Limit Superior Sup/Sub script"
msgstr ""
-#: strings.hrc:129
+#: starmath/inc/strings.hrc:129
msgctxt "RID_EXISTS_HELP"
msgid "There Exists"
msgstr "Иҟоуп"
-#: strings.hrc:130
+#: starmath/inc/strings.hrc:130
msgctxt "RID_NOTEXISTS_HELP"
msgid "There Not Exists"
msgstr "Иҟаӡам"
-#: strings.hrc:131
+#: starmath/inc/strings.hrc:131
msgctxt "RID_FORALL_HELP"
msgid "For all"
msgstr "Иаарҧштәуп зегьы"
-#: strings.hrc:132
+#: starmath/inc/strings.hrc:132
msgctxt "RID_INTX_HELP"
msgid "Integral"
msgstr "Аинтеграл"
-#: strings.hrc:133
+#: starmath/inc/strings.hrc:133
msgctxt "RID_INT_FROMX_HELP"
msgid "Integral Subscript Bottom"
msgstr "Аинтеграл ҵаҟатәи аиндекс"
-#: strings.hrc:134
+#: starmath/inc/strings.hrc:134
msgctxt "RID_INT_TOX_HELP"
msgid "Integral Superscript Top"
msgstr "Аинтеграл хыхьтәи аиндекс"
-#: strings.hrc:135
+#: starmath/inc/strings.hrc:135
msgctxt "RID_INT_FROMTOX_HELP"
msgid "Integral Sup/Sub script"
msgstr "Аинтеграл аиндексқәа"
-#: strings.hrc:136
+#: starmath/inc/strings.hrc:136
msgctxt "RID_IINTX_HELP"
msgid "Double Integral"
msgstr ""
-#: strings.hrc:137
+#: starmath/inc/strings.hrc:137
#, fuzzy
msgctxt "RID_IINT_FROMX_HELP"
msgid "Double Integral Subscript Bottom"
msgstr "Аҵәаӷәархәаратә интеграл ҵаҟатәи аиндекс"
-#: strings.hrc:138
+#: starmath/inc/strings.hrc:138
#, fuzzy
msgctxt "RID_IINT_TOX_HELP"
msgid "Double Integral Superscript Top"
msgstr "Аҵәаӷәархәаратә интеграл хыхьтәи аиндекс"
-#: strings.hrc:139
+#: starmath/inc/strings.hrc:139
#, fuzzy
msgctxt "RID_IINT_FROMTOX_HELP"
msgid "Double Integral Sup/Sub script"
msgstr "Аҵәаӷәархәаратә интеграл аиндексқәа"
-#: strings.hrc:140
+#: starmath/inc/strings.hrc:140
msgctxt "RID_IIINTX_HELP"
msgid "Triple Integral"
msgstr ""
-#: strings.hrc:141
+#: starmath/inc/strings.hrc:141
#, fuzzy
msgctxt "RID_IIINT_FROMX_HELP"
msgid "Triple Integral Subscript Bottom"
msgstr "Аҵәаӷәархәаратә интеграл ҵаҟатәи аиндекс"
-#: strings.hrc:142
+#: starmath/inc/strings.hrc:142
#, fuzzy
msgctxt "RID_IIINT_TOX_HELP"
msgid "Triple Integral Superscript Top"
msgstr "Аҵәаӷәархәаратә интеграл хыхьтәи аиндекс"
-#: strings.hrc:143
+#: starmath/inc/strings.hrc:143
#, fuzzy
msgctxt "RID_IIINT_FROMTOX_HELP"
msgid "Triple Integral Sup/Sub script"
msgstr "Аҵәаӷәархәаратә интеграл аиндексқәа"
-#: strings.hrc:144
+#: starmath/inc/strings.hrc:144
msgctxt "RID_LINTX_HELP"
msgid "Curve Integral"
msgstr "Аҵәаӷәархәаратә интеграл"
-#: strings.hrc:145
+#: starmath/inc/strings.hrc:145
msgctxt "RID_LINT_FROMX_HELP"
msgid "Curve Integral Subscript Bottom"
msgstr "Аҵәаӷәархәаратә интеграл ҵаҟатәи аиндекс"
-#: strings.hrc:146
+#: starmath/inc/strings.hrc:146
msgctxt "RID_LINT_TOX_HELP"
msgid "Curve Integral Superscript Top"
msgstr "Аҵәаӷәархәаратә интеграл хыхьтәи аиндекс"
-#: strings.hrc:147
+#: starmath/inc/strings.hrc:147
msgctxt "RID_LINT_FROMTOX_HELP"
msgid "Curve Integral Sup/Sub script"
msgstr "Аҵәаӷәархәаратә интеграл аиндексқәа"
-#: strings.hrc:148
+#: starmath/inc/strings.hrc:148
msgctxt "RID_LLINTX_HELP"
msgid "Double Curve Integral"
msgstr ""
-#: strings.hrc:149
+#: starmath/inc/strings.hrc:149
#, fuzzy
msgctxt "RID_LLINT_FROMX_HELP"
msgid "Double Curve Integral Subscript Bottom"
msgstr "Аҵәаӷәархәаратә интеграл ҵаҟатәи аиндекс"
-#: strings.hrc:150
+#: starmath/inc/strings.hrc:150
#, fuzzy
msgctxt "RID_LLINT_TOX_HELP"
msgid "Double Curve Integral Superscript Top"
msgstr "Аҵәаӷәархәаратә интеграл хыхьтәи аиндекс"
-#: strings.hrc:151
+#: starmath/inc/strings.hrc:151
#, fuzzy
msgctxt "RID_LLINT_FROMTOX_HELP"
msgid "Double Curve Integral Sup/Sub script"
msgstr "Аҵәаӷәархәаратә интеграл аиндексқәа"
-#: strings.hrc:152
+#: starmath/inc/strings.hrc:152
msgctxt "RID_LLLINTX_HELP"
msgid "Triple Curve Integral"
msgstr ""
-#: strings.hrc:153
+#: starmath/inc/strings.hrc:153
#, fuzzy
msgctxt "RID_LLLINT_FROMX_HELP"
msgid "Triple Curve Integral Subscript Bottom"
msgstr "Аҵәаӷәархәаратә интеграл ҵаҟатәи аиндекс"
-#: strings.hrc:154
+#: starmath/inc/strings.hrc:154
#, fuzzy
msgctxt "RID_LLLINT_TOX_HELP"
msgid "Triple Curve Integral Superscript Top"
msgstr "Аҵәаӷәархәаратә интеграл хыхьтәи аиндекс"
-#: strings.hrc:155
+#: starmath/inc/strings.hrc:155
#, fuzzy
msgctxt "RID_LLLINT_FROMTOX_HELP"
msgid "Triple Curve Integral Sup/Sub script"
msgstr "Аҵәаӷәархәаратә интеграл аиндексқәа"
-#: strings.hrc:156
+#: starmath/inc/strings.hrc:156
msgctxt "RID_ACUTEX_HELP"
msgid "Acute Accent"
msgstr ""
-#: strings.hrc:157
+#: starmath/inc/strings.hrc:157
msgctxt "RID_BARX_HELP"
msgid "Line Above"
msgstr "Аҵәаӷәа хыхьла"
-#: strings.hrc:158
+#: starmath/inc/strings.hrc:158
msgctxt "RID_BREVEX_HELP"
msgid "Breve"
msgstr ""
-#: strings.hrc:159
+#: starmath/inc/strings.hrc:159
msgctxt "RID_CHECKX_HELP"
msgid "Reverse Circumflex"
msgstr ""
-#: strings.hrc:160
+#: starmath/inc/strings.hrc:160
msgctxt "RID_CIRCLEX_HELP"
msgid "Circle"
msgstr "Агьежь"
-#: strings.hrc:161
+#: starmath/inc/strings.hrc:161
msgctxt "RID_DOTX_HELP"
msgid "Dot"
msgstr "Акәаҧ"
-#: strings.hrc:162
+#: starmath/inc/strings.hrc:162
msgctxt "RID_DDOTX_HELP"
msgid "Double Dot"
msgstr "Аҩкәаҧ"
-#: strings.hrc:163
+#: starmath/inc/strings.hrc:163
msgctxt "RID_DDDOTX_HELP"
msgid "Triple Dot"
msgstr "Акәаҧрацәа"
-#: strings.hrc:164
+#: starmath/inc/strings.hrc:164
msgctxt "RID_GRAVEX_HELP"
msgid "Grave Accent"
msgstr ""
-#: strings.hrc:165
+#: starmath/inc/strings.hrc:165
msgctxt "RID_HATX_HELP"
msgid "Circumflex"
msgstr ""
-#: strings.hrc:166
+#: starmath/inc/strings.hrc:166
msgctxt "RID_TILDEX_HELP"
msgid "Tilde"
msgstr ""
-#: strings.hrc:167
+#: starmath/inc/strings.hrc:167
msgctxt "RID_VECX_HELP"
msgid "Vector Arrow"
msgstr ""
-#: strings.hrc:168
+#: starmath/inc/strings.hrc:168
msgctxt "RID_UNDERLINEX_HELP"
msgid "Line Below"
msgstr "Аҵаӷәа ҵаҟала"
-#: strings.hrc:169
+#: starmath/inc/strings.hrc:169
msgctxt "RID_OVERLINEX_HELP"
msgid "Line Over"
msgstr ""
-#: strings.hrc:170
+#: starmath/inc/strings.hrc:170
msgctxt "RID_OVERSTRIKEX_HELP"
msgid "Line Through"
msgstr "Иҵәаӷәоу"
-#: strings.hrc:171
+#: starmath/inc/strings.hrc:171
msgctxt "RID_PHANTOMX_HELP"
msgid "Transparent"
msgstr ""
-#: strings.hrc:172
+#: starmath/inc/strings.hrc:172
msgctxt "RID_BOLDX_HELP"
msgid "Bold Font"
msgstr "Ижәпоу ашрифт"
-#: strings.hrc:173
+#: starmath/inc/strings.hrc:173
msgctxt "RID_ITALX_HELP"
msgid "Italic Font"
msgstr "Ихынаау ашрифт"
-#: strings.hrc:174
+#: starmath/inc/strings.hrc:174
msgctxt "RID_SIZEXY_HELP"
msgid "Resize"
msgstr "Иҧсахтәуп ашәагаа"
-#: strings.hrc:175
+#: starmath/inc/strings.hrc:175
msgctxt "RID_FONTXY_HELP"
msgid "Change Font"
msgstr "Иҧсахтәуп ашрифт"
-#: strings.hrc:176
+#: starmath/inc/strings.hrc:176
msgctxt "RID_COLORX_BLACK_HELP"
msgid "Color Black"
msgstr "Еиқәаҵәоу аҧштәы"
-#: strings.hrc:177
+#: starmath/inc/strings.hrc:177
msgctxt "RID_COLORX_BLUE_HELP"
msgid "Color Blue"
msgstr ""
-#: strings.hrc:178
+#: starmath/inc/strings.hrc:178
msgctxt "RID_COLORX_GREEN_HELP"
msgid "Color Green"
msgstr ""
-#: strings.hrc:179
+#: starmath/inc/strings.hrc:179
msgctxt "RID_COLORX_RED_HELP"
msgid "Color Red"
msgstr "Иҟаҧшьу аҧштәы"
-#: strings.hrc:180
+#: starmath/inc/strings.hrc:180
msgctxt "RID_COLORX_CYAN_HELP"
msgid "Color Cyan"
msgstr ""
-#: strings.hrc:181
+#: starmath/inc/strings.hrc:181
msgctxt "RID_COLORX_MAGENTA_HELP"
msgid "Color Magenta"
msgstr ""
-#: strings.hrc:182
+#: starmath/inc/strings.hrc:182
msgctxt "RID_COLORX_GRAY_HELP"
msgid "Color Gray"
msgstr ""
-#: strings.hrc:183
+#: starmath/inc/strings.hrc:183
msgctxt "RID_COLORX_LIME_HELP"
msgid "Color Lime"
msgstr ""
-#: strings.hrc:184
+#: starmath/inc/strings.hrc:184
msgctxt "RID_COLORX_MAROON_HELP"
msgid "Color Maroon"
msgstr ""
-#: strings.hrc:185
+#: starmath/inc/strings.hrc:185
msgctxt "RID_COLORX_NAVY_HELP"
msgid "Color Navy"
msgstr ""
-#: strings.hrc:186
+#: starmath/inc/strings.hrc:186
msgctxt "RID_COLORX_OLIVE_HELP"
msgid "Color Olive"
msgstr ""
-#: strings.hrc:187
+#: starmath/inc/strings.hrc:187
msgctxt "RID_COLORX_PURPLE_HELP"
msgid "Color Purple"
msgstr ""
-#: strings.hrc:188
+#: starmath/inc/strings.hrc:188
msgctxt "RID_COLORX_SILVER_HELP"
msgid "Color Silver"
msgstr ""
-#: strings.hrc:189
+#: starmath/inc/strings.hrc:189
msgctxt "RID_COLORX_TEAL_HELP"
msgid "Color Teal"
msgstr ""
-#: strings.hrc:190
+#: starmath/inc/strings.hrc:190
msgctxt "RID_COLORX_YELLOW_HELP"
msgid "Color Yellow"
msgstr ""
-#: strings.hrc:191
+#: starmath/inc/strings.hrc:191
msgctxt "RID_LRGROUPX_HELP"
msgid "Group Brackets"
msgstr ""
-#: strings.hrc:192
+#: starmath/inc/strings.hrc:192
msgctxt "RID_LRPARENTX_HELP"
msgid "Round Brackets"
msgstr ""
-#: strings.hrc:193
+#: starmath/inc/strings.hrc:193
msgctxt "RID_LRBRACKETX_HELP"
msgid "Square Brackets"
msgstr ""
-#: strings.hrc:194
+#: starmath/inc/strings.hrc:194
msgctxt "RID_LRDBRACKETX_HELP"
msgid "Double Square Brackets"
msgstr ""
-#: strings.hrc:195
+#: starmath/inc/strings.hrc:195
#, fuzzy
msgctxt "RID_LRBRACEX_HELP"
msgid "Braces"
msgstr "Ахыцқәа"
-#: strings.hrc:196
+#: starmath/inc/strings.hrc:196
msgctxt "RID_LRANGLEX_HELP"
msgid "Angle Brackets"
msgstr ""
-#: strings.hrc:197
+#: starmath/inc/strings.hrc:197
msgctxt "RID_LRCEILX_HELP"
msgid "Upper Ceil"
msgstr ""
-#: strings.hrc:198
+#: starmath/inc/strings.hrc:198
msgctxt "RID_LRFLOORX_HELP"
msgid "Floor"
msgstr ""
-#: strings.hrc:199
+#: starmath/inc/strings.hrc:199
msgctxt "RID_LRLINEX_HELP"
msgid "Single Lines"
msgstr ""
-#: strings.hrc:200
+#: starmath/inc/strings.hrc:200
msgctxt "RID_LRDLINEX_HELP"
msgid "Double Lines"
msgstr ""
-#: strings.hrc:201
+#: starmath/inc/strings.hrc:201
msgctxt "RID_LMRANGLEXY_HELP"
msgid "Operator Brackets"
msgstr ""
-#: strings.hrc:202
+#: starmath/inc/strings.hrc:202
msgctxt "RID_SLRPARENTX_HELP"
msgid "Round Brackets (Scalable)"
msgstr ""
-#: strings.hrc:203
+#: starmath/inc/strings.hrc:203
msgctxt "RID_SLRBRACKETX_HELP"
msgid "Square Brackets (Scalable)"
msgstr ""
-#: strings.hrc:204
+#: starmath/inc/strings.hrc:204
msgctxt "RID_SLRDBRACKETX_HELP"
msgid "Double Square Brackets (Scalable)"
msgstr ""
-#: strings.hrc:205
+#: starmath/inc/strings.hrc:205
msgctxt "RID_SLRBRACEX_HELP"
msgid "Braces (Scalable)"
msgstr ""
-#: strings.hrc:206
+#: starmath/inc/strings.hrc:206
msgctxt "RID_SLRANGLEX_HELP"
msgid "Angle Brackets (Scalable)"
msgstr ""
-#: strings.hrc:207
+#: starmath/inc/strings.hrc:207
msgctxt "RID_SLRCEILX_HELP"
msgid "Ceiling (Scalable)"
msgstr ""
-#: strings.hrc:208
+#: starmath/inc/strings.hrc:208
msgctxt "RID_SLRFLOORX_HELP"
msgid "Floor (Scalable)"
msgstr ""
-#: strings.hrc:209
+#: starmath/inc/strings.hrc:209
msgctxt "RID_SLRLINEX_HELP"
msgid "Single Lines (Scalable)"
msgstr ""
-#: strings.hrc:210
+#: starmath/inc/strings.hrc:210
msgctxt "RID_SLRDLINEX_HELP"
msgid "Double Lines (Scalable)"
msgstr ""
-#: strings.hrc:211
+#: starmath/inc/strings.hrc:211
msgctxt "RID_SLMRANGLEXY_HELP"
msgid "Operator Brackets (Scalable)"
msgstr ""
-#: strings.hrc:212
+#: starmath/inc/strings.hrc:212
msgctxt "RID_XEVALUATEDATY_HELP"
msgid "Evaluated At"
msgstr ""
-#: strings.hrc:213
+#: starmath/inc/strings.hrc:213
msgctxt "RID_XOVERBRACEY_HELP"
msgid "Braces Top (Scalable)"
msgstr ""
-#: strings.hrc:214
+#: starmath/inc/strings.hrc:214
msgctxt "RID_XUNDERBRACEY_HELP"
msgid "Braces Bottom (Scalable)"
msgstr ""
-#: strings.hrc:215
+#: starmath/inc/strings.hrc:215
msgctxt "RID_RSUBX_HELP"
msgid "Subscript Right"
msgstr ""
-#: strings.hrc:216
+#: starmath/inc/strings.hrc:216
msgctxt "RID_RSUPX_HELP"
msgid "Power"
msgstr ""
-#: strings.hrc:217
+#: starmath/inc/strings.hrc:217
msgctxt "RID_LSUBX_HELP"
msgid "Subscript Left"
msgstr "Ҵаҟатәи аиндекс арымарахь"
-#: strings.hrc:218
+#: starmath/inc/strings.hrc:218
msgctxt "RID_LSUPX_HELP"
msgid "Superscript Left"
msgstr "Хыхьтәи аиндекс арымарахь"
-#: strings.hrc:219
+#: starmath/inc/strings.hrc:219
msgctxt "RID_CSUBX_HELP"
msgid "Subscript Bottom"
msgstr "Ҵаҟатәи аиндекс ҵаҟала"
-#: strings.hrc:220
+#: starmath/inc/strings.hrc:220
msgctxt "RID_CSUPX_HELP"
msgid "Superscript Top"
msgstr "Хыхьтәи аиндекс хыхьла"
-#: strings.hrc:221
+#: starmath/inc/strings.hrc:221
msgctxt "RID_SBLANK_HELP"
msgid "Small Gap"
msgstr ""
-#: strings.hrc:222
+#: starmath/inc/strings.hrc:222
msgctxt "RID_BLANK_HELP"
msgid "Blank"
msgstr "Иҭацәуп"
-#: strings.hrc:223
+#: starmath/inc/strings.hrc:223
msgctxt "RID_NEWLINE_HELP"
msgid "New Line"
msgstr "Ацәаҳәа ҿыц"
-#: strings.hrc:224
+#: starmath/inc/strings.hrc:224
msgctxt "RID_BINOMXY_HELP"
msgid "Vertical Stack (2 Elements)"
msgstr ""
-#: strings.hrc:225
+#: starmath/inc/strings.hrc:225
msgctxt "RID_STACK_HELP"
msgid "Vertical Stack"
msgstr ""
-#: strings.hrc:226
+#: starmath/inc/strings.hrc:226
msgctxt "RID_MATRIX_HELP"
msgid "Matrix Stack"
msgstr ""
-#: strings.hrc:227
+#: starmath/inc/strings.hrc:227
#, fuzzy
msgctxt "RID_ALIGNLX_HELP"
msgid "Align Left"
msgstr "Армарахь ала"
-#: strings.hrc:228
+#: starmath/inc/strings.hrc:228
msgctxt "RID_ALIGNCX_HELP"
msgid "Align Center"
msgstr ""
-#: strings.hrc:229
+#: starmath/inc/strings.hrc:229
#, fuzzy
msgctxt "RID_ALIGNRX_HELP"
msgid "Align Right"
msgstr "Арӷьарахь ала"
-#: strings.hrc:230
+#: starmath/inc/strings.hrc:230
msgctxt "RID_ALEPH_HELP"
msgid "Aleph"
msgstr ""
-#: strings.hrc:231
+#: starmath/inc/strings.hrc:231
#, fuzzy
msgctxt "RID_EMPTYSET_HELP"
msgid "Empty Set"
msgstr "иҭацәу арацәа"
-#: strings.hrc:232
+#: starmath/inc/strings.hrc:232
msgctxt "RID_RE_HELP"
msgid "Real Part"
msgstr ""
-#: strings.hrc:233
+#: starmath/inc/strings.hrc:233
msgctxt "RID_IM_HELP"
msgid "Imaginary Part"
msgstr ""
-#: strings.hrc:234
+#: starmath/inc/strings.hrc:234
msgctxt "RID_INFINITY_HELP"
msgid "Infinity"
msgstr ""
-#: strings.hrc:235
+#: starmath/inc/strings.hrc:235
msgctxt "RID_PARTIAL_HELP"
msgid "Partial"
msgstr ""
-#: strings.hrc:236
+#: starmath/inc/strings.hrc:236
msgctxt "RID_NABLA_HELP"
msgid "Nabla"
msgstr ""
-#: strings.hrc:237
+#: starmath/inc/strings.hrc:237
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr ""
-#: strings.hrc:238
+#: starmath/inc/strings.hrc:238
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr ""
-#: strings.hrc:239
+#: starmath/inc/strings.hrc:239
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr ""
-#: strings.hrc:240
+#: starmath/inc/strings.hrc:240
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr ""
-#: strings.hrc:241
+#: starmath/inc/strings.hrc:241
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr ""
-#: strings.hrc:242
+#: starmath/inc/strings.hrc:242
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr ""
-#: strings.hrc:243
+#: starmath/inc/strings.hrc:243
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr ""
-#: strings.hrc:244
+#: starmath/inc/strings.hrc:244
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "Ашара (/)"
-#: strings.hrc:245
+#: starmath/inc/strings.hrc:245
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr ""
-#: strings.hrc:246
+#: starmath/inc/strings.hrc:246
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "Ишоит"
-#: strings.hrc:247
+#: starmath/inc/strings.hrc:247
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "Ишаӡом"
-#: strings.hrc:248
+#: starmath/inc/strings.hrc:248
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr ""
-#: strings.hrc:249
+#: starmath/inc/strings.hrc:249
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr ""
-#: strings.hrc:250
+#: starmath/inc/strings.hrc:250
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr ""
-#: strings.hrc:251
+#: starmath/inc/strings.hrc:251
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr ""
-#: strings.hrc:252
+#: starmath/inc/strings.hrc:252
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "Ахыҧхьаӡара еибгақәа рырацәа"
-#: strings.hrc:253
+#: starmath/inc/strings.hrc:253
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr ""
-#: strings.hrc:254
+#: starmath/inc/strings.hrc:254
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr ""
-#: strings.hrc:255
+#: starmath/inc/strings.hrc:255
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr ""
-#: strings.hrc:256
+#: starmath/inc/strings.hrc:256
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr ""
-#: strings.hrc:257
+#: starmath/inc/strings.hrc:257
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr ""
-#: strings.hrc:258
+#: starmath/inc/strings.hrc:258
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr ""
-#: strings.hrc:259
+#: starmath/inc/strings.hrc:259
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr ""
-#: strings.hrc:260
+#: starmath/inc/strings.hrc:260
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr ""
-#: strings.hrc:261
+#: starmath/inc/strings.hrc:261
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr ""
-#: strings.hrc:262
+#: starmath/inc/strings.hrc:262
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr ""
-#: strings.hrc:263
+#: starmath/inc/strings.hrc:263
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr ""
-#: strings.hrc:264
+#: starmath/inc/strings.hrc:264
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr ""
-#: strings.hrc:265
+#: starmath/inc/strings.hrc:265
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr ""
-#: strings.hrc:266
+#: starmath/inc/strings.hrc:266
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr ""
-#: strings.hrc:267
+#: starmath/inc/strings.hrc:267
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr ""
-#: strings.hrc:268
+#: starmath/inc/strings.hrc:268
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr ""
-#: strings.hrc:269
+#: starmath/inc/strings.hrc:269
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr ""
-#: strings.hrc:270
+#: starmath/inc/strings.hrc:270
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr ""
-#: strings.hrc:271
+#: starmath/inc/strings.hrc:271
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr ""
-#: strings.hrc:272
+#: starmath/inc/strings.hrc:272
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr ""
-#: strings.hrc:273
+#: starmath/inc/strings.hrc:273
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr ""
-#: strings.hrc:274
+#: starmath/inc/strings.hrc:274
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr ""
-#: strings.hrc:275
+#: starmath/inc/strings.hrc:275
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr ""
-#: strings.hrc:276
+#: starmath/inc/strings.hrc:276
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr ""
-#: strings.hrc:277
+#: starmath/inc/strings.hrc:277
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Афункциақәа"
-#: strings.hrc:278
+#: starmath/inc/strings.hrc:278
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Аоператорқәа"
-#: strings.hrc:279
+#: starmath/inc/strings.hrc:279
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Атрибутқәа"
-#: strings.hrc:280
+#: starmath/inc/strings.hrc:280
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "Ахыцқәа"
-#: strings.hrc:281
+#: starmath/inc/strings.hrc:281
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "Аформатқәа"
-#: strings.hrc:282
+#: starmath/inc/strings.hrc:282
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "Егьырҭқәа"
-#: strings.hrc:283
+#: starmath/inc/strings.hrc:283
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Аҿырҧштәқәа"
-#: strings.hrc:285
+#: starmath/inc/strings.hrc:285
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Истандарту"
-#: strings.hrc:286
+#: starmath/inc/strings.hrc:286
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "Акурсив"
-#: strings.hrc:287
+#: starmath/inc/strings.hrc:287
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "Ажәпа"
-#: strings.hrc:288
+#: starmath/inc/strings.hrc:288
msgctxt "STR_BLACK"
msgid "black"
msgstr "аиқәаҵәа"
-#: strings.hrc:289
+#: starmath/inc/strings.hrc:289
msgctxt "STR_BLUE"
msgid "blue"
msgstr ""
-#: strings.hrc:290
+#: starmath/inc/strings.hrc:290
#, fuzzy
msgctxt "STR_GREEN"
msgid "green"
msgstr "Аиаҵәа"
-#: strings.hrc:291
+#: starmath/inc/strings.hrc:291
msgctxt "STR_RED"
msgid "red"
msgstr "аҟаҧшь"
-#: strings.hrc:292
+#: starmath/inc/strings.hrc:292
msgctxt "STR_CYAN"
msgid "cyan"
msgstr ""
-#: strings.hrc:293
+#: starmath/inc/strings.hrc:293
msgctxt "STR_MAGENTA"
msgid "magenta"
msgstr ""
-#: strings.hrc:294
+#: starmath/inc/strings.hrc:294
msgctxt "STR_GRAY"
msgid "gray"
msgstr ""
-#: strings.hrc:295
+#: starmath/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_LIME"
msgid "lime"
msgstr "Аамҭа"
-#: strings.hrc:296
+#: starmath/inc/strings.hrc:296
msgctxt "STR_MAROON"
msgid "maroon"
msgstr ""
-#: strings.hrc:297
+#: starmath/inc/strings.hrc:297
msgctxt "STR_NAVY"
msgid "navy"
msgstr ""
-#: strings.hrc:298
+#: starmath/inc/strings.hrc:298
msgctxt "STR_OLIVE"
msgid "olive"
msgstr ""
-#: strings.hrc:299
+#: starmath/inc/strings.hrc:299
msgctxt "STR_PURPLE"
msgid "purple"
msgstr ""
-#: strings.hrc:300
+#: starmath/inc/strings.hrc:300
msgctxt "STR_SILVER"
msgid "silver"
msgstr ""
-#: strings.hrc:301
+#: starmath/inc/strings.hrc:301
#, fuzzy
msgctxt "STR_TEAL"
msgid "teal"
msgstr "ачаи"
-#: strings.hrc:302
+#: starmath/inc/strings.hrc:302
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "аҩежь"
-#: strings.hrc:303
+#: starmath/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_HIDE"
msgid "hide"
msgstr "Иҵәахтәуп"
-#: strings.hrc:304
+#: starmath/inc/strings.hrc:304
msgctxt "STR_SIZE"
msgid "size"
msgstr "акегль"
-#: strings.hrc:305
+#: starmath/inc/strings.hrc:305
msgctxt "STR_FONT"
msgid "font"
msgstr "агарнитура"
-#: strings.hrc:306
+#: starmath/inc/strings.hrc:306
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "арымарахь"
-#: strings.hrc:307
+#: starmath/inc/strings.hrc:307
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "ацентр ала"
-#: strings.hrc:308
+#: starmath/inc/strings.hrc:308
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "арыгьарахь"
-#: strings.hrc:309
+#: starmath/inc/strings.hrc:309
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Акомандақәа"
-#: strings.hrc:310
+#: starmath/inc/strings.hrc:310
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "Аформула"
-#: strings.hrc:311
+#: starmath/inc/strings.hrc:311
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "Адокумент аиқәырхара..."
-#: strings.hrc:312
+#: starmath/inc/strings.hrc:312
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION аформула"
-#: strings.hrc:313
+#: starmath/inc/strings.hrc:313
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "АГХА : "
-#: strings.hrc:314
+#: starmath/inc/strings.hrc:314
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "Ҳаззыҧшымыз асимвол"
-#: strings.hrc:315
+#: starmath/inc/strings.hrc:315
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
-#: strings.hrc:316
+#: starmath/inc/strings.hrc:316
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr ""
-#: strings.hrc:317
+#: starmath/inc/strings.hrc:317
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr ""
-#: strings.hrc:318
+#: starmath/inc/strings.hrc:318
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr ""
-#: strings.hrc:319
+#: starmath/inc/strings.hrc:319
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr ""
-#: strings.hrc:320
+#: starmath/inc/strings.hrc:320
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
-#: strings.hrc:321
+#: starmath/inc/strings.hrc:321
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
-#: strings.hrc:322
+#: starmath/inc/strings.hrc:322
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
-#: strings.hrc:323
+#: starmath/inc/strings.hrc:323
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
-#: strings.hrc:324
+#: starmath/inc/strings.hrc:324
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
-#: strings.hrc:325
+#: starmath/inc/strings.hrc:325
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr ""
-#: strings.hrc:326
+#: starmath/inc/strings.hrc:326
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr ""
-#: strings.hrc:327
+#: starmath/inc/strings.hrc:327
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr ""
-#: strings.hrc:328
+#: starmath/inc/strings.hrc:328
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
-#: strings.hrc:329
+#: starmath/inc/strings.hrc:329
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: strings.hrc:330
+#: starmath/inc/strings.hrc:330
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "Ахы"
-#: strings.hrc:331
+#: starmath/inc/strings.hrc:331
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "Аформула атеқст"
-#: strings.hrc:332
+#: starmath/inc/strings.hrc:332
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr ""
-#: strings.hrc:333
+#: starmath/inc/strings.hrc:333
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Ашәагаа"
-#: strings.hrc:334
+#: starmath/inc/strings.hrc:334
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "Ахалагаратә шәагаа"
-#: strings.hrc:335
+#: starmath/inc/strings.hrc:335
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "Адаҟьа ашәагаа иақәыршәаны"
-#: strings.hrc:336
+#: starmath/inc/strings.hrc:336
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "Амасштаб"
-#: alignmentdialog.ui:8
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:8
msgctxt "alignmentdialog|AlignmentDialog"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: alignmentdialog.ui:67
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:23
#, fuzzy
msgctxt "alignmentdialog|default"
msgid "_Default"
msgstr "Астандарт"
-#: alignmentdialog.ui:111
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:112
msgctxt "alignmentdialog|left"
msgid "_Left"
msgstr "Арымарахь"
-#: alignmentdialog.ui:128
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:129
msgctxt "alignmentdialog|center"
msgid "_Centered"
msgstr "Ацентр ала"
-#: alignmentdialog.ui:146
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:146
msgctxt "alignmentdialog|right"
msgid "_Right"
msgstr "Арыӷьарахь"
-#: alignmentdialog.ui:169
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:169
msgctxt "alignmentdialog|label1"
msgid "Horizontal"
msgstr "Горизонталла"
-#: catalogdialog.ui:9
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:9
msgctxt "catalogdialog|CatalogDialog"
msgid "Symbols"
msgstr "Асимволқәа"
-#: catalogdialog.ui:24
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:24
msgctxt "catalogdialog|insert"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: catalogdialog.ui:55
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:55
msgctxt "catalogdialog|edit"
msgid "_Edit..."
msgstr "Иҧсахтәуп..."
-#: catalogdialog.ui:102
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:102
msgctxt "catalogdialog|label1"
msgid "_Symbol set:"
msgstr ""
-#: catalogdialog.ui:123
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:123
msgctxt "catalogdialog|symbolsetdisplay"
msgid "button"
msgstr "акнопка"
-#: catalogdialog.ui:152
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:152
msgctxt "catalogdialog|symbolname"
msgid "Unknown"
msgstr "Идырым"
-#: dockingelements.ui:10
+#: starmath/uiconfig/smath/ui/dockingelements.ui:10
msgctxt "dockingelements|DockingElements"
msgid "Elements"
msgstr "Аелементқәа"
-#: fontdialog.ui:9
+#: starmath/uiconfig/smath/ui/fontdialog.ui:9
msgctxt "fontdialog|FontDialog"
msgid "Fonts"
msgstr "Ашрифтқәа"
-#: fontdialog.ui:115
+#: starmath/uiconfig/smath/ui/fontdialog.ui:115
msgctxt "fontdialog|formulaL"
msgid "Font"
msgstr "Ашрифт"
-#: fontdialog.ui:150
+#: starmath/uiconfig/smath/ui/fontdialog.ui:150
msgctxt "fontdialog|bold"
msgid "_Bold"
msgstr "Ажәпа"
-#: fontdialog.ui:165
+#: starmath/uiconfig/smath/ui/fontdialog.ui:165
msgctxt "fontdialog|italic"
msgid "_Italic"
msgstr "Акурсив"
-#: fontdialog.ui:187
+#: starmath/uiconfig/smath/ui/fontdialog.ui:187
msgctxt "fontdialog|formulaL1"
msgid "Attributes"
msgstr "Атрибутқәа"
-#: fontsizedialog.ui:20
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:44
msgctxt "fontsizedialog|FontSizeDialog"
msgid "Font Sizes"
msgstr "Акегльқәа"
-#: fontsizedialog.ui:35
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:61
#, fuzzy
msgctxt "fontsizedialog|default"
msgid "_Default"
msgstr "Астандарт"
-#: fontsizedialog.ui:122
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:148
msgctxt "fontsizedialog|label4"
msgid "Base _size:"
msgstr "Истандарту:"
-#: fontsizedialog.ui:194
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:220
msgctxt "fontsizedialog|label2"
msgid "_Operators:"
msgstr "Аоператорқәа:"
-#: fontsizedialog.ui:208
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:234
msgctxt "fontsizedialog|label3"
msgid "_Limits:"
msgstr ""
-#: fontsizedialog.ui:248
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:274
msgctxt "fontsizedialog|label5"
msgid "_Text:"
msgstr "Атеқст:"
-#: fontsizedialog.ui:262
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:288
msgctxt "fontsizedialog|label7"
msgid "_Functions:"
msgstr "Афункциақәа:"
-#: fontsizedialog.ui:276
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:302
msgctxt "fontsizedialog|label6"
msgid "_Indexes:"
msgstr "Аиндексқәа:"
-#: fontsizedialog.ui:320
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:346
#, fuzzy
msgctxt "fontsizedialog|label1"
msgid "Relative Sizes"
msgstr "Амасштаб:"
-#: fonttypedialog.ui:9
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:9
msgctxt "fonttypedialog|FontsDialog"
msgid "Fonts"
msgstr "Ашрифтқәа"
-#: fonttypedialog.ui:24
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:24
msgctxt "fonttypedialog|modify"
msgid "_Modify"
msgstr "Иҧсахтәуп"
-#: fonttypedialog.ui:53
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:53
#, fuzzy
msgctxt "fonttypedialog|default"
msgid "_Default"
msgstr "Астандарт"
-#: fonttypedialog.ui:135
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:135
msgctxt "fonttypedialog|label1"
msgid "_Variables:"
msgstr "Аҽеиҭакқәа:"
-#: fonttypedialog.ui:152
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:152
msgctxt "fonttypedialog|label2"
msgid "_Functions:"
msgstr "Афункциақәа:"
-#: fonttypedialog.ui:169
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:169
msgctxt "fonttypedialog|label3"
msgid "_Numbers:"
msgstr "Ахыҧхьаӡарақәа:"
-#: fonttypedialog.ui:186
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:186
msgctxt "fonttypedialog|label4"
msgid "_Text:"
msgstr "Атеқст:"
-#: fonttypedialog.ui:251
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:251
msgctxt "fonttypedialog|formulaL"
msgid "Formula Fonts"
msgstr "Аформулақәа ршрифт"
-#: fonttypedialog.ui:288
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:288
msgctxt "fonttypedialog|label5"
msgid "_Serif:"
msgstr ""
-#: fonttypedialog.ui:305
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:305
msgctxt "fonttypedialog|label6"
msgid "S_ans-serif:"
msgstr ""
-#: fonttypedialog.ui:322
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:322
msgctxt "fonttypedialog|label7"
msgid "F_ixed-width:"
msgstr ""
-#: fonttypedialog.ui:376
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:376
msgctxt "fonttypedialog|customL"
msgid "Custom Fonts"
msgstr "Ахархәаҩ ишрифтқәа"
-#: fonttypedialog.ui:424
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:424
msgctxt "fonttypedialog|menuitem1"
msgid "_Variables"
msgstr "Аҽеиҭакқәа"
-#: fonttypedialog.ui:432
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:432
msgctxt "fonttypedialog|menuitem2"
msgid "_Functions"
msgstr "Афункциақәа"
-#: fonttypedialog.ui:440
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:440
msgctxt "fonttypedialog|menuitem3"
msgid "_Numbers"
msgstr "Ахыҧхьаӡарақәа"
-#: fonttypedialog.ui:448
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:448
msgctxt "fonttypedialog|menuitem4"
msgid "_Text"
msgstr "Атеқст"
-#: fonttypedialog.ui:456
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:456
msgctxt "fonttypedialog|menuitem5"
msgid "_Serif"
msgstr ""
-#: fonttypedialog.ui:464
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:464
msgctxt "fonttypedialog|menuitem6"
msgid "S_ans-serif"
msgstr ""
-#: fonttypedialog.ui:472
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:472
msgctxt "fonttypedialog|menuitem7"
msgid "Fixe_d-width"
msgstr ""
-#: printeroptions.ui:32
+#: starmath/uiconfig/smath/ui/printeroptions.ui:32
msgctxt "printeroptions|title"
msgid "Title"
msgstr "Ахьӡ"
-#: printeroptions.ui:48
+#: starmath/uiconfig/smath/ui/printeroptions.ui:49
msgctxt "printeroptions|formulatext"
msgid "Formula text"
msgstr "Аформула атеқст"
-#: printeroptions.ui:64
+#: starmath/uiconfig/smath/ui/printeroptions.ui:66
msgctxt "printeroptions|borders"
msgid "Borders"
msgstr ""
-#: printeroptions.ui:86
+#: starmath/uiconfig/smath/ui/printeroptions.ui:89
msgctxt "printeroptions|label4"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: printeroptions.ui:119
+#: starmath/uiconfig/smath/ui/printeroptions.ui:122
msgctxt "printeroptions|originalsize"
msgid "Original size"
msgstr "Ахалагаратә шәагаа"
-#: printeroptions.ui:137
+#: starmath/uiconfig/smath/ui/printeroptions.ui:141
msgctxt "printeroptions|fittopage"
msgid "Fit to page"
msgstr "Адаҟьа ашәагаа иақәыршәатәуп"
-#: printeroptions.ui:159
+#: starmath/uiconfig/smath/ui/printeroptions.ui:164
msgctxt "printeroptions|scaling"
msgid "Scaling:"
msgstr "Амасштабркра:"
-#: printeroptions.ui:201
+#: starmath/uiconfig/smath/ui/printeroptions.ui:206
msgctxt "printeroptions|label5"
msgid "Size"
msgstr "Ашәагаа"
-#: savedefaultsdialog.ui:8
+#: starmath/uiconfig/smath/ui/savedefaultsdialog.ui:7
msgctxt "savedefaultsdialog|SaveDefaultsDialog"
msgid "Save defaults?"
msgstr ""
-#: savedefaultsdialog.ui:15
+#: starmath/uiconfig/smath/ui/savedefaultsdialog.ui:14
msgctxt "savedefaultsdialog|SaveDefaultsDialog"
msgid "Should the changes be saved as defaults?"
msgstr ""
-#: savedefaultsdialog.ui:16
+#: starmath/uiconfig/smath/ui/savedefaultsdialog.ui:15
msgctxt "savedefaultsdialog|SaveDefaultsDialog"
msgid "These changes will apply for all new formulas."
msgstr "Архиарақәа хархәахоит иҿыцу аформулақәа зегьы рҿы."
-#: smathsettings.ui:39
+#: starmath/uiconfig/smath/ui/smathsettings.ui:39
msgctxt "smathsettings|title"
msgid "_Title row"
msgstr ""
-#: smathsettings.ui:55
+#: starmath/uiconfig/smath/ui/smathsettings.ui:55
msgctxt "smathsettings|text"
msgid "_Formula text"
msgstr "Аформула атеқст"
-#: smathsettings.ui:71
+#: starmath/uiconfig/smath/ui/smathsettings.ui:71
msgctxt "smathsettings|frame"
msgid "B_order"
msgstr ""
-#: smathsettings.ui:93
+#: starmath/uiconfig/smath/ui/smathsettings.ui:93
msgctxt "smathsettings|label4"
msgid "Print Options"
msgstr "Акьыҧхьра апараметрқәа"
-#: smathsettings.ui:127
+#: starmath/uiconfig/smath/ui/smathsettings.ui:127
msgctxt "smathsettings|sizenormal"
msgid "O_riginal size"
msgstr "Ахалагаратә шәагаа"
-#: smathsettings.ui:145
+#: starmath/uiconfig/smath/ui/smathsettings.ui:144
msgctxt "smathsettings|sizescaled"
msgid "Fit to _page"
msgstr "Адаҟьа ашәагаа иақәыршәатәуп"
-#: smathsettings.ui:167
+#: starmath/uiconfig/smath/ui/smathsettings.ui:166
msgctxt "smathsettings|sizezoomed"
msgid "_Scaling:"
msgstr "Амасштабркра:"
-#: smathsettings.ui:210
+#: starmath/uiconfig/smath/ui/smathsettings.ui:209
msgctxt "smathsettings|label5"
msgid "Print Format"
msgstr "Акьыҧхьра аформат"
-#: smathsettings.ui:243
+#: starmath/uiconfig/smath/ui/smathsettings.ui:242
msgctxt "smathsettings|norightspaces"
msgid "Ig_nore ~~ and ' at the end of the line"
msgstr ""
-#: smathsettings.ui:259
+#: starmath/uiconfig/smath/ui/smathsettings.ui:258
msgctxt "smathsettings|saveonlyusedsymbols"
msgid "Embed only used symbols (smaller file size)"
msgstr ""
-#: smathsettings.ui:275
+#: starmath/uiconfig/smath/ui/smathsettings.ui:274
msgctxt "smathsettings|autoclosebrackets"
msgid "Auto close brackets, parentheses and braces"
msgstr ""
-#: smathsettings.ui:297
+#: starmath/uiconfig/smath/ui/smathsettings.ui:296
msgctxt "smathsettings|label1"
msgid "Miscellaneous Options"
msgstr "Еиуеиҧшым апараметрқәа"
-#: spacingdialog.ui:8
-msgctxt "spacingdialog|SpacingDialog"
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:28
+msgctxt "spacingdialog|menuitem1"
msgid "Spacing"
msgstr "Аинтервалқәа"
-#: spacingdialog.ui:53
-msgctxt "spacingdialog|category"
-msgid "_Category"
-msgstr "Акатегориа"
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:38
+msgctxt "spacingdialog|menuitem2"
+msgid "Indexes"
+msgstr "Аиндексқәа"
-#: spacingdialog.ui:68
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:48
+#, fuzzy
+msgctxt "spacingdialog|menuitem3"
+msgid "Fractions"
+msgstr "Афункциақәа"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:58
+msgctxt "spacingdialog|menuitem4"
+msgid "Fraction Bars"
+msgstr ""
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:68
+msgctxt "spacingdialog|menuitem5"
+msgid "Limits"
+msgstr ""
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:78
+msgctxt "spacingdialog|menuitem6"
+msgid "Brackets"
+msgstr "Ахыцқәа"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:88
+msgctxt "spacingdialog|menuitem7"
+msgid "Matrices"
+msgstr "Аматрицақәа"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:98
+msgctxt "spacingdialog|menuitem8"
+msgid "Symbols"
+msgstr "Асимволқәа"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:108
+msgctxt "spacingdialog|menuitem9"
+msgid "Operators"
+msgstr "Аоператорқәа"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:118
+msgctxt "spacingdialog|menuitem10"
+msgid "Borders"
+msgstr ""
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:128
+msgctxt "spacingdialog|SpacingDialog"
+msgid "Spacing"
+msgstr "Аинтервалқәа"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:145
#, fuzzy
msgctxt "spacingdialog|default"
msgid "_Default"
msgstr "Астандарт"
-#: spacingdialog.ui:250
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:159
+msgctxt "spacingdialog|category"
+msgid "_Category"
+msgstr "Акатегориа"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:376
msgctxt "spacingdialog|checkbutton"
msgid "Scale all brackets"
msgstr ""
-#: spacingdialog.ui:310
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:717
msgctxt "spacingdialog|title"
msgid "Title"
msgstr "Ахы"
-#: spacingdialog.ui:365
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:772
msgctxt "spacingdialog|1label1"
msgid "_Spacing:"
msgstr "Аинтервал:"
-#: spacingdialog.ui:378
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:785
msgctxt "spacingdialog|1label2"
msgid "_Line spacing:"
msgstr "Ацәаҳәабжьаратәи аинтервал:"
-#: spacingdialog.ui:391
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:798
msgctxt "spacingdialog|1label3"
msgid "_Root spacing:"
msgstr ""
-#: spacingdialog.ui:469
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:829
msgctxt "spacingdialog|1title"
msgid "Spacing"
msgstr "Аинтервалқәа"
-#: spacingdialog.ui:524
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:883
msgctxt "spacingdialog|2label1"
msgid "_Superscript:"
msgstr "Хыхьтәи аиндекс:"
-#: spacingdialog.ui:537
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:896
msgctxt "spacingdialog|2label2"
msgid "S_ubscript:"
msgstr "Ҵаҟатәи аиндекс:"
-#: spacingdialog.ui:603
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:927
msgctxt "spacingdialog|2title"
msgid "Indexes"
msgstr "Аиндексқәа"
-#: spacingdialog.ui:658
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:981
msgctxt "spacingdialog|3label1"
msgid "_Numerator:"
msgstr ""
-#: spacingdialog.ui:671
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:994
msgctxt "spacingdialog|3label2"
msgid "_Denominator:"
msgstr ""
-#: spacingdialog.ui:737
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1025
#, fuzzy
msgctxt "spacingdialog|3title"
msgid "Fractions"
msgstr "Афункциақәа"
-#: spacingdialog.ui:792
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1079
msgctxt "spacingdialog|4label1"
msgid "_Excess length:"
msgstr ""
-#: spacingdialog.ui:805
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1092
msgctxt "spacingdialog|4label2"
msgid "_Weight:"
msgstr "Аҵәаӷәа ашәпара:"
-#: spacingdialog.ui:871
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1123
msgctxt "spacingdialog|4title"
msgid "Fraction Bar"
msgstr ""
-#: spacingdialog.ui:926
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1177
msgctxt "spacingdialog|5label1"
msgid "_Upper limit:"
msgstr ""
-#: spacingdialog.ui:939
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1190
msgctxt "spacingdialog|5label2"
msgid "_Lower limit:"
msgstr ""
-#: spacingdialog.ui:1005
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1221
msgctxt "spacingdialog|5title"
msgid "Limits"
msgstr ""
-#: spacingdialog.ui:1060
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1275
msgctxt "spacingdialog|6label1"
msgid "_Excess size (left/right):"
msgstr ""
-#: spacingdialog.ui:1073
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1288
msgctxt "spacingdialog|6label2"
msgid "_Spacing:"
msgstr "Аинтервал:"
-#: spacingdialog.ui:1086
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1301
msgctxt "spacingdialog|6label4"
msgid "_Excess size:"
msgstr ""
-#: spacingdialog.ui:1164
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1332
msgctxt "spacingdialog|6title"
msgid "Brackets"
msgstr "Ахыцқәа"
-#: spacingdialog.ui:1219
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1386
msgctxt "spacingdialog|7label1"
msgid "_Line spacing:"
msgstr "Ацәаҳәабжьаратәи аинтервал:"
-#: spacingdialog.ui:1232
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1399
msgctxt "spacingdialog|7label2"
msgid "_Column spacing:"
msgstr "Аиҵагылақәа рыбжьара:"
-#: spacingdialog.ui:1298
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1430
msgctxt "spacingdialog|7title"
msgid "Matrix"
msgstr "Аматрица"
-#: spacingdialog.ui:1353
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1484
msgctxt "spacingdialog|8label1"
msgid "_Primary height:"
msgstr ""
-#: spacingdialog.ui:1366
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1497
msgctxt "spacingdialog|8label2"
msgid "_Minimum spacing:"
msgstr ""
-#: spacingdialog.ui:1432
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1528
msgctxt "spacingdialog|8title"
msgid "Symbols"
msgstr "Асимволқәа"
-#: spacingdialog.ui:1487
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1582
msgctxt "spacingdialog|9label1"
msgid "_Excess size:"
msgstr ""
-#: spacingdialog.ui:1500
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1595
msgctxt "spacingdialog|9label2"
msgid "_Spacing:"
msgstr "Аинтервал:"
-#: spacingdialog.ui:1566
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1626
msgctxt "spacingdialog|9title"
msgid "Operators"
msgstr "Аоператорқәа"
-#: spacingdialog.ui:1621
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1680
msgctxt "spacingdialog|10label1"
msgid "_Left:"
msgstr "Арымарахь:"
-#: spacingdialog.ui:1634
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1693
msgctxt "spacingdialog|10label2"
msgid "_Right:"
msgstr "Арыӷьарахь:"
-#: spacingdialog.ui:1647
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1706
msgctxt "spacingdialog|10label3"
msgid "_Top:"
msgstr "Хыхьла:"
-#: spacingdialog.ui:1660
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1719
msgctxt "spacingdialog|10label4"
msgid "_Bottom:"
msgstr "Ҵаҟала: "
-#: spacingdialog.ui:1750
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1750
msgctxt "spacingdialog|10title"
msgid "Borders"
msgstr ""
-#: spacingdialog.ui:1865
-msgctxt "spacingdialog|menuitem1"
-msgid "Spacing"
-msgstr "Аинтервалқәа"
-
-#: spacingdialog.ui:1873
-msgctxt "spacingdialog|menuitem2"
-msgid "Indexes"
-msgstr "Аиндексқәа"
-
-#: spacingdialog.ui:1881
-#, fuzzy
-msgctxt "spacingdialog|menuitem3"
-msgid "Fractions"
-msgstr "Афункциақәа"
-
-#: spacingdialog.ui:1889
-msgctxt "spacingdialog|menuitem4"
-msgid "Fraction Bars"
-msgstr ""
-
-#: spacingdialog.ui:1897
-msgctxt "spacingdialog|menuitem5"
-msgid "Limits"
-msgstr ""
-
-#: spacingdialog.ui:1905
-msgctxt "spacingdialog|menuitem6"
-msgid "Brackets"
-msgstr "Ахыцқәа"
-
-#: spacingdialog.ui:1913
-msgctxt "spacingdialog|menuitem7"
-msgid "Matrices"
-msgstr "Аматрицақәа"
-
-#: spacingdialog.ui:1921
-msgctxt "spacingdialog|menuitem8"
-msgid "Symbols"
-msgstr "Асимволқәа"
-
-#: spacingdialog.ui:1929
-msgctxt "spacingdialog|menuitem9"
-msgid "Operators"
-msgstr "Аоператорқәа"
-
-#: spacingdialog.ui:1937
-msgctxt "spacingdialog|menuitem10"
-msgid "Borders"
-msgstr ""
-
-#: symdefinedialog.ui:9
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:8
msgctxt "symdefinedialog|EditSymbols"
msgid "Edit Symbols"
msgstr "Асимволқәа рыриашара"
-#: symdefinedialog.ui:41
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:101
msgctxt "symdefinedialog|oldSymbolSetText"
msgid "O_ld symbol set:"
msgstr ""
-#: symdefinedialog.ui:86
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:146
msgctxt "symdefinedialog|oldSymbolText"
msgid "_Old symbol:"
msgstr ""
-#: symdefinedialog.ui:157
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:244
+msgctxt "symdefinedialog|modify"
+msgid "_Modify"
+msgstr "Иҧсахтәуп"
+
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:299
msgctxt "symdefinedialog|symbolText"
msgid "_Symbol:"
msgstr "Асимвол:"
-#: symdefinedialog.ui:171
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:313
msgctxt "symdefinedialog|symbolSetText"
msgid "Symbol s_et:"
msgstr ""
-#: symdefinedialog.ui:185
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:327
msgctxt "symdefinedialog|fontText"
msgid "_Font:"
msgstr "Ашрифт:"
-#: symdefinedialog.ui:199
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:341
msgctxt "symdefinedialog|styleText"
msgid "S_tyle:"
msgstr "Астиль:"
-#: symdefinedialog.ui:213
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:355
msgctxt "symdefinedialog|fontsSubsetFT"
msgid "S_ubset:"
msgstr ""
-
-#: symdefinedialog.ui:387
-msgctxt "symdefinedialog|modify"
-msgid "_Modify"
-msgstr "Иҧсахтәуп"
diff --git a/source/ab/svl/messages.po b/source/ab/svl/messages.po
index 6842519cd66..69985efd108 100644
--- a/source/ab/svl/messages.po
+++ b/source/ab/svl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-12-25 16:02+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,366 +12,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514217733.000000\n"
#. Internet Media Type Presentations
-#: svl.hrc:26
-msgctxt "STR_SVT_MIMETYPE_APP_OCTSTREAM"
-msgid "Binary file"
-msgstr "Иҩба-шьаҭатәу афаил"
-
-#: svl.hrc:27
-msgctxt "STR_SVT_MIMETYPE_APP_PDF"
-msgid "PDF file"
-msgstr "PDF афаил"
-
-#: svl.hrc:28
-msgctxt "STR_SVT_MIMETYPE_APP_RTF"
-msgid "RTF File"
-msgstr "RTF афаил"
-
-#: svl.hrc:29
-msgctxt "STR_SVT_MIMETYPE_APP_MSWORD"
-msgid "MS-Word document"
-msgstr ""
-
-#: svl.hrc:30
-msgctxt "STR_SVT_MIMETYPE_APP_STARCALC"
-msgid "%PRODUCTNAME Spreadsheet"
-msgstr ""
-
-#: svl.hrc:31
-msgctxt "STR_SVT_MIMETYPE_APP_STARCHART"
-msgid "%PRODUCTNAME Chart"
-msgstr "%PRODUCTNAME адиаграмма"
-
-#: svl.hrc:32
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_APP_STARDRAW"
-msgid "%PRODUCTNAME Drawing"
-msgstr "%PRODUCTNAME Draw"
-
-#: svl.hrc:33
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_APP_STARIMAGE"
-msgid "%PRODUCTNAME Image"
-msgstr "%PRODUCTNAME Base"
-
-#: svl.hrc:34
-msgctxt "STR_SVT_MIMETYPE_APP_STARMATH"
-msgid "%PRODUCTNAME Formula"
-msgstr "%PRODUCTNAME аформула"
-
-#: svl.hrc:35
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_APP_STARWRITER"
-msgid "%PRODUCTNAME Text"
-msgstr "%PRODUCTNAME адиаграмма"
-
-#: svl.hrc:36
-msgctxt "STR_SVT_MIMETYPE_APP_ZIP"
-msgid "ZIP file"
-msgstr "ZIP иаформату афаил"
-
-#: svl.hrc:37
-msgctxt "STR_SVT_MIMETYPE_APP_JAR"
-msgid "JAR file"
-msgstr "JAR иаформату афаил"
-
-#: svl.hrc:38
-msgctxt "STR_SVT_MIMETYPE_AUDIO_AIFF"
-msgid "Audio file"
-msgstr "Аудиофаил"
-
-#: svl.hrc:39
-msgctxt "STR_SVT_MIMETYPE_AUDIO_BASIC"
-msgid "Audio file"
-msgstr "Аудиофаил"
-
-#: svl.hrc:40
-msgctxt "STR_SVT_MIMETYPE_AUDIO_MIDI"
-msgid "Audio file"
-msgstr "Аудиофаил"
-
-#: svl.hrc:41
-msgctxt "STR_SVT_MIMETYPE_AUDIO_VORBIS"
-msgid "Audio file"
-msgstr "Аудиофаил"
-
-#: svl.hrc:42
-msgctxt "STR_SVT_MIMETYPE_AUDIO_WAV"
-msgid "Audio file"
-msgstr "Аудиофаил"
-
-#: svl.hrc:43
-msgctxt "STR_SVT_MIMETYPE_AUDIO_WEBM"
-msgid "Audio file"
-msgstr "Аудиофаил"
-
-#: svl.hrc:44
-msgctxt "STR_SVT_MIMETYPE_IMAGE_GIF"
-msgid "Image"
-msgstr "Асахьа"
-
-#: svl.hrc:45
-msgctxt "STR_SVT_MIMETYPE_IMAGE_PNG"
-msgid "Image"
-msgstr "Асахьа"
-
-#: svl.hrc:46
-msgctxt "STR_SVT_MIMETYPE_IMAGE_TIFF"
-msgid "Image"
-msgstr "Асахьа"
-
-#: svl.hrc:47
-msgctxt "STR_SVT_MIMETYPE_IMAGE_JPEG"
-msgid "Image"
-msgstr "Асахьа"
-
-#: svl.hrc:48
-msgctxt "STR_SVT_MIMETYPE_IMAGE_PCX"
-msgid "Image"
-msgstr "Асахьа"
-
-#: svl.hrc:49
-msgctxt "STR_SVT_MIMETYPE_IMAGE_BMP"
-msgid "Bitmap"
-msgstr "Арастр"
-
-#: svl.hrc:50
-msgctxt "STR_SVT_MIMETYPE_TEXT_HTML"
-msgid "HTML document"
-msgstr "HTML адокумент"
-
-#: svl.hrc:51
-msgctxt "STR_SVT_MIMETYPE_TEXT_PLAIN"
-msgid "Text file"
-msgstr "Атқстә фаил"
-
-#: svl.hrc:52
-msgctxt "STR_SVT_MIMETYPE_TEXT_URL"
-msgid "Bookmark"
-msgstr ""
-
-#: svl.hrc:53
-msgctxt "STR_SVT_MIMETYPE_TEXT_VCARD"
-msgid "vCard file"
-msgstr "vCard афаил"
-
-#: svl.hrc:54
-msgctxt "STR_SVT_MIMETYPE_VIDEO_MSVIDEO"
-msgid "Video file"
-msgstr "Авидеофаил"
-
-#: svl.hrc:55
-msgctxt "STR_SVT_MIMETYPE_VIDEO_THEORA"
-msgid "Video file"
-msgstr "Авидеофаил"
-
-#: svl.hrc:56
-msgctxt "STR_SVT_MIMETYPE_VIDEO_VDO"
-msgid "Video file"
-msgstr "Авидеофаил"
-
-#: svl.hrc:57
-msgctxt "STR_SVT_MIMETYPE_VIDEO_WEBM"
-msgid "Video file"
-msgstr "Авидеофаил"
-
-#: svl.hrc:58
-msgctxt "STR_SVT_MIMETYPE_X_STARMAIL"
-msgid "Message"
-msgstr ""
-
-#: svl.hrc:59
-msgctxt "STR_SVT_MIMETYPE_X_VRML"
-msgid "VRML file"
-msgstr "VRML афаил"
-
-#: svl.hrc:60
-msgctxt "STR_SVT_MIMETYPE_APP_STARIMPRESS"
-msgid "%PRODUCTNAME Presentation"
-msgstr ""
-
-#: svl.hrc:61
-msgctxt "STR_SVT_MIMETYPE_APP_IMPRESSPACKED"
-msgid "%PRODUCTNAME Presentation (packed)"
-msgstr ""
-
-#: svl.hrc:62
-msgctxt "STR_SVT_MIMETYPE_APP_STARHELP"
-msgid "%PRODUCTNAME Help"
-msgstr "%PRODUCTNAME аилыркаага"
-
-#: svl.hrc:63
+#: include/svl/svl.hrc:26
msgctxt "STR_SVT_MIMETYPE_CNT_FSYSBOX"
msgid "Workplace"
msgstr ""
-
-#: svl.hrc:64
-msgctxt "STR_SVT_MIMETYPE_CNT_FSYSFLD"
-msgid "Folder"
-msgstr "Аҭаӡ"
-
-#: svl.hrc:65
-msgctxt "STR_SVT_MIMETYPE_APP_GAL"
-msgid "Gallery"
-msgstr "Агалереиа"
-
-#: svl.hrc:66
-msgctxt "STR_SVT_MIMETYPE_APP_GAL_THEME"
-msgid "Gallery theme"
-msgstr ""
-
-#: svl.hrc:67
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_APP_STARW_GLOB"
-msgid "%PRODUCTNAME Master Document"
-msgstr "%PRODUCTNAME адокуменқәа"
-
-#: svl.hrc:68
-msgctxt "STR_SVT_MIMETYPE_APP_SDM"
-msgid "Message"
-msgstr ""
-
-#: svl.hrc:69
-msgctxt "STR_SVT_MIMETYPE_APP_SMD"
-msgid "Message"
-msgstr ""
-
-#: svl.hrc:70
-msgctxt "STR_SVT_MIMETYPE_APP_STARW_WEB"
-msgid "%PRODUCTNAME Writer/Web"
-msgstr "%PRODUCTNAME Writer/Web"
-
-#: svl.hrc:71
-msgctxt "STR_SVT_MIMETYPE_FRAMESET"
-msgid "Frameset Document"
-msgstr ""
-
-#: svl.hrc:72
-msgctxt "STR_SVT_MIMETYPE_MACRO"
-msgid "Macro file"
-msgstr "Амакросқәа рфаил"
-
-#: svl.hrc:73
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_CNT_SFSYSFOLDER"
-msgid "System folder"
-msgstr "Асистематә фаил"
-
-#: svl.hrc:74
-msgctxt "STR_SVT_MIMETYPE_APP_TEMPLATE"
-msgid "%PRODUCTNAME Template"
-msgstr ""
-
-#: svl.hrc:75
-msgctxt "STR_SVT_MIMETYPE_IMAGE_GENERIC"
-msgid "Image"
-msgstr "Асахьа"
-
-#: svl.hrc:76
-msgctxt "STR_SVT_MIMETYPE_APP_MSEXCEL"
-msgid "MS Excel document"
-msgstr ""
-
-#: svl.hrc:77
-msgctxt "STR_SVT_MIMETYPE_APP_MSEXCEL_TEMPL"
-msgid "MS Excel Template"
-msgstr ""
-
-#: svl.hrc:78
-msgctxt "STR_SVT_MIMETYPE_APP_MSPPOINT"
-msgid "MS PowerPoint document"
-msgstr ""
-
-#: svl.hrc:79
-msgctxt "STR_SVT_MIMETYPE_TEXT_VCALENDAR"
-msgid "vCalendar-file"
-msgstr "vCalendar афаил"
-
-#: svl.hrc:80
-msgctxt "STR_SVT_MIMETYPE_TEXT_ICALENDAR"
-msgid "iCalendar-File"
-msgstr "iCalendar афаил"
-
-#: svl.hrc:81
-msgctxt "STR_SVT_MIMETYPE_TEXT_XMLICALENDAR"
-msgid "XML-iCalendar-File"
-msgstr "XML-iCalendar афаил"
-
-#: svl.hrc:82
-msgctxt "STR_SVT_MIMETYPE_TEXT_CDE_CALENDAR_APP"
-msgid "CDE-Calendar-File"
-msgstr "CDE-Calendar афаил"
-
-#: svl.hrc:83
-msgctxt "STR_SVT_MIMETYPE_INET_MSG_RFC822"
-msgid "message/rfc822"
-msgstr ""
-
-#: svl.hrc:84
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_ALTERNATIVE"
-msgid "multipart/alternative"
-msgstr ""
-
-#: svl.hrc:85
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_DIGEST"
-msgid "multipart/digest"
-msgstr ""
-
-#: svl.hrc:86
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_PARALLEL"
-msgid "multipart/parallel"
-msgstr ""
-
-#: svl.hrc:87
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_RELATED"
-msgid "multipart/related"
-msgstr ""
-
-#: svl.hrc:88
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_MIXED"
-msgid "multipart/mixed"
-msgstr ""
-
-#: svl.hrc:89
-msgctxt "STR_SVT_MIMETYPE_APP_SXCALC"
-msgid "OpenOffice.org 1.0 Spreadsheet"
-msgstr "OpenOffice.org 1.0 аелектронтә таблица"
-
-#: svl.hrc:90
-msgctxt "STR_SVT_MIMETYPE_APP_SXCHART"
-msgid "OpenOffice.org 1.0 Chart"
-msgstr "OpenOffice.org 1.0 адиаграмма"
-
-#: svl.hrc:91
-msgctxt "STR_SVT_MIMETYPE_APP_SXDRAW"
-msgid "OpenOffice.org 1.0 Drawing"
-msgstr "OpenOffice.org 1.0 асахьа"
-
-#: svl.hrc:92
-msgctxt "STR_SVT_MIMETYPE_APP_SXMATH"
-msgid "OpenOffice.org 1.0 Formula"
-msgstr "OpenOffice.org 1.0 аформула"
-
-#: svl.hrc:93
-msgctxt "STR_SVT_MIMETYPE_APP_SXWRITER"
-msgid "OpenOffice.org 1.0 Text Document"
-msgstr "OpenOffice.org атеқсттә документ"
-
-#: svl.hrc:94
-msgctxt "STR_SVT_MIMETYPE_APP_SXIMPRESS"
-msgid "OpenOffice.org 1.0 Presentation"
-msgstr "OpenOffice.org 1.0 апрезентациа"
-
-#: svl.hrc:95
-msgctxt "STR_SVT_MIMETYPE_APP_SXGLOBAL"
-msgid "OpenOffice.org 1.0 Master Document"
-msgstr "OpenOffice.org 1.0 еилоу адокумент"
-
-#: svl.hrc:96
-msgctxt "STR_SVT_MIMETYPE_APP_SXIPACKED"
-msgid "OpenOffice.org 1.0 Presentation (packed)"
-msgstr "OpenOffice.org 1.0 апрезентациа ашаблон"
diff --git a/source/ab/svtools/messages.po b/source/ab/svtools/messages.po
index 01b03d1d1f4..1d2c674d164 100644
--- a/source/ab/svtools/messages.po
+++ b/source/ab/svtools/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-06 15:58+0100\n"
-"PO-Revision-Date: 2017-12-31 22:22+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-03-25 10:25+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -12,423 +12,423 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1514758933.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521973512.000000\n"
-#: errtxt.hrc:30
+#: svtools/inc/errtxt.hrc:30
msgctxt "RID_ERRCTX"
msgid "Error"
msgstr "Агха"
-#: errtxt.hrc:31
+#: svtools/inc/errtxt.hrc:31
msgctxt "RID_ERRCTX"
msgid "Warning"
msgstr "Агәаҽанҵара"
-#: errtxt.hrc:32
+#: svtools/inc/errtxt.hrc:32
msgctxt "RID_ERRCTX"
msgid "$(ERR) loading the template $(ARG1)"
msgstr "$(ERR) ашаблон $(ARG1) аҭагалараан"
-#: errtxt.hrc:33 /home/cl/vc/git/libo-core/svtools/inc/errtxt.hrc:34
+#: svtools/inc/errtxt.hrc:33 svtools/inc/errtxt.hrc:34
msgctxt "RID_ERRCTX"
msgid "$(ERR) saving the document $(ARG1)"
msgstr "$(ERR) адокумент $(ARG1) аиқәырхараан"
-#: errtxt.hrc:35
+#: svtools/inc/errtxt.hrc:35
msgctxt "RID_ERRCTX"
msgid "$(ERR) displaying doc. information for document $(ARG1)"
msgstr ""
-#: errtxt.hrc:36
+#: svtools/inc/errtxt.hrc:36
msgctxt "RID_ERRCTX"
msgid "$(ERR) writing document $(ARG1) as template"
msgstr ""
-#: errtxt.hrc:37
+#: svtools/inc/errtxt.hrc:37
msgctxt "RID_ERRCTX"
msgid "$(ERR) copying or moving document contents"
msgstr ""
-#: errtxt.hrc:38
+#: svtools/inc/errtxt.hrc:38
msgctxt "RID_ERRCTX"
msgid "$(ERR) starting the Document Manager"
msgstr ""
-#: errtxt.hrc:39
+#: svtools/inc/errtxt.hrc:39
msgctxt "RID_ERRCTX"
msgid "$(ERR) loading document $(ARG1)"
msgstr "$(ERR) адокумент $(ARG1) аҭагалараан"
-#: errtxt.hrc:40 /home/cl/vc/git/libo-core/svtools/inc/errtxt.hrc:41
+#: svtools/inc/errtxt.hrc:40 svtools/inc/errtxt.hrc:41
msgctxt "RID_ERRCTX"
msgid "$(ERR) creating a new document"
msgstr "$(ERR) адокумент ҿыц, аҧҵараан"
-#: errtxt.hrc:42
+#: svtools/inc/errtxt.hrc:42
msgctxt "RID_ERRCTX"
msgid "$(ERR) expanding entry"
msgstr ""
-#: errtxt.hrc:43
+#: svtools/inc/errtxt.hrc:43
msgctxt "RID_ERRCTX"
msgid "$(ERR) loading BASIC of document $(ARG1)"
msgstr "$(ERR) BASIC адокумент $(ARG1) аҭагалараан"
-#: errtxt.hrc:44
+#: svtools/inc/errtxt.hrc:44
msgctxt "RID_ERRCTX"
msgid "$(ERR) searching for an address"
msgstr ""
-#: errtxt.hrc:50
+#: svtools/inc/errtxt.hrc:50
msgctxt "RID_ERRHDL"
msgid "Abort"
msgstr "Еиҧҟьатәуп"
-#: errtxt.hrc:51
+#: svtools/inc/errtxt.hrc:51
msgctxt "RID_ERRHDL"
msgid "Nonexistent object"
msgstr "Иҟам аобиеқт"
-#: errtxt.hrc:52
+#: svtools/inc/errtxt.hrc:52
msgctxt "RID_ERRHDL"
msgid "Object already exists"
msgstr "Аобиеқт ыҟоуп"
-#: errtxt.hrc:53
+#: svtools/inc/errtxt.hrc:53
msgctxt "RID_ERRHDL"
msgid "Object not accessible"
msgstr ""
-#: errtxt.hrc:54
+#: svtools/inc/errtxt.hrc:54
msgctxt "RID_ERRHDL"
msgid "Inadmissible path"
msgstr "Изымуа амҩа"
-#: errtxt.hrc:55
+#: svtools/inc/errtxt.hrc:55
msgctxt "RID_ERRHDL"
msgid "Locking problem"
msgstr ""
-#: errtxt.hrc:56
+#: svtools/inc/errtxt.hrc:56
msgctxt "RID_ERRHDL"
msgid "Wrong parameter"
msgstr "Ииашам апараметр"
-#: errtxt.hrc:57
+#: svtools/inc/errtxt.hrc:57
msgctxt "RID_ERRHDL"
msgid "Resource exhausted"
msgstr ""
-#: errtxt.hrc:58
+#: svtools/inc/errtxt.hrc:58
msgctxt "RID_ERRHDL"
msgid "Action not supported"
msgstr ""
-#: errtxt.hrc:59
+#: svtools/inc/errtxt.hrc:59
msgctxt "RID_ERRHDL"
msgid "Read Error"
msgstr "Аҧхьара агха"
-#: errtxt.hrc:60
+#: svtools/inc/errtxt.hrc:60
msgctxt "RID_ERRHDL"
msgid "Write Error"
msgstr "Аҭаҩра агха"
-#: errtxt.hrc:61
+#: svtools/inc/errtxt.hrc:61
msgctxt "RID_ERRHDL"
msgid "unknown"
msgstr "идырӡам"
-#: errtxt.hrc:62
+#: svtools/inc/errtxt.hrc:62
msgctxt "RID_ERRHDL"
msgid "Version Incompatibility"
msgstr "Аверсиақәа реинымаалара"
-#: errtxt.hrc:63 /home/cl/vc/git/libo-core/svtools/inc/errtxt.hrc:74
+#: svtools/inc/errtxt.hrc:63 svtools/inc/errtxt.hrc:74
msgctxt "RID_ERRHDL"
msgid "General Error"
msgstr "Азеиҧш гха"
-#: errtxt.hrc:64
+#: svtools/inc/errtxt.hrc:64
msgctxt "RID_ERRHDL"
msgid "Incorrect format"
msgstr "Ииашам аформат"
-#: errtxt.hrc:65
+#: svtools/inc/errtxt.hrc:65
msgctxt "RID_ERRHDL"
msgid "Error creating object"
msgstr "Аобиеқт аҧҵара агха"
-#: errtxt.hrc:66
+#: svtools/inc/errtxt.hrc:66
msgctxt "RID_ERRHDL"
msgid "Inadmissible value or data type"
msgstr ""
-#: errtxt.hrc:67
+#: svtools/inc/errtxt.hrc:67
msgctxt "RID_ERRHDL"
msgid "BASIC runtime error"
msgstr ""
-#: errtxt.hrc:68
+#: svtools/inc/errtxt.hrc:68
msgctxt "RID_ERRHDL"
msgid "BASIC syntax error"
msgstr "BASIC асинтаксистә гха"
-#: errtxt.hrc:75
+#: svtools/inc/errtxt.hrc:75
msgctxt "RID_ERRHDL"
msgid "General input/output error."
msgstr ""
-#: errtxt.hrc:76
+#: svtools/inc/errtxt.hrc:76
msgctxt "RID_ERRHDL"
msgid "Invalid file name."
msgstr "Афаил ииашам ахьӡ."
-#: errtxt.hrc:77
+#: svtools/inc/errtxt.hrc:77
msgctxt "RID_ERRHDL"
msgid "Nonexistent file."
msgstr "Афаил ыҟаӡам."
-#: errtxt.hrc:78
+#: svtools/inc/errtxt.hrc:78
msgctxt "RID_ERRHDL"
msgid "File already exists."
msgstr "Ари афаил ыҟоуп."
-#: errtxt.hrc:79
+#: svtools/inc/errtxt.hrc:79
msgctxt "RID_ERRHDL"
msgid "The object is not a directory."
msgstr "Аобиеқт каталогӡам."
-#: errtxt.hrc:80
+#: svtools/inc/errtxt.hrc:80
msgctxt "RID_ERRHDL"
msgid "The object is not a file."
msgstr "Аобиеқт фаилӡам."
-#: errtxt.hrc:81
+#: svtools/inc/errtxt.hrc:81
msgctxt "RID_ERRHDL"
msgid "The specified device is invalid."
msgstr ""
-#: errtxt.hrc:82
+#: svtools/inc/errtxt.hrc:82
msgctxt "RID_ERRHDL"
msgid ""
"The object cannot be accessed\n"
"due to insufficient user rights."
msgstr ""
-#: errtxt.hrc:83
+#: svtools/inc/errtxt.hrc:83
msgctxt "RID_ERRHDL"
msgid "Sharing violation while accessing the object."
msgstr ""
-#: errtxt.hrc:84
+#: svtools/inc/errtxt.hrc:84
msgctxt "RID_ERRHDL"
msgid "No more space on device."
msgstr ""
-#: errtxt.hrc:85
+#: svtools/inc/errtxt.hrc:85
msgctxt "RID_ERRHDL"
msgid ""
"This operation cannot be run on\n"
"files containing wildcards."
msgstr ""
-#: errtxt.hrc:86
+#: svtools/inc/errtxt.hrc:86
msgctxt "RID_ERRHDL"
msgid "This operation is not supported on this operating system."
msgstr ""
-#: errtxt.hrc:87
+#: svtools/inc/errtxt.hrc:87
msgctxt "RID_ERRHDL"
msgid "There are too many files open."
msgstr "Иаартуп афаилқәа мыцхәны."
-#: errtxt.hrc:88
+#: svtools/inc/errtxt.hrc:88
msgctxt "RID_ERRHDL"
msgid "Data could not be read from the file."
msgstr "Афаил аҧхьара ауам."
-#: errtxt.hrc:89
+#: svtools/inc/errtxt.hrc:89
msgctxt "RID_ERRHDL"
msgid "The file could not be written."
msgstr "Афаил аҭаҩра ауам."
-#: errtxt.hrc:90
+#: svtools/inc/errtxt.hrc:90
msgctxt "RID_ERRHDL"
msgid "The operation could not be run due to insufficient memory."
msgstr ""
-#: errtxt.hrc:91
+#: svtools/inc/errtxt.hrc:91
msgctxt "RID_ERRHDL"
msgid "The seek operation could not be run."
msgstr "Аоперациа seek анагӡара ауам."
-#: errtxt.hrc:92
+#: svtools/inc/errtxt.hrc:92
msgctxt "RID_ERRHDL"
msgid "The tell operation could not be run."
msgstr "Аоперациа tell анагӡара ауам."
-#: errtxt.hrc:93
+#: svtools/inc/errtxt.hrc:93
msgctxt "RID_ERRHDL"
msgid "Incorrect file version."
msgstr "Афаил ииашам аверсиа."
-#: errtxt.hrc:94
+#: svtools/inc/errtxt.hrc:94
msgctxt "RID_ERRHDL"
msgid "Incorrect file format."
msgstr "Афаил ииашам аформат."
-#: errtxt.hrc:95
+#: svtools/inc/errtxt.hrc:95
msgctxt "RID_ERRHDL"
msgid "The file name contains invalid characters."
msgstr "Афаил ахьӡ иаҵанакуеит изымуа асимволқәа."
-#: errtxt.hrc:96
+#: svtools/inc/errtxt.hrc:96
msgctxt "RID_ERRHDL"
msgid "An unknown I/O error has occurred."
msgstr "Аҭагалара-аҭыгара еилкаам агха."
-#: errtxt.hrc:97
+#: svtools/inc/errtxt.hrc:97
msgctxt "RID_ERRHDL"
msgid "An invalid attempt was made to access the file."
msgstr ""
-#: errtxt.hrc:98
+#: svtools/inc/errtxt.hrc:98
msgctxt "RID_ERRHDL"
msgid "The file could not be created."
msgstr "Афаил аҧҵара ауам."
-#: errtxt.hrc:99
+#: svtools/inc/errtxt.hrc:99
msgctxt "RID_ERRHDL"
msgid "The operation was started under an invalid parameter."
msgstr ""
-#: errtxt.hrc:100
+#: svtools/inc/errtxt.hrc:100
msgctxt "RID_ERRHDL"
msgid "The operation on the file was aborted."
msgstr ""
-#: errtxt.hrc:101
+#: svtools/inc/errtxt.hrc:101
msgctxt "RID_ERRHDL"
msgid "Path to the file does not exist."
msgstr "Афаил ахь амҩа ыҟаӡам."
-#: errtxt.hrc:102
+#: svtools/inc/errtxt.hrc:102
msgctxt "RID_ERRHDL"
msgid "An object cannot be copied into itself."
msgstr ""
-#: errtxt.hrc:103
+#: svtools/inc/errtxt.hrc:103
msgctxt "RID_ERRHDL"
msgid "The specified template could not be found."
msgstr ""
-#: errtxt.hrc:104
+#: svtools/inc/errtxt.hrc:104
msgctxt "RID_ERRHDL"
msgid "The file cannot be used as template."
msgstr ""
-#: errtxt.hrc:105
+#: svtools/inc/errtxt.hrc:105
msgctxt "RID_ERRHDL"
msgid "This document has already been opened for editing."
msgstr ""
-#: errtxt.hrc:106
+#: svtools/inc/errtxt.hrc:106
msgctxt "RID_ERRHDL"
msgid "The wrong password has been entered."
msgstr "Иҭагалоуп ииашам ажәамаӡа."
-#: errtxt.hrc:107
+#: svtools/inc/errtxt.hrc:107
msgctxt "RID_ERRHDL"
msgid "Error reading file."
msgstr "Афаил аҧхьара агха."
-#: errtxt.hrc:108
+#: svtools/inc/errtxt.hrc:108
msgctxt "RID_ERRHDL"
msgid "The document was opened as read-only."
msgstr "Адокумент аартуп аҧхьара мацараз."
-#: errtxt.hrc:109
+#: svtools/inc/errtxt.hrc:109
msgctxt "RID_ERRHDL"
msgid "General OLE Error."
msgstr "OLE азеиҧш гха."
-#: errtxt.hrc:110
+#: svtools/inc/errtxt.hrc:110
msgctxt "RID_ERRHDL"
msgid "The host name $(ARG1) could not be resolved."
msgstr ""
-#: errtxt.hrc:111
+#: svtools/inc/errtxt.hrc:111
msgctxt "RID_ERRHDL"
msgid "Could not establish Internet connection to $(ARG1)."
msgstr ""
-#: errtxt.hrc:112
+#: svtools/inc/errtxt.hrc:112
msgctxt "RID_ERRHDL"
msgid ""
"Error reading data from the Internet.\n"
"Server error message: $(ARG1)."
msgstr ""
-#: errtxt.hrc:113
+#: svtools/inc/errtxt.hrc:113
msgctxt "RID_ERRHDL"
msgid ""
"Error transferring data to the Internet.\n"
"Server error message: $(ARG1)."
msgstr ""
-#: errtxt.hrc:114
+#: svtools/inc/errtxt.hrc:114
msgctxt "RID_ERRHDL"
msgid "General Internet error has occurred."
msgstr "аИнтернет азеиҧш гха."
-#: errtxt.hrc:115
+#: svtools/inc/errtxt.hrc:115
msgctxt "RID_ERRHDL"
msgid "The requested Internet data is not available in the cache and cannot be transmitted as the Online mode has not be activated."
msgstr ""
-#: errtxt.hrc:116
+#: svtools/inc/errtxt.hrc:116
#, fuzzy
msgctxt "RID_ERRHDL"
msgid "The contents could not be created."
msgstr "Аобиект аҧҵара ауам."
-#: errtxt.hrc:117
+#: svtools/inc/errtxt.hrc:117
msgctxt "RID_ERRHDL"
msgid "The file name is too long for the target file system."
msgstr ""
-#: errtxt.hrc:118
+#: svtools/inc/errtxt.hrc:118
msgctxt "RID_ERRHDL"
msgid "The input syntax is invalid."
msgstr "Ииашам аҭагалара асинтаксис."
-#: errtxt.hrc:119
+#: svtools/inc/errtxt.hrc:119
msgctxt "RID_ERRHDL"
msgid ""
"This document contains attributes that cannot be saved in the selected format.\n"
"Please save the document in a %PRODUCTNAME %PRODUCTVERSION file format."
msgstr ""
-#: errtxt.hrc:120
+#: svtools/inc/errtxt.hrc:120
msgctxt "RID_ERRHDL"
msgid "The maximum number of documents that can be opened at the same time has been reached. You need to close one or more documents before you can open a new document."
msgstr ""
-#: errtxt.hrc:121
+#: svtools/inc/errtxt.hrc:121
msgctxt "RID_ERRHDL"
msgid "Could not create backup copy."
msgstr "Арезервтә копиа аҧҵара ауам."
-#: errtxt.hrc:122
+#: svtools/inc/errtxt.hrc:122
msgctxt "RID_ERRHDL"
msgid ""
"An attempt was made to execute a macro.\n"
"For security reasons, macro support is disabled."
msgstr ""
-#: errtxt.hrc:123
+#: svtools/inc/errtxt.hrc:123
msgctxt "RID_ERRHDL"
msgid ""
"This document contains macros.\n"
@@ -438,7 +438,7 @@ msgid ""
"Therefore, some functionality may not be available."
msgstr ""
-#: errtxt.hrc:124
+#: svtools/inc/errtxt.hrc:124
msgctxt "RID_ERRHDL"
msgid ""
"This document contains macros.\n"
@@ -448,7 +448,7 @@ msgid ""
"Therefore, some functionality may not be available."
msgstr ""
-#: errtxt.hrc:125
+#: svtools/inc/errtxt.hrc:125
msgctxt "RID_ERRHDL"
msgid ""
"The encrypted document contains unexpected non-encrypted streams.\n"
@@ -460,4024 +460,4053 @@ msgid ""
" "
msgstr ""
-#: errtxt.hrc:126
+#: svtools/inc/errtxt.hrc:126
msgctxt "RID_ERRHDL"
msgid "Invalid data length."
msgstr "Ииашам адырқәа раура."
-#: errtxt.hrc:127
+#: svtools/inc/errtxt.hrc:127
msgctxt "RID_ERRHDL"
msgid "Function not possible: path contains current directory."
msgstr ""
-#: errtxt.hrc:128
+#: svtools/inc/errtxt.hrc:128
msgctxt "RID_ERRHDL"
msgid "Function not possible: device (drive) not identical."
msgstr ""
-#: errtxt.hrc:129
+#: svtools/inc/errtxt.hrc:129
msgctxt "RID_ERRHDL"
msgid "Device (drive) not ready."
msgstr ""
-#: errtxt.hrc:130
+#: svtools/inc/errtxt.hrc:130
msgctxt "RID_ERRHDL"
msgid "Wrong checksum."
msgstr "Аконтрольтә еицҵалыҵ иашам."
-#: errtxt.hrc:131
+#: svtools/inc/errtxt.hrc:131
msgctxt "RID_ERRHDL"
msgid "Function not possible: write protected."
msgstr "Аоперациа анагӡара ауам: аҭаҩра иацәыхьчоуп."
-#: errtxt.hrc:132
+#: svtools/inc/errtxt.hrc:132
msgctxt "RID_ERRHDL"
msgid ""
"The password of a shared spreadsheet cannot be set or changed.\n"
"Deactivate sharing mode first."
msgstr ""
-#: errtxt.hrc:138
+#: svtools/inc/errtxt.hrc:133
+msgctxt "RID_ERRHDL"
+msgid "File format error found at $(ARG1)(row,col)."
+msgstr ""
+
+#: svtools/inc/errtxt.hrc:134
+msgctxt "RID_ERRHDL"
+msgid "The filter for this file format is disabled in configuration. Please contact your systems administrator."
+msgstr ""
+
+#: svtools/inc/errtxt.hrc:140
#, fuzzy
msgctxt "RID_ERRHDL"
msgid "General OLE error."
msgstr "OLE азеиҧш гха."
-#: errtxt.hrc:140
+#: svtools/inc/errtxt.hrc:142
msgctxt "RID_ERRHDL"
msgid "The action cannot be executed in the object's current state."
msgstr ""
-#: errtxt.hrc:142
+#: svtools/inc/errtxt.hrc:144
msgctxt "RID_ERRHDL"
msgid "The object does not support any actions."
msgstr ""
-#: errtxt.hrc:144
+#: svtools/inc/errtxt.hrc:146
msgctxt "RID_ERRHDL"
msgid "Object does not support this action."
msgstr ""
-#: errtxt.hrc:151
+#: svtools/inc/errtxt.hrc:153
msgctxt "RID_ERRHDL"
msgid "$(ERR) activating object"
msgstr ""
-#: langtab.hrc:29
+#: svtools/inc/langtab.hrc:29
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "[None]"
msgstr ""
-#: langtab.hrc:30
+#: svtools/inc/langtab.hrc:30
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Unknown"
msgstr "Идырым"
-#: langtab.hrc:31 /home/cl/vc/git/libo-core/svtools/inc/langtab.hrc:32
+#: svtools/inc/langtab.hrc:31 svtools/inc/langtab.hrc:32
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Default"
msgstr "Астандарт"
-#: langtab.hrc:33
+#: svtools/inc/langtab.hrc:33
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Afrikaans (South Africa)"
msgstr ""
-#: langtab.hrc:34
+#: svtools/inc/langtab.hrc:34
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Albanian"
msgstr ""
-#: langtab.hrc:35
+#: svtools/inc/langtab.hrc:35
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic"
msgstr ""
-#: langtab.hrc:36
+#: svtools/inc/langtab.hrc:36
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Algeria)"
msgstr ""
-#: langtab.hrc:37
+#: svtools/inc/langtab.hrc:37
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Bahrain)"
msgstr ""
-#: langtab.hrc:38
+#: svtools/inc/langtab.hrc:38
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Chad)"
msgstr ""
-#: langtab.hrc:39
+#: svtools/inc/langtab.hrc:39
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Comoros)"
msgstr ""
-#: langtab.hrc:40
+#: svtools/inc/langtab.hrc:40
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Djibouti)"
msgstr ""
-#: langtab.hrc:41
+#: svtools/inc/langtab.hrc:41
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Egypt)"
msgstr ""
-#: langtab.hrc:42
+#: svtools/inc/langtab.hrc:42
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Eritrea)"
msgstr ""
-#: langtab.hrc:43
+#: svtools/inc/langtab.hrc:43
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Iraq)"
msgstr ""
-#: langtab.hrc:44
+#: svtools/inc/langtab.hrc:44
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Israel)"
msgstr ""
-#: langtab.hrc:45
+#: svtools/inc/langtab.hrc:45
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Jordan)"
msgstr ""
-#: langtab.hrc:46
+#: svtools/inc/langtab.hrc:46
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Kuwait)"
msgstr ""
-#: langtab.hrc:47
+#: svtools/inc/langtab.hrc:47
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Lebanon)"
msgstr ""
-#: langtab.hrc:48
+#: svtools/inc/langtab.hrc:48
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Libya)"
msgstr ""
-#: langtab.hrc:49
+#: svtools/inc/langtab.hrc:49
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Mauritania)"
msgstr ""
-#: langtab.hrc:50
+#: svtools/inc/langtab.hrc:50
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Morocco)"
msgstr ""
-#: langtab.hrc:51
+#: svtools/inc/langtab.hrc:51
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Oman)"
msgstr ""
-#: langtab.hrc:52
+#: svtools/inc/langtab.hrc:52
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Palestine)"
msgstr ""
-#: langtab.hrc:53
+#: svtools/inc/langtab.hrc:53
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Qatar)"
msgstr ""
-#: langtab.hrc:54
+#: svtools/inc/langtab.hrc:54
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Saudi Arabia)"
msgstr ""
-#: langtab.hrc:55
+#: svtools/inc/langtab.hrc:55
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Somalia)"
msgstr ""
-#: langtab.hrc:56
+#: svtools/inc/langtab.hrc:56
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Sudan)"
msgstr ""
-#: langtab.hrc:57
+#: svtools/inc/langtab.hrc:57
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Syria)"
msgstr ""
-#: langtab.hrc:58
+#: svtools/inc/langtab.hrc:58
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Tunisia)"
msgstr ""
-#: langtab.hrc:59
+#: svtools/inc/langtab.hrc:59
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (UAE)"
msgstr ""
-#: langtab.hrc:60
+#: svtools/inc/langtab.hrc:60
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Yemen)"
msgstr ""
-#: langtab.hrc:61
+#: svtools/inc/langtab.hrc:61
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Aragonese"
msgstr ""
-#: langtab.hrc:62
+#: svtools/inc/langtab.hrc:62
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
-msgid "Armenian"
+msgid "Armenian, Eastern (Armenia)"
msgstr ""
-#: langtab.hrc:63
+#: svtools/inc/langtab.hrc:63
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Assamese"
msgstr ""
-#: langtab.hrc:64
+#: svtools/inc/langtab.hrc:64
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Azerbaijani Latin"
msgstr ""
-#: langtab.hrc:65
+#: svtools/inc/langtab.hrc:65
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Azerbaijani Cyrillic"
msgstr ""
-#: langtab.hrc:66
+#: svtools/inc/langtab.hrc:66
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Basque"
msgstr ""
-#: langtab.hrc:67
+#: svtools/inc/langtab.hrc:67
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bengali (India)"
msgstr ""
-#: langtab.hrc:68
+#: svtools/inc/langtab.hrc:68
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bulgarian"
msgstr ""
-#: langtab.hrc:69
+#: svtools/inc/langtab.hrc:69
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Belarusian"
msgstr ""
-#: langtab.hrc:70
+#: svtools/inc/langtab.hrc:70
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Catalan"
msgstr ""
-#: langtab.hrc:71
+#: svtools/inc/langtab.hrc:71
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Catalan (Valencian)"
msgstr ""
-#: langtab.hrc:72
+#: svtools/inc/langtab.hrc:72
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (traditional)"
msgstr ""
-#: langtab.hrc:73
+#: svtools/inc/langtab.hrc:73
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (simplified)"
msgstr ""
-#: langtab.hrc:74
+#: svtools/inc/langtab.hrc:74
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (Hong Kong)"
msgstr ""
-#: langtab.hrc:75
+#: svtools/inc/langtab.hrc:75
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (Singapore)"
msgstr ""
-#: langtab.hrc:76
+#: svtools/inc/langtab.hrc:76
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (Macau)"
msgstr ""
-#: langtab.hrc:77
+#: svtools/inc/langtab.hrc:77
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Church Slavic"
msgstr ""
-#: langtab.hrc:78
+#: svtools/inc/langtab.hrc:78
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Croatian"
msgstr ""
-#: langtab.hrc:79
+#: svtools/inc/langtab.hrc:79
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Czech"
msgstr ""
-#: langtab.hrc:80
+#: svtools/inc/langtab.hrc:80
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Danish"
msgstr ""
-#: langtab.hrc:81
+#: svtools/inc/langtab.hrc:81
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dutch (Netherlands)"
msgstr ""
-#: langtab.hrc:82
+#: svtools/inc/langtab.hrc:82
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dutch (Belgium)"
msgstr ""
-#: langtab.hrc:83
+#: svtools/inc/langtab.hrc:83
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (USA)"
msgstr ""
-#: langtab.hrc:84
+#: svtools/inc/langtab.hrc:84
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (UK)"
msgstr ""
-#: langtab.hrc:85
+#: svtools/inc/langtab.hrc:85
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English, OED spelling (UK)"
msgstr ""
-#: langtab.hrc:86
+#: svtools/inc/langtab.hrc:86
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Australia)"
msgstr ""
-#: langtab.hrc:87
+#: svtools/inc/langtab.hrc:87
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Canada)"
msgstr ""
-#: langtab.hrc:88
+#: svtools/inc/langtab.hrc:88
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (New Zealand)"
msgstr "Англыз бызшәа (Зеландиа Ҿыц)"
-#: langtab.hrc:89
+#: svtools/inc/langtab.hrc:89
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Ireland)"
msgstr ""
-#: langtab.hrc:90
+#: svtools/inc/langtab.hrc:90
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (South Africa)"
msgstr ""
-#: langtab.hrc:91
+#: svtools/inc/langtab.hrc:91
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Jamaica)"
msgstr ""
-#: langtab.hrc:92
+#: svtools/inc/langtab.hrc:92
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Caribbean)"
msgstr ""
-#: langtab.hrc:93
+#: svtools/inc/langtab.hrc:93
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Belize)"
msgstr ""
-#: langtab.hrc:94
+#: svtools/inc/langtab.hrc:94
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Trinidad)"
msgstr ""
-#: langtab.hrc:95
+#: svtools/inc/langtab.hrc:95
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Zimbabwe)"
msgstr ""
-#: langtab.hrc:96
+#: svtools/inc/langtab.hrc:96
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Philippines)"
msgstr ""
-#: langtab.hrc:97
+#: svtools/inc/langtab.hrc:97
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (India)"
msgstr ""
-#: langtab.hrc:98
+#: svtools/inc/langtab.hrc:98
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Estonian"
msgstr ""
-#: langtab.hrc:99
+#: svtools/inc/langtab.hrc:99
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Finnish"
msgstr ""
-#: langtab.hrc:100
+#: svtools/inc/langtab.hrc:100
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Faroese"
msgstr ""
-#: langtab.hrc:101
+#: svtools/inc/langtab.hrc:101
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Persian"
msgstr ""
-#: langtab.hrc:102
+#: svtools/inc/langtab.hrc:102
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (France)"
msgstr ""
-#: langtab.hrc:103
+#: svtools/inc/langtab.hrc:103
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Belgium)"
msgstr ""
-#: langtab.hrc:104
+#: svtools/inc/langtab.hrc:104
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Canada)"
msgstr ""
-#: langtab.hrc:105
+#: svtools/inc/langtab.hrc:105
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Switzerland)"
msgstr ""
-#: langtab.hrc:106
+#: svtools/inc/langtab.hrc:106
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Luxembourg)"
msgstr ""
-#: langtab.hrc:107
+#: svtools/inc/langtab.hrc:107
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Monaco)"
msgstr ""
-#: langtab.hrc:108
+#: svtools/inc/langtab.hrc:108
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gascon"
msgstr ""
-#: langtab.hrc:109
+#: svtools/inc/langtab.hrc:109
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Germany)"
msgstr ""
-#: langtab.hrc:110
+#: svtools/inc/langtab.hrc:110
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Switzerland)"
msgstr ""
-#: langtab.hrc:111
+#: svtools/inc/langtab.hrc:111
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Austria)"
msgstr ""
-#: langtab.hrc:112
+#: svtools/inc/langtab.hrc:112
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Luxembourg)"
msgstr ""
-#: langtab.hrc:113
+#: svtools/inc/langtab.hrc:113
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Liechtenstein)"
msgstr ""
-#: langtab.hrc:114
+#: svtools/inc/langtab.hrc:114
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Greek"
msgstr "Аиаҵәа"
-#: langtab.hrc:115
+#: svtools/inc/langtab.hrc:115
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gujarati"
msgstr ""
-#: langtab.hrc:116
+#: svtools/inc/langtab.hrc:116
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hebrew"
msgstr ""
-#: langtab.hrc:117
+#: svtools/inc/langtab.hrc:117
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hindi"
msgstr ""
-#: langtab.hrc:118
+#: svtools/inc/langtab.hrc:118
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hungarian"
msgstr ""
-#: langtab.hrc:119
+#: svtools/inc/langtab.hrc:119
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Icelandic"
msgstr ""
-#: langtab.hrc:120
+#: svtools/inc/langtab.hrc:120
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Indonesian"
msgstr ""
-#: langtab.hrc:121
+#: svtools/inc/langtab.hrc:121
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Italian (Italy)"
msgstr ""
-#: langtab.hrc:122
+#: svtools/inc/langtab.hrc:122
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Italian (Switzerland)"
msgstr ""
-#: langtab.hrc:123
+#: svtools/inc/langtab.hrc:123
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Japanese"
msgstr ""
-#: langtab.hrc:124
+#: svtools/inc/langtab.hrc:124
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kannada"
msgstr ""
-#: langtab.hrc:125
+#: svtools/inc/langtab.hrc:125
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kashmiri (Kashmir)"
msgstr ""
-#: langtab.hrc:126
+#: svtools/inc/langtab.hrc:126
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kashmiri (India)"
msgstr ""
-#: langtab.hrc:127
+#: svtools/inc/langtab.hrc:127
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kazakh"
msgstr ""
-#: langtab.hrc:128
+#: svtools/inc/langtab.hrc:128
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Konkani"
msgstr ""
-#: langtab.hrc:129
+#: svtools/inc/langtab.hrc:129
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Korean (RoK)"
msgstr ""
-#: langtab.hrc:130
+#: svtools/inc/langtab.hrc:130
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Latvian"
msgstr ""
-#: langtab.hrc:131
+#: svtools/inc/langtab.hrc:131
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lithuanian"
msgstr ""
-#: langtab.hrc:132
+#: svtools/inc/langtab.hrc:132
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Macedonian"
msgstr ""
-#: langtab.hrc:133
+#: svtools/inc/langtab.hrc:133
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Malay (Malaysia)"
msgstr ""
-#: langtab.hrc:134
+#: svtools/inc/langtab.hrc:134
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Malay (Brunei Darussalam)"
msgstr ""
-#: langtab.hrc:135
+#: svtools/inc/langtab.hrc:135
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Malayalam"
msgstr ""
-#: langtab.hrc:136
+#: svtools/inc/langtab.hrc:136
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Manipuri"
msgstr ""
-#: langtab.hrc:137
+#: svtools/inc/langtab.hrc:137
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Marathi"
msgstr ""
-#: langtab.hrc:138
+#: svtools/inc/langtab.hrc:138
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nepali (Nepal)"
msgstr ""
-#: langtab.hrc:139
+#: svtools/inc/langtab.hrc:139
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nepali (India)"
msgstr ""
-#: langtab.hrc:140
+#: svtools/inc/langtab.hrc:140
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Norwegian, Bokmål"
msgstr ""
-#: langtab.hrc:141
+#: svtools/inc/langtab.hrc:141
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Norwegian, Nynorsk"
msgstr ""
-#: langtab.hrc:142
+#: svtools/inc/langtab.hrc:142
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Odia"
msgstr ""
-#: langtab.hrc:143
+#: svtools/inc/langtab.hrc:143
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Polish"
msgstr ""
-#: langtab.hrc:144
+#: svtools/inc/langtab.hrc:144
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Portuguese (Angola)"
msgstr ""
-#: langtab.hrc:145
+#: svtools/inc/langtab.hrc:145
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Portuguese (Portugal)"
msgstr ""
-#: langtab.hrc:146
+#: svtools/inc/langtab.hrc:146
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Portuguese (Brazil)"
msgstr ""
-#: langtab.hrc:147
+#: svtools/inc/langtab.hrc:147
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Punjabi"
msgstr ""
-#: langtab.hrc:148
+#: svtools/inc/langtab.hrc:148
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Rhaeto-Romance"
msgstr ""
-#: langtab.hrc:149
+#: svtools/inc/langtab.hrc:149
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Romanian (Romania)"
msgstr ""
-#: langtab.hrc:150
+#: svtools/inc/langtab.hrc:150
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Romanian (Moldova)"
msgstr ""
-#: langtab.hrc:151
+#: svtools/inc/langtab.hrc:151
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Russian"
msgstr ""
-#: langtab.hrc:152
+#: svtools/inc/langtab.hrc:152
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sanskrit"
msgstr ""
-#: langtab.hrc:153
+#: svtools/inc/langtab.hrc:153
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Cyrillic (Serbia and Montenegro)"
msgstr ""
-#: langtab.hrc:154
+#: svtools/inc/langtab.hrc:154
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Latin (Serbia and Montenegro)"
msgstr ""
-#: langtab.hrc:155
+#: svtools/inc/langtab.hrc:155
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Cyrillic (Serbia)"
msgstr ""
-#: langtab.hrc:156
+#: svtools/inc/langtab.hrc:156
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Latin (Serbia)"
msgstr ""
-#: langtab.hrc:157
+#: svtools/inc/langtab.hrc:157
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Cyrillic (Montenegro)"
msgstr ""
-#: langtab.hrc:158
+#: svtools/inc/langtab.hrc:158
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Latin (Montenegro)"
msgstr ""
-#: langtab.hrc:159
+#: svtools/inc/langtab.hrc:159
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Latin"
msgstr ""
-#: langtab.hrc:160
+#: svtools/inc/langtab.hrc:160
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sidama"
msgstr ""
-#: langtab.hrc:161
+#: svtools/inc/langtab.hrc:161
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sindhi"
msgstr ""
-#: langtab.hrc:162
+#: svtools/inc/langtab.hrc:162
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Slovak"
msgstr ""
-#: langtab.hrc:163
+#: svtools/inc/langtab.hrc:163
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Slovenian"
msgstr ""
-#: langtab.hrc:164
+#: svtools/inc/langtab.hrc:164
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Spain)"
msgstr ""
-#: langtab.hrc:165
+#: svtools/inc/langtab.hrc:165
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Mexico)"
msgstr ""
-#: langtab.hrc:166
+#: svtools/inc/langtab.hrc:166
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Guatemala)"
msgstr ""
-#: langtab.hrc:167
+#: svtools/inc/langtab.hrc:167
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Costa Rica)"
msgstr ""
-#: langtab.hrc:168
+#: svtools/inc/langtab.hrc:168
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Panama)"
msgstr ""
-#: langtab.hrc:169
+#: svtools/inc/langtab.hrc:169
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Dom. Rep.)"
msgstr ""
-#: langtab.hrc:170
+#: svtools/inc/langtab.hrc:170
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Venezuela)"
msgstr ""
-#: langtab.hrc:171
+#: svtools/inc/langtab.hrc:171
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Colombia)"
msgstr ""
-#: langtab.hrc:172
+#: svtools/inc/langtab.hrc:172
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Peru)"
msgstr ""
-#: langtab.hrc:173
+#: svtools/inc/langtab.hrc:173
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Argentina)"
msgstr ""
-#: langtab.hrc:174
+#: svtools/inc/langtab.hrc:174
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Ecuador)"
msgstr ""
-#: langtab.hrc:175
+#: svtools/inc/langtab.hrc:175
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Chile)"
msgstr ""
-#: langtab.hrc:176
+#: svtools/inc/langtab.hrc:176
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Uruguay)"
msgstr ""
-#: langtab.hrc:177
+#: svtools/inc/langtab.hrc:177
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Paraguay)"
msgstr ""
-#: langtab.hrc:178
+#: svtools/inc/langtab.hrc:178
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Bolivia)"
msgstr ""
-#: langtab.hrc:179
+#: svtools/inc/langtab.hrc:179
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (El Salvador)"
msgstr ""
-#: langtab.hrc:180
+#: svtools/inc/langtab.hrc:180
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Honduras)"
msgstr ""
-#: langtab.hrc:181
+#: svtools/inc/langtab.hrc:181
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Nicaragua)"
msgstr ""
-#: langtab.hrc:182
+#: svtools/inc/langtab.hrc:182
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Puerto Rico)"
msgstr ""
-#: langtab.hrc:183
+#: svtools/inc/langtab.hrc:183
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swahili (Kenya)"
msgstr ""
-#: langtab.hrc:184
+#: svtools/inc/langtab.hrc:184
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swedish (Sweden)"
msgstr ""
-#: langtab.hrc:185
+#: svtools/inc/langtab.hrc:185
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swedish (Finland)"
msgstr ""
-#: langtab.hrc:186
+#: svtools/inc/langtab.hrc:186
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tajik"
msgstr ""
-#: langtab.hrc:187
+#: svtools/inc/langtab.hrc:187
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tamil"
msgstr ""
-#: langtab.hrc:188
+#: svtools/inc/langtab.hrc:188
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tatar"
msgstr ""
-#: langtab.hrc:189
+#: svtools/inc/langtab.hrc:189
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Telugu"
msgstr ""
-#: langtab.hrc:190
+#: svtools/inc/langtab.hrc:190
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Thai"
msgstr ""
-#: langtab.hrc:191
+#: svtools/inc/langtab.hrc:191
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Turkish"
msgstr ""
-#: langtab.hrc:192
+#: svtools/inc/langtab.hrc:192
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Urdu (Pakistan)"
msgstr ""
-#: langtab.hrc:193
+#: svtools/inc/langtab.hrc:193
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Urdu (India)"
msgstr ""
-#: langtab.hrc:194
+#: svtools/inc/langtab.hrc:194
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ukrainian"
msgstr ""
-#: langtab.hrc:195
+#: svtools/inc/langtab.hrc:195
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Uzbek Latin"
msgstr ""
-#: langtab.hrc:196
+#: svtools/inc/langtab.hrc:196
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Uzbek Cyrillic"
msgstr ""
-#: langtab.hrc:197
+#: svtools/inc/langtab.hrc:197
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Welsh"
msgstr ""
-#: langtab.hrc:198
+#: svtools/inc/langtab.hrc:198
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Latin"
msgstr ""
-#: langtab.hrc:199
+#: svtools/inc/langtab.hrc:199
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Esperanto"
msgstr ""
-#: langtab.hrc:200
+#: svtools/inc/langtab.hrc:200
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kinyarwanda (Rwanda)"
msgstr ""
-#: langtab.hrc:201
+#: svtools/inc/langtab.hrc:201
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maori"
msgstr ""
-#: langtab.hrc:202
+#: svtools/inc/langtab.hrc:202
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Galician"
msgstr ""
-#: langtab.hrc:203
+#: svtools/inc/langtab.hrc:203
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dhivehi"
msgstr ""
-#: langtab.hrc:204
+#: svtools/inc/langtab.hrc:204
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Northern Sotho"
msgstr ""
-#: langtab.hrc:205
+#: svtools/inc/langtab.hrc:205
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gaelic (Scotland)"
msgstr ""
-#: langtab.hrc:206
+#: svtools/inc/langtab.hrc:206
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mongolian Cyrillic"
msgstr ""
-#: langtab.hrc:207
+#: svtools/inc/langtab.hrc:207
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mongolian Mongolian"
msgstr ""
-#: langtab.hrc:208
+#: svtools/inc/langtab.hrc:208
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Interlingua"
msgstr ""
-#: langtab.hrc:209
+#: svtools/inc/langtab.hrc:209
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bosnian"
msgstr ""
-#: langtab.hrc:210
+#: svtools/inc/langtab.hrc:210
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bengali (Bangladesh)"
msgstr ""
-#: langtab.hrc:211
+#: svtools/inc/langtab.hrc:211
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Occitan"
msgstr ""
-#: langtab.hrc:212
+#: svtools/inc/langtab.hrc:212
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Khmer"
msgstr ""
-#: langtab.hrc:213
+#: svtools/inc/langtab.hrc:213
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Northern (Turkey)"
msgstr ""
-#: langtab.hrc:214
+#: svtools/inc/langtab.hrc:214
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Northern (Syria)"
msgstr ""
-#: langtab.hrc:215
+#: svtools/inc/langtab.hrc:215
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Central (Iraq)"
msgstr ""
-#: langtab.hrc:216
+#: svtools/inc/langtab.hrc:216
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Central (Iran)"
msgstr ""
-#: langtab.hrc:217
+#: svtools/inc/langtab.hrc:217
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Southern (Iran)"
msgstr ""
-#: langtab.hrc:218
+#: svtools/inc/langtab.hrc:218
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Southern (Iraq)"
msgstr ""
-#: langtab.hrc:219
+#: svtools/inc/langtab.hrc:219
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian"
msgstr ""
-#: langtab.hrc:220
+#: svtools/inc/langtab.hrc:220
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dzongkha"
msgstr ""
-#: langtab.hrc:221
+#: svtools/inc/langtab.hrc:221
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swahili (Tanzania)"
msgstr ""
-#: langtab.hrc:222
+#: svtools/inc/langtab.hrc:222
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lao"
msgstr ""
-#: langtab.hrc:223
+#: svtools/inc/langtab.hrc:223
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Irish"
msgstr ""
-#: langtab.hrc:224
+#: svtools/inc/langtab.hrc:224
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tibetan (PR China)"
msgstr ""
-#: langtab.hrc:225
+#: svtools/inc/langtab.hrc:225
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Georgian"
msgstr ""
-#: langtab.hrc:226
+#: svtools/inc/langtab.hrc:226
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Frisian"
msgstr ""
-#: langtab.hrc:227
+#: svtools/inc/langtab.hrc:227
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tswana (South Africa)"
msgstr ""
-#: langtab.hrc:228
+#: svtools/inc/langtab.hrc:228
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Zulu"
msgstr ""
-#: langtab.hrc:229
+#: svtools/inc/langtab.hrc:229
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Vietnamese"
msgstr ""
-#: langtab.hrc:230
+#: svtools/inc/langtab.hrc:230
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Breton"
msgstr ""
-#: langtab.hrc:231
+#: svtools/inc/langtab.hrc:231
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kalaallisut"
msgstr ""
-#: langtab.hrc:232
+#: svtools/inc/langtab.hrc:232
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ndebele, South"
msgstr ""
-#: langtab.hrc:233
+#: svtools/inc/langtab.hrc:233
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Southern Sotho"
msgstr ""
-#: langtab.hrc:234
+#: svtools/inc/langtab.hrc:234
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swazi"
msgstr ""
-#: langtab.hrc:235
+#: svtools/inc/langtab.hrc:235
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tsonga"
msgstr ""
-#: langtab.hrc:236
+#: svtools/inc/langtab.hrc:236
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Venda"
msgstr ""
-#: langtab.hrc:237
+#: svtools/inc/langtab.hrc:237
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tswana (Botswana)"
msgstr ""
-#: langtab.hrc:238
+#: svtools/inc/langtab.hrc:238
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Xhosa"
msgstr ""
-#: langtab.hrc:239
+#: svtools/inc/langtab.hrc:239
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sinhala"
msgstr ""
-#: langtab.hrc:240
+#: svtools/inc/langtab.hrc:240
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Moore"
msgstr ""
-#: langtab.hrc:241
+#: svtools/inc/langtab.hrc:241
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bambara"
msgstr ""
-#: langtab.hrc:242
+#: svtools/inc/langtab.hrc:242
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Akan"
msgstr ""
-#: langtab.hrc:243
+#: svtools/inc/langtab.hrc:243
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Luxembourgish"
msgstr ""
-#: langtab.hrc:244
+#: svtools/inc/langtab.hrc:244
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Friulian"
msgstr ""
-#: langtab.hrc:245
+#: svtools/inc/langtab.hrc:245
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Fijian"
msgstr ""
-#: langtab.hrc:246
+#: svtools/inc/langtab.hrc:246
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Afrikaans (Namibia)"
msgstr ""
-#: langtab.hrc:247
+#: svtools/inc/langtab.hrc:247
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Namibia)"
msgstr ""
-#: langtab.hrc:248
+#: svtools/inc/langtab.hrc:248
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Walloon"
msgstr ""
-#: langtab.hrc:249
+#: svtools/inc/langtab.hrc:249
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Coptic"
msgstr ""
-#: langtab.hrc:250
+#: svtools/inc/langtab.hrc:250
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tigrigna (Eritrea)"
msgstr ""
-#: langtab.hrc:251
+#: svtools/inc/langtab.hrc:251
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tigrigna (Ethiopia)"
msgstr ""
-#: langtab.hrc:252
+#: svtools/inc/langtab.hrc:252
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Amharic"
msgstr ""
-#: langtab.hrc:253
+#: svtools/inc/langtab.hrc:253
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kirghiz"
msgstr ""
-#: langtab.hrc:254
+#: svtools/inc/langtab.hrc:254
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Belgium)"
msgstr ""
-#: langtab.hrc:255
+#: svtools/inc/langtab.hrc:255
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chuvash"
msgstr ""
-#: langtab.hrc:256
+#: svtools/inc/langtab.hrc:256
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Burmese"
msgstr ""
-#: langtab.hrc:257
+#: svtools/inc/langtab.hrc:257
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hausa (Nigeria)"
msgstr ""
-#: langtab.hrc:258
+#: svtools/inc/langtab.hrc:258
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hausa (Ghana)"
msgstr ""
-#: langtab.hrc:259
+#: svtools/inc/langtab.hrc:259
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Éwé"
msgstr ""
-#: langtab.hrc:260
+#: svtools/inc/langtab.hrc:260
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Ghana)"
msgstr ""
-#: langtab.hrc:261
+#: svtools/inc/langtab.hrc:261
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sango"
msgstr ""
-#: langtab.hrc:262
+#: svtools/inc/langtab.hrc:262
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tagalog"
msgstr ""
-#: langtab.hrc:263
+#: svtools/inc/langtab.hrc:263
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ganda"
msgstr ""
-#: langtab.hrc:264
+#: svtools/inc/langtab.hrc:264
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lingala"
msgstr ""
-#: langtab.hrc:265
+#: svtools/inc/langtab.hrc:265
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Low German"
msgstr ""
-#: langtab.hrc:266
+#: svtools/inc/langtab.hrc:266
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hiligaynon"
msgstr ""
-#: langtab.hrc:267
+#: svtools/inc/langtab.hrc:267
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nyanja"
msgstr ""
-#: langtab.hrc:268
+#: svtools/inc/langtab.hrc:268
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kashubian"
msgstr ""
-#: langtab.hrc:269
+#: svtools/inc/langtab.hrc:269
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Cuba)"
msgstr ""
-#: langtab.hrc:270
+#: svtools/inc/langtab.hrc:270
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tetun (Indonesia)"
msgstr ""
-#: langtab.hrc:271
+#: svtools/inc/langtab.hrc:271
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Quechua (Bolivia, North)"
msgstr ""
-#: langtab.hrc:272
+#: svtools/inc/langtab.hrc:272
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Quechua (Bolivia, South)"
msgstr ""
-#: langtab.hrc:273
+#: svtools/inc/langtab.hrc:273
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Somali"
msgstr ""
-#: langtab.hrc:274
+#: svtools/inc/langtab.hrc:274
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Inari (Finland)"
msgstr ""
-#: langtab.hrc:275
+#: svtools/inc/langtab.hrc:275
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Lule (Norway)"
msgstr ""
-#: langtab.hrc:276
+#: svtools/inc/langtab.hrc:276
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Lule (Sweden)"
msgstr ""
-#: langtab.hrc:277
+#: svtools/inc/langtab.hrc:277
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Northern (Finland)"
msgstr ""
-#: langtab.hrc:278
+#: svtools/inc/langtab.hrc:278
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Northern (Norway)"
msgstr ""
-#: langtab.hrc:279
+#: svtools/inc/langtab.hrc:279
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Northern (Sweden)"
msgstr ""
-#: langtab.hrc:280
+#: svtools/inc/langtab.hrc:280
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Skolt (Finland)"
msgstr ""
-#: langtab.hrc:281
+#: svtools/inc/langtab.hrc:281
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Southern (Norway)"
msgstr ""
-#: langtab.hrc:282
+#: svtools/inc/langtab.hrc:282
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Southern (Sweden)"
msgstr ""
-#: langtab.hrc:283
+#: svtools/inc/langtab.hrc:283
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Kildin (Russia)"
msgstr ""
-#: langtab.hrc:284
+#: svtools/inc/langtab.hrc:284
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Guarani (Paraguay)"
msgstr ""
-#: langtab.hrc:285
+#: svtools/inc/langtab.hrc:285
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bodo"
msgstr ""
-#: langtab.hrc:286
+#: svtools/inc/langtab.hrc:286
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dogri"
msgstr ""
-#: langtab.hrc:287
+#: svtools/inc/langtab.hrc:287
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maithili"
msgstr ""
-#: langtab.hrc:288
+#: svtools/inc/langtab.hrc:288
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Santali"
msgstr ""
-#: langtab.hrc:289
+#: svtools/inc/langtab.hrc:289
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tetun (Timor-Leste)"
msgstr ""
-#: langtab.hrc:290
+#: svtools/inc/langtab.hrc:290
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Turkmen"
msgstr ""
-#: langtab.hrc:291
+#: svtools/inc/langtab.hrc:291
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maltese"
msgstr ""
-#: langtab.hrc:292
+#: svtools/inc/langtab.hrc:292
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tok Pisin"
msgstr ""
-#: langtab.hrc:293
+#: svtools/inc/langtab.hrc:293
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Shuswap"
msgstr ""
-#: langtab.hrc:294
+#: svtools/inc/langtab.hrc:294
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Oromo"
msgstr ""
-#: langtab.hrc:295
+#: svtools/inc/langtab.hrc:295
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Greek, Ancient"
msgstr ""
-#: langtab.hrc:296
+#: svtools/inc/langtab.hrc:296
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yiddish (Israel)"
msgstr ""
-#: langtab.hrc:297
+#: svtools/inc/langtab.hrc:297
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Quechua (Ecuador)"
msgstr ""
-#: langtab.hrc:298
+#: svtools/inc/langtab.hrc:298
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Uyghur"
msgstr ""
-#: langtab.hrc:299
+#: svtools/inc/langtab.hrc:299
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Asturian"
msgstr ""
-#: langtab.hrc:300
+#: svtools/inc/langtab.hrc:300
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sorbian, Upper"
msgstr ""
-#: langtab.hrc:301
+#: svtools/inc/langtab.hrc:301
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sorbian, Lower"
msgstr ""
-#: langtab.hrc:302
+#: svtools/inc/langtab.hrc:302
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Latgalian"
msgstr ""
-#: langtab.hrc:303
+#: svtools/inc/langtab.hrc:303
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maore"
msgstr ""
-#: langtab.hrc:304
+#: svtools/inc/langtab.hrc:304
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bushi"
msgstr ""
-#: langtab.hrc:305
+#: svtools/inc/langtab.hrc:305
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tahitian"
msgstr ""
-#: langtab.hrc:306
+#: svtools/inc/langtab.hrc:306
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Malagasy, Plateau"
msgstr ""
-#: langtab.hrc:307
+#: svtools/inc/langtab.hrc:307
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamentu (Netherlands Antilles)"
msgstr ""
-#: langtab.hrc:308
+#: svtools/inc/langtab.hrc:308
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamento (Aruba)"
msgstr ""
-#: langtab.hrc:309
+#: svtools/inc/langtab.hrc:309
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Campidanese"
msgstr ""
-#: langtab.hrc:310
+#: svtools/inc/langtab.hrc:310
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Gallurese"
msgstr ""
-#: langtab.hrc:311
+#: svtools/inc/langtab.hrc:311
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Logudorese"
msgstr ""
-#: langtab.hrc:312
+#: svtools/inc/langtab.hrc:312
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Sassarese"
msgstr ""
-#: langtab.hrc:313
+#: svtools/inc/langtab.hrc:313
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bafia"
msgstr ""
-#: langtab.hrc:314
+#: svtools/inc/langtab.hrc:314
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gikuyu"
msgstr ""
-#: langtab.hrc:315
+#: svtools/inc/langtab.hrc:315
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yoruba"
msgstr ""
-#: langtab.hrc:316
+#: svtools/inc/langtab.hrc:316
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Rusyn (Ukraine)"
msgstr ""
-#: langtab.hrc:317
+#: svtools/inc/langtab.hrc:317
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Rusyn (Slovakia)"
msgstr ""
-#: langtab.hrc:318
+#: svtools/inc/langtab.hrc:318
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kabyle Latin"
msgstr ""
-#: langtab.hrc:319
+#: svtools/inc/langtab.hrc:319
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yiddish (USA)"
msgstr ""
-#: langtab.hrc:320
+#: svtools/inc/langtab.hrc:320
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hawaiian"
msgstr ""
-#: langtab.hrc:321
+#: svtools/inc/langtab.hrc:321
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Limbu"
msgstr ""
-#: langtab.hrc:322
+#: svtools/inc/langtab.hrc:322
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lojban"
msgstr ""
-#: langtab.hrc:323
+#: svtools/inc/langtab.hrc:323
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Haitian"
msgstr ""
-#: langtab.hrc:324
+#: svtools/inc/langtab.hrc:324
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Beembe"
msgstr ""
-#: langtab.hrc:325
+#: svtools/inc/langtab.hrc:325
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bekwel"
msgstr ""
-#: langtab.hrc:326
+#: svtools/inc/langtab.hrc:326
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kituba (Congo)"
msgstr ""
-#: langtab.hrc:327
+#: svtools/inc/langtab.hrc:327
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lari"
msgstr ""
-#: langtab.hrc:328
+#: svtools/inc/langtab.hrc:328
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mbochi"
msgstr ""
-#: langtab.hrc:329
+#: svtools/inc/langtab.hrc:329
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Eboo"
msgstr ""
-#: langtab.hrc:330
+#: svtools/inc/langtab.hrc:330
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Ibali"
msgstr ""
-#: langtab.hrc:331
+#: svtools/inc/langtab.hrc:331
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Tyee"
msgstr ""
-#: langtab.hrc:332
+#: svtools/inc/langtab.hrc:332
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Vili"
msgstr ""
-#: langtab.hrc:333
+#: svtools/inc/langtab.hrc:333
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "KeyID"
msgstr ""
-#: langtab.hrc:334
+#: svtools/inc/langtab.hrc:334
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Latin"
msgstr ""
-#: langtab.hrc:335
+#: svtools/inc/langtab.hrc:335
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kyrgyz (China)"
msgstr ""
-#: langtab.hrc:336
+#: svtools/inc/langtab.hrc:336
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Komi-Zyrian"
msgstr ""
-#: langtab.hrc:337
+#: svtools/inc/langtab.hrc:337
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Komi-Permyak"
msgstr ""
-#: langtab.hrc:338
+#: svtools/inc/langtab.hrc:338
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pitjantjatjara"
msgstr ""
-#: langtab.hrc:339
+#: svtools/inc/langtab.hrc:339
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Malawi)"
msgstr ""
-#: langtab.hrc:340
+#: svtools/inc/langtab.hrc:340
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Erzya"
msgstr ""
-#: langtab.hrc:341
+#: svtools/inc/langtab.hrc:341
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mari, Meadow"
msgstr ""
-#: langtab.hrc:342
+#: svtools/inc/langtab.hrc:342
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamento (Curaçao)"
msgstr ""
-#: langtab.hrc:343
+#: svtools/inc/langtab.hrc:343
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamento (Bonaire)"
msgstr ""
-#: langtab.hrc:344
+#: svtools/inc/langtab.hrc:344
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Khanty"
msgstr ""
-#: langtab.hrc:345
+#: svtools/inc/langtab.hrc:345
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Livonian"
msgstr ""
-#: langtab.hrc:346
+#: svtools/inc/langtab.hrc:346
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Moksha"
msgstr ""
-#: langtab.hrc:347
+#: svtools/inc/langtab.hrc:347
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mari, Hill"
msgstr ""
-#: langtab.hrc:348
+#: svtools/inc/langtab.hrc:348
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nganasan"
msgstr ""
-#: langtab.hrc:349
+#: svtools/inc/langtab.hrc:349
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Olonets"
msgstr ""
-#: langtab.hrc:350
+#: svtools/inc/langtab.hrc:350
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Veps"
msgstr ""
-#: langtab.hrc:351
+#: svtools/inc/langtab.hrc:351
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Võro"
msgstr ""
-#: langtab.hrc:352
+#: svtools/inc/langtab.hrc:352
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nenets"
msgstr ""
-#: langtab.hrc:353
+#: svtools/inc/langtab.hrc:353
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Aka (Congo)"
msgstr ""
-#: langtab.hrc:354
+#: svtools/inc/langtab.hrc:354
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dibole"
msgstr ""
-#: langtab.hrc:355
+#: svtools/inc/langtab.hrc:355
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Doondo"
msgstr ""
-#: langtab.hrc:356
+#: svtools/inc/langtab.hrc:356
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kaamba"
msgstr ""
-#: langtab.hrc:357
+#: svtools/inc/langtab.hrc:357
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Koongo (Congo)"
msgstr ""
-#: langtab.hrc:358
+#: svtools/inc/langtab.hrc:358
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kunyi"
msgstr ""
-#: langtab.hrc:359
+#: svtools/inc/langtab.hrc:359
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ngungwel"
msgstr ""
-#: langtab.hrc:360
+#: svtools/inc/langtab.hrc:360
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Njyem (Congo)"
msgstr ""
-#: langtab.hrc:361
+#: svtools/inc/langtab.hrc:361
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Punu"
msgstr ""
-#: langtab.hrc:362
+#: svtools/inc/langtab.hrc:362
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Suundi"
msgstr ""
-#: langtab.hrc:363
+#: svtools/inc/langtab.hrc:363
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Kukuya"
msgstr ""
-#: langtab.hrc:364
+#: svtools/inc/langtab.hrc:364
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tsaangi"
msgstr ""
-#: langtab.hrc:365
+#: svtools/inc/langtab.hrc:365
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yaka"
msgstr ""
-#: langtab.hrc:366
+#: svtools/inc/langtab.hrc:366
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yombe (Congo)"
msgstr ""
-#: langtab.hrc:367
+#: svtools/inc/langtab.hrc:367
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "N'ko"
msgstr ""
-#: langtab.hrc:368
+#: svtools/inc/langtab.hrc:368
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Udmurt"
msgstr ""
-#: langtab.hrc:369
+#: svtools/inc/langtab.hrc:369
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tibetan (India)"
msgstr ""
-#: langtab.hrc:370
+#: svtools/inc/langtab.hrc:370
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Cornish"
msgstr ""
-#: langtab.hrc:371
+#: svtools/inc/langtab.hrc:371
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Pite (Sweden)"
msgstr ""
-#: langtab.hrc:372
+#: svtools/inc/langtab.hrc:372
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ngäbere"
msgstr ""
-#: langtab.hrc:373
+#: svtools/inc/langtab.hrc:373
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kumyk"
msgstr ""
-#: langtab.hrc:374
+#: svtools/inc/langtab.hrc:374
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nogai"
msgstr ""
-#: langtab.hrc:375
+#: svtools/inc/langtab.hrc:375
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Karakalpak Latin"
msgstr ""
-#: langtab.hrc:376
+#: svtools/inc/langtab.hrc:376
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ladin"
msgstr ""
-#: langtab.hrc:377
+#: svtools/inc/langtab.hrc:377
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Burkina Faso)"
msgstr ""
-#: langtab.hrc:378
+#: svtools/inc/langtab.hrc:378
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Puinave"
msgstr ""
-#: langtab.hrc:379
+#: svtools/inc/langtab.hrc:379
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maninkakan, Eastern, Latin"
msgstr ""
-#: langtab.hrc:380
+#: svtools/inc/langtab.hrc:380
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Avar"
msgstr ""
-#: langtab.hrc:381
+#: svtools/inc/langtab.hrc:381
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Cree, Plains, Latin"
msgstr ""
-#: langtab.hrc:382
+#: svtools/inc/langtab.hrc:382
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Cree, Plains, Syllabics"
msgstr ""
-#: langtab.hrc:383
+#: svtools/inc/langtab.hrc:383
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lengo"
msgstr ""
-#: langtab.hrc:384
+#: svtools/inc/langtab.hrc:384
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Côte d'Ivoire)"
msgstr ""
-#: langtab.hrc:385
+#: svtools/inc/langtab.hrc:385
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Mali)"
msgstr ""
-#: langtab.hrc:386
+#: svtools/inc/langtab.hrc:386
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Senegal)"
msgstr ""
-#: langtab.hrc:387
+#: svtools/inc/langtab.hrc:387
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Benin)"
msgstr ""
-#: langtab.hrc:388
+#: svtools/inc/langtab.hrc:388
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Niger)"
msgstr ""
-#: langtab.hrc:389
+#: svtools/inc/langtab.hrc:389
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Togo)"
msgstr ""
-#: langtab.hrc:390
+#: svtools/inc/langtab.hrc:390
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kven Finnish"
msgstr ""
-#: langtab.hrc:391
+#: svtools/inc/langtab.hrc:391
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Venetian"
msgstr ""
-#: langtab.hrc:392
+#: svtools/inc/langtab.hrc:392
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Gambia)"
msgstr ""
-#: langtab.hrc:393
+#: svtools/inc/langtab.hrc:393
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Aranese"
msgstr ""
-#: langtab.hrc:394
+#: svtools/inc/langtab.hrc:394
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arpitan (France)"
msgstr ""
-#: langtab.hrc:395
+#: svtools/inc/langtab.hrc:395
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arpitan (Italy)"
msgstr ""
-#: langtab.hrc:396
+#: svtools/inc/langtab.hrc:396
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arpitan (Switzerland)"
msgstr ""
-#: langtab.hrc:397
+#: svtools/inc/langtab.hrc:397
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Botswana)"
msgstr ""
-#: langtab.hrc:398
+#: svtools/inc/langtab.hrc:398
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Interlingue Occidental"
msgstr ""
-#: langtab.hrc:399
+#: svtools/inc/langtab.hrc:399
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Apatani"
msgstr ""
-#: langtab.hrc:400
+#: svtools/inc/langtab.hrc:400
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Mauritius)"
msgstr ""
-#: langtab.hrc:401
+#: svtools/inc/langtab.hrc:401
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Mauritius)"
msgstr ""
-#: langtab.hrc:402
+#: svtools/inc/langtab.hrc:402
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Silesian"
msgstr ""
-#: langtab.hrc:403
+#: svtools/inc/langtab.hrc:403
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hungarian (Szekely-Hungarian Rovas)"
msgstr ""
-#: langtab.hrc:404
+#: svtools/inc/langtab.hrc:404
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Malaysia)"
msgstr ""
-#: langtab.hrc:405
+#: svtools/inc/langtab.hrc:405
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Manchu"
msgstr ""
-#: langtab.hrc:406
+#: svtools/inc/langtab.hrc:406
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Xibe"
msgstr ""
-#: langtab.hrc:407
+#: svtools/inc/langtab.hrc:407
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kituba (Democratic Republic of the Congo)"
msgstr ""
-#: langtab.hrc:408
+#: svtools/inc/langtab.hrc:408
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Fon"
msgstr "Аҿаҧшыра"
-#: langtab.hrc:409
+#: svtools/inc/langtab.hrc:409
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Plautdietsch"
msgstr ""
-#: templwin.hrc:42
+#: svtools/inc/langtab.hrc:410
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Armenian, Eastern (Russia)"
+msgstr ""
+
+#: svtools/inc/langtab.hrc:411
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Armenian, Eastern (Iran)"
+msgstr ""
+
+#: svtools/inc/langtab.hrc:412
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Armenian, Western (Armenia)"
+msgstr ""
+
+#: svtools/inc/langtab.hrc:413
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Armenian, Classic (Armenia)"
+msgstr ""
+
+#: svtools/inc/templwin.hrc:42
#, fuzzy
msgctxt "STRARY_SVT_DOCINFO"
msgid "Title"
msgstr "Ахы"
-#: templwin.hrc:43
+#: svtools/inc/templwin.hrc:43
msgctxt "STRARY_SVT_DOCINFO"
msgid "By"
msgstr ""
-#: templwin.hrc:44
+#: svtools/inc/templwin.hrc:44
msgctxt "STRARY_SVT_DOCINFO"
msgid "Date"
msgstr "Арыцхә"
-#: templwin.hrc:45
+#: svtools/inc/templwin.hrc:45
msgctxt "STRARY_SVT_DOCINFO"
msgid "Keywords"
msgstr "Ихадоу ажәақәа"
-#: templwin.hrc:46
+#: svtools/inc/templwin.hrc:46
msgctxt "STRARY_SVT_DOCINFO"
msgid "Description"
msgstr "Ахҳәаа"
-#: templwin.hrc:47
+#: svtools/inc/templwin.hrc:47
msgctxt "STRARY_SVT_DOCINFO"
msgid "Type"
msgstr "Атип"
-#: templwin.hrc:48
+#: svtools/inc/templwin.hrc:48
msgctxt "STRARY_SVT_DOCINFO"
msgid "Modified on"
msgstr ""
-#: templwin.hrc:49
+#: svtools/inc/templwin.hrc:49
msgctxt "STRARY_SVT_DOCINFO"
msgid "Modified by"
msgstr ""
-#: templwin.hrc:50
+#: svtools/inc/templwin.hrc:50
msgctxt "STRARY_SVT_DOCINFO"
msgid "Printed on"
msgstr "Акьыҧхьра арыцхә"
-#: templwin.hrc:51
+#: svtools/inc/templwin.hrc:51
msgctxt "STRARY_SVT_DOCINFO"
msgid "Printed by"
msgstr "Икьыҧхьуп"
-#: templwin.hrc:52
+#: svtools/inc/templwin.hrc:52
msgctxt "STRARY_SVT_DOCINFO"
msgid "Subject"
msgstr "Атема"
-#: templwin.hrc:53
+#: svtools/inc/templwin.hrc:53
msgctxt "STRARY_SVT_DOCINFO"
msgid "Size"
msgstr "Ашәагаа"
-#: addresstemplatedialog.ui:9
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:9
msgctxt "addresstemplatedialog|AddressTemplateDialog"
msgid "Templates: Address Book Assignment"
msgstr ""
-#: addresstemplatedialog.ui:104
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:104
msgctxt "addresstemplatedialog|label33"
msgid "Data source:"
msgstr "Адырқәа рхыҵхырҭа:"
-#: addresstemplatedialog.ui:118
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:118
msgctxt "addresstemplatedialog|label43"
msgid "Table:"
msgstr "Атаблица:"
-#: addresstemplatedialog.ui:165
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:163
msgctxt "addresstemplatedialog|admin"
msgid "_Address Data Source..."
msgstr ""
-#: addresstemplatedialog.ui:187
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:185
msgctxt "addresstemplatedialog|label100"
msgid "Address Book Source"
msgstr ""
-#: addresstemplatedialog.ui:522
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:520
msgctxt "addresstemplatedialog|label23"
msgid "Field Assignment"
msgstr ""
-#: fileviewmenu.ui:12
+#: svtools/uiconfig/ui/fileviewmenu.ui:12
msgctxt "fileviewmenu|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: fileviewmenu.ui:20
+#: svtools/uiconfig/ui/fileviewmenu.ui:20
msgctxt "fileviewmenu|rename"
msgid "_Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: graphicexport.ui:31
+#: svtools/uiconfig/ui/graphicexport.ui:31
msgctxt "graphicexport|liststore1"
msgid "pixels/cm"
msgstr ""
-#: graphicexport.ui:34
+#: svtools/uiconfig/ui/graphicexport.ui:34
msgctxt "graphicexport|liststore1"
msgid "pixels/inch"
msgstr ""
-#: graphicexport.ui:37
+#: svtools/uiconfig/ui/graphicexport.ui:37
msgctxt "graphicexport|liststore1"
msgid "pixels/meter"
msgstr ""
-#: graphicexport.ui:48
+#: svtools/uiconfig/ui/graphicexport.ui:48
msgctxt "graphicexport|liststore2"
msgid "inches"
msgstr ""
-#: graphicexport.ui:51
+#: svtools/uiconfig/ui/graphicexport.ui:51
msgctxt "graphicexport|liststore2"
msgid "cm"
msgstr "см"
-#: graphicexport.ui:54
+#: svtools/uiconfig/ui/graphicexport.ui:54
msgctxt "graphicexport|liststore2"
msgid "mm"
msgstr "мм"
-#: graphicexport.ui:57
+#: svtools/uiconfig/ui/graphicexport.ui:57
msgctxt "graphicexport|liststore2"
msgid "points"
msgstr "акәаҧқәа"
-#: graphicexport.ui:60
+#: svtools/uiconfig/ui/graphicexport.ui:60
msgctxt "graphicexport|liststore2"
msgid "pixels"
msgstr "пикс."
-#: graphicexport.ui:67
+#: svtools/uiconfig/ui/graphicexport.ui:67
msgctxt "graphicexport|GraphicExportDialog"
msgid "%1 Options"
msgstr "%1 апараметрқәа"
-#: graphicexport.ui:159
+#: svtools/uiconfig/ui/graphicexport.ui:159
msgctxt "graphicexport|label5"
msgid "Width:"
msgstr "Аҭбаара:"
-#: graphicexport.ui:173
+#: svtools/uiconfig/ui/graphicexport.ui:173
msgctxt "graphicexport|label6"
msgid "Height:"
msgstr "Аҳаракыра:"
-#: graphicexport.ui:187
+#: svtools/uiconfig/ui/graphicexport.ui:187
msgctxt "graphicexport|resolutionft"
msgid "Resolution:"
msgstr ""
-#: graphicexport.ui:271
+#: svtools/uiconfig/ui/graphicexport.ui:268
msgctxt "graphicexport|label1"
msgid "Size"
msgstr "Ашәагаа"
-#: graphicexport.ui:307
+#: svtools/uiconfig/ui/graphicexport.ui:304
msgctxt "graphicexport|label2"
msgid "Color Depth"
msgstr ""
-#: graphicexport.ui:370
+#: svtools/uiconfig/ui/graphicexport.ui:366
msgctxt "graphicexport|label9"
msgid "Quality"
msgstr ""
-#: graphicexport.ui:433
+#: svtools/uiconfig/ui/graphicexport.ui:428
msgctxt "graphicexport|label"
msgid "Compression"
msgstr ""
-#: graphicexport.ui:459
+#: svtools/uiconfig/ui/graphicexport.ui:454
msgctxt "graphicexport|rlecb"
msgid "RLE encoding"
msgstr ""
-#: graphicexport.ui:474
+#: svtools/uiconfig/ui/graphicexport.ui:470
msgctxt "graphicexport|label3"
msgid "Compression"
msgstr ""
-#: graphicexport.ui:500
+#: svtools/uiconfig/ui/graphicexport.ui:496
msgctxt "graphicexport|interlacedcb"
msgid "Interlaced"
msgstr ""
-#: graphicexport.ui:515
+#: svtools/uiconfig/ui/graphicexport.ui:512
msgctxt "graphicexport|label12"
msgid "Mode"
msgstr "Арежим"
-#: graphicexport.ui:541
+#: svtools/uiconfig/ui/graphicexport.ui:538
msgctxt "graphicexport|savetransparencycb"
msgid "Save transparency"
msgstr ""
-#: graphicexport.ui:556
+#: svtools/uiconfig/ui/graphicexport.ui:554
msgctxt "graphicexport|labe"
msgid "Drawing Objects"
msgstr "Асахьақәа"
-#: graphicexport.ui:586
+#: svtools/uiconfig/ui/graphicexport.ui:584
msgctxt "graphicexport|binarycb"
msgid "Binary"
msgstr ""
-#: graphicexport.ui:601
+#: svtools/uiconfig/ui/graphicexport.ui:600
msgctxt "graphicexport|textcb"
msgid "Text"
msgstr "Атеқст"
-#: graphicexport.ui:623
+#: svtools/uiconfig/ui/graphicexport.ui:623
msgctxt "graphicexport|label16"
msgid "Encoding"
msgstr ""
-#: graphicexport.ui:657
+#: svtools/uiconfig/ui/graphicexport.ui:657
msgctxt "graphicexport|tiffpreviewcb"
msgid "Image preview (TIFF)"
msgstr ""
-#: graphicexport.ui:672
+#: svtools/uiconfig/ui/graphicexport.ui:673
msgctxt "graphicexport|epsipreviewcb"
msgid "Interchange (EPSI)"
msgstr ""
-#: graphicexport.ui:692
+#: svtools/uiconfig/ui/graphicexport.ui:694
msgctxt "graphicexport|label17"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: graphicexport.ui:722
+#: svtools/uiconfig/ui/graphicexport.ui:724
msgctxt "graphicexport|color1rb"
msgid "Color"
msgstr "Аҧштәы"
-#: graphicexport.ui:737
+#: svtools/uiconfig/ui/graphicexport.ui:740
msgctxt "graphicexport|color2rb"
msgid "Grayscale"
msgstr ""
-#: graphicexport.ui:759
+#: svtools/uiconfig/ui/graphicexport.ui:763
msgctxt "graphicexport|label18"
msgid "Color Format"
msgstr "Аҧштәы аформат"
-#: graphicexport.ui:789
+#: svtools/uiconfig/ui/graphicexport.ui:793
msgctxt "graphicexport|level1rb"
msgid "Level 1"
msgstr ""
-#: graphicexport.ui:804
+#: svtools/uiconfig/ui/graphicexport.ui:809
msgctxt "graphicexport|level2rb"
msgid "Level 2"
msgstr ""
-#: graphicexport.ui:826
+#: svtools/uiconfig/ui/graphicexport.ui:832
msgctxt "graphicexport|label19"
msgid "Version"
msgstr "Аверсиа"
-#: graphicexport.ui:856
+#: svtools/uiconfig/ui/graphicexport.ui:862
msgctxt "graphicexport|compresslzw"
msgid "LZW encoding"
msgstr ""
-#: graphicexport.ui:871
+#: svtools/uiconfig/ui/graphicexport.ui:878
msgctxt "graphicexport|compressnone"
msgid "None"
msgstr "Мап"
-#: graphicexport.ui:893
+#: svtools/uiconfig/ui/graphicexport.ui:901
msgctxt "graphicexport|label20"
msgid "Compression"
msgstr ""
-#: graphicexport.ui:939
+#: svtools/uiconfig/ui/graphicexport.ui:947
msgctxt "graphicexport|label4"
msgid "Information"
msgstr "Аинформациа"
-#: javadisableddialog.ui:8
+#: svtools/uiconfig/ui/javadisableddialog.ui:7
msgctxt "javadisableddialog|JavaDisabledDialog"
msgid "Enable JRE?"
msgstr ""
-#: javadisableddialog.ui:13
+#: svtools/uiconfig/ui/javadisableddialog.ui:13
msgctxt "javadisableddialog|JavaDisabledDialog"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. However, use of a JRE has been disabled. Do you want to enable the use of a JRE now?"
msgstr ""
-#: placeedit.ui:22
+#: svtools/uiconfig/ui/placeedit.ui:18
+msgctxt "placeedit|PlaceEditDialog"
+msgid "File Services"
+msgstr "Афаилтә маҵзурақәа"
+
+#: svtools/uiconfig/ui/placeedit.ui:111
+msgctxt "placeedit|typeLabel"
+msgid "Type:"
+msgstr "Атип:"
+
+#: svtools/uiconfig/ui/placeedit.ui:127
msgctxt "placeedit|liststore1"
msgid "WebDAV"
msgstr ""
-#: placeedit.ui:25
+#: svtools/uiconfig/ui/placeedit.ui:128
msgctxt "placeedit|liststore1"
msgid "FTP"
msgstr ""
-#: placeedit.ui:28
+#: svtools/uiconfig/ui/placeedit.ui:129
msgctxt "placeedit|liststore1"
msgid "SSH"
msgstr ""
-#: placeedit.ui:31
+#: svtools/uiconfig/ui/placeedit.ui:130
msgctxt "placeedit|liststore1"
msgid "Windows Share"
msgstr ""
-#: placeedit.ui:39
-msgctxt "placeedit|PlaceEditDialog"
-msgid "File Services"
-msgstr "Афаилтә маҵзурақәа"
-
-#: placeedit.ui:130
-msgctxt "placeedit|typeLabel"
-msgid "Type:"
-msgstr "Атип:"
-
-#: placeedit.ui:175
+#: svtools/uiconfig/ui/placeedit.ui:155
msgctxt "placeedit|hostLabel"
msgid "Host:"
msgstr ""
-#: placeedit.ui:189
+#: svtools/uiconfig/ui/placeedit.ui:169
msgctxt "placeedit|pathLabel"
msgid "Root:"
msgstr ""
-#: placeedit.ui:215
+#: svtools/uiconfig/ui/placeedit.ui:195
msgctxt "placeedit|shareLabel"
msgid "Share:"
msgstr ""
-#: placeedit.ui:241
+#: svtools/uiconfig/ui/placeedit.ui:221
msgctxt "placeedit|repositoryLabel"
msgid "Repository:"
msgstr ""
-#: placeedit.ui:252
+#: svtools/uiconfig/ui/placeedit.ui:233
msgctxt "placeedit|webdavs"
msgid "Secure connection"
msgstr ""
-#: placeedit.ui:269
+#: svtools/uiconfig/ui/placeedit.ui:250
msgctxt "placeedit|loginLabel"
msgid "User:"
msgstr ""
-#: placeedit.ui:295
+#: svtools/uiconfig/ui/placeedit.ui:276
#, fuzzy
msgctxt "placeedit|nameLabel"
msgid "Label:"
msgstr "Анапаҵаҩра"
-#: placeedit.ui:339
+#: svtools/uiconfig/ui/placeedit.ui:320
msgctxt "placeedit|portLabel"
msgid "Port:"
msgstr "Апорт:"
-#: placeedit.ui:414
+#: svtools/uiconfig/ui/placeedit.ui:392
msgctxt "placeedit|passwordLabel"
msgid "Password:"
msgstr "Ажәамаӡа:"
-#: placeedit.ui:436
+#: svtools/uiconfig/ui/placeedit.ui:415
msgctxt "placeedit|rememberPassword"
msgid "Remember password"
msgstr "Игәынкылатәуп ажәамаӡа"
-#: printersetupdialog.ui:8
+#: svtools/uiconfig/ui/printersetupdialog.ui:8
msgctxt "printersetupdialog|PrinterSetupDialog"
msgid "Printer Setup"
msgstr "Апринтер архиарақәа"
-#: printersetupdialog.ui:37
+#: svtools/uiconfig/ui/printersetupdialog.ui:40
msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Aпараметрқәа..."
-#: printersetupdialog.ui:111
+#: svtools/uiconfig/ui/printersetupdialog.ui:112
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Ахьӡ:"
-#: printersetupdialog.ui:125
+#: svtools/uiconfig/ui/printersetupdialog.ui:126
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Аҭагылазаашьа:"
-#: printersetupdialog.ui:137
+#: svtools/uiconfig/ui/printersetupdialog.ui:138
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Атип:"
-#: printersetupdialog.ui:149
+#: svtools/uiconfig/ui/printersetupdialog.ui:150
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Аҭыҧ:"
-#: printersetupdialog.ui:161
+#: svtools/uiconfig/ui/printersetupdialog.ui:162
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Акомментариқәа:"
-#: printersetupdialog.ui:218
+#: svtools/uiconfig/ui/printersetupdialog.ui:220
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Аҷыдаҟазшьақәа..."
-#: printersetupdialog.ui:247
+#: svtools/uiconfig/ui/printersetupdialog.ui:249
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Апринтер"
-#: querydeletedialog.ui:8
+#: svtools/uiconfig/ui/querydeletedialog.ui:7
msgctxt "querydeletedialog|QueryDeleteDialog"
msgid "Confirm Delete"
msgstr "Ишьақәырӷәӷәатәуп аныхра"
-#: querydeletedialog.ui:13
+#: svtools/uiconfig/ui/querydeletedialog.ui:13
msgctxt "querydeletedialog|QueryDeleteDialog"
msgid "Are you sure you want to delete the selected data?"
msgstr "Ианыхтәума иалху адырқәа?"
-#: querydeletedialog.ui:14
+#: svtools/uiconfig/ui/querydeletedialog.ui:14
msgctxt "querydeletedialog|QueryDeleteDialog"
msgid "Entry: %s"
msgstr ""
-#: querydeletedialog.ui:26
+#: svtools/uiconfig/ui/querydeletedialog.ui:25
msgctxt "querydeletedialog|yes"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: querydeletedialog.ui:42
+#: svtools/uiconfig/ui/querydeletedialog.ui:41
msgctxt "querydeletedialog|all"
msgid "Delete _All"
msgstr "Ианыхтәуп_зегьы"
-#: querydeletedialog.ui:57
+#: svtools/uiconfig/ui/querydeletedialog.ui:56
msgctxt "querydeletedialog|no"
msgid "Do _Not Delete"
msgstr "Ианыхтәӡам"
-#: restartdialog.ui:8
+#: svtools/uiconfig/ui/restartdialog.ui:8
msgctxt "restartdialog|RestartDialog"
msgid "Restart %PRODUCTNAME"
msgstr ""
-#: restartdialog.ui:23
+#: svtools/uiconfig/ui/restartdialog.ui:26
msgctxt "restartdialog|yes"
msgid "Restart Now"
msgstr ""
-#: restartdialog.ui:38
+#: svtools/uiconfig/ui/restartdialog.ui:41
msgctxt "restartdialog|no"
msgid "Restart Later"
msgstr ""
-#: restartdialog.ui:67
+#: svtools/uiconfig/ui/restartdialog.ui:70
msgctxt "restartdialog|reason_java"
msgid "For the selected Java runtime environment to work properly, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:82
+#: svtools/uiconfig/ui/restartdialog.ui:85
msgctxt "restartdialog|reason_mailmerge_install"
msgid "For mail merge to work properly, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:97
+#: svtools/uiconfig/ui/restartdialog.ui:100
msgctxt "restartdialog|reason_pdf"
msgid "For the modified default print job format to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:112
+#: svtools/uiconfig/ui/restartdialog.ui:115
msgctxt "restartdialog|reason_bibliography_install"
msgid "For the bibliography to work properly, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:127
+#: svtools/uiconfig/ui/restartdialog.ui:130
msgctxt "restartdialog|reason_assigning_folders"
msgid "For the assigned folders and archives to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:142
+#: svtools/uiconfig/ui/restartdialog.ui:145
msgctxt "restartdialog|reason_assigning_javaparameters"
msgid "For the assigned Java parameters to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:157
+#: svtools/uiconfig/ui/restartdialog.ui:160
msgctxt "restartdialog|reason_adding_path"
msgid "For the added path to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:172
+#: svtools/uiconfig/ui/restartdialog.ui:175
msgctxt "restartdialog|reason_language_change"
msgid "For the updated language settings to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:187
+#: svtools/uiconfig/ui/restartdialog.ui:190
msgctxt "restartdialog|reason_exp_features"
msgid "For the modified experimental features to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:202
+#: svtools/uiconfig/ui/restartdialog.ui:205
msgctxt "restartdialog|reason_extension_install"
msgid "For the extension to work properly, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:217
+#: svtools/uiconfig/ui/restartdialog.ui:220
msgctxt "restartdialog|reason_opengl"
msgid "For the OpenGL changes to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:232
+#: svtools/uiconfig/ui/restartdialog.ui:235
msgctxt "restartdialog|label"
msgid "Do you want to restart %PRODUCTNAME now?"
msgstr ""
-#: strings.hrc:25
+#: include/svtools/strings.hrc:25
msgctxt "STR_UNDO"
msgid "Undo: "
msgstr "Иаҟәыхтәуп: "
-#: strings.hrc:26
+#: include/svtools/strings.hrc:26
msgctxt "STR_REDO"
msgid "Re~do: "
msgstr ""
-#: strings.hrc:27
+#: include/svtools/strings.hrc:27
msgctxt "STR_REPEAT"
msgid "~Repeat: "
msgstr ""
-#: strings.hrc:29
+#: include/svtools/strings.hrc:29
msgctxt "STR_FORMAT_STRING"
msgid "Unformatted text"
msgstr "Атеқст амацара"
-#: strings.hrc:30
+#: include/svtools/strings.hrc:30
msgctxt "STR_FORMAT_ID_STRING_TSVC"
-msgid "Unformatted text [TSV-Calc]"
+msgid "Unformatted text (TSV-Calc)"
msgstr ""
-#: strings.hrc:31
+#: include/svtools/strings.hrc:31
msgctxt "STR_FORMAT_BITMAP"
-msgid "Bitmap"
-msgstr "Арастр"
+msgid "Bitmap Image (BMP)"
+msgstr ""
-#: strings.hrc:32
+#: include/svtools/strings.hrc:32
msgctxt "STR_FORMAT_GDIMETAFILE"
-msgid "GDI metafile"
-msgstr "GDI аметафаил"
+msgid "Graphics Device Interface metafile (GDI)"
+msgstr ""
-#: strings.hrc:33
+#: include/svtools/strings.hrc:33
msgctxt "STR_FORMAT_RTF"
-msgid "Formatted text [RTF]"
-msgstr "Иформатрку атеқст [RTF]"
+msgid "Rich text formatting (RTF)"
+msgstr ""
-#: strings.hrc:34
+#: include/svtools/strings.hrc:34
msgctxt "STR_FORMAT_ID_RICHTEXT"
-msgid "Formatted text [Richtext]"
-msgstr "Иформатрку атеқст [RTF] "
+msgid "Rich text formatting (Richtext)"
+msgstr ""
-#: strings.hrc:35
+#: include/svtools/strings.hrc:35
msgctxt "STR_FORMAT_ID_DRAWING"
-msgid "Drawing format"
-msgstr "Асахьаҭыхра аформат"
+msgid "%PRODUCTNAME drawing format"
+msgstr ""
-#: strings.hrc:36
+#: include/svtools/strings.hrc:36
msgctxt "STR_FORMAT_ID_SVXB"
-msgid "SVXB (StarView bitmap/animation)"
+msgid "StarView bitmap/animation (SVXB)"
msgstr ""
-#: strings.hrc:37
+#: include/svtools/strings.hrc:37
msgctxt "STR_FORMAT_ID_INTERNALLINK_STATE"
msgid "Status Info from Svx Internal Link"
msgstr ""
-#: strings.hrc:38
+#: include/svtools/strings.hrc:38
msgctxt "STR_FORMAT_ID_SOLK"
-msgid "SOLK (%PRODUCTNAME Link)"
-msgstr "SOLK (Азхьарҧш %PRODUCTNAME)"
+msgid "%PRODUCTNAME Link (SOLK)"
+msgstr ""
-#: strings.hrc:39
+#: include/svtools/strings.hrc:39
msgctxt "STR_FORMAT_ID_NETSCAPE_BOOKMARK"
msgid "Netscape Bookmark"
msgstr ""
-#: strings.hrc:40
+#: include/svtools/strings.hrc:40
msgctxt "STR_FORMAT_ID_STARSERVER"
msgid "Star server format"
msgstr "Асервер Star аформат"
-#: strings.hrc:41
+#: include/svtools/strings.hrc:41
msgctxt "STR_FORMAT_ID_STAROBJECT"
msgid "Star object format"
msgstr "Аобиеқт Star аформат"
-#: strings.hrc:42
+#: include/svtools/strings.hrc:42
#, fuzzy
msgctxt "STR_FORMAT_ID_APPLETOBJECT"
msgid "Applet object"
msgstr "Ихархәатәуп аобиеқт"
-#: strings.hrc:43
+#: include/svtools/strings.hrc:43
msgctxt "STR_FORMAT_ID_PLUGIN_OBJECT"
msgid "Plug-in object"
msgstr ""
-#: strings.hrc:44
+#: include/svtools/strings.hrc:44
msgctxt "STR_FORMAT_ID_STARWRITER_30"
msgid "StarWriter 3.0 object"
msgstr ""
-#: strings.hrc:45
+#: include/svtools/strings.hrc:45
msgctxt "STR_FORMAT_ID_STARWRITER_40"
msgid "StarWriter 4.0 object"
msgstr ""
-#: strings.hrc:46
+#: include/svtools/strings.hrc:46
msgctxt "STR_FORMAT_ID_STARWRITER_50"
msgid "StarWriter 5.0 object"
msgstr ""
-#: strings.hrc:47
+#: include/svtools/strings.hrc:47
msgctxt "STR_FORMAT_ID_STARWRITERWEB_40"
msgid "StarWriter/Web 4.0 object"
msgstr ""
-#: strings.hrc:48
+#: include/svtools/strings.hrc:48
msgctxt "STR_FORMAT_ID_STARWRITERWEB_50"
msgid "StarWriter/Web 5.0 object"
msgstr ""
-#: strings.hrc:49
+#: include/svtools/strings.hrc:49
msgctxt "STR_FORMAT_ID_STARWRITERGLOB_40"
msgid "StarWriter/Master 4.0 object"
msgstr ""
-#: strings.hrc:50
+#: include/svtools/strings.hrc:50
msgctxt "STR_FORMAT_ID_STARWRITERGLOB_50"
msgid "StarWriter/Master 5.0 object"
msgstr ""
-#: strings.hrc:51
+#: include/svtools/strings.hrc:51
msgctxt "STR_FORMAT_ID_STARDRAW"
msgid "StarDraw object"
msgstr "StarChart аобиеқт"
-#: strings.hrc:52
+#: include/svtools/strings.hrc:52
msgctxt "STR_FORMAT_ID_STARDRAW_40"
msgid "StarDraw 4.0 object"
msgstr "StarDraw 4.0 аобиеқт"
-#: strings.hrc:53
+#: include/svtools/strings.hrc:53
msgctxt "STR_FORMAT_ID_STARIMPRESS_50"
msgid "StarImpress 5.0 object"
msgstr ""
-#: strings.hrc:54
+#: include/svtools/strings.hrc:54
msgctxt "STR_FORMAT_ID_STARDRAW_50"
msgid "StarDraw 5.0 object"
msgstr "StarChart 5.0 аобиеқт"
-#: strings.hrc:55
+#: include/svtools/strings.hrc:55
msgctxt "STR_FORMAT_ID_STARCALC"
msgid "StarCalc object"
msgstr "StarCalc аобиеқт"
-#: strings.hrc:56
+#: include/svtools/strings.hrc:56
msgctxt "STR_FORMAT_ID_STARCALC_40"
msgid "StarCalc 4.0 object"
msgstr "StarChart 4.0 аобиеқт"
-#: strings.hrc:57
+#: include/svtools/strings.hrc:57
msgctxt "STR_FORMAT_ID_STARCALC_50"
msgid "StarCalc 5.0 object"
msgstr "StarChart 5.0 аобиеқт"
-#: strings.hrc:58
+#: include/svtools/strings.hrc:58
msgctxt "STR_FORMAT_ID_STARCHART"
msgid "StarChart object"
msgstr "StarChart аобиеқт"
-#: strings.hrc:59
+#: include/svtools/strings.hrc:59
msgctxt "STR_FORMAT_ID_STARCHART_40"
msgid "StarChart 4.0 object"
msgstr "StarChart 4.0 аобиеқт"
-#: strings.hrc:60
+#: include/svtools/strings.hrc:60
msgctxt "STR_FORMAT_ID_STARCHART_50"
msgid "StarChart 5.0 object"
msgstr "StarChart 5.0 аобиеқт"
-#: strings.hrc:61
+#: include/svtools/strings.hrc:61
msgctxt "STR_FORMAT_ID_STARIMAGE"
msgid "StarImage object"
msgstr "StarImage аобиеқт"
-#: strings.hrc:62
+#: include/svtools/strings.hrc:62
msgctxt "STR_FORMAT_ID_STARIMAGE_40"
msgid "StarImage 4.0 object"
msgstr "StarImage 4.0 аобиеқт"
-#: strings.hrc:63
+#: include/svtools/strings.hrc:63
msgctxt "STR_FORMAT_ID_STARIMAGE_50"
msgid "StarImage 5.0 object"
msgstr "StarImage 5.0 аобиеқт"
-#: strings.hrc:64
+#: include/svtools/strings.hrc:64
msgctxt "STR_FORMAT_ID_STARMATH"
msgid "StarMath object"
msgstr "StarMath аобиеқт"
-#: strings.hrc:65
+#: include/svtools/strings.hrc:65
msgctxt "STR_FORMAT_ID_STARMATH_40"
msgid "StarMath 4.0 object"
msgstr "StarMath 4.0 аобиеқт"
-#: strings.hrc:66
+#: include/svtools/strings.hrc:66
msgctxt "STR_FORMAT_ID_STARMATH_50"
msgid "StarMath 5.0 object"
msgstr "StarMath 5.0 аобиеқт"
-#: strings.hrc:67
+#: include/svtools/strings.hrc:67
msgctxt "STR_FORMAT_ID_STAROBJECT_PAINTDOC"
msgid "StarObject Paint object"
msgstr ""
-#: strings.hrc:68
+#: include/svtools/strings.hrc:68
msgctxt "STR_FORMAT_ID_HTML"
-msgid "HTML (HyperText Markup Language)"
+msgid "HyperText Markup Language (HTML)"
msgstr ""
-#: strings.hrc:69
+#: include/svtools/strings.hrc:69
msgctxt "STR_FORMAT_ID_HTML_SIMPLE"
-msgid "HTML format"
-msgstr "HTML-аформат"
+msgid "Stripped HyperText Markup Language (Simple HTML)"
+msgstr ""
-#: strings.hrc:70
+#: include/svtools/strings.hrc:70
msgctxt "STR_FORMAT_ID_BIFF_5"
-msgid "Biff5 (Microsoft Excel 5.0/95)"
+msgid "Microsoft Excel Binary Interchange Format 5.0/95 (Biff5)"
msgstr ""
-#: strings.hrc:71
+#: include/svtools/strings.hrc:71
msgctxt "STR_FORMAT_ID_BIFF_8"
-msgid "Biff8 (Microsoft Excel 97/2000/XP/2003)"
+msgid "Microsoft Excel Binary Interchange Format 97/2000/XP/2003 (Biff8)"
msgstr ""
-#: strings.hrc:72
+#: include/svtools/strings.hrc:72
msgctxt "STR_FORMAT_ID_SYLK"
msgid "Sylk"
msgstr ""
-#: strings.hrc:73
+#: include/svtools/strings.hrc:73
msgctxt "STR_FORMAT_ID_LINK"
-msgid "DDE link"
-msgstr "Аимадара DDE ала"
+msgid "Dynamic Data Exchange (DDE link)"
+msgstr ""
-#: strings.hrc:74
+#: include/svtools/strings.hrc:74
msgctxt "STR_FORMAT_ID_DIF"
-msgid "DIF"
+msgid "Data Interchange Format (DIF)"
msgstr ""
-#: strings.hrc:75
+#: include/svtools/strings.hrc:75
msgctxt "STR_FORMAT_ID_MSWORD_DOC"
msgid "Microsoft Word object"
msgstr "Microsoft Word аобиеқт"
-#: strings.hrc:76
+#: include/svtools/strings.hrc:76
msgctxt "STR_FORMAT_ID_STAR_FRAMESET_DOC"
msgid "StarFrameSet object"
msgstr ""
-#: strings.hrc:77
+#: include/svtools/strings.hrc:77
msgctxt "STR_FORMAT_ID_OFFICE_DOC"
msgid "Office document object"
msgstr ""
-#: strings.hrc:78
+#: include/svtools/strings.hrc:78
msgctxt "STR_FORMAT_ID_NOTES_DOCINFO"
msgid "Notes document info"
msgstr ""
-#: strings.hrc:79
+#: include/svtools/strings.hrc:79
msgctxt "STR_FORMAT_ID_SFX_DOC"
msgid "Sfx document"
msgstr "Sfx адокумент"
-#: strings.hrc:80
+#: include/svtools/strings.hrc:80
msgctxt "STR_FORMAT_ID_STARCHARTDOCUMENT_50"
msgid "StarChart 5.0 object"
msgstr "StarChart 5.0 аобиеқт"
-#: strings.hrc:81
+#: include/svtools/strings.hrc:81
msgctxt "STR_FORMAT_ID_GRAPHOBJ"
msgid "Graphic object"
msgstr ""
-#: strings.hrc:82
+#: include/svtools/strings.hrc:82
msgctxt "STR_FORMAT_ID_STARWRITER_60"
msgid "OpenOffice.org 1.0 Writer object"
msgstr "OpenOffice.org 1.0 Writer аобиеқт"
-#: strings.hrc:83
+#: include/svtools/strings.hrc:83
msgctxt "STR_FORMAT_ID_STARWRITERWEB_60"
msgid "OpenOffice.org 1.0 Writer/Web object"
msgstr "OpenOffice.org 1.0 Writer/Web аобиеқт"
-#: strings.hrc:84
+#: include/svtools/strings.hrc:84
msgctxt "STR_FORMAT_ID_STARWRITERGLOB_60"
msgid "OpenOffice.org 1.0 Writer/Master object"
msgstr "OpenOffice.org 1.0 Writer/Еилоу адокумент "
-#: strings.hrc:85
+#: include/svtools/strings.hrc:85
msgctxt "STR_FORMAT_ID_STARDRAW_60"
msgid "OpenOffice.org 1.0 Draw object"
msgstr "OpenOffice.org 1.0 Draw аобиеқт"
-#: strings.hrc:86
+#: include/svtools/strings.hrc:86
msgctxt "STR_FORMAT_ID_STARIMPRESS_60"
msgid "OpenOffice.org 1.0 Impress object"
msgstr "OpenOffice.org 1.0 Impress аобиеқт"
-#: strings.hrc:87
+#: include/svtools/strings.hrc:87
msgctxt "STR_FORMAT_ID_STARCALC_60"
msgid "OpenOffice.org 1.0 Calc object"
msgstr "OpenOffice.org 1.0 Calc аобиеқт"
-#: strings.hrc:88
+#: include/svtools/strings.hrc:88
msgctxt "STR_FORMAT_ID_STARCHART_60"
msgid "OpenOffice.org 1.0 Chart object"
msgstr "OpenOffice.org 1.0 Chart аобиеқт"
-#: strings.hrc:89
+#: include/svtools/strings.hrc:89
msgctxt "STR_FORMAT_ID_STARMATH_60"
msgid "OpenOffice.org 1.0 Math object"
msgstr "OpenOffice.org 1.0 Math аобиеқт"
-#: strings.hrc:90
+#: include/svtools/strings.hrc:90
msgctxt "STR_FORMAT_ID_WMF"
msgid "Windows metafile"
msgstr "Windows аметафаил"
-#: strings.hrc:91
+#: include/svtools/strings.hrc:91
msgctxt "STR_FORMAT_ID_DBACCESS_QUERY"
msgid "Data source object"
msgstr ""
-#: strings.hrc:92
+#: include/svtools/strings.hrc:92
msgctxt "STR_FORMAT_ID_DBACCESS_TABLE"
msgid "Data source table"
msgstr "Ахалагаратә дырқәа ртаблица"
-#: strings.hrc:93
+#: include/svtools/strings.hrc:93
msgctxt "STR_FORMAT_ID_DBACCESS_COMMAND"
msgid "SQL query"
msgstr ""
-#: strings.hrc:94
+#: include/svtools/strings.hrc:94
msgctxt "STR_FORMAT_ID_DIALOG_60"
msgid "OpenOffice.org 1.0 dialog"
msgstr "OpenOffice.org 1.0 адиалог"
-#: strings.hrc:95
+#: include/svtools/strings.hrc:95
msgctxt "STR_FORMAT_ID_FILEGRPDESCRIPTOR"
msgid "Link"
msgstr "Аимадара"
-#: strings.hrc:96
+#: include/svtools/strings.hrc:96
msgctxt "STR_FORMAT_ID_HTML_NO_COMMENT"
msgid "HTML format without comments"
msgstr ""
-#: strings.hrc:97
+#: include/svtools/strings.hrc:97
msgctxt "STR_FORMAT_ID_PNG_BITMAP"
-msgid "PNG Bitmap"
+msgid "Portable Network Graphic (PNG)"
msgstr ""
-#: strings.hrc:99
+#: include/svtools/strings.hrc:99
#, c-format
msgctxt "STR_ERROR_OBJNOCREATE"
msgid "Object % could not be inserted."
msgstr ""
-#: strings.hrc:100
+#: include/svtools/strings.hrc:100
#, c-format
msgctxt "STR_ERROR_OBJNOCREATE_FROM_FILE"
msgid "Object from file % could not be inserted."
msgstr ""
-#: strings.hrc:101
-#, c-format
-msgctxt "STR_ERROR_OBJNOCREATE_PLUGIN"
-msgid "Plug-in from document % could not be inserted."
-msgstr ""
-
-#: strings.hrc:102
+#: include/svtools/strings.hrc:101
msgctxt "STR_FURTHER_OBJECT"
msgid "Further objects"
msgstr ""
-#: strings.hrc:103
+#: include/svtools/strings.hrc:102
msgctxt "STR_UNKNOWN_SOURCE"
msgid "Unknown source"
msgstr ""
-#: strings.hrc:105
+#: include/svtools/strings.hrc:104
msgctxt "STR_SVT_FILEVIEW_COLUMN_TITLE"
msgid "Name"
msgstr "Ахьӡ"
-#: strings.hrc:106
+#: include/svtools/strings.hrc:105
msgctxt "STR_SVT_FILEVIEW_COLUMN_SIZE"
msgid "Size"
msgstr "Ашәагаа"
-#: strings.hrc:107
+#: include/svtools/strings.hrc:106
msgctxt "STR_SVT_FILEVIEW_COLUMN_DATE"
msgid "Date modified"
-msgstr ""
+msgstr "Ианыҧсахыз арыцхә"
-#: strings.hrc:108
+#: include/svtools/strings.hrc:107
msgctxt "STR_SVT_FILEVIEW_COLUMN_TYPE"
msgid "Type"
msgstr "Атип"
-#: strings.hrc:109
+#: include/svtools/strings.hrc:108
msgctxt "STR_SVT_BYTES"
msgid "Bytes"
msgstr ""
-#: strings.hrc:110
+#: include/svtools/strings.hrc:109
msgctxt "STR_SVT_KB"
msgid "KB"
msgstr ""
-#: strings.hrc:111
+#: include/svtools/strings.hrc:110
msgctxt "STR_SVT_MB"
msgid "MB"
msgstr ""
-#: strings.hrc:112
+#: include/svtools/strings.hrc:111
msgctxt "STR_SVT_GB"
msgid "GB"
msgstr ""
#. descriptions of accessible objects
-#: strings.hrc:115
+#: include/svtools/strings.hrc:114
msgctxt "STR_SVT_ACC_DESC_TABLISTBOX"
msgid "Row: %1, Column: %2"
msgstr ""
-#: strings.hrc:116
+#: include/svtools/strings.hrc:115
msgctxt "STR_SVT_ACC_DESC_FILEVIEW"
msgid ", Type: %1, URL: %2"
msgstr ""
-#: strings.hrc:117
+#: include/svtools/strings.hrc:116
msgctxt "STR_SVT_ACC_DESC_FOLDER"
msgid "Folder"
msgstr "Акаталог"
-#: strings.hrc:118
+#: include/svtools/strings.hrc:117
msgctxt "STR_SVT_ACC_DESC_FILE"
msgid "File"
msgstr "Афаил"
-#: strings.hrc:119
+#: include/svtools/strings.hrc:118
msgctxt "STR_SVT_ACC_EMPTY_FIELD"
msgid "Empty Field"
msgstr ""
#. * resources for CollatorResource / CollatorResourceData resp.
#. alphanumeric sorting algorithm
-#: strings.hrc:125
+#: include/svtools/strings.hrc:124
msgctxt "STR_SVT_COLLATE_ALPHANUMERIC"
msgid "Alphanumeric"
msgstr ""
#. default or normal sorting algorithm
-#: strings.hrc:127
+#: include/svtools/strings.hrc:126
msgctxt "STR_SVT_COLLATE_NORMAL"
msgid "Normal"
msgstr "Инормалтәу"
#. default or normal sorting algorithm
-#: strings.hrc:129
+#: include/svtools/strings.hrc:128
msgctxt "STR_SVT_COLLATE_CHARSET"
msgid "Character set"
msgstr "Акодркра"
#. german dictionary word order / sorting
-#: strings.hrc:131
+#: include/svtools/strings.hrc:130
msgctxt "STR_SVT_COLLATE_DICTIONARY"
msgid "Dictionary"
msgstr "Ажәар"
#. chinese sorting algorithm
-#: strings.hrc:133
+#: include/svtools/strings.hrc:132
msgctxt "STR_SVT_COLLATE_PINYIN"
msgid "Pinyin"
msgstr ""
#. chinese sorting algorithm
-#: strings.hrc:135
+#: include/svtools/strings.hrc:134
msgctxt "STR_SVT_COLLATE_STROKE"
msgid "Stroke"
msgstr ""
#. chinese sorting algorithm
-#: strings.hrc:137
+#: include/svtools/strings.hrc:136
msgctxt "STR_SVT_COLLATE_RADICAL"
msgid "Radical"
msgstr ""
#. sorting according to the unicode code point of the character
-#: strings.hrc:139
+#: include/svtools/strings.hrc:138
msgctxt "STR_SVT_COLLATE_UNICODE"
msgid "Unicode"
msgstr ""
#. chinese sorting algorithm
-#: strings.hrc:141
+#: include/svtools/strings.hrc:140
msgctxt "STR_SVT_COLLATE_ZHUYIN"
msgid "Zhuyin"
msgstr ""
#. phone book sorting algorithm. e.g. German
-#: strings.hrc:143
+#: include/svtools/strings.hrc:142
msgctxt "STR_SVT_COLLATE_PHONEBOOK"
msgid "Phone book"
msgstr ""
-#: strings.hrc:144
+#: include/svtools/strings.hrc:143
msgctxt "STR_SVT_COLLATE_PHONETIC_F"
msgid "Phonetic (alphanumeric first)"
msgstr ""
-#: strings.hrc:145
+#: include/svtools/strings.hrc:144
msgctxt "STR_SVT_COLLATE_PHONETIC_L"
msgid "Phonetic (alphanumeric last)"
msgstr ""
#. alphanumeric indexentry algorithm
-#: strings.hrc:147
+#: include/svtools/strings.hrc:146
msgctxt "STR_SVT_INDEXENTRY_ALPHANUMERIC"
msgid "Alphanumeric"
msgstr ""
#. korean dictionary indexentry algorithm
-#: strings.hrc:149
+#: include/svtools/strings.hrc:148
msgctxt "STR_SVT_INDEXENTRY_DICTIONARY"
msgid "Dictionary"
msgstr "Ажәар"
#. chinese sorting algorithm
-#: strings.hrc:151
+#: include/svtools/strings.hrc:150
msgctxt "STR_SVT_INDEXENTRY_PINYIN"
msgid "Pinyin"
msgstr ""
#. chinese indexentry algorithm
-#: strings.hrc:153
+#: include/svtools/strings.hrc:152
msgctxt "STR_SVT_INDEXENTRY_RADICAL"
msgid "Radical"
msgstr ""
#. chinese indexentry algorithm
-#: strings.hrc:155
+#: include/svtools/strings.hrc:154
msgctxt "STR_SVT_INDEXENTRY_STROKE"
msgid "Stroke"
msgstr ""
#. chinese indexentry algorithm
-#: strings.hrc:157
+#: include/svtools/strings.hrc:156
msgctxt "STR_SVT_INDEXENTRY_ZHUYIN"
msgid "Zhuyin"
msgstr ""
-#: strings.hrc:158
+#: include/svtools/strings.hrc:157
msgctxt "STR_SVT_INDEXENTRY_PHONETIC_FS"
msgid "Phonetic (alphanumeric first, grouped by syllables)"
msgstr ""
-#: strings.hrc:159
+#: include/svtools/strings.hrc:158
msgctxt "STR_SVT_INDEXENTRY_PHONETIC_FC"
msgid "Phonetic (alphanumeric first, grouped by consonants)"
msgstr ""
-#: strings.hrc:160
+#: include/svtools/strings.hrc:159
msgctxt "STR_SVT_INDEXENTRY_PHONETIC_LS"
msgid "Phonetic (alphanumeric last, grouped by syllables)"
msgstr ""
-#: strings.hrc:161
+#: include/svtools/strings.hrc:160
msgctxt "STR_SVT_INDEXENTRY_PHONETIC_LC"
msgid "Phonetic (alphanumeric last, grouped by consonants)"
msgstr ""
-#: strings.hrc:163
+#: include/svtools/strings.hrc:162
msgctxt "STR_SVT_CALENDAR_DAY"
msgid "Day"
msgstr "Амш"
-#: strings.hrc:164
+#: include/svtools/strings.hrc:163
msgctxt "STR_SVT_CALENDAR_WEEK"
msgid "Week"
msgstr "Амчыбжь"
-#: strings.hrc:165
+#: include/svtools/strings.hrc:164
msgctxt "STR_SVT_CALENDAR_TODAY"
msgid "Today"
msgstr "Иахьа"
-#: strings.hrc:166
+#: include/svtools/strings.hrc:165
msgctxt "STR_SVT_CALENDAR_NONE"
msgid "None"
msgstr "Иҭацәуп"
-#: strings.hrc:168
+#: include/svtools/strings.hrc:167
msgctxt "STR_SVT_STYLE_LIGHT"
msgid "Light"
msgstr "Ипоу"
-#: strings.hrc:169
+#: include/svtools/strings.hrc:168
msgctxt "STR_SVT_STYLE_LIGHT_ITALIC"
msgid "Light Italic"
msgstr ""
-#: strings.hrc:170
+#: include/svtools/strings.hrc:169
msgctxt "STR_SVT_STYLE_NORMAL"
msgid "Regular"
msgstr ""
-#: strings.hrc:171
+#: include/svtools/strings.hrc:170
msgctxt "STR_SVT_STYLE_NORMAL_ITALIC"
msgid "Italic"
msgstr "Акурсив"
-#: strings.hrc:172
+#: include/svtools/strings.hrc:171
msgctxt "STR_SVT_STYLE_BOLD"
msgid "Bold"
msgstr "Ажәпа"
-#: strings.hrc:173
+#: include/svtools/strings.hrc:172
msgctxt "STR_SVT_STYLE_BOLD_ITALIC"
msgid "Bold Italic"
msgstr ""
-#: strings.hrc:174
+#: include/svtools/strings.hrc:173
msgctxt "STR_SVT_STYLE_BLACK"
msgid "Black"
msgstr "Аиқәаҵәа"
-#: strings.hrc:175
+#: include/svtools/strings.hrc:174
msgctxt "STR_SVT_STYLE_BLACK_ITALIC"
msgid "Black Italic"
msgstr ""
-#: strings.hrc:176
+#: include/svtools/strings.hrc:175
msgctxt "STR_SVT_STYLE_BOOK"
msgid "Book"
msgstr "Ашәҟәы"
-#: strings.hrc:177
+#: include/svtools/strings.hrc:176
msgctxt "STR_SVT_STYLE_BOLD_OBLIQUE"
msgid "Bold Oblique"
msgstr ""
-#: strings.hrc:178
+#: include/svtools/strings.hrc:177
msgctxt "STR_SVT_STYLE_CONDENSED"
msgid "Condensed"
msgstr ""
-#: strings.hrc:179
+#: include/svtools/strings.hrc:178
msgctxt "STR_SVT_STYLE_CONDENSED_BOLD"
msgid "Condensed Bold"
msgstr ""
-#: strings.hrc:180
+#: include/svtools/strings.hrc:179
msgctxt "STR_SVT_STYLE_CONDENSED_BOLD_ITALIC"
msgid "Condensed Bold Italic"
msgstr ""
-#: strings.hrc:181
+#: include/svtools/strings.hrc:180
msgctxt "STR_SVT_STYLE_CONDENSED_BOLD_OBLIQUE"
msgid "Condensed Bold Oblique"
msgstr ""
-#: strings.hrc:182
+#: include/svtools/strings.hrc:181
msgctxt "STR_SVT_STYLE_CONDENSED_ITALIC"
msgid "Condensed Italic"
msgstr ""
-#: strings.hrc:183
+#: include/svtools/strings.hrc:182
msgctxt "STR_SVT_STYLE_CONDENSED_OBLIQUE"
msgid "Condensed Oblique"
msgstr ""
-#: strings.hrc:184
+#: include/svtools/strings.hrc:183
msgctxt "STR_SVT_STYLE_EXTRALIGHT"
msgid "ExtraLight"
msgstr ""
-#: strings.hrc:185
+#: include/svtools/strings.hrc:184
msgctxt "STR_SVT_STYLE_EXTRALIGHT_ITALIC"
msgid "ExtraLight Italic"
msgstr ""
-#: strings.hrc:186
+#: include/svtools/strings.hrc:185
msgctxt "STR_SVT_STYLE_OBLIQUE"
msgid "Oblique"
msgstr ""
-#: strings.hrc:187
+#: include/svtools/strings.hrc:186
msgctxt "STR_SVT_STYLE_SEMIBOLD"
msgid "Semibold"
msgstr ""
-#: strings.hrc:188
+#: include/svtools/strings.hrc:187
msgctxt "STR_SVT_STYLE_SEMIBOLD_ITALIC"
msgid "Semibold Italic"
msgstr ""
-#: strings.hrc:189
+#: include/svtools/strings.hrc:188
msgctxt "STR_SVT_FONTMAP_BOTH"
msgid "The same font will be used on both your printer and your screen."
msgstr ""
-#: strings.hrc:190
+#: include/svtools/strings.hrc:189
msgctxt "STR_SVT_FONTMAP_PRINTERONLY"
msgid "This is a printer font. The screen image may differ."
msgstr ""
-#: strings.hrc:191
+#: include/svtools/strings.hrc:190
msgctxt "STR_SVT_FONTMAP_STYLENOTAVAILABLE"
msgid "This font style will be simulated or the closest matching style will be used."
msgstr ""
-#: strings.hrc:192
+#: include/svtools/strings.hrc:191
msgctxt "STR_SVT_FONTMAP_NOTAVAILABLE"
msgid "This font has not been installed. The closest available font will be used."
msgstr ""
-#: strings.hrc:194
+#: include/svtools/strings.hrc:193
msgctxt "STR_FILECTRL_BUTTONTEXT"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: strings.hrc:195
+#: include/svtools/strings.hrc:194
msgctxt "STR_TABBAR_PUSHBUTTON_MOVET0HOME"
msgid "Move To Home"
msgstr ""
-#: strings.hrc:196
+#: include/svtools/strings.hrc:195
msgctxt "STR_TABBAR_PUSHBUTTON_MOVELEFT"
msgid "Move Left"
msgstr ""
-#: strings.hrc:197
+#: include/svtools/strings.hrc:196
msgctxt "STR_TABBAR_PUSHBUTTON_MOVERIGHT"
msgid "Move Right"
msgstr ""
-#: strings.hrc:198
+#: include/svtools/strings.hrc:197
msgctxt "STR_TABBAR_PUSHBUTTON_MOVETOEND"
msgid "Move To End"
msgstr ""
-#: strings.hrc:199
+#: include/svtools/strings.hrc:198
msgctxt "STR_TABBAR_PUSHBUTTON_ADDTAB"
msgid "Add"
msgstr "Иацҵатәуп"
-#: strings.hrc:201
+#: include/svtools/strings.hrc:200
msgctxt "STR_SVT_ACC_RULER_HORZ_NAME"
msgid "Horizontal Ruler"
msgstr ""
-#: strings.hrc:202
+#: include/svtools/strings.hrc:201
msgctxt "STR_SVT_ACC_RULER_VERT_NAME"
msgid "Vertical Ruler"
msgstr ""
-#: strings.hrc:204
+#: include/svtools/strings.hrc:203
msgctxt "STR_SVT_1BIT_THRESHOLD"
msgid "1 bit threshold"
msgstr ""
-#: strings.hrc:205
+#: include/svtools/strings.hrc:204
msgctxt "STR_SVT_1BIT_DITHERED"
msgid "1 bit dithered"
msgstr ""
-#: strings.hrc:206
+#: include/svtools/strings.hrc:205
msgctxt "STR_SVT_4BIT_GRAYSCALE"
msgid "4 bit grayscale"
msgstr ""
-#: strings.hrc:207
+#: include/svtools/strings.hrc:206
msgctxt "STR_SVT_4BIT_COLOR_PALETTE"
msgid "4 bit color"
msgstr ""
-#: strings.hrc:208
+#: include/svtools/strings.hrc:207
msgctxt "STR_SVT_8BIT_GRAYSCALE"
msgid "8 bit grayscale"
msgstr ""
-#: strings.hrc:209
+#: include/svtools/strings.hrc:208
msgctxt "STR_SVT_8BIT_COLOR_PALETTE"
msgid "8 bit color"
msgstr ""
-#: strings.hrc:210
+#: include/svtools/strings.hrc:209
msgctxt "STR_SVT_24BIT_TRUE_COLOR"
msgid "24 bit true color"
msgstr ""
-#: strings.hrc:211
+#: include/svtools/strings.hrc:210
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_1"
msgid "The image needs about %1 KB of memory."
msgstr ""
-#: strings.hrc:212
+#: include/svtools/strings.hrc:211
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_2"
msgid "The image needs about %1 KB of memory, the file size is %2 KB."
msgstr ""
-#: strings.hrc:213
+#: include/svtools/strings.hrc:212
msgctxt "STR_SVT_ESTIMATED_SIZE_VEC"
msgid "The file size is %1 KB."
msgstr "Афаил ашәагаа %1 KB."
-#: strings.hrc:214
+#: include/svtools/strings.hrc:213
#, fuzzy
msgctxt "STR_SVT_HOST"
msgid "host"
msgstr "Post"
-#: strings.hrc:215
+#: include/svtools/strings.hrc:214
msgctxt "STR_SVT_PORT"
msgid "port"
msgstr "Апорт"
-#: strings.hrc:216
+#: include/svtools/strings.hrc:215
msgctxt "STR_SVT_OTHER_CMIS"
msgid "Other CMIS"
msgstr ""
-#: strings.hrc:217
+#: include/svtools/strings.hrc:216
msgctxt "STR_SVT_PRNDLG_READY"
msgid "Ready"
msgstr ""
-#: strings.hrc:218
+#: include/svtools/strings.hrc:217
#, fuzzy
msgctxt "STR_SVT_PRNDLG_PAUSED"
msgid "Paused"
msgstr "Ааҭгылара"
-#: strings.hrc:219
+#: include/svtools/strings.hrc:218
msgctxt "STR_SVT_PRNDLG_PENDING"
msgid "Pending deletion"
msgstr "Аныхра ахырҧоуп"
-#: strings.hrc:220
+#: include/svtools/strings.hrc:219
msgctxt "STR_SVT_PRNDLG_BUSY"
msgid "Busy"
msgstr ""
-#: strings.hrc:221
+#: include/svtools/strings.hrc:220
msgctxt "STR_SVT_PRNDLG_INITIALIZING"
msgid "Initializing"
msgstr ""
-#: strings.hrc:222
+#: include/svtools/strings.hrc:221
msgctxt "STR_SVT_PRNDLG_WAITING"
msgid "Waiting"
msgstr "Азыҧшра"
-#: strings.hrc:223
+#: include/svtools/strings.hrc:222
msgctxt "STR_SVT_PRNDLG_WARMING_UP"
msgid "Warming up"
msgstr ""
-#: strings.hrc:224
+#: include/svtools/strings.hrc:223
msgctxt "STR_SVT_PRNDLG_PROCESSING"
msgid "Processing"
msgstr ""
-#: strings.hrc:225
+#: include/svtools/strings.hrc:224
msgctxt "STR_SVT_PRNDLG_PRINTING"
msgid "Printing"
msgstr "Акьыҧхьра"
-#: strings.hrc:226
+#: include/svtools/strings.hrc:225
msgctxt "STR_SVT_PRNDLG_OFFLINE"
msgid "Offline"
msgstr ""
-#: strings.hrc:227
+#: include/svtools/strings.hrc:226
msgctxt "STR_SVT_PRNDLG_ERROR"
msgid "Error"
msgstr "Агха"
-#: strings.hrc:228
+#: include/svtools/strings.hrc:227
msgctxt "STR_SVT_PRNDLG_SERVER_UNKNOWN"
msgid "Unknown Server"
msgstr ""
-#: strings.hrc:229
+#: include/svtools/strings.hrc:228
msgctxt "STR_SVT_PRNDLG_PAPER_JAM"
msgid "Paper jam"
msgstr ""
-#: strings.hrc:230
+#: include/svtools/strings.hrc:229
msgctxt "STR_SVT_PRNDLG_PAPER_OUT"
msgid "Not enough paper"
msgstr ""
-#: strings.hrc:231
+#: include/svtools/strings.hrc:230
msgctxt "STR_SVT_PRNDLG_MANUAL_FEED"
msgid "Manual feed"
msgstr ""
-#: strings.hrc:232
+#: include/svtools/strings.hrc:231
msgctxt "STR_SVT_PRNDLG_PAPER_PROBLEM"
msgid "Paper problem"
msgstr ""
-#: strings.hrc:233
+#: include/svtools/strings.hrc:232
msgctxt "STR_SVT_PRNDLG_IO_ACTIVE"
msgid "I/O active"
msgstr ""
-#: strings.hrc:234
+#: include/svtools/strings.hrc:233
msgctxt "STR_SVT_PRNDLG_OUTPUT_BIN_FULL"
msgid "Output bin full"
msgstr ""
-#: strings.hrc:235
+#: include/svtools/strings.hrc:234
msgctxt "STR_SVT_PRNDLG_TONER_LOW"
msgid "Toner low"
msgstr ""
-#: strings.hrc:236
+#: include/svtools/strings.hrc:235
msgctxt "STR_SVT_PRNDLG_NO_TONER"
msgid "No toner"
msgstr ""
-#: strings.hrc:237
+#: include/svtools/strings.hrc:236
msgctxt "STR_SVT_PRNDLG_PAGE_PUNT"
msgid "Delete Page"
msgstr "Ианыхтәуп адаҟьа"
-#: strings.hrc:238
+#: include/svtools/strings.hrc:237
msgctxt "STR_SVT_PRNDLG_USER_INTERVENTION"
msgid "User intervention necessary"
msgstr ""
-#: strings.hrc:239
+#: include/svtools/strings.hrc:238
msgctxt "STR_SVT_PRNDLG_OUT_OF_MEMORY"
msgid "Insufficient memory"
msgstr ""
-#: strings.hrc:240
+#: include/svtools/strings.hrc:239
msgctxt "STR_SVT_PRNDLG_DOOR_OPEN"
msgid "Cover open"
msgstr ""
-#: strings.hrc:241
+#: include/svtools/strings.hrc:240
msgctxt "STR_SVT_PRNDLG_POWER_SAVE"
msgid "Power save mode"
msgstr "Аенергиа аекономиа арежим"
-#: strings.hrc:242
+#: include/svtools/strings.hrc:241
msgctxt "STR_SVT_PRNDLG_DEFPRINTER"
msgid "Default printer"
msgstr ""
-#: strings.hrc:243
+#: include/svtools/strings.hrc:242
#, fuzzy, c-format
msgctxt "STR_SVT_PRNDLG_JOBCOUNT"
msgid "%d documents"
msgstr "Адокументқәа ыҟыӡам"
-#: strings.hrc:245
+#: include/svtools/strings.hrc:244
msgctxt "STR_WIZDLG_FINISH"
msgid "~Finish"
msgstr "Ихиоуп"
-#: strings.hrc:246
+#: include/svtools/strings.hrc:245
msgctxt "STR_WIZDLG_NEXT"
msgid "~Next >"
msgstr "Анаҩс >"
-#: strings.hrc:247
+#: include/svtools/strings.hrc:246
msgctxt "STR_WIZDLG_PREVIOUS"
msgid "< Bac~k"
msgstr ""
-#: strings.hrc:248
+#: include/svtools/strings.hrc:247
msgctxt "STR_WIZDLG_ROADMAP_TITLE"
msgid "Steps"
msgstr "Ашьаҿақәа"
-#: strings.hrc:250
+#: include/svtools/strings.hrc:249
msgctxt "STR_NO_FIELD_SELECTION"
msgid "<none>"
msgstr "<мап>"
-#: strings.hrc:251
+#: include/svtools/strings.hrc:250
msgctxt "STR_FIELD_COMPANY"
msgid "Company"
msgstr "Аиҿкаара"
-#: strings.hrc:252
+#: include/svtools/strings.hrc:251
msgctxt "STR_FIELD_DEPARTMENT"
msgid "Department"
msgstr "Аҟәша"
-#: strings.hrc:253
+#: include/svtools/strings.hrc:252
msgctxt "STR_FIELD_FIRSTNAME"
msgid "First name"
msgstr "Ахьӡ"
-#: strings.hrc:254
+#: include/svtools/strings.hrc:253
msgctxt "STR_FIELD_LASTNAME"
msgid "Last name"
msgstr "Ажәла"
-#: strings.hrc:255
+#: include/svtools/strings.hrc:254
msgctxt "STR_FIELD_STREET"
msgid "Street"
msgstr "Амҩа ахьӡ"
-#: strings.hrc:256
+#: include/svtools/strings.hrc:255
msgctxt "STR_FIELD_COUNTRY"
msgid "Country"
msgstr "Атәыла"
-#: strings.hrc:257
+#: include/svtools/strings.hrc:256
msgctxt "STR_FIELD_ZIPCODE"
msgid "ZIP Code"
msgstr ""
-#: strings.hrc:258
+#: include/svtools/strings.hrc:257
msgctxt "STR_FIELD_CITY"
msgid "City"
msgstr "Ақалақь"
-#: strings.hrc:259
+#: include/svtools/strings.hrc:258
#, fuzzy
msgctxt "STR_FIELD_TITLE"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:260
+#: include/svtools/strings.hrc:259
msgctxt "STR_FIELD_POSITION"
msgid "Position"
msgstr "Аҭыҧ"
-#: strings.hrc:261
+#: include/svtools/strings.hrc:260
msgctxt "STR_FIELD_ADDRFORM"
msgid "Addr. Form"
msgstr ""
-#: strings.hrc:262
+#: include/svtools/strings.hrc:261
msgctxt "STR_FIELD_INITIALS"
msgid "Initials"
msgstr "Аинициалқәа"
-#: strings.hrc:263
+#: include/svtools/strings.hrc:262
msgctxt "STR_FIELD_SALUTATION"
msgid "Complimentary close"
msgstr ""
-#: strings.hrc:264
+#: include/svtools/strings.hrc:263
msgctxt "STR_FIELD_HOMETEL"
msgid "Tel: Home"
msgstr ""
-#: strings.hrc:265
+#: include/svtools/strings.hrc:264
msgctxt "STR_FIELD_WORKTEL"
msgid "Tel: Work"
msgstr ""
-#: strings.hrc:266
+#: include/svtools/strings.hrc:265
msgctxt "STR_FIELD_FAX"
msgid "FAX"
msgstr ""
-#: strings.hrc:267
+#: include/svtools/strings.hrc:266
msgctxt "STR_FIELD_EMAIL"
msgid "E-mail"
msgstr "E-mail"
-#: strings.hrc:268
+#: include/svtools/strings.hrc:267
msgctxt "STR_FIELD_URL"
msgid "URL"
msgstr "URL"
-#: strings.hrc:269
+#: include/svtools/strings.hrc:268
msgctxt "STR_FIELD_NOTE"
msgid "Note"
msgstr "Азгәаҭа"
-#: strings.hrc:270
+#: include/svtools/strings.hrc:269
msgctxt "STR_FIELD_USER1"
msgid "User 1"
msgstr ""
-#: strings.hrc:271
+#: include/svtools/strings.hrc:270
msgctxt "STR_FIELD_USER2"
msgid "User 2"
msgstr ""
-#: strings.hrc:272
+#: include/svtools/strings.hrc:271
msgctxt "STR_FIELD_USER3"
msgid "User 3"
msgstr ""
-#: strings.hrc:273
+#: include/svtools/strings.hrc:272
msgctxt "STR_FIELD_USER4"
msgid "User 4"
msgstr ""
-#: strings.hrc:274
+#: include/svtools/strings.hrc:273
msgctxt "STR_FIELD_ID"
msgid "ID"
msgstr "Акод"
-#: strings.hrc:275
+#: include/svtools/strings.hrc:274
msgctxt "STR_FIELD_STATE"
msgid "State"
msgstr ""
-#: strings.hrc:276
+#: include/svtools/strings.hrc:275
msgctxt "STR_FIELD_OFFICETEL"
msgid "Tel: Office"
msgstr ""
-#: strings.hrc:277
+#: include/svtools/strings.hrc:276
msgctxt "STR_FIELD_PAGER"
msgid "Pager"
msgstr "Апеиджер"
-#: strings.hrc:278
+#: include/svtools/strings.hrc:277
msgctxt "STR_FIELD_MOBILE"
msgid "Mobile"
msgstr "Амобилтә"
-#: strings.hrc:279
+#: include/svtools/strings.hrc:278
msgctxt "STR_FIELD_TELOTHER"
msgid "Tel: Other"
msgstr ""
-#: strings.hrc:280
+#: include/svtools/strings.hrc:279
msgctxt "STR_FIELD_CALENDAR"
msgid "Calendar"
msgstr "Амзар"
-#: strings.hrc:281
+#: include/svtools/strings.hrc:280
msgctxt "STR_FIELD_INVITE"
msgid "Invite"
msgstr ""
-#: strings.hrc:283
+#: include/svtools/strings.hrc:282
msgctxt "STR_SVT_DEFAULT_SERVICE_LABEL"
msgid "$user$'s $service$"
msgstr ""
-#: strings.hrc:285
+#: include/svtools/strings.hrc:284
msgctxt "STR_WARNING_JAVANOTFOUND"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr ""
-#: strings.hrc:286
+#: include/svtools/strings.hrc:285
+msgctxt "STR_WARNING_JAVANOTFOUND_WIN"
+msgid "%PRODUCTNAME requires a %BITNESS-bit Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
+msgstr ""
+
+#: include/svtools/strings.hrc:286
msgctxt "STR_WARNING_JAVANOTFOUND_MAC"
msgid "%PRODUCTNAME requires Oracle's Java Development Kit (JDK) on Mac OS X 10.10 or greater to perform this task. Please install them and restart %PRODUCTNAME."
msgstr ""
-#: strings.hrc:287
+#: include/svtools/strings.hrc:287
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_MAC"
msgid "The %PRODUCTNAME configuration has been changed. Under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr ""
-#: strings.hrc:288
+#: include/svtools/strings.hrc:288
msgctxt "STR_WARNING_INVALIDJAVASETTINGS"
msgid "The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr ""
-#: strings.hrc:289
+#: include/svtools/strings.hrc:289
msgctxt "STR_ERROR_JVMCREATIONFAILED_MAC"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced."
msgstr ""
-#: strings.hrc:290
+#: include/svtools/strings.hrc:290
msgctxt "STR_ERROR_JVMCREATIONFAILED"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Advanced."
msgstr ""
-#: strings.hrc:291
+#: include/svtools/strings.hrc:291
msgctxt "STR_WARNING_JAVANOTFOUND_TITLE"
msgid "JRE Required"
msgstr ""
-#: strings.hrc:292
+#: include/svtools/strings.hrc:292
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_TITLE"
msgid "Select JRE"
msgstr "Иалхтәуп JRE"
-#: strings.hrc:293
+#: include/svtools/strings.hrc:293
msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr ""
-#: strings.hrc:295
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr ""
-#: strings.hrc:296
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr ""
-#: strings.hrc:297
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Асахьа"
-#: strings.hrc:298
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Аконфигурациатә фаил"
-#: strings.hrc:299
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr ""
-#: strings.hrc:300
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Адырқәа рбаза атаблица"
-#: strings.hrc:301
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Асистематә фаил"
-#: strings.hrc:302
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr ""
-#: strings.hrc:303
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Аилыркаага афаил"
-#: strings.hrc:304
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML адокумент"
-#: strings.hrc:305
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Архив афаил"
-#: strings.hrc:306
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Ажурнал"
-#: strings.hrc:307
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr ""
-#: strings.hrc:308
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr ""
-#: strings.hrc:309
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr ""
-#: strings.hrc:310
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Атқстә фаил"
-#: strings.hrc:311
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Аимадара"
-#: strings.hrc:312
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr ""
-#: strings.hrc:313
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr ""
-#: strings.hrc:314
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel ашаблон"
-#: strings.hrc:315
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Апакеттә фаил"
-#: strings.hrc:316
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Афаил"
-#: strings.hrc:317
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Аҭаӡ"
-#: strings.hrc:318
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Атеқстә документ"
-#: strings.hrc:319
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Аелектронтә таблица"
-#: strings.hrc:320
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Апрезентациа"
-#: strings.hrc:321
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Асахьа"
-#: strings.hrc:322
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML адокумент"
-#: strings.hrc:323
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Еилоу адокумент"
-#: strings.hrc:324
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Аформула"
-#: strings.hrc:325
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: strings.hrc:326
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 аелектронтә таблица ашаблон"
-#: strings.hrc:327
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 асахьа ашаблон"
-#: strings.hrc:328
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 апрезентациа ашаблон"
-#: strings.hrc:329
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 атеқсттә документ ашаблон"
-#: strings.hrc:330
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr ""
-#: strings.hrc:331
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr ""
-#: strings.hrc:332
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr ""
-#: strings.hrc:333
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr ""
-#: strings.hrc:334
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr ""
-#: strings.hrc:335
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint ашаблон"
-#: strings.hrc:336
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr ""
-#: strings.hrc:337
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 аформула"
-#: strings.hrc:338
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 адиаграмма"
-#: strings.hrc:339
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 асахьа"
-#: strings.hrc:340
+#: include/svtools/strings.hrc:340
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 аелектронтә таблица"
-#: strings.hrc:341
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 апрезентациа"
-#: strings.hrc:342
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org атеқсттә документ"
-#: strings.hrc:343
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 еилоу адокумент"
-#: strings.hrc:344
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr ""
-#: strings.hrc:345
+#: include/svtools/strings.hrc:345
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument адырқәа рбаза"
-#: strings.hrc:346
+#: include/svtools/strings.hrc:346
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument асахьа"
-#: strings.hrc:347
+#: include/svtools/strings.hrc:347
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument аформула"
-#: strings.hrc:348
+#: include/svtools/strings.hrc:348
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument еилоу адокумент"
-#: strings.hrc:349
+#: include/svtools/strings.hrc:349
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument апрезентациа"
-#: strings.hrc:350
+#: include/svtools/strings.hrc:350
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocumentа аелектронтә таблица"
-#: strings.hrc:351
+#: include/svtools/strings.hrc:351
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument атеқсттә документ"
-#: strings.hrc:352
+#: include/svtools/strings.hrc:352
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument аелектронтә таблица ашаблон"
-#: strings.hrc:353
+#: include/svtools/strings.hrc:353
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument асахьа ашаблон"
-#: strings.hrc:354
+#: include/svtools/strings.hrc:354
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument апрезентациа ашаблон"
-#: strings.hrc:355
+#: include/svtools/strings.hrc:355
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument атеқсттә документ ашаблон"
-#: strings.hrc:356
+#: include/svtools/strings.hrc:356
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME арҭбаара"
-#: strings.hrc:358
+#: include/svtools/strings.hrc:358
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
-#: strings.hrc:359
+#: include/svtools/strings.hrc:359
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
-#: strings.hrc:360
+#: include/svtools/strings.hrc:360
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "Mythes Thesaurus"
msgstr ""
diff --git a/source/ab/svx/messages.po b/source/ab/svx/messages.po
index 7a6ff1dfbc2..b248233decc 100644
--- a/source/ab/svx/messages.po
+++ b/source/ab/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: 2018-02-19 11:42+0100\n"
-"PO-Revision-Date: 2018-02-09 17:19+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-03-25 10:25+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -13,532 +13,550 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1518196774.000000\n"
+"X-POOTLE-MTIME: 1521973547.000000\n"
-#: fieldunit.hrc:30
+#: svx/inc/fieldunit.hrc:30
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Millimeter"
msgstr "Амиллиметрқәа"
-#: fieldunit.hrc:31
+#: svx/inc/fieldunit.hrc:31
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Centimeter"
msgstr "Асантиметрқәа"
-#: fieldunit.hrc:32
+#: svx/inc/fieldunit.hrc:32
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Meter"
msgstr "Аметрқәа"
-#: fieldunit.hrc:33
+#: svx/inc/fieldunit.hrc:33
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Kilometer"
msgstr "Акилометрқәа"
-#: fieldunit.hrc:34
+#: svx/inc/fieldunit.hrc:34
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Inch"
msgstr "Адиуимқәа"
-#: fieldunit.hrc:35
+#: svx/inc/fieldunit.hrc:35
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Foot"
msgstr "Афутқәа"
-#: fieldunit.hrc:36
+#: svx/inc/fieldunit.hrc:36
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Miles"
msgstr "Мили"
-#: fieldunit.hrc:37
+#: svx/inc/fieldunit.hrc:37
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Pica"
msgstr ""
-#: fieldunit.hrc:38
+#: svx/inc/fieldunit.hrc:38
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Point"
msgstr "Апункт"
-#: fieldunit.hrc:39
+#: svx/inc/fieldunit.hrc:39
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Char"
msgstr "Асимвол"
-#: fieldunit.hrc:40
+#: svx/inc/fieldunit.hrc:40
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Line"
msgstr "Ацәаҳәа"
-#: fmstring.hrc:27
+#: svx/inc/fmstring.hrc:27
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "LIKE"
msgstr "LIKE"
-#: fmstring.hrc:28
+#: svx/inc/fmstring.hrc:28
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "NOT"
msgstr "NOT"
-#: fmstring.hrc:29
+#: svx/inc/fmstring.hrc:29
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "EMPTY"
msgstr "EMPTY"
-#: fmstring.hrc:30
+#: svx/inc/fmstring.hrc:30
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "TRUE"
msgstr "TRUE"
-#: fmstring.hrc:31
+#: svx/inc/fmstring.hrc:31
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "FALSE"
msgstr "FALSE"
-#: fmstring.hrc:32
+#: svx/inc/fmstring.hrc:32
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "IS"
msgstr "IS"
-#: fmstring.hrc:33
+#: svx/inc/fmstring.hrc:33
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "BETWEEN"
msgstr "BETWEEN"
-#: fmstring.hrc:34
+#: svx/inc/fmstring.hrc:34
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "OR"
msgstr "OR"
-#: fmstring.hrc:35
+#: svx/inc/fmstring.hrc:35
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "AND"
msgstr "AND"
-#: fmstring.hrc:36
+#: svx/inc/fmstring.hrc:36
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Average"
msgstr "Ибжьаратәу"
-#: fmstring.hrc:37
+#: svx/inc/fmstring.hrc:37
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Count"
msgstr "Ахыҧхьаӡара"
-#: fmstring.hrc:38
+#: svx/inc/fmstring.hrc:38
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Maximum"
msgstr "Амаксимум"
-#: fmstring.hrc:39
+#: svx/inc/fmstring.hrc:39
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Minimum"
msgstr "Аминимум"
-#: fmstring.hrc:40
+#: svx/inc/fmstring.hrc:40
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Sum"
msgstr "Аицҵалыҵ"
-#: fmstring.hrc:41
+#: svx/inc/fmstring.hrc:41
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Every"
msgstr ""
-#: fmstring.hrc:42
+#: svx/inc/fmstring.hrc:42
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Any"
msgstr ""
-#: fmstring.hrc:43
+#: svx/inc/fmstring.hrc:43
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Some"
msgstr "алагамҭа"
-#: fmstring.hrc:44
+#: svx/inc/fmstring.hrc:44
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "STDDEV_POP"
msgstr "STDDEV_POP"
-#: fmstring.hrc:45
+#: svx/inc/fmstring.hrc:45
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "STDDEV_SAMP"
msgstr "STDDEV_SAMP"
-#: fmstring.hrc:46
+#: svx/inc/fmstring.hrc:46
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "VAR_SAMP"
msgstr "VAR_SAMP"
-#: fmstring.hrc:47
+#: svx/inc/fmstring.hrc:47
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "VAR_POP"
msgstr "VAR_POP"
-#: fmstring.hrc:48
+#: svx/inc/fmstring.hrc:48
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Collect"
msgstr ""
-#: fmstring.hrc:49
+#: svx/inc/fmstring.hrc:49
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Fusion"
msgstr "Аидҵара"
-#: fmstring.hrc:50
+#: svx/inc/fmstring.hrc:50
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Intersection"
msgstr ""
-#: frmsel.hrc:29
+#: svx/inc/frmsel.hrc:29
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Border setting"
msgstr ""
-#: frmsel.hrc:30
+#: svx/inc/frmsel.hrc:30
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Left border line"
msgstr ""
-#: frmsel.hrc:31
+#: svx/inc/frmsel.hrc:31
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Right border line"
msgstr ""
-#: frmsel.hrc:32
+#: svx/inc/frmsel.hrc:32
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Top border line"
msgstr ""
-#: frmsel.hrc:33
+#: svx/inc/frmsel.hrc:33
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Bottom border line"
msgstr ""
-#: frmsel.hrc:34
+#: svx/inc/frmsel.hrc:34
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Horizontal border line"
msgstr ""
-#: frmsel.hrc:35
+#: svx/inc/frmsel.hrc:35
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Vertical border line"
msgstr ""
-#: frmsel.hrc:36
+#: svx/inc/frmsel.hrc:36
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Diagonal border line from top left to bottom right"
msgstr ""
-#: frmsel.hrc:37
+#: svx/inc/frmsel.hrc:37
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Diagonal border line from bottom left to top right"
msgstr ""
-#: frmsel.hrc:42
+#: svx/inc/frmsel.hrc:42
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Border setting"
msgstr ""
-#: frmsel.hrc:43
+#: svx/inc/frmsel.hrc:43
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Left border line"
msgstr ""
-#: frmsel.hrc:44
+#: svx/inc/frmsel.hrc:44
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Right border line"
msgstr ""
-#: frmsel.hrc:45
+#: svx/inc/frmsel.hrc:45
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Top border line"
msgstr ""
-#: frmsel.hrc:46
+#: svx/inc/frmsel.hrc:46
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Bottom border line"
msgstr ""
-#: frmsel.hrc:47
+#: svx/inc/frmsel.hrc:47
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Horizontal border line"
msgstr ""
-#: frmsel.hrc:48
+#: svx/inc/frmsel.hrc:48
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Vertical border line"
msgstr ""
-#: frmsel.hrc:49
+#: svx/inc/frmsel.hrc:49
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Diagonal border line from top left to bottom right"
msgstr ""
-#: frmsel.hrc:50
+#: svx/inc/frmsel.hrc:50
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Diagonal border line from bottom left to top right"
msgstr ""
-#: numberingtype.hrc:29
+#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Мап"
#. SVX_NUM_NUMBER_NONE
-#: numberingtype.hrc:30
+#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Амаркер"
#. SVX_NUM_CHAR_SPECIAL
-#: numberingtype.hrc:31
+#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Аграфика"
#. SVX_NUM_BITMAP
-#: numberingtype.hrc:32
+#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr ""
#. SVX_NUM_BITMAP|0x80
-#: numberingtype.hrc:33
+#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. SVX_NUM_ARABIC
-#: numberingtype.hrc:34
+#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. SVX_NUM_CHARS_UPPER_LETTER
-#: numberingtype.hrc:35
+#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. SVX_NUM_CHARS_LOWER_LETTER
-#: numberingtype.hrc:36
+#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. SVX_NUM_ROMAN_UPPER
-#: numberingtype.hrc:37
+#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. SVX_NUM_ROMAN_LOWER
-#: numberingtype.hrc:38
+#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. SVX_NUM_CHARS_UPPER_LETTER_N
-#: numberingtype.hrc:39
+#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. SVX_NUM_CHARS_LOWER_LETTER_N
-#: numberingtype.hrc:40
+#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Амилаҭтә номерркра"
#. NATIVE_NUMBERING
-#: numberingtype.hrc:41
+#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (аболгартә)"
#. CHARS_CYRILLIC_UPPER_LETTER_BG
-#: numberingtype.hrc:42
+#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (аболгартә)"
#. CHARS_CYRILLIC_LOWER_LETTER_BG
-#: numberingtype.hrc:43
+#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (аболгартә)"
#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
-#: numberingtype.hrc:44
+#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (аболгартә)"
#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
-#: numberingtype.hrc:45
+#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (аурыстә)"
#. CHARS_CYRILLIC_UPPER_LETTER_RU
-#: numberingtype.hrc:46
+#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (аурыстә)"
#. CHARS_CYRILLIC_LOWER_LETTER_RU
-#: numberingtype.hrc:47
+#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (аурыстә)"
#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
-#: numberingtype.hrc:48
+#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (аурыстә)"
#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
-#: numberingtype.hrc:49
+#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (аурыстә)"
#. CHARS_CYRILLIC_UPPER_LETTER_SR
-#: numberingtype.hrc:50
+#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (асербтә)"
#. CHARS_CYRILLIC_LOWER_LETTER_SR
-#: numberingtype.hrc:51
+#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (асербтә)"
#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
-#: numberingtype.hrc:52
+#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (асербтә)"
#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
-#: numberingtype.hrc:53
+#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr ""
#. CHARS_GREEK_UPPER_LETTER
-#: numberingtype.hrc:54
+#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr ""
#. CHARS_GREEK_LOWER_LETTER
-#: numberingtype.hrc:55
+#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. NUMBER_HEBREW
-#: numberingtype.hrc:56
+#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
-#: samecontent.hrc:18
+#. CHARS_HEBREW
+#: svx/inc/numberingtype.hrc:57
+msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
+msgid "١, ٢, ٣, ٤, ... (Arabic)"
+msgstr ""
+
+#. NUMBER_ARABIC_INDIC
+#: svx/inc/numberingtype.hrc:58
+msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
+msgid "۱, ۲, ۳, ۴, ... (Farsi)"
+msgstr ""
+
+#. NUMBER_EAST_ARABIC_INDIC
+#: svx/inc/numberingtype.hrc:59
+msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
+msgid "१, २, ३, ..."
+msgstr ""
+
+#: svx/inc/samecontent.hrc:18
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "All Pages"
msgstr "Адаҟьақәа зегьы"
-#: samecontent.hrc:19
+#: svx/inc/samecontent.hrc:19
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "First Page"
msgstr "Актәи адаҟьа"
-#: samecontent.hrc:20
+#: svx/inc/samecontent.hrc:20
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "Left and Right Pages"
msgstr "Армарахтәии арӷьарахьтәии адаҟьақәа"
-#: samecontent.hrc:21
+#: svx/inc/samecontent.hrc:21
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "First, Left and Right Pages"
msgstr "Актәи, армарахтәии арӷьарахьтәии адаҟьақәа"
-#: spacing.hrc:18
+#: svx/inc/spacing.hrc:18
msgctxt "RID_SVXSTRARY_SPACING"
msgid "None"
msgstr "Мап"
-#: spacing.hrc:19
+#: svx/inc/spacing.hrc:19
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Extra Small (1/16\")"
msgstr ""
-#: spacing.hrc:20
+#: svx/inc/spacing.hrc:20
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Small (1/8\")"
msgstr ""
-#: spacing.hrc:21
+#: svx/inc/spacing.hrc:21
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Small Medium (1/4\")"
msgstr ""
-#: spacing.hrc:22
+#: svx/inc/spacing.hrc:22
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Medium (3/8\")"
msgstr ""
-#: spacing.hrc:23
+#: svx/inc/spacing.hrc:23
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Medium Large (1/2\")"
msgstr ""
-#: spacing.hrc:24
+#: svx/inc/spacing.hrc:24
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Large (3/4\")"
msgstr ""
-#: spacing.hrc:25
+#: svx/inc/spacing.hrc:25
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Extra Large (1\")"
msgstr ""
-#: svxerr.hrc:33
+#: svx/inc/svxerr.hrc:33
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) executing the thesaurus."
msgstr ""
-#: svxerr.hrc:35
+#: svx/inc/svxerr.hrc:35
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) executing the spellcheck."
msgstr ""
-#: svxerr.hrc:37
+#: svx/inc/svxerr.hrc:37
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) executing the hyphenation."
msgstr ""
-#: svxerr.hrc:39
+#: svx/inc/svxerr.hrc:39
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) creating a dictionary."
msgstr ""
-#: svxerr.hrc:41
+#: svx/inc/svxerr.hrc:41
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) setting background attribute."
msgstr ""
-#: svxerr.hrc:43
+#: svx/inc/svxerr.hrc:43
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) loading the graphics."
msgstr "$(ERR) аграфика аҭагалараан."
-#: svxerr.hrc:51
+#: svx/inc/svxerr.hrc:51
msgctxt "RID_SVXERRCODE"
msgid ""
"$(ARG1) is not supported by the spellcheck function or is not presently active.\n"
@@ -546,2015 +564,2038 @@ msgid ""
"or activate it under 'Tools - Options - Language Settings - Writing Aids'."
msgstr ""
-#: svxerr.hrc:53
+#: svx/inc/svxerr.hrc:53
msgctxt "RID_SVXERRCODE"
msgid "Spellcheck is not available."
msgstr ""
-#: svxerr.hrc:55
+#: svx/inc/svxerr.hrc:55
msgctxt "RID_SVXERRCODE"
msgid "The custom dictionary $(ARG1) cannot be created."
msgstr ""
-#: svxerr.hrc:57
+#: svx/inc/svxerr.hrc:57
msgctxt "RID_SVXERRCODE"
msgid "The graphic $(ARG1) could not be found."
msgstr ""
-#: svxerr.hrc:59
+#: svx/inc/svxerr.hrc:59
msgctxt "RID_SVXERRCODE"
msgid "An unlinked graphic could not be loaded."
msgstr ""
-#: svxerr.hrc:61
+#: svx/inc/svxerr.hrc:61
msgctxt "RID_SVXERRCODE"
msgid "A language has not been fixed for the selected term."
msgstr ""
-#: svxerr.hrc:63
+#: 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 ""
-#: svxerr.hrc:65
+#: svx/inc/svxerr.hrc:65
msgctxt "RID_SVXERRCODE"
msgid "The original VBA Basic Code contained in the document will not be saved."
msgstr ""
-#: svxerr.hrc:67
+#: svx/inc/svxerr.hrc:67
msgctxt "RID_SVXERRCODE"
msgid "The password is incorrect. The document cannot be opened."
msgstr "Ииашам ажәамаӡа. Адокумент аартра ауам."
-#: svxerr.hrc:69
+#: svx/inc/svxerr.hrc:69
msgctxt "RID_SVXERRCODE"
msgid "The encryption method used in this document is not supported. Only Microsoft Office 97/2000 compatible password encryption is supported."
msgstr ""
-#: svxerr.hrc:71
+#: svx/inc/svxerr.hrc:71
msgctxt "RID_SVXERRCODE"
msgid "The loading of password-encrypted Microsoft PowerPoint presentations is not supported."
msgstr ""
-#: svxerr.hrc:73
+#: svx/inc/svxerr.hrc:73
msgctxt "RID_SVXERRCODE"
msgid ""
"Password protection is not supported when documents are saved in a Microsoft Office format.\n"
"Do you want to save the document without password protection?"
msgstr ""
-#: swframeposstrings.hrc:28
+#: svx/inc/swframeposstrings.hrc:28
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Left"
msgstr "Арымарахь"
-#: swframeposstrings.hrc:29
+#: svx/inc/swframeposstrings.hrc:29
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right"
msgstr "Арыӷьарахь"
-#: swframeposstrings.hrc:30
+#: svx/inc/swframeposstrings.hrc:30
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From left"
msgstr "Арымарахь"
-#: swframeposstrings.hrc:31
+#: svx/inc/swframeposstrings.hrc:31
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Inside"
msgstr "Аҩныҵҟа"
-#: swframeposstrings.hrc:32
+#: svx/inc/swframeposstrings.hrc:32
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Outside"
msgstr "Адәныҟа"
-#: swframeposstrings.hrc:33
+#: svx/inc/swframeposstrings.hrc:33
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From inside"
msgstr "Аҩныҵҟа"
-#: swframeposstrings.hrc:34
+#: svx/inc/swframeposstrings.hrc:34
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Paragraph area"
msgstr ""
-#: swframeposstrings.hrc:35
-#: /home/cl/vc/git/libo-core/svx/inc/swframeposstrings.hrc:50
+#: svx/inc/swframeposstrings.hrc:35 svx/inc/swframeposstrings.hrc:50
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Paragraph text area"
msgstr ""
-#: swframeposstrings.hrc:36
+#: svx/inc/swframeposstrings.hrc:36
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Left page border"
msgstr "Адаҟьа армарахьтәи аҵкар"
-#: swframeposstrings.hrc:37
+#: svx/inc/swframeposstrings.hrc:37
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right page border"
msgstr "Адаҟьа арӷьарахьтәи аҵкар"
-#: swframeposstrings.hrc:38
+#: svx/inc/swframeposstrings.hrc:38
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Left paragraph border"
msgstr ""
-#: swframeposstrings.hrc:39
+#: svx/inc/swframeposstrings.hrc:39
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right paragraph border"
msgstr ""
-#: swframeposstrings.hrc:40
+#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Inner page border"
msgstr "Адаҟьа аҩныҵҟатәи аҵкар"
-#: swframeposstrings.hrc:41
+#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Outer page border"
msgstr "Адаҟьа адәныҟатәи аҵкар"
-#: swframeposstrings.hrc:42
+#: svx/inc/swframeposstrings.hrc:42
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Inner paragraph border"
msgstr ""
-#: swframeposstrings.hrc:43
+#: svx/inc/swframeposstrings.hrc:43
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Outer paragraph border"
msgstr ""
-#: swframeposstrings.hrc:44
+#: svx/inc/swframeposstrings.hrc:44
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire page"
msgstr "Адаҟьа зегьы"
-#: swframeposstrings.hrc:45
+#: svx/inc/swframeposstrings.hrc:45
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Page text area"
msgstr ""
-#: swframeposstrings.hrc:46
+#: svx/inc/swframeposstrings.hrc:46
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Base line"
msgstr ""
-#: swframeposstrings.hrc:47
+#: svx/inc/swframeposstrings.hrc:47
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Character"
msgstr "Асимвол"
-#: swframeposstrings.hrc:48
+#: svx/inc/swframeposstrings.hrc:48
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Row"
msgstr "АЦӘАҲӘА"
-#: swframeposstrings.hrc:49
+#: svx/inc/swframeposstrings.hrc:49
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Margin"
msgstr "Аҭакыра"
-#: swframeposstrings.hrc:51
+#: svx/inc/swframeposstrings.hrc:51
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Left frame border"
msgstr ""
-#: swframeposstrings.hrc:52
+#: svx/inc/swframeposstrings.hrc:52
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right frame border"
msgstr ""
-#: swframeposstrings.hrc:53
+#: svx/inc/swframeposstrings.hrc:53
#, fuzzy
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire frame"
msgstr "Адаҟьа зегьы"
-#: swframeposstrings.hrc:54
+#: svx/inc/swframeposstrings.hrc:54
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Frame text area"
msgstr ""
-#: swframeposstrings.hrc:55
+#: svx/inc/swframeposstrings.hrc:55
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Inner frame border"
msgstr ""
-#: swframeposstrings.hrc:56
+#: svx/inc/swframeposstrings.hrc:56
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Outer frame border"
msgstr ""
-#: swframeposstrings.hrc:57
+#: svx/inc/swframeposstrings.hrc:57
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Top"
msgstr "Хыхьла"
-#: swframeposstrings.hrc:58
+#: svx/inc/swframeposstrings.hrc:58
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: swframeposstrings.hrc:59
-#: /home/cl/vc/git/libo-core/svx/inc/swframeposstrings.hrc:60
+#: svx/inc/swframeposstrings.hrc:59 svx/inc/swframeposstrings.hrc:60
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Center"
msgstr "Ацентр ала"
-#: swframeposstrings.hrc:61
+#: svx/inc/swframeposstrings.hrc:61
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From top"
msgstr "Хыхьала"
-#: swframeposstrings.hrc:62
+#: svx/inc/swframeposstrings.hrc:62
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From bottom"
msgstr "Ҵаҟала"
-#: swframeposstrings.hrc:63
+#: svx/inc/swframeposstrings.hrc:63
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Below"
msgstr "Илаҟәны"
-#: swframeposstrings.hrc:64
+#: svx/inc/swframeposstrings.hrc:64
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From right"
msgstr "Арыӷьарахь"
-#: swframeposstrings.hrc:65
+#: svx/inc/swframeposstrings.hrc:65
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Top page border"
msgstr ""
-#: swframeposstrings.hrc:66
+#: svx/inc/swframeposstrings.hrc:66
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Bottom page border"
msgstr ""
-#: swframeposstrings.hrc:67
+#: svx/inc/swframeposstrings.hrc:67
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Top paragraph border"
msgstr ""
-#: swframeposstrings.hrc:68
+#: svx/inc/swframeposstrings.hrc:68
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Bottom paragraph border"
msgstr ""
-#: swframeposstrings.hrc:69
+#: svx/inc/swframeposstrings.hrc:69
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Line of text"
msgstr "Ацәаҳәа атеқст аҟынтәи"
-#: tabwin.hrc:27
+#: svx/inc/tabwin.hrc:27
msgctxt "RID_RSC_TABWIN_PREFIX"
msgid "Table"
msgstr "Атаблица"
-#: tabwin.hrc:28
+#: svx/inc/tabwin.hrc:28
msgctxt "RID_RSC_TABWIN_PREFIX"
msgid "Query"
msgstr "Азыҳәара"
-#: tabwin.hrc:29
+#: svx/inc/tabwin.hrc:29
msgctxt "RID_RSC_TABWIN_PREFIX"
msgid "SQL"
msgstr "SQL"
-#: txenctab.hrc:32
+#: svx/inc/txenctab.hrc:32
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (Windows-1252/WinLatin 1)"
msgstr ""
-#: txenctab.hrc:33
+#: svx/inc/txenctab.hrc:33
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (Apple Macintosh)"
msgstr ""
-#: txenctab.hrc:34
+#: svx/inc/txenctab.hrc:34
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-850/International)"
msgstr ""
-#: txenctab.hrc:35
+#: svx/inc/txenctab.hrc:35
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-437/US)"
msgstr ""
-#: txenctab.hrc:36
+#: svx/inc/txenctab.hrc:36
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-860/Portuguese)"
msgstr ""
-#: txenctab.hrc:37
+#: svx/inc/txenctab.hrc:37
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-861/Icelandic)"
msgstr ""
-#: txenctab.hrc:38
+#: svx/inc/txenctab.hrc:38
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-863/French (Can.))"
msgstr ""
-#: txenctab.hrc:39
+#: svx/inc/txenctab.hrc:39
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-865/Nordic)"
msgstr ""
-#: txenctab.hrc:40
+#: svx/inc/txenctab.hrc:40
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (ASCII/US)"
msgstr ""
-#: txenctab.hrc:41
+#: svx/inc/txenctab.hrc:41
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (ISO-8859-1)"
msgstr ""
-#: txenctab.hrc:42
+#: svx/inc/txenctab.hrc:42
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (ISO-8859-2)"
msgstr ""
-#: txenctab.hrc:43
+#: svx/inc/txenctab.hrc:43
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Latin 3 (ISO-8859-3)"
msgstr ""
-#: txenctab.hrc:44
+#: svx/inc/txenctab.hrc:44
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Baltic (ISO-8859-4)"
msgstr ""
-#: txenctab.hrc:45
+#: svx/inc/txenctab.hrc:45
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (ISO-8859-5)"
msgstr ""
-#: txenctab.hrc:46
+#: svx/inc/txenctab.hrc:46
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Arabic (ISO-8859-6)"
msgstr ""
-#: txenctab.hrc:47
+#: svx/inc/txenctab.hrc:47
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (ISO-8859-7)"
msgstr ""
-#: txenctab.hrc:48
+#: svx/inc/txenctab.hrc:48
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Hebrew (ISO-8859-8)"
msgstr ""
-#: txenctab.hrc:49
+#: svx/inc/txenctab.hrc:49
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Turkish (ISO-8859-9)"
msgstr ""
-#: txenctab.hrc:50
+#: svx/inc/txenctab.hrc:50
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (ISO-8859-14)"
msgstr ""
-#: txenctab.hrc:51
+#: svx/inc/txenctab.hrc:51
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (ISO-8859-15/EURO)"
msgstr ""
-#: txenctab.hrc:52
+#: svx/inc/txenctab.hrc:52
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (DOS/OS2-737)"
msgstr ""
-#: txenctab.hrc:53
+#: svx/inc/txenctab.hrc:53
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Baltic (DOS/OS2-775)"
msgstr ""
-#: txenctab.hrc:54
+#: svx/inc/txenctab.hrc:54
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (DOS/OS2-852)"
msgstr ""
-#: txenctab.hrc:55
+#: svx/inc/txenctab.hrc:55
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (DOS/OS2-855)"
msgstr ""
-#: txenctab.hrc:56
+#: svx/inc/txenctab.hrc:56
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Turkish (DOS/OS2-857)"
msgstr ""
-#: txenctab.hrc:57
+#: svx/inc/txenctab.hrc:57
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Hebrew (DOS/OS2-862)"
msgstr ""
-#: txenctab.hrc:58
+#: svx/inc/txenctab.hrc:58
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Arabic (DOS/OS2-864)"
msgstr ""
-#: txenctab.hrc:59
+#: svx/inc/txenctab.hrc:59
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (DOS/OS2-866/Russian)"
msgstr ""
-#: txenctab.hrc:60
+#: svx/inc/txenctab.hrc:60
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (DOS/OS2-869/Modern)"
msgstr ""
-#: txenctab.hrc:61
+#: svx/inc/txenctab.hrc:61
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (Windows-1250/WinLatin 2)"
msgstr ""
-#: txenctab.hrc:62
+#: svx/inc/txenctab.hrc:62
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (Windows-1251)"
msgstr ""
-#: txenctab.hrc:63
+#: svx/inc/txenctab.hrc:63
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (Windows-1253)"
msgstr ""
-#: txenctab.hrc:64
+#: svx/inc/txenctab.hrc:64
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Turkish (Windows-1254)"
msgstr ""
-#: txenctab.hrc:65
+#: svx/inc/txenctab.hrc:65
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Hebrew (Windows-1255)"
msgstr ""
-#: txenctab.hrc:66
+#: svx/inc/txenctab.hrc:66
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Arabic (Windows-1256)"
msgstr ""
-#: txenctab.hrc:67
+#: svx/inc/txenctab.hrc:67
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Baltic (Windows-1257)"
msgstr ""
-#: txenctab.hrc:68
+#: svx/inc/txenctab.hrc:68
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Vietnamese (Windows-1258)"
msgstr ""
-#: txenctab.hrc:69
+#: svx/inc/txenctab.hrc:69
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (Apple Macintosh)"
msgstr ""
-#: txenctab.hrc:70
+#: svx/inc/txenctab.hrc:70
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (Apple Macintosh/Croatian)"
msgstr ""
-#: txenctab.hrc:71
+#: svx/inc/txenctab.hrc:71
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (Apple Macintosh)"
msgstr ""
-#: txenctab.hrc:72
+#: svx/inc/txenctab.hrc:72
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (Apple Macintosh)"
msgstr ""
-#: txenctab.hrc:73
+#: svx/inc/txenctab.hrc:73
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (Apple Macintosh/Icelandic)"
msgstr ""
-#: txenctab.hrc:74
+#: svx/inc/txenctab.hrc:74
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (Apple Macintosh/Romanian)"
msgstr ""
-#: txenctab.hrc:75
+#: svx/inc/txenctab.hrc:75
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Turkish (Apple Macintosh)"
msgstr ""
-#: txenctab.hrc:76
+#: svx/inc/txenctab.hrc:76
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (Apple Macintosh/Ukrainian)"
msgstr ""
-#: txenctab.hrc:77
+#: svx/inc/txenctab.hrc:77
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (Apple Macintosh)"
msgstr ""
-#: txenctab.hrc:78
+#: svx/inc/txenctab.hrc:78
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (Apple Macintosh)"
msgstr ""
-#: txenctab.hrc:79
+#: svx/inc/txenctab.hrc:79
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (Apple Macintosh)"
msgstr ""
-#: txenctab.hrc:80
+#: svx/inc/txenctab.hrc:80
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (Apple Macintosh)"
msgstr ""
-#: txenctab.hrc:81
+#: svx/inc/txenctab.hrc:81
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (Windows-932)"
msgstr ""
-#: txenctab.hrc:82
+#: svx/inc/txenctab.hrc:82
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (Windows-936)"
msgstr ""
-#: txenctab.hrc:83
+#: svx/inc/txenctab.hrc:83
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (Windows-949)"
msgstr ""
-#: txenctab.hrc:84
+#: svx/inc/txenctab.hrc:84
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (Windows-950)"
msgstr ""
-#: txenctab.hrc:85
+#: svx/inc/txenctab.hrc:85
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (Shift-JIS)"
msgstr ""
-#: txenctab.hrc:86
+#: svx/inc/txenctab.hrc:86
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (GB-2312)"
msgstr ""
-#: txenctab.hrc:87
+#: svx/inc/txenctab.hrc:87
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (GB-18030)"
msgstr ""
-#: txenctab.hrc:88
+#: svx/inc/txenctab.hrc:88
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (GBT-12345)"
msgstr ""
-#: txenctab.hrc:89
+#: svx/inc/txenctab.hrc:89
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (GBK/GB-2312-80)"
msgstr ""
-#: txenctab.hrc:90
+#: svx/inc/txenctab.hrc:90
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (Big5)"
msgstr ""
-#: txenctab.hrc:91
+#: svx/inc/txenctab.hrc:91
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (BIG5-HKSCS)"
msgstr ""
-#: txenctab.hrc:92
+#: svx/inc/txenctab.hrc:92
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (EUC-JP)"
msgstr ""
-#: txenctab.hrc:93
+#: svx/inc/txenctab.hrc:93
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (EUC-CN)"
msgstr ""
-#: txenctab.hrc:94
+#: svx/inc/txenctab.hrc:94
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (EUC-TW)"
msgstr ""
-#: txenctab.hrc:95
+#: svx/inc/txenctab.hrc:95
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (ISO-2022-JP)"
msgstr ""
-#: txenctab.hrc:96
+#: svx/inc/txenctab.hrc:96
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (ISO-2022-CN)"
msgstr ""
-#: txenctab.hrc:97
+#: svx/inc/txenctab.hrc:97
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (KOI8-R)"
msgstr ""
-#: txenctab.hrc:98
+#: svx/inc/txenctab.hrc:98
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Unicode (UTF-7)"
msgstr ""
-#: txenctab.hrc:99
+#: svx/inc/txenctab.hrc:99
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Unicode (UTF-8)"
msgstr ""
-#: txenctab.hrc:100
+#: svx/inc/txenctab.hrc:100
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (ISO-8859-10)"
msgstr ""
-#: txenctab.hrc:101
+#: svx/inc/txenctab.hrc:101
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (ISO-8859-13)"
msgstr ""
-#: txenctab.hrc:102
+#: svx/inc/txenctab.hrc:102
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (EUC-KR)"
msgstr ""
-#: txenctab.hrc:103
+#: svx/inc/txenctab.hrc:103
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (ISO-2022-KR)"
msgstr ""
-#: txenctab.hrc:104
+#: svx/inc/txenctab.hrc:104
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (Windows-Johab-1361)"
msgstr ""
-#: txenctab.hrc:105
+#: svx/inc/txenctab.hrc:105
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Unicode (UTF-16)"
msgstr ""
-#: txenctab.hrc:106
+#: svx/inc/txenctab.hrc:106
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Thai (ISO-8859-11/TIS-620)"
msgstr ""
-#: txenctab.hrc:107
+#: svx/inc/txenctab.hrc:107
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Thai (Windows-874)"
msgstr ""
-#: txenctab.hrc:108
+#: svx/inc/txenctab.hrc:108
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (KOI8-U)"
msgstr ""
-#: txenctab.hrc:109
+#: svx/inc/txenctab.hrc:109
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (PT154)"
msgstr ""
-#: page.hrc:30
+#: svx/source/dialog/page.hrc:30
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "A6"
msgstr "A6"
-#: page.hrc:31
+#: svx/source/dialog/page.hrc:31
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "A5"
msgstr "A5"
-#: page.hrc:32
+#: svx/source/dialog/page.hrc:32
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "A4"
msgstr "A4"
-#: page.hrc:33
+#: svx/source/dialog/page.hrc:33
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "A3"
msgstr "A3"
-#: page.hrc:34
+#: svx/source/dialog/page.hrc:34
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B6 (ISO)"
msgstr "B6 (ISO)"
-#: page.hrc:35
+#: svx/source/dialog/page.hrc:35
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B5 (ISO)"
msgstr "B5 (ISO)"
-#: page.hrc:36
+#: svx/source/dialog/page.hrc:36
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B4 (ISO)"
msgstr "B4 (ISO)"
-#: page.hrc:37
+#: svx/source/dialog/page.hrc:37
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Letter"
msgstr "Letter"
-#: page.hrc:38
+#: svx/source/dialog/page.hrc:38
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Legal"
msgstr "Legal"
-#: page.hrc:39
+#: svx/source/dialog/page.hrc:39
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Long Bond"
msgstr "Long Bond"
-#: page.hrc:40
+#: svx/source/dialog/page.hrc:40
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Tabloid"
msgstr "Tabloid"
-#: page.hrc:41
+#: svx/source/dialog/page.hrc:41
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B6 (JIS)"
msgstr "B6 (JIS)"
-#: page.hrc:42
+#: svx/source/dialog/page.hrc:42
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B5 (JIS)"
msgstr "B5 (JIS)"
-#: page.hrc:43
+#: svx/source/dialog/page.hrc:43
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B4 (JIS)"
msgstr "B4 (JIS)"
-#: page.hrc:44
+#: svx/source/dialog/page.hrc:44
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "16 Kai"
msgstr "16 Kai"
-#: page.hrc:45
+#: svx/source/dialog/page.hrc:45
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "32 Kai"
msgstr "32 Kai"
-#: page.hrc:46
+#: svx/source/dialog/page.hrc:46
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Big 32 Kai"
msgstr "32 Kai идуу"
-#: page.hrc:47
+#: svx/source/dialog/page.hrc:47
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "User"
msgstr ""
-#: page.hrc:48
+#: svx/source/dialog/page.hrc:48
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "DL Envelope"
msgstr ""
-#: page.hrc:49
+#: svx/source/dialog/page.hrc:49
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "C6 Envelope"
msgstr ""
-#: page.hrc:50
+#: svx/source/dialog/page.hrc:50
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "C6/5 Envelope"
msgstr ""
-#: page.hrc:51
+#: svx/source/dialog/page.hrc:51
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "C5 Envelope"
msgstr ""
-#: page.hrc:52
+#: svx/source/dialog/page.hrc:52
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "C4 Envelope"
msgstr ""
-#: page.hrc:53
+#: svx/source/dialog/page.hrc:53
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#6¾ Envelope"
msgstr ""
-#: page.hrc:54
+#: svx/source/dialog/page.hrc:54
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#7¾ (Monarch) Envelope"
msgstr ""
-#: page.hrc:55
+#: svx/source/dialog/page.hrc:55
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#9 Envelope"
msgstr ""
-#: page.hrc:56
+#: svx/source/dialog/page.hrc:56
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#10 Envelope"
msgstr ""
-#: page.hrc:57
+#: svx/source/dialog/page.hrc:57
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#11 Envelope"
msgstr ""
-#: page.hrc:58
+#: svx/source/dialog/page.hrc:58
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#12 Envelope"
msgstr ""
-#: page.hrc:59
+#: svx/source/dialog/page.hrc:59
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Japanese Postcard"
msgstr ""
-#: page.hrc:64
+#: svx/source/dialog/page.hrc:64
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A6"
msgstr "A6"
-#: page.hrc:65
+#: svx/source/dialog/page.hrc:65
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A5"
msgstr "A5"
-#: page.hrc:66
+#: svx/source/dialog/page.hrc:66
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A4"
msgstr "A4"
-#: page.hrc:67
+#: svx/source/dialog/page.hrc:67
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A3"
msgstr "A3"
-#: page.hrc:68
+#: svx/source/dialog/page.hrc:68
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A2"
msgstr "А2"
-#: page.hrc:69
+#: svx/source/dialog/page.hrc:69
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A1"
msgstr "А1"
-#: page.hrc:70
+#: svx/source/dialog/page.hrc:70
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A0"
msgstr "А0"
-#: page.hrc:71
+#: svx/source/dialog/page.hrc:71
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B6 (ISO)"
msgstr "B6 (ISO)"
-#: page.hrc:72
+#: svx/source/dialog/page.hrc:72
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B5 (ISO)"
msgstr "B5 (ISO)"
-#: page.hrc:73
+#: svx/source/dialog/page.hrc:73
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B4 (ISO)"
msgstr "B4 (ISO)"
-#: page.hrc:74
+#: svx/source/dialog/page.hrc:74
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Letter"
msgstr "Letter"
-#: page.hrc:75
+#: svx/source/dialog/page.hrc:75
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Legal"
msgstr "Legal"
-#: page.hrc:76
+#: svx/source/dialog/page.hrc:76
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Long Bond"
msgstr "Long Bond"
-#: page.hrc:77
+#: svx/source/dialog/page.hrc:77
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Tabloid"
msgstr "Tabloid"
-#: page.hrc:78
+#: svx/source/dialog/page.hrc:78
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B6 (JIS)"
msgstr "B6 (JIS)"
-#: page.hrc:79
+#: svx/source/dialog/page.hrc:79
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B5 (JIS)"
msgstr "B5 (JIS)"
-#: page.hrc:80
+#: svx/source/dialog/page.hrc:80
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B4 (JIS)"
msgstr "B4 (JIS)"
-#: page.hrc:81
+#: svx/source/dialog/page.hrc:81
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "16 Kai"
msgstr "16 Kai"
-#: page.hrc:82
+#: svx/source/dialog/page.hrc:82
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "32 Kai"
msgstr "32 Kai"
-#: page.hrc:83
+#: svx/source/dialog/page.hrc:83
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Big 32 Kai"
msgstr "32 Kai идуу"
-#: page.hrc:84
+#: svx/source/dialog/page.hrc:84
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "User"
msgstr ""
-#: page.hrc:85
+#: svx/source/dialog/page.hrc:85
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "DL Envelope"
msgstr ""
-#: page.hrc:86
+#: svx/source/dialog/page.hrc:86
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "C6 Envelope"
msgstr ""
-#: page.hrc:87
+#: svx/source/dialog/page.hrc:87
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "C6/5 Envelope"
msgstr ""
-#: page.hrc:88
+#: svx/source/dialog/page.hrc:88
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "C5 Envelope"
msgstr ""
-#: page.hrc:89
+#: svx/source/dialog/page.hrc:89
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "C4 Envelope"
msgstr ""
-#: page.hrc:90
+#: svx/source/dialog/page.hrc:90
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Dia Slide"
msgstr "Dia Slide"
-#: page.hrc:91
+#: svx/source/dialog/page.hrc:91
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Screen 4:3"
msgstr "Аекран 4:3"
-#: page.hrc:92
+#: svx/source/dialog/page.hrc:92
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Screen 16:9"
msgstr "Аекран 16:9"
-#: page.hrc:93
+#: svx/source/dialog/page.hrc:93
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Screen 16:10"
msgstr "Аекран 16:10"
-#: page.hrc:94
+#: svx/source/dialog/page.hrc:94
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Japanese Postcard"
msgstr ""
-#: acceptrejectchangesdialog.ui:8
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:8
msgctxt "acceptrejectchangesdialog|AcceptRejectChangesDialog"
msgid "Manage Changes"
msgstr ""
-#: acceptrejectchangesdialog.ui:21
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:21
msgctxt "acceptrejectchangesdialog|accept"
msgid "_Accept"
msgstr ""
-#: acceptrejectchangesdialog.ui:35
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:35
msgctxt "acceptrejectchangesdialog|reject"
msgid "_Reject"
msgstr ""
-#: acceptrejectchangesdialog.ui:49
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:49
msgctxt "acceptrejectchangesdialog|acceptall"
msgid "A_ccept All"
msgstr ""
-#: acceptrejectchangesdialog.ui:63
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:63
msgctxt "acceptrejectchangesdialog|rejectall"
msgid "R_eject All"
msgstr ""
-#: acceptrejectchangesdialog.ui:134
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:134
msgctxt "acceptrejectchangesdialog|calcedit"
msgid "Edit Comment..."
msgstr "Иҧсахтәуп акомментари..."
-#: acceptrejectchangesdialog.ui:141
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:141
msgctxt "acceptrejectchangesdialog|calcsort"
msgid "Sorting"
msgstr ""
-#: acceptrejectchangesdialog.ui:151
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:151
msgctxt "acceptrejectchangesdialog|calcaction"
msgid "Action"
msgstr "Аҟаҵара"
-#: acceptrejectchangesdialog.ui:159
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:159
msgctxt "acceptrejectchangesdialog|calcposition"
msgid "Position"
msgstr "Аҭыҧ"
-#: acceptrejectchangesdialog.ui:167
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:167
msgctxt "acceptrejectchangesdialog|calcauthor"
msgid "Author"
msgstr "Автор"
-#: acceptrejectchangesdialog.ui:175
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:175
msgctxt "acceptrejectchangesdialog|calcdate"
msgid "Date"
msgstr "Арыцхә"
-#: acceptrejectchangesdialog.ui:183
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:183
msgctxt "acceptrejectchangesdialog|calcdesc"
msgid "Description"
msgstr "Ахҳәаа"
-#: acceptrejectchangesdialog.ui:199
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:199
msgctxt "acceptrejectchangesdialog|writeredit"
msgid "Edit Comment..."
msgstr "Иҧсахтәуп акомментари..."
-#: acceptrejectchangesdialog.ui:206
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:206
msgctxt "acceptrejectchangesdialog|writersort"
msgid "Sort By"
msgstr ""
-#: acceptrejectchangesdialog.ui:216
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:216
msgctxt "acceptrejectchangesdialog|writeraction"
msgid "Action"
msgstr "Аҟаҵара"
-#: acceptrejectchangesdialog.ui:224
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:224
msgctxt "acceptrejectchangesdialog|writerauthor"
msgid "Author"
msgstr "Автор"
-#: acceptrejectchangesdialog.ui:232
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:232
msgctxt "acceptrejectchangesdialog|writerdate"
msgid "Date"
msgstr "Арыцхә"
-#: acceptrejectchangesdialog.ui:240
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:240
msgctxt "acceptrejectchangesdialog|writerdesc"
msgid "Comment"
msgstr "Акомментари"
-#: acceptrejectchangesdialog.ui:248
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:248
msgctxt "acceptrejectchangesdialog|writerposition"
msgid "Document Position"
msgstr ""
-#: addconditiondialog.ui:8
+#: svx/uiconfig/ui/addconditiondialog.ui:8
msgctxt "addconditiondialog|AddConditionDialog"
msgid "Add Condition"
msgstr ""
-#: addconditiondialog.ui:28
+#: svx/uiconfig/ui/addconditiondialog.ui:28
msgctxt "addconditiondialog|label1"
msgid "_Condition:"
msgstr "Аҭагылазаашьа:"
-#: addconditiondialog.ui:69
+#: svx/uiconfig/ui/addconditiondialog.ui:69
msgctxt "addconditiondialog|label2"
msgid "_Result:"
msgstr "Алҵшәа:"
-#: addconditiondialog.ui:94
+#: svx/uiconfig/ui/addconditiondialog.ui:94
msgctxt "addconditiondialog|edit"
msgid "_Edit Namespaces..."
msgstr ""
-#: adddataitemdialog.ui:52
+#: svx/uiconfig/ui/adddataitemdialog.ui:51
msgctxt "adddataitemdialog|nameft"
msgid "_Name:"
msgstr "Ахьӡ:"
-#: adddataitemdialog.ui:66
+#: svx/uiconfig/ui/adddataitemdialog.ui:65
msgctxt "adddataitemdialog|valueft"
msgid "_Default value:"
msgstr ""
-#: adddataitemdialog.ui:77
+#: svx/uiconfig/ui/adddataitemdialog.ui:76
msgctxt "adddataitemdialog|browse"
msgid "_Add..."
msgstr "_Иацҵатәуп..."
-#: adddataitemdialog.ui:110
+#: svx/uiconfig/ui/adddataitemdialog.ui:108
msgctxt "adddataitemdialog|label1"
msgid "Item"
msgstr "Аелемент"
-#: adddataitemdialog.ui:148
+#: svx/uiconfig/ui/adddataitemdialog.ui:146
msgctxt "adddataitemdialog|datatypeft"
msgid "_Data type:"
msgstr "Адырқәа ртип:"
-#: adddataitemdialog.ui:171
+#: svx/uiconfig/ui/adddataitemdialog.ui:169
msgctxt "adddataitemdialog|required"
msgid "_Required"
msgstr "Ихымҧадатәуп"
-#: adddataitemdialog.ui:186
+#: svx/uiconfig/ui/adddataitemdialog.ui:184
msgctxt "adddataitemdialog|requiredcond"
msgid "Condition"
msgstr "Аҭагылазаашьа"
-#: adddataitemdialog.ui:200
+#: svx/uiconfig/ui/adddataitemdialog.ui:198
msgctxt "adddataitemdialog|relevant"
msgid "R_elevant"
msgstr ""
-#: adddataitemdialog.ui:215
+#: svx/uiconfig/ui/adddataitemdialog.ui:213
msgctxt "adddataitemdialog|relevantcond"
msgid "Condition"
msgstr "Аҭагылазаашьа"
-#: adddataitemdialog.ui:229
+#: svx/uiconfig/ui/adddataitemdialog.ui:227
msgctxt "adddataitemdialog|constraint"
msgid "_Constraint"
msgstr ""
-#: adddataitemdialog.ui:244
+#: svx/uiconfig/ui/adddataitemdialog.ui:242
msgctxt "adddataitemdialog|readonly"
msgid "Read-_only"
msgstr "Аҧхьара мацараз"
-#: adddataitemdialog.ui:259
+#: svx/uiconfig/ui/adddataitemdialog.ui:257
msgctxt "adddataitemdialog|calculate"
msgid "Calc_ulate"
msgstr ""
-#: adddataitemdialog.ui:274
+#: svx/uiconfig/ui/adddataitemdialog.ui:272
msgctxt "adddataitemdialog|constraintcond"
msgid "Condition"
msgstr "Аҭагылазаашьа"
-#: adddataitemdialog.ui:288
+#: svx/uiconfig/ui/adddataitemdialog.ui:286
msgctxt "adddataitemdialog|readonlycond"
msgid "Condition"
msgstr "Аҭагылазаашьа"
-#: adddataitemdialog.ui:302
+#: svx/uiconfig/ui/adddataitemdialog.ui:300
msgctxt "adddataitemdialog|calculatecond"
msgid "Condition"
msgstr "Аҭагылазаашьа"
-#: adddataitemdialog.ui:322
+#: svx/uiconfig/ui/adddataitemdialog.ui:320
msgctxt "adddataitemdialog|label4"
msgid "Settings"
msgstr "Архиарақәа"
-#: addinstancedialog.ui:9
+#: svx/uiconfig/ui/addinstancedialog.ui:9
msgctxt "addinstancedialog|AddInstanceDialog"
msgid "Add Instance"
msgstr ""
-#: addinstancedialog.ui:98
+#: svx/uiconfig/ui/addinstancedialog.ui:97
msgctxt "addinstancedialog|label2"
msgid "_Name:"
msgstr "Ахьӡ:"
-#: addinstancedialog.ui:111
+#: svx/uiconfig/ui/addinstancedialog.ui:110
msgctxt "addinstancedialog|alttitle"
msgid "Edit Instance"
msgstr ""
-#: addinstancedialog.ui:124
+#: svx/uiconfig/ui/addinstancedialog.ui:123
msgctxt "addinstancedialog|urlft"
msgid "_URL:"
msgstr "URL:"
-#: addinstancedialog.ui:146
+#: svx/uiconfig/ui/addinstancedialog.ui:145
msgctxt "addinstancedialog|browse"
msgid "_Browse..."
msgstr "_Аҭыҧхәаҧшра..."
-#: addinstancedialog.ui:159
+#: svx/uiconfig/ui/addinstancedialog.ui:158
msgctxt "addinstancedialog|link"
msgid "_Link instance"
msgstr ""
-#: addmodeldialog.ui:8
+#: svx/uiconfig/ui/addmodeldialog.ui:8
msgctxt "addmodeldialog|AddModelDialog"
msgid "Add Model"
msgstr "Иацҵатәуп амодель"
-#: addmodeldialog.ui:81
+#: svx/uiconfig/ui/addmodeldialog.ui:81
msgctxt "addmodeldialog|modify"
msgid "Model data updates change document's modification status"
msgstr ""
-#: addmodeldialog.ui:112
+#: svx/uiconfig/ui/addmodeldialog.ui:111
msgctxt "addmodeldialog|label2"
msgid "_Name:"
msgstr "Ахьӡ:"
-#: addmodeldialog.ui:125
+#: svx/uiconfig/ui/addmodeldialog.ui:124
msgctxt "addmodeldialog|alttitle"
msgid "Edit Model"
msgstr "Амодель аредакциазура"
-#: addnamespacedialog.ui:8
+#: svx/uiconfig/ui/addnamespacedialog.ui:8
msgctxt "addnamespacedialog|AddNamespaceDialog"
msgid "Add Namespace"
msgstr ""
-#: addnamespacedialog.ui:85
+#: svx/uiconfig/ui/addnamespacedialog.ui:85
msgctxt "addnamespacedialog|label1"
msgid "_Prefix:"
msgstr "Апрефикс:"
-#: addnamespacedialog.ui:125
+#: svx/uiconfig/ui/addnamespacedialog.ui:123
msgctxt "addnamespacedialog|label2"
msgid "_URL:"
msgstr "URL:"
-#: addnamespacedialog.ui:138
+#: svx/uiconfig/ui/addnamespacedialog.ui:136
msgctxt "addnamespacedialog|alttitle"
msgid "Edit Namespace"
msgstr ""
-#: addsubmissiondialog.ui:8
+#: svx/uiconfig/ui/addsubmissiondialog.ui:8
msgctxt "addsubmissiondialog|AddSubmissionDialog"
msgid "Add Submission"
msgstr ""
-#: addsubmissiondialog.ui:98
+#: svx/uiconfig/ui/addsubmissiondialog.ui:97
msgctxt "addsubmissiondialog|label2"
msgid "_Name:"
msgstr "Ахьӡ:"
-#: addsubmissiondialog.ui:112
+#: svx/uiconfig/ui/addsubmissiondialog.ui:111
msgctxt "addsubmissiondialog|urlft"
msgid "Binding e_xpression:"
msgstr ""
-#: addsubmissiondialog.ui:123
+#: svx/uiconfig/ui/addsubmissiondialog.ui:122
msgctxt "addsubmissiondialog|browse"
msgid "_Add..."
msgstr "_Иацҵатәуп..."
-#: addsubmissiondialog.ui:140
+#: svx/uiconfig/ui/addsubmissiondialog.ui:139
msgctxt "addsubmissiondialog|label3"
msgid "_Action:"
msgstr "Аҟаҵара:"
-#: addsubmissiondialog.ui:168
+#: svx/uiconfig/ui/addsubmissiondialog.ui:166
msgctxt "addsubmissiondialog|label4"
msgid "_Method:"
msgstr "Аметод:"
-#: addsubmissiondialog.ui:207
+#: svx/uiconfig/ui/addsubmissiondialog.ui:204
msgctxt "addsubmissiondialog|label5"
msgid "_Binding:"
msgstr "Аидҳәалара:"
-#: addsubmissiondialog.ui:221
+#: svx/uiconfig/ui/addsubmissiondialog.ui:218
#, fuzzy
msgctxt "addsubmissiondialog|label6"
msgid "_Replace:"
msgstr "Иҧсахтәуп"
-#: asianphoneticguidedialog.ui:9
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:9
msgctxt "asianphoneticguidedialog|AsianPhoneticGuideDialog"
msgid "Asian Phonetic Guide"
msgstr ""
-#: asianphoneticguidedialog.ui:89
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:89
msgctxt "asianphoneticguidedialog|basetextft"
msgid "Base text"
msgstr "Ихадоу атеқст"
-#: asianphoneticguidedialog.ui:101
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:101
msgctxt "asianphoneticguidedialog|rubytextft"
msgid "Ruby text"
msgstr ""
-#: asianphoneticguidedialog.ui:141
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:141
msgctxt "asianphoneticguidedialog|Left2ED-atkobject"
msgid "Base text"
msgstr "Ихадоу атеқст"
-#: asianphoneticguidedialog.ui:177
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:177
msgctxt "asianphoneticguidedialog|Right2ED-atkobject"
msgid "Ruby text"
msgstr ""
-#: asianphoneticguidedialog.ui:192
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:192
msgctxt "asianphoneticguidedialog|Left3ED-atkobject"
msgid "Base text"
msgstr "Ихадоу атеқст"
-#: asianphoneticguidedialog.ui:207
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:207
msgctxt "asianphoneticguidedialog|Right3ED-atkobject"
msgid "Ruby text"
msgstr ""
-#: asianphoneticguidedialog.ui:222
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:222
msgctxt "asianphoneticguidedialog|Right4ED-atkobject"
msgid "Ruby text"
msgstr ""
-#: asianphoneticguidedialog.ui:237
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:237
msgctxt "asianphoneticguidedialog|Left4ED-atkobject"
msgid "Base text"
msgstr "Ихадоу атеқст"
-#: asianphoneticguidedialog.ui:268
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:268
msgctxt "asianphoneticguidedialog|label4"
msgid "Alignment:"
msgstr "Аиҟаратәра:"
-#: asianphoneticguidedialog.ui:282
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:282
msgctxt "asianphoneticguidedialog|label5"
msgid "Position:"
msgstr "Аҭыҧ:"
-#: asianphoneticguidedialog.ui:296
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:296
msgctxt "asianphoneticguidedialog|styleft"
msgid "Character style for ruby text:"
msgstr ""
-#: asianphoneticguidedialog.ui:319
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:319
msgctxt "asianphoneticguidedialog|styles"
msgid "Styles"
msgstr "Астильқәа"
-#: asianphoneticguidedialog.ui:335
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:335
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "Left"
msgstr "Арымарахь"
-#: asianphoneticguidedialog.ui:336
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:336
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "Center"
msgstr "Ацентр ала"
-#: asianphoneticguidedialog.ui:337
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:337
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "Right"
msgstr "Арыӷьарахь"
-#: asianphoneticguidedialog.ui:338
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:338
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "0 1 0"
msgstr "0 1 0"
-#: asianphoneticguidedialog.ui:339
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:339
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "1 2 1"
msgstr "1 2 1"
-#: asianphoneticguidedialog.ui:352
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:352
msgctxt "asianphoneticguidedialog|positionlb"
msgid "Top"
msgstr "Хыхьла"
-#: asianphoneticguidedialog.ui:353
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:353
msgctxt "asianphoneticguidedialog|positionlb"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: asianphoneticguidedialog.ui:376
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:354
+msgctxt "asianphoneticguidedialog|positionlb"
+msgid "Right"
+msgstr ""
+
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:377
msgctxt "asianphoneticguidedialog|label1"
msgid "Preview:"
msgstr "Ахәаҧшра:"
-#: cellmenu.ui:12
+#: svx/uiconfig/ui/cellmenu.ui:12
msgctxt "cellmenu|copy"
msgid "_Copy"
msgstr "Акопиа ахыхтәуп"
-#: chineseconversiondialog.ui:8
+#: svx/uiconfig/ui/charsetmenu.ui:12
+msgctxt "charviewmenu|STR_CLEAR_CHAR"
+msgid "Insert into document"
+msgstr ""
+
+#: svx/uiconfig/ui/charsetmenu.ui:20
+msgctxt "charviewmenu|STR_CLEAR_ALL_CHAR"
+msgid "Add to favorites"
+msgstr ""
+
+#: svx/uiconfig/ui/charsetmenu.ui:28
+msgctxt "charviewmenu|STR_CLEAR_ALL_CHAR"
+msgid "Remove from favorites"
+msgstr ""
+
+#: svx/uiconfig/ui/charsetmenu.ui:36
+msgctxt "charviewmenu|STR_CLEAR_ALL_CHAR"
+msgid "Copy to clipboard"
+msgstr ""
+
+#: svx/uiconfig/ui/chineseconversiondialog.ui:8
msgctxt "chineseconversiondialog|ChineseConversionDialog"
msgid "Chinese Conversion"
msgstr ""
-#: chineseconversiondialog.ui:103
+#: svx/uiconfig/ui/chineseconversiondialog.ui:103
msgctxt "chineseconversiondialog|tosimplified"
msgid "_Traditional Chinese to simplified Chinese"
msgstr ""
-#: chineseconversiondialog.ui:120
+#: svx/uiconfig/ui/chineseconversiondialog.ui:120
msgctxt "chineseconversiondialog|totraditional"
msgid "_Simplified Chinese to traditional Chinese"
msgstr ""
-#: chineseconversiondialog.ui:142
+#: svx/uiconfig/ui/chineseconversiondialog.ui:142
msgctxt "chineseconversiondialog|label1"
msgid "Conversion Direction"
msgstr ""
-#: chineseconversiondialog.ui:179
+#: svx/uiconfig/ui/chineseconversiondialog.ui:179
msgctxt "chineseconversiondialog|commonterms"
msgid "Translate _common terms"
msgstr ""
-#: chineseconversiondialog.ui:195
+#: svx/uiconfig/ui/chineseconversiondialog.ui:195
msgctxt "chineseconversiondialog|editterms"
msgid "_Edit Terms..."
msgstr "Атерминқәа рыриашара..."
-#: chineseconversiondialog.ui:214
+#: svx/uiconfig/ui/chineseconversiondialog.ui:214
msgctxt "chineseconversiondialog|label2"
msgid "Common Terms"
msgstr "Ихадоу атерминқәа"
-#: chinesedictionary.ui:9
+#: svx/uiconfig/ui/chinesedictionary.ui:9
msgctxt "chinesedictionary|ChineseDictionaryDialog"
msgid "Edit Dictionary"
msgstr "Ажәар аредакциазура"
-#: chinesedictionary.ui:87
+#: svx/uiconfig/ui/chinesedictionary.ui:87
msgctxt "chinesedictionary|tradtosimple"
msgid "_Traditional Chinese to simplified Chinese"
msgstr ""
-#: chinesedictionary.ui:104
+#: svx/uiconfig/ui/chinesedictionary.ui:104
msgctxt "chinesedictionary|simpletotrad"
msgid "_Simplified Chinese to traditional Chinese"
msgstr ""
-#: chinesedictionary.ui:120
+#: svx/uiconfig/ui/chinesedictionary.ui:120
msgctxt "chinesedictionary|reverse"
msgid "Reverse mapping"
msgstr ""
-#: chinesedictionary.ui:151
+#: svx/uiconfig/ui/chinesedictionary.ui:152
msgctxt "chinesedictionary|termft"
msgid "Term"
msgstr "Атермин"
-#: chinesedictionary.ui:175
+#: svx/uiconfig/ui/chinesedictionary.ui:176
msgctxt "chinesedictionary|mappingft"
msgid "Mapping"
msgstr ""
-#: chinesedictionary.ui:199
+#: svx/uiconfig/ui/chinesedictionary.ui:200
msgctxt "chinesedictionary|propertyft"
msgid "Property"
msgstr "Аҷыдаҟазшьа"
-#: chinesedictionary.ui:212
+#: svx/uiconfig/ui/chinesedictionary.ui:213
msgctxt "chinesedictionary|property"
msgid "Other"
msgstr "Егьырҭқәа"
-#: chinesedictionary.ui:213
+#: svx/uiconfig/ui/chinesedictionary.ui:214
msgctxt "chinesedictionary|property"
msgid "Foreign"
msgstr ""
-#: chinesedictionary.ui:214
+#: svx/uiconfig/ui/chinesedictionary.ui:215
msgctxt "chinesedictionary|property"
msgid "First name"
msgstr "Ахьӡ"
-#: chinesedictionary.ui:215
+#: svx/uiconfig/ui/chinesedictionary.ui:216
msgctxt "chinesedictionary|property"
msgid "Last name"
msgstr "Ажәла"
-#: chinesedictionary.ui:216
+#: svx/uiconfig/ui/chinesedictionary.ui:217
msgctxt "chinesedictionary|property"
msgid "Title"
msgstr "Ахы"
-#: chinesedictionary.ui:217
+#: svx/uiconfig/ui/chinesedictionary.ui:218
msgctxt "chinesedictionary|property"
msgid "Status"
msgstr "Аҭагылазаашьа"
-#: chinesedictionary.ui:218
+#: svx/uiconfig/ui/chinesedictionary.ui:219
msgctxt "chinesedictionary|property"
msgid "Place name"
msgstr "Аҭыҧ ахьӡ"
-#: chinesedictionary.ui:219
+#: svx/uiconfig/ui/chinesedictionary.ui:220
msgctxt "chinesedictionary|property"
msgid "Business"
msgstr ""
-#: chinesedictionary.ui:220
+#: svx/uiconfig/ui/chinesedictionary.ui:221
msgctxt "chinesedictionary|property"
msgid "Adjective"
msgstr ""
-#: chinesedictionary.ui:221
+#: svx/uiconfig/ui/chinesedictionary.ui:222
msgctxt "chinesedictionary|property"
msgid "Idiom"
msgstr "Аидиома"
-#: chinesedictionary.ui:222
+#: svx/uiconfig/ui/chinesedictionary.ui:223
msgctxt "chinesedictionary|property"
msgid "Abbreviation"
msgstr "Аркьаҿра"
-#: chinesedictionary.ui:223
+#: svx/uiconfig/ui/chinesedictionary.ui:224
msgctxt "chinesedictionary|property"
msgid "Numerical"
msgstr "Ахыҧхьаӡаратә"
-#: chinesedictionary.ui:224
+#: svx/uiconfig/ui/chinesedictionary.ui:225
msgctxt "chinesedictionary|property"
msgid "Noun"
msgstr ""
-#: chinesedictionary.ui:225
+#: svx/uiconfig/ui/chinesedictionary.ui:226
#, fuzzy
msgctxt "chinesedictionary|property"
msgid "Verb"
msgstr "аҳаскьын 2"
-#: chinesedictionary.ui:226
+#: svx/uiconfig/ui/chinesedictionary.ui:227
msgctxt "chinesedictionary|property"
msgid "Brand name"
msgstr ""
-#: chinesedictionary.ui:257
+#: svx/uiconfig/ui/chinesedictionary.ui:258
msgctxt "chinesedictionary|modify"
msgid "_Modify"
msgstr "Ихархәатәуп"
-#: classificationdialog.ui:9
+#: svx/uiconfig/ui/classificationdialog.ui:9
msgctxt "classificationdialog|dialogname"
-msgid "Classification Dialog"
+msgid "Classification"
msgstr ""
-#: classificationdialog.ui:89
+#: svx/uiconfig/ui/classificationdialog.ui:89
msgctxt "classificationdialog|label-Classification"
msgid "Classification:"
msgstr "Аклассификациа"
-#: classificationdialog.ui:101
+#: svx/uiconfig/ui/classificationdialog.ui:101
msgctxt "classificationdialog|label-InternationalClassification"
msgid "International:"
msgstr ""
-#: classificationdialog.ui:134
+#: svx/uiconfig/ui/classificationdialog.ui:134
msgctxt "classificationdialog|label-Marking"
msgid "Marking:"
msgstr ""
-#: classificationdialog.ui:158
+#: svx/uiconfig/ui/classificationdialog.ui:158
msgctxt "classificationdialog|label-Classification"
msgid "Recently Used:"
msgstr "Ааигәатәиқәа:"
-#: classificationdialog.ui:198
+#: svx/uiconfig/ui/classificationdialog.ui:198
msgctxt "classificationdialog|label-Content"
msgid "Content"
msgstr "Иаҵанакуа"
-#: classificationdialog.ui:221
+#: svx/uiconfig/ui/classificationdialog.ui:221
msgctxt "classificationdialog|boldButton"
msgid "Bold"
msgstr "Ибжажәпоу"
-#: classificationdialog.ui:239
+#: svx/uiconfig/ui/classificationdialog.ui:239
#, fuzzy
msgctxt "classificationdialog|signButton"
msgid "Sign Paragraph"
msgstr "Иҵәаху абзац"
-#: classificationdialog.ui:288
+#: svx/uiconfig/ui/classificationdialog.ui:288
msgctxt "classificationdialog|label-PartNumber"
msgid "Part Number:"
msgstr "Апорт:"
-#: classificationdialog.ui:310
+#: svx/uiconfig/ui/classificationdialog.ui:310
msgctxt "classificationdialog|intellectualPropertyPartAddButton"
msgid "Add"
msgstr "Иацҵатәуп"
-#: classificationdialog.ui:326
+#: svx/uiconfig/ui/classificationdialog.ui:326
msgctxt "classificationdialog|label-PartNumber"
-msgid "Part:"
+msgid "License:"
msgstr ""
-#: classificationdialog.ui:373
+#: svx/uiconfig/ui/classificationdialog.ui:373
msgctxt "classificationdialog|label-IntellectualProperty"
msgid "Intellectual Property"
msgstr ""
-#: colorwindow.ui:59
+#: svx/uiconfig/ui/colorwindow.ui:59
msgctxt "colorwindow|none_color_button"
msgid "None"
msgstr "Мап"
-#: colorwindow.ui:128
+#: svx/uiconfig/ui/colorwindow.ui:128
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "Ааигәатәи"
-#: colorwindow.ui:162
+#: svx/uiconfig/ui/colorwindow.ui:162
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "Аҧштәы алхра..."
-#: colsmenu.ui:12
+#: svx/uiconfig/ui/colsmenu.ui:12
msgctxt "colsmenu|insert"
msgid "Insert _Column"
msgstr "Ибжьаргылатәуп аиҵагыла"
-#: colsmenu.ui:22
+#: svx/uiconfig/ui/colsmenu.ui:22
msgctxt "colsmenu|TextField"
msgid "Text Box"
msgstr ""
-#: colsmenu.ui:30
+#: svx/uiconfig/ui/colsmenu.ui:30
msgctxt "colsmenu|CheckBox"
msgid "Check Box"
msgstr ""
-#: colsmenu.ui:38
+#: svx/uiconfig/ui/colsmenu.ui:38
msgctxt "colsmenu|ComboBox"
msgid "Combo Box"
msgstr ""
-#: colsmenu.ui:46
+#: svx/uiconfig/ui/colsmenu.ui:46
msgctxt "colsmenu|ListBox"
msgid "List Box"
msgstr "Ахьӡынҵа"
-#: colsmenu.ui:54
+#: svx/uiconfig/ui/colsmenu.ui:54
msgctxt "colsmenu|DateField"
msgid "Date Field"
-msgstr ""
+msgstr "Арыцхә аҭакыра"
-#: colsmenu.ui:62
+#: svx/uiconfig/ui/colsmenu.ui:62
msgctxt "colsmenu|TimeField"
msgid "Time Field"
msgstr ""
-#: colsmenu.ui:69
+#: svx/uiconfig/ui/colsmenu.ui:69
msgctxt "colsmenu|NumericField"
msgid "Numeric Field"
msgstr ""
-#: colsmenu.ui:76
+#: svx/uiconfig/ui/colsmenu.ui:76
msgctxt "colsmenu|CurrencyField"
msgid "Currency Field"
msgstr ""
-#: colsmenu.ui:84
+#: svx/uiconfig/ui/colsmenu.ui:84
msgctxt "colsmenu|PatternField"
msgid "Pattern Field"
msgstr ""
-#: colsmenu.ui:92
+#: svx/uiconfig/ui/colsmenu.ui:92
msgctxt "colsmenu|FormattedField"
msgid "Formatted Field"
msgstr ""
-#: colsmenu.ui:100
+#: svx/uiconfig/ui/colsmenu.ui:100
msgctxt "colsmenu|dateandtimefield"
msgid "Date and Time Field"
msgstr ""
-#: colsmenu.ui:113
+#: svx/uiconfig/ui/colsmenu.ui:113
msgctxt "colsmenu|change"
msgid "_Replace with"
msgstr "Иҧсахтәуп ала"
-#: colsmenu.ui:123
+#: svx/uiconfig/ui/colsmenu.ui:123
msgctxt "colsmenu|TextField1"
msgid "Text Box"
msgstr ""
-#: colsmenu.ui:131
+#: svx/uiconfig/ui/colsmenu.ui:131
msgctxt "colsmenu|CheckBox1"
msgid "Check Box"
msgstr ""
-#: colsmenu.ui:139
+#: svx/uiconfig/ui/colsmenu.ui:139
msgctxt "colsmenu|ComboBox1"
msgid "Combo Box"
msgstr ""
-#: colsmenu.ui:147
+#: svx/uiconfig/ui/colsmenu.ui:147
msgctxt "colsmenu|ListBox1"
msgid "List Box"
msgstr "Ахьӡынҵа"
-#: colsmenu.ui:155
+#: svx/uiconfig/ui/colsmenu.ui:155
msgctxt "colsmenu|DateField1"
msgid "Date Field"
-msgstr ""
+msgstr "Арыцхә аҭакыра"
-#: colsmenu.ui:163
+#: svx/uiconfig/ui/colsmenu.ui:163
msgctxt "colsmenu|TimeField1"
msgid "Time Field"
msgstr ""
-#: colsmenu.ui:171
+#: svx/uiconfig/ui/colsmenu.ui:171
msgctxt "colsmenu|NumericField1"
msgid "Numeric Field"
msgstr ""
-#: colsmenu.ui:179
+#: svx/uiconfig/ui/colsmenu.ui:179
msgctxt "colsmenu|CurrencyField1"
msgid "Currency Field"
msgstr ""
-#: colsmenu.ui:187
+#: svx/uiconfig/ui/colsmenu.ui:187
msgctxt "colsmenu|PatternField1"
msgid "Pattern Field"
msgstr ""
-#: colsmenu.ui:195
+#: svx/uiconfig/ui/colsmenu.ui:195
msgctxt "colsmenu|FormattedField1"
msgid "Formatted Field"
msgstr ""
-#: colsmenu.ui:203
+#: svx/uiconfig/ui/colsmenu.ui:203
msgctxt "colsmenu|dateandtimefield1"
msgid "Date and Time Field"
msgstr ""
-#: colsmenu.ui:216
+#: svx/uiconfig/ui/colsmenu.ui:216
msgctxt "colsmenu|delete"
msgid "Delete column"
msgstr "Ианыхтәуп аиҵагыла"
-#: colsmenu.ui:224
+#: svx/uiconfig/ui/colsmenu.ui:224
msgctxt "colsmenu|hide"
msgid "_Hide Column"
msgstr ""
-#: colsmenu.ui:232
+#: svx/uiconfig/ui/colsmenu.ui:232
msgctxt "colsmenu|show"
msgid "_Show Columns"
msgstr ""
-#: colsmenu.ui:242
+#: svx/uiconfig/ui/colsmenu.ui:242
msgctxt "colsmenu|more"
msgid "_More..."
msgstr "Иҵегь..."
-#: colsmenu.ui:255
+#: svx/uiconfig/ui/colsmenu.ui:255
msgctxt "colsmenu|all"
msgid "_All"
msgstr "Зегьы"
-#: colsmenu.ui:266
+#: svx/uiconfig/ui/colsmenu.ui:266
msgctxt "colsmenu|column"
msgid "Column..."
msgstr ""
-#: compressgraphicdialog.ui:26
-msgctxt "compressgraphicdialog|interpolation-method-store"
-msgid "None"
-msgstr "мап"
-
-#: compressgraphicdialog.ui:29
-msgctxt "compressgraphicdialog|interpolation-method-store"
-msgid "Bilinear"
-msgstr ""
-
-#: compressgraphicdialog.ui:32
-msgctxt "compressgraphicdialog|interpolation-method-store"
-msgid "Bicubic"
-msgstr ""
-
-#: compressgraphicdialog.ui:35
-msgctxt "compressgraphicdialog|interpolation-method-store"
-msgid "Lanczos"
-msgstr ""
-
-#: compressgraphicdialog.ui:56
+#: svx/uiconfig/ui/compressgraphicdialog.ui:36
msgctxt "compressgraphicdialog|CompressGraphicDialog"
msgid "Compress Image"
msgstr ""
-#: compressgraphicdialog.ui:150
+#: svx/uiconfig/ui/compressgraphicdialog.ui:132
msgctxt "compressgraphicdialog|radio-jpeg"
msgid "JPEG Quality"
msgstr ""
-#: compressgraphicdialog.ui:154
+#: svx/uiconfig/ui/compressgraphicdialog.ui:136
msgctxt "compressgraphicdialog|radio-jpeg|tooltip_text"
msgid "Lossy compression"
msgstr ""
-#: compressgraphicdialog.ui:166
+#: svx/uiconfig/ui/compressgraphicdialog.ui:149
msgctxt "compressgraphicdialog|radio-lossless"
msgid "PNG Compression"
msgstr ""
-#: compressgraphicdialog.ui:170
+#: svx/uiconfig/ui/compressgraphicdialog.ui:153
msgctxt "compressgraphicdialog|radio-lossless|tooltip_text"
msgid "Lossless compression"
msgstr ""
-#: compressgraphicdialog.ui:285
+#: svx/uiconfig/ui/compressgraphicdialog.ui:269
msgctxt "compressgraphicdialog|label2"
msgid "Compression"
msgstr ""
-#: compressgraphicdialog.ui:318
+#: svx/uiconfig/ui/compressgraphicdialog.ui:302
msgctxt "compressgraphicdialog|checkbox-reduce-resolution"
msgid "Reduce image resolution"
msgstr ""
-#: compressgraphicdialog.ui:335
+#: svx/uiconfig/ui/compressgraphicdialog.ui:320
msgctxt "compressgraphicdialog|label3"
msgid "Width:"
msgstr "Аҭбаара:"
-#: compressgraphicdialog.ui:350
+#: svx/uiconfig/ui/compressgraphicdialog.ui:335
msgctxt "compressgraphicdialog|label4"
msgid "Height:"
msgstr "Аҳаракыра:"
-#: compressgraphicdialog.ui:365
+#: svx/uiconfig/ui/compressgraphicdialog.ui:350
msgctxt "compressgraphicdialog|label5"
msgid "Resolution:"
msgstr ""
-#: compressgraphicdialog.ui:380
+#: svx/uiconfig/ui/compressgraphicdialog.ui:365
msgctxt "compressgraphicdialog|label12"
msgid "Interpolation:"
msgstr ""
-#: compressgraphicdialog.ui:459
+#: svx/uiconfig/ui/compressgraphicdialog.ui:437
+msgctxt "compressgraphicdialog|interpolation-method-store"
+msgid "None"
+msgstr "мап"
+
+#: svx/uiconfig/ui/compressgraphicdialog.ui:438
+msgctxt "compressgraphicdialog|interpolation-method-store"
+msgid "Bilinear"
+msgstr ""
+
+#: svx/uiconfig/ui/compressgraphicdialog.ui:439
+msgctxt "compressgraphicdialog|interpolation-method-store"
+msgid "Bicubic"
+msgstr ""
+
+#: svx/uiconfig/ui/compressgraphicdialog.ui:440
+msgctxt "compressgraphicdialog|interpolation-method-store"
+msgid "Lanczos"
+msgstr ""
+
+#: svx/uiconfig/ui/compressgraphicdialog.ui:452
msgctxt "compressgraphicdialog|label13"
msgid "px"
msgstr ""
-#: compressgraphicdialog.ui:471
+#: svx/uiconfig/ui/compressgraphicdialog.ui:464
msgctxt "compressgraphicdialog|label14"
msgid "px"
msgstr ""
-#: compressgraphicdialog.ui:483
+#: svx/uiconfig/ui/compressgraphicdialog.ui:476
msgctxt "compressgraphicdialog|label16"
msgid "DPI"
msgstr ""
-#: compressgraphicdialog.ui:502
+#: svx/uiconfig/ui/compressgraphicdialog.ui:495
msgctxt "compressgraphicdialog|label22"
msgid "Resolution"
msgstr ""
-#: compressgraphicdialog.ui:537
+#: svx/uiconfig/ui/compressgraphicdialog.ui:530
msgctxt "compressgraphicdialog|label7"
msgid "Actual dimensions:"
msgstr ""
-#: compressgraphicdialog.ui:563
+#: svx/uiconfig/ui/compressgraphicdialog.ui:556
msgctxt "compressgraphicdialog|label8"
msgid "Apparent dimensions:"
msgstr ""
-#: compressgraphicdialog.ui:575
+#: svx/uiconfig/ui/compressgraphicdialog.ui:568
msgctxt "compressgraphicdialog|label9"
msgid "Image size:"
msgstr "Асахьа ашәагаа:"
-#: compressgraphicdialog.ui:626
+#: svx/uiconfig/ui/compressgraphicdialog.ui:619
msgctxt "compressgraphicdialog|label15"
msgid "Type:"
msgstr "Атип:"
-#: compressgraphicdialog.ui:650
+#: svx/uiconfig/ui/compressgraphicdialog.ui:643
msgctxt "compressgraphicdialog|calculate"
msgid "Calculate New Size:"
msgstr ""
-#: compressgraphicdialog.ui:669
+#: svx/uiconfig/ui/compressgraphicdialog.ui:662
msgctxt "compressgraphicdialog|label1"
msgid "Image Information"
msgstr "Асахьа иазку аинформациа"
-#: convertmenu.ui:13
+#: svx/uiconfig/ui/convertmenu.ui:13
msgctxt "convertmenu|ConvertToEdit"
msgid "_Text Box"
msgstr ""
-#: convertmenu.ui:22
+#: svx/uiconfig/ui/convertmenu.ui:22
msgctxt "convertmenu|ConvertToButton"
msgid "_Button"
msgstr "Акнопка"
-#: convertmenu.ui:31
+#: svx/uiconfig/ui/convertmenu.ui:31
msgctxt "convertmenu|ConvertToFixed"
msgid "La_bel field"
msgstr "Аҭыҧдырга"
-#: convertmenu.ui:40
+#: svx/uiconfig/ui/convertmenu.ui:40
msgctxt "convertmenu|ConvertToGroup"
msgid "G_roup Box"
msgstr "Агәыҧ"
-#: convertmenu.ui:49
+#: svx/uiconfig/ui/convertmenu.ui:49
msgctxt "convertmenu|ConvertToList"
msgid "L_ist Box"
msgstr "Ахьӡынҵа"
-#: convertmenu.ui:58
+#: svx/uiconfig/ui/convertmenu.ui:58
msgctxt "convertmenu|ConvertToCheckBox"
msgid "_Check Box"
msgstr ""
-#: convertmenu.ui:67
+#: svx/uiconfig/ui/convertmenu.ui:67
msgctxt "convertmenu|ConvertToRadio"
msgid "_Radio Button"
msgstr ""
-#: convertmenu.ui:76
+#: svx/uiconfig/ui/convertmenu.ui:76
msgctxt "convertmenu|ConvertToCombo"
msgid "Combo Bo_x"
msgstr ""
-#: convertmenu.ui:85
+#: svx/uiconfig/ui/convertmenu.ui:85
msgctxt "convertmenu|ConvertToImageBtn"
msgid "I_mage Button"
msgstr "Аграфикатә кнопка"
-#: convertmenu.ui:94
+#: svx/uiconfig/ui/convertmenu.ui:94
msgctxt "convertmenu|ConvertToFileControl"
msgid "_File Selection"
msgstr "Афаил алхра"
-#: convertmenu.ui:103
+#: svx/uiconfig/ui/convertmenu.ui:103
msgctxt "convertmenu|ConvertToDate"
msgid "_Date Field"
-msgstr ""
+msgstr "Арыцхә аҭакыра"
-#: convertmenu.ui:112
+#: svx/uiconfig/ui/convertmenu.ui:112
msgctxt "convertmenu|ConvertToTime"
msgid "Tim_e Field"
msgstr ""
-#: convertmenu.ui:120
+#: svx/uiconfig/ui/convertmenu.ui:120
msgctxt "convertmenu|ConvertToNumeric"
msgid "_Numerical Field"
msgstr ""
-#: convertmenu.ui:128
+#: svx/uiconfig/ui/convertmenu.ui:128
msgctxt "convertmenu|ConvertToCurrency"
msgid "C_urrency Field"
msgstr ""
-#: convertmenu.ui:137
+#: svx/uiconfig/ui/convertmenu.ui:137
msgctxt "convertmenu|ConvertToPattern"
msgid "_Pattern Field"
msgstr ""
-#: convertmenu.ui:146
+#: svx/uiconfig/ui/convertmenu.ui:146
msgctxt "convertmenu|ConvertToImageControl"
msgid "Ima_ge Control"
msgstr ""
-#: convertmenu.ui:155
+#: svx/uiconfig/ui/convertmenu.ui:155
msgctxt "convertmenu|ConvertToFormatted"
msgid "Fo_rmatted Field"
msgstr ""
-#: convertmenu.ui:164
+#: svx/uiconfig/ui/convertmenu.ui:164
msgctxt "convertmenu|ConvertToScrollBar"
msgid "Scroll bar"
msgstr ""
-#: convertmenu.ui:173
+#: svx/uiconfig/ui/convertmenu.ui:173
msgctxt "convertmenu|ConvertToSpinButton"
msgid "Spin Button"
msgstr ""
-#: convertmenu.ui:182
+#: svx/uiconfig/ui/convertmenu.ui:182
msgctxt "convertmenu|ConvertToNavigationBar"
msgid "Navigation Bar"
msgstr ""
-#: crashreportdlg.ui:8
+#: svx/uiconfig/ui/crashreportdlg.ui:8
msgctxt "crashreportdlg|CrashReportDialog"
msgid "Crash Report"
msgstr ""
-#: crashreportdlg.ui:22
+#: svx/uiconfig/ui/crashreportdlg.ui:22
msgctxt "crashreportdlg|btn_send"
msgid "_Send Crash Report"
msgstr ""
-#: crashreportdlg.ui:37
+#: svx/uiconfig/ui/crashreportdlg.ui:37
msgctxt "crashreportdlg|btn_cancel"
msgid "_Don’t Send"
msgstr "Идәықәҵатәӡам"
-#: crashreportdlg.ui:51
+#: svx/uiconfig/ui/crashreportdlg.ui:51
msgctxt "crashreportdlg|btn_close"
msgid "Close"
msgstr "Иарктәуп"
-#: crashreportdlg.ui:72
+#: svx/uiconfig/ui/crashreportdlg.ui:72
msgctxt "crashreportdlg|ed_pre"
msgid ""
"Unfortunately it seems that %PRODUCTNAME crashed when it was last run.\n"
@@ -2562,7 +2603,7 @@ msgid ""
"You can help us to fix this issue by sending an anonymous crash report to the %PRODUCTNAME crash reporting server."
msgstr ""
-#: crashreportdlg.ui:88
+#: svx/uiconfig/ui/crashreportdlg.ui:88
msgctxt "crashreportdlg|ed_post"
msgid ""
"The crash report was successfully uploaded.\n"
@@ -2570,7 +2611,7 @@ msgid ""
"crashreport.libreoffice.org/stats/crash_details/%CRASHID"
msgstr ""
-#: crashreportdlg.ui:103
+#: svx/uiconfig/ui/crashreportdlg.ui:103
msgctxt "crashreportdlg|ed_bugreport"
msgid ""
"Please check the report and if no bug report is connected to the crash report yet, open a new bug report at bugs.documentfoundation.org.\n"
@@ -2578,813 +2619,813 @@ msgid ""
"Thank you for your help in improving %PRODUCTNAME."
msgstr ""
-#: crashreportdlg.ui:116
+#: svx/uiconfig/ui/crashreportdlg.ui:116
msgctxt "crashreportdlg|check_safemode"
msgid "Restart %PRODUCTNAME to enter safe mode"
msgstr ""
-#: datanavigator.ui:37
+#: svx/uiconfig/ui/datanavigator.ui:37
msgctxt "datanavigator|modelsbutton"
msgid "_Models"
msgstr "Амодельқәа"
-#: datanavigator.ui:75
+#: svx/uiconfig/ui/datanavigator.ui:75
msgctxt "datanavigator|instance"
msgid "Instance"
msgstr "Аекземплиар"
-#: datanavigator.ui:97
+#: svx/uiconfig/ui/datanavigator.ui:97
msgctxt "datanavigator|submissions"
msgid "Submissions"
msgstr ""
-#: datanavigator.ui:120
+#: svx/uiconfig/ui/datanavigator.ui:120
msgctxt "datanavigator|bindings"
msgid "Bindings"
msgstr "Аидҳәаларақәа"
-#: datanavigator.ui:136
+#: svx/uiconfig/ui/datanavigator.ui:136
msgctxt "datanavigator|instances"
msgid "_Instances"
msgstr "Аекземплиарқәа"
-#: datanavigator.ui:164
+#: svx/uiconfig/ui/datanavigator.ui:164
msgctxt "datanavigator|instancesadd"
msgid "_Add..."
msgstr "Иацҵатәуп..."
-#: datanavigator.ui:171
+#: svx/uiconfig/ui/datanavigator.ui:171
msgctxt "datanavigator|instancesedit"
msgid "_Edit..."
msgstr "Иҧсахтәуп..."
-#: datanavigator.ui:178
+#: svx/uiconfig/ui/datanavigator.ui:178
msgctxt "datanavigator|instancesremove"
msgid "_Remove..."
msgstr ""
-#: datanavigator.ui:191
+#: svx/uiconfig/ui/datanavigator.ui:191
msgctxt "datanavigator|instancesdetails"
msgid "_Show Details"
msgstr ""
-#: datanavigator.ui:203
+#: svx/uiconfig/ui/datanavigator.ui:203
msgctxt "datanavigator|modelsadd"
msgid "_Add..."
msgstr "Иацҵатәуп..."
-#: datanavigator.ui:211
+#: svx/uiconfig/ui/datanavigator.ui:211
msgctxt "datanavigator|modelsedit"
msgid "_Edit..."
msgstr "_Иҧсахтәуп..."
-#: datanavigator.ui:219
+#: svx/uiconfig/ui/datanavigator.ui:219
msgctxt "datanavigator|modelsremove"
msgid "_Remove"
msgstr "_Ианыхтәуп"
-#: defaultshapespanel.ui:58
+#: svx/uiconfig/ui/defaultshapespanel.ui:58
msgctxt "defaultshapespanel|label1"
msgid "Lines & Arrows"
msgstr ""
-#: defaultshapespanel.ui:95
+#: svx/uiconfig/ui/defaultshapespanel.ui:95
msgctxt "defaultshapespanel|label2"
msgid "Curve"
msgstr ""
-#: defaultshapespanel.ui:132
+#: svx/uiconfig/ui/defaultshapespanel.ui:132
msgctxt "defaultshapespanel|label3"
msgid "Connectors"
msgstr "Иеимаздоу аҵәаӷәақәа"
-#: defaultshapespanel.ui:169
+#: svx/uiconfig/ui/defaultshapespanel.ui:169
msgctxt "defaultshapespanel|label4"
msgid "Basic Shapes"
msgstr ""
-#: defaultshapespanel.ui:206
+#: svx/uiconfig/ui/defaultshapespanel.ui:206
msgctxt "defaultshapespanel|label5"
msgid "Symbols"
msgstr "Асимволқәа"
-#: defaultshapespanel.ui:243
+#: svx/uiconfig/ui/defaultshapespanel.ui:243
msgctxt "defaultshapespanel|label6"
msgid "Block Arrows"
msgstr ""
-#: defaultshapespanel.ui:280
+#: svx/uiconfig/ui/defaultshapespanel.ui:280
msgctxt "defaultshapespanel|label7"
msgid "Flowchart"
msgstr "Аблок-схема"
-#: defaultshapespanel.ui:317
+#: svx/uiconfig/ui/defaultshapespanel.ui:317
msgctxt "defaultshapespanel|label8"
msgid "Callouts"
msgstr ""
-#: defaultshapespanel.ui:354
+#: svx/uiconfig/ui/defaultshapespanel.ui:354
msgctxt "defaultshapespanel|label9"
msgid "Stars"
msgstr ""
-#: defaultshapespanel.ui:391
+#: svx/uiconfig/ui/defaultshapespanel.ui:391
msgctxt "defaultshapespanel|label10"
msgid "3D Objects"
msgstr ""
-#: deletefooterdialog.ui:8
+#: svx/uiconfig/ui/deletefooterdialog.ui:7
msgctxt "deletefooterdialog|DeleteFooterDialog"
msgid "Delete footer?"
msgstr "Ианыхтәума ҵаҟатәи аколонтитул?"
-#: deletefooterdialog.ui:14
+#: svx/uiconfig/ui/deletefooterdialog.ui:14
#, fuzzy
msgctxt "deletefooterdialog|DeleteFooterDialog"
msgid "Are you sure you want to delete the footer?"
msgstr "Ианыхтәума арастр?"
-#: deletefooterdialog.ui:15
+#: svx/uiconfig/ui/deletefooterdialog.ui:15
msgctxt "deletefooterdialog|DeleteFooterDialog"
msgid "All contents of the footer will be deleted and can not be restored."
msgstr ""
-#: deleteheaderdialog.ui:8
+#: svx/uiconfig/ui/deleteheaderdialog.ui:7
msgctxt "deleteheaderdialog|DeleteHeaderDialog"
msgid "Delete header?"
msgstr "Ианыхтәума хыхьтәи аколонтитул?"
-#: deleteheaderdialog.ui:14
+#: svx/uiconfig/ui/deleteheaderdialog.ui:14
#, fuzzy
msgctxt "deleteheaderdialog|DeleteHeaderDialog"
msgid "Are you sure you want to delete the header?"
msgstr "Ианыхтәума арастр?"
-#: deleteheaderdialog.ui:15
+#: svx/uiconfig/ui/deleteheaderdialog.ui:15
msgctxt "deleteheaderdialog|DeleteHeaderDialog"
msgid "All contents of the header will be deleted and can not be restored."
msgstr ""
-#: docking3deffects.ui:263
+#: svx/uiconfig/ui/docking3deffects.ui:263
msgctxt "docking3deffects|Docking3DEffects"
msgid "3D Effects"
msgstr ""
-#: docking3deffects.ui:293
+#: svx/uiconfig/ui/docking3deffects.ui:293
msgctxt "docking3deffects|diagonalft"
msgid "R_ounded edges"
msgstr ""
-#: docking3deffects.ui:307
+#: svx/uiconfig/ui/docking3deffects.ui:307
msgctxt "docking3deffects|scaleddepthft"
msgid "_Scaled depth"
msgstr ""
-#: docking3deffects.ui:321
+#: svx/uiconfig/ui/docking3deffects.ui:321
msgctxt "docking3deffects|angleft"
msgid "_Rotation angle"
msgstr ""
-#: docking3deffects.ui:335
+#: svx/uiconfig/ui/docking3deffects.ui:335
msgctxt "docking3deffects|depthft"
msgid "_Depth"
msgstr ""
-#: docking3deffects.ui:401
+#: svx/uiconfig/ui/docking3deffects.ui:401
msgctxt "docking3deffects|label1"
msgid "Geometry"
msgstr ""
-#: docking3deffects.ui:443
+#: svx/uiconfig/ui/docking3deffects.ui:443
msgctxt "docking3deffects|label6"
msgid "_Horizontal"
msgstr "Горизонталла"
-#: docking3deffects.ui:482
+#: svx/uiconfig/ui/docking3deffects.ui:482
msgctxt "docking3deffects|label7"
msgid "_Vertical"
msgstr ""
-#: docking3deffects.ui:517
+#: svx/uiconfig/ui/docking3deffects.ui:517
msgctxt "docking3deffects|label10"
msgid "Segments"
msgstr ""
-#: docking3deffects.ui:569
+#: svx/uiconfig/ui/docking3deffects.ui:569
msgctxt "docking3deffects|objspecific|tooltip_text"
msgid "Object-Specific"
msgstr ""
-#: docking3deffects.ui:583
+#: svx/uiconfig/ui/docking3deffects.ui:583
msgctxt "docking3deffects|flat|tooltip_text"
msgid "Flat"
msgstr ""
-#: docking3deffects.ui:597
+#: svx/uiconfig/ui/docking3deffects.ui:597
msgctxt "docking3deffects|spherical|tooltip_text"
msgid "Spherical"
msgstr ""
-#: docking3deffects.ui:611
+#: svx/uiconfig/ui/docking3deffects.ui:611
msgctxt "docking3deffects|invertnormals|tooltip_text"
msgid "Invert Normals"
msgstr ""
-#: docking3deffects.ui:625
+#: svx/uiconfig/ui/docking3deffects.ui:625
msgctxt "docking3deffects|doublesidedillum|tooltip_text"
msgid "Double-Sided Illumination"
msgstr ""
-#: docking3deffects.ui:639
+#: svx/uiconfig/ui/docking3deffects.ui:639
msgctxt "docking3deffects|doublesided|tooltip_text"
msgid "Double-Sided"
msgstr ""
-#: docking3deffects.ui:665
+#: svx/uiconfig/ui/docking3deffects.ui:665
msgctxt "docking3deffects|label11"
msgid "Normals"
msgstr "Анормалқәа"
-#: docking3deffects.ui:697
+#: svx/uiconfig/ui/docking3deffects.ui:697
msgctxt "docking3deffects|to3d|tooltip_text"
msgid "Convert to 3D"
msgstr ""
-#: docking3deffects.ui:710
+#: svx/uiconfig/ui/docking3deffects.ui:710
msgctxt "docking3deffects|tolathe|tooltip_text"
msgid "Convert to Rotation Object"
msgstr ""
-#: docking3deffects.ui:723
+#: svx/uiconfig/ui/docking3deffects.ui:723
msgctxt "docking3deffects|perspective|tooltip_text"
msgid "Perspective On/Off"
msgstr ""
-#: docking3deffects.ui:762
+#: svx/uiconfig/ui/docking3deffects.ui:762
msgctxt "docking3deffects|preview-atkobject"
msgid "3D Preview"
msgstr ""
-#: docking3deffects.ui:782
+#: svx/uiconfig/ui/docking3deffects.ui:782
msgctxt "docking3deffects|lightpreview-atkobject"
msgid "Color Light Preview"
msgstr ""
-#: docking3deffects.ui:828
+#: svx/uiconfig/ui/docking3deffects.ui:828
msgctxt "docking3deffects|label8"
msgid "_Mode"
msgstr ""
-#: docking3deffects.ui:842
+#: svx/uiconfig/ui/docking3deffects.ui:842
msgctxt "docking3deffects|mode"
msgid "Flat"
msgstr ""
-#: docking3deffects.ui:843
+#: svx/uiconfig/ui/docking3deffects.ui:843
msgctxt "docking3deffects|mode"
msgid "Phong"
msgstr ""
-#: docking3deffects.ui:844
+#: svx/uiconfig/ui/docking3deffects.ui:844
msgctxt "docking3deffects|mode"
msgid "Gouraud"
msgstr ""
-#: docking3deffects.ui:860
+#: svx/uiconfig/ui/docking3deffects.ui:860
msgctxt "docking3deffects|label12"
msgid "Shading"
msgstr ""
-#: docking3deffects.ui:897
+#: svx/uiconfig/ui/docking3deffects.ui:897
msgctxt "docking3deffects|slantft"
msgid "S_urface angle"
msgstr ""
-#: docking3deffects.ui:923
+#: svx/uiconfig/ui/docking3deffects.ui:923
msgctxt "docking3deffects|shadow|tooltip_text"
msgid "3D Shadowing On/Off"
msgstr ""
-#: docking3deffects.ui:939
+#: svx/uiconfig/ui/docking3deffects.ui:939
msgctxt "docking3deffects|label13"
msgid "Shadow"
msgstr ""
-#: docking3deffects.ui:1001
+#: svx/uiconfig/ui/docking3deffects.ui:1001
msgctxt "docking3deffects|label15"
msgid "_Focal length"
msgstr ""
-#: docking3deffects.ui:1015
+#: svx/uiconfig/ui/docking3deffects.ui:1015
msgctxt "docking3deffects|label14"
msgid "_Distance"
msgstr ""
-#: docking3deffects.ui:1032
+#: svx/uiconfig/ui/docking3deffects.ui:1032
msgctxt "docking3deffects|label16"
msgid "Camera"
msgstr ""
-#: docking3deffects.ui:1067
+#: svx/uiconfig/ui/docking3deffects.ui:1067
msgctxt "docking3deffects|label17"
msgid "_Light source"
msgstr ""
-#: docking3deffects.ui:1081
+#: svx/uiconfig/ui/docking3deffects.ui:1081
msgctxt "docking3deffects|colorbutton1|tooltip_text"
msgid "Colors Dialog"
msgstr ""
-#: docking3deffects.ui:1107
+#: svx/uiconfig/ui/docking3deffects.ui:1107
msgctxt "docking3deffects|colorbutton2|tooltip_text"
msgid "Colors Dialog"
msgstr ""
-#: docking3deffects.ui:1121
+#: svx/uiconfig/ui/docking3deffects.ui:1121
msgctxt "docking3deffects|label18"
msgid "_Ambient light"
msgstr ""
-#: docking3deffects.ui:1141
+#: svx/uiconfig/ui/docking3deffects.ui:1141
msgctxt "docking3deffects|light1|tooltip_text"
msgid "Light Source 1"
msgstr ""
-#: docking3deffects.ui:1154
+#: svx/uiconfig/ui/docking3deffects.ui:1154
msgctxt "docking3deffects|light2|tooltip_text"
msgid "Light Source 2"
msgstr ""
-#: docking3deffects.ui:1167
+#: svx/uiconfig/ui/docking3deffects.ui:1167
msgctxt "docking3deffects|light3|tooltip_text"
msgid "Light Source 3"
msgstr ""
-#: docking3deffects.ui:1180
+#: svx/uiconfig/ui/docking3deffects.ui:1180
msgctxt "docking3deffects|light4|tooltip_text"
msgid "Light Source 4"
msgstr ""
-#: docking3deffects.ui:1193
+#: svx/uiconfig/ui/docking3deffects.ui:1193
msgctxt "docking3deffects|light5|tooltip_text"
msgid "Light Source 5"
msgstr ""
-#: docking3deffects.ui:1206
+#: svx/uiconfig/ui/docking3deffects.ui:1206
msgctxt "docking3deffects|light6|tooltip_text"
msgid "Light Source 6"
msgstr ""
-#: docking3deffects.ui:1219
+#: svx/uiconfig/ui/docking3deffects.ui:1219
msgctxt "docking3deffects|light7|tooltip_text"
msgid "Light Source 7"
msgstr ""
-#: docking3deffects.ui:1232
+#: svx/uiconfig/ui/docking3deffects.ui:1232
msgctxt "docking3deffects|light8|tooltip_text"
msgid "Light Source 8"
msgstr ""
-#: docking3deffects.ui:1369
+#: svx/uiconfig/ui/docking3deffects.ui:1369
msgctxt "docking3deffects|label19"
msgid "Illumination"
msgstr "Арлашара"
-#: docking3deffects.ui:1404
+#: svx/uiconfig/ui/docking3deffects.ui:1404
msgctxt "docking3deffects|label20"
msgid "_Type"
msgstr "Атип"
-#: docking3deffects.ui:1417
+#: svx/uiconfig/ui/docking3deffects.ui:1417
msgctxt "docking3deffects|label22"
msgid "_Mode"
msgstr ""
-#: docking3deffects.ui:1430
+#: svx/uiconfig/ui/docking3deffects.ui:1430
msgctxt "docking3deffects|label23"
msgid "_Projection X"
msgstr ""
-#: docking3deffects.ui:1443
+#: svx/uiconfig/ui/docking3deffects.ui:1443
msgctxt "docking3deffects|label24"
msgid "P_rojection Y"
msgstr ""
-#: docking3deffects.ui:1456
+#: svx/uiconfig/ui/docking3deffects.ui:1456
msgctxt "docking3deffects|label25"
msgid "_Filtering"
msgstr ""
-#: docking3deffects.ui:1469
+#: svx/uiconfig/ui/docking3deffects.ui:1469
msgctxt "docking3deffects|textype|tooltip_text"
msgid "Black & White"
msgstr "Аиқәаҵәа-ашкәакәа"
-#: docking3deffects.ui:1483
+#: svx/uiconfig/ui/docking3deffects.ui:1483
msgctxt "docking3deffects|texcolor|tooltip_text"
msgid "Color"
msgstr "Аҧштәы"
-#: docking3deffects.ui:1497
+#: svx/uiconfig/ui/docking3deffects.ui:1497
msgctxt "docking3deffects|texreplace|tooltip_text"
msgid "Only Texture"
msgstr ""
-#: docking3deffects.ui:1511
+#: svx/uiconfig/ui/docking3deffects.ui:1511
msgctxt "docking3deffects|texmodulate|tooltip_text"
msgid "Texture and Shading"
msgstr ""
-#: docking3deffects.ui:1525
+#: svx/uiconfig/ui/docking3deffects.ui:1525
msgctxt "docking3deffects|texobjx|tooltip_text"
msgid "Object-Specific"
msgstr ""
-#: docking3deffects.ui:1539
+#: svx/uiconfig/ui/docking3deffects.ui:1539
msgctxt "docking3deffects|texparallelx|tooltip_text"
msgid "Parallel"
msgstr ""
-#: docking3deffects.ui:1553
+#: svx/uiconfig/ui/docking3deffects.ui:1553
msgctxt "docking3deffects|texcirclex|tooltip_text"
msgid "Circular"
msgstr ""
-#: docking3deffects.ui:1568
+#: svx/uiconfig/ui/docking3deffects.ui:1568
msgctxt "docking3deffects|texobjy|tooltip_text"
msgid "Object-Specific"
msgstr ""
-#: docking3deffects.ui:1582
+#: svx/uiconfig/ui/docking3deffects.ui:1582
msgctxt "docking3deffects|texparallely|tooltip_text"
msgid "Parallel"
msgstr ""
-#: docking3deffects.ui:1596
+#: svx/uiconfig/ui/docking3deffects.ui:1596
msgctxt "docking3deffects|texcircley|tooltip_text"
msgid "Circular"
msgstr ""
-#: docking3deffects.ui:1610
+#: svx/uiconfig/ui/docking3deffects.ui:1610
msgctxt "docking3deffects|texfilter|tooltip_text"
msgid "Filtering On/Off"
msgstr ""
-#: docking3deffects.ui:1624
+#: svx/uiconfig/ui/docking3deffects.ui:1624
msgctxt "docking3deffects|texblend|tooltip_text"
msgid "Texture, Shadow and Color"
msgstr ""
-#: docking3deffects.ui:1651
+#: svx/uiconfig/ui/docking3deffects.ui:1651
msgctxt "docking3deffects|label21"
msgid "Textures"
msgstr ""
-#: docking3deffects.ui:1686
+#: svx/uiconfig/ui/docking3deffects.ui:1686
#, fuzzy
msgctxt "docking3deffects|label26"
msgid "_Favorites"
msgstr "Атеқстура"
-#: docking3deffects.ui:1699
+#: svx/uiconfig/ui/docking3deffects.ui:1699
msgctxt "docking3deffects|label27"
msgid "_Object color"
msgstr ""
-#: docking3deffects.ui:1713
+#: svx/uiconfig/ui/docking3deffects.ui:1713
msgctxt "docking3deffects|label29"
msgid "_Illumination color"
msgstr ""
-#: docking3deffects.ui:1751
+#: svx/uiconfig/ui/docking3deffects.ui:1751
#, fuzzy
msgctxt "docking3deffects|favorites"
msgid "User-defined"
msgstr "Ахархәаҩ итип 1"
-#: docking3deffects.ui:1752
+#: svx/uiconfig/ui/docking3deffects.ui:1752
msgctxt "docking3deffects|favorites"
msgid "Metal"
msgstr ""
-#: docking3deffects.ui:1753
+#: svx/uiconfig/ui/docking3deffects.ui:1753
msgctxt "docking3deffects|favorites"
msgid "Gold"
msgstr "Ахьы"
-#: docking3deffects.ui:1754
+#: svx/uiconfig/ui/docking3deffects.ui:1754
msgctxt "docking3deffects|favorites"
msgid "Chrome"
msgstr ""
-#: docking3deffects.ui:1755
+#: svx/uiconfig/ui/docking3deffects.ui:1755
msgctxt "docking3deffects|favorites"
msgid "Plastic"
msgstr ""
-#: docking3deffects.ui:1756
+#: svx/uiconfig/ui/docking3deffects.ui:1756
msgctxt "docking3deffects|favorites"
msgid "Wood"
msgstr ""
-#: docking3deffects.ui:1770
+#: svx/uiconfig/ui/docking3deffects.ui:1770
msgctxt "docking3deffects|colorbutton3|tooltip_text"
msgid "Colors Dialog"
msgstr ""
-#: docking3deffects.ui:1783
+#: svx/uiconfig/ui/docking3deffects.ui:1783
msgctxt "docking3deffects|colorbutton4|tooltip_text"
msgid "Colors Dialog"
msgstr ""
-#: docking3deffects.ui:1799
+#: svx/uiconfig/ui/docking3deffects.ui:1799
msgctxt "docking3deffects|label28"
msgid "Material"
msgstr ""
-#: docking3deffects.ui:1834
+#: svx/uiconfig/ui/docking3deffects.ui:1834
msgctxt "docking3deffects|label30"
msgid "_Color"
msgstr "Аҧштәы"
-#: docking3deffects.ui:1848
+#: svx/uiconfig/ui/docking3deffects.ui:1848
msgctxt "docking3deffects|label31"
msgid "I_ntensity"
msgstr ""
-#: docking3deffects.ui:1874
+#: svx/uiconfig/ui/docking3deffects.ui:1874
msgctxt "docking3deffects|colorbutton5|tooltip_text"
msgid "Colors Dialog"
msgstr ""
-#: docking3deffects.ui:1902
+#: svx/uiconfig/ui/docking3deffects.ui:1902
msgctxt "docking3deffects|label32"
msgid "Specular"
msgstr ""
-#: docking3deffects.ui:1924
+#: svx/uiconfig/ui/docking3deffects.ui:1924
msgctxt "docking3deffects|assign|tooltip_text"
msgid "Assign"
msgstr ""
-#: docking3deffects.ui:1937
+#: svx/uiconfig/ui/docking3deffects.ui:1937
msgctxt "docking3deffects|update|tooltip_text"
msgid "Update"
msgstr "Ирҿыцтәуп"
-#: docking3deffects.ui:1952
+#: svx/uiconfig/ui/docking3deffects.ui:1952
msgctxt "docking3deffects|material|tooltip_text"
msgid "Material"
msgstr ""
-#: docking3deffects.ui:1965
+#: svx/uiconfig/ui/docking3deffects.ui:1965
msgctxt "docking3deffects|texture|tooltip_text"
msgid "Textures"
msgstr ""
-#: docking3deffects.ui:1978
+#: svx/uiconfig/ui/docking3deffects.ui:1978
msgctxt "docking3deffects|light|tooltip_text"
msgid "Illumination"
msgstr "Арлашара"
-#: docking3deffects.ui:1991
+#: svx/uiconfig/ui/docking3deffects.ui:1991
msgctxt "docking3deffects|representation|tooltip_text"
msgid "Shading"
msgstr ""
-#: docking3deffects.ui:2004
+#: svx/uiconfig/ui/docking3deffects.ui:2004
msgctxt "docking3deffects|geometry|tooltip_text"
msgid "Geometry"
msgstr ""
-#: dockingcolorreplace.ui:17
+#: svx/uiconfig/ui/dockingcolorreplace.ui:17
msgctxt "dockingcolorreplace|DockingColorReplace"
msgid "Color Replacer"
msgstr ""
-#: dockingcolorreplace.ui:51
+#: svx/uiconfig/ui/dockingcolorreplace.ui:51
msgctxt "dockingcolorreplace|label2"
msgid "Source color"
msgstr ""
-#: dockingcolorreplace.ui:64
+#: svx/uiconfig/ui/dockingcolorreplace.ui:64
msgctxt "dockingcolorreplace|label3"
msgid "Tolerance"
msgstr ""
-#: dockingcolorreplace.ui:76
+#: svx/uiconfig/ui/dockingcolorreplace.ui:76
msgctxt "dockingcolorreplace|label4"
msgid "Replace with..."
msgstr ""
#. This string is used by the eyedropper dialog to denote a color in an image that will be replaced by another color.
-#: dockingcolorreplace.ui:93
+#: svx/uiconfig/ui/dockingcolorreplace.ui:94
msgctxt "dockingcolorreplace|cbx2-atkobject"
msgid "Source Color 2"
msgstr ""
#. This string is used by the eyedropper dialog to denote a color in an image that will be replaced by another color.
-#: dockingcolorreplace.ui:111
+#: svx/uiconfig/ui/dockingcolorreplace.ui:113
msgctxt "dockingcolorreplace|cbx3-atkobject"
msgid "Source Color 3"
msgstr ""
#. This string is used by the eyedropper dialog to denote a color in an image that will be replaced by another color.
-#: dockingcolorreplace.ui:129
+#: svx/uiconfig/ui/dockingcolorreplace.ui:132
msgctxt "dockingcolorreplace|cbx4-atkobject"
msgid "Source Color 4"
msgstr ""
#. This string is used by the eyedropper dialog to denote a color in an image that will be replaced by another color.
-#: dockingcolorreplace.ui:147
+#: svx/uiconfig/ui/dockingcolorreplace.ui:151
msgctxt "dockingcolorreplace|cbx1-atkobject"
msgid "Source Color 1"
msgstr ""
-#: dockingcolorreplace.ui:158
+#: svx/uiconfig/ui/dockingcolorreplace.ui:162
msgctxt "dockingcolorreplace|cbx5"
msgid "Tr_ansparency"
msgstr ""
-#: dockingcolorreplace.ui:179
+#: svx/uiconfig/ui/dockingcolorreplace.ui:184
msgctxt "dockingcolorreplace|tol1-atkobject"
msgid "Tolerance 1"
msgstr ""
-#: dockingcolorreplace.ui:197
+#: svx/uiconfig/ui/dockingcolorreplace.ui:202
msgctxt "dockingcolorreplace|tol2-atkobject"
msgid "Tolerance 2"
msgstr ""
-#: dockingcolorreplace.ui:215
+#: svx/uiconfig/ui/dockingcolorreplace.ui:220
msgctxt "dockingcolorreplace|tol3-atkobject"
msgid "Tolerance 3"
msgstr ""
-#: dockingcolorreplace.ui:233
+#: svx/uiconfig/ui/dockingcolorreplace.ui:238
msgctxt "dockingcolorreplace|tol4-atkobject"
msgid "Tolerance 4"
msgstr ""
-#: dockingcolorreplace.ui:249
+#: svx/uiconfig/ui/dockingcolorreplace.ui:254
msgctxt "dockingcolorreplace|color1-atkobject"
msgid "Replace with 1"
msgstr "Иҧсахтәуп 1 ала"
-#: dockingcolorreplace.ui:265
+#: svx/uiconfig/ui/dockingcolorreplace.ui:270
#, fuzzy
msgctxt "dockingcolorreplace|color2-atkobject"
msgid "Replace with 2"
msgstr "Иҧсахтәуп ала"
-#: dockingcolorreplace.ui:281
+#: svx/uiconfig/ui/dockingcolorreplace.ui:286
#, fuzzy
msgctxt "dockingcolorreplace|color3-atkobject"
msgid "Replace with 3"
msgstr "Иҧсахтәуп ала"
-#: dockingcolorreplace.ui:297
+#: svx/uiconfig/ui/dockingcolorreplace.ui:302
#, fuzzy
msgctxt "dockingcolorreplace|color4-atkobject"
msgid "Replace with 4"
msgstr "Иҧсахтәуп ала"
-#: dockingcolorreplace.ui:336
+#: svx/uiconfig/ui/dockingcolorreplace.ui:341
msgctxt "dockingcolorreplace|label1"
msgid "Colors"
msgstr "Аҧштәқәа"
-#: dockingcolorreplace.ui:356
+#: svx/uiconfig/ui/dockingcolorreplace.ui:361
#, fuzzy
msgctxt "dockingcolorreplace|replace"
msgid "_Replace"
msgstr "Иҧсахтәуп"
-#: dockingcolorreplace.ui:387
+#: svx/uiconfig/ui/dockingcolorreplace.ui:392
msgctxt "dockingcolorreplace|pipette"
msgid "Pipette"
msgstr ""
-#: dockingfontwork.ui:17
+#: svx/uiconfig/ui/dockingfontwork.ui:17
msgctxt "dockingfontwork|DockingFontwork"
msgid "Fontwork"
msgstr "Атеқсттә еффектқәа"
-#: dockingfontwork.ui:32
+#: svx/uiconfig/ui/dockingfontwork.ui:32
msgctxt "dockingfontwork|off|tooltip_text"
msgid "Off"
msgstr "Аҿых."
-#: dockingfontwork.ui:55
+#: svx/uiconfig/ui/dockingfontwork.ui:55
msgctxt "dockingfontwork|rotate|tooltip_text"
msgid "Rotate"
msgstr ""
-#: dockingfontwork.ui:68
+#: svx/uiconfig/ui/dockingfontwork.ui:68
msgctxt "dockingfontwork|upright|tooltip_text"
msgid "Upright"
msgstr ""
-#: dockingfontwork.ui:82
+#: svx/uiconfig/ui/dockingfontwork.ui:82
msgctxt "dockingfontwork|hori|tooltip_text"
msgid "Slant Horizontal"
msgstr ""
-#: dockingfontwork.ui:96
+#: svx/uiconfig/ui/dockingfontwork.ui:96
msgctxt "dockingfontwork|vert|tooltip_text"
msgid "Slant Vertical"
msgstr ""
-#: dockingfontwork.ui:120
+#: svx/uiconfig/ui/dockingfontwork.ui:120
msgctxt "dockingfontwork|orientation|tooltip_text"
msgid "Orientation"
msgstr "Ахырхарҭа"
-#: dockingfontwork.ui:143
+#: svx/uiconfig/ui/dockingfontwork.ui:143
#, fuzzy
msgctxt "dockingfontwork|left|tooltip_text"
msgid "Align Left"
msgstr "Армарахь ала"
-#: dockingfontwork.ui:156
+#: svx/uiconfig/ui/dockingfontwork.ui:156
msgctxt "dockingfontwork|center|tooltip_text"
msgid "Center"
msgstr "Ацентр ала"
-#: dockingfontwork.ui:170
+#: svx/uiconfig/ui/dockingfontwork.ui:170
#, fuzzy
msgctxt "dockingfontwork|right|tooltip_text"
msgid "Align Right"
msgstr "Арӷьарахь ала"
-#: dockingfontwork.ui:184
+#: svx/uiconfig/ui/dockingfontwork.ui:184
msgctxt "dockingfontwork|autosize|tooltip_text"
msgid "AutoSize Text"
msgstr "Атеқст автошәагаа"
-#: dockingfontwork.ui:222
+#: svx/uiconfig/ui/dockingfontwork.ui:222
#, fuzzy
msgctxt "dockingfontwork|distance|tooltip_text"
msgid "Distance"
msgstr "Аекземплиар"
-#: dockingfontwork.ui:259
+#: svx/uiconfig/ui/dockingfontwork.ui:259
msgctxt "dockingfontwork|indent|tooltip_text"
msgid "Indent"
msgstr ""
-#: dockingfontwork.ui:283
+#: svx/uiconfig/ui/dockingfontwork.ui:283
msgctxt "dockingfontwork|contour|tooltip_text"
msgid "Contour"
msgstr ""
-#: dockingfontwork.ui:296
+#: svx/uiconfig/ui/dockingfontwork.ui:296
#, fuzzy
msgctxt "dockingfontwork|textcontour|tooltip_text"
msgid "Text Contour"
msgstr "Аконтур ариашара"
-#: dockingfontwork.ui:319
+#: svx/uiconfig/ui/dockingfontwork.ui:319
msgctxt "dockingfontwork|noshadow|tooltip_text"
msgid "No Shadow"
msgstr ""
-#: dockingfontwork.ui:332
+#: svx/uiconfig/ui/dockingfontwork.ui:332
msgctxt "dockingfontwork|vertical|tooltip_text"
msgid "Vertical"
msgstr ""
-#: dockingfontwork.ui:346
+#: svx/uiconfig/ui/dockingfontwork.ui:346
msgctxt "dockingfontwork|slant|tooltip_text"
msgid "Slant"
msgstr ""
-#: dockingfontwork.ui:384
+#: svx/uiconfig/ui/dockingfontwork.ui:384
msgctxt "dockingfontwork|distancex|tooltip_text"
msgid "Distance X"
msgstr ""
-#: dockingfontwork.ui:422
+#: svx/uiconfig/ui/dockingfontwork.ui:422
msgctxt "dockingfontwork|distancey|tooltip_text"
msgid "Distance Y"
msgstr ""
-#: dockingfontwork.ui:442
+#: svx/uiconfig/ui/dockingfontwork.ui:442
msgctxt "dockingfontwork|color|tooltip_text"
msgid "Shadow Color"
msgstr ""
-#: docrecoverybrokendialog.ui:8
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:8
msgctxt "docrecoverybrokendialog|DocRecoveryBrokenDialog"
msgid "%PRODUCTNAME Document Recovery"
msgstr ""
-#: docrecoverybrokendialog.ui:21
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:21
msgctxt "docrecoverybrokendialog|save"
msgid "_Save"
msgstr "Еиқәырхатәуп"
-#: docrecoverybrokendialog.ui:74
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:74
msgctxt "docrecoverybrokendialog|label1"
msgid ""
"The automatic recovery process was interrupted.\n"
@@ -3392,520 +3433,520 @@ msgid ""
"The documents listed below will be saved in the folder noted below if you click 'Save'. Click 'Cancel' to close the wizard without saving the documents."
msgstr ""
-#: docrecoverybrokendialog.ui:91
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:91
msgctxt "docrecoverybrokendialog|label3"
msgid "Documents:"
msgstr "Адокументқәа:"
-#: docrecoverybrokendialog.ui:124
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:124
msgctxt "docrecoverybrokendialog|label4"
msgid "_Save to:"
msgstr "Еиқәырхатәуп абра:"
-#: docrecoverybrokendialog.ui:155
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:154
msgctxt "docrecoverybrokendialog|change"
msgid "Chan_ge..."
msgstr "Иҧсахтәуп..."
-#: docrecoveryprogressdialog.ui:8
+#: svx/uiconfig/ui/docrecoveryprogressdialog.ui:8
msgctxt "docrecoveryprogressdialog|DocRecoveryProgressDialog"
msgid "Documents Are Being Saved"
msgstr "Адокументқәа еиқәырхахоит"
-#: docrecoveryprogressdialog.ui:42
+#: svx/uiconfig/ui/docrecoveryprogressdialog.ui:42
msgctxt "docrecoveryprogressdialog|label2"
msgid "Progress of saving:"
msgstr ""
-#: docrecoveryrecoverdialog.ui:9
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:9
msgctxt "docrecoveryrecoverdialog|DocRecoveryRecoverDialog"
msgid "%PRODUCTNAME %PRODUCTVERSION Document Recovery"
msgstr ""
-#: docrecoveryrecoverdialog.ui:22
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:22
msgctxt "docrecoveryrecoverdialog|cancel"
msgid "_Discard"
msgstr ""
-#: docrecoveryrecoverdialog.ui:37
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:37
msgctxt "docrecoveryrecoverdialog|next"
msgid "_Start"
msgstr ""
-#: docrecoveryrecoverdialog.ui:77
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:77
msgctxt "docrecoveryrecoverdialog|desc"
msgid "%PRODUCTNAME will attempt to recover the state of the files you were working on before it crashed. Click 'Start' to begin the process, or click 'Discard' to cancel the recovery."
msgstr ""
-#: docrecoveryrecoverdialog.ui:98
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:98
msgctxt "docrecoveryrecoverdialog|label2"
msgid "Status of recovered documents:"
msgstr ""
-#: docrecoveryrecoverdialog.ui:135
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:135
msgctxt "docrecoveryrecoverdialog|nameft"
msgid "Document Name"
msgstr ""
-#: docrecoveryrecoverdialog.ui:147
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:147
msgctxt "docrecoveryrecoverdialog|statusft"
msgid "Status"
msgstr "Аҭагылазаашьа"
-#: docrecoverysavedialog.ui:8
+#: svx/uiconfig/ui/docrecoverysavedialog.ui:8
msgctxt "docrecoverysavedialog|DocRecoverySaveDialog"
msgid "%PRODUCTNAME %PRODUCTVERSION Document Recovery"
msgstr ""
-#: docrecoverysavedialog.ui:59
+#: svx/uiconfig/ui/docrecoverysavedialog.ui:59
msgctxt "docrecoverysavedialog|label1"
msgid "Due to an unexpected 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 ""
-#: docrecoverysavedialog.ui:80
+#: svx/uiconfig/ui/docrecoverysavedialog.ui:80
msgctxt "docrecoverysavedialog|label2"
msgid "The following files will be recovered:"
msgstr ""
-#: extrustiondepthdialog.ui:12
+#: svx/uiconfig/ui/extrustiondepthdialog.ui:12
msgctxt "extrustiondepthdialog|ExtrustionDepthDialog"
msgid "Extrusion Depth"
msgstr ""
-#: extrustiondepthdialog.ui:116
+#: svx/uiconfig/ui/extrustiondepthdialog.ui:115
msgctxt "extrustiondepthdialog|label1"
msgid "_Value"
msgstr "Аҵакы"
-#: extrustiondepthdialog.ui:135
+#: svx/uiconfig/ui/extrustiondepthdialog.ui:134
msgctxt "extrustiondepthdialog|label2"
msgid "Depth"
msgstr ""
-#: filtermenu.ui:12
+#: svx/uiconfig/ui/filtermenu.ui:12
msgctxt "filtermenu|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: filtermenu.ui:20
+#: svx/uiconfig/ui/filtermenu.ui:20
msgctxt "filtermenu|edit"
msgid "_Edit"
msgstr "Ариашара"
-#: filtermenu.ui:28
+#: svx/uiconfig/ui/filtermenu.ui:28
msgctxt "filtermenu|isnull"
msgid "_Is Null"
msgstr ""
-#: filtermenu.ui:36
+#: svx/uiconfig/ui/filtermenu.ui:36
msgctxt "filtermenu|isnotnull"
msgid "I_s not Null"
msgstr "NULL акәӡам"
-#: findreplacedialog.ui:8
+#: svx/uiconfig/ui/findreplacedialog.ui:8
msgctxt "findreplacedialog|FindReplaceDialog"
msgid "Find & Replace"
msgstr "Иҧшаатәуп иагьыҧсахтәуп"
-#: findreplacedialog.ui:135
+#: svx/uiconfig/ui/findreplacedialog.ui:135
msgctxt "findreplacedialog|label4"
msgid "_Find:"
msgstr "_Иҧшаатәуп:"
-#: findreplacedialog.ui:183
+#: svx/uiconfig/ui/findreplacedialog.ui:183
msgctxt "findreplacedialog|matchcase"
msgid "Ma_tch case"
msgstr ""
-#: findreplacedialog.ui:199
+#: svx/uiconfig/ui/findreplacedialog.ui:199
msgctxt "findreplacedialog|searchformatted"
msgid "For_matted display"
msgstr ""
-#: findreplacedialog.ui:218
+#: svx/uiconfig/ui/findreplacedialog.ui:219
msgctxt "findreplacedialog|wholewords"
msgid "Whole wor_ds only"
msgstr ""
-#: findreplacedialog.ui:236
+#: svx/uiconfig/ui/findreplacedialog.ui:237
msgctxt "findreplacedialog|entirecells"
msgid "_Entire cells"
msgstr ""
-#: findreplacedialog.ui:254
+#: svx/uiconfig/ui/findreplacedialog.ui:255
msgctxt "findreplacedialog|allsheets"
msgid "All _sheets"
msgstr ""
-#: findreplacedialog.ui:281
+#: svx/uiconfig/ui/findreplacedialog.ui:282
msgctxt "findreplacedialog|label1"
msgid "_Search For"
msgstr ""
-#: findreplacedialog.ui:365
+#: svx/uiconfig/ui/findreplacedialog.ui:366
#, fuzzy
msgctxt "findreplacedialog|label5"
msgid "Re_place:"
msgstr "Иҧсахтәуп"
-#: findreplacedialog.ui:398
+#: svx/uiconfig/ui/findreplacedialog.ui:399
#, fuzzy
msgctxt "findreplacedialog|label2"
msgid "Re_place With"
msgstr "Иҧсахтәуп ала"
-#: findreplacedialog.ui:424
+#: svx/uiconfig/ui/findreplacedialog.ui:425
msgctxt "findreplacedialog|searchall"
msgid "Find _All"
msgstr "Иҧшаатәуп зегьы"
-#: findreplacedialog.ui:438
+#: svx/uiconfig/ui/findreplacedialog.ui:439
msgctxt "findreplacedialog|backsearch"
msgid "Find Pre_vious"
msgstr "Аҧхьатәи"
-#: findreplacedialog.ui:452
+#: svx/uiconfig/ui/findreplacedialog.ui:453
msgctxt "findreplacedialog|search"
msgid "Find Ne_xt"
msgstr "Анаҩстәи"
-#: findreplacedialog.ui:468
+#: svx/uiconfig/ui/findreplacedialog.ui:469
#, fuzzy
msgctxt "findreplacedialog|replace"
msgid "_Replace"
msgstr "Иҧсахтәуп"
-#: findreplacedialog.ui:482
+#: svx/uiconfig/ui/findreplacedialog.ui:483
msgctxt "findreplacedialog|replaceall"
msgid "Replace A_ll"
msgstr ""
-#: findreplacedialog.ui:633
+#: svx/uiconfig/ui/findreplacedialog.ui:634
msgctxt "findreplacedialog|selection"
msgid "C_urrent selection only"
msgstr "_Уажәтәи алкаара мацара"
-#: findreplacedialog.ui:648
+#: svx/uiconfig/ui/findreplacedialog.ui:649
msgctxt "findreplacedialog|regexp"
msgid "Re_gular expressions"
msgstr ""
-#: findreplacedialog.ui:670
+#: svx/uiconfig/ui/findreplacedialog.ui:671
msgctxt "findreplacedialog|attributes"
msgid "Attribut_es..."
msgstr ""
-#: findreplacedialog.ui:684
+#: svx/uiconfig/ui/findreplacedialog.ui:685
msgctxt "findreplacedialog|format"
msgid "For_mat..."
msgstr ""
-#: findreplacedialog.ui:698
+#: svx/uiconfig/ui/findreplacedialog.ui:699
msgctxt "findreplacedialog|noformat"
msgid "_No Format"
msgstr "Форматда"
-#: findreplacedialog.ui:719
+#: svx/uiconfig/ui/findreplacedialog.ui:720
msgctxt "findreplacedialog|layout"
msgid "Search for st_yles"
msgstr ""
-#: findreplacedialog.ui:734
+#: svx/uiconfig/ui/findreplacedialog.ui:735
msgctxt "findreplacedialog|includediacritics"
msgid "Diac_ritic-sensitive"
msgstr ""
-#: findreplacedialog.ui:749
+#: svx/uiconfig/ui/findreplacedialog.ui:750
msgctxt "findreplacedialog|includekashida"
msgid "_Kashida-sensitive"
msgstr ""
-#: findreplacedialog.ui:764
+#: svx/uiconfig/ui/findreplacedialog.ui:765
msgctxt "findreplacedialog|matchcharwidth"
msgid "Match character _width"
msgstr ""
-#: findreplacedialog.ui:784
+#: svx/uiconfig/ui/findreplacedialog.ui:785
msgctxt "findreplacedialog|similarity"
msgid "S_imilarity search"
msgstr ""
-#: findreplacedialog.ui:800
+#: svx/uiconfig/ui/findreplacedialog.ui:801
msgctxt "findreplacedialog|similaritybtn"
msgid "Similarities..."
msgstr ""
-#: findreplacedialog.ui:827
+#: svx/uiconfig/ui/findreplacedialog.ui:828
msgctxt "findreplacedialog|soundslike"
msgid "Sounds like (_Japanese)"
msgstr ""
-#: findreplacedialog.ui:843
+#: svx/uiconfig/ui/findreplacedialog.ui:844
msgctxt "findreplacedialog|soundslikebtn"
msgid "Sounds..."
msgstr ""
-#: findreplacedialog.ui:869
+#: svx/uiconfig/ui/findreplacedialog.ui:870
msgctxt "findreplacedialog|wildcard"
msgid "Wil_dcards"
msgstr ""
-#: findreplacedialog.ui:885
+#: svx/uiconfig/ui/findreplacedialog.ui:886
msgctxt "findreplacedialog|notes"
msgid "_Comments"
msgstr "Акомментариқәа"
-#: findreplacedialog.ui:907
+#: svx/uiconfig/ui/findreplacedialog.ui:908
msgctxt "findreplacedialog|replace_backwards"
msgid "Replace _backwards"
msgstr ""
-#: findreplacedialog.ui:943
+#: svx/uiconfig/ui/findreplacedialog.ui:944
msgctxt "findreplacedialog|searchinlabel"
msgid "Search i_n:"
msgstr ""
-#: findreplacedialog.ui:958
+#: svx/uiconfig/ui/findreplacedialog.ui:959
msgctxt "findreplacedialog|calcsearchin"
msgid "Formulas"
msgstr "Аформулақәа"
-#: findreplacedialog.ui:959
+#: svx/uiconfig/ui/findreplacedialog.ui:960
msgctxt "findreplacedialog|calcsearchin"
msgid "Values"
msgstr "Аҵакқәа"
-#: findreplacedialog.ui:960
+#: svx/uiconfig/ui/findreplacedialog.ui:961
msgctxt "findreplacedialog|calcsearchin"
msgid "Notes"
msgstr "Азгәаҭақәа"
-#: findreplacedialog.ui:985
+#: svx/uiconfig/ui/findreplacedialog.ui:986
msgctxt "findreplacedialog|searchdir"
msgid "Direction:"
msgstr ""
-#: findreplacedialog.ui:1002
+#: svx/uiconfig/ui/findreplacedialog.ui:1003
msgctxt "findreplacedialog|rows"
msgid "Ro_ws"
msgstr "Ацәа_ҳәақәа"
-#: findreplacedialog.ui:1022
+#: svx/uiconfig/ui/findreplacedialog.ui:1023
msgctxt "findreplacedialog|cols"
msgid "Colum_ns"
msgstr "Аиҵагыла_қәа"
-#: findreplacedialog.ui:1068
+#: svx/uiconfig/ui/findreplacedialog.ui:1069
msgctxt "findreplacedialog|label3"
msgid "Other _options"
msgstr "Егьырҭ апараметрқәа"
-#: floatingareastyle.ui:43
+#: svx/uiconfig/ui/floatingareastyle.ui:43
msgctxt "floatingareastyle|label1"
msgid "_Angle:"
msgstr ""
-#: floatingareastyle.ui:62
+#: svx/uiconfig/ui/floatingareastyle.ui:62
msgctxt "floatingareastyle|angle|tooltip_text"
msgid "Specify the angle of rotation for the gradient shading style."
msgstr ""
-#: floatingareastyle.ui:82
+#: svx/uiconfig/ui/floatingareastyle.ui:82
msgctxt "floatingareastyle|left|tooltip_text"
msgid "Rotate counterclockwise by 45 degrees."
msgstr ""
-#: floatingareastyle.ui:104
+#: svx/uiconfig/ui/floatingareastyle.ui:104
msgctxt "floatingareastyle|right|tooltip_text"
msgid "Rotate clockwise by 45 degrees."
msgstr ""
-#: floatingareastyle.ui:147
+#: svx/uiconfig/ui/floatingareastyle.ui:147
msgctxt "floatingareastyle|label4"
msgid "_Start value:"
msgstr ""
-#: floatingareastyle.ui:161
+#: svx/uiconfig/ui/floatingareastyle.ui:161
msgctxt "floatingareastyle|label5"
msgid "_End value:"
msgstr ""
-#: floatingareastyle.ui:174
+#: svx/uiconfig/ui/floatingareastyle.ui:174
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 ""
-#: floatingareastyle.ui:186
+#: svx/uiconfig/ui/floatingareastyle.ui:186
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 ""
-#: floatingareastyle.ui:210
+#: svx/uiconfig/ui/floatingareastyle.ui:210
msgctxt "floatingareastyle|label6"
msgid "_Border:"
msgstr ""
-#: floatingareastyle.ui:223
+#: svx/uiconfig/ui/floatingareastyle.ui:223
msgctxt "floatingareastyle|border|tooltip_text"
msgid "Specify the border value of gradient transparency."
msgstr ""
-#: floatingareastyle.ui:248
+#: svx/uiconfig/ui/floatingareastyle.ui:248
msgctxt "floatingareastyle|label2"
msgid "Center _X:"
msgstr ""
-#: floatingareastyle.ui:262
+#: svx/uiconfig/ui/floatingareastyle.ui:262
msgctxt "floatingareastyle|label3"
msgid "Center _Y:"
msgstr ""
-#: floatingareastyle.ui:275
+#: svx/uiconfig/ui/floatingareastyle.ui:275
msgctxt "floatingareastyle|centerx|tooltip_text"
msgid "Specify the horizontal offset percentage from the center for the gradient shading style. 50% is the horizontal center."
msgstr ""
-#: floatingareastyle.ui:287
+#: svx/uiconfig/ui/floatingareastyle.ui:287
msgctxt "floatingareastyle|centery|tooltip_text"
msgid "Specify the vertical offset percentage from the center for the gradient shading style. 50% is the vertical center."
msgstr ""
-#: floatingcontour.ui:17
+#: svx/uiconfig/ui/floatingcontour.ui:17
msgctxt "floatingcontour|FloatingContour"
msgid "Contour Editor"
msgstr ""
-#: floatingcontour.ui:46
+#: svx/uiconfig/ui/floatingcontour.ui:46
msgctxt "floatingcontour|TBI_APPLY"
msgid "Apply"
msgstr "Ихархәатәуп"
-#: floatingcontour.ui:71
+#: svx/uiconfig/ui/floatingcontour.ui:71
msgctxt "floatingcontour|TBI_WORKPLACE"
msgid "Workspace"
msgstr ""
-#: floatingcontour.ui:96
+#: svx/uiconfig/ui/floatingcontour.ui:96
msgctxt "floatingcontour|TBI_SELECT"
msgid "Select"
msgstr "Иалхтәуп"
-#: floatingcontour.ui:111
+#: svx/uiconfig/ui/floatingcontour.ui:111
msgctxt "floatingcontour|TBI_RECT"
msgid "Rectangle"
msgstr "Акәакьҭаиаша"
-#: floatingcontour.ui:126
+#: svx/uiconfig/ui/floatingcontour.ui:126
msgctxt "floatingcontour|TBI_CIRCLE"
msgid "Ellipse"
msgstr "Аеллипс"
-#: floatingcontour.ui:141
+#: svx/uiconfig/ui/floatingcontour.ui:141
msgctxt "floatingcontour|TBI_POLY"
msgid "Polygon"
msgstr ""
-#: floatingcontour.ui:166
+#: svx/uiconfig/ui/floatingcontour.ui:166
msgctxt "floatingcontour|TBI_POLYEDIT"
msgid "Edit Points"
msgstr "Агеометриа аҧсахра"
-#: floatingcontour.ui:181
+#: svx/uiconfig/ui/floatingcontour.ui:181
msgctxt "floatingcontour|TBI_POLYMOVE"
msgid "Move Points"
msgstr ""
-#: floatingcontour.ui:196
+#: svx/uiconfig/ui/floatingcontour.ui:196
msgctxt "floatingcontour|TBI_POLYINSERT"
msgid "Insert Points"
msgstr ""
-#: floatingcontour.ui:211
+#: svx/uiconfig/ui/floatingcontour.ui:211
msgctxt "floatingcontour|TBI_POLYDELETE"
msgid "Delete Points"
msgstr ""
-#: floatingcontour.ui:234
+#: svx/uiconfig/ui/floatingcontour.ui:234
msgctxt "floatingcontour|TBI_AUTOCONTOUR"
msgid "AutoContour"
msgstr ""
-#: floatingcontour.ui:260
+#: svx/uiconfig/ui/floatingcontour.ui:260
msgctxt "floatingcontour|TBI_UNDO"
msgid "Undo "
msgstr "Иаҟәыхтәуп "
-#: floatingcontour.ui:275
+#: svx/uiconfig/ui/floatingcontour.ui:275
msgctxt "floatingcontour|TBI_REDO"
msgid "Redo"
msgstr "Ирхынҳәтәуп"
-#: floatingcontour.ui:290
+#: svx/uiconfig/ui/floatingcontour.ui:290
msgctxt "floatingcontour|TBI_PIPETTE"
msgid "Pipette"
msgstr ""
-#: floatingcontour.ui:310
+#: svx/uiconfig/ui/floatingcontour.ui:310
msgctxt "floatingcontour|spinbutton|tooltip_text"
msgid "Color Tolerance"
msgstr ""
-#: floatinglineproperty.ui:53
+#: svx/uiconfig/ui/floatinglineproperty.ui:53
msgctxt "floatinglineproperty|label1"
msgid "Custom Line Width:"
msgstr ""
-#: fontworkgallerydialog.ui:9
+#: svx/uiconfig/ui/fontworkgallerydialog.ui:9
msgctxt "fontworkgallerydialog|FontworkGalleryDialog"
msgid "Fontwork Gallery"
msgstr "Атеқсттә еффектқәа ргалереиа"
-#: fontworkgallerydialog.ui:87
+#: svx/uiconfig/ui/fontworkgallerydialog.ui:87
msgctxt "fontworkgallerydialog|label1"
msgid "Select a Fontwork style:"
msgstr "Иалышәх атеқсттә еффект астиль:"
-#: fontworkspacingdialog.ui:13
+#: svx/uiconfig/ui/fontworkspacingdialog.ui:13
msgctxt "fontworkspacingdialog|FontworkSpacingDialog"
msgid "Fontwork Character Spacing"
msgstr ""
-#: fontworkspacingdialog.ui:32
+#: svx/uiconfig/ui/fontworkspacingdialog.ui:32
msgctxt "fontworkspacingdialog|label2"
msgid "_Value:"
msgstr "_Аҵакы:"
-#: formdatamenu.ui:12
+#: svx/uiconfig/ui/formdatamenu.ui:12
msgctxt "formdatamenu|additem"
msgid "Add Item"
msgstr ""
-#: formdatamenu.ui:20
+#: svx/uiconfig/ui/formdatamenu.ui:20
msgctxt "formdatamenu|addelement"
msgid "Add Element"
msgstr "Иацҵатәуп аелемент"
-#: formdatamenu.ui:28
+#: svx/uiconfig/ui/formdatamenu.ui:28
msgctxt "formdatamenu|addattribute"
msgid "Add Attribute"
msgstr "Иацҵатәуп атрибут"
-#: formdatamenu.ui:36
+#: svx/uiconfig/ui/formdatamenu.ui:36
msgctxt "formdatamenu|edit"
msgid "Edit"
msgstr "Иҧсахтәуп"
-#: formdatamenu.ui:50
+#: svx/uiconfig/ui/formdatamenu.ui:50
msgctxt "formdatamenu|delete"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: formlinkwarndialog.ui:12
+#: svx/uiconfig/ui/formlinkwarndialog.ui:12
msgctxt "formlinkwarndialog|FormLinkWarnDialog"
msgid "This instance is linked with the form."
msgstr ""
-#: formlinkwarndialog.ui:13
+#: svx/uiconfig/ui/formlinkwarndialog.ui:13
msgctxt "formlinkwarndialog|FormLinkWarnDialog"
msgid ""
"The changes you make to this instance will be lost when the form is reloaded.\n"
@@ -3913,1117 +3954,1117 @@ msgid ""
"How do you want to proceed?"
msgstr ""
-#: formlinkwarndialog.ui:27
+#: svx/uiconfig/ui/formlinkwarndialog.ui:26
msgctxt "formlinkwarndialog|ok"
msgid "_Edit"
msgstr "Ариашара"
-#: formnavimenu.ui:12
+#: svx/uiconfig/ui/formnavimenu.ui:12
msgctxt "formnavimenu|new"
msgid "_New"
msgstr "Иаҧҵатәуп"
-#: formnavimenu.ui:22
+#: svx/uiconfig/ui/formnavimenu.ui:22
msgctxt "formnavimenu|form"
msgid "Form"
msgstr "Аформа"
-#: formnavimenu.ui:30
+#: svx/uiconfig/ui/formnavimenu.ui:30
msgctxt "formnavimenu|hidden"
msgid "Hidden Control"
msgstr ""
-#: formnavimenu.ui:42
+#: svx/uiconfig/ui/formnavimenu.ui:42
msgctxt "formnavimenu|change"
msgid "Replace with"
msgstr "Иҧсахтәуп ала"
-#: formnavimenu.ui:50
+#: svx/uiconfig/ui/formnavimenu.ui:50
msgctxt "formnavimenu|cut"
msgid "Cu_t"
msgstr "Игәылҧҟатәуп"
-#: formnavimenu.ui:58
+#: svx/uiconfig/ui/formnavimenu.ui:58
msgctxt "formnavimenu|copy"
msgid "_Copy"
msgstr "Акопиа ахыхтәуп"
-#: formnavimenu.ui:66
+#: svx/uiconfig/ui/formnavimenu.ui:66
msgctxt "formnavimenu|paste"
msgid "_Paste"
msgstr "Ибжьаргылатәуп"
-#: formnavimenu.ui:74
+#: svx/uiconfig/ui/formnavimenu.ui:74
msgctxt "formnavimenu|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: formnavimenu.ui:82
+#: svx/uiconfig/ui/formnavimenu.ui:82
msgctxt "formnavimenu|taborder"
msgid "Tab Order..."
msgstr ""
-#: formnavimenu.ui:90
+#: svx/uiconfig/ui/formnavimenu.ui:90
msgctxt "formnavimenu|rename"
msgid "_Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: formnavimenu.ui:98
+#: svx/uiconfig/ui/formnavimenu.ui:98
msgctxt "formnavimenu|props"
msgid "Propert_ies"
msgstr "Аҷыдаҟазшьақәа"
-#: formnavimenu.ui:106
+#: svx/uiconfig/ui/formnavimenu.ui:106
msgctxt "formnavimenu|designmode"
msgid "Open in Design Mode"
msgstr "Иаарттәуп апроеқтҟаҵара арежим ала"
-#: formnavimenu.ui:114
+#: svx/uiconfig/ui/formnavimenu.ui:114
msgctxt "formnavimenu|controlfocus"
msgid "Automatic Control Focus"
msgstr ""
-#: functionmenu.ui:12
+#: svx/uiconfig/ui/functionmenu.ui:12
msgctxt "functionmenu|avg"
msgid "Average"
msgstr "Ибжьаратәу"
-#: functionmenu.ui:20
+#: svx/uiconfig/ui/functionmenu.ui:20
msgctxt "functionmenu|counta"
msgid "CountA"
msgstr "Ахыҧхьаӡара2"
-#: functionmenu.ui:27
+#: svx/uiconfig/ui/functionmenu.ui:27
msgctxt "functionmenu|count"
msgid "Count"
msgstr "Ахыҧхьаӡара"
-#: functionmenu.ui:34
+#: svx/uiconfig/ui/functionmenu.ui:34
msgctxt "functionmenu|max"
msgid "Maximum"
msgstr "Амаксимум"
-#: functionmenu.ui:41
+#: svx/uiconfig/ui/functionmenu.ui:41
msgctxt "functionmenu|min"
msgid "Minimum"
msgstr "Аминимум"
-#: functionmenu.ui:48
+#: svx/uiconfig/ui/functionmenu.ui:48
msgctxt "functionmenu|sum"
msgid "Sum"
msgstr "Аицҵалыҵ"
-#: functionmenu.ui:55
+#: svx/uiconfig/ui/functionmenu.ui:55
msgctxt "functionmenu|selection"
msgid "Selection count"
msgstr "Алкаарақәа рхыҧхьаӡара"
-#: functionmenu.ui:62
+#: svx/uiconfig/ui/functionmenu.ui:62
msgctxt "functionmenu|none"
msgid "None"
msgstr "Мап"
-#: gallerymenu1.ui:12
+#: svx/uiconfig/ui/gallerymenu1.ui:12
msgctxt "gallerymenu1|update"
msgid "Update"
msgstr "Ирҿыцтәуп"
-#: gallerymenu1.ui:26
+#: svx/uiconfig/ui/gallerymenu1.ui:26
msgctxt "gallerymenu1|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: gallerymenu1.ui:33
+#: svx/uiconfig/ui/gallerymenu1.ui:33
msgctxt "gallerymenu1|rename"
msgid "_Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: gallerymenu1.ui:46
+#: svx/uiconfig/ui/gallerymenu1.ui:46
msgctxt "gallerymenu1|assign"
msgid "Assign _ID"
msgstr ""
-#: gallerymenu1.ui:59
+#: svx/uiconfig/ui/gallerymenu1.ui:59
msgctxt "gallerymenu1|properties"
msgid "Propert_ies..."
msgstr "Аҷыдаҟазшьақәа..."
-#: gallerymenu2.ui:12
+#: svx/uiconfig/ui/gallerymenu2.ui:12
msgctxt "gallerymenu2|add"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: gallerymenu2.ui:20
+#: svx/uiconfig/ui/gallerymenu2.ui:20
msgctxt "gallerymenu2|background"
msgid "Insert as Bac_kground"
msgstr ""
-#: gallerymenu2.ui:34
+#: svx/uiconfig/ui/gallerymenu2.ui:34
msgctxt "gallerymenu2|preview"
msgid "_Preview"
msgstr "Ахәаҧшра"
-#: gallerymenu2.ui:48
+#: svx/uiconfig/ui/gallerymenu2.ui:48
msgctxt "gallerymenu2|title"
msgid "_Title"
msgstr "Ахы"
-#: gallerymenu2.ui:61
+#: svx/uiconfig/ui/gallerymenu2.ui:61
msgctxt "gallerymenu2|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: gallerymenu2.ui:74
+#: svx/uiconfig/ui/gallerymenu2.ui:74
msgctxt "gallerymenu2|copy"
msgid "_Copy"
msgstr "Акопиа ахыхтәуп"
-#: gallerymenu2.ui:82
+#: svx/uiconfig/ui/gallerymenu2.ui:82
msgctxt "gallerymenu2|paste"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: headfootformatpage.ui:58
+#: svx/uiconfig/ui/headfootformatpage.ui:58
msgctxt "headfootformatpage|checkHeaderOn"
msgid "Hea_der on"
msgstr ""
-#: headfootformatpage.ui:75
+#: svx/uiconfig/ui/headfootformatpage.ui:75
msgctxt "headfootformatpage|checkFooterOn"
msgid "_Footer on"
msgstr ""
-#: headfootformatpage.ui:113
+#: svx/uiconfig/ui/headfootformatpage.ui:113
msgctxt "headfootformatpage|checkSameLR"
msgid "Same _content on left and right pages"
msgstr ""
-#: headfootformatpage.ui:131
+#: svx/uiconfig/ui/headfootformatpage.ui:131
msgctxt "headfootformatpage|checkSameFP"
msgid "Same content on first page"
msgstr ""
-#: headfootformatpage.ui:152
+#: svx/uiconfig/ui/headfootformatpage.ui:153
msgctxt "headfootformatpage|labelLeftMarg"
msgid "_Left margin:"
msgstr ""
-#: headfootformatpage.ui:186
+#: svx/uiconfig/ui/headfootformatpage.ui:185
msgctxt "headfootformatpage|labelRightMarg"
msgid "R_ight margin:"
msgstr ""
-#: headfootformatpage.ui:220
+#: svx/uiconfig/ui/headfootformatpage.ui:217
msgctxt "headfootformatpage|labelSpacing"
msgid "_Spacing:"
msgstr "Аинтервал:"
-#: headfootformatpage.ui:250
+#: svx/uiconfig/ui/headfootformatpage.ui:245
msgctxt "headfootformatpage|checkDynSpacing"
msgid "Use d_ynamic spacing"
msgstr ""
-#: headfootformatpage.ui:271
+#: svx/uiconfig/ui/headfootformatpage.ui:266
msgctxt "headfootformatpage|labelHeight"
msgid "_Height:"
msgstr "Аҳаракыра:"
-#: headfootformatpage.ui:302
+#: svx/uiconfig/ui/headfootformatpage.ui:295
msgctxt "headfootformatpage|checkAutofit"
msgid "_AutoFit height"
msgstr ""
-#: headfootformatpage.ui:326
+#: svx/uiconfig/ui/headfootformatpage.ui:319
msgctxt "headfootformatpage|buttonMore"
msgid "More..."
msgstr "Иҵегь..."
-#: headfootformatpage.ui:339
+#: svx/uiconfig/ui/headfootformatpage.ui:332
msgctxt "headfootformatpage|buttonEdit"
msgid "_Edit..."
msgstr "Ариашара..."
-#: headfootformatpage.ui:383
+#: svx/uiconfig/ui/headfootformatpage.ui:376
msgctxt "headfootformatpage|labelHeaderFormat"
msgid "Header"
msgstr ""
-#: headfootformatpage.ui:399
+#: svx/uiconfig/ui/headfootformatpage.ui:392
msgctxt "headfootformatpage|labelFooterFormat"
msgid "Footer"
msgstr ""
-#: imapdialog.ui:11
+#: svx/uiconfig/ui/imapdialog.ui:11
msgctxt "imapdialog|ImapDialog"
msgid "ImageMap Editor"
msgstr ""
-#: imapdialog.ui:32
+#: svx/uiconfig/ui/imapdialog.ui:32
msgctxt "imapdialog|TBI_APPLY"
msgid "Apply"
msgstr "Ихархәатәуп"
-#: imapdialog.ui:47
+#: svx/uiconfig/ui/imapdialog.ui:47
msgctxt "imapdialog|TBI_OPEN"
msgid "Open..."
msgstr "Иаарттәуп..."
-#: imapdialog.ui:62
+#: svx/uiconfig/ui/imapdialog.ui:62
msgctxt "imapdialog|TBI_SAVEAS"
msgid "Save..."
msgstr "Еиқәырхатәуп..."
-#: imapdialog.ui:77
+#: svx/uiconfig/ui/imapdialog.ui:77
msgctxt "imapdialog|TBI_CLOSE"
msgid "Close"
msgstr "Иарктәуп"
-#: imapdialog.ui:91
+#: svx/uiconfig/ui/imapdialog.ui:91
msgctxt "imapdialog|TBI_SELECT"
msgid "Select"
msgstr "Иалхтәуп"
-#: imapdialog.ui:106
+#: svx/uiconfig/ui/imapdialog.ui:106
msgctxt "imapdialog|TBI_RECT"
msgid "Rectangle"
msgstr "Акәакьҭаиаша"
-#: imapdialog.ui:121
+#: svx/uiconfig/ui/imapdialog.ui:121
msgctxt "imapdialog|TBI_CIRCLE"
msgid "Ellipse"
msgstr "Аеллипс"
-#: imapdialog.ui:136
+#: svx/uiconfig/ui/imapdialog.ui:136
msgctxt "imapdialog|TBI_POLY"
msgid "Polygon"
msgstr ""
-#: imapdialog.ui:151
+#: svx/uiconfig/ui/imapdialog.ui:151
msgctxt "imapdialog|TBI_FREEPOLY"
msgid "Freeform Polygon"
msgstr ""
-#: imapdialog.ui:166
+#: svx/uiconfig/ui/imapdialog.ui:166
msgctxt "imapdialog|TBI_POLYEDIT"
msgid "Edit Points"
msgstr "Агеометриа аҧсахра"
-#: imapdialog.ui:181
+#: svx/uiconfig/ui/imapdialog.ui:181
msgctxt "imapdialog|TBI_POLYMOVE"
msgid "Move Points"
msgstr ""
-#: imapdialog.ui:196
+#: svx/uiconfig/ui/imapdialog.ui:196
msgctxt "imapdialog|TBI_POLYINSERT"
msgid "Insert Points"
msgstr ""
-#: imapdialog.ui:211
+#: svx/uiconfig/ui/imapdialog.ui:211
msgctxt "imapdialog|TBI_POLYDELETE"
msgid "Delete Points"
msgstr ""
-#: imapdialog.ui:226
+#: svx/uiconfig/ui/imapdialog.ui:226
msgctxt "imapdialog|TBI_UNDO"
msgid "Undo "
msgstr "Иаҟәыхтәуп "
-#: imapdialog.ui:241
+#: svx/uiconfig/ui/imapdialog.ui:241
msgctxt "imapdialog|TBI_REDO"
msgid "Redo"
msgstr "Ирхынҳәтәуп"
-#: imapdialog.ui:256
+#: svx/uiconfig/ui/imapdialog.ui:256
msgctxt "imapdialog|TBI_ACTIVE"
msgid "Active"
msgstr ""
-#: imapdialog.ui:271
+#: svx/uiconfig/ui/imapdialog.ui:271
msgctxt "imapdialog|TBI_MACRO"
msgid "Macro..."
msgstr ""
-#: imapdialog.ui:286
+#: svx/uiconfig/ui/imapdialog.ui:286
msgctxt "imapdialog|TBI_PROPERTY"
msgid "Properties..."
msgstr "Аҷыдаҟазшьақәа..."
-#: imapdialog.ui:312
+#: svx/uiconfig/ui/imapdialog.ui:312
msgctxt "imapdialog|urlft"
msgid "Address:"
msgstr "Адрес:"
-#: imapdialog.ui:347
+#: svx/uiconfig/ui/imapdialog.ui:347
msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Афреим:"
-#: imapdialog.ui:402
+#: svx/uiconfig/ui/imapdialog.ui:402
msgctxt "imapdialog|textft"
msgid "Text:"
msgstr "Атеқст:"
-#: imapmenu.ui:12
+#: svx/uiconfig/ui/imapmenu.ui:12
msgctxt "imapmenu|url"
msgid "Description..."
msgstr "Ахҳәаа..."
-#: imapmenu.ui:20
+#: svx/uiconfig/ui/imapmenu.ui:20
msgctxt "imapmenu|macro"
msgid "_Macro..."
msgstr ""
-#: imapmenu.ui:28
+#: svx/uiconfig/ui/imapmenu.ui:28
msgctxt "imapmenu|active"
msgid "Active"
msgstr ""
-#: imapmenu.ui:42
+#: svx/uiconfig/ui/imapmenu.ui:42
msgctxt "imapmenu|arrange"
msgid "_Arrange"
msgstr ""
-#: imapmenu.ui:52
+#: svx/uiconfig/ui/imapmenu.ui:52
msgctxt "imapmenu|front"
msgid "Bring to Front"
msgstr ""
-#: imapmenu.ui:60
+#: svx/uiconfig/ui/imapmenu.ui:60
msgctxt "imapmenu|forward"
msgid "Bring _Forward"
msgstr ""
-#: imapmenu.ui:68
+#: svx/uiconfig/ui/imapmenu.ui:68
msgctxt "imapmenu|backward"
msgid "Send Back_ward"
msgstr ""
-#: imapmenu.ui:76
+#: svx/uiconfig/ui/imapmenu.ui:76
msgctxt "imapmenu|back"
msgid "_Send to Back"
msgstr ""
-#: imapmenu.ui:94
+#: svx/uiconfig/ui/imapmenu.ui:94
msgctxt "imapmenu|selectall"
msgid "Select _All"
msgstr "Иалкаатәуп зегьы"
-#: imapmenu.ui:102
+#: svx/uiconfig/ui/imapmenu.ui:102
msgctxt "imapmenu|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: linkwarndialog.ui:8
+#: svx/uiconfig/ui/linkwarndialog.ui:7
msgctxt "linkwarndialog|LinkWarnDialog"
msgid "Confirm Linked Graphic"
msgstr ""
-#: linkwarndialog.ui:14
+#: svx/uiconfig/ui/linkwarndialog.ui:13
msgctxt "linkwarndialog|LinkWarnDialog"
msgid "The file %FILENAME will not be stored along with your document, but only referenced as a link."
msgstr ""
-#: linkwarndialog.ui:15
+#: svx/uiconfig/ui/linkwarndialog.ui:14
msgctxt "linkwarndialog|LinkWarnDialog"
msgid "This is dangerous if you move and/or rename the files. Do you want to embed the graphic instead?"
msgstr ""
-#: linkwarndialog.ui:27
+#: svx/uiconfig/ui/linkwarndialog.ui:25
msgctxt "linkwarndialog|ok"
msgid "_Keep Link"
msgstr "_Иааныжьтәуп аимадара"
-#: linkwarndialog.ui:43
+#: svx/uiconfig/ui/linkwarndialog.ui:41
msgctxt "linkwarndialog|cancel"
msgid "_Embed Graphic"
msgstr ""
-#: linkwarndialog.ui:69
+#: svx/uiconfig/ui/linkwarndialog.ui:67
msgctxt "linkwarndialog|ask"
msgid "_Ask when linking a graphic"
msgstr ""
-#: mediaplayback.ui:22
+#: svx/uiconfig/ui/mediaplayback.ui:22
msgctxt "mediaplayback|label1"
msgid "Playback:"
msgstr ""
-#: mediaplayback.ui:36
+#: svx/uiconfig/ui/mediaplayback.ui:36
msgctxt "mediaplayback|label2"
msgid "Seek:"
msgstr ""
-#: mediaplayback.ui:50
+#: svx/uiconfig/ui/mediaplayback.ui:50
msgctxt "mediaplayback|label3"
msgid "Volume:"
msgstr ""
-#: mediaplayback.ui:79
+#: svx/uiconfig/ui/mediaplayback.ui:79
msgctxt "mediaplayback|zoombox|tooltip_text"
msgid "View"
msgstr "Ахәаҧшра"
-#: namespacedialog.ui:9
+#: svx/uiconfig/ui/namespacedialog.ui:9
msgctxt "namespacedialog|NamespaceDialog"
msgid "Namespaces for Forms"
msgstr ""
-#: namespacedialog.ui:106
+#: svx/uiconfig/ui/namespacedialog.ui:106
msgctxt "namespacedialog|add"
msgid "_Add..."
msgstr "Иацҵатәуп..."
-#: namespacedialog.ui:120
+#: svx/uiconfig/ui/namespacedialog.ui:120
msgctxt "namespacedialog|edit"
msgid "_Edit..."
msgstr "Ариашара..."
-#: namespacedialog.ui:168
+#: svx/uiconfig/ui/namespacedialog.ui:168
msgctxt "namespacedialog|prefix"
msgid "Prefix"
msgstr "Апрефикс"
-#: namespacedialog.ui:179
+#: svx/uiconfig/ui/namespacedialog.ui:179
msgctxt "namespacedialog|url"
msgid "URL"
msgstr "URL"
-#: namespacedialog.ui:221
+#: svx/uiconfig/ui/namespacedialog.ui:221
msgctxt "namespacedialog|label1"
msgid "Namespaces"
msgstr ""
-#: optgridpage.ui:63
+#: svx/uiconfig/ui/optgridpage.ui:63
msgctxt "optgridpage|usegridsnap"
msgid "_Snap to grid"
msgstr ""
-#: optgridpage.ui:78
+#: svx/uiconfig/ui/optgridpage.ui:78
msgctxt "optgridpage|gridvisible"
msgid "_Visible grid"
msgstr ""
-#: optgridpage.ui:99
+#: svx/uiconfig/ui/optgridpage.ui:99
msgctxt "optgridpage|label1"
msgid "Grid"
msgstr ""
-#: optgridpage.ui:171
+#: svx/uiconfig/ui/optgridpage.ui:169
msgctxt "optgridpage|flddrawx"
msgid "H_orizontal:"
msgstr "Горизонталла:"
-#: optgridpage.ui:185
+#: svx/uiconfig/ui/optgridpage.ui:183
msgctxt "optgridpage|flddrawy"
msgid "_Vertical:"
msgstr ""
-#: optgridpage.ui:196
+#: svx/uiconfig/ui/optgridpage.ui:194
msgctxt "optgridpage|synchronize"
msgid "Synchronize a_xes"
msgstr ""
-#: optgridpage.ui:219
+#: svx/uiconfig/ui/optgridpage.ui:217
msgctxt "optgridpage|label2"
msgid "Resolution"
msgstr ""
-#: optgridpage.ui:277
+#: svx/uiconfig/ui/optgridpage.ui:274
msgctxt "optgridpage|label4"
msgid "space(s)"
msgstr ""
-#: optgridpage.ui:312
+#: svx/uiconfig/ui/optgridpage.ui:308
msgctxt "optgridpage|label5"
msgid "space(s)"
msgstr ""
-#: optgridpage.ui:330
+#: svx/uiconfig/ui/optgridpage.ui:326
msgctxt "optgridpage|divisionx"
msgid "Horizont_al:"
msgstr "Горизонталла:"
-#: optgridpage.ui:344
+#: svx/uiconfig/ui/optgridpage.ui:340
msgctxt "optgridpage|divisiony"
msgid "V_ertical:"
msgstr ""
-#: optgridpage.ui:361
+#: svx/uiconfig/ui/optgridpage.ui:357
msgctxt "optgridpage|label3"
msgid "Subdivision"
msgstr ""
-#: optgridpage.ui:406
+#: svx/uiconfig/ui/optgridpage.ui:402
msgctxt "optgridpage|snaphelplines"
msgid "To snap lines"
msgstr ""
-#: optgridpage.ui:420
+#: svx/uiconfig/ui/optgridpage.ui:417
msgctxt "optgridpage|snapborder"
msgid "To the _page margins"
msgstr ""
-#: optgridpage.ui:435
+#: svx/uiconfig/ui/optgridpage.ui:432
msgctxt "optgridpage|snapframe"
msgid "To object _frame"
msgstr ""
-#: optgridpage.ui:450
+#: svx/uiconfig/ui/optgridpage.ui:447
msgctxt "optgridpage|snappoints"
msgid "To obje_ct points"
msgstr ""
-#: optgridpage.ui:485
+#: svx/uiconfig/ui/optgridpage.ui:481
msgctxt "optgridpage|label7"
msgid "_Snap range:"
msgstr ""
-#: optgridpage.ui:508
+#: svx/uiconfig/ui/optgridpage.ui:504
msgctxt "optgridpage|label6"
msgid "Snap"
msgstr ""
-#: optgridpage.ui:542
+#: svx/uiconfig/ui/optgridpage.ui:538
msgctxt "optgridpage|ortho"
msgid "_When creating or moving objects"
msgstr ""
-#: optgridpage.ui:557
+#: svx/uiconfig/ui/optgridpage.ui:553
msgctxt "optgridpage|bigortho"
msgid "_Extend edges"
msgstr ""
-#: optgridpage.ui:594
+#: svx/uiconfig/ui/optgridpage.ui:589
msgctxt "optgridpage|rotate"
msgid "When ro_tating:"
msgstr ""
-#: optgridpage.ui:628
+#: svx/uiconfig/ui/optgridpage.ui:622
msgctxt "optgridpage|label9"
msgid "Point reducti_on:"
msgstr ""
-#: optgridpage.ui:651
+#: svx/uiconfig/ui/optgridpage.ui:645
msgctxt "optgridpage|label8"
msgid "Constrain Objects"
msgstr ""
-#: paralinespacingcontrol.ui:66
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:66
msgctxt "paralinespacingcontrol|spacing_1"
msgid "Spacing: 1"
msgstr "Аинтервал: 1"
-#: paralinespacingcontrol.ui:84
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:84
msgctxt "paralinespacingcontrol|spacing_115"
msgid "Spacing: 1.15"
msgstr ""
-#: paralinespacingcontrol.ui:102
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:102
msgctxt "paralinespacingcontrol|spacing_15"
msgid "Spacing: 1.5"
msgstr ""
-#: paralinespacingcontrol.ui:120
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:120
msgctxt "paralinespacingcontrol|spacing_2"
msgid "Spacing: 2"
msgstr "Аинтервал: 2"
-#: paralinespacingcontrol.ui:163
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:163
msgctxt "paralinespacingcontrol|label3"
msgid "Line Spacing:"
msgstr "Ацәаҳәабжьаратәи аинтервал:"
-#: paralinespacingcontrol.ui:182
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:182
msgctxt "paralinespacingcontrol|line_dist"
msgid "Single"
msgstr ""
-#: paralinespacingcontrol.ui:183
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:183
msgctxt "paralinespacingcontrol|line_dist"
msgid "1.15 Lines"
msgstr ""
-#: paralinespacingcontrol.ui:184
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:184
msgctxt "paralinespacingcontrol|line_dist"
msgid "1.5 Lines"
msgstr ""
-#: paralinespacingcontrol.ui:185
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:185
msgctxt "paralinespacingcontrol|line_dist"
msgid "Double"
msgstr ""
-#: paralinespacingcontrol.ui:186
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:186
msgctxt "paralinespacingcontrol|line_dist"
msgid "Proportional"
msgstr ""
-#: paralinespacingcontrol.ui:187
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:187
msgctxt "paralinespacingcontrol|line_dist"
msgid "At least"
msgstr ""
-#: paralinespacingcontrol.ui:188
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:188
#, fuzzy
msgctxt "paralinespacingcontrol|line_dist"
msgid "Leading"
msgstr "Ахқәа"
-#: paralinespacingcontrol.ui:189
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:189
msgctxt "paralinespacingcontrol|line_dist"
msgid "Fixed"
msgstr ""
-#: paralinespacingcontrol.ui:204
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:204
msgctxt "paralinespacingcontrol|value_label"
msgid "Value:"
msgstr "Аҵакы:"
-#: paralinespacingcontrol.ui:269
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:265
msgctxt "paralinespacingcontrol|label2"
msgid "Custom Value"
msgstr ""
-#: paralrspacing.ui:37
+#: svx/uiconfig/ui/paralrspacing.ui:37
msgctxt "paralrspacing|beforetextindent|tooltip_text"
msgid "Before Text Indent"
msgstr ""
-#: paralrspacing.ui:77
+#: svx/uiconfig/ui/paralrspacing.ui:76
msgctxt "paralrspacing|aftertextindent|tooltip_text"
msgid "After Text Indent"
msgstr ""
-#: paralrspacing.ui:115
+#: svx/uiconfig/ui/paralrspacing.ui:113
msgctxt "paralrspacing|firstlineindent|tooltip_text"
msgid "First Line Indent"
msgstr ""
-#: paraulspacing.ui:45
+#: svx/uiconfig/ui/paraulspacing.ui:45
msgctxt "paraulspacing|aboveparaspacing|tooltip_text"
msgid "Above Paragraph Spacing"
msgstr "Аинтервал абзац аҧхьа"
-#: paraulspacing.ui:86
+#: svx/uiconfig/ui/paraulspacing.ui:85
msgctxt "paraulspacing|belowparaspacing|tooltip_text"
msgid "Below Paragraph Spacing"
msgstr "Аинтервал абзац ашьҭахь"
-#: passwd.ui:8
+#: svx/uiconfig/ui/passwd.ui:8
msgctxt "passwd|PasswordDialog"
msgid "Change Password"
msgstr "Иҧсахтәуп ажәамаӡа"
-#: passwd.ui:104
+#: svx/uiconfig/ui/passwd.ui:106
msgctxt "passwd|oldpassL"
msgid "_Password:"
msgstr "Ажәамаӡа:"
-#: passwd.ui:135
+#: svx/uiconfig/ui/passwd.ui:140
msgctxt "passwd|oldpass"
msgid "Old Password"
msgstr "Уаанӡатәи ажәамаӡа"
-#: passwd.ui:198
+#: svx/uiconfig/ui/passwd.ui:206
msgctxt "passwd|label4"
msgid "Pa_ssword:"
msgstr "Ажәамаӡа:"
-#: passwd.ui:212
+#: svx/uiconfig/ui/passwd.ui:220
msgctxt "passwd|label5"
msgid "Confi_rm:"
msgstr ""
-#: passwd.ui:229
+#: svx/uiconfig/ui/passwd.ui:238
msgctxt "passwd|label2"
msgid "New Password"
msgstr "Ажәамаӡа ҿыц"
-#: presetmenu.ui:12
+#: svx/uiconfig/ui/presetmenu.ui:12
msgctxt "presetmenu|rename"
msgid "Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: presetmenu.ui:20
+#: svx/uiconfig/ui/presetmenu.ui:20
msgctxt "presetmenu|delete"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: profileexporteddialog.ui:8
+#: svx/uiconfig/ui/profileexporteddialog.ui:8
msgctxt "profileexporteddialog|ProfileExportedDialog"
msgid "Profile exported"
msgstr "Апрофиль експортуп"
-#: profileexporteddialog.ui:40
+#: svx/uiconfig/ui/profileexporteddialog.ui:40
msgctxt "profileexporteddialog|openfolder"
msgid "Open Containing _Folder"
msgstr ""
-#: profileexporteddialog.ui:64
+#: svx/uiconfig/ui/profileexporteddialog.ui:64
msgctxt "profileexporteddialog|label"
msgid "Your user profile has been exported as “libreoffice-profile.zip”."
msgstr ""
-#: querydeletecontourdialog.ui:8
+#: svx/uiconfig/ui/querydeletecontourdialog.ui:7
msgctxt "querydeletecontourdialog|QueryDeleteContourDialog"
msgid "Delete the contour?"
msgstr "Ианыхтәума аконтур?"
-#: querydeletecontourdialog.ui:14
+#: svx/uiconfig/ui/querydeletecontourdialog.ui:14
msgctxt "querydeletecontourdialog|QueryDeleteContourDialog"
msgid ""
"Setting a new workspace will\n"
"cause the contour to be deleted."
msgstr ""
-#: querydeletecontourdialog.ui:16
+#: svx/uiconfig/ui/querydeletecontourdialog.ui:16
msgctxt "querydeletecontourdialog|QueryDeleteContourDialog"
msgid "Are you sure you want to continue?"
msgstr ""
-#: querydeleteobjectdialog.ui:8
+#: svx/uiconfig/ui/querydeleteobjectdialog.ui:7
msgctxt "querydeleteobjectdialog|QueryDeleteObjectDialog"
msgid "Delete this object?"
msgstr "Ианыхтәума абри аобиеқт?"
-#: querydeleteobjectdialog.ui:14
+#: svx/uiconfig/ui/querydeleteobjectdialog.ui:14
#, fuzzy
msgctxt "querydeleteobjectdialog|QueryDeleteObjectDialog"
msgid "Do you really want to delete this object?"
msgstr "Даныхтәума ари ахархәаҩ?"
-#: querydeletethemedialog.ui:8
+#: svx/uiconfig/ui/querydeletethemedialog.ui:7
msgctxt "querydeletethemedialog|QueryDeleteThemeDialog"
msgid "Delete this theme?"
msgstr "Ианыхтәума абри атема?"
-#: querydeletethemedialog.ui:14
+#: svx/uiconfig/ui/querydeletethemedialog.ui:14
#, fuzzy
msgctxt "querydeletethemedialog|QueryDeleteThemeDialog"
msgid "Do you really want to delete this theme?"
msgstr "Даныхтәума ари ахархәаҩ?"
-#: querymodifyimagemapchangesdialog.ui:8
+#: svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui:7
msgctxt "querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog"
msgid "Save ImageMap changes?"
msgstr ""
-#: querymodifyimagemapchangesdialog.ui:14
+#: svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui:14
msgctxt "querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog"
msgid "The ImageMap has been modified."
msgstr ""
-#: querymodifyimagemapchangesdialog.ui:15
+#: svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui:15
msgctxt "querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog"
msgid "Do you want to save the changes?"
msgstr "Еиқәырхатәума аҧсахрақәа?"
-#: querynewcontourdialog.ui:8
+#: svx/uiconfig/ui/querynewcontourdialog.ui:7
msgctxt "querynewcontourdialog|QueryNewContourDialog"
msgid "Create a new contour?"
msgstr ""
-#: querynewcontourdialog.ui:14
+#: svx/uiconfig/ui/querynewcontourdialog.ui:14
msgctxt "querynewcontourdialog|QueryNewContourDialog"
msgid "Do you want to create a new contour?"
msgstr ""
-#: querysavecontchangesdialog.ui:8
+#: svx/uiconfig/ui/querysavecontchangesdialog.ui:7
msgctxt "querysavecontchangesdialog|QuerySaveContourChangesDialog"
msgid "Save contour changes?"
msgstr "Еиқәырхатәума аконтур аҧсахрақәа?"
-#: querysavecontchangesdialog.ui:14
+#: svx/uiconfig/ui/querysavecontchangesdialog.ui:14
msgctxt "querysavecontchangesdialog|QuerySaveContourChangesDialog"
msgid "The contour has been modified."
msgstr ""
-#: querysavecontchangesdialog.ui:15
+#: svx/uiconfig/ui/querysavecontchangesdialog.ui:15
msgctxt "querysavecontchangesdialog|QuerySaveContourChangesDialog"
msgid "Do you want to save the changes?"
msgstr "Еиқәырхатәума аҧсахрақәа?"
-#: querysaveimagemapchangesdialog.ui:8
+#: svx/uiconfig/ui/querysaveimagemapchangesdialog.ui:7
msgctxt "querysaveimagemapchangesdialog|QuerySaveImageMapChangesDialog"
msgid "Save ImageMap changes?"
msgstr ""
-#: querysaveimagemapchangesdialog.ui:14
+#: svx/uiconfig/ui/querysaveimagemapchangesdialog.ui:14
msgctxt "querysaveimagemapchangesdialog|QuerySaveImageMapChangesDialog"
msgid "The ImageMap has been modified."
msgstr ""
-#: querysaveimagemapchangesdialog.ui:15
+#: svx/uiconfig/ui/querysaveimagemapchangesdialog.ui:15
msgctxt "querysaveimagemapchangesdialog|QuerySaveImageMapChangesDialog"
msgid "Do you want to save the changes?"
msgstr "Еиқәырхатәума аҧсахрақәа?"
-#: queryunlinkgraphicsdialog.ui:8
+#: svx/uiconfig/ui/queryunlinkgraphicsdialog.ui:7
msgctxt "queryunlinkgraphicsdialog|QueryUnlinkGraphicsDialog"
msgid "Unlink the graphics?"
msgstr ""
-#: queryunlinkgraphicsdialog.ui:14
+#: svx/uiconfig/ui/queryunlinkgraphicsdialog.ui:14
msgctxt "queryunlinkgraphicsdialog|QueryUnlinkGraphicsDialog"
msgid "This graphic object is linked to the document."
msgstr ""
-#: queryunlinkgraphicsdialog.ui:15
+#: svx/uiconfig/ui/queryunlinkgraphicsdialog.ui:15
msgctxt "queryunlinkgraphicsdialog|QueryUnlinkGraphicsDialog"
msgid "Do you want to unlink the graphics in order to edit it?"
msgstr ""
-#: redlinecontrol.ui:23
+#: svx/uiconfig/ui/redlinecontrol.ui:23
msgctxt "redlinecontrol|view"
msgid "List"
msgstr "Ахьӡынҵа"
-#: redlinecontrol.ui:45
+#: svx/uiconfig/ui/redlinecontrol.ui:45
msgctxt "redlinecontrol|filter"
msgid "Filter"
msgstr "Афильтр"
-#: redlinefilterpage.ui:31
+#: svx/uiconfig/ui/redlinefilterpage.ui:31
msgctxt "redlinefilterpage|date"
msgid "_Date:"
msgstr "Арыцхә:"
-#: redlinefilterpage.ui:46
+#: svx/uiconfig/ui/redlinefilterpage.ui:46
msgctxt "redlinefilterpage|author"
msgid "_Author:"
msgstr "Автор:"
-#: redlinefilterpage.ui:61
+#: svx/uiconfig/ui/redlinefilterpage.ui:61
msgctxt "redlinefilterpage|comment"
msgid "C_omment:"
msgstr "Акомментари:"
-#: redlinefilterpage.ui:87
+#: svx/uiconfig/ui/redlinefilterpage.ui:86
msgctxt "redlinefilterpage|commentedit-atkobject"
msgid "Comment"
msgstr "Акомментари"
-#: redlinefilterpage.ui:98
+#: svx/uiconfig/ui/redlinefilterpage.ui:97
msgctxt "redlinefilterpage|range"
msgid "_Range:"
msgstr ""
-#: redlinefilterpage.ui:123
+#: svx/uiconfig/ui/redlinefilterpage.ui:122
msgctxt "redlinefilterpage|actionlist-atkobject"
msgid "Action"
msgstr "Аҟаҵара"
-#: redlinefilterpage.ui:134
+#: svx/uiconfig/ui/redlinefilterpage.ui:133
msgctxt "redlinefilterpage|action"
msgid "A_ction:"
msgstr "Аҟаҵара:"
-#: redlinefilterpage.ui:159
+#: svx/uiconfig/ui/redlinefilterpage.ui:158
msgctxt "redlinefilterpage|authorlist-atkobject"
msgid "Author"
msgstr "Автор"
-#: redlinefilterpage.ui:186
+#: svx/uiconfig/ui/redlinefilterpage.ui:184
msgctxt "redlinefilterpage|rangeedit-atkobject"
msgid "Range"
msgstr "Адиапазон"
-#: redlinefilterpage.ui:204
+#: svx/uiconfig/ui/redlinefilterpage.ui:202
msgctxt "redlinefilterpage|dotdotdot|tooltip_text"
msgid "Set reference"
msgstr ""
-#: redlinefilterpage.ui:232
+#: svx/uiconfig/ui/redlinefilterpage.ui:230
msgctxt "redlinefilterpage|datecond"
msgid "earlier than"
msgstr ""
-#: redlinefilterpage.ui:233
+#: svx/uiconfig/ui/redlinefilterpage.ui:231
msgctxt "redlinefilterpage|datecond"
msgid "since"
msgstr ""
-#: redlinefilterpage.ui:234
+#: svx/uiconfig/ui/redlinefilterpage.ui:232
msgctxt "redlinefilterpage|datecond"
msgid "equal to"
msgstr ""
-#: redlinefilterpage.ui:235
+#: svx/uiconfig/ui/redlinefilterpage.ui:233
msgctxt "redlinefilterpage|datecond"
msgid "not equal to"
msgstr "иаҟарам"
-#: redlinefilterpage.ui:236
+#: svx/uiconfig/ui/redlinefilterpage.ui:234
msgctxt "redlinefilterpage|datecond"
msgid "between"
msgstr "рыбжьара"
-#: redlinefilterpage.ui:237
+#: svx/uiconfig/ui/redlinefilterpage.ui:235
msgctxt "redlinefilterpage|datecond"
msgid "since saving"
msgstr ""
-#: redlinefilterpage.ui:244
+#: svx/uiconfig/ui/redlinefilterpage.ui:242
msgctxt "redlinefilterpage|datecond-atkobject"
msgid "Date Condition"
msgstr ""
-#: redlinefilterpage.ui:266
+#: svx/uiconfig/ui/redlinefilterpage.ui:264
msgctxt "redlinefilterpage|and"
msgid "a_nd"
msgstr "и"
-#: redlinefilterpage.ui:287
+#: svx/uiconfig/ui/redlinefilterpage.ui:284
msgctxt "redlinefilterpage|startdate-atkobject"
msgid "Start Date"
msgstr "Алагамҭа арыцхә"
-#: redlinefilterpage.ui:306
+#: svx/uiconfig/ui/redlinefilterpage.ui:302
msgctxt "redlinefilterpage|starttime-atkobject"
msgid "Start Time"
msgstr ""
-#: redlinefilterpage.ui:322
+#: svx/uiconfig/ui/redlinefilterpage.ui:318
msgctxt "redlinefilterpage|startclock|tooltip_text"
msgid "Set current time and date"
-msgstr ""
+msgstr "Уажәтәи аамҭеи арыцхәи"
-#: redlinefilterpage.ui:341
+#: svx/uiconfig/ui/redlinefilterpage.ui:336
msgctxt "redlinefilterpage|enddate-atkobject"
msgid "End Date"
msgstr "Аҵыхәтәантәи арыцхә"
-#: redlinefilterpage.ui:360
+#: svx/uiconfig/ui/redlinefilterpage.ui:354
msgctxt "redlinefilterpage|endtime-atkobject"
msgid "End Time"
msgstr ""
-#: redlinefilterpage.ui:376
+#: svx/uiconfig/ui/redlinefilterpage.ui:370
msgctxt "redlinefilterpage|endclock|tooltip_text"
msgid "Set current time and date"
-msgstr ""
+msgstr "Уажәтәи аамҭеи арыцхәи"
-#: redlineviewpage.ui:21
+#: svx/uiconfig/ui/redlineviewpage.ui:21
msgctxt "redlineviewpage|action"
msgid "Action"
msgstr "Аҟаҵара"
-#: redlineviewpage.ui:33
+#: svx/uiconfig/ui/redlineviewpage.ui:33
msgctxt "redlineviewpage|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: redlineviewpage.ui:45
+#: svx/uiconfig/ui/redlineviewpage.ui:45
msgctxt "redlineviewpage|author"
msgid "Author"
msgstr "Автор"
-#: redlineviewpage.ui:57
+#: svx/uiconfig/ui/redlineviewpage.ui:57
msgctxt "redlineviewpage|date"
msgid "Date"
msgstr "Арыцхә"
-#: redlineviewpage.ui:69
+#: svx/uiconfig/ui/redlineviewpage.ui:69
msgctxt "redlineviewpage|comment"
msgid "Comment"
msgstr "Акомментари"
-#: redlineviewpage.ui:92
+#: svx/uiconfig/ui/redlineviewpage.ui:92
msgctxt "redlineviewpage|changes-atkobject"
msgid "Changes"
msgstr "Аҧсахрақәа"
-#: rowsmenu.ui:12
+#: svx/uiconfig/ui/rowsmenu.ui:12
msgctxt "rowsmenu|delete"
msgid "Delete Rows"
msgstr "Ианыхтәуп ацәаҳәақәа"
-#: rowsmenu.ui:19
+#: svx/uiconfig/ui/rowsmenu.ui:19
msgctxt "rowsmenu|save"
msgid "Save Record"
msgstr "Еиқәырхатәуп анҵамҭа"
-#: rowsmenu.ui:26
+#: svx/uiconfig/ui/rowsmenu.ui:26
msgctxt "rowsmenu|undo"
msgid "Undo: Data entry"
msgstr "Иаҟәыхтәуп: адырқәа рҭагалара"
-#: rulermenu.ui:12
+#: svx/uiconfig/ui/rulermenu.ui:12
msgctxt "rulermenu|mm"
msgid "Millimeter"
msgstr "Амиллиметр"
-#: rulermenu.ui:20
+#: svx/uiconfig/ui/rulermenu.ui:20
msgctxt "rulermenu|cm"
msgid "Centimeter"
msgstr "Асантиметр"
-#: rulermenu.ui:28
+#: svx/uiconfig/ui/rulermenu.ui:28
msgctxt "rulermenu|m"
msgid "Meter"
msgstr "Аметр"
-#: rulermenu.ui:36
+#: svx/uiconfig/ui/rulermenu.ui:36
msgctxt "rulermenu|km"
msgid "Kilometer"
msgstr "Акилометр"
-#: rulermenu.ui:44
+#: svx/uiconfig/ui/rulermenu.ui:44
msgctxt "rulermenu|in"
msgid "Inch"
msgstr "Адиуим"
-#: rulermenu.ui:52
+#: svx/uiconfig/ui/rulermenu.ui:52
msgctxt "rulermenu|ft"
msgid "Foot"
msgstr "Афут"
-#: rulermenu.ui:60
+#: svx/uiconfig/ui/rulermenu.ui:60
msgctxt "rulermenu|mile"
msgid "Miles"
msgstr "Мили"
-#: rulermenu.ui:68
+#: svx/uiconfig/ui/rulermenu.ui:68
msgctxt "rulermenu|pt"
msgid "Point"
msgstr "Апункт"
-#: rulermenu.ui:76
+#: svx/uiconfig/ui/rulermenu.ui:76
msgctxt "rulermenu|pc"
msgid "Pica"
msgstr ""
-#: rulermenu.ui:84
+#: svx/uiconfig/ui/rulermenu.ui:84
msgctxt "rulermenu|ch"
msgid "Char"
msgstr "Асимвол"
-#: rulermenu.ui:92
+#: svx/uiconfig/ui/rulermenu.ui:92
msgctxt "rulermenu|line"
msgid "Line"
msgstr "Ацәаҳәа"
-#: safemodedialog.ui:8
+#: svx/uiconfig/ui/safemodedialog.ui:8
msgctxt "safemodedialog|SafeModeDialog"
msgid "Safe Mode"
msgstr "Ишәарҭадоу арежим"
-#: safemodedialog.ui:37
+#: svx/uiconfig/ui/safemodedialog.ui:37
msgctxt "safemodedialog|btn_continue"
msgid "_Continue in Safe Mode"
msgstr ""
-#: safemodedialog.ui:52
+#: svx/uiconfig/ui/safemodedialog.ui:52
msgctxt "safemodedialog|btn_restart"
msgid "_Restart in Normal Mode"
msgstr ""
-#: safemodedialog.ui:66
+#: svx/uiconfig/ui/safemodedialog.ui:66
msgctxt "safemodedialog|btn_apply"
msgid "_Apply Changes and Restart"
msgstr ""
-#: safemodedialog.ui:90
+#: svx/uiconfig/ui/safemodedialog.ui:90
msgctxt "safemodedialog|label1"
msgid ""
"%PRODUCTNAME is now running in safe mode which temporarily disables your user configuration and extensions.\n"
@@ -5033,6670 +5074,6597 @@ msgid ""
"The proposed changes get more radical from top down so it is recommended to try them successively one after another."
msgstr ""
-#: safemodedialog.ui:112
+#: svx/uiconfig/ui/safemodedialog.ui:112
msgctxt "safemodedialog|radio_restore"
msgid "Restore from backup"
msgstr ""
-#: safemodedialog.ui:136
+#: svx/uiconfig/ui/safemodedialog.ui:136
msgctxt "safemodedialog|check_profilesafe_config"
msgid "Restore user configuration to the last known working state"
msgstr ""
-#: safemodedialog.ui:151
+#: svx/uiconfig/ui/safemodedialog.ui:151
msgctxt "safemodedialog|check_profilesafe_extensions"
msgid "Restore state of installed user extensions to the last known working state"
msgstr ""
-#: safemodedialog.ui:173
+#: svx/uiconfig/ui/safemodedialog.ui:173
msgctxt "safemodedialog|radio_configure"
msgid "Configure"
msgstr ""
-#: safemodedialog.ui:197
+#: svx/uiconfig/ui/safemodedialog.ui:197
msgctxt "safemodedialog|check_disable_all_extensions"
msgid "Disable all user extensions"
msgstr ""
-#: safemodedialog.ui:212
+#: svx/uiconfig/ui/safemodedialog.ui:212
msgctxt "safemodedialog|check_disable_hw_acceleration"
msgid "Disable hardware acceleration (OpenGL, OpenCL)"
msgstr ""
-#: safemodedialog.ui:234
+#: svx/uiconfig/ui/safemodedialog.ui:234
msgctxt "safemodedialog|radio_extensions"
msgid "Extensions"
msgstr "Арҭбаарақәа"
-#: safemodedialog.ui:257
+#: svx/uiconfig/ui/safemodedialog.ui:257
msgctxt "safemodedialog|check_deinstall_user_extensions"
msgid "Uninstall all user extensions"
msgstr ""
-#: safemodedialog.ui:272
+#: svx/uiconfig/ui/safemodedialog.ui:272
msgctxt "safemodedialog|check_reset_shared_extensions"
msgid "Reset state of shared extensions"
msgstr ""
-#: safemodedialog.ui:287
+#: svx/uiconfig/ui/safemodedialog.ui:287
msgctxt "safemodedialog|check_reset_bundled_extensions"
msgid "Reset state of bundled extensions"
msgstr ""
-#: safemodedialog.ui:309
+#: svx/uiconfig/ui/safemodedialog.ui:309
msgctxt "safemodedialog|radio_reset"
msgid "Reset to factory settings"
msgstr ""
-#: safemodedialog.ui:332
+#: svx/uiconfig/ui/safemodedialog.ui:332
msgctxt "safemodedialog|check_reset_customizations"
msgid "Reset settings and user interface modifications"
msgstr ""
-#: safemodedialog.ui:347
+#: svx/uiconfig/ui/safemodedialog.ui:347
msgctxt "safemodedialog|check_reset_whole_userprofile"
msgid "Reset entire user profile"
msgstr ""
-#: safemodedialog.ui:389
+#: svx/uiconfig/ui/safemodedialog.ui:389
msgctxt "safemodedialog|label3"
msgid "If you experience problems that are not resolved by using safe mode, visit the following link to get help or report a bug."
msgstr ""
-#: safemodedialog.ui:400
+#: svx/uiconfig/ui/safemodedialog.ui:400
msgctxt "safemodedialog|linkbutton_bugs"
msgid "Get Help"
msgstr ""
-#: safemodedialog.ui:416
+#: svx/uiconfig/ui/safemodedialog.ui:416
msgctxt "safemodedialog|label4"
msgid "You can also include relevant parts of your user profile in the bugreport (be aware it might contain personal data)."
msgstr ""
-#: safemodedialog.ui:432
+#: svx/uiconfig/ui/safemodedialog.ui:432
msgctxt "safemodedialog|btn_create_zip"
msgid "Create Zip Archive from User Profile"
msgstr ""
-#: safemodedialog.ui:445
+#: svx/uiconfig/ui/safemodedialog.ui:445
msgctxt "safemodedialog|linkbutton_profile"
msgid "Show User Profile"
msgstr ""
-#: safemodedialog.ui:471
+#: svx/uiconfig/ui/safemodedialog.ui:471
msgctxt "safemodedialog|label2"
msgid "Advanced"
msgstr ""
-#: savemodifieddialog.ui:12
+#: svx/uiconfig/ui/savemodifieddialog.ui:12
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "Do you want to save your changes?"
msgstr "Еиқәырхатәума аҧсахрақәа?"
-#: savemodifieddialog.ui:13
+#: svx/uiconfig/ui/savemodifieddialog.ui:13
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "The content of the current form has been modified."
msgstr ""
-#: selectionmenu.ui:12
+#: svx/uiconfig/ui/selectionmenu.ui:12
msgctxt "selectionmenu|standard"
msgid "Standard selection"
msgstr ""
-#: selectionmenu.ui:20
+#: svx/uiconfig/ui/selectionmenu.ui:20
msgctxt "selectionmenu|extending"
msgid "Extending selection"
msgstr ""
-#: selectionmenu.ui:28
+#: svx/uiconfig/ui/selectionmenu.ui:28
msgctxt "selectionmenu|adding"
msgid "Adding selection"
msgstr ""
-#: selectionmenu.ui:36
+#: svx/uiconfig/ui/selectionmenu.ui:36
msgctxt "selectionmenu|block"
msgid "Block selection"
msgstr "Блокла алкаара"
-#: sidebararea.ui:40
+#: svx/uiconfig/ui/sidebararea.ui:40
#, fuzzy
msgctxt "sidebararea|filllabel|tooltip_text"
msgid "Fill:"
msgstr "Афаил:"
-#: sidebararea.ui:42
+#: svx/uiconfig/ui/sidebararea.ui:42
#, fuzzy
msgctxt "sidebararea|filllabel"
msgid "_Fill:"
msgstr "Афаил:"
-#: sidebararea.ui:66
+#: svx/uiconfig/ui/sidebararea.ui:66
msgctxt "sidebararea|color|tooltip_text"
msgid "Select the color to apply."
msgstr "Иалышәх аҧштәы."
-#: sidebararea.ui:86
+#: svx/uiconfig/ui/sidebararea.ui:86
msgctxt "sidebararea|fillattr|tooltip_text"
msgid "Select the effect to apply."
msgstr "Иалышәх аеффект"
-#: sidebararea.ui:92
+#: svx/uiconfig/ui/sidebararea.ui:92
msgctxt "sidebararea|fillattr-atkobject"
msgid "Hatching/Bitmap"
msgstr ""
-#: sidebararea.ui:106
+#: svx/uiconfig/ui/sidebararea.ui:106
msgctxt "sidebararea|fillgrad1|tooltip_text"
msgid "Fill gradient from."
msgstr ""
-#: sidebararea.ui:127
+#: svx/uiconfig/ui/sidebararea.ui:127
msgctxt "sidebararea|fillstyle|tooltip_text"
msgid "Select the fill type to apply."
msgstr ""
-#: sidebararea.ui:135
+#: svx/uiconfig/ui/sidebararea.ui:135
#, fuzzy
msgctxt "sidebararea|fillstyle-atkobject"
msgid "Fill Type"
msgstr "Афаил атип"
-#: sidebararea.ui:150
+#: svx/uiconfig/ui/sidebararea.ui:150
msgctxt "sidebararea|fillgrad2|tooltip_text"
msgid "Fill gradient to."
msgstr ""
-#: sidebararea.ui:167
+#: svx/uiconfig/ui/sidebararea.ui:167
msgctxt "sidebararea|gradientstyle|tooltip_text"
msgid "Select the gradient style."
msgstr "Аградиент астиль алхра."
-#: sidebararea.ui:169
+#: svx/uiconfig/ui/sidebararea.ui:169
msgctxt "sidebararea|gradientstyle"
msgid "Linear"
msgstr "Аҵәаӷәатә"
-#: sidebararea.ui:170
+#: svx/uiconfig/ui/sidebararea.ui:170
msgctxt "sidebararea|gradientstyle"
msgid "Axial"
msgstr ""
-#: sidebararea.ui:171
+#: svx/uiconfig/ui/sidebararea.ui:171
msgctxt "sidebararea|gradientstyle"
msgid "Radial"
msgstr ""
-#: sidebararea.ui:172
+#: svx/uiconfig/ui/sidebararea.ui:172
msgctxt "sidebararea|gradientstyle"
msgid "Ellipsoid"
msgstr ""
-#: sidebararea.ui:173
+#: svx/uiconfig/ui/sidebararea.ui:173
msgctxt "sidebararea|gradientstyle"
msgid "Quadratic"
msgstr ""
-#: sidebararea.ui:174
+#: svx/uiconfig/ui/sidebararea.ui:174
msgctxt "sidebararea|gradientstyle"
msgid "Square"
msgstr "Аквадрат"
-#: sidebararea.ui:178
+#: svx/uiconfig/ui/sidebararea.ui:178
msgctxt "sidebararea|gradientstyle-atkobject"
msgid "Gradient Type"
msgstr ""
-#: sidebararea.ui:190
+#: svx/uiconfig/ui/sidebararea.ui:190
msgctxt "sidebararea|bmpimport"
msgid "_Import"
msgstr "Аимпорт"
-#: sidebararea.ui:212
+#: svx/uiconfig/ui/sidebararea.ui:212
msgctxt "sidebararea|gradangle|tooltip_text"
msgid "Select the gradient angle."
msgstr "Аградиент анаара алхра."
-#: sidebararea.ui:216
+#: svx/uiconfig/ui/sidebararea.ui:216
msgctxt "sidebararea|gradangle-atkobject"
msgid "Gradient angle"
msgstr ""
-#: sidebararea.ui:232
+#: svx/uiconfig/ui/sidebararea.ui:232
msgctxt "sidebararea|transparencylabel|tooltip_text"
msgid "Transparency"
msgstr ""
-#: sidebararea.ui:234
+#: svx/uiconfig/ui/sidebararea.ui:234
msgctxt "sidebararea|transparencylabel"
msgid "_Transparency:"
msgstr ""
-#: sidebararea.ui:249
+#: svx/uiconfig/ui/sidebararea.ui:249
msgctxt "sidebararea|transtype|tooltip_text"
msgid "Select the type of transparency to apply."
msgstr ""
-#: sidebararea.ui:251
+#: svx/uiconfig/ui/sidebararea.ui:251
msgctxt "sidebararea|transtype"
msgid "None"
msgstr "Иҭацәуп"
-#: sidebararea.ui:252
+#: svx/uiconfig/ui/sidebararea.ui:252
msgctxt "sidebararea|transtype"
msgid "Solid"
msgstr ""
-#: sidebararea.ui:253
+#: svx/uiconfig/ui/sidebararea.ui:253
msgctxt "sidebararea|transtype"
msgid "Linear"
msgstr "Аҵәаӷәатә"
-#: sidebararea.ui:254
+#: svx/uiconfig/ui/sidebararea.ui:254
msgctxt "sidebararea|transtype"
msgid "Axial"
msgstr ""
-#: sidebararea.ui:255
+#: svx/uiconfig/ui/sidebararea.ui:255
msgctxt "sidebararea|transtype"
msgid "Radial"
msgstr ""
-#: sidebararea.ui:256
+#: svx/uiconfig/ui/sidebararea.ui:256
msgctxt "sidebararea|transtype"
msgid "Ellipsoid"
msgstr ""
-#: sidebararea.ui:257
+#: svx/uiconfig/ui/sidebararea.ui:257
msgctxt "sidebararea|transtype"
msgid "Quadratic"
msgstr ""
-#: sidebararea.ui:258
+#: svx/uiconfig/ui/sidebararea.ui:258
msgctxt "sidebararea|transtype"
msgid "Square"
msgstr "Аквадрат"
-#: sidebararea.ui:262
+#: svx/uiconfig/ui/sidebararea.ui:262
msgctxt "sidebararea|transtype-atkobject"
msgid "Transparency Type"
msgstr ""
-#: sidebararea.ui:283
+#: svx/uiconfig/ui/sidebararea.ui:283
msgctxt "sidebararea|gradient|tooltip_text"
msgid "Specify the variation of gradient transparency."
msgstr ""
-#: sidebararea.ui:320
+#: svx/uiconfig/ui/sidebararea.ui:320
msgctxt "sidebararea|transparencyslider|tooltip_text"
msgid "Specify 0% for fully opaque through 100% for fully transparent."
msgstr ""
-#: sidebararea.ui:337
+#: svx/uiconfig/ui/sidebararea.ui:337
msgctxt "sidebararea|settransparency|tooltip_text"
msgid "Specify 0% for fully opaque through 100% for fully transparent."
msgstr ""
-#: sidebararea.ui:346
+#: svx/uiconfig/ui/sidebararea.ui:345
msgctxt "sidebararea|settransparency-atkobject"
msgid "Transparency"
msgstr ""
-#: sidebargraphic.ui:46
+#: svx/uiconfig/ui/sidebargraphic.ui:46
msgctxt "sidebargraphic|brightnesslabel"
msgid "_Brightness:"
msgstr ""
-#: sidebargraphic.ui:61
+#: svx/uiconfig/ui/sidebargraphic.ui:61
msgctxt "sidebargraphic|setbrightness|tooltip_text"
msgid "Specify the luminance of the graphic."
msgstr ""
-#: sidebargraphic.ui:70
+#: svx/uiconfig/ui/sidebargraphic.ui:69
msgctxt "sidebargraphic|setbrightness-atkobject"
msgid "Brightness"
msgstr ""
-#: sidebargraphic.ui:83
+#: svx/uiconfig/ui/sidebargraphic.ui:82
msgctxt "sidebargraphic|contrastlabel"
msgid "_Contrast:"
msgstr ""
-#: sidebargraphic.ui:98
+#: svx/uiconfig/ui/sidebargraphic.ui:97
msgctxt "sidebargraphic|setcontrast|tooltip_text"
msgid "Specify the degree of difference between the lightest and darkest parts of the graphic."
msgstr ""
-#: sidebargraphic.ui:107
+#: svx/uiconfig/ui/sidebargraphic.ui:105
msgctxt "sidebargraphic|setcontrast-atkobject"
msgid "Contrast"
msgstr ""
-#: sidebargraphic.ui:120
+#: svx/uiconfig/ui/sidebargraphic.ui:118
msgctxt "sidebargraphic|colorlmodelabel"
msgid "Color _mode:"
msgstr ""
-#: sidebargraphic.ui:139
+#: svx/uiconfig/ui/sidebargraphic.ui:137
msgctxt "sidebargraphic|setcolormode-atkobject"
msgid "Color mode"
msgstr ""
-#: sidebargraphic.ui:152
+#: svx/uiconfig/ui/sidebargraphic.ui:150
msgctxt "sidebargraphic|transparencylabel"
msgid "_Transparency:"
msgstr ""
-#: sidebargraphic.ui:167
+#: svx/uiconfig/ui/sidebargraphic.ui:165
msgctxt "sidebargraphic|settransparency|tooltip_text"
msgid "Specify the percentage of transparency; 0% is fully opaque and 100% is fully transparent."
msgstr ""
-#: sidebargraphic.ui:176
+#: svx/uiconfig/ui/sidebargraphic.ui:173
msgctxt "sidebargraphic|settransparency-atkobject"
msgid "Transparency"
msgstr ""
-#: sidebargraphic.ui:209
+#: svx/uiconfig/ui/sidebargraphic.ui:206
msgctxt "sidebargraphic|setred|tooltip_text"
msgid "Red"
msgstr "Аҟаҧшь"
-#: sidebargraphic.ui:215
+#: svx/uiconfig/ui/sidebargraphic.ui:211
msgctxt "sidebargraphic|setred-atkobject"
msgid "Red"
msgstr "Аҟаҧшь"
-#: sidebargraphic.ui:255
+#: svx/uiconfig/ui/sidebargraphic.ui:251
msgctxt "sidebargraphic|setgreen|tooltip_text"
msgid "Green"
msgstr "Аиаҵәа"
-#: sidebargraphic.ui:261
+#: svx/uiconfig/ui/sidebargraphic.ui:256
msgctxt "sidebargraphic|setgreen-atkobject"
msgid "Green"
msgstr "Аиаҵәа"
-#: sidebargraphic.ui:302
+#: svx/uiconfig/ui/sidebargraphic.ui:297
msgctxt "sidebargraphic|setblue|tooltip_text"
msgid "Blue"
msgstr ""
-#: sidebargraphic.ui:308
+#: svx/uiconfig/ui/sidebargraphic.ui:302
msgctxt "sidebargraphic|setblue-atkobject"
msgid "Blue"
msgstr ""
-#: sidebargraphic.ui:348
+#: svx/uiconfig/ui/sidebargraphic.ui:342
msgctxt "sidebargraphic|setgamma|tooltip_text"
msgid "Specify the gamma value that affects the brightness of the midtone values."
msgstr ""
-#: sidebargraphic.ui:358
+#: svx/uiconfig/ui/sidebargraphic.ui:351
msgctxt "sidebargraphic|setgamma-atkobject"
msgid "Gamma value"
msgstr ""
-#: sidebarline.ui:40
+#: svx/uiconfig/ui/sidebarline.ui:40
msgctxt "sidebarline|beginarrowstyle|tooltip_text"
msgid "Select the style of the beginning arrowhead."
msgstr ""
-#: sidebarline.ui:44
+#: svx/uiconfig/ui/sidebarline.ui:44
msgctxt "sidebarline|beginarrowstyle-atkobject"
msgid "Beginning Style"
msgstr ""
-#: sidebarline.ui:60
+#: svx/uiconfig/ui/sidebarline.ui:60
msgctxt "sidebarline|linestyle|tooltip_text"
msgid "Select the style of the line."
msgstr "Иалышәх аҵаӷәа астиль."
-#: sidebarline.ui:64
+#: svx/uiconfig/ui/sidebarline.ui:64
msgctxt "sidebarline|linestyle-atkobject"
msgid "Style"
msgstr "Астиль"
-#: sidebarline.ui:80
+#: svx/uiconfig/ui/sidebarline.ui:80
msgctxt "sidebarline|endarrowstyle|tooltip_text"
msgid "Select the style of the ending arrowhead."
msgstr ""
-#: sidebarline.ui:85
+#: svx/uiconfig/ui/sidebarline.ui:85
#, fuzzy
msgctxt "sidebarline|endarrowstyle-atkobject"
msgid "Ending Style"
msgstr "Иҧсахтәуп астиль"
-#: sidebarline.ui:113
+#: svx/uiconfig/ui/sidebarline.ui:113
msgctxt "sidebarline|widthlabel"
msgid "_Width:"
msgstr "Аҭбаара:"
-#: sidebarline.ui:130
+#: svx/uiconfig/ui/sidebarline.ui:130
#, fuzzy
msgctxt "sidebarline|width|tooltip_text"
msgid "Select the width of the line."
msgstr "Иалышәх аҵаӷәа астиль."
-#: sidebarline.ui:159
+#: svx/uiconfig/ui/sidebarline.ui:159
msgctxt "sidebarline|colorlabel"
msgid "_Color:"
msgstr ""
-#: sidebarline.ui:175
+#: svx/uiconfig/ui/sidebarline.ui:175
msgctxt "sidebarline|color|tooltip_text"
msgid "Select the color of the line."
msgstr "Иалышәх аҵәаӷәа аҧштәы."
-#: sidebarline.ui:182
+#: svx/uiconfig/ui/sidebarline.ui:182
msgctxt "sidebarline|setcolor|tooltip_text"
msgid "Select the color of the line."
msgstr "Иалышәх аҵәаӷәа аҧштәы."
-#: sidebarline.ui:204
+#: svx/uiconfig/ui/sidebarline.ui:204
msgctxt "sidebarline|translabel"
msgid "_Transparency:"
msgstr ""
-#: sidebarline.ui:220
+#: svx/uiconfig/ui/sidebarline.ui:220
msgctxt "sidebarline|linetransparency|tooltip_text"
msgid "Specify the transparency of the line."
msgstr ""
-#: sidebarline.ui:230
+#: svx/uiconfig/ui/sidebarline.ui:229
msgctxt "sidebarline|linetransparency-atkobject"
msgid "Transparency"
msgstr ""
-#: sidebarline.ui:262
+#: svx/uiconfig/ui/sidebarline.ui:261
msgctxt "sidebarline|cornerlabel"
msgid "_Corner style:"
msgstr ""
-#: sidebarline.ui:279
+#: svx/uiconfig/ui/sidebarline.ui:278
msgctxt "sidebarline|edgestyle|tooltip_text"
msgid "Select the style of the edge connections."
msgstr "Иалышәх аиҧшьрақәа рстиль."
-#: sidebarline.ui:281
+#: svx/uiconfig/ui/sidebarline.ui:280
msgctxt "sidebarline|edgestyle"
msgid "Rounded"
msgstr ""
-#: sidebarline.ui:282
+#: svx/uiconfig/ui/sidebarline.ui:281
msgctxt "sidebarline|edgestyle"
msgid "- none -"
msgstr "- мап -"
-#: sidebarline.ui:283
+#: svx/uiconfig/ui/sidebarline.ui:282
msgctxt "sidebarline|edgestyle"
msgid "Mitered"
msgstr ""
-#: sidebarline.ui:284
+#: svx/uiconfig/ui/sidebarline.ui:283
msgctxt "sidebarline|edgestyle"
msgid "Beveled"
msgstr ""
-#: sidebarline.ui:288
+#: svx/uiconfig/ui/sidebarline.ui:287
msgctxt "sidebarline|edgestyle-atkobject"
msgid "Corner Style"
msgstr ""
-#: sidebarline.ui:303
+#: svx/uiconfig/ui/sidebarline.ui:302
msgctxt "sidebarline|caplabel"
msgid "Ca_p style:"
msgstr ""
-#: sidebarline.ui:320
+#: svx/uiconfig/ui/sidebarline.ui:319
msgctxt "sidebarline|linecapstyle|tooltip_text"
msgid "Select the style of the line caps."
msgstr "Иалышәх аҵәаӷәа анҵәамҭа астиль."
-#: sidebarline.ui:322
+#: svx/uiconfig/ui/sidebarline.ui:321
msgctxt "sidebarline|linecapstyle"
msgid "Flat"
msgstr ""
-#: sidebarline.ui:323
+#: svx/uiconfig/ui/sidebarline.ui:322
#, fuzzy
msgctxt "sidebarline|linecapstyle"
msgid "Round"
msgstr "афунт"
-#: sidebarline.ui:324
+#: svx/uiconfig/ui/sidebarline.ui:323
msgctxt "sidebarline|linecapstyle"
msgid "Square"
msgstr "Аквадрат"
-#: sidebarline.ui:328
+#: svx/uiconfig/ui/sidebarline.ui:327
msgctxt "sidebarline|linecapstyle-atkobject"
msgid "Cap Style"
msgstr ""
-#: sidebarparagraph.ui:26
+#: svx/uiconfig/ui/sidebarparagraph.ui:26
msgctxt "sidebarparagraph|numberbullet|tooltip_text"
msgid "Bullets and Numbering"
msgstr "Амаркерқәеи аномерркреи"
-#: sidebarparagraph.ui:71
+#: svx/uiconfig/ui/sidebarparagraph.ui:71
msgctxt "sidebarparagraph|horizontalalignment|tooltip_text"
msgid "Horizontal Alignment"
msgstr ""
-#: sidebarparagraph.ui:172
+#: svx/uiconfig/ui/sidebarparagraph.ui:172
msgctxt "sidebarparagraph|verticalalignment|tooltip_text"
msgid "Vertical Alignment"
msgstr ""
-#: sidebarparagraph.ui:238
+#: svx/uiconfig/ui/sidebarparagraph.ui:238
msgctxt "sidebarparagraph|spacinglabel"
msgid "_Spacing:"
msgstr "Аинтервал:"
-#: sidebarparagraph.ui:254
+#: svx/uiconfig/ui/sidebarparagraph.ui:254
msgctxt "sidebarparagraph|paraspacing|tooltip_text"
msgid "Spacing"
msgstr "Аинтервалқәа"
-#: sidebarparagraph.ui:313
+#: svx/uiconfig/ui/sidebarparagraph.ui:313
msgctxt "sidebarparagraph|aboveparaspacing|tooltip_text"
msgid "Above Paragraph Spacing"
msgstr "Аинтервал абзац аҧхьа"
-#: sidebarparagraph.ui:320
+#: svx/uiconfig/ui/sidebarparagraph.ui:319
msgctxt "sidebarparagraph|aboveparaspacing-atkobject"
msgid "Above Paragraph Spacing"
msgstr "Аинтервал абзац аҧхьа"
-#: sidebarparagraph.ui:363
+#: svx/uiconfig/ui/sidebarparagraph.ui:362
msgctxt "sidebarparagraph|belowparaspacing|tooltip_text"
msgid "Below Paragraph Spacing"
msgstr "Аинтервал абзац ашьҭахь"
-#: sidebarparagraph.ui:370
+#: svx/uiconfig/ui/sidebarparagraph.ui:368
msgctxt "sidebarparagraph|belowparaspacing-atkobject"
msgid "Below Paragraph Spacing"
msgstr "Аинтервал абзац ашьҭахь"
-#: sidebarparagraph.ui:399
+#: svx/uiconfig/ui/sidebarparagraph.ui:397
msgctxt "sidebarparagraph|setlinespacing|tooltip_text"
msgid "Line Spacing"
msgstr "Ацәаҳәабжьаратәи аинтервал"
-#: sidebarparagraph.ui:432
+#: svx/uiconfig/ui/sidebarparagraph.ui:430
msgctxt "sidebarparagraph|indentlabel"
msgid "_Indent:"
msgstr ""
-#: sidebarparagraph.ui:448
+#: svx/uiconfig/ui/sidebarparagraph.ui:446
msgctxt "sidebarparagraph|indent|tooltip_text"
msgid "Indent"
msgstr ""
-#: sidebarparagraph.ui:455
+#: svx/uiconfig/ui/sidebarparagraph.ui:453
msgctxt "sidebarparagraph|increaseindent|tooltip_text"
msgid "Increase Indent"
msgstr ""
-#: sidebarparagraph.ui:469
+#: svx/uiconfig/ui/sidebarparagraph.ui:467
msgctxt "sidebarparagraph|decreaseindent|tooltip_text"
msgid "Decrease Indent"
msgstr ""
-#: sidebarparagraph.ui:483
+#: svx/uiconfig/ui/sidebarparagraph.ui:481
msgctxt "sidebarparagraph|hangingindent|tooltip_text"
msgid "Switch to Hanging Indent"
msgstr ""
-#: sidebarparagraph.ui:524
+#: svx/uiconfig/ui/sidebarparagraph.ui:522
msgctxt "sidebarparagraph|beforetextindent|tooltip_text"
msgid "Before Text Indent"
msgstr ""
-#: sidebarparagraph.ui:531
+#: svx/uiconfig/ui/sidebarparagraph.ui:528
msgctxt "sidebarparagraph|beforetextindent-atkobject"
msgid "Before Text Indent"
msgstr ""
-#: sidebarparagraph.ui:573
+#: svx/uiconfig/ui/sidebarparagraph.ui:570
msgctxt "sidebarparagraph|aftertextindent|tooltip_text"
msgid "After Text Indent"
msgstr ""
-#: sidebarparagraph.ui:580
+#: svx/uiconfig/ui/sidebarparagraph.ui:576
msgctxt "sidebarparagraph|aftertextindent-atkobject"
msgid "After Text Indent"
msgstr ""
-#: sidebarparagraph.ui:622
+#: svx/uiconfig/ui/sidebarparagraph.ui:618
msgctxt "sidebarparagraph|firstlineindent|tooltip_text"
msgid "First Line Indent"
msgstr ""
-#: sidebarparagraph.ui:629
+#: svx/uiconfig/ui/sidebarparagraph.ui:624
msgctxt "sidebarparagraph|firstlineindent-atkobject"
msgid "First Line Indent"
msgstr ""
-#: sidebarparagraph.ui:661
+#: svx/uiconfig/ui/sidebarparagraph.ui:656
msgctxt "sidebarparagraph|backgroundcolor|tooltip_text"
msgid "Paragraph Background Color"
msgstr "Абзац аҿаҧшыра аҧштәы"
-#: sidebarpossize.ui:42
+#: svx/uiconfig/ui/sidebarpossize.ui:42
msgctxt "sidebarpossize|horizontallabel"
msgid "Position _X:"
msgstr "X аҭыҧ:"
-#: sidebarpossize.ui:57
+#: svx/uiconfig/ui/sidebarpossize.ui:57
msgctxt "sidebarpossize|horizontalpos|tooltip_text"
msgid "Enter the value for the horizontal position."
msgstr ""
-#: sidebarpossize.ui:65
+#: svx/uiconfig/ui/sidebarpossize.ui:63
msgctxt "sidebarpossize|horizontalpos-atkobject"
msgid "Horizontal"
msgstr "Горизонталла"
-#: sidebarpossize.ui:82
+#: svx/uiconfig/ui/sidebarpossize.ui:80
msgctxt "sidebarpossize|verticallabel"
msgid "Position _Y:"
msgstr "Y аҭыҧ:"
-#: sidebarpossize.ui:97
+#: svx/uiconfig/ui/sidebarpossize.ui:95
msgctxt "sidebarpossize|verticalpos|tooltip_text"
msgid "Enter the value for the vertical position."
msgstr ""
-#: sidebarpossize.ui:105
+#: svx/uiconfig/ui/sidebarpossize.ui:101
msgctxt "sidebarpossize|verticalpos-atkobject"
msgid "Vertical"
msgstr ""
-#: sidebarpossize.ui:122
+#: svx/uiconfig/ui/sidebarpossize.ui:118
msgctxt "sidebarpossize|widthlabel"
msgid "_Width:"
msgstr "Аҭбаара:"
-#: sidebarpossize.ui:138
+#: svx/uiconfig/ui/sidebarpossize.ui:134
msgctxt "sidebarpossize|selectwidth|tooltip_text"
msgid "Enter a width for the selected object."
msgstr "Иашәырба иалху аобиеқт аҭбаара."
-#: sidebarpossize.ui:146
+#: svx/uiconfig/ui/sidebarpossize.ui:140
msgctxt "sidebarpossize|selectwidth-atkobject"
msgid "Width"
msgstr "Аҭбаара"
-#: sidebarpossize.ui:163
+#: svx/uiconfig/ui/sidebarpossize.ui:157
msgctxt "sidebarpossize|heightlabel"
msgid "H_eight:"
msgstr "Аҳаракыра:"
-#: sidebarpossize.ui:179
+#: svx/uiconfig/ui/sidebarpossize.ui:173
msgctxt "sidebarpossize|selectheight|tooltip_text"
msgid "Enter a height for the selected object."
msgstr "Иашәырба иалху аобиеқт аҳаракыра."
-#: sidebarpossize.ui:187
+#: svx/uiconfig/ui/sidebarpossize.ui:179
msgctxt "sidebarpossize|selectheight-atkobject"
msgid "Height"
msgstr "Аҳаракыра"
-#: sidebarpossize.ui:207
+#: svx/uiconfig/ui/sidebarpossize.ui:199
msgctxt "sidebarpossize|ratio"
msgid "_Keep ratio"
msgstr ""
-#: sidebarpossize.ui:212
+#: svx/uiconfig/ui/sidebarpossize.ui:204
msgctxt "sidebarpossize|ratio|tooltip_text"
msgid "Maintain proportions when you resize the selected object."
msgstr ""
-#: sidebarpossize.ui:228
+#: svx/uiconfig/ui/sidebarpossize.ui:220
msgctxt "sidebarpossize|rotationlabel"
msgid "_Rotation:"
msgstr ""
-#: sidebarpossize.ui:254
+#: svx/uiconfig/ui/sidebarpossize.ui:246
msgctxt "sidebarpossize|orientationcontrol-atkobject"
msgid "Rotation"
msgstr "Агьежьра"
-#: sidebarpossize.ui:276
+#: svx/uiconfig/ui/sidebarpossize.ui:268
msgctxt "sidebarpossize|rotation|tooltip_text"
msgid "Select the angle for rotation."
msgstr "Иашәырба агьежьра акәакь."
-#: sidebarpossize.ui:297
+#: svx/uiconfig/ui/sidebarpossize.ui:289
msgctxt "sidebarpossize|fliplabel"
msgid "_Flip:"
msgstr ""
-#: sidebarpossize.ui:320
+#: svx/uiconfig/ui/sidebarpossize.ui:312
msgctxt "sidebarpossize|flipvertical|tooltip_text"
msgid "Flip the selected object vertically."
msgstr ""
-#: sidebarpossize.ui:334
+#: svx/uiconfig/ui/sidebarpossize.ui:326
msgctxt "sidebarpossize|fliphorizontal|tooltip_text"
msgid "Flip the selected object horizontally."
msgstr ""
-#: sidebarshadow.ui:34
+#: svx/uiconfig/ui/sidebarshadow.ui:34
msgctxt "sidebarshadow|SHOW_SHADOW"
msgid "Enable"
msgstr ""
-#: sidebarshadow.ui:58
+#: svx/uiconfig/ui/sidebarshadow.ui:59
msgctxt "sidebarshadow|angle"
msgid "Angle"
msgstr "Акәакь"
-#: sidebarshadow.ui:69
+#: svx/uiconfig/ui/sidebarshadow.ui:70
#, fuzzy
msgctxt "sidebarshadow|distance"
msgid "Distance"
msgstr "Аекземплиар"
-#: sidebarshadow.ui:116
+#: svx/uiconfig/ui/sidebarshadow.ui:117
msgctxt "sidebarshadow|transparency_label"
msgid "Transparency:"
msgstr ""
-#: sidebarshadow.ui:179
+#: svx/uiconfig/ui/sidebarshadow.ui:180
msgctxt "sidebarshadow|color"
msgid "Color:"
msgstr "Аҧштәы:"
-#: stylemenu.ui:12
+#: svx/uiconfig/ui/stylemenu.ui:12
msgctxt "stylemenu|update"
msgid "Update to Match Selection"
msgstr ""
-#: stylemenu.ui:20
+#: svx/uiconfig/ui/stylemenu.ui:20
msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "Иҧсахтәуп астиль..."
-#: textcharacterspacingcontrol.ui:73
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:73
msgctxt "textcharacterspacingcontrol|very_tight"
msgid "Very Tight"
msgstr ""
-#: textcharacterspacingcontrol.ui:89
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:89
#, fuzzy
msgctxt "textcharacterspacingcontrol|tight"
msgid "Tight"
msgstr "Аҵх"
-#: textcharacterspacingcontrol.ui:105
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:105
msgctxt "textcharacterspacingcontrol|normal"
msgid "Normal"
msgstr "Инормалтәу"
-#: textcharacterspacingcontrol.ui:121
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:121
msgctxt "textcharacterspacingcontrol|loose"
msgid "Loose"
msgstr ""
-#: textcharacterspacingcontrol.ui:137
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:137
msgctxt "textcharacterspacingcontrol|very_loose"
msgid "Very Loose"
msgstr ""
-#: textcharacterspacingcontrol.ui:153
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:153
msgctxt "textcharacterspacingcontrol|last_custom"
msgid "Last Custom Value"
msgstr "Аҵыхәтәантәи аҵакы"
-#: textcharacterspacingcontrol.ui:190
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:189
msgctxt "textcharacterspacingcontrol|kerning"
msgid "0,0"
msgstr ""
-#: textcharacterspacingcontrol.ui:201
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:200
msgctxt "textcharacterspacingcontrol|label2"
msgid "Custom Value"
msgstr ""
-#: textcontrolchardialog.ui:8
+#: svx/uiconfig/ui/textcontrolchardialog.ui:8
msgctxt "textcontrolchardialog|TextControlCharacterPropertiesDialog"
msgid "Character"
msgstr "Асимволқәа"
-#: textcontrolchardialog.ui:106
+#: svx/uiconfig/ui/textcontrolchardialog.ui:106
msgctxt "textcontrolchardialog|font"
msgid "Font"
msgstr "Ашрифт"
-#: textcontrolchardialog.ui:128
+#: svx/uiconfig/ui/textcontrolchardialog.ui:128
msgctxt "textcontrolchardialog|fonteffects"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: textcontrolchardialog.ui:151
+#: svx/uiconfig/ui/textcontrolchardialog.ui:151
msgctxt "textcontrolchardialog|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: textcontrolparadialog.ui:8
+#: svx/uiconfig/ui/textcontrolparadialog.ui:8
msgctxt "textcontrolparadialog|TextControlParagraphPropertiesDialog"
msgid "Paragraph"
msgstr "Абзац"
-#: textcontrolparadialog.ui:106
+#: svx/uiconfig/ui/textcontrolparadialog.ui:106
msgctxt "textcontrolparadialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: textcontrolparadialog.ui:128
+#: svx/uiconfig/ui/textcontrolparadialog.ui:128
msgctxt "textcontrolparadialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: textcontrolparadialog.ui:152
+#: svx/uiconfig/ui/textcontrolparadialog.ui:152
msgctxt "textcontrolparadialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: textcontrolparadialog.ui:175
+#: svx/uiconfig/ui/textcontrolparadialog.ui:175
msgctxt "textcontrolparadialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr "Атабулиациа"
-#: textunderlinecontrol.ui:26
+#: svx/uiconfig/ui/textunderlinecontrol.ui:26
msgctxt "textunderlinecontrol|none"
msgid "(Without)"
msgstr ""
-#: textunderlinecontrol.ui:44
+#: svx/uiconfig/ui/textunderlinecontrol.ui:44
msgctxt "textunderlinecontrol|single|tooltip_text"
msgid "Single"
msgstr ""
-#: textunderlinecontrol.ui:61
+#: svx/uiconfig/ui/textunderlinecontrol.ui:61
msgctxt "textunderlinecontrol|double|tooltip_text"
msgid "Double"
msgstr ""
-#: textunderlinecontrol.ui:78
+#: svx/uiconfig/ui/textunderlinecontrol.ui:78
msgctxt "textunderlinecontrol|bold|tooltip_text"
msgid "Bold"
msgstr "Ажәпа"
-#: textunderlinecontrol.ui:95
+#: svx/uiconfig/ui/textunderlinecontrol.ui:95
msgctxt "textunderlinecontrol|dot|tooltip_text"
msgid "Dotted"
msgstr ""
-#: textunderlinecontrol.ui:112
+#: svx/uiconfig/ui/textunderlinecontrol.ui:112
msgctxt "textunderlinecontrol|dotbold|tooltip_text"
msgid "Dotted (Bold)"
msgstr ""
-#: textunderlinecontrol.ui:129
+#: svx/uiconfig/ui/textunderlinecontrol.ui:129
msgctxt "textunderlinecontrol|dash|tooltip_text"
msgid "Dash"
msgstr ""
-#: textunderlinecontrol.ui:146
+#: svx/uiconfig/ui/textunderlinecontrol.ui:146
msgctxt "textunderlinecontrol|dashlong|tooltip_text"
msgid "Long Dash"
msgstr ""
-#: textunderlinecontrol.ui:163
+#: svx/uiconfig/ui/textunderlinecontrol.ui:163
msgctxt "textunderlinecontrol|dashdot|tooltip_text"
msgid "Dot Dash"
msgstr ""
-#: textunderlinecontrol.ui:180
+#: svx/uiconfig/ui/textunderlinecontrol.ui:180
msgctxt "textunderlinecontrol|dashdotdot|tooltip_text"
msgid "Dot Dot Dash"
msgstr ""
-#: textunderlinecontrol.ui:197
+#: svx/uiconfig/ui/textunderlinecontrol.ui:197
#, fuzzy
msgctxt "textunderlinecontrol|wave|tooltip_text"
msgid "Wave"
msgstr "Еиқәырхатәуп"
-#: textunderlinecontrol.ui:211
+#: svx/uiconfig/ui/textunderlinecontrol.ui:211
#, fuzzy
msgctxt "textunderlinecontrol|moreoptions"
msgid "_More Options..."
msgstr "Еиҭа апараметрқәа..."
-#: xformspage.ui:26
+#: svx/uiconfig/ui/xformspage.ui:26
msgctxt "xformspage|TBI_ITEM_ADD"
msgid "Add Item"
msgstr ""
-#: xformspage.ui:40
+#: svx/uiconfig/ui/xformspage.ui:40
msgctxt "xformspage|TBI_ITEM_ADD_ELEMENT"
msgid "Add Element"
msgstr "Иацҵатәуп аелемент"
-#: xformspage.ui:54
+#: svx/uiconfig/ui/xformspage.ui:54
msgctxt "xformspage|TBI_ITEM_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Иацҵатәуп атрибут"
-#: xformspage.ui:68
+#: svx/uiconfig/ui/xformspage.ui:68
msgctxt "xformspage|TBI_ITEM_EDIT"
msgid "Edit"
msgstr "Иҧсахтәуп"
-#: xformspage.ui:82
+#: svx/uiconfig/ui/xformspage.ui:82
msgctxt "xformspage|TBI_ITEM_REMOVE"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: xmlsecstatmenu.ui:12
+#: svx/uiconfig/ui/xmlsecstatmenu.ui:12
msgctxt "xmlsecstatmenu|signatures"
msgid "Digital Signatures..."
msgstr "Ацифратә напаҵаҩрақәа..."
-#: zoommenu.ui:12
+#: svx/uiconfig/ui/zoommenu.ui:12
msgctxt "zoommenu|page"
msgid "Entire Page"
msgstr "Адаҟьа зегьы"
-#: zoommenu.ui:20
+#: svx/uiconfig/ui/zoommenu.ui:20
msgctxt "zoommenu|width"
msgid "Page Width"
msgstr "Адаҟьа аҭбаара"
-#: zoommenu.ui:28
+#: svx/uiconfig/ui/zoommenu.ui:28
msgctxt "zoommenu|optimal"
msgid "Optimal View"
msgstr ""
-#: zoommenu.ui:36
+#: svx/uiconfig/ui/zoommenu.ui:36
msgctxt "zoommenu|50"
msgid "50%"
msgstr "50%"
-#: zoommenu.ui:44
+#: svx/uiconfig/ui/zoommenu.ui:44
msgctxt "zoommenu|75"
msgid "75%"
msgstr ""
-#: zoommenu.ui:52
+#: svx/uiconfig/ui/zoommenu.ui:52
msgctxt "zoommenu|100"
msgid "100%"
msgstr "100%"
-#: zoommenu.ui:60
+#: svx/uiconfig/ui/zoommenu.ui:60
msgctxt "zoommenu|150"
msgid "150%"
msgstr "150%"
-#: zoommenu.ui:68
+#: svx/uiconfig/ui/zoommenu.ui:68
msgctxt "zoommenu|200"
msgid "200%"
msgstr "200%"
-#: strings.hrc:25
+#: include/svx/strings.hrc:25
msgctxt "STR_ObjNameSingulNONE"
msgid "Drawing object"
msgstr "Асахьа"
-#: strings.hrc:26
+#: include/svx/strings.hrc:26
msgctxt "STR_ObjNamePluralNONE"
msgid "Drawing objects"
msgstr "Асахьақәа"
-#: strings.hrc:27
+#: include/svx/strings.hrc:27
msgctxt "STR_ObjNameSingulGRUP"
msgid "Group object"
msgstr ""
-#: strings.hrc:28
+#: include/svx/strings.hrc:28
msgctxt "STR_ObjNamePluralGRUP"
msgid "Group objects"
msgstr ""
-#: strings.hrc:29
+#: include/svx/strings.hrc:29
msgctxt "STR_ObjNameSingulGRUPEMPTY"
msgid "Blank group object"
msgstr ""
-#: strings.hrc:30
+#: include/svx/strings.hrc:30
msgctxt "STR_ObjNamePluralGRUPEMPTY"
msgid "Blank group objects"
msgstr ""
-#: strings.hrc:31
+#: include/svx/strings.hrc:31
msgctxt "STR_ObjNameSingulLINE"
msgid "Line"
msgstr "Аҵәаӷәа"
-#: strings.hrc:32
+#: include/svx/strings.hrc:32
msgctxt "STR_ObjNameSingulLINE_Hori"
msgid "Horizontal line"
msgstr ""
-#: strings.hrc:33
+#: include/svx/strings.hrc:33
msgctxt "STR_ObjNameSingulLINE_Vert"
msgid "Vertical line"
msgstr ""
-#: strings.hrc:34
+#: include/svx/strings.hrc:34
msgctxt "STR_ObjNameSingulLINE_Diag"
msgid "Diagonal line"
msgstr ""
-#: strings.hrc:35
+#: include/svx/strings.hrc:35
msgctxt "STR_ObjNamePluralLINE"
msgid "Lines"
msgstr "Аҵәаӷәа(қәа)"
-#: strings.hrc:36
+#: include/svx/strings.hrc:36
msgctxt "STR_ObjNameSingulRECT"
msgid "Rectangle"
msgstr "Акәакьҭаиаша"
-#: strings.hrc:37
+#: include/svx/strings.hrc:37
msgctxt "STR_ObjNamePluralRECT"
msgid "Rectangles"
msgstr "Акәакьҭаиашақәа"
-#: strings.hrc:38
+#: include/svx/strings.hrc:38
msgctxt "STR_ObjNameSingulQUAD"
msgid "Square"
msgstr "Аквадрат"
-#: strings.hrc:39
+#: include/svx/strings.hrc:39
msgctxt "STR_ObjNamePluralQUAD"
msgid "Squares"
msgstr "Аквадратқәа"
-#: strings.hrc:40
+#: include/svx/strings.hrc:40
msgctxt "STR_ObjNameSingulPARAL"
msgid "Parallelogram"
msgstr "Апараллелограмм"
-#: strings.hrc:41
+#: include/svx/strings.hrc:41
msgctxt "STR_ObjNamePluralPARAL"
msgid "Parallelograms"
msgstr "Апараллелограммқәа"
-#: strings.hrc:42
-msgctxt "STR_ObjNameSingulRAUTE"
-msgid "Rhombus"
-msgstr ""
-
-#: strings.hrc:43
-msgctxt "STR_ObjNamePluralRAUTE"
-msgid "Rhombuses"
-msgstr ""
-
-#: strings.hrc:44
+#: include/svx/strings.hrc:42
msgctxt "STR_ObjNameSingulRECTRND"
msgid "Rounded rectangle"
msgstr ""
-#: strings.hrc:45
+#: include/svx/strings.hrc:43
msgctxt "STR_ObjNamePluralRECTRND"
msgid "Rounded Rectangles"
msgstr ""
-#: strings.hrc:46
+#: include/svx/strings.hrc:44
msgctxt "STR_ObjNameSingulQUADRND"
msgid "rounded square"
msgstr ""
-#: strings.hrc:47
+#: include/svx/strings.hrc:45
msgctxt "STR_ObjNamePluralQUADRND"
msgid "Rounded Squares"
msgstr ""
-#: strings.hrc:48
+#: include/svx/strings.hrc:46
msgctxt "STR_ObjNameSingulPARALRND"
msgid "Rounded Parallelogram"
msgstr ""
-#: strings.hrc:49
+#: include/svx/strings.hrc:47
msgctxt "STR_ObjNamePluralPARALRND"
msgid "Rounded parallelograms"
msgstr ""
-#: strings.hrc:50
-msgctxt "STR_ObjNameSingulRAUTERND"
-msgid "rounded rhombus"
-msgstr ""
-
-#: strings.hrc:51
-msgctxt "STR_ObjNamePluralRAUTERND"
-msgid "Rounded rhombuses"
-msgstr ""
-
-#: strings.hrc:52
+#: include/svx/strings.hrc:48
msgctxt "STR_ObjNameSingulCIRC"
msgid "Circle"
msgstr "Агьежь"
-#: strings.hrc:53
+#: include/svx/strings.hrc:49
msgctxt "STR_ObjNamePluralCIRC"
msgid "Circles"
msgstr "Агьежьқа"
-#: strings.hrc:54
+#: include/svx/strings.hrc:50
msgctxt "STR_ObjNameSingulSECT"
msgid "Circle sector"
msgstr ""
-#: strings.hrc:55
+#: include/svx/strings.hrc:51
msgctxt "STR_ObjNamePluralSECT"
msgid "Circle sectors"
msgstr ""
-#: strings.hrc:56
+#: include/svx/strings.hrc:52
msgctxt "STR_ObjNameSingulCARC"
msgid "Arc"
msgstr ""
-#: strings.hrc:57
+#: include/svx/strings.hrc:53
msgctxt "STR_ObjNamePluralCARC"
msgid "Arcs"
msgstr ""
-#: strings.hrc:58
+#: include/svx/strings.hrc:54
msgctxt "STR_ObjNameSingulCCUT"
msgid "Circle segment"
msgstr ""
-#: strings.hrc:59
+#: include/svx/strings.hrc:55
msgctxt "STR_ObjNamePluralCCUT"
msgid "Circle segments"
msgstr ""
-#: strings.hrc:60
+#: include/svx/strings.hrc:56
msgctxt "STR_ObjNameSingulCIRCE"
msgid "Ellipse"
msgstr "Аеллипс"
-#: strings.hrc:61
+#: include/svx/strings.hrc:57
msgctxt "STR_ObjNamePluralCIRCE"
msgid "Ellipses"
msgstr "Аеллипсқәа"
-#: strings.hrc:62
+#: include/svx/strings.hrc:58
msgctxt "STR_ObjNameSingulSECTE"
msgid "Ellipse Pie"
msgstr ""
-#: strings.hrc:63
+#: include/svx/strings.hrc:59
msgctxt "STR_ObjNamePluralSECTE"
msgid "Ellipse Pies"
msgstr ""
-#: strings.hrc:64
+#: include/svx/strings.hrc:60
msgctxt "STR_ObjNameSingulCARCE"
msgid "Elliptical arc"
msgstr ""
-#: strings.hrc:65
+#: include/svx/strings.hrc:61
msgctxt "STR_ObjNamePluralCARCE"
msgid "Elliptical arcs"
msgstr ""
-#: strings.hrc:66
+#: include/svx/strings.hrc:62
msgctxt "STR_ObjNameSingulCCUTE"
msgid "Ellipse Segment"
msgstr ""
-#: strings.hrc:67
+#: include/svx/strings.hrc:63
msgctxt "STR_ObjNamePluralCCUTE"
msgid "Ellipse Segments"
msgstr ""
-#: strings.hrc:68
+#: include/svx/strings.hrc:64
msgctxt "STR_ObjNameSingulPOLY"
msgid "Polygon"
msgstr ""
-#: strings.hrc:69
+#: include/svx/strings.hrc:65
msgctxt "STR_ObjNameSingulPOLY_PointCount"
msgid "Polygon %2 corners"
msgstr ""
-#: strings.hrc:70
+#: include/svx/strings.hrc:66
msgctxt "STR_ObjNamePluralPOLY"
msgid "Polygons"
msgstr ""
-#: strings.hrc:71
+#: include/svx/strings.hrc:67
msgctxt "STR_ObjNameSingulPLIN"
msgid "Polyline"
msgstr ""
-#: strings.hrc:72
+#: include/svx/strings.hrc:68
msgctxt "STR_ObjNameSingulPLIN_PointCount"
msgid "Polyline with %2 corners"
msgstr ""
-#: strings.hrc:73
+#: include/svx/strings.hrc:69
msgctxt "STR_ObjNamePluralPLIN"
msgid "Polylines"
msgstr ""
-#: strings.hrc:74
+#: include/svx/strings.hrc:70
msgctxt "STR_ObjNameSingulPATHLINE"
msgid "Bézier curve"
msgstr ""
-#: strings.hrc:75
+#: include/svx/strings.hrc:71
msgctxt "STR_ObjNamePluralPATHLINE"
msgid "Bézier curves"
msgstr ""
-#: strings.hrc:76
+#: include/svx/strings.hrc:72
msgctxt "STR_ObjNameSingulPATHFILL"
msgid "Bézier curve"
msgstr ""
-#: strings.hrc:77
+#: include/svx/strings.hrc:73
msgctxt "STR_ObjNamePluralPATHFILL"
msgid "Bézier curves"
msgstr ""
-#: strings.hrc:78
+#: include/svx/strings.hrc:74
msgctxt "STR_ObjNameSingulFREELINE"
msgid "Freeform Line"
msgstr ""
-#: strings.hrc:79
+#: include/svx/strings.hrc:75
msgctxt "STR_ObjNamePluralFREELINE"
msgid "Freeform Lines"
msgstr ""
-#: strings.hrc:80
+#: include/svx/strings.hrc:76
msgctxt "STR_ObjNameSingulFREEFILL"
msgid "Freeform Line"
msgstr ""
-#: strings.hrc:81
+#: include/svx/strings.hrc:77
msgctxt "STR_ObjNamePluralFREEFILL"
msgid "Freeform Lines"
msgstr ""
-#: strings.hrc:82
+#: include/svx/strings.hrc:78
msgctxt "STR_ObjNameSingulCOMBLINE"
msgid "Curve"
msgstr ""
-#: strings.hrc:83
+#: include/svx/strings.hrc:79
msgctxt "STR_ObjNameSingulNATSPLN"
msgid "Natural Spline"
msgstr ""
-#: strings.hrc:84
+#: include/svx/strings.hrc:80
msgctxt "STR_ObjNamePluralNATSPLN"
msgid "Natural Splines"
msgstr ""
-#: strings.hrc:85
+#: include/svx/strings.hrc:81
msgctxt "STR_ObjNameSingulPERSPLN"
msgid "Periodic Spline"
msgstr ""
-#: strings.hrc:86
+#: include/svx/strings.hrc:82
msgctxt "STR_ObjNamePluralPERSPLN"
msgid "Periodic Splines"
msgstr ""
-#: strings.hrc:87
+#: include/svx/strings.hrc:83
msgctxt "STR_ObjNameSingulTEXT"
msgid "Text Frame"
msgstr ""
-#: strings.hrc:88
+#: include/svx/strings.hrc:84
msgctxt "STR_ObjNamePluralTEXT"
msgid "Text Frame"
msgstr ""
-#: strings.hrc:89
+#: include/svx/strings.hrc:85
msgctxt "STR_ObjNameSingulTEXTLNK"
msgid "Linked text frame"
msgstr ""
-#: strings.hrc:90
+#: include/svx/strings.hrc:86
msgctxt "STR_ObjNamePluralTEXTLNK"
msgid "Linked text frames"
msgstr ""
-#: strings.hrc:91
+#: include/svx/strings.hrc:87
msgctxt "STR_ObjNameSingulTITLETEXT"
msgid "Title text"
msgstr ""
-#: strings.hrc:92
+#: include/svx/strings.hrc:88
msgctxt "STR_ObjNamePluralTITLETEXT"
msgid "Title texts"
msgstr ""
-#: strings.hrc:93
+#: include/svx/strings.hrc:89
msgctxt "STR_ObjNameSingulOUTLINETEXT"
msgid "Outline Text"
msgstr ""
-#: strings.hrc:94
+#: include/svx/strings.hrc:90
msgctxt "STR_ObjNamePluralOUTLINETEXT"
msgid "Outline Texts"
msgstr ""
-#: strings.hrc:95
+#: include/svx/strings.hrc:91
msgctxt "STR_ObjNameSingulGRAF"
msgid "Image"
msgstr "Асахьа"
-#: strings.hrc:96
+#: include/svx/strings.hrc:92
msgctxt "STR_ObjNamePluralGRAF"
msgid "Images"
msgstr "Асахьақәа"
-#: strings.hrc:97
+#: include/svx/strings.hrc:93
#, fuzzy
msgctxt "STR_ObjNameSingulGRAFLNK"
msgid "Linked image"
msgstr "Асахьахь азхьарҧш"
-#: strings.hrc:98
+#: include/svx/strings.hrc:94
#, fuzzy
msgctxt "STR_ObjNamePluralGRAFLNK"
msgid "Linked images"
msgstr "Иҧшаатәуп асахьақәа"
-#: strings.hrc:99
+#: include/svx/strings.hrc:95
msgctxt "STR_ObjNameSingulGRAFNONE"
msgid "Blank image object"
msgstr ""
-#: strings.hrc:100
+#: include/svx/strings.hrc:96
msgctxt "STR_ObjNamePluralGRAFNONE"
msgid "Blank image objects"
msgstr ""
-#: strings.hrc:101
+#: include/svx/strings.hrc:97
msgctxt "STR_ObjNameSingulGRAFNONELNK"
msgid "Blank linked image"
msgstr ""
-#: strings.hrc:102
+#: include/svx/strings.hrc:98
msgctxt "STR_ObjNamePluralGRAFNONELNK"
msgid "Blank linked images"
msgstr ""
-#: strings.hrc:103
+#: include/svx/strings.hrc:99
msgctxt "STR_ObjNameSingulGRAFMTF"
msgid "Metafile"
msgstr "Аметафаил"
-#: strings.hrc:104
+#: include/svx/strings.hrc:100
msgctxt "STR_ObjNamePluralGRAFMTF"
msgid "Metafiles"
msgstr "Аметафаилқәа"
-#: strings.hrc:105
+#: include/svx/strings.hrc:101
msgctxt "STR_ObjNameSingulGRAFMTFLNK"
msgid "Linked Metafile"
msgstr ""
-#: strings.hrc:106
+#: include/svx/strings.hrc:102
msgctxt "STR_ObjNamePluralGRAFMTFLNK"
msgid "Linked Metafiles"
msgstr ""
-#: strings.hrc:107
+#: include/svx/strings.hrc:103
msgctxt "STR_ObjNameSingulGRAFBMP"
msgid "Image"
msgstr "Асахьа"
-#: strings.hrc:108
+#: include/svx/strings.hrc:104
msgctxt "STR_ObjNameSingulGRAFBMPTRANS"
msgid "Image with transparency"
msgstr ""
-#: strings.hrc:109
+#: include/svx/strings.hrc:105
#, fuzzy
msgctxt "STR_ObjNameSingulGRAFBMPLNK"
msgid "Linked Image"
msgstr "Асахьахь азхьарҧш"
-#: strings.hrc:110
+#: include/svx/strings.hrc:106
msgctxt "STR_ObjNameSingulGRAFBMPTRANSLNK"
msgid "Linked image with transparency"
msgstr ""
-#: strings.hrc:111
+#: include/svx/strings.hrc:107
msgctxt "STR_ObjNamePluralGRAFBMP"
msgid "Images"
msgstr "Асахьақәа"
-#: strings.hrc:112
+#: include/svx/strings.hrc:108
msgctxt "STR_ObjNamePluralGRAFBMPTRANS"
msgid "Images with transparency"
msgstr ""
-#: strings.hrc:113
+#: include/svx/strings.hrc:109
#, fuzzy
msgctxt "STR_ObjNamePluralGRAFBMPLNK"
msgid "Linked images"
msgstr "Иҧшаатәуп асахьақәа"
-#: strings.hrc:114
+#: include/svx/strings.hrc:110
msgctxt "STR_ObjNamePluralGRAFBMPTRANSLNK"
msgid "Linked images with transparency"
msgstr ""
-#: strings.hrc:115
+#: include/svx/strings.hrc:111
msgctxt "STR_ObjNameSingulCUSTOMSHAPE"
msgid "Shape"
msgstr "Афигура"
-#: strings.hrc:116
+#: include/svx/strings.hrc:112
msgctxt "STR_ObjNamePluralCUSTOMSHAPE"
msgid "Shapes"
msgstr "Афигурақәа"
-#: strings.hrc:117
+#: include/svx/strings.hrc:113
msgctxt "STR_ObjNameSingulGRAFSVG"
msgid "SVG"
msgstr ""
-#: strings.hrc:118
+#: include/svx/strings.hrc:114
msgctxt "STR_ObjNamePluralGRAFSVG"
msgid "SVGs"
msgstr ""
-#: strings.hrc:119
+#: include/svx/strings.hrc:115
msgctxt "STR_ObjNameSingulGRAFWMF"
msgid "WMF"
msgstr ""
-#: strings.hrc:120
+#: include/svx/strings.hrc:116
msgctxt "STR_ObjNamePluralGRAFWMF"
msgid "WMFs"
msgstr ""
-#: strings.hrc:121
+#: include/svx/strings.hrc:117
msgctxt "STR_ObjNameSingulGRAFEMF"
msgid "EMF"
msgstr ""
-#: strings.hrc:122
+#: include/svx/strings.hrc:118
msgctxt "STR_ObjNamePluralGRAFEMF"
msgid "EMFs"
msgstr ""
-#: strings.hrc:123
+#: include/svx/strings.hrc:119
msgctxt "STR_ObjNameSingulOLE2"
msgid "embedded object (OLE)"
msgstr ""
-#: strings.hrc:124
+#: include/svx/strings.hrc:120
msgctxt "STR_ObjNamePluralOLE2"
msgid "Embedded objects (OLE)"
msgstr ""
-#: strings.hrc:125
+#: include/svx/strings.hrc:121
msgctxt "STR_ObjNameSingulUno"
msgid "Control"
msgstr ""
-#: strings.hrc:126
+#: include/svx/strings.hrc:122
msgctxt "STR_ObjNamePluralUno"
msgid "Controls"
msgstr ""
-#: strings.hrc:127
+#: include/svx/strings.hrc:123
msgctxt "STR_ObjNameSingulFrame"
msgid "Frame"
msgstr "Афреим"
-#: strings.hrc:128
+#: include/svx/strings.hrc:124
#, fuzzy
msgctxt "STR_ObjNamePluralFrame"
msgid "Frames"
msgstr "Афреим"
-#: strings.hrc:129
+#: include/svx/strings.hrc:125
msgctxt "STR_ObjNameSingulEDGE"
msgid "Object Connectors"
msgstr ""
-#: strings.hrc:130
+#: include/svx/strings.hrc:126
msgctxt "STR_ObjNamePluralEDGE"
msgid "Object Connectors"
msgstr ""
-#: strings.hrc:131
+#: include/svx/strings.hrc:127
msgctxt "STR_ObjNameSingulCAPTION"
msgid "Callout"
msgstr ""
-#: strings.hrc:132
+#: include/svx/strings.hrc:128
msgctxt "STR_ObjNamePluralCAPTION"
msgid "Callouts"
msgstr ""
-#: strings.hrc:133
+#: include/svx/strings.hrc:129
msgctxt "STR_ObjNameSingulPAGE"
msgid "Preview object"
msgstr ""
-#: strings.hrc:134
+#: include/svx/strings.hrc:130
msgctxt "STR_ObjNamePluralPAGE"
msgid "Preview objects"
msgstr ""
-#: strings.hrc:135
+#: include/svx/strings.hrc:131
msgctxt "STR_ObjNameSingulMEASURE"
msgid "Dimension line"
msgstr ""
-#: strings.hrc:136
+#: include/svx/strings.hrc:132
msgctxt "STR_ObjNamePluralMEASURE"
msgid "Dimensioning objects"
msgstr ""
-#: strings.hrc:137
+#: include/svx/strings.hrc:133
msgctxt "STR_ObjNamePlural"
msgid "Drawing objects"
msgstr "Асахьақәа"
-#: strings.hrc:138
+#: include/svx/strings.hrc:134
msgctxt "STR_ObjNameNoObj"
msgid "No draw object"
msgstr ""
-#: strings.hrc:139
+#: include/svx/strings.hrc:135
msgctxt "STR_ObjNameSingulPlural"
msgid "Draw object(s)"
msgstr ""
-#: strings.hrc:140
+#: include/svx/strings.hrc:136
msgctxt "STR_ObjNameSingulCube3d"
msgid "3D cube"
msgstr ""
-#: strings.hrc:141
+#: include/svx/strings.hrc:137
msgctxt "STR_ObjNamePluralCube3d"
msgid "3D cubes"
msgstr ""
-#: strings.hrc:142
+#: include/svx/strings.hrc:138
msgctxt "STR_ObjNameSingulExtrude3d"
msgid "Extrusion object"
msgstr ""
-#: strings.hrc:143
+#: include/svx/strings.hrc:139
msgctxt "STR_ObjNamePluralExtrude3d"
msgid "Extrusion objects"
msgstr ""
-#: strings.hrc:144
+#: include/svx/strings.hrc:140
msgctxt "STR_ObjNameSingulLathe3d"
msgid "Rotation object"
msgstr ""
-#: strings.hrc:145
+#: include/svx/strings.hrc:141
msgctxt "STR_ObjNamePluralLathe3d"
msgid "Rotation objects"
msgstr ""
-#: strings.hrc:146
+#: include/svx/strings.hrc:142
msgctxt "STR_ObjNameSingulObj3d"
msgid "3D object"
msgstr ""
-#: strings.hrc:147
+#: include/svx/strings.hrc:143
msgctxt "STR_ObjNamePluralObj3d"
msgid "3D objects"
msgstr ""
-#: strings.hrc:148
+#: include/svx/strings.hrc:144
msgctxt "STR_ObjNameSingulScene3d"
msgid "3D scene"
msgstr ""
-#: strings.hrc:149
+#: include/svx/strings.hrc:145
msgctxt "STR_ObjNamePluralScene3d"
msgid "3D scenes"
msgstr ""
-#: strings.hrc:150
+#: include/svx/strings.hrc:146
msgctxt "STR_ObjNameSingulSphere3d"
msgid "Sphere"
msgstr ""
-#: strings.hrc:151
+#: include/svx/strings.hrc:147
msgctxt "STR_ObjNamePluralSphere3d"
msgid "Spheres"
msgstr ""
-#: strings.hrc:152
+#: include/svx/strings.hrc:148
msgctxt "STR_EditWithCopy"
msgid "with copy"
msgstr ""
-#: strings.hrc:153
+#: include/svx/strings.hrc:149
msgctxt "STR_EditPosSize"
msgid "Set position and size for %1"
msgstr ""
-#: strings.hrc:154
+#: include/svx/strings.hrc:150
msgctxt "STR_EditDelete"
msgid "Delete %1"
msgstr "Ианыхтәуп %1"
-#: strings.hrc:155
+#: include/svx/strings.hrc:151
msgctxt "STR_EditMovToTop"
msgid "Move %1 forward"
msgstr ""
-#: strings.hrc:156
+#: include/svx/strings.hrc:152
msgctxt "STR_EditMovToBtm"
msgid "Move %1 further back"
msgstr ""
-#: strings.hrc:157
+#: include/svx/strings.hrc:153
msgctxt "STR_EditPutToTop"
msgid "Move %1 to front"
msgstr ""
-#: strings.hrc:158
+#: include/svx/strings.hrc:154
msgctxt "STR_EditPutToBtm"
msgid "Move %1 to back"
msgstr ""
-#: strings.hrc:159
+#: include/svx/strings.hrc:155
msgctxt "STR_EditRevOrder"
msgid "Reverse order of %1"
msgstr ""
-#: strings.hrc:160
+#: include/svx/strings.hrc:156
msgctxt "STR_EditMove"
msgid "Move %1"
msgstr "Ииагатәуп %1"
-#: strings.hrc:161
+#: include/svx/strings.hrc:157
msgctxt "STR_EditResize"
msgid "Resize %1"
msgstr "Иҧсахтәуп ашәагаа %1"
-#: strings.hrc:162
+#: include/svx/strings.hrc:158
msgctxt "STR_EditRotate"
msgid "Rotate %1"
msgstr ""
-#: strings.hrc:163
+#: include/svx/strings.hrc:159
msgctxt "STR_EditMirrorHori"
msgid "Flip %1 horizontal"
msgstr ""
-#: strings.hrc:164
+#: include/svx/strings.hrc:160
msgctxt "STR_EditMirrorVert"
msgid "Flip %1 vertical"
msgstr ""
-#: strings.hrc:165
+#: include/svx/strings.hrc:161
msgctxt "STR_EditMirrorDiag"
msgid "Flip %1 diagonal"
msgstr ""
-#: strings.hrc:166
+#: include/svx/strings.hrc:162
msgctxt "STR_EditMirrorFree"
msgid "Flip %1 freehand"
msgstr ""
-#: strings.hrc:167
+#: include/svx/strings.hrc:163
msgctxt "STR_EditShear"
msgid "Distort %1 (slant)"
msgstr ""
-#: strings.hrc:168
+#: include/svx/strings.hrc:164
msgctxt "STR_EditCrook"
msgid "Arrange %1 in circle"
msgstr ""
-#: strings.hrc:169
+#: include/svx/strings.hrc:165
msgctxt "STR_EditCrookContortion"
msgid "Curve %1 in circle"
msgstr ""
-#: strings.hrc:170
+#: include/svx/strings.hrc:166
msgctxt "STR_EditDistort"
msgid "Distort %1"
msgstr ""
-#: strings.hrc:171
+#: include/svx/strings.hrc:167
msgctxt "STR_EditRipUp"
msgid "Undo %1"
msgstr "Иаҟәыхтәуп %1"
-#: strings.hrc:172
+#: include/svx/strings.hrc:168
msgctxt "STR_EditSetPointsSmooth"
msgid "Modify bézier properties of %1"
msgstr ""
-#: strings.hrc:173
+#: include/svx/strings.hrc:169
msgctxt "STR_EditSetSegmentsKind"
msgid "Modify bézier properties of %1"
msgstr ""
-#: strings.hrc:174
+#: include/svx/strings.hrc:170
msgctxt "STR_EditSetGlueEscDir"
msgid "Set exit direction for %1"
msgstr ""
-#: strings.hrc:175
+#: include/svx/strings.hrc:171
msgctxt "STR_EditSetGluePercent"
msgid "Set relative attribute at %1"
msgstr ""
-#: strings.hrc:176
+#: include/svx/strings.hrc:172
msgctxt "STR_EditSetGlueAlign"
msgid "Set reference point for %1"
msgstr ""
-#: strings.hrc:177
+#: include/svx/strings.hrc:173
#, fuzzy
msgctxt "STR_EditGroup"
msgid "Group %1"
msgstr "Агәыҧ: %1"
-#: strings.hrc:178
+#: include/svx/strings.hrc:174
msgctxt "STR_EditUngroup"
msgid "Ungroup %1"
msgstr ""
-#: strings.hrc:179
+#: include/svx/strings.hrc:175
msgctxt "STR_EditSetAttributes"
msgid "Apply attributes to %1"
msgstr ""
-#: strings.hrc:180
+#: include/svx/strings.hrc:176
msgctxt "STR_EditSetStylesheet"
msgid "Apply Styles to %1"
msgstr "Ихархәатәуп астильқәа %1 азы"
-#: strings.hrc:181
+#: include/svx/strings.hrc:177
msgctxt "STR_EditDelStylesheet"
msgid "Remove Style from %1"
msgstr ""
-#: strings.hrc:182
+#: include/svx/strings.hrc:178
msgctxt "STR_EditConvToPoly"
msgid "Convert %1 to polygon"
msgstr ""
-#: strings.hrc:183
+#: include/svx/strings.hrc:179
msgctxt "STR_EditConvToPolys"
msgid "Convert %1 to polygons"
msgstr ""
-#: strings.hrc:184
+#: include/svx/strings.hrc:180
msgctxt "STR_EditConvToCurve"
msgid "Convert %1 to curve"
msgstr ""
-#: strings.hrc:185
+#: include/svx/strings.hrc:181
msgctxt "STR_EditConvToCurves"
msgid "Convert %1 to curves"
msgstr ""
-#: strings.hrc:186
+#: include/svx/strings.hrc:182
msgctxt "STR_EditConvToContour"
msgid "Convert %1 to contour"
msgstr ""
-#: strings.hrc:187
+#: include/svx/strings.hrc:183
msgctxt "STR_EditConvToContours"
msgid "Convert %1 to contours"
msgstr ""
-#: strings.hrc:188
+#: include/svx/strings.hrc:184
msgctxt "STR_EditAlign"
msgid "Align %1"
msgstr ""
-#: strings.hrc:189
+#: include/svx/strings.hrc:185
msgctxt "STR_EditAlignVTop"
msgid "Align %1 to top"
msgstr ""
-#: strings.hrc:190
+#: include/svx/strings.hrc:186
msgctxt "STR_EditAlignVBottom"
msgid "Align %1 to bottom"
msgstr ""
-#: strings.hrc:191
+#: include/svx/strings.hrc:187
msgctxt "STR_EditAlignVCenter"
msgid "Horizontally center %1"
msgstr ""
-#: strings.hrc:192
+#: include/svx/strings.hrc:188
msgctxt "STR_EditAlignHLeft"
msgid "Align %1 to left"
msgstr ""
-#: strings.hrc:193
+#: include/svx/strings.hrc:189
msgctxt "STR_EditAlignHRight"
msgid "Align %1 to right"
msgstr ""
-#: strings.hrc:194
+#: include/svx/strings.hrc:190
msgctxt "STR_EditAlignHCenter"
msgid "Vertically center %1"
msgstr ""
-#: strings.hrc:195
+#: include/svx/strings.hrc:191
msgctxt "STR_EditAlignCenter"
msgid "Center %1"
msgstr ""
-#: strings.hrc:196
+#: include/svx/strings.hrc:192
msgctxt "STR_EditTransform"
msgid "Transform %1"
msgstr ""
-#: strings.hrc:197
+#: include/svx/strings.hrc:193
msgctxt "STR_EditCombine_PolyPoly"
msgid "Combine %1"
msgstr ""
-#: strings.hrc:198
+#: include/svx/strings.hrc:194
msgctxt "STR_EditMergeMergePoly"
msgid "Merge %1"
msgstr ""
-#: strings.hrc:199
+#: include/svx/strings.hrc:195
msgctxt "STR_EditMergeSubstractPoly"
msgid "Subtract %1"
msgstr ""
-#: strings.hrc:200
+#: include/svx/strings.hrc:196
msgctxt "STR_EditMergeIntersectPoly"
msgid "Intersect %1"
msgstr ""
-#: strings.hrc:201
+#: include/svx/strings.hrc:197
msgctxt "STR_DistributeMarkedObjects"
msgid "Distribute selected objects"
msgstr "Иеихшатәуп иалху аобиеқтқәа"
-#: strings.hrc:202
+#: include/svx/strings.hrc:198
msgctxt "STR_EqualizeWidthMarkedObjects"
msgid "Equalize Width %1"
msgstr ""
-#: strings.hrc:203
+#: include/svx/strings.hrc:199
msgctxt "STR_EqualizeHeightMarkedObjects"
msgid "Equalize Height %1"
msgstr ""
-#: strings.hrc:204
+#: include/svx/strings.hrc:200
msgctxt "STR_EditCombine_OnePoly"
msgid "Combine %1"
msgstr ""
-#: strings.hrc:205
+#: include/svx/strings.hrc:201
msgctxt "STR_EditDismantle_Polys"
msgid "Split %1"
msgstr ""
-#: strings.hrc:206
+#: include/svx/strings.hrc:202
msgctxt "STR_EditDismantle_Lines"
msgid "Split %1"
msgstr ""
-#: strings.hrc:207
+#: include/svx/strings.hrc:203
msgctxt "STR_EditImportMtf"
msgid "Split %1"
msgstr ""
-#: strings.hrc:208
+#: include/svx/strings.hrc:204
msgctxt "STR_ExchangePaste"
msgid "Insert object(s)"
msgstr "Ибжьаргылатәуп аобиеқт(қәа)"
-#: strings.hrc:209
+#: include/svx/strings.hrc:205
msgctxt "STR_DragInsertPoint"
msgid "Insert point to %1"
msgstr ""
-#: strings.hrc:210
+#: include/svx/strings.hrc:206
msgctxt "STR_DragInsertGluePoint"
msgid "Insert glue point to %1"
msgstr ""
-#: strings.hrc:211
+#: include/svx/strings.hrc:207
msgctxt "STR_DragMethMovHdl"
msgid "Move reference-point"
msgstr ""
-#: strings.hrc:212
+#: include/svx/strings.hrc:208
msgctxt "STR_DragMethObjOwn"
msgid "Geometrically change %1"
msgstr ""
-#: strings.hrc:213
+#: include/svx/strings.hrc:209
msgctxt "STR_DragMethMove"
msgid "Move %1"
msgstr "Ииагатәуп %1"
-#: strings.hrc:214
+#: include/svx/strings.hrc:210
msgctxt "STR_DragMethResize"
msgid "Resize %1"
msgstr "Иҧсахтәуп ашәагаа %1"
-#: strings.hrc:215
+#: include/svx/strings.hrc:211
msgctxt "STR_DragMethRotate"
msgid "Rotate %1"
msgstr ""
-#: strings.hrc:216
+#: include/svx/strings.hrc:212
msgctxt "STR_DragMethMirrorHori"
msgid "Flip %1 horizontal"
msgstr ""
-#: strings.hrc:217
+#: include/svx/strings.hrc:213
msgctxt "STR_DragMethMirrorVert"
msgid "Flip %1 vertical"
msgstr ""
-#: strings.hrc:218
+#: include/svx/strings.hrc:214
msgctxt "STR_DragMethMirrorDiag"
msgid "Flip %1 diagonal"
msgstr ""
-#: strings.hrc:219
+#: include/svx/strings.hrc:215
msgctxt "STR_DragMethMirrorFree"
msgid "Flip %1 freehand"
msgstr ""
-#: strings.hrc:220
+#: include/svx/strings.hrc:216
msgctxt "STR_DragMethGradient"
msgid "Interactive gradient for %1"
msgstr ""
-#: strings.hrc:221
+#: include/svx/strings.hrc:217
msgctxt "STR_DragMethTransparence"
msgid "Interactive transparency for %1"
msgstr ""
-#: strings.hrc:222
+#: include/svx/strings.hrc:218
msgctxt "STR_DragMethShear"
msgid "Distort %1 (slant)"
msgstr ""
-#: strings.hrc:223
+#: include/svx/strings.hrc:219
msgctxt "STR_DragMethCrook"
msgid "Arrange %1 in circle"
msgstr ""
-#: strings.hrc:224
+#: include/svx/strings.hrc:220
msgctxt "STR_DragMethCrookContortion"
msgid "Curve %1 in circle"
msgstr ""
-#: strings.hrc:225
+#: include/svx/strings.hrc:221
msgctxt "STR_DragMethDistort"
msgid "Distort %1"
msgstr ""
-#: strings.hrc:226
+#: include/svx/strings.hrc:222
msgctxt "STR_DragMethCrop"
msgid "Crop %1"
msgstr ""
-#: strings.hrc:227
+#: include/svx/strings.hrc:223
msgctxt "STR_DragRectEckRad"
msgid "Alter radius by %1"
msgstr ""
-#: strings.hrc:228
+#: include/svx/strings.hrc:224
msgctxt "STR_DragPathObj"
msgid "Change %1"
msgstr ""
-#: strings.hrc:229
+#: include/svx/strings.hrc:225
msgctxt "STR_DragRectResize"
msgid "Resize %1"
msgstr "Иҧсахтәуп ашәагаа %1"
-#: strings.hrc:230
+#: include/svx/strings.hrc:226
msgctxt "STR_DragCaptFram"
msgid "Move %1"
msgstr "Ииагатәуп %1"
-#: strings.hrc:231
+#: include/svx/strings.hrc:227
msgctxt "STR_DragCaptTail"
msgid "Move end point of %1"
msgstr ""
-#: strings.hrc:232
+#: include/svx/strings.hrc:228
msgctxt "STR_DragCircAngle"
msgid "Adjust angle by %1"
msgstr ""
-#: strings.hrc:233
+#: include/svx/strings.hrc:229
msgctxt "STR_DragEdgeTail"
msgid "Change %1"
msgstr ""
-#: strings.hrc:234
+#: include/svx/strings.hrc:230
msgctxt "STR_ViewTextEdit"
msgid "TextEdit: Paragraph %1, Row %2, Column %3"
msgstr ""
-#: strings.hrc:235
+#: include/svx/strings.hrc:231
msgctxt "STR_ViewMarked"
msgid "%1 selected"
msgstr "Иалхуп аобиеқт %1"
-#: strings.hrc:236
+#: include/svx/strings.hrc:232
msgctxt "STR_ViewMarkedPoint"
msgid "Point from %1"
msgstr ""
-#: strings.hrc:237
+#: include/svx/strings.hrc:233
msgctxt "STR_ViewMarkedPoints"
msgid "%2 points from %1"
msgstr ""
-#: strings.hrc:238
+#: include/svx/strings.hrc:234
msgctxt "STR_ViewMarkedGluePoint"
msgid "Glue point from %1"
msgstr ""
-#: strings.hrc:239
+#: include/svx/strings.hrc:235
msgctxt "STR_ViewMarkedGluePoints"
msgid "%2 glue points from %1"
msgstr ""
-#: strings.hrc:240
+#: include/svx/strings.hrc:236
msgctxt "STR_ViewMarkObjs"
msgid "Mark objects"
msgstr ""
-#: strings.hrc:241
+#: include/svx/strings.hrc:237
msgctxt "STR_ViewMarkMoreObjs"
msgid "Mark additional objects"
msgstr ""
-#: strings.hrc:242
+#: include/svx/strings.hrc:238
msgctxt "STR_ViewMarkPoints"
msgid "Mark points"
msgstr ""
-#: strings.hrc:243
+#: include/svx/strings.hrc:239
msgctxt "STR_ViewMarkMorePoints"
msgid "Mark additional points"
msgstr ""
-#: strings.hrc:244
+#: include/svx/strings.hrc:240
msgctxt "STR_ViewMarkGluePoints"
msgid "Mark glue points"
msgstr ""
-#: strings.hrc:245
+#: include/svx/strings.hrc:241
msgctxt "STR_ViewMarkMoreGluePoints"
msgid "Mark additional glue points"
msgstr ""
-#: strings.hrc:246
+#: include/svx/strings.hrc:242
msgctxt "STR_ViewCreateObj"
msgid "Create %1"
msgstr ""
-#: strings.hrc:247
+#: include/svx/strings.hrc:243
#, fuzzy
msgctxt "STR_UndoInsertObj"
msgid "Insert %1"
msgstr "Ибжьаргылатәуп $1"
-#: strings.hrc:248
+#: include/svx/strings.hrc:244
msgctxt "STR_UndoCopyObj"
msgid "Copy %1"
msgstr "Акопиа ахыхтәуп %1"
-#: strings.hrc:249
+#: include/svx/strings.hrc:245
msgctxt "STR_UndoObjOrdNum"
msgid "Change object order of %1"
msgstr ""
-#: strings.hrc:250
+#: include/svx/strings.hrc:246
msgctxt "STR_UndoObjSetText"
msgid "Edit text of %1"
msgstr "Иҧсахтәуп атеқст %1"
-#: strings.hrc:251
+#: include/svx/strings.hrc:247
#, fuzzy
msgctxt "STR_UndoNewPage"
msgid "Insert page"
msgstr "Ибжьаргылатәуп асахьа"
-#: strings.hrc:252
+#: include/svx/strings.hrc:248
msgctxt "STR_UndoDelPage"
msgid "Delete page"
msgstr "Ианыхтәуп адаҟьа"
-#: strings.hrc:253
+#: include/svx/strings.hrc:249
msgctxt "STR_UndoCopPage"
msgid "Copy page"
msgstr "Адаҟьа акопиа"
-#: strings.hrc:254
+#: include/svx/strings.hrc:250
msgctxt "STR_UndoMovPage"
msgid "Change order of pages"
msgstr "Иҧсахтәуп адаҟьақәа реишьҭагылашьа"
-#: strings.hrc:255
+#: include/svx/strings.hrc:251
msgctxt "STR_UndoDelPageMasterDscr"
msgid "Clear background page assignment"
msgstr ""
-#: strings.hrc:256
+#: include/svx/strings.hrc:252
msgctxt "STR_UndoChgPageMasterDscr"
msgid "Change background page assignment"
msgstr ""
-#: strings.hrc:257
+#: include/svx/strings.hrc:253
#, fuzzy
msgctxt "STR_UndoMergeModel"
msgid "Insert document"
msgstr "Ибжьаргылатәуп акомментари"
-#: strings.hrc:258
+#: include/svx/strings.hrc:254
msgctxt "STR_UndoNewLayer"
msgid "Insert Layer"
msgstr ""
-#: strings.hrc:259
+#: include/svx/strings.hrc:255
msgctxt "STR_UndoDelLayer"
msgid "Delete layer"
msgstr "Ианыхтәуп аҿыгҳара"
-#: strings.hrc:260
+#: include/svx/strings.hrc:256
msgctxt "STR_UndoMovLayer"
msgid "Change order of layers"
msgstr ""
#. Undo/Redo for setting object's name (#i73249#)
-#: strings.hrc:262
+#: include/svx/strings.hrc:258
msgctxt "STR_UndoObjName"
msgid "Change object name of %1 to"
msgstr ""
-#: strings.hrc:263
+#: include/svx/strings.hrc:259
msgctxt "STR_UndoObjTitle"
msgid "Change object title of %1"
msgstr ""
-#: strings.hrc:264
+#: include/svx/strings.hrc:260
msgctxt "STR_UndoObjDescription"
msgid "Change object description of %1"
msgstr ""
-#: strings.hrc:265
+#: include/svx/strings.hrc:261
msgctxt "STR_StandardLayerName"
msgid "Standard"
msgstr "Астандарт"
-#: strings.hrc:266
+#: include/svx/strings.hrc:262
msgctxt "STR_ItemValON"
msgid "on"
msgstr ""
-#: strings.hrc:267
+#: include/svx/strings.hrc:263
msgctxt "STR_ItemValOFF"
msgid "off"
msgstr ""
-#: strings.hrc:268
+#: include/svx/strings.hrc:264
msgctxt "STR_ItemValYES"
msgid "yes"
msgstr "ааи"
-#: strings.hrc:269
+#: include/svx/strings.hrc:265
msgctxt "STR_ItemValNO"
msgid "No"
msgstr "мап"
-#: strings.hrc:270
+#: include/svx/strings.hrc:266
msgctxt "STR_ItemValCAPTIONTYPE1"
msgid "Type 1"
msgstr ""
-#: strings.hrc:271
+#: include/svx/strings.hrc:267
msgctxt "STR_ItemValCAPTIONTYPE2"
msgid "Type 2"
msgstr ""
-#: strings.hrc:272
+#: include/svx/strings.hrc:268
msgctxt "STR_ItemValCAPTIONTYPE3"
msgid "Type 3"
msgstr ""
-#: strings.hrc:273
+#: include/svx/strings.hrc:269
msgctxt "STR_ItemValCAPTIONTYPE4"
msgid "Type 4"
msgstr ""
-#: strings.hrc:274
+#: include/svx/strings.hrc:270
msgctxt "STR_ItemValCAPTIONESCHORI"
msgid "Horizontal"
msgstr "Горизонталла"
-#: strings.hrc:275
+#: include/svx/strings.hrc:271
msgctxt "STR_ItemValCAPTIONESCVERT"
msgid "Vertical"
msgstr ""
-#: strings.hrc:276
+#: include/svx/strings.hrc:272
msgctxt "STR_ItemValCAPTIONESCBESTFIT"
msgid "Automatic"
msgstr "Автоматикала"
-#: strings.hrc:277
+#: include/svx/strings.hrc:273
msgctxt "STR_ItemValFITTOSIZENONE"
msgid "Off"
msgstr "Аҿых."
-#: strings.hrc:278
+#: include/svx/strings.hrc:274
msgctxt "STR_ItemValFITTOSIZEPROP"
msgid "Proportional"
msgstr ""
-#: strings.hrc:279
+#: include/svx/strings.hrc:275
msgctxt "STR_ItemValFITTOSIZEALLLINES"
msgid "Fit to size (all rows separately) "
msgstr "Ацәаҳәақәа зегьы хазы."
-#: strings.hrc:280
+#: include/svx/strings.hrc:276
msgctxt "STR_ItemValFITTOSIZERESIZEAT"
msgid "Use hard attributes"
msgstr ""
-#: strings.hrc:281
+#: include/svx/strings.hrc:277
msgctxt "STR_ItemValTEXTVADJTOP"
msgid "Top"
msgstr "Хыхьла"
-#: strings.hrc:282
+#: include/svx/strings.hrc:278
msgctxt "STR_ItemValTEXTVADJCENTER"
msgid "Center"
msgstr "Ацентр ала"
-#: strings.hrc:283
+#: include/svx/strings.hrc:279
msgctxt "STR_ItemValTEXTVADJBOTTOM"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: strings.hrc:284
+#: include/svx/strings.hrc:280
msgctxt "STR_ItemValTEXTVADJBLOCK"
msgid "Use entire height"
msgstr ""
-#: strings.hrc:285
+#: include/svx/strings.hrc:281
msgctxt "STR_ItemValTEXTVADJSTRETCH"
msgid "Stretched"
msgstr ""
-#: strings.hrc:286
+#: include/svx/strings.hrc:282
msgctxt "STR_ItemValTEXTHADJLEFT"
msgid "Left"
msgstr "Арымарахь"
-#: strings.hrc:287
+#: include/svx/strings.hrc:283
msgctxt "STR_ItemValTEXTHADJCENTER"
msgid "Center"
msgstr "Ацентр ала"
-#: strings.hrc:288
+#: include/svx/strings.hrc:284
msgctxt "STR_ItemValTEXTHADJRIGHT"
msgid "Right"
msgstr "Арыӷьарахь"
-#: strings.hrc:289
+#: include/svx/strings.hrc:285
msgctxt "STR_ItemValTEXTHADJBLOCK"
msgid "Use entire width"
msgstr ""
-#: strings.hrc:290
+#: include/svx/strings.hrc:286
msgctxt "STR_ItemValTEXTHADJSTRETCH"
msgid "Stretched"
msgstr ""
-#: strings.hrc:291
+#: include/svx/strings.hrc:287
msgctxt "STR_ItemValTEXTANI_NONE"
msgid "off"
msgstr ""
-#: strings.hrc:292
+#: include/svx/strings.hrc:288
msgctxt "STR_ItemValTEXTANI_BLINK"
msgid "flash"
msgstr ""
-#: strings.hrc:293
+#: include/svx/strings.hrc:289
msgctxt "STR_ItemValTEXTANI_SCROLL"
msgid "Scroll Through"
msgstr ""
-#: strings.hrc:294
+#: include/svx/strings.hrc:290
msgctxt "STR_ItemValTEXTANI_ALTERNATE"
msgid "alternating"
msgstr ""
-#: strings.hrc:295
+#: include/svx/strings.hrc:291
msgctxt "STR_ItemValTEXTANI_SLIDE"
msgid "Scroll In"
msgstr ""
-#: strings.hrc:296
+#: include/svx/strings.hrc:292
msgctxt "STR_ItemValTEXTANI_LEFT"
msgid "left"
msgstr "армарахь"
-#: strings.hrc:297
+#: include/svx/strings.hrc:293
msgctxt "STR_ItemValTEXTANI_UP"
msgid "up"
msgstr "аҩада"
-#: strings.hrc:298
+#: include/svx/strings.hrc:294
msgctxt "STR_ItemValTEXTANI_RIGHT"
msgid "right"
msgstr "аргьарахь"
-#: strings.hrc:299
+#: include/svx/strings.hrc:295
msgctxt "STR_ItemValTEXTANI_DOWN"
msgid "down"
msgstr "алада"
-#: strings.hrc:300
+#: include/svx/strings.hrc:296
msgctxt "STR_ItemValEDGE_ORTHOLINES"
msgid "Standard Connector"
msgstr ""
-#: strings.hrc:301
+#: include/svx/strings.hrc:297
msgctxt "STR_ItemValEDGE_THREELINES"
msgid "Line Connector"
msgstr ""
-#: strings.hrc:302
+#: include/svx/strings.hrc:298
msgctxt "STR_ItemValEDGE_ONELINE"
msgid "Straight Connector"
msgstr ""
-#: strings.hrc:303
+#: include/svx/strings.hrc:299
msgctxt "STR_ItemValEDGE_BEZIER"
msgid "Curved Connector"
msgstr ""
-#: strings.hrc:304
+#: include/svx/strings.hrc:300
msgctxt "STR_ItemValMEASURE_STD"
msgid "Standard"
msgstr "Астандарт"
-#: strings.hrc:305
+#: include/svx/strings.hrc:301
msgctxt "STR_ItemValMEASURE_RADIUS"
msgid "Radius"
msgstr ""
-#: strings.hrc:306
+#: include/svx/strings.hrc:302
msgctxt "STR_ItemValMEASURE_TEXTHAUTO"
msgid "automatic"
msgstr "автоматикала"
-#: strings.hrc:307
+#: include/svx/strings.hrc:303
msgctxt "STR_ItemValMEASURE_TEXTLEFTOUTSIDE"
msgid "left outside"
msgstr ""
-#: strings.hrc:308
+#: include/svx/strings.hrc:304
msgctxt "STR_ItemValMEASURE_TEXTINSIDE"
msgid "inside (centered)"
msgstr ""
-#: strings.hrc:309
+#: include/svx/strings.hrc:305
msgctxt "STR_ItemValMEASURE_TEXTRIGHTOUTSID"
msgid "right outside"
msgstr ""
-#: strings.hrc:310
+#: include/svx/strings.hrc:306
msgctxt "STR_ItemValMEASURE_TEXTVAUTO"
msgid "automatic"
msgstr "автоматикала"
-#: strings.hrc:311
+#: include/svx/strings.hrc:307
msgctxt "STR_ItemValMEASURE_ABOVE"
msgid "on the line"
msgstr ""
-#: strings.hrc:312
+#: include/svx/strings.hrc:308
msgctxt "STR_ItemValMEASURETEXT_BREAKEDLINE"
msgid "broken line"
msgstr ""
-#: strings.hrc:313
+#: include/svx/strings.hrc:309
msgctxt "STR_ItemValMEASURE_BELOW"
msgid "below the line"
msgstr ""
-#: strings.hrc:314
+#: include/svx/strings.hrc:310
#, fuzzy
msgctxt "STR_ItemValMEASURETEXT_VERTICALCEN"
msgid "centered"
msgstr "Ацентр ала"
-#: strings.hrc:315
+#: include/svx/strings.hrc:311
msgctxt "STR_ItemValCIRC_FULL"
msgid "full circle"
msgstr ""
-#: strings.hrc:316
+#: include/svx/strings.hrc:312
msgctxt "STR_ItemValCIRC_SECT"
msgid "Circle Pie"
msgstr ""
-#: strings.hrc:317
+#: include/svx/strings.hrc:313
msgctxt "STR_ItemValCIRC_CUT"
msgid "Circle segment"
msgstr ""
-#: strings.hrc:318
+#: include/svx/strings.hrc:314
msgctxt "STR_ItemValCIRC_ARC"
msgid "Arc"
msgstr ""
#. Strings for the templates dialog
-#: strings.hrc:320
+#: include/svx/strings.hrc:316
msgctxt "SIP_UNKNOWN_ATTR"
msgid "Unknown attribute"
msgstr ""
#. Strings for the templates dialog
-#: strings.hrc:322
+#: include/svx/strings.hrc:318
msgctxt "SIP_XA_LINESTYLE"
msgid "Line style"
msgstr "Аҵәаӷәа астиль"
-#: strings.hrc:323
+#: include/svx/strings.hrc:319
msgctxt "SIP_XA_LINEDASH"
msgid "Line pattern"
msgstr ""
-#: strings.hrc:324
+#: include/svx/strings.hrc:320
msgctxt "SIP_XA_LINEWIDTH"
msgid "Line width"
msgstr ""
-#: strings.hrc:325
+#: include/svx/strings.hrc:321
msgctxt "SIP_XA_LINECOLOR"
msgid "Line color"
msgstr "Аҵәаӷәа аҧштәы"
-#: strings.hrc:326
+#: include/svx/strings.hrc:322
msgctxt "SIP_XA_LINESTART"
msgid "Line head"
msgstr ""
-#: strings.hrc:327
+#: include/svx/strings.hrc:323
msgctxt "SIP_XA_LINEEND"
msgid "Line end"
msgstr ""
-#: strings.hrc:328
+#: include/svx/strings.hrc:324
msgctxt "SIP_XA_LINESTARTWIDTH"
msgid "Line head width"
msgstr ""
-#: strings.hrc:329
+#: include/svx/strings.hrc:325
msgctxt "SIP_XA_LINEENDWIDTH"
msgid "Line end width"
msgstr ""
-#: strings.hrc:330
+#: include/svx/strings.hrc:326
msgctxt "SIP_XA_LINESTARTCENTER"
msgid "Center arrowhead"
msgstr ""
-#: strings.hrc:331
+#: include/svx/strings.hrc:327
msgctxt "SIP_XA_LINEENDCENTER"
msgid "Center arrowend"
msgstr ""
-#: strings.hrc:332
+#: include/svx/strings.hrc:328
msgctxt "SIP_XA_LINETRANSPARENCE"
msgid "Line transparency"
msgstr ""
-#: strings.hrc:333
+#: include/svx/strings.hrc:329
msgctxt "SIP_XA_LINEJOINT"
msgid "Line joint"
msgstr "Аиҧшьыгатә ҵәаӷәақәа"
-#: strings.hrc:334
+#: include/svx/strings.hrc:330
msgctxt "SIP_XATTRSET_LINE"
msgid "Line attributes"
msgstr "Аҵәаӷәақәа ратрибутқәа"
-#: strings.hrc:335
+#: include/svx/strings.hrc:331
msgctxt "SIP_XA_FILLSTYLE"
msgid "Fill style"
msgstr ""
-#: strings.hrc:336
+#: include/svx/strings.hrc:332
msgctxt "SIP_XA_FILLCOLOR"
msgid "Fillcolor"
msgstr ""
-#: strings.hrc:337
+#: include/svx/strings.hrc:333
msgctxt "SIP_XA_FILLGRADIENT"
msgid "Gradient"
msgstr "Аградиент"
-#: strings.hrc:338
+#: include/svx/strings.hrc:334
msgctxt "SIP_XA_FILLHATCH"
msgid "Hatching"
msgstr ""
-#: strings.hrc:339
+#: include/svx/strings.hrc:335
msgctxt "SIP_XA_FILLBITMAP"
msgid "Fillbitmap"
msgstr ""
-#: strings.hrc:340
+#: include/svx/strings.hrc:336
msgctxt "SIP_XA_FILLTRANSPARENCE"
msgid "Transparency"
msgstr ""
-#: strings.hrc:341
+#: include/svx/strings.hrc:337
msgctxt "SIP_XA_GRADIENTSTEPCOUNT"
msgid "Number of gradient steps"
msgstr ""
-#: strings.hrc:342
+#: include/svx/strings.hrc:338
msgctxt "SIP_XA_FILLBMP_TILE"
msgid "Tile fill"
msgstr ""
-#: strings.hrc:343
+#: include/svx/strings.hrc:339
msgctxt "SIP_XA_FILLBMP_POS"
msgid "Fillbitmap position"
msgstr ""
-#: strings.hrc:344
+#: include/svx/strings.hrc:340
msgctxt "SIP_XA_FILLBMP_SIZEX"
msgid "Fillbitmap width"
msgstr ""
-#: strings.hrc:345
+#: include/svx/strings.hrc:341
msgctxt "SIP_XA_FILLBMP_SIZEY"
msgid "Height of fillbitmap"
msgstr ""
-#: strings.hrc:346
+#: include/svx/strings.hrc:342
msgctxt "SIP_XA_FILLFLOATTRANSPARENCE"
msgid "Transparent gradient"
msgstr ""
-#: strings.hrc:347
+#: include/svx/strings.hrc:343
msgctxt "SIP_XA_SECONDARYFILLCOLOR"
msgid "Fill reserved for 2"
msgstr ""
-#: strings.hrc:348
+#: include/svx/strings.hrc:344
msgctxt "SIP_XA_FILLBMP_SIZELOG"
msgid "Tile size not in %"
msgstr "Амозаика ашәагаа %-ла акәымкәа"
-#: strings.hrc:349
+#: include/svx/strings.hrc:345
msgctxt "SIP_XA_FILLBMP_TILEOFFSETX"
msgid "Tile offset X in %"
msgstr ""
-#: strings.hrc:350
+#: include/svx/strings.hrc:346
msgctxt "SIP_XA_FILLBMP_TILEOFFSETY"
msgid "Tile offset Y in %"
msgstr ""
-#: strings.hrc:351
+#: include/svx/strings.hrc:347
msgctxt "SIP_XA_FILLBMP_STRETCH"
msgid "Bitmap scaling"
msgstr ""
-#: strings.hrc:352
+#: include/svx/strings.hrc:348
msgctxt "SIP_XA_FILLBMP_POSOFFSETX"
msgid "Tile position X in %"
msgstr ""
-#: strings.hrc:353
+#: include/svx/strings.hrc:349
msgctxt "SIP_XA_FILLBMP_POSOFFSETY"
msgid "Tile position Y in %"
msgstr ""
-#: strings.hrc:354
+#: include/svx/strings.hrc:350
#, fuzzy
msgctxt "SIP_XA_FILLBACKGROUND"
msgid "Background fill"
msgstr "Аҿаҧшыра аҧштәы"
-#: strings.hrc:355
+#: include/svx/strings.hrc:351
#, fuzzy
msgctxt "SIP_XATTRSET_FILL"
msgid "Area attributes"
msgstr "Ихархәатәуп атрибутқәа"
-#: strings.hrc:356
+#: include/svx/strings.hrc:352
msgctxt "SIP_XA_FORMTXTSTYLE"
msgid "Fontwork style"
msgstr "Атеқсттә еффект астиль"
-#: strings.hrc:357
+#: include/svx/strings.hrc:353
msgctxt "SIP_XA_FORMTXTADJUST"
msgid "Fontwork alignment"
msgstr ""
-#: strings.hrc:358
+#: include/svx/strings.hrc:354
msgctxt "SIP_XA_FORMTXTDISTANCE"
msgid "Fontwork spacing"
msgstr ""
-#: strings.hrc:359
+#: include/svx/strings.hrc:355
msgctxt "SIP_XA_FORMTXTSTART"
msgid "Fontwork font begin"
msgstr ""
-#: strings.hrc:360
+#: include/svx/strings.hrc:356
msgctxt "SIP_XA_FORMTXTMIRROR"
msgid "Fontwork mirror"
msgstr ""
-#: strings.hrc:361
+#: include/svx/strings.hrc:357
msgctxt "SIP_XA_FORMTXTOUTLINE"
msgid "Fontwork outline"
msgstr ""
-#: strings.hrc:362
+#: include/svx/strings.hrc:358
msgctxt "SIP_XA_FORMTXTSHADOW"
msgid "Fontwork shadow"
msgstr "Атеқсттә еффект агага"
-#: strings.hrc:363
+#: include/svx/strings.hrc:359
msgctxt "SIP_XA_FORMTXTSHDWCOLOR"
msgid "Fontwork shadow color"
msgstr "Атеқсттә еффект агага аҧштәы"
-#: strings.hrc:364
+#: include/svx/strings.hrc:360
msgctxt "SIP_XA_FORMTXTSHDWXVAL"
msgid "Fontwork shadow offset X"
msgstr ""
-#: strings.hrc:365
+#: include/svx/strings.hrc:361
msgctxt "SIP_XA_FORMTXTSHDWYVAL"
msgid "Fontwork shadow offset Y"
msgstr ""
-#: strings.hrc:366
+#: include/svx/strings.hrc:362
msgctxt "SIP_XA_FORMTXTHIDEFORM"
msgid "Hide fontwork outline"
msgstr ""
-#: strings.hrc:367
+#: include/svx/strings.hrc:363
msgctxt "SIP_XA_FORMTXTSHDWTRANSP"
msgid "Fontwork shadow transparency"
msgstr ""
-#: strings.hrc:368
+#: include/svx/strings.hrc:364
msgctxt "SIP_SA_SHADOW"
msgid "Shadow"
msgstr ""
-#: strings.hrc:369
+#: include/svx/strings.hrc:365
msgctxt "SIP_SA_SHADOWCOLOR"
msgid "Shadow color"
msgstr ""
-#: strings.hrc:370
+#: include/svx/strings.hrc:366
msgctxt "SIP_SA_SHADOWXDIST"
msgid "Shadow spacing X"
msgstr ""
-#: strings.hrc:371
+#: include/svx/strings.hrc:367
msgctxt "SIP_SA_SHADOWYDIST"
msgid "Shadow spacing Y"
msgstr ""
-#: strings.hrc:372
+#: include/svx/strings.hrc:368
msgctxt "SIP_SA_SHADOWTRANSPARENCE"
msgid "Shadow transparency"
msgstr ""
-#: strings.hrc:373
+#: include/svx/strings.hrc:369
msgctxt "SIP_SA_SHADOW3D"
msgid "3D shadow"
msgstr ""
-#: strings.hrc:374
+#: include/svx/strings.hrc:370
msgctxt "SIP_SA_SHADOWPERSP"
msgid "Perspective shadow"
msgstr ""
-#: strings.hrc:375
+#: include/svx/strings.hrc:371
msgctxt "SIP_SA_CAPTIONTYPE"
msgid "Type of legend"
msgstr ""
-#: strings.hrc:376
+#: include/svx/strings.hrc:372
msgctxt "SIP_SA_CAPTIONFIXEDANGLE"
msgid "Fixed legend angle"
msgstr ""
-#: strings.hrc:377
+#: include/svx/strings.hrc:373
msgctxt "SIP_SA_CAPTIONANGLE"
msgid "Legend angle"
msgstr ""
-#: strings.hrc:378
+#: include/svx/strings.hrc:374
msgctxt "SIP_SA_CAPTIONGAP"
msgid "Legend lines spacing"
msgstr ""
-#: strings.hrc:379
+#: include/svx/strings.hrc:375
msgctxt "SIP_SA_CAPTIONESCDIR"
msgid "Legend exit alignment"
msgstr ""
-#: strings.hrc:380
+#: include/svx/strings.hrc:376
msgctxt "SIP_SA_CAPTIONESCISREL"
msgid "Relative exit legend"
msgstr ""
-#: strings.hrc:381
+#: include/svx/strings.hrc:377
msgctxt "SIP_SA_CAPTIONESCREL"
msgid "Relative exit legend"
msgstr ""
-#: strings.hrc:382
+#: include/svx/strings.hrc:378
msgctxt "SIP_SA_CAPTIONESCABS"
msgid "Absolute exit of legend"
msgstr ""
-#: strings.hrc:383
+#: include/svx/strings.hrc:379
msgctxt "SIP_SA_CAPTIONLINELEN"
msgid "Legend line length"
msgstr ""
-#: strings.hrc:384
+#: include/svx/strings.hrc:380
msgctxt "SIP_SA_CAPTIONFITLINELEN"
msgid "AutoLength of legend lines"
msgstr ""
-#: strings.hrc:385
+#: include/svx/strings.hrc:381
msgctxt "SIP_SA_ECKENRADIUS"
msgid "Corner radius"
msgstr ""
-#: strings.hrc:386
+#: include/svx/strings.hrc:382
msgctxt "SIP_SA_TEXT_MINFRAMEHEIGHT"
msgid "Minimal frame height"
msgstr ""
-#: strings.hrc:387
+#: include/svx/strings.hrc:383
msgctxt "SIP_SA_TEXT_AUTOGROWHEIGHT"
msgid "AutoFit height"
msgstr ""
-#: strings.hrc:388
+#: include/svx/strings.hrc:384
msgctxt "SIP_SA_TEXT_FITTOSIZE"
msgid "Fit text to frame"
msgstr ""
-#: strings.hrc:389
+#: include/svx/strings.hrc:385
msgctxt "SIP_SA_TEXT_LEFTDIST"
msgid "Left text frame spacing"
msgstr ""
-#: strings.hrc:390
+#: include/svx/strings.hrc:386
msgctxt "SIP_SA_TEXT_RIGHTDIST"
msgid "Right text frame spacing"
msgstr ""
-#: strings.hrc:391
+#: include/svx/strings.hrc:387
msgctxt "SIP_SA_TEXT_UPPERDIST"
msgid "Upper text frame spacing"
msgstr ""
-#: strings.hrc:392
+#: include/svx/strings.hrc:388
msgctxt "SIP_SA_TEXT_LOWERDIST"
msgid "Lower text frame spacing"
msgstr ""
-#: strings.hrc:393
+#: include/svx/strings.hrc:389
msgctxt "SIP_SA_TEXT_VERTADJUST"
msgid "Vertical text anchor"
msgstr ""
-#: strings.hrc:394
+#: include/svx/strings.hrc:390
msgctxt "SIP_SA_TEXT_MAXFRAMEHEIGHT"
msgid "Maximal frame height"
msgstr ""
-#: strings.hrc:395
+#: include/svx/strings.hrc:391
msgctxt "SIP_SA_TEXT_MINFRAMEWIDTH"
msgid "Minimal frame width"
msgstr ""
-#: strings.hrc:396
+#: include/svx/strings.hrc:392
msgctxt "SIP_SA_TEXT_MAXFRAMEWIDTH"
msgid "Maximal frame width"
msgstr ""
-#: strings.hrc:397
+#: include/svx/strings.hrc:393
msgctxt "SIP_SA_TEXT_AUTOGROWWIDTH"
msgid "AutoFit width"
msgstr ""
-#: strings.hrc:398
+#: include/svx/strings.hrc:394
msgctxt "SIP_SA_TEXT_HORZADJUST"
msgid "Horizontal text anchor"
msgstr ""
-#: strings.hrc:399
+#: include/svx/strings.hrc:395
msgctxt "SIP_SA_TEXT_ANIKIND"
msgid "Ticker"
msgstr ""
-#: strings.hrc:400
+#: include/svx/strings.hrc:396
msgctxt "SIP_SA_TEXT_ANIDIRECTION"
msgid "Ticker direction"
msgstr ""
-#: strings.hrc:401
+#: include/svx/strings.hrc:397
msgctxt "SIP_SA_TEXT_ANISTARTINSIDE"
msgid "Ticker start inside"
msgstr ""
-#: strings.hrc:402
+#: include/svx/strings.hrc:398
msgctxt "SIP_SA_TEXT_ANISTOPINSIDE"
msgid "Ticker stop inside"
msgstr ""
-#: strings.hrc:403
+#: include/svx/strings.hrc:399
msgctxt "SIP_SA_TEXT_ANICOUNT"
msgid "Number of ticker runs"
msgstr ""
-#: strings.hrc:404
+#: include/svx/strings.hrc:400
msgctxt "SIP_SA_TEXT_ANIDELAY"
msgid "Speed of ticker"
msgstr ""
-#: strings.hrc:405
+#: include/svx/strings.hrc:401
msgctxt "SIP_SA_TEXT_ANIAMOUNT"
msgid "Ticker step size"
msgstr ""
-#: strings.hrc:406
+#: include/svx/strings.hrc:402
msgctxt "SIP_SA_TEXT_CONTOURFRAME"
msgid "Outline text flow"
msgstr ""
-#: strings.hrc:407
+#: include/svx/strings.hrc:403
msgctxt "SIP_SA_XMLATTRIBUTES"
msgid "User-defined attributes"
msgstr ""
-#: strings.hrc:408
+#: include/svx/strings.hrc:404
msgctxt "SIP_SA_TEXT_USEFIXEDCELLHEIGHT"
msgid "Use font-independent line spacing"
msgstr ""
-#: strings.hrc:409
+#: include/svx/strings.hrc:405
msgctxt "SIP_SA_WORDWRAP"
msgid "Word wrap text in shape"
msgstr ""
-#: strings.hrc:410
+#: include/svx/strings.hrc:406
msgctxt "SIP_SA_CHAINNEXTNAME"
msgid "Next link in text chain"
msgstr ""
-#: strings.hrc:411
+#: include/svx/strings.hrc:407
msgctxt "SIP_SA_EDGEKIND"
msgid "Type of connector"
msgstr ""
-#: strings.hrc:412
+#: include/svx/strings.hrc:408
msgctxt "SIP_SA_EDGENODE1HORZDIST"
msgid "Horz. spacing object 1"
msgstr ""
-#: strings.hrc:413
+#: include/svx/strings.hrc:409
msgctxt "SIP_SA_EDGENODE1VERTDIST"
msgid "Vert. spacing object 1"
msgstr ""
-#: strings.hrc:414
+#: include/svx/strings.hrc:410
msgctxt "SIP_SA_EDGENODE2HORZDIST"
msgid "Horz. spacing object 2"
msgstr ""
-#: strings.hrc:415
+#: include/svx/strings.hrc:411
msgctxt "SIP_SA_EDGENODE2VERTDIST"
msgid "Vert. spacing object 2"
msgstr ""
-#: strings.hrc:416
+#: include/svx/strings.hrc:412
msgctxt "SIP_SA_EDGENODE1GLUEDIST"
msgid "Glue spacing object 1"
msgstr ""
-#: strings.hrc:417
+#: include/svx/strings.hrc:413
msgctxt "SIP_SA_EDGENODE2GLUEDIST"
msgid "Glue spacing object 2"
msgstr ""
-#: strings.hrc:418
+#: include/svx/strings.hrc:414
msgctxt "SIP_SA_EDGELINEDELTACOUNT"
msgid "Number of movable lines"
msgstr ""
-#: strings.hrc:419
+#: include/svx/strings.hrc:415
msgctxt "SIP_SA_EDGELINE1DELTA"
msgid "Offset line 1"
msgstr ""
-#: strings.hrc:420
+#: include/svx/strings.hrc:416
msgctxt "SIP_SA_EDGELINE2DELTA"
msgid "Offset line 2"
msgstr ""
-#: strings.hrc:421
+#: include/svx/strings.hrc:417
msgctxt "SIP_SA_EDGELINE3DELTA"
msgid "Offset line 3"
msgstr ""
-#: strings.hrc:422
+#: include/svx/strings.hrc:418
msgctxt "SIP_SA_MEASUREKIND"
msgid "Type of dimensioning"
msgstr ""
-#: strings.hrc:423
+#: include/svx/strings.hrc:419
msgctxt "SIP_SA_MEASURETEXTHPOS"
msgid "Dimension value - horizontal position"
msgstr ""
-#: strings.hrc:424
+#: include/svx/strings.hrc:420
msgctxt "SIP_SA_MEASURETEXTVPOS"
msgid "Dimension value - vertical position"
msgstr ""
-#: strings.hrc:425
+#: include/svx/strings.hrc:421
msgctxt "SIP_SA_MEASURELINEDIST"
msgid "Dimension line space"
msgstr ""
-#: strings.hrc:426
+#: include/svx/strings.hrc:422
msgctxt "SIP_SA_MEASUREHELPLINEOVERHANG"
msgid "Dimension help line overhang"
msgstr ""
-#: strings.hrc:427
+#: include/svx/strings.hrc:423
msgctxt "SIP_SA_MEASUREHELPLINEDIST"
msgid "Dimension help line spacing"
msgstr ""
-#: strings.hrc:428
+#: include/svx/strings.hrc:424
msgctxt "SIP_SA_MEASUREHELPLINE1LEN"
msgid "Backlog of dimension help line 1"
msgstr ""
-#: strings.hrc:429
+#: include/svx/strings.hrc:425
msgctxt "SIP_SA_MEASUREHELPLINE2LEN"
msgid "Backlog of dimension help line 2"
msgstr ""
-#: strings.hrc:430
+#: include/svx/strings.hrc:426
msgctxt "SIP_SA_MEASUREBELOWREFEDGE"
msgid "Lower edge dimensioning"
msgstr ""
-#: strings.hrc:431
+#: include/svx/strings.hrc:427
msgctxt "SIP_SA_MEASURETEXTROTA90"
msgid "Dimension value across dimension line"
msgstr ""
-#: strings.hrc:432
+#: include/svx/strings.hrc:428
msgctxt "SIP_SA_MEASURETEXTUPSIDEDOWN"
msgid "Rotate dimension value by 180 degree"
msgstr ""
-#: strings.hrc:433
+#: include/svx/strings.hrc:429
msgctxt "SIP_SA_MEASUREOVERHANG"
msgid "Dimension line overhang"
msgstr ""
-#: strings.hrc:434
+#: include/svx/strings.hrc:430
msgctxt "SIP_SA_MEASUREUNIT"
msgid "Measure unit"
msgstr ""
-#: strings.hrc:435
+#: include/svx/strings.hrc:431
msgctxt "SIP_SA_MEASURESCALE"
msgid "Additional scale factor"
msgstr ""
-#: strings.hrc:436
+#: include/svx/strings.hrc:432
msgctxt "SIP_SA_MEASURESHOWUNIT"
msgid "Measure unit display"
msgstr ""
-#: strings.hrc:437
+#: include/svx/strings.hrc:433
msgctxt "SIP_SA_MEASUREFORMATSTRING"
msgid "Dimension value format"
msgstr "Атеқст ашәагаақәа рформат"
-#: strings.hrc:438
+#: include/svx/strings.hrc:434
msgctxt "SIP_SA_MEASURETEXTAUTOANGLE"
msgid "AutoPositioning of the dimension value"
msgstr ""
-#: strings.hrc:439
+#: include/svx/strings.hrc:435
msgctxt "SIP_SA_MEASURETEXTAUTOANGLEVIEW"
msgid "Angle for the automatic positioning of the dimension value"
msgstr ""
-#: strings.hrc:440
+#: include/svx/strings.hrc:436
msgctxt "SIP_SA_MEASURETEXTISFIXEDANGLE"
msgid "Determination of the dimension value angle"
msgstr ""
-#: strings.hrc:441
+#: include/svx/strings.hrc:437
msgctxt "SIP_SA_MEASURETEXTFIXEDANGLE"
msgid "Angle of the dimension value"
msgstr ""
-#: strings.hrc:442
+#: include/svx/strings.hrc:438
msgctxt "SIP_SA_MEASUREDECIMALPLACES"
msgid "Decimal places"
msgstr ""
-#: strings.hrc:443
+#: include/svx/strings.hrc:439
msgctxt "SIP_SA_CIRCKIND"
msgid "Type of circle"
msgstr ""
-#: strings.hrc:444
+#: include/svx/strings.hrc:440
msgctxt "SIP_SA_CIRCSTARTANGLE"
msgid "Start angle"
msgstr ""
-#: strings.hrc:445
+#: include/svx/strings.hrc:441
msgctxt "SIP_SA_CIRCENDANGLE"
msgid "End angle"
msgstr ""
-#: strings.hrc:446
+#: include/svx/strings.hrc:442
#, fuzzy
msgctxt "SIP_SA_OBJMOVEPROTECT"
msgid "Protected object position"
msgstr "Аобиеқт ихьчоу ашәагаа"
-#: strings.hrc:447
+#: include/svx/strings.hrc:443
msgctxt "SIP_SA_OBJSIZEPROTECT"
msgid "Protected object size"
msgstr "Аобиеқт ихьчоу ашәагаа"
-#: strings.hrc:448
+#: include/svx/strings.hrc:444
msgctxt "SIP_SA_OBJPRINTABLE"
msgid "Object, printable"
msgstr ""
-#: strings.hrc:449
+#: include/svx/strings.hrc:445
msgctxt "SIP_SA_OBJVISIBLE"
msgid "Object, visible"
msgstr ""
-#: strings.hrc:450
+#: include/svx/strings.hrc:446
msgctxt "SIP_SA_LAYERID"
msgid "Level ID"
msgstr ""
-#: strings.hrc:451
+#: include/svx/strings.hrc:447
msgctxt "SIP_SA_LAYERNAME"
msgid "Layer"
msgstr ""
-#: strings.hrc:452
+#: include/svx/strings.hrc:448
msgctxt "SIP_SA_OBJECTNAME"
msgid "Object name"
msgstr ""
-#: strings.hrc:453
+#: include/svx/strings.hrc:449
msgctxt "SIP_SA_ALLPOSITIONX"
msgid "Position X, complete"
msgstr ""
-#: strings.hrc:454
+#: include/svx/strings.hrc:450
msgctxt "SIP_SA_ALLPOSITIONY"
msgid "Position Y, complete"
msgstr ""
-#: strings.hrc:455
+#: include/svx/strings.hrc:451
msgctxt "SIP_SA_ALLSIZEWIDTH"
msgid "Total Width"
msgstr ""
-#: strings.hrc:456
+#: include/svx/strings.hrc:452
msgctxt "SIP_SA_ALLSIZEHEIGHT"
msgid "Height, complete"
msgstr ""
-#: strings.hrc:457
+#: include/svx/strings.hrc:453
msgctxt "SIP_SA_ONEPOSITIONX"
msgid "Single position X"
msgstr ""
-#: strings.hrc:458
+#: include/svx/strings.hrc:454
msgctxt "SIP_SA_ONEPOSITIONY"
msgid "Single position Y"
msgstr ""
-#: strings.hrc:459
+#: include/svx/strings.hrc:455
msgctxt "SIP_SA_ONESIZEWIDTH"
msgid "Single width"
msgstr ""
-#: strings.hrc:460
+#: include/svx/strings.hrc:456
msgctxt "SIP_SA_ONESIZEHEIGHT"
msgid "Single height"
msgstr ""
-#: strings.hrc:461
+#: include/svx/strings.hrc:457
msgctxt "SIP_SA_LOGICSIZEWIDTH"
msgid "Logical width"
msgstr ""
-#: strings.hrc:462
+#: include/svx/strings.hrc:458
msgctxt "SIP_SA_LOGICSIZEHEIGHT"
msgid "Logical height"
msgstr ""
-#: strings.hrc:463
+#: include/svx/strings.hrc:459
msgctxt "SIP_SA_ROTATEANGLE"
msgid "Single rotation angle"
msgstr ""
-#: strings.hrc:464
+#: include/svx/strings.hrc:460
msgctxt "SIP_SA_SHEARANGLE"
msgid "Single shear angle"
msgstr ""
-#: strings.hrc:465
+#: include/svx/strings.hrc:461
msgctxt "SIP_SA_MOVEX"
msgid "Move horizontally"
msgstr ""
-#: strings.hrc:466
+#: include/svx/strings.hrc:462
msgctxt "SIP_SA_MOVEY"
msgid "Move vertically"
msgstr ""
-#: strings.hrc:467
+#: include/svx/strings.hrc:463
msgctxt "SIP_SA_RESIZEXONE"
msgid "Resize X, single"
msgstr "Иҧсахтәуп Х ашәагаа хазы-хазы"
-#: strings.hrc:468
+#: include/svx/strings.hrc:464
msgctxt "SIP_SA_RESIZEYONE"
msgid "Resize Y, single"
msgstr "Иҧсахтәуп Y ашәагаа хазы-хазы"
-#: strings.hrc:469
+#: include/svx/strings.hrc:465
msgctxt "SIP_SA_ROTATEONE"
msgid "Single rotation"
msgstr ""
-#: strings.hrc:470
+#: include/svx/strings.hrc:466
msgctxt "SIP_SA_HORZSHEARONE"
msgid "Single horizontal shear"
msgstr ""
-#: strings.hrc:471
+#: include/svx/strings.hrc:467
msgctxt "SIP_SA_VERTSHEARONE"
msgid "Single vertical shear"
msgstr ""
-#: strings.hrc:472
+#: include/svx/strings.hrc:468
msgctxt "SIP_SA_RESIZEXALL"
msgid "Resize X, complete"
msgstr "Иҧсахтәуп Х ашәагаақәа ишеибгоу"
-#: strings.hrc:473
+#: include/svx/strings.hrc:469
msgctxt "SIP_SA_RESIZEYALL"
msgid "Resize Y, complete"
msgstr "Иҧсахтәуп Y ашәагаақәа ишеибгоу"
-#: strings.hrc:474
+#: include/svx/strings.hrc:470
msgctxt "SIP_SA_ROTATEALL"
msgid "Rotate all"
msgstr ""
-#: strings.hrc:475
+#: include/svx/strings.hrc:471
msgctxt "SIP_SA_HORZSHEARALL"
msgid "Shear horizontal, complete"
msgstr ""
-#: strings.hrc:476
+#: include/svx/strings.hrc:472
msgctxt "SIP_SA_VERTSHEARALL"
msgid "Shear vertical, complete"
msgstr ""
-#: strings.hrc:477
+#: include/svx/strings.hrc:473
msgctxt "SIP_SA_TRANSFORMREF1X"
msgid "Reference point 1 X"
msgstr ""
-#: strings.hrc:478
+#: include/svx/strings.hrc:474
msgctxt "SIP_SA_TRANSFORMREF1Y"
msgid "Reference point 1 Y"
msgstr ""
-#: strings.hrc:479
+#: include/svx/strings.hrc:475
msgctxt "SIP_SA_TRANSFORMREF2X"
msgid "Reference point 2 X"
msgstr ""
-#: strings.hrc:480
+#: include/svx/strings.hrc:476
msgctxt "SIP_SA_TRANSFORMREF2Y"
msgid "Reference point 2 Y"
msgstr ""
-#: strings.hrc:481
+#: include/svx/strings.hrc:477
msgctxt "SIP_EE_PARA_HYPHENATE"
msgid "Hyphenation"
msgstr ""
-#: strings.hrc:482
+#: include/svx/strings.hrc:478
msgctxt "SIP_EE_PARA_BULLETSTATE"
msgid "Display bullets"
msgstr "Иаарҧштәуп амаркерқәа"
-#: strings.hrc:483
+#: include/svx/strings.hrc:479
msgctxt "SIP_EE_PARA_OUTLLRSPACE"
msgid "Numbering indents"
msgstr ""
-#: strings.hrc:484
+#: include/svx/strings.hrc:480
msgctxt "SIP_EE_PARA_OUTLLEVEL"
msgid "Numbering level"
msgstr ""
-#: strings.hrc:485
+#: include/svx/strings.hrc:481
msgctxt "SIP_EE_PARA_BULLET"
msgid "Bullets and Numberings"
msgstr "Амаркерқәеи аномерркреи"
-#: strings.hrc:486
+#: include/svx/strings.hrc:482
msgctxt "SIP_EE_PARA_LRSPACE"
msgid "Indents"
msgstr ""
-#: strings.hrc:487
+#: include/svx/strings.hrc:483
msgctxt "SIP_EE_PARA_ULSPACE"
msgid "Paragraph spacing"
msgstr ""
-#: strings.hrc:488
+#: include/svx/strings.hrc:484
msgctxt "SIP_EE_PARA_SBL"
msgid "Line spacing"
msgstr "Ацәаҳәабжьаратәи аинтервал:"
-#: strings.hrc:489
+#: include/svx/strings.hrc:485
msgctxt "SIP_EE_PARA_JUST"
msgid "Paragraph alignment"
msgstr ""
-#: strings.hrc:490
+#: include/svx/strings.hrc:486
msgctxt "SIP_EE_PARA_TABS"
msgid "Tabulators"
msgstr ""
-#: strings.hrc:491
+#: include/svx/strings.hrc:487
msgctxt "SIP_EE_CHAR_COLOR"
msgid "Font color"
msgstr "Ашрифт аҧштәы"
-#: strings.hrc:492
+#: include/svx/strings.hrc:488
msgctxt "SIP_EE_CHAR_FONTINFO"
msgid "Character set"
msgstr "Акодркра"
-#: strings.hrc:493
+#: include/svx/strings.hrc:489
msgctxt "SIP_EE_CHAR_FONTHEIGHT"
msgid "Font size"
msgstr "Акегль"
-#: strings.hrc:494
+#: include/svx/strings.hrc:490
msgctxt "SIP_EE_CHAR_FONTWIDTH"
msgid "Font width"
msgstr "Ашрифт аҭбаара"
-#: strings.hrc:495
+#: include/svx/strings.hrc:491
msgctxt "SIP_EE_CHAR_WEIGHT"
msgid "Bold (thickness)"
msgstr ""
-#: strings.hrc:496
+#: include/svx/strings.hrc:492
msgctxt "SIP_EE_CHAR_UNDERLINE"
msgid "Underline"
msgstr "Аҵшьра"
-#: strings.hrc:497
+#: include/svx/strings.hrc:493
msgctxt "SIP_EE_CHAR_OVERLINE"
msgid "Overline"
msgstr "Ақәшьра"
-#: strings.hrc:498
+#: include/svx/strings.hrc:494
msgctxt "SIP_EE_CHAR_STRIKEOUT"
msgid "Strikethrough"
msgstr ""
-#: strings.hrc:499
+#: include/svx/strings.hrc:495
msgctxt "SIP_EE_CHAR_ITALIC"
msgid "Italic"
msgstr "Акурсив"
-#: strings.hrc:500
+#: include/svx/strings.hrc:496
msgctxt "SIP_EE_CHAR_OUTLINE"
msgid "Outline"
msgstr "Аконтур"
-#: strings.hrc:501
+#: include/svx/strings.hrc:497
msgctxt "SIP_EE_CHAR_SHADOW"
msgid "Font shadow"
msgstr ""
-#: strings.hrc:502
+#: include/svx/strings.hrc:498
msgctxt "SIP_EE_CHAR_ESCAPEMENT"
msgid "Superscript/subscript"
msgstr ""
-#: strings.hrc:503
+#: include/svx/strings.hrc:499
msgctxt "SIP_EE_CHAR_PAIRKERNING"
msgid "Kerning"
msgstr "Акернинг"
-#: strings.hrc:504
+#: include/svx/strings.hrc:500
msgctxt "SIP_EE_CHAR_KERNING"
msgid "Manual kerning"
msgstr ""
-#: strings.hrc:505
+#: include/svx/strings.hrc:501
msgctxt "SIP_EE_CHAR_WLM"
msgid "No underline for spaces"
msgstr ""
-#: strings.hrc:506
+#: include/svx/strings.hrc:502
msgctxt "SIP_EE_FEATURE_TAB"
msgid "Tabulator"
msgstr "Атабулиациа"
-#: strings.hrc:507
+#: include/svx/strings.hrc:503
msgctxt "SIP_EE_FEATURE_LINEBR"
msgid "Optional line break"
msgstr ""
-#: strings.hrc:508
+#: include/svx/strings.hrc:504
msgctxt "SIP_EE_FEATURE_NOTCONV"
msgid "Non-convertible character"
msgstr "Зҽызымҧсахуа адырга"
-#: strings.hrc:509
+#: include/svx/strings.hrc:505
msgctxt "SIP_EE_FEATURE_FIELD"
msgid "Fields"
msgstr "Аҭакырақәа"
-#: strings.hrc:510
+#: include/svx/strings.hrc:506
msgctxt "SIP_SA_GRAFRED"
msgid "Red"
msgstr "Аҟаҧшь"
-#: strings.hrc:511
+#: include/svx/strings.hrc:507
msgctxt "SIP_SA_GRAFGREEN"
msgid "Green"
msgstr "Аиаҵәа"
-#: strings.hrc:512
+#: include/svx/strings.hrc:508
msgctxt "SIP_SA_GRAFBLUE"
msgid "Blue"
msgstr ""
-#: strings.hrc:513
+#: include/svx/strings.hrc:509
msgctxt "SIP_SA_GRAFLUMINANCE"
msgid "Brightness"
msgstr ""
-#: strings.hrc:514
+#: include/svx/strings.hrc:510
msgctxt "SIP_SA_GRAFCONTRAST"
msgid "Contrast"
msgstr ""
-#: strings.hrc:515
+#: include/svx/strings.hrc:511
msgctxt "SIP_SA_GRAFGAMMA"
msgid "Gamma"
msgstr "Гамма"
-#: strings.hrc:516
+#: include/svx/strings.hrc:512
msgctxt "SIP_SA_GRAFTRANSPARENCE"
msgid "Transparency"
msgstr ""
-#: strings.hrc:517
+#: include/svx/strings.hrc:513
#, fuzzy
msgctxt "SIP_SA_GRAFINVERT"
msgid "Invert"
msgstr "Ибжьаргылатәуп"
-#: strings.hrc:518
+#: include/svx/strings.hrc:514
msgctxt "SIP_SA_GRAFMODE"
msgid "Image mode"
msgstr ""
-#: strings.hrc:519
+#: include/svx/strings.hrc:515
msgctxt "SIP_SA_GRAFCROP"
msgid "Crop"
msgstr ""
-#: strings.hrc:520
+#: include/svx/strings.hrc:516
msgctxt "STR_ObjNameSingulMEDIA"
msgid "Media object"
msgstr "Амедиатә обиеқт"
-#: strings.hrc:521
+#: include/svx/strings.hrc:517
msgctxt "STR_ObjNamePluralMEDIA"
msgid "Media objects"
msgstr "Амедиатә обиеқт"
#. drawing layer table strings
-#: strings.hrc:523
+#: include/svx/strings.hrc:519
#, fuzzy
msgctxt "STR_TABLE_INSCOL"
msgid "Insert column"
msgstr "Ибжьаргылатәуп аиҵагыла"
-#: strings.hrc:524
+#: include/svx/strings.hrc:520
msgctxt "STR_TABLE_INSROW"
msgid "Insert row"
msgstr "Ибжьаргылатәуп ацәаҳәа"
-#: strings.hrc:525
+#: include/svx/strings.hrc:521
msgctxt "STR_UNDO_COL_DELETE"
msgid "Delete column"
msgstr "Ианыхтәуп аиҵагыла"
-#: strings.hrc:526
+#: include/svx/strings.hrc:522
msgctxt "STR_UNDO_ROW_DELETE"
msgid "Delete row"
msgstr "Ианыхтәуп ацәаҳәа"
-#: strings.hrc:527
+#: include/svx/strings.hrc:523
msgctxt "STR_TABLE_SPLIT"
msgid "Split cells"
msgstr ""
-#: strings.hrc:528
+#: include/svx/strings.hrc:524
msgctxt "STR_TABLE_MERGE"
msgid "Merge cells"
msgstr "Еидҵатәуп абларҭақәа"
-#: strings.hrc:529
+#: include/svx/strings.hrc:525
msgctxt "STR_TABLE_NUMFORMAT"
msgid "Format cell"
msgstr "Абларҭақәа рформат"
-#: strings.hrc:530
+#: include/svx/strings.hrc:526
msgctxt "STR_TABLE_DISTRIBUTE_ROWS"
msgid "Distribute rows"
msgstr ""
-#: strings.hrc:531
+#: include/svx/strings.hrc:527
msgctxt "STR_TABLE_DISTRIBUTE_COLUMNS"
msgid "Distribute columns"
msgstr ""
-#: strings.hrc:532
+#: include/svx/strings.hrc:528
msgctxt "STR_TABLE_DELETE_CELL_CONTENTS"
msgid "Delete cell contents"
msgstr "Ианыхтәуп абларҭа иаҵанакуа"
-#: strings.hrc:533
+#: include/svx/strings.hrc:529
msgctxt "STR_TABLE_STYLE"
msgid "Table style"
msgstr "Атаблица астиль"
-#: strings.hrc:534
+#: include/svx/strings.hrc:530
msgctxt "STR_TABLE_STYLE_SETTINGS"
msgid "Table style settings"
msgstr "Атаблица астиль апараметрқәа"
-#: strings.hrc:535
+#: include/svx/strings.hrc:531
msgctxt "STR_ObjNameSingulTable"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:536
+#: include/svx/strings.hrc:532
msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "Атаблицақәа"
-#: strings.hrc:537
+#: include/svx/strings.hrc:533
msgctxt "STR_ObjNameSingulFONTWORK"
msgid "Font work"
msgstr "Атеқсттә еффект"
#. Strings for the Draw-Dialog --------------------------------------------
-#: strings.hrc:539
+#: include/svx/strings.hrc:535
msgctxt "RID_SVXSTR_SOLID"
msgid "Continuous"
msgstr ""
-#: strings.hrc:540
+#: include/svx/strings.hrc:536
msgctxt "RID_SVXSTR_GRADIENT"
msgid "Gradient"
msgstr "Аградиент"
-#: strings.hrc:541
+#: include/svx/strings.hrc:537
msgctxt "RID_SVXSTR_BITMAP"
msgid "Bitmap"
msgstr "Атеқстура"
-#: strings.hrc:542
+#: include/svx/strings.hrc:538
msgctxt "RID_SVXSTR_PATTERN"
msgid "Pattern"
msgstr ""
-#: strings.hrc:543
+#: include/svx/strings.hrc:539
msgctxt "RID_SVXSTR_PATTERN_UNTITLED"
msgid "Untitled Pattern"
msgstr ""
-#: strings.hrc:544
+#: include/svx/strings.hrc:540
msgctxt "RID_SVXSTR_LINESTYLE"
msgid "Line Style"
msgstr "Аҵәаӷәа астиль"
-#: strings.hrc:545
+#: include/svx/strings.hrc:541
msgctxt "RID_SVXSTR_INVISIBLE"
msgid "None"
msgstr "Мап"
-#: strings.hrc:546
+#: include/svx/strings.hrc:542
msgctxt "RID_SVXSTR_COLOR"
msgid "Color"
msgstr "Аҧштәы"
-#: strings.hrc:547
+#: include/svx/strings.hrc:543
msgctxt "RID_SVXSTR_HATCH"
msgid "Hatching"
msgstr ""
-#: strings.hrc:548
+#: include/svx/strings.hrc:544
msgctxt "RID_SVXSTR_LINEEND"
msgid "Arrowheads"
msgstr ""
-#: strings.hrc:549
+#: include/svx/strings.hrc:545
msgctxt "RID_SVXSTR_ARROW"
msgid "Arrow"
msgstr "Ахыц"
-#: strings.hrc:550
+#: include/svx/strings.hrc:546
msgctxt "RID_SVXSTR_SQUARE"
msgid "Square"
msgstr "Аквадрат"
-#: strings.hrc:551
+#: include/svx/strings.hrc:547
msgctxt "RID_SVXSTR_CIRCLE"
msgid "Circle"
msgstr "Агьежь"
-#: strings.hrc:552
+#: include/svx/strings.hrc:548
msgctxt "RID_SVXSTR_NONE"
msgid "- none -"
msgstr "- мап -"
-#: strings.hrc:553
+#: include/svx/strings.hrc:549
msgctxt "RID_SVXSTR_TRANSPARENCE"
msgid "Transparency"
msgstr ""
-#: strings.hrc:554
+#: include/svx/strings.hrc:550
msgctxt "RID_SVXSTR_CENTERED"
msgid "Centered"
msgstr "Ацентр ала"
-#: strings.hrc:555
+#: include/svx/strings.hrc:551
msgctxt "RID_SVXSTR_NOTCENTERED"
msgid "Not centered"
msgstr "Ацентр ала акәымкәа"
-#: strings.hrc:556
+#: include/svx/strings.hrc:552
msgctxt "RID_SVXSTR_GRAFMODE_STANDARD"
msgid "Default"
msgstr "Астандарт"
-#: strings.hrc:557
+#: include/svx/strings.hrc:553
msgctxt "RID_SVXSTR_GRAFMODE_GREYS"
msgid "Grayscale"
msgstr ""
-#: strings.hrc:558
+#: include/svx/strings.hrc:554
msgctxt "RID_SVXSTR_GRAFMODE_MONO"
msgid "Black/White"
msgstr ""
-#: strings.hrc:559
+#: include/svx/strings.hrc:555
msgctxt "RID_SVXSTR_GRAFMODE_WATERMARK"
msgid "Watermark"
msgstr ""
#. Elements of the standard color palette
-#: strings.hrc:561
+#: include/svx/strings.hrc:557
msgctxt "RID_SVXSTR_COLOR_BLACK"
msgid "Black"
msgstr "Аиқәаҵәа"
-#: strings.hrc:562
+#: include/svx/strings.hrc:558
msgctxt "RID_SVXSTR_COLOR_GREY"
msgid "Gray"
msgstr ""
-#: strings.hrc:563
+#: include/svx/strings.hrc:559
msgctxt "RID_SVXSTR_COLOR_WHITE"
msgid "White"
msgstr "Ашкәакәа"
-#: strings.hrc:564
+#: include/svx/strings.hrc:560
msgctxt "RID_SVXSTR_COLOR_YELLOW"
msgid "Yellow"
msgstr "Аҩежь"
-#: strings.hrc:565
+#: include/svx/strings.hrc:561
msgctxt "RID_SVXSTR_COLOR_GOLD"
msgid "Gold"
msgstr "Ахьтәы"
-#: strings.hrc:566
+#: include/svx/strings.hrc:562
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_ORANGE"
msgid "Orange"
msgstr "адиапазон"
-#: strings.hrc:567
+#: include/svx/strings.hrc:563
msgctxt "RID_SVXSTR_COLOR_BRICK"
msgid "Brick"
msgstr ""
-#: strings.hrc:568
+#: include/svx/strings.hrc:564
msgctxt "RID_SVXSTR_COLOR_RED"
msgid "Red"
msgstr "Аҟаҧшь"
-#: strings.hrc:569
+#: include/svx/strings.hrc:565
msgctxt "RID_SVXSTR_COLOR_VIOLET"
msgid "Violet"
msgstr ""
-#: strings.hrc:570
+#: include/svx/strings.hrc:566
msgctxt "RID_SVXSTR_COLOR_PURPLE"
msgid "Purple"
msgstr ""
-#: strings.hrc:571
+#: include/svx/strings.hrc:567
msgctxt "RID_SVXSTR_COLOR_INDIGO"
msgid "Indigo"
msgstr ""
-#: strings.hrc:572
+#: include/svx/strings.hrc:568
msgctxt "RID_SVXSTR_COLOR_BLUE"
msgid "Blue"
msgstr ""
-#: strings.hrc:573
+#: include/svx/strings.hrc:569
msgctxt "RID_SVXSTR_COLOR_TEAL"
msgid "Teal"
msgstr ""
-#: strings.hrc:574
+#: include/svx/strings.hrc:570
msgctxt "RID_SVXSTR_COLOR_GREEN"
msgid "Green"
msgstr "Аиаҵәа"
-#: strings.hrc:575
+#: include/svx/strings.hrc:571
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIME"
msgid "Lime"
msgstr "Ацәаҳәа"
#. Light variants of the standard color palette
-#: strings.hrc:577
+#: include/svx/strings.hrc:573
msgctxt "RID_SVXSTR_COLOR_LIGHTGRAY"
msgid "Light Gray"
msgstr ""
-#: strings.hrc:578
+#: include/svx/strings.hrc:574
msgctxt "RID_SVXSTR_COLOR_LIGHTYELLOW"
msgid "Light Yellow"
msgstr ""
-#: strings.hrc:579
+#: include/svx/strings.hrc:575
msgctxt "RID_SVXSTR_COLOR_LIGHTGOLD"
msgid "Light Gold"
msgstr ""
-#: strings.hrc:580
+#: include/svx/strings.hrc:576
msgctxt "RID_SVXSTR_COLOR_LIGHTORANGE"
msgid "Light Orange"
msgstr ""
-#: strings.hrc:581
+#: include/svx/strings.hrc:577
msgctxt "RID_SVXSTR_COLOR_LIGHTBRICK"
msgid "Light Brick"
msgstr ""
-#: strings.hrc:582
+#: include/svx/strings.hrc:578
msgctxt "RID_SVXSTR_COLOR_LIGHTRED"
msgid "Light Red"
msgstr ""
-#: strings.hrc:583
+#: include/svx/strings.hrc:579
msgctxt "RID_SVXSTR_COLOR_LIGHTVIOLET"
msgid "Light Violet"
msgstr ""
-#: strings.hrc:584
+#: include/svx/strings.hrc:580
msgctxt "RID_SVXSTR_COLOR_LIGHTPURPLE"
msgid "Light Purple"
msgstr ""
-#: strings.hrc:585
+#: include/svx/strings.hrc:581
msgctxt "RID_SVXSTR_COLOR_LIGHTINDIGO"
msgid "Light Indigo"
msgstr ""
-#: strings.hrc:586
+#: include/svx/strings.hrc:582
msgctxt "RID_SVXSTR_COLOR_LIGHTBLUE"
msgid "Light Blue"
msgstr ""
-#: strings.hrc:587
+#: include/svx/strings.hrc:583
msgctxt "RID_SVXSTR_COLOR_LIGHTTEAL"
msgid "Light Teal"
msgstr ""
-#: strings.hrc:588
+#: include/svx/strings.hrc:584
msgctxt "RID_SVXSTR_COLOR_LIGHTGREEN"
msgid "Light Green"
msgstr ""
-#: strings.hrc:589
+#: include/svx/strings.hrc:585
msgctxt "RID_SVXSTR_COLOR_LIGHTLIME"
msgid "Light Lime"
msgstr ""
#. Dark variants of the standard color palette
-#: strings.hrc:591
+#: include/svx/strings.hrc:587
msgctxt "RID_SVXSTR_COLOR_DARKGRAY"
msgid "Dark Gray"
msgstr ""
-#: strings.hrc:592
+#: include/svx/strings.hrc:588
msgctxt "RID_SVXSTR_COLOR_DARKYELLOW"
msgid "Dark Yellow"
msgstr ""
-#: strings.hrc:593
+#: include/svx/strings.hrc:589
msgctxt "RID_SVXSTR_COLOR_DARKGOLD"
msgid "Dark Gold"
msgstr ""
-#: strings.hrc:594
+#: include/svx/strings.hrc:590
msgctxt "RID_SVXSTR_COLOR_DARKORANGE"
msgid "Dark Orange"
msgstr ""
-#: strings.hrc:595
+#: include/svx/strings.hrc:591
msgctxt "RID_SVXSTR_COLOR_DARKBRICK"
msgid "Dark Brick"
msgstr ""
-#: strings.hrc:596
+#: include/svx/strings.hrc:592
msgctxt "RID_SVXSTR_COLOR_DARKRED"
msgid "Dark Red"
msgstr ""
-#: strings.hrc:597
+#: include/svx/strings.hrc:593
msgctxt "RID_SVXSTR_COLOR_DARKVIOLET1"
msgid "Dark Violet"
msgstr ""
-#: strings.hrc:598
+#: include/svx/strings.hrc:594
msgctxt "RID_SVXSTR_COLOR_DARKPURPLE"
msgid "Dark Purple"
msgstr ""
-#: strings.hrc:599
+#: include/svx/strings.hrc:595
msgctxt "RID_SVXSTR_COLOR_DARKINDIGO"
msgid "Dark Indigo"
msgstr ""
-#: strings.hrc:600
+#: include/svx/strings.hrc:596
msgctxt "RID_SVXSTR_COLOR_DARKBLUE"
msgid "Dark Blue"
msgstr ""
-#: strings.hrc:601
+#: include/svx/strings.hrc:597
msgctxt "RID_SVXSTR_COLOR_DARKTEAL"
msgid "Dark Teal"
msgstr ""
-#: strings.hrc:602
+#: include/svx/strings.hrc:598
msgctxt "RID_SVXSTR_COLOR_DARKGREEN"
msgid "Dark Green"
msgstr ""
-#: strings.hrc:603
+#: include/svx/strings.hrc:599
msgctxt "RID_SVXSTR_COLOR_DARKLIME"
msgid "Dark Lime"
msgstr ""
#. Elements of the Tonal color palette
-#: strings.hrc:605
+#: include/svx/strings.hrc:601
msgctxt "RID_SVXSTR_COLOR_VIOLET_OUG"
msgid "Violet (Out of Gamut)"
msgstr ""
-#: strings.hrc:606
+#: include/svx/strings.hrc:602
msgctxt "RID_SVXSTR_COLOR_BLUE_OUG"
msgid "Blue (Out of Gamut)"
msgstr ""
-#: strings.hrc:607
+#: include/svx/strings.hrc:603
msgctxt "RID_SVXSTR_COLOR_AZURE_OUG"
msgid "Azure (Out of Gamut)"
msgstr ""
-#: strings.hrc:608
+#: include/svx/strings.hrc:604
msgctxt "RID_SVXSTR_COLOR_SPRINGGREEN_OUG"
msgid "Spring Green (Out of Gamut)"
msgstr ""
-#: strings.hrc:609
+#: include/svx/strings.hrc:605
msgctxt "RID_SVXSTR_COLOR_GREEN_OUG"
msgid "Green (Out of Gamut)"
msgstr ""
-#: strings.hrc:610
+#: include/svx/strings.hrc:606
msgctxt "RID_SVXSTR_COLOR_CHARTREUSEGREEN_OUG"
msgid "Chartreuse Green (Out of Gamut)"
msgstr ""
-#: strings.hrc:611
+#: include/svx/strings.hrc:607
msgctxt "RID_SVXSTR_COLOR_ORANGE_OUG"
msgid "Orange (Out of Gamut)"
msgstr ""
-#: strings.hrc:612
+#: include/svx/strings.hrc:608
msgctxt "RID_SVXSTR_COLOR_RED_OUG"
msgid "Red (Out of Gamut)"
msgstr ""
-#: strings.hrc:613
+#: include/svx/strings.hrc:609
msgctxt "RID_SVXSTR_COLOR_ROSE_OUG"
msgid "Rose (Out of Gamut)"
msgstr ""
-#: strings.hrc:614
+#: include/svx/strings.hrc:610
msgctxt "RID_SVXSTR_COLOR_MAGENTA"
msgid "Magenta"
msgstr ""
-#: strings.hrc:615
+#: include/svx/strings.hrc:611
msgctxt "RID_SVXSTR_COLOR_AZURE"
msgid "Azure"
msgstr ""
-#: strings.hrc:616
+#: include/svx/strings.hrc:612
msgctxt "RID_SVXSTR_COLOR_CYAN"
msgid "Cyan"
msgstr ""
-#: strings.hrc:617
+#: include/svx/strings.hrc:613
msgctxt "RID_SVXSTR_COLOR_SPRINGGREEN"
msgid "Spring Green"
msgstr ""
-#: strings.hrc:618
+#: include/svx/strings.hrc:614
msgctxt "RID_SVXSTR_COLOR_CHARTREUSEGREEN"
msgid "Chartreuse Green"
msgstr ""
-#: strings.hrc:619
+#: include/svx/strings.hrc:615
msgctxt "RID_SVXSTR_COLOR_ROSE"
msgid "Rose"
msgstr ""
#. Old default color names, probably often used in saved files
-#: strings.hrc:621
+#: include/svx/strings.hrc:617
msgctxt "RID_SVXSTR_COLOR_BLUE_CLASSIC"
msgid "Blue classic"
msgstr ""
-#: strings.hrc:622
+#: include/svx/strings.hrc:618
msgctxt "RID_SVXSTR_COLOR_BLUEGREY"
msgid "Blue gray"
msgstr ""
-#: strings.hrc:623
+#: include/svx/strings.hrc:619
msgctxt "RID_SVXSTR_COLOR_BORDEAUX"
msgid "Bordeaux"
msgstr ""
-#: strings.hrc:624
+#: include/svx/strings.hrc:620
msgctxt "RID_SVXSTR_COLOR_PALE_YELLOW"
msgid "Pale yellow"
msgstr ""
-#: strings.hrc:625
+#: include/svx/strings.hrc:621
msgctxt "RID_SVXSTR_COLOR_PALE_GREEN"
msgid "Pale green"
msgstr ""
-#: strings.hrc:626
+#: include/svx/strings.hrc:622
msgctxt "RID_SVXSTR_COLOR_DARKVIOLET"
msgid "Dark violet"
msgstr ""
-#: strings.hrc:627
+#: include/svx/strings.hrc:623
msgctxt "RID_SVXSTR_COLOR_SALMON"
msgid "Salmon"
msgstr ""
-#: strings.hrc:628
+#: include/svx/strings.hrc:624
msgctxt "RID_SVXSTR_COLOR_SEABLUE"
msgid "Sea blue"
msgstr ""
-#: strings.hrc:629
+#: include/svx/strings.hrc:625
msgctxt "RID_SVXSTR_COLOR_CHART"
msgid "Chart"
msgstr "Адиаграмма"
-#: strings.hrc:630
+#: include/svx/strings.hrc:626
msgctxt "RID_SVXSTR_COLOR_SKYBLUE"
msgid "Sky blue"
msgstr ""
-#: strings.hrc:631
+#: include/svx/strings.hrc:627
msgctxt "RID_SVXSTR_COLOR_YELLOWGREEN"
msgid "Yellow green"
msgstr ""
-#: strings.hrc:632
+#: include/svx/strings.hrc:628
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_PINK"
msgid "Pink"
msgstr "Азхьарҧш"
-#: strings.hrc:633
+#: include/svx/strings.hrc:629
msgctxt "RID_SVXSTR_COLOR_TURQUOISE"
msgid "Turquoise"
msgstr ""
#. 16 old AutoFormat Table Styles
-#: strings.hrc:635
+#: include/svx/strings.hrc:631
msgctxt "RID_SVXSTR_TBLAFMT_3D"
msgid "3D"
msgstr "3D"
-#: strings.hrc:636
+#: include/svx/strings.hrc:632
msgctxt "RID_SVXSTR_TBLAFMT_BLACK1"
msgid "Black 1"
msgstr "Аиқәаҵәа 1"
-#: strings.hrc:637
+#: include/svx/strings.hrc:633
msgctxt "RID_SVXSTR_TBLAFMT_BLACK2"
msgid "Black 2"
msgstr "Аиқәаҵәа 2"
-#: strings.hrc:638
+#: include/svx/strings.hrc:634
msgctxt "RID_SVXSTR_TBLAFMT_BLUE"
msgid "Blue"
msgstr ""
-#: strings.hrc:639
+#: include/svx/strings.hrc:635
msgctxt "RID_SVXSTR_TBLAFMT_BROWN"
msgid "Brown"
msgstr ""
-#: strings.hrc:640
+#: include/svx/strings.hrc:636
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY"
msgid "Currency"
msgstr ""
-#: strings.hrc:641
+#: include/svx/strings.hrc:637
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_3D"
msgid "Currency 3D"
msgstr ""
-#: strings.hrc:642
+#: include/svx/strings.hrc:638
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_GRAY"
msgid "Currency Gray"
msgstr ""
-#: strings.hrc:643
+#: include/svx/strings.hrc:639
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_LAVENDER"
msgid "Currency Lavender"
msgstr ""
-#: strings.hrc:644
+#: include/svx/strings.hrc:640
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_TURQUOISE"
msgid "Currency Turquoise"
msgstr ""
-#: strings.hrc:645
+#: include/svx/strings.hrc:641
msgctxt "RID_SVXSTR_TBLAFMT_GRAY"
msgid "Gray"
msgstr ""
-#: strings.hrc:646
+#: include/svx/strings.hrc:642
msgctxt "RID_SVXSTR_TBLAFMT_GREEN"
msgid "Green"
msgstr "Аиаҵәа"
-#: strings.hrc:647
+#: include/svx/strings.hrc:643
msgctxt "RID_SVXSTR_TBLAFMT_LAVENDER"
msgid "Lavender"
msgstr ""
-#: strings.hrc:648
+#: include/svx/strings.hrc:644
msgctxt "RID_SVXSTR_TBLAFMT_RED"
msgid "Red"
msgstr "Аҟаҧшь"
-#: strings.hrc:649
+#: include/svx/strings.hrc:645
msgctxt "RID_SVXSTR_TBLAFMT_TURQUOISE"
msgid "Turquoise"
msgstr ""
-#: strings.hrc:650
+#: include/svx/strings.hrc:646
msgctxt "RID_SVXSTR_TBLAFMT_YELLOW"
msgid "Yellow"
msgstr "Аҩежь"
#. 10 new AutoFormat Table Styles since LibreOffice 6.0
-#: strings.hrc:652
+#: include/svx/strings.hrc:648
msgctxt "RID_SVXSTR_TBLAFMT_LO6_ACADEMIC"
msgid "Academic"
msgstr ""
-#: strings.hrc:653
+#: include/svx/strings.hrc:649
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_BLUE"
msgid "Box List Blue"
msgstr ""
-#: strings.hrc:654
+#: include/svx/strings.hrc:650
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_GREEN"
msgid "Box List Green"
msgstr ""
-#: strings.hrc:655
+#: include/svx/strings.hrc:651
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_RED"
msgid "Box List Red"
msgstr ""
-#: strings.hrc:656
+#: include/svx/strings.hrc:652
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_YELLOW"
msgid "Box List Yellow"
msgstr ""
-#: strings.hrc:657
+#: include/svx/strings.hrc:653
msgctxt "RID_SVXSTR_TBLAFMT_LO6_ELEGANT"
msgid "Elegant"
msgstr ""
-#: strings.hrc:658
+#: include/svx/strings.hrc:654
msgctxt "RID_SVXSTR_TBLAFMT_LO6_FINANCIAL"
msgid "Financial"
msgstr "Афинанстәқәа"
-#: strings.hrc:659
+#: include/svx/strings.hrc:655
msgctxt "RID_SVXSTR_TBLAFMT_LO6_SIMPLE_GRID_COLUMNS"
msgid "Simple Grid Columns"
msgstr ""
-#: strings.hrc:660
+#: include/svx/strings.hrc:656
msgctxt "RID_SVXSTR_TBLAFMT_LO6_SIMPLE_GRID_ROWS"
msgid "Simple Grid Rows"
msgstr ""
-#: strings.hrc:661
+#: include/svx/strings.hrc:657
msgctxt "RID_SVXSTR_TBLAFMT_LO6_SIMPLE_LIST_SHADED"
msgid "Simple List Shaded"
msgstr ""
-#: strings.hrc:662
+#: include/svx/strings.hrc:658
msgctxt "RID_SVXSTR_LINEJOINT_MIDDLE"
msgid "Line joint averaged"
msgstr ""
-#: strings.hrc:663
+#: include/svx/strings.hrc:659
msgctxt "RID_SVXSTR_LINEJOINT_BEVEL"
msgid "Line joint bevel"
msgstr ""
-#: strings.hrc:664
+#: include/svx/strings.hrc:660
msgctxt "RID_SVXSTR_LINEJOINT_MITER"
msgid "Line joint miter"
msgstr ""
-#: strings.hrc:665
+#: include/svx/strings.hrc:661
msgctxt "RID_SVXSTR_LINEJOINT_ROUND"
msgid "Line joint round"
msgstr ""
#. the familiar name for it
-#: strings.hrc:667
+#: include/svx/strings.hrc:663
msgctxt "RID_SVXSTR_LINECAP_BUTT"
msgid "Line cap flat"
msgstr ""
-#: strings.hrc:668
+#: include/svx/strings.hrc:664
msgctxt "RID_SVXSTR_LINECAP_ROUND"
msgid "Line cap round"
msgstr ""
-#: strings.hrc:669
+#: include/svx/strings.hrc:665
msgctxt "RID_SVXSTR_LINECAP_SQUARE"
msgid "Line cap square"
msgstr ""
-#: strings.hrc:670
+#: include/svx/strings.hrc:666
msgctxt "RID_SVXSTR_GRDT0"
msgid "Gradient"
msgstr "Аградиент"
-#: strings.hrc:671
+#: include/svx/strings.hrc:667
msgctxt "RID_SVXSTR_GRDT1"
msgid "Linear blue/white"
msgstr ""
-#: strings.hrc:672
+#: include/svx/strings.hrc:668
msgctxt "RID_SVXSTR_GRDT2"
msgid "Linear magenta/green"
msgstr ""
-#: strings.hrc:673
+#: include/svx/strings.hrc:669
msgctxt "RID_SVXSTR_GRDT3"
msgid "Linear yellow/brown"
msgstr ""
-#: strings.hrc:674
+#: include/svx/strings.hrc:670
msgctxt "RID_SVXSTR_GRDT4"
msgid "Radial green/black"
msgstr ""
-#: strings.hrc:675
+#: include/svx/strings.hrc:671
msgctxt "RID_SVXSTR_GRDT5"
msgid "Radial red/yellow"
msgstr ""
-#: strings.hrc:676
+#: include/svx/strings.hrc:672
msgctxt "RID_SVXSTR_GRDT6"
msgid "Rectangular red/white"
msgstr ""
-#: strings.hrc:677
+#: include/svx/strings.hrc:673
msgctxt "RID_SVXSTR_GRDT7"
msgid "Square yellow/white"
msgstr ""
-#: strings.hrc:678
+#: include/svx/strings.hrc:674
msgctxt "RID_SVXSTR_GRDT8"
msgid "Ellipsoid blue gray/light blue"
msgstr ""
-#: strings.hrc:679
+#: include/svx/strings.hrc:675
msgctxt "RID_SVXSTR_GRDT9"
msgid "Axial light red/white"
msgstr ""
#. l means left
-#: strings.hrc:681
+#: include/svx/strings.hrc:677
msgctxt "RID_SVXSTR_GRDT10"
msgid "Diagonal 1l"
msgstr "Адиагональ 1l"
#. r means right
-#: strings.hrc:683
+#: include/svx/strings.hrc:679
msgctxt "RID_SVXSTR_GRDT11"
msgid "Diagonal 1r"
msgstr "Адиагональ 1r"
#. l means left
-#: strings.hrc:685
+#: include/svx/strings.hrc:681
msgctxt "RID_SVXSTR_GRDT12"
msgid "Diagonal 2l"
msgstr "Адиагональ 2l"
#. r means right
-#: strings.hrc:687
+#: include/svx/strings.hrc:683
msgctxt "RID_SVXSTR_GRDT13"
msgid "Diagonal 2r"
msgstr "Адиагональ 2r"
#. l means left
-#: strings.hrc:689
+#: include/svx/strings.hrc:685
msgctxt "RID_SVXSTR_GRDT14"
msgid "Diagonal 3l"
msgstr "Адиагональ 3l"
#. r means right
-#: strings.hrc:691
+#: include/svx/strings.hrc:687
msgctxt "RID_SVXSTR_GRDT15"
msgid "Diagonal 3r"
msgstr "Адиагональ 3r"
#. l means left
-#: strings.hrc:693
+#: include/svx/strings.hrc:689
msgctxt "RID_SVXSTR_GRDT16"
msgid "Diagonal 4l"
msgstr "Адиагональ 4l"
#. r means right
-#: strings.hrc:695
+#: include/svx/strings.hrc:691
msgctxt "RID_SVXSTR_GRDT17"
msgid "Diagonal 4r"
msgstr "Адиагональ 4r"
-#: strings.hrc:696
+#: include/svx/strings.hrc:692
#, fuzzy
msgctxt "RID_SVXSTR_GRDT18"
msgid "Diagonal Blue"
msgstr "Адиагональ 1l"
-#: strings.hrc:697
+#: include/svx/strings.hrc:693
msgctxt "RID_SVXSTR_GRDT19"
msgid "Diagonal Green"
msgstr ""
-#: strings.hrc:698
+#: include/svx/strings.hrc:694
msgctxt "RID_SVXSTR_GRDT20"
msgid "Diagonal Orange"
msgstr ""
-#: strings.hrc:699
+#: include/svx/strings.hrc:695
msgctxt "RID_SVXSTR_GRDT21"
msgid "Diagonal Red"
msgstr "Адиагональ, аҟаҧшь"
-#: strings.hrc:700
+#: include/svx/strings.hrc:696
msgctxt "RID_SVXSTR_GRDT22"
msgid "Diagonal Turquoise"
msgstr ""
-#: strings.hrc:701
+#: include/svx/strings.hrc:697
msgctxt "RID_SVXSTR_GRDT23"
msgid "Diagonal Violet"
msgstr ""
-#: strings.hrc:702
+#: include/svx/strings.hrc:698
msgctxt "RID_SVXSTR_GRDT24"
msgid "From a Corner"
msgstr "Акәакь аҟынтәи"
-#: strings.hrc:703
+#: include/svx/strings.hrc:699
msgctxt "RID_SVXSTR_GRDT25"
msgid "From a Corner, Blue"
msgstr ""
-#: strings.hrc:704
+#: include/svx/strings.hrc:700
msgctxt "RID_SVXSTR_GRDT26"
msgid "From a Corner, Green"
msgstr ""
-#: strings.hrc:705
+#: include/svx/strings.hrc:701
msgctxt "RID_SVXSTR_GRDT27"
msgid "From a Corner, Orange"
msgstr ""
-#: strings.hrc:706
+#: include/svx/strings.hrc:702
msgctxt "RID_SVXSTR_GRDT28"
msgid "From a Corner, Red"
msgstr ""
-#: strings.hrc:707
+#: include/svx/strings.hrc:703
msgctxt "RID_SVXSTR_GRDT29"
msgid "From a Corner, Turquoise"
msgstr ""
-#: strings.hrc:708
+#: include/svx/strings.hrc:704
msgctxt "RID_SVXSTR_GRDT30"
msgid "From a Corner, Violet"
msgstr ""
-#: strings.hrc:709
+#: include/svx/strings.hrc:705
msgctxt "RID_SVXSTR_GRDT31"
msgid "From the Middle"
msgstr ""
-#: strings.hrc:710
+#: include/svx/strings.hrc:706
msgctxt "RID_SVXSTR_GRDT32"
msgid "From the Middle, Blue"
msgstr ""
-#: strings.hrc:711
+#: include/svx/strings.hrc:707
msgctxt "RID_SVXSTR_GRDT33"
msgid "From the Middle, Green"
msgstr ""
-#: strings.hrc:712
+#: include/svx/strings.hrc:708
msgctxt "RID_SVXSTR_GRDT34"
msgid "From the Middle, Orange"
msgstr ""
-#: strings.hrc:713
+#: include/svx/strings.hrc:709
msgctxt "RID_SVXSTR_GRDT35"
msgid "From the Middle, Red"
msgstr ""
-#: strings.hrc:714
+#: include/svx/strings.hrc:710
msgctxt "RID_SVXSTR_GRDT36"
msgid "From the Middle, Turquoise"
msgstr ""
-#: strings.hrc:715
+#: include/svx/strings.hrc:711
msgctxt "RID_SVXSTR_GRDT37"
msgid "From the Middle, Violet"
msgstr ""
-#: strings.hrc:716
+#: include/svx/strings.hrc:712
msgctxt "RID_SVXSTR_GRDT38"
msgid "Horizontal"
msgstr "Горизонталла"
-#: strings.hrc:717
+#: include/svx/strings.hrc:713
msgctxt "RID_SVXSTR_GRDT39"
msgid "Horizontal Blue"
msgstr ""
-#: strings.hrc:718
+#: include/svx/strings.hrc:714
msgctxt "RID_SVXSTR_GRDT40"
msgid "Horizontal Green"
msgstr ""
-#: strings.hrc:719
+#: include/svx/strings.hrc:715
msgctxt "RID_SVXSTR_GRDT41"
msgid "Horizontal Orange"
msgstr ""
-#: strings.hrc:720
+#: include/svx/strings.hrc:716
msgctxt "RID_SVXSTR_GRDT42"
msgid "Horizontal Red"
msgstr ""
-#: strings.hrc:721
+#: include/svx/strings.hrc:717
msgctxt "RID_SVXSTR_GRDT43"
msgid "Horizontal Turquoise"
msgstr ""
-#: strings.hrc:722
+#: include/svx/strings.hrc:718
msgctxt "RID_SVXSTR_GRDT44"
msgid "Horizontal Violet"
msgstr ""
-#: strings.hrc:723
+#: include/svx/strings.hrc:719
msgctxt "RID_SVXSTR_GRDT45"
msgid "Radial"
msgstr ""
-#: strings.hrc:724
+#: include/svx/strings.hrc:720
msgctxt "RID_SVXSTR_GRDT46"
msgid "Radial Blue"
msgstr ""
-#: strings.hrc:725
+#: include/svx/strings.hrc:721
msgctxt "RID_SVXSTR_GRDT47"
msgid "Radial Green"
msgstr ""
-#: strings.hrc:726
+#: include/svx/strings.hrc:722
msgctxt "RID_SVXSTR_GRDT48"
msgid "Radial Orange"
msgstr ""
-#: strings.hrc:727
+#: include/svx/strings.hrc:723
msgctxt "RID_SVXSTR_GRDT49"
msgid "Radial Red"
msgstr ""
-#: strings.hrc:728
+#: include/svx/strings.hrc:724
msgctxt "RID_SVXSTR_GRDT50"
msgid "Radial Turquoise"
msgstr ""
-#: strings.hrc:729
+#: include/svx/strings.hrc:725
msgctxt "RID_SVXSTR_GRDT51"
msgid "Radial Violet"
msgstr ""
-#: strings.hrc:730
+#: include/svx/strings.hrc:726
msgctxt "RID_SVXSTR_GRDT52"
msgid "Vertical"
msgstr ""
-#: strings.hrc:731
+#: include/svx/strings.hrc:727
msgctxt "RID_SVXSTR_GRDT53"
msgid "Vertical Blue"
msgstr ""
-#: strings.hrc:732
+#: include/svx/strings.hrc:728
msgctxt "RID_SVXSTR_GRDT54"
msgid "Vertical Green"
msgstr ""
-#: strings.hrc:733
+#: include/svx/strings.hrc:729
msgctxt "RID_SVXSTR_GRDT55"
msgid "Vertical Orange"
msgstr ""
-#: strings.hrc:734
+#: include/svx/strings.hrc:730
msgctxt "RID_SVXSTR_GRDT56"
msgid "Vertical Red"
msgstr ""
-#: strings.hrc:735
+#: include/svx/strings.hrc:731
msgctxt "RID_SVXSTR_GRDT57"
msgid "Vertical Turquoise"
msgstr ""
-#: strings.hrc:736
+#: include/svx/strings.hrc:732
msgctxt "RID_SVXSTR_GRDT58"
msgid "Vertical Violet"
msgstr ""
-#: strings.hrc:737
+#: include/svx/strings.hrc:733
msgctxt "RID_SVXSTR_GRDT59"
msgid "Gray Gradient"
msgstr ""
-#: strings.hrc:738
+#: include/svx/strings.hrc:734
msgctxt "RID_SVXSTR_GRDT60"
msgid "Yellow Gradient"
msgstr ""
-#: strings.hrc:739
+#: include/svx/strings.hrc:735
msgctxt "RID_SVXSTR_GRDT61"
msgid "Orange Gradient"
msgstr ""
-#: strings.hrc:740
+#: include/svx/strings.hrc:736
msgctxt "RID_SVXSTR_GRDT62"
msgid "Red Gradient"
msgstr ""
-#: strings.hrc:741
+#: include/svx/strings.hrc:737
msgctxt "RID_SVXSTR_GRDT63"
msgid "Pink Gradient"
msgstr ""
-#: strings.hrc:742
+#: include/svx/strings.hrc:738
msgctxt "RID_SVXSTR_GRDT64"
msgid "Sky"
msgstr "Ажәҩан"
-#: strings.hrc:743
+#: include/svx/strings.hrc:739
msgctxt "RID_SVXSTR_GRDT65"
msgid "Cyan Gradient"
msgstr ""
-#: strings.hrc:744
+#: include/svx/strings.hrc:740
msgctxt "RID_SVXSTR_GRDT66"
msgid "Blue Gradient"
msgstr ""
-#: strings.hrc:745
+#: include/svx/strings.hrc:741
msgctxt "RID_SVXSTR_GRDT67"
msgid "Purple Pipe"
msgstr ""
-#: strings.hrc:746
+#: include/svx/strings.hrc:742
msgctxt "RID_SVXSTR_GRDT68"
msgid "Night"
msgstr "Аҵх"
-#: strings.hrc:747
+#: include/svx/strings.hrc:743
msgctxt "RID_SVXSTR_GRDT69"
msgid "Green Gradient"
msgstr ""
-#: strings.hrc:748
+#: include/svx/strings.hrc:744
msgctxt "RID_SVXSTR_GRDT70"
msgid "Tango Green"
msgstr ""
-#: strings.hrc:749
+#: include/svx/strings.hrc:745
msgctxt "RID_SVXSTR_GRDT71"
msgid "Subtle Tango Green"
msgstr ""
-#: strings.hrc:750
+#: include/svx/strings.hrc:746
msgctxt "RID_SVXSTR_GRDT72"
msgid "Tango Purple"
msgstr ""
-#: strings.hrc:751
+#: include/svx/strings.hrc:747
msgctxt "RID_SVXSTR_GRDT73"
msgid "Tango Red"
msgstr ""
-#: strings.hrc:752
+#: include/svx/strings.hrc:748
msgctxt "RID_SVXSTR_GRDT74"
msgid "Tango Blue"
msgstr ""
-#: strings.hrc:753
+#: include/svx/strings.hrc:749
msgctxt "RID_SVXSTR_GRDT75"
msgid "Tango Yellow"
msgstr ""
-#: strings.hrc:754
+#: include/svx/strings.hrc:750
msgctxt "RID_SVXSTR_GRDT76"
msgid "Tango Orange"
msgstr ""
-#: strings.hrc:755
+#: include/svx/strings.hrc:751
msgctxt "RID_SVXSTR_GRDT77"
msgid "Tango Gray"
msgstr ""
-#: strings.hrc:756
+#: include/svx/strings.hrc:752
msgctxt "RID_SVXSTR_GRDT78"
msgid "Clay"
msgstr "Анышәаҧшь"
-#: strings.hrc:757
+#: include/svx/strings.hrc:753
msgctxt "RID_SVXSTR_GRDT79"
msgid "Olive Green"
msgstr ""
-#: strings.hrc:758
+#: include/svx/strings.hrc:754
msgctxt "RID_SVXSTR_GRDT80"
msgid "Silver"
msgstr ""
-#: strings.hrc:759
+#: include/svx/strings.hrc:755
msgctxt "RID_SVXSTR_GRDT81"
msgid "Sunburst"
msgstr ""
-#: strings.hrc:760
+#: include/svx/strings.hrc:756
msgctxt "RID_SVXSTR_GRDT82"
msgid "Brownie"
msgstr ""
-#: strings.hrc:761
+#: include/svx/strings.hrc:757
msgctxt "RID_SVXSTR_GRDT83"
msgid "Sunset"
msgstr ""
-#: strings.hrc:762
+#: include/svx/strings.hrc:758
msgctxt "RID_SVXSTR_GRDT84"
msgid "Deep Green"
msgstr ""
-#: strings.hrc:763
+#: include/svx/strings.hrc:759
msgctxt "RID_SVXSTR_GRDT85"
msgid "Deep Orange"
msgstr ""
-#: strings.hrc:764
+#: include/svx/strings.hrc:760
msgctxt "RID_SVXSTR_GRDT86"
msgid "Deep Blue"
msgstr ""
-#: strings.hrc:765
+#: include/svx/strings.hrc:761
msgctxt "RID_SVXSTR_GRDT87"
msgid "Purple Haze"
msgstr ""
-#: strings.hrc:766
+#: include/svx/strings.hrc:762
msgctxt "RID_SVXSTR_HATCH0"
msgid "Black 45 Degrees Wide"
msgstr ""
-#: strings.hrc:767
+#: include/svx/strings.hrc:763
msgctxt "RID_SVXSTR_HATCH1"
msgid "Black 45 Degrees"
msgstr ""
-#: strings.hrc:768
+#: include/svx/strings.hrc:764
msgctxt "RID_SVXSTR_HATCH2"
msgid "Black -45 Degrees"
msgstr ""
-#: strings.hrc:769
+#: include/svx/strings.hrc:765
msgctxt "RID_SVXSTR_HATCH3"
msgid "Black 90 Degrees"
msgstr ""
-#: strings.hrc:770
+#: include/svx/strings.hrc:766
msgctxt "RID_SVXSTR_HATCH4"
msgid "Red Crossed 45 Degrees"
msgstr ""
-#: strings.hrc:771
+#: include/svx/strings.hrc:767
msgctxt "RID_SVXSTR_HATCH5"
msgid "Red Crossed 0 Degrees"
msgstr ""
-#: strings.hrc:772
+#: include/svx/strings.hrc:768
msgctxt "RID_SVXSTR_HATCH6"
msgid "Blue Crossed 45 Degrees"
msgstr ""
-#: strings.hrc:773
+#: include/svx/strings.hrc:769
msgctxt "RID_SVXSTR_HATCH7"
msgid "Blue Crossed 0 Degrees"
msgstr ""
-#: strings.hrc:774
+#: include/svx/strings.hrc:770
msgctxt "RID_SVXSTR_HATCH8"
msgid "Blue Triple 90 Degrees"
msgstr ""
-#: strings.hrc:775
+#: include/svx/strings.hrc:771
msgctxt "RID_SVXSTR_HATCH9"
msgid "Black 0 Degrees"
msgstr ""
-#: strings.hrc:776
+#: include/svx/strings.hrc:772
msgctxt "RID_SVXSTR_HATCH10"
msgid "Hatching"
msgstr ""
-#: strings.hrc:777
+#: include/svx/strings.hrc:773
msgctxt "RID_SVXSTR_BMP0"
msgid "Empty"
msgstr "Иҭацәуп"
-#: strings.hrc:778
+#: include/svx/strings.hrc:774
msgctxt "RID_SVXSTR_BMP1"
-msgid "Sky"
-msgstr "Ажәҩан"
+msgid "Painted White"
+msgstr ""
-#: strings.hrc:779
+#: include/svx/strings.hrc:775
msgctxt "RID_SVXSTR_BMP2"
-msgid "Water"
-msgstr "Аӡы"
+msgid "Paper Texture"
+msgstr ""
-#: strings.hrc:780
+#: include/svx/strings.hrc:776
msgctxt "RID_SVXSTR_BMP3"
-msgid "Coarse grained"
+msgid "Paper Crumpled"
msgstr ""
-#: strings.hrc:781
+#: include/svx/strings.hrc:777
msgctxt "RID_SVXSTR_BMP4"
-msgid "Mercury"
-msgstr "Артут"
+msgid "Paper Graph"
+msgstr ""
-#: strings.hrc:782
+#: include/svx/strings.hrc:778
msgctxt "RID_SVXSTR_BMP5"
-msgid "Space"
-msgstr "Акосмос"
+msgid "Parchment Paper"
+msgstr ""
-#: strings.hrc:783
+#: include/svx/strings.hrc:779
msgctxt "RID_SVXSTR_BMP6"
-msgid "Metal"
+msgid "Fence"
msgstr ""
-#: strings.hrc:784
+#: include/svx/strings.hrc:780
msgctxt "RID_SVXSTR_BMP7"
-msgid "Droplets"
-msgstr "Ацәыкәбарқәа"
+msgid "Wooden Board"
+msgstr ""
-#: strings.hrc:785
+#: include/svx/strings.hrc:781
msgctxt "RID_SVXSTR_BMP8"
-msgid "Marble"
-msgstr "Амармалташь"
+msgid "Maple Leaves"
+msgstr ""
-#: strings.hrc:786
-#, fuzzy
+#: include/svx/strings.hrc:782
msgctxt "RID_SVXSTR_BMP9"
-msgid "Linen"
-msgstr "Ацәаҳәа"
+msgid "Lawn"
+msgstr ""
-#: strings.hrc:787
+#: include/svx/strings.hrc:783
msgctxt "RID_SVXSTR_BMP10"
-msgid "Stone"
-msgstr "Ахаҳә"
+msgid "Colorful Pebbles"
+msgstr ""
-#: strings.hrc:788
+#: include/svx/strings.hrc:784
msgctxt "RID_SVXSTR_BMP11"
-msgid "Gravel"
+msgid "Coffee Beans"
msgstr ""
-#: strings.hrc:789
+#: include/svx/strings.hrc:785
msgctxt "RID_SVXSTR_BMP12"
-msgid "Wall"
-msgstr "Аҭӡы"
+msgid "Little Clouds"
+msgstr ""
-#: strings.hrc:790
+#: include/svx/strings.hrc:786
msgctxt "RID_SVXSTR_BMP13"
-msgid "Brownstone"
-msgstr "Ақьырмыт"
+msgid "Bathroom Tiles"
+msgstr ""
-#: strings.hrc:791
-#, fuzzy
+#: include/svx/strings.hrc:787
msgctxt "RID_SVXSTR_BMP14"
-msgid "Netting"
-msgstr "Архиарақәа"
+msgid "Wall of Rock"
+msgstr ""
-#: strings.hrc:792
+#: include/svx/strings.hrc:788
msgctxt "RID_SVXSTR_BMP15"
-msgid "Leaves"
-msgstr "Абӷьқәа"
+msgid "Zebra"
+msgstr ""
-#: strings.hrc:793
+#: include/svx/strings.hrc:789
msgctxt "RID_SVXSTR_BMP16"
-msgid "Artificial Turf"
+msgid "Color Stripes"
msgstr ""
-#: strings.hrc:794
+#: include/svx/strings.hrc:790
msgctxt "RID_SVXSTR_BMP17"
-msgid "Daisy"
+msgid "Gravel"
msgstr ""
-#: strings.hrc:795
-#, fuzzy
+#: include/svx/strings.hrc:791
msgctxt "RID_SVXSTR_BMP18"
-msgid "Orange"
-msgstr "адиапазон"
+msgid "Parchment Studio"
+msgstr ""
-#: strings.hrc:796
+#: include/svx/strings.hrc:792
msgctxt "RID_SVXSTR_BMP19"
-msgid "Fiery"
-msgstr "Амца"
+msgid "Night Sky"
+msgstr ""
-#: strings.hrc:797
+#: include/svx/strings.hrc:793
msgctxt "RID_SVXSTR_BMP20"
-msgid "Roses"
+msgid "Pool"
msgstr ""
-#: strings.hrc:798
+#: include/svx/strings.hrc:794
msgctxt "RID_SVXSTR_BMP21"
msgid "Bitmap"
msgstr "Атеқстура"
-#: strings.hrc:799
+#: include/svx/strings.hrc:795
msgctxt "RID_SVXSTR_BMP22"
msgid "5 Percent"
msgstr "5 процентк"
-#: strings.hrc:800
+#: include/svx/strings.hrc:796
msgctxt "RID_SVXSTR_BMP23"
msgid "10 Percent"
msgstr ""
-#: strings.hrc:801
+#: include/svx/strings.hrc:797
msgctxt "RID_SVXSTR_BMP24"
msgid "20 Percent"
msgstr ""
-#: strings.hrc:802
+#: include/svx/strings.hrc:798
msgctxt "RID_SVXSTR_BMP25"
msgid "25 Percent"
msgstr ""
-#: strings.hrc:803
+#: include/svx/strings.hrc:799
msgctxt "RID_SVXSTR_BMP26"
msgid "30 Percent"
msgstr ""
-#: strings.hrc:804
+#: include/svx/strings.hrc:800
msgctxt "RID_SVXSTR_BMP27"
msgid "40 Percent"
msgstr ""
-#: strings.hrc:805
+#: include/svx/strings.hrc:801
msgctxt "RID_SVXSTR_BMP28"
msgid "50 Percent"
msgstr ""
-#: strings.hrc:806
+#: include/svx/strings.hrc:802
msgctxt "RID_SVXSTR_BMP29"
msgid "60 Percent"
msgstr ""
-#: strings.hrc:807
+#: include/svx/strings.hrc:803
msgctxt "RID_SVXSTR_BMP30"
msgid "70 Percent"
msgstr ""
-#: strings.hrc:808
+#: include/svx/strings.hrc:804
msgctxt "RID_SVXSTR_BMP31"
msgid "75 Percent"
msgstr ""
-#: strings.hrc:809
+#: include/svx/strings.hrc:805
msgctxt "RID_SVXSTR_BMP32"
msgid "80 Percent"
msgstr ""
-#: strings.hrc:810
+#: include/svx/strings.hrc:806
msgctxt "RID_SVXSTR_BMP33"
msgid "90 Percent"
msgstr ""
-#: strings.hrc:811
+#: include/svx/strings.hrc:807
msgctxt "RID_SVXSTR_BMP34"
msgid "Light Downward Diagonal"
msgstr ""
-#: strings.hrc:812
+#: include/svx/strings.hrc:808
msgctxt "RID_SVXSTR_BMP35"
msgid "Light Upward Diagonal"
msgstr ""
-#: strings.hrc:813
+#: include/svx/strings.hrc:809
msgctxt "RID_SVXSTR_BMP36"
msgid "Dark Downward Diagonal"
msgstr ""
-#: strings.hrc:814
+#: include/svx/strings.hrc:810
msgctxt "RID_SVXSTR_BMP37"
msgid "Dark Upward Diagonal"
msgstr ""
-#: strings.hrc:815
+#: include/svx/strings.hrc:811
msgctxt "RID_SVXSTR_BMP38"
msgid "Wide Downward Diagonal"
msgstr ""
-#: strings.hrc:816
+#: include/svx/strings.hrc:812
msgctxt "RID_SVXSTR_BMP39"
msgid "Wide Upward Diagonal"
msgstr ""
-#: strings.hrc:817
+#: include/svx/strings.hrc:813
msgctxt "RID_SVXSTR_BMP40"
msgid "Light Vertical"
msgstr ""
-#: strings.hrc:818
+#: include/svx/strings.hrc:814
msgctxt "RID_SVXSTR_BMP41"
msgid "Light Horizontal"
msgstr ""
-#: strings.hrc:819
+#: include/svx/strings.hrc:815
msgctxt "RID_SVXSTR_BMP42"
msgid "Narrow Vertical"
msgstr ""
-#: strings.hrc:820
+#: include/svx/strings.hrc:816
msgctxt "RID_SVXSTR_BMP43"
msgid "Narrow Horizontal"
msgstr ""
-#: strings.hrc:821
+#: include/svx/strings.hrc:817
msgctxt "RID_SVXSTR_BMP44"
msgid "Dark Vertical"
msgstr ""
-#: strings.hrc:822
+#: include/svx/strings.hrc:818
msgctxt "RID_SVXSTR_BMP45"
msgid "Dark Horizontal"
msgstr ""
-#: strings.hrc:823
+#: include/svx/strings.hrc:819
msgctxt "RID_SVXSTR_BMP46"
msgid "Dashed Downward Diagonal"
msgstr ""
-#: strings.hrc:824
+#: include/svx/strings.hrc:820
msgctxt "RID_SVXSTR_BMP47"
msgid "Dashed Upward Diagonal"
msgstr ""
-#: strings.hrc:825
+#: include/svx/strings.hrc:821
msgctxt "RID_SVXSTR_BMP48"
msgid "Dashed Horizontal"
msgstr ""
-#: strings.hrc:826
+#: include/svx/strings.hrc:822
msgctxt "RID_SVXSTR_BMP49"
msgid "Dashed Vertical"
msgstr ""
-#: strings.hrc:827
+#: include/svx/strings.hrc:823
msgctxt "RID_SVXSTR_BMP50"
msgid "Small Confetti"
msgstr ""
-#: strings.hrc:828
+#: include/svx/strings.hrc:824
msgctxt "RID_SVXSTR_BMP51"
msgid "Large Confetti"
msgstr ""
-#: strings.hrc:829
+#: include/svx/strings.hrc:825
msgctxt "RID_SVXSTR_BMP52"
msgid "Zig Zag"
msgstr ""
-#: strings.hrc:830
+#: include/svx/strings.hrc:826
msgctxt "RID_SVXSTR_BMP53"
msgid "Wave"
msgstr "Ацәқәырҧа"
-#: strings.hrc:831
+#: include/svx/strings.hrc:827
msgctxt "RID_SVXSTR_BMP54"
msgid "Diagonal Brick"
msgstr ""
-#: strings.hrc:832
+#: include/svx/strings.hrc:828
msgctxt "RID_SVXSTR_BMP55"
msgid "Horizontal Brick"
msgstr ""
-#: strings.hrc:833
+#: include/svx/strings.hrc:829
msgctxt "RID_SVXSTR_BMP56"
msgid "Weave"
msgstr ""
-#: strings.hrc:834
+#: include/svx/strings.hrc:830
msgctxt "RID_SVXSTR_BMP57"
msgid "Plaid"
msgstr ""
-#: strings.hrc:835
+#: include/svx/strings.hrc:831
msgctxt "RID_SVXSTR_BMP58"
msgid "Divot"
msgstr ""
-#: strings.hrc:836
+#: include/svx/strings.hrc:832
msgctxt "RID_SVXSTR_BMP59"
msgid "Dotted Grid"
msgstr ""
-#: strings.hrc:837
+#: include/svx/strings.hrc:833
msgctxt "RID_SVXSTR_BMP60"
msgid "Dotted Diamond"
msgstr ""
-#: strings.hrc:838
+#: include/svx/strings.hrc:834
msgctxt "RID_SVXSTR_BMP61"
msgid "Shingle"
msgstr ""
-#: strings.hrc:839
+#: include/svx/strings.hrc:835
msgctxt "RID_SVXSTR_BMP62"
msgid "Trellis"
msgstr ""
-#: strings.hrc:840
+#: include/svx/strings.hrc:836
msgctxt "RID_SVXSTR_BMP63"
msgid "Sphere"
msgstr ""
-#: strings.hrc:841
+#: include/svx/strings.hrc:837
msgctxt "RID_SVXSTR_BMP64"
msgid "Small Grid"
msgstr ""
-#: strings.hrc:842
+#: include/svx/strings.hrc:838
msgctxt "RID_SVXSTR_BMP65"
msgid "Large Grid"
msgstr ""
-#: strings.hrc:843
+#: include/svx/strings.hrc:839
msgctxt "RID_SVXSTR_BMP66"
msgid "Small Checker Board"
msgstr ""
-#: strings.hrc:844
+#: include/svx/strings.hrc:840
msgctxt "RID_SVXSTR_BMP67"
msgid "Large Checker Board"
msgstr ""
-#: strings.hrc:845
+#: include/svx/strings.hrc:841
msgctxt "RID_SVXSTR_BMP68"
msgid "Outlined Diamond"
msgstr ""
-#: strings.hrc:846
+#: include/svx/strings.hrc:842
msgctxt "RID_SVXSTR_BMP69"
msgid "Solid Diamond"
msgstr ""
-#: strings.hrc:847
+#: include/svx/strings.hrc:843
msgctxt "RID_SVXSTR_BMP70"
msgid "Vertical"
msgstr ""
-#: strings.hrc:848
+#: include/svx/strings.hrc:844
msgctxt "RID_SVXSTR_BMP71"
msgid "Horizontal"
msgstr "Агоризонталқәа"
-#: strings.hrc:849
+#: include/svx/strings.hrc:845
msgctxt "RID_SVXSTR_BMP72"
msgid "Downward Diagonal"
msgstr ""
-#: strings.hrc:850
+#: include/svx/strings.hrc:846
msgctxt "RID_SVXSTR_BMP73"
msgid "Upward Diagonal"
msgstr ""
-#: strings.hrc:851
+#: include/svx/strings.hrc:847
msgctxt "RID_SVXSTR_BMP74"
msgid "Cross"
msgstr ""
-#: strings.hrc:852
+#: include/svx/strings.hrc:848
msgctxt "RID_SVXSTR_BMP75"
msgid "Diagonal Cross"
msgstr ""
-#: strings.hrc:853
+#: include/svx/strings.hrc:849
msgctxt "RID_SVXSTR_DASH0"
msgid "Ultrafine Dashed"
msgstr ""
-#: strings.hrc:854
+#: include/svx/strings.hrc:850
msgctxt "RID_SVXSTR_DASH1"
msgid "Fine Dashed"
msgstr ""
-#: strings.hrc:855
+#: include/svx/strings.hrc:851
msgctxt "RID_SVXSTR_DASH2"
msgid "2 Dots 3 Dashes"
msgstr ""
-#: strings.hrc:856
+#: include/svx/strings.hrc:852
msgctxt "RID_SVXSTR_DASH3"
msgid "Fine Dotted"
msgstr ""
-#: strings.hrc:857
+#: include/svx/strings.hrc:853
msgctxt "RID_SVXSTR_DASH4"
msgid "Line with Fine Dots"
msgstr ""
-#: strings.hrc:858
+#: include/svx/strings.hrc:854
msgctxt "RID_SVXSTR_DASH5"
msgid "Fine Dashed"
msgstr ""
-#: strings.hrc:859
+#: include/svx/strings.hrc:855
msgctxt "RID_SVXSTR_DASH6"
msgid "3 Dashes 3 Dots"
msgstr ""
-#: strings.hrc:860
+#: include/svx/strings.hrc:856
msgctxt "RID_SVXSTR_DASH7"
msgid "Ultrafine Dotted"
msgstr ""
-#: strings.hrc:861
+#: include/svx/strings.hrc:857
msgctxt "RID_SVXSTR_DASH8"
msgid "Line Style 9"
msgstr "Аҵәаӷәа астиль 9"
-#: strings.hrc:862
+#: include/svx/strings.hrc:858
msgctxt "RID_SVXSTR_DASH9"
msgid "2 Dots 1 Dash"
msgstr ""
-#: strings.hrc:863
+#: include/svx/strings.hrc:859
msgctxt "RID_SVXSTR_DASH10"
msgid "Dashed"
msgstr ""
-#: strings.hrc:864
+#: include/svx/strings.hrc:860
msgctxt "RID_SVXSTR_DASH11"
msgid "Dashed"
msgstr ""
-#: strings.hrc:865
+#: include/svx/strings.hrc:861
msgctxt "RID_SVXSTR_DASH12"
msgid "Line Style"
msgstr "Аҵәаӷәа астиль"
-#: strings.hrc:866
+#: include/svx/strings.hrc:862
msgctxt "RID_SVXSTR_IMAP_ALL_FILTER"
msgid "All formats"
msgstr ""
-#: strings.hrc:867
+#: include/svx/strings.hrc:863
msgctxt "RID_SVXSTR_LEND0"
msgid "Arrow concave"
msgstr ""
-#: strings.hrc:868
+#: include/svx/strings.hrc:864
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Аромб"
-#: strings.hrc:869
+#: include/svx/strings.hrc:865
msgctxt "RID_SVXSTR_LEND2"
msgid "Small arrow"
msgstr ""
-#: strings.hrc:870
+#: include/svx/strings.hrc:866
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension lines"
msgstr ""
-#: strings.hrc:871
+#: include/svx/strings.hrc:867
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr ""
-#: strings.hrc:872
+#: include/svx/strings.hrc:868
msgctxt "RID_SVXSTR_LEND5"
msgid "Rounded short arrow"
msgstr ""
-#: strings.hrc:873
+#: include/svx/strings.hrc:869
msgctxt "RID_SVXSTR_LEND6"
msgid "Symmetric arrow"
msgstr ""
-#: strings.hrc:874
+#: include/svx/strings.hrc:870
msgctxt "RID_SVXSTR_LEND7"
msgid "Line arrow"
msgstr ""
-#: strings.hrc:875
+#: include/svx/strings.hrc:871
msgctxt "RID_SVXSTR_LEND8"
msgid "Rounded large arrow"
msgstr ""
-#: strings.hrc:876
+#: include/svx/strings.hrc:872
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Агьежь"
-#: strings.hrc:877
+#: include/svx/strings.hrc:873
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Аквадрат"
-#: strings.hrc:878
+#: include/svx/strings.hrc:874
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Ахыц"
-#: strings.hrc:879
+#: include/svx/strings.hrc:875
msgctxt "RID_SVXSTR_LEND12"
msgid "Short line arrow"
msgstr ""
-#: strings.hrc:880
+#: include/svx/strings.hrc:876
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
-#: strings.hrc:881
+#: include/svx/strings.hrc:877
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
-#: strings.hrc:882
+#: include/svx/strings.hrc:878
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Аромб"
-#: strings.hrc:883
+#: include/svx/strings.hrc:879
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr ""
-#: strings.hrc:884
+#: include/svx/strings.hrc:880
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr ""
-#: strings.hrc:885
+#: include/svx/strings.hrc:881
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr ""
-#: strings.hrc:886
+#: include/svx/strings.hrc:882
msgctxt "RID_SVXSTR_LEND19"
msgid "Half circle unfilled"
msgstr ""
-#: strings.hrc:887
+#: include/svx/strings.hrc:883
msgctxt "RID_SVXSTR_LEND20"
msgid "Arrowhead"
msgstr ""
-#: strings.hrc:888
+#: include/svx/strings.hrc:884
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr ""
-#: strings.hrc:889
+#: include/svx/strings.hrc:885
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
-#: strings.hrc:890
+#: include/svx/strings.hrc:886
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr ""
-#: strings.hrc:891
+#: include/svx/strings.hrc:887
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr ""
-#: strings.hrc:892
+#: include/svx/strings.hrc:888
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr ""
-#: strings.hrc:893
+#: include/svx/strings.hrc:889
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
-#: strings.hrc:894
+#: include/svx/strings.hrc:890
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
-#: strings.hrc:895
+#: include/svx/strings.hrc:891
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:898
+#: include/svx/strings.hrc:894
msgctxt "RID_SVXSTR_COLOR_TANGO_BUTTER"
msgid "Tango: Butter"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:900
+#: include/svx/strings.hrc:896
msgctxt "RID_SVXSTR_COLOR_TANGO_ORANGE"
msgid "Tango: Orange"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:902
+#: include/svx/strings.hrc:898
msgctxt "RID_SVXSTR_COLOR_TANGO_CHOCOLATE"
msgid "Tango: Chocolate"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:904
+#: include/svx/strings.hrc:900
msgctxt "RID_SVXSTR_COLOR_TANGO_CHAMELEON"
msgid "Tango: Chameleon"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:906
+#: include/svx/strings.hrc:902
msgctxt "RID_SVXSTR_COLOR_TANGO_SKY_BLUE"
msgid "Tango: Sky Blue"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:908
+#: include/svx/strings.hrc:904
msgctxt "RID_SVXSTR_COLOR_TANGO_PLUM"
msgid "Tango: Plum"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:910
+#: include/svx/strings.hrc:906
msgctxt "RID_SVXSTR_COLOR_TANGO_SCARLET_RED"
msgid "Tango: Scarlet Red"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:912
+#: include/svx/strings.hrc:908
msgctxt "RID_SVXSTR_COLOR_TANGO_ALUMINIUM"
msgid "Tango: Aluminium"
msgstr ""
-#: strings.hrc:913
+#: include/svx/strings.hrc:909
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr ""
-#: strings.hrc:914
+#: include/svx/strings.hrc:910
msgctxt "RID_SVXSTR_GALLERY_THEMEITEMS"
msgid "Theme Items"
msgstr ""
-#: strings.hrc:915
+#: include/svx/strings.hrc:911
msgctxt "RID_SVXSTR_GALLERY_PREVIEW"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: strings.hrc:916
+#: include/svx/strings.hrc:912
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Қәҿиарала еиҭашьақәыргылоуп"
-#: strings.hrc:917
+#: include/svx/strings.hrc:913
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr ""
-#: strings.hrc:918
+#: include/svx/strings.hrc:914
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr ""
-#: strings.hrc:919
+#: include/svx/strings.hrc:915
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr ""
-#: strings.hrc:920
+#: include/svx/strings.hrc:916
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr ""
-#: strings.hrc:921
+#: include/svx/strings.hrc:917
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 ""
-#: strings.hrc:922
+#: include/svx/strings.hrc:918
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr ""
-#: strings.hrc:923
+#: include/svx/strings.hrc:919
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "Ихыркәшатәуп"
-#: strings.hrc:924
+#: include/svx/strings.hrc:920
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "Аҵыхәтәантәи аҵакы"
-#: strings.hrc:925
+#: include/svx/strings.hrc:921
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "пт"
-#: strings.hrc:927
+#: include/svx/strings.hrc:923
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "Асахьа аекспорт"
-#: strings.hrc:928
+#: include/svx/strings.hrc:924
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "Еиқәырхатәуп асахьа"
#. Strings for the Draw Dialog --------------------------------------------
-#: strings.hrc:931
+#: include/svx/strings.hrc:927
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Ибжьаргылатәуп аобиеқт(қәа)"
-#: strings.hrc:932
+#: include/svx/strings.hrc:928
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr ""
-#: strings.hrc:933
+#: include/svx/strings.hrc:929
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr ""
-#: strings.hrc:934
+#: include/svx/strings.hrc:930
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr ""
-#: strings.hrc:935
+#: include/svx/strings.hrc:931
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr ""
#. Language-Strings ------------------------------------------------------
-#: strings.hrc:938
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Зегьы]"
-#: strings.hrc:940
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr ""
-#: strings.hrc:941
+#: include/svx/strings.hrc:937
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Атема ҿыц"
-#: strings.hrc:942
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New Theme..."
msgstr "Иаҧҵатәуп атема..."
-#: strings.hrc:943
+#: include/svx/strings.hrc:939
msgctxt "RID_SVXSTR_GALLERY_TITLE"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:944
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_GALLERY_ICONVIEW"
msgid "Icon View"
msgstr ""
-#: strings.hrc:945
+#: include/svx/strings.hrc:941
msgctxt "RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr ""
-#: strings.hrc:947
+#: include/svx/strings.hrc:943
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr ""
-#: strings.hrc:948
+#: include/svx/strings.hrc:944
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr ""
-#: strings.hrc:949
+#: include/svx/strings.hrc:945
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Амаркерқәа"
-#: strings.hrc:950
+#: include/svx/strings.hrc:946
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Аофис"
-#: strings.hrc:951
+#: include/svx/strings.hrc:947
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Абираҟқәа"
-#: strings.hrc:952
+#: include/svx/strings.hrc:948
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Аблок-схемақәа"
-#: strings.hrc:953
+#: include/svx/strings.hrc:949
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr ""
-#: strings.hrc:954
+#: include/svx/strings.hrc:950
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Асахьақәа"
-#: strings.hrc:955
+#: include/svx/strings.hrc:951
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Аҿаҧшырақәа"
-#: strings.hrc:956
+#: include/svx/strings.hrc:952
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Аҩынтәи адаҟьа"
-#: strings.hrc:957
+#: include/svx/strings.hrc:953
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr ""
-#: strings.hrc:958
+#: include/svx/strings.hrc:954
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr ""
-#: strings.hrc:959
+#: include/svx/strings.hrc:955
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr ""
-#: strings.hrc:960
+#: include/svx/strings.hrc:956
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr ""
-#: strings.hrc:961
+#: include/svx/strings.hrc:957
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Акомпиутерқәа"
-#: strings.hrc:962
+#: include/svx/strings.hrc:958
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr ""
-#: strings.hrc:963
+#: include/svx/strings.hrc:959
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
-#: strings.hrc:964
+#: include/svx/strings.hrc:960
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Афинансқәа"
-#: strings.hrc:965
+#: include/svx/strings.hrc:961
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
-#: strings.hrc:966
+#: include/svx/strings.hrc:962
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr ""
-#: strings.hrc:967
+#: include/svx/strings.hrc:963
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr ""
-#: strings.hrc:968
+#: include/svx/strings.hrc:964
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Адыргақәа"
-#: strings.hrc:969
+#: include/svx/strings.hrc:965
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr ""
-#: strings.hrc:970
+#: include/svx/strings.hrc:966
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Ахыц"
-#: strings.hrc:971
+#: include/svx/strings.hrc:967
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr ""
-#: strings.hrc:972
+#: include/svx/strings.hrc:968
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Аклавиатура"
-#: strings.hrc:973
+#: include/svx/strings.hrc:969
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Аамҭа"
-#: strings.hrc:974
+#: include/svx/strings.hrc:970
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Апрезентациа"
-#: strings.hrc:975
+#: include/svx/strings.hrc:971
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Амзар"
-#: strings.hrc:976
+#: include/svx/strings.hrc:972
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Анавигациа"
-#: strings.hrc:977
+#: include/svx/strings.hrc:973
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr ""
-#: strings.hrc:978
+#: include/svx/strings.hrc:974
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Афинансқәа"
-#: strings.hrc:979
+#: include/svx/strings.hrc:975
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Акомпиутерқәа"
-#: strings.hrc:980
+#: include/svx/strings.hrc:976
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr ""
-#: strings.hrc:981
+#: include/svx/strings.hrc:977
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr ""
-#: strings.hrc:982
+#: include/svx/strings.hrc:978
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr ""
-#: strings.hrc:983
+#: include/svx/strings.hrc:979
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr ""
-#: strings.hrc:985
+#: include/svx/strings.hrc:981
msgctxt "RID_SVXSTR_ALIGN_LEFT"
msgid "~Left Align"
msgstr ""
-#: strings.hrc:986
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_ALIGN_CENTER"
msgid "~Center"
msgstr "Ацентр ала"
-#: strings.hrc:987
+#: include/svx/strings.hrc:983
msgctxt "RID_SVXSTR_ALIGN_RIGHT"
msgid "~Right Align"
msgstr ""
-#: strings.hrc:988
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_ALIGN_WORD"
msgid "~Word Justify"
msgstr ""
-#: strings.hrc:989
+#: include/svx/strings.hrc:985
msgctxt "RID_SVXSTR_ALIGN_STRETCH"
msgid "S~tretch Justify"
msgstr ""
-#: strings.hrc:990
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_CHARS_SPACING_VERY_TIGHT"
msgid "~Very Tight"
msgstr ""
-#: strings.hrc:991
+#: include/svx/strings.hrc:987
msgctxt "RID_SVXSTR_CHARS_SPACING_TIGHT"
msgid "~Tight"
msgstr ""
-#: strings.hrc:992
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_CHARS_SPACING_NORMAL"
msgid "~Normal"
msgstr "Инормалтәу"
-#: strings.hrc:993
+#: include/svx/strings.hrc:989
msgctxt "RID_SVXSTR_CHARS_SPACING_LOOSE"
msgid "~Loose"
msgstr ""
-#: strings.hrc:994
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_CHARS_SPACING_VERY_LOOSE"
msgid "Very ~Loose"
msgstr ""
-#: strings.hrc:995
+#: include/svx/strings.hrc:991
msgctxt "RID_SVXSTR_CHARS_SPACING_CUSTOM"
msgid "~Custom..."
msgstr ""
-#: strings.hrc:996
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_CHARS_SPACING_KERN_PAIRS"
msgid "~Kern Character Pairs"
msgstr ""
-#: strings.hrc:998
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Иалкаау ахәҭа акьыҧхьра"
-#: strings.hrc:999
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr ""
-#: strings.hrc:1000
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "Зегьы"
-#: strings.hrc:1001
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "Алкаара"
-#: strings.hrc:1003
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_PERSPECTIVE"
msgid "~Perspective"
msgstr "Аперспектива"
-#: strings.hrc:1004
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_PARALLEL"
msgid "P~arallel"
msgstr ""
-#: strings.hrc:1005
+#: include/svx/strings.hrc:1001
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr ""
-#: strings.hrc:1006
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr ""
-#: strings.hrc:1007
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr ""
-#: strings.hrc:1008
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr ""
-#: strings.hrc:1009
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr ""
-#: strings.hrc:1010
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr ""
-#: strings.hrc:1011
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr ""
-#: strings.hrc:1012
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr ""
-#: strings.hrc:1013
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr ""
-#: strings.hrc:1014
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_BRIGHT"
msgid "~Bright"
msgstr ""
-#: strings.hrc:1015
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_NORMAL"
msgid "~Normal"
msgstr "Инормалтәу"
-#: strings.hrc:1016
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_DIM"
msgid "~Dim"
msgstr ""
-#: strings.hrc:1017
+#: include/svx/strings.hrc:1013
msgctxt "RID_SVXSTR_WIREFRAME"
msgid "~Wire Frame"
msgstr ""
-#: strings.hrc:1018
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_MATTE"
msgid "~Matt"
msgstr ""
-#: strings.hrc:1019
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_PLASTIC"
msgid "~Plastic"
msgstr ""
-#: strings.hrc:1020
+#: include/svx/strings.hrc:1016
msgctxt "RID_SVXSTR_METAL"
msgid "Me~tal"
msgstr ""
-#: strings.hrc:1021
+#: include/svx/strings.hrc:1017
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr ""
-#: strings.hrc:1022
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr ""
-#: strings.hrc:1023
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr ""
-#: strings.hrc:1024
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr ""
-#: strings.hrc:1025
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr ""
-#: strings.hrc:1026
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr ""
-#: strings.hrc:1027
+#: include/svx/strings.hrc:1023
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr ""
-#: strings.hrc:1028
+#: include/svx/strings.hrc:1024
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr ""
-#: strings.hrc:1029
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr ""
-#: strings.hrc:1030
+#: include/svx/strings.hrc:1026
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr ""
-#: strings.hrc:1031
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_CUSTOM"
msgid "~Custom..."
msgstr ""
-#: strings.hrc:1032
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_INFINITY"
msgid "~Infinity"
msgstr ""
-#: strings.hrc:1034
+#: include/svx/strings.hrc:1030
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr ""
-#: strings.hrc:1035
+#: include/svx/strings.hrc:1031
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr ""
-#: strings.hrc:1036
+#: include/svx/strings.hrc:1032
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Астандарт"
-#: strings.hrc:1037
+#: include/svx/strings.hrc:1033
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr ""
-#: strings.hrc:1038
+#: include/svx/strings.hrc:1034
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr ""
-#: strings.hrc:1039
+#: include/svx/strings.hrc:1035
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr ""
-#: strings.hrc:1040
+#: include/svx/strings.hrc:1036
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "Еиҭа амаркерқәа..."
-#: strings.hrc:1041
+#: include/svx/strings.hrc:1037
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
-#: strings.hrc:1042
+#: include/svx/strings.hrc:1038
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Адаҟьақәа"
-#: strings.hrc:1043
+#: include/svx/strings.hrc:1039
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Ирыцқьатәуп аформатркра"
-#: strings.hrc:1044
+#: include/svx/strings.hrc:1040
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "Еиҳаны астильқәа..."
-#: strings.hrc:1045
+#: include/svx/strings.hrc:1041
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "Еиҭа апараметрқәа..."
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: strings.hrc:1047
+#: include/svx/strings.hrc:1043
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Агарнитура"
-#: strings.hrc:1048
+#: include/svx/strings.hrc:1044
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
-#: strings.hrc:1049
+#: include/svx/strings.hrc:1045
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr ""
-#: strings.hrc:1050
+#: include/svx/strings.hrc:1046
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
-#: strings.hrc:1051
+#: include/svx/strings.hrc:1047
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
-#: strings.hrc:1053
+#: include/svx/strings.hrc:1049
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Аекструзиа"
-#: strings.hrc:1054
+#: include/svx/strings.hrc:1050
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr ""
-#: strings.hrc:1055
+#: include/svx/strings.hrc:1051
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Инарҳәтәуп ҵаҟа"
-#: strings.hrc:1056
+#: include/svx/strings.hrc:1052
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Инарҳәтәуп хыхь"
-#: strings.hrc:1057
+#: include/svx/strings.hrc:1053
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Инарҳәтәуп армарахь"
-#: strings.hrc:1058
+#: include/svx/strings.hrc:1054
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Инарҳәтәуп арӷьарахь"
-#: strings.hrc:1059
+#: include/svx/strings.hrc:1055
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr ""
-#: strings.hrc:1060
+#: include/svx/strings.hrc:1056
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr ""
-#: strings.hrc:1061
+#: include/svx/strings.hrc:1057
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr ""
-#: strings.hrc:1062
+#: include/svx/strings.hrc:1058
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr ""
-#: strings.hrc:1063
+#: include/svx/strings.hrc:1059
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr ""
-#: strings.hrc:1064
+#: include/svx/strings.hrc:1060
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr ""
-#: strings.hrc:1065
+#: include/svx/strings.hrc:1061
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr ""
-#: strings.hrc:1067
+#: include/svx/strings.hrc:1063
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Атеқстура"
-#: strings.hrc:1068
+#: include/svx/strings.hrc:1064
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
-#: strings.hrc:1069
+#: include/svx/strings.hrc:1065
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
-#: strings.hrc:1070
+#: include/svx/strings.hrc:1066
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
-#: strings.hrc:1072
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Атеқсттә еффектқәа"
-#: strings.hrc:1073
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Ихархәатәуп атеқсттә еффект аформа"
-#: strings.hrc:1074
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr ""
-#: strings.hrc:1075
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr ""
-#: strings.hrc:1076
+#: include/svx/strings.hrc:1072
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr ""
-#: strings.hrc:1078
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_A11Y_3D_MATERIAL_COLOR"
msgid "3D material color"
msgstr ""
-#: strings.hrc:1079
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_NONE"
msgid "None"
msgstr "Ада"
-#: strings.hrc:1080
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_SOLID"
msgid "Solid"
msgstr ""
-#: strings.hrc:1081
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_HATCH"
msgid "With hatching"
msgstr ""
-#: strings.hrc:1082
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_GRADIENT"
msgid "Gradient"
msgstr "Аградиент"
-#: strings.hrc:1083
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_BITMAP"
msgid "Bitmap"
msgstr "Арастр"
-#: strings.hrc:1084
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr ""
-#: strings.hrc:1085
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Астиль"
-#: strings.hrc:1086
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "и"
#. SvxRectCtl
-#: strings.hrc:1088
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr ""
-#: strings.hrc:1089
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Акәакьтә кәаҧ алхра"
-#: strings.hrc:1090
-msgctxt "RID_SVXSTR_RECTCTL_ACC_ANGL_NAME"
-msgid "Angle control"
-msgstr ""
-
-#: strings.hrc:1091
-msgctxt "RID_SVXSTR_RECTCTL_ACC_ANGL_DESCR"
-msgid "Selection of a major angle."
-msgstr "Ихадоу акәакь алхра."
-
-#: strings.hrc:1092
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Хыхьла арымарахь"
-#: strings.hrc:1093
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr ""
-#: strings.hrc:1094
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Хыхьла арыӷьарахь"
-#: strings.hrc:1095
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr ""
-#: strings.hrc:1096
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Ацентр ала"
-#: strings.hrc:1097
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr ""
-#: strings.hrc:1098
+#: include/svx/strings.hrc:1092
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Ҵаҟала арымарахь"
-#: strings.hrc:1099
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr ""
-#: strings.hrc:1100
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Ҵаҟала арыӷьарахь"
-#: strings.hrc:1101
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A000"
-msgid "0 degrees"
-msgstr "0 градус"
-
-#: strings.hrc:1102
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A045"
-msgid "45 degrees"
-msgstr "45 градус"
-
-#: strings.hrc:1103
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A090"
-msgid "90 degrees"
-msgstr "90 градус"
-
-#: strings.hrc:1104
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A135"
-msgid "135 degrees"
-msgstr "135 градус"
-
-#: strings.hrc:1105
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A180"
-msgid "180 degrees"
-msgstr "180 градус"
-
-#: strings.hrc:1106
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A225"
-msgid "225 degrees"
-msgstr "225 градус"
-
-#: strings.hrc:1107
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A270"
-msgid "270 degrees"
-msgstr "270 градус"
-
-#: strings.hrc:1108
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A315"
-msgid "315 degrees"
-msgstr "315 градус"
-
#. SvxGraphCtrlAccessibleContext
-#: strings.hrc:1110
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr ""
-#: strings.hrc:1111
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Ара шәара ишәылшоит ишәыҧсахыр аконтур."
-#: strings.hrc:1112
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Иҷыдоу асимвол алхра"
-#: strings.hrc:1113
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr ""
#. The space behind is a must.
-#: strings.hrc:1115
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Асимвол акод "
-#: strings.hrc:1117
+#: include/svx/strings.hrc:1103
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr ""
-#: strings.hrc:1118
+#: include/svx/strings.hrc:1104
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Аформақәа"
-#: strings.hrc:1119
+#: include/svx/strings.hrc:1105
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr ""
-#: strings.hrc:1120
+#: include/svx/strings.hrc:1106
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Аҷыдаҟазшьақәа:"
-#: strings.hrc:1121
+#: include/svx/strings.hrc:1107
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Аформа аҷыдаҟазшьақәа"
-#: strings.hrc:1122
+#: include/svx/strings.hrc:1108
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr ""
-#: strings.hrc:1123
+#: include/svx/strings.hrc:1109
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Аформа"
-#: strings.hrc:1124
+#: include/svx/strings.hrc:1110
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Аформа"
-#: strings.hrc:1125
+#: include/svx/strings.hrc:1111
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr ""
-#: strings.hrc:1126
+#: include/svx/strings.hrc:1112
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr ""
-#: strings.hrc:1127
+#: include/svx/strings.hrc:1113
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Аҭаҩра"
-#: strings.hrc:1128
+#: include/svx/strings.hrc:1114
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "аҟынтә"
-#: strings.hrc:1129
+#: include/svx/strings.hrc:1115
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Аҭакыра алхра:"
-#: strings.hrc:1130
+#: include/svx/strings.hrc:1116
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr ""
-#: strings.hrc:1131
+#: include/svx/strings.hrc:1117
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
-#: strings.hrc:1132
+#: include/svx/strings.hrc:1118
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr ""
-#: strings.hrc:1133
+#: include/svx/strings.hrc:1119
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr ""
-#: strings.hrc:1134
+#: include/svx/strings.hrc:1120
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 ""
-#: strings.hrc:1135
+#: include/svx/strings.hrc:1121
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr ""
-#: strings.hrc:1136
+#: include/svx/strings.hrc:1122
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Аиҵагыла"
-#: strings.hrc:1137
+#: include/svx/strings.hrc:1123
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr ""
-#: strings.hrc:1138
+#: include/svx/strings.hrc:1124
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr ""
-#: strings.hrc:1139
+#: include/svx/strings.hrc:1125
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Ианыхтәуп #"
-#: strings.hrc:1140
+#: include/svx/strings.hrc:1126
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Ианыхтәуп # аобиеқт(қәа)"
-#: strings.hrc:1141
+#: include/svx/strings.hrc:1127
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr ""
-#: strings.hrc:1142
+#: include/svx/strings.hrc:1128
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr ""
-#: strings.hrc:1143
+#: include/svx/strings.hrc:1129
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Акнопка"
-#: strings.hrc:1144
+#: include/svx/strings.hrc:1130
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr ""
-#: strings.hrc:1145
+#: include/svx/strings.hrc:1131
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
-#: strings.hrc:1146
+#: include/svx/strings.hrc:1132
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Аҭыҧдырга"
-#: strings.hrc:1147
+#: include/svx/strings.hrc:1133
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Агәыҧ"
-#: strings.hrc:1148
+#: include/svx/strings.hrc:1134
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr ""
-#: strings.hrc:1149
+#: include/svx/strings.hrc:1135
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
-#: strings.hrc:1150
+#: include/svx/strings.hrc:1136
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Ахьӡынҵа"
-#: strings.hrc:1151
+#: include/svx/strings.hrc:1137
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
-#: strings.hrc:1152
+#: include/svx/strings.hrc:1138
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Аграфикатә кнопка"
-#: strings.hrc:1153
+#: include/svx/strings.hrc:1139
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
-#: strings.hrc:1154
+#: include/svx/strings.hrc:1140
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Афаил алхра"
-#: strings.hrc:1155
+#: include/svx/strings.hrc:1141
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
-msgstr ""
+msgstr "Арыцхә аҭакыра"
-#: strings.hrc:1156
+#: include/svx/strings.hrc:1142
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr ""
-#: strings.hrc:1157
+#: include/svx/strings.hrc:1143
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr ""
-#: strings.hrc:1158
+#: include/svx/strings.hrc:1144
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr ""
-#: strings.hrc:1159
+#: include/svx/strings.hrc:1145
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
-#: strings.hrc:1160
+#: include/svx/strings.hrc:1146
#, fuzzy
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Атаблица"
-#: strings.hrc:1161
+#: include/svx/strings.hrc:1147
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr ""
-#: strings.hrc:1162
+#: include/svx/strings.hrc:1148
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr ""
-#: strings.hrc:1163
+#: include/svx/strings.hrc:1149
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr ""
-#: strings.hrc:1164
+#: include/svx/strings.hrc:1150
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Гәыҧ-гәыҧла алкаара"
-#: strings.hrc:1165
+#: include/svx/strings.hrc:1151
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr ""
-#: strings.hrc:1166
+#: include/svx/strings.hrc:1152
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Арыцхә)"
-#: strings.hrc:1167
+#: include/svx/strings.hrc:1153
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Аамҭа)"
-#: strings.hrc:1168
+#: include/svx/strings.hrc:1154
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr ""
-#: strings.hrc:1169
+#: include/svx/strings.hrc:1155
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr ""
-#: strings.hrc:1170
+#: include/svx/strings.hrc:1156
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Ма"
-#: strings.hrc:1171
+#: include/svx/strings.hrc:1157
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 ""
-#: strings.hrc:1172
+#: include/svx/strings.hrc:1158
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr ""
-#: strings.hrc:1173
+#: include/svx/strings.hrc:1159
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
-#: strings.hrc:1174
+#: include/svx/strings.hrc:1160
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
-#: strings.hrc:1175
+#: include/svx/strings.hrc:1161
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr ""
-#: strings.hrc:1176
+#: include/svx/strings.hrc:1162
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 ""
-#: strings.hrc:1177
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr ""
-#: strings.hrc:1178
+#: include/svx/strings.hrc:1164
#, fuzzy
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Адырқәа рбаза атаблицақәа аҵанакуам."
-#: strings.hrc:1179
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
-#: strings.hrc:1180
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
-#: strings.hrc:1181
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
-#: strings.hrc:1182
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
-#: strings.hrc:1183
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr ""
-#: strings.hrc:1184
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr ""
-#: strings.hrc:1185
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr ""
-#: strings.hrc:1186
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (аҧхьара мацараз)"
-#: strings.hrc:1187
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Ари афаил ыҟоуп. Ихҩылаатәума?"
-#: strings.hrc:1188
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# аҭыҧдырга"
-#: strings.hrc:1190
+#: include/svx/strings.hrc:1176
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 ""
-#: strings.hrc:1191
+#: include/svx/strings.hrc:1177
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 ""
-#: strings.hrc:1192
+#: include/svx/strings.hrc:1178
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 ""
-#: strings.hrc:1193
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr ""
-#: strings.hrc:1194
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -11704,7 +11672,7 @@ msgid ""
"Do you really want to delete this submission?"
msgstr ""
-#: strings.hrc:1195
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -11712,2525 +11680,2546 @@ msgid ""
"Do you really want to delete this binding?"
msgstr ""
-#: strings.hrc:1196
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr ""
-#: strings.hrc:1197
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr ""
-#: strings.hrc:1198
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Ахьӡ «%1» ыҟоуп. Иалышәх даҽа хьӡык."
-#: strings.hrc:1199
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr ""
-#: strings.hrc:1200
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
-#: strings.hrc:1201
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
-#: strings.hrc:1202
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
-#: strings.hrc:1203
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Мап"
-#: strings.hrc:1204
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Аекземплиар"
-#: strings.hrc:1205
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Адокумент"
-#: strings.hrc:1206
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Аидҳәалара: "
-#: strings.hrc:1207
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Азхьарҧш: "
-#: strings.hrc:1208
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Аҟаҵара: "
-#: strings.hrc:1209
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Аметод: "
-#: strings.hrc:1210
+#: include/svx/strings.hrc:1196
#, fuzzy
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Иҧсахтәуп"
-#: strings.hrc:1211
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Иацҵатәуп аелемент"
-#: strings.hrc:1212
+#: include/svx/strings.hrc:1198
#, fuzzy
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Иацҵатәуп аелемент"
-#: strings.hrc:1213
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Ианыхтәуп аелемент"
-#: strings.hrc:1214
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Иацҵатәуп атрибут"
-#: strings.hrc:1215
+#: include/svx/strings.hrc:1201
#, fuzzy
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Иацҵатәуп атрибут"
-#: strings.hrc:1216
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Ианыхтәуп атрибут"
-#: strings.hrc:1217
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr ""
-#: strings.hrc:1218
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr ""
-#: strings.hrc:1219
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr ""
-#: strings.hrc:1220
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr ""
-#: strings.hrc:1221
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr ""
-#: strings.hrc:1222
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr ""
-#: strings.hrc:1223
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Аелемент"
-#: strings.hrc:1224
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Атрибут"
-#: strings.hrc:1225
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Аидҳәалара"
-#: strings.hrc:1226
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr ""
-#: strings.hrc:1228
+#: include/svx/strings.hrc:1214
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr ""
-#: strings.hrc:1230
+#: include/svx/strings.hrc:1216
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Арымарахь"
-#: strings.hrc:1231
+#: include/svx/strings.hrc:1217
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Арыӷьарахь"
-#: strings.hrc:1232
+#: include/svx/strings.hrc:1218
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Ацентр ала"
-#: strings.hrc:1233
+#: include/svx/strings.hrc:1219
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr ""
-#: strings.hrc:1235
+#: include/svx/strings.hrc:1221
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
-#: strings.hrc:1236
+#: include/svx/strings.hrc:1222
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: strings.hrc:1238
+#: include/svx/strings.hrc:1224
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr ""
-#: strings.hrc:1239
+#: include/svx/strings.hrc:1225
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr ""
-#: strings.hrc:1240
+#: include/svx/strings.hrc:1226
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr ""
-#: strings.hrc:1241
+#: include/svx/strings.hrc:1227
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document."
msgstr ""
-#: strings.hrc:1242
+#: include/svx/strings.hrc:1228
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr ""
-#: strings.hrc:1243
+#: include/svx/strings.hrc:1229
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 ""
-#: strings.hrc:1244
+#: include/svx/strings.hrc:1230
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Адокумент ҧсахын. Шәақәыӷәӷәа аиқәырхараз."
-#: strings.hrc:1245
+#: include/svx/strings.hrc:1231
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
-#: strings.hrc:1246
+#: include/svx/strings.hrc:1232
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Адокумент аҭагалара..."
-#: strings.hrc:1247
+#: include/svx/strings.hrc:1233
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
-#: strings.hrc:1248
+#: include/svx/strings.hrc:1234
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
-#: strings.hrc:1249
+#: include/svx/strings.hrc:1235
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
-#: strings.hrc:1250
+#: include/svx/strings.hrc:1236
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Ирдуны"
-#: strings.hrc:1251
+#: include/svx/strings.hrc:1237
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Ирхәыҷны"
-#: strings.hrc:1252
+#: include/svx/strings.hrc:1238
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
-#: strings.hrc:1253
+#: include/svx/strings.hrc:1239
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
-#: strings.hrc:1254
+#: include/svx/strings.hrc:1240
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
-#: strings.hrc:1255
+#: include/svx/strings.hrc:1241
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
-#: strings.hrc:1256
+#: include/svx/strings.hrc:1242
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
-#: strings.hrc:1257
+#: include/svx/strings.hrc:1243
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
-#: strings.hrc:1258
+#: include/svx/strings.hrc:1244
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Адаҟьа зегьы"
-#: strings.hrc:1259
+#: include/svx/strings.hrc:1245
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Адаҟьа аҭбаара ала"
-#: strings.hrc:1260
+#: include/svx/strings.hrc:1246
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
-#: strings.hrc:1261
+#: include/svx/strings.hrc:1247
msgctxt "RID_SIDEBAR_EMPTY_PANEL_TEXT"
msgid "Properties for the task that you are performing are not available for the current selection"
msgstr ""
-#: strings.hrc:1263
+#: include/svx/strings.hrc:1249
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Астильқәа алаҵаны"
-#: strings.hrc:1264
+#: include/svx/strings.hrc:1250
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Абзац астильқәа"
-#: strings.hrc:1265
+#: include/svx/strings.hrc:1251
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Абларҭа астильқәа"
-#: strings.hrc:1266
+#: include/svx/strings.hrc:1252
msgctxt "RID_SVXSTR_SEARCH"
-msgid "(Search)"
-msgstr "(Иҧшаатәуп)"
+msgid "Search for formatting"
+msgstr ""
-#: strings.hrc:1267
+#: include/svx/strings.hrc:1253
msgctxt "RID_SVXSTR_REPLACE"
-msgid "(Replace)"
-msgstr "(Иҧсахтәуп)"
+msgid "Replace with formatting"
+msgstr ""
-#: strings.hrc:1268
+#: include/svx/strings.hrc:1254
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
-#: strings.hrc:1269
+#: include/svx/strings.hrc:1255
+msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
+msgid "Reached the end of the document, continued from the beginning"
+msgstr ""
+
+#: include/svx/strings.hrc:1256
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
-#: strings.hrc:1270
+#: include/svx/strings.hrc:1257
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Аҧшааратә цәаҳәа ҧшаам"
-#: strings.hrc:1271
+#: include/svx/strings.hrc:1258
+msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
+msgid "Navigation Element not found"
+msgstr ""
+
+#: include/svx/strings.hrc:1259
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
-#: strings.hrc:1273
+#: include/svx/strings.hrc:1260
+msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
+msgid "Reached the beginning of the document, continued from the end"
+msgstr ""
+
+#: include/svx/strings.hrc:1262
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr ""
-#: strings.hrc:1275
+#: include/svx/strings.hrc:1264
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Ииашам ажәамаӡа"
-#: strings.hrc:1276
+#: include/svx/strings.hrc:1265
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Ажәамаӡақәа еиқәшәаӡом"
-#: strings.hrc:1278
+#: include/svx/strings.hrc:1267
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Асанҭыр хәыҷқәа"
-#: strings.hrc:1279
+#: include/svx/strings.hrc:1268
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Асанҭыр дуқәа"
-#: strings.hrc:1280
+#: include/svx/strings.hrc:1269
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
-#: strings.hrc:1281
+#: include/svx/strings.hrc:1270
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Асанҭыр дуқәа"
-#: strings.hrc:1282
+#: include/svx/strings.hrc:1271
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
-#: strings.hrc:1283
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
-#: strings.hrc:1284
+#: include/svx/strings.hrc:1273
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Check mark bullets"
msgstr "Иазгәаҭатәуп амаркерқәа"
-#: strings.hrc:1285
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Tick mark bullets"
msgstr "Иазгәаҭатәуп амаркерқәа"
-#: strings.hrc:1286
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Аномерркра 1) 2) 3)"
-#: strings.hrc:1287
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Аномерркра 1. 2. 3."
-#: strings.hrc:1288
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Аномерркра (1) (2) (3)"
-#: strings.hrc:1289
+#: include/svx/strings.hrc:1278
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
-#: strings.hrc:1290
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
-#: strings.hrc:1291
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
-#: strings.hrc:1292
+#: include/svx/strings.hrc:1281
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
-#: strings.hrc:1293
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
-#: strings.hrc:1294
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
-#: strings.hrc:1295
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr ""
-#: strings.hrc:1296
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr ""
-#: strings.hrc:1297
+#: include/svx/strings.hrc:1286
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Ахыҧхьаӡаратә"
-#: strings.hrc:1298
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr ""
-#: strings.hrc:1299
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
-#: strings.hrc:1300
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
-#: strings.hrc:1301
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
-#: strings.hrc:1303
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ZIP -фаил аҧҵара ауам."
-#: strings.hrc:1305
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
-#: strings.hrc:1307
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr ""
-#: strings.hrc:1308
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr ""
-#: strings.hrc:1309
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr ""
-#: strings.hrc:1310
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr ""
-#: strings.hrc:1312
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Иҧшаатәуп"
-#: strings.hrc:1313
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
-#: strings.hrc:1314
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
-#: strings.hrc:1316
+#: include/svx/strings.hrc:1305
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) пикс.)"
-#: strings.hrc:1317
+#: include/svx/strings.hrc:1306
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) x $(HEIGHT) в $(DPI) dpi"
-#: strings.hrc:1318
+#: include/svx/strings.hrc:1307
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) кб"
-#: strings.hrc:1319
+#: include/svx/strings.hrc:1308
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "асахьа GIF"
-#: strings.hrc:1320
+#: include/svx/strings.hrc:1309
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "асахьа JPEG"
-#: strings.hrc:1321
+#: include/svx/strings.hrc:1310
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "асахьа PNG"
-#: strings.hrc:1322
+#: include/svx/strings.hrc:1311
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "асахьа TIFF"
-#: strings.hrc:1323
+#: include/svx/strings.hrc:1312
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "асахьа WMF"
-#: strings.hrc:1324
+#: include/svx/strings.hrc:1313
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "асахьа MET"
-#: strings.hrc:1325
+#: include/svx/strings.hrc:1314
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "асахьа PICT"
-#: strings.hrc:1326
+#: include/svx/strings.hrc:1315
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "асахьа SVG"
-#: strings.hrc:1327
+#: include/svx/strings.hrc:1316
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "асахьа BMP"
-#: strings.hrc:1328
+#: include/svx/strings.hrc:1317
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "идырӡам"
-#: strings.hrc:1330
+#: include/svx/strings.hrc:1319
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
-#: strings.hrc:1332
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
-#: strings.hrc:1333
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Аҟаҧшь"
-#: strings.hrc:1334
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Аиаҵәа"
-#: strings.hrc:1335
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr ""
-#: strings.hrc:1336
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr ""
-#: strings.hrc:1337
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr ""
-#: strings.hrc:1338
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Гамма"
-#: strings.hrc:1339
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr ""
-#: strings.hrc:1340
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr ""
-#: strings.hrc:1342
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr ""
-#: strings.hrc:1343
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr ""
-#: strings.hrc:1344
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr ""
-#: strings.hrc:1345
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr ""
-#: strings.hrc:1346
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr ""
-#: strings.hrc:1347
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr ""
-#: strings.hrc:1348
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr ""
-#: strings.hrc:1349
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr ""
-#: strings.hrc:1350
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Адаҟьа ахҳәаа: "
-#: strings.hrc:1351
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr ""
-#: strings.hrc:1352
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr ""
-#: strings.hrc:1353
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr ""
-#: strings.hrc:1354
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr ""
-#: strings.hrc:1355
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr ""
-#: strings.hrc:1356
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Мап"
-#: strings.hrc:1357
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Альбомтә"
-#: strings.hrc:1358
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Ашәҟәытә"
-#: strings.hrc:1359
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Арымарахь"
-#: strings.hrc:1360
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Арыӷьарахь"
-#: strings.hrc:1361
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Зегьы"
-#: strings.hrc:1362
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr ""
-#: strings.hrc:1363
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Автор: "
-#: strings.hrc:1364
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Арыцхә: "
-#: strings.hrc:1365
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr ""
-#: strings.hrc:1366
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Асимвол аҿаҧшыра"
-#: strings.hrc:1368
+#: include/svx/strings.hrc:1357
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr ""
#. String for saving modified image (instead of original)
-#: strings.hrc:1371
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
-"Do you want to save the modified version instead ?"
+"Do you want to save the modified version instead?"
msgstr ""
-#: strings.hrc:1373
-msgctxt "RID_SUBSETMAP"
-msgid "Add to favorites"
-msgstr ""
-
-#: strings.hrc:1374
-msgctxt "RID_SUBSETMAP"
-msgid "Remove from favorites"
-msgstr ""
-
-#: strings.hrc:1375
-msgctxt "RID_SUBSETMAP"
-msgid "Insert into document"
-msgstr ""
-
-#: strings.hrc:1376
-msgctxt "RID_SUBSETMAP"
-msgid "Copy to clipboard"
-msgstr ""
-
-#: strings.hrc:1378
+#: include/svx/strings.hrc:1362
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
-#: strings.hrc:1379
+#: include/svx/strings.hrc:1363
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
-#: strings.hrc:1380
+#: include/svx/strings.hrc:1364
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
-#: strings.hrc:1381
+#: include/svx/strings.hrc:1365
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
-#: strings.hrc:1382
+#: include/svx/strings.hrc:1366
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr ""
-#: strings.hrc:1383
+#: include/svx/strings.hrc:1367
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
-#: strings.hrc:1384
+#: include/svx/strings.hrc:1368
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
-#: strings.hrc:1385
+#: include/svx/strings.hrc:1369
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
-#: strings.hrc:1386
+#: include/svx/strings.hrc:1370
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
-#: strings.hrc:1387
+#: include/svx/strings.hrc:1371
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
-#: strings.hrc:1388
+#: include/svx/strings.hrc:1372
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
-#: strings.hrc:1389
+#: include/svx/strings.hrc:1373
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
-#: strings.hrc:1390
+#: include/svx/strings.hrc:1374
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
-#: strings.hrc:1391
+#: include/svx/strings.hrc:1375
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
-#: strings.hrc:1392
+#: include/svx/strings.hrc:1376
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
-#: strings.hrc:1393
+#: include/svx/strings.hrc:1377
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
-#: strings.hrc:1394
+#: include/svx/strings.hrc:1378
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr ""
-#: strings.hrc:1395
+#: include/svx/strings.hrc:1379
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
-#: strings.hrc:1396
+#: include/svx/strings.hrc:1380
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr ""
-#: strings.hrc:1397
+#: include/svx/strings.hrc:1381
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
-#: strings.hrc:1398
+#: include/svx/strings.hrc:1382
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr ""
-#: strings.hrc:1399
+#: include/svx/strings.hrc:1383
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr ""
-#: strings.hrc:1400
+#: include/svx/strings.hrc:1384
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr ""
-#: strings.hrc:1401
+#: include/svx/strings.hrc:1385
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr ""
-#: strings.hrc:1402
+#: include/svx/strings.hrc:1386
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr ""
-#: strings.hrc:1403
+#: include/svx/strings.hrc:1387
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr ""
-#: strings.hrc:1404
+#: include/svx/strings.hrc:1388
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
-#: strings.hrc:1405
+#: include/svx/strings.hrc:1389
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
-#: strings.hrc:1406
+#: include/svx/strings.hrc:1390
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
-#: strings.hrc:1407
+#: include/svx/strings.hrc:1391
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr ""
-#: strings.hrc:1408
+#: include/svx/strings.hrc:1392
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
-#: strings.hrc:1409
+#: include/svx/strings.hrc:1393
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
-#: strings.hrc:1410
+#: include/svx/strings.hrc:1394
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
-#: strings.hrc:1411
+#: include/svx/strings.hrc:1395
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Авалиута асимвол"
-#: strings.hrc:1412
+#: include/svx/strings.hrc:1396
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
-#: strings.hrc:1413
+#: include/svx/strings.hrc:1397
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
-#: strings.hrc:1414
+#: include/svx/strings.hrc:1398
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Ахыҧхьаӡаратә формақәа"
-#: strings.hrc:1415
+#: include/svx/strings.hrc:1399
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Ахыц"
-#: strings.hrc:1416
+#: include/svx/strings.hrc:1400
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
-#: strings.hrc:1417
+#: include/svx/strings.hrc:1401
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
-#: strings.hrc:1418
+#: include/svx/strings.hrc:1402
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
-#: strings.hrc:1419
+#: include/svx/strings.hrc:1403
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
-#: strings.hrc:1420
+#: include/svx/strings.hrc:1404
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
-#: strings.hrc:1421
+#: include/svx/strings.hrc:1405
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
-#: strings.hrc:1422
+#: include/svx/strings.hrc:1406
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
-#: strings.hrc:1423
+#: include/svx/strings.hrc:1407
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
-#: strings.hrc:1424
+#: include/svx/strings.hrc:1408
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Еиуеиҧшым апараметрқәа"
-#: strings.hrc:1425
+#: include/svx/strings.hrc:1409
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
-#: strings.hrc:1426
+#: include/svx/strings.hrc:1410
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
-#: strings.hrc:1427
+#: include/svx/strings.hrc:1411
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr ""
-#: strings.hrc:1428
+#: include/svx/strings.hrc:1412
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr ""
-#: strings.hrc:1429
+#: include/svx/strings.hrc:1413
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
-#: strings.hrc:1430
+#: include/svx/strings.hrc:1414
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
-#: strings.hrc:1431
+#: include/svx/strings.hrc:1415
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr ""
-#: strings.hrc:1432
+#: include/svx/strings.hrc:1416
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
-#: strings.hrc:1433
+#: include/svx/strings.hrc:1417
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Аишьашәалара"
-#: strings.hrc:1434
+#: include/svx/strings.hrc:1418
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr ""
-#: strings.hrc:1435
+#: include/svx/strings.hrc:1419
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
-#: strings.hrc:1436
+#: include/svx/strings.hrc:1420
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
-#: strings.hrc:1437
+#: include/svx/strings.hrc:1421
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
-#: strings.hrc:1438
+#: include/svx/strings.hrc:1422
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
-#: strings.hrc:1439
+#: include/svx/strings.hrc:1423
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
-#: strings.hrc:1440
+#: include/svx/strings.hrc:1424
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
-#: strings.hrc:1441
+#: include/svx/strings.hrc:1425
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
-#: strings.hrc:1442
+#: include/svx/strings.hrc:1426
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
-#: strings.hrc:1443
+#: include/svx/strings.hrc:1427
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
-#: strings.hrc:1444
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
-#: strings.hrc:1445
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
-#: strings.hrc:1446
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Испециалу"
-#: strings.hrc:1447
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
-#: strings.hrc:1448
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
-#: strings.hrc:1449
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr ""
-#: strings.hrc:1450
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
-#: strings.hrc:1451
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
-#: strings.hrc:1452
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
-#: strings.hrc:1453
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
-#: strings.hrc:1454
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
-#: strings.hrc:1455
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
-#: strings.hrc:1456
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
-#: strings.hrc:1457
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
-#: strings.hrc:1458
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
-#: strings.hrc:1459
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
-#: strings.hrc:1460
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
-#: strings.hrc:1461
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
-#: strings.hrc:1462
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
-#: strings.hrc:1463
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
-#: strings.hrc:1464
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
-#: strings.hrc:1465
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
-#: strings.hrc:1466
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
-#: strings.hrc:1467
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
-#: strings.hrc:1468
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
-#: strings.hrc:1469
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
-#: strings.hrc:1470
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
-#: strings.hrc:1471
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
-#: strings.hrc:1472
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
-#: strings.hrc:1473
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
-#: strings.hrc:1474
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
-#: strings.hrc:1475
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
-#: strings.hrc:1476
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr ""
-#: strings.hrc:1477
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr ""
-#: strings.hrc:1478
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
-#: strings.hrc:1479
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr ""
-#: strings.hrc:1480
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
-#: strings.hrc:1481
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
-#: strings.hrc:1482
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
-#: strings.hrc:1483
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
-#: strings.hrc:1484
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
-#: strings.hrc:1485
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
-#: strings.hrc:1486
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
-#: strings.hrc:1487
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr ""
-#: strings.hrc:1488
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
-#: strings.hrc:1489
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
-#: strings.hrc:1490
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
-#: strings.hrc:1491
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
-#: strings.hrc:1492
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
-#: strings.hrc:1493
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
-#: strings.hrc:1494
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
-#: strings.hrc:1495
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
-#: strings.hrc:1496
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
-#: strings.hrc:1497
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
-#: strings.hrc:1498
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
-#: strings.hrc:1499
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
-#: strings.hrc:1500
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
-#: strings.hrc:1501
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
-#: strings.hrc:1502
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
-#: strings.hrc:1503
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
-#: strings.hrc:1504
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
-#: strings.hrc:1505
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
-#: strings.hrc:1506
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
-#: strings.hrc:1507
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
-#: strings.hrc:1508
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
-#: strings.hrc:1509
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
-#: strings.hrc:1510
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr ""
-#: strings.hrc:1511
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
-#: strings.hrc:1512
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
-#: strings.hrc:1513
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
-#: strings.hrc:1514
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
-#: strings.hrc:1515
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
-#: strings.hrc:1516
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
-#: strings.hrc:1517
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
-#: strings.hrc:1518
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
-#: strings.hrc:1519
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
-#: strings.hrc:1520
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
-#: strings.hrc:1521
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
-#: strings.hrc:1522
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
-#: strings.hrc:1523
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
-#: strings.hrc:1524
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
-#: strings.hrc:1525
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Ивертикалу аформақәа"
-#: strings.hrc:1526
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
-#: strings.hrc:1527
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
-#: strings.hrc:1528
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
-#: strings.hrc:1529
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
-#: strings.hrc:1530
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
-#: strings.hrc:1531
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
-#: strings.hrc:1532
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
-#: strings.hrc:1533
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
-#: strings.hrc:1534
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
-#: strings.hrc:1535
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
-#: strings.hrc:1536
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
-#: strings.hrc:1537
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
-#: strings.hrc:1538
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
-#: strings.hrc:1539
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
-#: strings.hrc:1540
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
-#: strings.hrc:1541
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
-#: strings.hrc:1542
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
-#: strings.hrc:1543
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
-#: strings.hrc:1544
+#: include/svx/strings.hrc:1528
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Асимвол"
-#: strings.hrc:1545
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
-#: strings.hrc:1546
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
-#: strings.hrc:1547
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
-#: strings.hrc:1548
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
-#: strings.hrc:1549
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
-#: strings.hrc:1550
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
-#: strings.hrc:1551
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
-#: strings.hrc:1552
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
-#: strings.hrc:1553
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
-#: strings.hrc:1554
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
-#: strings.hrc:1555
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
-#: strings.hrc:1556
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr ""
-#: strings.hrc:1557
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
-#: strings.hrc:1558
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
-#: strings.hrc:1559
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
-#: strings.hrc:1560
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
-#: strings.hrc:1561
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr ""
-#: strings.hrc:1562
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
-#: strings.hrc:1563
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
-#: strings.hrc:1564
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
-#: strings.hrc:1565
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
-#: strings.hrc:1566
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
-#: strings.hrc:1567
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
-#: strings.hrc:1568
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
-#: strings.hrc:1569
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
-#: strings.hrc:1570
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
-#: strings.hrc:1571
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
-#: strings.hrc:1572
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
-#: strings.hrc:1573
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
-#: strings.hrc:1574
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
-#: strings.hrc:1575
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
-#: strings.hrc:1576
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
-#: strings.hrc:1577
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
-#: strings.hrc:1578
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
-#: strings.hrc:1579
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
-#: strings.hrc:1580
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
-#: strings.hrc:1581
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
-#: strings.hrc:1582
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
-#: strings.hrc:1583
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
-#: strings.hrc:1584
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
-#: strings.hrc:1585
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr ""
-#: strings.hrc:1586
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
-#: strings.hrc:1587
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
-#: strings.hrc:1588
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
-#: strings.hrc:1589
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
-#: strings.hrc:1590
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
-#: strings.hrc:1591
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
-#: strings.hrc:1592
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
-#: strings.hrc:1593
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
-#: strings.hrc:1594
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
-#: strings.hrc:1595
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
-#: strings.hrc:1596
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
-#: strings.hrc:1597
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
-#: strings.hrc:1598
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
-#: strings.hrc:1599
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
-#: strings.hrc:1600
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
-#: strings.hrc:1601
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
-#: strings.hrc:1602
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
-#: strings.hrc:1603
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
-#: strings.hrc:1604
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
-#: strings.hrc:1605
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
-#: strings.hrc:1606
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
-#: strings.hrc:1607
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
-#: strings.hrc:1608
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
-#: strings.hrc:1609
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
-#: strings.hrc:1610
+#: include/svx/strings.hrc:1594
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Аҵәаӷәатә"
-#: strings.hrc:1611
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
-#: strings.hrc:1612
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
-#: strings.hrc:1613
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
-#: strings.hrc:1614
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr ""
-#: strings.hrc:1615
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
-#: strings.hrc:1616
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
-#: strings.hrc:1617
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
-#: strings.hrc:1618
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
-#: strings.hrc:1619
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
-#: strings.hrc:1620
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
-#: strings.hrc:1621
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
-#: strings.hrc:1622
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
-#: strings.hrc:1623
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
-#: strings.hrc:1624
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
-#: strings.hrc:1625
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
-#: strings.hrc:1626
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
-#: strings.hrc:1627
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
-#: strings.hrc:1628
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
-#: strings.hrc:1629
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
-#: strings.hrc:1630
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
-#: strings.hrc:1631
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
-#: strings.hrc:1632
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
-#: strings.hrc:1633
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
-#: strings.hrc:1634
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
-#: strings.hrc:1635
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
-#: strings.hrc:1636
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
-#: strings.hrc:1637
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
-#: strings.hrc:1638
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
-#: strings.hrc:1639
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
-#: strings.hrc:1640
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
-#: strings.hrc:1641
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
-#: strings.hrc:1642
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
-#: strings.hrc:1643
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
-#: strings.hrc:1644
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
-#: strings.hrc:1645
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
-#: strings.hrc:1646
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
-#: strings.hrc:1647
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
-#: strings.hrc:1648
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Нева"
-#: strings.hrc:1649
+#: include/svx/strings.hrc:1633
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Ахархәара"
-#: strings.hrc:1650
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
-#: strings.hrc:1651
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
-#: strings.hrc:1652
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
-#: strings.hrc:1653
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
-#: strings.hrc:1654
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
-#: strings.hrc:1655
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
-#: strings.hrc:1656
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
-#: strings.hrc:1657
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
-#: strings.hrc:1658
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
-#: svxitems.hrc:33
+#: include/svx/strings.hrc:1644
+msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
+msgid "Left-to-right (LTR)"
+msgstr ""
+
+#: include/svx/strings.hrc:1645
+msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
+msgid "Right-to-left (RTL)"
+msgstr ""
+
+#: include/svx/strings.hrc:1646
+msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
+msgid "Use superordinate object settings"
+msgstr ""
+
+#. page direction
+#: include/svx/strings.hrc:1648
+msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
+msgid "Left-to-right (horizontal)"
+msgstr ""
+
+#: include/svx/strings.hrc:1649
+msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
+msgid "Right-to-left (horizontal)"
+msgstr ""
+
+#: include/svx/strings.hrc:1650
+msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
+msgid "Right-to-left (vertical)"
+msgstr ""
+
+#: include/svx/strings.hrc:1651
+msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
+msgid "Left-to-right (vertical)"
+msgstr ""
+
+#: include/svx/svxitems.hrc:33
msgctxt "RID_ATTR_NAMES"
msgid "Scale"
msgstr "Амасштаб"
-#: svxitems.hrc:34
+#: include/svx/svxitems.hrc:34
msgctxt "RID_ATTR_NAMES"
msgid "Brush"
msgstr ""
-#: svxitems.hrc:35
+#: include/svx/svxitems.hrc:35
msgctxt "RID_ATTR_NAMES"
msgid "Tab stops"
msgstr ""
-#: svxitems.hrc:36
+#: include/svx/svxitems.hrc:36
msgctxt "RID_ATTR_NAMES"
msgid "Character"
msgstr "Асимвол"
-#: svxitems.hrc:37
+#: include/svx/svxitems.hrc:37
msgctxt "RID_ATTR_NAMES"
msgid "Font"
msgstr "Агарнитура"
-#: svxitems.hrc:38
+#: include/svx/svxitems.hrc:38
msgctxt "RID_ATTR_NAMES"
msgid "Font posture"
msgstr "Акурсив"
-#: svxitems.hrc:39
+#: include/svx/svxitems.hrc:39
#, fuzzy
msgctxt "RID_ATTR_NAMES"
msgid "Font weight"
msgstr "Ашрифт_ашәпара"
-#: svxitems.hrc:40
+#: include/svx/svxitems.hrc:40
msgctxt "RID_ATTR_NAMES"
msgid "Shadowed"
msgstr ""
-#: svxitems.hrc:41
+#: include/svx/svxitems.hrc:41
msgctxt "RID_ATTR_NAMES"
msgid "Individual words"
msgstr ""
-#: svxitems.hrc:42
+#: include/svx/svxitems.hrc:42
msgctxt "RID_ATTR_NAMES"
msgid "Outline"
msgstr "Аконтур"
-#: svxitems.hrc:43
+#: include/svx/svxitems.hrc:43
msgctxt "RID_ATTR_NAMES"
msgid "Strikethrough"
msgstr ""
-#: svxitems.hrc:44
+#: include/svx/svxitems.hrc:44
msgctxt "RID_ATTR_NAMES"
msgid "Underline"
msgstr "Изыҵшьу"
-#: svxitems.hrc:45
+#: include/svx/svxitems.hrc:45
msgctxt "RID_ATTR_NAMES"
msgid "Font size"
msgstr "Акегль"
-#: svxitems.hrc:46
-msgctxt "RID_ATTR_NAMES"
-msgid "Rel. Font size"
-msgstr "Ашрифт амасштаб"
-
-#: svxitems.hrc:47
+#: include/svx/svxitems.hrc:46
msgctxt "RID_ATTR_NAMES"
msgid "Font color"
msgstr "Ашрифт аҧштәы"
-#: svxitems.hrc:48
+#: include/svx/svxitems.hrc:47
msgctxt "RID_ATTR_NAMES"
msgid "Kerning"
msgstr "Акернинг"
-#: svxitems.hrc:49
+#: include/svx/svxitems.hrc:48
msgctxt "RID_ATTR_NAMES"
msgid "Effects"
msgstr ""
-#: svxitems.hrc:50
+#: include/svx/svxitems.hrc:49
msgctxt "RID_ATTR_NAMES"
msgid "Language"
msgstr "Абызшәа"
-#: svxitems.hrc:51
+#: include/svx/svxitems.hrc:50
msgctxt "RID_ATTR_NAMES"
msgid "Position"
msgstr "Аҭыҧ"
-#: svxitems.hrc:52
+#: include/svx/svxitems.hrc:51
msgctxt "RID_ATTR_NAMES"
msgid "Character blinking"
msgstr "Асимволқәа рылацәҟәра"
-#: svxitems.hrc:53
+#: include/svx/svxitems.hrc:52
msgctxt "RID_ATTR_NAMES"
msgid "Character set color"
msgstr ""
-#: svxitems.hrc:54
+#: include/svx/svxitems.hrc:53
msgctxt "RID_ATTR_NAMES"
msgid "Overline"
msgstr "Ақәшьра"
-#: svxitems.hrc:55
-msgctxt "RID_ATTR_NAMES"
-msgid "Paragraph"
-msgstr "Абзац"
-
-#: svxitems.hrc:56
+#: include/svx/svxitems.hrc:54
msgctxt "RID_ATTR_NAMES"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: svxitems.hrc:57
+#: include/svx/svxitems.hrc:55
msgctxt "RID_ATTR_NAMES"
msgid "Line spacing"
msgstr "Ацәаҳәабжьаратәи аинтервал"
-#: svxitems.hrc:58
+#: include/svx/svxitems.hrc:56
msgctxt "RID_ATTR_NAMES"
msgid "Page Break"
msgstr "Адаҟьа аимҟьара"
-#: svxitems.hrc:59
+#: include/svx/svxitems.hrc:57
msgctxt "RID_ATTR_NAMES"
msgid "Hyphenation"
msgstr ""
-#: svxitems.hrc:60
+#: include/svx/svxitems.hrc:58
msgctxt "RID_ATTR_NAMES"
msgid "Do not split paragraph"
msgstr ""
-#: svxitems.hrc:61
+#: include/svx/svxitems.hrc:59
msgctxt "RID_ATTR_NAMES"
msgid "Orphans"
msgstr ""
-#: svxitems.hrc:62
+#: include/svx/svxitems.hrc:60
msgctxt "RID_ATTR_NAMES"
msgid "Widows"
msgstr ""
-#: svxitems.hrc:63
+#: include/svx/svxitems.hrc:61
msgctxt "RID_ATTR_NAMES"
msgid "Paragraph spacing"
msgstr ""
-#: svxitems.hrc:64
+#: include/svx/svxitems.hrc:62
msgctxt "RID_ATTR_NAMES"
msgid "Paragraph indent"
msgstr ""
-#: svxitems.hrc:65
+#: include/svx/svxitems.hrc:63
msgctxt "RID_ATTR_NAMES"
msgid "Indent"
msgstr ""
-#: svxitems.hrc:66
+#: include/svx/svxitems.hrc:64
msgctxt "RID_ATTR_NAMES"
msgid "Spacing"
msgstr "Аинтервал"
-#: svxitems.hrc:67
+#: include/svx/svxitems.hrc:65
msgctxt "RID_ATTR_NAMES"
msgid "Page"
msgstr "Адаҟьа"
-#: svxitems.hrc:68
+#: include/svx/svxitems.hrc:66
msgctxt "RID_ATTR_NAMES"
msgid "Page Style"
msgstr "Адаҟьа астиль"
-#: svxitems.hrc:69
+#: include/svx/svxitems.hrc:67
msgctxt "RID_ATTR_NAMES"
msgid "Keep with next paragraph"
msgstr ""
-#: svxitems.hrc:70
+#: include/svx/svxitems.hrc:68
msgctxt "RID_ATTR_NAMES"
msgid "Blinking"
msgstr "Алацәҟәра"
-#: svxitems.hrc:71
+#: include/svx/svxitems.hrc:69
msgctxt "RID_ATTR_NAMES"
msgid "Register-true"
msgstr ""
-#: svxitems.hrc:72
+#: include/svx/svxitems.hrc:70
msgctxt "RID_ATTR_NAMES"
msgid "Character background"
msgstr "Асимвол аҿаҧшыра"
-#: svxitems.hrc:73
+#: include/svx/svxitems.hrc:71
msgctxt "RID_ATTR_NAMES"
msgid "Asian font"
msgstr ""
-#: svxitems.hrc:74
+#: include/svx/svxitems.hrc:72
msgctxt "RID_ATTR_NAMES"
msgid "Size of Asian font"
msgstr ""
-#: svxitems.hrc:75
+#: include/svx/svxitems.hrc:73
msgctxt "RID_ATTR_NAMES"
msgid "Language of Asian font"
msgstr ""
-#: svxitems.hrc:76
+#: include/svx/svxitems.hrc:74
msgctxt "RID_ATTR_NAMES"
msgid "Posture of Asian font"
msgstr ""
-#: svxitems.hrc:77
+#: include/svx/svxitems.hrc:75
msgctxt "RID_ATTR_NAMES"
msgid "Weight of Asian font"
msgstr ""
-#: svxitems.hrc:78
+#: include/svx/svxitems.hrc:76
msgctxt "RID_ATTR_NAMES"
msgid "CTL"
msgstr ""
-#: svxitems.hrc:79
+#: include/svx/svxitems.hrc:77
msgctxt "RID_ATTR_NAMES"
msgid "Size of complex scripts"
msgstr ""
-#: svxitems.hrc:80
+#: include/svx/svxitems.hrc:78
msgctxt "RID_ATTR_NAMES"
msgid "Language of complex scripts"
msgstr ""
-#: svxitems.hrc:81
+#: include/svx/svxitems.hrc:79
msgctxt "RID_ATTR_NAMES"
msgid "Posture of complex scripts"
msgstr ""
-#: svxitems.hrc:82
+#: include/svx/svxitems.hrc:80
msgctxt "RID_ATTR_NAMES"
msgid "Weight of complex scripts"
msgstr ""
-#: svxitems.hrc:83
+#: include/svx/svxitems.hrc:81
msgctxt "RID_ATTR_NAMES"
msgid "Double-lined"
msgstr ""
-#: svxitems.hrc:84
+#: include/svx/svxitems.hrc:82
msgctxt "RID_ATTR_NAMES"
msgid "Emphasis mark"
msgstr ""
-#: svxitems.hrc:85
+#: include/svx/svxitems.hrc:83
msgctxt "RID_ATTR_NAMES"
msgid "Text spacing"
msgstr ""
-#: svxitems.hrc:86
+#: include/svx/svxitems.hrc:84
msgctxt "RID_ATTR_NAMES"
msgid "Hanging punctuation"
msgstr ""
-#: svxitems.hrc:87
+#: include/svx/svxitems.hrc:85
msgctxt "RID_ATTR_NAMES"
msgid "Forbidden characters"
msgstr "Изымуа асимволқәа"
-#: svxitems.hrc:88
+#: include/svx/svxitems.hrc:86
msgctxt "RID_ATTR_NAMES"
msgid "Rotation"
msgstr "Агьежьра"
-#: svxitems.hrc:89
+#: include/svx/svxitems.hrc:87
msgctxt "RID_ATTR_NAMES"
msgid "Character scaling"
msgstr "Асимволқәа рмасштаб"
-#: svxitems.hrc:90
+#: include/svx/svxitems.hrc:88
msgctxt "RID_ATTR_NAMES"
msgid "Relief"
msgstr "Арельеф"
-#: svxitems.hrc:91
+#: include/svx/svxitems.hrc:89
msgctxt "RID_ATTR_NAMES"
msgid "Vertical text alignment"
msgstr ""
diff --git a/source/ab/sw/messages.po b/source/ab/sw/messages.po
index 6ca50f76151..c28a2d02842 100644
--- a/source/ab/sw/messages.po
+++ b/source/ab/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-19 11:42+0100\n"
-"PO-Revision-Date: 2018-02-21 11:48+0000\n"
+"POT-Creation-Date: 2018-04-25 21:51+0200\n"
+"PO-Revision-Date: 2018-03-25 10:26+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -12,1770 +12,1780 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1519213714.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521973572.000000\n"
-#: app.hrc:30
+#: sw/inc/app.hrc:29
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "All Styles"
msgstr "Астильқәа зегьы"
-#: app.hrc:31
+#: sw/inc/app.hrc:30
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Hidden Styles"
msgstr "Иҵәаху астильқәа"
-#: app.hrc:32
+#: sw/inc/app.hrc:31
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Applied Styles"
msgstr "Ахархәара змоу астильқәа"
-#: app.hrc:33
+#: sw/inc/app.hrc:32
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Custom Styles"
msgstr "Ахархәаҩ истильқәа"
-#: app.hrc:34
+#: sw/inc/app.hrc:33
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Automatic"
msgstr "Автоматикала"
-#: app.hrc:35
+#: sw/inc/app.hrc:34
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Text Styles"
msgstr "Атеқст астильқәа"
-#: app.hrc:36
+#: sw/inc/app.hrc:35
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Chapter Styles"
msgstr "Ахқәа рстильқәа"
-#: app.hrc:37
+#: sw/inc/app.hrc:36
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "List Styles"
msgstr "Ахьӡынҵақәа рстильқәа"
-#: app.hrc:38
+#: sw/inc/app.hrc:37
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Index Styles"
msgstr "Аҭыҧрбагақәа рстильқәа"
-#: app.hrc:39
+#: sw/inc/app.hrc:38
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Special Styles"
msgstr "Иҷыдоу астильқәа"
-#: app.hrc:40
+#: sw/inc/app.hrc:39
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "HTML Styles"
msgstr "HTML астильқәа"
-#: app.hrc:41
+#: sw/inc/app.hrc:40
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Conditional Styles"
msgstr "Аҭагылазаашьатә стильқәа"
-#: app.hrc:47
+#: sw/inc/app.hrc:46
msgctxt "RID_CHARACTERSTYLEFAMILY"
msgid "All Styles"
msgstr "Астильқәа Зегьы"
-#: app.hrc:48
+#: sw/inc/app.hrc:47
msgctxt "RID_CHARACTERSTYLEFAMILY"
msgid "Hidden Styles"
msgstr "Иҵәаху астильқәа"
-#: app.hrc:49
+#: sw/inc/app.hrc:48
msgctxt "RID_CHARACTERSTYLEFAMILY"
msgid "Applied Styles"
msgstr "Ахархәара змоу астильқәа"
-#: app.hrc:50
+#: sw/inc/app.hrc:49
msgctxt "RID_CHARACTERSTYLEFAMILY"
msgid "Custom Styles"
msgstr "Ахархәаҩ истильқәа"
-#: app.hrc:56
+#: sw/inc/app.hrc:55
msgctxt "RID_FRAMESTYLEFAMILY"
msgid "All Styles"
msgstr "Астильқәа зегьы"
-#: app.hrc:57
+#: sw/inc/app.hrc:56
msgctxt "RID_FRAMESTYLEFAMILY"
msgid "Hidden Styles"
msgstr "Иҵәаху астильқәа"
-#: app.hrc:58
+#: sw/inc/app.hrc:57
msgctxt "RID_FRAMESTYLEFAMILY"
msgid "Applied Styles"
msgstr "Ахархәара змоу астильқәа"
-#: app.hrc:59
+#: sw/inc/app.hrc:58
msgctxt "RID_FRAMESTYLEFAMILY"
msgid "Custom Styles"
msgstr "Ахархәаҩ истильқәа"
-#: app.hrc:65
+#: sw/inc/app.hrc:64
msgctxt "RID_PAGESTYLEFAMILY"
msgid "All Styles"
msgstr "Астильқәа зегьы"
-#: app.hrc:66
+#: sw/inc/app.hrc:65
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Hidden Styles"
msgstr "Иҵәаху астильқәа"
-#: app.hrc:67
+#: sw/inc/app.hrc:66
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Applied Styles"
msgstr "Ахархәара змоу астильқәа"
-#: app.hrc:68
+#: sw/inc/app.hrc:67
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Custom Styles"
msgstr "Ахархәаҩ истильқәа"
-#: app.hrc:74
+#: sw/inc/app.hrc:73
msgctxt "RID_LISTSTYLEFAMILY"
msgid "All Styles"
msgstr "Астильқәа зегьы"
-#: app.hrc:75
+#: sw/inc/app.hrc:74
msgctxt "RID_LISTSTYLEFAMILY"
msgid "Hidden Styles"
msgstr "Иҵәаху астильқәа"
-#: app.hrc:76
+#: sw/inc/app.hrc:75
msgctxt "RID_LISTSTYLEFAMILY"
msgid "Applied Styles"
msgstr "Ахархәара змоу астильқәа"
-#: app.hrc:77
+#: sw/inc/app.hrc:76
msgctxt "RID_LISTSTYLEFAMILY"
msgid "Custom Styles"
msgstr "Ахархәаҩ истильқәа"
-#: app.hrc:83
+#: sw/inc/app.hrc:82
msgctxt "RID_TABLESTYLEFAMILY"
msgid "All Styles"
msgstr "Астильқәа зегьы"
-#: app.hrc:84
+#: sw/inc/app.hrc:83
msgctxt "RID_TABLESTYLEFAMILY"
msgid "Hidden Styles"
msgstr "Иҵәаху астильқәа"
-#: app.hrc:85
+#: sw/inc/app.hrc:84
msgctxt "RID_TABLESTYLEFAMILY"
msgid "Applied Styles"
msgstr "Ахархәара змоу астильқәа"
-#: app.hrc:86
+#: sw/inc/app.hrc:85
msgctxt "RID_TABLESTYLEFAMILY"
msgid "Custom Styles"
msgstr "Ахархәаҩ истильқәа"
-#: cnttab.hrc:29
+#: sw/inc/cnttab.hrc:29
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Math"
msgstr "%PRODUCTNAME Math"
-#: cnttab.hrc:30
+#: sw/inc/cnttab.hrc:30
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Chart"
msgstr "%PRODUCTNAME адиаграмма"
-#: cnttab.hrc:31
+#: sw/inc/cnttab.hrc:31
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME Calc"
-#: cnttab.hrc:32
+#: sw/inc/cnttab.hrc:32
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Draw/%PRODUCTNAME Impress"
msgstr "%PRODUCTNAME Draw/%PRODUCTNAME Impress"
-#: cnttab.hrc:33
+#: sw/inc/cnttab.hrc:33
msgctxt "RES_SRCTYPES"
msgid "Other OLE Objects"
msgstr "OLE егьырҭ аобиеқтқәа"
-#: dbui.hrc:45
+#: sw/inc/dbui.hrc:45
#, fuzzy
msgctxt "SA_ADDRESS_HEADER"
msgid "Title"
msgstr "Ахы"
-#: dbui.hrc:46
+#: sw/inc/dbui.hrc:46
msgctxt "SA_ADDRESS_HEADER"
msgid "First Name"
msgstr "Ахьӡ"
-#: dbui.hrc:47
+#: sw/inc/dbui.hrc:47
msgctxt "SA_ADDRESS_HEADER"
msgid "Last Name"
msgstr "Ажәла"
-#: dbui.hrc:48
+#: sw/inc/dbui.hrc:48
msgctxt "SA_ADDRESS_HEADER"
msgid "Company Name"
msgstr ""
-#: dbui.hrc:49
+#: sw/inc/dbui.hrc:49
msgctxt "SA_ADDRESS_HEADER"
msgid "Address Line 1"
msgstr ""
-#: dbui.hrc:50
+#: sw/inc/dbui.hrc:50
msgctxt "SA_ADDRESS_HEADER"
msgid "Address Line 2"
msgstr ""
-#: dbui.hrc:51
+#: sw/inc/dbui.hrc:51
msgctxt "SA_ADDRESS_HEADER"
msgid "City"
msgstr "Ақалақь"
-#: dbui.hrc:52
+#: sw/inc/dbui.hrc:52
msgctxt "SA_ADDRESS_HEADER"
msgid "State"
msgstr ""
-#: dbui.hrc:53
+#: sw/inc/dbui.hrc:53
msgctxt "SA_ADDRESS_HEADER"
msgid "ZIP"
msgstr ""
-#: dbui.hrc:54
+#: sw/inc/dbui.hrc:54
msgctxt "SA_ADDRESS_HEADER"
msgid "Country"
msgstr "Атәыла"
-#: dbui.hrc:55
+#: sw/inc/dbui.hrc:55
msgctxt "SA_ADDRESS_HEADER"
msgid "Telephone private"
msgstr ""
-#: dbui.hrc:56
+#: sw/inc/dbui.hrc:56
msgctxt "SA_ADDRESS_HEADER"
msgid "Telephone business"
msgstr ""
-#: dbui.hrc:57
+#: sw/inc/dbui.hrc:57
msgctxt "SA_ADDRESS_HEADER"
msgid "E-mail Address"
msgstr ""
-#: dbui.hrc:58
+#: sw/inc/dbui.hrc:58
#, fuzzy
msgctxt "SA_ADDRESS_HEADER"
msgid "Gender"
msgstr "Адәықәҵаҩ"
#. Import-Errors
-#: error.hrc:33
+#: sw/inc/error.hrc:33
msgctxt "RID_SW_ERRHDL"
msgid "File format error found."
msgstr "Афаил аформат агха."
-#: error.hrc:34
+#: sw/inc/error.hrc:34
msgctxt "RID_SW_ERRHDL"
msgid "Error reading file."
msgstr "Афаил аҧхьара агха."
-#: error.hrc:35
+#: sw/inc/error.hrc:35
msgctxt "RID_SW_ERRHDL"
msgid "This is not a valid WinWord6 file."
msgstr ""
-#: error.hrc:36
+#: sw/inc/error.hrc:36
msgctxt "RID_SW_ERRHDL"
msgid "File format error found at $(ARG1)(row,col)."
msgstr ""
-#: error.hrc:37
+#: sw/inc/error.hrc:37
msgctxt "RID_SW_ERRHDL"
msgid "This is not a valid WinWord97 file."
msgstr ""
-#: error.hrc:38 /home/cl/vc/git/libo-core/sw/inc/error.hrc:57
+#: sw/inc/error.hrc:38 sw/inc/error.hrc:57
msgctxt "RID_SW_ERRHDL"
msgid "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)."
msgstr ""
#. Export-Errors
-#: error.hrc:40
+#: sw/inc/error.hrc:40
msgctxt "RID_SW_ERRHDL"
msgid "Error writing file."
msgstr "Афаил аҧхьара агха."
-#: error.hrc:41
+#: sw/inc/error.hrc:41
msgctxt "RID_SW_ERRHDL"
msgid "Wrong AutoText document version."
msgstr ""
-#: error.hrc:42 /home/cl/vc/git/libo-core/sw/inc/error.hrc:56
+#: sw/inc/error.hrc:42 sw/inc/error.hrc:56
msgctxt "RID_SW_ERRHDL"
msgid "Error in writing sub-document $(ARG1)."
msgstr ""
#. Import-/Export-Errors
-#: error.hrc:44 /home/cl/vc/git/libo-core/sw/inc/error.hrc:45
+#: sw/inc/error.hrc:44 sw/inc/error.hrc:45
msgctxt "RID_SW_ERRHDL"
msgid "Internal error in %PRODUCTNAME Writer file format."
msgstr ""
-#: error.hrc:46
+#: sw/inc/error.hrc:46
msgctxt "RID_SW_ERRHDL"
msgid "$(ARG1) has changed."
msgstr "$(ARG1) аҽаҧсахит."
-#: error.hrc:47
+#: sw/inc/error.hrc:47
msgctxt "RID_SW_ERRHDL"
msgid "$(ARG1) does not exist."
msgstr "$(ARG1) ыҟаӡам."
-#: error.hrc:48
+#: sw/inc/error.hrc:48
msgctxt "RID_SW_ERRHDL"
msgid "Cells cannot be further split."
msgstr ""
-#: error.hrc:49
+#: sw/inc/error.hrc:49
msgctxt "RID_SW_ERRHDL"
msgid "Additional columns cannot be inserted."
msgstr ""
-#: error.hrc:50
+#: sw/inc/error.hrc:50
msgctxt "RID_SW_ERRHDL"
msgid "The structure of a linked table cannot be modified."
msgstr ""
-#: error.hrc:52
+#: sw/inc/error.hrc:52
msgctxt "RID_SW_ERRHDL"
msgid "Not all attributes could be read."
msgstr ""
-#: error.hrc:53
+#: sw/inc/error.hrc:53
msgctxt "RID_SW_ERRHDL"
msgid "Not all attributes could be recorded."
msgstr ""
-#: error.hrc:54
+#: sw/inc/error.hrc:54
msgctxt "RID_SW_ERRHDL"
msgid "Document could not be completely saved."
msgstr ""
-#: error.hrc:55
+#: sw/inc/error.hrc:55
msgctxt "RID_SW_ERRHDL"
msgid ""
"This HTML document contains %PRODUCTNAME Basic macros.\n"
"They were not saved with the current export settings."
msgstr ""
-#: mmaddressblockpage.hrc:27
+#: sw/inc/mmaddressblockpage.hrc:27
msgctxt "RA_SALUTATION"
msgid "Dear"
msgstr "Ҳаҭыр зқәу"
-#: mmaddressblockpage.hrc:28
+#: sw/inc/mmaddressblockpage.hrc:28
msgctxt "RA_SALUTATION"
msgid "Hello"
msgstr "Абзиара шәымаз"
-#: mmaddressblockpage.hrc:29
+#: sw/inc/mmaddressblockpage.hrc:29
msgctxt "RA_SALUTATION"
msgid "Hi"
msgstr ""
-#: mmaddressblockpage.hrc:34
+#: sw/inc/mmaddressblockpage.hrc:34
msgctxt "RA_PUNCTUATION"
msgid ","
msgstr ","
-#: mmaddressblockpage.hrc:35
+#: sw/inc/mmaddressblockpage.hrc:35
msgctxt "RA_PUNCTUATION"
msgid ":"
msgstr ":"
-#: mmaddressblockpage.hrc:36
+#: sw/inc/mmaddressblockpage.hrc:36
msgctxt "RA_PUNCTUATION"
msgid "!"
msgstr "!"
-#: mmaddressblockpage.hrc:37
+#: sw/inc/mmaddressblockpage.hrc:37
msgctxt "RA_PUNCTUATION"
msgid "(none)"
msgstr "(мап)"
-#: optload.hrc:27
+#: sw/inc/optload.hrc:27
msgctxt "STR_ARR_METRIC"
msgid "Millimeter"
msgstr "Амиллиметр"
-#: optload.hrc:28
+#: sw/inc/optload.hrc:28
msgctxt "STR_ARR_METRIC"
msgid "Centimeter"
msgstr "Асантиметр"
-#: optload.hrc:29
+#: sw/inc/optload.hrc:29
msgctxt "STR_ARR_METRIC"
msgid "Meter"
msgstr "Аметр"
-#: optload.hrc:30
+#: sw/inc/optload.hrc:30
msgctxt "STR_ARR_METRIC"
msgid "Kilometer"
msgstr "Акилометр"
-#: optload.hrc:31
+#: sw/inc/optload.hrc:31
msgctxt "STR_ARR_METRIC"
msgid "Inch"
msgstr "адиуим"
-#: optload.hrc:32
+#: sw/inc/optload.hrc:32
msgctxt "STR_ARR_METRIC"
msgid "Foot"
msgstr "Афутқәа"
-#: optload.hrc:33
+#: sw/inc/optload.hrc:33
msgctxt "STR_ARR_METRIC"
msgid "Miles"
msgstr "Мили"
-#: optload.hrc:34
+#: sw/inc/optload.hrc:34
msgctxt "STR_ARR_METRIC"
msgid "Pica"
msgstr ""
-#: optload.hrc:35
+#: sw/inc/optload.hrc:35
msgctxt "STR_ARR_METRIC"
msgid "Point"
msgstr "Акәаҧ"
-#: optload.hrc:36
+#: sw/inc/optload.hrc:36
msgctxt "STR_ARR_METRIC"
msgid "Char"
msgstr "Асимвол"
-#: optload.hrc:37
+#: sw/inc/optload.hrc:37
msgctxt "STR_ARR_METRIC"
msgid "Line"
msgstr "Ацәаҳәа"
#. Format names
-#: strings.hrc:26
+#: sw/inc/strings.hrc:26
msgctxt "STR_POOLCHR_FOOTNOTE"
msgid "Footnote Characters"
msgstr ""
-#: strings.hrc:27
+#: sw/inc/strings.hrc:27
msgctxt "STR_POOLCHR_PAGENO"
msgid "Page Number"
msgstr "Адаҟьа аномер"
-#: strings.hrc:28
+#: sw/inc/strings.hrc:28
msgctxt "STR_POOLCHR_LABEL"
msgid "Caption Characters"
msgstr "Ахьӡ асимволқәа"
-#: strings.hrc:29
+#: sw/inc/strings.hrc:29
msgctxt "STR_POOLCHR_DROPCAPS"
msgid "Drop Caps"
msgstr ""
-#: strings.hrc:30
+#: sw/inc/strings.hrc:30
msgctxt "STR_POOLCHR_NUM_LEVEL"
msgid "Numbering Symbols"
msgstr "Аномерркра асимвол"
-#: strings.hrc:31
+#: sw/inc/strings.hrc:31
msgctxt "STR_POOLCHR_BUL_LEVEL"
msgid "Bullets"
msgstr "Ахьӡынҵа амаркерқәа"
-#: strings.hrc:32
+#: sw/inc/strings.hrc:32
msgctxt "STR_POOLCHR_INET_NORMAL"
msgid "Internet Link"
msgstr "аИнтернет-зхьарҧш"
-#: strings.hrc:33
+#: sw/inc/strings.hrc:33
msgctxt "STR_POOLCHR_INET_VISIT"
msgid "Visited Internet Link"
msgstr ""
-#: strings.hrc:34
+#: sw/inc/strings.hrc:34
msgctxt "STR_POOLCHR_JUMPEDIT"
msgid "Placeholder"
msgstr ""
-#: strings.hrc:35
+#: sw/inc/strings.hrc:35
msgctxt "STR_POOLCHR_TOXJUMP"
msgid "Index Link"
msgstr ""
-#: strings.hrc:36
+#: sw/inc/strings.hrc:36
msgctxt "STR_POOLCHR_ENDNOTE"
msgid "Endnote Characters"
msgstr ""
-#: strings.hrc:37
+#: sw/inc/strings.hrc:37
msgctxt "STR_POOLCHR_LINENUM"
msgid "Line Numbering"
msgstr "Ацәаҳәақәа рномерркра"
-#: strings.hrc:38
+#: sw/inc/strings.hrc:38
msgctxt "STR_POOLCHR_IDX_MAIN_ENTRY"
msgid "Main Index Entry"
msgstr ""
-#: strings.hrc:39
+#: sw/inc/strings.hrc:39
msgctxt "STR_POOLCHR_FOOTNOTE_ANCHOR"
msgid "Footnote Anchor"
msgstr ""
-#: strings.hrc:40
+#: sw/inc/strings.hrc:40
msgctxt "STR_POOLCHR_ENDNOTE_ANCHOR"
msgid "Endnote Anchor"
msgstr ""
-#: strings.hrc:41
+#: sw/inc/strings.hrc:41
msgctxt "STR_POOLCHR_RUBYTEXT"
msgid "Rubies"
msgstr ""
-#: strings.hrc:42
+#: sw/inc/strings.hrc:42
msgctxt "STR_POOLCHR_VERT_NUM"
msgid "Vertical Numbering Symbols"
msgstr ""
#. Drawing templates for HTML
-#: strings.hrc:44
+#: sw/inc/strings.hrc:44
msgctxt "STR_POOLCHR_HTML_EMPHASIS"
msgid "Emphasis"
msgstr "Алкаара"
-#: strings.hrc:45
+#: sw/inc/strings.hrc:45
msgctxt "STR_POOLCHR_HTML_CITIATION"
msgid "Quotation"
msgstr "Ацитата"
-#: strings.hrc:46
+#: sw/inc/strings.hrc:46
msgctxt "STR_POOLCHR_HTML_STRONG"
msgid "Strong Emphasis"
msgstr ""
-#: strings.hrc:47
+#: sw/inc/strings.hrc:47
msgctxt "STR_POOLCHR_HTML_CODE"
msgid "Source Text"
msgstr "Ахалагаратә теқст"
-#: strings.hrc:48
+#: sw/inc/strings.hrc:48
msgctxt "STR_POOLCHR_HTML_SAMPLE"
msgid "Example"
msgstr "Аҿырҧштәы"
-#: strings.hrc:49
+#: sw/inc/strings.hrc:49
msgctxt "STR_POOLCHR_HTML_KEYBOARD"
msgid "User Entry"
msgstr "Ахарәаҩ иҭагалара"
-#: strings.hrc:50
+#: sw/inc/strings.hrc:50
msgctxt "STR_POOLCHR_HTML_VARIABLE"
msgid "Variable"
msgstr "Аҽеиҭак"
-#: strings.hrc:51
+#: sw/inc/strings.hrc:51
#, fuzzy
msgctxt "STR_POOLCHR_HTML_DEFINSTANCE"
msgid "Definition"
msgstr "Аструктура"
-#: strings.hrc:52
+#: sw/inc/strings.hrc:52
msgctxt "STR_POOLCHR_HTML_TELETYPE"
msgid "Teletype"
msgstr ""
#. Border templates
-#: strings.hrc:54
+#: sw/inc/strings.hrc:54
msgctxt "STR_POOLFRM_FRAME"
msgid "Frame"
msgstr "Афреим"
-#: strings.hrc:55
+#: sw/inc/strings.hrc:55
msgctxt "STR_POOLFRM_GRAPHIC"
msgid "Graphics"
msgstr "Асахьақәа"
-#: strings.hrc:56
+#: sw/inc/strings.hrc:56
msgctxt "STR_POOLFRM_OLE"
msgid "OLE"
msgstr "OLE"
-#: strings.hrc:57
+#: sw/inc/strings.hrc:57
msgctxt "STR_POOLFRM_FORMEL"
msgid "Formula"
msgstr "Аформула"
-#: strings.hrc:58
+#: sw/inc/strings.hrc:58
msgctxt "STR_POOLFRM_MARGINAL"
msgid "Marginalia"
msgstr ""
-#: strings.hrc:59
+#: sw/inc/strings.hrc:59
msgctxt "STR_POOLFRM_WATERSIGN"
msgid "Watermark"
msgstr ""
-#: strings.hrc:60
+#: sw/inc/strings.hrc:60
msgctxt "STR_POOLFRM_LABEL"
msgid "Labels"
msgstr "Анапаҵаҩрақәа"
#. Template names
#. tdf#107211 please don't change STANDARD, except back to "Default"
-#: strings.hrc:63
+#: sw/inc/strings.hrc:63
msgctxt "STR_POOLCOLL_STANDARD"
msgid "Default Style"
msgstr ""
-#: strings.hrc:64
+#: sw/inc/strings.hrc:64
msgctxt "STR_POOLCOLL_TEXT"
msgid "Text Body"
msgstr "Ихадоу атеқст"
-#: strings.hrc:65
+#: sw/inc/strings.hrc:65
msgctxt "STR_POOLCOLL_TEXT_IDENT"
msgid "First Line Indent"
msgstr ""
-#: strings.hrc:66
+#: sw/inc/strings.hrc:66
msgctxt "STR_POOLCOLL_TEXT_NEGIDENT"
msgid "Hanging Indent"
msgstr ""
-#: strings.hrc:67
+#: sw/inc/strings.hrc:67
msgctxt "STR_POOLCOLL_TEXT_MOVE"
msgid "Text Body Indent"
msgstr ""
-#: strings.hrc:68
+#: sw/inc/strings.hrc:68
msgctxt "STR_POOLCOLL_GREETING"
msgid "Complimentary Close"
msgstr ""
-#: strings.hrc:69
+#: sw/inc/strings.hrc:69
msgctxt "STR_POOLCOLL_SIGNATURE"
msgid "Signature"
msgstr "Анапаҵаҩра"
-#: strings.hrc:70
+#: sw/inc/strings.hrc:70
msgctxt "STR_POOLCOLL_HEADLINE_BASE"
msgid "Heading"
msgstr "Ахы"
-#: strings.hrc:71
+#: sw/inc/strings.hrc:71
msgctxt "STR_POOLCOLL_NUMBUL_BASE"
msgid "List"
msgstr "Ахьӡынҵа"
-#: strings.hrc:72
+#: sw/inc/strings.hrc:72
msgctxt "STR_POOLCOLL_REGISTER_BASE"
msgid "Index"
msgstr "Аиндекс"
-#: strings.hrc:73
+#: sw/inc/strings.hrc:73
msgctxt "STR_POOLCOLL_CONFRONTATION"
msgid "List Indent"
msgstr ""
-#: strings.hrc:74
+#: sw/inc/strings.hrc:74
msgctxt "STR_POOLCOLL_MARGINAL"
msgid "Marginalia"
msgstr ""
-#: strings.hrc:75
+#: sw/inc/strings.hrc:75
msgctxt "STR_POOLCOLL_HEADLINE1"
msgid "Heading 1"
msgstr "Ахы 1"
-#: strings.hrc:76
+#: sw/inc/strings.hrc:76
msgctxt "STR_POOLCOLL_HEADLINE2"
msgid "Heading 2"
msgstr "Ахы 2"
-#: strings.hrc:77
+#: sw/inc/strings.hrc:77
msgctxt "STR_POOLCOLL_HEADLINE3"
msgid "Heading 3"
msgstr "Ахы 3"
-#: strings.hrc:78
+#: sw/inc/strings.hrc:78
msgctxt "STR_POOLCOLL_HEADLINE4"
msgid "Heading 4"
msgstr "Ахы 4"
-#: strings.hrc:79
+#: sw/inc/strings.hrc:79
msgctxt "STR_POOLCOLL_HEADLINE5"
msgid "Heading 5"
msgstr "Ахы 5"
-#: strings.hrc:80
+#: sw/inc/strings.hrc:80
msgctxt "STR_POOLCOLL_HEADLINE6"
msgid "Heading 6"
msgstr "Ахы 6"
-#: strings.hrc:81
+#: sw/inc/strings.hrc:81
msgctxt "STR_POOLCOLL_HEADLINE7"
msgid "Heading 7"
msgstr "Ахы 7"
-#: strings.hrc:82
+#: sw/inc/strings.hrc:82
msgctxt "STR_POOLCOLL_HEADLINE8"
msgid "Heading 8"
msgstr "Ахы 8"
-#: strings.hrc:83
+#: sw/inc/strings.hrc:83
msgctxt "STR_POOLCOLL_HEADLINE9"
msgid "Heading 9"
msgstr "Ахы 9"
-#: strings.hrc:84
+#: sw/inc/strings.hrc:84
msgctxt "STR_POOLCOLL_HEADLINE10"
msgid "Heading 10"
msgstr "Ахы 10"
-#: strings.hrc:85
+#: sw/inc/strings.hrc:85
msgctxt "STR_POOLCOLL_NUM_LEVEL1S"
msgid "Numbering 1 Start"
msgstr ""
-#: strings.hrc:86
+#: sw/inc/strings.hrc:86
msgctxt "STR_POOLCOLL_NUM_LEVEL1"
msgid "Numbering 1"
msgstr "Иномеррку ахьӡынҵа 1"
-#: strings.hrc:87
+#: sw/inc/strings.hrc:87
msgctxt "STR_POOLCOLL_NUM_LEVEL1E"
msgid "Numbering 1 End"
msgstr ""
-#: strings.hrc:88
+#: sw/inc/strings.hrc:88
msgctxt "STR_POOLCOLL_NUM_NONUM1"
msgid "Numbering 1 Cont."
msgstr ""
-#: strings.hrc:89
+#: sw/inc/strings.hrc:89
msgctxt "STR_POOLCOLL_NUM_LEVEL2S"
msgid "Numbering 2 Start"
msgstr ""
-#: strings.hrc:90
+#: sw/inc/strings.hrc:90
msgctxt "STR_POOLCOLL_NUM_LEVEL2"
msgid "Numbering 2"
msgstr "Иномеррку ахьӡынҵа 2"
-#: strings.hrc:91
+#: sw/inc/strings.hrc:91
msgctxt "STR_POOLCOLL_NUM_LEVEL2E"
msgid "Numbering 2 End"
msgstr ""
-#: strings.hrc:92
+#: sw/inc/strings.hrc:92
msgctxt "STR_POOLCOLL_NUM_NONUM2"
msgid "Numbering 2 Cont."
msgstr ""
-#: strings.hrc:93
+#: sw/inc/strings.hrc:93
msgctxt "STR_POOLCOLL_NUM_LEVEL3S"
msgid "Numbering 3 Start"
msgstr ""
-#: strings.hrc:94
+#: sw/inc/strings.hrc:94
msgctxt "STR_POOLCOLL_NUM_LEVEL3"
msgid "Numbering 3"
msgstr "Иномеррку ахьӡынҵа 3"
-#: strings.hrc:95
+#: sw/inc/strings.hrc:95
msgctxt "STR_POOLCOLL_NUM_LEVEL3E"
msgid "Numbering 3 End"
msgstr ""
-#: strings.hrc:96
+#: sw/inc/strings.hrc:96
msgctxt "STR_POOLCOLL_NUM_NONUM3"
msgid "Numbering 3 Cont."
msgstr ""
-#: strings.hrc:97
+#: sw/inc/strings.hrc:97
msgctxt "STR_POOLCOLL_NUM_LEVEL4S"
msgid "Numbering 4 Start"
msgstr ""
-#: strings.hrc:98
+#: sw/inc/strings.hrc:98
msgctxt "STR_POOLCOLL_NUM_LEVEL4"
msgid "Numbering 4"
msgstr "Иномеррку ахьӡынҵа 4"
-#: strings.hrc:99
+#: sw/inc/strings.hrc:99
msgctxt "STR_POOLCOLL_NUM_LEVEL4E"
msgid "Numbering 4 End"
msgstr ""
-#: strings.hrc:100
+#: sw/inc/strings.hrc:100
msgctxt "STR_POOLCOLL_NUM_NONUM4"
msgid "Numbering 4 Cont."
msgstr ""
-#: strings.hrc:101
+#: sw/inc/strings.hrc:101
msgctxt "STR_POOLCOLL_NUM_LEVEL5S"
msgid "Numbering 5 Start"
msgstr ""
-#: strings.hrc:102
+#: sw/inc/strings.hrc:102
msgctxt "STR_POOLCOLL_NUM_LEVEL5"
msgid "Numbering 5"
msgstr "Иномеррку ахьӡынҵа 5"
-#: strings.hrc:103
+#: sw/inc/strings.hrc:103
msgctxt "STR_POOLCOLL_NUM_LEVEL5E"
msgid "Numbering 5 End"
msgstr ""
-#: strings.hrc:104
+#: sw/inc/strings.hrc:104
msgctxt "STR_POOLCOLL_NUM_NONUM5"
msgid "Numbering 5 Cont."
msgstr ""
-#: strings.hrc:105
+#: sw/inc/strings.hrc:105
msgctxt "STR_POOLCOLL_BUL_LEVEL1S"
msgid "List 1 Start"
msgstr ""
-#: strings.hrc:106
+#: sw/inc/strings.hrc:106
msgctxt "STR_POOLCOLL_BUL_LEVEL1"
msgid "List 1"
msgstr ""
-#: strings.hrc:107
+#: sw/inc/strings.hrc:107
msgctxt "STR_POOLCOLL_BUL_LEVEL1E"
msgid "List 1 End"
msgstr ""
-#: strings.hrc:108
+#: sw/inc/strings.hrc:108
msgctxt "STR_POOLCOLL_BUL_NONUM1"
msgid "List 1 Cont."
msgstr ""
-#: strings.hrc:109
+#: sw/inc/strings.hrc:109
msgctxt "STR_POOLCOLL_BUL_LEVEL2S"
msgid "List 2 Start"
msgstr ""
-#: strings.hrc:110
+#: sw/inc/strings.hrc:110
msgctxt "STR_POOLCOLL_BUL_LEVEL2"
msgid "List 2"
msgstr ""
-#: strings.hrc:111
+#: sw/inc/strings.hrc:111
msgctxt "STR_POOLCOLL_BUL_LEVEL2E"
msgid "List 2 End"
msgstr ""
-#: strings.hrc:112
+#: sw/inc/strings.hrc:112
msgctxt "STR_POOLCOLL_BUL_NONUM2"
msgid "List 2 Cont."
msgstr ""
-#: strings.hrc:113
+#: sw/inc/strings.hrc:113
msgctxt "STR_POOLCOLL_BUL_LEVEL3S"
msgid "List 3 Start"
msgstr ""
-#: strings.hrc:114
+#: sw/inc/strings.hrc:114
msgctxt "STR_POOLCOLL_BUL_LEVEL3"
msgid "List 3"
msgstr ""
-#: strings.hrc:115
+#: sw/inc/strings.hrc:115
msgctxt "STR_POOLCOLL_BUL_LEVEL3E"
msgid "List 3 End"
msgstr ""
-#: strings.hrc:116
+#: sw/inc/strings.hrc:116
msgctxt "STR_POOLCOLL_BUL_NONUM3"
msgid "List 3 Cont."
msgstr ""
-#: strings.hrc:117
+#: sw/inc/strings.hrc:117
msgctxt "STR_POOLCOLL_BUL_LEVEL4S"
msgid "List 4 Start"
msgstr ""
-#: strings.hrc:118
+#: sw/inc/strings.hrc:118
msgctxt "STR_POOLCOLL_BUL_LEVEL4"
msgid "List 4"
msgstr ""
-#: strings.hrc:119
+#: sw/inc/strings.hrc:119
msgctxt "STR_POOLCOLL_BUL_LEVEL4E"
msgid "List 4 End"
msgstr ""
-#: strings.hrc:120
+#: sw/inc/strings.hrc:120
msgctxt "STR_POOLCOLL_BUL_NONUM4"
msgid "List 4 Cont."
msgstr ""
-#: strings.hrc:121
+#: sw/inc/strings.hrc:121
msgctxt "STR_POOLCOLL_BUL_LEVEL5S"
msgid "List 5 Start"
msgstr ""
-#: strings.hrc:122
+#: sw/inc/strings.hrc:122
msgctxt "STR_POOLCOLL_BUL_LEVEL5"
msgid "List 5"
msgstr ""
-#: strings.hrc:123
+#: sw/inc/strings.hrc:123
msgctxt "STR_POOLCOLL_BUL_LEVEL5E"
msgid "List 5 End"
msgstr ""
-#: strings.hrc:124
+#: sw/inc/strings.hrc:124
msgctxt "STR_POOLCOLL_BUL_NONUM5"
msgid "List 5 Cont."
msgstr ""
-#: strings.hrc:125
+#: sw/inc/strings.hrc:125
msgctxt "STR_POOLCOLL_HEADER"
msgid "Header"
msgstr ""
-#: strings.hrc:126
+#: sw/inc/strings.hrc:126
msgctxt "STR_POOLCOLL_HEADERL"
msgid "Header Left"
msgstr ""
-#: strings.hrc:127
+#: sw/inc/strings.hrc:127
msgctxt "STR_POOLCOLL_HEADERR"
msgid "Header Right"
msgstr ""
-#: strings.hrc:128
+#: sw/inc/strings.hrc:128
msgctxt "STR_POOLCOLL_FOOTER"
msgid "Footer"
msgstr ""
-#: strings.hrc:129
+#: sw/inc/strings.hrc:129
msgctxt "STR_POOLCOLL_FOOTERL"
msgid "Footer Left"
msgstr ""
-#: strings.hrc:130
+#: sw/inc/strings.hrc:130
msgctxt "STR_POOLCOLL_FOOTERR"
msgid "Footer Right"
msgstr ""
-#: strings.hrc:131
+#: sw/inc/strings.hrc:131
#, fuzzy
msgctxt "STR_POOLCOLL_TABLE"
msgid "Table Contents"
msgstr "Ахы"
-#: strings.hrc:132
+#: sw/inc/strings.hrc:132
msgctxt "STR_POOLCOLL_TABLE_HDLN"
msgid "Table Heading"
msgstr "Атаблица ахы"
-#: strings.hrc:133
+#: sw/inc/strings.hrc:133
msgctxt "STR_POOLCOLL_FRAME"
msgid "Frame Contents"
msgstr ""
-#: strings.hrc:134
+#: sw/inc/strings.hrc:134
msgctxt "STR_POOLCOLL_FOOTNOTE"
msgid "Footnote"
msgstr ""
-#: strings.hrc:135
+#: sw/inc/strings.hrc:135
msgctxt "STR_POOLCOLL_ENDNOTE"
msgid "Endnote"
msgstr ""
-#: strings.hrc:136
+#: sw/inc/strings.hrc:136
msgctxt "STR_POOLCOLL_LABEL"
msgid "Caption"
msgstr "Ахьӡ"
-#: strings.hrc:137
+#: sw/inc/strings.hrc:137
msgctxt "STR_POOLCOLL_LABEL_ABB"
msgid "Illustration"
msgstr "Аиллиустрациа"
-#: strings.hrc:138
+#: sw/inc/strings.hrc:138
msgctxt "STR_POOLCOLL_LABEL_TABLE"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:139
+#: sw/inc/strings.hrc:139
msgctxt "STR_POOLCOLL_LABEL_FRAME"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:140
+#: sw/inc/strings.hrc:140
msgctxt "STR_POOLCOLL_LABEL_DRAWING"
msgid "Drawing"
msgstr "Асахьа"
-#: strings.hrc:141
+#: sw/inc/strings.hrc:141
+msgctxt "STR_POOLCOLL_LABEL_FIGURE"
+msgid "Figure"
+msgstr ""
+
+#: sw/inc/strings.hrc:142
msgctxt "STR_POOLCOLL_JAKETADRESS"
msgid "Addressee"
msgstr "Изауа"
-#: strings.hrc:142
+#: sw/inc/strings.hrc:143
msgctxt "STR_POOLCOLL_SENDADRESS"
msgid "Sender"
msgstr "Адәықәҵаҩ"
-#: strings.hrc:143
+#: sw/inc/strings.hrc:144
msgctxt "STR_POOLCOLL_TOX_IDXH"
msgid "Index Heading"
msgstr ""
-#: strings.hrc:144
+#: sw/inc/strings.hrc:145
msgctxt "STR_POOLCOLL_TOX_IDX1"
msgid "Index 1"
msgstr ""
-#: strings.hrc:145
+#: sw/inc/strings.hrc:146
msgctxt "STR_POOLCOLL_TOX_IDX2"
msgid "Index 2"
msgstr ""
-#: strings.hrc:146
+#: sw/inc/strings.hrc:147
msgctxt "STR_POOLCOLL_TOX_IDX3"
msgid "Index 3"
msgstr ""
-#: strings.hrc:147
+#: sw/inc/strings.hrc:148
msgctxt "STR_POOLCOLL_TOX_IDXBREAK"
msgid "Index Separator"
msgstr ""
-#: strings.hrc:148
+#: sw/inc/strings.hrc:149
msgctxt "STR_POOLCOLL_TOX_CNTNTH"
msgid "Contents Heading"
msgstr ""
-#: strings.hrc:149
+#: sw/inc/strings.hrc:150
msgctxt "STR_POOLCOLL_TOX_CNTNT1"
msgid "Contents 1"
msgstr ""
-#: strings.hrc:150
+#: sw/inc/strings.hrc:151
msgctxt "STR_POOLCOLL_TOX_CNTNT2"
msgid "Contents 2"
msgstr ""
-#: strings.hrc:151
+#: sw/inc/strings.hrc:152
msgctxt "STR_POOLCOLL_TOX_CNTNT3"
msgid "Contents 3"
msgstr ""
-#: strings.hrc:152
+#: sw/inc/strings.hrc:153
msgctxt "STR_POOLCOLL_TOX_CNTNT4"
msgid "Contents 4"
msgstr ""
-#: strings.hrc:153
+#: sw/inc/strings.hrc:154
msgctxt "STR_POOLCOLL_TOX_CNTNT5"
msgid "Contents 5"
msgstr ""
-#: strings.hrc:154
+#: sw/inc/strings.hrc:155
msgctxt "STR_POOLCOLL_TOX_CNTNT6"
msgid "Contents 6"
msgstr ""
-#: strings.hrc:155
+#: sw/inc/strings.hrc:156
msgctxt "STR_POOLCOLL_TOX_CNTNT7"
msgid "Contents 7"
msgstr ""
-#: strings.hrc:156
+#: sw/inc/strings.hrc:157
msgctxt "STR_POOLCOLL_TOX_CNTNT8"
msgid "Contents 8"
msgstr ""
-#: strings.hrc:157
+#: sw/inc/strings.hrc:158
msgctxt "STR_POOLCOLL_TOX_CNTNT9"
msgid "Contents 9"
msgstr ""
-#: strings.hrc:158
+#: sw/inc/strings.hrc:159
msgctxt "STR_POOLCOLL_TOX_CNTNT10"
msgid "Contents 10"
msgstr ""
-#: strings.hrc:159
+#: sw/inc/strings.hrc:160
msgctxt "STR_POOLCOLL_TOX_USERH"
msgid "User Index Heading"
msgstr ""
-#: strings.hrc:160
+#: sw/inc/strings.hrc:161
msgctxt "STR_POOLCOLL_TOX_USER1"
msgid "User Index 1"
msgstr ""
-#: strings.hrc:161
+#: sw/inc/strings.hrc:162
msgctxt "STR_POOLCOLL_TOX_USER2"
msgid "User Index 2"
msgstr ""
-#: strings.hrc:162
+#: sw/inc/strings.hrc:163
msgctxt "STR_POOLCOLL_TOX_USER3"
msgid "User Index 3"
msgstr ""
-#: strings.hrc:163
+#: sw/inc/strings.hrc:164
msgctxt "STR_POOLCOLL_TOX_USER4"
msgid "User Index 4"
msgstr ""
-#: strings.hrc:164
+#: sw/inc/strings.hrc:165
msgctxt "STR_POOLCOLL_TOX_USER5"
msgid "User Index 5"
msgstr ""
-#: strings.hrc:165
+#: sw/inc/strings.hrc:166
msgctxt "STR_POOLCOLL_TOX_USER6"
msgid "User Index 6"
msgstr ""
-#: strings.hrc:166
+#: sw/inc/strings.hrc:167
msgctxt "STR_POOLCOLL_TOX_USER7"
msgid "User Index 7"
msgstr ""
-#: strings.hrc:167
+#: sw/inc/strings.hrc:168
msgctxt "STR_POOLCOLL_TOX_USER8"
msgid "User Index 8"
msgstr ""
-#: strings.hrc:168
+#: sw/inc/strings.hrc:169
msgctxt "STR_POOLCOLL_TOX_USER9"
msgid "User Index 9"
msgstr ""
-#: strings.hrc:169
+#: sw/inc/strings.hrc:170
msgctxt "STR_POOLCOLL_TOX_USER10"
msgid "User Index 10"
msgstr ""
-#: strings.hrc:170
+#: sw/inc/strings.hrc:171
msgctxt "STR_POOLCOLL_TOX_CITATION"
msgid "Citation"
msgstr "Ацитата"
-#: strings.hrc:171
+#: sw/inc/strings.hrc:172
msgctxt "STR_POOLCOLL_TOX_ILLUSH"
msgid "Illustration Index Heading"
msgstr ""
-#: strings.hrc:172
+#: sw/inc/strings.hrc:173
msgctxt "STR_POOLCOLL_TOX_ILLUS1"
msgid "Illustration Index 1"
msgstr ""
-#: strings.hrc:173
+#: sw/inc/strings.hrc:174
msgctxt "STR_POOLCOLL_TOX_OBJECTH"
msgid "Object Index Heading"
msgstr ""
-#: strings.hrc:174
+#: sw/inc/strings.hrc:175
msgctxt "STR_POOLCOLL_TOX_OBJECT1"
msgid "Object Index 1"
msgstr ""
-#: strings.hrc:175
+#: sw/inc/strings.hrc:176
msgctxt "STR_POOLCOLL_TOX_TABLESH"
msgid "Table Index Heading"
msgstr ""
-#: strings.hrc:176
+#: sw/inc/strings.hrc:177
msgctxt "STR_POOLCOLL_TOX_TABLES1"
msgid "Table Index 1"
msgstr "Атаблицақәа рыхьӡынҵа 1"
-#: strings.hrc:177
+#: sw/inc/strings.hrc:178
msgctxt "STR_POOLCOLL_TOX_AUTHORITIESH"
msgid "Bibliography Heading"
msgstr ""
-#: strings.hrc:178
+#: sw/inc/strings.hrc:179
msgctxt "STR_POOLCOLL_TOX_AUTHORITIES1"
msgid "Bibliography 1"
msgstr "Абиблиографиа"
#. Document title style, not to be confused with Heading style
-#: strings.hrc:180
+#: sw/inc/strings.hrc:181
msgctxt "STR_POOLCOLL_DOC_TITEL"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:181
+#: sw/inc/strings.hrc:182
msgctxt "STR_POOLCOLL_DOC_SUBTITEL"
msgid "Subtitle"
msgstr ""
-#: strings.hrc:182
+#: sw/inc/strings.hrc:183
msgctxt "STR_POOLCOLL_HTML_BLOCKQUOTE"
msgid "Quotations"
msgstr ""
-#: strings.hrc:183
+#: sw/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_POOLCOLL_HTML_PRE"
msgid "Preformatted Text"
msgstr "Иформатрку атеқст"
-#: strings.hrc:184
+#: sw/inc/strings.hrc:185
msgctxt "STR_POOLCOLL_HTML_HR"
msgid "Horizontal Line"
msgstr "Агоризонталтә ҵәаӷәа"
-#: strings.hrc:185
+#: sw/inc/strings.hrc:186
msgctxt "STR_POOLCOLL_HTML_DD"
msgid "List Contents"
msgstr ""
-#: strings.hrc:186
+#: sw/inc/strings.hrc:187
msgctxt "STR_POOLCOLL_HTML_DT"
msgid "List Heading"
msgstr ""
#. page style names
-#: strings.hrc:188
+#: sw/inc/strings.hrc:189
msgctxt "STR_POOLPAGE_STANDARD"
msgid "Default Style"
msgstr ""
-#: strings.hrc:189
+#: sw/inc/strings.hrc:190
msgctxt "STR_POOLPAGE_FIRST"
msgid "First Page"
msgstr "Актәи адаҟьа"
-#: strings.hrc:190
+#: sw/inc/strings.hrc:191
msgctxt "STR_POOLPAGE_LEFT"
msgid "Left Page"
msgstr "Армарахьтәи адаҟьа"
-#: strings.hrc:191
+#: sw/inc/strings.hrc:192
msgctxt "STR_POOLPAGE_RIGHT"
msgid "Right Page"
msgstr "Актәи адаҟьа"
-#: strings.hrc:192
+#: sw/inc/strings.hrc:193
msgctxt "STR_POOLPAGE_JAKET"
msgid "Envelope"
msgstr ""
-#: strings.hrc:193
+#: sw/inc/strings.hrc:194
#, fuzzy
msgctxt "STR_POOLPAGE_REGISTER"
msgid "Index"
msgstr "аиндекс"
-#: strings.hrc:194
+#: sw/inc/strings.hrc:195
msgctxt "STR_POOLPAGE_HTML"
msgid "HTML"
msgstr "HTML"
-#: strings.hrc:195
+#: sw/inc/strings.hrc:196
msgctxt "STR_POOLPAGE_FOOTNOTE"
msgid "Footnote"
msgstr ""
-#: strings.hrc:196
+#: sw/inc/strings.hrc:197
msgctxt "STR_POOLPAGE_ENDNOTE"
msgid "Endnote"
msgstr ""
-#: strings.hrc:197
+#: sw/inc/strings.hrc:198
msgctxt "STR_POOLPAGE_LANDSCAPE"
msgid "Landscape"
msgstr "Альбомтә"
#. Numbering rules
-#: strings.hrc:199
+#: sw/inc/strings.hrc:200
msgctxt "STR_POOLNUMRULE_NUM1"
msgid "Numbering 123"
msgstr ""
-#: strings.hrc:200
+#: sw/inc/strings.hrc:201
msgctxt "STR_POOLNUMRULE_NUM2"
msgid "Numbering ABC"
msgstr ""
-#: strings.hrc:201
+#: sw/inc/strings.hrc:202
msgctxt "STR_POOLNUMRULE_NUM3"
msgid "Numbering abc"
msgstr ""
-#: strings.hrc:202
+#: sw/inc/strings.hrc:203
msgctxt "STR_POOLNUMRULE_NUM4"
msgid "Numbering IVX"
msgstr ""
-#: strings.hrc:203
+#: sw/inc/strings.hrc:204
msgctxt "STR_POOLNUMRULE_NUM5"
msgid "Numbering ivx"
msgstr ""
-#: strings.hrc:204
+#: sw/inc/strings.hrc:205
msgctxt "STR_POOLNUMRULE_BUL1"
msgid "List 1"
msgstr ""
-#: strings.hrc:205
+#: sw/inc/strings.hrc:206
msgctxt "STR_POOLNUMRULE_BUL2"
msgid "List 2"
msgstr ""
-#: strings.hrc:206
+#: sw/inc/strings.hrc:207
msgctxt "STR_POOLNUMRULE_BUL3"
msgid "List 3"
msgstr ""
-#: strings.hrc:207
+#: sw/inc/strings.hrc:208
msgctxt "STR_POOLNUMRULE_BUL4"
msgid "List 4"
msgstr ""
-#: strings.hrc:208
+#: sw/inc/strings.hrc:209
msgctxt "STR_POOLNUMRULE_BUL5"
msgid "List 5"
msgstr ""
-#: strings.hrc:209
+#: sw/inc/strings.hrc:210
msgctxt "STR_COLUMN_VALUESET_ITEM0"
msgid "1 column"
msgstr ""
-#: strings.hrc:210
+#: sw/inc/strings.hrc:211
msgctxt "STR_COLUMN_VALUESET_ITEM1"
msgid "2 columns with equal size"
msgstr ""
-#: strings.hrc:211
+#: sw/inc/strings.hrc:212
msgctxt "STR_COLUMN_VALUESET_ITEM2"
msgid "3 columns with equal size"
msgstr ""
-#: strings.hrc:212
+#: sw/inc/strings.hrc:213
msgctxt "STR_COLUMN_VALUESET_ITEM3"
msgid "2 columns with different size (left > right)"
msgstr ""
-#: strings.hrc:213
+#: sw/inc/strings.hrc:214
msgctxt "STR_COLUMN_VALUESET_ITEM4"
msgid "2 columns with different size (left < right)"
msgstr ""
#. Table styles, Writer internal, others are taken from Svx
-#: strings.hrc:215
+#: sw/inc/strings.hrc:216
msgctxt "STR_TABSTYLE_DEFAULT"
msgid "Default Style"
msgstr ""
-#: strings.hrc:217
+#: sw/inc/strings.hrc:218
msgctxt "STR_PARAGRAPHSTYLEFAMILY"
msgid "Paragraph Styles"
msgstr "Абзацқәа рстильқәа"
-#: strings.hrc:218
+#: sw/inc/strings.hrc:219
msgctxt "STR_CHARACTERSTYLEFAMILY"
msgid "Character Styles"
msgstr "Асимволқәа рстильқәа"
-#: strings.hrc:219
+#: sw/inc/strings.hrc:220
#, fuzzy
msgctxt "STR_FRAMESTYLEFAMILY"
msgid "Frame Styles"
msgstr "Атаблицақәа рстиль"
-#: strings.hrc:220
+#: sw/inc/strings.hrc:221
msgctxt "STR_PAGESTYLEFAMILY"
msgid "Page Styles"
msgstr "Адаҟьақәа рстиль"
-#: strings.hrc:221
+#: sw/inc/strings.hrc:222
msgctxt "STR_LISTSTYLEFAMILY"
msgid "List Styles"
msgstr "Ахьӡынҵақәа рстильқәа"
-#: strings.hrc:222
+#: sw/inc/strings.hrc:223
msgctxt "STR_TABLESTYLEFAMILY"
msgid "Table Styles"
msgstr "Атаблицақәа рстиль"
-#: strings.hrc:223
+#: sw/inc/strings.hrc:224
msgctxt "STR_ENV_TITLE"
msgid "Envelope"
msgstr ""
-#: strings.hrc:224
+#: sw/inc/strings.hrc:225
#, fuzzy
msgctxt "STR_LAB_TITLE"
msgid "Labels"
msgstr "Анапаҵаҩра"
#. ShortName!!!
-#: strings.hrc:226
+#: sw/inc/strings.hrc:227
msgctxt "STR_HUMAN_SWDOC_NAME"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:227
+#: sw/inc/strings.hrc:228
msgctxt "STR_WRITER_DOCUMENT_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION атеқсттә документ"
-#: strings.hrc:228
+#: sw/inc/strings.hrc:229
msgctxt "STR_CANTOPEN"
msgid "Cannot open document."
msgstr "Адокумент аартра ауам."
-#: strings.hrc:229
+#: sw/inc/strings.hrc:230
msgctxt "STR_CANTCREATE"
msgid "Can't create document."
msgstr "Адокумент аҧҵара залшом."
-#: strings.hrc:230
+#: sw/inc/strings.hrc:231
msgctxt "STR_DLLNOTFOUND"
msgid "Filter not found."
msgstr "Афильтр ҧшаам."
-#: strings.hrc:231
+#: sw/inc/strings.hrc:232
msgctxt "STR_LOAD_GLOBAL_DOC"
msgid "Name and Path of Master Document"
msgstr ""
-#: strings.hrc:232
+#: sw/inc/strings.hrc:233
msgctxt "STR_LOAD_HTML_DOC"
msgid "Name and Path of the HTML Document"
msgstr ""
-#: strings.hrc:233
+#: sw/inc/strings.hrc:234
msgctxt "STR_JAVA_EDIT"
msgid "Edit Script"
msgstr ""
-#: strings.hrc:234
+#: sw/inc/strings.hrc:235
msgctxt "STR_REMOVE_WARNING"
msgid "The following characters are not valid and have been removed: "
msgstr ""
-#: strings.hrc:235
+#: sw/inc/strings.hrc:236
msgctxt "STR_BOOKMARK_DEF_NAME"
msgid "Bookmark"
msgstr ""
-#: strings.hrc:236
+#: sw/inc/strings.hrc:237
msgctxt "STR_BOOKMARK_NAME"
msgid "Name"
msgstr "Ахьӡ"
-#: strings.hrc:237
+#: sw/inc/strings.hrc:238
msgctxt "STR_BOOKMARK_TEXT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:238
+#: sw/inc/strings.hrc:239
msgctxt "SW_STR_NONE"
msgid "[None]"
msgstr "[Мап]"
-#: strings.hrc:239
+#: sw/inc/strings.hrc:240
msgctxt "STR_CAPTION_BEGINNING"
msgid "Start"
msgstr "Адәықәҵара"
-#: strings.hrc:240
+#: sw/inc/strings.hrc:241
msgctxt "STR_CAPTION_END"
msgid "End"
msgstr "Анҵәамҭа"
-#: strings.hrc:241
+#: sw/inc/strings.hrc:242
msgctxt "STR_CAPTION_ABOVE"
msgid "Above"
msgstr "Хыхьла"
-#: strings.hrc:242
+#: sw/inc/strings.hrc:243
msgctxt "STR_CAPTION_BELOW"
msgid "Below"
msgstr "Ҵаҟала"
-#: strings.hrc:243
+#: sw/inc/strings.hrc:244
msgctxt "SW_STR_READONLY"
msgid "read-only"
msgstr "(аҧхьара мацараз)"
-#: strings.hrc:244
+#: sw/inc/strings.hrc:245
msgctxt "STR_READONLY_PATH"
msgid "The 'AutoText' directories are read-only. Do you want to call the path settings dialog?"
msgstr ""
-#: strings.hrc:245
+#: sw/inc/strings.hrc:246
msgctxt "STR_DOC_STAT"
msgid "Statistics"
msgstr "Астатистика"
#. Statusbar-titles
-#: strings.hrc:247
+#: sw/inc/strings.hrc:248
msgctxt "STR_STATSTR_W4WREAD"
msgid "Importing document..."
msgstr "Адокумент аимпорт..."
-#: strings.hrc:248
+#: sw/inc/strings.hrc:249
msgctxt "STR_STATSTR_W4WWRITE"
msgid "Exporting document..."
msgstr "Адокумент аекспорт..."
-#: strings.hrc:249
+#: sw/inc/strings.hrc:250
msgctxt "STR_STATSTR_SWGWRITE"
msgid "Saving document..."
msgstr "Адокумент аиқәырхара..."
-#: strings.hrc:250
+#: sw/inc/strings.hrc:251
msgctxt "STR_STATSTR_REFORMAT"
msgid "Repagination..."
msgstr ""
-#: strings.hrc:251
+#: sw/inc/strings.hrc:252
msgctxt "STR_STATSTR_AUTOFORMAT"
msgid "Formatting document automatically..."
msgstr ""
-#: strings.hrc:252
+#: sw/inc/strings.hrc:253
msgctxt "STR_STATSTR_SEARCH"
msgid "Search..."
msgstr "Аҧшаара..."
-#: strings.hrc:253
+#: sw/inc/strings.hrc:254
msgctxt "STR_STATSTR_LETTER"
msgid "Letter"
msgstr "Letter"
-#: strings.hrc:254
+#: sw/inc/strings.hrc:255
msgctxt "STR_STATSTR_SPELL"
msgid "Spellcheck..."
msgstr "Аорфографиа агәаҭара..."
-#: strings.hrc:255
+#: sw/inc/strings.hrc:256
msgctxt "STR_STATSTR_HYPHEN"
msgid "Hyphenation..."
msgstr ""
-#: strings.hrc:256
+#: sw/inc/strings.hrc:257
msgctxt "STR_STATSTR_TOX_INSERT"
msgid "Inserting Index..."
msgstr ""
-#: strings.hrc:257
+#: sw/inc/strings.hrc:258
msgctxt "STR_STATSTR_TOX_UPDATE"
msgid "Updating Index..."
msgstr ""
-#: strings.hrc:258
+#: sw/inc/strings.hrc:259
msgctxt "STR_STATSTR_SUMMARY"
msgid "Creating abstract..."
msgstr ""
-#: strings.hrc:259
+#: sw/inc/strings.hrc:260
msgctxt "STR_STATSTR_SWGPRTOLENOTIFY"
msgid "Adapt Objects..."
msgstr ""
-#: strings.hrc:260
+#: sw/inc/strings.hrc:261
msgctxt "STR_TABLE_DEFNAME"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:261
+#: sw/inc/strings.hrc:262
msgctxt "STR_GRAPHIC_DEFNAME"
msgid "Image"
msgstr "Асахьа"
-#: strings.hrc:262
+#: sw/inc/strings.hrc:263
msgctxt "STR_OBJECT_DEFNAME"
msgid "Object"
msgstr "Аобиеқт"
-#: strings.hrc:263
+#: sw/inc/strings.hrc:264
msgctxt "STR_FRAME_DEFNAME"
msgid "Frame"
msgstr "Афреим"
-#: strings.hrc:264
+#: sw/inc/strings.hrc:265
msgctxt "STR_SHAPE_DEFNAME"
msgid "Shape"
msgstr "Афигура"
-#: strings.hrc:265
+#: sw/inc/strings.hrc:266
#, fuzzy
msgctxt "STR_REGION_DEFNAME"
msgid "Section"
msgstr "апараграф"
-#: strings.hrc:266
+#: sw/inc/strings.hrc:267
msgctxt "STR_NUMRULE_DEFNAME"
msgid "Numbering"
msgstr "Аномерркра"
-#: strings.hrc:267
+#: sw/inc/strings.hrc:268
msgctxt "STR_EMPTYPAGE"
msgid "blank page"
msgstr "Иҭацәу адаҟьа"
-#: strings.hrc:268
+#: sw/inc/strings.hrc:269
msgctxt "STR_ABSTRACT_TITLE"
msgid "Abstract: "
msgstr "Абстракциа:"
-#: strings.hrc:269
+#: sw/inc/strings.hrc:270
msgctxt "STR_FDLG_TEMPLATE_NAME"
msgid "separated by: "
msgstr ""
-#: strings.hrc:270
+#: sw/inc/strings.hrc:271
msgctxt "STR_FDLG_OUTLINE_LEVEL"
msgid "Outline: Level "
msgstr ""
-#: strings.hrc:271
+#: sw/inc/strings.hrc:272
msgctxt "STR_FDLG_STYLE"
msgid "Style: "
msgstr "Уажәтәи астиль: "
-#: strings.hrc:272
+#: sw/inc/strings.hrc:273
msgctxt "STR_PAGEOFFSET"
msgid "Page number: "
msgstr "Адаҟьа аномер: "
-#: strings.hrc:273
+#: sw/inc/strings.hrc:274
msgctxt "STR_PAGEBREAK"
msgid "Break before new page"
msgstr "Аимҟьара адаҟьа ҿыц аҧхьа"
-#: strings.hrc:274
+#: sw/inc/strings.hrc:275
msgctxt "STR_WESTERN_FONT"
msgid "Western text: "
msgstr ""
-#: strings.hrc:275
+#: sw/inc/strings.hrc:276
msgctxt "STR_CJK_FONT"
msgid "Asian text: "
msgstr ""
-#: strings.hrc:276
+#: sw/inc/strings.hrc:277
+msgctxt "STR_CTL_FONT"
+msgid "CTL text: "
+msgstr ""
+
+#: sw/inc/strings.hrc:278
msgctxt "STR_REDLINE_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr ""
-#: strings.hrc:277
+#: sw/inc/strings.hrc:279
msgctxt "STR_DELETE_NOTE_AUTHOR"
msgid "Delete ~All Comments by $1"
msgstr "Ианыхтәуп акомментариқәа зегьы $1 аҟынтәи"
-#: strings.hrc:278
+#: sw/inc/strings.hrc:280
msgctxt "STR_HIDE_NOTE_AUTHOR"
msgid "H~ide All Comments by $1"
msgstr "Иҵәахтәуп акомментариқәа зегьы $1 иҟынтәи"
-#: strings.hrc:279
+#: sw/inc/strings.hrc:281
msgctxt "STR_OUTLINE_NUMBERING"
msgid "Outline Numbering"
msgstr "Аномерркра аструктура"
-#: strings.hrc:280
+#: sw/inc/strings.hrc:282
msgctxt "STR_STATUSBAR_WORDCOUNT_NO_SELECTION"
msgid "%1 words, %2 characters"
msgstr "%1 ажәақәа, %2 асимволқәа"
-#: strings.hrc:281
+#: sw/inc/strings.hrc:283
msgctxt "STR_STATUSBAR_WORDCOUNT"
msgid "%1 words, %2 characters selected"
msgstr ""
-#: strings.hrc:282
+#: sw/inc/strings.hrc:284
msgctxt "STR_CONVERT_TEXT_TABLE"
msgid "Convert Text to Table"
msgstr ""
-#: strings.hrc:283
+#: sw/inc/strings.hrc:285
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Иацҵатәуп автоформат"
-#: strings.hrc:284
+#: sw/inc/strings.hrc:286
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Ахьӡ"
-#: strings.hrc:285
+#: sw/inc/strings.hrc:287
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Ианыхтәуп автоформат"
-#: strings.hrc:286
+#: sw/inc/strings.hrc:288
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "The following AutoFormat entry will be deleted:"
msgstr "Анаҩстәи автоформат аныххооит:"
-#: strings.hrc:287
+#: sw/inc/strings.hrc:289
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Автоформат ахьӡ ҧсахтәуп"
-#: strings.hrc:288
+#: sw/inc/strings.hrc:290
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "Иарктәуп"
-#: strings.hrc:289
+#: sw/inc/strings.hrc:291
msgctxt "STR_JAN"
msgid "Jan"
msgstr ""
-#: strings.hrc:290
+#: sw/inc/strings.hrc:292
msgctxt "STR_FEB"
msgid "Feb"
msgstr ""
-#: strings.hrc:291
+#: sw/inc/strings.hrc:293
msgctxt "STR_MAR"
msgid "Mar"
msgstr ""
-#: strings.hrc:292
+#: sw/inc/strings.hrc:294
msgctxt "STR_NORTH"
msgid "North"
msgstr ""
-#: strings.hrc:293
+#: sw/inc/strings.hrc:295
msgctxt "STR_MID"
msgid "Mid"
msgstr ""
-#: strings.hrc:294
+#: sw/inc/strings.hrc:296
msgctxt "STR_SOUTH"
msgid "South"
msgstr ""
-#: strings.hrc:295
+#: sw/inc/strings.hrc:297
msgctxt "STR_SUM"
msgid "Sum"
msgstr "Аицҵалыҵ"
-#: strings.hrc:296
+#: sw/inc/strings.hrc:298
msgctxt "STR_INVALID_AUTOFORMAT_NAME"
msgid ""
"You have entered an invalid name.\n"
@@ -1783,2449 +1793,2449 @@ msgid ""
"Try again using a different name."
msgstr ""
-#: strings.hrc:297
+#: sw/inc/strings.hrc:299
msgctxt "STR_NUMERIC"
msgid "Numeric"
msgstr "Ахыҧхьаӡаратә"
-#: strings.hrc:298
+#: sw/inc/strings.hrc:300
msgctxt "STR_ROW"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: strings.hrc:299
+#: sw/inc/strings.hrc:301
msgctxt "STR_COL"
msgid "Column"
msgstr "Аиҵагыла"
-#: strings.hrc:300
+#: sw/inc/strings.hrc:302
msgctxt "STR_AUTHMRK_EDIT"
msgid "Edit Bibliography Entry"
msgstr "Абиблиографиатә зхьарҧшқәа рыриашара"
-#: strings.hrc:301
+#: sw/inc/strings.hrc:303
msgctxt "STR_AUTHMRK_INSERT"
msgid "Insert Bibliography Entry"
msgstr "Иҭаргылатәуп абиблиографиатә зхьарҧшқәа"
-#: strings.hrc:302
+#: sw/inc/strings.hrc:304
msgctxt "STR_ACCESS_PAGESETUP_SPACING"
msgid "Spacing between %1 and %2"
msgstr ""
-#: strings.hrc:303
+#: sw/inc/strings.hrc:305
msgctxt "STR_ACCESS_COLUMN_WIDTH"
msgid "Column %1 Width"
msgstr "Аиҵаҩ %1 аҭбаара"
-#: strings.hrc:304
+#: sw/inc/strings.hrc:306
msgctxt "STR_CAPTION_TABLE"
msgid "%PRODUCTNAME Writer Table"
msgstr "Атаблица %PRODUCTNAME Writer"
-#: strings.hrc:305
+#: sw/inc/strings.hrc:307
#, fuzzy
msgctxt "STR_CAPTION_FRAME"
msgid "%PRODUCTNAME Writer Frame"
msgstr "Атаблица %PRODUCTNAME Writer"
-#: strings.hrc:306
+#: sw/inc/strings.hrc:308
msgctxt "STR_CAPTION_GRAPHIC"
msgid "%PRODUCTNAME Writer Image"
msgstr "%PRODUCTNAME Writer асахьа"
-#: strings.hrc:307
+#: sw/inc/strings.hrc:309
msgctxt "STR_CAPTION_OLE"
msgid "Other OLE Objects"
msgstr ""
-#: strings.hrc:308
+#: sw/inc/strings.hrc:310
msgctxt "STR_WRONG_TABLENAME"
msgid "The name of the table must not contain spaces."
msgstr ""
-#: strings.hrc:309
+#: sw/inc/strings.hrc:311
msgctxt "STR_ERR_TABLE_MERGE"
msgid "Selected table cells are too complex to merge."
msgstr ""
-#: strings.hrc:310
+#: sw/inc/strings.hrc:312
msgctxt "STR_SRTERR"
msgid "Cannot sort selection"
msgstr ""
#. Miscellaneous
-#: strings.hrc:313
+#: sw/inc/strings.hrc:315
msgctxt "STR_EVENT_OBJECT_SELECT"
msgid "Click object"
msgstr "Аобиеқт алхра"
-#: strings.hrc:314
+#: sw/inc/strings.hrc:316
msgctxt "STR_EVENT_START_INS_GLOSSARY"
msgid "Before inserting AutoText"
msgstr ""
-#: strings.hrc:315
+#: sw/inc/strings.hrc:317
msgctxt "STR_EVENT_END_INS_GLOSSARY"
msgid "After inserting AutoText"
msgstr ""
-#: strings.hrc:316
+#: sw/inc/strings.hrc:318
msgctxt "STR_EVENT_MOUSEOVER_OBJECT"
msgid "Mouse over object"
msgstr ""
-#: strings.hrc:317
+#: sw/inc/strings.hrc:319
msgctxt "STR_EVENT_MOUSECLICK_OBJECT"
msgid "Trigger hyperlink"
msgstr "Агиперзхьарҧш ала аиасра"
-#: strings.hrc:318
+#: sw/inc/strings.hrc:320
msgctxt "STR_EVENT_MOUSEOUT_OBJECT"
msgid "Mouse leaves object"
msgstr ""
-#: strings.hrc:319
+#: sw/inc/strings.hrc:321
msgctxt "STR_EVENT_IMAGE_LOAD"
msgid "Image loaded successfully"
msgstr "Асахьа қәҿиарала иҭагалоуп"
-#: strings.hrc:320
+#: sw/inc/strings.hrc:322
msgctxt "STR_EVENT_IMAGE_ABORT"
msgid "Image loading terminated"
msgstr "Асахьа аҭагалара аанкылоуп"
-#: strings.hrc:321
+#: sw/inc/strings.hrc:323
msgctxt "STR_EVENT_IMAGE_ERROR"
msgid "Could not load image"
msgstr "Асахьа аҭагалара ауам"
-#: strings.hrc:322
+#: sw/inc/strings.hrc:324
msgctxt "STR_EVENT_FRM_KEYINPUT_A"
msgid "Input of alphanumeric characters"
msgstr "Алф.-цифр. символқәа рҭагалара"
-#: strings.hrc:323
+#: sw/inc/strings.hrc:325
#, fuzzy
msgctxt "STR_EVENT_FRM_KEYINPUT_NOA"
msgid "Input of non-alphanumeric characters"
msgstr "Алф.-цифр. символқәа рҭагалара"
-#: strings.hrc:324
+#: sw/inc/strings.hrc:326
msgctxt "STR_EVENT_FRM_RESIZE"
msgid "Resize frame"
msgstr ""
-#: strings.hrc:325
+#: sw/inc/strings.hrc:327
msgctxt "STR_EVENT_FRM_MOVE"
msgid "Move frame"
msgstr ""
-#: strings.hrc:326
+#: sw/inc/strings.hrc:328
msgctxt "STR_CONTENT_TYPE_OUTLINE"
msgid "Headings"
msgstr "Ахқәа"
-#: strings.hrc:327
+#: sw/inc/strings.hrc:329
msgctxt "STR_CONTENT_TYPE_TABLE"
msgid "Tables"
msgstr "Атаблицақәа"
-#: strings.hrc:328
+#: sw/inc/strings.hrc:330
msgctxt "STR_CONTENT_TYPE_FRAME"
msgid "Text frames"
msgstr ""
-#: strings.hrc:329
+#: sw/inc/strings.hrc:331
msgctxt "STR_CONTENT_TYPE_GRAPHIC"
msgid "Images"
msgstr "Асахьақәа"
-#: strings.hrc:330
+#: sw/inc/strings.hrc:332
msgctxt "STR_CONTENT_TYPE_OLE"
msgid "OLE objects"
msgstr "OLE аобиеқтқәа"
-#: strings.hrc:331
+#: sw/inc/strings.hrc:333
msgctxt "STR_CONTENT_TYPE_BOOKMARK"
msgid "Bookmarks"
msgstr ""
-#: strings.hrc:332
+#: sw/inc/strings.hrc:334
#, fuzzy
msgctxt "STR_CONTENT_TYPE_REGION"
msgid "Sections"
msgstr "апараграф"
-#: strings.hrc:333
+#: sw/inc/strings.hrc:335
msgctxt "STR_CONTENT_TYPE_URLFIELD"
msgid "Hyperlinks"
msgstr "Агиперзхьарҧшқәа"
-#: strings.hrc:334
+#: sw/inc/strings.hrc:336
msgctxt "STR_CONTENT_TYPE_REFERENCE"
msgid "References"
msgstr "Азхьарҧшқәа"
-#: strings.hrc:335
+#: sw/inc/strings.hrc:337
msgctxt "STR_CONTENT_TYPE_INDEX"
msgid "Indexes"
msgstr "Аиндексқәа"
-#: strings.hrc:336
+#: sw/inc/strings.hrc:338
msgctxt "STR_CONTENT_TYPE_DRAWOBJECT"
msgid "Drawing objects"
msgstr "Асахьақәа"
-#: strings.hrc:337
+#: sw/inc/strings.hrc:339
msgctxt "STR_CONTENT_TYPE_POSTIT"
msgid "Comments"
msgstr "Акомментариқәа"
-#: strings.hrc:338
+#: sw/inc/strings.hrc:340
msgctxt "STR_IDXEXAMPLE_IDXTXT_HEADING1"
msgid "Heading 1"
msgstr "Ахы 1"
-#: strings.hrc:339
+#: sw/inc/strings.hrc:341
msgctxt "STR_IDXEXAMPLE_IDXTXT_ENTRY1"
msgid "This is the content from the first chapter. This is a user directory entry."
msgstr ""
-#: strings.hrc:340
+#: sw/inc/strings.hrc:342
msgctxt "STR_IDXEXAMPLE_IDXTXT_HEADING11"
msgid "Heading 1.1"
msgstr ""
-#: strings.hrc:341
+#: sw/inc/strings.hrc:343
msgctxt "STR_IDXEXAMPLE_IDXTXT_ENTRY11"
msgid "This is the content from chapter 1.1. This is the entry for the table of contents."
msgstr ""
-#: strings.hrc:342
+#: sw/inc/strings.hrc:344
msgctxt "STR_IDXEXAMPLE_IDXTXT_HEADING12"
msgid "Heading 1.2"
msgstr ""
-#: strings.hrc:343
+#: sw/inc/strings.hrc:345
msgctxt "STR_IDXEXAMPLE_IDXTXT_ENTRY12"
msgid "This is the content from chapter 1.2. This keyword is a main entry."
msgstr ""
-#: strings.hrc:344
+#: sw/inc/strings.hrc:346
msgctxt "STR_IDXEXAMPLE_IDXTXT_TABLE1"
msgid "Table 1: This is table 1"
msgstr "Атаблица 1: Ари атаблица 1"
-#: strings.hrc:345
+#: sw/inc/strings.hrc:347
msgctxt "STR_IDXEXAMPLE_IDXTXT_IMAGE1"
msgid "Image 1: This is image 1"
msgstr ""
-#: strings.hrc:346
+#: sw/inc/strings.hrc:348
msgctxt "STR_CONTENT_TYPE_SINGLE_OUTLINE"
msgid "Heading"
msgstr "Ахы"
-#: strings.hrc:347
+#: sw/inc/strings.hrc:349
msgctxt "STR_CONTENT_TYPE_SINGLE_TABLE"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:348
+#: sw/inc/strings.hrc:350
msgctxt "STR_CONTENT_TYPE_SINGLE_FRAME"
msgid "Text frame"
msgstr ""
-#: strings.hrc:349
+#: sw/inc/strings.hrc:351
msgctxt "STR_CONTENT_TYPE_SINGLE_GRAPHIC"
msgid "Image"
msgstr "Асахьа"
-#: strings.hrc:350
+#: sw/inc/strings.hrc:352
msgctxt "STR_CONTENT_TYPE_SINGLE_OLE"
msgid "OLE object"
msgstr "OLE-аобиеқт"
-#: strings.hrc:351
+#: sw/inc/strings.hrc:353
msgctxt "STR_CONTENT_TYPE_SINGLE_BOOKMARK"
msgid "Bookmark"
msgstr ""
-#: strings.hrc:352
+#: sw/inc/strings.hrc:354
#, fuzzy
msgctxt "STR_CONTENT_TYPE_SINGLE_REGION"
msgid "Section"
msgstr "апараграф"
-#: strings.hrc:353
+#: sw/inc/strings.hrc:355
msgctxt "STR_CONTENT_TYPE_SINGLE_URLFIELD"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
-#: strings.hrc:354
+#: sw/inc/strings.hrc:356
msgctxt "STR_CONTENT_TYPE_SINGLE_REFERENCE"
msgid "Reference"
msgstr "Азхьарҧш"
-#: strings.hrc:355
+#: sw/inc/strings.hrc:357
#, fuzzy
msgctxt "STR_CONTENT_TYPE_SINGLE_INDEX"
msgid "Index"
msgstr "аиндекс"
-#: strings.hrc:356
+#: sw/inc/strings.hrc:358
msgctxt "STR_CONTENT_TYPE_SINGLE_POSTIT"
msgid "Comment"
msgstr "Акомментари"
-#: strings.hrc:357
+#: sw/inc/strings.hrc:359
msgctxt "STR_CONTENT_TYPE_SINGLE_DRAWOBJECT"
msgid "Draw object"
msgstr ""
-#: strings.hrc:358
+#: sw/inc/strings.hrc:360
msgctxt "STR_DEFINE_NUMBERFORMAT"
msgid "Additional formats..."
msgstr ""
-#: strings.hrc:359
+#: sw/inc/strings.hrc:361
msgctxt "RID_STR_SYSTEM"
msgid "[System]"
msgstr "[Асистема]"
-#: strings.hrc:360
+#: sw/inc/strings.hrc:362
msgctxt "STR_MULT_INTERACT_HYPH_WARN"
msgid ""
"The interactive hyphenation is already active\n"
"in a different document"
msgstr ""
-#: strings.hrc:361
+#: sw/inc/strings.hrc:363
msgctxt "STR_HYPH_TITLE"
msgid "Hyphenation"
msgstr ""
-#: strings.hrc:364
+#: sw/inc/strings.hrc:366
msgctxt "STR_CANT_UNDO"
msgid "not possible"
msgstr "иауам"
-#: strings.hrc:365
+#: sw/inc/strings.hrc:367
msgctxt "STR_DELETE_UNDO"
msgid "Delete $1"
msgstr "Ианыхтәуп $1"
-#: strings.hrc:366
+#: sw/inc/strings.hrc:368
msgctxt "STR_INSERT_UNDO"
msgid "Insert $1"
msgstr "Ибжьаргылатәуп $1"
-#: strings.hrc:367
+#: sw/inc/strings.hrc:369
msgctxt "STR_OVR_UNDO"
msgid "Overwrite: $1"
msgstr "Ихҩылаатәуп: $1"
-#: strings.hrc:368
+#: sw/inc/strings.hrc:370
msgctxt "STR_SPLITNODE_UNDO"
msgid "New Paragraph"
msgstr "Абзац ҿыц"
-#: strings.hrc:369
+#: sw/inc/strings.hrc:371
msgctxt "STR_MOVE_UNDO"
msgid "Move"
msgstr "Ииагатәуп"
-#: strings.hrc:370
+#: sw/inc/strings.hrc:372
msgctxt "STR_INSATTR_UNDO"
msgid "Apply attributes"
msgstr "Ихархәатәуп атрибутқәа"
-#: strings.hrc:371
+#: sw/inc/strings.hrc:373
msgctxt "STR_SETFMTCOLL_UNDO"
msgid "Apply Styles: $1"
msgstr "Ихархәатәуп астиль: $1"
-#: strings.hrc:372
+#: sw/inc/strings.hrc:374
msgctxt "STR_RESET_ATTR_UNDO"
msgid "Reset attributes"
msgstr "Атрибутқәа еиҭашьақәыргылатәуп"
-#: strings.hrc:373
+#: sw/inc/strings.hrc:375
msgctxt "STR_INSFMT_ATTR_UNDO"
msgid "Change style: $1"
msgstr "Иҧсахтәуп астиль: $1"
-#: strings.hrc:374
+#: sw/inc/strings.hrc:376
msgctxt "STR_INSERT_DOC_UNDO"
msgid "Insert file"
msgstr "Ибжьаргылатәуп афаил"
-#: strings.hrc:375
+#: sw/inc/strings.hrc:377
msgctxt "STR_INSERT_GLOSSARY"
msgid "Insert AutoText"
msgstr "Ибжьаргылатәуп автотеқст"
-#: strings.hrc:376
+#: sw/inc/strings.hrc:378
msgctxt "STR_DELBOOKMARK"
msgid "Delete bookmark: $1"
msgstr "Ианыхтәуп агәылаҵа: $1"
-#: strings.hrc:377
+#: sw/inc/strings.hrc:379
msgctxt "STR_INSBOOKMARK"
msgid "Insert bookmark: $1"
msgstr "Ибжьаргылатәуп агәылаҵа: $1"
-#: strings.hrc:378
+#: sw/inc/strings.hrc:380
msgctxt "STR_SORT_TBL"
msgid "Sort table"
msgstr "Атаблица асортра"
-#: strings.hrc:379
+#: sw/inc/strings.hrc:381
msgctxt "STR_SORT_TXT"
msgid "Sort text"
msgstr "Атеқст асортра"
-#: strings.hrc:380
+#: sw/inc/strings.hrc:382
msgctxt "STR_INSTABLE_UNDO"
msgid "Insert table: $1$2$3"
msgstr "Ибжьаргылатәуп атаблица: $1$2$3"
-#: strings.hrc:381
+#: sw/inc/strings.hrc:383
msgctxt "STR_TEXTTOTABLE_UNDO"
msgid "Convert text -> table"
msgstr ""
-#: strings.hrc:382
+#: sw/inc/strings.hrc:384
msgctxt "STR_TABLETOTEXT_UNDO"
msgid "Convert table -> text"
msgstr ""
-#: strings.hrc:383
+#: sw/inc/strings.hrc:385
msgctxt "STR_COPY_UNDO"
msgid "Copy: $1"
msgstr "Акопиа ахыхтәуп: $1"
-#: strings.hrc:384
+#: sw/inc/strings.hrc:386
msgctxt "STR_REPLACE_UNDO"
msgid "Replace $1 $2 $3"
msgstr "Иҧсахтәуп $1 $2 $3"
-#: strings.hrc:385
+#: sw/inc/strings.hrc:387
msgctxt "STR_INSERT_PAGE_BREAK_UNDO"
msgid "Insert page break"
msgstr ""
-#: strings.hrc:386
+#: sw/inc/strings.hrc:388
msgctxt "STR_INSERT_COLUMN_BREAK_UNDO"
msgid "Insert column break"
msgstr ""
-#: strings.hrc:387
+#: sw/inc/strings.hrc:389
msgctxt "STR_INSERT_ENV_UNDO"
msgid "Insert Envelope"
msgstr ""
-#: strings.hrc:388
+#: sw/inc/strings.hrc:390
msgctxt "STR_DRAG_AND_COPY"
msgid "Copy: $1"
msgstr "Акопиа ахыхтәуп: $1"
-#: strings.hrc:389
+#: sw/inc/strings.hrc:391
msgctxt "STR_DRAG_AND_MOVE"
msgid "Move: $1"
msgstr "Ииагатәуп: $1"
-#: strings.hrc:390
+#: sw/inc/strings.hrc:392
msgctxt "STR_INSERT_CHART"
msgid "Insert %PRODUCTNAME Chart"
msgstr "Ибжьаргылатәуп адиаграмма %PRODUCTNAME"
-#: strings.hrc:391
+#: sw/inc/strings.hrc:393
#, fuzzy
msgctxt "STR_INSERTFLY"
msgid "Insert frame"
msgstr "Ибжьаргылатәуп атаблица"
-#: strings.hrc:392
+#: sw/inc/strings.hrc:394
#, fuzzy
msgctxt "STR_DELETEFLY"
msgid "Delete frame"
msgstr "Ианыхтәуп адаҟьа"
-#: strings.hrc:393
+#: sw/inc/strings.hrc:395
msgctxt "STR_AUTOFORMAT"
msgid "AutoFormat"
msgstr "Автоформат"
-#: strings.hrc:394
+#: sw/inc/strings.hrc:396
msgctxt "STR_TABLEHEADLINE"
msgid "Table heading"
msgstr "Атаблица ахы"
-#: strings.hrc:395
+#: sw/inc/strings.hrc:397
msgctxt "STR_REPLACE"
msgid "Replace: $1 $2 $3"
msgstr "Аҧсахра $1 $2 $3"
-#: strings.hrc:396
+#: sw/inc/strings.hrc:398
msgctxt "STR_INSERTSECTION"
msgid "Insert section"
msgstr ""
-#: strings.hrc:397
+#: sw/inc/strings.hrc:399
msgctxt "STR_DELETESECTION"
msgid "Delete section"
msgstr "Ианыхтәуп аҟәша"
-#: strings.hrc:398
+#: sw/inc/strings.hrc:400
msgctxt "STR_CHANGESECTION"
msgid "Modify section"
msgstr ""
-#: strings.hrc:399
+#: sw/inc/strings.hrc:401
msgctxt "STR_CHANGEDEFATTR"
msgid "Modify default values"
msgstr ""
-#: strings.hrc:400
+#: sw/inc/strings.hrc:402
msgctxt "STR_REPLACE_STYLE"
msgid "Replace style: $1 $2 $3"
msgstr "Иҧсахтәуп астиль; $1 $2 $3"
-#: strings.hrc:401
+#: sw/inc/strings.hrc:403
msgctxt "STR_DELETE_PAGE_BREAK"
msgid "Delete page break"
msgstr "Ианыхтәуп адаҟьа аимҟьара"
-#: strings.hrc:402
+#: sw/inc/strings.hrc:404
msgctxt "STR_TEXT_CORRECTION"
msgid "Text Correction"
msgstr "Атеқст ариашара"
-#: strings.hrc:403
+#: sw/inc/strings.hrc:405
msgctxt "STR_OUTLINE_LR"
msgid "Promote/demote outline"
msgstr ""
-#: strings.hrc:404
+#: sw/inc/strings.hrc:406
msgctxt "STR_OUTLINE_UD"
msgid "Move outline"
msgstr "Ииагатәуп аструктура"
-#: strings.hrc:405
+#: sw/inc/strings.hrc:407
msgctxt "STR_INSNUM"
msgid "Insert numbering"
msgstr ""
-#: strings.hrc:406
+#: sw/inc/strings.hrc:408
msgctxt "STR_NUMUP"
msgid "Promote level"
msgstr ""
-#: strings.hrc:407
+#: sw/inc/strings.hrc:409
msgctxt "STR_NUMDOWN"
msgid "Demote level"
msgstr ""
-#: strings.hrc:408
+#: sw/inc/strings.hrc:410
msgctxt "STR_MOVENUM"
msgid "Move paragraphs"
msgstr "Ииагатәуп абзацқәа"
-#: strings.hrc:409
+#: sw/inc/strings.hrc:411
msgctxt "STR_INSERTDRAW"
msgid "Insert drawing object: $1"
msgstr ""
-#: strings.hrc:410
+#: sw/inc/strings.hrc:412
msgctxt "STR_NUMORNONUM"
msgid "Number On/Off"
msgstr "Аномер Аҿак/Аҿых"
-#: strings.hrc:411
+#: sw/inc/strings.hrc:413
msgctxt "STR_INC_LEFTMARGIN"
msgid "Increase Indent"
msgstr ""
-#: strings.hrc:412
+#: sw/inc/strings.hrc:414
msgctxt "STR_DEC_LEFTMARGIN"
msgid "Decrease indent"
msgstr ""
-#: strings.hrc:413
+#: sw/inc/strings.hrc:415
msgctxt "STR_INSERTLABEL"
msgid "Insert caption: $1"
msgstr ""
-#: strings.hrc:414
+#: sw/inc/strings.hrc:416
msgctxt "STR_SETNUMRULESTART"
msgid "Restart numbering"
msgstr ""
-#: strings.hrc:415
+#: sw/inc/strings.hrc:417
msgctxt "STR_CHANGEFTN"
msgid "Modify footnote"
msgstr ""
-#: strings.hrc:416
+#: sw/inc/strings.hrc:418
msgctxt "STR_ACCEPT_REDLINE"
msgid "Accept change: $1"
msgstr ""
-#: strings.hrc:417
+#: sw/inc/strings.hrc:419
msgctxt "STR_REJECT_REDLINE"
msgid "Reject change: $1"
msgstr ""
-#: strings.hrc:418
+#: sw/inc/strings.hrc:420
#, fuzzy
msgctxt "STR_SPLIT_TABLE"
msgid "Split Table"
msgstr "Иалкаатәуп атаблица"
-#: strings.hrc:419
+#: sw/inc/strings.hrc:421
msgctxt "STR_DONTEXPAND"
msgid "Stop attribute"
msgstr "Иаанкылатәуп атрибут"
-#: strings.hrc:420
+#: sw/inc/strings.hrc:422
msgctxt "STR_AUTOCORRECT"
msgid "AutoCorrect"
msgstr "Автоҧсахра"
-#: strings.hrc:421
+#: sw/inc/strings.hrc:423
msgctxt "STR_MERGE_TABLE"
msgid "Merge table"
msgstr "Еидҵатәуп атаблица"
-#: strings.hrc:422
+#: sw/inc/strings.hrc:424
msgctxt "STR_TRANSLITERATE"
msgid "Change Case"
msgstr "Арегистр"
-#: strings.hrc:423
+#: sw/inc/strings.hrc:425
msgctxt "STR_DELNUM"
msgid "Delete numbering"
msgstr "Ианыхтәуп аномерркра"
-#: strings.hrc:424
+#: sw/inc/strings.hrc:426
msgctxt "STR_DRAWUNDO"
msgid "Drawing objects: $1"
msgstr "Асахьақәа: $1 "
-#: strings.hrc:425
+#: sw/inc/strings.hrc:427
msgctxt "STR_DRAWGROUP"
msgid "Group draw objects"
msgstr ""
-#: strings.hrc:426
+#: sw/inc/strings.hrc:428
msgctxt "STR_DRAWUNGROUP"
msgid "Ungroup drawing objects"
msgstr ""
-#: strings.hrc:427
+#: sw/inc/strings.hrc:429
msgctxt "STR_DRAWDELETE"
msgid "Delete drawing objects"
msgstr "Ианыхтәуп асахьақәа"
-#: strings.hrc:428
+#: sw/inc/strings.hrc:430
msgctxt "STR_REREAD"
msgid "Replace Image"
msgstr ""
-#: strings.hrc:429
+#: sw/inc/strings.hrc:431
msgctxt "STR_DELGRF"
msgid "Delete Image"
msgstr "Ианыхтәуп асахьа"
-#: strings.hrc:430
+#: sw/inc/strings.hrc:432
msgctxt "STR_TABLE_ATTR"
msgid "Apply table attributes"
msgstr "Ихархәуатәуп атаблица атрибутқәа"
-#: strings.hrc:431
+#: sw/inc/strings.hrc:433
msgctxt "STR_UNDO_TABLE_AUTOFMT"
msgid "AutoFormat Table"
msgstr "Атаблица автоформат"
-#: strings.hrc:432
+#: sw/inc/strings.hrc:434
#, fuzzy
msgctxt "STR_UNDO_TABLE_INSCOL"
msgid "Insert Column"
msgstr "Ибжьаргылатәуп аиҵагыла"
-#: strings.hrc:433
+#: sw/inc/strings.hrc:435
msgctxt "STR_UNDO_TABLE_INSROW"
msgid "Insert Row"
msgstr "Ибжьаргылатәуп ацәаҳәа"
-#: strings.hrc:434
+#: sw/inc/strings.hrc:436
msgctxt "STR_UNDO_TABLE_DELBOX"
msgid "Delete row/column"
msgstr "Ианыхтәуп ацәаҳәа/аиҵагыла"
-#: strings.hrc:435
+#: sw/inc/strings.hrc:437
msgctxt "STR_UNDO_COL_DELETE"
msgid "Delete column"
msgstr "Ианыхтәуп аиҵагыла"
-#: strings.hrc:436
+#: sw/inc/strings.hrc:438
msgctxt "STR_UNDO_ROW_DELETE"
msgid "Delete row"
msgstr "Ианыхтәуп ацәаҳәа"
-#: strings.hrc:437
+#: sw/inc/strings.hrc:439
msgctxt "STR_UNDO_TABLE_SPLIT"
msgid "Split Cells"
msgstr ""
-#: strings.hrc:438
+#: sw/inc/strings.hrc:440
msgctxt "STR_UNDO_TABLE_MERGE"
msgid "Merge Cells"
msgstr "Еидҵатәуп абларҭақәа"
-#: strings.hrc:439
+#: sw/inc/strings.hrc:441
msgctxt "STR_TABLE_NUMFORMAT"
msgid "Format cell"
msgstr "Абларҭақәа рформат"
-#: strings.hrc:440
+#: sw/inc/strings.hrc:442
msgctxt "STR_INSERT_TOX"
msgid "Insert index/table"
msgstr ""
-#: strings.hrc:441
+#: sw/inc/strings.hrc:443
msgctxt "STR_CLEAR_TOX_RANGE"
msgid "Remove index/table"
msgstr ""
-#: strings.hrc:442
+#: sw/inc/strings.hrc:444
msgctxt "STR_TABLE_TBLCPYTBL"
msgid "Copy table"
msgstr "Атаблица акопиа ахыхтәуп"
-#: strings.hrc:443
+#: sw/inc/strings.hrc:445
msgctxt "STR_TABLE_CPYTBL"
msgid "Copy table"
msgstr "Атаблица акопиа ахыхтәуп"
-#: strings.hrc:444
+#: sw/inc/strings.hrc:446
msgctxt "STR_INS_FROM_SHADOWCRSR"
msgid "Set cursor"
msgstr ""
-#: strings.hrc:445
+#: sw/inc/strings.hrc:447
msgctxt "STR_UNDO_CHAIN"
msgid "Link text frames"
msgstr ""
-#: strings.hrc:446
+#: sw/inc/strings.hrc:448
msgctxt "STR_UNDO_UNCHAIN"
msgid "Unlink text frames"
msgstr ""
-#: strings.hrc:447
+#: sw/inc/strings.hrc:449
msgctxt "STR_UNDO_FTNINFO"
msgid "Modify footnote options"
msgstr ""
-#: strings.hrc:448
+#: sw/inc/strings.hrc:450
msgctxt "STR_UNDO_COMPAREDOC"
msgid "Compare Document"
msgstr "Еиҿырҧштәуп адокумент аверсиақәа"
-#: strings.hrc:449
+#: sw/inc/strings.hrc:451
msgctxt "STR_UNDO_SETFLYFRMFMT"
msgid "Apply frame style: $1"
msgstr "Ианыхтәуп афреим астиль: $1"
-#: strings.hrc:450
+#: sw/inc/strings.hrc:452
msgctxt "STR_UNDO_SETRUBYATTR"
msgid "Ruby Setting"
msgstr ""
-#: strings.hrc:451
+#: sw/inc/strings.hrc:453
msgctxt "STR_INSERT_FOOTNOTE"
msgid "Insert footnote"
msgstr ""
-#: strings.hrc:452
+#: sw/inc/strings.hrc:454
msgctxt "STR_INSERT_URLBTN"
msgid "insert URL button"
msgstr ""
-#: strings.hrc:453
+#: sw/inc/strings.hrc:455
#, fuzzy
msgctxt "STR_INSERT_URLTXT"
msgid "Insert Hyperlink"
msgstr "Ибжьаргылатәуп агиперзхьарҧш..."
-#: strings.hrc:454
+#: sw/inc/strings.hrc:456
msgctxt "STR_DELETE_INVISIBLECNTNT"
msgid "remove invisible content"
msgstr ""
-#: strings.hrc:455
+#: sw/inc/strings.hrc:457
msgctxt "STR_TOXCHANGE"
msgid "Table/index changed"
msgstr "Атаблица/аиндекс ҧсахуп"
-#: strings.hrc:456
+#: sw/inc/strings.hrc:458
msgctxt "STR_START_QUOTE"
msgid "“"
msgstr "«"
-#: strings.hrc:457
+#: sw/inc/strings.hrc:459
msgctxt "STR_END_QUOTE"
msgid "”"
msgstr "»"
-#: strings.hrc:458
+#: sw/inc/strings.hrc:460
msgctxt "STR_LDOTS"
msgid "..."
msgstr "..."
-#: strings.hrc:459
+#: sw/inc/strings.hrc:461
msgctxt "STR_MULTISEL"
msgid "multiple selection"
msgstr ""
-#: strings.hrc:460
+#: sw/inc/strings.hrc:462
msgctxt "STR_TYPING_UNDO"
msgid "Typing: $1"
msgstr "Аҭагалара: $1"
-#: strings.hrc:461
+#: sw/inc/strings.hrc:463
msgctxt "STR_PASTE_CLIPBOARD_UNDO"
msgid "Paste clipboard"
msgstr ""
-#: strings.hrc:462
+#: sw/inc/strings.hrc:464
msgctxt "STR_YIELDS"
msgid "→"
msgstr "→"
-#: strings.hrc:463
+#: sw/inc/strings.hrc:465
msgctxt "STR_OCCURRENCES_OF"
msgid "occurrences of"
msgstr ""
-#: strings.hrc:464
+#: sw/inc/strings.hrc:466
msgctxt "STR_UNDO_TABS"
msgid "$1 tab(s)"
msgstr ""
-#: strings.hrc:465
+#: sw/inc/strings.hrc:467
msgctxt "STR_UNDO_NLS"
msgid "$1 line break(s)"
msgstr ""
-#: strings.hrc:466
+#: sw/inc/strings.hrc:468
msgctxt "STR_UNDO_PAGEBREAKS"
msgid "page break"
msgstr "адаҟьа аимҟьара"
-#: strings.hrc:467
+#: sw/inc/strings.hrc:469
msgctxt "STR_UNDO_COLBRKS"
msgid "column break"
msgstr ""
-#: strings.hrc:468
+#: sw/inc/strings.hrc:470
msgctxt "STR_UNDO_REDLINE_INSERT"
msgid "Insert $1"
msgstr "Ибжьаргылатәуп $1"
-#: strings.hrc:469
+#: sw/inc/strings.hrc:471
msgctxt "STR_UNDO_REDLINE_DELETE"
msgid "Delete $1"
msgstr "$1 аныхра"
-#: strings.hrc:470
+#: sw/inc/strings.hrc:472
msgctxt "STR_UNDO_REDLINE_FORMAT"
msgid "Attributes changed"
msgstr "Атрибутқәа ҧсахуп"
-#: strings.hrc:471
+#: sw/inc/strings.hrc:473
msgctxt "STR_UNDO_REDLINE_TABLE"
msgid "Table changed"
msgstr "Атаблица ҧсахуп"
-#: strings.hrc:472
+#: sw/inc/strings.hrc:474
msgctxt "STR_UNDO_REDLINE_FMTCOLL"
msgid "Style changed"
msgstr "Астиль ҧсахуп"
-#: strings.hrc:473
+#: sw/inc/strings.hrc:475
msgctxt "STR_UNDO_REDLINE_PARAGRAPH_FORMAT"
msgid "Paragraph formatting changed"
msgstr "Абзац аформат ҧсахуп"
-#: strings.hrc:474
+#: sw/inc/strings.hrc:476
msgctxt "STR_UNDO_REDLINE_TABLE_ROW_INSERT"
msgid "Insert Row"
msgstr "Ибжьаргылатәуп ацәаҳәа"
-#: strings.hrc:475
+#: sw/inc/strings.hrc:477
msgctxt "STR_UNDO_REDLINE_TABLE_ROW_DELETE"
msgid "Delete Row"
msgstr "Ацәаҳәа аныхра"
-#: strings.hrc:476
+#: sw/inc/strings.hrc:478
msgctxt "STR_UNDO_REDLINE_TABLE_CELL_INSERT"
msgid "Insert Cell"
msgstr ""
-#: strings.hrc:477
+#: sw/inc/strings.hrc:479
msgctxt "STR_UNDO_REDLINE_TABLE_CELL_DELETE"
msgid "Delete Cell"
msgstr "Абларҭа аныхра"
-#: strings.hrc:478
+#: sw/inc/strings.hrc:480
msgctxt "STR_N_REDLINES"
msgid "$1 changes"
msgstr ""
-#: strings.hrc:479
+#: sw/inc/strings.hrc:481
msgctxt "STR_UNDO_PAGEDESC"
msgid "Change page style: $1"
msgstr "Иҧсахтәуп адаҟьа астиль: $1"
-#: strings.hrc:480
+#: sw/inc/strings.hrc:482
msgctxt "STR_UNDO_PAGEDESC_CREATE"
msgid "Create page style: $1"
msgstr "Иаҧҵатәуп адаҟьа астиль: $1"
-#: strings.hrc:481
+#: sw/inc/strings.hrc:483
msgctxt "STR_UNDO_PAGEDESC_DELETE"
msgid "Delete page style: $1"
msgstr "Ианыхтәуп адаҟьа астиль: $1"
-#: strings.hrc:482
+#: sw/inc/strings.hrc:484
msgctxt "STR_UNDO_PAGEDESC_RENAME"
msgid "Rename page style: $1 $2 $3"
msgstr "Адаҟьа: $1 $2 $3 астиль ахьӡ ҧсахтәуп"
-#: strings.hrc:483
+#: sw/inc/strings.hrc:485
msgctxt "STR_UNDO_HEADER_FOOTER"
msgid "Header/footer changed"
msgstr ""
-#: strings.hrc:484
+#: sw/inc/strings.hrc:486
msgctxt "STR_UNDO_FIELD"
msgid "Field changed"
msgstr ""
-#: strings.hrc:485
+#: sw/inc/strings.hrc:487
msgctxt "STR_UNDO_TXTFMTCOL_CREATE"
msgid "Create paragraph style: $1"
msgstr "Иаҧҵатәуп абзац астиль: $1"
-#: strings.hrc:486
+#: sw/inc/strings.hrc:488
msgctxt "STR_UNDO_TXTFMTCOL_DELETE"
msgid "Delete paragraph style: $1"
msgstr "Ианыхтәуп абзац астиль: $1"
-#: strings.hrc:487
+#: sw/inc/strings.hrc:489
msgctxt "STR_UNDO_TXTFMTCOL_RENAME"
msgid "Rename paragraph style: $1 $2 $3"
msgstr "Абзац: $1 $2 $3 астиль ахьӡ ҧсахтәуп"
-#: strings.hrc:488
+#: sw/inc/strings.hrc:490
msgctxt "STR_UNDO_CHARFMT_CREATE"
msgid "Create character style: $1"
msgstr "Иаҧҵатәуп асимвол астиль: $1"
-#: strings.hrc:489
+#: sw/inc/strings.hrc:491
msgctxt "STR_UNDO_CHARFMT_DELETE"
msgid "Delete character style: $1"
msgstr "Ианыхтәуп асимвол астиль: $1"
-#: strings.hrc:490
+#: sw/inc/strings.hrc:492
msgctxt "STR_UNDO_CHARFMT_RENAME"
msgid "Rename character style: $1 $2 $3"
msgstr "Асимвол: $1 $2 $3 астиль ахьӡ ҧсахтәуп"
-#: strings.hrc:491
+#: sw/inc/strings.hrc:493
msgctxt "STR_UNDO_FRMFMT_CREATE"
msgid "Create frame style: $1"
msgstr "Иаҧҵатәуп афреим астиль: $1"
-#: strings.hrc:492
+#: sw/inc/strings.hrc:494
msgctxt "STR_UNDO_FRMFMT_DELETE"
msgid "Delete frame style: $1"
msgstr "Ианыхтәуп афреим астиль: $1"
-#: strings.hrc:493
+#: sw/inc/strings.hrc:495
msgctxt "STR_UNDO_FRMFMT_RENAME"
msgid "Rename frame style: $1 $2 $3"
msgstr "Афреим: $1 $2 $3 астиль ахьӡ ҧсахтәуп"
-#: strings.hrc:494
+#: sw/inc/strings.hrc:496
msgctxt "STR_UNDO_NUMRULE_CREATE"
msgid "Create numbering style: $1"
msgstr "Иаҧҵатәуп ахьӡынҵа астиль: $1"
-#: strings.hrc:495
+#: sw/inc/strings.hrc:497
msgctxt "STR_UNDO_NUMRULE_DELETE"
msgid "Delete numbering style: $1"
msgstr "Ианыхтәуп ахьӡынҵа астиль: $1"
-#: strings.hrc:496
+#: sw/inc/strings.hrc:498
msgctxt "STR_UNDO_NUMRULE_RENAME"
msgid "Rename numbering style: $1 $2 $3"
msgstr "Ахьӡынҵа: $1 $2 $3 астиль ахьӡ ҧсахтәуп"
-#: strings.hrc:497
+#: sw/inc/strings.hrc:499
msgctxt "STR_UNDO_BOOKMARK_RENAME"
msgid "Rename bookmark: $1 $2 $3"
msgstr ""
-#: strings.hrc:498
+#: sw/inc/strings.hrc:500
msgctxt "STR_UNDO_INDEX_ENTRY_INSERT"
msgid "Insert index entry"
msgstr ""
-#: strings.hrc:499
+#: sw/inc/strings.hrc:501
msgctxt "STR_UNDO_INDEX_ENTRY_DELETE"
msgid "Delete index entry"
msgstr ""
-#: strings.hrc:500
+#: sw/inc/strings.hrc:502
msgctxt "STR_FIELD"
msgid "field"
msgstr "аҭакыра"
#. undo: STR_PARAGRAPHS, string.text
-#: strings.hrc:502
+#: sw/inc/strings.hrc:504
msgctxt "STR_PARAGRAPHS"
msgid "Paragraphs"
msgstr "Абзацқәа"
-#: strings.hrc:503
+#: sw/inc/strings.hrc:505
msgctxt "STR_FRAME"
msgid "frame"
msgstr "афреим"
-#: strings.hrc:504
+#: sw/inc/strings.hrc:506
msgctxt "STR_OLE"
msgid "OLE-object"
msgstr "OLE-аобиеқт"
-#: strings.hrc:505
+#: sw/inc/strings.hrc:507
msgctxt "STR_MATH_FORMULA"
msgid "formula"
msgstr "аформула"
-#: strings.hrc:506
+#: sw/inc/strings.hrc:508
msgctxt "STR_CHART"
msgid "chart"
msgstr "адиаграмма"
-#: strings.hrc:507
+#: sw/inc/strings.hrc:509
msgctxt "STR_NOTE"
msgid "comment"
msgstr "акомментари"
-#: strings.hrc:508
+#: sw/inc/strings.hrc:510
msgctxt "STR_REFERENCE"
msgid "cross-reference"
msgstr ""
-#: strings.hrc:509
+#: sw/inc/strings.hrc:511
msgctxt "STR_SCRIPT"
msgid "script"
msgstr "Асценари"
-#: strings.hrc:510
+#: sw/inc/strings.hrc:512
msgctxt "STR_AUTHORITY_ENTRY"
msgid "bibliography entry"
msgstr ""
-#: strings.hrc:511
+#: sw/inc/strings.hrc:513
msgctxt "STR_SPECIALCHAR"
msgid "special character"
msgstr "испециалтәу асимвол"
-#: strings.hrc:512
+#: sw/inc/strings.hrc:514
msgctxt "STR_FOOTNOTE"
msgid "footnote"
msgstr ""
-#: strings.hrc:513
+#: sw/inc/strings.hrc:515
msgctxt "STR_GRAPHIC"
msgid "image"
msgstr "асахьа"
-#: strings.hrc:514
+#: sw/inc/strings.hrc:516
msgctxt "STR_DRAWING_OBJECTS"
msgid "drawing object(s)"
msgstr "аграфикатә обиеқт(қәа)"
-#: strings.hrc:515
+#: sw/inc/strings.hrc:517
msgctxt "STR_TABLE_NAME"
msgid "table: $1$2$3"
msgstr "атаблица: $1$2$3"
-#: strings.hrc:516
+#: sw/inc/strings.hrc:518
msgctxt "STR_PARAGRAPH_UNDO"
msgid "paragraph"
msgstr "абзац"
-#: strings.hrc:517
+#: sw/inc/strings.hrc:519
msgctxt "STR_PARAGRAPH_SIGN_UNDO"
msgid "Paragraph sign"
msgstr ""
-#: strings.hrc:518
+#: sw/inc/strings.hrc:520
msgctxt "STR_UNDO_FLYFRMFMT_TITLE"
msgid "Change object title of $1"
msgstr ""
-#: strings.hrc:519
+#: sw/inc/strings.hrc:521
msgctxt "STR_UNDO_FLYFRMFMT_DESCRITPTION"
msgid "Change object description of $1"
msgstr ""
-#: strings.hrc:520
+#: sw/inc/strings.hrc:522
msgctxt "STR_UNDO_TBLSTYLE_CREATE"
msgid "Create table style: $1"
msgstr "Иаҧҵатәуп атаблица астиль: $1"
-#: strings.hrc:521
+#: sw/inc/strings.hrc:523
msgctxt "STR_UNDO_TBLSTYLE_DELETE"
msgid "Delete table style: $1"
msgstr "Ианыхтәуп атаблица астиль: $1"
-#: strings.hrc:522
+#: sw/inc/strings.hrc:524
msgctxt "STR_UNDO_TBLSTYLE_UPDATE"
msgid "Update table style: $1"
msgstr "Ирҿыцтәуп атаблица астиль: $1"
-#: strings.hrc:523
+#: sw/inc/strings.hrc:525
msgctxt "STR_UNDO_TABLE_DELETE"
msgid "Delete table"
msgstr "Ианыхтәуп атаблица"
-#: strings.hrc:525
+#: sw/inc/strings.hrc:527
msgctxt "STR_ACCESS_DOC_NAME"
msgid "Document view"
msgstr "Адокумент ахәаҧшра"
-#: strings.hrc:526
+#: sw/inc/strings.hrc:528
msgctxt "STR_ACCESS_DOC_DESC"
msgid "Document view"
msgstr "Адокумент ахәаҧшра"
-#: strings.hrc:527
+#: sw/inc/strings.hrc:529
msgctxt "STR_ACCESS_HEADER_NAME"
msgid "Header $(ARG1)"
msgstr "Хыхьтәи аколонтитул $(ARG1)"
-#: strings.hrc:528
+#: sw/inc/strings.hrc:530
msgctxt "STR_ACCESS_HEADER_DESC"
msgid "Header page $(ARG1)"
msgstr "Хыхьтәи аколонтитул $(ARG1)"
-#: strings.hrc:529
+#: sw/inc/strings.hrc:531
msgctxt "STR_ACCESS_FOOTER_NAME"
msgid "Footer $(ARG1)"
msgstr "Ҵаҟатәи аколонтитул $(ARG1)"
-#: strings.hrc:530
+#: sw/inc/strings.hrc:532
msgctxt "STR_ACCESS_FOOTER_DESC"
msgid "Footer page $(ARG1)"
msgstr "Ҵаҟатәи аколонтитул $(ARG1)"
-#: strings.hrc:531
+#: sw/inc/strings.hrc:533
#, fuzzy
msgctxt "STR_ACCESS_FOOTNOTE_NAME"
msgid "Footnote $(ARG1)"
msgstr "Ҵаҟатәи аколонтитул $(ARG1)"
-#: strings.hrc:532
+#: sw/inc/strings.hrc:534
#, fuzzy
msgctxt "STR_ACCESS_FOOTNOTE_DESC"
msgid "Footnote $(ARG1)"
msgstr "Ҵаҟатәи аколонтитул $(ARG1)"
-#: strings.hrc:533
+#: sw/inc/strings.hrc:535
msgctxt "STR_ACCESS_ENDNOTE_NAME"
msgid "Endnote $(ARG1)"
msgstr ""
-#: strings.hrc:534
+#: sw/inc/strings.hrc:536
msgctxt "STR_ACCESS_ENDNOTE_DESC"
msgid "Endnote $(ARG1)"
msgstr ""
-#: strings.hrc:535
+#: sw/inc/strings.hrc:537
msgctxt "STR_ACCESS_TABLE_DESC"
msgid "$(ARG1) on page $(ARG2)"
msgstr "$(ARG1) адаҟьа $(ARG2) аҟны"
-#: strings.hrc:536
+#: sw/inc/strings.hrc:538
msgctxt "STR_ACCESS_PAGE_NAME"
msgid "Page $(ARG1)"
msgstr "Адаҟьа $(ARG1)"
-#: strings.hrc:537
+#: sw/inc/strings.hrc:539
msgctxt "STR_ACCESS_PAGE_DESC"
msgid "Page: $(ARG1)"
msgstr "Адаҟьа $(ARG1)"
-#: strings.hrc:538
+#: sw/inc/strings.hrc:540
msgctxt "STR_ACCESS_ANNOTATION_AUTHOR_NAME"
msgid "Author"
msgstr "Автор"
-#: strings.hrc:539
+#: sw/inc/strings.hrc:541
msgctxt "STR_ACCESS_ANNOTATION_DATE_NAME"
msgid "Date"
msgstr "Арыцхә"
-#: strings.hrc:540
+#: sw/inc/strings.hrc:542
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_NAME"
msgid "Actions"
msgstr "Аҟаҵарақәа"
-#: strings.hrc:541
+#: sw/inc/strings.hrc:543
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_DESC"
msgid "Activate this button to open a list of actions which can be performed on this comment and other comments"
msgstr ""
-#: strings.hrc:542
+#: sw/inc/strings.hrc:544
msgctxt "STR_ACCESS_PREVIEW_DOC_NAME"
msgid "Document preview"
msgstr "Адокумент ахәаҧшра"
-#: strings.hrc:543
+#: sw/inc/strings.hrc:545
msgctxt "STR_ACCESS_PREVIEW_DOC_SUFFIX"
msgid "(Preview mode)"
msgstr "(Ахәаҧшра арежим)"
-#: strings.hrc:544
+#: sw/inc/strings.hrc:546
msgctxt "STR_ACCESS_DOC_WORDPROCESSING"
msgid "%PRODUCTNAME Document"
msgstr "%PRODUCTNAME адокуменқәа"
-#: strings.hrc:546
+#: sw/inc/strings.hrc:548
msgctxt "STR_COMCORE_READERROR"
msgid "Read Error"
msgstr "Аҧхьара агха"
-#: strings.hrc:547
+#: sw/inc/strings.hrc:549
msgctxt "STR_COMCORE_CANT_SHOW"
msgid "Image cannot be displayed."
msgstr ""
-#: strings.hrc:548
+#: sw/inc/strings.hrc:550
msgctxt "STR_ERROR_CLPBRD_READ"
msgid "Error reading from the clipboard."
msgstr ""
-#: strings.hrc:550
+#: sw/inc/strings.hrc:552
msgctxt "STR_COLUMN_BREAK"
msgid "Manual Column Break"
msgstr "Аиҵаҩ аимҟьара"
-#: strings.hrc:552
+#: sw/inc/strings.hrc:554
msgctxt "STR_CHART2_ROW_LABEL_TEXT"
msgid "Row %ROWNUMBER"
msgstr "Ацәаҳәа %ROWNUMBER"
-#: strings.hrc:553
+#: sw/inc/strings.hrc:555
#, c-format
msgctxt "STR_CHART2_COL_LABEL_TEXT"
msgid "Column %COLUMNLETTER"
msgstr "Аиҵагыла %COLUMNLETTER "
-#: strings.hrc:554
+#: sw/inc/strings.hrc:556
msgctxt "STR_STYLE_FAMILY_CHARACTER"
msgid "Character"
msgstr "Асимвол"
-#: strings.hrc:555
+#: sw/inc/strings.hrc:557
msgctxt "STR_STYLE_FAMILY_PARAGRAPH"
msgid "Paragraph"
msgstr "Абзац"
-#: strings.hrc:556
+#: sw/inc/strings.hrc:558
msgctxt "STR_STYLE_FAMILY_FRAME"
msgid "Frame"
msgstr "Афреим"
-#: strings.hrc:557
+#: sw/inc/strings.hrc:559
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Pages"
msgstr "Адаҟьақәа"
-#: strings.hrc:558
+#: sw/inc/strings.hrc:560
msgctxt "STR_STYLE_FAMILY_NUMBERING"
msgid "Numbering"
msgstr "Аномерркра"
-#: strings.hrc:559
+#: sw/inc/strings.hrc:561
msgctxt "STR_STYLE_FAMILY_TABLE"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:560
+#: sw/inc/strings.hrc:562
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell"
msgstr "Абларҭа"
-#: strings.hrc:562
+#: sw/inc/strings.hrc:564
msgctxt "ST_SCRIPT_ASIAN"
msgid "Asian"
msgstr ""
-#: strings.hrc:563
+#: sw/inc/strings.hrc:565
msgctxt "ST_SCRIPT_CTL"
msgid "CTL"
msgstr ""
-#: strings.hrc:564
+#: sw/inc/strings.hrc:566
msgctxt "ST_SCRIPT_WESTERN"
msgid "Western"
msgstr ""
-#: strings.hrc:565
+#: sw/inc/strings.hrc:567
msgctxt "STR_PRINTOPTUI_PRODUCTNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
-#: strings.hrc:566
+#: sw/inc/strings.hrc:568
msgctxt "STR_PRINTOPTUI_CONTENTS"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: strings.hrc:567
+#: sw/inc/strings.hrc:569
msgctxt "STR_PRINTOPTUI_PAGE_BACKGROUND"
msgid "Page ba~ckground"
msgstr "Адаҟьа аҿаҧшыра"
-#: strings.hrc:568
+#: sw/inc/strings.hrc:570
msgctxt "STR_PRINTOPTUI_PICTURES"
-msgid "P~ictures and other graphic objects"
+msgid "~Images and other graphic objects"
msgstr ""
-#: strings.hrc:569
+#: sw/inc/strings.hrc:571
msgctxt "STR_PRINTOPTUI_HIDDEN"
msgid "Hidden te~xt"
msgstr "Иҵәаху атеқст"
-#: strings.hrc:570
+#: sw/inc/strings.hrc:572
msgctxt "STR_PRINTOPTUI_TEXT_PLACEHOLDERS"
msgid "~Text placeholders"
msgstr ""
-#: strings.hrc:571
+#: sw/inc/strings.hrc:573
msgctxt "STR_PRINTOPTUI_FORM_CONTROLS"
msgid "Form control~s"
msgstr ""
-#: strings.hrc:572
+#: sw/inc/strings.hrc:574
msgctxt "STR_PRINTOPTUI_COLOR"
msgid "Color"
msgstr "Аҧштәы"
-#: strings.hrc:573
+#: sw/inc/strings.hrc:575
msgctxt "STR_PRINTOPTUI_PRINT_BLACK"
msgid "Print text in blac~k"
msgstr "Икьыҧхьтәуп атеқст еиқәаҵәала"
-#: strings.hrc:574
+#: sw/inc/strings.hrc:576
msgctxt "STR_PRINTOPTUI_PAGES_TEXT"
msgid "Pages"
msgstr "Адаҟьақәа"
-#: strings.hrc:575
+#: sw/inc/strings.hrc:577
msgctxt "STR_PRINTOPTUI_PRINT_BLANK"
msgid "Print ~automatically inserted blank pages"
msgstr ""
-#: strings.hrc:576
+#: sw/inc/strings.hrc:578
msgctxt "STR_PRINTOPTUI_ONLY_PAPER"
msgid "~Use only paper tray from printer preferences"
msgstr ""
-#: strings.hrc:577
+#: sw/inc/strings.hrc:579
msgctxt "STR_PRINTOPTUI_PRINT"
msgid "Print"
msgstr "Акьыҧхьра"
-#: strings.hrc:578
+#: sw/inc/strings.hrc:580
msgctxt "STR_PRINTOPTUI_NONE"
msgid "None (document only)"
msgstr ""
-#: strings.hrc:579
+#: sw/inc/strings.hrc:581
msgctxt "STR_PRINTOPTUI_COMMENTS_ONLY"
msgid "Comments only"
msgstr "Акомментариқәа рымацара"
-#: strings.hrc:580
+#: sw/inc/strings.hrc:582
msgctxt "STR_PRINTOPTUI_PLACE_END"
msgid "Place at end of document"
msgstr ""
-#: strings.hrc:581
+#: sw/inc/strings.hrc:583
msgctxt "STR_PRINTOPTUI_PLACE_PAGE"
msgid "Place at end of page"
msgstr "Ииагатәуп адаҟьа анҵәамҭахь"
-#: strings.hrc:582
+#: sw/inc/strings.hrc:584
msgctxt "STR_PRINTOPTUI_COMMENTS"
msgid "~Comments"
msgstr "Акомментари"
-#: strings.hrc:583
+#: sw/inc/strings.hrc:585
msgctxt "STR_PRINTOPTUI_PAGE_SIDES"
msgid "Page sides"
msgstr "Адаҟьа аганқәа"
-#: strings.hrc:584
+#: sw/inc/strings.hrc:586
msgctxt "STR_PRINTOPTUI_ALL_PAGES"
msgid "All pages"
msgstr "Адаҟьақәа зегьы"
-#: strings.hrc:585
+#: sw/inc/strings.hrc:587
msgctxt "STR_PRINTOPTUI_BACK_PAGES"
msgid "Back sides / left pages"
msgstr ""
-#: strings.hrc:586
+#: sw/inc/strings.hrc:588
msgctxt "STR_PRINTOPTUI_FONT_PAGES"
msgid "Front sides / right pages"
msgstr ""
-#: strings.hrc:587
+#: sw/inc/strings.hrc:589
msgctxt "STR_PRINTOPTUI_INCLUDE"
msgid "Include"
msgstr "Иҭыгатәуп"
-#: strings.hrc:588
+#: sw/inc/strings.hrc:590
#, fuzzy
msgctxt "STR_PRINTOPTUI_BROCHURE"
msgid "Broch~ure"
msgstr "Аброшиура"
-#: strings.hrc:589
+#: sw/inc/strings.hrc:591
msgctxt "STR_PRINTOPTUI_LEFT_SCRIPT"
msgid "Left-to-right script"
msgstr "Армарахьтә - арӷьарахь"
-#: strings.hrc:590
+#: sw/inc/strings.hrc:592
msgctxt "STR_PRINTOPTUI_RIGHT_SCRIPT"
msgid "Right-to-left script"
msgstr "Арӷьарахьтә-армарахь"
-#: strings.hrc:591
+#: sw/inc/strings.hrc:593
msgctxt "STR_PRINTOPTUI_RANGE_COPIES"
msgid "Range and copies"
msgstr ""
-#: strings.hrc:592
+#: sw/inc/strings.hrc:594
msgctxt "STR_PRINTOPTUI_ALLPAGES"
msgid "~All pages"
msgstr "Адаҟьақәа зегьы"
-#: strings.hrc:593
+#: sw/inc/strings.hrc:595
msgctxt "STR_PRINTOPTUI_SOMEPAGES"
msgid "Pa~ges"
msgstr "Адаҟьақәа"
-#: strings.hrc:594
+#: sw/inc/strings.hrc:596
msgctxt "STR_PRINTOPTUI_SELECTION"
msgid "~Selection"
msgstr "Иалкаау"
-#: strings.hrc:595
+#: sw/inc/strings.hrc:597
msgctxt "STR_PRINTOPTUI_PLACE_MARGINS"
msgid "Place in margins"
msgstr ""
-#: strings.hrc:597
+#: sw/inc/strings.hrc:599
msgctxt "STR_FORMULA_CALC"
msgid "Functions"
msgstr "Афункциақәа"
-#: strings.hrc:598
+#: sw/inc/strings.hrc:600
msgctxt "STR_FORMULA_CANCEL"
msgid "Cancel"
msgstr "Аҟәыхра"
-#: strings.hrc:599
+#: sw/inc/strings.hrc:601
msgctxt "STR_FORMULA_APPLY"
msgid "Apply"
msgstr "Ихархәатәуп"
-#: strings.hrc:600
+#: sw/inc/strings.hrc:602
msgctxt "STR_ACCESS_FORMULA_TOOLBAR"
msgid "Formula Tool Bar"
msgstr "Аформулақәа рпанель"
-#: strings.hrc:601
+#: sw/inc/strings.hrc:603
msgctxt "STR_ACCESS_FORMULA_TYPE"
msgid "Formula Type"
msgstr "Аформула атип"
-#: strings.hrc:602
+#: sw/inc/strings.hrc:604
msgctxt "STR_ACCESS_FORMULA_TEXT"
msgid "Formula Text"
msgstr "Аформула атеқст"
-#: strings.hrc:604
+#: sw/inc/strings.hrc:606
msgctxt "STR_ACCESS_TL_GLOBAL"
msgid "Global View"
msgstr ""
-#: strings.hrc:605
+#: sw/inc/strings.hrc:607
msgctxt "STR_ACCESS_TL_CONTENT"
msgid "Content Navigation View"
msgstr ""
-#: strings.hrc:606
+#: sw/inc/strings.hrc:608
msgctxt "STR_OUTLINE_LEVEL"
msgid "Outline Level"
msgstr "Аструктура аҩаӡара"
-#: strings.hrc:607
+#: sw/inc/strings.hrc:609
msgctxt "STR_DRAGMODE"
msgid "Drag Mode"
msgstr ""
-#: strings.hrc:608
+#: sw/inc/strings.hrc:610
msgctxt "STR_HYPERLINK"
msgid "Insert as Hyperlink"
msgstr "Ибжьаргылатәуп агиперзхьарҧш ҳасабла"
-#: strings.hrc:609
+#: sw/inc/strings.hrc:611
msgctxt "STR_LINK_REGION"
msgid "Insert as Link"
msgstr "Ибжьаргылатәуп азхьарҧш ҳасабла"
-#: strings.hrc:610
+#: sw/inc/strings.hrc:612
msgctxt "STR_COPY_REGION"
msgid "Insert as Copy"
msgstr ""
-#: strings.hrc:611
+#: sw/inc/strings.hrc:613
msgctxt "STR_DISPLAY"
msgid "Display"
msgstr "Иаарҧштәуп"
-#: strings.hrc:612
+#: sw/inc/strings.hrc:614
msgctxt "STR_ACTIVE_VIEW"
msgid "Active Window"
msgstr "Иактиву аҧенџьыр"
-#: strings.hrc:613
+#: sw/inc/strings.hrc:615
msgctxt "STR_HIDDEN"
msgid "hidden"
msgstr "иҵәаху"
-#: strings.hrc:614
+#: sw/inc/strings.hrc:616
msgctxt "STR_ACTIVE"
msgid "active"
msgstr "иактиву"
-#: strings.hrc:615
+#: sw/inc/strings.hrc:617
msgctxt "STR_INACTIVE"
msgid "inactive"
msgstr "иактивым"
-#: strings.hrc:616
+#: sw/inc/strings.hrc:618
msgctxt "STR_EDIT_ENTRY"
msgid "Edit..."
msgstr "Ариашара..."
-#: strings.hrc:617
+#: sw/inc/strings.hrc:619
msgctxt "STR_UPDATE"
msgid "~Update"
msgstr "Ирҿыцтәуп"
-#: strings.hrc:618
+#: sw/inc/strings.hrc:620
msgctxt "STR_EDIT_CONTENT"
msgid "Edit"
msgstr "Ариашара"
-#: strings.hrc:619
+#: sw/inc/strings.hrc:621
msgctxt "STR_EDIT_LINK"
msgid "Edit link"
msgstr "Аимадара ариашара"
-#: strings.hrc:620
+#: sw/inc/strings.hrc:622
msgctxt "STR_EDIT_INSERT"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: strings.hrc:621
+#: sw/inc/strings.hrc:623
msgctxt "STR_INDEX"
msgid "~Index"
msgstr ""
-#: strings.hrc:622
+#: sw/inc/strings.hrc:624
msgctxt "STR_FILE"
msgid "File"
msgstr "Афаил"
-#: strings.hrc:623
+#: sw/inc/strings.hrc:625
msgctxt "STR_NEW_FILE"
msgid "New Document"
msgstr "Иаҧҵатәуп адокумент"
-#: strings.hrc:624
+#: sw/inc/strings.hrc:626
msgctxt "STR_INSERT_TEXT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:625
+#: sw/inc/strings.hrc:627
msgctxt "STR_DELETE"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: strings.hrc:626
+#: sw/inc/strings.hrc:628
msgctxt "STR_DELETE_ENTRY"
msgid "~Delete"
msgstr "Ианыхтәуп"
-#: strings.hrc:627
+#: sw/inc/strings.hrc:629
msgctxt "STR_UPDATE_SEL"
msgid "Selection"
msgstr "Иалкаау"
-#: strings.hrc:628
+#: sw/inc/strings.hrc:630
msgctxt "STR_UPDATE_INDEX"
msgid "Indexes"
msgstr "Аиндексқәа"
-#: strings.hrc:629
+#: sw/inc/strings.hrc:631
#, fuzzy
msgctxt "STR_UPDATE_LINK"
msgid "Links"
msgstr "Азхьарҧшқәа"
-#: strings.hrc:630
+#: sw/inc/strings.hrc:632
msgctxt "STR_UPDATE_ALL"
msgid "All"
msgstr "Зегьы"
-#: strings.hrc:631
+#: sw/inc/strings.hrc:633
msgctxt "STR_REMOVE_INDEX"
msgid "~Remove Index"
msgstr ""
-#: strings.hrc:632
+#: sw/inc/strings.hrc:634
msgctxt "STR_REMOVE_TBL_PROTECTION"
msgid "~Unprotect"
msgstr ""
-#: strings.hrc:633
+#: sw/inc/strings.hrc:635
msgctxt "STR_INVISIBLE"
msgid "hidden"
msgstr "иҵәаху"
-#: strings.hrc:634
+#: sw/inc/strings.hrc:636
msgctxt "STR_BROKEN_LINK"
msgid "File not found: "
msgstr "Афаил ҧшаам: "
-#: strings.hrc:635
+#: sw/inc/strings.hrc:637
msgctxt "STR_RENAME"
msgid "~Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: strings.hrc:636
+#: sw/inc/strings.hrc:638
msgctxt "STR_READONLY_IDX"
msgid "Read-~only"
msgstr "Аҧхьара мацараз"
-#: strings.hrc:637
+#: sw/inc/strings.hrc:639
msgctxt "STR_POSTIT_SHOW"
msgid "Show All"
msgstr "Иаарҧштәуп зегьы"
-#: strings.hrc:638
+#: sw/inc/strings.hrc:640
msgctxt "STR_POSTIT_HIDE"
msgid "Hide All"
msgstr "Иҵәахтәуп зегьы"
-#: strings.hrc:639
+#: sw/inc/strings.hrc:641
msgctxt "STR_POSTIT_DELETE"
msgid "Delete All"
msgstr "Ианыхтәуп зегьы"
-#: strings.hrc:641
+#: sw/inc/strings.hrc:643
msgctxt "STR_MARGIN_TOOLTIP_LEFT"
msgid "Left: "
msgstr "Арымарахь: "
-#: strings.hrc:642
+#: sw/inc/strings.hrc:644
msgctxt "STR_MARGIN_TOOLTIP_RIGHT"
msgid ". Right: "
msgstr " Арыӷьарахь: "
-#: strings.hrc:643
+#: sw/inc/strings.hrc:645
msgctxt "STR_MARGIN_TOOLTIP_INNER"
msgid "Inner: "
msgstr "Аҩныҵҟа: "
-#: strings.hrc:644
+#: sw/inc/strings.hrc:646
msgctxt "STR_MARGIN_TOOLTIP_OUTER"
msgid ". Outer: "
msgstr " Адәныҟа: "
-#: strings.hrc:645
+#: sw/inc/strings.hrc:647
msgctxt "STR_MARGIN_TOOLTIP_TOP"
msgid ". Top: "
msgstr " Хыхьла: "
-#: strings.hrc:646
+#: sw/inc/strings.hrc:648
msgctxt "STR_MARGIN_TOOLTIP_BOT"
msgid ". Bottom: "
msgstr " Ҵаҟала: "
#. Error calculator
-#: strings.hrc:649
+#: sw/inc/strings.hrc:651
msgctxt "STR_POSTIT_PAGE"
msgid "Page"
msgstr "Адаҟьа"
-#: strings.hrc:650
+#: sw/inc/strings.hrc:652
msgctxt "STR_POSTIT_LINE"
msgid "Line"
msgstr "Ацәаҳәа"
-#: strings.hrc:651
+#: sw/inc/strings.hrc:653
msgctxt "STR_POSTIT_AUTHOR"
msgid "Author"
msgstr "Автор"
-#: strings.hrc:652
+#: sw/inc/strings.hrc:654
msgctxt "STR_CALC_SYNTAX"
msgid "** Syntax Error **"
msgstr "** Аинтакстә гха **"
-#: strings.hrc:653
+#: sw/inc/strings.hrc:655
msgctxt "STR_CALC_ZERODIV"
msgid "** Division by zero **"
msgstr "** Ноль ала ашара **"
-#: strings.hrc:654
+#: sw/inc/strings.hrc:656
msgctxt "STR_CALC_BRACK"
msgid "** Wrong use of brackets **"
msgstr ""
-#: strings.hrc:655
+#: sw/inc/strings.hrc:657
msgctxt "STR_CALC_POW"
msgid "** Square function overflow **"
msgstr ""
-#: strings.hrc:656
+#: sw/inc/strings.hrc:658
msgctxt "STR_CALC_OVERFLOW"
msgid "** Overflow **"
msgstr ""
-#: strings.hrc:657
+#: sw/inc/strings.hrc:659
msgctxt "STR_CALC_DEFAULT"
msgid "** Error **"
msgstr "** Агха **"
-#: strings.hrc:658
+#: sw/inc/strings.hrc:660
msgctxt "STR_CALC_ERROR"
msgid "** Expression is faulty **"
msgstr ""
-#: strings.hrc:659
+#: sw/inc/strings.hrc:661
msgctxt "STR_GETREFFLD_REFITEMNOTFOUND"
msgid "Error: Reference source not found"
msgstr ""
-#: strings.hrc:660
+#: sw/inc/strings.hrc:662
msgctxt "STR_TEMPLATE_NONE"
msgid "None"
msgstr "Мап"
-#: strings.hrc:661
+#: sw/inc/strings.hrc:663
msgctxt "STR_FIELD_FIXED"
msgid "(fixed)"
msgstr ""
-#: strings.hrc:662
+#: sw/inc/strings.hrc:664
msgctxt "STR_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
-#: strings.hrc:663
+#: sw/inc/strings.hrc:665
msgctxt "STR_TOI"
msgid "Alphabetical Index"
msgstr ""
-#: strings.hrc:664
+#: sw/inc/strings.hrc:666
msgctxt "STR_TOU"
msgid "User-Defined"
msgstr "Иҷыдоу"
-#: strings.hrc:665
+#: sw/inc/strings.hrc:667
msgctxt "STR_TOC"
msgid "Table of Contents"
msgstr "Ахы"
-#: strings.hrc:666
+#: sw/inc/strings.hrc:668
msgctxt "STR_TOX_AUTH"
msgid "Bibliography"
msgstr "Абиблиографиа"
-#: strings.hrc:667
+#: sw/inc/strings.hrc:669
msgctxt "STR_TOX_CITATION"
msgid "Citation"
msgstr "Ацитата"
-#: strings.hrc:668
+#: sw/inc/strings.hrc:670
msgctxt "STR_TOX_TBL"
msgid "Index of Tables"
msgstr "Атаблицақәа рыхьӡынҵа"
-#: strings.hrc:669
+#: sw/inc/strings.hrc:671
msgctxt "STR_TOX_OBJ"
msgid "Table of Objects"
msgstr "Аобиеқтқәа рыхьӡынҵа"
-#: strings.hrc:670
+#: sw/inc/strings.hrc:672
msgctxt "STR_TOX_ILL"
msgid "Illustration Index"
msgstr ""
-#: strings.hrc:671
+#: sw/inc/strings.hrc:673
#, c-format
msgctxt "STR_LINK_CTRL_CLICK"
msgid "%s-Click to follow link"
msgstr ""
-#: strings.hrc:672
+#: sw/inc/strings.hrc:674
msgctxt "STR_LINK_CLICK"
msgid "Click to follow link"
msgstr ""
#. SubType DocInfo
-#: strings.hrc:674
+#: sw/inc/strings.hrc:676
msgctxt "FLD_DOCINFO_TITEL"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:675
+#: sw/inc/strings.hrc:677
msgctxt "FLD_DOCINFO_THEMA"
msgid "Subject"
msgstr "Атема"
-#: strings.hrc:676
+#: sw/inc/strings.hrc:678
msgctxt "FLD_DOCINFO_KEYS"
msgid "Keywords"
msgstr "Ихадоу ажәақәа"
-#: strings.hrc:677
+#: sw/inc/strings.hrc:679
msgctxt "FLD_DOCINFO_COMMENT"
msgid "Comments"
msgstr "Акомментариқәа"
-#: strings.hrc:678
+#: sw/inc/strings.hrc:680
msgctxt "FLD_DOCINFO_CREATE"
msgid "Created"
msgstr "Иаҧҵоуп"
-#: strings.hrc:679
+#: sw/inc/strings.hrc:681
msgctxt "FLD_DOCINFO_CHANGE"
msgid "Modified"
msgstr "Иҧсахуп"
-#: strings.hrc:680
+#: sw/inc/strings.hrc:682
msgctxt "FLD_DOCINFO_PRINT"
msgid "Last printed"
msgstr "Икьыҧхьуп"
-#: strings.hrc:681
+#: sw/inc/strings.hrc:683
msgctxt "FLD_DOCINFO_DOCNO"
msgid "Revision number"
msgstr "Аредакциа"
-#: strings.hrc:682
+#: sw/inc/strings.hrc:684
msgctxt "FLD_DOCINFO_EDIT"
msgid "Total editing time"
msgstr ""
-#: strings.hrc:683
+#: sw/inc/strings.hrc:685
msgctxt "STR_PAGEDESC_NAME"
msgid "Convert $(ARG1)"
msgstr ""
-#: strings.hrc:684
+#: sw/inc/strings.hrc:686
msgctxt "STR_PAGEDESC_FIRSTNAME"
msgid "First convert $(ARG1)"
msgstr ""
-#: strings.hrc:685
+#: sw/inc/strings.hrc:687
msgctxt "STR_PAGEDESC_FOLLOWNAME"
msgid "Next convert $(ARG1)"
msgstr ""
-#: strings.hrc:686
+#: sw/inc/strings.hrc:688
msgctxt "STR_AUTH_TYPE_ARTICLE"
msgid "Article"
msgstr "Астатиа"
-#: strings.hrc:687
+#: sw/inc/strings.hrc:689
msgctxt "STR_AUTH_TYPE_BOOK"
msgid "Book"
msgstr "Ашәҟәы"
-#: strings.hrc:688
+#: sw/inc/strings.hrc:690
msgctxt "STR_AUTH_TYPE_BOOKLET"
msgid "Brochures"
msgstr "Аброшиура"
-#: strings.hrc:689
+#: sw/inc/strings.hrc:691
msgctxt "STR_AUTH_TYPE_CONFERENCE"
msgid "Conference proceedings"
msgstr ""
-#: strings.hrc:690
+#: sw/inc/strings.hrc:692
msgctxt "STR_AUTH_TYPE_INBOOK"
msgid "Book excerpt"
msgstr ""
-#: strings.hrc:691
+#: sw/inc/strings.hrc:693
msgctxt "STR_AUTH_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr ""
-#: strings.hrc:692
+#: sw/inc/strings.hrc:694
msgctxt "STR_AUTH_TYPE_INPROCEEDINGS"
msgid "Conference proceedings"
msgstr ""
-#: strings.hrc:693
+#: sw/inc/strings.hrc:695
msgctxt "STR_AUTH_TYPE_JOURNAL"
msgid "Journal"
msgstr "Ажурнал"
-#: strings.hrc:694
+#: sw/inc/strings.hrc:696
msgctxt "STR_AUTH_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "Атехникатә документациа"
-#: strings.hrc:695
+#: sw/inc/strings.hrc:697
msgctxt "STR_AUTH_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "Адипломтә усумҭа"
-#: strings.hrc:696
+#: sw/inc/strings.hrc:698
msgctxt "STR_AUTH_TYPE_MISC"
msgid "Miscellaneous"
msgstr ""
-#: strings.hrc:697
+#: sw/inc/strings.hrc:699
msgctxt "STR_AUTH_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "Адиссертациа"
-#: strings.hrc:698
+#: sw/inc/strings.hrc:700
msgctxt "STR_AUTH_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr ""
-#: strings.hrc:699
+#: sw/inc/strings.hrc:701
msgctxt "STR_AUTH_TYPE_TECHREPORT"
msgid "Research report"
msgstr ""
-#: strings.hrc:700
+#: sw/inc/strings.hrc:702
msgctxt "STR_AUTH_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr ""
-#: strings.hrc:701
+#: sw/inc/strings.hrc:703
msgctxt "STR_AUTH_TYPE_EMAIL"
msgid "E-mail"
msgstr "E-mail"
-#: strings.hrc:702
+#: sw/inc/strings.hrc:704
msgctxt "STR_AUTH_TYPE_WWW"
msgid "WWW document"
msgstr "Веб-адаҟьа"
-#: strings.hrc:703
+#: sw/inc/strings.hrc:705
msgctxt "STR_AUTH_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "Ахархәаҩ итип 1"
-#: strings.hrc:704
+#: sw/inc/strings.hrc:706
msgctxt "STR_AUTH_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "Ахархәаҩ итип 2"
-#: strings.hrc:705
+#: sw/inc/strings.hrc:707
msgctxt "STR_AUTH_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "Ахархәаҩ итип3"
-#: strings.hrc:706
+#: sw/inc/strings.hrc:708
msgctxt "STR_AUTH_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "Ахархәаҩ итип4"
-#: strings.hrc:707
+#: sw/inc/strings.hrc:709
msgctxt "STR_AUTH_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "Ахархәаҩ итип5"
-#: strings.hrc:708
+#: sw/inc/strings.hrc:710
msgctxt "STR_AUTH_FIELD_IDENTIFIER"
msgid "Short name"
msgstr "Иркаҿны"
-#: strings.hrc:709
+#: sw/inc/strings.hrc:711
msgctxt "STR_AUTH_FIELD_AUTHORITY_TYPE"
msgid "Type"
msgstr "Атип"
-#: strings.hrc:710
+#: sw/inc/strings.hrc:712
msgctxt "STR_AUTH_FIELD_ADDRESS"
msgid "Address"
msgstr "Адрес"
-#: strings.hrc:711
+#: sw/inc/strings.hrc:713
msgctxt "STR_AUTH_FIELD_ANNOTE"
msgid "Annotation"
msgstr "Акомментари"
-#: strings.hrc:712
+#: sw/inc/strings.hrc:714
msgctxt "STR_AUTH_FIELD_AUTHOR"
msgid "Author(s)"
msgstr "Автор(цәа)"
-#: strings.hrc:713
+#: sw/inc/strings.hrc:715
msgctxt "STR_AUTH_FIELD_BOOKTITLE"
msgid "Book title"
msgstr ""
-#: strings.hrc:714
+#: sw/inc/strings.hrc:716
msgctxt "STR_AUTH_FIELD_CHAPTER"
msgid "Chapter"
msgstr ""
-#: strings.hrc:715
+#: sw/inc/strings.hrc:717
msgctxt "STR_AUTH_FIELD_EDITION"
msgid "Edition"
msgstr "Аҭыжьымҭа"
-#: strings.hrc:716
+#: sw/inc/strings.hrc:718
msgctxt "STR_AUTH_FIELD_EDITOR"
msgid "Editor"
msgstr "Аредактор"
-#: strings.hrc:717
+#: sw/inc/strings.hrc:719
msgctxt "STR_AUTH_FIELD_HOWPUBLISHED"
msgid "Publication type"
msgstr "Аҭыжьымҭа атип"
-#: strings.hrc:718
+#: sw/inc/strings.hrc:720
msgctxt "STR_AUTH_FIELD_INSTITUTION"
msgid "Institution"
msgstr ""
-#: strings.hrc:719
+#: sw/inc/strings.hrc:721
msgctxt "STR_AUTH_FIELD_JOURNAL"
msgid "Journal"
msgstr "Ажурнал"
-#: strings.hrc:720
+#: sw/inc/strings.hrc:722
msgctxt "STR_AUTH_FIELD_MONTH"
msgid "Month"
msgstr "Амза"
-#: strings.hrc:721
+#: sw/inc/strings.hrc:723
msgctxt "STR_AUTH_FIELD_NOTE"
msgid "Note"
msgstr "Азгәаҭа"
-#: strings.hrc:722
+#: sw/inc/strings.hrc:724
msgctxt "STR_AUTH_FIELD_NUMBER"
msgid "Number"
msgstr "Аномер"
-#: strings.hrc:723
+#: sw/inc/strings.hrc:725
msgctxt "STR_AUTH_FIELD_ORGANIZATIONS"
msgid "Organization"
msgstr ""
-#: strings.hrc:724
+#: sw/inc/strings.hrc:726
msgctxt "STR_AUTH_FIELD_PAGES"
msgid "Page(s)"
msgstr "Адаҟьақәа рхыҧхьаӡара"
-#: strings.hrc:725
+#: sw/inc/strings.hrc:727
msgctxt "STR_AUTH_FIELD_PUBLISHER"
msgid "Publisher"
msgstr "Аҭыжьырҭа"
-#: strings.hrc:726
+#: sw/inc/strings.hrc:728
msgctxt "STR_AUTH_FIELD_SCHOOL"
msgid "University"
msgstr "Ауниверситет"
-#: strings.hrc:727
+#: sw/inc/strings.hrc:729
msgctxt "STR_AUTH_FIELD_SERIES"
msgid "Series"
msgstr "Асериа"
-#: strings.hrc:728
+#: sw/inc/strings.hrc:730
msgctxt "STR_AUTH_FIELD_TITLE"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:729
+#: sw/inc/strings.hrc:731
msgctxt "STR_AUTH_FIELD_TYPE"
msgid "Type of report"
msgstr "Аҳасабырба атип"
-#: strings.hrc:730
+#: sw/inc/strings.hrc:732
msgctxt "STR_AUTH_FIELD_VOLUME"
msgid "Volume"
msgstr "Атом"
-#: strings.hrc:731
+#: sw/inc/strings.hrc:733
msgctxt "STR_AUTH_FIELD_YEAR"
msgid "Year"
msgstr "Ашықәс"
-#: strings.hrc:732
+#: sw/inc/strings.hrc:734
msgctxt "STR_AUTH_FIELD_URL"
msgid "URL"
msgstr "URL"
-#: strings.hrc:733
+#: sw/inc/strings.hrc:735
msgctxt "STR_AUTH_FIELD_CUSTOM1"
msgid "User-defined1"
msgstr "Ахархәаҩ итип 1"
-#: strings.hrc:734
+#: sw/inc/strings.hrc:736
msgctxt "STR_AUTH_FIELD_CUSTOM2"
msgid "User-defined2"
msgstr "Ахархәаҩ итип 2"
-#: strings.hrc:735
+#: sw/inc/strings.hrc:737
msgctxt "STR_AUTH_FIELD_CUSTOM3"
msgid "User-defined3"
msgstr "Ахархәаҩ итип3"
-#: strings.hrc:736
+#: sw/inc/strings.hrc:738
msgctxt "STR_AUTH_FIELD_CUSTOM4"
msgid "User-defined4"
msgstr "Ахархәаҩ итип4"
-#: strings.hrc:737
+#: sw/inc/strings.hrc:739
msgctxt "STR_AUTH_FIELD_CUSTOM5"
msgid "User-defined5"
msgstr "Ахархәаҩ итип5"
-#: strings.hrc:738
+#: sw/inc/strings.hrc:740
msgctxt "STR_AUTH_FIELD_ISBN"
msgid "ISBN"
msgstr "ISBN"
-#: strings.hrc:740
+#: sw/inc/strings.hrc:742
msgctxt "STR_IDXMRK_EDIT"
msgid "Edit Index Entry"
msgstr ""
-#: strings.hrc:741
+#: sw/inc/strings.hrc:743
msgctxt "STR_IDXMRK_INSERT"
msgid "Insert Index Entry"
msgstr ""
-#: strings.hrc:742
+#: sw/inc/strings.hrc:744
msgctxt "STR_QUERY_CHANGE_AUTH_ENTRY"
msgid "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?"
msgstr ""
-#: strings.hrc:744
+#: sw/inc/strings.hrc:746
msgctxt "STR_COMMENTS_LABEL"
msgid "Comments"
msgstr "Акомментариқәа"
-#: strings.hrc:745
+#: sw/inc/strings.hrc:747
msgctxt "STR_SHOW_COMMENTS"
msgid "Show comments"
msgstr "Иаарҧштәуп акомментари"
-#: strings.hrc:746
+#: sw/inc/strings.hrc:748
msgctxt "STR_HIDE_COMMENTS"
msgid "Hide comments"
msgstr "Иҵәахтәуп акомментари"
-#: strings.hrc:748
+#: sw/inc/strings.hrc:750
msgctxt "STR_DOUBLE_SHORTNAME"
msgid "Shortcut name already exists. Please choose another name."
msgstr ""
-#: strings.hrc:749
+#: sw/inc/strings.hrc:751
msgctxt "STR_QUERY_DELETE"
msgid "Delete AutoText?"
msgstr "Ианыхтәума автотеқст?"
-#: strings.hrc:750
+#: sw/inc/strings.hrc:752
msgctxt "STR_QUERY_DELETE_GROUP1"
msgid "Delete the category "
msgstr "Ианыхтәуп акатегориа "
-#: strings.hrc:751
+#: sw/inc/strings.hrc:753
msgctxt "STR_QUERY_DELETE_GROUP2"
msgid "?"
msgstr "?"
-#: strings.hrc:752
+#: sw/inc/strings.hrc:754
msgctxt "STR_GLOSSARY"
msgid "AutoText :"
msgstr "Автотеқст:"
-#: strings.hrc:753
+#: sw/inc/strings.hrc:755
msgctxt "STR_SAVE_GLOSSARY"
msgid "Save AutoText"
msgstr "Еиқәырхатәуп автотеқст"
-#: strings.hrc:754
+#: sw/inc/strings.hrc:756
msgctxt "STR_NO_GLOSSARIES"
msgid "There is no AutoText in this file."
msgstr ""
-#: strings.hrc:755
+#: sw/inc/strings.hrc:757
msgctxt "STR_MY_AUTOTEXT"
msgid "My AutoText"
msgstr "Сара сАвтотеқст"
-#: strings.hrc:757
+#: sw/inc/strings.hrc:759
msgctxt "STR_NOGLOS"
msgid "AutoText for Shortcut '%1' not found."
msgstr ""
-#: strings.hrc:758
+#: sw/inc/strings.hrc:760
msgctxt "STR_NO_TABLE"
msgid "A table with no rows or no cells cannot be inserted"
msgstr ""
-#: strings.hrc:759
+#: sw/inc/strings.hrc:761
msgctxt "STR_TABLE_TOO_LARGE"
msgid "The table cannot be inserted because it is too large"
msgstr ""
-#: strings.hrc:760
+#: sw/inc/strings.hrc:762
msgctxt "STR_ERR_INSERT_GLOS"
msgid "AutoText could not be created."
msgstr "Автотеқст аҧҵара ауам."
-#: strings.hrc:761
+#: sw/inc/strings.hrc:763
msgctxt "STR_CLPBRD_FORMAT_ERROR"
msgid "Requested clipboard format is not available."
msgstr ""
-#: strings.hrc:762
+#: sw/inc/strings.hrc:764
msgctxt "STR_PRIVATETEXT"
-msgid "%PRODUCTNAME Writer"
-msgstr "%PRODUCTNAME Writer"
+msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
+msgstr ""
-#: strings.hrc:763
+#: sw/inc/strings.hrc:765
msgctxt "STR_PRIVATEGRAPHIC"
-msgid "Image [%PRODUCTNAME Writer]"
-msgstr "[%PRODUCTNAME Writer] асахьа"
+msgid "Image (%PRODUCTNAME %PRODUCTVERSION Text Document)"
+msgstr ""
-#: strings.hrc:764
+#: sw/inc/strings.hrc:766
msgctxt "STR_PRIVATEOLE"
-msgid "Object [%PRODUCTNAME Writer]"
-msgstr "[%PRODUCTNAME Writer] аобиеқт"
+msgid "Object (%PRODUCTNAME %PRODUCTVERSION Text Document)"
+msgstr ""
-#: strings.hrc:765
+#: sw/inc/strings.hrc:767
msgctxt "STR_DDEFORMAT"
-msgid "DDE link"
-msgstr "Аимадара DDE ала"
+msgid "Dynamic Data Exchange (DDE link)"
+msgstr ""
-#: strings.hrc:767
+#: sw/inc/strings.hrc:769
msgctxt "STR_DELETE_ALL_NOTES"
msgid "All Comments"
msgstr "Акомментариқәа зегьы"
-#: strings.hrc:768
+#: sw/inc/strings.hrc:770
msgctxt "STR_FORMAT_ALL_NOTES"
msgid "All Comments"
msgstr "Акомментариқәа зегьы"
-#: strings.hrc:769
+#: sw/inc/strings.hrc:771
msgctxt "STR_DELETE_AUTHOR_NOTES"
msgid "Comments by "
msgstr ""
-#: strings.hrc:770
+#: sw/inc/strings.hrc:772
msgctxt "STR_NODATE"
msgid "(no date)"
-msgstr ""
+msgstr "(арыцхә ыҟам)"
-#: strings.hrc:771
+#: sw/inc/strings.hrc:773
msgctxt "STR_NOAUTHOR"
msgid "(no author)"
msgstr "(автор дамам)"
-#: strings.hrc:772
+#: sw/inc/strings.hrc:774
msgctxt "STR_REPLY"
msgid "Reply to $1"
msgstr "Аҭак $1 аҟны"
-#: strings.hrc:774
+#: sw/inc/strings.hrc:776
msgctxt "ST_TITLE_EDIT"
msgid "Edit Address Block"
msgstr ""
-#: strings.hrc:775
+#: sw/inc/strings.hrc:777
msgctxt "ST_TITLE_MALE"
msgid "Custom Salutation (Male Recipients)"
msgstr ""
-#: strings.hrc:776
+#: sw/inc/strings.hrc:778
msgctxt "ST_TITLE_FEMALE"
msgid "Custom Salutation (Female Recipients)"
msgstr ""
-#: strings.hrc:777
+#: sw/inc/strings.hrc:779
msgctxt "ST_SALUTATIONELEMENTS"
msgid "Salutation e~lements"
msgstr ""
-#: strings.hrc:778
+#: sw/inc/strings.hrc:780
msgctxt "ST_INSERTSALUTATIONFIELD"
msgid "Add to salutation"
msgstr ""
-#: strings.hrc:779
+#: sw/inc/strings.hrc:781
msgctxt "ST_REMOVESALUTATIONFIELD"
msgid "Remove from salutation"
msgstr ""
-#: strings.hrc:780
+#: sw/inc/strings.hrc:782
msgctxt "ST_DRAGSALUTATION"
msgid "1. ~Drag salutation elements into the box below"
msgstr ""
-#: strings.hrc:781
+#: sw/inc/strings.hrc:783
msgctxt "ST_SALUTATION"
msgid "Salutation"
msgstr ""
-#: strings.hrc:782
+#: sw/inc/strings.hrc:784
msgctxt "ST_PUNCTUATION"
msgid "Punctuation Mark"
msgstr ""
-#: strings.hrc:783
+#: sw/inc/strings.hrc:785
msgctxt "ST_TEXT"
msgid "Text"
msgstr "Атеқсттә"
-#: strings.hrc:784
+#: sw/inc/strings.hrc:786
msgctxt "ST_SALUTATIONMATCHING"
msgid "Assign the fields from your data source to match the salutation elements."
msgstr ""
-#: strings.hrc:785
+#: sw/inc/strings.hrc:787
msgctxt "ST_SALUTATIONPREVIEW"
msgid "Salutation preview"
msgstr ""
-#: strings.hrc:786
+#: sw/inc/strings.hrc:788
msgctxt "ST_ADDRESSELEMENT"
msgid "Address elements"
msgstr ""
-#: strings.hrc:787
+#: sw/inc/strings.hrc:789
msgctxt "ST_SALUTATIONELEMENT"
msgid "Salutation elements"
msgstr ""
-#: strings.hrc:788
+#: sw/inc/strings.hrc:790
msgctxt "ST_MATCHESTO"
msgid "Matches to field:"
msgstr ""
-#: strings.hrc:789
+#: sw/inc/strings.hrc:791
msgctxt "ST_PREVIEW"
msgid "Preview"
msgstr "Заатәи ахәаҧшра"
-#: strings.hrc:791
+#: sw/inc/strings.hrc:793
msgctxt "STR_NOTASSIGNED"
msgid " not yet matched "
msgstr ""
-#: strings.hrc:792
+#: sw/inc/strings.hrc:794
msgctxt "STR_FILTER_ALL"
msgid "All files"
msgstr "Афаилқәа зегьы"
-#: strings.hrc:793
+#: sw/inc/strings.hrc:795
msgctxt "STR_FILTER_ALL_DATA"
msgid "Address lists(*.*)"
msgstr ""
-#: strings.hrc:794
+#: sw/inc/strings.hrc:796
msgctxt "STR_FILTER_SXB"
msgid "%PRODUCTNAME Base (*.odb)"
msgstr ""
-#: strings.hrc:795
+#: sw/inc/strings.hrc:797
msgctxt "STR_FILTER_SXC"
msgid "%PRODUCTNAME Calc (*.ods;*.sxc)"
msgstr ""
-#: strings.hrc:796
+#: sw/inc/strings.hrc:798
msgctxt "STR_FILTER_SXW"
msgid "%PRODUCTNAME Writer (*.odt;*.sxw)"
msgstr ""
-#: strings.hrc:797
+#: sw/inc/strings.hrc:799
msgctxt "STR_FILTER_DBF"
msgid "dBase (*.dbf)"
msgstr "dBase (*.dbf)"
-#: strings.hrc:798
+#: sw/inc/strings.hrc:800
msgctxt "STR_FILTER_XLS"
msgid "Microsoft Excel (*.xls;*.xlsx)"
msgstr "Microsoft Excel (*.xls;*.xlsx)"
-#: strings.hrc:799
+#: sw/inc/strings.hrc:801
msgctxt "STR_FILTER_DOC"
msgid "Microsoft Word (*.doc;*.docx)"
msgstr "Microsoft Word (*.doc;*.docx)"
-#: strings.hrc:800
+#: sw/inc/strings.hrc:802
msgctxt "STR_FILTER_TXT"
msgid "Plain text (*.txt)"
msgstr "Атеқст мариа (*.txt)"
-#: strings.hrc:801
+#: sw/inc/strings.hrc:803
msgctxt "STR_FILTER_CSV"
msgid "Text Comma Separated (*.csv)"
msgstr ""
-#: strings.hrc:802
+#: sw/inc/strings.hrc:804
msgctxt "STR_FILTER_MDB"
msgid "Microsoft Access (*.mdb;*.mde)"
msgstr "Microsoft Access (*.mdb,*.mde)"
-#: strings.hrc:803
+#: sw/inc/strings.hrc:805
msgctxt "STR_FILTER_ACCDB"
msgid "Microsoft Access 2007 (*.accdb,*.accde)"
msgstr "Microsoft Access 2007 (*.accdb,*.accde)"
-#: strings.hrc:804
+#: sw/inc/strings.hrc:806
msgctxt "ST_CONFIGUREMAIL"
msgid ""
"In order to be able to send mail merge documents by e-mail, %PRODUCTNAME requires information about the e-mail account to be used.\n"
@@ -4233,82 +4243,82 @@ msgid ""
"Do you want to enter e-mail account information now?"
msgstr ""
-#: strings.hrc:805
+#: sw/inc/strings.hrc:807
msgctxt "ST_FILTERNAME"
msgid "%PRODUCTNAME Address List (.csv)"
msgstr ""
-#: strings.hrc:807
+#: sw/inc/strings.hrc:809
msgctxt "ST_STARTING"
msgid "Select starting document"
msgstr "Ахалагаратә документ алхра"
-#: strings.hrc:808
+#: sw/inc/strings.hrc:810
msgctxt "ST_DOCUMENTTYPE"
msgid "Select document type"
msgstr "Адокумент атип алхра"
-#: strings.hrc:809
+#: sw/inc/strings.hrc:811
msgctxt "ST_ADDRESSBLOCK"
msgid "Insert address block"
msgstr ""
-#: strings.hrc:810
+#: sw/inc/strings.hrc:812
msgctxt "ST_ADDRESSLIST"
msgid "Select address list"
msgstr ""
-#: strings.hrc:811
+#: sw/inc/strings.hrc:813
msgctxt "ST_GREETINGSLINE"
msgid "Create salutation"
msgstr ""
-#: strings.hrc:812
+#: sw/inc/strings.hrc:814
msgctxt "ST_LAYOUT"
msgid "Adjust layout"
msgstr ""
-#: strings.hrc:813
+#: sw/inc/strings.hrc:815
msgctxt "ST_EXCLUDE"
msgid "Exclude recipient"
msgstr ""
-#: strings.hrc:814
+#: sw/inc/strings.hrc:816
msgctxt "ST_FINISH"
msgid "~Finish"
msgstr "~Ихиоуп"
-#: strings.hrc:815
+#: sw/inc/strings.hrc:817
msgctxt "ST_MMWTITLE"
msgid "Mail Merge Wizard"
msgstr ""
-#: strings.hrc:817
+#: sw/inc/strings.hrc:819
msgctxt "ST_NAME"
msgid "Name"
msgstr "Ахьӡ"
-#: strings.hrc:818
+#: sw/inc/strings.hrc:820
msgctxt "ST_TYPE"
msgid "Type"
msgstr "Атип"
-#: strings.hrc:819
+#: sw/inc/strings.hrc:821
msgctxt "ST_TABLE"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:820
+#: sw/inc/strings.hrc:822
msgctxt "ST_QUERY"
msgid "Query"
msgstr "Азыҳәара"
-#: strings.hrc:822
+#: sw/inc/strings.hrc:824
msgctxt "STR_QUERY_SPELL_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr ""
-#: strings.hrc:823
+#: sw/inc/strings.hrc:825
msgctxt "STR_SPELLING_COMPLETED"
msgid "The spellcheck is complete."
msgstr "Аорфографиа агәаҭара хыркәшоуп."
@@ -4317,212 +4327,212 @@ msgstr "Аорфографиа агәаҭара хыркәшоуп."
#. Description: strings for the types
#. --------------------------------------------------------------------
#. range document
-#: strings.hrc:829
+#: sw/inc/strings.hrc:831
msgctxt "STR_DATEFLD"
msgid "Date"
msgstr "Арыцхә"
-#: strings.hrc:830
+#: sw/inc/strings.hrc:832
msgctxt "STR_TIMEFLD"
msgid "Time"
msgstr "Аамҭа"
-#: strings.hrc:831
+#: sw/inc/strings.hrc:833
msgctxt "STR_FILENAMEFLD"
msgid "File name"
msgstr "Афаил ахьӡ"
-#: strings.hrc:832
+#: sw/inc/strings.hrc:834
msgctxt "STR_DBNAMEFLD"
msgid "Database Name"
msgstr "Адырқәа рбаза ахьӡ"
-#: strings.hrc:833
+#: sw/inc/strings.hrc:835
msgctxt "STR_CHAPTERFLD"
msgid "Chapter"
msgstr "Ахы"
-#: strings.hrc:834
+#: sw/inc/strings.hrc:836
msgctxt "STR_PAGENUMBERFLD"
msgid "Page numbers"
msgstr "Адаҟьа аномер"
-#: strings.hrc:835
+#: sw/inc/strings.hrc:837
msgctxt "STR_DOCSTATFLD"
msgid "Statistics"
msgstr "Астатистика"
-#: strings.hrc:836
+#: sw/inc/strings.hrc:838
msgctxt "STR_AUTHORFLD"
msgid "Author"
msgstr "Автор"
-#: strings.hrc:837
+#: sw/inc/strings.hrc:839
msgctxt "STR_TEMPLNAMEFLD"
msgid "Templates"
msgstr "Ашаблонқәа"
-#: strings.hrc:838
+#: sw/inc/strings.hrc:840
msgctxt "STR_EXTUSERFLD"
msgid "Sender"
msgstr "Адәықәҵаҩ"
#. range functions
-#: strings.hrc:840
+#: sw/inc/strings.hrc:842
msgctxt "STR_SETFLD"
msgid "Set variable"
msgstr "Иаҧҵатәуп аҽеиҭак"
-#: strings.hrc:841
+#: sw/inc/strings.hrc:843
msgctxt "STR_GETFLD"
msgid "Show variable"
msgstr "Иаарҧштәуп аҽеиҭак"
-#: strings.hrc:842
+#: sw/inc/strings.hrc:844
msgctxt "STR_FORMELFLD"
msgid "Insert Formula"
msgstr "Ибжьаргылатәуп аформула"
-#: strings.hrc:843
+#: sw/inc/strings.hrc:845
msgctxt "STR_INPUTFLD"
msgid "Input field"
msgstr ""
-#: strings.hrc:844
+#: sw/inc/strings.hrc:846
msgctxt "STR_SETINPUTFLD"
msgid "Input field (variable)"
msgstr ""
-#: strings.hrc:845
+#: sw/inc/strings.hrc:847
msgctxt "STR_USRINPUTFLD"
msgid "Input field (user)"
msgstr ""
-#: strings.hrc:846
+#: sw/inc/strings.hrc:848
msgctxt "STR_CONDTXTFLD"
msgid "Conditional text"
msgstr ""
-#: strings.hrc:847
+#: sw/inc/strings.hrc:849
msgctxt "STR_DDEFLD"
msgid "DDE field"
msgstr ""
-#: strings.hrc:848
+#: sw/inc/strings.hrc:850
msgctxt "STR_MACROFLD"
msgid "Execute macro"
msgstr "Инагӡатәуп амакрос"
-#: strings.hrc:849
+#: sw/inc/strings.hrc:851
msgctxt "STR_SEQFLD"
msgid "Number range"
msgstr "Аномерркра адиапазон"
-#: strings.hrc:850
+#: sw/inc/strings.hrc:852
msgctxt "STR_SETREFPAGEFLD"
msgid "Set page variable"
msgstr ""
-#: strings.hrc:851
+#: sw/inc/strings.hrc:853
msgctxt "STR_GETREFPAGEFLD"
msgid "Show page variable"
msgstr ""
-#: strings.hrc:852
+#: sw/inc/strings.hrc:854
msgctxt "STR_INTERNETFLD"
msgid "Load URL"
msgstr ""
-#: strings.hrc:853
+#: sw/inc/strings.hrc:855
msgctxt "STR_JUMPEDITFLD"
msgid "Placeholder"
msgstr ""
-#: strings.hrc:854
+#: sw/inc/strings.hrc:856
msgctxt "STR_COMBINED_CHARS"
msgid "Combine characters"
msgstr "Еидҵатәуп асимволқәа"
-#: strings.hrc:855
+#: sw/inc/strings.hrc:857
msgctxt "STR_DROPDOWN"
msgid "Input list"
msgstr "Ахьӡынҵа"
#. range references
-#: strings.hrc:857
+#: sw/inc/strings.hrc:859
msgctxt "STR_SETREFFLD"
msgid "Set Reference"
msgstr "Иқәыргылатәуп азхьарҧш"
-#: strings.hrc:858
+#: sw/inc/strings.hrc:860
msgctxt "STR_GETREFFLD"
msgid "Insert Reference"
msgstr ""
#. range database
-#: strings.hrc:860
+#: sw/inc/strings.hrc:862
msgctxt "STR_DBFLD"
msgid "Mail merge fields"
msgstr ""
-#: strings.hrc:861
+#: sw/inc/strings.hrc:863
msgctxt "STR_DBNEXTSETFLD"
msgid "Next record"
msgstr "Анаҩстәи анҵамҭа"
-#: strings.hrc:862
+#: sw/inc/strings.hrc:864
msgctxt "STR_DBNUMSETFLD"
msgid "Any record"
msgstr ""
-#: strings.hrc:863
+#: sw/inc/strings.hrc:865
msgctxt "STR_DBSETNUMBERFLD"
msgid "Record number"
msgstr "Анҵамҭа аномер"
-#: strings.hrc:864
+#: sw/inc/strings.hrc:866
msgctxt "STR_PREVPAGEFLD"
msgid "Previous page"
msgstr "Аҧхьатәи адаҟьа"
-#: strings.hrc:865
+#: sw/inc/strings.hrc:867
msgctxt "STR_NEXTPAGEFLD"
msgid "Next page"
msgstr "Анаҩстәи адаҟьа"
-#: strings.hrc:866
+#: sw/inc/strings.hrc:868
msgctxt "STR_HIDDENTXTFLD"
msgid "Hidden text"
msgstr "Иҵәаху атеқст"
#. range user fields
-#: strings.hrc:868
+#: sw/inc/strings.hrc:870
msgctxt "STR_USERFLD"
msgid "User Field"
msgstr ""
-#: strings.hrc:869
+#: sw/inc/strings.hrc:871
msgctxt "STR_POSTITFLD"
msgid "Note"
msgstr "Азгәаҭа"
-#: strings.hrc:870
+#: sw/inc/strings.hrc:872
msgctxt "STR_SCRIPTFLD"
msgid "Script"
msgstr "Асценари"
-#: strings.hrc:871
+#: sw/inc/strings.hrc:873
msgctxt "STR_AUTHORITY"
msgid "Bibliography entry"
msgstr "Абиблиографиатә зхьарҧш"
-#: strings.hrc:872
+#: sw/inc/strings.hrc:874
msgctxt "STR_HIDDENPARAFLD"
msgid "Hidden Paragraph"
msgstr "Иҵәаху абзац"
#. range DocumentInfo
-#: strings.hrc:874
+#: sw/inc/strings.hrc:876
msgctxt "STR_DOCINFOFLD"
msgid "DocInformation"
msgstr "Адокумент иазкны"
@@ -4530,74 +4540,74 @@ msgstr "Адокумент иазкны"
#. --------------------------------------------------------------------
#. Description: SubCmd-Strings
#. --------------------------------------------------------------------
-#: strings.hrc:878
+#: sw/inc/strings.hrc:880
msgctxt "FLD_DATE_STD"
msgid "Date"
msgstr "Арыцхә"
-#: strings.hrc:879
+#: sw/inc/strings.hrc:881
msgctxt "FLD_DATE_FIX"
msgid "Date (fixed)"
-msgstr ""
+msgstr "Арыцхә (аҧсахра зымуа)"
-#: strings.hrc:880
+#: sw/inc/strings.hrc:882
msgctxt "FLD_TIME_STD"
msgid "Time"
msgstr "Аамҭа"
-#: strings.hrc:881
+#: sw/inc/strings.hrc:883
msgctxt "FLD_TIME_FIX"
msgid "Time (fixed)"
msgstr ""
#. SubCmd Statistic
-#: strings.hrc:883
+#: sw/inc/strings.hrc:885
msgctxt "FLD_STAT_TABLE"
msgid "Tables"
msgstr "Атаблицақәа"
-#: strings.hrc:884
+#: sw/inc/strings.hrc:886
msgctxt "FLD_STAT_CHAR"
msgid "Characters"
msgstr "Асимволқәа"
-#: strings.hrc:885
+#: sw/inc/strings.hrc:887
msgctxt "FLD_STAT_WORD"
msgid "Words"
msgstr "Ажәақәа"
-#: strings.hrc:886
+#: sw/inc/strings.hrc:888
msgctxt "FLD_STAT_PARA"
msgid "Paragraphs"
msgstr "Абзацқәа"
-#: strings.hrc:887
+#: sw/inc/strings.hrc:889
msgctxt "FLD_STAT_GRF"
msgid "Image"
msgstr "Асахьа"
-#: strings.hrc:888
+#: sw/inc/strings.hrc:890
msgctxt "FLD_STAT_OBJ"
msgid "Objects"
msgstr "Аобиеқтқәа"
-#: strings.hrc:889
+#: sw/inc/strings.hrc:891
msgctxt "FLD_STAT_PAGE"
msgid "Pages"
msgstr "Адаҟьақәа"
#. SubCmd DDETypes
-#: strings.hrc:891
+#: sw/inc/strings.hrc:893
msgctxt "FMT_DDE_HOT"
msgid "DDE automatic"
msgstr "DDE автоматикала"
-#: strings.hrc:892
+#: sw/inc/strings.hrc:894
msgctxt "FMT_DDE_NORMAL"
msgid "DDE manual"
msgstr "DDE напыла"
-#: strings.hrc:893
+#: sw/inc/strings.hrc:895
msgctxt "FLD_INPUT_TEXT"
msgid "[Text]"
msgstr "[Атеқст]"
@@ -4605,88 +4615,88 @@ msgstr "[Атеқст]"
#. --------------------------------------------------------------------
#. Description: SubType Extuser
#. --------------------------------------------------------------------
-#: strings.hrc:898
+#: sw/inc/strings.hrc:900
msgctxt "FLD_EU_FIRMA"
msgid "Company"
msgstr "Аиҿкаара"
-#: strings.hrc:899
+#: sw/inc/strings.hrc:901
msgctxt "FLD_EU_VORNAME"
msgid "First Name"
msgstr "Ахьӡ"
-#: strings.hrc:900
+#: sw/inc/strings.hrc:902
msgctxt "FLD_EU_NAME"
msgid "Last Name"
msgstr "Ажәла"
-#: strings.hrc:901
+#: sw/inc/strings.hrc:903
msgctxt "FLD_EU_ABK"
msgid "Initials"
msgstr "Аинициалқәа"
-#: strings.hrc:902
+#: sw/inc/strings.hrc:904
msgctxt "FLD_EU_STRASSE"
msgid "Street"
msgstr "Амҩа ахьӡ"
-#: strings.hrc:903
+#: sw/inc/strings.hrc:905
msgctxt "FLD_EU_LAND"
msgid "Country"
msgstr "Атәыла"
-#: strings.hrc:904
+#: sw/inc/strings.hrc:906
msgctxt "FLD_EU_PLZ"
msgid "Zip code"
msgstr ""
-#: strings.hrc:905
+#: sw/inc/strings.hrc:907
msgctxt "FLD_EU_ORT"
msgid "City"
msgstr "Ақалақь"
-#: strings.hrc:906
+#: sw/inc/strings.hrc:908
#, fuzzy
msgctxt "FLD_EU_TITEL"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:907
+#: sw/inc/strings.hrc:909
msgctxt "FLD_EU_POS"
msgid "Position"
msgstr "Аҭыҧ"
-#: strings.hrc:908
+#: sw/inc/strings.hrc:910
msgctxt "FLD_EU_TELPRIV"
msgid "Tel. (Home)"
msgstr "Аҭел (аҩн.)"
-#: strings.hrc:909
+#: sw/inc/strings.hrc:911
msgctxt "FLD_EU_TELFIRMA"
msgid "Tel. (Work)"
msgstr "Аҭел (аус.)"
-#: strings.hrc:910
+#: sw/inc/strings.hrc:912
msgctxt "FLD_EU_FAX"
msgid "FAX"
msgstr "Афакс"
-#: strings.hrc:911
+#: sw/inc/strings.hrc:913
msgctxt "FLD_EU_EMAIL"
msgid "E-mail"
msgstr "E-mail"
-#: strings.hrc:912
+#: sw/inc/strings.hrc:914
msgctxt "FLD_EU_STATE"
msgid "State"
msgstr ""
-#: strings.hrc:913
+#: sw/inc/strings.hrc:915
msgctxt "FLD_PAGEREF_OFF"
msgid "off"
msgstr "иаҿых."
-#: strings.hrc:914
+#: sw/inc/strings.hrc:916
msgctxt "FLD_PAGEREF_ON"
msgid "on"
msgstr "иаҿак."
@@ -4695,32 +4705,32 @@ msgstr "иаҿак."
#. Description: path name
#. --------------------------------------------------------------------
#. Format FileName
-#: strings.hrc:919
+#: sw/inc/strings.hrc:921
msgctxt "FMT_FF_NAME"
msgid "File name"
msgstr "Афаил ахьӡ"
-#: strings.hrc:920
+#: sw/inc/strings.hrc:922
msgctxt "FMT_FF_NAME_NOEXT"
msgid "File name without extension"
msgstr ""
-#: strings.hrc:921
+#: sw/inc/strings.hrc:923
msgctxt "FMT_FF_PATHNAME"
msgid "Path/File name"
msgstr "Амҩа/Афаил ахьӡ"
-#: strings.hrc:922
+#: sw/inc/strings.hrc:924
msgctxt "FMT_FF_PATH"
msgid "Path"
msgstr "Амҩа"
-#: strings.hrc:923
+#: sw/inc/strings.hrc:925
msgctxt "FMT_FF_UI_NAME"
msgid "Style"
msgstr "Астиль"
-#: strings.hrc:924
+#: sw/inc/strings.hrc:926
msgctxt "FMT_FF_UI_RANGE"
msgid "Category"
msgstr "Акатегориа"
@@ -4728,22 +4738,22 @@ msgstr "Акатегориа"
#. --------------------------------------------------------------------
#. Description: format chapter
#. --------------------------------------------------------------------
-#: strings.hrc:928
+#: sw/inc/strings.hrc:930
msgctxt "FMT_CHAPTER_NAME"
msgid "Chapter name"
msgstr ""
-#: strings.hrc:929
+#: sw/inc/strings.hrc:931
msgctxt "FMT_CHAPTER_NO"
msgid "Chapter number"
msgstr ""
-#: strings.hrc:930
+#: sw/inc/strings.hrc:932
msgctxt "FMT_CHAPTER_NO_NOSEPARATOR"
msgid "Chapter number without separator"
msgstr ""
-#: strings.hrc:931
+#: sw/inc/strings.hrc:933
msgctxt "FMT_CHAPTER_NAMENO"
msgid "Chapter number and name"
msgstr ""
@@ -4751,47 +4761,47 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: formats
#. --------------------------------------------------------------------
-#: strings.hrc:935
+#: sw/inc/strings.hrc:937
msgctxt "FMT_NUM_ABC"
msgid "A B C"
msgstr "A B C"
-#: strings.hrc:936
+#: sw/inc/strings.hrc:938
msgctxt "FMT_NUM_SABC"
msgid "a b c"
msgstr "a b c"
-#: strings.hrc:937
+#: sw/inc/strings.hrc:939
msgctxt "FMT_NUM_ABC_N"
msgid "A .. AA .. AAA"
msgstr "A .. AA .. AAA"
-#: strings.hrc:938
+#: sw/inc/strings.hrc:940
msgctxt "FMT_NUM_SABC_N"
msgid "a .. aa .. aaa"
msgstr "a .. aa .. aaa"
-#: strings.hrc:939
+#: sw/inc/strings.hrc:941
msgctxt "FMT_NUM_ROMAN"
msgid "Roman (I II III)"
msgstr "Аримтә (I II III)"
-#: strings.hrc:940
+#: sw/inc/strings.hrc:942
msgctxt "FMT_NUM_SROMAN"
msgid "Roman (i ii iii)"
msgstr "Аримтә (i ii iii)"
-#: strings.hrc:941
+#: sw/inc/strings.hrc:943
msgctxt "FMT_NUM_ARABIC"
msgid "Arabic (1 2 3)"
msgstr "Арабтә (1 2 3)"
-#: strings.hrc:942
+#: sw/inc/strings.hrc:944
msgctxt "FMT_NUM_PAGEDESC"
msgid "As Page Style"
msgstr "Адаҟьа астиль ала"
-#: strings.hrc:943
+#: sw/inc/strings.hrc:945
msgctxt "FMT_NUM_PAGESPECIAL"
msgid "Text"
msgstr "Атеқст"
@@ -4799,12 +4809,12 @@ msgstr "Атеқст"
#. --------------------------------------------------------------------
#. Description: Author
#. --------------------------------------------------------------------
-#: strings.hrc:947
+#: sw/inc/strings.hrc:949
msgctxt "FMT_AUTHOR_NAME"
msgid "Name"
msgstr "Ахьӡ"
-#: strings.hrc:948
+#: sw/inc/strings.hrc:950
msgctxt "FMT_AUTHOR_SCUT"
msgid "Initials"
msgstr "Аинициалқәа"
@@ -4812,42 +4822,42 @@ msgstr "Аинициалқәа"
#. --------------------------------------------------------------------
#. Description: set variable
#. --------------------------------------------------------------------
-#: strings.hrc:952
+#: sw/inc/strings.hrc:954
msgctxt "FMT_SETVAR_SYS"
msgid "System"
msgstr "Асистема"
-#: strings.hrc:953
+#: sw/inc/strings.hrc:955
msgctxt "FMT_SETVAR_TEXT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:954
+#: sw/inc/strings.hrc:956
msgctxt "FMT_GETVAR_NAME"
msgid "Name"
msgstr "Ахьӡ"
-#: strings.hrc:955
+#: sw/inc/strings.hrc:957
msgctxt "FMT_GETVAR_TEXT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:956
+#: sw/inc/strings.hrc:958
msgctxt "FMT_USERVAR_CMD"
msgid "Formula"
msgstr "Аформула"
-#: strings.hrc:957
+#: sw/inc/strings.hrc:959
msgctxt "FMT_USERVAR_TEXT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:958
+#: sw/inc/strings.hrc:960
msgctxt "FMT_DBFLD_DB"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: strings.hrc:959
+#: sw/inc/strings.hrc:961
msgctxt "FMT_DBFLD_SYS"
msgid "System"
msgstr "Асистема"
@@ -4855,17 +4865,17 @@ msgstr "Асистема"
#. --------------------------------------------------------------------
#. Description: storage fields
#. --------------------------------------------------------------------
-#: strings.hrc:963
+#: sw/inc/strings.hrc:965
msgctxt "FMT_REG_AUTHOR"
msgid "Author"
msgstr "Автор"
-#: strings.hrc:964
+#: sw/inc/strings.hrc:966
msgctxt "FMT_REG_TIME"
msgid "Time"
msgstr "Аамҭа"
-#: strings.hrc:965
+#: sw/inc/strings.hrc:967
msgctxt "FMT_REG_DATE"
msgid "Date"
msgstr "Арыцхә"
@@ -4873,85 +4883,95 @@ msgstr "Арыцхә"
#. --------------------------------------------------------------------
#. Description: formats references
#. --------------------------------------------------------------------
-#: strings.hrc:969
+#: sw/inc/strings.hrc:971
msgctxt "FMT_REF_TEXT"
msgid "Reference"
msgstr "Азхьарҧш атеқст"
-#: strings.hrc:970
+#: sw/inc/strings.hrc:972
msgctxt "FMT_REF_PAGE"
msgid "Page"
msgstr "Адаҟьа"
-#: strings.hrc:971
+#: sw/inc/strings.hrc:973
msgctxt "FMT_REF_CHAPTER"
msgid "Chapter"
msgstr "Ахы"
-#: strings.hrc:972
+#: sw/inc/strings.hrc:974
msgctxt "FMT_REF_UPDOWN"
msgid "Above/Below"
msgstr "Хыхьла/Ҵаҟала"
-#: strings.hrc:973
+#: sw/inc/strings.hrc:975
msgctxt "FMT_REF_PAGE_PGDSC"
msgid "As Page Style"
msgstr "Адаҟьа астиль еиҧш"
-#: strings.hrc:974
+#: sw/inc/strings.hrc:976
msgctxt "FMT_REF_ONLYNUMBER"
msgid "Category and Number"
msgstr "Акатегориеи аномери"
-#: strings.hrc:975
+#: sw/inc/strings.hrc:977
msgctxt "FMT_REF_ONLYCAPTION"
msgid "Caption Text"
msgstr "Ахьӡ атеқст"
-#: strings.hrc:976
+#: sw/inc/strings.hrc:978
msgctxt "FMT_REF_ONLYSEQNO"
msgid "Numbering"
msgstr "Аномерркра"
-#: strings.hrc:977
+#: sw/inc/strings.hrc:979
msgctxt "FMT_REF_NUMBER"
msgid "Number"
msgstr "Аномер"
-#: strings.hrc:978
+#: sw/inc/strings.hrc:980
msgctxt "FMT_REF_NUMBER_NO_CONTEXT"
msgid "Number (no context)"
msgstr "Аномер (контексда)"
-#: strings.hrc:979
+#: sw/inc/strings.hrc:981
msgctxt "FMT_REF_NUMBER_FULL_CONTEXT"
msgid "Number (full context)"
msgstr "Аномер (ихарҭәаау аконтекст)"
+#: sw/inc/strings.hrc:983
+msgctxt "FMT_REF_WITH_LOWERCASE_HU_ARTICLE"
+msgid "Article a/az + "
+msgstr ""
+
+#: sw/inc/strings.hrc:984
+msgctxt "FMT_REF_WITH_UPPERCASE_HU_ARTICLE"
+msgid "Article A/Az + "
+msgstr ""
+
#. --------------------------------------------------------------------
#. Description: placeholder
#. --------------------------------------------------------------------
-#: strings.hrc:983
+#: sw/inc/strings.hrc:988
msgctxt "FMT_MARK_TEXT"
msgid "Text"
msgstr "Атеқст"
-#: strings.hrc:984
+#: sw/inc/strings.hrc:989
msgctxt "FMT_MARK_TABLE"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:985
+#: sw/inc/strings.hrc:990
msgctxt "FMT_MARK_FRAME"
msgid "Frame"
msgstr "Афреим"
-#: strings.hrc:986
+#: sw/inc/strings.hrc:991
msgctxt "FMT_MARK_GRAFIC"
msgid "Image"
msgstr "Асахьа"
-#: strings.hrc:987
+#: sw/inc/strings.hrc:992
msgctxt "FMT_MARK_OLE"
msgid "Object"
msgstr "Аобиеқт"
@@ -4959,1293 +4979,1239 @@ msgstr "Аобиеқт"
#. --------------------------------------------------------------------
#. Description: ExchangeStrings for Edit/NameFT
#. --------------------------------------------------------------------
-#: strings.hrc:991
+#: sw/inc/strings.hrc:996
msgctxt "STR_COND"
msgid "~Condition"
msgstr "Аҭагылазаашьа"
-#: strings.hrc:992
+#: sw/inc/strings.hrc:997
msgctxt "STR_TEXT"
msgid "Then, Else"
msgstr "Анаҩс, Акәымзар"
-#: strings.hrc:993
+#: sw/inc/strings.hrc:998
msgctxt "STR_DDE_CMD"
msgid "DDE Statement"
msgstr ""
-#: strings.hrc:994
+#: sw/inc/strings.hrc:999
msgctxt "STR_INSTEXT"
msgid "Hidden t~ext"
msgstr "Иҵәахтәуп атеқст"
-#: strings.hrc:995
+#: sw/inc/strings.hrc:1000
msgctxt "STR_MACNAME"
msgid "~Macro name"
msgstr "Амакрос ахьӡ"
-#: strings.hrc:996
+#: sw/inc/strings.hrc:1001
msgctxt "STR_PROMPT"
msgid "~Reference"
msgstr "Аҵаҳәара"
-#: strings.hrc:997
+#: sw/inc/strings.hrc:1002
msgctxt "STR_COMBCHRS_FT"
msgid "Ch~aracters"
msgstr "Асимволқәа"
-#: strings.hrc:998
+#: sw/inc/strings.hrc:1003
msgctxt "STR_OFFSET"
msgid "O~ffset"
msgstr ""
-#: strings.hrc:999
+#: sw/inc/strings.hrc:1004
msgctxt "STR_VALUE"
msgid "Value"
msgstr "Аҵакы"
-#: strings.hrc:1000
+#: sw/inc/strings.hrc:1005
msgctxt "STR_FORMULA"
msgid "Formula"
msgstr "Аформула"
-#: strings.hrc:1001
+#: sw/inc/strings.hrc:1006
#, fuzzy
msgctxt "STR_CUSTOM_FIELD"
msgid "Custom"
msgstr "Даҽакы:"
-#: strings.hrc:1003
+#: sw/inc/strings.hrc:1008
msgctxt "STR_CUSTOM_LABEL"
msgid "[User]"
msgstr ""
-#: strings.hrc:1005
+#: sw/inc/strings.hrc:1010
msgctxt "STR_HDIST"
msgid "H. Pitch"
msgstr ""
-#: strings.hrc:1006
+#: sw/inc/strings.hrc:1011
msgctxt "STR_VDIST"
msgid "V. Pitch"
msgstr ""
-#: strings.hrc:1007
+#: sw/inc/strings.hrc:1012
msgctxt "STR_WIDTH"
msgid "Width"
msgstr "Аҭбаара"
-#: strings.hrc:1008
+#: sw/inc/strings.hrc:1013
msgctxt "STR_HEIGHT"
msgid "Height"
msgstr "Аҳаракыра"
-#: strings.hrc:1009
+#: sw/inc/strings.hrc:1014
msgctxt "STR_LEFT"
msgid "Left margin"
msgstr ""
-#: strings.hrc:1010
+#: sw/inc/strings.hrc:1015
msgctxt "STR_UPPER"
msgid "Top margin"
msgstr ""
-#: strings.hrc:1011
+#: sw/inc/strings.hrc:1016
msgctxt "STR_COLS"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: strings.hrc:1012
+#: sw/inc/strings.hrc:1017
msgctxt "STR_ROWS"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: strings.hrc:1014
+#: sw/inc/strings.hrc:1019
msgctxt "STR_SERVICE_UNAVAILABLE"
msgid "The following service is not available: "
msgstr ""
-#: strings.hrc:1016
+#: sw/inc/strings.hrc:1021
msgctxt "STR_WORDCOUNT_HINT"
msgid "Word and character count. Click to open Word Count dialog."
msgstr ""
-#: strings.hrc:1017
+#: sw/inc/strings.hrc:1022
msgctxt "STR_VIEWLAYOUT_ONE"
msgid "Single-page view"
msgstr ""
-#: strings.hrc:1018
+#: sw/inc/strings.hrc:1023
msgctxt "STR_VIEWLAYOUT_MULTI"
msgid "Multiple-page view"
msgstr ""
-#: strings.hrc:1019
+#: sw/inc/strings.hrc:1024
msgctxt "STR_VIEWLAYOUT_BOOK"
msgid "Book view"
msgstr ""
-#: strings.hrc:1020
+#: sw/inc/strings.hrc:1025
msgctxt "STR_BOOKCTRL_HINT"
-msgid "Page number in document. Click to open Navigator window or right-click for bookmark list."
+msgid "Page number in document. Click to open Go to Page dialog or right-click for bookmark list."
msgstr ""
-#: strings.hrc:1021
+#: sw/inc/strings.hrc:1026
msgctxt "STR_BOOKCTRL_HINT_EXTENDED"
-msgid "Page number in document (Page number on printed document). Click to open Navigator window."
+msgid "Page number in document (Page number on printed document). Click to open Go to Page dialog."
msgstr ""
-#: strings.hrc:1022
+#: sw/inc/strings.hrc:1027
msgctxt "STR_TMPLCTRL_HINT"
msgid "Page Style. Right-click to change style or click to open Style dialog."
msgstr ""
#. Strings for textual attributes.
-#: strings.hrc:1025
+#: sw/inc/strings.hrc:1030
msgctxt "STR_DROP_OVER"
msgid "Drop Caps over"
msgstr ""
-#: strings.hrc:1026
+#: sw/inc/strings.hrc:1031
msgctxt "STR_DROP_LINES"
msgid "rows"
msgstr "ацәаҳәақәа"
-#: strings.hrc:1027
+#: sw/inc/strings.hrc:1032
msgctxt "STR_NO_DROP_LINES"
msgid "No Drop Caps"
msgstr ""
-#: strings.hrc:1028
+#: sw/inc/strings.hrc:1033
msgctxt "STR_NO_PAGEDESC"
msgid "No page break"
msgstr "Адаҟьақәа реимҟьарада"
-#: strings.hrc:1029
+#: sw/inc/strings.hrc:1034
msgctxt "STR_NO_MIRROR"
msgid "Don't mirror"
msgstr ""
-#: strings.hrc:1030
+#: sw/inc/strings.hrc:1035
msgctxt "STR_VERT_MIRROR"
msgid "Flip vertically"
msgstr "Ианырҧштәуп вертикалла"
-#: strings.hrc:1031
+#: sw/inc/strings.hrc:1036
msgctxt "STR_HORI_MIRROR"
msgid "Flip horizontal"
msgstr "Ианырҧштәуп горизонталла"
-#: strings.hrc:1032
+#: sw/inc/strings.hrc:1037
msgctxt "STR_BOTH_MIRROR"
msgid "Horizontal and Vertical Flip"
msgstr ""
-#: strings.hrc:1033
+#: sw/inc/strings.hrc:1038
msgctxt "STR_MIRROR_TOGGLE"
msgid "+ mirror horizontal on even pages"
msgstr ""
-#: strings.hrc:1034
+#: sw/inc/strings.hrc:1039
msgctxt "STR_CHARFMT"
msgid "Character Style"
msgstr "Асимволқәа рстиль"
-#: strings.hrc:1035
+#: sw/inc/strings.hrc:1040
msgctxt "STR_NO_CHARFMT"
msgid "No Character Style"
msgstr "Асимволқәа рстиль ада"
-#: strings.hrc:1036
+#: sw/inc/strings.hrc:1041
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr ""
-#: strings.hrc:1037
+#: sw/inc/strings.hrc:1042
msgctxt "STR_NO_FOOTER"
msgid "No footer"
msgstr ""
-#: strings.hrc:1038
+#: sw/inc/strings.hrc:1043
msgctxt "STR_HEADER"
msgid "Header"
msgstr ""
-#: strings.hrc:1039
+#: sw/inc/strings.hrc:1044
msgctxt "STR_NO_HEADER"
msgid "No header"
msgstr ""
-#: strings.hrc:1040
+#: sw/inc/strings.hrc:1045
msgctxt "STR_SURROUND_IDEAL"
msgid "Optimal wrap"
msgstr ""
-#: strings.hrc:1041
+#: sw/inc/strings.hrc:1046
msgctxt "STR_SURROUND_NONE"
msgid "No wrap"
msgstr ""
-#: strings.hrc:1042
+#: sw/inc/strings.hrc:1047
msgctxt "STR_SURROUND_THROUGH"
msgid "Through"
msgstr ""
-#: strings.hrc:1043
+#: sw/inc/strings.hrc:1048
msgctxt "STR_SURROUND_PARALLEL"
msgid "Parallel wrap"
msgstr ""
-#: strings.hrc:1044
+#: sw/inc/strings.hrc:1049
msgctxt "STR_SURROUND_LEFT"
msgid "Left wrap"
msgstr ""
-#: strings.hrc:1045
+#: sw/inc/strings.hrc:1050
msgctxt "STR_SURROUND_RIGHT"
msgid "Right wrap"
msgstr ""
-#: strings.hrc:1046
+#: sw/inc/strings.hrc:1051
msgctxt "STR_SURROUND_ANCHORONLY"
msgid "(Anchor only)"
msgstr ""
-#: strings.hrc:1047
+#: sw/inc/strings.hrc:1052
msgctxt "STR_FRM_WIDTH"
msgid "Width:"
msgstr "Аҭбаара:"
-#: strings.hrc:1048
+#: sw/inc/strings.hrc:1053
msgctxt "STR_FRM_FIXEDHEIGHT"
msgid "Fixed height:"
msgstr ""
-#: strings.hrc:1049
+#: sw/inc/strings.hrc:1054
msgctxt "STR_FRM_MINHEIGHT"
msgid "Min. height:"
msgstr ""
-#: strings.hrc:1050
+#: sw/inc/strings.hrc:1055
msgctxt "STR_FLY_AT_PARA"
msgid "to paragraph"
msgstr "абзац ахь"
-#: strings.hrc:1051
+#: sw/inc/strings.hrc:1056
msgctxt "STR_FLY_AS_CHAR"
msgid "to character"
msgstr "асимвол ахь"
-#: strings.hrc:1052
+#: sw/inc/strings.hrc:1057
msgctxt "STR_FLY_AT_PAGE"
msgid "to page"
msgstr "Адаҟьахь"
-#: strings.hrc:1053
+#: sw/inc/strings.hrc:1058
msgctxt "STR_POS_X"
msgid "X Coordinate:"
msgstr "Акоордината X:"
-#: strings.hrc:1054
+#: sw/inc/strings.hrc:1059
msgctxt "STR_POS_Y"
msgid "Y Coordinate:"
msgstr "Акоордината Y:"
-#: strings.hrc:1055
+#: sw/inc/strings.hrc:1060
msgctxt "STR_VERT_TOP"
msgid "at top"
msgstr "хыхьла"
-#: strings.hrc:1056
+#: sw/inc/strings.hrc:1061
msgctxt "STR_VERT_CENTER"
msgid "Centered vertically"
msgstr ""
-#: strings.hrc:1057
+#: sw/inc/strings.hrc:1062
msgctxt "STR_VERT_BOTTOM"
msgid "at bottom"
msgstr "ҵаҟала"
-#: strings.hrc:1058
+#: sw/inc/strings.hrc:1063
msgctxt "STR_LINE_TOP"
msgid "Top of line"
msgstr ""
-#: strings.hrc:1059
+#: sw/inc/strings.hrc:1064
msgctxt "STR_LINE_CENTER"
msgid "Line centered"
msgstr ""
-#: strings.hrc:1060
+#: sw/inc/strings.hrc:1065
msgctxt "STR_LINE_BOTTOM"
msgid "Bottom of line"
msgstr ""
-#: strings.hrc:1061
+#: sw/inc/strings.hrc:1066
msgctxt "STR_REGISTER_ON"
msgid "Register-true"
msgstr ""
-#: strings.hrc:1062
+#: sw/inc/strings.hrc:1067
msgctxt "STR_REGISTER_OFF"
msgid "Not register-true"
msgstr ""
-#: strings.hrc:1063
+#: sw/inc/strings.hrc:1068
msgctxt "STR_HORI_RIGHT"
msgid "at the right"
msgstr "арыӷьарахь"
-#: strings.hrc:1064
+#: sw/inc/strings.hrc:1069
msgctxt "STR_HORI_CENTER"
msgid "Centered horizontally"
msgstr ""
-#: strings.hrc:1065
+#: sw/inc/strings.hrc:1070
msgctxt "STR_HORI_LEFT"
msgid "at the left"
msgstr ""
-#: strings.hrc:1066
+#: sw/inc/strings.hrc:1071
msgctxt "STR_HORI_INSIDE"
msgid "inside"
msgstr "аҩныҵҟа"
-#: strings.hrc:1067
+#: sw/inc/strings.hrc:1072
msgctxt "STR_HORI_OUTSIDE"
msgid "outside"
msgstr "адәныҟа"
-#: strings.hrc:1068
+#: sw/inc/strings.hrc:1073
msgctxt "STR_HORI_FULL"
msgid "Full width"
msgstr ""
-#: strings.hrc:1069
+#: sw/inc/strings.hrc:1074
msgctxt "STR_COLUMNS"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: strings.hrc:1070
+#: sw/inc/strings.hrc:1075
msgctxt "STR_LINE_WIDTH"
msgid "Separator Width:"
msgstr ""
-#: strings.hrc:1071
+#: sw/inc/strings.hrc:1076
msgctxt "STR_MAX_FTN_HEIGHT"
msgid "Max. footnote area:"
msgstr ""
-#: strings.hrc:1072
+#: sw/inc/strings.hrc:1077
msgctxt "STR_EDIT_IN_READONLY"
msgid "Editable in read-only document"
msgstr ""
-#: strings.hrc:1073
+#: sw/inc/strings.hrc:1078
msgctxt "STR_LAYOUT_SPLIT"
msgid "Split"
msgstr ""
-#: strings.hrc:1074
+#: sw/inc/strings.hrc:1079
msgctxt "STR_NUMRULE_ON"
msgid "Numbering"
msgstr "Аномерркра"
-#: strings.hrc:1075
+#: sw/inc/strings.hrc:1080
msgctxt "STR_NUMRULE_OFF"
msgid "no numbering"
msgstr ""
-#: strings.hrc:1076
+#: sw/inc/strings.hrc:1081
msgctxt "STR_CONNECT1"
msgid "linked to "
msgstr ""
-#: strings.hrc:1077
+#: sw/inc/strings.hrc:1082
msgctxt "STR_CONNECT2"
msgid "and "
msgstr "и"
-#: strings.hrc:1078
+#: sw/inc/strings.hrc:1083
msgctxt "STR_LINECOUNT"
msgid "Count lines"
msgstr ""
-#: strings.hrc:1079
+#: sw/inc/strings.hrc:1084
msgctxt "STR_DONTLINECOUNT"
msgid "don't count lines"
msgstr ""
-#: strings.hrc:1080
+#: sw/inc/strings.hrc:1085
msgctxt "STR_LINCOUNT_START"
msgid "restart line count with: "
msgstr ""
-#: strings.hrc:1081
+#: sw/inc/strings.hrc:1086
msgctxt "STR_LUMINANCE"
msgid "Brightness: "
msgstr ""
-#: strings.hrc:1082
+#: sw/inc/strings.hrc:1087
msgctxt "STR_CHANNELR"
msgid "Red: "
msgstr ""
-#: strings.hrc:1083
+#: sw/inc/strings.hrc:1088
msgctxt "STR_CHANNELG"
msgid "Green: "
msgstr ""
-#: strings.hrc:1084
+#: sw/inc/strings.hrc:1089
msgctxt "STR_CHANNELB"
msgid "Blue: "
msgstr ""
-#: strings.hrc:1085
+#: sw/inc/strings.hrc:1090
msgctxt "STR_CONTRAST"
msgid "Contrast: "
msgstr ""
-#: strings.hrc:1086
+#: sw/inc/strings.hrc:1091
msgctxt "STR_GAMMA"
msgid "Gamma: "
msgstr ""
-#: strings.hrc:1087
+#: sw/inc/strings.hrc:1092
msgctxt "STR_TRANSPARENCY"
msgid "Transparency: "
msgstr ""
-#: strings.hrc:1088
+#: sw/inc/strings.hrc:1093
#, fuzzy
msgctxt "STR_INVERT"
msgid "Invert"
msgstr "Ибжьаргылатәуп"
-#: strings.hrc:1089
+#: sw/inc/strings.hrc:1094
msgctxt "STR_INVERT_NOT"
msgid "do not invert"
msgstr ""
-#: strings.hrc:1090
+#: sw/inc/strings.hrc:1095
msgctxt "STR_DRAWMODE"
msgid "Graphics mode: "
msgstr ""
-#: strings.hrc:1091
+#: sw/inc/strings.hrc:1096
msgctxt "STR_DRAWMODE_STD"
msgid "Standard"
msgstr "Истандарту"
-#: strings.hrc:1092
+#: sw/inc/strings.hrc:1097
msgctxt "STR_DRAWMODE_GREY"
msgid "Grayscales"
msgstr ""
-#: strings.hrc:1093
+#: sw/inc/strings.hrc:1098
msgctxt "STR_DRAWMODE_BLACKWHITE"
msgid "Black & White"
msgstr "Аиқәаҵәа-ашкәакәа"
-#: strings.hrc:1094
+#: sw/inc/strings.hrc:1099
msgctxt "STR_DRAWMODE_WATERMARK"
msgid "Watermark"
msgstr ""
-#: strings.hrc:1095
+#: sw/inc/strings.hrc:1100
msgctxt "STR_ROTATION"
msgid "Rotation"
msgstr "Аргьежьра"
-#: strings.hrc:1096
+#: sw/inc/strings.hrc:1101
msgctxt "STR_GRID_NONE"
msgid "No grid"
msgstr ""
-#: strings.hrc:1097
+#: sw/inc/strings.hrc:1102
msgctxt "STR_GRID_LINES_ONLY"
msgid "Grid (lines only)"
msgstr ""
-#: strings.hrc:1098
+#: sw/inc/strings.hrc:1103
msgctxt "STR_GRID_LINES_CHARS"
msgid "Grid (lines and characters)"
msgstr ""
-#: strings.hrc:1099
+#: sw/inc/strings.hrc:1104
msgctxt "STR_FOLLOW_TEXT_FLOW"
msgid "Follow text flow"
msgstr ""
-#: strings.hrc:1100
+#: sw/inc/strings.hrc:1105
msgctxt "STR_DONT_FOLLOW_TEXT_FLOW"
msgid "Do not follow text flow"
msgstr ""
-#: strings.hrc:1101
+#: sw/inc/strings.hrc:1106
msgctxt "STR_CONNECT_BORDER_ON"
msgid "Merge borders"
msgstr ""
-#: strings.hrc:1102
+#: sw/inc/strings.hrc:1107
msgctxt "STR_CONNECT_BORDER_OFF"
msgid "Do not merge borders"
msgstr ""
-#: strings.hrc:1104
+#: sw/inc/strings.hrc:1109
msgctxt "ST_TBL"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:1105
+#: sw/inc/strings.hrc:1110
msgctxt "ST_FRM"
msgid "Text Frame"
msgstr ""
-#: strings.hrc:1106
+#: sw/inc/strings.hrc:1111
msgctxt "ST_PGE"
msgid "Page"
msgstr "Адаҟьа"
-#: strings.hrc:1107
+#: sw/inc/strings.hrc:1112
msgctxt "ST_DRW"
msgid "Drawing"
msgstr "Асахьа"
-#: strings.hrc:1108
+#: sw/inc/strings.hrc:1113
msgctxt "ST_CTRL"
msgid "Control"
msgstr ""
-#: strings.hrc:1109
+#: sw/inc/strings.hrc:1114
#, fuzzy
msgctxt "ST_REG"
msgid "Section"
msgstr "апараграф"
-#: strings.hrc:1110
+#: sw/inc/strings.hrc:1115
msgctxt "ST_BKM"
msgid "Bookmark"
msgstr ""
-#: strings.hrc:1111
+#: sw/inc/strings.hrc:1116
msgctxt "ST_GRF"
msgid "Graphics"
msgstr "Асахьа"
-#: strings.hrc:1112
+#: sw/inc/strings.hrc:1117
msgctxt "ST_OLE"
msgid "OLE object"
msgstr "OLE аобиеқт"
-#: strings.hrc:1113
+#: sw/inc/strings.hrc:1118
msgctxt "ST_OUTL"
msgid "Headings"
msgstr "Ахқәа"
-#: strings.hrc:1114
+#: sw/inc/strings.hrc:1119
msgctxt "ST_SEL"
msgid "Selection"
msgstr "Алкаара"
-#: strings.hrc:1115
+#: sw/inc/strings.hrc:1120
msgctxt "ST_FTN"
msgid "Footnote"
msgstr ""
-#: strings.hrc:1116
+#: sw/inc/strings.hrc:1121
msgctxt "ST_MARK"
msgid "Reminder"
msgstr ""
-#: strings.hrc:1117
+#: sw/inc/strings.hrc:1122
msgctxt "ST_POSTIT"
msgid "Comment"
msgstr "Акомментари"
-#: strings.hrc:1118
+#: sw/inc/strings.hrc:1123
msgctxt "ST_SRCH_REP"
msgid "Repeat search"
msgstr ""
-#: strings.hrc:1119
+#: sw/inc/strings.hrc:1124
msgctxt "ST_INDEX_ENTRY"
msgid "Index entry"
msgstr ""
-#: strings.hrc:1120
+#: sw/inc/strings.hrc:1125
msgctxt "ST_TABLE_FORMULA"
msgid "Table formula"
msgstr "Атаблица аформула"
-#: strings.hrc:1121
+#: sw/inc/strings.hrc:1126
msgctxt "ST_TABLE_FORMULA_ERROR"
msgid "Wrong table formula"
msgstr "Атаблица аформула иашаӡам"
#. Strings for the quickhelp of the View-PgUp/Down-Buttons
-#: strings.hrc:1123
+#: sw/inc/strings.hrc:1128
msgctxt "STR_IMGBTN_TBL_DOWN"
msgid "Next table"
msgstr "Анаҩстәи атаблица"
-#: strings.hrc:1124
+#: sw/inc/strings.hrc:1129
msgctxt "STR_IMGBTN_FRM_DOWN"
msgid "Next text frame"
msgstr ""
-#: strings.hrc:1125
+#: sw/inc/strings.hrc:1130
msgctxt "STR_IMGBTN_PGE_DOWN"
msgid "Next page"
msgstr "Анаҩстәи адаҟьа"
-#: strings.hrc:1126
+#: sw/inc/strings.hrc:1131
msgctxt "STR_IMGBTN_DRW_DOWN"
msgid "Next drawing"
msgstr "Анаҩстәи асахьа"
-#: strings.hrc:1127
+#: sw/inc/strings.hrc:1132
msgctxt "STR_IMGBTN_CTRL_DOWN"
msgid "Next control"
msgstr ""
-#: strings.hrc:1128
+#: sw/inc/strings.hrc:1133
#, fuzzy
msgctxt "STR_IMGBTN_REG_DOWN"
msgid "Next section"
msgstr "Анаҩстәи алкаара"
-#: strings.hrc:1129
+#: sw/inc/strings.hrc:1134
msgctxt "STR_IMGBTN_BKM_DOWN"
msgid "Next bookmark"
msgstr ""
-#: strings.hrc:1130
+#: sw/inc/strings.hrc:1135
msgctxt "STR_IMGBTN_GRF_DOWN"
msgid "Next graphic"
msgstr ""
-#: strings.hrc:1131
+#: sw/inc/strings.hrc:1136
msgctxt "STR_IMGBTN_OLE_DOWN"
msgid "Next OLE object"
msgstr ""
-#: strings.hrc:1132
+#: sw/inc/strings.hrc:1137
msgctxt "STR_IMGBTN_OUTL_DOWN"
msgid "Next heading"
msgstr ""
-#: strings.hrc:1133
+#: sw/inc/strings.hrc:1138
msgctxt "STR_IMGBTN_SEL_DOWN"
msgid "Next selection"
msgstr "Анаҩстәи алкаара"
-#: strings.hrc:1134
+#: sw/inc/strings.hrc:1139
msgctxt "STR_IMGBTN_FTN_DOWN"
msgid "Next footnote"
msgstr ""
-#: strings.hrc:1135
+#: sw/inc/strings.hrc:1140
msgctxt "STR_IMGBTN_MARK_DOWN"
msgid "Next Reminder"
msgstr ""
-#: strings.hrc:1136
+#: sw/inc/strings.hrc:1141
msgctxt "STR_IMGBTN_POSTIT_DOWN"
msgid "Next Comment"
msgstr "Анаҩстәи акомментари"
-#: strings.hrc:1137
+#: sw/inc/strings.hrc:1142
msgctxt "STR_IMGBTN_SRCH_REP_DOWN"
msgid "Continue search forward"
msgstr ""
-#: strings.hrc:1138
+#: sw/inc/strings.hrc:1143
msgctxt "STR_IMGBTN_INDEX_ENTRY_DOWN"
msgid "Next index entry"
msgstr ""
-#: strings.hrc:1139
+#: sw/inc/strings.hrc:1144
msgctxt "STR_IMGBTN_TBL_UP"
msgid "Previous table"
msgstr "Аҧхьатәи атаблица"
-#: strings.hrc:1140
+#: sw/inc/strings.hrc:1145
msgctxt "STR_IMGBTN_FRM_UP"
msgid "Previous text frame"
msgstr ""
-#: strings.hrc:1141
+#: sw/inc/strings.hrc:1146
msgctxt "STR_IMGBTN_PGE_UP"
msgid "Previous page"
msgstr "Аҧхьатәи адаҟьа"
-#: strings.hrc:1142
+#: sw/inc/strings.hrc:1147
msgctxt "STR_IMGBTN_DRW_UP"
msgid "Previous drawing"
msgstr ""
-#: strings.hrc:1143
+#: sw/inc/strings.hrc:1148
msgctxt "STR_IMGBTN_CTRL_UP"
msgid "Previous control"
msgstr ""
-#: strings.hrc:1144
+#: sw/inc/strings.hrc:1149
#, fuzzy
msgctxt "STR_IMGBTN_REG_UP"
msgid "Previous section"
msgstr "Аҧхьатәи алкаара"
-#: strings.hrc:1145
+#: sw/inc/strings.hrc:1150
msgctxt "STR_IMGBTN_BKM_UP"
msgid "Previous bookmark"
msgstr ""
-#: strings.hrc:1146
+#: sw/inc/strings.hrc:1151
msgctxt "STR_IMGBTN_GRF_UP"
msgid "Previous graphic"
msgstr ""
-#: strings.hrc:1147
+#: sw/inc/strings.hrc:1152
msgctxt "STR_IMGBTN_OLE_UP"
msgid "Previous OLE object"
msgstr ""
-#: strings.hrc:1148
+#: sw/inc/strings.hrc:1153
msgctxt "STR_IMGBTN_OUTL_UP"
msgid "Previous heading"
msgstr ""
-#: strings.hrc:1149
+#: sw/inc/strings.hrc:1154
msgctxt "STR_IMGBTN_SEL_UP"
msgid "Previous selection"
msgstr "Аҧхьатәи алкаара"
-#: strings.hrc:1150
+#: sw/inc/strings.hrc:1155
msgctxt "STR_IMGBTN_FTN_UP"
msgid "Previous footnote"
msgstr ""
-#: strings.hrc:1151
+#: sw/inc/strings.hrc:1156
msgctxt "STR_IMGBTN_MARK_UP"
msgid "Previous Reminder"
msgstr ""
-#: strings.hrc:1152
+#: sw/inc/strings.hrc:1157
msgctxt "STR_IMGBTN_POSTIT_UP"
msgid "Previous Comment"
msgstr ""
-#: strings.hrc:1153
+#: sw/inc/strings.hrc:1158
msgctxt "STR_IMGBTN_SRCH_REP_UP"
msgid "Continue search backwards"
msgstr ""
-#: strings.hrc:1154
+#: sw/inc/strings.hrc:1159
msgctxt "STR_IMGBTN_INDEX_ENTRY_UP"
msgid "Previous index entry"
msgstr ""
-#: strings.hrc:1155
+#: sw/inc/strings.hrc:1160
msgctxt "STR_IMGBTN_TBLFML_UP"
msgid "Previous table formula"
msgstr "Атаблица аҧхьатәи аформула"
-#: strings.hrc:1156
+#: sw/inc/strings.hrc:1161
msgctxt "STR_IMGBTN_TBLFML_DOWN"
msgid "Next table formula"
msgstr "Атаблица анаҩстәи аформула"
-#: strings.hrc:1157
+#: sw/inc/strings.hrc:1162
msgctxt "STR_IMGBTN_TBLFML_ERR_UP"
msgid "Previous faulty table formula"
msgstr "Атаблица иаҧхьааиуа игхатәу аформула"
-#: strings.hrc:1158
+#: sw/inc/strings.hrc:1163
msgctxt "STR_IMGBTN_TBLFML_ERR_DOWN"
msgid "Next faulty table formula"
msgstr "Атаблица анаҩстәи игхатәу аформула"
-#: strings.hrc:1160
+#: sw/inc/strings.hrc:1165
#, fuzzy
msgctxt "STR_REDLINE_INSERT"
msgid "Inserted"
msgstr "Ибжьаргылатәуп"
-#: strings.hrc:1161
+#: sw/inc/strings.hrc:1166
msgctxt "STR_REDLINE_DELETE"
msgid "Deleted"
msgstr "Ианыхуп"
-#: strings.hrc:1162
+#: sw/inc/strings.hrc:1167
msgctxt "STR_REDLINE_FORMAT"
msgid "Formatted"
msgstr "Иформатркуп"
-#: strings.hrc:1163
+#: sw/inc/strings.hrc:1168
msgctxt "STR_REDLINE_TABLE"
msgid "Table changed"
msgstr "Атаблица ҧсахуп"
-#: strings.hrc:1164
+#: sw/inc/strings.hrc:1169
msgctxt "STR_REDLINE_FMTCOLL"
msgid "Applied Paragraph Styles"
msgstr "Ихархәоуп абзац астиль"
-#: strings.hrc:1165
+#: sw/inc/strings.hrc:1170
msgctxt "STR_REDLINE_PARAGRAPH_FORMAT"
msgid "Paragraph formatting changed"
msgstr "Абзац аформат ҧсахуп"
-#: strings.hrc:1166
+#: sw/inc/strings.hrc:1171
msgctxt "STR_REDLINE_TABLE_ROW_INSERT"
msgid "Row Inserted"
msgstr ""
-#: strings.hrc:1167
+#: sw/inc/strings.hrc:1172
msgctxt "STR_REDLINE_TABLE_ROW_DELETE"
msgid "Row Deleted"
msgstr "Ацәаҳәа аныхуп"
-#: strings.hrc:1168
+#: sw/inc/strings.hrc:1173
msgctxt "STR_REDLINE_TABLE_CELL_INSERT"
msgid "Cell Inserted"
msgstr ""
-#: strings.hrc:1169
+#: sw/inc/strings.hrc:1174
msgctxt "STR_REDLINE_TABLE_CELL_DELETE"
msgid "Cell Deleted"
msgstr "Абларҭа аныхуп"
-#: strings.hrc:1170
+#: sw/inc/strings.hrc:1175
msgctxt "STR_ENDNOTE"
msgid "Endnote: "
msgstr ""
-#: strings.hrc:1171
+#: sw/inc/strings.hrc:1176
msgctxt "STR_FTNNOTE"
msgid "Footnote: "
msgstr ""
-#: strings.hrc:1172
-msgctxt "STR_TABLE_COL_ADJUST"
-msgid "Adjust table column"
-msgstr ""
-
-#: strings.hrc:1173
-msgctxt "STR_TABLE_ROW_ADJUST"
-msgid "Adjust table row"
-msgstr ""
-
-#: strings.hrc:1174
-msgctxt "STR_TABLE_SELECT_ALL"
-msgid "Select whole table"
-msgstr "Иалкаатәуп атаблица зегьы"
-
-#: strings.hrc:1175
-msgctxt "STR_TABLE_SELECT_ROW"
-msgid "Select table row"
-msgstr "Иалкаатәуп атаблица ацәаҳәа"
-
-#: strings.hrc:1176
-msgctxt "STR_TABLE_SELECT_COL"
-msgid "Select table column"
-msgstr "Иалкаатәуп атаблица аиҵагыла"
-
-#: strings.hrc:1177
+#: sw/inc/strings.hrc:1177
#, c-format
msgctxt "STR_SMARTTAG_CLICK"
msgid "%s-click to open Smart Tag menu"
msgstr ""
-#: strings.hrc:1178
+#: sw/inc/strings.hrc:1178
msgctxt "STR_HEADER_TITLE"
msgid "Header (%1)"
msgstr ""
-#: strings.hrc:1179
+#: sw/inc/strings.hrc:1179
msgctxt "STR_FIRST_HEADER_TITLE"
msgid "First Page Header (%1)"
msgstr "Актәи адаҟьа хыхьтәи аколонтитул (%1)"
-#: strings.hrc:1180
+#: sw/inc/strings.hrc:1180
msgctxt "STR_LEFT_HEADER_TITLE"
msgid "Left Page Header (%1)"
msgstr "Армарахьтәи адаҟьа хыхьтәи аколонтитул (%1)"
-#: strings.hrc:1181
+#: sw/inc/strings.hrc:1181
msgctxt "STR_RIGHT_HEADER_TITLE"
msgid "Right Page Header (%1)"
msgstr "Арӷьарахьтәи адаҟьа хыхьтәи аколонтитул (%1)"
-#: strings.hrc:1182
+#: sw/inc/strings.hrc:1182
msgctxt "STR_FOOTER_TITLE"
msgid "Footer (%1)"
msgstr ""
-#: strings.hrc:1183
+#: sw/inc/strings.hrc:1183
msgctxt "STR_FIRST_FOOTER_TITLE"
msgid "First Page Footer (%1)"
msgstr "Актәи адаҟьа ҵаҟатәи аколонтитул (%1)"
-#: strings.hrc:1184
+#: sw/inc/strings.hrc:1184
msgctxt "STR_LEFT_FOOTER_TITLE"
msgid "Left Page Footer (%1)"
msgstr "Армарахьтәи адаҟьа ҵаҟатәи аколонтитул (%1)"
-#: strings.hrc:1185
+#: sw/inc/strings.hrc:1185
msgctxt "STR_RIGHT_FOOTER_TITLE"
msgid "Right Page Footer (%1)"
msgstr "Арӷьарахьтәи адаҟьа ҵаҟатәи аколонтитул (%1)"
-#: strings.hrc:1186
+#: sw/inc/strings.hrc:1186
msgctxt "STR_DELETE_HEADER"
msgid "Delete Header..."
msgstr "Ианыхтәуп хыхьтәи аколонтитул..."
-#: strings.hrc:1187
+#: sw/inc/strings.hrc:1187
#, fuzzy
msgctxt "STR_FORMAT_HEADER"
msgid "Format Header..."
msgstr "Адаҟьа аформат"
-#: strings.hrc:1188
+#: sw/inc/strings.hrc:1188
msgctxt "STR_DELETE_FOOTER"
msgid "Delete Footer..."
msgstr "Ианыхтәуп ҵаҟатәи аколонтитул..."
-#: strings.hrc:1189
+#: sw/inc/strings.hrc:1189
msgctxt "STR_FORMAT_FOOTER"
msgid "Format Footer..."
msgstr ""
-#: strings.hrc:1191
+#: sw/inc/strings.hrc:1191
msgctxt "STR_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "Асахьа аартра ауам"
-#: strings.hrc:1192
+#: sw/inc/strings.hrc:1192
msgctxt "STR_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr "Асахьа аҧхьара ауам"
-#: strings.hrc:1193
+#: sw/inc/strings.hrc:1193
msgctxt "STR_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr ""
-#: strings.hrc:1194
+#: sw/inc/strings.hrc:1194
msgctxt "STR_GRFILTER_VERSIONERROR"
msgid "This image file version is not supported"
msgstr ""
-#: strings.hrc:1195
+#: sw/inc/strings.hrc:1195
msgctxt "STR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#: strings.hrc:1196
+#: sw/inc/strings.hrc:1196
msgctxt "STR_GRFILTER_TOOBIG"
msgid "Not enough memory to insert the image."
msgstr ""
-#: strings.hrc:1197
+#: sw/inc/strings.hrc:1197
msgctxt "STR_INSERT_GRAPHIC"
msgid "Insert Image"
msgstr "Ибжьаргылатәуп асахьа"
-#: strings.hrc:1198
+#: sw/inc/strings.hrc:1198
msgctxt "STR_REDLINE_COMMENT"
msgid "Comment: "
msgstr "Акомментари:"
-#: strings.hrc:1199
+#: sw/inc/strings.hrc:1199
msgctxt "STR_REDLINE_INSERTED"
msgid "Insertion"
msgstr ""
-#: strings.hrc:1200
+#: sw/inc/strings.hrc:1200
msgctxt "STR_REDLINE_DELETED"
msgid "Deletion"
msgstr "Аныхра"
-#: strings.hrc:1201
+#: sw/inc/strings.hrc:1201
msgctxt "STR_REDLINE_AUTOFMT"
msgid "AutoCorrect"
msgstr "Автоҧсахра"
-#: strings.hrc:1202
+#: sw/inc/strings.hrc:1202
msgctxt "STR_REDLINE_FORMATED"
msgid "Formats"
msgstr "Аформатқәа"
-#: strings.hrc:1203
+#: sw/inc/strings.hrc:1203
msgctxt "STR_REDLINE_TABLECHG"
msgid "Table Changes"
msgstr "Атаблица аредакциазура"
-#: strings.hrc:1204
+#: sw/inc/strings.hrc:1204
msgctxt "STR_REDLINE_FMTCOLLSET"
msgid "Applied Paragraph Styles"
msgstr "Ихархәоуп абзац астиль"
-#: strings.hrc:1205
-msgctxt "STR_REDLINE_TITLE"
-msgid "AutoCorrect"
-msgstr "Автоҧсахра"
-
-#: strings.hrc:1206
-msgctxt "STR_REDLINE_MSG"
-msgid ""
-"AutoCorrect completed.\n"
-"You can accept or reject all changes,\n"
-"or accept or reject particular changes."
-msgstr ""
-
-#: strings.hrc:1207
-msgctxt "STR_REDLINE_ACCEPT_ALL"
-msgid "Accept All"
-msgstr ""
-
-#: strings.hrc:1208
-#, fuzzy
-msgctxt "STR_REDLINE_REJECT_ALL"
-msgid "Reject All"
-msgstr "Иалхтәуп зегьы"
-
-#: strings.hrc:1209
-msgctxt "STR_REDLINE_EDIT"
-msgid "Edit Changes"
-msgstr "Аҧсахрақәа ранализ"
-
-#: strings.hrc:1210
+#: sw/inc/strings.hrc:1205
msgctxt "STR_PAGE"
msgid "Page "
msgstr "Адаҟьа "
-#: strings.hrc:1211
+#: sw/inc/strings.hrc:1206
msgctxt "STR_PAGE_COUNT"
msgid "Page %1 of %2"
msgstr "Адаҟьа %1 %2 аҟынтәи"
-#: strings.hrc:1212
+#: sw/inc/strings.hrc:1207
msgctxt "STR_PAGE_COUNT_CUSTOM"
msgid "Page %1 of %2 (Page %3)"
msgstr "Адаҟьа %1 %2 аҟынтәи (адаҟьа %3)"
#. Strings for gallery/background
-#: strings.hrc:1214
+#: sw/inc/strings.hrc:1209
msgctxt "STR_SWBG_PARAGRAPH"
msgid "Paragraph"
msgstr "Абзац"
-#: strings.hrc:1215
+#: sw/inc/strings.hrc:1210
msgctxt "STR_SWBG_GRAPHIC"
msgid "Image"
msgstr "Асахьа"
-#: strings.hrc:1216
+#: sw/inc/strings.hrc:1211
msgctxt "STR_SWBG_OLE"
msgid "OLE object"
msgstr "OLE-аобиеқт"
-#: strings.hrc:1217
+#: sw/inc/strings.hrc:1212
msgctxt "STR_SWBG_FRAME"
msgid "Frame"
msgstr "Афреим"
-#: strings.hrc:1218
+#: sw/inc/strings.hrc:1213
msgctxt "STR_SWBG_TABLE"
msgid "Table"
msgstr "Атаблица"
-#: strings.hrc:1219
+#: sw/inc/strings.hrc:1214
msgctxt "STR_SWBG_TABLE_ROW"
msgid "Table row"
msgstr "Атаблица ацәаҳәа"
-#: strings.hrc:1220
+#: sw/inc/strings.hrc:1215
msgctxt "STR_SWBG_TABLE_CELL"
msgid "Table cell"
msgstr "Атаблица абларҭа"
-#: strings.hrc:1221
+#: sw/inc/strings.hrc:1216
msgctxt "STR_SWBG_PAGE"
msgid "Page"
msgstr "Адаҟьа"
-#: strings.hrc:1222
+#: sw/inc/strings.hrc:1217
msgctxt "STR_SWBG_HEADER"
msgid "Header"
msgstr ""
-#: strings.hrc:1223
+#: sw/inc/strings.hrc:1218
msgctxt "STR_SWBG_FOOTER"
msgid "Footer"
msgstr ""
#. End: strings for gallery/background
-#: strings.hrc:1226
+#: sw/inc/strings.hrc:1221
msgctxt "STR_HUMAN_SWWEBDOC_NAME"
msgid "HTML"
msgstr "HTML"
-#: strings.hrc:1227
+#: sw/inc/strings.hrc:1222
msgctxt "STR_WRITER_WEBDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION HTML Document"
msgstr "HTML (%PRODUCTNAME %PRODUCTVERSION) адокумент"
-#: strings.hrc:1229
+#: sw/inc/strings.hrc:1224
msgctxt "STR_TITLE"
msgid "Title"
msgstr "Ахы"
-#: strings.hrc:1230
+#: sw/inc/strings.hrc:1225
msgctxt "STR_ALPHA"
msgid "Separator"
msgstr "Аиҟәшага"
-#: strings.hrc:1231
+#: sw/inc/strings.hrc:1226
msgctxt "STR_LEVEL"
msgid "Level "
msgstr ""
-#: strings.hrc:1232
+#: sw/inc/strings.hrc:1227
msgctxt "STR_FILE_NOT_FOUND"
msgid "The file, \"%1\" in the \"%2\" path could not be found."
msgstr ""
-#: strings.hrc:1233
+#: sw/inc/strings.hrc:1228
msgctxt "STR_USER_DEFINED_INDEX"
msgid "User-Defined Index"
msgstr ""
-#: strings.hrc:1234
+#: sw/inc/strings.hrc:1229
msgctxt "STR_NOSORTKEY"
msgid "<None>"
msgstr "<мап>"
-#: strings.hrc:1235
+#: sw/inc/strings.hrc:1230
msgctxt "STR_NO_CHAR_STYLE"
msgid "<None>"
msgstr "<мап>"
-#: strings.hrc:1236
+#: sw/inc/strings.hrc:1231
msgctxt "STR_DELIM"
msgid "S"
msgstr ""
-#: strings.hrc:1237
+#: sw/inc/strings.hrc:1232
msgctxt "STR_TOKEN_ENTRY_NO"
msgid "E#"
msgstr ""
-#: strings.hrc:1238
+#: sw/inc/strings.hrc:1233
msgctxt "STR_TOKEN_ENTRY"
msgid "E"
msgstr ""
-#: strings.hrc:1239
+#: sw/inc/strings.hrc:1234
msgctxt "STR_TOKEN_TAB_STOP"
msgid "T"
msgstr ""
-#: strings.hrc:1240
+#: sw/inc/strings.hrc:1235
msgctxt "STR_TOKEN_PAGE_NUMS"
msgid "#"
msgstr ""
-#: strings.hrc:1241
+#: sw/inc/strings.hrc:1236
msgctxt "STR_TOKEN_CHAPTER_INFO"
msgid "CI"
msgstr ""
-#: strings.hrc:1242
+#: sw/inc/strings.hrc:1237
msgctxt "STR_TOKEN_LINK_START"
msgid "LS"
msgstr ""
-#: strings.hrc:1243
+#: sw/inc/strings.hrc:1238
msgctxt "STR_TOKEN_LINK_END"
msgid "LE"
msgstr ""
-#: strings.hrc:1244
+#: sw/inc/strings.hrc:1239
msgctxt "STR_TOKEN_AUTHORITY"
msgid "A"
msgstr ""
-#: strings.hrc:1245
+#: sw/inc/strings.hrc:1240
msgctxt "STR_TOKEN_HELP_ENTRY_NO"
msgid "Chapter number"
msgstr ""
-#: strings.hrc:1246
+#: sw/inc/strings.hrc:1241
msgctxt "STR_TOKEN_HELP_ENTRY"
msgid "Entry"
msgstr ""
-#: strings.hrc:1247
+#: sw/inc/strings.hrc:1242
msgctxt "STR_TOKEN_HELP_TAB_STOP"
msgid "Tab stop"
msgstr ""
-#: strings.hrc:1248
+#: sw/inc/strings.hrc:1243
msgctxt "STR_TOKEN_HELP_TEXT"
msgid "Text"
msgstr "Атеқсттә"
-#: strings.hrc:1249
+#: sw/inc/strings.hrc:1244
msgctxt "STR_TOKEN_HELP_PAGE_NUMS"
msgid "Page number"
msgstr "Адаҟьа аномер"
-#: strings.hrc:1250
+#: sw/inc/strings.hrc:1245
msgctxt "STR_TOKEN_HELP_CHAPTER_INFO"
msgid "Chapter info"
msgstr ""
-#: strings.hrc:1251
+#: sw/inc/strings.hrc:1246
msgctxt "STR_TOKEN_HELP_LINK_START"
msgid "Hyperlink start"
msgstr "Агиперзхьарҧш алагамҭа"
-#: strings.hrc:1252
+#: sw/inc/strings.hrc:1247
msgctxt "STR_TOKEN_HELP_LINK_END"
msgid "Hyperlink end"
msgstr "Агиперзхьарҧш анҵәамҭа"
-#: strings.hrc:1253
+#: sw/inc/strings.hrc:1248
msgctxt "STR_TOKEN_HELP_AUTHORITY"
msgid "Bibliography entry: "
msgstr ""
-#: strings.hrc:1254
+#: sw/inc/strings.hrc:1249
msgctxt "STR_CHARSTYLE"
msgid "Character Style: "
msgstr "Асимволқәа рстиль: "
-#: strings.hrc:1255
+#: sw/inc/strings.hrc:1250
msgctxt "STR_STRUCTURE"
msgid "Structure text"
msgstr ""
-#: strings.hrc:1256
+#: sw/inc/strings.hrc:1251
msgctxt "STR_ADDITIONAL_ACCNAME_STRING1"
msgid "Press Ctrl+Alt+A to move focus for more operations"
msgstr ""
-#: strings.hrc:1257
+#: sw/inc/strings.hrc:1252
msgctxt "STR_ADDITIONAL_ACCNAME_STRING2"
msgid "Press left or right arrow to choose the structure controls"
msgstr ""
-#: strings.hrc:1258
+#: sw/inc/strings.hrc:1253
msgctxt "STR_ADDITIONAL_ACCNAME_STRING3"
msgid "Press Ctrl+Alt+B to move focus back to the current structure control"
msgstr ""
-#: strings.hrc:1259
+#: sw/inc/strings.hrc:1254
msgctxt "STR_AUTOMARK_TYPE"
msgid "Selection file for the alphabetical index (*.sdi)"
msgstr ""
@@ -6253,253 +6219,238 @@ msgstr ""
#. -----------------------------------------------------------------------
#. Description: character alignment for frmsh.cxx - context menu
#. -----------------------------------------------------------------------
-#: strings.hrc:1264
+#: sw/inc/strings.hrc:1259
msgctxt "STR_FRMUI_TOP_BASE"
msgid "Base line at ~top"
msgstr ""
-#: strings.hrc:1265
+#: sw/inc/strings.hrc:1260
msgctxt "STR_FRMUI_BOTTOM_BASE"
msgid "~Base line at bottom"
msgstr ""
-#: strings.hrc:1266
+#: sw/inc/strings.hrc:1261
msgctxt "STR_FRMUI_CENTER_BASE"
msgid "Base line ~centered"
msgstr ""
-#: strings.hrc:1267
-msgctxt "STR_FRMUI_LINE_TOP"
-msgid "Top of line"
-msgstr ""
-
-#: strings.hrc:1268
-msgctxt "STR_FRMUI_LINE_BOTTOM"
-msgid "Bottom of line"
-msgstr ""
-
-#: strings.hrc:1269
-msgctxt "STR_FRMUI_LINE_CENTER"
-msgid "Center of line"
-msgstr ""
-
-#: strings.hrc:1270
+#: sw/inc/strings.hrc:1262
#, fuzzy
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert object"
msgstr "Ибжьаргылатәуп аобиеқт(қәа)"
-#: strings.hrc:1271
+#: sw/inc/strings.hrc:1263
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit object"
msgstr "Иҧсахтәуп аобиеқт"
-#: strings.hrc:1272
+#: sw/inc/strings.hrc:1264
msgctxt "STR_FRMUI_COLL_HEADER"
msgid " (Template: "
msgstr " (Ашаблон: "
-#: strings.hrc:1273
+#: sw/inc/strings.hrc:1265
msgctxt "STR_FRMUI_BORDER"
msgid "Borders"
msgstr ""
-#: strings.hrc:1274
+#: sw/inc/strings.hrc:1266
msgctxt "STR_FRMUI_PATTERN"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: strings.hrc:1276
+#: sw/inc/strings.hrc:1268
msgctxt "STR_TEXTCOLL_HEADER"
msgid "(Paragraph Style: "
msgstr "(Абзац астиль: "
-#: strings.hrc:1277
+#: sw/inc/strings.hrc:1269
msgctxt "STR_ILLEGAL_PAGENUM"
msgid "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages."
msgstr ""
-#: strings.hrc:1279
+#: sw/inc/strings.hrc:1271
msgctxt "STR_HUMAN_SWGLOBDOC_NAME"
msgid "Master Document"
msgstr "Еилоу адокумент"
-#: strings.hrc:1280
+#: sw/inc/strings.hrc:1272
msgctxt "STR_WRITER_GLOBALDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION еилоу адокумент"
-#: strings.hrc:1282
+#: sw/inc/strings.hrc:1274
msgctxt "STR_QUERY_CONNECT"
msgid "A file connection will delete the contents of the current section. Connect anyway?"
msgstr ""
-#: strings.hrc:1283
+#: sw/inc/strings.hrc:1275
msgctxt "STR_WRONG_PASSWORD"
msgid "The password entered is invalid."
msgstr ""
-#: strings.hrc:1284
+#: sw/inc/strings.hrc:1276
msgctxt "STR_WRONG_PASSWD_REPEAT"
msgid "The password has not been set."
msgstr ""
-#: strings.hrc:1286
+#: sw/inc/strings.hrc:1278
msgctxt "STR_HYP_OK"
msgid "Hyphenation completed"
msgstr ""
-#: strings.hrc:1287
+#: sw/inc/strings.hrc:1279
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "Мап (аорфографиа гәаҭатәӡам)"
-#: strings.hrc:1288
+#: sw/inc/strings.hrc:1280
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr ""
-#: strings.hrc:1289
+#: sw/inc/strings.hrc:1281
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "Иҵегь..."
-#: strings.hrc:1290
+#: sw/inc/strings.hrc:1282
msgctxt "STR_IGNORE_SELECTION"
msgid "~Ignore"
msgstr ""
-#: strings.hrc:1291
+#: sw/inc/strings.hrc:1283
msgctxt "STR_EXPLANATION_LINK"
msgid "Explanations..."
msgstr ""
-#: strings.hrc:1293
+#: sw/inc/strings.hrc:1285
msgctxt "STR_QUERY_SPECIAL_FORCED"
msgid "Check special regions is deactivated. Check anyway?"
msgstr ""
-#: strings.hrc:1294
+#: sw/inc/strings.hrc:1286
msgctxt "STR_NO_MERGE_ENTRY"
msgid "Could not merge documents."
msgstr ""
-#: strings.hrc:1295
+#: sw/inc/strings.hrc:1287
msgctxt "STR_ERR_SRCSTREAM"
msgid "The source cannot be loaded."
msgstr "Ахалагаратә теқст аҭагалара ауам."
-#: strings.hrc:1296
+#: sw/inc/strings.hrc:1288
msgctxt "STR_ERR_NO_FAX"
msgid "No fax printer has been set under Tools/Options/%1/Print."
msgstr ""
-#: strings.hrc:1297
+#: sw/inc/strings.hrc:1289
msgctxt "STR_WEBOPTIONS"
msgid "HTML document"
msgstr "HTML адокумент"
-#: strings.hrc:1298
+#: sw/inc/strings.hrc:1290
msgctxt "STR_TEXTOPTIONS"
msgid "Text document"
msgstr "Атеқсттә документ"
-#: strings.hrc:1299
+#: sw/inc/strings.hrc:1291
msgctxt "STR_SCAN_NOSOURCE"
msgid "Source not specified."
msgstr ""
-#: strings.hrc:1300
+#: sw/inc/strings.hrc:1292
msgctxt "STR_NUM_LEVEL"
msgid "Level "
msgstr ""
-#: strings.hrc:1301
+#: sw/inc/strings.hrc:1293
msgctxt "STR_NUM_OUTLINE"
msgid "Outline "
msgstr "Аструктура "
-#: strings.hrc:1302
+#: sw/inc/strings.hrc:1294
msgctxt "STR_EDIT_FOOTNOTE"
msgid "Edit Footnote/Endnote"
msgstr ""
-#: strings.hrc:1303
+#: sw/inc/strings.hrc:1295
msgctxt "STR_NB_REPLACED"
msgid "Search key replaced XX times."
msgstr ""
-#: strings.hrc:1304
+#: sw/inc/strings.hrc:1296
msgctxt "STR_SRCVIEW_ROW"
msgid "Row "
msgstr "Ацәаҳәа "
-#: strings.hrc:1305
+#: sw/inc/strings.hrc:1297
msgctxt "STR_SRCVIEW_COL"
msgid "Column "
msgstr "Аиҵагыла "
-#: strings.hrc:1306
+#: sw/inc/strings.hrc:1298
msgctxt "STR_SAVEAS_SRC"
msgid "~Export source..."
msgstr "Ахалагаратә теқст аекспорт..."
-#: strings.hrc:1307
+#: sw/inc/strings.hrc:1299
msgctxt "STR_SAVEACOPY_SRC"
msgid "~Export copy of source..."
msgstr "Ахыҵхырҭа акопиақәа рекспорт..."
-#: strings.hrc:1309
+#: sw/inc/strings.hrc:1301
msgctxt "ST_CONTINUE"
msgid "~Continue"
msgstr "Иацҵатәуп"
-#: strings.hrc:1310
+#: sw/inc/strings.hrc:1302
msgctxt "ST_TASK"
msgid "Task"
msgstr "Аҳасабтә"
-#: strings.hrc:1311
+#: sw/inc/strings.hrc:1303
msgctxt "ST_STATUS"
msgid "Status"
msgstr "Аҭагылазаашьа"
-#: strings.hrc:1312
+#: sw/inc/strings.hrc:1304
msgctxt "ST_SENDINGTO"
msgid "Sending to: %1"
msgstr "Адәықәҵара: %1"
-#: strings.hrc:1313
+#: sw/inc/strings.hrc:1305
msgctxt "ST_COMPLETED"
msgid "Successfully sent"
msgstr ""
-#: strings.hrc:1314
+#: sw/inc/strings.hrc:1306
msgctxt "ST_FAILED"
msgid "Sending failed"
msgstr "Адәықәҵара амуӡеит"
-#: strings.hrc:1316
+#: sw/inc/strings.hrc:1308
msgctxt "STR_SENDER_TOKENS"
msgid "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;"
msgstr ""
-#: strings.hrc:1318
+#: sw/inc/strings.hrc:1310
msgctxt "STR_TBL_FORMULA"
msgid "Text formula"
msgstr "Аформула атеқст"
-#: strings.hrc:1320
+#: sw/inc/strings.hrc:1312
msgctxt "STR_MENU_ZOOM"
msgid "~Zoom"
msgstr "Амасштаб"
-#: strings.hrc:1321
+#: sw/inc/strings.hrc:1313
msgctxt "STR_MENU_UP"
msgid "~Upwards"
msgstr ""
-#: strings.hrc:1322
+#: sw/inc/strings.hrc:1314
msgctxt "STR_MENU_DOWN"
msgid "Do~wnwards"
msgstr ""
@@ -6507,7 +6458,7 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: Classification strings
#. --------------------------------------------------------------------
-#: strings.hrc:1328
+#: sw/inc/strings.hrc:1320
msgctxt "STR_CLASSIFICATION_LEVEL_CHANGED"
msgid "Document classification has changed because a paragraph classification level is higher"
msgstr ""
@@ -6515,11626 +6466,11417 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: Paragraph Signature
#. --------------------------------------------------------------------
-#: strings.hrc:1333
+#: sw/inc/strings.hrc:1325
msgctxt "STR_VALID"
msgid " Valid "
msgstr ""
-#: strings.hrc:1334
+#: sw/inc/strings.hrc:1326
msgctxt "STR_INVALID"
msgid "Invalid"
msgstr ""
-#: strings.hrc:1335
+#: sw/inc/strings.hrc:1327
msgctxt "STR_INVALID_SIGNATURE"
msgid "Invalid Signature"
msgstr ""
-#: strings.hrc:1336
+#: sw/inc/strings.hrc:1328
msgctxt "STR_SIGNED_BY"
msgid "Signed-by"
msgstr "Анапаҵаҩуп"
-#: strings.hrc:1337
+#: sw/inc/strings.hrc:1329
msgctxt "STR_PARAGRAPH_SIGNATURE"
msgid "Paragraph Signature"
msgstr ""
-#: utlui.hrc:27
+#: sw/inc/strings.hrc:1331
+msgctxt "labeldialog|cards"
+msgid "Business Cards"
+msgstr ""
+
+#: sw/inc/utlui.hrc:27
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Remove empty paragraphs"
msgstr "Ианыхтәуп иҭацәу абзацқәа"
-#: utlui.hrc:28
+#: sw/inc/utlui.hrc:28
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Use replacement table"
msgstr ""
-#: utlui.hrc:29
+#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Correct TWo INitial CApitals"
msgstr ""
-#: utlui.hrc:30
+#: sw/inc/utlui.hrc:30
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Capitalize first letter of sentences"
msgstr ""
-#: utlui.hrc:31
+#: sw/inc/utlui.hrc:31
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace \"standard\" quotes with %1custom%2 quotes"
msgstr ""
-#: utlui.hrc:32
+#: sw/inc/utlui.hrc:32
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace Custom Styles"
msgstr ""
-#: utlui.hrc:33
+#: sw/inc/utlui.hrc:33
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Bullets replaced"
msgstr "Амаркерқәа ҧсахуп"
-#: utlui.hrc:34
+#: sw/inc/utlui.hrc:34
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Automatic _underline_"
msgstr ""
-#: utlui.hrc:35
+#: sw/inc/utlui.hrc:35
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Automatic *bold*"
msgstr ""
-#: utlui.hrc:36
+#: sw/inc/utlui.hrc:36
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace 1/2 ... with ½ ..."
msgstr ""
-#: utlui.hrc:37
+#: sw/inc/utlui.hrc:37
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "URL recognition"
msgstr ""
-#: utlui.hrc:38
+#: sw/inc/utlui.hrc:38
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace dashes"
msgstr ""
-#: utlui.hrc:39
+#: sw/inc/utlui.hrc:39
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace 1st... with 1^st..."
msgstr ""
-#: utlui.hrc:40
+#: sw/inc/utlui.hrc:40
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Combine single line paragraphs"
msgstr ""
-#: utlui.hrc:41
+#: sw/inc/utlui.hrc:41
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Text body\" Style"
msgstr ""
-#: utlui.hrc:42 /home/cl/vc/git/libo-core/sw/inc/utlui.hrc:44
+#: sw/inc/utlui.hrc:42 sw/inc/utlui.hrc:44
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Text body indent\" Style"
msgstr ""
-#: utlui.hrc:43
+#: sw/inc/utlui.hrc:43
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Hanging indent\" Style"
msgstr ""
-#: utlui.hrc:45
+#: sw/inc/utlui.hrc:45
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Heading $(ARG1)\" Style"
msgstr ""
-#: utlui.hrc:46
+#: sw/inc/utlui.hrc:46
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Bullet\" or \"Numbering\" Style"
msgstr "Иқәыргылатәуп астиль «Ахьӡынҵа» ма «Аномерркра»"
-#: utlui.hrc:47
+#: sw/inc/utlui.hrc:47
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Combine paragraphs"
msgstr ""
-#: utlui.hrc:48
+#: sw/inc/utlui.hrc:48
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Add non breaking space"
msgstr ""
-#: abstractdialog.ui:21
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:21
msgctxt "abstractdialog|AbstractDialog"
msgid "Create AutoAbstract"
msgstr ""
-#: abstractdialog.ui:114
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:114
msgctxt "abstractdialog|label2"
msgid "Included outline levels"
msgstr ""
-#: abstractdialog.ui:130
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:130
msgctxt "abstractdialog|label3"
msgid "Paragraphs per level"
msgstr ""
-#: abstractdialog.ui:146
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:146
msgctxt "abstractdialog|label4"
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
msgstr ""
-#: abstractdialog.ui:197
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:194
msgctxt "abstractdialog|label1"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа"
-#: addentrydialog.ui:8
+#: sw/uiconfig/swriter/ui/addentrydialog.ui:8
msgctxt "addentrydialog|AddEntryDialog"
msgid "Add Element"
msgstr "Иацҵатәуп аелемент"
-#: addentrydialog.ui:99
+#: sw/uiconfig/swriter/ui/addentrydialog.ui:98
msgctxt "addentrydialog|label1"
msgid "Element Name"
msgstr ""
-#: addressblockdialog.ui:8
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:8
msgctxt "addressblockdialog|AddressBlockDialog"
msgid "New Address Block"
msgstr ""
-#: addressblockdialog.ui:84
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:84
msgctxt "addressblockdialog|addressesft"
msgid "Address _elements"
msgstr ""
-#: addressblockdialog.ui:115
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:115
msgctxt "addressblockdialog|addressdestft"
msgid "1. Drag address elements here"
msgstr ""
-#: addressblockdialog.ui:139
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:139
msgctxt "addressblockdialog|up|tooltip_text"
msgid "Move up"
msgstr "Аҩада"
-#: addressblockdialog.ui:154
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:154
msgctxt "addressblockdialog|left|tooltip_text"
msgid "Move left"
msgstr ""
-#: addressblockdialog.ui:169
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:169
msgctxt "addressblockdialog|right|tooltip_text"
msgid "Move right"
msgstr ""
-#: addressblockdialog.ui:184
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:184
msgctxt "addressblockdialog|down|tooltip_text"
msgid "Move down"
msgstr "Алада"
-#: addressblockdialog.ui:222
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:222
msgctxt "addressblockdialog|label3"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: addressblockdialog.ui:238
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:238
msgctxt "addressblockdialog|customft"
msgid "2. Customi_ze salutation"
msgstr ""
-#: addressblockdialog.ui:310
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:310
msgctxt "addressblockdialog|fromaddr|tooltip_text"
msgid "Remove from address"
msgstr ""
-#: addressblockdialog.ui:410
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:410
msgctxt "addressblockdialog|image5|tooltip_text"
msgid "Add to address"
msgstr ""
-#: alreadyexistsdialog.ui:6
+#: sw/uiconfig/swriter/ui/alreadyexistsdialog.ui:7
+msgctxt "alreadyexistsdialog|AlreadyExistsDialog"
+msgid "File already exists"
+msgstr "Ари афаил ыҟоуп"
+
+#: sw/uiconfig/swriter/ui/alreadyexistsdialog.ui:12
msgctxt "alreadyexistsdialog|textbuffer1"
msgid "A document with the name '%1' already exists."
msgstr ""
-#: alreadyexistsdialog.ui:9
+#: sw/uiconfig/swriter/ui/alreadyexistsdialog.ui:13
msgctxt "alreadyexistsdialog|textbuffer2"
msgid "Please save this document under a different name."
msgstr ""
-#: alreadyexistsdialog.ui:14
-msgctxt "alreadyexistsdialog|AlreadyExistsDialog"
-msgid "File already exists"
-msgstr "Ари афаил ыҟоуп"
-
-#: alreadyexistsdialog.ui:126
+#: sw/uiconfig/swriter/ui/alreadyexistsdialog.ui:81
msgctxt "alreadyexistsdialog|label1"
-msgid "New document name:"
-msgstr "Адокумент ахьӡ ҿыц:"
+msgid "Subject:"
+msgstr ""
-#: annotationmenu.ui:12
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:12
msgctxt "annotationmenu|reply"
msgid "Reply"
msgstr ""
-#: annotationmenu.ui:26
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:26
msgctxt "annotationmenu|delete"
msgid "Delete _Comment"
msgstr "Ианыхтәуп акомментари"
-#: annotationmenu.ui:34
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete _All Comments by $1"
msgstr "Ианыхтәуп акомментариқәа зегьы $1 аҟынтә"
-#: annotationmenu.ui:42
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:42
msgctxt "annotationmenu|deleteall"
msgid "_Delete All Comments"
msgstr "Ианыхтәуп акомментариқәа зегьы"
-#: annotationmenu.ui:50
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:50
msgctxt "annotationmenu|formatall"
msgid "Format All Comments..."
msgstr ""
-#: asciifilterdialog.ui:8
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:8
msgctxt "asciifilterdialog|AsciiFilterDialog"
msgid "ASCII Filter Options"
msgstr ""
-#: asciifilterdialog.ui:97
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:100
msgctxt "asciifilterdialog|label2"
msgid "_Character set"
msgstr "Акодркра"
-#: asciifilterdialog.ui:113
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:114
msgctxt "asciifilterdialog|fontft"
msgid "Default fonts"
msgstr "Истандарту ашрифт"
-#: asciifilterdialog.ui:129
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:128
msgctxt "asciifilterdialog|languageft"
msgid "Lan_guage"
msgstr "Абызшәа"
-#: asciifilterdialog.ui:145
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:142
msgctxt "asciifilterdialog|label5"
msgid "_Paragraph break"
msgstr ""
-#: asciifilterdialog.ui:204
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:181
msgctxt "asciifilterdialog|crlf"
msgid "_CR & LF"
msgstr ""
-#: asciifilterdialog.ui:222
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:198
msgctxt "asciifilterdialog|cr"
msgid "C_R"
msgstr ""
-#: asciifilterdialog.ui:240
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:216
msgctxt "asciifilterdialog|lf"
msgid "_LF"
msgstr ""
-#: asciifilterdialog.ui:272
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:264
msgctxt "asciifilterdialog|label1"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа"
-#: asksearchdialog.ui:12
+#: sw/uiconfig/swriter/ui/asksearchdialog.ui:12
msgctxt "asksearchdialog|AskSearchDialog"
msgid "To proceed with this action, you must first turn off the \"undo\" function. Do you want to turn off the \"undo\" function?"
msgstr ""
-#: assignfieldsdialog.ui:9
+#: sw/uiconfig/swriter/ui/assignfieldsdialog.ui:9
msgctxt "assignfieldsdialog|AssignFieldsDialog"
msgid "Match Fields"
msgstr ""
-#: assignfieldsdialog.ui:85
+#: sw/uiconfig/swriter/ui/assignfieldsdialog.ui:85
msgctxt "assignfieldsdialog|MATCHING_LABEL"
msgid "Assign the fields from your data source to match the address elements."
msgstr ""
-#: assignfieldsdialog.ui:111
+#: sw/uiconfig/swriter/ui/assignfieldsdialog.ui:111
msgctxt "assignfieldsdialog|PREVIEW_LABEL"
msgid "Address block preview"
msgstr ""
-#: assignstylesdialog.ui:19
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:19
msgctxt "assignstylesdialog|AssignStylesDialog"
msgid "Assign Styles"
msgstr "Иазалхтәуп астильқәа"
-#: assignstylesdialog.ui:124
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:124
msgctxt "assignstylesdialog|left-atkobject"
msgid "Left"
msgstr "Арымарахь"
-#: assignstylesdialog.ui:142
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:142
msgctxt "assignstylesdialog|right-atkobject"
msgid "Right"
msgstr "Арыӷьарахь"
-#: assignstylesdialog.ui:190
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:190
msgctxt "assignstylesdialog|notapplied"
msgid "Not applied"
msgstr ""
-#: assignstylesdialog.ui:207
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:207
msgctxt "assignstylesdialog|label3"
msgid "Styles"
msgstr "Астильқәа"
-#: attachnamedialog.ui:6
+#: sw/uiconfig/swriter/ui/attachnamedialog.ui:7
+msgctxt "attachnamedialog|AttachNameDialog"
+msgid "No Attachment Name"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/attachnamedialog.ui:12
msgctxt "attachnamedialog|textbuffer1"
msgid "You did not specify a new name for the attachment."
msgstr ""
-#: attachnamedialog.ui:9
+#: sw/uiconfig/swriter/ui/attachnamedialog.ui:13
msgctxt "attachnamedialog|textbuffer2"
msgid "If you would like to provide one, please type it now."
msgstr ""
-#: attachnamedialog.ui:14
-msgctxt "attachnamedialog|AttachNameDialog"
-msgid "No Attachment Name"
-msgstr ""
-
-#: attachnamedialog.ui:138
+#: sw/uiconfig/swriter/ui/attachnamedialog.ui:81
msgctxt "attachnamedialog|label1"
msgid "Name:"
msgstr "Ахьӡ:"
-#: authenticationsettingsdialog.ui:14
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:14
msgctxt "authenticationsettingsdialog|AuthenticationSettingsDialog"
msgid "Server Authentication"
msgstr ""
-#: authenticationsettingsdialog.ui:88
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:91
msgctxt "authenticationsettingsdialog|authentication"
msgid "The outgoing mail server (SMTP) requires au_thentication"
msgstr ""
-#: authenticationsettingsdialog.ui:104
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:107
msgctxt "authenticationsettingsdialog|separateauthentication"
msgid "The outgoing mail server (SMTP) requires _separate authentication"
msgstr ""
-#: authenticationsettingsdialog.ui:127
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:128
msgctxt "authenticationsettingsdialog|label1"
msgid "Outgoing mail server:"
msgstr ""
-#: authenticationsettingsdialog.ui:154
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:155
msgctxt "authenticationsettingsdialog|username_label"
msgid "_User name:"
msgstr "Ахархәаҩ ихьӡ:"
-#: authenticationsettingsdialog.ui:183
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:185
msgctxt "authenticationsettingsdialog|outpassword_label"
msgid "_Password:"
msgstr "Ажәамаӡа:"
-#: authenticationsettingsdialog.ui:194
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:197
msgctxt "authenticationsettingsdialog|smtpafterpop"
msgid "The outgoing mail server uses the same authentication as the _incoming mail server"
msgstr ""
-#: authenticationsettingsdialog.ui:217
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:219
msgctxt "authenticationsettingsdialog|label2"
msgid "Incoming mail server:"
msgstr ""
-#: authenticationsettingsdialog.ui:244
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:246
msgctxt "authenticationsettingsdialog|server_label"
msgid "Server _name:"
msgstr ""
-#: authenticationsettingsdialog.ui:271
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:273
msgctxt "authenticationsettingsdialog|port_label"
msgid "P_ort:"
msgstr ""
-#: authenticationsettingsdialog.ui:286
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:288
msgctxt "authenticationsettingsdialog|label3"
msgid "Type:"
msgstr "Атип:"
-#: authenticationsettingsdialog.ui:295
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:298
msgctxt "authenticationsettingsdialog|pop3"
msgid "_POP3"
msgstr ""
-#: authenticationsettingsdialog.ui:312
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:314
msgctxt "authenticationsettingsdialog|imap"
msgid "_IMAP"
msgstr ""
-#: authenticationsettingsdialog.ui:360
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:362
msgctxt "authenticationsettingsdialog|inusername_label"
msgid "Us_er name:"
msgstr "Ахархәаҩ ихьӡ:"
-#: authenticationsettingsdialog.ui:375
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:377
msgctxt "authenticationsettingsdialog|inpassword_label"
msgid "Pass_word:"
msgstr "Ажәамаӡа:"
-#: autoformattable.ui:9
+#: sw/uiconfig/swriter/ui/autoformattable.ui:16
msgctxt "autoformattable|AutoFormatTableDialog"
msgid "AutoFormat"
msgstr "Автоформат"
-#: autoformattable.ui:95
+#: sw/uiconfig/swriter/ui/autoformattable.ui:208
msgctxt "autoformattable|rename"
msgid "Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: autoformattable.ui:187
+#: sw/uiconfig/swriter/ui/autoformattable.ui:233
msgctxt "autoformattable|label1"
msgid "Format"
msgstr "Аформат"
-#: autoformattable.ui:220
+#: sw/uiconfig/swriter/ui/autoformattable.ui:266
msgctxt "autoformattable|numformatcb"
msgid "Number format"
msgstr "Ахыҧхьаӡаратә формат"
-#: autoformattable.ui:237
+#: sw/uiconfig/swriter/ui/autoformattable.ui:281
msgctxt "autoformattable|bordercb"
msgid "Borders"
msgstr ""
-#: autoformattable.ui:254
+#: sw/uiconfig/swriter/ui/autoformattable.ui:296
msgctxt "autoformattable|fontcb"
msgid "Font"
msgstr "Ашрифт"
-#: autoformattable.ui:271
+#: sw/uiconfig/swriter/ui/autoformattable.ui:311
msgctxt "autoformattable|patterncb"
msgid "Pattern"
msgstr ""
-#: autoformattable.ui:288
+#: sw/uiconfig/swriter/ui/autoformattable.ui:326
msgctxt "autoformattable|alignmentcb"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: autoformattable.ui:314
+#: sw/uiconfig/swriter/ui/autoformattable.ui:350
msgctxt "autoformattable|label2"
msgid "Formatting"
msgstr "Аформатркра"
-#: autotext.ui:9
+#: sw/uiconfig/swriter/ui/autotext.ui:9
msgctxt "autotext|AutoTextDialog"
msgid "AutoText"
msgstr "Автотеқст"
-#: autotext.ui:22
+#: sw/uiconfig/swriter/ui/autotext.ui:22
msgctxt "autotext|insert"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: autotext.ui:67
+#: sw/uiconfig/swriter/ui/autotext.ui:67
msgctxt "autotext|autotext"
msgid "AutoTe_xt"
msgstr "Автотеқст"
-#: autotext.ui:81
+#: sw/uiconfig/swriter/ui/autotext.ui:81
msgctxt "autotext|categories"
msgid "Cat_egories..."
msgstr ""
-#: autotext.ui:95
+#: sw/uiconfig/swriter/ui/autotext.ui:95
msgctxt "autotext|path"
msgid "_Path..."
msgstr ""
-#: autotext.ui:142
+#: sw/uiconfig/swriter/ui/autotext.ui:142
msgctxt "autotext|relfile"
msgid "_File system"
msgstr "Афаилтә системақәа"
-#: autotext.ui:157
+#: sw/uiconfig/swriter/ui/autotext.ui:157
#, fuzzy
msgctxt "autotext|relnet"
msgid "Inter_net"
msgstr "А-Интернет"
-#: autotext.ui:178
+#: sw/uiconfig/swriter/ui/autotext.ui:178
msgctxt "autotext|label1"
msgid "Save Links Relative To"
msgstr ""
-#: autotext.ui:205
+#: sw/uiconfig/swriter/ui/autotext.ui:205
msgctxt "autotext|inserttip"
msgid "_Display remainder of name as suggestion while typing"
msgstr ""
-#: autotext.ui:230
+#: sw/uiconfig/swriter/ui/autotext.ui:230
msgctxt "autotext|nameft"
msgid "Name:"
msgstr "Ахьӡ:"
-#: autotext.ui:243
+#: sw/uiconfig/swriter/ui/autotext.ui:243
msgctxt "autotext|shortnameft"
msgid "Shortcut:"
msgstr ""
-#: autotext.ui:298
+#: sw/uiconfig/swriter/ui/autotext.ui:297
msgctxt "autotext|category-atkobject"
msgid "Category"
msgstr "Акатегориа"
-#: autotext.ui:383
+#: sw/uiconfig/swriter/ui/autotext.ui:382
msgctxt "autotext|new"
msgid "_New"
msgstr "Иаҧҵатәуп"
-#: autotext.ui:391
+#: sw/uiconfig/swriter/ui/autotext.ui:390
msgctxt "autotext|newtext"
msgid "New (text only)"
msgstr "Иаҧҵатәуп (атеқст мацара)"
-#: autotext.ui:399
+#: sw/uiconfig/swriter/ui/autotext.ui:398
msgctxt "autotext|copy"
msgid "_Copy"
msgstr "_Акопиа ахыхтәуп"
-#: autotext.ui:407
+#: sw/uiconfig/swriter/ui/autotext.ui:406
msgctxt "autotext|replace"
msgid "Replace"
msgstr "Иҧсахтәуп"
-#: autotext.ui:415
+#: sw/uiconfig/swriter/ui/autotext.ui:414
msgctxt "autotext|replacetext"
msgid "Rep_lace (text only)"
msgstr ""
-#: autotext.ui:423
+#: sw/uiconfig/swriter/ui/autotext.ui:422
msgctxt "autotext|rename"
msgid "Rename..."
msgstr ""
-#: autotext.ui:431
+#: sw/uiconfig/swriter/ui/autotext.ui:430
msgctxt "autotext|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: autotext.ui:445
+#: sw/uiconfig/swriter/ui/autotext.ui:444
msgctxt "autotext|edit"
msgid "_Edit"
msgstr "Ариашара"
-#: autotext.ui:459
+#: sw/uiconfig/swriter/ui/autotext.ui:458
msgctxt "autotext|macro"
msgid "_Macro..."
msgstr ""
-#: autotext.ui:473
+#: sw/uiconfig/swriter/ui/autotext.ui:472
msgctxt "autotext|import"
msgid "_Import..."
msgstr "_Аимпорт..."
-#: bibliographyentry.ui:7
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:7
#, fuzzy
msgctxt "bibliographyentry|BibliographyEntryDialog"
msgid "Insert Bibliography Entry"
msgstr "Абиблиографиатә зхьарҧшқәа рыриашара"
-#: bibliographyentry.ui:20
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:20
msgctxt "bibliographyentry|insert"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: bibliographyentry.ui:35
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:35
msgctxt "bibliographyentry|modify"
msgid "Apply"
msgstr "Ихархәатәуп"
-#: bibliographyentry.ui:137
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:137
msgctxt "bibliographyentry|label2"
msgid "Author"
msgstr "Автор"
-#: bibliographyentry.ui:154
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:154
#, fuzzy
msgctxt "bibliographyentry|label3"
msgid "Title"
msgstr "Ахы"
-#: bibliographyentry.ui:185
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:185
msgctxt "bibliographyentry|label5"
msgid "Short name"
msgstr ""
-#: bibliographyentry.ui:224
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:224
msgctxt "bibliographyentry|frombibliography"
msgid "From bibliography database"
msgstr ""
-#: bibliographyentry.ui:242
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:243
msgctxt "bibliographyentry|fromdocument"
msgid "From document content"
msgstr ""
-#: bibliographyentry.ui:279
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:280
msgctxt "bibliographyentry|label1"
msgid "Entry"
msgstr ""
-#: bulletsandnumbering.ui:8
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:8
msgctxt "bulletsandnumbering|BulletsAndNumberingDialog"
msgid "Bullets and Numbering"
msgstr "Амаркерқәеи аномерркреи"
-#: bulletsandnumbering.ui:39
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:39
msgctxt "bulletsandnumbering|user"
msgid "_Remove"
msgstr "_Ианыхтәуп"
-#: bulletsandnumbering.ui:82
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:82
msgctxt "bulletsandnumbering|reset"
msgid "Reset"
msgstr "Еиҭашьақәыргылатәуп"
-#: bulletsandnumbering.ui:120
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:120
msgctxt "bulletsandnumbering|bullets"
msgid "Bullets"
msgstr "Амаркерқәа"
-#: bulletsandnumbering.ui:142
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:142
msgctxt "bulletsandnumbering|singlenum"
msgid "Numbering"
msgstr "Аномерркра"
-#: bulletsandnumbering.ui:165
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:165
msgctxt "bulletsandnumbering|outlinenum"
msgid "Outline"
msgstr "Аконтур"
-#: bulletsandnumbering.ui:188
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:188
msgctxt "bulletsandnumbering|graphics"
msgid "Image"
msgstr "Асахьа"
-#: bulletsandnumbering.ui:211
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:211
msgctxt "bulletsandnumbering|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: bulletsandnumbering.ui:234
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:234
msgctxt "bulletsandnumbering|customize"
msgid "Customize"
msgstr ""
-#: businessdatapage.ui:28
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:28
#, fuzzy
msgctxt "businessdatapage|label5"
msgid "Company:"
msgstr "Аиҿкаара"
-#: businessdatapage.ui:42
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:42
msgctxt "businessdatapage|streetft"
msgid "Slogan:"
msgstr ""
-#: businessdatapage.ui:56
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:56
msgctxt "businessdatapage|countryft"
msgid "Co_untry/state:"
msgstr ""
-#: businessdatapage.ui:70
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:70
msgctxt "businessdatapage|label8"
msgid "Position:"
msgstr "Аҭыҧ:"
-#: businessdatapage.ui:84
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:84
#, fuzzy
msgctxt "businessdatapage|phoneft"
msgid "Fa_x:"
msgstr "Афакс:"
-#: businessdatapage.ui:89
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:89
msgctxt "businessdatapage|phoneft-atkobject"
msgid "Home telephone number"
msgstr ""
-#: businessdatapage.ui:103
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:103
msgctxt "businessdatapage|faxft"
msgid "Homepage/e-mail:"
msgstr "Асаит/e-mail:"
-#: businessdatapage.ui:126
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:125
msgctxt "businessdatapage|company-atkobject"
msgid "First name"
msgstr "Ахьӡ"
-#: businessdatapage.ui:156
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:154
#, fuzzy
msgctxt "businessdatapage|position-atkobject"
msgid "Title"
msgstr "Ахы"
-#: businessdatapage.ui:185
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:182
msgctxt "businessdatapage|fax-atkobject"
msgid "Home telephone number"
msgstr ""
-#: businessdatapage.ui:216
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:212
msgctxt "businessdatapage|url-atkobject"
msgid "FAX number"
msgstr ""
-#: businessdatapage.ui:234
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:229
msgctxt "businessdatapage|email-atkobject"
msgid "email address"
msgstr ""
-#: businessdatapage.ui:254
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:249
msgctxt "businessdatapage|eastnameft"
msgid "Company 2nd line:"
msgstr ""
-#: businessdatapage.ui:277
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:271
msgctxt "businessdatapage|company2-atkobject"
msgid "Last name"
msgstr "Ажәла"
-#: businessdatapage.ui:297
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:291
msgctxt "businessdatapage|icityft"
msgid "_Zip/city:"
msgstr ""
-#: businessdatapage.ui:320
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:313
msgctxt "businessdatapage|icity-atkobject"
msgid "City"
msgstr "Ақалақь"
-#: businessdatapage.ui:338
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:330
msgctxt "businessdatapage|izip-atkobject"
msgid "Zip code"
msgstr ""
-#: businessdatapage.ui:420
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:409
msgctxt "businessdatapage|titleft1"
msgid "Phone/mobile:"
msgstr ""
-#: businessdatapage.ui:444
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:432
#, fuzzy
msgctxt "businessdatapage|phone-atkobject"
msgid "Title"
msgstr "Ахы"
-#: businessdatapage.ui:462
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:449
msgctxt "businessdatapage|mobile-atkobject"
msgid "Position"
msgstr "Аҭыҧ"
-#: businessdatapage.ui:482
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:469
msgctxt "businessdatapage|streetft1"
msgid "Street:"
msgstr "Амҩа ахьӡ:"
-#: businessdatapage.ui:523
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:509
msgctxt "businessdatapage|label1"
msgid "Business Data"
msgstr ""
-#: cannotsavelabeldialog.ui:8
+#: sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui:7
msgctxt "cannotsavelabeldialog|CannotSaveLabelDialog"
msgid "Cannot Add Label"
msgstr ""
-#: cannotsavelabeldialog.ui:14
+#: sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui:14
msgctxt "cannotsavelabeldialog|CannotSaveLabelDialog"
msgid "Cannot add label"
msgstr ""
-#: cannotsavelabeldialog.ui:15
+#: sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui:15
msgctxt "cannotsavelabeldialog|CannotSaveLabelDialog"
msgid "Predefined labels cannot be overwritten, use another name."
msgstr ""
-#: captiondialog.ui:8
+#: sw/uiconfig/swriter/ui/captiondialog.ui:8
msgctxt "captiondialog|CaptionDialog"
msgid "Caption"
msgstr ""
-#: captionoptions.ui:12
-msgctxt "captionoptions|liststore1"
-msgid "Category first"
-msgstr ""
-
-#: captionoptions.ui:15
-msgctxt "captionoptions|liststore1"
-msgid "Numbering first"
-msgstr ""
-
-#: captionoptions.ui:22
+#: sw/uiconfig/swriter/ui/captionoptions.ui:8
msgctxt "captionoptions|CaptionOptionsDialog"
msgid "Caption Options"
msgstr "Ахьӡ апараметрқәа"
-#: captionoptions.ui:85
+#: sw/uiconfig/swriter/ui/captionoptions.ui:129
msgctxt "captionoptions|label5"
msgid "_Level:"
msgstr ""
-#: captionoptions.ui:99
+#: sw/uiconfig/swriter/ui/captionoptions.ui:143
#, fuzzy
msgctxt "captionoptions|label6"
msgid "_Separator:"
msgstr "Аиҟәшага"
-#: captionoptions.ui:116
+#: sw/uiconfig/swriter/ui/captionoptions.ui:161
msgctxt "captionoptions|label1"
msgid "Numbering Captions by Chapter"
msgstr ""
-#: captionoptions.ui:154
+#: sw/uiconfig/swriter/ui/captionoptions.ui:198
#, fuzzy
msgctxt "captionoptions|label4"
msgid "Character style:"
msgstr "Асимвол астиль:"
-#: captionoptions.ui:176
+#: sw/uiconfig/swriter/ui/captionoptions.ui:221
msgctxt "captionoptions|border_and_shadow"
msgid "_Apply border and shadow"
msgstr ""
-#: captionoptions.ui:199
+#: sw/uiconfig/swriter/ui/captionoptions.ui:244
msgctxt "captionoptions|label2"
msgid "Category and Frame Format"
msgstr ""
-#: captionoptions.ui:237
+#: sw/uiconfig/swriter/ui/captionoptions.ui:281
msgctxt "captionoptions|label7"
msgid "Caption order:"
msgstr ""
-#: captionoptions.ui:266
-msgctxt "captionoptions|label3"
-msgid "Caption"
+#: sw/uiconfig/swriter/ui/captionoptions.ui:297
+msgctxt "captionoptions|liststore1"
+msgid "Category first"
msgstr ""
-#: cardformatpage.ui:38
-msgctxt "cardformatpage|label2"
-msgid "AutoText - Section"
+#: sw/uiconfig/swriter/ui/captionoptions.ui:298
+msgctxt "captionoptions|liststore1"
+msgid "Numbering first"
msgstr ""
-#: cardformatpage.ui:122
-msgctxt "cardformatpage|label1"
-msgid "Content"
-msgstr "Иаҵанакуа"
+#: sw/uiconfig/swriter/ui/captionoptions.ui:314
+msgctxt "captionoptions|label3"
+msgid "Caption"
+msgstr ""
-#: cardmediumpage.ui:63
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:63
msgctxt "cardmediumpage|address"
msgid "Address"
msgstr "Адрес"
-#: cardmediumpage.ui:82
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:83
msgctxt "cardmediumpage|label2"
msgid "Label text:"
msgstr ""
-#: cardmediumpage.ui:142
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:143
#, fuzzy
msgctxt "cardmediumpage|label4"
msgid "Database:"
msgstr "Адырқәа рбаза"
-#: cardmediumpage.ui:180
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:181
msgctxt "cardmediumpage|label7"
msgid "Table:"
msgstr "Атаблица:"
-#: cardmediumpage.ui:218
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:219
#, fuzzy
msgctxt "cardmediumpage|label8"
msgid "Database field:"
msgstr "Адырқәа рбаза афаил"
-#: cardmediumpage.ui:255
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:256
msgctxt "cardmediumpage|insert|tooltip_text"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: cardmediumpage.ui:272
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:273
#, fuzzy
msgctxt "cardmediumpage|label6"
msgid "Inscription"
msgstr "Ахҳәаа"
-#: cardmediumpage.ui:319
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:320
msgctxt "cardmediumpage|continuous"
msgid "_Continuous"
msgstr ""
-#: cardmediumpage.ui:335
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:336
#, fuzzy
msgctxt "cardmediumpage|sheet"
msgid "_Sheet"
msgstr "Абӷьыц"
-#: cardmediumpage.ui:368
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:369
msgctxt "cardmediumpage|label5"
msgid "Brand:"
msgstr ""
-#: cardmediumpage.ui:382
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:383
msgctxt "cardmediumpage|label3"
msgid "_Type:"
msgstr "Атип:"
-#: cardmediumpage.ui:456
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:457
msgctxt "cardmediumpage|label1"
msgid "Format"
msgstr "Аформат"
-#: ccdialog.ui:8
+#: sw/uiconfig/swriter/ui/ccdialog.ui:8
msgctxt "ccdialog|CCDialog"
msgid "Copy To"
msgstr ""
-#: ccdialog.ui:100
+#: sw/uiconfig/swriter/ui/ccdialog.ui:102
msgctxt "ccdialog|label2"
msgid "_Cc:"
msgstr ""
-#: ccdialog.ui:114
+#: sw/uiconfig/swriter/ui/ccdialog.ui:116
msgctxt "ccdialog|label3"
msgid "_Bcc:"
msgstr ""
-#: ccdialog.ui:128
+#: sw/uiconfig/swriter/ui/ccdialog.ui:130
msgctxt "ccdialog|label4"
msgid "Note: Separate e-mail addresses with a semicolon (;)."
msgstr ""
-#: ccdialog.ui:169
+#: sw/uiconfig/swriter/ui/ccdialog.ui:170
msgctxt "ccdialog|label1"
msgid "Send a Copy of This Mail To..."
msgstr ""
-#: characterproperties.ui:8
+#: sw/uiconfig/swriter/ui/characterproperties.ui:8
#, fuzzy
msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Асимволқәа"
-#: characterproperties.ui:106
+#: sw/uiconfig/swriter/ui/characterproperties.ui:106
#, fuzzy
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Ашрифт"
-#: characterproperties.ui:128
+#: sw/uiconfig/swriter/ui/characterproperties.ui:128
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: characterproperties.ui:151
+#: sw/uiconfig/swriter/ui/characterproperties.ui:151
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: characterproperties.ui:174
+#: sw/uiconfig/swriter/ui/characterproperties.ui:174
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr ""
-#: characterproperties.ui:197
+#: sw/uiconfig/swriter/ui/characterproperties.ui:197
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
-#: characterproperties.ui:220
+#: sw/uiconfig/swriter/ui/characterproperties.ui:220
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr ""
-#: characterproperties.ui:243
+#: sw/uiconfig/swriter/ui/characterproperties.ui:243
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr ""
-#: charurlpage.ui:35
+#: sw/uiconfig/swriter/ui/charurlpage.ui:35
#, fuzzy
msgctxt "charurlpage|label36"
msgid "URL:"
msgstr "URL:"
-#: charurlpage.ui:49
+#: sw/uiconfig/swriter/ui/charurlpage.ui:49
msgctxt "charurlpage|label37"
msgid "Name:"
msgstr "Ахьӡ:"
-#: charurlpage.ui:63
+#: sw/uiconfig/swriter/ui/charurlpage.ui:63
#, fuzzy
msgctxt "charurlpage|textft"
msgid "Text:"
msgstr "Атеқст:"
-#: charurlpage.ui:77
+#: sw/uiconfig/swriter/ui/charurlpage.ui:77
msgctxt "charurlpage|label39"
msgid "Target frame:"
msgstr ""
-#: charurlpage.ui:88
+#: sw/uiconfig/swriter/ui/charurlpage.ui:88
msgctxt "charurlpage|eventpb"
msgid "Events..."
msgstr ""
-#: charurlpage.ui:138
+#: sw/uiconfig/swriter/ui/charurlpage.ui:135
msgctxt "charurlpage|urlpb"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: charurlpage.ui:188
+#: sw/uiconfig/swriter/ui/charurlpage.ui:185
msgctxt "charurlpage|label32"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
-#: charurlpage.ui:224
+#: sw/uiconfig/swriter/ui/charurlpage.ui:221
msgctxt "charurlpage|label34"
msgid "Visited links:"
msgstr ""
-#: charurlpage.ui:238
+#: sw/uiconfig/swriter/ui/charurlpage.ui:235
msgctxt "charurlpage|label10"
msgid "Unvisited links:"
msgstr ""
-#: charurlpage.ui:275
+#: sw/uiconfig/swriter/ui/charurlpage.ui:272
#, fuzzy
msgctxt "charurlpage|label33"
msgid "Character Styles"
msgstr "Асимвол астильқәа"
-#: columndialog.ui:8
+#: sw/uiconfig/swriter/ui/columndialog.ui:8
msgctxt "columndialog|ColumnDialog"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: columnpage.ui:59
-msgctxt "columnpage|liststore1"
-msgid "Left-to-right"
-msgstr "Армарахьтә арӷьарахь"
-
-#: columnpage.ui:63
-msgctxt "columnpage|liststore1"
-msgid "Right-to-left"
-msgstr "Арӷьарахьтә армарахь"
-
-#: columnpage.ui:67
-msgctxt "columnpage|liststore1"
-msgid "Use superordinate object settings"
-msgstr ""
-
-#: columnpage.ui:81
+#: sw/uiconfig/swriter/ui/columnpage.ui:59
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Алхра"
-#: columnpage.ui:85
+#: sw/uiconfig/swriter/ui/columnpage.ui:63
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Уажәтәи алкаара"
-#: columnpage.ui:89
+#: sw/uiconfig/swriter/ui/columnpage.ui:67
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Ианыхтәуп аҟәша"
-#: columnpage.ui:93
+#: sw/uiconfig/swriter/ui/columnpage.ui:71
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Афреим"
-#: columnpage.ui:97
+#: sw/uiconfig/swriter/ui/columnpage.ui:75
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "Атаблицақәа рстиль"
-#: columnpage.ui:134
+#: sw/uiconfig/swriter/ui/columnpage.ui:112
#, fuzzy
msgctxt "columnpage|columnft"
msgid "Column:"
msgstr "Аиҵагыла"
-#: columnpage.ui:195
+#: sw/uiconfig/swriter/ui/columnpage.ui:173
msgctxt "columnpage|widthft"
msgid "Width:"
msgstr "Аҭбаара:"
-#: columnpage.ui:266
+#: sw/uiconfig/swriter/ui/columnpage.ui:241
#, fuzzy
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Аинтервал:"
-#: columnpage.ui:327
+#: sw/uiconfig/swriter/ui/columnpage.ui:300
msgctxt "columnpage|autowidth"
msgid "Auto_Width"
msgstr ""
-#: columnpage.ui:400
+#: sw/uiconfig/swriter/ui/columnpage.ui:373
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr ""
-#: columnpage.ui:437
+#: sw/uiconfig/swriter/ui/columnpage.ui:410
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Астиль:"
-#: columnpage.ui:451
+#: sw/uiconfig/swriter/ui/columnpage.ui:424
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_Аҭбаара:"
-#: columnpage.ui:465
+#: sw/uiconfig/swriter/ui/columnpage.ui:438
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "Аҳаракыра:"
-#: columnpage.ui:479
+#: sw/uiconfig/swriter/ui/columnpage.ui:452
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "Аҭыҧ:"
-#: columnpage.ui:505
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Хыхьла"
-#: columnpage.ui:506
+#: sw/uiconfig/swriter/ui/columnpage.ui:479
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Ацентр ала"
-#: columnpage.ui:507
+#: sw/uiconfig/swriter/ui/columnpage.ui:480
#, fuzzy
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: columnpage.ui:555
+#: sw/uiconfig/swriter/ui/columnpage.ui:526
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr ""
-#: columnpage.ui:579
+#: sw/uiconfig/swriter/ui/columnpage.ui:550
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr ""
-#: columnpage.ui:631
+#: sw/uiconfig/swriter/ui/columnpage.ui:602
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Аиҵагылақәа"
-#: columnpage.ui:666
+#: sw/uiconfig/swriter/ui/columnpage.ui:636
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr ""
-#: columnpage.ui:700
+#: sw/uiconfig/swriter/ui/columnpage.ui:670
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr ""
-#: columnpage.ui:725
+#: sw/uiconfig/swriter/ui/columnpage.ui:695
#, fuzzy
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "Атеқст ахырхарҭа"
-#: columnpage.ui:782
+#: sw/uiconfig/swriter/ui/columnpage.ui:750
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Архиарақәа"
-#: columnwidth.ui:15
+#: sw/uiconfig/swriter/ui/columnwidth.ui:15
msgctxt "columnwidth|ColumnWidthDialog"
msgid "Column Width"
msgstr "Аиҵагыла аҭбаара"
-#: columnwidth.ui:102
+#: sw/uiconfig/swriter/ui/columnwidth.ui:105
#, fuzzy
msgctxt "columnwidth|label2"
msgid "Column:"
msgstr "Аиҵагыла"
-#: columnwidth.ui:116
+#: sw/uiconfig/swriter/ui/columnwidth.ui:119
msgctxt "columnwidth|label3"
msgid "Width:"
msgstr "Аҭбаара:"
-#: columnwidth.ui:158
+#: sw/uiconfig/swriter/ui/columnwidth.ui:162
msgctxt "columnwidth|label1"
msgid "Width"
msgstr "Аҭбаара"
-#: conditionpage.ui:39
+#: sw/uiconfig/swriter/ui/conditionpage.ui:39
#, fuzzy
msgctxt "conditionpage|condstyle"
msgid "_Conditional Style"
msgstr "Аҭагылазаашьатә стильқәа"
-#: conditionpage.ui:63
+#: sw/uiconfig/swriter/ui/conditionpage.ui:63
#, fuzzy
msgctxt "conditionpage|contextft"
msgid "Conte_xt"
msgstr "Иаҵанакуа"
-#: conditionpage.ui:78
+#: sw/uiconfig/swriter/ui/conditionpage.ui:78
msgctxt "conditionpage|usedft"
msgid "Applied Styles"
msgstr "Ахархәара змоу астильқәа"
-#: conditionpage.ui:92
+#: sw/uiconfig/swriter/ui/conditionpage.ui:92
msgctxt "conditionpage|styleft"
msgid "_Paragraph Styles"
msgstr "Абзац астильқәа"
-#: conditionpage.ui:199
+#: sw/uiconfig/swriter/ui/conditionpage.ui:199
#, fuzzy
msgctxt "conditionpage|filter"
msgid "Table Header"
msgstr "Атаблица ахы"
-#: conditionpage.ui:200
+#: sw/uiconfig/swriter/ui/conditionpage.ui:200
msgctxt "conditionpage|filter"
msgid "Table"
msgstr "Атаблица"
-#: conditionpage.ui:201
+#: sw/uiconfig/swriter/ui/conditionpage.ui:201
msgctxt "conditionpage|filter"
msgid "Frame"
msgstr "Афреим"
-#: conditionpage.ui:202
+#: sw/uiconfig/swriter/ui/conditionpage.ui:202
#, fuzzy
msgctxt "conditionpage|filter"
msgid "Section"
msgstr "апараграф"
-#: conditionpage.ui:203
+#: sw/uiconfig/swriter/ui/conditionpage.ui:203
msgctxt "conditionpage|filter"
msgid "Footnote"
msgstr ""
-#: conditionpage.ui:204
+#: sw/uiconfig/swriter/ui/conditionpage.ui:204
msgctxt "conditionpage|filter"
msgid "Endnote"
msgstr ""
-#: conditionpage.ui:205
+#: sw/uiconfig/swriter/ui/conditionpage.ui:205
msgctxt "conditionpage|filter"
msgid "Header"
msgstr ""
-#: conditionpage.ui:206
+#: sw/uiconfig/swriter/ui/conditionpage.ui:206
msgctxt "conditionpage|filter"
msgid "Footer"
msgstr ""
-#: conditionpage.ui:207
+#: sw/uiconfig/swriter/ui/conditionpage.ui:207
msgctxt "conditionpage|filter"
msgid " 1st Outline Level"
msgstr ""
-#: conditionpage.ui:208
+#: sw/uiconfig/swriter/ui/conditionpage.ui:208
msgctxt "conditionpage|filter"
msgid " 2nd Outline Level"
msgstr ""
-#: conditionpage.ui:209
+#: sw/uiconfig/swriter/ui/conditionpage.ui:209
msgctxt "conditionpage|filter"
msgid " 3rd Outline Level"
msgstr ""
-#: conditionpage.ui:210
+#: sw/uiconfig/swriter/ui/conditionpage.ui:210
msgctxt "conditionpage|filter"
msgid " 4th Outline Level"
msgstr ""
-#: conditionpage.ui:211
+#: sw/uiconfig/swriter/ui/conditionpage.ui:211
msgctxt "conditionpage|filter"
msgid " 5th Outline Level"
msgstr ""
-#: conditionpage.ui:212
+#: sw/uiconfig/swriter/ui/conditionpage.ui:212
msgctxt "conditionpage|filter"
msgid " 6th Outline Level"
msgstr ""
-#: conditionpage.ui:213
+#: sw/uiconfig/swriter/ui/conditionpage.ui:213
msgctxt "conditionpage|filter"
msgid " 7th Outline Level"
msgstr ""
-#: conditionpage.ui:214
+#: sw/uiconfig/swriter/ui/conditionpage.ui:214
msgctxt "conditionpage|filter"
msgid " 8th Outline Level"
msgstr ""
-#: conditionpage.ui:215
+#: sw/uiconfig/swriter/ui/conditionpage.ui:215
msgctxt "conditionpage|filter"
msgid " 9th Outline Level"
msgstr ""
-#: conditionpage.ui:216
+#: sw/uiconfig/swriter/ui/conditionpage.ui:216
msgctxt "conditionpage|filter"
msgid "10th Outline Level"
msgstr ""
-#: conditionpage.ui:217
+#: sw/uiconfig/swriter/ui/conditionpage.ui:217
msgctxt "conditionpage|filter"
msgid " 1st Numbering Level"
msgstr ""
-#: conditionpage.ui:218
+#: sw/uiconfig/swriter/ui/conditionpage.ui:218
msgctxt "conditionpage|filter"
msgid " 2nd Numbering Level"
msgstr ""
-#: conditionpage.ui:219
+#: sw/uiconfig/swriter/ui/conditionpage.ui:219
msgctxt "conditionpage|filter"
msgid " 3rd Numbering Level"
msgstr ""
-#: conditionpage.ui:220
+#: sw/uiconfig/swriter/ui/conditionpage.ui:220
msgctxt "conditionpage|filter"
msgid " 4th Numbering Level"
msgstr ""
-#: conditionpage.ui:221
+#: sw/uiconfig/swriter/ui/conditionpage.ui:221
msgctxt "conditionpage|filter"
msgid " 5th Numbering Level"
msgstr ""
-#: conditionpage.ui:222
+#: sw/uiconfig/swriter/ui/conditionpage.ui:222
msgctxt "conditionpage|filter"
msgid " 6th Numbering Level"
msgstr ""
-#: conditionpage.ui:223
+#: sw/uiconfig/swriter/ui/conditionpage.ui:223
msgctxt "conditionpage|filter"
msgid " 7th Numbering Level"
msgstr ""
-#: conditionpage.ui:224
+#: sw/uiconfig/swriter/ui/conditionpage.ui:224
msgctxt "conditionpage|filter"
msgid " 8th Numbering Level"
msgstr ""
-#: conditionpage.ui:225
+#: sw/uiconfig/swriter/ui/conditionpage.ui:225
msgctxt "conditionpage|filter"
msgid " 9th Numbering Level"
msgstr ""
-#: conditionpage.ui:226
+#: sw/uiconfig/swriter/ui/conditionpage.ui:226
msgctxt "conditionpage|filter"
msgid "10th Numbering Level"
msgstr ""
-#: conditionpage.ui:251
+#: sw/uiconfig/swriter/ui/conditionpage.ui:251
msgctxt "conditionpage|label11"
msgid "Options"
msgstr "Апараметрқәа"
-#: converttexttable.ui:15
+#: sw/uiconfig/swriter/ui/converttexttable.ui:15
msgctxt "converttexttable|ConvertTextTableDialog"
msgid "Convert Table to Text"
msgstr ""
-#: converttexttable.ui:114
-msgctxt "converttexttable|othered"
-msgid ","
-msgstr ""
-
-#: converttexttable.ui:120
-#, fuzzy
-msgctxt "converttexttable|othered-atkobject"
-msgid "Symbol"
-msgstr "Асимволқәа"
-
-#: converttexttable.ui:131
+#: sw/uiconfig/swriter/ui/converttexttable.ui:112
#, fuzzy
-msgctxt "converttexttable|other"
-msgid "Other:"
-msgstr "Егьырҭқәа"
+msgctxt "converttexttable|tabs"
+msgid "Tabs"
+msgstr "abs"
-#: converttexttable.ui:150
+#: sw/uiconfig/swriter/ui/converttexttable.ui:129
msgctxt "converttexttable|semicolons"
msgid "Semicolons"
msgstr ""
-#: converttexttable.ui:167
+#: sw/uiconfig/swriter/ui/converttexttable.ui:146
msgctxt "converttexttable|paragraph"
msgid "Paragraph"
msgstr "Абзац"
-#: converttexttable.ui:183
+#: sw/uiconfig/swriter/ui/converttexttable.ui:162
#, fuzzy
-msgctxt "converttexttable|tabs"
-msgid "Tabs"
-msgstr "abs"
+msgctxt "converttexttable|other"
+msgid "Other:"
+msgstr "Егьырҭқәа"
+
+#: sw/uiconfig/swriter/ui/converttexttable.ui:186
+msgctxt "converttexttable|othered"
+msgid ","
+msgstr ""
-#: converttexttable.ui:201
+#: sw/uiconfig/swriter/ui/converttexttable.ui:192
+#, fuzzy
+msgctxt "converttexttable|othered-atkobject"
+msgid "Symbol"
+msgstr "Асимволқәа"
+
+#: sw/uiconfig/swriter/ui/converttexttable.ui:203
msgctxt "converttexttable|keepcolumn"
msgid "Equal width for all columns"
msgstr ""
-#: converttexttable.ui:222
+#: sw/uiconfig/swriter/ui/converttexttable.ui:225
msgctxt "converttexttable|label1"
msgid "Separate Text At"
msgstr ""
-#: converttexttable.ui:255
+#: sw/uiconfig/swriter/ui/converttexttable.ui:258
#, fuzzy
msgctxt "converttexttable|headingcb"
msgid "Heading"
msgstr "Ахқәа"
-#: converttexttable.ui:269
+#: sw/uiconfig/swriter/ui/converttexttable.ui:273
msgctxt "converttexttable|repeatheading"
msgid "Repeat heading"
msgstr ""
-#: converttexttable.ui:285
+#: sw/uiconfig/swriter/ui/converttexttable.ui:290
msgctxt "converttexttable|dontsplitcb"
msgid "Don't split table"
msgstr ""
-#: converttexttable.ui:299
-msgctxt "converttexttable|bordercb"
-msgid "Border"
-msgstr ""
-
-#: converttexttable.ui:323
+#: sw/uiconfig/swriter/ui/converttexttable.ui:314
msgctxt "converttexttable|label3"
msgid "The first "
msgstr ""
-#: converttexttable.ui:336
+#: sw/uiconfig/swriter/ui/converttexttable.ui:327
#, fuzzy
msgctxt "converttexttable|label4"
msgid "rows"
msgstr "Ацәаҳәақәа"
-#: converttexttable.ui:366
+#: sw/uiconfig/swriter/ui/converttexttable.ui:356
msgctxt "converttexttable|autofmt"
msgid "AutoFormat..."
msgstr "Автоформат..."
-#: converttexttable.ui:383
+#: sw/uiconfig/swriter/ui/converttexttable.ui:373
msgctxt "converttexttable|label2"
msgid "Options"
msgstr "Апараметрқәа"
-#: createaddresslist.ui:9
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:9
msgctxt "createaddresslist|CreateAddressList"
msgid "New Address List"
msgstr ""
-#: createaddresslist.ui:96
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:96
msgctxt "createaddresslist|ADDRESS_INFORMATION"
msgid "Address Information"
msgstr ""
-#: createaddresslist.ui:130
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:130
msgctxt "createaddresslist|VIEW_ENTRIES"
msgid "Sho_w entry number"
msgstr ""
-#: createaddresslist.ui:149
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:149
msgctxt "createaddresslist|START"
msgid "|<"
msgstr ""
-#: createaddresslist.ui:162
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:162
msgctxt "createaddresslist|PREV"
msgid "<"
msgstr ""
-#: createaddresslist.ui:175
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:175
msgctxt "createaddresslist|END"
msgid ">|"
msgstr ""
-#: createaddresslist.ui:188
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:188
msgctxt "createaddresslist|NEXT"
msgid ">"
msgstr ""
-#: createaddresslist.ui:239
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:239
msgctxt "createaddresslist|NEW"
msgid "_New"
msgstr "Иаҧҵатәуп"
-#: createaddresslist.ui:254
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:254
#, fuzzy
msgctxt "createaddresslist|DELETE"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: createaddresslist.ui:269
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:269
msgctxt "createaddresslist|FIND"
msgid "_Find..."
msgstr "_Иҧшаатәуп..."
-#: createaddresslist.ui:284
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:284
msgctxt "createaddresslist|CUSTOMIZE"
msgid "C_ustomize..."
msgstr ""
-#: createauthorentry.ui:8
+#: sw/uiconfig/swriter/ui/createauthorentry.ui:8
#, fuzzy
msgctxt "createauthorentry|CreateAuthorEntryDialog"
msgid "Define Bibliography Entry"
msgstr "Абиблиографиатә зхьарҧшқәа рыриашара"
-#: createauthorentry.ui:189
+#: sw/uiconfig/swriter/ui/createauthorentry.ui:189
msgctxt "createauthorentry|label1"
msgid "Entry Data"
msgstr ""
-#: createautomarkdialog.ui:8
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:8
msgctxt "createautomarkdialog|CreateAutomarkDialog"
msgid "Edit Concordance File"
msgstr ""
-#: createautomarkdialog.ui:101
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:101
msgctxt "createautomarkdialog|searchterm"
msgid "Search term"
msgstr ""
-#: createautomarkdialog.ui:113
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:113
msgctxt "createautomarkdialog|alternative"
msgid "Alternative entry"
msgstr ""
-#: createautomarkdialog.ui:125
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:125
msgctxt "createautomarkdialog|key1"
msgid "1st key"
msgstr ""
-#: createautomarkdialog.ui:137
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:137
msgctxt "createautomarkdialog|key2"
msgid "2nd key"
msgstr ""
-#: createautomarkdialog.ui:149
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:149
msgctxt "createautomarkdialog|comment"
msgid "Comment"
msgstr "Акомментари"
-#: createautomarkdialog.ui:161
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:161
msgctxt "createautomarkdialog|casesensitive"
msgid "Match case"
msgstr ""
-#: createautomarkdialog.ui:173
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:173
msgctxt "createautomarkdialog|wordonly"
msgid "Word only"
msgstr ""
-#: createautomarkdialog.ui:185
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:185
msgctxt "createautomarkdialog|yes"
msgid "Yes"
msgstr "Ааи"
-#: createautomarkdialog.ui:197
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:197
msgctxt "createautomarkdialog|no"
msgid "No"
msgstr "Мап"
-#: createautomarkdialog.ui:223
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:223
msgctxt "createautomarkdialog|label1"
msgid "Entries"
msgstr ""
-#: customizeaddrlistdialog.ui:18
+#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:18
msgctxt "customizeaddrlistdialog|CustomizeAddrListDialog"
msgid "Customize Address List"
msgstr ""
-#: customizeaddrlistdialog.ui:100
+#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:100
msgctxt "customizeaddrlistdialog|add"
msgid "_Add..."
msgstr "_Иацҵатәуп..."
-#: customizeaddrlistdialog.ui:128
+#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:128
msgctxt "customizeaddrlistdialog|rename"
msgid "_Rename..."
msgstr ""
-#: customizeaddrlistdialog.ui:158
+#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:158
msgctxt "customizeaddrlistdialog|label1"
msgid "A_ddress list elements:"
msgstr ""
-#: datasourcesunavailabledialog.ui:8
+#: sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui:7
msgctxt "datasourcesunavailabledialog|DataSourcesUnavailableDialog"
msgid "Create a New Data Source?"
msgstr ""
-#: datasourcesunavailabledialog.ui:14
+#: sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui:14
msgctxt "datasourcesunavailabledialog|DataSourcesUnavailableDialog"
msgid "No data sources are available. Create a new one?"
msgstr ""
-#: datasourcesunavailabledialog.ui:15
+#: sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui:15
msgctxt "datasourcesunavailabledialog|DataSourcesUnavailableDialog"
msgid "No data source has been set up yet. You need a data source, such as a database, to supply data (for example, names and addresses) for the fields."
msgstr ""
-#: dropcapspage.ui:56
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:56
msgctxt "dropcapspage|checkCB_SWITCH"
msgid "_Display drop caps"
msgstr ""
-#: dropcapspage.ui:72
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:72
msgctxt "dropcapspage|checkCB_WORD"
msgid "_Whole word"
msgstr ""
-#: dropcapspage.ui:91
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:91
msgctxt "dropcapspage|labelFT_DROPCAPS"
msgid "Number of _characters:"
msgstr "Асимволқәа:"
-#: dropcapspage.ui:105
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:105
msgctxt "dropcapspage|labelTXT_LINES"
msgid "_Lines:"
msgstr ""
-#: dropcapspage.ui:119
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:119
msgctxt "dropcapspage|labelTXT_DISTANCE"
msgid "_Space to text:"
msgstr ""
-#: dropcapspage.ui:176
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:173
msgctxt "dropcapspage|labelFL_SETTING"
msgid "Settings"
msgstr "Архиарақәа"
-#: dropcapspage.ui:211
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:208
msgctxt "dropcapspage|labelTXT_TEXT"
msgid "_Text:"
msgstr "Атеқст:"
-#: dropcapspage.ui:225
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:222
msgctxt "dropcapspage|labelTXT_TEMPLATE"
msgid "Character st_yle:"
msgstr "Асимволқәа рстиль:"
-#: dropcapspage.ui:264
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:260
#, fuzzy
msgctxt "dropcapspage|labelFL_CONTENT"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: dropdownfielddialog.ui:7
+#: sw/uiconfig/swriter/ui/dropdownfielddialog.ui:26
msgctxt "dropdownfielddialog|DropdownFieldDialog"
msgid "Choose Item: "
msgstr ""
-#: dropdownfielddialog.ui:174
+#: sw/uiconfig/swriter/ui/dropdownfielddialog.ui:212
#, fuzzy
msgctxt "dropdownfielddialog|label1"
msgid "Edit"
msgstr "Иҧсахтәуп"
-#: editcategories.ui:8
+#: sw/uiconfig/swriter/ui/editcategories.ui:8
msgctxt "editcategories|EditCategoriesDialog"
msgid "Edit Categories"
msgstr ""
-#: editcategories.ui:93
+#: sw/uiconfig/swriter/ui/editcategories.ui:93
#, fuzzy
msgctxt "editcategories|rename"
msgid "_Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: editcategories.ui:127
+#: sw/uiconfig/swriter/ui/editcategories.ui:127
msgctxt "editcategories|label3"
msgid "Selection list"
msgstr "Алхрақәа рыхьӡынҵа"
-#: editcategories.ui:144
+#: sw/uiconfig/swriter/ui/editcategories.ui:144
#, fuzzy
msgctxt "editcategories|group"
msgid "label"
msgstr "Анапаҵаҩра"
-#: editcategories.ui:171
+#: sw/uiconfig/swriter/ui/editcategories.ui:171
msgctxt "editcategories|label2"
msgid "Path"
msgstr ""
-#: editcategories.ui:187
+#: sw/uiconfig/swriter/ui/editcategories.ui:187
#, fuzzy
msgctxt "editcategories|label1"
msgid "Category"
msgstr "Акатегориа"
-#: editfielddialog.ui:17
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:18
msgctxt "editfielddialog|EditFieldDialog"
msgid "Edit Fields"
msgstr ""
-#: editfielddialog.ui:114
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:92
+msgctxt "editfielddialog|prev_tip"
+msgid "Previous field of same type"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:109
+msgctxt "editfielddialog|next_tip"
+msgid "Next field of same type"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:121
msgctxt "editfielddialog|edit"
msgid "_Edit"
msgstr "Ариашара"
-#: editsectiondialog.ui:9
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:126
+msgctxt "editfielddialog|edit_tip"
+msgid "Edit variable field content"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:9
#, fuzzy
msgctxt "editsectiondialog|EditSectionDialog"
msgid "Edit Sections"
msgstr "Иҧсахтәуп апараметрқәа"
-#: editsectiondialog.ui:53
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:53
msgctxt "editsectiondialog|options"
msgid "_Options..."
msgstr "_Апараметрқәа..."
-#: editsectiondialog.ui:168
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:167
#, fuzzy
msgctxt "editsectiondialog|label1"
msgid "Section"
msgstr "апараграф"
-#: editsectiondialog.ui:211
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:210
#, fuzzy
msgctxt "editsectiondialog|link"
msgid "_Link"
msgstr "Аимадара"
-#: editsectiondialog.ui:228
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:227
msgctxt "editsectiondialog|dde"
msgid "DD_E"
msgstr ""
-#: editsectiondialog.ui:258
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:257
msgctxt "editsectiondialog|file"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: editsectiondialog.ui:286
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:284
#, fuzzy
msgctxt "editsectiondialog|sectionft"
msgid "_Section"
msgstr "Иалкаау"
-#: editsectiondialog.ui:324
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:321
msgctxt "editsectiondialog|filenameft"
msgid "_File name"
msgstr "Афаил ахьӡ"
-#: editsectiondialog.ui:339
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:336
msgctxt "editsectiondialog|ddeft"
msgid "DDE _Command"
msgstr ""
-#: editsectiondialog.ui:371
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:368
#, fuzzy
msgctxt "editsectiondialog|label8"
msgid "Link"
msgstr "Азхьарҧш"
-#: editsectiondialog.ui:408
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:405
msgctxt "editsectiondialog|protect"
msgid "_Protected"
msgstr ""
-#: editsectiondialog.ui:436
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:433
msgctxt "editsectiondialog|withpassword"
msgid "Wit_h password"
msgstr ""
-#: editsectiondialog.ui:455
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:452
msgctxt "editsectiondialog|password"
msgid "Password..."
msgstr ""
-#: editsectiondialog.ui:485
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:482
msgctxt "editsectiondialog|label6"
msgid "Write Protection"
msgstr ""
-#: editsectiondialog.ui:522
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:519
msgctxt "editsectiondialog|hide"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: editsectiondialog.ui:554
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:551
msgctxt "editsectiondialog|conditionft"
msgid "_With Condition"
msgstr ""
-#: editsectiondialog.ui:592
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:588
msgctxt "editsectiondialog|label4"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: editsectiondialog.ui:628
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:624
msgctxt "editsectiondialog|editinro"
msgid "E_ditable in read-only document"
msgstr ""
-#: editsectiondialog.ui:651
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:647
#, fuzzy
msgctxt "editsectiondialog|label9"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа:"
-#: endnotepage.ui:40
+#: sw/uiconfig/swriter/ui/endnotepage.ui:40
msgctxt "endnotepage|label19"
msgid "Numbering"
msgstr "Аномерркра"
-#: endnotepage.ui:54
+#: sw/uiconfig/swriter/ui/endnotepage.ui:54
msgctxt "endnotepage|label22"
msgid "Before"
msgstr ""
-#: endnotepage.ui:68
+#: sw/uiconfig/swriter/ui/endnotepage.ui:68
#, fuzzy
msgctxt "endnotepage|offset"
msgid "Start at"
msgstr "Алагамҭа арыцхә"
-#: endnotepage.ui:82
+#: sw/uiconfig/swriter/ui/endnotepage.ui:82
msgctxt "endnotepage|label25"
msgid "After"
msgstr ""
-#: endnotepage.ui:159
+#: sw/uiconfig/swriter/ui/endnotepage.ui:153
msgctxt "endnotepage|label26"
msgid "Autonumbering"
msgstr ""
-#: endnotepage.ui:201
+#: sw/uiconfig/swriter/ui/endnotepage.ui:195
msgctxt "endnotepage|label20"
msgid "Paragraph"
msgstr "Абзац"
-#: endnotepage.ui:215
+#: sw/uiconfig/swriter/ui/endnotepage.ui:209
msgctxt "endnotepage|pagestyleft"
msgid "Page"
msgstr "Адаҟьа"
-#: endnotepage.ui:256
+#: sw/uiconfig/swriter/ui/endnotepage.ui:250
msgctxt "endnotepage|label23"
msgid "Styles"
msgstr "Астильқәа"
-#: endnotepage.ui:293
+#: sw/uiconfig/swriter/ui/endnotepage.ui:287
msgctxt "endnotepage|label27"
msgid "Text area"
msgstr ""
-#: endnotepage.ui:307
+#: sw/uiconfig/swriter/ui/endnotepage.ui:301
msgctxt "endnotepage|label28"
msgid "Endnote area"
msgstr ""
-#: endnotepage.ui:348
+#: sw/uiconfig/swriter/ui/endnotepage.ui:342
#, fuzzy
msgctxt "endnotepage|label29"
msgid "Character Styles"
msgstr "Асимвол астильқәа"
-#: envaddresspage.ui:61
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:61
#, fuzzy
msgctxt "envaddresspage|label2"
msgid "Addr_essee"
msgstr "Изауа"
-#: envaddresspage.ui:98
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:98
msgctxt "envaddresspage|label4"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: envaddresspage.ui:144
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:144
msgctxt "envaddresspage|label7"
msgid "Table"
msgstr "Атаблица"
-#: envaddresspage.ui:190
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:190
#, fuzzy
msgctxt "envaddresspage|label8"
msgid "Database field"
msgstr "Адырқәа рбаза афаил"
-#: envaddresspage.ui:237
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:237
msgctxt "envaddresspage|insert|tooltip_text"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: envaddresspage.ui:297
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:297
msgctxt "envaddresspage|sender"
msgid "_Sender"
msgstr "Адәықәҵаҩ"
-#: envaddresspage.ui:345
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:345
#, fuzzy
msgctxt "envaddresspage|preview-atkobject"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: envdialog.ui:8
+#: sw/uiconfig/swriter/ui/envdialog.ui:8
msgctxt "envdialog|EnvDialog"
msgid "Envelope"
msgstr ""
-#: envdialog.ui:21
+#: sw/uiconfig/swriter/ui/envdialog.ui:21
msgctxt "envdialog|ok"
msgid "_New Document"
msgstr "Иаҧҵатәуп адокумент"
-#: envdialog.ui:37
+#: sw/uiconfig/swriter/ui/envdialog.ui:37
msgctxt "envdialog|user"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: envdialog.ui:51
+#: sw/uiconfig/swriter/ui/envdialog.ui:51
#, fuzzy
msgctxt "envdialog|modify"
msgid "_Modify"
msgstr "Ихархәатәуп"
-#: envdialog.ui:132
+#: sw/uiconfig/swriter/ui/envdialog.ui:132
msgctxt "envdialog|envelope"
msgid "Envelope"
msgstr ""
-#: envdialog.ui:154
+#: sw/uiconfig/swriter/ui/envdialog.ui:154
msgctxt "envdialog|format"
msgid "Format"
msgstr "Аформат"
-#: envdialog.ui:177
+#: sw/uiconfig/swriter/ui/envdialog.ui:177
msgctxt "envdialog|printer"
msgid "Printer"
msgstr "Апринтер"
-#: envformatpage.ui:89
+#: sw/uiconfig/swriter/ui/envformatpage.ui:85
#, fuzzy
msgctxt "envformatpage|label5"
msgid "from left"
msgstr "Арымарахь"
-#: envformatpage.ui:118
+#: sw/uiconfig/swriter/ui/envformatpage.ui:114
#, fuzzy
msgctxt "envformatpage|label6"
msgid "from top"
msgstr "Хыхьала"
-#: envformatpage.ui:155
+#: sw/uiconfig/swriter/ui/envformatpage.ui:151
msgctxt "envformatpage|label7"
msgid "Format"
msgstr "Аформат"
-#: envformatpage.ui:168
+#: sw/uiconfig/swriter/ui/envformatpage.ui:164
#, fuzzy
msgctxt "envformatpage|addredit"
msgid "Edit"
msgstr "Иҧсахтәуп"
-#: envformatpage.ui:202
+#: sw/uiconfig/swriter/ui/envformatpage.ui:198
msgctxt "envformatpage|label4"
msgid "Position"
msgstr "Аҭыҧ"
-#: envformatpage.ui:213
+#: sw/uiconfig/swriter/ui/envformatpage.ui:209
msgctxt "envformatpage|label1"
msgid "Addressee"
msgstr "Изауа"
-#: envformatpage.ui:308
+#: sw/uiconfig/swriter/ui/envformatpage.ui:300
#, fuzzy
msgctxt "envformatpage|label8"
msgid "from left"
msgstr "Арымарахь"
-#: envformatpage.ui:337
+#: sw/uiconfig/swriter/ui/envformatpage.ui:329
#, fuzzy
msgctxt "envformatpage|label9"
msgid "from top"
msgstr "Хыхьала"
-#: envformatpage.ui:374
+#: sw/uiconfig/swriter/ui/envformatpage.ui:366
msgctxt "envformatpage|label10"
msgid "Format"
msgstr "Аформат"
-#: envformatpage.ui:387
+#: sw/uiconfig/swriter/ui/envformatpage.ui:379
#, fuzzy
msgctxt "envformatpage|senderedit"
msgid "Edit"
msgstr "Иҧсахтәуп"
-#: envformatpage.ui:421
+#: sw/uiconfig/swriter/ui/envformatpage.ui:413
msgctxt "envformatpage|label11"
msgid "Position"
msgstr "Аҭыҧ"
-#: envformatpage.ui:432
+#: sw/uiconfig/swriter/ui/envformatpage.ui:424
msgctxt "envformatpage|label2"
msgid "Sender"
msgstr "Адәықәҵаҩ"
-#: envformatpage.ui:478
+#: sw/uiconfig/swriter/ui/envformatpage.ui:470
#, fuzzy
msgctxt "envformatpage|label12"
msgid "F_ormat"
msgstr "Аформат"
-#: envformatpage.ui:494
+#: sw/uiconfig/swriter/ui/envformatpage.ui:486
#, fuzzy
msgctxt "envformatpage|label13"
msgid "_Width"
msgstr "_Аҭбаара:"
-#: envformatpage.ui:510
+#: sw/uiconfig/swriter/ui/envformatpage.ui:502
#, fuzzy
msgctxt "envformatpage|label14"
msgid "_Height"
msgstr "Аҳаракыра:"
-#: envformatpage.ui:583
+#: sw/uiconfig/swriter/ui/envformatpage.ui:571
#, fuzzy
msgctxt "envformatpage|preview-atkobject"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: envformatpage.ui:602
+#: sw/uiconfig/swriter/ui/envformatpage.ui:590
msgctxt "envformatpage|label3"
msgid "Size"
msgstr "Ашәагаа"
-#: envformatpage.ui:635
+#: sw/uiconfig/swriter/ui/envformatpage.ui:623
msgctxt "envformatpage|character"
msgid "C_haracter..."
msgstr ""
-#: envformatpage.ui:643
+#: sw/uiconfig/swriter/ui/envformatpage.ui:631
msgctxt "envformatpage|paragraph"
msgid "P_aragraph..."
msgstr ""
-#: envprinterpage.ui:35
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:35
msgctxt "envprinterpage|top"
msgid "_Print from top"
msgstr ""
-#: envprinterpage.ui:54
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:54
msgctxt "envprinterpage|bottom"
msgid "Print from _bottom"
msgstr ""
-#: envprinterpage.ui:75
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:75
msgctxt "envprinterpage|label3"
msgid "_Shift right"
msgstr ""
-#: envprinterpage.ui:90
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:90
msgctxt "envprinterpage|label4"
msgid "Shift _down"
msgstr ""
-#: envprinterpage.ui:138
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:135
msgctxt "envprinterpage|horileft|tooltip_text"
msgid "Horizontal Left"
msgstr ""
-#: envprinterpage.ui:140
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:137
msgctxt "envprinterpage|horileft"
msgid "Horizontal Left"
msgstr ""
-#: envprinterpage.ui:152
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:149
msgctxt "envprinterpage|horicenter|tooltip_text"
msgid "Horizontal Center"
msgstr ""
-#: envprinterpage.ui:154
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:151
msgctxt "envprinterpage|horicenter"
msgid "Horizontal Center"
msgstr ""
-#: envprinterpage.ui:166
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:163
msgctxt "envprinterpage|horiright|tooltip_text"
msgid "Horizontal Right"
msgstr ""
-#: envprinterpage.ui:168
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:165
msgctxt "envprinterpage|horiright"
msgid "Horizontal Right"
msgstr ""
-#: envprinterpage.ui:180
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:177
msgctxt "envprinterpage|vertleft|tooltip_text"
msgid "Vertical Left"
msgstr ""
-#: envprinterpage.ui:182
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:179
msgctxt "envprinterpage|vertleft"
msgid "Vertical Left"
msgstr ""
-#: envprinterpage.ui:194
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:191
msgctxt "envprinterpage|vertcenter|tooltip_text"
msgid "Vertical Center"
msgstr ""
-#: envprinterpage.ui:196
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:193
msgctxt "envprinterpage|vertcenter"
msgid "Vertical Center"
msgstr ""
-#: envprinterpage.ui:208
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:205
msgctxt "envprinterpage|vertright|tooltip_text"
msgid "Vertical Right"
msgstr ""
-#: envprinterpage.ui:210
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:207
msgctxt "envprinterpage|vertright"
msgid "Vertical Right"
msgstr ""
-#: envprinterpage.ui:234
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:231
msgctxt "envprinterpage|label1"
msgid "Envelope Orientation"
msgstr ""
-#: envprinterpage.ui:269
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:266
msgctxt "envprinterpage|setup"
msgid "Setup..."
msgstr ""
-#: envprinterpage.ui:288
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:285
msgctxt "envprinterpage|printername"
msgid "Printer Name"
msgstr "Апринтер ахьӡ"
-#: envprinterpage.ui:307
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:304
msgctxt "envprinterpage|label2"
msgid "Current Printer"
msgstr "Уажәтәи апринтер"
-#: exchangedatabases.ui:8
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:8
msgctxt "exchangedatabases|ExchangeDatabasesDialog"
msgid "Exchange Databases"
msgstr ""
-#: exchangedatabases.ui:21
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:21
msgctxt "exchangedatabases|define"
msgid "Define"
msgstr ""
-#: exchangedatabases.ui:106
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:106
msgctxt "exchangedatabases|label5"
msgid "Databases in Use"
msgstr ""
-#: exchangedatabases.ui:122
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:122
msgctxt "exchangedatabases|label6"
msgid "_Available Databases"
msgstr ""
-#: exchangedatabases.ui:135
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:135
msgctxt "exchangedatabases|browse"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: exchangedatabases.ui:156
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:156
msgctxt "exchangedatabases|label7"
msgid ""
"Use this dialog to replace the databases you access in your document via database fields, with other databases. You can only make one change at a time. Multiple selection is possible in the list on the left.\n"
"Use the browse button to select a database file."
msgstr ""
-#: exchangedatabases.ui:207
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:207
msgctxt "exchangedatabases|label1"
msgid "Exchange Databases"
msgstr ""
-#: exchangedatabases.ui:229
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:229
msgctxt "exchangedatabases|label2"
msgid "Database applied to document:"
msgstr ""
-#: fielddialog.ui:8
+#: sw/uiconfig/swriter/ui/fielddialog.ui:8
#, fuzzy
msgctxt "fielddialog|FieldDialog"
msgid "Fields"
msgstr "Аҭакырақәа"
-#: fielddialog.ui:21
+#: sw/uiconfig/swriter/ui/fielddialog.ui:21
msgctxt "fielddialog|ok"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: fielddialog.ui:104
+#: sw/uiconfig/swriter/ui/fielddialog.ui:129
msgctxt "fielddialog|document"
msgid "Document"
msgstr "Адокумент"
-#: fielddialog.ui:126
+#: sw/uiconfig/swriter/ui/fielddialog.ui:175
msgctxt "fielddialog|ref"
msgid "Cross-references"
msgstr ""
-#: fielddialog.ui:149
+#: sw/uiconfig/swriter/ui/fielddialog.ui:222
msgctxt "fielddialog|functions"
msgid "Functions"
msgstr "Афункциақәа"
-#: fielddialog.ui:172
+#: sw/uiconfig/swriter/ui/fielddialog.ui:269
msgctxt "fielddialog|docinfo"
msgid "DocInformation"
msgstr "Адокумент иазкны"
-#: fielddialog.ui:195
+#: sw/uiconfig/swriter/ui/fielddialog.ui:316
#, fuzzy
msgctxt "fielddialog|variables"
msgid "Variables"
msgstr "Аҽеиҭакқәа"
-#: fielddialog.ui:218
+#: sw/uiconfig/swriter/ui/fielddialog.ui:363
msgctxt "fielddialog|database"
msgid "Database"
msgstr "Адырқәа рбаза"
-#: findentrydialog.ui:8
+#: sw/uiconfig/swriter/ui/findentrydialog.ui:8
msgctxt "findentrydialog|FindEntryDialog"
msgid "Find Entry"
msgstr "Иҧшаатәуп анҵамҭа"
-#: findentrydialog.ui:91
+#: sw/uiconfig/swriter/ui/findentrydialog.ui:91
#, fuzzy
msgctxt "findentrydialog|label1"
msgid "F_ind"
msgstr "Иҧшаатәуп"
-#: findentrydialog.ui:131
+#: sw/uiconfig/swriter/ui/findentrydialog.ui:130
msgctxt "findentrydialog|findin"
msgid "Find _only in"
msgstr "Иҧшаатәуп абра мацара"
-#: flddbpage.ui:57
+#: sw/uiconfig/swriter/ui/flddbpage.ui:57
#, fuzzy
msgctxt "flddbpage|label1"
msgid "_Type"
msgstr "Атип:"
-#: flddbpage.ui:86
+#: sw/uiconfig/swriter/ui/flddbpage.ui:86
#, fuzzy
msgctxt "flddbpage|label5"
msgid "_Condition"
msgstr "Аҭагылазаашьа:"
-#: flddbpage.ui:145
+#: sw/uiconfig/swriter/ui/flddbpage.ui:141
msgctxt "flddbpage|label4"
msgid "Record number"
msgstr ""
-#: flddbpage.ui:218
+#: sw/uiconfig/swriter/ui/flddbpage.ui:214
msgctxt "flddbpage|label2"
msgid "Database s_election"
msgstr ""
-#: flddbpage.ui:243
+#: sw/uiconfig/swriter/ui/flddbpage.ui:239
msgctxt "flddbpage|browseft"
msgid "Add database file"
msgstr ""
-#: flddbpage.ui:256
+#: sw/uiconfig/swriter/ui/flddbpage.ui:252
msgctxt "flddbpage|browse"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: flddbpage.ui:297
+#: sw/uiconfig/swriter/ui/flddbpage.ui:293
msgctxt "flddbpage|fromdatabasecb"
msgid "From database"
msgstr ""
-#: flddbpage.ui:315
+#: sw/uiconfig/swriter/ui/flddbpage.ui:312
#, fuzzy
msgctxt "flddbpage|userdefinedcb"
msgid "User-defined"
msgstr "Ахархәаҩ итип 1"
-#: flddbpage.ui:389
+#: sw/uiconfig/swriter/ui/flddbpage.ui:387
msgctxt "flddbpage|label3"
msgid "Format"
msgstr "Аформат"
-#: flddocinfopage.ui:42
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:42
#, fuzzy
msgctxt "flddocinfopage|label1"
msgid "_Type"
msgstr "Атип:"
-#: flddocinfopage.ui:88
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:88
#, fuzzy
msgctxt "flddocinfopage|label2"
msgid "S_elect"
msgstr "Иалхтәуп"
-#: flddocinfopage.ui:138
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:138
msgctxt "flddocinfopage|fixed"
msgid "_Fixed content"
msgstr ""
-#: flddocinfopage.ui:161
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:161
#, fuzzy
msgctxt "flddocinfopage|label3"
msgid "F_ormat"
msgstr "Аформат"
-#: flddocinfopage.ui:183
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:183
msgctxt "flddocinfopage|liststore1"
msgid "Author"
msgstr "Автор"
-#: flddocinfopage.ui:186
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:186
msgctxt "flddocinfopage|liststore1"
msgid "Time"
msgstr "Аамҭа"
-#: flddocinfopage.ui:189
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:189
msgctxt "flddocinfopage|liststore1"
msgid "Date"
msgstr "Арыцхә"
-#: flddocinfopage.ui:192
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:192
msgctxt "flddocinfopage|liststore1"
msgid "Date Time Author"
-msgstr ""
+msgstr "Арыцхә Аамҭа Автор"
-#: flddocumentpage.ui:50
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:50
#, fuzzy
msgctxt "flddocumentpage|label1"
msgid "_Type"
msgstr "Атип:"
-#: flddocumentpage.ui:95
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:95
#, fuzzy
msgctxt "flddocumentpage|label2"
msgid "S_elect"
msgstr "Иалхтәуп"
-#: flddocumentpage.ui:179
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:179
#, fuzzy
msgctxt "flddocumentpage|label3"
msgid "F_ormat"
msgstr "Аформат"
-#: flddocumentpage.ui:196
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:196
msgctxt "flddocumentpage|fixed"
msgid "_Fixed content"
msgstr ""
-#: flddocumentpage.ui:221
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:221
msgctxt "flddocumentpage|levelft"
msgid "Level"
msgstr ""
-#: flddocumentpage.ui:266
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:262
msgctxt "flddocumentpage|daysft"
msgid "Offs_et in days"
msgstr ""
-#: flddocumentpage.ui:282
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:278
msgctxt "flddocumentpage|minutesft"
msgid "Offs_et in minutes"
msgstr ""
-#: flddocumentpage.ui:311
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:307
#, fuzzy
msgctxt "flddocumentpage|valueft"
msgid "_Value"
msgstr "Аҵакы:"
-#: fldfuncpage.ui:42
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:42
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "Атип:"
-#: fldfuncpage.ui:89
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:89
#, fuzzy
msgctxt "fldfuncpage|label4"
msgid "S_elect"
msgstr "Иалхтәуп"
-#: fldfuncpage.ui:135
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:135
#, fuzzy
msgctxt "fldfuncpage|label2"
msgid "F_ormat"
msgstr "Аформат"
-#: fldfuncpage.ui:157
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:157
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr ""
-#: fldfuncpage.ui:182
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:182
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "Аҵакы:"
-#: fldfuncpage.ui:226
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:225
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Ахьӡ"
-#: fldfuncpage.ui:271
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:268
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
-#: fldfuncpage.ui:315
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:310
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
-#: fldfuncpage.ui:365
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:358
#, fuzzy
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Аелемент"
-#: fldfuncpage.ui:425
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:416
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
-#: fldfuncpage.ui:477
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:468
#, fuzzy
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Аҩада"
-#: fldfuncpage.ui:491
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:482
#, fuzzy
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Алада"
-#: fldfuncpage.ui:521
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:512
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Ахьӡ"
-#: fldfuncpage.ui:586
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:575
msgctxt "fldfuncpage|liststore1"
msgid "Author"
msgstr "Автор"
-#: fldfuncpage.ui:589
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:578
msgctxt "fldfuncpage|liststore1"
msgid "Time"
msgstr "Аамҭа"
-#: fldfuncpage.ui:592
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:581
msgctxt "fldfuncpage|liststore1"
msgid "Date"
msgstr "Арыцхә"
-#: fldfuncpage.ui:595
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:584
msgctxt "fldfuncpage|liststore1"
msgid "Date Time Author"
-msgstr ""
+msgstr "Арыцхә Аамҭа Автор"
-#: fldrefpage.ui:13
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:13
msgctxt "fldrefpage|liststore1"
msgid "Bookmarks"
msgstr ""
-#: fldrefpage.ui:16
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:16
msgctxt "fldrefpage|liststore1"
msgid "Footnotes"
msgstr ""
-#: fldrefpage.ui:19
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:19
msgctxt "fldrefpage|liststore1"
msgid "Endnotes"
msgstr ""
-#: fldrefpage.ui:22
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:22
msgctxt "fldrefpage|liststore1"
msgid "Headings"
msgstr "Ахқәа"
-#: fldrefpage.ui:25
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:25
msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "Иномеррку абзацқәа"
-#: fldrefpage.ui:81
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:81
#, fuzzy
msgctxt "fldrefpage|label1"
msgid "_Type"
msgstr "Атип:"
-#: fldrefpage.ui:126
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:126
msgctxt "fldrefpage|label3"
msgid "Insert _reference to"
msgstr ""
-#: fldrefpage.ui:169
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:169
#, fuzzy
msgctxt "fldrefpage|label4"
msgid "Selection"
msgstr "Алхра"
-#: fldrefpage.ui:195
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:195
#, fuzzy
msgctxt "fldrefpage|filter"
msgid "Filter Selection"
msgstr "Афильтр алхра"
-#: fldrefpage.ui:269
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:269
#, fuzzy
msgctxt "fldrefpage|label2"
msgid "S_election"
msgstr "Алхра"
-#: fldrefpage.ui:296
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:296
#, fuzzy
msgctxt "fldrefpage|valueft"
msgid "_Value"
msgstr "Аҵакы:"
-#: fldrefpage.ui:323
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:322
msgctxt "fldrefpage|nameft"
msgid "Na_me"
msgstr "Ахьӡ"
-#: fldvarpage.ui:52
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:52
#, fuzzy
msgctxt "fldvarpage|label1"
msgid "_Type"
msgstr "Атип:"
-#: fldvarpage.ui:77
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:77
msgctxt "fldvarpage|nameft"
msgid "Na_me"
msgstr "Ахьӡ"
-#: fldvarpage.ui:154
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:152
#, fuzzy
msgctxt "fldvarpage|label2"
msgid "S_elect"
msgstr "Иалхтәуп"
-#: fldvarpage.ui:179
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:177
#, fuzzy
msgctxt "fldvarpage|valueft"
msgid "_Value"
msgstr "Аҵакы:"
-#: fldvarpage.ui:297
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:293
#, fuzzy
msgctxt "fldvarpage|label3"
msgid "F_ormat"
msgstr "Аформат"
-#: fldvarpage.ui:313
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:309
#, fuzzy
msgctxt "fldvarpage|invisible"
msgid "Invisi_ble"
msgstr "иубарҭам"
-#: fldvarpage.ui:352
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:348
msgctxt "fldvarpage|label5"
msgid "_Level"
msgstr ""
-#: fldvarpage.ui:367
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:363
msgctxt "fldvarpage|separatorft"
msgid "_Separator"
msgstr "Аиҟәшага"
-#: fldvarpage.ui:385
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:381
#, fuzzy
msgctxt "fldvarpage|level"
msgid "None"
msgstr "Мап"
-#: fldvarpage.ui:402
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:397
msgctxt "fldvarpage|separator"
msgid "."
msgstr ""
-#: fldvarpage.ui:420
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:415
msgctxt "fldvarpage|label4"
msgid "Numbering by Chapter"
msgstr ""
-#: fldvarpage.ui:458
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:453
msgctxt "fldvarpage|apply|tooltip_text"
msgid "Apply"
msgstr "Ихархәатәуп"
-#: fldvarpage.ui:473
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:468
msgctxt "fldvarpage|delete|tooltip_text"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: fldvarpage.ui:528
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:523
msgctxt "fldvarpage|liststore1"
msgid "Author"
msgstr "Автор"
-#: fldvarpage.ui:531
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:526
msgctxt "fldvarpage|liststore1"
msgid "Time"
msgstr "Аамҭа"
-#: fldvarpage.ui:534
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:529
msgctxt "fldvarpage|liststore1"
msgid "Date"
msgstr "Арыцхә"
-#: fldvarpage.ui:537
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:532
msgctxt "fldvarpage|liststore1"
msgid "Date Time Author"
-msgstr ""
+msgstr "Арыцхә Аамҭа Автор"
-#: floatingnavigation.ui:11
+#: sw/uiconfig/swriter/ui/floatingnavigation.ui:11
msgctxt "floatingnavigation|FloatingNavigation"
msgid "Navigation"
msgstr "Анавигациа"
-#: floatingsync.ui:10
+#: sw/uiconfig/swriter/ui/floatingsync.ui:10
msgctxt "floatingsync|FloatingSync"
msgid "Synchronize"
msgstr ""
-#: floatingsync.ui:23
+#: sw/uiconfig/swriter/ui/floatingsync.ui:23
msgctxt "floatingsync|sync"
msgid "Synchronize Labels"
msgstr ""
-#: footendnotedialog.ui:8
+#: sw/uiconfig/swriter/ui/footendnotedialog.ui:8
msgctxt "footendnotedialog|FootEndnoteDialog"
msgid "Footnotes/Endnotes Settings"
msgstr ""
-#: footendnotedialog.ui:92
+#: sw/uiconfig/swriter/ui/footendnotedialog.ui:92
msgctxt "footendnotedialog|footnotes"
msgid "Footnotes"
msgstr ""
-#: footendnotedialog.ui:114
+#: sw/uiconfig/swriter/ui/footendnotedialog.ui:114
msgctxt "footendnotedialog|endnotes"
msgid "Endnotes"
msgstr ""
-#: footnoteareapage.ui:66
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:66
msgctxt "footnoteareapage|maxheightpage"
msgid "_Not larger than page area"
msgstr "Адаҟьа аҳаракыра еиҳамкәа"
-#: footnoteareapage.ui:86
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:86
msgctxt "footnoteareapage|maxheight"
msgid "Maximum footnote _height"
msgstr ""
-#: footnoteareapage.ui:112
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:112
msgctxt "footnoteareapage|label3"
msgid "Space to text"
msgstr ""
-#: footnoteareapage.ui:173
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:169
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr ""
-#: footnoteareapage.ui:213
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:209
#, fuzzy
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "Аҭыҧ"
-#: footnoteareapage.ui:230
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:226
#, fuzzy
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "Астильқәа"
-#: footnoteareapage.ui:247
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:243
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr ""
-#: footnoteareapage.ui:264
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:260
#, fuzzy
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "Аҧштәы"
-#: footnoteareapage.ui:281
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:277
#, fuzzy
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "Аура"
-#: footnoteareapage.ui:298
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:294
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr ""
-#: footnoteareapage.ui:318
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:314
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Арымарахь"
-#: footnoteareapage.ui:319
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:315
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Ацентр ала"
-#: footnoteareapage.ui:320
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:316
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Арыӷьарахь"
-#: footnoteareapage.ui:417
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:409
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr ""
-#: footnotepage.ui:20
+#: sw/uiconfig/swriter/ui/footnotepage.ui:20
#, fuzzy
msgctxt "footnotepage|liststore1"
msgid "Per page"
msgstr "Адаҟьаҟны"
-#: footnotepage.ui:23
+#: sw/uiconfig/swriter/ui/footnotepage.ui:23
msgctxt "footnotepage|liststore1"
msgid "Per chapter"
msgstr ""
-#: footnotepage.ui:26
+#: sw/uiconfig/swriter/ui/footnotepage.ui:26
#, fuzzy
msgctxt "footnotepage|liststore1"
msgid "Per document"
msgstr "Иаҧҵатәуп адокумент"
-#: footnotepage.ui:58
+#: sw/uiconfig/swriter/ui/footnotepage.ui:58
msgctxt "footnotepage|label6"
msgid "Numbering"
msgstr "Аномерркра"
-#: footnotepage.ui:72
+#: sw/uiconfig/swriter/ui/footnotepage.ui:72
msgctxt "footnotepage|label7"
msgid "Counting"
msgstr ""
-#: footnotepage.ui:86
+#: sw/uiconfig/swriter/ui/footnotepage.ui:86
msgctxt "footnotepage|label8"
msgid "Before"
msgstr ""
-#: footnotepage.ui:100
+#: sw/uiconfig/swriter/ui/footnotepage.ui:100
msgctxt "footnotepage|pos"
msgid "Position"
msgstr "Аҭыҧ"
-#: footnotepage.ui:114
+#: sw/uiconfig/swriter/ui/footnotepage.ui:114
#, fuzzy
msgctxt "footnotepage|offset"
msgid "Start at"
msgstr "Алагамҭа арыцхә"
-#: footnotepage.ui:128
+#: sw/uiconfig/swriter/ui/footnotepage.ui:128
msgctxt "footnotepage|label11"
msgid "After"
msgstr ""
-#: footnotepage.ui:140
+#: sw/uiconfig/swriter/ui/footnotepage.ui:140
msgctxt "footnotepage|pospagecb"
msgid "End of page"
msgstr "Адаҟьа анҵәамҭаҿ"
-#: footnotepage.ui:160
+#: sw/uiconfig/swriter/ui/footnotepage.ui:161
msgctxt "footnotepage|posdoccb"
msgid "End of document"
msgstr ""
-#: footnotepage.ui:280
+#: sw/uiconfig/swriter/ui/footnotepage.ui:276
msgctxt "footnotepage|label3"
msgid "Autonumbering"
msgstr ""
-#: footnotepage.ui:321
+#: sw/uiconfig/swriter/ui/footnotepage.ui:317
msgctxt "footnotepage|label4"
msgid "Paragraph"
msgstr "Абзац"
-#: footnotepage.ui:335
+#: sw/uiconfig/swriter/ui/footnotepage.ui:331
msgctxt "footnotepage|pagestyleft"
msgid "Page"
msgstr "Адаҟьа"
-#: footnotepage.ui:377
+#: sw/uiconfig/swriter/ui/footnotepage.ui:373
msgctxt "footnotepage|label12"
msgid "Styles"
msgstr "Астильқәа"
-#: footnotepage.ui:413
+#: sw/uiconfig/swriter/ui/footnotepage.ui:409
msgctxt "footnotepage|label15"
msgid "Text area"
msgstr ""
-#: footnotepage.ui:427
+#: sw/uiconfig/swriter/ui/footnotepage.ui:423
msgctxt "footnotepage|label16"
msgid "Footnote area"
msgstr ""
-#: footnotepage.ui:469
+#: sw/uiconfig/swriter/ui/footnotepage.ui:465
#, fuzzy
msgctxt "footnotepage|label13"
msgid "Character Styles"
msgstr "Асимвол астильқәа"
-#: footnotepage.ui:513
+#: sw/uiconfig/swriter/ui/footnotepage.ui:509
msgctxt "footnotepage|label17"
msgid "End of footnote"
msgstr ""
-#: footnotepage.ui:527
+#: sw/uiconfig/swriter/ui/footnotepage.ui:523
msgctxt "footnotepage|label18"
msgid "Start of next page"
msgstr "Анаҩстәи адаҟьа алагамҭаҿ"
-#: footnotepage.ui:577
+#: sw/uiconfig/swriter/ui/footnotepage.ui:569
msgctxt "footnotepage|label5"
msgid "Continuation Notice"
msgstr ""
-#: footnotesendnotestabpage.ui:49
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:49
msgctxt "footnotesendnotestabpage|ftnntnum"
msgid "_Restart numbering"
msgstr ""
-#: footnotesendnotestabpage.ui:92
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:91
msgctxt "footnotesendnotestabpage|ftnoffset_label"
msgid "_Start at:"
msgstr ""
-#: footnotesendnotestabpage.ui:113
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:112
msgctxt "footnotesendnotestabpage|ftnntnumfmt"
msgid "Custom _format"
msgstr "Ахархәаҩ иформат"
-#: footnotesendnotestabpage.ui:157
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:155
msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr ""
-#: footnotesendnotestabpage.ui:202
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:199
msgctxt "footnotesendnotestabpage|ftnprefix_label"
msgid "Be_fore:"
msgstr ""
-#: footnotesendnotestabpage.ui:231
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:228
msgctxt "footnotesendnotestabpage|ftnntattextend"
msgid "Collec_t at end of text"
msgstr ""
-#: footnotesendnotestabpage.ui:255
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:252
msgctxt "footnotesendnotestabpage|label1"
msgid "Footnotes"
msgstr ""
-#: footnotesendnotestabpage.ui:292
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:289
msgctxt "footnotesendnotestabpage|endntattextend"
msgid "C_ollect at end of section"
msgstr ""
-#: footnotesendnotestabpage.ui:318
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:315
msgctxt "footnotesendnotestabpage|endntnum"
msgid "_Restart numbering"
msgstr ""
-#: footnotesendnotestabpage.ui:361
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:357
msgctxt "footnotesendnotestabpage|endoffset_label"
msgid "_Start at:"
msgstr ""
-#: footnotesendnotestabpage.ui:382
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:378
msgctxt "footnotesendnotestabpage|endntnumfmt"
msgid "_Custom format"
msgstr "Ахархәаҩ иформат"
-#: footnotesendnotestabpage.ui:426
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:421
msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr ""
-#: footnotesendnotestabpage.ui:471
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:465
msgctxt "footnotesendnotestabpage|endprefix_label"
msgid "Be_fore:"
msgstr ""
-#: footnotesendnotestabpage.ui:506
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:500
msgctxt "footnotesendnotestabpage|label2"
msgid "Endnotes"
msgstr ""
-#: formatsectiondialog.ui:8
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:8
msgctxt "formatsectiondialog|FormatSectionDialog"
msgid "Options"
msgstr "Апараметрқәа"
-#: formatsectiondialog.ui:107
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:107
msgctxt "formatsectiondialog|columns"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: formatsectiondialog.ui:129
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:129
msgctxt "formatsectiondialog|indents"
msgid "Indents"
msgstr ""
-#: formatsectiondialog.ui:152
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:152
#, fuzzy
msgctxt "formatsectiondialog|background"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: formatsectiondialog.ui:175
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:175
msgctxt "formatsectiondialog|notes"
msgid "Footnotes/Endnotes"
msgstr ""
-#: formattablepage.ui:61
+#: sw/uiconfig/swriter/ui/formattablepage.ui:63
#, fuzzy
msgctxt "formattablepage|nameft"
msgid "_Name"
msgstr "Ахьӡ:"
-#: formattablepage.ui:77
+#: sw/uiconfig/swriter/ui/formattablepage.ui:79
#, fuzzy
msgctxt "formattablepage|widthft"
msgid "W_idth"
msgstr "Аҭбаара"
-#: formattablepage.ui:108
+#: sw/uiconfig/swriter/ui/formattablepage.ui:110
msgctxt "formattablepage|relwidth"
msgid "Relati_ve"
msgstr ""
-#: formattablepage.ui:155
+#: sw/uiconfig/swriter/ui/formattablepage.ui:155
#, fuzzy
msgctxt "formattablepage|label45"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа:"
-#: formattablepage.ui:194
+#: sw/uiconfig/swriter/ui/formattablepage.ui:194
#, fuzzy
msgctxt "formattablepage|leftft"
msgid "Lef_t"
msgstr "Арымарахь"
-#: formattablepage.ui:210
+#: sw/uiconfig/swriter/ui/formattablepage.ui:210
#, fuzzy
msgctxt "formattablepage|rightft"
msgid "Ri_ght"
msgstr "Арыӷьарахь"
-#: formattablepage.ui:228
+#: sw/uiconfig/swriter/ui/formattablepage.ui:228
#, fuzzy
msgctxt "formattablepage|aboveft"
msgid "_Above"
msgstr "Хыхьла"
-#: formattablepage.ui:245
+#: sw/uiconfig/swriter/ui/formattablepage.ui:245
#, fuzzy
msgctxt "formattablepage|belowft"
msgid "_Below"
msgstr "Илаҟәны"
-#: formattablepage.ui:328
+#: sw/uiconfig/swriter/ui/formattablepage.ui:320
msgctxt "formattablepage|label46"
msgid "Spacing"
msgstr "Аинтервалқәа"
-#: formattablepage.ui:370
+#: sw/uiconfig/swriter/ui/formattablepage.ui:362
#, fuzzy
msgctxt "formattablepage|full"
msgid "A_utomatic"
msgstr "Автоматикала"
-#: formattablepage.ui:388
+#: sw/uiconfig/swriter/ui/formattablepage.ui:380
msgctxt "formattablepage|left"
msgid "_Left"
msgstr "Арымарахь"
-#: formattablepage.ui:406
+#: sw/uiconfig/swriter/ui/formattablepage.ui:398
#, fuzzy
msgctxt "formattablepage|fromleft"
msgid "_From left"
msgstr "Арымарахь"
-#: formattablepage.ui:424
+#: sw/uiconfig/swriter/ui/formattablepage.ui:416
#, fuzzy
msgctxt "formattablepage|right"
msgid "R_ight"
msgstr "Арыӷьарахь"
-#: formattablepage.ui:443
+#: sw/uiconfig/swriter/ui/formattablepage.ui:435
#, fuzzy
msgctxt "formattablepage|center"
msgid "_Center"
msgstr "Ацентр ала"
-#: formattablepage.ui:461
+#: sw/uiconfig/swriter/ui/formattablepage.ui:453
#, fuzzy
msgctxt "formattablepage|free"
msgid "_Manual"
msgstr "Напыла"
-#: formattablepage.ui:486
+#: sw/uiconfig/swriter/ui/formattablepage.ui:478
msgctxt "formattablepage|label43"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: formattablepage.ui:530
+#: sw/uiconfig/swriter/ui/formattablepage.ui:522
#, fuzzy
msgctxt "formattablepage|label53"
msgid "Text _direction"
msgstr "Атеқст ахырхарҭа"
-#: formattablepage.ui:562
+#: sw/uiconfig/swriter/ui/formattablepage.ui:553
#, fuzzy
msgctxt "formattablepage|label44"
msgid "Properties "
msgstr "Аҷыдаҟазшьақәа:"
-#: formattablepage.ui:586
-msgctxt "formattablepage|liststore1"
-msgid "Left-to-right"
-msgstr "Армарахьтә арӷьарахь"
-
-#: formattablepage.ui:590
-msgctxt "formattablepage|liststore1"
-msgid "Right-to-left"
-msgstr "Арӷьарахьтә армарахь"
-
-#: formattablepage.ui:594
-msgctxt "formattablepage|liststore1"
-msgid "Use superordinate object settings"
-msgstr ""
-
-#: framedialog.ui:8
+#: sw/uiconfig/swriter/ui/framedialog.ui:8
msgctxt "framedialog|FrameDialog"
msgid "Frame"
msgstr "Афреим"
-#: framedialog.ui:106
+#: sw/uiconfig/swriter/ui/framedialog.ui:106
msgctxt "framedialog|type"
msgid "Type"
msgstr "Атип"
-#: framedialog.ui:128
+#: sw/uiconfig/swriter/ui/framedialog.ui:128
msgctxt "framedialog|options"
msgid "Options"
msgstr "Апараметрқәа"
-#: framedialog.ui:151
+#: sw/uiconfig/swriter/ui/framedialog.ui:151
msgctxt "framedialog|wrap"
msgid "Wrap"
msgstr ""
-#: framedialog.ui:174
+#: sw/uiconfig/swriter/ui/framedialog.ui:174
msgctxt "framedialog|hyperlink"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
-#: framedialog.ui:197
+#: sw/uiconfig/swriter/ui/framedialog.ui:197
msgctxt "framedialog|borders"
msgid "Borders"
msgstr ""
-#: framedialog.ui:220
+#: sw/uiconfig/swriter/ui/framedialog.ui:220
msgctxt "framedialog|area"
msgid "Area"
msgstr ""
-#: framedialog.ui:243
+#: sw/uiconfig/swriter/ui/framedialog.ui:243
msgctxt "framedialog|transparence"
msgid "Transparency"
msgstr ""
-#: framedialog.ui:266
+#: sw/uiconfig/swriter/ui/framedialog.ui:266
msgctxt "framedialog|columns"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: framedialog.ui:289
+#: sw/uiconfig/swriter/ui/framedialog.ui:289
#, fuzzy
msgctxt "framedialog|macro"
msgid "Macro"
msgstr "Амакросқәа"
-#: frmaddpage.ui:14
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:14
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Хыхьла"
-#: frmaddpage.ui:18
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:18
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Ацентр ала"
-#: frmaddpage.ui:22
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:22
#, fuzzy
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: frmaddpage.ui:36
-msgctxt "frmaddpage|liststore1"
-msgid "Left-to-right"
-msgstr "Армарахьтә арӷьарахь"
-
-#: frmaddpage.ui:40
-msgctxt "frmaddpage|liststore1"
-msgid "Right-to-left"
-msgstr "Арӷьарахьтә армарахь"
-
-#: frmaddpage.ui:44
-msgctxt "frmaddpage|liststore1"
-msgid "Right-to-left (vertical)"
-msgstr "Арӷьарахьтә - армарахь (вертикалла)"
-
-#: frmaddpage.ui:48
-msgctxt "frmaddpage|liststore1"
-msgid "Left-to-right (vertical)"
-msgstr "Армарахь - армарахь (вертикалла)"
-
-#: frmaddpage.ui:52
-msgctxt "frmaddpage|liststore1"
-msgid "Use superordinate object settings"
-msgstr ""
-
-#: frmaddpage.ui:122
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:90
msgctxt "frmaddpage|name_label"
msgid "_Name:"
msgstr "Ахьӡ:"
-#: frmaddpage.ui:136
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:104
msgctxt "frmaddpage|altname_label"
msgid "_Alternative (Text only):"
msgstr ""
-#: frmaddpage.ui:152
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:120
#, fuzzy
msgctxt "frmaddpage|prev"
msgid "<None>"
msgstr "<мап>"
-#: frmaddpage.ui:166
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
#, fuzzy
msgctxt "frmaddpage|next"
msgid "<None>"
msgstr "<мап>"
-#: frmaddpage.ui:178
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:146
msgctxt "frmaddpage|prev_label"
msgid "_Previous link:"
msgstr ""
-#: frmaddpage.ui:192
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:160
msgctxt "frmaddpage|next_label"
msgid "_Next link:"
msgstr "Анаҩстәи азхьарҧш:"
-#: frmaddpage.ui:206
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:174
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "Ахҳәаа:"
-#: frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
#, fuzzy
msgctxt "frmaddpage|label1"
msgid "Names"
msgstr "Ахьӡ"
-#: frmaddpage.ui:282
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:250
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment"
msgstr ""
-#: frmaddpage.ui:309
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:277
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
-#: frmaddpage.ui:345
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:313
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Иаҵанакуа"
-#: frmaddpage.ui:360
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:328
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "Аҭыҧ"
-#: frmaddpage.ui:375
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:343
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "Ашәагаа"
-#: frmaddpage.ui:396
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:364
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr ""
-#: frmaddpage.ui:441
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:409
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
-#: frmaddpage.ui:456
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:424
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Акьыҧхьра"
-#: frmaddpage.ui:481
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
#, fuzzy
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Атеқст ахырхарҭа"
-#: frmaddpage.ui:516
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
#, fuzzy
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа:"
-#: frmtypepage.ui:73
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:72
msgctxt "frmtypepage|autowidth"
msgid "AutoSize"
msgstr "Авто-зыҧшаара"
-#: frmtypepage.ui:97
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:96
msgctxt "frmtypepage|autowidthft"
msgid "_Width (at least)"
msgstr ""
-#: frmtypepage.ui:111
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:110
#, fuzzy
msgctxt "frmtypepage|widthft"
msgid "_Width"
msgstr "_Аҭбаара:"
-#: frmtypepage.ui:134
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:133
msgctxt "frmtypepage|relwidth"
msgid "Relat_ive to"
msgstr ""
-#: frmtypepage.ui:198
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:196
msgctxt "frmtypepage|autoheight"
msgid "AutoSize"
msgstr "Авто-зыҧшаара"
-#: frmtypepage.ui:222
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:220
msgctxt "frmtypepage|autoheightft"
msgid "H_eight (at least)"
msgstr ""
-#: frmtypepage.ui:236
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:234
#, fuzzy
msgctxt "frmtypepage|heightft"
msgid "H_eight"
msgstr "Аҳаракыра"
-#: frmtypepage.ui:259
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:257
msgctxt "frmtypepage|relheight"
msgid "Re_lative to"
msgstr ""
-#: frmtypepage.ui:304
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:302
msgctxt "frmtypepage|ratio"
msgid "_Keep ratio"
msgstr ""
-#: frmtypepage.ui:319
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:317
msgctxt "frmtypepage|origsize"
msgid "_Original Size"
msgstr "Ахалагаратә шәагаа:"
-#: frmtypepage.ui:339
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:337
msgctxt "frmtypepage|label2"
msgid "Size"
msgstr "Ашәагаа"
-#: frmtypepage.ui:395
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:393
msgctxt "frmtypepage|topage"
msgid "To _page"
msgstr "Адаҟьахь"
-#: frmtypepage.ui:412
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:410
msgctxt "frmtypepage|topara"
msgid "To paragrap_h"
msgstr "Абзац ахь"
-#: frmtypepage.ui:428
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:426
#, fuzzy
msgctxt "frmtypepage|tochar"
msgid "To cha_racter"
msgstr "Асимвол ахь"
-#: frmtypepage.ui:444
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:442
msgctxt "frmtypepage|aschar"
msgid "_As character"
msgstr "Асимвол еиҧш"
-#: frmtypepage.ui:460
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:458
msgctxt "frmtypepage|toframe"
msgid "To _frame"
msgstr ""
-#: frmtypepage.ui:482
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:480
msgctxt "frmtypepage|label1"
msgid "Anchor"
msgstr ""
-#: frmtypepage.ui:522
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:520
#, fuzzy
msgctxt "frmtypepage|horiposft"
msgid "Hori_zontal"
msgstr "Горизонталла"
-#: frmtypepage.ui:536
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:534
msgctxt "frmtypepage|horibyft"
msgid "b_y"
msgstr ""
-#: frmtypepage.ui:550
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:548
msgctxt "frmtypepage|vertbyft"
msgid "by"
msgstr ""
-#: frmtypepage.ui:564
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:562
msgctxt "frmtypepage|horitoft"
msgid "_to"
msgstr ""
-#: frmtypepage.ui:611
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:608
msgctxt "frmtypepage|vertposft"
msgid "_Vertical"
msgstr ""
-#: frmtypepage.ui:648
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:644
msgctxt "frmtypepage|verttoft"
msgid "t_o"
msgstr ""
-#: frmtypepage.ui:670
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:666
msgctxt "frmtypepage|mirror"
msgid "_Mirror on even pages"
msgstr ""
-#: frmtypepage.ui:687
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:683
msgctxt "frmtypepage|followtextflow"
msgid "Follow text flow"
msgstr ""
-#: frmtypepage.ui:710
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:706
msgctxt "frmtypepage|label11"
msgid "Position"
msgstr "Аҭыҧ"
-#: frmurlpage.ui:66
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:64
msgctxt "frmurlpage|url_label"
msgid "_URL:"
msgstr "URL:"
-#: frmurlpage.ui:82
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:80
msgctxt "frmurlpage|name_label"
msgid "_Name:"
msgstr "Ахьӡ:"
-#: frmurlpage.ui:98
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:96
msgctxt "frmurlpage|frame_label"
msgid "_Frame:"
msgstr ""
-#: frmurlpage.ui:116
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:114
msgctxt "frmurlpage|search"
msgid "_Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: frmurlpage.ui:171
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:169
msgctxt "frmurlpage|label1"
msgid "Link to"
msgstr ""
-#: frmurlpage.ui:210
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:208
msgctxt "frmurlpage|server"
msgid "_Server-side image map"
msgstr ""
-#: frmurlpage.ui:228
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:226
msgctxt "frmurlpage|client"
msgid "_Client-side image map"
msgstr ""
-#: frmurlpage.ui:252
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:250
msgctxt "frmurlpage|label2"
msgid "Image Map"
msgstr ""
-#: gotopagedialog.ui:8
+#: sw/uiconfig/swriter/ui/gotopagedialog.ui:8
msgctxt "gotopagedialog|GotoPageDialog"
msgid "Go to Page"
msgstr "Ииастәуп адаҟьахь"
-#: gotopagedialog.ui:71
+#: sw/uiconfig/swriter/ui/gotopagedialog.ui:73
msgctxt "gotopagedialog|page_count"
msgid "of $1"
msgstr ""
-#: gotopagedialog.ui:97
+#: sw/uiconfig/swriter/ui/gotopagedialog.ui:100
msgctxt "gotopagedialog|page_label"
msgid "Page:"
msgstr "Адаҟьа:"
-#: headerfootermenu.ui:19
+#: sw/uiconfig/swriter/ui/headerfootermenu.ui:19
msgctxt "headerfootermenu|borderback"
msgid "Border and Background..."
msgstr ""
-#: indentpage.ui:52
+#: sw/uiconfig/swriter/ui/headerfootermenu.ui:34
+msgctxt "headerfootermenu|insert_pagenumber"
+msgid "Insert Page Number"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/indentpage.ui:52
msgctxt "indentpage|label1"
msgid "_Before section"
msgstr ""
-#: indentpage.ui:67
+#: sw/uiconfig/swriter/ui/indentpage.ui:67
msgctxt "indentpage|label3"
msgid "_After section"
msgstr ""
-#: indentpage.ui:116
+#: sw/uiconfig/swriter/ui/indentpage.ui:113
msgctxt "indentpage|label2"
msgid "Indent"
msgstr ""
-#: indentpage.ui:145
+#: sw/uiconfig/swriter/ui/indentpage.ui:142
#, fuzzy
msgctxt "indentpage|preview-atkobject"
msgid "Example"
msgstr "Аҿырҧштәқәа"
-#: indexentry.ui:46
+#: sw/uiconfig/swriter/ui/indexentry.ui:46
msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr ""
-#: indexentry.ui:59
+#: sw/uiconfig/swriter/ui/indexentry.ui:59
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: indexentry.ui:235
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
#, fuzzy
msgctxt "indexentry|typeft"
msgid "Index"
msgstr "аиндекс"
-#: indexentry.ui:261
+#: sw/uiconfig/swriter/ui/indexentry.ui:261
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr ""
-#: indexentry.ui:277
+#: sw/uiconfig/swriter/ui/indexentry.ui:277
msgctxt "indexentry|label3"
msgid "Entry"
msgstr ""
-#: indexentry.ui:293
+#: sw/uiconfig/swriter/ui/indexentry.ui:293
msgctxt "indexentry|key1ft"
msgid "1st key"
msgstr ""
-#: indexentry.ui:309
+#: sw/uiconfig/swriter/ui/indexentry.ui:309
msgctxt "indexentry|key2ft"
msgid "2nd key"
msgstr ""
-#: indexentry.ui:324
+#: sw/uiconfig/swriter/ui/indexentry.ui:324
msgctxt "indexentry|levelft"
msgid "Level"
msgstr ""
-#: indexentry.ui:350
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr ""
-#: indexentry.ui:365
+#: sw/uiconfig/swriter/ui/indexentry.ui:365
msgctxt "indexentry|applytoallcb"
msgid "Apply to all similar texts"
msgstr ""
-#: indexentry.ui:380
+#: sw/uiconfig/swriter/ui/indexentry.ui:381
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr ""
-#: indexentry.ui:396
+#: sw/uiconfig/swriter/ui/indexentry.ui:398
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
-#: indexentry.ui:416
+#: sw/uiconfig/swriter/ui/indexentry.ui:419
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading"
msgstr ""
-#: indexentry.ui:432
+#: sw/uiconfig/swriter/ui/indexentry.ui:435
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading"
msgstr ""
-#: indexentry.ui:448
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading"
msgstr ""
-#: indexentry.ui:534
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
-#: indexentry.ui:597
+#: sw/uiconfig/swriter/ui/indexentry.ui:595
#, fuzzy
msgctxt "indexentry|label1"
msgid "Selection"
msgstr "Алхра"
-#: infonotfounddialog.ui:8
+#: sw/uiconfig/swriter/ui/infonotfounddialog.ui:7
msgctxt "infonotfounddialog|InfoNotFoundDialog"
msgid "Find"
msgstr "Иҧшаатәуп"
-#: infonotfounddialog.ui:13
+#: sw/uiconfig/swriter/ui/infonotfounddialog.ui:13
#, fuzzy
msgctxt "infonotfounddialog|InfoNotFoundDialog"
msgid "Search key not found."
msgstr "Аҧшааратә цәаҳәа ҧшаам"
-#: inforeadonlydialog.ui:8
+#: sw/uiconfig/swriter/ui/inforeadonlydialog.ui:7
msgctxt "inforeadonlydialog|InfoReadonlyDialog"
msgid "Read-Only Content"
msgstr ""
-#: inforeadonlydialog.ui:13
+#: sw/uiconfig/swriter/ui/inforeadonlydialog.ui:13
msgctxt "inforeadonlydialog|InfoReadonlyDialog"
msgid "Write-protected content cannot be changed."
msgstr ""
-#: inforeadonlydialog.ui:14
+#: sw/uiconfig/swriter/ui/inforeadonlydialog.ui:14
msgctxt "inforeadonlydialog|InfoReadonlyDialog"
msgid "No modifications will be accepted."
msgstr ""
-#: inputfielddialog.ui:7
+#: sw/uiconfig/swriter/ui/inputfielddialog.ui:18
msgctxt "inputfielddialog|InputFieldDialog"
msgid "Input Field"
msgstr ""
-#: inputfielddialog.ui:112
+#: sw/uiconfig/swriter/ui/inputfielddialog.ui:136
#, fuzzy
msgctxt "inputfielddialog|inputfieldname"
msgid "Reference:"
msgstr "Азхьарҧш: "
-#: inputwinmenu.ui:12
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:12
msgctxt "inputwinmenu|sum"
msgid "Sum"
msgstr "Аицҵалыҵ"
-#: inputwinmenu.ui:20
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:20
#, fuzzy
msgctxt "inputwinmenu|round"
msgid "Round"
msgstr "афунт"
-#: inputwinmenu.ui:28
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:28
msgctxt "inputwinmenu|phd"
msgid "Percent"
msgstr "Апроценттә"
-#: inputwinmenu.ui:36
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:36
msgctxt "inputwinmenu|sqrt"
msgid "Square Root"
msgstr ""
-#: inputwinmenu.ui:44
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:44
msgctxt "inputwinmenu|pow"
msgid "Power"
msgstr ""
-#: inputwinmenu.ui:52
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:52
msgctxt "inputwinmenu|operators"
msgid "Operators"
msgstr "Аоператорқәа"
-#: inputwinmenu.ui:62
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:62
msgctxt "inputwinmenu||"
msgid "List Separator"
msgstr ""
-#: inputwinmenu.ui:70
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:70
msgctxt "inputwinmenu|eq"
msgid "Equal"
msgstr ""
-#: inputwinmenu.ui:78
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:78
#, fuzzy
msgctxt "inputwinmenu|neq"
msgid "Not Equal"
msgstr "иаҟараӡам"
-#: inputwinmenu.ui:86
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:86
msgctxt "inputwinmenu|leq"
msgid "Less Than or Equal"
msgstr ""
-#: inputwinmenu.ui:94
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:94
msgctxt "inputwinmenu|geq"
msgid "Greater Than or Equal"
msgstr ""
-#: inputwinmenu.ui:102
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:102
msgctxt "inputwinmenu|l"
msgid "Less"
msgstr ""
-#: inputwinmenu.ui:110
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:110
msgctxt "inputwinmenu|g"
msgid "Greater"
msgstr ""
-#: inputwinmenu.ui:124
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:124
#, fuzzy
msgctxt "inputwinmenu|or"
msgid "Boolean Or"
msgstr "Алогикатә МА"
-#: inputwinmenu.ui:132
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:132
msgctxt "inputwinmenu|xor"
msgid "Boolean Xor"
msgstr ""
-#: inputwinmenu.ui:140
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:140
msgctxt "inputwinmenu|and"
msgid "Boolean And"
msgstr ""
-#: inputwinmenu.ui:148
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:148
#, fuzzy
msgctxt "inputwinmenu|not"
msgid "Boolean Not"
msgstr "Алогикатә АКӘӠАМ"
-#: inputwinmenu.ui:160
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:160
msgctxt "inputwinmenu|statistics"
msgid "Statistical Functions"
msgstr ""
-#: inputwinmenu.ui:170
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:170
msgctxt "inputwinmenu|mean"
msgid "Mean"
msgstr ""
-#: inputwinmenu.ui:178
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:178
msgctxt "inputwinmenu|min"
msgid "Minimum"
msgstr "Аминимум"
-#: inputwinmenu.ui:186
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:186
msgctxt "inputwinmenu|max"
msgid "Maximum"
msgstr "Амаксимум"
-#: inputwinmenu.ui:198
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:198
msgctxt "inputwinmenu|functions"
msgid "Functions"
msgstr "Афункциақәа"
-#: inputwinmenu.ui:208
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:208
#, fuzzy
msgctxt "inputwinmenu|sin"
msgid "Sine"
msgstr "Ашәагаа"
-#: inputwinmenu.ui:216
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:216
msgctxt "inputwinmenu|cos"
msgid "Cosine"
msgstr "Акосинус"
-#: inputwinmenu.ui:224
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:224
msgctxt "inputwinmenu|tag"
msgid "Tangent"
msgstr "Атангенс"
-#: inputwinmenu.ui:232
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:232
msgctxt "inputwinmenu|asin"
msgid "Arcsine"
msgstr "Арксинус"
-#: inputwinmenu.ui:240
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:240
msgctxt "inputwinmenu|acos"
msgid "Arccosine"
msgstr "Арккосинус"
-#: inputwinmenu.ui:248
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:248
msgctxt "inputwinmenu|atan"
msgid "Arctangent"
msgstr "Арктангенс"
-#: insertautotextdialog.ui:8
+#: sw/uiconfig/swriter/ui/insertautotextdialog.ui:8
msgctxt "insertautotextdialog|InsertAutoTextDialog"
msgid "Insert AutoText"
msgstr "Ибжьаргылатәуп автотеқст"
-#: insertautotextdialog.ui:104
+#: sw/uiconfig/swriter/ui/insertautotextdialog.ui:104
msgctxt "insertautotextdialog|label1"
msgid "Autotexts for Shortcut "
msgstr ""
-#: insertbookmark.ui:8
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:8
msgctxt "insertbookmark|InsertBookmarkDialog"
msgid "Bookmark"
msgstr ""
-#: insertbookmark.ui:40
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:40
msgctxt "insertbookmark|insert"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: insertbookmark.ui:122
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:122
msgctxt "insertbookmark|rename"
msgid "Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: insertbookmark.ui:135
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:135
msgctxt "insertbookmark|delete"
msgid "Delete"
msgstr "Ианыхтәуп"
-#: insertbookmark.ui:148
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:148
msgctxt "insertbookmark|goto"
msgid "Go to"
msgstr ""
-#: insertbreak.ui:14
+#: sw/uiconfig/swriter/ui/insertbreak.ui:14
msgctxt "insertbreak|BreakDialog"
msgid "Insert Break"
msgstr ""
-#: insertbreak.ui:100
+#: sw/uiconfig/swriter/ui/insertbreak.ui:102
msgctxt "insertbreak|linerb"
msgid "Line break"
msgstr ""
-#: insertbreak.ui:116
+#: sw/uiconfig/swriter/ui/insertbreak.ui:112
+msgctxt "insertbreak|linerb-atkobject"
+msgid "Ends the current line, and moves the text found to the right of the cursor to the next line, without creating a new paragraph."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:124
msgctxt "insertbreak|columnrb"
msgid "Column break"
msgstr ""
-#: insertbreak.ui:132
+#: sw/uiconfig/swriter/ui/insertbreak.ui:134
+msgctxt "insertbreak|columnrb-atkobject"
+msgid "Inserts a manual column break (in a multiple column layout), and moves the text found to the right of the cursor to the beginning of the next column. A manual column break is indicated by a nonprinting border at the top of the new column."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:146
msgctxt "insertbreak|pagerb"
msgid "Page break"
msgstr "Адаҟьа аимҟьара"
-#: insertbreak.ui:151
+#: sw/uiconfig/swriter/ui/insertbreak.ui:156
+msgctxt "insertbreak|pagerb-atkobject"
+msgid "Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:171
msgctxt "insertbreak|styleft"
msgid "Style:"
msgstr "Астиль:"
-#: insertbreak.ui:168
+#: sw/uiconfig/swriter/ui/insertbreak.ui:188
msgctxt "insertbreak|liststore1"
msgid "[None]"
msgstr ""
-#: insertbreak.ui:179
+#: sw/uiconfig/swriter/ui/insertbreak.ui:192
+msgctxt "insertbreak|stylelb-atkobject"
+msgid "Select the page style for the page that follows the manual page break."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:204
msgctxt "insertbreak|pagenumcb"
msgid "Change page number"
msgstr "Иҧсахтәуп адаҟьа аномер"
-#: insertbreak.ui:205
+#: sw/uiconfig/swriter/ui/insertbreak.ui:214
+msgctxt "insertbreak|pagenumcb-atkobject"
+msgid "Assigns the page number that you specify to the page that follows the manual page break. This option is only available if you assign a different page style to the page that follows manual page break."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:236
msgctxt "insertbreak|pagenumsb-atkobject"
-msgid "Change page number"
-msgstr "Иҧсахтәуп адаҟьа аномер"
+msgid "Enter the new page number for the page that follows the manual page break."
+msgstr ""
-#: insertbreak.ui:223
+#: sw/uiconfig/swriter/ui/insertbreak.ui:254
msgctxt "insertbreak|label1"
msgid "Type"
msgstr "Атип"
-#: insertcaption.ui:9
+#: sw/uiconfig/swriter/ui/insertcaption.ui:9
msgctxt "insertcaption|InsertCaptionDialog"
msgid "Insert Caption"
msgstr ""
-#: insertcaption.ui:51
+#: sw/uiconfig/swriter/ui/insertcaption.ui:50
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr ""
-#: insertcaption.ui:89
+#: sw/uiconfig/swriter/ui/insertcaption.ui:88
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Аномерркра"
-#: insertcaption.ui:103
+#: sw/uiconfig/swriter/ui/insertcaption.ui:102
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Аиҟәшага"
-#: insertcaption.ui:117
+#: sw/uiconfig/swriter/ui/insertcaption.ui:116
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Аҭыҧ:"
-#: insertcaption.ui:143
+#: sw/uiconfig/swriter/ui/insertcaption.ui:141
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ""
-#: insertcaption.ui:155
+#: sw/uiconfig/swriter/ui/insertcaption.ui:153
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr ""
-#: insertcaption.ui:170
+#: sw/uiconfig/swriter/ui/insertcaption.ui:167
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
-#: insertcaption.ui:193
+#: sw/uiconfig/swriter/ui/insertcaption.ui:190
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Акатегориа"
-#: insertcaption.ui:226
+#: sw/uiconfig/swriter/ui/insertcaption.ui:223
#, fuzzy
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа:"
-#: insertcaption.ui:264
+#: sw/uiconfig/swriter/ui/insertcaption.ui:261
#, fuzzy
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:332
msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#: insertcaption.ui:348
+#: sw/uiconfig/swriter/ui/insertcaption.ui:345
#, fuzzy
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Aпараметрқәа..."
-#: insertcaption.ui:391
+#: sw/uiconfig/swriter/ui/insertcaption.ui:388
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr ""
-#: insertdbcolumnsdialog.ui:34
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:34
msgctxt "insertdbcolumnsdialog|InsertDbColumnsDialog"
msgid "Insert Database Columns"
msgstr ""
-#: insertdbcolumnsdialog.ui:116
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:116
msgctxt "insertdbcolumnsdialog|label1"
msgid "Insert data as:"
msgstr ""
-#: insertdbcolumnsdialog.ui:133
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:133
#, fuzzy
msgctxt "insertdbcolumnsdialog|astable"
msgid "T_able"
msgstr "Атаблица"
-#: insertdbcolumnsdialog.ui:150
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:150
msgctxt "insertdbcolumnsdialog|asfields"
msgid "_Fields"
msgstr ""
-#: insertdbcolumnsdialog.ui:166
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:166
msgctxt "insertdbcolumnsdialog|astext"
msgid "_Text"
msgstr "Атеқст"
-#: insertdbcolumnsdialog.ui:219
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:219
msgctxt "insertdbcolumnsdialog|label4"
msgid "Database _columns"
msgstr ""
-#: insertdbcolumnsdialog.ui:233
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:233
msgctxt "insertdbcolumnsdialog|tablecolft"
msgid "Tab_le column(s)"
msgstr ""
-#: insertdbcolumnsdialog.ui:470
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:470
msgctxt "insertdbcolumnsdialog|tableheading"
msgid "Insert table heading"
msgstr ""
-#: insertdbcolumnsdialog.ui:485
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:485
msgctxt "insertdbcolumnsdialog|columnname"
msgid "Apply column _name"
msgstr ""
-#: insertdbcolumnsdialog.ui:502
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:502
msgctxt "insertdbcolumnsdialog|rowonly"
msgid "Create row only"
msgstr ""
-#: insertdbcolumnsdialog.ui:519
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:519
#, fuzzy
msgctxt "insertdbcolumnsdialog|tableformat"
msgid "Pr_operties..."
msgstr "Аҷыдаҟазшьақәа..."
-#: insertdbcolumnsdialog.ui:532
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:532
msgctxt "insertdbcolumnsdialog|autoformat"
msgid "Aut_oFormat..."
msgstr "Автоформат..."
-#: insertdbcolumnsdialog.ui:548
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:548
msgctxt "insertdbcolumnsdialog|parastylelabel"
msgid "Paragraph _style:"
msgstr "Абзац астиль:"
-#: insertdbcolumnsdialog.ui:587
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:587
msgctxt "insertdbcolumnsdialog|fromdatabase"
msgid "From _database"
msgstr ""
-#: insertdbcolumnsdialog.ui:604
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:604
#, fuzzy
msgctxt "insertdbcolumnsdialog|userdefined"
msgid "_User-defined"
msgstr "Ахархәаҩ итип 1"
-#: insertdbcolumnsdialog.ui:649
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:649
msgctxt "insertdbcolumnsdialog|label3"
msgid "Format"
msgstr "Аформат"
-#: insertfootnote.ui:18
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:18
msgctxt "insertfootnote|InsertFootnoteDialog"
msgid "Insert Footnote/Endnote"
msgstr ""
-#: insertfootnote.ui:143
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:148
msgctxt "insertfootnote|automatic"
msgid "Automatic"
msgstr "Автоматикала"
-#: insertfootnote.ui:161
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:166
#, fuzzy
msgctxt "insertfootnote|character"
msgid "Character"
msgstr "Асимволқәа"
-#: insertfootnote.ui:193
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:200
#, fuzzy
msgctxt "insertfootnote|characterentry-atkobject"
msgid "Character"
msgstr "Асимволқәа"
-#: insertfootnote.ui:204
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:211
#, fuzzy
msgctxt "insertfootnote|choosecharacter"
msgid "Choose…"
msgstr "Иалхтәуп"
-#: insertfootnote.ui:224
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:231
msgctxt "insertfootnote|label1"
msgid "Numbering"
msgstr "Аномерркра"
-#: insertfootnote.ui:257
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:264
msgctxt "insertfootnote|footnote"
msgid "Footnote"
msgstr ""
-#: insertfootnote.ui:275
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:282
msgctxt "insertfootnote|endnote"
msgid "Endnote"
msgstr ""
-#: insertfootnote.ui:298
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:306
msgctxt "insertfootnote|label2"
msgid "Type"
msgstr "Атип"
-#: insertscript.ui:18
+#: sw/uiconfig/swriter/ui/insertscript.ui:18
#, fuzzy
msgctxt "insertscript|InsertScriptDialog"
msgid "Insert Script"
msgstr "Иҭаргылатәуа аишьҭагыла"
-#: insertscript.ui:36
+#: sw/uiconfig/swriter/ui/insertscript.ui:136
msgctxt "insertscript|label1"
msgid "Script type:"
msgstr ""
-#: insertscript.ui:48
+#: sw/uiconfig/swriter/ui/insertscript.ui:148
msgctxt "insertscript|scripttype"
msgid "JavaScript"
msgstr "JavaScript"
-#: insertscript.ui:58
+#: sw/uiconfig/swriter/ui/insertscript.ui:158
#, fuzzy
msgctxt "insertscript|url"
msgid "URL:"
msgstr "URL:"
-#: insertscript.ui:86
+#: sw/uiconfig/swriter/ui/insertscript.ui:187
msgctxt "insertscript|browse"
msgid "Browse…"
msgstr "Аҭыҧхәаҧшра..."
-#: insertscript.ui:99
+#: sw/uiconfig/swriter/ui/insertscript.ui:200
#, fuzzy
msgctxt "insertscript|text"
msgid "Text:"
msgstr "Атеқст:"
-#: insertsectiondialog.ui:8
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:8
msgctxt "insertsectiondialog|InsertSectionDialog"
msgid "Insert Section"
msgstr ""
-#: insertsectiondialog.ui:22
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:22
msgctxt "insertsectiondialog|ok"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: insertsectiondialog.ui:106
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:106
#, fuzzy
msgctxt "insertsectiondialog|section"
msgid "Section"
msgstr "апараграф"
-#: insertsectiondialog.ui:128
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:128
msgctxt "insertsectiondialog|columns"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: insertsectiondialog.ui:151
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:151
msgctxt "insertsectiondialog|indents"
msgid "Indents"
msgstr ""
-#: insertsectiondialog.ui:174
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:174
#, fuzzy
msgctxt "insertsectiondialog|background"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: insertsectiondialog.ui:197
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:197
msgctxt "insertsectiondialog|notes"
msgid "Footnotes/Endnotes"
msgstr ""
-#: inserttable.ui:29
+#: sw/uiconfig/swriter/ui/inserttable.ui:35
msgctxt "inserttable|InsertTableDialog"
msgid "Insert Table"
msgstr "Ибжьаргылатәуп атаблица"
-#: inserttable.ui:43
+#: sw/uiconfig/swriter/ui/inserttable.ui:51
msgctxt "inserttable|ok"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: inserttable.ui:138
+#: sw/uiconfig/swriter/ui/inserttable.ui:148
msgctxt "inserttable|label3"
msgid "_Name:"
msgstr "Ахьӡ:"
-#: inserttable.ui:152
+#: sw/uiconfig/swriter/ui/inserttable.ui:162
#, fuzzy
msgctxt "inserttable|3"
msgid "_Columns:"
msgstr "Аиҵагылақәа"
-#: inserttable.ui:182
+#: sw/uiconfig/swriter/ui/inserttable.ui:192
msgctxt "inserttable|4"
msgid "_Rows:"
msgstr ""
-#: inserttable.ui:216
+#: sw/uiconfig/swriter/ui/inserttable.ui:226
msgctxt "inserttable|label1"
msgid "General"
msgstr "Азеиҧшқәа"
-#: inserttable.ui:249
+#: sw/uiconfig/swriter/ui/inserttable.ui:264
#, fuzzy
msgctxt "inserttable|headercb"
msgid "Hea_ding"
msgstr "Ахқәа"
-#: inserttable.ui:264
+#: sw/uiconfig/swriter/ui/inserttable.ui:279
msgctxt "inserttable|repeatcb"
msgid "Repeat heading rows on new _pages"
msgstr ""
-#: inserttable.ui:282
-msgctxt "inserttable|bordercb"
-msgid "_Border"
-msgstr ""
-
-#: inserttable.ui:298
+#: sw/uiconfig/swriter/ui/inserttable.ui:297
msgctxt "inserttable|dontsplitcb"
msgid "Don’t _split table over pages"
msgstr ""
-#: inserttable.ui:338
+#: sw/uiconfig/swriter/ui/inserttable.ui:337
msgctxt "inserttable|repeatheaderafter"
msgid "Heading ro_ws:"
msgstr ""
-#: inserttable.ui:355
-msgctxt "inserttable|autoformat"
-msgid "Auto_Format"
-msgstr "Автоформат"
-
-#: inserttable.ui:377
+#: sw/uiconfig/swriter/ui/inserttable.ui:360
msgctxt "inserttable|label2"
msgid "Options"
msgstr "Апараметрқәа"
-#: labeldialog.ui:8
+#: sw/uiconfig/swriter/ui/inserttable.ui:454
+msgctxt "inserttable|lbTableStyle"
+msgid "Styles"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/labeldialog.ui:8
#, fuzzy
msgctxt "labeldialog|LabelDialog"
msgid "Labels"
msgstr "Анапаҵаҩра"
-#: labeldialog.ui:22
+#: sw/uiconfig/swriter/ui/labeldialog.ui:22
msgctxt "labeldialog|ok"
msgid "_New Document"
msgstr "Иаҧҵатәуп адокумент"
-#: labeldialog.ui:106
+#: sw/uiconfig/swriter/ui/labeldialog.ui:106
#, fuzzy
msgctxt "labeldialog|medium"
msgid "Medium"
msgstr "ибжьаратәу"
-#: labeldialog.ui:128
+#: sw/uiconfig/swriter/ui/labeldialog.ui:128
#, fuzzy
msgctxt "labeldialog|labels"
msgid "Labels"
msgstr "Анапаҵаҩра"
-#: labeldialog.ui:151
-msgctxt "labeldialog|cards"
-msgid "Business Cards"
-msgstr ""
-
-#: labeldialog.ui:174
+#: sw/uiconfig/swriter/ui/labeldialog.ui:151
msgctxt "labeldialog|private"
msgid "Private"
msgstr ""
-#: labeldialog.ui:197
+#: sw/uiconfig/swriter/ui/labeldialog.ui:174
msgctxt "labeldialog|business"
msgid "Business"
msgstr ""
-#: labeldialog.ui:220
+#: sw/uiconfig/swriter/ui/labeldialog.ui:197
msgctxt "labeldialog|format"
msgid "Format"
msgstr "Аформат"
-#: labeldialog.ui:243
+#: sw/uiconfig/swriter/ui/labeldialog.ui:220
msgctxt "labeldialog|options"
msgid "Options"
msgstr "Апараметрқәа"
-#: labelformatpage.ui:29
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:29
msgctxt "labelformatpage|label1"
msgid "Hori_zontal pitch:"
msgstr ""
-#: labelformatpage.ui:43
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:43
msgctxt "labelformatpage|label2"
msgid "_Vertical pitch:"
msgstr ""
-#: labelformatpage.ui:57
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:57
msgctxt "labelformatpage|label3"
msgid "_Width:"
msgstr "_Аҭбаара:"
-#: labelformatpage.ui:71
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:71
msgctxt "labelformatpage|label4"
msgid "_Height:"
msgstr "Аҳаракыра:"
-#: labelformatpage.ui:85
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:85
msgctxt "labelformatpage|label5"
msgid "_Left margin:"
msgstr ""
-#: labelformatpage.ui:99
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:99
msgctxt "labelformatpage|label6"
msgid "_Top margin:"
msgstr ""
-#: labelformatpage.ui:113
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:113
#, fuzzy
msgctxt "labelformatpage|label7"
msgid "_Columns:"
msgstr "Аиҵагылақәа"
-#: labelformatpage.ui:127
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:127
msgctxt "labelformatpage|label8"
msgid "R_ows:"
msgstr ""
-#: labelformatpage.ui:141
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:141
#, fuzzy
msgctxt "labelformatpage|label9"
msgid "P_age width:"
msgstr "Адаҟьа аҭбаара"
-#: labelformatpage.ui:155
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:155
#, fuzzy
msgctxt "labelformatpage|label10"
msgid "Pa_ge height:"
msgstr "Адаҟьа аҳаракыра:"
-#: labelformatpage.ui:166
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:166
#, fuzzy
msgctxt "labelformatpage|save"
msgid "_Save..."
msgstr "Еиқәырхатәуп"
-#: labeloptionspage.ui:37
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:44
msgctxt "labeloptionspage|entirepage"
msgid "_Entire page"
msgstr "Адаҟьа зегьы"
-#: labeloptionspage.ui:56
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:61
#, fuzzy
msgctxt "labeloptionspage|singlelabel"
msgid "_Single label"
msgstr "Даҟьак"
-#: labeloptionspage.ui:88
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:90
#, fuzzy
msgctxt "labeloptionspage|label4"
msgid "Colu_mn"
msgstr "Аиҵагыла"
-#: labeloptionspage.ui:131
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:126
#, fuzzy
msgctxt "labeloptionspage|label5"
msgid "Ro_w"
msgstr "АЦӘАҲӘА"
-#: labeloptionspage.ui:174
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:161
msgctxt "labeloptionspage|synchronize"
msgid "Synchroni_ze contents"
msgstr ""
-#: labeloptionspage.ui:197
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:183
msgctxt "labeloptionspage|label1"
msgid "Distribute"
msgstr ""
-#: labeloptionspage.ui:232
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:218
msgctxt "labeloptionspage|setup"
msgid "Setup..."
msgstr ""
-#: labeloptionspage.ui:251
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:234
msgctxt "labeloptionspage|printername"
msgid "Printer Name"
msgstr "Апринтер ахьӡ"
-#: labeloptionspage.ui:270
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:252
msgctxt "labeloptionspage|label2"
msgid "Printer"
msgstr "Апринтер"
-#: linenumbering.ui:26
-msgctxt "linenumbering|positionstore"
-msgid "Left"
-msgstr "Арымарахь"
-
-#: linenumbering.ui:29
-msgctxt "linenumbering|positionstore"
-msgid "Right"
-msgstr "Арыӷьарахь"
-
-#: linenumbering.ui:32
-msgctxt "linenumbering|positionstore"
-msgid "Inner"
-msgstr ""
-
-#: linenumbering.ui:35
-msgctxt "linenumbering|positionstore"
-msgid "Outer"
-msgstr ""
-
-#: linenumbering.ui:48
+#: sw/uiconfig/swriter/ui/linenumbering.ui:27
#, fuzzy
msgctxt "linenumbering|LineNumberingDialog"
msgid "Line Numbering"
msgstr "Амилаҭтә номерркра"
-#: linenumbering.ui:119
+#: sw/uiconfig/swriter/ui/linenumbering.ui:102
msgctxt "linenumbering|shownumbering"
msgid "Show numbering"
msgstr ""
-#: linenumbering.ui:162
+#: sw/uiconfig/swriter/ui/linenumbering.ui:145
#, fuzzy
msgctxt "linenumbering|characterstyle"
msgid "Character style:"
msgstr "Асимвол астиль:"
-#: linenumbering.ui:176
+#: sw/uiconfig/swriter/ui/linenumbering.ui:159
msgctxt "linenumbering|format"
msgid "Format:"
msgstr "Аформат:"
-#: linenumbering.ui:188
+#: sw/uiconfig/swriter/ui/linenumbering.ui:171
msgctxt "linenumbering|position"
msgid "Position:"
msgstr "Аҭыҧ:"
-#: linenumbering.ui:202
+#: sw/uiconfig/swriter/ui/linenumbering.ui:185
#, fuzzy
msgctxt "linenumbering|spacing"
msgid "Spacing:"
msgstr "Аинтервал:"
-#: linenumbering.ui:216
+#: sw/uiconfig/swriter/ui/linenumbering.ui:199
#, fuzzy
msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "Аинтервал"
-#: linenumbering.ui:301
+#: sw/uiconfig/swriter/ui/linenumbering.ui:239
+msgctxt "linenumbering|positionstore"
+msgid "Left"
+msgstr "Арымарахь"
+
+#: sw/uiconfig/swriter/ui/linenumbering.ui:240
+msgctxt "linenumbering|positionstore"
+msgid "Right"
+msgstr "Арыӷьарахь"
+
+#: sw/uiconfig/swriter/ui/linenumbering.ui:241
+msgctxt "linenumbering|positionstore"
+msgid "Inner"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/linenumbering.ui:242
+msgctxt "linenumbering|positionstore"
+msgid "Outer"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/linenumbering.ui:286
#, fuzzy
msgctxt "linenumbering|intervallines"
msgid "lines"
msgstr "Ацәаҳәа(қәа)"
-#: linenumbering.ui:324
+#: sw/uiconfig/swriter/ui/linenumbering.ui:310
msgctxt "linenumbering|view"
msgid "View"
msgstr "Ахәаҧшра"
-#: linenumbering.ui:365
+#: sw/uiconfig/swriter/ui/linenumbering.ui:350
#, fuzzy
msgctxt "linenumbering|text"
msgid "Text:"
msgstr "Атеқст:"
-#: linenumbering.ui:379
+#: sw/uiconfig/swriter/ui/linenumbering.ui:364
msgctxt "linenumbering|every"
msgid "Every:"
msgstr ""
-#: linenumbering.ui:406
+#: sw/uiconfig/swriter/ui/linenumbering.ui:391
#, fuzzy
msgctxt "linenumbering|lines"
msgid "lines"
msgstr "Ацәаҳәа(қәа)"
-#: linenumbering.ui:433
+#: sw/uiconfig/swriter/ui/linenumbering.ui:418
#, fuzzy
msgctxt "linenumbering|separator"
msgid "Separator"
msgstr "Аиҟәшага"
-#: linenumbering.ui:466
+#: sw/uiconfig/swriter/ui/linenumbering.ui:451
msgctxt "linenumbering|blanklines"
msgid "Blank lines"
msgstr ""
-#: linenumbering.ui:482
+#: sw/uiconfig/swriter/ui/linenumbering.ui:468
msgctxt "linenumbering|linesintextframes"
msgid "Lines in text frames"
msgstr ""
-#: linenumbering.ui:497
+#: sw/uiconfig/swriter/ui/linenumbering.ui:484
msgctxt "linenumbering|showfooterheadernumbering"
msgid "Include header and footer"
msgstr ""
-#: linenumbering.ui:512
+#: sw/uiconfig/swriter/ui/linenumbering.ui:500
msgctxt "linenumbering|restarteverynewpage"
msgid "Restart every new page"
msgstr ""
-#: linenumbering.ui:534
+#: sw/uiconfig/swriter/ui/linenumbering.ui:523
msgctxt "linenumbering|count"
msgid "Count"
msgstr "Ахыҧхьаӡара"
-#: mailconfigpage.ui:85
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:82
msgctxt "mailconfigpage|displayname_label"
msgid "_Your name:"
msgstr ""
-#: mailconfigpage.ui:99
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:96
msgctxt "mailconfigpage|address_label"
msgid "_E-mail address:"
msgstr ""
-#: mailconfigpage.ui:110
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:107
msgctxt "mailconfigpage|replytocb"
msgid "Send replies to _different e-mail address"
msgstr ""
-#: mailconfigpage.ui:129
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:126
msgctxt "mailconfigpage|replyto_label"
msgid "_Reply address:"
msgstr ""
-#: mailconfigpage.ui:146
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:143
msgctxt "mailconfigpage|label1"
msgid "User Information"
msgstr "Ахархәаҩ изку аинформациа"
-#: mailconfigpage.ui:184
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:181
msgctxt "mailconfigpage|secure"
msgid "_Use secure connection (SSL)"
msgstr ""
-#: mailconfigpage.ui:222
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:218
msgctxt "mailconfigpage|server_label"
msgid "_Server name:"
msgstr ""
-#: mailconfigpage.ui:236
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:232
msgctxt "mailconfigpage|port_label"
msgid "_Port:"
msgstr "Апорт:"
-#: mailconfigpage.ui:274
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:269
msgctxt "mailconfigpage|serverauthentication"
msgid "Ser_ver Authentication…"
msgstr ""
-#: mailconfigpage.ui:300
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:295
msgctxt "mailconfigpage|label2"
msgid "Outgoing Server (SMTP) Settings"
msgstr ""
-#: mailconfigpage.ui:322
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:317
msgctxt "mailconfigpage|test"
msgid "_Test Settings"
msgstr ""
-#: mailmerge.ui:12
+#: sw/uiconfig/swriter/ui/mailmerge.ui:12
msgctxt "mailmerge|MailmergeDialog"
msgid "Mail Merge"
msgstr ""
-#: mailmerge.ui:131
+#: sw/uiconfig/swriter/ui/mailmerge.ui:131
msgctxt "mailmerge|all"
msgid "_All"
msgstr "Зегьы"
-#: mailmerge.ui:149
+#: sw/uiconfig/swriter/ui/mailmerge.ui:149
msgctxt "mailmerge|selected"
msgid "_Selected records"
msgstr "Иалкаау анҵамҭақәа"
-#: mailmerge.ui:172
+#: sw/uiconfig/swriter/ui/mailmerge.ui:172
msgctxt "mailmerge|rbfrom"
msgid "_From:"
msgstr ""
-#: mailmerge.ui:206
+#: sw/uiconfig/swriter/ui/mailmerge.ui:205
#, fuzzy
msgctxt "mailmerge|label3"
msgid "_To:"
msgstr "Хыхьла:"
-#: mailmerge.ui:245
+#: sw/uiconfig/swriter/ui/mailmerge.ui:243
#, fuzzy
msgctxt "mailmerge|recordslabel"
msgid "Records"
msgstr "Анҵамҭа"
-#: mailmerge.ui:285
+#: sw/uiconfig/swriter/ui/mailmerge.ui:283
#, fuzzy
msgctxt "mailmerge|printer"
msgid "_Printer"
msgstr "Апринтерқәа"
-#: mailmerge.ui:303
+#: sw/uiconfig/swriter/ui/mailmerge.ui:301
msgctxt "mailmerge|electronic"
msgid "_Electronic"
msgstr ""
-#: mailmerge.ui:321
+#: sw/uiconfig/swriter/ui/mailmerge.ui:319
msgctxt "mailmerge|file"
msgid "File"
msgstr "Афаил"
-#: mailmerge.ui:345
+#: sw/uiconfig/swriter/ui/mailmerge.ui:344
msgctxt "mailmerge|singlejobs"
msgid "_Single print jobs"
msgstr ""
-#: mailmerge.ui:394
+#: sw/uiconfig/swriter/ui/mailmerge.ui:393
msgctxt "mailmerge|generate"
msgid "Generate file name from _database"
msgstr ""
-#: mailmerge.ui:415
+#: sw/uiconfig/swriter/ui/mailmerge.ui:414
#, fuzzy
msgctxt "mailmerge|fieldlabel"
msgid "Field:"
msgstr "Аҭакырақәа"
-#: mailmerge.ui:428
+#: sw/uiconfig/swriter/ui/mailmerge.ui:427
msgctxt "mailmerge|pathlabel"
msgid "_Path:"
msgstr "Амҩа:"
-#: mailmerge.ui:443
+#: sw/uiconfig/swriter/ui/mailmerge.ui:442
msgctxt "mailmerge|fileformatlabel"
msgid "F_ile format:"
msgstr "Афаил аформат:"
-#: mailmerge.ui:506
+#: sw/uiconfig/swriter/ui/mailmerge.ui:504
#, fuzzy
msgctxt "mailmerge|subjectlabel"
msgid "_Subject:"
msgstr "Атема:"
-#: mailmerge.ui:534
+#: sw/uiconfig/swriter/ui/mailmerge.ui:531
msgctxt "mailmerge|attachmentslabel"
msgid "Attachments:"
msgstr ""
-#: mailmerge.ui:576
+#: sw/uiconfig/swriter/ui/mailmerge.ui:572
#, fuzzy
msgctxt "mailmerge|mailformatlabel"
msgid "Mail format:"
msgstr "Афаил аформат:"
-#: mailmerge.ui:596
+#: sw/uiconfig/swriter/ui/mailmerge.ui:592
#, fuzzy
msgctxt "mailmerge|html"
msgid "HTM_L"
msgstr "HTML"
-#: mailmerge.ui:613
+#: sw/uiconfig/swriter/ui/mailmerge.ui:609
msgctxt "mailmerge|rtf"
msgid "RT_F"
msgstr ""
-#: mailmerge.ui:630
+#: sw/uiconfig/swriter/ui/mailmerge.ui:626
#, fuzzy
msgctxt "mailmerge|swriter"
msgid "%PRODUCTNAME Writer"
msgstr "Атаблица %PRODUCTNAME Writer"
-#: mailmerge.ui:680
+#: sw/uiconfig/swriter/ui/mailmerge.ui:677
msgctxt "mailmerge|singledocument"
msgid "S_ave as single document"
msgstr ""
-#: mailmerge.ui:698
+#: sw/uiconfig/swriter/ui/mailmerge.ui:695
msgctxt "mailmerge|individualdocuments"
msgid "Sa_ve as individual documents"
msgstr ""
-#: mailmerge.ui:724
+#: sw/uiconfig/swriter/ui/mailmerge.ui:721
msgctxt "mailmerge|savemergeddoclabel"
msgid "Save Merged Document"
msgstr "Еиқәырхатәуп еилоу адокумент"
-#: mailmerge.ui:745
+#: sw/uiconfig/swriter/ui/mailmerge.ui:742
msgctxt "mailmerge|outputlabel"
msgid "Output"
msgstr "Аҭыгара"
-#: mailmergedialog.ui:7
+#: sw/uiconfig/swriter/ui/mailmergedialog.ui:7
msgctxt "mailmergedialog|MailMergeDialog"
msgid "Mail Merge"
msgstr ""
-#: mailmergedialog.ui:93
+#: sw/uiconfig/swriter/ui/mailmergedialog.ui:93
msgctxt "mailmergedialog|document"
msgid "From this _document"
msgstr ""
-#: mailmergedialog.ui:112
+#: sw/uiconfig/swriter/ui/mailmergedialog.ui:112
#, fuzzy
msgctxt "mailmergedialog|template"
msgid "From a _template"
msgstr "Ашаблон аҟынтәи..."
-#: mailmergedialog.ui:136
+#: sw/uiconfig/swriter/ui/mailmergedialog.ui:136
#, fuzzy
msgctxt "mailmergedialog|label1"
msgid "Create"
msgstr "~Ихиоуп"
-#: managechangessidebar.ui:48
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:48
msgctxt "managechangessidebar|accept"
msgid "_Accept"
msgstr ""
-#: managechangessidebar.ui:64
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:64
msgctxt "managechangessidebar|reject"
msgid "_Reject"
msgstr ""
-#: managechangessidebar.ui:80
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:80
msgctxt "managechangessidebar|acceptall"
msgid "A_ccept All"
msgstr ""
-#: managechangessidebar.ui:96
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:96
msgctxt "managechangessidebar|rejectall"
msgid "R_eject All"
msgstr ""
-#: managechangessidebar.ui:159
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:159
msgctxt "managechangessidebar|writeredit"
msgid "Edit Comment..."
msgstr "Иҧсахтәуп акомментари..."
-#: managechangessidebar.ui:166
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:166
msgctxt "managechangessidebar|writersort"
msgid "Sort By"
msgstr ""
-#: managechangessidebar.ui:176
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:176
#, fuzzy
msgctxt "managechangessidebar|writeraction"
msgid "Action"
msgstr "Аҟаҵара"
-#: managechangessidebar.ui:184
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:184
msgctxt "managechangessidebar|writerauthor"
msgid "Author"
msgstr "Автор"
-#: managechangessidebar.ui:192
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:192
msgctxt "managechangessidebar|writerdate"
msgid "Date"
msgstr "Арыцхә"
-#: managechangessidebar.ui:200
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:200
msgctxt "managechangessidebar|writerdesc"
msgid "Comment"
msgstr "Акомментари"
-#: managechangessidebar.ui:208
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:208
msgctxt "managechangessidebar|writerposition"
msgid "Document Position"
msgstr ""
-#: mergeconnectdialog.ui:7
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:7
msgctxt "mergeconnectdialog|MergeConnectDialog"
msgid "Data Source Connection"
msgstr ""
-#: mergeconnectdialog.ui:93
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:93
msgctxt "mergeconnectdialog|existing"
msgid "_Use existing"
msgstr ""
-#: mergeconnectdialog.ui:112
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:112
msgctxt "mergeconnectdialog|new"
msgid "_Create new connection"
msgstr ""
-#: mergeconnectdialog.ui:134
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:134
msgctxt "mergeconnectdialog|label2"
msgid "Fields are used to personalize form letters. The fields are placeholders for data from a data source, such as a database. The fields in the form letter must be connected to the data source."
msgstr ""
-#: mergeconnectdialog.ui:153
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:153
#, fuzzy
msgctxt "mergeconnectdialog|label1"
msgid "Connect"
msgstr "Иеимаздоу аҵәаӷәа"
-#: mergetabledialog.ui:7
+#: sw/uiconfig/swriter/ui/mergetabledialog.ui:8
msgctxt "mergetabledialog|MergeTableDialog"
msgid "Merge Tables"
msgstr "Еидҵатәуп атаблицақәа"
-#: mergetabledialog.ui:90
+#: sw/uiconfig/swriter/ui/mergetabledialog.ui:95
msgctxt "mergetabledialog|prev"
msgid "Join with _previous table"
msgstr ""
-#: mergetabledialog.ui:109
+#: sw/uiconfig/swriter/ui/mergetabledialog.ui:111
msgctxt "mergetabledialog|next"
msgid "Join with _next table"
msgstr ""
-#: mergetabledialog.ui:133
+#: sw/uiconfig/swriter/ui/mergetabledialog.ui:133
#, fuzzy
msgctxt "mergetabledialog|label1"
msgid "Mode"
msgstr "Амодель"
-#: mmaddressblockpage.ui:62
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:62
msgctxt "mmaddressblockpage|addresslist"
msgid "Select A_ddress List..."
msgstr ""
-#: mmaddressblockpage.ui:77
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:77
msgctxt "mmaddressblockpage|differentlist"
msgid "Select Different A_ddress List..."
msgstr ""
-#: mmaddressblockpage.ui:103
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:103
msgctxt "mmaddressblockpage|currentaddress"
msgid "Current address list: %1"
msgstr ""
-#: mmaddressblockpage.ui:125
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:125
msgctxt "mmaddressblockpage|label2"
msgid "Select the address list containing the address data you want to use. This data is needed to create the address block."
msgstr ""
-#: mmaddressblockpage.ui:142
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:142
msgctxt "mmaddressblockpage|label3"
msgid "1."
msgstr "1."
-#: mmaddressblockpage.ui:175
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:175
msgctxt "mmaddressblockpage|assign"
msgid "Match _Fields..."
msgstr ""
-#: mmaddressblockpage.ui:202
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:202
msgctxt "mmaddressblockpage|label4"
msgid "Match the field name used in the mail merge to the column headers in your data source."
msgstr ""
-#: mmaddressblockpage.ui:219
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:219
msgctxt "mmaddressblockpage|settingsft1"
msgid "3."
msgstr ""
-#: mmaddressblockpage.ui:258
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:258
msgctxt "mmaddressblockpage|settingsft"
msgid "2."
msgstr "2."
-#: mmaddressblockpage.ui:269
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:269
msgctxt "mmaddressblockpage|address"
msgid "_This document shall contain an address block"
msgstr ""
-#: mmaddressblockpage.ui:307
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:307
#, fuzzy
msgctxt "mmaddressblockpage|settings"
msgid "_More..."
msgstr "Иҵегь..."
-#: mmaddressblockpage.ui:345
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:345
msgctxt "mmaddressblockpage|hideempty"
msgid "_Suppress lines with just empty fields"
msgstr ""
-#: mmaddressblockpage.ui:423
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:423
msgctxt "mmaddressblockpage|prev|tooltip_text"
msgid "Preview Previous Address Block"
msgstr ""
-#: mmaddressblockpage.ui:438
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:438
msgctxt "mmaddressblockpage|next|tooltip_text"
msgid "Preview Next Address Block"
msgstr ""
-#: mmaddressblockpage.ui:454
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:454
msgctxt "mmaddressblockpage|documentindex"
msgid "Document: %1"
msgstr ""
-#: mmaddressblockpage.ui:494
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:494
msgctxt "mmaddressblockpage|label6"
msgid "Check if the address data matches correctly."
msgstr ""
-#: mmaddressblockpage.ui:511
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:511
msgctxt "mmaddressblockpage|settingsft2"
msgid "4."
msgstr ""
-#: mmaddressblockpage.ui:544
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:544
msgctxt "mmaddressblockpage|label1"
msgid "Insert Address Block"
msgstr ""
-#: mmcreatingdialog.ui:7
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:7
msgctxt "mmcreatingdialog|MMCreatingDialog"
msgid "Mail Merge"
msgstr ""
-#: mmcreatingdialog.ui:52
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:52
msgctxt "mmcreatingdialog|label1"
msgid "Status:"
msgstr "Аҭагылазаашьа:"
-#: mmcreatingdialog.ui:66
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:66
msgctxt "mmcreatingdialog|label2"
msgid "Progress:"
msgstr ""
-#: mmcreatingdialog.ui:80
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:80
#, fuzzy
msgctxt "mmcreatingdialog|label3"
msgid "Creating documents..."
msgstr "Адокумент аиқәырхара..."
-#: mmcreatingdialog.ui:94
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:94
msgctxt "mmcreatingdialog|progress"
msgid "%X of %Y"
msgstr ""
-#: mmlayoutpage.ui:74
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:74
#, fuzzy
msgctxt "mmlayoutpage|label6"
msgid "_From top"
msgstr "Хыхьала"
-#: mmlayoutpage.ui:89
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:89
msgctxt "mmlayoutpage|top"
msgid "2.00"
msgstr ""
-#: mmlayoutpage.ui:116
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:116
msgctxt "mmlayoutpage|align"
msgid "Align to text body"
msgstr ""
-#: mmlayoutpage.ui:163
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:163
#, fuzzy
msgctxt "mmlayoutpage|leftft"
msgid "From _left"
msgstr "Арымарахь"
-#: mmlayoutpage.ui:205
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:205
msgctxt "mmlayoutpage|label2"
msgid "Address Block Position"
msgstr ""
-#: mmlayoutpage.ui:242
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:242
msgctxt "mmlayoutpage|label4"
msgid "Move"
msgstr "Ииагатәуп"
-#: mmlayoutpage.ui:258
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:258
msgctxt "mmlayoutpage|label5"
msgid "Move"
msgstr "Ииагатәуп"
-#: mmlayoutpage.ui:271
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:271
msgctxt "mmlayoutpage|up"
msgid "_Up"
msgstr ""
-#: mmlayoutpage.ui:286
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:286
msgctxt "mmlayoutpage|down"
msgid "_Down"
msgstr ""
-#: mmlayoutpage.ui:307
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:307
msgctxt "mmlayoutpage|label3"
msgid "Salutation Position"
msgstr ""
-#: mmlayoutpage.ui:347
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:347
msgctxt "mmlayoutpage|label7"
msgid "_Zoom"
msgstr "Амасштаб"
-#: mmlayoutpage.ui:363
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:363
msgctxt "mmlayoutpage|zoom"
msgid "Entire page"
msgstr "Адаҟьа зегьы"
-#: mmlayoutpage.ui:415
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:415
msgctxt "mmlayoutpage|label1"
msgid "Adjust Layout of Address Block and Salutation"
msgstr ""
-#: mmmailbody.ui:8
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:8
msgctxt "mmmailbody|MailBodyDialog"
msgid "E-Mail Message"
msgstr ""
-#: mmmailbody.ui:91
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:91
msgctxt "mmmailbody|bodyft"
msgid "Write your message here"
msgstr ""
-#: mmmailbody.ui:132
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:132
msgctxt "mmmailbody|greeting"
msgid "This e-mail should contain a salutation"
msgstr ""
-#: mmmailbody.ui:164
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:165
msgctxt "mmmailbody|generalft"
msgid "General salutation"
msgstr ""
-#: mmmailbody.ui:219
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:220
msgctxt "mmmailbody|femalefi"
msgid "Address list field indicating a female recipient"
msgstr ""
-#: mmmailbody.ui:233
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:234
msgctxt "mmmailbody|femaleft"
msgid "_Female"
msgstr ""
-#: mmmailbody.ui:249
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:250
msgctxt "mmmailbody|maleft"
msgid "_Male"
msgstr ""
-#: mmmailbody.ui:265
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:266
msgctxt "mmmailbody|femalecolft"
msgid "Field name"
msgstr "Аҭакыра ахьӡ"
-#: mmmailbody.ui:280
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:281
#, fuzzy
msgctxt "mmmailbody|femalefieldft"
msgid "Field value"
msgstr "Аҭакыра\tАҵакы"
-#: mmmailbody.ui:292
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:293
msgctxt "mmmailbody|newfemale"
msgid "_New..."
msgstr "Иаҧҵатәуп..."
-#: mmmailbody.ui:309
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:310
#, fuzzy
msgctxt "mmmailbody|newmale"
msgid "N_ew..."
msgstr "Иаҧҵатәуп..."
-#: mmmailbody.ui:404
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:405
msgctxt "mmmailbody|personalized"
msgid "Insert personalized salutation"
msgstr ""
-#: mmoutputtypepage.ui:45
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:45
msgctxt "mmoutputtypepage|letterft"
msgid "Send letters to a group of recipients. The letters can contain an address block and a salutation. The letters can be personalized for each recipient."
msgstr ""
-#: mmoutputtypepage.ui:62
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:62
msgctxt "mmoutputtypepage|emailft"
msgid "Send e-mail messages to a group of recipients. The e-mail messages can contain a salutation. The e-mail messages can be personalized for each recipient."
msgstr ""
-#: mmoutputtypepage.ui:78
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:78
#, fuzzy
msgctxt "mmoutputtypepage|letter"
msgid "_Letter"
msgstr "Letter"
-#: mmoutputtypepage.ui:94
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:94
msgctxt "mmoutputtypepage|email"
msgid "_E-mail message"
msgstr ""
-#: mmoutputtypepage.ui:134
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:134
msgctxt "mmoutputtypepage|label1"
msgid "What Type of Document Do You Want to Create?"
msgstr ""
-#: mmresultemaildialog.ui:14
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:14
msgctxt "mmresultemaildialog|liststore1"
msgid "OpenDocument Text"
msgstr "OpenDocument атеқсттә документ"
-#: mmresultemaildialog.ui:18
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:18
msgctxt "mmresultemaildialog|liststore1"
msgid "Adobe PDF-Document"
msgstr ""
-#: mmresultemaildialog.ui:22
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:22
msgctxt "mmresultemaildialog|liststore1"
msgid "Microsoft Word Document"
msgstr "Microsoft Word адокумент"
-#: mmresultemaildialog.ui:26
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:26
msgctxt "mmresultemaildialog|liststore1"
msgid "HTML Message"
msgstr ""
-#: mmresultemaildialog.ui:30
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:30
msgctxt "mmresultemaildialog|liststore1"
msgid "Plain Text"
msgstr ""
-#: mmresultemaildialog.ui:38
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:38
#, fuzzy
msgctxt "mmresultemaildialog|MMResultEmailDialog"
msgid "E-Mail merged document"
msgstr "Еиқәырхатәуп еилоу адокумент"
-#: mmresultemaildialog.ui:51
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:51
msgctxt "mmresultemaildialog|ok"
msgid "Send Documents"
msgstr "Идәықәҵатәуп адокументқәа"
-#: mmresultemaildialog.ui:133
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:133
msgctxt "mmresultemaildialog|mailtoft"
msgid "T_o"
msgstr ""
-#: mmresultemaildialog.ui:155
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:155
msgctxt "mmresultemaildialog|copyto"
msgid "_Copy to..."
msgstr ""
-#: mmresultemaildialog.ui:171
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:171
#, fuzzy
msgctxt "mmresultemaildialog|subjectft"
msgid "S_ubject"
msgstr "Асубиект"
-#: mmresultemaildialog.ui:196
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:196
msgctxt "mmresultemaildialog|sendasft"
msgid "Sen_d as"
msgstr ""
-#: mmresultemaildialog.ui:219
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:219
#, fuzzy
msgctxt "mmresultemaildialog|sendassettings"
msgid "Pr_operties..."
msgstr "Аҷыдаҟазшьақәа..."
-#: mmresultemaildialog.ui:265
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:265
msgctxt "mmresultemaildialog|attachft"
msgid "Name of the a_ttachment"
msgstr ""
-#: mmresultemaildialog.ui:284
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:284
msgctxt "mmresultemaildialog|label2"
msgid "E-Mail options"
msgstr "E-mail апараметрқәа"
-#: mmresultemaildialog.ui:316
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:316
#, fuzzy
msgctxt "mmresultemaildialog|sendallrb"
msgid "S_end all documents"
msgstr "Икьыҧхьтәуп адокументқәа зегьы"
-#: mmresultemaildialog.ui:339
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:339
msgctxt "mmresultemaildialog|fromrb"
msgid "_From"
msgstr ""
-#: mmresultemaildialog.ui:360
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:360
#, fuzzy
msgctxt "mmresultemaildialog|toft"
msgid "_To"
msgstr "Хыхьла"
-#: mmresultemaildialog.ui:409
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:409
msgctxt "mmresultemaildialog|label1"
msgid "Send records"
msgstr ""
-#: mmresultprintdialog.ui:8
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:20
#, fuzzy
msgctxt "mmresultprintdialog|MMResultPrintDialog"
msgid "Print merged document"
msgstr "Еиқәырхатәуп еилоу адокумент"
-#: mmresultprintdialog.ui:21
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:36
msgctxt "mmresultprintdialog|ok"
msgid "Print Documents"
msgstr "Икьыҧхьтәуп адокументқәа"
-#: mmresultprintdialog.ui:97
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:112
#, fuzzy
msgctxt "mmresultprintdialog|printerft"
msgid "_Printer"
msgstr "Апринтерқәа"
-#: mmresultprintdialog.ui:119
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:135
#, fuzzy
msgctxt "mmresultprintdialog|printersettings"
msgid "P_roperties..."
msgstr "Аҷыдаҟазшьақәа..."
-#: mmresultprintdialog.ui:138
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:154
msgctxt "mmresultprintdialog|label2"
msgid "Printer options"
msgstr "Апринтер апараметрқәа"
-#: mmresultprintdialog.ui:174
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:190
msgctxt "mmresultprintdialog|printallrb"
msgid "Print _all documents"
msgstr "Икьыҧхьтәуп адокументқәа зегьы"
-#: mmresultprintdialog.ui:199
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:215
msgctxt "mmresultprintdialog|fromrb"
msgid "_From"
msgstr ""
-#: mmresultprintdialog.ui:220
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:236
#, fuzzy
msgctxt "mmresultprintdialog|toft"
msgid "_To"
msgstr "Хыхьла"
-#: mmresultprintdialog.ui:271
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:289
msgctxt "mmresultprintdialog|label1"
msgid "Print records"
msgstr ""
-#: mmresultsavedialog.ui:8
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:8
msgctxt "mmresultsavedialog|MMResultSaveDialog"
msgid "Save merged document"
msgstr "Еиқәырхатәуп еилоу адокумент"
-#: mmresultsavedialog.ui:21
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:21
msgctxt "mmresultsavedialog|ok"
msgid "Save Documents"
msgstr "Еиқәырхатәуп адокументқәа"
-#: mmresultsavedialog.ui:94
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:94
msgctxt "mmresultsavedialog|singlerb"
msgid "S_ave as a single large document"
msgstr ""
-#: mmresultsavedialog.ui:111
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:111
msgctxt "mmresultsavedialog|individualrb"
msgid "Sa_ve as individual documents"
msgstr ""
-#: mmresultsavedialog.ui:132
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:132
msgctxt "mmresultsavedialog|fromrb"
msgid "_From"
msgstr ""
-#: mmresultsavedialog.ui:153
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:153
#, fuzzy
msgctxt "mmresultsavedialog|toft"
msgid "_To"
msgstr "Хыхьла"
-#: mmresultsavedialog.ui:201
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:201
msgctxt "mmresultsavedialog|label2"
msgid "Save As options"
msgstr "Еиқәырхатәуп апараметрқәа"
-#: mmsalutationpage.ui:49
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:49
#, fuzzy
msgctxt "mmsalutationpage|previewft"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: mmsalutationpage.ui:70
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:70
msgctxt "mmsalutationpage|assign"
msgid "_Match fields..."
msgstr ""
-#: mmsalutationpage.ui:108
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:108
msgctxt "mmsalutationpage|prev|tooltip_text"
msgid "Preview Previous Address Block"
msgstr ""
-#: mmsalutationpage.ui:123
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:123
msgctxt "mmsalutationpage|next|tooltip_text"
msgid "Preview Next Address Block"
msgstr ""
-#: mmsalutationpage.ui:139
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:139
msgctxt "mmsalutationpage|documentindex"
msgid "Document: %1"
msgstr ""
-#: mmsalutationpage.ui:180
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:180
msgctxt "mmsalutationpage|greeting"
msgid "This document should contain a salutation"
msgstr ""
-#: mmsalutationpage.ui:211
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:212
msgctxt "mmsalutationpage|generalft"
msgid "General salutation"
msgstr ""
-#: mmsalutationpage.ui:266
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:267
msgctxt "mmsalutationpage|femalefi"
msgid "Address list field indicating a female recipient"
msgstr ""
-#: mmsalutationpage.ui:280
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:281
msgctxt "mmsalutationpage|femaleft"
msgid "_Female"
msgstr ""
-#: mmsalutationpage.ui:296
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:297
msgctxt "mmsalutationpage|maleft"
msgid "_Male"
msgstr ""
-#: mmsalutationpage.ui:312
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:313
msgctxt "mmsalutationpage|femalecolft"
msgid "Field name"
msgstr "Аҭакыра ахьӡ"
-#: mmsalutationpage.ui:328
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:329
#, fuzzy
msgctxt "mmsalutationpage|femalefieldft"
msgid "Field value"
msgstr "Аҭакыра\tАҵакы"
-#: mmsalutationpage.ui:341
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:342
msgctxt "mmsalutationpage|newfemale"
msgid "_New..."
msgstr "Иаҧҵатәуп..."
-#: mmsalutationpage.ui:357
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:358
#, fuzzy
msgctxt "mmsalutationpage|newmale"
msgid "N_ew..."
msgstr "Иаҧҵатәуп..."
-#: mmsalutationpage.ui:451
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:452
msgctxt "mmsalutationpage|personalized"
msgid "Insert personalized salutation"
msgstr ""
-#: mmsalutationpage.ui:499
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:501
msgctxt "mmsalutationpage|label1"
msgid "Create a Salutation"
msgstr ""
-#: mmselectpage.ui:31
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:31
msgctxt "mmselectpage|currentdoc"
msgid "Use the current _document"
msgstr ""
-#: mmselectpage.ui:48
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:48
msgctxt "mmselectpage|newdoc"
msgid "Create a ne_w document"
msgstr ""
-#: mmselectpage.ui:64
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:64
msgctxt "mmselectpage|loaddoc"
msgid "Start from _existing document"
msgstr ""
-#: mmselectpage.ui:81
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:81
msgctxt "mmselectpage|template"
msgid "Start from a t_emplate"
msgstr ""
-#: mmselectpage.ui:98
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:98
msgctxt "mmselectpage|recentdoc"
msgid "Start fro_m a recently saved starting document"
msgstr ""
-#: mmselectpage.ui:125
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:125
#, fuzzy
msgctxt "mmselectpage|browsedoc"
msgid "B_rowse..."
msgstr "Аҭыҧхәаҧшра..."
-#: mmselectpage.ui:140
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:140
#, fuzzy
msgctxt "mmselectpage|browsetemplate"
msgid "B_rowse..."
msgstr "Аҭыҧхәаҧшра..."
-#: mmselectpage.ui:161
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:161
msgctxt "mmselectpage|label1"
msgid "Select Starting Document for the Mail Merge"
msgstr ""
-#: mmsendmails.ui:11
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:11
msgctxt "mmsendmails|SendMailsDialog"
msgid "Sending E-mail messages"
msgstr ""
-#: mmsendmails.ui:26
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:26
msgctxt "mmsendmails|stop"
msgid "_Pause"
msgstr ""
-#: mmsendmails.ui:90
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:90
msgctxt "mmsendmails|label3"
msgid "The connection to the outgoing mail server has been established"
msgstr ""
-#: mmsendmails.ui:99
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:99
msgctxt "mmsendmails|label1"
msgid "Connection status"
msgstr ""
-#: mmsendmails.ui:150
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:150
msgctxt "mmsendmails|transferstatus"
msgid "%1 of %2 e-mails sent"
msgstr ""
-#: mmsendmails.ui:166
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:166
#, fuzzy
msgctxt "mmsendmails|paused"
msgid "Sending paused"
msgstr "Адәықәҵара амуӡеит"
-#: mmsendmails.ui:201
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:201
msgctxt "mmsendmails|errorstatus"
msgid "E-mails not sent: %1"
msgstr ""
-#: mmsendmails.ui:229
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:229
msgctxt "mmsendmails|label5"
msgid "Details"
msgstr "Хәҭа-хәҭала"
-#: mmsendmails.ui:248
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:248
msgctxt "mmsendmails|label2"
msgid "Transfer status"
msgstr ""
-#: navigatorpanel.ui:34
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:34
msgctxt "navigatorpanel|contenttoggle|tooltip_text"
msgid "Toggle Master View"
msgstr ""
-#: navigatorpanel.ui:47
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:47
msgctxt "navigatorpanel|navigation|tooltip_text"
msgid "Navigation"
msgstr "Анавигациа"
-#: navigatorpanel.ui:60
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:60
#, fuzzy
msgctxt "navigatorpanel|back|tooltip_text"
msgid "Back"
msgstr "Аиқәаҵәа"
-#: navigatorpanel.ui:73
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:73
msgctxt "navigatorpanel|forward|tooltip_text"
msgid "Forward"
msgstr ""
-#: navigatorpanel.ui:86
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:86
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr ""
-#: navigatorpanel.ui:109
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:109
msgctxt "navigatorpanel|chapterup|tooltip_text"
msgid "Promote Chapter"
msgstr ""
-#: navigatorpanel.ui:122
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:122
msgctxt "navigatorpanel|chapterdown|tooltip_text"
msgid "Demote Chapter"
msgstr ""
-#: navigatorpanel.ui:135
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:135
msgctxt "navigatorpanel|listbox|tooltip_text"
msgid "List Box On/Off"
msgstr ""
-#: navigatorpanel.ui:148
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:148
msgctxt "navigatorpanel|root|tooltip_text"
msgid "Content Navigation View"
msgstr ""
-#: navigatorpanel.ui:171
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:171
msgctxt "navigatorpanel|reminder|tooltip_text"
msgid "Set Reminder"
msgstr ""
-#: navigatorpanel.ui:194
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:194
msgctxt "navigatorpanel|header|tooltip_text"
msgid "Header"
msgstr ""
-#: navigatorpanel.ui:207
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:207
msgctxt "navigatorpanel|footer|tooltip_text"
msgid "Footer"
msgstr ""
-#: navigatorpanel.ui:220
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:220
msgctxt "navigatorpanel|anchor|tooltip_text"
msgid "Anchor<->Text"
msgstr ""
-#: navigatorpanel.ui:243
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:243
msgctxt "navigatorpanel|headings|tooltip_text"
msgid "Heading Levels Shown"
msgstr ""
-#: navigatorpanel.ui:266
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:266
msgctxt "navigatorpanel|promote|tooltip_text"
msgid "Promote Level"
msgstr ""
-#: navigatorpanel.ui:279
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:279
msgctxt "navigatorpanel|demote|tooltip_text"
msgid "Demote Level"
msgstr ""
-#: navigatorpanel.ui:304
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:304
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "Адокумент"
-#: navigatorpanel.ui:307
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:307
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr ""
-#: navigatorpanel.ui:341
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:341
msgctxt "navigatorpanel|globaltoggle|tooltip_text"
msgid "Toggle Master View"
msgstr ""
-#: navigatorpanel.ui:364
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:364
#, fuzzy
msgctxt "navigatorpanel|edit|tooltip_text"
msgid "Edit"
msgstr "Иҧсахтәуп"
-#: navigatorpanel.ui:377
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:377
msgctxt "navigatorpanel|update|tooltip_text"
msgid "Update"
msgstr "Ирҿыцтәуп"
-#: navigatorpanel.ui:390
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:390
msgctxt "navigatorpanel|insert|tooltip_text"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: navigatorpanel.ui:413
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:413
msgctxt "navigatorpanel|save|tooltip_text"
msgid "Save Contents as well"
msgstr ""
-#: navigatorpanel.ui:436
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:436
#, fuzzy
msgctxt "navigatorpanel|moveup|tooltip_text"
msgid "Move Up"
msgstr "Аҩада"
-#: navigatorpanel.ui:449
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:449
#, fuzzy
msgctxt "navigatorpanel|movedown|tooltip_text"
msgid "Move Down"
msgstr "Алада"
-#: newuserindexdialog.ui:8
+#: sw/uiconfig/swriter/ui/newuserindexdialog.ui:8
msgctxt "newuserindexdialog|NewUserIndexDialog"
msgid "Create New User-defined Index"
msgstr ""
-#: newuserindexdialog.ui:100
+#: sw/uiconfig/swriter/ui/newuserindexdialog.ui:103
#, fuzzy
msgctxt "newuserindexdialog|label2"
msgid "_Name"
msgstr "Ахьӡ:"
-#: newuserindexdialog.ui:132
+#: sw/uiconfig/swriter/ui/newuserindexdialog.ui:133
msgctxt "newuserindexdialog|label1"
msgid "New User Index"
msgstr ""
-#: notebookbar.ui:417
-msgctxt "notebookbar|NewSW"
-msgid " "
-msgstr ""
-
-#: notebookbar.ui:421
-#, fuzzy
-msgctxt "notebookbar|NewSW|tooltip_text"
-msgid "Text Document"
-msgstr "Иаҧҵатәуп адокумент"
-
-#: notebookbar.ui:434
-msgctxt "notebookbar|NewSC"
-msgid " "
-msgstr ""
-
-#: notebookbar.ui:438
-msgctxt "notebookbar|NewSC|tooltip_text"
-msgid "Spreadsheet"
-msgstr "Аелектронтә таблица"
-
-#: notebookbar.ui:451
-msgctxt "notebookbar|NewSI"
-msgid " "
-msgstr ""
-
-#: notebookbar.ui:455
-msgctxt "notebookbar|NewSI|tooltip_text"
-msgid "Presentation"
-msgstr "Апрезентациа"
-
-#: notebookbar.ui:468
-msgctxt "notebookbar|NewSD"
-msgid " "
-msgstr ""
-
-#: notebookbar.ui:472
-#, fuzzy
-msgctxt "notebookbar|NewSD|tooltip_text"
-msgid "Drawing"
-msgstr "Асахьа"
-
-#: notebookbar.ui:484
-msgctxt "notebookbar|NewSF"
-msgid " "
+#: sw/uiconfig/swriter/ui/notebookbar.ui:2138
+msgctxt "notebookbar|fileb"
+msgid "_File"
msgstr ""
-#: notebookbar.ui:488
-msgctxt "notebookbar|NewSF|tooltip_text"
-msgid "Formula"
-msgstr "Аформула"
-
-#: notebookbar.ui:500
-msgctxt "notebookbar|NewSB"
-msgid " "
+#: sw/uiconfig/swriter/ui/notebookbar.ui:2157
+msgctxt "notebookbar|fileb"
+msgid "_Help"
msgstr ""
-#: notebookbar.ui:504
-msgctxt "notebookbar|NewSB|tooltip_text"
-msgid "Database"
-msgstr "Адырқәа рбаза"
-
-#: notebookbar.ui:523
-msgctxt "notebookbar|NewSDB|tooltip_text"
-msgid "Spreadsheet"
-msgstr "Аелектронтә таблица"
-
-#: notebookbar.ui:1238
+#: sw/uiconfig/swriter/ui/notebookbar.ui:2946
msgctxt "notebookbar|FileLabel"
msgid "File"
msgstr "Афаил"
-#: notebookbar.ui:1371
-#, fuzzy
-msgctxt "notebookbar|FontSection|tooltip_text"
-msgid "Font"
-msgstr "Ашрифт"
-
-#: notebookbar.ui:1660
-#, fuzzy
-msgctxt "notebookbar|FontSection2|tooltip_text"
-msgid "Font"
-msgstr "Ашрифт"
-
-#: notebookbar.ui:1769
-msgctxt "notebookbar|OutlineSection|tooltip_text"
-msgid "Outline"
-msgstr "Аконтур"
-
-#: notebookbar.ui:1799
-msgctxt "notebookbar|numberbullet|tooltip_text"
-msgid "Bullets and Numbering"
-msgstr "Амаркерқәеи аномерркреи"
-
-#: notebookbar.ui:1852
-msgctxt "notebookbar|level|tooltip_text"
-msgid "Horizontal Alignment"
-msgstr ""
-
-#: notebookbar.ui:1938
-msgctxt "notebookbar|AlignmentSection|tooltip_text"
-msgid "Alignment"
-msgstr "Аиҟаратәра"
-
-#: notebookbar.ui:1966
-msgctxt "notebookbar|verticalalignment1|tooltip_text"
-msgid "Vertical Alignment"
-msgstr ""
-
-#: notebookbar.ui:2017
-msgctxt "notebookbar|horizontalalignment|tooltip_text"
-msgid "Horizontal Alignment"
-msgstr ""
-
-#: notebookbar.ui:2156
-msgctxt "notebookbar|SpacingSection|tooltip_text"
-msgid "Spacing"
-msgstr "Аинтервалқәа"
-
-#: notebookbar.ui:2189
-msgctxt "notebookbar|indent|tooltip_text"
-msgid "Indent"
-msgstr ""
-
-#: notebookbar.ui:2196
-msgctxt "notebookbar|increaseindent1|tooltip_text"
-msgid "Increase Indent"
-msgstr ""
-
-#: notebookbar.ui:2212
-msgctxt "notebookbar|decreaseindent1|tooltip_text"
-msgid "Decrease Indent"
-msgstr ""
-
-#: notebookbar.ui:2234
-msgctxt "notebookbar|controlcodes|tooltip_text"
-msgid "Indent"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:3105
+msgctxt "notebookbar|menub"
+msgid "_Home"
msgstr ""
-#: notebookbar.ui:2342
-msgctxt "notebookbar|StyleSection|tooltip_text"
-msgid "Style"
-msgstr "Астиль"
-
-#: notebookbar.ui:2474
-msgctxt "notebookbar|FindSection|tooltip_text"
-msgid "Find"
-msgstr "Иҧшаатәуп"
-
-#: notebookbar.ui:2530
-msgctxt "notebookbar|FindSection1|tooltip_text"
-msgid "Find"
-msgstr "Иҧшаатәуп"
-
-#: notebookbar.ui:2595
+#: sw/uiconfig/swriter/ui/notebookbar.ui:4491
#, fuzzy
msgctxt "notebookbar|HomeLabel"
msgid "Home"
msgstr "алагамҭа"
-#: notebookbar.ui:2616
-#, fuzzy
-msgctxt "notebookbar|BreakSection|tooltip_text"
-msgid "Break"
-msgstr "иеиҧырҟьатәуп"
-
-#: notebookbar.ui:2800
-msgctxt "notebookbar|box70|tooltip_text"
-msgid "Gallery"
-msgstr "Агалереиа"
-
-#: notebookbar.ui:2806
-msgctxt "notebookbar|Gallery|tooltip_text"
-msgid "Open Clip Art and Media Gallery"
-msgstr "Иаарттәуп агалереиа"
-
-#: notebookbar.ui:2850
-#, fuzzy
-msgctxt "notebookbar|box69|tooltip_text"
-msgid "Symbol"
-msgstr "Асимволқәа"
-
-#: notebookbar.ui:2882
-#, fuzzy
-msgctxt "notebookbar|box17|tooltip_text"
-msgid "Basic"
-msgstr "Абазис"
-
-#: notebookbar.ui:2910
-msgctxt "notebookbar|InsertAVMedia|tooltip_text"
-msgid "Insert Audio or Video"
-msgstr "Ибжьаргылатәуп Абжьы ма Авидео"
-
-#: notebookbar.ui:2942
-#, fuzzy
-msgctxt "notebookbar|ShapesSection|tooltip_text"
-msgid "Shapes"
-msgstr "Афигура"
-
-#: notebookbar.ui:3249
-#, fuzzy
-msgctxt "notebookbar|LinksSection|tooltip_text"
-msgid "Links"
-msgstr "Азхьарҧшқәа"
-
-#: notebookbar.ui:3336
-#, fuzzy
-msgctxt "notebookbar|TextSection|tooltip_text"
-msgid "Text"
-msgstr "Атеқст"
-
-#: notebookbar.ui:3373
-msgctxt "notebookbar|FontWork"
-msgid "Fontwork"
-msgstr "Атеқсттә еффектқәа"
-
-#: notebookbar.ui:3455
-#, fuzzy
-msgctxt "notebookbar|FieldsSection|tooltip_text"
-msgid "Fields"
-msgstr "Аҭакырақәа"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:5561
+msgctxt "notebookbar|menub"
+msgid "_Insert"
+msgstr ""
-#: notebookbar.ui:3545
+#: sw/uiconfig/swriter/ui/notebookbar.ui:5646
msgctxt "notebookbar|InsertLabel"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar.ui:3715
-msgctxt "notebookbar|box15|tooltip_text"
-msgid "Setup"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:5676
+msgctxt "notebookbar|reviewb"
+msgid "Pag_e"
msgstr ""
-#: notebookbar.ui:3913
-#, fuzzy
+#: sw/uiconfig/swriter/ui/notebookbar.ui:6596
msgctxt "notebookbar|LayoutLabel"
-msgid "Page layout"
-msgstr "Адаҟьа амакет"
+msgid "Layout"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/notebookbar.ui:6624
+msgctxt "notebookbar|referenceb"
+msgid "Reference_s"
+msgstr ""
-#: notebookbar.ui:4295
+#: sw/uiconfig/swriter/ui/notebookbar.ui:7203
#, fuzzy
msgctxt "notebookbar|ReferencesLabel"
msgid "References"
msgstr "Азхьарҧш: "
-#: notebookbar.ui:4790
-msgctxt "notebookbar|ReviewLabel"
-msgid "Review"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:7875
+msgctxt "notebookbar|reviewR"
+msgid "_Review"
msgstr ""
-#: notebookbar.ui:4806
-msgctxt "notebookbar|PageViewSection|tooltip_text"
-msgid "Page View"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:7960
+msgctxt "notebookbar|ReviewLabel"
+msgid "Review"
msgstr ""
-#: notebookbar.ui:4900
-msgctxt "notebookbar|DocumentAreaElementsSection|tooltip_text"
-msgid "Document Area Elements"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:8574
+msgctxt "notebookbar|viewb"
+msgid "_View"
msgstr ""
-#: notebookbar.ui:5056
-msgctxt "notebookbar|ZoomSection|tooltip_text"
-msgid "Zoom"
-msgstr "Амасштаб"
-
-#: notebookbar.ui:5177
+#: sw/uiconfig/swriter/ui/notebookbar.ui:8659
msgctxt "notebookbar|ViewLabel"
msgid "View"
msgstr "Ахәаҧшра"
-#: notebookbar.ui:5745
-msgctxt "notebookbar|formattable|tooltip_text"
-msgid "Indent"
-msgstr ""
-
-#: notebookbar.ui:5787
-msgctxt "notebookbar|formattable1|tooltip_text"
-msgid "Indent"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:9742
+msgctxt "notebookbar|tableT"
+msgid "T_able"
msgstr ""
-#: notebookbar.ui:5850
+#: sw/uiconfig/swriter/ui/notebookbar.ui:9826
msgctxt "notebookbar|TableLabel"
msgid "Table"
msgstr "Атаблица"
-#: notebookbar.ui:5869
-#, fuzzy
-msgctxt "notebookbar|BasicsSection|tooltip_text"
-msgid "Basics"
-msgstr "Абазис"
-
-#: notebookbar.ui:5872
-#, fuzzy
-msgctxt "notebookbar|GraphicDialog"
-msgid "Properties"
-msgstr "Аҷыдаҟазшьақәа:"
-
-#: notebookbar.ui:5902
-#, fuzzy
-msgctxt "notebookbar|SizeSection|tooltip_text"
-msgid "Basics"
-msgstr "Абазис"
-
-#: notebookbar.ui:5905
-msgctxt "notebookbar|Crop1"
-msgid "Crop"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:10636
+msgctxt "notebookbar|graphicB"
+msgid "_Graphic"
msgstr ""
-#: notebookbar.ui:6537
+#: sw/uiconfig/swriter/ui/notebookbar.ui:10722
msgctxt "notebookbar|ImageLabel"
msgid "Image"
msgstr "Асахьа"
-#: notebookbar.ui:6554
-#, fuzzy
-msgctxt "notebookbar|LineFormat"
-msgid "Line"
-msgstr "Ашәагаа"
-
-#: notebookbar.ui:6572
-msgctxt "notebookbar|AreaFormat"
-msgid "Area"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:12077
+msgctxt "notebookbar|drab"
+msgid "D_raw"
msgstr ""
-#: notebookbar.ui:6705
+#: sw/uiconfig/swriter/ui/notebookbar.ui:12189
msgctxt "notebookbar|ShapeLabel"
-msgid "Shape / Textbox"
+msgid "Draw"
msgstr ""
-#: notebookbar.ui:6734
-msgctxt "notebookbar|AnchorMenu"
-msgid "Anchor"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:13043
+msgctxt "notebookbar|frame:MenuDraw"
+msgid "Object"
msgstr ""
-#: notebookbar.ui:7266
+#: sw/uiconfig/swriter/ui/notebookbar.ui:13132
msgctxt "notebookbar|FrameLabel"
-msgid "Frame / OLE"
+msgid "Object"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/notebookbar.ui:13163
+msgctxt "notebookbar|referenceb"
+msgid "_Tools"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/notebookbar.ui:14117
+msgctxt "notebookbar|DevLabel"
+msgid "Tools"
msgstr ""
-#: notebookbar_compact.ui:2380
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:2393
msgctxt "notebookbar_compact|fileb"
msgid "_File"
msgstr "Афаил"
-#: notebookbar_compact.ui:3093
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:3107
msgctxt "notebookbar_compact|FileLabel"
msgid "File"
msgstr "Афаил"
-#: notebookbar_compact.ui:3142
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:3156
msgctxt "notebookbar_compact|menub"
msgid "_Menu"
msgstr ""
-#: notebookbar_compact.ui:4188
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:4215
#, fuzzy
msgctxt "notebookbar_compact|HomeLabel"
msgid "Home"
msgstr "алагамҭа"
-#: notebookbar_compact.ui:4241
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:4268
msgctxt "notebookbar_compact|insertb"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_compact.ui:4870
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:4887
msgctxt "notebookbar_compact|InsertLabel"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_compact.ui:4920
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5458
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:8281
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9114
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9785
+msgctxt "notebookbar_compact|wrapb"
+msgid "Wrap"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5607
#, fuzzy
msgctxt "notebookbar_compact|reviewb"
msgid "Pag_e"
msgstr "Адаҟьа"
-#: notebookbar_compact.ui:5407
-#, fuzzy
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5659
msgctxt "notebookbar_compact|LayoutLabel"
-msgid "Page layout"
-msgstr "Адаҟьа амакет"
+msgid "Layout"
+msgstr ""
-#: notebookbar_compact.ui:5454
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5706
#, fuzzy
msgctxt "notebookbar_compact|referenceb"
msgid "Reference_s"
msgstr "Азхьарҧш: "
-#: notebookbar_compact.ui:5844
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:6094
#, fuzzy
msgctxt "notebookbar_compact|ReferencesLabel"
msgid "References"
msgstr "Азхьарҧш: "
-#: notebookbar_compact.ui:6340
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:6590
msgctxt "notebookbar_compact|reviewR"
msgid "_Review"
msgstr ""
-#: notebookbar_compact.ui:6372
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:6623
msgctxt "notebookbar_compact|ReviewLabel"
msgid "Review"
msgstr ""
-#: notebookbar_compact.ui:6841
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:7092
#, fuzzy
msgctxt "notebookbar_compact|viewb"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_compact.ui:6892
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:7144
msgctxt "notebookbar_compact|ViewLabel"
msgid "View"
msgstr "Ахәаҧшра"
-#: notebookbar_compact.ui:6940
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:7192
#, fuzzy
msgctxt "notebookbar_compact|tableT"
msgid "T_able"
msgstr "Атаблица"
-#: notebookbar_compact.ui:7673
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:7926
msgctxt "notebookbar_compact|TableLabel"
msgid "Table"
msgstr "Атаблица"
-#: notebookbar_compact.ui:8028
-#: /home/cl/vc/git/libo-core/sw/uiconfig/swriter/ui/notebookbar_compact.ui:8858
-#: /home/cl/vc/git/libo-core/sw/uiconfig/swriter/ui/notebookbar_compact.ui:9526
-msgctxt "notebookbar_compact|wrapb"
-msgid "Wrap"
-msgstr ""
-
-#: notebookbar_compact.ui:8141
-#: /home/cl/vc/git/libo-core/sw/uiconfig/swriter/ui/notebookbar_compact.ui:8971
-#: /home/cl/vc/git/libo-core/sw/uiconfig/swriter/ui/notebookbar_compact.ui:9639
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:8395
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9228
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9899
msgctxt "notebookbar_compact|graphicB"
msgid "A_lign"
msgstr ""
-#: notebookbar_compact.ui:8422
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:8677
#, fuzzy
msgctxt "notebookbar_compact|graphicB"
msgid "_Graphic"
msgstr "Аграфикатә обиеқт"
-#: notebookbar_compact.ui:8454
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:8710
msgctxt "notebookbar_compact|ImageLabel"
msgid "Image"
msgstr "Асахьа"
-#: notebookbar_compact.ui:9198
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9456
msgctxt "notebookbar_compact|drab"
msgid "D_raw"
msgstr ""
-#: notebookbar_compact.ui:9252
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9511
msgctxt "notebookbar_compact|ShapeLabel"
msgid "Draw"
msgstr ""
-#: notebookbar_compact.ui:9776
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:10037
#, fuzzy
msgctxt "notebookbar_compact|frame:MenuDraw"
msgid "Object"
msgstr "Аобиеқтқәа"
-#: notebookbar_compact.ui:9831
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:10093
#, fuzzy
msgctxt "notebookbar_compact|FrameLabel"
msgid "Object"
msgstr "Аобиеқтқәа"
-#: notebookbar_compact.ui:9881
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:10143
msgctxt "notebookbar_compact|referenceb"
msgid "_Tools"
msgstr ""
-#: notebookbar_compact.ui:10744
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:11007
msgctxt "notebookbar_compact|DevLabel"
msgid "Tools"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:1151
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:1152
msgctxt "notebookbar_groupedbar_compact|menubarD1"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3106
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3107
msgctxt "notebookbar_groupedbar_compact|menubarD"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3363
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3357
msgctxt "notebookbar_groupedbar_compact|Quotation2"
msgid "Quotation"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:4005
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3999
msgctxt "notebookbar_groupedbar_compact|menub"
msgid "_Menu"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:4060
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4055
msgctxt "notebookbar_groupedbar_compact|toolsb"
msgid "_Tools"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:4148
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4144
msgctxt "notebookbar_groupedbar_compact|fileb"
msgid "_File"
msgstr "Афаил"
-#: notebookbar_groupedbar_compact.ui:4302
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4299
msgctxt "notebookbar_groupedbar_compact|editb"
msgid "_Edit"
msgstr "Ариашара"
-#: notebookbar_groupedbar_compact.ui:4441
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4438
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphstyleb"
msgid "St_yles"
msgstr "Астильқәа"
-#: notebookbar_groupedbar_compact.ui:4619
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4616
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|formatb"
msgid "F_ormat"
msgstr "Аформат"
-#: notebookbar_groupedbar_compact.ui:4872
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4866
msgctxt "notebookbar_groupedbar_compact|paragraphb"
msgid "_Paragraph"
msgstr "Абзац"
-#: notebookbar_groupedbar_compact.ui:5044
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5038
msgctxt "notebookbar_groupedbar_compact|insertb"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groupedbar_compact.ui:5192
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5186
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|referenceb"
msgid "Reference_s"
msgstr "Азхьарҧш: "
-#: notebookbar_groupedbar_compact.ui:5299
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5293
msgctxt "notebookbar_groupedbar_compact|reviewb"
msgid "_Review"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:5413
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5407
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewb"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_compact.ui:5516
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5511
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphstylet"
msgid "St_yles"
msgstr "Астильқәа"
-#: notebookbar_groupedbar_compact.ui:5691
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5690
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|formatt"
msgid "F_ormat"
msgstr "Аформат"
-#: notebookbar_groupedbar_compact.ui:5906
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5906
msgctxt "notebookbar_groupedbar_compact|paragrapht"
msgid "_Paragraph"
msgstr "Абзац"
-#: notebookbar_groupedbar_compact.ui:6031
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6035
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|tableT"
msgid "T_able"
msgstr "Атаблица"
-#: notebookbar_groupedbar_compact.ui:6167
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6175
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|merged"
msgid "_Merge"
msgstr "Еидҵатәуп"
-#: notebookbar_groupedbar_compact.ui:6289
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6301
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|rowscolumnst"
msgid "R_ows"
msgstr "Ацәаҳәақәа"
-#: notebookbar_groupedbar_compact.ui:6414
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6430
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|selectt"
msgid "Selec_t"
msgstr "Иалхтәуп"
-#: notebookbar_groupedbar_compact.ui:6525
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6545
msgctxt "notebookbar_groupedbar_compact|calculatet"
msgid "_Calc"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:6660
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6684
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|graphicB"
msgid "_Graphic"
msgstr "Аграфикатә обиеқт"
-#: notebookbar_groupedbar_compact.ui:6775
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6800
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|colorb"
msgid "C_olor"
msgstr "Аҧштәы"
-#: notebookbar_groupedbar_compact.ui:7092
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7124
msgctxt "notebookbar_groupedbar_compact|arrange"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:7252
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7288
msgctxt "notebookbar_groupedbar_compact|GridB"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:7372
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7412
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|languageb"
msgid "_Language"
msgstr "Абызшәақәа"
-#: notebookbar_groupedbar_compact.ui:7498
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7542
msgctxt "notebookbar_groupedbar_compact|revieb"
msgid "_Review"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:7648
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7680
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|commentsb"
msgid "_Comments"
msgstr "Акомментариқәа"
-#: notebookbar_groupedbar_compact.ui:7748
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7781
msgctxt "notebookbar_groupedbar_compact|compareb"
msgid "Com_pare"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:7848
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7885
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewA"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_compact.ui:8032
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8073
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|editdrawb"
msgid "St_yles"
msgstr "Астильқәа"
-#: notebookbar_groupedbar_compact.ui:8248
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8290
msgctxt "notebookbar_groupedbar_compact|drawb"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8475
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8521
msgctxt "notebookbar_groupedbar_compact|arrangeD"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8611
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8661
msgctxt "notebookbar_groupedbar_compact|Grid"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8720
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8774
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewDrawb"
msgid "Grou_p"
msgstr "Агәыҧ"
-#: notebookbar_groupedbar_compact.ui:8828
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8886
msgctxt "notebookbar_groupedbar_compact|3Db"
msgid "3_D"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:9011
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9073
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|oleB"
msgid "F_rame"
msgstr "Афреим"
-#: notebookbar_groupedbar_compact.ui:9218
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9281
msgctxt "notebookbar_groupedbar_compact|arrangeO"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:9327
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9394
msgctxt "notebookbar_groupedbar_compact|GridO"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:9437
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9508
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewO"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_compact.ui:9542
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9617
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphstyles"
msgid "St_yles"
msgstr "Астильқәа"
-#: notebookbar_groupedbar_compact.ui:9717
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9796
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|formats"
msgid "F_ormat"
msgstr "Аформат"
-#: notebookbar_groupedbar_compact.ui:9978
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:10058
msgctxt "notebookbar_groupedbar_compact|paragraphs"
msgid "_Paragraph"
msgstr "Абзац"
-#: notebookbar_groupedbar_compact.ui:10137
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:10221
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewc"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:3064
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:3064
msgctxt "notebookbar_groupedbar_full|menubarD"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3281
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:3274
msgctxt "notebookbar_groupedbar_full|Quotation2"
msgid "Quotation"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3934
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:3927
msgctxt "notebookbar_groupedbar_full|menub"
msgid "_Menu"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3986
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:3980
msgctxt "notebookbar_groupedbar_full|toolsb"
msgid "_Tools"
msgstr ""
-#: notebookbar_groupedbar_full.ui:4040
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4035
#, fuzzy
msgctxt "notebookbar_groupedbar_full|helpb"
msgid "_Help"
msgstr "Аилыркаага"
-#: notebookbar_groupedbar_full.ui:4147
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4143
msgctxt "notebookbar_groupedbar_full|fileb"
msgid "_File"
msgstr "Афаил"
-#: notebookbar_groupedbar_full.ui:4384
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4381
msgctxt "notebookbar_groupedbar_full|editb"
msgid "_Edit"
msgstr "Ариашара"
-#: notebookbar_groupedbar_full.ui:4580
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4578
#, fuzzy
msgctxt "notebookbar_groupedbar_full|paragraphstyleb"
msgid "St_yles"
msgstr "Астильқәа"
-#: notebookbar_groupedbar_full.ui:4867
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4866
#, fuzzy
msgctxt "notebookbar_groupedbar_full|formatb"
msgid "F_ormat"
msgstr "Аформат"
-#: notebookbar_groupedbar_full.ui:5218
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:5218
msgctxt "notebookbar_groupedbar_full|paragraphb"
msgid "_Paragraph"
msgstr "Абзац"
-#: notebookbar_groupedbar_full.ui:5457
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:5458
msgctxt "notebookbar_groupedbar_full|insertb"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groupedbar_full.ui:5685
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:5687
msgctxt "notebookbar_groupedbar_full|referenceb"
msgid "Referen_ce"
msgstr ""
-#: notebookbar_groupedbar_full.ui:5886
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:5889
msgctxt "notebookbar_groupedbar_full|reviewb"
msgid "_Review"
msgstr ""
-#: notebookbar_groupedbar_full.ui:6035
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:6039
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewb"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:6296
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:6301
#, fuzzy
msgctxt "notebookbar_groupedbar_full|graphicB"
msgid "_Graphic"
msgstr "Аграфикатә обиеқт"
-#: notebookbar_groupedbar_full.ui:6726
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:6732
msgctxt "notebookbar_groupedbar_full|arrange"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_full.ui:6902
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:6909
#, fuzzy
msgctxt "notebookbar_groupedbar_full|colorb"
msgid "C_olor"
msgstr "Аҧштәы"
-#: notebookbar_groupedbar_full.ui:7156
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:7164
msgctxt "notebookbar_groupedbar_full|GridB"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_full.ui:7333
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:7342
#, fuzzy
msgctxt "notebookbar_groupedbar_full|paragraphstylet"
msgid "St_yles"
msgstr "Астильқәа"
-#: notebookbar_groupedbar_full.ui:7620
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:7630
#, fuzzy
msgctxt "notebookbar_groupedbar_full|formatt"
msgid "F_ormat"
msgstr "Аформат"
-#: notebookbar_groupedbar_full.ui:7971
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:7982
msgctxt "notebookbar_groupedbar_full|paragrapht"
msgid "_Paragraph"
msgstr "Абзац"
-#: notebookbar_groupedbar_full.ui:8198
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:8210
#, fuzzy
msgctxt "notebookbar_groupedbar_full|tabled"
msgid "T_able"
msgstr "Атаблица"
-#: notebookbar_groupedbar_full.ui:8396
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:8409
#, fuzzy
msgctxt "notebookbar_groupedbar_full|rowscolumnst"
msgid "R_ows"
msgstr "Ацәаҳәақәа"
-#: notebookbar_groupedbar_full.ui:8597
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:8611
#, fuzzy
msgctxt "notebookbar_groupedbar_full|merged"
msgid "_Merge"
msgstr "Еидҵатәуп"
-#: notebookbar_groupedbar_full.ui:8825
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:8840
#, fuzzy
msgctxt "notebookbar_groupedbar_full|selectt"
msgid "Sele_ct"
msgstr "Иалхтәуп"
-#: notebookbar_groupedbar_full.ui:9054
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9070
msgctxt "notebookbar_groupedbar_full|calculatet"
msgid "_Calc"
msgstr ""
-#: notebookbar_groupedbar_full.ui:9282
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9299
msgctxt "notebookbar_groupedbar_full|referencet"
msgid "Referen_ce"
msgstr ""
-#: notebookbar_groupedbar_full.ui:9418
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9436
#, fuzzy
msgctxt "notebookbar_groupedbar_full|languageb"
msgid "_Language"
msgstr "Абызшәақәа"
-#: notebookbar_groupedbar_full.ui:9646
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9665
msgctxt "notebookbar_groupedbar_full|revieb"
msgid "_Review"
msgstr ""
-#: notebookbar_groupedbar_full.ui:9858
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9878
#, fuzzy
msgctxt "notebookbar_groupedbar_full|commentsb"
msgid "_Comments"
msgstr "Акомментариқәа"
-#: notebookbar_groupedbar_full.ui:10060
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:10081
msgctxt "notebookbar_groupedbar_full|compareb"
msgid "Com_pare"
msgstr ""
-#: notebookbar_groupedbar_full.ui:10209
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:10231
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewa"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:10654
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:10677
msgctxt "notebookbar_groupedbar_full|drawb"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_full.ui:11024
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11048
msgctxt "notebookbar_groupedbar_full|editdrawb"
msgid "_Edit"
msgstr "Ариашара"
-#: notebookbar_groupedbar_full.ui:11254
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11279
msgctxt "notebookbar_groupedbar_full|wrapb"
msgid "Wrap"
msgstr ""
-#: notebookbar_groupedbar_full.ui:11268
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11294
msgctxt "notebookbar_groupedbar_full|alignb"
msgid "Align"
msgstr ""
-#: notebookbar_groupedbar_full.ui:11300
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11327
msgctxt "notebookbar_groupedbar_full|arrangedrawb"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_full.ui:11467
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11495
msgctxt "notebookbar_groupedbar_full|GridDrawB"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_full.ui:11668
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11697
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewDrawb"
msgid "Grou_p"
msgstr "Агәыҧ"
-#: notebookbar_groupedbar_full.ui:11847
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11877
msgctxt "notebookbar_groupedbar_full|3Db"
msgid "3_D"
msgstr ""
-#: notebookbar_groupedbar_full.ui:12158
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:12189
#, fuzzy
msgctxt "notebookbar_groupedbar_full|formatd"
msgid "F_ormat"
msgstr "Аформат"
-#: notebookbar_groupedbar_full.ui:12424
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:12456
msgctxt "notebookbar_groupedbar_full|paragraphTextb"
msgid "_Paragraph"
msgstr "Абзац"
-#: notebookbar_groupedbar_full.ui:12600
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:12633
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewd"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groupedbar_full.ui:12753
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:12787
msgctxt "notebookbar_groupedbar_full|insertTextb"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groupedbar_full.ui:13186
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:13221
msgctxt "notebookbar_groupedbar_full|media"
msgid "_Media"
msgstr "_Амедиа"
-#: notebookbar_groupedbar_full.ui:13423
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:13459
#, fuzzy
msgctxt "notebookbar_groupedbar_full|oleB"
msgid "F_rame"
msgstr "Афреим"
-#: notebookbar_groupedbar_full.ui:13853
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:13890
msgctxt "notebookbar_groupedbar_full|arrageOLE"
msgid "_Arrange"
msgstr ""
-#: notebookbar_groupedbar_full.ui:14019
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:14057
msgctxt "notebookbar_groupedbar_full|OleGridB"
msgid "_Grid"
msgstr ""
-#: notebookbar_groupedbar_full.ui:14168
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:14207
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewf"
msgid "_View"
msgstr "Ахәаҧшра"
-#: notebookbar_groups.ui:34
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:34
msgctxt "notebookbar_groups|imagestyledefault"
msgid "Default"
msgstr "Астандарт"
-#: notebookbar_groups.ui:42
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:42
msgctxt "notebookbar_groups|imagestylegray"
msgid "Grayscale"
msgstr ""
-#: notebookbar_groups.ui:50
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:50
msgctxt "notebookbar_groups|imagestylebw"
msgid "Black and White"
msgstr "Аиқәаҵәа-ашкәакәа"
-#: notebookbar_groups.ui:58
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:58
msgctxt "notebookbar_groups|imagestylewater"
msgid "Watermark"
msgstr ""
-#: notebookbar_groups.ui:72
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:72
msgctxt "notebookbar_groups|imagestylecorrectionbc20m"
msgid "-20% Brightness & Contrast"
msgstr ""
-#: notebookbar_groups.ui:80
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:80
msgctxt "notebookbar_groups|imagestylecorrectionb20m"
msgid "-20% Brightness"
msgstr ""
-#: notebookbar_groups.ui:88
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:88
msgctxt "notebookbar_groups|imagestylecorrectionc20m"
msgid "-20% Contrast"
msgstr ""
-#: notebookbar_groups.ui:96
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:96
msgctxt "notebookbar_groups|imagestylecorrectiondefault"
msgid "0% Brightness & Contrast"
msgstr ""
-#: notebookbar_groups.ui:104
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:104
msgctxt "notebookbar_groups|imagestylecorrectionb20p"
msgid "+20% Brightness"
msgstr ""
-#: notebookbar_groups.ui:112
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:112
msgctxt "notebookbar_groups|imagestylecorrectionc20p"
msgid "+20% Contrast"
msgstr ""
-#: notebookbar_groups.ui:120
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:120
msgctxt "notebookbar_groups|imagestylecorrectionbc20p"
msgid "+20% Brightness & Contrast"
msgstr ""
-#: notebookbar_groups.ui:134
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:134
#, fuzzy
msgctxt "notebookbar_groups|imagestylecolorred"
msgid "Colorize Red"
msgstr "Иҟаҧшьу аҧштәы"
-#: notebookbar_groups.ui:142
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:142
msgctxt "notebookbar_groups|imagestylecolorblue"
msgid "Colorize Blue"
msgstr ""
-#: notebookbar_groups.ui:150
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:150
msgctxt "notebookbar_groups|imagestylecolorgreen"
msgid "Colorize Green"
msgstr ""
-#: notebookbar_groups.ui:158
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:158
msgctxt "notebookbar_groups|imagestylecolororange"
msgid "Colorize Orange"
msgstr ""
-#: notebookbar_groups.ui:186
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:186
msgctxt "notebookbar_groups|hyperlink"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
-#: notebookbar_groups.ui:200
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:200
msgctxt "notebookbar_groups|footnote"
msgid "Footnote"
msgstr ""
-#: notebookbar_groups.ui:209
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:209
msgctxt "notebookbar_groups|endnote"
msgid "Endnote"
msgstr ""
-#: notebookbar_groups.ui:224
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:224
msgctxt "notebookbar_groups|bookmark"
msgid "Bookmark"
msgstr ""
-#: notebookbar_groups.ui:233
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:233
msgctxt "notebookbar_groups|crossreference"
msgid "Cross-Reference"
msgstr ""
-#: notebookbar_groups.ui:317
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:317
msgctxt "notebookbar_groups|paradefault"
msgid "Default Paragraph"
msgstr "Ибазатәу абзац"
-#: notebookbar_groups.ui:326
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:326
#, fuzzy
msgctxt "notebookbar_groups|title"
msgid "Title"
msgstr "Ахы"
-#: notebookbar_groups.ui:335
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:335
#, fuzzy
msgctxt "notebookbar_groups|heading1"
msgid "Heading 1"
msgstr "Ахқәа"
-#: notebookbar_groups.ui:344
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:344
#, fuzzy
msgctxt "notebookbar_groups|heading2"
msgid "Heading 2"
msgstr "Ахқәа"
-#: notebookbar_groups.ui:353
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:353
#, fuzzy
msgctxt "notebookbar_groups|heading3"
msgid "Heading 3"
msgstr "Ахқәа"
-#: notebookbar_groups.ui:368
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:368
msgctxt "notebookbar_groups|chardefault"
msgid "Default Character"
msgstr "Абазатә символ"
-#: notebookbar_groups.ui:377
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:377
msgctxt "notebookbar_groups|italic"
msgid "Emphasis"
msgstr ""
-#: notebookbar_groups.ui:386
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:386
msgctxt "notebookbar_groups|bold"
msgid "Strong Emphasis"
msgstr ""
-#: notebookbar_groups.ui:404
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:404
#, fuzzy
msgctxt "notebookbar_groups|tablestylenone"
msgid "None"
msgstr "Мап"
-#: notebookbar_groups.ui:412
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:412
msgctxt "notebookbar_groups|tablestyledefault"
msgid "Default"
msgstr "Астандарт"
-#: notebookbar_groups.ui:420
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:420
msgctxt "notebookbar_groups|tablestyle1"
msgid "Style 1"
msgstr ""
-#: notebookbar_groups.ui:428
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:428
msgctxt "notebookbar_groups|tablestyle2"
msgid "Style 2"
msgstr ""
-#: notebookbar_groups.ui:436
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:436
msgctxt "notebookbar_groups|tablestyle3"
msgid "Style 3"
msgstr ""
-#: notebookbar_groups.ui:444
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:444
msgctxt "notebookbar_groups|tablestyle4"
msgid "Style 4"
msgstr ""
-#: notebookbar_groups.ui:471
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:471
msgctxt "notebookbar_groups|rowmenuaddup"
msgid "Insert Rows Above"
msgstr ""
-#: notebookbar_groups.ui:480
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:480
msgctxt "notebookbar_groups|rowmenuadddown"
msgid "Insert Rows Below"
msgstr ""
-#: notebookbar_groups.ui:495
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:495
msgctxt "notebookbar_groups|rowmenudel"
msgid "Delete Rows"
msgstr "Ианыхтәуп ацәаҳәақәа"
-#: notebookbar_groups.ui:504
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:504
#, fuzzy
msgctxt "notebookbar_groups|rowmenuselect"
msgid "Select Rows"
msgstr "Иалкаатәуп ацәаҳәа"
-#: notebookbar_groups.ui:519
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:519
msgctxt "notebookbar_groups|rowmenuheight"
msgid "Row Height..."
msgstr "Ацәаҳәа аҳаракыра..."
-#: notebookbar_groups.ui:528
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:528
msgctxt "notebookbar_groups|rowmenuoptimalrow"
msgid "Optimal Row Height"
msgstr ""
-#: notebookbar_groups.ui:537
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:537
msgctxt "notebookbar_groups|rowmenudistribute"
msgid "Distribute Rows Evenly"
msgstr ""
-#: notebookbar_groups.ui:736
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:741
msgctxt "notebookbar_groups|filegrouplabel"
msgid "File"
msgstr "Афаил"
-#: notebookbar_groups.ui:889
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:897
msgctxt "notebookbar_groups|clipboardgrouplabel"
msgid "Clipboard"
msgstr ""
-#: notebookbar_groups.ui:935
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:943
msgctxt "notebookbar_groups|paragraphstyleb"
msgid "Style"
msgstr "Астиль"
-#: notebookbar_groups.ui:1448
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1465
#, fuzzy
msgctxt "notebookbar_groups|formatgrouplabel"
msgid "Text"
msgstr "Атеқст"
-#: notebookbar_groups.ui:1573
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1592
#, fuzzy
msgctxt "notebookbar_groups|linksb"
msgid "Links"
msgstr "Азхьарҧшқәа"
-#: notebookbar_groups.ui:1616
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1637
#, fuzzy
msgctxt "notebookbar_groups|shapesb"
msgid "Shapes"
msgstr "Афигура"
-#: notebookbar_groups.ui:1722
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1746
msgctxt "notebookbar_groups|insertgrouplabel"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: notebookbar_groups.ui:1758
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1782
msgctxt "notebookbar_groups|tablestyleb"
msgid "Style"
msgstr "Астиль"
-#: notebookbar_groups.ui:1780
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1805
msgctxt "notebookbar_groups|tablerowsb"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: notebookbar_groups.ui:1798
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1824
msgctxt "notebookbar_groups|tablecolumnsb"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: notebookbar_groups.ui:2002
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2032
msgctxt "notebookbar_groups|tablegrouplabel"
msgid "Table"
msgstr "Атаблица"
-#: notebookbar_groups.ui:2038
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2068
msgctxt "notebookbar_groups|imagestyleb"
msgid "Style"
msgstr "Астиль"
-#: notebookbar_groups.ui:2079
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2111
msgctxt "notebookbar_groups|resetb"
msgid "Reset"
msgstr "Еиҭашьақәыргылатәуп"
-#: notebookbar_groups.ui:2126
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2160
msgctxt "notebookbar_groups|wrapb"
msgid "Wrap"
msgstr ""
-#: notebookbar_groups.ui:2143
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2178
msgctxt "notebookbar_groups|lockb"
msgid "Lock"
msgstr ""
-#: notebookbar_groups.ui:2189
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2225
msgctxt "notebookbar_groups|imagegrouplabel"
msgid "Image"
msgstr "Асахьа"
-#: notebookbar_groups.ui:2247
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2283
#, fuzzy
msgctxt "notebookbar_groups|wrapoff"
msgid "None"
msgstr "Мап"
-#: notebookbar_groups.ui:2256
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2292
msgctxt "notebookbar_groups|wrapideal"
msgid "Optimal"
msgstr ""
-#: notebookbar_groups.ui:2265
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2301
msgctxt "notebookbar_groups|wrapon"
msgid "Parallel"
msgstr ""
-#: notebookbar_groups.ui:2274
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2310
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
msgstr ""
-#: notebookbar_groups.ui:2283
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2319
msgctxt "notebookbar_groups|wrapright"
msgid "After"
msgstr ""
-#: notebookbar_groups.ui:2292
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2328
msgctxt "notebookbar_groups|wrapthrough"
msgid "Through"
msgstr ""
-#: notebookbar_groups.ui:2307
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2343
msgctxt "notebookbar_groups|wrapcontour"
msgid "Contour"
msgstr ""
-#: notebookbar_groups.ui:2316
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2352
msgctxt "notebookbar_groups|contourdialog"
msgid "Edit Contour"
msgstr "Аконтур ариашара"
-#: notebookbar_single.ui:475
+#: sw/uiconfig/swriter/ui/notebookbar_single.ui:475
msgctxt "notebookbar_single|halignment|tooltip_text"
msgid "Horizontal Alignment"
msgstr ""
-#: notebookbar_single.ui:598
+#: sw/uiconfig/swriter/ui/notebookbar_single.ui:598
msgctxt "notebookbar_single|outlineindent|tooltip_text"
msgid "Indent"
msgstr ""
-#: notebookbar_single.ui:680
+#: sw/uiconfig/swriter/ui/notebookbar_single.ui:680
msgctxt "notebookbar_single|insert|tooltip_text"
msgid "Indent"
msgstr ""
-#: numberingnamedialog.ui:11
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:11
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 1"
msgstr "Хьӡыда"
-#: numberingnamedialog.ui:14
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:14
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 2"
msgstr "Хьӡыда"
-#: numberingnamedialog.ui:17
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:17
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 3"
msgstr "Хьӡыда"
-#: numberingnamedialog.ui:20
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:20
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 4"
msgstr "Хьӡыда"
-#: numberingnamedialog.ui:23
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:23
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 5"
msgstr "Хьӡыда"
-#: numberingnamedialog.ui:26
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:26
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 6"
msgstr "Хьӡыда"
-#: numberingnamedialog.ui:29
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:29
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 7"
msgstr "Хьӡыда"
-#: numberingnamedialog.ui:32
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:32
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 8"
msgstr "Хьӡыда"
-#: numberingnamedialog.ui:35
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:35
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 9"
msgstr "Хьӡыда"
-#: numberingnamedialog.ui:42
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:42
msgctxt "numberingnamedialog|NumberingNameDialog"
msgid "Save As"
msgstr "Еиқәырхатәуп иаба(ишҧа)"
-#: numberingnamedialog.ui:168
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:167
msgctxt "numberingnamedialog|label1"
msgid "Format"
msgstr "Аформат"
-#: numparapage.ui:50
+#: sw/uiconfig/swriter/ui/numparapage.ui:50
msgctxt "numparapage|labelFT_OUTLINE_LEVEL"
msgid "Outline level:"
msgstr ""
-#: numparapage.ui:68
+#: sw/uiconfig/swriter/ui/numparapage.ui:68
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Body text"
msgstr ""
-#: numparapage.ui:69
+#: sw/uiconfig/swriter/ui/numparapage.ui:69
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 1"
msgstr ""
-#: numparapage.ui:70
+#: sw/uiconfig/swriter/ui/numparapage.ui:70
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 2"
msgstr ""
-#: numparapage.ui:71
+#: sw/uiconfig/swriter/ui/numparapage.ui:71
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 3"
msgstr ""
-#: numparapage.ui:72
+#: sw/uiconfig/swriter/ui/numparapage.ui:72
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 4"
msgstr ""
-#: numparapage.ui:73
+#: sw/uiconfig/swriter/ui/numparapage.ui:73
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 5"
msgstr ""
-#: numparapage.ui:74
+#: sw/uiconfig/swriter/ui/numparapage.ui:74
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 6"
msgstr ""
-#: numparapage.ui:75
+#: sw/uiconfig/swriter/ui/numparapage.ui:75
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 7"
msgstr ""
-#: numparapage.ui:76
+#: sw/uiconfig/swriter/ui/numparapage.ui:76
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 8"
msgstr ""
-#: numparapage.ui:77
+#: sw/uiconfig/swriter/ui/numparapage.ui:77
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 9"
msgstr ""
-#: numparapage.ui:78
+#: sw/uiconfig/swriter/ui/numparapage.ui:78
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 10"
msgstr ""
-#: numparapage.ui:95
+#: sw/uiconfig/swriter/ui/numparapage.ui:95
msgctxt "numparapage|labelOutline"
msgid "Outline"
msgstr "Аконтур"
-#: numparapage.ui:142
+#: sw/uiconfig/swriter/ui/numparapage.ui:142
msgctxt "numparapage|labelFT_NUMBER_STYLE"
msgid "_Numbering style:"
msgstr ""
-#: numparapage.ui:160
+#: sw/uiconfig/swriter/ui/numparapage.ui:160
#, fuzzy
msgctxt "numparapage|comboLB_NUMBER_STYLE"
msgid "None"
msgstr "Мап"
-#: numparapage.ui:171
+#: sw/uiconfig/swriter/ui/numparapage.ui:171
msgctxt "numparapage|editnumstyle"
msgid "Edit Style"
msgstr "Иҧсахтәуп астиль"
-#: numparapage.ui:190
+#: sw/uiconfig/swriter/ui/numparapage.ui:190
msgctxt "numparapage|checkCB_NEW_START"
msgid "R_estart at this paragraph"
msgstr "Иалагатәуп ҿыц абри абзац аҟынтәи"
-#: numparapage.ui:221
+#: sw/uiconfig/swriter/ui/numparapage.ui:221
msgctxt "numparapage|checkCB_NUMBER_NEW_START"
msgid "S_tart with:"
msgstr ""
-#: numparapage.ui:278
+#: sw/uiconfig/swriter/ui/numparapage.ui:276
msgctxt "numparapage|label2"
msgid "Numbering"
msgstr "Аномерркра"
-#: numparapage.ui:314
+#: sw/uiconfig/swriter/ui/numparapage.ui:312
msgctxt "numparapage|checkCB_COUNT_PARA"
msgid "_Include this paragraph in line numbering"
msgstr ""
-#: numparapage.ui:332
+#: sw/uiconfig/swriter/ui/numparapage.ui:330
msgctxt "numparapage|checkCB_RESTART_PARACOUNT"
msgid "Rest_art at this paragraph"
msgstr "Иалагатәуп ҿыц абри абзац аҟынтәи"
-#: numparapage.ui:368
+#: sw/uiconfig/swriter/ui/numparapage.ui:366
msgctxt "numparapage|labelFT_RESTART_NO"
msgid "_Start with:"
msgstr ""
-#: numparapage.ui:416
+#: sw/uiconfig/swriter/ui/numparapage.ui:412
#, fuzzy
msgctxt "numparapage|labelLINE_NUMBERING"
msgid "Line Numbering"
msgstr "Амилаҭтә номерркра"
-#: objectdialog.ui:8
+#: sw/uiconfig/swriter/ui/objectdialog.ui:8
#, fuzzy
msgctxt "objectdialog|ObjectDialog"
msgid "Object"
msgstr "Аобиеқтқәа"
-#: objectdialog.ui:106
+#: sw/uiconfig/swriter/ui/objectdialog.ui:106
msgctxt "objectdialog|type"
msgid "Type"
msgstr "Атип"
-#: objectdialog.ui:128
+#: sw/uiconfig/swriter/ui/objectdialog.ui:128
msgctxt "objectdialog|options"
msgid "Options"
msgstr "Апараметрқәа"
-#: objectdialog.ui:151
+#: sw/uiconfig/swriter/ui/objectdialog.ui:151
msgctxt "objectdialog|wrap"
msgid "Wrap"
msgstr ""
-#: objectdialog.ui:174
+#: sw/uiconfig/swriter/ui/objectdialog.ui:174
msgctxt "objectdialog|hyperlink"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
-#: objectdialog.ui:197
+#: sw/uiconfig/swriter/ui/objectdialog.ui:197
msgctxt "objectdialog|borders"
msgid "Borders"
msgstr ""
-#: objectdialog.ui:220
+#: sw/uiconfig/swriter/ui/objectdialog.ui:220
msgctxt "objectdialog|area"
msgid "Area"
msgstr ""
-#: objectdialog.ui:243
+#: sw/uiconfig/swriter/ui/objectdialog.ui:243
msgctxt "objectdialog|transparence"
msgid "Transparency"
msgstr ""
-#: objectdialog.ui:266
+#: sw/uiconfig/swriter/ui/objectdialog.ui:266
#, fuzzy
msgctxt "objectdialog|macro"
msgid "Macro"
msgstr "Амакросқәа"
-#: optcaptionpage.ui:50
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:50
#, fuzzy
msgctxt "optcaptionpage|label7"
msgid "Category:"
msgstr "Акатегориа"
-#: optcaptionpage.ui:64
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:64
#, fuzzy
msgctxt "optcaptionpage|numberingft"
msgid "_Numbering:"
msgstr "Аномерркра"
-#: optcaptionpage.ui:78
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:78
msgctxt "optcaptionpage|numseparatorft"
msgid "Numbering separator:"
msgstr ""
-#: optcaptionpage.ui:92
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:92
#, fuzzy
msgctxt "optcaptionpage|separatorft"
msgid "Separator:"
msgstr "Аиҟәшага"
-#: optcaptionpage.ui:106
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:106
msgctxt "optcaptionpage|label18"
msgid "Position:"
msgstr "Аҭыҧ:"
-#: optcaptionpage.ui:147
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:145
msgctxt "optcaptionpage|numseparator"
msgid ". "
msgstr ""
-#: optcaptionpage.ui:192
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:190
msgctxt "optcaptionpage|label2"
msgid "Caption"
msgstr ""
-#: optcaptionpage.ui:230
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:228
msgctxt "optcaptionpage|label4"
msgid "Level:"
msgstr ""
-#: optcaptionpage.ui:244
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:242
#, fuzzy
msgctxt "optcaptionpage|label6"
msgid "Separator:"
msgstr "Аиҟәшага"
-#: optcaptionpage.ui:273
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:270
#, fuzzy
msgctxt "optcaptionpage|level"
msgid "None"
msgstr "Мап"
-#: optcaptionpage.ui:289
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:286
msgctxt "optcaptionpage|label11"
msgid "Numbering Captions by Chapter"
msgstr ""
-#: optcaptionpage.ui:327
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:324
#, fuzzy
msgctxt "optcaptionpage|label3"
msgid "Character style:"
msgstr "Асимвол астиль:"
-#: optcaptionpage.ui:342
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:339
#, fuzzy
msgctxt "optcaptionpage|charstyle"
msgid "None"
msgstr "Мап"
-#: optcaptionpage.ui:352
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:349
msgctxt "optcaptionpage|applyborder"
msgid "Apply border and shadow"
msgstr ""
-#: optcaptionpage.ui:374
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:371
msgctxt "optcaptionpage|label10"
msgid "Category and Frame Format"
msgstr ""
-#: optcaptionpage.ui:426
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:423
msgctxt "optcaptionpage|label1"
msgid ""
"Add captions automatically\n"
"when inserting:"
msgstr ""
-#: optcaptionpage.ui:469
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:466
msgctxt "optcaptionpage|captionorder"
msgid "Category first"
msgstr ""
-#: optcaptionpage.ui:470
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:467
msgctxt "optcaptionpage|captionorder"
msgid "Numbering first"
msgstr ""
-#: optcaptionpage.ui:480
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:477
msgctxt "optcaptionpage|label13"
msgid "Caption Order"
msgstr ""
-#: optcomparison.ui:36
+#: sw/uiconfig/swriter/ui/optcomparison.ui:36
msgctxt "optcomparison|auto"
msgid "A_uto"
msgstr ""
-#: optcomparison.ui:55
+#: sw/uiconfig/swriter/ui/optcomparison.ui:55
msgctxt "optcomparison|byword"
msgid "By w_ord"
msgstr ""
-#: optcomparison.ui:73
+#: sw/uiconfig/swriter/ui/optcomparison.ui:73
msgctxt "optcomparison|bycharacter"
msgid "By _character"
msgstr "асимвол ала"
-#: optcomparison.ui:96
+#: sw/uiconfig/swriter/ui/optcomparison.ui:96
#, fuzzy
msgctxt "optcomparison|label1"
msgid "Compare Documents"
msgstr "Еиҿырҧштәуп адокумент аверсиақәа"
-#: optcomparison.ui:129
+#: sw/uiconfig/swriter/ui/optcomparison.ui:129
msgctxt "optcomparison|ignore"
msgid "Ignore _pieces of length"
msgstr ""
-#: optcomparison.ui:146
+#: sw/uiconfig/swriter/ui/optcomparison.ui:146
msgctxt "optcomparison|useRSID"
msgid "Take it into account when comparing"
msgstr ""
-#: optcomparison.ui:179
+#: sw/uiconfig/swriter/ui/optcomparison.ui:177
msgctxt "optcomparison|storeRSID"
msgid "Store it when changing the document"
msgstr ""
-#: optcomparison.ui:207
+#: sw/uiconfig/swriter/ui/optcomparison.ui:205
msgctxt "optcomparison|setting"
msgid "Random number to improve accuracy of document comparison"
msgstr ""
-#: optcompatpage.ui:56
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:56
msgctxt "optcompatpage|format"
msgid "Use printer metrics for document formatting"
msgstr ""
-#: optcompatpage.ui:57
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:57
msgctxt "optcompatpage|format"
msgid "Add spacing between paragraphs and tables"
msgstr ""
-#: optcompatpage.ui:58
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:58
msgctxt "optcompatpage|format"
msgid "Add paragraph and table spacing at tops of pages"
msgstr ""
-#: optcompatpage.ui:59
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:59
msgctxt "optcompatpage|format"
msgid "Use OpenOffice.org 1.1 tabstop formatting"
msgstr ""
-#: optcompatpage.ui:60
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:60
msgctxt "optcompatpage|format"
msgid "Do not add leading (extra space) between lines of text"
msgstr ""
-#: optcompatpage.ui:61
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:61
msgctxt "optcompatpage|format"
msgid "Use OpenOffice.org 1.1 line spacing"
msgstr ""
-#: optcompatpage.ui:62
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:62
msgctxt "optcompatpage|format"
msgid "Add paragraph and table spacing at bottom of table cells"
msgstr ""
-#: optcompatpage.ui:63
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:63
msgctxt "optcompatpage|format"
msgid "Use OpenOffice.org 1.1 object positioning"
msgstr ""
-#: optcompatpage.ui:64
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:64
msgctxt "optcompatpage|format"
msgid "Use OpenOffice.org 1.1 text wrapping around objects"
msgstr ""
-#: optcompatpage.ui:65
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:65
msgctxt "optcompatpage|format"
msgid "Consider wrapping style when positioning objects"
msgstr ""
-#: optcompatpage.ui:66
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:66
msgctxt "optcompatpage|format"
msgid "Expand word space on lines with manual line breaks in justified paragraphs"
msgstr ""
-#: optcompatpage.ui:67
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:67
msgctxt "optcompatpage|format"
msgid "Protect form"
msgstr "Аформа ахьчара"
-#: optcompatpage.ui:68
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:68
msgctxt "optcompatpage|format"
msgid "MS Word-compatible trailing blanks"
msgstr ""
-#: optcompatpage.ui:69
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:69
msgctxt "optcompatpage|format"
msgid "Tolerate white lines of PDF page backgrounds for compatibility with old documents"
msgstr ""
-#: optcompatpage.ui:70
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:70
msgctxt "optcompatpage|format"
msgid "<User settings>"
msgstr ""
-#: optcompatpage.ui:82
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:82
msgctxt "optcompatpage|default"
msgid "Use as _Default"
msgstr ""
-#: optcompatpage.ui:104
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:104
msgctxt "optcompatpage|label11"
-msgid "Compatibility options for '%DOCNAME'"
+msgid "Compatibility options for “%DOCNAME”"
msgstr ""
-#: optfonttabpage.ui:103
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:103
#, fuzzy
msgctxt "optfonttabpage|font_label"
msgid "Font"
msgstr "Ашрифт"
-#: optfonttabpage.ui:117
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:117
msgctxt "optfonttabpage|size_label"
msgid "_Size"
msgstr "Акегль"
-#: optfonttabpage.ui:133
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:133
#, fuzzy
msgctxt "optfonttabpage|default_label"
msgid "De_fault:"
msgstr "Астандарт"
-#: optfonttabpage.ui:149
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:149
#, fuzzy
msgctxt "optfonttabpage|heading_label"
msgid "Headin_g:"
msgstr "Ахқәа"
-#: optfonttabpage.ui:165
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:165
#, fuzzy
msgctxt "optfonttabpage|list_label"
msgid "_List:"
msgstr "_Ахьӡынҵақәа"
-#: optfonttabpage.ui:181
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:181
msgctxt "optfonttabpage|caption_label"
msgid "C_aption:"
msgstr ""
-#: optfonttabpage.ui:197
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:197
#, fuzzy
msgctxt "optfonttabpage|index_label"
msgid "_Index:"
msgstr "Аиндексқәа:"
-#: optfonttabpage.ui:319
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:314
msgctxt "optfonttabpage|label1"
msgid "Basic Fonts (%1)"
msgstr "Ихадоу ашрифтқәа (%1)"
-#: optfonttabpage.ui:343
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:338
#, fuzzy
msgctxt "optfonttabpage|standard"
msgid "_Default"
msgstr "Астандарт"
-#: optformataidspage.ui:44
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:44
msgctxt "optformataidspage|paragraph"
msgid "Pa_ragraph end"
msgstr ""
-#: optformataidspage.ui:59
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:59
msgctxt "optformataidspage|hyphens"
msgid "Soft h_yphens"
msgstr ""
-#: optformataidspage.ui:74
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:74
msgctxt "optformataidspage|spaces"
msgid "Spac_es"
msgstr ""
-#: optformataidspage.ui:89
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:89
msgctxt "optformataidspage|nonbreak"
msgid "Non-breaking s_paces"
msgstr ""
-#: optformataidspage.ui:104
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:104
msgctxt "optformataidspage|tabs"
msgid "Ta_bs"
msgstr ""
-#: optformataidspage.ui:119
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:119
msgctxt "optformataidspage|break"
msgid "Brea_ks"
msgstr ""
-#: optformataidspage.ui:134
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:134
msgctxt "optformataidspage|hiddentext"
msgid "Hidden text"
msgstr ""
-#: optformataidspage.ui:148
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:149
msgctxt "optformataidspage|hiddentextfield"
msgid "Fields: Hidden te_xt"
msgstr ""
-#: optformataidspage.ui:163
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:164
msgctxt "optformataidspage|hiddenparafield"
msgid "Fields: Hidden p_aragraphs"
msgstr ""
-#: optformataidspage.ui:251
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:252
msgctxt "optformataidspage|displayfl"
msgid "Display of"
msgstr ""
-#: optformataidspage.ui:283
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:284
msgctxt "optformataidspage|mathbaseline"
msgid "Math baseline alignment"
msgstr ""
-#: optformataidspage.ui:303
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:305
msgctxt "optformataidspage|layoutopt"
msgid "Layout Assistance"
msgstr ""
-#: optformataidspage.ui:347
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:349
msgctxt "optformataidspage|cursoronoff"
msgid "_Direct cursor"
msgstr ""
-#: optformataidspage.ui:364
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:366
msgctxt "optformataidspage|fillmode"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: optformataidspage.ui:386
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:388
msgctxt "optformataidspage|fillmargin"
msgid "Para_graph alignment"
msgstr ""
-#: optformataidspage.ui:402
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:404
msgctxt "optformataidspage|fillindent"
msgid "_Left paragraph margin"
msgstr ""
-#: optformataidspage.ui:418
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:420
msgctxt "optformataidspage|filltab"
msgid "_Tabs"
msgstr ""
-#: optformataidspage.ui:434
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:436
msgctxt "optformataidspage|filltabandspace"
msgid "Tabs a_nd spaces"
msgstr ""
-#: optformataidspage.ui:450
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:452
msgctxt "optformataidspage|fillspace"
msgid "_Spaces"
msgstr ""
-#: optformataidspage.ui:480
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:482
msgctxt "optformataidspage|cursorlabel"
msgid "Direct Cursor"
msgstr ""
-#: optformataidspage.ui:512
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:514
msgctxt "optformataidspage|cursorinprot"
msgid "Enable cursor"
msgstr ""
-#: optformataidspage.ui:532
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:535
msgctxt "optformataidspage|cursoropt"
msgid "Protected Areas"
msgstr ""
-#: optgeneralpage.ui:59
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:59
msgctxt "optgeneralpage|always"
msgid "_Always"
msgstr ""
-#: optgeneralpage.ui:76
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:76
msgctxt "optgeneralpage|onrequest"
msgid "_On request"
msgstr ""
-#: optgeneralpage.ui:92
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:92
msgctxt "optgeneralpage|never"
msgid "_Never"
msgstr ""
-#: optgeneralpage.ui:114
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:114
#, fuzzy
msgctxt "optgeneralpage|label1"
msgid "Update Links when Loading"
msgstr "Ирҿыцлатәуп азхьарҧшқәа раартраан"
-#: optgeneralpage.ui:146
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:146
msgctxt "optgeneralpage|updatefields"
msgid "_Fields"
msgstr ""
-#: optgeneralpage.ui:161
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:161
msgctxt "optgeneralpage|updatecharts"
msgid "_Charts"
msgstr "Адиаграммақәа"
-#: optgeneralpage.ui:182
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:182
msgctxt "optgeneralpage|label2"
msgid "Automatically Update"
msgstr "Автоматикала"
-#: optgeneralpage.ui:228
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:228
msgctxt "optgeneralpage|label5"
msgid "_Measurement unit:"
msgstr ""
-#: optgeneralpage.ui:253
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:253
msgctxt "optgeneralpage|tablabel"
msgid "_Tab stops:"
msgstr ""
-#: optgeneralpage.ui:291
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:290
msgctxt "optgeneralpage|usecharunit"
msgid "_Enable char unit"
msgstr ""
-#: optgeneralpage.ui:307
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:306
msgctxt "optgeneralpage|squaremode"
msgid "_Use square page mode for text grid"
msgstr ""
-#: optgeneralpage.ui:335
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:334
msgctxt "optgeneralpage|label3"
msgid "Settings"
msgstr "Архиарақәа"
-#: optgeneralpage.ui:378
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:377
msgctxt "optgeneralpage|label7"
msgid "_Additional separators:"
msgstr ""
-#: optgeneralpage.ui:412
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:410
msgctxt "optgeneralpage|standardizedpageshow"
msgid "Show standardized page count"
msgstr ""
-#: optgeneralpage.ui:440
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:438
msgctxt "optgeneralpage|labelstandardpages"
msgid "Characters per standardized page:"
msgstr ""
-#: optgeneralpage.ui:486
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:483
msgctxt "optgeneralpage|label4"
msgid "Word Count"
msgstr ""
-#: optredlinepage.ui:39
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:39
#, fuzzy
msgctxt "optredlinepage|insert_label"
msgid "_Attributes:"
msgstr "Атрибутқәа"
-#: optredlinepage.ui:53
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:53
msgctxt "optredlinepage|insertcolor_label"
msgid "Co_lor:"
msgstr ""
-#: optredlinepage.ui:69
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:69
msgctxt "optredlinepage|insert"
msgid "[None]"
msgstr ""
-#: optredlinepage.ui:70
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:70
msgctxt "optredlinepage|insert"
msgid "Bold"
msgstr "Ажәпа"
-#: optredlinepage.ui:71
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:71
msgctxt "optredlinepage|insert"
msgid "Italic"
msgstr "Акурсив"
-#: optredlinepage.ui:72
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:72
#, fuzzy
msgctxt "optredlinepage|insert"
msgid "Underlined"
msgstr "Аҵшьра"
-#: optredlinepage.ui:73
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:73
msgctxt "optredlinepage|insert"
msgid "Underlined: double"
msgstr ""
-#: optredlinepage.ui:74
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:74
msgctxt "optredlinepage|insert"
msgid "Strikethrough"
msgstr ""
-#: optredlinepage.ui:75
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:75
msgctxt "optredlinepage|insert"
msgid "Uppercase"
msgstr ""
-#: optredlinepage.ui:76
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:76
msgctxt "optredlinepage|insert"
msgid "Lowercase"
msgstr ""
-#: optredlinepage.ui:77
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:77
msgctxt "optredlinepage|insert"
msgid "Small caps"
msgstr ""
-#: optredlinepage.ui:78
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:78
msgctxt "optredlinepage|insert"
msgid "Title font"
msgstr "Атитултә"
-#: optredlinepage.ui:79
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:79
msgctxt "optredlinepage|insert"
msgid "Background color"
msgstr "Аҿаҧшыра аҧштәы"
-#: optredlinepage.ui:94
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:94
msgctxt "optredlinepage|insertcolor-atkobject"
msgid "Color of Insertions"
msgstr ""
-#: optredlinepage.ui:108
-msgctxt "optredlinepage|insertedpreview"
-msgid "Insert"
-msgstr "Ибжьаргылатәуп"
-
-#: optredlinepage.ui:124
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:124
msgctxt "optredlinepage|label2"
msgid "Insertions"
msgstr ""
-#: optredlinepage.ui:163
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:163
#, fuzzy
msgctxt "optredlinepage|deleted_label"
msgid "Attri_butes:"
msgstr "Атрибутқәа"
-#: optredlinepage.ui:177
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:177
msgctxt "optredlinepage|deletedcolor_label"
msgid "Col_or:"
msgstr ""
-#: optredlinepage.ui:205
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:205
msgctxt "optredlinepage|deletedcolor-atkobject"
msgid "Color of Deletions"
msgstr ""
-#: optredlinepage.ui:219
-msgctxt "optredlinepage|deletedpreview"
-msgid "Delete"
-msgstr "Ианыхтәуп"
-
-#: optredlinepage.ui:235
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:235
#, fuzzy
msgctxt "optredlinepage|label3"
msgid "Deletions"
msgstr "Аныхра"
-#: optredlinepage.ui:274
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:274
#, fuzzy
msgctxt "optredlinepage|changed_label"
msgid "Attrib_utes:"
msgstr "Атрибутқәа"
-#: optredlinepage.ui:288
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:288
msgctxt "optredlinepage|changedcolor_label"
msgid "Colo_r:"
msgstr ""
-#: optredlinepage.ui:316
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:316
msgctxt "optredlinepage|changedcolor-atkobject"
msgid "Color of Changed Attributes"
msgstr ""
-#: optredlinepage.ui:330
-msgctxt "optredlinepage|changedpreview"
-msgid "Attributes"
-msgstr "Атрибутқәа"
-
-#: optredlinepage.ui:346
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:346
msgctxt "optredlinepage|label4"
msgid "Changed Attributes"
msgstr ""
-#: optredlinepage.ui:388
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:388
msgctxt "optredlinepage|markcolor-atkobject"
msgid "Color of Mark"
msgstr ""
-#: optredlinepage.ui:401
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:401
msgctxt "optredlinepage|markpos_label"
msgid "Mar_k:"
msgstr ""
-#: optredlinepage.ui:415
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:415
msgctxt "optredlinepage|markcolor_label"
msgid "_Color:"
msgstr ""
-#: optredlinepage.ui:443
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:443
msgctxt "optredlinepage|markpos"
msgid "[None]"
msgstr ""
-#: optredlinepage.ui:444
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:444
msgctxt "optredlinepage|markpos"
msgid "Left margin"
msgstr ""
-#: optredlinepage.ui:445
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:445
msgctxt "optredlinepage|markpos"
msgid "Right margin"
msgstr ""
-#: optredlinepage.ui:446
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:446
msgctxt "optredlinepage|markpos"
msgid "Outer margin"
msgstr ""
-#: optredlinepage.ui:447
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:447
msgctxt "optredlinepage|markpos"
msgid "Inner margin"
msgstr ""
-#: optredlinepage.ui:463
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:463
msgctxt "optredlinepage|label5"
msgid "Lines Changed"
msgstr ""
-#: opttablepage.ui:46
+#: sw/uiconfig/swriter/ui/opttablepage.ui:46
#, fuzzy
msgctxt "opttablepage|header"
msgid "H_eading"
msgstr "Ахқәа"
-#: opttablepage.ui:61
+#: sw/uiconfig/swriter/ui/opttablepage.ui:61
msgctxt "opttablepage|repeatheader"
msgid "Re_peat on each page"
msgstr ""
-#: opttablepage.ui:77
+#: sw/uiconfig/swriter/ui/opttablepage.ui:77
msgctxt "opttablepage|dontsplit"
msgid "_Do not split"
msgstr ""
-#: opttablepage.ui:92
+#: sw/uiconfig/swriter/ui/opttablepage.ui:92
msgctxt "opttablepage|border"
msgid "B_order"
msgstr ""
-#: opttablepage.ui:113
+#: sw/uiconfig/swriter/ui/opttablepage.ui:113
msgctxt "opttablepage|label1"
msgid "New Table Defaults"
msgstr "Атаблицаҿыц аҷыдаҟазшьақәа"
-#: opttablepage.ui:149
+#: sw/uiconfig/swriter/ui/opttablepage.ui:149
msgctxt "opttablepage|numformatting"
msgid "_Number recognition"
msgstr ""
-#: opttablepage.ui:164
+#: sw/uiconfig/swriter/ui/opttablepage.ui:164
msgctxt "opttablepage|numfmtformatting"
msgid "N_umber format recognition"
msgstr ""
-#: opttablepage.ui:180
+#: sw/uiconfig/swriter/ui/opttablepage.ui:180
#, fuzzy
msgctxt "opttablepage|numalignment"
msgid "_Alignment"
msgstr "Аиҟаратәра"
-#: opttablepage.ui:202
+#: sw/uiconfig/swriter/ui/opttablepage.ui:202
msgctxt "opttablepage|label2"
msgid "Input in Tables"
msgstr "Атаблицақәа рахь аҭагалара"
-#: opttablepage.ui:256
+#: sw/uiconfig/swriter/ui/opttablepage.ui:256
msgctxt "opttablepage|label10"
msgid "Behavior of rows/columns"
msgstr ""
-#: opttablepage.ui:266
+#: sw/uiconfig/swriter/ui/opttablepage.ui:266
msgctxt "opttablepage|fix"
msgid "_Fixed"
msgstr ""
-#: opttablepage.ui:284
+#: sw/uiconfig/swriter/ui/opttablepage.ui:284
msgctxt "opttablepage|fixprop"
msgid "Fi_xed, proportional"
msgstr ""
-#: opttablepage.ui:302
+#: sw/uiconfig/swriter/ui/opttablepage.ui:302
#, fuzzy
msgctxt "opttablepage|var"
msgid "_Variable"
msgstr "Аҽеиҭакқәа"
-#: opttablepage.ui:324
+#: sw/uiconfig/swriter/ui/opttablepage.ui:324
msgctxt "opttablepage|label11"
msgid "Changes affect the adjacent area only"
msgstr ""
-#: opttablepage.ui:340
+#: sw/uiconfig/swriter/ui/opttablepage.ui:340
msgctxt "opttablepage|label12"
msgid "Changes affect the entire table"
msgstr ""
-#: opttablepage.ui:355
+#: sw/uiconfig/swriter/ui/opttablepage.ui:355
msgctxt "opttablepage|label13"
msgid "Changes affect the table size"
msgstr ""
-#: opttablepage.ui:391
+#: sw/uiconfig/swriter/ui/opttablepage.ui:391
msgctxt "opttablepage|label4"
msgid "Move cells"
msgstr ""
-#: opttablepage.ui:433
+#: sw/uiconfig/swriter/ui/opttablepage.ui:431
msgctxt "opttablepage|label5"
msgid "_Row:"
msgstr ""
-#: opttablepage.ui:448
+#: sw/uiconfig/swriter/ui/opttablepage.ui:446
#, fuzzy
msgctxt "opttablepage|label6"
msgid "_Column:"
msgstr "Аиҵагыла"
-#: opttablepage.ui:507
+#: sw/uiconfig/swriter/ui/opttablepage.ui:503
msgctxt "opttablepage|label15"
msgid "Ro_w:"
msgstr ""
-#: opttablepage.ui:522
+#: sw/uiconfig/swriter/ui/opttablepage.ui:518
#, fuzzy
msgctxt "opttablepage|label16"
msgid "Colu_mn:"
msgstr "Аиҵагыла"
-#: opttablepage.ui:536
+#: sw/uiconfig/swriter/ui/opttablepage.ui:532
msgctxt "opttablepage|label14"
msgid "Insert cell"
msgstr ""
-#: opttablepage.ui:565
+#: sw/uiconfig/swriter/ui/opttablepage.ui:561
msgctxt "opttablepage|label3"
msgid "Keyboard Handling"
msgstr ""
-#: outlinenumbering.ui:8
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:8
msgctxt "outlinenumbering|OutlineNumberingDialog"
msgid "Chapter Numbering"
msgstr ""
-#: outlinenumbering.ui:39
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:39
msgctxt "outlinenumbering|user"
msgid "_Format"
msgstr "Аформат"
-#: outlinenumbering.ui:121
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:121
msgctxt "outlinenumbering|numbering"
msgid "Numbering"
msgstr "Аномерркра"
-#: outlinenumbering.ui:143
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:143
msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: outlinenumbering.ui:174
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:174
#, fuzzy
msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Хьӡыда"
-#: outlinenumbering.ui:182
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:182
#, fuzzy
msgctxt "outlinenumbering|form2"
msgid "Untitled 2"
msgstr "Хьӡыда"
-#: outlinenumbering.ui:190
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:190
#, fuzzy
msgctxt "outlinenumbering|form3"
msgid "Untitled 3"
msgstr "Хьӡыда"
-#: outlinenumbering.ui:198
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:198
#, fuzzy
msgctxt "outlinenumbering|form4"
msgid "Untitled 4"
msgstr "Хьӡыда"
-#: outlinenumbering.ui:206
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:206
#, fuzzy
msgctxt "outlinenumbering|form5"
msgid "Untitled 5"
msgstr "Хьӡыда"
-#: outlinenumbering.ui:214
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:214
#, fuzzy
msgctxt "outlinenumbering|form6"
msgid "Untitled 6"
msgstr "Хьӡыда"
-#: outlinenumbering.ui:222
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:222
#, fuzzy
msgctxt "outlinenumbering|form7"
msgid "Untitled 7"
msgstr "Хьӡыда"
-#: outlinenumbering.ui:230
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:230
#, fuzzy
msgctxt "outlinenumbering|form8"
msgid "Untitled 8"
msgstr "Хьӡыда"
-#: outlinenumbering.ui:238
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:238
#, fuzzy
msgctxt "outlinenumbering|form9"
msgid "Untitled 9"
msgstr "Хьӡыда"
-#: outlinenumbering.ui:252
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:252
msgctxt "outlinenumbering|saveas"
msgid "Save _As..."
msgstr "Еиқәырхатәуп иаба(ишҧа)..."
-#: outlinenumberingpage.ui:52
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:52
msgctxt "outlinenumberingpage|label1"
msgid "Level"
msgstr ""
-#: outlinenumberingpage.ui:96
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:96
msgctxt "outlinenumberingpage|label3"
msgid "Paragraph style:"
msgstr "Абзац астиль:"
-#: outlinenumberingpage.ui:122
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:122
#, fuzzy
msgctxt "outlinenumberingpage|label4"
msgid "Number:"
msgstr "Ахыҧхьаӡаратә"
-#: outlinenumberingpage.ui:136
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:136
#, fuzzy
msgctxt "outlinenumberingpage|label5"
msgid "Character style:"
msgstr "Асимвол астиль:"
-#: outlinenumberingpage.ui:150
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:150
msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr ""
-#: outlinenumberingpage.ui:164
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:164
#, fuzzy
msgctxt "outlinenumberingpage|label7"
msgid "Separator"
msgstr "Аиҟәшага"
-#: outlinenumberingpage.ui:250
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:246
msgctxt "outlinenumberingpage|label8"
msgid "Before:"
msgstr ""
-#: outlinenumberingpage.ui:271
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:267
msgctxt "outlinenumberingpage|label9"
msgid "After:"
msgstr ""
-#: outlinenumberingpage.ui:287
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:283
#, fuzzy
msgctxt "outlinenumberingpage|label10"
msgid "Start at:"
msgstr "Алагамҭа арыцхә"
-#: outlinenumberingpage.ui:324
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:320
msgctxt "outlinenumberingpage|label2"
msgid "Numbering"
msgstr "Аномерркра"
-#: outlinepositionpage.ui:24
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:24
msgctxt "outlinepositionpage|liststore1"
msgid "Left"
msgstr "Арымарахь"
-#: outlinepositionpage.ui:27
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:27
msgctxt "outlinepositionpage|liststore1"
msgid "Centered"
msgstr "Ацентр ала"
-#: outlinepositionpage.ui:30
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:30
msgctxt "outlinepositionpage|liststore1"
msgid "Right"
msgstr "Арыӷьарахь"
-#: outlinepositionpage.ui:41
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:41
msgctxt "outlinepositionpage|liststore2"
msgid "Tab stop"
msgstr ""
-#: outlinepositionpage.ui:44
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:44
#, fuzzy
msgctxt "outlinepositionpage|liststore2"
msgid "Space"
msgstr "Акосмос"
-#: outlinepositionpage.ui:47
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:47
msgctxt "outlinepositionpage|liststore2"
msgid "Nothing"
msgstr ""
-#: outlinepositionpage.ui:89
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:50
+msgctxt "outlinepositionpage|liststore2"
+msgid "New Line"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:92
msgctxt "outlinepositionpage|1"
msgid "Level"
msgstr ""
-#: outlinepositionpage.ui:137
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:140
msgctxt "outlinepositionpage|numalign"
msgid "Numbering alignment:"
msgstr ""
-#: outlinepositionpage.ui:162
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:165
msgctxt "outlinepositionpage|numdist"
msgid ""
"Minimum space between\n"
"numbering and text:"
msgstr ""
-#: outlinepositionpage.ui:191
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:193
msgctxt "outlinepositionpage|numberingwidth"
msgid "Width of numbering:"
msgstr ""
-#: outlinepositionpage.ui:216
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:217
msgctxt "outlinepositionpage|relative"
msgid "Relative"
msgstr ""
-#: outlinepositionpage.ui:233
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:235
msgctxt "outlinepositionpage|indent"
msgid "Indent:"
msgstr ""
-#: outlinepositionpage.ui:260
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:261
msgctxt "outlinepositionpage|indentat"
msgid "Indent at:"
msgstr ""
-#: outlinepositionpage.ui:286
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:286
msgctxt "outlinepositionpage|num2align"
msgid "Numbering alignment:"
msgstr ""
-#: outlinepositionpage.ui:310
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:310
msgctxt "outlinepositionpage|alignedat"
msgid "Aligned at:"
msgstr ""
-#: outlinepositionpage.ui:336
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:335
msgctxt "outlinepositionpage|at"
msgid "Tab stop at:"
msgstr ""
-#: outlinepositionpage.ui:374
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:372
msgctxt "outlinepositionpage|numfollowedby"
msgid "Numbering followed by:"
msgstr ""
-#: outlinepositionpage.ui:395
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:393
#, fuzzy
msgctxt "outlinepositionpage|label10"
msgid "Position and Spacing"
msgstr "Аҭыҧи ашәагааи"
-#: outlinepositionpage.ui:417
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:415
msgctxt "outlinepositionpage|standard"
msgid "Default"
msgstr "Астандарт"
-#: pagebreakmenu.ui:12
+#: sw/uiconfig/swriter/ui/pagebreakmenu.ui:12
msgctxt "pagebreakmenu|edit"
msgid "Edit Page Break..."
msgstr ""
-#: pagebreakmenu.ui:20
+#: sw/uiconfig/swriter/ui/pagebreakmenu.ui:20
msgctxt "pagebreakmenu|delete"
msgid "Delete Page Break"
msgstr "Ианыхтәуп адаҟьа аимҟьара"
-#: pagecolumncontrol.ui:76
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:76
#, fuzzy
msgctxt "pagecolumncontrol|column1"
msgid "1 Column"
msgstr "Аиҵагыла"
-#: pagecolumncontrol.ui:91
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:91
#, fuzzy
msgctxt "pagecolumncontrol|column2"
msgid "2 Columns"
msgstr "Аиҵагылақәа"
-#: pagecolumncontrol.ui:106
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:106
#, fuzzy
msgctxt "pagecolumncontrol|column3"
msgid "3 Columns"
msgstr "Аиҵагылақәа"
-#: pagecolumncontrol.ui:121
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:121
msgctxt "pagecolumncontrol|columnleft"
msgid "Left"
msgstr "Арымарахь"
-#: pagecolumncontrol.ui:136
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:136
msgctxt "pagecolumncontrol|columnright"
msgid "Right"
msgstr "Арыӷьарахь"
-#: pagecolumncontrol.ui:151
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:151
#, fuzzy
msgctxt "pagecolumncontrol|column1L"
msgid "1 Column"
msgstr "Аиҵагыла"
-#: pagecolumncontrol.ui:166
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:166
#, fuzzy
msgctxt "pagecolumncontrol|column2L"
msgid "2 Columns"
msgstr "Аиҵагылақәа"
-#: pagecolumncontrol.ui:181
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:181
#, fuzzy
msgctxt "pagecolumncontrol|column3L"
msgid "3 Columns"
msgstr "Аиҵагылақәа"
-#: pagecolumncontrol.ui:196
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:196
msgctxt "pagecolumncontrol|columnleftL"
msgid "Left"
msgstr "Арымарахь"
-#: pagecolumncontrol.ui:211
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:211
msgctxt "pagecolumncontrol|columnrightL"
msgid "Right"
msgstr "Арыӷьарахь"
-#: pagecolumncontrol.ui:226
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:226
msgctxt "pagecolumncontrol|moreoptions"
msgid "_More Options"
msgstr ""
-#: pagecolumncontrol.ui:230
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:230
#, fuzzy
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Еиҭа апараметрқәа..."
-#: pagefooterpanel.ui:43
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:33
+msgctxt "PageHeaderPanel|footertoggle-atkobject"
+msgid "Enable footer"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:49
#, fuzzy
msgctxt "pagefooterpanel|margins"
msgid "Margins:"
msgstr "Аҭакыра"
-#: pagefooterpanel.ui:60
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:67
#, fuzzy
msgctxt "pagefooterpanel|customlabel"
msgid "Custom"
msgstr "Даҽакы:"
-#: pagefooterpanel.ui:72
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:79
#, fuzzy
msgctxt "pagefooterpanel|spacing"
msgid "Spacing:"
msgstr "Аинтервал:"
-#: pagefooterpanel.ui:84
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:92
msgctxt "pagefooterpanel|samecontent"
msgid "Same Content:"
msgstr ""
-#: pageformatpanel.ui:23
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:23
msgctxt "pageformatpanel|size"
msgid "Size:"
msgstr "Ашәагаа:"
-#: pageformatpanel.ui:35
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:36
msgctxt "pageformatpanel|width"
msgid "Width:"
msgstr "Аҭбаара:"
-#: pageformatpanel.ui:47
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:49
msgctxt "pageformatpanel|height"
msgid "Height:"
msgstr "Аҳаракыра:"
-#: pageformatpanel.ui:59
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:62
#, fuzzy
msgctxt "pageformatpanel|orientation"
msgid "Orientation:"
msgstr "Ахырхарҭа"
-#: pageformatpanel.ui:72
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:76
#, fuzzy
msgctxt "pageformatpanel|paperwidth|tooltip_text"
msgid "Paper Width"
msgstr "Адаҟьа аҭбаара"
-#: pageformatpanel.ui:87
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:90
#, fuzzy
msgctxt "pageformatpanel|paperheight|tooltip_text"
msgid "Paper Height"
msgstr "Адаҟьа аҳаракыра:"
-#: pageformatpanel.ui:103
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:105
msgctxt "pageformatpanel|paperorientation"
msgid "Portrait"
msgstr "Ашәҟәытә"
-#: pageformatpanel.ui:104
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:106
msgctxt "pageformatpanel|paperorientation"
msgid "Landscape"
msgstr "Альбомтә"
-#: pageformatpanel.ui:127
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:129
#, fuzzy
msgctxt "pageformatpanel|margin"
msgid "Margins:"
msgstr "Аҭакыра"
-#: pageformatpanel.ui:140
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:143
#, fuzzy
msgctxt "pageformatpanel|marginLB"
msgid "None"
msgstr "Мап"
-#: pageformatpanel.ui:141
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:144
msgctxt "pageformatpanel|marginLB"
msgid "Narrow"
msgstr ""
-#: pageformatpanel.ui:142
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:145
#, fuzzy
msgctxt "pageformatpanel|marginLB"
msgid "Moderate"
msgstr "Амодератор"
-#: pageformatpanel.ui:143
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:146
msgctxt "pageformatpanel|marginLB"
msgid "Normal 0.75\""
msgstr ""
-#: pageformatpanel.ui:144
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:147
msgctxt "pageformatpanel|marginLB"
msgid "Normal 1\""
msgstr ""
-#: pageformatpanel.ui:145
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:148
msgctxt "pageformatpanel|marginLB"
msgid "Normal 1.25\""
msgstr ""
-#: pageformatpanel.ui:146
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:149
#, fuzzy
msgctxt "pageformatpanel|marginLB"
msgid "Wide"
msgstr "Иҵәахтәуп"
-#: pageformatpanel.ui:147
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:150
msgctxt "pageformatpanel|marginLB"
msgid "Mirrored"
msgstr ""
-#: pageformatpanel.ui:158
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:161
#, fuzzy
msgctxt "pageformatpanel|customlabel"
msgid "Custom"
msgstr "Даҽакы:"
-#: pageheaderpanel.ui:43
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:33
+msgctxt "PageHeaderPanel|headertoggle-atkobject"
+msgid "Enable header"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:49
#, fuzzy
msgctxt "pageheaderpanel|margins"
msgid "Margins:"
msgstr "Аҭакыра"
-#: pageheaderpanel.ui:60
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:67
#, fuzzy
msgctxt "pageheaderpanel|customlabel"
msgid "Custom"
msgstr "Даҽакы:"
-#: pageheaderpanel.ui:72
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:79
#, fuzzy
msgctxt "pageheaderpanel|spacing"
msgid "Spacing:"
msgstr "Аинтервал:"
-#: pageheaderpanel.ui:84
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:92
msgctxt "pageheaderpanel|samecontent"
msgid "Same Content:"
msgstr ""
-#: pagemargincontrol.ui:81
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:81
msgctxt "pagemargincontrol|narrow"
msgid "Narrow"
msgstr ""
-#: pagemargincontrol.ui:96
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:96
msgctxt "pagemargincontrol|normal"
msgid "Normal"
msgstr "Инормалтәу"
-#: pagemargincontrol.ui:112
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:112
#, fuzzy
msgctxt "pagemargincontrol|wide"
msgid "Wide"
msgstr "Иҵәахтәуп"
-#: pagemargincontrol.ui:127
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:127
msgctxt "pagemargincontrol|mirrored"
msgid "Mirrored"
msgstr ""
-#: pagemargincontrol.ui:142
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:142
msgctxt "pagemargincontrol|last"
msgid "Last Custom Value"
msgstr "Аҵыхәтәантәи аҵакы"
-#: pagemargincontrol.ui:157
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:157
msgctxt "pagemargincontrol|narrowL"
msgid "Narrow"
msgstr ""
-#: pagemargincontrol.ui:172
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:172
msgctxt "pagemargincontrol|normalL"
msgid "Normal"
msgstr "Инормалтәу"
-#: pagemargincontrol.ui:188
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:188
#, fuzzy
msgctxt "pagemargincontrol|wideL"
msgid "Wide"
msgstr "Иҵәахтәуп"
-#: pagemargincontrol.ui:203
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:203
msgctxt "pagemargincontrol|mirroredL"
msgid "Mirrored"
msgstr ""
-#: pagemargincontrol.ui:218
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:218
msgctxt "pagemargincontrol|lastL"
msgid "Last Custom Value"
msgstr "Аҵыхәтәантәи аҵакы"
-#: pagemargincontrol.ui:252
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:252
msgctxt "pagemargincontrol|label4"
msgid "_Top"
msgstr "Хыхьла"
-#: pagemargincontrol.ui:265
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:265
msgctxt "pagemargincontrol|label5"
msgid "_Bottom"
msgstr "Ҵаҟала"
-#: pagemargincontrol.ui:282
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:282
msgctxt "pagemargincontrol|leftLabel"
msgid "_Left"
msgstr "Арымарахь"
-#: pagemargincontrol.ui:296
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:296
msgctxt "pagemargincontrol|innerLabel"
msgid "I_nner"
msgstr ""
-#: pagemargincontrol.ui:320
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:320
msgctxt "pagemargincontrol|rightLabel"
msgid "_Right"
msgstr "Арыӷьарахь"
-#: pagemargincontrol.ui:334
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:334
msgctxt "pagemargincontrol|outerLabel"
msgid "O_uter"
msgstr ""
-#: pagemargincontrol.ui:410
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:410
#, fuzzy
msgctxt "pagemargincontrol|label1"
msgid "Custom"
msgstr "Даҽакы:"
-#: pageorientationcontrol.ui:36
+#: sw/uiconfig/swriter/ui/pageorientationcontrol.ui:36
msgctxt "pageorientationcontrol|portrait"
msgid "Portrait"
msgstr "Ашәҟәытә"
-#: pageorientationcontrol.ui:52
+#: sw/uiconfig/swriter/ui/pageorientationcontrol.ui:52
msgctxt "pageorientationcontrol|landscape"
msgid "Landscape"
msgstr "Альбомтә"
-#: pagesizecontrol.ui:51
+#: sw/uiconfig/swriter/ui/pagesizecontrol.ui:51
msgctxt "pagesizecontrol|moreoptions"
msgid "_More Options"
msgstr ""
-#: pagesizecontrol.ui:55
+#: sw/uiconfig/swriter/ui/pagesizecontrol.ui:55
#, fuzzy
msgctxt "pagesizecontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Еиҭа апараметрқәа..."
-#: pagestylespanel.ui:15
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:15
msgctxt "pagestylespanel|liststorePageLayout"
msgid "Right and left"
msgstr ""
-#: pagestylespanel.ui:19
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:19
msgctxt "pagestylespanel|liststorePageLayout"
msgid "Mirrored"
msgstr ""
-#: pagestylespanel.ui:23
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:23
msgctxt "pagestylespanel|liststorePageLayout"
msgid "Only right"
msgstr ""
-#: pagestylespanel.ui:27
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:27
msgctxt "pagestylespanel|liststorePageLayout"
msgid "Only left"
msgstr ""
-#: pagestylespanel.ui:51
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:51
#, fuzzy
msgctxt "pagestylespanel|numberslabel"
msgid "Number:"
msgstr "Ахыҧхьаӡаратә"
-#: pagestylespanel.ui:65
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:66
#, fuzzy
msgctxt "pagestylespanel|backgroundlabel"
msgid "Background:"
msgstr "Аҿаҧшыра"
-#: pagestylespanel.ui:91
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:93
msgctxt "pagestylespanel|layoutlabel"
msgid "Layout:"
msgstr ""
-#: pagestylespanel.ui:119
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:122
#, fuzzy
msgctxt "pagestylespanel|columnlabel"
msgid "Columns:"
msgstr "Аиҵагылақәа"
-#: pagestylespanel.ui:133
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:137
#, fuzzy
msgctxt "pagestylespanel|columnbox"
msgid "1 Column"
msgstr "Аиҵагыла"
-#: pagestylespanel.ui:134
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:138
#, fuzzy
msgctxt "pagestylespanel|columnbox"
msgid "2 Columns"
msgstr "Аиҵагылақәа"
-#: pagestylespanel.ui:135
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:139
#, fuzzy
msgctxt "pagestylespanel|columnbox"
msgid "3 Columns"
msgstr "Аиҵагылақәа"
-#: pagestylespanel.ui:136
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:140
msgctxt "pagestylespanel|columnbox"
msgid "Left"
msgstr "Арымарахь"
-#: pagestylespanel.ui:137
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:141
msgctxt "pagestylespanel|columnbox"
msgid "Right"
msgstr "Арыӷьарахь"
-#: pagestylespanel.ui:214
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:218
#, fuzzy
msgctxt "pagestylespanel|customlabel"
msgid "Custom"
msgstr "Даҽакы:"
-#: paradialog.ui:8
+#: sw/uiconfig/swriter/ui/paradialog.ui:8
msgctxt "paradialog|ParagraphPropertiesDialog"
msgid "Paragraph"
msgstr "Абзац"
-#: paradialog.ui:106
+#: sw/uiconfig/swriter/ui/paradialog.ui:106
msgctxt "paradialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: paradialog.ui:128
+#: sw/uiconfig/swriter/ui/paradialog.ui:128
msgctxt "paradialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: paradialog.ui:152
+#: sw/uiconfig/swriter/ui/paradialog.ui:152
msgctxt "paradialog|textflow"
msgid "Text Flow"
msgstr ""
-#: paradialog.ui:176
+#: sw/uiconfig/swriter/ui/paradialog.ui:176
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: paradialog.ui:199
+#: sw/uiconfig/swriter/ui/paradialog.ui:199
msgctxt "paradialog|labelTP_NUMPARA"
msgid "Outline & Numbering"
msgstr ""
-#: paradialog.ui:222
+#: sw/uiconfig/swriter/ui/paradialog.ui:222
#, fuzzy
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr "abs"
-#: paradialog.ui:245
+#: sw/uiconfig/swriter/ui/paradialog.ui:245
msgctxt "paradialog|labelTP_DROPCAPS"
msgid "Drop Caps"
msgstr ""
-#: paradialog.ui:268
+#: sw/uiconfig/swriter/ui/paradialog.ui:268
msgctxt "paradialog|labelTP_BORDER"
msgid "Borders"
msgstr ""
-#: paradialog.ui:291
+#: sw/uiconfig/swriter/ui/paradialog.ui:291
msgctxt "paradialog|area"
msgid "Area"
msgstr ""
-#: paradialog.ui:314
+#: sw/uiconfig/swriter/ui/paradialog.ui:314
msgctxt "paradialog|transparence"
msgid "Transparency"
msgstr ""
-#: picturedialog.ui:8
+#: sw/uiconfig/swriter/ui/picturedialog.ui:8
msgctxt "picturedialog|PictureDialog"
msgid "Image"
msgstr "Асахьа"
-#: picturedialog.ui:106
+#: sw/uiconfig/swriter/ui/picturedialog.ui:106
msgctxt "picturedialog|type"
msgid "Type"
msgstr "Атип"
-#: picturedialog.ui:128
+#: sw/uiconfig/swriter/ui/picturedialog.ui:128
msgctxt "picturedialog|options"
msgid "Options"
msgstr "Апараметрқәа"
-#: picturedialog.ui:151
+#: sw/uiconfig/swriter/ui/picturedialog.ui:151
msgctxt "picturedialog|wrap"
msgid "Wrap"
msgstr ""
-#: picturedialog.ui:174
+#: sw/uiconfig/swriter/ui/picturedialog.ui:174
msgctxt "picturedialog|hyperlink"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
-#: picturedialog.ui:197
+#: sw/uiconfig/swriter/ui/picturedialog.ui:197
msgctxt "picturedialog|picture"
msgid "Image"
msgstr "Асахьа"
-#: picturedialog.ui:220
+#: sw/uiconfig/swriter/ui/picturedialog.ui:220
msgctxt "picturedialog|crop"
msgid "Crop"
msgstr ""
-#: picturedialog.ui:243
+#: sw/uiconfig/swriter/ui/picturedialog.ui:243
msgctxt "picturedialog|borders"
msgid "Borders"
msgstr ""
-#: picturedialog.ui:266
+#: sw/uiconfig/swriter/ui/picturedialog.ui:266
msgctxt "picturedialog|area"
msgid "Area"
msgstr ""
-#: picturedialog.ui:289
+#: sw/uiconfig/swriter/ui/picturedialog.ui:289
msgctxt "picturedialog|transparence"
msgid "Transparency"
msgstr ""
-#: picturedialog.ui:312
+#: sw/uiconfig/swriter/ui/picturedialog.ui:312
#, fuzzy
msgctxt "picturedialog|macro"
msgid "Macro"
msgstr "Амакросқәа"
-#: picturepage.ui:32
+#: sw/uiconfig/swriter/ui/picturepage.ui:32
msgctxt "picturepage|browse"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: picturepage.ui:63
+#: sw/uiconfig/swriter/ui/picturepage.ui:62
msgctxt "picturepage|label1"
msgid "_File name"
msgstr "Афаил ахьӡ"
-#: picturepage.ui:82
+#: sw/uiconfig/swriter/ui/picturepage.ui:81
#, fuzzy
msgctxt "picturepage|label11"
msgid "Link"
msgstr "Азхьарҧш"
-#: picturepage.ui:119
+#: sw/uiconfig/swriter/ui/picturepage.ui:118
msgctxt "picturepage|vert"
msgid "_Vertically"
msgstr ""
-#: picturepage.ui:136
+#: sw/uiconfig/swriter/ui/picturepage.ui:135
#, fuzzy
msgctxt "picturepage|hori"
msgid "Hori_zontally"
msgstr "Горизонталла"
-#: picturepage.ui:153
+#: sw/uiconfig/swriter/ui/picturepage.ui:152
msgctxt "picturepage|allpages"
msgid "On all pages"
msgstr "адаҟьақәа зегь рыҟны"
-#: picturepage.ui:172
+#: sw/uiconfig/swriter/ui/picturepage.ui:172
msgctxt "picturepage|leftpages"
msgid "On left pages"
msgstr "армарахьтәи адаҟьақәа рыҟны"
-#: picturepage.ui:190
+#: sw/uiconfig/swriter/ui/picturepage.ui:191
msgctxt "picturepage|rightpages"
msgid "On right pages"
msgstr "арӷьарахьтәи адаҟьақәа рыҟны"
-#: picturepage.ui:249
+#: sw/uiconfig/swriter/ui/picturepage.ui:251
msgctxt "picturepage|label2"
msgid "Flip"
msgstr ""
-#: picturepage.ui:292
+#: sw/uiconfig/swriter/ui/picturepage.ui:294
msgctxt "picturepage|FT_ANGLE"
msgid "_Angle:"
msgstr ""
-#: picturepage.ui:307
-msgctxt "picturepage"
-msgid "0,00"
-msgstr ""
-
-#: picturepage.ui:335
+#: sw/uiconfig/swriter/ui/picturepage.ui:336
msgctxt "picturepage|FT_ANGLEPRESETS"
msgid "Default _settings:"
msgstr ""
-#: picturepage.ui:349
+#: sw/uiconfig/swriter/ui/picturepage.ui:350
msgctxt "picturepage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr ""
-#: picturepage.ui:374
+#: sw/uiconfig/swriter/ui/picturepage.ui:375
msgctxt "picturepage|label2"
msgid "Rotation Angle"
msgstr ""
-#: previewzoomdialog.ui:21
+#: sw/uiconfig/swriter/ui/previewzoomdialog.ui:22
msgctxt "previewzoomdialog|PreviewZoomDialog"
msgid "Multiple Pages"
msgstr "Амасштаб"
-#: previewzoomdialog.ui:101
+#: sw/uiconfig/swriter/ui/previewzoomdialog.ui:103
#, fuzzy
msgctxt "previewzoomdialog|label1"
msgid "_Rows"
msgstr "Ацәаҳәақәа"
-#: previewzoomdialog.ui:117
+#: sw/uiconfig/swriter/ui/previewzoomdialog.ui:117
#, fuzzy
msgctxt "previewzoomdialog|label2"
msgid "_Columns"
msgstr "Аиҵагылақәа"
-#: printeroptions.ui:30
+#: sw/uiconfig/swriter/ui/printeroptions.ui:30
msgctxt "printeroptions|pagebackground"
msgid "Page background"
msgstr "Адаҟьа аҿаҧшыра"
-#: printeroptions.ui:46
+#: sw/uiconfig/swriter/ui/printeroptions.ui:47
msgctxt "printeroptions|pictures"
msgid "Images and other graphic objects"
msgstr ""
-#: printeroptions.ui:62
+#: sw/uiconfig/swriter/ui/printeroptions.ui:64
msgctxt "printeroptions|hiddentext"
msgid "Hidden text"
msgstr ""
-#: printeroptions.ui:78
+#: sw/uiconfig/swriter/ui/printeroptions.ui:81
msgctxt "printeroptions|placeholders"
msgid "Text placeholders"
msgstr ""
-#: printeroptions.ui:94
+#: sw/uiconfig/swriter/ui/printeroptions.ui:98
msgctxt "printeroptions|formcontrols"
msgid "Form controls"
msgstr ""
-#: printeroptions.ui:116
+#: sw/uiconfig/swriter/ui/printeroptions.ui:121
#, fuzzy
msgctxt "printeroptions|label4"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: printeroptions.ui:143
+#: sw/uiconfig/swriter/ui/printeroptions.ui:148
msgctxt "printeroptions|textinblack"
msgid "Print text in black"
msgstr "Икьыҧхьтәуп атеқст еиқәаҵәала"
-#: printeroptions.ui:158
+#: sw/uiconfig/swriter/ui/printeroptions.ui:164
msgctxt "printeroptions|label5"
msgid "Color"
msgstr "Аҧштәы"
-#: printeroptions.ui:185
+#: sw/uiconfig/swriter/ui/printeroptions.ui:191
msgctxt "printeroptions|autoblankpages"
msgid "Print automatically inserted blank pages"
msgstr ""
-#: printeroptions.ui:200
+#: sw/uiconfig/swriter/ui/printeroptions.ui:207
msgctxt "printeroptions|label6"
msgid "Pages"
msgstr "Адаҟьақәа"
-#: printmergedialog.ui:12
+#: sw/uiconfig/swriter/ui/printmergedialog.ui:12
msgctxt "printmergedialog|PrintMergeDialog"
msgid "Your document contains address database fields. Do you want to print a form letter?"
msgstr ""
-#: printmonitordialog.ui:7
+#: sw/uiconfig/swriter/ui/printmonitordialog.ui:7
msgctxt "printmonitordialog|PrintMonitorDialog"
msgid "Print monitor"
msgstr "Аекран ақәҭыхымҭа акьыҧхьра"
-#: printmonitordialog.ui:52
+#: sw/uiconfig/swriter/ui/printmonitordialog.ui:52
msgctxt "printmonitordialog|alttitle"
msgid "Save-Monitor"
msgstr "Аиқәырхара"
-#: printmonitordialog.ui:75
+#: sw/uiconfig/swriter/ui/printmonitordialog.ui:75
msgctxt "printmonitordialog|printing"
msgid "is being prepared for printing on"
msgstr ""
-#: printmonitordialog.ui:87
+#: sw/uiconfig/swriter/ui/printmonitordialog.ui:87
msgctxt "printmonitordialog|saving"
msgid "is being saved to"
msgstr ""
-#: printoptionspage.ui:37
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:37
msgctxt "printoptionspage|graphics"
msgid "_Images and objects"
msgstr ""
-#: printoptionspage.ui:54
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:52
msgctxt "printoptionspage|formcontrols"
msgid "Form control_s"
msgstr ""
-#: printoptionspage.ui:71
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:67
msgctxt "printoptionspage|background"
msgid "Page ba_ckground"
msgstr "Адаҟьа аҿаҧшыра"
-#: printoptionspage.ui:88
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:82
msgctxt "printoptionspage|inblack"
msgid "Print text in blac_k"
msgstr "Икьыҧхьтәуп атеқст еиқәаҵәала"
-#: printoptionspage.ui:105
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:97
msgctxt "printoptionspage|hiddentext"
msgid "Hidden te_xt"
msgstr ""
-#: printoptionspage.ui:122
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:112
msgctxt "printoptionspage|textplaceholder"
msgid "Text _placeholder"
msgstr ""
-#: printoptionspage.ui:145
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:133
#, fuzzy
msgctxt "printoptionspage|label2"
msgid "Contents"
msgstr "Иаҵанакуа"
-#: printoptionspage.ui:179
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:165
msgctxt "printoptionspage|leftpages"
msgid "_Left pages"
msgstr "_Армарахьтәи адаҟьақәа"
-#: printoptionspage.ui:196
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:180
msgctxt "printoptionspage|rightpages"
msgid "_Right pages"
msgstr "_Арӷьарахьтәи адаҟьақәа"
-#: printoptionspage.ui:213
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:195
#, fuzzy
msgctxt "printoptionspage|brochure"
msgid "Broch_ure"
msgstr "Аброшиура"
-#: printoptionspage.ui:230
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:210
#, fuzzy
msgctxt "printoptionspage|rtl"
msgid "Right to Left"
msgstr "Арӷьарахьтә армарахь"
-#: printoptionspage.ui:254
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:232
msgctxt "printoptionspage|label10"
msgid "Pages"
msgstr "Адаҟьақәа"
-#: printoptionspage.ui:287
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:263
msgctxt "printoptionspage|none"
msgid "_None"
msgstr "Мап"
-#: printoptionspage.ui:305
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:279
msgctxt "printoptionspage|only"
msgid "Comments _only"
msgstr ""
-#: printoptionspage.ui:323
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:295
msgctxt "printoptionspage|end"
msgid "End of docu_ment"
msgstr ""
-#: printoptionspage.ui:341
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:311
msgctxt "printoptionspage|endpage"
msgid "_End of page"
msgstr "_Адаҟьа анҵәамҭаҿ"
-#: printoptionspage.ui:359
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:327
msgctxt "printoptionspage|inmargins"
msgid "In margins"
msgstr ""
-#: printoptionspage.ui:383
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:349
msgctxt "printoptionspage|4"
msgid "Comments"
msgstr "Акомментариқәа"
-#: printoptionspage.ui:430
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:394
#, fuzzy
msgctxt "printoptionspage|label5"
msgid "_Fax"
msgstr "Афакс"
-#: printoptionspage.ui:463
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:421
msgctxt "printoptionspage|blankpages"
msgid "Print _automatically inserted blank pages"
msgstr ""
-#: printoptionspage.ui:480
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:436
msgctxt "printoptionspage|papertray"
msgid "_Paper tray from printer settings"
msgstr ""
-#: printoptionspage.ui:503
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:457
msgctxt "printoptionspage|label1"
msgid "Other"
msgstr "Егьырҭқәа"
-#: privateuserpage.ui:28
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:28
msgctxt "privateuserpage|nameft"
msgid "First/last _name/initials:"
msgstr ""
-#: privateuserpage.ui:42
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:42
#, fuzzy
msgctxt "privateuserpage|streetft"
msgid "_Street:"
msgstr "Амҩа ахьӡ:"
-#: privateuserpage.ui:56
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:56
msgctxt "privateuserpage|countryft"
msgid "Co_untry/state:"
msgstr ""
-#: privateuserpage.ui:70
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:70
msgctxt "privateuserpage|titleft"
msgid "_Title/profession:"
msgstr ""
-#: privateuserpage.ui:84
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:84
#, fuzzy
msgctxt "privateuserpage|phoneft"
msgid "Fa_x:"
msgstr "Афакс:"
-#: privateuserpage.ui:89
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:89
msgctxt "privateuserpage|phoneft-atkobject"
msgid "Home telephone number"
msgstr ""
-#: privateuserpage.ui:103
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:103
msgctxt "privateuserpage|faxft"
msgid "Homepage/e-mail:"
msgstr "Асаит/e-mail:"
-#: privateuserpage.ui:126
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:125
msgctxt "privateuserpage|firstname-atkobject"
msgid "First name"
msgstr "Ахьӡ"
-#: privateuserpage.ui:144
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:142
msgctxt "privateuserpage|lastname-atkobject"
msgid "Last name"
msgstr "Ажәла"
-#: privateuserpage.ui:162
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:159
msgctxt "privateuserpage|shortname-atkobject"
msgid "Initials"
msgstr "Аинициалқәа"
-#: privateuserpage.ui:192
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:188
#, fuzzy
msgctxt "privateuserpage|title-atkobject"
msgid "Title"
msgstr "Ахы"
-#: privateuserpage.ui:210
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:205
msgctxt "privateuserpage|job-atkobject"
msgid "Position"
msgstr "Аҭыҧ"
-#: privateuserpage.ui:239
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:233
msgctxt "privateuserpage|fax-atkobject"
msgid "Home telephone number"
msgstr ""
-#: privateuserpage.ui:270
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:263
msgctxt "privateuserpage|url-atkobject"
msgid "FAX number"
msgstr ""
-#: privateuserpage.ui:288
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:280
msgctxt "privateuserpage|email-atkobject"
msgid "email address"
msgstr ""
-#: privateuserpage.ui:308
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:300
msgctxt "privateuserpage|eastnameft"
msgid "First/last _name/initials 2:"
msgstr ""
-#: privateuserpage.ui:331
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:322
msgctxt "privateuserpage|firstname2-atkobject"
msgid "Last name"
msgstr "Ажәла"
-#: privateuserpage.ui:349
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:339
msgctxt "privateuserpage|lastname2-atkobject"
msgid "First name"
msgstr "Ахьӡ"
-#: privateuserpage.ui:367
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:356
msgctxt "privateuserpage|shortname2-atkobject"
msgid "Initials"
msgstr "Аинициалқәа"
-#: privateuserpage.ui:387
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:376
msgctxt "privateuserpage|icityft"
msgid "_Zip/city:"
msgstr ""
-#: privateuserpage.ui:410
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:398
msgctxt "privateuserpage|icity-atkobject"
msgid "City"
msgstr "Ақалақь"
-#: privateuserpage.ui:428
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:415
msgctxt "privateuserpage|izip-atkobject"
msgid "Zip code"
msgstr ""
-#: privateuserpage.ui:510
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:494
msgctxt "privateuserpage|titleft1"
msgid "Phone/mobile:"
msgstr ""
-#: privateuserpage.ui:534
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:517
#, fuzzy
msgctxt "privateuserpage|phone-atkobject"
msgid "Title"
msgstr "Ахы"
-#: privateuserpage.ui:552
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:534
msgctxt "privateuserpage|mobile-atkobject"
msgid "Position"
msgstr "Аҭыҧ"
-#: privateuserpage.ui:575
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:557
msgctxt "privateuserpage|label1"
msgid "Private Data"
msgstr ""
-#: querycontinuebegindialog.ui:8
+#: sw/uiconfig/swriter/ui/querycontinuebegindialog.ui:7
msgctxt "querycontinuebegindialog|QueryContinueBeginDialog"
msgid "Continue at the beginning?"
msgstr ""
-#: querycontinuebegindialog.ui:14
+#: sw/uiconfig/swriter/ui/querycontinuebegindialog.ui:14
msgctxt "querycontinuebegindialog|QueryContinueBeginDialog"
msgid "Do you want to continue at the beginning?"
msgstr ""
-#: querycontinuebegindialog.ui:15
+#: sw/uiconfig/swriter/ui/querycontinuebegindialog.ui:15
msgctxt "querycontinuebegindialog|QueryContinueBeginDialog"
msgid "%PRODUCTNAME Writer has searched to the end of the document."
msgstr ""
-#: querycontinueenddialog.ui:8
+#: sw/uiconfig/swriter/ui/querycontinueenddialog.ui:7
msgctxt "querycontinueenddialog|QueryContinueEndDialog"
msgid "Continue at the end?"
msgstr ""
-#: querycontinueenddialog.ui:14
+#: sw/uiconfig/swriter/ui/querycontinueenddialog.ui:14
msgctxt "querycontinueenddialog|QueryContinueEndDialog"
msgid "Do you want to continue at the end?"
msgstr ""
-#: querycontinueenddialog.ui:15
+#: sw/uiconfig/swriter/ui/querycontinueenddialog.ui:15
msgctxt "querycontinueenddialog|QueryContinueEndDialog"
msgid "%PRODUCTNAME Writer has searched to the beginning of the document."
msgstr ""
-#: querydefaultcompatdialog.ui:8
+#: sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui:7
msgctxt "querydefaultcompatdialog|QueryDefaultCompatDialog"
msgid "Use as default?"
msgstr ""
-#: querydefaultcompatdialog.ui:14
+#: sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui:14
msgctxt "querydefaultcompatdialog|QueryDefaultCompatDialog"
msgid "Do you want to change the compatibility options of the default template?"
msgstr ""
-#: querydefaultcompatdialog.ui:15
+#: sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui:15
msgctxt "querydefaultcompatdialog|QueryDefaultCompatDialog"
msgid "This will affect all new documents based on the default template."
msgstr ""
-#: queryrotateintostandarddialog.ui:8
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:7
+msgctxt "queryredlinedialog|QueryRedlineDialog"
+msgid "Delete this theme?"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:13
+msgctxt "queryredlinedialog|QueryRedlineDialog"
+msgid "AutoCorrect completed."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:14
+msgctxt "queryredlinedialog|QueryRedlineDialog"
+msgid ""
+"You can accept or reject all changes,\n"
+"or accept or reject particular changes."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:26
+msgctxt "queryredlinedialog|cancel"
+msgid "Reject All"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:39
+msgctxt "queryredlinedialog|ok"
+msgid "Accept All"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:55
+msgctxt "queryredlinedialog|edit"
+msgid "Edit Changes"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui:7
msgctxt "queryrotateintostandarddialog|QueryRotateIntoStandardOrientationDialog"
msgid "Rotate into standard orientation?"
msgstr ""
-#: queryrotateintostandarddialog.ui:14
+#: sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui:14
msgctxt "queryrotateintostandarddialog|QueryRotateIntoStandardOrientationDialog"
msgid "This image is rotated. Would you like to rotate it into standard orientation?"
msgstr ""
-#: querysavelabeldialog.ui:8
+#: sw/uiconfig/swriter/ui/querysavelabeldialog.ui:7
msgctxt "querysavelabeldialog|QuerySaveLabelDialog"
msgid "Save label?"
msgstr "Еиқәырхатәума?"
-#: querysavelabeldialog.ui:14
+#: sw/uiconfig/swriter/ui/querysavelabeldialog.ui:14
msgctxt "querysavelabeldialog|QuerySaveLabelDialog"
msgid "A label named \"%1 / %2\" already exists. Do you want to replace it?"
msgstr ""
-#: querysavelabeldialog.ui:15
+#: sw/uiconfig/swriter/ui/querysavelabeldialog.ui:15
msgctxt "querysavelabeldialog|QuerySaveLabelDialog"
msgid "A label already exists with brand \"%1\" and type \"%2\". Replacing it will overwrite its contents."
msgstr ""
-#: queryshowchangesdialog.ui:8
+#: sw/uiconfig/swriter/ui/queryshowchangesdialog.ui:7
msgctxt "queryshowchangesdialog|QueryShowChangesDialog"
msgid "Show changes?"
msgstr ""
-#: queryshowchangesdialog.ui:14
+#: sw/uiconfig/swriter/ui/queryshowchangesdialog.ui:14
msgctxt "queryshowchangesdialog|QueryShowChangesDialog"
msgid "Do you want to show changes to avoid delays?"
msgstr ""
-#: queryshowchangesdialog.ui:15
+#: sw/uiconfig/swriter/ui/queryshowchangesdialog.ui:15
msgctxt "queryshowchangesdialog|QueryShowChangesDialog"
msgid "In the current document, changes are being recorded but not shown as such. In large documents, delays can occur when the document is edited. Showing changes will avoid delays."
msgstr ""
-#: readonlymenu.ui:12
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:12
msgctxt "readonlymenu|openurl"
msgid "_Open"
msgstr "Иаарттәуп"
-#: readonlymenu.ui:20
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:20
msgctxt "readonlymenu|opendoc"
msgid "Open in New Window"
msgstr ""
-#: readonlymenu.ui:28
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:28
msgctxt "readonlymenu|edit"
msgid "_Edit"
msgstr "Ариашара"
-#: readonlymenu.ui:36
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:36
#, fuzzy
msgctxt "readonlymenu|selection"
msgid "Select Text"
msgstr "Иалкаатәуп атеқст"
-#: readonlymenu.ui:44
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:44
msgctxt "readonlymenu|reload"
msgid "Re_load"
msgstr ""
-#: readonlymenu.ui:52
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:52
#, fuzzy
msgctxt "readonlymenu|reloadframe"
msgid "Reload Frame"
msgstr "Ҿыц иҭагалатәуп"
-#: readonlymenu.ui:60
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:60
msgctxt "readonlymenu|html"
msgid "HT_ML Source"
msgstr ""
-#: readonlymenu.ui:74
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:74
msgctxt "readonlymenu|backward"
msgid "Backwards"
msgstr ""
-#: readonlymenu.ui:82
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:82
msgctxt "readonlymenu|forward"
msgid "_Forward"
msgstr ""
-#: readonlymenu.ui:96
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:96
msgctxt "readonlymenu|savegraphic"
msgid "Save Image..."
msgstr "Еиқәырхатәуп асахьа..."
-#: readonlymenu.ui:104
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:104
msgctxt "readonlymenu|graphictogallery"
msgid "Add Image"
msgstr "Иацҵатәуп асахьа"
-#: readonlymenu.ui:114
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:114
msgctxt "readonlymenu|graphicaslink"
msgid "As Link"
msgstr "Азхьарҧш еиҧш"
-#: readonlymenu.ui:122
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:122
msgctxt "readonlymenu|graphicascopy"
msgid "Copy"
msgstr "Акопиа ахыхтәуп"
-#: readonlymenu.ui:140
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:140
msgctxt "readonlymenu|savebackground"
msgid "Save Background..."
msgstr "Еиқәырхатәуп аҿаҧшыра..."
-#: readonlymenu.ui:184
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:184
msgctxt "readonlymenu|copylink"
msgid "Copy _Link"
msgstr "Азхьарҧш акопиа ахыхтәуп"
-#: readonlymenu.ui:192
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:192
msgctxt "readonlymenu|copygraphic"
msgid "Copy _Image"
msgstr ""
-#: readonlymenu.ui:206
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:206
msgctxt "readonlymenu|loadgraphic"
msgid "Load Image"
msgstr "Иҭагалатәуп асахьа"
-#: readonlymenu.ui:214
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:214
msgctxt "readonlymenu|imagesoff"
msgid "Image Off"
msgstr ""
-#: readonlymenu.ui:228
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:228
msgctxt "readonlymenu|fullscreen"
msgid "Leave Full-Screen Mode"
msgstr ""
-#: readonlymenu.ui:242
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:242
msgctxt "readonlymenu|copy"
msgid "_Copy"
msgstr "Акопиа ахыхтәуп"
-#: renameautotextdialog.ui:8
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:8
msgctxt "renameautotextdialog|RenameAutoTextDialog"
msgid "Rename AutoText"
msgstr ""
-#: renameautotextdialog.ui:77
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:77
msgctxt "renameautotextdialog|label2"
msgid "Na_me"
msgstr "Ахьӡ"
-#: renameautotextdialog.ui:94
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:94
msgctxt "renameautotextdialog|label3"
msgid "_New"
msgstr "Иаҧҵатәуп"
-#: renameautotextdialog.ui:159
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:155
msgctxt "renameautotextdialog|label4"
msgid "Short_cut"
msgstr ""
-#: renameautotextdialog.ui:176
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:172
msgctxt "renameautotextdialog|label5"
msgid "_Shortcut"
msgstr ""
-#: renameentrydialog.ui:7
+#: sw/uiconfig/swriter/ui/renameentrydialog.ui:7
msgctxt "renameentrydialog|RenameEntryDialog"
msgid "Rename Element"
msgstr ""
-#: renameentrydialog.ui:98
+#: sw/uiconfig/swriter/ui/renameentrydialog.ui:97
msgctxt "renameentrydialog|label1"
msgid "Element Name"
msgstr ""
-#: renameobjectdialog.ui:8
+#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:9
msgctxt "renameobjectdialog|RenameObjectDialog"
msgid "Rename object: "
msgstr ""
-#: renameobjectdialog.ui:100
+#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:104
msgctxt "renameobjectdialog|label2"
msgid "New name"
msgstr "Ахьӡ ҿыц"
-#: renameobjectdialog.ui:132
+#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:133
#, fuzzy
msgctxt "renameobjectdialog|label1"
msgid "Change Name"
msgstr "Арегистр"
-#: rowheight.ui:14
+#: sw/uiconfig/swriter/ui/rowheight.ui:15
msgctxt "rowheight|RowHeightDialog"
msgid "Row Height"
msgstr "Ацәаҳәа аҳаракыра"
-#: rowheight.ui:111
+#: sw/uiconfig/swriter/ui/rowheight.ui:117
msgctxt "rowheight|fit"
msgid "_Fit to size"
msgstr "Ашәагаа азыҧшаара"
-#: rowheight.ui:133
+#: sw/uiconfig/swriter/ui/rowheight.ui:139
msgctxt "rowheight|label1"
msgid "Height"
msgstr "Аҳаракыра"
-#: saveashtmldialog.ui:8
+#: sw/uiconfig/swriter/ui/saveashtmldialog.ui:7
msgctxt "saveashtmldialog|SaveAsHTMLDialog"
msgid "Save as HTML?"
msgstr "Еиқәырхатәума HTML ҳасабла?"
-#: saveashtmldialog.ui:14
+#: sw/uiconfig/swriter/ui/saveashtmldialog.ui:14
msgctxt "saveashtmldialog|SaveAsHTMLDialog"
msgid "Would you like to save the document as HTML?"
msgstr "Ишәҭахума адокумент HTML ҳасабла аиқәырхара?"
-#: saveashtmldialog.ui:15
+#: sw/uiconfig/swriter/ui/saveashtmldialog.ui:15
msgctxt "saveashtmldialog|SaveAsHTMLDialog"
msgid "The source code can only be displayed if the document is saved in HTML format."
msgstr ""
-#: savelabeldialog.ui:7
+#: sw/uiconfig/swriter/ui/savelabeldialog.ui:8
msgctxt "savelabeldialog|SaveLabelDialog"
msgid "Save Label Format"
msgstr ""
-#: savelabeldialog.ui:95
+#: sw/uiconfig/swriter/ui/savelabeldialog.ui:99
msgctxt "savelabeldialog|label2"
msgid "Brand"
msgstr ""
-#: savelabeldialog.ui:110
+#: sw/uiconfig/swriter/ui/savelabeldialog.ui:112
#, fuzzy
msgctxt "savelabeldialog|label3"
msgid "T_ype"
msgstr "Атип"
-#: savelabeldialog.ui:163
+#: sw/uiconfig/swriter/ui/savelabeldialog.ui:157
msgctxt "savelabeldialog|label1"
msgid "Options"
msgstr "Апараметрқәа"
-#: sectionpage.ui:51
+#: sw/uiconfig/swriter/ui/sectionpage.ui:51
#, fuzzy
msgctxt "sectionpage|label4"
msgid "New Section"
msgstr "Афункциа ҿыц"
-#: sectionpage.ui:92
+#: sw/uiconfig/swriter/ui/sectionpage.ui:92
#, fuzzy
msgctxt "sectionpage|link"
msgid "_Link"
msgstr "Аимадара"
-#: sectionpage.ui:108
+#: sw/uiconfig/swriter/ui/sectionpage.ui:108
msgctxt "sectionpage|dde"
msgid "DD_E"
msgstr ""
-#: sectionpage.ui:129
+#: sw/uiconfig/swriter/ui/sectionpage.ui:129
#, fuzzy
msgctxt "sectionpage|sectionlabel"
msgid "_Section"
msgstr "Иалкаау"
-#: sectionpage.ui:182
+#: sw/uiconfig/swriter/ui/sectionpage.ui:181
msgctxt "sectionpage|filelabel"
msgid "_File name"
msgstr "Афаил ахьӡ"
-#: sectionpage.ui:197
+#: sw/uiconfig/swriter/ui/sectionpage.ui:196
msgctxt "sectionpage|ddelabel"
msgid "DDE _command"
msgstr ""
-#: sectionpage.ui:215
+#: sw/uiconfig/swriter/ui/sectionpage.ui:214
msgctxt "sectionpage|selectfile"
msgid "Browse..."
msgstr "Аҭыҧхәаҧшра..."
-#: sectionpage.ui:238
+#: sw/uiconfig/swriter/ui/sectionpage.ui:237
#, fuzzy
msgctxt "sectionpage|label1"
msgid "Link"
msgstr "Азхьарҧш"
-#: sectionpage.ui:273
+#: sw/uiconfig/swriter/ui/sectionpage.ui:272
msgctxt "sectionpage|protect"
msgid "_Protect"
msgstr ""
-#: sectionpage.ui:289
+#: sw/uiconfig/swriter/ui/sectionpage.ui:288
msgctxt "sectionpage|selectpassword"
msgid "Password..."
msgstr ""
-#: sectionpage.ui:302
+#: sw/uiconfig/swriter/ui/sectionpage.ui:301
msgctxt "sectionpage|withpassword"
msgid "Wit_h password"
msgstr ""
-#: sectionpage.ui:325
+#: sw/uiconfig/swriter/ui/sectionpage.ui:324
msgctxt "sectionpage|label2"
msgid "Write Protection"
msgstr ""
-#: sectionpage.ui:373
+#: sw/uiconfig/swriter/ui/sectionpage.ui:372
#, fuzzy
msgctxt "sectionpage|hide"
msgid "H_ide"
msgstr "Иҵәахтәуп"
-#: sectionpage.ui:393
+#: sw/uiconfig/swriter/ui/sectionpage.ui:392
msgctxt "sectionpage|condlabel"
msgid "_With Condition"
msgstr ""
-#: sectionpage.ui:410
+#: sw/uiconfig/swriter/ui/sectionpage.ui:409
msgctxt "sectionpage|label3"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: sectionpage.ui:438
+#: sw/uiconfig/swriter/ui/sectionpage.ui:437
msgctxt "sectionpage|editable"
msgid "E_ditable in read-only document"
msgstr ""
-#: sectionpage.ui:453
+#: sw/uiconfig/swriter/ui/sectionpage.ui:452
#, fuzzy
msgctxt "sectionpage|label5"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа:"
-#: selectaddressdialog.ui:9
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:9
msgctxt "selectaddressdialog|SelectAddressDialog"
msgid "Select Address List"
msgstr ""
-#: selectaddressdialog.ui:86
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:86
msgctxt "selectaddressdialog|desc"
msgid "Select an address list. Click '%1' to select recipients from a different list. If you do not have an address list you can create one by clicking '%2'."
msgstr ""
-#: selectaddressdialog.ui:108
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:108
msgctxt "selectaddressdialog|label2"
msgid "Your recipients are currently selected from:"
msgstr ""
-#: selectaddressdialog.ui:125
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:125
msgctxt "selectaddressdialog|add"
msgid "_Add..."
msgstr "_Иацҵатәуп..."
-#: selectaddressdialog.ui:139
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:139
#, fuzzy
msgctxt "selectaddressdialog|create"
msgid "_Create..."
msgstr "Иаҧҵатәуп..."
-#: selectaddressdialog.ui:153
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:153
msgctxt "selectaddressdialog|filter"
msgid "_Filter..."
msgstr ""
-#: selectaddressdialog.ui:167
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:167
msgctxt "selectaddressdialog|edit"
msgid "_Edit..."
msgstr "Ариашара..."
-#: selectaddressdialog.ui:181
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:181
msgctxt "selectaddressdialog|changetable"
msgid "Change _Table..."
msgstr "Иҧсахтәуп атаблица..."
-#: selectaddressdialog.ui:225
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:225
msgctxt "selectaddressdialog|name"
msgid "Name"
msgstr "Ахьӡ"
-#: selectaddressdialog.ui:236
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:236
msgctxt "selectaddressdialog|table"
msgid "Table"
msgstr "Атаблица"
-#: selectaddressdialog.ui:253
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:253
msgctxt "selectaddressdialog|connecting"
msgid "Connecting to data source..."
msgstr ""
-#: selectautotextdialog.ui:7
+#: sw/uiconfig/swriter/ui/selectautotextdialog.ui:16
msgctxt "selectautotextdialog|SelectAutoTextDialog"
msgid "Select AutoText:"
msgstr "Иалхтәуп автотеқст:"
-#: selectautotextdialog.ui:101
+#: sw/uiconfig/swriter/ui/selectautotextdialog.ui:137
msgctxt "selectautotextdialog|label1"
msgid "AutoText - Group"
msgstr ""
-#: selectblockdialog.ui:9
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:9
msgctxt "selectblockdialog|SelectBlockDialog"
msgid "Select Address Block"
msgstr ""
-#: selectblockdialog.ui:90
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:90
msgctxt "selectblockdialog|new"
msgid "_New..."
msgstr "Иаҧҵатәуп..."
-#: selectblockdialog.ui:104
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:104
msgctxt "selectblockdialog|edit"
msgid "_Edit..."
msgstr "Ариашара..."
-#: selectblockdialog.ui:118
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:118
#, fuzzy
msgctxt "selectblockdialog|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: selectblockdialog.ui:142
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:142
msgctxt "selectblockdialog|label1"
msgid "_Select your preferred address block"
msgstr ""
-#: selectblockdialog.ui:171
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:171
msgctxt "selectblockdialog|never"
msgid "N_ever include the country/region"
msgstr ""
-#: selectblockdialog.ui:187
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:187
msgctxt "selectblockdialog|always"
msgid "_Always include the country/region"
msgstr ""
-#: selectblockdialog.ui:203
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:203
msgctxt "selectblockdialog|dependent"
msgid "Only _include the country/region if it is not:"
msgstr ""
-#: selectblockdialog.ui:245
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:244
msgctxt "selectblockdialog|label2"
msgid "Address Block Settings"
msgstr ""
-#: selectindexdialog.ui:8
+#: sw/uiconfig/swriter/ui/selectindexdialog.ui:16
msgctxt "selectindexdialog|SelectIndexDialog"
msgid "Index Markings"
msgstr ""
-#: selectindexdialog.ui:116
+#: sw/uiconfig/swriter/ui/selectindexdialog.ui:150
#, fuzzy
msgctxt "selectindexdialog|label1"
msgid "Selection"
msgstr "Алхра"
-#: selecttabledialog.ui:9
+#: sw/uiconfig/swriter/ui/selecttabledialog.ui:9
msgctxt "selecttabledialog|SelectTableDialog"
msgid "Select Table"
msgstr "Иалкаатәуп атаблица"
-#: selecttabledialog.ui:91
+#: sw/uiconfig/swriter/ui/selecttabledialog.ui:91
msgctxt "selecttabledialog|select"
msgid "The file you have selected contains more than one table. Please select the table containing the address list you want to use."
msgstr ""
-#: selecttabledialog.ui:127
+#: sw/uiconfig/swriter/ui/selecttabledialog.ui:127
#, fuzzy
msgctxt "selecttabledialog|preview"
msgid "_Preview"
msgstr "Ахәаҧшра"
-#: sidebarpage.ui:31
+#: sw/uiconfig/swriter/ui/sidebarpage.ui:31
msgctxt "sidebarpage|orientation|tooltip_text"
msgid "Orientation"
msgstr "Ахырхарҭа"
-#: sidebarpage.ui:57
+#: sw/uiconfig/swriter/ui/sidebarpage.ui:57
msgctxt "sidebarpage|size|tooltip_text"
msgid "Size"
msgstr "Ашәагаа"
-#: sidebarpage.ui:85
+#: sw/uiconfig/swriter/ui/sidebarpage.ui:85
msgctxt "sidebarpage|column|tooltip_text"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: sidebarpage.ui:112
+#: sw/uiconfig/swriter/ui/sidebarpage.ui:112
msgctxt "sidebarpage|margin|tooltip_text"
msgid "Margin"
msgstr "Аҭакыра"
-#: sidebartheme.ui:27
+#: sw/uiconfig/swriter/ui/sidebartheme.ui:27
msgctxt "sidebartheme|label1"
msgid "Fonts"
msgstr "Ашрифтқәа"
-#: sidebartheme.ui:53
+#: sw/uiconfig/swriter/ui/sidebartheme.ui:53
#, fuzzy
msgctxt "sidebartheme|label2"
msgid "Colors"
msgstr "Аҧштәы"
-#: sidebarwrap.ui:29
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:30
#, fuzzy
msgctxt "sidebarwrap|buttonnone|tooltip_text"
msgid "None"
msgstr "Мап"
-#: sidebarwrap.ui:36
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:37
#, fuzzy
msgctxt "sidebarwrap|buttonnone-atkobject"
msgid "None"
msgstr "Мап"
-#: sidebarwrap.ui:52
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:54
msgctxt "sidebarwrap|buttonparallel|tooltip_text"
msgid "Parallel"
msgstr ""
-#: sidebarwrap.ui:59
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:61
msgctxt "sidebarwrap|buttonparallel-atkobject"
msgid "Parallel"
msgstr ""
-#: sidebarwrap.ui:75
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:78
msgctxt "sidebarwrap|buttonoptimal|tooltip_text"
msgid "Optimal"
msgstr ""
-#: sidebarwrap.ui:82
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:85
msgctxt "sidebarwrap|buttonoptimal-atkobject"
msgid "Optimal"
msgstr ""
-#: sidebarwrap.ui:98
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:102
msgctxt "sidebarwrap|buttonbefore|tooltip_text"
msgid "Before"
msgstr ""
-#: sidebarwrap.ui:105
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:109
msgctxt "sidebarwrap|buttonbefore-atkobject"
msgid "Before"
msgstr ""
-#: sidebarwrap.ui:121
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:126
msgctxt "sidebarwrap|buttonafter|tooltip_text"
msgid "After"
msgstr ""
-#: sidebarwrap.ui:128
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:133
msgctxt "sidebarwrap|buttonafter-atkobject"
msgid "After"
msgstr ""
-#: sidebarwrap.ui:144
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:150
msgctxt "sidebarwrap|buttonthrough|tooltip_text"
msgid "Through"
msgstr ""
-#: sidebarwrap.ui:151
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:157
msgctxt "sidebarwrap|buttonthrough-atkobject"
msgid "Through"
msgstr ""
-#: sidebarwrap.ui:175
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:181
msgctxt "sidebarwrap|enablecontour"
msgid "Enable Contour"
msgstr ""
-#: sidebarwrap.ui:179
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:186
msgctxt "sidebarwrap|enablecontour|tooltip_text"
msgid "Click to automatically trim unnecessary parts of the image"
msgstr ""
-#: sidebarwrap.ui:191
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:198
msgctxt "sidebarwrap|editcontour"
msgid "Edit Contour"
msgstr "Аконтур ариашара"
-#: sidebarwrap.ui:195
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:202
msgctxt "sidebarwrap|editcontour|tooltip_text"
msgid "Edit the trimmed area of the image"
msgstr ""
-#: sidebarwrap.ui:219
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:226
#, fuzzy
msgctxt "sidebarwrap|label1"
msgid "Spacing:"
msgstr "Аинтервал:"
-#: sidebarwrap.ui:231
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:238
msgctxt "sidebarwrap|spacingLB|tooltip_text"
msgid "Set the amount of space between the image and surrounding text"
msgstr ""
-#: sidebarwrap.ui:249
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:256
#, fuzzy
msgctxt "sidebarwrap|customlabel"
msgid "Custom"
msgstr "Даҽакы:"
-#: sortdialog.ui:16
+#: sw/uiconfig/swriter/ui/sortdialog.ui:29
msgctxt "sortdialog|SortDialog"
msgid "Sort"
msgstr "Асортра"
-#: sortdialog.ui:111
+#: sw/uiconfig/swriter/ui/sortdialog.ui:127
msgctxt "sortdialog|column"
msgid "Column"
msgstr "Аиҵагыла"
-#: sortdialog.ui:127
+#: sw/uiconfig/swriter/ui/sortdialog.ui:143
msgctxt "sortdialog|keytype"
msgid "Key type"
msgstr ""
-#: sortdialog.ui:143
+#: sw/uiconfig/swriter/ui/sortdialog.ui:159
msgctxt "sortdialog|order"
msgid "Order"
msgstr ""
-#: sortdialog.ui:157
+#: sw/uiconfig/swriter/ui/sortdialog.ui:173
msgctxt "sortdialog|up1"
msgid "Ascending"
msgstr "Еиҵоу-еиҳаула"
-#: sortdialog.ui:177
+#: sw/uiconfig/swriter/ui/sortdialog.ui:192
msgctxt "sortdialog|down1"
msgid "Descending"
msgstr "Еиҳау-еиҵоула"
-#: sortdialog.ui:207
+#: sw/uiconfig/swriter/ui/sortdialog.ui:223
msgctxt "sortdialog|up2"
msgid "Ascending"
msgstr "Еиҵоу-еиҳаула"
-#: sortdialog.ui:226
+#: sw/uiconfig/swriter/ui/sortdialog.ui:242
msgctxt "sortdialog|down2"
msgid "Descending"
msgstr "Еиҳау-еиҵоула"
-#: sortdialog.ui:256
+#: sw/uiconfig/swriter/ui/sortdialog.ui:273
msgctxt "sortdialog|up3"
msgid "Ascending"
msgstr "Еиҵоу-еиҳаула"
-#: sortdialog.ui:275
+#: sw/uiconfig/swriter/ui/sortdialog.ui:292
msgctxt "sortdialog|down3"
msgid "Descending"
msgstr "Еиҳау-еиҵоула"
-#: sortdialog.ui:300
+#: sw/uiconfig/swriter/ui/sortdialog.ui:318
msgctxt "sortdialog|key1"
msgid "Key 1"
msgstr ""
-#: sortdialog.ui:316
+#: sw/uiconfig/swriter/ui/sortdialog.ui:335
msgctxt "sortdialog|key2"
msgid "Key 2"
msgstr ""
-#: sortdialog.ui:331
+#: sw/uiconfig/swriter/ui/sortdialog.ui:351
msgctxt "sortdialog|key3"
msgid "Key 3"
msgstr ""
-#: sortdialog.ui:408
+#: sw/uiconfig/swriter/ui/sortdialog.ui:428
msgctxt "sortdialog|typelb1-atkobject"
msgid "Key type"
msgstr ""
-#: sortdialog.ui:431
+#: sw/uiconfig/swriter/ui/sortdialog.ui:450
msgctxt "sortdialog|typelb2-atkobject"
msgid "Key type"
msgstr ""
-#: sortdialog.ui:452
+#: sw/uiconfig/swriter/ui/sortdialog.ui:471
msgctxt "sortdialog|typelb3-atkobject"
msgid "Key type"
msgstr ""
-#: sortdialog.ui:472
+#: sw/uiconfig/swriter/ui/sortdialog.ui:491
msgctxt "sortdialog|1"
msgid "Sort Criteria"
msgstr ""
-#: sortdialog.ui:512
+#: sw/uiconfig/swriter/ui/sortdialog.ui:531
msgctxt "sortdialog|columns"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: sortdialog.ui:528
+#: sw/uiconfig/swriter/ui/sortdialog.ui:547
msgctxt "sortdialog|rows"
msgid "Rows"
msgstr "Ацәаҳәақәа"
-#: sortdialog.ui:550
+#: sw/uiconfig/swriter/ui/sortdialog.ui:569
msgctxt "sortdialog|label3"
msgid "Direction"
msgstr ""
-#: sortdialog.ui:583
+#: sw/uiconfig/swriter/ui/sortdialog.ui:602
#, fuzzy
msgctxt "sortdialog|tabs"
msgid "Tabs"
msgstr "abs"
-#: sortdialog.ui:600
+#: sw/uiconfig/swriter/ui/sortdialog.ui:619
msgctxt "sortdialog|character"
msgid "Character "
msgstr "Асимвол "
-#: sortdialog.ui:641
+#: sw/uiconfig/swriter/ui/sortdialog.ui:662
msgctxt "sortdialog|delimpb"
msgid "Select..."
msgstr "Алхра..."
-#: sortdialog.ui:669
+#: sw/uiconfig/swriter/ui/sortdialog.ui:690
#, fuzzy
msgctxt "sortdialog|label4"
msgid "Separator"
msgstr "Аиҟәшага"
-#: sortdialog.ui:719
+#: sw/uiconfig/swriter/ui/sortdialog.ui:746
#, fuzzy
msgctxt "sortdialog|label1"
msgid "Language"
msgstr "Абызшәақәа"
-#: sortdialog.ui:745
+#: sw/uiconfig/swriter/ui/sortdialog.ui:772
msgctxt "sortdialog|matchcase"
msgid "Match case"
msgstr ""
-#: sortdialog.ui:759
+#: sw/uiconfig/swriter/ui/sortdialog.ui:787
#, fuzzy
msgctxt "sortdialog|label2"
msgid "Setting"
msgstr "Архиарақәа"
-#: spellmenu.ui:12
+#: sw/uiconfig/swriter/ui/spellmenu.ui:12
msgctxt "spellmenu|ignoreall"
msgid "I_gnore All"
msgstr "Ибжьажьтәуп зегьы"
-#: spellmenu.ui:20
+#: sw/uiconfig/swriter/ui/spellmenu.ui:20
msgctxt "spellmenu|addmenu"
msgid "_Add to Dictionary"
msgstr "Иацҵатәуп ажәар ахь"
-#: spellmenu.ui:34
+#: sw/uiconfig/swriter/ui/spellmenu.ui:34
msgctxt "spellmenu|add"
msgid "_Add to Dictionary"
msgstr "Иацҵатәуп ажәар ахь"
-#: spellmenu.ui:55
+#: sw/uiconfig/swriter/ui/spellmenu.ui:55
msgctxt "spellmenu|correctmenu"
msgid "Always correct _to"
msgstr ""
-#: spellmenu.ui:81
+#: sw/uiconfig/swriter/ui/spellmenu.ui:81
msgctxt "spellmenu|langselection"
msgid "Set Language for Selection"
msgstr "Иқәыргылатәуп алкаараз абызшәа"
-#: spellmenu.ui:94
+#: sw/uiconfig/swriter/ui/spellmenu.ui:94
msgctxt "spellmenu|langpara"
msgid "Set Language for Paragraph"
msgstr "Иқәыргылатәуп абызшәа абзацаз"
-#: spellmenu.ui:113
+#: sw/uiconfig/swriter/ui/spellmenu.ui:113
msgctxt "spellmenu|accept"
msgid "Accept Change"
msgstr ""
-#: spellmenu.ui:121
+#: sw/uiconfig/swriter/ui/spellmenu.ui:121
msgctxt "spellmenu|reject"
msgid "Reject Change"
msgstr ""
-#: spellmenu.ui:129
+#: sw/uiconfig/swriter/ui/spellmenu.ui:129
msgctxt "spellmenu|next"
msgid "Next Change"
msgstr ""
-#: spellmenu.ui:137
+#: sw/uiconfig/swriter/ui/spellmenu.ui:137
#, fuzzy
msgctxt "spellmenu|prev"
msgid "Previous Change"
msgstr "Аҧхьатәи атаблица"
-#: splittable.ui:7
+#: sw/uiconfig/swriter/ui/splittable.ui:8
#, fuzzy
msgctxt "splittable|SplitTableDialog"
msgid "Split Table"
msgstr "Иалкаатәуп атаблица"
-#: splittable.ui:89
+#: sw/uiconfig/swriter/ui/splittable.ui:94
msgctxt "splittable|copyheading"
msgid "Copy heading"
msgstr ""
-#: splittable.ui:108
+#: sw/uiconfig/swriter/ui/splittable.ui:111
msgctxt "splittable|customheadingapplystyle"
msgid "Custom heading (apply Style)"
msgstr ""
-#: splittable.ui:125
+#: sw/uiconfig/swriter/ui/splittable.ui:127
msgctxt "splittable|customheading"
msgid "Custom heading"
msgstr ""
-#: splittable.ui:142
+#: sw/uiconfig/swriter/ui/splittable.ui:143
msgctxt "splittable|noheading"
msgid "No heading"
msgstr ""
-#: splittable.ui:165
+#: sw/uiconfig/swriter/ui/splittable.ui:165
#, fuzzy
msgctxt "splittable|label1"
msgid "Mode"
msgstr "Амодель"
-#: statisticsinfopage.ui:16
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:16
msgctxt "statisticsinfopage|label4"
msgid "Pages:"
msgstr "Адаҟьақәа:"
-#: statisticsinfopage.ui:30
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:30
msgctxt "statisticsinfopage|label5"
msgid "Tables:"
msgstr "Атаблицақәа:"
-#: statisticsinfopage.ui:44
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:44
#, fuzzy
msgctxt "statisticsinfopage|label6"
msgid "Images:"
msgstr "Асахьақәа"
-#: statisticsinfopage.ui:58
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:58
#, fuzzy
msgctxt "statisticsinfopage|label31"
msgid "OLE objects:"
msgstr "OLE аобиеқтқәа"
-#: statisticsinfopage.ui:72
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:72
msgctxt "statisticsinfopage|label32"
msgid "Paragraphs:"
msgstr "Абзацқәа:"
-#: statisticsinfopage.ui:86
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:86
#, fuzzy
msgctxt "statisticsinfopage|label33"
msgid "Words:"
msgstr "Ажәақәа"
-#: statisticsinfopage.ui:100
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:100
msgctxt "statisticsinfopage|label34"
msgid "Characters:"
msgstr "Асимволқәа:"
-#: statisticsinfopage.ui:114
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:114
msgctxt "statisticsinfopage|label35"
msgid "Characters excluding spaces:"
msgstr ""
-#: statisticsinfopage.ui:128
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:128
#, fuzzy
msgctxt "statisticsinfopage|lineft"
msgid "Lines:"
msgstr "Ацәаҳәа(қәа)"
-#: statisticsinfopage.ui:248
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:248
msgctxt "statisticsinfopage|update"
msgid "Update"
msgstr "Ирҿыцтәуп"
-#: stringinput.ui:70
+#: sw/uiconfig/swriter/ui/stringinput.ui:73
msgctxt "stringinput|name"
msgid "Name"
msgstr "Ахьӡ"
-#: subjectdialog.ui:6
+#: sw/uiconfig/swriter/ui/subjectdialog.ui:7
+msgctxt "subjectdialog|SubjectDialog"
+msgid "No Subject"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/subjectdialog.ui:12
msgctxt "subjectdialog|textbuffer1"
msgid "You did not specify a subject for this message."
msgstr ""
-#: subjectdialog.ui:9
+#: sw/uiconfig/swriter/ui/subjectdialog.ui:13
msgctxt "subjectdialog|textbuffer2"
msgid "If you would like to provide one, please type it now."
msgstr ""
-#: subjectdialog.ui:14
-msgctxt "subjectdialog|SubjectDialog"
-msgid "No Subject"
-msgstr ""
-
-#: subjectdialog.ui:138
+#: sw/uiconfig/swriter/ui/subjectdialog.ui:82
msgctxt "subjectdialog|label1"
msgid "Subject:"
msgstr "Атема:"
-#: tablecolumnpage.ui:36
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:36
msgctxt "tablecolumnpage|adaptwidth"
msgid "Adapt table _width"
msgstr ""
-#: tablecolumnpage.ui:51
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:51
msgctxt "tablecolumnpage|adaptcolumns"
msgid "Ad_just columns proportionally"
msgstr ""
-#: tablecolumnpage.ui:73
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:73
msgctxt "tablecolumnpage|spaceft"
msgid "Remaining space:"
msgstr ""
-#: tablecolumnpage.ui:134
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:132
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Аиҵагыла аҭбаара"
-#: tablecolumnpage.ui:155
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:152
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Аиҵагыла аҭбаара"
-#: tablecolumnpage.ui:176
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:172
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Аиҵагыла аҭбаара"
-#: tablecolumnpage.ui:197
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:192
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Аиҵагыла аҭбаара"
-#: tablecolumnpage.ui:218
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:212
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Аиҵагыла аҭбаара"
-#: tablecolumnpage.ui:324
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:317
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Аиҵагыла аҭбаара"
-#: tablecolumnpage.ui:370
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:363
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Аиҵагыла аҭбаара"
-#: tablepreviewdialog.ui:8
+#: sw/uiconfig/swriter/ui/tablepreviewdialog.ui:8
msgctxt "tablepreviewdialog|TablePreviewDialog"
msgid "Mail Merge Recipients"
msgstr ""
-#: tablepreviewdialog.ui:51
+#: sw/uiconfig/swriter/ui/tablepreviewdialog.ui:51
msgctxt "tablepreviewdialog|description"
msgid "The list below shows the contents of: %1"
msgstr ""
-#: tableproperties.ui:8
+#: sw/uiconfig/swriter/ui/tableproperties.ui:8
msgctxt "tableproperties|TablePropertiesDialog"
msgid "Table Properties"
msgstr "Атаблица аҷыдаҟазшьақәа"
-#: tableproperties.ui:106
+#: sw/uiconfig/swriter/ui/tableproperties.ui:106
msgctxt "tableproperties|table"
msgid "Table"
msgstr "Атаблица"
-#: tableproperties.ui:128
+#: sw/uiconfig/swriter/ui/tableproperties.ui:128
msgctxt "tableproperties|textflow"
msgid "Text Flow"
msgstr ""
-#: tableproperties.ui:151
+#: sw/uiconfig/swriter/ui/tableproperties.ui:151
msgctxt "tableproperties|columns"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: tableproperties.ui:174
+#: sw/uiconfig/swriter/ui/tableproperties.ui:174
msgctxt "tableproperties|borders"
msgid "Borders"
msgstr ""
-#: tableproperties.ui:197
+#: sw/uiconfig/swriter/ui/tableproperties.ui:197
#, fuzzy
msgctxt "tableproperties|background"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: tabletextflowpage.ui:25
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:25
msgctxt "tabletextflowpage|liststore1"
msgid "Horizontal"
msgstr "Горизонталла"
-#: tabletextflowpage.ui:29
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:29
msgctxt "tabletextflowpage|liststore1"
msgid "Vertical"
msgstr ""
-#: tabletextflowpage.ui:33
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:33
msgctxt "tabletextflowpage|liststore1"
msgid "Use superordinate object settings"
msgstr ""
-#: tabletextflowpage.ui:47
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:47
#, fuzzy
msgctxt "tabletextflowpage|liststore2"
msgid "Top"
msgstr "Хыхьла"
-#: tabletextflowpage.ui:51
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:51
msgctxt "tabletextflowpage|liststore2"
msgid "Centered"
msgstr "Ацентр ала"
-#: tabletextflowpage.ui:55
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:55
#, fuzzy
msgctxt "tabletextflowpage|liststore2"
msgid "Bottom"
msgstr "Ҵаҟала"
-#: tabletextflowpage.ui:97
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:97
msgctxt "tabletextflowpage|break"
msgid "_Break"
msgstr ""
-#: tabletextflowpage.ui:112
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:112
#, fuzzy
msgctxt "tabletextflowpage|page"
msgid "_Page"
msgstr "Адаҟьа"
-#: tabletextflowpage.ui:132
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:132
#, fuzzy
msgctxt "tabletextflowpage|column"
msgid "Col_umn"
msgstr "Аиҵагыла"
-#: tabletextflowpage.ui:151
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:151
msgctxt "tabletextflowpage|before"
msgid "Be_fore"
msgstr ""
-#: tabletextflowpage.ui:171
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:171
msgctxt "tabletextflowpage|after"
msgid "_After"
msgstr ""
-#: tabletextflowpage.ui:203
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:203
#, fuzzy
msgctxt "tabletextflowpage|pagestyle"
msgid "With Page St_yle"
msgstr "Иҧсахтәуп адаҟьа астиль"
-#: tabletextflowpage.ui:224
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:224
#, fuzzy
msgctxt "tabletextflowpage|pagenoft"
msgid "Page _number"
msgstr "Адаҟьа аномер:"
-#: tabletextflowpage.ui:258
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:257
#, fuzzy
msgctxt "tabletextflowpage|pagestylelb-atkobject"
msgid "With Page Style"
msgstr "Иҧсахтәуп адаҟьа астиль"
-#: tabletextflowpage.ui:275
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:274
msgctxt "tabletextflowpage|split"
msgid "Allow _table to split across pages and columns"
msgstr ""
-#: tabletextflowpage.ui:290
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:289
msgctxt "tabletextflowpage|splitrow"
msgid "Allow row to break a_cross pages and columns"
msgstr ""
-#: tabletextflowpage.ui:307
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:306
msgctxt "tabletextflowpage|keep"
msgid "_Keep with next paragraph"
msgstr ""
-#: tabletextflowpage.ui:329
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:328
msgctxt "tabletextflowpage|label40"
msgid "Text _orientation"
msgstr ""
-#: tabletextflowpage.ui:362
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:361
msgctxt "tabletextflowpage|headline"
msgid "R_epeat heading"
msgstr ""
-#: tabletextflowpage.ui:384
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:383
msgctxt "tabletextflowpage|label38"
msgid "The first "
msgstr ""
-#: tabletextflowpage.ui:397
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:396
#, fuzzy
msgctxt "tabletextflowpage|label39"
msgid "rows"
msgstr "Ацәаҳәақәа"
-#: tabletextflowpage.ui:436
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:434
msgctxt "tabletextflowpage|label35"
msgid "Text Flow"
msgstr ""
-#: tabletextflowpage.ui:469
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:467
msgctxt "tabletextflowpage|label41"
msgid "_Vertical alignment"
msgstr ""
-#: tabletextflowpage.ui:497
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:495
msgctxt "tabletextflowpage|label36"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: templatedialog1.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:8
msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "Асимволқәа рстиль"
-#: templatedialog1.ui:97
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:51
#, fuzzy
msgctxt "templatedialog1|standard"
msgid "_Standard"
msgstr "Истандарту"
-#: templatedialog1.ui:136
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:161
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr ""
-#: templatedialog1.ui:158
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:207
#, fuzzy
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Ашрифт"
-#: templatedialog1.ui:181
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:254
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: templatedialog1.ui:204
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:301
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: templatedialog1.ui:227
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:348
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr ""
-#: templatedialog1.ui:250
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:395
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr ""
-#: templatedialog1.ui:273
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:442
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr ""
-#: templatedialog16.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:8
msgctxt "templatedialog16|TemplateDialog16"
msgid "Numbering Style"
msgstr ""
-#: templatedialog16.ui:122
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:147
msgctxt "templatedialog16|organizer"
msgid "Organizer"
msgstr ""
-#: templatedialog16.ui:144
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:193
msgctxt "templatedialog16|bullets"
msgid "Bullets"
msgstr "Амаркерқәа"
-#: templatedialog16.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:240
msgctxt "templatedialog16|numbering"
msgid "Numbering Style"
msgstr ""
-#: templatedialog16.ui:190
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:287
msgctxt "templatedialog16|outline"
msgid "Outline"
msgstr "Аконтур"
-#: templatedialog16.ui:213
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:334
msgctxt "templatedialog16|graphics"
msgid "Image"
msgstr "Асахьа"
-#: templatedialog16.ui:236
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:381
msgctxt "templatedialog16|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: templatedialog16.ui:259
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:428
msgctxt "templatedialog16|customize"
msgid "Customize"
msgstr ""
-#: templatedialog2.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:8
msgctxt "templatedialog2|TemplateDialog2"
msgid "Paragraph Style"
msgstr "Абзац астиль"
-#: templatedialog2.ui:97
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:51
#, fuzzy
msgctxt "templatedialog2|standard"
msgid "_Standard"
msgstr "Истандарту"
-#: templatedialog2.ui:136
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:161
msgctxt "templatedialog2|organizer"
msgid "Organizer"
msgstr ""
-#: templatedialog2.ui:158
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:207
msgctxt "templatedialog2|indents"
msgid "Indents & Spacing"
msgstr ""
-#: templatedialog2.ui:181
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:254
msgctxt "templatedialog2|alignment"
msgid "Alignment"
msgstr "Аиҟаратәра"
-#: templatedialog2.ui:204
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:301
msgctxt "templatedialog2|textflow"
msgid "Text Flow"
msgstr ""
-#: templatedialog2.ui:227
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:348
msgctxt "templatedialog2|asiantypo"
msgid "Asian Typography"
msgstr ""
-#: templatedialog2.ui:250
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:395
#, fuzzy
msgctxt "templatedialog2|font"
msgid "Font"
msgstr "Ашрифт"
-#: templatedialog2.ui:273
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:442
msgctxt "templatedialog2|fonteffect"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
-#: templatedialog2.ui:296
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:489
msgctxt "templatedialog2|position"
msgid "Position"
msgstr "Аҭыҧ"
-#: templatedialog2.ui:319
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:536
msgctxt "templatedialog2|asianlayout"
msgid "Asian Layout"
msgstr ""
-#: templatedialog2.ui:342
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:583
msgctxt "templatedialog2|highlighting"
msgid "Highlighting"
msgstr ""
-#: templatedialog2.ui:365
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:630
#, fuzzy
msgctxt "templatedialog2|tabs"
msgid "Tabs"
msgstr "abs"
-#: templatedialog2.ui:388
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:677
msgctxt "templatedialog2|dropcaps"
msgid "Drop Caps"
msgstr ""
-#: templatedialog2.ui:411
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:724
msgctxt "templatedialog2|area"
msgid "Area"
msgstr ""
-#: templatedialog2.ui:434
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:771
msgctxt "templatedialog2|transparence"
msgid "Transparency"
msgstr ""
-#: templatedialog2.ui:457
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:818
msgctxt "templatedialog2|borders"
msgid "Borders"
msgstr ""
-#: templatedialog2.ui:480
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:865
msgctxt "templatedialog2|condition"
msgid "Condition"
msgstr "Аҭагылазаашьа"
-#: templatedialog2.ui:503
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:912
msgctxt "templatedialog2|outline"
msgid "Outline & Numbering"
msgstr ""
-#: templatedialog4.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:8
msgctxt "templatedialog4|TemplateDialog4"
msgid "Frame Style"
msgstr ""
-#: templatedialog4.ui:97
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:51
#, fuzzy
msgctxt "templatedialog4|standard"
msgid "_Standard"
msgstr "Истандарту"
-#: templatedialog4.ui:136
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:161
msgctxt "templatedialog4|organizer"
msgid "Organizer"
msgstr ""
-#: templatedialog4.ui:158
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:207
msgctxt "templatedialog4|type"
msgid "Type"
msgstr "Атип"
-#: templatedialog4.ui:181
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:254
msgctxt "templatedialog4|options"
msgid "Options"
msgstr "Апараметрқәа"
-#: templatedialog4.ui:204
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:301
msgctxt "templatedialog4|wrap"
msgid "Wrap"
msgstr ""
-#: templatedialog4.ui:227
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:348
msgctxt "templatedialog4|area"
msgid "Area"
msgstr ""
-#: templatedialog4.ui:250
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:395
msgctxt "templatedialog4|transparence"
msgid "Transparency"
msgstr ""
-#: templatedialog4.ui:273
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:442
msgctxt "templatedialog4|borders"
msgid "Borders"
msgstr ""
-#: templatedialog4.ui:296
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:489
msgctxt "templatedialog4|columns"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: templatedialog4.ui:319
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:536
#, fuzzy
msgctxt "templatedialog4|macros"
msgid "Macro"
msgstr "Амакросқәа"
-#: templatedialog8.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:8
#, fuzzy
msgctxt "templatedialog8|TemplateDialog8"
msgid "Page Style"
msgstr "Атаблицақәа рстиль"
-#: templatedialog8.ui:122
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:147
msgctxt "templatedialog8|organizer"
msgid "Organizer"
msgstr ""
-#: templatedialog8.ui:144
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:193
msgctxt "templatedialog8|page"
msgid "Page"
msgstr "Адаҟьа"
-#: templatedialog8.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:240
msgctxt "templatedialog8|area"
msgid "Area"
msgstr ""
-#: templatedialog8.ui:190
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:287
msgctxt "templatedialog8|transparence"
msgid "Transparency"
msgstr ""
-#: templatedialog8.ui:213
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:334
msgctxt "templatedialog8|header"
msgid "Header"
msgstr ""
-#: templatedialog8.ui:236
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:381
msgctxt "templatedialog8|footer"
msgid "Footer"
msgstr ""
-#: templatedialog8.ui:259
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:428
msgctxt "templatedialog8|borders"
msgid "Borders"
msgstr ""
-#: templatedialog8.ui:282
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:475
msgctxt "templatedialog8|columns"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: templatedialog8.ui:305
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:522
msgctxt "templatedialog8|footnotes"
msgid "Footnote"
msgstr ""
-#: templatedialog8.ui:328
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:569
msgctxt "templatedialog8|textgrid"
msgid "Text Grid"
msgstr ""
-#: testmailsettings.ui:6
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:6
msgctxt "testmailsettings|textbuffer1"
msgid "%PRODUCTNAME could not connect to the outgoing mail server. Check your system's settings and the settings in %PRODUCTNAME. Check the server name, the port and the secure connections settings"
msgstr ""
-#: testmailsettings.ui:11
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:11
msgctxt "testmailsettings|TestMailSettings"
msgid "Test Account Settings"
msgstr ""
-#: testmailsettings.ui:124
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:124
msgctxt "testmailsettings|establish"
msgid "Establish network connection"
msgstr ""
-#: testmailsettings.ui:136
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:136
msgctxt "testmailsettings|find"
msgid "Find outgoing mail server"
msgstr ""
-#: testmailsettings.ui:148
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:148
msgctxt "testmailsettings|result1"
msgid "Successful"
msgstr ""
-#: testmailsettings.ui:160
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:160
msgctxt "testmailsettings|result2"
msgid "Failed"
msgstr ""
-#: testmailsettings.ui:175
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:175
msgctxt "testmailsettings|label8"
msgid "%PRODUCTNAME is testing the e-mail account settings..."
msgstr ""
-#: testmailsettings.ui:241
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:241
#, fuzzy
msgctxt "testmailsettings|label1"
msgid "Errors"
msgstr "Агха"
-#: textgridpage.ui:56
+#: sw/uiconfig/swriter/ui/textgridpage.ui:56
msgctxt "textgridpage|radioRB_NOGRID"
msgid "No grid"
msgstr ""
-#: textgridpage.ui:72
+#: sw/uiconfig/swriter/ui/textgridpage.ui:73
msgctxt "textgridpage|radioRB_LINESGRID"
msgid "Grid (lines only)"
msgstr ""
-#: textgridpage.ui:87
+#: sw/uiconfig/swriter/ui/textgridpage.ui:89
msgctxt "textgridpage|radioRB_CHARSGRID"
msgid "Grid (lines and characters)"
msgstr ""
-#: textgridpage.ui:102
+#: sw/uiconfig/swriter/ui/textgridpage.ui:105
msgctxt "textgridpage|checkCB_SNAPTOCHARS"
msgid "_Snap to characters"
msgstr ""
-#: textgridpage.ui:147
+#: sw/uiconfig/swriter/ui/textgridpage.ui:150
msgctxt "textgridpage|labelGrid"
msgid "Grid"
msgstr ""
-#: textgridpage.ui:197
+#: sw/uiconfig/swriter/ui/textgridpage.ui:200
msgctxt "textgridpage|labelFT_CHARSPERLINE"
msgid "Characters per line:"
msgstr "Асимволқәа ацәаҳәа аҟны:"
-#: textgridpage.ui:236
+#: sw/uiconfig/swriter/ui/textgridpage.ui:238
msgctxt "textgridpage|labelFT_LINESPERPAGE"
msgid "Lines per page:"
msgstr "Адаҟьаҟны ацәаҳәақәа:"
-#: textgridpage.ui:303
+#: sw/uiconfig/swriter/ui/textgridpage.ui:303
msgctxt "textgridpage|labelFT_CHARWIDTH"
msgid "Character _width:"
msgstr "Асимволқәа рыҭбаара:"
-#: textgridpage.ui:317
+#: sw/uiconfig/swriter/ui/textgridpage.ui:317
#, fuzzy
msgctxt "textgridpage|labelFT_RUBYSIZE"
msgid "Max. Ruby text size:"
msgstr "Атеқст хада ашәагаа"
-#: textgridpage.ui:343
+#: sw/uiconfig/swriter/ui/textgridpage.ui:342
msgctxt "textgridpage|labelFT_TEXTSIZE"
msgid "Max. base text size:"
msgstr "Атеқст хада ашәагаа"
-#: textgridpage.ui:379
+#: sw/uiconfig/swriter/ui/textgridpage.ui:377
msgctxt "textgridpage|checkCB_RUBYBELOW"
msgid "Ruby text below/left from base text"
msgstr ""
-#: textgridpage.ui:402
+#: sw/uiconfig/swriter/ui/textgridpage.ui:401
msgctxt "textgridpage|labelGridLayout"
msgid "Grid Layout"
msgstr ""
-#: textgridpage.ui:435
+#: sw/uiconfig/swriter/ui/textgridpage.ui:434
msgctxt "textgridpage|checkCB_DISPLAY"
msgid "Display grid"
msgstr ""
-#: textgridpage.ui:450
+#: sw/uiconfig/swriter/ui/textgridpage.ui:450
msgctxt "textgridpage|checkCB_PRINT"
msgid "Print grid"
msgstr ""
-#: textgridpage.ui:469
+#: sw/uiconfig/swriter/ui/textgridpage.ui:470
msgctxt "textgridpage|labelFT_COLOR"
msgid "Grid color:"
msgstr ""
-#: textgridpage.ui:504
+#: sw/uiconfig/swriter/ui/textgridpage.ui:505
msgctxt "textgridpage|labelFL_DISPLAY"
msgid "Grid Display"
msgstr ""
-#: titlepage.ui:15
+#: sw/uiconfig/swriter/ui/titlepage.ui:15
msgctxt "titlepage|DLG_TITLEPAGE"
msgid "Title Page"
msgstr "Атитултә даҟьа"
-#: titlepage.ui:109
+#: sw/uiconfig/swriter/ui/titlepage.ui:109
msgctxt "titlepage|label6"
msgid "Number of title pages:"
msgstr "Адаҟьақәа рхыҧхьаӡара"
-#: titlepage.ui:123
+#: sw/uiconfig/swriter/ui/titlepage.ui:123
msgctxt "titlepage|label7"
msgid "Place title pages at:"
msgstr "Ииагатәуп ахь"
-#: titlepage.ui:173
+#: sw/uiconfig/swriter/ui/titlepage.ui:171
msgctxt "titlepage|RB_USE_EXISTING_PAGES"
msgid "Converting existing pages to title pages"
msgstr ""
-#: titlepage.ui:191
+#: sw/uiconfig/swriter/ui/titlepage.ui:190
msgctxt "titlepage|RB_INSERT_NEW_PAGES"
msgid "Insert new title pages"
msgstr ""
-#: titlepage.ui:209
+#: sw/uiconfig/swriter/ui/titlepage.ui:209
msgctxt "titlepage|RB_DOCUMENT_START"
msgid "Document start"
msgstr ""
-#: titlepage.ui:229
+#: sw/uiconfig/swriter/ui/titlepage.ui:230
msgctxt "titlepage|RB_PAGE_START"
msgid "Page"
msgstr "Адаҟьа"
-#: titlepage.ui:260
+#: sw/uiconfig/swriter/ui/titlepage.ui:262
msgctxt "titlepage|label1"
msgid "Make Title Pages"
msgstr "Иаҧҵатәуп атитултә даҟьақәа"
-#: titlepage.ui:293
+#: sw/uiconfig/swriter/ui/titlepage.ui:295
msgctxt "titlepage|CB_RESTART_NUMBERING"
msgid "Reset page numbering after title pages"
msgstr ""
-#: titlepage.ui:320
+#: sw/uiconfig/swriter/ui/titlepage.ui:323
msgctxt "titlepage|FT_PAGE_COUNT"
msgid "Page number:"
msgstr "Адаҟьа аномер:"
-#: titlepage.ui:357
+#: sw/uiconfig/swriter/ui/titlepage.ui:359
msgctxt "titlepage|CB_SET_PAGE_NUMBER"
msgid "Set page number for first title page"
msgstr ""
-#: titlepage.ui:384
+#: sw/uiconfig/swriter/ui/titlepage.ui:387
msgctxt "titlepage|FT_PAGE_PAGES"
msgid "Page number:"
msgstr "Адаҟьа аномер:"
-#: titlepage.ui:427
+#: sw/uiconfig/swriter/ui/titlepage.ui:429
#, fuzzy
msgctxt "titlepage|label2"
msgid "Page Numbering"
msgstr "Амилаҭтә номерркра"
-#: titlepage.ui:461
+#: sw/uiconfig/swriter/ui/titlepage.ui:463
#, fuzzy
msgctxt "titlepage|label4"
msgid "_Style:"
msgstr "Астиль:"
-#: titlepage.ui:484
+#: sw/uiconfig/swriter/ui/titlepage.ui:486
#, fuzzy
msgctxt "titlepage|PB_PAGE_PROPERTIES"
msgid "Edit..."
msgstr "Иҧсахтәуп..."
-#: titlepage.ui:503
+#: sw/uiconfig/swriter/ui/titlepage.ui:505
msgctxt "titlepage|label3"
msgid "Edit Page Properties"
msgstr ""
-#: tocdialog.ui:8
+#: sw/uiconfig/swriter/ui/tocdialog.ui:8
msgctxt "tocdialog|TocDialog"
msgid "Table of Contents, Index or Bibliography"
msgstr ""
-#: tocdialog.ui:82
+#: sw/uiconfig/swriter/ui/tocdialog.ui:82
#, fuzzy
msgctxt "tocdialog|showexample"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: tocdialog.ui:119
+#: sw/uiconfig/swriter/ui/tocdialog.ui:119
#, fuzzy
msgctxt "tocdialog|example-atkobject"
msgid "Preview"
msgstr "Ахәаҧшра"
-#: tocdialog.ui:148
+#: sw/uiconfig/swriter/ui/tocdialog.ui:148
msgctxt "tocdialog|index"
msgid "Type"
msgstr "Атип"
-#: tocdialog.ui:170
+#: sw/uiconfig/swriter/ui/tocdialog.ui:170
msgctxt "tocdialog|entries"
msgid "Entries"
msgstr ""
-#: tocdialog.ui:193
+#: sw/uiconfig/swriter/ui/tocdialog.ui:193
msgctxt "tocdialog|styles"
msgid "Styles"
msgstr "Астильқәа"
-#: tocdialog.ui:216
+#: sw/uiconfig/swriter/ui/tocdialog.ui:216
msgctxt "tocdialog|columns"
msgid "Columns"
msgstr "Аиҵагылақәа"
-#: tocdialog.ui:239
+#: sw/uiconfig/swriter/ui/tocdialog.ui:239
#, fuzzy
msgctxt "tocdialog|background"
msgid "Background"
msgstr "Аҿаҧшыра"
-#: tocentriespage.ui:96
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:96
msgctxt "tocentriespage|levelft"
msgid "_Level"
msgstr ""
-#: tocentriespage.ui:112
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:112
#, fuzzy
msgctxt "tocentriespage|typeft"
msgid "_Type"
msgstr "Атип:"
-#: tocentriespage.ui:168
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:168
msgctxt "tocentriespage|label4"
msgid "_Structure:"
msgstr ""
-#: tocentriespage.ui:180
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:180
msgctxt "tocentriespage|all"
msgid "_All"
msgstr "Зегьы"
-#: tocentriespage.ui:220
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:220
#, fuzzy
msgctxt "tocentriespage|label5"
msgid "Character style:"
msgstr "Асимвол астиль:"
-#: tocentriespage.ui:232
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:232
msgctxt "tocentriespage|edit"
msgid "_Edit..."
msgstr "Ариашара..."
-#: tocentriespage.ui:259
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:259
msgctxt "tocentriespage|fillcharft"
msgid "Fill character:"
msgstr "Ахарҭәаага:"
-#: tocentriespage.ui:291
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:291
msgctxt "tocentriespage|tabstopposft"
msgid "Tab stop position:"
msgstr ""
-#: tocentriespage.ui:318
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:317
msgctxt "tocentriespage|alignright"
msgid "Align right"
msgstr "Арӷьарахь ала"
-#: tocentriespage.ui:335
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:334
msgctxt "tocentriespage|chapterentryft"
msgid "Chapter entry:"
msgstr ""
-#: tocentriespage.ui:352
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:351
msgctxt "tocentriespage|chapterentry"
msgid "Number range only"
msgstr ""
-#: tocentriespage.ui:353
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:352
msgctxt "tocentriespage|chapterentry"
msgid "Description only"
msgstr ""
-#: tocentriespage.ui:354
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:353
msgctxt "tocentriespage|chapterentry"
msgid "Number range and description"
msgstr ""
-#: tocentriespage.ui:366
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:365
msgctxt "tocentriespage|entryoutlinelevelft"
msgid "Evaluate up to level:"
msgstr ""
-#: tocentriespage.ui:394
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:392
msgctxt "tocentriespage|numberformatft"
msgid "Format:"
msgstr "Аформат:"
-#: tocentriespage.ui:411
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:409
msgctxt "tocentriespage|numberformat"
msgid "Number"
msgstr "Ахыҧхьаӡаратә"
-#: tocentriespage.ui:412
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:410
msgctxt "tocentriespage|numberformat"
msgid "Number without separator"
msgstr ""
-#: tocentriespage.ui:464
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:462
msgctxt "tocentriespage|insert"
msgid "_Insert"
msgstr "Ибжьаргылатәуп"
-#: tocentriespage.ui:478
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:476
msgctxt "tocentriespage|remove"
msgid "_Remove"
msgstr "_Ианыхтәуп"
-#: tocentriespage.ui:492
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:490
msgctxt "tocentriespage|chapterno"
msgid "Chapter No."
msgstr ""
-#: tocentriespage.ui:506
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:504
msgctxt "tocentriespage|entrytext"
msgid "Entry Text"
msgstr ""
-#: tocentriespage.ui:519
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:517
msgctxt "tocentriespage|tabstop"
msgid "Tab Stop"
msgstr ""
-#: tocentriespage.ui:533
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:531
msgctxt "tocentriespage|chapterinfo"
msgid "_Chapter Info"
msgstr ""
-#: tocentriespage.ui:547
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:545
msgctxt "tocentriespage|pageno"
msgid "Page No."
msgstr "Адаҟьа №"
-#: tocentriespage.ui:561
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:559
msgctxt "tocentriespage|hyperlink"
msgid "H_yperlink"
msgstr "Агиперзхьарҧш"
-#: tocentriespage.ui:594
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:592
msgctxt "tocentriespage|label1"
msgid "Structure and Formatting"
msgstr ""
-#: tocentriespage.ui:629
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:627
msgctxt "tocentriespage|reltostyle"
msgid "Tab position relati_ve to paragraph style indent"
msgstr ""
-#: tocentriespage.ui:645
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:643
msgctxt "tocentriespage|commasep"
msgid "Key separated by commas"
msgstr ""
-#: tocentriespage.ui:661
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:659
msgctxt "tocentriespage|alphadelim"
msgid "Alphabetical delimiter"
msgstr ""
-#: tocentriespage.ui:679
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:677
msgctxt "tocentriespage|mainstyleft"
msgid "Character style for main entries:"
msgstr ""
-#: tocentriespage.ui:707
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:705
msgctxt "tocentriespage|label3"
msgid "Format"
msgstr "Аформат"
-#: tocentriespage.ui:741
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:739
msgctxt "tocentriespage|sortpos"
msgid "Document _position"
msgstr ""
-#: tocentriespage.ui:758
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:756
#, fuzzy
msgctxt "tocentriespage|sortcontents"
msgid "_Content"
msgstr "Иаҵанакуа"
-#: tocentriespage.ui:780
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:778
msgctxt "tocentriespage|label14"
msgid "Sort by"
msgstr ""
-#: tocentriespage.ui:817
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:815
msgctxt "tocentriespage|label15"
msgid "_1:"
msgstr ""
-#: tocentriespage.ui:841
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:839
msgctxt "tocentriespage|label16"
msgid "_2:"
msgstr ""
-#: tocentriespage.ui:853
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:851
msgctxt "tocentriespage|label17"
msgid "_3:"
msgstr ""
-#: tocentriespage.ui:890
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:889
msgctxt "tocentriespage|up1cb|tooltip_text"
msgid "Ascending"
msgstr "Еиҵоу-еиҳаула"
-#: tocentriespage.ui:907
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:907
msgctxt "tocentriespage|down1cb|tooltip_text"
msgid "Descending"
msgstr "Еиҳау-еиҵоула"
-#: tocentriespage.ui:924
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:925
msgctxt "tocentriespage|up2cb|tooltip_text"
msgid "Ascending"
msgstr "Еиҵоу-еиҳаула"
-#: tocentriespage.ui:941
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:943
msgctxt "tocentriespage|up3cb|tooltip_text"
msgid "Ascending"
msgstr "Еиҵоу-еиҳаула"
-#: tocentriespage.ui:958
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:961
msgctxt "tocentriespage|down2cb|tooltip_text"
msgid "Descending"
msgstr "Еиҳау-еиҵоула"
-#: tocentriespage.ui:975
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:979
msgctxt "tocentriespage|down3cb|tooltip_text"
msgid "Descending"
msgstr "Еиҳау-еиҵоула"
-#: tocentriespage.ui:994
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:998
msgctxt "tocentriespage|label13"
msgid "Sort Keys"
msgstr ""
-#: tocindexpage.ui:20
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:20
msgctxt "tocindexpage|open"
msgid "Open"
msgstr "Иаарттәуп"
-#: tocindexpage.ui:28
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:28
msgctxt "tocindexpage|new"
msgid "_New..."
msgstr "Иаҧҵатәуп..."
-#: tocindexpage.ui:36
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:36
msgctxt "tocindexpage|edit"
msgid "_Edit..."
msgstr "Ариашара..."
-#: tocindexpage.ui:50
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:50
msgctxt "tocindexpage|liststore1"
msgid "Table of Contents"
msgstr "Ахы"
-#: tocindexpage.ui:54
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:54
msgctxt "tocindexpage|liststore1"
msgid "Alphabetical Index"
msgstr ""
-#: tocindexpage.ui:58
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:58
msgctxt "tocindexpage|liststore1"
msgid "Illustration Index"
msgstr ""
-#: tocindexpage.ui:62
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:62
msgctxt "tocindexpage|liststore1"
msgid "Index of Tables"
msgstr "Атаблицақәа рыхьӡынҵа"
-#: tocindexpage.ui:66
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:66
#, fuzzy
msgctxt "tocindexpage|liststore1"
msgid "User-Defined"
msgstr "Ахархәаҩ итип 1"
-#: tocindexpage.ui:70
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:70
msgctxt "tocindexpage|liststore1"
msgid "Table of Objects"
msgstr "Аобиеқтқәа рыхьӡынҵа"
-#: tocindexpage.ui:74
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:74
msgctxt "tocindexpage|liststore1"
msgid "Bibliography"
msgstr ""
-#: tocindexpage.ui:111
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:111
#, fuzzy
msgctxt "tocindexpage|mainstyleft"
msgid "_Title:"
msgstr "Ахы:"
-#: tocindexpage.ui:137
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:136
msgctxt "tocindexpage|typeft"
msgid "Type:"
msgstr "Атип:"
-#: tocindexpage.ui:160
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:159
msgctxt "tocindexpage|readonly"
msgid "Protected against manual changes"
msgstr ""
-#: tocindexpage.ui:183
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:182
msgctxt "tocindexpage|label3"
msgid "Type and Title"
msgstr ""
-#: tocindexpage.ui:226
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:225
#, fuzzy
msgctxt "tocindexpage|mainstyleft2"
msgid "For:"
msgstr "Аформа:"
-#: tocindexpage.ui:240
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:239
#, fuzzy
msgctxt "tocindexpage|scope"
msgid "Entire document"
msgstr "~Адокумент зегьы"
-#: tocindexpage.ui:241
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:240
msgctxt "tocindexpage|scope"
msgid "Chapter"
msgstr ""
-#: tocindexpage.ui:265
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:264
msgctxt "tocindexpage|levelft"
msgid "Evaluate up to level:"
msgstr ""
-#: tocindexpage.ui:300
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:298
msgctxt "tocindexpage|label1"
msgid "Create Index or Table of Contents"
msgstr ""
-#: tocindexpage.ui:341
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:339
msgctxt "tocindexpage|fromheadings"
msgid "Outline"
msgstr "Аконтур"
-#: tocindexpage.ui:357
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:355
msgctxt "tocindexpage|indexmarks"
msgid "Inde_x marks"
msgstr ""
-#: tocindexpage.ui:373
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:371
msgctxt "tocindexpage|fromtables"
msgid "Tables"
msgstr "Атаблицақәа"
-#: tocindexpage.ui:388
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:386
msgctxt "tocindexpage|fromframes"
msgid "Te_xt frames"
msgstr ""
-#: tocindexpage.ui:403
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:401
msgctxt "tocindexpage|fromgraphics"
msgid "Graphics"
msgstr "Асахьақәа"
-#: tocindexpage.ui:418
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:416
msgctxt "tocindexpage|fromoles"
msgid "OLE objects"
msgstr "OLE аобиеқтқәа"
-#: tocindexpage.ui:433
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:431
msgctxt "tocindexpage|uselevel"
msgid "Use level from source chapter"
msgstr ""
-#: tocindexpage.ui:462
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:460
msgctxt "tocindexpage|addstylescb"
msgid "_Additional styles"
msgstr "Иацҵоу астильқәа"
-#: tocindexpage.ui:478
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:476
#, fuzzy
msgctxt "tocindexpage|stylescb"
msgid "Styl_es"
msgstr "Астильқәа"
-#: tocindexpage.ui:501
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:499
msgctxt "tocindexpage|styles"
msgid "Assign styles..."
msgstr "Ихархәатәуп астильқәа..."
-#: tocindexpage.ui:547
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:545
#, fuzzy
msgctxt "tocindexpage|captions"
msgid "Captions"
msgstr "Апараметрқәа"
-#: tocindexpage.ui:562
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:561
msgctxt "tocindexpage|objnames"
msgid "Object names"
msgstr ""
-#: tocindexpage.ui:586
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:586
#, fuzzy
msgctxt "tocindexpage|categoryft"
msgid "Category:"
msgstr "Акатегориа"
-#: tocindexpage.ui:610
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:610
msgctxt "tocindexpage|displayft"
msgid "Display:"
msgstr ""
-#: tocindexpage.ui:624
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:624
#, fuzzy
msgctxt "tocindexpage|display"
msgid "References"
msgstr "Азхьарҧш: "
-#: tocindexpage.ui:625
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:625
msgctxt "tocindexpage|display"
msgid "Category and Number"
msgstr ""
-#: tocindexpage.ui:626
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:626
msgctxt "tocindexpage|display"
msgid "Caption Text"
msgstr ""
-#: tocindexpage.ui:655
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:655
msgctxt "tocindexpage|label2"
msgid "Create From"
msgstr ""
-#: tocindexpage.ui:698
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:698
msgctxt "tocindexpage|label6"
msgid "Create From the Following Objects"
msgstr ""
-#: tocindexpage.ui:737
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:737
#, fuzzy
msgctxt "tocindexpage|mainstyleft9"
msgid "_Brackets:"
msgstr "Ахыцқәа"
-#: tocindexpage.ui:748
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:748
msgctxt "tocindexpage|numberentries"
msgid "_Number entries"
msgstr ""
-#: tocindexpage.ui:768
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:768
msgctxt "tocindexpage|brackets"
msgid "[none]"
msgstr ""
-#: tocindexpage.ui:769
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:769
msgctxt "tocindexpage|brackets"
msgid "[]"
msgstr ""
-#: tocindexpage.ui:770
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:770
msgctxt "tocindexpage|brackets"
msgid "()"
msgstr ""
-#: tocindexpage.ui:771
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:771
msgctxt "tocindexpage|brackets"
msgid "{}"
msgstr ""
-#: tocindexpage.ui:772
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:772
msgctxt "tocindexpage|brackets"
msgid "<>"
msgstr "<>"
-#: tocindexpage.ui:788
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:788
msgctxt "tocindexpage|label7"
msgid "Formatting of the Entries"
msgstr "Аелементқәа рформатркра"
-#: tocindexpage.ui:830
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:830
msgctxt "tocindexpage|combinesame"
msgid "Combine identical entries"
msgstr ""
-#: tocindexpage.ui:845
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:845
msgctxt "tocindexpage|useff"
msgid "Combine identical entries with p or _pp"
msgstr ""
-#: tocindexpage.ui:861
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:861
msgctxt "tocindexpage|usedash"
msgid "Combine with -"
msgstr ""
-#: tocindexpage.ui:877
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:877
msgctxt "tocindexpage|casesens"
msgid "Case sensitive"
msgstr ""
-#: tocindexpage.ui:893
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:893
msgctxt "tocindexpage|initcaps"
msgid "AutoCapitalize entries"
msgstr ""
-#: tocindexpage.ui:908
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:908
msgctxt "tocindexpage|keyasentry"
msgid "Keys as separate entries"
msgstr ""
-#: tocindexpage.ui:923
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:923
msgctxt "tocindexpage|fromfile"
msgid "_Concordance file"
msgstr ""
-#: tocindexpage.ui:938
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:938
msgctxt "tocindexpage|file"
msgid "_File"
msgstr "Афаил"
-#: tocindexpage.ui:959
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:959
msgctxt "tocindexpage|label5"
msgid "Options"
msgstr "Апараметрқәа"
-#: tocindexpage.ui:1002
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:1002
#, fuzzy
msgctxt "tocindexpage|mainstyleft3"
msgid "Language:"
msgstr "Абызшәақәа"
-#: tocindexpage.ui:1037
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:1037
msgctxt "tocindexpage|mainstyleft5"
msgid "Key type:"
msgstr ""
-#: tocindexpage.ui:1070
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:1070
msgctxt "tocindexpage|label4"
msgid "Sort"
msgstr "Асортра"
-#: tocstylespage.ui:39
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:39
msgctxt "tocstylespage|label1"
msgid "_Levels"
msgstr ""
-#: tocstylespage.ui:55
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:55
msgctxt "tocstylespage|label2"
msgid "Paragraph _Styles"
msgstr "Абзац астильқәа"
-#: tocstylespage.ui:117
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:117
#, fuzzy
msgctxt "tocstylespage|default"
msgid "_Default"
msgstr "Астандарт"
-#: tocstylespage.ui:134
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:134
msgctxt "tocstylespage|edit"
msgid "_Edit"
msgstr "Ариашара"
-#: tocstylespage.ui:179
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:179
#, fuzzy
msgctxt "tocstylespage|labelGrid"
msgid "Assignment"
msgstr "Аиҟаратәра"
-#: viewoptionspage.ui:42
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:42
msgctxt "viewoptionspage|helplines"
msgid "Helplines _While Moving"
msgstr ""
-#: viewoptionspage.ui:65
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:63
msgctxt "viewoptionspage|guideslabel"
msgid "Guides"
msgstr ""
-#: viewoptionspage.ui:97
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:95
msgctxt "viewoptionspage|graphics"
msgid "_Images and objects"
msgstr ""
-#: viewoptionspage.ui:114
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:110
msgctxt "viewoptionspage|tables"
msgid "_Tables"
msgstr "Атаблицақәа"
-#: viewoptionspage.ui:131
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:125
msgctxt "viewoptionspage|drawings"
msgid "Dra_wings and controls"
msgstr ""
-#: viewoptionspage.ui:148
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:140
msgctxt "viewoptionspage|fieldcodes"
msgid "_Field codes"
msgstr ""
-#: viewoptionspage.ui:165
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:155
#, fuzzy
msgctxt "viewoptionspage|comments"
msgid "_Comments"
msgstr "Акомментариқәа"
-#: viewoptionspage.ui:188
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:170
+msgctxt "viewoptionspage|changestooltip"
+msgid "_Tooltips on tracked changes"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:190
msgctxt "viewoptionspage|displaylabel"
msgid "Display"
msgstr ""
-#: viewoptionspage.ui:234
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:234
msgctxt "viewoptionspage|smoothscroll"
msgid "S_mooth scroll"
msgstr ""
-#: viewoptionspage.ui:256
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:254
msgctxt "viewoptionspage|vruler"
msgid "Verti_cal ruler"
msgstr ""
-#: viewoptionspage.ui:297
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:289
msgctxt "viewoptionspage|vrulerright"
msgid "Right-aligned"
msgstr ""
-#: viewoptionspage.ui:317
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:308
msgctxt "viewoptionspage|hruler"
msgid "Hori_zontal ruler"
msgstr ""
-#: viewoptionspage.ui:345
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:332
msgctxt "viewoptionspage|label3"
msgid "View"
msgstr "Ахәаҧшра"
-#: viewoptionspage.ui:391
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:376
msgctxt "viewoptionspage|measureunitlabel"
msgid "Measurement unit"
msgstr ""
-#: viewoptionspage.ui:408
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:391
msgctxt "viewoptionspage|settingslabel"
msgid "Settings"
msgstr "Архиарақәа"
-#: warndatasourcedialog.ui:8
+#: sw/uiconfig/swriter/ui/warndatasourcedialog.ui:7
msgctxt "warndatasourcedialog|WarnDataSourceDialog"
msgid "Data Source Not Found"
msgstr ""
-#: warndatasourcedialog.ui:13
+#: sw/uiconfig/swriter/ui/warndatasourcedialog.ui:13
msgctxt "warndatasourcedialog|WarnDataSourceDialog"
msgid "The data source “%1” was not found."
msgstr ""
-#: warndatasourcedialog.ui:14
+#: sw/uiconfig/swriter/ui/warndatasourcedialog.ui:14
msgctxt "warndatasourcedialog|WarnDataSourceDialog"
msgid "The connection to the data source could not be established. Please check the connection settings."
msgstr ""
-#: warndatasourcedialog.ui:26
+#: sw/uiconfig/swriter/ui/warndatasourcedialog.ui:25
msgctxt "warndatasourcedialog|check"
msgid "Check Connection Settings..."
msgstr ""
-#: warnemaildialog.ui:8
+#: sw/uiconfig/swriter/ui/warnemaildialog.ui:7
msgctxt "warnemaildialog|WarnEmailDialog"
msgid "E-Mails could not be sent"
msgstr ""
-#: warnemaildialog.ui:14
+#: sw/uiconfig/swriter/ui/warnemaildialog.ui:16
msgctxt "warnemaildialog|WarnEmailDialog"
msgid "E-mails could not be sent"
msgstr ""
-#: warnemaildialog.ui:15
+#: sw/uiconfig/swriter/ui/warnemaildialog.ui:17
msgctxt "warnemaildialog|WarnEmailDialog"
msgid "The following error occurred:"
msgstr ""
-#: watermarkdialog.ui:19
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:19
msgctxt "watermarkdialog|WatermarkDialog"
msgid "Watermark"
msgstr ""
-#: watermarkdialog.ui:85
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:100
#, fuzzy
msgctxt "watermarkdialog|TextLabel"
msgid "Text"
msgstr "Атеқст"
-#: watermarkdialog.ui:118
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:133
#, fuzzy
msgctxt "watermarkdialog|FontLabel"
msgid "Font"
msgstr "Ашрифт"
-#: watermarkdialog.ui:130
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:145
#, fuzzy
msgctxt "watermarkdialog|AngleLabel"
msgid "Angle"
msgstr "акәакь"
-#: watermarkdialog.ui:142
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:157
msgctxt "watermarkdialog|TransparencyLabel"
msgid "Transparency"
msgstr ""
-#: watermarkdialog.ui:154
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:169
msgctxt "watermarkdialog|ColorLabel"
msgid "Color"
msgstr "Аҧштәы"
-#: wordcount.ui:8
+#: sw/uiconfig/swriter/ui/wordcount.ui:8
msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr ""
-#: wordcount.ui:72
+#: sw/uiconfig/swriter/ui/wordcount.ui:73
msgctxt "wordcount|label1"
msgid "Words"
msgstr "Ажәақәа"
-#: wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:85
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr ""
-#: wordcount.ui:100
+#: sw/uiconfig/swriter/ui/wordcount.ui:97
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr ""
-#: wordcount.ui:165
+#: sw/uiconfig/swriter/ui/wordcount.ui:155
#, fuzzy
msgctxt "wordcount|label9"
msgid "Selection"
msgstr "Алхра"
-#: wordcount.ui:182
+#: sw/uiconfig/swriter/ui/wordcount.ui:170
msgctxt "wordcount|label10"
msgid "Document"
msgstr "Адокумент"
-#: wordcount.ui:250
+#: sw/uiconfig/swriter/ui/wordcount.ui:229
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr ""
-#: wordcount.ui:298
+#: sw/uiconfig/swriter/ui/wordcount.ui:271
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr "Истандарту адаҟьақәа"
-#: wrapdialog.ui:8
+#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
msgctxt "wrapdialog|WrapDialog"
msgid "Wrap"
msgstr ""
-#: wrappage.ui:47
+#: sw/uiconfig/swriter/ui/wrappage.ui:47
msgctxt "wrappage|after"
msgid "After"
msgstr ""
-#: wrappage.ui:104
+#: sw/uiconfig/swriter/ui/wrappage.ui:104
msgctxt "wrappage|before"
msgid "Before"
msgstr ""
-#: wrappage.ui:161
+#: sw/uiconfig/swriter/ui/wrappage.ui:161
msgctxt "wrappage|none"
msgid "_None"
msgstr "Мап"
-#: wrappage.ui:219
+#: sw/uiconfig/swriter/ui/wrappage.ui:219
msgctxt "wrappage|optimal"
msgid "_Optimal"
msgstr ""
-#: wrappage.ui:276
+#: sw/uiconfig/swriter/ui/wrappage.ui:276
msgctxt "wrappage|through"
msgid "Thro_ugh"
msgstr ""
-#: wrappage.ui:321
+#: sw/uiconfig/swriter/ui/wrappage.ui:321
msgctxt "wrappage|parallel"
msgid "_Parallel"
msgstr ""
-#: wrappage.ui:380
+#: sw/uiconfig/swriter/ui/wrappage.ui:380
msgctxt "wrappage|label1"
msgid "Settings"
msgstr "Архиарақәа"
-#: wrappage.ui:428
+#: sw/uiconfig/swriter/ui/wrappage.ui:428
msgctxt "wrappage|label4"
msgid "L_eft:"
msgstr ""
-#: wrappage.ui:442
+#: sw/uiconfig/swriter/ui/wrappage.ui:442
msgctxt "wrappage|label5"
msgid "_Right:"
msgstr "Арыӷьарахь:"
-#: wrappage.ui:456
+#: sw/uiconfig/swriter/ui/wrappage.ui:456
msgctxt "wrappage|label6"
msgid "_Top:"
msgstr "Хыхьла:"
-#: wrappage.ui:470
+#: sw/uiconfig/swriter/ui/wrappage.ui:470
msgctxt "wrappage|label7"
msgid "_Bottom:"
msgstr "Ҵаҟала: "
-#: wrappage.ui:539
+#: sw/uiconfig/swriter/ui/wrappage.ui:535
msgctxt "wrappage|label2"
msgid "Spacing"
msgstr "Аинтервалқәа"
-#: wrappage.ui:576
+#: sw/uiconfig/swriter/ui/wrappage.ui:572
msgctxt "wrappage|anchoronly"
msgid "_First paragraph"
msgstr "Актәи абзац"
-#: wrappage.ui:591
+#: sw/uiconfig/swriter/ui/wrappage.ui:587
msgctxt "wrappage|transparent"
msgid "In bac_kground"
msgstr ""
-#: wrappage.ui:606
+#: sw/uiconfig/swriter/ui/wrappage.ui:602
msgctxt "wrappage|outline"
msgid "_Contour"
msgstr ""
-#: wrappage.ui:621
+#: sw/uiconfig/swriter/ui/wrappage.ui:617
msgctxt "wrappage|outside"
msgid "Outside only"
msgstr ""
-#: wrappage.ui:642
+#: sw/uiconfig/swriter/ui/wrappage.ui:638
msgctxt "wrappage|label3"
msgid "Options"
msgstr "Апараметрқәа"
diff --git a/source/ab/swext/mediawiki/help.po b/source/ab/swext/mediawiki/help.po
index 7e58efd2532..4646cf3c97c 100644
--- a/source/ab/swext/mediawiki/help.po
+++ b/source/ab/swext/mediawiki/help.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2018-03-28 16:46+0200\n"
"PO-Revision-Date: 2017-12-25 16:19+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514218790.000000\n"
#: help.tree
@@ -514,22 +514,6 @@ msgstr ""
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
-"hd_id5152745\n"
-"help.text"
-msgid "Footnotes"
-msgstr ""
-
-#: wikiformats.xhp
-msgctxt ""
-"wikiformats.xhp\n"
-"par_id5238196\n"
-"help.text"
-msgid "Note: The transformation uses the new style of footnotes with <ref> and <references> tags that requires the Cite.php extension to be installed into MediaWiki. If those tags are shown as plain text in the transformation result, ask the wiki administrator to install this extension."
-msgstr ""
-
-#: wikiformats.xhp
-msgctxt ""
-"wikiformats.xhp\n"
"hd_id9405499\n"
"help.text"
msgid "Images"
diff --git a/source/ab/uui/messages.po b/source/ab/uui/messages.po
index 1daac3edc9e..6348277c332 100644
--- a/source/ab/uui/messages.po
+++ b/source/ab/uui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
"PO-Revision-Date: 2018-01-15 17:39+0000\n"
"Last-Translator: Christian Lohmaier <lohmaier+pootle@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,31 +12,31 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1516037996.000000\n"
-#: ids.hrc:27
+#: uui/inc/ids.hrc:27
msgctxt "RID_UUI_ERRHDL"
msgid "The operation executed on $(ARG1) was aborted."
msgstr ""
-#: ids.hrc:29
+#: uui/inc/ids.hrc:29
msgctxt "RID_UUI_ERRHDL"
msgid "Access to $(ARG1) was denied."
msgstr ""
-#: ids.hrc:31
+#: uui/inc/ids.hrc:31
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) already exists."
msgstr ""
-#: ids.hrc:33
+#: uui/inc/ids.hrc:33
#, fuzzy
msgctxt "RID_UUI_ERRHDL"
msgid "Target already exists."
msgstr "Ахьӡ ахархәара амоуп"
-#: ids.hrc:35
+#: uui/inc/ids.hrc:35
msgctxt "RID_UUI_ERRHDL"
msgid ""
"You are about to save/export a password protected basic library containing module(s) \n"
@@ -44,242 +44,254 @@ msgid ""
"which are too large to store in binary format. If you wish users that don't have access to the library password to be able to run macros in those module(s) you must split those modules into a number of smaller modules. Do you wish to continue to save/export this library?"
msgstr ""
-#: ids.hrc:37
+#: uui/inc/ids.hrc:37
+msgctxt "RID_UUI_ERRHDL"
+msgid ""
+"Beware!\n"
+"\n"
+"You are about to load a very unusual sort of file ($(ARG2)) from the URL:\n"
+"\n"
+"$(ARG1)\n"
+"\n"
+"Are you certain that this file is a legacy document created many years ago?"
+msgstr ""
+
+#: uui/inc/ids.hrc:39
msgctxt "RID_UUI_ERRHDL"
msgid "The data from $(ARG1) has an incorrect checksum."
msgstr ""
-#: ids.hrc:39
+#: uui/inc/ids.hrc:41
msgctxt "RID_UUI_ERRHDL"
msgid "The object $(ARG1) cannot be created in directory $(ARG2)."
msgstr ""
-#: ids.hrc:41
+#: uui/inc/ids.hrc:43
msgctxt "RID_UUI_ERRHDL"
msgid "Data of $(ARG1) could not be read."
msgstr ""
-#: ids.hrc:43
+#: uui/inc/ids.hrc:45
msgctxt "RID_UUI_ERRHDL"
msgid "The seek operation on $(ARG1) could not be performed."
msgstr ""
-#: ids.hrc:45
+#: uui/inc/ids.hrc:47
msgctxt "RID_UUI_ERRHDL"
msgid "The tell operation on $(ARG1) could not be performed."
msgstr ""
-#: ids.hrc:47
+#: uui/inc/ids.hrc:49
msgctxt "RID_UUI_ERRHDL"
msgid "Data for $(ARG1) could not be written."
msgstr ""
-#: ids.hrc:49
+#: uui/inc/ids.hrc:51
msgctxt "RID_UUI_ERRHDL"
msgid "Action impossible: $(ARG1) is the current directory."
msgstr ""
-#: ids.hrc:51
+#: uui/inc/ids.hrc:53
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not ready."
msgstr ""
-#: ids.hrc:53
+#: uui/inc/ids.hrc:55
msgctxt "RID_UUI_ERRHDL"
msgid "Action impossible: $(ARG1) and $(ARG2) are different devices (drives)."
msgstr ""
-#: ids.hrc:55
+#: uui/inc/ids.hrc:57
msgctxt "RID_UUI_ERRHDL"
msgid "General input/output error while accessing $(ARG1)."
msgstr ""
-#: ids.hrc:57
+#: uui/inc/ids.hrc:59
msgctxt "RID_UUI_ERRHDL"
msgid "An attempt was made to access $(ARG1) in an invalid way."
msgstr ""
-#: ids.hrc:59
+#: uui/inc/ids.hrc:61
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) contains invalid characters."
msgstr "$(ARG1) иаҵанакуеит изымуа асимволқәа."
-#: ids.hrc:61
+#: uui/inc/ids.hrc:63
msgctxt "RID_UUI_ERRHDL"
msgid "The device (drive) $(ARG1) is invalid."
msgstr ""
-#: ids.hrc:63
+#: uui/inc/ids.hrc:65
msgctxt "RID_UUI_ERRHDL"
msgid "The data from $(ARG1) has an invalid length."
msgstr ""
-#: ids.hrc:65
+#: uui/inc/ids.hrc:67
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) was started with an invalid parameter."
msgstr ""
-#: ids.hrc:67
+#: uui/inc/ids.hrc:69
msgctxt "RID_UUI_ERRHDL"
msgid "The operation cannot be performed because $(ARG1) contains wildcards."
msgstr ""
-#: ids.hrc:69
+#: uui/inc/ids.hrc:71
msgctxt "RID_UUI_ERRHDL"
msgid "Error during shared access to $(ARG1)."
msgstr ""
-#: ids.hrc:71
+#: uui/inc/ids.hrc:73
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) contains misplaced characters."
msgstr "$(ARG1) иаҵанакуеит иахьахәҭам игылоу асимволқәа."
-#: ids.hrc:73
+#: uui/inc/ids.hrc:75
msgctxt "RID_UUI_ERRHDL"
msgid "The name $(ARG1) contains too many characters."
msgstr "Ахьӡ $(ARG1) иаҵанакуеит инамыцхәны асимволқәа."
-#: ids.hrc:75
+#: uui/inc/ids.hrc:77
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) does not exist."
msgstr "$(ARG1) ыҟаӡам."
-#: ids.hrc:77
+#: uui/inc/ids.hrc:79
msgctxt "RID_UUI_ERRHDL"
msgid "The path $(ARG1) does not exist."
msgstr "$(ARG1) ахь амҩа ыҟаӡам."
-#: ids.hrc:79
+#: uui/inc/ids.hrc:81
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) is not supported on this operating system."
msgstr ""
-#: ids.hrc:81
+#: uui/inc/ids.hrc:83
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not a directory."
msgstr "$(ARG1) каталогӡам."
-#: ids.hrc:83
+#: uui/inc/ids.hrc:85
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not a file."
msgstr "$(ARG1) фаилӡам."
-#: ids.hrc:85
+#: uui/inc/ids.hrc:87
msgctxt "RID_UUI_ERRHDL"
msgid "There is no space left on device $(ARG1)."
msgstr ""
-#: ids.hrc:87
+#: uui/inc/ids.hrc:89
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) cannot be performed because too many files are already open."
msgstr ""
-#: ids.hrc:89
+#: uui/inc/ids.hrc:91
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) cannot be performed because there is no more memory available."
msgstr ""
-#: ids.hrc:91
+#: uui/inc/ids.hrc:93
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) cannot continue because more data is pending."
msgstr ""
-#: ids.hrc:93
+#: uui/inc/ids.hrc:95
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) cannot be copied into itself."
msgstr ""
-#: ids.hrc:95
+#: uui/inc/ids.hrc:97
msgctxt "RID_UUI_ERRHDL"
msgid "Unknown input/output error while accessing $(ARG1)."
msgstr ""
-#: ids.hrc:97
+#: uui/inc/ids.hrc:99
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is write protected."
msgstr "$(ARG1) хьчоуп аҭаҩразы."
-#: ids.hrc:99
+#: uui/inc/ids.hrc:101
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not in the correct format."
msgstr "Ииашам аформат $(ARG1). "
-#: ids.hrc:101
+#: uui/inc/ids.hrc:103
msgctxt "RID_UUI_ERRHDL"
msgid "The version of $(ARG1) is not correct."
msgstr "Ииашам аверсиа $(ARG1)."
-#: ids.hrc:103
+#: uui/inc/ids.hrc:105
msgctxt "RID_UUI_ERRHDL"
msgid "Drive $(ARG1) does not exist."
msgstr "Асанҭыр $(ARG1) ыҟаӡам."
-#: ids.hrc:105
+#: uui/inc/ids.hrc:107
msgctxt "RID_UUI_ERRHDL"
msgid "Folder $(ARG1) does not exist."
msgstr "Акаталог $(ARG1) ыҟаӡам."
-#: ids.hrc:107
+#: uui/inc/ids.hrc:109
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version is not supported."
msgstr ""
-#: ids.hrc:109
+#: uui/inc/ids.hrc:111
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version $(ARG1) is not supported."
msgstr ""
-#: ids.hrc:111
+#: uui/inc/ids.hrc:113
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version is not supported, at least version $(ARG1) is required."
msgstr ""
-#: ids.hrc:113
+#: uui/inc/ids.hrc:115
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is required."
msgstr ""
-#: ids.hrc:115
+#: uui/inc/ids.hrc:117
msgctxt "RID_UUI_ERRHDL"
msgid "The data associated with the partnership is corrupted."
msgstr ""
-#: ids.hrc:117
+#: uui/inc/ids.hrc:119
msgctxt "RID_UUI_ERRHDL"
msgid "The data associated with the partnership $(ARG1) is corrupted."
msgstr ""
-#: ids.hrc:119
+#: uui/inc/ids.hrc:121
msgctxt "RID_UUI_ERRHDL"
msgid "Volume $(ARG1) is not ready."
msgstr ""
-#: ids.hrc:121
+#: uui/inc/ids.hrc:123
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not ready; please insert a storage medium."
msgstr ""
-#: ids.hrc:123
+#: uui/inc/ids.hrc:125
msgctxt "RID_UUI_ERRHDL"
msgid "Volume $(ARG1) is not ready; please insert a storage medium."
msgstr ""
-#: ids.hrc:125
+#: uui/inc/ids.hrc:127
msgctxt "RID_UUI_ERRHDL"
msgid "Please insert disk $(ARG1)."
msgstr ""
-#: ids.hrc:127
+#: uui/inc/ids.hrc:129
msgctxt "RID_UUI_ERRHDL"
msgid "The object cannot be created in directory $(ARG1)."
msgstr ""
-#: ids.hrc:129
+#: uui/inc/ids.hrc:131
msgctxt "RID_UUI_ERRHDL"
msgid "%PRODUCTNAME cannot keep files from being overwritten when this transmission protocol is used. Do you want to continue anyway?"
msgstr ""
-#: ids.hrc:131
+#: uui/inc/ids.hrc:133
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The file '$(ARG1)' is corrupt and therefore cannot be opened. %PRODUCTNAME can try to repair the file.\n"
@@ -292,65 +304,65 @@ msgid ""
"Should %PRODUCTNAME repair the file?\n"
msgstr ""
-#: ids.hrc:133
+#: uui/inc/ids.hrc:135
msgctxt "RID_UUI_ERRHDL"
msgid "The file '$(ARG1)' could not be repaired and therefore cannot be opened."
msgstr "Афаил «$(ARG1)» аартреи аиҭашьақәыргылареи ауам."
-#: ids.hrc:135
+#: uui/inc/ids.hrc:137
msgctxt "RID_UUI_ERRHDL"
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 ""
-#: ids.hrc:137
+#: uui/inc/ids.hrc:139
msgctxt "RID_UUI_ERRHDL"
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 ""
-#: ids.hrc:139
+#: uui/inc/ids.hrc:141
msgctxt "RID_UUI_ERRHDL"
msgid "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly."
msgstr ""
-#: ids.hrc:141
+#: uui/inc/ids.hrc:143
msgctxt "RID_UUI_ERRHDL"
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 ""
-#: ids.hrc:143
+#: uui/inc/ids.hrc:145
msgctxt "RID_UUI_ERRHDL"
msgid "The form contains invalid data. Do you still want to continue?"
msgstr ""
-#: ids.hrc:145
+#: uui/inc/ids.hrc:147
msgctxt "RID_UUI_ERRHDL"
msgid "The file $(ARG1) is locked by another user. Currently, another write access to this file cannot be granted."
msgstr ""
-#: ids.hrc:147
+#: uui/inc/ids.hrc:149
msgctxt "RID_UUI_ERRHDL"
msgid "The file $(ARG1) is locked by yourself. Currently, another write access to this file cannot be granted."
msgstr ""
-#: ids.hrc:149
+#: uui/inc/ids.hrc:151
msgctxt "RID_UUI_ERRHDL"
msgid "The file $(ARG1) is currently not locked by yourself."
msgstr ""
-#: ids.hrc:151
+#: uui/inc/ids.hrc:153
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The previously obtained lock for file $(ARG1) has expired.\n"
"This can happen due to problems on the server managing the file lock. It cannot be guaranteed that write operations on this file will not overwrite changes done by other users!"
msgstr ""
-#: ids.hrc:153
+#: uui/inc/ids.hrc:155
msgctxt "RID_UUI_ERRHDL"
msgid ""
"Component cannot be loaded, possibly broken or incomplete installation.\n"
@@ -359,7 +371,7 @@ msgid ""
" $(ARG1)."
msgstr ""
-#: ids.hrc:158
+#: uui/inc/ids.hrc:160
msgctxt "STR_UUI_UNKNOWNAUTH_UNTRUSTED"
msgid ""
"Unable to verify the identity of $(ARG1) site.\n"
@@ -367,7 +379,7 @@ msgid ""
"Before accepting this certificate, you should examine this site's certificate carefully. Are you willing to accept this certificate for the purpose of identifying the Web site $(ARG1)?"
msgstr ""
-#: ids.hrc:159
+#: uui/inc/ids.hrc:161
msgctxt "STR_UUI_SSLWARN_EXPIRED"
msgid ""
"$(ARG1) is a site that uses a security certificate to encrypt data during transmission, but its certificate expired on $(ARG2).\n"
@@ -375,12 +387,12 @@ msgid ""
"You should check to make sure that your computer's time is correct."
msgstr ""
-#: ids.hrc:160
+#: uui/inc/ids.hrc:162
msgctxt "STR_UUI_SSLWARN_EXPIRED_TITLE"
msgid "Security Warning: Server Certificate Invalid"
msgstr ""
-#: ids.hrc:161
+#: uui/inc/ids.hrc:163
msgctxt "STR_UUI_SSLWARN_DOMAINMISMATCH"
msgid ""
"You have attempted to establish a connection with $(ARG1). However, the security certificate presented belongs to $(ARG2). It is possible, though unlikely, that someone may be trying to intercept your communication with this web site.\n"
@@ -390,12 +402,12 @@ msgid ""
"Would you like to continue anyway?"
msgstr ""
-#: ids.hrc:162
+#: uui/inc/ids.hrc:164
msgctxt "STR_UUI_SSLWARN_DOMAINMISMATCH_TITLE"
msgid "Security Warning: Server Certificate Expired"
msgstr ""
-#: ids.hrc:163
+#: uui/inc/ids.hrc:165
msgctxt "STR_UUI_SSLWARN_INVALID"
msgid ""
"The certificate could not be validated. You should examine this site's certificate carefully.\n"
@@ -403,125 +415,123 @@ msgid ""
"If you suspect the certificate shown, please cancel the connection and notify the site administrator."
msgstr ""
-#: ids.hrc:164
+#: uui/inc/ids.hrc:166
msgctxt "STR_UUI_SSLWARN_INVALID_TITLE"
msgid "Security Warning: Domain Name Mismatch"
msgstr ""
-#: strings.hrc:25
+#: uui/inc/strings.hrc:25
msgctxt "STR_ENTER_PASSWORD_TO_OPEN"
msgid "Enter password to open file: \n"
msgstr "Афаил аартраз иҭажәгал ажәамаӡа: \n"
-#: strings.hrc:26
+#: uui/inc/strings.hrc:26
msgctxt "STR_ENTER_PASSWORD_TO_MODIFY"
msgid "Enter password to modify file: \n"
msgstr "Афаил аҧсахраз иҭажәгал ажәамаӡа: \n"
-#: strings.hrc:27
+#: uui/inc/strings.hrc:27
msgctxt "STR_ENTER_SIMPLE_PASSWORD"
msgid "Enter password: "
msgstr "Иҭажәгал ажәамаӡа:"
-#: strings.hrc:28
+#: uui/inc/strings.hrc:28
msgctxt "STR_CONFIRM_SIMPLE_PASSWORD"
msgid "Confirm password: "
msgstr "Ишьақәшәырӷәӷәа ажәамаӡа:"
-#: strings.hrc:29
+#: uui/inc/strings.hrc:29
msgctxt "STR_TITLE_CREATE_PASSWORD"
msgid "Set Password"
msgstr "Иқәыргылатәуп ажәамаӡа"
-#: strings.hrc:30
+#: uui/inc/strings.hrc:30
msgctxt "STR_TITLE_ENTER_PASSWORD"
msgid "Enter Password"
msgstr "Иҭажәгал ажәамаӡа"
-#: strings.hrc:31
+#: uui/inc/strings.hrc:31
msgctxt "STR_PASSWORD_MISMATCH"
msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
msgstr ""
-#: strings.hrc:33
+#: uui/inc/strings.hrc:33
msgctxt "STR_ALREADYOPEN_TITLE"
msgid "Document in Use"
msgstr "Адокумент ахархәара амоуп"
-#: strings.hrc:34
+#: uui/inc/strings.hrc:34
msgctxt "STR_ALREADYOPEN_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n"
"\n"
-"Open document read-only, or ignore own file locking and open the document for editing.\n"
-"\n"
+"Open document read-only, or ignore own file locking and open the document for editing."
msgstr ""
-#: strings.hrc:35
+#: uui/inc/strings.hrc:35
msgctxt "STR_ALREADYOPEN_READONLY_BTN"
msgid "Open ~Read-Only"
msgstr "Иаарттәуп ~аҧхьара мацараз"
-#: strings.hrc:36
+#: uui/inc/strings.hrc:36
msgctxt "STR_ALREADYOPEN_OPEN_BTN"
msgid "~Open"
msgstr "Иаарттәуп"
-#: strings.hrc:37
+#: uui/inc/strings.hrc:37
msgctxt "STR_ALREADYOPEN_SAVE_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n"
"\n"
-"Close document on other system and retry saving or ignore own file locking and save current document.\n"
-"\n"
+"Close document on other system and retry saving or ignore own file locking and save current document."
msgstr ""
-#: strings.hrc:38
+#: uui/inc/strings.hrc:38
msgctxt "STR_ALREADYOPEN_RETRY_SAVE_BTN"
msgid "~Retry Saving"
msgstr ""
-#: strings.hrc:39
+#: uui/inc/strings.hrc:39
msgctxt "STR_ALREADYOPEN_SAVE_BTN"
msgid "~Save"
msgstr "Еиқәырхатәуп"
-#: strings.hrc:41
+#: uui/inc/strings.hrc:41
msgctxt "RID_KEEP_PASSWORD"
msgid "~Remember password until end of session"
msgstr ""
-#: strings.hrc:42
+#: uui/inc/strings.hrc:42
msgctxt "RID_SAVE_PASSWORD"
msgid "~Remember password"
msgstr "Ажәамаӡа гәынкылатәуп"
-#: strings.hrc:43
+#: uui/inc/strings.hrc:43
msgctxt "STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE"
msgid "Non-Encrypted Streams"
msgstr ""
-#: strings.hrc:45
+#: uui/inc/strings.hrc:45
msgctxt "STR_LOCKFAILED_TITLE"
msgid "Document Could Not Be Locked"
msgstr ""
-#: strings.hrc:46
+#: uui/inc/strings.hrc:46
msgctxt "STR_LOCKFAILED_MSG"
msgid "The lock file could not be created for exclusive access by %PRODUCTNAME, due to missing permission to create a lock file on that file location or lack of free disk space."
msgstr ""
-#: strings.hrc:47
+#: uui/inc/strings.hrc:47
msgctxt "STR_LOCKFAILED_OPENREADONLY_BTN"
msgid "Open ~Read-Only"
msgstr "Иаарттәуп ~аҧхьара мацараз"
-#: strings.hrc:49
+#: uui/inc/strings.hrc:49
msgctxt "STR_OPENLOCKED_TITLE"
msgid "Document in Use"
msgstr "Адокумент ахархәара амоуп"
-#: strings.hrc:50
+#: uui/inc/strings.hrc:50
msgctxt "STR_OPENLOCKED_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by:\n"
@@ -530,346 +540,348 @@ msgid ""
"\n"
"Open document read-only or open a copy of the document for editing.\n"
"\n"
+"$(ARG3)"
msgstr ""
-#: strings.hrc:51
+#: uui/inc/strings.hrc:51
+msgctxt "STR_OPENLOCKED_ALLOWIGNORE_MSG"
+msgid "You may also ignore the file locking and open the document for editing."
+msgstr ""
+
+#: uui/inc/strings.hrc:52
msgctxt "STR_OPENLOCKED_OPENREADONLY_BTN"
msgid "Open ~Read-Only"
msgstr "Иаарттәуп ~аҧхьара мацараз"
-#: strings.hrc:52
+#: uui/inc/strings.hrc:53
msgctxt "STR_OPENLOCKED_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "Иаарттәуп ~акопиа"
-#: strings.hrc:53
+#: uui/inc/strings.hrc:54
msgctxt "STR_UNKNOWNUSER"
msgid "Unknown User"
msgstr "Идырым ахархәаҩ"
-#: strings.hrc:55
+#: uui/inc/strings.hrc:56
msgctxt "STR_FILECHANGED_TITLE"
msgid "Document Has Been Changed by Others"
msgstr ""
-#: strings.hrc:56
+#: uui/inc/strings.hrc:57
msgctxt "STR_FILECHANGED_MSG"
msgid ""
"The file has been changed since it was opened for editing in %PRODUCTNAME. Saving your version of the document will overwrite changes made by others.\n"
"\n"
-"Do you want to save anyway?\n"
-"\n"
+"Do you want to save anyway?"
msgstr ""
-#: strings.hrc:57
+#: uui/inc/strings.hrc:58
msgctxt "STR_FILECHANGED_SAVEANYWAY_BTN"
msgid "~Save Anyway"
msgstr "Аиқәырхара иацҵатәуп"
-#: strings.hrc:59
+#: uui/inc/strings.hrc:60
msgctxt "STR_TRYLATER_TITLE"
msgid "Document in Use"
msgstr "Адокумент ахархәара амоуп"
-#: strings.hrc:60
+#: uui/inc/strings.hrc:61
msgctxt "STR_TRYLATER_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by:\n"
"\n"
"$(ARG2)\n"
"\n"
-"Try again later to save document or save a copy of that document.\n"
+"Try again later to save document or save a copy of that document."
+msgstr ""
+
+#: uui/inc/strings.hrc:62
+msgctxt "STR_OVERWRITE_IGNORELOCK_MSG"
+msgid ""
+"Document file '$(ARG1)' is locked for editing by:\n"
+"\n"
+"$(ARG2)\n"
"\n"
+"You may try to ignore the file locking and overwrite the existing document."
msgstr ""
-#: strings.hrc:61
+#: uui/inc/strings.hrc:63
msgctxt "STR_TRYLATER_RETRYSAVING_BTN"
msgid "~Retry Saving"
msgstr ""
-#: strings.hrc:62
+#: uui/inc/strings.hrc:64
msgctxt "STR_TRYLATER_SAVEAS_BTN"
msgid "~Save As..."
msgstr "Еиқәырхатәуп иаба(ишҧа)..."
-#: strings.hrc:64
+#: uui/inc/strings.hrc:66
msgctxt "STR_RENAME_OR_REPLACE"
msgid ""
"A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\n"
"Choose Replace to overwrite the existing file or provide a new name."
msgstr ""
-#: strings.hrc:65
+#: uui/inc/strings.hrc:67
msgctxt "STR_NAME_CLASH_RENAME_ONLY"
msgid ""
"A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\n"
"Please enter a new name."
msgstr ""
-#: strings.hrc:66
+#: uui/inc/strings.hrc:68
msgctxt "STR_SAME_NAME_USED"
msgid "Please provide a different file name!"
msgstr "Афаил иашәҭ даҽа хьӡык!"
-#: strings.hrc:68
+#: uui/inc/strings.hrc:70
msgctxt "STR_ERROR_PASSWORD_TO_OPEN_WRONG"
msgid "The password is incorrect. The file cannot be opened."
msgstr "Ииашам ажәамаӡа. Адокумент аартра ауам."
-#: strings.hrc:69
+#: uui/inc/strings.hrc:71
msgctxt "STR_ERROR_PASSWORD_TO_MODIFY_WRONG"
msgid "The password is incorrect. The file cannot be modified."
msgstr "Ииашам ажәамаӡа. Адокумент аҧсахра ауам."
-#: strings.hrc:70
+#: uui/inc/strings.hrc:72
msgctxt "STR_ERROR_MASTERPASSWORD_WRONG"
msgid "The master password is incorrect."
msgstr "Ииашам ажәамаӡа-азҟаза."
-#: strings.hrc:71
+#: uui/inc/strings.hrc:73
msgctxt "STR_ERROR_SIMPLE_PASSWORD_WRONG"
msgid "The password is incorrect."
msgstr "Ииашам ажәамаӡа."
-#: strings.hrc:72
+#: uui/inc/strings.hrc:74
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The password confirmation does not match."
msgstr "Ажәамаӡақәа еиқәшәаӡом."
-#: strings.hrc:74
+#: uui/inc/strings.hrc:76
msgctxt "STR_LOCKCORRUPT_TITLE"
msgid "Lock file is corrupted"
msgstr ""
-#: strings.hrc:75
+#: uui/inc/strings.hrc:77
msgctxt "STR_LOCKCORRUPT_MSG"
msgid "The lock file is corrupted and probably empty. Opening the document read-only and closing it again removes the corrupted lock file."
msgstr ""
-#: strings.hrc:76
+#: uui/inc/strings.hrc:78
msgctxt "STR_LOCKCORRUPT_OPENREADONLY_BTN"
msgid "Open ~Read-Only"
msgstr "Иаарттәуп ~аҧхьара мацараз"
-#: authfallback.ui:8
+#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
msgid "Authentication Code"
msgstr ""
-#: authfallback.ui:130
+#: uui/uiconfig/ui/authfallback.ui:128
msgctxt "authfallback|label1"
msgid "Enter the 6 digit PIN:"
msgstr "Иҭажәгал 6 - дыргак змоу PIN:"
-#: filterselect.ui:7
+#: uui/uiconfig/ui/filterselect.ui:7
msgctxt "filterselect|FilterSelectDialog"
msgid "Filter Selection"
msgstr "Афильтр алхра"
-#: logindialog.ui:8
+#: uui/uiconfig/ui/logindialog.ui:8
msgctxt "logindialog|LoginDialog"
msgid "Authentication Required"
msgstr ""
-#: logindialog.ui:80
+#: uui/uiconfig/ui/logindialog.ui:83
msgctxt "logindialog|syscreds"
msgid "_Use system credentials"
msgstr ""
-#: logindialog.ui:96
+#: uui/uiconfig/ui/logindialog.ui:99
msgctxt "logindialog|remember"
msgid "_Remember password"
msgstr "Ажәамаӡа гәынкылатәуп"
-#: logindialog.ui:127
+#: uui/uiconfig/ui/logindialog.ui:129
msgctxt "logindialog|accountft"
msgid "A_ccount:"
msgstr ""
-#: logindialog.ui:141
+#: uui/uiconfig/ui/logindialog.ui:143
msgctxt "logindialog|passwordft"
msgid "Pass_word:"
msgstr "Ажәамаӡа:"
-#: logindialog.ui:180
+#: uui/uiconfig/ui/logindialog.ui:182
msgctxt "logindialog|nameft"
msgid "_User name:"
msgstr "Ахархәаҩ ихьӡ:"
-#: logindialog.ui:194
-msgctxt "logindialog|pathft"
-msgid "_Path:"
-msgstr "Амҩа:"
-
-#: logindialog.ui:222
-msgctxt "logindialog|pathbtn"
-msgid "_Browse…"
-msgstr "Аҭыҧхәаҧшра..."
-
-#: logindialog.ui:244
+#: uui/uiconfig/ui/logindialog.ui:196
msgctxt "logindialog|loginrealm"
msgid ""
"Enter user name and password for:\n"
"“%2” on %1"
msgstr ""
-#: logindialog.ui:258
+#: uui/uiconfig/ui/logindialog.ui:210
msgctxt "logindialog|wrongloginrealm"
msgid ""
"Wrong user name and password for:\n"
"“%2” on %1"
msgstr ""
-#: logindialog.ui:272
+#: uui/uiconfig/ui/logindialog.ui:224
msgctxt "logindialog|wrongrequestinfo"
msgid ""
"Wrong user name and password for:\n"
"%1"
msgstr ""
-#: logindialog.ui:286
+#: uui/uiconfig/ui/logindialog.ui:238
msgctxt "logindialog|requestinfo"
msgid ""
"Enter user name and password for:\n"
"%1"
msgstr ""
-#: logindialog.ui:300
+#: uui/uiconfig/ui/logindialog.ui:252
msgctxt "logindialog|errorft"
msgid "Message from server:"
msgstr ""
-#: macrowarnmedium.ui:9
+#: uui/uiconfig/ui/macrowarnmedium.ui:8
msgctxt "macrowarnmedium|MacroWarnMedium"
msgid "%PRODUCTNAME - Security Warning"
msgstr ""
-#: macrowarnmedium.ui:25
-msgctxt "macrowarnmedium|ok"
-msgid "_Enable Macros"
+#: uui/uiconfig/ui/macrowarnmedium.ui:14
+msgctxt "macrowarnmedium|descr2Label"
+msgid ""
+"The document contains document macros.\n"
+"\n"
+"Macros may contain viruses. Disabling macros for a document is always safe. If you disable macros you may lose functionality provided by the document macros."
msgstr ""
-#: macrowarnmedium.ui:39
+#: uui/uiconfig/ui/macrowarnmedium.ui:28
msgctxt "macrowarnmedium|cancel"
msgid "_Disable Macros"
msgstr ""
-#: macrowarnmedium.ui:127
+#: uui/uiconfig/ui/macrowarnmedium.ui:44
+msgctxt "macrowarnmedium|ok"
+msgid "_Enable Macros"
+msgstr ""
+
+#: uui/uiconfig/ui/macrowarnmedium.ui:89
msgctxt "macrowarnmedium|descr1Label"
msgid "The document contains document macros signed by:"
msgstr "Адокумент иаҵанакуеит инапаҵаҩу амакросқәа."
-#: macrowarnmedium.ui:141
-msgctxt "macrowarnmedium|descr1aLabel"
-msgid "The document contains document macros."
-msgstr "Адокумент иаҵанакуеит амакросқәа."
+#: uui/uiconfig/ui/macrowarnmedium.ui:98
+msgctxt "macrowarnmedium|alwaysTrustCheckbutton"
+msgid "_Always trust macros from this source"
+msgstr ""
-#: macrowarnmedium.ui:168
+#: uui/uiconfig/ui/macrowarnmedium.ui:129
msgctxt "macrowarnmedium|viewSignsButton"
msgid "_View Signatures…"
msgstr ""
-#: macrowarnmedium.ui:196
-msgctxt "macrowarnmedium|descr2Label"
-msgid "Macros may contain viruses. Disabling macros for a document is always safe. If you disable macros you may lose functionality provided by the document macros."
-msgstr ""
-
-#: macrowarnmedium.ui:208
-msgctxt "macrowarnmedium|alwaysTrustCheckbutton"
-msgid "_Always trust macros from this source"
-msgstr ""
-
-#: masterpassworddlg.ui:8
+#: uui/uiconfig/ui/masterpassworddlg.ui:8
msgctxt "masterpassworddlg|MasterPasswordDialog"
msgid "Enter Master Password"
msgstr ""
-#: masterpassworddlg.ui:86
+#: uui/uiconfig/ui/masterpassworddlg.ui:86
msgctxt "masterpassworddlg|label1"
msgid "_Enter password:"
msgstr "Иҭажәгал ажәамаӡа:"
-#: password.ui:8
+#: uui/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Set Password"
msgstr "Иқәыргылатәуп ажәамаӡа"
-#: setmasterpassworddlg.ui:8
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:8
msgctxt "setmasterpassworddlg|SetMasterPasswordDialog"
msgid "Set Master Password"
msgstr ""
-#: setmasterpassworddlg.ui:84
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:84
msgctxt "setmasterpassworddlg|label1"
msgid "Passwords for web connections are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
msgstr ""
-#: setmasterpassworddlg.ui:100
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:100
msgctxt "setmasterpassworddlg|label2"
msgid "_Enter password:"
msgstr "Иҭажәгал ажәамаӡа:"
-#: setmasterpassworddlg.ui:128
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:127
msgctxt "setmasterpassworddlg|label3"
msgid "_Reenter password:"
msgstr "Иҭажәгал ажәамаӡа даҽазнык"
-#: setmasterpassworddlg.ui:157
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:155
msgctxt "setmasterpassworddlg|label4"
msgid "Caution: If you forget the master password, you will be unable to access any of the information protected by it. Passwords are case sensitive."
msgstr ""
-#: simplenameclash.ui:8
+#: uui/uiconfig/ui/simplenameclash.ui:8
msgctxt "simplenameclash|SimpleNameClashDialog"
msgid "File Exists"
msgstr "Афаил ыҟоуп"
-#: simplenameclash.ui:37
+#: uui/uiconfig/ui/simplenameclash.ui:37
msgctxt "simplenameclash|replace"
msgid "Replace"
msgstr "Иҧсахтәуп"
-#: simplenameclash.ui:51
+#: uui/uiconfig/ui/simplenameclash.ui:51
msgctxt "simplenameclash|rename"
msgid "Rename"
msgstr "Ахьӡ ҧсахтәуп"
-#: sslwarndialog.ui:8
+#: uui/uiconfig/ui/sslwarndialog.ui:8
msgctxt "sslwarndialog|SSLWarnDialog"
msgid "Security Warning: "
msgstr ""
-#: sslwarndialog.ui:24
+#: uui/uiconfig/ui/sslwarndialog.ui:25
msgctxt "sslwarndialog|ok"
msgid "Continue"
msgstr "Иацҵатәуп"
-#: sslwarndialog.ui:38
+#: uui/uiconfig/ui/sslwarndialog.ui:39
msgctxt "sslwarndialog|cancel"
msgid "Cancel Connection"
msgstr ""
-#: sslwarndialog.ui:52
+#: uui/uiconfig/ui/sslwarndialog.ui:53
msgctxt "sslwarndialog|view"
msgid "View Certificate"
msgstr "Асертифкат ахәаҧшра "
-#: unknownauthdialog.ui:8
+#: uui/uiconfig/ui/unknownauthdialog.ui:8
msgctxt "unknownauthdialog|UnknownAuthDialog"
msgid "Website Certified by an Unknown Authority"
msgstr ""
-#: unknownauthdialog.ui:80
+#: uui/uiconfig/ui/unknownauthdialog.ui:81
msgctxt "unknownauthdialog|accept"
msgid "Accept this certificate temporarily for this session"
msgstr ""
-#: unknownauthdialog.ui:97
+#: uui/uiconfig/ui/unknownauthdialog.ui:97
msgctxt "unknownauthdialog|reject"
msgid "Do not accept this certificate and do not connect to this Web site"
msgstr ""
-#: unknownauthdialog.ui:112
+#: uui/uiconfig/ui/unknownauthdialog.ui:113
msgctxt "unknownauthdialog|examine"
msgid "Examine Certificate…"
msgstr "Асертификат ахәаҧшра..."
diff --git a/source/ab/vcl/messages.po b/source/ab/vcl/messages.po
index ab25accad1d..e06bb234a93 100644
--- a/source/ab/vcl/messages.po
+++ b/source/ab/vcl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-24 14:55+0100\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
"PO-Revision-Date: 2017-12-23 12:48+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,486 +12,486 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514033304.000000\n"
#. To translators: This is the first entry of a sequence of paper size names
-#: print.hrc:28
+#: vcl/inc/print.hrc:28
msgctxt "RID_STR_PAPERNAMES"
msgid "A0"
msgstr "А0"
-#: print.hrc:29
+#: vcl/inc/print.hrc:29
msgctxt "RID_STR_PAPERNAMES"
msgid "A1"
msgstr "А1"
-#: print.hrc:30
+#: vcl/inc/print.hrc:30
msgctxt "RID_STR_PAPERNAMES"
msgid "A2"
msgstr "А2"
-#: print.hrc:31
+#: vcl/inc/print.hrc:31
msgctxt "RID_STR_PAPERNAMES"
msgid "A3"
msgstr "A3"
-#: print.hrc:32
+#: vcl/inc/print.hrc:32
msgctxt "RID_STR_PAPERNAMES"
msgid "A4"
msgstr "A4"
-#: print.hrc:33
+#: vcl/inc/print.hrc:33
msgctxt "RID_STR_PAPERNAMES"
msgid "A5"
msgstr "A5"
-#: print.hrc:34
+#: vcl/inc/print.hrc:34
msgctxt "RID_STR_PAPERNAMES"
msgid "B4 (ISO)"
msgstr "B4 (ISO)"
-#: print.hrc:35
+#: vcl/inc/print.hrc:35
msgctxt "RID_STR_PAPERNAMES"
msgid "B5 (ISO)"
msgstr "B5 (ISO)"
-#: print.hrc:36
+#: vcl/inc/print.hrc:36
msgctxt "RID_STR_PAPERNAMES"
msgid "Letter"
msgstr "Letter"
-#: print.hrc:37
+#: vcl/inc/print.hrc:37
msgctxt "RID_STR_PAPERNAMES"
msgid "Legal"
msgstr "Legal"
-#: print.hrc:38
+#: vcl/inc/print.hrc:38
msgctxt "RID_STR_PAPERNAMES"
msgid "Tabloid"
msgstr "Tabloid"
-#: print.hrc:39
+#: vcl/inc/print.hrc:39
#, fuzzy
msgctxt "RID_STR_PAPERNAMES"
msgid "User Defined"
msgstr "Ахархәаҩ итип 1"
-#: print.hrc:40
+#: vcl/inc/print.hrc:40
msgctxt "RID_STR_PAPERNAMES"
msgid "B6 (ISO)"
msgstr "B6 (ISO)"
-#: print.hrc:41
+#: vcl/inc/print.hrc:41
msgctxt "RID_STR_PAPERNAMES"
msgid "C4 Envelope"
msgstr ""
-#: print.hrc:42
+#: vcl/inc/print.hrc:42
msgctxt "RID_STR_PAPERNAMES"
msgid "C5 Envelope"
msgstr ""
-#: print.hrc:43
+#: vcl/inc/print.hrc:43
msgctxt "RID_STR_PAPERNAMES"
msgid "C6 Envelope"
msgstr ""
-#: print.hrc:44
+#: vcl/inc/print.hrc:44
msgctxt "RID_STR_PAPERNAMES"
msgid "C6/5 Envelope"
msgstr ""
-#: print.hrc:45
+#: vcl/inc/print.hrc:45
msgctxt "RID_STR_PAPERNAMES"
msgid "DL Envelope"
msgstr ""
-#: print.hrc:46
+#: vcl/inc/print.hrc:46
msgctxt "RID_STR_PAPERNAMES"
msgid "Dia Slide"
msgstr "Dia Slide"
-#: print.hrc:47
+#: vcl/inc/print.hrc:47
msgctxt "RID_STR_PAPERNAMES"
msgid "C"
msgstr ""
-#: print.hrc:48
+#: vcl/inc/print.hrc:48
msgctxt "RID_STR_PAPERNAMES"
msgid "D"
msgstr ""
-#: print.hrc:49
+#: vcl/inc/print.hrc:49
msgctxt "RID_STR_PAPERNAMES"
msgid "E"
msgstr ""
-#: print.hrc:50
+#: vcl/inc/print.hrc:50
msgctxt "RID_STR_PAPERNAMES"
msgid "Executive"
msgstr ""
-#: print.hrc:51
+#: vcl/inc/print.hrc:51
msgctxt "RID_STR_PAPERNAMES"
msgid "Long Bond"
msgstr "Long Bond"
-#: print.hrc:52
+#: vcl/inc/print.hrc:52
msgctxt "RID_STR_PAPERNAMES"
msgid "#8 (Monarch) Envelope"
msgstr ""
-#: print.hrc:53
+#: vcl/inc/print.hrc:53
msgctxt "RID_STR_PAPERNAMES"
msgid "#6 3/4 (Personal) Envelope"
msgstr ""
-#: print.hrc:54
+#: vcl/inc/print.hrc:54
msgctxt "RID_STR_PAPERNAMES"
msgid "#9 Envelope"
msgstr ""
-#: print.hrc:55
+#: vcl/inc/print.hrc:55
msgctxt "RID_STR_PAPERNAMES"
msgid "#10 Envelope"
msgstr ""
-#: print.hrc:56
+#: vcl/inc/print.hrc:56
msgctxt "RID_STR_PAPERNAMES"
msgid "#11 Envelope"
msgstr ""
-#: print.hrc:57
+#: vcl/inc/print.hrc:57
msgctxt "RID_STR_PAPERNAMES"
msgid "#12 Envelope"
msgstr ""
-#: print.hrc:58
+#: vcl/inc/print.hrc:58
msgctxt "RID_STR_PAPERNAMES"
msgid "16 Kai"
msgstr "16 Kai"
-#: print.hrc:59
+#: vcl/inc/print.hrc:59
msgctxt "RID_STR_PAPERNAMES"
msgid "32 Kai"
msgstr "32 Kai"
-#: print.hrc:60
+#: vcl/inc/print.hrc:60
msgctxt "RID_STR_PAPERNAMES"
msgid "Big 32 Kai"
msgstr "Идуу 32 Kai"
-#: print.hrc:61
+#: vcl/inc/print.hrc:61
msgctxt "RID_STR_PAPERNAMES"
msgid "B4 (JIS)"
msgstr "B4 (JIS)"
-#: print.hrc:62
+#: vcl/inc/print.hrc:62
msgctxt "RID_STR_PAPERNAMES"
msgid "B5 (JIS)"
msgstr "B5 (JIS)"
-#: print.hrc:63
+#: vcl/inc/print.hrc:63
msgctxt "RID_STR_PAPERNAMES"
msgid "B6 (JIS)"
msgstr "B6 (JIS)"
#. To translators: This is the last entry of the sequence of paper size names
-#: print.hrc:65
+#: vcl/inc/print.hrc:65
msgctxt "RID_STR_PAPERNAMES"
msgid "Japanese Postcard"
msgstr ""
-#: printaccessoryview.hrc:27
+#: vcl/inc/printaccessoryview.hrc:27
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Preview"
msgstr "Заатәи ахәаҧшра"
-#: printaccessoryview.hrc:28
+#: vcl/inc/printaccessoryview.hrc:28
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Page number"
msgstr "Адаҟьа аномер"
-#: printaccessoryview.hrc:29
+#: vcl/inc/printaccessoryview.hrc:29
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Number of pages"
msgstr "Адаҟьақәа рхыҧхьаӡара"
-#: printaccessoryview.hrc:30
+#: vcl/inc/printaccessoryview.hrc:30
#, fuzzy
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "More"
msgstr "Ииагатәуп"
-#: printaccessoryview.hrc:31
+#: vcl/inc/printaccessoryview.hrc:31
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Print selection only"
msgstr "Икьыҧхьтәуп иалкаау мацара"
-#: strings.hrc:25
+#: vcl/inc/strings.hrc:25
msgctxt "SV_RESID_STRING_NOSELECTIONPOSSIBLE"
msgid "<No selection possible>"
msgstr "<Алхра ауӡом>"
-#: strings.hrc:27
+#: vcl/inc/strings.hrc:27
#, fuzzy
msgctxt "SV_MENU_MAC_SERVICES"
msgid "Services"
msgstr "Амаҵзура:"
-#: strings.hrc:28
+#: vcl/inc/strings.hrc:28
msgctxt "SV_MENU_MAC_HIDEAPP"
msgid "Hide %PRODUCTNAME"
msgstr ""
-#: strings.hrc:29
+#: vcl/inc/strings.hrc:29
msgctxt "SV_MENU_MAC_HIDEALL"
msgid "Hide Others"
msgstr ""
-#: strings.hrc:30
+#: vcl/inc/strings.hrc:30
msgctxt "SV_MENU_MAC_SHOWALL"
msgid "Show All"
msgstr ""
-#: strings.hrc:31
+#: vcl/inc/strings.hrc:31
msgctxt "SV_MENU_MAC_QUITAPP"
msgid "Quit %PRODUCTNAME"
msgstr ""
-#: strings.hrc:33
+#: vcl/inc/strings.hrc:33
msgctxt "SV_HELPTEXT_CLOSE"
msgid "Close"
msgstr "Иарктәуп"
-#: strings.hrc:34
+#: vcl/inc/strings.hrc:34
msgctxt "SV_HELPTEXT_MINIMIZE"
msgid "Minimize"
msgstr ""
-#: strings.hrc:35
+#: vcl/inc/strings.hrc:35
msgctxt "SV_HELPTEXT_MAXIMIZE"
msgid "Maximize"
msgstr ""
-#: strings.hrc:36
+#: vcl/inc/strings.hrc:36
msgctxt "SV_HELPTEXT_RESTORE"
msgid "Restore"
msgstr ""
-#: strings.hrc:37
+#: vcl/inc/strings.hrc:37
msgctxt "SV_HELPTEXT_ROLLDOWN"
msgid "Drop down"
msgstr ""
-#: strings.hrc:38
+#: vcl/inc/strings.hrc:38
msgctxt "SV_HELPTEXT_ROLLUP"
msgid "Roll up"
msgstr ""
-#: strings.hrc:39
+#: vcl/inc/strings.hrc:39
msgctxt "SV_HELPTEXT_HELP"
msgid "Help"
msgstr "Аилыркаага"
-#: strings.hrc:40
+#: vcl/inc/strings.hrc:40
msgctxt "SV_HELPTEXT_SCREENSHOT"
msgid "Take and annotate a screenshot"
msgstr ""
-#: strings.hrc:41
+#: vcl/inc/strings.hrc:41
msgctxt "SV_HELPTEXT_FADEIN"
msgid "Show"
msgstr "Иаарҧштәуп"
-#: strings.hrc:42
+#: vcl/inc/strings.hrc:42
msgctxt "SV_HELPTEXT_FADEOUT"
msgid "Hide"
msgstr "Иҵәахтәуп"
-#: strings.hrc:43
+#: vcl/inc/strings.hrc:43
msgctxt "SV_HELPTEXT_CLOSEDOCUMENT"
msgid "Close Document"
msgstr "Иарктәуп адокумент"
#. To translators: This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string
-#: strings.hrc:46
+#: vcl/inc/strings.hrc:46
msgctxt "SV_BUTTONTEXT_OK"
msgid "~OK"
msgstr "~OK"
#. To translators: This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string
-#: strings.hrc:48
+#: vcl/inc/strings.hrc:48
msgctxt "SV_BUTTONTEXT_CANCEL"
msgid "~Cancel"
msgstr "~Иаҟәыхтәуп"
#. To translators: This is used on buttons for Windows, there should be no ~ mnemonic in this string
-#: strings.hrc:50
+#: vcl/inc/strings.hrc:50
msgctxt "SV_BUTTONTEXT_OK_NOMNEMONIC"
msgid "OK"
msgstr "OK"
#. To translators: This is used on buttons for Windows, there should be no ~ mnemonic in this string
-#: strings.hrc:52
+#: vcl/inc/strings.hrc:52
msgctxt "SV_BUTTONTEXT_CANCEL_NOMNEMONIC"
msgid "Cancel"
msgstr "Иаҟәыхтәуп"
-#: strings.hrc:53
+#: vcl/inc/strings.hrc:53
msgctxt "SV_BUTTONTEXT_YES"
msgid "~Yes"
msgstr "Ааи"
-#: strings.hrc:54
+#: vcl/inc/strings.hrc:54
msgctxt "SV_BUTTONTEXT_NO"
msgid "~No"
msgstr ""
-#: strings.hrc:55
+#: vcl/inc/strings.hrc:55
msgctxt "SV_BUTTONTEXT_RETRY"
msgid "~Retry"
msgstr "Аиҭаҟаҵара"
-#: strings.hrc:56
+#: vcl/inc/strings.hrc:56
msgctxt "SV_BUTTONTEXT_HELP"
msgid "~Help"
msgstr "~Ацхыраагӡа"
-#: strings.hrc:57
+#: vcl/inc/strings.hrc:57
#, fuzzy
msgctxt "SV_BUTTONTEXT_CLOSE"
msgid "~Close"
msgstr "Иарктәуп"
-#: strings.hrc:58
+#: vcl/inc/strings.hrc:58
msgctxt "SV_BUTTONTEXT_MORE"
msgid "~More"
msgstr ""
-#: strings.hrc:59
+#: vcl/inc/strings.hrc:59
msgctxt "SV_BUTTONTEXT_IGNORE"
msgid "~Ignore"
msgstr ""
-#: strings.hrc:60
+#: vcl/inc/strings.hrc:60
msgctxt "SV_BUTTONTEXT_ABORT"
msgid "~Abort"
msgstr "Еиҧҟьатәуп"
-#: strings.hrc:61
+#: vcl/inc/strings.hrc:61
msgctxt "SV_BUTTONTEXT_LESS"
msgid "~Less"
msgstr ""
-#: strings.hrc:62
+#: vcl/inc/strings.hrc:62
msgctxt "SV_BUTTONTEXT_RESET"
msgid "R~eset"
msgstr "Еиҭашьақәыргылатәуп"
-#: strings.hrc:63
+#: vcl/inc/strings.hrc:63
msgctxt "SV_BUTTONTEXT_ADD"
msgid "~Add"
msgstr "Иацҵатәуп"
-#: strings.hrc:64
+#: vcl/inc/strings.hrc:64
msgctxt "SV_BUTTONTEXT_DELETE"
msgid "~Delete"
msgstr "~Ианыхтәуп"
-#: strings.hrc:65
+#: vcl/inc/strings.hrc:65
msgctxt "SV_BUTTONTEXT_REMOVE"
msgid "~Remove"
msgstr "~Ианыхтәуп"
-#: strings.hrc:66
+#: vcl/inc/strings.hrc:66
msgctxt "SV_BUTTONTEXT_NEW"
msgid "~New"
msgstr "Иаҧҵатәуп"
-#: strings.hrc:67
+#: vcl/inc/strings.hrc:67
msgctxt "SV_BUTTONTEXT_EDIT"
msgid "~Edit"
msgstr "~Ариашара"
-#: strings.hrc:68
+#: vcl/inc/strings.hrc:68
msgctxt "SV_BUTTONTEXT_APPLY"
msgid "~Apply"
msgstr "~Ихархәатәуп"
-#: strings.hrc:69
+#: vcl/inc/strings.hrc:69
msgctxt "SV_BUTTONTEXT_SAVE"
msgid "~Save"
msgstr "Еиқәырхатәуп"
-#: strings.hrc:70
+#: vcl/inc/strings.hrc:70
msgctxt "SV_BUTTONTEXT_UNDO"
msgid "~Undo"
msgstr "Иаҟәыхтәуп"
-#: strings.hrc:71
+#: vcl/inc/strings.hrc:71
msgctxt "SV_BUTTONTEXT_PASTE"
msgid "~Paste"
msgstr "Ибжьаргылатәуп"
-#: strings.hrc:72
+#: vcl/inc/strings.hrc:72
msgctxt "SV_BUTTONTEXT_NEXT"
msgid "~Next"
msgstr "~Анаҩстәи"
-#: strings.hrc:73
+#: vcl/inc/strings.hrc:73
msgctxt "SV_BUTTONTEXT_PREV"
msgid "~Previous"
msgstr ""
-#: strings.hrc:74
+#: vcl/inc/strings.hrc:74
msgctxt "SV_BUTTONTEXT_GO_UP"
msgid "~Up"
msgstr ""
-#: strings.hrc:75
+#: vcl/inc/strings.hrc:75
msgctxt "SV_BUTTONTEXT_GO_DOWN"
msgid "Do~wn"
msgstr ""
-#: strings.hrc:76
+#: vcl/inc/strings.hrc:76
msgctxt "SV_BUTTONTEXT_CLEAR"
msgid "~Clear"
msgstr ""
-#: strings.hrc:77
+#: vcl/inc/strings.hrc:77
msgctxt "SV_BUTTONTEXT_OPEN"
msgid "~Open"
msgstr "~Иаарттәуп"
-#: strings.hrc:78
+#: vcl/inc/strings.hrc:78
#, fuzzy
msgctxt "SV_BUTTONTEXT_PLAY"
msgid "~Play"
msgstr "Идәықәҵатәуп"
-#: strings.hrc:79
+#: vcl/inc/strings.hrc:79
msgctxt "SV_BUTTONTEXT_FIND"
msgid "~Find"
msgstr "~Иҧшаатәуп"
-#: strings.hrc:80
+#: vcl/inc/strings.hrc:80
msgctxt "SV_BUTTONTEXT_STOP"
msgid "~Stop"
msgstr "~Аанкылара"
-#: strings.hrc:81
+#: vcl/inc/strings.hrc:81
msgctxt "SV_BUTTONTEXT_CONNECT"
msgid "C~onnect"
msgstr ""
-#: strings.hrc:82
+#: vcl/inc/strings.hrc:82
msgctxt "SV_BUTTONTEXT_SCREENSHOT"
msgid "~Screenshot"
msgstr ""
-#: strings.hrc:84
+#: vcl/inc/strings.hrc:84
#, c-format
msgctxt "SV_STDTEXT_SERVICENOTAVAILABLE"
msgid ""
@@ -499,917 +499,917 @@ msgid ""
"Please start setup with the repair option."
msgstr ""
-#: strings.hrc:86
-msgctxt "SV_STDTEXT_DONTASKAGAIN"
-msgid "Do not show this question again."
-msgstr ""
-
-#: strings.hrc:87
-msgctxt "SV_STDTEXT_DONTWARNAGAIN"
-msgid "Do not show warning again."
-msgstr ""
-
-#: strings.hrc:89
+#: vcl/inc/strings.hrc:86
msgctxt "SV_STDTEXT_ABOUT"
msgid "About %PRODUCTNAME"
msgstr ""
-#: strings.hrc:90
+#: vcl/inc/strings.hrc:87
msgctxt "SV_STDTEXT_PREFERENCES"
msgid "Preferences..."
msgstr ""
-#: strings.hrc:91
+#: vcl/inc/strings.hrc:88
msgctxt "SV_STDTEXT_ALLFILETYPES"
msgid "Any type"
msgstr ""
-#: strings.hrc:93
+#: vcl/inc/strings.hrc:90
msgctxt "STR_FPICKER_AUTO_EXTENSION"
msgid "~Automatic file name extension"
msgstr ""
-#: strings.hrc:94
+#: vcl/inc/strings.hrc:91
msgctxt "STR_FPICKER_PASSWORD"
msgid "Save with pass~word"
msgstr "Еиқәырхатәуп ажәамаӡа шацу"
#. dear loplugins, please don't remove this constant, it will be used in follow-up commits
-#: strings.hrc:96
+#: vcl/inc/strings.hrc:93
msgctxt "STR_FPICKER_GPGENCRYPT"
msgid "Encrypt with ~GPG key"
msgstr ""
-#: strings.hrc:97
+#: vcl/inc/strings.hrc:94
msgctxt "STR_FPICKER_FILTER_OPTIONS"
msgid "~Edit filter settings"
msgstr "Афильтр апараметрқәа рыриашара"
-#: strings.hrc:98
+#: vcl/inc/strings.hrc:95
msgctxt "STR_FPICKER_READONLY"
msgid "~Read-only"
msgstr "Аҧхьараз мацараз"
-#: strings.hrc:99
+#: vcl/inc/strings.hrc:96
msgctxt "STR_FPICKER_INSERT_AS_LINK"
msgid "Insert as ~Link"
msgstr "Ибжьаргылатәуп азхьарҧш еиҧш"
-#: strings.hrc:100
+#: vcl/inc/strings.hrc:97
msgctxt "STR_FPICKER_SHOW_PREVIEW"
msgid "Pr~eview"
msgstr "Ахәаҧшра"
-#: strings.hrc:101
+#: vcl/inc/strings.hrc:98
#, fuzzy
msgctxt "STR_FPICKER_PLAY"
msgid "~Play"
msgstr "Идәықәҵатәуп"
-#: strings.hrc:102
+#: vcl/inc/strings.hrc:99
msgctxt "STR_FPICKER_VERSION"
msgid "~Version:"
msgstr "Аверсиа:"
-#: strings.hrc:103
+#: vcl/inc/strings.hrc:100
msgctxt "STR_FPICKER_TEMPLATES"
msgid "S~tyles:"
msgstr "Астильқәа:"
-#: strings.hrc:104
+#: vcl/inc/strings.hrc:101
#, fuzzy
msgctxt "STR_FPICKER_IMAGE_TEMPLATE"
msgid "Frame Style: "
msgstr "Адаҟьа астиль: "
-#: strings.hrc:105
+#: vcl/inc/strings.hrc:102
+msgctxt "STR_FPICKER_IMAGE_ANCHOR"
+msgid "A~nchor: "
+msgstr ""
+
+#: vcl/inc/strings.hrc:103
msgctxt "STR_FPICKER_SELECTION"
msgid "~Selection"
msgstr "Алкаара"
-#: strings.hrc:106
+#: vcl/inc/strings.hrc:104
msgctxt "STR_FPICKER_FOLDER_DEFAULT_TITLE"
msgid "Select Path"
msgstr "Иалхтәуп амҩа"
-#: strings.hrc:107
+#: vcl/inc/strings.hrc:105
msgctxt "STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION"
msgid "Please select a folder."
msgstr "Иалышәх аҭаӡ."
-#: strings.hrc:108
+#: vcl/inc/strings.hrc:106
msgctxt "STR_FPICKER_ALREADYEXISTOVERWRITE_PRIMARY"
msgid "A file named \"$filename$\" already exists. Do you want to replace it?"
msgstr ""
-#: strings.hrc:109
+#: vcl/inc/strings.hrc:107
msgctxt "STR_FPICKER_ALREADYEXISTOVERWRITE_SECONDARY"
msgid "The file already exists in \"$dirname$\". Replacing it will overwrite its contents."
msgstr ""
-#: strings.hrc:110
+#: vcl/inc/strings.hrc:108
msgctxt "STR_FPICKER_ALLFORMATS"
msgid "All Formats"
msgstr "Аформатқәа зегьы"
-#: strings.hrc:111
+#: vcl/inc/strings.hrc:109
msgctxt "STR_FPICKER_OPEN"
msgid "Open"
msgstr "Иаарттәуп"
-#: strings.hrc:112
+#: vcl/inc/strings.hrc:110
msgctxt "STR_FPICKER_SAVE"
msgid "Save"
msgstr "Еиқәырхатәуп"
-#: strings.hrc:113
+#: vcl/inc/strings.hrc:111
msgctxt "STR_FPICKER_TYPE"
msgid "File ~type"
msgstr "Афаил атип"
-#: strings.hrc:115
+#: vcl/inc/strings.hrc:113
msgctxt "SV_ACCESSERROR_NO_FONTS"
msgid "No fonts could be found on the system."
msgstr ""
-#: strings.hrc:117
+#: vcl/inc/strings.hrc:115
msgctxt "SV_PRINT_NOPAGES"
msgid "No pages"
msgstr "Адаҟьақәа ыҟам"
-#: strings.hrc:118
+#: vcl/inc/strings.hrc:116
msgctxt "SV_PRINT_TOFILE_TXT"
msgid "Print to File..."
msgstr "Икьыҧхьтәуп афаил ахь..."
-#: strings.hrc:119
+#: vcl/inc/strings.hrc:117
msgctxt "SV_PRINT_DEFPRT_TXT"
msgid "Default printer"
msgstr ""
-#: strings.hrc:120
+#: vcl/inc/strings.hrc:118
msgctxt "SV_PRINT_PRINTPREVIEW_TXT"
msgid "Print preview"
msgstr "Заатәи ахәаҧшра"
-#: strings.hrc:121
+#: vcl/inc/strings.hrc:119
msgctxt "SV_PRINT_QUERYFAXNUMBER_TXT"
msgid "Please enter the fax number"
msgstr ""
-#: strings.hrc:122
+#: vcl/inc/strings.hrc:120
msgctxt "SV_PRINT_INVALID_TXT"
msgid "<ignore>"
msgstr ""
-#: strings.hrc:123
+#: vcl/inc/strings.hrc:121
msgctxt "SV_PRINT_CUSTOM_TXT"
msgid "Custom"
msgstr "Напыла"
-#: strings.hrc:125
+#: vcl/inc/strings.hrc:123
msgctxt "SV_EDIT_WARNING_STR"
msgid "The inserted text exceeded the maximum length of this text field. The text was truncated."
msgstr ""
-#: strings.hrc:127
+#: vcl/inc/strings.hrc:125
msgctxt "SV_APP_CPUTHREADS"
msgid "CPU threads: "
msgstr ""
-#: strings.hrc:128
+#: vcl/inc/strings.hrc:126
msgctxt "SV_APP_OSVERSION"
msgid "OS: "
msgstr ""
-#: strings.hrc:129
+#: vcl/inc/strings.hrc:127
msgctxt "SV_APP_UIRENDER"
msgid "UI render: "
msgstr ""
-#: strings.hrc:130
+#: vcl/inc/strings.hrc:128
msgctxt "SV_APP_GL"
msgid "GL"
msgstr ""
-#: strings.hrc:131
+#: vcl/inc/strings.hrc:129
#, fuzzy
msgctxt "SV_APP_DEFAULT"
msgid "default"
msgstr "Астандарт"
-#: strings.hrc:133
+#: vcl/inc/strings.hrc:131
msgctxt "SV_MSGBOX_INFO"
msgid "Information"
msgstr "Аинформациа"
-#: strings.hrc:134
+#: vcl/inc/strings.hrc:132
msgctxt "SV_MSGBOX_WARNING"
msgid "Warning"
msgstr "Агәаҽанҵара"
-#: strings.hrc:135
+#: vcl/inc/strings.hrc:133
msgctxt "SV_MSGBOX_ERROR"
msgid "Error"
msgstr "Агха"
-#: strings.hrc:136
+#: vcl/inc/strings.hrc:134
#, fuzzy
msgctxt "SV_MSGBOX_QUERY"
msgid "Confirmation"
msgstr "Архиара"
-#: strings.hrc:138
+#: vcl/inc/strings.hrc:136
msgctxt "STR_TEXTUNDO_DELPARA"
msgid "delete line"
msgstr "ианыхтәуп ацәаҳәа"
-#: strings.hrc:139
+#: vcl/inc/strings.hrc:137
msgctxt "STR_TEXTUNDO_CONNECTPARAS"
msgid "delete multiple lines"
msgstr "ианыхтәуп ацәаҳәақәа ҧыҭк"
-#: strings.hrc:140
+#: vcl/inc/strings.hrc:138
msgctxt "STR_TEXTUNDO_SPLITPARA"
msgid "insert multiple lines"
msgstr "ибжьаргылатәуп ацәаҳәақәа ҧыҭк"
-#: strings.hrc:141
+#: vcl/inc/strings.hrc:139
msgctxt "STR_TEXTUNDO_INSERTCHARS"
msgid "insert '$1'"
msgstr ""
-#: strings.hrc:142
+#: vcl/inc/strings.hrc:140
msgctxt "STR_TEXTUNDO_REMOVECHARS"
msgid "delete '$1'"
msgstr "ианыхтәуп '$1' "
#. To translators: This is the first entry of a sequence of measurement unit names
-#: units.hrc:28
+#: vcl/inc/units.hrc:28
msgctxt "SV_FUNIT_STRINGS"
msgid "mm"
msgstr "мм"
-#: units.hrc:29
+#: vcl/inc/units.hrc:29
msgctxt "SV_FUNIT_STRINGS"
msgid "cm"
msgstr "см"
-#: units.hrc:30
+#: vcl/inc/units.hrc:30
msgctxt "SV_FUNIT_STRINGS"
msgid "m"
msgstr ""
-#: units.hrc:31
+#: vcl/inc/units.hrc:31
msgctxt "SV_FUNIT_STRINGS"
msgid "km"
msgstr ""
-#: units.hrc:32
+#: vcl/inc/units.hrc:32
msgctxt "SV_FUNIT_STRINGS"
msgid "twips"
msgstr ""
-#: units.hrc:33
+#: vcl/inc/units.hrc:33
msgctxt "SV_FUNIT_STRINGS"
msgid "twip"
msgstr ""
-#: units.hrc:34
+#: vcl/inc/units.hrc:34
msgctxt "SV_FUNIT_STRINGS"
msgid "pt"
msgstr "пт"
-#: units.hrc:35
+#: vcl/inc/units.hrc:35
msgctxt "SV_FUNIT_STRINGS"
msgid "pc"
msgstr ""
-#: units.hrc:36
+#: vcl/inc/units.hrc:36
msgctxt "SV_FUNIT_STRINGS"
msgid "\""
msgstr ""
-#: units.hrc:37
+#: vcl/inc/units.hrc:37
msgctxt "SV_FUNIT_STRINGS"
msgid "in"
msgstr "иаҵанакуеит"
-#: units.hrc:38
+#: vcl/inc/units.hrc:38
msgctxt "SV_FUNIT_STRINGS"
msgid "inch"
msgstr "адиуим"
-#: units.hrc:39
+#: vcl/inc/units.hrc:39
msgctxt "SV_FUNIT_STRINGS"
msgid "'"
msgstr ""
-#: units.hrc:40
+#: vcl/inc/units.hrc:40
msgctxt "SV_FUNIT_STRINGS"
msgid "ft"
msgstr ""
-#: units.hrc:41
+#: vcl/inc/units.hrc:41
msgctxt "SV_FUNIT_STRINGS"
msgid "foot"
msgstr "афут"
-#: units.hrc:42
+#: vcl/inc/units.hrc:42
msgctxt "SV_FUNIT_STRINGS"
msgid "feet"
msgstr ""
-#: units.hrc:43
+#: vcl/inc/units.hrc:43
msgctxt "SV_FUNIT_STRINGS"
msgid "miles"
msgstr "амильқәа"
-#: units.hrc:44
+#: vcl/inc/units.hrc:44
msgctxt "SV_FUNIT_STRINGS"
msgid "mile"
msgstr "амиль"
-#: units.hrc:45
+#: vcl/inc/units.hrc:45
msgctxt "SV_FUNIT_STRINGS"
msgid "ch"
msgstr ""
-#: units.hrc:46
+#: vcl/inc/units.hrc:46
msgctxt "SV_FUNIT_STRINGS"
msgid "line"
msgstr "ацәаҳәа"
-#: units.hrc:47
+#: vcl/inc/units.hrc:47
msgctxt "SV_FUNIT_STRINGS"
msgid "pixels"
msgstr "пикс."
-#: units.hrc:48
+#: vcl/inc/units.hrc:48
msgctxt "SV_FUNIT_STRINGS"
msgid "pixel"
msgstr "пикс."
#. To translators: degree
-#: units.hrc:50
+#: vcl/inc/units.hrc:50
msgctxt "SV_FUNIT_STRINGS"
msgid "°"
msgstr ""
-#: units.hrc:51
+#: vcl/inc/units.hrc:51
msgctxt "SV_FUNIT_STRINGS"
msgid "sec"
msgstr ""
#. To translators: This is the last entry of the sequence of measurement unit names
-#: units.hrc:53
+#: vcl/inc/units.hrc:53
msgctxt "SV_FUNIT_STRINGS"
msgid "ms"
msgstr ""
-#: cupspassworddialog.ui:8
+#: vcl/uiconfig/ui/cupspassworddialog.ui:8
msgctxt "cupspassworddialog|CUPSPasswordDialog"
msgid "Authentication Request"
msgstr ""
-#: cupspassworddialog.ui:70
+#: vcl/uiconfig/ui/cupspassworddialog.ui:72
msgctxt "cupspassworddialog|label1"
msgid "_User:"
msgstr ""
-#: cupspassworddialog.ui:84
+#: vcl/uiconfig/ui/cupspassworddialog.ui:86
msgctxt "cupspassworddialog|label2"
msgid "_Password:"
msgstr "Ажәамаӡа:"
-#: cupspassworddialog.ui:98
+#: vcl/uiconfig/ui/cupspassworddialog.ui:100
msgctxt "cupspassworddialog|text"
msgid "Please enter your authentication data for server “%s”"
msgstr ""
-#: editmenu.ui:12
+#: vcl/uiconfig/ui/editmenu.ui:12
msgctxt "editmenu|undo"
msgid "_Undo"
msgstr "Иаҟәыхтәуп "
-#: editmenu.ui:26
+#: vcl/uiconfig/ui/editmenu.ui:26
msgctxt "editmenu|cut"
msgid "Cu_t"
msgstr "Игәылҧҟатәуп"
-#: editmenu.ui:34
+#: vcl/uiconfig/ui/editmenu.ui:34
msgctxt "editmenu|copy"
msgid "_Copy"
msgstr "Акопиа ахыхтәуп"
-#: editmenu.ui:42
+#: vcl/uiconfig/ui/editmenu.ui:42
msgctxt "editmenu|paste"
msgid "_Paste"
msgstr "Ибжьаргылатәуп"
-#: editmenu.ui:50
+#: vcl/uiconfig/ui/editmenu.ui:50
msgctxt "editmenu|delete"
msgid "_Delete"
msgstr "Ианыхтәуп"
-#: editmenu.ui:64
+#: vcl/uiconfig/ui/editmenu.ui:64
msgctxt "editmenu|selectall"
msgid "Select _All"
msgstr "Иалкаатәуп зегьы"
-#: editmenu.ui:73
+#: vcl/uiconfig/ui/editmenu.ui:73
msgctxt "editmenu|specialchar"
msgid "_Special Character..."
msgstr "Асимволқәа..."
-#: errornocontentdialog.ui:8
+#: vcl/uiconfig/ui/errornocontentdialog.ui:7
msgctxt "errornocontentdialog|ErrorNoContentDialog"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: errornocontentdialog.ui:14
+#: vcl/uiconfig/ui/errornocontentdialog.ui:14
msgctxt "errornocontentdialog|ErrorNoContentDialog"
msgid "There are no pages to be printed."
msgstr "Икьыҧхьтәу ыҟам."
-#: errornocontentdialog.ui:15
+#: vcl/uiconfig/ui/errornocontentdialog.ui:15
msgctxt "errornocontentdialog|ErrorNoContentDialog"
msgid "Please check your document for ranges relevant to printing."
msgstr ""
-#: errornoprinterdialog.ui:8
+#: vcl/uiconfig/ui/errornoprinterdialog.ui:7
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: errornoprinterdialog.ui:14
+#: vcl/uiconfig/ui/errornoprinterdialog.ui:14
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "No default printer found."
msgstr ""
-#: errornoprinterdialog.ui:15
+#: vcl/uiconfig/ui/errornoprinterdialog.ui:15
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "Please choose a printer and try again."
msgstr ""
-#: printdialog.ui:46
+#: vcl/uiconfig/ui/printdialog.ui:46
msgctxt "printdialog|liststore1"
msgid "1"
msgstr ""
-#: printdialog.ui:50
+#: vcl/uiconfig/ui/printdialog.ui:50
msgctxt "printdialog|liststore1"
msgid "2"
msgstr ""
-#: printdialog.ui:54
+#: vcl/uiconfig/ui/printdialog.ui:54
msgctxt "printdialog|liststore1"
msgid "4"
msgstr ""
-#: printdialog.ui:58
+#: vcl/uiconfig/ui/printdialog.ui:58
msgctxt "printdialog|liststore1"
msgid "6"
msgstr ""
-#: printdialog.ui:62
+#: vcl/uiconfig/ui/printdialog.ui:62
msgctxt "printdialog|liststore1"
msgid "9"
msgstr ""
-#: printdialog.ui:66
+#: vcl/uiconfig/ui/printdialog.ui:66
msgctxt "printdialog|liststore1"
msgid "16"
msgstr ""
-#: printdialog.ui:70
+#: vcl/uiconfig/ui/printdialog.ui:70
#, fuzzy
msgctxt "printdialog|liststore1"
msgid "Custom"
msgstr "Даҽакы:"
-#: printdialog.ui:82
+#: vcl/uiconfig/ui/printdialog.ui:82
msgctxt "printdialog|liststore2"
msgid "left to right, then down"
msgstr ""
-#: printdialog.ui:85
+#: vcl/uiconfig/ui/printdialog.ui:85
msgctxt "printdialog|liststore2"
msgid "top to bottom, then right"
msgstr ""
-#: printdialog.ui:88
+#: vcl/uiconfig/ui/printdialog.ui:88
msgctxt "printdialog|liststore2"
msgid "top to bottom, then left"
msgstr ""
-#: printdialog.ui:91
+#: vcl/uiconfig/ui/printdialog.ui:91
msgctxt "printdialog|liststore2"
msgid "right to left, then down"
msgstr ""
-#: printdialog.ui:102
+#: vcl/uiconfig/ui/printdialog.ui:102
msgctxt "printdialog|liststore3"
msgid "Automatic"
msgstr "Автоматикала"
-#: printdialog.ui:105
+#: vcl/uiconfig/ui/printdialog.ui:105
msgctxt "printdialog|liststore3"
msgid "Portrait"
msgstr "Ашәҟәытә"
-#: printdialog.ui:108
+#: vcl/uiconfig/ui/printdialog.ui:108
msgctxt "printdialog|liststore3"
msgid "Landscape"
msgstr "Альбомтә"
-#: printdialog.ui:115
+#: vcl/uiconfig/ui/printdialog.ui:115
msgctxt "printdialog|PrintDialog"
msgid "Print"
msgstr "Акьыҧхьра"
-#: printdialog.ui:233
+#: vcl/uiconfig/ui/printdialog.ui:232
msgctxt "printdialog|totalnumpages"
msgid "/ %n"
msgstr ""
-#: printdialog.ui:332
+#: vcl/uiconfig/ui/printdialog.ui:331
msgctxt "printdialog|label7"
msgid "Status:"
msgstr "Аҭагылазаашьа:"
-#: printdialog.ui:344
+#: vcl/uiconfig/ui/printdialog.ui:343
msgctxt "printdialog|label8"
msgid "Location:"
msgstr "Аҭыҧ:"
-#: printdialog.ui:356
+#: vcl/uiconfig/ui/printdialog.ui:355
msgctxt "printdialog|label9"
msgid "Comment:"
msgstr "Акомментариқәа:"
-#: printdialog.ui:368
+#: vcl/uiconfig/ui/printdialog.ui:367
msgctxt "printdialog|status"
msgid "Default printer"
msgstr ""
-#: printdialog.ui:380
+#: vcl/uiconfig/ui/printdialog.ui:379
msgctxt "printdialog|location"
msgid "Place"
msgstr ""
-#: printdialog.ui:392
+#: vcl/uiconfig/ui/printdialog.ui:391
msgctxt "printdialog|comment"
msgid "Long printer name"
msgstr "Апринтер ахьӡ"
-#: printdialog.ui:406
+#: vcl/uiconfig/ui/printdialog.ui:405
msgctxt "printdialog|label6"
msgid "Details"
msgstr "Хәҭа-хәҭала"
-#: printdialog.ui:417
+#: vcl/uiconfig/ui/printdialog.ui:416
msgctxt "printdialog|setup"
msgid "Properties..."
msgstr "Аҷыдаҟазшьақәа..."
-#: printdialog.ui:453
+#: vcl/uiconfig/ui/printdialog.ui:452
msgctxt "printdialog|label5"
msgid "Printer"
msgstr "Апринтер"
-#: printdialog.ui:493
+#: vcl/uiconfig/ui/printdialog.ui:492
msgctxt "printdialog|label14"
msgid "Number of copies"
msgstr ""
-#: printdialog.ui:531
+#: vcl/uiconfig/ui/printdialog.ui:529
#, fuzzy
msgctxt "printdialog|collate"
msgid "Collate"
msgstr "Иеикәрҳәтәуп"
-#: printdialog.ui:588
+#: vcl/uiconfig/ui/printdialog.ui:587
msgctxt "printdialog|printallsheets"
msgid "All sheets"
msgstr ""
-#: printdialog.ui:605
+#: vcl/uiconfig/ui/printdialog.ui:605
msgctxt "printdialog|printselectedsheets"
msgid "Selected sheets"
msgstr "Иалху абӷьыцқәа"
-#: printdialog.ui:621
+#: vcl/uiconfig/ui/printdialog.ui:622
msgctxt "printdialog|printselectedcells"
msgid "Selected cells"
msgstr "Иалху абларҭақәа"
-#: printdialog.ui:646
+#: vcl/uiconfig/ui/printdialog.ui:648
msgctxt "printdialog|fromwhich"
msgid "From which print"
msgstr "Икьыҧхьтәуп"
-#: printdialog.ui:664
+#: vcl/uiconfig/ui/printdialog.ui:666
msgctxt "printdialog|printallpages"
msgid "All pages"
msgstr "Адаҟьақәа зегьы"
-#: printdialog.ui:685
+#: vcl/uiconfig/ui/printdialog.ui:688
msgctxt "printdialog|printpages"
msgid "Pages"
msgstr "Адаҟьақәа"
-#: printdialog.ui:720
+#: vcl/uiconfig/ui/printdialog.ui:723
msgctxt "printdialog|printselection"
msgid "Selection"
msgstr "Алхра"
-#: printdialog.ui:736
+#: vcl/uiconfig/ui/printdialog.ui:740
msgctxt "printdialog|reverseorder"
msgid "Print in reverse page order"
msgstr ""
-#: printdialog.ui:768
+#: vcl/uiconfig/ui/printdialog.ui:773
msgctxt "printdialog|label13"
msgid "Range and Copies"
msgstr ""
-#: printdialog.ui:801
+#: vcl/uiconfig/ui/printdialog.ui:806
msgctxt "printdialog|label16"
msgid "Comments"
msgstr "Акомментариқәа"
-#: printdialog.ui:830
+#: vcl/uiconfig/ui/printdialog.ui:835
msgctxt "printdialog|label15"
msgid "Print"
msgstr "Акьыҧхьра"
-#: printdialog.ui:869
+#: vcl/uiconfig/ui/printdialog.ui:874
msgctxt "printdialog|label10"
msgid "Document"
msgstr "Адокумент"
-#: printdialog.ui:906
+#: vcl/uiconfig/ui/printdialog.ui:911
msgctxt "printdialog|label12"
msgid "Slides per page"
msgstr "Аслаидқәа адаҟьаҟны"
-#: printdialog.ui:931
+#: vcl/uiconfig/ui/printdialog.ui:936
msgctxt "printdialog|label19"
msgid "Order"
msgstr ""
-#: printdialog.ui:967
+#: vcl/uiconfig/ui/printdialog.ui:972
msgctxt "printdialog|label11"
msgid "Print"
msgstr "Акьыҧхьра"
-#: printdialog.ui:985
+#: vcl/uiconfig/ui/printdialog.ui:990
msgctxt "printdialog|label1"
msgid "General"
msgstr "Азеиҧшқәа"
-#: printdialog.ui:1009
+#: vcl/uiconfig/ui/printdialog.ui:1014
msgctxt "printdialog|customlabel"
msgid "custom"
msgstr ""
-#: printdialog.ui:1059
+#: vcl/uiconfig/ui/printdialog.ui:1064
msgctxt "printdialog|pagespersheetbtn"
msgid "Pages per sheet"
msgstr ""
-#: printdialog.ui:1092
+#: vcl/uiconfig/ui/printdialog.ui:1098
msgctxt "printdialog|brochure"
msgid "Brochure"
msgstr "Аброшиура"
-#: printdialog.ui:1112
+#: vcl/uiconfig/ui/printdialog.ui:1119
msgctxt "printdialog|pagestxt"
msgid "Pages"
msgstr "Адаҟьақәа"
-#: printdialog.ui:1127
+#: vcl/uiconfig/ui/printdialog.ui:1134
msgctxt "printdialog|sheetmargintxt1"
msgid "Margin"
msgstr "Аҭакыра"
-#: printdialog.ui:1142
+#: vcl/uiconfig/ui/printdialog.ui:1149
msgctxt "printdialog|orientationtxt"
msgid "Orientation"
msgstr "Ахырхарҭа"
-#: printdialog.ui:1157
+#: vcl/uiconfig/ui/printdialog.ui:1164
msgctxt "printdialog|pagemargintxt1"
msgid "Distance"
msgstr "Аинтервал"
-#: printdialog.ui:1244
+#: vcl/uiconfig/ui/printdialog.ui:1247
msgctxt "printdialog|by"
msgid "by"
msgstr ""
-#: printdialog.ui:1258
+#: vcl/uiconfig/ui/printdialog.ui:1261
msgctxt "printdialog|pagemargintxt2"
msgid "between pages"
msgstr "адаҟьақәа рыбжьара"
-#: printdialog.ui:1271
+#: vcl/uiconfig/ui/printdialog.ui:1274
msgctxt "printdialog|sheetmargintxt2"
msgid "to sheet border"
msgstr ""
-#: printdialog.ui:1281
+#: vcl/uiconfig/ui/printdialog.ui:1284
msgctxt "printdialog|bordercb"
msgid "Draw a border around each page"
msgstr ""
-#: printdialog.ui:1302
+#: vcl/uiconfig/ui/printdialog.ui:1306
msgctxt "printdialog|ordertxt"
msgid "Order"
msgstr ""
-#: printdialog.ui:1341
+#: vcl/uiconfig/ui/printdialog.ui:1345
msgctxt "printdialog|label18"
msgid "Layout"
msgstr ""
-#: printdialog.ui:1375
+#: vcl/uiconfig/ui/printdialog.ui:1379
msgctxt "printdialog|label17"
msgid "Include"
msgstr ""
-#: printdialog.ui:1404
+#: vcl/uiconfig/ui/printdialog.ui:1408
msgctxt "printdialog|label3"
msgid "Page Sides"
msgstr "Адаҟьа аганқәа"
-#: printdialog.ui:1426
+#: vcl/uiconfig/ui/printdialog.ui:1430
msgctxt "printdialog|label2"
msgid "Page Layout"
msgstr "Адаҟьа амакет"
-#: printdialog.ui:1453
+#: vcl/uiconfig/ui/printdialog.ui:1457
msgctxt "printdialog|singleprintjob"
msgid "Create single print jobs for collated output"
msgstr ""
-#: printdialog.ui:1467
+#: vcl/uiconfig/ui/printdialog.ui:1472
msgctxt "printdialog|printpaperfromsetup"
msgid "Use only paper tray from printer preferences"
msgstr ""
-#: printdialog.ui:1480
+#: vcl/uiconfig/ui/printdialog.ui:1486
msgctxt "printdialog|papersizefromsetup"
msgid "Use only paper size from printer preferences"
msgstr ""
-#: printdialog.ui:1501
+#: vcl/uiconfig/ui/printdialog.ui:1508
msgctxt "printdialog|label21"
msgid "Options"
msgstr "Апараметрқәа"
-#: printdialog.ui:1516
+#: vcl/uiconfig/ui/printdialog.ui:1523
msgctxt "printdialog|label20"
msgid "Options"
msgstr "Апараметрқәа"
-#: printerdevicepage.ui:14
+#: vcl/uiconfig/ui/printerdevicepage.ui:34
+msgctxt "printerdevicepage|label7"
+msgid "_Option:"
+msgstr "Апараметр:"
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:48
+msgctxt "printerdevicepage|label8"
+msgid "Current _value:"
+msgstr ""
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:170
+msgctxt "printerdevicepage|label11"
+msgid "Color _depth:"
+msgstr ""
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:184
+msgctxt "printerdevicepage|label10"
+msgid "Co_lor:"
+msgstr ""
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:198
+msgctxt "printerdevicepage|label9"
+msgid "Printer language _type:"
+msgstr "Апринтер абызшәа:"
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:214
msgctxt "printerdevicepage|liststore1"
msgid "Automatic : %s"
msgstr ""
-#: printerdevicepage.ui:18
+#: vcl/uiconfig/ui/printerdevicepage.ui:215
msgctxt "printerdevicepage|liststore1"
msgid "PostScript (Level from driver)"
msgstr ""
-#: printerdevicepage.ui:22
+#: vcl/uiconfig/ui/printerdevicepage.ui:216
msgctxt "printerdevicepage|liststore1"
msgid "PostScript Level 1"
msgstr ""
-#: printerdevicepage.ui:26
+#: vcl/uiconfig/ui/printerdevicepage.ui:217
msgctxt "printerdevicepage|liststore1"
msgid "PostScript Level 2"
msgstr ""
-#: printerdevicepage.ui:30
+#: vcl/uiconfig/ui/printerdevicepage.ui:218
msgctxt "printerdevicepage|liststore1"
msgid "PostScript Level 3"
msgstr ""
-#: printerdevicepage.ui:34
+#: vcl/uiconfig/ui/printerdevicepage.ui:219
msgctxt "printerdevicepage|liststore1"
msgid "PDF"
msgstr ""
-#: printerdevicepage.ui:53
-msgctxt "printerdevicepage|label7"
-msgid "_Option:"
-msgstr "Апараметр:"
-
-#: printerdevicepage.ui:67
-msgctxt "printerdevicepage|label8"
-msgid "Current _value:"
-msgstr ""
-
-#: printerdevicepage.ui:140
-msgctxt "printerdevicepage|label11"
-msgid "Color _depth:"
-msgstr ""
-
-#: printerdevicepage.ui:154
-msgctxt "printerdevicepage|label10"
-msgid "Co_lor:"
-msgstr ""
-
-#: printerdevicepage.ui:168
-msgctxt "printerdevicepage|label9"
-msgid "Printer language _type:"
-msgstr "Апринтер абызшәа:"
-
-#: printerdevicepage.ui:194
+#: vcl/uiconfig/ui/printerdevicepage.ui:232
msgctxt "printerdevicepage|colorspace"
msgid "From driver"
msgstr ""
-#: printerdevicepage.ui:195
+#: vcl/uiconfig/ui/printerdevicepage.ui:233
msgctxt "printerdevicepage|colorspace"
msgid "Color"
msgstr "Аҧштәы"
-#: printerdevicepage.ui:196
+#: vcl/uiconfig/ui/printerdevicepage.ui:234
msgctxt "printerdevicepage|colorspace"
msgid "Grayscale"
msgstr ""
-#: printerdevicepage.ui:209
+#: vcl/uiconfig/ui/printerdevicepage.ui:247
msgctxt "printerdevicepage|colordepth"
msgid "8 Bit"
msgstr ""
-#: printerdevicepage.ui:210
+#: vcl/uiconfig/ui/printerdevicepage.ui:248
msgctxt "printerdevicepage|colordepth"
msgid "24 Bit"
msgstr ""
-#: printerpaperpage.ui:20
+#: vcl/uiconfig/ui/printerpaperpage.ui:19
msgctxt "printerpaperpage|paperft"
msgid "_Paper size:"
msgstr "Ақьаад ашәагаа:"
-#: printerpaperpage.ui:33
-msgctxt "printerpaperpage|label4"
+#: vcl/uiconfig/ui/printerpaperpage.ui:32
+msgctxt "printerpaperpage|orientft"
msgid "_Orientation:"
-msgstr "Ахырхарҭа:"
+msgstr ""
-#: printerpaperpage.ui:46
+#: vcl/uiconfig/ui/printerpaperpage.ui:45
msgctxt "printerpaperpage|duplexft"
msgid "_Duplex:"
msgstr ""
-#: printerpaperpage.ui:59
+#: vcl/uiconfig/ui/printerpaperpage.ui:58
msgctxt "printerpaperpage|slotft"
msgid "Paper tray:"
msgstr ""
-#: printerpaperpage.ui:82
+#: vcl/uiconfig/ui/printerpaperpage.ui:82
msgctxt "printerpaperpage|orientlb"
msgid "Portrait"
msgstr "Ашәҟәытә"
-#: printerpaperpage.ui:83
+#: vcl/uiconfig/ui/printerpaperpage.ui:83
msgctxt "printerpaperpage|orientlb"
msgid "Landscape"
msgstr "Альбомтә"
-#: printerpropertiesdialog.ui:8
+#: vcl/uiconfig/ui/printerpaperpage.ui:113
+msgctxt "printerpaperpage|papersizefromsetup"
+msgid "Use only paper size from printer preferences"
+msgstr ""
+
+#: vcl/uiconfig/ui/printerpropertiesdialog.ui:8
msgctxt "printerpropertiesdialog|PrinterPropertiesDialog"
msgid "Properties of %s"
msgstr ""
-#: printerpropertiesdialog.ui:77
+#: vcl/uiconfig/ui/printerpropertiesdialog.ui:103
msgctxt "printerpropertiesdialog|paper"
msgid "Paper"
msgstr "Ақьаад"
-#: printerpropertiesdialog.ui:100
+#: vcl/uiconfig/ui/printerpropertiesdialog.ui:150
msgctxt "printerpropertiesdialog|device"
msgid "Device"
msgstr ""
-#: printprogressdialog.ui:8
+#: vcl/uiconfig/ui/printprogressdialog.ui:8
msgctxt "printprogressdialog|PrintProgressDialog"
msgid "Printing"
msgstr "Акьыҧхьра"
-#: printprogressdialog.ui:54
+#: vcl/uiconfig/ui/printprogressdialog.ui:54
msgctxt "printprogressdialog|label"
msgid "Page %p of %n"
msgstr "Адаҟьа %p %n аҟынтәи"
-#: querydialog.ui:8
+#: vcl/uiconfig/ui/querydialog.ui:8
msgctxt "querydialog|QueryDialog"
msgid "New Data Type"
msgstr "Адырқәа ртип ҿыц"
diff --git a/source/ab/wizards/messages.po b/source/ab/wizards/messages.po
index d144cf8c4de..2f53252d874 100644
--- a/source/ab/wizards/messages.po
+++ b/source/ab/wizards/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-01-10 11:50+0100\n"
+"POT-Creation-Date: 2018-02-27 15:07+0100\n"
"PO-Revision-Date: 2017-12-25 16:15+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15,112 +15,112 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514218507.000000\n"
-#: strings.hrc:32
+#: wizards/com/sun/star/wizards/common/strings.hrc:32
msgctxt "RID_COMMON_START_0"
msgid "The directory '%1' could not be created.<BR>There may not be enough space left on your hard disk."
msgstr ""
-#: strings.hrc:33
+#: wizards/com/sun/star/wizards/common/strings.hrc:33
msgctxt "RID_COMMON_START_1"
msgid "The text document could not be created.<BR>Please check if the module 'PRODUCTNAME Writer' is installed."
msgstr ""
-#: strings.hrc:34
+#: wizards/com/sun/star/wizards/common/strings.hrc:34
msgctxt "RID_COMMON_START_2"
msgid "The spreadsheet could not be created.<BR>Please check if the module 'PRODUCTNAME Calc' is installed."
msgstr ""
-#: strings.hrc:35
+#: wizards/com/sun/star/wizards/common/strings.hrc:35
msgctxt "RID_COMMON_START_3"
msgid "The presentation could not be created.<BR>Please check if the module 'PRODUCTNAME Impress' is installed."
msgstr ""
-#: strings.hrc:36
+#: wizards/com/sun/star/wizards/common/strings.hrc:36
msgctxt "RID_COMMON_START_4"
msgid "The drawing could not be created.<BR>Please check if the module 'PRODUCTNAME Draw' is installed."
msgstr ""
-#: strings.hrc:37
+#: wizards/com/sun/star/wizards/common/strings.hrc:37
msgctxt "RID_COMMON_START_5"
msgid "The formula could not be created.<BR>Please check if the module 'PRODUCTNAME Math' is installed."
msgstr ""
-#: strings.hrc:38
+#: wizards/com/sun/star/wizards/common/strings.hrc:38
msgctxt "RID_COMMON_START_6"
msgid "The files required could not be found.<BR>Please start the %PRODUCTNAME Setup and choose 'Repair'."
msgstr ""
-#: strings.hrc:39
+#: wizards/com/sun/star/wizards/common/strings.hrc:39
msgctxt "RID_COMMON_START_7"
msgid "The file '<PATH>' already exists.<BR><BR>Would you like to overwrite the existing file?"
msgstr ""
-#: strings.hrc:40
+#: wizards/com/sun/star/wizards/common/strings.hrc:40
msgctxt "RID_COMMON_START_8"
msgid "Yes"
msgstr "Ааи"
-#: strings.hrc:41
+#: wizards/com/sun/star/wizards/common/strings.hrc:41
msgctxt "RID_COMMON_START_9"
msgid "Yes to All"
msgstr "Ааи, зегьы рзы"
-#: strings.hrc:42
+#: wizards/com/sun/star/wizards/common/strings.hrc:42
msgctxt "RID_COMMON_START_10"
msgid "No"
msgstr "Мап"
-#: strings.hrc:43
+#: wizards/com/sun/star/wizards/common/strings.hrc:43
msgctxt "RID_COMMON_START_11"
msgid "Cancel"
msgstr "Аҟәыхра"
-#: strings.hrc:44
+#: wizards/com/sun/star/wizards/common/strings.hrc:44
msgctxt "RID_COMMON_START_12"
msgid "~Finish"
msgstr "~Ихиоуп"
-#: strings.hrc:45
+#: wizards/com/sun/star/wizards/common/strings.hrc:45
msgctxt "RID_COMMON_START_13"
msgid "< ~Back"
msgstr "< ~Шьҭахьҟа"
-#: strings.hrc:46
+#: wizards/com/sun/star/wizards/common/strings.hrc:46
msgctxt "RID_COMMON_START_14"
msgid "~Next >"
msgstr "~Анаҩс >"
-#: strings.hrc:47
+#: wizards/com/sun/star/wizards/common/strings.hrc:47
msgctxt "RID_COMMON_START_15"
msgid "~Help"
msgstr "~Аилыркаага"
-#: strings.hrc:48
+#: wizards/com/sun/star/wizards/common/strings.hrc:48
msgctxt "RID_COMMON_START_16"
msgid "Steps"
msgstr "Ашьаҿақәа"
-#: strings.hrc:49
+#: wizards/com/sun/star/wizards/common/strings.hrc:49
msgctxt "RID_COMMON_START_17"
msgid "Close"
msgstr "Иарктәуп"
-#: strings.hrc:50
+#: wizards/com/sun/star/wizards/common/strings.hrc:50
msgctxt "RID_COMMON_START_18"
msgid "OK"
msgstr "OK"
-#: strings.hrc:51
+#: wizards/com/sun/star/wizards/common/strings.hrc:51
msgctxt "RID_COMMON_START_19"
msgid "The file already exists. Do you want to overwrite it?"
msgstr "Афаил ыҟоуп. Иҧсахтәума?"
-#: strings.hrc:52
+#: wizards/com/sun/star/wizards/common/strings.hrc:52
msgctxt "RID_COMMON_START_20"
msgid "Template created via <wizard_name> on <current_date>."
msgstr ""
-#: strings.hrc:53
+#: wizards/com/sun/star/wizards/common/strings.hrc:53
msgctxt "RID_COMMON_START_21"
msgid ""
"The wizard could not be run, because important files were not found.\n"
@@ -128,1221 +128,1221 @@ msgid ""
"Then run the wizard again."
msgstr ""
-#: strings.hrc:56
+#: wizards/com/sun/star/wizards/common/strings.hrc:56
msgctxt "RID_LETTERWIZARDDIALOG_START_1"
msgid "Letter Wizard"
msgstr ""
-#: strings.hrc:57
+#: wizards/com/sun/star/wizards/common/strings.hrc:57
msgctxt "RID_LETTERWIZARDDIALOG_START_2"
msgid "Label9"
msgstr "Аҭыҧрбага9"
-#: strings.hrc:58
+#: wizards/com/sun/star/wizards/common/strings.hrc:58
msgctxt "RID_LETTERWIZARDDIALOG_START_3"
msgid "~Business letter"
msgstr ""
-#: strings.hrc:59
+#: wizards/com/sun/star/wizards/common/strings.hrc:59
msgctxt "RID_LETTERWIZARDDIALOG_START_4"
msgid "~Formal personal letter"
msgstr ""
-#: strings.hrc:60
+#: wizards/com/sun/star/wizards/common/strings.hrc:60
msgctxt "RID_LETTERWIZARDDIALOG_START_5"
msgid "~Personal letter"
msgstr ""
-#: strings.hrc:61
+#: wizards/com/sun/star/wizards/common/strings.hrc:61
msgctxt "RID_LETTERWIZARDDIALOG_START_6"
msgid "~Use letterhead paper with pre-printed elements"
msgstr ""
-#: strings.hrc:62
+#: wizards/com/sun/star/wizards/common/strings.hrc:62
msgctxt "RID_LETTERWIZARDDIALOG_START_7"
msgid "~Logo"
msgstr "~Алоготип"
-#: strings.hrc:63
+#: wizards/com/sun/star/wizards/common/strings.hrc:63
msgctxt "RID_LETTERWIZARDDIALOG_START_8"
msgid "Return address"
msgstr ""
-#: strings.hrc:64
+#: wizards/com/sun/star/wizards/common/strings.hrc:64
msgctxt "RID_LETTERWIZARDDIALOG_START_9"
msgid "~Include footer"
msgstr ""
-#: strings.hrc:65
+#: wizards/com/sun/star/wizards/common/strings.hrc:65
msgctxt "RID_LETTERWIZARDDIALOG_START_10"
msgid "~Return address in envelope window"
msgstr ""
-#: strings.hrc:66
+#: wizards/com/sun/star/wizards/common/strings.hrc:66
msgctxt "RID_LETTERWIZARDDIALOG_START_11"
msgid "~Logo"
msgstr "~Алоготип"
-#: strings.hrc:67
+#: wizards/com/sun/star/wizards/common/strings.hrc:67
msgctxt "RID_LETTERWIZARDDIALOG_START_12"
msgid "~Return address in envelope window"
msgstr ""
-#: strings.hrc:68
+#: wizards/com/sun/star/wizards/common/strings.hrc:68
msgctxt "RID_LETTERWIZARDDIALOG_START_13"
msgid "Letter Signs"
msgstr ""
-#: strings.hrc:69
+#: wizards/com/sun/star/wizards/common/strings.hrc:69
msgctxt "RID_LETTERWIZARDDIALOG_START_14"
msgid "S~ubject line"
msgstr "Атема"
-#: strings.hrc:70
+#: wizards/com/sun/star/wizards/common/strings.hrc:70
msgctxt "RID_LETTERWIZARDDIALOG_START_15"
msgid "Salu~tation"
msgstr ""
-#: strings.hrc:71
+#: wizards/com/sun/star/wizards/common/strings.hrc:71
msgctxt "RID_LETTERWIZARDDIALOG_START_16"
msgid "Fold ~marks"
msgstr ""
-#: strings.hrc:72
+#: wizards/com/sun/star/wizards/common/strings.hrc:72
msgctxt "RID_LETTERWIZARDDIALOG_START_17"
msgid "~Complimentary close"
msgstr ""
-#: strings.hrc:73
+#: wizards/com/sun/star/wizards/common/strings.hrc:73
msgctxt "RID_LETTERWIZARDDIALOG_START_18"
msgid "~Footer"
msgstr ""
-#: strings.hrc:74
+#: wizards/com/sun/star/wizards/common/strings.hrc:74
msgctxt "RID_LETTERWIZARDDIALOG_START_19"
msgid "~Use user data for return address"
msgstr ""
-#: strings.hrc:75
+#: wizards/com/sun/star/wizards/common/strings.hrc:75
msgctxt "RID_LETTERWIZARDDIALOG_START_20"
msgid "~New sender address:"
msgstr ""
-#: strings.hrc:76
+#: wizards/com/sun/star/wizards/common/strings.hrc:76
msgctxt "RID_LETTERWIZARDDIALOG_START_21"
msgid "Use placeholders for ~recipient's address"
msgstr ""
-#: strings.hrc:77
+#: wizards/com/sun/star/wizards/common/strings.hrc:77
msgctxt "RID_LETTERWIZARDDIALOG_START_22"
msgid "Use address database for ~mail merge"
msgstr ""
-#: strings.hrc:78
+#: wizards/com/sun/star/wizards/common/strings.hrc:78
msgctxt "RID_LETTERWIZARDDIALOG_START_23"
msgid "Include ~only on second and following pages"
msgstr "Иацҵалатәуп аҩбатәи адаҟьа инаркны"
-#: strings.hrc:79
+#: wizards/com/sun/star/wizards/common/strings.hrc:79
msgctxt "RID_LETTERWIZARDDIALOG_START_24"
msgid "~Include page number"
msgstr "Иацҵатәуп адаҟьа аномер"
-#: strings.hrc:80
+#: wizards/com/sun/star/wizards/common/strings.hrc:80
#, fuzzy
msgctxt "RID_LETTERWIZARDDIALOG_START_25"
msgid "Letter Template"
msgstr "Writer ашаблонқәа"
-#: strings.hrc:81
+#: wizards/com/sun/star/wizards/common/strings.hrc:81
msgctxt "RID_LETTERWIZARDDIALOG_START_26"
msgid "Create a ~letter from this template"
msgstr ""
-#: strings.hrc:82
+#: wizards/com/sun/star/wizards/common/strings.hrc:82
msgctxt "RID_LETTERWIZARDDIALOG_START_27"
msgid "Make ~manual changes to this letter template"
msgstr ""
-#: strings.hrc:83
+#: wizards/com/sun/star/wizards/common/strings.hrc:83
msgctxt "RID_LETTERWIZARDDIALOG_START_28"
msgid "Page design"
msgstr "Адаҟьа адизаин"
-#: strings.hrc:84
+#: wizards/com/sun/star/wizards/common/strings.hrc:84
msgctxt "RID_LETTERWIZARDDIALOG_START_29"
msgid "Page design"
msgstr "Адаҟьа адизаин"
-#: strings.hrc:85
+#: wizards/com/sun/star/wizards/common/strings.hrc:85
msgctxt "RID_LETTERWIZARDDIALOG_START_30"
msgid "Page design"
msgstr "Адаҟьа адизаин"
-#: strings.hrc:86
+#: wizards/com/sun/star/wizards/common/strings.hrc:86
msgctxt "RID_LETTERWIZARDDIALOG_START_31"
msgid "This wizard helps you to create a letter template. You can then use the template as the basis for writing letters as often as desired."
msgstr ""
-#: strings.hrc:87
+#: wizards/com/sun/star/wizards/common/strings.hrc:87
msgctxt "RID_LETTERWIZARDDIALOG_START_32"
msgid "~Height:"
msgstr "Аҳаракыра:"
-#: strings.hrc:88
+#: wizards/com/sun/star/wizards/common/strings.hrc:88
msgctxt "RID_LETTERWIZARDDIALOG_START_33"
msgid "~Width:"
msgstr "Аҭбаара:"
-#: strings.hrc:89
+#: wizards/com/sun/star/wizards/common/strings.hrc:89
msgctxt "RID_LETTERWIZARDDIALOG_START_34"
msgid "S~pacing to left margin:"
msgstr "Арӷьарахьтәи аҭакыра:"
-#: strings.hrc:90
+#: wizards/com/sun/star/wizards/common/strings.hrc:90
msgctxt "RID_LETTERWIZARDDIALOG_START_35"
msgid "Spacing ~to top margin:"
msgstr "Хыхьтәи аҭакыра:"
-#: strings.hrc:91
+#: wizards/com/sun/star/wizards/common/strings.hrc:91
msgctxt "RID_LETTERWIZARDDIALOG_START_36"
msgid "Height:"
msgstr "Аҳаракыра:"
-#: strings.hrc:92
+#: wizards/com/sun/star/wizards/common/strings.hrc:92
msgctxt "RID_LETTERWIZARDDIALOG_START_37"
msgid "Width:"
msgstr "Аҭбаара:"
-#: strings.hrc:93
+#: wizards/com/sun/star/wizards/common/strings.hrc:93
msgctxt "RID_LETTERWIZARDDIALOG_START_38"
msgid "S~pacing to left margin:"
msgstr "Армарахьтәи аҭакыра:"
-#: strings.hrc:94
+#: wizards/com/sun/star/wizards/common/strings.hrc:94
msgctxt "RID_LETTERWIZARDDIALOG_START_39"
msgid "Spacing ~to top margin:"
msgstr "Хыхьтәи аҭакыра:"
-#: strings.hrc:95
+#: wizards/com/sun/star/wizards/common/strings.hrc:95
msgctxt "RID_LETTERWIZARDDIALOG_START_40"
msgid "Height:"
msgstr "Аҳаракыра:"
-#: strings.hrc:96
+#: wizards/com/sun/star/wizards/common/strings.hrc:96
msgctxt "RID_LETTERWIZARDDIALOG_START_42"
msgid "Sender's address"
msgstr ""
-#: strings.hrc:97
+#: wizards/com/sun/star/wizards/common/strings.hrc:97
msgctxt "RID_LETTERWIZARDDIALOG_START_43"
msgid "Name:"
msgstr "Ахьӡ:"
-#: strings.hrc:98
+#: wizards/com/sun/star/wizards/common/strings.hrc:98
msgctxt "RID_LETTERWIZARDDIALOG_START_44"
msgid "Street:"
msgstr "Амҩа ахьӡ:"
-#: strings.hrc:99
+#: wizards/com/sun/star/wizards/common/strings.hrc:99
msgctxt "RID_LETTERWIZARDDIALOG_START_45"
msgid "ZIP code/State/City:"
msgstr ""
-#: strings.hrc:100
+#: wizards/com/sun/star/wizards/common/strings.hrc:100
msgctxt "RID_LETTERWIZARDDIALOG_START_46"
msgid "Recipient's address"
msgstr ""
-#: strings.hrc:101
+#: wizards/com/sun/star/wizards/common/strings.hrc:101
msgctxt "RID_LETTERWIZARDDIALOG_START_47"
msgid "Footer"
msgstr ""
-#: strings.hrc:102
+#: wizards/com/sun/star/wizards/common/strings.hrc:102
msgctxt "RID_LETTERWIZARDDIALOG_START_48"
msgid "This wizard creates a letter template which enables you to create multiple letters with the same layout and settings."
msgstr ""
-#: strings.hrc:103
+#: wizards/com/sun/star/wizards/common/strings.hrc:103
msgctxt "RID_LETTERWIZARDDIALOG_START_49"
msgid "To create another new letter out of the template just navigate to the template location and double-click it."
msgstr ""
-#: strings.hrc:104
+#: wizards/com/sun/star/wizards/common/strings.hrc:104
msgctxt "RID_LETTERWIZARDDIALOG_START_50"
msgid "Template name:"
msgstr "Ашаблон ахьӡ:"
-#: strings.hrc:105
+#: wizards/com/sun/star/wizards/common/strings.hrc:105
msgctxt "RID_LETTERWIZARDDIALOG_START_51"
msgid "Location and file name:"
msgstr "Ашаблон аҭыҧ:"
-#: strings.hrc:106
+#: wizards/com/sun/star/wizards/common/strings.hrc:106
msgctxt "RID_LETTERWIZARDDIALOG_START_52"
msgid "How do you want to proceed?"
msgstr ""
-#: strings.hrc:107
+#: wizards/com/sun/star/wizards/common/strings.hrc:107
msgctxt "RID_LETTERWIZARDDIALOG_START_53"
msgid "Please choose the type of letter and page design"
msgstr ""
-#: strings.hrc:108
+#: wizards/com/sun/star/wizards/common/strings.hrc:108
msgctxt "RID_LETTERWIZARDDIALOG_START_54"
msgid "Select the items to be printed"
msgstr ""
-#: strings.hrc:109
+#: wizards/com/sun/star/wizards/common/strings.hrc:109
msgctxt "RID_LETTERWIZARDDIALOG_START_55"
msgid "Specify items already on your letterhead paper"
msgstr ""
-#: strings.hrc:110
+#: wizards/com/sun/star/wizards/common/strings.hrc:110
msgctxt "RID_LETTERWIZARDDIALOG_START_56"
msgid "Specify the sender and recipient information"
msgstr ""
-#: strings.hrc:111
+#: wizards/com/sun/star/wizards/common/strings.hrc:111
msgctxt "RID_LETTERWIZARDDIALOG_START_57"
msgid "Fill in the information you would like in the footer"
msgstr ""
-#: strings.hrc:112
+#: wizards/com/sun/star/wizards/common/strings.hrc:112
msgctxt "RID_LETTERWIZARDDIALOG_START_58"
msgid "Please specify last settings"
msgstr ""
-#: strings.hrc:113
+#: wizards/com/sun/star/wizards/common/strings.hrc:113
msgctxt "RID_LETTERWIZARDDIALOG_START_59"
msgid "Subject:"
msgstr "Атема:"
-#: strings.hrc:114
+#: wizards/com/sun/star/wizards/common/strings.hrc:114
msgctxt "RID_LETTERWIZARDDIALOG_START_60"
msgid "Elegant"
msgstr ""
-#: strings.hrc:115
+#: wizards/com/sun/star/wizards/common/strings.hrc:115
msgctxt "RID_LETTERWIZARDDIALOG_START_61"
msgid "Modern"
msgstr "Иахьатәи"
-#: strings.hrc:116
+#: wizards/com/sun/star/wizards/common/strings.hrc:116
msgctxt "RID_LETTERWIZARDDIALOG_START_62"
msgid "Office"
msgstr "Аофис"
-#: strings.hrc:117
+#: wizards/com/sun/star/wizards/common/strings.hrc:117
msgctxt "RID_LETTERWIZARDDIALOG_START_63"
msgid "Bottle"
msgstr ""
-#: strings.hrc:118
+#: wizards/com/sun/star/wizards/common/strings.hrc:118
msgctxt "RID_LETTERWIZARDDIALOG_START_64"
msgid "Mail"
msgstr "Mail"
-#: strings.hrc:119
+#: wizards/com/sun/star/wizards/common/strings.hrc:119
msgctxt "RID_LETTERWIZARDDIALOG_START_65"
msgid "Marine"
msgstr "Амшынтәи"
-#: strings.hrc:120
+#: wizards/com/sun/star/wizards/common/strings.hrc:120
#, fuzzy
msgctxt "RID_LETTERWIZARDDIALOG_START_66"
msgid "Red Line"
msgstr "Ацәаҳәа ҿыц"
-#: strings.hrc:123
+#: wizards/com/sun/star/wizards/common/strings.hrc:123
msgctxt "RID_LETTERWIZARDSALUTATION_START_1"
msgid "To Whom it May Concern"
msgstr ""
-#: strings.hrc:124
+#: wizards/com/sun/star/wizards/common/strings.hrc:124
msgctxt "RID_LETTERWIZARDSALUTATION_START_2"
msgid "Dear Sir or Madam"
msgstr ""
-#: strings.hrc:125
+#: wizards/com/sun/star/wizards/common/strings.hrc:125
msgctxt "RID_LETTERWIZARDSALUTATION_START_3"
msgid "Hello"
msgstr ""
-#: strings.hrc:128
+#: wizards/com/sun/star/wizards/common/strings.hrc:128
msgctxt "RID_LETTERWIZARDGREETING_START_1"
msgid "Sincerely"
msgstr ""
-#: strings.hrc:129
+#: wizards/com/sun/star/wizards/common/strings.hrc:129
msgctxt "RID_LETTERWIZARDGREETING_START_2"
msgid "Best regards"
msgstr ""
-#: strings.hrc:130
+#: wizards/com/sun/star/wizards/common/strings.hrc:130
msgctxt "RID_LETTERWIZARDGREETING_START_3"
msgid "Cheers"
msgstr ""
-#: strings.hrc:133
+#: wizards/com/sun/star/wizards/common/strings.hrc:133
msgctxt "RID_LETTERWIZARDROADMAP_START_1"
msgid "Page design"
msgstr "Адаҟьа адизаин"
-#: strings.hrc:134
+#: wizards/com/sun/star/wizards/common/strings.hrc:134
msgctxt "RID_LETTERWIZARDROADMAP_START_2"
msgid "Letterhead layout"
msgstr ""
-#: strings.hrc:135
+#: wizards/com/sun/star/wizards/common/strings.hrc:135
msgctxt "RID_LETTERWIZARDROADMAP_START_3"
msgid "Printed items"
msgstr "Акьыҧхьраз аелементқәа"
-#: strings.hrc:136
+#: wizards/com/sun/star/wizards/common/strings.hrc:136
msgctxt "RID_LETTERWIZARDROADMAP_START_4"
msgid "Recipient and sender"
msgstr ""
-#: strings.hrc:137
+#: wizards/com/sun/star/wizards/common/strings.hrc:137
msgctxt "RID_LETTERWIZARDROADMAP_START_5"
msgid "Footer"
msgstr ""
-#: strings.hrc:138
+#: wizards/com/sun/star/wizards/common/strings.hrc:138
msgctxt "RID_LETTERWIZARDROADMAP_START_6"
msgid "Name and location"
msgstr "Ахыркәшара"
-#: strings.hrc:141
+#: wizards/com/sun/star/wizards/common/strings.hrc:141
msgctxt "RID_FAXWIZARDDIALOG_START_1"
msgid "Fax Wizard"
msgstr "Афаксқәа разҟаза"
-#: strings.hrc:142
+#: wizards/com/sun/star/wizards/common/strings.hrc:142
msgctxt "RID_FAXWIZARDDIALOG_START_2"
msgid "Label9"
msgstr "Аҭыҧрбага9"
-#: strings.hrc:143
+#: wizards/com/sun/star/wizards/common/strings.hrc:143
msgctxt "RID_FAXWIZARDDIALOG_START_3"
msgid "~Business Fax"
msgstr ""
-#: strings.hrc:144
+#: wizards/com/sun/star/wizards/common/strings.hrc:144
msgctxt "RID_FAXWIZARDDIALOG_START_4"
msgid "~Personal Fax"
msgstr ""
-#: strings.hrc:145
+#: wizards/com/sun/star/wizards/common/strings.hrc:145
msgctxt "RID_FAXWIZARDDIALOG_START_5"
msgid "~Logo"
msgstr "~Алоготип"
-#: strings.hrc:146
+#: wizards/com/sun/star/wizards/common/strings.hrc:146
msgctxt "RID_FAXWIZARDDIALOG_START_6"
msgid "S~ubject line"
msgstr "Атема"
-#: strings.hrc:147
+#: wizards/com/sun/star/wizards/common/strings.hrc:147
msgctxt "RID_FAXWIZARDDIALOG_START_7"
msgid "S~alutation"
msgstr ""
-#: strings.hrc:148
+#: wizards/com/sun/star/wizards/common/strings.hrc:148
msgctxt "RID_FAXWIZARDDIALOG_START_8"
msgid "~Complimentary close"
msgstr ""
-#: strings.hrc:149
+#: wizards/com/sun/star/wizards/common/strings.hrc:149
msgctxt "RID_FAXWIZARDDIALOG_START_9"
msgid "~Footer"
msgstr ""
-#: strings.hrc:150
+#: wizards/com/sun/star/wizards/common/strings.hrc:150
msgctxt "RID_FAXWIZARDDIALOG_START_10"
msgid "~Use user data for return address"
msgstr ""
-#: strings.hrc:151
+#: wizards/com/sun/star/wizards/common/strings.hrc:151
msgctxt "RID_FAXWIZARDDIALOG_START_11"
msgid "~New return address"
msgstr ""
-#: strings.hrc:152
+#: wizards/com/sun/star/wizards/common/strings.hrc:152
msgctxt "RID_FAXWIZARDDIALOG_START_12"
msgid "My Fax Template"
msgstr ""
-#: strings.hrc:153
+#: wizards/com/sun/star/wizards/common/strings.hrc:153
msgctxt "RID_FAXWIZARDDIALOG_START_13"
msgid "Create a ~fax from this template"
msgstr ""
-#: strings.hrc:154
+#: wizards/com/sun/star/wizards/common/strings.hrc:154
msgctxt "RID_FAXWIZARDDIALOG_START_14"
msgid "Make ~manual changes to this fax template"
msgstr ""
-#: strings.hrc:155
+#: wizards/com/sun/star/wizards/common/strings.hrc:155
msgctxt "RID_FAXWIZARDDIALOG_START_15"
msgid "Page design"
msgstr "Адаҟьа адизаин"
-#: strings.hrc:156
+#: wizards/com/sun/star/wizards/common/strings.hrc:156
msgctxt "RID_FAXWIZARDDIALOG_START_16"
msgid "Page design"
msgstr "Адаҟьа адизаин"
-#: strings.hrc:157
+#: wizards/com/sun/star/wizards/common/strings.hrc:157
msgctxt "RID_FAXWIZARDDIALOG_START_17"
msgid "This wizard helps you to create a fax template. The template can then be used to create a fax whenever needed."
msgstr ""
-#: strings.hrc:158
+#: wizards/com/sun/star/wizards/common/strings.hrc:158
msgctxt "RID_FAXWIZARDDIALOG_START_18"
msgid "Return address"
msgstr ""
-#: strings.hrc:159
+#: wizards/com/sun/star/wizards/common/strings.hrc:159
msgctxt "RID_FAXWIZARDDIALOG_START_19"
msgid "Name:"
msgstr "Ахьӡ:"
-#: strings.hrc:160
+#: wizards/com/sun/star/wizards/common/strings.hrc:160
msgctxt "RID_FAXWIZARDDIALOG_START_20"
msgid "Street:"
msgstr "Амҩа ахьӡ:"
-#: strings.hrc:161
+#: wizards/com/sun/star/wizards/common/strings.hrc:161
msgctxt "RID_FAXWIZARDDIALOG_START_21"
msgid "ZIP code/State/City:"
msgstr ""
-#: strings.hrc:162
+#: wizards/com/sun/star/wizards/common/strings.hrc:162
msgctxt "RID_FAXWIZARDDIALOG_START_22"
msgid "Footer"
msgstr ""
-#: strings.hrc:163
+#: wizards/com/sun/star/wizards/common/strings.hrc:163
msgctxt "RID_FAXWIZARDDIALOG_START_23"
msgid "This wizard creates a fax template which enables you to create multiple faxes with the same layout and settings."
msgstr ""
-#: strings.hrc:164
+#: wizards/com/sun/star/wizards/common/strings.hrc:164
msgctxt "RID_FAXWIZARDDIALOG_START_24"
msgid "To create another new fax out of the template, go to the location where you saved the template and double-click the file."
msgstr ""
-#: strings.hrc:165
+#: wizards/com/sun/star/wizards/common/strings.hrc:165
msgctxt "RID_FAXWIZARDDIALOG_START_25"
msgid "Template Name:"
msgstr "Ашаблон ахьӡ:"
-#: strings.hrc:166
+#: wizards/com/sun/star/wizards/common/strings.hrc:166
msgctxt "RID_FAXWIZARDDIALOG_START_26"
msgid "Location and file name:"
msgstr "Ашаблон аҭыҧ:"
-#: strings.hrc:167
+#: wizards/com/sun/star/wizards/common/strings.hrc:167
msgctxt "RID_FAXWIZARDDIALOG_START_27"
msgid "What do you want to do next?"
msgstr "Иҟаҵатәуи анаҩс?"
-#: strings.hrc:168
+#: wizards/com/sun/star/wizards/common/strings.hrc:168
msgctxt "RID_FAXWIZARDDIALOG_START_28"
msgid "Choose the type of fax and a page design"
msgstr ""
-#: strings.hrc:169
+#: wizards/com/sun/star/wizards/common/strings.hrc:169
msgctxt "RID_FAXWIZARDDIALOG_START_29"
msgid "Select items to include in the fax template"
msgstr ""
-#: strings.hrc:170
+#: wizards/com/sun/star/wizards/common/strings.hrc:170
msgctxt "RID_FAXWIZARDDIALOG_START_30"
msgid "Specify sender and recipient information"
msgstr ""
-#: strings.hrc:171
+#: wizards/com/sun/star/wizards/common/strings.hrc:171
msgctxt "RID_FAXWIZARDDIALOG_START_31"
msgid "Enter text for the footer"
msgstr ""
-#: strings.hrc:172
+#: wizards/com/sun/star/wizards/common/strings.hrc:172
msgctxt "RID_FAXWIZARDDIALOG_START_32"
msgid "Choose a name and save the template"
msgstr "Ашаблон аҧҵара ахыркәшара"
-#: strings.hrc:173
+#: wizards/com/sun/star/wizards/common/strings.hrc:173
msgctxt "RID_FAXWIZARDDIALOG_START_33"
msgid "Include ~only on second and following pages"
msgstr ""
-#: strings.hrc:174
+#: wizards/com/sun/star/wizards/common/strings.hrc:174
msgctxt "RID_FAXWIZARDDIALOG_START_34"
msgid "~Include page number"
msgstr "Иацҵатәуп адаҟьа аномер"
-#: strings.hrc:175
+#: wizards/com/sun/star/wizards/common/strings.hrc:175
msgctxt "RID_FAXWIZARDDIALOG_START_35"
msgid "~Date"
msgstr "Арыцхә"
-#: strings.hrc:176
+#: wizards/com/sun/star/wizards/common/strings.hrc:176
msgctxt "RID_FAXWIZARDDIALOG_START_36"
msgid "~Type of message"
msgstr ""
-#: strings.hrc:177
+#: wizards/com/sun/star/wizards/common/strings.hrc:177
msgctxt "RID_FAXWIZARDDIALOG_START_37"
msgid "Fax Number:"
msgstr "Афакс аномер:"
-#: strings.hrc:178
+#: wizards/com/sun/star/wizards/common/strings.hrc:178
msgctxt "RID_FAXWIZARDDIALOG_START_38"
msgid "Use placeholders for ~recipient's address"
msgstr ""
-#: strings.hrc:179
+#: wizards/com/sun/star/wizards/common/strings.hrc:179
msgctxt "RID_FAXWIZARDDIALOG_START_39"
msgid "Use address database for ~mail merge"
msgstr ""
-#: strings.hrc:180
+#: wizards/com/sun/star/wizards/common/strings.hrc:180
msgctxt "RID_FAXWIZARDDIALOG_START_40"
msgid "~New return address"
msgstr ""
-#: strings.hrc:181
+#: wizards/com/sun/star/wizards/common/strings.hrc:181
msgctxt "RID_FAXWIZARDDIALOG_START_41"
msgid "To:"
msgstr ""
-#: strings.hrc:182
+#: wizards/com/sun/star/wizards/common/strings.hrc:182
msgctxt "RID_FAXWIZARDDIALOG_START_42"
msgid "From:"
msgstr ""
-#: strings.hrc:183
+#: wizards/com/sun/star/wizards/common/strings.hrc:183
msgctxt "RID_FAXWIZARDDIALOG_START_43"
msgid "Fax:"
msgstr "Афакс:"
-#: strings.hrc:184
+#: wizards/com/sun/star/wizards/common/strings.hrc:184
msgctxt "RID_FAXWIZARDDIALOG_START_44"
msgid "Tel:"
msgstr "Аҭел:"
-#: strings.hrc:185
+#: wizards/com/sun/star/wizards/common/strings.hrc:185
msgctxt "RID_FAXWIZARDDIALOG_START_45"
msgid "E-mail:"
msgstr "E-mail:"
-#: strings.hrc:186
+#: wizards/com/sun/star/wizards/common/strings.hrc:186
msgctxt "RID_FAXWIZARDDIALOG_START_46"
msgid "This template consists of"
msgstr ""
-#: strings.hrc:187
+#: wizards/com/sun/star/wizards/common/strings.hrc:187
msgctxt "RID_FAXWIZARDDIALOG_START_47"
msgid "page"
msgstr "ад."
-#: strings.hrc:188
+#: wizards/com/sun/star/wizards/common/strings.hrc:188
msgctxt "RID_FAXWIZARDDIALOG_START_48"
msgid "Please inform us if transmission errors occur."
msgstr ""
-#: strings.hrc:189
+#: wizards/com/sun/star/wizards/common/strings.hrc:189
msgctxt "RID_FAXWIZARDDIALOG_START_49"
msgid "Bottle"
msgstr ""
-#: strings.hrc:190
+#: wizards/com/sun/star/wizards/common/strings.hrc:190
msgctxt "RID_FAXWIZARDDIALOG_START_50"
msgid "Lines"
msgstr "Аҵәаӷәақәа"
-#: strings.hrc:191
+#: wizards/com/sun/star/wizards/common/strings.hrc:191
msgctxt "RID_FAXWIZARDDIALOG_START_51"
msgid "Marine"
msgstr "Амшынтәи"
-#: strings.hrc:192
+#: wizards/com/sun/star/wizards/common/strings.hrc:192
msgctxt "RID_FAXWIZARDDIALOG_START_52"
msgid "Classic Fax"
msgstr ""
-#: strings.hrc:193
+#: wizards/com/sun/star/wizards/common/strings.hrc:193
msgctxt "RID_FAXWIZARDDIALOG_START_53"
msgid "Classic Fax from Private"
msgstr ""
-#: strings.hrc:194
+#: wizards/com/sun/star/wizards/common/strings.hrc:194
msgctxt "RID_FAXWIZARDDIALOG_START_54"
msgid "Modern Fax"
msgstr ""
-#: strings.hrc:195
+#: wizards/com/sun/star/wizards/common/strings.hrc:195
msgctxt "RID_FAXWIZARDDIALOG_START_55"
msgid "Modern Fax from Private"
msgstr ""
-#: strings.hrc:196
+#: wizards/com/sun/star/wizards/common/strings.hrc:196
msgctxt "RID_FAXWIZARDDIALOG_START_56"
msgid "Fax"
msgstr "Афакс"
-#: strings.hrc:199
+#: wizards/com/sun/star/wizards/common/strings.hrc:199
msgctxt "RID_FAXWIZARDCOMMUNICATION_START_1"
msgid "Important Information!"
msgstr "Акрызҵазкуа аинформациа!"
-#: strings.hrc:200
+#: wizards/com/sun/star/wizards/common/strings.hrc:200
msgctxt "RID_FAXWIZARDCOMMUNICATION_START_2"
msgid "For your information"
msgstr ""
-#: strings.hrc:201
+#: wizards/com/sun/star/wizards/common/strings.hrc:201
msgctxt "RID_FAXWIZARDCOMMUNICATION_START_3"
msgid "News!"
msgstr "Иҿыцу!"
-#: strings.hrc:204
+#: wizards/com/sun/star/wizards/common/strings.hrc:204
msgctxt "RID_FAXWIZARDSALUTATION_START_1"
msgid "To whom it may concern,"
msgstr ""
-#: strings.hrc:205
+#: wizards/com/sun/star/wizards/common/strings.hrc:205
msgctxt "RID_FAXWIZARDSALUTATION_START_2"
msgid "Dear Sir or Madam,"
msgstr ""
-#: strings.hrc:206
+#: wizards/com/sun/star/wizards/common/strings.hrc:206
msgctxt "RID_FAXWIZARDSALUTATION_START_3"
msgid "Hello,"
msgstr ""
-#: strings.hrc:207
+#: wizards/com/sun/star/wizards/common/strings.hrc:207
msgctxt "RID_FAXWIZARDSALUTATION_START_4"
msgid "Hi,"
msgstr ""
-#: strings.hrc:210
+#: wizards/com/sun/star/wizards/common/strings.hrc:210
msgctxt "RID_FAXWIZARDGREETING_START_1"
msgid "Sincerely"
msgstr ""
-#: strings.hrc:211
+#: wizards/com/sun/star/wizards/common/strings.hrc:211
msgctxt "RID_FAXWIZARDGREETING_START_2"
msgid "Yours faithfully"
msgstr ""
-#: strings.hrc:212
+#: wizards/com/sun/star/wizards/common/strings.hrc:212
msgctxt "RID_FAXWIZARDGREETING_START_3"
msgid "Regards"
msgstr ""
-#: strings.hrc:213
+#: wizards/com/sun/star/wizards/common/strings.hrc:213
#, fuzzy
msgctxt "RID_FAXWIZARDGREETING_START_4"
msgid "Love"
msgstr "Ииагатәуп"
-#: strings.hrc:216
+#: wizards/com/sun/star/wizards/common/strings.hrc:216
msgctxt "RID_FAXWIZARDROADMAP_START_1"
msgid "Page design"
msgstr "Адаҟьа адизаин"
-#: strings.hrc:217
+#: wizards/com/sun/star/wizards/common/strings.hrc:217
msgctxt "RID_FAXWIZARDROADMAP_START_2"
msgid "Items to include"
msgstr ""
-#: strings.hrc:218
+#: wizards/com/sun/star/wizards/common/strings.hrc:218
msgctxt "RID_FAXWIZARDROADMAP_START_3"
msgid "Sender and Recipient"
msgstr "Адәықәҵаҩи изауеи"
-#: strings.hrc:219
+#: wizards/com/sun/star/wizards/common/strings.hrc:219
msgctxt "RID_FAXWIZARDROADMAP_START_4"
msgid "Footer"
msgstr ""
-#: strings.hrc:220
+#: wizards/com/sun/star/wizards/common/strings.hrc:220
msgctxt "RID_FAXWIZARDROADMAP_START_5"
msgid "Name and location"
msgstr "Ахыркәшара"
-#: strings.hrc:223
+#: wizards/com/sun/star/wizards/common/strings.hrc:223
msgctxt "RID_AGENDAWIZARDDIALOG_START_1"
msgid "Agenda Wizard"
msgstr ""
-#: strings.hrc:224
+#: wizards/com/sun/star/wizards/common/strings.hrc:224
msgctxt "RID_AGENDAWIZARDDIALOG_START_2"
msgid "Make ~manual changes to this agenda template"
msgstr ""
-#: strings.hrc:225
+#: wizards/com/sun/star/wizards/common/strings.hrc:225
msgctxt "RID_AGENDAWIZARDDIALOG_START_3"
msgid "Template name:"
msgstr "Ашаблон ахьӡ:"
-#: strings.hrc:226
+#: wizards/com/sun/star/wizards/common/strings.hrc:226
msgctxt "RID_AGENDAWIZARDDIALOG_START_4"
msgid "Location and file name:"
msgstr "Ашаблон аҭыҧ:"
-#: strings.hrc:227
+#: wizards/com/sun/star/wizards/common/strings.hrc:227
msgctxt "RID_AGENDAWIZARDDIALOG_START_5"
msgid "What do you want to do next?"
msgstr "Иҟаҵатәуи анаҩс?"
-#: strings.hrc:228
+#: wizards/com/sun/star/wizards/common/strings.hrc:228
msgctxt "RID_AGENDAWIZARDDIALOG_START_6"
msgid "Please choose the page design for the agenda"
msgstr ""
-#: strings.hrc:229
+#: wizards/com/sun/star/wizards/common/strings.hrc:229
msgctxt "RID_AGENDAWIZARDDIALOG_START_7"
msgid "Please select the headings you wish to include in your agenda template"
msgstr ""
-#: strings.hrc:230
+#: wizards/com/sun/star/wizards/common/strings.hrc:230
msgctxt "RID_AGENDAWIZARDDIALOG_START_8"
msgid "Please enter general information for the event"
msgstr ""
-#: strings.hrc:231
+#: wizards/com/sun/star/wizards/common/strings.hrc:231
msgctxt "RID_AGENDAWIZARDDIALOG_START_9"
msgid "Please specify items for the agenda"
msgstr ""
-#: strings.hrc:232
+#: wizards/com/sun/star/wizards/common/strings.hrc:232
msgctxt "RID_AGENDAWIZARDDIALOG_START_10"
msgid "Please select the names you wish to include in your agenda template"
msgstr ""
-#: strings.hrc:233
+#: wizards/com/sun/star/wizards/common/strings.hrc:233
msgctxt "RID_AGENDAWIZARDDIALOG_START_11"
msgid "Choose a name and save the template"
msgstr "Ашаблон аҧҵара ахыркәшара"
-#: strings.hrc:234
+#: wizards/com/sun/star/wizards/common/strings.hrc:234
msgctxt "RID_AGENDAWIZARDDIALOG_START_12"
msgid "Include form for recording minutes"
msgstr ""
-#: strings.hrc:235
+#: wizards/com/sun/star/wizards/common/strings.hrc:235
msgctxt "RID_AGENDAWIZARDDIALOG_START_13"
msgid "This wizard helps you to create an agenda template. The template can then be used to create an agenda whenever needed."
msgstr ""
-#: strings.hrc:236
+#: wizards/com/sun/star/wizards/common/strings.hrc:236
msgctxt "RID_AGENDAWIZARDDIALOG_START_14"
msgid "Time:"
msgstr "Аамҭа:"
-#: strings.hrc:237
+#: wizards/com/sun/star/wizards/common/strings.hrc:237
msgctxt "RID_AGENDAWIZARDDIALOG_START_15"
msgid "Name:"
msgstr "Ахьӡ:"
-#: strings.hrc:238
+#: wizards/com/sun/star/wizards/common/strings.hrc:238
msgctxt "RID_AGENDAWIZARDDIALOG_START_16"
msgid "Location:"
msgstr "Аҭыҧ:"
-#: strings.hrc:239
+#: wizards/com/sun/star/wizards/common/strings.hrc:239
msgctxt "RID_AGENDAWIZARDDIALOG_START_17"
msgid "Placeholders will be used in empty fields. You can replace placeholders with text later."
msgstr ""
-#: strings.hrc:240
+#: wizards/com/sun/star/wizards/common/strings.hrc:240
msgctxt "RID_AGENDAWIZARDDIALOG_START_18"
msgid "..."
msgstr "..."
-#: strings.hrc:241
+#: wizards/com/sun/star/wizards/common/strings.hrc:241
msgctxt "RID_AGENDAWIZARDDIALOG_START_19"
msgid "Create an ~agenda from this template"
msgstr ""
-#: strings.hrc:242
+#: wizards/com/sun/star/wizards/common/strings.hrc:242
msgctxt "RID_AGENDAWIZARDDIALOG_START_20"
msgid "To create a new agenda out of the template, go to the location where you saved the template and double-click the file."
msgstr ""
-#: strings.hrc:243
+#: wizards/com/sun/star/wizards/common/strings.hrc:243
msgctxt "RID_AGENDAWIZARDDIALOG_START_21"
msgid "Agenda item"
msgstr ""
-#: strings.hrc:244
+#: wizards/com/sun/star/wizards/common/strings.hrc:244
msgctxt "RID_AGENDAWIZARDDIALOG_START_22"
msgid "Responsible"
msgstr "Аҭакзыҧхықәу"
-#: strings.hrc:245
+#: wizards/com/sun/star/wizards/common/strings.hrc:245
msgctxt "RID_AGENDAWIZARDDIALOG_START_23"
msgid "Duration"
msgstr ""
-#: strings.hrc:246
+#: wizards/com/sun/star/wizards/common/strings.hrc:246
msgctxt "RID_AGENDAWIZARDDIALOG_START_24"
msgid "Meeting called by"
msgstr "Аиҿкааҩ"
-#: strings.hrc:247
+#: wizards/com/sun/star/wizards/common/strings.hrc:247
msgctxt "RID_AGENDAWIZARDDIALOG_START_25"
msgid "Chairperson"
msgstr ""
-#: strings.hrc:248
+#: wizards/com/sun/star/wizards/common/strings.hrc:248
msgctxt "RID_AGENDAWIZARDDIALOG_START_26"
msgid "Minute keeper"
msgstr "Амаӡаныҟәгаҩ"
-#: strings.hrc:249
+#: wizards/com/sun/star/wizards/common/strings.hrc:249
msgctxt "RID_AGENDAWIZARDDIALOG_START_27"
msgid "Moderator"
msgstr "Амодератор"
-#: strings.hrc:250
+#: wizards/com/sun/star/wizards/common/strings.hrc:250
msgctxt "RID_AGENDAWIZARDDIALOG_START_28"
msgid "Attendees"
msgstr "Алахәылаҩцәа"
-#: strings.hrc:251
+#: wizards/com/sun/star/wizards/common/strings.hrc:251
msgctxt "RID_AGENDAWIZARDDIALOG_START_29"
msgid "Observers"
msgstr "Анаҧшцәа"
-#: strings.hrc:252
+#: wizards/com/sun/star/wizards/common/strings.hrc:252
msgctxt "RID_AGENDAWIZARDDIALOG_START_30"
msgid "Facility personnel"
msgstr "Аперсонал"
-#: strings.hrc:253
+#: wizards/com/sun/star/wizards/common/strings.hrc:253
msgctxt "RID_AGENDAWIZARDDIALOG_START_31"
msgid "The agenda template will include placeholders for the names of the selected people. When creating an agenda from the template, you can replace these placeholder with the appropriate names."
msgstr ""
-#: strings.hrc:254
+#: wizards/com/sun/star/wizards/common/strings.hrc:254
msgctxt "RID_AGENDAWIZARDDIALOG_START_32"
msgid "Type of meeting"
msgstr ""
-#: strings.hrc:255
+#: wizards/com/sun/star/wizards/common/strings.hrc:255
msgctxt "RID_AGENDAWIZARDDIALOG_START_33"
msgid "Please read"
msgstr ""
-#: strings.hrc:256
+#: wizards/com/sun/star/wizards/common/strings.hrc:256
msgctxt "RID_AGENDAWIZARDDIALOG_START_34"
msgid "Please bring"
msgstr ""
-#: strings.hrc:257
+#: wizards/com/sun/star/wizards/common/strings.hrc:257
msgctxt "RID_AGENDAWIZARDDIALOG_START_35"
msgid "Notes"
msgstr "Азгәаҭақәа"
-#: strings.hrc:258
+#: wizards/com/sun/star/wizards/common/strings.hrc:258
msgctxt "RID_AGENDAWIZARDDIALOG_START_36"
msgid "The agenda template will include placeholders for the selected items."
msgstr ""
-#: strings.hrc:259
+#: wizards/com/sun/star/wizards/common/strings.hrc:259
msgctxt "RID_AGENDAWIZARDDIALOG_START_38"
msgid "Date:"
msgstr "Арыцхә:"
-#: strings.hrc:260
+#: wizards/com/sun/star/wizards/common/strings.hrc:260
msgctxt "RID_AGENDAWIZARDDIALOG_START_39"
msgid "This wizard creates an agenda template which enables you to create multiple agendas with the same layout and settings."
msgstr ""
-#: strings.hrc:261
+#: wizards/com/sun/star/wizards/common/strings.hrc:261
msgctxt "RID_AGENDAWIZARDDIALOG_START_40"
msgid "Page design:"
msgstr "Адаҟьа адизаин:"
-#: strings.hrc:262
+#: wizards/com/sun/star/wizards/common/strings.hrc:262
msgctxt "RID_AGENDAWIZARDDIALOG_START_41"
msgid "myAgendaTemplate.stw"
msgstr ""
-#: strings.hrc:263
+#: wizards/com/sun/star/wizards/common/strings.hrc:263
msgctxt "RID_AGENDAWIZARDDIALOG_START_42"
msgid "My Agenda Template"
msgstr ""
-#: strings.hrc:264
+#: wizards/com/sun/star/wizards/common/strings.hrc:264
msgctxt "RID_AGENDAWIZARDDIALOG_START_43"
msgid "An unexpected error occurred while saving the agenda template."
msgstr ""
-#: strings.hrc:265
+#: wizards/com/sun/star/wizards/common/strings.hrc:265
msgctxt "RID_AGENDAWIZARDDIALOG_START_44"
msgid "Name"
msgstr "Ахьӡ"
-#: strings.hrc:266
+#: wizards/com/sun/star/wizards/common/strings.hrc:266
msgctxt "RID_AGENDAWIZARDDIALOG_START_45"
msgid "Date"
msgstr "Арыцхә"
-#: strings.hrc:267
+#: wizards/com/sun/star/wizards/common/strings.hrc:267
msgctxt "RID_AGENDAWIZARDDIALOG_START_46"
msgid "Time"
msgstr "Аамҭа"
-#: strings.hrc:268
+#: wizards/com/sun/star/wizards/common/strings.hrc:268
msgctxt "RID_AGENDAWIZARDDIALOG_START_47"
msgid "Location"
msgstr "Аҭыҧ"
-#: strings.hrc:269
+#: wizards/com/sun/star/wizards/common/strings.hrc:269
msgctxt "RID_AGENDAWIZARDDIALOG_START_48"
msgid "Click to replace this text"
msgstr ""
-#: strings.hrc:270
+#: wizards/com/sun/star/wizards/common/strings.hrc:270
msgctxt "RID_AGENDAWIZARDDIALOG_START_50"
msgid "Page design"
msgstr "Адаҟьа адизаин"
-#: strings.hrc:271
+#: wizards/com/sun/star/wizards/common/strings.hrc:271
msgctxt "RID_AGENDAWIZARDDIALOG_START_51"
msgid "General information"
msgstr "Азеиҧш информациа"
-#: strings.hrc:272
+#: wizards/com/sun/star/wizards/common/strings.hrc:272
msgctxt "RID_AGENDAWIZARDDIALOG_START_52"
msgid "Headings to include"
msgstr ""
-#: strings.hrc:273
+#: wizards/com/sun/star/wizards/common/strings.hrc:273
msgctxt "RID_AGENDAWIZARDDIALOG_START_53"
msgid "Names"
msgstr "Ахьӡқәа"
-#: strings.hrc:274
+#: wizards/com/sun/star/wizards/common/strings.hrc:274
msgctxt "RID_AGENDAWIZARDDIALOG_START_54"
msgid "Agenda items"
msgstr ""
-#: strings.hrc:275
+#: wizards/com/sun/star/wizards/common/strings.hrc:275
msgctxt "RID_AGENDAWIZARDDIALOG_START_55"
msgid "Name and location"
msgstr "Ахыркәшара"
-#: strings.hrc:276
+#: wizards/com/sun/star/wizards/common/strings.hrc:276
msgctxt "RID_AGENDAWIZARDDIALOG_START_56"
msgid "An unexpected error occurred while opening the agenda template."
msgstr ""
-#: strings.hrc:277
+#: wizards/com/sun/star/wizards/common/strings.hrc:277
msgctxt "RID_AGENDAWIZARDDIALOG_START_57"
msgid "Type of meeting"
msgstr ""
-#: strings.hrc:278
+#: wizards/com/sun/star/wizards/common/strings.hrc:278
msgctxt "RID_AGENDAWIZARDDIALOG_START_58"
msgid "Please bring"
msgstr ""
-#: strings.hrc:279
+#: wizards/com/sun/star/wizards/common/strings.hrc:279
msgctxt "RID_AGENDAWIZARDDIALOG_START_59"
msgid "Please read"
msgstr ""
-#: strings.hrc:280
+#: wizards/com/sun/star/wizards/common/strings.hrc:280
msgctxt "RID_AGENDAWIZARDDIALOG_START_60"
msgid "Notes"
msgstr "Азгәаҭақәа"
-#: strings.hrc:281
+#: wizards/com/sun/star/wizards/common/strings.hrc:281
msgctxt "RID_AGENDAWIZARDDIALOG_START_61"
msgid "Meeting called by"
msgstr "Аиҿкааҩ"
-#: strings.hrc:282
+#: wizards/com/sun/star/wizards/common/strings.hrc:282
msgctxt "RID_AGENDAWIZARDDIALOG_START_62"
msgid "Chairperson"
msgstr ""
-#: strings.hrc:283
+#: wizards/com/sun/star/wizards/common/strings.hrc:283
msgctxt "RID_AGENDAWIZARDDIALOG_START_63"
msgid "Attendees"
msgstr "Алахәылаҩцәа"
-#: strings.hrc:284
+#: wizards/com/sun/star/wizards/common/strings.hrc:284
msgctxt "RID_AGENDAWIZARDDIALOG_START_64"
msgid "Minute keeper"
msgstr "Амаӡаныҟәгаҩ"
-#: strings.hrc:285
+#: wizards/com/sun/star/wizards/common/strings.hrc:285
msgctxt "RID_AGENDAWIZARDDIALOG_START_65"
msgid "Moderator"
msgstr "Амодератор"
-#: strings.hrc:286
+#: wizards/com/sun/star/wizards/common/strings.hrc:286
msgctxt "RID_AGENDAWIZARDDIALOG_START_66"
msgid "Observers"
msgstr "Анаҧшцәа"
-#: strings.hrc:287
+#: wizards/com/sun/star/wizards/common/strings.hrc:287
msgctxt "RID_AGENDAWIZARDDIALOG_START_67"
msgid "Facility personnel"
msgstr "Аперсонал"
-#: strings.hrc:288
+#: wizards/com/sun/star/wizards/common/strings.hrc:288
msgctxt "RID_AGENDAWIZARDDIALOG_START_68"
msgid "Insert"
msgstr "Ибжьаргылатәуп"
-#: strings.hrc:289
+#: wizards/com/sun/star/wizards/common/strings.hrc:289
msgctxt "RID_AGENDAWIZARDDIALOG_START_69"
msgid "Remove"
msgstr "Ианыхтәуп"
-#: strings.hrc:290
+#: wizards/com/sun/star/wizards/common/strings.hrc:290
msgctxt "RID_AGENDAWIZARDDIALOG_START_70"
msgid "Move up"
msgstr "Аҩада"
-#: strings.hrc:291
+#: wizards/com/sun/star/wizards/common/strings.hrc:291
msgctxt "RID_AGENDAWIZARDDIALOG_START_71"
msgid "Move down"
msgstr "Алада"
-#: strings.hrc:292
+#: wizards/com/sun/star/wizards/common/strings.hrc:292
msgctxt "RID_AGENDAWIZARDDIALOG_START_72"
msgid "Date:"
msgstr "Арыцхә:"
-#: strings.hrc:293
+#: wizards/com/sun/star/wizards/common/strings.hrc:293
msgctxt "RID_AGENDAWIZARDDIALOG_START_73"
msgid "Time:"
msgstr "Аамҭа:"
-#: strings.hrc:294
+#: wizards/com/sun/star/wizards/common/strings.hrc:294
msgctxt "RID_AGENDAWIZARDDIALOG_START_74"
msgid "Location:"
msgstr "Аҭыҧ:"
-#: strings.hrc:295
+#: wizards/com/sun/star/wizards/common/strings.hrc:295
msgctxt "RID_AGENDAWIZARDDIALOG_START_75"
msgid "Topics"
msgstr "Атемақәа"
-#: strings.hrc:296
+#: wizards/com/sun/star/wizards/common/strings.hrc:296
msgctxt "RID_AGENDAWIZARDDIALOG_START_76"
msgid "Num."
msgstr "Ахыҧ."
-#: strings.hrc:297
+#: wizards/com/sun/star/wizards/common/strings.hrc:297
msgctxt "RID_AGENDAWIZARDDIALOG_START_77"
msgid "Topic"
msgstr "Атема"
-#: strings.hrc:298
+#: wizards/com/sun/star/wizards/common/strings.hrc:298
msgctxt "RID_AGENDAWIZARDDIALOG_START_78"
msgid "Responsible"
msgstr "Аҭакзыҧхықәу"
-#: strings.hrc:299
+#: wizards/com/sun/star/wizards/common/strings.hrc:299
msgctxt "RID_AGENDAWIZARDDIALOG_START_79"
msgid "Time"
msgstr "Аамҭа"
-#: strings.hrc:300
+#: wizards/com/sun/star/wizards/common/strings.hrc:300
msgctxt "RID_AGENDAWIZARDDIALOG_START_80"
msgid "Additional information"
msgstr ""
-#: strings.hrc:301
+#: wizards/com/sun/star/wizards/common/strings.hrc:301
msgctxt "RID_AGENDAWIZARDDIALOG_START_81"
msgid "Minutes for"
msgstr ""
-#: strings.hrc:302
+#: wizards/com/sun/star/wizards/common/strings.hrc:302
msgctxt "RID_AGENDAWIZARDDIALOG_START_82"
msgid "Discussion:"
msgstr ""
-#: strings.hrc:303
+#: wizards/com/sun/star/wizards/common/strings.hrc:303
msgctxt "RID_AGENDAWIZARDDIALOG_START_83"
msgid "Conclusion:"
msgstr ""
-#: strings.hrc:304
+#: wizards/com/sun/star/wizards/common/strings.hrc:304
msgctxt "RID_AGENDAWIZARDDIALOG_START_84"
msgid "To do:"
msgstr ""
-#: strings.hrc:305
+#: wizards/com/sun/star/wizards/common/strings.hrc:305
msgctxt "RID_AGENDAWIZARDDIALOG_START_85"
msgid "Responsible party:"
msgstr ""
-#: strings.hrc:306
+#: wizards/com/sun/star/wizards/common/strings.hrc:306
msgctxt "RID_AGENDAWIZARDDIALOG_START_86"
msgid "Deadline:"
msgstr ""
-#: strings.hrc:307
+#: wizards/com/sun/star/wizards/common/strings.hrc:307
msgctxt "RID_AGENDAWIZARDDIALOG_START_87"
msgid "Blue"
msgstr ""
-#: strings.hrc:308
+#: wizards/com/sun/star/wizards/common/strings.hrc:308
msgctxt "RID_AGENDAWIZARDDIALOG_START_88"
msgid "Classic"
msgstr ""
-#: strings.hrc:309
+#: wizards/com/sun/star/wizards/common/strings.hrc:309
msgctxt "RID_AGENDAWIZARDDIALOG_START_89"
msgid "Colorful"
msgstr ""
-#: strings.hrc:310
+#: wizards/com/sun/star/wizards/common/strings.hrc:310
msgctxt "RID_AGENDAWIZARDDIALOG_START_90"
msgid "Elegant"
msgstr ""
-#: strings.hrc:311
+#: wizards/com/sun/star/wizards/common/strings.hrc:311
msgctxt "RID_AGENDAWIZARDDIALOG_START_91"
msgid "Green"
msgstr "Аиаҵәа"
-#: strings.hrc:312
+#: wizards/com/sun/star/wizards/common/strings.hrc:312
msgctxt "RID_AGENDAWIZARDDIALOG_START_92"
msgid "Grey"
msgstr ""
-#: strings.hrc:313
+#: wizards/com/sun/star/wizards/common/strings.hrc:313
msgctxt "RID_AGENDAWIZARDDIALOG_START_93"
msgid "Modern"
msgstr "Иахьатәи"
-#: strings.hrc:314
+#: wizards/com/sun/star/wizards/common/strings.hrc:314
#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_94"
msgid "Orange"
msgstr "адиапазон"
-#: strings.hrc:315
+#: wizards/com/sun/star/wizards/common/strings.hrc:315
msgctxt "RID_AGENDAWIZARDDIALOG_START_95"
msgid "Red"
msgstr "Аҟаҧшь"
-#: strings.hrc:316
+#: wizards/com/sun/star/wizards/common/strings.hrc:316
msgctxt "RID_AGENDAWIZARDDIALOG_START_96"
msgid "Simple"
msgstr "Амариа"
diff --git a/source/ab/writerperfect/messages.po b/source/ab/writerperfect/messages.po
index d5b0292e551..cacd6aed5b4 100644
--- a/source/ab/writerperfect/messages.po
+++ b/source/ab/writerperfect/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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2017-12-25 16:04+0000\n"
+"POT-Creation-Date: 2018-04-24 12:22+0200\n"
+"PO-Revision-Date: 2018-03-25 10:26+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ab\n"
@@ -12,80 +12,150 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1514217882.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521973593.000000\n"
-#: strings.hrc:15
+#: writerperfect/inc/strings.hrc:15
msgctxt "STR_ENCODING_DIALOG_TITLE"
msgid "Import file"
msgstr "Афаил аимпорт"
-#: strings.hrc:16
+#: writerperfect/inc/strings.hrc:16
msgctxt "STR_ENCODING_DIALOG_TITLE_MSWORKS"
msgid "Import MS Works file"
msgstr ""
-#: strings.hrc:17
+#: writerperfect/inc/strings.hrc:17
msgctxt "STR_ENCODING_DIALOG_TITLE_MSWRITE"
msgid "Import MS Write file"
msgstr ""
-#: strings.hrc:18
+#: writerperfect/inc/strings.hrc:18
msgctxt "STR_ENCODING_DIALOG_TITLE_DOSWORD"
msgid "Import MS Word for DOS file"
msgstr ""
-#: strings.hrc:19
+#: writerperfect/inc/strings.hrc:19
msgctxt "STR_ENCODING_DIALOG_TITLE_LOTUS"
msgid "Import Lotus file"
msgstr "Lotus афаил аимпорт"
-#: strings.hrc:20
+#: writerperfect/inc/strings.hrc:20
msgctxt "STR_ENCODING_DIALOG_TITLE_SYMPHONY"
msgid "Import Symphony file"
msgstr ""
-#: strings.hrc:21
+#: writerperfect/inc/strings.hrc:21
msgctxt "STR_ENCODING_DIALOG_TITLE_QUATTROPRO"
msgid "Import Quattro Pro file"
msgstr ""
-#: exportepub.ui:8
+#: writerperfect/uiconfig/ui/exportepub.ui:8
msgctxt "exportepub|EpubDialog"
msgid "EPUB Export"
msgstr "EPUB ахь аекспорт"
-#: exportepub.ui:91
+#: writerperfect/uiconfig/ui/exportepub.ui:91
+msgctxt "exportepub|generalft"
+msgid "General"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:122
msgctxt "exportepub|versionft"
msgid "Version:"
msgstr "Аверсиа:"
-#: exportepub.ui:108
+#: writerperfect/uiconfig/ui/exportepub.ui:139
msgctxt "exportepub|epub3"
msgid "EPUB 3.0"
msgstr "EPUB 3.0"
-#: exportepub.ui:109
+#: writerperfect/uiconfig/ui/exportepub.ui:140
msgctxt "exportepub|epub2"
msgid "EPUB 2.0"
msgstr "EPUB 2.0"
-#: exportepub.ui:144
+#: writerperfect/uiconfig/ui/exportepub.ui:175
msgctxt "exportepub|splitft"
msgid "Split method:"
msgstr ""
-#: exportepub.ui:161
+#: writerperfect/uiconfig/ui/exportepub.ui:192
msgctxt "exportepub|splitpage"
msgid "Page break"
msgstr "Адаҟьа аимҟьара"
-#: exportepub.ui:162
+#: writerperfect/uiconfig/ui/exportepub.ui:193
msgctxt "exportepub|splitheading"
msgid "Heading"
msgstr "Ахы"
-#: wpftencodingdialog.ui:63
+#: writerperfect/uiconfig/ui/exportepub.ui:228
+msgctxt "exportepub|layoutft"
+msgid "Layout method:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:245
+msgctxt "exportepub|layoutreflowable"
+msgid "Reflowable"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:246
+msgctxt "exportepub|layoutfixed"
+msgid "Fixed"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:281
+msgctxt "exportepub|coverimageft"
+msgid "Custom cover image:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:311
+msgctxt "exportepub|coverbutton"
+msgid "Browse..."
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:355
+msgctxt "exportepub|mediadirft"
+msgid "Custom media directory:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:385
+msgctxt "exportepub|mediabutton"
+msgid "Browse..."
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:429
+msgctxt "exportepub|metadataft"
+msgid "Metadata"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:470
+msgctxt "exportepub|identifierft"
+msgid "Identifier:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:485
+msgctxt "exportepub|titleft"
+msgid "Title:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:511
+msgctxt "exportepub|authorft"
+msgid "Author:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:537
+msgctxt "exportepub|languageft"
+msgid "Language:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:563
+msgctxt "exportepub|dateft"
+msgid "Date:"
+msgstr "Арыцхә:"
+
+#: writerperfect/uiconfig/ui/wpftencodingdialog.ui:63
msgctxt "wpftencodingdialog|label"
msgid "_Character set:"
msgstr "Акодркра:"
diff --git a/source/ab/xmlsecurity/messages.po b/source/ab/xmlsecurity/messages.po
index 5de6de1f32f..80d0b0e10ec 100644
--- a/source/ab/xmlsecurity/messages.po
+++ b/source/ab/xmlsecurity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-02-27 15:07+0100\n"
"PO-Revision-Date: 2017-12-25 16:04+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,80 +12,80 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514217845.000000\n"
-#: strings.hrc:25
+#: xmlsecurity/inc/strings.hrc:25
msgctxt "STR_CERTIFICATE_NOT_VALIDATED"
msgid "The certificate could not be validated."
msgstr "Асертификат агәаҭара ауам."
-#: strings.hrc:26
+#: xmlsecurity/inc/strings.hrc:26
msgctxt "STR_HEADERBAR"
msgid "Field\tValue"
msgstr "Аҭакыра\tАҵакы"
-#: strings.hrc:27
+#: xmlsecurity/inc/strings.hrc:27
msgctxt "STR_VERSION"
msgid "Version"
msgstr "Аверсиа"
-#: strings.hrc:28
+#: xmlsecurity/inc/strings.hrc:28
msgctxt "STR_SERIALNUM"
msgid "Serial Number"
msgstr "Асериатә номер"
-#: strings.hrc:29
+#: xmlsecurity/inc/strings.hrc:29
msgctxt "STR_ISSUER"
msgid "Issuer"
msgstr "Аҭыжьҩы"
-#: strings.hrc:30
+#: xmlsecurity/inc/strings.hrc:30
msgctxt "STR_VALIDFROM"
msgid "Valid From"
msgstr "Иҵабыргуп инаркны"
-#: strings.hrc:31
+#: xmlsecurity/inc/strings.hrc:31
msgctxt "STR_VALIDTO"
msgid "Valid to"
msgstr "Иҵабыргуп аҟынӡа"
-#: strings.hrc:32
+#: xmlsecurity/inc/strings.hrc:32
msgctxt "STR_SUBJECT"
msgid "Subject"
msgstr "Асубиект"
-#: strings.hrc:33
+#: xmlsecurity/inc/strings.hrc:33
msgctxt "STR_SUBJECT_PUBKEY_ALGO"
msgid "Subject Algorithm"
msgstr "Алгоритм"
-#: strings.hrc:34
+#: xmlsecurity/inc/strings.hrc:34
msgctxt "STR_SUBJECT_PUBKEY_VAL"
msgid "Public Key"
msgstr "Иаарту ацаҧха"
-#: strings.hrc:35
+#: xmlsecurity/inc/strings.hrc:35
msgctxt "STR_SIGNATURE_ALGO"
msgid "Signature Algorithm"
msgstr "Асертификат анапаҵаҩра алгоритм"
-#: strings.hrc:36
+#: xmlsecurity/inc/strings.hrc:36
msgctxt "STR_USE"
msgid "Certificate Use"
msgstr "Асертификат ахархәара"
-#: strings.hrc:37
+#: xmlsecurity/inc/strings.hrc:37
msgctxt "STR_THUMBPRINT_SHA1"
msgid "Thumbprint SHA1"
msgstr "Аҭыҧынҵа SHA1"
-#: strings.hrc:38
+#: xmlsecurity/inc/strings.hrc:38
msgctxt "STR_THUMBPRINT_MD5"
msgid "Thumbprint MD5"
msgstr "Аҭыҧынҵа MD5"
-#: strings.hrc:40
+#: xmlsecurity/inc/strings.hrc:40
msgctxt "STR_XMLSECDLG_OLD_ODF_FORMAT"
msgid ""
"This document contains signatures in ODF 1.1 (OpenOffice.org 2.x) format. Signing documents in %PRODUCTNAME %PRODUCTVERSION requires ODF 1.2 format version. Thus no signatures can be added or removed to this document.\n"
@@ -93,206 +93,206 @@ msgid ""
"Save document in ODF 1.2 format and add all desired signatures again."
msgstr ""
-#: strings.hrc:44
+#: xmlsecurity/inc/strings.hrc:44
msgctxt "STR_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN"
msgid ""
"Adding or removing a macro signature will remove all document signatures.\n"
"Do you really want to continue?"
msgstr ""
-#: strings.hrc:46
+#: xmlsecurity/inc/strings.hrc:46
msgctxt "STR_XMLSECDLG_QUERY_REALLYREMOVE"
msgid ""
"Document signature cannot be restored, once removed.\n"
"Do you really want to remove selected signature?"
msgstr ""
-#: strings.hrc:49
+#: xmlsecurity/inc/strings.hrc:49
msgctxt "STR_XMLSECDLG_SIGNING_FAILED"
msgid "An error occurred while adding the signature."
msgstr ""
-#: strings.hrc:50
+#: xmlsecurity/inc/strings.hrc:50
msgctxt "STR_XMLSECDLG_NO_CERT_MANAGER"
msgid "Could not find any certificate manager."
msgstr ""
-#: strings.hrc:51
+#: xmlsecurity/inc/strings.hrc:51
msgctxt "STR_XMLSECDLG_NO_CERT_FOUND"
msgid "Could not find the certificate."
msgstr "Асертификат ҧшаам."
-#: strings.hrc:53
+#: xmlsecurity/inc/strings.hrc:53
msgctxt "RID_XMLSECWB_NO_MOZILLA_PROFILE"
msgid "Digital signatures functionality could not be used, because no Mozilla user profile was found. Please check the Mozilla installation."
msgstr ""
-#: certgeneral.ui:32
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:32
msgctxt "certgeneral|label1"
msgid "Certificate Information"
msgstr "Асертификат иазку аинформациа"
-#: certgeneral.ui:70
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:70
msgctxt "certgeneral|hintnotrust"
msgid "This certificate is validated."
msgstr "Асертификат ҵабыргуп."
-#: certgeneral.ui:103
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:103
msgctxt "certgeneral|issued_to"
msgid "Issued to: "
msgstr "Изырҭаз:"
-#: certgeneral.ui:130
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:130
msgctxt "certgeneral|issued_by"
msgid "Issued by: "
msgstr "Ирызҭаз:"
-#: certgeneral.ui:156
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:156
msgctxt "certgeneral|valid_from"
msgid "Valid from:"
msgstr "Иҵабыргуп инаркны:"
-#: certgeneral.ui:187
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:187
msgctxt "certgeneral|privatekey"
msgid "You have a private key that corresponds to this certificate."
msgstr "Шәара ишәымоуп шәхатә цаҧха ари асертификатаз."
-#: certgeneral.ui:207
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:207
msgctxt "certgeneral|valid_to"
msgid "Valid to:"
msgstr "Иҵабыргуп аҟынӡа:"
-#: certpage.ui:26
+#: xmlsecurity/uiconfig/ui/certpage.ui:26
msgctxt "certpage|label1"
msgid "Certification path"
msgstr "Асертификациа амҩа"
-#: certpage.ui:39
+#: xmlsecurity/uiconfig/ui/certpage.ui:39
msgctxt "certpage|viewcert"
msgid "View Certificate..."
msgstr "Асертифкат..."
-#: certpage.ui:90
+#: xmlsecurity/uiconfig/ui/certpage.ui:90
msgctxt "certpage|label2"
msgid "Certification status"
msgstr "Асертификат аҭагылазаашьа"
-#: certpage.ui:127
+#: xmlsecurity/uiconfig/ui/certpage.ui:127
msgctxt "certpage|certok"
msgid "The certificate is OK."
msgstr "Асертификат шьақәырӷәӷәоуп."
-#: certpage.ui:139
+#: xmlsecurity/uiconfig/ui/certpage.ui:139
msgctxt "certpage|certnotok"
msgid "The certificate could not be validated."
msgstr "Асертификат агәаҭара ауам."
-#: digitalsignaturesdialog.ui:9
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:9
msgctxt "digitalsignaturesdialog|DigitalSignaturesDialog"
msgid "Digital Signatures"
msgstr "Ацифратә напаҵаҩрақәа"
-#: digitalsignaturesdialog.ui:70
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:70
msgctxt "digitalsignaturesdialog|dochint"
msgid "The following have signed the document content: "
msgstr "Адокумент рнапы аҵарҩит ҵаҟа зыӡбахә ҳәоу:"
-#: digitalsignaturesdialog.ui:102
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:102
msgctxt "digitalsignaturesdialog|view"
msgid "View Certificate..."
msgstr "Асертификат..."
-#: digitalsignaturesdialog.ui:115
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:115
msgctxt "digitalsignaturesdialog|sign"
msgid "Sign Document..."
msgstr "Анапаҵаҩтәуп адокумент..."
-#: digitalsignaturesdialog.ui:129
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:129
msgctxt "digitalsignaturesdialog|remove"
msgid "Remove"
msgstr "Ианыхтәуп"
-#: digitalsignaturesdialog.ui:142
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:142
msgctxt "digitalsignaturesdialog|start_certmanager"
msgid "Start Certificate Manager..."
msgstr ""
-#: digitalsignaturesdialog.ui:170
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:170
msgctxt "digitalsignaturesdialog|signed"
msgid "Signed by "
msgstr "Анапаҵаҩуп "
-#: digitalsignaturesdialog.ui:182
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:182
msgctxt "digitalsignaturesdialog|issued"
msgid "Digital ID issued by "
msgstr ""
-#: digitalsignaturesdialog.ui:194
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:194
msgctxt "digitalsignaturesdialog|date"
msgid "Date"
msgstr "Арыцхә"
-#: digitalsignaturesdialog.ui:205
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:205
msgctxt "digitalsignaturesdialog|description"
msgid "Description"
msgstr "Ахҳәаа"
-#: digitalsignaturesdialog.ui:216
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:216
msgctxt "digitalsignaturesdialog|type"
msgid "Signature type"
msgstr "Анапаҵаҩра атип"
-#: digitalsignaturesdialog.ui:233
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:233
msgctxt "digitalsignaturesdialog|macrohint"
msgid "The following have signed the document macro:"
msgstr "Адокумент амакрос рнапы аҵарҩит ҵаҟа зыӡбахә ҳәоу:"
-#: digitalsignaturesdialog.ui:245
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:245
msgctxt "digitalsignaturesdialog|packagehint"
msgid "The following have signed this package:"
msgstr "Ари апакет рнапы аҵарҩит ҵаҟа зыӡбахә ҳәоу:"
-#: digitalsignaturesdialog.ui:263
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:263
msgctxt "digitalsignaturesdialog|validft"
msgid "The signatures in this document are valid"
msgstr ""
-#: digitalsignaturesdialog.ui:287
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:287
msgctxt "digitalsignaturesdialog|invalidft"
msgid "The signatures in this document are invalid"
msgstr ""
-#: digitalsignaturesdialog.ui:300
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:300
msgctxt "digitalsignaturesdialog|oldsignatureft"
msgid "Not all parts of the document are signed"
msgstr ""
-#: digitalsignaturesdialog.ui:313
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:313
msgctxt "digitalsignaturesdialog|notvalidatedft"
msgid "Certificate could not be validated"
msgstr "Асертификат агәаҭара ауам."
-#: digitalsignaturesdialog.ui:362
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:362
msgctxt "digitalsignaturesdialog|adescompliant"
msgid "Use AdES-compliant signature when there is a choice"
msgstr ""
-#: macrosecuritydialog.ui:8
+#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:8
msgctxt "macrosecuritydialog|MacroSecurityDialog"
msgid "Macro Security"
msgstr "Амакросқәа ршәарҭадара"
-#: macrosecuritydialog.ui:106
+#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:106
msgctxt "macrosecuritydialog|SecurityLevelPage"
msgid "Security Level"
msgstr "Ашәарҭадара аҩаӡара"
-#: macrosecuritydialog.ui:128
+#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:128
msgctxt "macrosecuritydialog|SecurityTrustPage"
msgid "Trusted Sources"
msgstr "Игәрагоу ахыҵхырҭақәа"
-#: securitylevelpage.ui:14
+#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:14
msgctxt "securitylevelpage|low"
msgid ""
"_Low (not recommended).\n"
@@ -300,14 +300,14 @@ msgid ""
"Use this setting only if you are certain that all documents that will be opened are safe."
msgstr ""
-#: securitylevelpage.ui:32
+#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:32
msgctxt "securitylevelpage|med"
msgid ""
"_Medium.\n"
"Confirmation required before executing macros from untrusted sources."
msgstr ""
-#: securitylevelpage.ui:49
+#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:49
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
@@ -315,7 +315,7 @@ msgid ""
"Unsigned macros are disabled."
msgstr ""
-#: securitylevelpage.ui:68
+#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:68
msgctxt "securitylevelpage|vhigh"
msgid ""
"_Very high.\n"
@@ -323,162 +323,162 @@ msgid ""
"All other macros, regardless whether signed or not, are disabled."
msgstr ""
-#: securitytrustpage.ui:43
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:43
msgctxt "securitytrustpage|viewcert"
msgid "_View..."
msgstr "Ахәаҧшра..."
-#: securitytrustpage.ui:86
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:86
msgctxt "securitytrustpage|to"
msgid "Issued to"
msgstr "Изырҭаз"
-#: securitytrustpage.ui:100
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:100
msgctxt "securitytrustpage|by"
msgid "Issued by"
msgstr "Ирызҭаз"
-#: securitytrustpage.ui:114
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:114
msgctxt "securitytrustpage|date"
msgid "Expiration date"
msgstr "Анҵәамҭа арыцхә"
-#: securitytrustpage.ui:172
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:172
msgctxt "securitytrustpage|label3"
msgid "Trusted Certificates"
msgstr "Игәрагоу асертификатқәа"
-#: securitytrustpage.ui:215
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:215
msgctxt "securitytrustpage|label8"
msgid "Document macros are always executed if they have been opened from one of the following locations."
msgstr ""
-#: securitytrustpage.ui:234
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:234
msgctxt "securitytrustpage|addfile"
msgid "A_dd..."
msgstr "Иацҵатәуп..."
-#: securitytrustpage.ui:321
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:321
msgctxt "securitytrustpage|label4"
msgid "Trusted File Locations"
msgstr "Игәрагоу афаилқәа рҭыҧ"
-#: selectcertificatedialog.ui:9
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:9
msgctxt "selectcertificatedialog|SelectCertificateDialog"
msgid "Select Certificate"
msgstr "Иалышәх асертификат"
-#: selectcertificatedialog.ui:92
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:92
msgctxt "selectcertificatedialog|issuedto"
-msgid "Issued to "
-msgstr "Изырҭаз "
+msgid "Issued to"
+msgstr ""
-#: selectcertificatedialog.ui:103
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:103
msgctxt "selectcertificatedialog|issuedby"
msgid "Issued by"
msgstr "Ирызҭаз"
-#: selectcertificatedialog.ui:114
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:114
msgctxt "selectcertificatedialog|usage"
msgid "Certificate usage"
msgstr "Асертификат ахархәара"
-#: selectcertificatedialog.ui:125
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:125
msgctxt "selectcertificatedialog|expiration"
msgid "Expiration date"
msgstr "Анҵәамҭа арыцхә"
-#: selectcertificatedialog.ui:136
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:136
msgctxt "selectcertificatedialog|type"
msgid "Type"
msgstr "Атип"
-#: selectcertificatedialog.ui:148
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:148
msgctxt "selectcertificatedialog|STR_DIGITAL_SIGNATURE"
msgid "Digital signature"
msgstr "Ацифратә напаҵаҩра"
-#: selectcertificatedialog.ui:153
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:153
msgctxt "selectcertificatedialog|STR_NON_REPUDIATION"
msgid "Non-repudiation"
msgstr ""
-#: selectcertificatedialog.ui:158
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:158
msgctxt "selectcertificatedialog|STR_KEY_ENCIPHERMENT"
msgid "Key encipherment"
msgstr "Ацаҧха ашифрркра"
-#: selectcertificatedialog.ui:163
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:163
msgctxt "selectcertificatedialog|STR_DATA_ENCIPHERMENT"
msgid "Data encipherment"
msgstr "Адырқәа ршифрркра"
-#: selectcertificatedialog.ui:168
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:168
msgctxt "selectcertificatedialog|STR_KEY_AGREEMENT"
msgid "Key Agreement"
msgstr "Ацапхазы аиқәшаҳаҭра"
-#: selectcertificatedialog.ui:173
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:173
msgctxt "selectcertificatedialog|STR_KEY_CERT_SIGN"
msgid "Certificate signature verification"
msgstr "Асертификат анапаҵаҩра агәаҭара"
-#: selectcertificatedialog.ui:178
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:178
msgctxt "selectcertificatedialog|STR_CRL_SIGN"
msgid "CRL signature verification"
msgstr "CRL анапаҵаҩра агәаҭара"
-#: selectcertificatedialog.ui:183
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:183
msgctxt "selectcertificatedialog|STR_ENCIPHER_ONLY"
msgid "Only for encipherment"
msgstr "Ашифрркра мацараз"
-#: selectcertificatedialog.ui:189
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:189
msgctxt "selectcertificatedialog|str_sign"
msgid "Sign"
msgstr "Инапаҵаҩтәуп"
-#: selectcertificatedialog.ui:194
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:194
msgctxt "selectcertificatedialog|str_encrypt"
msgid "Encrypt"
msgstr "Ишифррктәуп"
-#: selectcertificatedialog.ui:209
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:209
msgctxt "selectcertificatedialog|sign"
msgid "Select the certificate you want to use for signing:"
msgstr "Иалышәх асертификат анапаҵаҩразы:"
-#: selectcertificatedialog.ui:222
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:222
msgctxt "selectcertificatedialog|encrypt"
msgid "Select the certificate you want to use for encryption:"
msgstr "Иалышәх асертификат ашифрркразы:"
-#: selectcertificatedialog.ui:246
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:246
msgctxt "selectcertificatedialog|viewcert"
msgid "View Certificate..."
msgstr "Асертификат..."
-#: selectcertificatedialog.ui:266
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:266
msgctxt "selectcertificatedialog|label2"
msgid "Description:"
msgstr "Ахҳәаа:"
-#: viewcertdialog.ui:8
+#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:8
msgctxt "viewcertdialog|ViewCertDialog"
msgid "View Certificate"
msgstr "Асертификат ахәаҧшра "
-#: viewcertdialog.ui:78
+#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:78
msgctxt "viewcertdialog|general"
msgid "General"
msgstr "Азеиҧшқәа"
-#: viewcertdialog.ui:100
+#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:100
msgctxt "viewcertdialog|details"
msgid "Details"
msgstr "Хәҭа-хәҭала"
-#: viewcertdialog.ui:123
+#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:123
msgctxt "viewcertdialog|path"
msgid "Certification Path"
msgstr "Асертификациа амҩа"
diff --git a/source/af/accessibility/messages.po b/source/af/accessibility/messages.po
index 6125e08baee..cfc76b17d1d 100644
--- a/source/af/accessibility/messages.po
+++ b/source/af/accessibility/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,58 +13,59 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: accessibility/inc/strings.hrc:25
msgctxt "RID_STR_ACC_NAME_BROWSEBUTTON"
msgid "Browse"
msgstr "Blaai"
-#: strings.hrc:26
+#: accessibility/inc/strings.hrc:26
msgctxt "STR_SVT_ACC_ACTION_EXPAND"
msgid "Expand"
msgstr "Vou uit"
-#: strings.hrc:27
+#: accessibility/inc/strings.hrc:27
msgctxt "STR_SVT_ACC_ACTION_COLLAPSE"
msgid "Collapse"
msgstr "Vou in"
-#: strings.hrc:28
+#: accessibility/inc/strings.hrc:28
#, fuzzy
msgctxt "STR_SVT_ACC_LISTENTRY_SELCTED_STATE"
msgid "(Selected)"
msgstr "Gemerk"
-#: strings.hrc:29
+#: accessibility/inc/strings.hrc:29
msgctxt "RID_STR_ACC_ACTION_CHECK"
msgid "Check"
msgstr "Merk"
-#: strings.hrc:30
+#: accessibility/inc/strings.hrc:30
msgctxt "RID_STR_ACC_ACTION_UNCHECK"
msgid "Uncheck"
msgstr ""
-#: strings.hrc:31
+#: accessibility/inc/strings.hrc:31
msgctxt "RID_STR_ACC_SCROLLBAR_NAME_VERTICAL"
msgid "Vertical scroll bar"
msgstr "Vertikale rolstaaf"
-#: strings.hrc:32
+#: accessibility/inc/strings.hrc:32
msgctxt "RID_STR_ACC_SCROLLBAR_NAME_HORIZONTAL"
msgid "Horizontal scroll bar"
msgstr "Horisontale rolstaaf"
-#: strings.hrc:33
+#: accessibility/inc/strings.hrc:33
msgctxt "RID_STR_ACC_PANEL_DESCRIPTION"
msgid "Please press enter to go into child control for more operations"
msgstr ""
-#: strings.hrc:34
+#: accessibility/inc/strings.hrc:34
+#, c-format
msgctxt "RID_STR_ACC_COLUMN_NUM"
msgid "Column %COLUMNNUMBER"
msgstr "Kolom %COLUMNNUMBER"
-#: strings.hrc:35
+#: accessibility/inc/strings.hrc:35
msgctxt "RID_STR_ACC_ROW_NUM"
msgid "Row %ROWNUMBER"
msgstr "Ry %ROWNUMBER"
diff --git a/source/af/avmedia/messages.po b/source/af/avmedia/messages.po
index d344c6206a4..cce0dda82f2 100644
--- a/source/af/avmedia/messages.po
+++ b/source/af/avmedia/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,112 +13,112 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: avmedia/inc/strings.hrc:25
msgctxt "AVMEDIA_STR_OPEN"
msgid "Open"
msgstr "Open"
-#: strings.hrc:26
+#: avmedia/inc/strings.hrc:26
msgctxt "AVMEDIA_STR_INSERT"
msgid "Apply"
msgstr "Pas toe"
-#: strings.hrc:27
+#: avmedia/inc/strings.hrc:27
msgctxt "AVMEDIA_STR_PLAY"
msgid "Play"
msgstr "Speel"
-#: strings.hrc:28
+#: avmedia/inc/strings.hrc:28
msgctxt "AVMEDIA_STR_PAUSE"
msgid "Pause"
msgstr "Laat wag"
-#: strings.hrc:29
+#: avmedia/inc/strings.hrc:29
msgctxt "AVMEDIA_STR_STOP"
msgid "Stop"
msgstr "Stop"
-#: strings.hrc:30
+#: avmedia/inc/strings.hrc:30
msgctxt "AVMEDIA_STR_LOOP"
msgid "Repeat"
msgstr "Herhaal"
-#: strings.hrc:31
+#: avmedia/inc/strings.hrc:31
msgctxt "AVMEDIA_STR_MUTE"
msgid "Mute"
msgstr "Dower"
-#: strings.hrc:32
+#: avmedia/inc/strings.hrc:32
msgctxt "AVMEDIA_STR_ZOOM"
msgid "View"
msgstr "Bekyk"
-#: strings.hrc:33
+#: avmedia/inc/strings.hrc:33
msgctxt "AVMEDIA_STR_ZOOM_50"
msgid "50%"
msgstr "50%"
-#: strings.hrc:34
+#: avmedia/inc/strings.hrc:34
msgctxt "AVMEDIA_STR_ZOOM_100"
msgid "100%"
msgstr "100%"
-#: strings.hrc:35
+#: avmedia/inc/strings.hrc:35
msgctxt "AVMEDIA_STR_ZOOM_200"
msgid "200%"
msgstr "200%"
-#: strings.hrc:36
+#: avmedia/inc/strings.hrc:36
msgctxt "AVMEDIA_STR_ZOOM_FIT"
msgid "Scaled"
msgstr "Geskaleer"
-#: strings.hrc:37
+#: avmedia/inc/strings.hrc:37
msgctxt "AVMEDIA_STR_VOLUME"
msgid "Volume"
msgstr "Volume"
-#: strings.hrc:38
+#: avmedia/inc/strings.hrc:38
msgctxt "AVMEDIA_STR_POSITION"
msgid "Position"
msgstr "Posisie"
-#: strings.hrc:39
+#: avmedia/inc/strings.hrc:39
msgctxt "AVMEDIA_STR_MEDIAPLAYER"
msgid "Media Player"
msgstr "Mediaspeler"
-#: strings.hrc:40
+#: avmedia/inc/strings.hrc:40
msgctxt "AVMEDIA_MEDIA_PATH"
msgid "Media Path"
msgstr ""
-#: strings.hrc:41
+#: avmedia/inc/strings.hrc:41
msgctxt "AVMEDIA_MEDIA_PATH_DEFAULT"
msgid "No Media Selected"
msgstr ""
-#: strings.hrc:42
+#: avmedia/inc/strings.hrc:42
msgctxt "AVMEDIA_STR_INSERTMEDIA_DLG"
msgid "Insert Audio or Video"
msgstr ""
-#: strings.hrc:43
+#: avmedia/inc/strings.hrc:43
msgctxt "AVMEDIA_STR_OPENMEDIA_DLG"
msgid "Open Audio or Video"
msgstr ""
-#: strings.hrc:44
+#: avmedia/inc/strings.hrc:44
msgctxt "AVMEDIA_STR_ALL_MEDIAFILES"
msgid "All audio and video files"
msgstr ""
-#: strings.hrc:45
+#: avmedia/inc/strings.hrc:45
msgctxt "AVMEDIA_STR_ALL_FILES"
msgid "All files"
msgstr "Alle lêers"
-#: strings.hrc:46
+#: avmedia/inc/strings.hrc:46
msgctxt "AVMEDIA_STR_ERR_URL"
msgid "The format of the selected file is not supported."
msgstr "Die formaat van die geselekteerde lêer word nie ondersteun nie."
diff --git a/source/af/basctl/messages.po b/source/af/basctl/messages.po
index 78ff733024c..336580a6806 100644
--- a/source/af/basctl/messages.po
+++ b/source/af/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+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"
@@ -13,82 +13,82 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: basctl/inc/strings.hrc:25
msgctxt "RID_STR_FILTER_ALLFILES"
msgid "<All>"
msgstr "<Almal>"
-#: strings.hrc:26
+#: basctl/inc/strings.hrc:26
msgctxt "RID_STR_NOMODULE"
msgid "< No Module >"
msgstr "< Geen module >"
-#: strings.hrc:27
+#: basctl/inc/strings.hrc:27
msgctxt "RID_STR_WRONGPASSWORD"
msgid "Incorrect Password"
msgstr "Verkeerde wagwoord"
-#: strings.hrc:28
+#: basctl/inc/strings.hrc:28
msgctxt "RID_STR_NOLIBINSTORAGE"
msgid "The file does not contain any BASIC libraries"
msgstr "Die lêer bevat gaan BASIC-biblioteke nie"
-#: strings.hrc:29
+#: basctl/inc/strings.hrc:29
msgctxt "RID_STR_BADSBXNAME"
msgid "Invalid Name"
msgstr "Ongeldige naam"
-#: strings.hrc:30
+#: basctl/inc/strings.hrc:30
msgctxt "RID_STR_LIBNAMETOLONG"
msgid "A library name can have up to 30 characters."
msgstr "'n Biblioteeknaam kan tot 30 karakters bevat."
-#: strings.hrc:31
+#: basctl/inc/strings.hrc:31
msgctxt "RID_STR_ERRORCHOOSEMACRO"
msgid "Macros from other documents are not accessible."
msgstr "Makro's in ander dokumente is nie toeganklik nie."
-#: strings.hrc:32
+#: basctl/inc/strings.hrc:32
msgctxt "RID_STR_LIBISREADONLY"
msgid "This library is read-only."
msgstr "Hierdie biblioteek is leesalleen."
-#: strings.hrc:33
+#: basctl/inc/strings.hrc:33
msgctxt "RID_STR_REPLACELIB"
msgid "'XX' cannot be replaced."
msgstr "'XX' kan nie vervang word nie."
-#: strings.hrc:34
+#: basctl/inc/strings.hrc:34
msgctxt "RID_STR_IMPORTNOTPOSSIBLE"
msgid "'XX' cannot be added."
msgstr "'XX' kan nie bygevoeg word nie."
-#: strings.hrc:35
+#: basctl/inc/strings.hrc:35
msgctxt "RID_STR_NOIMPORT"
msgid "'XX' was not added."
msgstr "'XX' is nie bygevoeg nie."
-#: strings.hrc:36
+#: basctl/inc/strings.hrc:36
msgctxt "RID_STR_ENTERPASSWORD"
msgid "Enter password for 'XX'"
msgstr "Tik wagwoord vir 'XX'"
-#: strings.hrc:37
+#: basctl/inc/strings.hrc:37
msgctxt "RID_STR_SBXNAMEALLREADYUSED"
msgid "Name already exists"
msgstr "Naam bestaan reeds"
-#: strings.hrc:38
+#: basctl/inc/strings.hrc:38
msgctxt "RID_STR_SIGNED"
msgid "(Signed)"
msgstr "(Onderteken)"
-#: strings.hrc:39
+#: basctl/inc/strings.hrc:39
msgctxt "RID_STR_SBXNAMEALLREADYUSED2"
msgid "Object with same name already exists"
msgstr "Objek met selfde naam bestaan reeds"
-#: strings.hrc:40
+#: basctl/inc/strings.hrc:40
msgctxt "RID_STR_CANNOTRUNMACRO"
msgid ""
"For security reasons, you cannot run this macro.\n"
@@ -99,164 +99,164 @@ msgstr ""
"\n"
"Kontroleer die sekuriteitinstellings vir meer inligting."
-#: strings.hrc:41
+#: basctl/inc/strings.hrc:41
msgctxt "RID_STR_SEARCHNOTFOUND"
msgid "Search key not found"
msgstr "Soeksleutel nie gevind nie"
-#: strings.hrc:42
+#: basctl/inc/strings.hrc:42
msgctxt "RID_STR_SEARCHFROMSTART"
msgid "Search to last module complete. Continue at first module?"
msgstr "Soektog tot by laaste module is voltooi. Gaan voort met eerste module?"
-#: strings.hrc:43
+#: basctl/inc/strings.hrc:43
msgctxt "RID_STR_SEARCHREPLACES"
msgid "Search key replaced XX times"
msgstr "Soeksleutel is XX maal vervang"
-#: strings.hrc:44
+#: basctl/inc/strings.hrc:44
msgctxt "RID_STR_COULDNTREAD"
msgid "The file could not be read"
msgstr "Die lêer kon nie gelees word nie"
-#: strings.hrc:45
+#: basctl/inc/strings.hrc:45
msgctxt "RID_STR_COULDNTWRITE"
msgid "The file could not be saved"
msgstr "Die lêer kon nie gestoor word nie"
-#: strings.hrc:46
+#: basctl/inc/strings.hrc:46
msgctxt "RID_STR_CANNOTCHANGENAMESTDLIB"
msgid "The name of the default library cannot be changed."
msgstr "Die naam van die verstek biblioteek kan nie verander word nie."
-#: strings.hrc:47
+#: basctl/inc/strings.hrc:47
msgctxt "RID_STR_GENERATESOURCE"
msgid "Generating source"
msgstr "Genereer tans bron"
-#: strings.hrc:48
+#: basctl/inc/strings.hrc:48
msgctxt "RID_STR_FILENAME"
msgid "File name:"
msgstr "Lêernaam:"
-#: strings.hrc:49
+#: basctl/inc/strings.hrc:49
msgctxt "RID_STR_APPENDLIBS"
msgid "Import Libraries"
msgstr "Voer programmateke in"
-#: strings.hrc:50
+#: basctl/inc/strings.hrc:50
msgctxt "RID_STR_QUERYDELMACRO"
msgid "Do you want to delete the macro XX?"
msgstr "Wil u die makro XX skrap?"
-#: strings.hrc:51
+#: basctl/inc/strings.hrc:51
msgctxt "RID_STR_QUERYDELDIALOG"
msgid "Do you want to delete the XX dialog?"
msgstr "Wil u die XX-dialoog skrap?"
-#: strings.hrc:52
+#: basctl/inc/strings.hrc:52
msgctxt "RID_STR_QUERYDELLIB"
msgid "Do you want to delete the XX library?"
msgstr "Wil u die XX-biblioteek skrap?"
-#: strings.hrc:53
+#: basctl/inc/strings.hrc:53
msgctxt "RID_STR_QUERYDELLIBREF"
msgid "Do you want to delete the reference to the XX library?"
msgstr "Wil u die verwysing na die XX-biblioteek skrap?"
-#: strings.hrc:54
+#: basctl/inc/strings.hrc:54
msgctxt "RID_STR_QUERYDELMODULE"
msgid "Do you want to delete the XX module?"
msgstr "Wil u die XX-module skrap?"
-#: strings.hrc:55
+#: basctl/inc/strings.hrc:55
msgctxt "RID_STR_BASIC"
msgid "BASIC"
msgstr "BASIC"
#. Abbreviation for 'line'
-#: strings.hrc:57
+#: basctl/inc/strings.hrc:57
msgctxt "RID_STR_LINE"
msgid "Ln"
msgstr "Rl"
#. Abbreviation for 'column'
-#: strings.hrc:59
+#: basctl/inc/strings.hrc:59
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Kol"
-#: strings.hrc:60
+#: basctl/inc/strings.hrc:60
msgctxt "RID_STR_CANNOTCLOSE"
msgid "The window cannot be closed while BASIC is running."
msgstr "Die venster kan nie gesluit word terwyl BASIC loop nie."
-#: strings.hrc:61
+#: basctl/inc/strings.hrc:61
msgctxt "RID_STR_REPLACESTDLIB"
msgid "The default library cannot be replaced."
msgstr "Die verstek biblioteek kan nie vervang word nie."
-#: strings.hrc:62
+#: basctl/inc/strings.hrc:62
msgctxt "RID_STR_REFNOTPOSSIBLE"
msgid "Reference to 'XX' not possible."
msgstr "Verwysing na 'XX' nie moontlik nie."
-#: strings.hrc:63
+#: basctl/inc/strings.hrc:63
msgctxt "RID_STR_WATCHNAME"
msgid "Watch"
msgstr "Horlosie"
-#: strings.hrc:64
+#: basctl/inc/strings.hrc:64
msgctxt "RID_STR_WATCHVARIABLE"
msgid "Variable"
msgstr "Veranderlike"
-#: strings.hrc:65
+#: basctl/inc/strings.hrc:65
msgctxt "RID_STR_WATCHVALUE"
msgid "Value"
msgstr "Waarde"
-#: strings.hrc:66
+#: basctl/inc/strings.hrc:66
msgctxt "RID_STR_WATCHTYPE"
msgid "Type"
msgstr "Soort"
-#: strings.hrc:67
+#: basctl/inc/strings.hrc:67
msgctxt "RID_STR_STACKNAME"
msgid "Call Stack"
msgstr "Roepstapel"
-#: strings.hrc:68
+#: basctl/inc/strings.hrc:68
msgctxt "RID_STR_STDDIALOGNAME"
msgid "Dialog"
msgstr "Dialoog"
-#: strings.hrc:69
+#: basctl/inc/strings.hrc:69
msgctxt "RID_STR_NEWLIB"
msgid "New Library"
msgstr "Nuwe biblioteek"
-#: strings.hrc:70
+#: basctl/inc/strings.hrc:70
msgctxt "RID_STR_NEWMOD"
msgid "New Module"
msgstr "Nuwe module"
-#: strings.hrc:71
+#: basctl/inc/strings.hrc:71
msgctxt "RID_STR_NEWDLG"
msgid "New Dialog"
msgstr "Nuwe dialoog"
-#: strings.hrc:72
+#: basctl/inc/strings.hrc:72
msgctxt "RID_STR_ALL"
msgid "All"
msgstr "Almal"
-#: strings.hrc:73
+#: basctl/inc/strings.hrc:73
msgctxt "RID_STR_PAGE"
msgid "Page"
msgstr "Bladsy"
-#: strings.hrc:74
+#: basctl/inc/strings.hrc:74
msgctxt "RID_STR_WILLSTOPPRG"
msgid ""
"You will have to restart the program after this edit.\n"
@@ -265,109 +265,109 @@ msgstr ""
"U sal die program moet herbegin na hierdie redigering.\n"
"Wil u voortgaan?"
-#: strings.hrc:75
+#: basctl/inc/strings.hrc:75
msgctxt "RID_STR_SEARCHALLMODULES"
msgid "Do you want to replace the text in all active modules?"
msgstr "Wil u die teks in alle aktiewe modules vervang?"
-#: strings.hrc:76
+#: basctl/inc/strings.hrc:76
msgctxt "RID_STR_REMOVEWATCH"
msgid "Watch:"
msgstr "Horlosie:"
-#: strings.hrc:77
+#: basctl/inc/strings.hrc:77
msgctxt "RID_STR_STACK"
msgid "Calls: "
msgstr "Roepe: "
-#: strings.hrc:78
+#: basctl/inc/strings.hrc:78
msgctxt "RID_STR_USERMACROS"
msgid "My Macros"
msgstr "My makro's"
-#: strings.hrc:79
+#: basctl/inc/strings.hrc:79
msgctxt "RID_STR_USERDIALOGS"
msgid "My Dialogs"
msgstr "My dialoë"
-#: strings.hrc:80
+#: basctl/inc/strings.hrc:80
msgctxt "RID_STR_USERMACROSDIALOGS"
msgid "My Macros & Dialogs"
msgstr "My makro's en dialoë"
-#: strings.hrc:81
+#: basctl/inc/strings.hrc:81
msgctxt "RID_STR_SHAREMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "%PRODUCTNAME-makro's"
-#: strings.hrc:82
+#: basctl/inc/strings.hrc:82
msgctxt "RID_STR_SHAREDIALOGS"
msgid "%PRODUCTNAME Dialogs"
msgstr "%PRODUCTNAME-dialoë"
-#: strings.hrc:83
+#: basctl/inc/strings.hrc:83
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr "%PRODUCTNAME-makro's en -dialoë"
-#: strings.hrc:84
+#: basctl/inc/strings.hrc:84
#, fuzzy
msgctxt "RID_STR_REMOVEWATCHTIP"
msgid "Remove Watch"
msgstr "Verwyder horlosie"
-#: strings.hrc:85
+#: basctl/inc/strings.hrc:85
msgctxt "RID_STR_QUERYREPLACEMACRO"
msgid "Do you want to overwrite the XX macro?"
msgstr "Wil u die XX-makro oorheenskryf?"
-#: strings.hrc:86
+#: basctl/inc/strings.hrc:86
msgctxt "RID_STR_TRANSLATION_NOTLOCALIZED"
msgid "<Not localized>"
msgstr "<Nie gelokaliseer nie>"
-#: strings.hrc:87
+#: basctl/inc/strings.hrc:87
msgctxt "RID_STR_TRANSLATION_DEFAULT"
msgid "[Default Language]"
msgstr "[Verstek taal]"
-#: strings.hrc:88
+#: basctl/inc/strings.hrc:88
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
msgstr ""
-#: strings.hrc:89
+#: basctl/inc/strings.hrc:89
msgctxt "RID_STR_USERFORMS"
msgid "Forms"
msgstr "Vorms"
-#: strings.hrc:90
+#: basctl/inc/strings.hrc:90
#, fuzzy
msgctxt "RID_STR_NORMAL_MODULES"
msgid "Modules"
msgstr "Module"
-#: strings.hrc:91
+#: basctl/inc/strings.hrc:91
msgctxt "RID_STR_CLASS_MODULES"
msgid "Class Modules"
msgstr ""
-#: strings.hrc:92
+#: basctl/inc/strings.hrc:92
msgctxt "RID_STR_DLGIMP_CLASH_RENAME"
msgid "Rename"
msgstr "Hernoem"
-#: strings.hrc:93
+#: basctl/inc/strings.hrc:93
msgctxt "RID_STR_DLGIMP_CLASH_REPLACE"
msgid "Replace"
msgstr "Vervang"
-#: strings.hrc:94
+#: basctl/inc/strings.hrc:94
msgctxt "RID_STR_DLGIMP_CLASH_TITLE"
msgid "Dialog Import - Name already used"
msgstr "Dialooginvoer - naam reeds in gebruik"
-#: strings.hrc:95
+#: basctl/inc/strings.hrc:95
msgctxt "RID_STR_DLGIMP_CLASH_TEXT"
msgid ""
"The library already contains a dialog with the name:\n"
@@ -384,22 +384,22 @@ msgstr ""
"Hernoem dialoog om huidige dialoog te behou, of vervang bestaande dialoog.\n"
" "
-#: strings.hrc:96
+#: basctl/inc/strings.hrc:96
msgctxt "RID_STR_DLGIMP_MISMATCH_ADD"
msgid "Add"
msgstr "Voeg by"
-#: strings.hrc:97
+#: basctl/inc/strings.hrc:97
msgctxt "RID_STR_DLGIMP_MISMATCH_OMIT"
msgid "Omit"
msgstr "Weglaat"
-#: strings.hrc:98
+#: basctl/inc/strings.hrc:98
msgctxt "RID_STR_DLGIMP_MISMATCH_TITLE"
msgid "Dialog Import - Language Mismatch"
msgstr "Dialooginvoer, taalwanpassing"
-#: strings.hrc:99
+#: basctl/inc/strings.hrc:99
msgctxt "RID_STR_DLGIMP_MISMATCH_TEXT"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
@@ -416,448 +416,448 @@ msgstr ""
"Let wel: Vir tale wat nie met die dialoog werk nie, sal die hulpbronne van die dialoog se verstek taal gebruik word.\n"
" "
-#: strings.hrc:100
+#: basctl/inc/strings.hrc:100
msgctxt "RID_STR_PRINTDLG_RANGE"
msgid "Print range"
msgstr "Drukomvang"
-#: strings.hrc:101
+#: basctl/inc/strings.hrc:101
#, fuzzy
msgctxt "RID_STR_PRINTDLG_ALLPAGES"
msgid "All ~Pages"
msgstr "Alle bladsye"
-#: strings.hrc:102
+#: basctl/inc/strings.hrc:102
#, fuzzy
msgctxt "RID_STR_PRINTDLG_PAGES"
msgid "Pa~ges"
msgstr "Bladsy"
-#: strings.hrc:103
+#: basctl/inc/strings.hrc:103
msgctxt "RID_STR_BTNDEL"
msgid "~Delete"
msgstr "~Skrap"
-#: strings.hrc:104
+#: basctl/inc/strings.hrc:104
msgctxt "RID_STR_BTNNEW"
msgid "~New"
msgstr "~Nuwe"
-#: strings.hrc:105
+#: basctl/inc/strings.hrc:105
msgctxt "RID_STR_CHOOSE"
msgid "Choose"
msgstr "Kies"
-#: strings.hrc:106
+#: basctl/inc/strings.hrc:106
msgctxt "RID_STR_RUN"
msgid "Run"
msgstr "Laat loop"
-#: strings.hrc:107
+#: basctl/inc/strings.hrc:107
msgctxt "RID_STR_RECORD"
msgid "~Save"
msgstr "~Stoor"
-#: strings.hrc:108
+#: basctl/inc/strings.hrc:108
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr "Objekkatalogus"
-#: strings.hrc:109
+#: basctl/inc/strings.hrc:109
#, fuzzy
msgctxt "RID_STR_TLB_MACROS"
msgid "Objects Tree"
msgstr "Objekte"
#. Property Browser Headline ----------------------------------------------------------------
-#: strings.hrc:111
+#: basctl/inc/strings.hrc:111
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "Eienskappe: "
-#: strings.hrc:112
+#: basctl/inc/strings.hrc:112
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr "Geen kontrole gemerk"
-#: strings.hrc:113
+#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Veelvoudige seleksie"
-#: strings.hrc:114
+#: basctl/inc/strings.hrc:114
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr "[Verstek taal]"
-#: strings.hrc:115
+#: basctl/inc/strings.hrc:115
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr ""
-#: strings.hrc:116
+#: basctl/inc/strings.hrc:116
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr "Voer programmateek as uitbreiding uit"
-#: strings.hrc:117
+#: basctl/inc/strings.hrc:117
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr "Uitvoer as BASIC-programmateek"
-#: strings.hrc:118
+#: basctl/inc/strings.hrc:118
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Uitbreiding"
-#: basicmacrodialog.ui:9
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:9
msgctxt "basicmacrodialog|BasicMacroDialog"
msgid "%PRODUCTNAME Basic Macros"
msgstr "%PRODUCTNAME Basic-makro's"
-#: basicmacrodialog.ui:25
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:25
msgctxt "basicmacrodialog|run"
msgid "Run"
msgstr "Laat loop"
-#: basicmacrodialog.ui:124
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:124
#, fuzzy
msgctxt "basicmacrodialog|existingmacrosft"
msgid "Existing Macros In:"
msgstr "Bestaande makro's ~in:"
-#: basicmacrodialog.ui:178
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:178
#, fuzzy
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr "Makro ~van"
-#: basicmacrodialog.ui:194
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:194
#, fuzzy
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr "Stoor m~akro in"
-#: basicmacrodialog.ui:243
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:242
#, fuzzy
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr "Makronaam"
-#: basicmacrodialog.ui:265
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:264
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr ""
-#: basicmacrodialog.ui:278
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:277
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr "Redigeer"
-#: basicmacrodialog.ui:305
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:304
#, fuzzy
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr "~Organiseerder..."
-#: basicmacrodialog.ui:318
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:317
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr "Nuwe biblioteek"
-#: basicmacrodialog.ui:331
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:330
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr "Nuwe module"
-#: breakpointmenus.ui:12
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:12
#, fuzzy
msgctxt "breakpointmenus|manage"
msgid "Manage Breakpoints..."
msgstr "Organiseer breekpunte..."
-#: breakpointmenus.ui:23
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:23
#, fuzzy
msgctxt "breakpointmenus|active"
msgid "_Active"
msgstr "Aktief"
-#: breakpointmenus.ui:37
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:37
#, fuzzy
msgctxt "breakpointmenus|properties"
msgid "_Properties..."
msgstr "Eienskappe..."
-#: defaultlanguage.ui:9
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:9
msgctxt "defaultlanguage|DefaultLanguageDialog"
msgid "Set Default User Interface Language"
msgstr ""
-#: defaultlanguage.ui:93
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:93
#, fuzzy
msgctxt "defaultlanguage|defaultlabel"
msgid "Default language:"
msgstr "[Verstek taal]"
-#: defaultlanguage.ui:135
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:135
msgctxt "defaultlanguage|checkedlabel"
msgid "Available languages:"
msgstr ""
-#: defaultlanguage.ui:155
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:155
msgctxt "defaultlanguage|defined"
msgid "Select a language to define the default user interface language. All currently present strings will be assigned to the resources created for the selected language."
msgstr ""
-#: defaultlanguage.ui:170
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:170
msgctxt "defaultlanguage|added"
msgid "Select languages to be added. Resources for these languages will be created in the library. Strings of the current default user interface language will be copied to these new resources by default."
msgstr ""
-#: defaultlanguage.ui:184
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:184
msgctxt "defaultlanguage|alttitle"
msgid "Add User Interface Languages"
msgstr ""
-#: deletelangdialog.ui:8
+#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:7
#, fuzzy
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "Delete Language Resources"
msgstr "Skrap taalhulpbronne"
-#: deletelangdialog.ui:14
+#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:14
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "Do you want to delete the resources of the selected language(s)?"
msgstr ""
-#: deletelangdialog.ui:15
+#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:15
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "You are about to delete the resources for the selected language(s). All user interface strings for this language(s) will be deleted."
msgstr ""
-#: dialogpage.ui:30
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:30
#, fuzzy
msgctxt "dialogpage|label1"
msgid "Dialog:"
msgstr "Dialoog"
-#: dialogpage.ui:84
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:84
#, fuzzy
msgctxt "dialogpage|newmodule"
msgid "_New..."
msgstr "Nuwe..."
-#: dialogpage.ui:99
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:99
#, fuzzy
msgctxt "dialogpage|newdialog"
msgid "_New..."
msgstr "Nuwe..."
-#: dialogpage.ui:130
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:130
msgctxt "dialogpage|password"
msgid "_Password..."
msgstr ""
-#: dialogpage.ui:144
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:144
#, fuzzy
msgctxt "dialogpage|import"
msgid "_Import..."
msgstr "Invoer..."
-#: dialogpage.ui:158
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:158
#, fuzzy
msgctxt "dialogpage|export"
msgid "_Export..."
msgstr "Voer uit..."
-#: exportdialog.ui:8
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:8
msgctxt "exportdialog|ExportDialog"
msgid "Export Basic library"
msgstr ""
-#: exportdialog.ui:83
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:83
msgctxt "exportdialog|extension"
msgid "Export as _extension"
msgstr ""
-#: exportdialog.ui:100
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:100
msgctxt "exportdialog|basic"
msgid "Export as BASIC library"
msgstr "Uitvoer as BASIC-programmateek"
-#: gotolinedialog.ui:8
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:8
msgctxt "gotolinedialog|GotoLineDialog"
msgid "Go to Line"
msgstr ""
-#: gotolinedialog.ui:85
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:87
msgctxt "gotolinedialog|area"
msgid "_Line number:"
msgstr ""
-#: importlibdialog.ui:9
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:9
msgctxt "importlibdialog|ImportLibDialog"
msgid "Import Libraries"
msgstr "Voer programmateke in"
-#: importlibdialog.ui:98
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:98
msgctxt "importlibdialog|ref"
msgid "Insert as reference (read-only)"
msgstr ""
-#: importlibdialog.ui:113
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:113
msgctxt "importlibdialog|replace"
msgid "Replace existing libraries"
msgstr ""
-#: importlibdialog.ui:134
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:134
msgctxt "importlibdialog|label1"
msgid "Options"
msgstr "Opsies"
-#: libpage.ui:31
+#: basctl/uiconfig/basicide/ui/libpage.ui:31
#, fuzzy
msgctxt "libpage|label1"
msgid "L_ocation:"
msgstr "Ligging:"
-#: libpage.ui:70
+#: basctl/uiconfig/basicide/ui/libpage.ui:70
#, fuzzy
msgctxt "libpage|lingudictsft"
msgid "_Library:"
msgstr "Biblioteek"
-#: libpage.ui:124
+#: basctl/uiconfig/basicide/ui/libpage.ui:124
msgctxt "libpage|password"
msgid "_Password..."
msgstr ""
-#: libpage.ui:138
+#: basctl/uiconfig/basicide/ui/libpage.ui:138
#, fuzzy
msgctxt "libpage|new"
msgid "_New..."
msgstr "Nuwe..."
-#: libpage.ui:153
+#: basctl/uiconfig/basicide/ui/libpage.ui:153
#, fuzzy
msgctxt "libpage|import"
msgid "_Import..."
msgstr "Invoer..."
-#: libpage.ui:168
+#: basctl/uiconfig/basicide/ui/libpage.ui:168
#, fuzzy
msgctxt "libpage|export"
msgid "_Export..."
msgstr "Voer uit..."
-#: managebreakpoints.ui:9
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:9
msgctxt "managebreakpoints|ManageBreakpointsDialog"
msgid "Manage Breakpoints"
msgstr "Organiseer breekpunte"
-#: managebreakpoints.ui:129
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:129
#, fuzzy
msgctxt "managebreakpoints|active"
msgid "Active"
msgstr "Aktief"
-#: managebreakpoints.ui:182
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:182
#, fuzzy
msgctxt "managebreakpoints|label2"
msgid "Pass count:"
msgstr "Bladsytelling:"
-#: managebreakpoints.ui:205
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:205
msgctxt "managebreakpoints|label1"
msgid "Breakpoints"
msgstr ""
-#: managelanguages.ui:8
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:8
msgctxt "managelanguages|ManageLanguagesDialog"
msgid "Manage User Interface Languages [$1]"
msgstr ""
-#: managelanguages.ui:69
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:69
msgctxt "managelanguages|label1"
msgid "Present languages:"
msgstr ""
-#: managelanguages.ui:83
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:83
msgctxt "managelanguages|label2"
msgid "The default language is used if no localization for a user interface locale is present. Furthermore all strings from the default language are copied to resources of newly added languages."
msgstr ""
-#: managelanguages.ui:108
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:108
#, fuzzy
msgctxt "managelanguages|add"
msgid "Add..."
msgstr "Voeg by..."
-#: managelanguages.ui:136
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:136
msgctxt "managelanguages|default"
msgid "Default"
msgstr "Verstek"
-#: modulepage.ui:30
+#: basctl/uiconfig/basicide/ui/modulepage.ui:30
#, fuzzy
msgctxt "modulepage|label1"
msgid "M_odule:"
msgstr "Module"
-#: modulepage.ui:84
+#: basctl/uiconfig/basicide/ui/modulepage.ui:84
#, fuzzy
msgctxt "modulepage|newmodule"
msgid "_New..."
msgstr "Nuwe..."
-#: modulepage.ui:99
+#: basctl/uiconfig/basicide/ui/modulepage.ui:99
#, fuzzy
msgctxt "modulepage|newdialog"
msgid "_New..."
msgstr "Nuwe..."
-#: modulepage.ui:130
+#: basctl/uiconfig/basicide/ui/modulepage.ui:130
msgctxt "modulepage|password"
msgid "_Password..."
msgstr ""
-#: modulepage.ui:144
+#: basctl/uiconfig/basicide/ui/modulepage.ui:144
#, fuzzy
msgctxt "modulepage|import"
msgid "_Import..."
msgstr "Invoer..."
-#: modulepage.ui:158
+#: basctl/uiconfig/basicide/ui/modulepage.ui:158
#, fuzzy
msgctxt "modulepage|export"
msgid "_Export..."
msgstr "Voer uit..."
-#: newlibdialog.ui:84
+#: basctl/uiconfig/basicide/ui/newlibdialog.ui:86
#, fuzzy
msgctxt "newlibdialog|area"
msgid "_Name:"
msgstr "Naam:"
-#: organizedialog.ui:8
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:8
#, fuzzy
msgctxt "organizedialog|OrganizeDialog"
msgid "%PRODUCTNAME Basic Macro Organizer"
msgstr "%PRODUCTNAME Basic-makro-organiseerder..."
-#: organizedialog.ui:78
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:78
#, fuzzy
msgctxt "organizedialog|modules"
msgid "Modules"
msgstr "Module"
-#: organizedialog.ui:100
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:100
#, fuzzy
msgctxt "organizedialog|dialogs"
msgid "Dialogs"
msgstr "Dialoog"
-#: organizedialog.ui:123
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:123
msgctxt "organizedialog|libraries"
msgid "Libraries"
msgstr ""
diff --git a/source/af/basic/messages.po b/source/af/basic/messages.po
index 6d80deee3ec..34cbf7d79b0 100644
--- a/source/af/basic/messages.po
+++ b/source/af/basic/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 15:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,796 +13,796 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: basic.hrc:27
+#: basic/inc/basic.hrc:27
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Syntax error."
msgstr "Sintaksfout."
-#: basic.hrc:28
+#: basic/inc/basic.hrc:28
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Return without Gosub."
msgstr "Return sonder Gosub."
-#: basic.hrc:29
+#: basic/inc/basic.hrc:29
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Incorrect entry; please retry."
msgstr "Verkeerde inskrywing; probeer asseblief weer."
-#: basic.hrc:30
+#: basic/inc/basic.hrc:30
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid procedure call."
msgstr "Ongeldige prosedureroep."
-#: basic.hrc:31
+#: basic/inc/basic.hrc:31
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Overflow."
msgstr "Oorvloei."
-#: basic.hrc:32
+#: basic/inc/basic.hrc:32
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Not enough memory."
msgstr "Onvoldoende geheue."
-#: basic.hrc:33
+#: basic/inc/basic.hrc:33
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Array already dimensioned."
msgstr "Skikking reeds gedimensioneer."
-#: basic.hrc:34
+#: basic/inc/basic.hrc:34
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Index out of defined range."
msgstr "Indeks buite gedefinieerde reikwydte."
-#: basic.hrc:35
+#: basic/inc/basic.hrc:35
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Duplicate definition."
msgstr "Duplikaat definisie."
-#: basic.hrc:36
+#: basic/inc/basic.hrc:36
msgctxt "RID_BASIC_START"
msgid "Division by zero."
msgstr "Deling deur nul."
-#: basic.hrc:37
+#: basic/inc/basic.hrc:37
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Variable not defined."
msgstr "Veranderlike nie gedefinieer nie."
-#: basic.hrc:38
+#: basic/inc/basic.hrc:38
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Data type mismatch."
msgstr "Datasoort pas nie."
-#: basic.hrc:39
+#: basic/inc/basic.hrc:39
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid parameter."
msgstr "Ongeldige parameter."
-#: basic.hrc:40
+#: basic/inc/basic.hrc:40
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Process interrupted by user."
msgstr "Proses deur gebruiker onderbreek."
-#: basic.hrc:41
+#: basic/inc/basic.hrc:41
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Resume without error."
msgstr "Hervat sonder fout."
-#: basic.hrc:42
+#: basic/inc/basic.hrc:42
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Not enough stack memory."
msgstr "Onvoldoende stapelgeheue."
-#: basic.hrc:43
+#: basic/inc/basic.hrc:43
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Sub-procedure or function procedure not defined."
msgstr "Subprosedure of funksieprosedure nie gedefinieer nie."
-#: basic.hrc:44
+#: basic/inc/basic.hrc:44
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Error loading DLL file."
msgstr "Kon nie DLL-lêer laai nie."
-#: basic.hrc:45
+#: basic/inc/basic.hrc:45
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Wrong DLL call convention."
msgstr "Verkeerde DLL-roepkonvensie."
-#: basic.hrc:46
+#: basic/inc/basic.hrc:46
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Internal error $(ARG1)."
msgstr "Interne fout $(ARG1)."
-#: basic.hrc:47
+#: basic/inc/basic.hrc:47
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid file name or file number."
msgstr "Ongeldige lêernaam of lêernommer."
-#: basic.hrc:48
+#: basic/inc/basic.hrc:48
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "File not found."
msgstr "Lêer nie gevind nie."
-#: basic.hrc:49
+#: basic/inc/basic.hrc:49
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Incorrect file mode."
msgstr "Verkeerde lêermodus."
-#: basic.hrc:50
+#: basic/inc/basic.hrc:50
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "File already open."
msgstr "Lêer reeds oop."
-#: basic.hrc:51
+#: basic/inc/basic.hrc:51
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Device I/O error."
msgstr "T/A-fout by toestel."
-#: basic.hrc:52
+#: basic/inc/basic.hrc:52
msgctxt "RID_BASIC_START"
msgid "File already exists."
msgstr "Lêer bestaan reeds."
-#: basic.hrc:53
+#: basic/inc/basic.hrc:53
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Incorrect record length."
msgstr "Verkeerde rekordlengte."
-#: basic.hrc:54
+#: basic/inc/basic.hrc:54
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Disk or hard drive full."
msgstr "Skyf of hardeskyf vol."
-#: basic.hrc:55
+#: basic/inc/basic.hrc:55
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Reading exceeds EOF."
msgstr "Lesing oorskry EOF."
-#: basic.hrc:56
+#: basic/inc/basic.hrc:56
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Incorrect record number."
msgstr "Verkeerde rekordnommer."
-#: basic.hrc:57
+#: basic/inc/basic.hrc:57
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Too many files."
msgstr "Te veel lêers."
-#: basic.hrc:58
+#: basic/inc/basic.hrc:58
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Device not available."
msgstr "Toestel nie beskikbaar nie."
-#: basic.hrc:59
+#: basic/inc/basic.hrc:59
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Access denied."
msgstr "Toegang geweier."
-#: basic.hrc:60
+#: basic/inc/basic.hrc:60
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Disk not ready."
msgstr "Skyf nie gereed nie."
-#: basic.hrc:61
+#: basic/inc/basic.hrc:61
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Not implemented."
msgstr "Nie geïmplementeer nie."
-#: basic.hrc:62
+#: basic/inc/basic.hrc:62
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Renaming on different drives impossible."
msgstr "Hernoeming op verskillende aandrywers nie moontlik nie."
-#: basic.hrc:63
+#: basic/inc/basic.hrc:63
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Path/File access error."
msgstr "Pad-/lêertoegangsfout."
-#: basic.hrc:64
+#: basic/inc/basic.hrc:64
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Path not found."
msgstr "Pad nie gevind nie."
-#: basic.hrc:65
+#: basic/inc/basic.hrc:65
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Object variable not set."
msgstr "Objekveranderlike nie gestel nie."
-#: basic.hrc:66
+#: basic/inc/basic.hrc:66
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid string pattern."
msgstr "Ongeldige stringpatroon."
-#: basic.hrc:67
+#: basic/inc/basic.hrc:67
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Use of zero not permitted."
msgstr "Gebruik van nul nie toegelaat nie."
-#: basic.hrc:68
+#: basic/inc/basic.hrc:68
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE Error."
msgstr "DDE-fout."
-#: basic.hrc:69
+#: basic/inc/basic.hrc:69
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Awaiting response to DDE connection."
msgstr "Wag op antwoord op DDE-verbinding."
-#: basic.hrc:70
+#: basic/inc/basic.hrc:70
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "No DDE channels available."
msgstr "Geen DDE-kanale beskikbaar nie."
-#: basic.hrc:71
+#: basic/inc/basic.hrc:71
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "No application responded to DDE connect initiation."
msgstr "Geen toepassing het op inisiëring van die DDE-verbinding gereageer nie."
-#: basic.hrc:72
+#: basic/inc/basic.hrc:72
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Too many applications responded to DDE connect initiation."
msgstr "Te veel toepassings het op inisiëring van die DDE-verbinding gereageer."
-#: basic.hrc:73
+#: basic/inc/basic.hrc:73
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE channel locked."
msgstr "DDE-kanaal geblokkeer."
-#: basic.hrc:74
+#: basic/inc/basic.hrc:74
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "External application cannot execute DDE operation."
msgstr "Eksterne toepassing kan nie DDE-bewerking uitvoer nie."
-#: basic.hrc:75
+#: basic/inc/basic.hrc:75
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Timeout while waiting for DDE response."
msgstr "Tyd verstreke terwyl wag vir DDE-respons."
-#: basic.hrc:76
+#: basic/inc/basic.hrc:76
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "User pressed ESCAPE during DDE operation."
msgstr "Gebruiker het ESCAPE gedruk tydens DDE-bedryf."
-#: basic.hrc:77
+#: basic/inc/basic.hrc:77
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "External application busy."
msgstr "Eksterne toepassing besig."
-#: basic.hrc:78
+#: basic/inc/basic.hrc:78
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE operation without data."
msgstr "DDE-bewerking sonder data."
-#: basic.hrc:79
+#: basic/inc/basic.hrc:79
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Data are in wrong format."
msgstr "Data is in verkeerde formaat."
-#: basic.hrc:80
+#: basic/inc/basic.hrc:80
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "External application has been terminated."
msgstr "Eksterne toepassing is beëindig."
-#: basic.hrc:81
+#: basic/inc/basic.hrc:81
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE connection interrupted or modified."
msgstr "DDE-verbinding onderbreek of gewysig."
-#: basic.hrc:82
+#: basic/inc/basic.hrc:82
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE method invoked with no channel open."
msgstr "DDE-metode ingeroep met geen kanaal oop."
-#: basic.hrc:83
+#: basic/inc/basic.hrc:83
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid DDE link format."
msgstr "Ongeldige DDE-skakelformaat."
-#: basic.hrc:84
+#: basic/inc/basic.hrc:84
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE message has been lost."
msgstr "DDE-boodskap het verlore gegaan."
-#: basic.hrc:85
+#: basic/inc/basic.hrc:85
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Paste link already performed."
msgstr "Plak skakel reeds uitgevoer."
-#: basic.hrc:86
+#: basic/inc/basic.hrc:86
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Link mode cannot be set due to invalid link topic."
msgstr "Skakelmodus kan vanweë ongeldige skakelonderwerp nie opgestel word nie."
-#: basic.hrc:87
+#: basic/inc/basic.hrc:87
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "DDE requires the DDEML.DLL file."
msgstr "DDE benodig die DDEML.DLL-lêer."
-#: basic.hrc:88
+#: basic/inc/basic.hrc:88
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Module cannot be loaded; invalid format."
msgstr "Module kan nie gelaai word nie; ongeldige formaat."
-#: basic.hrc:89
+#: basic/inc/basic.hrc:89
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid object index."
msgstr "Ongeldige objekindeks."
-#: basic.hrc:90
+#: basic/inc/basic.hrc:90
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Object is not available."
msgstr "Objek is nie beskikbaar nie."
-#: basic.hrc:91
+#: basic/inc/basic.hrc:91
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Incorrect property value."
msgstr "Verkeerde eienskapwaarde."
-#: basic.hrc:92
+#: basic/inc/basic.hrc:92
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "This property is read-only."
msgstr "Hierdie eienskap is leesalleen."
-#: basic.hrc:93
+#: basic/inc/basic.hrc:93
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "This property is write only."
msgstr "Hierdie eienskap is skryfalleen."
-#: basic.hrc:94
+#: basic/inc/basic.hrc:94
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid object reference."
msgstr "Ongeldige objekverwysing."
-#: basic.hrc:95
+#: basic/inc/basic.hrc:95
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Property or method not found: $(ARG1)."
msgstr "Eienskap of metode nie gevind nie: $(ARG1)."
-#: basic.hrc:96
+#: basic/inc/basic.hrc:96
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Object required."
msgstr "Objek benodig."
-#: basic.hrc:97
+#: basic/inc/basic.hrc:97
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid use of an object."
msgstr "Ongeldige gebruik van 'n objek."
-#: basic.hrc:98
+#: basic/inc/basic.hrc:98
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "OLE Automation is not supported by this object."
msgstr "Hierdie objek werk nie met OLE-outomatisering nie."
-#: basic.hrc:99
+#: basic/inc/basic.hrc:99
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "This property or method is not supported by the object."
msgstr "Die objek werk nie met hierdie eienskap of metode nie."
-#: basic.hrc:100
+#: basic/inc/basic.hrc:100
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "OLE Automation Error."
msgstr "OLE-outomatiseringsfout."
-#: basic.hrc:101
+#: basic/inc/basic.hrc:101
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "This action is not supported by given object."
msgstr "Die gegewe objek werk nie met hierdie aksie nie."
-#: basic.hrc:102
+#: basic/inc/basic.hrc:102
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Named arguments are not supported by given object."
msgstr "Die gegewe objek werk nie met genoemde argumente nie."
-#: basic.hrc:103
+#: basic/inc/basic.hrc:103
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "The current locale setting is not supported by the given object."
msgstr "Die gegewe objek werk nie met die huidige locale-instelling nie."
-#: basic.hrc:104
+#: basic/inc/basic.hrc:104
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Named argument not found."
msgstr "Genoemde argument nie gevind nie."
-#: basic.hrc:105
+#: basic/inc/basic.hrc:105
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Argument is not optional."
msgstr "Argument is nie opsioneel nie."
-#: basic.hrc:106 /home/cl/vc/git/libo-core/basic/inc/basic.hrc:114
+#: basic/inc/basic.hrc:106 basic/inc/basic.hrc:114
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid number of arguments."
msgstr "Ongeldige aantal argumente."
-#: basic.hrc:107
+#: basic/inc/basic.hrc:107
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Object is not a list."
msgstr "Objek is nie 'n lys nie."
-#: basic.hrc:108
+#: basic/inc/basic.hrc:108
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid ordinal number."
msgstr "Ongeldige ordinaalgetal."
-#: basic.hrc:109
+#: basic/inc/basic.hrc:109
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Specified DLL function not found."
msgstr "Gespesifiseerde DLL-funksie nie gevind nie."
-#: basic.hrc:110
+#: basic/inc/basic.hrc:110
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid clipboard format."
msgstr "Ongeldige knipbordformaat."
-#: basic.hrc:111
+#: basic/inc/basic.hrc:111
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Object does not have this property."
msgstr "Objek het nie hierdie eienskap nie."
-#: basic.hrc:112
+#: basic/inc/basic.hrc:112
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Object does not have this method."
msgstr "Objekhet nie hierdie metode nie."
-#: basic.hrc:113
+#: basic/inc/basic.hrc:113
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Required argument lacking."
msgstr "Vereiste argument ontbreek."
-#: basic.hrc:115
+#: basic/inc/basic.hrc:115
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Error executing a method."
msgstr "Kon nie 'n metode uitvoer nie."
-#: basic.hrc:116
+#: basic/inc/basic.hrc:116
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Unable to set property."
msgstr "Kon nie eienskap opstel nie."
-#: basic.hrc:117
+#: basic/inc/basic.hrc:117
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Unable to determine property."
msgstr "Kon nie eienskap bepaal nie."
#. Compiler errors. These are not runtime errors.
-#: basic.hrc:119
+#: basic/inc/basic.hrc:119
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Unexpected symbol: $(ARG1)."
msgstr "Onverwagte simbool: $(ARG1)."
-#: basic.hrc:120
+#: basic/inc/basic.hrc:120
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Expected: $(ARG1)."
msgstr "Verwag: $(ARG1)."
-#: basic.hrc:121
+#: basic/inc/basic.hrc:121
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Symbol expected."
msgstr "Simbool verwag."
-#: basic.hrc:122
+#: basic/inc/basic.hrc:122
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Variable expected."
msgstr "Veranderlike verwag."
-#: basic.hrc:123
+#: basic/inc/basic.hrc:123
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Label expected."
msgstr "Etiket verwag."
-#: basic.hrc:124
+#: basic/inc/basic.hrc:124
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Value cannot be applied."
msgstr "Waarde kan nie toegepas word nie."
-#: basic.hrc:125
+#: basic/inc/basic.hrc:125
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Variable $(ARG1) already defined."
msgstr "Veranderlike $(ARG1) reeds gedefinieer."
-#: basic.hrc:126
+#: basic/inc/basic.hrc:126
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Sub procedure or function procedure $(ARG1) already defined."
msgstr "Subprosedure of funksieprosedure $(ARG1) reeds gedefinieer."
-#: basic.hrc:127
+#: basic/inc/basic.hrc:127
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Label $(ARG1) already defined."
msgstr "Etiket $(ARG1) reeds gedefinieer."
-#: basic.hrc:128
+#: basic/inc/basic.hrc:128
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Variable $(ARG1) not found."
msgstr "Veranderlike $(ARG1) nie gevind nie."
-#: basic.hrc:129
+#: basic/inc/basic.hrc:129
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Array or procedure $(ARG1) not found."
msgstr "Skikking of prosedure $(ARG1) nie gevind nie."
-#: basic.hrc:130
+#: basic/inc/basic.hrc:130
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Procedure $(ARG1) not found."
msgstr "Prosedure $(ARG1) nie gevind nie."
-#: basic.hrc:131
+#: basic/inc/basic.hrc:131
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Label $(ARG1) undefined."
msgstr "Etiket $(ARG1) ongedefinieer."
-#: basic.hrc:132
+#: basic/inc/basic.hrc:132
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Unknown data type $(ARG1)."
msgstr "Onbekende datasoort $(ARG1)."
-#: basic.hrc:133
+#: basic/inc/basic.hrc:133
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Exit $(ARG1) expected."
msgstr "Afsluiting $(ARG1) verwag."
-#: basic.hrc:134
+#: basic/inc/basic.hrc:134
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Statement block still open: $(ARG1) missing."
msgstr "Stellingblok nog oop: $(ARG1) ontbreek."
-#: basic.hrc:135
+#: basic/inc/basic.hrc:135
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Parentheses do not match."
msgstr "Parenteses pas nie."
-#: basic.hrc:136
+#: basic/inc/basic.hrc:136
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Symbol $(ARG1) already defined differently."
msgstr "Simbool $(ARG1) reeds anders gedefinieer."
-#: basic.hrc:137
+#: basic/inc/basic.hrc:137
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Parameters do not correspond to procedure."
msgstr "Parameters kom nie met prosedure ooreen nie."
-#: basic.hrc:138
+#: basic/inc/basic.hrc:138
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Invalid character in number."
msgstr "Ongeldige karakter in getal."
-#: basic.hrc:139
+#: basic/inc/basic.hrc:139
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Array must be dimensioned."
msgstr "Skikking moet gedimensioneer wees."
-#: basic.hrc:140
+#: basic/inc/basic.hrc:140
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Else/Endif without If."
msgstr "Else/Endif sonder If."
-#: basic.hrc:141
+#: basic/inc/basic.hrc:141
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "$(ARG1) not allowed within a procedure."
msgstr "$(ARG1) nie binne 'n prosedure toegelaat nie."
-#: basic.hrc:142
+#: basic/inc/basic.hrc:142
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "$(ARG1) not allowed outside a procedure."
msgstr "$(ARG1) nie buite 'n prosedure toegelaat nie."
-#: basic.hrc:143
+#: basic/inc/basic.hrc:143
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Dimension specifications do not match."
msgstr "Dimensiespesifikasies pas nie."
-#: basic.hrc:144
+#: basic/inc/basic.hrc:144
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Unknown option: $(ARG1)."
msgstr "Onbekende opsie: $(ARG1)."
-#: basic.hrc:145
+#: basic/inc/basic.hrc:145
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Constant $(ARG1) redefined."
msgstr "Konstante $(ARG1) geherdefinieer."
-#: basic.hrc:146
+#: basic/inc/basic.hrc:146
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Program too large."
msgstr "Program te groot."
-#: basic.hrc:147
+#: basic/inc/basic.hrc:147
#, fuzzy
msgctxt "RID_BASIC_START"
msgid "Strings or arrays not permitted."
msgstr "Stringe of skikkings nie toegelaat nie."
-#: basic.hrc:148
+#: basic/inc/basic.hrc:148
msgctxt "RID_BASIC_START"
msgid "An exception occurred $(ARG1)."
msgstr "'n Uitsondering het voorgekom $(ARG1)."
-#: basic.hrc:149
+#: basic/inc/basic.hrc:149
msgctxt "RID_BASIC_START"
msgid "This array is fixed or temporarily locked."
msgstr "Hierdie skikking is vasgestel of tydelik gesluit."
-#: basic.hrc:150
+#: basic/inc/basic.hrc:150
msgctxt "RID_BASIC_START"
msgid "Out of string space."
msgstr "Onvoldoende stringruimte."
-#: basic.hrc:151
+#: basic/inc/basic.hrc:151
msgctxt "RID_BASIC_START"
msgid "Expression Too Complex."
msgstr "Uitdrukking te ingewikkeld."
-#: basic.hrc:152
+#: basic/inc/basic.hrc:152
msgctxt "RID_BASIC_START"
msgid "Can't perform requested operation."
msgstr "Kan nie aangevraagde bewerking uitvoer nie."
-#: basic.hrc:153
+#: basic/inc/basic.hrc:153
msgctxt "RID_BASIC_START"
msgid "Too many DLL application clients."
msgstr "Te veel DLL-toepassingkliënte."
-#: basic.hrc:154
+#: basic/inc/basic.hrc:154
msgctxt "RID_BASIC_START"
msgid "For loop not initialized."
msgstr "For-lus nie geïnisialiseer nie."
-#: basic.hrc:155
+#: basic/inc/basic.hrc:155
msgctxt "RID_BASIC_START"
msgid "$(ARG1)"
msgstr "$(ARG1)"
-#: strings.hrc:25
+#: basic/inc/strings.hrc:25
msgctxt "STR_BASICKEY_FORMAT_ON"
msgid "On"
msgstr "Aan"
-#: strings.hrc:26
+#: basic/inc/strings.hrc:26
msgctxt "STR_BASICKEY_FORMAT_OFF"
msgid "Off"
msgstr "Af"
-#: strings.hrc:27
+#: basic/inc/strings.hrc:27
msgctxt "STR_BASICKEY_FORMAT_TRUE"
msgid "True"
msgstr "Waar"
-#: strings.hrc:28
+#: basic/inc/strings.hrc:28
msgctxt "STR_BASICKEY_FORMAT_FALSE"
msgid "False"
msgstr "Onwaar"
-#: strings.hrc:29
+#: basic/inc/strings.hrc:29
msgctxt "STR_BASICKEY_FORMAT_YES"
msgid "Yes"
msgstr "Ja"
-#: strings.hrc:30
+#: basic/inc/strings.hrc:30
msgctxt "STR_BASICKEY_FORMAT_NO"
msgid "No"
msgstr "Nee"
#. format currency
-#: strings.hrc:32
+#: basic/inc/strings.hrc:32
msgctxt "STR_BASICKEY_FORMAT_CURRENCY"
msgid "@0.00 $;@(0.00 $)"
msgstr "@0.00 $;@(0.00 $)"
-#: strings.hrc:34
+#: basic/inc/strings.hrc:34
msgctxt "IDS_SBERR_TERMINATED"
msgid "The macro running has been interrupted"
msgstr "Die makro wat loop, is onderbreek"
diff --git a/source/af/chart2/messages.po b/source/af/chart2/messages.po
index 25965cb2247..ef61e9fc5ee 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: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+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"
@@ -13,603 +13,608 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:24
+#: chart2/inc/strings.hrc:24
msgctxt "STR_DLG_CHART_WIZARD"
msgid "Chart Wizard"
msgstr "Grafiekslimmerd"
-#: strings.hrc:25
+#: chart2/inc/strings.hrc:25
msgctxt "STR_DLG_SMOOTH_LINE_PROPERTIES"
msgid "Smooth Lines"
msgstr "Gladde lyne"
-#: strings.hrc:26
+#: chart2/inc/strings.hrc:26
msgctxt "STR_DLG_STEPPED_LINE_PROPERTIES"
msgid "Stepped Lines"
msgstr ""
-#: strings.hrc:27
+#: chart2/inc/strings.hrc:27
+msgctxt "STR_DLG_REMOVE_DATA_TABLE"
+msgid "This chart currently contains an internal data table. Do you want to proceed, deleting the internal data table, and set a new data range?"
+msgstr ""
+
+#: chart2/inc/strings.hrc:28
msgctxt "STR_PAGE_CHARTTYPE"
msgid "Chart Type"
msgstr "Soort grafiek"
-#: strings.hrc:28
+#: chart2/inc/strings.hrc:29
msgctxt "STR_PAGE_DATA_RANGE"
msgid "Data Range"
msgstr "Dataomvang"
-#: strings.hrc:29
+#: chart2/inc/strings.hrc:30
msgctxt "STR_PAGE_CHART_ELEMENTS"
msgid "Chart Elements"
msgstr "Grafiekelemente"
-#: strings.hrc:30
+#: chart2/inc/strings.hrc:31
msgctxt "STR_PAGE_LINE"
msgid "Line"
msgstr "Reël"
-#: strings.hrc:31
+#: chart2/inc/strings.hrc:32
msgctxt "STR_PAGE_BORDER"
msgid "Borders"
msgstr "Grense"
-#: strings.hrc:32
+#: chart2/inc/strings.hrc:33
msgctxt "STR_PAGE_AREA"
msgid "Area"
msgstr "Area"
-#: strings.hrc:33
+#: chart2/inc/strings.hrc:34
msgctxt "STR_PAGE_TRANSPARENCY"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: strings.hrc:34
+#: chart2/inc/strings.hrc:35
msgctxt "STR_PAGE_FONT"
msgid "Font"
msgstr "Font"
-#: strings.hrc:35
+#: chart2/inc/strings.hrc:36
#, fuzzy
msgctxt "STR_PAGE_FONT_EFFECTS"
msgid "Font Effects"
msgstr "Font-effekte"
-#: strings.hrc:36
+#: chart2/inc/strings.hrc:37
msgctxt "STR_PAGE_NUMBERS"
msgid "Numbers"
msgstr "Nommers"
-#: strings.hrc:37
+#: chart2/inc/strings.hrc:38
msgctxt "STR_PAGE_POSITION"
msgid "Position"
msgstr "Posisie"
-#: strings.hrc:38
+#: chart2/inc/strings.hrc:39
msgctxt "STR_PAGE_LAYOUT"
msgid "Layout"
msgstr "Uitleg"
-#: strings.hrc:39
+#: chart2/inc/strings.hrc:40
msgctxt "STR_PAGE_OPTIONS"
msgid "Options"
msgstr "Opsies"
-#: strings.hrc:40
+#: chart2/inc/strings.hrc:41
msgctxt "STR_PAGE_SCALE"
msgid "Scale"
msgstr "Skaal"
-#: strings.hrc:41
+#: chart2/inc/strings.hrc:42
msgctxt "STR_PAGE_POSITIONING"
msgid "Positioning"
msgstr "Posisionering"
-#: strings.hrc:42
+#: chart2/inc/strings.hrc:43
msgctxt "STR_PAGE_TRENDLINE_TYPE"
msgid "Type"
msgstr "Soort"
-#: strings.hrc:43
+#: chart2/inc/strings.hrc:44
#, fuzzy
msgctxt "STR_PAGE_XERROR_BARS"
msgid "X Error Bars"
msgstr "Y-foutstawe"
-#: strings.hrc:44
+#: chart2/inc/strings.hrc:45
#, fuzzy
msgctxt "STR_PAGE_YERROR_BARS"
msgid "Y Error Bars"
msgstr "Y-foutstawe"
-#: strings.hrc:45
+#: chart2/inc/strings.hrc:46
msgctxt "STR_PAGE_ALIGNMENT"
msgid "Alignment"
msgstr "Belyning"
-#: strings.hrc:46
+#: chart2/inc/strings.hrc:47
msgctxt "STR_PAGE_PERSPECTIVE"
msgid "Perspective"
msgstr "Perspektief"
-#: strings.hrc:47
+#: chart2/inc/strings.hrc:48
msgctxt "STR_PAGE_APPEARANCE"
msgid "Appearance"
msgstr "Voorkoms"
-#: strings.hrc:48
+#: chart2/inc/strings.hrc:49
msgctxt "STR_PAGE_ILLUMINATION"
msgid "Illumination"
msgstr "Verligting"
-#: strings.hrc:49
+#: chart2/inc/strings.hrc:50
#, fuzzy
msgctxt "STR_PAGE_ASIAN"
msgid "Asian Typography"
msgstr "Asiatiese tipografie"
-#: strings.hrc:50
+#: chart2/inc/strings.hrc:51
#, c-format
msgctxt "STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS"
msgid "Mean value line with value %AVERAGE_VALUE and standard deviation %STD_DEVIATION"
msgstr "Gemiddeldewaardelyn met waarde %AVERAGE_VALUE en standaardafwyking %STD_DEVIATION"
-#: strings.hrc:51
+#: chart2/inc/strings.hrc:52
msgctxt "STR_OBJECT_AXIS"
msgid "Axis"
msgstr "As"
-#: strings.hrc:52
+#: chart2/inc/strings.hrc:53
msgctxt "STR_OBJECT_AXIS_X"
msgid "X Axis"
msgstr "X-as"
-#: strings.hrc:53
+#: chart2/inc/strings.hrc:54
msgctxt "STR_OBJECT_AXIS_Y"
msgid "Y Axis"
msgstr "Y-as"
-#: strings.hrc:54
+#: chart2/inc/strings.hrc:55
msgctxt "STR_OBJECT_AXIS_Z"
msgid "Z Axis"
msgstr "Z-as"
-#: strings.hrc:55
+#: chart2/inc/strings.hrc:56
msgctxt "STR_OBJECT_SECONDARY_X_AXIS"
msgid "Secondary X Axis"
msgstr "Sekondêre X-as"
-#: strings.hrc:56
+#: chart2/inc/strings.hrc:57
msgctxt "STR_OBJECT_SECONDARY_Y_AXIS"
msgid "Secondary Y Axis"
msgstr "Sekondêre Y-as"
-#: strings.hrc:57
+#: chart2/inc/strings.hrc:58
msgctxt "STR_OBJECT_AXES"
msgid "Axes"
msgstr "Asse"
-#: strings.hrc:58
+#: chart2/inc/strings.hrc:59
msgctxt "STR_OBJECT_GRIDS"
msgid "Grids"
msgstr "Roosters"
-#: strings.hrc:59
+#: chart2/inc/strings.hrc:60
msgctxt "STR_OBJECT_GRID"
msgid "Grid"
msgstr "Rooster"
-#: strings.hrc:60
+#: chart2/inc/strings.hrc:61
msgctxt "STR_OBJECT_GRID_MAJOR_X"
msgid "X Axis Major Grid"
msgstr "X-as, groot rooster"
-#: strings.hrc:61
+#: chart2/inc/strings.hrc:62
msgctxt "STR_OBJECT_GRID_MAJOR_Y"
msgid "Y Axis Major Grid"
msgstr "Y-as, groot rooster"
-#: strings.hrc:62
+#: chart2/inc/strings.hrc:63
msgctxt "STR_OBJECT_GRID_MAJOR_Z"
msgid "Z Axis Major Grid"
msgstr "Z-as, groot rooster"
-#: strings.hrc:63
+#: chart2/inc/strings.hrc:64
msgctxt "STR_OBJECT_GRID_MINOR_X"
msgid "X Axis Minor Grid"
msgstr "X-as, klein rooster"
-#: strings.hrc:64
+#: chart2/inc/strings.hrc:65
msgctxt "STR_OBJECT_GRID_MINOR_Y"
msgid "Y Axis Minor Grid"
msgstr "Y-as, klein rooster"
-#: strings.hrc:65
+#: chart2/inc/strings.hrc:66
msgctxt "STR_OBJECT_GRID_MINOR_Z"
msgid "Z Axis Minor Grid"
msgstr "Z-as, klein rooster"
-#: strings.hrc:66
+#: chart2/inc/strings.hrc:67
msgctxt "STR_OBJECT_LEGEND"
msgid "Legend"
msgstr "Legende"
-#: strings.hrc:67
+#: chart2/inc/strings.hrc:68
msgctxt "STR_OBJECT_TITLE"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:68
+#: chart2/inc/strings.hrc:69
msgctxt "STR_OBJECT_TITLES"
msgid "Titles"
msgstr "Titels"
-#: strings.hrc:69
+#: chart2/inc/strings.hrc:70
msgctxt "STR_OBJECT_TITLE_MAIN"
msgid "Main Title"
msgstr "Hooftitel"
-#: strings.hrc:70
+#: chart2/inc/strings.hrc:71
msgctxt "STR_OBJECT_TITLE_SUB"
msgid "Subtitle"
msgstr "Subtitel"
-#: strings.hrc:71
+#: chart2/inc/strings.hrc:72
msgctxt "STR_OBJECT_TITLE_X_AXIS"
msgid "X Axis Title"
msgstr "X-as-titel"
-#: strings.hrc:72
+#: chart2/inc/strings.hrc:73
msgctxt "STR_OBJECT_TITLE_Y_AXIS"
msgid "Y Axis Title"
msgstr "Y-as-titel"
-#: strings.hrc:73
+#: chart2/inc/strings.hrc:74
msgctxt "STR_OBJECT_TITLE_Z_AXIS"
msgid "Z Axis Title"
msgstr "Z-as-titel"
-#: strings.hrc:74
+#: chart2/inc/strings.hrc:75
msgctxt "STR_OBJECT_TITLE_SECONDARY_X_AXIS"
msgid "Secondary X Axis Title"
msgstr "S~ekondêre X-as-titel"
-#: strings.hrc:75
+#: chart2/inc/strings.hrc:76
msgctxt "STR_OBJECT_TITLE_SECONDARY_Y_AXIS"
msgid "Secondary Y Axis Title"
msgstr "S~ekondêre Y-as-titel"
-#: strings.hrc:76
+#: chart2/inc/strings.hrc:77
msgctxt "STR_OBJECT_LABEL"
msgid "Label"
msgstr "Etiket"
-#: strings.hrc:77
+#: chart2/inc/strings.hrc:78
msgctxt "STR_OBJECT_DATALABELS"
msgid "Data Labels"
msgstr "Dataetikette"
-#: strings.hrc:78
+#: chart2/inc/strings.hrc:79
msgctxt "STR_OBJECT_DATAPOINT"
msgid "Data Point"
msgstr "Datapunt"
-#: strings.hrc:79
+#: chart2/inc/strings.hrc:80
msgctxt "STR_OBJECT_DATAPOINTS"
msgid "Data Points"
msgstr "Datapunte"
-#: strings.hrc:80
+#: chart2/inc/strings.hrc:81
msgctxt "STR_OBJECT_LEGEND_SYMBOL"
msgid "Legend Key"
msgstr "Legendesleutel"
-#: strings.hrc:81
+#: chart2/inc/strings.hrc:82
msgctxt "STR_OBJECT_DATASERIES"
msgid "Data Series"
msgstr "Datareeks"
-#: strings.hrc:82
+#: chart2/inc/strings.hrc:83
msgctxt "STR_OBJECT_DATASERIES_PLURAL"
msgid "Data Series"
msgstr "Datareeks"
-#: strings.hrc:83
+#: chart2/inc/strings.hrc:84
msgctxt "STR_OBJECT_CURVE"
msgid "Trend Line"
msgstr "Tendenslyn"
-#: strings.hrc:84
+#: chart2/inc/strings.hrc:85
msgctxt "STR_OBJECT_CURVES"
msgid "Trend Lines"
msgstr "Tendenslyne"
-#: strings.hrc:85
+#: chart2/inc/strings.hrc:86
msgctxt "STR_OBJECT_CURVE_WITH_PARAMETERS"
msgid "Trend line %FORMULA with accuracy R² = %RSQUARED"
msgstr "Tendenslyn %FORMULA met akkuraatheid R² = %RSQUARED"
-#: strings.hrc:86
+#: chart2/inc/strings.hrc:87
msgctxt "STR_OBJECT_MOVING_AVERAGE_WITH_PARAMETERS"
msgid "Moving average trend line with period = %PERIOD"
msgstr ""
-#: strings.hrc:87
+#: chart2/inc/strings.hrc:88
msgctxt "STR_OBJECT_AVERAGE_LINE"
msgid "Mean Value Line"
msgstr "Gemiddeldewaardelyn"
-#: strings.hrc:88
+#: chart2/inc/strings.hrc:89
msgctxt "STR_OBJECT_CURVE_EQUATION"
msgid "Equation"
msgstr "Vergelyking"
-#: strings.hrc:89
+#: chart2/inc/strings.hrc:90
#, fuzzy
msgctxt "STR_OBJECT_ERROR_BARS_X"
msgid "X Error Bars"
msgstr "Y-foutstawe"
-#: strings.hrc:90
+#: chart2/inc/strings.hrc:91
#, fuzzy
msgctxt "STR_OBJECT_ERROR_BARS_Y"
msgid "Y Error Bars"
msgstr "Y-foutstawe"
-#: strings.hrc:91
+#: chart2/inc/strings.hrc:92
#, fuzzy
msgctxt "STR_OBJECT_ERROR_BARS_Z"
msgid "Z Error Bars"
msgstr "Y-foutstawe"
-#: strings.hrc:92
+#: chart2/inc/strings.hrc:93
msgctxt "STR_OBJECT_STOCK_LOSS"
msgid "Stock Loss"
msgstr "Aandeleverlies"
-#: strings.hrc:93
+#: chart2/inc/strings.hrc:94
msgctxt "STR_OBJECT_STOCK_GAIN"
msgid "Stock Gain"
msgstr "Aandelewins"
-#: strings.hrc:94
+#: chart2/inc/strings.hrc:95
msgctxt "STR_OBJECT_PAGE"
msgid "Chart Area"
msgstr "Grafiekarea"
-#: strings.hrc:95
+#: chart2/inc/strings.hrc:96
msgctxt "STR_OBJECT_DIAGRAM"
msgid "Chart"
msgstr "Grafiek"
-#: strings.hrc:96
+#: chart2/inc/strings.hrc:97
msgctxt "STR_OBJECT_DIAGRAM_WALL"
msgid "Chart Wall"
msgstr "Grafiekmuur"
-#: strings.hrc:97
+#: chart2/inc/strings.hrc:98
msgctxt "STR_OBJECT_DIAGRAM_FLOOR"
msgid "Chart Floor"
msgstr "Grafiekvloer"
-#: strings.hrc:98
+#: chart2/inc/strings.hrc:99
#, fuzzy
msgctxt "STR_OBJECT_SHAPE"
msgid "Drawing Object"
msgstr "Tekenobjekte"
-#: strings.hrc:99
+#: chart2/inc/strings.hrc:100
#, c-format
msgctxt "STR_TIP_DATASERIES"
msgid "Data Series '%SERIESNAME'"
msgstr "Datareeks '%SERIESNAME'"
-#: strings.hrc:100
+#: chart2/inc/strings.hrc:101
msgctxt "STR_TIP_DATAPOINT_INDEX"
msgid "Data Point %POINTNUMBER"
msgstr "Datapunt %POINTNUMBER"
-#: strings.hrc:101
+#: chart2/inc/strings.hrc:102
msgctxt "STR_TIP_DATAPOINT_VALUES"
msgid "Values: %POINTVALUES"
msgstr "Waardes: %POINTVALUES"
-#: strings.hrc:102
+#: chart2/inc/strings.hrc:103
msgctxt "STR_TIP_DATAPOINT"
msgid "Data Point %POINTNUMBER, data series %SERIESNUMBER, values: %POINTVALUES"
msgstr "Datapunt %POINTNUMBER, datareeks %SERIESNUMBER, waardes: %POINTVALUES"
-#: strings.hrc:103
+#: chart2/inc/strings.hrc:104
msgctxt "STR_STATUS_DATAPOINT_MARKED"
msgid "Data point %POINTNUMBER in data series %SERIESNUMBER selected, values: %POINTVALUES"
msgstr "Datapunt %POINTNUMBER in datareeks %SERIESNUMBER gemerk, waardes: %POINTVALUES"
-#: strings.hrc:104
+#: chart2/inc/strings.hrc:105
msgctxt "STR_STATUS_OBJECT_MARKED"
msgid "%OBJECTNAME selected"
msgstr "%OBJECTNAME gemerk"
-#: strings.hrc:105
+#: chart2/inc/strings.hrc:106
msgctxt "STR_STATUS_PIE_SEGMENT_EXPLODED"
msgid "Pie exploded by %PERCENTVALUE percent"
msgstr "Sektordiagram uiteengeskuif met %PERCENTVALUE persent"
-#: strings.hrc:106
+#: chart2/inc/strings.hrc:107
msgctxt "STR_OBJECT_FOR_SERIES"
msgid "%OBJECTNAME for Data Series '%SERIESNAME'"
msgstr "%OBJECTNAME vir datareeks '%SERIESNAME'"
-#: strings.hrc:107
+#: chart2/inc/strings.hrc:108
msgctxt "STR_OBJECT_FOR_ALL_SERIES"
msgid "%OBJECTNAME for all Data Series"
msgstr "%OBJECTNAME vir alle datareekse"
-#: strings.hrc:108
+#: chart2/inc/strings.hrc:109
msgctxt "STR_ACTION_EDIT_CHARTTYPE"
msgid "Edit chart type"
msgstr "Redigeer grafieksoort"
-#: strings.hrc:109
+#: chart2/inc/strings.hrc:110
msgctxt "STR_ACTION_EDIT_DATA_RANGES"
msgid "Edit data ranges"
msgstr "Redigeer dataomvange"
-#: strings.hrc:110
+#: chart2/inc/strings.hrc:111
msgctxt "STR_ACTION_EDIT_3D_VIEW"
msgid "Edit 3D view"
msgstr "Redigeer 3D-aansig"
-#: strings.hrc:111
+#: chart2/inc/strings.hrc:112
msgctxt "STR_ACTION_EDIT_CHART_DATA"
msgid "Edit chart data"
msgstr "Redigeer grafiekdata"
-#: strings.hrc:112
+#: chart2/inc/strings.hrc:113
msgctxt "STR_ACTION_TOGGLE_LEGEND"
msgid "Legend on/off"
msgstr "Legende aan/af"
-#: strings.hrc:113
+#: chart2/inc/strings.hrc:114
msgctxt "STR_ACTION_TOGGLE_GRID_HORZ"
msgid "Horizontal grid major/major&minor/off"
msgstr ""
-#: strings.hrc:114
+#: chart2/inc/strings.hrc:115
msgctxt "STR_ACTION_TOGGLE_GRID_VERTICAL"
msgid "Vertical grid major/major&minor/off"
msgstr ""
-#: strings.hrc:115
+#: chart2/inc/strings.hrc:116
msgctxt "STR_ACTION_SCALE_TEXT"
msgid "Scale Text"
msgstr "Skaleer teks"
-#: strings.hrc:116
+#: chart2/inc/strings.hrc:117
msgctxt "STR_ACTION_REARRANGE_CHART"
msgid "Automatic Layout"
msgstr "Outomatiese uitleg"
-#: strings.hrc:117
+#: chart2/inc/strings.hrc:118
msgctxt "STR_ACTION_NOTPOSSIBLE"
msgid "This function cannot be completed with the selected objects."
msgstr "Hierdie funksie kan nie met die betrokke objekte voltooi word nie."
-#: strings.hrc:118
+#: chart2/inc/strings.hrc:119
msgctxt "STR_ACTION_EDIT_TEXT"
msgid "Edit text"
msgstr "Redigeer teks"
-#: strings.hrc:119
+#: chart2/inc/strings.hrc:120
#, c-format
msgctxt "STR_COLUMN_LABEL"
msgid "Column %COLUMNNUMBER"
msgstr "Kolom %COLUMNNUMBER"
-#: strings.hrc:120
+#: chart2/inc/strings.hrc:121
msgctxt "STR_ROW_LABEL"
msgid "Row %ROWNUMBER"
msgstr "Ry %ROWNUMBER"
-#: strings.hrc:121
+#: chart2/inc/strings.hrc:122
msgctxt "STR_DATA_ROLE_LABEL"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:122
+#: chart2/inc/strings.hrc:123
msgctxt "STR_DATA_ROLE_X"
msgid "X-Values"
msgstr "X-waardes"
-#: strings.hrc:123
+#: chart2/inc/strings.hrc:124
msgctxt "STR_DATA_ROLE_Y"
msgid "Y-Values"
msgstr "Y-waardes"
-#: strings.hrc:124
+#: chart2/inc/strings.hrc:125
msgctxt "STR_DATA_ROLE_SIZE"
msgid "Bubble Sizes"
msgstr "Borrelgroottes"
-#: strings.hrc:125
+#: chart2/inc/strings.hrc:126
msgctxt "STR_DATA_ROLE_X_ERROR"
msgid "X-Error-Bars"
msgstr "X-foutstawe"
-#: strings.hrc:126
+#: chart2/inc/strings.hrc:127
msgctxt "STR_DATA_ROLE_X_ERROR_POSITIVE"
msgid "Positive X-Error-Bars"
msgstr "Positiewe X-foutstawe"
-#: strings.hrc:127
+#: chart2/inc/strings.hrc:128
msgctxt "STR_DATA_ROLE_X_ERROR_NEGATIVE"
msgid "Negative X-Error-Bars"
msgstr "Negatiewe X-foutstawe"
-#: strings.hrc:128
+#: chart2/inc/strings.hrc:129
msgctxt "STR_DATA_ROLE_Y_ERROR"
msgid "Y-Error-Bars"
msgstr "Y-foutstawe"
-#: strings.hrc:129
+#: chart2/inc/strings.hrc:130
msgctxt "STR_DATA_ROLE_Y_ERROR_POSITIVE"
msgid "Positive Y-Error-Bars"
msgstr "Positiewe Y-foutstawe"
-#: strings.hrc:130
+#: chart2/inc/strings.hrc:131
msgctxt "STR_DATA_ROLE_Y_ERROR_NEGATIVE"
msgid "Negative Y-Error-Bars"
msgstr "Negatiewe Y-foutstawe"
-#: strings.hrc:131
+#: chart2/inc/strings.hrc:132
msgctxt "STR_DATA_ROLE_FIRST"
msgid "Open Values"
msgstr "Open-waardes"
-#: strings.hrc:132
+#: chart2/inc/strings.hrc:133
msgctxt "STR_DATA_ROLE_LAST"
msgid "Close Values"
msgstr "Sluit-waardes"
-#: strings.hrc:133
+#: chart2/inc/strings.hrc:134
msgctxt "STR_DATA_ROLE_MIN"
msgid "Low Values"
msgstr "Lae waardes"
-#: strings.hrc:134
+#: chart2/inc/strings.hrc:135
msgctxt "STR_DATA_ROLE_MAX"
msgid "High Values"
msgstr "Hoë waardes"
-#: strings.hrc:135
+#: chart2/inc/strings.hrc:136
msgctxt "STR_DATA_ROLE_CATEGORIES"
msgid "Categories"
msgstr "Kategorieë"
-#: strings.hrc:136
+#: chart2/inc/strings.hrc:137
msgctxt "STR_DATA_UNNAMED_SERIES"
msgid "Unnamed Series"
msgstr "Onbenoemde reeks"
-#: strings.hrc:137
+#: chart2/inc/strings.hrc:138
msgctxt "STR_DATA_UNNAMED_SERIES_WITH_INDEX"
msgid "Unnamed Series %NUMBER"
msgstr "Onbenoemde reeks %NUMBER"
-#: strings.hrc:138
+#: chart2/inc/strings.hrc:139
msgctxt "STR_DATA_SELECT_RANGE_FOR_SERIES"
msgid "Select Range for %VALUETYPE of %SERIESNAME"
msgstr "Kies omvang vir %VALUETYPE van %SERIESNAME"
-#: strings.hrc:139
+#: chart2/inc/strings.hrc:140
msgctxt "STR_DATA_SELECT_RANGE_FOR_CATEGORIES"
msgid "Select Range for Categories"
msgstr "Kies omvang vir kategorieë"
-#: strings.hrc:140
+#: chart2/inc/strings.hrc:141
msgctxt "STR_DATA_SELECT_RANGE_FOR_DATALABELS"
msgid "Select Range for data labels"
msgstr "Kies omvang vir dataetikette"
-#: strings.hrc:141
+#: chart2/inc/strings.hrc:142
msgctxt "STR_DATA_EDITOR_INCORRECT_INPUT"
msgid ""
"Your last input is incorrect.\n"
@@ -618,2679 +623,2679 @@ msgstr ""
"U vorige invoer is verkeerd.\n"
"Ignoreer hierdie verandering en sluit die dialoog?"
-#: strings.hrc:142
+#: chart2/inc/strings.hrc:143
msgctxt "STR_TEXT_DIRECTION_LTR"
msgid "Left-to-right"
msgstr "Links na regs"
-#: strings.hrc:143
+#: chart2/inc/strings.hrc:144
msgctxt "STR_TEXT_DIRECTION_RTL"
msgid "Right-to-left"
msgstr "Regs na links"
-#: strings.hrc:144
+#: chart2/inc/strings.hrc:145
msgctxt "STR_TEXT_DIRECTION_SUPER"
msgid "Use superordinate object settings"
msgstr "Gebruik bogeskikte objekinstellings"
-#: strings.hrc:145
+#: chart2/inc/strings.hrc:146
msgctxt "STR_PROPERTY_ROLE_FILLCOLOR"
msgid "Fill Color"
msgstr "Vulkleur"
-#: strings.hrc:146
+#: chart2/inc/strings.hrc:147
#, fuzzy
msgctxt "STR_PROPERTY_ROLE_BORDERCOLOR"
msgid "Border Color"
msgstr "Randkleur"
-#: strings.hrc:148
+#: chart2/inc/strings.hrc:149
msgctxt "STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr "Uit datatabel"
-#: strings.hrc:149
+#: chart2/inc/strings.hrc:150
msgctxt "STR_REGRESSION_LINEAR"
msgid "Linear"
msgstr ""
-#: strings.hrc:150
+#: chart2/inc/strings.hrc:151
#, fuzzy
msgctxt "STR_REGRESSION_LOG"
msgid "Logarithmic"
msgstr "Logaritme"
-#: strings.hrc:151
+#: chart2/inc/strings.hrc:152
msgctxt "STR_REGRESSION_EXP"
msgid "Exponential"
msgstr ""
-#: strings.hrc:152
+#: chart2/inc/strings.hrc:153
msgctxt "STR_REGRESSION_POWER"
msgid "Power"
msgstr "Mag"
-#: strings.hrc:153
+#: chart2/inc/strings.hrc:154
msgctxt "STR_REGRESSION_POLYNOMIAL"
msgid "Polynomial"
msgstr ""
-#: strings.hrc:154
+#: chart2/inc/strings.hrc:155
msgctxt "STR_REGRESSION_MOVING_AVERAGE"
msgid "Moving average"
msgstr ""
-#: strings.hrc:155
+#: chart2/inc/strings.hrc:156
msgctxt "STR_REGRESSION_MEAN"
msgid "Mean"
msgstr "Gemiddelde"
-#: strings.hrc:157
+#: chart2/inc/strings.hrc:158
msgctxt "STR_TYPE_COLUMN"
msgid "Column"
msgstr "Kolom"
-#: strings.hrc:158
+#: chart2/inc/strings.hrc:159
msgctxt "STR_TYPE_BAR"
msgid "Bar"
msgstr "Staaf"
-#: strings.hrc:159
+#: chart2/inc/strings.hrc:160
msgctxt "STR_TYPE_AREA"
msgid "Area"
msgstr "Area"
-#: strings.hrc:160
+#: chart2/inc/strings.hrc:161
msgctxt "STR_TYPE_PIE"
msgid "Pie"
msgstr "Sektordiagram"
-#: strings.hrc:161
+#: chart2/inc/strings.hrc:162
msgctxt "STR_PIE_EXPLODED"
msgid "Exploded Pie Chart"
msgstr "Uiteengeskuifde sektordiagram"
-#: strings.hrc:162
+#: chart2/inc/strings.hrc:163
msgctxt "STR_DONUT_EXPLODED"
msgid "Exploded Donut Chart"
msgstr "Uiteengeskuifde binnebanddiagram"
-#: strings.hrc:163
+#: chart2/inc/strings.hrc:164
msgctxt "STR_DONUT"
msgid "Donut"
msgstr "Binnebanddiagram"
-#: strings.hrc:164
+#: chart2/inc/strings.hrc:165
msgctxt "STR_TYPE_LINE"
msgid "Line"
msgstr "Reël"
-#: strings.hrc:165
+#: chart2/inc/strings.hrc:166
msgctxt "STR_TYPE_XY"
msgid "XY (Scatter)"
msgstr "XY (verstrooi)"
-#: strings.hrc:166
+#: chart2/inc/strings.hrc:167
msgctxt "STR_POINTS_AND_LINES"
msgid "Points and Lines"
msgstr "Punte en lyne"
-#: strings.hrc:167
+#: chart2/inc/strings.hrc:168
msgctxt "STR_POINTS_ONLY"
msgid "Points Only"
msgstr "Net punte"
-#: strings.hrc:168
+#: chart2/inc/strings.hrc:169
msgctxt "STR_LINES_ONLY"
msgid "Lines Only"
msgstr "Slegs lyne"
-#: strings.hrc:169
+#: chart2/inc/strings.hrc:170
msgctxt "STR_LINES_3D"
msgid "3D Lines"
msgstr "3D-lyne"
-#: strings.hrc:170
+#: chart2/inc/strings.hrc:171
msgctxt "STR_TYPE_COMBI_COLUMN_LINE"
msgid "Column and Line"
msgstr "Kolom en lyne"
-#: strings.hrc:171
+#: chart2/inc/strings.hrc:172
msgctxt "STR_LINE_COLUMN"
msgid "Columns and Lines"
msgstr "Kolomme en lyne"
-#: strings.hrc:172
+#: chart2/inc/strings.hrc:173
msgctxt "STR_LINE_STACKEDCOLUMN"
msgid "Stacked Columns and Lines"
msgstr "Gestapelde kolomme en lyne"
-#: strings.hrc:173
+#: chart2/inc/strings.hrc:174
msgctxt "STR_TYPE_NET"
msgid "Net"
msgstr "Net"
-#: strings.hrc:174
+#: chart2/inc/strings.hrc:175
msgctxt "STR_TYPE_STOCK"
msgid "Stock"
msgstr "Voorraad"
-#: strings.hrc:175
+#: chart2/inc/strings.hrc:176
msgctxt "STR_STOCK_1"
msgid "Stock Chart 1"
msgstr "Aandelegrafiek 1"
-#: strings.hrc:176
+#: chart2/inc/strings.hrc:177
msgctxt "STR_STOCK_2"
msgid "Stock Chart 2"
msgstr "Aandelegrafiek 2"
-#: strings.hrc:177
+#: chart2/inc/strings.hrc:178
msgctxt "STR_STOCK_3"
msgid "Stock Chart 3"
msgstr "Aandelegrafiek 3"
-#: strings.hrc:178
+#: chart2/inc/strings.hrc:179
msgctxt "STR_STOCK_4"
msgid "Stock Chart 4"
msgstr "Aandelegrafiek 4"
-#: strings.hrc:179
+#: chart2/inc/strings.hrc:180
msgctxt "STR_NORMAL"
msgid "Normal"
msgstr "Normaal"
-#: strings.hrc:180
+#: chart2/inc/strings.hrc:181
msgctxt "STR_STACKED"
msgid "Stacked"
msgstr "Gestapel"
-#: strings.hrc:181
+#: chart2/inc/strings.hrc:182
msgctxt "STR_PERCENT"
msgid "Percent Stacked"
msgstr "Persentasie gestapel"
-#: strings.hrc:182
+#: chart2/inc/strings.hrc:183
msgctxt "STR_DEEP"
msgid "Deep"
msgstr "Diep"
-#: strings.hrc:183
+#: chart2/inc/strings.hrc:184
msgctxt "STR_FILLED"
msgid "Filled"
msgstr "Gevul"
-#: strings.hrc:184
+#: chart2/inc/strings.hrc:185
msgctxt "STR_TYPE_BUBBLE"
msgid "Bubble"
msgstr "Borrel"
-#: strings.hrc:185
+#: chart2/inc/strings.hrc:186
msgctxt "STR_BUBBLE_1"
msgid "Bubble Chart"
msgstr "Borrelgrafiek"
-#: strings.hrc:186
+#: chart2/inc/strings.hrc:187
msgctxt "STR_TYPE_GL3D_BAR"
msgid "GL3D Bar"
msgstr ""
-#: strings.hrc:187
+#: chart2/inc/strings.hrc:188
msgctxt "STR_GL3D_BAR"
msgid "GL3D Bar Chart"
msgstr ""
-#: strings.hrc:189
+#: chart2/inc/strings.hrc:190
msgctxt "STR_INVALID_NUMBER"
msgid "Numbers are required. Check your input."
msgstr "Getalle word vereis. Kontroleer u toevoer."
-#: strings.hrc:190
+#: chart2/inc/strings.hrc:191
msgctxt "STR_STEP_GT_ZERO"
msgid "The major interval requires a positive number. Check your input."
msgstr "Die groot interval vereis 'n positiewe getal. Kontroleer u toevoer."
-#: strings.hrc:191
+#: chart2/inc/strings.hrc:192
msgctxt "STR_BAD_LOGARITHM"
msgid "The logarithmic scale requires positive numbers. Check your input."
msgstr "Die groot interval vereis positiewe getalle. Kontroleer u toevoer."
-#: strings.hrc:192
+#: chart2/inc/strings.hrc:193
msgctxt "STR_MIN_GREATER_MAX"
msgid "The minimum must be lower than the maximum. Check your input."
msgstr "Die minimum moet laer as die maksimum wees. Kontroleer u toevoer."
-#: strings.hrc:193
+#: chart2/inc/strings.hrc:194
#, fuzzy
msgctxt "STR_INVALID_INTERVALS"
msgid "The major interval needs to be greater than the minor interval. Check your input."
msgstr "Die groot interval vereis 'n positiewe getal. Kontroleer u toevoer."
-#: strings.hrc:194
+#: chart2/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_INVALID_TIME_UNIT"
msgid "The major and minor interval need to be greater or equal to the resolution. Check your input."
msgstr "Die groot interval vereis 'n positiewe getal. Kontroleer u toevoer."
-#: 3dviewdialog.ui:8
+#: chart2/uiconfig/ui/3dviewdialog.ui:8
msgctxt "3dviewdialog|3DViewDialog"
msgid "3D View"
msgstr ""
-#: chardialog.ui:8
+#: chart2/uiconfig/ui/chardialog.ui:8
msgctxt "chardialog|CharDialog"
msgid "Character"
msgstr "Karakter"
-#: chardialog.ui:105
+#: chart2/uiconfig/ui/chardialog.ui:105
msgctxt "chardialog|font"
msgid "Font"
msgstr "Font"
-#: chardialog.ui:127
+#: chart2/uiconfig/ui/chardialog.ui:127
#, fuzzy
msgctxt "chardialog|fonteffects"
msgid "Font Effects"
msgstr "Font-effekte"
-#: chardialog.ui:150
+#: chart2/uiconfig/ui/chardialog.ui:150
msgctxt "chardialog|position"
msgid "Position"
msgstr "Posisie"
-#: chartdatadialog.ui:8
+#: chart2/uiconfig/ui/chartdatadialog.ui:8
msgctxt "chartdatadialog|ChartDataDialog"
msgid "Data Table"
msgstr ""
-#: chartdatadialog.ui:88
+#: chart2/uiconfig/ui/chartdatadialog.ui:88
msgctxt "chartdatadialog|InsertRow"
msgid "Insert Row"
msgstr "Voeg ry in"
-#: chartdatadialog.ui:102
+#: chart2/uiconfig/ui/chartdatadialog.ui:102
msgctxt "chartdatadialog|InsertColumn"
msgid "Insert Series"
msgstr ""
-#: chartdatadialog.ui:116
+#: chart2/uiconfig/ui/chartdatadialog.ui:116
msgctxt "chartdatadialog|InsertTextColumn"
msgid "Insert Text Column"
msgstr ""
-#: chartdatadialog.ui:130
+#: chart2/uiconfig/ui/chartdatadialog.ui:130
msgctxt "chartdatadialog|RemoveRow"
msgid "Delete Row"
msgstr "Skrap ry"
-#: chartdatadialog.ui:144
+#: chart2/uiconfig/ui/chartdatadialog.ui:144
msgctxt "chartdatadialog|RemoveColumn"
msgid "Delete Series"
msgstr ""
-#: chartdatadialog.ui:168
+#: chart2/uiconfig/ui/chartdatadialog.ui:168
msgctxt "chartdatadialog|MoveLeftColumn"
msgid "Move Series Left"
msgstr ""
-#: chartdatadialog.ui:182
+#: chart2/uiconfig/ui/chartdatadialog.ui:182
msgctxt "chartdatadialog|MoveRightColumn"
msgid "Move Series Right"
msgstr ""
-#: chartdatadialog.ui:196
+#: chart2/uiconfig/ui/chartdatadialog.ui:196
msgctxt "chartdatadialog|MoveUpRow"
msgid "Move Row Up"
msgstr ""
-#: chartdatadialog.ui:210
+#: chart2/uiconfig/ui/chartdatadialog.ui:210
msgctxt "chartdatadialog|MoveDownRow"
msgid "Move Row Down"
msgstr ""
-#: charttypedialog.ui:8
+#: chart2/uiconfig/ui/charttypedialog.ui:8
msgctxt "charttypedialog|ChartTypeDialog"
msgid "Chart Type"
msgstr "Soort grafiek"
-#: datarangedialog.ui:8
+#: chart2/uiconfig/ui/datarangedialog.ui:8
#, fuzzy
msgctxt "datarangedialog|DataRangeDialog"
msgid "Data Ranges"
msgstr "Dataomvang"
-#: dlg_DataLabel.ui:20
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:20
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Best fit"
msgstr ""
-#: dlg_DataLabel.ui:24
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:24
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Center"
msgstr "Sentreer"
-#: dlg_DataLabel.ui:28
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:28
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Above"
msgstr "Bo"
-#: dlg_DataLabel.ui:32
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:32
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Top left"
msgstr "Bo links"
-#: dlg_DataLabel.ui:36
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:36
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Left"
msgstr "Links"
-#: dlg_DataLabel.ui:40
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:40
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Bottom left"
msgstr "Onder links"
-#: dlg_DataLabel.ui:44
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:44
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Below"
msgstr "Onder"
-#: dlg_DataLabel.ui:48
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:48
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Bottom right"
msgstr "Onder regs"
-#: dlg_DataLabel.ui:52
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:52
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Right"
msgstr "Regs"
-#: dlg_DataLabel.ui:56
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:56
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Top right"
msgstr "Bo regs"
-#: dlg_DataLabel.ui:60
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:60
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Inside"
msgstr "Binne"
-#: dlg_DataLabel.ui:64
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:64
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Outside"
msgstr "Buite"
-#: dlg_DataLabel.ui:68
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:68
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Near origin"
msgstr ""
-#: dlg_DataLabel.ui:82
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:82
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Space"
msgstr "Ruimte"
-#: dlg_DataLabel.ui:86
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:86
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Comma"
msgstr ""
-#: dlg_DataLabel.ui:90
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:90
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Semicolon"
msgstr ""
-#: dlg_DataLabel.ui:94
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:94
#, fuzzy
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "New line"
msgstr "Nuwe reël"
-#: dlg_DataLabel.ui:102
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:102
msgctxt "dlg_DataLabel|dlg_DataLabels"
msgid "Data Labels for all Data Series"
msgstr ""
-#: dlg_DataLabel.ui:194
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:194
msgctxt "dlg_DataLabel|CB_VALUE_AS_NUMBER"
msgid "Show value as _number"
msgstr ""
-#: dlg_DataLabel.ui:209
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:209
msgctxt "dlg_DataLabel|CB_VALUE_AS_PERCENTAGE"
msgid "Show value as _percentage"
msgstr ""
-#: dlg_DataLabel.ui:224
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:224
msgctxt "dlg_DataLabel|CB_CATEGORY"
msgid "Show _category"
msgstr ""
-#: dlg_DataLabel.ui:239
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:239
msgctxt "dlg_DataLabel|CB_SYMBOL"
msgid "Show _legend key"
msgstr ""
-#: dlg_DataLabel.ui:254
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:254
msgctxt "dlg_DataLabel|CB_WRAP_TEXT"
msgid "Auto text _wrap"
msgstr ""
-#: dlg_DataLabel.ui:269
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:269
#, fuzzy
msgctxt "dlg_DataLabel|PB_NUMBERFORMAT"
msgid "Number _format..."
msgstr "Nommerformaat..."
-#: dlg_DataLabel.ui:283
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:283
msgctxt "dlg_DataLabel|PB_PERCENT_NUMBERFORMAT"
msgid "Percentage f_ormat..."
msgstr ""
-#: dlg_DataLabel.ui:299
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:299
msgctxt "dlg_DataLabel|CT_LABEL_DIAL"
msgid "ABCD"
msgstr ""
-#: dlg_DataLabel.ui:319
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:319
#, fuzzy
msgctxt "dlg_DataLabel|FT_TEXT_SEPARATOR"
msgid "_Separator"
msgstr "Skeier"
-#: dlg_DataLabel.ui:359
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:359
msgctxt "dlg_DataLabel|FT_LABEL_PLACEMENT"
msgid "Place_ment"
msgstr ""
-#: dlg_DataLabel.ui:392
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:392
msgctxt "dlg_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE"
msgid "Number Format for Percentage Value"
msgstr ""
-#: dlg_DataLabel.ui:408
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:408
msgctxt "dlg_DataLabel|label1"
msgid "Text Attributes"
msgstr "Teksattribute"
-#: dlg_DataLabel.ui:474
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:473
msgctxt "dlg_DataLabel|FT_LABEL_DEGREES"
msgid "_Degrees"
msgstr ""
-#: dlg_DataLabel.ui:499
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:498
#, fuzzy
msgctxt "dlg_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
msgstr "Teksrigting"
-#: dlg_DataLabel.ui:536
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:535
msgctxt "dlg_DataLabel|label2"
msgid "Rotate Text"
msgstr ""
-#: dlg_InsertErrorBars.ui:29
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:29
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Standard Error"
msgstr ""
-#: dlg_InsertErrorBars.ui:33
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:33
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Standard Deviation"
msgstr ""
-#: dlg_InsertErrorBars.ui:37
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:37
#, fuzzy
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Variance"
msgstr "Wisselend"
-#: dlg_InsertErrorBars.ui:41
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:41
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Error Margin"
msgstr ""
-#: dlg_InsertErrorBars.ui:49
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:49
msgctxt "dlg_InsertErrorBars|dlg_InsertErrorBars"
msgid "Legend"
msgstr "Legende"
-#: dlg_InsertErrorBars.ui:146
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:146
#, fuzzy
msgctxt "dlg_InsertErrorBars|RB_NONE"
msgid "_None"
msgstr "Geen"
-#: dlg_InsertErrorBars.ui:163
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:163
msgctxt "dlg_InsertErrorBars|RB_CONST"
msgid "_Constant Value"
msgstr ""
-#: dlg_InsertErrorBars.ui:180
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:180
msgctxt "dlg_InsertErrorBars|RB_PERCENT"
msgid "_Percentage"
msgstr ""
-#: dlg_InsertErrorBars.ui:236
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:237
msgctxt "dlg_InsertErrorBars|RB_RANGE"
msgid "Cell _Range"
msgstr ""
-#: dlg_InsertErrorBars.ui:259
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:260
msgctxt "dlg_InsertErrorBars|label1"
msgid "Error Category"
msgstr ""
-#: dlg_InsertErrorBars.ui:292
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:293
msgctxt "dlg_InsertErrorBars|RB_BOTH"
msgid "Positive _and Negative"
msgstr ""
-#: dlg_InsertErrorBars.ui:308
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:309
#, fuzzy
msgctxt "dlg_InsertErrorBars|RB_POSITIVE"
msgid "Pos_itive"
msgstr "Posisie"
-#: dlg_InsertErrorBars.ui:324
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:325
#, fuzzy
msgctxt "dlg_InsertErrorBars|RB_NEGATIVE"
msgid "Ne_gative"
msgstr "Negatief"
-#: dlg_InsertErrorBars.ui:380
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:381
msgctxt "dlg_InsertErrorBars|label2"
msgid "Error Indicator"
msgstr ""
-#: dlg_InsertErrorBars.ui:427
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:428
msgctxt "dlg_InsertErrorBars|FT_POSITIVE"
msgid "P_ositive (+)"
msgstr ""
-#: dlg_InsertErrorBars.ui:468
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:467
#, fuzzy
msgctxt "dlg_InsertErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
msgstr "Selekteer databasis"
-#: dlg_InsertErrorBars.ui:493
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:492
msgctxt "dlg_InsertErrorBars|FT_NEGATIVE"
msgid "_Negative (-)"
msgstr ""
-#: dlg_InsertErrorBars.ui:535
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:532
#, fuzzy
msgctxt "dlg_InsertErrorBars|IB_RANGE_NEGATIVE|tooltip_text"
msgid "Select data range"
msgstr "Selekteer databasis"
-#: dlg_InsertErrorBars.ui:553
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:550
msgctxt "dlg_InsertErrorBars|CB_SYN_POS_NEG"
msgid "Same value for both"
msgstr ""
-#: dlg_InsertErrorBars.ui:575
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:573
#, fuzzy
msgctxt "dlg_InsertErrorBars|label3"
msgid "Parameters"
msgstr "~Parameters"
-#: dlg_InsertErrorBars.ui:591
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:589
msgctxt "dlg_InsertErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS"
msgid "Select Range for Positive Error Bars"
msgstr ""
-#: dlg_InsertErrorBars.ui:602
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:600
msgctxt "dlg_InsertErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS"
msgid "Select Range for Negative Error Bars"
msgstr ""
-#: dlg_InsertErrorBars.ui:613
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:611
msgctxt "dlg_InsertErrorBars|STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr "Uit datatabel"
-#: dlg_InsertLegend.ui:8
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:8
msgctxt "dlg_InsertLegend|dlg_InsertLegend"
msgid "Legend"
msgstr "Legende"
-#: dlg_InsertLegend.ui:100
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:100
msgctxt "dlg_InsertLegend|show"
msgid "_Display legend"
msgstr ""
-#: dlg_InsertLegend.ui:122
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:122
#, fuzzy
msgctxt "dlg_InsertLegend|left"
msgid "_Left"
msgstr "Links"
-#: dlg_InsertLegend.ui:138
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:138
#, fuzzy
msgctxt "dlg_InsertLegend|right"
msgid "_Right"
msgstr "Regs"
-#: dlg_InsertLegend.ui:154
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:154
#, fuzzy
msgctxt "dlg_InsertLegend|top"
msgid "_Top"
msgstr "Bokant"
-#: dlg_InsertLegend.ui:170
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:170
#, fuzzy
msgctxt "dlg_InsertLegend|bottom"
msgid "_Bottom"
msgstr "Onderkant"
-#: dlg_InsertLegend.ui:200
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:200
msgctxt "dlg_InsertLegend|TXT_POSITION"
msgid "Position"
msgstr "Posisie"
-#: insertaxisdlg.ui:8
+#: chart2/uiconfig/ui/insertaxisdlg.ui:8
msgctxt "insertaxisdlg|InsertAxisDialog"
msgid "Axes"
msgstr "Asse"
-#: insertaxisdlg.ui:104
+#: chart2/uiconfig/ui/insertaxisdlg.ui:104
#, fuzzy
msgctxt "insertaxisdlg|primaryX"
msgid "_X axis"
msgstr "X-as"
-#: insertaxisdlg.ui:120
+#: chart2/uiconfig/ui/insertaxisdlg.ui:120
#, fuzzy
msgctxt "insertaxisdlg|primaryY"
msgid "_Y axis"
msgstr "Y-as"
-#: insertaxisdlg.ui:136
+#: chart2/uiconfig/ui/insertaxisdlg.ui:136
#, fuzzy
msgctxt "insertaxisdlg|primaryZ"
msgid "_Z axis"
msgstr "Z-as"
-#: insertaxisdlg.ui:159
+#: chart2/uiconfig/ui/insertaxisdlg.ui:159
msgctxt "insertaxisdlg|label1"
msgid "Axes"
msgstr "Asse"
-#: insertaxisdlg.ui:194
+#: chart2/uiconfig/ui/insertaxisdlg.ui:194
#, fuzzy
msgctxt "insertaxisdlg|secondaryX"
msgid "X _axis"
msgstr "X-as"
-#: insertaxisdlg.ui:210
+#: chart2/uiconfig/ui/insertaxisdlg.ui:210
#, fuzzy
msgctxt "insertaxisdlg|secondaryY"
msgid "Y ax_is"
msgstr "Y-as"
-#: insertaxisdlg.ui:226
+#: chart2/uiconfig/ui/insertaxisdlg.ui:226
#, fuzzy
msgctxt "insertaxisdlg|secondaryZ"
msgid "Z axi_s"
msgstr "Z-as"
-#: insertaxisdlg.ui:249
+#: chart2/uiconfig/ui/insertaxisdlg.ui:249
#, fuzzy
msgctxt "insertaxisdlg|label2"
msgid "Secondary Axes"
msgstr "Sekondêre X-as"
-#: insertgriddlg.ui:8
+#: chart2/uiconfig/ui/insertgriddlg.ui:8
msgctxt "insertgriddlg|InsertGridDialog"
msgid "Grids"
msgstr "Roosters"
-#: insertgriddlg.ui:104
+#: chart2/uiconfig/ui/insertgriddlg.ui:104
#, fuzzy
msgctxt "insertgriddlg|primaryX"
msgid "_X axis"
msgstr "X-as"
-#: insertgriddlg.ui:120
+#: chart2/uiconfig/ui/insertgriddlg.ui:120
#, fuzzy
msgctxt "insertgriddlg|primaryY"
msgid "_Y axis"
msgstr "Y-as"
-#: insertgriddlg.ui:136
+#: chart2/uiconfig/ui/insertgriddlg.ui:136
#, fuzzy
msgctxt "insertgriddlg|primaryZ"
msgid "_Z axis"
msgstr "Z-as"
-#: insertgriddlg.ui:159
+#: chart2/uiconfig/ui/insertgriddlg.ui:159
msgctxt "insertgriddlg|label1"
msgid "Major Grids"
msgstr ""
-#: insertgriddlg.ui:194
+#: chart2/uiconfig/ui/insertgriddlg.ui:194
#, fuzzy
msgctxt "insertgriddlg|secondaryX"
msgid "X _axis"
msgstr "X-as"
-#: insertgriddlg.ui:210
+#: chart2/uiconfig/ui/insertgriddlg.ui:210
#, fuzzy
msgctxt "insertgriddlg|secondaryY"
msgid "Y ax_is"
msgstr "Y-as"
-#: insertgriddlg.ui:226
+#: chart2/uiconfig/ui/insertgriddlg.ui:226
#, fuzzy
msgctxt "insertgriddlg|secondaryZ"
msgid "Z axi_s"
msgstr "Z-as"
-#: insertgriddlg.ui:249
+#: chart2/uiconfig/ui/insertgriddlg.ui:249
msgctxt "insertgriddlg|label2"
msgid "Minor Grids"
msgstr ""
-#: inserttitledlg.ui:8
+#: chart2/uiconfig/ui/inserttitledlg.ui:8
msgctxt "inserttitledlg|InsertTitleDialog"
msgid "Titles"
msgstr "Titels"
-#: inserttitledlg.ui:89
+#: chart2/uiconfig/ui/inserttitledlg.ui:89
#, fuzzy
msgctxt "inserttitledlg|labelMainTitle"
msgid "_Title"
msgstr "Titel"
-#: inserttitledlg.ui:103
+#: chart2/uiconfig/ui/inserttitledlg.ui:103
#, fuzzy
msgctxt "inserttitledlg|labelSubTitle"
msgid "_Subtitle"
msgstr "Subtitel"
-#: inserttitledlg.ui:166
+#: chart2/uiconfig/ui/inserttitledlg.ui:164
#, fuzzy
msgctxt "inserttitledlg|labelPrimaryXaxis"
msgid "_X axis"
msgstr "X-as"
-#: inserttitledlg.ui:180
+#: chart2/uiconfig/ui/inserttitledlg.ui:178
#, fuzzy
msgctxt "inserttitledlg|labelPrimaryYaxis"
msgid "_Y axis"
msgstr "Y-as"
-#: inserttitledlg.ui:194
+#: chart2/uiconfig/ui/inserttitledlg.ui:192
#, fuzzy
msgctxt "inserttitledlg|labelPrimaryZaxis"
msgid "_Z axis"
msgstr "Z-as"
-#: inserttitledlg.ui:247
+#: chart2/uiconfig/ui/inserttitledlg.ui:242
msgctxt "inserttitledlg|Axe"
msgid "Axes"
msgstr "Asse"
-#: inserttitledlg.ui:283
+#: chart2/uiconfig/ui/inserttitledlg.ui:278
#, fuzzy
msgctxt "inserttitledlg|labelSecondaryXAxis"
msgid "X _axis"
msgstr "X-as"
-#: inserttitledlg.ui:297
+#: chart2/uiconfig/ui/inserttitledlg.ui:292
#, fuzzy
msgctxt "inserttitledlg|labelSecondaryYAxis"
msgid "Y ax_is"
msgstr "Y-as"
-#: inserttitledlg.ui:338
+#: chart2/uiconfig/ui/inserttitledlg.ui:331
#, fuzzy
msgctxt "inserttitledlg|label2"
msgid "Secondary Axes"
msgstr "Sekondêre X-as"
-#: paradialog.ui:8
+#: chart2/uiconfig/ui/paradialog.ui:8
msgctxt "paradialog|ParagraphDialog"
msgid "Paragraph"
msgstr "Paragraaf"
-#: paradialog.ui:105
+#: chart2/uiconfig/ui/paradialog.ui:105
msgctxt "paradialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: paradialog.ui:127
+#: chart2/uiconfig/ui/paradialog.ui:127
msgctxt "paradialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Belyning"
-#: paradialog.ui:151
+#: chart2/uiconfig/ui/paradialog.ui:151
#, fuzzy
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr "Asiatiese tipografie"
-#: paradialog.ui:174
+#: chart2/uiconfig/ui/paradialog.ui:174
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr ""
-#: sidebaraxis.ui:18
+#: chart2/uiconfig/ui/sidebaraxis.ui:18
msgctxt "sidebaraxis|checkbutton_show_label"
msgid "Show labels"
msgstr ""
-#: sidebaraxis.ui:32
+#: chart2/uiconfig/ui/sidebaraxis.ui:33
msgctxt "sidebaraxis|checkbutton_reverse"
msgid "Reverse direction"
msgstr ""
-#: sidebaraxis.ui:56
+#: chart2/uiconfig/ui/sidebaraxis.ui:58
msgctxt "sidebaraxis|label1"
msgid "_Label position:"
msgstr ""
-#: sidebaraxis.ui:70
+#: chart2/uiconfig/ui/sidebaraxis.ui:72
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Near Axis"
msgstr ""
-#: sidebaraxis.ui:71
+#: chart2/uiconfig/ui/sidebaraxis.ui:73
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Near Axis (other side)"
msgstr ""
-#: sidebaraxis.ui:72
+#: chart2/uiconfig/ui/sidebaraxis.ui:74
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Outside start"
msgstr ""
-#: sidebaraxis.ui:73
+#: chart2/uiconfig/ui/sidebaraxis.ui:75
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Outside end"
msgstr ""
-#: sidebaraxis.ui:87
+#: chart2/uiconfig/ui/sidebaraxis.ui:89
msgctxt "sidebaraxis|label2"
msgid "_Text orientation:"
msgstr ""
-#: sidebarelements.ui:35
+#: chart2/uiconfig/ui/sidebarelements.ui:35
msgctxt "sidebarelements|checkbutton_subtitle"
msgid "Subtitle"
msgstr "Subtitel"
-#: sidebarelements.ui:49
+#: chart2/uiconfig/ui/sidebarelements.ui:50
msgctxt "sidebarelements|checkbutton_title"
msgid "Title"
msgstr "Titel"
-#: sidebarelements.ui:69
+#: chart2/uiconfig/ui/sidebarelements.ui:71
msgctxt "sidebarelements|l"
msgid "Titles"
msgstr "Titels"
-#: sidebarelements.ui:100
+#: chart2/uiconfig/ui/sidebarelements.ui:102
msgctxt "sidebarelements|checkbutton_legend|tooltip_text"
msgid "Show Legend"
msgstr ""
-#: sidebarelements.ui:123
+#: chart2/uiconfig/ui/sidebarelements.ui:126
msgctxt "sidebarelements|placement_label"
msgid "_Placement:"
msgstr ""
-#: sidebarelements.ui:139
+#: chart2/uiconfig/ui/sidebarelements.ui:142
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Right"
msgstr "Regs"
-#: sidebarelements.ui:140
+#: chart2/uiconfig/ui/sidebarelements.ui:143
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Top"
msgstr "Bokant"
-#: sidebarelements.ui:141
+#: chart2/uiconfig/ui/sidebarelements.ui:144
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Bottom"
msgstr "Onderkant"
-#: sidebarelements.ui:142
+#: chart2/uiconfig/ui/sidebarelements.ui:145
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Left"
msgstr "Links"
-#: sidebarelements.ui:143
+#: chart2/uiconfig/ui/sidebarelements.ui:146
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Manual"
msgstr "Handmatig"
-#: sidebarelements.ui:166
+#: chart2/uiconfig/ui/sidebarelements.ui:169
msgctxt "sidebarelements|label_legen"
msgid "Legend"
msgstr "Legende"
-#: sidebarelements.ui:199
+#: chart2/uiconfig/ui/sidebarelements.ui:202
#, fuzzy
msgctxt "sidebarelements|checkbutton_x_axis"
msgid "X axis"
msgstr "X-as"
-#: sidebarelements.ui:213
+#: chart2/uiconfig/ui/sidebarelements.ui:217
#, fuzzy
msgctxt "sidebarelements|checkbutton_x_axis_title"
msgid "X axis title"
msgstr "X-as-titel"
-#: sidebarelements.ui:227
+#: chart2/uiconfig/ui/sidebarelements.ui:232
#, fuzzy
msgctxt "sidebarelements|checkbutton_y_axis"
msgid "Y axis"
msgstr "Y-as"
-#: sidebarelements.ui:241
+#: chart2/uiconfig/ui/sidebarelements.ui:247
#, fuzzy
msgctxt "sidebarelements|checkbutton_y_axis_title"
msgid "Y axis title"
msgstr "Y-as-titel"
-#: sidebarelements.ui:255
+#: chart2/uiconfig/ui/sidebarelements.ui:262
#, fuzzy
msgctxt "sidebarelements|checkbutton_z_axis"
msgid "Z axis"
msgstr "Z-as"
-#: sidebarelements.ui:269
+#: chart2/uiconfig/ui/sidebarelements.ui:277
#, fuzzy
msgctxt "sidebarelements|checkbutton_z_axis_title"
msgid "Z axis title"
msgstr "Z-as-titel"
-#: sidebarelements.ui:283
+#: chart2/uiconfig/ui/sidebarelements.ui:292
msgctxt "sidebarelements|checkbutton_2nd_x_axis"
msgid "2nd X axis"
msgstr ""
-#: sidebarelements.ui:296
+#: chart2/uiconfig/ui/sidebarelements.ui:306
#, fuzzy
msgctxt "sidebarelements|checkbutton_2nd_x_axis_title"
msgid "2nd X axis title"
msgstr "X-as-titel"
-#: sidebarelements.ui:309
+#: chart2/uiconfig/ui/sidebarelements.ui:320
msgctxt "sidebarelements|checkbutton_2nd_y_axis"
msgid "2nd Y axis"
msgstr ""
-#: sidebarelements.ui:322
+#: chart2/uiconfig/ui/sidebarelements.ui:334
#, fuzzy
msgctxt "sidebarelements|checkbutton_2nd_y_axis_title"
msgid "2nd Y axis title"
msgstr "Y-as-titel"
-#: sidebarelements.ui:341
+#: chart2/uiconfig/ui/sidebarelements.ui:354
msgctxt "sidebarelements|label_axes"
msgid "Axes"
msgstr "Asse"
-#: sidebarelements.ui:374
+#: chart2/uiconfig/ui/sidebarelements.ui:387
msgctxt "sidebarelements|checkbutton_gridline_horizontal_major"
msgid "Horizontal major"
msgstr ""
-#: sidebarelements.ui:388
+#: chart2/uiconfig/ui/sidebarelements.ui:402
msgctxt "sidebarelements|checkbutton_gridline_vertical_major"
msgid "Vertical major"
msgstr ""
-#: sidebarelements.ui:402
+#: chart2/uiconfig/ui/sidebarelements.ui:417
#, fuzzy
msgctxt "sidebarelements|checkbutton_gridline_horizontal_minor"
msgid "Horizontal minor"
msgstr "Horisontaal in"
-#: sidebarelements.ui:416
+#: chart2/uiconfig/ui/sidebarelements.ui:432
#, fuzzy
msgctxt "sidebarelements|checkbutton_gridline_vertical_minor"
msgid "Vertical minor"
msgstr "Vertikaal in"
-#: sidebarelements.ui:436
+#: chart2/uiconfig/ui/sidebarelements.ui:453
msgctxt "sidebarelements|label_gri"
msgid "Gridlines"
msgstr ""
-#: sidebarelements.ui:455
+#: chart2/uiconfig/ui/sidebarelements.ui:472
msgctxt "sidebarelements|text_title"
msgid "Title"
msgstr "Titel"
-#: sidebarelements.ui:465
+#: chart2/uiconfig/ui/sidebarelements.ui:482
msgctxt "sidebarelements|text_subtitle"
msgid "Subtitle"
msgstr "Subtitel"
-#: sidebarerrorbar.ui:48
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:48
#, fuzzy
msgctxt "sidebarerrorbar|label2"
msgid "Category:"
msgstr "~Kategorie:"
-#: sidebarerrorbar.ui:64
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:64
#, fuzzy
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Constant"
msgstr "Beperking"
-#: sidebarerrorbar.ui:65
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:65
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Percentage"
msgstr ""
-#: sidebarerrorbar.ui:66
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:66
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Cell Range or Data Table"
msgstr ""
-#: sidebarerrorbar.ui:67
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:67
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Standard deviation"
msgstr ""
-#: sidebarerrorbar.ui:68
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:68
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Standard error"
msgstr ""
-#: sidebarerrorbar.ui:69
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:69
#, fuzzy
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Variance"
msgstr "Wisselend"
-#: sidebarerrorbar.ui:70
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:70
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Error margin"
msgstr ""
-#: sidebarerrorbar.ui:85
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:85
msgctxt "sidebarerrorbar|label3"
msgid "Positive (+):"
msgstr ""
-#: sidebarerrorbar.ui:99
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:99
msgctxt "sidebarerrorbar|label4"
msgid "Negative (-):"
msgstr ""
-#: sidebarerrorbar.ui:113
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:113
msgctxt "sidebarerrorbar|spinbutton_pos"
msgid "0.00"
msgstr ""
-#: sidebarerrorbar.ui:129
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:129
msgctxt "sidebarerrorbar|spinbutton_neg"
msgid "0.00"
msgstr ""
-#: sidebarerrorbar.ui:151
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:152
msgctxt "sidebarerrorbar|radiobutton_positive_negative|tooltip_text"
msgid "Positive and Negative"
msgstr ""
-#: sidebarerrorbar.ui:167
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:169
#, fuzzy
msgctxt "sidebarerrorbar|radiobutton_positive|tooltip_text"
msgid "Positive"
msgstr "Posisie"
-#: sidebarerrorbar.ui:183
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:186
#, fuzzy
msgctxt "sidebarerrorbar|radiobutton_negative|tooltip_text"
msgid "Negative"
msgstr "Negatief"
-#: sidebarerrorbar.ui:205
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:208
msgctxt "sidebarerrorbar|label5"
msgid "Indicator"
msgstr ""
-#: sidebarseries.ui:44
+#: chart2/uiconfig/ui/sidebarseries.ui:44
msgctxt "sidebarseries|checkbutton_label"
msgid "Show data labels"
msgstr ""
-#: sidebarseries.ui:67
+#: chart2/uiconfig/ui/sidebarseries.ui:68
msgctxt "sidebarseries|label_box"
msgid "P_lacement:"
msgstr ""
-#: sidebarseries.ui:82
+#: chart2/uiconfig/ui/sidebarseries.ui:83
msgctxt "sidebarseries|comboboxtext_label"
msgid "Above"
msgstr "Bo"
-#: sidebarseries.ui:83
+#: chart2/uiconfig/ui/sidebarseries.ui:84
msgctxt "sidebarseries|comboboxtext_label"
msgid "Below"
msgstr "Onder"
-#: sidebarseries.ui:84
+#: chart2/uiconfig/ui/sidebarseries.ui:85
msgctxt "sidebarseries|comboboxtext_label"
msgid "Center"
msgstr "Sentreer"
-#: sidebarseries.ui:85
+#: chart2/uiconfig/ui/sidebarseries.ui:86
msgctxt "sidebarseries|comboboxtext_label"
msgid "Outside"
msgstr "Buite"
-#: sidebarseries.ui:86
+#: chart2/uiconfig/ui/sidebarseries.ui:87
msgctxt "sidebarseries|comboboxtext_label"
msgid "Inside"
msgstr "Binne"
-#: sidebarseries.ui:87
+#: chart2/uiconfig/ui/sidebarseries.ui:88
msgctxt "sidebarseries|comboboxtext_label"
msgid "Near origin"
msgstr ""
-#: sidebarseries.ui:112
+#: chart2/uiconfig/ui/sidebarseries.ui:113
msgctxt "sidebarseries|checkbutton_trendline"
msgid "Show trendline"
msgstr ""
-#: sidebarseries.ui:147
+#: chart2/uiconfig/ui/sidebarseries.ui:149
#, fuzzy
msgctxt "sidebarseries|checkbutton_y_error"
msgid "Y error bars"
msgstr "Y-foutstawe"
-#: sidebarseries.ui:162
+#: chart2/uiconfig/ui/sidebarseries.ui:165
#, fuzzy
msgctxt "sidebarseries|checkbutton_x_error"
msgid "X error bars"
msgstr "Y-foutstawe"
-#: sidebarseries.ui:183
+#: chart2/uiconfig/ui/sidebarseries.ui:187
#, fuzzy
msgctxt "sidebarseries|label1"
msgid "Error Bars"
msgstr "Y-foutstawe"
-#: sidebarseries.ui:216
+#: chart2/uiconfig/ui/sidebarseries.ui:220
msgctxt "sidebarseries|radiobutton_primary_axis"
msgid "Primary Y axis"
msgstr ""
-#: sidebarseries.ui:232
+#: chart2/uiconfig/ui/sidebarseries.ui:237
#, fuzzy
msgctxt "sidebarseries|radiobutton_secondary_axis"
msgid "Secondary Y axis"
msgstr "Sekondêre Y-as"
-#: sidebarseries.ui:254
+#: chart2/uiconfig/ui/sidebarseries.ui:260
msgctxt "sidebarseries|axis_label"
msgid "Align Series to Axis"
msgstr ""
-#: sidebarseries.ui:270
+#: chart2/uiconfig/ui/sidebarseries.ui:276
msgctxt "sidebarseries|label_series_tmpl"
msgid "Data series '%1'"
msgstr ""
-#: smoothlinesdlg.ui:22
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:22
msgctxt "smoothlinesdlg|SmoothLinesDialog"
msgid "Smooth Lines"
msgstr "Gladde lyne"
-#: smoothlinesdlg.ui:104
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:104
msgctxt "smoothlinesdlg|TypeLabel"
msgid "Line _Type:"
msgstr ""
-#: smoothlinesdlg.ui:119
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:119
msgctxt "smoothlinesdlg|SplineTypeComboBox"
msgid "Cubic spline"
msgstr ""
-#: smoothlinesdlg.ui:120
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:120
msgctxt "smoothlinesdlg|SplineTypeComboBox"
msgid "B-spline"
msgstr ""
-#: smoothlinesdlg.ui:153
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:153
#, fuzzy
msgctxt "smoothlinesdlg|ResolutionLabel"
msgid "_Resolution:"
msgstr "Reso~lusie"
-#: smoothlinesdlg.ui:167
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:167
msgctxt "smoothlinesdlg|PolynomialsLabel"
msgid "_Degree of polynomials:"
msgstr ""
-#: smoothlinesdlg.ui:235
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:233
msgctxt "smoothlinesdlg|SplineTypeModel"
msgid "Cubic Spline"
msgstr ""
-#: smoothlinesdlg.ui:239
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:237
msgctxt "smoothlinesdlg|SplineTypeModel"
msgid "B-Spline"
msgstr ""
-#: steppedlinesdlg.ui:125
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:125
msgctxt "steppedlinesdlg|step_start_rb"
msgid "_Start with horizontal line"
msgstr ""
-#: steppedlinesdlg.ui:142
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:142
msgctxt "steppedlinesdlg|step_center_x_rb"
msgid "Step at the _horizontal mean"
msgstr ""
-#: steppedlinesdlg.ui:159
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:159
msgctxt "steppedlinesdlg|step_end_rb"
msgid "_End with horizontal line"
msgstr ""
-#: steppedlinesdlg.ui:176
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:176
msgctxt "steppedlinesdlg|step_center_y_rb"
msgid "Step to the _vertical mean"
msgstr ""
-#: steppedlinesdlg.ui:210
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:210
#, fuzzy
msgctxt "steppedlinesdlg|label2"
msgid "Type of Stepping"
msgstr "Soort vergadering"
-#: titlerotationtabpage.ui:58
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:56
msgctxt "titlerotationtabpage|degreeL"
msgid "_Degrees"
msgstr ""
-#: titlerotationtabpage.ui:111
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:109
msgctxt "titlerotationtabpage|stackedCB"
msgid "Ve_rtically stacked"
msgstr ""
-#: titlerotationtabpage.ui:130
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:128
msgctxt "titlerotationtabpage|labelABCD"
msgid "ABCD"
msgstr ""
-#: titlerotationtabpage.ui:151
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:149
#, fuzzy
msgctxt "titlerotationtabpage|textdirL"
msgid "Te_xt direction:"
msgstr "Teksrigting"
-#: titlerotationtabpage.ui:181
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:179
msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr ""
-#: tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Eenvoudig"
-#: tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
-#: tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Doelgemaak"
-#: tp_3D_SceneAppearance.ui:42
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
msgid "Sche_me"
msgstr ""
-#: tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "Skakering"
-#: tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
-#: tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
#, fuzzy
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "Ger~onde kante"
-#: tp_3D_SceneGeometry.ui:24
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:24
msgctxt "tp_3D_SceneGeometry|CBX_RIGHT_ANGLED_AXES"
msgid "_Right-angled axes"
msgstr ""
-#: tp_3D_SceneGeometry.ui:42
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:42
msgctxt "tp_3D_SceneGeometry|FT_X_ROTATION"
msgid "_X rotation"
msgstr ""
-#: tp_3D_SceneGeometry.ui:56
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:56
msgctxt "tp_3D_SceneGeometry|FT_Y_ROTATION"
msgid "_Y rotation"
msgstr ""
-#: tp_3D_SceneGeometry.ui:70
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:70
msgctxt "tp_3D_SceneGeometry|FT_Z_ROTATION"
msgid "_Z rotation"
msgstr ""
-#: tp_3D_SceneGeometry.ui:82
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:82
#, fuzzy
msgctxt "tp_3D_SceneGeometry|CBX_PERSPECTIVE"
msgid "_Perspective"
msgstr "Perspektief"
-#: tp_3D_SceneGeometry.ui:109
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:108
msgctxt "tp_3D_SceneGeometry|MTR_FLD_PERSPECTIVE-atkobject"
msgid "Perspective"
msgstr "Perspektief"
-#: tp_3D_SceneIllumination.ui:104
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:104
#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_1|tooltip_text"
msgid "Light source 1"
msgstr "Ligbron 1"
-#: tp_3D_SceneIllumination.ui:120
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:120
#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_2|tooltip_text"
msgid "Light source 2"
msgstr "Ligbron 2"
-#: tp_3D_SceneIllumination.ui:136
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:136
#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_3|tooltip_text"
msgid "Light source 3"
msgstr "Ligbron 3"
-#: tp_3D_SceneIllumination.ui:152
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:152
#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_4|tooltip_text"
msgid "Light source 4"
msgstr "Ligbron 4"
-#: tp_3D_SceneIllumination.ui:168
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:168
#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_5|tooltip_text"
msgid "Light source 5"
msgstr "Ligbron 5"
-#: tp_3D_SceneIllumination.ui:184
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:184
#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_6|tooltip_text"
msgid "Light source 6"
msgstr "Ligbron 6"
-#: tp_3D_SceneIllumination.ui:200
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:200
#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_7|tooltip_text"
msgid "Light source 7"
msgstr "Ligbron 7"
-#: tp_3D_SceneIllumination.ui:216
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:216
#, fuzzy
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_8|tooltip_text"
msgid "Light source 8"
msgstr "Ligbron 8"
-#: tp_3D_SceneIllumination.ui:255
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:255
msgctxt "tp_3D_SceneIllumination|BTN_LIGHTSOURCE_COLOR|tooltip_text"
msgid "Select a color using the color dialog"
msgstr ""
-#: tp_3D_SceneIllumination.ui:280
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:280
#, fuzzy
msgctxt "tp_3D_SceneIllumination|FT_LIGHTSOURCE"
msgid "_Light source"
msgstr "~Ligbron"
-#: tp_3D_SceneIllumination.ui:329
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:329
msgctxt "tp_3D_SceneIllumination|BTN_AMBIENT_COLOR|tooltip_text"
msgid "Select a color using the color dialog"
msgstr ""
-#: tp_3D_SceneIllumination.ui:347
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:347
#, fuzzy
msgctxt "tp_3D_SceneIllumination|FT_AMBIENTLIGHT"
msgid "_Ambient light"
msgstr "~Omgewingslig"
-#: tp_3D_SceneIllumination.ui:373
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:373
msgctxt "tp_3D_SceneIllumination|CTL_LIGHT_PREVIEW|tooltip_text"
msgid "Light Preview"
msgstr ""
-#: tp_AxisPositions.ui:39
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:39
msgctxt "tp_AxisPositions|FT_CROSSES_OTHER_AXIS_AT"
msgid "_Cross other axis at"
msgstr ""
-#: tp_AxisPositions.ui:57
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:57
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Start"
msgstr "Begin"
-#: tp_AxisPositions.ui:58
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:58
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "End"
msgstr "Einde"
-#: tp_AxisPositions.ui:59
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:59
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Value"
msgstr "Waarde"
-#: tp_AxisPositions.ui:60
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:60
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Category"
msgstr "Kategorie"
-#: tp_AxisPositions.ui:107
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:106
msgctxt "tp_AxisPositions|CB_AXIS_BETWEEN_CATEGORIES"
msgid "Axis _between categories"
msgstr ""
-#: tp_AxisPositions.ui:129
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:128
msgctxt "tp_AxisPositions|TXT_AXIS_LINE"
msgid "Axis Line"
msgstr ""
-#: tp_AxisPositions.ui:170
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:169
msgctxt "tp_AxisPositions|FT_PLACE_LABELS"
msgid "_Place labels"
msgstr ""
-#: tp_AxisPositions.ui:187
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:186
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Near axis"
msgstr ""
-#: tp_AxisPositions.ui:188
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:187
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Near axis (other side)"
msgstr ""
-#: tp_AxisPositions.ui:189
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:188
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Outside start"
msgstr ""
-#: tp_AxisPositions.ui:190
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:189
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Outside end"
msgstr ""
-#: tp_AxisPositions.ui:215
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:214
#, fuzzy
msgctxt "tp_AxisPositions|FT_AXIS_LABEL_DISTANCE"
msgid "_Distance"
msgstr "Afstand"
-#: tp_AxisPositions.ui:252
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:250
#, fuzzy
msgctxt "tp_AxisPositions|TXT_FL_LABELS"
msgid "Labels"
msgstr "Etiket"
-#: tp_AxisPositions.ui:294
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:292
msgctxt "tp_AxisPositions|FT_MAJOR"
msgid "Major:"
msgstr ""
-#: tp_AxisPositions.ui:312
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:310
msgctxt "tp_AxisPositions|FT_MINOR"
msgid "Minor:"
msgstr ""
-#: tp_AxisPositions.ui:327
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:325
#, fuzzy
msgctxt "tp_AxisPositions|CB_TICKS_INNER"
msgid "_Inner"
msgstr "Binneste"
-#: tp_AxisPositions.ui:347
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:345
#, fuzzy
msgctxt "tp_AxisPositions|CB_TICKS_OUTER"
msgid "_Outer"
msgstr "Buitenste"
-#: tp_AxisPositions.ui:367
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:365
#, fuzzy
msgctxt "tp_AxisPositions|CB_MINOR_INNER"
msgid "I_nner"
msgstr "Binneste"
-#: tp_AxisPositions.ui:387
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:385
#, fuzzy
msgctxt "tp_AxisPositions|CB_MINOR_OUTER"
msgid "O_uter"
msgstr "Buitenste"
-#: tp_AxisPositions.ui:422
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:420
msgctxt "tp_AxisPositions|FT_PLACE_TICKS"
msgid "Place _marks"
msgstr ""
-#: tp_AxisPositions.ui:439
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:437
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At labels"
msgstr ""
-#: tp_AxisPositions.ui:440
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:438
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At axis"
msgstr ""
-#: tp_AxisPositions.ui:441
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:439
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At axis and labels"
msgstr ""
-#: tp_AxisPositions.ui:466
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:464
msgctxt "tp_AxisPositions|TXT_FL_TICKS"
msgid "Interval Marks"
msgstr ""
-#: tp_AxisPositions.ui:498
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:496
msgctxt "tp_AxisPositions|CB_MAJOR_GRID"
msgid "Show major _grid"
msgstr ""
-#: tp_AxisPositions.ui:516
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:514
msgctxt "tp_AxisPositions|CB_MINOR_GRID"
msgid "_Show minor grid"
msgstr ""
-#: tp_AxisPositions.ui:533
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:531
#, fuzzy
msgctxt "tp_AxisPositions|PB_MAJOR_GRID"
msgid "Mo_re..."
msgstr "Meer..."
-#: tp_AxisPositions.ui:548
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:546
#, fuzzy
msgctxt "tp_AxisPositions|PB_MINOR_GRID"
msgid "Mor_e..."
msgstr "Meer..."
-#: tp_AxisPositions.ui:571
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:569
msgctxt "tp_AxisPositions|label2"
msgid "Grids"
msgstr "Roosters"
-#: tp_ChartType.ui:20
+#: chart2/uiconfig/ui/tp_ChartType.ui:20
msgctxt "tp_ChartType|liststore1"
msgid "Bar"
msgstr "Staaf"
-#: tp_ChartType.ui:23
+#: chart2/uiconfig/ui/tp_ChartType.ui:23
msgctxt "tp_ChartType|liststore1"
msgid "Cylinder"
msgstr "Silinder"
-#: tp_ChartType.ui:26
+#: chart2/uiconfig/ui/tp_ChartType.ui:26
msgctxt "tp_ChartType|liststore1"
msgid "Cone"
msgstr "Keël"
-#: tp_ChartType.ui:29
+#: chart2/uiconfig/ui/tp_ChartType.ui:29
msgctxt "tp_ChartType|liststore1"
msgid "Pyramid"
msgstr "Piramied"
-#: tp_ChartType.ui:53
+#: chart2/uiconfig/ui/tp_ChartType.ui:53
msgctxt "tp_ChartType|FT_CAPTION_FOR_WIZARD"
msgid "Choose a Chart Type"
msgstr ""
-#: tp_ChartType.ui:102
+#: chart2/uiconfig/ui/tp_ChartType.ui:102
#, fuzzy
msgctxt "tp_ChartType|3dlook"
msgid "_3D Look"
msgstr "3D-voorkoms"
-#: tp_ChartType.ui:125
+#: chart2/uiconfig/ui/tp_ChartType.ui:125
#, fuzzy
msgctxt "tp_ChartType|3dscheme"
msgid "Simple"
msgstr "Eenvoudig"
-#: tp_ChartType.ui:126
+#: chart2/uiconfig/ui/tp_ChartType.ui:126
msgctxt "tp_ChartType|3dscheme"
msgid "Realistic"
msgstr ""
-#: tp_ChartType.ui:152
+#: chart2/uiconfig/ui/tp_ChartType.ui:152
#, fuzzy
msgctxt "tp_ChartType|shapeft"
msgid "Sh_ape"
msgstr "Vorm"
-#: tp_ChartType.ui:195
+#: chart2/uiconfig/ui/tp_ChartType.ui:195
msgctxt "tp_ChartType|stack"
msgid "_Stack series"
msgstr ""
-#: tp_ChartType.ui:222
+#: chart2/uiconfig/ui/tp_ChartType.ui:222
msgctxt "tp_ChartType|ontop"
msgid "On top"
msgstr ""
-#: tp_ChartType.ui:241
+#: chart2/uiconfig/ui/tp_ChartType.ui:241
#, fuzzy
msgctxt "tp_ChartType|percent"
msgid "Percent"
msgstr "Persent"
-#: tp_ChartType.ui:259
+#: chart2/uiconfig/ui/tp_ChartType.ui:259
msgctxt "tp_ChartType|deep"
msgid "Deep"
msgstr "Diep"
-#: tp_ChartType.ui:295
+#: chart2/uiconfig/ui/tp_ChartType.ui:295
msgctxt "tp_ChartType|linetypeft"
msgid "_Line type"
msgstr ""
-#: tp_ChartType.ui:312
+#: chart2/uiconfig/ui/tp_ChartType.ui:312
msgctxt "tp_ChartType|linetype"
msgid "Straight"
msgstr ""
-#: tp_ChartType.ui:313
+#: chart2/uiconfig/ui/tp_ChartType.ui:313
msgctxt "tp_ChartType|linetype"
msgid "Smooth"
msgstr "Glad"
-#: tp_ChartType.ui:314
+#: chart2/uiconfig/ui/tp_ChartType.ui:314
msgctxt "tp_ChartType|linetype"
msgid "Stepped"
msgstr ""
-#: tp_ChartType.ui:326
+#: chart2/uiconfig/ui/tp_ChartType.ui:326
msgctxt "tp_ChartType|properties"
msgid "Properties..."
msgstr "Eienskappe..."
-#: tp_ChartType.ui:349
+#: chart2/uiconfig/ui/tp_ChartType.ui:349
msgctxt "tp_ChartType|sort"
msgid "_Sort by X values"
msgstr ""
-#: tp_ChartType.ui:374
+#: chart2/uiconfig/ui/tp_ChartType.ui:374
#, fuzzy
msgctxt "tp_ChartType|nolinesft"
msgid "_Number of lines"
msgstr "Aantal kopieë"
-#: tp_ChartType.ui:421
+#: chart2/uiconfig/ui/tp_ChartType.ui:421
#, fuzzy
msgctxt "tp_ChartType|rounded-edge"
msgid "Rounded edge"
msgstr "Ger~onde kante"
-#: tp_DataLabel.ui:20
+#: chart2/uiconfig/ui/tp_DataLabel.ui:20
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Best fit"
msgstr ""
-#: tp_DataLabel.ui:24
+#: chart2/uiconfig/ui/tp_DataLabel.ui:24
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Center"
msgstr "Sentreer"
-#: tp_DataLabel.ui:28
+#: chart2/uiconfig/ui/tp_DataLabel.ui:28
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Above"
msgstr "Bo"
-#: tp_DataLabel.ui:32
+#: chart2/uiconfig/ui/tp_DataLabel.ui:32
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Top left"
msgstr "Bo links"
-#: tp_DataLabel.ui:36
+#: chart2/uiconfig/ui/tp_DataLabel.ui:36
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Left"
msgstr "Links"
-#: tp_DataLabel.ui:40
+#: chart2/uiconfig/ui/tp_DataLabel.ui:40
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Bottom left"
msgstr "Onder links"
-#: tp_DataLabel.ui:44
+#: chart2/uiconfig/ui/tp_DataLabel.ui:44
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Below"
msgstr "Onder"
-#: tp_DataLabel.ui:48
+#: chart2/uiconfig/ui/tp_DataLabel.ui:48
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Bottom right"
msgstr "Onder regs"
-#: tp_DataLabel.ui:52
+#: chart2/uiconfig/ui/tp_DataLabel.ui:52
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Right"
msgstr "Regs"
-#: tp_DataLabel.ui:56
+#: chart2/uiconfig/ui/tp_DataLabel.ui:56
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Top right"
msgstr "Bo regs"
-#: tp_DataLabel.ui:60
+#: chart2/uiconfig/ui/tp_DataLabel.ui:60
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Inside"
msgstr "Binne"
-#: tp_DataLabel.ui:64
+#: chart2/uiconfig/ui/tp_DataLabel.ui:64
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Outside"
msgstr "Buite"
-#: tp_DataLabel.ui:68
+#: chart2/uiconfig/ui/tp_DataLabel.ui:68
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Near origin"
msgstr ""
-#: tp_DataLabel.ui:82
+#: chart2/uiconfig/ui/tp_DataLabel.ui:82
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Space"
msgstr "Ruimte"
-#: tp_DataLabel.ui:86
+#: chart2/uiconfig/ui/tp_DataLabel.ui:86
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Comma"
msgstr ""
-#: tp_DataLabel.ui:90
+#: chart2/uiconfig/ui/tp_DataLabel.ui:90
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Semicolon"
msgstr ""
-#: tp_DataLabel.ui:94
+#: chart2/uiconfig/ui/tp_DataLabel.ui:94
#, fuzzy
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "New line"
msgstr "Nuwe reël"
-#: tp_DataLabel.ui:126
+#: chart2/uiconfig/ui/tp_DataLabel.ui:126
msgctxt "tp_DataLabel|CB_VALUE_AS_NUMBER"
msgid "Show value as _number"
msgstr ""
-#: tp_DataLabel.ui:143
+#: chart2/uiconfig/ui/tp_DataLabel.ui:143
msgctxt "tp_DataLabel|CB_VALUE_AS_PERCENTAGE"
msgid "Show value as _percentage"
msgstr ""
-#: tp_DataLabel.ui:160
+#: chart2/uiconfig/ui/tp_DataLabel.ui:160
msgctxt "tp_DataLabel|CB_CATEGORY"
msgid "Show _category"
msgstr ""
-#: tp_DataLabel.ui:177
+#: chart2/uiconfig/ui/tp_DataLabel.ui:177
msgctxt "tp_DataLabel|CB_SYMBOL"
msgid "Show _legend key"
msgstr ""
-#: tp_DataLabel.ui:194
+#: chart2/uiconfig/ui/tp_DataLabel.ui:194
msgctxt "tp_DataLabel|CB_WRAP_TEXT"
msgid "Auto text _wrap"
msgstr ""
-#: tp_DataLabel.ui:211
+#: chart2/uiconfig/ui/tp_DataLabel.ui:211
#, fuzzy
msgctxt "tp_DataLabel|PB_NUMBERFORMAT"
msgid "Number _format..."
msgstr "Nommerformaat..."
-#: tp_DataLabel.ui:227
+#: chart2/uiconfig/ui/tp_DataLabel.ui:227
msgctxt "tp_DataLabel|PB_PERCENT_NUMBERFORMAT"
msgid "Percentage f_ormat..."
msgstr ""
-#: tp_DataLabel.ui:245
+#: chart2/uiconfig/ui/tp_DataLabel.ui:245
msgctxt "tp_DataLabel|CT_LABEL_DIAL"
msgid "ABCD"
msgstr ""
-#: tp_DataLabel.ui:267
+#: chart2/uiconfig/ui/tp_DataLabel.ui:267
#, fuzzy
msgctxt "tp_DataLabel|FT_TEXT_SEPARATOR"
msgid "_Separator"
msgstr "Skeier"
-#: tp_DataLabel.ui:308
+#: chart2/uiconfig/ui/tp_DataLabel.ui:308
msgctxt "tp_DataLabel|FT_LABEL_PLACEMENT"
msgid "Place_ment"
msgstr ""
-#: tp_DataLabel.ui:342
+#: chart2/uiconfig/ui/tp_DataLabel.ui:342
msgctxt "tp_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE"
msgid "Number Format for Percentage Value"
msgstr ""
-#: tp_DataLabel.ui:360
+#: chart2/uiconfig/ui/tp_DataLabel.ui:360
msgctxt "tp_DataLabel|label1"
msgid "Text Attributes"
msgstr "Teksattribute"
-#: tp_DataLabel.ui:426
+#: chart2/uiconfig/ui/tp_DataLabel.ui:425
msgctxt "tp_DataLabel|FT_LABEL_DEGREES"
msgid "_Degrees"
msgstr ""
-#: tp_DataLabel.ui:451
+#: chart2/uiconfig/ui/tp_DataLabel.ui:450
#, fuzzy
msgctxt "tp_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
msgstr "Teksrigting"
-#: tp_DataLabel.ui:488
+#: chart2/uiconfig/ui/tp_DataLabel.ui:487
msgctxt "tp_DataLabel|label2"
msgid "Rotate Text"
msgstr ""
-#: tp_DataSource.ui:9
+#: chart2/uiconfig/ui/tp_DataSource.ui:9
#, fuzzy
msgctxt "tp_DataSource|imageIMB_RANGE_CAT|tooltip_text"
msgid "Select data range"
msgstr "Selekteer databasis"
-#: tp_DataSource.ui:15
+#: chart2/uiconfig/ui/tp_DataSource.ui:15
#, fuzzy
msgctxt "tp_DataSource|imageIMB_RANGE_MAIN|tooltip_text"
msgid "Select data range"
msgstr "Selekteer databasis"
-#: tp_DataSource.ui:28
+#: chart2/uiconfig/ui/tp_DataSource.ui:28
msgctxt "tp_DataSource|FT_CAPTION_FOR_WIZARD"
msgid "Customize Data Ranges for Individual Data Series"
msgstr ""
-#: tp_DataSource.ui:58
+#: chart2/uiconfig/ui/tp_DataSource.ui:58
#, fuzzy
msgctxt "tp_DataSource|FT_SERIES"
msgid "Data _series:"
msgstr "Datareeks"
-#: tp_DataSource.ui:95
+#: chart2/uiconfig/ui/tp_DataSource.ui:95
#, fuzzy
msgctxt "tp_DataSource|BTN_ADD"
msgid "_Add"
msgstr "Voeg by"
-#: tp_DataSource.ui:116
+#: chart2/uiconfig/ui/tp_DataSource.ui:116
msgctxt "tp_DataSource|BTN_UP-atkobject"
msgid "Up"
msgstr "Op"
-#: tp_DataSource.ui:127
+#: chart2/uiconfig/ui/tp_DataSource.ui:127
#, fuzzy
msgctxt "tp_DataSource|BTN_REMOVE"
msgid "_Remove"
msgstr "Verwyder"
-#: tp_DataSource.ui:148
+#: chart2/uiconfig/ui/tp_DataSource.ui:148
msgctxt "tp_DataSource|BTN_DOWN-atkobject"
msgid "Down"
msgstr "Af"
-#: tp_DataSource.ui:183
+#: chart2/uiconfig/ui/tp_DataSource.ui:183
#, fuzzy
msgctxt "tp_DataSource|FT_ROLE"
msgid "_Data ranges:"
msgstr "Dataomvang"
-#: tp_DataSource.ui:214
+#: chart2/uiconfig/ui/tp_DataSource.ui:214
msgctxt "tp_DataSource|FT_RANGE"
msgid "Ran_ge for %VALUETYPE"
msgstr ""
-#: tp_DataSource.ui:272
+#: chart2/uiconfig/ui/tp_DataSource.ui:271
#, fuzzy
msgctxt "tp_DataSource|FT_CATEGORIES"
msgid "_Categories"
msgstr "Kategorieë"
-#: tp_DataSource.ui:287
+#: chart2/uiconfig/ui/tp_DataSource.ui:286
#, fuzzy
msgctxt "tp_DataSource|FT_DATALABELS"
msgid "Data _labels"
msgstr "Dataetikette"
-#: tp_ErrorBars.ui:28
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:28
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Standard Error"
msgstr ""
-#: tp_ErrorBars.ui:32
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:32
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Standard Deviation"
msgstr ""
-#: tp_ErrorBars.ui:36
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:36
#, fuzzy
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Variance"
msgstr "Wisselend"
-#: tp_ErrorBars.ui:40
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:40
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Error Margin"
msgstr ""
-#: tp_ErrorBars.ui:77
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:77
#, fuzzy
msgctxt "tp_ErrorBars|RB_NONE"
msgid "_None"
msgstr "Geen"
-#: tp_ErrorBars.ui:95
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:95
msgctxt "tp_ErrorBars|RB_CONST"
msgid "_Constant Value"
msgstr ""
-#: tp_ErrorBars.ui:113
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:113
msgctxt "tp_ErrorBars|RB_PERCENT"
msgid "_Percentage"
msgstr ""
-#: tp_ErrorBars.ui:171
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:172
msgctxt "tp_ErrorBars|RB_RANGE"
msgid "Cell _Range"
msgstr ""
-#: tp_ErrorBars.ui:195
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:196
msgctxt "tp_ErrorBars|label1"
msgid "Error Category"
msgstr ""
-#: tp_ErrorBars.ui:228
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:229
msgctxt "tp_ErrorBars|RB_BOTH"
msgid "Positive _and Negative"
msgstr ""
-#: tp_ErrorBars.ui:247
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:248
#, fuzzy
msgctxt "tp_ErrorBars|RB_POSITIVE"
msgid "Pos_itive"
msgstr "Posisie"
-#: tp_ErrorBars.ui:266
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:267
#, fuzzy
msgctxt "tp_ErrorBars|RB_NEGATIVE"
msgid "Ne_gative"
msgstr "Negatief"
-#: tp_ErrorBars.ui:331
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:332
msgctxt "tp_ErrorBars|label2"
msgid "Error Indicator"
msgstr ""
-#: tp_ErrorBars.ui:378
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:379
msgctxt "tp_ErrorBars|FT_POSITIVE"
msgid "P_ositive (+)"
msgstr ""
-#: tp_ErrorBars.ui:419
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:418
#, fuzzy
msgctxt "tp_ErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
msgstr "Selekteer databasis"
-#: tp_ErrorBars.ui:444
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:443
msgctxt "tp_ErrorBars|FT_NEGATIVE"
msgid "_Negative (-)"
msgstr ""
-#: tp_ErrorBars.ui:485
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:482
#, fuzzy
msgctxt "tp_ErrorBars|IB_RANGE_NEGATIVE|tooltip_text"
msgid "Select data range"
msgstr "Selekteer databasis"
-#: tp_ErrorBars.ui:503
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:500
msgctxt "tp_ErrorBars|CB_SYN_POS_NEG"
msgid "Same value for both"
msgstr ""
-#: tp_ErrorBars.ui:525
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:523
#, fuzzy
msgctxt "tp_ErrorBars|label3"
msgid "Parameters"
msgstr "~Parameters"
-#: tp_ErrorBars.ui:541
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:539
msgctxt "tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS"
msgid "Select Range for Positive Error Bars"
msgstr ""
-#: tp_ErrorBars.ui:552
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:550
msgctxt "tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS"
msgid "Select Range for Negative Error Bars"
msgstr ""
-#: tp_ErrorBars.ui:563
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:561
msgctxt "tp_ErrorBars|STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr "Uit datatabel"
-#: tp_LegendPosition.ui:30
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:30
#, fuzzy
msgctxt "tp_LegendPosition|left"
msgid "_Left"
msgstr "Links"
-#: tp_LegendPosition.ui:48
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:48
#, fuzzy
msgctxt "tp_LegendPosition|right"
msgid "_Right"
msgstr "Regs"
-#: tp_LegendPosition.ui:66
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:66
#, fuzzy
msgctxt "tp_LegendPosition|top"
msgid "_Top"
msgstr "Bokant"
-#: tp_LegendPosition.ui:84
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:84
#, fuzzy
msgctxt "tp_LegendPosition|bottom"
msgid "_Bottom"
msgstr "Onderkant"
-#: tp_LegendPosition.ui:109
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:109
msgctxt "tp_LegendPosition|TXT_POSITION"
msgid "Position"
msgstr "Posisie"
-#: tp_LegendPosition.ui:144
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:144
#, fuzzy
msgctxt "tp_LegendPosition|FT_LEGEND_TEXTDIR"
msgid "Te_xt direction"
msgstr "Teksrigting"
-#: tp_LegendPosition.ui:173
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:173
msgctxt "tp_LegendPosition|TXT_ORIENTATION"
msgid "Text Orientation"
msgstr ""
-#: tp_PolarOptions.ui:31
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:31
msgctxt "tp_PolarOptions|CB_CLOCKWISE"
msgid "_Clockwise direction"
msgstr ""
-#: tp_PolarOptions.ui:47
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:47
msgctxt "tp_PolarOptions|label1"
msgid "Orientation"
msgstr "Oriëntasie"
-#: tp_PolarOptions.ui:108
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:107
msgctxt "tp_PolarOptions|FT_ROTATION_DEGREES"
msgid "_Degrees"
msgstr ""
-#: tp_PolarOptions.ui:127
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:126
msgctxt "tp_PolarOptions|label2"
msgid "Starting Angle"
msgstr ""
-#: tp_PolarOptions.ui:154
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:153
msgctxt "tp_PolarOptions|CB_INCLUDE_HIDDEN_CELLS_POLAR"
msgid "Include _values from hidden cells"
msgstr ""
-#: tp_PolarOptions.ui:170
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:169
#, fuzzy
msgctxt "tp_PolarOptions|label3"
msgid "Plot Options"
msgstr "Drukopsies"
-#: tp_RangeChooser.ui:8
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:8
#, fuzzy
msgctxt "tp_RangeChooser|imageIB_RANGE|tooltip_text"
msgid "Select data range"
msgstr "Selekteer databasis"
-#: tp_RangeChooser.ui:28
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:28
msgctxt "tp_RangeChooser|FT_CAPTION_FOR_WIZARD"
msgid "Choose a Data Range"
msgstr ""
-#: tp_RangeChooser.ui:50
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:50
#, fuzzy
msgctxt "tp_RangeChooser|FT_RANGE"
msgid "_Data range:"
msgstr "Dataomvang"
-#: tp_RangeChooser.ui:79
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:78
#, fuzzy
msgctxt "tp_RangeChooser|IB_RANGE|tooltip_text"
msgid "Select data range"
msgstr "Selekteer databasis"
-#: tp_RangeChooser.ui:97
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:96
msgctxt "tp_RangeChooser|RB_DATAROWS"
msgid "Data series in _rows"
msgstr ""
-#: tp_RangeChooser.ui:116
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:115
msgctxt "tp_RangeChooser|RB_DATACOLS"
msgid "Data series in _columns"
msgstr ""
-#: tp_RangeChooser.ui:135
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:134
msgctxt "tp_RangeChooser|CB_FIRST_ROW_ASLABELS"
msgid "_First row as label"
msgstr ""
-#: tp_RangeChooser.ui:152
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:151
msgctxt "tp_RangeChooser|CB_FIRST_COLUMN_ASLABELS"
msgid "F_irst column as label"
msgstr ""
-#: tp_RangeChooser.ui:180
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:179
msgctxt "tp_RangeChooser|CB_TIME_BASED"
msgid "Time based charting"
msgstr ""
-#: tp_RangeChooser.ui:235
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:233
msgctxt "tp_RangeChooser|label1"
msgid "Start Table Index"
msgstr ""
-#: tp_RangeChooser.ui:251
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:249
msgctxt "tp_RangeChooser|label2"
msgid "End Table Index"
msgstr ""
-#: tp_RangeChooser.ui:272
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:270
msgctxt "tp_RangeChooser|STR_PAGE_DATA_RANGE"
msgid "Data Range"
msgstr "Dataomvang"
-#: tp_Scale.ui:20
+#: chart2/uiconfig/ui/tp_Scale.ui:20
msgctxt "tp_Scale|liststoreDATE"
msgid "Days"
msgstr "Dae"
-#: tp_Scale.ui:24
+#: chart2/uiconfig/ui/tp_Scale.ui:24
msgctxt "tp_Scale|liststoreDATE"
msgid "Months"
msgstr "Maande"
-#: tp_Scale.ui:28
+#: chart2/uiconfig/ui/tp_Scale.ui:28
#, fuzzy
msgctxt "tp_Scale|liststoreDATE"
msgid "Years"
msgstr "Jaar"
-#: tp_Scale.ui:59
+#: chart2/uiconfig/ui/tp_Scale.ui:59
msgctxt "tp_Scale|CBX_REVERSE"
msgid "_Reverse direction"
msgstr ""
-#: tp_Scale.ui:75
+#: chart2/uiconfig/ui/tp_Scale.ui:75
msgctxt "tp_Scale|CBX_LOGARITHM"
msgid "_Logarithmic scale"
msgstr ""
-#: tp_Scale.ui:99
+#: chart2/uiconfig/ui/tp_Scale.ui:99
#, fuzzy
msgctxt "tp_Scale|TXT_AXIS_TYPE"
msgid "T_ype"
msgstr "Soort"
-#: tp_Scale.ui:116
+#: chart2/uiconfig/ui/tp_Scale.ui:116
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Automatic"
msgstr "Outomaties"
-#: tp_Scale.ui:117
+#: chart2/uiconfig/ui/tp_Scale.ui:117
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Text"
msgstr "Teks"
-#: tp_Scale.ui:118
+#: chart2/uiconfig/ui/tp_Scale.ui:118
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Date"
msgstr "Datum"
-#: tp_Scale.ui:152
+#: chart2/uiconfig/ui/tp_Scale.ui:152
#, fuzzy
msgctxt "tp_Scale|TXT_MIN"
msgid "_Minimum"
msgstr "Minimum"
-#: tp_Scale.ui:168
+#: chart2/uiconfig/ui/tp_Scale.ui:168
#, fuzzy
msgctxt "tp_Scale|TXT_MAX"
msgid "Ma_ximum"
msgstr "Maksimum"
-#: tp_Scale.ui:181
+#: chart2/uiconfig/ui/tp_Scale.ui:181
#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_MIN"
msgid "_Automatic"
msgstr "Outomaties"
-#: tp_Scale.ui:198
+#: chart2/uiconfig/ui/tp_Scale.ui:198
#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_MAX"
msgid "A_utomatic"
msgstr "Outomaties"
-#: tp_Scale.ui:256
+#: chart2/uiconfig/ui/tp_Scale.ui:254
#, fuzzy
msgctxt "tp_Scale|TXT_TIME_RESOLUTION"
msgid "R_esolution"
msgstr "Reso~lusie"
-#: tp_Scale.ui:280
+#: chart2/uiconfig/ui/tp_Scale.ui:278
#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_TIME_RESOLUTION"
msgid "Automat_ic"
msgstr "Outomaties"
-#: tp_Scale.ui:311
+#: chart2/uiconfig/ui/tp_Scale.ui:309
msgctxt "tp_Scale|TXT_STEP_MAIN"
msgid "Ma_jor interval"
msgstr ""
-#: tp_Scale.ui:383
+#: chart2/uiconfig/ui/tp_Scale.ui:379
#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_STEP_MAIN"
msgid "Au_tomatic"
msgstr "Outomaties"
-#: tp_Scale.ui:419
+#: chart2/uiconfig/ui/tp_Scale.ui:415
msgctxt "tp_Scale|TXT_STEP_HELP"
msgid "Minor inter_val"
msgstr ""
-#: tp_Scale.ui:433
+#: chart2/uiconfig/ui/tp_Scale.ui:429
msgctxt "tp_Scale|TXT_STEP_HELP_COUNT"
msgid "Minor inter_val count"
msgstr ""
-#: tp_Scale.ui:477
+#: chart2/uiconfig/ui/tp_Scale.ui:471
#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_STEP_HELP"
msgid "Aut_omatic"
msgstr "Outomaties"
-#: tp_Scale.ui:508
+#: chart2/uiconfig/ui/tp_Scale.ui:502
msgctxt "tp_Scale|TXT_ORIGIN"
msgid "Re_ference value"
msgstr ""
-#: tp_Scale.ui:531
+#: chart2/uiconfig/ui/tp_Scale.ui:524
#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_ORIGIN"
msgid "Automat_ic"
msgstr "Outomaties"
-#: tp_Scale.ui:561
+#: chart2/uiconfig/ui/tp_Scale.ui:554
msgctxt "tp_Scale|FL_SCALE"
msgid "Scale"
msgstr "Skaal"
-#: tp_SeriesToAxis.ui:41
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:41
msgctxt "tp_SeriesToAxis|RBT_OPT_AXIS_1"
msgid "Primary Y axis"
msgstr ""
-#: tp_SeriesToAxis.ui:58
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:59
#, fuzzy
msgctxt "tp_SeriesToAxis|RBT_OPT_AXIS_2"
msgid "Secondary Y axis"
msgstr "Sekondêre Y-as"
-#: tp_SeriesToAxis.ui:82
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:84
msgctxt "tp_SeriesToAxis|label1"
msgid "Align Data Series to"
msgstr ""
-#: tp_SeriesToAxis.ui:123
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:125
#, fuzzy
msgctxt "tp_SeriesToAxis|FT_GAP"
msgid "_Spacing"
msgstr "Spasiëring"
-#: tp_SeriesToAxis.ui:138
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:140
msgctxt "tp_SeriesToAxis|FT_OVERLAP"
msgid "_Overlap"
msgstr ""
-#: tp_SeriesToAxis.ui:186
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:186
msgctxt "tp_SeriesToAxis|CB_BARS_SIDE_BY_SIDE"
msgid "Show _bars side by side"
msgstr ""
-#: tp_SeriesToAxis.ui:202
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:202
#, fuzzy
msgctxt "tp_SeriesToAxis|CB_CONNECTOR"
msgid "Connection lines"
msgstr "Verbinding het misluk"
-#: tp_SeriesToAxis.ui:224
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:224
#, fuzzy
msgctxt "tp_SeriesToAxis|label2"
msgid "Settings"
msgstr "Instellings"
-#: tp_SeriesToAxis.ui:266
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:266
msgctxt "tp_SeriesToAxis|FT_MISSING_VALUES"
msgid "Plot missing values"
msgstr ""
-#: tp_SeriesToAxis.ui:277
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:277
msgctxt "tp_SeriesToAxis|RB_DONT_PAINT"
msgid "_Leave gap"
msgstr ""
-#: tp_SeriesToAxis.ui:296
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:296
msgctxt "tp_SeriesToAxis|RB_ASSUME_ZERO"
msgid "_Assume zero"
msgstr ""
-#: tp_SeriesToAxis.ui:315
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:315
msgctxt "tp_SeriesToAxis|RB_CONTINUE_LINE"
msgid "_Continue line"
msgstr ""
-#: tp_SeriesToAxis.ui:347
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:347
msgctxt "tp_SeriesToAxis|CB_INCLUDE_HIDDEN_CELLS"
msgid "Include _values from hidden cells"
msgstr ""
-#: tp_SeriesToAxis.ui:370
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:370
#, fuzzy
msgctxt "tp_SeriesToAxis|label3"
msgid "Plot Options"
msgstr "Drukopsies"
-#: tp_Trendline.ui:52
+#: chart2/uiconfig/ui/tp_Trendline.ui:52
msgctxt "tp_Trendline|linear"
msgid "_Linear"
msgstr ""
-#: tp_Trendline.ui:71
+#: chart2/uiconfig/ui/tp_Trendline.ui:71
#, fuzzy
msgctxt "tp_Trendline|logarithmic"
msgid "L_ogarithmic"
msgstr "Logaritme"
-#: tp_Trendline.ui:90
+#: chart2/uiconfig/ui/tp_Trendline.ui:90
msgctxt "tp_Trendline|exponential"
msgid "_Exponential"
msgstr ""
-#: tp_Trendline.ui:109
+#: chart2/uiconfig/ui/tp_Trendline.ui:109
#, fuzzy
msgctxt "tp_Trendline|power"
msgid "Po_wer"
msgstr "Mag"
-#: tp_Trendline.ui:128
+#: chart2/uiconfig/ui/tp_Trendline.ui:128
msgctxt "tp_Trendline|polynomial"
msgid "_Polynomial"
msgstr ""
-#: tp_Trendline.ui:147
+#: chart2/uiconfig/ui/tp_Trendline.ui:147
msgctxt "tp_Trendline|movingAverage"
msgid "_Moving Average"
msgstr ""
-#: tp_Trendline.ui:173
+#: chart2/uiconfig/ui/tp_Trendline.ui:173
msgctxt "tp_Trendline|label3"
msgid "Degree"
msgstr ""
-#: tp_Trendline.ui:213
+#: chart2/uiconfig/ui/tp_Trendline.ui:212
msgctxt "tp_Trendline|label4"
msgid "Period"
msgstr "Tydperk"
-#: tp_Trendline.ui:336
+#: chart2/uiconfig/ui/tp_Trendline.ui:334
msgctxt "tp_Trendline|label1"
msgid "Regression Type"
msgstr ""
-#: tp_Trendline.ui:373
+#: chart2/uiconfig/ui/tp_Trendline.ui:371
msgctxt "tp_Trendline|label7"
msgid "Extrapolate Forward"
msgstr ""
-#: tp_Trendline.ui:389
+#: chart2/uiconfig/ui/tp_Trendline.ui:387
msgctxt "tp_Trendline|label8"
msgid "Extrapolate Backward"
msgstr ""
-#: tp_Trendline.ui:430
+#: chart2/uiconfig/ui/tp_Trendline.ui:426
msgctxt "tp_Trendline|setIntercept"
msgid "Force _Intercept"
msgstr ""
-#: tp_Trendline.ui:447
+#: chart2/uiconfig/ui/tp_Trendline.ui:443
msgctxt "tp_Trendline|showEquation"
msgid "Show E_quation"
msgstr ""
-#: tp_Trendline.ui:464
+#: chart2/uiconfig/ui/tp_Trendline.ui:460
msgctxt "tp_Trendline|showCorrelationCoefficient"
msgid "Show _Coefficient of Determination (R²)"
msgstr ""
-#: tp_Trendline.ui:484
+#: chart2/uiconfig/ui/tp_Trendline.ui:480
msgctxt "tp_Trendline|label5"
msgid "Trendline _Name"
msgstr ""
-#: tp_Trendline.ui:529
+#: chart2/uiconfig/ui/tp_Trendline.ui:523
msgctxt "tp_Trendline|label6"
msgid "_X Variable Name"
msgstr ""
-#: tp_Trendline.ui:558
+#: chart2/uiconfig/ui/tp_Trendline.ui:551
msgctxt "tp_Trendline|label9"
msgid "_Y Variable Name"
msgstr ""
-#: tp_Trendline.ui:590
+#: chart2/uiconfig/ui/tp_Trendline.ui:582
msgctxt "tp_Trendline|label2"
msgid "Options"
msgstr "Opsies"
-#: tp_axisLabel.ui:20
+#: chart2/uiconfig/ui/tp_axisLabel.ui:20
msgctxt "tp_axisLabel|showlabelsCB"
msgid "Sho_w labels"
msgstr ""
-#: tp_axisLabel.ui:63
+#: chart2/uiconfig/ui/tp_axisLabel.ui:63
#, fuzzy
msgctxt "tp_axisLabel|tile"
msgid "_Tile"
msgstr "Titel"
-#: tp_axisLabel.ui:81
+#: chart2/uiconfig/ui/tp_axisLabel.ui:81
msgctxt "tp_axisLabel|odd"
msgid "St_agger odd"
msgstr ""
-#: tp_axisLabel.ui:98
+#: chart2/uiconfig/ui/tp_axisLabel.ui:98
msgctxt "tp_axisLabel|even"
msgid "Stagger _even"
msgstr ""
-#: tp_axisLabel.ui:115
+#: chart2/uiconfig/ui/tp_axisLabel.ui:115
#, fuzzy
msgctxt "tp_axisLabel|auto"
msgid "A_utomatic"
msgstr "Outomaties"
-#: tp_axisLabel.ui:138
+#: chart2/uiconfig/ui/tp_axisLabel.ui:138
msgctxt "tp_axisLabel|orderL"
msgid "Order"
msgstr "Volgorde"
-#: tp_axisLabel.ui:173
+#: chart2/uiconfig/ui/tp_axisLabel.ui:173
msgctxt "tp_axisLabel|overlapCB"
msgid "O_verlap"
msgstr ""
-#: tp_axisLabel.ui:189
+#: chart2/uiconfig/ui/tp_axisLabel.ui:189
#, fuzzy
msgctxt "tp_axisLabel|breakCB"
msgid "_Break"
msgstr "~Breuk"
-#: tp_axisLabel.ui:211
+#: chart2/uiconfig/ui/tp_axisLabel.ui:211
msgctxt "tp_axisLabel|textflowL"
msgid "Text Flow"
msgstr ""
-#: tp_axisLabel.ui:280
+#: chart2/uiconfig/ui/tp_axisLabel.ui:279
msgctxt "tp_axisLabel|degreeL"
msgid "_Degrees"
msgstr ""
-#: tp_axisLabel.ui:333
+#: chart2/uiconfig/ui/tp_axisLabel.ui:332
msgctxt "tp_axisLabel|stackedCB"
msgid "Ve_rtically stacked"
msgstr ""
-#: tp_axisLabel.ui:352
+#: chart2/uiconfig/ui/tp_axisLabel.ui:351
msgctxt "tp_axisLabel|labelABCD"
msgid "ABCD"
msgstr ""
-#: tp_axisLabel.ui:373
+#: chart2/uiconfig/ui/tp_axisLabel.ui:372
#, fuzzy
msgctxt "tp_axisLabel|textdirL"
msgid "Te_xt direction:"
msgstr "Teksrigting"
-#: tp_axisLabel.ui:403
+#: chart2/uiconfig/ui/tp_axisLabel.ui:402
msgctxt "tp_axisLabel|labelTextOrient"
msgid "Text Orientation"
msgstr ""
-#: wizelementspage.ui:39
+#: chart2/uiconfig/ui/wizelementspage.ui:39
#, fuzzy
msgctxt "wizelementspage|labelPrimaryXaxis"
msgid "_X axis"
msgstr "X-as"
-#: wizelementspage.ui:55
+#: chart2/uiconfig/ui/wizelementspage.ui:55
#, fuzzy
msgctxt "wizelementspage|labelPrimaryYaxis"
msgid "_Y axis"
msgstr "Y-as"
-#: wizelementspage.ui:71
+#: chart2/uiconfig/ui/wizelementspage.ui:71
#, fuzzy
msgctxt "wizelementspage|labelPrimaryZaxis"
msgid "_Z axis"
msgstr "Z-as"
-#: wizelementspage.ui:132
+#: chart2/uiconfig/ui/wizelementspage.ui:126
#, fuzzy
msgctxt "wizelementspage|labelMainTitle"
msgid "_Title"
msgstr "Titel"
-#: wizelementspage.ui:148
+#: chart2/uiconfig/ui/wizelementspage.ui:142
#, fuzzy
msgctxt "wizelementspage|labelSubTitle"
msgid "_Subtitle"
msgstr "Subtitel"
-#: wizelementspage.ui:194
+#: chart2/uiconfig/ui/wizelementspage.ui:184
#, fuzzy
msgctxt "wizelementspage|labelSecondaryXAxis"
msgid "X _axis"
msgstr "X-as"
-#: wizelementspage.ui:210
+#: chart2/uiconfig/ui/wizelementspage.ui:200
#, fuzzy
msgctxt "wizelementspage|labelSecondaryYAxis"
msgid "Y ax_is"
msgstr "Y-as"
-#: wizelementspage.ui:266
+#: chart2/uiconfig/ui/wizelementspage.ui:252
msgctxt "wizelementspage|show"
msgid "_Display legend"
msgstr ""
-#: wizelementspage.ui:293
+#: chart2/uiconfig/ui/wizelementspage.ui:279
#, fuzzy
msgctxt "wizelementspage|left"
msgid "_Left"
msgstr "Links"
-#: wizelementspage.ui:311
+#: chart2/uiconfig/ui/wizelementspage.ui:297
#, fuzzy
msgctxt "wizelementspage|right"
msgid "_Right"
msgstr "Regs"
-#: wizelementspage.ui:329
+#: chart2/uiconfig/ui/wizelementspage.ui:315
#, fuzzy
msgctxt "wizelementspage|top"
msgid "_Top"
msgstr "Bokant"
-#: wizelementspage.ui:347
+#: chart2/uiconfig/ui/wizelementspage.ui:333
#, fuzzy
msgctxt "wizelementspage|bottom"
msgid "_Bottom"
msgstr "Onderkant"
-#: wizelementspage.ui:389
+#: chart2/uiconfig/ui/wizelementspage.ui:375
msgctxt "wizelementspage|Axe"
msgid "Choose Titles, Legend, and Grid Settings"
msgstr ""
-#: wizelementspage.ui:422
+#: chart2/uiconfig/ui/wizelementspage.ui:408
#, fuzzy
msgctxt "wizelementspage|x"
msgid "X axis"
msgstr "X-as"
-#: wizelementspage.ui:439
+#: chart2/uiconfig/ui/wizelementspage.ui:425
#, fuzzy
msgctxt "wizelementspage|y"
msgid "Y ax_is"
msgstr "Y-as"
-#: wizelementspage.ui:456
+#: chart2/uiconfig/ui/wizelementspage.ui:442
#, fuzzy
msgctxt "wizelementspage|z"
msgid "Z axi_s"
msgstr "Z-as"
-#: wizelementspage.ui:479
+#: chart2/uiconfig/ui/wizelementspage.ui:465
#, fuzzy
msgctxt "wizelementspage|label2"
msgid "Display Grids"
diff --git a/source/af/connectivity/messages.po b/source/af/connectivity/messages.po
index dd6b9ac858a..55d4ce94eed 100644
--- a/source/af/connectivity/messages.po
+++ b/source/af/connectivity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,192 +14,192 @@ msgstr ""
"X-Generator: LibreOffice\n"
#. = the mozab driver's resource strings
-#: strings.hrc:26
+#: connectivity/inc/strings.hrc:26
msgctxt "STR_ERR_EXECUTING_QUERY"
msgid "An error occurred while executing the query."
msgstr "'n Fout het voorgekom terwyl die navraag uitgevoer is."
-#: strings.hrc:27
+#: connectivity/inc/strings.hrc:27
msgctxt "STR_QUERY_AT_LEAST_ONE_TABLES"
msgid "The query can not be executed. It needs at least one table."
msgstr "Die navraag kon nie uitgevoer word nie. Dit kort ten minste een tabel."
-#: strings.hrc:28
+#: connectivity/inc/strings.hrc:28
msgctxt "STR_NO_COUNT_SUPPORT"
msgid "The driver does not support the 'COUNT' function."
msgstr "Die drywer werk nie met die 'COUNT'-funksie nie."
-#: strings.hrc:29
+#: connectivity/inc/strings.hrc:29
msgctxt "STR_STMT_TYPE_NOT_SUPPORTED"
msgid "This statement type not supported by this database driver."
msgstr "Hierdie stellingsoort werk nie met hierdie databasisdrywer nie."
-#: strings.hrc:30
+#: connectivity/inc/strings.hrc:30
#, fuzzy
msgctxt "STR_UNSPECIFIED_ERROR"
msgid "An unknown error occurred."
msgstr "'n Onbekende fout het voorgekom."
-#: strings.hrc:31
+#: connectivity/inc/strings.hrc:31
#, fuzzy
msgctxt "STR_ERROR_REFRESH_ROW"
msgid "An error occurred while refreshing the current row."
msgstr "'n Fout het voorgekom terwyl huidige ry verfris is."
-#: strings.hrc:32
+#: connectivity/inc/strings.hrc:32
#, fuzzy
msgctxt "STR_ERROR_GET_ROW"
msgid "An error occurred while getting the current row."
msgstr "'n Fout het voorgekom terwyl huidige ry gekry word."
-#: strings.hrc:33
+#: connectivity/inc/strings.hrc:33
msgctxt "STR_QUERY_INVALID_IS_NULL_COLUMN"
msgid "The query can not be executed. The 'IS NULL' can only be used with a column name."
msgstr "Die navraag kon nie uitgevoer word nie. Die 'IS NULL' kan net met 'n kolomnaam gebruik word."
-#: strings.hrc:34
+#: connectivity/inc/strings.hrc:34
#, fuzzy
msgctxt "STR_ILLEGAL_MOVEMENT"
msgid "Illegal cursor movement occurred."
msgstr "Onwettige porbeweging voorgekom."
-#: strings.hrc:35
+#: connectivity/inc/strings.hrc:35
msgctxt "STR_COMMIT_ROW"
msgid "Please commit row '$position$' before update rows or insert new rows."
msgstr "Dien asseblief ry '$position$' in voor rye bygewerk word of nuwe rye ingevoeg word."
#. = common strings
-#: strings.hrc:37
+#: connectivity/inc/strings.hrc:37
msgctxt "STR_NO_CONNECTION_GIVEN"
msgid "It doesn't exist a connection to the database."
msgstr "Daar bestaan nie 'n verbinding aan die databasis nie."
-#: strings.hrc:38
+#: connectivity/inc/strings.hrc:38
msgctxt "STR_WRONG_PARAM_INDEX"
msgid "You tried to set a parameter at position '$pos$' but there is/are only '$count$' parameter(s) allowed. One reason may be that the property \"ParameterNameSubstitution\" is not set to TRUE in the data source."
msgstr "U het probeer om 'n parameter by posisie '$pos$' te stel, maar net '$count$' parameter(s) word toegelaat. Een rede kan wees dat die eienskap \"ParameterNameSubstitution\" nie was WAAR gestel is in die databron nie."
-#: strings.hrc:39
+#: connectivity/inc/strings.hrc:39
msgctxt "STR_NO_INPUTSTREAM"
msgid "The input stream was not set."
msgstr "Die toevoerstroom is nie gestel nie."
-#: strings.hrc:40
+#: connectivity/inc/strings.hrc:40
msgctxt "STR_NO_ELEMENT_NAME"
msgid "There is no element named '$name$'."
msgstr "Daar is geen element genaamd '$name$' nie."
-#: strings.hrc:41
+#: connectivity/inc/strings.hrc:41
msgctxt "STR_INVALID_BOOKMARK"
msgid "Invalid bookmark value"
msgstr "Ongeldige boekmerkwaarde"
-#: strings.hrc:42
+#: connectivity/inc/strings.hrc:42
msgctxt "STR_PRIVILEGE_NOT_GRANTED"
msgid "Privilege not granted: Only table privileges can be granted."
msgstr "Reg nie verleen nie: Net tabelregte kan verleen word."
-#: strings.hrc:43
+#: connectivity/inc/strings.hrc:43
msgctxt "STR_PRIVILEGE_NOT_REVOKED"
msgid "Privilege not revoked: Only table privileges can be revoked."
msgstr "Voorreg nie ingetrek nie: Net tabelvoorregte kan ingetrek word."
-#: strings.hrc:44
+#: connectivity/inc/strings.hrc:44
msgctxt "STR_ERRORMSG_SEQUENCE"
msgid "Function sequence error."
msgstr "Funksievolgordefout."
-#: strings.hrc:45
+#: connectivity/inc/strings.hrc:45
msgctxt "STR_INVALID_INDEX"
msgid "Invalid descriptor index."
msgstr "Ongeldige beskrywerindeks."
-#: strings.hrc:46
+#: connectivity/inc/strings.hrc:46
msgctxt "STR_UNSUPPORTED_FUNCTION"
msgid "The driver does not support the function '$functionname$'."
msgstr "Die drywer werk nie met die funksie '$functionname$' nie."
-#: strings.hrc:47
+#: connectivity/inc/strings.hrc:47
msgctxt "STR_UNSUPPORTED_FEATURE"
msgid "The driver does not support the functionality for '$featurename$'. It is not implemented."
msgstr "Die drywer werk nie met die funksie '$featurename$' nie. Dit is nie geïmplementeer nie."
-#: strings.hrc:48
+#: connectivity/inc/strings.hrc:48
msgctxt "STR_FORMULA_WRONG"
msgid "The formula for TypeInfoSettings is wrong!"
msgstr "Die formule vir TypeInfoSettings is verkeerd!"
-#: strings.hrc:49
+#: connectivity/inc/strings.hrc:49
msgctxt "STR_STRING_LENGTH_EXCEEDED"
msgid "The string '$string$' exceeds the maximum length of $maxlen$ characters when converted to the target character set '$charset$'."
msgstr "Die string '$string$' is langer as die maksimum lengte van $maxlen$ karakters wanneer dit omgeskep word na die doelkarakterstel '$charset$'."
-#: strings.hrc:50
+#: connectivity/inc/strings.hrc:50
msgctxt "STR_CANNOT_CONVERT_STRING"
msgid "The string '$string$' cannot be converted using the encoding '$charset$'."
msgstr "Die string '$string$' kan nie omskep word met die enkodering '$charset$' nie."
-#: strings.hrc:51
+#: connectivity/inc/strings.hrc:51
msgctxt "STR_URI_SYNTAX_ERROR"
msgid "The connection URL is invalid."
msgstr "Die verbinding-URL is ongeldig."
-#: strings.hrc:52
+#: connectivity/inc/strings.hrc:52
msgctxt "STR_QUERY_TOO_COMPLEX"
msgid "The query can not be executed. It is too complex."
msgstr "Die navraag kon nie uitgevoer word nie. Dit is te kompleks."
-#: strings.hrc:53
+#: connectivity/inc/strings.hrc:53
msgctxt "STR_OPERATOR_TOO_COMPLEX"
msgid "The query can not be executed. The operator is too complex."
msgstr "Die navraag kon nie uitgevoer word nie. Die bewerking is te kompleks."
-#: strings.hrc:54
+#: 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 "Die navraag kon nie uitgevoer word nie. Jy kan nie 'LIKE' met kolomme van hierdie soort gebruik nie."
-#: strings.hrc:55
+#: 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 "Die navraag kon nie uitgevoer word nie. 'LIKE' kan net met 'n stringargument gebruik word."
-#: strings.hrc:56
+#: 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 "Die navraag kon nie uitgevoer word nie. Die 'NOT LIKE'-voorwaarde is te kompleks."
-#: strings.hrc:57
+#: 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 "Die navraag kon nie uitgevoer word nie. Die 'LIKE'-voorwaarde bevat 'n instaankarakter in die middel."
-#: strings.hrc:58
+#: 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 "Die navraag kon nie uitgevoer word nie. Die 'LIKE'-voorwaarde bevat te veel instaankarakters."
-#: strings.hrc:59
+#: connectivity/inc/strings.hrc:59
msgctxt "STR_INVALID_COLUMNNAME"
msgid "The column name '$columnname$' is not valid."
msgstr "Die kolomnaam '$columnname$' is nie geldig nie."
-#: strings.hrc:60
+#: connectivity/inc/strings.hrc:60
msgctxt "STR_INVALID_COLUMN_SELECTION"
msgid "The statement contains an invalid selection of columns."
msgstr "Die stelling bevat 'n ongeldige seleksie van kolomme."
-#: strings.hrc:61
+#: connectivity/inc/strings.hrc:61
msgctxt "STR_COLUMN_NOT_UPDATEABLE"
msgid "The column at position '$position$' could not be updated."
msgstr "Die kolom by posisie '$position$' kon nie bygewerk word nie."
-#: strings.hrc:62
+#: connectivity/inc/strings.hrc:62
msgctxt "STR_COULD_NOT_LOAD_FILE"
msgid "The file $filename$ could not be loaded."
msgstr "Die lêer $filename$ kon nie gelaai word nie."
-#: strings.hrc:63
+#: connectivity/inc/strings.hrc:63
msgctxt "STR_LOAD_FILE_ERROR_MESSAGE"
msgid ""
"The attempt to load the file resulted in the following error message ($exception_type$):\n"
@@ -211,123 +211,123 @@ msgstr ""
"$error_message$"
#. = the ado driver's resource strings
-#: strings.hrc:65
+#: connectivity/inc/strings.hrc:65
msgctxt "STR_TYPE_NOT_CONVERT"
msgid "The type could not be converted."
msgstr "Die tipe kon nie omskep word nie."
-#: strings.hrc:66
+#: connectivity/inc/strings.hrc:66
msgctxt "STR_INVALID_COLUMN_DESCRIPTOR_ERROR"
msgid "Could not append column: invalid column descriptor."
msgstr "Kon nie kolom aanheg nie: ongeldige kolombeskrywer."
-#: strings.hrc:67
+#: connectivity/inc/strings.hrc:67
msgctxt "STR_INVALID_GROUP_DESCRIPTOR_ERROR"
msgid "Could not create group: invalid object descriptor."
msgstr "Kon nie groep skep nie: ongeldige objekbeskrywer."
-#: strings.hrc:68
+#: connectivity/inc/strings.hrc:68
msgctxt "STR_INVALID_INDEX_DESCRIPTOR_ERROR"
msgid "Could not create index: invalid object descriptor."
msgstr "Kon nie indeks skep nie: ongeldige objekbeskrywer."
-#: strings.hrc:69
+#: connectivity/inc/strings.hrc:69
msgctxt "STR_INVALID_KEY_DESCRIPTOR_ERROR"
msgid "Could not create key: invalid object descriptor."
msgstr "Kon nie sleutel skep nie: ongeldige objekbeskrywer."
-#: strings.hrc:70
+#: connectivity/inc/strings.hrc:70
msgctxt "STR_INVALID_TABLE_DESCRIPTOR_ERROR"
msgid "Could not create table: invalid object descriptor."
msgstr "Kon nie tabel skep nie: ongeldige objekbeskrywer."
-#: strings.hrc:71
+#: connectivity/inc/strings.hrc:71
msgctxt "STR_INVALID_USER_DESCRIPTOR_ERROR"
msgid "Could not create user: invalid object descriptor."
msgstr "Kon nie gebruiker skep nie: ongeldige objekbeskrywer."
-#: strings.hrc:72
+#: connectivity/inc/strings.hrc:72
msgctxt "STR_INVALID_VIEW_DESCRIPTOR_ERROR"
msgid "Could not create view: invalid object descriptor."
msgstr "Kon nie aansig skep nie: ongeldige objekbeskrywer."
-#: strings.hrc:73
+#: connectivity/inc/strings.hrc:73
msgctxt "STR_VIEW_NO_COMMAND_ERROR"
msgid "Could not create view: no command object."
msgstr "Kon nie aansig skep nie: geen bevelobjek nie."
-#: strings.hrc:74
+#: connectivity/inc/strings.hrc:74
msgctxt "STR_NO_CONNECTION"
msgid "The connection could not be created. May be the necessary data provider is not installed."
msgstr "Die verbinding kon nie bewerkstellig word nie. Miskien is die nodige dataverskaffer nie geïnstalleer nie."
-#: strings.hrc:76
+#: connectivity/inc/strings.hrc:76
#, fuzzy
msgctxt "STR_COULD_NOT_DELETE_INDEX"
msgid "The index could not be deleted. An unknown error while accessing the file system occurred."
msgstr "Die indeks kon nie geskrap word nie. 'n Onbekende fout het plaasgevind terwyl toegang tot die lêerstelsel verkry is."
-#: strings.hrc:77
+#: connectivity/inc/strings.hrc:77
msgctxt "STR_ONL_ONE_COLUMN_PER_INDEX"
msgid "The index could not be created. Only one column per index is allowed."
msgstr "Die indeks kon nie geskep word nie. Net een per kolom per indeks word toegelaat."
-#: strings.hrc:78
+#: connectivity/inc/strings.hrc:78
msgctxt "STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE"
msgid "The index could not be created. The values are not unique."
msgstr "Die indeks kon nie geskep word nie. Die waardes is nie uniek nie."
-#: strings.hrc:79
+#: connectivity/inc/strings.hrc:79
msgctxt "STR_COULD_NOT_CREATE_INDEX"
msgid "The index could not be created. An unknown error appeared."
msgstr "Die indeks kon nie geskep word nie. 'n Onbekende fout het voorgekom."
-#: strings.hrc:80
+#: connectivity/inc/strings.hrc:80
msgctxt "STR_COULD_NOT_CREATE_INDEX_NAME"
msgid "The index could not be created. The file '$filename$' is used by an other index."
msgstr "Die indeks kon nie geskep word nie. Die lêer '$filename$' word deur 'n ander indeks gebruik."
-#: strings.hrc:81
+#: connectivity/inc/strings.hrc:81
msgctxt "STR_COULD_NOT_CREATE_INDEX_KEYSIZE"
msgid "The index could not be created. The size of the chosen column is too big."
msgstr ""
-#: strings.hrc:82
+#: connectivity/inc/strings.hrc:82
msgctxt "STR_SQL_NAME_ERROR"
msgid "The name '$name$' doesn't match SQL naming constraints."
msgstr "Die naam '$name$' pas nie by SQL-naambeperkings nie."
-#: strings.hrc:83
+#: connectivity/inc/strings.hrc:83
msgctxt "STR_COULD_NOT_DELETE_FILE"
msgid "The file $filename$ could not be deleted."
msgstr "Die lêer $filename$ kon nie geskrap word nie."
-#: strings.hrc:84
+#: connectivity/inc/strings.hrc:84
msgctxt "STR_INVALID_COLUMN_TYPE"
msgid "Invalid column type for column '$columnname$'."
msgstr "Ongeldige kolomtipe vir kolom '$columnname$'."
-#: strings.hrc:85
+#: connectivity/inc/strings.hrc:85
msgctxt "STR_INVALID_COLUMN_PRECISION"
msgid "Invalid precision for column '$columnname$'."
msgstr "Ongeldig presisie vir die kolom '$columnname$'."
-#: strings.hrc:86
+#: connectivity/inc/strings.hrc:86
msgctxt "STR_INVALID_PRECISION_SCALE"
msgid "Precision is less than scale for column '$columnname$'."
msgstr "Presisie is minder as skaal vir kolom '$columnname$'."
-#: strings.hrc:87
+#: connectivity/inc/strings.hrc:87
msgctxt "STR_INVALID_COLUMN_NAME_LENGTH"
msgid "Invalid column name length for column '$columnname$'."
msgstr "Ongeldige kolomnaamlengte vir kolom '$columnname$'."
-#: strings.hrc:88
+#: connectivity/inc/strings.hrc:88
msgctxt "STR_DUPLICATE_VALUE_IN_COLUMN"
msgid "Duplicate value found in column '$columnname$'."
msgstr "Duplikaatwaarde in die kolom '$columnname$' gevind."
-#: strings.hrc:89
+#: connectivity/inc/strings.hrc:89
msgctxt "STR_INVALID_COLUMN_DECIMAL_VALUE"
msgid ""
"The '$columnname$' column has been defined as a \"Decimal\" type, the max. length is $precision$ characters (with $scale$ decimal places).\n"
@@ -338,241 +338,231 @@ msgstr ""
"\n"
"Die gespesifiseerde waarde \"$value$ is langer as die aantal syfers toegelaat."
-#: strings.hrc:90
+#: connectivity/inc/strings.hrc:90
msgctxt "STR_COLUMN_NOT_ALTERABLE"
msgid "The column '$columnname$' could not be altered. May be the file system is write protected."
msgstr "Die kolom '$columnname$' kon nie gewysig word nie. Dalk is die lêerstelsel skryfbeskerm."
-#: strings.hrc:91
+#: connectivity/inc/strings.hrc:91
msgctxt "STR_INVALID_COLUMN_VALUE"
msgid "The column '$columnname$' could not be updated. The value is invalid for that column."
msgstr "Die kolom '$columnname$' kon nie bygewerk word nie. Die waarde is ongeldig vir daardie kolom."
-#: strings.hrc:92
+#: connectivity/inc/strings.hrc:92
msgctxt "STR_COLUMN_NOT_ADDABLE"
msgid "The column '$columnname$' could not be added. May be the file system is write protected."
msgstr "Die kolom '$columnname$' kon nie bygevoeg word nie. Dalk is die lêerstelsel skryfbeskerm."
-#: strings.hrc:93
+#: connectivity/inc/strings.hrc:93
msgctxt "STR_COLUMN_NOT_DROP"
msgid "The column at position '$position$' could not be dropped. May be the file system is write protected."
msgstr "Die kolom by posisie '$position$' kon nie verwyder word nie. Dalk is die lêerstelsel skryfbeskerm."
-#: strings.hrc:94
+#: connectivity/inc/strings.hrc:94
msgctxt "STR_TABLE_NOT_DROP"
msgid "The table '$tablename$' could not be dropped. May be the file system is write protected."
msgstr "Die tabel '$tablename$' kon nie laat sak word nie. Dalk is die lêerstelsel skryfbeskerm."
-#: strings.hrc:95
+#: connectivity/inc/strings.hrc:95
msgctxt "STR_COULD_NOT_ALTER_TABLE"
msgid "The table could not be altered."
msgstr "Die tabel kon nie gewysig word nie."
-#: strings.hrc:96
+#: connectivity/inc/strings.hrc:96
msgctxt "STR_INVALID_DBASE_FILE"
msgid "The file '$filename$' is an invalid (or unrecognized) dBase file."
msgstr "Die lêer '$filename$' is 'n ongeldige (of nieherkende ) dBase-lêer."
#. Evoab2
-#: strings.hrc:98
+#: connectivity/inc/strings.hrc:98
msgctxt "STR_CANNOT_OPEN_BOOK"
msgid "Cannot open Evolution address book."
msgstr "Kan nie Evolution-adresboek open nie."
-#: strings.hrc:99
+#: connectivity/inc/strings.hrc:99
msgctxt "STR_SORT_BY_COL_ONLY"
msgid "Can only sort by table columns."
msgstr "Kan net volgens tabelkolomme sorteer."
-#: strings.hrc:101
+#: connectivity/inc/strings.hrc:101
msgctxt "STR_QUERY_COMPLEX_COUNT"
msgid "The query can not be executed. It is too complex. Only \"COUNT(*)\" is supported."
msgstr "Die navraag kon nie uitgevoer word nie. Dit is te kompleks. Net \"COUNT(*)\" sal werk."
-#: strings.hrc:102
+#: connectivity/inc/strings.hrc:102
msgctxt "STR_QUERY_INVALID_BETWEEN"
msgid "The query can not be executed. The 'BETWEEN' arguments are not correct."
msgstr "Die navraag kon nie uitgevoer word nie. Die 'BETWEEN'-argumente is nie korrek nie."
-#: strings.hrc:103
+#: connectivity/inc/strings.hrc:103
msgctxt "STR_QUERY_FUNCTION_NOT_SUPPORTED"
msgid "The query can not be executed. The function is not supported."
msgstr "Die navraag kon nie uitgevoer word nie. Die funksie word nie ondersteun nie."
-#: strings.hrc:104
+#: connectivity/inc/strings.hrc:104
msgctxt "STR_TABLE_READONLY"
msgid "The table can not be changed. It is read only."
msgstr "Die tabel kan nie verander word nie. Dit is leesalleen."
-#: strings.hrc:105
+#: connectivity/inc/strings.hrc:105
msgctxt "STR_DELETE_ROW"
msgid "The row could not be deleted. The option \"Display inactive records\" is set."
msgstr "Die ry kon nie geskrap word nie. Die opsie \"Wys onaktiewe rekords\" is gestel."
-#: strings.hrc:106
+#: connectivity/inc/strings.hrc:106
msgctxt "STR_ROW_ALREADY_DELETED"
msgid "The row could not be deleted. It is already deleted."
msgstr "Die ry kon nie geskrap word nie. Dit is reeds geskrap."
-#: strings.hrc:107
+#: connectivity/inc/strings.hrc:107
msgctxt "STR_QUERY_MORE_TABLES"
msgid "The query can not be executed. It contains more than one table."
msgstr "Die navraag kon nie uitgevoer word nie. Dit bevat meer as een tabel nie."
-#: strings.hrc:108
+#: connectivity/inc/strings.hrc:108
msgctxt "STR_QUERY_NO_TABLE"
msgid "The query can not be executed. It contains no valid table."
msgstr "Die navraag kon nie uitgevoer word nie. Dit bevat nie 'n geldige tabel nie."
-#: strings.hrc:109
+#: connectivity/inc/strings.hrc:109
msgctxt "STR_QUERY_NO_COLUMN"
msgid "The query can not be executed. It contains no valid columns."
msgstr "Die navraag kon nie uitgevoer word nie. Die bevat geen geldige kolomme nie."
-#: strings.hrc:110
+#: connectivity/inc/strings.hrc:110
msgctxt "STR_INVALID_PARA_COUNT"
msgid "The count of the given parameter values doesn't match the parameters."
msgstr "Die telling van die gegewe parameterwaardes pas nie by die parameters nie."
-#: strings.hrc:111
+#: connectivity/inc/strings.hrc:111
msgctxt "STR_NO_VALID_FILE_URL"
msgid "The URL '$URL$' is not valid. A connection can not be created."
msgstr "Die URL '$URL$' is nie geldig nie. 'n Verbinding kon nie bewerkstellig word nie."
-#: strings.hrc:112
+#: connectivity/inc/strings.hrc:112
msgctxt "STR_NO_CLASSNAME"
msgid "The driver class '$classname$' could not be loaded."
msgstr "Die bestuurderklas '$classname$' kon nie gelaai word nie."
-#: strings.hrc:113
+#: connectivity/inc/strings.hrc:113
msgctxt "STR_NO_JAVA"
msgid "No Java installation could be found. Please check your installation."
msgstr "Geen Java-installasie gevind nie. Kontroleer asseblief u installasie."
-#: strings.hrc:114
+#: connectivity/inc/strings.hrc:114
msgctxt "STR_NO_RESULTSET"
msgid "The execution of the query doesn't return a valid result set."
msgstr "Die uitvoering van die navraag lewer nie 'n geldige resultaatstel op nie."
-#: strings.hrc:115
+#: connectivity/inc/strings.hrc:115
msgctxt "STR_NO_ROWCOUNT"
msgid "The execution of the update statement doesn't effect any rows."
msgstr "Die uitvoering van die bywerkverklaring affekteer nie enige rye nie."
-#: strings.hrc:116
+#: connectivity/inc/strings.hrc:116
msgctxt "STR_NO_CLASSNAME_PATH"
msgid "The additional driver class path is '$classpath$'."
msgstr "Die bykomende drywerklaspad is '$classpath$'."
-#: strings.hrc:117
+#: connectivity/inc/strings.hrc:117
msgctxt "STR_UNKNOWN_PARA_TYPE"
msgid "The type of parameter at position '$position$' is unknown."
msgstr "Die tipe parameter by posisie '$position$' is onbekend."
-#: strings.hrc:118
+#: connectivity/inc/strings.hrc:118
msgctxt "STR_UNKNOWN_COLUMN_TYPE"
msgid "The type of column at position '$position$' is unknown."
msgstr "Die tipe kolom by posisie '$position$' is onbekend."
#. KAB
-#: strings.hrc:120
-msgctxt "STR_NO_KDE_INST"
-msgid "No suitable KDE installation was found."
-msgstr "Geen geskikte KDE-installasie is gevind nie."
-
-#: strings.hrc:121
-msgctxt "STR_KDE_VERSION_TOO_OLD"
-msgid "KDE version $major$.$minor$ or higher is required to access the KDE Address Book."
-msgstr "KDE-weergawe $major$.$minor$ of jonger is nodig vir toegang tot die KDE-adresboek."
-
-#: strings.hrc:122
+#: connectivity/inc/strings.hrc:120
msgctxt "STR_PARA_ONLY_PREPARED"
msgid "Parameters can appear only in prepared statements."
msgstr "Parameters kan net verskyn in voorbereide state."
-#: strings.hrc:124
+#: connectivity/inc/strings.hrc:122
msgctxt "STR_NO_TABLE"
msgid "No such table!"
msgstr "Geen so 'n tabel nie!"
-#: strings.hrc:125
+#: connectivity/inc/strings.hrc:123
msgctxt "STR_NO_MAC_OS_FOUND"
msgid "No suitable Mac OS installation was found."
msgstr "Geen geskikte Mac OS-installasie is gevind nie."
#. hsqldb
-#: strings.hrc:127
+#: connectivity/inc/strings.hrc:125
msgctxt "STR_NO_STORAGE"
msgid "The connection can not be established. No storage or URL was given."
msgstr ""
-#: strings.hrc:128
+#: connectivity/inc/strings.hrc:126
msgctxt "STR_INVALID_FILE_URL"
msgid "The given URL contains no valid local file system path. Please check the location of your database file."
msgstr "Die gegewe URL bevat geen geldige plaaslike lêerstelselpad nie. Kontroleer asseblief die ligging van u databasislêer."
-#: strings.hrc:129
+#: connectivity/inc/strings.hrc:127
#, fuzzy
msgctxt "STR_NO_TABLE_CONTAINER"
msgid "An error occurred while obtaining the connection's table container."
msgstr "'n Fout het voorgekom toe die verbinding se tabelhouer verkry is."
-#: strings.hrc:130
+#: connectivity/inc/strings.hrc:128
msgctxt "STR_NO_TABLENAME"
msgid "There is no table named '$tablename$'."
msgstr "Daar is geen tabel genaamd '$tablename$' nie."
-#: strings.hrc:131
+#: connectivity/inc/strings.hrc:129
msgctxt "STR_NO_DOCUMENTUI"
msgid "The provided DocumentUI is not allowed to be NULL."
msgstr "Die verskafte DocumentUI mag nie NULL wees nie."
-#: strings.hrc:132
+#: connectivity/inc/strings.hrc:130
msgctxt "STR_ERROR_NEW_VERSION"
msgid "The connection could not be established. The database was created by a newer version of %PRODUCTNAME."
msgstr ""
-#: strings.hrc:134
+#: connectivity/inc/strings.hrc:132
msgctxt "STR_ROW_SET_OPERATION_VETOED"
msgid "The record operation has been vetoed."
msgstr "Die opneemaksie is geveto."
-#: strings.hrc:135
+#: connectivity/inc/strings.hrc:133
msgctxt "STR_PARSER_CYCLIC_SUB_QUERIES"
msgid "The statement contains a cyclic reference to one or more sub queries."
msgstr "Die stelling bevat 'n sikliese verwysing na een of meer subnavrae."
-#: strings.hrc:136
+#: connectivity/inc/strings.hrc:134
msgctxt "STR_DB_OBJECT_NAME_WITH_SLASHES"
msgid "The name must not contain any slashes ('/')."
msgstr "Die naam mag nie enige skuinsstrepe ('/') bevat nie."
-#: strings.hrc:137
+#: connectivity/inc/strings.hrc:135
msgctxt "STR_DB_INVALID_SQL_NAME"
msgid "$1$ is no SQL conform identifier."
msgstr "$1$ is nie 'n SQL-konforme identifiseerder nie."
-#: strings.hrc:138
+#: connectivity/inc/strings.hrc:136
msgctxt "STR_DB_QUERY_NAME_WITH_QUOTES"
msgid "Query names must not contain quote characters."
msgstr "Navraagname mag nie aanhalingskarakters bevat nie."
-#: strings.hrc:139
+#: connectivity/inc/strings.hrc:137
msgctxt "STR_DB_OBJECT_NAME_IS_USED"
msgid "The name '$1$' is already in use in the database."
msgstr "Die naam '$1$' word reeds in die databasis gebruik."
-#: strings.hrc:140
+#: connectivity/inc/strings.hrc:138
msgctxt "STR_DB_NOT_CONNECTED"
msgid "No connection to the database exists."
msgstr "Geen verbinding met databasis bestaan nie."
-#: strings.hrc:141
+#: connectivity/inc/strings.hrc:139
msgctxt "STR_AB_ADDRESSBOOK_NOT_FOUND"
msgid "No $1$ exists."
msgstr "Geen $1$ bestaan nie."
-#: strings.hrc:142
+#: connectivity/inc/strings.hrc:140
msgctxt "STR_DATA_CANNOT_SELECT_UNFILTERED"
msgid "Unable to display the complete table content. Please apply a filter."
msgstr "Kon nie die volledige tabelinhoud wys nie. Pas asseblief 'n filter toe."
diff --git a/source/af/connectivity/registry/mork/org/openoffice/Office/DataAccess.po b/source/af/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
index 11923829301..be16c24fe6c 100644
--- a/source/af/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
+++ b/source/af/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
@@ -3,17 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2011-04-05 09:23+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
+"PO-Revision-Date: 2013-05-23 22:09+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1369346947.000000\n"
#: Drivers.xcu
msgctxt ""
@@ -21,5 +22,5 @@ msgctxt ""
".Drivers.Installed.sdbc:address:thunderbird:\n"
"DriverTypeDisplayName\n"
"value.text"
-msgid "Thunderbird/Icedove Address Book"
+msgid "Thunderbird Address Book"
msgstr ""
diff --git a/source/af/cui/messages.po b/source/af/cui/messages.po
index 23f0615234c..e1985f8b6ce 100644
--- a/source/af/cui/messages.po
+++ b/source/af/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-20 08:16+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+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"
@@ -13,187 +13,187 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: personalization.hrc:31
+#: cui/inc/personalization.hrc:31
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "LibreOffice"
msgstr "OpenOffice.org"
-#: personalization.hrc:32
+#: cui/inc/personalization.hrc:32
#, fuzzy
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Abstract"
msgstr "Abstrak: "
-#: personalization.hrc:33
+#: cui/inc/personalization.hrc:33
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Color"
msgstr "Kleur"
-#: personalization.hrc:34
+#: cui/inc/personalization.hrc:34
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Music"
msgstr ""
-#: personalization.hrc:35
+#: cui/inc/personalization.hrc:35
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Nature"
msgstr ""
-#: personalization.hrc:36
+#: cui/inc/personalization.hrc:36
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Solid"
msgstr "Solied"
-#: strings.hrc:24
+#: cui/inc/strings.hrc:24
msgctxt "RID_SVXSTR_KEY_CONFIG_DIR"
msgid "Configuration"
msgstr "Opstelling"
-#: strings.hrc:25
+#: cui/inc/strings.hrc:25
msgctxt "RID_SVXSTR_KEY_WORK_PATH"
msgid "My Documents"
msgstr "My dokumente"
-#: strings.hrc:26
+#: cui/inc/strings.hrc:26
msgctxt "RID_SVXSTR_KEY_GRAPHICS_PATH"
msgid "Images"
msgstr "Beelde"
-#: strings.hrc:27
+#: cui/inc/strings.hrc:27
msgctxt "RID_SVXSTR_KEY_BITMAP_PATH"
msgid "Icons"
msgstr "Ikone"
-#: strings.hrc:28
+#: cui/inc/strings.hrc:28
msgctxt "RID_SVXSTR_KEY_PALETTE_PATH"
msgid "Palettes"
msgstr "Palette"
-#: strings.hrc:29
+#: cui/inc/strings.hrc:29
msgctxt "RID_SVXSTR_KEY_BACKUP_PATH"
msgid "Backups"
msgstr "Rugsteunkopieë"
-#: strings.hrc:30
+#: cui/inc/strings.hrc:30
msgctxt "RID_SVXSTR_KEY_MODULES_PATH"
msgid "Modules"
msgstr "Modules"
-#: strings.hrc:31
+#: cui/inc/strings.hrc:31
msgctxt "RID_SVXSTR_KEY_TEMPLATE_PATH"
msgid "Templates"
msgstr "Sjablone"
-#: strings.hrc:32
+#: cui/inc/strings.hrc:32
msgctxt "RID_SVXSTR_KEY_GLOSSARY_PATH"
msgid "AutoText"
msgstr "OutoTeks"
-#: strings.hrc:33
+#: cui/inc/strings.hrc:33
msgctxt "RID_SVXSTR_KEY_DICTIONARY_PATH"
msgid "Dictionaries"
msgstr "Woordeboeke"
-#: strings.hrc:34
+#: cui/inc/strings.hrc:34
msgctxt "RID_SVXSTR_KEY_HELP_DIR"
msgid "Help"
msgstr "Hulp"
-#: strings.hrc:35
+#: cui/inc/strings.hrc:35
msgctxt "RID_SVXSTR_KEY_GALLERY_DIR"
msgid "Gallery"
msgstr "Galery"
-#: strings.hrc:36
+#: cui/inc/strings.hrc:36
msgctxt "RID_SVXSTR_KEY_STORAGE_DIR"
msgid "Message Storage"
msgstr "Boodskapbewaring"
-#: strings.hrc:37
+#: cui/inc/strings.hrc:37
msgctxt "RID_SVXSTR_KEY_TEMP_PATH"
msgid "Temporary files"
msgstr "Tydelike lêers"
-#: strings.hrc:38
+#: cui/inc/strings.hrc:38
msgctxt "RID_SVXSTR_KEY_PLUGINS_PATH"
msgid "Plug-ins"
msgstr "Inproppe"
-#: strings.hrc:39
+#: cui/inc/strings.hrc:39
msgctxt "RID_SVXSTR_KEY_FAVORITES_DIR"
msgid "Folder Bookmarks"
msgstr "Vouer boekmerke"
-#: strings.hrc:40
+#: cui/inc/strings.hrc:40
msgctxt "RID_SVXSTR_KEY_FILTER_PATH"
msgid "Filters"
msgstr "Filters"
-#: strings.hrc:41
+#: cui/inc/strings.hrc:41
msgctxt "RID_SVXSTR_KEY_ADDINS_PATH"
msgid "Add-ins"
msgstr "Invoegsels"
-#: strings.hrc:42
+#: cui/inc/strings.hrc:42
msgctxt "RID_SVXSTR_KEY_USERCONFIG_PATH"
msgid "User Configuration"
msgstr "Gebruikeropstelling"
-#: strings.hrc:43
+#: cui/inc/strings.hrc:43
msgctxt "RID_SVXSTR_KEY_USERDICTIONARY_DIR"
msgid "User-defined dictionaries"
msgstr "Gebruikergedefinieerde woordeboeke"
-#: strings.hrc:44
+#: cui/inc/strings.hrc:44
msgctxt "RID_SVXSTR_KEY_CLASSIFICATION_PATH"
msgid "Classification"
msgstr ""
-#: strings.hrc:45
+#: cui/inc/strings.hrc:45
msgctxt "RID_SVXSTR_KEY_AUTOCORRECT_DIR"
msgid "AutoCorrect"
msgstr "OutoKorrigeer"
-#: strings.hrc:46
+#: cui/inc/strings.hrc:46
msgctxt "RID_SVXSTR_KEY_LINGUISTIC_DIR"
msgid "Writing aids"
msgstr "Skryfhulpmiddels"
#. %n will be replaced at runtime by a number starting with 1 and increasing as necessary
-#: strings.hrc:48
+#: cui/inc/strings.hrc:48
#, c-format
msgctxt "RID_SVXSTR_NEW_MENU"
msgid "New Menu %n"
msgstr "Nuwe kieslys %n"
#. %n will be replaced at runtime by a number starting with 1 and increasing as necessary
-#: strings.hrc:50
+#: cui/inc/strings.hrc:50
#, c-format
msgctxt "RID_SVXSTR_NEW_TOOLBAR"
msgid "New Toolbar %n"
msgstr "Nuwe nutsbalk %n"
-#: strings.hrc:51
+#: cui/inc/strings.hrc:51
msgctxt "RID_SVXSTR_MOVE_MENU"
msgid "Move Menu"
msgstr ""
-#: strings.hrc:52
+#: cui/inc/strings.hrc:52
msgctxt "RID_SVXSTR_ADD_SUBMENU"
msgid "Add Submenu"
msgstr "Voeg subkieslys by"
-#: strings.hrc:53
+#: cui/inc/strings.hrc:53
msgctxt "RID_SVXSTR_SUBMENU_NAME"
msgid "Submenu name"
msgstr "Subkieslysnaam"
-#: strings.hrc:54
+#: cui/inc/strings.hrc:54
msgctxt "RID_SVXSTR_DELETE_ICON_CONFIRM"
msgid "Are you sure to delete the image?"
msgstr "Is u seker u wil die prent skrap?"
-#: strings.hrc:55
+#: cui/inc/strings.hrc:55
msgctxt "RID_SVXSTR_REPLACE_ICON_WARNING"
msgid ""
"The icon %ICONNAME is already contained in the image list.\n"
@@ -202,17 +202,17 @@ msgstr ""
"Die ikoon %ICONNAME is reeds in die prentlys.\n"
"Wil u die bestaande ikoon vervang?"
-#: strings.hrc:56
+#: cui/inc/strings.hrc:56
msgctxt "RID_SVXSTR_REPLACE_ICON_CONFIRM"
msgid "Confirm Icon Replacement"
msgstr "Bevestig ikoonvervanging"
-#: strings.hrc:57
+#: cui/inc/strings.hrc:57
msgctxt "RID_SVXSTR_YESTOALL"
msgid "Yes to All"
msgstr "Ja aan almal"
-#: strings.hrc:58
+#: cui/inc/strings.hrc:58
#, fuzzy
msgctxt "RID_SXVSTR_CONFIRM_DELETE_TOOLBAR"
msgid "There are no more commands on the toolbar. Do you want to delete the toolbar?"
@@ -221,807 +221,807 @@ msgstr "Daar is nie ander bevele op die nutsbalk nie. Wil u die nutsbalk skrap?"
#. Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
#. and will be replaced at runtime by the name of the selected application
#. or document.
-#: strings.hrc:63
+#: cui/inc/strings.hrc:63
msgctxt "RID_SVXSTR_CONFIRM_MENU_RESET"
msgid "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
msgstr ""
-#: strings.hrc:64
+#: cui/inc/strings.hrc:64
msgctxt "RID_SVXSTR_CONFIRM_TOOLBAR_RESET"
msgid "The toolbar configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
msgstr ""
-#: strings.hrc:65
+#: cui/inc/strings.hrc:65
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT"
msgid "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?"
msgstr ""
-#: strings.hrc:66
+#: cui/inc/strings.hrc:66
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT_MENU"
msgid "This will delete all changes previously made to this context menu. Do you really want to reset?"
msgstr ""
-#: strings.hrc:67
+#: cui/inc/strings.hrc:67
msgctxt "RID_SVXSTR_MNUCFG_ALREADY_INCLUDED"
msgid "Function is already included in this popup."
msgstr "Funksie is reeds by hierdie opspringer ingesluit."
-#: strings.hrc:68
+#: cui/inc/strings.hrc:68
#, fuzzy
msgctxt "RID_SVXSTR_LABEL_NEW_NAME"
msgid "~New name"
msgstr "Nuwe naam"
-#: strings.hrc:69
+#: cui/inc/strings.hrc:69
msgctxt "RID_SVXSTR_RENAME_MENU"
msgid "Rename Menu"
msgstr "Hernoem kieslys"
-#: strings.hrc:70
+#: cui/inc/strings.hrc:70
msgctxt "RID_SVXSTR_RENAME_TOOLBAR"
msgid "Rename Toolbar"
msgstr "Hernoem nutsbalk"
-#: strings.hrc:72
+#: cui/inc/strings.hrc:72
msgctxt "RID_SVXSTR_HYPDLG_CLOSEBUT"
msgid "Close"
msgstr "Sluit"
-#: strings.hrc:73
+#: cui/inc/strings.hrc:73
msgctxt "RID_SVXSTR_HYPDLG_MACROACT1"
msgid "Mouse over object"
msgstr "Muis oor objek"
-#: strings.hrc:74
+#: cui/inc/strings.hrc:74
msgctxt "RID_SVXSTR_HYPDLG_MACROACT2"
msgid "Trigger hyperlink"
msgstr "Aktiveer hiperskakel"
-#: strings.hrc:75
+#: cui/inc/strings.hrc:75
msgctxt "RID_SVXSTR_HYPDLG_MACROACT3"
msgid "Mouse leaves object"
msgstr "Muis verlaat objek"
-#: strings.hrc:76
+#: cui/inc/strings.hrc:76
msgctxt "RID_SVXSTR_HYPDLG_NOVALIDFILENAME"
msgid "Please type in a valid file name."
msgstr "Tik asseblief 'n geldige lêernaam in."
-#: strings.hrc:77
+#: cui/inc/strings.hrc:77
msgctxt "RID_SVXSTR_HYPERDLG_HLINETTP"
msgid "Internet"
msgstr "Internet"
-#: strings.hrc:78
+#: cui/inc/strings.hrc:78
#, fuzzy
msgctxt "RID_SVXSTR_HYPERDLG_HLINETTP_HELP"
msgid "This is where you create a hyperlink to a Web page or FTP server connection."
msgstr "Hier kan u 'n hiperskakel na 'n webblad, FTP-bediener of Telnet- verbinding skep."
-#: strings.hrc:79
+#: cui/inc/strings.hrc:79
msgctxt "RID_SVXSTR_HYPERDLG_HLMAILTP"
msgid "Mail"
msgstr ""
-#: strings.hrc:80
+#: cui/inc/strings.hrc:80
#, fuzzy
msgctxt "RID_SVXSTR_HYPERDLG_HLMAILTP_HELP"
msgid "This is where you create a hyperlink to an e-mail address."
msgstr "Hier kan u 'n hiperskakel na 'n e-posadres of nuusgroep skep."
-#: strings.hrc:81
+#: cui/inc/strings.hrc:81
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCTP"
msgid "Document"
msgstr "Dokument"
-#: strings.hrc:82
+#: cui/inc/strings.hrc:82
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCTP_HELP"
msgid "This is where you create a hyperlink to an existing document or a target within a document."
msgstr "Hier kan u 'n hiperskakel na 'n bestaande dokument of na 'n bestemming binne 'n dokument skep."
-#: strings.hrc:83
+#: cui/inc/strings.hrc:83
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCNTP"
msgid "New Document"
msgstr "Nuwe dokument"
-#: strings.hrc:84
+#: cui/inc/strings.hrc:84
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCNTP_HELP"
msgid "This is where you create a new document to which the new link points."
msgstr "Hier kan u 'n nuwe dokument skep waarna die nuwe skakel wys."
-#: strings.hrc:85
+#: cui/inc/strings.hrc:85
msgctxt "RID_SVXSTR_HYPERDLG_FORM_BUTTON"
msgid "Button"
msgstr "Knoppie"
-#: strings.hrc:86
+#: cui/inc/strings.hrc:86
msgctxt "RID_SVXSTR_HYPERDLG_FROM_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:87
+#: cui/inc/strings.hrc:87
msgctxt "RID_SVXSTR_HYPERDLG_QUERYOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Die lêer bestaan reeds. Oorheenskryf?"
-#: strings.hrc:89
+#: cui/inc/strings.hrc:89
msgctxt "RID_SVXSTR_ERR_TEXTNOTFOUND"
msgid "No alternatives found."
msgstr ""
-#: strings.hrc:90
+#: cui/inc/strings.hrc:90
msgctxt "RID_SVXSTR_SELECT_FILE_IFRAME"
msgid "Select File for Floating Frame"
msgstr "Kies lêer vir swewende raam"
-#: strings.hrc:91
+#: cui/inc/strings.hrc:91
#, fuzzy
msgctxt "RID_SVXSTR_ALLFUNCTIONS"
msgid "All commands"
msgstr "Alle opmerkings"
-#: strings.hrc:92
+#: cui/inc/strings.hrc:92
msgctxt "RID_SVXSTR_MACROS"
msgid "Macros"
msgstr "Makro's"
-#: strings.hrc:93
+#: cui/inc/strings.hrc:93
msgctxt "RID_SVXSTR_MYMACROS"
msgid "My Macros"
msgstr "My makro's"
-#: strings.hrc:94
+#: cui/inc/strings.hrc:94
msgctxt "RID_SVXSTR_PRODMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "%PRODUCTNAME-makro's"
-#: strings.hrc:95
+#: cui/inc/strings.hrc:95
msgctxt "RID_SVXSTR_NOMACRODESC"
msgid "There is no description available for this macro."
msgstr ""
-#: strings.hrc:96
+#: cui/inc/strings.hrc:96
msgctxt "RID_SVXSTR_SELECTOR_ADD_COMMANDS"
msgid "Add Commands"
msgstr ""
-#: strings.hrc:97
+#: cui/inc/strings.hrc:97
#, fuzzy
msgctxt "RID_SVXSTR_SELECTOR_RUN"
msgid "Run"
msgstr "L~aat loop"
-#: strings.hrc:98
+#: cui/inc/strings.hrc:98
msgctxt "RID_SVXSTR_ROW"
msgid "Insert Rows"
msgstr "Voeg rye in"
-#: strings.hrc:99
+#: cui/inc/strings.hrc:99
msgctxt "RID_SVXSTR_REMOVE_FAVORITES"
msgid "Remove from Favorites"
msgstr ""
-#: strings.hrc:100
+#: cui/inc/strings.hrc:100
msgctxt "RID_SVXSTR_ADD_FAVORITES"
msgid "Add to Favorites"
msgstr ""
#. PPI is pixel per inch, %1 is a number
-#: strings.hrc:102
+#: cui/inc/strings.hrc:102
msgctxt "RID_SVXSTR_PPI"
msgid "(%1 PPI)"
msgstr ""
-#: strings.hrc:103
+#: cui/inc/strings.hrc:103
#, fuzzy
msgctxt "RID_SVXSTR_COL"
msgid "Insert Columns"
msgstr "~Voeg kolomme in"
-#: strings.hrc:104
+#: cui/inc/strings.hrc:104
msgctxt "RID_SVXSTR_AUTO_ENTRY"
msgid "Automatic"
msgstr "Outomaties"
-#: strings.hrc:105
+#: cui/inc/strings.hrc:105
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Skakel"
-#: strings.hrc:106
+#: cui/inc/strings.hrc:106
msgctxt "RID_SVXSTR_LOADACCELCONFIG"
msgid "Load Keyboard Configuration"
msgstr ""
-#: strings.hrc:107
+#: cui/inc/strings.hrc:107
msgctxt "RID_SVXSTR_SAVEACCELCONFIG"
msgid "Save Keyboard Configuration"
msgstr ""
-#: strings.hrc:108
+#: cui/inc/strings.hrc:108
msgctxt "RID_SVXSTR_FILTERNAME_CFG"
msgid "Configuration (*.cfg)"
msgstr ""
-#: strings.hrc:109
+#: cui/inc/strings.hrc:109
msgctxt "RID_SVXSTR_HYPDLG_ERR_LERR_NOENTRIES"
msgid "Targets do not exist in the document."
msgstr "Teikens bestaan nie in die dokument nie."
-#: strings.hrc:110
+#: cui/inc/strings.hrc:110
msgctxt "RID_SVXSTR_HYPDLG_ERR_LERR_DOCNOTOPEN"
msgid "Couldn't open the document."
msgstr ""
-#: strings.hrc:111
+#: cui/inc/strings.hrc:111
msgctxt "RID_SVXSTR_EDITHINT"
msgid "[Enter text here]"
msgstr "[Tik teks hier in]"
-#: strings.hrc:112
+#: cui/inc/strings.hrc:112
msgctxt "RID_SVXSTR_HANGUL"
msgid "Hangul"
msgstr "Hangoel"
-#: strings.hrc:113
+#: cui/inc/strings.hrc:113
msgctxt "RID_SVXSTR_HANJA"
msgid "Hanja"
msgstr "Handja"
-#: strings.hrc:114
+#: cui/inc/strings.hrc:114
msgctxt "RID_SVXSTR_BASICMACROS"
msgid "BASIC Macros"
msgstr ""
-#: strings.hrc:115
+#: cui/inc/strings.hrc:115
#, fuzzy
msgctxt "RID_SVXSTR_GROUP_STYLES"
msgid "Styles"
msgstr "Styl"
-#: strings.hrc:117
+#: cui/inc/strings.hrc:117
msgctxt "RID_SVXSTR_EVENT_STARTAPP"
msgid "Start Application"
msgstr "Begin toepassing"
-#: strings.hrc:118
+#: cui/inc/strings.hrc:118
msgctxt "RID_SVXSTR_EVENT_CLOSEAPP"
msgid "Close Application"
msgstr "Sluit toepassing"
-#: strings.hrc:119
+#: cui/inc/strings.hrc:119
msgctxt "RID_SVXSTR_EVENT_NEWDOC"
msgid "New Document"
msgstr "Nuwe dokument"
-#: strings.hrc:120
+#: cui/inc/strings.hrc:120
msgctxt "RID_SVXSTR_EVENT_CLOSEDOC"
msgid "Document closed"
msgstr "Dokument gesluit"
-#: strings.hrc:121
+#: cui/inc/strings.hrc:121
msgctxt "RID_SVXSTR_EVENT_PREPARECLOSEDOC"
msgid "Document is going to be closed"
msgstr "Dokument gaan gesluit word"
-#: strings.hrc:122
+#: cui/inc/strings.hrc:122
msgctxt "RID_SVXSTR_EVENT_OPENDOC"
msgid "Open Document"
msgstr "Open dokument"
-#: strings.hrc:123
+#: cui/inc/strings.hrc:123
msgctxt "RID_SVXSTR_EVENT_SAVEDOC"
msgid "Save Document"
msgstr "Stoor dokument"
-#: strings.hrc:124
+#: cui/inc/strings.hrc:124
msgctxt "RID_SVXSTR_EVENT_SAVEASDOC"
msgid "Save Document As"
msgstr "Stoor dokument as"
-#: strings.hrc:125
+#: cui/inc/strings.hrc:125
msgctxt "RID_SVXSTR_EVENT_SAVEDOCDONE"
msgid "Document has been saved"
msgstr "Dokument is gestoor"
-#: strings.hrc:126
+#: cui/inc/strings.hrc:126
msgctxt "RID_SVXSTR_EVENT_SAVEASDOCDONE"
msgid "Document has been saved as"
msgstr "Dokument is gestoor as"
-#: strings.hrc:127
+#: cui/inc/strings.hrc:127
msgctxt "RID_SVXSTR_EVENT_ACTIVATEDOC"
msgid "Activate Document"
msgstr "Aktiveer dokument"
-#: strings.hrc:128
+#: cui/inc/strings.hrc:128
msgctxt "RID_SVXSTR_EVENT_DEACTIVATEDOC"
msgid "Deactivate Document"
msgstr "Deaktiveer dokument"
-#: strings.hrc:129
+#: cui/inc/strings.hrc:129
msgctxt "RID_SVXSTR_EVENT_PRINTDOC"
msgid "Print Document"
msgstr "Druk dokument"
-#: strings.hrc:130
+#: cui/inc/strings.hrc:130
msgctxt "RID_SVXSTR_EVENT_MODIFYCHANGED"
msgid "'Modified' status was changed"
msgstr "'Gewysig'-status is verander"
-#: strings.hrc:131
+#: cui/inc/strings.hrc:131
msgctxt "RID_SVXSTR_EVENT_MAILMERGE"
msgid "Printing of form letters started"
msgstr "Druk van vormletters begin"
-#: strings.hrc:132
+#: cui/inc/strings.hrc:132
msgctxt "RID_SVXSTR_EVENT_MAILMERGE_END"
msgid "Printing of form letters finished"
msgstr "Druk van vormvelde klaar"
-#: strings.hrc:133
+#: cui/inc/strings.hrc:133
msgctxt "RID_SVXSTR_EVENT_FIELDMERGE"
msgid "Merging of form fields started"
msgstr "Saamvoeg van vormvelde begin"
-#: strings.hrc:134
+#: cui/inc/strings.hrc:134
msgctxt "RID_SVXSTR_EVENT_FIELDMERGE_FINISHED"
msgid "Merging of form fields finished"
msgstr "Saamvoeg van vormvelde klaar"
-#: strings.hrc:135
+#: cui/inc/strings.hrc:135
msgctxt "RID_SVXSTR_EVENT_PAGECOUNTCHANGE"
msgid "Changing the page count"
msgstr "Verander bladsytelling"
-#: strings.hrc:136
+#: cui/inc/strings.hrc:136
msgctxt "RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED"
msgid "Loaded a sub component"
msgstr "'n Subkomponent gelaai"
-#: strings.hrc:137
+#: cui/inc/strings.hrc:137
msgctxt "RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED"
msgid "Closed a sub component"
msgstr "'n Subkomponent gesluit"
-#: strings.hrc:138
+#: cui/inc/strings.hrc:138
msgctxt "RID_SVXSTR_EVENT_APPROVEPARAMETER"
msgid "Fill parameters"
msgstr "Vul parameters in"
-#: strings.hrc:139
+#: cui/inc/strings.hrc:139
msgctxt "RID_SVXSTR_EVENT_ACTIONPERFORMED"
msgid "Execute action"
msgstr "Voer aksie uit"
-#: strings.hrc:140
+#: cui/inc/strings.hrc:140
msgctxt "RID_SVXSTR_EVENT_AFTERUPDATE"
msgid "After updating"
msgstr "Na bywerking"
-#: strings.hrc:141
+#: cui/inc/strings.hrc:141
msgctxt "RID_SVXSTR_EVENT_BEFOREUPDATE"
msgid "Before updating"
msgstr "Voor bywerking"
-#: strings.hrc:142
+#: cui/inc/strings.hrc:142
msgctxt "RID_SVXSTR_EVENT_APPROVEROWCHANGE"
msgid "Before record action"
msgstr "Voor opneemaksie"
-#: strings.hrc:143
+#: cui/inc/strings.hrc:143
msgctxt "RID_SVXSTR_EVENT_ROWCHANGE"
msgid "After record action"
msgstr "Na opneemaksie"
-#: strings.hrc:144
+#: cui/inc/strings.hrc:144
msgctxt "RID_SVXSTR_EVENT_CONFIRMDELETE"
msgid "Confirm deletion"
msgstr "Bevestig skrapping"
-#: strings.hrc:145
+#: cui/inc/strings.hrc:145
msgctxt "RID_SVXSTR_EVENT_ERROROCCURRED"
msgid "Error occurred"
msgstr "Fout het voorgekom"
-#: strings.hrc:146
+#: cui/inc/strings.hrc:146
msgctxt "RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED"
msgid "While adjusting"
msgstr "Tydens aanpassing"
-#: strings.hrc:147
+#: cui/inc/strings.hrc:147
msgctxt "RID_SVXSTR_EVENT_FOCUSGAINED"
msgid "When receiving focus"
msgstr "Tydens fokusontvangs"
-#: strings.hrc:148
+#: cui/inc/strings.hrc:148
msgctxt "RID_SVXSTR_EVENT_FOCUSLOST"
msgid "When losing focus"
msgstr "Tydens fokusverlies"
-#: strings.hrc:149
+#: cui/inc/strings.hrc:149
msgctxt "RID_SVXSTR_EVENT_ITEMSTATECHANGED"
msgid "Item status changed"
msgstr "Itemstatus het verander"
-#: strings.hrc:150
+#: cui/inc/strings.hrc:150
msgctxt "RID_SVXSTR_EVENT_KEYTYPED"
msgid "Key pressed"
msgstr "Sleutel gedruk"
-#: strings.hrc:151
+#: cui/inc/strings.hrc:151
msgctxt "RID_SVXSTR_EVENT_KEYUP"
msgid "Key released"
msgstr "Sleutel laat los"
-#: strings.hrc:152
+#: cui/inc/strings.hrc:152
msgctxt "RID_SVXSTR_EVENT_LOADED"
msgid "When loading"
msgstr "Tydens laai"
-#: strings.hrc:153
+#: cui/inc/strings.hrc:153
msgctxt "RID_SVXSTR_EVENT_RELOADING"
msgid "Before reloading"
msgstr "Voor herlaai"
-#: strings.hrc:154
+#: cui/inc/strings.hrc:154
msgctxt "RID_SVXSTR_EVENT_RELOADED"
msgid "When reloading"
msgstr "Tydens herlaai"
-#: strings.hrc:155
+#: cui/inc/strings.hrc:155
msgctxt "RID_SVXSTR_EVENT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
msgstr "Muis het beweeg toe sleutel gedruk is"
-#: strings.hrc:156
+#: cui/inc/strings.hrc:156
msgctxt "RID_SVXSTR_EVENT_MOUSEENTERED"
msgid "Mouse inside"
msgstr "Muis binne"
-#: strings.hrc:157
+#: cui/inc/strings.hrc:157
msgctxt "RID_SVXSTR_EVENT_MOUSEEXITED"
msgid "Mouse outside"
msgstr "Muis buite"
-#: strings.hrc:158
+#: cui/inc/strings.hrc:158
msgctxt "RID_SVXSTR_EVENT_MOUSEMOVED"
msgid "Mouse moved"
msgstr "Muis het beweeg"
-#: strings.hrc:159
+#: cui/inc/strings.hrc:159
msgctxt "RID_SVXSTR_EVENT_MOUSEPRESSED"
msgid "Mouse button pressed"
msgstr "Muisknoppie gedruk"
-#: strings.hrc:160
+#: cui/inc/strings.hrc:160
msgctxt "RID_SVXSTR_EVENT_MOUSERELEASED"
msgid "Mouse button released"
msgstr "Muisknoppie gelos"
-#: strings.hrc:161
+#: cui/inc/strings.hrc:161
msgctxt "RID_SVXSTR_EVENT_POSITIONING"
msgid "Before record change"
msgstr "Voor rekordverandering"
-#: strings.hrc:162
+#: cui/inc/strings.hrc:162
msgctxt "RID_SVXSTR_EVENT_POSITIONED"
msgid "After record change"
msgstr "Na rekordverandering"
-#: strings.hrc:163
+#: cui/inc/strings.hrc:163
msgctxt "RID_SVXSTR_EVENT_RESETTED"
msgid "After resetting"
msgstr "Na teruglaaiing"
-#: strings.hrc:164
+#: cui/inc/strings.hrc:164
msgctxt "RID_SVXSTR_EVENT_APPROVERESETTED"
msgid "Prior to reset"
msgstr "Voor terugstelling"
-#: strings.hrc:165
+#: cui/inc/strings.hrc:165
msgctxt "RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED"
msgid "Approve action"
msgstr "Keur aksie goed"
-#: strings.hrc:166
+#: cui/inc/strings.hrc:166
msgctxt "RID_SVXSTR_EVENT_SUBMITTED"
msgid "Before submitting"
msgstr "Voor indiening"
-#: strings.hrc:167
+#: cui/inc/strings.hrc:167
msgctxt "RID_SVXSTR_EVENT_TEXTCHANGED"
msgid "Text modified"
msgstr "Teks gewysig"
-#: strings.hrc:168
+#: cui/inc/strings.hrc:168
msgctxt "RID_SVXSTR_EVENT_UNLOADING"
msgid "Before unloading"
msgstr "Voor ontlading"
-#: strings.hrc:169
+#: cui/inc/strings.hrc:169
msgctxt "RID_SVXSTR_EVENT_UNLOADED"
msgid "When unloading"
msgstr "Tydens ontlaaiing"
-#: strings.hrc:170
+#: cui/inc/strings.hrc:170
msgctxt "RID_SVXSTR_EVENT_CHANGED"
msgid "Changed"
msgstr "Het verander"
-#: strings.hrc:171
+#: cui/inc/strings.hrc:171
msgctxt "RID_SVXSTR_EVENT_CREATEDOC"
msgid "Document created"
msgstr "Dokument geskep"
-#: strings.hrc:172
+#: cui/inc/strings.hrc:172
msgctxt "RID_SVXSTR_EVENT_LOADDOCFINISHED"
msgid "Document loading finished"
msgstr "Dokument klaar gelaai"
-#: strings.hrc:173
+#: cui/inc/strings.hrc:173
msgctxt "RID_SVXSTR_EVENT_SAVEDOCFAILED"
msgid "Saving of document failed"
msgstr "Kon nie dokument stoor nie"
-#: strings.hrc:174
+#: cui/inc/strings.hrc:174
msgctxt "RID_SVXSTR_EVENT_SAVEASDOCFAILED"
msgid "'Save as' has failed"
msgstr "'Stoor as' het misluk"
-#: strings.hrc:175
+#: cui/inc/strings.hrc:175
msgctxt "RID_SVXSTR_EVENT_COPYTODOC"
msgid "Storing or exporting copy of document"
msgstr "Stoor of voer kopie van dokument uit"
-#: strings.hrc:176
+#: cui/inc/strings.hrc:176
msgctxt "RID_SVXSTR_EVENT_COPYTODOCDONE"
msgid "Document copy has been created"
msgstr "Dokumentkopie is geskep"
-#: strings.hrc:177
+#: cui/inc/strings.hrc:177
msgctxt "RID_SVXSTR_EVENT_COPYTODOCFAILED"
msgid "Creating of document copy failed"
msgstr "Skep van dokumentkopie het misluk"
-#: strings.hrc:178
+#: cui/inc/strings.hrc:178
msgctxt "RID_SVXSTR_EVENT_VIEWCREATED"
msgid "View created"
msgstr "Aansig geskep"
-#: strings.hrc:179
+#: cui/inc/strings.hrc:179
msgctxt "RID_SVXSTR_EVENT_PREPARECLOSEVIEW"
msgid "View is going to be closed"
msgstr "Aansig gaan gesluit word"
-#: strings.hrc:180
+#: cui/inc/strings.hrc:180
msgctxt "RID_SVXSTR_EVENT_CLOSEVIEW"
msgid "View closed"
msgstr "Bekyk geslote"
-#: strings.hrc:181
+#: cui/inc/strings.hrc:181
msgctxt "RID_SVXSTR_EVENT_TITLECHANGED"
msgid "Document title changed"
msgstr "Dokumenttitel verander"
-#: strings.hrc:182
+#: cui/inc/strings.hrc:182
msgctxt "RID_SVXSTR_EVENT_SELECTIONCHANGED"
msgid "Selection changed"
msgstr ""
-#: strings.hrc:183
+#: cui/inc/strings.hrc:183
#, fuzzy
msgctxt "RID_SVXSTR_EVENT_DOUBLECLICK"
msgid "Double click"
msgstr "Dubbelkliek"
-#: strings.hrc:184
+#: cui/inc/strings.hrc:184
msgctxt "RID_SVXSTR_EVENT_RIGHTCLICK"
msgid "Right click"
msgstr ""
-#: strings.hrc:185
+#: cui/inc/strings.hrc:185
msgctxt "RID_SVXSTR_EVENT_CALCULATE"
msgid "Formulas calculated"
msgstr ""
-#: strings.hrc:186
+#: cui/inc/strings.hrc:186
msgctxt "RID_SVXSTR_EVENT_CONTENTCHANGED"
msgid "Content changed"
msgstr ""
-#: strings.hrc:188
+#: cui/inc/strings.hrc:188
msgctxt "RID_STR_SEARCH_ANYWHERE"
msgid "anywhere in the field"
msgstr "enige plek in die veld"
-#: strings.hrc:189
+#: cui/inc/strings.hrc:189
msgctxt "RID_STR_SEARCH_BEGINNING"
msgid "beginning of field"
msgstr "begin van veld"
-#: strings.hrc:190
+#: cui/inc/strings.hrc:190
msgctxt "RID_STR_SEARCH_END"
msgid "end of field"
msgstr "einde van veld"
-#: strings.hrc:191
+#: cui/inc/strings.hrc:191
msgctxt "RID_STR_SEARCH_WHOLE"
msgid "entire field"
msgstr "hele veld"
-#: strings.hrc:192
+#: cui/inc/strings.hrc:192
msgctxt "RID_STR_FROM_TOP"
msgid "From top"
msgstr "Vanaf bo"
-#: strings.hrc:193
+#: cui/inc/strings.hrc:193
msgctxt "RID_STR_FROM_BOTTOM"
msgid "From bottom"
msgstr "Van onder"
-#: strings.hrc:194
+#: cui/inc/strings.hrc:194
msgctxt "RID_STR_SEARCH_NORECORD"
msgid "No records corresponding to your data found."
msgstr "Geen rekords wat met u data ooreenstem is gevind nie."
-#: strings.hrc:195
+#: cui/inc/strings.hrc:195
msgctxt "RID_STR_SEARCH_GENERAL_ERROR"
msgid "An unknown error occurred. The search could not be finished."
msgstr "'n Onbekende fout het voorgekom. Die soektog kon nie beëindig word nie."
-#: strings.hrc:196
+#: cui/inc/strings.hrc:196
msgctxt "RID_STR_OVERFLOW_FORWARD"
msgid "Overflow, search continued at the beginning"
msgstr "Oorloop, soektog aan begin voortgesit"
-#: strings.hrc:197
+#: cui/inc/strings.hrc:197
msgctxt "RID_STR_OVERFLOW_BACKWARD"
msgid "Overflow, search continued at the end"
msgstr "Oorloop, soektog aan einde voortgesit"
-#: strings.hrc:198
+#: cui/inc/strings.hrc:198
msgctxt "RID_STR_SEARCH_COUNTING"
msgid "counting records"
msgstr "besig om rekords te tel"
-#: strings.hrc:200
+#: cui/inc/strings.hrc:200
msgctxt "RID_SVXSTR_GALLERY_NOFILES"
msgid "<No Files>"
msgstr "<Geen Lêers>"
-#: strings.hrc:201
+#: cui/inc/strings.hrc:201
msgctxt "RID_SVXSTR_GALLERYPROPS_OBJECT"
msgid "Object;Objects"
msgstr "Objek;Objekte"
-#: strings.hrc:202
+#: cui/inc/strings.hrc:202
msgctxt "RID_SVXSTR_GALLERY_READONLY"
msgid "(read-only)"
msgstr "(leesalleen)"
-#: strings.hrc:203
+#: cui/inc/strings.hrc:203
msgctxt "RID_SVXSTR_GALLERY_ALLFILES"
msgid "<All Files>"
msgstr "<Alle lêers>"
-#: strings.hrc:204
+#: cui/inc/strings.hrc:204
msgctxt "RID_SVXSTR_GALLERY_ID_EXISTS"
msgid "This ID already exists..."
msgstr "Hierdie ID bestaan reeds..."
-#: strings.hrc:206
+#: cui/inc/strings.hrc:206
msgctxt "RID_MULTIPATH_DBL_ERR"
msgid "The path %1 already exists."
msgstr "Die pad %1 bestaan reeds."
-#: strings.hrc:207
+#: cui/inc/strings.hrc:207
msgctxt "RID_SVXSTR_ARCHIVE_TITLE"
msgid "Select Archives"
msgstr "Merk argief"
-#: strings.hrc:208
+#: cui/inc/strings.hrc:208
msgctxt "RID_SVXSTR_ARCHIVE_HEADLINE"
msgid "Archives"
msgstr "Argief"
-#: strings.hrc:209
+#: cui/inc/strings.hrc:209
msgctxt "RID_SVXSTR_MULTIFILE_DBL_ERR"
msgid "The file %1 already exists."
msgstr "Die lêer %1 bestaan reeds."
-#: strings.hrc:210
+#: cui/inc/strings.hrc:210
msgctxt "RID_SVXSTR_ADD_IMAGE"
msgid "Add Image"
msgstr ""
-#: strings.hrc:212
+#: cui/inc/strings.hrc:212
msgctxt "RID_SVXSTR_ONE_PASSWORD_MISMATCH"
msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
msgstr ""
-#: strings.hrc:213
+#: cui/inc/strings.hrc:213
msgctxt "RID_SVXSTR_TWO_PASSWORDS_MISMATCH"
msgid "The confirmation passwords did not match the original passwords. Set the passwords again."
msgstr ""
-#: strings.hrc:214
+#: cui/inc/strings.hrc:214
msgctxt "RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON"
msgid "Please enter a password to open or to modify, or check the open read-only option to continue."
msgstr ""
-#: strings.hrc:215
+#: cui/inc/strings.hrc:215
msgctxt "RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON_V2"
msgid "Set the password by entering the same password in both boxes."
msgstr ""
-#: strings.hrc:217
+#: cui/inc/strings.hrc:217
msgctxt "STR_AUTOLINK"
msgid "Automatic"
msgstr "Outomaties"
-#: strings.hrc:218
+#: cui/inc/strings.hrc:218
msgctxt "STR_MANUALLINK"
msgid "Manual"
msgstr "Handmatig"
-#: strings.hrc:219
+#: cui/inc/strings.hrc:219
msgctxt "STR_BROKENLINK"
msgid "Not available"
msgstr "Nie beskikbaar nie"
-#: strings.hrc:220
+#: cui/inc/strings.hrc:220
msgctxt "STR_CLOSELINKMSG"
msgid "Are you sure you want to remove the selected link?"
msgstr "Is u seker u wil die geselekteerde skakel skrap?"
-#: strings.hrc:221
+#: cui/inc/strings.hrc:221
msgctxt "STR_CLOSELINKMSG_MULTI"
msgid "Are you sure you want to remove the selected link?"
msgstr "Is u seker u wil die geselekteerde skakel skrap?"
-#: strings.hrc:222
+#: cui/inc/strings.hrc:222
msgctxt "STR_WAITINGLINK"
msgid "Waiting"
msgstr "Wagtend"
-#: strings.hrc:224
+#: cui/inc/strings.hrc:224
msgctxt "RID_SVXSTR_SAVE_SCREENSHOT_AS"
msgid "Save Screenshot As..."
msgstr ""
#. $(ROW) can be a number or the caption of the row in quotes
-#: strings.hrc:227
+#: cui/inc/strings.hrc:227
msgctxt "RID_SVXSTR_DIAGRAM_ROW"
msgid "Data Series $(ROW)"
msgstr "Datareeks $(ROW)"
-#: strings.hrc:229
+#: cui/inc/strings.hrc:229
msgctxt "RID_SVXSTR_DRIVER_NAME"
msgid "Driver name"
msgstr ""
-#: strings.hrc:230
+#: cui/inc/strings.hrc:230
msgctxt "RID_SVXSTR_POOLED_FLAG"
msgid "Pool"
msgstr ""
-#: strings.hrc:231
+#: cui/inc/strings.hrc:231
msgctxt "RID_SVXSTR_POOL_TIMEOUT"
msgid "Timeout"
msgstr ""
-#: strings.hrc:232
+#: cui/inc/strings.hrc:232
msgctxt "RID_SVXSTR_YES"
msgid "Yes"
msgstr "Ja"
-#: strings.hrc:233
+#: cui/inc/strings.hrc:233
msgctxt "RID_SVXSTR_NO"
msgid "No"
msgstr "Nee"
-#: strings.hrc:235
+#: cui/inc/strings.hrc:235
msgctxt "STR_LINKEDDOC_DOESNOTEXIST"
msgid ""
"The file\n"
@@ -1032,7 +1032,7 @@ msgstr ""
"$file$\n"
"bestaan nie."
-#: strings.hrc:236
+#: cui/inc/strings.hrc:236
msgctxt "STR_LINKEDDOC_NO_SYSTEM_FILE"
msgid ""
"The file\n"
@@ -1043,7 +1043,7 @@ msgstr ""
"$file$\n"
"bestaan nie in die plaaslike lêerstelsel nie."
-#: strings.hrc:237
+#: cui/inc/strings.hrc:237
msgctxt "STR_NAME_CONFLICT"
msgid ""
"The name '$file$' is already used for another database.\n"
@@ -1052,159 +1052,159 @@ msgstr ""
"Die naam '$file$' word reeds deur 'n ander databasis gebruik.\n"
"Kies asseblief 'n ander naam."
-#: strings.hrc:238
+#: cui/inc/strings.hrc:238
msgctxt "RID_SVXSTR_QUERY_DELETE_CONFIRM"
msgid "Do you want to delete the entry?"
msgstr "Wil u die woordeboek skrap?"
-#: strings.hrc:240
+#: cui/inc/strings.hrc:240
msgctxt "RID_SVXSTR_DELQUERY"
msgid "Do you want to delete the following object?"
msgstr "Wil u die volgende objek skrap?"
-#: strings.hrc:241
+#: cui/inc/strings.hrc:241
msgctxt "RID_SVXSTR_DELQUERY_TITLE"
msgid "Confirm Deletion"
msgstr "Bevestig skrapping"
-#: strings.hrc:242
+#: cui/inc/strings.hrc:242
msgctxt "RID_SVXSTR_DELFAILED"
msgid "The selected object could not be deleted."
msgstr "Die geselekteerde objek kon nie geskrap word nie."
-#: strings.hrc:243
+#: cui/inc/strings.hrc:243
msgctxt "RID_SVXSTR_DELFAILED_TITLE"
msgid "Error Deleting Object"
msgstr "Kon nie objek skrap nie"
-#: strings.hrc:244
+#: cui/inc/strings.hrc:244
#, fuzzy
msgctxt "RID_SVXSTR_CREATEFAILED"
msgid "The object could not be created."
msgstr "Die objek kon nie ingevoeg word nie."
-#: strings.hrc:245
+#: cui/inc/strings.hrc:245
#, fuzzy
msgctxt "RID_SVXSTR_CREATEFAILEDDUP"
msgid " Object with the same name already exists."
msgstr "Objek met selfde naam bestaan reeds"
-#: strings.hrc:246
+#: cui/inc/strings.hrc:246
#, fuzzy
msgctxt "RID_SVXSTR_CREATEFAILED_TITLE"
msgid "Error Creating Object"
msgstr "Kon nie objek skrap nie"
-#: strings.hrc:247
+#: cui/inc/strings.hrc:247
#, fuzzy
msgctxt "RID_SVXSTR_RENAMEFAILED"
msgid "The object could not be renamed."
msgstr "Die objek kon nie ingevoeg word nie."
-#: strings.hrc:248
+#: cui/inc/strings.hrc:248
msgctxt "RID_SVXSTR_RENAMEFAILED_TITLE"
msgid "Error Renaming Object"
msgstr "Fout met hernoem van objek"
-#: strings.hrc:249
+#: cui/inc/strings.hrc:249
msgctxt "RID_SVXSTR_ERROR_TITLE"
msgid "%PRODUCTNAME Error"
msgstr "%PRODUCTNAME-fout"
-#: strings.hrc:250
+#: cui/inc/strings.hrc:250
#, c-format
msgctxt "RID_SVXSTR_ERROR_LANG_NOT_SUPPORTED"
msgid "The scripting language %LANGUAGENAME is not supported."
msgstr "Die skriptaal %LANGUAGENAME word nie ondersteun nie."
-#: strings.hrc:251
+#: cui/inc/strings.hrc:251
#, c-format
msgctxt "RID_SVXSTR_ERROR_RUNNING"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr ""
-#: strings.hrc:252
+#: cui/inc/strings.hrc:252
#, c-format
msgctxt "RID_SVXSTR_EXCEPTION_RUNNING"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr ""
-#: strings.hrc:253
+#: cui/inc/strings.hrc:253
msgctxt "RID_SVXSTR_ERROR_AT_LINE"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr ""
-#: strings.hrc:254
+#: cui/inc/strings.hrc:254
msgctxt "RID_SVXSTR_EXCEPTION_AT_LINE"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr ""
-#: strings.hrc:255
+#: cui/inc/strings.hrc:255
#, c-format
msgctxt "RID_SVXSTR_FRAMEWORK_ERROR_RUNNING"
msgid "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr ""
-#: strings.hrc:256
+#: cui/inc/strings.hrc:256
#, fuzzy
msgctxt "RID_SVXSTR_ERROR_TYPE_LABEL"
msgid "Type:"
msgstr "Soort"
-#: strings.hrc:257
+#: cui/inc/strings.hrc:257
msgctxt "RID_SVXSTR_ERROR_MESSAGE_LABEL"
msgid "Message:"
msgstr "Boodskap:"
-#: strings.hrc:259
+#: cui/inc/strings.hrc:259
msgctxt "RID_SVXSTR_TYPE"
msgid "Registered name"
msgstr ""
-#: strings.hrc:260
+#: cui/inc/strings.hrc:260
#, fuzzy
msgctxt "RID_SVXSTR_PATH"
msgid "Database file"
msgstr "Databasisveld"
#. abbreviation for "[Load]"
-#: strings.hrc:263
+#: cui/inc/strings.hrc:263
msgctxt "RID_SVXSTR_HEADER1"
msgid "[L]"
msgstr ""
#. abbreviation for "[Save]"
-#: strings.hrc:265
+#: cui/inc/strings.hrc:265
msgctxt "RID_SVXSTR_HEADER2"
msgid "[S]"
msgstr ""
-#: strings.hrc:266
+#: cui/inc/strings.hrc:266
msgctxt "RID_SVXSTR_CHG_MATH"
msgid "MathType to %PRODUCTNAME Math or reverse"
msgstr ""
-#: strings.hrc:267
+#: cui/inc/strings.hrc:267
msgctxt "RID_SVXSTR_CHG_WRITER"
msgid "WinWord to %PRODUCTNAME Writer or reverse"
msgstr ""
-#: strings.hrc:268
+#: cui/inc/strings.hrc:268
msgctxt "RID_SVXSTR_CHG_CALC"
msgid "Excel to %PRODUCTNAME Calc or reverse"
msgstr ""
-#: strings.hrc:269
+#: cui/inc/strings.hrc:269
msgctxt "RID_SVXSTR_CHG_IMPRESS"
msgid "PowerPoint to %PRODUCTNAME Impress or reverse"
msgstr ""
-#: strings.hrc:270
+#: cui/inc/strings.hrc:270
msgctxt "RID_SVXSTR_CHG_SMARTART"
msgid "SmartArt to %PRODUCTNAME shapes or reverse"
msgstr ""
-#: strings.hrc:272
+#: cui/inc/strings.hrc:272
msgctxt "RID_SVXSTR_OPT_DOUBLE_DICTS"
msgid ""
"The specified name already exists.\n"
@@ -1223,115 +1223,115 @@ msgstr ""
#. contains an optional model word associated to the new user word,
#. allowing its affixation or compounding during spell checking.
#. For example, adding "Grammar By" word "fund" to the new user
-#. word "crowdfund", the spell checker will recogize "crowdfund"
+#. word "crowdfund", the spell checker will recognize "crowdfund"
#. with suffixes of "fund": "crowdfunding", "crowdfund's" etc.
-#: strings.hrc:287
+#: cui/inc/strings.hrc:287
msgctxt "RID_SVXSTR_OPT_GRAMMAR_BY"
msgid "~Grammar By"
msgstr ""
-#: strings.hrc:288
+#: cui/inc/strings.hrc:288
#, fuzzy
msgctxt "STR_MODIFY"
msgid "~Replace"
msgstr "Vervang"
-#: strings.hrc:289
+#: cui/inc/strings.hrc:289
msgctxt "RID_SVXSTR_CONFIRM_SET_LANGUAGE"
msgid "Do you want to change the '%1' dictionary language?"
msgstr "Wil u die '%1'-woordeboektaal wysig?"
-#: strings.hrc:291
+#: cui/inc/strings.hrc:291
msgctxt "RID_SVXSTR_COLOR_CONFIG_DELETE"
msgid "Do you really want to delete the color scheme?"
msgstr "Wil u regtig die kleurskema skrap?"
-#: strings.hrc:292
+#: cui/inc/strings.hrc:292
msgctxt "RID_SVXSTR_COLOR_CONFIG_DELETE_TITLE"
msgid "Color Scheme Deletion"
msgstr "Kleurskemaskrapping"
-#: strings.hrc:293
+#: cui/inc/strings.hrc:293
msgctxt "RID_SVXSTR_COLOR_CONFIG_SAVE1"
msgid "Save scheme"
msgstr "Stoor skema"
-#: strings.hrc:294
+#: cui/inc/strings.hrc:294
msgctxt "RID_SVXSTR_COLOR_CONFIG_SAVE2"
msgid "Name of color scheme"
msgstr "Naam van kleurskema"
-#: strings.hrc:296
+#: cui/inc/strings.hrc:296
msgctxt "RID_SVXSTR_SPELL"
msgid "Spelling"
msgstr "Spelling"
-#: strings.hrc:297
+#: cui/inc/strings.hrc:297
msgctxt "RID_SVXSTR_HYPH"
msgid "Hyphenation"
msgstr "Woordafbreking"
-#: strings.hrc:298
+#: cui/inc/strings.hrc:298
msgctxt "RID_SVXSTR_THES"
msgid "Thesaurus"
msgstr "Tesourus"
-#: strings.hrc:299
+#: cui/inc/strings.hrc:299
msgctxt "RID_SVXSTR_GRAMMAR"
msgid "Grammar"
msgstr "Grammatika"
-#: strings.hrc:300
+#: cui/inc/strings.hrc:300
msgctxt "RID_SVXSTR_CAPITAL_WORDS"
msgid "Check uppercase words"
msgstr ""
-#: strings.hrc:301
+#: cui/inc/strings.hrc:301
msgctxt "RID_SVXSTR_WORDS_WITH_DIGITS"
msgid "Check words with numbers "
msgstr ""
-#: strings.hrc:302
+#: cui/inc/strings.hrc:302
msgctxt "RID_SVXSTR_SPELL_SPECIAL"
msgid "Check special regions"
msgstr ""
-#: strings.hrc:303
+#: cui/inc/strings.hrc:303
msgctxt "RID_SVXSTR_SPELL_AUTO"
msgid "Check spelling as you type"
msgstr ""
-#: strings.hrc:304
+#: cui/inc/strings.hrc:304
msgctxt "RID_SVXSTR_GRAMMAR_AUTO"
msgid "Check grammar as you type"
msgstr ""
-#: strings.hrc:305
+#: cui/inc/strings.hrc:305
msgctxt "RID_SVXSTR_NUM_MIN_WORDLEN"
msgid "Minimal number of characters for hyphenation: "
msgstr ""
-#: strings.hrc:306
+#: cui/inc/strings.hrc:306
msgctxt "RID_SVXSTR_NUM_PRE_BREAK"
msgid "Characters before line break: "
msgstr ""
-#: strings.hrc:307
+#: cui/inc/strings.hrc:307
msgctxt "RID_SVXSTR_NUM_POST_BREAK"
msgid "Characters after line break: "
msgstr ""
-#: strings.hrc:308
+#: cui/inc/strings.hrc:308
msgctxt "RID_SVXSTR_HYPH_AUTO"
msgid "Hyphenate without inquiry"
msgstr ""
-#: strings.hrc:309
+#: cui/inc/strings.hrc:309
msgctxt "RID_SVXSTR_HYPH_SPECIAL"
msgid "Hyphenate special regions"
msgstr ""
-#: strings.hrc:311
+#: cui/inc/strings.hrc:311
#, fuzzy
msgctxt "RID_SVXSTR_JRE_NOT_RECOGNIZED"
msgid ""
@@ -1341,7 +1341,7 @@ msgstr ""
"Die vouer wat u gekies het, bevat nie 'n Java-looptydomgewing nie.\n"
"Kies asseblief 'n ander vouer."
-#: strings.hrc:312
+#: cui/inc/strings.hrc:312
#, fuzzy
msgctxt "RID_SVXSTR_JRE_FAILED_VERSION"
msgid ""
@@ -1351,17 +1351,17 @@ msgstr ""
"Die Java-looptydomgewing wat u gekies het, is nie die vereiste weergawe nie.\n"
"Kies asseblief 'n ander vouer."
-#: strings.hrc:313
+#: cui/inc/strings.hrc:313
msgctxt "RID_SVXSTR_OPTIONS_RESTART"
msgid "Please restart %PRODUCTNAME now so the new or modified values can take effect."
msgstr ""
-#: strings.hrc:314
+#: cui/inc/strings.hrc:314
msgctxt "RID_SVXSTR_JAVA_START_PARAM"
msgid "Edit Parameter"
msgstr ""
-#: strings.hrc:316
+#: cui/inc/strings.hrc:316
msgctxt "RID_SVXSTR_OPT_PROXYPORTS"
msgid ""
"Invalid value!\n"
@@ -1372,69 +1372,33 @@ msgstr ""
"\n"
"Die maksimum waarde vir 'n poortnommer is 65535."
-#: strings.hrc:318
-msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
-msgid "Left-to-right (LTR)"
-msgstr ""
-
-#: strings.hrc:319
-msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
-msgid "Right-to-left (RTL)"
-msgstr ""
-
-#: strings.hrc:320
-msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
-msgid "Use superordinate object settings"
-msgstr "Gebruik bogeskikte objekinstellings"
-
-#. page direction
-#: strings.hrc:322
-msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
-msgid "Left-to-right (horizontal)"
-msgstr "Links na regs (horisontaal)"
-
-#: strings.hrc:323
-msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
-msgid "Right-to-left (horizontal)"
-msgstr "Regs na links (horisontaal)"
-
-#: strings.hrc:324
-msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
-msgid "Right-to-left (vertical)"
-msgstr ""
-
-#: strings.hrc:325
-msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
-msgid "Left-to-right (vertical)"
-msgstr "Links na regs (vertikaal)"
-
-#: strings.hrc:327
+#: cui/inc/strings.hrc:318
msgctxt "RID_SVXSTR_DESC_GRADIENT"
msgid "Please enter a name for the gradient:"
msgstr "Tik asseblief 'n naam vir die gradiënt in:"
-#: strings.hrc:328
+#: cui/inc/strings.hrc:319
msgctxt "RID_SVXSTR_DESC_NEW_BITMAP"
msgid "Please enter a name for the bitmap:"
msgstr "Tik asseblief 'n naam vir die biskaart in:"
-#: strings.hrc:329
+#: cui/inc/strings.hrc:320
msgctxt "RID_SVXSTR_DESC_EXT_BITMAP"
msgid "Please enter a name for the external bitmap:"
msgstr "Tik asseblief 'n naam vir die eksterne biskaart in:"
-#: strings.hrc:330
+#: cui/inc/strings.hrc:321
#, fuzzy
msgctxt "RID_SVXSTR_DESC_NEW_PATTERN"
msgid "Please enter a name for the pattern:"
msgstr "Tik asseblief 'n naam vir die arsering:"
-#: strings.hrc:331
+#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINESTYLE"
msgid "Please enter a name for the line style:"
msgstr "Tik asseblief 'n naam vir die lynstyl:"
-#: strings.hrc:332
+#: cui/inc/strings.hrc:323
msgctxt "RID_SVXSTR_ASK_CHANGE_LINESTYLE"
msgid ""
"The line style was modified without saving. \n"
@@ -1443,4817 +1407,4836 @@ msgstr ""
"Die lynstyl is verander, maar nie gestoor nie. \n"
"Wysig die gekose lynstyl of voeg 'n nuwe lynstyl by."
-#: strings.hrc:333
+#: cui/inc/strings.hrc:324
msgctxt "RID_SVXSTR_DESC_HATCH"
msgid "Please enter a name for the hatching:"
msgstr "Tik asseblief 'n naam vir die arsering:"
-#: strings.hrc:334
+#: cui/inc/strings.hrc:325
msgctxt "RID_SVXSTR_CHANGE"
msgid "Modify"
msgstr "Wysig"
-#: strings.hrc:335
+#: cui/inc/strings.hrc:326
msgctxt "RID_SVXSTR_ADD"
msgid "Add"
msgstr "Voeg by"
-#: strings.hrc:336
+#: cui/inc/strings.hrc:327
msgctxt "RID_SVXSTR_DESC_COLOR"
msgid "Please enter a name for the new color:"
msgstr "Tik asseblief 'n naam vir die nuwe kleur:"
-#: strings.hrc:337
+#: cui/inc/strings.hrc:328
msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:338
+#: cui/inc/strings.hrc:329
msgctxt "RID_SVXSTR_DESC_LINEEND"
msgid "Please enter a name for the new arrowhead:"
msgstr "Tik asseblief 'n naam vir die nuwe pylpunt:"
-#: strings.hrc:339
+#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_CHARNAME_NOSTYLE"
msgid "No %1"
msgstr "Geen %1"
-#: strings.hrc:340
+#: cui/inc/strings.hrc:331
#, fuzzy
msgctxt "RID_SVXSTR_CHARNAME_FAMILY"
msgid "Family:"
msgstr "Tamil"
-#: strings.hrc:341
+#: cui/inc/strings.hrc:332
#, fuzzy
msgctxt "RID_SVXSTR_CHARNAME_FONT"
msgid "Font:"
msgstr "Font"
-#: strings.hrc:342
+#: cui/inc/strings.hrc:333
#, fuzzy
msgctxt "RID_SVXSTR_CHARNAME_STYLE"
msgid "Style:"
msgstr "Styl"
-#: strings.hrc:343
+#: cui/inc/strings.hrc:334
#, fuzzy
msgctxt "RID_SVXSTR_CHARNAME_TYPEFACE"
msgid "Typeface:"
msgstr "Lettertipe"
-#: strings.hrc:344
+#: cui/inc/strings.hrc:335
msgctxt "RID_SVXSTR_CHARNAME_HIGHLIGHTING"
msgid "Highlight Color"
msgstr ""
-#: strings.hrc:345
+#: cui/inc/strings.hrc:336
#, fuzzy
msgctxt "RID_SVXSTR_USE_REPLACE"
msgid "Use replacement table"
msgstr "Gebruik vervangingstabel"
-#: strings.hrc:346
+#: cui/inc/strings.hrc:337
#, fuzzy
msgctxt "RID_SVXSTR_CPTL_STT_WORD"
msgid "Correct TWo INitial CApitals"
msgstr "Korrigeer TWee AAnvangshoofletters"
-#: strings.hrc:347
+#: cui/inc/strings.hrc:338
#, fuzzy
msgctxt "RID_SVXSTR_CPTL_STT_SENT"
msgid "Capitalize first letter of every sentence"
msgstr "Hoofletters aan die begin van sinne"
-#: strings.hrc:348
+#: cui/inc/strings.hrc:339
msgctxt "RID_SVXSTR_BOLD_UNDER"
msgid "Automatic *bold*, /italic/, -strikeout- and _underline_"
msgstr ""
-#: strings.hrc:349
+#: cui/inc/strings.hrc:340
msgctxt "RID_SVXSTR_NO_DBL_SPACES"
msgid "Ignore double spaces"
msgstr ""
-#: strings.hrc:350
+#: cui/inc/strings.hrc:341
#, fuzzy
msgctxt "RID_SVXSTR_DETECT_URL"
msgid "URL Recognition"
msgstr "URL-herkenning"
-#: strings.hrc:351
+#: cui/inc/strings.hrc:342
#, fuzzy
msgctxt "RID_SVXSTR_DASH"
msgid "Replace dashes"
msgstr "Vervang aandagstrepe"
-#: strings.hrc:352
+#: cui/inc/strings.hrc:343
msgctxt "RID_SVXSTR_CORRECT_ACCIDENTAL_CAPS_LOCK"
msgid "Correct accidental use of cAPS LOCK key"
msgstr ""
-#: strings.hrc:353
+#: cui/inc/strings.hrc:344
msgctxt "RID_SVXSTR_NON_BREAK_SPACE"
msgid "Add non-breaking space before specific punctuation marks in French text"
msgstr ""
-#: strings.hrc:354
+#: cui/inc/strings.hrc:345
msgctxt "RID_SVXSTR_ORDINAL"
msgid "Format ordinal numbers suffixes (1st -> 1^st)"
msgstr ""
-#: strings.hrc:355
+#: cui/inc/strings.hrc:346
#, fuzzy
msgctxt "RID_SVXSTR_DEL_EMPTY_PARA"
msgid "Remove blank paragraphs"
msgstr "Verwyder leë paragrawe"
-#: strings.hrc:356
+#: cui/inc/strings.hrc:347
#, fuzzy
msgctxt "RID_SVXSTR_USER_STYLE"
msgid "Replace Custom Styles"
msgstr "Vervang doelgemaakte style"
-#: strings.hrc:357
+#: cui/inc/strings.hrc:348
msgctxt "RID_SVXSTR_BULLET"
msgid "Replace bullets with: "
msgstr ""
-#: strings.hrc:358
+#: cui/inc/strings.hrc:349
msgctxt "RID_SVXSTR_RIGHT_MARGIN"
msgid "Combine single line paragraphs if length greater than"
msgstr ""
-#: strings.hrc:359
+#: cui/inc/strings.hrc:350
msgctxt "RID_SVXSTR_NUM"
msgid "Bulleted and numbered lists. Bullet symbol: "
msgstr ""
-#: strings.hrc:360
+#: cui/inc/strings.hrc:351
msgctxt "RID_SVXSTR_BORDER"
msgid "Apply border"
msgstr ""
-#: strings.hrc:361
+#: cui/inc/strings.hrc:352
msgctxt "RID_SVXSTR_CREATE_TABLE"
msgid "Create table"
msgstr "Skep tabel"
-#: strings.hrc:362
+#: cui/inc/strings.hrc:353
msgctxt "RID_SVXSTR_REPLACE_TEMPLATES"
msgid "Apply Styles"
msgstr "Pas style toe"
-#: strings.hrc:363
+#: cui/inc/strings.hrc:354
msgctxt "RID_SVXSTR_DEL_SPACES_AT_STT_END"
msgid "Delete spaces and tabs at beginning and end of paragraph"
msgstr ""
-#: strings.hrc:364
+#: cui/inc/strings.hrc:355
msgctxt "RID_SVXSTR_DEL_SPACES_BETWEEN_LINES"
msgid "Delete spaces and tabs at end and start of line"
msgstr ""
-#: strings.hrc:365
+#: cui/inc/strings.hrc:356
msgctxt "RID_SVXSTR_CONNECTOR"
msgid "Connector"
msgstr "Verbinder"
-#: strings.hrc:366
+#: cui/inc/strings.hrc:357
msgctxt "RID_SVXSTR_DIMENSION_LINE"
msgid "Dimension line"
msgstr "Dimensielyn"
-#: strings.hrc:367
+#: cui/inc/strings.hrc:358
#, fuzzy
msgctxt "RID_SVXSTR_LOAD_ERROR"
msgid "The selected module could not be loaded."
msgstr "Die geselekteerde module kon nie gelaai word nie."
-#: strings.hrc:368
+#: cui/inc/strings.hrc:359
msgctxt "RID_SVXSTR_STARTQUOTE"
msgid "Start Quote"
msgstr ""
-#: strings.hrc:369
+#: cui/inc/strings.hrc:360
msgctxt "RID_SVXSTR_ENDQUOTE"
msgid "End Quote"
msgstr ""
-#: strings.hrc:371
+#: cui/inc/strings.hrc:362
msgctxt "RID_SVXSTR_SELECTEDPERSONA"
msgid "Selected Theme: "
msgstr ""
-#: strings.hrc:372
+#: cui/inc/strings.hrc:363
msgctxt "RID_SVXSTR_SEARCHING"
msgid "Searching, please wait..."
msgstr ""
-#: strings.hrc:373
+#: cui/inc/strings.hrc:364
msgctxt "RID_SVXSTR_SEARCHERROR"
msgid "Cannot open %1, please try again later."
msgstr ""
-#: strings.hrc:374
+#: cui/inc/strings.hrc:365
msgctxt "RID_SVXSTR_NORESULTS"
msgid "No results found."
msgstr ""
-#: strings.hrc:375
+#: cui/inc/strings.hrc:366
msgctxt "RID_SVXSTR_APPLYPERSONA"
msgid "Applying Theme..."
msgstr ""
-#: strings.hrc:377
+#: cui/inc/strings.hrc:368
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "Set No Borders"
msgstr ""
-#: strings.hrc:378
+#: cui/inc/strings.hrc:369
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Set Outer Border Only"
msgstr ""
-#: strings.hrc:379
+#: cui/inc/strings.hrc:370
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Set Outer Border and Horizontal Lines"
msgstr ""
-#: strings.hrc:380
+#: cui/inc/strings.hrc:371
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Set Outer Border and All Inner Lines"
msgstr ""
-#: strings.hrc:381
+#: cui/inc/strings.hrc:372
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Set Outer Border Without Changing Inner Lines"
msgstr ""
-#: strings.hrc:382
+#: cui/inc/strings.hrc:373
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Set Diagonal Lines Only"
msgstr "Stel net diagonale lyne op"
-#: strings.hrc:383
+#: cui/inc/strings.hrc:374
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "Set All Four Borders"
msgstr ""
-#: strings.hrc:384
+#: cui/inc/strings.hrc:375
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Set Left and Right Borders Only"
msgstr ""
-#: strings.hrc:385
+#: cui/inc/strings.hrc:376
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Set Top and Bottom Borders Only"
msgstr ""
-#: strings.hrc:386
+#: cui/inc/strings.hrc:377
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Set Left Border Only"
msgstr ""
-#: strings.hrc:387
+#: cui/inc/strings.hrc:378
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Set Top and Bottom Borders, and All Inner Lines"
msgstr ""
-#: strings.hrc:388
+#: cui/inc/strings.hrc:379
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Set Left and Right Borders, and All Inner Lines"
msgstr ""
-#: strings.hrc:389
+#: cui/inc/strings.hrc:380
msgctxt "RID_SVXSTR_SHADOW_STYLE_NONE"
msgid "No Shadow"
msgstr "Geen skadu"
-#: strings.hrc:390
+#: cui/inc/strings.hrc:381
msgctxt "RID_SVXSTR_SHADOW_STYLE_BOTTOMRIGHT"
msgid "Cast Shadow to Bottom Right"
msgstr "Gooi skaduwee na regs onder"
-#: strings.hrc:391
+#: cui/inc/strings.hrc:382
msgctxt "RID_SVXSTR_SHADOW_STYLE_TOPRIGHT"
msgid "Cast Shadow to Top Right"
msgstr "Gooi skaduwee na regs bo"
-#: strings.hrc:392
+#: cui/inc/strings.hrc:383
msgctxt "RID_SVXSTR_SHADOW_STYLE_BOTTOMLEFT"
msgid "Cast Shadow to Bottom Left"
msgstr "Gooi skaduwee na links onder"
-#: strings.hrc:393
+#: cui/inc/strings.hrc:384
msgctxt "RID_SVXSTR_SHADOW_STYLE_TOPLEFT"
msgid "Cast Shadow to Top Left"
msgstr "Gooi skaduwee na links bo"
-#: treeopt.hrc:30
+#: cui/inc/strings.hrc:385
+msgctxt "RID_SVXSTR_SIGNATURELINE_SIGNED_BY"
+msgid "Signed by: %1"
+msgstr ""
+
+#: cui/inc/treeopt.hrc:30
#, fuzzy
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: treeopt.hrc:31
+#: cui/inc/treeopt.hrc:31
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "User Data"
msgstr ""
-#: treeopt.hrc:32
+#: cui/inc/treeopt.hrc:32
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "General"
msgstr "Algemeen"
-#: treeopt.hrc:33
+#: cui/inc/treeopt.hrc:33
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "View"
msgstr "Bekyk"
-#: treeopt.hrc:34
+#: cui/inc/treeopt.hrc:34
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Print"
msgstr "Druk"
-#: treeopt.hrc:35
+#: cui/inc/treeopt.hrc:35
#, fuzzy
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Paths"
msgstr "Paaie"
-#: treeopt.hrc:36
+#: cui/inc/treeopt.hrc:36
#, fuzzy
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Fonts"
msgstr "Font"
-#: treeopt.hrc:37
+#: cui/inc/treeopt.hrc:37
#, fuzzy
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Security"
msgstr "Sekuriteit"
-#: treeopt.hrc:38
+#: cui/inc/treeopt.hrc:38
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Personalization"
msgstr ""
-#: treeopt.hrc:39
+#: cui/inc/treeopt.hrc:39
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Application Colors"
msgstr ""
-#: treeopt.hrc:40
+#: cui/inc/treeopt.hrc:40
#, fuzzy
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Accessibility"
msgstr "Toeganklikheid"
-#: treeopt.hrc:41
+#: cui/inc/treeopt.hrc:41
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Advanced"
msgstr ""
-#: treeopt.hrc:42
+#: cui/inc/treeopt.hrc:42
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Basic IDE"
msgstr ""
-#: treeopt.hrc:43
+#: cui/inc/treeopt.hrc:43
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Online Update"
msgstr "Aanlyn bywerking"
-#: treeopt.hrc:44
+#: cui/inc/treeopt.hrc:44
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "OpenCL"
msgstr ""
-#: treeopt.hrc:49
+#: cui/inc/treeopt.hrc:49
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Language Settings"
msgstr ""
-#: treeopt.hrc:50
+#: cui/inc/treeopt.hrc:50
#, fuzzy
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Languages"
msgstr "Taal"
-#: treeopt.hrc:51
+#: cui/inc/treeopt.hrc:51
#, fuzzy
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Writing Aids"
msgstr "Skryfhulpmiddels"
-#: treeopt.hrc:52
+#: cui/inc/treeopt.hrc:52
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Searching in Japanese"
msgstr ""
-#: treeopt.hrc:53
+#: cui/inc/treeopt.hrc:53
#, fuzzy
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Asian Layout"
msgstr "Asiatiese uitleg"
-#: treeopt.hrc:54
+#: cui/inc/treeopt.hrc:54
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Complex Text Layout"
msgstr ""
-#: treeopt.hrc:59
+#: cui/inc/treeopt.hrc:59
msgctxt "SID_INET_DLG_RES"
msgid "Internet"
msgstr "Internet"
-#: treeopt.hrc:60
+#: cui/inc/treeopt.hrc:60
#, fuzzy
msgctxt "SID_INET_DLG_RES"
msgid "Proxy"
msgstr "Instaanbediener"
-#: treeopt.hrc:61
+#: cui/inc/treeopt.hrc:61
msgctxt "SID_INET_DLG_RES"
msgid "E-mail"
msgstr "E-pos"
-#: treeopt.hrc:66
+#: cui/inc/treeopt.hrc:66
#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Writer"
msgstr "%PRODUCTNAME-fout"
-#: treeopt.hrc:67
+#: cui/inc/treeopt.hrc:67
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "General"
msgstr "Algemeen"
-#: treeopt.hrc:68
+#: cui/inc/treeopt.hrc:68
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "View"
msgstr "Bekyk"
-#: treeopt.hrc:69
+#: cui/inc/treeopt.hrc:69
#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Formatting Aids"
msgstr "Formateerhulp"
-#: treeopt.hrc:70
+#: cui/inc/treeopt.hrc:70
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Grid"
msgstr "Rooster"
-#: treeopt.hrc:71
+#: cui/inc/treeopt.hrc:71
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (Western)"
msgstr ""
-#: treeopt.hrc:72
+#: cui/inc/treeopt.hrc:72
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (Asian)"
msgstr ""
-#: treeopt.hrc:73
+#: cui/inc/treeopt.hrc:73
#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (CTL)"
msgstr "Basiese lettertipes (CTL)"
-#: treeopt.hrc:74
+#: cui/inc/treeopt.hrc:74
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Print"
msgstr "Druk"
-#: treeopt.hrc:75
+#: cui/inc/treeopt.hrc:75
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Table"
msgstr "Tabel"
-#: treeopt.hrc:76
+#: cui/inc/treeopt.hrc:76
#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Changes"
msgstr "Het verander"
-#: treeopt.hrc:77
+#: cui/inc/treeopt.hrc:77
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Comparison"
msgstr ""
-#: treeopt.hrc:78
+#: cui/inc/treeopt.hrc:78
#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Compatibility"
msgstr "Versoenbaarheid"
-#: treeopt.hrc:79
+#: cui/inc/treeopt.hrc:79
#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "AutoCaption"
msgstr "OutoByskrif..."
-#: treeopt.hrc:80
+#: cui/inc/treeopt.hrc:80
#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Mail Merge E-mail"
msgstr "Massapos-e-pos"
-#: treeopt.hrc:85
+#: cui/inc/treeopt.hrc:85
#, fuzzy
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "%PRODUCTNAME Writer/Web"
msgstr "%PRODUCTNAME-fout"
-#: treeopt.hrc:86
+#: cui/inc/treeopt.hrc:86
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "View"
msgstr "Bekyk"
-#: treeopt.hrc:87
+#: cui/inc/treeopt.hrc:87
#, fuzzy
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Formatting Aids"
msgstr "Formateerhulp"
-#: treeopt.hrc:88
+#: cui/inc/treeopt.hrc:88
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Grid"
msgstr "Rooster"
-#: treeopt.hrc:89
+#: cui/inc/treeopt.hrc:89
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Print"
msgstr "Druk"
-#: treeopt.hrc:90
+#: cui/inc/treeopt.hrc:90
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Table"
msgstr "Tabel"
-#: treeopt.hrc:91
+#: cui/inc/treeopt.hrc:91
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Background"
msgstr "Agtergrond"
-#: treeopt.hrc:96
+#: cui/inc/treeopt.hrc:96
#, fuzzy
msgctxt "SID_SM_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Math"
msgstr "%PRODUCTNAME-makro's"
-#: treeopt.hrc:97
+#: cui/inc/treeopt.hrc:97
#, fuzzy
msgctxt "SID_SM_EDITOPTIONS_RES"
msgid "Settings"
msgstr "Instellings"
-#: treeopt.hrc:102
+#: cui/inc/treeopt.hrc:102
#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME-makro's"
-#: treeopt.hrc:103
+#: cui/inc/treeopt.hrc:103
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "General"
msgstr "Algemeen"
-#: treeopt.hrc:104
+#: cui/inc/treeopt.hrc:104
#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Defaults"
msgstr "Verstek"
-#: treeopt.hrc:105
+#: cui/inc/treeopt.hrc:105
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "View"
msgstr "Bekyk"
-#: treeopt.hrc:106
+#: cui/inc/treeopt.hrc:106
#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Calculate"
msgstr "Berek~en"
-#: treeopt.hrc:107
+#: cui/inc/treeopt.hrc:107
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Formula"
msgstr "Formule"
-#: treeopt.hrc:108
+#: cui/inc/treeopt.hrc:108
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Sort Lists"
msgstr ""
-#: treeopt.hrc:109
+#: cui/inc/treeopt.hrc:109
#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Changes"
msgstr "Het verander"
-#: treeopt.hrc:110
+#: cui/inc/treeopt.hrc:110
#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Compatibility"
msgstr "Versoenbaarheid"
-#: treeopt.hrc:111
+#: cui/inc/treeopt.hrc:111
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Grid"
msgstr "Rooster"
-#: treeopt.hrc:112
+#: cui/inc/treeopt.hrc:112
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Print"
msgstr "Druk"
-#: treeopt.hrc:117
+#: cui/inc/treeopt.hrc:117
#, fuzzy
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Impress"
msgstr "%PRODUCTNAME-makro's"
-#: treeopt.hrc:118
+#: cui/inc/treeopt.hrc:118
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "General"
msgstr "Algemeen"
-#: treeopt.hrc:119
+#: cui/inc/treeopt.hrc:119
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "View"
msgstr "Bekyk"
-#: treeopt.hrc:120
+#: cui/inc/treeopt.hrc:120
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "Grid"
msgstr "Rooster"
-#: treeopt.hrc:121
+#: cui/inc/treeopt.hrc:121
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "Print"
msgstr "Druk"
-#: treeopt.hrc:126
+#: cui/inc/treeopt.hrc:126
#, fuzzy
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "%PRODUCTNAME Draw"
msgstr "%PRODUCTNAME-fout"
-#: treeopt.hrc:127
+#: cui/inc/treeopt.hrc:127
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "General"
msgstr "Algemeen"
-#: treeopt.hrc:128
+#: cui/inc/treeopt.hrc:128
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "View"
msgstr "Bekyk"
-#: treeopt.hrc:129
+#: cui/inc/treeopt.hrc:129
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "Grid"
msgstr "Rooster"
-#: treeopt.hrc:130
+#: cui/inc/treeopt.hrc:130
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "Print"
msgstr "Druk"
-#: treeopt.hrc:135
+#: cui/inc/treeopt.hrc:135
msgctxt "SID_SCH_EDITOPTIONS_RES"
msgid "Charts"
msgstr "Grafieke"
-#: treeopt.hrc:136
+#: cui/inc/treeopt.hrc:136
msgctxt "SID_SCH_EDITOPTIONS_RES"
msgid "Default Colors"
msgstr ""
-#: treeopt.hrc:141
+#: cui/inc/treeopt.hrc:141
msgctxt "SID_FILTER_DLG_RES"
msgid "Load/Save"
msgstr ""
-#: treeopt.hrc:142
+#: cui/inc/treeopt.hrc:142
msgctxt "SID_FILTER_DLG_RES"
msgid "General"
msgstr "Algemeen"
-#: treeopt.hrc:143
+#: cui/inc/treeopt.hrc:143
#, fuzzy
msgctxt "SID_FILTER_DLG_RES"
msgid "VBA Properties"
msgstr "VBA-eienskappe"
-#: treeopt.hrc:144
+#: cui/inc/treeopt.hrc:144
msgctxt "SID_FILTER_DLG_RES"
msgid "Microsoft Office"
msgstr "Microsoft Office"
-#: treeopt.hrc:145
+#: cui/inc/treeopt.hrc:145
#, fuzzy
msgctxt "SID_FILTER_DLG_RES"
msgid "HTML Compatibility"
msgstr "HTML-versoenbaarheid"
-#: treeopt.hrc:150
+#: cui/inc/treeopt.hrc:150
#, fuzzy
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "%PRODUCTNAME Base"
msgstr "%PRODUCTNAME-makro's"
-#: treeopt.hrc:151
+#: cui/inc/treeopt.hrc:151
#, fuzzy
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "Connections"
msgstr "Verbindings..."
-#: treeopt.hrc:152
+#: cui/inc/treeopt.hrc:152
#, fuzzy
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "Databases"
msgstr "Databasisse"
-#: aboutconfigdialog.ui:9
+#: cui/uiconfig/ui/aboutconfigdialog.ui:9
#, fuzzy
msgctxt "aboutconfigdialog|AboutConfig"
msgid "Expert Configuration"
msgstr "Gebruikeropstelling"
-#: aboutconfigdialog.ui:48
+#: cui/uiconfig/ui/aboutconfigdialog.ui:48
#, fuzzy
msgctxt "aboutconfigdialog|searchButton"
msgid "_Search"
msgstr "Soek"
-#: aboutconfigdialog.ui:81
+#: cui/uiconfig/ui/aboutconfigdialog.ui:81
msgctxt "aboutconfigdialog|preference"
msgid "Preference Name"
msgstr ""
-#: aboutconfigdialog.ui:96
+#: cui/uiconfig/ui/aboutconfigdialog.ui:96
msgctxt "aboutconfigdialog|property"
msgid "Property"
msgstr "Eienskap"
-#: aboutconfigdialog.ui:109
+#: cui/uiconfig/ui/aboutconfigdialog.ui:109
msgctxt "aboutconfigdialog|type"
msgid "Type"
msgstr "Soort"
-#: aboutconfigdialog.ui:122
+#: cui/uiconfig/ui/aboutconfigdialog.ui:122
msgctxt "aboutconfigdialog|value"
msgid "Value"
msgstr "Waarde"
-#: aboutconfigdialog.ui:169
+#: cui/uiconfig/ui/aboutconfigdialog.ui:169
msgctxt "aboutconfigdialog|edit"
msgid "Edit"
msgstr "Redigeer"
-#: aboutconfigdialog.ui:182
+#: cui/uiconfig/ui/aboutconfigdialog.ui:182
#, fuzzy
msgctxt "aboutconfigdialog|reset"
msgid "Reset"
msgstr "St~el terug"
-#: aboutconfigvaluedialog.ui:9
+#: cui/uiconfig/ui/aboutconfigvaluedialog.ui:9
msgctxt "aboutconfigvaluedialog|AboutConfigValueDialog"
msgid "Name"
msgstr "Naam"
-#: aboutconfigvaluedialog.ui:87
+#: cui/uiconfig/ui/aboutconfigvaluedialog.ui:87
#, fuzzy
msgctxt "aboutconfigvaluedialog|label1"
msgid "Value:"
msgstr "Waarde"
-#: aboutdialog.ui:6
+#: cui/uiconfig/ui/aboutdialog.ui:6
msgctxt "aboutdialog|textbuffer1"
msgid "Version: %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX"
msgstr ""
-#: aboutdialog.ui:11
+#: cui/uiconfig/ui/aboutdialog.ui:11
msgctxt "aboutdialog|AboutDialog"
msgid "About %PRODUCTNAME"
msgstr "Aangaande %PRODUCTNAME"
-#: aboutdialog.ui:25
+#: cui/uiconfig/ui/aboutdialog.ui:25
msgctxt "aboutdialog|credits"
msgid "Cre_dits"
msgstr ""
-#: aboutdialog.ui:40
+#: cui/uiconfig/ui/aboutdialog.ui:40
#, fuzzy
msgctxt "aboutdialog|website"
msgid "_Website"
msgstr "myWebwerf"
-#: aboutdialog.ui:109
+#: cui/uiconfig/ui/aboutdialog.ui:109
#, fuzzy
msgctxt "aboutdialog|logoreplacement"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: aboutdialog.ui:128
+#: cui/uiconfig/ui/aboutdialog.ui:128
msgctxt "aboutdialog|buildid"
msgid "Build ID: $BUILDID"
msgstr ""
-#: aboutdialog.ui:141
+#: cui/uiconfig/ui/aboutdialog.ui:141
msgctxt "aboutdialog|locale"
msgid "Locale: $LOCALE"
msgstr ""
-#: aboutdialog.ui:174
+#: cui/uiconfig/ui/aboutdialog.ui:174
msgctxt "aboutdialog|buildIdLink"
msgid "See Log: $GITHASH"
msgstr ""
-#: aboutdialog.ui:191
+#: cui/uiconfig/ui/aboutdialog.ui:191
msgctxt "aboutdialog|description"
msgid "%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more."
msgstr ""
-#: aboutdialog.ui:214
+#: cui/uiconfig/ui/aboutdialog.ui:214
msgctxt "aboutdialog|copyright"
-msgid "Copyright © 2000–2017 LibreOffice contributors."
+msgid "Copyright © 2000–2018 LibreOffice contributors."
msgstr ""
-#: aboutdialog.ui:228
+#: cui/uiconfig/ui/aboutdialog.ui:228
msgctxt "aboutdialog|libreoffice"
msgid "LibreOffice was based on OpenOffice.org."
msgstr ""
-#: aboutdialog.ui:242
+#: cui/uiconfig/ui/aboutdialog.ui:242
msgctxt "aboutdialog|derived"
msgid "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org."
msgstr ""
-#: aboutdialog.ui:256
+#: cui/uiconfig/ui/aboutdialog.ui:256
msgctxt "aboutdialog|vendor"
msgid "This release was supplied by %OOOVENDOR."
msgstr ""
-#: aboutdialog.ui:276
+#: cui/uiconfig/ui/aboutdialog.ui:276
msgctxt "aboutdialog|link"
msgid "https://www.libreoffice.org/about-us/credits/"
msgstr ""
-#: accelconfigpage.ui:54
+#: cui/uiconfig/ui/accelconfigpage.ui:54
#, fuzzy
msgctxt "accelconfigpage|label21"
msgid "Shortcu_t Keys"
msgstr "Snelsleutels"
-#: accelconfigpage.ui:80
+#: cui/uiconfig/ui/accelconfigpage.ui:80
#, fuzzy
msgctxt "accelconfigpage|office"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: accelconfigpage.ui:97
+#: cui/uiconfig/ui/accelconfigpage.ui:97
msgctxt "accelconfigpage|module"
msgid "$(MODULE)"
msgstr ""
-#: accelconfigpage.ui:129
+#: cui/uiconfig/ui/accelconfigpage.ui:129
#, fuzzy
msgctxt "accelconfigpage|change"
msgid "_Modify"
msgstr "Wysig"
-#: accelconfigpage.ui:157
+#: cui/uiconfig/ui/accelconfigpage.ui:157
msgctxt "accelconfigpage|load"
msgid "_Load..."
msgstr ""
-#: accelconfigpage.ui:172
+#: cui/uiconfig/ui/accelconfigpage.ui:172
#, fuzzy
msgctxt "accelconfigpage|save"
msgid "_Save..."
msgstr "Stoor..."
-#: accelconfigpage.ui:247
+#: cui/uiconfig/ui/accelconfigpage.ui:247
msgctxt "accelconfigpage|searchEntry"
msgid "Type to search"
msgstr ""
-#: accelconfigpage.ui:267
+#: cui/uiconfig/ui/accelconfigpage.ui:267
#, fuzzy
msgctxt "accelconfigpage|label23"
msgid "_Category"
msgstr "Kategorie"
-#: accelconfigpage.ui:281
+#: cui/uiconfig/ui/accelconfigpage.ui:281
#, fuzzy
msgctxt "accelconfigpage|label24"
msgid "_Function"
msgstr "Funksie"
-#: accelconfigpage.ui:295
+#: cui/uiconfig/ui/accelconfigpage.ui:295
msgctxt "accelconfigpage|label25"
msgid "_Keys"
msgstr ""
-#: accelconfigpage.ui:365
+#: cui/uiconfig/ui/accelconfigpage.ui:365
#, fuzzy
msgctxt "accelconfigpage|label22"
msgid "F_unctions"
msgstr "Funksies"
-#: acorexceptpage.ui:50
+#: cui/uiconfig/ui/acorexceptpage.ui:50
msgctxt "acorexceptpage|autoabbrev"
msgid "_AutoInclude"
msgstr ""
-#: acorexceptpage.ui:83
+#: cui/uiconfig/ui/acorexceptpage.ui:83
msgctxt "acorexceptpage|newabbrev-atkobject"
msgid "New abbreviations"
msgstr ""
-#: acorexceptpage.ui:95
+#: cui/uiconfig/ui/acorexceptpage.ui:95
#, fuzzy
msgctxt "acorexceptpage|replace"
msgid "_Replace"
msgstr "Vervang"
-#: acorexceptpage.ui:119
+#: cui/uiconfig/ui/acorexceptpage.ui:119
msgctxt "acorexceptpage|delabbrev-atkobject"
msgid "Delete abbreviations"
msgstr ""
-#: acorexceptpage.ui:167
+#: cui/uiconfig/ui/acorexceptpage.ui:167
msgctxt "acorexceptpage|label1"
msgid "Abbreviations (no Subsequent Capital)"
msgstr ""
-#: acorexceptpage.ui:220
+#: cui/uiconfig/ui/acorexceptpage.ui:220
msgctxt "acorexceptpage|autodouble"
msgid "A_utoInclude"
msgstr ""
-#: acorexceptpage.ui:253
+#: cui/uiconfig/ui/acorexceptpage.ui:253
msgctxt "acorexceptpage|newdouble-atkobject"
msgid "New words with two initial capitals"
msgstr ""
-#: acorexceptpage.ui:265
+#: cui/uiconfig/ui/acorexceptpage.ui:265
#, fuzzy
msgctxt "acorexceptpage|replace1"
msgid "_Replace"
msgstr "Vervang"
-#: acorexceptpage.ui:289
+#: cui/uiconfig/ui/acorexceptpage.ui:289
msgctxt "acorexceptpage|deldouble-atkobject"
msgid "Delete words with two initial capitals"
msgstr ""
-#: acorexceptpage.ui:337
+#: cui/uiconfig/ui/acorexceptpage.ui:337
#, fuzzy
msgctxt "acorexceptpage|label2"
msgid "Words With TWo INitial CApitals"
msgstr "Korrigeer TWee AAnvangshoofletters"
-#: acorreplacepage.ui:38
+#: cui/uiconfig/ui/acorreplacepage.ui:38
#, fuzzy
msgctxt "acorreplacepage|replace"
msgid "_Replace"
msgstr "Vervang"
-#: acorreplacepage.ui:121
+#: cui/uiconfig/ui/acorreplacepage.ui:121
#, fuzzy
msgctxt "acorreplacepage|label1"
msgid "Repla_ce"
msgstr "Vervang"
-#: acorreplacepage.ui:141
+#: cui/uiconfig/ui/acorreplacepage.ui:141
#, fuzzy
msgctxt "acorreplacepage|label2"
msgid "_With:"
msgstr "Wydte"
-#: acorreplacepage.ui:154
+#: cui/uiconfig/ui/acorreplacepage.ui:154
msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr ""
-#: agingdialog.ui:16
+#: cui/uiconfig/ui/agingdialog.ui:16
msgctxt "agingdialog|AgingDialog"
msgid "Aging"
msgstr "Veroudering"
-#: agingdialog.ui:137
+#: cui/uiconfig/ui/agingdialog.ui:137
msgctxt "agingdialog|label2"
msgid "Aging degree:"
msgstr ""
-#: agingdialog.ui:160
+#: cui/uiconfig/ui/agingdialog.ui:160
#, fuzzy
msgctxt "agingdialog|label1"
msgid "Parameters"
msgstr "~Parameters"
-#: applyautofmtpage.ui:27
+#: cui/uiconfig/ui/applyautofmtpage.ui:27
#, fuzzy
msgctxt "applyautofmtpage|edit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: applyautofmtpage.ui:46
+#: cui/uiconfig/ui/applyautofmtpage.ui:46
msgctxt "applyautofmtpage|label1"
msgid "[M]: Replace while modifying existing text"
msgstr ""
-#: applyautofmtpage.ui:60
+#: cui/uiconfig/ui/applyautofmtpage.ui:60
msgctxt "applyautofmtpage|label2"
msgid "[T]: AutoCorrect while typing"
msgstr ""
-#: applyautofmtpage.ui:88
+#: cui/uiconfig/ui/applyautofmtpage.ui:88
msgctxt "applyautofmtpage|m"
msgid "[M]"
msgstr ""
-#: applyautofmtpage.ui:101
+#: cui/uiconfig/ui/applyautofmtpage.ui:101
msgctxt "applyautofmtpage|t"
msgid "[T]"
msgstr ""
-#: applylocalizedpage.ui:30
+#: cui/uiconfig/ui/applylocalizedpage.ui:30
msgctxt "applylocalizedpage|m"
msgid "[M]"
msgstr ""
-#: applylocalizedpage.ui:43
+#: cui/uiconfig/ui/applylocalizedpage.ui:43
msgctxt "applylocalizedpage|t"
msgid "[T]"
msgstr ""
-#: applylocalizedpage.ui:118
+#: cui/uiconfig/ui/applylocalizedpage.ui:118
#, fuzzy
msgctxt "applylocalizedpage|singlereplace"
msgid "Repla_ce"
msgstr "Vervang"
-#: applylocalizedpage.ui:138
+#: cui/uiconfig/ui/applylocalizedpage.ui:138
msgctxt "applylocalizedpage|startquoteft"
msgid "_Start quote:"
msgstr ""
-#: applylocalizedpage.ui:162
+#: cui/uiconfig/ui/applylocalizedpage.ui:162
msgctxt "applylocalizedpage|startsingle-atkobject"
msgid "Start quote of single quotes"
msgstr ""
-#: applylocalizedpage.ui:178
+#: cui/uiconfig/ui/applylocalizedpage.ui:178
msgctxt "applylocalizedpage|singlestartex"
msgid "Default"
msgstr "Verstek"
-#: applylocalizedpage.ui:197
+#: cui/uiconfig/ui/applylocalizedpage.ui:197
#, fuzzy
msgctxt "applylocalizedpage|defaultsingle"
msgid "_Default"
msgstr "Verstek"
-#: applylocalizedpage.ui:205
+#: cui/uiconfig/ui/applylocalizedpage.ui:205
msgctxt "applylocalizedpage|defaultsingle-atkobject"
msgid "Single quotes default"
msgstr ""
-#: applylocalizedpage.ui:221
+#: cui/uiconfig/ui/applylocalizedpage.ui:221
msgctxt "applylocalizedpage|endquoteft"
msgid "_End quote:"
msgstr ""
-#: applylocalizedpage.ui:245
+#: cui/uiconfig/ui/applylocalizedpage.ui:245
msgctxt "applylocalizedpage|endsingle-atkobject"
msgid "End quote of single quotes"
msgstr ""
-#: applylocalizedpage.ui:261
+#: cui/uiconfig/ui/applylocalizedpage.ui:261
msgctxt "applylocalizedpage|singleendex"
msgid "Default"
msgstr "Verstek"
-#: applylocalizedpage.ui:286
+#: cui/uiconfig/ui/applylocalizedpage.ui:286
msgctxt "applylocalizedpage|label1"
msgid "Single Quotes"
msgstr ""
-#: applylocalizedpage.ui:318
+#: cui/uiconfig/ui/applylocalizedpage.ui:318
#, fuzzy
msgctxt "applylocalizedpage|doublereplace"
msgid "Repla_ce"
msgstr "Vervang"
-#: applylocalizedpage.ui:338
+#: cui/uiconfig/ui/applylocalizedpage.ui:338
msgctxt "applylocalizedpage|label6"
msgid "_Start quote:"
msgstr ""
-#: applylocalizedpage.ui:362
+#: cui/uiconfig/ui/applylocalizedpage.ui:362
msgctxt "applylocalizedpage|startdouble-atkobject"
msgid "Start quote of double quotes"
msgstr ""
-#: applylocalizedpage.ui:378
+#: cui/uiconfig/ui/applylocalizedpage.ui:378
msgctxt "applylocalizedpage|doublestartex"
msgid "Default"
msgstr "Verstek"
-#: applylocalizedpage.ui:397
+#: cui/uiconfig/ui/applylocalizedpage.ui:397
#, fuzzy
msgctxt "applylocalizedpage|defaultdouble"
msgid "_Default"
msgstr "Verstek"
-#: applylocalizedpage.ui:405
+#: cui/uiconfig/ui/applylocalizedpage.ui:405
msgctxt "applylocalizedpage|defaultdouble-atkobject"
msgid "Double quotes default"
msgstr ""
-#: applylocalizedpage.ui:421
+#: cui/uiconfig/ui/applylocalizedpage.ui:421
msgctxt "applylocalizedpage|label8"
msgid "_End quote:"
msgstr ""
-#: applylocalizedpage.ui:445
+#: cui/uiconfig/ui/applylocalizedpage.ui:445
msgctxt "applylocalizedpage|enddouble-atkobject"
msgid "End quote of double quotes"
msgstr ""
-#: applylocalizedpage.ui:461
+#: cui/uiconfig/ui/applylocalizedpage.ui:461
msgctxt "applylocalizedpage|doubleendex"
msgid "Default"
msgstr "Verstek"
-#: applylocalizedpage.ui:486
+#: cui/uiconfig/ui/applylocalizedpage.ui:486
msgctxt "applylocalizedpage|label10"
msgid "Double Quotes"
msgstr ""
-#: areadialog.ui:8
+#: cui/uiconfig/ui/areadialog.ui:8
msgctxt "areadialog|AreaDialog"
msgid "Area"
msgstr "Area"
-#: areadialog.ui:106
+#: cui/uiconfig/ui/areadialog.ui:106
msgctxt "areadialog|RID_SVXPAGE_AREA"
msgid "Area"
msgstr "Area"
-#: areadialog.ui:128
+#: cui/uiconfig/ui/areadialog.ui:128
msgctxt "areadialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
msgstr "Skadu"
-#: areadialog.ui:151
+#: cui/uiconfig/ui/areadialog.ui:151
msgctxt "areadialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: areatabpage.ui:29
+#: cui/uiconfig/ui/areatabpage.ui:32
+msgctxt "areatabpage|tablelb"
+msgid "Cell"
+msgstr ""
+
+#: cui/uiconfig/ui/areatabpage.ui:33
+msgctxt "areatabpage|tablelb"
+msgid "Row"
+msgstr ""
+
+#: cui/uiconfig/ui/areatabpage.ui:34
+msgctxt "areatabpage|tablelb"
+msgid "Table"
+msgstr ""
+
+#: cui/uiconfig/ui/areatabpage.ui:45
msgctxt "areatabpage|btnnone"
msgid "None"
msgstr "Geen"
-#: areatabpage.ui:42
+#: cui/uiconfig/ui/areatabpage.ui:58
msgctxt "areatabpage|btncolor"
msgid "Color"
msgstr "Kleur"
-#: areatabpage.ui:55
+#: cui/uiconfig/ui/areatabpage.ui:71
msgctxt "areatabpage|btngradient"
msgid "Gradient"
msgstr "Gradiënt"
-#: areatabpage.ui:68
-#, fuzzy
-msgctxt "areatabpage|btnhatch"
-msgid "Hatch"
-msgstr "Horlosie"
-
-#: areatabpage.ui:81
+#: cui/uiconfig/ui/areatabpage.ui:84
msgctxt "areatabpage|btnbitmap"
msgid "Bitmap"
msgstr "Biskaart"
-#: areatabpage.ui:94
+#: cui/uiconfig/ui/areatabpage.ui:97
msgctxt "areatabpage|btnpattern"
msgid "Pattern"
msgstr "Patroon"
-#: asiantypography.ui:25
+#: cui/uiconfig/ui/areatabpage.ui:110
+#, fuzzy
+msgctxt "areatabpage|btnhatch"
+msgid "Hatch"
+msgstr "Horlosie"
+
+#: cui/uiconfig/ui/asiantypography.ui:25
#, fuzzy
msgctxt "asiantypography|checkForbidList"
msgid "Apply list of forbidden characters to the beginning and end of lines"
msgstr "Pas lys verbode karakters aan begin en einde van reël toe"
-#: asiantypography.ui:41
+#: cui/uiconfig/ui/asiantypography.ui:42
msgctxt "asiantypography|checkHangPunct"
msgid "Allow hanging punctuation"
msgstr ""
-#: asiantypography.ui:57
+#: cui/uiconfig/ui/asiantypography.ui:59
msgctxt "asiantypography|checkApplySpacing"
-msgid "Apply spacing between Asian, Latin and complex text"
+msgid "Apply spacing between Asian and non-Asian text"
msgstr ""
-#: asiantypography.ui:79
+#: cui/uiconfig/ui/asiantypography.ui:82
msgctxt "asiantypography|labelLineChange"
msgid "Line Change"
msgstr ""
-#: assigncomponentdialog.ui:10
+#: cui/uiconfig/ui/assigncomponentdialog.ui:10
#, fuzzy
msgctxt "assigncomponentdialog|AssignComponent"
msgid "Assign Component"
msgstr "Wys komponent toe"
-#: assigncomponentdialog.ui:91
+#: cui/uiconfig/ui/assigncomponentdialog.ui:91
#, fuzzy
msgctxt "assigncomponentdialog|label1"
msgid "Component method name:"
msgstr "Komponentmetode-naam"
-#: autocorrectdialog.ui:9
+#: cui/uiconfig/ui/autocorrectdialog.ui:9
msgctxt "autocorrectdialog|AutoCorrectDialog"
msgid "AutoCorrect"
msgstr "OutoKorrigeer"
-#: autocorrectdialog.ui:103
+#: cui/uiconfig/ui/autocorrectdialog.ui:103
msgctxt "autocorrectdialog|label1"
msgid "Replacements and exceptions for language:"
msgstr ""
-#: autocorrectdialog.ui:149
+#: cui/uiconfig/ui/autocorrectdialog.ui:149
msgctxt "autocorrectdialog|replace"
msgid "Replace"
msgstr "Vervang"
-#: autocorrectdialog.ui:171
+#: cui/uiconfig/ui/autocorrectdialog.ui:171
msgctxt "autocorrectdialog|exceptions"
msgid "Exceptions"
msgstr ""
-#: autocorrectdialog.ui:194
+#: cui/uiconfig/ui/autocorrectdialog.ui:194
msgctxt "autocorrectdialog|options"
msgid "Options"
msgstr "Opsies"
-#: autocorrectdialog.ui:217
+#: cui/uiconfig/ui/autocorrectdialog.ui:217
msgctxt "autocorrectdialog|apply"
msgid "Options"
msgstr "Opsies"
-#: autocorrectdialog.ui:240
+#: cui/uiconfig/ui/autocorrectdialog.ui:240
msgctxt "autocorrectdialog|localized"
msgid "Localized Options"
msgstr ""
-#: autocorrectdialog.ui:263
+#: cui/uiconfig/ui/autocorrectdialog.ui:263
msgctxt "autocorrectdialog|wordcompletion"
msgid "Word Completion"
msgstr ""
-#: autocorrectdialog.ui:286
+#: cui/uiconfig/ui/autocorrectdialog.ui:286
msgctxt "autocorrectdialog|smarttags"
msgid "Smart Tags"
msgstr ""
-#: backgroundpage.ui:20
+#: cui/uiconfig/ui/backgroundpage.ui:20
msgctxt "backgroundpage|liststore1"
msgid "Color"
msgstr "Kleur"
-#: backgroundpage.ui:24
+#: cui/uiconfig/ui/backgroundpage.ui:24
msgctxt "backgroundpage|liststore1"
msgid "Image"
msgstr "Beeld"
-#: backgroundpage.ui:45
+#: cui/uiconfig/ui/backgroundpage.ui:45
msgctxt "backgroundpage|asft"
msgid "A_s:"
msgstr ""
-#: backgroundpage.ui:71
+#: cui/uiconfig/ui/backgroundpage.ui:71
msgctxt "backgroundpage|forft"
msgid "F_or:"
msgstr ""
-#: backgroundpage.ui:91
+#: cui/uiconfig/ui/backgroundpage.ui:91
msgctxt "backgroundpage|tablelb"
msgid "Cell"
msgstr "Sel"
-#: backgroundpage.ui:92
+#: cui/uiconfig/ui/backgroundpage.ui:92
msgctxt "backgroundpage|tablelb"
msgid "Row"
msgstr "Ry"
-#: backgroundpage.ui:93
+#: cui/uiconfig/ui/backgroundpage.ui:93
msgctxt "backgroundpage|tablelb"
msgid "Table"
msgstr "Tabel"
-#: backgroundpage.ui:214
+#: cui/uiconfig/ui/backgroundpage.ui:214
msgctxt "backgroundpage|background_label"
msgid "Background Color"
msgstr "Agtergrondkleur"
-#: backgroundpage.ui:276
+#: cui/uiconfig/ui/backgroundpage.ui:276
msgctxt "backgroundpage|unlinkedft"
msgid "Unlinked image"
msgstr ""
-#: backgroundpage.ui:288
+#: cui/uiconfig/ui/backgroundpage.ui:288
msgctxt "backgroundpage|findgraphicsft"
msgid "Find images"
msgstr ""
-#: backgroundpage.ui:304
+#: cui/uiconfig/ui/backgroundpage.ui:304
#, fuzzy
msgctxt "backgroundpage|browse"
msgid "_Browse..."
msgstr "Blaai..."
-#: backgroundpage.ui:317
+#: cui/uiconfig/ui/backgroundpage.ui:317
#, fuzzy
msgctxt "backgroundpage|link"
msgid "_Link"
msgstr "Skakel"
-#: backgroundpage.ui:345
+#: cui/uiconfig/ui/backgroundpage.ui:345
msgctxt "backgroundpage|label2"
msgid "File"
msgstr "Lêer"
-#: backgroundpage.ui:403
+#: cui/uiconfig/ui/backgroundpage.ui:403
#, fuzzy
msgctxt "backgroundpage|positionrb"
msgid "_Position"
msgstr "Posisie"
-#: backgroundpage.ui:423
+#: cui/uiconfig/ui/backgroundpage.ui:423
#, fuzzy
msgctxt "backgroundpage|arearb"
msgid "Ar_ea"
msgstr "Area"
-#: backgroundpage.ui:439
+#: cui/uiconfig/ui/backgroundpage.ui:439
#, fuzzy
msgctxt "backgroundpage|tilerb"
msgid "_Tile"
msgstr "Titel"
-#: backgroundpage.ui:467
+#: cui/uiconfig/ui/backgroundpage.ui:467
msgctxt "backgroundpage|label8"
msgid "Type"
msgstr "Soort"
-#: backgroundpage.ui:506
+#: cui/uiconfig/ui/backgroundpage.ui:506
#, fuzzy
msgctxt "backgroundpage|showpreview"
msgid "Pre_view"
msgstr "Voorskou"
-#: baselinksdialog.ui:9
+#: cui/uiconfig/ui/baselinksdialog.ui:9
#, fuzzy
msgctxt "baselinksdialog|BaseLinksDialog"
msgid "Edit Links"
msgstr "Redigeer skakels"
-#: baselinksdialog.ui:54
+#: cui/uiconfig/ui/baselinksdialog.ui:54
#, fuzzy
msgctxt "baselinksdialog|UPDATE_NOW"
msgid "_Update"
msgstr "Bywerk"
-#: baselinksdialog.ui:69
+#: cui/uiconfig/ui/baselinksdialog.ui:69
#, fuzzy
msgctxt "baselinksdialog|CHANGE_SOURCE"
msgid "_Modify..."
msgstr "Wysig..."
-#: baselinksdialog.ui:84
+#: cui/uiconfig/ui/baselinksdialog.ui:84
#, fuzzy
msgctxt "baselinksdialog|BREAK_LINK"
msgid "_Break Link"
msgstr "~Breukskakel"
-#: baselinksdialog.ui:132
+#: cui/uiconfig/ui/baselinksdialog.ui:132
#, fuzzy
msgctxt "baselinksdialog|FILES"
msgid "Source file"
msgstr "Bronlêer"
-#: baselinksdialog.ui:146
+#: cui/uiconfig/ui/baselinksdialog.ui:146
#, fuzzy
msgctxt "baselinksdialog|LINKS"
msgid "Element:"
msgstr "Element:"
-#: baselinksdialog.ui:160
+#: cui/uiconfig/ui/baselinksdialog.ui:160
msgctxt "baselinksdialog|TYPE"
msgid "Type"
msgstr "Soort"
-#: baselinksdialog.ui:175
+#: cui/uiconfig/ui/baselinksdialog.ui:175
msgctxt "baselinksdialog|STATUS"
msgid "Status"
msgstr "Status"
-#: baselinksdialog.ui:202
+#: cui/uiconfig/ui/baselinksdialog.ui:202
#, fuzzy
msgctxt "baselinksdialog|TB_LINKS-atkobject"
msgid "Edit Links"
msgstr "Redigeer skakels"
-#: baselinksdialog.ui:231
+#: cui/uiconfig/ui/baselinksdialog.ui:231
#, fuzzy
msgctxt "baselinksdialog|FILES2"
msgid "Source file"
msgstr "Bronlêer"
-#: baselinksdialog.ui:247
+#: cui/uiconfig/ui/baselinksdialog.ui:247
#, fuzzy
msgctxt "baselinksdialog|SOURCE2"
msgid "Element:"
msgstr "Element:"
-#: baselinksdialog.ui:261
+#: cui/uiconfig/ui/baselinksdialog.ui:261
#, fuzzy
msgctxt "baselinksdialog|TYPE2"
msgid "Type:"
msgstr "Soort"
-#: baselinksdialog.ui:275
+#: cui/uiconfig/ui/baselinksdialog.ui:275
#, fuzzy
msgctxt "baselinksdialog|UPDATE"
msgid "Update:"
msgstr "Werk by:"
-#: baselinksdialog.ui:352
+#: cui/uiconfig/ui/baselinksdialog.ui:352
#, fuzzy
msgctxt "baselinksdialog|AUTOMATIC"
msgid "_Automatic"
msgstr "Outomaties"
-#: baselinksdialog.ui:372
+#: cui/uiconfig/ui/baselinksdialog.ui:372
#, fuzzy
msgctxt "baselinksdialog|MANUAL"
msgid "Ma_nual"
msgstr "Handmatig"
-#: bitmaptabpage.ui:46
+#: cui/uiconfig/ui/bitmaptabpage.ui:46
msgctxt "bitmaptabpage|BTN_IMPORT"
msgid "Add / Import"
msgstr ""
-#: bitmaptabpage.ui:65
+#: cui/uiconfig/ui/bitmaptabpage.ui:65
msgctxt "bitmaptabpage|label1"
msgid "Bitmap"
msgstr "Biskaart"
-#: bitmaptabpage.ui:110
+#: cui/uiconfig/ui/bitmaptabpage.ui:110
#, fuzzy
msgctxt "bitmaptabpage|label3"
msgid "Style:"
msgstr "Styl"
-#: bitmaptabpage.ui:126
-#, fuzzy
+#: cui/uiconfig/ui/bitmaptabpage.ui:126
msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Original"
-msgstr "Oorspronklik"
+msgid "Custom position/size"
+msgstr ""
-#: bitmaptabpage.ui:127
+#: cui/uiconfig/ui/bitmaptabpage.ui:127
msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Filled"
-msgstr "Gevul"
+msgid "Tiled"
+msgstr ""
-#: bitmaptabpage.ui:128
+#: cui/uiconfig/ui/bitmaptabpage.ui:128
msgctxt "bitmaptabpage|bitmapstyle"
msgid "Stretched"
msgstr "Gerek"
-#: bitmaptabpage.ui:129
-msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Zoomed"
-msgstr ""
-
-#: bitmaptabpage.ui:130
-msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Custom"
-msgstr "Doelgemaak"
-
-#: bitmaptabpage.ui:131
-msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Tiled"
-msgstr ""
-
-#: bitmaptabpage.ui:157
+#: cui/uiconfig/ui/bitmaptabpage.ui:154
#, fuzzy
msgctxt "bitmaptabpage|label4"
msgid "Size:"
msgstr "Grootte"
-#: bitmaptabpage.ui:175
+#: cui/uiconfig/ui/bitmaptabpage.ui:172
#, fuzzy
msgctxt "bitmaptabpage|label5"
msgid "Width:"
msgstr "Wydte"
-#: bitmaptabpage.ui:201
+#: cui/uiconfig/ui/bitmaptabpage.ui:198
#, fuzzy
msgctxt "bitmaptabpage|label6"
msgid "Height:"
msgstr "Hoogte"
-#: bitmaptabpage.ui:232
+#: cui/uiconfig/ui/bitmaptabpage.ui:229
msgctxt "bitmaptabpage|scaletsb"
msgid "Scale"
msgstr "Skaal"
-#: bitmaptabpage.ui:262
+#: cui/uiconfig/ui/bitmaptabpage.ui:260
#, fuzzy
msgctxt "bitmaptabpage|label7"
msgid "Position:"
msgstr "Posisie"
-#: bitmaptabpage.ui:278
+#: cui/uiconfig/ui/bitmaptabpage.ui:276
#, fuzzy
msgctxt "bitmaptabpage|positionlb"
msgid "Top Left"
msgstr "Bo links?"
-#: bitmaptabpage.ui:279
+#: cui/uiconfig/ui/bitmaptabpage.ui:277
msgctxt "bitmaptabpage|positionlb"
msgid "Top Center"
msgstr ""
-#: bitmaptabpage.ui:280
+#: cui/uiconfig/ui/bitmaptabpage.ui:278
#, fuzzy
msgctxt "bitmaptabpage|positionlb"
msgid "Top Right"
msgstr "Bo regs?"
-#: bitmaptabpage.ui:281
+#: cui/uiconfig/ui/bitmaptabpage.ui:279
msgctxt "bitmaptabpage|positionlb"
msgid "Center Left"
msgstr ""
-#: bitmaptabpage.ui:282
+#: cui/uiconfig/ui/bitmaptabpage.ui:280
msgctxt "bitmaptabpage|positionlb"
msgid "Center"
msgstr "Sentreer"
-#: bitmaptabpage.ui:283
+#: cui/uiconfig/ui/bitmaptabpage.ui:281
#, fuzzy
msgctxt "bitmaptabpage|positionlb"
msgid "Center Right"
msgstr "Dek regs"
-#: bitmaptabpage.ui:284
+#: cui/uiconfig/ui/bitmaptabpage.ui:282
#, fuzzy
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Left"
msgstr "Onder links?"
-#: bitmaptabpage.ui:285
+#: cui/uiconfig/ui/bitmaptabpage.ui:283
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Center"
msgstr ""
-#: bitmaptabpage.ui:286
+#: cui/uiconfig/ui/bitmaptabpage.ui:284
#, fuzzy
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Right"
msgstr "Onder regs?"
-#: bitmaptabpage.ui:312
+#: cui/uiconfig/ui/bitmaptabpage.ui:310
msgctxt "bitmaptabpage|label9"
msgid "Tiling Position:"
msgstr ""
-#: bitmaptabpage.ui:331
+#: cui/uiconfig/ui/bitmaptabpage.ui:329
msgctxt "bitmaptabpage|label10"
msgid "X-Offset:"
msgstr ""
-#: bitmaptabpage.ui:356
+#: cui/uiconfig/ui/bitmaptabpage.ui:354
msgctxt "bitmaptabpage|label11"
msgid "Y-Offset:"
msgstr ""
-#: bitmaptabpage.ui:401
+#: cui/uiconfig/ui/bitmaptabpage.ui:399
msgctxt "bitmaptabpage|label15"
msgid "Tiling Offset:"
msgstr ""
-#: bitmaptabpage.ui:423
+#: cui/uiconfig/ui/bitmaptabpage.ui:421
msgctxt "bitmaptabpage|tileofflb"
msgid "Row"
msgstr "Ry"
-#: bitmaptabpage.ui:424
+#: cui/uiconfig/ui/bitmaptabpage.ui:422
#, fuzzy
msgctxt "bitmaptabpage|tileofflb"
msgid "Column"
msgstr "Kolomme"
-#: bitmaptabpage.ui:467
+#: cui/uiconfig/ui/bitmaptabpage.ui:465
msgctxt "bitmaptabpage|label2"
msgid "Options"
msgstr "Opsies"
-#: bitmaptabpage.ui:510
+#: cui/uiconfig/ui/bitmaptabpage.ui:508
msgctxt "bitmaptabpage|CTL_BITMAP_PREVIEW-atkobject"
msgid "Example"
msgstr "Voorbeeld"
-#: bitmaptabpage.ui:528
+#: cui/uiconfig/ui/bitmaptabpage.ui:526
msgctxt "bitmaptabpage|label8"
msgid "Preview"
msgstr "Voorskou"
-#: blackorwhitelistentrydialog.ui:14
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:14
#, fuzzy
msgctxt "blackorwhitelistentrydialog|os-liststore"
msgid "Any"
msgstr "Enige"
-#: blackorwhitelistentrydialog.ui:188
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:188
msgctxt "blackorwhitelistentrydialog|label4"
msgid "Operating system:"
msgstr ""
-#: blackorwhitelistentrydialog.ui:201
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:201
#, fuzzy
msgctxt "blackorwhitelistentrydialog|label5"
msgid "Version:"
msgstr "~Weergawe:"
-#: blackorwhitelistentrydialog.ui:214
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:214
msgctxt "blackorwhitelistentrydialog|label6"
msgid "OpenCL vendor:"
msgstr ""
-#: blackorwhitelistentrydialog.ui:227
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:227
msgctxt "blackorwhitelistentrydialog|label7"
msgid "Device:"
msgstr ""
-#: blackorwhitelistentrydialog.ui:240
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:240
msgctxt "blackorwhitelistentrydialog|label8"
msgid "Driver version:"
msgstr ""
-#: blackorwhitelistentrydialog.ui:258
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:258
msgctxt "blackorwhitelistentrydialog|bledittitle"
msgid "Edit OpenCL Blacklist Entry"
msgstr ""
-#: blackorwhitelistentrydialog.ui:269
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:269
msgctxt "blackorwhitelistentrydialog|bladdtitle"
msgid "Create OpenCL Blacklist Entry"
msgstr ""
-#: blackorwhitelistentrydialog.ui:280
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:280
msgctxt "blackorwhitelistentrydialog|wledittitle"
msgid "Edit OpenCL Whitelist Entry"
msgstr ""
-#: blackorwhitelistentrydialog.ui:291
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:291
msgctxt "blackorwhitelistentrydialog|wladdtitle"
msgid "Create OpenCL Whitelist Entry"
msgstr ""
-#: blackorwhitelistentrydialog.ui:306
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:306
msgctxt "blackorwhitelistentrydialog|label1"
msgid "OpenCL Information"
msgstr ""
-#: borderareatransparencydialog.ui:8
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:8
msgctxt "borderareatransparencydialog|BorderAreaTransparencyDialog"
msgid "Border / Background"
msgstr ""
-#: borderareatransparencydialog.ui:106
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:106
#, fuzzy
msgctxt "borderareatransparencydialog|borders"
msgid "Borders"
msgstr "Grens"
-#: borderareatransparencydialog.ui:128
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:128
msgctxt "borderareatransparencydialog|area"
msgid "Area"
msgstr "Area"
-#: borderareatransparencydialog.ui:151
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:151
msgctxt "borderareatransparencydialog|transparence"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: borderbackgrounddialog.ui:8
+#: cui/uiconfig/ui/borderbackgrounddialog.ui:8
msgctxt "borderbackgrounddialog|BorderBackgroundDialog"
msgid "Border / Background"
msgstr ""
-#: borderbackgrounddialog.ui:106
+#: cui/uiconfig/ui/borderbackgrounddialog.ui:106
#, fuzzy
msgctxt "borderbackgrounddialog|borders"
msgid "Borders"
msgstr "Grens"
-#: borderbackgrounddialog.ui:128
+#: cui/uiconfig/ui/borderbackgrounddialog.ui:128
msgctxt "borderbackgrounddialog|background"
msgid "Background"
msgstr "Agtergrond"
-#: borderpage.ui:71
+#: cui/uiconfig/ui/borderpage.ui:71
#, fuzzy
msgctxt "borderpage|userdefft"
msgid "_User-defined:"
msgstr "Gebruikergedefinieer"
-#: borderpage.ui:85
+#: cui/uiconfig/ui/borderpage.ui:85
msgctxt "borderpage|label14"
msgid "Pr_esets:"
msgstr ""
-#: borderpage.ui:110
+#: cui/uiconfig/ui/borderpage.ui:110
msgctxt "borderpage|rmadjcellbordersft"
msgid "_Adjacent Cells:"
msgstr ""
-#: borderpage.ui:121
+#: cui/uiconfig/ui/borderpage.ui:121
msgctxt "borderpage|rmadjcellborders"
msgid "Remove border"
msgstr ""
-#: borderpage.ui:141
+#: cui/uiconfig/ui/borderpage.ui:142
msgctxt "borderpage|label8"
msgid "Line Arrangement"
msgstr ""
-#: borderpage.ui:175
+#: cui/uiconfig/ui/borderpage.ui:176
#, fuzzy
msgctxt "borderpage|label15"
msgid "St_yle:"
msgstr "Styl"
-#: borderpage.ui:189
+#: cui/uiconfig/ui/borderpage.ui:190
#, fuzzy
msgctxt "borderpage|label16"
msgid "_Width:"
msgstr "Wydte"
-#: borderpage.ui:203
+#: cui/uiconfig/ui/borderpage.ui:204
msgctxt "borderpage|label17"
msgid "_Color:"
msgstr ""
-#: borderpage.ui:253
+#: cui/uiconfig/ui/borderpage.ui:253
msgctxt "borderpage|label9"
msgid "Line"
msgstr "Reël"
-#: borderpage.ui:340
+#: cui/uiconfig/ui/borderpage.ui:336
msgctxt "borderpage|leftft"
msgid "_Left:"
msgstr ""
-#: borderpage.ui:354
+#: cui/uiconfig/ui/borderpage.ui:350
#, fuzzy
msgctxt "borderpage|rightft"
msgid "Right:"
msgstr "Hoogte"
-#: borderpage.ui:368
+#: cui/uiconfig/ui/borderpage.ui:364
msgctxt "borderpage|topft"
msgid "_Top:"
msgstr ""
-#: borderpage.ui:382
+#: cui/uiconfig/ui/borderpage.ui:378
#, fuzzy
msgctxt "borderpage|bottomft"
msgid "_Bottom:"
msgstr "Onderkant"
-#: borderpage.ui:393
+#: cui/uiconfig/ui/borderpage.ui:389
msgctxt "borderpage|sync"
msgid "Synchronize"
msgstr ""
-#: borderpage.ui:414
+#: cui/uiconfig/ui/borderpage.ui:411
msgctxt "borderpage|label10"
msgid "Padding"
msgstr ""
-#: borderpage.ui:457
+#: cui/uiconfig/ui/borderpage.ui:454
#, fuzzy
msgctxt "borderpage|label22"
msgid "_Position:"
msgstr "Posisie"
-#: borderpage.ui:471
+#: cui/uiconfig/ui/borderpage.ui:468
#, fuzzy
msgctxt "borderpage|distanceft"
msgid "Distan_ce:"
msgstr "Afstand"
-#: borderpage.ui:485
+#: cui/uiconfig/ui/borderpage.ui:482
msgctxt "borderpage|shadowcolorft"
msgid "C_olor:"
msgstr ""
-#: borderpage.ui:537
+#: cui/uiconfig/ui/borderpage.ui:533
msgctxt "borderpage|label11"
msgid "Shadow Style"
msgstr ""
-#: borderpage.ui:570
+#: cui/uiconfig/ui/borderpage.ui:566
#, fuzzy
msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "~Hou by volgende paragraaf"
-#: borderpage.ui:585
+#: cui/uiconfig/ui/borderpage.ui:581
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr ""
-#: borderpage.ui:606
+#: cui/uiconfig/ui/borderpage.ui:602
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Eienskappe"
-#: breaknumberoption.ui:15
+#: cui/uiconfig/ui/breaknumberoption.ui:15
msgctxt "breaknumberoption|BreakNumberOption"
msgid "Hyphenation"
msgstr "Woordafbreking"
-#: breaknumberoption.ui:97
+#: cui/uiconfig/ui/breaknumberoption.ui:99
msgctxt "breaknumberoption|beforelabel"
msgid "Characters Before Break"
msgstr ""
-#: breaknumberoption.ui:136
+#: cui/uiconfig/ui/breaknumberoption.ui:138
msgctxt "breaknumberoption|afterlabel"
msgid "Characters After Break"
msgstr ""
-#: breaknumberoption.ui:175
+#: cui/uiconfig/ui/breaknumberoption.ui:177
msgctxt "breaknumberoption|minimallabel"
msgid "Minimal Word Length"
msgstr ""
-#: calloutdialog.ui:8
+#: cui/uiconfig/ui/calloutdialog.ui:8
#, fuzzy
msgctxt "calloutdialog|CalloutDialog"
msgid "Position and Size"
msgstr "Posisie en groo~tte..."
-#: calloutdialog.ui:106
+#: cui/uiconfig/ui/calloutdialog.ui:106
#, fuzzy
msgctxt "calloutdialog|RID_SVXPAGE_POSITION_SIZE"
msgid "Position and Size"
msgstr "Posisie en groo~tte..."
-#: calloutdialog.ui:128
+#: cui/uiconfig/ui/calloutdialog.ui:128
#, fuzzy
msgctxt "calloutdialog|RID_SVXPAGE_SWPOSSIZE"
msgid "Position and Size"
msgstr "Posisie en groo~tte..."
-#: calloutdialog.ui:151
+#: cui/uiconfig/ui/calloutdialog.ui:151
msgctxt "calloutdialog|RID_SVXPAGE_CAPTION"
msgid "Callout"
msgstr "Uitroep"
-#: calloutpage.ui:20
+#: cui/uiconfig/ui/calloutpage.ui:20
msgctxt "calloutpage|liststore1"
msgid "Optimal"
msgstr "Optimaal"
-#: calloutpage.ui:24
+#: cui/uiconfig/ui/calloutpage.ui:24
msgctxt "calloutpage|liststore1"
msgid "From top"
msgstr "Vanaf bo"
-#: calloutpage.ui:28
+#: cui/uiconfig/ui/calloutpage.ui:28
msgctxt "calloutpage|liststore1"
msgid "From left"
msgstr "Van links"
-#: calloutpage.ui:32
+#: cui/uiconfig/ui/calloutpage.ui:32
msgctxt "calloutpage|liststore1"
msgid "Horizontal"
msgstr "Horisontaal"
-#: calloutpage.ui:36
+#: cui/uiconfig/ui/calloutpage.ui:36
msgctxt "calloutpage|liststore1"
msgid "Vertical"
msgstr "Vertikaal"
-#: calloutpage.ui:74
+#: cui/uiconfig/ui/calloutpage.ui:74
#, fuzzy
msgctxt "calloutpage|label2"
msgid "_Extension:"
msgstr "Uitbreiding"
-#: calloutpage.ui:123
+#: cui/uiconfig/ui/calloutpage.ui:123
#, fuzzy
msgctxt "calloutpage|lengthft"
msgid "_Length:"
msgstr "Lengte:"
-#: calloutpage.ui:140
+#: cui/uiconfig/ui/calloutpage.ui:140
#, fuzzy
msgctxt "calloutpage|optimal"
msgid "_Optimal"
msgstr "Optimaal"
-#: calloutpage.ui:164
+#: cui/uiconfig/ui/calloutpage.ui:164
#, fuzzy
msgctxt "calloutpage|positionft"
msgid "_Position:"
msgstr "Posisie"
-#: calloutpage.ui:178
+#: cui/uiconfig/ui/calloutpage.ui:178
msgctxt "calloutpage|byft"
msgid "_By:"
msgstr ""
-#: calloutpage.ui:192
+#: cui/uiconfig/ui/calloutpage.ui:192
msgctxt "calloutpage|position"
msgid "Top"
msgstr "Bokant"
-#: calloutpage.ui:193
+#: cui/uiconfig/ui/calloutpage.ui:193
#, fuzzy
msgctxt "calloutpage|position"
msgid "Middle"
msgstr "Middel"
-#: calloutpage.ui:194
+#: cui/uiconfig/ui/calloutpage.ui:194
msgctxt "calloutpage|position"
msgid "Bottom"
msgstr "Onderkant"
-#: calloutpage.ui:195
+#: cui/uiconfig/ui/calloutpage.ui:195
msgctxt "calloutpage|position"
msgid "Left"
msgstr "Links"
-#: calloutpage.ui:196
+#: cui/uiconfig/ui/calloutpage.ui:196
msgctxt "calloutpage|position"
msgid "Center"
msgstr "Sentreer"
-#: calloutpage.ui:197
+#: cui/uiconfig/ui/calloutpage.ui:197
#, fuzzy
msgctxt "calloutpage|position"
msgid "Right"
msgstr "Hoogte"
-#: calloutpage.ui:234
+#: cui/uiconfig/ui/calloutpage.ui:234
#, fuzzy
msgctxt "calloutpage|label1"
msgid "_Spacing:"
msgstr "Spasiëring"
-#: calloutpage.ui:312
+#: cui/uiconfig/ui/calloutpage.ui:312
msgctxt "calloutpage|linetypes"
msgid "Straight Line"
msgstr ""
-#: calloutpage.ui:313
+#: cui/uiconfig/ui/calloutpage.ui:313
msgctxt "calloutpage|linetypes"
msgid "Angled Line"
msgstr ""
-#: calloutpage.ui:314
+#: cui/uiconfig/ui/calloutpage.ui:314
msgctxt "calloutpage|linetypes"
msgid "Angled Connector Line"
msgstr ""
-#: cellalignment.ui:24
+#: cui/uiconfig/ui/cellalignment.ui:24
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Default"
msgstr "Verstek"
-#: cellalignment.ui:28
+#: cui/uiconfig/ui/cellalignment.ui:28
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Left"
msgstr "Links"
-#: cellalignment.ui:32
+#: cui/uiconfig/ui/cellalignment.ui:32
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Center"
msgstr "Sentreer"
-#: cellalignment.ui:36
+#: cui/uiconfig/ui/cellalignment.ui:36
#, fuzzy
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Right"
msgstr "Hoogte"
-#: cellalignment.ui:40
+#: cui/uiconfig/ui/cellalignment.ui:40
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Justified"
msgstr "Alkantbelyn"
-#: cellalignment.ui:44
+#: cui/uiconfig/ui/cellalignment.ui:44
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Filled"
msgstr "Gevul"
-#: cellalignment.ui:48
+#: cui/uiconfig/ui/cellalignment.ui:48
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Distributed"
msgstr ""
-#: cellalignment.ui:62
+#: cui/uiconfig/ui/cellalignment.ui:62
msgctxt "cellalignment|liststoreVertAlign"
msgid "Default"
msgstr "Verstek"
-#: cellalignment.ui:66
+#: cui/uiconfig/ui/cellalignment.ui:66
msgctxt "cellalignment|liststoreVertAlign"
msgid "Top"
msgstr "Bokant"
-#: cellalignment.ui:70
+#: cui/uiconfig/ui/cellalignment.ui:70
#, fuzzy
msgctxt "cellalignment|liststoreVertAlign"
msgid "Middle"
msgstr "Middel"
-#: cellalignment.ui:74
+#: cui/uiconfig/ui/cellalignment.ui:74
msgctxt "cellalignment|liststoreVertAlign"
msgid "Bottom"
msgstr "Onderkant"
-#: cellalignment.ui:78
+#: cui/uiconfig/ui/cellalignment.ui:78
msgctxt "cellalignment|liststoreVertAlign"
msgid "Justified"
msgstr "Alkantbelyn"
-#: cellalignment.ui:82
+#: cui/uiconfig/ui/cellalignment.ui:82
msgctxt "cellalignment|liststoreVertAlign"
msgid "Distributed"
msgstr ""
-#: cellalignment.ui:123
+#: cui/uiconfig/ui/cellalignment.ui:123
msgctxt "cellalignment|labelDegrees"
msgid "_Degrees:"
msgstr ""
-#: cellalignment.ui:136
+#: cui/uiconfig/ui/cellalignment.ui:137
msgctxt "cellalignment|labelRefEdge"
msgid "_Reference edge:"
msgstr ""
-#: cellalignment.ui:196
+#: cui/uiconfig/ui/cellalignment.ui:196
msgctxt "cellalignment|checkVertStack"
msgid "Vertically s_tacked"
msgstr ""
-#: cellalignment.ui:212
+#: cui/uiconfig/ui/cellalignment.ui:212
msgctxt "cellalignment|checkAsianMode"
msgid "Asian layout _mode"
msgstr ""
-#: cellalignment.ui:241
+#: cui/uiconfig/ui/cellalignment.ui:241
msgctxt "cellalignment|labelTextOrient"
msgid "Text Orientation"
msgstr ""
-#: cellalignment.ui:275
+#: cui/uiconfig/ui/cellalignment.ui:275
#, fuzzy
msgctxt "cellalignment|checkWrapTextAuto"
msgid "_Wrap text automatically"
msgstr "Vou reëls outomaties om"
-#: cellalignment.ui:292
+#: cui/uiconfig/ui/cellalignment.ui:292
msgctxt "cellalignment|checkShrinkFitCellSize"
msgid "_Shrink to fit cell size"
msgstr ""
-#: cellalignment.ui:308
+#: cui/uiconfig/ui/cellalignment.ui:308
msgctxt "cellalignment|checkHyphActive"
msgid "Hyphenation _active"
msgstr ""
-#: cellalignment.ui:334
+#: cui/uiconfig/ui/cellalignment.ui:334
#, fuzzy
msgctxt "cellalignment|LabelTxtDir"
msgid "Te_xt direction:"
msgstr "Teksrigting"
-#: cellalignment.ui:369
+#: cui/uiconfig/ui/cellalignment.ui:369
msgctxt "cellalignment|labelProperties"
msgid "Properties"
msgstr "Eienskappe"
-#: cellalignment.ui:418
+#: cui/uiconfig/ui/cellalignment.ui:417
#, fuzzy
msgctxt "cellalignment|labelHorzAlign"
msgid "Hori_zontal"
msgstr "Horisontaal"
-#: cellalignment.ui:432
+#: cui/uiconfig/ui/cellalignment.ui:431
#, fuzzy
msgctxt "cellalignment|labelVertAlign"
msgid "_Vertical"
msgstr "Vertikaal"
-#: cellalignment.ui:446
+#: cui/uiconfig/ui/cellalignment.ui:445
#, fuzzy
msgctxt "cellalignment|labelIndent"
msgid "I_ndent"
msgstr "Inkeep"
-#: cellalignment.ui:487
+#: cui/uiconfig/ui/cellalignment.ui:486
#, fuzzy
msgctxt "cellalignment|LabelTextAlig"
msgid "Text Alignment"
msgstr "Vert. belyning"
-#: cellalignment.ui:507
+#: cui/uiconfig/ui/cellalignment.ui:506
msgctxt "cellalignment|labelSTR_BOTTOMLOCK"
msgid "Text Extension From Lower Cell Border"
msgstr ""
-#: cellalignment.ui:518
+#: cui/uiconfig/ui/cellalignment.ui:517
msgctxt "cellalignment|labelSTR_TOPLOCK"
msgid "Text Extension From Upper Cell Border"
msgstr ""
-#: cellalignment.ui:529
+#: cui/uiconfig/ui/cellalignment.ui:528
msgctxt "cellalignment|labelSTR_CELLLOCK"
msgid "Text Extension Inside Cell"
msgstr ""
-#: cellalignment.ui:540
+#: cui/uiconfig/ui/cellalignment.ui:539
msgctxt "cellalignment|labelABCD"
msgid "ABCD"
msgstr ""
-#: certdialog.ui:9
+#: cui/uiconfig/ui/certdialog.ui:9
msgctxt "certdialog|CertDialog"
msgid "Certificate Path"
msgstr ""
-#: certdialog.ui:78
+#: cui/uiconfig/ui/certdialog.ui:78
#, fuzzy
msgctxt "certdialog|add"
msgid "_Add..."
msgstr "Voeg by..."
-#: certdialog.ui:129
+#: cui/uiconfig/ui/certdialog.ui:129
msgctxt "certdialog|label2"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures:"
msgstr ""
-#: certdialog.ui:151
+#: cui/uiconfig/ui/certdialog.ui:151
#, fuzzy
msgctxt "certdialog|manual"
msgid "manual"
msgstr "Handmatig"
-#: certdialog.ui:165
+#: cui/uiconfig/ui/certdialog.ui:165
msgctxt "certdialog|profile"
msgid "Profile"
msgstr ""
-#: certdialog.ui:179
+#: cui/uiconfig/ui/certdialog.ui:179
#, fuzzy
msgctxt "certdialog|dir"
msgid "Directory"
msgstr "Direkteur"
-#: certdialog.ui:192
+#: cui/uiconfig/ui/certdialog.ui:192
msgctxt "certdialog|certdir"
msgid "Select a Certificate directory"
msgstr ""
-#: certdialog.ui:235
+#: cui/uiconfig/ui/certdialog.ui:235
msgctxt "certdialog|label1"
msgid "Certificate Path"
msgstr ""
-#: charnamepage.ui:46
+#: cui/uiconfig/ui/charnamepage.ui:46
#, fuzzy
msgctxt "charnamepage|westlangft-nocjk"
msgid "Language:"
msgstr "Taal"
-#: charnamepage.ui:185
+#: cui/uiconfig/ui/charnamepage.ui:185
#, fuzzy
msgctxt "charnamepage|westsizeft-nocjk"
msgid "Size:"
msgstr "Grootte"
-#: charnamepage.ui:257
+#: cui/uiconfig/ui/charnamepage.ui:257
#, fuzzy
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "Grootte"
-#: charnamepage.ui:272
+#: cui/uiconfig/ui/charnamepage.ui:272
#, fuzzy
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "Taal"
-#: charnamepage.ui:346
+#: cui/uiconfig/ui/charnamepage.ui:346
#, fuzzy
msgctxt "charnamepage|label4"
msgid "Western Text Font"
msgstr "Westerse teksfont"
-#: charnamepage.ui:415
+#: cui/uiconfig/ui/charnamepage.ui:415
#, fuzzy
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "Grootte"
-#: charnamepage.ui:430
+#: cui/uiconfig/ui/charnamepage.ui:430
#, fuzzy
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "Taal"
-#: charnamepage.ui:503
+#: cui/uiconfig/ui/charnamepage.ui:503
#, fuzzy
msgctxt "charnamepage|label5"
msgid "Asian Text Font"
msgstr "Asiatiese teksfont"
-#: charnamepage.ui:572
+#: cui/uiconfig/ui/charnamepage.ui:572
#, fuzzy
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "Grootte"
-#: charnamepage.ui:587
+#: cui/uiconfig/ui/charnamepage.ui:587
#, fuzzy
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "Taal"
-#: charnamepage.ui:661
+#: cui/uiconfig/ui/charnamepage.ui:661
#, fuzzy
msgctxt "charnamepage|label6"
msgid "CTL Font"
msgstr "CTL-font"
-#: charnamepage.ui:688
+#: cui/uiconfig/ui/charnamepage.ui:688
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "Voorskou"
-#: colorconfigwin.ui:14
+#: cui/uiconfig/ui/colorconfigwin.ui:14
#, fuzzy
msgctxt "colorconfigwin|docboundaries"
msgid "Text boundaries"
msgstr "Te~ksgrense"
-#: colorconfigwin.ui:33
+#: cui/uiconfig/ui/colorconfigwin.ui:34
msgctxt "colorconfigwin|doccolor"
msgid "Document background"
msgstr ""
-#: colorconfigwin.ui:65
+#: cui/uiconfig/ui/colorconfigwin.ui:66
msgctxt "colorconfigwin|general"
msgid "General"
msgstr "Algemeen"
-#: colorconfigwin.ui:92
+#: cui/uiconfig/ui/colorconfigwin.ui:93
msgctxt "colorconfigwin|appback"
msgid "Application background"
msgstr ""
-#: colorconfigwin.ui:101
+#: cui/uiconfig/ui/colorconfigwin.ui:102
msgctxt "colorconfigwin|objboundaries"
msgid "Object boundaries"
msgstr ""
-#: colorconfigwin.ui:126
+#: cui/uiconfig/ui/colorconfigwin.ui:128
#, fuzzy
msgctxt "colorconfigwin|tblboundaries"
msgid "Table boundaries"
msgstr "Tabelgrense"
-#: colorconfigwin.ui:155
+#: cui/uiconfig/ui/colorconfigwin.ui:158
msgctxt "colorconfigwin|font"
msgid "Font color"
msgstr "Fontkleur"
-#: colorconfigwin.ui:174
+#: cui/uiconfig/ui/colorconfigwin.ui:177
#, fuzzy
msgctxt "colorconfigwin|unvisitedlinks"
msgid "Unvisited links"
msgstr "Onbesoekte skakels"
-#: colorconfigwin.ui:199
+#: cui/uiconfig/ui/colorconfigwin.ui:203
#, fuzzy
msgctxt "colorconfigwin|visitedlinks"
msgid "Visited links"
msgstr "Besoekte skakels"
-#: colorconfigwin.ui:228
+#: cui/uiconfig/ui/colorconfigwin.ui:233
#, fuzzy
msgctxt "colorconfigwin|autospellcheck"
msgid "AutoSpellcheck"
msgstr "~OutoSpeltoets"
-#: colorconfigwin.ui:241
+#: cui/uiconfig/ui/colorconfigwin.ui:246
msgctxt "colorconfigwin|smarttags"
msgid "Smart Tags"
msgstr ""
-#: colorconfigwin.ui:283
+#: cui/uiconfig/ui/colorconfigwin.ui:288
#, fuzzy
msgctxt "colorconfigwin|writer"
msgid "Text Document"
msgstr "Nuwe dokument"
-#: colorconfigwin.ui:310
+#: cui/uiconfig/ui/colorconfigwin.ui:315
msgctxt "colorconfigwin|writergrid"
msgid "Grid"
msgstr "Rooster"
-#: colorconfigwin.ui:353
+#: cui/uiconfig/ui/colorconfigwin.ui:358
msgctxt "colorconfigwin|script"
msgid "Script Indicator"
msgstr ""
-#: colorconfigwin.ui:362
+#: cui/uiconfig/ui/colorconfigwin.ui:367
#, fuzzy
msgctxt "colorconfigwin|field"
msgid "Field shadings"
msgstr "Ve~ldarsering"
-#: colorconfigwin.ui:377
+#: cui/uiconfig/ui/colorconfigwin.ui:383
msgctxt "colorconfigwin|index"
msgid "Index and table shadings"
msgstr ""
-#: colorconfigwin.ui:392
+#: cui/uiconfig/ui/colorconfigwin.ui:399
msgctxt "colorconfigwin|section"
msgid "Section boundaries"
msgstr ""
-#: colorconfigwin.ui:431
+#: cui/uiconfig/ui/colorconfigwin.ui:439
msgctxt "colorconfigwin|hdft"
msgid "Headers and Footer delimiter"
msgstr ""
-#: colorconfigwin.ui:454
+#: cui/uiconfig/ui/colorconfigwin.ui:462
msgctxt "colorconfigwin|pagebreak"
msgid "Page and column breaks"
msgstr ""
-#: colorconfigwin.ui:477
+#: cui/uiconfig/ui/colorconfigwin.ui:485
msgctxt "colorconfigwin|direct"
msgid "Direct Cursor"
msgstr ""
-#: colorconfigwin.ui:489
+#: cui/uiconfig/ui/colorconfigwin.ui:497
msgctxt "colorconfigwin|html"
msgid "HTML Document"
msgstr "HTML-dokument"
-#: colorconfigwin.ui:516
+#: cui/uiconfig/ui/colorconfigwin.ui:524
msgctxt "colorconfigwin|sgml"
msgid "SGML syntax highlighting"
msgstr ""
-#: colorconfigwin.ui:539
+#: cui/uiconfig/ui/colorconfigwin.ui:547
msgctxt "colorconfigwin|htmlcomment"
msgid "Comment highlighting"
msgstr ""
-#: colorconfigwin.ui:562
+#: cui/uiconfig/ui/colorconfigwin.ui:570
msgctxt "colorconfigwin|htmlkeyword"
msgid "Keyword highlighting"
msgstr ""
-#: colorconfigwin.ui:585
+#: cui/uiconfig/ui/colorconfigwin.ui:593
msgctxt "colorconfigwin|unknown"
msgid "Text"
msgstr "Teks"
-#: colorconfigwin.ui:597
+#: cui/uiconfig/ui/colorconfigwin.ui:605
msgctxt "colorconfigwin|calc"
msgid "Spreadsheet"
msgstr "Sigblad"
-#: colorconfigwin.ui:624
+#: cui/uiconfig/ui/colorconfigwin.ui:632
msgctxt "colorconfigwin|calcgrid"
msgid "Grid lines"
msgstr ""
-#: colorconfigwin.ui:647
+#: cui/uiconfig/ui/colorconfigwin.ui:655
#, fuzzy
msgctxt "colorconfigwin|brk"
msgid "Page breaks"
msgstr "Bladsybreuk"
-#: colorconfigwin.ui:670
+#: cui/uiconfig/ui/colorconfigwin.ui:678
msgctxt "colorconfigwin|brkmanual"
msgid "Manual page breaks"
msgstr ""
-#: colorconfigwin.ui:693
+#: cui/uiconfig/ui/colorconfigwin.ui:701
msgctxt "colorconfigwin|brkauto"
msgid "Automatic page breaks"
msgstr ""
-#: colorconfigwin.ui:716
+#: cui/uiconfig/ui/colorconfigwin.ui:724
#, fuzzy
msgctxt "colorconfigwin|det"
msgid "Detective"
msgstr "~Speurder"
-#: colorconfigwin.ui:739
+#: cui/uiconfig/ui/colorconfigwin.ui:747
msgctxt "colorconfigwin|deterror"
msgid "Detective error"
msgstr ""
-#: colorconfigwin.ui:762
+#: cui/uiconfig/ui/colorconfigwin.ui:770
msgctxt "colorconfigwin|ref"
msgid "References"
msgstr "Verwysings"
-#: colorconfigwin.ui:785
+#: cui/uiconfig/ui/colorconfigwin.ui:793
msgctxt "colorconfigwin|notes"
msgid "Notes background"
msgstr ""
-#: colorconfigwin.ui:797
+#: cui/uiconfig/ui/colorconfigwin.ui:816
+msgctxt "colorconfigwin|values"
+msgid "Values"
+msgstr ""
+
+#: cui/uiconfig/ui/colorconfigwin.ui:839
+msgctxt "colorconfigwin|formulas"
+msgid "Formulas"
+msgstr ""
+
+#: cui/uiconfig/ui/colorconfigwin.ui:862
+msgctxt "colorconfigwin|text"
+msgid "Text"
+msgstr ""
+
+#: cui/uiconfig/ui/colorconfigwin.ui:885
+msgctxt "colorconfigwin|protectedcells"
+msgid "Protected cells background"
+msgstr ""
+
+#: cui/uiconfig/ui/colorconfigwin.ui:897
msgctxt "colorconfigwin|draw"
msgid "Drawing / Presentation"
msgstr ""
-#: colorconfigwin.ui:824
+#: cui/uiconfig/ui/colorconfigwin.ui:924
msgctxt "colorconfigwin|drawgrid"
msgid "Grid"
msgstr "Rooster"
-#: colorconfigwin.ui:836
+#: cui/uiconfig/ui/colorconfigwin.ui:936
msgctxt "colorconfigwin|basic"
msgid "Basic Syntax Highlighting"
msgstr ""
-#: colorconfigwin.ui:863
+#: cui/uiconfig/ui/colorconfigwin.ui:963
msgctxt "colorconfigwin|basicid"
msgid "Identifier"
msgstr ""
-#: colorconfigwin.ui:886
+#: cui/uiconfig/ui/colorconfigwin.ui:986
msgctxt "colorconfigwin|basiccomment"
msgid "Comment"
msgstr "Opmerking"
-#: colorconfigwin.ui:909
+#: cui/uiconfig/ui/colorconfigwin.ui:1009
msgctxt "colorconfigwin|basicnumber"
msgid "Number"
msgstr "Nommer"
-#: colorconfigwin.ui:932
+#: cui/uiconfig/ui/colorconfigwin.ui:1032
msgctxt "colorconfigwin|basicstring"
msgid "String"
msgstr "String"
-#: colorconfigwin.ui:955
+#: cui/uiconfig/ui/colorconfigwin.ui:1055
#, fuzzy
msgctxt "colorconfigwin|basicop"
msgid "Operator"
msgstr "B~ewerkers"
-#: colorconfigwin.ui:978
+#: cui/uiconfig/ui/colorconfigwin.ui:1078
msgctxt "colorconfigwin|basickeyword"
msgid "Reserved expression"
msgstr ""
-#: colorconfigwin.ui:1001
+#: cui/uiconfig/ui/colorconfigwin.ui:1101
msgctxt "colorconfigwin|error"
msgid "Error"
msgstr "Fout"
-#: colorconfigwin.ui:1013
+#: cui/uiconfig/ui/colorconfigwin.ui:1113
msgctxt "colorconfigwin|sql"
msgid "SQL Syntax Highlighting"
msgstr ""
-#: colorconfigwin.ui:1040
+#: cui/uiconfig/ui/colorconfigwin.ui:1140
msgctxt "colorconfigwin|sqlid"
msgid "Identifier"
msgstr ""
-#: colorconfigwin.ui:1063
+#: cui/uiconfig/ui/colorconfigwin.ui:1163
msgctxt "colorconfigwin|sqlnumber"
msgid "Number"
msgstr "Nommer"
-#: colorconfigwin.ui:1086
+#: cui/uiconfig/ui/colorconfigwin.ui:1186
msgctxt "colorconfigwin|sqlstring"
msgid "String"
msgstr "String"
-#: colorconfigwin.ui:1109
+#: cui/uiconfig/ui/colorconfigwin.ui:1209
#, fuzzy
msgctxt "colorconfigwin|sqlop"
msgid "Operator"
msgstr "B~ewerkers"
-#: colorconfigwin.ui:1132
+#: cui/uiconfig/ui/colorconfigwin.ui:1232
#, fuzzy
msgctxt "colorconfigwin|sqlkeyword"
msgid "Keyword"
msgstr "Sleutelwoorde"
-#: colorconfigwin.ui:1155
+#: cui/uiconfig/ui/colorconfigwin.ui:1255
#, fuzzy
msgctxt "colorconfigwin|sqlparam"
msgid "Parameter"
msgstr "~Parameters"
-#: colorconfigwin.ui:1178
+#: cui/uiconfig/ui/colorconfigwin.ui:1278
msgctxt "colorconfigwin|sqlcomment"
msgid "Comment"
msgstr "Opmerking"
-#: colorconfigwin.ui:1187
+#: cui/uiconfig/ui/colorconfigwin.ui:1287
#, fuzzy
msgctxt "colorconfigwin|shadows"
msgid "Shadows"
msgstr "Skadu"
-#: colorpage.ui:60
+#: cui/uiconfig/ui/colorpage.ui:60
#, fuzzy
msgctxt "colorpage|label21"
msgid "Palette:"
msgstr "Palette"
-#: colorpage.ui:101
+#: cui/uiconfig/ui/colorpage.ui:101
msgctxt "colorpage|label20"
msgid "Recent Colors"
msgstr ""
-#: colorpage.ui:156
+#: cui/uiconfig/ui/colorpage.ui:156
#, fuzzy
msgctxt "colorpage|RGB"
msgid "RGB"
msgstr "RGB"
-#: colorpage.ui:172
+#: cui/uiconfig/ui/colorpage.ui:173
#, fuzzy
msgctxt "colorpage|CMYK"
msgid "CMYK"
msgstr "CMYK"
-#: colorpage.ui:188
+#: cui/uiconfig/ui/colorpage.ui:190
msgctxt "colorpage|delete"
msgid "Delete"
msgstr "Skrap"
-#: colorpage.ui:206
+#: cui/uiconfig/ui/colorpage.ui:208
msgctxt "colorpage|label22"
msgid "Custom Palette"
msgstr ""
-#: colorpage.ui:258
+#: cui/uiconfig/ui/colorpage.ui:260
#, fuzzy
msgctxt "colorpage|label1"
msgid "Colors"
msgstr "Kleure"
-#: colorpage.ui:303
+#: cui/uiconfig/ui/colorpage.ui:305
msgctxt "colorpage|oldpreview-atkobject"
msgid "Old Color"
msgstr ""
-#: colorpage.ui:333
+#: cui/uiconfig/ui/colorpage.ui:335
msgctxt "colorpage|label7"
msgid "B"
msgstr ""
-#: colorpage.ui:348
+#: cui/uiconfig/ui/colorpage.ui:350
msgctxt "colorpage|label8"
msgid "G"
msgstr ""
-#: colorpage.ui:363
+#: cui/uiconfig/ui/colorpage.ui:365
msgctxt "colorpage|label9"
msgid "R"
msgstr ""
-#: colorpage.ui:378
+#: cui/uiconfig/ui/colorpage.ui:380
msgctxt "colorpage|label18"
msgid "Hex"
msgstr ""
-#: colorpage.ui:458
+#: cui/uiconfig/ui/colorpage.ui:460
msgctxt "colorpage|label10"
msgid "_C"
msgstr ""
-#: colorpage.ui:473
+#: cui/uiconfig/ui/colorpage.ui:475
msgctxt "colorpage|label16"
msgid "_K"
msgstr ""
-#: colorpage.ui:488
+#: cui/uiconfig/ui/colorpage.ui:490
msgctxt "colorpage|label17"
msgid "_Y"
msgstr ""
-#: colorpage.ui:554
+#: cui/uiconfig/ui/colorpage.ui:556
msgctxt "colorpage|label15"
msgid "_M"
msgstr ""
-#: colorpage.ui:579
+#: cui/uiconfig/ui/colorpage.ui:581
#, fuzzy
msgctxt "colorpage|label5"
msgid "Active"
msgstr "Aktief"
-#: colorpage.ui:625
+#: cui/uiconfig/ui/colorpage.ui:627
msgctxt "colorpage|newpreview-atkobject"
msgid "New Color"
msgstr ""
-#: colorpage.ui:656
+#: cui/uiconfig/ui/colorpage.ui:657
msgctxt "colorpage|B_custom"
msgid "Blue"
msgstr "Blou"
-#: colorpage.ui:671
+#: cui/uiconfig/ui/colorpage.ui:671
msgctxt "colorpage|R_custom"
msgid "Red"
msgstr "Rooi"
-#: colorpage.ui:685
+#: cui/uiconfig/ui/colorpage.ui:685
msgctxt "colorpage|label4"
msgid "_B"
msgstr ""
-#: colorpage.ui:699
+#: cui/uiconfig/ui/colorpage.ui:699
msgctxt "colorpage|label3"
msgid "_G"
msgstr ""
-#: colorpage.ui:713
+#: cui/uiconfig/ui/colorpage.ui:713
msgctxt "colorpage|label2"
msgid "_R"
msgstr ""
-#: colorpage.ui:728
+#: cui/uiconfig/ui/colorpage.ui:727
msgctxt "colorpage|G_custom"
msgid "Green"
msgstr "Groen"
-#: colorpage.ui:742
+#: cui/uiconfig/ui/colorpage.ui:741
msgctxt "colorpage|label19"
msgid "_Hex"
msgstr ""
-#: colorpage.ui:786
+#: cui/uiconfig/ui/colorpage.ui:785
msgctxt "colorpage|label11"
msgid "_C"
msgstr ""
-#: colorpage.ui:801
+#: cui/uiconfig/ui/colorpage.ui:800
msgctxt "colorpage|label12"
msgid "_M"
msgstr ""
-#: colorpage.ui:815
+#: cui/uiconfig/ui/colorpage.ui:814
msgctxt "colorpage|label13"
msgid "_K"
msgstr ""
-#: colorpage.ui:858
+#: cui/uiconfig/ui/colorpage.ui:855
msgctxt "colorpage|label14"
msgid "_Y"
msgstr ""
-#: colorpage.ui:905
+#: cui/uiconfig/ui/colorpage.ui:900
#, fuzzy
msgctxt "colorpage|edit"
msgid "Pick"
msgstr "Pika"
-#: colorpage.ui:927
+#: cui/uiconfig/ui/colorpage.ui:922
#, fuzzy
msgctxt "colorpage|label6"
msgid "New"
msgstr "Nuwe"
-#: colorpickerdialog.ui:26
+#: cui/uiconfig/ui/colorpickerdialog.ui:60
msgctxt "colorpickerdialog|ColorPicker"
msgid "Pick a Color"
msgstr ""
-#: colorpickerdialog.ui:244
+#: cui/uiconfig/ui/colorpickerdialog.ui:281
msgctxt "colorpickerdialog|redRadiobutton"
msgid "_Red:"
msgstr ""
-#: colorpickerdialog.ui:262
+#: cui/uiconfig/ui/colorpickerdialog.ui:298
msgctxt "colorpickerdialog|greenRadiobutton"
msgid "_Green:"
msgstr ""
-#: colorpickerdialog.ui:279
+#: cui/uiconfig/ui/colorpickerdialog.ui:315
msgctxt "colorpickerdialog|blueRadiobutton"
msgid "_Blue:"
msgstr ""
-#: colorpickerdialog.ui:335
+#: cui/uiconfig/ui/colorpickerdialog.ui:370
msgctxt "colorpickerdialog|label2"
msgid "Hex _#:"
msgstr ""
-#: colorpickerdialog.ui:363
+#: cui/uiconfig/ui/colorpickerdialog.ui:399
#, fuzzy
msgctxt "colorpickerdialog|label1"
msgid "RGB"
msgstr "RGB"
-#: colorpickerdialog.ui:402
+#: cui/uiconfig/ui/colorpickerdialog.ui:438
msgctxt "colorpickerdialog|hueRadiobutton"
msgid "H_ue:"
msgstr ""
-#: colorpickerdialog.ui:420
+#: cui/uiconfig/ui/colorpickerdialog.ui:455
msgctxt "colorpickerdialog|satRadiobutton"
msgid "_Saturation:"
msgstr ""
-#: colorpickerdialog.ui:437
+#: cui/uiconfig/ui/colorpickerdialog.ui:472
#, fuzzy
msgctxt "colorpickerdialog|brightRadiobutton"
msgid "Bright_ness:"
msgstr "Helderheid"
-#: colorpickerdialog.ui:496
+#: cui/uiconfig/ui/colorpickerdialog.ui:531
msgctxt "colorpickerdialog|label3"
msgid "HSB"
msgstr ""
-#: colorpickerdialog.ui:537
+#: cui/uiconfig/ui/colorpickerdialog.ui:571
msgctxt "colorpickerdialog|label5"
msgid "_Cyan:"
msgstr ""
-#: colorpickerdialog.ui:552
+#: cui/uiconfig/ui/colorpickerdialog.ui:586
#, fuzzy
msgctxt "colorpickerdialog|label6"
msgid "_Magenta:"
msgstr "Magenta"
-#: colorpickerdialog.ui:567
+#: cui/uiconfig/ui/colorpickerdialog.ui:601
#, fuzzy
msgctxt "colorpickerdialog|label7"
msgid "_Yellow:"
msgstr "Geel"
-#: colorpickerdialog.ui:582
+#: cui/uiconfig/ui/colorpickerdialog.ui:616
msgctxt "colorpickerdialog|label8"
msgid "_Key:"
msgstr ""
-#: colorpickerdialog.ui:647
+#: cui/uiconfig/ui/colorpickerdialog.ui:682
#, fuzzy
msgctxt "colorpickerdialog|label4"
msgid "CMYK"
msgstr "CMYK"
-#: comment.ui:7
+#: cui/uiconfig/ui/comment.ui:18
msgctxt "comment|CommentDialog"
msgid "Insert Comment"
msgstr "Voeg opmerking in"
-#: comment.ui:153
+#: cui/uiconfig/ui/comment.ui:163
msgctxt "comment|label2"
msgid "Author"
msgstr "Outeur"
-#: comment.ui:185
+#: cui/uiconfig/ui/comment.ui:195
#, fuzzy
msgctxt "comment|label4"
msgid "_Text"
msgstr "Teks"
-#: comment.ui:228
+#: cui/uiconfig/ui/comment.ui:238
#, fuzzy
msgctxt "comment|label5"
msgid "_Insert"
msgstr "Voeg in"
-#: comment.ui:241
+#: cui/uiconfig/ui/comment.ui:250
msgctxt "comment|author"
msgid "Author"
msgstr "Outeur"
-#: comment.ui:264
+#: cui/uiconfig/ui/comment.ui:271
msgctxt "comment|alttitle"
msgid "Edit Comment"
msgstr "Redigeer opmerking"
-#: comment.ui:280
+#: cui/uiconfig/ui/comment.ui:287
msgctxt "comment|label1"
msgid "Contents"
msgstr "Inhoud"
-#: connectortabpage.ui:34
+#: cui/uiconfig/ui/connectortabpage.ui:34
#, fuzzy
msgctxt "connectortabpage|FT_TYPE"
msgid "_Type:"
msgstr "Soort"
-#: connectortabpage.ui:85
+#: cui/uiconfig/ui/connectortabpage.ui:85
msgctxt "connectortabpage|FT_LINE_1"
msgid "Line _1:"
msgstr ""
-#: connectortabpage.ui:99
+#: cui/uiconfig/ui/connectortabpage.ui:99
msgctxt "connectortabpage|FT_LINE_2"
msgid "Line _2:"
msgstr ""
-#: connectortabpage.ui:113
+#: cui/uiconfig/ui/connectortabpage.ui:113
msgctxt "connectortabpage|FT_LINE_3"
msgid "Line _3:"
msgstr ""
-#: connectortabpage.ui:170
+#: cui/uiconfig/ui/connectortabpage.ui:167
msgctxt "connectortabpage|label2"
msgid "Line Skew"
msgstr ""
-#: connectortabpage.ui:206
+#: cui/uiconfig/ui/connectortabpage.ui:203
msgctxt "connectortabpage|FT_HORZ_1"
msgid "_Begin horizontal:"
msgstr ""
-#: connectortabpage.ui:220
+#: cui/uiconfig/ui/connectortabpage.ui:217
msgctxt "connectortabpage|FT_HORZ_2"
msgid "End _horizontal:"
msgstr ""
-#: connectortabpage.ui:234
+#: cui/uiconfig/ui/connectortabpage.ui:231
msgctxt "connectortabpage|FT_VERT_1"
msgid "Begin _vertical:"
msgstr ""
-#: connectortabpage.ui:248
+#: cui/uiconfig/ui/connectortabpage.ui:245
msgctxt "connectortabpage|FT_VERT_2"
msgid "_End vertical:"
msgstr ""
-#: connectortabpage.ui:318
+#: cui/uiconfig/ui/connectortabpage.ui:311
#, fuzzy
msgctxt "connectortabpage|label3"
msgid "Line Spacing"
msgstr "Reëlspasiëring"
-#: connectortabpage.ui:342
+#: cui/uiconfig/ui/connectortabpage.ui:335
msgctxt "connectortabpage|CTL_PREVIEW|tooltip_text"
msgid "Preview"
msgstr "Voorskou"
-#: connectortabpage.ui:347
+#: cui/uiconfig/ui/connectortabpage.ui:340
msgctxt "connectortabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "Voorbeeld"
-#: connpooloptions.ui:39
+#: cui/uiconfig/ui/connpooloptions.ui:39
msgctxt "connpooloptions|connectionpooling"
msgid "Connection pooling enabled"
msgstr ""
-#: connpooloptions.ui:68
+#: cui/uiconfig/ui/connpooloptions.ui:68
msgctxt "connpooloptions|driverslabel"
msgid "Drivers known in %PRODUCTNAME"
msgstr ""
-#: connpooloptions.ui:102
+#: cui/uiconfig/ui/connpooloptions.ui:102
msgctxt "connpooloptions|driverlabel"
msgid "Current driver:"
msgstr ""
-#: connpooloptions.ui:133
+#: cui/uiconfig/ui/connpooloptions.ui:133
msgctxt "connpooloptions|enablepooling"
msgid "Enable pooling for this driver"
msgstr ""
-#: connpooloptions.ui:159
+#: cui/uiconfig/ui/connpooloptions.ui:160
msgctxt "connpooloptions|timeoutlabel"
msgid "_Timeout (seconds)"
msgstr ""
-#: connpooloptions.ui:208
+#: cui/uiconfig/ui/connpooloptions.ui:208
#, fuzzy
msgctxt "connpooloptions|label1"
msgid "Connection Pool"
msgstr "Verbinding gebreek"
-#: croppage.ui:53
+#: cui/uiconfig/ui/croppage.ui:53
msgctxt "croppage|keepscale"
msgid "Keep _scale"
msgstr ""
-#: croppage.ui:71
+#: cui/uiconfig/ui/croppage.ui:71
msgctxt "croppage|keepsize"
msgid "Keep image si_ze"
msgstr ""
-#: croppage.ui:97
+#: cui/uiconfig/ui/croppage.ui:97
msgctxt "croppage|label2"
msgid "_Left:"
msgstr ""
-#: croppage.ui:124
+#: cui/uiconfig/ui/croppage.ui:123
#, fuzzy
msgctxt "croppage|label3"
msgid "_Right:"
msgstr "Hoogte"
-#: croppage.ui:163
+#: cui/uiconfig/ui/croppage.ui:161
msgctxt "croppage|label4"
msgid "_Top:"
msgstr ""
-#: croppage.ui:177
+#: cui/uiconfig/ui/croppage.ui:175
#, fuzzy
msgctxt "croppage|label5"
msgid "_Bottom:"
msgstr "Onderkant"
-#: croppage.ui:226
+#: cui/uiconfig/ui/croppage.ui:222
msgctxt "croppage|label1"
msgid "Crop"
msgstr "Snoei"
-#: croppage.ui:261
+#: cui/uiconfig/ui/croppage.ui:257
#, fuzzy
msgctxt "croppage|label6"
msgid "_Width:"
msgstr "Wydte"
-#: croppage.ui:287
+#: cui/uiconfig/ui/croppage.ui:282
#, fuzzy
msgctxt "croppage|label7"
msgid "_Height:"
msgstr "Hoogte"
-#: croppage.ui:316
+#: cui/uiconfig/ui/croppage.ui:310
msgctxt "croppage|label10"
msgid "Scale"
msgstr "Skaal"
-#: croppage.ui:351
+#: cui/uiconfig/ui/croppage.ui:345
#, fuzzy
msgctxt "croppage|label8"
msgid "_Width:"
msgstr "Wydte"
-#: croppage.ui:378
+#: cui/uiconfig/ui/croppage.ui:371
#, fuzzy
msgctxt "croppage|label9"
msgid "_Height:"
msgstr "Hoogte"
-#: croppage.ui:408
+#: cui/uiconfig/ui/croppage.ui:400
msgctxt "croppage|label11"
msgid "Image Size"
msgstr ""
-#: croppage.ui:460
+#: cui/uiconfig/ui/croppage.ui:452
#, fuzzy
msgctxt "croppage|origsize"
msgid "_Original Size"
msgstr "Oorspronklike grootte"
-#: cuiimapdlg.ui:8
+#: cui/uiconfig/ui/cuiimapdlg.ui:8
msgctxt "cuiimapdlg|IMapDialog"
msgid "Properties"
msgstr "Eienskappe"
-#: cuiimapdlg.ui:96
+#: cui/uiconfig/ui/cuiimapdlg.ui:96
msgctxt "cuiimapdlg|label1"
msgid "_URL:"
msgstr ""
-#: cuiimapdlg.ui:138
+#: cui/uiconfig/ui/cuiimapdlg.ui:137
#, fuzzy
msgctxt "cuiimapdlg|label2"
msgid "F_rame:"
msgstr "Raam:"
-#: cuiimapdlg.ui:186
+#: cui/uiconfig/ui/cuiimapdlg.ui:184
#, fuzzy
msgctxt "cuiimapdlg|label3"
msgid "_Name:"
msgstr "Naam"
-#: cuiimapdlg.ui:228
+#: cui/uiconfig/ui/cuiimapdlg.ui:225
msgctxt "cuiimapdlg|label4"
msgid "Alternative _text:"
msgstr ""
-#: cuiimapdlg.ui:270
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "Beskrywing"
-#: customizedialog.ui:8
+#: cui/uiconfig/ui/customizedialog.ui:8
msgctxt "customizedialog|CustomizeDialog"
msgid "Customize"
msgstr ""
-#: customizedialog.ui:105
+#: cui/uiconfig/ui/customizedialog.ui:105
#, fuzzy
msgctxt "customizedialog|menus"
msgid "Menus"
msgstr "Genus"
-#: customizedialog.ui:127
+#: cui/uiconfig/ui/customizedialog.ui:127
#, fuzzy
msgctxt "customizedialog|toolbars"
msgid "Toolbars"
msgstr "~Nutsbalke"
-#: customizedialog.ui:150
+#: cui/uiconfig/ui/customizedialog.ui:150
msgctxt "customizedialog|contextmenus"
msgid "Context Menus"
msgstr ""
-#: customizedialog.ui:173
+#: cui/uiconfig/ui/customizedialog.ui:173
msgctxt "customizedialog|keyboard"
msgid "Keyboard"
msgstr "Sleutelbord"
-#: customizedialog.ui:196
+#: cui/uiconfig/ui/customizedialog.ui:196
msgctxt "customizedialog|events"
msgid "Events"
msgstr "Gebeurtenisse"
-#: databaselinkdialog.ui:9
+#: cui/uiconfig/ui/databaselinkdialog.ui:9
msgctxt "databaselinkdialog|DatabaseLinkDialog"
msgid "Create Database Link"
msgstr ""
-#: databaselinkdialog.ui:88
+#: cui/uiconfig/ui/databaselinkdialog.ui:88
msgctxt "databaselinkdialog|browse"
msgid "Browse..."
msgstr "Blaai..."
-#: databaselinkdialog.ui:104
+#: cui/uiconfig/ui/databaselinkdialog.ui:104
msgctxt "databaselinkdialog|label1"
msgid "_Database file:"
msgstr ""
-#: databaselinkdialog.ui:148
+#: cui/uiconfig/ui/databaselinkdialog.ui:148
msgctxt "databaselinkdialog|label4"
msgid "Registered _name:"
msgstr ""
-#: databaselinkdialog.ui:179
+#: cui/uiconfig/ui/databaselinkdialog.ui:179
msgctxt "databaselinkdialog|alttitle"
msgid "Edit Database Link"
msgstr ""
-#: dbregisterpage.ui:62
+#: cui/uiconfig/ui/dbregisterpage.ui:62
#, fuzzy
msgctxt "dbregisterpage|new"
msgid "_New..."
msgstr "Nuwe..."
-#: dbregisterpage.ui:76
+#: cui/uiconfig/ui/dbregisterpage.ui:76
#, fuzzy
msgctxt "dbregisterpage|delete"
msgid "_Delete"
msgstr "Skrap"
-#: dbregisterpage.ui:90
+#: cui/uiconfig/ui/dbregisterpage.ui:90
#, fuzzy
msgctxt "dbregisterpage|edit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: dbregisterpage.ui:117
+#: cui/uiconfig/ui/dbregisterpage.ui:117
msgctxt "dbregisterpage|label1"
msgid "Registered Databases"
msgstr ""
-#: dimensionlinestabpage.ui:53
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:53
msgctxt "dimensionlinestabpage|FT_LINE_DIST"
msgid "Line _distance:"
msgstr ""
-#: dimensionlinestabpage.ui:67
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:67
msgctxt "dimensionlinestabpage|FT_HELPLINE_OVERHANG"
msgid "Guide _overhang:"
msgstr ""
-#: dimensionlinestabpage.ui:81
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:81
msgctxt "dimensionlinestabpage|FT_HELPLINE_DIST"
msgid "_Guide distance:"
msgstr ""
-#: dimensionlinestabpage.ui:95
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:95
msgctxt "dimensionlinestabpage|FT_HELPLINE1_LEN"
msgid "_Left guide:"
msgstr ""
-#: dimensionlinestabpage.ui:109
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:109
msgctxt "dimensionlinestabpage|FT_HELPLINE2_LEN"
msgid "_Right guide:"
msgstr ""
-#: dimensionlinestabpage.ui:123
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:123
#, fuzzy
msgctxt "dimensionlinestabpage|FT_DECIMALPLACES"
msgid "Decimal _places:"
msgstr "Desimale plekke"
-#: dimensionlinestabpage.ui:134
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:134
msgctxt "dimensionlinestabpage|TSB_BELOW_REF_EDGE"
msgid "Measure _below object"
msgstr ""
-#: dimensionlinestabpage.ui:236
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:230
msgctxt "dimensionlinestabpage|label1"
msgid "Line"
msgstr "Reël"
-#: dimensionlinestabpage.ui:272
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:266
msgctxt "dimensionlinestabpage|FT_POSITION"
msgid "_Text position"
msgstr ""
-#: dimensionlinestabpage.ui:307
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:301
msgctxt "dimensionlinestabpage|TSB_AUTOPOSV"
msgid "_AutoVertical"
msgstr ""
-#: dimensionlinestabpage.ui:324
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:318
msgctxt "dimensionlinestabpage|TSB_AUTOPOSH"
msgid "A_utoHorizontal"
msgstr ""
-#: dimensionlinestabpage.ui:350
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:344
msgctxt "dimensionlinestabpage|TSB_PARALLEL"
msgid "_Parallel to line"
msgstr ""
-#: dimensionlinestabpage.ui:367
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:361
msgctxt "dimensionlinestabpage|TSB_SHOW_UNIT"
msgid "Show _measurement units"
msgstr ""
-#: dimensionlinestabpage.ui:404
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:398
msgctxt "dimensionlinestabpage|label2"
msgid "Legend"
msgstr "Legende"
-#: dimensionlinestabpage.ui:427
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:421
msgctxt "dimensionlinestabpage|STR_MEASURE_AUTOMATIC"
msgid "Automatic"
msgstr "Outomaties"
-#: distributiondialog.ui:8
+#: cui/uiconfig/ui/distributiondialog.ui:8
#, fuzzy
msgctxt "distributiondialog|DistributionDialog"
msgid "Distribution"
msgstr "Verspreiding..."
-#: distributionpage.ui:36
+#: cui/uiconfig/ui/distributionpage.ui:36
#, fuzzy
msgctxt "distributionpage|hornone"
msgid "_None"
msgstr "Geen"
-#: distributionpage.ui:53
+#: cui/uiconfig/ui/distributionpage.ui:53
#, fuzzy
msgctxt "distributionpage|horleft"
msgid "_Left"
msgstr "Links"
-#: distributionpage.ui:69
+#: cui/uiconfig/ui/distributionpage.ui:69
#, fuzzy
msgctxt "distributionpage|horcenter"
msgid "_Center"
msgstr "Sentreer"
-#: distributionpage.ui:85
+#: cui/uiconfig/ui/distributionpage.ui:85
#, fuzzy
msgctxt "distributionpage|horright"
msgid "_Right"
msgstr "Hoogte"
-#: distributionpage.ui:127
+#: cui/uiconfig/ui/distributionpage.ui:127
#, fuzzy
msgctxt "distributionpage|hordistance"
msgid "_Spacing"
msgstr "Spasiëring"
-#: distributionpage.ui:178
+#: cui/uiconfig/ui/distributionpage.ui:178
msgctxt "distributionpage|label"
msgid "Horizontal"
msgstr "Horisontaal"
-#: distributionpage.ui:211
+#: cui/uiconfig/ui/distributionpage.ui:211
#, fuzzy
msgctxt "distributionpage|vernone"
msgid "N_one"
msgstr "Geen"
-#: distributionpage.ui:227
+#: cui/uiconfig/ui/distributionpage.ui:227
#, fuzzy
msgctxt "distributionpage|vertop"
msgid "_Top"
msgstr "Bokant"
-#: distributionpage.ui:243
+#: cui/uiconfig/ui/distributionpage.ui:243
#, fuzzy
msgctxt "distributionpage|vercenter"
msgid "C_enter"
msgstr "Sentreer"
-#: distributionpage.ui:260
+#: cui/uiconfig/ui/distributionpage.ui:260
#, fuzzy
msgctxt "distributionpage|verdistance"
msgid "S_pacing"
msgstr "Spasiëring"
-#: distributionpage.ui:276
+#: cui/uiconfig/ui/distributionpage.ui:276
#, fuzzy
msgctxt "distributionpage|verbottom"
msgid "_Bottom"
msgstr "Onderkant"
-#: distributionpage.ui:353
+#: cui/uiconfig/ui/distributionpage.ui:353
msgctxt "distributionpage|label1"
msgid "Vertical"
msgstr "Vertikaal"
-#: editdictionarydialog.ui:8
+#: cui/uiconfig/ui/editdictionarydialog.ui:8
#, fuzzy
msgctxt "editdictionarydialog|EditDictionaryDialog"
msgid "Edit Custom Dictionary"
msgstr "Redigeer eie woordeboek"
-#: editdictionarydialog.ui:95
+#: cui/uiconfig/ui/editdictionarydialog.ui:95
msgctxt "editdictionarydialog|book_label"
msgid "_Book:"
msgstr ""
-#: editdictionarydialog.ui:110
+#: cui/uiconfig/ui/editdictionarydialog.ui:110
#, fuzzy
msgctxt "editdictionarydialog|lang_label"
msgid "_Language:"
msgstr "Taal"
-#: editdictionarydialog.ui:182
+#: cui/uiconfig/ui/editdictionarydialog.ui:180
#, fuzzy
msgctxt "editdictionarydialog|word_label"
msgid "_Word"
msgstr "Woorde"
-#: editdictionarydialog.ui:198
+#: cui/uiconfig/ui/editdictionarydialog.ui:196
msgctxt "editdictionarydialog|replace_label"
msgid "_Replace By"
msgstr ""
-#: editdictionarydialog.ui:251
+#: cui/uiconfig/ui/editdictionarydialog.ui:249
#, fuzzy
msgctxt "editdictionarydialog|newreplace"
msgid "_New"
msgstr "Nuwe"
-#: editdictionarydialog.ui:265
+#: cui/uiconfig/ui/editdictionarydialog.ui:263
#, fuzzy
msgctxt "editdictionarydialog|delete"
msgid "_Delete"
msgstr "Skrap"
-#: editmodulesdialog.ui:9
+#: cui/uiconfig/ui/editmodulesdialog.ui:9
msgctxt "editmodulesdialog|EditModulesDialog"
msgid "Edit Modules"
msgstr ""
-#: editmodulesdialog.ui:84
+#: cui/uiconfig/ui/editmodulesdialog.ui:84
#, fuzzy
msgctxt "editmodulesdialog|moredictslink"
msgid "Get more dictionaries online..."
msgstr "Meer woordeboeke aanlyn..."
-#: editmodulesdialog.ui:108
+#: cui/uiconfig/ui/editmodulesdialog.ui:108
#, fuzzy
msgctxt "editmodulesdialog|label2"
msgid "Language:"
msgstr "Taal"
-#: editmodulesdialog.ui:153
+#: cui/uiconfig/ui/editmodulesdialog.ui:153
msgctxt "editmodulesdialog|up"
msgid "Move Up"
msgstr "Skuif op"
-#: editmodulesdialog.ui:167
+#: cui/uiconfig/ui/editmodulesdialog.ui:167
msgctxt "editmodulesdialog|down"
msgid "Move Down"
msgstr "Skuif ondertoe"
-#: editmodulesdialog.ui:181
+#: cui/uiconfig/ui/editmodulesdialog.ui:181
#, fuzzy
msgctxt "editmodulesdialog|back"
msgid "_Back"
msgstr "Terug"
-#: editmodulesdialog.ui:228
+#: cui/uiconfig/ui/editmodulesdialog.ui:228
msgctxt "editmodulesdialog|label1"
msgid "Options"
msgstr "Opsies"
-#: effectspage.ui:13
+#: cui/uiconfig/ui/effectspage.ui:13
#, fuzzy
msgctxt "effectspage|liststore1"
msgid "(Without)"
msgstr "(Sonder)"
-#: effectspage.ui:16
+#: cui/uiconfig/ui/effectspage.ui:16
msgctxt "effectspage|liststore1"
msgid "Capitals"
msgstr "Hoofletters"
-#: effectspage.ui:19
+#: cui/uiconfig/ui/effectspage.ui:19
msgctxt "effectspage|liststore1"
msgid "Lowercase"
msgstr "Onderkas"
-#: effectspage.ui:22
+#: cui/uiconfig/ui/effectspage.ui:22
msgctxt "effectspage|liststore1"
msgid "Title"
msgstr "Titel"
-#: effectspage.ui:25
+#: cui/uiconfig/ui/effectspage.ui:25
msgctxt "effectspage|liststore1"
msgid "Small capitals"
msgstr "Klein hoofletters"
-#: effectspage.ui:36
+#: cui/uiconfig/ui/effectspage.ui:36
#, fuzzy
msgctxt "effectspage|liststore2"
msgid "(Without)"
msgstr "(Sonder)"
-#: effectspage.ui:39
+#: cui/uiconfig/ui/effectspage.ui:39
msgctxt "effectspage|liststore2"
msgid "Embossed"
msgstr "Geëmbosseer"
-#: effectspage.ui:42
+#: cui/uiconfig/ui/effectspage.ui:42
msgctxt "effectspage|liststore2"
msgid "Engraved"
msgstr "Gegraveer"
-#: effectspage.ui:53
+#: cui/uiconfig/ui/effectspage.ui:53
#, fuzzy
msgctxt "effectspage|liststore3"
msgid "(Without)"
msgstr "(Sonder)"
-#: effectspage.ui:56
+#: cui/uiconfig/ui/effectspage.ui:56
msgctxt "effectspage|liststore3"
msgid "Dot"
msgstr "Stippel"
-#: effectspage.ui:59
+#: cui/uiconfig/ui/effectspage.ui:59
msgctxt "effectspage|liststore3"
msgid "Circle"
msgstr "Sirkel"
-#: effectspage.ui:62
+#: cui/uiconfig/ui/effectspage.ui:62
msgctxt "effectspage|liststore3"
msgid "Disc"
msgstr "Skyf"
-#: effectspage.ui:65
+#: cui/uiconfig/ui/effectspage.ui:65
msgctxt "effectspage|liststore3"
msgid "Accent"
msgstr "Aksent"
-#: effectspage.ui:78
+#: cui/uiconfig/ui/effectspage.ui:78
msgctxt "effectspage|liststore4"
msgid "Above text"
msgstr "Bo teks"
-#: effectspage.ui:82
+#: cui/uiconfig/ui/effectspage.ui:82
msgctxt "effectspage|liststore4"
msgid "Below text"
msgstr "Onder teks"
-#: effectspage.ui:96
+#: cui/uiconfig/ui/effectspage.ui:96
#, fuzzy
msgctxt "effectspage|liststore5"
msgid "(Without)"
msgstr "(Sonder)"
-#: effectspage.ui:100
+#: cui/uiconfig/ui/effectspage.ui:100
#, fuzzy
msgctxt "effectspage|liststore5"
msgid "Single"
msgstr "Enkel"
-#: effectspage.ui:104
+#: cui/uiconfig/ui/effectspage.ui:104
msgctxt "effectspage|liststore5"
msgid "Double"
msgstr "Dubbel"
-#: effectspage.ui:108
+#: cui/uiconfig/ui/effectspage.ui:108
msgctxt "effectspage|liststore5"
msgid "Bold"
msgstr "Vetdruk"
-#: effectspage.ui:112
+#: cui/uiconfig/ui/effectspage.ui:112
msgctxt "effectspage|liststore5"
msgid "With /"
msgstr "Met /"
-#: effectspage.ui:116
+#: cui/uiconfig/ui/effectspage.ui:116
msgctxt "effectspage|liststore5"
msgid "With X"
msgstr "Met X"
-#: effectspage.ui:130
+#: cui/uiconfig/ui/effectspage.ui:130
#, fuzzy
msgctxt "effectspage|liststore6"
msgid "(Without)"
msgstr "(Sonder)"
-#: effectspage.ui:134
+#: cui/uiconfig/ui/effectspage.ui:134
#, fuzzy
msgctxt "effectspage|liststore6"
msgid "Single"
msgstr "Enkel"
-#: effectspage.ui:138
+#: cui/uiconfig/ui/effectspage.ui:138
msgctxt "effectspage|liststore6"
msgid "Double"
msgstr "Dubbel"
-#: effectspage.ui:142
+#: cui/uiconfig/ui/effectspage.ui:142
msgctxt "effectspage|liststore6"
msgid "Bold"
msgstr "Vetdruk"
-#: effectspage.ui:146
+#: cui/uiconfig/ui/effectspage.ui:146
msgctxt "effectspage|liststore6"
msgid "Dotted"
msgstr "Stippels"
-#: effectspage.ui:150
+#: cui/uiconfig/ui/effectspage.ui:150
msgctxt "effectspage|liststore6"
msgid "Dotted (Bold)"
msgstr "Stippels (vet)"
-#: effectspage.ui:154
+#: cui/uiconfig/ui/effectspage.ui:154
msgctxt "effectspage|liststore6"
msgid "Dash"
msgstr "Strepie"
-#: effectspage.ui:158
+#: cui/uiconfig/ui/effectspage.ui:158
msgctxt "effectspage|liststore6"
msgid "Dash (Bold)"
msgstr "Aandagstreep (vet)"
-#: effectspage.ui:162
+#: cui/uiconfig/ui/effectspage.ui:162
msgctxt "effectspage|liststore6"
msgid "Long Dash"
msgstr "Lang aandagstreep"
-#: effectspage.ui:166
+#: cui/uiconfig/ui/effectspage.ui:166
msgctxt "effectspage|liststore6"
msgid "Long Dash (Bold)"
msgstr "Lang aandagstreep (vet)"
-#: effectspage.ui:170
+#: cui/uiconfig/ui/effectspage.ui:170
msgctxt "effectspage|liststore6"
msgid "Dot Dash"
msgstr "Stippel-strepie"
-#: effectspage.ui:174
+#: cui/uiconfig/ui/effectspage.ui:174
msgctxt "effectspage|liststore6"
msgid "Dot Dash (Bold)"
msgstr "Stippel-strepie (vet)"
-#: effectspage.ui:178
+#: cui/uiconfig/ui/effectspage.ui:178
msgctxt "effectspage|liststore6"
msgid "Dot Dot Dash"
msgstr "Stippel-stippel-strepie"
-#: effectspage.ui:182
+#: cui/uiconfig/ui/effectspage.ui:182
msgctxt "effectspage|liststore6"
msgid "Dot Dot Dash (Bold)"
msgstr "Stippel-stippel-strepie (vet)"
-#: effectspage.ui:186
+#: cui/uiconfig/ui/effectspage.ui:186
msgctxt "effectspage|liststore6"
msgid "Wave"
msgstr "Golf"
-#: effectspage.ui:190
+#: cui/uiconfig/ui/effectspage.ui:190
msgctxt "effectspage|liststore6"
msgid "Wave (Bold)"
msgstr "Golf (vet)"
-#: effectspage.ui:194
+#: cui/uiconfig/ui/effectspage.ui:194
msgctxt "effectspage|liststore6"
msgid "Double Wave"
msgstr "Dubbele golf"
-#: effectspage.ui:218
+#: cui/uiconfig/ui/effectspage.ui:218
#, fuzzy
msgctxt "effectspage|fontcolorft"
msgid "Font color:"
msgstr "Fontkleur"
-#: effectspage.ui:232
+#: cui/uiconfig/ui/effectspage.ui:232
#, fuzzy
msgctxt "effectspage|effectsft"
msgid "Effects:"
msgstr "Effekte"
-#: effectspage.ui:246
+#: cui/uiconfig/ui/effectspage.ui:246
#, fuzzy
msgctxt "effectspage|reliefft"
msgid "Relief:"
msgstr "Reliëf"
-#: effectspage.ui:260
+#: cui/uiconfig/ui/effectspage.ui:260
#, fuzzy
msgctxt "effectspage|label46"
msgid "Overlining:"
msgstr "~Oorlyning"
-#: effectspage.ui:274
+#: cui/uiconfig/ui/effectspage.ui:274
#, fuzzy
msgctxt "effectspage|label47"
msgid "Strikethrough:"
msgstr "Deurhaal"
-#: effectspage.ui:288
+#: cui/uiconfig/ui/effectspage.ui:288
#, fuzzy
msgctxt "effectspage|label48"
msgid "Underlining:"
msgstr "~Onderstreping"
-#: effectspage.ui:302
+#: cui/uiconfig/ui/effectspage.ui:302
#, fuzzy
msgctxt "effectspage|overlinecolorft"
msgid "Overline color:"
msgstr "Oorlyn, kleur"
-#: effectspage.ui:316
+#: cui/uiconfig/ui/effectspage.ui:316
#, fuzzy
msgctxt "effectspage|underlinecolorft"
msgid "Underline color:"
msgstr "Oorlyn, kleur"
-#: effectspage.ui:413
+#: cui/uiconfig/ui/effectspage.ui:413
msgctxt "effectspage|outlinecb"
msgid "Outline"
msgstr "Skema"
-#: effectspage.ui:428
+#: cui/uiconfig/ui/effectspage.ui:429
msgctxt "effectspage|blinkingcb"
msgid "Blinking"
msgstr "Knipperend"
-#: effectspage.ui:443
+#: cui/uiconfig/ui/effectspage.ui:445
msgctxt "effectspage|hiddencb"
msgid "Hidden"
msgstr "Versteek"
-#: effectspage.ui:458
+#: cui/uiconfig/ui/effectspage.ui:461
msgctxt "effectspage|individualwordscb"
msgid "Individual words"
msgstr "Individuele ~woorde"
-#: effectspage.ui:496
+#: cui/uiconfig/ui/effectspage.ui:500
#, fuzzy
msgctxt "effectspage|positionft"
msgid "Position:"
msgstr "Posisie"
-#: effectspage.ui:510
+#: cui/uiconfig/ui/effectspage.ui:514
#, fuzzy
msgctxt "effectspage|emphasisft"
msgid "Emphasis mark:"
msgstr "Klemteken"
-#: effectspage.ui:522
+#: cui/uiconfig/ui/effectspage.ui:526
msgctxt "effectspage|shadowcb"
msgid "Shadow"
msgstr "Skadu"
-#: effectspage.ui:562
+#: cui/uiconfig/ui/effectspage.ui:567
msgctxt "effectspage|a11ywarning"
msgid "Accessibility option \"Use automatic font color for screen display\" is active. Font color attributes are not currently used to display text."
msgstr ""
-#: effectspage.ui:611
+#: cui/uiconfig/ui/effectspage.ui:616
msgctxt "effectspage|preview-atkobject"
msgid "Preview"
msgstr "Voorskou"
-#: embossdialog.ui:9
+#: cui/uiconfig/ui/embossdialog.ui:9
#, fuzzy
msgctxt "embossdialog|EmbossDialog"
msgid "Emboss"
msgstr "Geëmbosseer"
-#: embossdialog.ui:120
+#: cui/uiconfig/ui/embossdialog.ui:120
#, fuzzy
msgctxt "embossdialog|label2"
msgid "_Light source:"
msgstr "~Ligbron"
-#: embossdialog.ui:155
+#: cui/uiconfig/ui/embossdialog.ui:155
#, fuzzy
msgctxt "embossdialog|label1"
msgid "Parameters"
msgstr "~Parameters"
-#: eventassigndialog.ui:8
+#: cui/uiconfig/ui/eventassigndialog.ui:8
#, fuzzy
msgctxt "eventassigndialog|EventAssignDialog"
msgid "Assign Macro"
msgstr "Wys makro toe..."
-#: eventassignpage.ui:47
+#: cui/uiconfig/ui/eventassignpage.ui:47
msgctxt "eventassignpage|existingmacrosft"
msgid "Existing Macros"
msgstr ""
-#: eventassignpage.ui:97
+#: cui/uiconfig/ui/eventassignpage.ui:97
msgctxt "eventassignpage|macrotoft"
msgid "Macro From"
msgstr ""
-#: eventassignpage.ui:159
+#: cui/uiconfig/ui/eventassignpage.ui:159
#, fuzzy
msgctxt "eventassignpage|eventft"
msgid "Event"
msgstr "Gebeurtenisse"
-#: eventassignpage.ui:172
+#: cui/uiconfig/ui/eventassignpage.ui:172
msgctxt "eventassignpage|assignft"
msgid "Assigned Action"
msgstr ""
-#: eventassignpage.ui:197
+#: cui/uiconfig/ui/eventassignpage.ui:197
msgctxt "eventassignpage|libraryft1"
msgid "Assignments"
msgstr ""
-#: eventassignpage.ui:220
+#: cui/uiconfig/ui/eventassignpage.ui:220
#, fuzzy
msgctxt "eventassignpage|assign"
msgid "Assign"
msgstr "Wys toe"
-#: eventassignpage.ui:234
+#: cui/uiconfig/ui/eventassignpage.ui:234
msgctxt "eventassignpage|delete"
msgid "Remove"
msgstr "Verwyder"
-#: eventsconfigpage.ui:31
+#: cui/uiconfig/ui/eventsconfigpage.ui:31
#, fuzzy
msgctxt "eventsconfigpage|label1"
msgid "Assign:"
msgstr "Wys toe"
-#: eventsconfigpage.ui:49
+#: cui/uiconfig/ui/eventsconfigpage.ui:49
#, fuzzy
msgctxt "eventsconfigpage|macro"
msgid "M_acro..."
msgstr "Makro..."
-#: eventsconfigpage.ui:63
+#: cui/uiconfig/ui/eventsconfigpage.ui:63
#, fuzzy
msgctxt "eventsconfigpage|delete"
msgid "_Remove"
msgstr "Verwyder"
-#: eventsconfigpage.ui:105
+#: cui/uiconfig/ui/eventsconfigpage.ui:105
#, fuzzy
msgctxt "eventsconfigpage|label2"
msgid "Save in:"
msgstr "Stoor na:"
-#: eventsconfigpage.ui:156
+#: cui/uiconfig/ui/eventsconfigpage.ui:156
#, fuzzy
msgctxt "eventsconfigpage|eventft"
msgid "Event"
msgstr "Gebeurtenisse"
-#: eventsconfigpage.ui:168
+#: cui/uiconfig/ui/eventsconfigpage.ui:168
msgctxt "eventsconfigpage|actionft"
msgid "Assigned Action"
msgstr ""
-#: fmsearchdialog.ui:8
+#: cui/uiconfig/ui/fmsearchdialog.ui:8
msgctxt "fmsearchdialog|RecordSearchDialog"
msgid "Record Search"
msgstr ""
-#: fmsearchdialog.ui:21
+#: cui/uiconfig/ui/fmsearchdialog.ui:21
#, fuzzy
msgctxt "fmsearchdialog|pbSearchAgain"
msgid "S_earch"
msgstr "Soek"
-#: fmsearchdialog.ui:142
+#: cui/uiconfig/ui/fmsearchdialog.ui:142
#, fuzzy
msgctxt "fmsearchdialog|rbSearchForText"
msgid "_Text:"
msgstr "Teks"
-#: fmsearchdialog.ui:166
+#: cui/uiconfig/ui/fmsearchdialog.ui:166
msgctxt "fmsearchdialog|rbSearchForNull"
msgid "Field content is _NULL"
msgstr ""
-#: fmsearchdialog.ui:185
+#: cui/uiconfig/ui/fmsearchdialog.ui:185
msgctxt "fmsearchdialog|rbSearchForNotNull"
msgid "Field content is not NU_LL"
msgstr ""
-#: fmsearchdialog.ui:216
+#: cui/uiconfig/ui/fmsearchdialog.ui:216
msgctxt "fmsearchdialog|flSearchFor"
msgid "_Search for"
msgstr ""
-#: fmsearchdialog.ui:272
+#: cui/uiconfig/ui/fmsearchdialog.ui:272
msgctxt "fmsearchdialog|rbSingleField"
msgid "_Single field:"
msgstr ""
-#: fmsearchdialog.ui:309
+#: cui/uiconfig/ui/fmsearchdialog.ui:309
msgctxt "fmsearchdialog|rbAllFields"
msgid "_All fields"
msgstr ""
-#: fmsearchdialog.ui:335
+#: cui/uiconfig/ui/fmsearchdialog.ui:335
#, fuzzy
msgctxt "fmsearchdialog|ftForm"
msgid "Form:"
msgstr "Vorm"
-#: fmsearchdialog.ui:409
+#: cui/uiconfig/ui/fmsearchdialog.ui:409
msgctxt "fmsearchdialog|label2"
msgid "Where to Search"
msgstr ""
-#: fmsearchdialog.ui:460
+#: cui/uiconfig/ui/fmsearchdialog.ui:460
#, fuzzy
msgctxt "fmsearchdialog|ftPosition"
msgid "_Position:"
msgstr "Posisie"
-#: fmsearchdialog.ui:496
+#: cui/uiconfig/ui/fmsearchdialog.ui:496
msgctxt "fmsearchdialog|HalfFullFormsCJK"
msgid "Match character wi_dth"
msgstr ""
-#: fmsearchdialog.ui:517
+#: cui/uiconfig/ui/fmsearchdialog.ui:517
msgctxt "fmsearchdialog|SoundsLikeCJK"
msgid "Sounds like (_Japanese)"
msgstr ""
-#: fmsearchdialog.ui:533
+#: cui/uiconfig/ui/fmsearchdialog.ui:533
msgctxt "fmsearchdialog|SoundsLikeCJKSettings"
msgid "Similarities..."
msgstr ""
-#: fmsearchdialog.ui:558
+#: cui/uiconfig/ui/fmsearchdialog.ui:558
msgctxt "fmsearchdialog|cbApprox"
msgid "S_imilarity search"
msgstr ""
-#: fmsearchdialog.ui:574
+#: cui/uiconfig/ui/fmsearchdialog.ui:574
msgctxt "fmsearchdialog|pbApproxSettings"
msgid "Similarities..."
msgstr ""
-#: fmsearchdialog.ui:595
+#: cui/uiconfig/ui/fmsearchdialog.ui:595
msgctxt "fmsearchdialog|cbCase"
msgid "_Match case"
msgstr ""
-#: fmsearchdialog.ui:611
+#: cui/uiconfig/ui/fmsearchdialog.ui:611
#, fuzzy
msgctxt "fmsearchdialog|cbStartOver"
msgid "Fr_om top"
msgstr "Vanaf bo"
-#: fmsearchdialog.ui:627
+#: cui/uiconfig/ui/fmsearchdialog.ui:627
msgctxt "fmsearchdialog|cbRegular"
msgid "_Regular expression"
msgstr ""
-#: fmsearchdialog.ui:643
+#: cui/uiconfig/ui/fmsearchdialog.ui:643
msgctxt "fmsearchdialog|cbUseFormat"
msgid "Appl_y field format"
msgstr ""
-#: fmsearchdialog.ui:659
+#: cui/uiconfig/ui/fmsearchdialog.ui:659
msgctxt "fmsearchdialog|cbBackwards"
msgid "Search _backwards"
msgstr ""
-#: fmsearchdialog.ui:675
+#: cui/uiconfig/ui/fmsearchdialog.ui:675
msgctxt "fmsearchdialog|cbWildCard"
msgid "_Wildcard expression"
msgstr ""
-#: fmsearchdialog.ui:704
+#: cui/uiconfig/ui/fmsearchdialog.ui:704
#, fuzzy
msgctxt "fmsearchdialog|flOptions"
msgid "Settings"
msgstr "Instellings"
-#: fmsearchdialog.ui:740
+#: cui/uiconfig/ui/fmsearchdialog.ui:740
#, fuzzy
msgctxt "fmsearchdialog|ftRecordLabel"
msgid "Record:"
msgstr "Rekord"
-#: fmsearchdialog.ui:751
+#: cui/uiconfig/ui/fmsearchdialog.ui:751
msgctxt "fmsearchdialog|ftRecord"
msgid "record count"
msgstr ""
-#: fmsearchdialog.ui:777
+#: cui/uiconfig/ui/fmsearchdialog.ui:777
#, fuzzy
msgctxt "fmsearchdialog|flState"
msgid "State"
msgstr "Provinsie"
-#: formatcellsdialog.ui:8
+#: cui/uiconfig/ui/formatcellsdialog.ui:8
#, fuzzy
msgctxt "formatcellsdialog|FormatCellsDialog"
msgid "Table Properties"
msgstr "Tabeleienskappe"
-#: formatcellsdialog.ui:106
+#: cui/uiconfig/ui/formatcellsdialog.ui:106
msgctxt "formatcellsdialog|name"
msgid "Font"
msgstr "Font"
-#: formatcellsdialog.ui:128
+#: cui/uiconfig/ui/formatcellsdialog.ui:128
msgctxt "formatcellsdialog|effects"
msgid "Font Effects"
msgstr ""
-#: formatcellsdialog.ui:151
+#: cui/uiconfig/ui/formatcellsdialog.ui:151
#, fuzzy
msgctxt "formatcellsdialog|border"
msgid "Borders"
msgstr "Grens"
-#: formatcellsdialog.ui:174
+#: cui/uiconfig/ui/formatcellsdialog.ui:174
msgctxt "formatcellsdialog|area"
msgid "Background"
msgstr "Agtergrond"
-#: formatnumberdialog.ui:8
+#: cui/uiconfig/ui/formatnumberdialog.ui:8
msgctxt "formatnumberdialog|FormatNumberDialog"
msgid "Format Number"
msgstr ""
-#: galleryapplyprogress.ui:8
+#: cui/uiconfig/ui/galleryapplyprogress.ui:8
msgctxt "galleryapplyprogress|GalleryApplyProgress"
msgid "Apply"
msgstr "Pas toe"
-#: galleryapplyprogress.ui:73
+#: cui/uiconfig/ui/galleryapplyprogress.ui:73
msgctxt "galleryapplyprogress|label2"
msgid "File"
msgstr "Lêer"
-#: galleryfilespage.ui:30
+#: cui/uiconfig/ui/galleryfilespage.ui:30
#, fuzzy
msgctxt "galleryfilespage|label1"
msgid "_File type:"
msgstr "Lêer~tipe:"
-#: galleryfilespage.ui:77
+#: cui/uiconfig/ui/galleryfilespage.ui:77
msgctxt "galleryfilespage|files-atkobject"
msgid "Files Found"
msgstr ""
-#: galleryfilespage.ui:104
+#: cui/uiconfig/ui/galleryfilespage.ui:104
#, fuzzy
msgctxt "galleryfilespage|preview"
msgid "Pr_eview"
msgstr "Voorskou"
-#: galleryfilespage.ui:125
+#: cui/uiconfig/ui/galleryfilespage.ui:125
msgctxt "galleryfilespage|image-atkobject"
msgid "Preview"
msgstr "Voorskou"
-#: galleryfilespage.ui:149
+#: cui/uiconfig/ui/galleryfilespage.ui:149
msgctxt "galleryfilespage|findfiles"
msgid "_Find Files..."
msgstr ""
-#: galleryfilespage.ui:177
+#: cui/uiconfig/ui/galleryfilespage.ui:177
msgctxt "galleryfilespage|addall"
msgid "A_dd All"
msgstr ""
-#: gallerygeneralpage.ui:22
+#: cui/uiconfig/ui/gallerygeneralpage.ui:22
msgctxt "gallerygeneralpage|label1"
msgid "Modified:"
msgstr "Gewysig:"
-#: gallerygeneralpage.ui:63
+#: cui/uiconfig/ui/gallerygeneralpage.ui:63
#, fuzzy
msgctxt "gallerygeneralpage|label2"
msgid "Type:"
msgstr "Soort"
-#: gallerygeneralpage.ui:90
+#: cui/uiconfig/ui/gallerygeneralpage.ui:90
msgctxt "gallerygeneralpage|label3"
msgid "Location:"
msgstr "Ligging:"
-#: gallerygeneralpage.ui:104
+#: cui/uiconfig/ui/gallerygeneralpage.ui:104
#, fuzzy
msgctxt "gallerygeneralpage|label4"
msgid "Contents:"
msgstr "Inhoud"
-#: gallerygeneralpage.ui:162
+#: cui/uiconfig/ui/gallerygeneralpage.ui:162
msgctxt "gallerygeneralpage|image-atkobject"
msgid "Theme Name"
msgstr ""
-#: gallerysearchprogress.ui:8
+#: cui/uiconfig/ui/gallerysearchprogress.ui:8
#, fuzzy
msgctxt "gallerysearchprogress|GallerySearchProgress"
msgid "Find"
msgstr "Vind"
-#: gallerysearchprogress.ui:78
+#: cui/uiconfig/ui/gallerysearchprogress.ui:78
#, fuzzy
msgctxt "gallerysearchprogress|label1"
msgid "File Type"
msgstr "Lêer~tipe"
-#: gallerysearchprogress.ui:115
+#: cui/uiconfig/ui/gallerysearchprogress.ui:115
#, fuzzy
msgctxt "gallerysearchprogress|label2"
msgid "Directory"
msgstr "Direkteur"
-#: gallerythemedialog.ui:8
+#: cui/uiconfig/ui/gallerythemedialog.ui:8
#, fuzzy
msgctxt "gallerythemedialog|GalleryThemeDialog"
msgid "Properties of "
msgstr "Eienskappe: "
-#: gallerythemedialog.ui:106
+#: cui/uiconfig/ui/gallerythemedialog.ui:106
msgctxt "gallerythemedialog|general"
msgid "General"
msgstr "Algemeen"
-#: gallerythemedialog.ui:128
+#: cui/uiconfig/ui/gallerythemedialog.ui:128
#, fuzzy
msgctxt "gallerythemedialog|files"
msgid "Files"
msgstr "Lêer"
-#: gallerythemeiddialog.ui:8
+#: cui/uiconfig/ui/gallerythemeiddialog.ui:8
msgctxt "gallerythemeiddialog|GalleryThemeIDDialog"
msgid "Theme ID"
msgstr ""
-#: gallerythemeiddialog.ui:27
+#: cui/uiconfig/ui/gallerythemeiddialog.ui:27
#, fuzzy
msgctxt "gallerythemeiddialog|label2"
msgid "ID:"
msgstr "ID: "
-#: gallerytitledialog.ui:8
+#: cui/uiconfig/ui/gallerytitledialog.ui:8
msgctxt "gallerytitledialog|GalleryTitleDialog"
msgid "Enter Title"
msgstr ""
-#: gallerytitledialog.ui:26
+#: cui/uiconfig/ui/gallerytitledialog.ui:26
#, fuzzy
msgctxt "gallerytitledialog|label2"
msgid "Title:"
msgstr "Titel"
-#: galleryupdateprogress.ui:8
+#: cui/uiconfig/ui/galleryupdateprogress.ui:8
#, fuzzy
msgctxt "galleryupdateprogress|GalleryUpdateProgress"
msgid "Update"
msgstr "Bywerk"
-#: galleryupdateprogress.ui:74
+#: cui/uiconfig/ui/galleryupdateprogress.ui:74
msgctxt "galleryupdateprogress|label2"
msgid "File"
msgstr "Lêer"
-#: gradientpage.ui:79
+#: cui/uiconfig/ui/gradientpage.ui:79
#, fuzzy
msgctxt "gradientpage|modify"
msgid "_Modify"
msgstr "Wysig"
-#: gradientpage.ui:106
+#: cui/uiconfig/ui/gradientpage.ui:106
msgctxt "gradientpage|label1"
msgid "Gradient"
msgstr "Gradiënt"
-#: gradientpage.ui:149
+#: cui/uiconfig/ui/gradientpage.ui:149
#, fuzzy
msgctxt "gradientpage|typeft"
msgid "_Type:"
msgstr "Soort"
-#: gradientpage.ui:165
+#: cui/uiconfig/ui/gradientpage.ui:165
msgctxt "gradientpage|gradienttypelb"
msgid "Linear"
msgstr ""
-#: gradientpage.ui:166
+#: cui/uiconfig/ui/gradientpage.ui:166
msgctxt "gradientpage|gradienttypelb"
msgid "Axial"
msgstr ""
-#: gradientpage.ui:167
+#: cui/uiconfig/ui/gradientpage.ui:167
#, fuzzy
msgctxt "gradientpage|gradienttypelb"
msgid "Radial"
msgstr "Radikaal"
-#: gradientpage.ui:168
+#: cui/uiconfig/ui/gradientpage.ui:168
msgctxt "gradientpage|gradienttypelb"
msgid "Ellipsoid"
msgstr ""
-#: gradientpage.ui:169
+#: cui/uiconfig/ui/gradientpage.ui:169
msgctxt "gradientpage|gradienttypelb"
msgid "Quadratic"
msgstr ""
-#: gradientpage.ui:170
+#: cui/uiconfig/ui/gradientpage.ui:170
msgctxt "gradientpage|gradienttypelb"
msgid "Square"
msgstr "Vierkant"
-#: gradientpage.ui:197
+#: cui/uiconfig/ui/gradientpage.ui:197
msgctxt "gradientpage|incrementft"
msgid "Increment:"
msgstr ""
-#: gradientpage.ui:235
+#: cui/uiconfig/ui/gradientpage.ui:235
#, fuzzy
msgctxt "gradientpage|autoincrement"
msgid "A_utomatic"
msgstr "Outomaties"
-#: gradientpage.ui:272
+#: cui/uiconfig/ui/gradientpage.ui:272
msgctxt "gradientpage|angleft"
msgid "A_ngle:"
msgstr ""
-#: gradientpage.ui:299
+#: cui/uiconfig/ui/gradientpage.ui:298
msgctxt "gradientpage|centerft"
msgid "Center ( X / Y ):"
msgstr ""
-#: gradientpage.ui:367
+#: cui/uiconfig/ui/gradientpage.ui:364
#, fuzzy
msgctxt "gradientpage|borderft"
msgid "_Border:"
msgstr "Grens"
-#: gradientpage.ui:425
+#: cui/uiconfig/ui/gradientpage.ui:421
msgctxt "gradientpage|colorfromft"
msgid "_From Color:"
msgstr ""
-#: gradientpage.ui:506
+#: cui/uiconfig/ui/gradientpage.ui:500
msgctxt "gradientpage|colortoft"
msgid "_To Color:"
msgstr ""
-#: gradientpage.ui:533
+#: cui/uiconfig/ui/gradientpage.ui:527
#, fuzzy
msgctxt "gradientpage|a11y_center_x"
msgid "Center X"
msgstr "Sentreer %1"
-#: gradientpage.ui:547
+#: cui/uiconfig/ui/gradientpage.ui:541
#, fuzzy
msgctxt "gradientpage|a11y_center_y"
msgid "Center Y"
msgstr "Sentreer %1"
-#: gradientpage.ui:561
+#: cui/uiconfig/ui/gradientpage.ui:555
msgctxt "gradientpage|a11y_percentage_from"
msgid "From color percentage"
msgstr ""
-#: gradientpage.ui:575
+#: cui/uiconfig/ui/gradientpage.ui:569
msgctxt "gradientpage|a11y_percentage_to"
msgid "To color percentage"
msgstr ""
-#: gradientpage.ui:600
+#: cui/uiconfig/ui/gradientpage.ui:594
msgctxt "gradientpage|propfl"
msgid "Options"
msgstr "Opsies"
-#: gradientpage.ui:644
+#: cui/uiconfig/ui/gradientpage.ui:638
msgctxt "gradientpage|previewctl-atkobject"
msgid "Example"
msgstr "Voorbeeld"
-#: gradientpage.ui:662
+#: cui/uiconfig/ui/gradientpage.ui:656
msgctxt "gradientpage|label2"
msgid "Preview"
msgstr "Voorskou"
-#: hangulhanjaadddialog.ui:8
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:8
msgctxt "hangulhanjaadddialog|HangulHanjaAddDialog"
msgid "New Dictionary"
msgstr ""
-#: hangulhanjaadddialog.ui:97
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:100
#, fuzzy
msgctxt "hangulhanjaadddialog|label2"
msgid "_Name:"
msgstr "Naam"
-#: hangulhanjaadddialog.ui:129
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:131
#, fuzzy
msgctxt "hangulhanjaadddialog|label1"
msgid "Dictionary"
msgstr "Woordeboeke"
-#: hangulhanjaconversiondialog.ui:7
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:7
msgctxt "hangulhanjaconversiondialog|HangulHanjaConversionDialog"
msgid "Hangul/Hanja Conversion"
msgstr "Hangoel/Handja-omskakeling"
-#: hangulhanjaconversiondialog.ui:96
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:96
#, fuzzy
msgctxt "hangulhanjaconversiondialog|label1"
msgid "Original"
msgstr "Oorspronklik"
-#: hangulhanjaconversiondialog.ui:132
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:132
msgctxt "hangulhanjaconversiondialog|label3"
msgid "Word"
msgstr "Woorde"
-#: hangulhanjaconversiondialog.ui:153
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:153
#, fuzzy
msgctxt "hangulhanjaconversiondialog|find"
msgid "_Find"
msgstr "Vind"
-#: hangulhanjaconversiondialog.ui:181
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:181
#, fuzzy
msgctxt "hangulhanjaconversiondialog|label4"
msgid "Suggestions"
msgstr "~Voorstelle"
-#: hangulhanjaconversiondialog.ui:219
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:219
msgctxt "hangulhanjaconversiondialog|label5"
msgid "Format"
msgstr "Formaat"
-#: hangulhanjaconversiondialog.ui:229
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:229
msgctxt "hangulhanjaconversiondialog|simpleconversion"
msgid "_Hangul/Hanja"
msgstr ""
-#: hangulhanjaconversiondialog.ui:247
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:247
msgctxt "hangulhanjaconversiondialog|hangulbracket"
msgid "Hanja (Han_gul)"
msgstr ""
-#: hangulhanjaconversiondialog.ui:264
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:264
msgctxt "hangulhanjaconversiondialog|hanjabracket"
msgid "Hang_ul (Hanja)"
msgstr ""
-#: hangulhanjaconversiondialog.ui:295
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:295
msgctxt "hangulhanjaconversiondialog|hanja_above"
msgid "Hanja"
msgstr "Handja"
-#: hangulhanjaconversiondialog.ui:312
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:312
msgctxt "hangulhanjaconversiondialog|hanja_below"
msgid "Hanja"
msgstr "Handja"
-#: hangulhanjaconversiondialog.ui:328
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:328
msgctxt "hangulhanjaconversiondialog|hangul_above"
msgid "Hangul"
msgstr "Hangoel"
-#: hangulhanjaconversiondialog.ui:344
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:344
msgctxt "hangulhanjaconversiondialog|hangul_below"
msgid "Hangul"
msgstr "Hangoel"
-#: hangulhanjaconversiondialog.ui:375
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:375
#, fuzzy
msgctxt "hangulhanjaconversiondialog|label6"
msgid "Conversion"
msgstr "Omskakeling"
-#: hangulhanjaconversiondialog.ui:385
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:385
msgctxt "hangulhanjaconversiondialog|hangulonly"
msgid "Hangul _only"
msgstr ""
-#: hangulhanjaconversiondialog.ui:402
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:402
msgctxt "hangulhanjaconversiondialog|hanjaonly"
msgid "Hanja onl_y"
msgstr ""
-#: hangulhanjaconversiondialog.ui:440
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:440
#, fuzzy
msgctxt "hangulhanjaconversiondialog|ignore"
msgid "_Ignore"
msgstr "~Ignoreer"
-#: hangulhanjaconversiondialog.ui:456
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:456
#, fuzzy
msgctxt "hangulhanjaconversiondialog|ignoreall"
msgid "Always I_gnore"
msgstr "I~gnoreer altyd"
-#: hangulhanjaconversiondialog.ui:470
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:470
#, fuzzy
msgctxt "hangulhanjaconversiondialog|replace"
msgid "_Replace"
msgstr "Vervang"
-#: hangulhanjaconversiondialog.ui:484
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:484
#, fuzzy
msgctxt "hangulhanjaconversiondialog|replaceall"
msgid "Always R_eplace"
msgstr "V~ervang altyd"
-#: hangulhanjaconversiondialog.ui:501
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:501
#, fuzzy
msgctxt "hangulhanjaconversiondialog|replacebychar"
msgid "Replace b_y character"
msgstr "Ver~vang met karakter"
-#: hangulhanjaconversiondialog.ui:517
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:517
msgctxt "hangulhanjaconversiondialog|options"
msgid "Options"
msgstr "Opsies"
-#: hangulhanjaeditdictdialog.ui:9
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:9
#, fuzzy
msgctxt "hangulhanjaeditdictdialog|HangulHanjaEditDictDialog"
msgid "Edit Custom Dictionary"
msgstr "Redigeer eie woordeboek"
-#: hangulhanjaeditdictdialog.ui:107
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:107
msgctxt "hangulhanjaeditdictdialog|label4"
msgid "Book"
msgstr "Boek"
-#: hangulhanjaeditdictdialog.ui:213
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:213
#, fuzzy
msgctxt "hangulhanjaeditdictdialog|label2"
msgid "Original"
msgstr "Oorspronklik"
-#: hangulhanjaeditdictdialog.ui:326
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:326
#, fuzzy
msgctxt "hangulhanjaeditdictdialog|label3"
msgid "Suggestions"
msgstr "~Voorstelle"
-#: hangulhanjaoptdialog.ui:8
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:8
msgctxt "hangulhanjaoptdialog|HangulHanjaOptDialog"
msgid "Hangul/Hanja Options"
msgstr ""
-#: hangulhanjaoptdialog.ui:107
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:107
#, fuzzy
msgctxt "hangulhanjaoptdialog|new"
msgid "New..."
msgstr "Nuwe..."
-#: hangulhanjaoptdialog.ui:121
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:121
msgctxt "hangulhanjaoptdialog|edit"
msgid "Edit..."
msgstr "Redigeer..."
-#: hangulhanjaoptdialog.ui:172
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:172
#, fuzzy
msgctxt "hangulhanjaoptdialog|label1"
msgid "User-defined Dictionaries"
msgstr "Gebruikergedefinieerde woordeboeke"
-#: hangulhanjaoptdialog.ui:203
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:203
msgctxt "hangulhanjaoptdialog|ignorepost"
msgid "Ignore post-positional word"
msgstr ""
-#: hangulhanjaoptdialog.ui:218
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:218
msgctxt "hangulhanjaoptdialog|showrecentfirst"
msgid "Show recently used entries first"
msgstr ""
-#: hangulhanjaoptdialog.ui:232
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:233
msgctxt "hangulhanjaoptdialog|autoreplaceunique"
msgid "Replace all unique entries automatically"
msgstr ""
-#: hangulhanjaoptdialog.ui:252
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:254
msgctxt "hangulhanjaoptdialog|label2"
msgid "Options"
msgstr "Opsies"
-#: hatchpage.ui:81
+#: cui/uiconfig/ui/hatchpage.ui:81
#, fuzzy
msgctxt "hatchpage|modify"
msgid "_Modify"
msgstr "Wysig"
-#: hatchpage.ui:108
+#: cui/uiconfig/ui/hatchpage.ui:108
#, fuzzy
msgctxt "hatchpage|label2"
msgid "Hatch"
msgstr "Horlosie"
-#: hatchpage.ui:148
+#: cui/uiconfig/ui/hatchpage.ui:148
#, fuzzy
msgctxt "hatchpage|distanceft"
msgid "_Spacing:"
msgstr "Spasiëring"
-#: hatchpage.ui:175
+#: cui/uiconfig/ui/hatchpage.ui:174
msgctxt "hatchpage|angleft"
msgid "A_ngle:"
msgstr ""
-#: hatchpage.ui:229
+#: cui/uiconfig/ui/hatchpage.ui:227
msgctxt "hatchpage|linetypeft"
msgid "_Line type:"
msgstr ""
-#: hatchpage.ui:243
+#: cui/uiconfig/ui/hatchpage.ui:241
#, fuzzy
msgctxt "hatchpage|linetypelb"
msgid "Single"
msgstr "Enkel"
-#: hatchpage.ui:244
+#: cui/uiconfig/ui/hatchpage.ui:242
msgctxt "hatchpage|linetypelb"
msgid "Crossed"
msgstr ""
-#: hatchpage.ui:245
+#: cui/uiconfig/ui/hatchpage.ui:243
msgctxt "hatchpage|linetypelb"
msgid "Triple"
msgstr ""
-#: hatchpage.ui:259
+#: cui/uiconfig/ui/hatchpage.ui:257
#, fuzzy
msgctxt "hatchpage|linecolorft"
msgid "Line _color:"
msgstr "Lynkleur"
-#: hatchpage.ui:281
+#: cui/uiconfig/ui/hatchpage.ui:279
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr "Agtergrondkleur"
-#: hatchpage.ui:313
+#: cui/uiconfig/ui/hatchpage.ui:312
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "Opsies"
-#: hatchpage.ui:357
+#: cui/uiconfig/ui/hatchpage.ui:356
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "Voorbeeld"
-#: hatchpage.ui:375
+#: cui/uiconfig/ui/hatchpage.ui:374
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr "Voorskou"
-#: hyperlinkdialog.ui:11
+#: cui/uiconfig/ui/hyperlinkdialog.ui:11
msgctxt "hyperlinkdialog|HyperlinkDialog"
msgid "Hyperlink"
msgstr "Hiperskakel"
-#: hyperlinkdialog.ui:42
+#: cui/uiconfig/ui/hyperlinkdialog.ui:42
msgctxt "hyperlinkdialog|apply"
msgid "Apply"
msgstr "Pas toe"
-#: hyperlinkdialog.ui:84
+#: cui/uiconfig/ui/hyperlinkdialog.ui:84
#, fuzzy
msgctxt "hyperlinkdialog|reset"
msgid "Reset"
msgstr "St~el terug"
-#: hyperlinkdocpage.ui:39
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:39
#, fuzzy
msgctxt "hyperlinkdocpage|path_label"
msgid "_Path:"
msgstr "~Pad:"
-#: hyperlinkdocpage.ui:62
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:61
#, fuzzy
msgctxt "hyperlinkdocpage|fileopen"
msgid "Open File"
msgstr "Maak lêer oop"
-#: hyperlinkdocpage.ui:67
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:66
#, fuzzy
msgctxt "hyperlinkdocpage|fileopen|tooltip_text"
msgid "Open File"
msgstr "Maak lêer oop"
-#: hyperlinkdocpage.ui:82
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:81
msgctxt "hyperlinkdocpage|label2"
msgid "Document"
msgstr "Dokument"
-#: hyperlinkdocpage.ui:119
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:118
#, fuzzy
msgctxt "hyperlinkdocpage|target_label"
msgid "Targ_et:"
msgstr "Teiken"
-#: hyperlinkdocpage.ui:134
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:133
#, fuzzy
msgctxt "hyperlinkdocpage|url_label"
msgid "URL:"
msgstr "URL"
-#: hyperlinkdocpage.ui:144
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:143
#, fuzzy
msgctxt "hyperlinkdocpage|browse"
msgid "Target in Document"
msgstr "Teiken in dokument"
-#: hyperlinkdocpage.ui:149
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:148
#, fuzzy
msgctxt "hyperlinkdocpage|browse|tooltip_text"
msgid "Target in Document"
msgstr "Teiken in dokument"
-#: hyperlinkdocpage.ui:173
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:171
#, fuzzy
msgctxt "hyperlinkdocpage|url"
msgid "Test text"
msgstr "Toets teks"
-#: hyperlinkdocpage.ui:191
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:189
#, fuzzy
msgctxt "hyperlinkdocpage|label3"
msgid "Target in Document"
msgstr "Teiken in dokument"
-#: hyperlinkdocpage.ui:230
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:228
#, fuzzy
msgctxt "hyperlinkdocpage|frame_label"
msgid "F_rame:"
msgstr "Raam:"
-#: hyperlinkdocpage.ui:245
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:243
#, fuzzy
msgctxt "hyperlinkdocpage|indication_label"
msgid "Te_xt:"
msgstr "Teks:"
-#: hyperlinkdocpage.ui:260
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:258
#, fuzzy
msgctxt "hyperlinkdocpage|name_label"
msgid "N_ame:"
msgstr "Naam"
-#: hyperlinkdocpage.ui:303
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:299
msgctxt "hyperlinkdocpage|form_label"
msgid "F_orm:"
msgstr ""
-#: hyperlinkdocpage.ui:329
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:325
msgctxt "hyperlinkdocpage|script|tooltip_text"
msgid "Events"
msgstr "Gebeurtenisse"
-#: hyperlinkdocpage.ui:367
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:363
#, fuzzy
msgctxt "hyperlinkdocpage|label1"
msgid "Further Settings"
msgstr "Verdere instellings"
-#: hyperlinkinternetpage.ui:42
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:42
#, fuzzy
msgctxt "hyperlinkinternetpage|linktyp_internet"
msgid "_Web"
msgstr "~Web"
-#: hyperlinkinternetpage.ui:59
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:59
#, fuzzy
msgctxt "hyperlinkinternetpage|linktyp_ftp"
msgid "_FTP"
msgstr "~FTP"
-#: hyperlinkinternetpage.ui:86
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:86
msgctxt "hyperlinkinternetpage|target_label"
msgid "_URL:"
msgstr ""
-#: hyperlinkinternetpage.ui:113
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:112
#, fuzzy
msgctxt "hyperlinkinternetpage|login_label"
msgid "_Login name:"
msgstr "~Aanmeldnaam"
-#: hyperlinkinternetpage.ui:128
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:127
#, fuzzy
msgctxt "hyperlinkinternetpage|password_label"
msgid "_Password:"
msgstr "Wagwoord:"
-#: hyperlinkinternetpage.ui:164
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:161
#, fuzzy
msgctxt "hyperlinkinternetpage|anonymous"
msgid "Anonymous _user"
msgstr "Anonieme gebr~uiker"
-#: hyperlinkinternetpage.ui:192
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:189
#, fuzzy
msgctxt "hyperlinkinternetpage|label2"
msgid "Hyperlink Type"
msgstr "Tipe hiperskakel"
-#: hyperlinkinternetpage.ui:230
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:227
#, fuzzy
msgctxt "hyperlinkinternetpage|frame_label"
msgid "F_rame:"
msgstr "Raam:"
-#: hyperlinkinternetpage.ui:245
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:242
#, fuzzy
msgctxt "hyperlinkinternetpage|indication_label"
msgid "Te_xt:"
msgstr "Teks:"
-#: hyperlinkinternetpage.ui:260
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:257
#, fuzzy
msgctxt "hyperlinkinternetpage|name_label"
msgid "Na_me:"
msgstr "Naam"
-#: hyperlinkinternetpage.ui:303
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:298
msgctxt "hyperlinkinternetpage|form_label"
msgid "F_orm:"
msgstr ""
-#: hyperlinkinternetpage.ui:330
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:325
msgctxt "hyperlinkinternetpage|script|tooltip_text"
msgid "Events"
msgstr "Gebeurtenisse"
-#: hyperlinkinternetpage.ui:368
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:363
#, fuzzy
msgctxt "hyperlinkinternetpage|label1"
msgid "Further Settings"
msgstr "Verdere instellings"
-#: hyperlinkmailpage.ui:39
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:39
msgctxt "hyperlinkmailpage|receiver_label"
msgid "Re_cipient:"
msgstr ""
-#: hyperlinkmailpage.ui:62
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:61
#, fuzzy
msgctxt "hyperlinkmailpage|adressbook"
msgid "Data Sources…"
msgstr "Databron"
-#: hyperlinkmailpage.ui:67
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:66
#, fuzzy
msgctxt "hyperlinkmailpage|adressbook|tooltip_text"
msgid "Data Sources..."
msgstr "Databronne..."
-#: hyperlinkmailpage.ui:81
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:80
#, fuzzy
msgctxt "hyperlinkmailpage|subject_label"
msgid "_Subject:"
msgstr "Onderwerp:"
-#: hyperlinkmailpage.ui:119
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:117
msgctxt "hyperlinkmailpage|label2"
msgid "Mail"
msgstr ""
-#: hyperlinkmailpage.ui:158
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:156
#, fuzzy
msgctxt "hyperlinkmailpage|frame_label"
msgid "F_rame:"
msgstr "Raam:"
-#: hyperlinkmailpage.ui:173
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:171
#, fuzzy
msgctxt "hyperlinkmailpage|indication_label"
msgid "Te_xt:"
msgstr "Teks:"
-#: hyperlinkmailpage.ui:188
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:186
#, fuzzy
msgctxt "hyperlinkmailpage|name_label"
msgid "N_ame:"
msgstr "Naam"
-#: hyperlinkmailpage.ui:231
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:227
msgctxt "hyperlinkmailpage|form_label"
msgid "F_orm:"
msgstr ""
-#: hyperlinkmailpage.ui:257
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:253
msgctxt "hyperlinkmailpage|script|tooltip_text"
msgid "Events"
msgstr "Gebeurtenisse"
-#: hyperlinkmailpage.ui:295
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:291
#, fuzzy
msgctxt "hyperlinkmailpage|label1"
msgid "Further Settings"
msgstr "Verdere instellings"
-#: hyperlinkmarkdialog.ui:9
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:9
#, fuzzy
msgctxt "hyperlinkmarkdialog|HyperlinkMark"
msgid "Target in Document"
msgstr "Teiken in dokument"
-#: hyperlinkmarkdialog.ui:22
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:22
#, fuzzy
msgctxt "hyperlinkmarkdialog|apply"
msgid "_Apply"
msgstr "Pas toe"
-#: hyperlinkmarkdialog.ui:39
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:39
#, fuzzy
msgctxt "hyperlinkmarkdialog|close"
msgid "_Close"
msgstr "Sluit"
-#: hyperlinkmarkdialog.ui:72
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:72
msgctxt "hyperlinkmarkdialog|TreeListBox-atkobject"
msgid "Mark Tree"
msgstr ""
-#: hyperlinknewdocpage.ui:44
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:44
#, fuzzy
msgctxt "hyperlinknewdocpage|editnow"
msgid "Edit _now"
msgstr "Redigeer ~nou"
-#: hyperlinknewdocpage.ui:61
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:61
#, fuzzy
msgctxt "hyperlinknewdocpage|editlater"
msgid "Edit _later"
msgstr "Redigeer ~later"
-#: hyperlinknewdocpage.ui:89
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:89
#, fuzzy
msgctxt "hyperlinknewdocpage|file_label"
msgid "_File:"
msgstr "Lêer:"
-#: hyperlinknewdocpage.ui:112
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:111
msgctxt "hyperlinknewdocpage|create"
msgid "Select Path"
msgstr "Kies pad"
-#: hyperlinknewdocpage.ui:117
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:116
msgctxt "hyperlinknewdocpage|create|tooltip_text"
msgid "Select Path"
msgstr "Kies pad"
-#: hyperlinknewdocpage.ui:132
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:131
#, fuzzy
msgctxt "hyperlinknewdocpage|types_label"
msgid "File _type:"
msgstr "Lêer~tipe:"
-#: hyperlinknewdocpage.ui:172
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:171
msgctxt "hyperlinknewdocpage|label2"
msgid "New Document"
msgstr "Nuwe dokument"
-#: hyperlinknewdocpage.ui:211
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:210
#, fuzzy
msgctxt "hyperlinknewdocpage|frame_label"
msgid "F_rame:"
msgstr "Raam:"
-#: hyperlinknewdocpage.ui:226
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:225
#, fuzzy
msgctxt "hyperlinknewdocpage|indication_label"
msgid "Te_xt:"
msgstr "Teks:"
-#: hyperlinknewdocpage.ui:241
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:240
#, fuzzy
msgctxt "hyperlinknewdocpage|name_label"
msgid "N_ame:"
msgstr "Naam"
-#: hyperlinknewdocpage.ui:283
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:280
msgctxt "hyperlinknewdocpage|form_label"
msgid "F_orm:"
msgstr ""
-#: hyperlinknewdocpage.ui:309
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:306
msgctxt "hyperlinknewdocpage|script|tooltip_text"
msgid "Events"
msgstr "Gebeurtenisse"
-#: hyperlinknewdocpage.ui:347
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:344
#, fuzzy
msgctxt "hyperlinknewdocpage|label1"
msgid "Further Settings"
msgstr "Verdere instellings"
-#: hyphenate.ui:19
+#: cui/uiconfig/ui/hyphenate.ui:19
msgctxt "hyphenate|HyphenateDialog"
msgid "Hyphenation"
msgstr "Woordafbreking"
-#: hyphenate.ui:48
+#: cui/uiconfig/ui/hyphenate.ui:48
msgctxt "hyphenate|hyphall"
msgid "Hyphenate All"
msgstr ""
-#: hyphenate.ui:98
+#: cui/uiconfig/ui/hyphenate.ui:98
msgctxt "hyphenate|ok"
msgid "Hyphenate"
msgstr ""
-#: hyphenate.ui:112
+#: cui/uiconfig/ui/hyphenate.ui:112
msgctxt "hyphenate|continue"
msgid "Skip"
msgstr ""
-#: hyphenate.ui:148
+#: cui/uiconfig/ui/hyphenate.ui:148
#, fuzzy
msgctxt "hyphenate|label1"
msgid "Word:"
msgstr "Woorde"
-#: iconchangedialog.ui:10
-msgctxt "iconchangedialog|IconChange"
-msgid "%PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION"
-
-#: iconchangedialog.ui:75
+#: cui/uiconfig/ui/iconchangedialog.ui:61
#, fuzzy
msgctxt "iconchangedialog|label1"
msgid ""
@@ -6263,31 +6246,31 @@ msgstr ""
"Die lêers hier onder gelys kon nie ingevoer word nie.\n"
"Die lêerformaat kon nie geïnterpreteer word nie."
-#: iconselectordialog.ui:10
+#: cui/uiconfig/ui/iconselectordialog.ui:10
#, fuzzy
msgctxt "iconselectordialog|IconSelector"
msgid "Change Icon"
msgstr "Verander ikoon"
-#: iconselectordialog.ui:125
+#: cui/uiconfig/ui/iconselectordialog.ui:125
#, fuzzy
msgctxt "iconselectordialog|label1"
msgid "_Icons"
msgstr "Ikone"
-#: iconselectordialog.ui:148
+#: cui/uiconfig/ui/iconselectordialog.ui:148
#, fuzzy
msgctxt "iconselectordialog|importButton"
msgid "I_mport..."
msgstr "Invoer..."
-#: iconselectordialog.ui:163
+#: cui/uiconfig/ui/iconselectordialog.ui:163
#, fuzzy
msgctxt "iconselectordialog|deleteButton"
msgid "_Delete..."
msgstr "Skrap..."
-#: iconselectordialog.ui:197
+#: cui/uiconfig/ui/iconselectordialog.ui:197
#, fuzzy
msgctxt "iconselectordialog|noteLabel"
msgid ""
@@ -6298,2768 +6281,2848 @@ msgstr ""
"Let wel:\n"
"Die grootte van 'n ikoon moet 16x16 pixels wees om die beste gehalte te verkry. Ikone van verskillende groottes sal outomaties geskaleer word."
-#: insertfloatingframe.ui:13
+#: cui/uiconfig/ui/insertfloatingframe.ui:18
msgctxt "insertfloatingframe|InsertFloatingFrameDialog"
msgid "Floating Frame Properties"
msgstr "Swewenderaam-eienskappe"
-#: insertfloatingframe.ui:65
+#: cui/uiconfig/ui/insertfloatingframe.ui:128
#, fuzzy
msgctxt "insertfloatingframe|label6"
msgid "Name:"
msgstr "Naam"
-#: insertfloatingframe.ui:78
+#: cui/uiconfig/ui/insertfloatingframe.ui:141
#, fuzzy
msgctxt "insertfloatingframe|label7"
msgid "Contents:"
msgstr "Inhoud"
-#: insertfloatingframe.ui:87
+#: cui/uiconfig/ui/insertfloatingframe.ui:150
msgctxt "insertfloatingframe|buttonbrowse"
msgid "Browse..."
msgstr "Blaai..."
-#: insertfloatingframe.ui:130
+#: cui/uiconfig/ui/insertfloatingframe.ui:193
msgctxt "insertfloatingframe|scrollbaron"
msgid "On"
msgstr "Aan"
-#: insertfloatingframe.ui:147
+#: cui/uiconfig/ui/insertfloatingframe.ui:210
msgctxt "insertfloatingframe|scrollbaroff"
msgid "Off"
msgstr "Af"
-#: insertfloatingframe.ui:163
+#: cui/uiconfig/ui/insertfloatingframe.ui:227
msgctxt "insertfloatingframe|scrollbarauto"
msgid "Automatic"
msgstr "Outomaties"
-#: insertfloatingframe.ui:185
+#: cui/uiconfig/ui/insertfloatingframe.ui:250
#, fuzzy
msgctxt "insertfloatingframe|label1"
msgid "Scroll Bar"
msgstr "Rolbalk"
-#: insertfloatingframe.ui:218
+#: cui/uiconfig/ui/insertfloatingframe.ui:283
msgctxt "insertfloatingframe|borderon"
msgid "On"
msgstr "Aan"
-#: insertfloatingframe.ui:235
+#: cui/uiconfig/ui/insertfloatingframe.ui:300
msgctxt "insertfloatingframe|borderoff"
msgid "Off"
msgstr "Af"
-#: insertfloatingframe.ui:260
+#: cui/uiconfig/ui/insertfloatingframe.ui:326
msgctxt "insertfloatingframe|label2"
msgid "Border"
msgstr "Grens"
-#: insertfloatingframe.ui:297
+#: cui/uiconfig/ui/insertfloatingframe.ui:362
#, fuzzy
msgctxt "insertfloatingframe|widthlabel"
msgid "Width:"
msgstr "Wydte"
-#: insertfloatingframe.ui:310
+#: cui/uiconfig/ui/insertfloatingframe.ui:375
#, fuzzy
msgctxt "insertfloatingframe|heightlabel"
msgid "Height:"
msgstr "Hoogte"
-#: insertfloatingframe.ui:345
+#: cui/uiconfig/ui/insertfloatingframe.ui:409
msgctxt "insertfloatingframe|defaultwidth"
msgid "Default"
msgstr "Verstek"
-#: insertfloatingframe.ui:359
+#: cui/uiconfig/ui/insertfloatingframe.ui:424
msgctxt "insertfloatingframe|defaultheight"
msgid "Default"
msgstr "Verstek"
-#: insertfloatingframe.ui:379
+#: cui/uiconfig/ui/insertfloatingframe.ui:445
msgctxt "insertfloatingframe|label3"
msgid "Padding"
msgstr ""
-#: insertoleobject.ui:8
+#: cui/uiconfig/ui/insertoleobject.ui:16
msgctxt "insertoleobject|InsertOLEObjectDialog"
msgid "Insert OLE Object"
msgstr "Voeg OLE-objek in"
-#: insertoleobject.ui:86
+#: cui/uiconfig/ui/insertoleobject.ui:100
#, fuzzy
msgctxt "insertoleobject|createnew"
msgid "Create new"
msgstr "~Skep nuwe"
-#: insertoleobject.ui:102
+#: cui/uiconfig/ui/insertoleobject.ui:117
#, fuzzy
msgctxt "insertoleobject|createfromfile"
msgid "Create from file"
msgstr "Skep rekordlêer"
-#: insertoleobject.ui:151
+#: cui/uiconfig/ui/insertoleobject.ui:197
#, fuzzy
msgctxt "insertoleobject|label1"
msgid "Object Type"
msgstr "Objeksoort"
-#: insertoleobject.ui:197
+#: cui/uiconfig/ui/insertoleobject.ui:242
#, fuzzy
msgctxt "insertoleobject|urlbtn"
msgid "Search…"
msgstr "Soek"
-#: insertoleobject.ui:210
+#: cui/uiconfig/ui/insertoleobject.ui:255
msgctxt "insertoleobject|linktofile"
msgid "Link to file"
msgstr ""
-#: insertoleobject.ui:224
+#: cui/uiconfig/ui/insertoleobject.ui:270
msgctxt "insertoleobject|asicon"
msgid "Display as icon"
msgstr ""
-#: insertoleobject.ui:245
+#: cui/uiconfig/ui/insertoleobject.ui:292
msgctxt "insertoleobject|label2"
msgid "File"
msgstr "Lêer"
-#: insertrowcolumn.ui:15
+#: cui/uiconfig/ui/insertrowcolumn.ui:15
msgctxt "insertrowcolumn|InsertRowColumnDialog"
msgid "Insert Row"
msgstr "Voeg ry in"
-#: insertrowcolumn.ui:106
+#: cui/uiconfig/ui/insertrowcolumn.ui:109
#, fuzzy
msgctxt "insertrowcolumn|label3"
msgid "_Number:"
msgstr "Nommer"
-#: insertrowcolumn.ui:138
+#: cui/uiconfig/ui/insertrowcolumn.ui:140
msgctxt "insertrowcolumn|label1"
msgid "Insert"
msgstr "Voeg in"
-#: insertrowcolumn.ui:169
+#: cui/uiconfig/ui/insertrowcolumn.ui:171
#, fuzzy
msgctxt "insertrowcolumn|insert_before"
msgid "_Before"
msgstr "Voor"
-#: insertrowcolumn.ui:187
+#: cui/uiconfig/ui/insertrowcolumn.ui:188
#, fuzzy
msgctxt "insertrowcolumn|insert_after"
msgid "A_fter"
msgstr "Na"
-#: insertrowcolumn.ui:210
+#: cui/uiconfig/ui/insertrowcolumn.ui:211
msgctxt "insertrowcolumn|label2"
msgid "Position"
msgstr "Posisie"
-#: javaclasspathdialog.ui:8
+#: cui/uiconfig/ui/javaclasspathdialog.ui:8
msgctxt "javaclasspathdialog|JavaClassPath"
msgid "Class Path"
msgstr ""
-#: javaclasspathdialog.ui:93
+#: cui/uiconfig/ui/javaclasspathdialog.ui:93
msgctxt "javaclasspathdialog|label1"
msgid "A_ssigned folders and archives"
msgstr ""
-#: javaclasspathdialog.ui:144
+#: cui/uiconfig/ui/javaclasspathdialog.ui:144
msgctxt "javaclasspathdialog|archive"
msgid "_Add Archive..."
msgstr ""
-#: javaclasspathdialog.ui:158
+#: cui/uiconfig/ui/javaclasspathdialog.ui:158
msgctxt "javaclasspathdialog|folder"
msgid "Add _Folder"
msgstr ""
-#: javaclasspathdialog.ui:172
+#: cui/uiconfig/ui/javaclasspathdialog.ui:172
#, fuzzy
msgctxt "javaclasspathdialog|remove"
msgid "_Remove"
msgstr "Verwyder"
-#: javastartparametersdialog.ui:8
+#: cui/uiconfig/ui/javastartparametersdialog.ui:8
msgctxt "javastartparametersdialog|JavaStartParameters"
msgid "Java Start Parameters"
msgstr ""
-#: javastartparametersdialog.ui:94
+#: cui/uiconfig/ui/javastartparametersdialog.ui:94
msgctxt "javastartparametersdialog|label4"
msgid "Java start _parameter"
msgstr ""
-#: javastartparametersdialog.ui:120
+#: cui/uiconfig/ui/javastartparametersdialog.ui:119
msgctxt "javastartparametersdialog|label5"
msgid "Assig_ned start parameters"
msgstr ""
-#: javastartparametersdialog.ui:159
+#: cui/uiconfig/ui/javastartparametersdialog.ui:158
msgctxt "javastartparametersdialog|label6"
msgid "For example: -Dmyprop=c:\\\\program files\\\\java"
msgstr ""
-#: javastartparametersdialog.ui:168
+#: cui/uiconfig/ui/javastartparametersdialog.ui:167
#, fuzzy
msgctxt "javastartparametersdialog|assignbtn"
msgid "_Add"
msgstr "Voeg by"
-#: javastartparametersdialog.ui:188
+#: cui/uiconfig/ui/javastartparametersdialog.ui:187
#, fuzzy
msgctxt "javastartparametersdialog|editbtn"
msgid "_Edit"
msgstr "Redigeer"
-#: javastartparametersdialog.ui:203
+#: cui/uiconfig/ui/javastartparametersdialog.ui:202
#, fuzzy
msgctxt "javastartparametersdialog|removebtn"
msgid "_Remove"
msgstr "Verwyder"
-#: linedialog.ui:8
+#: cui/uiconfig/ui/linedialog.ui:8
msgctxt "linedialog|LineDialog"
msgid "Line"
msgstr "Reël"
-#: linedialog.ui:106
+#: cui/uiconfig/ui/linedialog.ui:106
msgctxt "linedialog|RID_SVXPAGE_LINE"
msgid "Line"
msgstr "Reël"
-#: linedialog.ui:128
+#: cui/uiconfig/ui/linedialog.ui:128
msgctxt "linedialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
msgstr "Skadu"
-#: linedialog.ui:151
+#: cui/uiconfig/ui/linedialog.ui:151
#, fuzzy
msgctxt "linedialog|RID_SVXPAGE_LINE_DEF"
msgid "Line Styles"
msgstr "Lynstyl"
-#: linedialog.ui:174
+#: cui/uiconfig/ui/linedialog.ui:174
#, fuzzy
msgctxt "linedialog|RID_SVXPAGE_LINEEND_DEF"
msgid "Arrow Styles"
msgstr "Pyltjiestyl"
-#: lineendstabpage.ui:49
+#: cui/uiconfig/ui/lineendstabpage.ui:49
#, fuzzy
msgctxt "lineendstabpage|FT_TITLE"
msgid "_Title:"
msgstr "Titel"
-#: lineendstabpage.ui:65
+#: cui/uiconfig/ui/lineendstabpage.ui:65
#, fuzzy
msgctxt "lineendstabpage|FT_LINE_END_STYLE"
msgid "Arrow _style:"
msgstr "Pyltjiestyl"
-#: lineendstabpage.ui:111
+#: cui/uiconfig/ui/lineendstabpage.ui:110
msgctxt "lineendstabpage|FI_TIP"
msgid "Add a selected object to create new arrow styles."
msgstr ""
-#: lineendstabpage.ui:152
+#: cui/uiconfig/ui/lineendstabpage.ui:151
#, fuzzy
msgctxt "lineendstabpage|BTN_MODIFY"
msgid "_Modify"
msgstr "Wysig"
-#: lineendstabpage.ui:190
+#: cui/uiconfig/ui/lineendstabpage.ui:189
msgctxt "lineendstabpage|BTN_LOAD|tooltip_text"
msgid "Load arrow styles"
msgstr ""
-#: lineendstabpage.ui:208
+#: cui/uiconfig/ui/lineendstabpage.ui:207
msgctxt "lineendstabpage|BTN_SAVE|tooltip_text"
msgid "Save arrow styles"
msgstr ""
-#: lineendstabpage.ui:276
+#: cui/uiconfig/ui/lineendstabpage.ui:275
msgctxt "lineendstabpage|label1"
msgid "Organize Arrow Styles"
msgstr ""
-#: linestyletabpage.ui:34
+#: cui/uiconfig/ui/linestyletabpage.ui:34
#, fuzzy
msgctxt "linestyletabpage|liststoreTYPE"
msgid "Dots"
msgstr "Stippel"
-#: linestyletabpage.ui:38
+#: cui/uiconfig/ui/linestyletabpage.ui:38
msgctxt "linestyletabpage|liststoreTYPE"
msgid "Dash"
msgstr "Strepie"
-#: linestyletabpage.ui:92
+#: cui/uiconfig/ui/linestyletabpage.ui:92
#, fuzzy
msgctxt "linestyletabpage|FT_LINESTYLE"
msgid "Line _style:"
msgstr "Lynstyl"
-#: linestyletabpage.ui:130
+#: cui/uiconfig/ui/linestyletabpage.ui:130
#, fuzzy
msgctxt "linestyletabpage|FT_TYPE"
msgid "_Type:"
msgstr "Soort"
-#: linestyletabpage.ui:146
+#: cui/uiconfig/ui/linestyletabpage.ui:146
#, fuzzy
msgctxt "linestyletabpage|FT_NUMBER"
msgid "_Number:"
msgstr "Nommer"
-#: linestyletabpage.ui:162
+#: cui/uiconfig/ui/linestyletabpage.ui:162
#, fuzzy
msgctxt "linestyletabpage|FT_LENGTH"
msgid "_Length:"
msgstr "Lengte:"
-#: linestyletabpage.ui:178
+#: cui/uiconfig/ui/linestyletabpage.ui:178
#, fuzzy
msgctxt "linestyletabpage|FT_DISTANCE"
msgid "_Spacing:"
msgstr "Spasiëring"
-#: linestyletabpage.ui:191
+#: cui/uiconfig/ui/linestyletabpage.ui:191
msgctxt "linestyletabpage|CBX_SYNCHRONIZE"
msgid "_Fit to line width"
msgstr ""
-#: linestyletabpage.ui:354
+#: cui/uiconfig/ui/linestyletabpage.ui:349
#, fuzzy
msgctxt "linestyletabpage|BTN_MODIFY"
msgid "_Modify"
msgstr "Wysig"
-#: linestyletabpage.ui:392
+#: cui/uiconfig/ui/linestyletabpage.ui:387
msgctxt "linestyletabpage|BTN_LOAD|tooltip_text"
msgid "Load Line Styles"
msgstr ""
-#: linestyletabpage.ui:410
+#: cui/uiconfig/ui/linestyletabpage.ui:405
msgctxt "linestyletabpage|BTN_SAVE|tooltip_text"
msgid "Save Line Styles"
msgstr ""
-#: linestyletabpage.ui:465
+#: cui/uiconfig/ui/linestyletabpage.ui:460
msgctxt "linestyletabpage|label1"
msgid "Properties"
msgstr "Eienskappe"
-#: linetabpage.ui:30
+#: cui/uiconfig/ui/linetabpage.ui:30
msgctxt "linetabpage|liststoreCAP_STYLE"
msgid "Flat"
msgstr "Plat"
-#: linetabpage.ui:34
+#: cui/uiconfig/ui/linetabpage.ui:34
#, fuzzy
msgctxt "linetabpage|liststoreCAP_STYLE"
msgid "Round"
msgstr "Klank"
-#: linetabpage.ui:38
+#: cui/uiconfig/ui/linetabpage.ui:38
msgctxt "linetabpage|liststoreCAP_STYLE"
msgid "Square"
msgstr "Vierkant"
-#: linetabpage.ui:52
+#: cui/uiconfig/ui/linetabpage.ui:52
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "Rounded"
msgstr ""
-#: linetabpage.ui:56
+#: cui/uiconfig/ui/linetabpage.ui:56
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "- none -"
msgstr "- geen -"
-#: linetabpage.ui:60
+#: cui/uiconfig/ui/linetabpage.ui:60
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "Mitered"
msgstr ""
-#: linetabpage.ui:64
+#: cui/uiconfig/ui/linetabpage.ui:64
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "Beveled"
msgstr ""
-#: linetabpage.ui:109
+#: cui/uiconfig/ui/linetabpage.ui:109
#, fuzzy
msgctxt "linetabpage|FT_LINE_STYLE"
msgid "_Style:"
msgstr "Styl"
-#: linetabpage.ui:148
+#: cui/uiconfig/ui/linetabpage.ui:148
msgctxt "linetabpage|FT_COLOR"
msgid "Colo_r:"
msgstr ""
-#: linetabpage.ui:186
+#: cui/uiconfig/ui/linetabpage.ui:186
#, fuzzy
msgctxt "linetabpage|FT_LINE_WIDTH"
msgid "_Width:"
msgstr "Wydte"
-#: linetabpage.ui:228
+#: cui/uiconfig/ui/linetabpage.ui:227
#, fuzzy
msgctxt "linetabpage|FT_TRANSPARENT"
msgid "_Transparency:"
msgstr "Deursigtigheid"
-#: linetabpage.ui:267
+#: cui/uiconfig/ui/linetabpage.ui:265
#, fuzzy
msgctxt "linetabpage|label1"
msgid "Line Properties"
msgstr "Veldeienskappe"
-#: linetabpage.ui:315
+#: cui/uiconfig/ui/linetabpage.ui:313
msgctxt "linetabpage|FT_LINE_ENDS_STYLE"
msgid "Start st_yle:"
msgstr ""
-#: linetabpage.ui:355
+#: cui/uiconfig/ui/linetabpage.ui:353
msgctxt "linetabpage|label5"
msgid "End sty_le:"
msgstr ""
-#: linetabpage.ui:377
+#: cui/uiconfig/ui/linetabpage.ui:375
#, fuzzy
msgctxt "linetabpage|FT_LINE_START_WIDTH"
msgid "Wi_dth:"
msgstr "Wydte"
-#: linetabpage.ui:404
+#: cui/uiconfig/ui/linetabpage.ui:401
#, fuzzy
msgctxt "linetabpage|TSB_CENTER_START"
msgid "Ce_nter"
msgstr "Sentreer"
-#: linetabpage.ui:438
+#: cui/uiconfig/ui/linetabpage.ui:435
#, fuzzy
msgctxt "linetabpage|FT_LINE_END_WIDTH"
msgid "W_idth:"
msgstr "Wydte"
-#: linetabpage.ui:465
+#: cui/uiconfig/ui/linetabpage.ui:461
#, fuzzy
msgctxt "linetabpage|TSB_CENTER_END"
msgid "C_enter"
msgstr "Sentreer"
-#: linetabpage.ui:497
+#: cui/uiconfig/ui/linetabpage.ui:493
msgctxt "linetabpage|CBX_SYNCHRONIZE"
msgid "Synchroni_ze ends"
msgstr ""
-#: linetabpage.ui:519
+#: cui/uiconfig/ui/linetabpage.ui:515
#, fuzzy
msgctxt "linetabpage|label2"
msgid "Arrow Styles"
msgstr "Pyltjiestyl"
-#: linetabpage.ui:555
+#: cui/uiconfig/ui/linetabpage.ui:551
msgctxt "linetabpage|FT_EDGE_STYLE"
msgid "_Corner style:"
msgstr ""
-#: linetabpage.ui:571
+#: cui/uiconfig/ui/linetabpage.ui:567
msgctxt "linetabpage|FT_CAP_STYLE"
msgid "Ca_p style:"
msgstr ""
-#: linetabpage.ui:616
+#: cui/uiconfig/ui/linetabpage.ui:612
msgctxt "linetabpage|label3"
msgid "Corner and Cap Styles"
msgstr ""
-#: linetabpage.ui:649
+#: cui/uiconfig/ui/linetabpage.ui:645
#, fuzzy
msgctxt "linetabpage|MB_SYMBOL_BITMAP"
msgid "Select..."
msgstr "~Kies..."
-#: linetabpage.ui:671
+#: cui/uiconfig/ui/linetabpage.ui:667
#, fuzzy
msgctxt "linetabpage|FT_SYMBOL_WIDTH"
msgid "Widt_h:"
msgstr "Wydte"
-#: linetabpage.ui:699
+#: cui/uiconfig/ui/linetabpage.ui:694
#, fuzzy
msgctxt "linetabpage|CB_SYMBOL_RATIO"
msgid "_Keep ratio"
msgstr "Behou verhouding"
-#: linetabpage.ui:719
+#: cui/uiconfig/ui/linetabpage.ui:714
#, fuzzy
msgctxt "linetabpage|FT_SYMBOL_HEIGHT"
msgid "Hei_ght:"
msgstr "Hoogte"
-#: linetabpage.ui:759
+#: cui/uiconfig/ui/linetabpage.ui:753
#, fuzzy
msgctxt "linetabpage|label4"
msgid "Icon"
msgstr "Ikone"
-#: linetabpage.ui:798
+#: cui/uiconfig/ui/linetabpage.ui:792
msgctxt "linetabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "Voorbeeld"
-#: linetabpage.ui:824
+#: cui/uiconfig/ui/linetabpage.ui:818
msgctxt "linetabpage|menuitem1"
msgid "_No Symbol"
msgstr ""
-#: linetabpage.ui:832
+#: cui/uiconfig/ui/linetabpage.ui:826
#, fuzzy
msgctxt "linetabpage|menuitem2"
msgid "_Automatic"
msgstr "Outomaties"
-#: linetabpage.ui:840
+#: cui/uiconfig/ui/linetabpage.ui:834
#, fuzzy
msgctxt "linetabpage|menuitem3"
msgid "_From file..."
msgstr "~Vanaf lêer..."
-#: linetabpage.ui:848
+#: cui/uiconfig/ui/linetabpage.ui:842
#, fuzzy
msgctxt "linetabpage|menuitem4"
msgid "_Gallery"
msgstr "Galery"
-#: linetabpage.ui:856
+#: cui/uiconfig/ui/linetabpage.ui:850
#, fuzzy
msgctxt "linetabpage|menuitem5"
msgid "_Symbols"
msgstr "Simbole"
-#: macroassigndialog.ui:8
+#: cui/uiconfig/ui/macroassigndialog.ui:8
msgctxt "macroassigndialog|MacroAssignDialog"
msgid "Assign Action"
msgstr ""
-#: macroassignpage.ui:57
+#: cui/uiconfig/ui/macroassignpage.ui:57
#, fuzzy
msgctxt "macroassignpage|eventft"
msgid "Event"
msgstr "Gebeurtenisse"
-#: macroassignpage.ui:70
+#: cui/uiconfig/ui/macroassignpage.ui:70
msgctxt "macroassignpage|assignft"
msgid "Assigned Action"
msgstr ""
-#: macroassignpage.ui:95
+#: cui/uiconfig/ui/macroassignpage.ui:95
msgctxt "macroassignpage|libraryft1"
msgid "Assignments"
msgstr ""
-#: macroassignpage.ui:130
+#: cui/uiconfig/ui/macroassignpage.ui:130
#, fuzzy
msgctxt "macroassignpage|assign"
msgid "M_acro..."
msgstr "Makro..."
-#: macroassignpage.ui:144
+#: cui/uiconfig/ui/macroassignpage.ui:144
msgctxt "macroassignpage|component"
msgid "Com_ponent..."
msgstr ""
-#: macroassignpage.ui:158
+#: cui/uiconfig/ui/macroassignpage.ui:158
msgctxt "macroassignpage|delete"
msgid "Remove"
msgstr "Verwyder"
-#: macroassignpage.ui:216
+#: cui/uiconfig/ui/macroassignpage.ui:216
#, fuzzy
msgctxt "macroassignpage|label1"
msgid "Assign"
msgstr "Wys toe"
-#: macroselectordialog.ui:8
+#: cui/uiconfig/ui/macroselectordialog.ui:8
msgctxt "macroselectordialog|MacroSelectorDialog"
msgid "Macro Selector"
msgstr "Makroselektor"
-#: macroselectordialog.ui:37
+#: cui/uiconfig/ui/macroselectordialog.ui:37
msgctxt "macroselectordialog|add"
msgid "Add"
msgstr "Voeg by"
-#: macroselectordialog.ui:114
+#: cui/uiconfig/ui/macroselectordialog.ui:114
msgctxt "macroselectordialog|helpmacro"
msgid "Select the library that contains the macro you want. Then select the macro under 'Macro name'."
msgstr ""
-#: macroselectordialog.ui:130
+#: cui/uiconfig/ui/macroselectordialog.ui:130
msgctxt "macroselectordialog|helptoolbar"
msgid "To add a command to a toolbar, select the category and then the command. Then drag the command to the Commands list of the Toolbars tab page in the Customize dialog."
msgstr ""
-#: macroselectordialog.ui:184
+#: cui/uiconfig/ui/macroselectordialog.ui:184
msgctxt "macroselectordialog|libraryft"
msgid "Library"
msgstr "Biblioteek"
-#: macroselectordialog.ui:199
+#: cui/uiconfig/ui/macroselectordialog.ui:199
msgctxt "macroselectordialog|categoryft"
msgid "Category"
msgstr "Kategorie"
-#: macroselectordialog.ui:256
+#: cui/uiconfig/ui/macroselectordialog.ui:256
#, fuzzy
msgctxt "macroselectordialog|macronameft"
msgid "Macro Name"
msgstr "Makronaam"
-#: macroselectordialog.ui:272
+#: cui/uiconfig/ui/macroselectordialog.ui:272
msgctxt "macroselectordialog|commandsft"
msgid "Commands"
msgstr "Bevele"
-#: macroselectordialog.ui:341
+#: cui/uiconfig/ui/macroselectordialog.ui:341
msgctxt "macroselectordialog|label1"
msgid "Description"
msgstr "Beskrywing"
-#: menuassignpage.ui:59
+#: cui/uiconfig/ui/menuassignpage.ui:13
+msgctxt "menuassignpage|gear_add"
+msgid "_Add..."
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:21
+msgctxt "menuassignpage|gear_delete"
+msgid "_Delete"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:29
+msgctxt "menuassignpage|gear_rename"
+msgid "_Rename..."
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:37
+msgctxt "menuassignpage|gear_move"
+msgid "_Move..."
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:51
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "_Icon and text"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:59
+msgctxt "menuassignpage|gear_iconOnly"
+msgid "Icon _only"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:67
+msgctxt "menuassignpage|gear_textOnly"
+msgid "_Text only"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:119
#, fuzzy
msgctxt "menuassignpage|contentslabel"
msgid "_Search"
msgstr "Soek"
-#: menuassignpage.ui:75
-#, fuzzy
-msgctxt "menuassignpage|contentslabel"
-msgid "Categor_y"
-msgstr "Kategorie"
+#: cui/uiconfig/ui/menuassignpage.ui:136
+msgctxt "menuassignpage|desc"
+msgid "Local help is not installed."
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:157
+msgctxt "menuassignpage|label33"
+msgid "D_escription"
+msgstr ""
-#: menuassignpage.ui:90
+#: cui/uiconfig/ui/menuassignpage.ui:191
#, fuzzy
msgctxt "menuassignpage|contentslabel"
msgid "_Function"
msgstr "Funksie"
-#: menuassignpage.ui:105
-msgctxt "menuassignpage|label33"
-msgid "Description"
-msgstr "Beskrywing"
+#: cui/uiconfig/ui/menuassignpage.ui:217
+#, fuzzy
+msgctxt "menuassignpage|contentslabel"
+msgid "Categor_y"
+msgstr "Kategorie"
-#: menuassignpage.ui:117
+#: cui/uiconfig/ui/menuassignpage.ui:230
msgctxt "menuassignpage|searchEntry"
msgid "Type to search"
msgstr ""
-#: menuassignpage.ui:160
-msgctxt "menuassignpage|desc"
-msgid "Local help is not installed."
-msgstr ""
-
-#: menuassignpage.ui:190
-#, fuzzy
-msgctxt "menuassignpage|add"
-msgid "Add item"
-msgstr "Voeg item by"
-
-#: menuassignpage.ui:220
-msgctxt "menuassignpage|remove"
-msgid "Remove item"
-msgstr ""
-
-#: menuassignpage.ui:267
+#: cui/uiconfig/ui/menuassignpage.ui:257
#, fuzzy
msgctxt "menuassignpage|functionbtn"
msgid "_Function"
msgstr "Funksie"
-#: menuassignpage.ui:387
+#: cui/uiconfig/ui/menuassignpage.ui:302
+msgctxt "menuassignpage|gearbtn"
+msgid "Gear Menu"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:303
+msgctxt "menuassignpage|gearbtn"
+msgid "Contains commands to modify or delete the selected toolbar or the top level menu, and the command to add new toolbars or top level menus."
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:370
#, fuzzy
msgctxt "menuassignpage|insert"
msgid "_Insert"
msgstr "Voeg in"
-#: menuassignpage.ui:405
+#: cui/uiconfig/ui/menuassignpage.ui:388
#, fuzzy
msgctxt "menuassignpage|modify"
msgid "_Modify"
msgstr "Wysig"
-#: menuassignpage.ui:423
+#: cui/uiconfig/ui/menuassignpage.ui:406
#, fuzzy
msgctxt "menuassignpage|defaultsbtn"
msgid "_Defaults"
msgstr "Verstek"
-#: menuassignpage.ui:434
-msgctxt "menuassignpage|defaultsbtn-atkobject"
+#: cui/uiconfig/ui/menuassignpage.ui:417
+msgctxt "menuassignpage|defaultsbtn"
msgid "Resets the selected toolbar, menu, or context menu to its default state."
msgstr ""
-#: menuassignpage.ui:537
+#: cui/uiconfig/ui/menuassignpage.ui:451
+#, fuzzy
+msgctxt "menuassignpage|add"
+msgid "Add item"
+msgstr "Voeg item by"
+
+#: cui/uiconfig/ui/menuassignpage.ui:481
+msgctxt "menuassignpage|remove"
+msgid "Remove item"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:518
+msgctxt "menuassignpage|moveupbtn"
+msgid "Move up"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:531
+msgctxt "menuassignpage|movedownbtn"
+msgid "Move down"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:550
+msgctxt "menuassignpage|scopelabel"
+msgid "S_cope"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:563
+msgctxt "menuassignpage|targetlabel"
+msgid "_Target"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:576
+msgctxt "menuassignpage|functionlabel"
+msgid "F_unction"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:589
+msgctxt "menuassignpage|customizelabel"
+msgid "_Customize"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:671
#, fuzzy
msgctxt "menuassignpage|insertseparator"
msgid "Insert Separator"
msgstr "Indeksskeisimbool"
-#: menuassignpage.ui:545
+#: cui/uiconfig/ui/menuassignpage.ui:679
msgctxt "menuassignpage|insertsubmenu"
msgid "Insert Submenu"
msgstr ""
-#: menuassignpage.ui:557
+#: cui/uiconfig/ui/menuassignpage.ui:691
msgctxt "menuassignpage|renameItem"
msgid "Rename..."
msgstr "Hernoem..."
-#: menuassignpage.ui:565
+#: cui/uiconfig/ui/menuassignpage.ui:699
#, fuzzy
msgctxt "menuassignpage|changeIcon"
msgid "Change Icon..."
msgstr "Verander ikoon..."
-#: menuassignpage.ui:573
+#: cui/uiconfig/ui/menuassignpage.ui:707
msgctxt "menuassignpage|resetIcon"
msgid "Reset Icon"
msgstr ""
-#: menuassignpage.ui:581
+#: cui/uiconfig/ui/menuassignpage.ui:715
msgctxt "menuassignpage|restoreItem"
msgid "Restore Default Command"
msgstr ""
-#: mosaicdialog.ui:16
+#: cui/uiconfig/ui/mosaicdialog.ui:16
msgctxt "mosaicdialog|MosaicDialog"
msgid "Mosaic"
msgstr "Mosaïek"
-#: mosaicdialog.ui:144
+#: cui/uiconfig/ui/mosaicdialog.ui:144
#, fuzzy
msgctxt "mosaicdialog|label2"
msgid "_Width:"
msgstr "Wydte"
-#: mosaicdialog.ui:168
+#: cui/uiconfig/ui/mosaicdialog.ui:168
msgctxt "mosaicdialog|height"
msgid "2"
msgstr ""
-#: mosaicdialog.ui:182
+#: cui/uiconfig/ui/mosaicdialog.ui:182
#, fuzzy
msgctxt "mosaicdialog|label3"
msgid "_Height:"
msgstr "Hoogte"
-#: mosaicdialog.ui:199
+#: cui/uiconfig/ui/mosaicdialog.ui:199
msgctxt "mosaicdialog|edges"
msgid "E_nhance edges"
msgstr ""
-#: mosaicdialog.ui:226
+#: cui/uiconfig/ui/mosaicdialog.ui:226
#, fuzzy
msgctxt "mosaicdialog|label1"
msgid "Parameters"
msgstr "~Parameters"
-#: movemenu.ui:19
+#: cui/uiconfig/ui/movemenu.ui:19
msgctxt "movemenu|MoveMenuDialog"
msgid "New Menu"
msgstr ""
-#: movemenu.ui:103
+#: cui/uiconfig/ui/movemenu.ui:103
msgctxt "movemenu|menunameft"
msgid "Menu name:"
msgstr ""
-#: movemenu.ui:197
+#: cui/uiconfig/ui/movemenu.ui:196
msgctxt "movemenu|label1"
msgid "Menu _position:"
msgstr ""
-#: movemenu.ui:244
+#: cui/uiconfig/ui/movemenu.ui:243
msgctxt "movemenu|up-atkobject"
msgid "Up"
msgstr "Op"
-#: movemenu.ui:262
+#: cui/uiconfig/ui/movemenu.ui:261
msgctxt "movemenu|down-atkobject"
msgid "Down"
msgstr "Af"
-#: multipathdialog.ui:9
+#: cui/uiconfig/ui/multipathdialog.ui:9
#, fuzzy
msgctxt "multipathdialog|MultiPathDialog"
msgid "Select Paths"
msgstr "Kies pad"
-#: multipathdialog.ui:107
+#: cui/uiconfig/ui/multipathdialog.ui:107
#, fuzzy
msgctxt "multipathdialog|add"
msgid "_Add..."
msgstr "Voeg by..."
-#: multipathdialog.ui:164
+#: cui/uiconfig/ui/multipathdialog.ui:164
msgctxt "multipathdialog|pathlist"
msgid "Path list:"
msgstr ""
-#: multipathdialog.ui:185
+#: cui/uiconfig/ui/multipathdialog.ui:185
msgctxt "multipathdialog|label1"
msgid "Mark the Default Path for New Files"
msgstr ""
-#: namedialog.ui:8
+#: cui/uiconfig/ui/namedialog.ui:8
msgctxt "namedialog|NameDialog"
msgid "Name"
msgstr "Naam"
-#: newlibdialog.ui:8
+#: cui/uiconfig/ui/newlibdialog.ui:8
msgctxt "newlibdialog|NewLibDialog"
msgid "Create Library"
msgstr ""
-#: newlibdialog.ui:28
+#: cui/uiconfig/ui/newlibdialog.ui:71
msgctxt "newlibdialog|newlibft"
msgid "Enter the name for the new library."
msgstr ""
-#: newlibdialog.ui:57
+#: cui/uiconfig/ui/newlibdialog.ui:97
msgctxt "newlibdialog|newmacroft"
msgid "Enter the name for the new macro."
msgstr ""
-#: newlibdialog.ui:73
+#: cui/uiconfig/ui/newlibdialog.ui:111
msgctxt "newlibdialog|renameft"
msgid "Enter the new name for the selected object."
msgstr ""
-#: newlibdialog.ui:88
+#: cui/uiconfig/ui/newlibdialog.ui:125
msgctxt "newlibdialog|altmacrotitle"
msgid "Create Macro"
msgstr ""
-#: newlibdialog.ui:102
+#: cui/uiconfig/ui/newlibdialog.ui:137
msgctxt "newlibdialog|altrenametitle"
msgid "Rename"
msgstr "Hernoem"
-#: newtabledialog.ui:22
+#: cui/uiconfig/ui/newtabledialog.ui:22
msgctxt "newtabledialog|NewTableDialog"
msgid "Insert Table"
msgstr "Voeg tabel in"
-#: newtabledialog.ui:99
+#: cui/uiconfig/ui/newtabledialog.ui:99
msgctxt "newtabledialog|columns_label"
msgid "_Number of columns:"
msgstr ""
-#: newtabledialog.ui:116
+#: cui/uiconfig/ui/newtabledialog.ui:116
msgctxt "newtabledialog|rows_label"
msgid "_Number of rows:"
msgstr ""
-#: newtoolbardialog.ui:8
+#: cui/uiconfig/ui/newtoolbardialog.ui:8
msgctxt "newtoolbardialog|NewToolbarDialog"
msgid "Name"
msgstr "Naam"
-#: newtoolbardialog.ui:93
+#: cui/uiconfig/ui/newtoolbardialog.ui:93
msgctxt "newtoolbardialog|label1"
msgid "_Toolbar name:"
msgstr ""
-#: newtoolbardialog.ui:134
+#: cui/uiconfig/ui/newtoolbardialog.ui:133
msgctxt "newtoolbardialog|label2"
msgid "_Save in:"
msgstr ""
-#: numberingformatpage.ui:38
+#: cui/uiconfig/ui/numberingformatpage.ui:38
msgctxt "numberingformatpage|liststore1"
msgid "All"
msgstr "Almal"
-#: numberingformatpage.ui:41
+#: cui/uiconfig/ui/numberingformatpage.ui:41
#, fuzzy
msgctxt "numberingformatpage|liststore1"
msgid "User-defined"
msgstr "Gebruikergedefinieer"
-#: numberingformatpage.ui:44
+#: cui/uiconfig/ui/numberingformatpage.ui:44
msgctxt "numberingformatpage|liststore1"
msgid "Number"
msgstr "Nommer"
-#: numberingformatpage.ui:47
+#: cui/uiconfig/ui/numberingformatpage.ui:47
#, fuzzy
msgctxt "numberingformatpage|liststore1"
msgid "Percent"
msgstr "Persent"
-#: numberingformatpage.ui:50
+#: cui/uiconfig/ui/numberingformatpage.ui:50
msgctxt "numberingformatpage|liststore1"
msgid "Currency"
msgstr "Valuta"
-#: numberingformatpage.ui:53
+#: cui/uiconfig/ui/numberingformatpage.ui:53
msgctxt "numberingformatpage|liststore1"
msgid "Date"
msgstr "Datum"
-#: numberingformatpage.ui:56
+#: cui/uiconfig/ui/numberingformatpage.ui:56
msgctxt "numberingformatpage|liststore1"
msgid "Time"
msgstr "Tyd"
-#: numberingformatpage.ui:59
+#: cui/uiconfig/ui/numberingformatpage.ui:59
msgctxt "numberingformatpage|liststore1"
msgid "Scientific"
msgstr ""
-#: numberingformatpage.ui:62
+#: cui/uiconfig/ui/numberingformatpage.ui:62
msgctxt "numberingformatpage|liststore1"
msgid "Fraction"
msgstr "Breuk"
-#: numberingformatpage.ui:65
+#: cui/uiconfig/ui/numberingformatpage.ui:65
msgctxt "numberingformatpage|liststore1"
msgid "Boolean Value"
msgstr ""
-#: numberingformatpage.ui:68
+#: cui/uiconfig/ui/numberingformatpage.ui:68
msgctxt "numberingformatpage|liststore1"
msgid "Text"
msgstr "Teks"
-#: numberingformatpage.ui:79
+#: cui/uiconfig/ui/numberingformatpage.ui:79
msgctxt "numberingformatpage|liststore2"
msgid "Automatically"
msgstr ""
-#: numberingformatpage.ui:126
+#: cui/uiconfig/ui/numberingformatpage.ui:125
msgctxt "numberingformatpage|add|tooltip_text"
msgid "Add"
msgstr "Voeg by"
-#: numberingformatpage.ui:141
+#: cui/uiconfig/ui/numberingformatpage.ui:140
msgctxt "numberingformatpage|edit|tooltip_text"
msgid "Edit Comment"
msgstr "Redigeer opmerking"
-#: numberingformatpage.ui:156
+#: cui/uiconfig/ui/numberingformatpage.ui:155
msgctxt "numberingformatpage|delete|tooltip_text"
msgid "Remove"
msgstr "Verwyder"
-#: numberingformatpage.ui:197
+#: cui/uiconfig/ui/numberingformatpage.ui:180
+msgctxt "numberingformatpage|commented|tooltip_text"
+msgid "Comment"
+msgstr ""
+
+#: cui/uiconfig/ui/numberingformatpage.ui:196
msgctxt "numberingformatpage|formatf"
msgid "_Format code"
msgstr ""
-#: numberingformatpage.ui:293
+#: cui/uiconfig/ui/numberingformatpage.ui:289
#, fuzzy
msgctxt "numberingformatpage|decimalsft"
msgid "_Decimal places:"
msgstr "Desimale plekke"
-#: numberingformatpage.ui:308
+#: cui/uiconfig/ui/numberingformatpage.ui:304
msgctxt "numberingformatpage|denominatorft"
msgid "Den_ominator places:"
msgstr ""
-#: numberingformatpage.ui:329
+#: cui/uiconfig/ui/numberingformatpage.ui:325
msgctxt "numberingformatpage|leadzerosft"
msgid "Leading _zeroes:"
msgstr ""
-#: numberingformatpage.ui:340
+#: cui/uiconfig/ui/numberingformatpage.ui:336
msgctxt "numberingformatpage|negnumred"
msgid "_Negative numbers red"
msgstr ""
-#: numberingformatpage.ui:362
+#: cui/uiconfig/ui/numberingformatpage.ui:358
#, fuzzy
msgctxt "numberingformatpage|thousands"
msgid "_Thousands separator"
msgstr "Duisendeskeier"
-#: numberingformatpage.ui:378
+#: cui/uiconfig/ui/numberingformatpage.ui:374
msgctxt "numberingformatpage|engineering"
msgid "_Engineering notation"
msgstr ""
-#: numberingformatpage.ui:406
+#: cui/uiconfig/ui/numberingformatpage.ui:402
msgctxt "numberingformatpage|optionsft"
msgid "Options"
msgstr "Opsies"
-#: numberingformatpage.ui:463
+#: cui/uiconfig/ui/numberingformatpage.ui:459
#, fuzzy
msgctxt "numberingformatpage|categoryft"
msgid "C_ategory"
msgstr "Kategorie"
-#: numberingformatpage.ui:536
+#: cui/uiconfig/ui/numberingformatpage.ui:532
#, fuzzy
msgctxt "numberingformatpage|formatft"
msgid "Fo_rmat"
msgstr "Formaat"
-#: numberingformatpage.ui:596
+#: cui/uiconfig/ui/numberingformatpage.ui:592
msgctxt "numberingformatpage|sourceformat"
msgid "So_urce format"
msgstr ""
-#: numberingformatpage.ui:617
+#: cui/uiconfig/ui/numberingformatpage.ui:613
#, fuzzy
msgctxt "numberingformatpage|languageft"
msgid "_Language"
msgstr "Taal"
-#: numberingoptionspage.ui:64
+#: cui/uiconfig/ui/numberingoptionspage.ui:64
msgctxt "numberingoptionspage|label1"
msgid "Level"
msgstr "Vlak"
-#: numberingoptionspage.ui:110
+#: cui/uiconfig/ui/numberingoptionspage.ui:110
#, fuzzy
msgctxt "numberingoptionspage|label4"
msgid "Number:"
msgstr "Nommer"
-#: numberingoptionspage.ui:159
+#: cui/uiconfig/ui/numberingoptionspage.ui:157
#, fuzzy
msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "Begindatum"
-#: numberingoptionspage.ui:183
+#: cui/uiconfig/ui/numberingoptionspage.ui:181
#, fuzzy
msgctxt "numberingoptionspage|bitmapft"
msgid "Graphics:"
msgstr "Grafika"
-#: numberingoptionspage.ui:197
+#: cui/uiconfig/ui/numberingoptionspage.ui:195
#, fuzzy
msgctxt "numberingoptionspage|widthft"
msgid "Width:"
msgstr "Wydte"
-#: numberingoptionspage.ui:224
+#: cui/uiconfig/ui/numberingoptionspage.ui:221
#, fuzzy
msgctxt "numberingoptionspage|heightft"
msgid "Height:"
msgstr "Hoogte"
-#: numberingoptionspage.ui:250
+#: cui/uiconfig/ui/numberingoptionspage.ui:246
#, fuzzy
msgctxt "numberingoptionspage|keepratio"
msgid "Keep ratio"
msgstr "Behou verhouding"
-#: numberingoptionspage.ui:266
+#: cui/uiconfig/ui/numberingoptionspage.ui:263
#, fuzzy
msgctxt "numberingoptionspage|orientft"
msgid "Alignment:"
msgstr "Belyning"
-#: numberingoptionspage.ui:281
+#: cui/uiconfig/ui/numberingoptionspage.ui:278
msgctxt "numberingoptionspage|orientlb"
msgid "Top of baseline"
msgstr ""
-#: numberingoptionspage.ui:282
+#: cui/uiconfig/ui/numberingoptionspage.ui:279
#, fuzzy
msgctxt "numberingoptionspage|orientlb"
msgid "Center of baseline"
msgstr "Middel van reël"
-#: numberingoptionspage.ui:283
+#: cui/uiconfig/ui/numberingoptionspage.ui:280
#, fuzzy
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of baseline"
msgstr "Onderkant van lyn"
-#: numberingoptionspage.ui:284
+#: cui/uiconfig/ui/numberingoptionspage.ui:281
#, fuzzy
msgctxt "numberingoptionspage|orientlb"
msgid "Top of character"
msgstr "Bokant van karakter"
-#: numberingoptionspage.ui:285
+#: cui/uiconfig/ui/numberingoptionspage.ui:282
#, fuzzy
msgctxt "numberingoptionspage|orientlb"
msgid "Center of character"
msgstr "Middel van karakter"
-#: numberingoptionspage.ui:286
+#: cui/uiconfig/ui/numberingoptionspage.ui:283
#, fuzzy
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of character"
msgstr "Onderkant van karakter"
-#: numberingoptionspage.ui:287
+#: cui/uiconfig/ui/numberingoptionspage.ui:284
msgctxt "numberingoptionspage|orientlb"
msgid "Top of line"
msgstr "Bokant van lyn"
-#: numberingoptionspage.ui:288
+#: cui/uiconfig/ui/numberingoptionspage.ui:285
msgctxt "numberingoptionspage|orientlb"
msgid "Center of line"
msgstr "Middel van reël"
-#: numberingoptionspage.ui:289
+#: cui/uiconfig/ui/numberingoptionspage.ui:286
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of line"
msgstr "Onderkant van lyn"
-#: numberingoptionspage.ui:299
+#: cui/uiconfig/ui/numberingoptionspage.ui:296
#, fuzzy
msgctxt "numberingoptionspage|bitmap"
msgid "Select..."
msgstr "~Kies..."
-#: numberingoptionspage.ui:333
+#: cui/uiconfig/ui/numberingoptionspage.ui:329
#, fuzzy
msgctxt "numberingoptionspage|bullet"
msgid "Select..."
msgstr "~Kies..."
-#: numberingoptionspage.ui:352
+#: cui/uiconfig/ui/numberingoptionspage.ui:348
#, fuzzy
msgctxt "numberingoptionspage|prefixft"
msgid "Before:"
msgstr "Voor"
-#: numberingoptionspage.ui:373
+#: cui/uiconfig/ui/numberingoptionspage.ui:369
msgctxt "numberingoptionspage|separator"
msgid "Separator"
msgstr "Skeier"
-#: numberingoptionspage.ui:409
+#: cui/uiconfig/ui/numberingoptionspage.ui:403
#, fuzzy
msgctxt "numberingoptionspage|suffixft"
msgid "After:"
msgstr "Na"
-#: numberingoptionspage.ui:423
+#: cui/uiconfig/ui/numberingoptionspage.ui:417
msgctxt "numberingoptionspage|sublevelsft"
msgid "Show sublevels:"
msgstr ""
-#: numberingoptionspage.ui:438
+#: cui/uiconfig/ui/numberingoptionspage.ui:432
#, fuzzy
msgctxt "numberingoptionspage|bulletft"
msgid "Character:"
msgstr "Karakters:"
-#: numberingoptionspage.ui:452
+#: cui/uiconfig/ui/numberingoptionspage.ui:446
msgctxt "numberingoptionspage|relsizeft"
msgid "_Relative size:"
msgstr ""
-#: numberingoptionspage.ui:466
+#: cui/uiconfig/ui/numberingoptionspage.ui:460
#, fuzzy
msgctxt "numberingoptionspage|colorft"
msgid "Color:"
msgstr "Kleur"
-#: numberingoptionspage.ui:480
+#: cui/uiconfig/ui/numberingoptionspage.ui:474
#, fuzzy
msgctxt "numberingoptionspage|charstyleft"
msgid "Character style:"
msgstr "Karakterstyle"
-#: numberingoptionspage.ui:524
+#: cui/uiconfig/ui/numberingoptionspage.ui:518
msgctxt "numberingoptionspage|label2"
msgid "Numbering"
msgstr "Nommering"
-#: numberingoptionspage.ui:551
+#: cui/uiconfig/ui/numberingoptionspage.ui:545
msgctxt "numberingoptionspage|allsame"
msgid "_Consecutive numbering"
msgstr ""
-#: numberingoptionspage.ui:567
+#: cui/uiconfig/ui/numberingoptionspage.ui:561
#, fuzzy
msgctxt "numberingoptionspage|label3"
msgid "All Levels"
msgstr "Alle vlakke"
-#: numberingoptionspage.ui:595
+#: cui/uiconfig/ui/numberingoptionspage.ui:589
#, fuzzy
msgctxt "numberingoptionspage|fromfile"
msgid "From file..."
msgstr "~Vanaf lêer..."
-#: numberingoptionspage.ui:603
+#: cui/uiconfig/ui/numberingoptionspage.ui:597
msgctxt "numberingoptionspage|gallery"
msgid "Gallery"
msgstr "Galery"
-#: numberingpositionpage.ui:23
+#: cui/uiconfig/ui/numberingpositionpage.ui:23
msgctxt "numberingpositionpage|liststore1"
msgid "Left"
msgstr "Links"
-#: numberingpositionpage.ui:26
+#: cui/uiconfig/ui/numberingpositionpage.ui:26
msgctxt "numberingpositionpage|liststore1"
msgid "Centered"
msgstr "Gesentreer"
-#: numberingpositionpage.ui:29
+#: cui/uiconfig/ui/numberingpositionpage.ui:29
#, fuzzy
msgctxt "numberingpositionpage|liststore1"
msgid "Right"
msgstr "Hoogte"
-#: numberingpositionpage.ui:40
+#: cui/uiconfig/ui/numberingpositionpage.ui:40
#, fuzzy
msgctxt "numberingpositionpage|liststore2"
msgid "Tab stop"
msgstr "Keepstoppe"
-#: numberingpositionpage.ui:43
+#: cui/uiconfig/ui/numberingpositionpage.ui:43
msgctxt "numberingpositionpage|liststore2"
msgid "Space"
msgstr "Ruimte"
-#: numberingpositionpage.ui:46
+#: cui/uiconfig/ui/numberingpositionpage.ui:46
msgctxt "numberingpositionpage|liststore2"
msgid "Nothing"
msgstr ""
-#: numberingpositionpage.ui:88
+#: cui/uiconfig/ui/numberingpositionpage.ui:88
msgctxt "numberingpositionpage|1"
msgid "Level"
msgstr "Vlak"
-#: numberingpositionpage.ui:139
+#: cui/uiconfig/ui/numberingpositionpage.ui:139
msgctxt "numberingpositionpage|numfollowedby"
msgid "Numbering followed by:"
msgstr ""
-#: numberingpositionpage.ui:153
+#: cui/uiconfig/ui/numberingpositionpage.ui:153
msgctxt "numberingpositionpage|num2align"
msgid "N_umbering alignment:"
msgstr ""
-#: numberingpositionpage.ui:167
+#: cui/uiconfig/ui/numberingpositionpage.ui:167
msgctxt "numberingpositionpage|alignedat"
msgid "Aligned at:"
msgstr ""
-#: numberingpositionpage.ui:181
+#: cui/uiconfig/ui/numberingpositionpage.ui:181
msgctxt "numberingpositionpage|indentat"
msgid "Indent at:"
msgstr ""
-#: numberingpositionpage.ui:217
+#: cui/uiconfig/ui/numberingpositionpage.ui:216
msgctxt "numberingpositionpage|at"
msgid "Tab stop at:"
msgstr ""
-#: numberingpositionpage.ui:266
+#: cui/uiconfig/ui/numberingpositionpage.ui:263
#, fuzzy
msgctxt "numberingpositionpage|indent"
msgid "Indent:"
msgstr "Inkeep"
-#: numberingpositionpage.ui:290
+#: cui/uiconfig/ui/numberingpositionpage.ui:286
msgctxt "numberingpositionpage|relative"
msgid "Relati_ve"
msgstr ""
-#: numberingpositionpage.ui:310
+#: cui/uiconfig/ui/numberingpositionpage.ui:306
msgctxt "numberingpositionpage|numberingwidth"
msgid "Width of numbering:"
msgstr ""
-#: numberingpositionpage.ui:350
+#: cui/uiconfig/ui/numberingpositionpage.ui:344
msgctxt "numberingpositionpage|numdist"
msgid ""
"Minimum space between\n"
"numbering and text:"
msgstr ""
-#: numberingpositionpage.ui:366
+#: cui/uiconfig/ui/numberingpositionpage.ui:360
msgctxt "numberingpositionpage|numalign"
msgid "N_umbering alignment:"
msgstr ""
-#: numberingpositionpage.ui:394
+#: cui/uiconfig/ui/numberingpositionpage.ui:388
msgctxt "numberingpositionpage|label10"
msgid "Position and Spacing"
msgstr ""
-#: numberingpositionpage.ui:416
+#: cui/uiconfig/ui/numberingpositionpage.ui:410
msgctxt "numberingpositionpage|standard"
msgid "Default"
msgstr "Verstek"
-#: objectnamedialog.ui:8
+#: cui/uiconfig/ui/objectnamedialog.ui:8
msgctxt "objectnamedialog|ObjectNameDialog"
msgid "Name"
msgstr "Naam"
-#: objectnamedialog.ui:83
+#: cui/uiconfig/ui/objectnamedialog.ui:85
#, fuzzy
msgctxt "objectnamedialog|object_name_label"
msgid "_Name:"
msgstr "Naam"
-#: objecttitledescdialog.ui:15
+#: cui/uiconfig/ui/objecttitledescdialog.ui:15
msgctxt "objecttitledescdialog|ObjectTitleDescDialog"
msgid "Description"
msgstr "Beskrywing"
-#: objecttitledescdialog.ui:90
+#: cui/uiconfig/ui/objecttitledescdialog.ui:92
#, fuzzy
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Title:"
msgstr "Titel"
-#: objecttitledescdialog.ui:118
+#: cui/uiconfig/ui/objecttitledescdialog.ui:120
#, fuzzy
msgctxt "objecttitledescdialog|desc_label"
msgid "_Description:"
msgstr "Beskrywing"
-#: optaccessibilitypage.ui:31
+#: cui/uiconfig/ui/optaccessibilitypage.ui:31
msgctxt "optaccessibilitypage|acctool"
msgid "Support _assistive technology tools (program restart required)"
msgstr ""
-#: optaccessibilitypage.ui:47
+#: cui/uiconfig/ui/optaccessibilitypage.ui:47
msgctxt "optaccessibilitypage|textselinreadonly"
msgid "Use te_xt selection cursor in read-only text documents"
msgstr ""
-#: optaccessibilitypage.ui:63
+#: cui/uiconfig/ui/optaccessibilitypage.ui:63
msgctxt "optaccessibilitypage|animatedgraphics"
msgid "Allow animated _images"
msgstr ""
-#: optaccessibilitypage.ui:79
+#: cui/uiconfig/ui/optaccessibilitypage.ui:79
msgctxt "optaccessibilitypage|animatedtext"
msgid "Allow animated _text"
msgstr ""
-#: optaccessibilitypage.ui:101
+#: cui/uiconfig/ui/optaccessibilitypage.ui:101
#, fuzzy
msgctxt "optaccessibilitypage|label1"
msgid "Miscellaneous Options"
msgstr "Diverse simbole"
-#: optaccessibilitypage.ui:134
+#: cui/uiconfig/ui/optaccessibilitypage.ui:134
msgctxt "optaccessibilitypage|autodetecthc"
msgid "Automatically _detect high contrast mode of operating system"
msgstr ""
-#: optaccessibilitypage.ui:150
+#: cui/uiconfig/ui/optaccessibilitypage.ui:150
msgctxt "optaccessibilitypage|autofontcolor"
msgid "Use automatic font _color for screen display"
msgstr ""
-#: optaccessibilitypage.ui:166
+#: cui/uiconfig/ui/optaccessibilitypage.ui:166
msgctxt "optaccessibilitypage|systempagepreviewcolor"
msgid "_Use system colors for page previews"
msgstr ""
-#: optaccessibilitypage.ui:188
+#: cui/uiconfig/ui/optaccessibilitypage.ui:188
msgctxt "optaccessibilitypage|label2"
msgid "Options for High Contrast Appearance"
msgstr ""
-#: optadvancedpage.ui:38
+#: cui/uiconfig/ui/optadvancedpage.ui:38
msgctxt "optadvancedpage|javaenabled"
msgid "_Use a Java runtime environment"
msgstr ""
-#: optadvancedpage.ui:72
+#: cui/uiconfig/ui/optadvancedpage.ui:72
msgctxt "optadvancedpage|label2"
msgid "_Java runtime environments (JRE) already installed:"
msgstr ""
-#: optadvancedpage.ui:98
+#: cui/uiconfig/ui/optadvancedpage.ui:98
#, fuzzy
msgctxt "optadvancedpage|add"
msgid "_Add..."
msgstr "Voeg by..."
-#: optadvancedpage.ui:112
+#: cui/uiconfig/ui/optadvancedpage.ui:112
msgctxt "optadvancedpage|parameters"
msgid "_Parameters..."
msgstr ""
-#: optadvancedpage.ui:126
+#: cui/uiconfig/ui/optadvancedpage.ui:126
msgctxt "optadvancedpage|classpath"
msgid "_Class Path..."
msgstr ""
-#: optadvancedpage.ui:159
+#: cui/uiconfig/ui/optadvancedpage.ui:159
#, fuzzy
msgctxt "optadvancedpage|vendor"
msgid "Vendor"
msgstr "HandelaarID"
-#: optadvancedpage.ui:171
+#: cui/uiconfig/ui/optadvancedpage.ui:171
msgctxt "optadvancedpage|version"
msgid "Version"
msgstr "Weergawe"
-#: optadvancedpage.ui:183
+#: cui/uiconfig/ui/optadvancedpage.ui:183
#, fuzzy
msgctxt "optadvancedpage|features"
msgid "Features"
msgstr "Teksture"
-#: optadvancedpage.ui:195
+#: cui/uiconfig/ui/optadvancedpage.ui:195
msgctxt "optadvancedpage|a11y"
msgid "with accessibility support"
msgstr ""
-#: optadvancedpage.ui:206
+#: cui/uiconfig/ui/optadvancedpage.ui:206
msgctxt "optadvancedpage|selectruntime"
msgid "Select a Java Runtime Environment"
msgstr ""
-#: optadvancedpage.ui:254
+#: cui/uiconfig/ui/optadvancedpage.ui:254
#, fuzzy
msgctxt "optadvancedpage|javapath"
msgid "Location: "
msgstr "Ligging:"
-#: optadvancedpage.ui:280
+#: cui/uiconfig/ui/optadvancedpage.ui:280
msgctxt "optadvancedpage|label1"
msgid "Java Options"
msgstr ""
-#: optadvancedpage.ui:315
+#: cui/uiconfig/ui/optadvancedpage.ui:315
msgctxt "optadvancedpage|experimental"
msgid "Enable experimental features (may be unstable)"
msgstr ""
-#: optadvancedpage.ui:330
+#: cui/uiconfig/ui/optadvancedpage.ui:330
msgctxt "optadvancedpage|macrorecording"
msgid "Enable macro recording (may be limited)"
msgstr ""
-#: optadvancedpage.ui:344
+#: cui/uiconfig/ui/optadvancedpage.ui:345
#, fuzzy
msgctxt "optadvancedpage|expertconfig"
msgid "Open Expert Configuration"
msgstr "Gebruikeropstelling"
-#: optadvancedpage.ui:364
+#: cui/uiconfig/ui/optadvancedpage.ui:365
msgctxt "optadvancedpage|label12"
msgid "Optional Features"
msgstr ""
-#: optappearancepage.ui:35
+#: cui/uiconfig/ui/optappearancepage.ui:35
msgctxt "optappearancepage|label3"
msgid "_Scheme:"
msgstr ""
-#: optappearancepage.ui:88
+#: cui/uiconfig/ui/optappearancepage.ui:89
msgctxt "optappearancepage|label1"
msgid "Color Scheme"
msgstr ""
-#: optappearancepage.ui:133
+#: cui/uiconfig/ui/optappearancepage.ui:134
msgctxt "optappearancepage|uielements"
msgid "User interface elements"
msgstr ""
-#: optappearancepage.ui:145
+#: cui/uiconfig/ui/optappearancepage.ui:146
msgctxt "optappearancepage|colorsetting"
msgid "Color setting"
msgstr ""
-#: optappearancepage.ui:156
+#: cui/uiconfig/ui/optappearancepage.ui:157
msgctxt "optappearancepage|on"
msgid "On"
msgstr "Aan"
-#: optappearancepage.ui:189
+#: cui/uiconfig/ui/optappearancepage.ui:190
msgctxt "optappearancepage|label2"
msgid "Custom Colors"
msgstr ""
-#: optasianpage.ui:31
+#: cui/uiconfig/ui/optasianpage.ui:31
#, fuzzy
msgctxt "optasianpage|charkerning"
msgid "_Western text only"
msgstr "Westerse teksfont"
-#: optasianpage.ui:49
+#: cui/uiconfig/ui/optasianpage.ui:49
msgctxt "optasianpage|charpunctkerning"
msgid "Western _text and Asian punctuation"
msgstr ""
-#: optasianpage.ui:73
+#: cui/uiconfig/ui/optasianpage.ui:73
msgctxt "optasianpage|label1"
msgid "Kerning"
msgstr "Tekssaamdrukking"
-#: optasianpage.ui:105
+#: cui/uiconfig/ui/optasianpage.ui:105
msgctxt "optasianpage|nocompression"
msgid "_No compression"
msgstr ""
-#: optasianpage.ui:123
+#: cui/uiconfig/ui/optasianpage.ui:123
msgctxt "optasianpage|punctcompression"
msgid "_Compress punctuation only"
msgstr ""
-#: optasianpage.ui:141
+#: cui/uiconfig/ui/optasianpage.ui:141
msgctxt "optasianpage|punctkanacompression"
msgid "Compress punctuation and Japanese Kana"
msgstr ""
-#: optasianpage.ui:165
+#: cui/uiconfig/ui/optasianpage.ui:165
msgctxt "optasianpage|label2"
msgid "Character Spacing"
msgstr ""
-#: optasianpage.ui:226
+#: cui/uiconfig/ui/optasianpage.ui:226
#, fuzzy
msgctxt "optasianpage|standard"
msgid "_Default"
msgstr "Verstek"
-#: optasianpage.ui:251
+#: cui/uiconfig/ui/optasianpage.ui:251
#, fuzzy
msgctxt "optasianpage|languageft"
msgid "_Language:"
msgstr "Taal"
-#: optasianpage.ui:265
+#: cui/uiconfig/ui/optasianpage.ui:265
msgctxt "optasianpage|startft"
msgid "Not _at start of line:"
msgstr ""
-#: optasianpage.ui:279
+#: cui/uiconfig/ui/optasianpage.ui:279
msgctxt "optasianpage|endft"
msgid "Not at _end of line:"
msgstr ""
-#: optasianpage.ui:324
+#: cui/uiconfig/ui/optasianpage.ui:322
msgctxt "optasianpage|hintft"
msgid "Without user-defined line break symbols"
msgstr ""
-#: optasianpage.ui:340
+#: cui/uiconfig/ui/optasianpage.ui:338
msgctxt "optasianpage|label3"
msgid "First and Last Characters"
msgstr ""
-#: optbasicidepage.ui:29
+#: cui/uiconfig/ui/optbasicidepage.ui:29
msgctxt "optbasicidepage|codecomplete_enable"
msgid "Enable code completion"
msgstr ""
-#: optbasicidepage.ui:49
+#: cui/uiconfig/ui/optbasicidepage.ui:50
msgctxt "optbasicidepage|label1"
msgid "Code Completion"
msgstr ""
-#: optbasicidepage.ui:81
+#: cui/uiconfig/ui/optbasicidepage.ui:82
msgctxt "optbasicidepage|autoclose_proc"
msgid "Autoclose procedures"
msgstr ""
-#: optbasicidepage.ui:95
+#: cui/uiconfig/ui/optbasicidepage.ui:97
msgctxt "optbasicidepage|autoclose_paren"
msgid "Autoclose parenthesis"
msgstr ""
-#: optbasicidepage.ui:109
+#: cui/uiconfig/ui/optbasicidepage.ui:112
msgctxt "optbasicidepage|autoclose_quotes"
msgid "Autoclose quotes"
msgstr ""
-#: optbasicidepage.ui:123
+#: cui/uiconfig/ui/optbasicidepage.ui:127
msgctxt "optbasicidepage|autocorrect"
msgid "Autocorrection"
msgstr ""
-#: optbasicidepage.ui:144
+#: cui/uiconfig/ui/optbasicidepage.ui:149
msgctxt "optbasicidepage|label2"
msgid "Code Suggestion"
msgstr ""
-#: optbasicidepage.ui:176
+#: cui/uiconfig/ui/optbasicidepage.ui:181
msgctxt "optbasicidepage|extendedtypes_enable"
msgid "Use extended types"
msgstr ""
-#: optbasicidepage.ui:196
+#: cui/uiconfig/ui/optbasicidepage.ui:202
#, fuzzy
msgctxt "optbasicidepage|label3"
msgid "Language Features"
msgstr "Taalstand"
-#: optchartcolorspage.ui:42
+#: cui/uiconfig/ui/optchartcolorspage.ui:42
msgctxt "optchartcolorspage|label20"
msgid "Chart Colors"
msgstr ""
-#: optchartcolorspage.ui:128
+#: cui/uiconfig/ui/optchartcolorspage.ui:128
#, fuzzy
msgctxt "optchartcolorspage|default"
msgid "_Default"
msgstr "Verstek"
-#: optchartcolorspage.ui:156
+#: cui/uiconfig/ui/optchartcolorspage.ui:156
msgctxt "optchartcolorspage|label1"
msgid "Color Table"
msgstr ""
-#: optctlpage.ui:31
+#: cui/uiconfig/ui/optctlpage.ui:31
msgctxt "optctlpage|sequencechecking"
msgid "Use se_quence checking"
msgstr ""
-#: optctlpage.ui:56
+#: cui/uiconfig/ui/optctlpage.ui:56
msgctxt "optctlpage|restricted"
msgid "Restricted"
msgstr ""
-#: optctlpage.ui:70
+#: cui/uiconfig/ui/optctlpage.ui:71
msgctxt "optctlpage|typeandreplace"
msgid "_Type and replace"
msgstr ""
-#: optctlpage.ui:99
+#: cui/uiconfig/ui/optctlpage.ui:100
msgctxt "optctlpage|label1"
msgid "Sequence Checking"
msgstr ""
-#: optctlpage.ui:134
+#: cui/uiconfig/ui/optctlpage.ui:135
msgctxt "optctlpage|label3"
msgid "Movement:"
msgstr ""
-#: optctlpage.ui:144
+#: cui/uiconfig/ui/optctlpage.ui:145
#, fuzzy
msgctxt "optctlpage|movementlogical"
msgid "Lo_gical"
msgstr "Logies"
-#: optctlpage.ui:161
+#: cui/uiconfig/ui/optctlpage.ui:162
msgctxt "optctlpage|movementvisual"
msgid "_Visual"
msgstr ""
-#: optctlpage.ui:186
+#: cui/uiconfig/ui/optctlpage.ui:187
msgctxt "optctlpage|label2"
msgid "Cursor Control"
msgstr ""
-#: optctlpage.ui:220
+#: cui/uiconfig/ui/optctlpage.ui:221
msgctxt "optctlpage|label5"
msgid "_Numerals:"
msgstr ""
-#: optctlpage.ui:235
+#: cui/uiconfig/ui/optctlpage.ui:236
#, fuzzy
msgctxt "optctlpage|numerals"
msgid "Arabic (1, 2, 3…)"
msgstr "Arabiese syfers (1 2 3)"
-#: optctlpage.ui:236
+#: cui/uiconfig/ui/optctlpage.ui:237
msgctxt "optctlpage|numerals"
msgid "Eastern Arabic (٣ ,٢ ,١…)"
msgstr ""
-#: optctlpage.ui:237
+#: cui/uiconfig/ui/optctlpage.ui:238
msgctxt "optctlpage|numerals"
msgid "System"
msgstr "Stelsel"
-#: optctlpage.ui:238
+#: cui/uiconfig/ui/optctlpage.ui:239
#, fuzzy
msgctxt "optctlpage|numerals"
msgid "Context"
msgstr "Inhoud"
-#: optctlpage.ui:254
+#: cui/uiconfig/ui/optctlpage.ui:255
msgctxt "optctlpage|label4"
msgid "General Options"
msgstr ""
-#: optemailpage.ui:26
+#: cui/uiconfig/ui/optemailpage.ui:26
msgctxt "optemailpage|label2"
msgid "_E-mail program:"
msgstr ""
-#: optemailpage.ui:55
+#: cui/uiconfig/ui/optemailpage.ui:54
msgctxt "optemailpage|browse"
msgid "Browse..."
msgstr "Blaai..."
-#: optemailpage.ui:89
+#: cui/uiconfig/ui/optemailpage.ui:88
msgctxt "optemailpage|browsetitle"
msgid "All files"
msgstr "Alle lêers"
-#: optemailpage.ui:116
+#: cui/uiconfig/ui/optemailpage.ui:115
msgctxt "optemailpage|suppress"
msgid "Suppress hidden elements of documents"
msgstr ""
-#: optemailpage.ui:171
+#: cui/uiconfig/ui/optemailpage.ui:171
msgctxt "optemailpage|label1"
msgid "Sending Documents as E-mail Attachments"
msgstr ""
-#: optfltrembedpage.ui:52
+#: cui/uiconfig/ui/optfltrembedpage.ui:52
msgctxt "optfltrembedpage|label2"
msgid "[L]: Load and convert the object"
msgstr ""
-#: optfltrembedpage.ui:65
+#: cui/uiconfig/ui/optfltrembedpage.ui:65
msgctxt "optfltrembedpage|label3"
msgid "[S]: Convert and save the object"
msgstr ""
-#: optfltrembedpage.ui:81
+#: cui/uiconfig/ui/optfltrembedpage.ui:81
msgctxt "optfltrembedpage|label1"
msgid "Embedded Objects"
msgstr ""
-#: optfltrembedpage.ui:116
+#: cui/uiconfig/ui/optfltrembedpage.ui:116
msgctxt "optfltrembedpage|label5"
msgid "Export as:"
msgstr ""
-#: optfltrembedpage.ui:131
+#: cui/uiconfig/ui/optfltrembedpage.ui:131
#, fuzzy
msgctxt "optfltrembedpage|highlighting"
msgid "Highlighting"
msgstr "Teksmerking"
-#: optfltrembedpage.ui:147
+#: cui/uiconfig/ui/optfltrembedpage.ui:148
#, fuzzy
msgctxt "optfltrembedpage|shading"
msgid "Shading"
msgstr "Skakering"
-#: optfltrembedpage.ui:175
+#: cui/uiconfig/ui/optfltrembedpage.ui:177
msgctxt "optfltrembedpage|label4"
msgid "Character Highlighting"
msgstr ""
-#: optfltrpage.ui:29
+#: cui/uiconfig/ui/optfltrpage.ui:29
msgctxt "optfltrpage|wo_basic"
msgid "Load Basic _code"
msgstr ""
-#: optfltrpage.ui:46
+#: cui/uiconfig/ui/optfltrpage.ui:46
msgctxt "optfltrpage|wo_exec"
msgid "E_xecutable code"
msgstr ""
-#: optfltrpage.ui:64
+#: cui/uiconfig/ui/optfltrpage.ui:64
msgctxt "optfltrpage|wo_saveorig"
msgid "Save _original Basic code"
msgstr ""
-#: optfltrpage.ui:87
+#: cui/uiconfig/ui/optfltrpage.ui:87
msgctxt "optfltrpage|label1"
msgid "Microsoft Word 97/2000/XP"
msgstr ""
-#: optfltrpage.ui:119
+#: cui/uiconfig/ui/optfltrpage.ui:119
msgctxt "optfltrpage|ex_basic"
msgid "Lo_ad Basic code"
msgstr ""
-#: optfltrpage.ui:136
+#: cui/uiconfig/ui/optfltrpage.ui:136
msgctxt "optfltrpage|ex_exec"
msgid "E_xecutable code"
msgstr ""
-#: optfltrpage.ui:154
+#: cui/uiconfig/ui/optfltrpage.ui:154
msgctxt "optfltrpage|ex_saveorig"
msgid "Sa_ve original Basic code"
msgstr ""
-#: optfltrpage.ui:177
+#: cui/uiconfig/ui/optfltrpage.ui:177
msgctxt "optfltrpage|label2"
msgid "Microsoft Excel 97/2000/XP"
msgstr ""
-#: optfltrpage.ui:209
+#: cui/uiconfig/ui/optfltrpage.ui:209
msgctxt "optfltrpage|pp_basic"
msgid "Load Ba_sic code"
msgstr ""
-#: optfltrpage.ui:226
+#: cui/uiconfig/ui/optfltrpage.ui:226
msgctxt "optfltrpage|pp_saveorig"
msgid "Sav_e original Basic code"
msgstr ""
-#: optfltrpage.ui:249
+#: cui/uiconfig/ui/optfltrpage.ui:249
#, fuzzy
msgctxt "optfltrpage|label3"
msgid "Microsoft PowerPoint 97/2000/XP"
msgstr "Microsoft PowerPoint 97-2003"
-#: optfontspage.ui:59
+#: cui/uiconfig/ui/optfontspage.ui:59
#, fuzzy
msgctxt "optfontspage|label2"
msgid "_Font:"
msgstr "Font"
-#: optfontspage.ui:73
+#: cui/uiconfig/ui/optfontspage.ui:73
#, fuzzy
msgctxt "optfontspage|label3"
msgid "Re_place with:"
msgstr "Vervang met"
-#: optfontspage.ui:110
+#: cui/uiconfig/ui/optfontspage.ui:110
#, fuzzy
msgctxt "optfontspage|always"
msgid "Always"
msgstr "Altyd"
-#: optfontspage.ui:121
+#: cui/uiconfig/ui/optfontspage.ui:121
msgctxt "optfontspage|screenonly"
msgid "Screen only"
msgstr ""
-#: optfontspage.ui:132
+#: cui/uiconfig/ui/optfontspage.ui:132
msgctxt "optfontspage|font"
msgid "Font"
msgstr "Font"
-#: optfontspage.ui:143
+#: cui/uiconfig/ui/optfontspage.ui:143
#, fuzzy
msgctxt "optfontspage|replacewith"
msgid "Replace with"
msgstr "Vervang met"
-#: optfontspage.ui:205
+#: cui/uiconfig/ui/optfontspage.ui:205
#, fuzzy
msgctxt "optfontspage|usetable"
msgid "_Apply replacement table"
msgstr "Gebruik vervangingstabel"
-#: optfontspage.ui:227
+#: cui/uiconfig/ui/optfontspage.ui:227
msgctxt "optfontspage|label4"
msgid "Replacement Table"
msgstr ""
-#: optfontspage.ui:266
+#: cui/uiconfig/ui/optfontspage.ui:266
msgctxt "optfontspage|label8"
msgid "Fon_ts:"
msgstr ""
-#: optfontspage.ui:281
+#: cui/uiconfig/ui/optfontspage.ui:281
#, fuzzy
msgctxt "optfontspage|label9"
msgid "_Size:"
msgstr "Grootte"
-#: optfontspage.ui:295
+#: cui/uiconfig/ui/optfontspage.ui:295
msgctxt "optfontspage|fontname"
msgid "Automatic"
msgstr "Outomaties"
-#: optfontspage.ui:305
+#: cui/uiconfig/ui/optfontspage.ui:305
msgctxt "optfontspage|nonpropfontonly"
msgid "_Non-proportional fonts only"
msgstr ""
-#: optfontspage.ui:341
+#: cui/uiconfig/ui/optfontspage.ui:341
msgctxt "optfontspage|label1"
msgid "Font Settings for HTML, Basic and SQL Sources"
msgstr ""
-#: optgeneralpage.ui:31
+#: cui/uiconfig/ui/optgeneralpage.ui:31
#, fuzzy
msgctxt "optgeneralpage|exthelp"
msgid "_Extended tips"
msgstr "Uitgebreide wenke"
-#: optgeneralpage.ui:46
+#: cui/uiconfig/ui/optgeneralpage.ui:46
msgctxt "optgeneralpage|label1"
msgid "Help"
msgstr "Hulp"
-#: optgeneralpage.ui:76
+#: cui/uiconfig/ui/optgeneralpage.ui:76
#, fuzzy
msgctxt "optgeneralpage|filedlg"
msgid "_Use %PRODUCTNAME dialogs"
msgstr "%PRODUCTNAME-dialoë"
-#: optgeneralpage.ui:110
+#: cui/uiconfig/ui/optgeneralpage.ui:110
msgctxt "optgeneralpage|label2"
msgid "Open/Save Dialogs"
msgstr ""
-#: optgeneralpage.ui:136
+#: cui/uiconfig/ui/optgeneralpage.ui:136
#, fuzzy
msgctxt "optgeneralpage|printdlg"
msgid "Use %PRODUCTNAME _dialogs"
msgstr "%PRODUCTNAME-dialoë"
-#: optgeneralpage.ui:151
+#: cui/uiconfig/ui/optgeneralpage.ui:151
msgctxt "optgeneralpage|label3"
msgid "Print Dialogs"
msgstr ""
-#: optgeneralpage.ui:177
+#: cui/uiconfig/ui/optgeneralpage.ui:177
msgctxt "optgeneralpage|docstatus"
msgid "_Printing sets \"document modified\" status"
msgstr ""
-#: optgeneralpage.ui:192
+#: cui/uiconfig/ui/optgeneralpage.ui:192
#, fuzzy
msgctxt "optgeneralpage|label4"
msgid "Document Status"
msgstr "Dokumentnaam\tStatus"
-#: optgeneralpage.ui:225
+#: cui/uiconfig/ui/optgeneralpage.ui:225
msgctxt "optgeneralpage|label6"
msgid "_Interpret as years between "
msgstr ""
-#: optgeneralpage.ui:251
+#: cui/uiconfig/ui/optgeneralpage.ui:250
#, fuzzy
msgctxt "optgeneralpage|toyear"
msgid "and "
msgstr "en"
-#: optgeneralpage.ui:266
+#: cui/uiconfig/ui/optgeneralpage.ui:265
msgctxt "optgeneralpage|label5"
msgid "Year (Two Digits)"
msgstr ""
-#: optgeneralpage.ui:292
+#: cui/uiconfig/ui/optgeneralpage.ui:291
msgctxt "optgeneralpage|collectusageinfo"
msgid "Collect usage data and send it to The Document Foundation"
msgstr ""
-#: optgeneralpage.ui:307
+#: cui/uiconfig/ui/optgeneralpage.ui:306
msgctxt "optgeneralpage|label7"
msgid "Help Improve %PRODUCTNAME"
msgstr ""
-#: optgeneralpage.ui:338
+#: cui/uiconfig/ui/optgeneralpage.ui:337
#, fuzzy
msgctxt "optgeneralpage|quicklaunch"
msgid "Load %PRODUCTNAME during system start-up"
msgstr "Laai %PRODUCTNAME wanneer rekenaar aanskakel"
-#: optgeneralpage.ui:352
+#: cui/uiconfig/ui/optgeneralpage.ui:352
#, fuzzy
msgctxt "optgeneralpage|systray"
msgid "Enable systray Quickstarter"
msgstr "Deaktiveer Snelbeginner in stelsellaai"
-#: optgeneralpage.ui:372
+#: cui/uiconfig/ui/optgeneralpage.ui:373
msgctxt "optgeneralpage|label8"
msgid "%PRODUCTNAME Quickstarter"
msgstr ""
-#: opthtmlpage.ui:90
+#: cui/uiconfig/ui/opthtmlpage.ui:90
msgctxt "opthtmlpage|size7FT"
msgid "Size _7:"
msgstr ""
-#: opthtmlpage.ui:119
+#: cui/uiconfig/ui/opthtmlpage.ui:118
msgctxt "opthtmlpage|size6FT"
msgid "Size _6:"
msgstr ""
-#: opthtmlpage.ui:148
+#: cui/uiconfig/ui/opthtmlpage.ui:146
msgctxt "opthtmlpage|size5FT"
msgid "Size _5:"
msgstr ""
-#: opthtmlpage.ui:177
+#: cui/uiconfig/ui/opthtmlpage.ui:174
msgctxt "opthtmlpage|size4FT"
msgid "Size _4:"
msgstr ""
-#: opthtmlpage.ui:206
+#: cui/uiconfig/ui/opthtmlpage.ui:202
msgctxt "opthtmlpage|size3FT"
msgid "Size _3:"
msgstr ""
-#: opthtmlpage.ui:235
+#: cui/uiconfig/ui/opthtmlpage.ui:230
msgctxt "opthtmlpage|size2FT"
msgid "Size _2:"
msgstr ""
-#: opthtmlpage.ui:264
+#: cui/uiconfig/ui/opthtmlpage.ui:258
msgctxt "opthtmlpage|size1FT"
msgid "Size _1:"
msgstr ""
-#: opthtmlpage.ui:297
+#: cui/uiconfig/ui/opthtmlpage.ui:290
#, fuzzy
msgctxt "opthtmlpage|label1"
msgid "Font Sizes"
msgstr "Fontgrootte"
-#: opthtmlpage.ui:347
+#: cui/uiconfig/ui/opthtmlpage.ui:340
msgctxt "opthtmlpage|ignorefontnames"
msgid "Ignore _font settings"
msgstr ""
-#: opthtmlpage.ui:365
+#: cui/uiconfig/ui/opthtmlpage.ui:358
msgctxt "opthtmlpage|unknowntag"
msgid "_Import unknown HTML tags as fields"
msgstr ""
-#: opthtmlpage.ui:383
+#: cui/uiconfig/ui/opthtmlpage.ui:376
msgctxt "opthtmlpage|numbersenglishus"
msgid "_Use '%ENGLISHUSLOCALE' locale for numbers"
msgstr ""
-#: opthtmlpage.ui:407
+#: cui/uiconfig/ui/opthtmlpage.ui:400
msgctxt "opthtmlpage|label2"
msgid "Import"
msgstr "Invoer"
-#: opthtmlpage.ui:454
+#: cui/uiconfig/ui/opthtmlpage.ui:447
#, fuzzy
msgctxt "opthtmlpage|charsetFT"
msgid "Character _set:"
msgstr "Karakterstel"
-#: opthtmlpage.ui:489
+#: cui/uiconfig/ui/opthtmlpage.ui:482
msgctxt "opthtmlpage|savegrflocal"
msgid "_Copy local images to Internet"
msgstr ""
-#: opthtmlpage.ui:507
+#: cui/uiconfig/ui/opthtmlpage.ui:500
#, fuzzy
msgctxt "opthtmlpage|printextension"
msgid "_Print layout"
msgstr "~Drukuitleg"
-#: opthtmlpage.ui:525
+#: cui/uiconfig/ui/opthtmlpage.ui:518
msgctxt "opthtmlpage|starbasicwarning"
msgid "Display _warning"
msgstr ""
-#: opthtmlpage.ui:544
+#: cui/uiconfig/ui/opthtmlpage.ui:537
msgctxt "opthtmlpage|starbasic"
msgid "LibreOffice _Basic"
msgstr ""
-#: opthtmlpage.ui:568
+#: cui/uiconfig/ui/opthtmlpage.ui:561
msgctxt "opthtmlpage|label3"
msgid "Export"
msgstr "Uitvoer"
-#: optionsdialog.ui:11
+#: cui/uiconfig/ui/optionsdialog.ui:11
msgctxt "optionsdialog|OptionsDialog"
msgid "Options"
msgstr "Opsies"
-#: optjsearchpage.ui:33
+#: cui/uiconfig/ui/optjsearchpage.ui:33
msgctxt "optjsearchpage|matchcase"
msgid "_uppercase/lowercase"
msgstr ""
-#: optjsearchpage.ui:50
+#: cui/uiconfig/ui/optjsearchpage.ui:50
msgctxt "optjsearchpage|matchfullhalfwidth"
msgid "_full-width/half-width forms"
msgstr ""
-#: optjsearchpage.ui:67
+#: cui/uiconfig/ui/optjsearchpage.ui:67
msgctxt "optjsearchpage|matchhiraganakatakana"
msgid "_hiragana/katakana"
msgstr ""
-#: optjsearchpage.ui:84
+#: cui/uiconfig/ui/optjsearchpage.ui:84
msgctxt "optjsearchpage|matchcontractions"
msgid "_contractions (yo-on, sokuon)"
msgstr ""
-#: optjsearchpage.ui:101
+#: cui/uiconfig/ui/optjsearchpage.ui:101
msgctxt "optjsearchpage|matchminusdashchoon"
msgid "_minus/dash/cho-on"
msgstr ""
-#: optjsearchpage.ui:118
+#: cui/uiconfig/ui/optjsearchpage.ui:118
msgctxt "optjsearchpage|matchrepeatcharmarks"
msgid "'re_peat character' marks"
msgstr ""
-#: optjsearchpage.ui:135
+#: cui/uiconfig/ui/optjsearchpage.ui:135
msgctxt "optjsearchpage|matchvariantformkanji"
msgid "_variant-form kanji (itaiji)"
msgstr ""
-#: optjsearchpage.ui:152
+#: cui/uiconfig/ui/optjsearchpage.ui:152
msgctxt "optjsearchpage|matcholdkanaforms"
msgid "_old Kana forms"
msgstr ""
-#: optjsearchpage.ui:169
+#: cui/uiconfig/ui/optjsearchpage.ui:169
msgctxt "optjsearchpage|matchdiziduzu"
msgid "_di/zi, du/zu"
msgstr ""
-#: optjsearchpage.ui:186
+#: cui/uiconfig/ui/optjsearchpage.ui:186
msgctxt "optjsearchpage|matchbavahafa"
msgid "_ba/va, ha/fa"
msgstr ""
-#: optjsearchpage.ui:203
+#: cui/uiconfig/ui/optjsearchpage.ui:203
msgctxt "optjsearchpage|matchtsithichidhizi"
msgid "_tsi/thi/chi, dhi/zi"
msgstr ""
-#: optjsearchpage.ui:220
+#: cui/uiconfig/ui/optjsearchpage.ui:220
msgctxt "optjsearchpage|matchhyuiyubyuvyu"
msgid "h_yu/fyu, byu/vyu"
msgstr ""
-#: optjsearchpage.ui:237
+#: cui/uiconfig/ui/optjsearchpage.ui:237
msgctxt "optjsearchpage|matchseshezeje"
msgid "_se/she, ze/je"
msgstr ""
-#: optjsearchpage.ui:254
+#: cui/uiconfig/ui/optjsearchpage.ui:254
msgctxt "optjsearchpage|matchiaiya"
msgid "_ia/iya (piano/piyano)"
msgstr ""
-#: optjsearchpage.ui:271
+#: cui/uiconfig/ui/optjsearchpage.ui:271
msgctxt "optjsearchpage|matchkiku"
msgid "_ki/ku (tekisuto/tekusuto)"
msgstr ""
-#: optjsearchpage.ui:288
+#: cui/uiconfig/ui/optjsearchpage.ui:288
msgctxt "optjsearchpage|matchprolongedsoundmark"
msgid "Prolon_ged vowels (ka-/kaa)"
msgstr ""
-#: optjsearchpage.ui:311
+#: cui/uiconfig/ui/optjsearchpage.ui:311
msgctxt "optjsearchpage|label1"
msgid "Treat as Equal"
msgstr ""
-#: optjsearchpage.ui:345
+#: cui/uiconfig/ui/optjsearchpage.ui:345
msgctxt "optjsearchpage|ignorepunctuation"
msgid "Pu_nctuation characters"
msgstr ""
-#: optjsearchpage.ui:362
+#: cui/uiconfig/ui/optjsearchpage.ui:362
msgctxt "optjsearchpage|ignorewhitespace"
msgid "_Whitespace characters"
msgstr ""
-#: optjsearchpage.ui:379
+#: cui/uiconfig/ui/optjsearchpage.ui:379
msgctxt "optjsearchpage|ignoremiddledot"
msgid "Midd_le dots"
msgstr ""
-#: optjsearchpage.ui:405
+#: cui/uiconfig/ui/optjsearchpage.ui:405
#, fuzzy
msgctxt "optjsearchpage|label2"
msgid "Ignore"
msgstr "~Ignoreer"
-#: optlanguagespage.ui:37
+#: cui/uiconfig/ui/optlanguagespage.ui:37
msgctxt "optlanguagespage|label4"
msgid "_User interface:"
msgstr ""
-#: optlanguagespage.ui:51
+#: cui/uiconfig/ui/optlanguagespage.ui:51
msgctxt "optlanguagespage|localesettingFT"
msgid "Locale setting:"
msgstr ""
-#: optlanguagespage.ui:65
+#: cui/uiconfig/ui/optlanguagespage.ui:65
#, fuzzy
msgctxt "optlanguagespage|label6"
msgid "Decimal separator key:"
msgstr "Desimaalskeier"
-#: optlanguagespage.ui:79
+#: cui/uiconfig/ui/optlanguagespage.ui:79
msgctxt "optlanguagespage|defaultcurrency"
msgid "_Default currency:"
msgstr ""
-#: optlanguagespage.ui:93
+#: cui/uiconfig/ui/optlanguagespage.ui:93
msgctxt "optlanguagespage|dataaccpatterns"
msgid "Date acceptance _patterns:"
msgstr ""
-#: optlanguagespage.ui:154
+#: cui/uiconfig/ui/optlanguagespage.ui:153
msgctxt "optlanguagespage|decimalseparator"
msgid "_Same as locale setting ( %1 )"
msgstr ""
-#: optlanguagespage.ui:175
+#: cui/uiconfig/ui/optlanguagespage.ui:174
msgctxt "optlanguagespage|label1"
msgid "Language Of"
msgstr ""
-#: optlanguagespage.ui:246
+#: cui/uiconfig/ui/optlanguagespage.ui:245
msgctxt "optlanguagespage|currentdoc"
msgid "For the current document only"
msgstr ""
-#: optlanguagespage.ui:261
+#: cui/uiconfig/ui/optlanguagespage.ui:261
msgctxt "optlanguagespage|ctlsupport"
msgid "Complex _text layout:"
msgstr ""
-#: optlanguagespage.ui:276
+#: cui/uiconfig/ui/optlanguagespage.ui:276
msgctxt "optlanguagespage|asiansupport"
msgid "Asian:"
msgstr ""
-#: optlanguagespage.ui:294
+#: cui/uiconfig/ui/optlanguagespage.ui:294
msgctxt "optlanguagespage|western"
msgid "Western:"
msgstr ""
-#: optlanguagespage.ui:311
+#: cui/uiconfig/ui/optlanguagespage.ui:311
msgctxt "optlanguagespage|label2"
msgid "Default Languages for Documents"
msgstr ""
-#: optlanguagespage.ui:342
+#: cui/uiconfig/ui/optlanguagespage.ui:342
msgctxt "optlanguagespage|ignorelanguagechange"
msgid "Ignore s_ystem input language"
msgstr ""
-#: optlanguagespage.ui:363
+#: cui/uiconfig/ui/optlanguagespage.ui:363
msgctxt "optlanguagespage|label3"
msgid "Enhanced Language Support"
msgstr ""
-#: optlingupage.ui:47
+#: cui/uiconfig/ui/optlingupage.ui:47
msgctxt "optlingupage|lingumodulesft"
msgid "_Available language modules:"
msgstr ""
-#: optlingupage.ui:74
+#: cui/uiconfig/ui/optlingupage.ui:74
#, fuzzy
msgctxt "optlingupage|lingumodulesedit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: optlingupage.ui:82
+#: cui/uiconfig/ui/optlingupage.ui:82
msgctxt "optlingupage|lingumodulesedit-atkobject"
msgid "Edit Available language modules"
msgstr ""
-#: optlingupage.ui:112
+#: cui/uiconfig/ui/optlingupage.ui:112
#, fuzzy
msgctxt "optlingupage|lingudictsft"
msgid "_User-defined dictionaries:"
msgstr "Gebruikergedefinieerde woordeboeke"
-#: optlingupage.ui:146
+#: cui/uiconfig/ui/optlingupage.ui:146
#, fuzzy
msgctxt "optlingupage|lingudictsnew"
msgid "_New..."
msgstr "Nuwe..."
-#: optlingupage.ui:160
+#: cui/uiconfig/ui/optlingupage.ui:160
#, fuzzy
msgctxt "optlingupage|lingudictsedit"
msgid "Ed_it..."
msgstr "Redigeer..."
-#: optlingupage.ui:167
+#: cui/uiconfig/ui/optlingupage.ui:167
#, fuzzy
msgctxt "optlingupage|lingudictsedit-atkobject"
msgid "Edit User-defined dictionaries"
msgstr "Gebruikergedefinieerde woordeboeke"
-#: optlingupage.ui:179
+#: cui/uiconfig/ui/optlingupage.ui:179
#, fuzzy
msgctxt "optlingupage|lingudictsdelete"
msgid "_Delete"
msgstr "Skrap"
-#: optlingupage.ui:218
+#: cui/uiconfig/ui/optlingupage.ui:218
#, fuzzy
msgctxt "optlingupage|label4"
msgid "_Options:"
msgstr "Opsies"
-#: optlingupage.ui:230
+#: cui/uiconfig/ui/optlingupage.ui:230
#, fuzzy
msgctxt "optlingupage|moredictslink"
msgid "Get more dictionaries online..."
msgstr "Meer woordeboeke aanlyn..."
-#: optlingupage.ui:262
+#: cui/uiconfig/ui/optlingupage.ui:262
#, fuzzy
msgctxt "optlingupage|linguoptionsedit"
msgid "Edi_t..."
msgstr "Redigeer..."
-#: optlingupage.ui:270
+#: cui/uiconfig/ui/optlingupage.ui:270
#, fuzzy
msgctxt "optlingupage|linguoptionsedit-atkobject"
msgid "Edit Options"
msgstr "Drukopsies"
-#: optlingupage.ui:296
+#: cui/uiconfig/ui/optlingupage.ui:296
#, fuzzy
msgctxt "optlingupage|label1"
msgid "Writing Aids"
msgstr "Skryfhulpmiddels"
-#: optnewdictionarydialog.ui:9
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:8
msgctxt "optnewdictionarydialog|OptNewDictionaryDialog"
msgid "New Dictionary"
msgstr ""
-#: optnewdictionarydialog.ui:121
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:112
#, fuzzy
msgctxt "optnewdictionarydialog|name_label"
msgid "_Name:"
msgstr "Naam"
-#: optnewdictionarydialog.ui:135
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:126
#, fuzzy
msgctxt "optnewdictionarydialog|language_label"
msgid "_Language:"
msgstr "Taal"
-#: optnewdictionarydialog.ui:146
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:138
msgctxt "optnewdictionarydialog|except"
msgid "_Exception (-)"
msgstr ""
-#: optnewdictionarydialog.ui:168
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:177
#, fuzzy
msgctxt "optnewdictionarydialog|label1"
msgid "Dictionary"
msgstr "Woordeboeke"
-#: optonlineupdatepage.ui:28
+#: cui/uiconfig/ui/optonlineupdatepage.ui:28
msgctxt "optonlineupdatepage|autocheck"
msgid "_Check for updates automatically"
msgstr ""
-#: optonlineupdatepage.ui:54
+#: cui/uiconfig/ui/optonlineupdatepage.ui:54
msgctxt "optonlineupdatepage|everyday"
msgid "Every da_y"
msgstr ""
-#: optonlineupdatepage.ui:71
+#: cui/uiconfig/ui/optonlineupdatepage.ui:71
msgctxt "optonlineupdatepage|everyweek"
msgid "Every _week"
msgstr ""
-#: optonlineupdatepage.ui:87
+#: cui/uiconfig/ui/optonlineupdatepage.ui:87
msgctxt "optonlineupdatepage|everymonth"
msgid "Every _month"
msgstr ""
-#: optonlineupdatepage.ui:114
+#: cui/uiconfig/ui/optonlineupdatepage.ui:114
msgctxt "optonlineupdatepage|lastchecked"
msgid "Last checked: %DATE%, %TIME%"
msgstr ""
-#: optonlineupdatepage.ui:125
+#: cui/uiconfig/ui/optonlineupdatepage.ui:125
msgctxt "optonlineupdatepage|checknow"
msgid "Check _Now"
msgstr ""
-#: optonlineupdatepage.ui:140
+#: cui/uiconfig/ui/optonlineupdatepage.ui:140
msgctxt "optonlineupdatepage|autodownload"
msgid "_Download updates automatically"
msgstr ""
-#: optonlineupdatepage.ui:172
+#: cui/uiconfig/ui/optonlineupdatepage.ui:172
msgctxt "optonlineupdatepage|destpathlabel"
msgid "Download destination:"
msgstr ""
-#: optonlineupdatepage.ui:182
+#: cui/uiconfig/ui/optonlineupdatepage.ui:182
#, fuzzy
msgctxt "optonlineupdatepage|changepath"
msgid "Ch_ange..."
msgstr "&Verander..."
-#: optonlineupdatepage.ui:220
+#: cui/uiconfig/ui/optonlineupdatepage.ui:220
msgctxt "optonlineupdatepage|extrabits"
msgid "_Send OS version and basic hardware information"
msgstr ""
-#: optonlineupdatepage.ui:224
+#: cui/uiconfig/ui/optonlineupdatepage.ui:224
msgctxt "optonlineupdatepage|extrabits|tooltip_text"
msgid "This information lets us make optimizations for your hardware and operating system."
msgstr ""
-#: optonlineupdatepage.ui:244
+#: cui/uiconfig/ui/optonlineupdatepage.ui:244
msgctxt "optonlineupdatepage|useragent_label"
msgid "User Agent:"
msgstr ""
-#: optonlineupdatepage.ui:256
+#: cui/uiconfig/ui/optonlineupdatepage.ui:256
msgctxt "optonlineupdatepage|useragent_changed"
msgid "Hit apply to update"
msgstr ""
-#: optonlineupdatepage.ui:288
+#: cui/uiconfig/ui/optonlineupdatepage.ui:288
msgctxt "optonlineupdatepage|neverchecked"
msgid "Last checked: Not yet"
msgstr ""
-#: optonlineupdatepage.ui:305
+#: cui/uiconfig/ui/optonlineupdatepage.ui:305
msgctxt "optonlineupdatepage|label1"
msgid "Online Update Options"
msgstr ""
-#: optopenclpage.ui:30
+#: cui/uiconfig/ui/optopenclpage.ui:30
msgctxt "optopenclpage|useswinterpreter"
msgid "Allow use of Software Interpreter (even when OpenCL is not available)"
msgstr ""
-#: optopenclpage.ui:46
+#: cui/uiconfig/ui/optopenclpage.ui:46
msgctxt "optopenclpage|useopencl"
msgid "Allow use of OpenCL"
msgstr ""
-#: optopenclpage.ui:64
+#: cui/uiconfig/ui/optopenclpage.ui:64
msgctxt "optopenclpage|openclused"
msgid "OpenCL is available for use."
msgstr ""
-#: optopenclpage.ui:76
+#: cui/uiconfig/ui/optopenclpage.ui:76
msgctxt "optopenclpage|openclnotused"
msgid "OpenCL is not used."
msgstr ""
-#: optopenclpage.ui:92
+#: cui/uiconfig/ui/optopenclpage.ui:92
msgctxt "optopenclpage|label1"
msgid "OpenCL Options"
msgstr ""
-#: optpathspage.ui:40
+#: cui/uiconfig/ui/optpathspage.ui:40
msgctxt "optpathspage|type"
msgid "Type"
msgstr "Soort"
-#: optpathspage.ui:53
+#: cui/uiconfig/ui/optpathspage.ui:53
msgctxt "optpathspage|path"
msgid "Path"
msgstr "Pad"
-#: optpathspage.ui:66
+#: cui/uiconfig/ui/optpathspage.ui:66
msgctxt "optpathspage|editpaths"
msgid "Edit Paths: %1"
msgstr ""
-#: optpathspage.ui:116
+#: cui/uiconfig/ui/optpathspage.ui:116
msgctxt "optpathspage|label1"
msgid "Paths used by %PRODUCTNAME"
msgstr ""
-#: optpathspage.ui:137
+#: cui/uiconfig/ui/optpathspage.ui:137
#, fuzzy
msgctxt "optpathspage|default"
msgid "_Default"
msgstr "Verstek"
-#: optpathspage.ui:151
+#: cui/uiconfig/ui/optpathspage.ui:151
#, fuzzy
msgctxt "optpathspage|edit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: optproxypage.ui:32
+#: cui/uiconfig/ui/optproxypage.ui:32
msgctxt "optproxypage|label2"
msgid "Proxy s_erver:"
msgstr ""
-#: optproxypage.ui:138
+#: cui/uiconfig/ui/optproxypage.ui:137
msgctxt "optproxypage|proxymode"
msgid "None"
msgstr "Geen"
-#: optproxypage.ui:139
+#: cui/uiconfig/ui/optproxypage.ui:138
msgctxt "optproxypage|proxymode"
msgid "System"
msgstr "Stelsel"
-#: optproxypage.ui:140
+#: cui/uiconfig/ui/optproxypage.ui:139
msgctxt "optproxypage|proxymode"
msgid "Manual"
msgstr "Handmatig"
-#: optproxypage.ui:153
+#: cui/uiconfig/ui/optproxypage.ui:152
msgctxt "optproxypage|httpft"
msgid "HT_TP proxy:"
msgstr ""
-#: optproxypage.ui:166
+#: cui/uiconfig/ui/optproxypage.ui:165
msgctxt "optproxypage|httpportft"
msgid "_Port:"
msgstr ""
-#: optproxypage.ui:180
+#: cui/uiconfig/ui/optproxypage.ui:179
msgctxt "optproxypage|httpsft"
msgid "HTTP_S proxy:"
msgstr ""
-#: optproxypage.ui:194
+#: cui/uiconfig/ui/optproxypage.ui:193
msgctxt "optproxypage|ftpft"
msgid "_FTP proxy:"
msgstr ""
-#: optproxypage.ui:208
+#: cui/uiconfig/ui/optproxypage.ui:207
msgctxt "optproxypage|noproxyft"
msgid "_No proxy for:"
msgstr ""
-#: optproxypage.ui:221
+#: cui/uiconfig/ui/optproxypage.ui:220
msgctxt "optproxypage|httpsportft"
msgid "P_ort:"
msgstr ""
-#: optproxypage.ui:234
+#: cui/uiconfig/ui/optproxypage.ui:233
msgctxt "optproxypage|ftpportft"
msgid "P_ort:"
msgstr ""
-#: optproxypage.ui:248
+#: cui/uiconfig/ui/optproxypage.ui:247
#, fuzzy
msgctxt "optproxypage|noproxydesc"
msgid "Separator ;"
msgstr "Skeier"
-#: optproxypage.ui:270
+#: cui/uiconfig/ui/optproxypage.ui:269
#, fuzzy
msgctxt "optproxypage|label1"
msgid "Settings"
msgstr "Instellings"
-#: optsavepage.ui:36
+#: cui/uiconfig/ui/optsavepage.ui:36
msgctxt "optsavepage|load_docprinter"
msgid "Load printer settings with the document"
msgstr ""
-#: optsavepage.ui:52
+#: cui/uiconfig/ui/optsavepage.ui:52
msgctxt "optsavepage|load_settings"
msgid "Load user-specific settings with the document"
msgstr ""
-#: optsavepage.ui:74
+#: cui/uiconfig/ui/optsavepage.ui:74
#, fuzzy
msgctxt "optsavepage|label1"
msgid "Load"
msgstr "Laai"
-#: optsavepage.ui:111
+#: cui/uiconfig/ui/optsavepage.ui:111
msgctxt "optsavepage|autosave"
msgid "Save _AutoRecovery information every:"
msgstr ""
-#: optsavepage.ui:140
+#: cui/uiconfig/ui/optsavepage.ui:139
#, fuzzy
msgctxt "optsavepage|autosave_mins"
msgid "minutes"
msgstr "minuut"
-#: optsavepage.ui:155
+#: cui/uiconfig/ui/optsavepage.ui:154
msgctxt "optsavepage|userautosave"
msgid "Automatically save the document too"
msgstr ""
-#: optsavepage.ui:171
+#: cui/uiconfig/ui/optsavepage.ui:170
msgctxt "optsavepage|relative_fsys"
msgid "Save URLs relative to file system"
msgstr ""
-#: optsavepage.ui:186
+#: cui/uiconfig/ui/optsavepage.ui:185
msgctxt "optsavepage|docinfo"
msgid "_Edit document properties before saving"
msgstr ""
-#: optsavepage.ui:201
+#: cui/uiconfig/ui/optsavepage.ui:200
msgctxt "optsavepage|relative_inet"
msgid "Save URLs relative to internet"
msgstr ""
-#: optsavepage.ui:216
+#: cui/uiconfig/ui/optsavepage.ui:215
msgctxt "optsavepage|backup"
msgid "Al_ways create backup copy"
msgstr ""
-#: optsavepage.ui:237
+#: cui/uiconfig/ui/optsavepage.ui:236
#, fuzzy
msgctxt "optsavepage|label2"
msgid "Save"
msgstr "Golf"
-#: optsavepage.ui:269
+#: cui/uiconfig/ui/optsavepage.ui:268
msgctxt "optsavepage|warnalienformat"
msgid "Warn when not saving in ODF or default format"
msgstr ""
#. EN-US, the term 'extended' must not be translated.
-#: optsavepage.ui:293
+#: cui/uiconfig/ui/optsavepage.ui:292
msgctxt "optsavepage|odfwarning_label"
msgid "Not using ODF 1.2 Extended may cause information to be lost."
msgstr ""
-#: optsavepage.ui:323
+#: cui/uiconfig/ui/optsavepage.ui:322
msgctxt "optsavepage|odfversion"
msgid "1.0/1.1"
msgstr ""
-#: optsavepage.ui:324
+#: cui/uiconfig/ui/optsavepage.ui:323
msgctxt "optsavepage|odfversion"
msgid "1.2"
msgstr ""
-#: optsavepage.ui:325
+#: cui/uiconfig/ui/optsavepage.ui:324
msgctxt "optsavepage|odfversion"
msgid "1.2 Extended (compatibility mode)"
msgstr ""
-#: optsavepage.ui:326
+#: cui/uiconfig/ui/optsavepage.ui:325
msgctxt "optsavepage|odfversion"
msgid "1.2 Extended (recommended)"
msgstr ""
-#: optsavepage.ui:339
+#: cui/uiconfig/ui/optsavepage.ui:338
msgctxt "optsavepage|label5"
msgid "ODF format version:"
msgstr ""
-#: optsavepage.ui:353
+#: cui/uiconfig/ui/optsavepage.ui:352
msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#: optsavepage.ui:367
+#: cui/uiconfig/ui/optsavepage.ui:366
#, fuzzy
msgctxt "optsavepage|doctype"
msgid "Text document"
msgstr "Nuwe dokument"
-#: optsavepage.ui:368
+#: cui/uiconfig/ui/optsavepage.ui:367
msgctxt "optsavepage|doctype"
msgid "HTML document"
msgstr "HTML-dokument"
-#: optsavepage.ui:369
+#: cui/uiconfig/ui/optsavepage.ui:368
msgctxt "optsavepage|doctype"
msgid "Master document"
msgstr "Meesterdokument"
-#: optsavepage.ui:370
+#: cui/uiconfig/ui/optsavepage.ui:369
msgctxt "optsavepage|doctype"
msgid "Spreadsheet"
msgstr "Sigblad"
-#: optsavepage.ui:371
+#: cui/uiconfig/ui/optsavepage.ui:370
msgctxt "optsavepage|doctype"
msgid "Presentation"
msgstr "Voorlegging"
-#: optsavepage.ui:372
+#: cui/uiconfig/ui/optsavepage.ui:371
msgctxt "optsavepage|doctype"
msgid "Drawing"
msgstr "Tekening"
-#: optsavepage.ui:373
+#: cui/uiconfig/ui/optsavepage.ui:372
msgctxt "optsavepage|doctype"
msgid "Formula"
msgstr "Formule"
-#: optsavepage.ui:396
+#: cui/uiconfig/ui/optsavepage.ui:395
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
-#: optsavepage.ui:413
+#: cui/uiconfig/ui/optsavepage.ui:412
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
-#: optsecuritypage.ui:36
+#: cui/uiconfig/ui/optsecuritypage.ui:36
msgctxt "optsecuritypage|label9"
msgid "Maintain a list of Time Stamping Authority (TSA) URLs to be used for digital signatures in PDF export."
msgstr ""
-#: optsecuritypage.ui:49
+#: cui/uiconfig/ui/optsecuritypage.ui:49
msgctxt "optsecuritypage|tsas"
msgid "_TSAs..."
msgstr ""
-#: optsecuritypage.ui:71
+#: cui/uiconfig/ui/optsecuritypage.ui:71
msgctxt "optsecuritypage|label10"
msgid "TSAs"
msgstr ""
-#: optsecuritypage.ui:111
+#: cui/uiconfig/ui/optsecuritypage.ui:111
msgctxt "optsecuritypage|label7"
msgid "Select the Network Security Services certificate directory to use for digital signatures."
msgstr ""
-#: optsecuritypage.ui:124
+#: cui/uiconfig/ui/optsecuritypage.ui:124
msgctxt "optsecuritypage|cert"
msgid "_Certificate..."
msgstr ""
-#: optsecuritypage.ui:146
+#: cui/uiconfig/ui/optsecuritypage.ui:146
msgctxt "optsecuritypage|label8"
msgid "Certificate Path"
msgstr ""
-#: optsecuritypage.ui:186
+#: cui/uiconfig/ui/optsecuritypage.ui:186
msgctxt "optsecuritypage|label5"
msgid "Adjust the security level for executing macros and specify trusted macro developers."
msgstr ""
-#: optsecuritypage.ui:199
+#: cui/uiconfig/ui/optsecuritypage.ui:199
msgctxt "optsecuritypage|macro"
msgid "Macro Securit_y..."
msgstr ""
-#: optsecuritypage.ui:221
+#: cui/uiconfig/ui/optsecuritypage.ui:221
msgctxt "optsecuritypage|label3"
msgid "Macro Security"
msgstr ""
-#: optsecuritypage.ui:263
+#: cui/uiconfig/ui/optsecuritypage.ui:263
msgctxt "optsecuritypage|savepassword"
msgid "Persistently _save passwords for web connections"
msgstr ""
-#: optsecuritypage.ui:292
+#: cui/uiconfig/ui/optsecuritypage.ui:292
msgctxt "optsecuritypage|usemasterpassword"
msgid "Protected _by a master password (recommended)"
msgstr ""
-#: optsecuritypage.ui:313
+#: cui/uiconfig/ui/optsecuritypage.ui:313
msgctxt "optsecuritypage|masterpasswordtext"
msgid "Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
msgstr ""
-#: optsecuritypage.ui:330
+#: cui/uiconfig/ui/optsecuritypage.ui:330
msgctxt "optsecuritypage|nopasswordsave"
msgid ""
"Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\n"
@@ -9067,711 +9130,701 @@ msgid ""
"Do you want to delete password list and reset master password?"
msgstr ""
-#: optsecuritypage.ui:367
+#: cui/uiconfig/ui/optsecuritypage.ui:367
#, fuzzy
msgctxt "optsecuritypage|connections"
msgid "Connect_ions..."
msgstr "Besig om te koppel..."
-#: optsecuritypage.ui:384
+#: cui/uiconfig/ui/optsecuritypage.ui:384
msgctxt "optsecuritypage|masterpassword"
msgid "_Master Password..."
msgstr ""
-#: optsecuritypage.ui:415
+#: cui/uiconfig/ui/optsecuritypage.ui:415
msgctxt "optsecuritypage|label2"
msgid "Passwords for Web Connections"
msgstr ""
-#: optsecuritypage.ui:455
+#: cui/uiconfig/ui/optsecuritypage.ui:455
msgctxt "optsecuritypage|label4"
msgid "Adjust security related options and define warnings for hidden information in documents. "
msgstr ""
-#: optsecuritypage.ui:468
+#: cui/uiconfig/ui/optsecuritypage.ui:468
#, fuzzy
msgctxt "optsecuritypage|options"
msgid "O_ptions..."
msgstr "Opsies..."
-#: optsecuritypage.ui:490
+#: cui/uiconfig/ui/optsecuritypage.ui:490
msgctxt "optsecuritypage|label1"
msgid "Security Options and Warnings"
msgstr ""
-#: optuserpage.ui:12
+#: cui/uiconfig/ui/optuserpage.ui:12
msgctxt "optuserpage|liststore1"
msgid "No key"
msgstr ""
-#: optuserpage.ui:45
+#: cui/uiconfig/ui/optuserpage.ui:45
#, fuzzy
msgctxt "optuserpage|companyft"
msgid "_Company:"
msgstr "Maatskappy"
-#: optuserpage.ui:59
+#: cui/uiconfig/ui/optuserpage.ui:59
msgctxt "optuserpage|nameft"
msgid "First/last _name/initials:"
msgstr ""
-#: optuserpage.ui:73
+#: cui/uiconfig/ui/optuserpage.ui:73
#, fuzzy
msgctxt "optuserpage|streetft"
msgid "_Street:"
msgstr "Straat:"
-#: optuserpage.ui:87
+#: cui/uiconfig/ui/optuserpage.ui:87
msgctxt "optuserpage|cityft"
msgid "City/state/_zip:"
msgstr ""
-#: optuserpage.ui:101
+#: cui/uiconfig/ui/optuserpage.ui:101
#, fuzzy
msgctxt "optuserpage|countryft"
msgid "Country/re_gion:"
msgstr "LandOfStreek"
-#: optuserpage.ui:115
+#: cui/uiconfig/ui/optuserpage.ui:115
msgctxt "optuserpage|titleft"
msgid "_Title/position:"
msgstr ""
-#: optuserpage.ui:129
+#: cui/uiconfig/ui/optuserpage.ui:129
msgctxt "optuserpage|phoneft"
msgid "Telephone (home/_work):"
msgstr ""
-#: optuserpage.ui:134
+#: cui/uiconfig/ui/optuserpage.ui:134
msgctxt "phoneft-atkobject"
msgid "Home telephone number"
msgstr ""
-#: optuserpage.ui:148
+#: cui/uiconfig/ui/optuserpage.ui:148
msgctxt "optuserpage|faxft"
msgid "Fa_x/e-mail:"
msgstr ""
-#: optuserpage.ui:171
+#: cui/uiconfig/ui/optuserpage.ui:170
msgctxt "optuserpage|firstname-atkobject"
msgid "First name"
msgstr "Voornaam"
-#: optuserpage.ui:189
+#: cui/uiconfig/ui/optuserpage.ui:187
msgctxt "lastname-atkobject"
msgid "Last name"
msgstr "Van"
-#: optuserpage.ui:207
+#: cui/uiconfig/ui/optuserpage.ui:204
msgctxt "shortname-atkobject"
msgid "Initials"
msgstr "Voorletters"
-#: optuserpage.ui:236
+#: cui/uiconfig/ui/optuserpage.ui:232
msgctxt "city-atkobject"
msgid "City"
msgstr "Stad"
-#: optuserpage.ui:254
+#: cui/uiconfig/ui/optuserpage.ui:249
#, fuzzy
msgctxt "state-atkobject"
msgid "State"
msgstr "Provinsie"
-#: optuserpage.ui:272
+#: cui/uiconfig/ui/optuserpage.ui:266
msgctxt "zip-atkobject"
msgid "Zip code"
msgstr "Poskode"
-#: optuserpage.ui:302
+#: cui/uiconfig/ui/optuserpage.ui:295
msgctxt "title-atkobject"
msgid "Title"
msgstr "Titel"
-#: optuserpage.ui:320
+#: cui/uiconfig/ui/optuserpage.ui:312
msgctxt "position-atkobject"
msgid "Position"
msgstr "Posisie"
-#: optuserpage.ui:349
+#: cui/uiconfig/ui/optuserpage.ui:340
msgctxt "home-atkobject"
msgid "Home telephone number"
msgstr ""
-#: optuserpage.ui:367
+#: cui/uiconfig/ui/optuserpage.ui:357
msgctxt "work-atkobject"
msgid "Work telephone number"
msgstr ""
-#: optuserpage.ui:397
+#: cui/uiconfig/ui/optuserpage.ui:386
msgctxt "fax-atkobject"
msgid "FAX number"
msgstr ""
-#: optuserpage.ui:415
+#: cui/uiconfig/ui/optuserpage.ui:403
#, fuzzy
msgctxt "email-atkobject"
msgid "email address"
msgstr "E-posadres"
-#: optuserpage.ui:432
+#: cui/uiconfig/ui/optuserpage.ui:420
msgctxt "optuserpage|usefordocprop"
msgid "Use data for document properties"
msgstr ""
-#: optuserpage.ui:449
+#: cui/uiconfig/ui/optuserpage.ui:438
msgctxt "optuserpage|rusnameft"
msgid "Last name/first _name/father’s name/initials:"
msgstr ""
-#: optuserpage.ui:472
+#: cui/uiconfig/ui/optuserpage.ui:460
msgctxt "ruslastname-atkobject"
msgid "Last name"
msgstr "Van"
-#: optuserpage.ui:490
+#: cui/uiconfig/ui/optuserpage.ui:477
msgctxt "rusfathersname-atkobject"
msgid "Father's name"
msgstr ""
-#: optuserpage.ui:508
+#: cui/uiconfig/ui/optuserpage.ui:494
msgctxt "russhortname-atkobject"
msgid "Initials"
msgstr "Voorletters"
-#: optuserpage.ui:526
+#: cui/uiconfig/ui/optuserpage.ui:511
msgctxt "rusfirstname-atkobject"
msgid "First name"
msgstr "Voornaam"
-#: optuserpage.ui:546
+#: cui/uiconfig/ui/optuserpage.ui:531
msgctxt "optuserpage|eastnameft"
msgid "Last/first _name/initials:"
msgstr ""
-#: optuserpage.ui:569
+#: cui/uiconfig/ui/optuserpage.ui:553
msgctxt "eastlastname-atkobject"
msgid "Last name"
msgstr "Van"
-#: optuserpage.ui:587
+#: cui/uiconfig/ui/optuserpage.ui:570
msgctxt "eastfirstname-atkobject"
msgid "First name"
msgstr "Voornaam"
-#: optuserpage.ui:605
+#: cui/uiconfig/ui/optuserpage.ui:587
msgctxt "eastshortname-atkobject"
msgid "Initials"
msgstr "Voorletters"
-#: optuserpage.ui:625
+#: cui/uiconfig/ui/optuserpage.ui:607
msgctxt "optuserpage|russtreetft"
msgid "_Street/apartment number:"
msgstr ""
-#: optuserpage.ui:648
+#: cui/uiconfig/ui/optuserpage.ui:629
msgctxt "russtreet-atkobject"
msgid "Street"
msgstr "Straat"
-#: optuserpage.ui:666
+#: cui/uiconfig/ui/optuserpage.ui:646
msgctxt "ruslastname-atkobject"
msgid "Apartment number"
msgstr ""
-#: optuserpage.ui:686
+#: cui/uiconfig/ui/optuserpage.ui:666
msgctxt "optuserpage|icityft"
msgid "_Zip/city:"
msgstr ""
-#: optuserpage.ui:709
+#: cui/uiconfig/ui/optuserpage.ui:688
msgctxt "icity-atkobject"
msgid "City"
msgstr "Stad"
-#: optuserpage.ui:727
+#: cui/uiconfig/ui/optuserpage.ui:705
msgctxt "izip-atkobject"
msgid "Zip code"
msgstr "Poskode"
-#: optuserpage.ui:825
+#: cui/uiconfig/ui/optuserpage.ui:800
msgctxt "optuserpage|label1"
msgid "Address"
msgstr "Adres"
-#: optuserpage.ui:861
+#: cui/uiconfig/ui/optuserpage.ui:836
msgctxt "optuserpage|signingkeylabel"
msgid "OpenPGP signing key:"
msgstr ""
-#: optuserpage.ui:875
+#: cui/uiconfig/ui/optuserpage.ui:850
msgctxt "optuserpage|encryptionkeylabel"
msgid "OpenPGP encryption key:"
msgstr ""
-#: optuserpage.ui:908
+#: cui/uiconfig/ui/optuserpage.ui:885
msgctxt "optuserpage|encrypttoself"
msgid "When encrypting documents, always encrypt to self"
msgstr ""
-#: optuserpage.ui:930
+#: cui/uiconfig/ui/optuserpage.ui:909
msgctxt "optuserpage|cryptographylabel"
msgid "Cryptography"
msgstr ""
-#: optviewpage.ui:47
+#: cui/uiconfig/ui/optviewpage.ui:47
msgctxt "optviewpage|grid3|tooltip_text"
msgid "Requires restart"
msgstr ""
-#: optviewpage.ui:51
+#: cui/uiconfig/ui/optviewpage.ui:51
msgctxt "optviewpage|useaccel"
msgid "Use hard_ware acceleration"
msgstr ""
-#: optviewpage.ui:66
+#: cui/uiconfig/ui/optviewpage.ui:66
msgctxt "optviewpage|useaa"
msgid "Use anti-a_liasing"
msgstr ""
-#: optviewpage.ui:81
+#: cui/uiconfig/ui/optviewpage.ui:81
msgctxt "optviewpage|useopengl"
msgid "Use OpenGL for all rendering"
msgstr ""
-#: optviewpage.ui:95
+#: cui/uiconfig/ui/optviewpage.ui:96
msgctxt "optviewpage|forceopengl"
msgid "Ignore OpenGL blacklist"
msgstr ""
-#: optviewpage.ui:99
+#: cui/uiconfig/ui/optviewpage.ui:101
msgctxt "optviewpage|forceopengl|tooltip_text"
msgid "Requires restart. Enabling this may expose driver bugs"
msgstr ""
-#: optviewpage.ui:113
+#: cui/uiconfig/ui/optviewpage.ui:115
msgctxt "optviewpage|openglenabled"
msgid "GL is currently enabled."
msgstr ""
-#: optviewpage.ui:125
+#: cui/uiconfig/ui/optviewpage.ui:127
msgctxt "optviewpage|opengldisabled"
msgid "GL is currently disabled."
msgstr ""
-#: optviewpage.ui:141
+#: cui/uiconfig/ui/optviewpage.ui:143
msgctxt "optviewpage|label2"
msgid "Graphics Output"
msgstr ""
-#: optviewpage.ui:175
+#: cui/uiconfig/ui/optviewpage.ui:177
msgctxt "optviewpage|label13"
msgid "Icons in men_us:"
msgstr ""
-#: optviewpage.ui:189
+#: cui/uiconfig/ui/optviewpage.ui:191
msgctxt "optviewpage|contextmenushortcuts"
msgid "Automatic"
msgstr "Outomaties"
-#: optviewpage.ui:190
+#: cui/uiconfig/ui/optviewpage.ui:192
msgctxt "optviewpage|contextmenushortcuts"
msgid "Hide"
msgstr "Versteek"
-#: optviewpage.ui:191
+#: cui/uiconfig/ui/optviewpage.ui:193
msgctxt "optviewpage|contextmenushortcuts"
msgid "Show"
msgstr "Wys"
-#: optviewpage.ui:204
+#: cui/uiconfig/ui/optviewpage.ui:206
msgctxt "optviewpage|label10"
msgid "Shortcuts in context menus:"
msgstr ""
-#: optviewpage.ui:218
+#: cui/uiconfig/ui/optviewpage.ui:220
msgctxt "optviewpage|menuicons"
msgid "Automatic"
msgstr "Outomaties"
-#: optviewpage.ui:219
+#: cui/uiconfig/ui/optviewpage.ui:221
msgctxt "optviewpage|menuicons"
msgid "Hide"
msgstr "Versteek"
-#: optviewpage.ui:220
+#: cui/uiconfig/ui/optviewpage.ui:222
msgctxt "optviewpage|menuicons"
msgid "Show"
msgstr "Wys"
-#: optviewpage.ui:236
+#: cui/uiconfig/ui/optviewpage.ui:238
msgctxt "optviewpage|label3"
msgid "Menu"
msgstr ""
-#: optviewpage.ui:267
+#: cui/uiconfig/ui/optviewpage.ui:269
msgctxt "optviewpage|showfontpreview"
msgid "Show p_review of fonts"
msgstr ""
-#: optviewpage.ui:288
+#: cui/uiconfig/ui/optviewpage.ui:290
msgctxt "optviewpage|label5"
msgid "Font Lists"
msgstr ""
-#: optviewpage.ui:343
+#: cui/uiconfig/ui/optviewpage.ui:345
msgctxt "optviewpage|label8"
msgid "Toolbar icon _size:"
msgstr ""
-#: optviewpage.ui:358
+#: cui/uiconfig/ui/optviewpage.ui:360
msgctxt "optviewpage|iconstyle"
msgid "Automatic"
msgstr "Outomaties"
-#: optviewpage.ui:359
+#: cui/uiconfig/ui/optviewpage.ui:361
msgctxt "optviewpage|iconstyle"
msgid "Galaxy"
msgstr ""
-#: optviewpage.ui:360
+#: cui/uiconfig/ui/optviewpage.ui:362
#, fuzzy
msgctxt "optviewpage|iconstyle"
msgid "High Contrast"
msgstr "~Hoë kontras"
-#: optviewpage.ui:361
-msgctxt "optviewpage|iconstyle"
-msgid "Crystal"
-msgstr ""
-
-#: optviewpage.ui:362
+#: cui/uiconfig/ui/optviewpage.ui:363
#, fuzzy
msgctxt "optviewpage|iconstyle"
msgid "Tango"
msgstr "Sango"
-#: optviewpage.ui:363
+#: cui/uiconfig/ui/optviewpage.ui:364
msgctxt "optviewpage|iconstyle"
msgid "Oxygen"
msgstr ""
-#: optviewpage.ui:364
+#: cui/uiconfig/ui/optviewpage.ui:365
msgctxt "optviewpage|iconstyle"
msgid "Classic"
msgstr ""
-#: optviewpage.ui:365
+#: cui/uiconfig/ui/optviewpage.ui:366
msgctxt "optviewpage|iconstyle"
msgid "Sifr"
msgstr ""
-#: optviewpage.ui:366
+#: cui/uiconfig/ui/optviewpage.ui:367
msgctxt "optviewpage|iconstyle"
msgid "Breeze"
msgstr ""
-#: optviewpage.ui:367
-msgctxt "optviewpage|iconstyle"
-msgid "Tango Testing"
-msgstr ""
-
-#: optviewpage.ui:380
+#: cui/uiconfig/ui/optviewpage.ui:380
msgctxt "optviewpage|iconsize"
msgid "Automatic"
msgstr "Outomaties"
-#: optviewpage.ui:381
+#: cui/uiconfig/ui/optviewpage.ui:381
#, fuzzy
msgctxt "optviewpage|iconsize"
msgid "Small"
msgstr "Klein"
-#: optviewpage.ui:382
+#: cui/uiconfig/ui/optviewpage.ui:382
#, fuzzy
msgctxt "optviewpage|iconsize"
msgid "Large"
msgstr "Groot"
-#: optviewpage.ui:383
+#: cui/uiconfig/ui/optviewpage.ui:383
#, fuzzy
msgctxt "optviewpage|iconsize"
msgid "Extra Large"
msgstr "Ekstra groot"
-#: optviewpage.ui:396
+#: cui/uiconfig/ui/optviewpage.ui:396
msgctxt "optviewpage|label6"
msgid "Icon s_tyle:"
msgstr ""
-#: optviewpage.ui:407
+#: cui/uiconfig/ui/optviewpage.ui:407
msgctxt "optviewpage|aafont"
msgid "Screen font antialiasin_g"
msgstr ""
-#: optviewpage.ui:425
+#: cui/uiconfig/ui/optviewpage.ui:425
msgctxt "optviewpage|label9"
msgid "Sidebar _icon size:"
msgstr ""
-#: optviewpage.ui:439
+#: cui/uiconfig/ui/optviewpage.ui:439
msgctxt "optviewpage|sidebariconsize"
msgid "Automatic"
msgstr "Outomaties"
-#: optviewpage.ui:440
+#: cui/uiconfig/ui/optviewpage.ui:440
#, fuzzy
msgctxt "optviewpage|sidebariconsize"
msgid "Small"
msgstr "Klein"
-#: optviewpage.ui:441
+#: cui/uiconfig/ui/optviewpage.ui:441
#, fuzzy
msgctxt "optviewpage|sidebariconsize"
msgid "Large"
msgstr "Groot"
-#: optviewpage.ui:454
+#: cui/uiconfig/ui/optviewpage.ui:454
msgctxt "optviewpage|label7"
msgid "_Notebookbar icon size:"
msgstr ""
-#: optviewpage.ui:468
+#: cui/uiconfig/ui/optviewpage.ui:468
msgctxt "optviewpage|notebookbariconsize"
msgid "Automatic"
msgstr "Outomaties"
-#: optviewpage.ui:469
+#: cui/uiconfig/ui/optviewpage.ui:469
#, fuzzy
msgctxt "optviewpage|notebookbariconsize"
msgid "Small"
msgstr "Klein"
-#: optviewpage.ui:470
+#: cui/uiconfig/ui/optviewpage.ui:470
#, fuzzy
msgctxt "optviewpage|notebookbariconsize"
msgid "Large"
msgstr "Groot"
-#: optviewpage.ui:489
+#: cui/uiconfig/ui/optviewpage.ui:489
msgctxt "optviewpage|aafrom"
msgid "fro_m:"
msgstr ""
-#: optviewpage.ui:530
+#: cui/uiconfig/ui/optviewpage.ui:529
msgctxt "optviewpage|label1"
msgid "User Interface"
msgstr ""
-#: optviewpage.ui:567
+#: cui/uiconfig/ui/optviewpage.ui:566
msgctxt "optviewpage|label11"
msgid "Mouse _positioning:"
msgstr ""
-#: optviewpage.ui:581
+#: cui/uiconfig/ui/optviewpage.ui:580
msgctxt "optviewpage|label12"
msgid "Middle mouse _button:"
msgstr ""
-#: optviewpage.ui:597
+#: cui/uiconfig/ui/optviewpage.ui:596
msgctxt "optviewpage|mousepos"
msgid "Default button"
msgstr "Verstek knoppie"
-#: optviewpage.ui:598
+#: cui/uiconfig/ui/optviewpage.ui:597
msgctxt "optviewpage|mousepos"
msgid "Dialog center"
msgstr ""
-#: optviewpage.ui:599
+#: cui/uiconfig/ui/optviewpage.ui:598
msgctxt "optviewpage|mousepos"
msgid "No automatic positioning"
msgstr ""
-#: optviewpage.ui:614
+#: cui/uiconfig/ui/optviewpage.ui:613
#, fuzzy
msgctxt "optviewpage|mousemiddle"
msgid "No function"
msgstr "Voeg funksie by"
-#: optviewpage.ui:615
+#: cui/uiconfig/ui/optviewpage.ui:614
msgctxt "optviewpage|mousemiddle"
msgid "Automatic scrolling"
msgstr ""
-#: optviewpage.ui:616
+#: cui/uiconfig/ui/optviewpage.ui:615
msgctxt "optviewpage|mousemiddle"
msgid "Paste clipboard"
msgstr "Plak knipbord"
-#: optviewpage.ui:632
+#: cui/uiconfig/ui/optviewpage.ui:631
msgctxt "optviewpage|label4"
msgid "Mouse"
msgstr ""
-#: pageformatpage.ui:15
+#: cui/uiconfig/ui/pageformatpage.ui:15
msgctxt "pageformatpage|liststorePageLayout"
msgid "Right and left"
msgstr ""
-#: pageformatpage.ui:19
+#: cui/uiconfig/ui/pageformatpage.ui:19
msgctxt "pageformatpage|liststorePageLayout"
msgid "Mirrored"
msgstr "Spieëlbeeld"
-#: pageformatpage.ui:23
+#: cui/uiconfig/ui/pageformatpage.ui:23
msgctxt "pageformatpage|liststorePageLayout"
msgid "Only right"
msgstr ""
-#: pageformatpage.ui:27
+#: cui/uiconfig/ui/pageformatpage.ui:27
msgctxt "pageformatpage|liststorePageLayout"
msgid "Only left"
msgstr ""
-#: pageformatpage.ui:72
+#: cui/uiconfig/ui/pageformatpage.ui:72
#, fuzzy
msgctxt "pageformatpage|labelFormat"
msgid "_Format:"
msgstr "Formaat"
-#: pageformatpage.ui:96
+#: cui/uiconfig/ui/pageformatpage.ui:96
#, fuzzy
msgctxt "pageformatpage|labelWidth"
msgid "_Width:"
msgstr "Wydte"
-#: pageformatpage.ui:123
+#: cui/uiconfig/ui/pageformatpage.ui:122
#, fuzzy
msgctxt "pageformatpage|labelHeight"
msgid "_Height:"
msgstr "Hoogte"
-#: pageformatpage.ui:149
+#: cui/uiconfig/ui/pageformatpage.ui:147
#, fuzzy
msgctxt "pageformatpage|labelOrientation"
msgid "_Orientation:"
msgstr "Oriëntasie"
-#: pageformatpage.ui:161
+#: cui/uiconfig/ui/pageformatpage.ui:159
#, fuzzy
msgctxt "pageformatpage|radiobuttonPortrait"
msgid "_Portrait"
msgstr "Regop"
-#: pageformatpage.ui:182
+#: cui/uiconfig/ui/pageformatpage.ui:180
#, fuzzy
msgctxt "pageformatpage|radiobuttonLandscape"
msgid "L_andscape"
msgstr "Landskap"
-#: pageformatpage.ui:205
+#: cui/uiconfig/ui/pageformatpage.ui:203
#, fuzzy
msgctxt "pageformatpage|labelTextFlow"
msgid "_Text direction:"
msgstr "Teksrigting"
-#: pageformatpage.ui:266
+#: cui/uiconfig/ui/pageformatpage.ui:264
#, fuzzy
msgctxt "pageformatpage|labelPaperTray"
msgid "Paper _tray:"
msgstr "Papierlaai"
-#: pageformatpage.ui:302
+#: cui/uiconfig/ui/pageformatpage.ui:300
#, fuzzy
msgctxt "pageformatpage|labelPaperFormat"
msgid "Paper Format"
msgstr "Bladsyformaat"
-#: pageformatpage.ui:346
+#: cui/uiconfig/ui/pageformatpage.ui:344
#, fuzzy
msgctxt "pageformatpage|labelTopMargin"
msgid "Top:"
msgstr "Bokant"
-#: pageformatpage.ui:360
+#: cui/uiconfig/ui/pageformatpage.ui:358
#, fuzzy
msgctxt "pageformatpage|labelBottomMargin"
msgid "Bottom:"
msgstr "Onderkant"
-#: pageformatpage.ui:423
+#: cui/uiconfig/ui/pageformatpage.ui:417
#, fuzzy
msgctxt "pageformatpage|labelRightMargin"
msgid "Right:"
msgstr "Hoogte"
-#: pageformatpage.ui:437
+#: cui/uiconfig/ui/pageformatpage.ui:431
msgctxt "pageformatpage|labelOuter"
msgid "O_uter:"
msgstr ""
-#: pageformatpage.ui:463
+#: cui/uiconfig/ui/pageformatpage.ui:457
#, fuzzy
msgctxt "pageformatpage|labelLeftMargin"
msgid "Left:"
msgstr "Links"
-#: pageformatpage.ui:477
+#: cui/uiconfig/ui/pageformatpage.ui:471
msgctxt "pageformatpage|labelInner"
msgid "I_nner:"
msgstr ""
-#: pageformatpage.ui:502
+#: cui/uiconfig/ui/pageformatpage.ui:496
msgctxt "pageformatpage|labelMargins"
msgid "Margins"
msgstr "Kantlyne"
-#: pageformatpage.ui:539
+#: cui/uiconfig/ui/pageformatpage.ui:533
msgctxt "pageformatpage|labelPageLayout"
msgid "_Page layout:"
msgstr ""
-#: pageformatpage.ui:554
+#: cui/uiconfig/ui/pageformatpage.ui:548
#, fuzzy
msgctxt "pageformatpage|label4"
msgid "Page numbers:"
msgstr "Bladsynommers"
-#: pageformatpage.ui:566
+#: cui/uiconfig/ui/pageformatpage.ui:560
#, fuzzy
msgctxt "pageformatpage|checkRegisterTrue"
msgid "Register-tr_ue"
msgstr "Register-getrou"
-#: pageformatpage.ui:606
+#: cui/uiconfig/ui/pageformatpage.ui:600
msgctxt "pageformatpage|labelTblAlign"
msgid "Table alignment:"
msgstr ""
-#: pageformatpage.ui:618
+#: cui/uiconfig/ui/pageformatpage.ui:612
#, fuzzy
msgctxt "pageformatpage|checkbuttonHorz"
msgid "Hori_zontal"
msgstr "Horisontaal"
-#: pageformatpage.ui:633
+#: cui/uiconfig/ui/pageformatpage.ui:627
#, fuzzy
msgctxt "pageformatpage|checkbuttonVert"
msgid "_Vertical"
msgstr "Vertikaal"
-#: pageformatpage.ui:648
+#: cui/uiconfig/ui/pageformatpage.ui:642
msgctxt "pageformatpage|checkAdaptBox"
msgid "_Fit object to paper format"
msgstr ""
-#: pageformatpage.ui:679
+#: cui/uiconfig/ui/pageformatpage.ui:673
msgctxt "pageformatpage|labelRegisterStyle"
msgid "Reference _Style:"
msgstr ""
-#: pageformatpage.ui:721
+#: cui/uiconfig/ui/pageformatpage.ui:715
msgctxt "pageformatpage|label5"
msgid "Layout Settings"
msgstr ""
-#: pageformatpage.ui:742
+#: cui/uiconfig/ui/pageformatpage.ui:736
msgctxt "pageformatpage|labelMsg"
msgid ""
"The margin settings are out of print range.\n"
@@ -9779,2451 +9832,2560 @@ msgid ""
"Do you still want to apply these settings?"
msgstr ""
-#: paragalignpage.ui:15
-#: /home/cl/vc/git/libo-core/cui/uiconfig/ui/paragalignpage.ui:19
+#: cui/uiconfig/ui/paragalignpage.ui:15 cui/uiconfig/ui/paragalignpage.ui:19
msgctxt "paragalignpage|liststoreLB_LASTLINE"
msgid "Start"
msgstr "Begin"
-#: paragalignpage.ui:23
+#: cui/uiconfig/ui/paragalignpage.ui:23
msgctxt "paragalignpage|liststoreLB_LASTLINE"
msgid "Centered"
msgstr "Gesentreer"
-#: paragalignpage.ui:27
+#: cui/uiconfig/ui/paragalignpage.ui:27
msgctxt "paragalignpage|liststoreLB_LASTLINE"
msgid "Justified"
msgstr "Alkantbelyn"
-#: paragalignpage.ui:41
+#: cui/uiconfig/ui/paragalignpage.ui:41
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Automatic"
msgstr "Outomaties"
-#: paragalignpage.ui:45
+#: cui/uiconfig/ui/paragalignpage.ui:45
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Base line"
msgstr "Basislyn"
-#: paragalignpage.ui:49
+#: cui/uiconfig/ui/paragalignpage.ui:49
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Top"
msgstr "Bokant"
-#: paragalignpage.ui:53
+#: cui/uiconfig/ui/paragalignpage.ui:53
#, fuzzy
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Middle"
msgstr "Middel"
-#: paragalignpage.ui:57
+#: cui/uiconfig/ui/paragalignpage.ui:57
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Bottom"
msgstr "Onderkant"
-#: paragalignpage.ui:85
+#: cui/uiconfig/ui/paragalignpage.ui:85
msgctxt "paragalignpage|drawingareaWN_EXAMPLE-atkobject"
msgid "Example"
msgstr "Voorbeeld"
-#: paragalignpage.ui:120
+#: cui/uiconfig/ui/paragalignpage.ui:120
#, fuzzy
msgctxt "paragalignpage|radioBTN_LEFTALIGN"
msgid "_Left"
msgstr "Links"
-#: paragalignpage.ui:136
+#: cui/uiconfig/ui/paragalignpage.ui:136
#, fuzzy
msgctxt "paragalignpage|radioBTN_RIGHTALIGN"
msgid "_Right"
msgstr "Hoogte"
-#: paragalignpage.ui:152
+#: cui/uiconfig/ui/paragalignpage.ui:152
#, fuzzy
msgctxt "paragalignpage|radioBTN_CENTERALIGN"
msgid "_Center"
msgstr "Sentreer"
-#: paragalignpage.ui:169
+#: cui/uiconfig/ui/paragalignpage.ui:169
#, fuzzy
msgctxt "paragalignpage|radioBTN_JUSTIFYALIGN"
msgid "_Justified"
msgstr "Alkantbelyn"
-#: paragalignpage.ui:185
+#: cui/uiconfig/ui/paragalignpage.ui:185
msgctxt "paragalignpage|checkCB_EXPAND"
msgid "_Expand single word"
msgstr ""
-#: paragalignpage.ui:202
+#: cui/uiconfig/ui/paragalignpage.ui:202
msgctxt "paragalignpage|checkCB_SNAP"
msgid "_Snap to text grid (if active)"
msgstr ""
-#: paragalignpage.ui:233
+#: cui/uiconfig/ui/paragalignpage.ui:233
msgctxt "paragalignpage|labelLB_LASTLINE"
msgid "_Last line:"
msgstr ""
-#: paragalignpage.ui:277
+#: cui/uiconfig/ui/paragalignpage.ui:277
#, fuzzy
msgctxt "paragalignpage|labelST_RIGHTALIGN_ASIAN"
msgid "Righ_t/Bottom"
msgstr "Regs onder"
-#: paragalignpage.ui:290
+#: cui/uiconfig/ui/paragalignpage.ui:290
msgctxt "paragalignpage|labelST_LEFTALIGN_ASIAN"
msgid "_Left/Top"
msgstr ""
-#: paragalignpage.ui:313
+#: cui/uiconfig/ui/paragalignpage.ui:313
msgctxt "paragalignpage|label1"
msgid "Options"
msgstr "Opsies"
-#: paragalignpage.ui:347
+#: cui/uiconfig/ui/paragalignpage.ui:347
#, fuzzy
msgctxt "paragalignpage|labelFT_VERTALIGN"
msgid "_Alignment:"
msgstr "Belyning"
-#: paragalignpage.ui:378
+#: cui/uiconfig/ui/paragalignpage.ui:378
msgctxt "paragalignpage|labelFL_VERTALIGN"
msgid "Text-to-text"
msgstr ""
-#: paragalignpage.ui:412
+#: cui/uiconfig/ui/paragalignpage.ui:412
#, fuzzy
msgctxt "paragalignpage|label2"
msgid "_Text direction:"
msgstr "Teksrigting"
-#: paragalignpage.ui:444
+#: cui/uiconfig/ui/paragalignpage.ui:444
msgctxt "paragalignpage|labelFL_PROPERTIES"
msgid "Properties"
msgstr "Eienskappe"
-#: paraindentspacing.ui:37
+#: cui/uiconfig/ui/paraindentspacing.ui:37
#, fuzzy
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Single"
msgstr "Enkel"
-#: paraindentspacing.ui:41
+#: cui/uiconfig/ui/paraindentspacing.ui:41
#, fuzzy
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "1.15 Lines"
msgstr "1,5 reëls"
-#: paraindentspacing.ui:45
+#: cui/uiconfig/ui/paraindentspacing.ui:45
#, fuzzy
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "1.5 Lines"
msgstr "1,5 reëls"
-#: paraindentspacing.ui:49
+#: cui/uiconfig/ui/paraindentspacing.ui:49
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Double"
msgstr "Dubbel"
-#: paraindentspacing.ui:53
+#: cui/uiconfig/ui/paraindentspacing.ui:53
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Proportional"
msgstr "Proporsioneel"
-#: paraindentspacing.ui:57
+#: cui/uiconfig/ui/paraindentspacing.ui:57
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "At least"
msgstr ""
-#: paraindentspacing.ui:61
+#: cui/uiconfig/ui/paraindentspacing.ui:61
#, fuzzy
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Leading"
msgstr "Opskrif"
-#: paraindentspacing.ui:91
+#: cui/uiconfig/ui/paraindentspacing.ui:91
msgctxt "paraindentspacing|drawingareaWN_EXAMPLE-atkobject"
msgid "Example"
msgstr "Voorbeeld"
-#: paraindentspacing.ui:129
+#: cui/uiconfig/ui/paraindentspacing.ui:129
msgctxt "paraindentspacing|labelFT_LEFTINDENT"
msgid "_Before text:"
msgstr ""
-#: paraindentspacing.ui:143
+#: cui/uiconfig/ui/paraindentspacing.ui:143
msgctxt "paraindentspacing|labelFT_RIGHTINDENT"
msgid "After _text:"
msgstr ""
-#: paraindentspacing.ui:157
+#: cui/uiconfig/ui/paraindentspacing.ui:157
#, fuzzy
msgctxt "paraindentspacing|labelFT_FLINEINDENT"
msgid "_First line:"
msgstr "Eerste reël "
-#: paraindentspacing.ui:169
+#: cui/uiconfig/ui/paraindentspacing.ui:169
#, fuzzy
msgctxt "paraindentspacing|checkCB_AUTO"
msgid "_Automatic"
msgstr "Outomaties"
-#: paraindentspacing.ui:221
+#: cui/uiconfig/ui/paraindentspacing.ui:218
msgctxt "paraindentspacing|labelST_LINEDIST_ABS"
msgid "Fixed"
msgstr "Vaste"
-#: paraindentspacing.ui:236
+#: cui/uiconfig/ui/paraindentspacing.ui:233
msgctxt "paraindentspacing|label1"
msgid "Indent"
msgstr "Inkeep"
-#: paraindentspacing.ui:276
+#: cui/uiconfig/ui/paraindentspacing.ui:273
#, fuzzy
msgctxt "paraindentspacing|labelFT_TOPDIST"
msgid "Ab_ove paragraph:"
msgstr "Skuif paragrawe"
-#: paraindentspacing.ui:290
+#: cui/uiconfig/ui/paraindentspacing.ui:287
msgctxt "paraindentspacing|labelFT_BOTTOMDIST"
msgid "Below _paragraph:"
msgstr ""
-#: paraindentspacing.ui:333
+#: cui/uiconfig/ui/paraindentspacing.ui:328
msgctxt "paraindentspacing|checkCB_CONTEXTUALSPACING"
msgid "Don't add space between paragraphs of the same style"
msgstr ""
-#: paraindentspacing.ui:354
+#: cui/uiconfig/ui/paraindentspacing.ui:350
msgctxt "paraindentspacing|labelFL_VERTALIGN"
msgid "Spacing"
msgstr "Spasiëring"
-#: paraindentspacing.ui:404
+#: cui/uiconfig/ui/paraindentspacing.ui:400
msgctxt "paraindentspacing|labelFT_LINEDIST"
msgid "of"
msgstr "van"
-#: paraindentspacing.ui:464
+#: cui/uiconfig/ui/paraindentspacing.ui:458
#, fuzzy
msgctxt "paraindentspacing|labelFL_PROPERTIES"
msgid "Line Spacing"
msgstr "Reëlspasiëring"
-#: paraindentspacing.ui:489
+#: cui/uiconfig/ui/paraindentspacing.ui:483
msgctxt "paraindentspacing|checkCB_REGISTER"
msgid "A_ctivate"
msgstr ""
-#: paraindentspacing.ui:503
+#: cui/uiconfig/ui/paraindentspacing.ui:497
msgctxt "paraindentspacing|label3"
msgid "Register-true"
msgstr "Register-getrou"
-#: paratabspage.ui:49
+#: cui/uiconfig/ui/paratabspage.ui:49
msgctxt "paratabspage|label1"
msgid "Position"
msgstr "Posisie"
-#: paratabspage.ui:84
+#: cui/uiconfig/ui/paratabspage.ui:84
#, fuzzy
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_DECIMAL"
msgid "Deci_mal"
msgstr "Desimaal"
-#: paratabspage.ui:157
+#: cui/uiconfig/ui/paratabspage.ui:156
#, fuzzy
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_LEFT"
msgid "_Left"
msgstr "Links"
-#: paratabspage.ui:174
+#: cui/uiconfig/ui/paratabspage.ui:173
msgctxt "paratabspage|radiobuttonST_LEFTTAB_ASIAN"
msgid "_Left/Top"
msgstr ""
-#: paratabspage.ui:201
+#: cui/uiconfig/ui/paratabspage.ui:200
#, fuzzy
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_RIGHT"
msgid "Righ_t"
msgstr "Hoogte"
-#: paratabspage.ui:217
+#: cui/uiconfig/ui/paratabspage.ui:216
#, fuzzy
msgctxt "paratabspage|radiobuttonST_RIGHTTAB_ASIAN"
msgid "Righ_t/Bottom"
msgstr "Regs onder"
-#: paratabspage.ui:239
+#: cui/uiconfig/ui/paratabspage.ui:238
#, fuzzy
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_CENTER"
msgid "C_entered"
msgstr "Gesentreer"
-#: paratabspage.ui:263
+#: cui/uiconfig/ui/paratabspage.ui:262
#, fuzzy
msgctxt "paratabspage|labelFT_TABTYPE_DECCHAR"
msgid "_Character"
msgstr "Karakters:"
-#: paratabspage.ui:283
+#: cui/uiconfig/ui/paratabspage.ui:282
msgctxt "paratabspage|label2"
msgid "Type"
msgstr "Soort"
-#: paratabspage.ui:317
+#: cui/uiconfig/ui/paratabspage.ui:316
#, fuzzy
msgctxt "paratabspage|radiobuttonBTN_FILLCHAR_NO"
msgid "N_one"
msgstr "Geen"
-#: paratabspage.ui:385
+#: cui/uiconfig/ui/paratabspage.ui:384
#, fuzzy
msgctxt "paratabspage|radiobuttonBTN_FILLCHAR_OTHER"
msgid "C_haracter"
msgstr "Karakters:"
-#: paratabspage.ui:425
+#: cui/uiconfig/ui/paratabspage.ui:423
#, fuzzy
msgctxt "paratabspage|label3"
msgid "Fill Character"
msgstr "Eindkarakt~er"
-#: paratabspage.ui:463
+#: cui/uiconfig/ui/paratabspage.ui:461
msgctxt "paratabspage|buttonBTN_DELALL"
msgid "Delete _all"
msgstr ""
-#: paratabspage.ui:492
+#: cui/uiconfig/ui/paratabspage.ui:490
msgctxt "paratabspage|label4"
msgid "points"
msgstr ""
-#: paratabspage.ui:505
+#: cui/uiconfig/ui/paratabspage.ui:503
msgctxt "paratabspage|label5"
msgid "dashes"
msgstr ""
-#: paratabspage.ui:518
+#: cui/uiconfig/ui/paratabspage.ui:516
msgctxt "paratabspage|label6"
msgid "underscores"
msgstr ""
-#: password.ui:8
+#: cui/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Set Password"
msgstr ""
-#: password.ui:90
+#: cui/uiconfig/ui/password.ui:92
msgctxt "password|label5"
msgid "Confirm password"
msgstr ""
-#: password.ui:106
+#: cui/uiconfig/ui/password.ui:106
msgctxt "password|label4"
msgid "_Enter password to open"
msgstr ""
-#: password.ui:150
+#: cui/uiconfig/ui/password.ui:149
msgctxt "password|label1"
msgid "Note: After a password has been set, the document will only open with the password. Should you lose the password, there will be no way to recover the document. Please also note that this password is case-sensitive."
msgstr ""
-#: password.ui:185
+#: cui/uiconfig/ui/password.ui:183
msgctxt "password|readonly"
msgid "Open file read-only"
msgstr ""
-#: password.ui:204
+#: cui/uiconfig/ui/password.ui:200
msgctxt "password|label7"
msgid "Enter password to allow editing"
msgstr ""
-#: password.ui:234
+#: cui/uiconfig/ui/password.ui:228
msgctxt "password|label8"
msgid "Confirm password"
msgstr ""
-#: password.ui:267
+#: cui/uiconfig/ui/password.ui:260
msgctxt "password|label6"
msgid "File Sharing Password"
msgstr ""
-#: password.ui:279
+#: cui/uiconfig/ui/password.ui:272
#, fuzzy
msgctxt "password|label3"
msgid "_Options"
msgstr "Opsies"
-#: password.ui:299
+#: cui/uiconfig/ui/password.ui:290
msgctxt "password|label2"
msgid "File Encryption Password"
msgstr ""
-#: pastespecial.ui:7
+#: cui/uiconfig/ui/pastespecial.ui:16
msgctxt "pastespecial|PasteSpecialDialog"
msgid "Paste Special"
msgstr "Plak spesiaal"
-#: pastespecial.ui:87
+#: cui/uiconfig/ui/pastespecial.ui:100
#, fuzzy
msgctxt "pastespecial|label2"
msgid "Source:"
msgstr "Bron"
-#: pastespecial.ui:157
+#: cui/uiconfig/ui/pastespecial.ui:184
msgctxt "pastespecial|label1"
msgid "Selection"
msgstr "Seleksie"
-#: patterntabpage.ui:65
+#: cui/uiconfig/ui/patterntabpage.ui:65
#, fuzzy
msgctxt "patterntabpage|BTN_MODIFY"
msgid "_Modify"
msgstr "Wysig"
-#: patterntabpage.ui:92
+#: cui/uiconfig/ui/patterntabpage.ui:92
msgctxt "patterntabpage|label3"
msgid "Pattern"
msgstr "Patroon"
-#: patterntabpage.ui:135
+#: cui/uiconfig/ui/patterntabpage.ui:135
msgctxt "patterntabpage|label4"
msgid "Pattern Editor:"
msgstr ""
-#: patterntabpage.ui:151
+#: cui/uiconfig/ui/patterntabpage.ui:151
msgctxt "patterntabpage|CTL_PIXEL-atkobject"
msgid "Pattern Editor"
msgstr ""
-#: patterntabpage.ui:179
+#: cui/uiconfig/ui/patterntabpage.ui:179
msgctxt "patterntabpage|label5"
msgid "Foreground Color:"
msgstr ""
-#: patterntabpage.ui:217
+#: cui/uiconfig/ui/patterntabpage.ui:217
#, fuzzy
msgctxt "patterntabpage|label6"
msgid "Background Color:"
msgstr "Agtergrondkleur"
-#: patterntabpage.ui:252
+#: cui/uiconfig/ui/patterntabpage.ui:252
msgctxt "patterntabpage|label1"
msgid "Options"
msgstr "Opsies"
-#: patterntabpage.ui:295
+#: cui/uiconfig/ui/patterntabpage.ui:295
msgctxt "patterntabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "Voorbeeld"
-#: patterntabpage.ui:313
+#: cui/uiconfig/ui/patterntabpage.ui:313
msgctxt "patterntabpage|label2"
msgid "Preview"
msgstr "Voorskou"
-#: percentdialog.ui:13
+#: cui/uiconfig/ui/percentdialog.ui:14
#, fuzzy
msgctxt "percentdialog|PercentDialog"
msgid "Combine"
msgstr "Komb~ineer"
-#: percentdialog.ui:94
+#: cui/uiconfig/ui/percentdialog.ui:98
msgctxt "percentdialog|label1"
msgid "Minimum Size"
msgstr ""
-#: personalization_tab.ui:31
+#: cui/uiconfig/ui/personalization_tab.ui:31
msgctxt "personalization_tab|no_persona"
msgid "Default look, do not use Themes"
msgstr ""
-#: personalization_tab.ui:47
+#: cui/uiconfig/ui/personalization_tab.ui:48
msgctxt "personalization_tab|default_persona"
msgid "Pre-installed Theme (if available)"
msgstr ""
-#: personalization_tab.ui:119
+#: cui/uiconfig/ui/personalization_tab.ui:121
msgctxt "personalization_tab|own_persona"
msgid "Own Theme"
msgstr ""
-#: personalization_tab.ui:146
+#: cui/uiconfig/ui/personalization_tab.ui:149
#, fuzzy
msgctxt "personalization_tab|select_persona"
msgid "Select Theme"
msgstr "Selekteer teks"
-#: personalization_tab.ui:168
+#: cui/uiconfig/ui/personalization_tab.ui:171
msgctxt "personalization_tab|extensions_label"
msgid "Or, select from the Themes installed via extensions:"
msgstr ""
-#: personalization_tab.ui:220
+#: cui/uiconfig/ui/personalization_tab.ui:223
msgctxt "personalization_tab|personas_label"
msgid "Firefox Themes"
msgstr ""
-#: pickbulletpage.ui:34
+#: cui/uiconfig/ui/pickbulletpage.ui:34
msgctxt "pickbulletpage|label25"
msgid "Selection"
msgstr "Seleksie"
-#: pickgraphicpage.ui:45
+#: cui/uiconfig/ui/pickgraphicpage.ui:45
msgctxt "pickgraphicpage|errorft"
msgid "The Gallery theme 'Bullets' is empty (no images)."
msgstr ""
-#: pickgraphicpage.ui:57
+#: cui/uiconfig/ui/pickgraphicpage.ui:57
msgctxt "pickgraphicpage|browseBtn"
msgid "Add and Resize"
msgstr ""
-#: pickgraphicpage.ui:75
+#: cui/uiconfig/ui/pickgraphicpage.ui:75
msgctxt "pickgraphicpage|label25"
msgid "Selection"
msgstr "Seleksie"
-#: picknumberingpage.ui:34
+#: cui/uiconfig/ui/picknumberingpage.ui:34
msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Seleksie"
-#: pickoutlinepage.ui:34
+#: cui/uiconfig/ui/pickoutlinepage.ui:34
msgctxt "pickoutlinepage|label25"
msgid "Selection"
msgstr "Seleksie"
-#: positionpage.ui:57
+#: cui/uiconfig/ui/positionpage.ui:57
msgctxt "positionpage|superscript"
msgid "Superscript"
msgstr "Superskrif"
-#: positionpage.ui:73
+#: cui/uiconfig/ui/positionpage.ui:74
msgctxt "positionpage|normal"
msgid "Normal"
msgstr "Normaal"
-#: positionpage.ui:89
+#: cui/uiconfig/ui/positionpage.ui:91
msgctxt "positionpage|subscript"
msgid "Subscript"
msgstr "Subskrif"
-#: positionpage.ui:121
+#: cui/uiconfig/ui/positionpage.ui:124
#, fuzzy
msgctxt "positionpage|raiselower"
msgid "Raise/lower by"
msgstr "~Lig/laat sak met"
-#: positionpage.ui:157
+#: cui/uiconfig/ui/positionpage.ui:158
msgctxt "positionpage|automatic"
msgid "Automatic"
msgstr "Outomaties"
-#: positionpage.ui:173
+#: cui/uiconfig/ui/positionpage.ui:175
msgctxt "positionpage|relativefontsize"
msgid "Relative font size"
msgstr "Relatiewe fontgrootte"
-#: positionpage.ui:201
+#: cui/uiconfig/ui/positionpage.ui:203
msgctxt "positionpage|label20"
msgid "Position"
msgstr "Posisie"
-#: positionpage.ui:239
+#: cui/uiconfig/ui/positionpage.ui:241
msgctxt "positionpage|0deg"
msgid "0 degrees"
msgstr "0 grade"
-#: positionpage.ui:255
+#: cui/uiconfig/ui/positionpage.ui:258
msgctxt "positionpage|90deg"
msgid "90 degrees"
msgstr "90 grade"
-#: positionpage.ui:271
+#: cui/uiconfig/ui/positionpage.ui:275
msgctxt "positionpage|270deg"
msgid "270 degrees"
msgstr "270 grade"
-#: positionpage.ui:287
+#: cui/uiconfig/ui/positionpage.ui:292
msgctxt "positionpage|fittoline"
msgid "Fit to line"
msgstr "Pas aan by lyn"
-#: positionpage.ui:316
+#: cui/uiconfig/ui/positionpage.ui:322
#, fuzzy
msgctxt "positionpage|label24"
msgid "Scale width"
msgstr "Skaal~breedte"
-#: positionpage.ui:359
+#: cui/uiconfig/ui/positionpage.ui:364
#, fuzzy
msgctxt "positionpage|rotateandscale"
msgid "Rotation / Scaling"
msgstr "Rotasie / skalering"
-#: positionpage.ui:375
+#: cui/uiconfig/ui/positionpage.ui:380
#, fuzzy
msgctxt "positionpage|scale"
msgid "Scaling"
msgstr "Skalering"
-#: positionpage.ui:428
+#: cui/uiconfig/ui/positionpage.ui:432
#, fuzzy
msgctxt "positionpage|pairkerning"
msgid "Pair kerning"
msgstr "~Paarsaamdrukking"
-#: positionpage.ui:449
+#: cui/uiconfig/ui/positionpage.ui:454
msgctxt "positionpage|label22"
msgid "Spacing"
msgstr "Spasiëring"
-#: positionpage.ui:478
+#: cui/uiconfig/ui/positionpage.ui:483
msgctxt "positionpage|preview-atkobject"
msgid "Preview"
msgstr "Voorskou"
-#: positionsizedialog.ui:8
+#: cui/uiconfig/ui/positionsizedialog.ui:8
#, fuzzy
msgctxt "positionsizedialog|PositionAndSizeDialog"
msgid "Position and Size"
msgstr "Posisie en groo~tte..."
-#: positionsizedialog.ui:107
+#: cui/uiconfig/ui/positionsizedialog.ui:107
#, fuzzy
msgctxt "positionsizedialog|RID_SVXPAGE_POSITION_SIZE"
msgid "Position and Size"
msgstr "Posisie en groo~tte..."
-#: positionsizedialog.ui:129
+#: cui/uiconfig/ui/positionsizedialog.ui:129
#, fuzzy
msgctxt "positionsizedialog|RID_SVXPAGE_SWPOSSIZE"
msgid "Position and Size"
msgstr "Posisie en groo~tte..."
-#: positionsizedialog.ui:152
+#: cui/uiconfig/ui/positionsizedialog.ui:152
msgctxt "positionsizedialog|RID_SVXPAGE_ANGLE"
msgid "Rotation"
msgstr "Rotering"
-#: positionsizedialog.ui:175
+#: cui/uiconfig/ui/positionsizedialog.ui:175
msgctxt "positionsizedialog|RID_SVXPAGE_SLANT"
msgid "Slant & Corner Radius"
msgstr ""
-#: possizetabpage.ui:40
+#: cui/uiconfig/ui/possizetabpage.ui:40
#, fuzzy
msgctxt "possizetabpage|FT_POS_X"
msgid "Position _X:"
msgstr "Posisie"
-#: possizetabpage.ui:56
+#: cui/uiconfig/ui/possizetabpage.ui:56
#, fuzzy
msgctxt "possizetabpage|FT_POS_Y"
msgid "Position _Y:"
msgstr "Posisie"
-#: possizetabpage.ui:112
+#: cui/uiconfig/ui/possizetabpage.ui:110
msgctxt "possizetabpage|FT_POSREFERENCE"
msgid "_Base point:"
msgstr ""
-#: possizetabpage.ui:150
+#: cui/uiconfig/ui/possizetabpage.ui:148
msgctxt "possizetabpage|label1"
msgid "Position"
msgstr "Posisie"
-#: possizetabpage.ui:192
+#: cui/uiconfig/ui/possizetabpage.ui:190
#, fuzzy
msgctxt "possizetabpage|FT_WIDTH"
msgid "Wi_dth:"
msgstr "Wydte"
-#: possizetabpage.ui:208
+#: cui/uiconfig/ui/possizetabpage.ui:206
#, fuzzy
msgctxt "possizetabpage|FT_HEIGHT"
msgid "H_eight:"
msgstr "Hoogte"
-#: possizetabpage.ui:251
+#: cui/uiconfig/ui/possizetabpage.ui:247
#, fuzzy
msgctxt "possizetabpage|CBX_SCALE"
msgid "_Keep ratio"
msgstr "Behou verhouding"
-#: possizetabpage.ui:283
+#: cui/uiconfig/ui/possizetabpage.ui:279
msgctxt "possizetabpage|FT_SIZEREFERENCE"
msgid "Base _point:"
msgstr ""
-#: possizetabpage.ui:321
+#: cui/uiconfig/ui/possizetabpage.ui:317
msgctxt "possizetabpage|label2"
msgid "Size"
msgstr "Grootte"
-#: possizetabpage.ui:360
+#: cui/uiconfig/ui/possizetabpage.ui:356
#, fuzzy
msgctxt "possizetabpage|TSB_POSPROTECT"
msgid "Positio_n"
msgstr "Posisie"
-#: possizetabpage.ui:377
+#: cui/uiconfig/ui/possizetabpage.ui:373
#, fuzzy
msgctxt "possizetabpage|TSB_SIZEPROTECT"
msgid "_Size"
msgstr "Grootte"
-#: possizetabpage.ui:401
+#: cui/uiconfig/ui/possizetabpage.ui:397
#, fuzzy
msgctxt "possizetabpage|label3"
msgid "Protect"
msgstr "~Beskerm"
-#: possizetabpage.ui:434
+#: cui/uiconfig/ui/possizetabpage.ui:430
msgctxt "possizetabpage|TSB_AUTOGROW_WIDTH"
msgid "_Fit width to text"
msgstr ""
-#: possizetabpage.ui:451
+#: cui/uiconfig/ui/possizetabpage.ui:447
msgctxt "possizetabpage|TSB_AUTOGROW_HEIGHT"
msgid "Fit _height to text"
msgstr ""
-#: possizetabpage.ui:475
+#: cui/uiconfig/ui/possizetabpage.ui:471
msgctxt "possizetabpage|label4"
msgid "Adapt"
msgstr ""
-#: posterdialog.ui:16
+#: cui/uiconfig/ui/posterdialog.ui:16
msgctxt "posterdialog|PosterDialog"
msgid "Posterize"
msgstr "Plakkaatteer"
-#: posterdialog.ui:136
+#: cui/uiconfig/ui/posterdialog.ui:136
msgctxt "posterdialog|label2"
msgid "Poster colors:"
msgstr ""
-#: posterdialog.ui:159
+#: cui/uiconfig/ui/posterdialog.ui:159
#, fuzzy
msgctxt "posterdialog|label1"
msgid "Parameters"
msgstr "~Parameters"
-#: querychangelineenddialog.ui:8
+#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
msgid "Save Arrowhead?"
msgstr ""
-#: querychangelineenddialog.ui:14
+#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
msgid "The arrowhead was modified without saving."
msgstr ""
-#: querychangelineenddialog.ui:15
+#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
msgid "Would you like to save the arrowhead now?"
msgstr ""
-#: querydeletebitmapdialog.ui:8
+#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
msgctxt "querydeletebitmapdialog|AskDelBitmapDialog"
msgid "Delete Bitmap?"
msgstr ""
-#: querydeletebitmapdialog.ui:14
+#: cui/uiconfig/ui/querydeletebitmapdialog.ui:14
#, fuzzy
msgctxt "querydeletebitmapdialog|AskDelBitmapDialog"
msgid "Are you sure you want to delete the bitmap?"
msgstr "Is u seker u wil die inskrywing \"$1\" skrap?"
-#: querydeletechartcolordialog.ui:8
+#: cui/uiconfig/ui/querydeletechartcolordialog.ui:7
#, fuzzy
msgctxt "querydeletechartcolordialog|QueryDeleteChartColorDialog"
msgid "Delete Color?"
msgstr "Skrap kolom"
-#: querydeletechartcolordialog.ui:14
+#: cui/uiconfig/ui/querydeletechartcolordialog.ui:14
#, fuzzy
msgctxt "querydeletechartcolordialog|QueryDeleteChartColorDialog"
msgid "Do you really want to delete the chart color?"
msgstr "Wil u regtig die kleurskema skrap?"
-#: querydeletechartcolordialog.ui:15
+#: cui/uiconfig/ui/querydeletechartcolordialog.ui:15
msgctxt "querydeletechartcolordialog|QueryDeleteChartColorDialog"
msgid "This action cannot be undone."
msgstr ""
-#: querydeletecolordialog.ui:7
+#: cui/uiconfig/ui/querydeletecolordialog.ui:6
#, fuzzy
msgctxt "querydeletecolordialog|AskDelColorDialog"
msgid "Delete color?"
msgstr "Skrap kolom"
-#: querydeletecolordialog.ui:13
+#: cui/uiconfig/ui/querydeletecolordialog.ui:13
#, fuzzy
msgctxt "querydeletecolordialog|AskDelColorDialog"
msgid "Do you want to delete the color?"
msgstr "Wil u die woordeboek skrap?"
-#: querydeletedictionarydialog.ui:8
+#: cui/uiconfig/ui/querydeletedictionarydialog.ui:7
msgctxt "querydeletedictionarydialog|QueryDeleteDictionaryDialog"
msgid "Delete Dictionary?"
msgstr ""
-#: querydeletedictionarydialog.ui:14
+#: cui/uiconfig/ui/querydeletedictionarydialog.ui:14
#, fuzzy
msgctxt "querydeletedictionarydialog|QueryDeleteDictionaryDialog"
msgid "Do you really want to delete the dictionary?"
msgstr "Wil u regtig die kleurskema skrap?"
-#: querydeletedictionarydialog.ui:15
+#: cui/uiconfig/ui/querydeletedictionarydialog.ui:15
msgctxt "querydeletedictionarydialog|QueryDeleteDictionaryDialog"
msgid "This action cannot be undone."
msgstr ""
-#: querydeletegradientdialog.ui:8
+#: cui/uiconfig/ui/querydeletegradientdialog.ui:7
msgctxt "querydeletegradientdialog|AskDelGradientDialog"
msgid "Delete gradient?"
msgstr ""
-#: querydeletegradientdialog.ui:14
+#: cui/uiconfig/ui/querydeletegradientdialog.ui:14
#, fuzzy
msgctxt "querydeletegradientdialog|AskDelGradientDialog"
msgid "Do you want to delete the gradient?"
msgstr "Wil u die woordeboek skrap?"
-#: querydeletehatchdialog.ui:8
+#: cui/uiconfig/ui/querydeletehatchdialog.ui:7
msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Delete Hatching?"
msgstr ""
-#: querydeletehatchdialog.ui:14
+#: cui/uiconfig/ui/querydeletehatchdialog.ui:14
#, fuzzy
msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "Wil u die woordeboek skrap?"
-#: querydeletelineenddialog.ui:8
+#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
msgid "Delete Arrowhead?"
msgstr ""
-#: querydeletelineenddialog.ui:14
+#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
msgid "Do you really want to delete the arrowhead?"
msgstr "Wil u regtig die kleurskema skrap?"
-#: querydeletelineenddialog.ui:15
+#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
msgid "This action cannot be undone."
msgstr ""
-#: querydeletelinestyledialog.ui:8
+#: cui/uiconfig/ui/querydeletelinestyledialog.ui:7
msgctxt "querydeletelinestyledialog|AskDelLineStyleDialog"
msgid "Delete Line Style?"
msgstr ""
-#: querydeletelinestyledialog.ui:14
+#: cui/uiconfig/ui/querydeletelinestyledialog.ui:14
#, fuzzy
msgctxt "querydeletelinestyledialog|AskDelLineStyleDialog"
msgid "Do you want to delete the line style?"
msgstr "Wil u die woordeboek skrap?"
-#: queryduplicatedialog.ui:8
+#: cui/uiconfig/ui/queryduplicatedialog.ui:7
msgctxt "queryduplicatedialog|DuplicateNameDialog"
msgid "Duplicate Name"
msgstr ""
-#: queryduplicatedialog.ui:14
+#: cui/uiconfig/ui/queryduplicatedialog.ui:14
msgctxt "queryduplicatedialog|DuplicateNameDialog"
msgid "The name you have entered already exists."
msgstr ""
-#: queryduplicatedialog.ui:15
+#: cui/uiconfig/ui/queryduplicatedialog.ui:15
msgctxt "queryduplicatedialog|DuplicateNameDialog"
msgid "Please choose another name."
msgstr ""
-#: querynoloadedfiledialog.ui:8
+#: cui/uiconfig/ui/querynoloadedfiledialog.ui:7
msgctxt "querynoloadedfiledialog|NoLoadedFileDialog"
msgid "No Loaded File"
msgstr ""
-#: querynoloadedfiledialog.ui:14
+#: cui/uiconfig/ui/querynoloadedfiledialog.ui:14
msgctxt "querynoloadedfiledialog|NoLoadedFileDialog"
msgid "The file could not be loaded!"
msgstr "Die lêer kon nie gelaai word nie!"
-#: querynosavefiledialog.ui:8
+#: cui/uiconfig/ui/querynosavefiledialog.ui:7
msgctxt "querynosavefiledialog|NoSaveFileDialog"
msgid "No Saved File"
msgstr ""
-#: querynosavefiledialog.ui:14
+#: cui/uiconfig/ui/querynosavefiledialog.ui:14
#, fuzzy
msgctxt "querynosavefiledialog|NoSaveFileDialog"
msgid "The file could not be saved!"
msgstr "Die lêer kon nie gestoor word nie"
-#: querysavelistdialog.ui:8
+#: cui/uiconfig/ui/querysavelistdialog.ui:7
msgctxt "querysavelistdialog|AskSaveList"
msgid "Save List?"
msgstr ""
-#: querysavelistdialog.ui:14
+#: cui/uiconfig/ui/querysavelistdialog.ui:14
msgctxt "querysavelistdialog|AskSaveList"
msgid "The list was modified without saving."
msgstr ""
-#: querysavelistdialog.ui:15
+#: cui/uiconfig/ui/querysavelistdialog.ui:15
msgctxt "querysavelistdialog|AskSaveList"
msgid "Would you like to save the list now?"
msgstr ""
-#: queryupdategalleryfilelistdialog.ui:8
+#: cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui:7
msgctxt "queryupdategalleryfilelistdialog|QueryUpdateFileListDialog"
msgid "Update File List?"
msgstr ""
-#: queryupdategalleryfilelistdialog.ui:14
+#: cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui:14
msgctxt "queryupdategalleryfilelistdialog|QueryUpdateFileListDialog"
msgid "Do you want to update the file list?"
msgstr ""
-#: recordnumberdialog.ui:7
+#: cui/uiconfig/ui/recordnumberdialog.ui:7
#, fuzzy
msgctxt "recordnumberdialog|RecordNumberDialog"
msgid "Record Number"
msgstr "Rekordnommer"
-#: recordnumberdialog.ui:25
+#: cui/uiconfig/ui/recordnumberdialog.ui:25
msgctxt "recordnumberdialog|label2"
msgid "go to record"
msgstr ""
-#: rotationtabpage.ui:52
+#: cui/uiconfig/ui/rotationtabpage.ui:52
#, fuzzy
msgctxt "rotationtabpage|FT_POS_X"
msgid "Position _X:"
msgstr "Posisie"
-#: rotationtabpage.ui:66
+#: cui/uiconfig/ui/rotationtabpage.ui:66
#, fuzzy
msgctxt "rotationtabpage|FT_POS_Y"
msgid "Position _Y:"
msgstr "Posisie"
-#: rotationtabpage.ui:118
+#: cui/uiconfig/ui/rotationtabpage.ui:116
msgctxt "rotationtabpage|FT_POSPRESETS"
msgid "_Default settings:"
msgstr ""
-#: rotationtabpage.ui:132
+#: cui/uiconfig/ui/rotationtabpage.ui:130
msgctxt "rotationtabpage|CTL_RECT|tooltip_text"
msgid "Rotation point"
msgstr ""
-#: rotationtabpage.ui:157
+#: cui/uiconfig/ui/rotationtabpage.ui:155
msgctxt "rotationtabpage|label1"
msgid "Pivot Point"
msgstr ""
-#: rotationtabpage.ui:199
+#: cui/uiconfig/ui/rotationtabpage.ui:197
msgctxt "rotationtabpage|FT_ANGLE"
msgid "_Angle:"
msgstr ""
-#: rotationtabpage.ui:241
+#: cui/uiconfig/ui/rotationtabpage.ui:238
msgctxt "rotationtabpage|FT_ANGLEPRESETS"
msgid "Default _settings:"
msgstr ""
-#: rotationtabpage.ui:255
+#: cui/uiconfig/ui/rotationtabpage.ui:252
#, fuzzy
msgctxt "rotationtabpage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr "Rotasiehoek"
-#: rotationtabpage.ui:280
+#: cui/uiconfig/ui/rotationtabpage.ui:277
#, fuzzy
msgctxt "rotationtabpage|label2"
msgid "Rotation Angle"
msgstr "Rotasiehoek"
-#: screenshotannotationdialog.ui:8
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:8
msgctxt "screenshotannotationdialog|ScreenshotAnnotationDialog"
msgid "Interactive Screenshot Annotation"
msgstr ""
-#: screenshotannotationdialog.ui:39
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:39
msgctxt "screenshotannotationdialog|save"
msgid "Save Screenshot..."
msgstr ""
-#: screenshotannotationdialog.ui:67
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:67
msgctxt "screenshotannotationdialog|label2"
msgid "Click the widgets to add annotation:"
msgstr ""
-#: screenshotannotationdialog.ui:93
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:93
msgctxt "screenshotannotationdialog|label1"
msgid "Paste the following markup into the help file:"
msgstr ""
-#: scriptorganizer.ui:7
+#: cui/uiconfig/ui/scriptorganizer.ui:7
msgctxt "scriptorganizer|ScriptOrganizerDialog"
msgid "%MACROLANG Macros"
msgstr "%MACROLANG-makro's"
-#: scriptorganizer.ui:20
+#: cui/uiconfig/ui/scriptorganizer.ui:20
#, fuzzy
msgctxt "scriptorganizer|run"
msgid "Run"
msgstr "L~aat loop"
-#: scriptorganizer.ui:49
+#: cui/uiconfig/ui/scriptorganizer.ui:49
msgctxt "scriptorganizer|create"
msgid "Create..."
msgstr "Skep..."
-#: scriptorganizer.ui:79
+#: cui/uiconfig/ui/scriptorganizer.ui:79
msgctxt "scriptorganizer|rename"
msgid "Rename..."
msgstr "Hernoem..."
-#: scriptorganizer.ui:93
+#: cui/uiconfig/ui/scriptorganizer.ui:93
#, fuzzy
msgctxt "scriptorganizer|delete"
msgid "Delete..."
msgstr "Skrap..."
-#: scriptorganizer.ui:160
+#: cui/uiconfig/ui/scriptorganizer.ui:160
msgctxt "scriptorganizer|macrosft"
msgid "Macros"
msgstr "Makro's"
-#: searchattrdialog.ui:9
+#: cui/uiconfig/ui/searchattrdialog.ui:9
msgctxt "searchattrdialog|SearchAttrDialog"
msgid "Attributes"
msgstr "Attribute"
-#: searchformatdialog.ui:8
+#: cui/uiconfig/ui/searchformatdialog.ui:8
msgctxt "searchformatdialog|SearchFormatDialog"
msgid "Text Format "
msgstr ""
-#: searchformatdialog.ui:106
+#: cui/uiconfig/ui/searchformatdialog.ui:106
msgctxt "searchformatdialog|font"
msgid "Font"
msgstr "Font"
-#: searchformatdialog.ui:128
+#: cui/uiconfig/ui/searchformatdialog.ui:128
msgctxt "searchformatdialog|fonteffects"
msgid "Font Effects"
msgstr ""
-#: searchformatdialog.ui:151
+#: cui/uiconfig/ui/searchformatdialog.ui:151
msgctxt "searchformatdialog|position"
msgid "Position"
msgstr "Posisie"
-#: searchformatdialog.ui:174
+#: cui/uiconfig/ui/searchformatdialog.ui:174
#, fuzzy
msgctxt "searchformatdialog|asianlayout"
msgid "Asian Layout"
msgstr "Asiatiese uitleg"
-#: searchformatdialog.ui:197
+#: cui/uiconfig/ui/searchformatdialog.ui:197
msgctxt "searchformatdialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: searchformatdialog.ui:220
+#: cui/uiconfig/ui/searchformatdialog.ui:220
msgctxt "searchformatdialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Belyning"
-#: searchformatdialog.ui:244
+#: cui/uiconfig/ui/searchformatdialog.ui:244
msgctxt "searchformatdialog|labelTP_PARA_EXT"
msgid "Text Flow"
msgstr ""
-#: searchformatdialog.ui:268
+#: cui/uiconfig/ui/searchformatdialog.ui:268
msgctxt "searchformatdialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: searchformatdialog.ui:291
+#: cui/uiconfig/ui/searchformatdialog.ui:291
#, fuzzy
msgctxt "searchformatdialog|background"
msgid "Highlighting"
msgstr "Teksmerking"
-#: securityoptionsdialog.ui:8
+#: cui/uiconfig/ui/securityoptionsdialog.ui:8
msgctxt "securityoptionsdialog|SecurityOptionsDialog"
msgid "Security Options and Warnings"
msgstr ""
-#: securityoptionsdialog.ui:105
+#: cui/uiconfig/ui/securityoptionsdialog.ui:108
msgctxt "securityoptionsdialog|savesenddocs"
msgid "_When saving or sending"
msgstr ""
-#: securityoptionsdialog.ui:120
+#: cui/uiconfig/ui/securityoptionsdialog.ui:123
msgctxt "securityoptionsdialog|whensigning"
msgid "When _signing"
msgstr ""
-#: securityoptionsdialog.ui:135
+#: cui/uiconfig/ui/securityoptionsdialog.ui:138
msgctxt "securityoptionsdialog|whenprinting"
msgid "When _printing"
msgstr ""
-#: securityoptionsdialog.ui:150
+#: cui/uiconfig/ui/securityoptionsdialog.ui:153
msgctxt "securityoptionsdialog|whenpdf"
msgid "When creating PDF _files"
msgstr ""
-#: securityoptionsdialog.ui:227
+#: cui/uiconfig/ui/securityoptionsdialog.ui:229
msgctxt "securityoptionsdialog|label3"
msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
msgstr ""
-#: securityoptionsdialog.ui:242
+#: cui/uiconfig/ui/securityoptionsdialog.ui:245
#, fuzzy
msgctxt "securityoptionsdialog|label1"
msgid "Security Warnings"
msgstr "Sekuriteitswaarskuwing"
-#: securityoptionsdialog.ui:276
+#: cui/uiconfig/ui/securityoptionsdialog.ui:279
msgctxt "securityoptionsdialog|removepersonal"
msgid "_Remove personal information on saving"
msgstr ""
-#: securityoptionsdialog.ui:292
+#: cui/uiconfig/ui/securityoptionsdialog.ui:295
msgctxt "securityoptionsdialog|password"
msgid "Recommend password protection on sa_ving"
msgstr ""
-#: securityoptionsdialog.ui:308
+#: cui/uiconfig/ui/securityoptionsdialog.ui:311
msgctxt "securityoptionsdialog|ctrlclick"
msgid "Ctrl-click required _to follow hyperlinks"
msgstr ""
-#: securityoptionsdialog.ui:324
+#: cui/uiconfig/ui/securityoptionsdialog.ui:327
msgctxt "securityoptionsdialog|blockuntrusted"
msgid "Block any links from documents not among the trusted locations (see Macro Security)"
msgstr ""
-#: securityoptionsdialog.ui:395
+#: cui/uiconfig/ui/securityoptionsdialog.ui:398
msgctxt "securityoptionsdialog|label2"
msgid "Security Options"
msgstr ""
-#: select_persona_dialog.ui:8
+#: cui/uiconfig/ui/select_persona_dialog.ui:8
msgctxt "select_persona_dialog|SelectPersonaDialog"
msgid "Select Firefox Theme"
msgstr ""
-#: select_persona_dialog.ui:56
+#: cui/uiconfig/ui/select_persona_dialog.ui:55
msgctxt "select_persona_dialog|search_personas"
msgid "_Go"
msgstr ""
-#: select_persona_dialog.ui:86
+#: cui/uiconfig/ui/select_persona_dialog.ui:85
msgctxt "select_persona_dialog|label1"
msgid "Search Term or Firefox Theme URL"
msgstr ""
-#: select_persona_dialog.ui:228
+#: cui/uiconfig/ui/select_persona_dialog.ui:227
msgctxt "select_persona_dialog|label6"
msgid "Categories"
msgstr "Kategorieë"
-#: selectpathdialog.ui:8
+#: cui/uiconfig/ui/selectpathdialog.ui:16
#, fuzzy
msgctxt "selectpathdialog|SelectPathDialog"
msgid "Select Paths"
msgstr "Kies pad"
-#: selectpathdialog.ui:106
+#: cui/uiconfig/ui/selectpathdialog.ui:117
#, fuzzy
msgctxt "selectpathdialog|add"
msgid "_Add..."
msgstr "Voeg by..."
-#: selectpathdialog.ui:168
+#: cui/uiconfig/ui/selectpathdialog.ui:195
#, fuzzy
msgctxt "selectpathdialog|label1"
msgid "Paths"
msgstr "Paaie"
-#: shadowtabpage.ui:45
+#: cui/uiconfig/ui/shadowtabpage.ui:45
msgctxt "shadowtabpage|TSB_SHOW_SHADOW"
msgid "_Use shadow"
msgstr ""
-#: shadowtabpage.ui:122
+#: cui/uiconfig/ui/shadowtabpage.ui:120
#, fuzzy
msgctxt "shadowtabpage|FT_DISTANCE"
msgid "_Distance:"
msgstr "Afstand"
-#: shadowtabpage.ui:142
+#: cui/uiconfig/ui/shadowtabpage.ui:140
#, fuzzy
msgctxt "shadowtabpage|FT_TRANSPARENT"
msgid "_Transparency:"
msgstr "Deursigtigheid"
-#: shadowtabpage.ui:162
+#: cui/uiconfig/ui/shadowtabpage.ui:160
msgctxt "shadowtabpage|FT_SHADOW_COLOR"
msgid "_Color:"
msgstr ""
-#: shadowtabpage.ui:205
+#: cui/uiconfig/ui/shadowtabpage.ui:203
msgctxt "shadowtabpage|CTL_COLOR_PREVIEW-atkobject"
msgid "Example"
msgstr "Voorbeeld"
-#: shadowtabpage.ui:230
+#: cui/uiconfig/ui/shadowtabpage.ui:228
msgctxt "shadowtabpage|label"
msgid "Properties"
msgstr "Eienskappe"
-#: showcoldialog.ui:8
+#: cui/uiconfig/ui/showcoldialog.ui:8
#, fuzzy
msgctxt "showcoldialog|ShowColDialog"
msgid "Show Columns"
msgstr "~Vertoon kolomme"
-#: showcoldialog.ui:70
+#: cui/uiconfig/ui/showcoldialog.ui:70
msgctxt "showcoldialog|label1"
msgid "The following columns are currently hidden. Please mark the fields you want to show and choose OK."
msgstr ""
-#: similaritysearchdialog.ui:14
+#: cui/uiconfig/ui/signatureline.ui:8
+msgctxt "signatureline|SignatureLineDialog"
+msgid "Signature Line"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:111
+msgctxt "signatureline|edit_name"
+msgid "John Doe"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:124
+msgctxt "signatureline|edit_title"
+msgid "Director"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:137
+msgctxt "signatureline|edit_email"
+msgid "john.doe@example.org"
+msgstr ""
+
+#. Suggested Signer Name
+#: cui/uiconfig/ui/signatureline.ui:149
+msgctxt "signatureline|label_name"
+msgid "Name:"
+msgstr ""
+
+#. Suggested Signer Title
+#: cui/uiconfig/ui/signatureline.ui:163
+msgctxt "signatureline|label_title"
+msgid "Title:"
+msgstr ""
+
+#. Suggested Signer email
+#: cui/uiconfig/ui/signatureline.ui:177
+msgctxt "signatureline|label_email"
+msgid "Email:"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:194
+msgctxt "signatureline|label_suggestedsigner"
+msgid "Suggested Signer"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:228
+msgctxt "signatureline|checkbox_can_add_comments"
+msgid "Signer can add comments"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:243
+msgctxt "signatureline|checkbox_show_sign_date"
+msgid "Show sign date in signature line"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:261
+msgctxt "signatureline|label_instructions"
+msgid "Instructions to the signer:"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:300
+msgctxt "signatureline|label_more"
+msgid "More"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:8
+msgctxt "signsignatureline|SignSignatureLineDialog"
+msgid "Sign Signature Line"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:109
+msgctxt "signsignatureline|edit_name"
+msgid "Type your name here"
+msgstr ""
+
+#. Name of the signer
+#: cui/uiconfig/ui/signsignatureline.ui:121
+msgctxt "signsignatureline|label_name"
+msgid "Your Name:"
+msgstr ""
+
+#. Certificate to be used for signing
+#: cui/uiconfig/ui/signsignatureline.ui:135
+msgctxt "signsignatureline|label_certificate"
+msgid "Certificate:"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:146
+msgctxt "signsignatureline|btn_select_certificate"
+msgid "Select Certificate"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:164
+msgctxt "signsignatureline|label_sign"
+msgid "Sign"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:201
+msgctxt "signsignatureline|label_add_comment"
+msgid "Add comment:"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:237
+msgctxt "signsignatureline|label_hint"
+msgid "Instructions from the document creator:"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:270
+msgctxt "signsignatureline|label_more"
+msgid "More"
+msgstr ""
+
+#: cui/uiconfig/ui/similaritysearchdialog.ui:26
msgctxt "similaritysearchdialog|SimilaritySearchDialog"
msgid "Similarity Search"
msgstr ""
-#: similaritysearchdialog.ui:95
+#: cui/uiconfig/ui/similaritysearchdialog.ui:109
msgctxt "similaritysearchdialog|label2"
msgid "_Exchange characters:"
msgstr ""
-#: similaritysearchdialog.ui:109
+#: cui/uiconfig/ui/similaritysearchdialog.ui:123
msgctxt "similaritysearchdialog|label3"
msgid "_Add characters:"
msgstr ""
-#: similaritysearchdialog.ui:123
+#: cui/uiconfig/ui/similaritysearchdialog.ui:137
msgctxt "similaritysearchdialog|label4"
msgid "_Remove characters:"
msgstr ""
-#: similaritysearchdialog.ui:134
+#: cui/uiconfig/ui/similaritysearchdialog.ui:149
#, fuzzy
msgctxt "similaritysearchdialog|relaxbox"
msgid "_Combine"
msgstr "Komb~ineer"
-#: slantcornertabpage.ui:50
+#: cui/uiconfig/ui/slantcornertabpage.ui:50
msgctxt "slantcornertabpage|label5"
msgid "_X:"
msgstr ""
-#: slantcornertabpage.ui:89
+#: cui/uiconfig/ui/slantcornertabpage.ui:88
msgctxt "slantcornertabpage|label6"
msgid "_Y:"
msgstr ""
-#: slantcornertabpage.ui:127
+#: cui/uiconfig/ui/slantcornertabpage.ui:125
msgctxt "slantcornertabpage|label3"
msgid "Control Point 1"
msgstr ""
-#: slantcornertabpage.ui:161
+#: cui/uiconfig/ui/slantcornertabpage.ui:159
#, fuzzy
msgctxt "slantcornertabpage|FT_RADIUS"
msgid "_Radius:"
msgstr "Radius"
-#: slantcornertabpage.ui:192
+#: cui/uiconfig/ui/slantcornertabpage.ui:189
#, fuzzy
msgctxt "slantcornertabpage|label1"
msgid "Corner Radius"
msgstr "Hoekradius"
-#: slantcornertabpage.ui:226
+#: cui/uiconfig/ui/slantcornertabpage.ui:223
msgctxt "slantcornertabpage|FT_ANGLE"
msgid "_Angle:"
msgstr ""
-#: slantcornertabpage.ui:257
+#: cui/uiconfig/ui/slantcornertabpage.ui:253
#, fuzzy
msgctxt "slantcornertabpage|label2"
msgid "Slant"
msgstr "Skuinsstreep"
-#: slantcornertabpage.ui:298
+#: cui/uiconfig/ui/slantcornertabpage.ui:294
msgctxt "slantcornertabpage|label4"
msgid "_X:"
msgstr ""
-#: slantcornertabpage.ui:337
+#: cui/uiconfig/ui/slantcornertabpage.ui:332
msgctxt "slantcornertabpage|label7"
msgid "_Y:"
msgstr ""
-#: slantcornertabpage.ui:375
+#: cui/uiconfig/ui/slantcornertabpage.ui:369
msgctxt "slantcornertabpage|label8"
msgid "Control Point 2"
msgstr ""
-#: smarttagoptionspage.ui:21
+#: cui/uiconfig/ui/smarttagoptionspage.ui:21
msgctxt "smarttagoptionspage|main"
msgid "Label text with smart tags"
msgstr ""
-#: smarttagoptionspage.ui:61
+#: cui/uiconfig/ui/smarttagoptionspage.ui:61
msgctxt "smarttagoptionspage|properties"
msgid "Properties..."
msgstr "Eienskappe..."
-#: smarttagoptionspage.ui:100
+#: cui/uiconfig/ui/smarttagoptionspage.ui:100
msgctxt "smarttagoptionspage|label1"
msgid "Currently Installed Smart Tags"
msgstr ""
-#: smoothdialog.ui:16
+#: cui/uiconfig/ui/smoothdialog.ui:16
msgctxt "smoothdialog|SmoothDialog"
msgid "Smooth"
msgstr "Glad"
-#: smoothdialog.ui:138
+#: cui/uiconfig/ui/smoothdialog.ui:138
msgctxt "smoothdialog|label2"
msgid "_Smooth radius:"
msgstr ""
-#: smoothdialog.ui:161
+#: cui/uiconfig/ui/smoothdialog.ui:161
#, fuzzy
msgctxt "smoothdialog|label1"
msgid "Parameters"
msgstr "~Parameters"
-#: solarizedialog.ui:14
+#: cui/uiconfig/ui/solarizedialog.ui:14
msgctxt "solarizedialog|SolarizeDialog"
msgid "Solarization"
msgstr "Solarisasie"
-#: solarizedialog.ui:135
+#: cui/uiconfig/ui/solarizedialog.ui:135
msgctxt "solarizedialog|label2"
msgid "Threshold _value:"
msgstr ""
-#: solarizedialog.ui:146
+#: cui/uiconfig/ui/solarizedialog.ui:146
#, fuzzy
msgctxt "solarizedialog|invert"
msgid "_Invert"
msgstr "Voeg in"
-#: solarizedialog.ui:173
+#: cui/uiconfig/ui/solarizedialog.ui:173
#, fuzzy
msgctxt "solarizedialog|label1"
msgid "Parameters"
msgstr "~Parameters"
-#: specialcharacters.ui:10
+#: cui/uiconfig/ui/specialcharacters.ui:8
msgctxt "specialcharacters|SpecialCharactersDialog"
msgid "Special Characters"
msgstr "Spesiale karakters"
-#: specialcharacters.ui:24
+#: cui/uiconfig/ui/specialcharacters.ui:39
#, fuzzy
msgctxt "specialcharacters|insert"
msgid "_Insert"
msgstr "Voeg in"
-#: specialcharacters.ui:110
+#: cui/uiconfig/ui/specialcharacters.ui:107
#, fuzzy
msgctxt "specialcharacters|subsetft"
msgid "Subset:"
msgstr "Substel"
-#: specialcharacters.ui:134
+#: cui/uiconfig/ui/specialcharacters.ui:121
#, fuzzy
msgctxt "specialcharacters|fontft"
msgid "Font:"
msgstr "Font"
-#: specialcharacters.ui:158
+#: cui/uiconfig/ui/specialcharacters.ui:135
#, fuzzy
msgctxt "specialcharacters|srchft"
msgid "Search:"
msgstr "Soek"
-#: specialcharacters.ui:218
+#: cui/uiconfig/ui/specialcharacters.ui:221
msgctxt "specialcharacters|hexlabel"
msgid "Hexadecimal:"
msgstr ""
-#: specialcharacters.ui:269
+#: cui/uiconfig/ui/specialcharacters.ui:274
#, fuzzy
msgctxt "specialcharacters|decimallabel"
msgid "Decimal:"
msgstr "Desimaal"
-#: specialcharacters.ui:290
+#: cui/uiconfig/ui/specialcharacters.ui:298
msgctxt "specialcharacters|favbtn"
msgid "Add to Favorites"
msgstr ""
-#: specialcharacters.ui:294
+#: cui/uiconfig/ui/specialcharacters.ui:302
msgctxt "specialcharacters|favbtn|tooltip_text"
msgid "Maximum Limit: 16 Characters"
msgstr ""
-#: specialcharacters.ui:341
+#: cui/uiconfig/ui/specialcharacters.ui:349
msgctxt "specialcharacters|symboltext1"
msgid "Recent Characters:"
msgstr ""
-#: specialcharacters.ui:572
+#: cui/uiconfig/ui/specialcharacters.ui:583
msgctxt "specialcharacters|favbtn|symboltext2"
msgid "Favorite Characters:"
msgstr ""
-#: spellingdialog.ui:9
+#: cui/uiconfig/ui/spellingdialog.ui:9
msgctxt "spellingdialog|SpellingDialog"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr ""
-#: spellingdialog.ui:38
+#: cui/uiconfig/ui/spellingdialog.ui:38
#, fuzzy
msgctxt "spellingdialog|options"
msgid "_Options..."
msgstr "Opsies..."
-#: spellingdialog.ui:110
+#: cui/uiconfig/ui/spellingdialog.ui:110
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr ""
-#: spellingdialog.ui:138
+#: cui/uiconfig/ui/spellingdialog.ui:138
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr ""
-#: spellingdialog.ui:152
+#: cui/uiconfig/ui/spellingdialog.ui:152
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr ""
-#: spellingdialog.ui:166
+#: cui/uiconfig/ui/spellingdialog.ui:166
msgctxt "spellingdialog|autocorrect"
msgid "Alwa_ys Correct"
msgstr ""
-#: spellingdialog.ui:180
+#: cui/uiconfig/ui/spellingdialog.ui:180
msgctxt "spellingdialog|checkgrammar"
msgid "Chec_k grammar"
msgstr ""
-#: spellingdialog.ui:196
+#: cui/uiconfig/ui/spellingdialog.ui:196
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr ""
-#: spellingdialog.ui:210
+#: cui/uiconfig/ui/spellingdialog.ui:210
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr ""
-#: spellingdialog.ui:226
+#: cui/uiconfig/ui/spellingdialog.ui:226
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr ""
-#: spellingdialog.ui:252
+#: cui/uiconfig/ui/spellingdialog.ui:252
msgctxt "spellingdialog|explainlink"
msgid "More..."
msgstr "Meer..."
-#: spellingdialog.ui:268
+#: cui/uiconfig/ui/spellingdialog.ui:268
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr ""
-#: spellingdialog.ui:280
+#: cui/uiconfig/ui/spellingdialog.ui:280
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr ""
-#: spellingdialog.ui:292
+#: cui/uiconfig/ui/spellingdialog.ui:292
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr ""
-#: spellingdialog.ui:319
+#: cui/uiconfig/ui/spellingdialog.ui:319
msgctxt "spellingdialog|add"
msgid "_Add to Dictionary"
msgstr ""
-#: spellingdialog.ui:333
+#: cui/uiconfig/ui/spellingdialog.ui:333
msgctxt "spellingdialog|addmb"
msgid "_Add to Dictionary"
msgstr ""
-#: spellingdialog.ui:349
+#: cui/uiconfig/ui/spellingdialog.ui:349
#, fuzzy
msgctxt "spellingdialog|suggestionsft"
msgid "_Suggestions"
msgstr "~Voorstelle"
-#: spellingdialog.ui:365
+#: cui/uiconfig/ui/spellingdialog.ui:365
msgctxt "spellingdialog|notindictft"
msgid "_Not in dictionary"
msgstr ""
-#: spellingdialog.ui:386
+#: cui/uiconfig/ui/spellingdialog.ui:386
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "Plak"
-#: spellingdialog.ui:400
+#: cui/uiconfig/ui/spellingdialog.ui:400
#, fuzzy
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "Spesiale karakters"
-#: spelloptionsdialog.ui:8
+#: cui/uiconfig/ui/spelloptionsdialog.ui:8
msgctxt "spelloptionsdialog|SpellOptionsDialog"
msgid "Options"
msgstr "Opsies"
-#: splitcellsdialog.ui:25
+#: cui/uiconfig/ui/splitcellsdialog.ui:25
msgctxt "splitcellsdialog|SplitCellsDialog"
msgid "Split Cells"
msgstr "Verdeel selle"
-#: splitcellsdialog.ui:117
+#: cui/uiconfig/ui/splitcellsdialog.ui:120
msgctxt "splitcellsdialog|label3"
msgid "_Split cell into:"
msgstr ""
-#: splitcellsdialog.ui:146
+#: cui/uiconfig/ui/splitcellsdialog.ui:149
msgctxt "splitcellsdialog|label1"
msgid "Split"
msgstr "Verdeel"
-#: splitcellsdialog.ui:178
+#: cui/uiconfig/ui/splitcellsdialog.ui:181
#, fuzzy
msgctxt "splitcellsdialog|hori"
msgid "H_orizontally"
msgstr "~Horisontaal"
-#: splitcellsdialog.ui:196
+#: cui/uiconfig/ui/splitcellsdialog.ui:200
#, fuzzy
msgctxt "splitcellsdialog|vert"
msgid "_Vertically"
msgstr "~Vertikaal"
-#: splitcellsdialog.ui:218
+#: cui/uiconfig/ui/splitcellsdialog.ui:223
msgctxt "splitcellsdialog|prop"
msgid "_Into equal proportions"
msgstr ""
-#: splitcellsdialog.ui:241
+#: cui/uiconfig/ui/splitcellsdialog.ui:246
msgctxt "splitcellsdialog|label2"
msgid "Direction"
msgstr "Rigting"
-#: storedwebconnectiondialog.ui:9
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:9
msgctxt "storedwebconnectiondialog|StoredWebConnectionDialog"
msgid "Stored Web Connection Information"
msgstr ""
-#: storedwebconnectiondialog.ui:70
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:70
msgctxt "storedwebconnectiondialog|label1"
msgid "Web login information (passwords are never shown)"
msgstr ""
-#: storedwebconnectiondialog.ui:87
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:87
#, fuzzy
msgctxt "storedwebconnectiondialog|website"
msgid "Website"
msgstr "myWebwerf"
-#: storedwebconnectiondialog.ui:98
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:98
#, fuzzy
msgctxt "storedwebconnectiondialog|username"
msgid "User name"
msgstr "~Gebruikernaam"
-#: storedwebconnectiondialog.ui:148
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:148
msgctxt "storedwebconnectiondialog|removeall"
msgid "Remove _All"
msgstr ""
-#: storedwebconnectiondialog.ui:162
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:162
#, fuzzy
msgctxt "storedwebconnectiondialog|change"
msgid "_Change Password..."
msgstr "Verander ~wagwoord..."
-#: swpossizepage.ui:75
+#: cui/uiconfig/ui/swpossizepage.ui:74
#, fuzzy
msgctxt "swpossizepage|widthft"
msgid "_Width:"
msgstr "Wydte"
-#: swpossizepage.ui:113
+#: cui/uiconfig/ui/swpossizepage.ui:111
#, fuzzy
msgctxt "swpossizepage|heightft"
msgid "H_eight:"
msgstr "Hoogte"
-#: swpossizepage.ui:130
+#: cui/uiconfig/ui/swpossizepage.ui:128
#, fuzzy
msgctxt "swpossizepage|ratio"
msgid "_Keep ratio"
msgstr "Behou verhouding"
-#: swpossizepage.ui:151
+#: cui/uiconfig/ui/swpossizepage.ui:149
msgctxt "swpossizepage|label2"
msgid "Size"
msgstr "Grootte"
-#: swpossizepage.ui:207
+#: cui/uiconfig/ui/swpossizepage.ui:205
#, fuzzy
msgctxt "swpossizepage|topage"
msgid "To _page"
msgstr "Na bladsy"
-#: swpossizepage.ui:224
+#: cui/uiconfig/ui/swpossizepage.ui:222
#, fuzzy
msgctxt "swpossizepage|topara"
msgid "To paragrap_h"
msgstr "Na paragraaf"
-#: swpossizepage.ui:240
+#: cui/uiconfig/ui/swpossizepage.ui:238
#, fuzzy
msgctxt "swpossizepage|tochar"
msgid "To cha_racter"
msgstr "Na karakter"
-#: swpossizepage.ui:256
+#: cui/uiconfig/ui/swpossizepage.ui:254
#, fuzzy
msgctxt "swpossizepage|aschar"
msgid "_As character"
msgstr "As karakter"
-#: swpossizepage.ui:272
+#: cui/uiconfig/ui/swpossizepage.ui:270
#, fuzzy
msgctxt "swpossizepage|toframe"
msgid "To _frame"
msgstr "Na raam"
-#: swpossizepage.ui:294
+#: cui/uiconfig/ui/swpossizepage.ui:292
msgctxt "swpossizepage|label1"
msgid "Anchor"
msgstr "Anker"
-#: swpossizepage.ui:335
+#: cui/uiconfig/ui/swpossizepage.ui:333
#, fuzzy
msgctxt "swpossizepage|horiposft"
msgid "Hori_zontal:"
msgstr "Horisontaal"
-#: swpossizepage.ui:349
+#: cui/uiconfig/ui/swpossizepage.ui:347
msgctxt "swpossizepage|horibyft"
msgid "b_y:"
msgstr ""
-#: swpossizepage.ui:363
+#: cui/uiconfig/ui/swpossizepage.ui:361
msgctxt "swpossizepage|vertbyft"
msgid "_by:"
msgstr ""
-#: swpossizepage.ui:377
+#: cui/uiconfig/ui/swpossizepage.ui:375
msgctxt "swpossizepage|horitoft"
msgid "_to:"
msgstr ""
-#: swpossizepage.ui:424
+#: cui/uiconfig/ui/swpossizepage.ui:421
#, fuzzy
msgctxt "swpossizepage|vertposft"
msgid "_Vertical:"
msgstr "Vertikaal"
-#: swpossizepage.ui:461
+#: cui/uiconfig/ui/swpossizepage.ui:457
msgctxt "swpossizepage|verttoft"
msgid "t_o:"
msgstr ""
-#: swpossizepage.ui:482
+#: cui/uiconfig/ui/swpossizepage.ui:478
msgctxt "swpossizepage|mirror"
msgid "_Mirror on even pages"
msgstr ""
-#: swpossizepage.ui:499
+#: cui/uiconfig/ui/swpossizepage.ui:495
msgctxt "swpossizepage|followtextflow"
msgid "Follow te_xt flow"
msgstr ""
-#: swpossizepage.ui:522
+#: cui/uiconfig/ui/swpossizepage.ui:518
msgctxt "swpossizepage|label11"
msgid "Position"
msgstr "Posisie"
-#: swpossizepage.ui:553
+#: cui/uiconfig/ui/swpossizepage.ui:549
#, fuzzy
msgctxt "swpossizepage|pos"
msgid "Positio_n"
msgstr "Posisie"
-#: swpossizepage.ui:569
+#: cui/uiconfig/ui/swpossizepage.ui:565
#, fuzzy
msgctxt "swpossizepage|size"
msgid "_Size"
msgstr "Grootte"
-#: swpossizepage.ui:591
+#: cui/uiconfig/ui/swpossizepage.ui:587
#, fuzzy
msgctxt "swpossizepage|label3"
msgid "Protect"
msgstr "~Beskerm"
-#: textanimtabpage.ui:49
+#: cui/uiconfig/ui/textanimtabpage.ui:49
#, fuzzy
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "No Effect"
msgstr "Geen effek"
-#: textanimtabpage.ui:53
+#: cui/uiconfig/ui/textanimtabpage.ui:53
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Blink"
msgstr "Knipper"
-#: textanimtabpage.ui:57
+#: cui/uiconfig/ui/textanimtabpage.ui:57
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll Through"
msgstr "Rol deur"
-#: textanimtabpage.ui:61
+#: cui/uiconfig/ui/textanimtabpage.ui:61
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll Back and Forth"
msgstr ""
-#: textanimtabpage.ui:65
+#: cui/uiconfig/ui/textanimtabpage.ui:65
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll In"
msgstr "Rol in"
-#: textanimtabpage.ui:94
+#: cui/uiconfig/ui/textanimtabpage.ui:94
#, fuzzy
msgctxt "textanimtabpage|FT_EFFECTS"
msgid "E_ffect:"
msgstr "Effekte"
-#: textanimtabpage.ui:135
+#: cui/uiconfig/ui/textanimtabpage.ui:135
#, fuzzy
msgctxt "textanimtabpage|FT_DIRECTION"
msgid "Direction:"
msgstr "Rigting"
-#: textanimtabpage.ui:155
+#: cui/uiconfig/ui/textanimtabpage.ui:155
msgctxt "textanimtabpage|BTN_UP|tooltip_text"
msgid "To top"
msgstr "Na bo"
-#: textanimtabpage.ui:161
+#: cui/uiconfig/ui/textanimtabpage.ui:161
msgctxt "textanimtabpage|BTN_UP-atkobject"
msgid "Up"
msgstr "Op"
-#: textanimtabpage.ui:176
+#: cui/uiconfig/ui/textanimtabpage.ui:176
msgctxt "textanimtabpage|BTN_RIGHT|tooltip_text"
msgid "To right"
msgstr "Na regs"
-#: textanimtabpage.ui:182
+#: cui/uiconfig/ui/textanimtabpage.ui:182
#, fuzzy
msgctxt "textanimtabpage|BTN_RIGHT-atkobject"
msgid "Right"
msgstr "Hoogte"
-#: textanimtabpage.ui:197
+#: cui/uiconfig/ui/textanimtabpage.ui:197
msgctxt "textanimtabpage|BTN_LEFT|tooltip_text"
msgid "To left"
msgstr "Na links"
-#: textanimtabpage.ui:203
+#: cui/uiconfig/ui/textanimtabpage.ui:203
msgctxt "textanimtabpage|BTN_LEFT-atkobject"
msgid "Left"
msgstr "Links"
-#: textanimtabpage.ui:218
+#: cui/uiconfig/ui/textanimtabpage.ui:218
msgctxt "textanimtabpage|BTN_DOWN|tooltip_text"
msgid "To bottom"
msgstr "Na onder"
-#: textanimtabpage.ui:224
+#: cui/uiconfig/ui/textanimtabpage.ui:224
msgctxt "textanimtabpage|BTN_DOWN-atkobject"
msgid "Down"
msgstr "Af"
-#: textanimtabpage.ui:289
+#: cui/uiconfig/ui/textanimtabpage.ui:289
msgctxt "textanimtabpage|TSB_START_INSIDE"
msgid "S_tart inside"
msgstr ""
-#: textanimtabpage.ui:306
+#: cui/uiconfig/ui/textanimtabpage.ui:306
msgctxt "textanimtabpage|TSB_STOP_INSIDE"
msgid "Text _visible when exiting"
msgstr ""
-#: textanimtabpage.ui:326
+#: cui/uiconfig/ui/textanimtabpage.ui:326
msgctxt "textanimtabpage|FT_COUNT"
msgid "Animation cycles:"
msgstr ""
-#: textanimtabpage.ui:344
+#: cui/uiconfig/ui/textanimtabpage.ui:344
#, fuzzy
msgctxt "textanimtabpage|TSB_ENDLESS"
msgid "_Continuous"
msgstr "Aaneenlopend"
-#: textanimtabpage.ui:390
+#: cui/uiconfig/ui/textanimtabpage.ui:389
msgctxt "textanimtabpage|FT_AMOUNT"
msgid "Increment:"
msgstr ""
-#: textanimtabpage.ui:408
+#: cui/uiconfig/ui/textanimtabpage.ui:407
msgctxt "textanimtabpage|TSB_PIXEL"
msgid "_Pixels"
msgstr ""
-#: textanimtabpage.ui:454
+#: cui/uiconfig/ui/textanimtabpage.ui:452
#, fuzzy
msgctxt "textanimtabpage|FT_DELAY"
msgid "Delay:"
msgstr "Vertraging"
-#: textanimtabpage.ui:472
+#: cui/uiconfig/ui/textanimtabpage.ui:470
#, fuzzy
msgctxt "textanimtabpage|TSB_AUTO"
msgid "_Automatic"
msgstr "Outomaties"
-#: textanimtabpage.ui:522
+#: cui/uiconfig/ui/textanimtabpage.ui:519
msgctxt "textanimtabpage|label2"
msgid "Properties"
msgstr "Eienskappe"
-#: textattrtabpage.ui:43
+#: cui/uiconfig/ui/textattrtabpage.ui:43
msgctxt "textattrtabpage|TSB_AUTOGROW_WIDTH"
msgid "Fit wi_dth to text"
msgstr ""
-#: textattrtabpage.ui:59
+#: cui/uiconfig/ui/textattrtabpage.ui:59
msgctxt "textattrtabpage|TSB_AUTOGROW_HEIGHT"
msgid "Fit h_eight to text"
msgstr ""
-#: textattrtabpage.ui:75
+#: cui/uiconfig/ui/textattrtabpage.ui:75
#, fuzzy
msgctxt "textattrtabpage|TSB_FIT_TO_SIZE"
msgid "_Fit to frame"
msgstr "Pas in raam"
-#: textattrtabpage.ui:91
+#: cui/uiconfig/ui/textattrtabpage.ui:91
msgctxt "textattrtabpage|TSB_CONTOUR"
msgid "_Adjust to contour"
msgstr ""
-#: textattrtabpage.ui:113
+#: cui/uiconfig/ui/textattrtabpage.ui:113
#, fuzzy
msgctxt "textattrtabpage|label1"
msgid "Drawing Object Text"
msgstr "Tekenobjekteks"
-#: textattrtabpage.ui:146
+#: cui/uiconfig/ui/textattrtabpage.ui:146
#, fuzzy
msgctxt "textattrtabpage|TSB_WORDWRAP_TEXT"
msgid "_Word wrap text in shape"
msgstr "Vou teks in vorm om"
-#: textattrtabpage.ui:162
+#: cui/uiconfig/ui/textattrtabpage.ui:162
msgctxt "textattrtabpage|TSB_AUTOGROW_SIZE"
msgid "_Resize shape to fit text"
msgstr ""
-#: textattrtabpage.ui:190
+#: cui/uiconfig/ui/textattrtabpage.ui:190
msgctxt "textattrtabpage|label8"
msgid "Custom Shape Text"
msgstr ""
-#: textattrtabpage.ui:237
+#: cui/uiconfig/ui/textattrtabpage.ui:237
msgctxt "textattrtabpage|label4"
msgid "_Left:"
msgstr ""
-#: textattrtabpage.ui:251
+#: cui/uiconfig/ui/textattrtabpage.ui:251
#, fuzzy
msgctxt "textattrtabpage|label5"
msgid "_Right:"
msgstr "Hoogte"
-#: textattrtabpage.ui:265
+#: cui/uiconfig/ui/textattrtabpage.ui:265
msgctxt "textattrtabpage|label6"
msgid "_Top:"
msgstr ""
-#: textattrtabpage.ui:279
+#: cui/uiconfig/ui/textattrtabpage.ui:279
#, fuzzy
msgctxt "textattrtabpage|label7"
msgid "_Bottom:"
msgstr "Onderkant"
-#: textattrtabpage.ui:349
+#: cui/uiconfig/ui/textattrtabpage.ui:345
msgctxt "textattrtabpage|label2"
msgid "Spacing to Borders"
msgstr ""
-#: textattrtabpage.ui:398
+#: cui/uiconfig/ui/textattrtabpage.ui:394
#, fuzzy
msgctxt "textattrtabpage|TSB_FULL_WIDTH"
msgid "Full _width"
msgstr "Volle breedte"
-#: textattrtabpage.ui:421
+#: cui/uiconfig/ui/textattrtabpage.ui:417
msgctxt "textattrtabpage|label3"
msgid "Text Anchor"
msgstr ""
-#: textdialog.ui:8
+#: cui/uiconfig/ui/textdialog.ui:8
msgctxt "textdialog|TextDialog"
msgid "Text"
msgstr "Teks"
-#: textdialog.ui:106
+#: cui/uiconfig/ui/textdialog.ui:106
msgctxt "textdialog|RID_SVXPAGE_TEXTATTR"
msgid "Text"
msgstr "Teks"
-#: textdialog.ui:128
+#: cui/uiconfig/ui/textdialog.ui:128
msgctxt "textdialog|RID_SVXPAGE_TEXTANIMATION"
msgid "Text Animation"
msgstr "Teksanimasie"
-#: textflowpage.ui:53
+#: cui/uiconfig/ui/textflowpage.ui:53
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr ""
-#: textflowpage.ui:118
+#: cui/uiconfig/ui/textflowpage.ui:115
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
-#: textflowpage.ui:132
+#: cui/uiconfig/ui/textflowpage.ui:129
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
-#: textflowpage.ui:146
+#: cui/uiconfig/ui/textflowpage.ui:143
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum number of consecutive hyphens"
msgstr ""
-#: textflowpage.ui:163
+#: cui/uiconfig/ui/textflowpage.ui:160
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Woordafbreking"
-#: textflowpage.ui:196
+#: cui/uiconfig/ui/textflowpage.ui:193
#, fuzzy
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Voeg in"
-#: textflowpage.ui:212
+#: cui/uiconfig/ui/textflowpage.ui:209
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
-#: textflowpage.ui:231
+#: cui/uiconfig/ui/textflowpage.ui:231
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Soort"
-#: textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:259
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Bladsynommer:"
-#: textflowpage.ui:275
+#: cui/uiconfig/ui/textflowpage.ui:277
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Posisie"
-#: textflowpage.ui:295
+#: cui/uiconfig/ui/textflowpage.ui:297
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Bladsystyl"
-#: textflowpage.ui:309
+#: cui/uiconfig/ui/textflowpage.ui:311
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Bladsy"
-#: textflowpage.ui:310
+#: cui/uiconfig/ui/textflowpage.ui:312
#, fuzzy
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Kolomme"
-#: textflowpage.ui:323
+#: cui/uiconfig/ui/textflowpage.ui:325
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Voor"
-#: textflowpage.ui:324
+#: cui/uiconfig/ui/textflowpage.ui:326
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Na"
-#: textflowpage.ui:343
+#: cui/uiconfig/ui/textflowpage.ui:345
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
-#: textflowpage.ui:375
+#: cui/uiconfig/ui/textflowpage.ui:377
#, fuzzy
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "Moenie paragraaf verdeel nie"
-#: textflowpage.ui:391
+#: cui/uiconfig/ui/textflowpage.ui:393
#, fuzzy
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "~Hou by volgende paragraaf"
-#: textflowpage.ui:407
+#: cui/uiconfig/ui/textflowpage.ui:409
#, fuzzy
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "Wesiebeheer"
-#: textflowpage.ui:423
+#: cui/uiconfig/ui/textflowpage.ui:428
#, fuzzy
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "Weduweebeheer"
-#: textflowpage.ui:473
+#: cui/uiconfig/ui/textflowpage.ui:479
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "reëls"
-#: textflowpage.ui:485
+#: cui/uiconfig/ui/textflowpage.ui:491
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "reëls"
-#: textflowpage.ui:513
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Opsies"
-#: thesaurus.ui:14
+#: cui/uiconfig/ui/thesaurus.ui:14
msgctxt "thesaurus|ThesaurusDialog"
msgid "Thesaurus"
msgstr "Tesourus"
-#: thesaurus.ui:43
+#: cui/uiconfig/ui/thesaurus.ui:43
#, fuzzy
msgctxt "thesaurus|replace"
msgid "_Replace"
msgstr "Vervang"
-#: thesaurus.ui:89
+#: cui/uiconfig/ui/thesaurus.ui:89
msgctxt "thesaurus|label1"
msgid "Current word:"
msgstr ""
-#: thesaurus.ui:104
+#: cui/uiconfig/ui/thesaurus.ui:104
msgctxt "thesaurus|label2"
msgid "Alternatives:"
msgstr ""
-#: thesaurus.ui:119
+#: cui/uiconfig/ui/thesaurus.ui:119
#, fuzzy
msgctxt "thesaurus|label3"
msgid "Replace with:"
msgstr "Vervang met"
-#: transparencytabpage.ui:25
+#: cui/uiconfig/ui/transparencytabpage.ui:25
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Linear"
msgstr ""
-#: transparencytabpage.ui:29
+#: cui/uiconfig/ui/transparencytabpage.ui:29
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Axial"
msgstr ""
-#: transparencytabpage.ui:33
+#: cui/uiconfig/ui/transparencytabpage.ui:33
#, fuzzy
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Radial"
msgstr "Radikaal"
-#: transparencytabpage.ui:37
+#: cui/uiconfig/ui/transparencytabpage.ui:37
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Ellipsoid"
msgstr ""
-#: transparencytabpage.ui:41
+#: cui/uiconfig/ui/transparencytabpage.ui:41
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Quadratic"
msgstr ""
-#: transparencytabpage.ui:45
+#: cui/uiconfig/ui/transparencytabpage.ui:45
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Square"
msgstr "Vierkant"
-#: transparencytabpage.ui:85
+#: cui/uiconfig/ui/transparencytabpage.ui:85
#, fuzzy
msgctxt "transparencytabpage|RBT_TRANS_OFF"
msgid "_No transparency"
msgstr "Lyndeursigtigheid"
-#: transparencytabpage.ui:103
+#: cui/uiconfig/ui/transparencytabpage.ui:103
#, fuzzy
msgctxt "transparencytabpage|RBT_TRANS_LINEAR"
msgid "_Transparency:"
msgstr "Deursigtigheid"
-#: transparencytabpage.ui:124
+#: cui/uiconfig/ui/transparencytabpage.ui:124
#, fuzzy
msgctxt "transparencytabpage|RBT_TRANS_GRADIENT"
msgid "_Gradient"
msgstr "Gradiënt"
-#: transparencytabpage.ui:266
+#: cui/uiconfig/ui/transparencytabpage.ui:259
#, fuzzy
msgctxt "transparencytabpage|FT_TRGR_TYPE"
msgid "Ty_pe:"
msgstr "Soort"
-#: transparencytabpage.ui:287
+#: cui/uiconfig/ui/transparencytabpage.ui:280
msgctxt "transparencytabpage|FT_TRGR_CENTER_X"
msgid "Center _X:"
msgstr ""
-#: transparencytabpage.ui:308
+#: cui/uiconfig/ui/transparencytabpage.ui:301
msgctxt "transparencytabpage|FT_TRGR_CENTER_Y"
msgid "Center _Y:"
msgstr ""
-#: transparencytabpage.ui:329
+#: cui/uiconfig/ui/transparencytabpage.ui:322
msgctxt "transparencytabpage|FT_TRGR_ANGLE"
msgid "_Angle:"
msgstr ""
-#: transparencytabpage.ui:350
+#: cui/uiconfig/ui/transparencytabpage.ui:343
#, fuzzy
msgctxt "transparencytabpage|FT_TRGR_BORDER"
msgid "_Border:"
msgstr "Grens"
-#: transparencytabpage.ui:371
+#: cui/uiconfig/ui/transparencytabpage.ui:364
msgctxt "transparencytabpage|FT_TRGR_START_VALUE"
msgid "_Start value:"
msgstr ""
-#: transparencytabpage.ui:392
+#: cui/uiconfig/ui/transparencytabpage.ui:385
msgctxt "transparencytabpage|FT_TRGR_END_VALUE"
msgid "_End value:"
msgstr ""
-#: transparencytabpage.ui:435
+#: cui/uiconfig/ui/transparencytabpage.ui:428
msgctxt "transparencytabpage|CTL_BITMAP_PREVIEW-atkobject"
msgid "Example"
msgstr "Voorbeeld"
-#: transparencytabpage.ui:453
+#: cui/uiconfig/ui/transparencytabpage.ui:446
msgctxt "transparencytabpage|CTL_TRANS_PREVIEW-atkobject"
msgid "Example"
msgstr "Voorbeeld"
-#: transparencytabpage.ui:494
+#: cui/uiconfig/ui/transparencytabpage.ui:487
msgctxt "transparencytabpage|FL_PROP"
msgid "Area Transparency Mode"
msgstr ""
-#: tsaurldialog.ui:7
+#: cui/uiconfig/ui/tsaurldialog.ui:7
msgctxt "tsaurldialog|TSAURLDialog"
msgid "Time Stamping Authority URLs"
msgstr ""
-#: tsaurldialog.ui:35
+#: cui/uiconfig/ui/tsaurldialog.ui:35
#, fuzzy
msgctxt "tsaurldialog|delete"
msgid "_Delete..."
msgstr "Skrap..."
-#: tsaurldialog.ui:51
+#: cui/uiconfig/ui/tsaurldialog.ui:51
#, fuzzy
msgctxt "tsaurldialog|add"
msgid "_Add..."
msgstr "Voeg by..."
-#: tsaurldialog.ui:131
+#: cui/uiconfig/ui/tsaurldialog.ui:131
msgctxt "tsaurldialog|label2"
msgid "Add or delete Time Stamp Authority URLs"
msgstr ""
-#: tsaurldialog.ui:167
+#: cui/uiconfig/ui/tsaurldialog.ui:167
msgctxt "tsaurldialog|enteraurl"
msgid "Enter a Time Stamp Authority URL"
msgstr ""
-#: tsaurldialog.ui:197
+#: cui/uiconfig/ui/tsaurldialog.ui:197
msgctxt "tsaurldialog|label1"
msgid "TSA URL"
msgstr ""
-#: twolinespage.ui:14
+#: cui/uiconfig/ui/twolinespage.ui:14
#, fuzzy
msgctxt "twolinespage|liststore1"
msgid "(None)"
msgstr "(Geen)"
-#: twolinespage.ui:18
+#: cui/uiconfig/ui/twolinespage.ui:18
msgctxt "twolinespage|liststore1"
msgid "("
msgstr ""
-#: twolinespage.ui:22
+#: cui/uiconfig/ui/twolinespage.ui:22
msgctxt "twolinespage|liststore1"
msgid "["
msgstr ""
-#: twolinespage.ui:26
+#: cui/uiconfig/ui/twolinespage.ui:26
msgctxt "twolinespage|liststore1"
msgid "<"
msgstr ""
-#: twolinespage.ui:30
+#: cui/uiconfig/ui/twolinespage.ui:30
msgctxt "twolinespage|liststore1"
msgid "{"
msgstr ""
-#: twolinespage.ui:34
+#: cui/uiconfig/ui/twolinespage.ui:34
#, fuzzy
msgctxt "twolinespage|liststore1"
msgid "Other Characters..."
msgstr "Ander karakters..."
-#: twolinespage.ui:48
+#: cui/uiconfig/ui/twolinespage.ui:48
#, fuzzy
msgctxt "twolinespage|liststore2"
msgid "(None)"
msgstr "(Geen)"
-#: twolinespage.ui:52
+#: cui/uiconfig/ui/twolinespage.ui:52
msgctxt "twolinespage|liststore2"
msgid ")"
msgstr ""
-#: twolinespage.ui:56
+#: cui/uiconfig/ui/twolinespage.ui:56
msgctxt "twolinespage|liststore2"
msgid "]"
msgstr ""
-#: twolinespage.ui:60
+#: cui/uiconfig/ui/twolinespage.ui:60
msgctxt "twolinespage|liststore2"
msgid ">"
msgstr ""
-#: twolinespage.ui:64
+#: cui/uiconfig/ui/twolinespage.ui:64
msgctxt "twolinespage|liststore2"
msgid "}"
msgstr ""
-#: twolinespage.ui:68
+#: cui/uiconfig/ui/twolinespage.ui:68
#, fuzzy
msgctxt "twolinespage|liststore2"
msgid "Other Characters..."
msgstr "Ander karakters..."
-#: twolinespage.ui:93
+#: cui/uiconfig/ui/twolinespage.ui:93
#, fuzzy
msgctxt "twolinespage|twolines"
msgid "Write in double lines"
msgstr "~Skryf in dubbele reëls"
-#: twolinespage.ui:107
+#: cui/uiconfig/ui/twolinespage.ui:108
msgctxt "twolinespage|label2"
msgid "Double-lined"
msgstr "Dubbellyn"
-#: twolinespage.ui:142
+#: cui/uiconfig/ui/twolinespage.ui:143
#, fuzzy
msgctxt "twolinespage|label29"
msgid "Initial character"
msgstr "Aa~nvangskarakter"
-#: twolinespage.ui:155
+#: cui/uiconfig/ui/twolinespage.ui:156
#, fuzzy
msgctxt "twolinespage|label30"
msgid "Final character"
msgstr "Eindkarakt~er"
-#: twolinespage.ui:206
+#: cui/uiconfig/ui/twolinespage.ui:207
#, fuzzy
msgctxt "twolinespage|label28"
msgid "Enclosing Character"
msgstr "Omsluitende karakter"
-#: twolinespage.ui:233
+#: cui/uiconfig/ui/twolinespage.ui:234
msgctxt "twolinespage|preview-atkobject"
msgid "Preview"
msgstr "Voorskou"
-#: wordcompletionpage.ui:43
+#: cui/uiconfig/ui/wordcompletionpage.ui:43
msgctxt "wordcompletionpage|delete"
msgid "_Delete Entry"
msgstr ""
-#: wordcompletionpage.ui:87
+#: cui/uiconfig/ui/wordcompletionpage.ui:87
msgctxt "wordcompletionpage|label1"
msgid "_Max. entries:"
msgstr ""
-#: wordcompletionpage.ui:126
+#: cui/uiconfig/ui/wordcompletionpage.ui:126
msgctxt "wordcompletionpage|label2"
msgid "Mi_n. word length:"
msgstr ""
-#: wordcompletionpage.ui:172
+#: cui/uiconfig/ui/wordcompletionpage.ui:172
msgctxt "wordcompletionpage|appendspace"
msgid "_Append space"
msgstr ""
-#: wordcompletionpage.ui:187
+#: cui/uiconfig/ui/wordcompletionpage.ui:187
msgctxt "wordcompletionpage|showastip"
msgid "_Show as tip"
msgstr ""
-#: wordcompletionpage.ui:210
+#: cui/uiconfig/ui/wordcompletionpage.ui:210
msgctxt "wordcompletionpage|enablewordcomplete"
msgid "Enable word _completion"
msgstr ""
-#: wordcompletionpage.ui:246
+#: cui/uiconfig/ui/wordcompletionpage.ui:246
msgctxt "wordcompletionpage|whenclosing"
msgid "_When closing a document, remove the words collected from it from the list"
msgstr ""
-#: wordcompletionpage.ui:269
+#: cui/uiconfig/ui/wordcompletionpage.ui:269
msgctxt "wordcompletionpage|collectwords"
msgid "C_ollect words"
msgstr ""
-#: wordcompletionpage.ui:299
+#: cui/uiconfig/ui/wordcompletionpage.ui:299
msgctxt "wordcompletionpage|label3"
msgid "Acc_ept with:"
msgstr ""
-#: zoomdialog.ui:14
+#: cui/uiconfig/ui/zoomdialog.ui:19
msgctxt "zoomdialog|ZoomDialog"
msgid "Zoom & View Layout"
msgstr "Zoem- en aansiguitleg"
-#: zoomdialog.ui:103
+#: cui/uiconfig/ui/zoomdialog.ui:112
msgctxt "zoomdialog|optimal"
msgid "Optimal"
msgstr "Optimaal"
-#: zoomdialog.ui:120
+#: cui/uiconfig/ui/zoomdialog.ui:129
#, fuzzy
msgctxt "zoomdialog|fitwandh"
msgid "Fit width and height"
msgstr "~Pas wydte en hoogte"
-#: zoomdialog.ui:137
+#: cui/uiconfig/ui/zoomdialog.ui:146
#, fuzzy
msgctxt "zoomdialog|fitw"
msgid "Fit width"
msgstr "Pas by ~breedte"
-#: zoomdialog.ui:154
+#: cui/uiconfig/ui/zoomdialog.ui:163
msgctxt "zoomdialog|100pc"
msgid "100%"
msgstr "100%"
-#: zoomdialog.ui:176
+#: cui/uiconfig/ui/zoomdialog.ui:185
#, fuzzy
msgctxt "zoomdialog|variable"
msgid "Variable:"
msgstr "Wisselend"
-#: zoomdialog.ui:204
+#: cui/uiconfig/ui/zoomdialog.ui:214
#, fuzzy
msgctxt "zoomdialog|zoomsb-atkobject"
msgid "Variable"
msgstr "Wisselend"
-#: zoomdialog.ui:229
+#: cui/uiconfig/ui/zoomdialog.ui:239
#, fuzzy
msgctxt "zoomdialog|label2"
msgid "Zoom Factor"
msgstr "Zoemfaktor"
-#: zoomdialog.ui:262
+#: cui/uiconfig/ui/zoomdialog.ui:272
msgctxt "zoomdialog|automatic"
msgid "Automatic"
msgstr "Outomaties"
-#: zoomdialog.ui:279
+#: cui/uiconfig/ui/zoomdialog.ui:288
#, fuzzy
msgctxt "zoomdialog|singlepage"
msgid "Single page"
msgstr "~Enkele bladsy"
-#: zoomdialog.ui:301
+#: cui/uiconfig/ui/zoomdialog.ui:310
#, fuzzy
msgctxt "zoomdialog|columns"
msgid "Columns:"
msgstr "Kolomme"
-#: zoomdialog.ui:332
+#: cui/uiconfig/ui/zoomdialog.ui:341
msgctxt "zoomdialog|columnssb-atkobject"
msgid "Columns"
msgstr "Kolomme"
-#: zoomdialog.ui:356
+#: cui/uiconfig/ui/zoomdialog.ui:365
#, fuzzy
msgctxt "zoomdialog|bookmode"
msgid "Book mode"
msgstr "~Boekmodus"
-#: zoomdialog.ui:383
+#: cui/uiconfig/ui/zoomdialog.ui:393
#, fuzzy
msgctxt "zoomdialog|label1"
msgid "View Layout"
diff --git a/source/af/dbaccess/messages.po b/source/af/dbaccess/messages.po
index 9303afd2faf..de43d98eba1 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: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+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"
@@ -13,66 +13,66 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: query.hrc:26
+#: dbaccess/inc/query.hrc:26
#, fuzzy
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The table view"
msgstr "Die tabelaansig"
-#: query.hrc:27
+#: dbaccess/inc/query.hrc:27
#, fuzzy
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The query"
msgstr "Die navraag"
-#: query.hrc:28
+#: dbaccess/inc/query.hrc:28
#, fuzzy
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The SQL statement"
msgstr "Die SQL-stelling"
-#: strings.hrc:25
+#: dbaccess/inc/strings.hrc:25
msgctxt "RID_STR_CONNECTION_INVALID"
msgid "No connection could be established."
msgstr "Geen verbinding kon gemaak word nie."
-#: strings.hrc:26
+#: dbaccess/inc/strings.hrc:26
msgctxt "RID_STR_TABLE_IS_FILTERED"
msgid "The table $name$ already exists. It is not visible because it has been filtered out."
msgstr "Die tabel $name$ bestaan reeds. Dit is nie sigbaar nie omdat dit uitgefilter is."
-#: strings.hrc:27
+#: dbaccess/inc/strings.hrc:27
msgctxt "RID_STR_COULDNOTCONNECT_UNSPECIFIED"
msgid "The connection to the external data source could not be established. An unknown error occurred. The driver is probably defective."
msgstr "Die verbinding met die eksterne databron kon nie gemaak word nie. 'n Onbekende fout het plaasgevind. Die drywer is waarskynlik defektief."
-#: strings.hrc:28
+#: dbaccess/inc/strings.hrc:28
#, fuzzy
msgctxt "RID_STR_COULDNOTCONNECT_NODRIVER"
msgid "The connection to the external data source could not be established. No SDBC driver was found for the URL '$name$'."
msgstr "Die verbinding met die eksterne databron kon nie gemaak word nie. Die SDBC-drywerbestuurder kon nie gelaai word nie."
-#: strings.hrc:29
+#: dbaccess/inc/strings.hrc:29
msgctxt "RID_STR_COULDNOTLOAD_MANAGER"
msgid "The connection to the external data source could not be established. The SDBC driver manager could not be loaded."
msgstr "Die verbinding met die eksterne databron kon nie gemaak word nie. Die SDBC-drywerbestuurder kon nie gelaai word nie."
-#: strings.hrc:30
+#: dbaccess/inc/strings.hrc:30
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Vorm"
-#: strings.hrc:31
+#: dbaccess/inc/strings.hrc:31
msgctxt "RID_STR_REPORT"
msgid "Report"
msgstr "Verslag"
-#: strings.hrc:32
+#: dbaccess/inc/strings.hrc:32
msgctxt "RID_STR_DATASOURCE_NOT_STORED"
msgid "The data source was not saved. Please use the interface XStorable to save the data source."
msgstr "Die databron is nie gestoor nie. Gebruik asseblief die koppelvlak XStoorbaar om die databron te stoor."
-#: strings.hrc:33
+#: dbaccess/inc/strings.hrc:33
msgctxt "RID_STR_ONLY_QUERY"
msgid ""
"The given command is not a SELECT statement.\n"
@@ -81,138 +81,138 @@ msgstr ""
"Die gegewe bevel is nie 'n SELECT-stelling nie.\n"
" Net navrae word toegelaat."
-#: strings.hrc:34
+#: dbaccess/inc/strings.hrc:34
msgctxt "RID_STR_NO_VALUE_CHANGED"
msgid "No values were modified."
msgstr "Geen waardes is gewysig nie."
-#: strings.hrc:35
+#: dbaccess/inc/strings.hrc:35
msgctxt "RID_STR_NO_XROWUPDATE"
msgid "Values could not be inserted. The XRowUpdate interface is not supported by ResultSet."
msgstr "Waardes kon nie ingevoeg word nie. Die XRyBywerk-koppelvlak word nie deur ResultaatStel ondersteun nie."
-#: strings.hrc:36
+#: dbaccess/inc/strings.hrc:36
msgctxt "RID_STR_NO_XRESULTSETUPDATE"
msgid "Values could not be inserted. The XResultSetUpdate interface is not supported by ResultSet."
msgstr "Waardes kon nie ingevoeg word nie. Die XResultaatStelBywerk-koppelvlak word nie deur ResultaatStel ondersteun nie."
-#: strings.hrc:37
+#: dbaccess/inc/strings.hrc:37
msgctxt "RID_STR_NO_UPDATE_MISSING_CONDITION"
msgid "Values could not be modified, due to a missing condition statement."
msgstr "Waardes kon nie gewysig word nie vanweë 'n vermiste voorwaardestelling."
-#: strings.hrc:38
+#: dbaccess/inc/strings.hrc:38
msgctxt "RID_STR_NO_COLUMN_ADD"
msgid "The adding of columns is not supported."
msgstr "Die byvoeg van kolomme word nie ondersteun nie."
-#: strings.hrc:39
+#: dbaccess/inc/strings.hrc:39
msgctxt "RID_STR_NO_COLUMN_DROP"
msgid "The dropping of columns is not supported."
msgstr "Die weglaat van kolomme word nie ondersteun nie."
-#: strings.hrc:40
+#: dbaccess/inc/strings.hrc:40
msgctxt "RID_STR_NO_CONDITION_FOR_PK"
msgid "The WHERE condition could not be created for the primary key."
msgstr "Die WHERE-voorwaarde kon nie vir die primêre sleutel geskep word nie."
-#: strings.hrc:41
+#: dbaccess/inc/strings.hrc:41
msgctxt "RID_STR_COLUMN_UNKNOWN_PROP"
msgid "The column does not support the property '%value'."
msgstr "Die kolom ondersteun nie die eienskap '%value' nie."
-#: strings.hrc:42
+#: dbaccess/inc/strings.hrc:42
msgctxt "RID_STR_COLUMN_NOT_SEARCHABLE"
msgid "The column is not searchable!"
msgstr "Die kolom is nie deursoekbaar nie!"
-#: strings.hrc:43
+#: dbaccess/inc/strings.hrc:43
msgctxt "RID_STR_NOT_SEQUENCE_INT8"
msgid "The value of the columns is not of the type Sequence<sal_Int8>."
msgstr "Die waarde van die kolomme is nie van die Sequence<sal_Int8>-soort nie."
-#: strings.hrc:44
+#: dbaccess/inc/strings.hrc:44
msgctxt "RID_STR_COLUMN_NOT_VALID"
msgid "The column is not valid."
msgstr "Die kolom is nie geldig nie."
-#: strings.hrc:45
+#: dbaccess/inc/strings.hrc:45
#, c-format
msgctxt "RID_STR_COLUMN_MUST_VISIBLE"
msgid "The column '%name' must be visible as a column."
msgstr "Die kolom '%name' moet sigbaar as 'n kolom wees."
-#: strings.hrc:46
+#: dbaccess/inc/strings.hrc:46
msgctxt "RID_STR_NO_XQUERIESSUPPLIER"
msgid "The interface XQueriesSupplier is not available."
msgstr "Die koppelvlak XNavraagVerskaffer is nie beskikbaar nie."
-#: strings.hrc:47
+#: dbaccess/inc/strings.hrc:47
msgctxt "RID_STR_NO_ABS_ZERO"
msgid "An 'absolute(0)' call is not allowed."
msgstr "'n 'absolute(0)'-roep word nie toegelaat nie."
-#: strings.hrc:48
+#: dbaccess/inc/strings.hrc:48
msgctxt "RID_STR_NO_RELATIVE"
msgid "Relative positioning is not allowed in this state."
msgstr "Relatiewe posisionering word nie in hierdie staat toegelaat nie."
-#: strings.hrc:49
+#: dbaccess/inc/strings.hrc:49
msgctxt "RID_STR_NO_REFESH_AFTERLAST"
msgid "A row cannot be refreshed when the ResultSet is positioned after the last row."
msgstr "'n Ry kan nie verfris word wanneer die ResultaatStel ná die laaste ry geposisioneer is nie."
-#: strings.hrc:50
+#: dbaccess/inc/strings.hrc:50
msgctxt "RID_STR_NO_MOVETOINSERTROW_CALLED"
msgid "A new row cannot be inserted when the ResultSet is not first moved to the insert row."
msgstr "'n Nuwe ry kan nie ingevoeg word wanneer die ResultaatStel nie eers na die invoegry geskuif word nie."
-#: strings.hrc:51
+#: dbaccess/inc/strings.hrc:51
msgctxt "RID_STR_NO_UPDATEROW"
msgid "A row cannot be modified in this state"
msgstr "'n Ry kan nie in hierdie staat gewysig word nie"
-#: strings.hrc:52
+#: dbaccess/inc/strings.hrc:52
msgctxt "RID_STR_NO_DELETEROW"
msgid "A row cannot be deleted in this state."
msgstr "'n Ry kan nie in hierdie staat geskrap word nie."
-#: strings.hrc:53
+#: dbaccess/inc/strings.hrc:53
msgctxt "RID_STR_NO_TABLE_RENAME"
msgid "The driver does not support table renaming."
msgstr "Die drywer ondersteun nie tabelhernoeming nie."
-#: strings.hrc:54
+#: dbaccess/inc/strings.hrc:54
msgctxt "RID_STR_COLUMN_ALTER_BY_NAME"
msgid "The driver does not support the modification of column descriptions by changing the name."
msgstr "Die drywer ondersteun nie die wysiging van kolombeskrywings deur die naam te verander nie."
-#: strings.hrc:55
+#: dbaccess/inc/strings.hrc:55
msgctxt "RID_STR_COLUMN_ALTER_BY_INDEX"
msgid "The driver does not support the modification of column descriptions by changing the index."
msgstr "Die drywer ondersteun nie die wysiging van kolombeskrywings deur die indeks te verander nie."
-#: strings.hrc:56
+#: dbaccess/inc/strings.hrc:56
msgctxt "RID_STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Die lêer \"$file$\" bestaan nie."
-#: strings.hrc:57
+#: dbaccess/inc/strings.hrc:57
msgctxt "RID_STR_TABLE_DOES_NOT_EXIST"
msgid "There exists no table named \"$table$\"."
msgstr "Daar is geen tabel genaamd \"$table$\" nie."
-#: strings.hrc:58
+#: dbaccess/inc/strings.hrc:58
msgctxt "RID_STR_QUERY_DOES_NOT_EXIST"
msgid "There exists no query named \"$table$\"."
msgstr "Daar is geen navraag genaamd \"$table$\" nie."
-#: strings.hrc:59
+#: dbaccess/inc/strings.hrc:59
msgctxt "RID_STR_CONFLICTING_NAMES"
msgid "There are tables in the database whose names conflict with the names of existing queries. To make full use of all queries and tables, make sure they have distinct names."
msgstr "Daar is tabelle in die databasis waarvan die name met die name van bestaande navrae bots. Om volledige gebruik van al die navrae en tabelle te maak, maak seker dat hulle unieke name het."
-#: strings.hrc:60
+#: dbaccess/inc/strings.hrc:60
msgctxt "RID_STR_COMMAND_LEADING_TO_ERROR"
msgid ""
"The SQL command leading to this error is:\n"
@@ -223,498 +223,498 @@ msgstr ""
"\n"
"$command$"
-#: strings.hrc:61
+#: dbaccess/inc/strings.hrc:61
msgctxt "RID_STR_STATEMENT_WITHOUT_RESULT_SET"
msgid "The SQL command does not describe a result set."
msgstr "Die SQL-bevel beskryf nie 'n resultaatstel nie."
-#: strings.hrc:62
+#: dbaccess/inc/strings.hrc:62
msgctxt "RID_STR_NAME_MUST_NOT_BE_EMPTY"
msgid "The name must not be empty."
msgstr "Die naam moenie leeg wees nie."
-#: strings.hrc:63
+#: dbaccess/inc/strings.hrc:63
msgctxt "RID_STR_NO_NULL_OBJECTS_IN_CONTAINER"
msgid "The container cannot contain NULL objects."
msgstr "Die houer kan nie NUL-objekte bevat nie."
-#: strings.hrc:64
+#: dbaccess/inc/strings.hrc:64
msgctxt "RID_STR_NAME_ALREADY_USED"
msgid "There already is an object with the given name."
msgstr "Daar is reeds 'n objek met die gegewe naam."
-#: strings.hrc:65
+#: dbaccess/inc/strings.hrc:65
msgctxt "RID_STR_OBJECT_CONTAINER_MISMATCH"
msgid "This object cannot be part of this container."
msgstr "Hierdie objek kan nie deel van hierdie houer wees nie."
-#: strings.hrc:66
+#: dbaccess/inc/strings.hrc:66
msgctxt "RID_STR_OBJECT_ALREADY_CONTAINED"
msgid "The object already is, with a different name, part of the container."
msgstr "Die objek is reeds, met 'n ander naam, deel van die houer."
-#: strings.hrc:67
+#: dbaccess/inc/strings.hrc:67
msgctxt "RID_STR_NAME_NOT_FOUND"
msgid "Unable to find the document '$name$'."
msgstr "Kon nie die dokument '$name$' vind nie."
-#: strings.hrc:68
+#: dbaccess/inc/strings.hrc:68
msgctxt "RID_STR_ERROR_WHILE_SAVING"
msgid ""
"Could not save the document to $location$:\n"
"$message$"
msgstr ""
-#: strings.hrc:69
+#: dbaccess/inc/strings.hrc:69
msgctxt "RID_NO_SUCH_DATA_SOURCE"
msgid ""
"Error accessing data source '$name$':\n"
"$error$"
msgstr ""
-#: strings.hrc:70
+#: dbaccess/inc/strings.hrc:70
msgctxt "RID_STR_NO_SUB_FOLDER"
msgid "There exists no folder named \"$folder$\"."
msgstr "Daar is geen tabel genaamd \"$folder$\" nie."
-#: strings.hrc:71
+#: dbaccess/inc/strings.hrc:71
msgctxt "RID_STR_NO_DELETE_BEFORE_AFTER"
msgid "Cannot delete the before-first or after-last row."
msgstr ""
-#: strings.hrc:72
+#: dbaccess/inc/strings.hrc:72
msgctxt "RID_STR_NO_DELETE_INSERT_ROW"
msgid "Cannot delete the insert-row."
msgstr ""
-#: strings.hrc:73
+#: dbaccess/inc/strings.hrc:73
msgctxt "RID_STR_RESULT_IS_READONLY"
msgid "Result set is read only."
msgstr ""
-#: strings.hrc:74
+#: dbaccess/inc/strings.hrc:74
msgctxt "RID_STR_NO_DELETE_PRIVILEGE"
msgid "DELETE privilege not available."
msgstr ""
-#: strings.hrc:75
+#: dbaccess/inc/strings.hrc:75
msgctxt "RID_STR_ROW_ALREADY_DELETED"
msgid "Current row is already deleted."
msgstr ""
-#: strings.hrc:76
+#: dbaccess/inc/strings.hrc:76
#, fuzzy
msgctxt "RID_STR_UPDATE_FAILED"
msgid "Current row could not be updated."
msgstr "Die skakel kon nie bygewerk word nie."
-#: strings.hrc:77
+#: dbaccess/inc/strings.hrc:77
msgctxt "RID_STR_NO_INSERT_PRIVILEGE"
msgid "INSERT privilege not available."
msgstr ""
-#: strings.hrc:78
+#: dbaccess/inc/strings.hrc:78
msgctxt "RID_STR_INTERNAL_ERROR"
msgid "Internal error: no statement object provided by the database driver."
msgstr ""
-#: strings.hrc:79
+#: dbaccess/inc/strings.hrc:79
msgctxt "RID_STR_EXPRESSION1"
msgid "Expression1"
msgstr "Uitdrukking1"
-#: strings.hrc:80
+#: dbaccess/inc/strings.hrc:80
msgctxt "RID_STR_NO_SQL_COMMAND"
msgid "No SQL command was provided."
msgstr ""
-#: strings.hrc:81
+#: dbaccess/inc/strings.hrc:81
msgctxt "RID_STR_INVALID_INDEX"
msgid "Invalid column index."
msgstr ""
-#: strings.hrc:82
+#: dbaccess/inc/strings.hrc:82
msgctxt "RID_STR_INVALID_CURSOR_STATE"
msgid "Invalid cursor state."
msgstr ""
-#: strings.hrc:83
+#: dbaccess/inc/strings.hrc:83
msgctxt "RID_STR_CURSOR_BEFORE_OR_AFTER"
msgid "The cursor points to before the first or after the last row."
msgstr ""
-#: strings.hrc:84
+#: dbaccess/inc/strings.hrc:84
msgctxt "RID_STR_NO_BOOKMARK_BEFORE_OR_AFTER"
msgid "The rows before the first and after the last row don't have a bookmark."
msgstr ""
-#: strings.hrc:85
+#: dbaccess/inc/strings.hrc:85
msgctxt "RID_STR_NO_BOOKMARK_DELETED"
msgid "The current row is deleted, and thus doesn't have a bookmark."
msgstr ""
-#: strings.hrc:86
+#: dbaccess/inc/strings.hrc:86
msgctxt "RID_STR_CONNECTION_REQUEST"
msgid "A connection for the following URL was requested \"$name$\"."
msgstr ""
-#: strings.hrc:87
+#: dbaccess/inc/strings.hrc:87
#, fuzzy
msgctxt "RID_STR_MISSING_EXTENSION"
msgid "The extension is not installed."
msgstr "Die uitbreiding sal nie geïnstalleer word nie."
-#: strings.hrc:89
+#: dbaccess/inc/strings.hrc:89
msgctxt "STR_QUERY_AND_TABLE_DISTINCT_NAMES"
msgid "You cannot give a table and a query the same name. Please use a name which is not yet used by a query or table."
msgstr "Jy kan nie 'n tabel en 'n navraag selfde naam gee nie. Gebruik asseblief 'n naam wat nog nie deur 'n navraag of tabel gebruik word nie."
-#: strings.hrc:90
+#: dbaccess/inc/strings.hrc:90
msgctxt "STR_BASENAME_TABLE"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:91
+#: dbaccess/inc/strings.hrc:91
msgctxt "STR_BASENAME_QUERY"
msgid "Query"
msgstr "Navraag"
-#: strings.hrc:92
+#: dbaccess/inc/strings.hrc:92
msgctxt "STR_CONN_WITHOUT_QUERIES_OR_TABLES"
msgid "The given connection is no valid query and/or tables supplier."
msgstr "Die gegewe verbinding is nie 'n geldige navraag- en/of tabelverskaffer nie."
-#: strings.hrc:93
+#: dbaccess/inc/strings.hrc:93
msgctxt "STR_NO_TABLE_OBJECT"
msgid "The given object is no table object."
msgstr "Die gegewe objek is nie 'n tabelobjek nie."
-#: strings.hrc:94
+#: dbaccess/inc/strings.hrc:94
msgctxt "STR_INVALID_COMPOSITION_TYPE"
msgid "Invalid composition type - need a value from com.sun.star.sdb.tools.CompositionType."
msgstr "Ongeldige saamsteltipe - benodig 'n waarde van com.sun.star.sdb.tools.CompositionType."
-#: strings.hrc:95
+#: dbaccess/inc/strings.hrc:95
msgctxt "STR_INVALID_COMMAND_TYPE"
msgid "Invalid command type - only TABLE and QUERY from com.sun.star.sdb.CommandType are allowed."
msgstr "Ongeldige beveltipe - net TABLE en QUERY uit com.sun.star.sdb.CommandType word toegelaat."
-#: strings.hrc:97
+#: dbaccess/inc/strings.hrc:97
msgctxt "STR_STATE_CLOSE_SUB_DOCS"
msgid "Prepare"
msgstr "Voorberei"
-#: strings.hrc:98
+#: dbaccess/inc/strings.hrc:98
msgctxt "STR_STATE_BACKUP_DBDOC"
msgid "Backup Document"
msgstr "Rugsteundokument"
-#: strings.hrc:99
+#: dbaccess/inc/strings.hrc:99
msgctxt "STR_STATE_MIGRATE"
msgid "Migrate"
msgstr "Migreer"
-#: strings.hrc:100
+#: dbaccess/inc/strings.hrc:100
msgctxt "STR_STATE_SUMMARY"
msgid "Summary"
msgstr "Opsomming"
#. To translators: This refers to a form documen t inside a database document.
-#: strings.hrc:102
+#: dbaccess/inc/strings.hrc:102
msgctxt "STR_FORM"
msgid "Form '$name$'"
msgstr "Vorm '$name$'"
#. To translators: This refers to a report docum ent inside a database document.
-#: strings.hrc:104
+#: dbaccess/inc/strings.hrc:104
msgctxt "STR_REPORT"
msgid "Report '$name$'"
msgstr "Rapporteer '$name$'"
-#: strings.hrc:105
+#: dbaccess/inc/strings.hrc:105
msgctxt "STR_OVERALL_PROGRESS"
msgid "document $current$ of $overall$"
msgstr "dokument $current$ van $overall$"
-#: strings.hrc:106
+#: dbaccess/inc/strings.hrc:106
msgctxt "STR_DATABASE_DOCUMENT"
msgid "Database Document"
msgstr "Databasis-dokument"
-#: strings.hrc:107
+#: dbaccess/inc/strings.hrc:107
msgctxt "STR_SAVED_COPY_TO"
msgid "saved copy to $location$"
msgstr "kopie gestoor na $location$"
-#: strings.hrc:108
+#: dbaccess/inc/strings.hrc:108
msgctxt "STR_MOVED_LIBRARY"
msgid "migrated $type$ library '$old$' to '$new$'"
msgstr "het $type$ biblioteek '$old$' na '$new$' gemigreer"
-#: strings.hrc:109
+#: dbaccess/inc/strings.hrc:109
msgctxt "STR_LIBRARY_TYPE_AND_NAME"
msgid "$type$ library '$library$'"
msgstr "$type$ biblioteek '$library$'"
-#: strings.hrc:110
+#: dbaccess/inc/strings.hrc:110
msgctxt "STR_MIGRATING_LIBS"
msgid "migrating libraries ..."
msgstr "migreer tans biblioteke..."
-#: strings.hrc:111
+#: dbaccess/inc/strings.hrc:111
msgctxt "STR_OOO_BASIC"
msgid "%PRODUCTNAME Basic"
msgstr "%PRODUCTNAME Basic"
-#: strings.hrc:112
+#: dbaccess/inc/strings.hrc:112
msgctxt "STR_JAVA_SCRIPT"
msgid "JavaScript"
msgstr "JavaScript"
-#: strings.hrc:113
+#: dbaccess/inc/strings.hrc:113
msgctxt "STR_BEAN_SHELL"
msgid "BeanShell"
msgstr "BeanShell"
-#: strings.hrc:114
+#: dbaccess/inc/strings.hrc:114
msgctxt "STR_JAVA"
msgid "Java"
msgstr "Java"
-#: strings.hrc:115
+#: dbaccess/inc/strings.hrc:115
msgctxt "STR_PYTHON"
msgid "Python"
msgstr "Python"
-#: strings.hrc:116
+#: dbaccess/inc/strings.hrc:116
msgctxt "STR_DIALOG"
msgid "dialog"
msgstr "dialoog"
-#: strings.hrc:117
+#: dbaccess/inc/strings.hrc:117
msgctxt "STR_ERRORS"
msgid "Error(s)"
msgstr "Fout(e)"
-#: strings.hrc:118
+#: dbaccess/inc/strings.hrc:118
msgctxt "STR_WARNINGS"
msgid "Warnings"
msgstr "Waarskuwings"
-#: strings.hrc:119
+#: dbaccess/inc/strings.hrc:119
msgctxt "STR_EXCEPTION"
msgid "caught exception:"
msgstr "uitsondering gevang:"
-#: strings.hrc:120
+#: dbaccess/inc/strings.hrc:120
#, fuzzy
msgctxt "STR_INVALID_BACKUP_LOCATION"
msgid "You need to choose a backup location other than the document location itself."
msgstr "U moet 'n rugsteunligging kies wat nie die dokument se eie ligging is nie."
-#: strings.hrc:121
+#: dbaccess/inc/strings.hrc:121
msgctxt "STR_INVALID_NUMBER_ARGS"
msgid "Invalid number of initialization arguments. Expected 1."
msgstr ""
-#: strings.hrc:122
+#: dbaccess/inc/strings.hrc:122
msgctxt "STR_NO_DATABASE"
msgid "No database document found in the initialization arguments."
msgstr ""
-#: strings.hrc:123
+#: dbaccess/inc/strings.hrc:123
msgctxt "STR_NOT_READONLY"
msgid "Not applicable to read-only documents."
msgstr ""
-#: strings.hrc:125
+#: dbaccess/inc/strings.hrc:125
msgctxt "STR_QUERY_UNDO_TABWINSHOW"
msgid "Add Table Window"
msgstr "Voeg tabelvenster by"
-#: strings.hrc:126
+#: dbaccess/inc/strings.hrc:126
msgctxt "STR_QUERY_UNDO_MOVETABWIN"
msgid "Move table window"
msgstr "Skuif tabelvenster"
-#: strings.hrc:127
+#: dbaccess/inc/strings.hrc:127
msgctxt "STR_QUERY_UNDO_INSERTCONNECTION"
msgid "Insert Join"
msgstr "Voeg samesmelting in"
-#: strings.hrc:128
+#: dbaccess/inc/strings.hrc:128
msgctxt "STR_QUERY_UNDO_REMOVECONNECTION"
msgid "Delete Join"
msgstr "Skrap samesmelting"
-#: strings.hrc:129
+#: dbaccess/inc/strings.hrc:129
msgctxt "STR_QUERY_UNDO_SIZETABWIN"
msgid "Resize table window"
msgstr "Verstel tabelvenster grootte"
-#: strings.hrc:130
+#: dbaccess/inc/strings.hrc:130
msgctxt "STR_QUERY_UNDO_TABFIELDDELETE"
msgid "Delete Column"
msgstr "Skrap kolom"
-#: strings.hrc:131
+#: dbaccess/inc/strings.hrc:131
msgctxt "STR_QUERY_UNDO_TABFIELDMOVED"
msgid "Move column"
msgstr "Skuif kolom"
-#: strings.hrc:132
+#: dbaccess/inc/strings.hrc:132
msgctxt "STR_QUERY_UNDO_TABFIELDCREATE"
msgid "Add Column"
msgstr "Voeg kolom by"
-#: strings.hrc:133
+#: dbaccess/inc/strings.hrc:133
msgctxt "RID_STR_FIELD_DOESNT_EXIST"
msgid "Invalid expression, field name '$name$' does not exist."
msgstr "Ongeldige uitdrukking, veldnaam '$name$' bestaan nie."
-#: strings.hrc:134
+#: dbaccess/inc/strings.hrc:134
msgctxt "STR_QUERY_UNDO_TABWINDELETE"
msgid "Delete Table Window"
msgstr "Skrap tabelvenster"
-#: strings.hrc:135
+#: dbaccess/inc/strings.hrc:135
msgctxt "STR_QUERY_UNDO_MODIFY_CELL"
msgid "Edit Column Description"
msgstr "Redigeer kolombeskrywing"
-#: strings.hrc:136
+#: dbaccess/inc/strings.hrc:136
msgctxt "STR_QUERY_UNDO_SIZE_COLUMN"
msgid "Adjust column width"
msgstr "Pas kolomwydte aan"
-#: strings.hrc:137
+#: dbaccess/inc/strings.hrc:137
msgctxt "STR_QUERY_SORTTEXT"
msgid "(not sorted);ascending;descending"
msgstr "(ongesorteer);oplopend;aflopend"
-#: strings.hrc:138
+#: dbaccess/inc/strings.hrc:138
msgctxt "STR_QUERY_FUNCTIONS"
msgid "(no function);Group"
msgstr "(geen funksie);Groep"
-#: strings.hrc:139
+#: dbaccess/inc/strings.hrc:139
msgctxt "STR_QUERY_NOTABLE"
msgid "(no table)"
msgstr "(geen tabel)"
-#: strings.hrc:140
+#: dbaccess/inc/strings.hrc:140
msgctxt "STR_QRY_ORDERBY_UNRELATED"
msgid "The database only supports sorting for visible fields."
msgstr "Die databasis ondersteun net sortering vir sigbare velde."
-#: strings.hrc:141
+#: dbaccess/inc/strings.hrc:141
msgctxt "STR_QUERY_HANDLETEXT"
msgid "Field;Alias;Table;Sort;Visible;Function;Criterion;Or;Or"
msgstr "Veld;alias;tabel;Sorteer;Sigbaar;Funksie;Kriteria;Of;Of"
-#: strings.hrc:142
+#: dbaccess/inc/strings.hrc:142
#, fuzzy
msgctxt "STR_QUERY_LIMIT_ALL"
msgid "All"
msgstr "~Alles"
-#: strings.hrc:143
+#: dbaccess/inc/strings.hrc:143
msgctxt "STR_QRY_TOO_MANY_COLUMNS"
msgid "There are too many columns."
msgstr "Daar is te veel kolomme."
-#: strings.hrc:144
+#: dbaccess/inc/strings.hrc:144
msgctxt "STR_QRY_CRITERIA_ON_ASTERISK"
msgid "A condition cannot be applied to field [*]"
msgstr "'n Voorwaarde kan nie op veld [*] toegepas word nie"
-#: strings.hrc:145
+#: dbaccess/inc/strings.hrc:145
msgctxt "STR_QRY_TOO_LONG_STATEMENT"
msgid "The SQL statement created is too long."
msgstr "Die SQL-stelling wat geskep is, is te lank."
-#: strings.hrc:146
+#: dbaccess/inc/strings.hrc:146
msgctxt "STR_QRY_TOOCOMPLEX"
msgid "Query is too complex"
msgstr "Navraag is te kompleks"
-#: strings.hrc:147
+#: dbaccess/inc/strings.hrc:147
msgctxt "STR_QRY_NOSELECT"
msgid "Nothing has been selected."
msgstr "Niks is geselekteer nie."
-#: strings.hrc:148
+#: dbaccess/inc/strings.hrc:148
msgctxt "STR_QRY_SYNTAX"
msgid "SQL syntax error"
msgstr "SQL-sintaksfout"
-#: strings.hrc:149
+#: dbaccess/inc/strings.hrc:149
msgctxt "STR_QRY_ORDERBY_ON_ASTERISK"
msgid "[*] cannot be used as a sort criterion."
msgstr "[*] kan nie as sorteerkriteria gebruik word nie."
-#: strings.hrc:150
+#: dbaccess/inc/strings.hrc:150
msgctxt "STR_QRY_TOO_MANY_TABLES"
msgid "There are too many tables."
msgstr "Daar is te veel tabelle."
-#: strings.hrc:151
+#: dbaccess/inc/strings.hrc:151
msgctxt "STR_QRY_NATIVE"
msgid "The statement will not be applied when querying in the SQL dialect of the database."
msgstr "Die stelling sal nie toegepas word wanneer daar in die SQL-dialek van die databasis navraag gedoen word nie."
-#: strings.hrc:152
+#: dbaccess/inc/strings.hrc:152
msgctxt "STR_QRY_ILLEGAL_JOIN"
msgid "Join could not be processed"
msgstr "Samesmelting kon nie verwerk word nie"
-#: strings.hrc:153
+#: dbaccess/inc/strings.hrc:153
msgctxt "STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Sintaksfout in SQL-stelling"
-#: strings.hrc:154
+#: dbaccess/inc/strings.hrc:154
msgctxt "STR_QUERYDESIGN_NO_VIEW_SUPPORT"
msgid "This database does not support table views."
msgstr "Hierdie databasis ondersteun nie tabelaansig nie."
-#: strings.hrc:155
+#: dbaccess/inc/strings.hrc:155
msgctxt "STR_NO_ALTER_VIEW_SUPPORT"
msgid "This database does not support altering of existing table views."
msgstr "Hierdie databasis werk nie met die wysiging van bestaande tabelaansigte nie."
-#: strings.hrc:156
+#: dbaccess/inc/strings.hrc:156
msgctxt "STR_QUERYDESIGN_NO_VIEW_ASK"
msgid "Do you want to create a query instead?"
msgstr "Wil u eerder 'n navraag skep?"
-#: strings.hrc:157
+#: dbaccess/inc/strings.hrc:157
msgctxt "STR_DATASOURCE_DELETED"
msgid "The corresponding data source has been deleted. Therefore, data relevant to that data source cannot be saved."
msgstr "Die ooreenstemmende databron is geskrap. Data wat vir daardie databron relevant is kon dus nie gestoor word nie."
-#: strings.hrc:158
+#: dbaccess/inc/strings.hrc:158
msgctxt "STR_QRY_COLUMN_NOT_FOUND"
msgid "The column '$name$' is unknown."
msgstr "Die kolom '$name$' is onbekend."
-#: strings.hrc:159
+#: dbaccess/inc/strings.hrc:159
msgctxt "STR_QRY_JOIN_COLUMN_COMPARE"
msgid "Columns can only be compared using '='."
msgstr "Kolomme kan net vergelyk word deur '=' te gebruik."
-#: strings.hrc:160
+#: dbaccess/inc/strings.hrc:160
msgctxt "STR_QRY_LIKE_LEFT_NO_COLUMN"
msgid "You must use a column name before 'LIKE'."
msgstr "U moet 'n kolomnaam gebruik voor 'LIKE'."
-#: strings.hrc:161
+#: dbaccess/inc/strings.hrc:161
msgctxt "STR_QRY_CHECK_CASESENSITIVE"
msgid "The column could not be found. Please note that the database is case-sensitive."
msgstr "Die kolom kon nie gevind word nie. Let op dat die databasis kassensitief is."
#. To translators: For $object$, one of the valu es of the RSC_QUERY_OBJECT_TYPE resource will be inserted.
-#: strings.hrc:163
+#: dbaccess/inc/strings.hrc:163
msgctxt "STR_QUERY_SAVEMODIFIED"
msgid ""
"$object$ has been changed.\n"
@@ -724,237 +724,237 @@ msgstr ""
"Wil u die veranderinge stoor?"
#. To translators: For $object$, one of the valu es of the RSC_QUERY_OBJECT_TYPE resource (except \"SQL command\", which doesn't make sense here) will be inserted.
-#: strings.hrc:165
+#: dbaccess/inc/strings.hrc:165
msgctxt "STR_ERROR_PARSING_STATEMENT"
msgid "$object$ is based on an SQL command which could not be parsed."
msgstr "$object$ is gebaseer op 'n SQL-bevel wat nie ontleed kon word nie."
#. To translators: For $object$, one of the valu es of the RSC_QUERY_OBJECT_TYPE resource (except \"SQL command\", which doesn't make sense here) will be inserted.
-#: strings.hrc:167
+#: dbaccess/inc/strings.hrc:167
msgctxt "STR_INFO_OPENING_IN_SQL_VIEW"
msgid "$object$ will be opened in SQL view."
msgstr "$object$ sal in SQL-aansig geopen word."
-#: strings.hrc:168
+#: dbaccess/inc/strings.hrc:168
msgctxt "STR_STATEMENT_WITHOUT_RESULT_SET"
msgid "The query does not create a result set, and thus cannot be part of another query."
msgstr "Die navraag skep nie 'n resultaatstel nie, en kan dus nie deel van nóg 'n navraag wees nie."
-#: strings.hrc:170
+#: dbaccess/inc/strings.hrc:170
#, fuzzy
msgctxt "RID_STR_COLUMN_FORMAT"
msgid "Column ~Format..."
msgstr "Kolom~formaat..."
-#: strings.hrc:171
+#: dbaccess/inc/strings.hrc:171
msgctxt "RID_STR_COLUMN_WIDTH"
msgid "Column ~Width..."
msgstr "Kolom~wydte..."
-#: strings.hrc:172
+#: dbaccess/inc/strings.hrc:172
#, fuzzy
msgctxt "RID_STR_TABLE_FORMAT"
msgid "Table Format..."
msgstr "Tabelformaat..."
-#: strings.hrc:173
+#: dbaccess/inc/strings.hrc:173
msgctxt "RID_STR_ROW_HEIGHT"
msgid "Row Height..."
msgstr "Ryhoogte..."
-#: strings.hrc:174
+#: dbaccess/inc/strings.hrc:174
msgctxt "RID_STR_COPY"
msgid "~Copy"
msgstr "~Kopieer"
-#: strings.hrc:175
+#: dbaccess/inc/strings.hrc:175
msgctxt "RID_STR_UNDO_MODIFY_RECORD"
msgid "Undo: Data Input"
msgstr "Ontdoen: data toevoer"
-#: strings.hrc:176
+#: dbaccess/inc/strings.hrc:176
msgctxt "RID_STR_SAVE_CURRENT_RECORD"
msgid "Save current record"
msgstr "Stoor huidige rekord"
-#: strings.hrc:177
+#: dbaccess/inc/strings.hrc:177
msgctxt "STR_QRY_TITLE"
msgid "Query #"
msgstr "Navraag #"
-#: strings.hrc:178
+#: dbaccess/inc/strings.hrc:178
#, fuzzy
msgctxt "STR_TBL_TITLE"
msgid "Table #"
msgstr "Tabel #"
-#: strings.hrc:179
+#: dbaccess/inc/strings.hrc:179
msgctxt "STR_VIEW_TITLE"
msgid "View #"
msgstr "Bekyk #"
-#: strings.hrc:180
+#: dbaccess/inc/strings.hrc:180
msgctxt "STR_NAME_ALREADY_EXISTS"
msgid "The name \"#\" already exists."
msgstr "Die naam \"#\" bestaan reeds."
-#: strings.hrc:181
+#: dbaccess/inc/strings.hrc:181
msgctxt "STR_NO_COLUMNNAME_MATCHING"
msgid "No matching column names were found."
msgstr "Geen passende kolomname is gevind nie."
-#: strings.hrc:182
+#: dbaccess/inc/strings.hrc:182
msgctxt "STR_ERROR_OCCURRED_WHILE_COPYING"
msgid "An error occurred. Do you want to continue copying?"
msgstr "'n Fout het plaasgevind. Wil u voortgaan om te kopieer?"
-#: strings.hrc:183
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_DATASOURCE_GRIDCONTROL_NAME"
msgid "Data source table view"
msgstr "Databrontabel-aansig"
-#: strings.hrc:184
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_DATASOURCE_GRIDCONTROL_DESC"
msgid "Shows the selected table or query."
msgstr "Vertoon die geselekteerde tabel of navraag."
-#: strings.hrc:186
+#: dbaccess/inc/strings.hrc:186
msgctxt "STR_QUERY_UNDO_MODIFYSQLEDIT"
msgid "Modify SQL statement(s)"
msgstr "Wysig SQL-stelling(s)"
-#: strings.hrc:188
+#: dbaccess/inc/strings.hrc:188
msgctxt "RID_STR_NEW_FORM"
msgid "Create Form in Design View..."
msgstr "Skep vorm in ontwerpaansig..."
-#: strings.hrc:189
+#: dbaccess/inc/strings.hrc:189
msgctxt "RID_STR_NEW_FORM_AUTO"
msgid "Use Wizard to Create Form..."
msgstr "Gebruik slimmerd om vorm te skep..."
-#: strings.hrc:190
+#: dbaccess/inc/strings.hrc:190
msgctxt "RID_STR_NEW_REPORT_AUTO"
msgid "Use Wizard to Create Report..."
msgstr "Gebruik slimmerd om verslag te skep..."
-#: strings.hrc:191
+#: dbaccess/inc/strings.hrc:191
msgctxt "RID_STR_NEW_REPORT"
msgid "Create Report in Design View..."
msgstr "Skep verslag in ontwerpaansig..."
-#: strings.hrc:192
+#: dbaccess/inc/strings.hrc:192
msgctxt "RID_STR_NEW_QUERY"
msgid "Create Query in Design View..."
msgstr "Skep navraag in ontwerpaansig..."
-#: strings.hrc:193
+#: dbaccess/inc/strings.hrc:193
msgctxt "RID_STR_NEW_QUERY_SQL"
msgid "Create Query in SQL View..."
msgstr "Skep navraag in SQL-aansig..."
-#: strings.hrc:194
+#: dbaccess/inc/strings.hrc:194
msgctxt "RID_STR_NEW_QUERY_AUTO"
msgid "Use Wizard to Create Query..."
msgstr "Gebruik slimmerd om navraag te skep..."
-#: strings.hrc:195
+#: dbaccess/inc/strings.hrc:195
msgctxt "RID_STR_NEW_TABLE"
msgid "Create Table in Design View..."
msgstr "Skep tabel in ontwerpaansig..."
-#: strings.hrc:196
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_NEW_TABLE_AUTO"
msgid "Use Wizard to Create Table..."
msgstr "Gebruik slimmerd om tabel te skep..."
-#: strings.hrc:197
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NEW_VIEW"
msgid "Create View..."
msgstr "Skep aansig..."
-#: strings.hrc:198
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_FORMS_CONTAINER"
msgid "Forms"
msgstr "Vorms"
-#: strings.hrc:199
+#: dbaccess/inc/strings.hrc:199
msgctxt "RID_STR_REPORTS_CONTAINER"
msgid "Reports"
msgstr "Verslae"
-#: strings.hrc:200
+#: dbaccess/inc/strings.hrc:200
msgctxt "RID_STR_REPORTS_HELP_TEXT_WIZARD"
msgid "The wizard will guide you through the steps necessary to create a report."
msgstr "Die slimmerd sal u deur die stappe neem om 'n verslag te skep."
-#: strings.hrc:201
+#: dbaccess/inc/strings.hrc:201
msgctxt "RID_STR_FORMS_HELP_TEXT"
msgid "Create a form by specifying the record source, controls, and control properties."
msgstr "Skep 'n vorm deur die rekordbron, kontroles en kontrole-eienskappe te spesifiseer."
-#: strings.hrc:202
+#: dbaccess/inc/strings.hrc:202
msgctxt "RID_STR_REPORT_HELP_TEXT"
msgid "Create a report by specifying the record source, controls, and control properties."
msgstr "Skep 'n verslag deur die rekordbron, kontroles en kontrole-eienskappe te spesifiseer."
-#: strings.hrc:203
+#: dbaccess/inc/strings.hrc:203
msgctxt "RID_STR_FORMS_HELP_TEXT_WIZARD"
msgid "The wizard will guide you through the steps necessary to create a form."
msgstr "Die slimmerd sal u deur die stappe neem om 'n vorm te skep."
-#: strings.hrc:204
+#: dbaccess/inc/strings.hrc:204
#, fuzzy
msgctxt "RID_STR_QUERIES_HELP_TEXT"
msgid "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping."
msgstr "Skep 'n navraag deur die filters, toevoertabelle, veldname en eienskappe vir sorteer en groepeer te spesifiseer."
-#: strings.hrc:205
+#: dbaccess/inc/strings.hrc:205
msgctxt "RID_STR_QUERIES_HELP_TEXT_SQL"
msgid "Create a query by entering an SQL statement directly."
msgstr ""
-#: strings.hrc:206
+#: dbaccess/inc/strings.hrc:206
msgctxt "RID_STR_QUERIES_HELP_TEXT_WIZARD"
msgid "The wizard will guide you through the steps necessary to create a query."
msgstr "Die slimmerd sal u deur die stappe neem om 'n navraag te skep."
-#: strings.hrc:207
+#: dbaccess/inc/strings.hrc:207
msgctxt "RID_STR_TABLES_HELP_TEXT_DESIGN"
msgid "Create a table by specifying the field names and properties, as well as the data types."
msgstr "Skep 'n tabel deur die veldname en -eienskappe asook die datatipes te spesifiseer."
-#: strings.hrc:208
+#: dbaccess/inc/strings.hrc:208
msgctxt "RID_STR_TABLES_HELP_TEXT_WIZARD"
msgid "Choose from a selection of business and personal table samples, which you customize to create a table."
msgstr "Kies uit 'n verskeidenheid voorbeelde besigheids- en persoonlike tabelle, wat u doelmaak om 'n tabel te skep."
-#: strings.hrc:209
+#: dbaccess/inc/strings.hrc:209
msgctxt "RID_STR_VIEWS_HELP_TEXT_DESIGN"
msgid "Create a view by specifying the tables and field names you would like to have visible."
msgstr "Skep 'n aansig deur die tabelle en veldname te spesifiseer wat u sigbaar wil h."
-#: strings.hrc:210
+#: dbaccess/inc/strings.hrc:210
msgctxt "STR_DATABASE"
msgid "Database"
msgstr "Databasis"
-#: strings.hrc:211
+#: dbaccess/inc/strings.hrc:211
msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "Take"
-#: strings.hrc:212
+#: dbaccess/inc/strings.hrc:212
msgctxt "STR_DESCRIPTION"
msgid "Description"
msgstr "Beskrywing"
-#: strings.hrc:213
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "Voorskou"
-#: strings.hrc:214
+#: dbaccess/inc/strings.hrc:214
#, fuzzy
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
@@ -968,27 +968,27 @@ msgstr ""
"\n"
"Wil u alle dokumente nou sluit?"
-#: strings.hrc:217
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "V~ormnaam"
-#: strings.hrc:218
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~Verslagnaam"
-#: strings.hrc:219
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "V~ouernaam"
-#: strings.hrc:220
+#: dbaccess/inc/strings.hrc:220
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."
-#: strings.hrc:221
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1003,269 +1003,269 @@ msgstr ""
"\n"
"Let op dat u nie makro's sal kan inbed in die databasisdokument sélf voor die migrasie afgehandel is nie. "
-#: strings.hrc:226
+#: dbaccess/inc/strings.hrc:226
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "Ingebedde databasis"
-#: strings.hrc:227
+#: dbaccess/inc/strings.hrc:227
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr ""
-#: strings.hrc:228
+#: dbaccess/inc/strings.hrc:228
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr ""
-#: strings.hrc:229
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
-#: strings.hrc:230
+#: dbaccess/inc/strings.hrc:230
#, fuzzy
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "Opsionele instellings"
-#: strings.hrc:231
+#: dbaccess/inc/strings.hrc:231
#, fuzzy
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "Verbindinginstellings"
-#: strings.hrc:232
+#: dbaccess/inc/strings.hrc:232
#, fuzzy
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "Tabelnaam"
-#: strings.hrc:233
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
-#: strings.hrc:234
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
-#: strings.hrc:235
+#: dbaccess/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Voeg %1 in"
-#: strings.hrc:237
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "Wil u die gemerkte data skrap?"
-#: strings.hrc:238
+#: dbaccess/inc/strings.hrc:238
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "Kon nie die sorteerkriteria stel nie"
-#: strings.hrc:239
+#: dbaccess/inc/strings.hrc:239
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "Kon nie die filterkriteria stel nie"
-#: strings.hrc:240
+#: dbaccess/inc/strings.hrc:240
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "Verbinding gebreek"
-#: strings.hrc:241
+#: dbaccess/inc/strings.hrc:241
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "Navrae"
-#: strings.hrc:242
+#: dbaccess/inc/strings.hrc:242
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tabelle"
-#: strings.hrc:243
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "Bevestig skrapping"
-#: strings.hrc:244
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "Wil u die tabel '%1' skrap?"
-#: strings.hrc:245
+#: dbaccess/inc/strings.hrc:245
#, fuzzy
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 het gebreek. Wil u weer verbind?"
-#: strings.hrc:246
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "Daar was waarskuwings"
-#: strings.hrc:247
+#: dbaccess/inc/strings.hrc:247
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."
-#: strings.hrc:248
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "Verbind tans aan \"$name$\" ..."
-#: strings.hrc:249
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "Laai tans navraag $name$ ..."
-#: strings.hrc:250
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "Laai tans tabel $name$ ..."
-#: strings.hrc:251
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "Geen tabelformaat kon gevind word nie."
-#: strings.hrc:252
+#: dbaccess/inc/strings.hrc:252
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."
-#: strings.hrc:254
+#: dbaccess/inc/strings.hrc:254
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 ""
-#: strings.hrc:255
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "Voeg in/verwyder primêre sleutel"
-#: strings.hrc:256
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "Ja"
-#: strings.hrc:257
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "Nee"
#. Note: should somehow fit to the word "value" in other languages as well: value - none ....
-#: strings.hrc:259
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<geen>"
-#: strings.hrc:260
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TAB_FIELD_NAME"
msgid "Field name"
msgstr "Veldnaam"
-#: strings.hrc:261
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Veldnaam"
-#: strings.hrc:262
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TAB_FIELD_DATATYPE"
msgid "Field ~type"
msgstr "Veld~tipe"
-#: strings.hrc:263
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "Veldtipe"
-#: strings.hrc:264
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Beskrywing"
-#: strings.hrc:265
+#: dbaccess/inc/strings.hrc:265
#, fuzzy
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "Redigeer kolombeskrywing"
-#: strings.hrc:266
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_FIELD_AUTOINCREMENT"
msgid "~AutoValue"
msgstr "~OutoWaarde"
-#: strings.hrc:267
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "Veldeienskappe"
-#: strings.hrc:268
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "Wysig sel"
-#: strings.hrc:269
+#: dbaccess/inc/strings.hrc:269
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Skrap ry"
-#: strings.hrc:270
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "Wysig veldsoort"
-#: strings.hrc:271
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "Voeg ry in"
-#: strings.hrc:272
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "Voeg nuwe ry in"
-#: strings.hrc:273
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~Verstek waarde"
-#: strings.hrc:274
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_FIELD_REQUIRED"
msgid "~Entry required"
msgstr "~Inskrywing vereis"
-#: strings.hrc:275
+#: dbaccess/inc/strings.hrc:275
msgctxt "STR_TEXT_LENGTH"
msgid "~Length"
msgstr "~Lengte"
-#: strings.hrc:276
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_NUMERIC_TYPE"
msgid "~Type"
msgstr "~Soort"
-#: strings.hrc:277
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_LENGTH"
msgid "~Length"
msgstr "~Lengte"
-#: strings.hrc:278
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_SCALE"
msgid "Decimal ~places"
msgstr "Desimale ~plekke"
-#: strings.hrc:279
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_FORMAT"
msgid "Format example"
msgstr "Formaatvoorbeeld"
-#: strings.hrc:280
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1274,7 +1274,7 @@ msgstr ""
"Kies 'n waarde wat in alle nuwe rekords sal voorkom as die verstek.\n"
"Indien die veld nie die verstek waarde moet hê nie, kies die leë string."
-#: strings.hrc:281
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1285,22 +1285,22 @@ msgstr ""
"\n"
"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."
-#: strings.hrc:282
+#: dbaccess/inc/strings.hrc:282
msgctxt "STR_HELP_FIELD_REQUIRED"
msgid "Activate this option if this field cannot contain NULL values, i.e. the user must always enter data."
msgstr "Aktiveer hierdie opsie indien hierdie veld nie NUL-waardes kan bevat nie, d.w.s. die gebruiker moet altyd data intik."
-#: strings.hrc:283
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "Tik die maksimum toegelate tekslengte in."
-#: strings.hrc:284
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "Tik die nommerformaat in."
-#: strings.hrc:285
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1313,22 +1313,22 @@ msgstr ""
"Indien dit desimale velde is, tik dan die maksimum lengte van die getal wat toegevoer moet word, en indien binêre velde, tik dan die lengte van die datablok in.\n"
"Die waarde sal dienooreenkomstig gekorrigeer word indien dit die maksimum vir hierdie databasis oorskry."
-#: strings.hrc:286
+#: dbaccess/inc/strings.hrc:286
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."
-#: strings.hrc:287
+#: dbaccess/inc/strings.hrc:287
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)."
-#: strings.hrc:288
+#: dbaccess/inc/strings.hrc:288
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."
-#: strings.hrc:289
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1339,48 +1339,48 @@ msgstr ""
"\n"
"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)."
-#: strings.hrc:290
+#: dbaccess/inc/strings.hrc:290
#, fuzzy
msgctxt "STR_BUTTON_FORMAT"
msgid "~..."
msgstr "~..."
-#: strings.hrc:291
+#: dbaccess/inc/strings.hrc:291
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."
-#: strings.hrc:292
+#: dbaccess/inc/strings.hrc:292
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?"
-#: strings.hrc:293
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "Primêre sleutel geaffekteer"
-#: strings.hrc:294
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Kolom"
-#: strings.hrc:295
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "Gaan in elk geval voort?"
-#: strings.hrc:296
+#: dbaccess/inc/strings.hrc:296
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."
-#: strings.hrc:297
+#: dbaccess/inc/strings.hrc:297
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."
-#: strings.hrc:298
+#: dbaccess/inc/strings.hrc:298
#, fuzzy
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
@@ -1390,12 +1390,12 @@ msgstr ""
"Voor u die indekse van 'n tabel kan redigeer, moet u dit stoor.\n"
"Wil u die veranderinge nou stoor?"
-#: strings.hrc:299
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "Geen primêre sleutel nie"
-#: strings.hrc:300
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1408,27 +1408,27 @@ msgstr ""
"\n"
"Moet 'n primêre sleutel nou geskep word?"
-#: strings.hrc:301
+#: dbaccess/inc/strings.hrc:301
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?"
-#: strings.hrc:302
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "Kon nie tabelontwerp stoor nie"
-#: strings.hrc:303
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "Die kolom $column$ kon nie geskrap word nie."
-#: strings.hrc:304
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_AUTOINCREMENT_VALUE"
msgid "A~uto-increment statement"
msgstr "O~uto-inkrementeerstelling"
-#: strings.hrc:305
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1439,7 +1439,7 @@ msgstr ""
"\n"
"Hierdie stelling sal direk na die databasis oorgedra word wanneer die tabel geskep word."
-#: strings.hrc:306
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1448,32 +1448,32 @@ msgstr ""
"Geen soortinligting kon uit die databasis herwin word nie.\n"
"Die tabelontwerp-modus is nie vir hierdie databron beskikbaar nie."
-#: strings.hrc:307
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "verander veldname"
-#: strings.hrc:308
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "verander veldsoort"
-#: strings.hrc:309
+#: dbaccess/inc/strings.hrc:309
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "verander veldbeskrywing"
-#: strings.hrc:310
+#: dbaccess/inc/strings.hrc:310
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "verander veldattribuut"
-#: strings.hrc:312
+#: dbaccess/inc/strings.hrc:312
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."
-#: strings.hrc:313
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1488,44 +1488,44 @@ msgstr ""
"\n"
"bestaan nie. Moet dit geskep word?"
-#: strings.hrc:314
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "Die gids $name$ kon nie geskep word nie."
-#: strings.hrc:315
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Die lêer bestaan reeds. Oorheenskryf?"
-#: strings.hrc:316
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "Vouer"
-#: strings.hrc:318
+#: dbaccess/inc/strings.hrc:318
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "Databasiseienskappe"
-#: strings.hrc:319
+#: dbaccess/inc/strings.hrc:319
#, fuzzy
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "Databron-eienskappe: #"
-#: strings.hrc:320
+#: dbaccess/inc/strings.hrc:320
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."
-#: strings.hrc:321
+#: dbaccess/inc/strings.hrc:321
#, fuzzy
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "Kon nie die programmateek #lib# laai nie, of dit is korrup. Die ODBC-databronseleksie is nie beskikbaar nie."
-#: strings.hrc:322
+#: dbaccess/inc/strings.hrc:322
#, fuzzy
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
@@ -1535,128 +1535,128 @@ msgstr ""
"Hierdie soort databron word nie op hierdie platform ondersteun nie.\n"
"U mag die instellings wysig, maar u sal waarskynlik nie aan die databasis kan verbind nie."
-#: strings.hrc:323
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{Geen}"
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: strings.hrc:325
+#: dbaccess/inc/strings.hrc:325
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"
-#: strings.hrc:326
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 moet opgestel word."
-#: strings.hrc:327
+#: dbaccess/inc/strings.hrc:327
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 en #2 moet verskillend wees."
-#: strings.hrc:328
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "Oorheersstringe soos ?,* word nie in #1 toegelaat nie."
-#: strings.hrc:330
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "Verbindingtoets"
-#: strings.hrc:331
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "Daar is suksesvol verbind."
-#: strings.hrc:332
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "Geen koppeling moontlik nie."
-#: strings.hrc:333
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "Die JDBC-drywer is suksesvol gelaai."
-#: strings.hrc:334
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "Die JDBC-drywer kon nie gelaai word nie."
-#: strings.hrc:335
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access-lêer"
-#: strings.hrc:336
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007-lêer"
-#: strings.hrc:337
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr ""
-#: strings.hrc:339
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "Stelsel"
-#: strings.hrc:340
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "Fout tydens skepping"
-#: strings.hrc:341
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An unexpected error occurred. The operation could not be performed."
msgstr "'n Onverwagte fout het plaasgevind. Die operasie kon nie uitgevoer word nie."
-#: strings.hrc:342
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "Die dokument \"$file$\" kon nie geopen word nie."
-#: strings.hrc:343
+#: dbaccess/inc/strings.hrc:343
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."
-#: strings.hrc:344
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~Alles"
-#: strings.hrc:345
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "Ontdoen:"
-#: strings.hrc:346
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "Herdoen:"
-#: strings.hrc:347
+#: dbaccess/inc/strings.hrc:347
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."
-#: strings.hrc:348
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "Die lêer \"$file$\" bestaan nie."
-#: strings.hrc:349
+#: dbaccess/inc/strings.hrc:349
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."
-#: strings.hrc:350
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1666,306 +1666,306 @@ msgstr ""
"Tik asseblief 'n ander naam in."
#. #i96130# use hard coded name
-#: strings.hrc:352
+#: dbaccess/inc/strings.hrc:352
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
-msgid "The report, \"$file$\", requires the Oracle Report Builder feature."
+msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
-#: strings.hrc:354
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "Kan nie aan die SDBC-drywerbestuurder verbind nie ( #servicename#)."
-#: strings.hrc:355
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "'n Drywer is nie geregistreer vir die URL #connurl# nie."
-#: strings.hrc:356
+#: dbaccess/inc/strings.hrc:356
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."
-#: strings.hrc:357
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "Alle tabelle"
-#: strings.hrc:358
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "Alle aanskoue"
-#: strings.hrc:359
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "Alle tabelle en aanskoue"
-#: strings.hrc:361
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "Tabelnaam"
-#: strings.hrc:362
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "Voeg data in"
-#: strings.hrc:363
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "Skrap data"
-#: strings.hrc:364
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "Wysig data"
-#: strings.hrc:365
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "Verander struktuur"
-#: strings.hrc:366
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "Lees data"
-#: strings.hrc:367
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "Wysig verwysings"
-#: strings.hrc:368
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "Sak struktuur"
-#: strings.hrc:370
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "Pad na die dBASE-lêers"
-#: strings.hrc:371
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "Pad na die teks-lêers"
-#: strings.hrc:372
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "Pad na die sigblad-dokument"
-#: strings.hrc:373
+#: dbaccess/inc/strings.hrc:373
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"
-#: strings.hrc:374
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
-#: strings.hrc:375
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "Naam van die MySQL-databasis"
-#: strings.hrc:376
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "Naam van die Oracle-databasis"
-#: strings.hrc:377
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft Access-databasislêer"
-#: strings.hrc:378
+#: dbaccess/inc/strings.hrc:378
#, c-format
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."
-#: strings.hrc:379
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_COMMONURL"
-msgid "Datasource URL (e.g. postgresql://host:port/database)"
+msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
-#: strings.hrc:380
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~Gasheernaam"
-#: strings.hrc:381
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "~Mozilla-profielnaam"
-#: strings.hrc:382
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "~Thunderbird-profielnaam"
-#: strings.hrc:383
+#: dbaccess/inc/strings.hrc:383
#, fuzzy
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "Voeg tabelle by..."
-#: strings.hrc:384
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
-#: strings.hrc:386
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "Pas kolomme toe"
-#: strings.hrc:387
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "Soort formatering"
-#: strings.hrc:388
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
"The following name is already in use:"
msgstr ""
-#: strings.hrc:389
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "Wys kolomme toe"
-#: strings.hrc:390
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~Terug"
-#: strings.hrc:391
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~Volgende>"
-#: strings.hrc:392
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "S~kep"
-#: strings.hrc:393
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "Kopieer tabel"
-#: strings.hrc:394
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "Kopieer tabel"
-#: strings.hrc:395
+#: dbaccess/inc/strings.hrc:395
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."
-#: strings.hrc:396
+#: dbaccess/inc/strings.hrc:396
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."
-#: strings.hrc:397
+#: dbaccess/inc/strings.hrc:397
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."
-#: strings.hrc:399
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "Databasisslimmerd"
-#: strings.hrc:400
+#: dbaccess/inc/strings.hrc:400
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "Selekteer databasis"
-#: strings.hrc:401
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "Stel dBASE-verbinding op"
-#: strings.hrc:402
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "Stel 'n verbinding aan tekslêers op"
-#: strings.hrc:403
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "Stel 'n Microsoft Access-verbinding op"
-#: strings.hrc:404
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "Stel LDAP-verbinding op"
-#: strings.hrc:405
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "Stel ADO-verbinding op"
-#: strings.hrc:406
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "Stel JDBC-verbinding op"
-#: strings.hrc:407
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "Stel Oracle-databasisverbinding op"
-#: strings.hrc:408
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "Stel MySQL-verbinding op"
-#: strings.hrc:409
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "Stel ODBC-verbinding op"
-#: strings.hrc:410
+#: dbaccess/inc/strings.hrc:410
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
-#: strings.hrc:411
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "Stel gebruikerstawing op"
-#: strings.hrc:412
+#: dbaccess/inc/strings.hrc:412
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "Stel MySQL-bedienerdata op"
-#: strings.hrc:413
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "Stoor en gaan voort"
-#: strings.hrc:414
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "Nuwe databasis"
-#: strings.hrc:415
+#: dbaccess/inc/strings.hrc:415
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"
-#: strings.hrc:416
+#: dbaccess/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
@@ -1975,58 +1975,58 @@ msgstr ""
"Tik asseblief die nodige inligting in om aan 'n MySQL-databasis te verbind met JDBC. Let op dat 'n JDBC-drywerklas op u stelsel geïnstalleer moet wees en met %PRODUCTNAME geregistreer moet wees.\n"
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
-#: strings.hrc:417
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL-JDBC-d~rywerklas:"
-#: strings.hrc:418
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "Verstek: 3306"
-#: strings.hrc:419
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "Stel 'n verbinding aan dBASE-lêers op"
-#: strings.hrc:420
+#: dbaccess/inc/strings.hrc:420
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."
-#: strings.hrc:421
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "Stel 'n verbinding aan tekslêers op"
-#: strings.hrc:422
+#: dbaccess/inc/strings.hrc:422
#, 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 "Selekteer die vouer waar die CSV-lêers (Comma Separated Values) gestoor is. %PRODUCTNAME Base sal daardie lêers in leesalleenmodus open."
-#: strings.hrc:423
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "Pad na teks-lêers"
-#: strings.hrc:424
+#: dbaccess/inc/strings.hrc:424
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "Stel 'n verbinding aan 'n Microsoft Access-databasis op"
-#: strings.hrc:425
+#: dbaccess/inc/strings.hrc:425
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ê."
-#: strings.hrc:426
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "Stel 'n verbinding aan 'n ADO-databasis op"
-#: strings.hrc:427
+#: dbaccess/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_ADO_HELPTEXT"
msgid ""
@@ -2038,12 +2038,12 @@ msgstr ""
"Kliek 'Blaai' om die verskafferspesifieke opstelling op te stel.\n"
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
-#: strings.hrc:428
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "Stel 'n verbinding aan 'n ODBC-databasis op"
-#: strings.hrc:429
+#: dbaccess/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
@@ -2055,12 +2055,12 @@ msgstr ""
"Kliek 'Blaai...' om aan 'n ODBC-databasis te verbind wat reeds in %PRODUCTNAME geregistreer is.\n"
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
-#: strings.hrc:430
+#: dbaccess/inc/strings.hrc:430
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "Stel 'n verbinding aan 'n JDBC-databasis op"
-#: strings.hrc:431
+#: dbaccess/inc/strings.hrc:431
#, fuzzy
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
@@ -2070,22 +2070,22 @@ msgstr ""
"Tik asseblief die nodige inligting in om aan 'n JDBC-databasis te verbind.\n"
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
-#: strings.hrc:432
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "Stel 'n verbinding aan 'n Oracle-databasis op"
-#: strings.hrc:433
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "Verstek: 1521"
-#: strings.hrc:434
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle-JDBC-~drywerklas"
-#: strings.hrc:435
+#: dbaccess/inc/strings.hrc:435
#, fuzzy
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
@@ -2095,12 +2095,12 @@ msgstr ""
"Tik asseblief die nodige inligting in om aan 'n Oracle-databasis te verbind. Let op dat 'n JDBC-drywerklas op u stelsel geïnstalleer moet wees en met %PRODUCTNAME geregistreer moet wees.\n"
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
-#: strings.hrc:436
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "Stel 'n verbinding aan sigblaaie op"
-#: strings.hrc:437
+#: dbaccess/inc/strings.hrc:437
#, fuzzy
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
@@ -2110,611 +2110,611 @@ msgstr ""
"Kliek 'Blaai...' om 'n %PRODUCTNAME-sigblad of Microsoft Excel-werkboek te selekteer.\n"
"%PRODUCTNAME sal daardie lêer in leesalleenmodus open."
-#: strings.hrc:438
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "~Ligging en lêernaam"
-#: strings.hrc:440
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "Bevel suksesvol uitgevoer."
-#: strings.hrc:441
+#: dbaccess/inc/strings.hrc:441
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."
-#: strings.hrc:443
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "Sorteervolgorde"
-#: strings.hrc:444
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "Indeksveld"
-#: strings.hrc:445
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "Oplopend"
-#: strings.hrc:446
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "Aflopend"
-#: strings.hrc:447
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "Wil u werklik die indeks '$name$' skrap?"
-#: strings.hrc:448
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "indeks"
-#: strings.hrc:449
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "Die indeks moet ten minste een veld bevat."
-#: strings.hrc:450
+#: dbaccess/inc/strings.hrc:450
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "Daar is reeds 'n ander indeks genaamd \"$name$\"."
-#: strings.hrc:451
+#: dbaccess/inc/strings.hrc:451
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."
-#: strings.hrc:453
+#: dbaccess/inc/strings.hrc:453
#, fuzzy
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"
-#: strings.hrc:455
+#: dbaccess/inc/strings.hrc:455
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
-#: strings.hrc:456
+#: dbaccess/inc/strings.hrc:456
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr ""
-#: strings.hrc:457
+#: dbaccess/inc/strings.hrc:457
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."
-#: strings.hrc:458
+#: dbaccess/inc/strings.hrc:458
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "Fout"
-#: strings.hrc:459
+#: dbaccess/inc/strings.hrc:459
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "Waarskuwing"
-#: strings.hrc:460
+#: dbaccess/inc/strings.hrc:460
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Inligting"
-#: strings.hrc:461
+#: dbaccess/inc/strings.hrc:461
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "Besonderhede"
-#: strings.hrc:463
+#: dbaccess/inc/strings.hrc:463
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "Wil u werklik die gebruiker skrap?"
-#: strings.hrc:464
+#: dbaccess/inc/strings.hrc:464
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "Die databasis ondersteun nie gebruikeradministrasie nie."
-#: strings.hrc:465
+#: dbaccess/inc/strings.hrc:465
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."
-#: strings.hrc:467
+#: dbaccess/inc/strings.hrc:467
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."
-#: strings.hrc:468
+#: dbaccess/inc/strings.hrc:468
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."
-#: strings.hrc:469
+#: dbaccess/inc/strings.hrc:469
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."
-#: strings.hrc:470
+#: dbaccess/inc/strings.hrc:470
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "Bevat ALLE rekords van '%1' en van '%2'."
-#: strings.hrc:471
+#: dbaccess/inc/strings.hrc:471
#, fuzzy
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'."
-#: strings.hrc:473
+#: dbaccess/inc/strings.hrc:473
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "Die bestemmingdatabasis werk nie met aansigte nie."
-#: strings.hrc:474
+#: dbaccess/inc/strings.hrc:474
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."
-#: strings.hrc:475
+#: dbaccess/inc/strings.hrc:475
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"
-#: strings.hrc:476
+#: dbaccess/inc/strings.hrc:476
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."
-#: strings.hrc:477
+#: dbaccess/inc/strings.hrc:477
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."
-#: strings.hrc:478
+#: dbaccess/inc/strings.hrc:478
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "Nieondersteunde bronkolomtipe ($type$) by kolomposisie $pos$."
-#: strings.hrc:479
+#: dbaccess/inc/strings.hrc:479
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "Onwettige aantal inisialiseringsparameters."
-#: strings.hrc:480
+#: dbaccess/inc/strings.hrc:480
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "Kon nie inisialiseer nie."
-#: strings.hrc:481
+#: dbaccess/inc/strings.hrc:481
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
-#: strings.hrc:482
+#: dbaccess/inc/strings.hrc:482
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
-#: strings.hrc:483
+#: dbaccess/inc/strings.hrc:483
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr ""
-#: strings.hrc:485
+#: dbaccess/inc/strings.hrc:485
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?"
-#: strings.hrc:486
+#: dbaccess/inc/strings.hrc:486
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "Redigeer..."
-#: strings.hrc:487
+#: dbaccess/inc/strings.hrc:487
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "Skep..."
-#: strings.hrc:488
+#: dbaccess/inc/strings.hrc:488
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: Verwantskapsontwerp"
-#: strings.hrc:489
+#: dbaccess/inc/strings.hrc:489
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "Die databasis ondersteun nie verwantskappe nie."
-#: strings.hrc:490
+#: dbaccess/inc/strings.hrc:490
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?"
-#: strings.hrc:491
+#: dbaccess/inc/strings.hrc:491
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"
"Please check your documentation of the database."
msgstr ""
-#: admindialog.ui:8
+#: dbaccess/uiconfig/ui/admindialog.ui:8
#, fuzzy
msgctxt "admindialog|AdminDialog"
msgid "Database Properties"
msgstr "Databasiseienskappe"
-#: admindialog.ui:92
+#: dbaccess/uiconfig/ui/admindialog.ui:92
msgctxt "admindialog|advanced"
msgid "Advanced Properties"
msgstr ""
-#: advancedsettingsdialog.ui:8
+#: dbaccess/uiconfig/ui/advancedsettingsdialog.ui:8
#, fuzzy
msgctxt "advancedsettingsdialog|AdvancedSettingsDialog"
msgid "Advanced Settings"
msgstr "Gevorderde instellings..."
-#: advancedsettingsdialog.ui:92
+#: dbaccess/uiconfig/ui/advancedsettingsdialog.ui:92
msgctxt "advancedsettingsdialog|generated"
msgid "Generated Values"
msgstr ""
-#: advancedsettingsdialog.ui:114
+#: dbaccess/uiconfig/ui/advancedsettingsdialog.ui:114
msgctxt "advancedsettingsdialog|special"
msgid "Special Settings"
msgstr ""
-#: applycolpage.ui:162
+#: dbaccess/uiconfig/ui/applycolpage.ui:162
#, fuzzy
msgctxt "applycolpage|label1"
msgid "Existing Columns"
msgstr "Bestaande kolomme"
-#: authentificationpage.ui:18
+#: dbaccess/uiconfig/ui/authentificationpage.ui:18
#, fuzzy
msgctxt "authentificationpage|header"
msgid "Set up the user authentication"
msgstr "Stel gebruikerstawing op"
-#: authentificationpage.ui:35
+#: dbaccess/uiconfig/ui/authentificationpage.ui:35
#, fuzzy
msgctxt "authentificationpage|helptext"
msgid "Some databases require you to enter a user name."
msgstr "Sommige databasisse vereis dat u 'n gebruikernaam intik."
-#: authentificationpage.ui:60
+#: dbaccess/uiconfig/ui/authentificationpage.ui:60
#, fuzzy
msgctxt "authentificationpage|generalUserNameLabel"
msgid "_User name"
msgstr "~Gebruikernaam"
-#: authentificationpage.ui:86
+#: dbaccess/uiconfig/ui/authentificationpage.ui:86
#, fuzzy
msgctxt "authentificationpage|passRequiredCheckbutton"
msgid "Password re_quired"
msgstr "Wagwoord vereis"
-#: authentificationpage.ui:111
+#: dbaccess/uiconfig/ui/authentificationpage.ui:111
#, fuzzy
msgctxt "authentificationpage|testConnectionButton"
msgid "_Test Connection"
msgstr "Toetsverbinding"
-#: autocharsetpage.ui:38
+#: dbaccess/uiconfig/ui/autocharsetpage.ui:38
#, fuzzy
msgctxt "autocharsetpage|charsetlabel"
msgid "_Character set:"
msgstr "Karakterstel"
-#: autocharsetpage.ui:68
+#: dbaccess/uiconfig/ui/autocharsetpage.ui:68
#, fuzzy
msgctxt "autocharsetpage|charsetheader"
msgid "Data Conversion"
msgstr "Dataomskakeling"
-#: backuppage.ui:18
+#: dbaccess/uiconfig/ui/backuppage.ui:18
#, fuzzy
msgctxt "backuppage|label1"
msgid "Backup Your Document"
msgstr "Rugsteundokument"
-#: backuppage.ui:35
+#: dbaccess/uiconfig/ui/backuppage.ui:35
#, fuzzy
msgctxt "backuppage|label2"
msgid "To allow you to go back to the state before the migration, the database document will be backed up to a location of your choice. Every change done by the wizard will be made to the original document, the backup will stay untouched."
msgstr "Om jou in staat te stel om na die staat te gaan van voor die migrasie, sal die databasisdokument gerugsteun word na 'n ligging van jou keuse. Elke verandering wat deur die slimmerd gemaak word, sal aan die oorspronklike dokument gemaak word, en die rugsteun sal onaangeraak bly."
-#: backuppage.ui:51
+#: dbaccess/uiconfig/ui/backuppage.ui:51
#, fuzzy
msgctxt "backuppage|startmigrate"
msgid "Press 'Next' to save a copy of your document, and to begin the migration."
msgstr "Druk 'Volgende' om 'n kopie van u dokument te stoor, en om te begin migreer."
-#: backuppage.ui:76
+#: dbaccess/uiconfig/ui/backuppage.ui:76
msgctxt "backuppage|label3"
msgid "Save to:"
msgstr "Stoor na:"
-#: backuppage.ui:110
+#: dbaccess/uiconfig/ui/backuppage.ui:110
msgctxt "backuppage|browse"
msgid "Browse..."
msgstr "Blaai..."
-#: choosedatasourcedialog.ui:8
+#: dbaccess/uiconfig/ui/choosedatasourcedialog.ui:8
#, fuzzy
msgctxt "choosedatasourcedialog|ChooseDataSourceDialog"
msgid "Data Source"
msgstr "Databron"
-#: choosedatasourcedialog.ui:67
+#: dbaccess/uiconfig/ui/choosedatasourcedialog.ui:67
#, fuzzy
msgctxt "choosedatasourcedialog|organize"
msgid "Or_ganize..."
msgstr "Organi~seer..."
-#: choosedatasourcedialog.ui:100
+#: dbaccess/uiconfig/ui/choosedatasourcedialog.ui:100
msgctxt "choosedatasourcedialog|label1"
msgid "Choose a data source:"
msgstr ""
-#: collectionviewdialog.ui:11
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:11
msgctxt "collectionviewdialog|CollectionView"
msgid "Save"
msgstr "Stoor"
-#: collectionviewdialog.ui:26
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:26
#, fuzzy
msgctxt "collectionviewdialog|ok"
msgid "_Save"
msgstr "Stoor"
-#: collectionviewdialog.ui:119
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:120
#, fuzzy
msgctxt "collectionviewdialog|newFolderButton|tooltip_text"
msgid "Create New Directory"
msgstr "Skep nuwe gids"
-#: collectionviewdialog.ui:135
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:136
#, fuzzy
msgctxt "collectionviewdialog|upButton|tooltip_text"
msgid "Up One Level"
msgstr "Een vlak op"
-#: collectionviewdialog.ui:176
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:177
#, fuzzy
msgctxt "collectionviewdialog|fileNameLabel"
msgid "File _name:"
msgstr "Lêernaam:"
-#: colwidthdialog.ui:15
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:15
msgctxt "colwidthdialog|ColWidthDialog"
msgid "Column Width"
msgstr "Kolomwydte"
-#: colwidthdialog.ui:94
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:94
#, fuzzy
msgctxt "colwidthdialog|label1"
msgid "_Width:"
msgstr "Breedte:"
-#: colwidthdialog.ui:119
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:118
#, fuzzy
msgctxt "colwidthdialog|automatic"
msgid "_Automatic"
msgstr "Outomaties"
-#: connectionpage.ui:41
+#: dbaccess/uiconfig/ui/connectionpage.ui:41
#, fuzzy
msgctxt "connectionpage|browseurllabel"
msgid "Path to the dBASE files:"
msgstr "Pad na die dBASE-lêers"
-#: connectionpage.ui:64
+#: dbaccess/uiconfig/ui/connectionpage.ui:63
msgctxt "connectionpage|create"
msgid "_Create New"
msgstr ""
-#: connectionpage.ui:78
+#: dbaccess/uiconfig/ui/connectionpage.ui:77
#, fuzzy
msgctxt "connectionpage|browse"
msgid "_Browse…"
msgstr "Blaai"
-#: connectionpage.ui:98
+#: dbaccess/uiconfig/ui/connectionpage.ui:97
msgctxt "connectionpage|generalLabel"
msgid "General"
msgstr "Algemeen"
-#: connectionpage.ui:140
+#: dbaccess/uiconfig/ui/connectionpage.ui:139
#, fuzzy
msgctxt "connectionpage|userNameLabel"
msgid "_User name:"
msgstr "~Gebruikernaam:"
-#: connectionpage.ui:162
+#: dbaccess/uiconfig/ui/connectionpage.ui:161
#, fuzzy
msgctxt "connectionpage|passCheckbutton"
msgid "Password required"
msgstr "Wagwoord vereis"
-#: connectionpage.ui:186
+#: dbaccess/uiconfig/ui/connectionpage.ui:186
#, fuzzy
msgctxt "connectionpage|userlabel"
msgid "User Authentication"
msgstr "Gebruikerstawing"
-#: connectionpage.ui:227
+#: dbaccess/uiconfig/ui/connectionpage.ui:227
#, fuzzy
msgctxt "connectionpage|javaDriverLabel"
msgid "_JDBC driver class:"
msgstr "~JDBC-drywerklas"
-#: connectionpage.ui:252
+#: dbaccess/uiconfig/ui/connectionpage.ui:251
#, fuzzy
msgctxt "connectionpage|driverButton"
msgid "Test Class"
msgstr "Toetsklas"
-#: connectionpage.ui:272
+#: dbaccess/uiconfig/ui/connectionpage.ui:271
#, fuzzy
msgctxt "connectionpage|JDBCLabel"
msgid "JDBC Properties"
msgstr "JDBC-eienskappe"
-#: connectionpage.ui:287
+#: dbaccess/uiconfig/ui/connectionpage.ui:286
#, fuzzy
msgctxt "connectionpage|connectionButton"
msgid "Test Connection"
msgstr "Toetsverbinding"
-#: copytablepage.ui:35
+#: dbaccess/uiconfig/ui/copytablepage.ui:35
#, fuzzy
msgctxt "copytablepage|defdata"
msgid "De_finition and data"
msgstr "De~finisie en data"
-#: copytablepage.ui:52
+#: dbaccess/uiconfig/ui/copytablepage.ui:52
#, fuzzy
msgctxt "copytablepage|def"
msgid "Def_inition"
msgstr "Definisie"
-#: copytablepage.ui:68
+#: dbaccess/uiconfig/ui/copytablepage.ui:68
#, fuzzy
msgctxt "copytablepage|view"
msgid "A_s table view"
msgstr "A~s tabelaansig"
-#: copytablepage.ui:84
+#: dbaccess/uiconfig/ui/copytablepage.ui:84
#, fuzzy
msgctxt "copytablepage|data"
msgid "Append _data"
msgstr "Heg ~data aan"
-#: copytablepage.ui:100
+#: dbaccess/uiconfig/ui/copytablepage.ui:100
#, fuzzy
msgctxt "copytablepage|firstline"
msgid "Use first _line as column names"
msgstr "Gebruik eerste ~reël as kolomname"
-#: copytablepage.ui:115
+#: dbaccess/uiconfig/ui/copytablepage.ui:115
msgctxt "copytablepage|primarykey"
msgid "Crea_te new field as primary key"
msgstr ""
-#: copytablepage.ui:143
+#: dbaccess/uiconfig/ui/copytablepage.ui:143
msgctxt "copytablepage|keynamelabel"
msgid "Name:"
msgstr "Naam:"
-#: copytablepage.ui:175
+#: dbaccess/uiconfig/ui/copytablepage.ui:175
msgctxt "copytablepage|infoLabel"
msgid "Existing data fields can be set as primary key on the type formatting step (third page) of the wizard."
msgstr ""
-#: copytablepage.ui:192
+#: dbaccess/uiconfig/ui/copytablepage.ui:192
msgctxt "copytablepage|label1"
msgid "Options"
msgstr "Opsies"
-#: copytablepage.ui:215
+#: dbaccess/uiconfig/ui/copytablepage.ui:215
#, fuzzy
msgctxt "copytablepage|label2"
msgid "Ta_ble name:"
msgstr "Tabelnaam"
-#: dbaseindexdialog.ui:28
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:28
msgctxt "dbaseindexdialog|DBaseIndexDialog"
msgid "Indexes"
msgstr "Indekse"
-#: dbaseindexdialog.ui:107
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:107
msgctxt "dbaseindexdialog|label1"
msgid "_Table:"
msgstr ""
-#: dbaseindexdialog.ui:162
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:162
msgctxt "dbaseindexdialog|label3"
msgid "T_able indexes"
msgstr ""
-#: dbaseindexdialog.ui:176
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:176
msgctxt "dbaseindexdialog|label4"
msgid "_Free indexes"
msgstr ""
-#: dbaseindexdialog.ui:294
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:294
#, fuzzy
msgctxt "dbaseindexdialog|label2"
msgid "Assignment"
msgstr "Belyning"
-#: dbasepage.ui:38
+#: dbaccess/uiconfig/ui/dbasepage.ui:38
#, fuzzy
msgctxt "dbasepage|charsetlabel"
msgid "_Character set:"
msgstr "Karakterstel"
-#: dbasepage.ui:68
+#: dbaccess/uiconfig/ui/dbasepage.ui:68
#, fuzzy
msgctxt "dbasepage|charsetheader"
msgid "Data Conversion"
msgstr "Dataomskakeling"
-#: dbasepage.ui:104
+#: dbaccess/uiconfig/ui/dbasepage.ui:104
#, fuzzy
msgctxt "dbasepage|showDelRowsCheckbutton"
msgid "Display deleted records as well"
msgstr "Vertoon geskrapte rekords ook"
-#: dbasepage.ui:123
+#: dbaccess/uiconfig/ui/dbasepage.ui:124
msgctxt "dbasepage|specMessageLabel"
msgid "Note: When deleted, and thus inactive, records are displayed, you will not be able to delete records from the data source."
msgstr ""
-#: dbasepage.ui:141
+#: dbaccess/uiconfig/ui/dbasepage.ui:142
#, fuzzy
msgctxt "dbasepage|label1"
msgid "Optional Settings"
msgstr "Opsionele instellings"
-#: dbasepage.ui:156
+#: dbaccess/uiconfig/ui/dbasepage.ui:157
#, fuzzy
msgctxt "dbasepage|indiciesButton"
msgid "Indexes..."
msgstr "Indekse..."
-#: dbwizconnectionpage.ui:36
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:36
#, fuzzy
msgctxt "dbwizconnectionpage|helptext"
msgid "label"
msgstr "Etiket"
-#: dbwizconnectionpage.ui:57
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:57
#, fuzzy
msgctxt "dbwizconnectionpage|browseurllabel"
msgid "Path to the dBASE files:"
msgstr "Pad na die dBASE-lêers"
-#: dbwizconnectionpage.ui:80
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:79
msgctxt "dbwizconnectionpage|create"
msgid "_Create New"
msgstr ""
-#: dbwizconnectionpage.ui:94
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:93
#, fuzzy
msgctxt "dbwizconnectionpage|browse"
msgid "_Browse…"
msgstr "Blaai"
-#: dbwizmysqlintropage.ui:38
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:38
#, fuzzy
msgctxt "dbwizmysqlintropage|label2"
msgid ""
@@ -2724,205 +2724,205 @@ msgstr ""
"U kan aan 'n MySQL-databasis verbind met óf ODBC óf JDBC.\n"
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
-#: dbwizmysqlintropage.ui:69
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:69
#, fuzzy
msgctxt "dbwizmysqlintropage|odbc"
msgid "Connect using ODBC (Open Database Connectivity)"
msgstr "Verbind met ODBC (Open Database Connectivity)"
-#: dbwizmysqlintropage.ui:85
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:86
#, fuzzy
msgctxt "dbwizmysqlintropage|jdbc"
msgid "Connect using JDBC (Java Database Connectivity)"
msgstr "Verbind met JDBC (Java Database Connectivity)"
-#: dbwizmysqlintropage.ui:103
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:105
#, fuzzy
msgctxt "dbwizmysqlintropage|directly"
msgid "Connect directly"
msgstr "Koppel direk"
-#: dbwizmysqlintropage.ui:125
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:128
#, fuzzy
msgctxt "dbwizmysqlintropage|label1"
msgid "How do you want to connect to your MySQL database?"
msgstr "Hoe wil u aan u MySQL-databasis verbind?"
-#: dbwizmysqlintropage.ui:143
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:146
#, fuzzy
msgctxt "dbwizmysqlintropage|header"
msgid "Set Up a Connection to a MySQL Database"
msgstr "Stel 'n verbinding aan 'n JDBC-databasis op"
-#: dbwizmysqlnativepage.ui:41
+#: dbaccess/uiconfig/ui/dbwizmysqlnativepage.ui:41
#, fuzzy
msgctxt "dbwizmysqlnativepage|helptext"
msgid "Please enter the required information to connect to a MySQL database."
msgstr "Tik asseblief die vereis inligting in om aan 'n MySQL-databasis te koppel."
-#: dbwizmysqlnativepage.ui:76
+#: dbaccess/uiconfig/ui/dbwizmysqlnativepage.ui:76
#, fuzzy
msgctxt "dbwizmysqlnativepage|header"
msgid "Set Up a Connection to a MySQL Database"
msgstr "Stel 'n verbinding aan 'n JDBC-databasis op"
-#: dbwizspreadsheetpage.ui:74
+#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:73
msgctxt "dbwizspreadsheetpage|browse"
msgid "Browse"
msgstr "Blaai"
-#: dbwizspreadsheetpage.ui:90
+#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:89
msgctxt "dbwizspreadsheetpage|create"
msgid "Create New"
msgstr ""
-#: dbwizspreadsheetpage.ui:148
+#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:147
#, fuzzy
msgctxt "dbwizspreadsheetpage|passwordrequired"
msgid "_Password required"
msgstr "Wagwoord vereis"
-#: dbwiztextpage.ui:74
+#: dbaccess/uiconfig/ui/dbwiztextpage.ui:73
msgctxt "dbwiztextpage|browse"
msgid "Browse"
msgstr "Blaai"
-#: dbwiztextpage.ui:90
+#: dbaccess/uiconfig/ui/dbwiztextpage.ui:89
msgctxt "dbwiztextpage|create"
msgid "Create New"
msgstr ""
-#: deleteallrowsdialog.ui:12
+#: dbaccess/uiconfig/ui/deleteallrowsdialog.ui:12
#, fuzzy
msgctxt "deleteallrowsdialog|DeleteAllRowsDialog"
msgid "You are trying to delete all the columns in the table. A table cannot exist without columns. Should the table be deleted from the database? If not, the table will remain unchanged."
msgstr "U probeer tans om alle kolomme in die tabel te skrap. 'n Tabel kan nie bestaan sonder kolomme nie. Moet die tabel uit die databasis geskrap word? Indien nie, sal die tabel onveranderd bly."
-#: designsavemodifieddialog.ui:12
+#: dbaccess/uiconfig/ui/designsavemodifieddialog.ui:12
#, fuzzy
msgctxt "designsavemodifieddialog|DesignSaveModifiedDialog"
msgid "Do you want to save the changes?"
msgstr "Wil u die wysigings aan %1 stoor?"
-#: designsavemodifieddialog.ui:13
+#: dbaccess/uiconfig/ui/designsavemodifieddialog.ui:13
msgctxt "designsavemodifieddialog|DesignSaveModifiedDialog"
msgid "The relation design has been changed."
msgstr ""
-#: directsqldialog.ui:9
+#: dbaccess/uiconfig/ui/directsqldialog.ui:9
msgctxt "directsqldialog|DirectSQLDialog"
msgid "Execute SQL Statement"
msgstr ""
-#: directsqldialog.ui:92
+#: dbaccess/uiconfig/ui/directsqldialog.ui:92
msgctxt "directsqldialog|sql_label"
msgid "_Command to execute:"
msgstr ""
-#: directsqldialog.ui:108
+#: dbaccess/uiconfig/ui/directsqldialog.ui:108
msgctxt "directsqldialog|showoutput"
msgid "_Show output of \"select\" statements"
msgstr ""
-#: directsqldialog.ui:123
+#: dbaccess/uiconfig/ui/directsqldialog.ui:123
msgctxt "directsqldialog|execute"
msgid "_Execute"
msgstr ""
-#: directsqldialog.ui:158
+#: dbaccess/uiconfig/ui/directsqldialog.ui:158
msgctxt "directsqldialog|sqlhistory_label"
msgid "_Previous commands:"
msgstr ""
-#: directsqldialog.ui:175
+#: dbaccess/uiconfig/ui/directsqldialog.ui:175
#, fuzzy
msgctxt "directsqldialog|label1"
msgid "SQL Command"
msgstr "SQL-bevel"
-#: directsqldialog.ui:220
+#: dbaccess/uiconfig/ui/directsqldialog.ui:220
msgctxt "directsqldialog|label2"
msgid "Status"
msgstr "Status"
-#: directsqldialog.ui:265
+#: dbaccess/uiconfig/ui/directsqldialog.ui:265
#, fuzzy
msgctxt "directsqldialog|label3"
msgid "Output"
msgstr "Afvoer"
-#: fielddialog.ui:8
+#: dbaccess/uiconfig/ui/fielddialog.ui:8
msgctxt "fielddialog|FieldDialog"
msgid "Field Format"
msgstr ""
-#: fielddialog.ui:111
+#: dbaccess/uiconfig/ui/fielddialog.ui:111
msgctxt "fielddialog|format"
msgid "Format"
msgstr "Formaat"
-#: fielddialog.ui:133
+#: dbaccess/uiconfig/ui/fielddialog.ui:133
msgctxt "fielddialog|alignment"
msgid "Alignment"
msgstr "Belyning"
-#: fielddialog.ui:152
+#: dbaccess/uiconfig/ui/fielddialog.ui:152
#, fuzzy
msgctxt "fielddialog|alttitle"
msgid "Table Format"
msgstr "Tabelformaat..."
-#: finalpagewizard.ui:17
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:17
msgctxt "finalpagewizard|headerText"
msgid "Decide How to Proceed After Saving the Database"
msgstr ""
-#: finalpagewizard.ui:44
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:44
msgctxt "finalpagewizard|helpText"
msgid "Do you want the wizard to register the database in %PRODUCTNAME?"
msgstr ""
-#: finalpagewizard.ui:56
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:56
msgctxt "finalpagewizard|yesregister"
msgid "_Yes, register the database for me"
msgstr ""
-#: finalpagewizard.ui:74
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:74
msgctxt "finalpagewizard|noregister"
msgid "N_o, do not register the database"
msgstr ""
-#: finalpagewizard.ui:105
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:105
msgctxt "finalpagewizard|additionalText"
msgid "After the database file has been saved, what do you want to do?"
msgstr ""
-#: finalpagewizard.ui:116
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:116
msgctxt "finalpagewizard|openediting"
msgid "Open the database for editing"
msgstr ""
-#: finalpagewizard.ui:132
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:132
msgctxt "finalpagewizard|usewizard"
msgid "Create tables using the table wizard"
msgstr ""
-#: finalpagewizard.ui:156
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:157
msgctxt "finalpagewizard|finishText"
msgid "Click 'Finish' to save the database."
msgstr ""
-#: generalpagedialog.ui:17
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:17
msgctxt "generalpagedialog|datasourceTypePre"
msgid "Select the type of database to which you want to establish a connection."
msgstr ""
-#: generalpagedialog.ui:31
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:31
msgctxt "generalpagedialog|datasourceTypeLabel"
msgid "Database _type:"
msgstr ""
-#: generalpagedialog.ui:59
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:59
msgctxt "generalpagedialog|datasourceTypeHelp"
msgid ""
"On the following pages, you can make detailed settings for the connection.\n"
@@ -2930,189 +2930,189 @@ msgid ""
"The new settings you make will overwrite your existing settings."
msgstr ""
-#: generalpagewizard.ui:18
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:18
msgctxt "generalpagewizard|headerText"
msgid "Welcome to the %PRODUCTNAME Database Wizard"
msgstr ""
-#: generalpagewizard.ui:35
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:35
msgctxt "generalpagewizard|helpText"
msgid "Use the Database Wizard to create a new database, open an existing database file, or connect to a database stored on a server."
msgstr ""
-#: generalpagewizard.ui:50
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:50
#, fuzzy
msgctxt "generalpagewizard|sourceTypeHeader"
msgid "What do you want to do?"
msgstr "Wat wil u volgende doen?"
-#: generalpagewizard.ui:61
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:61
msgctxt "generalpagewizard|createDatabase"
msgid "Create a n_ew database"
msgstr ""
-#: generalpagewizard.ui:88
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:88
#, fuzzy
msgctxt "generalpagewizard|embeddeddbLabel"
msgid "_Embedded database:"
msgstr "Ingebedde databasis"
-#: generalpagewizard.ui:118
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:118
msgctxt "generalpagewizard|openExistingDatabase"
msgid "Open an existing database _file"
msgstr ""
-#: generalpagewizard.ui:146
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:146
#, fuzzy
msgctxt "generalpagewizard|docListLabel"
msgid "_Recently used:"
msgstr "Onlangs gebruik"
-#: generalpagewizard.ui:179
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:179
msgctxt "generalpagewizard|openDatabase"
msgid "Open"
msgstr "Open"
-#: generalpagewizard.ui:195
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:195
msgctxt "generalpagewizard|connectDatabase"
msgid "Connect to an e_xisting database"
msgstr ""
-#: generalspecialjdbcdetailspage.ui:39
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:39
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|label2"
msgid "_Host name:"
msgstr "~Gasheernaam"
-#: generalspecialjdbcdetailspage.ui:53
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:53
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|label3"
msgid "_Port number:"
msgstr "~Poortnommer"
-#: generalspecialjdbcdetailspage.ui:78
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:78
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|socketLabel"
msgid "Socket:"
msgstr "Sok"
-#: generalspecialjdbcdetailspage.ui:90
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:90
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "MySQL-JDBC-d~rywerklas:"
-#: generalspecialjdbcdetailspage.ui:112
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:112
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "Toetsklas"
-#: generalspecialjdbcdetailspage.ui:162
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:162
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "Verbindinginstellings"
-#: generalspecialjdbcdetailspage.ui:199
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:199
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "Karakterstel"
-#: generalspecialjdbcdetailspage.ui:229
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:229
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr "Dataomskakeling"
-#: generatedvaluespage.ui:29
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:29
msgctxt "generatedvaluespage|autoretrieve"
msgid "Re_trieve generated values"
msgstr ""
-#: generatedvaluespage.ui:65
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:65
#, fuzzy
msgctxt "generatedvaluespage|statementft"
msgid "_Auto-increment statement:"
msgstr "O~uto-inkrementeerstelling"
-#: generatedvaluespage.ui:103
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:103
msgctxt "generatedvaluespage|queryft"
msgid "_Query of generated values:"
msgstr ""
-#: generatedvaluespage.ui:146
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:146
#, fuzzy
msgctxt "generatedvaluespage|label1"
msgid "Settings"
msgstr "Instellings"
-#: indexdesigndialog.ui:9
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:9
msgctxt "indexdesigndialog|IndexDesignDialog"
msgid "Indexes"
msgstr "Indekse"
-#: indexdesigndialog.ui:80
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:80
#, fuzzy
msgctxt "indexdesigndialog|ID_INDEX_NEW"
msgid "New Index"
msgstr "Nuwe indeks"
-#: indexdesigndialog.ui:95
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:95
#, fuzzy
msgctxt "indexdesigndialog|ID_INDEX_DROP"
msgid "Delete Current Index"
msgstr "Skrap huidige indeks"
-#: indexdesigndialog.ui:110
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:110
#, fuzzy
msgctxt "indexdesigndialog|ID_INDEX_RENAME"
msgid "Rename Current Index"
msgstr "Hernoem huidige indeks"
-#: indexdesigndialog.ui:125
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:125
#, fuzzy
msgctxt "indexdesigndialog|ID_INDEX_SAVE"
msgid "Save Current Index"
msgstr "Stoor huidige indeks"
-#: indexdesigndialog.ui:140
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:140
#, fuzzy
msgctxt "indexdesigndialog|ID_INDEX_RESET"
msgid "Reset Current Index"
msgstr "Stel huidige indeks terug"
-#: indexdesigndialog.ui:276
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:276
#, fuzzy
msgctxt "indexdesigndialog|DESC_LABEL"
msgid "Index identifier:"
msgstr "Indeksidentifiseerder:"
-#: indexdesigndialog.ui:297
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:297
#, fuzzy
msgctxt "indexdesigndialog|UNIQUE"
msgid "_Unique"
msgstr "~Unieke"
-#: indexdesigndialog.ui:319
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:319
#, fuzzy
msgctxt "indexdesigndialog|FIELDS_LABEL"
msgid "Fields:"
msgstr "Velde"
-#: indexdesigndialog.ui:352
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:352
#, fuzzy
msgctxt "indexdesigndialog|INDEX_DETAILS"
msgid "Index Details"
msgstr "Indeksbesonderhede"
-#: jdbcconnectionpage.ui:20
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:20
#, fuzzy
msgctxt "jdbcconnectionpage|header"
msgid "Set Up a Connection to a JDBC Database"
msgstr "Stel 'n verbinding aan 'n JDBC-databasis op"
-#: jdbcconnectionpage.ui:36
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:36
#, fuzzy
msgctxt "jdbcconnectionpage|helptext"
msgid "Please enter the required information to connect to a JDBC database. Please contact your system administrator if you are unsure about the following settings."
@@ -3120,124 +3120,124 @@ msgstr ""
"Tik asseblief die nodige inligting in om aan 'n JDBC-databasis te verbind.\n"
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
-#: jdbcconnectionpage.ui:57
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:57
#, fuzzy
msgctxt "jdbcconnectionpage|browseurllabel"
msgid "Path to the dBASE files:"
msgstr "Pad na die dBASE-lêers"
-#: jdbcconnectionpage.ui:80
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:79
msgctxt "jdbcconnectionpage|create"
msgid "_Create New"
msgstr ""
-#: jdbcconnectionpage.ui:94
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:93
#, fuzzy
msgctxt "jdbcconnectionpage|browse"
msgid "_Browse…"
msgstr "Blaai"
-#: jdbcconnectionpage.ui:126
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:125
#, fuzzy
msgctxt "jdbcconnectionpage|jdbcLabel"
msgid "JDBC d_river class:"
msgstr "MySQL-JDBC-d~rywerklas:"
-#: jdbcconnectionpage.ui:156
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:155
#, fuzzy
msgctxt "jdbcconnectionpage|jdbcButton"
msgid "_Test Class"
msgstr "Toetsklas"
-#: joindialog.ui:15
+#: dbaccess/uiconfig/ui/joindialog.ui:15
msgctxt "joindialog|liststore1"
msgid "Inner join"
msgstr ""
-#: joindialog.ui:19
+#: dbaccess/uiconfig/ui/joindialog.ui:19
#, fuzzy
msgctxt "joindialog|liststore1"
msgid "Left join"
msgstr "Links af"
-#: joindialog.ui:23
+#: dbaccess/uiconfig/ui/joindialog.ui:23
#, fuzzy
msgctxt "joindialog|liststore1"
msgid "Right join"
msgstr "Regs af"
-#: joindialog.ui:27
+#: dbaccess/uiconfig/ui/joindialog.ui:27
msgctxt "joindialog|liststore1"
msgid "Full (outer) join"
msgstr ""
-#: joindialog.ui:31
+#: dbaccess/uiconfig/ui/joindialog.ui:31
msgctxt "joindialog|liststore1"
msgid "Cross join"
msgstr ""
-#: joindialog.ui:39
+#: dbaccess/uiconfig/ui/joindialog.ui:39
#, fuzzy
msgctxt "joindialog|JoinDialog"
msgid "Join Properties"
msgstr "Vormeienskappe"
-#: joindialog.ui:162
+#: dbaccess/uiconfig/ui/joindialog.ui:162
msgctxt "joindialog|label1"
msgid "Tables Involved"
msgstr ""
-#: joindialog.ui:228
+#: dbaccess/uiconfig/ui/joindialog.ui:228
msgctxt "joindialog|label2"
msgid "Fields Involved"
msgstr ""
-#: joindialog.ui:264
+#: dbaccess/uiconfig/ui/joindialog.ui:264
#, fuzzy
msgctxt "joindialog|label5"
msgid "_Type:"
msgstr "Tipe:"
-#: joindialog.ui:287
+#: dbaccess/uiconfig/ui/joindialog.ui:287
msgctxt "joindialog|natural"
msgid "Natural"
msgstr ""
-#: joindialog.ui:311
+#: dbaccess/uiconfig/ui/joindialog.ui:311
msgctxt "joindialog|label6"
msgid "Options"
msgstr "Opsies"
-#: jointablemenu.ui:12
+#: dbaccess/uiconfig/ui/jointablemenu.ui:12
#, fuzzy
msgctxt "jointablemenu|delete"
msgid "_Delete"
msgstr "Skrap"
-#: joinviewmenu.ui:12
+#: dbaccess/uiconfig/ui/joinviewmenu.ui:12
#, fuzzy
msgctxt "joinviewmenu|delete"
msgid "_Delete"
msgstr "Skrap"
-#: joinviewmenu.ui:20
+#: dbaccess/uiconfig/ui/joinviewmenu.ui:20
msgctxt "joinviewmenu|edit"
msgid "Edit..."
msgstr "Redigeer..."
-#: keymenu.ui:12
+#: dbaccess/uiconfig/ui/keymenu.ui:12
#, fuzzy
msgctxt "keymenu|primarykey"
msgid "Primary Key"
msgstr "Primêre sleutel"
-#: ldapconnectionpage.ui:18
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:18
#, fuzzy
msgctxt "ldapconnectionpage|header"
msgid "Set Up a Connection to an LDAP Directory"
msgstr "Stel 'n verbinding aan 'n LDAP-gids op"
-#: ldapconnectionpage.ui:34
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:34
#, fuzzy
msgctxt "ldapconnectionpage|helpLabel"
msgid "Please enter the required information to connect to an LDAP directory. Please contact your system administrator if you are unsure about the following settings."
@@ -3245,291 +3245,311 @@ msgstr ""
"Tik asseblief die nodige inligting in om aan 'n JDBC-databasis te verbind.\n"
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
-#: ldapconnectionpage.ui:57
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:57
#, fuzzy
msgctxt "ldapconnectionpage|hostNameLabel"
msgid "_Server:"
msgstr "Bediener"
-#: ldapconnectionpage.ui:71
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:71
#, fuzzy
msgctxt "ldapconnectionpage|portNumLabel"
msgid "_Port number:"
msgstr "~Poortnommer"
-#: ldapconnectionpage.ui:113
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:113
#, fuzzy
msgctxt "ldapconnectionpage|portNumDefLabel"
msgid "Default: 389"
msgstr "Verstek: 3306"
-#: ldapconnectionpage.ui:132
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:132
#, fuzzy
msgctxt "ldapconnectionpage|baseDNLabel"
msgid "Base _DN:"
msgstr "Basis-~DN"
-#: ldapconnectionpage.ui:161
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:161
#, fuzzy
msgctxt "ldapconnectionpage|useSSLCheckbutton"
msgid "Use _secure connection (SSL)"
msgstr "Gebruik ~beveiligde verbinding (SSL)"
-#: ldappage.ui:39
+#: dbaccess/uiconfig/ui/ldappage.ui:39
#, fuzzy
msgctxt "ldappage|label1"
msgid "_Base DN:"
msgstr "~Basis-DN"
-#: ldappage.ui:61
+#: dbaccess/uiconfig/ui/ldappage.ui:61
#, fuzzy
msgctxt "ldappage|useSSLCheckbutton"
msgid "Use secure connection (SSL)"
msgstr "Gebruik ~beveiligde verbinding (SSL)"
-#: ldappage.ui:80
+#: dbaccess/uiconfig/ui/ldappage.ui:81
#, fuzzy
msgctxt "ldappage|label2"
msgid "_Port number:"
msgstr "~Poortnommer"
-#: ldappage.ui:105
+#: dbaccess/uiconfig/ui/ldappage.ui:106
#, fuzzy
msgctxt "ldappage|label3"
msgid "Maximum number of _records:"
msgstr "Maksimum getal ~rekords"
-#: ldappage.ui:133
+#: dbaccess/uiconfig/ui/ldappage.ui:134
msgctxt "ldappage|charsetheader"
msgid "Connection Settings"
msgstr "Verbindinginstellings"
-#: migratepage.ui:17
+#: dbaccess/uiconfig/ui/migratepage.ui:17
#, fuzzy
msgctxt "migratepage|label1"
msgid "Migration Progress"
msgstr "Migrasievordering"
-#: migratepage.ui:34
+#: dbaccess/uiconfig/ui/migratepage.ui:34
#, fuzzy
msgctxt "migratepage|count"
msgid "The database document contains $forms$ form(s) and $reports$ report(s), which are currently being processed:"
msgstr "Die databasisdokument bevat $forms$ vorm(s) en $reports$ verslag(e), wat tans verwerk word:"
-#: migratepage.ui:50
+#: dbaccess/uiconfig/ui/migratepage.ui:50
#, fuzzy
msgctxt "migratepage|done"
msgid "All forms and reports have been successfully processed. Press 'Next' to show a detailed summary."
msgstr "Alle vorms en verslae is suksesvol verwerk. Druk 'Volgende' vir 'n gedetailleerde opsomming."
-#: migratepage.ui:71
+#: dbaccess/uiconfig/ui/migratepage.ui:71
#, fuzzy
msgctxt "migratepage|label4"
msgid "Overall progress:"
msgstr "Algehele vordering:"
-#: migratepage.ui:83
+#: dbaccess/uiconfig/ui/migratepage.ui:83
msgctxt "migratepage|overall"
msgid "document $current$ of $overall$"
msgstr "dokument $current$ van $overall$"
-#: migratepage.ui:123
+#: dbaccess/uiconfig/ui/migratepage.ui:123
#, fuzzy
msgctxt "migratepage|label6"
msgid "Current progress:"
msgstr "Huidige vordering:"
-#: migratepage.ui:174
+#: dbaccess/uiconfig/ui/migratepage.ui:174
#, fuzzy
msgctxt "migratepage|label5"
msgid "Current object:"
msgstr "Huidige objek:"
-#: mysqlnativepage.ui:48
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:7
+msgctxt "migrationwarndialog|MigrationWarnDialog"
+msgid "Confirm Migration"
+msgstr ""
+
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:11
+msgctxt "migrationwarndialog|MigrationWarnDialog"
+msgid "The document contains embedded HSQL data, which is deprecated."
+msgstr ""
+
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:12
+msgctxt "migrationwarndialog|MigrationWarnDialog"
+msgid "Would you like to migrate to Firebird now?"
+msgstr ""
+
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:37
+msgctxt "migrationwarndialog|later"
+msgid "_Later"
+msgstr ""
+
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:48
msgctxt "mysqlnativepage|connectionheader"
msgid "Connection Settings"
msgstr "Verbindinginstellings"
-#: mysqlnativepage.ui:90
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:90
#, fuzzy
msgctxt "mysqlnativepage|usernamelabel"
msgid "_User name:"
msgstr "~Gebruikernaam:"
-#: mysqlnativepage.ui:113
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:112
#, fuzzy
msgctxt "mysqlnativepage|passwordrequired"
msgid "Password required"
msgstr "Wagwoord vereis"
-#: mysqlnativepage.ui:137
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:137
#, fuzzy
msgctxt "mysqlnativepage|userheader"
msgid "User Authentication"
msgstr "Gebruikerstawing"
-#: mysqlnativepage.ui:176
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:176
#, fuzzy
msgctxt "mysqlnativepage|charsetlabel"
msgid "_Character set:"
msgstr "Karakterstel"
-#: mysqlnativepage.ui:206
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:206
#, fuzzy
msgctxt "mysqlnativepage|charsetheader"
msgid "Data Conversion"
msgstr "Dataomskakeling"
-#: mysqlnativesettings.ui:25
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:25
#, fuzzy
msgctxt "mysqlnativesettings|dbnamelabel"
msgid "_Database name:"
msgstr "Databasis-naam"
-#: mysqlnativesettings.ui:63
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:62
msgctxt "mysqlnativesettings|hostport"
msgid "Se_rver/port"
msgstr ""
-#: mysqlnativesettings.ui:96
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:95
#, fuzzy
msgctxt "mysqlnativesettings|serverlabel"
msgid "_Server:"
msgstr "Bediener"
-#: mysqlnativesettings.ui:110
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:109
msgctxt "mysqlnativesettings|portlabel"
msgid "_Port:"
msgstr ""
-#: mysqlnativesettings.ui:138
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:136
msgctxt "mysqlnativesettings|defaultport"
msgid "Default: 3306"
msgstr "Verstek: 3306"
-#: mysqlnativesettings.ui:182
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:179
#, fuzzy
msgctxt "mysqlnativesettings|socketlabel"
msgid "So_cket:"
msgstr "Sok"
-#: mysqlnativesettings.ui:225
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:221
#, fuzzy
msgctxt "mysqlnativesettings|namedpipelabel"
msgid "Named p_ipe:"
msgstr "Benoemde p~yp"
-#: namematchingpage.ui:48
+#: dbaccess/uiconfig/ui/namematchingpage.ui:48
#, fuzzy
msgctxt "namematchingpage|all"
msgid "_All"
msgstr "~Alles"
-#: namematchingpage.ui:65
+#: dbaccess/uiconfig/ui/namematchingpage.ui:65
#, fuzzy
msgctxt "namematchingpage|none"
msgid "Non_e"
msgstr "Geen"
-#: namematchingpage.ui:101
+#: dbaccess/uiconfig/ui/namematchingpage.ui:101
#, fuzzy
msgctxt "namematchingpage|leftlabel"
msgid "Source table: "
msgstr "Brontabel: \n"
-#: namematchingpage.ui:146
+#: dbaccess/uiconfig/ui/namematchingpage.ui:146
#, fuzzy
msgctxt "namematchingpage|rightlabel"
msgid "Destination table: "
msgstr "Teikentabel: \n"
-#: odbcpage.ui:38
+#: dbaccess/uiconfig/ui/odbcpage.ui:38
#, fuzzy
msgctxt "odbcpage|charsetlabel"
msgid "_Character set:"
msgstr "Karakterstel"
-#: odbcpage.ui:68
+#: dbaccess/uiconfig/ui/odbcpage.ui:68
#, fuzzy
msgctxt "odbcpage|charsetheader"
msgid "Data Conversion"
msgstr "Dataomskakeling"
-#: odbcpage.ui:112
+#: dbaccess/uiconfig/ui/odbcpage.ui:112
#, fuzzy
msgctxt "odbcpage|optionslabel"
msgid "ODBC _options:"
msgstr "ODBC-~opsies"
-#: odbcpage.ui:143
+#: dbaccess/uiconfig/ui/odbcpage.ui:143
#, fuzzy
msgctxt "odbcpage|useCatalogCheckbutton"
msgid "Use catalog for file-based databases"
msgstr "Gebruik katalogus vir lêergebaseerde databasisse"
-#: odbcpage.ui:165
+#: dbaccess/uiconfig/ui/odbcpage.ui:166
#, fuzzy
msgctxt "odbcpage|label1"
msgid "Optional Settings"
msgstr "Opsionele instellings"
-#: parametersdialog.ui:10
+#: dbaccess/uiconfig/ui/parametersdialog.ui:10
#, fuzzy
msgctxt "parametersdialog|Parameters"
msgid "Parameter Input"
msgstr "Parametertoevoer"
-#: parametersdialog.ui:122
+#: dbaccess/uiconfig/ui/parametersdialog.ui:122
msgctxt "parametersdialog|label2"
msgid "_Value:"
msgstr ""
-#: parametersdialog.ui:153
+#: dbaccess/uiconfig/ui/parametersdialog.ui:152
#, fuzzy
msgctxt "parametersdialog|next"
msgid "_Next"
msgstr "~Volgende"
-#: parametersdialog.ui:181
+#: dbaccess/uiconfig/ui/parametersdialog.ui:180
#, fuzzy
msgctxt "parametersdialog|label1"
msgid "_Parameters"
msgstr "~Parameters"
-#: password.ui:8
+#: dbaccess/uiconfig/ui/password.ui:8
#, fuzzy
msgctxt "password|PasswordDialog"
msgid "Change Password"
msgstr "Verander ~wagwoord..."
-#: password.ui:120
+#: dbaccess/uiconfig/ui/password.ui:120
msgctxt "password|label2"
msgid "Old p_assword:"
msgstr ""
-#: password.ui:134
+#: dbaccess/uiconfig/ui/password.ui:134
#, fuzzy
msgctxt "password|label3"
msgid "_Password:"
msgstr "Wagwoord:"
-#: password.ui:148
+#: dbaccess/uiconfig/ui/password.ui:148
msgctxt "password|label4"
msgid "_Confirm password:"
msgstr ""
-#: password.ui:177
+#: dbaccess/uiconfig/ui/password.ui:177
msgctxt "password|label1"
msgid "User “$name$: $”"
msgstr ""
-#: preparepage.ui:17
+#: dbaccess/uiconfig/ui/preparepage.ui:17
#, fuzzy
msgctxt "preparepage|label1"
msgid "Welcome to the Database Macro Migration Wizard"
msgstr "Welkom by die databasismakromigrasie-slimmerd"
-#: preparepage.ui:34
+#: dbaccess/uiconfig/ui/preparepage.ui:34
#, fuzzy
msgctxt "preparepage|label2"
msgid ""
@@ -3549,433 +3569,433 @@ msgstr ""
"\n"
"Voor die migrasie kan plaasvind, moet alle vorms, verslae, navrae en tabelle wat aan die dokument behoort, afgesluit word. Druk 'Volgende' om dit te doen."
-#: preparepage.ui:56
+#: dbaccess/uiconfig/ui/preparepage.ui:56
#, fuzzy
msgctxt "preparepage|closedocerror"
msgid "Not all objects could be closed. Please close them manually, and re-start the wizard."
msgstr "Nie alle objekte kon gebruik word nie. Sluit hulle asseblief handmatig, en herbegin die slimmerd."
-#: querycolmenu.ui:12
+#: dbaccess/uiconfig/ui/querycolmenu.ui:12
#, fuzzy
msgctxt "querycolmenu|width"
msgid "Column _Width..."
msgstr "Kolom~wydte..."
-#: querycolmenu.ui:26
+#: dbaccess/uiconfig/ui/querycolmenu.ui:26
#, fuzzy
msgctxt "querycolmenu|delete"
msgid "_Delete"
msgstr "Skrap"
-#: queryfilterdialog.ui:8
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:8
#, fuzzy
msgctxt "queryfilterdialog|QueryFilterDialog"
msgid "Standard Filter"
msgstr "Standaardfilter"
-#: queryfilterdialog.ui:96
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:96
#, fuzzy
msgctxt "queryfilterdialog|label2"
msgid "Operator"
msgstr "B~ewerkers"
-#: queryfilterdialog.ui:108
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:108
msgctxt "queryfilterdialog|label5"
msgid "Field name"
msgstr "Veldnaam"
-#: queryfilterdialog.ui:120
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:120
msgctxt "queryfilterdialog|label6"
msgid "Condition"
msgstr "Voorwaarde"
-#: queryfilterdialog.ui:134
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:134
msgctxt "queryfilterdialog|field1"
msgid "- none -"
msgstr "- geen -"
-#: queryfilterdialog.ui:148
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:148
msgctxt "queryfilterdialog|cond1"
msgid "="
msgstr ""
-#: queryfilterdialog.ui:149
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:149
msgctxt "queryfilterdialog|cond1"
msgid "<>"
msgstr ""
-#: queryfilterdialog.ui:150
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:150
msgctxt "queryfilterdialog|cond1"
msgid "<"
msgstr ""
-#: queryfilterdialog.ui:151
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:151
msgctxt "queryfilterdialog|cond1"
msgid "<="
msgstr ""
-#: queryfilterdialog.ui:152
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:152
msgctxt "queryfilterdialog|cond1"
msgid ">"
msgstr ""
-#: queryfilterdialog.ui:153
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:153
msgctxt "queryfilterdialog|cond1"
msgid ">="
msgstr ""
-#: queryfilterdialog.ui:154
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:154
msgctxt "queryfilterdialog|cond1"
msgid "like"
msgstr "soos"
-#: queryfilterdialog.ui:155
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:155
msgctxt "queryfilterdialog|cond1"
msgid "not like"
msgstr "nie soos"
-#: queryfilterdialog.ui:156
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:156
msgctxt "queryfilterdialog|cond1"
msgid "null"
msgstr ""
-#: queryfilterdialog.ui:157
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:157
msgctxt "queryfilterdialog|cond1"
msgid "not null"
msgstr ""
-#: queryfilterdialog.ui:171
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:171
msgctxt "queryfilterdialog|field2"
msgid "- none -"
msgstr "- geen -"
-#: queryfilterdialog.ui:185
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:185
msgctxt "queryfilterdialog|field3"
msgid "- none -"
msgstr "- geen -"
-#: queryfilterdialog.ui:219
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:219
msgctxt "queryfilterdialog|label7"
msgid "Value"
msgstr "Waarde"
-#: queryfilterdialog.ui:263
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:263
msgctxt "queryfilterdialog|op2"
msgid "AND"
msgstr "AND"
-#: queryfilterdialog.ui:264
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:264
msgctxt "queryfilterdialog|op2"
msgid "OR"
msgstr "OR"
-#: queryfilterdialog.ui:278
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:278
msgctxt "queryfilterdialog|op3"
msgid "AND"
msgstr "AND"
-#: queryfilterdialog.ui:279
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:279
msgctxt "queryfilterdialog|op3"
msgid "OR"
msgstr "OR"
-#: queryfilterdialog.ui:298
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:298
#, fuzzy
msgctxt "queryfilterdialog|label1"
msgid "Criteria"
msgstr "kriteria"
-#: queryfuncmenu.ui:12
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:12
msgctxt "queryfuncmenu|functions"
msgid "Functions"
msgstr "Funksies"
-#: queryfuncmenu.ui:26
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:26
#, fuzzy
msgctxt "queryfuncmenu|tablename"
msgid "Table Name"
msgstr "Tabelnaam"
-#: queryfuncmenu.ui:34
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:34
msgctxt "queryfuncmenu|alias"
msgid "Alias"
msgstr "Alias"
-#: queryfuncmenu.ui:48
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:48
msgctxt "queryfuncmenu|distinct"
msgid "Distinct Values"
msgstr "Duidelike waardes"
-#: querypropertiesdialog.ui:9
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:9
#, fuzzy
msgctxt "querypropertiesdialog|QueryPropertiesDialog"
msgid "Query Properties"
msgstr "Veldeienskappe"
-#: querypropertiesdialog.ui:101
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:101
msgctxt "querypropertiesdialog|limit-label"
msgid "Limit:"
msgstr ""
-#: querypropertiesdialog.ui:117
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:117
msgctxt "querypropertiesdialog|distinct"
msgid "Yes"
msgstr "Ja"
-#: querypropertiesdialog.ui:133
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:134
msgctxt "querypropertiesdialog|nondistinct"
msgid "No"
msgstr "Nee"
-#: querypropertiesdialog.ui:160
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:162
#, fuzzy
msgctxt "querypropertiesdialog|distinctvalues"
msgid "Distinct values:"
msgstr "Duidelike waardes"
-#: relationdialog.ui:9
+#: dbaccess/uiconfig/ui/relationdialog.ui:9
#, fuzzy
msgctxt "relationdialog|RelationDialog"
msgid "Relations"
msgstr "Verwantskappe"
-#: relationdialog.ui:132
+#: dbaccess/uiconfig/ui/relationdialog.ui:132
msgctxt "relationdialog|label1"
msgid "Tables Involved"
msgstr ""
-#: relationdialog.ui:173
+#: dbaccess/uiconfig/ui/relationdialog.ui:173
msgctxt "relationdialog|label2"
msgid "Fields Involved"
msgstr ""
-#: relationdialog.ui:211
+#: dbaccess/uiconfig/ui/relationdialog.ui:211
#, fuzzy
msgctxt "relationdialog|addaction"
msgid "_No action"
msgstr "Geen aksie"
-#: relationdialog.ui:228
+#: dbaccess/uiconfig/ui/relationdialog.ui:228
msgctxt "relationdialog|addcascade"
msgid "_Update cascade"
msgstr ""
-#: relationdialog.ui:244
+#: dbaccess/uiconfig/ui/relationdialog.ui:244
msgctxt "relationdialog|addnull"
-msgid "_Set null"
+msgid "_Set NULL"
msgstr ""
-#: relationdialog.ui:260
+#: dbaccess/uiconfig/ui/relationdialog.ui:260
msgctxt "relationdialog|adddefault"
msgid "Set _default"
msgstr ""
-#: relationdialog.ui:282
+#: dbaccess/uiconfig/ui/relationdialog.ui:282
msgctxt "relationdialog|label3"
msgid "Update Options"
msgstr ""
-#: relationdialog.ui:315
+#: dbaccess/uiconfig/ui/relationdialog.ui:315
#, fuzzy
msgctxt "relationdialog|delaction"
msgid "_No action"
msgstr "Geen aksie"
-#: relationdialog.ui:331
+#: dbaccess/uiconfig/ui/relationdialog.ui:331
msgctxt "relationdialog|delcascade"
msgid "Delete _cascade"
msgstr ""
-#: relationdialog.ui:346
+#: dbaccess/uiconfig/ui/relationdialog.ui:346
msgctxt "relationdialog|delnull"
-msgid "_Set null"
+msgid "_Set NULL"
msgstr ""
-#: relationdialog.ui:361
+#: dbaccess/uiconfig/ui/relationdialog.ui:361
msgctxt "relationdialog|deldefault"
msgid "Set _default"
msgstr ""
-#: relationdialog.ui:382
+#: dbaccess/uiconfig/ui/relationdialog.ui:382
msgctxt "relationdialog|label4"
msgid "Delete Options"
msgstr ""
-#: relationdialog.ui:435
+#: dbaccess/uiconfig/ui/relationdialog.ui:435
msgctxt "relationdialog|liststore1"
msgid "Inner join"
msgstr ""
-#: relationdialog.ui:439
+#: dbaccess/uiconfig/ui/relationdialog.ui:439
#, fuzzy
msgctxt "relationdialog|liststore1"
msgid "Left join"
msgstr "Links af"
-#: relationdialog.ui:443
+#: dbaccess/uiconfig/ui/relationdialog.ui:443
#, fuzzy
msgctxt "relationdialog|liststore1"
msgid "Right join"
msgstr "Regs af"
-#: relationdialog.ui:447
+#: dbaccess/uiconfig/ui/relationdialog.ui:447
msgctxt "relationdialog|liststore1"
msgid "Full (outer) join"
msgstr ""
-#: relationdialog.ui:451
+#: dbaccess/uiconfig/ui/relationdialog.ui:451
msgctxt "relationdialog|liststore1"
msgid "Cross join"
msgstr ""
-#: rowheightdialog.ui:15
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:15
#, fuzzy
msgctxt "rowheightdialog|RowHeightDialog"
msgid "Row Height"
msgstr "Ryhoogte"
-#: rowheightdialog.ui:94
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:94
#, fuzzy
msgctxt "rowheightdialog|label1"
msgid "_Height:"
msgstr "Hoogte:"
-#: rowheightdialog.ui:119
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:118
#, fuzzy
msgctxt "rowheightdialog|automatic"
msgid "_Automatic"
msgstr "Outomaties"
-#: rtfcopytabledialog.ui:9
+#: dbaccess/uiconfig/ui/rtfcopytabledialog.ui:9
#, fuzzy
msgctxt "rtfcopytabledialog|RTFCopyTable"
msgid "Copy RTF Table"
msgstr "Kopieer RTF-tabel"
-#: savedialog.ui:9
+#: dbaccess/uiconfig/ui/savedialog.ui:9
#, fuzzy
msgctxt "savedialog|SaveDialog"
msgid "Save As"
msgstr "Stoor as"
-#: savedialog.ui:85
+#: dbaccess/uiconfig/ui/savedialog.ui:85
msgctxt "savedialog|descriptionft"
msgid "Please enter a name for the object to be created:"
msgstr ""
-#: savedialog.ui:100
+#: dbaccess/uiconfig/ui/savedialog.ui:100
msgctxt "savedialog|catalogft"
msgid "_Catalog:"
msgstr ""
-#: savedialog.ui:114
+#: dbaccess/uiconfig/ui/savedialog.ui:114
msgctxt "savedialog|schemaft"
msgid "_Schema:"
msgstr ""
-#: saveindexdialog.ui:8
+#: dbaccess/uiconfig/ui/saveindexdialog.ui:7
#, fuzzy
msgctxt "saveindexdialog|SaveIndexDialog"
msgid "Exit Index Design"
msgstr "Sluit indeksontwerp af"
-#: saveindexdialog.ui:13
+#: dbaccess/uiconfig/ui/saveindexdialog.ui:13
#, fuzzy
msgctxt "saveindexdialog|SaveIndexDialog"
msgid "Do you want to save the changes made to the current index?"
msgstr "Wil u die wysigings wat aan die huidige indeks gemaak is, stoor?"
-#: savemodifieddialog.ui:12
+#: dbaccess/uiconfig/ui/savemodifieddialog.ui:12
#, fuzzy
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "Do you want to save the changes?"
msgstr "Wil u die wysigings aan %1 stoor?"
-#: savemodifieddialog.ui:13
+#: dbaccess/uiconfig/ui/savemodifieddialog.ui:13
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "The current record has been changed."
msgstr ""
-#: sortdialog.ui:8
+#: dbaccess/uiconfig/ui/sortdialog.ui:8
#, fuzzy
msgctxt "sortdialog|SortDialog"
msgid "Sort Order"
msgstr "Sorteervolgorde"
-#: sortdialog.ui:96
+#: dbaccess/uiconfig/ui/sortdialog.ui:96
#, fuzzy
msgctxt "sortdialog|label2"
msgid "Operator"
msgstr "B~ewerkers"
-#: sortdialog.ui:109
+#: dbaccess/uiconfig/ui/sortdialog.ui:109
msgctxt "sortdialog|label3"
msgid "and then"
msgstr ""
-#: sortdialog.ui:122
+#: dbaccess/uiconfig/ui/sortdialog.ui:122
msgctxt "sortdialog|label4"
msgid "and then"
msgstr ""
-#: sortdialog.ui:134
+#: dbaccess/uiconfig/ui/sortdialog.ui:134
msgctxt "sortdialog|label5"
msgid "Field name"
msgstr "Veldnaam"
-#: sortdialog.ui:146
+#: dbaccess/uiconfig/ui/sortdialog.ui:146
msgctxt "sortdialog|label6"
msgid "Order"
msgstr "Volgorde"
-#: sortdialog.ui:171
+#: dbaccess/uiconfig/ui/sortdialog.ui:171
#, fuzzy
msgctxt "sortdialog|value1"
msgid "ascending"
msgstr "Oplopend"
-#: sortdialog.ui:172
+#: dbaccess/uiconfig/ui/sortdialog.ui:172
#, fuzzy
msgctxt "sortdialog|value1"
msgid "descending"
msgstr "Aflopend"
-#: sortdialog.ui:208
+#: dbaccess/uiconfig/ui/sortdialog.ui:208
#, fuzzy
msgctxt "sortdialog|value2"
msgid "ascending"
msgstr "Oplopend"
-#: sortdialog.ui:209
+#: dbaccess/uiconfig/ui/sortdialog.ui:209
#, fuzzy
msgctxt "sortdialog|value2"
msgid "descending"
msgstr "Aflopend"
-#: sortdialog.ui:223
+#: dbaccess/uiconfig/ui/sortdialog.ui:223
#, fuzzy
msgctxt "sortdialog|value3"
msgid "ascending"
msgstr "Oplopend"
-#: sortdialog.ui:224
+#: dbaccess/uiconfig/ui/sortdialog.ui:224
#, fuzzy
msgctxt "sortdialog|value3"
msgid "descending"
msgstr "Aflopend"
-#: sortdialog.ui:243
+#: dbaccess/uiconfig/ui/sortdialog.ui:243
#, fuzzy
msgctxt "sortdialog|label1"
msgid "Sort Order"
msgstr "Sorteervolgorde"
-#: specialjdbcconnectionpage.ui:19
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:19
msgctxt "specialjdbcconnectionpage|header"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "Stel 'n verbinding aan 'n MySQL-databasis op met JDBC"
-#: specialjdbcconnectionpage.ui:35
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:35
#, fuzzy
msgctxt "specialjdbcconnectionpage|helpLabel"
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. Please contact your system administrator if you are unsure about the following settings. "
@@ -3983,487 +4003,487 @@ msgstr ""
"Tik asseblief die nodige inligting in om aan 'n MySQL-databasis te verbind met JDBC. Let op dat 'n JDBC-drywerklas op u stelsel geïnstalleer moet wees en met %PRODUCTNAME geregistreer moet wees.\n"
"Kontak asseblief u stelseladministrateur indien u onseker is oor die volgende instellings."
-#: specialjdbcconnectionpage.ui:58
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:58
#, fuzzy
msgctxt "specialjdbcconnectionpage|dbNameLabel"
msgid "_Database name:"
msgstr "Databasis-naam"
-#: specialjdbcconnectionpage.ui:72
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:72
#, fuzzy
msgctxt "specialjdbcconnectionpage|hostNameLabel"
msgid "_Server:"
msgstr "Bediener"
-#: specialjdbcconnectionpage.ui:86
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:86
#, fuzzy
msgctxt "specialjdbcconnectionpage|portNumLabel"
msgid "_Port number:"
msgstr "~Poortnommer"
-#: specialjdbcconnectionpage.ui:139
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:139
msgctxt "specialjdbcconnectionpage|portNumDefLabel"
msgid "Default: 3306"
msgstr "Verstek: 3306"
-#: specialjdbcconnectionpage.ui:173
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:173
#, fuzzy
msgctxt "specialjdbcconnectionpage|jdbcDriverLabel"
msgid "MySQL JDBC d_river class:"
msgstr "MySQL-JDBC-d~rywerklas:"
-#: specialjdbcconnectionpage.ui:195
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:195
#, fuzzy
msgctxt "specialjdbcconnectionpage|testDriverButton"
msgid "_Test Class"
msgstr "Toetsklas"
-#: specialsettingspage.ui:18
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:18
msgctxt "specialsettingspage|usesql92"
msgid "Use SQL92 naming constraints"
msgstr ""
-#: specialsettingspage.ui:35
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:35
msgctxt "specialsettingspage|append"
msgid "Append the table alias name on SELECT statements"
msgstr ""
-#: specialsettingspage.ui:52
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:52
msgctxt "specialsettingspage|useas"
msgid "Use keyword AS before table alias names"
msgstr ""
-#: specialsettingspage.ui:69
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:69
msgctxt "specialsettingspage|useoj"
msgid "Use Outer Join syntax '{oj }'"
msgstr ""
-#: specialsettingspage.ui:86
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:86
msgctxt "specialsettingspage|ignoreprivs"
msgid "Ignore the privileges from the database driver"
msgstr ""
-#: specialsettingspage.ui:103
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:103
msgctxt "specialsettingspage|replaceparams"
msgid "Replace named parameters with '?'"
msgstr ""
-#: specialsettingspage.ui:120
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:120
msgctxt "specialsettingspage|displayver"
msgid "Display version columns (when available)"
msgstr ""
-#: specialsettingspage.ui:137
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:137
msgctxt "specialsettingspage|usecatalogname"
msgid "Use catalog name in SELECT statements"
msgstr ""
-#: specialsettingspage.ui:154
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:154
msgctxt "specialsettingspage|useschemaname"
msgid "Use schema name in SELECT statements"
msgstr ""
-#: specialsettingspage.ui:171
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:171
msgctxt "specialsettingspage|createindex"
msgid "Create index with ASC or DESC statement"
msgstr ""
-#: specialsettingspage.ui:188
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:188
msgctxt "specialsettingspage|eol"
msgid "End text lines with CR+LF"
msgstr ""
-#: specialsettingspage.ui:205
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:205
msgctxt "specialsettingspage|ignorecurrency"
msgid "Ignore currency field information"
msgstr ""
-#: specialsettingspage.ui:222
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:222
msgctxt "specialsettingspage|inputchecks"
msgid "Form data input checks for required fields"
msgstr ""
-#: specialsettingspage.ui:239
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:239
msgctxt "specialsettingspage|useodbcliterals"
msgid "Use ODBC conformant date/time literals"
msgstr ""
-#: specialsettingspage.ui:256
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:256
msgctxt "specialsettingspage|primarykeys"
msgid "Supports primary keys"
msgstr ""
-#: specialsettingspage.ui:273
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:273
msgctxt "specialsettingspage|resulttype"
msgid "Respect the result set type from the database driver"
msgstr ""
-#: specialsettingspage.ui:299
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:299
msgctxt "specialsettingspage|comparisonft"
msgid "Comparison of Boolean values:"
msgstr ""
-#: specialsettingspage.ui:315
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:315
msgctxt "specialsettingspage|comparison"
msgid "Default"
msgstr "Verstek"
-#: specialsettingspage.ui:316
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:316
msgctxt "specialsettingspage|comparison"
msgid "SQL"
msgstr "SQL"
-#: specialsettingspage.ui:317
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:317
#, fuzzy
msgctxt "specialsettingspage|comparison"
msgid "Mixed"
msgstr "Vaste"
-#: specialsettingspage.ui:318
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:318
msgctxt "specialsettingspage|comparison"
msgid "MS Access"
msgstr ""
-#: specialsettingspage.ui:333
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:333
msgctxt "specialsettingspage|rowsft"
msgid "Rows to scan column types:"
msgstr ""
-#: sqlexception.ui:9
+#: dbaccess/uiconfig/ui/sqlexception.ui:18
msgctxt "sqlexception|SQLExceptionDialog"
msgid "Error Details"
msgstr ""
-#: sqlexception.ui:58
+#: dbaccess/uiconfig/ui/sqlexception.ui:68
msgctxt "sqlexception|label2"
msgid "Error _list:"
msgstr ""
-#: sqlexception.ui:72
+#: dbaccess/uiconfig/ui/sqlexception.ui:82
#, fuzzy
msgctxt "sqlexception|label3"
msgid "_Description:"
msgstr "Beskrywing"
-#: summarypage.ui:17
+#: dbaccess/uiconfig/ui/summarypage.ui:17
msgctxt "summarypage|label1"
msgid "Summary"
msgstr "Opsomming"
-#: summarypage.ui:34
+#: dbaccess/uiconfig/ui/summarypage.ui:34
#, fuzzy
msgctxt "summarypage|success"
msgid "The migration was successful. Below is a log of the actions which have been taken to your document."
msgstr "Die migrasie was suksesvol. Hier onder is 'n staaflêer van dit wat met u dokument gedoen is."
-#: summarypage.ui:50
+#: dbaccess/uiconfig/ui/summarypage.ui:50
#, fuzzy
msgctxt "summarypage|failure"
msgid "The migration was not successful. Examine the migration log below for details."
msgstr "Die migrasie was nie suksesvol nie. Ondersoek die migrasiestaaflêer hier onder vir details."
-#: tabledesignrowmenu.ui:12
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:12
#, fuzzy
msgctxt "tabledesignrowmenu|cut"
msgid "Cu_t"
msgstr "Knip"
-#: tabledesignrowmenu.ui:20
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:20
#, fuzzy
msgctxt "tabledesignrowmenu|copy"
msgid "_Copy"
msgstr "Kopieer"
-#: tabledesignrowmenu.ui:28
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:28
#, fuzzy
msgctxt "tabledesignrowmenu|paste"
msgid "_Paste"
msgstr "Plak"
-#: tabledesignrowmenu.ui:35
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:35
#, fuzzy
msgctxt "tabledesignrowmenu|delete"
msgid "_Delete"
msgstr "Skrap"
-#: tabledesignrowmenu.ui:42
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:42
#, fuzzy
msgctxt "tabledesignrowmenu|insert"
msgid "Insert Rows"
msgstr "Voeg ry in"
-#: tabledesignrowmenu.ui:55
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:55
#, fuzzy
msgctxt "tabledesignrowmenu|primarykey"
msgid "Primary Key"
msgstr "Primêre sleutel"
-#: tabledesignsavemodifieddialog.ui:12
+#: dbaccess/uiconfig/ui/tabledesignsavemodifieddialog.ui:12
#, fuzzy
msgctxt "tabledesignsavemodifieddialog|TableDesignSaveModifiedDialog"
msgid "Do you want to save the changes?"
msgstr "Wil u die wysigings aan %1 stoor?"
-#: tabledesignsavemodifieddialog.ui:13
+#: dbaccess/uiconfig/ui/tabledesignsavemodifieddialog.ui:13
msgctxt "tabledesignsavemodifieddialog|TableDesignSaveModifiedDialog"
msgid "The table has been changed."
msgstr ""
-#: tablesfilterdialog.ui:8
+#: dbaccess/uiconfig/ui/tablesfilterdialog.ui:8
msgctxt "tablesfilterdialog|TablesFilterDialog"
msgid "Tables Filter"
msgstr ""
-#: tablesfilterpage.ui:34
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:34
msgctxt "tablesfilterpage|label2"
msgid "Mark the tables that should be visible for the applications."
msgstr ""
-#: tablesfilterpage.ui:70
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:70
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
-#: tablesjoindialog.ui:82
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:82
msgctxt "tablesjoindialog|tables"
msgid "Tables"
msgstr "Tabelle"
-#: tablesjoindialog.ui:99
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:99
msgctxt "tablesjoindialog|queries"
msgid "Queries"
msgstr "Navrae"
-#: tablesjoindialog.ui:132
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:132
#, fuzzy
msgctxt "tablesjoindialog|title"
msgid "Add Tables"
msgstr "Voeg tabelle by..."
-#: tablesjoindialog.ui:143
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:143
msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
-#: textconnectionsettings.ui:8
+#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
#, fuzzy
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
msgid "Text Connection Settings"
msgstr "Teksverbindinginstellings"
-#: textpage.ui:39
+#: dbaccess/uiconfig/ui/textpage.ui:39
#, fuzzy
msgctxt "textpage|textfile"
msgid "Plain text files (*.txt)"
msgstr "Skoontekslêers (*.txt)"
-#: textpage.ui:56
+#: dbaccess/uiconfig/ui/textpage.ui:57
#, fuzzy
msgctxt "textpage|csvfile"
msgid "Comma-separated value files (*.csv)"
msgstr "'Comma separated value'-lêers (*.csv)"
-#: textpage.ui:73
+#: dbaccess/uiconfig/ui/textpage.ui:75
#, fuzzy
msgctxt "textpage|custom"
msgid "Custom:"
msgstr "Doelmaak:"
-#: textpage.ui:106
+#: dbaccess/uiconfig/ui/textpage.ui:107
#, fuzzy
msgctxt "textpage|example"
msgid "Custom: *.abc"
msgstr "Doelmaak: *.abc"
-#: textpage.ui:121
+#: dbaccess/uiconfig/ui/textpage.ui:122
#, fuzzy
msgctxt "textpage|extensionheader"
msgid "Specify the Type of Files You Want to Access"
msgstr "Spesifiseer die soort lêers waarna u toegang verlang"
-#: textpage.ui:159
+#: dbaccess/uiconfig/ui/textpage.ui:160
#, fuzzy
msgctxt "textpage|containsheaders"
msgid "_Text contains headers"
msgstr "~Teks bevat koppe"
-#: textpage.ui:181
+#: dbaccess/uiconfig/ui/textpage.ui:182
#, fuzzy
msgctxt "textpage|fieldlabel"
msgid "Field separator:"
msgstr "Veldskeier"
-#: textpage.ui:195
+#: dbaccess/uiconfig/ui/textpage.ui:196
#, fuzzy
msgctxt "textpage|textlabel"
msgid "Text separator:"
msgstr "Teksskeier"
-#: textpage.ui:209
+#: dbaccess/uiconfig/ui/textpage.ui:210
#, fuzzy
msgctxt "textpage|decimallabel"
msgid "Decimal separator:"
msgstr "Desimaalskeier"
-#: textpage.ui:223
+#: dbaccess/uiconfig/ui/textpage.ui:224
#, fuzzy
msgctxt "textpage|thousandslabel"
msgid "Thousands separator:"
msgstr "Duisendeskeier"
-#: textpage.ui:273
+#: dbaccess/uiconfig/ui/textpage.ui:274
msgctxt "textpage|decimalseparator"
msgid "."
msgstr ""
-#: textpage.ui:274
+#: dbaccess/uiconfig/ui/textpage.ui:275
msgctxt "textpage|decimalseparator"
msgid ","
msgstr ""
-#: textpage.ui:275
+#: dbaccess/uiconfig/ui/textpage.ui:276
msgctxt "textpage|decimalseparator"
msgid ";"
msgstr ""
-#: textpage.ui:276
+#: dbaccess/uiconfig/ui/textpage.ui:277
msgctxt "textpage|decimalseparator"
msgid ":"
msgstr ""
-#: textpage.ui:296
+#: dbaccess/uiconfig/ui/textpage.ui:297
msgctxt "textpage|thousandsseparator"
msgid "."
msgstr ""
-#: textpage.ui:297
+#: dbaccess/uiconfig/ui/textpage.ui:298
msgctxt "textpage|thousandsseparator"
msgid ","
msgstr ""
-#: textpage.ui:318
+#: dbaccess/uiconfig/ui/textpage.ui:319
#, fuzzy
msgctxt "textpage|formatlabel"
msgid "Row Format"
msgstr "Ryformaat"
-#: textpage.ui:359
+#: dbaccess/uiconfig/ui/textpage.ui:360
#, fuzzy
msgctxt "textpage|charsetlabel"
msgid "_Character set:"
msgstr "Karakterstel"
-#: textpage.ui:389
+#: dbaccess/uiconfig/ui/textpage.ui:390
#, fuzzy
msgctxt "textpage|charsetheader"
msgid "Data Conversion"
msgstr "Dataomskakeling"
-#: typeselectpage.ui:71
+#: dbaccess/uiconfig/ui/typeselectpage.ui:71
#, fuzzy
msgctxt "typeselectpage|columns"
msgid "Column Information"
msgstr "Kolominligting"
-#: typeselectpage.ui:110
+#: dbaccess/uiconfig/ui/typeselectpage.ui:110
#, fuzzy
msgctxt "typeselectpage|autolabel"
msgid "Lines (ma_x.):"
msgstr "Reëls (mak~s)"
-#: typeselectpage.ui:121
+#: dbaccess/uiconfig/ui/typeselectpage.ui:121
msgctxt "typeselectpage|autobutton"
msgid "_Auto"
msgstr ""
-#: typeselectpage.ui:153
+#: dbaccess/uiconfig/ui/typeselectpage.ui:152
#, fuzzy
msgctxt "typeselectpage|autotype"
msgid "Automatic Type Recognition"
msgstr "Outomatiese soortherkenning"
-#: useradmindialog.ui:8
+#: dbaccess/uiconfig/ui/useradmindialog.ui:8
#, fuzzy
msgctxt "useradmindialog|UserAdminDialog"
msgid "User Administration"
msgstr "Gebruikeradministrasie..."
-#: useradmindialog.ui:92
+#: dbaccess/uiconfig/ui/useradmindialog.ui:92
msgctxt "useradmindialog|settings"
msgid "User Settings"
msgstr ""
-#: useradminpage.ui:47
+#: dbaccess/uiconfig/ui/useradminpage.ui:47
#, fuzzy
msgctxt "useradminpage|label3"
msgid "Us_er:"
msgstr "G~ebruiker:"
-#: useradminpage.ui:83
+#: dbaccess/uiconfig/ui/useradminpage.ui:83
#, fuzzy
msgctxt "useradminpage|add"
msgid "_Add User..."
msgstr "~Voeg gebruiker by..."
-#: useradminpage.ui:98
+#: dbaccess/uiconfig/ui/useradminpage.ui:98
#, fuzzy
msgctxt "useradminpage|changepass"
msgid "Change _Password..."
msgstr "Verander ~wagwoord..."
-#: useradminpage.ui:113
+#: dbaccess/uiconfig/ui/useradminpage.ui:113
#, fuzzy
msgctxt "useradminpage|delete"
msgid "_Delete User..."
msgstr "~Skrap gebruiker..."
-#: useradminpage.ui:141
+#: dbaccess/uiconfig/ui/useradminpage.ui:141
#, fuzzy
msgctxt "useradminpage|label1"
msgid "User Selection"
msgstr "Gebruikerseleksie"
-#: useradminpage.ui:180
+#: dbaccess/uiconfig/ui/useradminpage.ui:180
#, fuzzy
msgctxt "useradminpage|label2"
msgid "Access Rights for Selected User"
msgstr "Toegangsregte vir geselekteerde gebruiker"
-#: userdetailspage.ui:40
+#: dbaccess/uiconfig/ui/userdetailspage.ui:40
#, fuzzy
msgctxt "userdetailspage|hostnameft"
msgid "_Host name:"
msgstr "~Gasheernaam"
-#: userdetailspage.ui:56
+#: dbaccess/uiconfig/ui/userdetailspage.ui:56
#, fuzzy
msgctxt "userdetailspage|portnumberft"
msgid "_Port number:"
msgstr "~Poortnommer"
-#: userdetailspage.ui:89
+#: dbaccess/uiconfig/ui/userdetailspage.ui:89
msgctxt "userdetailspage|usecatalog"
msgid "_Use catalog"
msgstr ""
-#: userdetailspage.ui:109
+#: dbaccess/uiconfig/ui/userdetailspage.ui:109
#, fuzzy
msgctxt "userdetailspage|optionslabel"
msgid "_Driver settings:"
msgstr "~Drywerinstellings"
-#: userdetailspage.ui:137
+#: dbaccess/uiconfig/ui/userdetailspage.ui:137
msgctxt "userdetailspage|label1"
msgid "Connection Settings"
msgstr "Verbindinginstellings"
-#: userdetailspage.ui:175
+#: dbaccess/uiconfig/ui/userdetailspage.ui:175
#, fuzzy
msgctxt "userdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "Karakterstel"
-#: userdetailspage.ui:205
+#: dbaccess/uiconfig/ui/userdetailspage.ui:205
#, fuzzy
msgctxt "userdetailspage|charsetheader"
msgid "Data conversion"
diff --git a/source/af/desktop/messages.po b/source/af/desktop/messages.po
index f40b0529647..7651505e10e 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: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+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"
@@ -13,218 +13,218 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: desktop/inc/strings.hrc:25
msgctxt "RID_STR_COPYING_PACKAGE"
msgid "Copying: "
msgstr "Kopiëring: "
-#: strings.hrc:26
+#: desktop/inc/strings.hrc:26
msgctxt "RID_STR_ERROR_WHILE_ADDING"
msgid "Error while adding: "
msgstr "Kon nie byvoeg nie: "
-#: strings.hrc:27
+#: desktop/inc/strings.hrc:27
msgctxt "RID_STR_ERROR_WHILE_REMOVING"
msgid "Error while removing: "
msgstr "Kon nie verwyder nie: "
-#: strings.hrc:28
+#: desktop/inc/strings.hrc:28
msgctxt "RID_STR_PACKAGE_ALREADY_ADDED"
msgid "Extension has already been added: "
msgstr "Uitbreiding is reeds bygevoeg: "
-#: strings.hrc:29
+#: desktop/inc/strings.hrc:29
msgctxt "RID_STR_NO_SUCH_PACKAGE"
msgid "There is no such extension deployed: "
msgstr "Daar is nie so 'n uitbreiding uitgerol nie: "
-#: strings.hrc:30
+#: desktop/inc/strings.hrc:30
msgctxt "RID_STR_SYNCHRONIZING_REPOSITORY"
msgid "Synchronizing repository for %NAME extensions"
msgstr ""
-#: strings.hrc:32
+#: desktop/inc/strings.hrc:32
msgctxt "RID_STR_REGISTERING_PACKAGE"
msgid "Enabling: "
msgstr "Aktiverend: "
-#: strings.hrc:33
+#: desktop/inc/strings.hrc:33
msgctxt "RID_STR_REVOKING_PACKAGE"
msgid "Disabling: "
msgstr "Deaktiverend: "
-#: strings.hrc:34
+#: desktop/inc/strings.hrc:34
msgctxt "RID_STR_CANNOT_DETECT_MEDIA_TYPE"
msgid "Cannot detect media-type: "
msgstr "Kan nie mediasoort bespeur nie: "
-#: strings.hrc:35
+#: desktop/inc/strings.hrc:35
msgctxt "RID_STR_UNSUPPORTED_MEDIA_TYPE"
msgid "This media-type is not supported: "
msgstr "Hierdie mediasoort word nie ondersteun nie: "
-#: strings.hrc:36
+#: desktop/inc/strings.hrc:36
msgctxt "RID_STR_ERROR_WHILE_REGISTERING"
msgid "An error occurred while enabling: "
msgstr "Kon nie aktiveer nie: "
-#: strings.hrc:37
+#: desktop/inc/strings.hrc:37
msgctxt "RID_STR_ERROR_WHILE_REVOKING"
msgid "An error occurred while disabling: "
msgstr "Kon nie deaktiveer nie: "
-#: strings.hrc:39
+#: desktop/inc/strings.hrc:39
msgctxt "RID_STR_CONF_SCHEMA"
msgid "Configuration Schema"
msgstr "Opstellingskema"
-#: strings.hrc:40
+#: desktop/inc/strings.hrc:40
msgctxt "RID_STR_CONF_DATA"
msgid "Configuration Data"
msgstr "Opstellingdata"
-#: strings.hrc:42
+#: desktop/inc/strings.hrc:42
msgctxt "RID_STR_BASIC_LIB"
msgid "%PRODUCTNAME Basic Library"
msgstr "%PRODUCTNAME-Basic-programmateek"
-#: strings.hrc:43
+#: desktop/inc/strings.hrc:43
msgctxt "RID_STR_DIALOG_LIB"
msgid "Dialog Library"
msgstr "Dialoogprogrammateek"
-#: strings.hrc:44
+#: desktop/inc/strings.hrc:44
msgctxt "RID_STR_CANNOT_DETERMINE_LIBNAME"
msgid "The library name could not be determined."
msgstr "Die programmateeknaam kon nie vasgestel word nie."
-#: strings.hrc:46
+#: desktop/inc/strings.hrc:46
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Uitbreiding"
-#: strings.hrc:48
+#: desktop/inc/strings.hrc:48
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO-dinamieseprogrammateek-komponent"
-#: strings.hrc:49
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO-Java-komponent"
-#: strings.hrc:50
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO-Python-komponent"
-#: strings.hrc:51
+#: desktop/inc/strings.hrc:51
#, fuzzy
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO-Java-komponent"
-#: strings.hrc:52
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO-RDB-soortprogrammateek"
-#: strings.hrc:53
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO-Java-soortprogrammateek"
-#: strings.hrc:55
+#: desktop/inc/strings.hrc:55
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG-programmateek"
-#: strings.hrc:57
+#: desktop/inc/strings.hrc:57
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Hulp"
-#: strings.hrc:58
+#: desktop/inc/strings.hrc:58
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"
-#: strings.hrc:59
+#: desktop/inc/strings.hrc:59
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"
-#: strings.hrc:61
+#: desktop/inc/strings.hrc:61
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "Voeg uitbreiding(s) by"
-#: strings.hrc:62
+#: desktop/inc/strings.hrc:62
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~Verwyder"
-#: strings.hrc:63
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~Aktiveer"
-#: strings.hrc:64
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~Deaktiveer"
-#: strings.hrc:65
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~Bywerk..."
-#: strings.hrc:66
+#: desktop/inc/strings.hrc:66
#, c-format
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "Byvoeg van %EXTENSION_NAME"
-#: strings.hrc:67
+#: desktop/inc/strings.hrc:67
#, c-format
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "Verwyder van %EXTENSION_NAME"
-#: strings.hrc:68
+#: desktop/inc/strings.hrc:68
#, c-format
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "Aktivering van %EXTENSION_NAME"
-#: strings.hrc:69
+#: desktop/inc/strings.hrc:69
#, c-format
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "Deaktivering van %EXTENSION_NAME"
-#: strings.hrc:70
+#: desktop/inc/strings.hrc:70
#, c-format
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr ""
-#: strings.hrc:71
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "Fout: Die status van hierdie uitbreiding is onbekend"
-#: strings.hrc:72
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Sluit"
-#: strings.hrc:73
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "Afsluit"
-#: strings.hrc:74
+#: desktop/inc/strings.hrc:74
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"
@@ -235,23 +235,23 @@ msgstr ""
"\n"
"Om gedeelde uitbreidings by te werk, vereis administrateursregte. Kontak u stelseladministreerder om die volgende gedeelde uitbreidings by te werk:"
-#: strings.hrc:77
+#: desktop/inc/strings.hrc:77
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:"
-#: strings.hrc:78
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr ""
-#: strings.hrc:79
+#: desktop/inc/strings.hrc:79
#, fuzzy
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "~Wys skyfie"
-#: strings.hrc:80
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -262,17 +262,17 @@ msgstr ""
"Kliek 'OK' om te begin installeer.\n"
"Kliek 'Kanselleer' om die installasieproses te staak."
-#: strings.hrc:83
+#: desktop/inc/strings.hrc:83
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
-#: strings.hrc:85
+#: desktop/inc/strings.hrc:85
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
-#: strings.hrc:87
+#: desktop/inc/strings.hrc:87
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -283,7 +283,7 @@ msgstr ""
"Kliek 'OK' om die uitbreiding te verwyder.\n"
"Kliek 'Kanselleer' om op te hou om die uitbreiding te verwyder."
-#: strings.hrc:90
+#: desktop/inc/strings.hrc:90
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"
@@ -294,7 +294,7 @@ msgstr ""
"Kliek 'OK' om die uitbreiding te verwyder.\n"
"Kliek 'Kanselleer' om op te hou om die uitbreiding te verwyder."
-#: strings.hrc:94
+#: desktop/inc/strings.hrc:94
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"
@@ -305,7 +305,7 @@ msgstr ""
"Kliek 'OK' om die uitbreiding te aktiveer.\n"
"Kliek 'Kanselleer' om op te hou om die uitbreiding te aktiveer."
-#: strings.hrc:98
+#: desktop/inc/strings.hrc:98
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"
@@ -316,72 +316,72 @@ msgstr ""
"Kliek 'OK' om die uitbreiding te deaktiveer.\n"
"Kliek 'Kanselleer' om op te hou om die uitbreiding te deaktiveer."
-#: strings.hrc:102
+#: desktop/inc/strings.hrc:102
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."
-#: strings.hrc:104
+#: desktop/inc/strings.hrc:104
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "Installeer tans uitbreidings..."
-#: strings.hrc:105
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "Installering voltooi"
-#: strings.hrc:106
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "Geen foute."
-#: strings.hrc:107
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "Kon nie die uitbreiding %NAME aflaai nie. "
-#: strings.hrc:108
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "Die foutboodskap is: "
-#: strings.hrc:109
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "Kon nie die uitbreiding %NAME installeer nie. "
-#: strings.hrc:110
+#: desktop/inc/strings.hrc:110
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. "
-#: strings.hrc:111
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "Die uitbreiding sal nie geïnstalleer word nie."
-#: strings.hrc:113
+#: desktop/inc/strings.hrc:113
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "Onbekend"
-#: strings.hrc:114
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
-#: strings.hrc:115
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
-#: strings.hrc:116
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
-#: strings.hrc:118
+#: desktop/inc/strings.hrc:118
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -394,7 +394,7 @@ msgstr ""
"Kliek 'OK' om die geïnstalleerde uitbreiding te vervang.\n"
"Kliek 'Kanselleer' om die installasieproses te staak."
-#: strings.hrc:122
+#: desktop/inc/strings.hrc:122
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -407,7 +407,7 @@ msgstr ""
"Kliek 'OK' om die geïnstalleerde uitbreiding te vervang.\n"
"Kliek 'Kanselleer' om die installasieproses te staak."
-#: strings.hrc:126
+#: desktop/inc/strings.hrc:126
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -420,7 +420,7 @@ msgstr ""
"Kliek 'OK' om die geïnstalleerde uitbreiding te vervang.\n"
"Kliek 'Kanselleer' om die installasieproses te staak."
-#: strings.hrc:130
+#: desktop/inc/strings.hrc:130
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -433,7 +433,7 @@ msgstr ""
"Kliek 'OK' om die geïnstalleerde uitbreiding te vervang.\n"
"Kliek 'Kanselleer' om die installasieproses te staak."
-#: strings.hrc:134
+#: desktop/inc/strings.hrc:134
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -446,7 +446,7 @@ msgstr ""
"Kliek 'OK' om die geïnstalleerde uitbreiding te vervang.\n"
"Kliek 'Kanselleer' om die installasieproses te staak."
-#: strings.hrc:138
+#: desktop/inc/strings.hrc:138
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -459,138 +459,138 @@ msgstr ""
"Kliek 'OK' om die geïnstalleerde uitbreiding te vervang.\n"
"Kliek 'Kanselleer' om die installasieproses te staak."
-#: strings.hrc:143
+#: desktop/inc/strings.hrc:143
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "Geen nuwe bywerkings beskikbaar nie."
-#: strings.hrc:144
+#: desktop/inc/strings.hrc:144
#, fuzzy
msgctxt "RID_DLG_UPDATE_NOINSTALLABLE"
msgid "No installable updates are available. To see ignored or disabled updates, mark the check box 'Show all updates'."
msgstr "Geen installeerbare bywerkings beskikbaar nie. Om alle bywerkings te sien, merk die merkblokkie 'Wys alle bywerkings'."
-#: strings.hrc:145
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "'n Fout het voorgekom:"
-#: strings.hrc:146
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "Onbekende fout."
-#: strings.hrc:147
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "Geen beskrywings beskikbaar vir hierdie uitbreiding nie."
-#: strings.hrc:148
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "Die uitbreiding kan nie bygewerk word nie want:"
-#: strings.hrc:149
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "Vereiste %PRODUCTNAME-weergawe pas nie:"
-#: strings.hrc:150
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "U het %PRODUCTNAME %VERSION"
-#: strings.hrc:151
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "blaaiergebaseerde bywerking"
-#: strings.hrc:152
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "Weergawe"
-#: strings.hrc:153
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_IGNORE"
msgid "Ignore this Update"
msgstr "Gereed vir bywerking"
-#: strings.hrc:154
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_IGNORE_ALL"
msgid "Ignore all Updates"
msgstr "~Wys alle bywerkings"
-#: strings.hrc:155
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_ENABLE"
msgid "Enable Updates"
msgstr "Aanlyn bywerking"
-#: strings.hrc:156
+#: desktop/inc/strings.hrc:156
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "Hierdie kenmerk sal volledig verwyder word.\n"
-#: strings.hrc:158
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "Die toepassing kan nie laat loop word nie. "
-#: strings.hrc:159
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "Die opstellinggids \"$1\" kon nie gevind word nie."
-#: strings.hrc:160
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "Die installasiepad is ongeldig."
-#: strings.hrc:161
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "'n Interne fout het voorgekom."
-#: strings.hrc:162
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "Die opstellinglêer \"$1\" is korrup."
-#: strings.hrc:163
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "Die opstellinglêer \"$1\" kon nie gevind word nie."
-#: strings.hrc:164
+#: desktop/inc/strings.hrc:164
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."
-#: strings.hrc:165
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "Die gebruikerkoppelvlaktaal kan nie vasgestel word nie."
-#: strings.hrc:166
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr ""
-#: strings.hrc:167
+#: desktop/inc/strings.hrc:167
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "Die opstellingdiens is nie beskikbaar nie."
-#: strings.hrc:168
+#: desktop/inc/strings.hrc:168
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."
-#: strings.hrc:169
+#: desktop/inc/strings.hrc:169
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. "
-#: strings.hrc:170
+#: desktop/inc/strings.hrc:170
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -601,17 +601,17 @@ msgstr ""
"\n"
"Kontak asseblief u stelseladministreerder."
-#: strings.hrc:171
+#: desktop/inc/strings.hrc:171
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "Die volgende interne fout het voorgekom: "
-#: strings.hrc:172
+#: desktop/inc/strings.hrc:172
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
-#: strings.hrc:173
+#: desktop/inc/strings.hrc:173
#, fuzzy
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
@@ -625,22 +625,22 @@ msgstr ""
"\n"
"Wil u regtig voortgaan?"
-#: strings.hrc:174
+#: desktop/inc/strings.hrc:174
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: strings.hrc:175
+#: desktop/inc/strings.hrc:175
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "Druk is gedeaktiveer. Geen dokumente kan gedruk word nie."
-#: strings.hrc:176
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "Die padbestuurder is nie beskikbaar nie.\n"
-#: strings.hrc:177
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOSTRAP_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"
@@ -649,7 +649,7 @@ msgstr ""
"%PRODUCTNAME se gebruikerinstallasie kon nie voltooi word nie vanweë onvoldoende skyfspasie. Maak meer skyfspasie beskikbaar by die volgende ligging en herbegin %PRODUCTNAME:\n"
"\n"
-#: strings.hrc:178
+#: desktop/inc/strings.hrc:178
msgctxt "STR_BOOSTRAP_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"
@@ -658,305 +658,305 @@ msgstr ""
"%PRODUCTNAME se gebruikerinstallasie kon nie verwerk word nie vanweë vermiste toegangsregte. Maak seker dat jy voldoende toegangsregte het vir die volgende ligging en herbegin %PRODUCTNAME:\n"
"\n"
-#: strings.hrc:180
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr ""
-#: strings.hrc:181
+#: desktop/inc/strings.hrc:181
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."
-#: strings.hrc:185
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[Tik \"ja\" of \"nee\"]:"
-#: strings.hrc:186
+#: desktop/inc/strings.hrc:186
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\":"
-#: strings.hrc:187
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "JA"
-#: strings.hrc:188
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "J"
-#: strings.hrc:189
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "NEE"
-#: strings.hrc:190
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "N"
-#: strings.hrc:191
+#: desktop/inc/strings.hrc:191
#, 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 kan nie begin word nie. Die slotlêer dui aan dat dit reeds loop. As dit nie saak maak nie, skrap die slotlêer by:"
-#: strings.hrc:193
+#: desktop/inc/strings.hrc:193
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "FOUT: "
-#: dependenciesdialog.ui:9
+#: desktop/uiconfig/ui/dependenciesdialog.ui:9
#, fuzzy
msgctxt "dependenciesdialog|Dependencies"
msgid "System dependencies check"
msgstr "Stelselafhanklikheidskontrole"
-#: dependenciesdialog.ui:60
+#: desktop/uiconfig/ui/dependenciesdialog.ui:60
#, fuzzy
msgctxt "dependenciesdialog|label1"
msgid "The extension cannot be installed 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:"
-#: extensionmanager.ui:9
+#: desktop/uiconfig/ui/extensionmanager.ui:9
msgctxt "extensionmanager|ExtensionManagerDialog"
msgid "Extension Manager"
msgstr "Uitbreidingbestuurder"
-#: extensionmanager.ui:82
+#: desktop/uiconfig/ui/extensionmanager.ui:82
#, fuzzy
msgctxt "extensionmanager|optionsbtn"
msgid "_Options"
msgstr "Opsies"
-#: extensionmanager.ui:96
+#: desktop/uiconfig/ui/extensionmanager.ui:96
#, fuzzy
msgctxt "extensionmanager|updatebtn"
msgid "Check for _Updates"
msgstr "Kontroleer vir bywerkings"
-#: extensionmanager.ui:111
+#: desktop/uiconfig/ui/extensionmanager.ui:111
#, fuzzy
msgctxt "extensionmanager|addbtn"
msgid "_Add"
msgstr "Voeg by"
-#: extensionmanager.ui:128
+#: desktop/uiconfig/ui/extensionmanager.ui:128
#, fuzzy
msgctxt "extensionmanager|removebtn"
msgid "_Remove"
msgstr "~Verwyder"
-#: extensionmanager.ui:143
+#: desktop/uiconfig/ui/extensionmanager.ui:143
#, fuzzy
msgctxt "extensionmanager|enablebtn"
msgid "_Enable"
msgstr "~Aktiveer"
-#: extensionmanager.ui:187
+#: desktop/uiconfig/ui/extensionmanager.ui:187
msgctxt "extensionmanager|shared"
msgid "Installed for all users"
msgstr ""
-#: extensionmanager.ui:203
+#: desktop/uiconfig/ui/extensionmanager.ui:204
msgctxt "extensionmanager|user"
msgid "Installed for current user"
msgstr ""
-#: extensionmanager.ui:219
+#: desktop/uiconfig/ui/extensionmanager.ui:221
msgctxt "extensionmanager|bundled"
msgid "Bundled with %PRODUCTNAME"
msgstr ""
-#: extensionmanager.ui:241
+#: desktop/uiconfig/ui/extensionmanager.ui:244
msgctxt "extensionmanager|label1"
msgid "Display Extensions"
msgstr ""
-#: extensionmanager.ui:263
+#: desktop/uiconfig/ui/extensionmanager.ui:266
msgctxt "extensionmanager|progressft"
msgid "Adding %EXTENSION_NAME"
msgstr "Byvoeg van %EXTENSION_NAME"
-#: extensionmanager.ui:298
+#: desktop/uiconfig/ui/extensionmanager.ui:301
msgctxt "extensionmanager|getextensions"
msgid "Get more extensions online..."
msgstr "Kry meer uitbreidings aanlyn..."
-#: installforalldialog.ui:12
+#: desktop/uiconfig/ui/installforalldialog.ui:12
msgctxt "installforalldialog|InstallForAllDialog"
msgid "For whom do you want to install the extension?"
msgstr ""
-#: installforalldialog.ui:13
+#: desktop/uiconfig/ui/installforalldialog.ui:13
msgctxt "installforalldialog|InstallForAllDialog"
msgid "Make sure that no further users are working with the same %PRODUCTNAME, when installing an extension for all users in a multi user environment."
msgstr ""
-#: installforalldialog.ui:25
+#: desktop/uiconfig/ui/installforalldialog.ui:24
#, fuzzy
msgctxt "installforalldialog|no"
msgid "_For all users"
msgstr "~Vir alle gebruikers"
-#: installforalldialog.ui:39
+#: desktop/uiconfig/ui/installforalldialog.ui:38
#, fuzzy
msgctxt "installforalldialog|yes"
msgid "_Only for me"
msgstr "~Net vir my"
-#: licensedialog.ui:8
+#: desktop/uiconfig/ui/licensedialog.ui:8
msgctxt "licensedialog|LicenseDialog"
msgid "Extension Software License Agreement"
msgstr ""
-#: licensedialog.ui:21
+#: desktop/uiconfig/ui/licensedialog.ui:21
msgctxt "licensedialog|accept"
msgid "Accept"
msgstr "Aanvaar"
-#: licensedialog.ui:36
+#: desktop/uiconfig/ui/licensedialog.ui:36
msgctxt "licensedialog|decline"
msgid "Decline"
msgstr ""
-#: licensedialog.ui:67
+#: desktop/uiconfig/ui/licensedialog.ui:67
msgctxt "licensedialog|head"
msgid "Please follow these steps to proceed with the installation of the extension:"
msgstr ""
-#: licensedialog.ui:90
+#: desktop/uiconfig/ui/licensedialog.ui:90
msgctxt "licensedialog|label2"
msgid "1."
msgstr ""
-#: licensedialog.ui:105
+#: desktop/uiconfig/ui/licensedialog.ui:105
msgctxt "licensedialog|label3"
msgid "2."
msgstr ""
-#: licensedialog.ui:149
+#: desktop/uiconfig/ui/licensedialog.ui:149
msgctxt "licensedialog|label4"
msgid "Read the complete License Agreement. Use the scroll bar or the 'Scroll Down' button in this dialog to view the entire license text."
msgstr ""
-#: licensedialog.ui:167
+#: desktop/uiconfig/ui/licensedialog.ui:167
msgctxt "licensedialog|label5"
msgid "Accept the License Agreement for the extension by pressing the 'Accept' button."
msgstr ""
-#: licensedialog.ui:180
+#: desktop/uiconfig/ui/licensedialog.ui:180
msgctxt "licensedialog|down"
msgid "_Scroll Down"
msgstr ""
-#: showlicensedialog.ui:7
+#: desktop/uiconfig/ui/showlicensedialog.ui:7
msgctxt "showlicensedialog|ShowLicenseDialog"
msgid "Extension Software License Agreement"
msgstr ""
-#: updatedialog.ui:10
+#: desktop/uiconfig/ui/updatedialog.ui:10
#, fuzzy
msgctxt "updatedialog|UpdateDialog"
msgid "Extension Update"
msgstr "Uitbreiding-bywerking"
-#: updatedialog.ui:38
+#: desktop/uiconfig/ui/updatedialog.ui:38
#, fuzzy
msgctxt "updatedialog|INSTALL"
msgid "_Install"
msgstr "Installeer"
-#: updatedialog.ui:104
+#: desktop/uiconfig/ui/updatedialog.ui:104
#, fuzzy
msgctxt "updatedialog|UPDATE_LABEL"
msgid "_Available extension updates"
msgstr "~Beskikbare uitbreidingbywerkings"
-#: updatedialog.ui:117
+#: desktop/uiconfig/ui/updatedialog.ui:117
msgctxt "updatedialog|UPDATE_CHECKING"
msgid "Checking..."
msgstr "Kontroleer tans..."
-#: updatedialog.ui:160
+#: desktop/uiconfig/ui/updatedialog.ui:160
#, fuzzy
msgctxt "updatedialog|UPDATE_ALL"
msgid "_Show all updates"
msgstr "~Wys alle bywerkings"
-#: updatedialog.ui:196
+#: desktop/uiconfig/ui/updatedialog.ui:196
msgctxt "updatedialog|DESCRIPTION_LABEL"
msgid "Description"
msgstr "Beskrywing"
-#: updatedialog.ui:214
+#: desktop/uiconfig/ui/updatedialog.ui:214
#, fuzzy
msgctxt "updatedialog|PUBLISHER_LABEL"
msgid "Publisher:"
msgstr "Uitgewer:"
-#: updatedialog.ui:225
+#: desktop/uiconfig/ui/updatedialog.ui:225
#, fuzzy
msgctxt "updatedialog|PUBLISHER_LINK"
msgid "button"
msgstr "Knoppie"
-#: updatedialog.ui:242
+#: desktop/uiconfig/ui/updatedialog.ui:242
#, fuzzy
msgctxt "updatedialog|RELEASE_NOTES_LABEL"
msgid "What is new:"
msgstr "Wat is nuut:"
-#: updatedialog.ui:253
+#: desktop/uiconfig/ui/updatedialog.ui:253
#, fuzzy
msgctxt "updatedialog|RELEASE_NOTES_LINK"
msgid "Release notes"
msgstr "Vrystellingsaantekeninge"
-#: updateinstalldialog.ui:8
+#: desktop/uiconfig/ui/updateinstalldialog.ui:8
#, fuzzy
msgctxt "updateinstalldialog|UpdateInstallDialog"
msgid "Download and Installation"
msgstr "Aflaai en installasie"
-#: updateinstalldialog.ui:87
+#: desktop/uiconfig/ui/updateinstalldialog.ui:87
#, fuzzy
msgctxt "updateinstalldialog|DOWNLOADING"
msgid "Downloading extensions..."
msgstr "Laai uitbreidings af..."
-#: updateinstalldialog.ui:125
+#: desktop/uiconfig/ui/updateinstalldialog.ui:125
msgctxt "updateinstalldialog|RESULTS"
msgid "Result"
msgstr "Resultaat"
-#: updaterequireddialog.ui:9
+#: desktop/uiconfig/ui/updaterequireddialog.ui:9
#, fuzzy
msgctxt "updaterequireddialog|UpdateRequiredDialog"
msgid "Extension Update Required"
msgstr "Uitbreidingbywerking vereis"
-#: updaterequireddialog.ui:26
+#: desktop/uiconfig/ui/updaterequireddialog.ui:26
#, fuzzy
msgctxt "updaterequireddialog|updatelabel"
msgid "%PRODUCTNAME has been updated to a new version. Some installed %PRODUCTNAME extensions are not compatible with this version and need to be updated before they can be used."
msgstr "%PRODUCTNAME is bygewerk tot 'n nuwe weergawe. Sekere geïnstalleerde %PRODUCTNAME-uitbreidings is nie versoenbaar met hierdie weergawe nie en moet bygewerk word hulle gebruik kan word."
-#: updaterequireddialog.ui:62
+#: desktop/uiconfig/ui/updaterequireddialog.ui:62
msgctxt "updaterequireddialog|progresslabel"
msgid "Adding %EXTENSION_NAME"
msgstr "Byvoeg van %EXTENSION_NAME"
-#: updaterequireddialog.ui:106
+#: desktop/uiconfig/ui/updaterequireddialog.ui:106
#, fuzzy
msgctxt "updaterequireddialog|check"
msgid "Check for _Updates..."
msgstr "Kontroleer vir bywerkings"
-#: updaterequireddialog.ui:122
+#: desktop/uiconfig/ui/updaterequireddialog.ui:122
#, fuzzy
msgctxt "updaterequireddialog|disable"
msgid "Disable all"
diff --git a/source/af/dictionaries/id.po b/source/af/dictionaries/id.po
new file mode 100644
index 00000000000..f5cfbccc472
--- /dev/null
+++ b/source/af/dictionaries/id.po
@@ -0,0 +1,22 @@
+#. extracted from dictionaries/id
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2018-03-13 12:10+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
+msgid "Indonesian spelling dictionary and thesaurus"
+msgstr ""
diff --git a/source/af/editeng/messages.po b/source/af/editeng/messages.po
index 725c2963013..c4a6d6435f9 100644
--- a/source/af/editeng/messages.po
+++ b/source/af/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,1334 +13,1329 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: spellmenu.ui:12
+#: editeng/uiconfig/ui/spellmenu.ui:12
msgctxt "spellmenu|ignore"
msgid "I_gnore All"
msgstr ""
-#: spellmenu.ui:19
+#: editeng/uiconfig/ui/spellmenu.ui:19
msgctxt "spellmenu|insert"
msgid "_Add to Dictionary"
msgstr ""
-#: spellmenu.ui:33
+#: editeng/uiconfig/ui/spellmenu.ui:33
msgctxt "spellmenu|add"
msgid "_Add to Dictionary"
msgstr ""
-#: spellmenu.ui:41
+#: editeng/uiconfig/ui/spellmenu.ui:41
#, fuzzy
msgctxt "spellmenu|check"
msgid "_Spellcheck..."
msgstr "Speltoets..."
-#: spellmenu.ui:55
+#: editeng/uiconfig/ui/spellmenu.ui:55
msgctxt "spellmenu|autocorrect"
msgid "AutoCorrect _To"
msgstr ""
-#: spellmenu.ui:69
+#: editeng/uiconfig/ui/spellmenu.ui:69
#, fuzzy
msgctxt "spellmenu|autocorrectdlg"
msgid "Auto_Correct Options..."
msgstr "~OutoKorrigeer-opsies..."
#. enum SvxBreak ------------------------------------------------------------
-#: editrids.hrc:26
+#: include/editeng/editrids.hrc:26
msgctxt "RID_SVXITEMS_BREAK_NONE"
msgid "No break"
msgstr "Geen breuk"
-#: editrids.hrc:27
+#: include/editeng/editrids.hrc:27
msgctxt "RID_SVXITEMS_BREAK_COLUMN_BEFORE"
msgid "Break before new column"
msgstr "Breek voor nuwe kolom"
-#: editrids.hrc:28
+#: include/editeng/editrids.hrc:28
msgctxt "RID_SVXITEMS_BREAK_COLUMN_AFTER"
msgid "Break after new column"
msgstr "Breek na nuwe kolom"
-#: editrids.hrc:29
+#: include/editeng/editrids.hrc:29
msgctxt "RID_SVXITEMS_BREAK_COLUMN_BOTH"
msgid "Break before and after new column"
msgstr "Breek voor en na nuwe kolom"
-#: editrids.hrc:30
+#: include/editeng/editrids.hrc:30
msgctxt "RID_SVXITEMS_BREAK_PAGE_BEFORE"
msgid "Break before new page"
msgstr "Breek voor nuwe bladsy"
-#: editrids.hrc:31
+#: include/editeng/editrids.hrc:31
msgctxt "RID_SVXITEMS_BREAK_PAGE_AFTER"
msgid "Break after new page"
msgstr "Breek na nuwe bladsy"
-#: editrids.hrc:32
+#: include/editeng/editrids.hrc:32
msgctxt "RID_SVXITEMS_BREAK_PAGE_BOTH"
msgid "Break before and after new page"
msgstr "Breek voor en na nuwe bladsy"
#. enum SvxShadowLocation ---------------------------------------------------
-#: editrids.hrc:35
+#: include/editeng/editrids.hrc:35
msgctxt "RID_SVXITEMS_SHADOW_NONE"
msgid "No Shadow"
msgstr "Geen skadu"
-#: editrids.hrc:36
+#: include/editeng/editrids.hrc:36
msgctxt "RID_SVXITEMS_SHADOW_TOPLEFT"
msgid "Shadow top left"
msgstr "Skaduwee links bo"
-#: editrids.hrc:37
+#: include/editeng/editrids.hrc:37
msgctxt "RID_SVXITEMS_SHADOW_TOPRIGHT"
msgid "Shadow top right"
msgstr "Skaduwee regs bo"
-#: editrids.hrc:38
+#: include/editeng/editrids.hrc:38
msgctxt "RID_SVXITEMS_SHADOW_BOTTOMLEFT"
msgid "Shadow bottom left"
msgstr "Skaduwee links onder"
-#: editrids.hrc:39
+#: include/editeng/editrids.hrc:39
msgctxt "RID_SVXITEMS_SHADOW_BOTTOMRIGHT"
msgid "Shadow bottom right"
msgstr "Skaduwee regs onder"
#. enum ColorName -----------------------------------------------------------
-#: editrids.hrc:42
-msgctxt "RID_SVXITEMS_COLOR"
-msgid "Color "
-msgstr "Kleur "
-
-#: editrids.hrc:43
+#: include/editeng/editrids.hrc:42
msgctxt "RID_SVXITEMS_COLOR_BLACK"
msgid "Black"
msgstr "Swart"
-#: editrids.hrc:44
+#: include/editeng/editrids.hrc:43
msgctxt "RID_SVXITEMS_COLOR_BLUE"
msgid "Blue"
msgstr "Blou"
-#: editrids.hrc:45
+#: include/editeng/editrids.hrc:44
msgctxt "RID_SVXITEMS_COLOR_GREEN"
msgid "Green"
msgstr "Groen"
-#: editrids.hrc:46
+#: include/editeng/editrids.hrc:45
msgctxt "RID_SVXITEMS_COLOR_CYAN"
msgid "Cyan"
msgstr "Siaan"
-#: editrids.hrc:47
+#: include/editeng/editrids.hrc:46
msgctxt "RID_SVXITEMS_COLOR_RED"
msgid "Red"
msgstr "Rooi"
-#: editrids.hrc:48
+#: include/editeng/editrids.hrc:47
msgctxt "RID_SVXITEMS_COLOR_MAGENTA"
msgid "Magenta"
msgstr "Magenta"
-#: editrids.hrc:49
+#: include/editeng/editrids.hrc:48
msgctxt "RID_SVXITEMS_COLOR_BROWN"
msgid "Brown"
msgstr "Bruin"
-#: editrids.hrc:50
+#: include/editeng/editrids.hrc:49
msgctxt "RID_SVXITEMS_COLOR_GRAY"
msgid "Gray"
msgstr "Grys"
-#: editrids.hrc:51
+#: include/editeng/editrids.hrc:50
msgctxt "RID_SVXITEMS_COLOR_LIGHTGRAY"
msgid "Light Gray"
msgstr "Liggrys"
-#: editrids.hrc:52
+#: include/editeng/editrids.hrc:51
msgctxt "RID_SVXITEMS_COLOR_LIGHTBLUE"
msgid "Light Blue"
msgstr "Ligblou"
-#: editrids.hrc:53
+#: include/editeng/editrids.hrc:52
msgctxt "RID_SVXITEMS_COLOR_LIGHTGREEN"
msgid "Light Green"
msgstr "Liggroen"
-#: editrids.hrc:54
+#: include/editeng/editrids.hrc:53
msgctxt "RID_SVXITEMS_COLOR_LIGHTCYAN"
msgid "Light Cyan"
msgstr "Ligsiaan"
-#: editrids.hrc:55
+#: include/editeng/editrids.hrc:54
msgctxt "RID_SVXITEMS_COLOR_LIGHTRED"
msgid "Light Red"
msgstr "Ligrooi"
-#: editrids.hrc:56
+#: include/editeng/editrids.hrc:55
msgctxt "RID_SVXITEMS_COLOR_LIGHTMAGENTA"
msgid "Light Magenta"
msgstr "Ligmagenta"
-#: editrids.hrc:57
+#: include/editeng/editrids.hrc:56
msgctxt "RID_SVXITEMS_COLOR_YELLOW"
msgid "Yellow"
msgstr "Geel"
-#: editrids.hrc:58
+#: include/editeng/editrids.hrc:57
msgctxt "RID_SVXITEMS_COLOR_WHITE"
msgid "White"
msgstr "Wit"
#. enum FontItalic -------------------------------------------------------
-#: editrids.hrc:61
+#: include/editeng/editrids.hrc:60
msgctxt "RID_SVXITEMS_ITALIC_NONE"
msgid "Not Italic"
msgstr "Nie skuinsdruk nie"
-#: editrids.hrc:62
+#: include/editeng/editrids.hrc:61
msgctxt "RID_SVXITEMS_ITALIC_OBLIQUE"
msgid "Oblique italic"
msgstr "Hellende skuinsdruk"
-#: editrids.hrc:63
+#: include/editeng/editrids.hrc:62
msgctxt "RID_SVXITEMS_ITALIC_NORMAL"
msgid "Italic"
msgstr "Skuinsdruk"
#. enum FontWeight -------------------------------------------------------
-#: editrids.hrc:66
+#: include/editeng/editrids.hrc:65
msgctxt "RID_SVXITEMS_WEIGHT_DONTKNOW"
msgid "?"
msgstr ""
-#: editrids.hrc:67
+#: include/editeng/editrids.hrc:66
msgctxt "RID_SVXITEMS_WEIGHT_THIN"
msgid "thin"
msgstr "dun"
-#: editrids.hrc:68
+#: include/editeng/editrids.hrc:67
msgctxt "RID_SVXITEMS_WEIGHT_ULTRALIGHT"
msgid "ultra thin"
msgstr "ultradun"
-#: editrids.hrc:69
+#: include/editeng/editrids.hrc:68
msgctxt "RID_SVXITEMS_WEIGHT_LIGHT"
msgid "light"
msgstr "lig"
-#: editrids.hrc:70
+#: include/editeng/editrids.hrc:69
msgctxt "RID_SVXITEMS_WEIGHT_SEMILIGHT"
msgid "semi light"
msgstr "halflig"
-#: editrids.hrc:71
+#: include/editeng/editrids.hrc:70
msgctxt "RID_SVXITEMS_WEIGHT_NORMAL"
msgid "normal"
msgstr "normaal"
-#: editrids.hrc:72
+#: include/editeng/editrids.hrc:71
msgctxt "RID_SVXITEMS_WEIGHT_MEDIUM"
msgid "medium"
msgstr "medium"
-#: editrids.hrc:73
+#: include/editeng/editrids.hrc:72
msgctxt "RID_SVXITEMS_WEIGHT_SEMIBOLD"
msgid "semi bold"
msgstr "halfvet"
-#: editrids.hrc:74
+#: include/editeng/editrids.hrc:73
msgctxt "RID_SVXITEMS_WEIGHT_BOLD"
msgid "bold"
msgstr "vetdruk"
-#: editrids.hrc:75
+#: include/editeng/editrids.hrc:74
msgctxt "RID_SVXITEMS_WEIGHT_ULTRABOLD"
msgid "ultra bold"
msgstr "ultravet"
-#: editrids.hrc:76
+#: include/editeng/editrids.hrc:75
msgctxt "RID_SVXITEMS_WEIGHT_BLACK"
msgid "black"
msgstr "swart"
#. enum FontUnderline - used for underline ------------------------------
-#: editrids.hrc:79
+#: include/editeng/editrids.hrc:78
msgctxt "RID_SVXITEMS_UL_NONE"
msgid "No underline"
msgstr "Geen onderstreping nie"
-#: editrids.hrc:80
+#: include/editeng/editrids.hrc:79
msgctxt "RID_SVXITEMS_UL_SINGLE"
msgid "Single underline"
msgstr "Enkelonderstreep"
-#: editrids.hrc:81
+#: include/editeng/editrids.hrc:80
msgctxt "RID_SVXITEMS_UL_DOUBLE"
msgid "Double underline"
msgstr "Dubbele onderstreping"
-#: editrids.hrc:82
+#: include/editeng/editrids.hrc:81
msgctxt "RID_SVXITEMS_UL_DOTTED"
msgid "Dotted underline"
msgstr "Onderstreep (stippels)"
-#: editrids.hrc:83
+#: include/editeng/editrids.hrc:82
msgctxt "RID_SVXITEMS_UL_DONTKNOW"
msgid "Underline"
msgstr "Onderstreep"
-#: editrids.hrc:84
+#: include/editeng/editrids.hrc:83
msgctxt "RID_SVXITEMS_UL_DASH"
msgid "Underline (dashes)"
msgstr "Onderstreep (strepies)"
-#: editrids.hrc:85
+#: include/editeng/editrids.hrc:84
msgctxt "RID_SVXITEMS_UL_LONGDASH"
msgid "Underline (long dashes)"
msgstr "Onderstreep (lang strepies)"
-#: editrids.hrc:86
+#: include/editeng/editrids.hrc:85
msgctxt "RID_SVXITEMS_UL_DASHDOT"
msgid "Underline (dot dash)"
msgstr "Onderstreep (stippel-strepie)"
-#: editrids.hrc:87
+#: include/editeng/editrids.hrc:86
msgctxt "RID_SVXITEMS_UL_DASHDOTDOT"
msgid "Underline (dot dot dash)"
msgstr "Onderstreep (stippel-stippel-strepie)"
-#: editrids.hrc:88
+#: include/editeng/editrids.hrc:87
msgctxt "RID_SVXITEMS_UL_SMALLWAVE"
msgid "Underline (small wave)"
msgstr "Onderstreep (golfie)"
-#: editrids.hrc:89
+#: include/editeng/editrids.hrc:88
msgctxt "RID_SVXITEMS_UL_WAVE"
msgid "Underline (Wave)"
msgstr "Onderstreep (golf)"
-#: editrids.hrc:90
+#: include/editeng/editrids.hrc:89
msgctxt "RID_SVXITEMS_UL_DOUBLEWAVE"
msgid "Underline (Double wave)"
msgstr "Onderstreep (dubbele golf)"
-#: editrids.hrc:91
+#: include/editeng/editrids.hrc:90
msgctxt "RID_SVXITEMS_UL_BOLD"
msgid "Underlined (Bold)"
msgstr "Onderstreep (vet)"
-#: editrids.hrc:92
+#: include/editeng/editrids.hrc:91
msgctxt "RID_SVXITEMS_UL_BOLDDOTTED"
msgid "Dotted underline (Bold)"
msgstr "Gestippel onderstreep (vet)"
-#: editrids.hrc:93
+#: include/editeng/editrids.hrc:92
msgctxt "RID_SVXITEMS_UL_BOLDDASH"
msgid "Underline (Dash bold)"
msgstr "Onderstreep (strepie vet)"
-#: editrids.hrc:94
+#: include/editeng/editrids.hrc:93
msgctxt "RID_SVXITEMS_UL_BOLDLONGDASH"
msgid "Underline (long dash, bold)"
msgstr "Onderstreep (lang strepie, vet)"
-#: editrids.hrc:95
+#: include/editeng/editrids.hrc:94
msgctxt "RID_SVXITEMS_UL_BOLDDASHDOT"
msgid "Underline (dot dash, bold)"
msgstr "Onderstreep (stippel-strepie, vet)"
-#: editrids.hrc:96
+#: include/editeng/editrids.hrc:95
msgctxt "RID_SVXITEMS_UL_BOLDDASHDOTDOT"
msgid "Underline (dot dot dash, bold)"
msgstr "Onderstreep (stippel-stippel-strepie, vet)"
-#: editrids.hrc:97
+#: include/editeng/editrids.hrc:96
msgctxt "RID_SVXITEMS_UL_BOLDWAVE"
msgid "Underline (wave, bold)"
msgstr "Onderstreep (golf, vet)"
#. enum FontUnderline - used for overline -------------------------------
-#: editrids.hrc:100
+#: include/editeng/editrids.hrc:99
msgctxt "RID_SVXITEMS_OL_NONE"
msgid "No overline"
msgstr "Geen oorlyn"
-#: editrids.hrc:101
+#: include/editeng/editrids.hrc:100
msgctxt "RID_SVXITEMS_OL_SINGLE"
msgid "Single overline"
msgstr "Enkeloorstreep"
-#: editrids.hrc:102
+#: include/editeng/editrids.hrc:101
msgctxt "RID_SVXITEMS_OL_DOUBLE"
msgid "Double overline"
msgstr "Dubbeloorstreep"
-#: editrids.hrc:103
+#: include/editeng/editrids.hrc:102
msgctxt "RID_SVXITEMS_OL_DOTTED"
msgid "Dotted overline"
msgstr "Stippels oorstreep"
-#: editrids.hrc:104
+#: include/editeng/editrids.hrc:103
msgctxt "RID_SVXITEMS_OL_DONTKNOW"
msgid "Overline"
msgstr "Oorlyn"
-#: editrids.hrc:105
+#: include/editeng/editrids.hrc:104
msgctxt "RID_SVXITEMS_OL_DASH"
msgid "Overline (dashes)"
msgstr "Oorlyn (strepies)"
-#: editrids.hrc:106
+#: include/editeng/editrids.hrc:105
msgctxt "RID_SVXITEMS_OL_LONGDASH"
msgid "Overline (long dashes)"
msgstr "Oorstreep (lang strepies)"
-#: editrids.hrc:107
+#: include/editeng/editrids.hrc:106
msgctxt "RID_SVXITEMS_OL_DASHDOT"
msgid "Overline (dot dash)"
msgstr "Oorstreep (stippel-strepie)"
-#: editrids.hrc:108
+#: include/editeng/editrids.hrc:107
msgctxt "RID_SVXITEMS_OL_DASHDOTDOT"
msgid "Overline (dot dot dash)"
msgstr "Oorstreep (stippel-stippel-strepie)"
-#: editrids.hrc:109
+#: include/editeng/editrids.hrc:108
msgctxt "RID_SVXITEMS_OL_SMALLWAVE"
msgid "Overline (small wave)"
msgstr "Oorstreep (golfie)"
-#: editrids.hrc:110
+#: include/editeng/editrids.hrc:109
msgctxt "RID_SVXITEMS_OL_WAVE"
msgid "Overline (Wave)"
msgstr "Oorlyn (golf)"
-#: editrids.hrc:111
+#: include/editeng/editrids.hrc:110
msgctxt "RID_SVXITEMS_OL_DOUBLEWAVE"
msgid "Overline (Double wave)"
msgstr "Oorstreep (dubbele golf)"
-#: editrids.hrc:112
+#: include/editeng/editrids.hrc:111
msgctxt "RID_SVXITEMS_OL_BOLD"
msgid "Overlined (Bold)"
msgstr "Oorstreep (vet)"
-#: editrids.hrc:113
+#: include/editeng/editrids.hrc:112
msgctxt "RID_SVXITEMS_OL_BOLDDOTTED"
msgid "Dotted overline (Bold)"
msgstr "Stippels oorstreep (vet)"
-#: editrids.hrc:114
+#: include/editeng/editrids.hrc:113
msgctxt "RID_SVXITEMS_OL_BOLDDASH"
msgid "Overline (Dash bold)"
msgstr "Oorstreep (strepie vet)"
-#: editrids.hrc:115
+#: include/editeng/editrids.hrc:114
msgctxt "RID_SVXITEMS_OL_BOLDLONGDASH"
msgid "Overline (long dash, bold)"
msgstr "Oorstreep (lang strepie, vet)"
-#: editrids.hrc:116
+#: include/editeng/editrids.hrc:115
msgctxt "RID_SVXITEMS_OL_BOLDDASHDOT"
msgid "Overline (dot dash, bold)"
msgstr "Oorstreep (stippel-strepie, vet)"
-#: editrids.hrc:117
+#: include/editeng/editrids.hrc:116
msgctxt "RID_SVXITEMS_OL_BOLDDASHDOTDOT"
msgid "Overline (dot dot dash, bold)"
msgstr "Oorstreep (stippel-stippel-strepie, vet)"
-#: editrids.hrc:118
+#: include/editeng/editrids.hrc:117
msgctxt "RID_SVXITEMS_OL_BOLDWAVE"
msgid "Overline (wave, bold)"
msgstr "Oorstreep (golf, vet)"
#. enum FontStrikeout ----------------------------------------------------
-#: editrids.hrc:121
+#: include/editeng/editrids.hrc:120
msgctxt "RID_SVXITEMS_STRIKEOUT_NONE"
msgid "No strikethrough"
msgstr "Geen deurhaling"
-#: editrids.hrc:122
+#: include/editeng/editrids.hrc:121
msgctxt "RID_SVXITEMS_STRIKEOUT_SINGLE"
msgid "Single strikethrough"
msgstr "Enkele deurhaling"
-#: editrids.hrc:123
+#: include/editeng/editrids.hrc:122
msgctxt "RID_SVXITEMS_STRIKEOUT_DOUBLE"
msgid "Double strikethrough"
msgstr "Dubbele deurhaling"
-#: editrids.hrc:124
+#: include/editeng/editrids.hrc:123
#, fuzzy
msgctxt "RID_SVXITEMS_STRIKEOUT_DONTKNOW"
msgid "Strikethrough"
msgstr "Geen deurhaling"
-#: editrids.hrc:125
+#: include/editeng/editrids.hrc:124
msgctxt "RID_SVXITEMS_STRIKEOUT_BOLD"
msgid "Bold strikethrough"
msgstr "Vet deurhaling"
-#: editrids.hrc:126
+#: include/editeng/editrids.hrc:125
msgctxt "RID_SVXITEMS_STRIKEOUT_SLASH"
msgid "Strike through with slash"
msgstr "Haal deur met skuinsstreep"
-#: editrids.hrc:127
+#: include/editeng/editrids.hrc:126
msgctxt "RID_SVXITEMS_STRIKEOUT_X"
msgid "Strike through with Xes"
msgstr "Haal deur met X'e"
#. enum CASEMAP ----------------------------------------------------------
-#: editrids.hrc:130
+#: include/editeng/editrids.hrc:129
msgctxt "RID_SVXITEMS_CASEMAP_NONE"
msgid "None"
msgstr "Geen"
-#: editrids.hrc:131
+#: include/editeng/editrids.hrc:130
msgctxt "RID_SVXITEMS_CASEMAP_VERSALIEN"
msgid "Caps"
msgstr "Hoofletters"
-#: editrids.hrc:132
+#: include/editeng/editrids.hrc:131
msgctxt "RID_SVXITEMS_CASEMAP_GEMEINE"
msgid "Lowercase"
msgstr "Onderkas"
-#: editrids.hrc:133
+#: include/editeng/editrids.hrc:132
msgctxt "RID_SVXITEMS_CASEMAP_TITEL"
msgid "Title"
msgstr "Titel"
-#: editrids.hrc:134
+#: include/editeng/editrids.hrc:133
msgctxt "RID_SVXITEMS_CASEMAP_KAPITAELCHEN"
msgid "Small caps"
msgstr "Klein hoofletters"
#. enum ESCAPEMENT -------------------------------------------------------
-#: editrids.hrc:137
+#: include/editeng/editrids.hrc:136
msgctxt "RID_SVXITEMS_ESCAPEMENT_OFF"
msgid "Normal position"
msgstr "Normale posisie"
-#: editrids.hrc:138
+#: include/editeng/editrids.hrc:137
msgctxt "RID_SVXITEMS_ESCAPEMENT_SUPER"
msgid "Superscript "
msgstr "Superskrif "
-#: editrids.hrc:139
+#: include/editeng/editrids.hrc:138
msgctxt "RID_SVXITEMS_ESCAPEMENT_SUB"
msgid "Subscript "
msgstr "Subskrif "
-#: editrids.hrc:140
+#: include/editeng/editrids.hrc:139
msgctxt "RID_SVXITEMS_ESCAPEMENT_AUTO"
msgid "automatic"
msgstr "outomaties"
#. enum SvxAdjust -----------------------------------------------------------
-#: editrids.hrc:143
+#: include/editeng/editrids.hrc:142
msgctxt "RID_SVXITEMS_ADJUST_LEFT"
msgid "Align left"
msgstr "Belyn links"
-#: editrids.hrc:144
+#: include/editeng/editrids.hrc:143
msgctxt "RID_SVXITEMS_ADJUST_RIGHT"
msgid "Align right"
msgstr "Regsbelyn"
-#: editrids.hrc:145
+#: include/editeng/editrids.hrc:144
msgctxt "RID_SVXITEMS_ADJUST_BLOCK"
msgid "Justify"
msgstr "Justeer"
-#: editrids.hrc:146
+#: include/editeng/editrids.hrc:145
msgctxt "RID_SVXITEMS_ADJUST_CENTER"
msgid "Centered"
msgstr "Gesentreer"
-#: editrids.hrc:147
+#: include/editeng/editrids.hrc:146
msgctxt "RID_SVXITEMS_ADJUST_BLOCKLINE"
msgid "Justify"
msgstr "Justeer"
-#: editrids.hrc:148
+#: include/editeng/editrids.hrc:147
#, fuzzy
msgctxt "RID_SOLID"
msgid "Single, solid"
msgstr "Enkel, vet"
-#: editrids.hrc:149
+#: include/editeng/editrids.hrc:148
#, fuzzy
msgctxt "RID_DOTTED"
msgid "Single, dotted"
msgstr "Fyn stippels"
-#: editrids.hrc:150
+#: include/editeng/editrids.hrc:149
#, fuzzy
msgctxt "RID_DASHED"
msgid "Single, dashed"
msgstr "Fyn strepies"
-#: editrids.hrc:151
+#: include/editeng/editrids.hrc:150
msgctxt "RID_DOUBLE"
msgid "Double"
msgstr "Dubbel"
-#: editrids.hrc:152
+#: include/editeng/editrids.hrc:151
#, fuzzy
msgctxt "RID_THINTHICK_SMALLGAP"
msgid "Double, inside: fine, outside: thick, spacing: small"
msgstr "Dubbel, binnekant: dik, buitekant: dun, spasiëring: klein"
-#: editrids.hrc:153
+#: include/editeng/editrids.hrc:152
#, fuzzy
msgctxt "RID_THINTHICK_MEDIUMGAP"
msgid "Double, inside: fine, outside: thick, spacing: medium"
msgstr "Dubbel, binnekant: dun, buitekant: dik, spasiëring: groot"
-#: editrids.hrc:154
+#: include/editeng/editrids.hrc:153
#, fuzzy
msgctxt "RID_THINTHICK_LARGEGAP"
msgid "Double, inside: fine, outside: thick, spacing: large"
msgstr "Dubbel, binnekant: dun, buitekant: dik, spasiëring: groot"
-#: editrids.hrc:155
+#: include/editeng/editrids.hrc:154
#, fuzzy
msgctxt "RID_THICKTHIN_SMALLGAP"
msgid "Double, inside: thick, outside: fine, spacing: small"
msgstr "Dubbel, binnekant: dik, buitekant: dun, spasiëring: klein"
-#: editrids.hrc:156
+#: include/editeng/editrids.hrc:155
#, fuzzy
msgctxt "RID_THICKTHIN_MEDIUMGAP"
msgid "Double, inside: thick, outside: fine, spacing: medium"
msgstr "Dubbel, binnekant: dik, buitekant: dun, spasiëring: klein"
-#: editrids.hrc:157
+#: include/editeng/editrids.hrc:156
#, fuzzy
msgctxt "RID_THICKTHIN_LARGEGAP"
msgid "Double, inside: thick, outside: fine, spacing: large"
msgstr "Dubbel, binnekant: dun, buitekant: dik, spasiëring: groot"
-#: editrids.hrc:158
+#: include/editeng/editrids.hrc:157
msgctxt "RID_EMBOSSED"
msgid "3D embossed"
msgstr "3D Geëmbosseer"
-#: editrids.hrc:159
+#: include/editeng/editrids.hrc:158
msgctxt "RID_ENGRAVED"
msgid "3D engraved"
msgstr "3D Gegraveer"
-#: editrids.hrc:160
+#: include/editeng/editrids.hrc:159
#, fuzzy
msgctxt "RID_INSET"
msgid "Inset"
msgstr "Voeg in"
-#: editrids.hrc:161
+#: include/editeng/editrids.hrc:160
#, fuzzy
msgctxt "RID_OUTSET"
msgid "Outset"
msgstr "Buite"
-#: editrids.hrc:162
+#: include/editeng/editrids.hrc:161
msgctxt "RID_FINE_DASHED"
msgid "Single, fine dashed"
msgstr ""
-#: editrids.hrc:163
+#: include/editeng/editrids.hrc:162
msgctxt "RID_DOUBLE_THIN"
msgid "Double, fixed thin lines"
msgstr ""
-#: editrids.hrc:164
+#: include/editeng/editrids.hrc:163
#, fuzzy
msgctxt "RID_DASH_DOT"
msgid "Single, dash-dot"
msgstr "Fyn strepies"
-#: editrids.hrc:165
+#: include/editeng/editrids.hrc:164
#, fuzzy
msgctxt "RID_DASH_DOT_DOT"
msgid "Single, dash-dot-dot"
msgstr "Fyn strepies"
-#: editrids.hrc:166
+#: include/editeng/editrids.hrc:165
msgctxt "RID_SVXITEMS_METRIC_MM"
msgid "mm"
msgstr "mm"
-#: editrids.hrc:167
+#: include/editeng/editrids.hrc:166
msgctxt "RID_SVXITEMS_METRIC_CM"
msgid "cm"
msgstr "cm"
-#: editrids.hrc:168
+#: include/editeng/editrids.hrc:167
msgctxt "RID_SVXITEMS_METRIC_INCH"
msgid "inch"
msgstr "duim"
-#: editrids.hrc:169
+#: include/editeng/editrids.hrc:168
msgctxt "RID_SVXITEMS_METRIC_POINT"
msgid "pt"
msgstr "pt"
-#: editrids.hrc:170
+#: include/editeng/editrids.hrc:169
msgctxt "RID_SVXITEMS_METRIC_TWIP"
msgid "twip"
msgstr "twip"
-#: editrids.hrc:171
+#: include/editeng/editrids.hrc:170
msgctxt "RID_SVXITEMS_METRIC_PIXEL"
msgid "pixel"
msgstr ""
#. GetValueText of BoolItems
-#: editrids.hrc:174
+#: include/editeng/editrids.hrc:173
msgctxt "RID_SVXITEMS_SHADOWED_TRUE"
msgid "Shadowed"
msgstr "Skaduwee"
-#: editrids.hrc:175
+#: include/editeng/editrids.hrc:174
msgctxt "RID_SVXITEMS_SHADOWED_FALSE"
msgid "Not Shadowed"
msgstr "Sonder skaduwee"
-#: editrids.hrc:176
+#: include/editeng/editrids.hrc:175
msgctxt "RID_SVXITEMS_BLINK_TRUE"
msgid "Blinking"
msgstr "Knipperend"
-#: editrids.hrc:177
+#: include/editeng/editrids.hrc:176
msgctxt "RID_SVXITEMS_BLINK_FALSE"
msgid "Not Blinking"
msgstr "Nie knipperend"
-#: editrids.hrc:178
+#: include/editeng/editrids.hrc:177
msgctxt "RID_SVXITEMS_AUTOKERN_TRUE"
msgid "Pair Kerning"
msgstr "Paarsaamdrukking"
-#: editrids.hrc:179
+#: include/editeng/editrids.hrc:178
msgctxt "RID_SVXITEMS_AUTOKERN_FALSE"
msgid "No pair kerning"
msgstr "Geen paarsaamdrukking"
-#: editrids.hrc:180
+#: include/editeng/editrids.hrc:179
msgctxt "RID_SVXITEMS_WORDLINE_TRUE"
msgid "Individual words"
msgstr "Individuele ~woorde"
-#: editrids.hrc:181
+#: include/editeng/editrids.hrc:180
msgctxt "RID_SVXITEMS_WORDLINE_FALSE"
msgid "Not Words Only"
msgstr "Nie slegs woorde nie"
-#: editrids.hrc:182
+#: include/editeng/editrids.hrc:181
msgctxt "RID_SVXITEMS_CONTOUR_TRUE"
msgid "Outline"
msgstr "Skema"
-#: editrids.hrc:183
+#: include/editeng/editrids.hrc:182
msgctxt "RID_SVXITEMS_CONTOUR_FALSE"
msgid "No Outline"
msgstr "Geen raamwerk nie"
-#: editrids.hrc:184
+#: include/editeng/editrids.hrc:183
msgctxt "RID_SVXITEMS_PRINT_TRUE"
msgid "Print"
msgstr "Druk"
-#: editrids.hrc:185
+#: include/editeng/editrids.hrc:184
msgctxt "RID_SVXITEMS_PRINT_FALSE"
msgid "Don't print"
msgstr "Moenie druk nie"
-#: editrids.hrc:186
+#: include/editeng/editrids.hrc:185
msgctxt "RID_SVXITEMS_OPAQUE_TRUE"
msgid "Opaque"
msgstr "Ondeursigtig"
-#: editrids.hrc:187
+#: include/editeng/editrids.hrc:186
msgctxt "RID_SVXITEMS_OPAQUE_FALSE"
msgid "Not Opaque"
msgstr "Nie ondeursigtig nie"
-#: editrids.hrc:188
+#: include/editeng/editrids.hrc:187
msgctxt "RID_SVXITEMS_FMTKEEP_TRUE"
msgid "Keep with next paragraph"
msgstr "~Hou by volgende paragraaf"
-#: editrids.hrc:189
+#: include/editeng/editrids.hrc:188
msgctxt "RID_SVXITEMS_FMTKEEP_FALSE"
msgid "Don't Keep Paragraphs Together"
msgstr "Moenie paragrawe bymekaar hou nie"
-#: editrids.hrc:190
+#: include/editeng/editrids.hrc:189
msgctxt "RID_SVXITEMS_FMTSPLIT_TRUE"
msgid "Split paragraph"
msgstr "Verdeel paragraaf"
-#: editrids.hrc:191
+#: include/editeng/editrids.hrc:190
msgctxt "RID_SVXITEMS_FMTSPLIT_FALSE"
msgid "Don't split paragraph"
msgstr "Moenie paragraaf verdeel nie"
-#: editrids.hrc:192
+#: include/editeng/editrids.hrc:191
msgctxt "RID_SVXITEMS_PROT_CONTENT_TRUE"
msgid "Contents protected"
msgstr "Inhoud beskerm"
-#: editrids.hrc:193
+#: include/editeng/editrids.hrc:192
msgctxt "RID_SVXITEMS_PROT_CONTENT_FALSE"
msgid "Contents not protected"
msgstr "Inhoud nie beskerm nie"
-#: editrids.hrc:194
+#: include/editeng/editrids.hrc:193
msgctxt "RID_SVXITEMS_PROT_SIZE_TRUE"
msgid "Size protected"
msgstr "Grootte beskerm"
-#: editrids.hrc:195
+#: include/editeng/editrids.hrc:194
msgctxt "RID_SVXITEMS_PROT_SIZE_FALSE"
msgid "Size not protected"
msgstr "Grootte nie beskerm nie"
-#: editrids.hrc:196
+#: include/editeng/editrids.hrc:195
msgctxt "RID_SVXITEMS_PROT_POS_TRUE"
msgid "Position protected"
msgstr "Posisie beskerm"
-#: editrids.hrc:197
+#: include/editeng/editrids.hrc:196
msgctxt "RID_SVXITEMS_PROT_POS_FALSE"
msgid "Position not protected"
msgstr "Posisie nie beskerm nie"
-#: editrids.hrc:198
+#: include/editeng/editrids.hrc:197
msgctxt "RID_SVXITEMS_TRANSPARENT_TRUE"
msgid "Transparent"
msgstr "Deursigtig"
-#: editrids.hrc:199
+#: include/editeng/editrids.hrc:198
msgctxt "RID_SVXITEMS_TRANSPARENT_FALSE"
msgid "Not Transparent"
msgstr "Nie deursigtig nie"
-#: editrids.hrc:200
+#: include/editeng/editrids.hrc:199
msgctxt "RID_SVXITEMS_HYPHEN_TRUE"
msgid "Hyphenation"
msgstr "Woordafbreking"
-#: editrids.hrc:201
+#: include/editeng/editrids.hrc:200
msgctxt "RID_SVXITEMS_HYPHEN_FALSE"
msgid "No hyphenation"
msgstr "Geen koppeltekens nie"
-#: editrids.hrc:202
+#: include/editeng/editrids.hrc:201
msgctxt "RID_SVXITEMS_PAGE_END_TRUE"
msgid "Page End"
msgstr "Bladsyeinde"
-#: editrids.hrc:203
+#: include/editeng/editrids.hrc:202
msgctxt "RID_SVXITEMS_PAGE_END_FALSE"
msgid "No Page End"
msgstr "Geen bladsyeinde nie"
-#: editrids.hrc:204
+#: include/editeng/editrids.hrc:203
msgctxt "RID_SVXITEMS_SIZE_WIDTH"
msgid "Width: "
msgstr "Breedte: "
-#: editrids.hrc:205
+#: include/editeng/editrids.hrc:204
msgctxt "RID_SVXITEMS_SIZE_HEIGHT"
msgid "Height: "
msgstr "Hoogte: "
-#: editrids.hrc:206
+#: include/editeng/editrids.hrc:205
msgctxt "RID_SVXITEMS_LRSPACE_LEFT"
msgid "Indent left "
msgstr "Keep links "
-#: editrids.hrc:207
+#: include/editeng/editrids.hrc:206
msgctxt "RID_SVXITEMS_LRSPACE_FLINE"
msgid "First Line "
msgstr "Eerste reël "
-#: editrids.hrc:208
+#: include/editeng/editrids.hrc:207
msgctxt "RID_SVXITEMS_LRSPACE_RIGHT"
msgid "Indent right "
msgstr "Keep regs "
-#: editrids.hrc:209
+#: include/editeng/editrids.hrc:208
msgctxt "RID_SVXITEMS_SHADOW_COMPLETE"
msgid "Shadow: "
msgstr "Skaduwee: "
-#: editrids.hrc:210
+#: include/editeng/editrids.hrc:209
msgctxt "RID_SVXITEMS_BORDER_COMPLETE"
msgid "Borders "
msgstr "Grense"
-#: editrids.hrc:211
+#: include/editeng/editrids.hrc:210
msgctxt "RID_SVXITEMS_BORDER_NONE"
msgid "No border"
msgstr "Geen rand"
-#: editrids.hrc:212
+#: include/editeng/editrids.hrc:211
msgctxt "RID_SVXITEMS_BORDER_TOP"
msgid "top "
msgstr "bokant "
-#: editrids.hrc:213
+#: include/editeng/editrids.hrc:212
msgctxt "RID_SVXITEMS_BORDER_BOTTOM"
msgid "bottom "
msgstr "onderkant "
-#: editrids.hrc:214
+#: include/editeng/editrids.hrc:213
msgctxt "RID_SVXITEMS_BORDER_LEFT"
msgid "left "
msgstr "links "
-#: editrids.hrc:215
+#: include/editeng/editrids.hrc:214
msgctxt "RID_SVXITEMS_BORDER_RIGHT"
msgid "right "
msgstr "regs "
-#: editrids.hrc:216
+#: include/editeng/editrids.hrc:215
msgctxt "RID_SVXITEMS_BORDER_DISTANCE"
msgid "Spacing "
msgstr "Spasiëring "
-#: editrids.hrc:217
+#: include/editeng/editrids.hrc:216
msgctxt "RID_SVXITEMS_ULSPACE_UPPER"
msgid "From top "
msgstr "Vanaf bo "
-#: editrids.hrc:218
+#: include/editeng/editrids.hrc:217
msgctxt "RID_SVXITEMS_ULSPACE_LOWER"
msgid "From bottom "
msgstr "Van onder"
#. To translators: %1 == will be replaced by the number of lines
-#: editrids.hrc:220
+#: include/editeng/editrids.hrc:219
msgctxt "RID_SVXITEMS_LINES"
msgid "%1 Lines"
msgstr "%1 reëls"
-#: editrids.hrc:221
+#: include/editeng/editrids.hrc:220
msgctxt "RID_SVXITEMS_WIDOWS_COMPLETE"
msgid "Widow control"
msgstr "Weduweebeheer"
-#: editrids.hrc:222
+#: include/editeng/editrids.hrc:221
msgctxt "RID_SVXITEMS_ORPHANS_COMPLETE"
msgid "Orphan control"
msgstr "Wesiebeheer"
-#: editrids.hrc:223
+#: include/editeng/editrids.hrc:222
msgctxt "RID_SVXITEMS_HYPHEN_MINLEAD"
msgid "%1 characters at end of line"
msgstr "%1 Karakters aan einde van reël"
-#: editrids.hrc:224
+#: include/editeng/editrids.hrc:223
msgctxt "RID_SVXITEMS_HYPHEN_MINTRAIL"
msgid "%1 characters at beginning of line"
msgstr "%1 Karakters aan begin van reël"
-#: editrids.hrc:225
+#: include/editeng/editrids.hrc:224
msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr ""
-#: editrids.hrc:226
+#: include/editeng/editrids.hrc:225
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Bladsystyl: "
-#: editrids.hrc:227
+#: include/editeng/editrids.hrc:226
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Tekssaamdrukking "
-#: editrids.hrc:228
+#: include/editeng/editrids.hrc:227
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "gesluit "
-#: editrids.hrc:229
+#: include/editeng/editrids.hrc:228
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Saamgepers "
-#: editrids.hrc:230
+#: include/editeng/editrids.hrc:229
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Grafika"
-#: editrids.hrc:231
+#: include/editeng/editrids.hrc:230
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "geen"
-#: editrids.hrc:232
+#: include/editeng/editrids.hrc:231
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Stippels "
-#: editrids.hrc:233
+#: include/editeng/editrids.hrc:232
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Sirkel "
#. ??? disc == filled ring
-#: editrids.hrc:235
+#: include/editeng/editrids.hrc:234
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Ingevulde sirkel "
-#: editrids.hrc:236
+#: include/editeng/editrids.hrc:235
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Aksent "
-#: editrids.hrc:237
+#: include/editeng/editrids.hrc:236
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Bo"
-#: editrids.hrc:238
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Onder"
-#: editrids.hrc:239
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Dubbelstrepe af"
-#: editrids.hrc:240
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Dubbellyn"
-#: editrids.hrc:241
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Geen outomatiese karakterspasiëring nie"
-#: editrids.hrc:242
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Geen outomatiese karakterspasiëring nie"
-#: editrids.hrc:243
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Geen hangpunktuasie aan reëleinde nie"
-#: editrids.hrc:244
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Hangpunktuasie aan reëleinde"
-#: editrids.hrc:245
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Pas lys verbode karakters aan begin en einde van reël toe"
-#: editrids.hrc:246
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Moenie lys verbode karakters aan begin en einde van reëls toepas nie"
-#: editrids.hrc:247
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Geen geroteerde karakters nie"
-#: editrids.hrc:248
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Karakter geroteer deur $(ARG1)°"
-#: editrids.hrc:249
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Pas aan by lyn"
-#: editrids.hrc:250
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
-#: editrids.hrc:251
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
-#: editrids.hrc:252
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Karakters geskaleer $(ARG1)%"
-#: editrids.hrc:253
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Geen geskaleerde karakters nie"
-#: editrids.hrc:254
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Geen reliëf"
-#: editrids.hrc:255
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Reliëf"
-#: editrids.hrc:256
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Gegraveer"
-#: editrids.hrc:257
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Outomatiese teksbelyning"
-#: editrids.hrc:258
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Teks belyn met basislyn"
-#: editrids.hrc:259
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Teks belyn met bokant"
-#: editrids.hrc:260
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Teks belyn met middel"
-#: editrids.hrc:261
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Teks belyn met onderkant"
-#: editrids.hrc:262
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Teksrigting links na regs (horisontaal)"
-#: editrids.hrc:263
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Teksrigting regs na links (horisontaal)"
-#: editrids.hrc:264
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Teksrigting regs na links (vertikaal)"
-#: editrids.hrc:265
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Teksrigting links na regs (vertikaal)"
-#: editrids.hrc:266
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Gebruik bogeskikte objektekssrigting-instelling"
-#: editrids.hrc:267
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Paragraaf spring na teksrooster in (indien aktief)"
-#: editrids.hrc:268
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Paragraaf spring nie na teksrooster in nie"
-#: editrids.hrc:269
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Nie versteekd nie"
-#: editrids.hrc:270
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Versteek"
#. enum SvxCellHorJustify ----------------------------------------------------
-#: editrids.hrc:273
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_HORJUST_STANDARD"
msgid "Horizontal alignment default"
msgstr "Verstek van horisontale belyning"
-#: editrids.hrc:274
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_HORJUST_LEFT"
msgid "Align left"
msgstr "Belyn links"
-#: editrids.hrc:275
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_HORJUST_CENTER"
msgid "Centered horizontally"
msgstr "Horisontaal gesentreer"
-#: editrids.hrc:276
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_HORJUST_RIGHT"
msgid "Align right"
msgstr "Regsbelyn"
-#: editrids.hrc:277
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_HORJUST_BLOCK"
msgid "Justify"
msgstr "Justeer"
-#: editrids.hrc:278
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_HORJUST_REPEAT"
msgid "Repeat alignment"
msgstr "Herhaal belyning"
#. enum SvxCellVerJustify ----------------------------------------------------
-#: editrids.hrc:281
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_VERJUST_STANDARD"
msgid "Vertical alignment default"
msgstr "Verstek van vertikale belyning"
-#: editrids.hrc:282
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_VERJUST_TOP"
msgid "Align to top"
msgstr "Belyn met bokant"
-#: editrids.hrc:283
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_VERJUST_CENTER"
msgid "Centered vertically"
msgstr "Vertikaal gesentreer"
-#: editrids.hrc:284
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_VERJUST_BOTTOM"
msgid "Align to bottom"
msgstr "Belyn met onderkant"
#. enum SvxCellJustifyMethod ----------------------------------------------------
-#: editrids.hrc:287
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_JUSTMETHOD_AUTO"
msgid "Automatic"
msgstr "Outomaties"
-#: editrids.hrc:288
+#: include/editeng/editrids.hrc:287
#, fuzzy
msgctxt "RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE"
msgid "Distributed"
msgstr "Versprei"
-#: editrids.hrc:290
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Papierlaai"
-#: editrids.hrc:291
+#: include/editeng/editrids.hrc:290
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr ""
-#: editrids.hrc:293
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Skrap"
-#: editrids.hrc:294
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Skuif"
-#: editrids.hrc:295
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Voeg in"
-#: editrids.hrc:296
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Vervang"
-#: editrids.hrc:297
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Pas attribute toe"
-#: editrids.hrc:298
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Laai attribute terug"
-#: editrids.hrc:299
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Inkeep"
-#: editrids.hrc:300
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Pas style toe"
-#: editrids.hrc:301
+#: include/editeng/editrids.hrc:300
#, fuzzy
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "~Verander kas"
-#: editrids.hrc:302
+#: include/editeng/editrids.hrc:301
#, c-format
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Woord is %x"
-#: editrids.hrc:303
+#: include/editeng/editrids.hrc:302
#, c-format
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Paragraaf is %x"
-#: editrids.hrc:304
+#: include/editeng/editrids.hrc:303
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Outomaties"
-#: editrids.hrc:306
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Prentkoeëltjie in paragraaf"
-#: editrids.hrc:307
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Prentkoeëltjie"
-#: editrids.hrc:308
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
-#: editrids.hrc:310
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Wil u weer vanaf die begin van dokument toets?"
-#: editrids.hrc:311
+#: include/editeng/editrids.hrc:310
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Wil u aan die einde van die dokument verder toets?"
-#: editrids.hrc:312
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1349,37 +1344,37 @@ msgstr ""
"Woord kan om onbekende rede nie by\n"
"woordeboek gevoeg word nie."
-#: editrids.hrc:313
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Die woordeboek is reeds vol."
-#: editrids.hrc:314
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Die woordeboek is leesalleen."
-#: editrids.hrc:316
+#: include/editeng/editrids.hrc:315
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Inkeep"
-#: editrids.hrc:317
+#: include/editeng/editrids.hrc:316
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Vertoon subpunte"
-#: editrids.hrc:318
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Invou"
-#: editrids.hrc:319
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Pas attribute toe"
-#: editrids.hrc:320
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Voeg in"
diff --git a/source/af/extensions/messages.po b/source/af/extensions/messages.po
index ad08b7bf5b8..fc009256750 100644
--- a/source/af/extensions/messages.po
+++ b/source/af/extensions/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+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"
@@ -13,1816 +13,1816 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: command.hrc:29
+#: extensions/inc/command.hrc:29
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Table"
msgstr "Tabel"
-#: command.hrc:30
+#: extensions/inc/command.hrc:30
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Query"
msgstr "Navraag"
-#: command.hrc:31
+#: extensions/inc/command.hrc:31
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "SQL command"
msgstr "SQL-bevel"
-#: showhide.hrc:29
+#: extensions/inc/showhide.hrc:29
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Hide"
msgstr "Versteek"
-#: showhide.hrc:30
+#: extensions/inc/showhide.hrc:30
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Show"
msgstr "Wys"
-#: stringarrays.hrc:27
+#: extensions/inc/stringarrays.hrc:27
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Top"
msgstr "Bokant"
-#: stringarrays.hrc:28
+#: extensions/inc/stringarrays.hrc:28
#, fuzzy
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Middle"
msgstr "Middel"
-#: stringarrays.hrc:29
+#: extensions/inc/stringarrays.hrc:29
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Bottom"
msgstr "Onderkant"
-#: stringarrays.hrc:34
+#: extensions/inc/stringarrays.hrc:34
#, fuzzy
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Small"
msgstr "Klein"
-#: stringarrays.hrc:35
+#: extensions/inc/stringarrays.hrc:35
#, fuzzy
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Large"
msgstr "Groot"
-#: stringarrays.hrc:40
+#: extensions/inc/stringarrays.hrc:40
#, fuzzy
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Without frame"
msgstr "Sonder raam"
-#: stringarrays.hrc:41
+#: extensions/inc/stringarrays.hrc:41
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "3D look"
msgstr "3D-voorkoms"
-#: stringarrays.hrc:42
+#: extensions/inc/stringarrays.hrc:42
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Flat"
msgstr "Plat"
-#: stringarrays.hrc:47
+#: extensions/inc/stringarrays.hrc:47
#, fuzzy
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Valuelist"
msgstr "Waardelys"
-#: stringarrays.hrc:48
+#: extensions/inc/stringarrays.hrc:48
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Table"
msgstr "Tabel"
-#: stringarrays.hrc:49
+#: extensions/inc/stringarrays.hrc:49
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Query"
msgstr "Navraag"
-#: stringarrays.hrc:50
+#: extensions/inc/stringarrays.hrc:50
#, fuzzy
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql"
msgstr "Sql"
-#: stringarrays.hrc:51
+#: extensions/inc/stringarrays.hrc:51
#, fuzzy
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql [Native]"
msgstr "Sql [Eie]"
-#: stringarrays.hrc:52
+#: extensions/inc/stringarrays.hrc:52
#, fuzzy
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Tablefields"
msgstr "Tabelvelde"
-#: stringarrays.hrc:57
+#: extensions/inc/stringarrays.hrc:57
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Left"
msgstr "Links"
-#: stringarrays.hrc:58
+#: extensions/inc/stringarrays.hrc:58
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Center"
msgstr "Sentreer"
-#: stringarrays.hrc:59
+#: extensions/inc/stringarrays.hrc:59
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Right"
msgstr "Regs"
-#: stringarrays.hrc:64
+#: extensions/inc/stringarrays.hrc:64
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "None"
msgstr "Geen"
-#: stringarrays.hrc:65
+#: extensions/inc/stringarrays.hrc:65
#, fuzzy
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Submit form"
msgstr "Dien vorm in"
-#: stringarrays.hrc:66
+#: extensions/inc/stringarrays.hrc:66
#, fuzzy
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Reset form"
msgstr "Stel vorm terug"
-#: stringarrays.hrc:67
+#: extensions/inc/stringarrays.hrc:67
#, fuzzy
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Open document/web page"
msgstr "Open dokument/webbladsy"
-#: stringarrays.hrc:68
+#: extensions/inc/stringarrays.hrc:68
#, fuzzy
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "First record"
msgstr "Eerste rekord"
-#: stringarrays.hrc:69
+#: extensions/inc/stringarrays.hrc:69
#, fuzzy
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Previous record"
msgstr "Vorige rekord"
-#: stringarrays.hrc:70
+#: extensions/inc/stringarrays.hrc:70
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Next record"
msgstr "Volgende rekord"
-#: stringarrays.hrc:71
+#: extensions/inc/stringarrays.hrc:71
#, fuzzy
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Last record"
msgstr "Laaste rekord"
-#: stringarrays.hrc:72
+#: extensions/inc/stringarrays.hrc:72
#, fuzzy
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Save record"
msgstr "Stoor rekord"
-#: stringarrays.hrc:73
+#: extensions/inc/stringarrays.hrc:73
#, fuzzy
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Undo data entry"
msgstr "Ontdoen data-inskrywing"
-#: stringarrays.hrc:74
+#: extensions/inc/stringarrays.hrc:74
#, fuzzy
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "New record"
msgstr "Nuwe rekord"
-#: stringarrays.hrc:75
+#: extensions/inc/stringarrays.hrc:75
#, fuzzy
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Delete record"
msgstr "Skrap rekord"
-#: stringarrays.hrc:76
+#: extensions/inc/stringarrays.hrc:76
#, fuzzy
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Refresh form"
msgstr "Verfris vorm"
-#: stringarrays.hrc:81
+#: extensions/inc/stringarrays.hrc:81
#, fuzzy
msgctxt "RID_RSC_ENUM_SUBMIT_METHOD"
msgid "Get"
msgstr "Get"
-#: stringarrays.hrc:82
+#: extensions/inc/stringarrays.hrc:82
#, fuzzy
msgctxt "RID_RSC_ENUM_SUBMIT_METHOD"
msgid "Post"
msgstr "Post"
-#: stringarrays.hrc:87
+#: extensions/inc/stringarrays.hrc:87
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "URL"
msgstr "URL"
-#: stringarrays.hrc:88
+#: extensions/inc/stringarrays.hrc:88
#, fuzzy
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Multipart"
msgstr "Veeldeel"
-#: stringarrays.hrc:89
+#: extensions/inc/stringarrays.hrc:89
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Text"
msgstr "Teks"
-#: stringarrays.hrc:94
+#: extensions/inc/stringarrays.hrc:94
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short)"
msgstr "Standaard (kort)"
-#: stringarrays.hrc:95
+#: extensions/inc/stringarrays.hrc:95
#, fuzzy
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YY)"
msgstr "Standaard (kort JJ)"
-#: stringarrays.hrc:96
+#: extensions/inc/stringarrays.hrc:96
#, fuzzy
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YYYY)"
msgstr "Standaard (kort JJJJ)"
-#: stringarrays.hrc:97
+#: extensions/inc/stringarrays.hrc:97
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (long)"
msgstr "Standaard (lank)"
-#: stringarrays.hrc:98
+#: extensions/inc/stringarrays.hrc:98
#, fuzzy
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "DD/MM/YY"
msgstr "DD/MM/JJ"
-#: stringarrays.hrc:99
+#: extensions/inc/stringarrays.hrc:99
#, fuzzy
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "MM/DD/YY"
msgstr "MM/DD/JJ"
-#: stringarrays.hrc:100
+#: extensions/inc/stringarrays.hrc:100
#, fuzzy
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY/MM/DD"
msgstr "JJ/MM/DD"
-#: stringarrays.hrc:101
+#: extensions/inc/stringarrays.hrc:101
#, fuzzy
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "DD/MM/YYYY"
msgstr "DD/MM/JJJJ"
-#: stringarrays.hrc:102
+#: extensions/inc/stringarrays.hrc:102
#, fuzzy
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "MM/DD/YYYY"
msgstr "MM/DD/JJJJ"
-#: stringarrays.hrc:103
+#: extensions/inc/stringarrays.hrc:103
#, fuzzy
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY/MM/DD"
msgstr "JJJJ/MM/DD"
-#: stringarrays.hrc:104
+#: extensions/inc/stringarrays.hrc:104
#, fuzzy
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY-MM-DD"
msgstr "JJ-MM-DD"
-#: stringarrays.hrc:105
+#: extensions/inc/stringarrays.hrc:105
#, fuzzy
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY-MM-DD"
msgstr "JJJJ-MM-DD"
-#: stringarrays.hrc:110
+#: extensions/inc/stringarrays.hrc:110
#, fuzzy
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "13:45"
msgstr "13:45"
-#: stringarrays.hrc:111
+#: extensions/inc/stringarrays.hrc:111
#, fuzzy
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "13:45:00"
msgstr "13:45:00"
-#: stringarrays.hrc:112
+#: extensions/inc/stringarrays.hrc:112
#, fuzzy
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45 PM"
msgstr "01:45 nm"
-#: stringarrays.hrc:113
+#: extensions/inc/stringarrays.hrc:113
#, fuzzy
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45:00 PM"
msgstr "01:45:00 nm"
-#: stringarrays.hrc:118
+#: extensions/inc/stringarrays.hrc:118
#, fuzzy
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Selected"
msgstr "Nie gemerk nie"
-#: stringarrays.hrc:119
+#: extensions/inc/stringarrays.hrc:119
#, fuzzy
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Selected"
msgstr "Gemerk"
-#: stringarrays.hrc:120
+#: extensions/inc/stringarrays.hrc:120
#, fuzzy
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Defined"
msgstr "Nie gedefinieer nie"
-#: stringarrays.hrc:125
+#: extensions/inc/stringarrays.hrc:125
#, fuzzy
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "All records"
msgstr "Alle rekords"
-#: stringarrays.hrc:126
+#: extensions/inc/stringarrays.hrc:126
#, fuzzy
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Active record"
msgstr "Aktiewe rekord"
-#: stringarrays.hrc:127
+#: extensions/inc/stringarrays.hrc:127
#, fuzzy
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Current page"
msgstr "Huidige bladsy"
-#: stringarrays.hrc:132
+#: extensions/inc/stringarrays.hrc:132
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "No"
msgstr "Nee"
-#: stringarrays.hrc:133
+#: extensions/inc/stringarrays.hrc:133
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Yes"
msgstr "Ja"
-#: stringarrays.hrc:134
+#: extensions/inc/stringarrays.hrc:134
#, fuzzy
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Parent Form"
msgstr "Ouervorm"
-#: stringarrays.hrc:139
+#: extensions/inc/stringarrays.hrc:139
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_blank"
msgstr ""
-#: stringarrays.hrc:140
+#: extensions/inc/stringarrays.hrc:140
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_parent"
msgstr ""
-#: stringarrays.hrc:141
+#: extensions/inc/stringarrays.hrc:141
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_self"
msgstr ""
-#: stringarrays.hrc:142
+#: extensions/inc/stringarrays.hrc:142
#, fuzzy
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_top"
msgstr "Stop"
-#: stringarrays.hrc:147
+#: extensions/inc/stringarrays.hrc:147
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "None"
msgstr "Geen"
-#: stringarrays.hrc:148
+#: extensions/inc/stringarrays.hrc:148
#, fuzzy
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Single"
msgstr "Enkel"
-#: stringarrays.hrc:149
+#: extensions/inc/stringarrays.hrc:149
#, fuzzy
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Multi"
msgstr "Veel"
-#: stringarrays.hrc:150
+#: extensions/inc/stringarrays.hrc:150
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Range"
msgstr "Omvang"
-#: stringarrays.hrc:155
+#: extensions/inc/stringarrays.hrc:155
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Horizontal"
msgstr "Horisontaal"
-#: stringarrays.hrc:156
+#: extensions/inc/stringarrays.hrc:156
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Vertical"
msgstr "Vertikaal"
-#: stringarrays.hrc:161
+#: extensions/inc/stringarrays.hrc:161
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Default"
msgstr "Verstek"
-#: stringarrays.hrc:162
+#: extensions/inc/stringarrays.hrc:162
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "OK"
msgstr "OK"
-#: stringarrays.hrc:163
+#: extensions/inc/stringarrays.hrc:163
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Cancel"
msgstr "Kanselleer"
-#: stringarrays.hrc:164
+#: extensions/inc/stringarrays.hrc:164
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Help"
msgstr "Hulp"
-#: stringarrays.hrc:169
+#: extensions/inc/stringarrays.hrc:169
#, fuzzy
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "The selected entry"
msgstr "Die gemerkte inskrywing"
-#: stringarrays.hrc:170
+#: extensions/inc/stringarrays.hrc:170
#, fuzzy
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "Position of the selected entry"
msgstr "Posisie van die gemerkte inskrywing"
-#: stringarrays.hrc:175
+#: extensions/inc/stringarrays.hrc:175
#, fuzzy
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Single-line"
msgstr "Enkelreël"
-#: stringarrays.hrc:176
+#: extensions/inc/stringarrays.hrc:176
#, fuzzy
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line"
msgstr "Multireël"
-#: stringarrays.hrc:177
+#: extensions/inc/stringarrays.hrc:177
#, fuzzy
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line with formatting"
msgstr "Multireël met formatering"
-#: stringarrays.hrc:182
+#: extensions/inc/stringarrays.hrc:182
#, fuzzy
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "LF (Unix)"
msgstr "LF (Unix)"
-#: stringarrays.hrc:183
+#: extensions/inc/stringarrays.hrc:183
#, fuzzy
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "CR+LF (Windows)"
msgstr "CR+LF (Windows)"
-#: stringarrays.hrc:188
+#: extensions/inc/stringarrays.hrc:188
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "None"
msgstr "Geen"
-#: stringarrays.hrc:189
+#: extensions/inc/stringarrays.hrc:189
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Horizontal"
msgstr "Horisontaal"
-#: stringarrays.hrc:190
+#: extensions/inc/stringarrays.hrc:190
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Vertical"
msgstr "Vertikaal"
-#: stringarrays.hrc:191
+#: extensions/inc/stringarrays.hrc:191
#, fuzzy
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Both"
msgstr "Beide"
-#: stringarrays.hrc:196
+#: extensions/inc/stringarrays.hrc:196
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "3D"
msgstr "3-D"
-#: stringarrays.hrc:197
+#: extensions/inc/stringarrays.hrc:197
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "Flat"
msgstr "Plat"
-#: stringarrays.hrc:202
+#: extensions/inc/stringarrays.hrc:202
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left top"
msgstr "Links bo"
-#: stringarrays.hrc:203
+#: extensions/inc/stringarrays.hrc:203
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left centered"
msgstr "Links gesentreer"
-#: stringarrays.hrc:204
+#: extensions/inc/stringarrays.hrc:204
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left bottom"
msgstr "Links onder"
-#: stringarrays.hrc:205
+#: extensions/inc/stringarrays.hrc:205
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right top"
msgstr "Regs bo"
-#: stringarrays.hrc:206
+#: extensions/inc/stringarrays.hrc:206
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right centered"
msgstr "Regs gesentreer"
-#: stringarrays.hrc:207
+#: extensions/inc/stringarrays.hrc:207
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right bottom"
msgstr "Regs onder"
-#: stringarrays.hrc:208
+#: extensions/inc/stringarrays.hrc:208
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above left"
msgstr "Bo links"
-#: stringarrays.hrc:209
+#: extensions/inc/stringarrays.hrc:209
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above centered"
msgstr "Bo gesentreer"
-#: stringarrays.hrc:210
+#: extensions/inc/stringarrays.hrc:210
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above right"
msgstr "Bo regs"
-#: stringarrays.hrc:211
+#: extensions/inc/stringarrays.hrc:211
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below left"
msgstr "Onder links"
-#: stringarrays.hrc:212
+#: extensions/inc/stringarrays.hrc:212
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below centered"
msgstr "Onder gesentreer"
-#: stringarrays.hrc:213
+#: extensions/inc/stringarrays.hrc:213
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below right"
msgstr "Onder regs"
-#: stringarrays.hrc:214
+#: extensions/inc/stringarrays.hrc:214
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Centered"
msgstr "Gesentreer"
-#: stringarrays.hrc:219
+#: extensions/inc/stringarrays.hrc:219
#, fuzzy
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Preserve"
msgstr "Bewaar"
-#: stringarrays.hrc:220
+#: extensions/inc/stringarrays.hrc:220
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Replace"
msgstr "Vervang"
-#: stringarrays.hrc:221
+#: extensions/inc/stringarrays.hrc:221
#, fuzzy
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Collapse"
msgstr "Invou"
-#: stringarrays.hrc:226
+#: extensions/inc/stringarrays.hrc:226
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "No"
msgstr "Nee"
-#: stringarrays.hrc:227
+#: extensions/inc/stringarrays.hrc:227
#, fuzzy
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Keep Ratio"
msgstr "Behou verhouding"
-#: stringarrays.hrc:228
+#: extensions/inc/stringarrays.hrc:228
#, fuzzy
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Fit to Size"
msgstr "Pas by grootte"
-#: stringarrays.hrc:233
+#: extensions/inc/stringarrays.hrc:233
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Left-to-right"
msgstr "Links na regs"
-#: stringarrays.hrc:234
+#: extensions/inc/stringarrays.hrc:234
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Right-to-left"
msgstr "Regs na links"
-#: stringarrays.hrc:235
+#: extensions/inc/stringarrays.hrc:235
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Use superordinate object settings"
msgstr "Gebruik bogeskikte objekinstellings"
-#: stringarrays.hrc:240
+#: extensions/inc/stringarrays.hrc:240
#, fuzzy
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Never"
msgstr "Nooit"
-#: stringarrays.hrc:241
+#: extensions/inc/stringarrays.hrc:241
#, fuzzy
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "When focused"
msgstr "Wanneer gefokus"
-#: stringarrays.hrc:242
+#: extensions/inc/stringarrays.hrc:242
#, fuzzy
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Always"
msgstr "Altyd"
-#: stringarrays.hrc:247
+#: extensions/inc/stringarrays.hrc:247
#, fuzzy
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Paragraph"
msgstr "Na paragraaf"
-#: stringarrays.hrc:248
+#: extensions/inc/stringarrays.hrc:248
#, fuzzy
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "As Character"
msgstr "As karakter"
-#: stringarrays.hrc:249
+#: extensions/inc/stringarrays.hrc:249
#, fuzzy
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Page"
msgstr "Na bladsy"
-#: stringarrays.hrc:250
+#: extensions/inc/stringarrays.hrc:250
#, fuzzy
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Frame"
msgstr "Na raam"
-#: stringarrays.hrc:251
+#: extensions/inc/stringarrays.hrc:251
#, fuzzy
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Character"
msgstr "Na karakter"
-#: stringarrays.hrc:256
+#: extensions/inc/stringarrays.hrc:256
#, fuzzy
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Page"
msgstr "Na bladsy"
-#: stringarrays.hrc:257
+#: extensions/inc/stringarrays.hrc:257
#, fuzzy
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Cell"
msgstr "Na sel"
-#: strings.hrc:25
+#: extensions/inc/strings.hrc:25
msgctxt "RID_STR_EDITMASK"
msgid "Edit mask"
msgstr "Redigeer masker"
-#: strings.hrc:26
+#: extensions/inc/strings.hrc:26
msgctxt "RID_STR_LITERALMASK"
msgid "Literal mask"
msgstr "Letterlike masker"
-#: strings.hrc:27
+#: extensions/inc/strings.hrc:27
msgctxt "RID_STR_READONLY"
msgid "Read-only"
msgstr "Leesalleen"
-#: strings.hrc:28
+#: extensions/inc/strings.hrc:28
msgctxt "RID_STR_ENABLED"
msgid "Enabled"
msgstr "Geaktiveer"
-#: strings.hrc:29
+#: extensions/inc/strings.hrc:29
msgctxt "RID_STR_ENABLE_VISIBLE"
msgid "Visible"
msgstr "Sigbaar"
-#: strings.hrc:30
+#: extensions/inc/strings.hrc:30
msgctxt "RID_STR_AUTOCOMPLETE"
msgid "AutoFill"
msgstr "OutoInvul"
-#: strings.hrc:31
+#: extensions/inc/strings.hrc:31
msgctxt "RID_STR_LINECOUNT"
msgid "Line count"
msgstr "Reëltelling"
-#: strings.hrc:32
+#: extensions/inc/strings.hrc:32
msgctxt "RID_STR_MAXTEXTLEN"
msgid "Max. text length"
msgstr "Maks. tekslengte"
-#: strings.hrc:33
+#: extensions/inc/strings.hrc:33
msgctxt "RID_STR_SPIN"
msgid "Spin Button"
msgstr "Spinknoppie"
-#: strings.hrc:34
+#: extensions/inc/strings.hrc:34
msgctxt "RID_STR_STRICTFORMAT"
msgid "Strict format"
msgstr "Streng formaat"
-#: strings.hrc:35
+#: extensions/inc/strings.hrc:35
msgctxt "RID_STR_SHOWTHOUSANDSEP"
msgid "Thousands separator"
msgstr "Duisendeskeier"
-#: strings.hrc:36
+#: extensions/inc/strings.hrc:36
msgctxt "RID_STR_PRINTABLE"
msgid "Printable"
msgstr "Drukbaar"
-#: strings.hrc:37
+#: extensions/inc/strings.hrc:37
msgctxt "RID_STR_TARGET_URL"
msgid "URL"
msgstr "URL"
-#: strings.hrc:38
+#: extensions/inc/strings.hrc:38
msgctxt "RID_STR_TARGET_FRAME"
msgid "Frame"
msgstr "Raam"
-#: strings.hrc:39
+#: extensions/inc/strings.hrc:39
msgctxt "RID_STR_HELPTEXT"
msgid "Help text"
msgstr "Hulp teks"
-#: strings.hrc:40
+#: extensions/inc/strings.hrc:40
msgctxt "RID_STR_HELPURL"
msgid "Help URL"
msgstr "Hulp URL"
-#: strings.hrc:41
+#: extensions/inc/strings.hrc:41
msgctxt "RID_STR_TAG"
msgid "Additional information"
msgstr "Bykomende inligting"
-#: strings.hrc:42
+#: extensions/inc/strings.hrc:42
msgctxt "RID_STR_ECHO_CHAR"
msgid "Password character"
msgstr "Wagwoordkarakter"
-#: strings.hrc:43
+#: extensions/inc/strings.hrc:43
msgctxt "RID_STR_TRISTATE"
msgid "Tristate"
msgstr "Driestaat"
-#: strings.hrc:44
+#: extensions/inc/strings.hrc:44
msgctxt "RID_STR_EMPTY_IS_NULL"
msgid "Empty string is NULL"
msgstr "Leë string is NUL"
-#: strings.hrc:45
+#: extensions/inc/strings.hrc:45
msgctxt "RID_STR_DECIMAL_ACCURACY"
msgid "Decimal accuracy"
msgstr "Desimaalakkuraatheid"
-#: strings.hrc:46
+#: extensions/inc/strings.hrc:46
msgctxt "RID_STR_IMAGE_URL"
msgid "Graphics"
msgstr "Grafika"
-#: strings.hrc:47
+#: extensions/inc/strings.hrc:47
msgctxt "RID_STR_DEFAULT_SELECT_SEQ"
msgid "Default selection"
msgstr "Verstek seleksie"
-#: strings.hrc:48
+#: extensions/inc/strings.hrc:48
msgctxt "RID_STR_DEFAULT_BUTTON"
msgid "Default button"
msgstr "Verstek knoppie"
-#: strings.hrc:49
+#: extensions/inc/strings.hrc:49
msgctxt "RID_STR_LABELCONTROL"
msgid "Label Field"
msgstr "Etiketveld"
-#: strings.hrc:50
+#: extensions/inc/strings.hrc:50
msgctxt "RID_STR_LABEL"
msgid "Label"
msgstr "Etiket"
-#: strings.hrc:51
+#: extensions/inc/strings.hrc:51
msgctxt "RID_STR_ALIGN"
msgid "Alignment"
msgstr "Belyning"
-#: strings.hrc:52
+#: extensions/inc/strings.hrc:52
msgctxt "RID_STR_VERTICAL_ALIGN"
msgid "Vert. Alignment"
msgstr "Vert. belyning"
-#: strings.hrc:53
+#: extensions/inc/strings.hrc:53
msgctxt "RID_STR_IMAGEPOSITION"
msgid "Graphics alignment"
msgstr "Grafikabelyning"
-#: strings.hrc:54
+#: extensions/inc/strings.hrc:54
msgctxt "RID_STR_FONT"
msgid "Font"
msgstr "Font"
-#: strings.hrc:55
+#: extensions/inc/strings.hrc:55
msgctxt "RID_STR_BACKGROUNDCOLOR"
msgid "Background color"
msgstr "Agtergrondkleur"
-#: strings.hrc:56
+#: extensions/inc/strings.hrc:56
msgctxt "RID_STR_BORDER"
msgid "Border"
msgstr "Grens"
-#: strings.hrc:57
+#: extensions/inc/strings.hrc:57
msgctxt "RID_STR_ICONSIZE"
msgid "Icon size"
msgstr "Ikoongrootte"
-#: strings.hrc:58
+#: extensions/inc/strings.hrc:58
msgctxt "RID_STR_SHOW_POSITION"
msgid "Positioning"
msgstr "Posisionering"
-#: strings.hrc:59
+#: extensions/inc/strings.hrc:59
msgctxt "RID_STR_SHOW_NAVIGATION"
msgid "Navigation"
msgstr "Navigasie"
-#: strings.hrc:60
+#: extensions/inc/strings.hrc:60
msgctxt "RID_STR_SHOW_RECORDACTIONS"
msgid "Acting on a record"
msgstr "Aksie vanweë rekord"
-#: strings.hrc:61
+#: extensions/inc/strings.hrc:61
msgctxt "RID_STR_SHOW_FILTERSORT"
msgid "Filtering / Sorting"
msgstr "Filter / sorteer"
-#: strings.hrc:62
+#: extensions/inc/strings.hrc:62
msgctxt "RID_STR_HSCROLL"
msgid "Horizontal scroll bar"
msgstr "Horisontale rolstaaf"
-#: strings.hrc:63
+#: extensions/inc/strings.hrc:63
msgctxt "RID_STR_VSCROLL"
msgid "Vertical scroll bar"
msgstr "Vertikale rolstaaf"
-#: strings.hrc:64
+#: extensions/inc/strings.hrc:64
msgctxt "RID_STR_WORDBREAK"
msgid "Word break"
msgstr "Woordbreuk"
-#: strings.hrc:65
+#: extensions/inc/strings.hrc:65
msgctxt "RID_STR_MULTILINE"
msgid "Multiline input"
msgstr "Veellynige invoer"
-#: strings.hrc:66
+#: extensions/inc/strings.hrc:66
msgctxt "RID_STR_MULTISELECTION"
msgid "Multiselection"
msgstr "Veelvoudige seleksie"
-#: strings.hrc:67
+#: extensions/inc/strings.hrc:67
msgctxt "RID_STR_NAME"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:68
+#: extensions/inc/strings.hrc:68
msgctxt "RID_STR_GROUP_NAME"
msgid "Group name"
msgstr ""
-#: strings.hrc:69
+#: extensions/inc/strings.hrc:69
msgctxt "RID_STR_TABINDEX"
msgid "Tab order"
msgstr "Keepvolgorde"
-#: strings.hrc:70
+#: extensions/inc/strings.hrc:70
msgctxt "RID_STR_WHEEL_BEHAVIOR"
msgid "Mouse wheel scroll"
msgstr "Muiswielrol"
-#: strings.hrc:71
+#: extensions/inc/strings.hrc:71
msgctxt "RID_STR_FILTER"
msgid "Filter"
msgstr "Filter"
-#: strings.hrc:72
+#: extensions/inc/strings.hrc:72
msgctxt "RID_STR_SORT_CRITERIA"
msgid "Sort"
msgstr "Sorteer"
-#: strings.hrc:73
+#: extensions/inc/strings.hrc:73
msgctxt "RID_STR_RECORDMARKER"
msgid "Record marker"
msgstr "Neem masker op"
-#: strings.hrc:74
+#: extensions/inc/strings.hrc:74
msgctxt "RID_STR_FILTERPROPOSAL"
msgid "Filter proposal"
msgstr "Filter voorstel"
-#: strings.hrc:75
+#: extensions/inc/strings.hrc:75
msgctxt "RID_STR_NAVIGATION"
msgid "Navigation bar"
msgstr "Navigasiebalk"
-#: strings.hrc:76
+#: extensions/inc/strings.hrc:76
msgctxt "RID_STR_CYCLE"
msgid "Cycle"
msgstr "Siklus"
-#: strings.hrc:77
+#: extensions/inc/strings.hrc:77
msgctxt "RID_STR_TABSTOP"
msgid "Tabstop"
msgstr "Keepstop"
-#: strings.hrc:78
+#: extensions/inc/strings.hrc:78
msgctxt "RID_STR_CONTROLSOURCE"
msgid "Data field"
msgstr "Dataveld"
-#: strings.hrc:79
+#: extensions/inc/strings.hrc:79
msgctxt "RID_STR_DROPDOWN"
msgid "Dropdown"
msgstr "Aftreklys"
-#: strings.hrc:80
+#: extensions/inc/strings.hrc:80
msgctxt "RID_STR_BOUNDCOLUMN"
msgid "Bound field"
msgstr "Gebonde veld"
-#: strings.hrc:81
+#: extensions/inc/strings.hrc:81
msgctxt "RID_STR_LISTSOURCE"
msgid "List content"
msgstr "Lysinhoud"
-#: strings.hrc:82
+#: extensions/inc/strings.hrc:82
msgctxt "RID_STR_LISTSOURCETYPE"
msgid "Type of list contents"
msgstr "Soort lysinhoud"
-#: strings.hrc:83
+#: extensions/inc/strings.hrc:83
msgctxt "RID_STR_CURSORSOURCE"
msgid "Content"
msgstr "Inhoud"
-#: strings.hrc:84
+#: extensions/inc/strings.hrc:84
msgctxt "RID_STR_CURSORSOURCETYPE"
msgid "Content type"
msgstr "Tipe inhoud"
-#: strings.hrc:85
+#: extensions/inc/strings.hrc:85
msgctxt "RID_STR_ALLOW_ADDITIONS"
msgid "Allow additions"
msgstr "Laat byvoegings toe"
-#: strings.hrc:86
+#: extensions/inc/strings.hrc:86
msgctxt "RID_STR_ALLOW_DELETIONS"
msgid "Allow deletions"
msgstr "Laat skrapping toe"
-#: strings.hrc:87
+#: extensions/inc/strings.hrc:87
msgctxt "RID_STR_ALLOW_EDITS"
msgid "Allow modifications"
msgstr "Laat wysigings toe"
-#: strings.hrc:88
+#: extensions/inc/strings.hrc:88
msgctxt "RID_STR_DATAENTRY"
msgid "Add data only"
msgstr "Voeg slegs data by"
-#: strings.hrc:89
+#: extensions/inc/strings.hrc:89
msgctxt "RID_STR_DATASOURCE"
msgid "Data source"
msgstr "Databron"
-#: strings.hrc:90
+#: extensions/inc/strings.hrc:90
msgctxt "RID_STR_MASTERFIELDS"
msgid "Link master fields"
msgstr "Koppel meestervelde"
-#: strings.hrc:91
+#: extensions/inc/strings.hrc:91
msgctxt "RID_STR_SLAVEFIELDS"
msgid "Link slave fields"
msgstr "Koppel slaafvelde"
-#: strings.hrc:92
+#: extensions/inc/strings.hrc:92
msgctxt "RID_STR_VALUEMIN"
msgid "Value min."
msgstr "Min. waarde."
-#: strings.hrc:93
+#: extensions/inc/strings.hrc:93
msgctxt "RID_STR_VALUEMAX"
msgid "Value max."
msgstr "Maks. waarde."
-#: strings.hrc:94
+#: extensions/inc/strings.hrc:94
msgctxt "RID_STR_VALUESTEP"
msgid "Incr./decrement value"
msgstr "Verm./verm. waarde"
-#: strings.hrc:95
+#: extensions/inc/strings.hrc:95
msgctxt "RID_STR_CURRENCYSYMBOL"
msgid "Currency symbol"
msgstr "Geldsimbool"
-#: strings.hrc:96
+#: extensions/inc/strings.hrc:96
msgctxt "RID_STR_DATEMIN"
msgid "Date min."
msgstr "Min. datum."
-#: strings.hrc:97
+#: extensions/inc/strings.hrc:97
msgctxt "RID_STR_DATEMAX"
msgid "Date max."
msgstr "Maks. datum."
-#: strings.hrc:98
+#: extensions/inc/strings.hrc:98
msgctxt "RID_STR_DATEFORMAT"
msgid "Date format"
msgstr "Datumformaat"
-#: strings.hrc:99
+#: extensions/inc/strings.hrc:99
msgctxt "RID_STR_SELECTEDITEMS"
msgid "Selection"
msgstr "Seleksie"
-#: strings.hrc:100
+#: extensions/inc/strings.hrc:100
msgctxt "RID_STR_TIMEMIN"
msgid "Time min."
msgstr "Min. tyd."
-#: strings.hrc:101
+#: extensions/inc/strings.hrc:101
msgctxt "RID_STR_TIMEMAX"
msgid "Time max."
msgstr "Maks. tyd."
-#: strings.hrc:102
+#: extensions/inc/strings.hrc:102
msgctxt "RID_STR_TIMEFORMAT"
msgid "Time format"
msgstr "Tydformaat"
-#: strings.hrc:103
+#: extensions/inc/strings.hrc:103
msgctxt "RID_STR_CURRSYM_POSITION"
msgid "Prefix symbol"
msgstr "Prefikssimbool"
-#: strings.hrc:104
+#: extensions/inc/strings.hrc:104
msgctxt "RID_STR_VALUE"
msgid "Value"
msgstr "Waarde"
-#: strings.hrc:105
+#: extensions/inc/strings.hrc:105
msgctxt "RID_STR_FORMATKEY"
msgid "Formatting"
msgstr "Formatering"
-#: strings.hrc:106
+#: extensions/inc/strings.hrc:106
msgctxt "RID_STR_CLASSID"
msgid "Class ID"
msgstr "Klas ID"
-#: strings.hrc:107
+#: extensions/inc/strings.hrc:107
msgctxt "RID_STR_HEIGHT"
msgid "Height"
msgstr "Hoogte"
-#: strings.hrc:108
+#: extensions/inc/strings.hrc:108
msgctxt "RID_STR_WIDTH"
msgid "Width"
msgstr "Wydte"
-#: strings.hrc:109
+#: extensions/inc/strings.hrc:109
msgctxt "RID_STR_LISTINDEX"
msgid "List index"
msgstr "Lysindeks"
-#: strings.hrc:110
+#: extensions/inc/strings.hrc:110
msgctxt "RID_STR_ROWHEIGHT"
msgid "Row height"
msgstr "Ryhoogte"
-#: strings.hrc:111
+#: extensions/inc/strings.hrc:111
msgctxt "RID_STR_FILLCOLOR"
msgid "Fill color"
msgstr "Vulkleur"
-#: strings.hrc:112
+#: extensions/inc/strings.hrc:112
msgctxt "RID_STR_LINECOLOR"
msgid "Line color"
msgstr "Lynkleur"
-#: strings.hrc:113
+#: extensions/inc/strings.hrc:113
msgctxt "RID_STR_REFVALUE"
msgid "Reference value (on)"
msgstr "Verwysingswaarde (aan)"
-#: strings.hrc:114
+#: extensions/inc/strings.hrc:114
msgctxt "RID_STR_UNCHECKEDREFVALUE"
msgid "Reference value (off)"
msgstr "Verwysingswaarde (af)"
-#: strings.hrc:115
+#: extensions/inc/strings.hrc:115
msgctxt "RID_STR_STRINGITEMLIST"
msgid "List entries"
msgstr "Lys inskrywings"
-#: strings.hrc:116
+#: extensions/inc/strings.hrc:116
msgctxt "RID_STR_BUTTONTYPE"
msgid "Action"
msgstr "Aksie"
-#: strings.hrc:117
+#: extensions/inc/strings.hrc:117
msgctxt "RID_STR_SUBMIT_ACTION"
msgid "URL"
msgstr "URL"
-#: strings.hrc:118
+#: extensions/inc/strings.hrc:118
msgctxt "RID_STR_SUBMIT_METHOD"
msgid "Type of submission"
msgstr "Soort data gestuur"
-#: strings.hrc:119
+#: extensions/inc/strings.hrc:119
msgctxt "RID_STR_DEFAULT_STATE"
msgid "Default status"
msgstr "Verstek status"
-#: strings.hrc:120
+#: extensions/inc/strings.hrc:120
msgctxt "RID_STR_SUBMIT_ENCODING"
msgid "Submission encoding"
msgstr "Enkodering van gestuurde data"
-#: strings.hrc:121
+#: extensions/inc/strings.hrc:121
msgctxt "RID_STR_DEFAULTVALUE"
msgid "Default value"
msgstr "Verstek waarde"
-#: strings.hrc:122
+#: extensions/inc/strings.hrc:122
msgctxt "RID_STR_DEFAULTTEXT"
msgid "Default text"
msgstr "Verstek teks"
-#: strings.hrc:123
+#: extensions/inc/strings.hrc:123
msgctxt "RID_STR_DEFAULTDATE"
msgid "Default date"
msgstr "Verstek datum"
-#: strings.hrc:124
+#: extensions/inc/strings.hrc:124
msgctxt "RID_STR_DEFAULTTIME"
msgid "Default time"
msgstr "Verstek tyd"
-#: strings.hrc:125
+#: extensions/inc/strings.hrc:125
msgctxt "RID_STR_SUBMIT_TARGET"
msgid "Frame"
msgstr "Raam"
-#: strings.hrc:126
+#: extensions/inc/strings.hrc:126
msgctxt "RID_STR_EVT_APPROVEPARAMETER"
msgid "Fill parameters"
msgstr "Vul parameters in"
-#: strings.hrc:127
+#: extensions/inc/strings.hrc:127
msgctxt "RID_STR_EVT_ACTIONPERFORMED"
msgid "Execute action"
msgstr "Voer aksie uit"
-#: strings.hrc:128
+#: extensions/inc/strings.hrc:128
msgctxt "RID_STR_EVT_AFTERUPDATE"
msgid "After updating"
msgstr "Na bywerking"
-#: strings.hrc:129
+#: extensions/inc/strings.hrc:129
msgctxt "RID_STR_EVT_BEFOREUPDATE"
msgid "Before updating"
msgstr "Voor bywerking"
-#: strings.hrc:130
+#: extensions/inc/strings.hrc:130
msgctxt "RID_STR_EVT_APPROVEROWCHANGE"
msgid "Before record action"
msgstr "Voor opneemaksie"
-#: strings.hrc:131
+#: extensions/inc/strings.hrc:131
msgctxt "RID_STR_EVT_ROWCHANGE"
msgid "After record action"
msgstr "Na opneemaksie"
-#: strings.hrc:132
+#: extensions/inc/strings.hrc:132
msgctxt "RID_STR_EVT_CONFIRMDELETE"
msgid "Confirm deletion"
msgstr "Bevestig skrapping"
-#: strings.hrc:133
+#: extensions/inc/strings.hrc:133
msgctxt "RID_STR_EVT_ERROROCCURRED"
msgid "Error occurred"
msgstr "Fout het voorgekom"
-#: strings.hrc:134
+#: extensions/inc/strings.hrc:134
msgctxt "RID_STR_EVT_FOCUSGAINED"
msgid "When receiving focus"
msgstr "Tydens fokusontvangs"
-#: strings.hrc:135
+#: extensions/inc/strings.hrc:135
msgctxt "RID_STR_EVT_FOCUSLOST"
msgid "When losing focus"
msgstr "Tydens fokusverlies"
-#: strings.hrc:136
+#: extensions/inc/strings.hrc:136
msgctxt "RID_STR_EVT_ITEMSTATECHANGED"
msgid "Item status changed"
msgstr "Itemstatus het verander"
-#: strings.hrc:137
+#: extensions/inc/strings.hrc:137
msgctxt "RID_STR_EVT_KEYTYPED"
msgid "Key pressed"
msgstr "Sleutel gedruk"
-#: strings.hrc:138
+#: extensions/inc/strings.hrc:138
msgctxt "RID_STR_EVT_KEYUP"
msgid "Key released"
msgstr "Sleutel laat los"
-#: strings.hrc:139
+#: extensions/inc/strings.hrc:139
msgctxt "RID_STR_EVT_LOADED"
msgid "When loading"
msgstr "Tydens laai"
-#: strings.hrc:140
+#: extensions/inc/strings.hrc:140
msgctxt "RID_STR_EVT_RELOADING"
msgid "Before reloading"
msgstr "Voor herlaai"
-#: strings.hrc:141
+#: extensions/inc/strings.hrc:141
msgctxt "RID_STR_EVT_RELOADED"
msgid "When reloading"
msgstr "Tydens herlaai"
-#: strings.hrc:142
+#: extensions/inc/strings.hrc:142
msgctxt "RID_STR_EVT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
msgstr "Muis het beweeg toe sleutel gedruk is"
-#: strings.hrc:143
+#: extensions/inc/strings.hrc:143
msgctxt "RID_STR_EVT_MOUSEENTERED"
msgid "Mouse inside"
msgstr "Muis binne"
-#: strings.hrc:144
+#: extensions/inc/strings.hrc:144
msgctxt "RID_STR_EVT_MOUSEEXITED"
msgid "Mouse outside"
msgstr "Muis buite"
-#: strings.hrc:145
+#: extensions/inc/strings.hrc:145
msgctxt "RID_STR_EVT_MOUSEMOVED"
msgid "Mouse moved"
msgstr "Muis het beweeg"
-#: strings.hrc:146
+#: extensions/inc/strings.hrc:146
msgctxt "RID_STR_EVT_MOUSEPRESSED"
msgid "Mouse button pressed"
msgstr "Muisknoppie gedruk"
-#: strings.hrc:147
+#: extensions/inc/strings.hrc:147
msgctxt "RID_STR_EVT_MOUSERELEASED"
msgid "Mouse button released"
msgstr "Muisknoppie gelos"
-#: strings.hrc:148
+#: extensions/inc/strings.hrc:148
msgctxt "RID_STR_EVT_POSITIONING"
msgid "Before record change"
msgstr "Voor rekordverandering"
-#: strings.hrc:149
+#: extensions/inc/strings.hrc:149
msgctxt "RID_STR_EVT_POSITIONED"
msgid "After record change"
msgstr "Na rekordverandering"
-#: strings.hrc:150
+#: extensions/inc/strings.hrc:150
msgctxt "RID_STR_EVT_RESETTED"
msgid "After resetting"
msgstr "Na teruglaaiing"
-#: strings.hrc:151
+#: extensions/inc/strings.hrc:151
msgctxt "RID_STR_EVT_APPROVERESETTED"
msgid "Prior to reset"
msgstr "Voor terugstelling"
-#: strings.hrc:152
+#: extensions/inc/strings.hrc:152
msgctxt "RID_STR_EVT_APPROVEACTIONPERFORMED"
msgid "Approve action"
msgstr "Keur aksie goed"
-#: strings.hrc:153
+#: extensions/inc/strings.hrc:153
msgctxt "RID_STR_EVT_SUBMITTED"
msgid "Before submitting"
msgstr "Voor indiening"
-#: strings.hrc:154
+#: extensions/inc/strings.hrc:154
msgctxt "RID_STR_EVT_TEXTCHANGED"
msgid "Text modified"
msgstr "Teks gewysig"
-#: strings.hrc:155
+#: extensions/inc/strings.hrc:155
msgctxt "RID_STR_EVT_UNLOADING"
msgid "Before unloading"
msgstr "Voor ontlading"
-#: strings.hrc:156
+#: extensions/inc/strings.hrc:156
msgctxt "RID_STR_EVT_UNLOADED"
msgid "When unloading"
msgstr "Tydens ontlaaiing"
-#: strings.hrc:157
+#: extensions/inc/strings.hrc:157
msgctxt "RID_STR_EVT_CHANGED"
msgid "Changed"
msgstr "Het verander"
-#: strings.hrc:158
+#: extensions/inc/strings.hrc:158
msgctxt "RID_STR_EVENTS"
msgid "Events"
msgstr "Gebeurtenisse"
-#: strings.hrc:159
+#: extensions/inc/strings.hrc:159
msgctxt "RID_STR_ESCAPE_PROCESSING"
msgid "Analyze SQL command"
msgstr "Analiseer SQL-opdrag"
-#: strings.hrc:160
+#: extensions/inc/strings.hrc:160
msgctxt "RID_STR_POSITIONX"
msgid "PositionX"
msgstr "PosisieX"
-#: strings.hrc:161
+#: extensions/inc/strings.hrc:161
msgctxt "RID_STR_POSITIONY"
msgid "PositionY"
msgstr "PosisieY"
-#: strings.hrc:162
+#: extensions/inc/strings.hrc:162
msgctxt "RID_STR_TITLE"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:163
+#: extensions/inc/strings.hrc:163
msgctxt "RID_STR_STEP"
msgid "Page (step)"
msgstr "Bladsy (stap)"
-#: strings.hrc:164
+#: extensions/inc/strings.hrc:164
msgctxt "RID_STR_PROGRESSVALUE"
msgid "Progress value"
msgstr "Vorderingswaarde"
-#: strings.hrc:165
+#: extensions/inc/strings.hrc:165
msgctxt "RID_STR_PROGRESSVALUE_MIN"
msgid "Progress value min."
msgstr "Min. vorderingswaarde."
-#: strings.hrc:166
+#: extensions/inc/strings.hrc:166
msgctxt "RID_STR_PROGRESSVALUE_MAX"
msgid "Progress value max."
msgstr "Maks. vorderingswaarde."
-#: strings.hrc:167
+#: extensions/inc/strings.hrc:167
msgctxt "RID_STR_SCROLLVALUE"
msgid "Scroll value"
msgstr "Rolwaarde"
-#: strings.hrc:168
+#: extensions/inc/strings.hrc:168
msgctxt "RID_STR_SCROLLVALUE_MAX"
msgid "Scroll value max."
msgstr "Maks. rolwaarde."
-#: strings.hrc:169
+#: extensions/inc/strings.hrc:169
msgctxt "RID_STR_SCROLLVALUE_MIN"
msgid "Scroll value min."
msgstr "Rolwaarde-min."
-#: strings.hrc:170
+#: extensions/inc/strings.hrc:170
msgctxt "RID_STR_SCROLL_WIDTH"
msgid "Scroll width"
msgstr ""
-#: strings.hrc:171
+#: extensions/inc/strings.hrc:171
msgctxt "RID_STR_SCROLL_HEIGHT"
msgid "Scroll height"
msgstr ""
-#: strings.hrc:172
+#: extensions/inc/strings.hrc:172
msgctxt "RID_STR_SCROLL_TOP"
msgid "Scroll top"
msgstr ""
-#: strings.hrc:173
+#: extensions/inc/strings.hrc:173
msgctxt "RID_STR_SCROLL_LEFT"
msgid "Scroll left"
msgstr ""
-#: strings.hrc:174
+#: extensions/inc/strings.hrc:174
msgctxt "RID_STR_DEFAULT_SCROLLVALUE"
msgid "Default scroll value"
msgstr "Verstek rolwaarde"
-#: strings.hrc:175
+#: extensions/inc/strings.hrc:175
msgctxt "RID_STR_LINEINCREMENT"
msgid "Small change"
msgstr "Klein verandering"
-#: strings.hrc:176
+#: extensions/inc/strings.hrc:176
msgctxt "RID_STR_BLOCKINCREMENT"
msgid "Large change"
msgstr "Groot verandering"
-#: strings.hrc:177
+#: extensions/inc/strings.hrc:177
msgctxt "RID_STR_REPEAT_DELAY"
msgid "Delay"
msgstr "Vertraging"
-#: strings.hrc:178
+#: extensions/inc/strings.hrc:178
msgctxt "RID_STR_REPEAT"
msgid "Repeat"
msgstr "Herhaal"
-#: strings.hrc:179
+#: extensions/inc/strings.hrc:179
msgctxt "RID_STR_VISIBLESIZE"
msgid "Visible size"
msgstr "Sigbare grootte"
-#: strings.hrc:180
+#: extensions/inc/strings.hrc:180
msgctxt "RID_STR_ORIENTATION"
msgid "Orientation"
msgstr "Oriëntasie"
-#: strings.hrc:181
+#: extensions/inc/strings.hrc:181
msgctxt "RID_STR_EVT_ADJUSTMENTVALUECHANGED"
msgid "While adjusting"
msgstr "Tydens aanpassing"
-#: strings.hrc:182
+#: extensions/inc/strings.hrc:182
msgctxt "RID_STR_DATE"
msgid "Date"
msgstr "Datum"
-#: strings.hrc:183
+#: extensions/inc/strings.hrc:183
msgctxt "RID_STR_STATE"
msgid "State"
msgstr "Status"
-#: strings.hrc:184
+#: extensions/inc/strings.hrc:184
msgctxt "RID_STR_TIME"
msgid "Time"
msgstr "Tyd"
-#: strings.hrc:185
+#: extensions/inc/strings.hrc:185
msgctxt "RID_STR_SCALEIMAGE"
msgid "Scale"
msgstr "Skaal"
-#: strings.hrc:186
+#: extensions/inc/strings.hrc:186
msgctxt "RID_STR_PUSHBUTTONTYPE"
msgid "Button type"
msgstr "Tipe knoppie"
-#: strings.hrc:187
+#: extensions/inc/strings.hrc:187
msgctxt "RID_STR_UNABLETOCONNECT"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "Die verbinding met die databron \"$name$\" kon nie bewerkstellig word nie."
-#: strings.hrc:188
+#: extensions/inc/strings.hrc:188
msgctxt "RID_STR_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:189
+#: extensions/inc/strings.hrc:189
msgctxt "RID_STR_BOUND_CELL"
msgid "Linked cell"
msgstr "Gekoppelde sel"
-#: strings.hrc:190
+#: extensions/inc/strings.hrc:190
msgctxt "RID_STR_LIST_CELL_RANGE"
msgid "Source cell range"
msgstr "Bronselreikwydte"
-#: strings.hrc:191
+#: extensions/inc/strings.hrc:191
msgctxt "RID_STR_CELL_EXCHANGE_TYPE"
msgid "Contents of the linked cell"
msgstr "Inhoud van die gekoppelde sel"
-#: strings.hrc:192
+#: extensions/inc/strings.hrc:192
msgctxt "RID_STR_SYMBOLCOLOR"
msgid "Symbol color"
msgstr "Simboolkleur"
-#: strings.hrc:193
+#: extensions/inc/strings.hrc:193
msgctxt "RID_STR_LINEEND_FORMAT"
msgid "Text lines end with"
msgstr "Teksreëls eindig op"
-#: strings.hrc:194
+#: extensions/inc/strings.hrc:194
msgctxt "RID_STR_TOGGLE"
msgid "Toggle"
msgstr "Swik"
-#: strings.hrc:195
+#: extensions/inc/strings.hrc:195
msgctxt "RID_STR_FOCUSONCLICK"
msgid "Take Focus on Click"
msgstr "Neem fokus op klik"
-#: strings.hrc:196
+#: extensions/inc/strings.hrc:196
msgctxt "RID_STR_HIDEINACTIVESELECTION"
msgid "Hide selection"
msgstr "Versteek seleksie"
-#: strings.hrc:197
+#: extensions/inc/strings.hrc:197
msgctxt "RID_STR_VISUALEFFECT"
msgid "Style"
msgstr "Styl"
-#: strings.hrc:198
+#: extensions/inc/strings.hrc:198
msgctxt "RID_STR_AUTOLINEBREAK"
msgid "Wrap text automatically"
msgstr "Vou reëls outomaties om"
-#: strings.hrc:199
+#: extensions/inc/strings.hrc:199
msgctxt "RID_STR_TEXTTYPE"
msgid "Text type"
msgstr "Tekssoort"
-#: strings.hrc:200
+#: extensions/inc/strings.hrc:200
msgctxt "RID_STR_XML_DATA_MODEL"
msgid "XML data model"
msgstr "XML-datamodel"
-#: strings.hrc:201
+#: extensions/inc/strings.hrc:201
msgctxt "RID_STR_BIND_EXPRESSION"
msgid "Binding expression"
msgstr "Bindinguitdrukking"
-#: strings.hrc:202
+#: extensions/inc/strings.hrc:202
msgctxt "RID_STR_XSD_REQUIRED"
msgid "Required"
msgstr "Vereis"
-#: strings.hrc:203
+#: extensions/inc/strings.hrc:203
msgctxt "RID_STR_LIST_BINDING"
msgid "List entry source"
msgstr "Lysinskrywingsbron"
-#: strings.hrc:204
+#: extensions/inc/strings.hrc:204
msgctxt "RID_STR_XSD_RELEVANT"
msgid "Relevant"
msgstr "Relevant"
-#: strings.hrc:205
+#: extensions/inc/strings.hrc:205
msgctxt "RID_STR_XSD_READONLY"
msgid "Read-only"
msgstr "Leesalleen"
-#: strings.hrc:206
+#: extensions/inc/strings.hrc:206
msgctxt "RID_STR_XSD_CONSTRAINT"
msgid "Constraint"
msgstr "Beperking"
-#: strings.hrc:207
+#: extensions/inc/strings.hrc:207
msgctxt "RID_STR_XSD_CALCULATION"
msgid "Calculation"
msgstr "Berekening"
-#: strings.hrc:208
+#: extensions/inc/strings.hrc:208
msgctxt "RID_STR_XSD_DATA_TYPE"
msgid "Data type"
msgstr "Datasoort"
-#: strings.hrc:209
+#: extensions/inc/strings.hrc:209
msgctxt "RID_STR_XSD_WHITESPACES"
msgid "Whitespaces"
msgstr "Witspasie"
-#: strings.hrc:210
+#: extensions/inc/strings.hrc:210
msgctxt "RID_STR_SHOW_SCROLLBARS"
msgid "Scrollbars"
msgstr "Rolstawe"
-#: strings.hrc:211
+#: extensions/inc/strings.hrc:211
msgctxt "RID_STR_XSD_PATTERN"
msgid "Pattern"
msgstr "Patroon"
-#: strings.hrc:212
+#: extensions/inc/strings.hrc:212
msgctxt "RID_STR_XSD_LENGTH"
msgid "Length"
msgstr "Lengte"
-#: strings.hrc:213
+#: extensions/inc/strings.hrc:213
msgctxt "RID_STR_XSD_MIN_LENGTH"
msgid "Length (at least)"
msgstr "Lengte (ten minste)"
-#: strings.hrc:214
+#: extensions/inc/strings.hrc:214
msgctxt "RID_STR_XSD_MAX_LENGTH"
msgid "Length (at most)"
msgstr "Lengte (ten meeste)"
-#: strings.hrc:215
+#: extensions/inc/strings.hrc:215
msgctxt "RID_STR_XSD_TOTAL_DIGITS"
msgid "Digits (total)"
msgstr "Syfers (totaal)"
-#: strings.hrc:216
+#: extensions/inc/strings.hrc:216
msgctxt "RID_STR_XSD_FRACTION_DIGITS"
msgid "Digits (fraction)"
msgstr "Syfers (breuk)"
-#: strings.hrc:217
+#: extensions/inc/strings.hrc:217
msgctxt "RID_STR_XSD_MAX_INCLUSIVE"
msgid "Max. (inclusive)"
msgstr "Maks. (inklusief)"
-#: strings.hrc:218
+#: extensions/inc/strings.hrc:218
msgctxt "RID_STR_XSD_MAX_EXCLUSIVE"
msgid "Max. (exclusive)"
msgstr "Maks. (eksklusief)"
-#: strings.hrc:219
+#: extensions/inc/strings.hrc:219
msgctxt "RID_STR_XSD_MIN_INCLUSIVE"
msgid "Min. (inclusive)"
msgstr "Min. (inklusief)"
-#: strings.hrc:220
+#: extensions/inc/strings.hrc:220
msgctxt "RID_STR_XSD_MIN_EXCLUSIVE"
msgid "Min. (exclusive)"
msgstr "Min. (eksklusief)"
-#: strings.hrc:221
+#: extensions/inc/strings.hrc:221
msgctxt "RID_STR_SUBMISSION_ID"
msgid "Submission"
msgstr "Indiening"
-#: strings.hrc:222
+#: extensions/inc/strings.hrc:222
msgctxt "RID_STR_BINDING_NAME"
msgid "Binding"
msgstr "Binding"
-#: strings.hrc:223
+#: extensions/inc/strings.hrc:223
msgctxt "RID_STR_SELECTION_TYPE"
msgid "Selection type"
msgstr "Seleksiesoort"
-#: strings.hrc:224
+#: extensions/inc/strings.hrc:224
msgctxt "RID_STR_ROOT_DISPLAYED"
msgid "Root displayed"
msgstr "Wortel gewys"
-#: strings.hrc:225
+#: extensions/inc/strings.hrc:225
msgctxt "RID_STR_SHOWS_HANDLES"
msgid "Show handles"
msgstr "Wys vatsels"
-#: strings.hrc:226
+#: extensions/inc/strings.hrc:226
msgctxt "RID_STR_SHOWS_ROOT_HANDLES"
msgid "Show root handles"
msgstr "Wys wortelvatsels"
-#: strings.hrc:227
+#: extensions/inc/strings.hrc:227
msgctxt "RID_STR_EDITABLE"
msgid "Editable"
msgstr "Redigeerbaar"
-#: strings.hrc:228
+#: extensions/inc/strings.hrc:228
msgctxt "RID_STR_INVOKES_STOP_NOT_EDITING"
msgid "Invokes stop node editing"
msgstr "Aktiveer stopnodus-redigering"
-#: strings.hrc:229
+#: extensions/inc/strings.hrc:229
msgctxt "RID_STR_DECORATION"
msgid "With title bar"
msgstr "Met titelbalk"
-#: strings.hrc:230
+#: extensions/inc/strings.hrc:230
msgctxt "RID_STR_NOLABEL"
msgid "No Label"
msgstr "Geen etiket"
-#: strings.hrc:231
+#: extensions/inc/strings.hrc:231
msgctxt "RID_STR_BORDERCOLOR"
msgid "Border color"
msgstr "Randkleur"
-#: strings.hrc:232
+#: extensions/inc/strings.hrc:232
msgctxt "RID_STR_INPUT_REQUIRED"
msgid "Input required"
msgstr "Toevoer vereis"
-#: strings.hrc:233
+#: extensions/inc/strings.hrc:233
msgctxt "RID_STR_WRITING_MODE"
msgid "Text direction"
msgstr "Teksrigting"
-#: strings.hrc:234
+#: extensions/inc/strings.hrc:234
msgctxt "RID_STR_ANCHOR_TYPE"
msgid "Anchor"
msgstr "Anker"
#. To translators: That's the 'Regular' as used for a font style (as opposed to 'italic' and 'bold'), so please use a consistent translation.
-#: strings.hrc:236
+#: extensions/inc/strings.hrc:236
msgctxt "RID_STR_FONTSTYLE_REGULAR"
msgid "Regular"
msgstr "Gewoon"
#. To translators: That's the 'Bold Italic' as used for a font style, so please use a consistent translation.
-#: strings.hrc:238
+#: extensions/inc/strings.hrc:238
msgctxt "RID_STR_FONTSTYLE_BOLD_ITALIC"
msgid "Bold Italic"
msgstr "Vet skuinsdruk"
#. To translators: That's the 'Italic' as used for a font style, so please use a consistent translation.
-#: strings.hrc:240
+#: extensions/inc/strings.hrc:240
msgctxt "RID_STR_FONTSTYLE_ITALIC"
msgid "Italic"
msgstr "Skuinsdruk"
#. To translators: That's the 'Bold' as used for a font style, so please use a consistent translation."
-#: strings.hrc:242
+#: extensions/inc/strings.hrc:242
msgctxt "RID_STR_FONTSTYLE_BOLD"
msgid "Bold"
msgstr "Vetdruk"
-#: strings.hrc:243
+#: extensions/inc/strings.hrc:243
msgctxt "RID_STR_FONT_DEFAULT"
msgid "(Default)"
msgstr "(Verstek)"
-#: strings.hrc:245
+#: extensions/inc/strings.hrc:245
msgctxt "RID_STR_STANDARD"
msgid "Default"
msgstr "Verstek"
-#: strings.hrc:246
+#: extensions/inc/strings.hrc:246
msgctxt "RID_STR_PROPPAGE_DEFAULT"
msgid "General"
msgstr "Algemeen"
-#: strings.hrc:247
+#: extensions/inc/strings.hrc:247
msgctxt "RID_STR_PROPPAGE_DATA"
msgid "Data"
msgstr "Data"
-#: strings.hrc:248
+#: extensions/inc/strings.hrc:248
msgctxt "RID_STR_HELP_SECTION_LABEL"
msgid "Help"
msgstr "Hulp"
-#: strings.hrc:249
+#: extensions/inc/strings.hrc:249
msgctxt "RID_EMBED_IMAGE_PLACEHOLDER"
msgid "<Embedded-Image>"
msgstr "<Ingebedde prent>"
-#: strings.hrc:250
+#: extensions/inc/strings.hrc:250
msgctxt "RID_STR_TEXT_FORMAT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:252
+#: extensions/inc/strings.hrc:252
msgctxt "RID_STR_CONFIRM_DELETE_DATA_TYPE"
msgid ""
"Do you want to delete the data type '#type#' from the model?\n"
@@ -1831,143 +1831,143 @@ msgstr ""
"Wil u die datasoort '#type#' uit die model skrap?\n"
"Let asseblief op dat dit alle kontroles sal affekteer wat aan hierdie datasoort gebind is."
-#: strings.hrc:254
+#: extensions/inc/strings.hrc:254
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Button"
msgstr "Knoppie"
-#: strings.hrc:255
+#: extensions/inc/strings.hrc:255
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Opsieknoppie"
-#: strings.hrc:256
+#: extensions/inc/strings.hrc:256
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Merkblokkie"
-#: strings.hrc:257
+#: extensions/inc/strings.hrc:257
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Etiketveld"
-#: strings.hrc:258
+#: extensions/inc/strings.hrc:258
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Groepkassie"
-#: strings.hrc:259
+#: extensions/inc/strings.hrc:259
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Tekskassie"
-#: strings.hrc:260
+#: extensions/inc/strings.hrc:260
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Geformateerde veld"
-#: strings.hrc:261
+#: extensions/inc/strings.hrc:261
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Lyskassie"
-#: strings.hrc:262
+#: extensions/inc/strings.hrc:262
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Kombinasiekassie"
-#: strings.hrc:263
+#: extensions/inc/strings.hrc:263
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Beeldknoppie"
-#: strings.hrc:264
+#: extensions/inc/strings.hrc:264
msgctxt "RID_STR_PROPTITLE_HIDDENCONTROL"
msgid "Hidden Control"
msgstr "Versteekte kontrole"
-#: strings.hrc:265
+#: extensions/inc/strings.hrc:265
msgctxt "RID_STR_PROPTITLE_UNKNOWNCONTROL"
msgid "Control (unknown type)"
msgstr "Kontrole (onbekende soort)"
-#: strings.hrc:266
+#: extensions/inc/strings.hrc:266
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Beeldbeheer"
-#: strings.hrc:267
+#: extensions/inc/strings.hrc:267
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Lêerseleksie"
-#: strings.hrc:268
+#: extensions/inc/strings.hrc:268
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Datum-veld"
-#: strings.hrc:269
+#: extensions/inc/strings.hrc:269
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Tyd-veld"
-#: strings.hrc:270
+#: extensions/inc/strings.hrc:270
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Numeriese veld"
-#: strings.hrc:271
+#: extensions/inc/strings.hrc:271
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Geldeenheidveld"
-#: strings.hrc:272
+#: extensions/inc/strings.hrc:272
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Patroonveld"
-#: strings.hrc:273
+#: extensions/inc/strings.hrc:273
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Tabelbeheer "
-#: strings.hrc:275
+#: extensions/inc/strings.hrc:275
msgctxt "STR_DETAIL_FORM"
msgid "Sub Form"
msgstr "Subvorm"
-#: strings.hrc:276
+#: extensions/inc/strings.hrc:276
msgctxt "STR_MASTER_FORM"
msgid "Master Form"
msgstr "Meestervorm"
#. To translators: # will be replace with a name.
-#: strings.hrc:278
+#: extensions/inc/strings.hrc:278
msgctxt "STR_ERROR_RETRIEVING_COLUMNS"
msgid "The columns of '#' could not be retrieved."
msgstr "Die kolomme van '#' kon nie opgehaal word nie."
-#: strings.hrc:280
+#: extensions/inc/strings.hrc:280
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Vorms"
-#: strings.hrc:282
+#: extensions/inc/strings.hrc:282
msgctxt "RID_UPDATE_STR_CHECKING"
msgid "Checking..."
msgstr "Kontroleer tans..."
-#: strings.hrc:283
+#: extensions/inc/strings.hrc:283
msgctxt "RID_UPDATE_STR_CHECKING_ERR"
msgid "Checking for an update failed."
msgstr "Kontrolering vir bywerkings het misluk."
-#: strings.hrc:284
+#: extensions/inc/strings.hrc:284
msgctxt "RID_UPDATE_STR_NO_UPD_FOUND"
msgid "%PRODUCTNAME %PRODUCTVERSION is up to date."
msgstr "%PRODUCTNAME %PRODUCTVERSION is op datum."
-#: strings.hrc:285
+#: extensions/inc/strings.hrc:285
#, fuzzy
msgctxt "RID_UPDATE_STR_UPD_FOUND"
msgid ""
@@ -1985,22 +1985,22 @@ msgstr ""
"Nota: Voor u 'n bywerking aflaai, maak seker dat u voldoende toegangsregte het om dit te installeer.\n"
"'n Wagwoord, gewoonlik die administrateur of wortelgebruiker s'n, word dalk vereis."
-#: strings.hrc:286
+#: extensions/inc/strings.hrc:286
msgctxt "RID_UPDATE_STR_DLG_TITLE"
msgid "Check for Updates"
msgstr "Kontroleer vir bywerkings"
-#: strings.hrc:287
+#: extensions/inc/strings.hrc:287
msgctxt "RID_UPDATE_STR_DOWNLOAD_PAUSE"
msgid "Downloading %PRODUCTNAME %NEXTVERSION paused at..."
msgstr "Aflaai van %PRODUCTNAME %NEXTVERSION word laat wag by..."
-#: strings.hrc:288
+#: extensions/inc/strings.hrc:288
msgctxt "RID_UPDATE_STR_DOWNLOAD_ERR"
msgid "Downloading %PRODUCTNAME %NEXTVERSION stalled at"
msgstr "Aflaai van %PRODUCTNAME %NEXTVERSION het gestop by"
-#: strings.hrc:289
+#: extensions/inc/strings.hrc:289
msgctxt "RID_UPDATE_STR_DOWNLOAD_WARN"
msgid ""
"The download location is: %DOWNLOAD_PATH.\n"
@@ -2011,12 +2011,12 @@ msgstr ""
"\n"
"U kan die aflaailigging verander by Nutsgoed - Opsies... - %PRODUCTNAME - Aanlyn bywerking."
-#: strings.hrc:290
+#: extensions/inc/strings.hrc:290
msgctxt "RID_UPDATE_STR_DOWNLOAD_DESCR"
msgid "%FILE_NAME has been downloaded to %DOWNLOAD_PATH."
msgstr "%FILE_NAME is afgelaai na %DOWNLOAD_PATH."
-#: strings.hrc:291
+#: extensions/inc/strings.hrc:291
msgctxt "RID_UPDATE_STR_DOWNLOAD_UNAVAIL"
msgid ""
"The automatic download of the update is currently not available.\n"
@@ -2027,215 +2027,215 @@ msgstr ""
"\n"
"Kliek 'Aflaai...' om %PRODUCTNAME %NEXTVERSION handmatig van die webwerf af te laai."
-#: strings.hrc:292
+#: extensions/inc/strings.hrc:292
msgctxt "RID_UPDATE_STR_DOWNLOADING"
msgid "Downloading %PRODUCTNAME %NEXTVERSION..."
msgstr "Laai tans %PRODUCTNAME %NEXTVERSION af..."
-#: strings.hrc:293
+#: extensions/inc/strings.hrc:293
msgctxt "RID_UPDATE_STR_READY_INSTALL"
msgid "Download of %PRODUCTNAME %NEXTVERSION completed. Ready for installation."
msgstr "Aflaai van %PRODUCTNAME %NEXTVERSION voltooi. Gereed vir installasie."
-#: strings.hrc:294
+#: extensions/inc/strings.hrc:294
msgctxt "RID_UPDATE_STR_CANCEL_TITLE"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: strings.hrc:295
+#: extensions/inc/strings.hrc:295
msgctxt "RID_UPDATE_STR_CANCEL_DOWNLOAD"
msgid "Do you really want to cancel the download?"
msgstr "Wil u die aflaai werklik kanselleer?"
-#: strings.hrc:296
+#: extensions/inc/strings.hrc:296
msgctxt "RID_UPDATE_STR_BEGIN_INSTALL"
msgid "To install the update, %PRODUCTNAME %PRODUCTVERSION needs to be closed. Do you want to install the update now?"
msgstr "Om die bywerking te installeer moet %PRODUCTNAME %PRODUCTVERSION gesluit word. Wil u die bywerking nou installeer?"
-#: strings.hrc:297
+#: extensions/inc/strings.hrc:297
msgctxt "RID_UPDATE_STR_INSTALL_NOW"
msgid "Install ~now"
msgstr "Installeer ~nou"
-#: strings.hrc:298
+#: extensions/inc/strings.hrc:298
msgctxt "RID_UPDATE_STR_INSTALL_LATER"
msgid "Install ~later"
msgstr "Installeer ~later"
-#: strings.hrc:299
+#: extensions/inc/strings.hrc:299
msgctxt "RID_UPDATE_STR_INSTALL_ERROR"
msgid "Could not run the installer application, please run %FILE_NAME in %DOWNLOAD_PATH manually."
msgstr "Kon nie die installeerder laat loop nie; laat loop %FILE_NAME in %DOWNLOAD_PATH handmatig."
-#: strings.hrc:300
+#: extensions/inc/strings.hrc:300
msgctxt "RID_UPDATE_STR_OVERWRITE_WARNING"
msgid "A file with that name already exists! Do you want to overwrite the existing file?"
msgstr "'n Lêer met selfde naam bestaan reeds! Wil u die bestaande lêer oorheenskryf?"
-#: strings.hrc:301
+#: extensions/inc/strings.hrc:301
msgctxt "RID_UPDATE_STR_RELOAD_WARNING"
msgid "A file with the name '%FILENAME' already exists in '%DOWNLOAD_PATH'! Do you want to continue with the download or delete and reload the file?"
msgstr ""
-#: strings.hrc:302
+#: extensions/inc/strings.hrc:302
#, fuzzy
msgctxt "RID_UPDATE_STR_RELOAD_RELOAD"
msgid "Reload File"
msgstr "Herlaai raam"
-#: strings.hrc:303
+#: extensions/inc/strings.hrc:303
msgctxt "RID_UPDATE_STR_RELOAD_CONTINUE"
msgid "Continue"
msgstr "Gaan voort"
-#: strings.hrc:304
+#: extensions/inc/strings.hrc:304
msgctxt "RID_UPDATE_STR_PERCENT"
msgid "%PERCENT%"
msgstr "%PERCENT%"
-#: strings.hrc:305
+#: extensions/inc/strings.hrc:305
msgctxt "RID_UPDATE_FT_STATUS"
msgid "Status"
msgstr "Status"
-#: strings.hrc:306
+#: extensions/inc/strings.hrc:306
msgctxt "RID_UPDATE_FT_DESCRIPTION"
msgid "Description"
msgstr "Beskrywing"
-#: strings.hrc:307
+#: extensions/inc/strings.hrc:307
msgctxt "RID_UPDATE_BTN_CLOSE"
msgid "Close"
msgstr "Sluit"
-#: strings.hrc:308
+#: extensions/inc/strings.hrc:308
msgctxt "RID_UPDATE_BTN_DOWNLOAD"
msgid "~Download"
msgstr "~Aflaai"
-#: strings.hrc:309
+#: extensions/inc/strings.hrc:309
msgctxt "RID_UPDATE_BTN_INSTALL"
msgid "~Install"
msgstr "~Installeer"
-#: strings.hrc:310
+#: extensions/inc/strings.hrc:310
msgctxt "RID_UPDATE_BTN_PAUSE"
msgid "~Pause"
msgstr "~Laat wag"
-#: strings.hrc:311
+#: extensions/inc/strings.hrc:311
msgctxt "RID_UPDATE_BTN_RESUME"
msgid "~Resume"
msgstr "~Hervat"
-#: strings.hrc:312
+#: extensions/inc/strings.hrc:312
msgctxt "RID_UPDATE_BTN_CANCEL"
msgid "Cancel"
msgstr "Kanselleer"
-#: strings.hrc:313
+#: extensions/inc/strings.hrc:313
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_AVAIL"
msgid "%PRODUCTNAME update available"
msgstr "%PRODUCTNAME-bywerking beskikbaar"
-#: strings.hrc:314
+#: extensions/inc/strings.hrc:314
#, fuzzy
msgctxt "RID_UPDATE_BUBBLE_UPDATE_AVAIL"
msgid "Click the icon to start the download."
msgstr "Kliek hier om die aflaai te begin."
-#: strings.hrc:315
+#: extensions/inc/strings.hrc:315
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN"
msgid "%PRODUCTNAME update available"
msgstr "%PRODUCTNAME-bywerking beskikbaar"
-#: strings.hrc:316
+#: extensions/inc/strings.hrc:316
#, fuzzy
msgctxt "RID_UPDATE_BUBBLE_UPDATE_NO_DOWN"
msgid "Click the icon for more information."
msgstr "Kliek hier vir nadere besonderhede."
-#: strings.hrc:317
+#: extensions/inc/strings.hrc:317
msgctxt "RID_UPDATE_BUBBLE_T_AUTO_START"
msgid "%PRODUCTNAME update available"
msgstr "%PRODUCTNAME-bywerking beskikbaar"
-#: strings.hrc:318
+#: extensions/inc/strings.hrc:318
msgctxt "RID_UPDATE_BUBBLE_AUTO_START"
msgid "Download of update begins."
msgstr "Aflaai van bywerking begin."
-#: strings.hrc:319
+#: extensions/inc/strings.hrc:319
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOADING"
msgid "Download of update in progress"
msgstr "Aflaai van bywerking besig"
-#: strings.hrc:320
+#: extensions/inc/strings.hrc:320
msgctxt "RID_UPDATE_BUBBLE_DOWNLOADING"
msgid ""
msgstr ""
-#: strings.hrc:321
+#: extensions/inc/strings.hrc:321
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED"
msgid "Download of update paused"
msgstr "Aflaai van bywerking laat wag"
-#: strings.hrc:322
+#: extensions/inc/strings.hrc:322
#, fuzzy
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED"
msgid "Click the icon to resume."
msgstr "Kliek hier om te hervat."
-#: strings.hrc:323
+#: extensions/inc/strings.hrc:323
msgctxt "RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING"
msgid "Download of update stalled"
msgstr "Aflaai van bywerking het gestop"
-#: strings.hrc:324
+#: extensions/inc/strings.hrc:324
#, fuzzy
msgctxt "RID_UPDATE_BUBBLE_ERROR_DOWNLOADING"
msgid "Click the icon for more information."
msgstr "Kliek hier vir nadere besonderhede."
-#: strings.hrc:325
+#: extensions/inc/strings.hrc:325
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL"
msgid "Download of update completed"
msgstr "Aflaai van bywerking voltooi"
-#: strings.hrc:326
+#: extensions/inc/strings.hrc:326
#, fuzzy
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL"
msgid "Click the icon to start the installation."
msgstr "Kliek hier om die installering te begin."
-#: strings.hrc:327
+#: extensions/inc/strings.hrc:327
msgctxt "RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL"
msgid "Updates for extensions available"
msgstr "Bywerkings vir uitbreidings beskikbaar"
-#: strings.hrc:328
+#: extensions/inc/strings.hrc:328
#, fuzzy
msgctxt "RID_UPDATE_BUBBLE_EXT_UPD_AVAIL"
msgid "Click the icon for more information."
msgstr "Kliek hier vir nadere besonderhede."
-#: strings.hrc:330
+#: extensions/inc/strings.hrc:330
msgctxt "STR_COULD_NOT_BE_INIT"
msgid "The SANE interface could not be initialized. Scanning is not possible."
msgstr ""
-#: strings.hrc:331
+#: extensions/inc/strings.hrc:331
msgctxt "STR_SLOW_PREVIEW"
msgid "The device does not offer a preview option. Therefore, a normal scan will be used as a preview instead. This may take a considerable amount of time."
msgstr ""
-#: strings.hrc:332
+#: extensions/inc/strings.hrc:332
#, fuzzy
msgctxt "STR_ERROR_SCAN"
msgid "An error occurred while scanning."
msgstr "Kon nie aktiveer nie: "
-#: strings.hrc:333
+#: extensions/inc/strings.hrc:333
#, c-format
msgctxt "STR_DEVICE_DESC"
msgid ""
@@ -2245,178 +2245,178 @@ msgid ""
"Type: %s"
msgstr ""
-#: strings.hrc:335
+#: extensions/inc/strings.hrc:335
msgctxt "RID_BIB_STR_FRAME_TITLE"
msgid "Bibliography Database"
msgstr "Bibliografiedatabasis"
-#: strings.hrc:336
+#: extensions/inc/strings.hrc:336
msgctxt "RID_MAP_QUESTION"
msgid "Do you want to edit the column arrangement?"
msgstr "Wil u die kolomrangskikking redigeer?"
-#: strings.hrc:337
+#: extensions/inc/strings.hrc:337
msgctxt "RID_BIB_STR_NONE"
msgid "<none>"
msgstr "<geen>"
-#: strings.hrc:339
+#: extensions/inc/strings.hrc:339
msgctxt "ST_ERROR_PREFIX"
msgid "The following column names could not be assigned:\n"
msgstr "Die volgende kolomname kon nie toegewys word nie:\n"
-#: strings.hrc:340
+#: extensions/inc/strings.hrc:340
msgctxt "ST_TYPE_ARTICLE"
msgid "Article"
msgstr "Artikel"
-#: strings.hrc:341
+#: extensions/inc/strings.hrc:341
msgctxt "ST_TYPE_BOOK"
msgid "Book"
msgstr "Boek"
-#: strings.hrc:342
+#: extensions/inc/strings.hrc:342
msgctxt "ST_TYPE_BOOKLET"
msgid "Brochures"
msgstr "Brosjures"
-#: strings.hrc:343
+#: extensions/inc/strings.hrc:343
msgctxt "ST_TYPE_CONFERENCE"
msgid "Conference proceedings article (BiBTeX)"
msgstr ""
-#: strings.hrc:344
+#: extensions/inc/strings.hrc:344
msgctxt "ST_TYPE_INBOOK"
msgid "Book excerpt"
msgstr "Boekuittreksel"
-#: strings.hrc:345
+#: extensions/inc/strings.hrc:345
msgctxt "ST_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr "Boekuittreksel met titel"
-#: strings.hrc:346
+#: extensions/inc/strings.hrc:346
msgctxt "ST_TYPE_INPROCEEDINGS"
msgid "Conference proceedings article"
msgstr ""
-#: strings.hrc:347
+#: extensions/inc/strings.hrc:347
msgctxt "ST_TYPE_JOURNAL"
msgid "Journal"
msgstr "Joernaal"
-#: strings.hrc:348
+#: extensions/inc/strings.hrc:348
msgctxt "ST_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "Tegniese dokumentasie"
-#: strings.hrc:349
+#: extensions/inc/strings.hrc:349
msgctxt "ST_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "Tesis"
-#: strings.hrc:350
+#: extensions/inc/strings.hrc:350
msgctxt "ST_TYPE_MISC"
msgid "Miscellaneous"
msgstr "Allerlei"
-#: strings.hrc:351
+#: extensions/inc/strings.hrc:351
msgctxt "ST_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "Verhandeling"
-#: strings.hrc:352
+#: extensions/inc/strings.hrc:352
msgctxt "ST_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr "Konferensieverrigtinge"
-#: strings.hrc:353
+#: extensions/inc/strings.hrc:353
msgctxt "ST_TYPE_TECHREPORT"
msgid "Research report"
msgstr "Navorsingsverslag"
-#: strings.hrc:354
+#: extensions/inc/strings.hrc:354
msgctxt "ST_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr "Ongepubliseer"
-#: strings.hrc:355
+#: extensions/inc/strings.hrc:355
#, fuzzy
msgctxt "ST_TYPE_EMAIL"
msgid "E-mail"
msgstr "e-pos"
-#: strings.hrc:356
+#: extensions/inc/strings.hrc:356
msgctxt "ST_TYPE_WWW"
msgid "WWW document"
msgstr "WWW-dokument"
-#: strings.hrc:357
+#: extensions/inc/strings.hrc:357
msgctxt "ST_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "Gebruiker-bepaalde1"
-#: strings.hrc:358
+#: extensions/inc/strings.hrc:358
msgctxt "ST_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "Gebruiker-bepaalde2"
-#: strings.hrc:359
+#: extensions/inc/strings.hrc:359
msgctxt "ST_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "Gebruiker-bepaalde3"
-#: strings.hrc:360
+#: extensions/inc/strings.hrc:360
msgctxt "ST_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "Gebruiker-bepaalde4"
-#: strings.hrc:361
+#: extensions/inc/strings.hrc:361
msgctxt "ST_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "Gebruiker-bepaalde5"
-#: strings.hrc:362
+#: extensions/inc/strings.hrc:362
msgctxt "ST_TYPE_TITLE"
msgid "General"
msgstr "Algemeen"
-#: strings.hrc:364
+#: extensions/inc/strings.hrc:364
msgctxt "RID_STR_ABSOURCEDIALOGTITLE"
msgid "Address Book Data Source Wizard"
msgstr "Adresboekdatabron-slimmerd"
-#: strings.hrc:365
+#: extensions/inc/strings.hrc:365
msgctxt "RID_STR_SELECT_ABTYPE"
msgid "Address book type"
msgstr "Adresboektipe"
-#: strings.hrc:366
+#: extensions/inc/strings.hrc:366
msgctxt "RID_STR_INVOKE_ADMIN_DIALOG"
msgid "Connection Settings"
msgstr "Verbindinginstellings"
-#: strings.hrc:367
+#: extensions/inc/strings.hrc:367
msgctxt "RID_STR_TABLE_SELECTION"
msgid "Table selection"
msgstr "Tabelseleksie"
-#: strings.hrc:368
+#: extensions/inc/strings.hrc:368
msgctxt "RID_STR_MANUAL_FIELD_MAPPING"
msgid "Field Assignment"
msgstr "Veldtoewysing"
-#: strings.hrc:369
+#: extensions/inc/strings.hrc:369
msgctxt "RID_STR_FINAL_CONFIRM"
msgid "Data Source Title"
msgstr "Databrontitel"
-#: strings.hrc:370
+#: extensions/inc/strings.hrc:370
msgctxt "RID_STR_NEEDTYPESELECTION"
msgid "Please select a type of address book."
msgstr "Kies asseblief 'n tipe adresboek."
-#: strings.hrc:371
+#: extensions/inc/strings.hrc:371
#, fuzzy
msgctxt "RID_STR_QRY_NOTABLES"
msgid ""
@@ -2426,39 +2426,39 @@ msgstr ""
"Die databron bevat geen tabelle nie.\n"
"Wil u dit in elk geval opstel as 'n adresdatabron?"
-#: strings.hrc:372
+#: extensions/inc/strings.hrc:372
msgctxt "RID_STR_QRY_NO_EVO_GW"
msgid ""
"You don't seem to have any GroupWise account configured in Evolution.\n"
"Do you want to set it up as an address data source, anyway?"
msgstr ""
-#: strings.hrc:373
+#: extensions/inc/strings.hrc:373
msgctxt "RID_STR_DEFAULT_NAME"
msgid "Addresses"
msgstr "Adresse"
-#: strings.hrc:374
+#: extensions/inc/strings.hrc:374
msgctxt "RID_STR_ADMINDIALOGTITLE"
msgid "Create Address Data Source"
msgstr "Skep adresdatabron"
-#: strings.hrc:375
+#: extensions/inc/strings.hrc:375
msgctxt "RID_STR_NOCONNECTION"
msgid "The connection could not be established."
msgstr "Geen koppeling moontlik nie."
-#: strings.hrc:376
+#: extensions/inc/strings.hrc:376
msgctxt "RID_STR_PLEASECHECKSETTINGS"
msgid "Please check the settings made for the data source."
msgstr "Gaan asseblief die instellings vir die databron na."
-#: strings.hrc:377
+#: extensions/inc/strings.hrc:377
msgctxt "RID_STR_FIELDDIALOGTITLE"
msgid "Address Data - Field Assignment"
msgstr "Adresdata - Veldtoewysing"
-#: strings.hrc:378
+#: extensions/inc/strings.hrc:378
msgctxt "RID_STR_NOFIELDSASSIGNED"
msgid ""
"There are no fields assigned at this time.\n"
@@ -2469,127 +2469,127 @@ msgstr ""
"U kan nou velde toewys of dit later doen deur eers te selekteer:\n"
"\"Lêer - Sjabloon - Adresboek Bron...\""
-#: strings.hrc:380
+#: extensions/inc/strings.hrc:380
msgctxt "RID_STR_OPTION_DB_FIELD_TITLE"
msgid "Database Field"
msgstr "Databasisveld"
-#: strings.hrc:381
+#: extensions/inc/strings.hrc:381
msgctxt "RID_STR_TYPE_TABLE"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:382
+#: extensions/inc/strings.hrc:382
msgctxt "RID_STR_TYPE_QUERY"
msgid "Query"
msgstr "Navraag"
-#: strings.hrc:383
+#: extensions/inc/strings.hrc:383
msgctxt "RID_STR_TYPE_COMMAND"
msgid "SQL command"
msgstr "SQL-bevel"
-#: strings.hrc:385
+#: extensions/inc/strings.hrc:385
msgctxt "RID_STR_GROUPWIZARD_TITLE"
msgid "Group Element Wizard"
msgstr "Groepelement-slimmerd"
-#: strings.hrc:386
+#: extensions/inc/strings.hrc:386
msgctxt "RID_STR_GRIDWIZARD_TITLE"
msgid "Table Element Wizard"
msgstr "Tabelelement-slimmerd"
-#: strings.hrc:387
+#: extensions/inc/strings.hrc:387
msgctxt "RID_STR_LISTWIZARD_TITLE"
msgid "List Box Wizard"
msgstr "Lyskassie-slimmerd"
-#: strings.hrc:388
+#: extensions/inc/strings.hrc:388
msgctxt "RID_STR_COMBOWIZARD_TITLE"
msgid "Combo Box Wizard"
msgstr "Kombinasieblokkie-slimmerd"
-#: strings.hrc:389
+#: extensions/inc/strings.hrc:389
msgctxt "RID_STR_COULDNOTOPENTABLE"
msgid "The table connection to the data source could not be established."
msgstr "Die verbinding tussen die tabel en die databron kon nie bewerkstellig word nie."
-#: strings.hrc:391
+#: extensions/inc/strings.hrc:391
msgctxt "RID_STR_DATEPOSTFIX"
msgid " (Date)"
msgstr " (Datum)"
-#: strings.hrc:392
+#: extensions/inc/strings.hrc:392
msgctxt "RID_STR_TIMEPOSTFIX"
msgid " (Time)"
msgstr " (Tyd)"
-#: strings.hrc:394
+#: extensions/inc/strings.hrc:394
#, fuzzy
msgctxt "RID_STR_FIELDINFO_COMBOBOX"
msgid "The contents of the field selected will be shown in the combo box list."
msgstr "Die inhoud van die veld wat geselekteer is sal in die kombinasiehokkielys vertoon word."
-#: strings.hrc:395
+#: extensions/inc/strings.hrc:395
#, fuzzy
msgctxt "RID_STR_FIELDINFO_LISTBOX"
msgid "The contents of the selected field will be shown in the list box if the linked fields are identical."
msgstr "Die inhoud van die geselekteerde veld sal in die lyshokkie getoon word as die geskakelde velde identies is."
-#: strings.hrc:396
+#: extensions/inc/strings.hrc:396
msgctxt "RID_STR_COMBOWIZ_DBFIELD"
msgid "You can either save the value of the combo box in a database field or use it for display purposes."
msgstr "U kan die waarde van die kombinasiehokkie in 'n databasisveld stoor of dit vir vertoondoeleindes gebruik."
-#: strings.hrc:398
+#: extensions/inc/strings.hrc:398
msgctxt "RID_STR_GROUPWIZ_DBFIELD"
msgid "You can either save the value of the option group in a database field or use it for a later action."
msgstr "U kan die waarde van die keusegroep in 'n databasisveld stoor, of dit later gebruik vir 'n ander aksie."
-#: yesno.hrc:29
+#: extensions/inc/yesno.hrc:29
msgctxt "RID_RSC_ENUM_YESNO"
msgid "No"
msgstr "Nee"
-#: yesno.hrc:30
+#: extensions/inc/yesno.hrc:30
msgctxt "RID_RSC_ENUM_YESNO"
msgid "Yes"
msgstr "Ja"
-#: contentfieldpage.ui:34
+#: extensions/uiconfig/sabpilot/ui/contentfieldpage.ui:34
#, fuzzy
msgctxt "contentfieldpage|label1"
msgid "Existing fields"
msgstr "Bestaande velde"
-#: contentfieldpage.ui:81
+#: extensions/uiconfig/sabpilot/ui/contentfieldpage.ui:81
#, fuzzy
msgctxt "contentfieldpage|label3"
msgid "Display field"
msgstr "Vertoon veld"
-#: contenttablepage.ui:43
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:43
msgctxt "contenttablepage|datasourcelabel"
msgid "Data source"
msgstr "Databron"
-#: contenttablepage.ui:57
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:57
msgctxt "contenttablepage|contenttypelabel"
msgid "Content type"
msgstr "Tipe inhoud"
-#: contenttablepage.ui:71
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:71
msgctxt "contenttablepage|formtablelabel"
msgid "Content"
msgstr "Inhoud"
-#: contenttablepage.ui:148
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:148
#, fuzzy
msgctxt "contenttablepage|formsettings"
msgid "Form"
msgstr "Vorms"
-#: contenttablepage.ui:194
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:194
#, fuzzy
msgctxt "contenttablepage|label3"
msgid ""
@@ -2603,12 +2603,12 @@ msgstr ""
"\n"
"Kies die tabel waaruit die data gebruik moet word as basis vir die lysinhoud:"
-#: contenttablepage.ui:233
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:233
msgctxt "contenttablepage|label2"
msgid "Control"
msgstr "Beheer"
-#: datasourcepage.ui:17
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:17
#, fuzzy
msgctxt "datasourcepage|label2"
msgid ""
@@ -2620,58 +2620,58 @@ msgstr ""
"\n"
"Tik nou net die naam waaronder u die databron in %PRODUCTNAME wil registreer."
-#: datasourcepage.ui:38
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:38
msgctxt "datasourcepage|embed"
msgid "Embed this address book definition into the current document."
msgstr ""
-#: datasourcepage.ui:61
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:62
msgctxt "datasourcepage|locationft"
msgid "Location"
msgstr "Ligging"
-#: datasourcepage.ui:74
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:75
msgctxt "datasourcepage|browse"
msgid "Browse..."
msgstr "Blaai..."
-#: datasourcepage.ui:116
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:117
#, fuzzy
msgctxt "datasourcepage|available"
msgid "Make this address book available to all modules in %PRODUCTNAME."
msgstr "Maak hierdie adresboek aan alle modules in %PRODUCTNAME beskikbaar."
-#: datasourcepage.ui:153
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:155
#, fuzzy
msgctxt "datasourcepage|nameft"
msgid "Address book name"
msgstr "Adresboektipe"
-#: datasourcepage.ui:191
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:193
#, fuzzy
msgctxt "datasourcepage|warning"
msgid "Another data source already has this name. As data sources have to have globally unique names, you need to choose another one."
msgstr "'n Ander databron het reeds hierdie naam. Aangesien die naam van 'n adresboek uniek moet wees in die stelsel, moet u 'n ander een kies."
-#: defaultfieldselectionpage.ui:18
+#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:18
#, fuzzy
msgctxt "defaultfieldselectionpage|label1"
msgid "Should one option field be selected as a default?"
msgstr "Moet een keuseveld by verstek geselekteer word?"
-#: defaultfieldselectionpage.ui:34
+#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:34
#, fuzzy
msgctxt "defaultfieldselectionpage|defaultselectionyes"
msgid "_Yes, the following:"
msgstr "~Ja, die volgende:"
-#: defaultfieldselectionpage.ui:76
+#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:76
#, fuzzy
msgctxt "defaultfieldselectionpage|defaultselectionno"
msgid "No, one particular field is not going to be selected."
msgstr "Nee, een spesifieke veld gaan nie geselekteer word nie."
-#: fieldassignpage.ui:16
+#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:16
msgctxt "fieldassignpage|label2"
msgid ""
"To incorporate the address data in your templates, %PRODUCTNAME has to know which fields contain which data.\n"
@@ -2681,139 +2681,139 @@ msgid ""
"Click the button below to open another dialog where you can enter the settings for your data source."
msgstr ""
-#: fieldassignpage.ui:33
+#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:33
msgctxt "fieldassignpage|assign"
msgid "Field Assignment"
msgstr "Veldtoewysing"
-#: fieldlinkpage.ui:19
+#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:19
#, fuzzy
msgctxt "fieldlinkpage|desc"
msgid "This is where you select fields with matching contents so that the value from the display field will be shown."
msgstr "Dit is waar u velde met ooreenstemmende inhoud selekteer sodat die waarde van die vertoonveld getoon sal word."
-#: fieldlinkpage.ui:49
+#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:49
#, fuzzy
msgctxt "fieldlinkpage|label2"
msgid "Field from the _Value Table"
msgstr "Veld van die ~waardetabel"
-#: fieldlinkpage.ui:97
+#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:97
#, fuzzy
msgctxt "fieldlinkpage|label3"
msgid "Field from the _List Table"
msgstr "Veld van die ~lystabel"
-#: gridfieldsselectionpage.ui:44
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:44
msgctxt "gridfieldsselectionpage|datasourcelabel"
msgid "Data source"
msgstr "Databron"
-#: gridfieldsselectionpage.ui:58
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:58
msgctxt "gridfieldsselectionpage|contenttypelabel"
msgid "Content type"
msgstr "Tipe inhoud"
-#: gridfieldsselectionpage.ui:72
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:72
msgctxt "gridfieldsselectionpage|formtablelabel"
msgid "Content"
msgstr "Inhoud"
-#: gridfieldsselectionpage.ui:148
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:148
#, fuzzy
msgctxt "gridfieldsselectionpage|formsettings"
msgid "Form"
msgstr "Vorms"
-#: gridfieldsselectionpage.ui:205
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:205
#, fuzzy
msgctxt "gridfieldsselectionpage|label3"
msgid "Selected fields"
msgstr "Geselekteerde velde"
-#: gridfieldsselectionpage.ui:231
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:231
#, fuzzy
msgctxt "gridfieldsselectionpage|fieldright"
msgid "->"
msgstr "->"
-#: gridfieldsselectionpage.ui:245
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:245
msgctxt "gridfieldsselectionpage|allfieldsright"
msgid "=>>"
msgstr ""
-#: gridfieldsselectionpage.ui:273
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:273
msgctxt "gridfieldsselectionpage|fieldleft"
msgid "<-"
msgstr ""
-#: gridfieldsselectionpage.ui:287
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:287
msgctxt "gridfieldsselectionpage|allfieldsleft"
msgid "<<="
msgstr ""
-#: gridfieldsselectionpage.ui:336
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:336
#, fuzzy
msgctxt "gridfieldsselectionpage|label1"
msgid "Existing fields"
msgstr "Bestaande velde"
-#: gridfieldsselectionpage.ui:358
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:358
#, fuzzy
msgctxt "gridfieldsselectionpage|label2"
msgid "Table element"
msgstr "Tabelelement"
-#: groupradioselectionpage.ui:44
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:44
msgctxt "groupradioselectionpage|datasourcelabel"
msgid "Data source"
msgstr "Databron"
-#: groupradioselectionpage.ui:58
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:58
msgctxt "groupradioselectionpage|contenttypelabel"
msgid "Content type"
msgstr "Tipe inhoud"
-#: groupradioselectionpage.ui:72
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:72
msgctxt "groupradioselectionpage|formtablelabel"
msgid "Content"
msgstr "Inhoud"
-#: groupradioselectionpage.ui:149
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:149
#, fuzzy
msgctxt "groupradioselectionpage|formsettings"
msgid "Form"
msgstr "Vorms"
-#: groupradioselectionpage.ui:210
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:210
#, fuzzy
msgctxt "groupradioselectionpage|label3"
msgid "_Option fields"
msgstr "~Opsievelde"
-#: groupradioselectionpage.ui:230
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:230
msgctxt "groupradioselectionpage|toright"
msgid "_>>"
msgstr ""
-#: groupradioselectionpage.ui:245
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:245
msgctxt "groupradioselectionpage|toleft"
msgid "_<<"
msgstr ""
-#: groupradioselectionpage.ui:287
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:286
#, fuzzy
msgctxt "groupradioselectionpage|label1"
msgid "Which _names do you want to give the option fields?"
msgstr "Watter ~name wil u aan die keusevelde toeken?"
-#: groupradioselectionpage.ui:310
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:309
#, fuzzy
msgctxt "groupradioselectionpage|label2"
msgid "Table element"
msgstr "Tabelelement"
-#: invokeadminpage.ui:16
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:16
#, fuzzy
msgctxt "invokeadminpage|label2"
msgid ""
@@ -2825,13 +2825,13 @@ msgstr ""
"\n"
"Kliek die volgende knoppie om nog 'n dialoog te open waarin u die nodige inligting kan tik."
-#: invokeadminpage.ui:31
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:31
#, fuzzy
msgctxt "invokeadminpage|settings"
msgid "Settings"
msgstr "Instellings"
-#: invokeadminpage.ui:50
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:50
#, fuzzy
msgctxt "invokeadminpage|warning"
msgid ""
@@ -2841,55 +2841,55 @@ msgstr ""
"Die verbinding met die databron kon nie bewerkstellig word nie.\n"
"Gaan asseblief die instellings na voordat u voortgaan, of kies 'n ander adresdatabronsoort (op die vorige bladsy)."
-#: optiondbfieldpage.ui:35
+#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:35
#, fuzzy
msgctxt "optiondbfieldpage|label1"
msgid "Do you want to save the value in a database field?"
msgstr "Wil u die waarde in 'n databasisveld stoor?"
-#: optiondbfieldpage.ui:53
+#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:53
#, fuzzy
msgctxt "optiondbfieldpage|yesRadiobutton"
msgid "_Yes, I want to save it in the following database field:"
msgstr "~Ja, ek wil dit in die volgende databasisveld stoor:"
-#: optiondbfieldpage.ui:73
+#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:73
#, fuzzy
msgctxt "optiondbfieldpage|noRadiobutton"
msgid "_No, I only want to save the value in the form."
msgstr "~Nee, ek wil net die waarde in die vorm stoor."
-#: optionsfinalpage.ui:18
+#: extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui:18
#, fuzzy
msgctxt "optionsfinalpage|label1"
msgid "Which _caption is to be given to your option group?"
msgstr "Watter ~byskrif moet aan die keusegroep gegee word?"
-#: optionsfinalpage.ui:48
+#: extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui:47
#, fuzzy
msgctxt "optionsfinalpage|label2"
msgid "These were all details needed to create the option group."
msgstr "Dit is al die besonderhede wat nodig is om die keusegroep te skep."
-#: optionvaluespage.ui:28
+#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:28
#, fuzzy
msgctxt "optionvaluespage|label1"
msgid "When you select an option, the option group is given a specific value."
msgstr "'n Bepaalde waarde word aan die opsiegroep toegeken wanneer u 'n opsie selekteer."
-#: optionvaluespage.ui:45
+#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:45
#, fuzzy
msgctxt "optionvaluespage|label2"
msgid "Which _value do you want to assign to each option?"
msgstr "Watter ~waarde wil u aan elkeen van die opsies toeken?"
-#: optionvaluespage.ui:90
+#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:89
#, fuzzy
msgctxt "optionvaluespage|label3"
msgid "_Option fields"
msgstr "~Opsievelde"
-#: selecttablepage.ui:16
+#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:16
#, fuzzy
msgctxt "selecttablepage|label2"
msgid ""
@@ -2899,60 +2899,60 @@ msgstr ""
"Die eksterne databron wat u gekies het bevat meer as een adresboek.\n"
"Kies asseblief die ween waarmee u hoofsaaklik wil werk:"
-#: selecttypepage.ui:31
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:14
+msgctxt "selecttypepage|label2"
+msgid ""
+"%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n"
+"\n"
+"This wizard helps you create the data source."
+msgstr ""
+
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:34
msgctxt "selecttypepage|evolution"
msgid "Evolution"
msgstr ""
-#: selecttypepage.ui:49
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:51
msgctxt "selecttypepage|groupwise"
msgid "Groupwise"
msgstr "Groupwise"
-#: selecttypepage.ui:66
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:67
msgctxt "selecttypepage|evoldap"
msgid "Evolution LDAP"
msgstr "Evolution LDAP"
-#: selecttypepage.ui:83
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:83
msgctxt "selecttypepage|firefox"
-msgid "Firefox/Iceweasel"
+msgid "Firefox"
msgstr ""
-#: selecttypepage.ui:100
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:99
msgctxt "selecttypepage|thunderbird"
-msgid "Thunderbird/Icedove"
+msgid "Thunderbird"
msgstr ""
-#: selecttypepage.ui:117
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:115
msgctxt "selecttypepage|kde"
msgid "KDE address book"
msgstr ""
-#: selecttypepage.ui:134
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:131
msgctxt "selecttypepage|macosx"
msgid "Mac OS X address book"
msgstr ""
-#: selecttypepage.ui:151
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:147
msgctxt "selecttypepage|other"
msgid "Other external data source"
msgstr ""
-#: selecttypepage.ui:174
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:165
msgctxt "selecttypepage|label1"
-msgid "Please Select the Type of Your External Address Book"
-msgstr ""
-
-#: selecttypepage.ui:194
-msgctxt "selecttypepage|label2"
-msgid ""
-"%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n"
-"\n"
-"This wizard helps you create the data source."
+msgid "Select the type of your external address book:"
msgstr ""
-#: tableselectionpage.ui:42
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:42
#, fuzzy
msgctxt "tableselectionpage|label3"
msgid ""
@@ -2970,662 +2970,667 @@ msgstr ""
"\n"
"Let asseblief daarop dat die instellings wat op hierdie bladsy gemaak word in werking tree onmiddellik nadat u die bladsy verlaat het."
-#: tableselectionpage.ui:72
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:72
#, fuzzy
msgctxt "tableselectionpage|datasourcelabel"
msgid "_Data source:"
msgstr "Databron"
-#: tableselectionpage.ui:100
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:100
#, fuzzy
msgctxt "tableselectionpage|search"
msgid "_..."
msgstr "..."
-#: tableselectionpage.ui:133
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:133
#, fuzzy
msgctxt "tableselectionpage|tablelabel"
msgid "_Table / Query:"
msgstr "~Tabel / navraag:"
-#: tableselectionpage.ui:174
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:174
msgctxt "tableselectionpage|label1"
msgid "Data"
msgstr "Data"
-#: choosedatasourcedialog.ui:8
+#: extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui:8
#, fuzzy
msgctxt "choosedatasourcedialog|ChooseDataSourceDialog"
msgid "Choose Data Source"
msgstr "~Kies databron..."
-#: choosedatasourcedialog.ui:90
+#: extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui:90
msgctxt "choosedatasourcedialog|label1"
msgid "Entry"
msgstr ""
-#: generalpage.ui:36
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:36
#, fuzzy
msgctxt "generalpage|shortname"
msgid "_Short name"
msgstr "Kort naam"
-#: generalpage.ui:52
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:52
#, fuzzy
msgctxt "generalpage|authtype"
msgid "_Type"
msgstr "Soort"
-#: generalpage.ui:67
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:67
#, fuzzy
msgctxt "generalpage|authors"
msgid "Author(s)"
msgstr "Outeur(s)"
-#: generalpage.ui:82
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:82
#, fuzzy
msgctxt "generalpage|publisher"
msgid "_Publisher"
msgstr "Uitgewer"
-#: generalpage.ui:97
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:97
#, fuzzy
msgctxt "generalpage|chapter"
msgid "_Chapter"
msgstr "Hoofstuk"
-#: generalpage.ui:113
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:113
#, fuzzy
msgctxt "generalpage|title"
msgid "Tit_le"
msgstr "Titel"
-#: generalpage.ui:129
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:129
#, fuzzy
msgctxt "generalpage|address"
msgid "A_ddress"
msgstr "Adres"
-#: generalpage.ui:145
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:145
#, fuzzy
msgctxt "generalpage|pages"
msgid "Pa_ge(s)"
msgstr "Blad~sy(e)"
-#: generalpage.ui:161
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:161
#, fuzzy
msgctxt "generalpage|year"
msgid "_Year"
msgstr "Jaar"
-#: generalpage.ui:177
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:177
#, fuzzy
msgctxt "generalpage|isbn"
msgid "_ISBN"
msgstr "~ISBN"
-#: generalpage.ui:210
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:210
#, fuzzy
msgctxt "generalpage|editor"
msgid "Editor"
msgstr "Redakteur"
-#: generalpage.ui:225
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:225
#, fuzzy
msgctxt "generalpage|booktitle"
msgid "_Book title"
msgstr "~Boektitel"
-#: generalpage.ui:241
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:241
#, fuzzy
msgctxt "generalpage|edition"
msgid "Ed_ition"
msgstr "Ui~tgawe"
-#: generalpage.ui:257
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:257
msgctxt "generalpage|volume"
msgid "Volume"
msgstr "Volume"
-#: generalpage.ui:273
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:273
#, fuzzy
msgctxt "generalpage|institution"
msgid "Instit_ution"
msgstr "I~nstelling"
-#: generalpage.ui:289
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:289
#, fuzzy
msgctxt "generalpage|month"
msgid "_Month"
msgstr "Maand"
-#: generalpage.ui:305
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:305
#, fuzzy
msgctxt "generalpage|publicationtype"
msgid "Publication t_ype"
msgstr "Soort ~publikasie"
-#: generalpage.ui:321
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:321
#, fuzzy
msgctxt "generalpage|university"
msgid "University"
msgstr "Universiteit"
-#: generalpage.ui:336
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:336
#, fuzzy
msgctxt "generalpage|reporttype"
msgid "Type of re_port"
msgstr "Soort ~verslag"
-#: generalpage.ui:351
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:351
#, fuzzy
msgctxt "generalpage|organization"
msgid "Organi_zation"
msgstr "Or~ganisasie"
-#: generalpage.ui:384
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:384
#, fuzzy
msgctxt "generalpage|journal"
msgid "_Journal"
msgstr "Joernaal"
-#: generalpage.ui:399
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:399
#, fuzzy
msgctxt "generalpage|annotation"
msgid "Ann_otation"
msgstr "Ann~otering"
-#: generalpage.ui:415
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:415
#, fuzzy
msgctxt "generalpage|number"
msgid "Numb_er"
msgstr "Nommer"
-#: generalpage.ui:431
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:431
#, fuzzy
msgctxt "generalpage|note"
msgid "_Note"
msgstr "Nota"
-#: generalpage.ui:447
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:447
#, fuzzy
msgctxt "generalpage|series"
msgid "Se_ries"
msgstr "Re~eks"
-#: generalpage.ui:463
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:463
msgctxt "generalpage|url"
msgid "URL"
msgstr "URL"
-#: generalpage.ui:496
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:496
#, fuzzy
msgctxt "generalpage|custom1"
msgid "User-defined field _1"
msgstr "Gebruiker-bepaalde ~1"
-#: generalpage.ui:511
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:511
#, fuzzy
msgctxt "generalpage|custom4"
msgid "User-defined field _4"
msgstr "Gebruiker-bepaalde ~4"
-#: generalpage.ui:527
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:527
#, fuzzy
msgctxt "generalpage|custom2"
msgid "User-defined field _2"
msgstr "Gebruiker-bepaalde ~2"
-#: generalpage.ui:543
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:543
#, fuzzy
msgctxt "generalpage|custom5"
msgid "User-defined field _5"
msgstr "Gebruiker-bepaalde ~5"
-#: generalpage.ui:559
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:559
#, fuzzy
msgctxt "generalpage|custom3"
msgid "User-defined field _3"
msgstr "Gebruiker-bepaalde ~3"
-#: mappingdialog.ui:8
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:8
#, fuzzy
msgctxt "mappingdialog|MappingDialog"
msgid "Column Layout for Table “%1”"
msgstr "Kolomuitleg vir die %1-tabel"
-#: mappingdialog.ui:107
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:107
#, fuzzy
msgctxt "mappingdialog|label2"
msgid "_Short name"
msgstr "Kort naam"
-#: mappingdialog.ui:122
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:122
#, fuzzy
msgctxt "mappingdialog|label3"
msgid "_Author(s)"
msgstr "Outeur(s)"
-#: mappingdialog.ui:137
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:137
#, fuzzy
msgctxt "mappingdialog|label4"
msgid "_Publisher"
msgstr "Uitgewer"
-#: mappingdialog.ui:152
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:152
#, fuzzy
msgctxt "mappingdialog|label5"
msgid "_Chapter"
msgstr "Hoofstuk"
-#: mappingdialog.ui:167
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:167
#, fuzzy
msgctxt "mappingdialog|label6"
msgid "Editor"
msgstr "Redakteur"
-#: mappingdialog.ui:228
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:228
#, fuzzy
msgctxt "mappingdialog|label7"
msgid "_Type"
msgstr "Soort"
-#: mappingdialog.ui:243
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:243
#, fuzzy
msgctxt "mappingdialog|label8"
msgid "_Year"
msgstr "Jaar"
-#: mappingdialog.ui:258
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:258
#, fuzzy
msgctxt "mappingdialog|label9"
msgid "Tit_le"
msgstr "Titel"
-#: mappingdialog.ui:309
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:309
#, fuzzy
msgctxt "mappingdialog|label10"
msgid "A_ddress"
msgstr "Adres"
-#: mappingdialog.ui:324
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:324
#, fuzzy
msgctxt "mappingdialog|label11"
msgid "_ISBN"
msgstr "~ISBN"
-#: mappingdialog.ui:339
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:339
#, fuzzy
msgctxt "mappingdialog|label12"
msgid "Pa_ge(s)"
msgstr "Blad~sy(e)"
-#: mappingdialog.ui:390
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:390
#, fuzzy
msgctxt "mappingdialog|label13"
msgid "Ed_ition"
msgstr "Ui~tgawe"
-#: mappingdialog.ui:417
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:417
#, fuzzy
msgctxt "mappingdialog|label14"
msgid "_Book title"
msgstr "~Boektitel"
-#: mappingdialog.ui:432
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:432
msgctxt "mappingdialog|label15"
msgid "Volume"
msgstr "Volume"
-#: mappingdialog.ui:445
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:445
#, fuzzy
msgctxt "mappingdialog|label16"
msgid "Publication t_ype"
msgstr "Soort ~publikasie"
-#: mappingdialog.ui:496
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:496
#, fuzzy
msgctxt "mappingdialog|label17"
msgid "Organi_zation"
msgstr "Or~ganisasie"
-#: mappingdialog.ui:511
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:511
#, fuzzy
msgctxt "mappingdialog|label18"
msgid "Instit_ution"
msgstr "I~nstelling"
-#: mappingdialog.ui:526
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:526
#, fuzzy
msgctxt "mappingdialog|label19"
msgid "Uni_versity"
msgstr "Universiteit"
-#: mappingdialog.ui:577
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:577
#, fuzzy
msgctxt "mappingdialog|label20"
msgid "Type of re_port"
msgstr "Soort ~verslag"
-#: mappingdialog.ui:592
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:592
#, fuzzy
msgctxt "mappingdialog|label21"
msgid "_Month"
msgstr "Maand"
-#: mappingdialog.ui:631
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:631
#, fuzzy
msgctxt "mappingdialog|label22"
msgid "_Journal"
msgstr "Joernaal"
-#: mappingdialog.ui:646
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:646
#, fuzzy
msgctxt "mappingdialog|label23"
msgid "Numb_er"
msgstr "Nommer"
-#: mappingdialog.ui:661
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:661
#, fuzzy
msgctxt "mappingdialog|label24"
msgid "Se_ries"
msgstr "Re~eks"
-#: mappingdialog.ui:712
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:712
#, fuzzy
msgctxt "mappingdialog|label25"
msgid "Ann_otation"
msgstr "Ann~otering"
-#: mappingdialog.ui:727
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:727
#, fuzzy
msgctxt "mappingdialog|label26"
msgid "_Note"
msgstr "Nota"
-#: mappingdialog.ui:742
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:742
msgctxt "mappingdialog|label27"
msgid "URL"
msgstr "URL"
-#: mappingdialog.ui:791
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:791
#, fuzzy
msgctxt "mappingdialog|label28"
msgid "User-defined field _1"
msgstr "Gebruiker-bepaalde ~1"
-#: mappingdialog.ui:806
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:806
#, fuzzy
msgctxt "mappingdialog|label29"
msgid "User-defined field _2"
msgstr "Gebruiker-bepaalde ~2"
-#: mappingdialog.ui:821
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:821
#, fuzzy
msgctxt "mappingdialog|label30"
msgid "User-defined field _3"
msgstr "Gebruiker-bepaalde ~3"
-#: mappingdialog.ui:836
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:836
#, fuzzy
msgctxt "mappingdialog|label31"
msgid "User-defined field _4"
msgstr "Gebruiker-bepaalde ~4"
-#: mappingdialog.ui:851
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:851
#, fuzzy
msgctxt "mappingdialog|label32"
msgid "User-defined field _5"
msgstr "Gebruiker-bepaalde ~5"
-#: mappingdialog.ui:970
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:970
#, fuzzy
msgctxt "mappingdialog|label1"
msgid "Column Names"
msgstr "Kolomname"
-#: toolbar.ui:14
+#: extensions/uiconfig/sbibliography/ui/querydialog.ui:30
+msgctxt "querydialog|ask"
+msgid "Do not show this question again."
+msgstr ""
+
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:14
msgctxt "toolbar|TBC_FT_SOURCE"
msgid "Table"
msgstr "Tabel"
-#: toolbar.ui:49
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:49
msgctxt "toolbar|TBC_FT_QUERY"
msgid "Search Key"
msgstr "Soeksleutel"
-#: toolbar.ui:84
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:84
msgctxt "toolbar|TBC_BT_AUTOFILTER"
msgid "AutoFilter"
msgstr "OutoFilter"
-#: toolbar.ui:97
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:97
#, fuzzy
msgctxt "toolbar|TBC_BT_FILTERCRIT"
msgid "Standard Filter"
msgstr "Standaardfilter"
-#: toolbar.ui:110
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:110
msgctxt "toolbar|TBC_BT_REMOVEFILTER"
msgid "Reset Filter"
msgstr ""
-#: toolbar.ui:123
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:123
#, fuzzy
msgctxt "toolbar|TBC_BT_COL_ASSIGN"
msgid "Column Arrangement"
msgstr "Kolomrangskikking"
-#: toolbar.ui:136
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:136
#, fuzzy
msgctxt "toolbar|TBC_BT_CHANGESOURCE"
msgid "Data Source"
msgstr "Databron"
-#: controlfontdialog.ui:8
+#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:8
msgctxt "controlfontdialog|ControlFontDialog"
msgid "Character"
msgstr "Karakter"
-#: controlfontdialog.ui:105
+#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:105
msgctxt "controlfontdialog|font"
msgid "Font"
msgstr "Font"
-#: controlfontdialog.ui:127
+#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:127
msgctxt "controlfontdialog|fonteffects"
msgid "Font Effects"
msgstr ""
-#: datatypedialog.ui:8
+#: extensions/uiconfig/spropctrlr/ui/datatypedialog.ui:8
msgctxt "datatypedialog|DataTypeDialog"
msgid "New Data Type"
msgstr ""
-#: datatypedialog.ui:85
+#: extensions/uiconfig/spropctrlr/ui/datatypedialog.ui:85
msgctxt "datatypedialog|label"
msgid "Type a name for the new data type:"
msgstr ""
-#: formlinksdialog.ui:9
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:9
#, fuzzy
msgctxt "formlinksdialog|FormLinks"
msgid "Link fields"
msgstr "Koppelvelde"
-#: formlinksdialog.ui:72
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:72
#, fuzzy
msgctxt "formlinksdialog|suggestButton"
msgid "Suggest"
msgstr "Voorstel"
-#: formlinksdialog.ui:105
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:105
#, fuzzy
msgctxt "formlinksdialog|explanationLabel"
msgid "Sub forms can be used to display detailed data about the current record of the master form. To do this, you can specify which columns in the sub form match which columns in the master form."
msgstr "Subvorms kan gebruik word om gedetailleerde data oor die huidige rekord van die meestervorm te wys. Om dit te doen, kan u spesifiseer watter kolomme in die subvorm met watter kolomme in die meestervorm ooreenkom."
-#: formlinksdialog.ui:125
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:125
#, fuzzy
msgctxt "formlinksdialog|detailLabel"
msgid "label"
msgstr "Etiket"
-#: formlinksdialog.ui:137
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:137
#, fuzzy
msgctxt "formlinksdialog|masterLabel"
msgid "label"
msgstr "Etiket"
-#: labelselectiondialog.ui:9
+#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:9
#, fuzzy
msgctxt "labelselectiondialog|LabelSelectionDialog"
msgid "Label Field Selection"
msgstr "Etiketveldseleksie"
-#: labelselectiondialog.ui:88
+#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:88
#, fuzzy
msgctxt "labelselectiondialog|label"
msgid "These are control fields that can be used as label fields for the $controlclass$ $controlname$."
msgstr "Hierdie is kontrolevelde wat as etiketvelde gebruik kan word vir die $control_class$ $control_name$."
-#: labelselectiondialog.ui:122
+#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:122
#, fuzzy
msgctxt "labelselectiondialog|noassignment"
msgid "_No assignment"
msgstr "~Geen toewysing"
-#: taborder.ui:8
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:8
#, fuzzy
msgctxt "taborder|TabOrderDialog"
msgid "Tab Order"
msgstr "Keepvolgorde"
-#: taborder.ui:21
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:21
#, fuzzy
msgctxt "taborder|upB"
msgid "_Move Up"
msgstr "Skuif op"
-#: taborder.ui:35
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:35
#, fuzzy
msgctxt "taborder|downB"
msgid "Move _Down"
msgstr "Skuif ondertoe"
-#: taborder.ui:49
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:49
msgctxt "taborder|autoB"
msgid "_Automatic Sort"
msgstr ""
-#: taborder.ui:146
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:146
msgctxt "taborder|label2"
msgid "Controls"
msgstr "Kontroles"
-#: griddialog.ui:56
+#: extensions/uiconfig/scanner/ui/griddialog.ui:56
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear ascending"
msgstr ""
-#: griddialog.ui:57
+#: extensions/uiconfig/scanner/ui/griddialog.ui:57
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear descending"
msgstr ""
-#: griddialog.ui:58
+#: extensions/uiconfig/scanner/ui/griddialog.ui:58
msgctxt "griddialog|resetTypeCombobox"
msgid "Original values"
msgstr ""
-#: griddialog.ui:59
+#: extensions/uiconfig/scanner/ui/griddialog.ui:59
msgctxt "griddialog|resetTypeCombobox"
msgid "Exponential increasing"
msgstr ""
-#: griddialog.ui:70
+#: extensions/uiconfig/scanner/ui/griddialog.ui:70
msgctxt "griddialog|resetButton"
msgid "_Set"
msgstr ""
-#: sanedialog.ui:9
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:9
msgctxt "sanedialog|SaneDialog"
msgid "Scanner"
msgstr ""
-#: sanedialog.ui:46
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:46
msgctxt "sanedialog|label3"
msgid "_Left:"
msgstr ""
-#: sanedialog.ui:62
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:62
msgctxt "sanedialog|label4"
msgid "To_p:"
msgstr ""
-#: sanedialog.ui:78
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:78
msgctxt "sanedialog|label5"
msgid "_Right:"
msgstr ""
-#: sanedialog.ui:94
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:94
#, fuzzy
msgctxt "sanedialog|label6"
msgid "_Bottom:"
msgstr "Onderkant"
-#: sanedialog.ui:166
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:166
msgctxt "sanedialog|label1"
msgid "Scan area"
msgstr ""
-#: sanedialog.ui:208
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:208
msgctxt "sanedialog|label2"
msgid "Preview"
msgstr "Voorskou"
-#: sanedialog.ui:242
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:242
msgctxt "sanedialog|label7"
msgid "Device _used"
msgstr ""
-#: sanedialog.ui:258
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:258
msgctxt "sanedialog|label8"
msgid "Resolution [_DPI]"
msgstr ""
-#: sanedialog.ui:312
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:312
msgctxt "sanedialog|advancedCheckbutton"
msgid "Show advanced options"
msgstr ""
-#: sanedialog.ui:344
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:345
#, fuzzy
msgctxt "sanedialog|label10"
msgid "Options:"
msgstr "Opsies"
-#: sanedialog.ui:416
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:417
msgctxt "sanedialog|optionsButton"
msgid "Se_t"
msgstr ""
-#: sanedialog.ui:500
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:502
msgctxt "sanedialog|vectorLabel"
msgid "Vector element"
msgstr ""
-#: sanedialog.ui:629
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:631
msgctxt "sanedialog|deviceInfoButton"
msgid "About Dev_ice"
msgstr ""
-#: sanedialog.ui:644
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:646
msgctxt "sanedialog|previewButton"
msgid "Create Previe_w"
msgstr ""
-#: sanedialog.ui:659
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:661
#, fuzzy
msgctxt "sanedialog|scanButton"
msgid "_Scan"
diff --git a/source/af/extras/source/gallery/share.po b/source/af/extras/source/gallery/share.po
index 9376815675f..4316d84044d 100644
--- a/source/af/extras/source/gallery/share.po
+++ b/source/af/extras/source/gallery/share.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2013-05-24 10:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -27,6 +27,14 @@ msgstr "Pyltjies"
#: gallery_names.ulf
msgctxt ""
"gallery_names.ulf\n"
+"backgrounds\n"
+"LngText.text"
+msgid "Backgrounds"
+msgstr ""
+
+#: gallery_names.ulf
+msgctxt ""
+"gallery_names.ulf\n"
"computers\n"
"LngText.text"
msgid "Computers"
diff --git a/source/af/filter/messages.po b/source/af/filter/messages.po
index 37c13aba1e7..532145ba5ef 100644
--- a/source/af/filter/messages.po
+++ b/source/af/filter/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+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"
@@ -13,180 +13,180 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: filter/inc/strings.hrc:25
msgctxt "STR_COLUMN_HEADER_NAME"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:26
+#: filter/inc/strings.hrc:26
msgctxt "STR_COLUMN_HEADER_TYPE"
msgid "Type"
msgstr "Soort"
-#: strings.hrc:27
+#: filter/inc/strings.hrc:27
msgctxt "STR_UNKNOWN_APPLICATION"
msgid "Unknown"
msgstr "Onbekend"
-#: strings.hrc:28
+#: filter/inc/strings.hrc:28
msgctxt "STR_IMPORT_ONLY"
msgid "import filter"
msgstr "invoerfilter"
-#: strings.hrc:29
+#: filter/inc/strings.hrc:29
msgctxt "STR_IMPORT_EXPORT"
msgid "import/export filter"
msgstr "invoer-/uitvoerfilter"
-#: strings.hrc:30
+#: filter/inc/strings.hrc:30
msgctxt "STR_EXPORT_ONLY"
msgid "export filter"
msgstr "uitvoerfilter"
-#: strings.hrc:31
+#: filter/inc/strings.hrc:31
#, c-format
msgctxt "STR_WARN_DELETE"
msgid "Do you really want to delete the XML Filter '%s'? This action cannot be undone."
msgstr "Wil u regtig die XML-filter '%s' skrap? Hierdie aksie kan nie ontdoen word nie."
-#: strings.hrc:32
+#: filter/inc/strings.hrc:32
#, c-format
msgctxt "STR_ERROR_FILTER_NAME_EXISTS"
msgid "An XML filter with the name '%s' already exists. Please enter a different name."
msgstr "'n XML-filter met die naam '%s' bestaan reeds. Tik asseblief 'n ander naam in."
-#: strings.hrc:33
+#: filter/inc/strings.hrc:33
#, fuzzy, c-format
msgctxt "STR_ERROR_TYPE_NAME_EXISTS"
msgid "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name."
msgstr "Die naam vir die gebruikerskoppelvlak '%s1' word reeds deur die XML-filter '%s2' gebruik. Tik asseblief 'n ander naam in."
-#: strings.hrc:34
+#: filter/inc/strings.hrc:34
msgctxt "STR_ERROR_EXPORT_XSLT_NOT_FOUND"
msgid "The XSLT for export cannot be found. Please enter a valid path."
msgstr "Die uitvoer-XSLT kan nie gevind word nie. Tik asseblief 'n geldige pad in."
-#: strings.hrc:35
+#: filter/inc/strings.hrc:35
msgctxt "STR_ERROR_IMPORT_XSLT_NOT_FOUND"
msgid "The XSLT for import cannot be found. Please enter a valid path."
msgstr "Die invoer-XSLT kan nie gevind word nie. Tik asseblief 'n geldige pad in."
-#: strings.hrc:36
+#: filter/inc/strings.hrc:36
msgctxt "STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND"
msgid "The given import template cannot be found. Please enter a valid path."
msgstr "Die gespesifiseerde invoersjabloon kan nie gevind word nie. Tik asseblief 'n geldige pad in."
-#: strings.hrc:37
+#: filter/inc/strings.hrc:37
msgctxt "STR_DEFAULT_FILTER_NAME"
msgid "New Filter"
msgstr "Nuwe filter"
-#: strings.hrc:38
+#: filter/inc/strings.hrc:38
msgctxt "STR_DEFAULT_UI_NAME"
msgid "Untitled"
msgstr "Titelloos"
-#: strings.hrc:39
+#: filter/inc/strings.hrc:39
msgctxt "STR_UNDEFINED_FILTER"
msgid "undefined filter"
msgstr "ongedefinieerde filter"
-#: strings.hrc:40
+#: filter/inc/strings.hrc:40
#, c-format
msgctxt "STR_FILTER_HAS_BEEN_SAVED"
msgid "The XML filter '%s' has been saved as package '%s'. "
msgstr "Die XML-filter '%s' is as die '%s'-pakket gestoor. "
-#: strings.hrc:41
+#: filter/inc/strings.hrc:41
#, c-format
msgctxt "STR_FILTERS_HAVE_BEEN_SAVED"
msgid "%s XML filters have been saved in the package '%s'."
msgstr "%s XML-filters is in die '%s'-pakket gestoor."
-#: strings.hrc:42
+#: filter/inc/strings.hrc:42
msgctxt "STR_FILTER_PACKAGE"
msgid "XSLT filter package"
msgstr "XSLT-filterpakket"
-#: strings.hrc:43
+#: filter/inc/strings.hrc:43
#, c-format
msgctxt "STR_FILTER_INSTALLED"
msgid "The XML filter '%s' has been installed successfully."
msgstr "Die XML-filter '%s' is suksesvol geïnstalleer."
-#: strings.hrc:44
+#: filter/inc/strings.hrc:44
#, c-format
msgctxt "STR_FILTERS_INSTALLED"
msgid "%s XML filters have been installed successfully."
msgstr "%s XML-filters is suksesvol geïnstalleer."
-#: strings.hrc:45
+#: filter/inc/strings.hrc:45
#, c-format
msgctxt "STR_NO_FILTERS_FOUND"
msgid "No XML filter could be installed because the package '%s' does not contain any XML filters."
msgstr "'n XML-filter kon nie geïnstalleer word nie, want die '%s'-pakket bevat nie enige XML-filters nie."
-#: strings.hrc:46
+#: filter/inc/strings.hrc:46
msgctxt "STR_XML_FILTER_LISTBOX"
msgid "XML Filter List"
msgstr "XML-filter Leis"
-#: strings.hrc:48
+#: filter/inc/strings.hrc:48
msgctxt "T602FILTER_STR_IMPORT_DIALOG_TITLE"
msgid "Settings for T602 import"
msgstr "Instellings vir T602-invoer"
-#: strings.hrc:49
+#: filter/inc/strings.hrc:49
msgctxt "T602FILTER_STR_ENCODING_LABEL"
msgid "Encoding"
msgstr "Enkodering"
-#: strings.hrc:50
+#: filter/inc/strings.hrc:50
msgctxt "T602FILTER_STR_ENCODING_AUTO"
msgid "Automatic"
msgstr "Outomaties"
-#: strings.hrc:51
+#: filter/inc/strings.hrc:51
msgctxt "T602FILTER_STR_ENCODING_CP852"
msgid "CP852 (Latin2)"
msgstr "CP852 (Latin2)"
-#: strings.hrc:52
+#: filter/inc/strings.hrc:52
msgctxt "T602FILTER_STR_ENCODING_CP895"
msgid "CP895 (KEYB2CS, Kamenicky)"
msgstr "CP895 (KEYB2CS, Kamenicky)"
-#: strings.hrc:53
+#: filter/inc/strings.hrc:53
msgctxt "T602FILTER_STR_ENCODING_KOI8CS2"
msgid "KOI8 CS2"
msgstr "KOI8 CS2"
-#: strings.hrc:54
+#: filter/inc/strings.hrc:54
msgctxt "T602FILTER_STR_CYRILLIC_MODE"
msgid "Mode for Russian language (Cyrillic)"
msgstr "Modus vir Russiese taal (Cyrillies)"
-#: strings.hrc:55
+#: filter/inc/strings.hrc:55
msgctxt "T602FILTER_STR_REFORMAT_TEXT"
msgid "Reformat the text"
msgstr "Herformateer die teks"
-#: strings.hrc:56
+#: filter/inc/strings.hrc:56
msgctxt "T602FILTER_STR_DOT_COMMANDS"
msgid "Display dot commands"
msgstr "Wys dotbevele"
-#: strings.hrc:57
+#: filter/inc/strings.hrc:57
msgctxt "T602FILTER_STR_CANCEL_BUTTON"
msgid "Cancel"
msgstr "Kanselleer"
-#: strings.hrc:58
+#: filter/inc/strings.hrc:58
msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "OK"
-#: strings.hrc:60
+#: filter/inc/strings.hrc:60
msgctxt "KEY_VERSION_CHECK"
msgid ""
"Warning: Not all of the imported EPS graphics could be saved at level1\n"
@@ -195,977 +195,977 @@ msgstr ""
"Waarskuwing: Nie al die ingevoerde EPS-grafika kon op vlak1 gestoor word nie\n"
"aangesien sommige op 'n hoër vlak is!"
-#: strings.hrc:62
+#: filter/inc/strings.hrc:62
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "Uitvoer as PDF"
#. strings used in encryption UI
#. password dialog title
-#: strings.hrc:66
+#: filter/inc/strings.hrc:66
#, fuzzy
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "Stel ~oop wagwoord..."
#. password dialog title
-#: strings.hrc:68
+#: filter/inc/strings.hrc:68
#, fuzzy
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "Stel ~toestemmingswagwoord..."
-#: strings.hrc:69
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr ""
-#: strings.hrc:70
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr ""
-#: strings.hrc:71
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
-#: strings.hrc:72
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr ""
-#: strings.hrc:73
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
-#: strings.hrc:74
+#: filter/inc/strings.hrc:74
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
-#: strings.hrc:75
+#: filter/inc/strings.hrc:75
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
-#: strings.hrc:76
+#: filter/inc/strings.hrc:76
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
-#: strings.hrc:77
+#: filter/inc/strings.hrc:77
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr ""
-#: strings.hrc:78
+#: filter/inc/strings.hrc:78
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
-#: strings.hrc:79
+#: filter/inc/strings.hrc:79
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr ""
-#: impswfdialog.ui:14
+#: filter/uiconfig/ui/impswfdialog.ui:14
msgctxt "impswfdialog|ImpSWFDialog"
msgid "Flash (SWF) Options"
msgstr ""
-#: impswfdialog.ui:95
+#: filter/uiconfig/ui/impswfdialog.ui:95
msgctxt "impswfdialog|label1"
msgid ""
"1: min. quality\n"
"100: max. quality"
msgstr ""
-#: impswfdialog.ui:136
+#: filter/uiconfig/ui/impswfdialog.ui:135
msgctxt "impswfdialog|exportall"
msgid "Export _all slides (uncheck to export current slide)"
msgstr ""
-#: impswfdialog.ui:158
+#: filter/uiconfig/ui/impswfdialog.ui:157
msgctxt "impswfdialog|exportmultiplefiles"
msgid "Export as _multiple files"
msgstr ""
-#: impswfdialog.ui:181
+#: filter/uiconfig/ui/impswfdialog.ui:180
msgctxt "impswfdialog|exportbackgrounds"
msgid "Export _backgrounds"
msgstr ""
-#: impswfdialog.ui:198
+#: filter/uiconfig/ui/impswfdialog.ui:197
msgctxt "impswfdialog|exportbackgroundobjects"
msgid "Export back_ground objects"
msgstr ""
-#: impswfdialog.ui:215
+#: filter/uiconfig/ui/impswfdialog.ui:214
msgctxt "impswfdialog|exportslidecontents"
msgid "Export _slide contents"
msgstr ""
-#: impswfdialog.ui:248
+#: filter/uiconfig/ui/impswfdialog.ui:247
msgctxt "impswfdialog|exportsound"
msgid "Export _Verilogix Slide Annotations"
msgstr ""
-#: impswfdialog.ui:265
+#: filter/uiconfig/ui/impswfdialog.ui:264
msgctxt "impswfdialog|exportoleasjpeg"
msgid "Export OLE objects as _JPEG images"
msgstr ""
-#: pdfgeneralpage.ui:42
+#: filter/uiconfig/ui/pdfgeneralpage.ui:42
#, fuzzy
msgctxt "pdfgeneralpage|all"
msgid "_All"
msgstr "Almal"
-#: pdfgeneralpage.ui:60
+#: filter/uiconfig/ui/pdfgeneralpage.ui:60
msgctxt "pdfgeneralpage|range"
msgid "_Pages:"
msgstr ""
-#: pdfgeneralpage.ui:79
+#: filter/uiconfig/ui/pdfgeneralpage.ui:79
#, fuzzy
msgctxt "pdfgeneralpage|selection"
msgid "_Selection"
msgstr "Seleksie"
-#: pdfgeneralpage.ui:113
+#: filter/uiconfig/ui/pdfgeneralpage.ui:112
#, fuzzy
msgctxt "pdfgeneralpage|slides"
msgid "Slides:"
msgstr "Skyfies"
-#: pdfgeneralpage.ui:125
+#: filter/uiconfig/ui/pdfgeneralpage.ui:124
msgctxt "pdfgeneralpage|selectedsheets"
msgid "_Selection/Selected sheet(s)"
msgstr ""
-#: pdfgeneralpage.ui:141
+#: filter/uiconfig/ui/pdfgeneralpage.ui:140
msgctxt "pdfgeneralpage|label1"
msgid "Range"
msgstr "Omvang"
-#: pdfgeneralpage.ui:202
+#: filter/uiconfig/ui/pdfgeneralpage.ui:200
#, fuzzy
msgctxt "pdfgeneralpage|label6"
msgid "_Quality:"
msgstr "Gehalte"
-#: pdfgeneralpage.ui:227
+#: filter/uiconfig/ui/pdfgeneralpage.ui:225
msgctxt "pdfgeneralpage|reduceresolution"
msgid "_Reduce image resolution"
msgstr ""
-#: pdfgeneralpage.ui:249
+#: filter/uiconfig/ui/pdfgeneralpage.ui:247
msgctxt "pdfgeneralpage|resolution"
msgid "75 DPI"
msgstr ""
-#: pdfgeneralpage.ui:250
+#: filter/uiconfig/ui/pdfgeneralpage.ui:248
msgctxt "pdfgeneralpage|resolution"
msgid "150 DPI"
msgstr ""
-#: pdfgeneralpage.ui:251
+#: filter/uiconfig/ui/pdfgeneralpage.ui:249
msgctxt "pdfgeneralpage|resolution"
msgid "300 DPI"
msgstr ""
-#: pdfgeneralpage.ui:252
+#: filter/uiconfig/ui/pdfgeneralpage.ui:250
msgctxt "pdfgeneralpage|resolution"
msgid "600 DPI"
msgstr ""
-#: pdfgeneralpage.ui:253
+#: filter/uiconfig/ui/pdfgeneralpage.ui:251
msgctxt "pdfgeneralpage|resolution"
msgid "1200 DPI"
msgstr ""
-#: pdfgeneralpage.ui:259
+#: filter/uiconfig/ui/pdfgeneralpage.ui:256
msgctxt "pdfgeneralpage|comboboxtext-entry"
msgid "75 DPI"
msgstr ""
-#: pdfgeneralpage.ui:283
+#: filter/uiconfig/ui/pdfgeneralpage.ui:280
msgctxt "pdfgeneralpage|losslesscompress"
msgid "_Lossless compression"
msgstr ""
-#: pdfgeneralpage.ui:300
+#: filter/uiconfig/ui/pdfgeneralpage.ui:297
msgctxt "pdfgeneralpage|jpegcompress"
msgid "_JPEG compression"
msgstr ""
-#: pdfgeneralpage.ui:322
+#: filter/uiconfig/ui/pdfgeneralpage.ui:319
msgctxt "pdfgeneralpage|label2"
msgid "Images"
msgstr "Beelde"
-#: pdfgeneralpage.ui:354
+#: filter/uiconfig/ui/pdfgeneralpage.ui:351
msgctxt "pdfgeneralpage|watermark"
msgid "Sign with _watermark"
msgstr ""
-#: pdfgeneralpage.ui:389
+#: filter/uiconfig/ui/pdfgeneralpage.ui:385
#, fuzzy
msgctxt "pdfgeneralpage|watermarklabel"
msgid "Text:"
msgstr "Teks:"
-#: pdfgeneralpage.ui:409
+#: filter/uiconfig/ui/pdfgeneralpage.ui:405
msgctxt "pdfgeneralpage|label3"
msgid "Watermark"
msgstr "Watermerk"
-#: pdfgeneralpage.ui:446
+#: filter/uiconfig/ui/pdfgeneralpage.ui:442
msgctxt "pdfgeneralpage|embed"
msgid "Hybrid PDF (em_bed ODF file)"
msgstr ""
-#: pdfgeneralpage.ui:450
+#: filter/uiconfig/ui/pdfgeneralpage.ui:446
msgctxt "pdfgeneralpage|embed|tooltip_text"
msgid "Creates a PDF that is easily editable in %PRODUCTNAME"
msgstr ""
-#: pdfgeneralpage.ui:462
+#: filter/uiconfig/ui/pdfgeneralpage.ui:458
msgctxt "pdfgeneralpage|pdfa"
msgid "Archive P_DF/A-1a (ISO 19005-1)"
msgstr ""
-#: pdfgeneralpage.ui:466
+#: filter/uiconfig/ui/pdfgeneralpage.ui:462
msgctxt "pdfgeneralpage|pdfa|tooltip_text"
msgid "Creates an ISO 19005-1 compliant PDF file, ideal for long-term document preservation"
msgstr ""
-#: pdfgeneralpage.ui:478
+#: filter/uiconfig/ui/pdfgeneralpage.ui:474
msgctxt "pdfgeneralpage|tagged"
msgid "_Tagged PDF (add document structure)"
msgstr ""
-#: pdfgeneralpage.ui:482
+#: filter/uiconfig/ui/pdfgeneralpage.ui:478
msgctxt "pdfgeneralpage|tagged|tooltip_text"
msgid "Includes a document's content structure information in a PDF"
msgstr ""
-#: pdfgeneralpage.ui:494
+#: filter/uiconfig/ui/pdfgeneralpage.ui:490
msgctxt "pdfgeneralpage|forms"
msgid "_Create PDF form"
msgstr ""
-#: pdfgeneralpage.ui:498
+#: filter/uiconfig/ui/pdfgeneralpage.ui:494
msgctxt "pdfgeneralpage|forms|tooltip_text"
msgid "Creates a PDF with fields that can be filled out"
msgstr ""
-#: pdfgeneralpage.ui:523
+#: filter/uiconfig/ui/pdfgeneralpage.ui:519
msgctxt "pdfgeneralpage|label7"
msgid "Submit _format:"
msgstr ""
-#: pdfgeneralpage.ui:538
+#: filter/uiconfig/ui/pdfgeneralpage.ui:534
msgctxt "pdfgeneralpage|format"
msgid "FDF"
msgstr ""
-#: pdfgeneralpage.ui:539
+#: filter/uiconfig/ui/pdfgeneralpage.ui:535
msgctxt "pdfgeneralpage|format"
msgid "PDF"
msgstr ""
-#: pdfgeneralpage.ui:540
+#: filter/uiconfig/ui/pdfgeneralpage.ui:536
msgctxt "pdfgeneralpage|format"
msgid "HTML"
msgstr "HTML"
-#: pdfgeneralpage.ui:541
+#: filter/uiconfig/ui/pdfgeneralpage.ui:537
msgctxt "pdfgeneralpage|format"
msgid "XML"
msgstr ""
-#: pdfgeneralpage.ui:551
+#: filter/uiconfig/ui/pdfgeneralpage.ui:547
msgctxt "pdfgeneralpage|allowdups"
msgid "Allow duplicate field _names"
msgstr ""
-#: pdfgeneralpage.ui:575
+#: filter/uiconfig/ui/pdfgeneralpage.ui:571
msgctxt "pdfgeneralpage|bookmarks"
msgid "Export _bookmarks"
msgstr ""
-#: pdfgeneralpage.ui:590
+#: filter/uiconfig/ui/pdfgeneralpage.ui:586
msgctxt "pdfgeneralpage|exportplaceholders"
msgid "Expo_rt placeholders"
msgstr ""
-#: pdfgeneralpage.ui:605
+#: filter/uiconfig/ui/pdfgeneralpage.ui:601
msgctxt "pdfgeneralpage|comments"
msgid "_Export comments"
msgstr ""
-#: pdfgeneralpage.ui:620
+#: filter/uiconfig/ui/pdfgeneralpage.ui:616
msgctxt "pdfgeneralpage|emptypages"
msgid "Exp_ort automatically inserted blank pages"
msgstr ""
-#: pdfgeneralpage.ui:635
+#: filter/uiconfig/ui/pdfgeneralpage.ui:631
msgctxt "pdfgeneralpage|viewpdf"
msgid "_View PDF after export"
msgstr ""
-#: pdfgeneralpage.ui:650
+#: filter/uiconfig/ui/pdfgeneralpage.ui:646
msgctxt "pdfgeneralpage|usereferencexobject"
msgid "Use reference XObjects"
msgstr ""
-#: pdfgeneralpage.ui:665
+#: filter/uiconfig/ui/pdfgeneralpage.ui:661
msgctxt "pdfgeneralpage|hiddenpages"
msgid "Export _hidden pages"
msgstr ""
-#: pdfgeneralpage.ui:680
+#: filter/uiconfig/ui/pdfgeneralpage.ui:676
msgctxt "pdfgeneralpage|notes"
msgid "Export _notes pages"
msgstr ""
-#: pdfgeneralpage.ui:700
+#: filter/uiconfig/ui/pdfgeneralpage.ui:696
msgctxt "pdfgeneralpage|onlynotes"
msgid "Export onl_y notes pages"
msgstr ""
-#: pdfgeneralpage.ui:723
+#: filter/uiconfig/ui/pdfgeneralpage.ui:719
msgctxt "pdfgeneralpage|label4"
msgid "General"
msgstr "Algemeen"
-#: pdflinkspage.ui:29
+#: filter/uiconfig/ui/pdflinkspage.ui:29
msgctxt "pdflinkspage|export"
msgid "Export bookmarks as named destinations"
msgstr ""
-#: pdflinkspage.ui:47
+#: filter/uiconfig/ui/pdflinkspage.ui:47
msgctxt "pdflinkspage|convert"
msgid "_Convert document references to PDF targets"
msgstr ""
-#: pdflinkspage.ui:65
+#: filter/uiconfig/ui/pdflinkspage.ui:65
msgctxt "pdflinkspage|exporturl"
msgid "Export _URLs relative to file system"
msgstr ""
-#: pdflinkspage.ui:89
+#: filter/uiconfig/ui/pdflinkspage.ui:89
msgctxt "pdflinkspage|label1"
msgid "General"
msgstr "Algemeen"
-#: pdflinkspage.ui:121
+#: filter/uiconfig/ui/pdflinkspage.ui:121
#, fuzzy
msgctxt "pdflinkspage|default"
msgid "Default mode"
msgstr "Verstek datum"
-#: pdflinkspage.ui:140
+#: filter/uiconfig/ui/pdflinkspage.ui:140
msgctxt "pdflinkspage|openpdf"
msgid "Open with PDF reader application"
msgstr ""
-#: pdflinkspage.ui:158
+#: filter/uiconfig/ui/pdflinkspage.ui:158
msgctxt "pdflinkspage|openinternet"
msgid "Open _with Internet browser"
msgstr ""
-#: pdflinkspage.ui:182
+#: filter/uiconfig/ui/pdflinkspage.ui:182
msgctxt "pdflinkspage|label5"
msgid "Cross-document Links"
msgstr ""
-#: pdfoptionsdialog.ui:8
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:8
msgctxt "pdfoptionsdialog|PdfOptionsDialog"
msgid "PDF Options"
msgstr ""
-#: pdfoptionsdialog.ui:22
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:22
#, fuzzy
msgctxt "pdfoptionsdialog|ok"
msgid "E_xport"
msgstr "Uitvoer"
-#: pdfoptionsdialog.ui:92
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:92
msgctxt "pdfoptionsdialog|general"
msgid "General"
msgstr "Algemeen"
-#: pdfoptionsdialog.ui:114
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:114
msgctxt "pdfoptionsdialog|initialview"
msgid "Initial View"
msgstr ""
-#: pdfoptionsdialog.ui:137
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:137
msgctxt "pdfoptionsdialog|userinterface"
msgid "User Interface"
msgstr ""
-#: pdfoptionsdialog.ui:160
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:160
#, fuzzy
msgctxt "pdfoptionsdialog|links"
msgid "Links"
msgstr "~Skakels"
-#: pdfoptionsdialog.ui:183
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:183
#, fuzzy
msgctxt "pdfoptionsdialog|security"
msgid "Security"
msgstr "Sekuriteit"
-#: pdfoptionsdialog.ui:206
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:206
#, fuzzy
msgctxt "pdfoptionsdialog|digitalsignatures"
msgid "Digital Signatures"
msgstr "Digitale handtekeninge..."
-#: pdfsecuritypage.ui:30
+#: filter/uiconfig/ui/pdfsecuritypage.ui:30
msgctxt "pdfsecuritypage|setpassword"
msgid "Set _Passwords…"
msgstr ""
-#: pdfsecuritypage.ui:53
+#: filter/uiconfig/ui/pdfsecuritypage.ui:53
msgctxt "pdfsecuritypage|label5"
msgid "Open password set"
msgstr ""
-#: pdfsecuritypage.ui:65
+#: filter/uiconfig/ui/pdfsecuritypage.ui:65
msgctxt "pdfsecuritypage|label6"
msgid "PDF document will be encrypted"
msgstr ""
-#: pdfsecuritypage.ui:88
+#: filter/uiconfig/ui/pdfsecuritypage.ui:88
msgctxt "pdfsecuritypage|label7"
msgid "No open password set"
msgstr ""
-#: pdfsecuritypage.ui:100
+#: filter/uiconfig/ui/pdfsecuritypage.ui:100
msgctxt "pdfsecuritypage|label8"
msgid "PDF document will not be encrypted"
msgstr ""
-#: pdfsecuritypage.ui:123
+#: filter/uiconfig/ui/pdfsecuritypage.ui:123
msgctxt "pdfsecuritypage|label30"
msgid "PDF document will not be encrypted due to PDF/A export."
msgstr ""
-#: pdfsecuritypage.ui:147
+#: filter/uiconfig/ui/pdfsecuritypage.ui:147
msgctxt "pdfsecuritypage|label9"
msgid "Permission password set"
msgstr ""
-#: pdfsecuritypage.ui:159
+#: filter/uiconfig/ui/pdfsecuritypage.ui:159
msgctxt "pdfsecuritypage|label11"
msgid "PDF document will be restricted"
msgstr ""
-#: pdfsecuritypage.ui:182
+#: filter/uiconfig/ui/pdfsecuritypage.ui:182
msgctxt "pdfsecuritypage|label12"
msgid "No permission password set"
msgstr ""
-#: pdfsecuritypage.ui:194
+#: filter/uiconfig/ui/pdfsecuritypage.ui:194
msgctxt "pdfsecuritypage|label13"
msgid "PDF document will be unrestricted"
msgstr ""
-#: pdfsecuritypage.ui:217
+#: filter/uiconfig/ui/pdfsecuritypage.ui:217
msgctxt "pdfsecuritypage|label14"
msgid "PDF document will not be restricted due to PDF/A export."
msgstr ""
-#: pdfsecuritypage.ui:237
+#: filter/uiconfig/ui/pdfsecuritypage.ui:237
msgctxt "pdfsecuritypage|setpasswordstitle"
msgid "Set Passwords"
msgstr ""
-#: pdfsecuritypage.ui:253
+#: filter/uiconfig/ui/pdfsecuritypage.ui:253
msgctxt "pdfsecuritypage|label2"
msgid "File Encryption and Permission"
msgstr ""
-#: pdfsecuritypage.ui:291
+#: filter/uiconfig/ui/pdfsecuritypage.ui:291
msgctxt "pdfsecuritypage|printnone"
msgid "_Not permitted"
msgstr ""
-#: pdfsecuritypage.ui:307
+#: filter/uiconfig/ui/pdfsecuritypage.ui:307
msgctxt "pdfsecuritypage|printlow"
msgid "_Low resolution (150 dpi)"
msgstr ""
-#: pdfsecuritypage.ui:323
+#: filter/uiconfig/ui/pdfsecuritypage.ui:323
msgctxt "pdfsecuritypage|printhigh"
msgid "_High resolution"
msgstr ""
-#: pdfsecuritypage.ui:346
+#: filter/uiconfig/ui/pdfsecuritypage.ui:346
msgctxt "pdfsecuritypage|label1"
msgid "Printing"
msgstr ""
-#: pdfsecuritypage.ui:378
+#: filter/uiconfig/ui/pdfsecuritypage.ui:378
msgctxt "pdfsecuritypage|changenone"
msgid "No_t permitted"
msgstr ""
-#: pdfsecuritypage.ui:394
+#: filter/uiconfig/ui/pdfsecuritypage.ui:394
msgctxt "pdfsecuritypage|changeinsdel"
msgid "_Inserting, deleting, and rotating pages"
msgstr ""
-#: pdfsecuritypage.ui:410
+#: filter/uiconfig/ui/pdfsecuritypage.ui:410
msgctxt "pdfsecuritypage|changeform"
msgid "_Filling in form fields"
msgstr ""
-#: pdfsecuritypage.ui:426
+#: filter/uiconfig/ui/pdfsecuritypage.ui:426
msgctxt "pdfsecuritypage|changecomment"
msgid "_Commenting, filling in form fields"
msgstr ""
-#: pdfsecuritypage.ui:442
+#: filter/uiconfig/ui/pdfsecuritypage.ui:442
msgctxt "pdfsecuritypage|changeany"
msgid "_Any except extracting pages"
msgstr ""
-#: pdfsecuritypage.ui:465
+#: filter/uiconfig/ui/pdfsecuritypage.ui:465
#, fuzzy
msgctxt "pdfsecuritypage|label3"
msgid "Changes"
msgstr "Veranderinge"
-#: pdfsecuritypage.ui:497
+#: filter/uiconfig/ui/pdfsecuritypage.ui:497
msgctxt "pdfsecuritypage|enablecopy"
msgid "Ena_ble copying of content"
msgstr ""
-#: pdfsecuritypage.ui:513
+#: filter/uiconfig/ui/pdfsecuritypage.ui:513
msgctxt "pdfsecuritypage|enablea11y"
msgid "Enable text access for acce_ssibility tools"
msgstr ""
-#: pdfsecuritypage.ui:535
+#: filter/uiconfig/ui/pdfsecuritypage.ui:535
msgctxt "pdfsecuritypage|label4"
msgid "Content"
msgstr "Inhoud"
-#: pdfsignpage.ui:37
+#: filter/uiconfig/ui/pdfsignpage.ui:37
msgctxt "pdfsignpage|label2"
msgid "Use this certificate to digitally sign PDF documents:"
msgstr ""
-#: pdfsignpage.ui:60
+#: filter/uiconfig/ui/pdfsignpage.ui:59
#, fuzzy
msgctxt "pdfsignpage|select"
msgid "Select..."
msgstr "~Kies..."
-#: pdfsignpage.ui:159
+#: filter/uiconfig/ui/pdfsignpage.ui:154
msgctxt "pdfsignpage|tsa"
msgid "None"
msgstr "Geen"
-#: pdfsignpage.ui:172
+#: filter/uiconfig/ui/pdfsignpage.ui:167
msgctxt "pdfsignpage|label7"
msgid "Certificate password:"
msgstr ""
-#: pdfsignpage.ui:186
+#: filter/uiconfig/ui/pdfsignpage.ui:181
msgctxt "pdfsignpage|label12"
msgid "Location:"
msgstr "Ligging:"
-#: pdfsignpage.ui:200
+#: filter/uiconfig/ui/pdfsignpage.ui:195
msgctxt "pdfsignpage|label13"
msgid "Contact information:"
msgstr ""
-#: pdfsignpage.ui:214
+#: filter/uiconfig/ui/pdfsignpage.ui:209
msgctxt "pdfsignpage|label14"
msgid "Reason:"
msgstr ""
-#: pdfsignpage.ui:228
+#: filter/uiconfig/ui/pdfsignpage.ui:223
msgctxt "pdfsignpage|label15"
msgid "Time Stamp Authority:"
msgstr ""
-#: pdfsignpage.ui:251
+#: filter/uiconfig/ui/pdfsignpage.ui:246
msgctxt "pdfsignpage|label1"
msgid "Certificate"
msgstr ""
-#: pdfuserinterfacepage.ui:43
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:43
msgctxt "pdfuserinterfacepage|center"
msgid "_Center window on screen"
msgstr ""
-#: pdfuserinterfacepage.ui:59
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:59
msgctxt "pdfuserinterfacepage|resize"
msgid "_Resize window to initial page"
msgstr ""
-#: pdfuserinterfacepage.ui:75
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:75
msgctxt "pdfuserinterfacepage|open"
msgid "_Open in full screen mode"
msgstr ""
-#: pdfuserinterfacepage.ui:91
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:91
msgctxt "pdfuserinterfacepage|display"
msgid "_Display document title"
msgstr ""
-#: pdfuserinterfacepage.ui:113
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:113
msgctxt "pdfuserinterfacepage|label1"
msgid "Window Options"
msgstr ""
-#: pdfuserinterfacepage.ui:144
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:144
msgctxt "pdfuserinterfacepage|toolbar"
msgid "Hide _toolbar"
msgstr ""
-#: pdfuserinterfacepage.ui:160
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:160
msgctxt "pdfuserinterfacepage|menubar"
msgid "Hide _menubar"
msgstr ""
-#: pdfuserinterfacepage.ui:176
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:176
msgctxt "pdfuserinterfacepage|window"
msgid "Hide _window controls"
msgstr ""
-#: pdfuserinterfacepage.ui:198
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:198
msgctxt "pdfuserinterfacepage|label2"
msgid "User Interface Options"
msgstr ""
-#: pdfuserinterfacepage.ui:228
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:228
msgctxt "pdfuserinterfacepage|effects"
msgid "_Use transition effects"
msgstr ""
-#: pdfuserinterfacepage.ui:250
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:250
#, fuzzy
msgctxt "pdfuserinterfacepage|label3"
msgid "Transitions"
msgstr "Transaksies"
-#: pdfuserinterfacepage.ui:282
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:282
msgctxt "pdfuserinterfacepage|allbookmarks"
msgid "_All bookmark levels"
msgstr ""
-#: pdfuserinterfacepage.ui:299
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:299
msgctxt "pdfuserinterfacepage|visiblebookmark"
msgid "_Visible bookmark levels:"
msgstr ""
-#: pdfuserinterfacepage.ui:343
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:342
msgctxt "pdfuserinterfacepage|label4"
msgid "Bookmarks"
msgstr "Boekmerke"
-#: pdfviewpage.ui:49
+#: filter/uiconfig/ui/pdfviewpage.ui:49
msgctxt "pdfviewpage|pageonly"
msgid "_Page only"
msgstr ""
-#: pdfviewpage.ui:66
+#: filter/uiconfig/ui/pdfviewpage.ui:66
msgctxt "pdfviewpage|outline"
msgid "_Bookmarks and page"
msgstr ""
-#: pdfviewpage.ui:82
+#: filter/uiconfig/ui/pdfviewpage.ui:82
msgctxt "pdfviewpage|thumbs"
msgid "_Thumbnails and page"
msgstr ""
-#: pdfviewpage.ui:106
+#: filter/uiconfig/ui/pdfviewpage.ui:106
msgctxt "pdfviewpage|label4"
msgid "Open on pa_ge:"
msgstr ""
-#: pdfviewpage.ui:141
+#: filter/uiconfig/ui/pdfviewpage.ui:140
#, fuzzy
msgctxt "pdfviewpage|label2"
msgid "Panes"
msgstr "Bladsye"
-#: pdfviewpage.ui:173
+#: filter/uiconfig/ui/pdfviewpage.ui:172
#, fuzzy
msgctxt "pdfviewpage|fitdefault"
msgid "_Default"
msgstr "Verstek"
-#: pdfviewpage.ui:190
+#: filter/uiconfig/ui/pdfviewpage.ui:189
msgctxt "pdfviewpage|fitwin"
msgid "_Fit in window"
msgstr ""
-#: pdfviewpage.ui:206
+#: filter/uiconfig/ui/pdfviewpage.ui:205
msgctxt "pdfviewpage|fitwidth"
msgid "Fit _width"
msgstr ""
-#: pdfviewpage.ui:222
+#: filter/uiconfig/ui/pdfviewpage.ui:221
msgctxt "pdfviewpage|fitvis"
msgid "Fit _visible"
msgstr ""
-#: pdfviewpage.ui:243
+#: filter/uiconfig/ui/pdfviewpage.ui:242
#, fuzzy
msgctxt "pdfviewpage|fitzoom"
msgid "_Zoom factor:"
msgstr "Zoemfaktor"
-#: pdfviewpage.ui:289
+#: filter/uiconfig/ui/pdfviewpage.ui:287
msgctxt "pdfviewpage|label3"
msgid "Magnification"
msgstr ""
-#: pdfviewpage.ui:328
+#: filter/uiconfig/ui/pdfviewpage.ui:326
#, fuzzy
msgctxt "pdfviewpage|defaultlayout"
msgid "D_efault"
msgstr "Verstek"
-#: pdfviewpage.ui:345
+#: filter/uiconfig/ui/pdfviewpage.ui:343
msgctxt "pdfviewpage|singlelayout"
msgid "_Single page"
msgstr ""
-#: pdfviewpage.ui:361
+#: filter/uiconfig/ui/pdfviewpage.ui:359
#, fuzzy
msgctxt "pdfviewpage|contlayout"
msgid "_Continuous"
msgstr "Aaneenlopend"
-#: pdfviewpage.ui:377
+#: filter/uiconfig/ui/pdfviewpage.ui:375
msgctxt "pdfviewpage|contfacinglayout"
msgid "C_ontinuous facing"
msgstr ""
-#: pdfviewpage.ui:393
+#: filter/uiconfig/ui/pdfviewpage.ui:391
msgctxt "pdfviewpage|firstonleft"
msgid "First page is _left"
msgstr ""
-#: pdfviewpage.ui:415
+#: filter/uiconfig/ui/pdfviewpage.ui:413
msgctxt "pdfviewpage|label1"
msgid "Page Layout"
msgstr ""
-#: testxmlfilter.ui:8
+#: filter/uiconfig/ui/testxmlfilter.ui:8
msgctxt "testxmlfilter|TestXMLFilterDialog"
msgid "Test XML Filter: %s"
msgstr ""
-#: testxmlfilter.ui:89
+#: filter/uiconfig/ui/testxmlfilter.ui:91
msgctxt "testxmlfilter|label3"
msgid "XSLT for export"
msgstr ""
-#: testxmlfilter.ui:102
+#: filter/uiconfig/ui/testxmlfilter.ui:104
msgctxt "testxmlfilter|label4"
msgid "Transform document"
msgstr ""
-#: testxmlfilter.ui:111
+#: filter/uiconfig/ui/testxmlfilter.ui:114
msgctxt "testxmlfilter|exportbrowse"
msgid "Browse..."
msgstr "Blaai..."
-#: testxmlfilter.ui:123
+#: filter/uiconfig/ui/testxmlfilter.ui:126
#, fuzzy
msgctxt "testxmlfilter|currentdocument"
msgid "Current Document"
msgstr "Druk dokument"
-#: testxmlfilter.ui:168
+#: filter/uiconfig/ui/testxmlfilter.ui:171
msgctxt "testxmlfilter|label1"
msgid "Export"
msgstr "Uitvoer"
-#: testxmlfilter.ui:205
+#: filter/uiconfig/ui/testxmlfilter.ui:207
msgctxt "testxmlfilter|label5"
msgid "XSLT for import"
msgstr ""
-#: testxmlfilter.ui:214
+#: filter/uiconfig/ui/testxmlfilter.ui:217
msgctxt "testxmlfilter|importbrowse"
msgid "Browse..."
msgstr "Blaai..."
-#: testxmlfilter.ui:226
+#: filter/uiconfig/ui/testxmlfilter.ui:229
msgctxt "testxmlfilter|recentfile"
msgid "Recent File"
msgstr ""
-#: testxmlfilter.ui:242
+#: filter/uiconfig/ui/testxmlfilter.ui:244
msgctxt "testxmlfilter|templateimport"
msgid "Template for import"
msgstr ""
-#: testxmlfilter.ui:262
+#: filter/uiconfig/ui/testxmlfilter.ui:265
msgctxt "testxmlfilter|displaysource"
msgid "Display source"
msgstr ""
-#: testxmlfilter.ui:281
+#: filter/uiconfig/ui/testxmlfilter.ui:283
msgctxt "testxmlfilter|label6"
msgid "Transform file"
msgstr ""
-#: testxmlfilter.ui:326
+#: filter/uiconfig/ui/testxmlfilter.ui:329
msgctxt "testxmlfilter|label2"
msgid "Import"
msgstr "Invoer"
-#: warnpdfdialog.ui:9
+#: filter/uiconfig/ui/warnpdfdialog.ui:19
msgctxt "warnpdfdialog|WarnPDFDialog"
msgid "Problems During PDF Export"
msgstr ""
-#: warnpdfdialog.ui:15
+#: filter/uiconfig/ui/warnpdfdialog.ui:26
msgctxt "warnpdfdialog|WarnPDFDialog"
msgid "During PDF export the following problems occurred:"
msgstr ""
-#: xmlfiltersettings.ui:9
+#: filter/uiconfig/ui/xmlfiltersettings.ui:9
#, fuzzy
msgctxt "xmlfiltersettings|XMLFilterSettingsDialog"
msgid "XML Filter Settings"
msgstr "~XML-filterinstellings..."
-#: xmlfiltersettings.ui:24
+#: filter/uiconfig/ui/xmlfiltersettings.ui:24
#, fuzzy
msgctxt "xmlfiltersettings|new"
msgid "_New..."
msgstr "Nuwe..."
-#: xmlfiltersettings.ui:38
+#: filter/uiconfig/ui/xmlfiltersettings.ui:38
#, fuzzy
msgctxt "xmlfiltersettings|edit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: xmlfiltersettings.ui:52
+#: filter/uiconfig/ui/xmlfiltersettings.ui:52
msgctxt "xmlfiltersettings|test"
msgid "_Test XSLTs..."
msgstr ""
-#: xmlfiltersettings.ui:66
+#: filter/uiconfig/ui/xmlfiltersettings.ui:66
#, fuzzy
msgctxt "xmlfiltersettings|delete"
msgid "_Delete..."
msgstr "Skrap..."
-#: xmlfiltersettings.ui:80
+#: filter/uiconfig/ui/xmlfiltersettings.ui:80
msgctxt "xmlfiltersettings|save"
msgid "_Save as Package..."
msgstr ""
-#: xmlfiltersettings.ui:94
+#: filter/uiconfig/ui/xmlfiltersettings.ui:94
msgctxt "xmlfiltersettings|open"
msgid "_Open Package..."
msgstr ""
-#: xmlfiltersettings.ui:151
+#: filter/uiconfig/ui/xmlfiltersettings.ui:151
msgctxt "xmlfiltersettings|filterlist-atkobject"
msgid "XML Filter List"
msgstr "XML-filter Leis"
-#: xmlfiltertabpagegeneral.ui:23
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:22
#, fuzzy
msgctxt "xmlfiltertabpagegeneral|label2"
msgid "_Filter name:"
msgstr "Lêernaam:"
-#: xmlfiltertabpagegeneral.ui:37
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:36
#, fuzzy
msgctxt "xmlfiltertabpagegeneral|label3"
msgid "_Application:"
msgstr "~Toepassing:"
-#: xmlfiltertabpagegeneral.ui:51
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:50
msgctxt "xmlfiltertabpagegeneral|label4"
msgid "_Name of file type:"
msgstr ""
-#: xmlfiltertabpagegeneral.ui:65
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:64
msgctxt "xmlfiltertabpagegeneral|label5"
msgid "File _extension:"
msgstr ""
-#: xmlfiltertabpagegeneral.ui:80
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:78
#, fuzzy
msgctxt "xmlfiltertabpagegeneral|label6"
msgid "Comment_s:"
msgstr "Opmerkings:"
-#: xmlfiltertabpagetransformation.ui:25
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:23
msgctxt "xmlfiltertabpagetransformation|label2"
msgid "_DocType:"
msgstr ""
-#: xmlfiltertabpagetransformation.ui:52
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:50
msgctxt "xmlfiltertabpagetransformation|label4"
msgid "_XSLT for export:"
msgstr ""
-#: xmlfiltertabpagetransformation.ui:63
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:62
#, fuzzy
msgctxt "xmlfiltertabpagetransformation|browseexport"
msgid "Brows_e..."
msgstr "Blaai..."
-#: xmlfiltertabpagetransformation.ui:79
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:77
msgctxt "xmlfiltertabpagetransformation|label5"
msgid "XSLT _for import:"
msgstr ""
-#: xmlfiltertabpagetransformation.ui:90
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:89
#, fuzzy
msgctxt "xmlfiltertabpagetransformation|browseimport"
msgid "B_rowse..."
msgstr "Blaai..."
-#: xmlfiltertabpagetransformation.ui:106
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:104
msgctxt "xmlfiltertabpagetransformation|label6"
msgid "Template for _import:"
msgstr ""
-#: xmlfiltertabpagetransformation.ui:117
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:116
msgctxt "xmlfiltertabpagetransformation|browsetemp"
msgid "Browse..."
msgstr "Blaai..."
-#: xmlfiltertabpagetransformation.ui:175
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:189
msgctxt "xmlfiltertabpagetransformation|filtercb"
msgid "The filter needs XSLT 2.0 processor"
msgstr ""
-#: xsltfilterdialog.ui:8
+#: filter/uiconfig/ui/xsltfilterdialog.ui:8
msgctxt "xsltfilterdialog|XSLTFilterDialog"
msgid "XML Filter: %s"
msgstr ""
-#: xsltfilterdialog.ui:92
+#: filter/uiconfig/ui/xsltfilterdialog.ui:119
msgctxt "xsltfilterdialog|general"
msgid "General"
msgstr "Algemeen"
-#: xsltfilterdialog.ui:114
+#: filter/uiconfig/ui/xsltfilterdialog.ui:165
msgctxt "xsltfilterdialog|transformation"
msgid "Transformation"
msgstr ""
diff --git a/source/af/filter/source/config/fragments/filters.po b/source/af/filter/source/config/fragments/filters.po
index f6320a45ed7..cc37f8722f1 100644
--- a/source/af/filter/source/config/fragments/filters.po
+++ b/source/af/filter/source/config/fragments/filters.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-06 15:59+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
"PO-Revision-Date: 2016-12-01 12:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -41,7 +41,7 @@ msgctxt ""
"Apple Keynote\n"
"UIName\n"
"value.text"
-msgid "Apple Keynote 5"
+msgid "Apple Keynote"
msgstr ""
#: AppleNumbers.xcu
@@ -50,7 +50,7 @@ msgctxt ""
"Apple Numbers\n"
"UIName\n"
"value.text"
-msgid "Apple Numbers 2"
+msgid "Apple Numbers"
msgstr ""
#: ApplePages.xcu
@@ -59,7 +59,7 @@ msgctxt ""
"Apple Pages\n"
"UIName\n"
"value.text"
-msgid "Apple Pages 4"
+msgid "Apple Pages"
msgstr ""
#: BMP___MS_Windows.xcu
@@ -323,6 +323,15 @@ msgctxt ""
msgid "Microsoft Excel 2003 XML"
msgstr "Microsoft Excel 2003 XML"
+#: MS_Excel_2003_XML_Orcus.xcu
+msgctxt ""
+"MS_Excel_2003_XML_Orcus.xcu\n"
+"MS Excel 2003 XML Orcus\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 2003 XML"
+msgstr ""
+
#: MS_Excel_4_0.xcu
msgctxt ""
"MS_Excel_4_0.xcu\n"
@@ -456,8 +465,8 @@ msgctxt ""
"MS Word 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML"
-msgstr "Microsoft Word 2007-2013 XML"
+msgid "Microsoft Word OOXML"
+msgstr ""
#: MS_Word_2007_XML_Template.xcu
msgctxt ""
@@ -465,18 +474,17 @@ msgctxt ""
"MS Word 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML Template"
-msgstr "Microsoft Word 2007-2103-XML-sjabloon"
+msgid "Microsoft Word OOXML Template"
+msgstr ""
#: MS_Word_2007_XML_VBA.xcu
-#, fuzzy
msgctxt ""
"MS_Word_2007_XML_VBA.xcu\n"
"MS Word 2007 XML VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML VBA"
-msgstr "Microsoft Word 2007-2013 XML"
+msgid "Microsoft Word OOXML VBA"
+msgstr ""
#: MS_Word_95.xcu
msgctxt ""
@@ -1282,8 +1290,8 @@ msgctxt ""
"Calc MS Excel 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML"
-msgstr "Microsoft Excel 2007-2013 XML"
+msgid "Microsoft Excel OOXML"
+msgstr ""
#: calc_MS_Excel_2007_XML_Template.xcu
msgctxt ""
@@ -1291,8 +1299,8 @@ msgctxt ""
"Calc MS Excel 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML Template"
-msgstr "Microsoft Excel 2007-2013-XML-sjabloon"
+msgid "Microsoft Excel OOXML Template"
+msgstr ""
#: calc_OOXML.xcu
msgctxt ""
@@ -1562,8 +1570,8 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML"
-msgstr "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML"
+msgstr ""
#: impress_MS_PowerPoint_2007_XML_AutoPlay.xcu
msgctxt ""
@@ -1571,8 +1579,8 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML AutoPlay\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML AutoPlay"
-msgstr "Microsoft PowerPoint 2007-2013 XML Auto-speel"
+msgid "Microsoft PowerPoint OOXML AutoPlay"
+msgstr ""
#: impress_MS_PowerPoint_2007_XML_Template.xcu
msgctxt ""
@@ -1580,18 +1588,17 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML Template"
-msgstr "Microsoft PowerPoint 2007-3013 XML-sjabloon"
+msgid "Microsoft PowerPoint OOXML Template"
+msgstr ""
#: impress_MS_PowerPoint_2007_XML_VBA.xcu
-#, fuzzy
msgctxt ""
"impress_MS_PowerPoint_2007_XML_VBA.xcu\n"
"Impress MS PowerPoint 2007 XML VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML VBA"
-msgstr "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML VBA"
+msgstr ""
#: impress_OOXML.xcu
msgctxt ""
diff --git a/source/af/filter/source/config/fragments/types.po b/source/af/filter/source/config/fragments/types.po
index 362af788a3f..874e70e1493 100644
--- a/source/af/filter/source/config/fragments/types.po
+++ b/source/af/filter/source/config/fragments/types.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
"PO-Revision-Date: 2016-02-29 18:26+0000\n"
"Last-Translator: Noel Grandin <noelgrandin@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -40,8 +40,8 @@ msgctxt ""
"MS Excel 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML"
-msgstr "Microsoft Excel 2007-2013 XML"
+msgid "Microsoft Excel OOXML"
+msgstr ""
#: MS_Excel_2007_XML_Template.xcu
msgctxt ""
@@ -49,8 +49,8 @@ msgctxt ""
"MS Excel 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML Template"
-msgstr "Microsoft Excel 2007-2013 XML-sjabloon"
+msgid "Microsoft Excel OOXML Template"
+msgstr ""
#: MS_PowerPoint_2007_XML.xcu
msgctxt ""
@@ -58,8 +58,8 @@ msgctxt ""
"MS PowerPoint 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML"
-msgstr "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML"
+msgstr ""
#: MS_PowerPoint_2007_XML_AutoPlay.xcu
msgctxt ""
@@ -67,8 +67,8 @@ msgctxt ""
"MS PowerPoint 2007 XML AutoPlay\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML"
-msgstr "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML"
+msgstr ""
#: MS_PowerPoint_2007_XML_Template.xcu
msgctxt ""
@@ -76,18 +76,17 @@ msgctxt ""
"MS PowerPoint 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML Template"
-msgstr "Microsoft PowerPoint 2007-2013 XML-sjabloon"
+msgid "Microsoft PowerPoint OOXML Template"
+msgstr ""
#: MS_PowerPoint_2007_XML_VBA.xcu
-#, fuzzy
msgctxt ""
"MS_PowerPoint_2007_XML_VBA.xcu\n"
"MS PowerPoint 2007 XML VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML VBA"
-msgstr "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML VBA"
+msgstr ""
#: StarBase.xcu
msgctxt ""
@@ -304,8 +303,8 @@ msgctxt ""
"writer_MS_Word_2007\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML"
-msgstr "Microsoft Word 2007-2013 XML"
+msgid "Microsoft Word OOXML"
+msgstr ""
#: writer_MS_Word_2007_XML_Template.xcu
msgctxt ""
@@ -313,18 +312,17 @@ msgctxt ""
"writer_MS_Word_2007_Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML Template"
-msgstr "Microsoft Word 2007-2013 XML-sjabloon"
+msgid "Microsoft Word OOXML Template"
+msgstr ""
#: writer_MS_Word_2007_XML_VBA.xcu
-#, fuzzy
msgctxt ""
"writer_MS_Word_2007_XML_VBA.xcu\n"
"writer_MS_Word_2007_VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML VBA"
-msgstr "Microsoft Word 2007-2013 XML"
+msgid "Microsoft Word OOXML VBA"
+msgstr ""
#: writer_ODT_FlatXML.xcu
msgctxt ""
diff --git a/source/af/forms/messages.po b/source/af/forms/messages.po
index a7c21a6a35c..3d9e3fc4757 100644
--- a/source/af/forms/messages.po
+++ b/source/af/forms/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,113 +13,113 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: forms/inc/strings.hrc:25
msgctxt "RID_BASELISTBOX_ERROR_FILLLIST"
msgid "The contents of a combo box or list field could not be determined."
msgstr "Die inhoud van 'n kombinasiekassie of lysveld kon nie bepaal word nie."
-#: strings.hrc:26
+#: forms/inc/strings.hrc:26
#, fuzzy
msgctxt "RID_STR_IMPORT_GRAPHIC"
msgid "Insert Image"
msgstr "Voeg bladsy in"
-#: strings.hrc:27
+#: forms/inc/strings.hrc:27
msgctxt "RID_STR_CONTROL_SUBSTITUTED_NAME"
msgid "substituted"
msgstr "vervang"
-#: strings.hrc:28
+#: forms/inc/strings.hrc:28
msgctxt "RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN"
msgid "An error occurred while this control was being loaded. It was therefore replaced with a placeholder."
msgstr "'n Fout het voorgekom terwyl hierdie kontrole gelaai is. Dit is dus deur 'n plekhouer vervang."
-#: strings.hrc:29
+#: forms/inc/strings.hrc:29
msgctxt "RID_STR_READERROR"
msgid "Error reading data from database"
msgstr "Fout met lees van data uit databasis"
-#: strings.hrc:30
+#: forms/inc/strings.hrc:30
msgctxt "RID_STR_CONNECTERROR"
msgid "Connection failed"
msgstr "Verbinding het misluk"
-#: strings.hrc:31
+#: forms/inc/strings.hrc:31
msgctxt "RID_ERR_LOADING_FORM"
msgid "The data content could not be loaded."
msgstr "Die data-inhoud kon nie gelaai word nie."
-#: strings.hrc:32
+#: forms/inc/strings.hrc:32
msgctxt "RID_ERR_REFRESHING_FORM"
msgid "The data content could not be updated"
msgstr "Die data-inhou kon nie bygewerk word nie"
-#: strings.hrc:33
+#: forms/inc/strings.hrc:33
msgctxt "RID_STR_ERR_INSERTRECORD"
msgid "Error inserting the new record"
msgstr "Kon nie nuwe rekord invoeg nie"
-#: strings.hrc:34
+#: forms/inc/strings.hrc:34
msgctxt "RID_STR_ERR_UPDATERECORD"
msgid "Error updating the current record"
msgstr "Kon nie die huidige rekord bywerk nie"
-#: strings.hrc:35
+#: forms/inc/strings.hrc:35
msgctxt "RID_STR_ERR_DELETERECORD"
msgid "Error deleting the current record"
msgstr "Kon nie die huidige rekord skrap nie"
-#: strings.hrc:36
+#: forms/inc/strings.hrc:36
msgctxt "RID_STR_ERR_DELETERECORDS"
msgid "Error deleting the specified records"
msgstr "Kon nie die gespesifiseerde rekords skrap nie"
-#: strings.hrc:37
+#: forms/inc/strings.hrc:37
msgctxt "RID_STR_NEED_NON_NULL_OBJECT"
msgid "The object cannot be NULL."
msgstr "Die objek kan nie NUL wees nie."
-#: strings.hrc:38
+#: forms/inc/strings.hrc:38
msgctxt "RID_STR_OPEN_GRAPHICS"
msgid "Insert Image from..."
msgstr ""
-#: strings.hrc:39
+#: forms/inc/strings.hrc:39
msgctxt "RID_STR_CLEAR_GRAPHICS"
msgid "Remove Image"
msgstr ""
-#: strings.hrc:40
+#: forms/inc/strings.hrc:40
msgctxt "RID_STR_INVALIDSTREAM"
msgid "The given stream is invalid."
msgstr "Die gegewe stroom is ongeldig."
-#: strings.hrc:41
+#: forms/inc/strings.hrc:41
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Sintaksfout in navraaguitdrukking"
-#: strings.hrc:42
+#: forms/inc/strings.hrc:42
msgctxt "RID_STR_INCOMPATIBLE_TYPES"
msgid "The value types supported by the binding cannot be used for exchanging data with this control."
msgstr "Die waardesoorte wat deur die binding ondersteun word, kan nie vir die ruil van data met hierdie kontrole gebruik word nie."
-#: strings.hrc:43
+#: forms/inc/strings.hrc:43
msgctxt "RID_STR_LABEL_RECORD"
msgid "Record"
msgstr "Rekord"
-#: strings.hrc:44
+#: forms/inc/strings.hrc:44
msgctxt "RID_STR_INVALID_VALIDATOR"
msgid "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator."
msgstr "Die kontrole is aan 'n eksterne waardebinding verbind, wat terselfdertyd as valideerder optree. U moet die waardebinding herroep voor u 'n nuwe valideerder kan opstel."
-#: strings.hrc:45
+#: forms/inc/strings.hrc:45
msgctxt "RID_STR_LABEL_OF"
msgid "of"
msgstr "van"
-#: strings.hrc:46
+#: forms/inc/strings.hrc:46
msgctxt "RID_STR_QUERY_SAVE_MODIFIED_ROW"
msgid ""
"The content of the current form has been modified.\n"
@@ -128,182 +128,182 @@ msgstr ""
"Die inhoud van die huidige vorm is gewysig.\n"
"Wil u u wysigings stoor?"
-#: strings.hrc:47
+#: forms/inc/strings.hrc:47
msgctxt "RID_STR_COULD_NOT_SET_ORDER"
msgid "Error setting the sort criteria"
msgstr "Kon nie die sorteerkriteria stel nie"
-#: strings.hrc:48
+#: forms/inc/strings.hrc:48
msgctxt "RID_STR_COULD_NOT_SET_FILTER"
msgid "Error setting the filter criteria"
msgstr "Kon nie die filterkriteria stel nie"
-#: strings.hrc:49
+#: forms/inc/strings.hrc:49
msgctxt "RID_STR_FEATURE_REQUIRES_PARAMETERS"
msgid "To execute this function, parameters are needed."
msgstr "Om hierdie funksie uit te voer, is parameters nodig."
-#: strings.hrc:50
+#: forms/inc/strings.hrc:50
msgctxt "RID_STR_FEATURE_NOT_EXECUTABLE"
msgid "This function cannot be executed, but is only for status queries."
msgstr "Hierdie funksie kan nie uitgevoer word nie, en is net vir statusnavrae."
-#: strings.hrc:51
+#: forms/inc/strings.hrc:51
msgctxt "RID_STR_FEATURE_UNKNOWN"
msgid "Unknown function."
msgstr "Onbekende funksie."
-#: strings.hrc:53
+#: forms/inc/strings.hrc:53
msgctxt "RID_STR_XFORMS_NO_BINDING_EXPRESSION"
msgid "Please enter a binding expression."
msgstr "Tik asseblief 'n bindingsuitdrukking in."
-#: strings.hrc:54
+#: forms/inc/strings.hrc:54
msgctxt "RID_STR_XFORMS_INVALID_BINDING_EXPRESSION"
msgid "This is an invalid binding expression."
msgstr "Dit is 'n ongeldige bindinguitdrukking."
-#: strings.hrc:55
+#: forms/inc/strings.hrc:55
msgctxt "RID_STR_XFORMS_INVALID_VALUE"
msgid "Value is invalid."
msgstr "Waarde is ongeldig."
-#: strings.hrc:56
+#: forms/inc/strings.hrc:56
msgctxt "RID_STR_XFORMS_REQUIRED"
msgid "A value is required."
msgstr "'n Waarde word benodig."
-#: strings.hrc:57
+#: forms/inc/strings.hrc:57
msgctxt "RID_STR_XFORMS_INVALID_CONSTRAINT"
msgid "The constraint '$1' not validated."
msgstr "Die beperking '$1' is nie gevalideer nie."
-#: strings.hrc:58
+#: forms/inc/strings.hrc:58
msgctxt "RID_STR_XFORMS_VALUE_IS_NOT_A"
msgid "The value is not of the type '$2'."
msgstr "Die waarde is nie van die tipe '$2' nie."
-#: strings.hrc:59
+#: forms/inc/strings.hrc:59
msgctxt "RID_STR_XFORMS_VALUE_MAX_INCL"
msgid "The value must be smaller than or equal to $2."
msgstr "Die waarde moet kleiner as of gelyk aan $2 wees."
-#: strings.hrc:60
+#: forms/inc/strings.hrc:60
msgctxt "RID_STR_XFORMS_VALUE_MAX_EXCL"
msgid "The value must be smaller than $2."
msgstr "Die waarde moet kleiner as $2 wees."
-#: strings.hrc:61
+#: forms/inc/strings.hrc:61
msgctxt "RID_STR_XFORMS_VALUE_MIN_INCL"
msgid "The value must be greater than or equal to $2."
msgstr "Die waarde moet groter as of gelyk aan $2 wees."
-#: strings.hrc:62
+#: forms/inc/strings.hrc:62
msgctxt "RID_STR_XFORMS_VALUE_MIN_EXCL"
msgid "The value must be greater than $2."
msgstr "Die waarde moet groter as $2 wees."
-#: strings.hrc:63
+#: forms/inc/strings.hrc:63
msgctxt "RID_STR_XFORMS_VALUE_TOTAL_DIGITS"
msgid "$2 digits allowed at most."
msgstr "Maks $2 syfers toegelaat."
-#: strings.hrc:64
+#: forms/inc/strings.hrc:64
msgctxt "RID_STR_XFORMS_VALUE_FRACTION_DIGITS"
msgid "$2 fraction digits allowed at most."
msgstr "Maks $2 breuksyfers toegelaat."
-#: strings.hrc:65
+#: forms/inc/strings.hrc:65
msgctxt "RID_STR_XFORMS_VALUE_LENGTH"
msgid "The string must be $2 characters long."
msgstr "Die string moet $2 karakters lank wees."
-#: strings.hrc:66
+#: forms/inc/strings.hrc:66
msgctxt "RID_STR_XFORMS_VALUE_MIN_LENGTH"
msgid "The string must be at least $2 characters long."
msgstr "Die string moet ten minste $2 karakters lank wees."
-#: strings.hrc:67
+#: forms/inc/strings.hrc:67
msgctxt "RID_STR_XFORMS_VALUE_MAX_LENGTH"
msgid "The string can only be $2 characters long at most."
msgstr "Die string kan maks $2 karakters lank wees."
-#: strings.hrc:68
+#: forms/inc/strings.hrc:68
msgctxt "RID_STR_DATATYPE_STRING"
msgid "String"
msgstr "String"
-#: strings.hrc:69
+#: forms/inc/strings.hrc:69
msgctxt "RID_STR_DATATYPE_URL"
msgid "Hyperlink"
msgstr "Hiperskakel"
-#: strings.hrc:70
+#: forms/inc/strings.hrc:70
msgctxt "RID_STR_DATATYPE_BOOLEAN"
msgid "True/False (Boolean)"
msgstr "Waar/onwaar (Booles)"
-#: strings.hrc:71
+#: forms/inc/strings.hrc:71
msgctxt "RID_STR_DATATYPE_DECIMAL"
msgid "Decimal"
msgstr "Desimaal"
-#: strings.hrc:72
+#: forms/inc/strings.hrc:72
msgctxt "RID_STR_DATATYPE_FLOAT"
msgid "Floating point"
msgstr "Swewende punt"
-#: strings.hrc:73
+#: forms/inc/strings.hrc:73
msgctxt "RID_STR_DATATYPE_DOUBLE"
msgid "Double"
msgstr "Dubbel"
-#: strings.hrc:74
+#: forms/inc/strings.hrc:74
msgctxt "RID_STR_DATATYPE_DATE"
msgid "Date"
msgstr "Datum"
-#: strings.hrc:75
+#: forms/inc/strings.hrc:75
msgctxt "RID_STR_DATATYPE_TIME"
msgid "Time"
msgstr "Tyd"
-#: strings.hrc:76
+#: forms/inc/strings.hrc:76
msgctxt "RID_STR_DATATYPE_DATETIME"
msgid "Date and Time"
msgstr "Datum en tyd"
-#: strings.hrc:77
+#: forms/inc/strings.hrc:77
msgctxt "RID_STR_DATATYPE_YEAR"
msgid "Year"
msgstr "Jaar"
-#: strings.hrc:78
+#: forms/inc/strings.hrc:78
msgctxt "RID_STR_DATATYPE_MONTH"
msgid "Month"
msgstr "Maand"
-#: strings.hrc:79
+#: forms/inc/strings.hrc:79
msgctxt "RID_STR_DATATYPE_DAY"
msgid "Day"
msgstr "Dag"
-#: strings.hrc:80
+#: forms/inc/strings.hrc:80
msgctxt "RID_STR_XFORMS_CANT_EVALUATE"
msgid "Error during evaluation"
msgstr "Fout tydens evaluering"
-#: strings.hrc:81
+#: 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 "Die string '$1' stem nie met die vereiste regex '$2' ooreen nie."
-#: strings.hrc:82
+#: forms/inc/strings.hrc:82
msgctxt "RID_STR_XFORMS_BINDING_UI_NAME"
msgid "Binding"
msgstr "Binding"
-#: strings.hrc:83
+#: forms/inc/strings.hrc:83
msgctxt "RID_STR_XFORMS_CANT_REMOVE_TYPE"
msgid "This is a built-in type and cannot be removed."
msgstr ""
diff --git a/source/af/formula/messages.po b/source/af/formula/messages.po
index aff06df348e..429f821dc93 100644
--- a/source/af/formula/messages.po
+++ b/source/af/formula/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+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"
@@ -13,2259 +13,2259 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: core_resource.hrc:2258
+#: formula/inc/core_resource.hrc:2258
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IF"
msgstr "IF"
-#: core_resource.hrc:2259
+#: formula/inc/core_resource.hrc:2259
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IFERROR"
msgstr "ISERROR"
-#: core_resource.hrc:2260
+#: formula/inc/core_resource.hrc:2260
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IFNA"
msgstr "ISNA"
-#: core_resource.hrc:2261
+#: formula/inc/core_resource.hrc:2261
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHOOSE"
msgstr "CHOOSE"
-#: core_resource.hrc:2262
+#: formula/inc/core_resource.hrc:2262
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#All"
msgstr "Almal"
-#: core_resource.hrc:2263
+#: formula/inc/core_resource.hrc:2263
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Headers"
msgstr "Kop"
-#: core_resource.hrc:2264
+#: formula/inc/core_resource.hrc:2264
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Data"
msgstr "Data"
-#: core_resource.hrc:2265
+#: formula/inc/core_resource.hrc:2265
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Totals"
msgstr ""
-#: core_resource.hrc:2266
+#: formula/inc/core_resource.hrc:2266
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#This Row"
msgstr ""
-#: core_resource.hrc:2267
+#: formula/inc/core_resource.hrc:2267
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AND"
msgstr "AND"
-#: core_resource.hrc:2268
+#: formula/inc/core_resource.hrc:2268
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "OR"
msgstr "OR"
-#: core_resource.hrc:2269
+#: formula/inc/core_resource.hrc:2269
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "XOR"
msgstr ""
-#: core_resource.hrc:2270
+#: formula/inc/core_resource.hrc:2270
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NOT"
msgstr "NOT"
-#: core_resource.hrc:2271
+#: formula/inc/core_resource.hrc:2271
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NEG"
msgstr "NEG"
-#: core_resource.hrc:2272
+#: formula/inc/core_resource.hrc:2272
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PI"
msgstr "PI"
#. ???
-#: core_resource.hrc:2273
+#: formula/inc/core_resource.hrc:2273
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RAND"
msgstr "RAND"
-#: core_resource.hrc:2274
+#: formula/inc/core_resource.hrc:2274
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRUE"
msgstr "TRUE"
-#: core_resource.hrc:2275
+#: formula/inc/core_resource.hrc:2275
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FALSE"
msgstr "FALSE"
-#: core_resource.hrc:2276
+#: formula/inc/core_resource.hrc:2276
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TODAY"
msgstr "TODAY"
-#: core_resource.hrc:2277
+#: formula/inc/core_resource.hrc:2277
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NOW"
msgstr "NOW"
-#: core_resource.hrc:2278
+#: formula/inc/core_resource.hrc:2278
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NA"
msgstr "NA"
-#: core_resource.hrc:2279
+#: formula/inc/core_resource.hrc:2279
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CURRENT"
msgstr "CURRENT"
-#: core_resource.hrc:2280
+#: formula/inc/core_resource.hrc:2280
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DEGREES"
msgstr "DEGREES"
-#: core_resource.hrc:2281
+#: formula/inc/core_resource.hrc:2281
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RADIANS"
msgstr "RADIANS"
-#: core_resource.hrc:2282
+#: formula/inc/core_resource.hrc:2282
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SIN"
msgstr "SIN"
-#: core_resource.hrc:2283
+#: formula/inc/core_resource.hrc:2283
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COS"
msgstr "COS"
-#: core_resource.hrc:2284
+#: formula/inc/core_resource.hrc:2284
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TAN"
msgstr "TAN"
-#: core_resource.hrc:2285
+#: formula/inc/core_resource.hrc:2285
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COT"
msgstr "COT"
-#: core_resource.hrc:2286
+#: formula/inc/core_resource.hrc:2286
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ASIN"
msgstr "ASIN"
-#: core_resource.hrc:2287
+#: formula/inc/core_resource.hrc:2287
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOS"
msgstr "ACOS"
-#: core_resource.hrc:2288
+#: formula/inc/core_resource.hrc:2288
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ATAN"
msgstr "ATAN"
-#: core_resource.hrc:2289
+#: formula/inc/core_resource.hrc:2289
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOT"
msgstr "ACOT"
-#: core_resource.hrc:2290
+#: formula/inc/core_resource.hrc:2290
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SINH"
msgstr "SINH"
-#: core_resource.hrc:2291
+#: formula/inc/core_resource.hrc:2291
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COSH"
msgstr "COSH"
-#: core_resource.hrc:2292
+#: formula/inc/core_resource.hrc:2292
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TANH"
msgstr "TANH"
-#: core_resource.hrc:2293
+#: formula/inc/core_resource.hrc:2293
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COTH"
msgstr "COTH"
-#: core_resource.hrc:2294
+#: formula/inc/core_resource.hrc:2294
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ASINH"
msgstr "ASINH"
-#: core_resource.hrc:2295
+#: formula/inc/core_resource.hrc:2295
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOSH"
msgstr "ACOSH"
-#: core_resource.hrc:2296
+#: formula/inc/core_resource.hrc:2296
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ATANH"
msgstr "ATANH"
-#: core_resource.hrc:2297
+#: formula/inc/core_resource.hrc:2297
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOTH"
msgstr "ACOTH"
-#: core_resource.hrc:2298
+#: formula/inc/core_resource.hrc:2298
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CSC"
msgstr ""
-#: core_resource.hrc:2299
+#: formula/inc/core_resource.hrc:2299
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEC"
msgstr ""
-#: core_resource.hrc:2300
+#: formula/inc/core_resource.hrc:2300
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CSCH"
msgstr ""
-#: core_resource.hrc:2301
+#: formula/inc/core_resource.hrc:2301
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SECH"
msgstr ""
-#: core_resource.hrc:2302
+#: formula/inc/core_resource.hrc:2302
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXP"
msgstr "EXP"
-#: core_resource.hrc:2303
+#: formula/inc/core_resource.hrc:2303
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LN"
msgstr "LN"
-#: core_resource.hrc:2304
+#: formula/inc/core_resource.hrc:2304
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SQRT"
msgstr "SQRT"
-#: core_resource.hrc:2305
+#: formula/inc/core_resource.hrc:2305
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FACT"
msgstr "FACT"
-#: core_resource.hrc:2306
+#: formula/inc/core_resource.hrc:2306
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "YEAR"
msgstr "YEAR"
-#: core_resource.hrc:2307
+#: formula/inc/core_resource.hrc:2307
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MONTH"
msgstr "MONTH"
-#: core_resource.hrc:2308
+#: formula/inc/core_resource.hrc:2308
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAY"
msgstr "DAY"
-#: core_resource.hrc:2309
+#: formula/inc/core_resource.hrc:2309
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HOUR"
msgstr "HOUR"
-#: core_resource.hrc:2310
+#: formula/inc/core_resource.hrc:2310
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINUTE"
msgstr "MINUTE"
-#: core_resource.hrc:2311
+#: formula/inc/core_resource.hrc:2311
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SECOND"
msgstr "SECOND"
-#: core_resource.hrc:2312
+#: formula/inc/core_resource.hrc:2312
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SIGN"
msgstr "SIGN"
-#: core_resource.hrc:2313
+#: formula/inc/core_resource.hrc:2313
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ABS"
msgstr "ABS"
-#: core_resource.hrc:2314
+#: formula/inc/core_resource.hrc:2314
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INT"
msgstr "INT"
-#: core_resource.hrc:2315
+#: formula/inc/core_resource.hrc:2315
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PHI"
msgstr "PHI"
-#: core_resource.hrc:2316
+#: formula/inc/core_resource.hrc:2316
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAUSS"
msgstr "GAUSS"
-#: core_resource.hrc:2317
+#: formula/inc/core_resource.hrc:2317
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISBLANK"
msgstr "ISBLANK"
-#: core_resource.hrc:2318
+#: formula/inc/core_resource.hrc:2318
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISTEXT"
msgstr "ISTEXT"
-#: core_resource.hrc:2319
+#: formula/inc/core_resource.hrc:2319
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISNONTEXT"
msgstr "ISNONTEXT"
-#: core_resource.hrc:2320
+#: formula/inc/core_resource.hrc:2320
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISLOGICAL"
msgstr "ISLOGICAL"
-#: core_resource.hrc:2321
+#: formula/inc/core_resource.hrc:2321
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TYPE"
msgstr "TYPE"
-#: core_resource.hrc:2322
+#: formula/inc/core_resource.hrc:2322
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CELL"
msgstr "CELL"
-#: core_resource.hrc:2323
+#: formula/inc/core_resource.hrc:2323
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISREF"
msgstr "ISREF"
-#: core_resource.hrc:2324
+#: formula/inc/core_resource.hrc:2324
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISNUMBER"
msgstr "ISNUMBER"
-#: core_resource.hrc:2325
+#: formula/inc/core_resource.hrc:2325
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISFORMULA"
msgstr "ISFORMULA"
-#: core_resource.hrc:2326
+#: formula/inc/core_resource.hrc:2326
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISNA"
msgstr "ISNA"
-#: core_resource.hrc:2327
+#: formula/inc/core_resource.hrc:2327
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISERR"
msgstr "ISERR"
-#: core_resource.hrc:2328
+#: formula/inc/core_resource.hrc:2328
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISERROR"
msgstr "ISERROR"
-#: core_resource.hrc:2329
+#: formula/inc/core_resource.hrc:2329
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISEVEN"
msgstr "ISEVEN"
-#: core_resource.hrc:2330
+#: formula/inc/core_resource.hrc:2330
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISODD"
msgstr "ISODD"
-#: core_resource.hrc:2331
+#: formula/inc/core_resource.hrc:2331
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "N"
msgstr "N"
-#: core_resource.hrc:2332
+#: formula/inc/core_resource.hrc:2332
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DATEVALUE"
msgstr "DATEVALUE"
-#: core_resource.hrc:2333
+#: formula/inc/core_resource.hrc:2333
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TIMEVALUE"
msgstr "TIMEVALUE"
-#: core_resource.hrc:2334
+#: formula/inc/core_resource.hrc:2334
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CODE"
msgstr "CODE"
-#: core_resource.hrc:2335
+#: formula/inc/core_resource.hrc:2335
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRIM"
msgstr "TRIM"
-#: core_resource.hrc:2336
+#: formula/inc/core_resource.hrc:2336
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "UPPER"
msgstr "UPPER"
-#: core_resource.hrc:2337
+#: formula/inc/core_resource.hrc:2337
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PROPER"
msgstr "PROPER"
-#: core_resource.hrc:2338
+#: formula/inc/core_resource.hrc:2338
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOWER"
msgstr "LOWER"
-#: core_resource.hrc:2339
+#: formula/inc/core_resource.hrc:2339
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LEN"
msgstr "LEN"
-#: core_resource.hrc:2340
+#: formula/inc/core_resource.hrc:2340
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T"
msgstr "T"
-#: core_resource.hrc:2341
+#: formula/inc/core_resource.hrc:2341
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VALUE"
msgstr "VALUE"
-#: core_resource.hrc:2342
+#: formula/inc/core_resource.hrc:2342
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CLEAN"
msgstr "CLEAN"
-#: core_resource.hrc:2343
+#: formula/inc/core_resource.hrc:2343
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHAR"
msgstr "CHAR"
-#: core_resource.hrc:2344
+#: formula/inc/core_resource.hrc:2344
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "JIS"
msgstr "JIS"
-#: core_resource.hrc:2345
+#: formula/inc/core_resource.hrc:2345
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ASC"
msgstr "ASC"
-#: core_resource.hrc:2346
+#: formula/inc/core_resource.hrc:2346
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "UNICODE"
msgstr "UNICODE"
-#: core_resource.hrc:2347
+#: formula/inc/core_resource.hrc:2347
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "UNICHAR"
msgstr "UNICHAR"
-#: core_resource.hrc:2348
+#: formula/inc/core_resource.hrc:2348
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOG10"
msgstr "LOG10"
-#: core_resource.hrc:2349
+#: formula/inc/core_resource.hrc:2349
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EVEN"
msgstr "EVEN"
-#: core_resource.hrc:2350
+#: formula/inc/core_resource.hrc:2350
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ODD"
msgstr "ODD"
-#: core_resource.hrc:2351
+#: formula/inc/core_resource.hrc:2351
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMSDIST"
msgstr "NORMSDIST"
-#: core_resource.hrc:2352
+#: formula/inc/core_resource.hrc:2352
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.S.DIST"
msgstr "NORMSDIST"
-#: core_resource.hrc:2353
+#: formula/inc/core_resource.hrc:2353
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FISHER"
msgstr "FISHER"
-#: core_resource.hrc:2354
+#: formula/inc/core_resource.hrc:2354
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FISHERINV"
msgstr "FISHERINV"
-#: core_resource.hrc:2355
+#: formula/inc/core_resource.hrc:2355
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMSINV"
msgstr "NORMSINV"
-#: core_resource.hrc:2356
+#: formula/inc/core_resource.hrc:2356
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.S.INV"
msgstr "NORMSINV"
-#: core_resource.hrc:2357
+#: formula/inc/core_resource.hrc:2357
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMALN"
msgstr "GAMMALN"
-#: core_resource.hrc:2358
+#: formula/inc/core_resource.hrc:2358
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMALN.PRECISE"
msgstr ""
-#: core_resource.hrc:2359
+#: formula/inc/core_resource.hrc:2359
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERRORTYPE"
msgstr "ERRORTYPE"
-#: core_resource.hrc:2360
+#: formula/inc/core_resource.hrc:2360
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERROR.TYPE"
msgstr "ERRORTYPE"
-#: core_resource.hrc:2361
+#: formula/inc/core_resource.hrc:2361
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORMULA"
msgstr "FORMULA"
-#: core_resource.hrc:2362
+#: formula/inc/core_resource.hrc:2362
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ARABIC"
msgstr "ARABIC"
-#: core_resource.hrc:2363
+#: formula/inc/core_resource.hrc:2363
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ATAN2"
msgstr "ATAN2"
-#: core_resource.hrc:2364
+#: formula/inc/core_resource.hrc:2364
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING.MATH"
msgstr ""
-#: core_resource.hrc:2365
+#: formula/inc/core_resource.hrc:2365
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING"
msgstr "CEILING"
-#: core_resource.hrc:2366
+#: formula/inc/core_resource.hrc:2366
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING.XCL"
msgstr ""
-#: core_resource.hrc:2367
+#: formula/inc/core_resource.hrc:2367
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING.PRECISE"
msgstr ""
-#: core_resource.hrc:2368
+#: formula/inc/core_resource.hrc:2368
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISO.CEILING"
msgstr ""
-#: core_resource.hrc:2369
+#: formula/inc/core_resource.hrc:2369
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR"
msgstr "FLOOR"
-#: core_resource.hrc:2370
+#: formula/inc/core_resource.hrc:2370
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR.XCL"
msgstr ""
-#: core_resource.hrc:2371
+#: formula/inc/core_resource.hrc:2371
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR.MATH"
msgstr ""
-#: core_resource.hrc:2372
+#: formula/inc/core_resource.hrc:2372
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR.PRECISE"
msgstr ""
-#: core_resource.hrc:2373
+#: formula/inc/core_resource.hrc:2373
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUND"
msgstr "ROUND"
-#: core_resource.hrc:2374
+#: formula/inc/core_resource.hrc:2374
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUNDUP"
msgstr "ROUNDUP"
-#: core_resource.hrc:2375
+#: formula/inc/core_resource.hrc:2375
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUNDDOWN"
msgstr "ROUNDDOWN"
-#: core_resource.hrc:2376
+#: formula/inc/core_resource.hrc:2376
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRUNC"
msgstr "TRUNC"
-#: core_resource.hrc:2377
+#: formula/inc/core_resource.hrc:2377
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOG"
msgstr "LOG"
-#: core_resource.hrc:2378
+#: formula/inc/core_resource.hrc:2378
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POWER"
msgstr "POWER"
-#: core_resource.hrc:2379
+#: formula/inc/core_resource.hrc:2379
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GCD"
msgstr "GCD"
-#: core_resource.hrc:2380
+#: formula/inc/core_resource.hrc:2380
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LCM"
msgstr "LCM"
-#: core_resource.hrc:2381
+#: formula/inc/core_resource.hrc:2381
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MOD"
msgstr "MOD"
-#: core_resource.hrc:2382
+#: formula/inc/core_resource.hrc:2382
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMPRODUCT"
msgstr "SUMPRODUCT"
-#: core_resource.hrc:2383
+#: formula/inc/core_resource.hrc:2383
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMSQ"
msgstr "SUMSQ"
-#: core_resource.hrc:2384
+#: formula/inc/core_resource.hrc:2384
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMX2MY2"
msgstr "SUMX2MY2"
-#: core_resource.hrc:2385
+#: formula/inc/core_resource.hrc:2385
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMX2PY2"
msgstr "SUMX2PY2"
-#: core_resource.hrc:2386
+#: formula/inc/core_resource.hrc:2386
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMXMY2"
msgstr "SUMXMY2"
-#: core_resource.hrc:2387
+#: formula/inc/core_resource.hrc:2387
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DATE"
msgstr "DATE"
-#: core_resource.hrc:2388
+#: formula/inc/core_resource.hrc:2388
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TIME"
msgstr "TIME"
-#: core_resource.hrc:2389
+#: formula/inc/core_resource.hrc:2389
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAYS"
msgstr "DAYS"
-#: core_resource.hrc:2390
+#: formula/inc/core_resource.hrc:2390
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAYS360"
msgstr "DAYS360"
-#: core_resource.hrc:2391
+#: formula/inc/core_resource.hrc:2391
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DATEDIF"
msgstr ""
-#: core_resource.hrc:2392
+#: formula/inc/core_resource.hrc:2392
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MIN"
msgstr "MIN"
-#: core_resource.hrc:2393
+#: formula/inc/core_resource.hrc:2393
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINA"
msgstr "MINA"
-#: core_resource.hrc:2394
+#: formula/inc/core_resource.hrc:2394
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAX"
msgstr "MAX"
-#: core_resource.hrc:2395
+#: formula/inc/core_resource.hrc:2395
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAXA"
msgstr "MAXA"
-#: core_resource.hrc:2396
+#: formula/inc/core_resource.hrc:2396
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUM"
msgstr "SUM"
-#: core_resource.hrc:2397
+#: formula/inc/core_resource.hrc:2397
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PRODUCT"
msgstr "PRODUCT"
-#: core_resource.hrc:2398
+#: formula/inc/core_resource.hrc:2398
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGE"
msgstr "AVERAGE"
-#: core_resource.hrc:2399
+#: formula/inc/core_resource.hrc:2399
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGEA"
msgstr "AVERAGEA"
-#: core_resource.hrc:2400
+#: formula/inc/core_resource.hrc:2400
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNT"
msgstr "COUNT"
-#: core_resource.hrc:2401
+#: formula/inc/core_resource.hrc:2401
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTA"
msgstr "COUNTA"
-#: core_resource.hrc:2402
+#: formula/inc/core_resource.hrc:2402
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NPV"
msgstr "NPV"
-#: core_resource.hrc:2403
+#: formula/inc/core_resource.hrc:2403
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IRR"
msgstr "IRR"
-#: core_resource.hrc:2404
+#: formula/inc/core_resource.hrc:2404
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MIRR"
msgstr "MIRR"
-#: core_resource.hrc:2405
+#: formula/inc/core_resource.hrc:2405
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISPMT"
msgstr "ISPMT"
-#: core_resource.hrc:2406
+#: formula/inc/core_resource.hrc:2406
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VAR"
msgstr "VAR"
-#: core_resource.hrc:2407
+#: formula/inc/core_resource.hrc:2407
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VARA"
msgstr "VARA"
-#: core_resource.hrc:2408
+#: formula/inc/core_resource.hrc:2408
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VARP"
msgstr "VARP"
-#: core_resource.hrc:2409
+#: formula/inc/core_resource.hrc:2409
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VARPA"
msgstr "VARPA"
-#: core_resource.hrc:2410
+#: formula/inc/core_resource.hrc:2410
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VAR.P"
msgstr "VARP"
-#: core_resource.hrc:2411
+#: formula/inc/core_resource.hrc:2411
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VAR.S"
msgstr "VARP"
-#: core_resource.hrc:2412
+#: formula/inc/core_resource.hrc:2412
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEV"
msgstr "STDEV"
-#: core_resource.hrc:2413
+#: formula/inc/core_resource.hrc:2413
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEVA"
msgstr "STDEVA"
-#: core_resource.hrc:2414
+#: formula/inc/core_resource.hrc:2414
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEVP"
msgstr "STDEVP"
-#: core_resource.hrc:2415
+#: formula/inc/core_resource.hrc:2415
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEVPA"
msgstr "STDEVPA"
-#: core_resource.hrc:2416
+#: formula/inc/core_resource.hrc:2416
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEV.P"
msgstr "STDEVP"
-#: core_resource.hrc:2417
+#: formula/inc/core_resource.hrc:2417
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEV.S"
msgstr "STDEVP"
-#: core_resource.hrc:2418
+#: formula/inc/core_resource.hrc:2418
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "B"
msgstr "B"
-#: core_resource.hrc:2419
+#: formula/inc/core_resource.hrc:2419
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMDIST"
msgstr "NORMDIST"
-#: core_resource.hrc:2420
+#: formula/inc/core_resource.hrc:2420
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.DIST"
msgstr "NORMDIST"
-#: core_resource.hrc:2421
+#: formula/inc/core_resource.hrc:2421
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXPONDIST"
msgstr "EXPONDIST"
-#: core_resource.hrc:2422
+#: formula/inc/core_resource.hrc:2422
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXPON.DIST"
msgstr "EXPONDIST"
-#: core_resource.hrc:2423
+#: formula/inc/core_resource.hrc:2423
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BINOMDIST"
msgstr "BINOMDIST"
-#: core_resource.hrc:2424
+#: formula/inc/core_resource.hrc:2424
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BINOM.DIST"
msgstr "BINOMDIST"
-#: core_resource.hrc:2425
+#: formula/inc/core_resource.hrc:2425
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POISSON"
msgstr "POISSON"
-#: core_resource.hrc:2426
+#: formula/inc/core_resource.hrc:2426
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POISSON.DIST"
msgstr ""
-#: core_resource.hrc:2427
+#: formula/inc/core_resource.hrc:2427
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COMBIN"
msgstr "COMBIN"
-#: core_resource.hrc:2428
+#: formula/inc/core_resource.hrc:2428
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COMBINA"
msgstr "COMBINA"
-#: core_resource.hrc:2429
+#: formula/inc/core_resource.hrc:2429
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERMUT"
msgstr "PERMUT"
-#: core_resource.hrc:2430
+#: formula/inc/core_resource.hrc:2430
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERMUTATIONA"
msgstr "PERMUTATIONA"
-#: core_resource.hrc:2431
+#: formula/inc/core_resource.hrc:2431
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PV"
msgstr "PV"
-#: core_resource.hrc:2432
+#: formula/inc/core_resource.hrc:2432
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SYD"
msgstr "SYD"
-#: core_resource.hrc:2433
+#: formula/inc/core_resource.hrc:2433
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DDB"
msgstr "DDB"
-#: core_resource.hrc:2434
+#: formula/inc/core_resource.hrc:2434
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DB"
msgstr "DB"
-#: core_resource.hrc:2435
+#: formula/inc/core_resource.hrc:2435
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VDB"
msgstr "VDB"
-#: core_resource.hrc:2436
+#: formula/inc/core_resource.hrc:2436
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PDURATION"
msgstr "DURATION"
-#: core_resource.hrc:2437
+#: formula/inc/core_resource.hrc:2437
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SLN"
msgstr "SLN"
-#: core_resource.hrc:2438
+#: formula/inc/core_resource.hrc:2438
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PMT"
msgstr "PMT"
-#: core_resource.hrc:2439
+#: formula/inc/core_resource.hrc:2439
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COLUMNS"
msgstr "COLUMNS"
-#: core_resource.hrc:2440
+#: formula/inc/core_resource.hrc:2440
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROWS"
msgstr "ROWS"
-#: core_resource.hrc:2441
+#: formula/inc/core_resource.hrc:2441
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SHEETS"
msgstr "SHEETS"
-#: core_resource.hrc:2442
+#: formula/inc/core_resource.hrc:2442
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COLUMN"
msgstr "COLUMN"
-#: core_resource.hrc:2443
+#: formula/inc/core_resource.hrc:2443
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROW"
msgstr "ROW"
-#: core_resource.hrc:2444
+#: formula/inc/core_resource.hrc:2444
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SHEET"
msgstr "SHEET"
-#: core_resource.hrc:2445
+#: formula/inc/core_resource.hrc:2445
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RRI"
msgstr "RRI"
-#: core_resource.hrc:2446
+#: formula/inc/core_resource.hrc:2446
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FV"
msgstr "FV"
-#: core_resource.hrc:2447
+#: formula/inc/core_resource.hrc:2447
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NPER"
msgstr "NPER"
-#: core_resource.hrc:2448
+#: formula/inc/core_resource.hrc:2448
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RATE"
msgstr "RATE"
-#: core_resource.hrc:2449
+#: formula/inc/core_resource.hrc:2449
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IPMT"
msgstr "IPMT"
-#: core_resource.hrc:2450
+#: formula/inc/core_resource.hrc:2450
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PPMT"
msgstr "PPMT"
-#: core_resource.hrc:2451
+#: formula/inc/core_resource.hrc:2451
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CUMIPMT"
msgstr "CUMIPMT"
-#: core_resource.hrc:2452
+#: formula/inc/core_resource.hrc:2452
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CUMPRINC"
msgstr "CUMPRINC"
-#: core_resource.hrc:2453
+#: formula/inc/core_resource.hrc:2453
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EFFECT"
msgstr "EFFECT"
-#: core_resource.hrc:2454
+#: formula/inc/core_resource.hrc:2454
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NOMINAL"
msgstr "NOMINAL"
-#: core_resource.hrc:2455
+#: formula/inc/core_resource.hrc:2455
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUBTOTAL"
msgstr "SUBTOTAL"
-#: core_resource.hrc:2456
+#: formula/inc/core_resource.hrc:2456
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DSUM"
msgstr "DSUM"
-#: core_resource.hrc:2457
+#: formula/inc/core_resource.hrc:2457
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DCOUNT"
msgstr "DCOUNT"
-#: core_resource.hrc:2458
+#: formula/inc/core_resource.hrc:2458
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DCOUNTA"
msgstr "DCOUNTA"
-#: core_resource.hrc:2459
+#: formula/inc/core_resource.hrc:2459
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAVERAGE"
msgstr "DAVERAGE"
-#: core_resource.hrc:2460
+#: formula/inc/core_resource.hrc:2460
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DGET"
msgstr "DGET"
-#: core_resource.hrc:2461
+#: formula/inc/core_resource.hrc:2461
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DMAX"
msgstr "DMAX"
-#: core_resource.hrc:2462
+#: formula/inc/core_resource.hrc:2462
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DMIN"
msgstr "DMIN"
-#: core_resource.hrc:2463
+#: formula/inc/core_resource.hrc:2463
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DPRODUCT"
msgstr "DPRODUCT"
-#: core_resource.hrc:2464
+#: formula/inc/core_resource.hrc:2464
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DSTDEV"
msgstr "DSTDEV"
-#: core_resource.hrc:2465
+#: formula/inc/core_resource.hrc:2465
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DSTDEVP"
msgstr "DSTDEVP"
-#: core_resource.hrc:2466
+#: formula/inc/core_resource.hrc:2466
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DVAR"
msgstr "DVAR"
-#: core_resource.hrc:2467
+#: formula/inc/core_resource.hrc:2467
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DVARP"
msgstr "DVARP"
-#: core_resource.hrc:2468
+#: formula/inc/core_resource.hrc:2468
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INDIRECT"
msgstr "INDIRECT"
-#: core_resource.hrc:2469
+#: formula/inc/core_resource.hrc:2469
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ADDRESS"
msgstr "ADDRESS"
-#: core_resource.hrc:2470
+#: formula/inc/core_resource.hrc:2470
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MATCH"
msgstr "MATCH"
-#: core_resource.hrc:2471
+#: formula/inc/core_resource.hrc:2471
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTBLANK"
msgstr "COUNTBLANK"
-#: core_resource.hrc:2472
+#: formula/inc/core_resource.hrc:2472
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTIF"
msgstr "COUNTIF"
-#: core_resource.hrc:2473
+#: formula/inc/core_resource.hrc:2473
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMIF"
msgstr "SUMIF"
-#: core_resource.hrc:2474
+#: formula/inc/core_resource.hrc:2474
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGEIF"
msgstr "AVERAGEIF"
-#: core_resource.hrc:2475
+#: formula/inc/core_resource.hrc:2475
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMIFS"
msgstr "SUMIF"
-#: core_resource.hrc:2476
+#: formula/inc/core_resource.hrc:2476
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGEIFS"
msgstr "AVERAGEIFS"
-#: core_resource.hrc:2477
+#: formula/inc/core_resource.hrc:2477
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTIFS"
msgstr "COUNTIF"
-#: core_resource.hrc:2478
+#: formula/inc/core_resource.hrc:2478
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOOKUP"
msgstr "LOOKUP"
-#: core_resource.hrc:2479
+#: formula/inc/core_resource.hrc:2479
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VLOOKUP"
msgstr "VLOOKUP"
-#: core_resource.hrc:2480
+#: formula/inc/core_resource.hrc:2480
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HLOOKUP"
msgstr "HLOOKUP"
-#: core_resource.hrc:2481
+#: formula/inc/core_resource.hrc:2481
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MULTIRANGE"
msgstr "MULTIRANGE"
#. legacy for range list (union)
-#: core_resource.hrc:2482
+#: formula/inc/core_resource.hrc:2482
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "OFFSET"
msgstr "OFFSET"
-#: core_resource.hrc:2483
+#: formula/inc/core_resource.hrc:2483
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INDEX"
msgstr "INDEX"
#. ?? first character = I ??
-#: core_resource.hrc:2484
+#: formula/inc/core_resource.hrc:2484
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AREAS"
msgstr "AREAS"
-#: core_resource.hrc:2485
+#: formula/inc/core_resource.hrc:2485
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DOLLAR"
msgstr "DOLLAR"
-#: core_resource.hrc:2486
+#: formula/inc/core_resource.hrc:2486
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPLACE"
msgstr "REPLACE"
-#: core_resource.hrc:2487
+#: formula/inc/core_resource.hrc:2487
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FIXED"
msgstr "FIXED"
-#: core_resource.hrc:2488
+#: formula/inc/core_resource.hrc:2488
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FIND"
msgstr "FIND"
-#: core_resource.hrc:2489
+#: formula/inc/core_resource.hrc:2489
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXACT"
msgstr "EXACT"
-#: core_resource.hrc:2490
+#: formula/inc/core_resource.hrc:2490
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LEFT"
msgstr "LEFT"
-#: core_resource.hrc:2491
+#: formula/inc/core_resource.hrc:2491
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RIGHT"
msgstr "RIGHT"
-#: core_resource.hrc:2492
+#: formula/inc/core_resource.hrc:2492
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEARCH"
msgstr "SEARCH"
-#: core_resource.hrc:2493
+#: formula/inc/core_resource.hrc:2493
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MID"
msgstr "MID"
-#: core_resource.hrc:2494
+#: formula/inc/core_resource.hrc:2494
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LENB"
msgstr "LEN"
-#: core_resource.hrc:2495
+#: formula/inc/core_resource.hrc:2495
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RIGHTB"
msgstr "RIGHT"
-#: core_resource.hrc:2496
+#: formula/inc/core_resource.hrc:2496
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LEFTB"
msgstr "LEFT"
-#: core_resource.hrc:2497
+#: formula/inc/core_resource.hrc:2497
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPLACEB"
msgstr "REPLACE"
-#: core_resource.hrc:2498
+#: formula/inc/core_resource.hrc:2498
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MIDB"
msgstr "MID"
-#: core_resource.hrc:2499
+#: formula/inc/core_resource.hrc:2499
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TEXT"
msgstr "TEXT"
-#: core_resource.hrc:2500
+#: formula/inc/core_resource.hrc:2500
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUBSTITUTE"
msgstr "SUBSTITUTE"
-#: core_resource.hrc:2501
+#: formula/inc/core_resource.hrc:2501
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPT"
msgstr "REPT"
-#: core_resource.hrc:2502
+#: formula/inc/core_resource.hrc:2502
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONCATENATE"
msgstr "CONCATENATE"
-#: core_resource.hrc:2503
+#: formula/inc/core_resource.hrc:2503
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONCAT"
msgstr ""
-#: core_resource.hrc:2504
+#: formula/inc/core_resource.hrc:2504
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TEXTJOIN"
msgstr ""
-#: core_resource.hrc:2505
+#: formula/inc/core_resource.hrc:2505
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IFS"
msgstr ""
-#: core_resource.hrc:2506
+#: formula/inc/core_resource.hrc:2506
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SWITCH"
msgstr ""
-#: core_resource.hrc:2507
+#: formula/inc/core_resource.hrc:2507
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINIFS"
msgstr ""
-#: core_resource.hrc:2508
+#: formula/inc/core_resource.hrc:2508
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAXIFS"
msgstr ""
-#: core_resource.hrc:2509
+#: formula/inc/core_resource.hrc:2509
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MVALUE"
msgstr "MVALUE"
-#: core_resource.hrc:2510
+#: formula/inc/core_resource.hrc:2510
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MDETERM"
msgstr "MDETERM"
-#: core_resource.hrc:2511
+#: formula/inc/core_resource.hrc:2511
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINVERSE"
msgstr "MINVERSE"
-#: core_resource.hrc:2512
+#: formula/inc/core_resource.hrc:2512
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MMULT"
msgstr "MMULT"
-#: core_resource.hrc:2513
+#: formula/inc/core_resource.hrc:2513
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRANSPOSE"
msgstr "TRANSPOSE"
-#: core_resource.hrc:2514
+#: formula/inc/core_resource.hrc:2514
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MUNIT"
msgstr "MUNIT"
-#: core_resource.hrc:2515
+#: formula/inc/core_resource.hrc:2515
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GOALSEEK"
msgstr "GOALSEEK"
-#: core_resource.hrc:2516
+#: formula/inc/core_resource.hrc:2516
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HYPGEOMDIST"
msgstr "HYPGEOMDIST"
-#: core_resource.hrc:2517
+#: formula/inc/core_resource.hrc:2517
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HYPGEOM.DIST"
msgstr "HYPGEOMDIST"
-#: core_resource.hrc:2518
+#: formula/inc/core_resource.hrc:2518
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGNORMDIST"
msgstr "LOGNORMDIST"
-#: core_resource.hrc:2519
+#: formula/inc/core_resource.hrc:2519
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGNORM.DIST"
msgstr "LOGNORMDIST"
-#: core_resource.hrc:2520
+#: formula/inc/core_resource.hrc:2520
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TDIST"
msgstr "TDIST"
-#: core_resource.hrc:2521
+#: formula/inc/core_resource.hrc:2521
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.DIST.2T"
msgstr ""
-#: core_resource.hrc:2522
+#: formula/inc/core_resource.hrc:2522
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.DIST"
msgstr "TDIST"
-#: core_resource.hrc:2523
+#: formula/inc/core_resource.hrc:2523
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.DIST.RT"
msgstr ""
-#: core_resource.hrc:2524
+#: formula/inc/core_resource.hrc:2524
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FDIST"
msgstr "FDIST"
-#: core_resource.hrc:2525
+#: formula/inc/core_resource.hrc:2525
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.DIST"
msgstr "FDIST"
-#: core_resource.hrc:2526
+#: formula/inc/core_resource.hrc:2526
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.DIST.RT"
msgstr ""
-#: core_resource.hrc:2527
+#: formula/inc/core_resource.hrc:2527
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHIDIST"
msgstr "CHIDIST"
-#: core_resource.hrc:2528
+#: formula/inc/core_resource.hrc:2528
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.DIST.RT"
msgstr "CHISQDIST"
-#: core_resource.hrc:2529
+#: formula/inc/core_resource.hrc:2529
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEIBULL"
msgstr "WEIBULL"
-#: core_resource.hrc:2530
+#: formula/inc/core_resource.hrc:2530
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEIBULL.DIST"
msgstr ""
-#: core_resource.hrc:2531
+#: formula/inc/core_resource.hrc:2531
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NEGBINOMDIST"
msgstr "NEGBINOMDIST"
-#: core_resource.hrc:2532
+#: formula/inc/core_resource.hrc:2532
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NEGBINOM.DIST"
msgstr "NEGBINOMDIST"
-#: core_resource.hrc:2533
+#: formula/inc/core_resource.hrc:2533
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CRITBINOM"
msgstr "CRITBINOM"
-#: core_resource.hrc:2534
+#: formula/inc/core_resource.hrc:2534
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BINOM.INV"
msgstr ""
-#: core_resource.hrc:2535
+#: formula/inc/core_resource.hrc:2535
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "KURT"
msgstr "KURT"
-#: core_resource.hrc:2536
+#: formula/inc/core_resource.hrc:2536
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HARMEAN"
msgstr "HARMEAN"
-#: core_resource.hrc:2537
+#: formula/inc/core_resource.hrc:2537
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GEOMEAN"
msgstr "GEOMEAN"
-#: core_resource.hrc:2538
+#: formula/inc/core_resource.hrc:2538
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STANDARDIZE"
msgstr "STANDARDIZE"
-#: core_resource.hrc:2539
+#: formula/inc/core_resource.hrc:2539
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVEDEV"
msgstr "AVEDEV"
-#: core_resource.hrc:2540
+#: formula/inc/core_resource.hrc:2540
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SKEW"
msgstr "SKEW"
-#: core_resource.hrc:2541
+#: formula/inc/core_resource.hrc:2541
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SKEWP"
msgstr "SKEW"
-#: core_resource.hrc:2542
+#: formula/inc/core_resource.hrc:2542
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DEVSQ"
msgstr "DEVSQ"
-#: core_resource.hrc:2543
+#: formula/inc/core_resource.hrc:2543
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MEDIAN"
msgstr "MEDIAN"
-#: core_resource.hrc:2544
+#: formula/inc/core_resource.hrc:2544
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE"
msgstr "MODE"
-#: core_resource.hrc:2545
+#: formula/inc/core_resource.hrc:2545
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE.SNGL"
msgstr ""
-#: core_resource.hrc:2546
+#: formula/inc/core_resource.hrc:2546
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE.MULT"
msgstr ""
-#: core_resource.hrc:2547
+#: formula/inc/core_resource.hrc:2547
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ZTEST"
msgstr "ZTEST"
-#: core_resource.hrc:2548
+#: formula/inc/core_resource.hrc:2548
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "Z.TEST"
msgstr "ZTEST"
-#: core_resource.hrc:2549
+#: formula/inc/core_resource.hrc:2549
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AGGREGATE"
msgstr ""
-#: core_resource.hrc:2550
+#: formula/inc/core_resource.hrc:2550
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TTEST"
msgstr "TTEST"
-#: core_resource.hrc:2551
+#: formula/inc/core_resource.hrc:2551
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.TEST"
msgstr "TTEST"
-#: core_resource.hrc:2552
+#: formula/inc/core_resource.hrc:2552
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANK"
msgstr "RANK"
-#: core_resource.hrc:2553
+#: formula/inc/core_resource.hrc:2553
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTILE"
msgstr "PERCENTILE"
-#: core_resource.hrc:2554
+#: formula/inc/core_resource.hrc:2554
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTRANK"
msgstr "PERCENTRANK"
-#: core_resource.hrc:2555
+#: formula/inc/core_resource.hrc:2555
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTILE.INC"
msgstr ""
-#: core_resource.hrc:2556
+#: formula/inc/core_resource.hrc:2556
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTRANK.INC"
msgstr ""
-#: core_resource.hrc:2557
+#: formula/inc/core_resource.hrc:2557
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "QUARTILE.INC"
msgstr ""
-#: core_resource.hrc:2558
+#: formula/inc/core_resource.hrc:2558
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANK.EQ"
msgstr ""
-#: core_resource.hrc:2559
+#: formula/inc/core_resource.hrc:2559
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTILE.EXC"
msgstr ""
-#: core_resource.hrc:2560
+#: formula/inc/core_resource.hrc:2560
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTRANK.EXC"
msgstr ""
-#: core_resource.hrc:2561
+#: formula/inc/core_resource.hrc:2561
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "QUARTILE.EXC"
msgstr ""
-#: core_resource.hrc:2562
+#: formula/inc/core_resource.hrc:2562
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANK.AVG"
msgstr ""
-#: core_resource.hrc:2563
+#: formula/inc/core_resource.hrc:2563
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LARGE"
msgstr "LARGE"
-#: core_resource.hrc:2564
+#: formula/inc/core_resource.hrc:2564
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SMALL"
msgstr "SMALL"
-#: core_resource.hrc:2565
+#: formula/inc/core_resource.hrc:2565
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FREQUENCY"
msgstr "FREQUENCY"
-#: core_resource.hrc:2566
+#: formula/inc/core_resource.hrc:2566
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "QUARTILE"
msgstr "QUARTILE"
-#: core_resource.hrc:2567
+#: formula/inc/core_resource.hrc:2567
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMINV"
msgstr "NORMINV"
-#: core_resource.hrc:2568
+#: formula/inc/core_resource.hrc:2568
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.INV"
msgstr "NORMINV"
-#: core_resource.hrc:2569
+#: formula/inc/core_resource.hrc:2569
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONFIDENCE"
msgstr "CONFIDENCE"
-#: core_resource.hrc:2570
+#: formula/inc/core_resource.hrc:2570
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONFIDENCE.NORM"
msgstr ""
-#: core_resource.hrc:2571
+#: formula/inc/core_resource.hrc:2571
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONFIDENCE.T"
msgstr "CONFIDENCE"
-#: core_resource.hrc:2572
+#: formula/inc/core_resource.hrc:2572
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FTEST"
msgstr "FTEST"
-#: core_resource.hrc:2573
+#: formula/inc/core_resource.hrc:2573
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.TEST"
msgstr "FTEST"
-#: core_resource.hrc:2574
+#: formula/inc/core_resource.hrc:2574
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRIMMEAN"
msgstr "TRIMMEAN"
-#: core_resource.hrc:2575
+#: formula/inc/core_resource.hrc:2575
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PROB"
msgstr "PROB"
-#: core_resource.hrc:2576
+#: formula/inc/core_resource.hrc:2576
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CORREL"
msgstr "CORREL"
-#: core_resource.hrc:2577
+#: formula/inc/core_resource.hrc:2577
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COVAR"
msgstr "COVAR"
-#: core_resource.hrc:2578
+#: formula/inc/core_resource.hrc:2578
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COVARIANCE.P"
msgstr ""
-#: core_resource.hrc:2579
+#: formula/inc/core_resource.hrc:2579
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COVARIANCE.S"
msgstr ""
-#: core_resource.hrc:2580
+#: formula/inc/core_resource.hrc:2580
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PEARSON"
msgstr "PEARSON"
-#: core_resource.hrc:2581
+#: formula/inc/core_resource.hrc:2581
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RSQ"
msgstr "RSQ"
-#: core_resource.hrc:2582
+#: formula/inc/core_resource.hrc:2582
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STEYX"
msgstr "STEYX"
-#: core_resource.hrc:2583
+#: formula/inc/core_resource.hrc:2583
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SLOPE"
msgstr "SLOPE"
-#: core_resource.hrc:2584
+#: formula/inc/core_resource.hrc:2584
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INTERCEPT"
msgstr "INTERCEPT"
-#: core_resource.hrc:2585
+#: formula/inc/core_resource.hrc:2585
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TREND"
msgstr "TREND"
-#: core_resource.hrc:2586
+#: formula/inc/core_resource.hrc:2586
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GROWTH"
msgstr "GROWTH"
-#: core_resource.hrc:2587
+#: formula/inc/core_resource.hrc:2587
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LINEST"
msgstr "LINEST"
-#: core_resource.hrc:2588
+#: formula/inc/core_resource.hrc:2588
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGEST"
msgstr "LOGEST"
-#: core_resource.hrc:2589
+#: formula/inc/core_resource.hrc:2589
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST"
msgstr "FORECAST"
-#: core_resource.hrc:2590
+#: formula/inc/core_resource.hrc:2590
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.ADD"
msgstr ""
-#: core_resource.hrc:2591
+#: formula/inc/core_resource.hrc:2591
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.SEASONALITY"
msgstr ""
-#: core_resource.hrc:2592
+#: formula/inc/core_resource.hrc:2592
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.MULT"
msgstr ""
-#: core_resource.hrc:2593
+#: formula/inc/core_resource.hrc:2593
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.PI.ADD"
msgstr ""
-#: core_resource.hrc:2594
+#: formula/inc/core_resource.hrc:2594
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.PI.MULT"
msgstr ""
-#: core_resource.hrc:2595
+#: formula/inc/core_resource.hrc:2595
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.STAT.ADD"
msgstr ""
-#: core_resource.hrc:2596
+#: formula/inc/core_resource.hrc:2596
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.STAT.MULT"
msgstr ""
-#: core_resource.hrc:2597
+#: formula/inc/core_resource.hrc:2597
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.LINEAR"
msgstr ""
-#: core_resource.hrc:2598
+#: formula/inc/core_resource.hrc:2598
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHIINV"
msgstr "CHIINV"
-#: core_resource.hrc:2599
+#: formula/inc/core_resource.hrc:2599
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.INV.RT"
msgstr "CHISQINV"
-#: core_resource.hrc:2600
+#: formula/inc/core_resource.hrc:2600
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMADIST"
msgstr "GAMMADIST"
-#: core_resource.hrc:2601
+#: formula/inc/core_resource.hrc:2601
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMA.DIST"
msgstr "GAMMADIST"
-#: core_resource.hrc:2602
+#: formula/inc/core_resource.hrc:2602
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMAINV"
msgstr "GAMMAINV"
-#: core_resource.hrc:2603
+#: formula/inc/core_resource.hrc:2603
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMA.INV"
msgstr "GAMMAINV"
-#: core_resource.hrc:2604
+#: formula/inc/core_resource.hrc:2604
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TINV"
msgstr "TINV"
-#: core_resource.hrc:2605
+#: formula/inc/core_resource.hrc:2605
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.INV.2T"
msgstr ""
-#: core_resource.hrc:2606
+#: formula/inc/core_resource.hrc:2606
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.INV"
msgstr "TINV"
-#: core_resource.hrc:2607
+#: formula/inc/core_resource.hrc:2607
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FINV"
msgstr "FINV"
-#: core_resource.hrc:2608
+#: formula/inc/core_resource.hrc:2608
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.INV"
msgstr "FINV"
-#: core_resource.hrc:2609
+#: formula/inc/core_resource.hrc:2609
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.INV.RT"
msgstr ""
-#: core_resource.hrc:2610
+#: formula/inc/core_resource.hrc:2610
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHITEST"
msgstr "CHITEST"
-#: core_resource.hrc:2611
+#: formula/inc/core_resource.hrc:2611
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.TEST"
msgstr "CHISQDIST"
-#: core_resource.hrc:2612
+#: formula/inc/core_resource.hrc:2612
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGINV"
msgstr "LOGINV"
-#: core_resource.hrc:2613
+#: formula/inc/core_resource.hrc:2613
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGNORM.INV"
msgstr "LOGNORMDIST"
-#: core_resource.hrc:2614
+#: formula/inc/core_resource.hrc:2614
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MULTIPLE.OPERATIONS"
msgstr "MULTIPLE.OPERATIONS"
-#: core_resource.hrc:2615
+#: formula/inc/core_resource.hrc:2615
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETADIST"
msgstr "BETADIST"
-#: core_resource.hrc:2616
+#: formula/inc/core_resource.hrc:2616
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETAINV"
msgstr "BETAINV"
-#: core_resource.hrc:2617
+#: formula/inc/core_resource.hrc:2617
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETA.DIST"
msgstr "BETADIST"
-#: core_resource.hrc:2618
+#: formula/inc/core_resource.hrc:2618
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETA.INV"
msgstr "BETAINV"
-#: core_resource.hrc:2619
+#: formula/inc/core_resource.hrc:2619
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEEKNUM"
msgstr "WEEKNUM"
-#: core_resource.hrc:2620
+#: formula/inc/core_resource.hrc:2620
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISOWEEKNUM"
msgstr ""
-#: core_resource.hrc:2621
+#: formula/inc/core_resource.hrc:2621
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEEKNUM_OOO"
msgstr ""
-#: core_resource.hrc:2622
+#: formula/inc/core_resource.hrc:2622
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EASTERSUNDAY"
msgstr "EASTERSUNDAY"
-#: core_resource.hrc:2623
+#: formula/inc/core_resource.hrc:2623
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEEKDAY"
msgstr "WEEKDAY"
-#: core_resource.hrc:2624
+#: formula/inc/core_resource.hrc:2624
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NETWORKDAYS"
msgstr "NETWORKDAYS"
-#: core_resource.hrc:2625
+#: formula/inc/core_resource.hrc:2625
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NETWORKDAYS.INTL"
msgstr ""
-#: core_resource.hrc:2626
+#: formula/inc/core_resource.hrc:2626
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WORKDAY.INTL"
msgstr ""
-#: core_resource.hrc:2627
+#: formula/inc/core_resource.hrc:2627
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NAME!"
msgstr "#NAME!"
-#: core_resource.hrc:2628
+#: formula/inc/core_resource.hrc:2628
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STYLE"
msgstr "STYLE"
-#: core_resource.hrc:2629
+#: formula/inc/core_resource.hrc:2629
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DDE"
msgstr "DDE"
-#: core_resource.hrc:2630
+#: formula/inc/core_resource.hrc:2630
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BASE"
msgstr "BASE"
-#: core_resource.hrc:2631
+#: formula/inc/core_resource.hrc:2631
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DECIMAL"
msgstr "DECIMAL"
-#: core_resource.hrc:2632
+#: formula/inc/core_resource.hrc:2632
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONVERT_OOO"
msgstr ""
-#: core_resource.hrc:2633
+#: formula/inc/core_resource.hrc:2633
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROMAN"
msgstr "ROMAN"
-#: core_resource.hrc:2634
+#: formula/inc/core_resource.hrc:2634
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HYPERLINK"
msgstr "HYPERLINK"
-#: core_resource.hrc:2635
+#: formula/inc/core_resource.hrc:2635
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INFO"
msgstr "INFO"
-#: core_resource.hrc:2636
+#: formula/inc/core_resource.hrc:2636
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BAHTTEXT"
msgstr "BAHTTEXT"
-#: core_resource.hrc:2637
+#: formula/inc/core_resource.hrc:2637
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GETPIVOTDATA"
msgstr "GETPIVOTDATA"
-#: core_resource.hrc:2638
+#: formula/inc/core_resource.hrc:2638
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EUROCONVERT"
msgstr "EUROCONVERT"
-#: core_resource.hrc:2639
+#: formula/inc/core_resource.hrc:2639
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NUMBERVALUE"
msgstr "NUMBERVALUE"
-#: core_resource.hrc:2640
+#: formula/inc/core_resource.hrc:2640
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMA"
msgstr "GAMMA"
-#: core_resource.hrc:2641
+#: formula/inc/core_resource.hrc:2641
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQDIST"
msgstr "CHISQDIST"
-#: core_resource.hrc:2642
+#: formula/inc/core_resource.hrc:2642
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.DIST"
msgstr "CHISQDIST"
-#: core_resource.hrc:2643
+#: formula/inc/core_resource.hrc:2643
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQINV"
msgstr "CHISQINV"
-#: core_resource.hrc:2644
+#: formula/inc/core_resource.hrc:2644
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.INV"
msgstr "CHISQINV"
-#: core_resource.hrc:2645
+#: formula/inc/core_resource.hrc:2645
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITAND"
msgstr ""
-#: core_resource.hrc:2646
+#: formula/inc/core_resource.hrc:2646
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITOR"
msgstr ""
-#: core_resource.hrc:2647
+#: formula/inc/core_resource.hrc:2647
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITXOR"
msgstr ""
-#: core_resource.hrc:2648
+#: formula/inc/core_resource.hrc:2648
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITRSHIFT"
msgstr ""
-#: core_resource.hrc:2649
+#: formula/inc/core_resource.hrc:2649
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITLSHIFT"
msgstr ""
#. BEGIN defined ERROR.TYPE() values.
#. ERROR.TYPE( #NULL! ) == 1
-#: core_resource.hrc:2652
+#: formula/inc/core_resource.hrc:2652
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NULL!"
msgstr "#NULL!"
#. ERROR.TYPE( #DIV/0! ) == 2
-#: core_resource.hrc:2654
+#: formula/inc/core_resource.hrc:2654
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#DIV/0!"
msgstr "#DIV/0!"
#. ERROR.TYPE( #VALUE! ) == 3
-#: core_resource.hrc:2656
+#: formula/inc/core_resource.hrc:2656
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#VALUE!"
msgstr "#VALUE!"
#. ERROR.TYPE( #REF! ) == 4
-#: core_resource.hrc:2658
+#: formula/inc/core_resource.hrc:2658
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#REF!"
msgstr "#REF!"
#. ERROR.TYPE( #NAME! ) == 5
-#: core_resource.hrc:2660
+#: formula/inc/core_resource.hrc:2660
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NAME?"
msgstr "#NAME?"
#. ERROR.TYPE( #NUM! ) == 6
-#: core_resource.hrc:2662
+#: formula/inc/core_resource.hrc:2662
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NUM!"
msgstr "#NUM!"
#. ERROR.TYPE( #N/A ) == 7
-#: core_resource.hrc:2664
+#: formula/inc/core_resource.hrc:2664
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#N/A"
msgstr "#N/A"
#. END defined ERROR.TYPE() values.
-#: core_resource.hrc:2667
+#: formula/inc/core_resource.hrc:2667
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FILTERXML"
msgstr ""
-#: core_resource.hrc:2668
+#: formula/inc/core_resource.hrc:2668
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COLOR"
msgstr ""
-#: core_resource.hrc:2669
+#: formula/inc/core_resource.hrc:2669
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEBSERVICE"
msgstr ""
-#: core_resource.hrc:2670
+#: formula/inc/core_resource.hrc:2670
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERF.PRECISE"
msgstr ""
-#: core_resource.hrc:2671
+#: formula/inc/core_resource.hrc:2671
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERFC.PRECISE"
msgstr ""
-#: core_resource.hrc:2672
+#: formula/inc/core_resource.hrc:2672
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ENCODEURL"
msgstr ""
-#: core_resource.hrc:2673
+#: formula/inc/core_resource.hrc:2673
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RAWSUBTRACT"
msgstr ""
-#: core_resource.hrc:2674
+#: formula/inc/core_resource.hrc:2674
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUNDSIG"
msgstr ""
-#: core_resource.hrc:2675
+#: formula/inc/core_resource.hrc:2675
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FINDB"
msgstr "FIND"
-#: core_resource.hrc:2676
+#: formula/inc/core_resource.hrc:2676
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEARCHB"
msgstr "SEARCH"
-#: strings.hrc:25
+#: formula/inc/strings.hrc:25
msgctxt "STR_OPTIONAL"
msgid "(optional)"
msgstr "(opsioneel)"
-#: strings.hrc:26
+#: formula/inc/strings.hrc:26
msgctxt "STR_REQUIRED"
msgid "(required)"
msgstr "(vereiste)"
-#: strings.hrc:28
+#: formula/inc/strings.hrc:28
msgctxt "STR_TITLE1"
msgid "Function Wizard"
msgstr "Funksieslimmerd"
-#: strings.hrc:29
+#: formula/inc/strings.hrc:29
msgctxt "STR_TITLE2"
msgid "Function Wizard -"
msgstr "Funksieslimmerd -"
-#: strings.hrc:30
+#: formula/inc/strings.hrc:30
msgctxt "STR_END"
msgid "~End"
msgstr "~Einde"
-#: strings.hrc:31
+#: formula/inc/strings.hrc:31
#, fuzzy
msgctxt "RID_STR_SHRINK"
msgid "Shrink"
msgstr "Krimp"
-#: strings.hrc:32
+#: formula/inc/strings.hrc:32
msgctxt "RID_STR_EXPAND"
msgid "Expand"
msgstr "Vou uit"
-#: formuladialog.ui:22
+#: formula/uiconfig/ui/formuladialog.ui:22
#, fuzzy
msgctxt "formuladialog|array"
msgid "Array"
msgstr "Skikking"
-#: formuladialog.ui:57
+#: formula/uiconfig/ui/formuladialog.ui:58
#, fuzzy
msgctxt "formuladialog|back"
msgid "< _Back"
msgstr "< ~Terug"
-#: formuladialog.ui:72
+#: formula/uiconfig/ui/formuladialog.ui:73
#, fuzzy
msgctxt "formuladialog|next"
msgid "_Next >"
msgstr "&Volgende >"
-#: formuladialog.ui:158
+#: formula/uiconfig/ui/formuladialog.ui:159
msgctxt "formuladialog|function"
msgid "Functions"
msgstr "Funksies"
-#: formuladialog.ui:180
+#: formula/uiconfig/ui/formuladialog.ui:181
#, fuzzy
msgctxt "formuladialog|struct"
msgid "Structure"
msgstr "Struktuur"
-#: formuladialog.ui:227
+#: formula/uiconfig/ui/formuladialog.ui:228
#, fuzzy
msgctxt "formuladialog|label2"
msgid "Function result"
msgstr "Funksieresultaat"
-#: formuladialog.ui:368
+#: formula/uiconfig/ui/formuladialog.ui:369
#, fuzzy
msgctxt "formuladialog|formula"
msgid "For_mula"
msgstr "Formule"
-#: formuladialog.ui:383
+#: formula/uiconfig/ui/formuladialog.ui:384
msgctxt "formuladialog|label1"
msgid "Result"
msgstr "Resultaat"
-#: formuladialog.ui:418
+#: formula/uiconfig/ui/formuladialog.ui:419
msgctxt "formuladialog|ed_formula-atkobject"
msgid "Formula"
msgstr "Formule"
-#: formuladialog.ui:467
+#: formula/uiconfig/ui/formuladialog.ui:468
msgctxt "formuladialog|RB_REF|tooltip_text"
msgid "Maximize"
msgstr "Maksimeer"
-#: functionpage.ui:19
+#: formula/uiconfig/ui/functionpage.ui:19
#, fuzzy
msgctxt "functionpage|label_search"
msgid "_Search"
msgstr "Soek"
-#: functionpage.ui:47
+#: formula/uiconfig/ui/functionpage.ui:47
#, fuzzy
msgctxt "functionpage|label1"
msgid "_Category"
msgstr "Kategorie"
-#: functionpage.ui:63
+#: formula/uiconfig/ui/functionpage.ui:63
#, fuzzy
msgctxt "functionpage|category"
msgid "Last Used"
msgstr "Vorige gebruik"
-#: functionpage.ui:64
+#: formula/uiconfig/ui/functionpage.ui:64
msgctxt "functionpage|category"
msgid "All"
msgstr "Almal"
-#: functionpage.ui:78
+#: formula/uiconfig/ui/functionpage.ui:78
#, fuzzy
msgctxt "functionpage|label2"
msgid "_Function"
msgstr "Funksie"
-#: parameter.ui:30
+#: formula/uiconfig/ui/parameter.ui:30
#, fuzzy
msgctxt "parameter|editdesc"
msgid "Function not known"
msgstr "Funksie onbekend"
-#: parameter.ui:279
+#: formula/uiconfig/ui/parameter.ui:279
msgctxt "parameter|RB_ARG1|tooltip_text"
msgid "Select"
msgstr "Kies"
-#: parameter.ui:295
+#: formula/uiconfig/ui/parameter.ui:295
msgctxt "parameter|RB_ARG2|tooltip_text"
msgid "Select"
msgstr "Kies"
-#: parameter.ui:311
+#: formula/uiconfig/ui/parameter.ui:311
msgctxt "parameter|RB_ARG3|tooltip_text"
msgid "Select"
msgstr "Kies"
-#: parameter.ui:327
+#: formula/uiconfig/ui/parameter.ui:327
msgctxt "parameter|RB_ARG4|tooltip_text"
msgid "Select"
msgstr "Kies"
-#: structpage.ui:19
+#: formula/uiconfig/ui/structpage.ui:19
#, fuzzy
msgctxt "structpage|label1"
msgid "_Structure"
diff --git a/source/af/fpicker/messages.po b/source/af/fpicker/messages.po
index 9c791984e32..b92daa21726 100644
--- a/source/af/fpicker/messages.po
+++ b/source/af/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-24 14:55+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+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"
@@ -13,83 +13,88 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:14
+#: include/fpicker/strings.hrc:14
msgctxt "STR_SVT_FILEPICKER_AUTO_EXTENSION"
msgid "~Automatic file name extension"
msgstr "~Outomatiese veldnaamuitbreiding"
-#: strings.hrc:15
+#: include/fpicker/strings.hrc:15
msgctxt "STR_SVT_FILEPICKER_PASSWORD"
msgid "Save with pass~word"
msgstr "Stoor met wag~woord"
#. dear loplugins, please don't remove this constant, it will be used in follow-up commits
-#: strings.hrc:17
+#: include/fpicker/strings.hrc:17
msgctxt "STR_SVT_FILEPICKER_GPGENCRYPT"
msgid "Encrypt with ~GPG key"
msgstr ""
-#: strings.hrc:18
+#: include/fpicker/strings.hrc:18
msgctxt "STR_SVT_FILEPICKER_FILTER_OPTIONS"
msgid "~Edit filter settings"
msgstr "~Redigeer filterinstellings"
-#: strings.hrc:19
+#: include/fpicker/strings.hrc:19
msgctxt "STR_SVT_FILEPICKER_READONLY"
msgid "~Read-only"
msgstr "~Leesalleen"
-#: strings.hrc:20
+#: include/fpicker/strings.hrc:20
msgctxt "STR_SVT_FILEPICKER_INSERT_AS_LINK"
msgid "~Link"
msgstr "~Skakel"
-#: strings.hrc:21
+#: include/fpicker/strings.hrc:21
msgctxt "STR_SVT_FILEPICKER_SHOW_PREVIEW"
msgid "Pr~eview"
msgstr "Voo~rskou"
-#: strings.hrc:22
+#: include/fpicker/strings.hrc:22
msgctxt "STR_SVT_FILEPICKER_PLAY"
msgid "~Play"
msgstr "~Speel"
-#: strings.hrc:23
+#: include/fpicker/strings.hrc:23
msgctxt "STR_SVT_FILEPICKER_VERSION"
msgid "~Version:"
msgstr "~Weergawe:"
-#: strings.hrc:24
+#: include/fpicker/strings.hrc:24
msgctxt "STR_SVT_FILEPICKER_TEMPLATES"
msgid "S~tyles:"
msgstr "S~tyle:"
-#: strings.hrc:25
+#: include/fpicker/strings.hrc:25
msgctxt "STR_SVT_FILEPICKER_IMAGE_TEMPLATE"
msgid "Style:"
msgstr "Styl:"
-#: strings.hrc:26
+#: include/fpicker/strings.hrc:26
+msgctxt "STR_SVT_FILEPICKER_IMAGE_ANCHOR"
+msgid "A~nchor:"
+msgstr ""
+
+#: include/fpicker/strings.hrc:27
msgctxt "STR_SVT_FILEPICKER_SELECTION"
msgid "~Selection"
msgstr "~Seleksie"
-#: strings.hrc:27
+#: include/fpicker/strings.hrc:28
msgctxt "STR_SVT_FILEPICKER_FILTER_TITLE"
msgid "File ~type:"
msgstr "Lêer~tipe:"
-#: strings.hrc:28
+#: include/fpicker/strings.hrc:29
msgctxt "STR_SVT_FOLDERPICKER_DEFAULT_TITLE"
msgid "Select Path"
msgstr "Kies pad"
-#: strings.hrc:29
+#: include/fpicker/strings.hrc:30
msgctxt "STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION"
msgid "Please select a folder."
msgstr "Kies asseblief 'n vouer."
-#: strings.hrc:30
+#: include/fpicker/strings.hrc:31
msgctxt "STR_SVT_ALREADYEXISTOVERWRITE"
msgid ""
"A file named \"$filename$\" already exists.\n"
@@ -100,87 +105,87 @@ msgstr ""
"\n"
"Wil u dit vervang?"
-#: strings.hrc:31
+#: include/fpicker/strings.hrc:32
msgctxt "STR_SVT_DELETESERVICE"
msgid ""
"Are you sure you want to delete the service?\n"
"\"$servicename$\""
msgstr ""
-#: strings.hrc:32
+#: include/fpicker/strings.hrc:33
#, fuzzy
msgctxt "STR_SVT_ROOTLABEL"
msgid "Root"
msgstr "voet"
-#: strings.hrc:33
+#: include/fpicker/strings.hrc:34
msgctxt "STR_FILTERNAME_ALL"
msgid "All files"
msgstr "Alle lêers"
-#: strings.hrc:34
+#: include/fpicker/strings.hrc:35
msgctxt "STR_FILEDLG_OPEN"
msgid "Open"
msgstr "Open"
-#: strings.hrc:35
+#: include/fpicker/strings.hrc:36
#, fuzzy
msgctxt "STR_FILEDLG_TYPE"
msgid "File ~type"
msgstr "Lêer~tipe:"
-#: strings.hrc:36
+#: include/fpicker/strings.hrc:37
#, fuzzy
msgctxt "STR_FILEDLG_SAVE"
msgid "Save"
msgstr "~Stoor"
-#: strings.hrc:25
+#: fpicker/inc/strings.hrc:25
msgctxt "STR_EXPLORERFILE_OPEN"
msgid "Open"
msgstr "Open"
-#: strings.hrc:26
+#: fpicker/inc/strings.hrc:26
msgctxt "STR_EXPLORERFILE_SAVE"
msgid "Save as"
msgstr "Stoor as"
-#: strings.hrc:27
+#: fpicker/inc/strings.hrc:27
msgctxt "STR_EXPLORERFILE_BUTTONSAVE"
msgid "~Save"
msgstr "~Stoor"
-#: strings.hrc:28
+#: fpicker/inc/strings.hrc:28
msgctxt "STR_PATHNAME"
msgid "~Path:"
msgstr "~Pad:"
-#: strings.hrc:29
+#: fpicker/inc/strings.hrc:29
msgctxt "STR_PATHSELECT"
msgid "Select path"
msgstr "Kies pad"
-#: strings.hrc:30
+#: fpicker/inc/strings.hrc:30
msgctxt "STR_BUTTONSELECT"
msgid "~Select"
msgstr "~Kies"
-#: strings.hrc:31
+#: fpicker/inc/strings.hrc:31
msgctxt "STR_PREVIEW"
msgid "File Preview"
msgstr "Deaktiveer voorskou"
-#: strings.hrc:32
+#: fpicker/inc/strings.hrc:32
msgctxt "STR_DEFAULT_DIRECTORY"
msgid "My Documents"
msgstr "My dokumente"
-#: strings.hrc:33
+#: fpicker/inc/strings.hrc:33
msgctxt "STR_PLACES_TITLE"
msgid "Places"
msgstr "Plekke"
-#: strings.hrc:34
+#: fpicker/inc/strings.hrc:34
msgctxt "RID_FILEOPEN_NOTEXISTENTFILE"
msgid ""
"The file $name$ does not exist.\n"
@@ -189,12 +194,12 @@ msgstr ""
"Die lêer $name$ bestaan nie.\n"
"Maak seker dat u die regte lêernaam getik het."
-#: strings.hrc:35
+#: fpicker/inc/strings.hrc:35
msgctxt "STR_SVT_NEW_FOLDER"
msgid "Folder"
msgstr "Vouer"
-#: strings.hrc:36
+#: fpicker/inc/strings.hrc:36
msgctxt "STR_SVT_NOREMOVABLEDEVICE"
msgid ""
"No removable storage device detected.\n"
@@ -203,145 +208,145 @@ msgstr ""
"Geen verwyderbare stoortoestelle bespeur nie.\n"
"Maak seker dit is behoorlik ingeprop, en probeer weer."
-#: explorerfiledialog.ui:72
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:72
msgctxt "explorerfiledialog|connect_to_server"
msgid "Servers..."
msgstr ""
-#: explorerfiledialog.ui:78
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:78
msgctxt "explorerfiledialog|connect_to_server|tooltip_text"
msgid "Connect To Server"
msgstr ""
-#: explorerfiledialog.ui:81
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:81
msgctxt "explorerfiledialog|connect_to_server-atkobject"
msgid "Connect To Server"
msgstr ""
-#: explorerfiledialog.ui:113
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:114
#, fuzzy
msgctxt "explorerfiledialog|new_folder|tooltip_text"
msgid "Create New Folder"
msgstr "Skep nuwe vouer|"
-#: explorerfiledialog.ui:116
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:117
#, fuzzy
msgctxt "explorerfiledialog|new_folder-atkobject"
msgid "Create New Folder"
msgstr "Skep nuwe vouer|"
-#: explorerfiledialog.ui:252
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:253
#, fuzzy
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Lêernaam:"
-#: explorerfiledialog.ui:277
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:278
#, fuzzy
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Lêer~tipe:"
-#: explorerfiledialog.ui:373
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:376
#, fuzzy
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "~Leesalleen"
-#: explorerfiledialog.ui:397
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:400
#, fuzzy
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Stoor met wag~woord"
-#: explorerfiledialog.ui:411
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:415
#, fuzzy
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "~Outomatiese veldnaamuitbreiding"
-#: explorerfiledialog.ui:426
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:430
#, fuzzy
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "~Redigeer filterinstellings"
-#: explorerfiledialog.ui:456
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:461
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
-#: foldernamedialog.ui:7
+#: fpicker/uiconfig/ui/foldernamedialog.ui:7
msgctxt "foldernamedialog|FolderNameDialog"
msgid "Folder Name ?"
msgstr ""
-#: foldernamedialog.ui:84
+#: fpicker/uiconfig/ui/foldernamedialog.ui:84
#, fuzzy
msgctxt "foldernamedialog|label2"
msgid "Na_me"
msgstr "Naam"
-#: foldernamedialog.ui:115
+#: fpicker/uiconfig/ui/foldernamedialog.ui:114
#, fuzzy
msgctxt "foldernamedialog|label1"
msgid "Create New Folder"
msgstr "Skep nuwe vouer|"
-#: remotefilesdialog.ui:18
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:18
msgctxt "remotefilesdialog|RemoteFilesDialog"
msgid "Remote Files"
msgstr ""
-#: remotefilesdialog.ui:105
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:105
#, fuzzy
msgctxt "remotefilesdialog|label1"
msgid "Service:"
msgstr "Dienste"
-#: remotefilesdialog.ui:132
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:132
msgctxt "remotefilesdialog|add_service_btn"
msgid "Add service"
msgstr ""
-#: remotefilesdialog.ui:177
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:177
msgctxt "remotefilesdialog|list_view|tooltip_text"
msgid "List view"
msgstr ""
-#: remotefilesdialog.ui:192
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:192
#, fuzzy
msgctxt "remotefilesdialog|icon_view|tooltip_text"
msgid "Icon view"
msgstr "Ikoonoorsig"
-#: remotefilesdialog.ui:210
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:210
#, fuzzy
msgctxt "remotefilesdialog|new_folder|tooltip_text"
msgid "Create New Folder"
msgstr "Skep nuwe vouer|"
-#: remotefilesdialog.ui:255
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:255
msgctxt "remotefilesdialog|filterLabel"
msgid "Filter"
msgstr "Filter"
-#: remotefilesdialog.ui:267
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:267
msgctxt "remotefilesdialog|nameLabel"
msgid "File name"
msgstr "Lêernaam"
-#: remotefilesdialog.ui:318
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:318
msgctxt "remotefilesdialog|edit_service"
msgid "_Edit service"
msgstr ""
-#: remotefilesdialog.ui:326
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:326
msgctxt "remotefilesdialog|delete_service"
msgid "_Delete service"
msgstr ""
-#: remotefilesdialog.ui:334
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:334
msgctxt "remotefilesdialog|change_password"
msgid "_Change password"
msgstr ""
diff --git a/source/af/framework/messages.po b/source/af/framework/messages.po
index c68f772a8b6..8e87fec40a5 100644
--- a/source/af/framework/messages.po
+++ b/source/af/framework/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,98 +13,98 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: framework/inc/strings.hrc:25
msgctxt "STR_MENU_HEADFOOTALL"
msgid "All"
msgstr "Alles"
-#: strings.hrc:26
+#: framework/inc/strings.hrc:26
msgctxt "STR_UPDATEDOC"
msgid "~Update"
msgstr "~Bywerk"
-#: strings.hrc:27
+#: framework/inc/strings.hrc:27
msgctxt "STR_CLOSEDOC_ANDRETURN"
msgid "~Close & Return to "
msgstr "~Sluit en keer terug na "
-#: strings.hrc:28
+#: framework/inc/strings.hrc:28
#, fuzzy
msgctxt "STR_TOOLBAR_VISIBLE_BUTTONS"
msgid "Visible ~Buttons"
msgstr "Sigbare ~knoppies"
-#: strings.hrc:29
+#: framework/inc/strings.hrc:29
#, fuzzy
msgctxt "STR_TOOLBAR_CUSTOMIZE_TOOLBAR"
msgid "~Customize Toolbar..."
msgstr "~Doelmaak nutsbalk..."
-#: strings.hrc:30
+#: framework/inc/strings.hrc:30
#, fuzzy
msgctxt "STR_TOOLBAR_DOCK_TOOLBAR"
msgid "~Dock Toolbar"
msgstr "~Dok nutsbalk"
-#: strings.hrc:31
+#: framework/inc/strings.hrc:31
#, fuzzy
msgctxt "STR_TOOLBAR_DOCK_ALL_TOOLBARS"
msgid "Dock ~All Toolbars"
msgstr "Dok ~alle nutsbalke"
-#: strings.hrc:32
+#: framework/inc/strings.hrc:32
#, fuzzy
msgctxt "STR_TOOLBAR_LOCK_TOOLBAR"
msgid "~Lock Toolbar Position"
msgstr "~Sluit nutsbalkposisie vas"
-#: strings.hrc:33
+#: framework/inc/strings.hrc:33
#, fuzzy
msgctxt "STR_TOOLBAR_CLOSE_TOOLBAR"
msgid "Close ~Toolbar"
msgstr "Sluit ~nutsbalk"
-#: strings.hrc:34
+#: framework/inc/strings.hrc:34
msgctxt "STR_SAVECOPYDOC"
msgid "Save Copy ~as..."
msgstr "Stoor kopie ~as..."
-#: strings.hrc:35
+#: framework/inc/strings.hrc:35
msgctxt "STR_NODOCUMENT"
msgid "No Documents"
msgstr "Geen dokumente nie"
-#: strings.hrc:36
+#: framework/inc/strings.hrc:36
msgctxt "STR_CLEAR_RECENT_FILES"
msgid "Clear List"
msgstr ""
-#: strings.hrc:37
+#: framework/inc/strings.hrc:37
msgctxt "STR_CLEAR_RECENT_FILES_HELP"
msgid "Clears the list with the most recently opened files. This action can not be undone."
msgstr ""
-#: strings.hrc:38
+#: framework/inc/strings.hrc:38
msgctxt "STR_REMOTE_TITLE"
msgid " (Remote)"
msgstr ""
-#: strings.hrc:39
+#: framework/inc/strings.hrc:39
msgctxt "STR_SAFEMODE_TITLE"
msgid " (Safe Mode)"
msgstr ""
-#: strings.hrc:40
+#: framework/inc/strings.hrc:40
msgctxt "STR_TOOLBAR_TITLE_ADDON"
msgid "Add-On %num%"
msgstr "Byvoeging %num%"
-#: strings.hrc:41
+#: framework/inc/strings.hrc:41
msgctxt "STR_FULL_DISC_RETRY_BUTTON"
msgid "Retry"
msgstr "Herprobeer"
-#: strings.hrc:42
+#: framework/inc/strings.hrc:42
msgctxt "STR_FULL_DISC_MSG"
msgid ""
"%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n"
@@ -123,12 +123,12 @@ msgstr ""
"Druk die 'Herprobeer'-knoppie nadat jy meer skyfspasie toegeken het, om die data weer te probeer stoor.\n"
"\n"
-#: strings.hrc:43
+#: framework/inc/strings.hrc:43
msgctxt "STR_RESTORE_TOOLBARS"
msgid "~Reset"
msgstr "~Stel terug"
-#: strings.hrc:44
+#: framework/inc/strings.hrc:44
msgctxt "STR_CORRUPT_UICFG_SHARE"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -137,7 +137,7 @@ msgstr ""
"'n Fout het voorgekom terwyl die gebruikerkoppelvlak-opstellingdata gelaai is. Die toepassing sal nou beëindig word.\n"
"Probeer die toepassing herinstalleer."
-#: strings.hrc:45
+#: framework/inc/strings.hrc:45
msgctxt "STR_CORRUPT_UICFG_USER"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -146,7 +146,7 @@ msgstr ""
"'n Fout het voorgekom terwyl die gebruikerkoppelvlak-opstellingdata gelaai is. Die toepassing sal nou beëindig word.\n"
"Probeer u gebruikerprofiel vir die toepassing verwyder."
-#: strings.hrc:46
+#: framework/inc/strings.hrc:46
msgctxt "STR_CORRUPT_UICFG_GENERAL"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -155,38 +155,38 @@ msgstr ""
"'n Fout het voorgekom terwyl die gebruikerkoppelvlak-opstellingdata gelaai is. Die toepassing sal nou beëindig word.\n"
"Probeer eers u gebruikerprofiel vir die toepassing verwyder, of probeer die toepassing herinstalleer."
-#: strings.hrc:47
+#: framework/inc/strings.hrc:47
msgctxt "STR_UNTITLED_DOCUMENT"
msgid "Untitled"
msgstr "Titelloos"
#. To translators: for displaying 'Multiple Languages' in the language statusbar control
-#: strings.hrc:49
+#: framework/inc/strings.hrc:49
msgctxt "STR_LANGSTATUS_MULTIPLE_LANGUAGES"
msgid "Multiple Languages"
msgstr "Meer as een taal"
-#: strings.hrc:50
+#: framework/inc/strings.hrc:50
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "Geen (moenie spelling kontroleer nie)"
-#: strings.hrc:51
+#: framework/inc/strings.hrc:51
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr ""
-#: strings.hrc:52
+#: framework/inc/strings.hrc:52
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "Meer..."
-#: strings.hrc:53
+#: framework/inc/strings.hrc:53
msgctxt "STR_SET_LANGUAGE_FOR_PARAGRAPH"
msgid "Set Language for Paragraph"
msgstr "Stel taal vir paragraaf"
-#: strings.hrc:54
+#: framework/inc/strings.hrc:54
msgctxt "STR_LANGSTATUS_HINT"
msgid "Text Language. Right-click to set character or paragraph language"
msgstr ""
diff --git a/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 39236ed5590..40663daac66 100644
--- a/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
"PO-Revision-Date: 2016-11-09 23:29+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2823,14 +2823,6 @@ msgctxt ""
msgid "The same version of this product is already installed."
msgstr "Selfde weergawe van hierdie produk is reeds geïnstalleer."
-#: CustomAc.ulf
-msgctxt ""
-"CustomAc.ulf\n"
-"OOO_CUSTOMACTION_5\n"
-"LngText.text"
-msgid "[ProductName] cannot be installed on this Windows version. [WindowsMinVersionText] or newer is required."
-msgstr ""
-
#: Error.ulf
msgctxt ""
"Error.ulf\n"
@@ -3879,45 +3871,52 @@ msgctxt ""
msgid "The Installation Wizard cannot be run properly because you are logged in as a user without sufficient administrator rights for this system."
msgstr "Die installasieslimmerd kan nie behoorlik loop nie omdat u as gebruiker aangemeld is met onvoldoende administrateursregte op hierdie stelsel."
-#: Property.ulf
+#: LaunchCo.ulf
msgctxt ""
-"Property.ulf\n"
-"OOO_ARPCONTACTTEMPLATE\n"
+"LaunchCo.ulf\n"
+"OOO_LAUNCH_2\n"
"LngText.text"
-msgid "LibreOffice Community"
+msgid "[ProductName] cannot be installed on this Windows version. [WindowsMinVersionText] or newer is required."
+msgstr ""
+
+#: LaunchCo.ulf
+msgctxt ""
+"LaunchCo.ulf\n"
+"OOO_LAUNCH_3\n"
+"LngText.text"
+msgid "To install [ProductName] on Windows 8.1, at least April 2014 update rollup (MS KB 2919355) must be installed."
msgstr ""
#: Property.ulf
msgctxt ""
"Property.ulf\n"
-"OOO_ARPHELPLINKTEMPLATE\n"
+"OOO_ARPCONTACTTEMPLATE\n"
"LngText.text"
-msgid "http://www.libreoffice.org/get-help"
+msgid "LibreOffice Community"
msgstr ""
#: Property.ulf
msgctxt ""
"Property.ulf\n"
-"OOO_ARPHELPTELEPHONETEMPLATE\n"
+"OOO_ARPHELPLINKTEMPLATE\n"
"LngText.text"
-msgid "x-xxx-xxx-xxx"
-msgstr "x-xxx-xxx-xxx"
+msgid "https://www.libreoffice.org/get-help"
+msgstr ""
#: Property.ulf
-#, fuzzy
msgctxt ""
"Property.ulf\n"
"OOO_ARPURLINFOABOUTTEMPLATE\n"
"LngText.text"
-msgid "http://www.documentfoundation.org"
-msgstr "http://www.documentfoundation.org"
+msgid "https://www.libreoffice.org/"
+msgstr ""
#: Property.ulf
msgctxt ""
"Property.ulf\n"
"OOO_ARPURLUPDATEINFOTEMPLATE\n"
"LngText.text"
-msgid "http://www.libreoffice.org/download"
+msgid "https://www.libreoffice.org/download"
msgstr ""
#: Property.ulf
diff --git a/source/af/officecfg/registry/data/org/openoffice.po b/source/af/officecfg/registry/data/org/openoffice.po
index 9571363fe0e..a4e933f048c 100644
--- a/source/af/officecfg/registry/data/org/openoffice.po
+++ b/source/af/officecfg/registry/data/org/openoffice.po
@@ -3,16 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"PO-Revision-Date: 2013-12-19 00:54+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: LibreOffice\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1387414491.000000\n"
#: Setup.xcu
msgctxt ""
@@ -92,5 +94,5 @@ msgctxt ""
"..Setup.Office.Factories.com.sun.star.report.ReportDefinition\n"
"ooSetupFactoryUIName\n"
"value.text"
-msgid "Base: Oracle Report Builder"
+msgid "Base: Report Builder"
msgstr ""
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office.po b/source/af/officecfg/registry/data/org/openoffice/Office.po
index c7ffa0ed04c..4436b8f4375 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2016-11-09 23:29+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -715,7 +715,7 @@ msgctxt ""
".ExtendedColorScheme.EntryNames.SunReportBuilder\n"
"DisplayName\n"
"value.text"
-msgid "Oracle Report Builder"
+msgid "Report Builder"
msgstr ""
#: ExtendedColorScheme.xcu
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
index f3776ae5145..6209ac1e970 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-01-10 11:50+0100\n"
+"POT-Creation-Date: 2018-04-25 13:24+0200\n"
"PO-Revision-Date: 2016-12-01 17:27+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -81,6 +81,15 @@ msgid "Go to Line..."
msgstr ""
#: BasicIDECommands.xcu
+msgctxt ""
+"BasicIDECommands.xcu\n"
+"..BasicIDECommands.UserInterface.Commands..uno:RepeatSearch\n"
+"Label\n"
+"value.text"
+msgid "Repeat Search"
+msgstr ""
+
+#: BasicIDECommands.xcu
#, fuzzy
msgctxt ""
"BasicIDECommands.xcu\n"
@@ -451,12 +460,30 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
"Label\n"
"value.text"
+msgid "Clear"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
+"ContextLabel\n"
+"value.text"
msgid "Clear ~Direct Formatting"
msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Clear Direct Formatting"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ClearArrowPrecedents\n"
"Label\n"
"value.text"
@@ -669,15 +696,6 @@ msgstr "Euro-omskakelaar"
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
-"Label\n"
-"value.text"
-msgid "~Protect Records..."
-msgstr "~Beskerm aantekeninge..."
-
-#: CalcCommands.xcu
-msgctxt ""
-"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertExternalDataSource\n"
"Label\n"
"value.text"
@@ -1169,14 +1187,13 @@ msgid "Select Unprotected Cells"
msgstr "Na volgende onbeskermde sel"
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ConditionalFormatMenu\n"
"Label\n"
"value.text"
-msgid "C~onditional Formatting"
-msgstr "V~oorwaardelike formatering..."
+msgid "C~onditional"
+msgstr ""
#: CalcCommands.xcu
#, fuzzy
@@ -1198,6 +1215,15 @@ msgid "Condition..."
msgstr "Voorwaarde"
#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CurrentConditionalFormatDialog\n"
+"Label\n"
+"value.text"
+msgid "Conditional Formatting..."
+msgstr ""
+
+#: CalcCommands.xcu
#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
@@ -1285,6 +1311,15 @@ msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CurrentConditionalFormatManagerDialog\n"
+"Label\n"
+"value.text"
+msgid "Manage Conditional Formatting..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:Deselect\n"
"Label\n"
"value.text"
@@ -1852,6 +1887,15 @@ msgstr "~Geldigheid..."
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CurrentValidation\n"
+"Label\n"
+"value.text"
+msgid "Data ~Validation..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
"Label\n"
"value.text"
@@ -1891,18 +1935,35 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:TraceChangeMode\n"
"Label\n"
"value.text"
-msgid "~Record Changes"
-msgstr "~Teken veranderinge aan"
+msgid "~Record"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TraceChangeMode\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Record Track Changes"
+msgstr ""
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ShowChanges\n"
"Label\n"
"value.text"
-msgid "~Show Changes..."
-msgstr "~Toon wysigings..."
+msgid "~Show..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowChanges\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Show Track Changes"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -2019,8 +2080,8 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:ViewRowColumnHeaders\n"
"Label\n"
"value.text"
-msgid "C~olumn & Row Headers"
-msgstr "K~olom- en rykopstukke"
+msgid "View Headers"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -2123,23 +2184,22 @@ msgid "Underline: Single"
msgstr "Onderstreep: Enkel"
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:AcceptChanges\n"
"Label\n"
"value.text"
-msgid "~Manage Changes..."
-msgstr "~Skep name..."
+msgid "~Manage..."
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:UnderlineDouble\n"
-"Label\n"
+"..CalcCommands.UserInterface.Commands..uno:AcceptChanges\n"
+"TooltipLabel\n"
"value.text"
-msgid "Underline: Double"
-msgstr "Onderstreep: Dubbel"
+msgid "Manage Track Changes"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -2147,7 +2207,16 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:CommentChange\n"
"Label\n"
"value.text"
-msgid "~Comment on Change..."
+msgid "~Comment..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CommentChange\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Track Change Comment"
msgstr ""
#: CalcCommands.xcu
@@ -2534,6 +2603,15 @@ msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineCurrentName\n"
+"Label\n"
+"value.text"
+msgid "~Manage Names..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertName\n"
"Label\n"
"value.text"
@@ -3042,17 +3120,8 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:DefineDBName\n"
"Label\n"
"value.text"
-msgid "~Define Data Range..."
-msgstr "~Definieer data omvang..."
-
-#: CalcCommands.xcu
-msgctxt ""
-"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:DefineDBName\n"
-"ContextLabel\n"
-"value.text"
msgid "~Define Range..."
-msgstr "~Definieer omvang..."
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -3060,17 +3129,8 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:SelectDB\n"
"Label\n"
"value.text"
-msgid "Select Data ~Range..."
-msgstr "Kies data ~omvang..."
-
-#: CalcCommands.xcu
-msgctxt ""
-"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:SelectDB\n"
-"ContextLabel\n"
-"value.text"
msgid "Select ~Range..."
-msgstr "Kies ~omvang..."
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -3336,14 +3396,13 @@ msgid "Align Right"
msgstr "Regsbelyn"
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:AlignHorizontalCenter\n"
"Label\n"
"value.text"
-msgid "Center Horizontally"
-msgstr "Sentreer horisontaal"
+msgid "Align Center"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -3586,6 +3645,15 @@ msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatThousands\n"
+"Label\n"
+"value.text"
+msgid "Thousands Separator"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:EditLinks\n"
"Label\n"
"value.text"
@@ -3640,6 +3708,15 @@ msgstr "Na bl~adsy"
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToPage\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Anchor to p~age"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCell\n"
"Label\n"
"value.text"
@@ -3658,6 +3735,42 @@ msgstr "Na ~sel"
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCell\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Anchor to ~cell (move with cell)"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize\n"
+"Label\n"
+"value.text"
+msgid "Anchor: To Cell (~resize with cell)"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize\n"
+"ContextLabel\n"
+"value.text"
+msgid "To Cell (~resize with cell)"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Anchor to cell (move and ~resize with cell)"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:SendMailDocAsMS\n"
"Label\n"
"value.text"
@@ -3688,16 +3801,7 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:ToggleSheetGrid\n"
"Label\n"
"value.text"
-msgid "Toggle Grid Lines for Current Sheet"
-msgstr ""
-
-#: CalcCommands.xcu
-msgctxt ""
-"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:ToggleSheetGrid\n"
-"ContextLabel\n"
-"value.text"
-msgid "Grid Lines for Sheet"
+msgid "View Grid Lines"
msgstr ""
#: CalcCommands.xcu
@@ -6962,6 +7066,24 @@ msgid "S~lide"
msgstr "Skyfi~e"
#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:PageMenu\n"
+"Label\n"
+"value.text"
+msgid "~Page"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:ShapeMenu\n"
+"Label\n"
+"value.text"
+msgid "~Shape"
+msgstr ""
+
+#: DrawImpressCommands.xcu
#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
@@ -7790,14 +7912,13 @@ msgid "Format Page"
msgstr ""
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:PageSetup\n"
"ContextLabel\n"
"value.text"
-msgid "~Page Properties..."
-msgstr "Tab~eleienskappe..."
+msgid "Properties..."
+msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
@@ -7924,8 +8045,8 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Commands..uno:ImportFromFile\n"
"Label\n"
"value.text"
-msgid "~File..."
-msgstr "~Lêer..."
+msgid "Insert Page from File..."
+msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
@@ -8233,6 +8354,15 @@ msgid "Master Slide..."
msgstr ""
#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
+"Label\n"
+"value.text"
+msgid "Master Page..."
+msgstr ""
+
+#: DrawImpressCommands.xcu
#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
@@ -9523,15 +9653,6 @@ msgstr "Tab~eleienskappe..."
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Popups..uno:AutoSum\n"
-"Label\n"
-"value.text"
-msgid "Sum"
-msgstr "Som"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TableSort\n"
"Label\n"
"value.text"
@@ -9550,15 +9671,6 @@ msgstr "~Tabel..."
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Popups..uno:UnderlineDouble\n"
-"Label\n"
-"value.text"
-msgid "Double Underline "
-msgstr "Dubbele onderstreping "
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:InsertAnnotation\n"
"Label\n"
"value.text"
@@ -16151,6 +16263,15 @@ msgstr "Onderstreep"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:UnderlineDouble\n"
+"Label\n"
+"value.text"
+msgid "Double Underline"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Overline\n"
"Label\n"
"value.text"
@@ -16367,14 +16488,13 @@ msgid "Center"
msgstr "Sentreer"
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:CenterPara\n"
"TooltipLabel\n"
"value.text"
-msgid "Center Horizontally"
-msgstr "Sentreer horisontaal"
+msgid "Align Center"
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
@@ -16988,6 +17108,15 @@ msgstr "~Oorspronklike grootte"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:FitCellSize\n"
+"Label\n"
+"value.text"
+msgid "~Fit to Cell Size"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:GridMenu\n"
"Label\n"
"value.text"
@@ -17631,16 +17760,16 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:ChangeCaseRotateCase\n"
"Label\n"
"value.text"
-msgid "Cycle Case (Title Case, UPPERCASE, lowercase)"
+msgid "Cycle Case"
msgstr ""
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ChangeCaseRotateCase\n"
-"ContextLabel\n"
+"TooltipLabel\n"
"value.text"
-msgid "Cycle Case"
+msgid "Cycle Case (Title Case, Sentence case, UPPERCASE, lowercase)"
msgstr ""
#: GenericCommands.xcu
@@ -17901,6 +18030,24 @@ msgstr "Verwissel redigeermodus"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ReadOnlyDoc\n"
+"Label\n"
+"value.text"
+msgid "Read Only Mode"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ReadOnlyDoc\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Toggle Read Only Mode"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:InsertImageControl\n"
"Label\n"
"value.text"
@@ -18791,14 +18938,13 @@ msgid "Frame and Ob~ject"
msgstr ""
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatFormMenu\n"
"Label\n"
"value.text"
-msgid "~Form"
-msgstr "Vorm"
+msgid "Fo~rm"
+msgstr ""
#: GenericCommands.xcu
#, fuzzy
@@ -20157,6 +20303,24 @@ msgid "AutoPilot: Memo"
msgstr "OutoLoods: Memo"
#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
+"Label\n"
+"value.text"
+msgid "~Protect..."
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect Track Changes"
+msgstr ""
+
+#: GenericCommands.xcu
#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
@@ -20357,8 +20521,26 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:SetDefault\n"
"Label\n"
"value.text"
-msgid "~Default Formatting"
-msgstr "~Verstek formatering"
+msgid "Clear"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:SetDefault\n"
+"ContextLabel\n"
+"value.text"
+msgid "Clear ~Direct Formatting"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:SetDefault\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Clear Direct Formatting"
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
@@ -22224,7 +22406,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:ToolbarMode\n"
"Label\n"
"value.text"
-msgid "Toolbar ~Layout"
+msgid "User ~Interface"
msgstr ""
#: GenericCommands.xcu
@@ -22484,6 +22666,15 @@ msgstr "Onderbelyn"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:AutoSum\n"
+"Label\n"
+"value.text"
+msgid "Sum"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ThesaurusFromContext\n"
"Label\n"
"value.text"
@@ -23107,7 +23298,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:ClassificationApply\n"
"Label\n"
"value.text"
-msgid "Apply Document Classification"
+msgid "Apply document classification"
msgstr ""
#: GenericCommands.xcu
@@ -23116,7 +23307,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:ClassificationDialog\n"
"Label\n"
"value.text"
-msgid "Classification Dialog"
+msgid "Manage document classification"
msgstr ""
#: GenericCommands.xcu
@@ -23125,7 +23316,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:ParagraphClassificationDialog\n"
"Label\n"
"value.text"
-msgid "Paragraph Classification Dialog"
+msgid "Manage paragraph classification"
msgstr ""
#: GenericCommands.xcu
@@ -23191,6 +23382,42 @@ msgctxt ""
msgid "Navigate"
msgstr ""
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:BreaksMenu\n"
+"Label\n"
+"value.text"
+msgid "More Breaks"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InsertSignatureLine\n"
+"Label\n"
+"value.text"
+msgid "Signatu~re Line..."
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:EditSignatureLine\n"
+"Label\n"
+"value.text"
+msgid "Edit Signature ~Line..."
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:SignSignatureLine\n"
+"Label\n"
+"value.text"
+msgid "~Sign Signature Line..."
+msgstr ""
+
#: ImpressWindowState.xcu
#, fuzzy
msgctxt ""
@@ -24296,132 +24523,6 @@ msgctxt ""
msgid "Full Screen"
msgstr "Volskerm"
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.Tabbed\n"
-"Label\n"
-"value.text"
-msgid "Tabbed"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.TabbedCompact\n"
-"Label\n"
-"value.text"
-msgid "Tabbed Compact"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.GroupedbarCompact\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Compact"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.GroupedbarFull\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Full"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.Groups\n"
-"Label\n"
-"value.text"
-msgid "Contextual groups"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.Single\n"
-"Label\n"
-"value.text"
-msgid "Contextual single"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.Tabbed\n"
-"Label\n"
-"value.text"
-msgid "Tabbed"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.GroupedbarCompact\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Compact"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.GroupedbarFull\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Full"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.Groups\n"
-"Label\n"
-"value.text"
-msgid "Contextual groups"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.Tabbed\n"
-"Label\n"
-"value.text"
-msgid "Tabbed"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.Groups\n"
-"Label\n"
-"value.text"
-msgid "Contextual groups"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.GroupedbarCompact\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Compact"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.GroupedbarFull\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Full"
-msgstr ""
-
#: ReportCommands.xcu
#, fuzzy
msgctxt ""
@@ -25450,348 +25551,238 @@ msgctxt ""
msgid "Character"
msgstr "K~arakter..."
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:AddDirect\n"
-"Label\n"
-"value.text"
-msgid "~New"
-msgstr "~Nuwe"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:CloseDoc\n"
-"Label\n"
-"value.text"
-msgid "~Close"
-msgstr "~Sluit"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:CloseWin\n"
-"Label\n"
-"value.text"
-msgid "Close Window"
-msgstr "Maak venster toe"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Copy\n"
-"Label\n"
-"value.text"
-msgid "~Copy"
-msgstr "~Kopieer"
-
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Cut\n"
-"Label\n"
-"value.text"
-msgid "~Cut"
-msgstr "Knip"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:ExtendedHelp\n"
-"Label\n"
-"value.text"
-msgid "What's ~This?"
-msgstr "Wat is ~dit?"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:HelpIndex\n"
-"Label\n"
-"value.text"
-msgid "%PRODUCTNAME ~Help"
-msgstr "%PRODUCTNAME-~hulp"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:NewDoc\n"
-"Label\n"
-"value.text"
-msgid "New Document From Template"
-msgstr "Nuwe dokument uit sjabloon"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Open\n"
-"Label\n"
-"value.text"
-msgid "~Open..."
-msgstr "~Open..."
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:OpenUrl\n"
-"Label\n"
-"value.text"
-msgid "Load URL"
-msgstr "Laai URL"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Paste\n"
-"Label\n"
-"value.text"
-msgid "~Paste"
-msgstr "~Plak"
-
-#: StartModuleCommands.xcu
+#: StartModuleWindowState.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Print\n"
-"Label\n"
+"StartModuleWindowState.xcu\n"
+"..StartModuleWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
+"UIName\n"
"value.text"
-msgid "~Print..."
-msgstr "~Druk..."
+msgid "Standard"
+msgstr "Standaard"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:PrinterSetup\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
"Label\n"
"value.text"
-msgid "P~rinter Settings..."
-msgstr "D~rukkerinstellings..."
+msgid "Standard Toolbar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Quit\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
"Label\n"
"value.text"
-msgid "E~xit"
-msgstr "~Afsluit"
+msgid "Single Toolbar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Save\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
"Label\n"
"value.text"
-msgid "~Save"
-msgstr "~Stoor"
+msgid "Sidebar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:SaveAs\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.ContextualGroups\n"
"Label\n"
"value.text"
-msgid "Save ~As..."
-msgstr "Stoor ~as..."
+msgid "Contextual groups"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:SendMail\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.ContextualSingle\n"
"Label\n"
"value.text"
-msgid "Document as ~E-mail..."
-msgstr "Dokument as ~e-pos..."
+msgid "Contextual Single"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:SetDocumentProperties\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Tabbed\n"
"Label\n"
"value.text"
-msgid "Propert~ies..."
-msgstr "Eienska~ppe..."
+msgid "Tabbed"
+msgstr ""
-#: StartModuleCommands.xcu
-#, fuzzy
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Undo\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.TabbedCompact\n"
"Label\n"
"value.text"
-msgid "Undo"
-msgstr "Ontdoen"
+msgid "Tabbed Compact"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:EditMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.GroupedbarCompact\n"
"Label\n"
"value.text"
-msgid "~Edit"
-msgstr "~Redigeer"
+msgid "Groupedbar Compact"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:HelpMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.GroupedbarFull\n"
"Label\n"
"value.text"
-msgid "~Help"
-msgstr "~Hulp"
+msgid "Groupedbar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:MacrosMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
"Label\n"
"value.text"
-msgid "~Macros"
-msgstr "~Makro's"
+msgid "Standard Toolbar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:PickList\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
"Label\n"
"value.text"
-msgid "~File"
-msgstr "~Lêer"
+msgid "Single Toolbar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:ToolsMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
"Label\n"
"value.text"
-msgid "~Tools"
-msgstr "~Nutsgoed"
+msgid "Sidebar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:ViewMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.ContextualGroups\n"
"Label\n"
"value.text"
-msgid "~View"
-msgstr "~Bekyk"
+msgid "Contextual groups"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:WindowList\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Tabbed\n"
"Label\n"
"value.text"
-msgid "~Window"
-msgstr "~Venster"
-
-#: StartModuleWindowState.xcu
-msgctxt ""
-"StartModuleWindowState.xcu\n"
-"..StartModuleWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
-"UIName\n"
-"value.text"
-msgid "Standard"
-msgstr "Standaard"
+msgid "Tabbed"
+msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"..ToolbarMode.Applications.Calc.Modes.GroupedbarCompact\n"
"Label\n"
"value.text"
-msgid "Default"
-msgstr "Verstek"
+msgid "Groupedbar Compact"
+msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"..ToolbarMode.Applications.Calc.Modes.GroupedbarFull\n"
"Label\n"
"value.text"
-msgid "Single Toolbar"
+msgid "Groupedbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Sidebar"
+msgid "Standard Toolbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
"Label\n"
"value.text"
-msgid "Notebookbar"
+msgid "Single Toolbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"..ToolbarMode.Applications.Impress.Modes.ContextualGroups\n"
"Label\n"
"value.text"
-msgid "Default"
-msgstr "Verstek"
+msgid "Contextual groups"
+msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"..ToolbarMode.Applications.Impress.Modes.Tabbed\n"
"Label\n"
"value.text"
-msgid "Single Toolbar"
+msgid "Tabbed"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"..ToolbarMode.Applications.Impress.Modes.GroupedbarCompact\n"
"Label\n"
"value.text"
-msgid "Sidebar"
+msgid "Groupedbar Compact"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"..ToolbarMode.Applications.Impress.Modes.GroupedbarFull\n"
"Label\n"
"value.text"
-msgid "Notebookbar"
+msgid "Groupedbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"..ToolbarMode.Applications.Draw.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Default"
-msgstr "Verstek"
+msgid "Standard Toolbar"
+msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"..ToolbarMode.Applications.Formula.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Single Toolbar"
+msgid "Standard Toolbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"..ToolbarMode.Applications.Base.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Notebookbar"
+msgid "Standard Toolbar"
msgstr ""
#: WriterCommands.xcu
@@ -26119,24 +26110,6 @@ msgstr "Skrap indeks"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
-"Label\n"
-"value.text"
-msgid "~Protect..."
-msgstr ""
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Protect Track Changes"
-msgstr ""
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:RejectTrackedChange\n"
"Label\n"
"value.text"
@@ -26357,10 +26330,28 @@ msgstr ""
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:ShowInlineTooltips\n"
+"Label\n"
+"value.text"
+msgid "T~ooltips"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:ShowInlineTooltips\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Show change authorship in tooltips"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:GotoPage\n"
"Label\n"
"value.text"
-msgid "Go t~o Page"
+msgid "Go t~o Page..."
msgstr ""
#: WriterCommands.xcu
@@ -27095,8 +27086,8 @@ msgctxt ""
"..WriterCommands.UserInterface.Commands..uno:InsertAuthorField\n"
"Label\n"
"value.text"
-msgid "~Author"
-msgstr "~Outeur"
+msgid "First ~Author"
+msgstr ""
#: WriterCommands.xcu
#, fuzzy
@@ -27157,15 +27148,6 @@ msgstr "Bladsystyl"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:UnderlineDouble\n"
-"Label\n"
-"value.text"
-msgid "Double Underline "
-msgstr "Dubbele onderstreping "
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:AutoFormatRedlineApply\n"
"Label\n"
"value.text"
@@ -29521,15 +29503,6 @@ msgstr "Gaan na vorige Indeksmerker"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:AutoSum\n"
-"Label\n"
-"value.text"
-msgid "Sum"
-msgstr "Som"
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:GotoNextTableFormula\n"
"Label\n"
"value.text"
@@ -29884,6 +29857,33 @@ msgstr ""
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatPaintbrush\n"
+"Label\n"
+"value.text"
+msgid "Clone"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatPaintbrush\n"
+"ContextLabel\n"
+"value.text"
+msgid "Clone Formatting"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatPaintbrush\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Clone Formatting (double click and Ctrl or Cmd to alter behavior)"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Popups..uno:TableMenu\n"
"Label\n"
"value.text"
@@ -29979,8 +29979,8 @@ msgctxt ""
"..WriterCommands.UserInterface.Popups..uno:WordCountDialog\n"
"Label\n"
"value.text"
-msgid "~Word Count"
-msgstr "~Woordtelling"
+msgid "~Word Count..."
+msgstr ""
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/af/readlicense_oo/docs.po b/source/af/readlicense_oo/docs.po
index d94e3a34309..0bfa7f25405 100644
--- a/source/af/readlicense_oo/docs.po
+++ b/source/af/readlicense_oo/docs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
"PO-Revision-Date: 2016-03-10 18:13+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgctxt ""
"readme.xrm\n"
"LatestUpdates\n"
"readmeitem.text"
-msgid "For the latest updates to this readme file, see <a href=\"http://www.libreoffice.org/welcome/readme.html\">http://www.libreoffice.org/welcome/readme.html</a>"
+msgid "For the latest updates to this readme file, see <a href=\"https://www.libreoffice.org/welcome/readme.html\">https://www.libreoffice.org/welcome/readme.html</a>"
msgstr ""
#: readme.xrm
@@ -45,7 +45,7 @@ msgctxt ""
"readme.xrm\n"
"A7\n"
"readmeitem.text"
-msgid "The ${PRODUCTNAME} community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the ${PRODUCTNAME} site, where you will find lots of information about the ${PRODUCTNAME} project and the communities that exist around it. Go to <a href=\"http://www.libreoffice.org/\">http://www.libreoffice.org/</a>."
+msgid "The ${PRODUCTNAME} community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the ${PRODUCTNAME} site, where you will find lots of information about the ${PRODUCTNAME} project and the communities that exist around it. Go to <a href=\"https://www.libreoffice.org/\">https://www.libreoffice.org/</a>."
msgstr ""
#: readme.xrm
@@ -85,7 +85,7 @@ msgctxt ""
"readme.xrm\n"
"A13b\n"
"readmeitem.text"
-msgid "If you appreciate their efforts, and would like to ensure that ${PRODUCTNAME} continues to be available far into the future, please consider contributing to the project - see <a href=\"http://www.documentfoundation.org/contribution/\">http://www.documentfoundation.org/contribution/</a> for details. Everyone can make a contribution of some kind."
+msgid "If you appreciate their efforts, and would like to ensure that ${PRODUCTNAME} continues to be available far into the future, please consider contributing to the project - see <a href=\"https://www.documentfoundation.org/contribution/\">https://www.documentfoundation.org/contribution/</a> for details. Everyone can make a contribution of some kind."
msgstr ""
#: readme.xrm
@@ -125,7 +125,7 @@ msgctxt ""
"readme.xrm\n"
"s2s3sdf21\n"
"readmeitem.text"
-msgid "Microsoft Windows 7, 8.x, or 10"
+msgid "Microsoft Windows 7 SP1, 8, 8.1 Update (S14) or 10"
msgstr ""
#: readme.xrm
@@ -405,7 +405,7 @@ msgctxt ""
"readme.xrm\n"
"otherinstall2\n"
"readmeitem.text"
-msgid "The RPMS (or DEBS, respectively) directory also contains a package named libreoffice${PRODUCTVERSION}-freedesktop-menus-${PRODUCTVERSION}.0.1-1.noarch.rpm (or libreoffice${PRODUCTVERSION}-debian-menus_${PRODUCTVERSION}.0.1-1_all.deb, respectively, or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (<a href=\"http://en.wikipedia.org/wiki/Freedesktop.org\">http://en.wikipedia.org/wiki/Freedesktop.org</a>), and is provided for installation on other Linux distributions not covered in the aforementioned instructions."
+msgid "The RPMS (or DEBS, respectively) directory also contains a package named libreoffice${PRODUCTVERSION}-freedesktop-menus-${PRODUCTVERSION}.0.1-1.noarch.rpm (or libreoffice${PRODUCTVERSION}-debian-menus_${PRODUCTVERSION}.0.1-1_all.deb, respectively, or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (<a href=\"https://en.wikipedia.org/wiki/Freedesktop.org\">https://en.wikipedia.org/wiki/Freedesktop.org</a>), and is provided for installation on other Linux distributions not covered in the aforementioned instructions."
msgstr ""
#: readme.xrm
@@ -645,7 +645,7 @@ msgctxt ""
"readme.xrm\n"
"pji76w1\n"
"readmeitem.text"
-msgid "When sending a document via 'File - Send - Document as E-mail' or 'Document as PDF Attachment' problems might occur (program crashes or hangs). This is due to the Windows system file \"Mapi\" (Messaging Application Programming Interface) which causes problems in some file versions. Unfortunately, the problem cannot be narrowed down to a certain version number. For more information visit <a href=\"http://www.microsoft.com\">http://www.microsoft.com</a> to search the Microsoft Knowledge Base for \"mapi dll\"."
+msgid "When sending a document via 'File - Send - Document as E-mail' or 'Document as PDF Attachment' problems might occur (program crashes or hangs). This is due to the Windows system file \"Mapi\" (Messaging Application Programming Interface) which causes problems in some file versions. Unfortunately, the problem cannot be narrowed down to a certain version number. For more information visit <a href=\"https://www.microsoft.com\">https://www.microsoft.com</a> to search the Microsoft Knowledge Base for \"mapi dll\"."
msgstr ""
#: readme.xrm
@@ -661,7 +661,7 @@ msgctxt ""
"readme.xrm\n"
"access7\n"
"readmeitem.text"
-msgid "For more information on the accessibility features in ${PRODUCTNAME}, see <a href=\"http://www.libreoffice.org/accessibility/\">http://www.libreoffice.org/accessibility/</a>"
+msgid "For more information on the accessibility features in ${PRODUCTNAME}, see <a href=\"https://www.libreoffice.org/accessibility/\">https://www.libreoffice.org/accessibility/</a>"
msgstr ""
#: readme.xrm
@@ -677,7 +677,7 @@ msgctxt ""
"readme.xrm\n"
"support1\n"
"readmeitem.text"
-msgid "The main support page <a href=\"http://www.libreoffice.org/support/\">http://www.libreoffice.org/support/</a> offers various possibilities for help with ${PRODUCTNAME}. Your question may have already been answered - check the Community Forum at <a href=\"http://www.documentfoundation.org/nabble/\">http://www.documentfoundation.org/nabble/</a> or search the archives of the 'users@libreoffice.org' mailing list at <a href=\"http://www.libreoffice.org/lists/users/\">http://www.libreoffice.org/lists/users/</a>. Alternatively, you can send in your questions to <a href=\"mailto:users@libreoffice.org\">users@libreoffice.org</a>. If you like to subscribe to the list (to get email responses), send an empty mail to: <a href=\"mailto:users+subscribe@libreoffice.org\">users+subscribe@libreoffice.org</a>."
+msgid "The <a href=\"https://www.libreoffice.org/get-help/community-support/\">main support page</a> offers various possibilities for help with ${PRODUCTNAME}. Your question may have already been answered - check the Community Forum at <a href=\"https://www.documentfoundation.org/nabble/\">https://www.documentfoundation.org/nabble/</a> or search the archives of the 'users@libreoffice.org' mailing list at <a href=\"https://www.libreoffice.org/lists/users/\">https://www.libreoffice.org/lists/users/</a>. Alternatively, you can send in your questions to <a href=\"mailto:users@libreoffice.org\">users@libreoffice.org</a>. If you like to subscribe to the list (to get email responses), send an empty mail to: <a href=\"mailto:users+subscribe@libreoffice.org\">users+subscribe@libreoffice.org</a>."
msgstr ""
#: readme.xrm
@@ -685,7 +685,7 @@ msgctxt ""
"readme.xrm\n"
"faq\n"
"readmeitem.text"
-msgid "Also check the FAQ section at <a href=\"http://www.libreoffice.org/faq/\">http://www.libreoffice.org/faq/.</a>"
+msgid "Also check the FAQ section at <a href=\"https://www.libreoffice.org/get-help/frequently-asked-questions/\">the LibreOffice website</a>."
msgstr ""
#: readme.xrm
@@ -701,7 +701,7 @@ msgctxt ""
"readme.xrm\n"
"reportbugs1\n"
"readmeitem.text"
-msgid "Our system for reporting, tracking and solving bugs is currently BugZilla, kindly hosted at <a href=\"https://bugs.libreoffice.org/\">https://bugs.libreoffice.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}."
+msgid "Our system for reporting, tracking and solving bugs is currently Bugzilla, hosted at <a href=\"http://bugs.documentfoundation.org/\">http://bugs.documentfoundation.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}."
msgstr ""
#: readme.xrm
@@ -725,7 +725,7 @@ msgctxt ""
"readme.xrm\n"
"gettingimvolved3\n"
"readmeitem.text"
-msgid "As a user, you are already a valuable part of the suite's development process and we would like to encourage you to take an even more active role with a view to being a long-term contributor to the community. Please join and check out the contributing page at <a href=\"http://www.libreoffice.org/contribution/\">http://www.libreoffice.org/contribution/</a>"
+msgid "As a user, you are already a valuable part of the suite's development process and we would like to encourage you to take an even more active role with a view to being a long-term contributor to the community. Please join and check out the contributing page at <a href=\"https://www.libreoffice.org/community/get-involved/\">the LibreOffice website</a>."
msgstr ""
#: readme.xrm
@@ -741,7 +741,7 @@ msgctxt ""
"readme.xrm\n"
"howtostart1\n"
"readmeitem.text"
-msgid "The best way to start contributing is to subscribe to one or more of the mailing lists, lurk for a while, and gradually use the mail archives to familiarize yourself with many of the topics covered since the ${PRODUCTNAME} source code was released back in October 2000. When you're comfortable, all you need to do is send an email self-introduction and jump right in. If you are familiar with Open Source Projects, check out our To-Dos list and see if there is anything you would like to help with at <a href=\"http://www.libreoffice.org/develop/\">http://www.libreoffice.org/develop/</a>."
+msgid "The best way to start contributing is to subscribe to one or more of the mailing lists, lurk for a while, and gradually use the mail archives to familiarize yourself with many of the topics covered since the ${PRODUCTNAME} source code was released back in October 2000. When you're comfortable, all you need to do is send an email self-introduction and jump right in. If you are familiar with Open Source Projects, check out our To-Dos list and see if there is anything you would like to help with at <a href=\"https://www.libreoffice.org/community/developers/\">the LibreOffice website</a>."
msgstr ""
#: readme.xrm
@@ -757,7 +757,7 @@ msgctxt ""
"readme.xrm\n"
"subscribe1\n"
"readmeitem.text"
-msgid "Here are a few of the mailing lists to which you can subscribe at <a href=\"http://www.libreoffice.org/contribution/\">http://www.libreoffice.org/contribution/</a>"
+msgid "Here are a few of the mailing lists to which you can subscribe at <a href=\"https://www.libreoffice.org/get-help/mailing-lists/\">https://www.libreoffice.org/get-help/mailing-lists/</a>"
msgstr ""
#: readme.xrm
diff --git a/source/af/reportdesign/messages.po b/source/af/reportdesign/messages.po
index 6adcdf740c3..233a85abc38 100644
--- a/source/af/reportdesign/messages.po
+++ b/source/af/reportdesign/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+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"
@@ -13,1356 +13,1356 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: stringarray.hrc:17
+#: reportdesign/inc/stringarray.hrc:17
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "None"
msgstr "Geen"
-#: stringarray.hrc:18
+#: reportdesign/inc/stringarray.hrc:18
#, fuzzy
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "Before Section"
msgstr "Voor afdeling"
-#: stringarray.hrc:19
+#: reportdesign/inc/stringarray.hrc:19
#, fuzzy
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "After Section"
msgstr "Na afdeling"
-#: stringarray.hrc:20
+#: reportdesign/inc/stringarray.hrc:20
#, fuzzy
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "Before & After Section"
msgstr "Voor en na afdeling"
-#: stringarray.hrc:26
+#: reportdesign/inc/stringarray.hrc:26
#, fuzzy
msgctxt "RID_STR_GROUPKEEPTOGETHER_CONST"
msgid "Per Page"
msgstr "Per bladsy"
-#: stringarray.hrc:27
+#: reportdesign/inc/stringarray.hrc:27
#, fuzzy
msgctxt "RID_STR_GROUPKEEPTOGETHER_CONST"
msgid "Per Column"
msgstr "Per kolom"
-#: stringarray.hrc:33
+#: reportdesign/inc/stringarray.hrc:33
#, fuzzy
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "All Pages"
msgstr "Alle bladsye"
-#: stringarray.hrc:34
+#: reportdesign/inc/stringarray.hrc:34
#, fuzzy
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Header"
msgstr "Voeg verslagkop/voet in"
-#: stringarray.hrc:35
+#: reportdesign/inc/stringarray.hrc:35
#, fuzzy
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Footer"
msgstr "Voeg verslagkop/voet in"
-#: stringarray.hrc:36
+#: reportdesign/inc/stringarray.hrc:36
#, fuzzy
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Header/Footer"
msgstr "Voeg verslagkop/voet in"
-#: stringarray.hrc:42
+#: reportdesign/inc/stringarray.hrc:42
#, fuzzy
msgctxt "RID_STR_TYPE_CONST"
msgid "Field or Formula"
msgstr "Veld of formule"
-#: stringarray.hrc:43
+#: reportdesign/inc/stringarray.hrc:43
msgctxt "RID_STR_TYPE_CONST"
msgid "Function"
msgstr "Funksie"
-#: stringarray.hrc:44
+#: reportdesign/inc/stringarray.hrc:44
msgctxt "RID_STR_TYPE_CONST"
msgid "Counter"
msgstr "Teller"
-#: stringarray.hrc:45
+#: reportdesign/inc/stringarray.hrc:45
#, fuzzy
msgctxt "RID_STR_TYPE_CONST"
msgid "User defined Function"
msgstr "Gebruikergedefinieerde funksie"
-#: stringarray.hrc:51
+#: reportdesign/inc/stringarray.hrc:51
msgctxt "RID_STR_BOOL"
msgid "No"
msgstr "Nee"
-#: stringarray.hrc:52
+#: reportdesign/inc/stringarray.hrc:52
msgctxt "RID_STR_BOOL"
msgid "Yes"
msgstr "Ja"
-#: stringarray.hrc:58
+#: reportdesign/inc/stringarray.hrc:58
msgctxt "RID_STR_KEEPTOGETHER_CONST"
msgid "No"
msgstr "Nee"
-#: stringarray.hrc:59
+#: reportdesign/inc/stringarray.hrc:59
#, fuzzy
msgctxt "RID_STR_KEEPTOGETHER_CONST"
msgid "Whole Group"
msgstr "Hele groep"
-#: stringarray.hrc:60
+#: reportdesign/inc/stringarray.hrc:60
#, fuzzy
msgctxt "RID_STR_KEEPTOGETHER_CONST"
msgid "With First Detail"
msgstr "Met eerste detail"
-#: stringarray.hrc:66
+#: reportdesign/inc/stringarray.hrc:66
msgctxt "RID_STR_VERTICAL_ALIGN_CONST"
msgid "Top"
msgstr "Bokant"
-#: stringarray.hrc:67
+#: reportdesign/inc/stringarray.hrc:67
#, fuzzy
msgctxt "RID_STR_VERTICAL_ALIGN_CONST"
msgid "Middle"
msgstr "Middel"
-#: stringarray.hrc:68
+#: reportdesign/inc/stringarray.hrc:68
msgctxt "RID_STR_VERTICAL_ALIGN_CONST"
msgid "Bottom"
msgstr "Onderkant"
-#: stringarray.hrc:74
+#: reportdesign/inc/stringarray.hrc:74
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Left"
msgstr "Links"
-#: stringarray.hrc:75
+#: reportdesign/inc/stringarray.hrc:75
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Right"
msgstr "Regs"
-#: stringarray.hrc:76
+#: reportdesign/inc/stringarray.hrc:76
#, fuzzy
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Block"
msgstr "Blok"
-#: stringarray.hrc:77
+#: reportdesign/inc/stringarray.hrc:77
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Center"
msgstr "Sentreer"
-#: strings.hrc:25
+#: reportdesign/inc/strings.hrc:25
msgctxt "RID_STR_PROPPAGE_DEFAULT"
msgid "General"
msgstr "Algemeen"
-#: strings.hrc:26
+#: reportdesign/inc/strings.hrc:26
msgctxt "RID_STR_PROPPAGE_DATA"
msgid "Data"
msgstr "Data"
-#: strings.hrc:27
+#: reportdesign/inc/strings.hrc:27
msgctxt "RID_STR_FORCENEWPAGE"
msgid "Force New Page"
msgstr "Dwing nuwe bladsy"
-#: strings.hrc:28
+#: reportdesign/inc/strings.hrc:28
msgctxt "RID_STR_NEWROWORCOL"
msgid "New Row Or Column"
msgstr "Nuwe ry of kolom"
-#: strings.hrc:29
+#: reportdesign/inc/strings.hrc:29
msgctxt "RID_STR_KEEPTOGETHER"
msgid "Keep Together"
msgstr "Hou saam"
-#: strings.hrc:30
+#: reportdesign/inc/strings.hrc:30
msgctxt "RID_STR_CANGROW"
msgid "Can Grow"
msgstr "Kan groei"
-#: strings.hrc:31
+#: reportdesign/inc/strings.hrc:31
msgctxt "RID_STR_CANSHRINK"
msgid "Can Shrink"
msgstr "Kan krimp"
-#: strings.hrc:32
+#: reportdesign/inc/strings.hrc:32
msgctxt "RID_STR_REPEATSECTION"
msgid "Repeat Section"
msgstr "Herhaal afdeling"
-#: strings.hrc:33
+#: reportdesign/inc/strings.hrc:33
msgctxt "RID_STR_PRINTREPEATEDVALUES"
msgid "Print repeated values"
msgstr "Druk herhaalde waardes"
-#: strings.hrc:34
+#: reportdesign/inc/strings.hrc:34
msgctxt "RID_STR_CONDITIONALPRINTEXPRESSION"
msgid "Conditional Print Expression"
msgstr "Voorwaardelike drukuitdrukking"
-#: strings.hrc:35
+#: reportdesign/inc/strings.hrc:35
msgctxt "RID_STR_STARTNEWCOLUMN"
msgid "Start new column"
msgstr "Begin nuwe kolom"
-#: strings.hrc:36
+#: reportdesign/inc/strings.hrc:36
msgctxt "RID_STR_STARTNEWPAGE"
msgid "Start new page"
msgstr "Begin nuwe bladsy"
-#: strings.hrc:37
+#: reportdesign/inc/strings.hrc:37
msgctxt "RID_STR_RESETPAGENUMBER"
msgid "Reset page number"
msgstr "Stel bladsynommer terug"
-#: strings.hrc:38
+#: reportdesign/inc/strings.hrc:38
msgctxt "RID_STR_CHARTTYPE"
msgid "Chart type"
msgstr "Soort grafiek"
-#: strings.hrc:39
+#: reportdesign/inc/strings.hrc:39
msgctxt "RID_STR_PRINTWHENGROUPCHANGE"
msgid "Print repeated value on group change"
msgstr ""
-#: strings.hrc:40
+#: reportdesign/inc/strings.hrc:40
msgctxt "RID_STR_VISIBLE"
msgid "Visible"
msgstr "Sigbaar"
-#: strings.hrc:41
+#: reportdesign/inc/strings.hrc:41
msgctxt "RID_STR_GROUPKEEPTOGETHER"
msgid "Group keep together"
msgstr "Hou groep saam"
-#: strings.hrc:42
+#: reportdesign/inc/strings.hrc:42
msgctxt "RID_STR_PAGEHEADEROPTION"
msgid "Page header"
msgstr "Bladsykop"
-#: strings.hrc:43
+#: reportdesign/inc/strings.hrc:43
msgctxt "RID_STR_PAGEFOOTEROPTION"
msgid "Page footer"
msgstr "Bladsyvoet"
-#: strings.hrc:44
+#: reportdesign/inc/strings.hrc:44
msgctxt "RID_STR_DEEPTRAVERSING"
msgid "Deep traversing"
msgstr "Diep deurtrapping"
-#: strings.hrc:45
+#: reportdesign/inc/strings.hrc:45
msgctxt "RID_STR_PREEVALUATED"
msgid "Pre evaluation"
msgstr "Voorevaluasie"
-#: strings.hrc:46
+#: reportdesign/inc/strings.hrc:46
msgctxt "RID_STR_POSITIONX"
msgid "Position X"
msgstr "Posisioneer X"
-#: strings.hrc:47
+#: reportdesign/inc/strings.hrc:47
msgctxt "RID_STR_POSITIONY"
msgid "Position Y"
msgstr "Posisioneer Y"
-#: strings.hrc:48
+#: reportdesign/inc/strings.hrc:48
msgctxt "RID_STR_WIDTH"
msgid "Width"
msgstr "Wydte"
-#: strings.hrc:49
+#: reportdesign/inc/strings.hrc:49
msgctxt "RID_STR_HEIGHT"
msgid "Height"
msgstr "Hoogte"
-#: strings.hrc:50
+#: reportdesign/inc/strings.hrc:50
msgctxt "RID_STR_INITIALFORMULA"
msgid "Initial value"
msgstr "Aanvangswaarde"
-#: strings.hrc:51
+#: reportdesign/inc/strings.hrc:51
msgctxt "RID_STR_PRESERVEIRI"
msgid "Preserve as Link"
msgstr "Bewaar as skakel"
-#: strings.hrc:52
+#: reportdesign/inc/strings.hrc:52
msgctxt "RID_STR_FORMULA"
msgid "Formula"
msgstr "Formule"
-#: strings.hrc:53
+#: reportdesign/inc/strings.hrc:53
msgctxt "RID_STR_DATAFIELD"
msgid "Data field"
msgstr "Dataveld"
-#: strings.hrc:54
+#: reportdesign/inc/strings.hrc:54
msgctxt "RID_STR_FONT"
msgid "Font"
msgstr "Font"
-#: strings.hrc:55
+#: reportdesign/inc/strings.hrc:55
msgctxt "RID_STR_BACKCOLOR"
msgid "Background color"
msgstr "Agtergrondkleur"
-#: strings.hrc:56
+#: reportdesign/inc/strings.hrc:56
msgctxt "RID_STR_BACKTRANSPARENT"
msgid "Background Transparent"
msgstr "Agtergrond deursigtig"
-#: strings.hrc:57
+#: reportdesign/inc/strings.hrc:57
msgctxt "RID_STR_CONTROLBACKGROUNDTRANSPARENT"
msgid "Background Transparent"
msgstr "Agtergrond deursigtig"
-#: strings.hrc:58
+#: reportdesign/inc/strings.hrc:58
msgctxt "RID_STR_OVERLAP_OTHER_CONTROL"
msgid "This operation is not allowed. The control overlaps with another one."
msgstr "Hierdie bewerking word nie toegelaat nie. Die kontrole oorvleuel met 'n ander."
-#: strings.hrc:59
+#: reportdesign/inc/strings.hrc:59
msgctxt "RID_STR_ILLEGAL_POSITION"
msgid "This position can not be set. It is invalid."
msgstr "Hierdie posisie kan nie opgestel word nie. Dit is ongeldig."
-#: strings.hrc:60
+#: reportdesign/inc/strings.hrc:60
msgctxt "RID_STR_SCOPE_GROUP"
msgid "Group: %1"
msgstr "Groep: %1"
-#: strings.hrc:61
+#: reportdesign/inc/strings.hrc:61
msgctxt "RID_STR_FORMULALIST"
msgid "Function"
msgstr "Funksie"
-#: strings.hrc:62
+#: reportdesign/inc/strings.hrc:62
msgctxt "RID_STR_SCOPE"
msgid "Scope"
msgstr "Skopus"
-#: strings.hrc:63
+#: reportdesign/inc/strings.hrc:63
msgctxt "RID_STR_TYPE"
msgid "Data Field Type"
msgstr "Dataveldtipe"
-#: strings.hrc:64
+#: reportdesign/inc/strings.hrc:64
msgctxt "RID_STR_MASTERFIELDS"
msgid "Link master fields"
msgstr "Koppel meestervelde"
-#: strings.hrc:65
+#: reportdesign/inc/strings.hrc:65
msgctxt "RID_STR_DETAILFIELDS"
msgid "Link slave fields"
msgstr "Koppel slaafvelde"
-#: strings.hrc:67
+#: reportdesign/inc/strings.hrc:67
msgctxt "RID_STR_DETAILLABEL"
msgid "Chart"
msgstr "Grafiek"
-#: strings.hrc:68
+#: reportdesign/inc/strings.hrc:68
msgctxt "RID_STR_MASTERLABEL"
msgid "Report"
msgstr "Verslag"
-#: strings.hrc:69
+#: reportdesign/inc/strings.hrc:69
msgctxt "RID_STR_PREVIEW_COUNT"
msgid "Preview Row(s)"
msgstr "Voorskou ry(e)"
-#: strings.hrc:70
+#: reportdesign/inc/strings.hrc:70
msgctxt "RID_STR_AREA"
msgid "Area"
msgstr "Area"
-#: strings.hrc:71
+#: reportdesign/inc/strings.hrc:71
msgctxt "RID_STR_MIMETYPE"
msgid "Report Output Format"
msgstr "Verslagafvoerformaat"
-#: strings.hrc:72
+#: reportdesign/inc/strings.hrc:72
msgctxt "RID_STR_VERTICALALIGN"
msgid "Vert. Alignment"
msgstr "Vert. belyning"
-#: strings.hrc:73
+#: reportdesign/inc/strings.hrc:73
msgctxt "RID_STR_PARAADJUST"
msgid "Horz. Alignment"
msgstr "Horisontale belyning"
-#: strings.hrc:74
+#: reportdesign/inc/strings.hrc:74
msgctxt "RID_STR_F_COUNTER"
msgid "Counter"
msgstr "Teller"
-#: strings.hrc:75
+#: reportdesign/inc/strings.hrc:75
msgctxt "RID_STR_F_ACCUMULATION"
msgid "Accumulation"
msgstr "Akkumulasie"
-#: strings.hrc:76
+#: reportdesign/inc/strings.hrc:76
msgctxt "RID_STR_F_MINIMUM"
msgid "Minimum"
msgstr "Minimum"
-#: strings.hrc:77
+#: reportdesign/inc/strings.hrc:77
msgctxt "RID_STR_F_MAXIMUM"
msgid "Maximum"
msgstr "Maksimum"
-#: strings.hrc:79
+#: reportdesign/inc/strings.hrc:79
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "Eienskappe: "
-#: strings.hrc:80
+#: reportdesign/inc/strings.hrc:80
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr "Geen kontrole gemerk"
-#: strings.hrc:81
+#: reportdesign/inc/strings.hrc:81
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Veelvoudige seleksie"
-#: strings.hrc:82
+#: reportdesign/inc/strings.hrc:82
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Beeldbeheer"
-#: strings.hrc:83
+#: reportdesign/inc/strings.hrc:83
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label field"
msgstr "Etiketveld"
-#: strings.hrc:84
+#: reportdesign/inc/strings.hrc:84
msgctxt "RID_STR_PROPTITLE_FIXEDLINE"
msgid "Line"
msgstr "Reël"
-#: strings.hrc:85
+#: reportdesign/inc/strings.hrc:85
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Geformateerde veld"
-#: strings.hrc:86
+#: reportdesign/inc/strings.hrc:86
msgctxt "RID_STR_PROPTITLE_SHAPE"
msgid "Shape"
msgstr "Vorm"
-#: strings.hrc:87
+#: reportdesign/inc/strings.hrc:87
msgctxt "RID_STR_PROPTITLE_REPORT"
msgid "Report"
msgstr "Verslag"
-#: strings.hrc:88
+#: reportdesign/inc/strings.hrc:88
msgctxt "RID_STR_PROPTITLE_SECTION"
msgid "Section"
msgstr "Seksie"
-#: strings.hrc:89
+#: reportdesign/inc/strings.hrc:89
msgctxt "RID_STR_PROPTITLE_FUNCTION"
msgid "Function"
msgstr "Funksie"
-#: strings.hrc:90
+#: reportdesign/inc/strings.hrc:90
msgctxt "RID_STR_PROPTITLE_GROUP"
msgid "Group"
msgstr "Groep"
-#: strings.hrc:91
+#: reportdesign/inc/strings.hrc:91
msgctxt "RID_STR_UNDO_CHANGEPOSITION"
msgid "Change Object"
msgstr "Verander objek"
-#: strings.hrc:92
+#: reportdesign/inc/strings.hrc:92
msgctxt "RID_STR_UNDO_MOVE_GROUP"
msgid "Move Group(s)"
msgstr "Skuif groep(e)"
-#: strings.hrc:93
+#: reportdesign/inc/strings.hrc:93
msgctxt "RID_STR_UNDO_CONDITIONAL_FORMATTING"
msgid "Conditional Formatting"
msgstr "Voorwaardelike formatering"
-#: strings.hrc:94
+#: reportdesign/inc/strings.hrc:94
msgctxt "RID_STR_UNDO_REMOVE_REPORTHEADERFOOTER"
msgid "Remove report header / report footer"
msgstr "Verwyder verslagkop/verslagvoet"
-#: strings.hrc:95
+#: reportdesign/inc/strings.hrc:95
msgctxt "RID_STR_UNDO_ADD_REPORTHEADERFOOTER"
msgid "Add report header / report footer"
msgstr "Voeg verslagkop/verslagvoet by"
#. The # character is used for replacing
-#: strings.hrc:97
+#: reportdesign/inc/strings.hrc:97
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Change property '#'"
msgstr "Verander eienskap '#'"
-#: strings.hrc:98
+#: reportdesign/inc/strings.hrc:98
msgctxt "RID_STR_UNDO_ADD_GROUP_HEADER"
msgid "Add group header "
msgstr "Voeg groepkop by "
-#: strings.hrc:99
+#: reportdesign/inc/strings.hrc:99
msgctxt "RID_STR_UNDO_REMOVE_GROUP_HEADER"
msgid "Remove group header "
msgstr "Verwyder groepkop "
-#: strings.hrc:100
+#: reportdesign/inc/strings.hrc:100
msgctxt "RID_STR_UNDO_ADD_GROUP_FOOTER"
msgid "Add group footer "
msgstr "Voeg groepvoet by "
-#: strings.hrc:101
+#: reportdesign/inc/strings.hrc:101
msgctxt "RID_STR_UNDO_REMOVE_GROUP_FOOTER"
msgid "Remove group footer "
msgstr "Verwyder groepvoet "
-#: strings.hrc:102
+#: reportdesign/inc/strings.hrc:102
msgctxt "RID_STR_UNDO_ADDFUNCTION"
msgid "Add function"
msgstr "Voeg funksie by"
-#: strings.hrc:103
+#: reportdesign/inc/strings.hrc:103
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~Verslagnaam"
-#: strings.hrc:104
+#: reportdesign/inc/strings.hrc:104
msgctxt "RID_STR_UNDO_REMOVE_GROUP"
msgid "Delete Group"
msgstr "Skrap groep"
-#: strings.hrc:105
+#: reportdesign/inc/strings.hrc:105
msgctxt "RID_STR_UNDO_APPEND_GROUP"
msgid "Add Group"
msgstr "Voeg groep by"
-#: strings.hrc:106
+#: reportdesign/inc/strings.hrc:106
msgctxt "RID_STR_UNDO_REMOVE_SELECTION"
msgid "Delete Selection"
msgstr "Skrap seleksie"
-#: strings.hrc:107
+#: reportdesign/inc/strings.hrc:107
msgctxt "RID_STR_UNDO_REMOVE_FUNCTION"
msgid "Delete Function"
msgstr "Skrap funksie"
-#: strings.hrc:108
+#: reportdesign/inc/strings.hrc:108
msgctxt "RID_STR_UNDO_CHANGE_SIZE"
msgid "Change Size"
msgstr "Verander grootte"
-#: strings.hrc:109
+#: reportdesign/inc/strings.hrc:109
msgctxt "RID_STR_UNDO_PASTE"
msgid "Paste"
msgstr "Plak"
-#: strings.hrc:110
+#: reportdesign/inc/strings.hrc:110
msgctxt "RID_STR_UNDO_INSERT_CONTROL"
msgid "Insert Control"
msgstr "Voeg kontrole in"
-#: strings.hrc:111
+#: reportdesign/inc/strings.hrc:111
msgctxt "RID_STR_UNDO_DELETE_CONTROL"
msgid "Delete Control"
msgstr "Skrap kontrole"
#. Please try to avoid spaces in the name. It is used as a programmatic one.
-#: strings.hrc:113
+#: reportdesign/inc/strings.hrc:113
msgctxt "RID_STR_GROUPHEADER"
msgid "GroupHeader"
msgstr "Groepkop"
#. Please try to avoid spaces in the name. It is used as a programmatic one.
-#: strings.hrc:115
+#: reportdesign/inc/strings.hrc:115
msgctxt "RID_STR_GROUPFOOTER"
msgid "GroupFooter"
msgstr "Groepvoet"
-#: strings.hrc:116
+#: reportdesign/inc/strings.hrc:116
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Voeg veld by:"
-#: strings.hrc:117
+#: reportdesign/inc/strings.hrc:117
msgctxt "RID_STR_FILTER"
msgid "Filter"
msgstr "Filter"
-#: strings.hrc:118
+#: reportdesign/inc/strings.hrc:118
msgctxt "RID_STR_UNDO_ALIGNMENT"
msgid "Change Alignment"
msgstr "Verander belyning"
#. # will be replaced with a name.
-#: strings.hrc:120
+#: reportdesign/inc/strings.hrc:120
msgctxt "RID_STR_HEADER"
msgid "# Header"
msgstr "# kop"
#. # will be replaced with a name.";
-#: strings.hrc:122
+#: reportdesign/inc/strings.hrc:122
msgctxt "RID_STR_FOOTER"
msgid "# Footer"
msgstr "# voet"
-#: strings.hrc:123
+#: reportdesign/inc/strings.hrc:123
msgctxt "RID_STR_IMPORT_GRAPHIC"
msgid "Insert graphics"
msgstr "Voeg grafika in"
-#: strings.hrc:124
+#: reportdesign/inc/strings.hrc:124
msgctxt "RID_STR_DELETE"
msgid "Delete"
msgstr "Skrap"
-#: strings.hrc:125
+#: reportdesign/inc/strings.hrc:125
msgctxt "RID_STR_FUNCTION"
msgid "Function"
msgstr "Funksie"
-#: strings.hrc:126
+#: reportdesign/inc/strings.hrc:126
msgctxt "RID_STR_COULD_NOT_CREATE_REPORT"
msgid "An error occurred while creating the report."
msgstr "'n Fout het ontstaan tydens die skep van die verslag."
-#: strings.hrc:127
+#: reportdesign/inc/strings.hrc:127
msgctxt "RID_STR_CAUGHT_FOREIGN_EXCEPTION"
msgid "An exception of type $type$ was caught."
msgstr "'n Uitsondering van soort $type$ is gevang."
-#: strings.hrc:128
+#: reportdesign/inc/strings.hrc:128
msgctxt "RID_STR_UNDO_CHANGEFONT"
msgid "Change font"
msgstr "Verander font"
-#: strings.hrc:129
+#: reportdesign/inc/strings.hrc:129
msgctxt "RID_STR_UNDO_CHANGEPAGE"
msgid "Change page attributes"
msgstr "Verander bladsyattribute"
-#: strings.hrc:130
+#: reportdesign/inc/strings.hrc:130
msgctxt "RID_STR_PAGEHEADERFOOTER_INSERT"
msgid "Insert Page Header/Footer"
msgstr "Voeg bladsykop/voet in"
-#: strings.hrc:131
+#: reportdesign/inc/strings.hrc:131
msgctxt "RID_STR_PAGEHEADERFOOTER_DELETE"
msgid "Delete Page Header/Footer"
msgstr "Skrap bladsykop/voet"
-#: strings.hrc:132
+#: reportdesign/inc/strings.hrc:132
msgctxt "RID_STR_REPORTHEADERFOOTER_INSERT"
msgid "Insert Report Header/Footer"
msgstr "Voeg verslagkop/voet in"
-#: strings.hrc:133
+#: reportdesign/inc/strings.hrc:133
msgctxt "RID_STR_REPORTHEADERFOOTER_DELETE"
msgid "Delete Report Header/Footer"
msgstr "Skrap verslagkop/voet"
-#: strings.hrc:134
+#: reportdesign/inc/strings.hrc:134
msgctxt "RID_ERR_NO_COMMAND"
msgid "The report can not be executed unless it is bound to content."
msgstr "Die verslag kan nie uitgevoer word nie, tensy dit gekoppel word aan inhoud."
-#: strings.hrc:135
+#: reportdesign/inc/strings.hrc:135
msgctxt "RID_ERR_NO_OBJECTS"
msgid "The report can not be executed unless at least one object has been inserted."
msgstr "Die verslag kan nie uitgevoer word nie tensy minstens een objek ingevoeg word."
-#: strings.hrc:136
+#: reportdesign/inc/strings.hrc:136
msgctxt "RID_STR_UNDO_SHRINK"
msgid "Shrink Section"
msgstr "Krimp afdeling"
-#: strings.hrc:137 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:171
+#: reportdesign/inc/strings.hrc:137 reportdesign/inc/strings.hrc:171
msgctxt "RID_STR_DETAIL"
msgid "Detail"
msgstr "Besonderhede"
-#: strings.hrc:138 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:172
+#: reportdesign/inc/strings.hrc:138 reportdesign/inc/strings.hrc:172
msgctxt "RID_STR_PAGE_HEADER"
msgid "Page Header"
msgstr "Bladsykop"
-#: strings.hrc:139 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:173
+#: reportdesign/inc/strings.hrc:139 reportdesign/inc/strings.hrc:173
msgctxt "RID_STR_PAGE_FOOTER"
msgid "Page Footer"
msgstr "Bladsyvoet"
-#: strings.hrc:140 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:176
+#: reportdesign/inc/strings.hrc:140 reportdesign/inc/strings.hrc:176
msgctxt "RID_STR_REPORT_HEADER"
msgid "Report Header"
msgstr "Verslagkop"
-#: strings.hrc:141 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:177
+#: reportdesign/inc/strings.hrc:141 reportdesign/inc/strings.hrc:177
msgctxt "RID_STR_REPORT_FOOTER"
msgid "Report Footer"
msgstr "Verslagvoet"
-#: strings.hrc:143
+#: reportdesign/inc/strings.hrc:143
msgctxt "STR_NUMBERED_CONDITION"
msgid "Condition $number$"
msgstr "Voorwaarde-$number$"
-#: strings.hrc:145
+#: reportdesign/inc/strings.hrc:145
msgctxt "STR_RPT_EXPRESSION"
msgid "Field/Expression"
msgstr "Veld/uitdrukking"
-#: strings.hrc:146
+#: reportdesign/inc/strings.hrc:146
msgctxt "STR_RPT_PREFIXCHARS"
msgid "Prefix Characters"
msgstr "Voorvoeg-karakters"
-#: strings.hrc:147
+#: reportdesign/inc/strings.hrc:147
msgctxt "STR_RPT_YEAR"
msgid "Year"
msgstr "Jaar"
-#: strings.hrc:148
+#: reportdesign/inc/strings.hrc:148
msgctxt "STR_RPT_QUARTER"
msgid "Quarter"
msgstr "Kwartaal"
-#: strings.hrc:149
+#: reportdesign/inc/strings.hrc:149
msgctxt "STR_RPT_MONTH"
msgid "Month"
msgstr "Maand"
-#: strings.hrc:150
+#: reportdesign/inc/strings.hrc:150
msgctxt "STR_RPT_WEEK"
msgid "Week"
msgstr "Week"
-#: strings.hrc:151
+#: reportdesign/inc/strings.hrc:151
msgctxt "STR_RPT_DAY"
msgid "Day"
msgstr "Dag"
-#: strings.hrc:152
+#: reportdesign/inc/strings.hrc:152
msgctxt "STR_RPT_HOUR"
msgid "Hour"
msgstr "Uur"
-#: strings.hrc:153
+#: reportdesign/inc/strings.hrc:153
msgctxt "STR_RPT_MINUTE"
msgid "Minute"
msgstr "Minuut"
-#: strings.hrc:154
+#: reportdesign/inc/strings.hrc:154
msgctxt "STR_RPT_INTERVAL"
msgid "Interval"
msgstr "Interval"
-#: strings.hrc:155
+#: reportdesign/inc/strings.hrc:155
msgctxt "STR_RPT_HELP_FIELD"
msgid "Select a field or type an expression to sort or group on."
msgstr "Kies 'n veld of tik 'n uitdrukking in om volgens te rangskik of groepeer."
-#: strings.hrc:156
+#: reportdesign/inc/strings.hrc:156
msgctxt "STR_RPT_HELP_HEADER"
msgid "Display a header for this group?"
msgstr "Wys 'n kop vir hierdie groep?"
-#: strings.hrc:157
+#: reportdesign/inc/strings.hrc:157
msgctxt "STR_RPT_HELP_FOOTER"
msgid "Display a footer for this group?"
msgstr "Wys 'n voet vir hierdie groep?"
-#: strings.hrc:158
+#: reportdesign/inc/strings.hrc:158
msgctxt "STR_RPT_HELP_GROUPON"
msgid "Select the value or range of values that starts a new group."
msgstr "Kies die waarde of omvang van waardes wat 'n nuwe groep begin."
-#: strings.hrc:159
+#: reportdesign/inc/strings.hrc:159
msgctxt "STR_RPT_HELP_INTERVAL"
msgid "Interval or number of characters to group on."
msgstr "Interval of getal karakters om volgens te groepeer."
-#: strings.hrc:160
+#: reportdesign/inc/strings.hrc:160
msgctxt "STR_RPT_HELP_KEEP"
msgid "Keep group together on one page?"
msgstr "Hou groep saam op één bladsy?"
-#: strings.hrc:161
+#: reportdesign/inc/strings.hrc:161
msgctxt "STR_RPT_HELP_SORT"
msgid "Select ascending or descending sort order. Ascending means from A to Z or 0 to 9"
msgstr "Kies stygende of dalende rangskikvolgorde. Stygend beteken van A tot Z of 0 tot 9"
#. The space after the word is no error. #PAGENUMBER# is a replacement and & must not be translated as well as "
-#: strings.hrc:164
+#: reportdesign/inc/strings.hrc:164
msgctxt "STR_RPT_PN_PAGE"
msgid "\"Page \" & #PAGENUMBER#"
msgstr "\"Bladsy \" & #PAGENUMBER#"
#. The space before and after the word is no error. #PAGECOUNT# is a replacement and & must not be translated as well as "
-#: strings.hrc:166
+#: reportdesign/inc/strings.hrc:166
msgctxt "STR_RPT_PN_PAGE_OF"
msgid " & \" of \" & #PAGECOUNT#"
msgstr " & \" van \" & #PAGECOUNT#"
-#: strings.hrc:168
+#: reportdesign/inc/strings.hrc:168
msgctxt "RID_STR_FUNCTIONS"
msgid "Functions"
msgstr "Funksies"
-#: strings.hrc:169
+#: reportdesign/inc/strings.hrc:169
msgctxt "RID_STR_GROUPS"
msgid "Groups"
msgstr "Groepe"
-#: strings.hrc:174
+#: reportdesign/inc/strings.hrc:174
msgctxt "RID_STR_GROUP_HEADER"
msgid "Group Header"
msgstr "Groepkop"
-#: strings.hrc:175
+#: reportdesign/inc/strings.hrc:175
msgctxt "RID_STR_GROUP_FOOTER"
msgid "Group Footer"
msgstr "Groepvoet"
-#: strings.hrc:178
+#: reportdesign/inc/strings.hrc:178
msgctxt "RID_STR_ERROR_WRONG_ARGUMENT"
msgid "You tried to set an illegal argument. Please have a look at '#1' for valid arguments."
msgstr "Jy het 'n onwettige argument probeer opstel. Kyk asseblief na '#1' vir geldige argumente."
-#: strings.hrc:179
+#: reportdesign/inc/strings.hrc:179
msgctxt "RID_STR_ARGUMENT_IS_NULL"
msgid "The element is invalid."
msgstr "Die element is ongeldig."
-#: strings.hrc:180
+#: reportdesign/inc/strings.hrc:180
msgctxt "RID_STR_FIXEDTEXT"
msgid "Label field"
msgstr "Etiketveld"
-#: strings.hrc:181
+#: reportdesign/inc/strings.hrc:181
msgctxt "RID_STR_FORMATTEDFIELD"
msgid "Formatted field"
msgstr "Geformateerde veld"
-#: strings.hrc:182
+#: reportdesign/inc/strings.hrc:182
msgctxt "RID_STR_IMAGECONTROL"
msgid "Image control"
msgstr "Beeldbeheer"
-#: strings.hrc:183
+#: reportdesign/inc/strings.hrc:183
msgctxt "RID_STR_REPORT"
msgid "Report"
msgstr "Verslag"
-#: strings.hrc:184
+#: reportdesign/inc/strings.hrc:184
msgctxt "RID_STR_SHAPE"
msgid "Shape"
msgstr "Vorm"
-#: strings.hrc:185
+#: reportdesign/inc/strings.hrc:185
msgctxt "RID_STR_FIXEDLINE"
msgid "Fixed line"
msgstr "Vaste reël"
-#: backgrounddialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/backgrounddialog.ui:8
msgctxt "backgrounddialog|BackgroundDialog"
msgid "Section Setup"
msgstr ""
-#: backgrounddialog.ui:105
+#: reportdesign/uiconfig/dbreport/ui/backgrounddialog.ui:105
msgctxt "backgrounddialog|background"
msgid "Background"
msgstr "Agtergrond"
-#: chardialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:8
msgctxt "chardialog|CharDialog"
msgid "Character Settings"
msgstr ""
-#: chardialog.ui:105
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:105
msgctxt "chardialog|font"
msgid "Font"
msgstr "Font"
-#: chardialog.ui:127
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:127
msgctxt "chardialog|fonteffects"
msgid "Font Effects"
msgstr ""
-#: chardialog.ui:150
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:150
#, fuzzy
msgctxt "chardialog|position"
msgid "Position"
msgstr "Posisioneer X"
-#: chardialog.ui:173
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:173
#, fuzzy
msgctxt "chardialog|asianlayout"
msgid "Asian Layout"
msgstr "Asiatiese uitleg"
-#: chardialog.ui:196
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:196
#, fuzzy
msgctxt "chardialog|background"
msgid "Highlighting"
msgstr "Teksmerking"
-#: chardialog.ui:219
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:219
msgctxt "chardialog|alignment"
msgid "Alignment"
msgstr "Belyning"
-#: condformatdialog.ui:10
+#: reportdesign/uiconfig/dbreport/ui/condformatdialog.ui:10
msgctxt "condformatdialog|CondFormat"
msgid "Conditional Formatting"
msgstr "Voorwaardelike formatering"
-#: conditionwin.ui:56
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:56
#, fuzzy
msgctxt "conditionwin|typeCombobox"
msgid "Field Value Is"
msgstr "Veldwaarde is"
-#: conditionwin.ui:57
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:57
#, fuzzy
msgctxt "conditionwin|typeCombobox"
msgid "Expression Is"
msgstr "Uitdrukking is"
-#: conditionwin.ui:71
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:71
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "between"
msgstr "tussen"
-#: conditionwin.ui:72
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:72
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "not between"
msgstr "nie tussen"
-#: conditionwin.ui:73
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:73
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "equal to"
msgstr "gelyk aan"
-#: conditionwin.ui:74
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:74
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "not equal to"
msgstr "nie gelyk aan"
-#: conditionwin.ui:75
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:75
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "greater than"
msgstr "groter as"
-#: conditionwin.ui:76
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:76
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "less than"
msgstr "kleiner as"
-#: conditionwin.ui:77
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:77
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "greater than or equal to"
msgstr "groter as of gelyk aan"
-#: conditionwin.ui:78
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:78
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "less than or equal to"
msgstr "minder as of gelyk aan"
-#: conditionwin.ui:107
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:107
msgctxt "conditionwin|lhsButton"
msgid "..."
msgstr "..."
-#: conditionwin.ui:130
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:130
msgctxt "conditionwin|andLabel"
msgid "and"
msgstr "en"
-#: conditionwin.ui:158
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:158
msgctxt "conditionwin|rhsButton"
msgid "..."
msgstr "..."
-#: conditionwin.ui:220
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:221
msgctxt "conditionwin|ToolBoxItem1"
msgid "Bold"
msgstr "Vetdruk"
-#: conditionwin.ui:235
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:236
msgctxt "conditionwin|ToolBoxItem2"
msgid "Italic"
msgstr "Skuinsdruk"
-#: conditionwin.ui:250
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:251
msgctxt "conditionwin|ToolBoxItem3"
msgid "Underline"
msgstr "Onderstreep"
-#: conditionwin.ui:275
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:276
msgctxt "conditionwin|ToolBoxItem4"
msgid "Background Color"
msgstr "Agtergrondkleur"
-#: conditionwin.ui:290
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:291
msgctxt "conditionwin|ToolBoxItem5"
msgid "Font Color"
msgstr "Fontkleur"
-#: conditionwin.ui:305
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:306
msgctxt "conditionwin|ToolBoxItem6"
msgid "Character Formatting"
msgstr ""
-#: conditionwin.ui:371
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:373
msgctxt "conditionwin|removeButton"
msgid "-"
msgstr ""
-#: conditionwin.ui:385
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:388
msgctxt "conditionwin|addButton"
msgid "+"
msgstr ""
-#: datetimedialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:8
msgctxt "datetimedialog|DateTimeDialog"
msgid "Date and Time"
msgstr "Datum en tyd"
-#: datetimedialog.ui:87
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:87
msgctxt "datetimedialog|date"
msgid "_Include Date"
msgstr ""
-#: datetimedialog.ui:108
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:108
#, fuzzy
msgctxt "datetimedialog|datelistbox_label"
msgid "_Format:"
msgstr "Formaat"
-#: datetimedialog.ui:119
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:119
msgctxt "datetimedialog|time"
msgid "Include _Time"
msgstr ""
-#: datetimedialog.ui:140
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:140
#, fuzzy
msgctxt "datetimedialog|timelistbox_label"
msgid "Fo_rmat:"
msgstr "Formaat"
-#: floatingfield.ui:11
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:11
#, fuzzy
msgctxt "floatingfield|FloatingField"
msgid "Sorting and Grouping"
msgstr "Rangskikking en groepering"
-#: floatingfield.ui:30
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:30
msgctxt "floatingfield|up"
msgid "Sort Ascending"
msgstr "Sorteer oplopend"
-#: floatingfield.ui:43
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:43
msgctxt "floatingfield|down"
msgid "Sort Descending"
msgstr "Sorteer aflopend"
-#: floatingfield.ui:56
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:56
#, fuzzy
msgctxt "floatingfield|delete"
msgid "Remove sorting"
msgstr "Verwyder sortering"
-#: floatingfield.ui:79
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:79
msgctxt "floatingfield|insert"
msgid "Insert"
msgstr "Voeg in"
-#: floatingfield.ui:98
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:98
#, fuzzy
msgctxt "floatingfield|helptext"
msgid "Highlight the fields to insert into the selected section of the template, then click Insert or press Enter."
msgstr "Merk die velde wat by die gemerkte deel van die sjabloon ingevoeg moet word, en kliek dan Insert of druk Enter."
-#: floatingnavigator.ui:10
+#: reportdesign/uiconfig/dbreport/ui/floatingnavigator.ui:10
#, fuzzy
msgctxt "floatingnavigator|FloatingNavigator"
msgid "Report navigator"
msgstr "Verslagnavigator"
-#: floatingsort.ui:11
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:11
#, fuzzy
msgctxt "floatingsort|FloatingSort"
msgid "Sorting and Grouping"
msgstr "Rangskikking en groepering"
-#: floatingsort.ui:53
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:53
#, fuzzy
msgctxt "floatingsort|label5"
msgid "Group actions"
msgstr "Groepaksies"
-#: floatingsort.ui:75
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:75
msgctxt "floatingsort|up"
msgid "Move up"
msgstr "Skuif op"
-#: floatingsort.ui:88
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:88
msgctxt "floatingsort|down"
msgid "Move down"
msgstr "Skuif ondertoe"
-#: floatingsort.ui:101
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:101
msgctxt "floatingsort|delete"
msgid "Delete"
msgstr "Skrap"
-#: floatingsort.ui:152
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:152
msgctxt "floatingsort|label1"
msgid "Groups"
msgstr "Groepe"
-#: floatingsort.ui:192
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:192
#, fuzzy
msgctxt "floatingsort|label6"
msgid "Sorting"
msgstr "Sortering"
-#: floatingsort.ui:208
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:208
msgctxt "floatingsort|label7"
msgid "Group Header"
msgstr "Groepkop"
-#: floatingsort.ui:224
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:224
msgctxt "floatingsort|label8"
msgid "Group Footer"
msgstr "Groepvoet"
-#: floatingsort.ui:240
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:240
#, fuzzy
msgctxt "floatingsort|label9"
msgid "Group On"
msgstr "Groep aan"
-#: floatingsort.ui:256
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:256
#, fuzzy
msgctxt "floatingsort|label10"
msgid "Group Interval"
msgstr "Groepinterval"
-#: floatingsort.ui:272
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:272
msgctxt "floatingsort|label11"
msgid "Keep Together"
msgstr "Hou saam"
-#: floatingsort.ui:290
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:290
msgctxt "floatingsort|sorting"
msgid "Ascending"
msgstr "Oplopend"
-#: floatingsort.ui:291
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:291
msgctxt "floatingsort|sorting"
msgid "Descending"
msgstr "Aflopend"
-#: floatingsort.ui:308
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:308
#, fuzzy
msgctxt "floatingsort|header"
msgid "Present"
msgstr "Teenwoordig"
-#: floatingsort.ui:309
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:309
#, fuzzy
msgctxt "floatingsort|header"
msgid "Not present"
msgstr "Afwesig"
-#: floatingsort.ui:326
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:326
msgctxt "floatingsort|keep"
msgid "No"
msgstr "Nee"
-#: floatingsort.ui:327
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:327
#, fuzzy
msgctxt "floatingsort|keep"
msgid "Whole Group"
msgstr "Hele groep"
-#: floatingsort.ui:328
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:328
#, fuzzy
msgctxt "floatingsort|keep"
msgid "With First Detail"
msgstr "Met eerste detail"
-#: floatingsort.ui:345
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:345
#, fuzzy
msgctxt "floatingsort|footer"
msgid "Present"
msgstr "Teenwoordig"
-#: floatingsort.ui:346
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:346
#, fuzzy
msgctxt "floatingsort|footer"
msgid "Not present"
msgstr "Afwesig"
-#: floatingsort.ui:363
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:363
#, fuzzy
msgctxt "floatingsort|group"
msgid "Each Value"
msgstr "Elke waarde"
-#: floatingsort.ui:394
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:394
#, fuzzy
msgctxt "floatingsort|label2"
msgid "Properties"
msgstr "Eienskappe: "
-#: floatingsort.ui:436
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:436
msgctxt "floatingsort|label3"
msgid "Help"
msgstr "Hulp"
-#: groupsortmenu.ui:12
+#: reportdesign/uiconfig/dbreport/ui/groupsortmenu.ui:12
#, fuzzy
msgctxt "groupsortmenu|delete"
msgid "_Delete"
msgstr "Skrap"
-#: navigatormenu.ui:12
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:12
#, fuzzy
msgctxt "navigatormenu|sorting"
msgid "Sorting and Grouping..."
msgstr "Rangskikking en groepering..."
-#: navigatormenu.ui:26
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:26
#, fuzzy
msgctxt "navigatormenu|page"
msgid "Page Header/Footer..."
msgstr "Bladsykop/voet..."
-#: navigatormenu.ui:34
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:34
#, fuzzy
msgctxt "navigatormenu|report"
msgid "Report Header/Footer..."
msgstr "Verslagkop/voet..."
-#: navigatormenu.ui:48
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:48
#, fuzzy
msgctxt "navigatormenu|function"
msgid "New Function"
msgstr "Nuwe funksie"
-#: navigatormenu.ui:62
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:62
#, fuzzy
msgctxt "navigatormenu|properties"
msgid "Properties..."
msgstr "Eienskappe: "
-#: navigatormenu.ui:70
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:70
#, fuzzy
msgctxt "navigatormenu|delete"
msgid "_Delete"
msgstr "Skrap"
-#: pagedialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/pagedialog.ui:8
msgctxt "pagedialog|PageDialog"
msgid "Page Setup"
msgstr ""
-#: pagedialog.ui:105
+#: reportdesign/uiconfig/dbreport/ui/pagedialog.ui:105
msgctxt "pagedialog|page"
msgid "Page"
msgstr "Bladsy"
-#: pagedialog.ui:127
+#: reportdesign/uiconfig/dbreport/ui/pagedialog.ui:127
msgctxt "pagedialog|background"
msgid "Background"
msgstr "Agtergrond"
-#: pagenumberdialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:8
#, fuzzy
msgctxt "pagenumberdialog|PageNumberDialog"
msgid "Page Numbers"
msgstr "Bladsynommer"
-#: pagenumberdialog.ui:98
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:98
msgctxt "pagenumberdialog|pagen"
msgid "_Page N"
msgstr ""
-#: pagenumberdialog.ui:116
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:116
msgctxt "pagenumberdialog|pagenofm"
msgid "Page _N of M"
msgstr ""
-#: pagenumberdialog.ui:140
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:140
msgctxt "pagenumberdialog|label1"
msgid "Format"
msgstr "Formaat"
-#: pagenumberdialog.ui:177
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:177
msgctxt "pagenumberdialog|toppage"
msgid "_Top of Page (Header)"
msgstr ""
-#: pagenumberdialog.ui:195
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:195
msgctxt "pagenumberdialog|bottompage"
msgid "_Bottom of Page (Footer)"
msgstr ""
-#: pagenumberdialog.ui:219
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:219
#, fuzzy
msgctxt "pagenumberdialog|label2"
msgid "Position"
msgstr "Posisioneer X"
-#: pagenumberdialog.ui:262
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:262
msgctxt "pagenumberdialog|alignment"
msgid "Left"
msgstr "Links"
-#: pagenumberdialog.ui:263
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:263
msgctxt "pagenumberdialog|alignment"
msgid "Center"
msgstr "Sentreer"
-#: pagenumberdialog.ui:264
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:264
msgctxt "pagenumberdialog|alignment"
msgid "Right"
msgstr "Regs"
-#: pagenumberdialog.ui:277
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:277
#, fuzzy
msgctxt "pagenumberdialog|alignment_label"
msgid "_Alignment:"
msgstr "Belyning"
-#: pagenumberdialog.ui:288
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:288
msgctxt "pagenumberdialog|shownumberonfirstpage"
msgid "Show Number on First Page"
msgstr ""
-#: pagenumberdialog.ui:309
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:310
msgctxt "pagenumberdialog|label3"
msgid "General"
msgstr "Algemeen"
diff --git a/source/af/sc/messages.po b/source/af/sc/messages.po
index 9eac29f1af8..ca81f3e19b9 100644
--- a/source/af/sc/messages.po
+++ b/source/af/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-01-10 11:50+0100\n"
+"POT-Creation-Date: 2018-04-17 15:53+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"
@@ -13,63 +13,63 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: compiler.hrc:27
+#: sc/inc/compiler.hrc:27
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Database"
msgstr "Databasis"
-#: compiler.hrc:28
+#: sc/inc/compiler.hrc:28
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Date&Time"
msgstr "Datum&tyd"
-#: compiler.hrc:29
+#: sc/inc/compiler.hrc:29
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Financial"
msgstr "Finansieel"
-#: compiler.hrc:30
+#: sc/inc/compiler.hrc:30
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Information"
msgstr "Inligting"
-#: compiler.hrc:31
+#: sc/inc/compiler.hrc:31
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Logical"
msgstr "Logies"
-#: compiler.hrc:32
+#: sc/inc/compiler.hrc:32
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Mathematical"
msgstr "Wiskundig"
-#: compiler.hrc:33
+#: sc/inc/compiler.hrc:33
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Array"
msgstr "Skikking "
-#: compiler.hrc:34
+#: sc/inc/compiler.hrc:34
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Statistical"
msgstr "Statistieke"
-#: compiler.hrc:35
+#: sc/inc/compiler.hrc:35
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Spreadsheet"
msgstr "Sigblad"
-#: compiler.hrc:36
+#: sc/inc/compiler.hrc:36
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Text"
msgstr "Teks"
-#: compiler.hrc:37
+#: sc/inc/compiler.hrc:37
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Add-in"
msgstr "Invoeg"
@@ -80,461 +80,466 @@ msgstr "Invoeg"
#. * RID_GLOBSTR and are meant to be accessed via ScGlobal::GetRscString(). All
#. * other string IDs of strings used in message boxes and elsewhere go into
#. * sc/inc/strings.hrc
-#: globstr.hrc:34
+#: sc/inc/globstr.hrc:34
msgctxt "STR_UNDO_INSERTCELLS"
msgid "Insert"
msgstr "Voeg in"
-#: globstr.hrc:35
+#: sc/inc/globstr.hrc:35
msgctxt "STR_UNDO_DELETECELLS"
msgid "Delete"
msgstr "Skrap"
-#: globstr.hrc:36
+#: sc/inc/globstr.hrc:36
msgctxt "STR_UNDO_CUT"
msgid "Cut"
msgstr "Knip"
-#: globstr.hrc:37
+#: sc/inc/globstr.hrc:37
msgctxt "STR_UNDO_PASTE"
msgid "Insert"
msgstr "Voeg in"
-#: globstr.hrc:38
+#: sc/inc/globstr.hrc:38
msgctxt "STR_UNDO_DRAGDROP"
msgid "Drag and Drop"
msgstr "Sleep en los"
-#: globstr.hrc:39
+#: sc/inc/globstr.hrc:39
msgctxt "STR_UNDO_MOVE"
msgid "Move"
msgstr "Skuif"
-#: globstr.hrc:40
+#: sc/inc/globstr.hrc:40
msgctxt "STR_UNDO_COPY"
msgid "Copy"
msgstr "Kopieer"
-#: globstr.hrc:41
+#: sc/inc/globstr.hrc:41
msgctxt "STR_UNDO_DELETECONTENTS"
msgid "Delete"
msgstr "Skrap"
-#: globstr.hrc:42
+#: sc/inc/globstr.hrc:42
msgctxt "STR_UNDO_SELATTR"
msgid "Attributes"
msgstr "Attribute"
-#: globstr.hrc:43
+#: sc/inc/globstr.hrc:43
msgctxt "STR_UNDO_SELATTRLINES"
msgid "Attributes/Lines"
msgstr "Attribute/reëls"
-#: globstr.hrc:44
+#: sc/inc/globstr.hrc:44
msgctxt "STR_UNDO_COLWIDTH"
msgid "Column Width"
msgstr "Kolomwydte"
-#: globstr.hrc:45
+#: sc/inc/globstr.hrc:45
msgctxt "STR_UNDO_OPTCOLWIDTH"
msgid "Optimal Column Width"
msgstr "Optimale kolomwydte"
-#: globstr.hrc:46
+#: sc/inc/globstr.hrc:46
msgctxt "STR_UNDO_ROWHEIGHT"
msgid "Row height"
msgstr "Ryhoogte"
-#: globstr.hrc:47
+#: sc/inc/globstr.hrc:47
msgctxt "STR_UNDO_OPTROWHEIGHT"
msgid "Optimal Row Height"
msgstr "Optimale ryhoogte"
-#: globstr.hrc:48
+#: sc/inc/globstr.hrc:48
msgctxt "STR_UNDO_AUTOFILL"
msgid "Fill"
msgstr "Vul in"
-#: globstr.hrc:49
+#: sc/inc/globstr.hrc:49
msgctxt "STR_UNDO_MERGE"
msgid "Merge"
msgstr "Voeg saam"
-#: globstr.hrc:50
+#: sc/inc/globstr.hrc:50
msgctxt "STR_UNDO_REMERGE"
msgid "Split"
msgstr "Verdeel"
-#: globstr.hrc:51
+#: sc/inc/globstr.hrc:51
msgctxt "STR_UNDO_AUTOFORMAT"
msgid "AutoFormat"
msgstr "OutoFormateer"
-#: globstr.hrc:52
+#: sc/inc/globstr.hrc:52
msgctxt "STR_UNDO_REPLACE"
msgid "Replace"
msgstr "Vervang"
-#: globstr.hrc:53
+#: sc/inc/globstr.hrc:53
msgctxt "STR_UNDO_CURSORATTR"
msgid "Attributes"
msgstr "Attribute"
-#: globstr.hrc:54
+#: sc/inc/globstr.hrc:54
msgctxt "STR_UNDO_ENTERDATA"
msgid "Input"
msgstr "Toevoer"
-#: globstr.hrc:55
+#: sc/inc/globstr.hrc:55
msgctxt "STR_UNDO_INSCOLBREAK"
msgid "Insert Column Break"
msgstr "Voeg kolombreuk in"
-#: globstr.hrc:56
+#: sc/inc/globstr.hrc:56
msgctxt "STR_UNDO_DELCOLBREAK"
msgid "Delete column break"
msgstr "Skrap kolombreuk"
-#: globstr.hrc:57
+#: sc/inc/globstr.hrc:57
msgctxt "STR_UNDO_INSROWBREAK"
msgid "Insert Row Break"
msgstr "Voeg rybreuk in"
-#: globstr.hrc:58
+#: sc/inc/globstr.hrc:58
msgctxt "STR_UNDO_DELROWBREAK"
msgid "Delete row break"
msgstr "Skrap rybreuk"
-#: globstr.hrc:59
+#: sc/inc/globstr.hrc:59
msgctxt "STR_UNDO_DOOUTLINE"
msgid "View Details"
msgstr "Bekyk besonderhede"
-#: globstr.hrc:60
+#: sc/inc/globstr.hrc:60
msgctxt "STR_UNDO_REDOOUTLINE"
msgid "Hide details"
msgstr "Versteek details"
-#: globstr.hrc:61
+#: sc/inc/globstr.hrc:61
msgctxt "STR_UNDO_MAKEOUTLINE"
msgid "Group"
msgstr "Groep"
-#: globstr.hrc:62
+#: sc/inc/globstr.hrc:62
msgctxt "STR_UNDO_REMAKEOUTLINE"
msgid "Ungroup"
msgstr "Ontgroepeer"
-#: globstr.hrc:63
+#: sc/inc/globstr.hrc:63
msgctxt "STR_UNDO_OUTLINELEVEL"
msgid "Select outline level"
msgstr "Kies oorsigvlak"
-#: globstr.hrc:64
+#: sc/inc/globstr.hrc:64
msgctxt "STR_UNDO_DOOUTLINEBLK"
msgid "View Details"
msgstr "Bekyk besonderhede"
-#: globstr.hrc:65
+#: sc/inc/globstr.hrc:65
msgctxt "STR_UNDO_REDOOUTLINEBLK"
msgid "Hide details"
msgstr "Versteek details"
-#: globstr.hrc:66
+#: sc/inc/globstr.hrc:66
msgctxt "STR_UNDO_REMOVEALLOTLNS"
msgid "Clear Outline"
msgstr "Maak oorsig skoon"
-#: globstr.hrc:67
+#: sc/inc/globstr.hrc:67
msgctxt "STR_UNDO_AUTOOUTLINE"
msgid "AutoOutline"
msgstr "OutoSkema"
-#: globstr.hrc:68
+#: sc/inc/globstr.hrc:68
msgctxt "STR_UNDO_SUBTOTALS"
msgid "Subtotals"
msgstr "Subtotale"
-#: globstr.hrc:69
+#: sc/inc/globstr.hrc:69
msgctxt "STR_UNDO_SORT"
msgid "Sort"
msgstr "Sorteer"
-#: globstr.hrc:70
+#: sc/inc/globstr.hrc:70
msgctxt "STR_UNDO_QUERY"
msgid "Filter"
msgstr "Filter"
-#: globstr.hrc:71
+#: sc/inc/globstr.hrc:71
msgctxt "STR_UNDO_DBDATA"
msgid "Change Database Range"
msgstr "Wysig databasisreikwydte"
-#: globstr.hrc:72
+#: sc/inc/globstr.hrc:72
msgctxt "STR_UNDO_IMPORTDATA"
msgid "Importing"
msgstr "Invoering"
-#: globstr.hrc:73
+#: sc/inc/globstr.hrc:73
msgctxt "STR_UNDO_REPEATDB"
msgid "Refresh range"
msgstr "Verfris omvang"
-#: globstr.hrc:74
+#: sc/inc/globstr.hrc:74
msgctxt "STR_UNDO_LISTNAMES"
msgid "List names"
msgstr "Lys name"
-#: globstr.hrc:75
+#: sc/inc/globstr.hrc:75
#, fuzzy
msgctxt "STR_UNDO_PIVOT_NEW"
msgid "Create pivot table"
msgstr "Skep tabel"
-#: globstr.hrc:76
+#: sc/inc/globstr.hrc:76
#, fuzzy
msgctxt "STR_UNDO_PIVOT_MODIFY"
msgid "Edit pivot table"
msgstr "Redigeer DataLoods-tabel"
-#: globstr.hrc:77
+#: sc/inc/globstr.hrc:77
#, fuzzy
msgctxt "STR_UNDO_PIVOT_DELETE"
msgid "Delete pivot table"
msgstr "Skrap DataLoods-tabel"
-#: globstr.hrc:78
+#: sc/inc/globstr.hrc:78
msgctxt "STR_UNDO_CONSOLIDATE"
msgid "Consolidate"
msgstr "Konsolideer"
-#: globstr.hrc:79
+#: sc/inc/globstr.hrc:79
msgctxt "STR_UNDO_USESCENARIO"
msgid "Use scenario"
msgstr "Gebruik scenario"
-#: globstr.hrc:80
+#: sc/inc/globstr.hrc:80
msgctxt "STR_UNDO_MAKESCENARIO"
msgid "Create scenario"
msgstr "Skep scenario"
-#: globstr.hrc:81
+#: sc/inc/globstr.hrc:81
msgctxt "STR_UNDO_EDITSCENARIO"
msgid "Edit scenario"
msgstr "Redigeer scenario"
-#: globstr.hrc:82
+#: sc/inc/globstr.hrc:82
msgctxt "STR_UNDO_APPLYCELLSTYLE"
msgid "Apply Cell Style"
msgstr "Pas selstyl toe"
-#: globstr.hrc:83
+#: sc/inc/globstr.hrc:83
msgctxt "STR_UNDO_EDITCELLSTYLE"
msgid "Edit Cell Style"
msgstr "Redigeer selstyl"
-#: globstr.hrc:84
+#: sc/inc/globstr.hrc:84
msgctxt "STR_UNDO_APPLYPAGESTYLE"
msgid "Apply Page Style"
msgstr "Pas bladsystyl toe"
-#: globstr.hrc:85
+#: sc/inc/globstr.hrc:85
msgctxt "STR_UNDO_EDITPAGESTYLE"
msgid "Edit Page Style"
msgstr "Redigeer bladsystyl"
-#: globstr.hrc:86
+#: sc/inc/globstr.hrc:86
msgctxt "STR_UNDO_DETADDPRED"
msgid "Trace Precedents"
msgstr "Speur presedente na"
-#: globstr.hrc:87
+#: sc/inc/globstr.hrc:87
msgctxt "STR_UNDO_DETDELPRED"
msgid "Remove Precedent"
msgstr "Verwyder presedent"
-#: globstr.hrc:88
+#: sc/inc/globstr.hrc:88
msgctxt "STR_UNDO_DETADDSUCC"
msgid "Trace Dependents"
msgstr "Spoor afhanklikes na"
-#: globstr.hrc:89
+#: sc/inc/globstr.hrc:89
msgctxt "STR_UNDO_DETDELSUCC"
msgid "Remove Dependent"
msgstr "Verwyder afhanklike"
-#: globstr.hrc:90
+#: sc/inc/globstr.hrc:90
msgctxt "STR_UNDO_DETADDERROR"
msgid "Trace Error"
msgstr "Speur fout na"
-#: globstr.hrc:91
+#: sc/inc/globstr.hrc:91
msgctxt "STR_UNDO_DETDELALL"
msgid "Remove all Traces"
msgstr "Verwyder alle spore"
-#: globstr.hrc:92
+#: sc/inc/globstr.hrc:92
msgctxt "STR_UNDO_DETINVALID"
msgid "Mark invalid data"
msgstr "Merk ongeldige data"
-#: globstr.hrc:93
+#: sc/inc/globstr.hrc:93
msgctxt "STR_UNDO_DETREFRESH"
msgid "Refresh Traces"
msgstr "Verfris spore"
-#: globstr.hrc:94
+#: sc/inc/globstr.hrc:94
msgctxt "STR_UNDO_CHARTDATA"
msgid "Modify chart data range"
msgstr "Wysig omvang van grafiekdata"
-#: globstr.hrc:95
+#: sc/inc/globstr.hrc:95
msgctxt "STR_UNDO_ORIGINALSIZE"
msgid "Original Size"
msgstr "Oorspronklike grootte"
-#: globstr.hrc:96
+#: sc/inc/globstr.hrc:96
+msgctxt "STR_UNDO_FITCELLSIZE"
+msgid "Fit to Cell Size"
+msgstr ""
+
+#: sc/inc/globstr.hrc:97
msgctxt "STR_UNDO_UPDATELINK"
msgid "Update Link"
msgstr "Werk skakel by"
-#: globstr.hrc:97
+#: sc/inc/globstr.hrc:98
msgctxt "STR_UNDO_REMOVELINK"
msgid "Unlink"
msgstr "Ontskakel"
-#: globstr.hrc:98
+#: sc/inc/globstr.hrc:99
msgctxt "STR_UNDO_INSERTAREALINK"
msgid "Insert Link"
msgstr "Voeg skakel in"
-#: globstr.hrc:99
+#: sc/inc/globstr.hrc:100
msgctxt "STR_UNDO_ENTERMATRIX"
msgid "Insert Array Formula"
msgstr "Voeg skikkingsformule in"
-#: globstr.hrc:100
+#: sc/inc/globstr.hrc:101
msgctxt "STR_UNDO_INSERTNOTE"
msgid "Insert Comment"
msgstr "Voeg opmerking in"
-#: globstr.hrc:101
+#: sc/inc/globstr.hrc:102
msgctxt "STR_UNDO_DELETENOTE"
msgid "Delete Comment"
msgstr "Skrap opmerking"
-#: globstr.hrc:102
+#: sc/inc/globstr.hrc:103
msgctxt "STR_UNDO_SHOWNOTE"
msgid "Show Comment"
msgstr "Wys opmerking"
-#: globstr.hrc:103
+#: sc/inc/globstr.hrc:104
msgctxt "STR_UNDO_HIDENOTE"
msgid "Hide Comment"
msgstr "Versteek opmerking"
-#: globstr.hrc:104
+#: sc/inc/globstr.hrc:105
msgctxt "STR_UNDO_SHOWALLNOTES"
msgid "Show All Comments"
msgstr ""
-#: globstr.hrc:105
+#: sc/inc/globstr.hrc:106
msgctxt "STR_UNDO_HIDEALLNOTES"
msgid "Hide All Comments"
msgstr ""
-#: globstr.hrc:106
+#: sc/inc/globstr.hrc:107
msgctxt "STR_UNDO_EDITNOTE"
msgid "Edit Comment"
msgstr "Redigeer opmerking"
-#: globstr.hrc:107
+#: sc/inc/globstr.hrc:108
msgctxt "STR_UNDO_DEC_INDENT"
msgid "Decrease Indent"
msgstr "Verminder keep"
-#: globstr.hrc:108
+#: sc/inc/globstr.hrc:109
msgctxt "STR_UNDO_INC_INDENT"
msgid "Increase Indent"
msgstr "Vermeerder keep"
-#: globstr.hrc:109
+#: sc/inc/globstr.hrc:110
msgctxt "STR_UNDO_PROTECT_TAB"
msgid "Protect sheet"
msgstr "Beskerm vel"
-#: globstr.hrc:110
+#: sc/inc/globstr.hrc:111
msgctxt "STR_UNDO_UNPROTECT_TAB"
msgid "Unprotect sheet"
msgstr "Ontbeskerm vel"
-#: globstr.hrc:111
+#: sc/inc/globstr.hrc:112
msgctxt "STR_UNDO_PROTECT_DOC"
msgid "Protect document"
msgstr "Beskerm dokument"
-#: globstr.hrc:112
+#: sc/inc/globstr.hrc:113
msgctxt "STR_UNDO_UNPROTECT_DOC"
msgid "Unprotect document"
msgstr "Ontbeskerm dokument"
-#: globstr.hrc:113
+#: sc/inc/globstr.hrc:114
msgctxt "STR_UNDO_PRINTRANGES"
msgid "Print range"
msgstr "Drukomvang"
-#: globstr.hrc:114
+#: sc/inc/globstr.hrc:115
msgctxt "STR_UNDO_REMOVEBREAKS"
msgid "Delete Page Breaks"
msgstr "Skrap bladsybreuke"
-#: globstr.hrc:115
+#: sc/inc/globstr.hrc:116
msgctxt "STR_UNDO_PRINTSCALE"
msgid "Change Scale"
msgstr "Wysig skaal"
-#: globstr.hrc:116
+#: sc/inc/globstr.hrc:117
msgctxt "STR_UNDO_DRAG_BREAK"
msgid "Move Page Break"
msgstr "Skuif bladsybreuk"
-#: globstr.hrc:117
+#: sc/inc/globstr.hrc:118
msgctxt "STR_UNDO_RANGENAMES"
msgid "Edit range names"
msgstr "Redigeer reikwydtename"
-#: globstr.hrc:118
+#: sc/inc/globstr.hrc:119
#, fuzzy
msgctxt "STR_UNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "~Verander kas"
-#: globstr.hrc:119
+#: sc/inc/globstr.hrc:120
msgctxt "STR_DBNAME_IMPORT"
msgid "Import"
msgstr "Invoer"
-#: globstr.hrc:120
+#: sc/inc/globstr.hrc:121
msgctxt "STR_MSSG_DOSUBTOTALS_0"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME Calc"
-#: globstr.hrc:121
+#: sc/inc/globstr.hrc:122
msgctxt "STR_MSSG_DOSUBTOTALS_1"
msgid "Delete data?"
msgstr "Skrap data?"
-#: globstr.hrc:122
+#: sc/inc/globstr.hrc:123
msgctxt "STR_MSSG_DOSUBTOTALS_2"
msgid "Unable to insert rows"
msgstr "Kon nie rye invoeg nie"
-#: globstr.hrc:123
+#: sc/inc/globstr.hrc:124
msgctxt "STR_MSSG_REPEATDB_0"
msgid "No operations to execute"
msgstr "Geen take om uit te voer nie"
-#: globstr.hrc:124
+#: sc/inc/globstr.hrc:125
msgctxt "STR_MSSG_MAKEAUTOFILTER_0"
msgid ""
"The range does not contain column headers.\n"
@@ -543,62 +548,62 @@ msgstr ""
"Die reikwydte omvat nie kolomkoppe nie.\n"
"Wil u die eerste reël as kolomkop gebruik?"
-#: globstr.hrc:125
+#: sc/inc/globstr.hrc:126
msgctxt "STR_MSSG_IMPORTDATA_0"
msgid "Error while importing data!"
msgstr "Fout tydens data invoer!"
-#: globstr.hrc:126
+#: sc/inc/globstr.hrc:127
msgctxt "STR_PROGRESS_IMPORT"
msgid "# records imported..."
msgstr "# rekords ingevoer..."
-#: globstr.hrc:127
+#: sc/inc/globstr.hrc:128
msgctxt "STR_MSSG_MAKEOUTLINE_0"
msgid "Grouping not possible"
msgstr "Groepering nie moontlik nie"
-#: globstr.hrc:128
+#: sc/inc/globstr.hrc:129
msgctxt "STR_MSSG_REMOVEOUTLINE_0"
msgid "Ungrouping not possible"
msgstr "Ongroepering nie moontlik nie"
-#: globstr.hrc:129
+#: sc/inc/globstr.hrc:130
msgctxt "STR_MSSG_PASTEFROMCLIP_0"
msgid "Insert into multiple selection not possible"
msgstr "Invoeg in meervoudige seleksie nie moontlik nie"
-#: globstr.hrc:130
+#: sc/inc/globstr.hrc:131
msgctxt "STR_MSSG_MOVEBLOCKTO_0"
msgid "Cell merge not possible if cells already merged!"
msgstr "Reeds saamgevoegde selle kan nie saamgevoeg word nie!"
-#: globstr.hrc:131
+#: sc/inc/globstr.hrc:132
msgctxt "STR_MSSG_INSERTCELLS_0"
msgid "Inserting into merged ranges not possible"
msgstr "Invoeg in saamgevoegde reikwydtes nie moontlik nie"
-#: globstr.hrc:132
+#: sc/inc/globstr.hrc:133
msgctxt "STR_MSSG_DELETECELLS_0"
msgid "Deleting in merged ranges not possible"
msgstr "Skrapping in saamgevoegde reikwydtes nie moontlik nie"
-#: globstr.hrc:133
+#: sc/inc/globstr.hrc:134
msgctxt "STR_MSSG_MERGECELLS_0"
msgid "Cell merge not possible if cells already merged"
msgstr "Selsamevoeging nie moontlik indien selle reeds saamgevoeg is nie"
-#: globstr.hrc:134
+#: sc/inc/globstr.hrc:135
msgctxt "STR_SORT_ERR_MERGED"
msgid "Ranges containing merged cells can only be sorted without formats."
msgstr "Reikwydtes wat saamgevoegde selle bevat kan net sonder formate gesorteer word."
-#: globstr.hrc:135
+#: sc/inc/globstr.hrc:136
msgctxt "STR_MSSG_SOLVE_0"
msgid "Goal Seek succeeded. Result: "
msgstr ""
-#: globstr.hrc:136
+#: sc/inc/globstr.hrc:137
msgctxt "STR_MSSG_SOLVE_1"
msgid ""
"\n"
@@ -606,214 +611,214 @@ msgid ""
"Insert the result into the variable cell?"
msgstr ""
-#: globstr.hrc:137
+#: sc/inc/globstr.hrc:138
msgctxt "STR_MSSG_SOLVE_2"
msgid ""
"Goal Seek failed.\n"
"\n"
msgstr ""
-#: globstr.hrc:138
+#: sc/inc/globstr.hrc:139
#, fuzzy
msgctxt "STR_MSSG_SOLVE_3"
msgid "Insert the closest value ("
msgstr "Voeg naaste waarde in ("
-#: globstr.hrc:139
+#: sc/inc/globstr.hrc:140
msgctxt "STR_MSSG_SOLVE_4"
msgid ") into the variable cell anyway?"
msgstr ""
-#: globstr.hrc:140
+#: sc/inc/globstr.hrc:141
msgctxt "STR_TABLE_GRAND"
msgid "Grand"
msgstr ""
-#: globstr.hrc:141
+#: sc/inc/globstr.hrc:142
msgctxt "STR_TABLE_ERGEBNIS"
msgid "Result"
msgstr "Resultaat"
-#: globstr.hrc:142
+#: sc/inc/globstr.hrc:143
msgctxt "STR_UNDO_SPELLING"
msgid "Spellcheck"
msgstr "Speltoetser"
-#: globstr.hrc:143
+#: sc/inc/globstr.hrc:144
msgctxt "STR_TABLE_UND"
msgid "AND"
msgstr "AND"
-#: globstr.hrc:144
+#: sc/inc/globstr.hrc:145
msgctxt "STR_TABLE_ODER"
msgid "OR"
msgstr "OR"
-#: globstr.hrc:145
+#: sc/inc/globstr.hrc:146
msgctxt "STR_TABLE_DEF"
msgid "Sheet"
msgstr "Vel"
-#: globstr.hrc:146
+#: sc/inc/globstr.hrc:147
msgctxt "STR_MOVE_TO_END"
msgid "- move to end position -"
msgstr "- skuif na eindposisie -"
-#: globstr.hrc:147
+#: sc/inc/globstr.hrc:148
msgctxt "STR_NO_REF_TABLE"
msgid "#REF!"
msgstr "#REF!"
-#: globstr.hrc:148
+#: sc/inc/globstr.hrc:149
#, fuzzy
msgctxt "STR_PIVOT_NODATA"
msgid "The pivot table must contain at least one entry."
msgstr "Die DataLoods-tabel moet ten minste een inskrywing bevat."
-#: globstr.hrc:149
+#: sc/inc/globstr.hrc:150
msgctxt "STR_PIVOT_MOVENOTALLOWED"
msgid "The data range can not be deleted."
msgstr "Die datareikwydte kan nie geskrap word nie."
-#: globstr.hrc:150
+#: sc/inc/globstr.hrc:151
#, fuzzy
msgctxt "STR_PIVOT_ERROR"
msgid "Error creating the pivot table."
msgstr "Fout by skep van DataLoods-tabel."
-#: globstr.hrc:151
+#: sc/inc/globstr.hrc:152
msgctxt "STR_PIVOT_NOTEMPTY"
msgid "The destination range is not empty. Overwrite existing contents?"
msgstr "Die teikenreikwydte is nie leeg nie. Skryf oor bestaande inhoud?"
-#: globstr.hrc:152
+#: sc/inc/globstr.hrc:153
msgctxt "STR_PIVOT_REMOVE_PIVOTCHART"
msgid ""
"Deleting the pivot table will also remove any associated pivot charts.\n"
"Do you want to proceed?"
msgstr ""
-#: globstr.hrc:153
+#: sc/inc/globstr.hrc:154
msgctxt "STR_DATAPILOT_SUBTOTAL"
msgid "The source range contains subtotals which may distort the results. Use it anyway?"
msgstr "Die bronreikwydte bevat subtotale wat die resultate mag verdraai. Gebruik dit in elk geval?"
-#: globstr.hrc:154
+#: sc/inc/globstr.hrc:155
msgctxt "STR_PIVOT_TOTAL"
msgid "Total"
msgstr "Totaal"
-#: globstr.hrc:155
+#: sc/inc/globstr.hrc:156
msgctxt "STR_PIVOT_DATA"
msgid "Data"
msgstr "Data"
-#: globstr.hrc:156
+#: sc/inc/globstr.hrc:157
msgctxt "STR_PIVOT_GROUP"
msgid "Group"
msgstr "Groep"
-#: globstr.hrc:157
+#: sc/inc/globstr.hrc:158
msgctxt "STR_ROWCOL_SELCOUNT"
msgid "$1 rows, $2 columns selected"
msgstr ""
-#: globstr.hrc:158
+#: sc/inc/globstr.hrc:159
msgctxt "STR_FILTER_SELCOUNT"
msgid "$1 of $2 records found"
msgstr ""
-#: globstr.hrc:159
+#: sc/inc/globstr.hrc:160
msgctxt "STR_COLUMN"
msgid "Column"
msgstr "Kolom"
-#: globstr.hrc:160
+#: sc/inc/globstr.hrc:161
msgctxt "STR_ROW"
msgid "Row"
msgstr "Ry"
-#: globstr.hrc:161
+#: sc/inc/globstr.hrc:162
msgctxt "STR_PAGE"
msgid "Page"
msgstr "Bladsy"
-#: globstr.hrc:162
+#: sc/inc/globstr.hrc:163
msgctxt "STR_PGNUM"
msgid "Page %1"
msgstr ""
-#: globstr.hrc:163
+#: sc/inc/globstr.hrc:164
msgctxt "STR_LOAD_DOC"
msgid "Load document"
msgstr "Laai dokument"
-#: globstr.hrc:164
+#: sc/inc/globstr.hrc:165
msgctxt "STR_SAVE_DOC"
msgid "Save document"
msgstr "Stoor dokument"
-#: globstr.hrc:165
+#: sc/inc/globstr.hrc:166
msgctxt "STR_AREA_ALREADY_INSERTED"
msgid "This range has already been inserted."
msgstr "Hierdie reikwydte is reeds ingevoeg."
-#: globstr.hrc:166
+#: sc/inc/globstr.hrc:167
msgctxt "STR_INVALID_TABREF"
msgid "Invalid sheet reference."
msgstr "Ongeldige blaaiverwysing."
-#: globstr.hrc:167
+#: sc/inc/globstr.hrc:168
msgctxt "STR_INVALID_QUERYAREA"
msgid "This range does not contain a valid query."
msgstr "Hierdie reikwydte bevat nie 'n geldige navraag nie."
-#: globstr.hrc:168
+#: sc/inc/globstr.hrc:169
msgctxt "STR_REIMPORT_EMPTY"
msgid "This range does not contain imported data."
msgstr "Hierdie reikwydte bevat nie ingevoerde data nie."
-#: globstr.hrc:169
+#: sc/inc/globstr.hrc:170
msgctxt "STR_NOMULTISELECT"
msgid "This function cannot be used with multiple selections."
msgstr "Hierdie funksie kan nie met meervoudige seleksies gebruik word nie."
-#: globstr.hrc:170
+#: sc/inc/globstr.hrc:171
msgctxt "STR_FILL_SERIES_PROGRESS"
msgid "Fill Row..."
msgstr "Vul ry..."
-#: globstr.hrc:171
+#: sc/inc/globstr.hrc:172
msgctxt "STR_UNDO_THESAURUS"
msgid "Thesaurus"
msgstr "Tesourus"
-#: globstr.hrc:172
+#: sc/inc/globstr.hrc:173
msgctxt "STR_FILL_TAB"
msgid "Fill Sheets"
msgstr "Vul blaaie"
-#: globstr.hrc:173
+#: sc/inc/globstr.hrc:174
msgctxt "STR_UPDATE_SCENARIO"
msgid "Add selected ranges to current scenario?"
msgstr "Voeg gemerkte reikwydtes by huidige scenario?"
-#: globstr.hrc:174
+#: sc/inc/globstr.hrc:175
msgctxt "STR_ERR_NEWSCENARIO"
msgid "The scenario ranges must be selected in order to be able to create a new scenario."
msgstr "Die scenarioreikwydtes moet gemerk wees ten einde 'n nuwe scenario te kan skep."
-#: globstr.hrc:175
+#: sc/inc/globstr.hrc:176
msgctxt "STR_NOAREASELECTED"
msgid "A range has not been selected."
msgstr "Geen reikwydte is gemerk nie."
-#: globstr.hrc:176
+#: sc/inc/globstr.hrc:177
msgctxt "STR_NEWTABNAMENOTUNIQUE"
msgid "This name already exists."
msgstr "Hierdie naam bestaan reeds."
-#: globstr.hrc:177
+#: sc/inc/globstr.hrc:178
msgctxt "STR_INVALIDTABNAME"
msgid ""
"Invalid sheet name.\n"
@@ -822,326 +827,296 @@ msgid ""
"or the character ' (apostrophe) as first or last character."
msgstr ""
-#: globstr.hrc:178
+#: sc/inc/globstr.hrc:179
msgctxt "STR_SCENARIO"
msgid "Scenario"
msgstr "Scenario"
-#: globstr.hrc:179
+#: sc/inc/globstr.hrc:180
#, fuzzy
msgctxt "STR_PIVOT_TABLE"
msgid "Pivot Table"
msgstr "Nie tabel nie"
#. Text strings for captions of subtotal functions.
-#: globstr.hrc:181
+#: sc/inc/globstr.hrc:182
msgctxt "STR_FUN_TEXT_SUM"
msgid "Sum"
msgstr "Som"
-#: globstr.hrc:182
+#: sc/inc/globstr.hrc:183
msgctxt "STR_FUN_TEXT_SELECTION_COUNT"
msgid "Selection count"
msgstr ""
-#: globstr.hrc:183
+#: sc/inc/globstr.hrc:184
msgctxt "STR_FUN_TEXT_COUNT"
msgid "Count"
msgstr "Tel"
-#: globstr.hrc:184
+#: sc/inc/globstr.hrc:185
msgctxt "STR_FUN_TEXT_COUNT2"
msgid "CountA"
msgstr "TelA"
-#: globstr.hrc:185
+#: sc/inc/globstr.hrc:186
msgctxt "STR_FUN_TEXT_AVG"
msgid "Average"
msgstr "Gemiddelde"
-#: globstr.hrc:186
+#: sc/inc/globstr.hrc:187
#, fuzzy
msgctxt "STR_FUN_TEXT_MEDIAN"
msgid "Median"
msgstr "Media"
-#: globstr.hrc:187
+#: sc/inc/globstr.hrc:188
msgctxt "STR_FUN_TEXT_MAX"
msgid "Max"
msgstr "Maks"
-#: globstr.hrc:188
+#: sc/inc/globstr.hrc:189
msgctxt "STR_FUN_TEXT_MIN"
msgid "Min"
msgstr "Min"
-#: globstr.hrc:189
+#: sc/inc/globstr.hrc:190
msgctxt "STR_FUN_TEXT_PRODUCT"
msgid "Product"
msgstr "Produk"
-#: globstr.hrc:190
+#: sc/inc/globstr.hrc:191
msgctxt "STR_FUN_TEXT_STDDEV"
msgid "StDev"
msgstr "StDev"
-#: globstr.hrc:191
+#: sc/inc/globstr.hrc:192
msgctxt "STR_FUN_TEXT_VAR"
msgid "Var"
msgstr "Var"
-#: globstr.hrc:192
+#: sc/inc/globstr.hrc:193
msgctxt "STR_NOCHARTATCURSOR"
msgid "No chart found at this position."
msgstr "Geen grafiek by hierdie posisie gevind nie."
-#: globstr.hrc:193
+#: sc/inc/globstr.hrc:194
#, fuzzy
msgctxt "STR_PIVOT_NOTFOUND"
msgid "No pivot table found at this position."
msgstr "Geen DataLoods-tabel by hierdie posisie gevind nie."
-#: globstr.hrc:194
+#: sc/inc/globstr.hrc:195
msgctxt "STR_EMPTYDATA"
msgid "(empty)"
msgstr "(leeg)"
-#: globstr.hrc:195
+#: sc/inc/globstr.hrc:196
msgctxt "STR_PRINT_INVALID_AREA"
msgid "Invalid print range"
msgstr "Ongedige drukreikwydte"
-#: globstr.hrc:196
+#: sc/inc/globstr.hrc:197
msgctxt "STR_PAGESTYLE"
msgid "Page Style"
msgstr "Bladsystyl"
-#: globstr.hrc:197
+#: sc/inc/globstr.hrc:198
msgctxt "STR_HEADER"
msgid "Header"
msgstr "Kop"
-#: globstr.hrc:198
+#: sc/inc/globstr.hrc:199
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr "Voet"
-#: globstr.hrc:199
+#: sc/inc/globstr.hrc:200
msgctxt "STR_TEXTATTRS"
msgid "Text Attributes"
msgstr "Teksattribute"
-#: globstr.hrc:200
-msgctxt "STR_HFCMD_PAGE"
-msgid "PAGE"
-msgstr "PAGE"
-
-#: globstr.hrc:201
-msgctxt "STR_HFCMD_PAGES"
-msgid "PAGES"
-msgstr "PAGES"
-
-#: globstr.hrc:202
-msgctxt "STR_HFCMD_DATE"
-msgid "DATE"
-msgstr "DATE"
-
-#: globstr.hrc:203
-msgctxt "STR_HFCMD_TIME"
-msgid "TIME"
-msgstr "TIME"
-
-#: globstr.hrc:204
-msgctxt "STR_HFCMD_FILE"
-msgid "FILE"
-msgstr "FILE"
-
-#: globstr.hrc:205
-msgctxt "STR_HFCMD_TABLE"
-msgid "SHEET"
-msgstr "SHEET"
-
-#: globstr.hrc:206
+#: sc/inc/globstr.hrc:201
msgctxt "STR_PROTECTIONERR"
msgid "Protected cells can not be modified."
msgstr "Beskermde selle kan nie gewysig word nie."
-#: globstr.hrc:207
+#: sc/inc/globstr.hrc:202
msgctxt "STR_READONLYERR"
msgid "Document opened in read-only mode."
msgstr "Dokument in leesalleen-modus oopgemaak."
-#: globstr.hrc:208
+#: sc/inc/globstr.hrc:203
msgctxt "STR_MATRIXFRAGMENTERR"
msgid "You cannot change only part of an array."
msgstr "U kan nie net 'n gedeelte van 'n skikking wysig nie."
-#: globstr.hrc:209
+#: sc/inc/globstr.hrc:204
msgctxt "STR_PAGEHEADER"
msgid "Header"
msgstr "Kop"
-#: globstr.hrc:210
+#: sc/inc/globstr.hrc:205
msgctxt "STR_PAGEFOOTER"
msgid "Footer"
msgstr "Voet"
#. BEGIN error constants and error strings.
-#: globstr.hrc:213
+#: sc/inc/globstr.hrc:208
msgctxt "STR_ERROR_STR"
msgid "Err:"
msgstr "Fout:"
#. BEGIN defined ERROR.TYPE() values.
#. ERROR.TYPE( #DIV/0! ) == 2
-#: globstr.hrc:216
+#: sc/inc/globstr.hrc:211
msgctxt "STR_LONG_ERR_DIV_ZERO"
msgid "Error: Division by zero"
msgstr "Probleem: Deling deur nul"
#. ERROR.TYPE( #VALUE! ) == 3
-#: globstr.hrc:218
+#: sc/inc/globstr.hrc:213
msgctxt "STR_LONG_ERR_NO_VALUE"
msgid "Error: Wrong data type"
msgstr "Fout: Verkeerde datasoort"
#. ERROR.TYPE( #REF! ) == 4
-#: globstr.hrc:220
+#: sc/inc/globstr.hrc:215
msgctxt "STR_LONG_ERR_NO_REF"
msgid "Error: Not a valid reference"
msgstr "Fout: Nie 'n geldige verwysing nie"
#. ERROR.TYPE( #NAME! ) == 5
-#: globstr.hrc:222
+#: sc/inc/globstr.hrc:217
msgctxt "STR_LONG_ERR_NO_NAME"
msgid "Error: Invalid name"
msgstr "Fout: Ongeldige naam"
#. ERROR.TYPE( #NUM! ) == 6
-#: globstr.hrc:224
+#: sc/inc/globstr.hrc:219
msgctxt "STR_LONG_ERR_ILL_FPO"
msgid "Error: Invalid numeric value"
msgstr "Fout: Ongeldige numeriese waarde"
#. ERROR.TYPE( #N/A ) == 7
-#: globstr.hrc:226
+#: sc/inc/globstr.hrc:221
msgctxt "STR_LONG_ERR_NV"
msgid "Error: Value not available"
msgstr "Fout: Waarde nie beskikbaar nie"
#. END defined ERROR.TYPE() values.
-#: globstr.hrc:228
+#: sc/inc/globstr.hrc:223
msgctxt "STR_NO_ADDIN"
msgid "#ADDIN?"
msgstr "#ADDIN?"
-#: globstr.hrc:229
+#: sc/inc/globstr.hrc:224
msgctxt "STR_LONG_ERR_NO_ADDIN"
msgid "Error: Add-in not found"
msgstr "Fout: Kon invoeging nie vind nie"
-#: globstr.hrc:230
+#: sc/inc/globstr.hrc:225
msgctxt "STR_NO_MACRO"
msgid "#MACRO?"
msgstr "#MACRO?"
-#: globstr.hrc:231
+#: sc/inc/globstr.hrc:226
msgctxt "STR_LONG_ERR_NO_MACRO"
msgid "Error: Macro not found"
msgstr "Fout: Kon makro nie vind nie"
-#: globstr.hrc:232
+#: sc/inc/globstr.hrc:227
msgctxt "STR_LONG_ERR_SYNTAX"
msgid "Internal syntactical error"
msgstr "Interne sintaksisfout"
-#: globstr.hrc:233
+#: sc/inc/globstr.hrc:228
msgctxt "STR_LONG_ERR_ILL_ARG"
msgid "Error: Invalid argument"
msgstr "Fout: Ongeldige argument"
-#: globstr.hrc:234
+#: sc/inc/globstr.hrc:229
msgctxt "STR_LONG_ERR_ILL_PAR"
msgid "Error in parameter list"
msgstr "Fout in parameterlys"
-#: globstr.hrc:235
+#: sc/inc/globstr.hrc:230
msgctxt "STR_LONG_ERR_ILL_CHAR"
msgid "Error: Invalid character"
msgstr "Fout: Ongeldige karakter"
-#: globstr.hrc:236
+#: sc/inc/globstr.hrc:231
msgctxt "STR_LONG_ERR_PAIR"
msgid "Error: in bracketing"
msgstr "Fout: in hakies"
-#: globstr.hrc:237
+#: sc/inc/globstr.hrc:232
msgctxt "STR_LONG_ERR_OP_EXP"
msgid "Error: Operator missing"
msgstr "Fout: Bewerking nie daar nie"
-#: globstr.hrc:238
+#: sc/inc/globstr.hrc:233
msgctxt "STR_LONG_ERR_VAR_EXP"
msgid "Error: Variable missing"
msgstr "Fout: Veranderlike nie daar nie"
-#: globstr.hrc:239
+#: sc/inc/globstr.hrc:234
msgctxt "STR_LONG_ERR_CODE_OVF"
msgid "Error: Formula overflow"
msgstr "Fout: Formuleoorloop"
-#: globstr.hrc:240
+#: sc/inc/globstr.hrc:235
msgctxt "STR_LONG_ERR_STR_OVF"
msgid "Error: String overflow"
msgstr "Fout: Stringoorloop"
-#: globstr.hrc:241
+#: sc/inc/globstr.hrc:236
msgctxt "STR_LONG_ERR_STACK_OVF"
msgid "Error: Internal overflow"
msgstr "Fout: Interne oorloop"
-#: globstr.hrc:242
+#: sc/inc/globstr.hrc:237
msgctxt "STR_LONG_ERR_MATRIX_SIZE"
msgid "Error: Array or matrix size"
msgstr ""
-#: globstr.hrc:243
+#: sc/inc/globstr.hrc:238
msgctxt "STR_LONG_ERR_CIRC_REF"
msgid "Error: Circular reference"
msgstr "Fout: Sirkelverwysing"
-#: globstr.hrc:244
+#: sc/inc/globstr.hrc:239
msgctxt "STR_LONG_ERR_NO_CONV"
msgid "Error: Calculation does not converge"
msgstr "Fout: Berekening vloei nie saam nie"
#. END error constants and error strings.
-#: globstr.hrc:247
+#: sc/inc/globstr.hrc:242
msgctxt "STR_GRIDCOLOR"
msgid "Grid color"
msgstr "Roosterkleur"
-#: globstr.hrc:248
+#: sc/inc/globstr.hrc:243
msgctxt "STR_CELL_FILTER"
msgid "Filter"
msgstr "Filter"
-#: globstr.hrc:249
+#: sc/inc/globstr.hrc:244
msgctxt "STR_TARGETNOTFOUND"
msgid "The target database range does not exist."
msgstr "Die teikendatabasisreikwydte bestaan nie."
-#: globstr.hrc:250
+#: sc/inc/globstr.hrc:245
msgctxt "STR_INVALID_EPS"
msgid "Invalid increment"
msgstr "Ongeldige inkrement"
-#: globstr.hrc:251
+#: sc/inc/globstr.hrc:246
msgctxt "STR_UNDO_TABOP"
msgid "Multiple operations"
msgstr "Veelvuldige bewerkings"
-#: globstr.hrc:252
+#: sc/inc/globstr.hrc:247
msgctxt "STR_INVALID_AFNAME"
msgid ""
"You have entered an invalid name.\n"
@@ -1152,42 +1127,42 @@ msgstr ""
"OutoFormateer kon nie geskep word nie. \n"
"Probeer weer met 'n ander naam."
-#: globstr.hrc:253
+#: sc/inc/globstr.hrc:248
msgctxt "STR_AREA"
msgid "Range"
msgstr "Omvang"
-#: globstr.hrc:254
+#: sc/inc/globstr.hrc:249
msgctxt "STR_YES"
msgid "Yes"
msgstr "Ja"
-#: globstr.hrc:255
+#: sc/inc/globstr.hrc:250
msgctxt "STR_NO"
msgid "No"
msgstr "Nee"
-#: globstr.hrc:256
+#: sc/inc/globstr.hrc:251
msgctxt "STR_PROTECTION"
msgid "Protection"
msgstr "Beskerming"
-#: globstr.hrc:257
+#: sc/inc/globstr.hrc:252
msgctxt "STR_FORMULAS"
msgid "Formulas"
msgstr "Formules"
-#: globstr.hrc:258
+#: sc/inc/globstr.hrc:253
msgctxt "STR_HIDE"
msgid "Hide"
msgstr "Versteek"
-#: globstr.hrc:259
+#: sc/inc/globstr.hrc:254
msgctxt "STR_PRINT"
msgid "Print"
msgstr "Druk"
-#: globstr.hrc:260
+#: sc/inc/globstr.hrc:255
msgctxt "STR_INVALID_AFAREA"
msgid ""
"To apply an AutoFormat,\n"
@@ -1198,105 +1173,105 @@ msgstr ""
" moet 'n tabelreikwydte van ten minste\n"
" 3x3 selle gemerk word."
-#: globstr.hrc:261
+#: sc/inc/globstr.hrc:256
msgctxt "STR_OPTIONAL"
msgid "(optional)"
msgstr "(opsioneel)"
-#: globstr.hrc:262
+#: sc/inc/globstr.hrc:257
msgctxt "STR_REQUIRED"
msgid "(required)"
msgstr "(vereiste)"
-#: globstr.hrc:263
+#: sc/inc/globstr.hrc:258
msgctxt "STR_NOTES"
msgid "Comments"
msgstr "Opmerkings"
-#: globstr.hrc:264
+#: sc/inc/globstr.hrc:259
#, fuzzy
msgctxt "STR_QUERY_DELTAB"
msgid "Are you sure you want to delete the selected sheet(s)?"
msgstr "Is u seker u wil die gemerkte scenario skrap?"
-#: globstr.hrc:265
+#: sc/inc/globstr.hrc:260
msgctxt "STR_QUERY_DELSCENARIO"
msgid "Are you sure you want to delete the selected scenario?"
msgstr "Is u seker u wil die gemerkte scenario skrap?"
-#: globstr.hrc:266
+#: sc/inc/globstr.hrc:261
#, fuzzy
msgctxt "STR_EXPORT_ASCII"
msgid "Export Text File"
msgstr "Voer tekslêers uit"
-#: globstr.hrc:267
+#: sc/inc/globstr.hrc:262
msgctxt "STR_IMPORT_LOTUS"
msgid "Import Lotus files"
msgstr "Voer Lotus-lêers in"
-#: globstr.hrc:268
+#: sc/inc/globstr.hrc:263
msgctxt "STR_IMPORT_DBF"
msgid "Import DBase files"
msgstr "Voer Dbase-lêers in"
-#: globstr.hrc:269
+#: sc/inc/globstr.hrc:264
msgctxt "STR_EXPORT_DBF"
msgid "DBase export"
msgstr "DBase-uitvoer"
-#: globstr.hrc:270
+#: sc/inc/globstr.hrc:265
msgctxt "STR_EXPORT_DIF"
msgid "Dif Export"
msgstr "Dif-uitvoer"
-#: globstr.hrc:271
+#: sc/inc/globstr.hrc:266
msgctxt "STR_IMPORT_DIF"
msgid "Dif Import"
msgstr "Dif-invoer"
-#: globstr.hrc:272
+#: sc/inc/globstr.hrc:267
#, fuzzy
msgctxt "STR_STYLENAME_STANDARD"
msgid "Default"
msgstr "~Verstek"
-#: globstr.hrc:273
+#: sc/inc/globstr.hrc:268
msgctxt "STR_STYLENAME_RESULT"
msgid "Result"
msgstr "Resultaat"
-#: globstr.hrc:274
+#: sc/inc/globstr.hrc:269
msgctxt "STR_STYLENAME_RESULT1"
msgid "Result2"
msgstr "Resultaat2"
-#: globstr.hrc:275
+#: sc/inc/globstr.hrc:270
msgctxt "STR_STYLENAME_HEADLINE"
msgid "Heading"
msgstr "Opskrif"
-#: globstr.hrc:276
+#: sc/inc/globstr.hrc:271
msgctxt "STR_STYLENAME_HEADLINE1"
msgid "Heading1"
msgstr "Opskrif1"
-#: globstr.hrc:277
+#: sc/inc/globstr.hrc:272
msgctxt "STR_STYLENAME_REPORT"
msgid "Report"
msgstr "Verslag"
-#: globstr.hrc:278
+#: sc/inc/globstr.hrc:273
msgctxt "STR_THESAURUS_NO_STRING"
msgid "Thesaurus can only be used in text cells!"
msgstr "Woordeboek kan net in teksselle gebruik word!"
-#: globstr.hrc:279
+#: sc/inc/globstr.hrc:274
msgctxt "STR_SPELLING_BEGIN_TAB"
msgid "Should the spellcheck be continued at the beginning of the current sheet?"
msgstr "Moet die speltoetser by die begin van die huidige blaai voortgaan?"
-#: globstr.hrc:280
+#: sc/inc/globstr.hrc:275
msgctxt "STR_SPELLING_NO_LANG"
msgid ""
"is not available for the thesaurus.\n"
@@ -1307,278 +1282,274 @@ msgstr ""
"Gaan u opstelling na en installeer \n"
"die verlangde taal indien nodig"
-#: globstr.hrc:281
+#: sc/inc/globstr.hrc:276
msgctxt "STR_SPELLING_STOP_OK"
msgid "The spellcheck of this sheet has been completed."
msgstr "Die speltoets op hierdie blaai is afgehandel."
-#: globstr.hrc:282
+#: sc/inc/globstr.hrc:277
msgctxt "STR_UNDO_INSERT_TAB"
msgid "Insert Sheet"
msgstr "Voeg vel in"
-#: globstr.hrc:283
+#: sc/inc/globstr.hrc:278
msgctxt "STR_UNDO_DELETE_TAB"
msgid "Delete Sheets"
msgstr "Skrap blaaie"
-#: globstr.hrc:284
+#: sc/inc/globstr.hrc:279
msgctxt "STR_UNDO_RENAME_TAB"
msgid "Rename Sheet"
msgstr "Hernoem vel"
-#: globstr.hrc:285
+#: sc/inc/globstr.hrc:280
msgctxt "STR_UNDO_SET_TAB_BG_COLOR"
msgid "Color Tab"
msgstr ""
-#: globstr.hrc:286
+#: sc/inc/globstr.hrc:281
msgctxt "STR_UNDO_SET_MULTI_TAB_BG_COLOR"
msgid "Color Tabs"
msgstr ""
-#: globstr.hrc:287
+#: sc/inc/globstr.hrc:282
msgctxt "STR_UNDO_MOVE_TAB"
msgid "Move Sheets"
msgstr "Skuif blaaie"
-#: globstr.hrc:288
+#: sc/inc/globstr.hrc:283
msgctxt "STR_UNDO_COPY_TAB"
msgid "Copy Sheet"
msgstr "Kopieer blaai"
-#: globstr.hrc:289
+#: sc/inc/globstr.hrc:284
msgctxt "STR_UNDO_APPEND_TAB"
msgid "Append sheet"
msgstr "Heg vel aan"
-#: globstr.hrc:290
+#: sc/inc/globstr.hrc:285
msgctxt "STR_UNDO_SHOWTAB"
msgid "Show Sheet"
msgstr "Toon vel"
-#: globstr.hrc:291
+#: sc/inc/globstr.hrc:286
#, fuzzy
msgctxt "STR_UNDO_SHOWTABS"
msgid "Show Sheets"
msgstr "Toon vel"
-#: globstr.hrc:292
+#: sc/inc/globstr.hrc:287
msgctxt "STR_UNDO_HIDETAB"
msgid "Hide sheet"
msgstr "Versteek blaai"
-#: globstr.hrc:293
+#: sc/inc/globstr.hrc:288
#, fuzzy
msgctxt "STR_UNDO_HIDETABS"
msgid "Hide sheets"
msgstr "Versteek blaai"
-#: globstr.hrc:294
+#: sc/inc/globstr.hrc:289
msgctxt "STR_UNDO_TAB_RTL"
msgid "Flip sheet"
msgstr "Voublad"
-#: globstr.hrc:295
+#: sc/inc/globstr.hrc:290
msgctxt "STR_ABSREFLOST"
msgid "The new table contains absolute references to other tables which may be incorrect!"
msgstr "Die nuwe tabel bevat absolute verwysings na ander tabelle wat foutief mag wees!"
-#: globstr.hrc:296
+#: sc/inc/globstr.hrc:291
msgctxt "STR_NAMECONFLICT"
msgid "Due to identical names, an existing range name in the destination document has been altered!"
msgstr "'n Bestaande reikwydtenaam in die doelwitdokument is vanweë identiese name gewysig!"
-#: globstr.hrc:297
+#: sc/inc/globstr.hrc:292
msgctxt "STR_ERR_AUTOFILTER"
msgid "AutoFilter not possible"
msgstr "OutoFilter nie moontlik nie"
-#: globstr.hrc:298
+#: sc/inc/globstr.hrc:293
msgctxt "STR_CREATENAME_REPLACE"
msgid "Replace existing definition of #?"
msgstr "Vervang bestaande definisie van #?"
-#: globstr.hrc:299
+#: sc/inc/globstr.hrc:294
msgctxt "STR_CREATENAME_MARKERR"
msgid "Invalid selection for range names"
msgstr "Ongeldige seleksie vir reikwydtename"
-#: globstr.hrc:300
+#: sc/inc/globstr.hrc:295
msgctxt "STR_CONSOLIDATE_ERR1"
msgid "References can not be inserted above the source data."
msgstr "Verwysings kan nie bokant die brondata ingevoeg word nie."
-#: globstr.hrc:301
+#: sc/inc/globstr.hrc:296
msgctxt "STR_SCENARIO_NOTFOUND"
msgid "Scenario not found"
msgstr "Kon nie scenario's vind nie"
-#: globstr.hrc:302
+#: sc/inc/globstr.hrc:297
msgctxt "STR_QUERY_DELENTRY"
msgid "Do you really want to delete the entry #?"
msgstr "Wil u werklik die inskrywing # skrap?"
-#: globstr.hrc:303
+#: sc/inc/globstr.hrc:298
msgctxt "STR_VOBJ_OBJECT"
msgid "Objects/Images"
msgstr ""
-#: globstr.hrc:304
+#: sc/inc/globstr.hrc:299
msgctxt "STR_VOBJ_CHART"
msgid "Charts"
msgstr "Grafieke"
-#: globstr.hrc:305
+#: sc/inc/globstr.hrc:300
msgctxt "STR_VOBJ_DRAWINGS"
msgid "Drawing Objects"
msgstr "Tekenobjekte"
-#: globstr.hrc:306
+#: sc/inc/globstr.hrc:301
msgctxt "STR_VOBJ_MODE_SHOW"
msgid "Show"
msgstr "Wys"
-#: globstr.hrc:307
+#: sc/inc/globstr.hrc:302
msgctxt "STR_VOBJ_MODE_HIDE"
msgid "Hide"
msgstr "Versteek"
-#: globstr.hrc:308
+#: sc/inc/globstr.hrc:303
msgctxt "STR_SCATTR_PAGE_TOPDOWN"
msgid "Top to bottom"
msgstr "Bo na onder"
-#: globstr.hrc:309
+#: sc/inc/globstr.hrc:304
msgctxt "STR_SCATTR_PAGE_LEFTRIGHT"
msgid "Left-to-right"
msgstr "Links na regs"
-#: globstr.hrc:310
+#: sc/inc/globstr.hrc:305
msgctxt "STR_SCATTR_PAGE_NOTES"
msgid "Comments"
msgstr "Opmerkings"
-#: globstr.hrc:311
+#: sc/inc/globstr.hrc:306
msgctxt "STR_SCATTR_PAGE_GRID"
msgid "Grid"
msgstr "Rooster"
-#: globstr.hrc:312
+#: sc/inc/globstr.hrc:307
msgctxt "STR_SCATTR_PAGE_HEADERS"
msgid "Row & Column Headers"
msgstr "Ry- en kolomkoppe"
-#: globstr.hrc:313
+#: sc/inc/globstr.hrc:308
msgctxt "STR_SCATTR_PAGE_FORMULAS"
msgid "Formulas"
msgstr "Formules"
-#: globstr.hrc:314
+#: sc/inc/globstr.hrc:309
msgctxt "STR_SCATTR_PAGE_NULLVALS"
msgid "Zero Values"
msgstr "Nulwaardes"
-#: globstr.hrc:315
+#: sc/inc/globstr.hrc:310
msgctxt "STR_SCATTR_PAGE_PRINTDIR"
msgid "Print direction"
msgstr "Drukrigting"
-#: globstr.hrc:316
+#: sc/inc/globstr.hrc:311
msgctxt "STR_SCATTR_PAGE_FIRSTPAGENO"
msgid "First page number"
msgstr "Eerste bladsynommer"
-#: globstr.hrc:317
+#: sc/inc/globstr.hrc:312
msgctxt "STR_SCATTR_PAGE_SCALE"
msgid "Reduce/enlarge printout"
msgstr "Verklein/vergroot drukstuk"
-#: globstr.hrc:318
+#: sc/inc/globstr.hrc:313
msgctxt "STR_SCATTR_PAGE_SCALETOPAGES"
msgid "Fit print range(s) on number of pages"
msgstr "Pas getal bladsye in drukomvang(s)"
-#: globstr.hrc:319
+#: sc/inc/globstr.hrc:314
msgctxt "STR_SCATTR_PAGE_SCALETO"
msgid "Fit print range(s) to width/height"
msgstr "Pas drukomvang(s) by wydte/hoogte"
-#: globstr.hrc:320
+#: sc/inc/globstr.hrc:315
msgctxt "STR_SCATTR_PAGE_SCALE_WIDTH"
msgid "Width"
msgstr "Wydte"
-#: globstr.hrc:321
+#: sc/inc/globstr.hrc:316
msgctxt "STR_SCATTR_PAGE_SCALE_HEIGHT"
msgid "Height"
msgstr "Hoogte"
-#: globstr.hrc:322
+#: sc/inc/globstr.hrc:317
msgctxt "STR_SCATTR_PAGE_SCALE_PAGES"
msgid "%1 page(s)"
msgstr "%1 bladsy(e)"
-#: globstr.hrc:323
+#: sc/inc/globstr.hrc:318
msgctxt "STR_SCATTR_PAGE_SCALE_AUTO"
msgid "automatic"
msgstr "outomaties"
-#: globstr.hrc:324
+#: sc/inc/globstr.hrc:319
msgctxt "STR_DOC_STAT"
msgid "Statistics"
msgstr "Statistieke"
-#: globstr.hrc:325
+#: sc/inc/globstr.hrc:320
msgctxt "STR_LINKERROR"
msgid "The link could not be updated."
msgstr "Die skakel kon nie bygewerk word nie."
-#: globstr.hrc:326
+#: sc/inc/globstr.hrc:321
msgctxt "STR_LINKERRORFILE"
msgid "File:"
msgstr "Lêer:"
-#: globstr.hrc:327
+#: sc/inc/globstr.hrc:322
msgctxt "STR_LINKERRORTAB"
msgid "Sheet:"
msgstr "Blaai:"
-#: globstr.hrc:328
+#: sc/inc/globstr.hrc:323
msgctxt "STR_OVERVIEW"
msgid "Overview"
msgstr "Oorsig"
-#: globstr.hrc:329
+#: sc/inc/globstr.hrc:324
msgctxt "STR_DOC_INFO"
msgid "Doc.Information"
msgstr "Dok. inligting"
-#: globstr.hrc:330
+#: sc/inc/globstr.hrc:325
msgctxt "STR_DOC_PRINTED"
msgid "Printed"
msgstr "Gedruk"
-#: globstr.hrc:331
+#: sc/inc/globstr.hrc:326
msgctxt "STR_BY"
msgid "by"
msgstr "deur"
-#: globstr.hrc:332
+#: sc/inc/globstr.hrc:327
msgctxt "STR_ON"
msgid "on"
msgstr "aan"
-#: globstr.hrc:333
+#: sc/inc/globstr.hrc:328
msgctxt "STR_RELOAD_TABLES"
-msgid ""
-"This file contains links to other files.\n"
-"Should they be updated?"
+msgid "Automatic update of external links has been disabled."
msgstr ""
-"Hierdie lêer bevat skakels na ander lêers.\n"
-"Moet hulle bygewerk word?"
-#: globstr.hrc:334
+#: sc/inc/globstr.hrc:329
msgctxt "STR_REIMPORT_AFTER_LOAD"
msgid ""
"This file contains queries. The results of these queries were not saved.\n"
@@ -1587,7 +1558,7 @@ msgstr ""
"Hierdie lêer bevat navrae. Die resultate van hierdie navrae is nie gestoor nie.\n"
"Wil u hierdie navrae laat herhaal?"
-#: globstr.hrc:335
+#: sc/inc/globstr.hrc:330
msgctxt "STR_INSERT_FULL"
msgid ""
"Filled cells cannot be shifted\n"
@@ -1596,27 +1567,27 @@ msgstr ""
"Ingevulde selle kan nie\n"
"tot buite die blaai geskuif word nie."
-#: globstr.hrc:336
+#: sc/inc/globstr.hrc:331
msgctxt "STR_TABINSERT_ERROR"
msgid "The table could not be inserted."
msgstr "Die tabel kon nie ingevoeg word nie."
-#: globstr.hrc:337
+#: sc/inc/globstr.hrc:332
msgctxt "STR_TABREMOVE_ERROR"
msgid "The sheets could not be deleted."
msgstr "Die blaaie kon nie geskrap word nie."
-#: globstr.hrc:338
+#: sc/inc/globstr.hrc:333
msgctxt "STR_PASTE_ERROR"
msgid "The contents of the clipboard could not be pasted."
msgstr "Die inhoud van die knipbord kon nie geplak word nie."
-#: globstr.hrc:339
+#: sc/inc/globstr.hrc:334
msgctxt "STR_PASTE_FULL"
msgid "There is not enough space on the sheet to insert here."
msgstr "Daar is nie voldoende spasie op die blaai om hier in te voeg nie."
-#: globstr.hrc:340
+#: sc/inc/globstr.hrc:335
msgctxt "STR_PASTE_BIGGER"
msgid ""
"The content of the clipboard is bigger than the range selected.\n"
@@ -1625,52 +1596,52 @@ msgstr ""
"Die inhoud van die knipbord is groter as die reikwydte gemerk.\n"
"Wil u dit in elk geval invoeg?"
-#: globstr.hrc:341
+#: sc/inc/globstr.hrc:336
msgctxt "STR_ERR_NOREF"
msgid "No cell references are found in the selected cells."
msgstr ""
-#: globstr.hrc:342
+#: sc/inc/globstr.hrc:337
msgctxt "STR_GRAPHICNAME"
msgid "Image"
msgstr "Beeld"
-#: globstr.hrc:343
+#: sc/inc/globstr.hrc:338
msgctxt "STR_INVALIDNAME"
msgid "Invalid name."
msgstr "Ongeldige naam."
-#: globstr.hrc:344
+#: sc/inc/globstr.hrc:339
msgctxt "STR_VALID_MACRONOTFOUND"
msgid "Selected macro not found."
msgstr "Kon gemerkte makro nie vind nie."
-#: globstr.hrc:345
+#: sc/inc/globstr.hrc:340
msgctxt "STR_VALID_DEFERROR"
msgid "Invalid value."
msgstr "Ongeldige waarde."
-#: globstr.hrc:346
+#: sc/inc/globstr.hrc:341
msgctxt "STR_PROGRESS_CALCULATING"
msgid "calculating"
msgstr "bereken"
-#: globstr.hrc:347
+#: sc/inc/globstr.hrc:342
msgctxt "STR_PROGRESS_SORTING"
msgid "sorting"
msgstr "sortering"
-#: globstr.hrc:348
+#: sc/inc/globstr.hrc:343
msgctxt "STR_PROGRESS_HEIGHTING"
msgid "Adapt row height"
msgstr "Pas ryhoogte aan"
-#: globstr.hrc:349
+#: sc/inc/globstr.hrc:344
msgctxt "STR_PROGRESS_COMPARING"
msgid "Compare #"
msgstr "Vergelyk #"
-#: globstr.hrc:350
+#: sc/inc/globstr.hrc:345
msgctxt "STR_DETINVALID_OVERFLOW"
msgid ""
"The maximum number of invalid cells has been exceeded.\n"
@@ -1679,130 +1650,130 @@ msgstr ""
"Die maksimum getal ongeldige selle is oorskry.\n"
"Nie alle ongeldige selle is gemerk nie."
-#: globstr.hrc:351
+#: sc/inc/globstr.hrc:346
msgctxt "STR_QUICKHELP_DELETE"
msgid "Delete contents"
msgstr "Skrap inhoud"
-#: globstr.hrc:352
+#: sc/inc/globstr.hrc:347
msgctxt "STR_QUICKHELP_REF"
msgid "%1 R x %2 C"
msgstr "%1 R x %2 C"
-#: globstr.hrc:353
+#: sc/inc/globstr.hrc:348
msgctxt "STR_FUNCTIONLIST_MORE"
msgid "More..."
msgstr "Meer..."
-#: globstr.hrc:354
+#: sc/inc/globstr.hrc:349
msgctxt "STR_ERR_INVALID_AREA"
msgid "Invalid range"
msgstr "Ongeldige omvang"
#. Templates for data pilot tables.
-#: globstr.hrc:356
+#: sc/inc/globstr.hrc:351
#, fuzzy
msgctxt "STR_PIVOT_STYLE_INNER"
msgid "Pivot Table Value"
msgstr "DataLoods-waarde"
-#: globstr.hrc:357
+#: sc/inc/globstr.hrc:352
#, fuzzy
msgctxt "STR_PIVOT_STYLE_RESULT"
msgid "Pivot Table Result"
msgstr "DataLoods-resultaat"
-#: globstr.hrc:358
+#: sc/inc/globstr.hrc:353
#, fuzzy
msgctxt "STR_PIVOT_STYLE_CATEGORY"
msgid "Pivot Table Category"
msgstr "DataLoods-kategorie"
-#: globstr.hrc:359
+#: sc/inc/globstr.hrc:354
#, fuzzy
msgctxt "STR_PIVOT_STYLE_TITLE"
msgid "Pivot Table Title"
msgstr "Tabelstyl"
-#: globstr.hrc:360
+#: sc/inc/globstr.hrc:355
#, fuzzy
msgctxt "STR_PIVOT_STYLE_FIELDNAME"
msgid "Pivot Table Field"
msgstr "Databasisveld"
-#: globstr.hrc:361
+#: sc/inc/globstr.hrc:356
#, fuzzy
msgctxt "STR_PIVOT_STYLE_TOP"
msgid "Pivot Table Corner"
msgstr "DataLoods-hoek"
-#: globstr.hrc:362
+#: sc/inc/globstr.hrc:357
msgctxt "STR_OPERATION_FILTER"
msgid "Filter"
msgstr "Filter"
-#: globstr.hrc:363
+#: sc/inc/globstr.hrc:358
msgctxt "STR_OPERATION_SORT"
msgid "Sort"
msgstr "Sorteer"
-#: globstr.hrc:364
+#: sc/inc/globstr.hrc:359
msgctxt "STR_OPERATION_SUBTOTAL"
msgid "Subtotals"
msgstr "Subtotale"
-#: globstr.hrc:365
+#: sc/inc/globstr.hrc:360
msgctxt "STR_OPERATION_NONE"
msgid "None"
msgstr "Geen"
-#: globstr.hrc:366
+#: sc/inc/globstr.hrc:361
msgctxt "STR_IMPORT_REPLACE"
msgid "Do you want to replace the contents of #?"
msgstr "Wil u die inhoud van # vervang?"
-#: globstr.hrc:367
+#: sc/inc/globstr.hrc:362
msgctxt "STR_TIP_WIDTH"
msgid "Width:"
msgstr "Breedte:"
-#: globstr.hrc:368
+#: sc/inc/globstr.hrc:363
msgctxt "STR_TIP_HEIGHT"
msgid "Height:"
msgstr "Hoogte:"
-#: globstr.hrc:369
+#: sc/inc/globstr.hrc:364
msgctxt "STR_TIP_HIDE"
msgid "Hide"
msgstr "Versteek"
-#: globstr.hrc:370
+#: sc/inc/globstr.hrc:365
msgctxt "STR_CHANGED_BLANK"
msgid "<empty>"
msgstr "<leeg>"
-#: globstr.hrc:371
+#: sc/inc/globstr.hrc:366
msgctxt "STR_CHANGED_CELL"
msgid "Cell #1 changed from '#2' to '#3'"
msgstr "Sel #1 het van '#2' na '#3' verander"
-#: globstr.hrc:372
+#: sc/inc/globstr.hrc:367
msgctxt "STR_CHANGED_INSERT"
msgid "#1 inserted"
msgstr "#1 ingevoeg"
-#: globstr.hrc:373
+#: sc/inc/globstr.hrc:368
#, fuzzy
msgctxt "STR_CHANGED_DELETE"
msgid "#1 deleted"
msgstr "#1 geskrap"
-#: globstr.hrc:374
+#: sc/inc/globstr.hrc:369
msgctxt "STR_CHANGED_MOVE"
msgid "Range moved from #1 to #2"
msgstr "Reikwydte van #1 na #2 geskuif"
-#: globstr.hrc:375
+#: sc/inc/globstr.hrc:370
#, fuzzy
msgctxt "STR_END_REDLINING"
msgid ""
@@ -1818,115 +1789,115 @@ msgstr ""
"Sluit wysigingsopname-modus af?\n"
"\n"
-#: globstr.hrc:376
+#: sc/inc/globstr.hrc:371
msgctxt "STR_CLOSE_ERROR_LINK"
msgid "The document can not be closed while a link is being updated."
msgstr "Die dokument kan nie gesluit word terwyl 'n skakel bygewerk word nie."
-#: globstr.hrc:377
+#: sc/inc/globstr.hrc:372
msgctxt "STR_UNDO_RESIZEMATRIX"
msgid "Adapt array area"
msgstr "Pas skikkingsarea aan"
-#: globstr.hrc:378
+#: sc/inc/globstr.hrc:373
msgctxt "STR_TIP_RESIZEMATRIX"
msgid "Array formula %1 R x %2 C"
msgstr "Skikkingsformule %1 R x %2 C"
-#: globstr.hrc:379
+#: sc/inc/globstr.hrc:374
msgctxt "STR_UNDO_HANGULHANJA"
msgid "Hangul/Hanja Conversion"
msgstr "Hangoel/Handja-omskakeling"
-#: globstr.hrc:380
+#: sc/inc/globstr.hrc:375
msgctxt "STR_NAME_INPUT_CELL"
msgid "Select Cell"
msgstr "Kies sel"
-#: globstr.hrc:381
+#: sc/inc/globstr.hrc:376
#, fuzzy
msgctxt "STR_NAME_INPUT_RANGE"
msgid "Select Range"
msgstr "Kies reikwydte"
-#: globstr.hrc:382
+#: sc/inc/globstr.hrc:377
msgctxt "STR_NAME_INPUT_DBRANGE"
msgid "Select Database Range"
msgstr "Kies omvang van databasis"
-#: globstr.hrc:383
+#: sc/inc/globstr.hrc:378
msgctxt "STR_NAME_INPUT_ROW"
msgid "Go To Row"
msgstr "Gaan na ry"
-#: globstr.hrc:384
+#: sc/inc/globstr.hrc:379
msgctxt "STR_NAME_INPUT_SHEET"
msgid "Go To Sheet"
msgstr "Gaan na vel"
-#: globstr.hrc:385
+#: sc/inc/globstr.hrc:380
msgctxt "STR_NAME_INPUT_DEFINE"
msgid "Define Name for Range"
msgstr "Definieer naam vir reikwydte"
-#: globstr.hrc:386
+#: sc/inc/globstr.hrc:381
msgctxt "STR_NAME_ERROR_SELECTION"
msgid "The selection needs to be rectangular in order to name it."
msgstr "Die seleksie moet reghoekig wees om benoem te kan word."
-#: globstr.hrc:387
+#: sc/inc/globstr.hrc:382
msgctxt "STR_NAME_ERROR_NAME"
msgid "You must enter a valid reference or type a valid name for the selected range."
msgstr "U moet 'n geldige verwysing of geldige naam vir die geselekteerde reikwydte tik."
-#: globstr.hrc:388
+#: sc/inc/globstr.hrc:383
msgctxt "STR_CHANGED_MOVE_REJECTION_WARNING"
msgid "WARNING: This action may have resulted in unintended changes to cell references in formulas."
msgstr "WAARSKUWING: Hierdie aksie mag onbedoelde veranderinge in selverwysings in formules tot gevolg gehad het."
-#: globstr.hrc:389
+#: sc/inc/globstr.hrc:384
msgctxt "STR_CHANGED_DELETE_REJECTION_WARNING"
msgid "WARNING: This action may have resulted in references to the deleted area not being restored."
msgstr "WAARSKUWING: Hierdie aksie mag tot gevolg gehad het dat verwysings na die geskrapte area nie teruggelaai word nie."
-#: globstr.hrc:390
+#: sc/inc/globstr.hrc:385
msgctxt "STR_UNDO_CHINESE_TRANSLATION"
msgid "Chinese conversion"
msgstr ""
-#: globstr.hrc:391
+#: sc/inc/globstr.hrc:386
#, fuzzy
msgctxt "STR_ERR_DATAPILOT_INPUT"
msgid "You cannot change this part of the pivot table."
msgstr "U kan nie hierdie gedeelte van die DataLoods-tabel verander nie."
-#: globstr.hrc:392
+#: sc/inc/globstr.hrc:387
msgctxt "STR_RECALC_MANUAL"
msgid "Manual"
msgstr "Handmatig"
-#: globstr.hrc:393
+#: sc/inc/globstr.hrc:388
msgctxt "STR_RECALC_AUTO"
msgid "Automatic"
msgstr "Outomaties"
-#: globstr.hrc:394
+#: sc/inc/globstr.hrc:389
msgctxt "STR_ERR_LONG_NESTED_ARRAY"
msgid "Nested arrays are not supported."
msgstr "Geneste skikkings word nie ondersteun nie."
-#: globstr.hrc:395
+#: sc/inc/globstr.hrc:390
#, fuzzy
msgctxt "STR_UNDO_TEXTTOCOLUMNS"
msgid "Text to Columns"
msgstr "Teks na kolomme"
-#: globstr.hrc:396
+#: sc/inc/globstr.hrc:391
msgctxt "STR_DOC_UPDATED"
msgid "Your spreadsheet has been updated with changes saved by other users."
msgstr "U sigblad is bygewerk met veranderinge wat deur ander gebruikers gestoor is."
-#: globstr.hrc:397
+#: sc/inc/globstr.hrc:392
msgctxt "STR_DOC_WILLBESAVED"
msgid ""
"The spreadsheet must be saved now to activate sharing mode.\n"
@@ -1937,7 +1908,7 @@ msgstr ""
"\n"
"Wil u voortgaan?"
-#: globstr.hrc:398
+#: sc/inc/globstr.hrc:393
msgctxt "STR_DOC_WILLNOTBESAVED"
msgid ""
"Already resolved merge conflicts will be lost and your changes to the shared spreadsheet will not be saved.\n"
@@ -1948,7 +1919,7 @@ msgstr ""
"\n"
"Wil u voortgaan?"
-#: globstr.hrc:399
+#: sc/inc/globstr.hrc:394
msgctxt "STR_DOC_DISABLESHARED"
msgid ""
"Disabling shared mode of a spreadsheet hinders all other users of the shared spreadsheet to merge back their work.\n"
@@ -1959,7 +1930,7 @@ msgstr ""
"\n"
"Wil u voortgaan?"
-#: globstr.hrc:400
+#: sc/inc/globstr.hrc:395
msgctxt "STR_DOC_NOLONGERSHARED"
msgid ""
"This spreadsheet is no longer in shared mode.\n"
@@ -1970,18 +1941,7 @@ msgstr ""
"\n"
"Stoor u sigblad in 'n aparte lêer en voeg u veranderinge handmatig saam met die gedeelde sigblad."
-#: globstr.hrc:401
-msgctxt "STR_SHARED_DOC_WARNING"
-msgid ""
-"The spreadsheet is in shared mode. This allows multiple users to access and edit the spreadsheet at the same time.\n"
-"\n"
-"Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities."
-msgstr ""
-"Die sigblad is in gedeeldemodus. Dit stel meer as een gebruiker in staat om op dieselfde tyd toegang tot die sigblad te verkry en dit te redigeer.\n"
-"\n"
-"Veranderinge aan formateringattribute soos fonte, kleure en nommerformate sal nie gestoor word nie en sekere funksionaliteit soos die redigeer van grafieke en tekenobjekte werk nie in gedeeldemodus nie. Skakel gedeeldemodus af om die eksklusiewe toegang te kry wat nodig is vir sulke veranderinge en funksies."
-
-#: globstr.hrc:402
+#: sc/inc/globstr.hrc:396
msgctxt "STR_FILE_LOCKED_TRY_LATER"
msgid ""
"The shared spreadsheet file is locked due to a merge in progress by user: '%1'\n"
@@ -1992,7 +1952,7 @@ msgstr ""
"\n"
"Gedeeldemodus van 'n geslote lêer kan nie gedeaktiveer word nie. Probeer later weer."
-#: globstr.hrc:403
+#: sc/inc/globstr.hrc:397
msgctxt "STR_FILE_LOCKED_SAVE_LATER"
msgid ""
"The shared spreadsheet file is locked due to a merge in progress by user: '%1'\n"
@@ -2003,152 +1963,152 @@ msgstr ""
"\n"
"Probeer later weer om u veranderinge te stoor."
-#: globstr.hrc:404
+#: sc/inc/globstr.hrc:398
msgctxt "STR_UNKNOWN_USER"
msgid "Unknown User"
msgstr "Onbekende gebruiker"
-#: globstr.hrc:405
+#: sc/inc/globstr.hrc:399
msgctxt "STR_SHAPE_AUTOSHAPE"
msgid "AutoShape"
msgstr ""
-#: globstr.hrc:406
+#: sc/inc/globstr.hrc:400
msgctxt "STR_SHAPE_RECTANGLE"
msgid "Rectangle"
msgstr "Reghoek"
-#: globstr.hrc:407
+#: sc/inc/globstr.hrc:401
msgctxt "STR_SHAPE_LINE"
msgid "Line"
msgstr "Reël"
-#: globstr.hrc:408
+#: sc/inc/globstr.hrc:402
msgctxt "STR_SHAPE_OVAL"
msgid "Oval"
msgstr "Ovaal"
-#: globstr.hrc:409
+#: sc/inc/globstr.hrc:403
msgctxt "STR_FORM_BUTTON"
msgid "Button"
msgstr "Knoppie"
-#: globstr.hrc:410
+#: sc/inc/globstr.hrc:404
msgctxt "STR_FORM_CHECKBOX"
msgid "Check Box"
msgstr "Merkblokkie"
-#: globstr.hrc:411
+#: sc/inc/globstr.hrc:405
msgctxt "STR_FORM_OPTIONBUTTON"
msgid "Option Button"
msgstr "Opsieknoppie"
-#: globstr.hrc:412
+#: sc/inc/globstr.hrc:406
msgctxt "STR_FORM_LABEL"
msgid "Label"
msgstr "Etiket"
-#: globstr.hrc:413
+#: sc/inc/globstr.hrc:407
msgctxt "STR_FORM_LISTBOX"
msgid "List Box"
msgstr "Lyskassie"
-#: globstr.hrc:414
+#: sc/inc/globstr.hrc:408
msgctxt "STR_FORM_GROUPBOX"
msgid "Group Box"
msgstr "Groepkassie"
-#: globstr.hrc:415
+#: sc/inc/globstr.hrc:409
#, fuzzy
msgctxt "STR_FORM_DROPDOWN"
msgid "Drop Down"
msgstr "Aftuimel"
-#: globstr.hrc:416
+#: sc/inc/globstr.hrc:410
msgctxt "STR_FORM_SPINNER"
msgid "Spinner"
msgstr ""
-#: globstr.hrc:417
+#: sc/inc/globstr.hrc:411
#, fuzzy
msgctxt "STR_FORM_SCROLLBAR"
msgid "Scroll Bar"
msgstr "Rolbalk"
-#: globstr.hrc:418
+#: sc/inc/globstr.hrc:412
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell Styles"
msgstr "Selstyle"
-#: globstr.hrc:419
+#: sc/inc/globstr.hrc:413
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Page Styles"
msgstr "Bladsystyle"
-#: globstr.hrc:420
+#: sc/inc/globstr.hrc:414
#, fuzzy
msgctxt "STR_ERR_DATAPILOTSOURCE"
msgid "Pivot table source data is invalid."
msgstr "Die gegewe stroom is ongeldig."
-#: globstr.hrc:421
+#: sc/inc/globstr.hrc:415
msgctxt "STR_OPTIONS_WARN_SEPARATORS"
msgid "Because the current formula separator settings conflict with the locale, the formula separators have been reset to their default values."
msgstr ""
-#: globstr.hrc:422
+#: sc/inc/globstr.hrc:416
msgctxt "STR_UNDO_INSERT_CURRENT_DATE"
msgid "Insert Current Date"
msgstr ""
-#: globstr.hrc:423
+#: sc/inc/globstr.hrc:417
msgctxt "STR_UNDO_INSERT_CURRENT_TIME"
msgid "Insert Current Time"
msgstr ""
-#: globstr.hrc:424
+#: sc/inc/globstr.hrc:418
#, fuzzy
msgctxt "STR_MANAGE_NAMES"
msgid "Manage Names..."
msgstr "Omvangname"
-#: globstr.hrc:425
+#: sc/inc/globstr.hrc:419
msgctxt "STR_HEADER_NAME"
msgid "Name"
msgstr "Naam"
-#: globstr.hrc:426
+#: sc/inc/globstr.hrc:420
msgctxt "STR_HEADER_RANGE_OR_EXPR"
msgid "Range or formula expression"
msgstr ""
-#: globstr.hrc:427
+#: sc/inc/globstr.hrc:421
msgctxt "STR_HEADER_SCOPE"
msgid "Scope"
msgstr "Skopus"
-#: globstr.hrc:428
+#: sc/inc/globstr.hrc:422
msgctxt "STR_MULTI_SELECT"
msgid "(multiple)"
msgstr ""
-#: globstr.hrc:429
+#: sc/inc/globstr.hrc:423
#, fuzzy
msgctxt "STR_GLOBAL_SCOPE"
msgid "Document (Global)"
msgstr "Dokument gesluit"
-#: globstr.hrc:430
+#: sc/inc/globstr.hrc:424
msgctxt "STR_ERR_NAME_EXISTS"
msgid "Invalid name. Already in use for the selected scope."
msgstr ""
-#: globstr.hrc:431
+#: sc/inc/globstr.hrc:425
msgctxt "STR_ERR_NAME_INVALID"
msgid "Invalid name. Only use letters, numbers and underscore."
msgstr ""
-#: globstr.hrc:432
+#: sc/inc/globstr.hrc:426
msgctxt "STR_UNSAVED_EXT_REF"
msgid ""
"This Document contains external references to unsaved documents.\n"
@@ -2156,229 +2116,229 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: globstr.hrc:433
+#: sc/inc/globstr.hrc:427
msgctxt "STR_CLOSE_WITH_UNSAVED_REFS"
msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
msgstr ""
-#: globstr.hrc:434
+#: sc/inc/globstr.hrc:428
msgctxt "STR_HEADER_RANGE"
msgid "Range"
msgstr "Omvang"
-#: globstr.hrc:435
+#: sc/inc/globstr.hrc:429
msgctxt "STR_HEADER_COND"
msgid "First Condition"
msgstr ""
-#: globstr.hrc:436
+#: sc/inc/globstr.hrc:430
#, fuzzy
msgctxt "STR_COND_CONDITION"
msgid "Cell value is"
msgstr "Selwaarde is"
-#: globstr.hrc:437
+#: sc/inc/globstr.hrc:431
msgctxt "STR_COND_COLORSCALE"
msgid "ColorScale"
msgstr ""
-#: globstr.hrc:438
+#: sc/inc/globstr.hrc:432
msgctxt "STR_COND_DATABAR"
msgid "DataBar"
msgstr ""
-#: globstr.hrc:439
+#: sc/inc/globstr.hrc:433
msgctxt "STR_COND_ICONSET"
msgid "IconSet"
msgstr ""
-#: globstr.hrc:440
+#: sc/inc/globstr.hrc:434
#, fuzzy
msgctxt "STR_COND_BETWEEN"
msgid "between"
msgstr "tussen"
-#: globstr.hrc:441
+#: sc/inc/globstr.hrc:435
#, fuzzy
msgctxt "STR_COND_NOTBETWEEN"
msgid "not between"
msgstr "nie tussen"
-#: globstr.hrc:442
+#: sc/inc/globstr.hrc:436
msgctxt "STR_COND_UNIQUE"
msgid "unique"
msgstr ""
-#: globstr.hrc:443
+#: sc/inc/globstr.hrc:437
#, fuzzy
msgctxt "STR_COND_DUPLICATE"
msgid "duplicate"
msgstr "Duplikaat"
-#: globstr.hrc:444
+#: sc/inc/globstr.hrc:438
#, fuzzy
msgctxt "STR_COND_FORMULA"
msgid "Formula is"
msgstr "Formule is"
-#: globstr.hrc:445
+#: sc/inc/globstr.hrc:439
msgctxt "STR_COND_TOP10"
msgid "Top Elements"
msgstr ""
-#: globstr.hrc:446
+#: sc/inc/globstr.hrc:440
msgctxt "STR_COND_BOTTOM10"
msgid "Bottom Elements"
msgstr ""
-#: globstr.hrc:447
+#: sc/inc/globstr.hrc:441
msgctxt "STR_COND_TOP_PERCENT"
msgid "Top Percent"
msgstr ""
-#: globstr.hrc:448
+#: sc/inc/globstr.hrc:442
msgctxt "STR_COND_DATE"
msgid "Date is"
msgstr ""
-#: globstr.hrc:449
+#: sc/inc/globstr.hrc:443
msgctxt "STR_COND_BOTTOM_PERCENT"
msgid "Bottom Percent"
msgstr ""
-#: globstr.hrc:450
+#: sc/inc/globstr.hrc:444
msgctxt "STR_COND_ABOVE_AVERAGE"
msgid "Above Average"
msgstr ""
-#: globstr.hrc:451
+#: sc/inc/globstr.hrc:445
msgctxt "STR_COND_BELOW_AVERAGE"
msgid "Below Average"
msgstr ""
-#: globstr.hrc:452
+#: sc/inc/globstr.hrc:446
msgctxt "STR_COND_ABOVE_EQUAL_AVERAGE"
msgid "Above or equal Average"
msgstr ""
-#: globstr.hrc:453
+#: sc/inc/globstr.hrc:447
msgctxt "STR_COND_BELOW_EQUAL_AVERAGE"
msgid "Below or equal Average"
msgstr ""
-#: globstr.hrc:454
+#: sc/inc/globstr.hrc:448
#, fuzzy
msgctxt "STR_COND_ERROR"
msgid "an Error code"
msgstr "Foutkode"
-#: globstr.hrc:455
+#: sc/inc/globstr.hrc:449
#, fuzzy
msgctxt "STR_COND_NOERROR"
msgid "not an Error code"
msgstr "Foutkode"
-#: globstr.hrc:456
+#: sc/inc/globstr.hrc:450
#, fuzzy
msgctxt "STR_COND_BEGINS_WITH"
msgid "Begins with"
msgstr "Begin met"
-#: globstr.hrc:457
+#: sc/inc/globstr.hrc:451
#, fuzzy
msgctxt "STR_COND_ENDS_WITH"
msgid "Ends with"
msgstr "Eindig met"
-#: globstr.hrc:458
+#: sc/inc/globstr.hrc:452
#, fuzzy
msgctxt "STR_COND_CONTAINS"
msgid "Contains"
msgstr "Bevat"
-#: globstr.hrc:459
+#: sc/inc/globstr.hrc:453
msgctxt "STR_COND_NOT_CONTAINS"
msgid "Not Contains"
msgstr ""
-#: globstr.hrc:460
+#: sc/inc/globstr.hrc:454
#, fuzzy
msgctxt "STR_COND_TODAY"
msgid "today"
msgstr "Vandag"
-#: globstr.hrc:461
+#: sc/inc/globstr.hrc:455
#, fuzzy
msgctxt "STR_COND_YESTERDAY"
msgid "yesterday"
msgstr "Gister,"
-#: globstr.hrc:462
+#: sc/inc/globstr.hrc:456
msgctxt "STR_COND_TOMORROW"
msgid "tomorrow"
msgstr ""
-#: globstr.hrc:463
+#: sc/inc/globstr.hrc:457
msgctxt "STR_COND_LAST7DAYS"
msgid "in the last 7 days"
msgstr ""
-#: globstr.hrc:464
+#: sc/inc/globstr.hrc:458
msgctxt "STR_COND_THISWEEK"
msgid "this week"
msgstr ""
-#: globstr.hrc:465
+#: sc/inc/globstr.hrc:459
msgctxt "STR_COND_LASTWEEK"
msgid "last week"
msgstr ""
-#: globstr.hrc:466
+#: sc/inc/globstr.hrc:460
msgctxt "STR_COND_NEXTWEEK"
msgid "next week"
msgstr ""
-#: globstr.hrc:467
+#: sc/inc/globstr.hrc:461
msgctxt "STR_COND_THISMONTH"
msgid "this month"
msgstr ""
-#: globstr.hrc:468
+#: sc/inc/globstr.hrc:462
msgctxt "STR_COND_LASTMONTH"
msgid "last month"
msgstr ""
-#: globstr.hrc:469
+#: sc/inc/globstr.hrc:463
msgctxt "STR_COND_NEXTMONTH"
msgid "next month"
msgstr ""
-#: globstr.hrc:470
+#: sc/inc/globstr.hrc:464
msgctxt "STR_COND_THISYEAR"
msgid "this year"
msgstr ""
-#: globstr.hrc:471
+#: sc/inc/globstr.hrc:465
msgctxt "STR_COND_LASTYEAR"
msgid "last year"
msgstr ""
-#: globstr.hrc:472
+#: sc/inc/globstr.hrc:466
msgctxt "STR_COND_NEXTYEAR"
msgid "next year"
msgstr ""
-#: globstr.hrc:473
+#: sc/inc/globstr.hrc:467
msgctxt "STR_COND_AND"
msgid "and"
msgstr "en"
-#: globstr.hrc:474
+#: sc/inc/globstr.hrc:468
msgctxt "STR_ERR_CONDFORMAT_PROTECTED"
-msgid "Conditional Formats can not be created, deleted or changed in protected sheets!"
+msgid "Conditional Formats can not be created, deleted or changed in protected sheets."
msgstr ""
-#: globstr.hrc:475
+#: sc/inc/globstr.hrc:469
msgctxt "STR_EDIT_EXISTING_COND_FORMATS"
msgid ""
"The selected cell already contains conditional formatting. You can either edit the existing conditional format or you define a new overlapping conditional format.\n"
@@ -2386,7 +2346,7 @@ msgid ""
" Do you want to edit the existing conditional format?"
msgstr ""
-#: globstr.hrc:476
+#: sc/inc/globstr.hrc:470
msgctxt "STR_QUERY_FORMULA_RECALC_ONLOAD_ODS"
msgid ""
"This document was last saved by an application other than %PRODUCTNAME. Some formula cells may produce different results when recalculated.\n"
@@ -2394,7 +2354,7 @@ msgid ""
"Do you want to recalculate all formula cells in this document now?"
msgstr ""
-#: globstr.hrc:477
+#: sc/inc/globstr.hrc:471
msgctxt "STR_QUERY_FORMULA_RECALC_ONLOAD_XLS"
msgid ""
"This document was last saved by Excel. Some formula cells may produce different results when recalculated.\n"
@@ -2402,89 +2362,84 @@ msgid ""
"Do you want to recalculate all formula cells now?"
msgstr ""
-#: globstr.hrc:478
-msgctxt "STR_ALWAYS_PERFORM_SELECTED"
-msgid "Always perform this without prompt in the future."
-msgstr ""
-
-#: globstr.hrc:479
+#: sc/inc/globstr.hrc:472
msgctxt "STR_NO_INSERT_DELETE_OVER_PIVOT_TABLE"
msgid "You cannot insert or delete cells when the affected range intersects with pivot table."
msgstr ""
-#: globstr.hrc:480
+#: sc/inc/globstr.hrc:473
msgctxt "STR_DPFIELD_GROUP_BY_SECONDS"
msgid "Seconds"
msgstr "Sekondes"
-#: globstr.hrc:481
+#: sc/inc/globstr.hrc:474
msgctxt "STR_DPFIELD_GROUP_BY_MINUTES"
msgid "Minutes"
msgstr "Minute"
-#: globstr.hrc:482
+#: sc/inc/globstr.hrc:475
msgctxt "STR_DPFIELD_GROUP_BY_HOURS"
msgid "Hours"
msgstr "Ure"
-#: globstr.hrc:483
+#: sc/inc/globstr.hrc:476
msgctxt "STR_DPFIELD_GROUP_BY_DAYS"
msgid "Days"
msgstr "Dae"
-#: globstr.hrc:484
+#: sc/inc/globstr.hrc:477
msgctxt "STR_DPFIELD_GROUP_BY_MONTHS"
msgid "Months"
msgstr "Maande"
-#: globstr.hrc:485
+#: sc/inc/globstr.hrc:478
#, fuzzy
msgctxt "STR_DPFIELD_GROUP_BY_QUARTERS"
msgid "Quarters"
msgstr "Kwartaal"
-#: globstr.hrc:486
+#: sc/inc/globstr.hrc:479
#, fuzzy
msgctxt "STR_DPFIELD_GROUP_BY_YEARS"
msgid "Years"
msgstr "Jaar"
-#: globstr.hrc:487
+#: sc/inc/globstr.hrc:480
#, fuzzy
msgctxt "STR_INVALIDVAL"
msgid "Invalid target value."
msgstr "Ongeldige teikenwaarde."
-#: globstr.hrc:488
+#: sc/inc/globstr.hrc:481
#, fuzzy
msgctxt "STR_INVALIDVAR"
msgid "Undefined name for variable cell."
msgstr "Ongedefinieerde naam vir veranderlike sel."
-#: globstr.hrc:489
+#: sc/inc/globstr.hrc:482
#, fuzzy
msgctxt "STR_INVALIDFORM"
msgid "Undefined name as formula cell."
msgstr "Ongedefinieerde naam as formulesel."
-#: globstr.hrc:490
+#: sc/inc/globstr.hrc:483
msgctxt "STR_NOFORMULA"
msgid "Formula cell must contain a formula."
msgstr ""
-#: globstr.hrc:491
+#: sc/inc/globstr.hrc:484
#, fuzzy
msgctxt "STR_INVALIDINPUT"
msgid "Invalid input."
msgstr "Ongeldige toevoer."
-#: globstr.hrc:492
+#: sc/inc/globstr.hrc:485
#, fuzzy
msgctxt "STR_INVALIDCONDITION"
msgid "Invalid condition."
msgstr "Ongeldige voorwaarde."
-#: globstr.hrc:493
+#: sc/inc/globstr.hrc:486
msgctxt "STR_QUERYREMOVE"
msgid ""
"Should the entry\n"
@@ -2492,342 +2447,342 @@ msgid ""
"be deleted?"
msgstr ""
-#: globstr.hrc:494
+#: sc/inc/globstr.hrc:487
msgctxt "STR_COPYLIST"
msgid "Copy List"
msgstr ""
-#: globstr.hrc:495
+#: sc/inc/globstr.hrc:488
msgctxt "STR_COPYFROM"
msgid "List from"
msgstr ""
-#: globstr.hrc:496
+#: sc/inc/globstr.hrc:489
msgctxt "STR_COPYERR"
msgid "Cells without text have been ignored."
msgstr ""
-#: globstr.hrc:497
+#: sc/inc/globstr.hrc:490
#, c-format
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%s-click to follow hyperlink:"
msgstr ""
-#: globstr.hrc:498
+#: sc/inc/globstr.hrc:491
msgctxt "STR_CLICKHYPERLINK"
msgid "click to open hyperlink:"
msgstr ""
-#: globstr.hrc:499
+#: sc/inc/globstr.hrc:492
msgctxt "STR_PRINT_PREVIEW_NODATA"
msgid "No Data"
msgstr ""
-#: globstr.hrc:500
+#: sc/inc/globstr.hrc:493
msgctxt "STR_PRINT_PREVIEW_EMPTY_RANGE"
msgid "Print Range Empty"
msgstr ""
-#: globstr.hrc:501
+#: sc/inc/globstr.hrc:494
#, fuzzy
msgctxt "STR_UNDO_CONDFORMAT"
msgid "Conditional Format"
msgstr "Voorwaardelike formatering"
-#: globstr.hrc:502
+#: sc/inc/globstr.hrc:495
#, fuzzy
msgctxt "STR_UNDO_CONDFORMAT_LIST"
msgid "Conditional Formats"
msgstr "Voorwaardelike formatering"
-#: globstr.hrc:503
+#: sc/inc/globstr.hrc:496
msgctxt "STR_UNDO_FORMULA_TO_VALUE"
msgid "Convert Formula To Value"
msgstr ""
-#: globstr.hrc:504
+#: sc/inc/globstr.hrc:497
msgctxt "STR_UNQUOTED_STRING"
msgid "Strings without quotes are interpreted as column/row labels."
msgstr ""
-#: globstr.hrc:505
+#: sc/inc/globstr.hrc:498
msgctxt "STR_ENTER_VALUE"
msgid "Enter a value!"
msgstr ""
-#: globstr.hrc:506
+#: sc/inc/globstr.hrc:499
msgctxt "STR_TABLE_COUNT"
msgid "Sheet %1 of %2"
msgstr ""
-#: globstr.hrc:507
+#: sc/inc/globstr.hrc:500
msgctxt "STR_FUNCTIONS_FOUND"
msgid "%1 and %2 more"
msgstr ""
-#: globstr.hrc:508
+#: sc/inc/globstr.hrc:501
msgctxt "STR_GENERAL"
msgid "General"
msgstr "Algemeen"
-#: globstr.hrc:509
+#: sc/inc/globstr.hrc:502
msgctxt "STR_NUMBER"
msgid "Number"
msgstr "Nommer"
-#: globstr.hrc:510
+#: sc/inc/globstr.hrc:503
#, fuzzy
msgctxt "STR_PERCENT"
msgid "Percent"
msgstr "Persent"
-#: globstr.hrc:511
+#: sc/inc/globstr.hrc:504
msgctxt "STR_CURRENCY"
msgid "Currency"
msgstr "Valuta"
-#: globstr.hrc:512
+#: sc/inc/globstr.hrc:505
msgctxt "STR_DATE"
msgid "Date"
msgstr "Datum"
-#: globstr.hrc:513
+#: sc/inc/globstr.hrc:506
msgctxt "STR_TIME"
msgid "Time"
msgstr "Tyd"
-#: globstr.hrc:514
+#: sc/inc/globstr.hrc:507
msgctxt "STR_SCIENTIFIC"
msgid "Scientific"
msgstr ""
-#: globstr.hrc:515
+#: sc/inc/globstr.hrc:508
#, fuzzy
msgctxt "STR_FRACTION"
msgid "Fraction"
msgstr "Funksie"
-#: globstr.hrc:516
+#: sc/inc/globstr.hrc:509
msgctxt "STR_BOOLEAN_VALUE"
msgid "Boolean Value"
msgstr ""
-#: globstr.hrc:517
+#: sc/inc/globstr.hrc:510
msgctxt "STR_TEXT"
msgid "Text"
msgstr "Teks"
-#: globstr.hrc:518
+#: sc/inc/globstr.hrc:511
msgctxt "STR_QUERY_PIVOTTABLE_DELTAB"
msgid "The selected sheet(s) contain source data of related pivot tables that will be lost. Are you sure you want to delete the selected sheet(s)?"
msgstr ""
-#: globstr.hrc:519
+#: sc/inc/globstr.hrc:512
msgctxt "STR_ERR_NAME_INVALID_CELL_REF"
msgid "Invalid name. Reference to a cell, or a range of cells not allowed."
msgstr ""
-#: pvfundlg.hrc:27
+#: sc/inc/pvfundlg.hrc:27
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Sum"
msgstr "Som"
-#: pvfundlg.hrc:28
+#: sc/inc/pvfundlg.hrc:28
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Count"
msgstr "Tel"
-#: pvfundlg.hrc:29
+#: sc/inc/pvfundlg.hrc:29
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Average"
msgstr "Gemiddelde"
-#: pvfundlg.hrc:30
+#: sc/inc/pvfundlg.hrc:30
#, fuzzy
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Median"
msgstr "Media"
-#: pvfundlg.hrc:31
+#: sc/inc/pvfundlg.hrc:31
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Max"
msgstr "Maks"
-#: pvfundlg.hrc:32
+#: sc/inc/pvfundlg.hrc:32
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Min"
msgstr "Min"
-#: pvfundlg.hrc:33
+#: sc/inc/pvfundlg.hrc:33
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Product"
msgstr "Produk"
-#: pvfundlg.hrc:34
+#: sc/inc/pvfundlg.hrc:34
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Count (Numbers only)"
msgstr "Tel (slegs syfers)"
-#: pvfundlg.hrc:35
+#: sc/inc/pvfundlg.hrc:35
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "StDev (Sample)"
msgstr "StDev (Monster)"
-#: pvfundlg.hrc:36
+#: sc/inc/pvfundlg.hrc:36
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "StDevP (Population)"
msgstr "StDevP (bevolking)"
-#: pvfundlg.hrc:37
+#: sc/inc/pvfundlg.hrc:37
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Var (Sample)"
msgstr "Var (monster)"
-#: pvfundlg.hrc:38
+#: sc/inc/pvfundlg.hrc:38
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "VarP (Population)"
msgstr "VarP (bevolking)"
#. ERRORS -----------------------------------------------------
-#: scerrors.hrc:30
+#: sc/inc/scerrors.hrc:30
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Impossible to connect to the file."
msgstr "Onmoontlik om aan die lêer te koppel."
-#: scerrors.hrc:32
+#: sc/inc/scerrors.hrc:32
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "File could not be opened."
msgstr "Die lêer kon nie oopgemaak word nie."
-#: scerrors.hrc:34
+#: sc/inc/scerrors.hrc:34
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "An unknown error has occurred."
msgstr "'n Onbekende fout het plaasgevind."
-#: scerrors.hrc:36
+#: sc/inc/scerrors.hrc:36
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Not enough memory while importing."
msgstr "Nie voldoende geheue tydens invoer nie."
-#: scerrors.hrc:38
+#: sc/inc/scerrors.hrc:38
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Unknown Lotus1-2-3 file format."
msgstr "Onbekende Lotus1-2-3-lêerformaat."
-#: scerrors.hrc:40
+#: sc/inc/scerrors.hrc:40
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Error in file structure while importing."
msgstr "Fout in lêerstruktuur tydens invoer."
-#: scerrors.hrc:42
+#: sc/inc/scerrors.hrc:42
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "There is no filter available for this file type."
msgstr "Daar is geen filter vir hierdie soort lêer beskikbaar nie."
-#: scerrors.hrc:44
+#: sc/inc/scerrors.hrc:44
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Unknown or unsupported Excel file format."
msgstr "Onbekende of onondersteunde Excel-lêerformaat."
-#: scerrors.hrc:46
+#: sc/inc/scerrors.hrc:46
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Excel file format not yet implemented."
msgstr "Excel-lêerformaat nog nie geïmplementeer nie."
-#: scerrors.hrc:48
+#: sc/inc/scerrors.hrc:48
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "This file is password-protected."
msgstr "Hierdie lêer word deur 'n wagwoord beskerm."
-#: scerrors.hrc:50
+#: sc/inc/scerrors.hrc:50
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Internal import error."
msgstr "Interne invoerfout."
-#: scerrors.hrc:52
+#: sc/inc/scerrors.hrc:52
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "The file contains data after row 8192 and therefore can not be read."
msgstr "Die lêer bevat data ná ry 8192 en kan dus nie gelees word nie."
-#: scerrors.hrc:54 /home/cl/vc/git/libo-core/sc/inc/scerrors.hrc:102
+#: sc/inc/scerrors.hrc:54 sc/inc/scerrors.hrc:102
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)."
msgstr "Formaatfout ontdek in die lêer in subdokument $(ARG1) by $(ARG2)(ry,kol)."
-#: scerrors.hrc:56
+#: sc/inc/scerrors.hrc:56
msgctxt "RID_ERRHDLSC"
msgid "File format error found at $(ARG1)(row,col)."
msgstr "Lêerformaatfout gevind by $(ARG1)(row.col)."
#. Export ----------------------------------------------------
-#: scerrors.hrc:60
+#: sc/inc/scerrors.hrc:60
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Connection to the file could not be established."
msgstr "Verbinding tot die lêer kon nie gemaak word nie."
-#: scerrors.hrc:62
+#: sc/inc/scerrors.hrc:62
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Data could not be written."
msgstr "Data kon nie geskryf word nie."
-#: scerrors.hrc:64
+#: sc/inc/scerrors.hrc:64
msgctxt "RID_ERRHDLSC"
msgid "$(ARG1)"
msgstr "$(ARG1)"
-#: scerrors.hrc:66
+#: sc/inc/scerrors.hrc:66
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Cell $(ARG1) contains characters that are not representable in the selected target character set \"$(ARG2)\"."
msgstr "Sel $(ARG1) bevat karakters wat nie in die geselekteerde bestemmingskarakterstel \"$(ARG2)\" vertoonbaar is nie."
-#: scerrors.hrc:68
+#: sc/inc/scerrors.hrc:68
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Cell $(ARG1) contains a string that is longer in the selected target character set \"$(ARG2)\" than the given field width."
msgstr "Sel $(ARG1) bevat 'n string wat langer in die geselekteerde bestemmingskarakterstel \"$(ARG2)\" is as die gegewe veldwydte."
#. WARNINGS ---------------------------------------------------
-#: scerrors.hrc:72
+#: sc/inc/scerrors.hrc:72
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Only the active sheet was saved."
msgstr "Net die aktiewe vel is gestoor."
-#: scerrors.hrc:74
+#: sc/inc/scerrors.hrc:74
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "The maximum number of rows has been exceeded. Excess rows were not imported!"
msgstr "Die maksimum getal rye is oorskry. Oortollige rye is nie ingetrek nie!"
-#: scerrors.hrc:76
+#: sc/inc/scerrors.hrc:76
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of rows per sheet was exceeded."
msgstr "Die data kon nie volledig gelaai word nie omdat die maksimum getal rye per vel oorskry is."
-#: scerrors.hrc:78
+#: sc/inc/scerrors.hrc:78
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of columns per sheet was exceeded."
msgstr "Die data kon nie volledig gelaai word nie omdat die maksimum getal kolomme per vel oorskry is."
-#: scerrors.hrc:80
+#: sc/inc/scerrors.hrc:80
msgctxt "RID_ERRHDLSC"
msgid ""
"Not all sheets have been loaded because the maximum number of sheets was exceeded.\n"
@@ -2835,31 +2790,31 @@ msgid ""
"Please be warned that re-saving this document will permanently delete those sheets that have not been loaded!"
msgstr ""
-#: scerrors.hrc:82
+#: sc/inc/scerrors.hrc:82
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of characters per cell was exceeded."
msgstr "Die data kon nie volledig gelaai word nie omdat die maksimum getal rye per vel oorskry is."
-#: scerrors.hrc:84
+#: sc/inc/scerrors.hrc:84
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Corresponding FM3-File could not be opened."
msgstr "Die ooreenstemmende FM3-lêer kon nie oopgemaak word nie."
-#: scerrors.hrc:86
+#: sc/inc/scerrors.hrc:86
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Error in file structure of corresponding FM3-File."
msgstr "Fout in die lêerstruktuur van ooreenstemmende FM3-lêer."
-#: scerrors.hrc:88
+#: sc/inc/scerrors.hrc:88
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Document too complex for automatic calculation. Press F9 to recalculate."
msgstr "Dokument te kompleks vir outomatiese berekening. Druk F9 om weer te bereken."
-#: scerrors.hrc:90
+#: sc/inc/scerrors.hrc:90
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid ""
@@ -2869,7 +2824,7 @@ msgstr ""
"Die dokument bevat meer rye as wat in die gemerkte formaat ondersteun word.\n"
"Bykomende rye is nie gestoor nie."
-#: scerrors.hrc:92
+#: sc/inc/scerrors.hrc:92
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid ""
@@ -2879,7 +2834,7 @@ msgstr ""
"Die dokument bevat meer rye as wat in die gemerkte formaat ondersteun word.\n"
"Bykomende rye is nie gestoor nie."
-#: scerrors.hrc:94
+#: sc/inc/scerrors.hrc:94
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid ""
@@ -2889,7 +2844,7 @@ msgstr ""
"Die dokument bevat meer rye as wat in die gemerkte formaat ondersteun word.\n"
"Bykomende rye is nie gestoor nie."
-#: scerrors.hrc:96
+#: sc/inc/scerrors.hrc:96
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid ""
@@ -2899,13 +2854,13 @@ msgstr ""
"Die dokument bevat inligting wat nie deur hierdie programweergawe herken is nie.\n"
"As u die dokument weer stoor, sal hierdie inligting geskrap word!"
-#: scerrors.hrc:98
+#: sc/inc/scerrors.hrc:98
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Not all cell contents could be saved in the specified format."
msgstr "Nie al die sel se inhoud kon in die gespesifiseerde formaat gestoor word nie."
-#: scerrors.hrc:100
+#: sc/inc/scerrors.hrc:100
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid ""
@@ -2919,11244 +2874,11254 @@ msgstr ""
"\n"
"$(ARG1)"
-#: scerrors.hrc:104
+#: sc/inc/scerrors.hrc:104
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Not all attributes could be read."
msgstr "Nie alle attribute kon nie gelees word nie."
-#: scfuncs.hrc:37
+#: sc/inc/scfuncs.hrc:37
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Counts the cells of a data range whose contents match the search criteria."
msgstr "Tel die selle van 'n datareikwydte waarvan die inhoud aan die soekkriteria voldoen."
-#: scfuncs.hrc:38
+#: sc/inc/scfuncs.hrc:38
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Database"
msgstr "Databasis"
-#: scfuncs.hrc:39
+#: sc/inc/scfuncs.hrc:39
msgctxt "SC_OPCODE_DB_COUNT"
msgid "The range of cells containing data."
msgstr "Die reeks selle wat data bevat."
-#: scfuncs.hrc:40
+#: sc/inc/scfuncs.hrc:40
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Database field"
msgstr "Databasisveld"
-#: scfuncs.hrc:41
+#: sc/inc/scfuncs.hrc:41
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Dui aan watter databasisveld (kolom) vir die soekkriteria gebruik moet word."
-#: scfuncs.hrc:42
+#: sc/inc/scfuncs.hrc:42
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Search criteria"
msgstr "Soekkriteria"
-#: scfuncs.hrc:43
+#: sc/inc/scfuncs.hrc:43
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Defines the cell range containing the search criteria."
msgstr "Definieer die selreeks wat die soekkriteria bevat."
-#: scfuncs.hrc:49
+#: sc/inc/scfuncs.hrc:49
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Counts all non-blank cells of a data range where the content corresponds to the search criteria."
msgstr "Tel alle nieleë selle in 'n datareikwydte waar die inhoud met die soekkriteria ooreenstem."
-#: scfuncs.hrc:50
+#: sc/inc/scfuncs.hrc:50
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Database"
msgstr "Databasis"
-#: scfuncs.hrc:51
+#: sc/inc/scfuncs.hrc:51
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "The range of cells containing data."
msgstr "Die reeks selle wat data bevat."
-#: scfuncs.hrc:52
+#: sc/inc/scfuncs.hrc:52
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Database field"
msgstr "Databasisveld"
-#: scfuncs.hrc:53
+#: sc/inc/scfuncs.hrc:53
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Dui aan watter databasisveld (kolom) vir die soekkriteria gebruik moet word."
-#: scfuncs.hrc:54
+#: sc/inc/scfuncs.hrc:54
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Search criteria"
msgstr "Soekkriteria"
-#: scfuncs.hrc:55
+#: sc/inc/scfuncs.hrc:55
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Defines the cell range containing the search criteria."
msgstr "Definieer die selreeks wat die soekkriteria bevat."
-#: scfuncs.hrc:61
+#: sc/inc/scfuncs.hrc:61
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Returns the average value of all the cells of a data range whose contents match the search criteria."
msgstr "Gee die gemiddelde waarde aan van al die selle van 'n datareikwydte waarvan die inhoud aan die soekkriteria voldoen."
-#: scfuncs.hrc:62
+#: sc/inc/scfuncs.hrc:62
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Database"
msgstr "Databasis"
-#: scfuncs.hrc:63
+#: sc/inc/scfuncs.hrc:63
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "The range of cells containing data."
msgstr "Die reeks selle wat data bevat."
-#: scfuncs.hrc:64
+#: sc/inc/scfuncs.hrc:64
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Database field"
msgstr "Databasisveld"
-#: scfuncs.hrc:65
+#: sc/inc/scfuncs.hrc:65
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Dui aan watter databasisveld (kolom) vir die soekkriteria gebruik moet word."
-#: scfuncs.hrc:66
+#: sc/inc/scfuncs.hrc:66
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Search criteria"
msgstr "Soekkriteria"
-#: scfuncs.hrc:67
+#: sc/inc/scfuncs.hrc:67
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Defines the cell range containing the search criteria."
msgstr "Definieer die selreeks wat die soekkriteria bevat."
-#: scfuncs.hrc:73
+#: sc/inc/scfuncs.hrc:73
msgctxt "SC_OPCODE_DB_GET"
msgid "Defines the contents of the cell of a data range which matches the search criteria."
msgstr "Definieer die inhoud van die sel van 'n datareikwydte wat aan die soekkriteria voldoen."
-#: scfuncs.hrc:74
+#: sc/inc/scfuncs.hrc:74
msgctxt "SC_OPCODE_DB_GET"
msgid "Database"
msgstr "Databasis"
-#: scfuncs.hrc:75
+#: sc/inc/scfuncs.hrc:75
msgctxt "SC_OPCODE_DB_GET"
msgid "The range of cells containing data."
msgstr "Die reeks selle wat data bevat."
-#: scfuncs.hrc:76
+#: sc/inc/scfuncs.hrc:76
msgctxt "SC_OPCODE_DB_GET"
msgid "Database field"
msgstr "Databasisveld"
-#: scfuncs.hrc:77
+#: sc/inc/scfuncs.hrc:77
msgctxt "SC_OPCODE_DB_GET"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Dui aan watter databasisveld (kolom) vir die soekkriteria gebruik moet word."
-#: scfuncs.hrc:78
+#: sc/inc/scfuncs.hrc:78
msgctxt "SC_OPCODE_DB_GET"
msgid "Search criteria"
msgstr "Soekkriteria"
-#: scfuncs.hrc:79
+#: sc/inc/scfuncs.hrc:79
msgctxt "SC_OPCODE_DB_GET"
msgid "Defines the cell range containing the search criteria."
msgstr "Definieer die selreeks wat die soekkriteria bevat."
-#: scfuncs.hrc:85
+#: sc/inc/scfuncs.hrc:85
msgctxt "SC_OPCODE_DB_MAX"
msgid "Returns the maximum value from all of the cells of a data range which correspond to the search criteria."
msgstr "Gee die maksimum waarde aan van al die selle van 'n datareikwydte waarvan die inhoud aan die soekkriteria voldoen."
-#: scfuncs.hrc:86
+#: sc/inc/scfuncs.hrc:86
msgctxt "SC_OPCODE_DB_MAX"
msgid "Database"
msgstr "Databasis"
-#: scfuncs.hrc:87
+#: sc/inc/scfuncs.hrc:87
msgctxt "SC_OPCODE_DB_MAX"
msgid "The range of cells containing data."
msgstr "Die reeks selle wat data bevat."
-#: scfuncs.hrc:88
+#: sc/inc/scfuncs.hrc:88
msgctxt "SC_OPCODE_DB_MAX"
msgid "Database field"
msgstr "Databasisveld"
-#: scfuncs.hrc:89
+#: sc/inc/scfuncs.hrc:89
msgctxt "SC_OPCODE_DB_MAX"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Dui aan watter databasisveld (kolom) vir die soekkriteria gebruik moet word."
-#: scfuncs.hrc:90
+#: sc/inc/scfuncs.hrc:90
msgctxt "SC_OPCODE_DB_MAX"
msgid "Search criteria"
msgstr "Soekkriteria"
-#: scfuncs.hrc:91
+#: sc/inc/scfuncs.hrc:91
msgctxt "SC_OPCODE_DB_MAX"
msgid "Defines the cell range containing the search criteria."
msgstr "Definieer die selreeks wat die soekkriteria bevat."
-#: scfuncs.hrc:97
+#: sc/inc/scfuncs.hrc:97
msgctxt "SC_OPCODE_DB_MIN"
msgid "Returns the minimum of all cells of a data range where the contents correspond to the search criteria."
msgstr "Gee die minimum waarde aan van al die selle van 'n datareikwydte waarvan die inhoud aan die soekkriteria voldoen."
-#: scfuncs.hrc:98
+#: sc/inc/scfuncs.hrc:98
msgctxt "SC_OPCODE_DB_MIN"
msgid "Database"
msgstr "Databasis"
-#: scfuncs.hrc:99
+#: sc/inc/scfuncs.hrc:99
msgctxt "SC_OPCODE_DB_MIN"
msgid "The range of cells containing data."
msgstr "Die reeks selle wat data bevat."
-#: scfuncs.hrc:100
+#: sc/inc/scfuncs.hrc:100
msgctxt "SC_OPCODE_DB_MIN"
msgid "Database field"
msgstr "Databasisveld"
-#: scfuncs.hrc:101
+#: sc/inc/scfuncs.hrc:101
msgctxt "SC_OPCODE_DB_MIN"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Dui aan watter databasisveld (kolom) vir die soekkriteria gebruik moet word."
-#: scfuncs.hrc:102
+#: sc/inc/scfuncs.hrc:102
msgctxt "SC_OPCODE_DB_MIN"
msgid "Search criteria"
msgstr "Soekkriteria"
-#: scfuncs.hrc:103
+#: sc/inc/scfuncs.hrc:103
msgctxt "SC_OPCODE_DB_MIN"
msgid "Defines the cell range containing the search criteria."
msgstr "Definieer die selreeks wat die soekkriteria bevat."
-#: scfuncs.hrc:109
+#: sc/inc/scfuncs.hrc:109
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Multiplies all cells of a data range where the contents match the search criteria."
msgstr "Vermenigvuldig al die selle van 'n datareikwydte waarvan die inhoud aan die soekkriteria voldoen."
-#: scfuncs.hrc:110
+#: sc/inc/scfuncs.hrc:110
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Database"
msgstr "Databasis"
-#: scfuncs.hrc:111
+#: sc/inc/scfuncs.hrc:111
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "The range of cells containing data."
msgstr "Die reeks selle wat data bevat."
-#: scfuncs.hrc:112
+#: sc/inc/scfuncs.hrc:112
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Database field"
msgstr "Databasisveld"
-#: scfuncs.hrc:113
+#: sc/inc/scfuncs.hrc:113
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Dui aan watter databasisveld (kolom) vir die soekkriteria gebruik moet word."
-#: scfuncs.hrc:114
+#: sc/inc/scfuncs.hrc:114
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Search criteria"
msgstr "Soekkriteria"
-#: scfuncs.hrc:115
+#: sc/inc/scfuncs.hrc:115
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Defines the cell range containing the search criteria."
msgstr "Definieer die selreeks wat die soekkriteria bevat."
-#: scfuncs.hrc:121
+#: sc/inc/scfuncs.hrc:121
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Calculates the standard deviation of all cells in a data range whose contents match the search criteria."
msgstr "Bereken die standaardafwyking van al die selle van 'n datareikwydte waarvan die inhoud aan die soekkriteria voldoen."
-#: scfuncs.hrc:122
+#: sc/inc/scfuncs.hrc:122
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Database"
msgstr "Databasis"
-#: scfuncs.hrc:123
+#: sc/inc/scfuncs.hrc:123
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "The range of cells containing data."
msgstr "Die reeks selle wat data bevat."
-#: scfuncs.hrc:124
+#: sc/inc/scfuncs.hrc:124
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Database field"
msgstr "Databasisveld"
-#: scfuncs.hrc:125
+#: sc/inc/scfuncs.hrc:125
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Dui aan watter databasisveld (kolom) vir die soekkriteria gebruik moet word."
-#: scfuncs.hrc:126
+#: sc/inc/scfuncs.hrc:126
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Search criteria"
msgstr "Soekkriteria"
-#: scfuncs.hrc:127
+#: sc/inc/scfuncs.hrc:127
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Defines the cell range containing the search criteria."
msgstr "Definieer die selreeks wat die soekkriteria bevat."
-#: scfuncs.hrc:133
+#: sc/inc/scfuncs.hrc:133
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Returns the standard deviation with regards to the population of all cells of a data range matching the search criteria."
msgstr "Lewer die standaardafwyking van die populasie van al die selle van 'n datareikwydte wat aan die soekkriteria voldoen."
-#: scfuncs.hrc:134
+#: sc/inc/scfuncs.hrc:134
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Database"
msgstr "Databasis"
-#: scfuncs.hrc:135
+#: sc/inc/scfuncs.hrc:135
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "The range of cells containing data."
msgstr "Die reeks selle wat data bevat."
-#: scfuncs.hrc:136
+#: sc/inc/scfuncs.hrc:136
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Database field"
msgstr "Databasisveld"
-#: scfuncs.hrc:137
+#: sc/inc/scfuncs.hrc:137
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Dui aan watter databasisveld (kolom) vir die soekkriteria gebruik moet word."
-#: scfuncs.hrc:138
+#: sc/inc/scfuncs.hrc:138
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Search criteria"
msgstr "Soekkriteria"
-#: scfuncs.hrc:139
+#: sc/inc/scfuncs.hrc:139
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Defines the cell range containing the search criteria."
msgstr "Definieer die selreeks wat die soekkriteria bevat."
-#: scfuncs.hrc:145
+#: sc/inc/scfuncs.hrc:145
msgctxt "SC_OPCODE_DB_SUM"
msgid "Adds all the cells of a data range where the contents match the search criteria."
msgstr "Gee die som aan van al die selle van 'n datareikwydte waarvan die inhoud aan die soekkriteria voldoen."
-#: scfuncs.hrc:146
+#: sc/inc/scfuncs.hrc:146
msgctxt "SC_OPCODE_DB_SUM"
msgid "Database"
msgstr "Databasis"
-#: scfuncs.hrc:147
+#: sc/inc/scfuncs.hrc:147
msgctxt "SC_OPCODE_DB_SUM"
msgid "The range of cells containing data."
msgstr "Die reeks selle wat data bevat."
-#: scfuncs.hrc:148
+#: sc/inc/scfuncs.hrc:148
msgctxt "SC_OPCODE_DB_SUM"
msgid "Database field"
msgstr "Databasisveld"
-#: scfuncs.hrc:149
+#: sc/inc/scfuncs.hrc:149
msgctxt "SC_OPCODE_DB_SUM"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Dui aan watter databasisveld (kolom) vir die soekkriteria gebruik moet word."
-#: scfuncs.hrc:150
+#: sc/inc/scfuncs.hrc:150
msgctxt "SC_OPCODE_DB_SUM"
msgid "Search criteria"
msgstr "Soekkriteria"
-#: scfuncs.hrc:151
+#: sc/inc/scfuncs.hrc:151
msgctxt "SC_OPCODE_DB_SUM"
msgid "Defines the cell range containing the search criteria."
msgstr "Definieer die selreeks wat die soekkriteria bevat."
-#: scfuncs.hrc:157
+#: sc/inc/scfuncs.hrc:157
msgctxt "SC_OPCODE_DB_VAR"
msgid "Determines the variance of all the cells in a data range where the contents match the search criteria."
msgstr "Bepaal die variasie van al die selle van 'n datareikwydte waarvan die inhoud aan die soekkriteria voldoen."
-#: scfuncs.hrc:158
+#: sc/inc/scfuncs.hrc:158
msgctxt "SC_OPCODE_DB_VAR"
msgid "Database"
msgstr "Databasis"
-#: scfuncs.hrc:159
+#: sc/inc/scfuncs.hrc:159
msgctxt "SC_OPCODE_DB_VAR"
msgid "The range of cells containing data."
msgstr "Die reeks selle wat data bevat."
-#: scfuncs.hrc:160
+#: sc/inc/scfuncs.hrc:160
msgctxt "SC_OPCODE_DB_VAR"
msgid "Database field"
msgstr "Databasisveld"
-#: scfuncs.hrc:161
+#: sc/inc/scfuncs.hrc:161
msgctxt "SC_OPCODE_DB_VAR"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Dui aan watter databasisveld (kolom) vir die soekkriteria gebruik moet word."
-#: scfuncs.hrc:162
+#: sc/inc/scfuncs.hrc:162
msgctxt "SC_OPCODE_DB_VAR"
msgid "Search criteria"
msgstr "Soekkriteria"
-#: scfuncs.hrc:163
+#: sc/inc/scfuncs.hrc:163
msgctxt "SC_OPCODE_DB_VAR"
msgid "Defines the cell range containing the search criteria."
msgstr "Definieer die selreeks wat die soekkriteria bevat."
-#: scfuncs.hrc:169
+#: sc/inc/scfuncs.hrc:169
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Determines variance of a population based on all cells in a data range where contents match the search criteria."
msgstr "Bepaal die variasie van 'n populasie gebaseer op al die selle van 'n datareikwydte waarvan die inhoud aan die soekkriteria voldoen."
-#: scfuncs.hrc:170
+#: sc/inc/scfuncs.hrc:170
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Database"
msgstr "Databasis"
-#: scfuncs.hrc:171
+#: sc/inc/scfuncs.hrc:171
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "The range of cells containing data."
msgstr "Die reeks selle wat data bevat."
-#: scfuncs.hrc:172
+#: sc/inc/scfuncs.hrc:172
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Database field"
msgstr "Databasisveld"
-#: scfuncs.hrc:173
+#: sc/inc/scfuncs.hrc:173
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Dui aan watter databasisveld (kolom) vir die soekkriteria gebruik moet word."
-#: scfuncs.hrc:174
+#: sc/inc/scfuncs.hrc:174
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Search criteria"
msgstr "Soekkriteria"
-#: scfuncs.hrc:175
+#: sc/inc/scfuncs.hrc:175
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Defines the cell range containing the search criteria."
msgstr "Definieer die selreeks wat die soekkriteria bevat."
-#: scfuncs.hrc:181
+#: sc/inc/scfuncs.hrc:181
msgctxt "SC_OPCODE_GET_DATE"
msgid "Provides an internal number for the date given."
msgstr "Lewer 'n interne getal vir die gegewe datum."
-#: scfuncs.hrc:182
+#: sc/inc/scfuncs.hrc:182
msgctxt "SC_OPCODE_GET_DATE"
msgid "Year"
msgstr "Jaar"
-#: scfuncs.hrc:183
+#: sc/inc/scfuncs.hrc:183
msgctxt "SC_OPCODE_GET_DATE"
msgid "An integer between 1583 and 9956 or 0 and 99 (19xx or 20xx depending on the defined option)."
msgstr "'n Heelgetal tussen 1583 en 9956 of 0 en 99 (19xx of 20xx afhangende van die gedefinieerde opsie)."
-#: scfuncs.hrc:184
+#: sc/inc/scfuncs.hrc:184
msgctxt "SC_OPCODE_GET_DATE"
msgid "Month"
msgstr "Maand"
-#: scfuncs.hrc:185
+#: sc/inc/scfuncs.hrc:185
msgctxt "SC_OPCODE_GET_DATE"
msgid "An integer between 1 and 12 representing the month."
msgstr "'n Heelgetal tussen 1 en 12 wat die maand verteenwoordig."
-#: scfuncs.hrc:186
+#: sc/inc/scfuncs.hrc:186
msgctxt "SC_OPCODE_GET_DATE"
msgid "Day"
msgstr "Dag"
-#: scfuncs.hrc:187
+#: sc/inc/scfuncs.hrc:187
msgctxt "SC_OPCODE_GET_DATE"
msgid "An integer between 1 and 31 representing the day of the month."
msgstr "'n Heelgetal tussen 1 en 31 wat die dag van die maand verteenwoordig."
-#: scfuncs.hrc:193
+#: sc/inc/scfuncs.hrc:193
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "Returns an internal number for a text having a possible date format."
msgstr "Lewer 'n interne getal vir 'n teks wat moontlik 'n datumformaat bevat."
-#: scfuncs.hrc:194
+#: sc/inc/scfuncs.hrc:194
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:195
+#: sc/inc/scfuncs.hrc:195
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "A text enclosed in quotation marks which returns a date in a %PRODUCTNAME date format."
msgstr "'n Teks in aanhalingstekens omsluit wat 'n datum lewer in 'n %PRODUCTNAME-datumformaat."
-#: scfuncs.hrc:201
+#: sc/inc/scfuncs.hrc:201
msgctxt "SC_OPCODE_GET_DAY"
msgid "Returns the sequential date of the month as an integer (1-31) in relation to the date value."
msgstr "Lewer die sekwensiële datum van die maand as 'n heelgetal (1-31) met betrekking tot die datumwaarde."
-#: scfuncs.hrc:202
+#: sc/inc/scfuncs.hrc:202
msgctxt "SC_OPCODE_GET_DAY"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:203
+#: sc/inc/scfuncs.hrc:203
msgctxt "SC_OPCODE_GET_DAY"
msgid "The internal number for the date."
msgstr "Die interne nommer vir die datum."
-#: scfuncs.hrc:209
+#: sc/inc/scfuncs.hrc:209
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Calculates the number of days between two dates based on a 360-day year."
msgstr "Bereken die getal dae tussen twee datums gebaseer op 'n 360-dae-jaar."
-#: scfuncs.hrc:210
+#: sc/inc/scfuncs.hrc:210
#, fuzzy
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Date 1"
msgstr "Datum"
-#: scfuncs.hrc:211
+#: sc/inc/scfuncs.hrc:211
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "The start date for calculating the difference in days."
msgstr "Die begindatum vir die berekening van die verskil in dae."
-#: scfuncs.hrc:212
+#: sc/inc/scfuncs.hrc:212
#, fuzzy
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Date 2"
msgstr "Datum"
-#: scfuncs.hrc:213
+#: sc/inc/scfuncs.hrc:213
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "The end date for calculating the difference in days."
msgstr "Die einddatum vir die berekening van die verskil in dae."
-#: scfuncs.hrc:214
+#: sc/inc/scfuncs.hrc:214
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:215
+#: sc/inc/scfuncs.hrc:215
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Method used to form differences: Type = 0 denotes US method (NASD), Type = 1 denotes the European method."
msgstr "Metode wat gebruik word om verskille te vorm: Soort = 0 staan vir VS-metode (NASD), Soort = 1 staan vir die Europese metode."
-#: scfuncs.hrc:221
+#: sc/inc/scfuncs.hrc:221
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Returns the number of workdays between two dates using arguments to indicate weekenddays and holidays."
msgstr ""
-#: scfuncs.hrc:222
+#: sc/inc/scfuncs.hrc:222
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Start date"
msgstr "Begindatum"
-#: scfuncs.hrc:223
+#: sc/inc/scfuncs.hrc:223
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Start date for calculation."
msgstr ""
-#: scfuncs.hrc:224
+#: sc/inc/scfuncs.hrc:224
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "End date"
msgstr "Einddatum"
-#: scfuncs.hrc:225
+#: sc/inc/scfuncs.hrc:225
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "End date for calculation."
msgstr ""
-#: scfuncs.hrc:226
+#: sc/inc/scfuncs.hrc:226
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "List of dates"
msgstr ""
-#: scfuncs.hrc:227
+#: sc/inc/scfuncs.hrc:227
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Optional set of one or more dates to be considered as holiday."
msgstr ""
-#: scfuncs.hrc:228
+#: sc/inc/scfuncs.hrc:228
#, fuzzy
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Array"
msgstr "Skikking "
-#: scfuncs.hrc:229
+#: sc/inc/scfuncs.hrc:229
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Optional list of numbers to indicate working (0) and weekend (non-zero) days. When omitted, weekend is Saturday and Sunday."
msgstr ""
-#: scfuncs.hrc:235
+#: sc/inc/scfuncs.hrc:235
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Returns the number of workdays between two dates using arguments to indicate weekend days and holidays."
msgstr ""
-#: scfuncs.hrc:236
+#: sc/inc/scfuncs.hrc:236
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Start date"
msgstr "Begindatum"
-#: scfuncs.hrc:237
+#: sc/inc/scfuncs.hrc:237
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Start date for calculation."
msgstr ""
-#: scfuncs.hrc:238
+#: sc/inc/scfuncs.hrc:238
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "End date"
msgstr "Einddatum"
-#: scfuncs.hrc:239
+#: sc/inc/scfuncs.hrc:239
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "End date for calculation."
msgstr ""
-#: scfuncs.hrc:240
+#: sc/inc/scfuncs.hrc:240
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Number or string"
msgstr ""
-#: scfuncs.hrc:241
+#: sc/inc/scfuncs.hrc:241
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Optional number or string to indicate when weekends occur. When omitted, weekend is Saturday and Sunday."
msgstr ""
-#: scfuncs.hrc:242
+#: sc/inc/scfuncs.hrc:242
#, fuzzy
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Array"
msgstr "Skikking "
-#: scfuncs.hrc:243
+#: sc/inc/scfuncs.hrc:243
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Optional set of one or more dates to be considered as holiday."
msgstr ""
-#: scfuncs.hrc:249
+#: sc/inc/scfuncs.hrc:249
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Returns the serial number of the date before or after a number of workdays using arguments to indicate weekend days and holidays."
msgstr ""
-#: scfuncs.hrc:250
+#: sc/inc/scfuncs.hrc:250
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Start date"
msgstr "Begindatum"
-#: scfuncs.hrc:251
+#: sc/inc/scfuncs.hrc:251
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Start date for calculation."
msgstr ""
-#: scfuncs.hrc:252
+#: sc/inc/scfuncs.hrc:252
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Days"
msgstr "Dae"
-#: scfuncs.hrc:253
+#: sc/inc/scfuncs.hrc:253
#, fuzzy
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "The number of workdays before or after start date."
msgstr "Die aantal werksdae voor of na die begindatum"
-#: scfuncs.hrc:254
+#: sc/inc/scfuncs.hrc:254
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Number or string"
msgstr ""
-#: scfuncs.hrc:255
+#: sc/inc/scfuncs.hrc:255
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Optional number or string to indicate when weekends occur. When omitted, weekend is Saturday and Sunday."
msgstr ""
-#: scfuncs.hrc:256
+#: sc/inc/scfuncs.hrc:256
#, fuzzy
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Array"
msgstr "Skikking "
-#: scfuncs.hrc:257
+#: sc/inc/scfuncs.hrc:257
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Optional set of one or more dates to be considered as holiday."
msgstr ""
-#: scfuncs.hrc:263
+#: sc/inc/scfuncs.hrc:263
msgctxt "SC_OPCODE_GET_HOUR"
msgid "Determines the sequential number of the hour of the day (0-23) for the time value."
msgstr "Bepaal die sekwensiële nommer van die uur van die dag (0-23) vir die tydwaarde."
-#: scfuncs.hrc:264
+#: sc/inc/scfuncs.hrc:264
msgctxt "SC_OPCODE_GET_HOUR"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:265
+#: sc/inc/scfuncs.hrc:265
msgctxt "SC_OPCODE_GET_HOUR"
msgid "Internal time value"
msgstr "Interne tydwaarde"
-#: scfuncs.hrc:271
+#: sc/inc/scfuncs.hrc:271
msgctxt "SC_OPCODE_GET_MIN"
msgid "Determines the sequential number for the minute of the hour (0-59) for the time value."
msgstr "Bepaal die sekwensiële nommer van die minute van die uur (0-59) vir die tydwaarde."
-#: scfuncs.hrc:272
+#: sc/inc/scfuncs.hrc:272
msgctxt "SC_OPCODE_GET_MIN"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:273
+#: sc/inc/scfuncs.hrc:273
msgctxt "SC_OPCODE_GET_MIN"
msgid "Internal time value."
msgstr "Interne tydwaarde."
-#: scfuncs.hrc:279
+#: sc/inc/scfuncs.hrc:279
msgctxt "SC_OPCODE_GET_MONTH"
msgid "Determines the sequential number of a month of the year (1-12) for the date value."
msgstr "Bepaal die sekwensiële nommer van 'n maand van die jaar (1-12) vir die datumwaarde."
-#: scfuncs.hrc:280
+#: sc/inc/scfuncs.hrc:280
msgctxt "SC_OPCODE_GET_MONTH"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:281
+#: sc/inc/scfuncs.hrc:281
msgctxt "SC_OPCODE_GET_MONTH"
msgid "The internal number of the date."
msgstr "Die interne nommer van die datum."
-#: scfuncs.hrc:287
+#: sc/inc/scfuncs.hrc:287
msgctxt "SC_OPCODE_GET_ACT_TIME"
msgid "Determines the current time of the computer."
msgstr "Bepaal die huidige tyd van die rekenaar."
-#: scfuncs.hrc:293
+#: sc/inc/scfuncs.hrc:293
msgctxt "SC_OPCODE_GET_SEC"
msgid "Determines the sequential number of the second of a minute (0-59) for the time value."
msgstr "Bepaal die sekwensiële nommer van die sekonde van 'n minuut (0-59) vir die tydwaarde."
-#: scfuncs.hrc:294
+#: sc/inc/scfuncs.hrc:294
msgctxt "SC_OPCODE_GET_SEC"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:295
+#: sc/inc/scfuncs.hrc:295
msgctxt "SC_OPCODE_GET_SEC"
msgid "The internal time value."
msgstr "Die interne tydwaarde."
-#: scfuncs.hrc:301
+#: sc/inc/scfuncs.hrc:301
msgctxt "SC_OPCODE_GET_TIME"
msgid "Determines a time value from the details for hour, minute and second."
msgstr "Bepaal 'n tydwaarde vir die besonderhede vir uur, minuut en sekonde."
-#: scfuncs.hrc:302
+#: sc/inc/scfuncs.hrc:302
msgctxt "SC_OPCODE_GET_TIME"
msgid "Hour"
msgstr "Uur"
-#: scfuncs.hrc:303
+#: sc/inc/scfuncs.hrc:303
msgctxt "SC_OPCODE_GET_TIME"
msgid "The integer for the hour."
msgstr "Die heelgetal vir die uur."
-#: scfuncs.hrc:304
+#: sc/inc/scfuncs.hrc:304
msgctxt "SC_OPCODE_GET_TIME"
msgid "Minute"
msgstr "Minuut"
-#: scfuncs.hrc:305
+#: sc/inc/scfuncs.hrc:305
msgctxt "SC_OPCODE_GET_TIME"
msgid "The integer for the minute."
msgstr "Die heelgetal vir die minuut."
-#: scfuncs.hrc:306
+#: sc/inc/scfuncs.hrc:306
#, fuzzy
msgctxt "SC_OPCODE_GET_TIME"
msgid "Second"
msgstr "Sekondes"
-#: scfuncs.hrc:307
+#: sc/inc/scfuncs.hrc:307
msgctxt "SC_OPCODE_GET_TIME"
msgid "The integer for the second."
msgstr "Die heelgetal vir die sekonde."
-#: scfuncs.hrc:313
+#: sc/inc/scfuncs.hrc:313
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "Returns a sequential number for a text shown in a possible time entry format."
msgstr "Lewer 'n sekwensiële nommer vir 'n teks vertoon in 'n moontlike tydinskrywingsformaat."
-#: scfuncs.hrc:314
+#: sc/inc/scfuncs.hrc:314
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:315
+#: sc/inc/scfuncs.hrc:315
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "A text enclosed in quotation marks which returns a time in a %PRODUCTNAME time format."
msgstr "'n Teks in aanhalingstekens omsluit wat 'n tyd lewer in 'n %PRODUCTNAME-tydformaat."
-#: scfuncs.hrc:321
+#: sc/inc/scfuncs.hrc:321
msgctxt "SC_OPCODE_GET_ACT_DATE"
msgid "Determines the current date of the computer."
msgstr "Bepaal die huidige datum van die rekenaar."
-#: scfuncs.hrc:327
+#: sc/inc/scfuncs.hrc:327
#, fuzzy
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Returns the day of the week for the date value as an integer."
msgstr "Lewer die dag van die week vir die datum as 'n heelgetal (1-7)."
-#: scfuncs.hrc:328
+#: sc/inc/scfuncs.hrc:328
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:329
+#: sc/inc/scfuncs.hrc:329
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "The internal number for the date."
msgstr "Die interne nommer vir die datum."
-#: scfuncs.hrc:330
+#: sc/inc/scfuncs.hrc:330
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:331
+#: sc/inc/scfuncs.hrc:331
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Fixes the beginning of the week and the type of calculation to be used."
msgstr "Stel die begin van die week en die soort berekening wat gebruik moet word vas."
-#: scfuncs.hrc:337
+#: sc/inc/scfuncs.hrc:337
msgctxt "SC_OPCODE_GET_YEAR"
msgid "Returns the year of a date value as an integer."
msgstr "Lewer die jaar van 'n datumwaarde as 'n heelgetal."
-#: scfuncs.hrc:338
+#: sc/inc/scfuncs.hrc:338
msgctxt "SC_OPCODE_GET_YEAR"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:339
+#: sc/inc/scfuncs.hrc:339
msgctxt "SC_OPCODE_GET_YEAR"
msgid "Internal number of the date."
msgstr "Interne getal van die datum."
-#: scfuncs.hrc:345
+#: sc/inc/scfuncs.hrc:345
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Calculates the number of days between two dates."
msgstr "Bereken die getal dae tussen twee datums."
-#: scfuncs.hrc:346
+#: sc/inc/scfuncs.hrc:346
#, fuzzy
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Date 2"
msgstr "Datum"
-#: scfuncs.hrc:347
+#: sc/inc/scfuncs.hrc:347
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "The end date for calculating the difference in days."
msgstr "Die einddatum vir die berekening van die verskil in dae."
-#: scfuncs.hrc:348
+#: sc/inc/scfuncs.hrc:348
#, fuzzy
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Date 1"
msgstr "Datum"
-#: scfuncs.hrc:349
+#: sc/inc/scfuncs.hrc:349
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "The start date for calculating the difference in days."
msgstr "Die begindatum vir die berekening van die verskil in dae."
-#: scfuncs.hrc:355
+#: sc/inc/scfuncs.hrc:355
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Returns the number of whole days, months or years between 'start date' and 'end date'."
msgstr ""
-#: scfuncs.hrc:356
+#: sc/inc/scfuncs.hrc:356
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Start date"
msgstr "Begindatum"
-#: scfuncs.hrc:357
+#: sc/inc/scfuncs.hrc:357
#, fuzzy
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "The start date."
msgstr "Die begindatum"
-#: scfuncs.hrc:358
+#: sc/inc/scfuncs.hrc:358
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "End date"
msgstr "Einddatum"
-#: scfuncs.hrc:359
+#: sc/inc/scfuncs.hrc:359
#, fuzzy
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "The end date."
msgstr "Die einddatum"
-#: scfuncs.hrc:360
+#: sc/inc/scfuncs.hrc:360
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Interval"
msgstr "Interval"
-#: scfuncs.hrc:361
+#: sc/inc/scfuncs.hrc:361
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Interval to be calculated. Can be \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"."
msgstr ""
-#: scfuncs.hrc:367
+#: sc/inc/scfuncs.hrc:367
msgctxt "SC_OPCODE_WEEK"
msgid "Calculates the calendar week corresponding to the given date."
msgstr "Bereken die kalenderweek wat met die gegewe datum ooreenstem."
-#: scfuncs.hrc:368
+#: sc/inc/scfuncs.hrc:368
msgctxt "SC_OPCODE_WEEK"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:369
+#: sc/inc/scfuncs.hrc:369
msgctxt "SC_OPCODE_WEEK"
msgid "The internal number of the date."
msgstr "Die interne nommer van die datum."
-#: scfuncs.hrc:370
+#: sc/inc/scfuncs.hrc:370
msgctxt "SC_OPCODE_WEEK"
msgid "Mode"
msgstr "Modus"
-#: scfuncs.hrc:371
+#: sc/inc/scfuncs.hrc:371
msgctxt "SC_OPCODE_WEEK"
msgid "Indicates the first day of the week and when week 1 starts."
msgstr ""
-#: scfuncs.hrc:377
+#: sc/inc/scfuncs.hrc:377
msgctxt "SC_OPCODE_ISOWEEKNUM"
msgid "Calculates the ISO 8601 calendar week for the given date."
msgstr ""
-#: scfuncs.hrc:378
+#: sc/inc/scfuncs.hrc:378
msgctxt "SC_OPCODE_ISOWEEKNUM"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:379
+#: sc/inc/scfuncs.hrc:379
msgctxt "SC_OPCODE_ISOWEEKNUM"
msgid "The internal number of the date."
msgstr "Die interne nommer van die datum."
-#: scfuncs.hrc:384
+#: sc/inc/scfuncs.hrc:384
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid ""
"Calculates the calendar week corresponding to the given date.\n"
"This function only provides interoperability with %PRODUCTNAME 5.0 and earlier and OpenOffice.org."
msgstr ""
-#: scfuncs.hrc:385
+#: sc/inc/scfuncs.hrc:385
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:386
+#: sc/inc/scfuncs.hrc:386
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "The internal number of the date."
msgstr "Die interne nommer van die datum."
-#: scfuncs.hrc:387
+#: sc/inc/scfuncs.hrc:387
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "Mode"
msgstr "Modus"
-#: scfuncs.hrc:388
+#: sc/inc/scfuncs.hrc:388
#, fuzzy
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "Indicates the first day of the week (1 = Sunday, other values = Monday)."
msgstr "Dui die eerste dag van die week aan (1 = Sondag, ander waardes = Maandag)."
-#: scfuncs.hrc:394
+#: sc/inc/scfuncs.hrc:394
msgctxt "SC_OPCODE_EASTERSUNDAY"
msgid "Calculates the date of Easter Sunday in a given year."
msgstr "Bereken die datum van Paassondag in 'n gegewe jaar."
-#: scfuncs.hrc:395
+#: sc/inc/scfuncs.hrc:395
msgctxt "SC_OPCODE_EASTERSUNDAY"
msgid "Year"
msgstr "Jaar"
-#: scfuncs.hrc:396
+#: sc/inc/scfuncs.hrc:396
#, fuzzy
msgctxt "SC_OPCODE_EASTERSUNDAY"
msgid "An integer between 1583 and 9956, or 0 and 99 (19xx or 20xx depending on the option set)."
msgstr "'n Heelgetal tussen 1583 en 9956 of 0 en 99 (19xx of 20xx afhangende van die gedefinieerde opsie)."
-#: scfuncs.hrc:402
+#: sc/inc/scfuncs.hrc:402
msgctxt "SC_OPCODE_PV"
msgid "Present value. Calculates the present value of an investment."
msgstr "Huidige waarde. Bereken die huidige waarde van 'n belegging."
-#: scfuncs.hrc:403
+#: sc/inc/scfuncs.hrc:403
msgctxt "SC_OPCODE_PV"
msgid "Rate"
msgstr "Koers"
-#: scfuncs.hrc:404
+#: sc/inc/scfuncs.hrc:404
msgctxt "SC_OPCODE_PV"
msgid "The rate of interest for the period given."
msgstr "Die rentekoers vir die gegewe tydperk."
-#: scfuncs.hrc:405
+#: sc/inc/scfuncs.hrc:405
msgctxt "SC_OPCODE_PV"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:406
+#: sc/inc/scfuncs.hrc:406
msgctxt "SC_OPCODE_PV"
msgid "The payment period. The total number of periods in which the annuity is paid."
msgstr "Die betalingstydperk. Die totale getal tydperke waarin die annuïteit betaal word."
-#: scfuncs.hrc:407
+#: sc/inc/scfuncs.hrc:407
msgctxt "SC_OPCODE_PV"
msgid "PMT"
msgstr "PMT"
-#: scfuncs.hrc:408
+#: sc/inc/scfuncs.hrc:408
msgctxt "SC_OPCODE_PV"
msgid "Regular payments. The constant amount of annuity that is paid in each period."
msgstr "Gereelde betalings. Die konstante bedrag annuïteit wat in elke tydperk betaal word."
-#: scfuncs.hrc:409
+#: sc/inc/scfuncs.hrc:409
msgctxt "SC_OPCODE_PV"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:410
+#: sc/inc/scfuncs.hrc:410
msgctxt "SC_OPCODE_PV"
msgid "Future value. The value (final value) to be attained after the last payment."
msgstr "Toekomstige waarde. Die waarde (finale waarde) wat bereik moet word na die laaste paaiement."
-#: scfuncs.hrc:411
+#: sc/inc/scfuncs.hrc:411
msgctxt "SC_OPCODE_PV"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:412
+#: sc/inc/scfuncs.hrc:412
msgctxt "SC_OPCODE_PV"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipe = 1 beteken verskuldig aan die begin van die tydperk, = 0 aan die einde."
-#: scfuncs.hrc:418
+#: sc/inc/scfuncs.hrc:418
msgctxt "SC_OPCODE_FV"
msgid "Future value. Returns the future value of an investment based on regular payments and a constant interest rate."
msgstr "Toekomstige waarde. Lewer die toekomstige waarde van 'n belegging op gebaseer op gereelde paaiemente en 'n konstante rentekoers."
-#: scfuncs.hrc:419
+#: sc/inc/scfuncs.hrc:419
msgctxt "SC_OPCODE_FV"
msgid "Rate"
msgstr "Koers"
-#: scfuncs.hrc:420
+#: sc/inc/scfuncs.hrc:420
msgctxt "SC_OPCODE_FV"
msgid "The rate of interest per period."
msgstr "Die rentekoers per tydperk."
-#: scfuncs.hrc:421
+#: sc/inc/scfuncs.hrc:421
msgctxt "SC_OPCODE_FV"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:422
+#: sc/inc/scfuncs.hrc:422
msgctxt "SC_OPCODE_FV"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Betaaltydperk. Die totale aantal tydperke waarin die annuïteit (pensioen) betaal word."
-#: scfuncs.hrc:423
+#: sc/inc/scfuncs.hrc:423
msgctxt "SC_OPCODE_FV"
msgid "PMT"
msgstr "PMT"
-#: scfuncs.hrc:424
+#: sc/inc/scfuncs.hrc:424
msgctxt "SC_OPCODE_FV"
msgid "Regular payments. The constant annuity to be paid in each period."
msgstr "Gereelde betalings. Die konstante annuïteit wat in elke tydperk betaalbaar is."
-#: scfuncs.hrc:425
+#: sc/inc/scfuncs.hrc:425
msgctxt "SC_OPCODE_FV"
msgid "PV"
msgstr "PV"
-#: scfuncs.hrc:426
+#: sc/inc/scfuncs.hrc:426
msgctxt "SC_OPCODE_FV"
msgid "Present value. The current value of a series of payments"
msgstr "Huidige waarde. Die huidige waarde van 'n reeks betalings"
-#: scfuncs.hrc:427
+#: sc/inc/scfuncs.hrc:427
msgctxt "SC_OPCODE_FV"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:428
+#: sc/inc/scfuncs.hrc:428
msgctxt "SC_OPCODE_FV"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipe = 1 beteken verskuldig aan die begin van die tydperk, = 0 aan die einde."
-#: scfuncs.hrc:434
+#: sc/inc/scfuncs.hrc:434
msgctxt "SC_OPCODE_NPER"
msgid "Payment period. Calculates the number of payment periods for an investment based on regular payments and a constant interest rate."
msgstr "Betalingstydperk. Lewer die getal betalingstydperke van 'n belegging op gebaseer op gereelde paaiemente en 'n konstante rentekoers."
-#: scfuncs.hrc:435
+#: sc/inc/scfuncs.hrc:435
msgctxt "SC_OPCODE_NPER"
msgid "Rate"
msgstr "Koers"
-#: scfuncs.hrc:436
+#: sc/inc/scfuncs.hrc:436
msgctxt "SC_OPCODE_NPER"
msgid "The rate of interest per period."
msgstr "Die rentekoers per tydperk."
-#: scfuncs.hrc:437
+#: sc/inc/scfuncs.hrc:437
msgctxt "SC_OPCODE_NPER"
msgid "PMT"
msgstr "PMT"
-#: scfuncs.hrc:438
+#: sc/inc/scfuncs.hrc:438
msgctxt "SC_OPCODE_NPER"
msgid "Regular payments. The constant annuity to be paid in each period."
msgstr "Gereelde betalings. Die konstante annuïteit wat in elke tydperk betaalbaar is."
-#: scfuncs.hrc:439
+#: sc/inc/scfuncs.hrc:439
msgctxt "SC_OPCODE_NPER"
msgid "PV"
msgstr "PV"
-#: scfuncs.hrc:440
+#: sc/inc/scfuncs.hrc:440
msgctxt "SC_OPCODE_NPER"
msgid "Present value. The current value of a series of payments"
msgstr "Huidige waarde. Die huidige waarde van 'n reeks betalings"
-#: scfuncs.hrc:441
+#: sc/inc/scfuncs.hrc:441
msgctxt "SC_OPCODE_NPER"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:442
+#: sc/inc/scfuncs.hrc:442
msgctxt "SC_OPCODE_NPER"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr "Toekomstige waarde. Die waarde (eindwaarde) wat na die laaste betaling bereik moet word."
-#: scfuncs.hrc:443
+#: sc/inc/scfuncs.hrc:443
msgctxt "SC_OPCODE_NPER"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:444
+#: sc/inc/scfuncs.hrc:444
msgctxt "SC_OPCODE_NPER"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipe = 1 beteken verskuldig aan die begin van die tydperk, = 0 aan die einde."
-#: scfuncs.hrc:450
+#: sc/inc/scfuncs.hrc:450
msgctxt "SC_OPCODE_PMT"
msgid "Regular payments. Returns the periodic payment of an annuity, based on regular payments and a fixed periodic interest rate."
msgstr "Gereelde betalings. Lewer die periodieke betaling van 'n annuïteit op, gebaseer op gereelde paaiemente en 'n vaste periodieke rentekoers."
-#: scfuncs.hrc:451
+#: sc/inc/scfuncs.hrc:451
msgctxt "SC_OPCODE_PMT"
msgid "Rate"
msgstr "Koers"
-#: scfuncs.hrc:452
+#: sc/inc/scfuncs.hrc:452
msgctxt "SC_OPCODE_PMT"
msgid "The rate of interest per period."
msgstr "Die rentekoers per tydperk."
-#: scfuncs.hrc:453
+#: sc/inc/scfuncs.hrc:453
msgctxt "SC_OPCODE_PMT"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:454
+#: sc/inc/scfuncs.hrc:454
msgctxt "SC_OPCODE_PMT"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Betaaltydperk. Die totale aantal tydperke waarin die annuïteit (pensioen) betaal word."
-#: scfuncs.hrc:455
+#: sc/inc/scfuncs.hrc:455
msgctxt "SC_OPCODE_PMT"
msgid "PV"
msgstr "PV"
-#: scfuncs.hrc:456
+#: sc/inc/scfuncs.hrc:456
msgctxt "SC_OPCODE_PMT"
msgid "Present value. The current value of a series of payments"
msgstr "Huidige waarde. Die huidige waarde van 'n reeks betalings"
-#: scfuncs.hrc:457
+#: sc/inc/scfuncs.hrc:457
msgctxt "SC_OPCODE_PMT"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:458
+#: sc/inc/scfuncs.hrc:458
msgctxt "SC_OPCODE_PMT"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr "Toekomstige waarde. Die waarde (eindwaarde) wat na die laaste betaling bereik moet word."
-#: scfuncs.hrc:459
+#: sc/inc/scfuncs.hrc:459
msgctxt "SC_OPCODE_PMT"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:460
+#: sc/inc/scfuncs.hrc:460
msgctxt "SC_OPCODE_PMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipe = 1 beteken verskuldig aan die begin van die tydperk, = 0 aan die einde."
-#: scfuncs.hrc:466
+#: sc/inc/scfuncs.hrc:466
msgctxt "SC_OPCODE_RATE"
msgid "Calculates the constant interest rate of an investment with regular payments."
msgstr "Bereken die konstante rentekoers van 'n belegging met gereelde paaiemente."
-#: scfuncs.hrc:467
+#: sc/inc/scfuncs.hrc:467
msgctxt "SC_OPCODE_RATE"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:468
+#: sc/inc/scfuncs.hrc:468
msgctxt "SC_OPCODE_RATE"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Betaaltydperk. Die totale aantal tydperke waarin die annuïteit (pensioen) betaal word."
-#: scfuncs.hrc:469
+#: sc/inc/scfuncs.hrc:469
msgctxt "SC_OPCODE_RATE"
msgid "PMT"
msgstr "PMT"
-#: scfuncs.hrc:470
+#: sc/inc/scfuncs.hrc:470
msgctxt "SC_OPCODE_RATE"
msgid "Regular payments. The constant annuity to be paid in each period."
msgstr "Gereelde betalings. Die konstante annuïteit wat in elke tydperk betaalbaar is."
-#: scfuncs.hrc:471
+#: sc/inc/scfuncs.hrc:471
msgctxt "SC_OPCODE_RATE"
msgid "PV"
msgstr "PV"
-#: scfuncs.hrc:472
+#: sc/inc/scfuncs.hrc:472
msgctxt "SC_OPCODE_RATE"
msgid "Present value. The current value of a series of payments"
msgstr "Huidige waarde. Die huidige waarde van 'n reeks betalings"
-#: scfuncs.hrc:473
+#: sc/inc/scfuncs.hrc:473
msgctxt "SC_OPCODE_RATE"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:474
+#: sc/inc/scfuncs.hrc:474
msgctxt "SC_OPCODE_RATE"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr "Toekomstige waarde. Die waarde (eindwaarde) wat na die laaste betaling bereik moet word."
-#: scfuncs.hrc:475
+#: sc/inc/scfuncs.hrc:475
msgctxt "SC_OPCODE_RATE"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:476
+#: sc/inc/scfuncs.hrc:476
msgctxt "SC_OPCODE_RATE"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipe = 1 beteken verskuldig aan die begin van die tydperk, = 0 aan die einde."
-#: scfuncs.hrc:477
+#: sc/inc/scfuncs.hrc:477
msgctxt "SC_OPCODE_RATE"
msgid "Guess"
msgstr "Raaiskoot"
-#: scfuncs.hrc:478
+#: sc/inc/scfuncs.hrc:478
msgctxt "SC_OPCODE_RATE"
msgid "Guess. The estimate of the interest rate for the iterative calculating method."
msgstr "Raai. Die raming van die rentekoers vir die iteratiewe berekeningsmetode."
-#: scfuncs.hrc:484
+#: sc/inc/scfuncs.hrc:484
msgctxt "SC_OPCODE_IPMT"
msgid "Compounded interest. Calculates the interest payment on the principal for an investment with regular payments and a constant interest rate for a given period."
msgstr "Saamgestelde rente. Bereken die rentebetaling op die hoofsom vir 'n belegging met gereelde paaiemente en 'n konstante rentekoers vir 'n gegewe tydperk."
-#: scfuncs.hrc:485
+#: sc/inc/scfuncs.hrc:485
msgctxt "SC_OPCODE_IPMT"
msgid "Rate"
msgstr "Koers"
-#: scfuncs.hrc:486
+#: sc/inc/scfuncs.hrc:486
msgctxt "SC_OPCODE_IPMT"
msgid "The rate of interest per period."
msgstr "Die rentekoers per tydperk."
-#: scfuncs.hrc:487
+#: sc/inc/scfuncs.hrc:487
msgctxt "SC_OPCODE_IPMT"
msgid "Period"
msgstr "Tydperk"
-#: scfuncs.hrc:488
+#: sc/inc/scfuncs.hrc:488
msgctxt "SC_OPCODE_IPMT"
msgid "Periods. The periods for which the compounded interest is to be calculated. P = 1 denotes for the first period, P = NPER for the last one."
msgstr "Tydperke. Die tydperke waarvoor die saamgestelde rente bereken moet word. P = 1 staan vir die eerste tydperk, P = NPER staan vir die laaste."
-#: scfuncs.hrc:489
+#: sc/inc/scfuncs.hrc:489
msgctxt "SC_OPCODE_IPMT"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:490
+#: sc/inc/scfuncs.hrc:490
msgctxt "SC_OPCODE_IPMT"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Betaaltydperk. Die totale aantal tydperke waarin die annuïteit (pensioen) betaal word."
-#: scfuncs.hrc:491
+#: sc/inc/scfuncs.hrc:491
msgctxt "SC_OPCODE_IPMT"
msgid "PV"
msgstr "PV"
-#: scfuncs.hrc:492
+#: sc/inc/scfuncs.hrc:492
msgctxt "SC_OPCODE_IPMT"
msgid "Present value. The current value of a series of payments"
msgstr "Huidige waarde. Die huidige waarde van 'n reeks betalings"
-#: scfuncs.hrc:493
+#: sc/inc/scfuncs.hrc:493
msgctxt "SC_OPCODE_IPMT"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:494
+#: sc/inc/scfuncs.hrc:494
msgctxt "SC_OPCODE_IPMT"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr "Toekomstige waarde. Die waarde (eindwaarde) wat na die laaste betaling bereik moet word."
-#: scfuncs.hrc:495
+#: sc/inc/scfuncs.hrc:495
msgctxt "SC_OPCODE_IPMT"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:496
+#: sc/inc/scfuncs.hrc:496
msgctxt "SC_OPCODE_IPMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipe = 1 beteken verskuldig aan die begin van die tydperk, = 0 aan die einde."
-#: scfuncs.hrc:502
+#: sc/inc/scfuncs.hrc:502
msgctxt "SC_OPCODE_PPMT"
msgid "Repayment. Calculates the repayment amount for a period for an investment whereby the payments are at regular intervals and the interest rate constant."
msgstr "Terugbetaling. Bereken die terugbetalingsbedrag vir 'n tydperk van 'n belegging met paaiemente in gereelde tussenposes en 'n konstante rentekoers."
-#: scfuncs.hrc:503
+#: sc/inc/scfuncs.hrc:503
msgctxt "SC_OPCODE_PPMT"
msgid "Rate"
msgstr "Koers"
-#: scfuncs.hrc:504
+#: sc/inc/scfuncs.hrc:504
msgctxt "SC_OPCODE_PPMT"
msgid "The interest rate per period."
msgstr "Die rentekoers per tydperk."
-#: scfuncs.hrc:505
+#: sc/inc/scfuncs.hrc:505
msgctxt "SC_OPCODE_PPMT"
msgid "Period"
msgstr "Tydperk"
-#: scfuncs.hrc:506
+#: sc/inc/scfuncs.hrc:506
msgctxt "SC_OPCODE_PPMT"
msgid "Period. The period for which the repayments are to be calculated. Per = 1 denotes for the first period, P = NPER for the last"
msgstr "Tydperk. Die tydperk waarvoor die terugbetalings bereken moet word. Per = 1 staan vir die eerste tydperk, P = NPER staan vir die laaste"
-#: scfuncs.hrc:507
+#: sc/inc/scfuncs.hrc:507
msgctxt "SC_OPCODE_PPMT"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:508
+#: sc/inc/scfuncs.hrc:508
msgctxt "SC_OPCODE_PPMT"
msgid "The payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Die betalingstydperk. Die totale getal tydperke waarin die annuïteit (pensioen) betaal word."
-#: scfuncs.hrc:509
+#: sc/inc/scfuncs.hrc:509
msgctxt "SC_OPCODE_PPMT"
msgid "PV"
msgstr "PV"
-#: scfuncs.hrc:510
+#: sc/inc/scfuncs.hrc:510
msgctxt "SC_OPCODE_PPMT"
msgid "The present value. The present value or the amount the annuity is currently worth."
msgstr "Die huidige waarde. Die huidige waarde of die bedrag wat die annuïteit tans werd is."
-#: scfuncs.hrc:511
+#: sc/inc/scfuncs.hrc:511
msgctxt "SC_OPCODE_PPMT"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:512
+#: sc/inc/scfuncs.hrc:512
msgctxt "SC_OPCODE_PPMT"
msgid "Future value. The value (end value) attained after the last payment has been made."
msgstr "Toekomstige waarde. Die waarde (slotwaarde) wat bereik word na die laaste paaiement gedoen is."
-#: scfuncs.hrc:513
+#: sc/inc/scfuncs.hrc:513
msgctxt "SC_OPCODE_PPMT"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:514
+#: sc/inc/scfuncs.hrc:514
msgctxt "SC_OPCODE_PPMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipe = 1 beteken verskuldig aan die begin van die tydperk, = 0 aan die einde."
-#: scfuncs.hrc:520
+#: sc/inc/scfuncs.hrc:520
#, fuzzy
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Cumulative capital. Calculates the total amount of the repayment share in a period for an investment with constant interest rate."
msgstr "Kumulatiewe saamgestelde rente. Bereken die totale bedrag van die renteaandeel in 'n tydperk vir 'n belegging met konstante rentekoers."
-#: scfuncs.hrc:521
+#: sc/inc/scfuncs.hrc:521
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Rate"
msgstr "Koers"
-#: scfuncs.hrc:522
+#: sc/inc/scfuncs.hrc:522
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "The rate of interest per period."
msgstr "Die rentekoers per tydperk."
-#: scfuncs.hrc:523
+#: sc/inc/scfuncs.hrc:523
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:524
+#: sc/inc/scfuncs.hrc:524
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Betaaltydperk. Die totale aantal tydperke waarin die annuïteit (pensioen) betaal word."
-#: scfuncs.hrc:525
+#: sc/inc/scfuncs.hrc:525
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "PV"
msgstr "PV"
-#: scfuncs.hrc:526
+#: sc/inc/scfuncs.hrc:526
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "The present value. The present value or the amount the annuity is currently worth."
msgstr "Die huidige waarde. Die huidige waarde of die bedrag wat die annuïteit tans werd is."
-#: scfuncs.hrc:527
+#: sc/inc/scfuncs.hrc:527
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "S"
msgstr "S"
-#: scfuncs.hrc:528
+#: sc/inc/scfuncs.hrc:528
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "The start period. The first period to be taken into account. S = 1 denotes the very first period."
msgstr ""
-#: scfuncs.hrc:529
+#: sc/inc/scfuncs.hrc:529
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "E"
msgstr "E"
-#: scfuncs.hrc:530
+#: sc/inc/scfuncs.hrc:530
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "End period. The last period to be taken into account."
msgstr "Slottydperk. Die laaste tydperk wat in berekening gebring word."
-#: scfuncs.hrc:531
+#: sc/inc/scfuncs.hrc:531
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:532
+#: sc/inc/scfuncs.hrc:532
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipe = 1 beteken verskuldig aan die begin van die tydperk, = 0 aan die einde."
-#: scfuncs.hrc:538
+#: sc/inc/scfuncs.hrc:538
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Cumulative compounded interest. Calculates the total amount of the interest share in a period for an investment with a constant interest rate."
msgstr "Kumulatiewe saamgestelde rente. Bereken die totale bedrag van die renteaandeel in 'n tydperk vir 'n belegging met konstante rentekoers."
-#: scfuncs.hrc:539
+#: sc/inc/scfuncs.hrc:539
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Rate"
msgstr "Koers"
-#: scfuncs.hrc:540
+#: sc/inc/scfuncs.hrc:540
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The rate of interest per period."
msgstr "Die rentekoers per tydperk."
-#: scfuncs.hrc:541
+#: sc/inc/scfuncs.hrc:541
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:542
+#: sc/inc/scfuncs.hrc:542
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Betaaltydperk. Die totale aantal tydperke waarin die annuïteit (pensioen) betaal word."
-#: scfuncs.hrc:543
+#: sc/inc/scfuncs.hrc:543
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "PV"
msgstr "PV"
-#: scfuncs.hrc:544
+#: sc/inc/scfuncs.hrc:544
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The present value. The present value or the amount the annuity is currently worth."
msgstr "Die huidige waarde. Die huidige waarde of die bedrag wat die annuïteit tans werd is."
-#: scfuncs.hrc:545
+#: sc/inc/scfuncs.hrc:545
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "S"
msgstr "S"
-#: scfuncs.hrc:546
+#: sc/inc/scfuncs.hrc:546
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The start period. The first period to be taken into account. S = 1 denotes the very first period."
msgstr ""
-#: scfuncs.hrc:547
+#: sc/inc/scfuncs.hrc:547
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "E"
msgstr "E"
-#: scfuncs.hrc:548
+#: sc/inc/scfuncs.hrc:548
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The end period. The last period to be taken into account."
msgstr "Die slottydperk. Die laaste tydperk wat in berekening gebring word."
-#: scfuncs.hrc:549
+#: sc/inc/scfuncs.hrc:549
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:550
+#: sc/inc/scfuncs.hrc:550
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipe = 1 beteken verskuldig aan die begin van die tydperk, = 0 aan die einde."
-#: scfuncs.hrc:556
+#: sc/inc/scfuncs.hrc:556
msgctxt "SC_OPCODE_SYD"
msgid "Calculates the arithmetically declining value of an asset (depreciation) for a specified period."
msgstr ""
-#: scfuncs.hrc:557
+#: sc/inc/scfuncs.hrc:557
msgctxt "SC_OPCODE_SYD"
msgid "Cost"
msgstr "Koste"
-#: scfuncs.hrc:558
+#: sc/inc/scfuncs.hrc:558
msgctxt "SC_OPCODE_SYD"
msgid "Acquisition costs. The initial cost of the asset."
msgstr "Verkrygingskoste. Die aanvanklike koste van die bate."
-#: scfuncs.hrc:559
+#: sc/inc/scfuncs.hrc:559
msgctxt "SC_OPCODE_SYD"
msgid "Salvage"
msgstr "Herwinning"
-#: scfuncs.hrc:560
+#: sc/inc/scfuncs.hrc:560
msgctxt "SC_OPCODE_SYD"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr "Herwinning: Die oorblywende waarde van die bate aan die einde van sy lewe."
-#: scfuncs.hrc:561
+#: sc/inc/scfuncs.hrc:561
msgctxt "SC_OPCODE_SYD"
msgid "Life"
msgstr "Lewe"
-#: scfuncs.hrc:562
+#: sc/inc/scfuncs.hrc:562
msgctxt "SC_OPCODE_SYD"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "Lewensduur. Die aantal tydperke in die lewensduur van die bate."
-#: scfuncs.hrc:563
+#: sc/inc/scfuncs.hrc:563
msgctxt "SC_OPCODE_SYD"
msgid "Period"
msgstr "Tydperk"
-#: scfuncs.hrc:564
+#: sc/inc/scfuncs.hrc:564
msgctxt "SC_OPCODE_SYD"
msgid "Period. The depreciation period which must have the same time unit as average useful life."
msgstr "Tydperk. Die depresiasietydperk wat selfde tydeenheid as die gemiddelde nuttige lewensduur moet hê."
-#: scfuncs.hrc:570
+#: sc/inc/scfuncs.hrc:570
msgctxt "SC_OPCODE_SLN"
msgid "Calculates the linear depreciation per period."
msgstr "Bereken die lineêre depresiasie per tydperk."
-#: scfuncs.hrc:571
+#: sc/inc/scfuncs.hrc:571
msgctxt "SC_OPCODE_SLN"
msgid "Cost"
msgstr "Koste"
-#: scfuncs.hrc:572
+#: sc/inc/scfuncs.hrc:572
msgctxt "SC_OPCODE_SLN"
msgid "Acquisition cost. The initial cost of an asset."
msgstr "Verkrygingskoste. Die aanvanklike koste van 'n bate."
-#: scfuncs.hrc:573
+#: sc/inc/scfuncs.hrc:573
msgctxt "SC_OPCODE_SLN"
msgid "Salvage"
msgstr "Herwinning"
-#: scfuncs.hrc:574
+#: sc/inc/scfuncs.hrc:574
msgctxt "SC_OPCODE_SLN"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr "Herwinning: Die oorblywende waarde van die bate aan die einde van sy lewe."
-#: scfuncs.hrc:575
+#: sc/inc/scfuncs.hrc:575
msgctxt "SC_OPCODE_SLN"
msgid "Life"
msgstr "Lewe"
-#: scfuncs.hrc:576
+#: sc/inc/scfuncs.hrc:576
msgctxt "SC_OPCODE_SLN"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "Lewensduur. Die aantal tydperke in die lewensduur van die bate."
-#: scfuncs.hrc:582
+#: sc/inc/scfuncs.hrc:582
msgctxt "SC_OPCODE_DDB"
msgid "Calculates the depreciation of an asset for a specific period using the double-declining balance method or declining balance factor."
msgstr "Bereken die depresiasie van 'n bate vir 'n spesifieke tydperk deur middel van die dubbelverminderendesaldo-metode of verminderendesaldo-faktor."
-#: scfuncs.hrc:583
+#: sc/inc/scfuncs.hrc:583
msgctxt "SC_OPCODE_DDB"
msgid "Cost"
msgstr "Koste"
-#: scfuncs.hrc:584
+#: sc/inc/scfuncs.hrc:584
msgctxt "SC_OPCODE_DDB"
msgid "Acquisition costs. The initial cost of the asset."
msgstr "Verkrygingskoste. Die aanvanklike koste van die bate."
-#: scfuncs.hrc:585
+#: sc/inc/scfuncs.hrc:585
msgctxt "SC_OPCODE_DDB"
msgid "Salvage"
msgstr "Herwinning"
-#: scfuncs.hrc:586
+#: sc/inc/scfuncs.hrc:586
msgctxt "SC_OPCODE_DDB"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr "Herwinning: Die oorblywende waarde van die bate aan die einde van sy lewe."
-#: scfuncs.hrc:587
+#: sc/inc/scfuncs.hrc:587
msgctxt "SC_OPCODE_DDB"
msgid "Life"
msgstr "Lewe"
-#: scfuncs.hrc:588
+#: sc/inc/scfuncs.hrc:588
msgctxt "SC_OPCODE_DDB"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "Lewensduur. Die aantal tydperke in die lewensduur van die bate."
-#: scfuncs.hrc:589
+#: sc/inc/scfuncs.hrc:589
msgctxt "SC_OPCODE_DDB"
msgid "Period"
msgstr "Tydperk"
-#: scfuncs.hrc:590
+#: sc/inc/scfuncs.hrc:590
msgctxt "SC_OPCODE_DDB"
msgid "Period. The depreciation period in the same time unit as the average useful life entry."
msgstr "Tydperk. Die depresiasietydperk in selfde tydeenheid as die gemiddelde nuttige lewensduurinskrywing."
-#: scfuncs.hrc:591
+#: sc/inc/scfuncs.hrc:591
msgctxt "SC_OPCODE_DDB"
msgid "Factor"
msgstr "Faktor"
-#: scfuncs.hrc:592
+#: sc/inc/scfuncs.hrc:592
msgctxt "SC_OPCODE_DDB"
msgid "Factor. The factor for balance decline. F = 2 means a double declining balance factor"
msgstr "Faktor. Die faktor vir saldovermindering. F = 2 beteken 'n dubbelverminderingsaldo-faktor"
-#: scfuncs.hrc:598
+#: sc/inc/scfuncs.hrc:598
msgctxt "SC_OPCODE_DB"
msgid "Returns the real depreciation of an asset for a specified period using the fixed-declining balance method."
msgstr "Bereken die werklike depresiasie van 'n bate vir 'n spesifieke tydperk deur middel van die vasteverminderendesaldo-metode."
-#: scfuncs.hrc:599
+#: sc/inc/scfuncs.hrc:599
msgctxt "SC_OPCODE_DB"
msgid "Cost"
msgstr "Koste"
-#: scfuncs.hrc:600
+#: sc/inc/scfuncs.hrc:600
msgctxt "SC_OPCODE_DB"
msgid "Acquisition costs: The initial cost of the asset."
msgstr "Verkrygingskoste: Die aanvanklike koste van die bate."
-#: scfuncs.hrc:601
+#: sc/inc/scfuncs.hrc:601
msgctxt "SC_OPCODE_DB"
msgid "Salvage"
msgstr "Herwinning"
-#: scfuncs.hrc:602
+#: sc/inc/scfuncs.hrc:602
msgctxt "SC_OPCODE_DB"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr "Herwinning: Die oorblywende waarde van die bate aan die einde van sy lewe."
-#: scfuncs.hrc:603
+#: sc/inc/scfuncs.hrc:603
msgctxt "SC_OPCODE_DB"
msgid "Life"
msgstr "Lewe"
-#: scfuncs.hrc:604
+#: sc/inc/scfuncs.hrc:604
msgctxt "SC_OPCODE_DB"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "Lewensduur. Die aantal tydperke in die lewensduur van die bate."
-#: scfuncs.hrc:605
+#: sc/inc/scfuncs.hrc:605
msgctxt "SC_OPCODE_DB"
msgid "Period"
msgstr "Tydperk"
-#: scfuncs.hrc:606
+#: sc/inc/scfuncs.hrc:606
msgctxt "SC_OPCODE_DB"
msgid "Periods: The period for which the depreciation is calculated. The time unit used for period must be the same as that for the useful life."
msgstr "Tydperke: Die tydperk waarvoor die depresiasie bereken word. Die tydeenheid wat vir die tydperk gebruik word, moet selfde wees as dié wat vir die nuttige lewensduur gebruik word."
-#: scfuncs.hrc:607
+#: sc/inc/scfuncs.hrc:607
msgctxt "SC_OPCODE_DB"
msgid "Month"
msgstr "Maand"
-#: scfuncs.hrc:608
+#: sc/inc/scfuncs.hrc:608
msgctxt "SC_OPCODE_DB"
msgid "Months: The number of months in the first year of depreciation."
msgstr "Maande: Die aantal maande in die eerste jaar van depresiasie."
-#: scfuncs.hrc:614
+#: sc/inc/scfuncs.hrc:614
msgctxt "SC_OPCODE_VBD"
msgid "Variable declining balance. Returns the declining balance depreciation for a particular period."
msgstr "Veranderlike verminderende saldo. Lewer die verminderendesaldo-depresiasie vir 'n gegewe tydperk op."
-#: scfuncs.hrc:615
+#: sc/inc/scfuncs.hrc:615
msgctxt "SC_OPCODE_VBD"
msgid "Cost"
msgstr "Koste"
-#: scfuncs.hrc:616
+#: sc/inc/scfuncs.hrc:616
msgctxt "SC_OPCODE_VBD"
msgid "Cost. The initial cost of the asset."
msgstr "Koste. Die aanvanklike koste van die bate."
-#: scfuncs.hrc:617
+#: sc/inc/scfuncs.hrc:617
msgctxt "SC_OPCODE_VBD"
msgid "Salvage"
msgstr "Herwinning"
-#: scfuncs.hrc:618
+#: sc/inc/scfuncs.hrc:618
msgctxt "SC_OPCODE_VBD"
msgid "Salvage. The salvage value of an asset at the end of its useful life."
msgstr "Herwinning. Die herwinningswaarde van 'n bate aan die einde van sy nuttige lewensduur."
-#: scfuncs.hrc:619
+#: sc/inc/scfuncs.hrc:619
msgctxt "SC_OPCODE_VBD"
msgid "Life"
msgstr "Lewe"
-#: scfuncs.hrc:620
+#: sc/inc/scfuncs.hrc:620
msgctxt "SC_OPCODE_VBD"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "Lewensduur. Die aantal tydperke in die lewensduur van die bate."
-#: scfuncs.hrc:621
+#: sc/inc/scfuncs.hrc:621
msgctxt "SC_OPCODE_VBD"
msgid "Start"
msgstr "Begin"
-#: scfuncs.hrc:622
+#: sc/inc/scfuncs.hrc:622
msgctxt "SC_OPCODE_VBD"
msgid "Start. The first period for depreciation in the same time unit as the useful life."
msgstr "Begin. Die eerste tydperk vir depresiasie in selfde tydeenheid as die nuttige lewensduur."
-#: scfuncs.hrc:623
+#: sc/inc/scfuncs.hrc:623
msgctxt "SC_OPCODE_VBD"
msgid "End"
msgstr "Einde"
-#: scfuncs.hrc:624
+#: sc/inc/scfuncs.hrc:624
msgctxt "SC_OPCODE_VBD"
msgid "End. The last period of the depreciation using the same time unit as for the useful life."
msgstr "Slot. Die laaste tydperk vir depresiasie met behulp van selfde tydeenheid as die nuttige lewensduur."
-#: scfuncs.hrc:625
+#: sc/inc/scfuncs.hrc:625
msgctxt "SC_OPCODE_VBD"
msgid "Factor"
msgstr "Faktor"
-#: scfuncs.hrc:626
+#: sc/inc/scfuncs.hrc:626
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "Factor. The factor for the reduction of the depreciation. Factor = 2 denotes double rate depreciation."
msgstr "Faktor. Die faktor vir die vermindering van die depresiasie. F = 2 staan vir dubbelkoersdepresiasie."
-#: scfuncs.hrc:627
+#: sc/inc/scfuncs.hrc:627
msgctxt "SC_OPCODE_VBD"
msgid "NoSwitch"
msgstr ""
-#: scfuncs.hrc:628
+#: sc/inc/scfuncs.hrc:628
msgctxt "SC_OPCODE_VBD"
msgid "NoSwitch = 0 denotes switch to linear depreciation, NoSwitch = 1 do not switch."
msgstr ""
-#: scfuncs.hrc:634
+#: sc/inc/scfuncs.hrc:634
#, fuzzy
msgctxt "SC_OPCODE_EFFECT"
msgid "Calculates the annual net interest rate for a nominal interest rate."
msgstr "Bereken die jaarlikse netto rentekoers vir 'n nominale rentekoers."
-#: scfuncs.hrc:635
+#: sc/inc/scfuncs.hrc:635
#, fuzzy
msgctxt "SC_OPCODE_EFFECT"
msgid "NOM"
msgstr "NOM"
-#: scfuncs.hrc:636
+#: sc/inc/scfuncs.hrc:636
#, fuzzy
msgctxt "SC_OPCODE_EFFECT"
msgid "Nominal interest"
msgstr "Nominale rente"
-#: scfuncs.hrc:637
+#: sc/inc/scfuncs.hrc:637
msgctxt "SC_OPCODE_EFFECT"
msgid "P"
msgstr "P"
-#: scfuncs.hrc:638
+#: sc/inc/scfuncs.hrc:638
#, fuzzy
msgctxt "SC_OPCODE_EFFECT"
msgid "Periods. The number of interest payments per year."
msgstr "Tydperke. Die getal rentepaaiemente per jaar."
-#: scfuncs.hrc:644
+#: sc/inc/scfuncs.hrc:644
msgctxt "SC_OPCODE_NOMINAL"
msgid "Calculates the yearly nominal interest rate as an effective interest rate."
msgstr "Bereken die jaarlikse nominale rentekoers as 'n effektiewe rentekoers."
-#: scfuncs.hrc:645
+#: sc/inc/scfuncs.hrc:645
msgctxt "SC_OPCODE_NOMINAL"
msgid "Effective rate"
msgstr "Effektiewe koers"
-#: scfuncs.hrc:646
+#: sc/inc/scfuncs.hrc:646
msgctxt "SC_OPCODE_NOMINAL"
msgid "The effective interest rate"
msgstr "Die effektiewe rentekoers"
-#: scfuncs.hrc:647
+#: sc/inc/scfuncs.hrc:647
msgctxt "SC_OPCODE_NOMINAL"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:648
+#: sc/inc/scfuncs.hrc:648
msgctxt "SC_OPCODE_NOMINAL"
msgid "Periods. The number of interest payment per year."
msgstr "Tydperke. Die getal rentepaaiemente per jaar."
-#: scfuncs.hrc:654
+#: sc/inc/scfuncs.hrc:654
msgctxt "SC_OPCODE_NPV"
msgid "Net present value. Calculates the net present value of an investment based on a series of periodic payments and a discount rate."
msgstr "Netto huidige waarde. Bereken die netto huidige waarde van 'n belegging gebaseer op 'n reeks periodieke betalings en 'n diskontokoers."
-#: scfuncs.hrc:655
+#: sc/inc/scfuncs.hrc:655
msgctxt "SC_OPCODE_NPV"
msgid "Rate"
msgstr "Koers"
-#: scfuncs.hrc:656
+#: sc/inc/scfuncs.hrc:656
msgctxt "SC_OPCODE_NPV"
msgid "The rate of discount for one period."
msgstr "Die diskontokoers vir een tydperk."
-#: scfuncs.hrc:657
+#: sc/inc/scfuncs.hrc:657
#, fuzzy
msgctxt "SC_OPCODE_NPV"
msgid "Value "
msgstr "Waardes"
-#: scfuncs.hrc:658
+#: sc/inc/scfuncs.hrc:658
#, fuzzy
msgctxt "SC_OPCODE_NPV"
msgid "Value 1, value 2,... are arguments representing payments and income."
msgstr "Waarde 1, waarde 2,... is 1 tot 30 argumente wat betaling en inkomste verteenwoordig."
-#: scfuncs.hrc:664
+#: sc/inc/scfuncs.hrc:664
msgctxt "SC_OPCODE_IRR"
msgid "Returns the actuarial rate of interest of an investment excluding costs or profits."
msgstr "Lewer die aktuariële rentekoers van 'n belegging op, uitsluitend koste of wins."
-#: scfuncs.hrc:665
+#: sc/inc/scfuncs.hrc:665
msgctxt "SC_OPCODE_IRR"
msgid "Values"
msgstr "Waardes"
-#: scfuncs.hrc:666
+#: sc/inc/scfuncs.hrc:666
msgctxt "SC_OPCODE_IRR"
msgid "An array or reference to cells whose contents correspond to the payments."
msgstr "'n Skikking of verwysing na selle waarvan die inhoud met die betalings ooreenstem."
-#: scfuncs.hrc:667
+#: sc/inc/scfuncs.hrc:667
msgctxt "SC_OPCODE_IRR"
msgid "Guess"
msgstr "Raaiskoot"
-#: scfuncs.hrc:668
+#: sc/inc/scfuncs.hrc:668
msgctxt "SC_OPCODE_IRR"
msgid "Guess. An estimated value of the rate of return to be used for the iteration calculation."
msgstr "Raai. 'n Geraamde waarde vir die opbrengskoers wat vir die iteratiewe berekening gebruik moet word."
-#: scfuncs.hrc:674
+#: sc/inc/scfuncs.hrc:674
msgctxt "SC_OPCODE_MIRR"
msgid "Returns the modified internal rate of return for a series of investments."
msgstr "Lewer die gewysigde interne opbrengskoers vir 'n reeks beleggings op."
-#: scfuncs.hrc:675
+#: sc/inc/scfuncs.hrc:675
msgctxt "SC_OPCODE_MIRR"
msgid "Values"
msgstr "Waardes"
-#: scfuncs.hrc:676
+#: sc/inc/scfuncs.hrc:676
msgctxt "SC_OPCODE_MIRR"
msgid "An array or reference to cells whose contents correspond to the payments."
msgstr "'n Skikking of verwysing na selle waarvan die inhoud met die betalings ooreenstem."
-#: scfuncs.hrc:677
+#: sc/inc/scfuncs.hrc:677
msgctxt "SC_OPCODE_MIRR"
msgid "Investment"
msgstr "Belegging"
-#: scfuncs.hrc:678
+#: sc/inc/scfuncs.hrc:678
msgctxt "SC_OPCODE_MIRR"
msgid "Interest rate for investments (the negative values in the array)."
msgstr "Rentekoers vir beleggings (die negatiewe waardes in die skikking)."
-#: scfuncs.hrc:679
+#: sc/inc/scfuncs.hrc:679
#, fuzzy
msgctxt "SC_OPCODE_MIRR"
msgid "Reinvest rate"
msgstr "herbelê_koers"
-#: scfuncs.hrc:680
+#: sc/inc/scfuncs.hrc:680
#, fuzzy
msgctxt "SC_OPCODE_MIRR"
msgid "Interest rate for reinvestments (the positive values in the array)."
msgstr "Rentekoers vir beleggings (die negatiewe waardes in die skikking)."
-#: scfuncs.hrc:686
+#: sc/inc/scfuncs.hrc:686
msgctxt "SC_OPCODE_ISPMT"
msgid "Returns the amount of interest for constant amortization rates."
msgstr "Lewer die bedrag rente vir konstante amortisasiekoers op."
-#: scfuncs.hrc:687
+#: sc/inc/scfuncs.hrc:687
msgctxt "SC_OPCODE_ISPMT"
msgid "Rate"
msgstr "Koers"
-#: scfuncs.hrc:688
+#: sc/inc/scfuncs.hrc:688
msgctxt "SC_OPCODE_ISPMT"
msgid "Interest rate for a single amortization rate."
msgstr "Rentekoers vir enkelamortisasie-koers."
-#: scfuncs.hrc:689
+#: sc/inc/scfuncs.hrc:689
msgctxt "SC_OPCODE_ISPMT"
msgid "Period"
msgstr "Tydperk"
-#: scfuncs.hrc:690
+#: sc/inc/scfuncs.hrc:690
msgctxt "SC_OPCODE_ISPMT"
msgid "Number of amortization periods for the calculation of the interest."
msgstr "Getal amortisasietydperke vir die berekening van die rente."
-#: scfuncs.hrc:691
+#: sc/inc/scfuncs.hrc:691
#, fuzzy
msgctxt "SC_OPCODE_ISPMT"
msgid "Total periods"
msgstr "totale_tydperke"
-#: scfuncs.hrc:692
+#: sc/inc/scfuncs.hrc:692
msgctxt "SC_OPCODE_ISPMT"
msgid "Sum total of amortization periods."
msgstr "Somtotaal van amortisasietydperke."
-#: scfuncs.hrc:693
+#: sc/inc/scfuncs.hrc:693
msgctxt "SC_OPCODE_ISPMT"
msgid "Investment"
msgstr "Belegging"
-#: scfuncs.hrc:694
+#: sc/inc/scfuncs.hrc:694
msgctxt "SC_OPCODE_ISPMT"
msgid "Amount of the investment."
msgstr "Bedrag van die belegging."
-#: scfuncs.hrc:700
+#: sc/inc/scfuncs.hrc:700
#, fuzzy
msgctxt "SC_OPCODE_PDURATION"
msgid "Duration. Calculates the number of periods required by an investment to attain the desired value."
msgstr "Duur. Bereken die getal tydperke wat deur 'n belegging vereis word om die verlangde waarde te bereik."
-#: scfuncs.hrc:701
+#: sc/inc/scfuncs.hrc:701
msgctxt "SC_OPCODE_PDURATION"
msgid "Rate"
msgstr "Koers"
-#: scfuncs.hrc:702
+#: sc/inc/scfuncs.hrc:702
#, fuzzy
msgctxt "SC_OPCODE_PDURATION"
msgid "The constant rate of interest."
msgstr "Die konstante rentekoers."
-#: scfuncs.hrc:703
+#: sc/inc/scfuncs.hrc:703
msgctxt "SC_OPCODE_PDURATION"
msgid "PV"
msgstr "PV"
-#: scfuncs.hrc:704
+#: sc/inc/scfuncs.hrc:704
#, fuzzy
msgctxt "SC_OPCODE_PDURATION"
msgid "The present value. The current value of the investment."
msgstr "Huidige waarde. Die huidige waarde van die belegging."
-#: scfuncs.hrc:705
+#: sc/inc/scfuncs.hrc:705
msgctxt "SC_OPCODE_PDURATION"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:706
+#: sc/inc/scfuncs.hrc:706
msgctxt "SC_OPCODE_PDURATION"
msgid "The future value of the investment."
msgstr "Die toekomstige waarde van die belegging."
-#: scfuncs.hrc:712
+#: sc/inc/scfuncs.hrc:712
msgctxt "SC_OPCODE_RRI"
msgid "Interest. Calculates the interest rate which represents the rate of return from an investment."
msgstr "Rente. Bereken die rentekoers wat die opbrengskoers uit 'n belegging verteenwoordig."
-#: scfuncs.hrc:713
+#: sc/inc/scfuncs.hrc:713
#, fuzzy
msgctxt "SC_OPCODE_RRI"
msgid "Periods"
msgstr "Tydperk"
-#: scfuncs.hrc:714
+#: sc/inc/scfuncs.hrc:714
msgctxt "SC_OPCODE_RRI"
msgid "The number of periods used in the calculation."
msgstr "Die getal tydperke wat in die berekening gebruik word."
-#: scfuncs.hrc:715
+#: sc/inc/scfuncs.hrc:715
msgctxt "SC_OPCODE_RRI"
msgid "PV"
msgstr "PV"
-#: scfuncs.hrc:716
+#: sc/inc/scfuncs.hrc:716
msgctxt "SC_OPCODE_RRI"
msgid "Present value. The current value of the investment."
msgstr "Huidige waarde. Die huidige waarde van die belegging."
-#: scfuncs.hrc:717
+#: sc/inc/scfuncs.hrc:717
msgctxt "SC_OPCODE_RRI"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:718
+#: sc/inc/scfuncs.hrc:718
msgctxt "SC_OPCODE_RRI"
msgid "The future value of the investment."
msgstr "Die toekomstige waarde van die belegging."
-#: scfuncs.hrc:724
+#: sc/inc/scfuncs.hrc:724
msgctxt "SC_OPCODE_IS_REF"
msgid "Returns TRUE if value is a reference."
msgstr "Lewer WAAR op indien die waarde 'n verwysing is."
-#: scfuncs.hrc:725
+#: sc/inc/scfuncs.hrc:725
#, fuzzy
msgctxt "SC_OPCODE_IS_REF"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:726
+#: sc/inc/scfuncs.hrc:726
msgctxt "SC_OPCODE_IS_REF"
msgid "The value to be tested."
msgstr "Die waarde wat getoets moet word."
-#: scfuncs.hrc:732
+#: sc/inc/scfuncs.hrc:732
msgctxt "SC_OPCODE_IS_ERR"
msgid "Returns TRUE if the value is an error value not equal to #N/A."
msgstr "Lewer WAAR op indien die waarde 'n foutwaarde is wat nie gelyk is aan #N/A nie."
-#: scfuncs.hrc:733
+#: sc/inc/scfuncs.hrc:733
#, fuzzy
msgctxt "SC_OPCODE_IS_ERR"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:734
+#: sc/inc/scfuncs.hrc:734
msgctxt "SC_OPCODE_IS_ERR"
msgid "The value to be tested."
msgstr "Die waarde wat getoets moet word."
-#: scfuncs.hrc:740
+#: sc/inc/scfuncs.hrc:740
msgctxt "SC_OPCODE_IS_ERROR"
msgid "Returns TRUE if the value is an error value."
msgstr "Lewer WAAR op indien die waarde 'n foutwaarde is."
-#: scfuncs.hrc:741
+#: sc/inc/scfuncs.hrc:741
#, fuzzy
msgctxt "SC_OPCODE_IS_ERROR"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:742
+#: sc/inc/scfuncs.hrc:742
msgctxt "SC_OPCODE_IS_ERROR"
msgid "The value to be tested."
msgstr "Die waarde wat getoets moet word."
-#: scfuncs.hrc:748
+#: sc/inc/scfuncs.hrc:748
msgctxt "SC_OPCODE_IS_EMPTY"
msgid "Returns TRUE if value refers to an empty cell."
msgstr "Lewer WAAR op indien die waarde na 'n leë sel verwys."
-#: scfuncs.hrc:749
+#: sc/inc/scfuncs.hrc:749
#, fuzzy
msgctxt "SC_OPCODE_IS_EMPTY"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:750
+#: sc/inc/scfuncs.hrc:750
msgctxt "SC_OPCODE_IS_EMPTY"
msgid "The value to be tested."
msgstr "Die waarde wat getoets moet word."
-#: scfuncs.hrc:756
+#: sc/inc/scfuncs.hrc:756
msgctxt "SC_OPCODE_IS_LOGICAL"
msgid "Returns TRUE if the value carries a logical number format."
msgstr "Lewer WAAR op indien die waarde 'n logiesenommer-formaat dra."
-#: scfuncs.hrc:757
+#: sc/inc/scfuncs.hrc:757
#, fuzzy
msgctxt "SC_OPCODE_IS_LOGICAL"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:758
+#: sc/inc/scfuncs.hrc:758
msgctxt "SC_OPCODE_IS_LOGICAL"
msgid "The value to be tested."
msgstr "Die waarde wat getoets moet word."
-#: scfuncs.hrc:764
+#: sc/inc/scfuncs.hrc:764
msgctxt "SC_OPCODE_IS_NV"
msgid "Returns TRUE if value equals #N/A."
msgstr "Lewer WAAR op indien die waarde gelyk is aan #N/A."
-#: scfuncs.hrc:765
+#: sc/inc/scfuncs.hrc:765
#, fuzzy
msgctxt "SC_OPCODE_IS_NV"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:766
+#: sc/inc/scfuncs.hrc:766
msgctxt "SC_OPCODE_IS_NV"
msgid "The value to be tested."
msgstr "Die waarde wat getoets moet word."
-#: scfuncs.hrc:772
+#: sc/inc/scfuncs.hrc:772
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "Returns TRUE if the value is not text."
msgstr "Lewer WAAR op indien die waarde nie teks is nie."
-#: scfuncs.hrc:773
+#: sc/inc/scfuncs.hrc:773
#, fuzzy
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:774
+#: sc/inc/scfuncs.hrc:774
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "The value to be tested."
msgstr "Die waarde wat getoets moet word."
-#: scfuncs.hrc:780
+#: sc/inc/scfuncs.hrc:780
msgctxt "SC_OPCODE_IS_STRING"
msgid "Returns TRUE if value is text."
msgstr "Lewer WAAR op indien die waarde teks is."
-#: scfuncs.hrc:781
+#: sc/inc/scfuncs.hrc:781
#, fuzzy
msgctxt "SC_OPCODE_IS_STRING"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:782
+#: sc/inc/scfuncs.hrc:782
msgctxt "SC_OPCODE_IS_STRING"
msgid "The value to be tested."
msgstr "Die waarde wat getoets moet word."
-#: scfuncs.hrc:788
+#: sc/inc/scfuncs.hrc:788
msgctxt "SC_OPCODE_IS_VALUE"
msgid "Returns TRUE if value is a number."
msgstr "Lewer WAAR op indien die waarde 'n nommer is."
-#: scfuncs.hrc:789
+#: sc/inc/scfuncs.hrc:789
#, fuzzy
msgctxt "SC_OPCODE_IS_VALUE"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:790
+#: sc/inc/scfuncs.hrc:790
msgctxt "SC_OPCODE_IS_VALUE"
msgid "The value to be tested."
msgstr "Die waarde wat getoets moet word."
-#: scfuncs.hrc:796
+#: sc/inc/scfuncs.hrc:796
msgctxt "SC_OPCODE_IS_FORMULA"
msgid "Returns TRUE if the cell is a formula cell."
msgstr "Lewer WAAR op indien die sel 'n formulesel is."
-#: scfuncs.hrc:797
+#: sc/inc/scfuncs.hrc:797
msgctxt "SC_OPCODE_IS_FORMULA"
msgid "Reference"
msgstr "Verwysing"
-#: scfuncs.hrc:798
+#: sc/inc/scfuncs.hrc:798
#, fuzzy
msgctxt "SC_OPCODE_IS_FORMULA"
msgid "The cell to be tested."
msgstr "Die waarde wat getoets moet word."
-#: scfuncs.hrc:804
+#: sc/inc/scfuncs.hrc:804
msgctxt "SC_OPCODE_FORMULA"
msgid "Returns the formula of a formula cell."
msgstr "Lewer die formule van 'n formulesel op."
-#: scfuncs.hrc:805
+#: sc/inc/scfuncs.hrc:805
msgctxt "SC_OPCODE_FORMULA"
msgid "Reference"
msgstr "Verwysing"
-#: scfuncs.hrc:806
+#: sc/inc/scfuncs.hrc:806
msgctxt "SC_OPCODE_FORMULA"
msgid "The formula cell."
msgstr "Die formulesel."
-#: scfuncs.hrc:812
+#: sc/inc/scfuncs.hrc:812
msgctxt "SC_OPCODE_N"
msgid "Converts a value to a number."
msgstr "Skep 'n waarde in 'n getal om."
-#: scfuncs.hrc:813
+#: sc/inc/scfuncs.hrc:813
#, fuzzy
msgctxt "SC_OPCODE_N"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:814
+#: sc/inc/scfuncs.hrc:814
msgctxt "SC_OPCODE_N"
msgid "The value to be interpreted as a number."
msgstr "Die waarde wat as 'n nommer geïnterpreteer moet word."
-#: scfuncs.hrc:820
+#: sc/inc/scfuncs.hrc:820
msgctxt "SC_OPCODE_NO_VALUE"
msgid "Not available. Returns the error value #N/A."
msgstr "Nie beskikbaar nie. Lewer die foutwaarde #N/A op."
-#: scfuncs.hrc:826
+#: sc/inc/scfuncs.hrc:826
msgctxt "SC_OPCODE_TYPE"
msgid "Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula, 16 = error value, 64 = array)."
msgstr ""
-#: scfuncs.hrc:827
+#: sc/inc/scfuncs.hrc:827
#, fuzzy
msgctxt "SC_OPCODE_TYPE"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:828
+#: sc/inc/scfuncs.hrc:828
msgctxt "SC_OPCODE_TYPE"
msgid "The value for which the data type is to be determined."
msgstr "Die waarde waarvoor die datasoort bepaal moet word."
-#: scfuncs.hrc:834
+#: sc/inc/scfuncs.hrc:834
msgctxt "SC_OPCODE_CELL"
msgid "Determines information about address, formatting or contents of a cell."
msgstr "Bepaal inligting oor die adres, formatering of inhoud van 'n sel."
-#: scfuncs.hrc:835
+#: sc/inc/scfuncs.hrc:835
#, fuzzy
msgctxt "SC_OPCODE_CELL"
msgid "Info type"
msgstr "info_soort"
-#: scfuncs.hrc:836
+#: sc/inc/scfuncs.hrc:836
msgctxt "SC_OPCODE_CELL"
msgid "String that specifies the type of information."
msgstr "String wat die soort inligting spesifiseer."
-#: scfuncs.hrc:837
+#: sc/inc/scfuncs.hrc:837
msgctxt "SC_OPCODE_CELL"
msgid "Reference"
msgstr "Verwysing"
-#: scfuncs.hrc:838
+#: sc/inc/scfuncs.hrc:838
msgctxt "SC_OPCODE_CELL"
msgid "The position of the cell you want to examine."
msgstr "Die posisie van die sel wat u wil ondersoek."
-#: scfuncs.hrc:844
+#: sc/inc/scfuncs.hrc:844
#, fuzzy
msgctxt "SC_OPCODE_CURRENT"
msgid "Calculates the current value of the formula at the present location."
msgstr "Bereken die huidige waarde van die formule by die huidige ligging. "
-#: scfuncs.hrc:850
+#: sc/inc/scfuncs.hrc:850
msgctxt "SC_OPCODE_FALSE"
msgid "Defines the logical value as FALSE."
msgstr "Definieer die logiese waarde as ONWAAR."
-#: scfuncs.hrc:856
+#: sc/inc/scfuncs.hrc:856
msgctxt "SC_OPCODE_NOT"
msgid "Reverses the value of the argument."
msgstr "Keer die waarde van die argument om."
-#: scfuncs.hrc:857
+#: sc/inc/scfuncs.hrc:857
msgctxt "SC_OPCODE_NOT"
msgid "Logical value"
msgstr "Logiese waarde"
-#: scfuncs.hrc:858
+#: sc/inc/scfuncs.hrc:858
msgctxt "SC_OPCODE_NOT"
msgid "An expression that can be either TRUE or FALSE."
msgstr "'n Uitdrukking wat óf WAAR óf ONWAAR kan wees."
-#: scfuncs.hrc:864
+#: sc/inc/scfuncs.hrc:864
msgctxt "SC_OPCODE_TRUE"
msgid "Returns the logical value TRUE."
msgstr "Lewer die logiese waarde WAAR op."
-#: scfuncs.hrc:870
+#: sc/inc/scfuncs.hrc:870
msgctxt "SC_OPCODE_IF"
msgid "Specifies a logical test to be performed."
msgstr "Spesifiseer 'n logiese toets wat gedoen moet word."
-#: scfuncs.hrc:871
+#: sc/inc/scfuncs.hrc:871
msgctxt "SC_OPCODE_IF"
msgid "Test"
msgstr "Toets"
-#: scfuncs.hrc:872
+#: sc/inc/scfuncs.hrc:872
msgctxt "SC_OPCODE_IF"
msgid "Any value or expression which can be either TRUE or FALSE."
msgstr "Enige waarde of uitdrukking wat óf WAAR óf ONWAAR kan wees."
-#: scfuncs.hrc:873
+#: sc/inc/scfuncs.hrc:873
#, fuzzy
msgctxt "SC_OPCODE_IF"
msgid "Then value"
msgstr "Dan_waarde"
-#: scfuncs.hrc:874
+#: sc/inc/scfuncs.hrc:874
msgctxt "SC_OPCODE_IF"
msgid "The result of the function if the logical test returns a TRUE."
msgstr "Die resultaat van die funksie indien die logiese toets 'n WAAR oplewer."
-#: scfuncs.hrc:875
+#: sc/inc/scfuncs.hrc:875
#, fuzzy
msgctxt "SC_OPCODE_IF"
msgid "Otherwise value"
msgstr "Anders_waarde"
-#: scfuncs.hrc:876
+#: sc/inc/scfuncs.hrc:876
msgctxt "SC_OPCODE_IF"
msgid "The result of the function if the logical test returns FALSE."
msgstr "Die resultaat van die funksie indien die logiese toets 'n ONWAAR oplewer."
-#: scfuncs.hrc:882
+#: sc/inc/scfuncs.hrc:882
msgctxt "SC_OPCODE_IF_ERROR"
msgid "Returns value if not an error value, else alternative."
msgstr ""
-#: scfuncs.hrc:883
+#: sc/inc/scfuncs.hrc:883
#, fuzzy
msgctxt "SC_OPCODE_IF_ERROR"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:884
+#: sc/inc/scfuncs.hrc:884
#, fuzzy
msgctxt "SC_OPCODE_IF_ERROR"
msgid "The value to be calculated."
msgstr "Die waarde wat omgeskakel moet word."
-#: scfuncs.hrc:885
+#: sc/inc/scfuncs.hrc:885
msgctxt "SC_OPCODE_IF_ERROR"
msgid "Alternative value"
msgstr ""
-#: scfuncs.hrc:886
+#: sc/inc/scfuncs.hrc:886
msgctxt "SC_OPCODE_IF_ERROR"
msgid "The alternative to be returned, should value be an error value."
msgstr ""
-#: scfuncs.hrc:892
+#: sc/inc/scfuncs.hrc:892
msgctxt "SC_OPCODE_IF_NA"
msgid "Returns value if not a #N/A error, else alternative."
msgstr ""
-#: scfuncs.hrc:893
+#: sc/inc/scfuncs.hrc:893
#, fuzzy
msgctxt "SC_OPCODE_IF_NA"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:894
+#: sc/inc/scfuncs.hrc:894
#, fuzzy
msgctxt "SC_OPCODE_IF_NA"
msgid "The value to be calculated."
msgstr "Die waarde wat omgeskakel moet word."
-#: scfuncs.hrc:895
+#: sc/inc/scfuncs.hrc:895
msgctxt "SC_OPCODE_IF_NA"
msgid "Alternative value"
msgstr ""
-#: scfuncs.hrc:896
+#: sc/inc/scfuncs.hrc:896
msgctxt "SC_OPCODE_IF_NA"
msgid "The alternative to be returned, should value be a #N/A error."
msgstr ""
-#: scfuncs.hrc:902
+#: sc/inc/scfuncs.hrc:902
msgctxt "SC_OPCODE_OR"
msgid "Returns TRUE if an argument is TRUE."
msgstr "Lewer WAAR op indien 'n argument WAAR is."
-#: scfuncs.hrc:903
+#: sc/inc/scfuncs.hrc:903
msgctxt "SC_OPCODE_OR"
msgid "Logical value "
msgstr "Logiese waarde "
-#: scfuncs.hrc:904
+#: sc/inc/scfuncs.hrc:904
#, fuzzy
msgctxt "SC_OPCODE_OR"
msgid "Logical value 1, logical value 2,... are conditions to be tested and which return either TRUE or FALSE."
msgstr "Logiese waarde 1, logiese waarde 2,... is 1 tot 30 voorwaardes wat getoets moet word en wat óf WAAR óf ONWAAR kan oplewer."
-#: scfuncs.hrc:910
+#: sc/inc/scfuncs.hrc:910
msgctxt "SC_OPCODE_XOR"
msgid "Returns TRUE if an odd number of arguments evaluates to TRUE."
msgstr ""
-#: scfuncs.hrc:911
+#: sc/inc/scfuncs.hrc:911
msgctxt "SC_OPCODE_XOR"
msgid "Logical value "
msgstr "Logiese waarde "
-#: scfuncs.hrc:912
+#: sc/inc/scfuncs.hrc:912
#, fuzzy
msgctxt "SC_OPCODE_XOR"
msgid "Logical value 1, logical value 2, ... are conditions to be tested and which return either TRUE or FALSE."
msgstr "Logiese waarde 1, logiese waarde 2,... is 1 tot 30 voorwaardes wat getoets moet word en wat óf WAAR óf ONWAAR kan oplewer."
-#: scfuncs.hrc:918
+#: sc/inc/scfuncs.hrc:918
msgctxt "SC_OPCODE_AND"
msgid "Returns TRUE if all arguments are TRUE."
msgstr "Lewer WAAR op indien alle argumente WAAR is."
-#: scfuncs.hrc:919
+#: sc/inc/scfuncs.hrc:919
msgctxt "SC_OPCODE_AND"
msgid "Logical value "
msgstr "Logiese waarde "
-#: scfuncs.hrc:920
+#: sc/inc/scfuncs.hrc:920
#, fuzzy
msgctxt "SC_OPCODE_AND"
msgid "Logical value 1, logical value 2;...are conditions to be tested and each returns either TRUE or FALSE."
msgstr "Logiese waarde 1, logiese waarde 2;...is 1 tot 30 voorwaardes wat getoets moet word en wat elk óf WAAR óf ONWAAR oplewer."
-#: scfuncs.hrc:926
+#: sc/inc/scfuncs.hrc:926
msgctxt "SC_OPCODE_ABS"
msgid "Absolute value of a number."
msgstr "Absolute waarde van 'n getal."
-#: scfuncs.hrc:927
+#: sc/inc/scfuncs.hrc:927
msgctxt "SC_OPCODE_ABS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:928
+#: sc/inc/scfuncs.hrc:928
msgctxt "SC_OPCODE_ABS"
msgid "The number whose absolute value is to be returned."
msgstr "Die getal waarvan die absolute waarde gelewer moet word."
-#: scfuncs.hrc:934
+#: sc/inc/scfuncs.hrc:934
msgctxt "SC_OPCODE_POWER"
msgid "Returns a^b, base a raised to the power of exponent b."
msgstr "Lewer a^b op, basis a tot die mag van eksponent b."
-#: scfuncs.hrc:935
+#: sc/inc/scfuncs.hrc:935
msgctxt "SC_OPCODE_POWER"
msgid "Base"
msgstr "Basis"
-#: scfuncs.hrc:936
+#: sc/inc/scfuncs.hrc:936
msgctxt "SC_OPCODE_POWER"
msgid "The base a of the power a^b."
msgstr "Die basis a van die mag a^b."
-#: scfuncs.hrc:937
+#: sc/inc/scfuncs.hrc:937
msgctxt "SC_OPCODE_POWER"
msgid "Exponent"
msgstr "Eksponent"
-#: scfuncs.hrc:938
+#: sc/inc/scfuncs.hrc:938
msgctxt "SC_OPCODE_POWER"
msgid "The exponent b of the power a^b."
msgstr "Die eksponent b van die mag a^b."
-#: scfuncs.hrc:944
+#: sc/inc/scfuncs.hrc:944
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "Counts the blank cells in a specified range."
msgstr "Tel die blanko selle in 'n gespesifiseerde reikwydte."
-#: scfuncs.hrc:945
+#: sc/inc/scfuncs.hrc:945
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "Range"
msgstr "Omvang"
-#: scfuncs.hrc:946
+#: sc/inc/scfuncs.hrc:946
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "The range in which empty cells are to be counted."
msgstr "Die reikwydte waarin leë selle getel moet word."
-#: scfuncs.hrc:952
+#: sc/inc/scfuncs.hrc:952
msgctxt "SC_OPCODE_PI"
msgid "Returns the value of the number Pi."
msgstr "Lewer die waarde van die nommer Pi op."
-#: scfuncs.hrc:958
+#: sc/inc/scfuncs.hrc:958
msgctxt "SC_OPCODE_SUM"
msgid "Returns the sum of all arguments."
msgstr "Lewer die som van alle argumente op."
-#: scfuncs.hrc:959
+#: sc/inc/scfuncs.hrc:959
msgctxt "SC_OPCODE_SUM"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:960
+#: sc/inc/scfuncs.hrc:960
#, fuzzy
msgctxt "SC_OPCODE_SUM"
msgid "Number 1, number 2, ... are arguments whose total is to be calculated."
msgstr "Nommer 1, nommer 2, ... is 1 tot 30 argumente waarvan die totaal bereken moet word."
-#: scfuncs.hrc:966
+#: sc/inc/scfuncs.hrc:966
msgctxt "SC_OPCODE_SUM_SQ"
msgid "Returns the sum of the squares of the arguments."
msgstr "Lewer die som van alle vierkantswortels van die argumente op."
-#: scfuncs.hrc:967
+#: sc/inc/scfuncs.hrc:967
msgctxt "SC_OPCODE_SUM_SQ"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:968
+#: sc/inc/scfuncs.hrc:968
#, fuzzy
msgctxt "SC_OPCODE_SUM_SQ"
msgid "Number 1, number 2,... are arguments for which the sum of the squares is to be calculated."
msgstr "Nommer 1, nommer 2,... is 1 tot 30 argumente waarvan die som van die vierkantswortels bereken moet word."
-#: scfuncs.hrc:974
+#: sc/inc/scfuncs.hrc:974
msgctxt "SC_OPCODE_PRODUCT"
msgid "Multiplies the arguments."
msgstr "Vermenigvuldig die argumente."
-#: scfuncs.hrc:975
+#: sc/inc/scfuncs.hrc:975
msgctxt "SC_OPCODE_PRODUCT"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:976
+#: sc/inc/scfuncs.hrc:976
#, fuzzy
msgctxt "SC_OPCODE_PRODUCT"
msgid "Number 1, number 2, ... are arguments to be multiplied and a result returned."
msgstr "Nommer 1, nommer 2, ... is 1 tot 30 argumente wat vermenigvuldig moet word en waarvan die resultaat bereken word."
-#: scfuncs.hrc:982
+#: sc/inc/scfuncs.hrc:982
#, fuzzy
msgctxt "SC_OPCODE_SUM_IF"
msgid "Totals the arguments that meet the condition."
msgstr "Lewer die totaal van die argumente op wat aan die vereistes voldoen."
-#: scfuncs.hrc:983
+#: sc/inc/scfuncs.hrc:983
msgctxt "SC_OPCODE_SUM_IF"
msgid "Range"
msgstr "Omvang"
-#: scfuncs.hrc:984
+#: sc/inc/scfuncs.hrc:984
msgctxt "SC_OPCODE_SUM_IF"
msgid "The range to be evaluated by the criteria given."
msgstr "Die reikwydte wat deur die gegewe kriteria geëvalueer moet word."
-#: scfuncs.hrc:985
+#: sc/inc/scfuncs.hrc:985
#, fuzzy
msgctxt "SC_OPCODE_SUM_IF"
msgid "Criteria"
msgstr "kriteria"
-#: scfuncs.hrc:986
+#: sc/inc/scfuncs.hrc:986
msgctxt "SC_OPCODE_SUM_IF"
msgid "The criteria to be applied to the range."
msgstr ""
-#: scfuncs.hrc:987
+#: sc/inc/scfuncs.hrc:987
#, fuzzy
msgctxt "SC_OPCODE_SUM_IF"
msgid "Sum range"
msgstr "som_omvang"
-#: scfuncs.hrc:988
+#: sc/inc/scfuncs.hrc:988
msgctxt "SC_OPCODE_SUM_IF"
msgid "The range from which the values are to be totalled."
msgstr "Die reikwydte waarvan die som van die waardes bereken moet word."
-#: scfuncs.hrc:994
+#: sc/inc/scfuncs.hrc:994
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Averages the arguments that meet the conditions."
msgstr "Lewer die totaal van die argumente op wat aan die vereistes voldoen."
-#: scfuncs.hrc:995
+#: sc/inc/scfuncs.hrc:995
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Range"
msgstr "Omvang"
-#: scfuncs.hrc:996
+#: sc/inc/scfuncs.hrc:996
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "The range to be evaluated by the criteria given."
msgstr "Die reikwydte wat deur die gegewe kriteria geëvalueer moet word."
-#: scfuncs.hrc:997
+#: sc/inc/scfuncs.hrc:997
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Criteria"
msgstr "kriteria"
-#: scfuncs.hrc:998
+#: sc/inc/scfuncs.hrc:998
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "The criteria to be applied to the range."
msgstr ""
-#: scfuncs.hrc:999
+#: sc/inc/scfuncs.hrc:999
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Average range"
msgstr ""
-#: scfuncs.hrc:1000
+#: sc/inc/scfuncs.hrc:1000
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "The range from which the values are to be averaged."
msgstr "Die reikwydte waarvan die som van die waardes bereken moet word."
-#: scfuncs.hrc:1005
+#: sc/inc/scfuncs.hrc:1005
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Totals the values of cells in a range that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:1006
+#: sc/inc/scfuncs.hrc:1006
#, fuzzy
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Sum range"
msgstr "som_omvang"
-#: scfuncs.hrc:1007
+#: sc/inc/scfuncs.hrc:1007
msgctxt "SC_OPCODE_SUM_IFS"
msgid "The range from which the values are to be totalled."
msgstr "Die reikwydte waarvan die som van die waardes bereken moet word."
-#: scfuncs.hrc:1008
+#: sc/inc/scfuncs.hrc:1008
#, fuzzy
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Range "
msgstr "Omvang"
-#: scfuncs.hrc:1009
+#: sc/inc/scfuncs.hrc:1009
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:1010
+#: sc/inc/scfuncs.hrc:1010
#, fuzzy
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Criteria "
msgstr "kriteria"
-#: scfuncs.hrc:1011
+#: sc/inc/scfuncs.hrc:1011
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:1017
+#: sc/inc/scfuncs.hrc:1017
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Averages the value of the cells that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:1018
+#: sc/inc/scfuncs.hrc:1018
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Average range"
msgstr ""
-#: scfuncs.hrc:1019
+#: sc/inc/scfuncs.hrc:1019
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "The range from which the values are to be averaged."
msgstr "Die reikwydte waarvan die som van die waardes bereken moet word."
-#: scfuncs.hrc:1020
+#: sc/inc/scfuncs.hrc:1020
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Range "
msgstr "Omvang"
-#: scfuncs.hrc:1021
+#: sc/inc/scfuncs.hrc:1021
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:1022
+#: sc/inc/scfuncs.hrc:1022
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Criteria "
msgstr "kriteria"
-#: scfuncs.hrc:1023
+#: sc/inc/scfuncs.hrc:1023
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:1029
+#: sc/inc/scfuncs.hrc:1029
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Counts the cells that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:1030
+#: sc/inc/scfuncs.hrc:1030
#, fuzzy
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Range "
msgstr "Omvang"
-#: scfuncs.hrc:1031
+#: sc/inc/scfuncs.hrc:1031
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:1032
+#: sc/inc/scfuncs.hrc:1032
#, fuzzy
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Criteria "
msgstr "kriteria"
-#: scfuncs.hrc:1033
+#: sc/inc/scfuncs.hrc:1033
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:1039
+#: sc/inc/scfuncs.hrc:1039
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Counts the arguments which meet the set conditions."
msgstr "Tel die argumente wat aan die stel voorwaardes voldoen."
-#: scfuncs.hrc:1040
+#: sc/inc/scfuncs.hrc:1040
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Range"
msgstr "Omvang"
-#: scfuncs.hrc:1041
+#: sc/inc/scfuncs.hrc:1041
#, fuzzy
msgctxt "SC_OPCODE_COUNT_IF"
msgid "The range of cells to be evaluated by the criteria given."
msgstr "Die reikwydte wat deur die gegewe kriteria geëvalueer moet word."
-#: scfuncs.hrc:1042
+#: sc/inc/scfuncs.hrc:1042
#, fuzzy
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Criteria"
msgstr "kriteria"
-#: scfuncs.hrc:1043
+#: sc/inc/scfuncs.hrc:1043
msgctxt "SC_OPCODE_COUNT_IF"
msgid "The criteria to be applied to the range."
msgstr ""
-#: scfuncs.hrc:1049
+#: sc/inc/scfuncs.hrc:1049
msgctxt "SC_OPCODE_SQRT"
msgid "Returns the square root of a number."
msgstr "Lewer die vierkantswortel van 'n getal op."
-#: scfuncs.hrc:1050
+#: sc/inc/scfuncs.hrc:1050
msgctxt "SC_OPCODE_SQRT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1051
+#: sc/inc/scfuncs.hrc:1051
msgctxt "SC_OPCODE_SQRT"
msgid "A positive value for which the square root is to be calculated."
msgstr "'n Positiewe waarde waarvoor die vierkantswortel bereken moet word."
-#: scfuncs.hrc:1057
+#: sc/inc/scfuncs.hrc:1057
msgctxt "SC_OPCODE_RANDOM"
msgid "Returns a random number between 0 and 1."
msgstr "Lewer 'n ewekansige getal tussen 0 en 1 op."
-#: scfuncs.hrc:1063
+#: sc/inc/scfuncs.hrc:1063
msgctxt "SC_OPCODE_IS_EVEN"
msgid "Returns TRUE if value is an even integer."
msgstr "Lewer WAAR op indien die waarde 'n ewe heelgetal is."
-#: scfuncs.hrc:1064
+#: sc/inc/scfuncs.hrc:1064
#, fuzzy
msgctxt "SC_OPCODE_IS_EVEN"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:1065
+#: sc/inc/scfuncs.hrc:1065
msgctxt "SC_OPCODE_IS_EVEN"
msgid "The value to be tested."
msgstr "Die waarde wat getoets moet word."
-#: scfuncs.hrc:1071
+#: sc/inc/scfuncs.hrc:1071
msgctxt "SC_OPCODE_IS_ODD"
msgid "Returns TRUE if value is an odd integer."
msgstr "Lewer WAAR op indien die waarde 'n onewe heelgetal is."
-#: scfuncs.hrc:1072
+#: sc/inc/scfuncs.hrc:1072
#, fuzzy
msgctxt "SC_OPCODE_IS_ODD"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:1073
+#: sc/inc/scfuncs.hrc:1073
msgctxt "SC_OPCODE_IS_ODD"
msgid "The value to be tested."
msgstr "Die waarde wat getoets moet word."
-#: scfuncs.hrc:1079
+#: sc/inc/scfuncs.hrc:1079
msgctxt "SC_OPCODE_COMBIN"
msgid "Calculates the number of combinations for elements without repetition."
msgstr "Bereken die getal kombinasies vir elemente sonder herhaling."
-#: scfuncs.hrc:1080
+#: sc/inc/scfuncs.hrc:1080
#, fuzzy
msgctxt "SC_OPCODE_COMBIN"
msgid "Number 1"
msgstr "Nommer "
-#: scfuncs.hrc:1081
+#: sc/inc/scfuncs.hrc:1081
msgctxt "SC_OPCODE_COMBIN"
msgid "The total number of elements."
msgstr "Die totale aantal elemente."
-#: scfuncs.hrc:1082
+#: sc/inc/scfuncs.hrc:1082
#, fuzzy
msgctxt "SC_OPCODE_COMBIN"
msgid "Number 2"
msgstr "Nommer "
-#: scfuncs.hrc:1083
+#: sc/inc/scfuncs.hrc:1083
msgctxt "SC_OPCODE_COMBIN"
msgid "The number of elements selected."
msgstr "Die aantal elemente gekies."
-#: scfuncs.hrc:1089
+#: sc/inc/scfuncs.hrc:1089
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Calculates the number of combinations of elements including repetition."
msgstr "Bereken die getal kombinasies van elemente insluitend herhaling."
-#: scfuncs.hrc:1090
+#: sc/inc/scfuncs.hrc:1090
#, fuzzy
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Number 1"
msgstr "Nommer "
-#: scfuncs.hrc:1091
+#: sc/inc/scfuncs.hrc:1091
msgctxt "SC_OPCODE_COMBIN_A"
msgid "The total number of elements."
msgstr "Die totale aantal elemente."
-#: scfuncs.hrc:1092
+#: sc/inc/scfuncs.hrc:1092
#, fuzzy
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Number 2"
msgstr "Nommer "
-#: scfuncs.hrc:1093
+#: sc/inc/scfuncs.hrc:1093
msgctxt "SC_OPCODE_COMBIN_A"
msgid "The number of elements selected."
msgstr "Die aantal elemente gekies."
-#: scfuncs.hrc:1099
+#: sc/inc/scfuncs.hrc:1099
msgctxt "SC_OPCODE_ARC_COS"
msgid "Returns the arccosine of a number."
msgstr "Lewer die boogkosinus van 'n getal op."
-#: scfuncs.hrc:1100
+#: sc/inc/scfuncs.hrc:1100
msgctxt "SC_OPCODE_ARC_COS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1101
+#: sc/inc/scfuncs.hrc:1101
msgctxt "SC_OPCODE_ARC_COS"
msgid "A value between -1 and 1 for which the arccosine is to be returned."
msgstr "'n Waarde tussen -1 en 1 waarvan die boogkosinus gelewer moet word."
-#: scfuncs.hrc:1107
+#: sc/inc/scfuncs.hrc:1107
msgctxt "SC_OPCODE_ARC_SIN"
msgid "Returns the arcsine of a number."
msgstr "Lewer die boogsinus van 'n getal op."
-#: scfuncs.hrc:1108
+#: sc/inc/scfuncs.hrc:1108
msgctxt "SC_OPCODE_ARC_SIN"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1109
+#: sc/inc/scfuncs.hrc:1109
msgctxt "SC_OPCODE_ARC_SIN"
msgid "A value between -1 and 1 for which the arcsine is to be returned."
msgstr "'n Waarde tussen -1 en 1 waarvan die boogsinus gelewer moet word."
-#: scfuncs.hrc:1115
+#: sc/inc/scfuncs.hrc:1115
msgctxt "SC_OPCODE_ARC_COS_HYP"
msgid "Returns the inverse hyperbolic cosine of a number."
msgstr "Lewer die omgekeerde hiperboliese kosinus van 'n getal op."
-#: scfuncs.hrc:1116
+#: sc/inc/scfuncs.hrc:1116
msgctxt "SC_OPCODE_ARC_COS_HYP"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1117
+#: sc/inc/scfuncs.hrc:1117
msgctxt "SC_OPCODE_ARC_COS_HYP"
msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
msgstr "'n Waarde groter as of geleik aan 1 waarvan die omgekeerde hiperboliese kotangens gelewer moet word."
-#: scfuncs.hrc:1123
+#: sc/inc/scfuncs.hrc:1123
msgctxt "SC_OPCODE_ARC_SIN_HYP"
msgid "Returns the inverse hyperbolic sine of a number."
msgstr "Lewer die omgekeerde hiperboliese sinus van 'n getal op."
-#: scfuncs.hrc:1124
+#: sc/inc/scfuncs.hrc:1124
msgctxt "SC_OPCODE_ARC_SIN_HYP"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1125
+#: sc/inc/scfuncs.hrc:1125
msgctxt "SC_OPCODE_ARC_SIN_HYP"
msgid "The value for which the inverse hyperbolic sine is to be returned."
msgstr "'n Waarde groter as of gelyk aan 1 waarvan die hiperboliese sinus gelewer moet word."
-#: scfuncs.hrc:1131
+#: sc/inc/scfuncs.hrc:1131
msgctxt "SC_OPCODE_ARC_COT"
msgid "Returns the inverse cotangent of a number."
msgstr "Lewer die omgekeerde kotangens van 'n getal op."
-#: scfuncs.hrc:1132
+#: sc/inc/scfuncs.hrc:1132
msgctxt "SC_OPCODE_ARC_COT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1133
+#: sc/inc/scfuncs.hrc:1133
msgctxt "SC_OPCODE_ARC_COT"
msgid "The value for which the inverse cotangent is to be returned."
msgstr "'n Waarde waarvan die omgekeerde kotangens gelewer moet word."
-#: scfuncs.hrc:1139
+#: sc/inc/scfuncs.hrc:1139
msgctxt "SC_OPCODE_ARC_TAN"
msgid "Returns the arctangent of a number."
msgstr "Lewer die boogtangens van 'n getal op."
-#: scfuncs.hrc:1140
+#: sc/inc/scfuncs.hrc:1140
msgctxt "SC_OPCODE_ARC_TAN"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1141
+#: sc/inc/scfuncs.hrc:1141
msgctxt "SC_OPCODE_ARC_TAN"
msgid "The value for which the arctangent is to be returned."
msgstr "'n Waarde waarvan die boogtangens gelewer moet word."
-#: scfuncs.hrc:1147
+#: sc/inc/scfuncs.hrc:1147
msgctxt "SC_OPCODE_ARC_COT_HYP"
msgid "Returns the inverse hyperbolic cotangent of a number."
msgstr "Lewer die omgekeerde hiperboliese kotangens van 'n getal op."
-#: scfuncs.hrc:1148
+#: sc/inc/scfuncs.hrc:1148
msgctxt "SC_OPCODE_ARC_COT_HYP"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1149
+#: sc/inc/scfuncs.hrc:1149
msgctxt "SC_OPCODE_ARC_COT_HYP"
msgid "A value smaller than -1 or greater than 1 for which the inverse hyperbolic cotangent is to be returned."
msgstr "Waarde kleiner as -1 of groter as 1 waarvan die omgekeerde hiperboliese kotangens gelewer moet word."
-#: scfuncs.hrc:1155
+#: sc/inc/scfuncs.hrc:1155
msgctxt "SC_OPCODE_ARC_TAN_HYP"
msgid "Returns the inverse hyperbolic tangent of a number."
msgstr "Lewer die omgekeerde hiperboliese tangens van 'n getal."
-#: scfuncs.hrc:1156
+#: sc/inc/scfuncs.hrc:1156
msgctxt "SC_OPCODE_ARC_TAN_HYP"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1157
+#: sc/inc/scfuncs.hrc:1157
msgctxt "SC_OPCODE_ARC_TAN_HYP"
msgid "A value between -1 and 1 for which the inverse hyperbolic tangent is to be returned."
msgstr "'n Waarde tussen -1 en 1 waarvoor die omgekeerde hiperboliese tangens gelewer moet word."
-#: scfuncs.hrc:1163
+#: sc/inc/scfuncs.hrc:1163
msgctxt "SC_OPCODE_COS"
msgid "Returns the cosine of a number."
msgstr "Lewer die kosinus van 'n getal op."
-#: scfuncs.hrc:1164
+#: sc/inc/scfuncs.hrc:1164
msgctxt "SC_OPCODE_COS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1165
+#: sc/inc/scfuncs.hrc:1165
msgctxt "SC_OPCODE_COS"
msgid "The angle in the radians for which the cosine is to be returned."
msgstr "'n Hoek in die radiale waarvan die kosinus gelewer moet word."
-#: scfuncs.hrc:1171
+#: sc/inc/scfuncs.hrc:1171
msgctxt "SC_OPCODE_SIN"
msgid "Returns the sine of a number."
msgstr "Lewer die sinus van 'n getal op."
-#: scfuncs.hrc:1172
+#: sc/inc/scfuncs.hrc:1172
msgctxt "SC_OPCODE_SIN"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1173
+#: sc/inc/scfuncs.hrc:1173
msgctxt "SC_OPCODE_SIN"
msgid "The angle in radians for which the sine is to be calculated."
msgstr "'n Hoek in die radiale waarvan die sinus bereken moet word."
-#: scfuncs.hrc:1179
+#: sc/inc/scfuncs.hrc:1179
msgctxt "SC_OPCODE_COT"
msgid "Returns the cotangent of a number."
msgstr "Lewer die kotangens van 'n getal op."
-#: scfuncs.hrc:1180
+#: sc/inc/scfuncs.hrc:1180
msgctxt "SC_OPCODE_COT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1181
+#: sc/inc/scfuncs.hrc:1181
msgctxt "SC_OPCODE_COT"
msgid "The angle in radians whose cotangent value is to be returned."
msgstr "Die hoek in radiale waarvan die kotangenswaarde gelewer moet word."
-#: scfuncs.hrc:1187
+#: sc/inc/scfuncs.hrc:1187
msgctxt "SC_OPCODE_TAN"
msgid "Returns the tangent of a number."
msgstr "Lewer die tangens van 'n getal op."
-#: scfuncs.hrc:1188
+#: sc/inc/scfuncs.hrc:1188
msgctxt "SC_OPCODE_TAN"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1189
+#: sc/inc/scfuncs.hrc:1189
msgctxt "SC_OPCODE_TAN"
msgid "The angle in radians for which the tangent is to be calculated."
msgstr "'n Hoek in die radiale waarvan die tangens gelewer moet word."
-#: scfuncs.hrc:1195
+#: sc/inc/scfuncs.hrc:1195
msgctxt "SC_OPCODE_COS_HYP"
msgid "Returns the hyperbolic cosine of a number."
msgstr "Lewer die hiperboliese kosinus van 'n getal op."
-#: scfuncs.hrc:1196
+#: sc/inc/scfuncs.hrc:1196
msgctxt "SC_OPCODE_COS_HYP"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1197
+#: sc/inc/scfuncs.hrc:1197
msgctxt "SC_OPCODE_COS_HYP"
msgid "The value for which the hyperbolic cosine is to be returned."
msgstr "Die waarde waarvoor die hiperboliese kosinus gelewer moet word."
-#: scfuncs.hrc:1203
+#: sc/inc/scfuncs.hrc:1203
msgctxt "SC_OPCODE_SIN_HYP"
msgid "Returns the hyperbolic sine of a number."
msgstr "Lewer die hiperboliese sinus van 'n getal op."
-#: scfuncs.hrc:1204
+#: sc/inc/scfuncs.hrc:1204
msgctxt "SC_OPCODE_SIN_HYP"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1205
+#: sc/inc/scfuncs.hrc:1205
msgctxt "SC_OPCODE_SIN_HYP"
msgid "The value for which the hyperbolic sine is to be calculated."
msgstr "Die waarde waarvoor die hiperboliese sinus gelewer moet word."
-#: scfuncs.hrc:1211
+#: sc/inc/scfuncs.hrc:1211
msgctxt "SC_OPCODE_COT_HYP"
msgid "Returns the hyperbolic cotangent of a number."
msgstr "Lewer die hiperboliese kotangens van 'n getal op."
-#: scfuncs.hrc:1212
+#: sc/inc/scfuncs.hrc:1212
msgctxt "SC_OPCODE_COT_HYP"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1213
+#: sc/inc/scfuncs.hrc:1213
msgctxt "SC_OPCODE_COT_HYP"
msgid "A value not equal to 0 for which the hyperbolic cotangent is to be returned."
msgstr "'n Waarde nie gelyk aan 0 nie waarvan die hiperboliese kotangens gelewer moet word."
-#: scfuncs.hrc:1219
+#: sc/inc/scfuncs.hrc:1219
msgctxt "SC_OPCODE_TAN_HYP"
msgid "Returns the hyperbolic tangent of a number."
msgstr "Lewer die hiperboliese tangens van 'n getal op."
-#: scfuncs.hrc:1220
+#: sc/inc/scfuncs.hrc:1220
msgctxt "SC_OPCODE_TAN_HYP"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1221
+#: sc/inc/scfuncs.hrc:1221
msgctxt "SC_OPCODE_TAN_HYP"
msgid "The value for which the hyperbolic tangent is to be calculated."
msgstr "'n Waarde waarvan die hiperboliese tangens bereken moet word."
-#: scfuncs.hrc:1227
+#: sc/inc/scfuncs.hrc:1227
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Returns the arctangent for the specified coordinates."
msgstr "Lewer die boogtangens vir die gespesifiseerde koördinate op."
-#: scfuncs.hrc:1228
+#: sc/inc/scfuncs.hrc:1228
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Number X"
msgstr "Nommer "
-#: scfuncs.hrc:1229
+#: sc/inc/scfuncs.hrc:1229
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "The value for the X coordinate."
msgstr "Die waarde vir die x-koördinaat."
-#: scfuncs.hrc:1230
+#: sc/inc/scfuncs.hrc:1230
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Number Y"
msgstr "Nommer "
-#: scfuncs.hrc:1231
+#: sc/inc/scfuncs.hrc:1231
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "The value for the Y coordinate."
msgstr "Die waarde vir die x-koördinaat."
-#: scfuncs.hrc:1237
+#: sc/inc/scfuncs.hrc:1237
msgctxt "SC_OPCODE_COSECANT"
msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
msgstr ""
-#: scfuncs.hrc:1238
+#: sc/inc/scfuncs.hrc:1238
#, fuzzy
msgctxt "SC_OPCODE_COSECANT"
msgid "Angle"
msgstr "Hoek"
-#: scfuncs.hrc:1239
+#: sc/inc/scfuncs.hrc:1239
#, fuzzy
msgctxt "SC_OPCODE_COSECANT"
msgid "The angle in radians for which the cosecant is to be calculated."
msgstr "'n Hoek in die radiale waarvan die sinus bereken moet word."
-#: scfuncs.hrc:1245
+#: sc/inc/scfuncs.hrc:1245
msgctxt "SC_OPCODE_SECANT"
msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
msgstr ""
-#: scfuncs.hrc:1246
+#: sc/inc/scfuncs.hrc:1246
#, fuzzy
msgctxt "SC_OPCODE_SECANT"
msgid "Angle"
msgstr "Hoek"
-#: scfuncs.hrc:1247
+#: sc/inc/scfuncs.hrc:1247
#, fuzzy
msgctxt "SC_OPCODE_SECANT"
msgid "The angle in radians for which the secant is to be calculated."
msgstr "'n Hoek in die radiale waarvan die sinus bereken moet word."
-#: scfuncs.hrc:1253
+#: sc/inc/scfuncs.hrc:1253
msgctxt "SC_OPCODE_COSECANT_HYP"
msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
msgstr ""
-#: scfuncs.hrc:1254
+#: sc/inc/scfuncs.hrc:1254
#, fuzzy
msgctxt "SC_OPCODE_COSECANT_HYP"
msgid "Angle"
msgstr "Hoek"
-#: scfuncs.hrc:1255
+#: sc/inc/scfuncs.hrc:1255
#, fuzzy
msgctxt "SC_OPCODE_COSECANT_HYP"
msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
msgstr "'n Hoek in die radiale waarvan die sinus bereken moet word."
-#: scfuncs.hrc:1261
+#: sc/inc/scfuncs.hrc:1261
msgctxt "SC_OPCODE_SECANT_HYP"
msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
msgstr ""
-#: scfuncs.hrc:1262
+#: sc/inc/scfuncs.hrc:1262
#, fuzzy
msgctxt "SC_OPCODE_SECANT_HYP"
msgid "Angle"
msgstr "Hoek"
-#: scfuncs.hrc:1263
+#: sc/inc/scfuncs.hrc:1263
#, fuzzy
msgctxt "SC_OPCODE_SECANT_HYP"
msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
msgstr "'n Hoek in die radiale waarvan die sinus bereken moet word."
-#: scfuncs.hrc:1269
+#: sc/inc/scfuncs.hrc:1269
msgctxt "SC_OPCODE_DEG"
msgid "Converts a radian to degrees"
msgstr "Skep 'n radiaal om in grade"
-#: scfuncs.hrc:1270
+#: sc/inc/scfuncs.hrc:1270
msgctxt "SC_OPCODE_DEG"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1271
+#: sc/inc/scfuncs.hrc:1271
msgctxt "SC_OPCODE_DEG"
msgid "The angle in a radian"
msgstr "Die hoek in 'n radiaal"
-#: scfuncs.hrc:1277
+#: sc/inc/scfuncs.hrc:1277
msgctxt "SC_OPCODE_RAD"
msgid "Converts degrees to radians"
msgstr "Skep grade om in radiale"
-#: scfuncs.hrc:1278
+#: sc/inc/scfuncs.hrc:1278
msgctxt "SC_OPCODE_RAD"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1279
+#: sc/inc/scfuncs.hrc:1279
msgctxt "SC_OPCODE_RAD"
msgid "The angle in degrees."
msgstr "Die hoek in grade."
-#: scfuncs.hrc:1285
+#: sc/inc/scfuncs.hrc:1285
msgctxt "SC_OPCODE_EXP"
msgid "Calculates the exponent for basis e."
msgstr "Bereken die eksponent vir basis-e."
-#: scfuncs.hrc:1286
+#: sc/inc/scfuncs.hrc:1286
msgctxt "SC_OPCODE_EXP"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1287
+#: sc/inc/scfuncs.hrc:1287
msgctxt "SC_OPCODE_EXP"
msgid "The exponent applied to base e."
msgstr "Die eksponent wat op basis-e toegepas word."
-#: scfuncs.hrc:1293
+#: sc/inc/scfuncs.hrc:1293
msgctxt "SC_OPCODE_LOG"
msgid "Calculates the logarithm to any specified base."
msgstr "Bereken die logaritme van enige gespesifiseerde basis."
-#: scfuncs.hrc:1294
+#: sc/inc/scfuncs.hrc:1294
msgctxt "SC_OPCODE_LOG"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1295
+#: sc/inc/scfuncs.hrc:1295
msgctxt "SC_OPCODE_LOG"
msgid "A value greater than 0 for which the logarithm is to be calculated."
msgstr "'n Waarde groter as 0 waarvoor die logaritme bereken moet word."
-#: scfuncs.hrc:1296
+#: sc/inc/scfuncs.hrc:1296
msgctxt "SC_OPCODE_LOG"
msgid "Base"
msgstr "Basis"
-#: scfuncs.hrc:1297
+#: sc/inc/scfuncs.hrc:1297
msgctxt "SC_OPCODE_LOG"
msgid "The base of the logarithm. If omitted, the base is regarded as 10."
msgstr "Die basis van die logaritme. Indien weggelaat, word die basis as 10 geag."
-#: scfuncs.hrc:1303
+#: sc/inc/scfuncs.hrc:1303
msgctxt "SC_OPCODE_LN"
msgid "Calculates the natural logarithm of a number."
msgstr "Bereken die natuurlike logaritme van 'n getal."
-#: scfuncs.hrc:1304
+#: sc/inc/scfuncs.hrc:1304
msgctxt "SC_OPCODE_LN"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1305
+#: sc/inc/scfuncs.hrc:1305
msgctxt "SC_OPCODE_LN"
msgid "A value greater than 0 for which the natural logarithm is to be calculated."
msgstr "'n Waarde groter as 0 waarvan die natuurlike logaritme bereken moet word."
-#: scfuncs.hrc:1311
+#: sc/inc/scfuncs.hrc:1311
msgctxt "SC_OPCODE_LOG10"
msgid "Calculates the base-10 logarithm of a number."
msgstr "Bereken die basis-10-logaritme van 'n getal."
-#: scfuncs.hrc:1312
+#: sc/inc/scfuncs.hrc:1312
msgctxt "SC_OPCODE_LOG10"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1313
+#: sc/inc/scfuncs.hrc:1313
msgctxt "SC_OPCODE_LOG10"
msgid "A value greater than 0 for which the logarithm is to be calculated."
msgstr "'n Waarde groter as 0 waarvoor die logaritme bereken moet word."
-#: scfuncs.hrc:1319
+#: sc/inc/scfuncs.hrc:1319
msgctxt "SC_OPCODE_FACT"
msgid "Calculates the factorial of a number."
msgstr "Bereken die faktoriaal van 'n getal."
-#: scfuncs.hrc:1320
+#: sc/inc/scfuncs.hrc:1320
msgctxt "SC_OPCODE_FACT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1321
+#: sc/inc/scfuncs.hrc:1321
msgctxt "SC_OPCODE_FACT"
msgid "The number for which the factorial is to be calculated."
msgstr "Die getal waarvoor die faktoriaal bereken moet word."
-#: scfuncs.hrc:1327
+#: sc/inc/scfuncs.hrc:1327
msgctxt "SC_OPCODE_MOD"
msgid "Calculates the remainder of a division."
msgstr "Bereken die res van 'n deling."
-#: scfuncs.hrc:1328
+#: sc/inc/scfuncs.hrc:1328
msgctxt "SC_OPCODE_MOD"
msgid "Dividend"
msgstr "Dividend"
-#: scfuncs.hrc:1329
+#: sc/inc/scfuncs.hrc:1329
msgctxt "SC_OPCODE_MOD"
msgid "The number to be divided."
msgstr "Die getal wat gedeel moet word."
-#: scfuncs.hrc:1330
+#: sc/inc/scfuncs.hrc:1330
msgctxt "SC_OPCODE_MOD"
msgid "Divisor"
msgstr "Deler"
-#: scfuncs.hrc:1331
+#: sc/inc/scfuncs.hrc:1331
msgctxt "SC_OPCODE_MOD"
msgid "The number by which the dividend is divided."
msgstr "Die getal waardeur die dividend gedeel moet word."
-#: scfuncs.hrc:1337
+#: sc/inc/scfuncs.hrc:1337
msgctxt "SC_OPCODE_PLUS_MINUS"
msgid "Returns the algebraic sign of a number."
msgstr "Lewer die algebraïese teken van 'n getal op."
-#: scfuncs.hrc:1338
+#: sc/inc/scfuncs.hrc:1338
msgctxt "SC_OPCODE_PLUS_MINUS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1339
+#: sc/inc/scfuncs.hrc:1339
msgctxt "SC_OPCODE_PLUS_MINUS"
msgid "The number for which the algebraic sign is to be determined."
msgstr "Die getal waarvoor die algebraïese teken bepaal moet word."
-#: scfuncs.hrc:1345
+#: sc/inc/scfuncs.hrc:1345
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Calculates subtotals in a spreadsheet."
msgstr "Bereken subtotale in 'n sigblad."
-#: scfuncs.hrc:1346
+#: sc/inc/scfuncs.hrc:1346
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Function"
msgstr "Funksie"
-#: scfuncs.hrc:1347
+#: sc/inc/scfuncs.hrc:1347
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Function index. Is an index of the possible functions Total, Max, ..."
msgstr "Funksie-indeks. Is 'n indeks van die moontlike funksies soos Totaal, Maks, ..."
-#: scfuncs.hrc:1348
+#: sc/inc/scfuncs.hrc:1348
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Range"
msgstr "Omvang"
-#: scfuncs.hrc:1349
+#: sc/inc/scfuncs.hrc:1349
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "The cells of the range which are to be taken into account."
msgstr "Die selle van die reikwydte wat in berekening gebring moet word."
-#: scfuncs.hrc:1355
+#: sc/inc/scfuncs.hrc:1355
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Calculates an aggregate in a spreadsheet."
msgstr ""
-#: scfuncs.hrc:1356
+#: sc/inc/scfuncs.hrc:1356
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Function"
msgstr "Funksie"
-#: scfuncs.hrc:1357
+#: sc/inc/scfuncs.hrc:1357
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Function index. Is an index of the possible functions Total, Max, ..."
msgstr "Funksie-indeks. Is 'n indeks van die moontlike funksies soos Totaal, Maks, ..."
-#: scfuncs.hrc:1358
+#: sc/inc/scfuncs.hrc:1358
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Options"
msgstr "Opsies"
-#: scfuncs.hrc:1359
+#: sc/inc/scfuncs.hrc:1359
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Option index. Is an index of the possible ignore options."
msgstr ""
-#: scfuncs.hrc:1360
+#: sc/inc/scfuncs.hrc:1360
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Reference 1 or array"
msgstr ""
-#: scfuncs.hrc:1361
+#: sc/inc/scfuncs.hrc:1361
#, fuzzy
msgctxt "SC_OPCODE_AGGREGATE"
msgid "The cell(s) of the range which are to be taken into account."
msgstr "Die selle van die reikwydte wat in berekening gebring moet word."
-#: scfuncs.hrc:1362
+#: sc/inc/scfuncs.hrc:1362
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Reference 2..n or k "
msgstr ""
-#: scfuncs.hrc:1363
+#: sc/inc/scfuncs.hrc:1363
msgctxt "SC_OPCODE_AGGREGATE"
msgid "The cells of the range which are to be taken into account or mandatory 2nd argument for certain functions."
msgstr ""
-#: scfuncs.hrc:1369
+#: sc/inc/scfuncs.hrc:1369
msgctxt "SC_OPCODE_INT"
msgid "Rounds a number down to the nearest integer."
msgstr "Rond 'n getal af na die naaste heelgetal."
-#: scfuncs.hrc:1370
+#: sc/inc/scfuncs.hrc:1370
msgctxt "SC_OPCODE_INT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1371
+#: sc/inc/scfuncs.hrc:1371
msgctxt "SC_OPCODE_INT"
msgid "The number to be rounded down."
msgstr "Die getal wat afwaarts afgerond moet word."
-#: scfuncs.hrc:1377
+#: sc/inc/scfuncs.hrc:1377
msgctxt "SC_OPCODE_TRUNC"
msgid "Truncates the decimal places of a number."
msgstr "Knot die desimale plekke van 'n getal af."
-#: scfuncs.hrc:1378
+#: sc/inc/scfuncs.hrc:1378
msgctxt "SC_OPCODE_TRUNC"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1379
+#: sc/inc/scfuncs.hrc:1379
msgctxt "SC_OPCODE_TRUNC"
msgid "The number to be truncated."
msgstr "Die getal wat afgeknot moet word."
-#: scfuncs.hrc:1380
+#: sc/inc/scfuncs.hrc:1380
msgctxt "SC_OPCODE_TRUNC"
msgid "Count"
msgstr "Tel"
-#: scfuncs.hrc:1381
+#: sc/inc/scfuncs.hrc:1381
msgctxt "SC_OPCODE_TRUNC"
msgid "The number of places after the decimal point that are not to be truncated."
msgstr "Die getal plekke na die desimale komma wat nie afgeknot moet word nie."
-#: scfuncs.hrc:1387
+#: sc/inc/scfuncs.hrc:1387
msgctxt "SC_OPCODE_ROUND"
msgid "Rounds a number to a predefined accuracy."
msgstr "Rond 'n getal af na 'n voorafbepaalde akkuraatheid."
-#: scfuncs.hrc:1388
+#: sc/inc/scfuncs.hrc:1388
msgctxt "SC_OPCODE_ROUND"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1389
+#: sc/inc/scfuncs.hrc:1389
msgctxt "SC_OPCODE_ROUND"
msgid "The number to be rounded."
msgstr "Die getal wat afgerond moet word."
-#: scfuncs.hrc:1390
+#: sc/inc/scfuncs.hrc:1390
msgctxt "SC_OPCODE_ROUND"
msgid "Count"
msgstr "Tel"
-#: scfuncs.hrc:1391
+#: sc/inc/scfuncs.hrc:1391
msgctxt "SC_OPCODE_ROUND"
msgid "The number of places to which a number is to be rounded."
msgstr "Die aantal plekke tot waar 'n getal afgerond moet word."
-#: scfuncs.hrc:1397
+#: sc/inc/scfuncs.hrc:1397
msgctxt "SC_OPCODE_ROUND_UP"
msgid "Rounds a number up to the predefined accuracy."
msgstr "Rond 'n getal op na 'n voorafbepaalde akkuraatheid."
-#: scfuncs.hrc:1398
+#: sc/inc/scfuncs.hrc:1398
msgctxt "SC_OPCODE_ROUND_UP"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1399
+#: sc/inc/scfuncs.hrc:1399
msgctxt "SC_OPCODE_ROUND_UP"
msgid "The number to be rounded up."
msgstr "Die getal wat opwaarts afgerond moet word."
-#: scfuncs.hrc:1400
+#: sc/inc/scfuncs.hrc:1400
msgctxt "SC_OPCODE_ROUND_UP"
msgid "Count"
msgstr "Tel"
-#: scfuncs.hrc:1401
+#: sc/inc/scfuncs.hrc:1401
msgctxt "SC_OPCODE_ROUND_UP"
msgid "The number of places to which a number is to be rounded."
msgstr "Die aantal plekke tot waar 'n getal afgerond moet word."
-#: scfuncs.hrc:1407
+#: sc/inc/scfuncs.hrc:1407
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "Rounds a number down to a predefined accuracy."
msgstr "Rond 'n getal op of af na 'n voorafbepaalde akkuraatheid."
-#: scfuncs.hrc:1408
+#: sc/inc/scfuncs.hrc:1408
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1409
+#: sc/inc/scfuncs.hrc:1409
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "The number to be rounded down."
msgstr "Die getal wat afwaarts afgerond moet word."
-#: scfuncs.hrc:1410
+#: sc/inc/scfuncs.hrc:1410
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "Count"
msgstr "Tel"
-#: scfuncs.hrc:1411
+#: sc/inc/scfuncs.hrc:1411
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "The number of places down to which a number is to be rounded."
msgstr "Die getal plekke afwaarts waarheen die getal afgerond moet word."
-#: scfuncs.hrc:1417
+#: sc/inc/scfuncs.hrc:1417
msgctxt "SC_OPCODE_EVEN"
msgid "Rounds a positive number up and negative number down to the nearest even integer."
msgstr "Rond 'n positiewe getal op en negatiewe getal af na die naaste ewe heelgetal."
-#: scfuncs.hrc:1418
+#: sc/inc/scfuncs.hrc:1418
msgctxt "SC_OPCODE_EVEN"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1419
+#: sc/inc/scfuncs.hrc:1419
msgctxt "SC_OPCODE_EVEN"
msgid "The number to be rounded up."
msgstr "Die getal wat opwaarts afgerond moet word."
-#: scfuncs.hrc:1425
+#: sc/inc/scfuncs.hrc:1425
msgctxt "SC_OPCODE_ODD"
msgid "Rounds a positive number up and negative number down to the nearest odd integer."
msgstr "Rond 'n positiewe getal op en negatiewe getal af na die naaste onewe heelgetal."
-#: scfuncs.hrc:1426
+#: sc/inc/scfuncs.hrc:1426
msgctxt "SC_OPCODE_ODD"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1427
+#: sc/inc/scfuncs.hrc:1427
msgctxt "SC_OPCODE_ODD"
msgid "The number to be rounded up."
msgstr "Die getal wat opwaarts afgerond moet word."
-#: scfuncs.hrc:1433
+#: sc/inc/scfuncs.hrc:1433
msgctxt "SC_OPCODE_CEIL_MS"
msgid ""
"Rounds a number away from zero to the nearest multiple of significance.\n"
"This function exists for interoperability with Microsoft Excel 2007 or older versions."
msgstr ""
-#: scfuncs.hrc:1434
+#: sc/inc/scfuncs.hrc:1434
msgctxt "SC_OPCODE_CEIL_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1435
+#: sc/inc/scfuncs.hrc:1435
msgctxt "SC_OPCODE_CEIL_MS"
msgid "The number to be rounded up."
msgstr "Die getal wat opwaarts afgerond moet word."
-#: scfuncs.hrc:1436
+#: sc/inc/scfuncs.hrc:1436
msgctxt "SC_OPCODE_CEIL_MS"
msgid "Significance"
msgstr "Betekenis"
-#: scfuncs.hrc:1437
+#: sc/inc/scfuncs.hrc:1437
msgctxt "SC_OPCODE_CEIL_MS"
msgid "The number to whose multiple the value is rounded."
msgstr "Die getal waarna die veelvoud die waarde gerond word."
-#: scfuncs.hrc:1443
+#: sc/inc/scfuncs.hrc:1443
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "Rounds a number up to the nearest multiple of significance, regardless of sign of significance."
msgstr ""
-#: scfuncs.hrc:1444
+#: sc/inc/scfuncs.hrc:1444
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1445
+#: sc/inc/scfuncs.hrc:1445
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "The number to be rounded up."
msgstr "Die getal wat opwaarts afgerond moet word."
-#: scfuncs.hrc:1446
+#: sc/inc/scfuncs.hrc:1446
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "Significance"
msgstr "Betekenis"
-#: scfuncs.hrc:1447
+#: sc/inc/scfuncs.hrc:1447
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "The number to whose multiple the value is rounded."
msgstr "Die getal waarna die veelvoud die waarde gerond word."
-#: scfuncs.hrc:1453
+#: sc/inc/scfuncs.hrc:1453
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "Rounds a number up to the nearest multiple of significance, regardless of sign of significance."
msgstr ""
-#: scfuncs.hrc:1454
+#: sc/inc/scfuncs.hrc:1454
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1455
+#: sc/inc/scfuncs.hrc:1455
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "The number to be rounded up."
msgstr "Die getal wat opwaarts afgerond moet word."
-#: scfuncs.hrc:1456
+#: sc/inc/scfuncs.hrc:1456
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "Significance"
msgstr "Betekenis"
-#: scfuncs.hrc:1457
+#: sc/inc/scfuncs.hrc:1457
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "The number to whose multiple the value is rounded."
msgstr "Die getal waarna die veelvoud die waarde gerond word."
-#: scfuncs.hrc:1463
+#: sc/inc/scfuncs.hrc:1463
msgctxt "SC_OPCODE_CEIL"
msgid "Rounds a number up to the nearest multiple of significance."
msgstr "Rond 'n getal op na die naaste bepalende veelvoud."
-#: scfuncs.hrc:1464
+#: sc/inc/scfuncs.hrc:1464
msgctxt "SC_OPCODE_CEIL"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1465
+#: sc/inc/scfuncs.hrc:1465
msgctxt "SC_OPCODE_CEIL"
msgid "The number to be rounded up."
msgstr "Die getal wat opwaarts afgerond moet word."
-#: scfuncs.hrc:1466
+#: sc/inc/scfuncs.hrc:1466
msgctxt "SC_OPCODE_CEIL"
msgid "Significance"
msgstr "Betekenis"
-#: scfuncs.hrc:1467
+#: sc/inc/scfuncs.hrc:1467
msgctxt "SC_OPCODE_CEIL"
msgid "If given the number to whose multiple the value is rounded, else -1 or 1 depending on sign of Number."
msgstr ""
-#: scfuncs.hrc:1468
+#: sc/inc/scfuncs.hrc:1468
msgctxt "SC_OPCODE_CEIL"
msgid "Mode"
msgstr "Modus"
-#: scfuncs.hrc:1469
+#: sc/inc/scfuncs.hrc:1469
msgctxt "SC_OPCODE_CEIL"
msgid "If given and not equal to zero then rounded up according to amount when a negative number and significance."
msgstr "Indien gegewe en nie gelyk aan nul nie, rond dan op volgens die bedrag wanneer 'n negatiewe getal en bepalend."
-#: scfuncs.hrc:1475
+#: sc/inc/scfuncs.hrc:1475
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Rounds a number up to the nearest multiple of significance."
msgstr "Rond 'n getal op na die naaste bepalende veelvoud."
-#: scfuncs.hrc:1476
+#: sc/inc/scfuncs.hrc:1476
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1477
+#: sc/inc/scfuncs.hrc:1477
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "The number to be rounded up."
msgstr "Die getal wat opwaarts afgerond moet word."
-#: scfuncs.hrc:1478
+#: sc/inc/scfuncs.hrc:1478
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Significance"
msgstr "Betekenis"
-#: scfuncs.hrc:1479
+#: sc/inc/scfuncs.hrc:1479
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "If given the number to whose multiple the value is rounded, else 1."
msgstr ""
-#: scfuncs.hrc:1480
+#: sc/inc/scfuncs.hrc:1480
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Mode"
msgstr "Modus"
-#: scfuncs.hrc:1481
+#: sc/inc/scfuncs.hrc:1481
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "For negative numbers; if given and not equal to zero then rounds away from zero, else rounds towards zero."
msgstr ""
-#: scfuncs.hrc:1487
+#: sc/inc/scfuncs.hrc:1487
msgctxt "SC_OPCODE_FLOOR"
msgid "Rounds number down to the nearest multiple of significance."
msgstr "Rond 'n getal af na die naaste bepalende veelvoud."
-#: scfuncs.hrc:1488
+#: sc/inc/scfuncs.hrc:1488
msgctxt "SC_OPCODE_FLOOR"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1489
+#: sc/inc/scfuncs.hrc:1489
msgctxt "SC_OPCODE_FLOOR"
msgid "The number to be rounded down."
msgstr "Die getal wat afwaarts afgerond moet word."
-#: scfuncs.hrc:1490
+#: sc/inc/scfuncs.hrc:1490
msgctxt "SC_OPCODE_FLOOR"
msgid "Significance"
msgstr "Betekenis"
-#: scfuncs.hrc:1491
+#: sc/inc/scfuncs.hrc:1491
msgctxt "SC_OPCODE_FLOOR"
msgid "The number to whose multiple the value is to be rounded down."
msgstr "Die getal waarvan die veelvoud die waarde afgerond moet word."
-#: scfuncs.hrc:1492
+#: sc/inc/scfuncs.hrc:1492
msgctxt "SC_OPCODE_FLOOR"
msgid "Mode"
msgstr "Modus"
-#: scfuncs.hrc:1493
+#: sc/inc/scfuncs.hrc:1493
#, fuzzy
msgctxt "SC_OPCODE_FLOOR"
msgid "If given and not equal to zero then rounded towards zero with negative number and significance."
msgstr "Indien gegewe en nie gelyk aan nul nie, rond dan af volgens die bedrag wanneer 'n negatiewe getal en bepalend."
-#: scfuncs.hrc:1499
+#: sc/inc/scfuncs.hrc:1499
msgctxt "SC_OPCODE_FLOOR_MS"
msgid ""
"Rounds number towards zero to the nearest multiple of absolute value of significance.\n"
"This function exists for interoperability with Microsoft Excel 2007 or older versions."
msgstr ""
-#: scfuncs.hrc:1500
+#: sc/inc/scfuncs.hrc:1500
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1501
+#: sc/inc/scfuncs.hrc:1501
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "The number to be rounded down."
msgstr "Die getal wat afwaarts afgerond moet word."
-#: scfuncs.hrc:1502
+#: sc/inc/scfuncs.hrc:1502
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "Significance"
msgstr "Betekenis"
-#: scfuncs.hrc:1503
+#: sc/inc/scfuncs.hrc:1503
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "The number to whose multiple the value is to be rounded down."
msgstr "Die getal waarvan die veelvoud die waarde afgerond moet word."
-#: scfuncs.hrc:1509
+#: sc/inc/scfuncs.hrc:1509
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Rounds number down to the nearest multiple of significance, regardless of sign of significance."
msgstr ""
-#: scfuncs.hrc:1510
+#: sc/inc/scfuncs.hrc:1510
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1511
+#: sc/inc/scfuncs.hrc:1511
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "The number to be rounded down."
msgstr "Die getal wat afwaarts afgerond moet word."
-#: scfuncs.hrc:1512
+#: sc/inc/scfuncs.hrc:1512
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Significance"
msgstr "Betekenis"
-#: scfuncs.hrc:1513
+#: sc/inc/scfuncs.hrc:1513
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "The number to whose multiple the value is to be rounded down."
msgstr "Die getal waarvan die veelvoud die waarde afgerond moet word."
-#: scfuncs.hrc:1514
+#: sc/inc/scfuncs.hrc:1514
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Mode"
msgstr "Modus"
-#: scfuncs.hrc:1515
+#: sc/inc/scfuncs.hrc:1515
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "For negative numbers; if given and not equal to or less than zero rounds towards zero."
msgstr ""
-#: scfuncs.hrc:1521
+#: sc/inc/scfuncs.hrc:1521
#, fuzzy
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "Rounds number down (towards -∞) to the nearest multiple of significance."
msgstr "Rond 'n getal af na die naaste bepalende veelvoud."
-#: scfuncs.hrc:1522
+#: sc/inc/scfuncs.hrc:1522
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:1523
+#: sc/inc/scfuncs.hrc:1523
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "The number to be rounded down."
msgstr "Die getal wat afwaarts afgerond moet word."
-#: scfuncs.hrc:1524
+#: sc/inc/scfuncs.hrc:1524
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "Significance"
msgstr "Betekenis"
-#: scfuncs.hrc:1525
+#: sc/inc/scfuncs.hrc:1525
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "The number to whose multiple the value is to be rounded down. Sign has no meaning."
msgstr ""
-#: scfuncs.hrc:1531
+#: sc/inc/scfuncs.hrc:1531
msgctxt "SC_OPCODE_GCD"
msgid "Greatest Common Divisor"
msgstr "Grootste gemene deler"
-#: scfuncs.hrc:1532
+#: sc/inc/scfuncs.hrc:1532
msgctxt "SC_OPCODE_GCD"
msgid "Integer "
msgstr "Heelgetal "
-#: scfuncs.hrc:1533
+#: sc/inc/scfuncs.hrc:1533
msgctxt "SC_OPCODE_GCD"
msgid "Integer 1; integer 2,... are integers for which the greatest common divisor is to be calculated."
msgstr "Heelgetal 1; heelgetal 2,... is heelgetalle waarvan die grootste gemene deler bereken moet word."
-#: scfuncs.hrc:1539
+#: sc/inc/scfuncs.hrc:1539
msgctxt "SC_OPCODE_LCM"
msgid "Lowest common multiple"
msgstr "Laagste gemene vermenigvuldiger"
-#: scfuncs.hrc:1540
+#: sc/inc/scfuncs.hrc:1540
msgctxt "SC_OPCODE_LCM"
msgid "Integer "
msgstr "Heelgetal "
-#: scfuncs.hrc:1541
+#: sc/inc/scfuncs.hrc:1541
msgctxt "SC_OPCODE_LCM"
msgid "Integer 1; integer 2,... are integers whose smallest common multiple is to be calculated."
msgstr "Heelgetal 1; heelgetal 2,... is heelgetalle waarvan die kleinste gemene vermenigvuldiger bereken moet word."
-#: scfuncs.hrc:1547
+#: sc/inc/scfuncs.hrc:1547
msgctxt "SC_OPCODE_MAT_TRANS"
msgid "Array transposition. Exchanges the rows and columns of an array."
msgstr ""
-#: scfuncs.hrc:1548
+#: sc/inc/scfuncs.hrc:1548
#, fuzzy
msgctxt "SC_OPCODE_MAT_TRANS"
msgid "Array"
msgstr "Skikking "
-#: scfuncs.hrc:1549
+#: sc/inc/scfuncs.hrc:1549
msgctxt "SC_OPCODE_MAT_TRANS"
msgid "The array in which the rows and columns have been transposed."
msgstr "Die skikking waarin die rye en kolomme getransponeer is."
-#: scfuncs.hrc:1555
+#: sc/inc/scfuncs.hrc:1555
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array multiplication. Returns the product of two arrays."
msgstr "Skikkingsvermenigvuldiging. Lewer die produk van twee skikkings op."
-#: scfuncs.hrc:1556
+#: sc/inc/scfuncs.hrc:1556
#, fuzzy
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array 1"
msgstr "Skikking "
-#: scfuncs.hrc:1557
+#: sc/inc/scfuncs.hrc:1557
msgctxt "SC_OPCODE_MAT_MULT"
msgid "The first array for the array product."
msgstr "Die eerste skikking vir die skikkingsproduk."
-#: scfuncs.hrc:1558
+#: sc/inc/scfuncs.hrc:1558
#, fuzzy
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array 2"
msgstr "Skikking "
-#: scfuncs.hrc:1559
+#: sc/inc/scfuncs.hrc:1559
msgctxt "SC_OPCODE_MAT_MULT"
msgid "The second array having the same number of rows as the first array has columns."
msgstr "Die tweede skikking wat selfde getal rye het as wat die eerste skikking kolomme het."
-#: scfuncs.hrc:1565
+#: sc/inc/scfuncs.hrc:1565
msgctxt "SC_OPCODE_MAT_DET"
msgid "Returns the array determinant."
msgstr "Lewer die skikkingsdeterminant op."
-#: scfuncs.hrc:1566
+#: sc/inc/scfuncs.hrc:1566
#, fuzzy
msgctxt "SC_OPCODE_MAT_DET"
msgid "Array"
msgstr "Skikking "
-#: scfuncs.hrc:1567
+#: sc/inc/scfuncs.hrc:1567
msgctxt "SC_OPCODE_MAT_DET"
msgid "The array for which the determinant is to be determined."
msgstr "Die skikking waarvoor die determinant bepaal moet word."
-#: scfuncs.hrc:1573
+#: sc/inc/scfuncs.hrc:1573
msgctxt "SC_OPCODE_MAT_INV"
msgid "Returns the inverse of an array."
msgstr "Lewer die omgekeerde van 'n skikking op."
-#: scfuncs.hrc:1574
+#: sc/inc/scfuncs.hrc:1574
#, fuzzy
msgctxt "SC_OPCODE_MAT_INV"
msgid "Array"
msgstr "Skikking "
-#: scfuncs.hrc:1575
+#: sc/inc/scfuncs.hrc:1575
msgctxt "SC_OPCODE_MAT_INV"
msgid "The array to be inverted."
msgstr "Die skikking wat omgekeer moet word."
-#: scfuncs.hrc:1581
+#: sc/inc/scfuncs.hrc:1581
msgctxt "SC_OPCODE_MATRIX_UNIT"
msgid "Returns the unitary square array of a certain size."
msgstr "Lewer die unitêre vierkantswortelskikking van 'n sekere grootte op."
-#: scfuncs.hrc:1582
+#: sc/inc/scfuncs.hrc:1582
msgctxt "SC_OPCODE_MATRIX_UNIT"
msgid "Dimensions"
msgstr "Dimensies"
-#: scfuncs.hrc:1583
+#: sc/inc/scfuncs.hrc:1583
msgctxt "SC_OPCODE_MATRIX_UNIT"
msgid "The size of the unitary array."
msgstr "Die grootte van die unitêre skikking."
-#: scfuncs.hrc:1589
+#: sc/inc/scfuncs.hrc:1589
msgctxt "SC_OPCODE_SUM_PRODUCT"
msgid "(Inner products) Returns the sum of the products of array arguments."
msgstr "(Binneste produkte) Lewer die som van die produkte van skikkingsargumente op."
-#: scfuncs.hrc:1590
+#: sc/inc/scfuncs.hrc:1590
msgctxt "SC_OPCODE_SUM_PRODUCT"
msgid "Array "
msgstr "Skikking "
-#: scfuncs.hrc:1591
+#: sc/inc/scfuncs.hrc:1591
#, fuzzy
msgctxt "SC_OPCODE_SUM_PRODUCT"
msgid "Array 1, array 2, ... are arrays whose arguments are to be multiplied."
msgstr "Skikking 1, skikking 2, ... is tot 30 skikkings waarvan die argumente vermenigvuldig moet word."
-#: scfuncs.hrc:1597
+#: sc/inc/scfuncs.hrc:1597
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Returns the sum of the difference of squares of two arrays."
msgstr "Lewer die som van die verskil in die vierkantswortels van twee skikkings op."
-#: scfuncs.hrc:1598
+#: sc/inc/scfuncs.hrc:1598
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Array X"
msgstr "Skikking "
-#: scfuncs.hrc:1599
+#: sc/inc/scfuncs.hrc:1599
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "First array where the square of the arguments are totalled."
msgstr "Eerste skikking waar die kwadraat van die argumente opgetel word."
-#: scfuncs.hrc:1600
+#: sc/inc/scfuncs.hrc:1600
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Array Y"
msgstr "Skikking "
-#: scfuncs.hrc:1601
+#: sc/inc/scfuncs.hrc:1601
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Second array where the square of the arguments is to be subtracted."
msgstr "Tweede skikking waarvan die vierkantswortel van die argumente afgetrek moet word."
-#: scfuncs.hrc:1607
+#: sc/inc/scfuncs.hrc:1607
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Returns the total of the square sum of two arrays."
msgstr "Lewer die totaal van die vierkantswortelsom van twee skikkings op."
-#: scfuncs.hrc:1608
+#: sc/inc/scfuncs.hrc:1608
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Array X"
msgstr "Skikking "
-#: scfuncs.hrc:1609
+#: sc/inc/scfuncs.hrc:1609
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "First array where the square of the arguments are totalled."
msgstr "Eerste skikking waar die kwadraat van die argumente opgetel word."
-#: scfuncs.hrc:1610
+#: sc/inc/scfuncs.hrc:1610
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Array Y"
msgstr "Skikking "
-#: scfuncs.hrc:1611
+#: sc/inc/scfuncs.hrc:1611
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Second array where the square of the arguments is to be totalled."
msgstr "Tweede skikking waarvan die som van die vierkantswortel van die argumente bereken moet word."
-#: scfuncs.hrc:1617
+#: sc/inc/scfuncs.hrc:1617
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Returns the sum of squares of differences of two arrays."
msgstr "Lewer die som van die vierkantswortels van die verskille van twee skikkings op."
-#: scfuncs.hrc:1618
+#: sc/inc/scfuncs.hrc:1618
#, fuzzy
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Array X"
msgstr "Skikking "
-#: scfuncs.hrc:1619
+#: sc/inc/scfuncs.hrc:1619
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "First array for forming argument differences."
msgstr "Eerste skikking vir die vorm van argumentverskille."
-#: scfuncs.hrc:1620
+#: sc/inc/scfuncs.hrc:1620
#, fuzzy
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Array Y"
msgstr "Skikking "
-#: scfuncs.hrc:1621
+#: sc/inc/scfuncs.hrc:1621
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Second array for forming the argument differences."
msgstr "Tweede skikking vir die vorm van argumentverskille."
-#: scfuncs.hrc:1627
+#: sc/inc/scfuncs.hrc:1627
msgctxt "SC_OPCODE_FREQUENCY"
msgid "Returns a frequency distribution as a vertical array."
msgstr "Lewer 'n frekwensieverspreiding as 'n vertikale skikking op."
-#: scfuncs.hrc:1628
+#: sc/inc/scfuncs.hrc:1628
msgctxt "SC_OPCODE_FREQUENCY"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:1629
+#: sc/inc/scfuncs.hrc:1629
msgctxt "SC_OPCODE_FREQUENCY"
msgid "The array of the data."
msgstr "Die skikking van die data."
-#: scfuncs.hrc:1630
+#: sc/inc/scfuncs.hrc:1630
#, fuzzy
msgctxt "SC_OPCODE_FREQUENCY"
msgid "Classes"
msgstr "klasse"
-#: scfuncs.hrc:1631
+#: sc/inc/scfuncs.hrc:1631
msgctxt "SC_OPCODE_FREQUENCY"
msgid "The array for forming classes."
msgstr "Die skikking vir die vorm van klasse."
-#: scfuncs.hrc:1637
+#: sc/inc/scfuncs.hrc:1637
msgctxt "SC_OPCODE_LINEST"
msgid "Calculates parameters of the linear regression as an array."
msgstr "Bereken parameters van die lineêre regressie as 'n skikking."
-#: scfuncs.hrc:1638
+#: sc/inc/scfuncs.hrc:1638
msgctxt "SC_OPCODE_LINEST"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:1639
+#: sc/inc/scfuncs.hrc:1639
msgctxt "SC_OPCODE_LINEST"
msgid "The Y data array."
msgstr "Die Y-dataskikking."
-#: scfuncs.hrc:1640
+#: sc/inc/scfuncs.hrc:1640
msgctxt "SC_OPCODE_LINEST"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:1641
+#: sc/inc/scfuncs.hrc:1641
msgctxt "SC_OPCODE_LINEST"
msgid "The X data array."
msgstr "Die X-dataskikking."
-#: scfuncs.hrc:1642
+#: sc/inc/scfuncs.hrc:1642
#, fuzzy
msgctxt "SC_OPCODE_LINEST"
msgid "Linear type"
msgstr "Linere_tipe"
-#: scfuncs.hrc:1643
+#: sc/inc/scfuncs.hrc:1643
msgctxt "SC_OPCODE_LINEST"
msgid "If type = 0 the linears will be calculated through the zero point, or else moved linears."
msgstr "As tipe = 0 sal die lineêre deur die nulpunt bereken word; of anders lineêre skuif."
-#: scfuncs.hrc:1644
+#: sc/inc/scfuncs.hrc:1644
#, fuzzy
msgctxt "SC_OPCODE_LINEST"
msgid "Stats"
msgstr "Status"
-#: scfuncs.hrc:1645
+#: sc/inc/scfuncs.hrc:1645
msgctxt "SC_OPCODE_LINEST"
msgid "If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well."
msgstr "As parameter = 0 sal slegs die regressiekoëffisiënt bereken word; andersins ook ander waardes."
-#: scfuncs.hrc:1651
+#: sc/inc/scfuncs.hrc:1651
msgctxt "SC_OPCODE_LOGEST"
msgid "Calculates the parameters of the exponential regression curve as an array."
msgstr "Bereken die parameters van die eksponensiële regressiekurwe as 'n skikking."
-#: scfuncs.hrc:1652
+#: sc/inc/scfuncs.hrc:1652
msgctxt "SC_OPCODE_LOGEST"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:1653
+#: sc/inc/scfuncs.hrc:1653
msgctxt "SC_OPCODE_LOGEST"
msgid "The Y data array."
msgstr "Die Y-dataskikking."
-#: scfuncs.hrc:1654
+#: sc/inc/scfuncs.hrc:1654
msgctxt "SC_OPCODE_LOGEST"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:1655
+#: sc/inc/scfuncs.hrc:1655
msgctxt "SC_OPCODE_LOGEST"
msgid "The X data array."
msgstr "Die X-dataskikking."
-#: scfuncs.hrc:1656
+#: sc/inc/scfuncs.hrc:1656
#, fuzzy
msgctxt "SC_OPCODE_LOGEST"
msgid "Function type"
msgstr "Funksie_tipe"
-#: scfuncs.hrc:1657
+#: sc/inc/scfuncs.hrc:1657
msgctxt "SC_OPCODE_LOGEST"
msgid "If type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x."
msgstr "As tipe = 0 sal die funksies in die vorm y=m^x, bereken word, of ook funksies y=b*m^x."
-#: scfuncs.hrc:1658
+#: sc/inc/scfuncs.hrc:1658
#, fuzzy
msgctxt "SC_OPCODE_LOGEST"
msgid "Stats"
msgstr "Status"
-#: scfuncs.hrc:1659
+#: sc/inc/scfuncs.hrc:1659
msgctxt "SC_OPCODE_LOGEST"
msgid "If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well."
msgstr "As parameter = 0 sal slegs die regressiekoëffisiënt bereken word; andersins ook ander waardes."
-#: scfuncs.hrc:1665
+#: sc/inc/scfuncs.hrc:1665
msgctxt "SC_OPCODE_TREND"
msgid "Calculates points along a regression line."
msgstr "Bereken punte langs 'n regressielyn."
-#: scfuncs.hrc:1666
+#: sc/inc/scfuncs.hrc:1666
msgctxt "SC_OPCODE_TREND"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:1667
+#: sc/inc/scfuncs.hrc:1667
msgctxt "SC_OPCODE_TREND"
msgid "The Y data array."
msgstr "Die Y-dataskikking."
-#: scfuncs.hrc:1668
+#: sc/inc/scfuncs.hrc:1668
msgctxt "SC_OPCODE_TREND"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:1669
+#: sc/inc/scfuncs.hrc:1669
msgctxt "SC_OPCODE_TREND"
msgid "The X data array as the basis for the regression."
msgstr "Die X-dataskikking as die basis van die regressie."
-#: scfuncs.hrc:1670
+#: sc/inc/scfuncs.hrc:1670
#, fuzzy
msgctxt "SC_OPCODE_TREND"
msgid "New data X"
msgstr "nuwe data_X"
-#: scfuncs.hrc:1671
+#: sc/inc/scfuncs.hrc:1671
msgctxt "SC_OPCODE_TREND"
msgid "The array of X data for recalculating the values."
msgstr "Die skikking van X-data vir berekening van die waardes."
-#: scfuncs.hrc:1672
+#: sc/inc/scfuncs.hrc:1672
#, fuzzy
msgctxt "SC_OPCODE_TREND"
msgid "Linear type"
msgstr "Linere_tipe"
-#: scfuncs.hrc:1673
+#: sc/inc/scfuncs.hrc:1673
msgctxt "SC_OPCODE_TREND"
msgid "If type = 0 the linears will be calculated through the zero point, or else moved linears."
msgstr "As tipe = 0 sal die lineêre deur die nulpunt bereken word; of anders lineêre skuif."
-#: scfuncs.hrc:1679
+#: sc/inc/scfuncs.hrc:1679
msgctxt "SC_OPCODE_GROWTH"
msgid "Calculates points on the exponential regression function."
msgstr "Bereken die punte op die eksponensiëleregressie-funksie."
-#: scfuncs.hrc:1680
+#: sc/inc/scfuncs.hrc:1680
msgctxt "SC_OPCODE_GROWTH"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:1681
+#: sc/inc/scfuncs.hrc:1681
msgctxt "SC_OPCODE_GROWTH"
msgid "The Y data array."
msgstr "Die Y-dataskikking."
-#: scfuncs.hrc:1682
+#: sc/inc/scfuncs.hrc:1682
msgctxt "SC_OPCODE_GROWTH"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:1683
+#: sc/inc/scfuncs.hrc:1683
msgctxt "SC_OPCODE_GROWTH"
msgid "The X data array as the basis for the regression."
msgstr "Die X-dataskikking as die basis van die regressie."
-#: scfuncs.hrc:1684
+#: sc/inc/scfuncs.hrc:1684
#, fuzzy
msgctxt "SC_OPCODE_GROWTH"
msgid "New data X"
msgstr "nuwe data_X"
-#: scfuncs.hrc:1685
+#: sc/inc/scfuncs.hrc:1685
msgctxt "SC_OPCODE_GROWTH"
msgid "The array of X data for recalculating the values."
msgstr "Die skikking van X-data vir berekening van die waardes."
-#: scfuncs.hrc:1686
+#: sc/inc/scfuncs.hrc:1686
#, fuzzy
msgctxt "SC_OPCODE_GROWTH"
msgid "Function type"
msgstr "Funksie_tipe"
-#: scfuncs.hrc:1687
+#: sc/inc/scfuncs.hrc:1687
msgctxt "SC_OPCODE_GROWTH"
msgid "If type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x."
msgstr "As tipe = 0 sal die funksies in die vorm y=m^x, bereken word, of ook funksies y=b*m^x."
-#: scfuncs.hrc:1693
+#: sc/inc/scfuncs.hrc:1693
msgctxt "SC_OPCODE_COUNT"
msgid "Counts how many numbers are in the list of arguments."
msgstr "Tel hoeveel nommers daar in die lys argumente is."
-#: scfuncs.hrc:1694
+#: sc/inc/scfuncs.hrc:1694
#, fuzzy
msgctxt "SC_OPCODE_COUNT"
msgid "Value "
msgstr "Waardes"
-#: scfuncs.hrc:1695
+#: sc/inc/scfuncs.hrc:1695
#, fuzzy
msgctxt "SC_OPCODE_COUNT"
msgid "Value 1, value 2, ... are arguments containing different data types but where only numbers are counted."
msgstr "Waarde 1, waarde 2, ... is 1 tot 30 argumente wat verskillende datasoorte bevat maar waar slegs die getalle getel word."
-#: scfuncs.hrc:1701
+#: sc/inc/scfuncs.hrc:1701
msgctxt "SC_OPCODE_COUNT_2"
msgid "Counts how many values are in the list of arguments."
msgstr "Tel hoeveel waardes daar in die lys argumente is."
-#: scfuncs.hrc:1702
+#: sc/inc/scfuncs.hrc:1702
#, fuzzy
msgctxt "SC_OPCODE_COUNT_2"
msgid "Value "
msgstr "Waardes"
-#: scfuncs.hrc:1703
+#: sc/inc/scfuncs.hrc:1703
#, fuzzy
msgctxt "SC_OPCODE_COUNT_2"
msgid "Value 1, value 2, ... are arguments representing the values to be counted."
msgstr "Waarde 1, waarde 2, ... is 1 tot 30 argumente wat die waardes wat getel moet word, verteenwoordig."
-#: scfuncs.hrc:1709
+#: sc/inc/scfuncs.hrc:1709
msgctxt "SC_OPCODE_MAX"
msgid "Returns the maximum value in a list of arguments."
msgstr "Lewer die maksimum waarde in 'n lys argumente op."
-#: scfuncs.hrc:1710
+#: sc/inc/scfuncs.hrc:1710
msgctxt "SC_OPCODE_MAX"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1711
+#: sc/inc/scfuncs.hrc:1711
#, fuzzy
msgctxt "SC_OPCODE_MAX"
msgid "Number 1, number 2, ... are numerical arguments for which the largest number is to be determined."
msgstr "Nommer 1, nommer 2, ... is 1 tot 30 numeriese argumente waarvan die grootste nommer bepaal moet word."
-#: scfuncs.hrc:1717
+#: sc/inc/scfuncs.hrc:1717
msgctxt "SC_OPCODE_MAX_A"
msgid "Returns the maximum value in a list of arguments. Text is evaluated as Zero."
msgstr "Lewer die maksimum waarde in 'n lys argumente op. Teks word as nul geëvalueer."
-#: scfuncs.hrc:1718
+#: sc/inc/scfuncs.hrc:1718
#, fuzzy
msgctxt "SC_OPCODE_MAX_A"
msgid "Value "
msgstr "Waardes"
-#: scfuncs.hrc:1719
+#: sc/inc/scfuncs.hrc:1719
#, fuzzy
msgctxt "SC_OPCODE_MAX_A"
msgid "Value 1, value 2, are arguments whose largest value is to be determined."
msgstr "Waarde 1, waarde 2, ... is 1 tot 30 argumente waarvan die grootste waarde bepaal moet word."
-#: scfuncs.hrc:1725
+#: sc/inc/scfuncs.hrc:1725
msgctxt "SC_OPCODE_MIN"
msgid "Returns the minimum value in a list of arguments."
msgstr "Lewer die minimum waarde in 'n lys argumente op."
-#: scfuncs.hrc:1726
+#: sc/inc/scfuncs.hrc:1726
msgctxt "SC_OPCODE_MIN"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1727
+#: sc/inc/scfuncs.hrc:1727
#, fuzzy
msgctxt "SC_OPCODE_MIN"
msgid "Number 1, number 2, ... are numerical arguments for which the smallest number is to be determined."
msgstr "Nommer 1, nommer 2, ... is 1 tot 30 numeriese argumente waarvan die kleinste nommer bepaal moet word."
-#: scfuncs.hrc:1733
+#: sc/inc/scfuncs.hrc:1733
msgctxt "SC_OPCODE_MIN_A"
msgid "Returns the smallest value in a list of arguments. Text is evaluated as zero."
msgstr "Lewer die kleinste waarde in 'n lys argumente op. Teks word as nul geëvalueer."
-#: scfuncs.hrc:1734
+#: sc/inc/scfuncs.hrc:1734
#, fuzzy
msgctxt "SC_OPCODE_MIN_A"
msgid "Value "
msgstr "Waardes"
-#: scfuncs.hrc:1735
+#: sc/inc/scfuncs.hrc:1735
#, fuzzy
msgctxt "SC_OPCODE_MIN_A"
msgid "Value 1; value 2;... are arguments whose smallest number is to be determined."
msgstr "Waarde 1; waarde 2;... is 1 tot 30 argumente waarvan die kleinste waarde bepaal moet word."
-#: scfuncs.hrc:1741
+#: sc/inc/scfuncs.hrc:1741
msgctxt "SC_OPCODE_VAR"
msgid "Calculates the variance based on a sample."
msgstr "Bereken die variansie gebaseer op 'n monster."
-#: scfuncs.hrc:1742
+#: sc/inc/scfuncs.hrc:1742
msgctxt "SC_OPCODE_VAR"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1743
+#: sc/inc/scfuncs.hrc:1743
#, fuzzy
msgctxt "SC_OPCODE_VAR"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1749
+#: sc/inc/scfuncs.hrc:1749
msgctxt "SC_OPCODE_VAR_S"
msgid "Calculates the variance based on a sample."
msgstr "Bereken die variansie gebaseer op 'n monster."
-#: scfuncs.hrc:1750
+#: sc/inc/scfuncs.hrc:1750
msgctxt "SC_OPCODE_VAR_S"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1751
+#: sc/inc/scfuncs.hrc:1751
#, fuzzy
msgctxt "SC_OPCODE_VAR_S"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1757
+#: sc/inc/scfuncs.hrc:1757
msgctxt "SC_OPCODE_VAR_A"
msgid "Returns the variance based on a sample. Text is evaluated as zero."
msgstr "Lewer die variansie gebaseer op 'n monster op. Teks word as nul geëvalueer."
-#: scfuncs.hrc:1758
+#: sc/inc/scfuncs.hrc:1758
#, fuzzy
msgctxt "SC_OPCODE_VAR_A"
msgid "Value "
msgstr "Waardes"
-#: scfuncs.hrc:1759
+#: sc/inc/scfuncs.hrc:1759
msgctxt "SC_OPCODE_VAR_A"
msgid "Value 1; value 2; ... are arguments representing a sample taken from a basic total population."
msgstr ""
-#: scfuncs.hrc:1765
+#: sc/inc/scfuncs.hrc:1765
msgctxt "SC_OPCODE_VAR_P"
msgid "Calculates variance based on the entire population."
msgstr "Bereken die variansie gebaseer op die hele populasie."
-#: scfuncs.hrc:1766
+#: sc/inc/scfuncs.hrc:1766
msgctxt "SC_OPCODE_VAR_P"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1767
+#: sc/inc/scfuncs.hrc:1767
#, fuzzy
msgctxt "SC_OPCODE_VAR_P"
msgid "Number 1, number 2, ... are numerical arguments which represent a population."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1773
+#: sc/inc/scfuncs.hrc:1773
msgctxt "SC_OPCODE_VAR_P_MS"
msgid "Calculates variance based on the entire population."
msgstr "Bereken die variansie gebaseer op die hele populasie."
-#: scfuncs.hrc:1774
+#: sc/inc/scfuncs.hrc:1774
msgctxt "SC_OPCODE_VAR_P_MS"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1775
+#: sc/inc/scfuncs.hrc:1775
#, fuzzy
msgctxt "SC_OPCODE_VAR_P_MS"
msgid "Number 1, number 2, ... are numerical arguments which represent a population."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1781
+#: sc/inc/scfuncs.hrc:1781
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Returns the variance based on the entire population. Text is evaluated as zero."
msgstr "Lewer die variansie gebaseer op die hele populasie op. Teks word as nul geëvalueer."
-#: scfuncs.hrc:1782
+#: sc/inc/scfuncs.hrc:1782
#, fuzzy
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Value "
msgstr "Waardes"
-#: scfuncs.hrc:1783
+#: sc/inc/scfuncs.hrc:1783
#, fuzzy
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Value 1; value 2;... are arguments representing a population."
msgstr "Waarde 1; waarde 2;... is 1 tot 30 argumente wat 'n populasie verteenwoordig."
-#: scfuncs.hrc:1789
+#: sc/inc/scfuncs.hrc:1789
msgctxt "SC_OPCODE_ST_DEV"
msgid "Calculates the standard deviation based on a sample."
msgstr "Bereken die standaard afwyking gebaseer op 'n monster."
-#: scfuncs.hrc:1790
+#: sc/inc/scfuncs.hrc:1790
msgctxt "SC_OPCODE_ST_DEV"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1791
+#: sc/inc/scfuncs.hrc:1791
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1797
+#: sc/inc/scfuncs.hrc:1797
msgctxt "SC_OPCODE_ST_DEV_S"
msgid "Calculates the standard deviation based on a sample."
msgstr "Bereken die standaard afwyking gebaseer op 'n monster."
-#: scfuncs.hrc:1798
+#: sc/inc/scfuncs.hrc:1798
msgctxt "SC_OPCODE_ST_DEV_S"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1799
+#: sc/inc/scfuncs.hrc:1799
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_S"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1805
+#: sc/inc/scfuncs.hrc:1805
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Returns the standard deviation based on a sample. Text is evaluated as zero."
msgstr "Lewer die standaard afwyking gebaseer op 'n monster op. Teks word as nul geëvalueer."
-#: scfuncs.hrc:1806
+#: sc/inc/scfuncs.hrc:1806
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Value "
msgstr "Waardes"
-#: scfuncs.hrc:1807
+#: sc/inc/scfuncs.hrc:1807
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Value 1; value 2; ... are arguments representing a sample taken from a basic total population."
msgstr ""
-#: scfuncs.hrc:1813
+#: sc/inc/scfuncs.hrc:1813
msgctxt "SC_OPCODE_ST_DEV_P"
msgid "Calculates the standard deviation based on the entire population."
msgstr "Bereken die standaard afwyking gebaseer op die hele populasie."
-#: scfuncs.hrc:1814
+#: sc/inc/scfuncs.hrc:1814
msgctxt "SC_OPCODE_ST_DEV_P"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1815
+#: sc/inc/scfuncs.hrc:1815
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P"
msgid "Number 1, number 2, ... are numerical arguments which portray a population."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1821
+#: sc/inc/scfuncs.hrc:1821
msgctxt "SC_OPCODE_ST_DEV_P_MS"
msgid "Calculates the standard deviation based on the entire population."
msgstr "Bereken die standaard afwyking gebaseer op die hele populasie."
-#: scfuncs.hrc:1822
+#: sc/inc/scfuncs.hrc:1822
msgctxt "SC_OPCODE_ST_DEV_P_MS"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1823
+#: sc/inc/scfuncs.hrc:1823
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P_MS"
msgid "Number 1, number 2, ... are numerical arguments which portray a population."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1829
+#: sc/inc/scfuncs.hrc:1829
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Returns the standard deviation based on the entire population. Text is evaluated as zero."
msgstr "Lewer die standaard afwyking gebaseer op die hele populasie op. Teks word as nul geëvalueer."
-#: scfuncs.hrc:1830
+#: sc/inc/scfuncs.hrc:1830
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Value "
msgstr "Waardes"
-#: scfuncs.hrc:1831
+#: sc/inc/scfuncs.hrc:1831
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Value 1; value 2;... are arguments corresponding to a population."
msgstr "Waarde 1; waarde 2;... is 1 tot 30 argumente wat met 'n populasie ooreenstem."
-#: scfuncs.hrc:1837
+#: sc/inc/scfuncs.hrc:1837
msgctxt "SC_OPCODE_AVERAGE"
msgid "Returns the average of a sample."
msgstr "Lewer die gemiddeld van 'n monster op."
-#: scfuncs.hrc:1838
+#: sc/inc/scfuncs.hrc:1838
msgctxt "SC_OPCODE_AVERAGE"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1839
+#: sc/inc/scfuncs.hrc:1839
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE"
msgid "Number 1, number 2;...are numeric arguments representing a population sample."
msgstr "Nommer 1, nommer 2;... is 1 tot 30 numeriese argumente wat 'n populasiemonster verteenwoordig."
-#: scfuncs.hrc:1845
+#: sc/inc/scfuncs.hrc:1845
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Returns the average value for a sample. Text is evaluated as zero."
msgstr "Lewer die gemiddelde waarde van 'n monster op. Teks word as nul geëvalueer."
-#: scfuncs.hrc:1846
+#: sc/inc/scfuncs.hrc:1846
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Value "
msgstr "Waardes"
-#: scfuncs.hrc:1847
+#: sc/inc/scfuncs.hrc:1847
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Value 1; value 2; ... are arguments representing a sample taken from a basic total population."
msgstr ""
-#: scfuncs.hrc:1853
+#: sc/inc/scfuncs.hrc:1853
msgctxt "SC_OPCODE_DEV_SQ"
msgid "Returns the sum of squares of deviations from the sample mean value"
msgstr "Lewer die som van vierkantswortels van afwyking van die monster se gemiddelde waarde op"
-#: scfuncs.hrc:1854
+#: sc/inc/scfuncs.hrc:1854
msgctxt "SC_OPCODE_DEV_SQ"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1855
+#: sc/inc/scfuncs.hrc:1855
#, fuzzy
msgctxt "SC_OPCODE_DEV_SQ"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1861
+#: sc/inc/scfuncs.hrc:1861
msgctxt "SC_OPCODE_AVE_DEV"
msgid "Returns the average of the absolute deviations of a sample from the mean."
msgstr "Lewer die gemiddelde van die absolute afwykings van 'n monster van die gemiddelde op."
-#: scfuncs.hrc:1862
+#: sc/inc/scfuncs.hrc:1862
msgctxt "SC_OPCODE_AVE_DEV"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1863
+#: sc/inc/scfuncs.hrc:1863
#, fuzzy
msgctxt "SC_OPCODE_AVE_DEV"
msgid "Number 1, number 2;...are numerical arguments representing a sample."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1869
+#: sc/inc/scfuncs.hrc:1869
msgctxt "SC_OPCODE_SKEW"
msgid "Returns the skewness of a distribution."
msgstr "Lewer die skeefheid van 'n verspreiding op."
-#: scfuncs.hrc:1870
+#: sc/inc/scfuncs.hrc:1870
msgctxt "SC_OPCODE_SKEW"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1871
+#: sc/inc/scfuncs.hrc:1871
#, fuzzy
msgctxt "SC_OPCODE_SKEW"
msgid "Number 1, number 2, ... are numerical arguments portraying a sample of the distribution."
msgstr "Nommer 1, nommer 2, ... is 1 tot 30 numeriese argumente wat 'n monster van die verspreiding verteenwoordig."
-#: scfuncs.hrc:1877
+#: sc/inc/scfuncs.hrc:1877
msgctxt "SC_OPCODE_SKEWP"
msgid "Returns the skewness of a distribution using the population of a random variable."
msgstr ""
-#: scfuncs.hrc:1878
+#: sc/inc/scfuncs.hrc:1878
msgctxt "SC_OPCODE_SKEWP"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1879
+#: sc/inc/scfuncs.hrc:1879
#, fuzzy
msgctxt "SC_OPCODE_SKEWP"
msgid "Number 1, number 2, ... are numerical arguments portraying the population."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1885
+#: sc/inc/scfuncs.hrc:1885
msgctxt "SC_OPCODE_KURT"
msgid "Returns the kurtosis of a distribution."
msgstr "Lewer die kurtose van 'n verspreiding op."
-#: scfuncs.hrc:1886
+#: sc/inc/scfuncs.hrc:1886
msgctxt "SC_OPCODE_KURT"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1887
+#: sc/inc/scfuncs.hrc:1887
#, fuzzy
msgctxt "SC_OPCODE_KURT"
msgid "Number 1, number 2, ... are numerical arguments, representing a sample of the distribution."
msgstr "Nommer 1, nommer 2, ... is 1 tot 30 numeriese argumente wat 'n monster van die verspreiding verteenwoordig."
-#: scfuncs.hrc:1893
+#: sc/inc/scfuncs.hrc:1893
msgctxt "SC_OPCODE_GEO_MEAN"
msgid "Returns the geometric mean of a sample."
msgstr "Lewer die geometriese gemiddeld van 'n monster op."
-#: scfuncs.hrc:1894
+#: sc/inc/scfuncs.hrc:1894
msgctxt "SC_OPCODE_GEO_MEAN"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1895
+#: sc/inc/scfuncs.hrc:1895
#, fuzzy
msgctxt "SC_OPCODE_GEO_MEAN"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1901
+#: sc/inc/scfuncs.hrc:1901
msgctxt "SC_OPCODE_HAR_MEAN"
msgid "Returns the harmonic mean of a sample."
msgstr "Lewer die harmoniese gemiddeld van 'n monster op."
-#: scfuncs.hrc:1902
+#: sc/inc/scfuncs.hrc:1902
msgctxt "SC_OPCODE_HAR_MEAN"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1903
+#: sc/inc/scfuncs.hrc:1903
#, fuzzy
msgctxt "SC_OPCODE_HAR_MEAN"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1909
+#: sc/inc/scfuncs.hrc:1909
msgctxt "SC_OPCODE_MODAL_VALUE"
msgid "Returns the most common value in a sample."
msgstr "Lewer die algemeenste waarde in 'n monster op."
-#: scfuncs.hrc:1910
+#: sc/inc/scfuncs.hrc:1910
msgctxt "SC_OPCODE_MODAL_VALUE"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1911
+#: sc/inc/scfuncs.hrc:1911
#, fuzzy
msgctxt "SC_OPCODE_MODAL_VALUE"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1917
+#: sc/inc/scfuncs.hrc:1917
msgctxt "SC_OPCODE_MODAL_VALUE_MS"
msgid "Returns the most common value in a sample."
msgstr "Lewer die algemeenste waarde in 'n monster op."
-#: scfuncs.hrc:1918
+#: sc/inc/scfuncs.hrc:1918
msgctxt "SC_OPCODE_MODAL_VALUE_MS"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1919
+#: sc/inc/scfuncs.hrc:1919
#, fuzzy
msgctxt "SC_OPCODE_MODAL_VALUE_MS"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1925
+#: sc/inc/scfuncs.hrc:1925
msgctxt "SC_OPCODE_MODAL_VALUE_MULTI"
msgid "Returns the most common value in a sample."
msgstr "Lewer die algemeenste waarde in 'n monster op."
-#: scfuncs.hrc:1926
+#: sc/inc/scfuncs.hrc:1926
msgctxt "SC_OPCODE_MODAL_VALUE_MULTI"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1927
+#: sc/inc/scfuncs.hrc:1927
msgctxt "SC_OPCODE_MODAL_VALUE_MULTI"
msgid "Number 1, number 2, ... are 1 to 254 numerical arguments which portray a sample."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1933
+#: sc/inc/scfuncs.hrc:1933
msgctxt "SC_OPCODE_MEDIAN"
msgid "Returns the median of a given sample."
msgstr "Lewer die mediaan van 'n gegewe monster op."
-#: scfuncs.hrc:1934
+#: sc/inc/scfuncs.hrc:1934
msgctxt "SC_OPCODE_MEDIAN"
msgid "Number "
msgstr "Nommer "
-#: scfuncs.hrc:1935
+#: sc/inc/scfuncs.hrc:1935
#, fuzzy
msgctxt "SC_OPCODE_MEDIAN"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "Nommer 1, nommer 2, ... is 1 tot 254 numeriese argumente wat 'n monster voorstel."
-#: scfuncs.hrc:1941
+#: sc/inc/scfuncs.hrc:1941
msgctxt "SC_OPCODE_PERCENTILE"
msgid "Returns the alpha quantile of a sample."
msgstr "Lewer die alfakwantiel van 'n monster op."
-#: scfuncs.hrc:1942
+#: sc/inc/scfuncs.hrc:1942
msgctxt "SC_OPCODE_PERCENTILE"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:1943
+#: sc/inc/scfuncs.hrc:1943
msgctxt "SC_OPCODE_PERCENTILE"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:1944
+#: sc/inc/scfuncs.hrc:1944
msgctxt "SC_OPCODE_PERCENTILE"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:1945
+#: sc/inc/scfuncs.hrc:1945
msgctxt "SC_OPCODE_PERCENTILE"
msgid "The percentage rate of the quantile between 0 and 1."
msgstr "Die persentasiekoers van die kwantiel tussen 0 en 1."
-#: scfuncs.hrc:1951
+#: sc/inc/scfuncs.hrc:1951
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "Returns the alpha percentile of a sample."
msgstr "Lewer die alfakwantiel van 'n monster op."
-#: scfuncs.hrc:1952
+#: sc/inc/scfuncs.hrc:1952
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:1953
+#: sc/inc/scfuncs.hrc:1953
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:1954
+#: sc/inc/scfuncs.hrc:1954
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:1955
+#: sc/inc/scfuncs.hrc:1955
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "The percentile value, range 0...1, exclusive."
msgstr ""
-#: scfuncs.hrc:1961
+#: sc/inc/scfuncs.hrc:1961
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "Returns the alpha percentile of a sample."
msgstr "Lewer die alfakwantiel van 'n monster op."
-#: scfuncs.hrc:1962
+#: sc/inc/scfuncs.hrc:1962
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:1963
+#: sc/inc/scfuncs.hrc:1963
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:1964
+#: sc/inc/scfuncs.hrc:1964
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:1965
+#: sc/inc/scfuncs.hrc:1965
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "The percentile value, range 0...1, inclusive."
msgstr ""
-#: scfuncs.hrc:1971
+#: sc/inc/scfuncs.hrc:1971
msgctxt "SC_OPCODE_QUARTILE"
msgid "Returns the quartile of a sample."
msgstr "Lewer die kwantiel van 'n monster op."
-#: scfuncs.hrc:1972
+#: sc/inc/scfuncs.hrc:1972
msgctxt "SC_OPCODE_QUARTILE"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:1973
+#: sc/inc/scfuncs.hrc:1973
msgctxt "SC_OPCODE_QUARTILE"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:1974
+#: sc/inc/scfuncs.hrc:1974
msgctxt "SC_OPCODE_QUARTILE"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:1975
+#: sc/inc/scfuncs.hrc:1975
msgctxt "SC_OPCODE_QUARTILE"
msgid "The type of the quartile (0 = MIN, 1 = 25%, 2 = 50%, 3 = 75%, 4 = MAX)."
msgstr ""
-#: scfuncs.hrc:1981
+#: sc/inc/scfuncs.hrc:1981
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "Returns the quartile of a sample."
msgstr "Lewer die kwantiel van 'n monster op."
-#: scfuncs.hrc:1982
+#: sc/inc/scfuncs.hrc:1982
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:1983
+#: sc/inc/scfuncs.hrc:1983
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:1984
+#: sc/inc/scfuncs.hrc:1984
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:1985
+#: sc/inc/scfuncs.hrc:1985
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "The type of the quartile (1 = 25%, 2 = 50%, 3 = 75%)."
msgstr ""
-#: scfuncs.hrc:1991
+#: sc/inc/scfuncs.hrc:1991
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "Returns the quartile of a sample."
msgstr "Lewer die kwantiel van 'n monster op."
-#: scfuncs.hrc:1992
+#: sc/inc/scfuncs.hrc:1992
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:1993
+#: sc/inc/scfuncs.hrc:1993
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:1994
+#: sc/inc/scfuncs.hrc:1994
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:1995
+#: sc/inc/scfuncs.hrc:1995
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "The type of the quartile (0 = MIN, 1 = 25%, 2 = 50%, 3 = 75%, 4 = MAX)."
msgstr ""
-#: scfuncs.hrc:2001
+#: sc/inc/scfuncs.hrc:2001
msgctxt "SC_OPCODE_LARGE"
msgid "Returns the k-th largest value of a sample."
msgstr "Lewer die k-th- grootste waarde van 'n monster op."
-#: scfuncs.hrc:2002
+#: sc/inc/scfuncs.hrc:2002
msgctxt "SC_OPCODE_LARGE"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:2003
+#: sc/inc/scfuncs.hrc:2003
msgctxt "SC_OPCODE_LARGE"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:2004
+#: sc/inc/scfuncs.hrc:2004
#, fuzzy
msgctxt "SC_OPCODE_LARGE"
msgid "Rank c"
msgstr "Rangorde_c"
-#: scfuncs.hrc:2005
+#: sc/inc/scfuncs.hrc:2005
msgctxt "SC_OPCODE_LARGE"
msgid "The ranking of the value."
msgstr "Die rangorde van die waarde."
-#: scfuncs.hrc:2011
+#: sc/inc/scfuncs.hrc:2011
msgctxt "SC_OPCODE_SMALL"
msgid "Returns the k-th smallest value of a sample."
msgstr "Lewer die k-th- kleinste waarde van 'n monster op."
-#: scfuncs.hrc:2012
+#: sc/inc/scfuncs.hrc:2012
msgctxt "SC_OPCODE_SMALL"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:2013
+#: sc/inc/scfuncs.hrc:2013
msgctxt "SC_OPCODE_SMALL"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:2014
+#: sc/inc/scfuncs.hrc:2014
#, fuzzy
msgctxt "SC_OPCODE_SMALL"
msgid "Rank c"
msgstr "Rangorde_c"
-#: scfuncs.hrc:2015
+#: sc/inc/scfuncs.hrc:2015
msgctxt "SC_OPCODE_SMALL"
msgid "The ranking of the value."
msgstr "Die rangorde van die waarde."
-#: scfuncs.hrc:2021
+#: sc/inc/scfuncs.hrc:2021
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Returns the percentage rank of a value in a sample."
msgstr "Lewer die persentasierangorde van 'n waarde in 'n monster op."
-#: scfuncs.hrc:2022
+#: sc/inc/scfuncs.hrc:2022
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:2023
+#: sc/inc/scfuncs.hrc:2023
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:2024
+#: sc/inc/scfuncs.hrc:2024
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:2025
+#: sc/inc/scfuncs.hrc:2025
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "The value for which percentage ranking is to be determined."
msgstr "Die waarde waarvoor die persentasierangorde bepaal moet word."
-#: scfuncs.hrc:2026
+#: sc/inc/scfuncs.hrc:2026
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Significance"
msgstr "Betekenis"
-#: scfuncs.hrc:2027
+#: sc/inc/scfuncs.hrc:2027
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "The number of significant digits for the returned percentage: if omitted, a value of 3 is used."
msgstr ""
-#: scfuncs.hrc:2033
+#: sc/inc/scfuncs.hrc:2033
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Returns the percentage rank (0..1, exclusive) of a value in a sample."
msgstr ""
-#: scfuncs.hrc:2034
+#: sc/inc/scfuncs.hrc:2034
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:2035
+#: sc/inc/scfuncs.hrc:2035
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:2036
+#: sc/inc/scfuncs.hrc:2036
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:2037
+#: sc/inc/scfuncs.hrc:2037
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "The value for which percentage ranking is to be determined."
msgstr "Die waarde waarvoor die persentasierangorde bepaal moet word."
-#: scfuncs.hrc:2038
+#: sc/inc/scfuncs.hrc:2038
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Significance"
msgstr "Betekenis"
-#: scfuncs.hrc:2039
+#: sc/inc/scfuncs.hrc:2039
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "The number of significant digits for the returned percentage: if omitted, a value of 3 is used."
msgstr ""
-#: scfuncs.hrc:2045
+#: sc/inc/scfuncs.hrc:2045
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Returns the percentage rank (0..1, inclusive) of a value in a sample."
msgstr ""
-#: scfuncs.hrc:2046
+#: sc/inc/scfuncs.hrc:2046
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:2047
+#: sc/inc/scfuncs.hrc:2047
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:2048
+#: sc/inc/scfuncs.hrc:2048
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:2049
+#: sc/inc/scfuncs.hrc:2049
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "The value for which percentage ranking is to be determined."
msgstr "Die waarde waarvoor die persentasierangorde bepaal moet word."
-#: scfuncs.hrc:2050
+#: sc/inc/scfuncs.hrc:2050
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Significance"
msgstr "Betekenis"
-#: scfuncs.hrc:2051
+#: sc/inc/scfuncs.hrc:2051
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "The number of significant digits for the returned percentage: if omitted, a value of 3 is used."
msgstr ""
-#: scfuncs.hrc:2057
+#: sc/inc/scfuncs.hrc:2057
msgctxt "SC_OPCODE_RANK"
msgid "Returns the ranking of a value in a sample."
msgstr "Lewer die rangorde van 'n waarde in 'n monster op."
-#: scfuncs.hrc:2058
+#: sc/inc/scfuncs.hrc:2058
#, fuzzy
msgctxt "SC_OPCODE_RANK"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:2059
+#: sc/inc/scfuncs.hrc:2059
msgctxt "SC_OPCODE_RANK"
msgid "The value for which the rank is to be determined."
msgstr "Die waarde waarvoor die rangorde bepaal moet word."
-#: scfuncs.hrc:2060
+#: sc/inc/scfuncs.hrc:2060
msgctxt "SC_OPCODE_RANK"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:2061
+#: sc/inc/scfuncs.hrc:2061
msgctxt "SC_OPCODE_RANK"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:2062
+#: sc/inc/scfuncs.hrc:2062
msgctxt "SC_OPCODE_RANK"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:2063
+#: sc/inc/scfuncs.hrc:2063
msgctxt "SC_OPCODE_RANK"
msgid "Sequence order: 0 or omitted means descending, any other value than 0 means ascending."
msgstr "Ryvolgorde: 0 of weggelaat beteken aflopend, enige ander waarde as 0 beteken oplopend."
-#: scfuncs.hrc:2069
+#: sc/inc/scfuncs.hrc:2069
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Returns the ranking of a value in a sample; if more than one value has the same rank, the top rank of that set of values is returned."
msgstr ""
-#: scfuncs.hrc:2070
+#: sc/inc/scfuncs.hrc:2070
#, fuzzy
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:2071
+#: sc/inc/scfuncs.hrc:2071
msgctxt "SC_OPCODE_RANK_EQ"
msgid "The value for which the rank is to be determined."
msgstr "Die waarde waarvoor die rangorde bepaal moet word."
-#: scfuncs.hrc:2072
+#: sc/inc/scfuncs.hrc:2072
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:2073
+#: sc/inc/scfuncs.hrc:2073
msgctxt "SC_OPCODE_RANK_EQ"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:2074
+#: sc/inc/scfuncs.hrc:2074
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:2075
+#: sc/inc/scfuncs.hrc:2075
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Sequence order: 0 or omitted means descending, any other value than 0 means ascending."
msgstr "Ryvolgorde: 0 of weggelaat beteken aflopend, enige ander waarde as 0 beteken oplopend."
-#: scfuncs.hrc:2081
+#: sc/inc/scfuncs.hrc:2081
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Returns the ranking of a value in a sample; if more than one value has the same rank, the average rank is returned."
msgstr ""
-#: scfuncs.hrc:2082
+#: sc/inc/scfuncs.hrc:2082
#, fuzzy
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:2083
+#: sc/inc/scfuncs.hrc:2083
msgctxt "SC_OPCODE_RANK_AVG"
msgid "The value for which the rank is to be determined."
msgstr "Die waarde waarvoor die rangorde bepaal moet word."
-#: scfuncs.hrc:2084
+#: sc/inc/scfuncs.hrc:2084
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:2085
+#: sc/inc/scfuncs.hrc:2085
msgctxt "SC_OPCODE_RANK_AVG"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:2086
+#: sc/inc/scfuncs.hrc:2086
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:2087
+#: sc/inc/scfuncs.hrc:2087
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Sequence order: 0 or omitted means descending, any other value than 0 means ascending."
msgstr "Ryvolgorde: 0 of weggelaat beteken aflopend, enige ander waarde as 0 beteken oplopend."
-#: scfuncs.hrc:2093
+#: sc/inc/scfuncs.hrc:2093
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "Returns the mean of a sample without including the marginal values."
msgstr "Lewer die gemiddelde van 'n voorbeeld op sonder om die marginale waardes in te sluit."
-#: scfuncs.hrc:2094
+#: sc/inc/scfuncs.hrc:2094
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:2095
+#: sc/inc/scfuncs.hrc:2095
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "The array of the data in the sample."
msgstr "Die skikking van die data in die monster."
-#: scfuncs.hrc:2096
+#: sc/inc/scfuncs.hrc:2096
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2097
+#: sc/inc/scfuncs.hrc:2097
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "The percentage of marginal data that is not to be taken into account."
msgstr "Die persentasie van marginale data wat nie in berekening gebring moet word nie."
-#: scfuncs.hrc:2103
+#: sc/inc/scfuncs.hrc:2103
#, fuzzy
msgctxt "SC_OPCODE_PROB"
msgid "Returns the discrete probability of an interval."
msgstr "Lewer die diskrete waarskynlikheid van 'n interval op."
-#: scfuncs.hrc:2104
+#: sc/inc/scfuncs.hrc:2104
msgctxt "SC_OPCODE_PROB"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:2105
+#: sc/inc/scfuncs.hrc:2105
msgctxt "SC_OPCODE_PROB"
msgid "The sample data array."
msgstr "Die monsterdataskikking."
-#: scfuncs.hrc:2106
+#: sc/inc/scfuncs.hrc:2106
msgctxt "SC_OPCODE_PROB"
msgid "Probability"
msgstr "Waarskynlikheid"
-#: scfuncs.hrc:2107
+#: sc/inc/scfuncs.hrc:2107
msgctxt "SC_OPCODE_PROB"
msgid "The array of the associated probabilities."
msgstr "Die skikking van die geassosieerde waarskynlikhede."
-#: scfuncs.hrc:2108
+#: sc/inc/scfuncs.hrc:2108
msgctxt "SC_OPCODE_PROB"
msgid "Start"
msgstr "Begin"
-#: scfuncs.hrc:2109
+#: sc/inc/scfuncs.hrc:2109
msgctxt "SC_OPCODE_PROB"
msgid "The start of the value interval whose probabilities is to be totalled."
msgstr "Die begin van die waarde-interval waarvan die som van die waarskynlikhede bereken moet word."
-#: scfuncs.hrc:2110
+#: sc/inc/scfuncs.hrc:2110
msgctxt "SC_OPCODE_PROB"
msgid "End"
msgstr "Einde"
-#: scfuncs.hrc:2111
+#: sc/inc/scfuncs.hrc:2111
msgctxt "SC_OPCODE_PROB"
msgid "The end of the value interval where the probabilities are to be totalled."
msgstr "Die einde van die waarde-interval waarvan die som van die waarskynlikhede bereken moet word."
-#: scfuncs.hrc:2117
+#: sc/inc/scfuncs.hrc:2117
msgctxt "SC_OPCODE_B"
msgid "Returns the probability of a trial result using binomial distribution."
msgstr "Lewer die waarskynlikheid van 'n proefresultaat op wat binomiale verspreiding gebruik."
-#: scfuncs.hrc:2118
+#: sc/inc/scfuncs.hrc:2118
#, fuzzy
msgctxt "SC_OPCODE_B"
msgid "Trials"
msgstr "proewe"
-#: scfuncs.hrc:2119
+#: sc/inc/scfuncs.hrc:2119
msgctxt "SC_OPCODE_B"
msgid "The number of trials."
msgstr "Die getal proeflopies."
-#: scfuncs.hrc:2120
+#: sc/inc/scfuncs.hrc:2120
msgctxt "SC_OPCODE_B"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2121
+#: sc/inc/scfuncs.hrc:2121
msgctxt "SC_OPCODE_B"
msgid "The individual probability of a trial result."
msgstr "Die individuele waarskynlikheid van 'n proefresultaat."
-#: scfuncs.hrc:2122
+#: sc/inc/scfuncs.hrc:2122
msgctxt "SC_OPCODE_B"
msgid "T 1"
msgstr ""
-#: scfuncs.hrc:2123
+#: sc/inc/scfuncs.hrc:2123
msgctxt "SC_OPCODE_B"
msgid "Lower limit for the number of trials."
msgstr "Onderste limiet van die getal proeflopies."
-#: scfuncs.hrc:2124
+#: sc/inc/scfuncs.hrc:2124
msgctxt "SC_OPCODE_B"
msgid "T 2"
msgstr ""
-#: scfuncs.hrc:2125
+#: sc/inc/scfuncs.hrc:2125
msgctxt "SC_OPCODE_B"
msgid "Upper limit for the number of trials."
msgstr "Boonste limiet van die getal proeflopies."
-#: scfuncs.hrc:2131
+#: sc/inc/scfuncs.hrc:2131
msgctxt "SC_OPCODE_PHI"
msgid "Values of the distribution function for a standard normal distribution."
msgstr "Waardes vir die verspreidingsfunksie van 'n standaard- normale verspreiding."
-#: scfuncs.hrc:2132
+#: sc/inc/scfuncs.hrc:2132
msgctxt "SC_OPCODE_PHI"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2133
+#: sc/inc/scfuncs.hrc:2133
msgctxt "SC_OPCODE_PHI"
msgid "The value for which the standard normal distribution is to be calculated."
msgstr "Die waarde waarvoor die standaard normaalverdeling bereken moet word."
-#: scfuncs.hrc:2139
+#: sc/inc/scfuncs.hrc:2139
msgctxt "SC_OPCODE_GAUSS"
msgid "Returns the integral values of the standard normal cumulative distribution."
msgstr "Lewer die heelgetalwaardes van die standaard- normale kumulatiewe verspreiding op."
-#: scfuncs.hrc:2140
+#: sc/inc/scfuncs.hrc:2140
msgctxt "SC_OPCODE_GAUSS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2141
+#: sc/inc/scfuncs.hrc:2141
msgctxt "SC_OPCODE_GAUSS"
msgid "The value for which the integral value of the standard normal distribution is to be calculated."
msgstr "Die waarde waarvan die heelgetalwaarde van die standaard- normale verspreiding bereken moet word."
-#: scfuncs.hrc:2147
+#: sc/inc/scfuncs.hrc:2147
msgctxt "SC_OPCODE_FISHER"
msgid "Returns the Fisher transformation."
msgstr "Lewer die Fisher-transformasie op."
-#: scfuncs.hrc:2148
+#: sc/inc/scfuncs.hrc:2148
msgctxt "SC_OPCODE_FISHER"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2149
+#: sc/inc/scfuncs.hrc:2149
msgctxt "SC_OPCODE_FISHER"
msgid "The value to be transformed (-1 < VALUE < 1)."
msgstr "Die waarde wat omgeskakel moet word (-1 < WAARDE < 1)."
-#: scfuncs.hrc:2155
+#: sc/inc/scfuncs.hrc:2155
msgctxt "SC_OPCODE_FISHER_INV"
msgid "Returns the inverse of the Fisher transformation."
msgstr "Lewer die omgekeerde van die Fisher-transformasie op."
-#: scfuncs.hrc:2156
+#: sc/inc/scfuncs.hrc:2156
msgctxt "SC_OPCODE_FISHER_INV"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2157
+#: sc/inc/scfuncs.hrc:2157
msgctxt "SC_OPCODE_FISHER_INV"
msgid "The value that is to be transformed back."
msgstr "Die waarde wat teruggetransformeer moet word."
-#: scfuncs.hrc:2163
+#: sc/inc/scfuncs.hrc:2163
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "Values of the binomial distribution."
msgstr "Waardes van die binomiale verspreiding."
-#: scfuncs.hrc:2164
+#: sc/inc/scfuncs.hrc:2164
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "X"
msgstr "X"
-#: scfuncs.hrc:2165
+#: sc/inc/scfuncs.hrc:2165
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "The number of successes in a series of trials."
msgstr "Die getal suksesse in 'n reeks proeflopies."
-#: scfuncs.hrc:2166
+#: sc/inc/scfuncs.hrc:2166
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "Trials"
msgstr "proewe"
-#: scfuncs.hrc:2167
+#: sc/inc/scfuncs.hrc:2167
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "The total number of trials."
msgstr "Die totale aantal proewe."
-#: scfuncs.hrc:2168
+#: sc/inc/scfuncs.hrc:2168
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2169
+#: sc/inc/scfuncs.hrc:2169
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "The success probability of a trial."
msgstr "Die slaagwaarskynlikheid van 'n proef."
-#: scfuncs.hrc:2170
+#: sc/inc/scfuncs.hrc:2170
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2171
+#: sc/inc/scfuncs.hrc:2171
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "Cumulated. C=0 calculates the individual probability, C=1 the cumulated probability."
msgstr "Kumulatief. C=0 bereken die individuele waarskynlikheid, C=1 die kumulatiewe waarskynlikheid."
-#: scfuncs.hrc:2177
+#: sc/inc/scfuncs.hrc:2177
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "Values of the binomial distribution."
msgstr "Waardes van die binomiale verspreiding."
-#: scfuncs.hrc:2178
+#: sc/inc/scfuncs.hrc:2178
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "X"
msgstr ""
-#: scfuncs.hrc:2179
+#: sc/inc/scfuncs.hrc:2179
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "The number of successes in a series of trials."
msgstr "Die getal suksesse in 'n reeks proeflopies."
-#: scfuncs.hrc:2180
+#: sc/inc/scfuncs.hrc:2180
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "Trials"
msgstr "proewe"
-#: scfuncs.hrc:2181
+#: sc/inc/scfuncs.hrc:2181
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "The total number of trials."
msgstr "Die totale aantal proewe."
-#: scfuncs.hrc:2182
+#: sc/inc/scfuncs.hrc:2182
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2183
+#: sc/inc/scfuncs.hrc:2183
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "The success probability of a trial."
msgstr "Die slaagwaarskynlikheid van 'n proef."
-#: scfuncs.hrc:2184
+#: sc/inc/scfuncs.hrc:2184
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2185
+#: sc/inc/scfuncs.hrc:2185
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "Cumulated. C=0 calculates the individual probability, C=1 the cumulated probability."
msgstr "Kumulatief. C=0 bereken die individuele waarskynlikheid, C=1 die kumulatiewe waarskynlikheid."
-#: scfuncs.hrc:2191
+#: sc/inc/scfuncs.hrc:2191
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "Values of the negative binomial distribution."
msgstr "Waardes van negatiewe die binomiale verspreiding."
-#: scfuncs.hrc:2192
+#: sc/inc/scfuncs.hrc:2192
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "X"
msgstr "X"
-#: scfuncs.hrc:2193
+#: sc/inc/scfuncs.hrc:2193
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "The number of failures in the trial range."
msgstr "Die getal falings in die proeflopiereikwydte."
-#: scfuncs.hrc:2194
+#: sc/inc/scfuncs.hrc:2194
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "R"
msgstr "R"
-#: scfuncs.hrc:2195
+#: sc/inc/scfuncs.hrc:2195
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "The number of successes in the trial sequence."
msgstr "Die getal suksesse in 'n reeks proeflopies."
-#: scfuncs.hrc:2196
+#: sc/inc/scfuncs.hrc:2196
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2197
+#: sc/inc/scfuncs.hrc:2197
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "The success probability of a trial."
msgstr "Die slaagwaarskynlikheid van 'n proef."
-#: scfuncs.hrc:2203
+#: sc/inc/scfuncs.hrc:2203
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "Values of the negative binomial distribution."
msgstr "Waardes van negatiewe die binomiale verspreiding."
-#: scfuncs.hrc:2204
+#: sc/inc/scfuncs.hrc:2204
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "X"
msgstr ""
-#: scfuncs.hrc:2205
+#: sc/inc/scfuncs.hrc:2205
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "The number of failures in the trial range."
msgstr "Die getal falings in die proeflopiereikwydte."
-#: scfuncs.hrc:2206
+#: sc/inc/scfuncs.hrc:2206
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "R"
msgstr ""
-#: scfuncs.hrc:2207
+#: sc/inc/scfuncs.hrc:2207
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "The number of successes in the trial sequence."
msgstr "Die getal suksesse in 'n reeks proeflopies."
-#: scfuncs.hrc:2208
+#: sc/inc/scfuncs.hrc:2208
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2209
+#: sc/inc/scfuncs.hrc:2209
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "The success probability of a trial."
msgstr "Die slaagwaarskynlikheid van 'n proef."
-#: scfuncs.hrc:2210
+#: sc/inc/scfuncs.hrc:2210
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2211
+#: sc/inc/scfuncs.hrc:2211
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 of VALS bereken die waarskynlikheidsdigtheidfunksie. Enige ander waarde of WAAR of weggelaat bereken die kumulatieweverspreiding-funksie."
-#: scfuncs.hrc:2217
+#: sc/inc/scfuncs.hrc:2217
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value."
msgstr ""
-#: scfuncs.hrc:2218
+#: sc/inc/scfuncs.hrc:2218
#, fuzzy
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "Trials"
msgstr "proewe"
-#: scfuncs.hrc:2219
+#: sc/inc/scfuncs.hrc:2219
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "The total number of trials."
msgstr "Die totale aantal proewe."
-#: scfuncs.hrc:2220
+#: sc/inc/scfuncs.hrc:2220
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2221
+#: sc/inc/scfuncs.hrc:2221
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "The success probability of a trial."
msgstr "Die slaagwaarskynlikheid van 'n proef."
-#: scfuncs.hrc:2222
+#: sc/inc/scfuncs.hrc:2222
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2223
+#: sc/inc/scfuncs.hrc:2223
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "The border probability that is attained or exceeded."
msgstr ""
-#: scfuncs.hrc:2229
+#: sc/inc/scfuncs.hrc:2229
msgctxt "SC_OPCODE_BINOM_INV"
msgid "Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value."
msgstr ""
-#: scfuncs.hrc:2230
+#: sc/inc/scfuncs.hrc:2230
#, fuzzy
msgctxt "SC_OPCODE_BINOM_INV"
msgid "Trials"
msgstr "proewe"
-#: scfuncs.hrc:2231
+#: sc/inc/scfuncs.hrc:2231
msgctxt "SC_OPCODE_BINOM_INV"
msgid "The total number of trials."
msgstr "Die totale aantal proewe."
-#: scfuncs.hrc:2232
+#: sc/inc/scfuncs.hrc:2232
msgctxt "SC_OPCODE_BINOM_INV"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2233
+#: sc/inc/scfuncs.hrc:2233
msgctxt "SC_OPCODE_BINOM_INV"
msgid "The success probability of a trial."
msgstr "Die slaagwaarskynlikheid van 'n proef."
-#: scfuncs.hrc:2234
+#: sc/inc/scfuncs.hrc:2234
msgctxt "SC_OPCODE_BINOM_INV"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2235
+#: sc/inc/scfuncs.hrc:2235
msgctxt "SC_OPCODE_BINOM_INV"
msgid "The border probability that is attained or exceeded."
msgstr ""
-#: scfuncs.hrc:2241
+#: sc/inc/scfuncs.hrc:2241
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Returns the Poisson distribution."
msgstr "Lewer die Poisson-verspreiding op."
-#: scfuncs.hrc:2242
+#: sc/inc/scfuncs.hrc:2242
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2243
+#: sc/inc/scfuncs.hrc:2243
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "The value for which the Poisson distribution is to be calculated."
msgstr "Die waarde waarvan die Poisson-verspreiding bereken moet word."
-#: scfuncs.hrc:2244
+#: sc/inc/scfuncs.hrc:2244
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Mean"
msgstr "Gemiddelde"
-#: scfuncs.hrc:2245
+#: sc/inc/scfuncs.hrc:2245
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Mean. The mean value of the Poisson distribution."
msgstr "Gemiddelde. Die gemiddelde waarde van die Poisson-verspreiding."
-#: scfuncs.hrc:2246
+#: sc/inc/scfuncs.hrc:2246
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2247
+#: sc/inc/scfuncs.hrc:2247
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 of VALS bereken die waarskynlikheidsdigtheidfunksie. Enige ander waarde of WAAR of weggelaat bereken die kumulatieweverspreiding-funksie."
-#: scfuncs.hrc:2253
+#: sc/inc/scfuncs.hrc:2253
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Returns the Poisson distribution."
msgstr "Lewer die Poisson-verspreiding op."
-#: scfuncs.hrc:2254
+#: sc/inc/scfuncs.hrc:2254
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2255
+#: sc/inc/scfuncs.hrc:2255
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "The value for which the Poisson distribution is to be calculated."
msgstr "Die waarde waarvan die Poisson-verspreiding bereken moet word."
-#: scfuncs.hrc:2256
+#: sc/inc/scfuncs.hrc:2256
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Mean"
msgstr "Gemiddelde"
-#: scfuncs.hrc:2257
+#: sc/inc/scfuncs.hrc:2257
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Mean. The mean value of the Poisson distribution."
msgstr "Gemiddelde. Die gemiddelde waarde van die Poisson-verspreiding."
-#: scfuncs.hrc:2258
+#: sc/inc/scfuncs.hrc:2258
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2259
+#: sc/inc/scfuncs.hrc:2259
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 of VALS bereken die waarskynlikheidsdigtheidfunksie. Enige ander waarde of WAAR of weggelaat bereken die kumulatieweverspreiding-funksie."
-#: scfuncs.hrc:2265
+#: sc/inc/scfuncs.hrc:2265
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Values of the normal distribution."
msgstr "Waardes van die normale verspreiding."
-#: scfuncs.hrc:2266
+#: sc/inc/scfuncs.hrc:2266
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2267
+#: sc/inc/scfuncs.hrc:2267
msgctxt "SC_OPCODE_NORM_DIST"
msgid "The value for which the normal distribution is to be calculated."
msgstr "Die waarde waarvan die normale verspreiding bereken moet word."
-#: scfuncs.hrc:2268
+#: sc/inc/scfuncs.hrc:2268
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Mean"
msgstr "Gemiddelde"
-#: scfuncs.hrc:2269
+#: sc/inc/scfuncs.hrc:2269
msgctxt "SC_OPCODE_NORM_DIST"
msgid "The mean value. The mean value of the normal distribution."
msgstr "Die gemiddelde waarde. Die gemiddelde waarde van die normaalverdeling."
-#: scfuncs.hrc:2270
+#: sc/inc/scfuncs.hrc:2270
msgctxt "SC_OPCODE_NORM_DIST"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2271
+#: sc/inc/scfuncs.hrc:2271
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr "Standaardafwyking. Die standaardafwyking van die normaalverdeling."
-#: scfuncs.hrc:2272
+#: sc/inc/scfuncs.hrc:2272
msgctxt "SC_OPCODE_NORM_DIST"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2273
+#: sc/inc/scfuncs.hrc:2273
msgctxt "SC_OPCODE_NORM_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 of VALS bereken die waarskynlikheidsdigtheidfunksie. Enige ander waarde of WAAR of weggelaat bereken die kumulatieweverspreiding-funksie."
-#: scfuncs.hrc:2279
+#: sc/inc/scfuncs.hrc:2279
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Values of the normal distribution."
msgstr "Waardes van die normale verspreiding."
-#: scfuncs.hrc:2280
+#: sc/inc/scfuncs.hrc:2280
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2281
+#: sc/inc/scfuncs.hrc:2281
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "The value for which the normal distribution is to be calculated."
msgstr "Die waarde waarvan die normale verspreiding bereken moet word."
-#: scfuncs.hrc:2282
+#: sc/inc/scfuncs.hrc:2282
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Mean"
msgstr "Gemiddelde"
-#: scfuncs.hrc:2283
+#: sc/inc/scfuncs.hrc:2283
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "The mean value. The mean value of the normal distribution."
msgstr "Die gemiddelde waarde. Die gemiddelde waarde van die normaalverdeling."
-#: scfuncs.hrc:2284
+#: sc/inc/scfuncs.hrc:2284
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2285
+#: sc/inc/scfuncs.hrc:2285
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr "Standaardafwyking. Die standaardafwyking van die normaalverdeling."
-#: scfuncs.hrc:2286
+#: sc/inc/scfuncs.hrc:2286
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2287
+#: sc/inc/scfuncs.hrc:2287
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 of VALS bereken die waarskynlikheidsdigtheidfunksie. Enige ander waarde of WAAR of weggelaat bereken die kumulatieweverspreiding-funksie."
-#: scfuncs.hrc:2293
+#: sc/inc/scfuncs.hrc:2293
msgctxt "SC_OPCODE_NORM_INV"
msgid "Values of the inverse normal distribution."
msgstr "Waardes van die omgekeerde normale verspreiding."
-#: scfuncs.hrc:2294
+#: sc/inc/scfuncs.hrc:2294
msgctxt "SC_OPCODE_NORM_INV"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2295
+#: sc/inc/scfuncs.hrc:2295
msgctxt "SC_OPCODE_NORM_INV"
msgid "The probability value for which the inverse normal distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde normale verspreiding bereken moet word."
-#: scfuncs.hrc:2296
+#: sc/inc/scfuncs.hrc:2296
msgctxt "SC_OPCODE_NORM_INV"
msgid "Mean"
msgstr "Gemiddelde"
-#: scfuncs.hrc:2297
+#: sc/inc/scfuncs.hrc:2297
msgctxt "SC_OPCODE_NORM_INV"
msgid "The mean value. The mean value of the normal distribution."
msgstr "Die gemiddelde waarde. Die gemiddelde waarde van die normaalverdeling."
-#: scfuncs.hrc:2298
+#: sc/inc/scfuncs.hrc:2298
msgctxt "SC_OPCODE_NORM_INV"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2299
+#: sc/inc/scfuncs.hrc:2299
msgctxt "SC_OPCODE_NORM_INV"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr "Standaardafwyking. Die standaardafwyking van die normaalverdeling."
-#: scfuncs.hrc:2305
+#: sc/inc/scfuncs.hrc:2305
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Values of the inverse normal distribution."
msgstr "Waardes van die omgekeerde normale verspreiding."
-#: scfuncs.hrc:2306
+#: sc/inc/scfuncs.hrc:2306
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2307
+#: sc/inc/scfuncs.hrc:2307
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "The probability value for which the inverse normal distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde normale verspreiding bereken moet word."
-#: scfuncs.hrc:2308
+#: sc/inc/scfuncs.hrc:2308
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Mean"
msgstr "Gemiddelde"
-#: scfuncs.hrc:2309
+#: sc/inc/scfuncs.hrc:2309
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "The mean value. The mean value of the normal distribution."
msgstr "Die gemiddelde waarde. Die gemiddelde waarde van die normaalverdeling."
-#: scfuncs.hrc:2310
+#: sc/inc/scfuncs.hrc:2310
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2311
+#: sc/inc/scfuncs.hrc:2311
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr "Standaardafwyking. Die standaardafwyking van die normaalverdeling."
-#: scfuncs.hrc:2317
+#: sc/inc/scfuncs.hrc:2317
msgctxt "SC_OPCODE_STD_NORM_DIST"
msgid "The values of the standard normal cumulative distribution."
msgstr "Die waardes van die standaard- normale kumulatiewe verspreiding."
-#: scfuncs.hrc:2318
+#: sc/inc/scfuncs.hrc:2318
msgctxt "SC_OPCODE_STD_NORM_DIST"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2319
+#: sc/inc/scfuncs.hrc:2319
msgctxt "SC_OPCODE_STD_NORM_DIST"
msgid "The value for which the standard normal distribution is to be calculated."
msgstr "Die waarde waarvoor die standaard normaalverdeling bereken moet word."
-#: scfuncs.hrc:2325
+#: sc/inc/scfuncs.hrc:2325
#, fuzzy
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "The values of the standard normal distribution."
msgstr "Die waardes van die standaard- normale kumulatiewe verspreiding."
-#: scfuncs.hrc:2326
+#: sc/inc/scfuncs.hrc:2326
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2327
+#: sc/inc/scfuncs.hrc:2327
#, fuzzy
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "The value for which the standard normal distribution is to be calculated."
msgstr "Die waarde waarvan die log- normale verspreiding bereken moet word."
-#: scfuncs.hrc:2328
+#: sc/inc/scfuncs.hrc:2328
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2329
+#: sc/inc/scfuncs.hrc:2329
#, fuzzy
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 of VALS bereken die waarskynlikheidsdigtheidfunksie. Enige ander waarde of WAAR of weggelaat bereken die kumulatieweverspreiding-funksie."
-#: scfuncs.hrc:2335
+#: sc/inc/scfuncs.hrc:2335
msgctxt "SC_OPCODE_S_NORM_INV"
msgid "Values of the inverse standard normal distribution."
msgstr "Waardes van die omgekeerde standaard- normale verspreiding."
-#: scfuncs.hrc:2336
+#: sc/inc/scfuncs.hrc:2336
msgctxt "SC_OPCODE_S_NORM_INV"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2337
+#: sc/inc/scfuncs.hrc:2337
msgctxt "SC_OPCODE_S_NORM_INV"
msgid "The probability value for which the inverse standard normal distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde standaard- normale verspreiding bereken moet word."
-#: scfuncs.hrc:2343
+#: sc/inc/scfuncs.hrc:2343
msgctxt "SC_OPCODE_S_NORM_INV_MS"
msgid "Values of the inverse standard normal distribution."
msgstr "Waardes van die omgekeerde standaard- normale verspreiding."
-#: scfuncs.hrc:2344
+#: sc/inc/scfuncs.hrc:2344
msgctxt "SC_OPCODE_S_NORM_INV_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2345
+#: sc/inc/scfuncs.hrc:2345
msgctxt "SC_OPCODE_S_NORM_INV_MS"
msgid "The probability value for which the inverse standard normal distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde standaard- normale verspreiding bereken moet word."
-#: scfuncs.hrc:2351
+#: sc/inc/scfuncs.hrc:2351
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Values of the log normal distribution."
msgstr "Waardes van die log- normale verspreiding."
-#: scfuncs.hrc:2352
+#: sc/inc/scfuncs.hrc:2352
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2353
+#: sc/inc/scfuncs.hrc:2353
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "The value for which the log normal distribution is to be calculated."
msgstr "Die waarde waarvan die log- normale verspreiding bereken moet word."
-#: scfuncs.hrc:2354
+#: sc/inc/scfuncs.hrc:2354
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Mean"
msgstr "Gemiddelde"
-#: scfuncs.hrc:2355
+#: sc/inc/scfuncs.hrc:2355
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "The mean value of the log normal distribution. It is set to 0 if omitted."
msgstr "Die gemiddelde waarde van die lognormale verdeling. Dit word as 0 gestel indien weggelaat."
-#: scfuncs.hrc:2356
+#: sc/inc/scfuncs.hrc:2356
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2357
+#: sc/inc/scfuncs.hrc:2357
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "The standard deviation of the log normal distribution. It is set to 1 if omitted."
msgstr "Die standaardafwyking van die lognormale verdeling. Dit word as 1 gestel indien weggelaat."
-#: scfuncs.hrc:2358
+#: sc/inc/scfuncs.hrc:2358
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2359
+#: sc/inc/scfuncs.hrc:2359
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 of VALS bereken die waarskynlikheidsdigtheidfunksie. Enige ander waarde of WAAR of weggelaat bereken die kumulatieweverspreiding-funksie."
-#: scfuncs.hrc:2365
+#: sc/inc/scfuncs.hrc:2365
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Values of the log normal distribution."
msgstr "Waardes van die log- normale verspreiding."
-#: scfuncs.hrc:2366
+#: sc/inc/scfuncs.hrc:2366
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2367
+#: sc/inc/scfuncs.hrc:2367
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "The value for which the log normal distribution is to be calculated."
msgstr "Die waarde waarvan die log- normale verspreiding bereken moet word."
-#: scfuncs.hrc:2368
+#: sc/inc/scfuncs.hrc:2368
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Mean"
msgstr "Gemiddelde"
-#: scfuncs.hrc:2369
+#: sc/inc/scfuncs.hrc:2369
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "The mean value of the log normal distribution."
msgstr "Gemiddelde waarde. Die gemiddelde waarde van die lognormale verdeling."
-#: scfuncs.hrc:2370
+#: sc/inc/scfuncs.hrc:2370
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2371
+#: sc/inc/scfuncs.hrc:2371
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "The standard deviation of the log normal distribution."
msgstr "Gemiddelde waarde. Die gemiddelde waarde van die lognormale verdeling."
-#: scfuncs.hrc:2372
+#: sc/inc/scfuncs.hrc:2372
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2373
+#: sc/inc/scfuncs.hrc:2373
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 of VALS bereken die waarskynlikheidsdigtheidfunksie. Enige ander waarde of WAAR of weggelaat bereken die kumulatieweverspreiding-funksie."
-#: scfuncs.hrc:2379
+#: sc/inc/scfuncs.hrc:2379
msgctxt "SC_OPCODE_LOG_INV"
msgid "Values of the inverse of the lognormal distribution."
msgstr "Waardes van die omgekeerde lognormale verspreiding."
-#: scfuncs.hrc:2380
+#: sc/inc/scfuncs.hrc:2380
msgctxt "SC_OPCODE_LOG_INV"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2381
+#: sc/inc/scfuncs.hrc:2381
msgctxt "SC_OPCODE_LOG_INV"
msgid "The probability value for which the inverse log normal distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde log- normale verspreiding bereken moet word."
-#: scfuncs.hrc:2382
+#: sc/inc/scfuncs.hrc:2382
msgctxt "SC_OPCODE_LOG_INV"
msgid "Mean"
msgstr "Gemiddelde"
-#: scfuncs.hrc:2383
+#: sc/inc/scfuncs.hrc:2383
msgctxt "SC_OPCODE_LOG_INV"
msgid "Mean value. The mean value of the log normal distribution."
msgstr "Gemiddelde waarde. Die gemiddelde waarde van die lognormale verdeling."
-#: scfuncs.hrc:2384
+#: sc/inc/scfuncs.hrc:2384
msgctxt "SC_OPCODE_LOG_INV"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2385
+#: sc/inc/scfuncs.hrc:2385
msgctxt "SC_OPCODE_LOG_INV"
msgid "Standard deviation. The standard deviation of the log normal distribution."
msgstr "Standaardafwyking. Die standaardafwyking van die lognormale verdeling."
-#: scfuncs.hrc:2391
+#: sc/inc/scfuncs.hrc:2391
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Values of the inverse of the lognormal distribution."
msgstr "Waardes van die omgekeerde lognormale verspreiding."
-#: scfuncs.hrc:2392
+#: sc/inc/scfuncs.hrc:2392
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2393
+#: sc/inc/scfuncs.hrc:2393
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "The probability value for which the inverse log normal distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde log- normale verspreiding bereken moet word."
-#: scfuncs.hrc:2394
+#: sc/inc/scfuncs.hrc:2394
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Mean"
msgstr "Gemiddelde"
-#: scfuncs.hrc:2395
+#: sc/inc/scfuncs.hrc:2395
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Mean value. The mean value of the log normal distribution."
msgstr "Gemiddelde waarde. Die gemiddelde waarde van die lognormale verdeling."
-#: scfuncs.hrc:2396
+#: sc/inc/scfuncs.hrc:2396
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2397
+#: sc/inc/scfuncs.hrc:2397
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Standard deviation. The standard deviation of the log normal distribution."
msgstr "Standaardafwyking. Die standaardafwyking van die normaalverdeling."
-#: scfuncs.hrc:2403
+#: sc/inc/scfuncs.hrc:2403
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Values of the exponential distribution."
msgstr "Waardes van die eksponensiële verspreiding."
-#: scfuncs.hrc:2404
+#: sc/inc/scfuncs.hrc:2404
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2405
+#: sc/inc/scfuncs.hrc:2405
msgctxt "SC_OPCODE_EXP_DIST"
msgid "The value to which the exponential distribution is to be calculated."
msgstr "Die waarde waarvolgens die eksponensiële verspreiding bereken moet word."
-#: scfuncs.hrc:2406
+#: sc/inc/scfuncs.hrc:2406
#, fuzzy
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Lambda"
msgstr "lambda"
-#: scfuncs.hrc:2407
+#: sc/inc/scfuncs.hrc:2407
msgctxt "SC_OPCODE_EXP_DIST"
msgid "The parameters of the exponential distribution."
msgstr "Die parameters van die eksponensiële verspreiding."
-#: scfuncs.hrc:2408
+#: sc/inc/scfuncs.hrc:2408
msgctxt "SC_OPCODE_EXP_DIST"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2409
+#: sc/inc/scfuncs.hrc:2409
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr "Kumulatief. C=0 bereken die digtheidsfunksie, C=1 die verdeling."
-#: scfuncs.hrc:2415
+#: sc/inc/scfuncs.hrc:2415
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Values of the exponential distribution."
msgstr "Waardes van die eksponensiële verspreiding."
-#: scfuncs.hrc:2416
+#: sc/inc/scfuncs.hrc:2416
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2417
+#: sc/inc/scfuncs.hrc:2417
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "The value to which the exponential distribution is to be calculated."
msgstr "Die waarde waarvolgens die eksponensiële verspreiding bereken moet word."
-#: scfuncs.hrc:2418
+#: sc/inc/scfuncs.hrc:2418
#, fuzzy
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Lambda"
msgstr "lambda"
-#: scfuncs.hrc:2419
+#: sc/inc/scfuncs.hrc:2419
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "The parameters of the exponential distribution."
msgstr "Die parameters van die eksponensiële verspreiding."
-#: scfuncs.hrc:2420
+#: sc/inc/scfuncs.hrc:2420
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2421
+#: sc/inc/scfuncs.hrc:2421
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr "Kumulatief. C=0 bereken die digtheidsfunksie, C=1 die verdeling."
-#: scfuncs.hrc:2427
+#: sc/inc/scfuncs.hrc:2427
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Returns the value of the probability density function or the cumulative distribution function for the Gamma distribution."
msgstr "Lewer die waarde van die waarskynlikheidsdigtheidsfunksie of die kumulatieweverspreidingsfunksie vir die gammaverspreiding op."
-#: scfuncs.hrc:2428
+#: sc/inc/scfuncs.hrc:2428
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2429
+#: sc/inc/scfuncs.hrc:2429
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "The value for which the gamma distribution is to be calculated."
msgstr "Die waarde waarvan die gamma-verspreiding bereken moet word."
-#: scfuncs.hrc:2430
+#: sc/inc/scfuncs.hrc:2430
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2431
+#: sc/inc/scfuncs.hrc:2431
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "The Alpha parameter of the Gamma distribution."
msgstr "Die alfaparameter van die gammaverdeling."
-#: scfuncs.hrc:2432
+#: sc/inc/scfuncs.hrc:2432
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Beta"
msgstr "eta"
-#: scfuncs.hrc:2433
+#: sc/inc/scfuncs.hrc:2433
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "The Beta parameter of the Gamma distribution."
msgstr "Die betaparameter van die gammaverdeling."
-#: scfuncs.hrc:2434
+#: sc/inc/scfuncs.hrc:2434
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2435
+#: sc/inc/scfuncs.hrc:2435
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 of VALS bereken die waarskynlikheidsdigtheidfunksie. Enige ander waarde of WAAR of weggelaat bereken die kumulatieweverspreiding-funksie."
-#: scfuncs.hrc:2441
+#: sc/inc/scfuncs.hrc:2441
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Returns the value of the probability density function or the cumulative distribution function for the Gamma distribution."
msgstr "Lewer die waarde van die waarskynlikheidsdigtheidsfunksie of die kumulatieweverspreidingsfunksie vir die gammaverspreiding op."
-#: scfuncs.hrc:2442
+#: sc/inc/scfuncs.hrc:2442
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2443
+#: sc/inc/scfuncs.hrc:2443
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "The value for which the gamma distribution is to be calculated."
msgstr "Die waarde waarvan die gamma-verspreiding bereken moet word."
-#: scfuncs.hrc:2444
+#: sc/inc/scfuncs.hrc:2444
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2445
+#: sc/inc/scfuncs.hrc:2445
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "The Alpha parameter of the Gamma distribution."
msgstr "Die alfaparameter van die gammaverdeling."
-#: scfuncs.hrc:2446
+#: sc/inc/scfuncs.hrc:2446
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Beta"
msgstr "eta"
-#: scfuncs.hrc:2447
+#: sc/inc/scfuncs.hrc:2447
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "The Beta parameter of the Gamma distribution."
msgstr "Die betaparameter van die gammaverdeling."
-#: scfuncs.hrc:2448
+#: sc/inc/scfuncs.hrc:2448
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2449
+#: sc/inc/scfuncs.hrc:2449
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 of VALS bereken die waarskynlikheidsdigtheidfunksie. Enige ander waarde of WAAR of weggelaat bereken die kumulatieweverspreiding-funksie."
-#: scfuncs.hrc:2455
+#: sc/inc/scfuncs.hrc:2455
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Values of the inverse gamma distribution."
msgstr "Waardes van die omgekeerde gammaverspreiding."
-#: scfuncs.hrc:2456
+#: sc/inc/scfuncs.hrc:2456
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2457
+#: sc/inc/scfuncs.hrc:2457
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "The probability value for which the inverse gamma distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde gammaverspreiding bereken moet word."
-#: scfuncs.hrc:2458
+#: sc/inc/scfuncs.hrc:2458
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2459
+#: sc/inc/scfuncs.hrc:2459
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "The Alpha (shape) parameter of the Gamma distribution."
msgstr "Die alfaparameter (vorm) van die gammaverdeling."
-#: scfuncs.hrc:2460
+#: sc/inc/scfuncs.hrc:2460
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Beta"
msgstr "eta"
-#: scfuncs.hrc:2461
+#: sc/inc/scfuncs.hrc:2461
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "The Beta (scale) parameter of the Gamma distribution."
msgstr "Die betaparameter (skaal) van die gammaverdeling."
-#: scfuncs.hrc:2467
+#: sc/inc/scfuncs.hrc:2467
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Values of the inverse gamma distribution."
msgstr "Waardes van die omgekeerde gammaverspreiding."
-#: scfuncs.hrc:2468
+#: sc/inc/scfuncs.hrc:2468
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2469
+#: sc/inc/scfuncs.hrc:2469
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "The probability value for which the inverse gamma distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde gammaverspreiding bereken moet word."
-#: scfuncs.hrc:2470
+#: sc/inc/scfuncs.hrc:2470
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2471
+#: sc/inc/scfuncs.hrc:2471
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "The Alpha (shape) parameter of the Gamma distribution."
msgstr "Die alfaparameter (vorm) van die gammaverdeling."
-#: scfuncs.hrc:2472
+#: sc/inc/scfuncs.hrc:2472
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Beta"
msgstr "eta"
-#: scfuncs.hrc:2473
+#: sc/inc/scfuncs.hrc:2473
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "The Beta (scale) parameter of the Gamma distribution."
msgstr "Die betaparameter (skaal) van die gammaverdeling."
-#: scfuncs.hrc:2479
+#: sc/inc/scfuncs.hrc:2479
msgctxt "SC_OPCODE_GAMMA_LN"
msgid "Returns the natural logarithm of the gamma function."
msgstr "Lewer die natuurlike logaritme van die gammafunksie op."
-#: scfuncs.hrc:2480
+#: sc/inc/scfuncs.hrc:2480
msgctxt "SC_OPCODE_GAMMA_LN"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2481
+#: sc/inc/scfuncs.hrc:2481
msgctxt "SC_OPCODE_GAMMA_LN"
msgid "The value for which the natural logarithm of the gamma function is to be calculated."
msgstr "Die waarde waarvan die natuurlike logaritme van die gammafunksie bereken moet word."
-#: scfuncs.hrc:2487
+#: sc/inc/scfuncs.hrc:2487
msgctxt "SC_OPCODE_GAMMA_LN_MS"
msgid "Returns the natural logarithm of the gamma function."
msgstr "Lewer die natuurlike logaritme van die gammafunksie op."
-#: scfuncs.hrc:2488
+#: sc/inc/scfuncs.hrc:2488
msgctxt "SC_OPCODE_GAMMA_LN_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2489
+#: sc/inc/scfuncs.hrc:2489
msgctxt "SC_OPCODE_GAMMA_LN_MS"
msgid "The value for which the natural logarithm of the gamma function is to be calculated."
msgstr "Die waarde waarvan die natuurlike logaritme van die gammafunksie bereken moet word."
-#: scfuncs.hrc:2496
+#: sc/inc/scfuncs.hrc:2496
msgctxt "SC_OPCODE_GAMMA"
msgid "Returns the value of the Gamma function."
msgstr "Lewer die waarde van die gammafunksie op."
-#: scfuncs.hrc:2497
+#: sc/inc/scfuncs.hrc:2497
msgctxt "SC_OPCODE_GAMMA"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2498
+#: sc/inc/scfuncs.hrc:2498
msgctxt "SC_OPCODE_GAMMA"
msgid "The value for which the Gamma function is to be calculated."
msgstr "Die waarde waarvan die gammafunksie bereken moet word."
-#: scfuncs.hrc:2505
+#: sc/inc/scfuncs.hrc:2505
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Values of the beta distribution."
msgstr "Waardes van die betaverspreiding."
-#: scfuncs.hrc:2506
+#: sc/inc/scfuncs.hrc:2506
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2507
+#: sc/inc/scfuncs.hrc:2507
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The value for which the beta distribution is to be calculated."
msgstr "Die waarde waarvan die betaverspreiding bereken moet word."
-#: scfuncs.hrc:2508
+#: sc/inc/scfuncs.hrc:2508
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2509
+#: sc/inc/scfuncs.hrc:2509
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The Alpha parameter of the Beta distribution."
msgstr "Die alfaparameter van die betaverdeling."
-#: scfuncs.hrc:2510
+#: sc/inc/scfuncs.hrc:2510
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Beta"
msgstr "eta"
-#: scfuncs.hrc:2511
+#: sc/inc/scfuncs.hrc:2511
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The Beta parameter of the Beta distribution."
msgstr "Die betaparameter van die betaverdeling."
-#: scfuncs.hrc:2512
+#: sc/inc/scfuncs.hrc:2512
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Start"
msgstr "Begin"
-#: scfuncs.hrc:2513
+#: sc/inc/scfuncs.hrc:2513
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The starting value for the value interval of the distribution."
msgstr "Die beginwaarde vir die waarde-interval van die verdeling."
-#: scfuncs.hrc:2514
+#: sc/inc/scfuncs.hrc:2514
msgctxt "SC_OPCODE_BETA_DIST"
msgid "End"
msgstr "Einde"
-#: scfuncs.hrc:2515
+#: sc/inc/scfuncs.hrc:2515
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The final value for the value interval of the distribution."
msgstr "Die finale waarde vir die waarde-interval van die verdeling."
-#: scfuncs.hrc:2516
+#: sc/inc/scfuncs.hrc:2516
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2517
+#: sc/inc/scfuncs.hrc:2517
msgctxt "SC_OPCODE_BETA_DIST"
msgid "0 or FALSE for probability density function, any other value or TRUE or omitted for cumulative distribution function."
msgstr "0 of VALS vir waarskynlikheidsdigtheidsfunksie, enige ander waarde of WAAR of weggelaat vir kumulatieweverspreidingfunksie."
-#: scfuncs.hrc:2523
+#: sc/inc/scfuncs.hrc:2523
msgctxt "SC_OPCODE_BETA_INV"
msgid "Values of the inverse beta distribution."
msgstr "Waardes van die omgekeerde betaverspreiding."
-#: scfuncs.hrc:2524
+#: sc/inc/scfuncs.hrc:2524
msgctxt "SC_OPCODE_BETA_INV"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2525
+#: sc/inc/scfuncs.hrc:2525
msgctxt "SC_OPCODE_BETA_INV"
msgid "The probability value for which the inverse beta distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde betaverspreiding bereken moet word."
-#: scfuncs.hrc:2526
+#: sc/inc/scfuncs.hrc:2526
msgctxt "SC_OPCODE_BETA_INV"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2527
+#: sc/inc/scfuncs.hrc:2527
msgctxt "SC_OPCODE_BETA_INV"
msgid "The Alpha parameter of the Beta distribution."
msgstr "Die alfaparameter van die betaverdeling."
-#: scfuncs.hrc:2528
+#: sc/inc/scfuncs.hrc:2528
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV"
msgid "Beta"
msgstr "eta"
-#: scfuncs.hrc:2529
+#: sc/inc/scfuncs.hrc:2529
msgctxt "SC_OPCODE_BETA_INV"
msgid "The Beta parameter of the Beta distribution."
msgstr "Die betaparameter van die betaverdeling."
-#: scfuncs.hrc:2530
+#: sc/inc/scfuncs.hrc:2530
msgctxt "SC_OPCODE_BETA_INV"
msgid "Start"
msgstr "Begin"
-#: scfuncs.hrc:2531
+#: sc/inc/scfuncs.hrc:2531
msgctxt "SC_OPCODE_BETA_INV"
msgid "The starting value for the value interval of the distribution."
msgstr "Die beginwaarde vir die waarde-interval van die verdeling."
-#: scfuncs.hrc:2532
+#: sc/inc/scfuncs.hrc:2532
msgctxt "SC_OPCODE_BETA_INV"
msgid "End"
msgstr "Einde"
-#: scfuncs.hrc:2533
+#: sc/inc/scfuncs.hrc:2533
msgctxt "SC_OPCODE_BETA_INV"
msgid "The final value for the value interval of the distribution."
msgstr "Die finale waarde vir die waarde-interval van die verdeling."
-#: scfuncs.hrc:2539
+#: sc/inc/scfuncs.hrc:2539
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Values of the beta distribution."
msgstr "Waardes van die betaverspreiding."
-#: scfuncs.hrc:2540
+#: sc/inc/scfuncs.hrc:2540
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2541
+#: sc/inc/scfuncs.hrc:2541
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The value for which the beta distribution is to be calculated."
msgstr "Die waarde waarvan die betaverspreiding bereken moet word."
-#: scfuncs.hrc:2542
+#: sc/inc/scfuncs.hrc:2542
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2543
+#: sc/inc/scfuncs.hrc:2543
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The Alpha parameter of the Beta distribution."
msgstr "Die alfaparameter van die betaverdeling."
-#: scfuncs.hrc:2544
+#: sc/inc/scfuncs.hrc:2544
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Beta"
msgstr "eta"
-#: scfuncs.hrc:2545
+#: sc/inc/scfuncs.hrc:2545
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The Beta parameter of the Beta distribution."
msgstr "Die betaparameter van die betaverdeling."
-#: scfuncs.hrc:2546
+#: sc/inc/scfuncs.hrc:2546
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2547
+#: sc/inc/scfuncs.hrc:2547
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "0 or FALSE for probability density function, any other value or TRUE or omitted for cumulative distribution function."
msgstr "0 of VALS vir waarskynlikheidsdigtheidsfunksie, enige ander waarde of WAAR of weggelaat vir kumulatieweverspreidingfunksie."
-#: scfuncs.hrc:2548
+#: sc/inc/scfuncs.hrc:2548
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Start"
msgstr "Begin"
-#: scfuncs.hrc:2549
+#: sc/inc/scfuncs.hrc:2549
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The starting value for the value interval of the distribution."
msgstr "Die beginwaarde vir die waarde-interval van die verdeling."
-#: scfuncs.hrc:2550
+#: sc/inc/scfuncs.hrc:2550
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "End"
msgstr "Einde"
-#: scfuncs.hrc:2551
+#: sc/inc/scfuncs.hrc:2551
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The final value for the value interval of the distribution."
msgstr "Die finale waarde vir die waarde-interval van die verdeling."
-#: scfuncs.hrc:2557
+#: sc/inc/scfuncs.hrc:2557
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Values of the inverse beta distribution."
msgstr "Waardes van die omgekeerde betaverspreiding."
-#: scfuncs.hrc:2558
+#: sc/inc/scfuncs.hrc:2558
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2559
+#: sc/inc/scfuncs.hrc:2559
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The probability value for which the inverse beta distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde betaverspreiding bereken moet word."
-#: scfuncs.hrc:2560
+#: sc/inc/scfuncs.hrc:2560
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2561
+#: sc/inc/scfuncs.hrc:2561
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The Alpha parameter of the Beta distribution."
msgstr "Die alfaparameter van die betaverdeling."
-#: scfuncs.hrc:2562
+#: sc/inc/scfuncs.hrc:2562
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Beta"
msgstr "eta"
-#: scfuncs.hrc:2563
+#: sc/inc/scfuncs.hrc:2563
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The Beta parameter of the Beta distribution."
msgstr "Die betaparameter van die betaverdeling."
-#: scfuncs.hrc:2564
+#: sc/inc/scfuncs.hrc:2564
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Start"
msgstr "Begin"
-#: scfuncs.hrc:2565
+#: sc/inc/scfuncs.hrc:2565
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The starting value for the value interval of the distribution."
msgstr "Die beginwaarde vir die waarde-interval van die verdeling."
-#: scfuncs.hrc:2566
+#: sc/inc/scfuncs.hrc:2566
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "End"
msgstr "Einde"
-#: scfuncs.hrc:2567
+#: sc/inc/scfuncs.hrc:2567
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The final value for the value interval of the distribution."
msgstr "Die finale waarde vir die waarde-interval van die verdeling."
-#: scfuncs.hrc:2573
+#: sc/inc/scfuncs.hrc:2573
msgctxt "SC_OPCODE_WEIBULL"
msgid "Returns the values of the Weibull distribution."
msgstr "Lewer die waardes van die Weibull-verspreiding op."
-#: scfuncs.hrc:2574
+#: sc/inc/scfuncs.hrc:2574
msgctxt "SC_OPCODE_WEIBULL"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2575
+#: sc/inc/scfuncs.hrc:2575
msgctxt "SC_OPCODE_WEIBULL"
msgid "The value for which the Weibull distribution is to be calculated."
msgstr "Die waarde waarvan die Weibull-verspreiding bereken moet word."
-#: scfuncs.hrc:2576
+#: sc/inc/scfuncs.hrc:2576
msgctxt "SC_OPCODE_WEIBULL"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2577
+#: sc/inc/scfuncs.hrc:2577
msgctxt "SC_OPCODE_WEIBULL"
msgid "The Alpha parameter of the Weibull distribution."
msgstr "Die alfaparameter van die Weibull-verspreiding."
-#: scfuncs.hrc:2578
+#: sc/inc/scfuncs.hrc:2578
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL"
msgid "Beta"
msgstr "eta"
-#: scfuncs.hrc:2579
+#: sc/inc/scfuncs.hrc:2579
msgctxt "SC_OPCODE_WEIBULL"
msgid "The Beta parameter of the Weibull distribution."
msgstr "Die betaparameter van die Weibull-verspreiding."
-#: scfuncs.hrc:2580
+#: sc/inc/scfuncs.hrc:2580
msgctxt "SC_OPCODE_WEIBULL"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2581
+#: sc/inc/scfuncs.hrc:2581
msgctxt "SC_OPCODE_WEIBULL"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr "Kumulatief. C=0 bereken die digtheidsfunksie, C=1 die verdeling."
-#: scfuncs.hrc:2587
+#: sc/inc/scfuncs.hrc:2587
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Returns the values of the Weibull distribution."
msgstr "Lewer die waardes van die Weibull-verspreiding op."
-#: scfuncs.hrc:2588
+#: sc/inc/scfuncs.hrc:2588
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2589
+#: sc/inc/scfuncs.hrc:2589
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "The value for which the Weibull distribution is to be calculated."
msgstr "Die waarde waarvan die Weibull-verspreiding bereken moet word."
-#: scfuncs.hrc:2590
+#: sc/inc/scfuncs.hrc:2590
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2591
+#: sc/inc/scfuncs.hrc:2591
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "The Alpha parameter of the Weibull distribution."
msgstr "Die alfaparameter van die Weibull-verspreiding."
-#: scfuncs.hrc:2592
+#: sc/inc/scfuncs.hrc:2592
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Beta"
msgstr "eta"
-#: scfuncs.hrc:2593
+#: sc/inc/scfuncs.hrc:2593
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "The Beta parameter of the Weibull distribution."
msgstr "Die betaparameter van die Weibull-verspreiding."
-#: scfuncs.hrc:2594
+#: sc/inc/scfuncs.hrc:2594
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2595
+#: sc/inc/scfuncs.hrc:2595
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr "Kumulatief. C=0 bereken die digtheidsfunksie, C=1 die verdeling."
-#: scfuncs.hrc:2601
+#: sc/inc/scfuncs.hrc:2601
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Values of the hypergeometric distribution."
msgstr "Waardes van die hipergeometriese verspreiding."
-#: scfuncs.hrc:2602
+#: sc/inc/scfuncs.hrc:2602
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "X"
msgstr "X"
-#: scfuncs.hrc:2603
+#: sc/inc/scfuncs.hrc:2603
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The number of successes in the sample."
msgstr "Die getal suksesse binne die monster."
-#: scfuncs.hrc:2604
+#: sc/inc/scfuncs.hrc:2604
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "N sample"
msgstr "n_monster"
-#: scfuncs.hrc:2605
+#: sc/inc/scfuncs.hrc:2605
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The size of the sample."
msgstr "Die grootte van die monster."
-#: scfuncs.hrc:2606
+#: sc/inc/scfuncs.hrc:2606
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Successes"
msgstr "suksesse"
-#: scfuncs.hrc:2607
+#: sc/inc/scfuncs.hrc:2607
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The number of successes in the population."
msgstr "Die getal suksesse in die populasie."
-#: scfuncs.hrc:2608
+#: sc/inc/scfuncs.hrc:2608
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "N population"
msgstr "n_bevolking"
-#: scfuncs.hrc:2609
+#: sc/inc/scfuncs.hrc:2609
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The population size."
msgstr "Die populasiegrootte."
-#: scfuncs.hrc:2610
+#: sc/inc/scfuncs.hrc:2610
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2611
+#: sc/inc/scfuncs.hrc:2611
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Cumulated. TRUE calculates the cumulative distribution function, FALSE the probability mass function."
msgstr ""
-#: scfuncs.hrc:2617
+#: sc/inc/scfuncs.hrc:2617
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Values of the hypergeometric distribution."
msgstr "Waardes van die hipergeometriese verspreiding."
-#: scfuncs.hrc:2618
+#: sc/inc/scfuncs.hrc:2618
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "X"
msgstr ""
-#: scfuncs.hrc:2619
+#: sc/inc/scfuncs.hrc:2619
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The number of successes in the sample."
msgstr "Die getal suksesse binne die monster."
-#: scfuncs.hrc:2620
+#: sc/inc/scfuncs.hrc:2620
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "N sample"
msgstr "n_monster"
-#: scfuncs.hrc:2621
+#: sc/inc/scfuncs.hrc:2621
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The size of the sample."
msgstr "Die grootte van die monster."
-#: scfuncs.hrc:2622
+#: sc/inc/scfuncs.hrc:2622
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Successes"
msgstr "suksesse"
-#: scfuncs.hrc:2623
+#: sc/inc/scfuncs.hrc:2623
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The number of successes in the population."
msgstr "Die getal suksesse in die populasie."
-#: scfuncs.hrc:2624
+#: sc/inc/scfuncs.hrc:2624
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "N population"
msgstr "n_bevolking"
-#: scfuncs.hrc:2625
+#: sc/inc/scfuncs.hrc:2625
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The population size."
msgstr "Die populasiegrootte."
-#: scfuncs.hrc:2626
+#: sc/inc/scfuncs.hrc:2626
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2627
+#: sc/inc/scfuncs.hrc:2627
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Cumulated. TRUE calculates the cumulative distribution function, FALSE the probability mass function."
msgstr ""
-#: scfuncs.hrc:2633
+#: sc/inc/scfuncs.hrc:2633
msgctxt "SC_OPCODE_T_DIST"
msgid "Returns the t-distribution."
msgstr "Lewer die t-verspreiding op."
-#: scfuncs.hrc:2634
+#: sc/inc/scfuncs.hrc:2634
msgctxt "SC_OPCODE_T_DIST"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2635
+#: sc/inc/scfuncs.hrc:2635
msgctxt "SC_OPCODE_T_DIST"
msgid "The value for which the T distribution is to be calculated."
msgstr "Die waarde waarvan die T-verspreiding bereken moet word."
-#: scfuncs.hrc:2636
+#: sc/inc/scfuncs.hrc:2636
#, fuzzy
msgctxt "SC_OPCODE_T_DIST"
msgid "Degrees freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2637
+#: sc/inc/scfuncs.hrc:2637
msgctxt "SC_OPCODE_T_DIST"
msgid "The degrees of freedom of the T distribution."
msgstr "Die vryheidsgrade van die T-verdeling."
-#: scfuncs.hrc:2638
+#: sc/inc/scfuncs.hrc:2638
msgctxt "SC_OPCODE_T_DIST"
msgid "Mode"
msgstr "Modus"
-#: scfuncs.hrc:2639
+#: sc/inc/scfuncs.hrc:2639
msgctxt "SC_OPCODE_T_DIST"
msgid "Mode = 1 calculates the one-tailed test, 2 = two-tailed distribution."
msgstr ""
-#: scfuncs.hrc:2645
+#: sc/inc/scfuncs.hrc:2645
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "Returns the two-tailed t-distribution."
msgstr ""
-#: scfuncs.hrc:2646
+#: sc/inc/scfuncs.hrc:2646
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2647
+#: sc/inc/scfuncs.hrc:2647
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "The value for which the T distribution is to be calculated."
msgstr "Die waarde waarvan die T-verspreiding bereken moet word."
-#: scfuncs.hrc:2648
+#: sc/inc/scfuncs.hrc:2648
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "Degrees freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2649
+#: sc/inc/scfuncs.hrc:2649
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "The degrees of freedom of the T distribution."
msgstr "Die vryheidsgrade van die T-verdeling."
-#: scfuncs.hrc:2655
+#: sc/inc/scfuncs.hrc:2655
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Returns the t-distribution."
msgstr "Lewer die t-verspreiding op."
-#: scfuncs.hrc:2656
+#: sc/inc/scfuncs.hrc:2656
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2657
+#: sc/inc/scfuncs.hrc:2657
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "The value for which the T distribution is to be calculated."
msgstr "Die waarde waarvan die T-verspreiding bereken moet word."
-#: scfuncs.hrc:2658
+#: sc/inc/scfuncs.hrc:2658
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Degrees freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2659
+#: sc/inc/scfuncs.hrc:2659
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "The degrees of freedom of the T distribution."
msgstr "Die vryheidsgrade van die T-verdeling."
-#: scfuncs.hrc:2660
+#: sc/inc/scfuncs.hrc:2660
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2661
+#: sc/inc/scfuncs.hrc:2661
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "True calculates the cumulative distribution function, false the probability density function."
msgstr ""
-#: scfuncs.hrc:2667
+#: sc/inc/scfuncs.hrc:2667
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "Returns the right-tailed t-distribution."
msgstr ""
-#: scfuncs.hrc:2668
+#: sc/inc/scfuncs.hrc:2668
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2669
+#: sc/inc/scfuncs.hrc:2669
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "The value for which the T distribution is to be calculated."
msgstr "Die waarde waarvan die T-verspreiding bereken moet word."
-#: scfuncs.hrc:2670
+#: sc/inc/scfuncs.hrc:2670
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "Degrees freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2671
+#: sc/inc/scfuncs.hrc:2671
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "The degrees of freedom of the T distribution."
msgstr "Die vryheidsgrade van die T-verdeling."
-#: scfuncs.hrc:2677
+#: sc/inc/scfuncs.hrc:2677
msgctxt "SC_OPCODE_T_INV"
msgid "Values of the inverse t-distribution."
msgstr "Waardes van die omgekeerde t-verspreiding."
-#: scfuncs.hrc:2678
+#: sc/inc/scfuncs.hrc:2678
msgctxt "SC_OPCODE_T_INV"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2679
+#: sc/inc/scfuncs.hrc:2679
msgctxt "SC_OPCODE_T_INV"
msgid "The probability value for which the inverse T distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde T-verspreiding bereken moet word."
-#: scfuncs.hrc:2680
+#: sc/inc/scfuncs.hrc:2680
#, fuzzy
msgctxt "SC_OPCODE_T_INV"
msgid "Degrees freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2681
+#: sc/inc/scfuncs.hrc:2681
msgctxt "SC_OPCODE_T_INV"
msgid "The degrees of freedom of the T distribution."
msgstr "Die vryheidsgrade van die T-verdeling."
-#: scfuncs.hrc:2687
+#: sc/inc/scfuncs.hrc:2687
#, fuzzy
msgctxt "SC_OPCODE_T_INV_MS"
msgid "Values of the left-tailed inverse t-distribution."
msgstr "Waardes van die omgekeerde t-verspreiding."
-#: scfuncs.hrc:2688
+#: sc/inc/scfuncs.hrc:2688
msgctxt "SC_OPCODE_T_INV_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2689
+#: sc/inc/scfuncs.hrc:2689
msgctxt "SC_OPCODE_T_INV_MS"
msgid "The probability value for which the inverse T distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde T-verspreiding bereken moet word."
-#: scfuncs.hrc:2690
+#: sc/inc/scfuncs.hrc:2690
#, fuzzy
msgctxt "SC_OPCODE_T_INV_MS"
msgid "Degrees freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2691
+#: sc/inc/scfuncs.hrc:2691
msgctxt "SC_OPCODE_T_INV_MS"
msgid "The degrees of freedom of the T distribution."
msgstr "Die vryheidsgrade van die T-verdeling."
-#: scfuncs.hrc:2697
+#: sc/inc/scfuncs.hrc:2697
#, fuzzy
msgctxt "SC_OPCODE_T_INV_2T"
msgid "Values of the two-tailed inverse t-distribution."
msgstr "Waardes van die omgekeerde t-verspreiding."
-#: scfuncs.hrc:2698
+#: sc/inc/scfuncs.hrc:2698
msgctxt "SC_OPCODE_T_INV_2T"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2699
+#: sc/inc/scfuncs.hrc:2699
msgctxt "SC_OPCODE_T_INV_2T"
msgid "The probability value for which the inverse T distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde T-verspreiding bereken moet word."
-#: scfuncs.hrc:2700
+#: sc/inc/scfuncs.hrc:2700
#, fuzzy
msgctxt "SC_OPCODE_T_INV_2T"
msgid "Degrees freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2701
+#: sc/inc/scfuncs.hrc:2701
msgctxt "SC_OPCODE_T_INV_2T"
msgid "The degrees of freedom of the T distribution."
msgstr "Die vryheidsgrade van die T-verdeling."
-#: scfuncs.hrc:2707
+#: sc/inc/scfuncs.hrc:2707
msgctxt "SC_OPCODE_F_DIST"
msgid "Values of the F probability distribution."
msgstr "Waardes van die F-waarskynlikheidsverspreiding."
-#: scfuncs.hrc:2708
+#: sc/inc/scfuncs.hrc:2708
msgctxt "SC_OPCODE_F_DIST"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2709
+#: sc/inc/scfuncs.hrc:2709
msgctxt "SC_OPCODE_F_DIST"
msgid "The value for which the F distribution is to be calculated."
msgstr "Die waarde waarvan die F-verspreiding bereken moet word."
-#: scfuncs.hrc:2710
+#: sc/inc/scfuncs.hrc:2710
#, fuzzy
msgctxt "SC_OPCODE_F_DIST"
msgid "Degrees freedom 1"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2711
+#: sc/inc/scfuncs.hrc:2711
msgctxt "SC_OPCODE_F_DIST"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "Die vryheidsgrade in die teller van die F-verdeling."
-#: scfuncs.hrc:2712
+#: sc/inc/scfuncs.hrc:2712
#, fuzzy
msgctxt "SC_OPCODE_F_DIST"
msgid "Degrees freedom 2"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2713
+#: sc/inc/scfuncs.hrc:2713
msgctxt "SC_OPCODE_F_DIST"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "Die vryheidsgrade in die noemer van die F-verdeling."
-#: scfuncs.hrc:2719
+#: sc/inc/scfuncs.hrc:2719
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Values of the left tail F probability distribution."
msgstr "Waardes van die F-waarskynlikheidsverspreiding."
-#: scfuncs.hrc:2720
+#: sc/inc/scfuncs.hrc:2720
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2721
+#: sc/inc/scfuncs.hrc:2721
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "The value for which the F distribution is to be calculated."
msgstr "Die waarde waarvan die F-verspreiding bereken moet word."
-#: scfuncs.hrc:2722
+#: sc/inc/scfuncs.hrc:2722
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Degrees freedom 1"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2723
+#: sc/inc/scfuncs.hrc:2723
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "Die vryheidsgrade in die teller van die F-verdeling."
-#: scfuncs.hrc:2724
+#: sc/inc/scfuncs.hrc:2724
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Degrees freedom 2"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2725
+#: sc/inc/scfuncs.hrc:2725
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "Die vryheidsgrade in die noemer van die F-verdeling."
-#: scfuncs.hrc:2726
+#: sc/inc/scfuncs.hrc:2726
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2727
+#: sc/inc/scfuncs.hrc:2727
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Cumulative distribution function (TRUE) or probability density function (FALSE)."
msgstr ""
-#: scfuncs.hrc:2733
+#: sc/inc/scfuncs.hrc:2733
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Values of the right tail F probability distribution."
msgstr "Waardes van die F-waarskynlikheidsverspreiding."
-#: scfuncs.hrc:2734
+#: sc/inc/scfuncs.hrc:2734
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2735
+#: sc/inc/scfuncs.hrc:2735
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "The value for which the F distribution is to be calculated."
msgstr "Die waarde waarvan die F-verspreiding bereken moet word."
-#: scfuncs.hrc:2736
+#: sc/inc/scfuncs.hrc:2736
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Degrees freedom 1"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2737
+#: sc/inc/scfuncs.hrc:2737
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "Die vryheidsgrade in die teller van die F-verdeling."
-#: scfuncs.hrc:2738
+#: sc/inc/scfuncs.hrc:2738
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Degrees freedom 2"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2739
+#: sc/inc/scfuncs.hrc:2739
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "Die vryheidsgrade in die noemer van die F-verdeling."
-#: scfuncs.hrc:2745
+#: sc/inc/scfuncs.hrc:2745
msgctxt "SC_OPCODE_F_INV"
msgid "Values of the inverse F distribution."
msgstr "Waardes van die omgekeerde F-verspreiding."
-#: scfuncs.hrc:2746
+#: sc/inc/scfuncs.hrc:2746
msgctxt "SC_OPCODE_F_INV"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2747
+#: sc/inc/scfuncs.hrc:2747
msgctxt "SC_OPCODE_F_INV"
msgid "The probability value for which the inverse F distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde F-verspreiding bereken moet word."
-#: scfuncs.hrc:2748
+#: sc/inc/scfuncs.hrc:2748
#, fuzzy
msgctxt "SC_OPCODE_F_INV"
msgid "Degrees freedom 1"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2749
+#: sc/inc/scfuncs.hrc:2749
msgctxt "SC_OPCODE_F_INV"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "Die vryheidsgrade in die teller van die F-verdeling."
-#: scfuncs.hrc:2750
+#: sc/inc/scfuncs.hrc:2750
#, fuzzy
msgctxt "SC_OPCODE_F_INV"
msgid "Degrees freedom 2"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2751
+#: sc/inc/scfuncs.hrc:2751
msgctxt "SC_OPCODE_F_INV"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "Die vryheidsgrade in die noemer van die F-verdeling."
-#: scfuncs.hrc:2757
+#: sc/inc/scfuncs.hrc:2757
#, fuzzy
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Values of the inverse left tail F distribution."
msgstr "Waardes van die omgekeerde betaverspreiding."
-#: scfuncs.hrc:2758
+#: sc/inc/scfuncs.hrc:2758
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2759
+#: sc/inc/scfuncs.hrc:2759
msgctxt "SC_OPCODE_F_INV_LT"
msgid "The probability value for which the inverse F distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde F-verspreiding bereken moet word."
-#: scfuncs.hrc:2760
+#: sc/inc/scfuncs.hrc:2760
#, fuzzy
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Degrees freedom 1"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2761
+#: sc/inc/scfuncs.hrc:2761
msgctxt "SC_OPCODE_F_INV_LT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "Die vryheidsgrade in die teller van die F-verdeling."
-#: scfuncs.hrc:2762
+#: sc/inc/scfuncs.hrc:2762
#, fuzzy
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Degrees freedom 2"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2763
+#: sc/inc/scfuncs.hrc:2763
msgctxt "SC_OPCODE_F_INV_LT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "Die vryheidsgrade in die noemer van die F-verdeling."
-#: scfuncs.hrc:2769
+#: sc/inc/scfuncs.hrc:2769
#, fuzzy
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Values of the inverse right tail F distribution."
msgstr "Waardes van die omgekeerde betaverspreiding."
-#: scfuncs.hrc:2770
+#: sc/inc/scfuncs.hrc:2770
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2771
+#: sc/inc/scfuncs.hrc:2771
msgctxt "SC_OPCODE_F_INV_RT"
msgid "The probability value for which the inverse F distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde F-verspreiding bereken moet word."
-#: scfuncs.hrc:2772
+#: sc/inc/scfuncs.hrc:2772
#, fuzzy
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Degrees freedom 1"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2773
+#: sc/inc/scfuncs.hrc:2773
msgctxt "SC_OPCODE_F_INV_RT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "Die vryheidsgrade in die teller van die F-verdeling."
-#: scfuncs.hrc:2774
+#: sc/inc/scfuncs.hrc:2774
#, fuzzy
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Degrees freedom 2"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2775
+#: sc/inc/scfuncs.hrc:2775
msgctxt "SC_OPCODE_F_INV_RT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "Die vryheidsgrade in die noemer van die F-verdeling."
-#: scfuncs.hrc:2781
+#: sc/inc/scfuncs.hrc:2781
msgctxt "SC_OPCODE_CHI_DIST"
msgid "Returns the right-tail probability of the chi-square distribution."
msgstr "Lewer die regtereindwaarskynlikheid van die chi-kwadraat-verspreiding op."
-#: scfuncs.hrc:2782
+#: sc/inc/scfuncs.hrc:2782
msgctxt "SC_OPCODE_CHI_DIST"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2783
+#: sc/inc/scfuncs.hrc:2783
msgctxt "SC_OPCODE_CHI_DIST"
msgid "The value for which the chi square distribution is to be calculated."
msgstr "Die waarde waarvan die chi-vierkantswortel-verspreiding bereken moet word."
-#: scfuncs.hrc:2784
+#: sc/inc/scfuncs.hrc:2784
#, fuzzy
msgctxt "SC_OPCODE_CHI_DIST"
msgid "Degrees freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2785
+#: sc/inc/scfuncs.hrc:2785
msgctxt "SC_OPCODE_CHI_DIST"
msgid "The degrees of freedom of the chi square distribution."
msgstr "Die grade van vryheid van die chi-kwadraat-verdeling."
-#: scfuncs.hrc:2791
+#: sc/inc/scfuncs.hrc:2791
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "Returns the right-tail probability of the chi-square distribution."
msgstr "Lewer die regtereindwaarskynlikheid van die chi-kwadraat-verspreiding op."
-#: scfuncs.hrc:2792
+#: sc/inc/scfuncs.hrc:2792
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2793
+#: sc/inc/scfuncs.hrc:2793
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "The value for which the chi square distribution is to be calculated."
msgstr "Die waarde waarvan die chi-vierkantswortel-verspreiding bereken moet word."
-#: scfuncs.hrc:2794
+#: sc/inc/scfuncs.hrc:2794
#, fuzzy
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "Degrees freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2795
+#: sc/inc/scfuncs.hrc:2795
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "The degrees of freedom of the chi square distribution."
msgstr "Die grade van vryheid van die chi-kwadraat-verdeling."
-#: scfuncs.hrc:2802
+#: sc/inc/scfuncs.hrc:2802
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Returns left-tail probability of the cumulative distribution function or values of the probability density function of the chi-square distribution."
msgstr "Lewer die linkereindwaarskynlikheid van die kumulatieweverspreidingfunksie of waarde van die waarskynlikheidsdigtheidsfunksie van die chi-kwadraat-verspreiding op."
-#: scfuncs.hrc:2803
+#: sc/inc/scfuncs.hrc:2803
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2804
+#: sc/inc/scfuncs.hrc:2804
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "The value for which the probability density function or cumulative distribution function is to be calculated."
msgstr "Die waarde waarvoor die waarskynlikheiddigdheidfunksie of kumulatieweverspreidingfunksie bereken moet word."
-#: scfuncs.hrc:2805
+#: sc/inc/scfuncs.hrc:2805
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Degrees of Freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2806
+#: sc/inc/scfuncs.hrc:2806
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "The degrees of freedom of the chi-square distribution."
msgstr "Die grade van vryheid van die chi-kwadraat-verdeling."
-#: scfuncs.hrc:2807
+#: sc/inc/scfuncs.hrc:2807
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2808
+#: sc/inc/scfuncs.hrc:2808
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 of VALS bereken die waarskynlikheidsdigtheidfunksie. Enige ander waarde of WAAR of weggelaat bereken die kumulatieweverspreiding-funksie."
-#: scfuncs.hrc:2815
+#: sc/inc/scfuncs.hrc:2815
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Returns left-tail probability of the cumulative distribution function or values of the probability density function of the chi-square distribution."
msgstr "Lewer die linkereindwaarskynlikheid van die kumulatieweverspreidingfunksie of waarde van die waarskynlikheidsdigtheidsfunksie van die chi-kwadraat-verspreiding op."
-#: scfuncs.hrc:2816
+#: sc/inc/scfuncs.hrc:2816
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2817
+#: sc/inc/scfuncs.hrc:2817
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "The value for which the probability density function or cumulative distribution function is to be calculated."
msgstr "Die waarde waarvoor die waarskynlikheiddigdheidfunksie of kumulatieweverspreidingfunksie bereken moet word."
-#: scfuncs.hrc:2818
+#: sc/inc/scfuncs.hrc:2818
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Degrees of Freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2819
+#: sc/inc/scfuncs.hrc:2819
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "The degrees of freedom of the chi-square distribution."
msgstr "Die grade van vryheid van die chi-kwadraat-verdeling."
-#: scfuncs.hrc:2820
+#: sc/inc/scfuncs.hrc:2820
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Cumulative"
msgstr "Kumulatiewe"
-#: scfuncs.hrc:2821
+#: sc/inc/scfuncs.hrc:2821
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 of VALS bereken die waarskynlikheidsdigtheidfunksie. Enige ander waarde of WAAR of weggelaat bereken die kumulatieweverspreiding-funksie."
-#: scfuncs.hrc:2828
+#: sc/inc/scfuncs.hrc:2828
msgctxt "SC_OPCODE_CHI_INV"
msgid "Values of the inverse of CHIDIST(x; DegreesOfFreedom)."
msgstr "Waardes van die inverse van CHIDIST(x; DegreesOfFreedom)."
-#: scfuncs.hrc:2829
+#: sc/inc/scfuncs.hrc:2829
msgctxt "SC_OPCODE_CHI_INV"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2830
+#: sc/inc/scfuncs.hrc:2830
msgctxt "SC_OPCODE_CHI_INV"
msgid "The probability value for which the inverse chi square distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde chi-vierkantswortel-verspreiding bereken moet word."
-#: scfuncs.hrc:2831
+#: sc/inc/scfuncs.hrc:2831
#, fuzzy
msgctxt "SC_OPCODE_CHI_INV"
msgid "Degrees freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2832
+#: sc/inc/scfuncs.hrc:2832
msgctxt "SC_OPCODE_CHI_INV"
msgid "The degrees of freedom of the chi square distribution."
msgstr "Die grade van vryheid van die chi-kwadraat-verdeling."
-#: scfuncs.hrc:2839
+#: sc/inc/scfuncs.hrc:2839
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "Values of the inverse of CHIDIST(x; DegreesOfFreedom)."
msgstr "Waardes van die inverse van CHIDIST(x; DegreesOfFreedom)."
-#: scfuncs.hrc:2840
+#: sc/inc/scfuncs.hrc:2840
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2841
+#: sc/inc/scfuncs.hrc:2841
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "The probability value for which the inverse chi square distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvan die omgekeerde chi-vierkantswortel-verspreiding bereken moet word."
-#: scfuncs.hrc:2842
+#: sc/inc/scfuncs.hrc:2842
#, fuzzy
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "Degrees freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2843
+#: sc/inc/scfuncs.hrc:2843
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "The degrees of freedom of the chi square distribution."
msgstr "Die grade van vryheid van die chi-kwadraat-verdeling."
-#: scfuncs.hrc:2850
+#: sc/inc/scfuncs.hrc:2850
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "Values of the inverse of CHISQDIST(x;DegreesOfFreedom;TRUE())."
msgstr "Waardes van die inverse van CHISQDIST(x;DegreesOfFreedom;TRUE())."
-#: scfuncs.hrc:2851
+#: sc/inc/scfuncs.hrc:2851
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "Probability"
msgstr "Waarskynlikheid"
-#: scfuncs.hrc:2852
+#: sc/inc/scfuncs.hrc:2852
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "The probability value for which the inverse of the chi square distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvoor die omgekeerde chi-kwadraat-verspreiding bereken moet word."
-#: scfuncs.hrc:2853
+#: sc/inc/scfuncs.hrc:2853
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "Degrees of Freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2854
+#: sc/inc/scfuncs.hrc:2854
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "The degrees of freedom of the chi square distribution."
msgstr "Die grade van vryheid van die chi-kwadraat-verdeling."
-#: scfuncs.hrc:2861
+#: sc/inc/scfuncs.hrc:2861
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "Values of the inverse of CHISQ.DIST(x;DegreesOfFreedom;TRUE())."
msgstr "Waardes van die inverse van CHISQDIST(x;DegreesOfFreedom;TRUE())."
-#: scfuncs.hrc:2862
+#: sc/inc/scfuncs.hrc:2862
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "Probability"
msgstr "Waarskynlikheid"
-#: scfuncs.hrc:2863
+#: sc/inc/scfuncs.hrc:2863
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "The probability value for which the inverse of the chi square distribution is to be calculated."
msgstr "Die waarskynlikheidswaarde waarvoor die omgekeerde chi-kwadraat-verspreiding bereken moet word."
-#: scfuncs.hrc:2864
+#: sc/inc/scfuncs.hrc:2864
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "Degrees of Freedom"
msgstr "Grade van vryheid"
-#: scfuncs.hrc:2865
+#: sc/inc/scfuncs.hrc:2865
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "The degrees of freedom of the chi square distribution."
msgstr "Die grade van vryheid van die chi-kwadraat-verdeling."
-#: scfuncs.hrc:2872
+#: sc/inc/scfuncs.hrc:2872
msgctxt "SC_OPCODE_STANDARD"
msgid "Converts a random variable to a normalized value."
msgstr "Skep 'n lukraak-veranderlike in 'n genormaliseerde waarde om."
-#: scfuncs.hrc:2873
+#: sc/inc/scfuncs.hrc:2873
msgctxt "SC_OPCODE_STANDARD"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:2874
+#: sc/inc/scfuncs.hrc:2874
msgctxt "SC_OPCODE_STANDARD"
msgid "The value to be standardized."
msgstr "Die waarde wat gestandaardiseer moet word."
-#: scfuncs.hrc:2875
+#: sc/inc/scfuncs.hrc:2875
msgctxt "SC_OPCODE_STANDARD"
msgid "Mean"
msgstr "Gemiddelde"
-#: scfuncs.hrc:2876
+#: sc/inc/scfuncs.hrc:2876
msgctxt "SC_OPCODE_STANDARD"
msgid "The mean value used for moving."
msgstr "Die gemiddelde waarde wat vir verskuiwing gebruik word."
-#: scfuncs.hrc:2877
+#: sc/inc/scfuncs.hrc:2877
msgctxt "SC_OPCODE_STANDARD"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2878
+#: sc/inc/scfuncs.hrc:2878
msgctxt "SC_OPCODE_STANDARD"
msgid "The standard deviation used for scaling."
msgstr "Die standaardafwyking wat vir skalering gebruik word."
-#: scfuncs.hrc:2884
+#: sc/inc/scfuncs.hrc:2884
msgctxt "SC_OPCODE_PERMUT"
msgid "Returns the number of permutations for a given number of elements without repetition."
msgstr "Lewer die getal permutasies vir 'n gegewe getal elemente sonder herhaling op."
-#: scfuncs.hrc:2885
+#: sc/inc/scfuncs.hrc:2885
#, fuzzy
msgctxt "SC_OPCODE_PERMUT"
msgid "Count 1"
msgstr "Tel_1"
-#: scfuncs.hrc:2886
+#: sc/inc/scfuncs.hrc:2886
msgctxt "SC_OPCODE_PERMUT"
msgid "The total number of elements."
msgstr "Die totale aantal elemente."
-#: scfuncs.hrc:2887
+#: sc/inc/scfuncs.hrc:2887
#, fuzzy
msgctxt "SC_OPCODE_PERMUT"
msgid "Count 2"
msgstr "Tel_2"
-#: scfuncs.hrc:2888
+#: sc/inc/scfuncs.hrc:2888
msgctxt "SC_OPCODE_PERMUT"
msgid "The selection number taken from the elements."
msgstr "Die seleksienommer wat uit die elemente geneem is."
-#: scfuncs.hrc:2894
+#: sc/inc/scfuncs.hrc:2894
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "Returns the number of permutations for a given number of objects (repetition allowed)."
msgstr "Lewer die getal permutasies vir 'n gegewe getal objekte op (herhaling toegelaat)."
-#: scfuncs.hrc:2895
+#: sc/inc/scfuncs.hrc:2895
#, fuzzy
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "Count 1"
msgstr "Tel_1"
-#: scfuncs.hrc:2896
+#: sc/inc/scfuncs.hrc:2896
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "The total number of elements."
msgstr "Die totale aantal elemente."
-#: scfuncs.hrc:2897
+#: sc/inc/scfuncs.hrc:2897
#, fuzzy
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "Count 2"
msgstr "Tel_2"
-#: scfuncs.hrc:2898
+#: sc/inc/scfuncs.hrc:2898
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "The selection number taken from the elements."
msgstr "Die seleksienommer wat uit die elemente geneem is."
-#: scfuncs.hrc:2904
+#: sc/inc/scfuncs.hrc:2904
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "Returns a (1-alpha) confidence interval for a normal distribution."
msgstr "Lewer 'n (1 alfa)-vertrouensinterval vir 'n normale verspreiding op."
-#: scfuncs.hrc:2905
+#: sc/inc/scfuncs.hrc:2905
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2906
+#: sc/inc/scfuncs.hrc:2906
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "The level of the confidence interval."
msgstr "Die vlak van die vertrouensinterval."
-#: scfuncs.hrc:2907
+#: sc/inc/scfuncs.hrc:2907
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2908
+#: sc/inc/scfuncs.hrc:2908
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "The standard deviation of the population."
msgstr "Die standaardafwyking van die bevolking."
-#: scfuncs.hrc:2909
+#: sc/inc/scfuncs.hrc:2909
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "Size"
msgstr "Grootte"
-#: scfuncs.hrc:2910
+#: sc/inc/scfuncs.hrc:2910
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "The size of the population."
msgstr "Die grootte van die populasie."
-#: scfuncs.hrc:2916
+#: sc/inc/scfuncs.hrc:2916
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "Returns a (1-alpha) confidence interval for a normal distribution."
msgstr "Lewer 'n (1 alfa)-vertrouensinterval vir 'n normale verspreiding op."
-#: scfuncs.hrc:2917
+#: sc/inc/scfuncs.hrc:2917
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2918
+#: sc/inc/scfuncs.hrc:2918
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "The level of the confidence interval."
msgstr "Die vlak van die vertrouensinterval."
-#: scfuncs.hrc:2919
+#: sc/inc/scfuncs.hrc:2919
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2920
+#: sc/inc/scfuncs.hrc:2920
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "The standard deviation of the population."
msgstr "Die standaardafwyking van die bevolking."
-#: scfuncs.hrc:2921
+#: sc/inc/scfuncs.hrc:2921
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "Size"
msgstr "Grootte"
-#: scfuncs.hrc:2922
+#: sc/inc/scfuncs.hrc:2922
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "The size of the population."
msgstr "Die grootte van die populasie."
-#: scfuncs.hrc:2928
+#: sc/inc/scfuncs.hrc:2928
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "Returns a (1-alpha) confidence interval for a Student's t distribution."
msgstr "Lewer 'n (1 alfa)-vertrouensinterval vir 'n normale verspreiding op."
-#: scfuncs.hrc:2929
+#: sc/inc/scfuncs.hrc:2929
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2930
+#: sc/inc/scfuncs.hrc:2930
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "The level of the confidence interval."
msgstr "Die vlak van die vertrouensinterval."
-#: scfuncs.hrc:2931
+#: sc/inc/scfuncs.hrc:2931
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2932
+#: sc/inc/scfuncs.hrc:2932
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "The standard deviation of the population."
msgstr "Die standaardafwyking van die bevolking."
-#: scfuncs.hrc:2933
+#: sc/inc/scfuncs.hrc:2933
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "Size"
msgstr "Grootte"
-#: scfuncs.hrc:2934
+#: sc/inc/scfuncs.hrc:2934
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "The size of the population."
msgstr "Die grootte van die populasie."
-#: scfuncs.hrc:2940
+#: sc/inc/scfuncs.hrc:2940
msgctxt "SC_OPCODE_Z_TEST"
msgid "Calculates the probability of observing a z-statistic greater than the one computed based on a sample."
msgstr "Bereken die waarskynlikheid dat 'n z-statistiek waargeneem word wat groter is as die een wat bereken is gebaseer op 'n monster."
-#: scfuncs.hrc:2941
+#: sc/inc/scfuncs.hrc:2941
msgctxt "SC_OPCODE_Z_TEST"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:2942
+#: sc/inc/scfuncs.hrc:2942
msgctxt "SC_OPCODE_Z_TEST"
msgid "The given sample, drawn from a normally distributed population."
msgstr "Die gegewe monster, verkry uit 'n normaal verspreide bevolking."
-#: scfuncs.hrc:2943
+#: sc/inc/scfuncs.hrc:2943
msgctxt "SC_OPCODE_Z_TEST"
msgid "mu"
msgstr "mu"
-#: scfuncs.hrc:2944
+#: sc/inc/scfuncs.hrc:2944
msgctxt "SC_OPCODE_Z_TEST"
msgid "The known mean of the population."
msgstr "Die bekende gemiddelde van die bevolking."
-#: scfuncs.hrc:2945
+#: sc/inc/scfuncs.hrc:2945
msgctxt "SC_OPCODE_Z_TEST"
msgid "sigma"
msgstr "sigma"
-#: scfuncs.hrc:2946
+#: sc/inc/scfuncs.hrc:2946
msgctxt "SC_OPCODE_Z_TEST"
msgid "The known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
msgstr "Die bekende standaardafwyking van die bevolking. Indien weggelaat, word die standaardafwyking van die gegewe monster gebruik."
-#: scfuncs.hrc:2952
+#: sc/inc/scfuncs.hrc:2952
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "Calculates the probability of observing a z-statistic greater than the one computed based on a sample."
msgstr "Bereken die waarskynlikheid dat 'n z-statistiek waargeneem word wat groter is as die een wat bereken is gebaseer op 'n monster."
-#: scfuncs.hrc:2953
+#: sc/inc/scfuncs.hrc:2953
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "Data"
msgstr "Data"
-#: scfuncs.hrc:2954
+#: sc/inc/scfuncs.hrc:2954
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "The given sample, drawn from a normally distributed population."
msgstr "Die gegewe monster, verkry uit 'n normaal verspreide bevolking."
-#: scfuncs.hrc:2955
+#: sc/inc/scfuncs.hrc:2955
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "mu"
msgstr "mu"
-#: scfuncs.hrc:2956
+#: sc/inc/scfuncs.hrc:2956
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "The known mean of the population."
msgstr "Die bekende gemiddelde van die bevolking."
-#: scfuncs.hrc:2957
+#: sc/inc/scfuncs.hrc:2957
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "sigma"
msgstr "sigma"
-#: scfuncs.hrc:2958
+#: sc/inc/scfuncs.hrc:2958
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "The known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
msgstr "Die bekende standaardafwyking van die bevolking. Indien weggelaat, word die standaardafwyking van die gegewe monster gebruik."
-#: scfuncs.hrc:2964
+#: sc/inc/scfuncs.hrc:2964
msgctxt "SC_OPCODE_CHI_TEST"
msgid "Returns the chi square independence test."
msgstr "Lewer die chi-vierkantswortel-onafhanklikheidstoets op."
-#: scfuncs.hrc:2965
+#: sc/inc/scfuncs.hrc:2965
#, fuzzy
msgctxt "SC_OPCODE_CHI_TEST"
msgid "Data B"
msgstr "Data_B"
-#: scfuncs.hrc:2966
+#: sc/inc/scfuncs.hrc:2966
msgctxt "SC_OPCODE_CHI_TEST"
msgid "The observed data array."
msgstr "Die waargenome dataskikking."
-#: scfuncs.hrc:2967
+#: sc/inc/scfuncs.hrc:2967
msgctxt "SC_OPCODE_CHI_TEST"
msgid "Data E"
msgstr ""
-#: scfuncs.hrc:2968
+#: sc/inc/scfuncs.hrc:2968
msgctxt "SC_OPCODE_CHI_TEST"
msgid "The expected data array."
msgstr "Die verwagte dataskikking."
-#: scfuncs.hrc:2974
+#: sc/inc/scfuncs.hrc:2974
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "Returns the chi square independence test."
msgstr "Lewer die chi-vierkantswortel-onafhanklikheidstoets op."
-#: scfuncs.hrc:2975
+#: sc/inc/scfuncs.hrc:2975
#, fuzzy
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "Data B"
msgstr "Data_B"
-#: scfuncs.hrc:2976
+#: sc/inc/scfuncs.hrc:2976
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "The observed data array."
msgstr "Die waargenome dataskikking."
-#: scfuncs.hrc:2977
+#: sc/inc/scfuncs.hrc:2977
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "Data E"
msgstr ""
-#: scfuncs.hrc:2978
+#: sc/inc/scfuncs.hrc:2978
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "The expected data array."
msgstr "Die verwagte dataskikking."
-#: scfuncs.hrc:2984
+#: sc/inc/scfuncs.hrc:2984
msgctxt "SC_OPCODE_F_TEST"
msgid "Calculates the F test."
msgstr "Bereken die F-toets."
-#: scfuncs.hrc:2985
+#: sc/inc/scfuncs.hrc:2985
#, fuzzy
msgctxt "SC_OPCODE_F_TEST"
msgid "Data 1"
msgstr "Data_1"
-#: scfuncs.hrc:2986
+#: sc/inc/scfuncs.hrc:2986
msgctxt "SC_OPCODE_F_TEST"
msgid "The first record array."
msgstr "Die eerste rekordskikking."
-#: scfuncs.hrc:2987
+#: sc/inc/scfuncs.hrc:2987
#, fuzzy
msgctxt "SC_OPCODE_F_TEST"
msgid "Data 2"
msgstr "Data_2"
-#: scfuncs.hrc:2988
+#: sc/inc/scfuncs.hrc:2988
msgctxt "SC_OPCODE_F_TEST"
msgid "The second record array."
msgstr "Die tweede rekordskikking."
-#: scfuncs.hrc:2994
+#: sc/inc/scfuncs.hrc:2994
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Calculates the F test."
msgstr "Bereken die F-toets."
-#: scfuncs.hrc:2995
+#: sc/inc/scfuncs.hrc:2995
#, fuzzy
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Data 1"
msgstr "Data_1"
-#: scfuncs.hrc:2996
+#: sc/inc/scfuncs.hrc:2996
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "The first record array."
msgstr "Die eerste rekordskikking."
-#: scfuncs.hrc:2997
+#: sc/inc/scfuncs.hrc:2997
#, fuzzy
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Data 2"
msgstr "Data_2"
-#: scfuncs.hrc:2998
+#: sc/inc/scfuncs.hrc:2998
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "The second record array."
msgstr "Die tweede rekordskikking."
-#: scfuncs.hrc:3004
+#: sc/inc/scfuncs.hrc:3004
msgctxt "SC_OPCODE_T_TEST"
msgid "Calculates the T test."
msgstr "Bereken die T-toets."
-#: scfuncs.hrc:3005
+#: sc/inc/scfuncs.hrc:3005
#, fuzzy
msgctxt "SC_OPCODE_T_TEST"
msgid "Data 1"
msgstr "Data_1"
-#: scfuncs.hrc:3006
+#: sc/inc/scfuncs.hrc:3006
msgctxt "SC_OPCODE_T_TEST"
msgid "The first record array."
msgstr "Die eerste rekordskikking."
-#: scfuncs.hrc:3007
+#: sc/inc/scfuncs.hrc:3007
#, fuzzy
msgctxt "SC_OPCODE_T_TEST"
msgid "Data 2"
msgstr "Data_2"
-#: scfuncs.hrc:3008
+#: sc/inc/scfuncs.hrc:3008
msgctxt "SC_OPCODE_T_TEST"
msgid "The second record array."
msgstr "Die tweede rekordskikking."
-#: scfuncs.hrc:3009
+#: sc/inc/scfuncs.hrc:3009
msgctxt "SC_OPCODE_T_TEST"
msgid "Mode"
msgstr "Modus"
-#: scfuncs.hrc:3010
+#: sc/inc/scfuncs.hrc:3010
msgctxt "SC_OPCODE_T_TEST"
msgid "Mode specifies the number of distribution tails to return. 1= one-tailed, 2 = two-tailed distribution"
msgstr "Modus spesifiseer die getal verspreidingsterte om te lewer. 1 = eenstert-, 2 = tweestertverspreiding"
-#: scfuncs.hrc:3011
+#: sc/inc/scfuncs.hrc:3011
msgctxt "SC_OPCODE_T_TEST"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:3012
+#: sc/inc/scfuncs.hrc:3012
msgctxt "SC_OPCODE_T_TEST"
msgid "The type of the T test."
msgstr "Die soort T-toets."
-#: scfuncs.hrc:3018
+#: sc/inc/scfuncs.hrc:3018
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Calculates the T test."
msgstr "Bereken die T-toets."
-#: scfuncs.hrc:3019
+#: sc/inc/scfuncs.hrc:3019
#, fuzzy
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Data 1"
msgstr "Data_1"
-#: scfuncs.hrc:3020
+#: sc/inc/scfuncs.hrc:3020
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The first record array."
msgstr "Die eerste rekordskikking."
-#: scfuncs.hrc:3021
+#: sc/inc/scfuncs.hrc:3021
#, fuzzy
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Data 2"
msgstr "Data_2"
-#: scfuncs.hrc:3022
+#: sc/inc/scfuncs.hrc:3022
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The second record array."
msgstr "Die tweede rekordskikking."
-#: scfuncs.hrc:3023
+#: sc/inc/scfuncs.hrc:3023
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Mode"
msgstr "Modus"
-#: scfuncs.hrc:3024
+#: sc/inc/scfuncs.hrc:3024
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Mode specifies the number of distribution tails to return. 1= one-tailed, 2 = two-tailed distribution"
msgstr "Modus spesifiseer die getal verspreidingsterte om te lewer. 1 = eenstert-, 2 = tweestertverspreiding"
-#: scfuncs.hrc:3025
+#: sc/inc/scfuncs.hrc:3025
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:3026
+#: sc/inc/scfuncs.hrc:3026
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The type of the T test."
msgstr "Die soort T-toets."
-#: scfuncs.hrc:3032
+#: sc/inc/scfuncs.hrc:3032
msgctxt "SC_OPCODE_RSQ"
msgid "Returns the square of the Pearson product moment correlation coefficient."
msgstr "Lewer die vierkantswortel van die Pearson-produkmomentkorrelasiekoëffisiënt op."
-#: scfuncs.hrc:3033
+#: sc/inc/scfuncs.hrc:3033
msgctxt "SC_OPCODE_RSQ"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3034
+#: sc/inc/scfuncs.hrc:3034
msgctxt "SC_OPCODE_RSQ"
msgid "The Y data array."
msgstr "Die Y-dataskikking."
-#: scfuncs.hrc:3035
+#: sc/inc/scfuncs.hrc:3035
msgctxt "SC_OPCODE_RSQ"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3036
+#: sc/inc/scfuncs.hrc:3036
msgctxt "SC_OPCODE_RSQ"
msgid "The X data array."
msgstr "Die X-dataskikking."
-#: scfuncs.hrc:3042
+#: sc/inc/scfuncs.hrc:3042
msgctxt "SC_OPCODE_INTERCEPT"
msgid "Returns the intercept of the linear regression line and the Y axis."
msgstr "Lewer die onderskepping van die lineêreregressie-lyne en die Y-as op."
-#: scfuncs.hrc:3043
+#: sc/inc/scfuncs.hrc:3043
msgctxt "SC_OPCODE_INTERCEPT"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3044
+#: sc/inc/scfuncs.hrc:3044
msgctxt "SC_OPCODE_INTERCEPT"
msgid "The Y data array."
msgstr "Die Y-dataskikking."
-#: scfuncs.hrc:3045
+#: sc/inc/scfuncs.hrc:3045
msgctxt "SC_OPCODE_INTERCEPT"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3046
+#: sc/inc/scfuncs.hrc:3046
msgctxt "SC_OPCODE_INTERCEPT"
msgid "The X data array."
msgstr "Die X-dataskikking."
-#: scfuncs.hrc:3052
+#: sc/inc/scfuncs.hrc:3052
msgctxt "SC_OPCODE_SLOPE"
msgid "Returns the slope of the linear regression line."
msgstr "Lewer die helling van die lineêreregressie-lyn op."
-#: scfuncs.hrc:3053
+#: sc/inc/scfuncs.hrc:3053
msgctxt "SC_OPCODE_SLOPE"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3054
+#: sc/inc/scfuncs.hrc:3054
msgctxt "SC_OPCODE_SLOPE"
msgid "The Y data array."
msgstr "Die Y-dataskikking."
-#: scfuncs.hrc:3055
+#: sc/inc/scfuncs.hrc:3055
msgctxt "SC_OPCODE_SLOPE"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3056
+#: sc/inc/scfuncs.hrc:3056
msgctxt "SC_OPCODE_SLOPE"
msgid "The X data array."
msgstr "Die X-dataskikking."
-#: scfuncs.hrc:3062
+#: sc/inc/scfuncs.hrc:3062
msgctxt "SC_OPCODE_STEYX"
msgid "Returns the standard error of the linear regression."
msgstr "Lewer die standaardfout van die lineêre regressie op."
-#: scfuncs.hrc:3063
+#: sc/inc/scfuncs.hrc:3063
msgctxt "SC_OPCODE_STEYX"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3064
+#: sc/inc/scfuncs.hrc:3064
msgctxt "SC_OPCODE_STEYX"
msgid "The Y data array."
msgstr "Die Y-dataskikking."
-#: scfuncs.hrc:3065
+#: sc/inc/scfuncs.hrc:3065
msgctxt "SC_OPCODE_STEYX"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3066
+#: sc/inc/scfuncs.hrc:3066
msgctxt "SC_OPCODE_STEYX"
msgid "The X data array."
msgstr "Die X-dataskikking."
-#: scfuncs.hrc:3072
+#: sc/inc/scfuncs.hrc:3072
msgctxt "SC_OPCODE_PEARSON"
msgid "Returns the Pearson product moment correlation coefficient."
msgstr "Lewer die Pearson-produkmomentkorrelasiekoëffisiënt op."
-#: scfuncs.hrc:3073
+#: sc/inc/scfuncs.hrc:3073
#, fuzzy
msgctxt "SC_OPCODE_PEARSON"
msgid "Data 1"
msgstr "Data_1"
-#: scfuncs.hrc:3074
+#: sc/inc/scfuncs.hrc:3074
msgctxt "SC_OPCODE_PEARSON"
msgid "The first record array."
msgstr "Die eerste rekordskikking."
-#: scfuncs.hrc:3075
+#: sc/inc/scfuncs.hrc:3075
#, fuzzy
msgctxt "SC_OPCODE_PEARSON"
msgid "Data 2"
msgstr "Data_2"
-#: scfuncs.hrc:3076
+#: sc/inc/scfuncs.hrc:3076
msgctxt "SC_OPCODE_PEARSON"
msgid "The second record array."
msgstr "Die tweede rekordskikking."
-#: scfuncs.hrc:3082
+#: sc/inc/scfuncs.hrc:3082
msgctxt "SC_OPCODE_CORREL"
msgid "Returns the correlation coefficient."
msgstr "Lewer die korrelasiekoëffisiënt op."
-#: scfuncs.hrc:3083
+#: sc/inc/scfuncs.hrc:3083
#, fuzzy
msgctxt "SC_OPCODE_CORREL"
msgid "Data 1"
msgstr "Data_1"
-#: scfuncs.hrc:3084
+#: sc/inc/scfuncs.hrc:3084
msgctxt "SC_OPCODE_CORREL"
msgid "The first record array."
msgstr "Die eerste rekordskikking."
-#: scfuncs.hrc:3085
+#: sc/inc/scfuncs.hrc:3085
#, fuzzy
msgctxt "SC_OPCODE_CORREL"
msgid "Data 2"
msgstr "Data_2"
-#: scfuncs.hrc:3086
+#: sc/inc/scfuncs.hrc:3086
msgctxt "SC_OPCODE_CORREL"
msgid "The second record array."
msgstr "Die tweede rekordskikking."
-#: scfuncs.hrc:3092
+#: sc/inc/scfuncs.hrc:3092
msgctxt "SC_OPCODE_COVAR"
msgid "Calculates the population covariance."
msgstr ""
-#: scfuncs.hrc:3093
+#: sc/inc/scfuncs.hrc:3093
#, fuzzy
msgctxt "SC_OPCODE_COVAR"
msgid "Data 1"
msgstr "Data_1"
-#: scfuncs.hrc:3094
+#: sc/inc/scfuncs.hrc:3094
msgctxt "SC_OPCODE_COVAR"
msgid "The first record array."
msgstr "Die eerste rekordskikking."
-#: scfuncs.hrc:3095
+#: sc/inc/scfuncs.hrc:3095
#, fuzzy
msgctxt "SC_OPCODE_COVAR"
msgid "Data 2"
msgstr "Data_2"
-#: scfuncs.hrc:3096
+#: sc/inc/scfuncs.hrc:3096
msgctxt "SC_OPCODE_COVAR"
msgid "The second record array."
msgstr "Die tweede rekordskikking."
-#: scfuncs.hrc:3102
+#: sc/inc/scfuncs.hrc:3102
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Calculates the population covariance."
msgstr ""
-#: scfuncs.hrc:3103
+#: sc/inc/scfuncs.hrc:3103
#, fuzzy
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Data 1"
msgstr "Data_1"
-#: scfuncs.hrc:3104
+#: sc/inc/scfuncs.hrc:3104
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "The first record array."
msgstr "Die eerste rekordskikking."
-#: scfuncs.hrc:3105
+#: sc/inc/scfuncs.hrc:3105
#, fuzzy
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Data 2"
msgstr "Data_2"
-#: scfuncs.hrc:3106
+#: sc/inc/scfuncs.hrc:3106
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "The second record array."
msgstr "Die tweede rekordskikking."
-#: scfuncs.hrc:3112
+#: sc/inc/scfuncs.hrc:3112
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Calculates the sample covariance."
msgstr ""
-#: scfuncs.hrc:3113
+#: sc/inc/scfuncs.hrc:3113
#, fuzzy
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Data 1"
msgstr "Data_1"
-#: scfuncs.hrc:3114
+#: sc/inc/scfuncs.hrc:3114
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "The first record array."
msgstr "Die eerste rekordskikking."
-#: scfuncs.hrc:3115
+#: sc/inc/scfuncs.hrc:3115
#, fuzzy
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Data 2"
msgstr "Data_2"
-#: scfuncs.hrc:3116
+#: sc/inc/scfuncs.hrc:3116
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "The second record array."
msgstr "Die tweede rekordskikking."
-#: scfuncs.hrc:3122
+#: sc/inc/scfuncs.hrc:3122
msgctxt "SC_OPCODE_FORECAST"
msgid "Returns a value along a linear regression"
msgstr "Lewer 'n waarde langs die lineêre regressie op"
-#: scfuncs.hrc:3123
+#: sc/inc/scfuncs.hrc:3123
#, fuzzy
msgctxt "SC_OPCODE_FORECAST"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:3124
+#: sc/inc/scfuncs.hrc:3124
msgctxt "SC_OPCODE_FORECAST"
msgid "The X value for which the Y value on the regression linear is to be calculated."
msgstr "Die X-waarde waarvan die Y-waarde op die regressielyn bereken moet word."
-#: scfuncs.hrc:3125
+#: sc/inc/scfuncs.hrc:3125
msgctxt "SC_OPCODE_FORECAST"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3126
+#: sc/inc/scfuncs.hrc:3126
msgctxt "SC_OPCODE_FORECAST"
msgid "The Y data array."
msgstr "Die Y-dataskikking."
-#: scfuncs.hrc:3127
+#: sc/inc/scfuncs.hrc:3127
msgctxt "SC_OPCODE_FORECAST"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3128
+#: sc/inc/scfuncs.hrc:3128
msgctxt "SC_OPCODE_FORECAST"
msgid "The X data array."
msgstr "Die X-dataskikking."
-#: scfuncs.hrc:3134
+#: sc/inc/scfuncs.hrc:3134
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Calculates future value(s) using additive Exponential Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3135
+#: sc/inc/scfuncs.hrc:3135
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Target"
msgstr "Teiken"
-#: scfuncs.hrc:3136
+#: sc/inc/scfuncs.hrc:3136
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "The date (array) for which you want to predict a value."
msgstr ""
-#: scfuncs.hrc:3137
+#: sc/inc/scfuncs.hrc:3137
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Values"
msgstr "Waardes"
-#: scfuncs.hrc:3138
+#: sc/inc/scfuncs.hrc:3138
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3139
+#: sc/inc/scfuncs.hrc:3139
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3140
+#: sc/inc/scfuncs.hrc:3140
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3141
+#: sc/inc/scfuncs.hrc:3141
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3142
+#: sc/inc/scfuncs.hrc:3142
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3143
+#: sc/inc/scfuncs.hrc:3143
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3144
+#: sc/inc/scfuncs.hrc:3144
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3145
+#: sc/inc/scfuncs.hrc:3145
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3146
+#: sc/inc/scfuncs.hrc:3146
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3152
+#: sc/inc/scfuncs.hrc:3152
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Calculates future value(s) using multiplicative Exponential Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3153
+#: sc/inc/scfuncs.hrc:3153
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Target"
msgstr "Teiken"
-#: scfuncs.hrc:3154
+#: sc/inc/scfuncs.hrc:3154
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "The date (array) for which you want to predict a value."
msgstr ""
-#: scfuncs.hrc:3155
+#: sc/inc/scfuncs.hrc:3155
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Values"
msgstr "Waardes"
-#: scfuncs.hrc:3156
+#: sc/inc/scfuncs.hrc:3156
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3157
+#: sc/inc/scfuncs.hrc:3157
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3158
+#: sc/inc/scfuncs.hrc:3158
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3159
+#: sc/inc/scfuncs.hrc:3159
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3160
+#: sc/inc/scfuncs.hrc:3160
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3161
+#: sc/inc/scfuncs.hrc:3161
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3162
+#: sc/inc/scfuncs.hrc:3162
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3163
+#: sc/inc/scfuncs.hrc:3163
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3164
+#: sc/inc/scfuncs.hrc:3164
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3170
+#: sc/inc/scfuncs.hrc:3170
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Returns a prediction interval at the specified target value(s) for additive Exponential Smoothing method"
msgstr ""
-#: scfuncs.hrc:3171
+#: sc/inc/scfuncs.hrc:3171
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Target"
msgstr "Teiken"
-#: scfuncs.hrc:3172
+#: sc/inc/scfuncs.hrc:3172
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "The date (array) for which you want to predict a value."
msgstr ""
-#: scfuncs.hrc:3173
+#: sc/inc/scfuncs.hrc:3173
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Values"
msgstr "Waardes"
-#: scfuncs.hrc:3174
+#: sc/inc/scfuncs.hrc:3174
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3175
+#: sc/inc/scfuncs.hrc:3175
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3176
+#: sc/inc/scfuncs.hrc:3176
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3177
+#: sc/inc/scfuncs.hrc:3177
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Confidence level"
msgstr ""
-#: scfuncs.hrc:3178
+#: sc/inc/scfuncs.hrc:3178
#, c-format
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Confidence level (default 0.95); value 0 to 1 (exclusive) for 0 to 100% calculated prediction interval."
msgstr ""
-#: scfuncs.hrc:3179
+#: sc/inc/scfuncs.hrc:3179
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3180
+#: sc/inc/scfuncs.hrc:3180
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3181
+#: sc/inc/scfuncs.hrc:3181
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3182
+#: sc/inc/scfuncs.hrc:3182
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3183
+#: sc/inc/scfuncs.hrc:3183
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3184
+#: sc/inc/scfuncs.hrc:3184
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3190
+#: sc/inc/scfuncs.hrc:3190
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Returns a prediction interval at the specified target value(s) for multiplicative Exponential Smoothing method"
msgstr ""
-#: scfuncs.hrc:3191
+#: sc/inc/scfuncs.hrc:3191
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Target"
msgstr "Teiken"
-#: scfuncs.hrc:3192
+#: sc/inc/scfuncs.hrc:3192
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "The date (array) for which you want to predict a value."
msgstr ""
-#: scfuncs.hrc:3193
+#: sc/inc/scfuncs.hrc:3193
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Values"
msgstr "Waardes"
-#: scfuncs.hrc:3194
+#: sc/inc/scfuncs.hrc:3194
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3195
+#: sc/inc/scfuncs.hrc:3195
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3196
+#: sc/inc/scfuncs.hrc:3196
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3197
+#: sc/inc/scfuncs.hrc:3197
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Confidence level"
msgstr ""
-#: scfuncs.hrc:3198
+#: sc/inc/scfuncs.hrc:3198
#, c-format
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Confidence level (default 0.95); value 0 to 1 (exclusive) for 0 to 100% calculated prediction interval."
msgstr ""
-#: scfuncs.hrc:3199
+#: sc/inc/scfuncs.hrc:3199
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3200
+#: sc/inc/scfuncs.hrc:3200
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3201
+#: sc/inc/scfuncs.hrc:3201
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3202
+#: sc/inc/scfuncs.hrc:3202
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3203
+#: sc/inc/scfuncs.hrc:3203
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3204
+#: sc/inc/scfuncs.hrc:3204
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3210
+#: sc/inc/scfuncs.hrc:3210
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Calculates the number of samples in period (season) using additive Exponential Triple Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3211
+#: sc/inc/scfuncs.hrc:3211
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Values"
msgstr "Waardes"
-#: scfuncs.hrc:3212
+#: sc/inc/scfuncs.hrc:3212
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3213
+#: sc/inc/scfuncs.hrc:3213
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3214
+#: sc/inc/scfuncs.hrc:3214
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3215
+#: sc/inc/scfuncs.hrc:3215
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3216
+#: sc/inc/scfuncs.hrc:3216
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3217
+#: sc/inc/scfuncs.hrc:3217
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3218
+#: sc/inc/scfuncs.hrc:3218
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3224
+#: sc/inc/scfuncs.hrc:3224
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Returns statistical value(s) using additive Exponential Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3225
+#: sc/inc/scfuncs.hrc:3225
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Values"
msgstr "Waardes"
-#: scfuncs.hrc:3226
+#: sc/inc/scfuncs.hrc:3226
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3227
+#: sc/inc/scfuncs.hrc:3227
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3228
+#: sc/inc/scfuncs.hrc:3228
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3229
+#: sc/inc/scfuncs.hrc:3229
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Statistic type"
msgstr ""
-#: scfuncs.hrc:3230
+#: sc/inc/scfuncs.hrc:3230
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
msgstr ""
-#: scfuncs.hrc:3231
+#: sc/inc/scfuncs.hrc:3231
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3232
+#: sc/inc/scfuncs.hrc:3232
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3233
+#: sc/inc/scfuncs.hrc:3233
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3234
+#: sc/inc/scfuncs.hrc:3234
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3235
+#: sc/inc/scfuncs.hrc:3235
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3236
+#: sc/inc/scfuncs.hrc:3236
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3242
+#: sc/inc/scfuncs.hrc:3242
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Returns statistical value(s) using multiplicative Exponential Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3243
+#: sc/inc/scfuncs.hrc:3243
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Values"
msgstr "Waardes"
-#: scfuncs.hrc:3244
+#: sc/inc/scfuncs.hrc:3244
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3245
+#: sc/inc/scfuncs.hrc:3245
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3246
+#: sc/inc/scfuncs.hrc:3246
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3247
+#: sc/inc/scfuncs.hrc:3247
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Statistic type"
msgstr ""
-#: scfuncs.hrc:3248
+#: sc/inc/scfuncs.hrc:3248
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
msgstr ""
-#: scfuncs.hrc:3249
+#: sc/inc/scfuncs.hrc:3249
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3250
+#: sc/inc/scfuncs.hrc:3250
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Number of samples in period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3251
+#: sc/inc/scfuncs.hrc:3251
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3252
+#: sc/inc/scfuncs.hrc:3252
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3253
+#: sc/inc/scfuncs.hrc:3253
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3254
+#: sc/inc/scfuncs.hrc:3254
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3260
+#: sc/inc/scfuncs.hrc:3260
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Returns a value along a linear regression"
msgstr "Lewer 'n waarde langs die lineêre regressie op"
-#: scfuncs.hrc:3261
+#: sc/inc/scfuncs.hrc:3261
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:3262
+#: sc/inc/scfuncs.hrc:3262
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "The X value for which the Y value on the regression linear is to be calculated."
msgstr "Die X-waarde waarvan die Y-waarde op die regressielyn bereken moet word."
-#: scfuncs.hrc:3263
+#: sc/inc/scfuncs.hrc:3263
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3264
+#: sc/inc/scfuncs.hrc:3264
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "The Y data array."
msgstr "Die Y-dataskikking."
-#: scfuncs.hrc:3265
+#: sc/inc/scfuncs.hrc:3265
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3266
+#: sc/inc/scfuncs.hrc:3266
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "The X data array."
msgstr "Die X-dataskikking."
-#: scfuncs.hrc:3272
+#: sc/inc/scfuncs.hrc:3272
msgctxt "SC_OPCODE_ADDRESS"
msgid "Returns the reference to a cell as text."
msgstr "Lewer die verwysing op na 'n sel as teks."
-#: scfuncs.hrc:3273
+#: sc/inc/scfuncs.hrc:3273
msgctxt "SC_OPCODE_ADDRESS"
msgid "Row"
msgstr "Ry"
-#: scfuncs.hrc:3274
+#: sc/inc/scfuncs.hrc:3274
msgctxt "SC_OPCODE_ADDRESS"
msgid "The row number of the cell."
msgstr "Die rynommer van die sel."
-#: scfuncs.hrc:3275
+#: sc/inc/scfuncs.hrc:3275
msgctxt "SC_OPCODE_ADDRESS"
msgid "Column"
msgstr "Kolom"
-#: scfuncs.hrc:3276
+#: sc/inc/scfuncs.hrc:3276
msgctxt "SC_OPCODE_ADDRESS"
msgid "The column number of the cell."
msgstr "Die kolomnommer van die sel."
-#: scfuncs.hrc:3277
+#: sc/inc/scfuncs.hrc:3277
msgctxt "SC_OPCODE_ADDRESS"
msgid "ABS"
msgstr "ABS"
-#: scfuncs.hrc:3278
+#: sc/inc/scfuncs.hrc:3278
msgctxt "SC_OPCODE_ADDRESS"
msgid "Specifies whether absolute or relative referencing is to be used."
msgstr "Spesifiseer of absolute of relatiewe verwysing gebruik moet word."
-#: scfuncs.hrc:3279
+#: sc/inc/scfuncs.hrc:3279
msgctxt "SC_OPCODE_ADDRESS"
msgid "A1"
msgstr "A1"
-#: scfuncs.hrc:3280
+#: sc/inc/scfuncs.hrc:3280
msgctxt "SC_OPCODE_ADDRESS"
msgid "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style."
msgstr "Die verwysingstyl: 0 of VALS beteken R1C1-styl, enige ander waarde of weggelaat beteken A1-styl."
-#: scfuncs.hrc:3281
+#: sc/inc/scfuncs.hrc:3281
msgctxt "SC_OPCODE_ADDRESS"
msgid "Sheet"
msgstr "Vel"
-#: scfuncs.hrc:3282
+#: sc/inc/scfuncs.hrc:3282
msgctxt "SC_OPCODE_ADDRESS"
msgid "The spreadsheet name of the cell reference."
msgstr "Die sigbladnaam van die selverwysing."
-#: scfuncs.hrc:3288
+#: sc/inc/scfuncs.hrc:3288
msgctxt "SC_OPCODE_AREAS"
msgid "Returns the number of individual ranges that belong to a (multiple) range."
msgstr "Lewer die geval individuele reikwydtes op wat aan 'n (meervoudige) reikwydte behoort."
-#: scfuncs.hrc:3289
+#: sc/inc/scfuncs.hrc:3289
msgctxt "SC_OPCODE_AREAS"
msgid "Reference"
msgstr "Verwysing"
-#: scfuncs.hrc:3290
+#: sc/inc/scfuncs.hrc:3290
msgctxt "SC_OPCODE_AREAS"
msgid "The reference to a (multiple) range."
msgstr "Die verwysing na 'n (veelvuldige) omvang."
-#: scfuncs.hrc:3296
+#: sc/inc/scfuncs.hrc:3296
msgctxt "SC_OPCODE_CHOOSE"
msgid "Selects a value from a list of up to 30 value arguments."
msgstr "Selekteer 'n waarde van 'n lys van tot 30 waardeargumente."
-#: scfuncs.hrc:3297
+#: sc/inc/scfuncs.hrc:3297
msgctxt "SC_OPCODE_CHOOSE"
msgid "Index"
msgstr "Indeks"
-#: scfuncs.hrc:3298
+#: sc/inc/scfuncs.hrc:3298
msgctxt "SC_OPCODE_CHOOSE"
msgid "The index of the value (1..30) selected."
msgstr "Die indeks van die waarde (1..30) wat geselekteer is."
-#: scfuncs.hrc:3299
+#: sc/inc/scfuncs.hrc:3299
#, fuzzy
msgctxt "SC_OPCODE_CHOOSE"
msgid "Value "
msgstr "Waardes"
-#: scfuncs.hrc:3300
+#: sc/inc/scfuncs.hrc:3300
msgctxt "SC_OPCODE_CHOOSE"
msgid "Value 1, value 2,... The list of arguments from which a value is chosen."
msgstr "Waarde1, waarde 2,... Die lys argumente waaruit 'n waarde gekies word."
-#: scfuncs.hrc:3306
+#: sc/inc/scfuncs.hrc:3306
msgctxt "SC_OPCODE_COLUMN"
msgid "Returns the internal column number of a reference."
msgstr "Lewer die interne kolomnommer van 'n verwysing op."
-#: scfuncs.hrc:3307
+#: sc/inc/scfuncs.hrc:3307
msgctxt "SC_OPCODE_COLUMN"
msgid "Reference"
msgstr "Verwysing"
-#: scfuncs.hrc:3308
+#: sc/inc/scfuncs.hrc:3308
msgctxt "SC_OPCODE_COLUMN"
msgid "The reference to a cell or a range."
msgstr "Die verwysing na 'n sel of omvang."
-#: scfuncs.hrc:3314
+#: sc/inc/scfuncs.hrc:3314
msgctxt "SC_OPCODE_ROW"
msgid "Defines the internal row number of a reference."
msgstr "Definieer die interne rynommer van 'n verwysing."
-#: scfuncs.hrc:3315
+#: sc/inc/scfuncs.hrc:3315
msgctxt "SC_OPCODE_ROW"
msgid "Reference"
msgstr "Verwysing"
-#: scfuncs.hrc:3316
+#: sc/inc/scfuncs.hrc:3316
msgctxt "SC_OPCODE_ROW"
msgid "The reference to a cell or a range."
msgstr "Die verwysing na 'n sel of omvang."
-#: scfuncs.hrc:3322
+#: sc/inc/scfuncs.hrc:3322
msgctxt "SC_OPCODE_SHEET"
msgid "Returns the internal sheet number of a reference or a string."
msgstr "Lewer die interne velnommer van 'n verwysing of 'n string op."
-#: scfuncs.hrc:3323
+#: sc/inc/scfuncs.hrc:3323
msgctxt "SC_OPCODE_SHEET"
msgid "Reference"
msgstr "Verwysing"
-#: scfuncs.hrc:3324
+#: sc/inc/scfuncs.hrc:3324
msgctxt "SC_OPCODE_SHEET"
msgid "The reference to a cell or a range or the character string of a sheet name."
msgstr "Die verwysing na 'n sel of 'n reikwydte of die karakterstring van 'n velnaam."
-#: scfuncs.hrc:3330
+#: sc/inc/scfuncs.hrc:3330
msgctxt "SC_OPCODE_COLUMNS"
msgid "Returns the number of columns in an array or reference."
msgstr "Lewer die getal kolomme in 'n skikking of verwysing op."
-#: scfuncs.hrc:3331
+#: sc/inc/scfuncs.hrc:3331
#, fuzzy
msgctxt "SC_OPCODE_COLUMNS"
msgid "Array"
msgstr "Skikking "
-#: scfuncs.hrc:3332
+#: sc/inc/scfuncs.hrc:3332
msgctxt "SC_OPCODE_COLUMNS"
msgid "The array (reference) for which the number of columns is to be determined."
msgstr "Die skikking (verwysing) waarvan die getal kolomme bereken moet word."
-#: scfuncs.hrc:3338
+#: sc/inc/scfuncs.hrc:3338
msgctxt "SC_OPCODE_ROWS"
msgid "Returns the number of rows in a reference or array."
msgstr "Lewer die getal rye in 'n skikking of verwysing op."
-#: scfuncs.hrc:3339
+#: sc/inc/scfuncs.hrc:3339
#, fuzzy
msgctxt "SC_OPCODE_ROWS"
msgid "Array"
msgstr "Skikking "
-#: scfuncs.hrc:3340
+#: sc/inc/scfuncs.hrc:3340
msgctxt "SC_OPCODE_ROWS"
msgid "The array (reference) for which the number of rows is to be determined."
msgstr "Die skikking (verwysing) waarvan die getal rye bereken moet word."
-#: scfuncs.hrc:3346
+#: sc/inc/scfuncs.hrc:3346
msgctxt "SC_OPCODE_SHEETS"
msgid "Returns the number of sheets of a given reference. If no parameter has been entered, the total number of sheets in the document is returned."
msgstr "Lewer die getal velle van 'n gegewe verwysing op. Indien geen parameter ingevoer is nie, word die totale getal velle in die dokument gelewer."
-#: scfuncs.hrc:3347
+#: sc/inc/scfuncs.hrc:3347
msgctxt "SC_OPCODE_SHEETS"
msgid "Reference"
msgstr "Verwysing"
-#: scfuncs.hrc:3348
+#: sc/inc/scfuncs.hrc:3348
msgctxt "SC_OPCODE_SHEETS"
msgid "The reference to a cell or a range."
msgstr "Die verwysing na 'n sel of omvang."
-#: scfuncs.hrc:3354
+#: sc/inc/scfuncs.hrc:3354
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Horizontal search and reference to the cells located below."
msgstr "Horisontale soektog en verwysing na die selle hier onder geleë."
-#: scfuncs.hrc:3355
+#: sc/inc/scfuncs.hrc:3355
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Search criterion"
msgstr "Soekkriterium"
-#: scfuncs.hrc:3356
+#: sc/inc/scfuncs.hrc:3356
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The value to be found in the first row."
msgstr "Die waarde wat in die eerste ry gevind moet word."
-#: scfuncs.hrc:3357
+#: sc/inc/scfuncs.hrc:3357
#, fuzzy
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Array"
msgstr "Skikking "
-#: scfuncs.hrc:3358
+#: sc/inc/scfuncs.hrc:3358
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The array or the range for the reference."
msgstr "Die skikking of die reikwydte vir die verwysing."
-#: scfuncs.hrc:3359
+#: sc/inc/scfuncs.hrc:3359
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Index"
msgstr "Indeks"
-#: scfuncs.hrc:3360
+#: sc/inc/scfuncs.hrc:3360
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The row index in the array."
msgstr "Die ryindeks in die skikking."
-#: scfuncs.hrc:3361
+#: sc/inc/scfuncs.hrc:3361
#, fuzzy
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Sorted"
msgstr "gesorteer"
-#: scfuncs.hrc:3362
+#: sc/inc/scfuncs.hrc:3362
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "If the value is TRUE or not given, the search row of the array must be sorted in ascending order."
msgstr "Indien die waarde WAAR is of nie gegee word nie, moet die soektogry van die skikking in oplopende volgorde gesorteer word."
-#: scfuncs.hrc:3368
+#: sc/inc/scfuncs.hrc:3368
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Vertical search and reference to indicated cells."
msgstr "Vertikale soektog en verwysing na die gemelde selle."
-#: scfuncs.hrc:3369
+#: sc/inc/scfuncs.hrc:3369
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Search criterion"
msgstr "Soekkriterium"
-#: scfuncs.hrc:3370
+#: sc/inc/scfuncs.hrc:3370
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "The value to be found in the first column."
msgstr "Die waarde wat in die eerste kolom gevind moet word."
-#: scfuncs.hrc:3371
+#: sc/inc/scfuncs.hrc:3371
#, fuzzy
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Array"
msgstr "Skikking "
-#: scfuncs.hrc:3372
+#: sc/inc/scfuncs.hrc:3372
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "The array or range for referencing."
msgstr "Die skikking of reikwydte vir verwysing."
-#: scfuncs.hrc:3373
+#: sc/inc/scfuncs.hrc:3373
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Index"
msgstr "Indeks"
-#: scfuncs.hrc:3374
+#: sc/inc/scfuncs.hrc:3374
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Column index number in the array."
msgstr "Kolomindeksnommer in die skikking."
-#: scfuncs.hrc:3375
+#: sc/inc/scfuncs.hrc:3375
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Sort order"
msgstr "Sorteervolgorde"
-#: scfuncs.hrc:3376
+#: sc/inc/scfuncs.hrc:3376
#, fuzzy
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "If the value is TRUE or not given, the search column of the array must be sorted in ascending order."
msgstr "Indien die waarde WAAR is of nie gegee word nie, moet die soektogry van die skikking in oplopende volgorde gesorteer word."
-#: scfuncs.hrc:3382
+#: sc/inc/scfuncs.hrc:3382
msgctxt "SC_OPCODE_INDEX"
msgid "Returns a reference to a cell from a defined range."
msgstr "Lewer 'n verwysing op na 'n sel uit 'n gedefinieerde reikwydte."
-#: scfuncs.hrc:3383
+#: sc/inc/scfuncs.hrc:3383
msgctxt "SC_OPCODE_INDEX"
msgid "Reference"
msgstr "Verwysing"
-#: scfuncs.hrc:3384
+#: sc/inc/scfuncs.hrc:3384
msgctxt "SC_OPCODE_INDEX"
msgid "The reference to a (multiple) range."
msgstr "Die verwysing na 'n (veelvuldige) omvang."
-#: scfuncs.hrc:3385
+#: sc/inc/scfuncs.hrc:3385
msgctxt "SC_OPCODE_INDEX"
msgid "Row"
msgstr "Ry"
-#: scfuncs.hrc:3386
+#: sc/inc/scfuncs.hrc:3386
msgctxt "SC_OPCODE_INDEX"
msgid "The row in the range."
msgstr "Die ry in die reikwydte."
-#: scfuncs.hrc:3387
+#: sc/inc/scfuncs.hrc:3387
msgctxt "SC_OPCODE_INDEX"
msgid "Column"
msgstr "Kolom"
-#: scfuncs.hrc:3388
+#: sc/inc/scfuncs.hrc:3388
msgctxt "SC_OPCODE_INDEX"
msgid "The column in the range."
msgstr "Die kolom in die rykwydte."
-#: scfuncs.hrc:3389
+#: sc/inc/scfuncs.hrc:3389
msgctxt "SC_OPCODE_INDEX"
msgid "Range"
msgstr "Omvang"
-#: scfuncs.hrc:3390
+#: sc/inc/scfuncs.hrc:3390
msgctxt "SC_OPCODE_INDEX"
msgid "The index of the subrange if referring to a multiple range."
msgstr "Die indeks van die subreikwydte indien na meervoudige reikwydte verwys word."
-#: scfuncs.hrc:3396
+#: sc/inc/scfuncs.hrc:3396
msgctxt "SC_OPCODE_INDIRECT"
msgid "Returns the contents of a cell that is referenced in text form."
msgstr "Lewer die inhoud van 'n sel op waarna daar in teksvorm verwys word."
-#: scfuncs.hrc:3397
+#: sc/inc/scfuncs.hrc:3397
msgctxt "SC_OPCODE_INDIRECT"
msgid "Reference"
msgstr "Verwysing"
-#: scfuncs.hrc:3398
+#: sc/inc/scfuncs.hrc:3398
msgctxt "SC_OPCODE_INDIRECT"
msgid "The cell whose contents are to be evaluated is to be referenced in text form (e.g. \"A1\")."
msgstr "Die sel waarvan die inhoud geëvalueer moet word waarna in teksvorm verwys moet word (bv. \"A1\")."
-#: scfuncs.hrc:3399
+#: sc/inc/scfuncs.hrc:3399
msgctxt "SC_OPCODE_INDIRECT"
msgid "A1"
msgstr "A1"
-#: scfuncs.hrc:3400
+#: sc/inc/scfuncs.hrc:3400
msgctxt "SC_OPCODE_INDIRECT"
msgid "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style."
msgstr "Die verwysingstyl: 0 of VALS beteken R1C1-styl, enige ander waarde of weggelaat beteken A1-styl."
-#: scfuncs.hrc:3406
+#: sc/inc/scfuncs.hrc:3406
msgctxt "SC_OPCODE_LOOKUP"
msgid "Determines a value in a vector by comparison to values in another vector."
msgstr "Bepaal 'n waarde in 'n vektor in vergelyking met waardes in 'n ander vektor."
-#: scfuncs.hrc:3407
+#: sc/inc/scfuncs.hrc:3407
msgctxt "SC_OPCODE_LOOKUP"
msgid "Search criterion"
msgstr "Soekkriterium"
-#: scfuncs.hrc:3408
+#: sc/inc/scfuncs.hrc:3408
msgctxt "SC_OPCODE_LOOKUP"
msgid "The value to be used for comparison."
msgstr "Die waarde wat vir vergelyking gebruik moet word."
-#: scfuncs.hrc:3409
+#: sc/inc/scfuncs.hrc:3409
msgctxt "SC_OPCODE_LOOKUP"
msgid "Search vector"
msgstr "Soektogvektor"
-#: scfuncs.hrc:3410
+#: sc/inc/scfuncs.hrc:3410
msgctxt "SC_OPCODE_LOOKUP"
msgid "The vector (row or column) in which to search."
msgstr "Die vektor (ry of kolom) waarin gesoek moet word."
-#: scfuncs.hrc:3411
+#: sc/inc/scfuncs.hrc:3411
#, fuzzy
msgctxt "SC_OPCODE_LOOKUP"
msgid "Result vector"
msgstr "resultaat_vektor"
-#: scfuncs.hrc:3412
+#: sc/inc/scfuncs.hrc:3412
msgctxt "SC_OPCODE_LOOKUP"
msgid "The vector (row or range) from which the value is to be determined."
msgstr "Die vektor (ry of reikwydte) waaruit die waarde bepaal moet word."
-#: scfuncs.hrc:3418
+#: sc/inc/scfuncs.hrc:3418
#, fuzzy
msgctxt "SC_OPCODE_MATCH"
msgid "Defines a position in an array after comparing values."
msgstr "Definieer 'n ligging in 'n skikking nadat waardes vergelyk is."
-#: scfuncs.hrc:3419
+#: sc/inc/scfuncs.hrc:3419
msgctxt "SC_OPCODE_MATCH"
msgid "Search criterion"
msgstr "Soekkriterium"
-#: scfuncs.hrc:3420
+#: sc/inc/scfuncs.hrc:3420
msgctxt "SC_OPCODE_MATCH"
msgid "The value to be used for comparison."
msgstr "Die waarde wat vir vergelyking gebruik moet word."
-#: scfuncs.hrc:3421
+#: sc/inc/scfuncs.hrc:3421
#, fuzzy
msgctxt "SC_OPCODE_MATCH"
msgid "Lookup array"
msgstr "opsoek_skikking"
-#: scfuncs.hrc:3422
+#: sc/inc/scfuncs.hrc:3422
msgctxt "SC_OPCODE_MATCH"
msgid "The array (range) in which the search is made."
msgstr "Die skikking (reikwydte) waarin die soektog gedoen moet word."
-#: scfuncs.hrc:3423
+#: sc/inc/scfuncs.hrc:3423
msgctxt "SC_OPCODE_MATCH"
msgid "Type"
msgstr "Soort"
-#: scfuncs.hrc:3424
+#: sc/inc/scfuncs.hrc:3424
#, fuzzy
msgctxt "SC_OPCODE_MATCH"
msgid "Type can take the value 1, 0 or -1 and determines the criteria to be used for comparison purposes."
msgstr "Soort kan die waardes 1, 0 of -1 hê en bepaal die kriteria wat gebruik moet word vir vergelykingsdoeleindes."
-#: scfuncs.hrc:3430
+#: sc/inc/scfuncs.hrc:3430
msgctxt "SC_OPCODE_OFFSET"
msgid "Returns a reference which has been moved in relation to the starting point."
msgstr "Lewer 'n verwysing op wat geskuif is met betrekking tot die beginpunt."
-#: scfuncs.hrc:3431
+#: sc/inc/scfuncs.hrc:3431
msgctxt "SC_OPCODE_OFFSET"
msgid "Reference"
msgstr "Verwysing"
-#: scfuncs.hrc:3432
+#: sc/inc/scfuncs.hrc:3432
msgctxt "SC_OPCODE_OFFSET"
msgid "The reference (cell) from which to base the movement."
msgstr "Die verwysing (sel) waaruit die beweging gebaseer moet word."
-#: scfuncs.hrc:3433
+#: sc/inc/scfuncs.hrc:3433
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "Rows"
msgstr "Ry"
-#: scfuncs.hrc:3434
+#: sc/inc/scfuncs.hrc:3434
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of rows to be moved either up or down."
msgstr "Die getal rye wat of op of af geskuif moet word."
-#: scfuncs.hrc:3435
+#: sc/inc/scfuncs.hrc:3435
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "Columns"
msgstr "Kolom"
-#: scfuncs.hrc:3436
+#: sc/inc/scfuncs.hrc:3436
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of columns that are to be moved to the left or to the right."
msgstr "Die getal kolomme wat na links of na regs geskuif moet word."
-#: scfuncs.hrc:3437
+#: sc/inc/scfuncs.hrc:3437
msgctxt "SC_OPCODE_OFFSET"
msgid "Height"
msgstr "Hoogte"
-#: scfuncs.hrc:3438
+#: sc/inc/scfuncs.hrc:3438
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of rows of the moved reference."
msgstr "Die getal rye van die geskuifde verwysing."
-#: scfuncs.hrc:3439
+#: sc/inc/scfuncs.hrc:3439
msgctxt "SC_OPCODE_OFFSET"
msgid "Width"
msgstr "Wydte"
-#: scfuncs.hrc:3440
+#: sc/inc/scfuncs.hrc:3440
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of columns in the moved reference."
msgstr "Die getal kolomme in die geskuifde verwysing."
-#: scfuncs.hrc:3446
+#: sc/inc/scfuncs.hrc:3446
msgctxt "SC_OPCODE_ERROR_TYPE"
msgid "Returns a number corresponding to an error type"
msgstr "Lewer 'n getal op wat met 'n foutsoort ooreenstem"
-#: scfuncs.hrc:3447
+#: sc/inc/scfuncs.hrc:3447
msgctxt "SC_OPCODE_ERROR_TYPE"
msgid "Reference"
msgstr "Verwysing"
-#: scfuncs.hrc:3448
+#: sc/inc/scfuncs.hrc:3448
msgctxt "SC_OPCODE_ERROR_TYPE"
msgid "The reference (cell) in which the error occurred."
msgstr "Die verwysing (sel) waarin die fout plaasgevind het."
-#: scfuncs.hrc:3454
+#: sc/inc/scfuncs.hrc:3454
msgctxt "SC_OPCODE_ERROR_TYPE_ODF"
msgid "Returns a number corresponding to one of the error values or #N/A if no error exists"
msgstr ""
-#: scfuncs.hrc:3455
+#: sc/inc/scfuncs.hrc:3455
#, fuzzy
msgctxt "SC_OPCODE_ERROR_TYPE_ODF"
msgid "Expression"
msgstr "Uitdrukking1"
-#: scfuncs.hrc:3456
+#: sc/inc/scfuncs.hrc:3456
msgctxt "SC_OPCODE_ERROR_TYPE_ODF"
msgid "The error value whose identifying number you want to find. Can be the actual error value or a reference to a cell that you want to test."
msgstr ""
-#: scfuncs.hrc:3462
+#: sc/inc/scfuncs.hrc:3462
msgctxt "SC_OPCODE_STYLE"
msgid "Applies a Style to the formula cell."
msgstr "Pas 'n styl op die formulesel toe."
-#: scfuncs.hrc:3463
+#: sc/inc/scfuncs.hrc:3463
msgctxt "SC_OPCODE_STYLE"
msgid "Style"
msgstr "Styl"
-#: scfuncs.hrc:3464
+#: sc/inc/scfuncs.hrc:3464
msgctxt "SC_OPCODE_STYLE"
msgid "The name of the Style to be applied."
msgstr "Die naam van die styl wat toegepas moet word."
-#: scfuncs.hrc:3465
+#: sc/inc/scfuncs.hrc:3465
msgctxt "SC_OPCODE_STYLE"
msgid "Time"
msgstr "Tyd"
-#: scfuncs.hrc:3466
+#: sc/inc/scfuncs.hrc:3466
msgctxt "SC_OPCODE_STYLE"
msgid "The time (in seconds) that the Style is to remain valid."
msgstr "Die tyd (in sekondes) wat die styl geldig moet bly."
-#: scfuncs.hrc:3467
+#: sc/inc/scfuncs.hrc:3467
#, fuzzy
msgctxt "SC_OPCODE_STYLE"
msgid "Style 2"
msgstr "Style2"
-#: scfuncs.hrc:3468
+#: sc/inc/scfuncs.hrc:3468
#, fuzzy
msgctxt "SC_OPCODE_STYLE"
msgid "The style to be applied after time expires."
msgstr "Die styl wat toegepas moet word nadat die tyd verstryk."
-#: scfuncs.hrc:3474
+#: sc/inc/scfuncs.hrc:3474
msgctxt "SC_OPCODE_DDE"
msgid "Result of a DDE link."
msgstr "Resultaat van 'n DDE-skakel."
-#: scfuncs.hrc:3475
+#: sc/inc/scfuncs.hrc:3475
#, fuzzy
msgctxt "SC_OPCODE_DDE"
msgid "Server"
msgstr "Bediener"
-#: scfuncs.hrc:3476
+#: sc/inc/scfuncs.hrc:3476
msgctxt "SC_OPCODE_DDE"
msgid "The name of the server application."
msgstr "Die naam van die bedienertoepassing."
-#: scfuncs.hrc:3477
+#: sc/inc/scfuncs.hrc:3477
msgctxt "SC_OPCODE_DDE"
msgid "Topic/file"
msgstr ""
-#: scfuncs.hrc:3478
+#: sc/inc/scfuncs.hrc:3478
msgctxt "SC_OPCODE_DDE"
msgid "The topic or name of the file."
msgstr ""
-#: scfuncs.hrc:3479
+#: sc/inc/scfuncs.hrc:3479
msgctxt "SC_OPCODE_DDE"
msgid "Item/range"
msgstr ""
-#: scfuncs.hrc:3480
+#: sc/inc/scfuncs.hrc:3480
#, fuzzy
msgctxt "SC_OPCODE_DDE"
msgid "The item or range from which data is to be taken."
msgstr "Die reikwydte waaruit data geneem moet word."
-#: scfuncs.hrc:3481
+#: sc/inc/scfuncs.hrc:3481
msgctxt "SC_OPCODE_DDE"
msgid "Mode"
msgstr "Modus"
-#: scfuncs.hrc:3482
+#: sc/inc/scfuncs.hrc:3482
msgctxt "SC_OPCODE_DDE"
msgid "Defines how data is to be converted to numbers."
msgstr "Definieer hoe data in getalle omskep moet word."
-#: scfuncs.hrc:3488
+#: sc/inc/scfuncs.hrc:3488
msgctxt "SC_OPCODE_HYPERLINK"
msgid "Construct a Hyperlink."
msgstr ""
-#: scfuncs.hrc:3489
+#: sc/inc/scfuncs.hrc:3489
msgctxt "SC_OPCODE_HYPERLINK"
msgid "URL"
msgstr "URL"
-#: scfuncs.hrc:3490
+#: sc/inc/scfuncs.hrc:3490
msgctxt "SC_OPCODE_HYPERLINK"
msgid "The clickable URL."
msgstr ""
-#: scfuncs.hrc:3491
+#: sc/inc/scfuncs.hrc:3491
#, fuzzy
msgctxt "SC_OPCODE_HYPERLINK"
msgid "Cell text"
msgstr "Selteks"
-#: scfuncs.hrc:3492
+#: sc/inc/scfuncs.hrc:3492
msgctxt "SC_OPCODE_HYPERLINK"
msgid "The cell text to be displayed."
msgstr ""
-#: scfuncs.hrc:3498
+#: sc/inc/scfuncs.hrc:3498
#, fuzzy
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Extracts value(s) from a pivot table."
msgstr "Trek waarde(s) uit 'n DataPilot-tabel."
-#: scfuncs.hrc:3499
+#: sc/inc/scfuncs.hrc:3499
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Data field"
msgstr "Dataveld"
-#: scfuncs.hrc:3500
+#: sc/inc/scfuncs.hrc:3500
#, fuzzy
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "The name of the pivot table field to extract."
msgstr "Die naam van die dataloodsveld om uit te trek."
-#: scfuncs.hrc:3501
+#: sc/inc/scfuncs.hrc:3501
#, fuzzy
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Pivot table"
msgstr "Nie tabel nie"
-#: scfuncs.hrc:3502
+#: sc/inc/scfuncs.hrc:3502
#, fuzzy
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "A reference to a cell or range in the pivot table."
msgstr "'n Verwysing na 'n sel of omvang in die DataPilot-tabel."
-#: scfuncs.hrc:3503
+#: sc/inc/scfuncs.hrc:3503
#, fuzzy
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Field name / item"
msgstr "Vendnaam / item"
-#: scfuncs.hrc:3504
+#: sc/inc/scfuncs.hrc:3504
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Field name/value pair to filter the target data."
msgstr "Veldnaam/waardepaar om die bestemmingdata te filter."
-#: scfuncs.hrc:3510
+#: sc/inc/scfuncs.hrc:3510
msgctxt "SC_OPCODE_BAHTTEXT"
msgid "Converts a number to text (Baht)."
msgstr "Skep 'n getal na teks om (Baht)."
-#: scfuncs.hrc:3511
+#: sc/inc/scfuncs.hrc:3511
msgctxt "SC_OPCODE_BAHTTEXT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3512
+#: sc/inc/scfuncs.hrc:3512
msgctxt "SC_OPCODE_BAHTTEXT"
msgid "The number to convert."
msgstr "Die getal wat omskep moet word."
-#: scfuncs.hrc:3518
+#: sc/inc/scfuncs.hrc:3518
msgctxt "SC_OPCODE_JIS"
msgid "Converts half-width ASCII and katakana characters to full-width."
msgstr "Skep halfwye ASCII- en katakana-karakters na volwye om."
-#: scfuncs.hrc:3519
+#: sc/inc/scfuncs.hrc:3519
msgctxt "SC_OPCODE_JIS"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3520
+#: sc/inc/scfuncs.hrc:3520
msgctxt "SC_OPCODE_JIS"
msgid "The text to convert."
msgstr "Die teks wat omskep moet word."
-#: scfuncs.hrc:3526
+#: sc/inc/scfuncs.hrc:3526
msgctxt "SC_OPCODE_ASC"
msgid "Converts full-width ASCII and katakana characters to half-width."
msgstr "Skep volwye ASCII- en katakana-karakters na halfwye om."
-#: scfuncs.hrc:3527
+#: sc/inc/scfuncs.hrc:3527
msgctxt "SC_OPCODE_ASC"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3528
+#: sc/inc/scfuncs.hrc:3528
msgctxt "SC_OPCODE_ASC"
msgid "The text to convert."
msgstr "Die teks wat omskep moet word."
-#: scfuncs.hrc:3534
+#: sc/inc/scfuncs.hrc:3534
msgctxt "SC_OPCODE_CODE"
msgid "Returns a numeric code for the first character in a text string."
msgstr "Lewer 'n numeriese kode vir die eerste karakter in 'n teksstring op."
-#: scfuncs.hrc:3535
+#: sc/inc/scfuncs.hrc:3535
msgctxt "SC_OPCODE_CODE"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3536
+#: sc/inc/scfuncs.hrc:3536
msgctxt "SC_OPCODE_CODE"
msgid "This is the text for which the code of the first character is to be found."
msgstr "Dit is die teks waarvan die kode vir die eerste karakter gevind moet word."
-#: scfuncs.hrc:3542
+#: sc/inc/scfuncs.hrc:3542
msgctxt "SC_OPCODE_CURRENCY"
msgid "Converts a number to text in currency format."
msgstr "Skep 'n getal na teks in geldformaat om."
-#: scfuncs.hrc:3543
+#: sc/inc/scfuncs.hrc:3543
#, fuzzy
msgctxt "SC_OPCODE_CURRENCY"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:3544
+#: sc/inc/scfuncs.hrc:3544
msgctxt "SC_OPCODE_CURRENCY"
msgid "Value is a number, a reference to a cell containing a number or a formula that results in a number."
msgstr "Waarde is 'n getal, 'n verwysing na 'n sel wat 'n getal bevat of 'n formule wat in getal tot gevolg het."
-#: scfuncs.hrc:3545
+#: sc/inc/scfuncs.hrc:3545
msgctxt "SC_OPCODE_CURRENCY"
msgid "Decimals"
msgstr "Desimale"
-#: scfuncs.hrc:3546
+#: sc/inc/scfuncs.hrc:3546
msgctxt "SC_OPCODE_CURRENCY"
msgid "Decimal places. Denotes the number of digits to the right of the decimal point."
msgstr "Desimale plekke. Staan vir die getal syfers regs van die desimale komma."
-#: scfuncs.hrc:3552
+#: sc/inc/scfuncs.hrc:3552
msgctxt "SC_OPCODE_CHAR"
msgid "Converts a code number into a character or letter."
msgstr "Skep 'n kodenommer in 'n karakter of letter om."
-#: scfuncs.hrc:3553
+#: sc/inc/scfuncs.hrc:3553
msgctxt "SC_OPCODE_CHAR"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3554
+#: sc/inc/scfuncs.hrc:3554
msgctxt "SC_OPCODE_CHAR"
msgid "The code value for the character."
msgstr "Die kodewaarde vir die karakter."
-#: scfuncs.hrc:3560
+#: sc/inc/scfuncs.hrc:3560
msgctxt "SC_OPCODE_CLEAN"
msgid "Removes all nonprintable characters from text."
msgstr "Verwyder alle niedruk-karakters uit die teks."
-#: scfuncs.hrc:3561
+#: sc/inc/scfuncs.hrc:3561
msgctxt "SC_OPCODE_CLEAN"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3562
+#: sc/inc/scfuncs.hrc:3562
msgctxt "SC_OPCODE_CLEAN"
msgid "The text from which nonprintable characters are to be removed."
msgstr "Die teks waaruit die niedruk-karakters verwyder moet word."
-#: scfuncs.hrc:3568
+#: sc/inc/scfuncs.hrc:3568
msgctxt "SC_OPCODE_CONCAT"
msgid "Combines several text items into one."
msgstr "Kombineer verskeie teksitems in een."
-#: scfuncs.hrc:3569
+#: sc/inc/scfuncs.hrc:3569
msgctxt "SC_OPCODE_CONCAT"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3570
+#: sc/inc/scfuncs.hrc:3570
msgctxt "SC_OPCODE_CONCAT"
msgid "Text for the concatenation."
msgstr ""
-#: scfuncs.hrc:3576
+#: sc/inc/scfuncs.hrc:3576
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Combines several text items into one, accepts cell ranges as arguments."
msgstr ""
-#: scfuncs.hrc:3577
+#: sc/inc/scfuncs.hrc:3577
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3578
+#: sc/inc/scfuncs.hrc:3578
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Text and/or cell ranges for the concatenation."
msgstr ""
-#: scfuncs.hrc:3584
+#: sc/inc/scfuncs.hrc:3584
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Combines several text items into one, accepts cell ranges as arguments. Uses delimiter between items."
msgstr ""
-#: scfuncs.hrc:3585
+#: sc/inc/scfuncs.hrc:3585
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Delimiter"
msgstr ""
-#: scfuncs.hrc:3586
+#: sc/inc/scfuncs.hrc:3586
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text string to be used as delimiter."
msgstr ""
-#: scfuncs.hrc:3587
+#: sc/inc/scfuncs.hrc:3587
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Skip empty cells"
msgstr ""
-#: scfuncs.hrc:3588
+#: sc/inc/scfuncs.hrc:3588
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "If TRUE, empty cells will be ignored."
msgstr ""
-#: scfuncs.hrc:3589
+#: sc/inc/scfuncs.hrc:3589
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3590
+#: sc/inc/scfuncs.hrc:3590
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text and/or cell ranges for the concatenation."
msgstr ""
-#: scfuncs.hrc:3596
+#: sc/inc/scfuncs.hrc:3596
msgctxt "SC_OPCODE_IFS_MS"
msgid "Checks 1 or more conditions and returns a value corresponding to the first true condition."
msgstr ""
-#: scfuncs.hrc:3597
+#: sc/inc/scfuncs.hrc:3597
msgctxt "SC_OPCODE_IFS_MS"
msgid "Test"
msgstr "Toets"
-#: scfuncs.hrc:3598
+#: sc/inc/scfuncs.hrc:3598
msgctxt "SC_OPCODE_IFS_MS"
msgid "Any value or expression which can be either TRUE or FALSE."
msgstr "Enige waarde of uitdrukking wat óf WAAR óf ONWAAR kan wees."
-#: scfuncs.hrc:3599
+#: sc/inc/scfuncs.hrc:3599
msgctxt "SC_OPCODE_IFS_MS"
msgid "Result"
msgstr "Resultaat"
-#: scfuncs.hrc:3600
+#: sc/inc/scfuncs.hrc:3600
msgctxt "SC_OPCODE_IFS_MS"
msgid "The result of the function if test is TRUE."
msgstr ""
-#: scfuncs.hrc:3606
+#: sc/inc/scfuncs.hrc:3606
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Checks 1 or more values and returns a result corresponding to the first value equal to the given expression."
msgstr ""
-#: scfuncs.hrc:3607
+#: sc/inc/scfuncs.hrc:3607
#, fuzzy
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Expression"
msgstr "Uitdrukking1"
-#: scfuncs.hrc:3608
+#: sc/inc/scfuncs.hrc:3608
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value that will be compared against value1-valueN."
msgstr ""
-#: scfuncs.hrc:3609
+#: sc/inc/scfuncs.hrc:3609
#, fuzzy
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:3610
+#: sc/inc/scfuncs.hrc:3610
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value that will be compared against expression."
msgstr ""
-#: scfuncs.hrc:3611
+#: sc/inc/scfuncs.hrc:3611
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Result"
msgstr "Resultaat"
-#: scfuncs.hrc:3612
+#: sc/inc/scfuncs.hrc:3612
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value to return when corresponding value argument matches expression."
msgstr ""
-#: scfuncs.hrc:3617
+#: sc/inc/scfuncs.hrc:3617
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Returns the minimum value in a range that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:3618
+#: sc/inc/scfuncs.hrc:3618
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Min range"
msgstr ""
-#: scfuncs.hrc:3619
+#: sc/inc/scfuncs.hrc:3619
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "The range from which the minimum will be determined."
msgstr ""
-#: scfuncs.hrc:3620
+#: sc/inc/scfuncs.hrc:3620
#, fuzzy
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Range "
msgstr "Omvang"
-#: scfuncs.hrc:3621
+#: sc/inc/scfuncs.hrc:3621
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:3622
+#: sc/inc/scfuncs.hrc:3622
#, fuzzy
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Criteria "
msgstr "kriteria"
-#: scfuncs.hrc:3623
+#: sc/inc/scfuncs.hrc:3623
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:3628
+#: sc/inc/scfuncs.hrc:3628
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Returns the maximum value in a range that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:3629
+#: sc/inc/scfuncs.hrc:3629
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Max range"
msgstr ""
-#: scfuncs.hrc:3630
+#: sc/inc/scfuncs.hrc:3630
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "The range from which the maximum will be determined."
msgstr ""
-#: scfuncs.hrc:3631
+#: sc/inc/scfuncs.hrc:3631
#, fuzzy
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Range "
msgstr "Omvang"
-#: scfuncs.hrc:3632
+#: sc/inc/scfuncs.hrc:3632
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:3633
+#: sc/inc/scfuncs.hrc:3633
#, fuzzy
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Criteria "
msgstr "kriteria"
-#: scfuncs.hrc:3634
+#: sc/inc/scfuncs.hrc:3634
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:3640
+#: sc/inc/scfuncs.hrc:3640
msgctxt "SC_OPCODE_EXACT"
msgid "Specifies whether two texts are identical."
msgstr "Spesifiseer of twee tekste identies is."
-#: scfuncs.hrc:3641
+#: sc/inc/scfuncs.hrc:3641
msgctxt "SC_OPCODE_EXACT"
msgid "Text 1"
msgstr ""
-#: scfuncs.hrc:3642
+#: sc/inc/scfuncs.hrc:3642
msgctxt "SC_OPCODE_EXACT"
msgid "The first text to be used for comparing texts."
msgstr "Die eerste teks wat vir die vergelyking van teks gebruik moet word."
-#: scfuncs.hrc:3643
+#: sc/inc/scfuncs.hrc:3643
msgctxt "SC_OPCODE_EXACT"
msgid "Text 2"
msgstr ""
-#: scfuncs.hrc:3644
+#: sc/inc/scfuncs.hrc:3644
msgctxt "SC_OPCODE_EXACT"
msgid "The second text for comparing texts."
msgstr "Die tweede teks vir die vergelyking van teks."
-#: scfuncs.hrc:3650
+#: sc/inc/scfuncs.hrc:3650
msgctxt "SC_OPCODE_FIND"
msgid "Looks for a string of text within another (case sensitive)"
msgstr "Soek vir 'n string teks binne 'n ander (kassensitief)"
-#: scfuncs.hrc:3651
+#: sc/inc/scfuncs.hrc:3651
#, fuzzy
msgctxt "SC_OPCODE_FIND"
msgid "Find text"
msgstr "vind_teks"
-#: scfuncs.hrc:3652
+#: sc/inc/scfuncs.hrc:3652
msgctxt "SC_OPCODE_FIND"
msgid "The text to be found."
msgstr "Die teks wat gevind moet word."
-#: scfuncs.hrc:3653
+#: sc/inc/scfuncs.hrc:3653
msgctxt "SC_OPCODE_FIND"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3654
+#: sc/inc/scfuncs.hrc:3654
msgctxt "SC_OPCODE_FIND"
msgid "The text in which a search is to be made."
msgstr "Die teks waarin gesoek moet word."
-#: scfuncs.hrc:3655
+#: sc/inc/scfuncs.hrc:3655
msgctxt "SC_OPCODE_FIND"
msgid "Position"
msgstr "Posisie"
-#: scfuncs.hrc:3656
+#: sc/inc/scfuncs.hrc:3656
msgctxt "SC_OPCODE_FIND"
msgid "The position in the text from which the search starts."
msgstr "Die ligging in die teks van waar die soektog begin."
-#: scfuncs.hrc:3662
+#: sc/inc/scfuncs.hrc:3662
msgctxt "SC_OPCODE_SEARCH"
msgid "Looks for one text value within another (not case-sensitive)."
msgstr "Soek vir een tekswaarde binne 'n ander (nie kassensitief nie)."
-#: scfuncs.hrc:3663
+#: sc/inc/scfuncs.hrc:3663
#, fuzzy
msgctxt "SC_OPCODE_SEARCH"
msgid "Find text"
msgstr "vind_teks"
-#: scfuncs.hrc:3664
+#: sc/inc/scfuncs.hrc:3664
msgctxt "SC_OPCODE_SEARCH"
msgid "The text to be found."
msgstr "Die teks wat gevind moet word."
-#: scfuncs.hrc:3665
+#: sc/inc/scfuncs.hrc:3665
msgctxt "SC_OPCODE_SEARCH"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3666
+#: sc/inc/scfuncs.hrc:3666
msgctxt "SC_OPCODE_SEARCH"
msgid "The text in which a search is to be made."
msgstr "Die teks waarin gesoek moet word."
-#: scfuncs.hrc:3667
+#: sc/inc/scfuncs.hrc:3667
msgctxt "SC_OPCODE_SEARCH"
msgid "Position"
msgstr "Posisie"
-#: scfuncs.hrc:3668
+#: sc/inc/scfuncs.hrc:3668
msgctxt "SC_OPCODE_SEARCH"
msgid "The position in the text where the search is started."
msgstr "Die ligging in die teks van waar die soektog begin is."
-#: scfuncs.hrc:3674
+#: sc/inc/scfuncs.hrc:3674
msgctxt "SC_OPCODE_TRIM"
msgid "Removes extra spaces from text."
msgstr "Verwyder ekstra spasies uit die teks."
-#: scfuncs.hrc:3675
+#: sc/inc/scfuncs.hrc:3675
msgctxt "SC_OPCODE_TRIM"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3676
+#: sc/inc/scfuncs.hrc:3676
msgctxt "SC_OPCODE_TRIM"
msgid "The text in which extra spaces between words are to be deleted."
msgstr "Die teks waaruit ekstra spasies tussen woorde geskrap moet word."
-#: scfuncs.hrc:3682
+#: sc/inc/scfuncs.hrc:3682
msgctxt "SC_OPCODE_PROPER"
msgid "Capitalizes the first letter in all words."
msgstr "Maak die eerste letter van alle woorde 'n hoofletter."
-#: scfuncs.hrc:3683
+#: sc/inc/scfuncs.hrc:3683
msgctxt "SC_OPCODE_PROPER"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3684
+#: sc/inc/scfuncs.hrc:3684
msgctxt "SC_OPCODE_PROPER"
msgid "The text in which the beginning of words are to be replaced by capital letters."
msgstr "Die teks waarin die eerste letters van alle woorde met hoofletters vervang moet word."
-#: scfuncs.hrc:3690
+#: sc/inc/scfuncs.hrc:3690
msgctxt "SC_OPCODE_UPPER"
msgid "Converts text to uppercase."
msgstr "Skep teks na bokas om."
-#: scfuncs.hrc:3691
+#: sc/inc/scfuncs.hrc:3691
msgctxt "SC_OPCODE_UPPER"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3692
+#: sc/inc/scfuncs.hrc:3692
msgctxt "SC_OPCODE_UPPER"
msgid "The text in which lower case letters are to be converted to capitals."
msgstr "Die teks waarin die onderkasletters na hoofletters omskep moet word."
-#: scfuncs.hrc:3698
+#: sc/inc/scfuncs.hrc:3698
msgctxt "SC_OPCODE_LOWER"
msgid "Converts text to lowercase."
msgstr "Skep teks na onderkas om."
-#: scfuncs.hrc:3699
+#: sc/inc/scfuncs.hrc:3699
msgctxt "SC_OPCODE_LOWER"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3700
+#: sc/inc/scfuncs.hrc:3700
msgctxt "SC_OPCODE_LOWER"
msgid "The text in which capitals are converted to lower case letters."
msgstr "Die teks waarin die bokasletters na onderkasletters omskep moet word."
-#: scfuncs.hrc:3706
+#: sc/inc/scfuncs.hrc:3706
msgctxt "SC_OPCODE_VALUE"
msgid "Converts text to a number."
msgstr "Skep teks in 'n getal om."
-#: scfuncs.hrc:3707
+#: sc/inc/scfuncs.hrc:3707
msgctxt "SC_OPCODE_VALUE"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3708
+#: sc/inc/scfuncs.hrc:3708
msgctxt "SC_OPCODE_VALUE"
msgid "The text to be converted to a number."
msgstr "Die teks wat in 'n getal omskep moet word."
-#: scfuncs.hrc:3714
+#: sc/inc/scfuncs.hrc:3714
msgctxt "SC_OPCODE_TEXT"
msgid "Converts a number to text according to a given format."
msgstr "Skep 'n getal na teks om volgens 'n gegewe formaat."
-#: scfuncs.hrc:3715
+#: sc/inc/scfuncs.hrc:3715
msgctxt "SC_OPCODE_TEXT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3716
+#: sc/inc/scfuncs.hrc:3716
msgctxt "SC_OPCODE_TEXT"
msgid "The numeric value to be converted."
msgstr "Die numeriese waarde wat omskep moet word."
-#: scfuncs.hrc:3717
+#: sc/inc/scfuncs.hrc:3717
msgctxt "SC_OPCODE_TEXT"
msgid "Format"
msgstr "Formaat"
-#: scfuncs.hrc:3718
+#: sc/inc/scfuncs.hrc:3718
msgctxt "SC_OPCODE_TEXT"
msgid "The text that describes the format."
msgstr "Die teks wat die formaat beskryf."
-#: scfuncs.hrc:3724
+#: sc/inc/scfuncs.hrc:3724
msgctxt "SC_OPCODE_T"
msgid "Returns a value if it is text, otherwise an empty string."
msgstr ""
-#: scfuncs.hrc:3725
+#: sc/inc/scfuncs.hrc:3725
#, fuzzy
msgctxt "SC_OPCODE_T"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:3726
+#: sc/inc/scfuncs.hrc:3726
msgctxt "SC_OPCODE_T"
msgid "The value to be checked and returned if it is text."
msgstr ""
-#: scfuncs.hrc:3732
+#: sc/inc/scfuncs.hrc:3732
msgctxt "SC_OPCODE_REPLACE"
msgid "Replaces characters within a text string with a different text string."
msgstr "Vervang karakters binne 'n teksstring met 'n ander teksstring."
-#: scfuncs.hrc:3733
+#: sc/inc/scfuncs.hrc:3733
msgctxt "SC_OPCODE_REPLACE"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3734
+#: sc/inc/scfuncs.hrc:3734
msgctxt "SC_OPCODE_REPLACE"
msgid "The text in which some characters are to be replaced."
msgstr "Die teks waarin sommige karakters vervang moet word."
-#: scfuncs.hrc:3735
+#: sc/inc/scfuncs.hrc:3735
msgctxt "SC_OPCODE_REPLACE"
msgid "Position"
msgstr "Posisie"
-#: scfuncs.hrc:3736
+#: sc/inc/scfuncs.hrc:3736
msgctxt "SC_OPCODE_REPLACE"
msgid "The character position from which text is to be replaced."
msgstr "Die karakterligging waarin teks vervang moet word."
-#: scfuncs.hrc:3737
+#: sc/inc/scfuncs.hrc:3737
msgctxt "SC_OPCODE_REPLACE"
msgid "Length"
msgstr "Lengte"
-#: scfuncs.hrc:3738
+#: sc/inc/scfuncs.hrc:3738
msgctxt "SC_OPCODE_REPLACE"
msgid "The number of characters to be replaced."
msgstr "Die getal karakters wat vervang moet word."
-#: scfuncs.hrc:3739
+#: sc/inc/scfuncs.hrc:3739
#, fuzzy
msgctxt "SC_OPCODE_REPLACE"
msgid "New text"
msgstr "nuwe teks"
-#: scfuncs.hrc:3740
+#: sc/inc/scfuncs.hrc:3740
msgctxt "SC_OPCODE_REPLACE"
msgid "The text to be inserted."
msgstr "Die teks wat ingevoeg moet word."
-#: scfuncs.hrc:3746
+#: sc/inc/scfuncs.hrc:3746
msgctxt "SC_OPCODE_FIXED"
msgid "Formats a number with a fixed number of places after the decimal point and thousands separator."
msgstr "Formateer 'n getal met 'n vaste getal plekke na die desimale komma en duisendeskeier."
-#: scfuncs.hrc:3747
+#: sc/inc/scfuncs.hrc:3747
msgctxt "SC_OPCODE_FIXED"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3748
+#: sc/inc/scfuncs.hrc:3748
msgctxt "SC_OPCODE_FIXED"
msgid "The number to be formatted."
msgstr "Die getal wat geformateer moet word."
-#: scfuncs.hrc:3749
+#: sc/inc/scfuncs.hrc:3749
msgctxt "SC_OPCODE_FIXED"
msgid "Decimals"
msgstr "Desimale"
-#: scfuncs.hrc:3750
+#: sc/inc/scfuncs.hrc:3750
msgctxt "SC_OPCODE_FIXED"
msgid "Decimal places. The number of fixed decimal places that are to be displayed."
msgstr "Desimale plekke. Die getal vaste desimale plekke wat vertoon moet word."
-#: scfuncs.hrc:3751
+#: sc/inc/scfuncs.hrc:3751
msgctxt "SC_OPCODE_FIXED"
msgid "No thousands separators"
msgstr "Geen duisendeskeiers nie"
-#: scfuncs.hrc:3752
+#: sc/inc/scfuncs.hrc:3752
msgctxt "SC_OPCODE_FIXED"
msgid "Thousands separator. If 0 or omitted the locale group separator is used else the separator is suppressed."
msgstr ""
-#: scfuncs.hrc:3758
+#: sc/inc/scfuncs.hrc:3758
msgctxt "SC_OPCODE_LEN"
msgid "Calculates length of a text string."
msgstr "Bereken die lengte van 'n teksstring."
-#: scfuncs.hrc:3759
+#: sc/inc/scfuncs.hrc:3759
msgctxt "SC_OPCODE_LEN"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3760
+#: sc/inc/scfuncs.hrc:3760
msgctxt "SC_OPCODE_LEN"
msgid "The text in which the length is to be determined."
msgstr "Die teks waarin die lengte bepaal moet word."
-#: scfuncs.hrc:3766
+#: sc/inc/scfuncs.hrc:3766
msgctxt "SC_OPCODE_LEFT"
msgid "Returns the first character or characters of a text."
msgstr "Lewer die eerste karakter of karakters van 'n teks."
-#: scfuncs.hrc:3767
+#: sc/inc/scfuncs.hrc:3767
msgctxt "SC_OPCODE_LEFT"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3768
+#: sc/inc/scfuncs.hrc:3768
msgctxt "SC_OPCODE_LEFT"
msgid "The text where the initial partial words are to be determined."
msgstr "Die teks waarin die aanvangs- gedeeltelike woorde bepaal moet word."
-#: scfuncs.hrc:3769
+#: sc/inc/scfuncs.hrc:3769
msgctxt "SC_OPCODE_LEFT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3770
+#: sc/inc/scfuncs.hrc:3770
msgctxt "SC_OPCODE_LEFT"
msgid "The number of characters for the start text."
msgstr "Die getal karakters vir die aanvangsteks."
-#: scfuncs.hrc:3776
+#: sc/inc/scfuncs.hrc:3776
msgctxt "SC_OPCODE_RIGHT"
msgid "Returns the last character or characters of a text."
msgstr "Lewer die laaste karakter of karakters van 'n teks."
-#: scfuncs.hrc:3777
+#: sc/inc/scfuncs.hrc:3777
msgctxt "SC_OPCODE_RIGHT"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3778
+#: sc/inc/scfuncs.hrc:3778
msgctxt "SC_OPCODE_RIGHT"
msgid "The text in which the end partial words are to be determined."
msgstr "Die teks waarin die slot- gedeeltelike woorde bepaal moet word."
-#: scfuncs.hrc:3779
+#: sc/inc/scfuncs.hrc:3779
msgctxt "SC_OPCODE_RIGHT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3780
+#: sc/inc/scfuncs.hrc:3780
msgctxt "SC_OPCODE_RIGHT"
msgid "The number of characters for the end text."
msgstr "Die getal karakters vir die slotteks."
-#: scfuncs.hrc:3786
+#: sc/inc/scfuncs.hrc:3786
msgctxt "SC_OPCODE_MID"
msgid "Returns a partial text string of a text."
msgstr "Lewer 'n gedeeltelike teksstring van 'n teks op."
-#: scfuncs.hrc:3787
+#: sc/inc/scfuncs.hrc:3787
msgctxt "SC_OPCODE_MID"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3788
+#: sc/inc/scfuncs.hrc:3788
msgctxt "SC_OPCODE_MID"
msgid "The text in which partial words are to be determined."
msgstr "Die teks waarin die gedeeltelike woorde bepaal moet word."
-#: scfuncs.hrc:3789
+#: sc/inc/scfuncs.hrc:3789
msgctxt "SC_OPCODE_MID"
msgid "Start"
msgstr "Begin"
-#: scfuncs.hrc:3790
+#: sc/inc/scfuncs.hrc:3790
msgctxt "SC_OPCODE_MID"
msgid "The position from which the part word is to be determined."
msgstr "Die ligging van waar die gedeeltelike woord bepaal moet word."
-#: scfuncs.hrc:3791
+#: sc/inc/scfuncs.hrc:3791
msgctxt "SC_OPCODE_MID"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3792
+#: sc/inc/scfuncs.hrc:3792
msgctxt "SC_OPCODE_MID"
msgid "The number of characters for the text."
msgstr "Die getal karakters vir die teks."
-#: scfuncs.hrc:3798
+#: sc/inc/scfuncs.hrc:3798
msgctxt "SC_OPCODE_REPT"
msgid "Repeats text a given number of times."
msgstr "Herhaal teks 'n gegewe aantal kere."
-#: scfuncs.hrc:3799
+#: sc/inc/scfuncs.hrc:3799
msgctxt "SC_OPCODE_REPT"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3800
+#: sc/inc/scfuncs.hrc:3800
msgctxt "SC_OPCODE_REPT"
msgid "The text to be repeated."
msgstr "Die teks wat herhaal moet word."
-#: scfuncs.hrc:3801
+#: sc/inc/scfuncs.hrc:3801
msgctxt "SC_OPCODE_REPT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3802
+#: sc/inc/scfuncs.hrc:3802
msgctxt "SC_OPCODE_REPT"
msgid "The number of times the text is to be repeated."
msgstr "Die getal kere wat die teks herhaal moet word."
-#: scfuncs.hrc:3808
+#: sc/inc/scfuncs.hrc:3808
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Substitutes new text for old text in a string."
msgstr "Vervang ou teks in 'n string met nuwe teks."
-#: scfuncs.hrc:3809
+#: sc/inc/scfuncs.hrc:3809
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3810
+#: sc/inc/scfuncs.hrc:3810
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The text in which partial words are to be replaced."
msgstr "Die teks waarin gedeeltelike woorde vervang moet word."
-#: scfuncs.hrc:3811
+#: sc/inc/scfuncs.hrc:3811
#, fuzzy
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Search text"
msgstr "soek_teks"
-#: scfuncs.hrc:3812
+#: sc/inc/scfuncs.hrc:3812
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The partial string to be (repeatedly) replaced."
msgstr "Die gedeeltelike string wat (herhalend) vervang moet word."
-#: scfuncs.hrc:3813
+#: sc/inc/scfuncs.hrc:3813
#, fuzzy
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "New text"
msgstr "nuwe teks"
-#: scfuncs.hrc:3814
+#: sc/inc/scfuncs.hrc:3814
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The text which is to replace the text string."
msgstr "Die teks wat die teksstring moet vervang."
-#: scfuncs.hrc:3815
+#: sc/inc/scfuncs.hrc:3815
#, fuzzy
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Occurrence"
msgstr "voorkoms"
-#: scfuncs.hrc:3816
+#: sc/inc/scfuncs.hrc:3816
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Which occurrence of the old text is to be replaced."
msgstr ""
-#: scfuncs.hrc:3822
+#: sc/inc/scfuncs.hrc:3822
msgctxt "SC_OPCODE_BASE"
msgid "Converts a positive integer to text from a number system to the base defined."
msgstr "Skep 'n positiewe heelgetal om na teks uit 'n nommerstelsel uit die gedefinieerde basis."
-#: scfuncs.hrc:3823
+#: sc/inc/scfuncs.hrc:3823
msgctxt "SC_OPCODE_BASE"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3824
+#: sc/inc/scfuncs.hrc:3824
msgctxt "SC_OPCODE_BASE"
msgid "The number to be converted."
msgstr "Die getal wat omskep moet word."
-#: scfuncs.hrc:3825
+#: sc/inc/scfuncs.hrc:3825
#, fuzzy
msgctxt "SC_OPCODE_BASE"
msgid "Radix"
msgstr "grondtal"
-#: scfuncs.hrc:3826
+#: sc/inc/scfuncs.hrc:3826
msgctxt "SC_OPCODE_BASE"
msgid "The base number for conversion must be in the range 2 - 36."
msgstr "Die basisgetal vir omskakeling moet binne die omvang 2 - 36 l."
-#: scfuncs.hrc:3827
+#: sc/inc/scfuncs.hrc:3827
msgctxt "SC_OPCODE_BASE"
msgid "Minimum length"
msgstr "Minimum lengte"
-#: scfuncs.hrc:3828
+#: sc/inc/scfuncs.hrc:3828
msgctxt "SC_OPCODE_BASE"
msgid "If the text is shorter than the specified length, zeros are added to the left of the string."
msgstr "Indien die teks korter as die gespesifiseerde lengte is, word nulle aan die linkerkant van die string gevoeg."
-#: scfuncs.hrc:3834
+#: sc/inc/scfuncs.hrc:3834
msgctxt "SC_OPCODE_DECIMAL"
msgid "Converts a text of a specified number system to a positive integer in the base given."
msgstr "Skep 'n teks van 'n gespesifiseerde nommerstelsel om na 'n positiewe heelgetal in die gegewe basis."
-#: scfuncs.hrc:3835
+#: sc/inc/scfuncs.hrc:3835
msgctxt "SC_OPCODE_DECIMAL"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3836
+#: sc/inc/scfuncs.hrc:3836
msgctxt "SC_OPCODE_DECIMAL"
msgid "The text to be converted."
msgstr "Die teks wat omskep moet word."
-#: scfuncs.hrc:3837
+#: sc/inc/scfuncs.hrc:3837
#, fuzzy
msgctxt "SC_OPCODE_DECIMAL"
msgid "Radix"
msgstr "grondtal"
-#: scfuncs.hrc:3838
+#: sc/inc/scfuncs.hrc:3838
msgctxt "SC_OPCODE_DECIMAL"
msgid "The base number for conversion must be in the range 2 - 36."
msgstr "Die basisgetal vir omskakeling moet binne die omvang 2 - 36 l."
-#: scfuncs.hrc:3844
+#: sc/inc/scfuncs.hrc:3844
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Converts a value according to a conversion table in the configuration (main.xcd)."
msgstr ""
-#: scfuncs.hrc:3845
+#: sc/inc/scfuncs.hrc:3845
#, fuzzy
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:3846
+#: sc/inc/scfuncs.hrc:3846
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "The value to be converted."
msgstr "Die waarde wat omgeskakel moet word."
-#: scfuncs.hrc:3847 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3849
+#: sc/inc/scfuncs.hrc:3847 sc/inc/scfuncs.hrc:3849
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3848
+#: sc/inc/scfuncs.hrc:3848
#, fuzzy
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Unit from which something is converted, case-sensitive."
msgstr "Eenheid waaruit iets omgeskakel word, kassensitief."
-#: scfuncs.hrc:3850
+#: sc/inc/scfuncs.hrc:3850
#, fuzzy
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Unit into which something is converted, case-sensitive."
msgstr "Eenheid waarin iets omgeskakel is, kassensitief."
-#: scfuncs.hrc:3856
+#: sc/inc/scfuncs.hrc:3856
msgctxt "SC_OPCODE_ROMAN"
msgid "Converts a number to a Roman numeral."
msgstr "Skep 'n getal na 'n romeinse syfer om."
-#: scfuncs.hrc:3857
+#: sc/inc/scfuncs.hrc:3857
msgctxt "SC_OPCODE_ROMAN"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3858
+#: sc/inc/scfuncs.hrc:3858
msgctxt "SC_OPCODE_ROMAN"
msgid "The number to be converted to a Roman numeral must be in the 0 - 3999 range."
msgstr "Die getal wat na 'n romeinse syfer omskep moet word, moet in die reikwydte 0-3999 wees."
-#: scfuncs.hrc:3859
+#: sc/inc/scfuncs.hrc:3859
msgctxt "SC_OPCODE_ROMAN"
msgid "Mode"
msgstr "Modus"
-#: scfuncs.hrc:3860
+#: sc/inc/scfuncs.hrc:3860
msgctxt "SC_OPCODE_ROMAN"
msgid "The more this value increases, the more the Roman numeral is simplified. The value must be in the 0 - 4 range."
msgstr "Hoe meer hierdie waarde toeneem, hoe meer word die romeinse syfer vereenvoudig. Die waarde moet in die reikwydte 0-4 wees."
-#: scfuncs.hrc:3866
+#: sc/inc/scfuncs.hrc:3866
msgctxt "SC_OPCODE_ARABIC"
msgid "Calculates the value of a Roman numeral."
msgstr "Bereken die waarde van 'n romeinse syfer."
-#: scfuncs.hrc:3867
+#: sc/inc/scfuncs.hrc:3867
msgctxt "SC_OPCODE_ARABIC"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3868
+#: sc/inc/scfuncs.hrc:3868
msgctxt "SC_OPCODE_ARABIC"
msgid "The text that represents a Roman numeral."
msgstr "Die teks wat 'n romeinse syfer verteenwoordig."
-#: scfuncs.hrc:3873
+#: sc/inc/scfuncs.hrc:3873
msgctxt "SC_OPCODE_INFO"
msgid "Returns information about the environment."
msgstr "Lewer inligting oor die omgewing."
-#: scfuncs.hrc:3874
+#: sc/inc/scfuncs.hrc:3874
msgctxt "SC_OPCODE_INFO"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3875
+#: sc/inc/scfuncs.hrc:3875
msgctxt "SC_OPCODE_INFO"
msgid "Can be \"osversion\", \"system\", \"release\", \"numfile\", and \"recalc\"."
msgstr "Kan \"osversion\", \"system\", \"release\", \"numfile\", en \"recalc\" wees."
-#: scfuncs.hrc:3880
+#: sc/inc/scfuncs.hrc:3880
msgctxt "SC_OPCODE_UNICODE"
msgid "Returns the numeric code for the first Unicode character in a text string."
msgstr "Lewer die numeriese kode vir die eerste Unicode-karakter in 'n teksstring op."
-#: scfuncs.hrc:3881
+#: sc/inc/scfuncs.hrc:3881
msgctxt "SC_OPCODE_UNICODE"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3882
+#: sc/inc/scfuncs.hrc:3882
msgctxt "SC_OPCODE_UNICODE"
msgid "This is the text for which the code of the first character is to be found."
msgstr "Dit is die teks waarvan die kode vir die eerste karakter gevind moet word."
-#: scfuncs.hrc:3887
+#: sc/inc/scfuncs.hrc:3887
msgctxt "SC_OPCODE_UNICHAR"
msgid "Converts a code number into a Unicode character or letter."
msgstr "Omskep 'n kodenommer in 'n Unicode-karakter of -letter."
-#: scfuncs.hrc:3888
+#: sc/inc/scfuncs.hrc:3888
msgctxt "SC_OPCODE_UNICHAR"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3889
+#: sc/inc/scfuncs.hrc:3889
msgctxt "SC_OPCODE_UNICHAR"
msgid "The code value for the character."
msgstr "Die kodewaarde vir die karakter."
-#: scfuncs.hrc:3894
+#: sc/inc/scfuncs.hrc:3894
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Converts a value from one to another Euro currency."
msgstr "Skakel 'n waarde van een na 'n ander eurogeldeenheid om."
-#: scfuncs.hrc:3895
+#: sc/inc/scfuncs.hrc:3895
#, fuzzy
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:3896
+#: sc/inc/scfuncs.hrc:3896
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "The value to be converted."
msgstr "Die waarde wat omgeskakel moet word."
-#: scfuncs.hrc:3897
+#: sc/inc/scfuncs.hrc:3897
#, fuzzy
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "From currency"
msgstr "from_currency"
-#: scfuncs.hrc:3898
+#: sc/inc/scfuncs.hrc:3898
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "ISO 4217 code of the currency from which is converted, case-sensitive."
msgstr "ISO 4217-kode van die geldeenheid waaruit iets omgeskakel word, kassensitief."
-#: scfuncs.hrc:3899
+#: sc/inc/scfuncs.hrc:3899
#, fuzzy
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "To currency"
msgstr "to_currency"
-#: scfuncs.hrc:3900
+#: sc/inc/scfuncs.hrc:3900
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "ISO 4217 code of the currency into which is converted, case-sensitive."
msgstr "ISO 4217-kode van die geldeenheid waarin iets omgeskakel word, kassensitief."
-#: scfuncs.hrc:3901
+#: sc/inc/scfuncs.hrc:3901
#, fuzzy
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Full precision"
msgstr "full_precision"
-#: scfuncs.hrc:3902
+#: sc/inc/scfuncs.hrc:3902
#, fuzzy
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "If omitted or 0 or FALSE, the result is rounded to the decimals of To_currency. Else the result is not rounded."
msgstr "Indien weggelaat, 0 of VALS word die resultaat op/afgerond tot die desimale van to_currency. Anders word die resultaat nie op/afgerond nie."
-#: scfuncs.hrc:3903
+#: sc/inc/scfuncs.hrc:3903
#, fuzzy
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Triangulation precision"
msgstr "triangulation_precision"
#. This description uses almost all available space in the dialog, make sure translations fit in size
-#: scfuncs.hrc:3905
+#: sc/inc/scfuncs.hrc:3905
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "If given and >=3, the intermediate result of a triangular conversion is rounded to that precision. If omitted, the result is not rounded."
msgstr "Indien gegee en >=3 word die tussenresultaat van 'n driehoeksomskakeling na daardie presisietal op/afgerond. Indien weggelaat, word die resultaat nie op/afgerond nie."
-#: scfuncs.hrc:3910
+#: sc/inc/scfuncs.hrc:3910
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Converts text to a number, in a locale-independent way."
msgstr "Omskep teks in 'n getal op 'n locale-afhanklike manier."
-#: scfuncs.hrc:3911
+#: sc/inc/scfuncs.hrc:3911
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3912
+#: sc/inc/scfuncs.hrc:3912
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "The text to be converted to a number."
msgstr "Die teks wat in 'n getal omskep moet word."
-#: scfuncs.hrc:3913
+#: sc/inc/scfuncs.hrc:3913
#, fuzzy
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Decimal separator"
msgstr "Desimaalskeier"
-#: scfuncs.hrc:3914
+#: sc/inc/scfuncs.hrc:3914
#, fuzzy
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Defines the character used as the decimal separator."
msgstr "Definieer die karakter wat as die desimale punt gebruik word."
-#: scfuncs.hrc:3915
+#: sc/inc/scfuncs.hrc:3915
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Group separator"
msgstr ""
-#: scfuncs.hrc:3916
+#: sc/inc/scfuncs.hrc:3916
#, fuzzy
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Defines the character(s) used as the group separator."
msgstr "Definieer die karakter wat as die desimale punt gebruik word."
-#: scfuncs.hrc:3922
+#: sc/inc/scfuncs.hrc:3922
msgctxt "SC_OPCODE_BITAND"
msgid "Bitwise \"AND\" of two integers."
msgstr ""
-#: scfuncs.hrc:3923
+#: sc/inc/scfuncs.hrc:3923
msgctxt "SC_OPCODE_BITAND"
msgid "Number1"
msgstr "Nommer1"
-#: scfuncs.hrc:3924 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3926
+#: sc/inc/scfuncs.hrc:3924 sc/inc/scfuncs.hrc:3926
msgctxt "SC_OPCODE_BITAND"
msgid "Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3925
+#: sc/inc/scfuncs.hrc:3925
msgctxt "SC_OPCODE_BITAND"
msgid "Number2"
msgstr "Nommer2"
-#: scfuncs.hrc:3931
+#: sc/inc/scfuncs.hrc:3931
msgctxt "SC_OPCODE_BITOR"
msgid "Bitwise \"OR\" of two integers."
msgstr ""
-#: scfuncs.hrc:3932
+#: sc/inc/scfuncs.hrc:3932
msgctxt "SC_OPCODE_BITOR"
msgid "Number1"
msgstr "Nommer1"
-#: scfuncs.hrc:3933 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3935
+#: sc/inc/scfuncs.hrc:3933 sc/inc/scfuncs.hrc:3935
msgctxt "SC_OPCODE_BITOR"
msgid "Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3934
+#: sc/inc/scfuncs.hrc:3934
msgctxt "SC_OPCODE_BITOR"
msgid "Number2"
msgstr "Nommer2"
-#: scfuncs.hrc:3940
+#: sc/inc/scfuncs.hrc:3940
msgctxt "SC_OPCODE_BITXOR"
msgid "Bitwise \"exclusive OR\" of two integers."
msgstr ""
-#: scfuncs.hrc:3941
+#: sc/inc/scfuncs.hrc:3941
msgctxt "SC_OPCODE_BITXOR"
msgid "Number1"
msgstr "Nommer1"
-#: scfuncs.hrc:3942 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3944
+#: sc/inc/scfuncs.hrc:3942 sc/inc/scfuncs.hrc:3944
msgctxt "SC_OPCODE_BITXOR"
msgid "Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3943
+#: sc/inc/scfuncs.hrc:3943
msgctxt "SC_OPCODE_BITXOR"
msgid "Number2"
msgstr "Nommer2"
-#: scfuncs.hrc:3949
+#: sc/inc/scfuncs.hrc:3949
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "Bitwise right shift of an integer value."
msgstr ""
-#: scfuncs.hrc:3950
+#: sc/inc/scfuncs.hrc:3950
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3951
+#: sc/inc/scfuncs.hrc:3951
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "The value to be shifted. Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3952
+#: sc/inc/scfuncs.hrc:3952
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "Shift"
msgstr "Skuif"
-#: scfuncs.hrc:3953
+#: sc/inc/scfuncs.hrc:3953
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "The integer number of bits the value is to be shifted."
msgstr ""
-#: scfuncs.hrc:3958
+#: sc/inc/scfuncs.hrc:3958
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "Bitwise left shift of an integer value."
msgstr ""
-#: scfuncs.hrc:3959
+#: sc/inc/scfuncs.hrc:3959
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3960
+#: sc/inc/scfuncs.hrc:3960
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "The value to be shifted. Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3961
+#: sc/inc/scfuncs.hrc:3961
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "Shift"
msgstr "Skuif"
-#: scfuncs.hrc:3962
+#: sc/inc/scfuncs.hrc:3962
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "The integer number of bits the value is to be shifted."
msgstr ""
-#: scfuncs.hrc:3967
+#: sc/inc/scfuncs.hrc:3967
#, fuzzy
msgctxt "SC_OPCODE_LENB"
msgid "Calculates length of a text string, with DBCS"
msgstr "Bereken die lengte van 'n teksstring."
-#: scfuncs.hrc:3968
+#: sc/inc/scfuncs.hrc:3968
msgctxt "SC_OPCODE_LENB"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3969
+#: sc/inc/scfuncs.hrc:3969
msgctxt "SC_OPCODE_LENB"
msgid "The text in which the length is to be determined."
msgstr "Die teks waarin die lengte bepaal moet word."
-#: scfuncs.hrc:3974
+#: sc/inc/scfuncs.hrc:3974
#, fuzzy
msgctxt "SC_OPCODE_RIGHTB"
msgid "Returns the last character or characters of a text,with DBCS"
msgstr "Lewer die laaste karakter of karakters van 'n teks."
-#: scfuncs.hrc:3975
+#: sc/inc/scfuncs.hrc:3975
msgctxt "SC_OPCODE_RIGHTB"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3976
+#: sc/inc/scfuncs.hrc:3976
msgctxt "SC_OPCODE_RIGHTB"
msgid "The text in which the end partial words are to be determined."
msgstr "Die teks waarin die slot- gedeeltelike woorde bepaal moet word."
-#: scfuncs.hrc:3977
+#: sc/inc/scfuncs.hrc:3977
msgctxt "SC_OPCODE_RIGHTB"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3978
+#: sc/inc/scfuncs.hrc:3978
msgctxt "SC_OPCODE_RIGHTB"
msgid "The number of characters for the end text."
msgstr "Die getal karakters vir die slotteks."
-#: scfuncs.hrc:3983
+#: sc/inc/scfuncs.hrc:3983
#, fuzzy
msgctxt "SC_OPCODE_LEFTB"
msgid "Returns the first character or characters of a text,with DBCS"
msgstr "Lewer die eerste karakter of karakters van 'n teks."
-#: scfuncs.hrc:3984
+#: sc/inc/scfuncs.hrc:3984
msgctxt "SC_OPCODE_LEFTB"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3985
+#: sc/inc/scfuncs.hrc:3985
msgctxt "SC_OPCODE_LEFTB"
msgid "The text where the initial partial words are to be determined."
msgstr "Die teks waarin die aanvangs- gedeeltelike woorde bepaal moet word."
-#: scfuncs.hrc:3986
+#: sc/inc/scfuncs.hrc:3986
msgctxt "SC_OPCODE_LEFTB"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3987
+#: sc/inc/scfuncs.hrc:3987
msgctxt "SC_OPCODE_LEFTB"
msgid "The number of characters for the start text."
msgstr "Die getal karakters vir die aanvangsteks."
-#: scfuncs.hrc:3992
+#: sc/inc/scfuncs.hrc:3992
#, fuzzy
msgctxt "SC_OPCODE_MIDB"
msgid "Returns a partial text string of a text, with DBCS"
msgstr "Lewer 'n gedeeltelike teksstring van 'n teks op."
-#: scfuncs.hrc:3993
+#: sc/inc/scfuncs.hrc:3993
msgctxt "SC_OPCODE_MIDB"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:3994
+#: sc/inc/scfuncs.hrc:3994
msgctxt "SC_OPCODE_MIDB"
msgid "The text in which partial words are to be determined."
msgstr "Die teks waarin die gedeeltelike woorde bepaal moet word."
-#: scfuncs.hrc:3995
+#: sc/inc/scfuncs.hrc:3995
msgctxt "SC_OPCODE_MIDB"
msgid "Start"
msgstr "Begin"
-#: scfuncs.hrc:3996
+#: sc/inc/scfuncs.hrc:3996
msgctxt "SC_OPCODE_MIDB"
msgid "The position from which the part word is to be determined."
msgstr "Die ligging van waar die gedeeltelike woord bepaal moet word."
-#: scfuncs.hrc:3997
+#: sc/inc/scfuncs.hrc:3997
msgctxt "SC_OPCODE_MIDB"
msgid "Number"
msgstr "Nommer"
-#: scfuncs.hrc:3998
+#: sc/inc/scfuncs.hrc:3998
msgctxt "SC_OPCODE_MIDB"
msgid "The number of characters for the text."
msgstr "Die getal karakters vir die teks."
-#: scfuncs.hrc:4003
+#: sc/inc/scfuncs.hrc:4003
msgctxt "SC_OPCODE_FILTERXML"
msgid "Apply an XPath expression to an XML document"
msgstr ""
-#: scfuncs.hrc:4004
+#: sc/inc/scfuncs.hrc:4004
#, fuzzy
msgctxt "SC_OPCODE_FILTERXML"
msgid "XML Document"
msgstr "HTML-dokument"
-#: scfuncs.hrc:4005
+#: sc/inc/scfuncs.hrc:4005
msgctxt "SC_OPCODE_FILTERXML"
msgid "String containing a valid XML stream"
msgstr ""
-#: scfuncs.hrc:4006
+#: sc/inc/scfuncs.hrc:4006
msgctxt "SC_OPCODE_FILTERXML"
msgid "XPath expression"
msgstr ""
-#: scfuncs.hrc:4007
+#: sc/inc/scfuncs.hrc:4007
msgctxt "SC_OPCODE_FILTERXML"
msgid "String containing a valid XPath expression"
msgstr ""
-#: scfuncs.hrc:4012
+#: sc/inc/scfuncs.hrc:4012
msgctxt "SC_OPCODE_COLOR"
msgid "Returns an implementation defined value representing a RGBA color"
msgstr ""
-#: scfuncs.hrc:4013
+#: sc/inc/scfuncs.hrc:4013
msgctxt "SC_OPCODE_COLOR"
msgid "Red"
msgstr "Rooi"
-#: scfuncs.hrc:4014
+#: sc/inc/scfuncs.hrc:4014
msgctxt "SC_OPCODE_COLOR"
msgid "Value of red"
msgstr ""
-#: scfuncs.hrc:4015
+#: sc/inc/scfuncs.hrc:4015
msgctxt "SC_OPCODE_COLOR"
msgid "Green"
msgstr "Groen"
-#: scfuncs.hrc:4016
+#: sc/inc/scfuncs.hrc:4016
msgctxt "SC_OPCODE_COLOR"
msgid "Value of green"
msgstr ""
-#: scfuncs.hrc:4017
+#: sc/inc/scfuncs.hrc:4017
msgctxt "SC_OPCODE_COLOR"
msgid "Blue"
msgstr "Blou"
-#: scfuncs.hrc:4018
+#: sc/inc/scfuncs.hrc:4018
msgctxt "SC_OPCODE_COLOR"
msgid "Value of blue"
msgstr ""
-#: scfuncs.hrc:4019
+#: sc/inc/scfuncs.hrc:4019
msgctxt "SC_OPCODE_COLOR"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:4020
+#: sc/inc/scfuncs.hrc:4020
msgctxt "SC_OPCODE_COLOR"
msgid "Value of alpha"
msgstr ""
-#: scfuncs.hrc:4025
+#: sc/inc/scfuncs.hrc:4025
msgctxt "SC_OPCODE_WEBSERVICE"
msgid "Get some webcontent from an URI."
msgstr ""
-#: scfuncs.hrc:4026
+#: sc/inc/scfuncs.hrc:4026
msgctxt "SC_OPCODE_WEBSERVICE"
msgid "URI"
msgstr ""
-#: scfuncs.hrc:4027
+#: sc/inc/scfuncs.hrc:4027
msgctxt "SC_OPCODE_WEBSERVICE"
msgid "URI of the webservice"
msgstr ""
-#: scfuncs.hrc:4032
+#: sc/inc/scfuncs.hrc:4032
msgctxt "SC_OPCODE_ENCODEURL"
msgid "Return a URL-encoded string."
msgstr ""
-#: scfuncs.hrc:4033
+#: sc/inc/scfuncs.hrc:4033
msgctxt "SC_OPCODE_ENCODEURL"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:4034
+#: sc/inc/scfuncs.hrc:4034
msgctxt "SC_OPCODE_ENCODEURL"
msgid "A string to be URL-encoded"
msgstr ""
-#: scfuncs.hrc:4039
+#: sc/inc/scfuncs.hrc:4039
#, fuzzy
msgctxt "SC_OPCODE_ERF_MS"
msgid "Returns the error function."
msgstr "Die foutfunksie word teruggekeer"
-#: scfuncs.hrc:4040
+#: sc/inc/scfuncs.hrc:4040
msgctxt "SC_OPCODE_ERF_MS"
msgid "Lower limit"
msgstr "Onderste limiet"
-#: scfuncs.hrc:4041
+#: sc/inc/scfuncs.hrc:4041
msgctxt "SC_OPCODE_ERF_MS"
msgid "The lower limit for integration"
msgstr "Die onderste grens vir integrasie"
-#: scfuncs.hrc:4046
+#: sc/inc/scfuncs.hrc:4046
#, fuzzy
msgctxt "SC_OPCODE_ERFC_MS"
msgid "Returns the complementary error function."
msgstr "Die komplementêre foutfunksie word teruggekeer"
-#: scfuncs.hrc:4047
+#: sc/inc/scfuncs.hrc:4047
msgctxt "SC_OPCODE_ERFC_MS"
msgid "Lower limit"
msgstr "Onderste limiet"
-#: scfuncs.hrc:4048
+#: sc/inc/scfuncs.hrc:4048
msgctxt "SC_OPCODE_ERFC_MS"
msgid "The lower limit for integration"
msgstr "Die onderste grens vir integrasie"
-#: scfuncs.hrc:4053
+#: sc/inc/scfuncs.hrc:4053
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Returns the subtraction of numbers. Like a-b-c but without eliminating small roundoff errors."
msgstr ""
-#: scfuncs.hrc:4054
+#: sc/inc/scfuncs.hrc:4054
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Minuend"
msgstr ""
-#: scfuncs.hrc:4055
+#: sc/inc/scfuncs.hrc:4055
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Number from which following arguments are subtracted."
msgstr ""
-#: scfuncs.hrc:4056
+#: sc/inc/scfuncs.hrc:4056
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Subtrahend "
msgstr ""
-#: scfuncs.hrc:4057
+#: sc/inc/scfuncs.hrc:4057
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Subtrahend 1, subtrahend 2, ... are numerical arguments subtracted from the minuend."
msgstr ""
-#: scfuncs.hrc:4063
+#: sc/inc/scfuncs.hrc:4063
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "Rounds a number to predefined significant digits."
msgstr ""
-#: scfuncs.hrc:4064
+#: sc/inc/scfuncs.hrc:4064
#, fuzzy
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "Value"
msgstr "Waardes"
-#: scfuncs.hrc:4065
+#: sc/inc/scfuncs.hrc:4065
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "The number to be rounded."
msgstr "Die getal wat afgerond moet word."
-#: scfuncs.hrc:4066
+#: sc/inc/scfuncs.hrc:4066
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "Digits"
msgstr ""
-#: scfuncs.hrc:4067
+#: sc/inc/scfuncs.hrc:4067
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "The number of significant digits to which value is to be rounded."
msgstr ""
-#: scfuncs.hrc:4072
+#: sc/inc/scfuncs.hrc:4072
#, fuzzy
msgctxt "SC_OPCODE_REPLACEB"
msgid "Replaces characters within a text string with a different text string, with DBCS."
msgstr "Vervang karakters binne 'n teksstring met 'n ander teksstring."
-#: scfuncs.hrc:4073
+#: sc/inc/scfuncs.hrc:4073
msgctxt "SC_OPCODE_REPLACEB"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:4074
+#: sc/inc/scfuncs.hrc:4074
msgctxt "SC_OPCODE_REPLACEB"
msgid "The text in which some characters are to be replaced."
msgstr "Die teks waarin sommige karakters vervang moet word."
-#: scfuncs.hrc:4075
+#: sc/inc/scfuncs.hrc:4075
msgctxt "SC_OPCODE_REPLACEB"
msgid "Position"
msgstr "Posisie"
-#: scfuncs.hrc:4076
+#: sc/inc/scfuncs.hrc:4076
msgctxt "SC_OPCODE_REPLACEB"
msgid "The character position from which text is to be replaced."
msgstr "Die karakterligging waarin teks vervang moet word."
-#: scfuncs.hrc:4077
+#: sc/inc/scfuncs.hrc:4077
msgctxt "SC_OPCODE_REPLACEB"
msgid "Length"
msgstr "Lengte"
-#: scfuncs.hrc:4078
+#: sc/inc/scfuncs.hrc:4078
msgctxt "SC_OPCODE_REPLACEB"
msgid "The number of characters to be replaced."
msgstr "Die getal karakters wat vervang moet word."
-#: scfuncs.hrc:4079
+#: sc/inc/scfuncs.hrc:4079
#, fuzzy
msgctxt "SC_OPCODE_REPLACEB"
msgid "New text"
msgstr "nuwe teks"
-#: scfuncs.hrc:4080
+#: sc/inc/scfuncs.hrc:4080
msgctxt "SC_OPCODE_REPLACEB"
msgid "The text to be inserted."
msgstr "Die teks wat ingevoeg moet word."
-#: scfuncs.hrc:4086
+#: sc/inc/scfuncs.hrc:4086
msgctxt "SC_OPCODE_FINDB"
msgid "Looks for a string of text within another (case sensitive), using byte positions."
msgstr ""
-#: scfuncs.hrc:4087
+#: sc/inc/scfuncs.hrc:4087
#, fuzzy
msgctxt "SC_OPCODE_FINDB"
msgid "Find text"
msgstr "vind_teks"
-#: scfuncs.hrc:4088
+#: sc/inc/scfuncs.hrc:4088
msgctxt "SC_OPCODE_FINDB"
msgid "The text to be found."
msgstr "Die teks wat gevind moet word."
-#: scfuncs.hrc:4089
+#: sc/inc/scfuncs.hrc:4089
msgctxt "SC_OPCODE_FINDB"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:4090
+#: sc/inc/scfuncs.hrc:4090
msgctxt "SC_OPCODE_FINDB"
msgid "The text in which a search is to be made."
msgstr "Die teks waarin gesoek moet word."
-#: scfuncs.hrc:4091
+#: sc/inc/scfuncs.hrc:4091
msgctxt "SC_OPCODE_FINDB"
msgid "Position"
msgstr "Posisie"
-#: scfuncs.hrc:4092
+#: sc/inc/scfuncs.hrc:4092
msgctxt "SC_OPCODE_FINDB"
msgid "The position in the text from which the search starts."
msgstr "Die ligging in die teks van waar die soektog begin."
-#: scfuncs.hrc:4098
+#: sc/inc/scfuncs.hrc:4098
msgctxt "SC_OPCODE_SEARCHB"
msgid "Looks for a string of text within another (not case sensitive), using byte positions."
msgstr ""
-#: scfuncs.hrc:4099
+#: sc/inc/scfuncs.hrc:4099
#, fuzzy
msgctxt "SC_OPCODE_SEARCHB"
msgid "Find text"
msgstr "vind_teks"
-#: scfuncs.hrc:4100
+#: sc/inc/scfuncs.hrc:4100
msgctxt "SC_OPCODE_SEARCHB"
msgid "The text to be found."
msgstr "Die teks wat gevind moet word."
-#: scfuncs.hrc:4101
+#: sc/inc/scfuncs.hrc:4101
msgctxt "SC_OPCODE_SEARCHB"
msgid "Text"
msgstr "Teks"
-#: scfuncs.hrc:4102
+#: sc/inc/scfuncs.hrc:4102
msgctxt "SC_OPCODE_SEARCHB"
msgid "The text in which a search is to be made."
msgstr "Die teks waarin gesoek moet word."
-#: scfuncs.hrc:4103
+#: sc/inc/scfuncs.hrc:4103
msgctxt "SC_OPCODE_SEARCHB"
msgid "Position"
msgstr "Posisie"
-#: scfuncs.hrc:4104
+#: sc/inc/scfuncs.hrc:4104
msgctxt "SC_OPCODE_SEARCHB"
msgid "The position in the text from which the search starts."
msgstr "Die ligging in die teks van waar die soektog begin."
-#: scstyles.hrc:29
+#: sc/inc/scstyles.hrc:29
#, fuzzy
msgctxt "RID_CELLSTYLEFAMILY"
msgid "All Styles"
msgstr "Selstyle"
-#: scstyles.hrc:30
+#: sc/inc/scstyles.hrc:30
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Hidden Styles"
msgstr ""
-#: scstyles.hrc:31
+#: sc/inc/scstyles.hrc:31
#, fuzzy
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Applied Styles"
msgstr "Toegepaste style"
-#: scstyles.hrc:32
+#: sc/inc/scstyles.hrc:32
#, fuzzy
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Custom Styles"
msgstr "Doelgemaakte style"
-#: scstyles.hrc:38
+#: sc/inc/scstyles.hrc:38
#, fuzzy
msgctxt "RID_PAGESTYLEFAMILY"
msgid "All Styles"
msgstr "Selstyle"
-#: scstyles.hrc:39
+#: sc/inc/scstyles.hrc:39
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Hidden Styles"
msgstr ""
-#: scstyles.hrc:40
+#: sc/inc/scstyles.hrc:40
#, fuzzy
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Custom Styles"
msgstr "Doelgemaakte style"
#. Strings for interface names -------------------------------------------
-#: strings.hrc:27
+#: sc/inc/strings.hrc:27
+msgctxt "SCSTR_LONG_SCDOC_NAME"
+msgid "%PRODUCTNAME Spreadsheet format (calc6)"
+msgstr ""
+
+#: sc/inc/strings.hrc:28
msgctxt "SCSTR_LONG_SCDOC_NAME"
msgid "%PRODUCTNAME %PRODUCTVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTVERSION-sigblad"
-#: strings.hrc:28
+#: sc/inc/strings.hrc:29
msgctxt "SCSTR_SHORT_SCDOC_NAME"
msgid "Spreadsheet"
msgstr "Sigblad"
-#: strings.hrc:29
+#: sc/inc/strings.hrc:30
msgctxt "SCSTR_UNDEFINED"
msgid "- undefined -"
msgstr "- ongedefinieer -"
-#: strings.hrc:30
+#: sc/inc/strings.hrc:31
msgctxt "SCSTR_NONE"
msgid "- none -"
msgstr "- geen -"
-#: strings.hrc:31
+#: sc/inc/strings.hrc:32
msgctxt "SCSTR_ALL"
msgid "- all -"
msgstr "- alle -"
-#: strings.hrc:32
+#: sc/inc/strings.hrc:33
msgctxt "SCSTR_MULTIPLE"
msgid "- multiple -"
msgstr ""
-#: strings.hrc:33
+#: sc/inc/strings.hrc:34
msgctxt "SCSTR_STDFILTER"
msgid "Standard Filter..."
msgstr "Standaard filter..."
-#: strings.hrc:34
+#: sc/inc/strings.hrc:35
msgctxt "SCSTR_TOP10FILTER"
msgid "Top 10"
msgstr "Boonste 10"
-#: strings.hrc:35
+#: sc/inc/strings.hrc:36
msgctxt "SCSTR_FILTER_EMPTY"
msgid "Empty"
msgstr ""
-#: strings.hrc:36
+#: sc/inc/strings.hrc:37
msgctxt "SCSTR_FILTER_NOTEMPTY"
msgid "Not Empty"
msgstr ""
-#: strings.hrc:37
+#: sc/inc/strings.hrc:38
#, fuzzy
msgctxt "SCSTR_NONAME"
msgid "unnamed"
msgstr "onbenoem"
#. "%1 is replaced to column letter, such as 'Column A'"
-#: strings.hrc:39
+#: sc/inc/strings.hrc:40
msgctxt "SCSTR_COLUMN"
msgid "Column %1"
msgstr "Kolom %1"
#. "%1 is replaced to row number, such as 'Row 1'"
-#: strings.hrc:41
+#: sc/inc/strings.hrc:42
msgctxt "SCSTR_ROW"
msgid "Row %1"
msgstr ""
-#: strings.hrc:42
+#: sc/inc/strings.hrc:43
msgctxt "SCSTR_TABLE"
msgid "Sheet"
msgstr "Vel"
-#: strings.hrc:43
+#: sc/inc/strings.hrc:44
msgctxt "SCSTR_NAME"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:44
+#: sc/inc/strings.hrc:45
msgctxt "SCSTR_APDTABLE"
msgid "Append Sheet"
msgstr "Heg vel aan"
-#: strings.hrc:45
+#: sc/inc/strings.hrc:46
msgctxt "SCSTR_RENAMETAB"
msgid "Rename Sheet"
msgstr "Hernoem vel"
-#: strings.hrc:46
+#: sc/inc/strings.hrc:47
msgctxt "SCSTR_SET_TAB_BG_COLOR"
msgid "Tab Color"
msgstr ""
-#: strings.hrc:47
+#: sc/inc/strings.hrc:48
#, fuzzy
msgctxt "SCSTR_NO_TAB_BG_COLOR"
msgid "Default"
msgstr "~Verstek"
-#: strings.hrc:48
+#: sc/inc/strings.hrc:49
msgctxt "SCSTR_RENAMEOBJECT"
msgid "Name Object"
msgstr "Benoem objek"
-#: strings.hrc:49
+#: sc/inc/strings.hrc:50
#, fuzzy
msgctxt "STR_INSERTGRAPHIC"
msgid "Insert Image"
msgstr "Voeg bladsy in"
-#: strings.hrc:50
+#: sc/inc/strings.hrc:51
+msgctxt "STR_QUERYROTATION"
+msgid "This image is rotated. Would you like to rotate it into standard orientation?"
+msgstr ""
+
+#: sc/inc/strings.hrc:52
msgctxt "SCSTR_TOTAL"
msgid "%1 results found"
msgstr ""
-#: strings.hrc:51
+#: sc/inc/strings.hrc:53
msgctxt "SCSTR_SKIPPED"
msgid "(only %1 are listed)"
msgstr ""
#. Attribute
-#: strings.hrc:53
+#: sc/inc/strings.hrc:55
msgctxt "SCSTR_PROTECTDOC"
msgid "Protect Document"
msgstr "Beskerm dokument"
-#: strings.hrc:54
+#: sc/inc/strings.hrc:56
msgctxt "SCSTR_UNPROTECTDOC"
msgid "Unprotect document"
msgstr "Ontbeskerm dokument"
-#: strings.hrc:55
+#: sc/inc/strings.hrc:57
msgctxt "SCSTR_UNPROTECTTAB"
msgid "Unprotect sheet"
msgstr "Ontbeskerm vel"
-#: strings.hrc:56
+#: sc/inc/strings.hrc:58
msgctxt "SCSTR_CHG_PROTECT"
msgid "Protect Records"
msgstr "Beskerm rekords"
-#: strings.hrc:57
+#: sc/inc/strings.hrc:59
msgctxt "SCSTR_CHG_UNPROTECT"
msgid "Unprotect Records"
msgstr "Ontbeskerm rekords"
-#: strings.hrc:58
+#: sc/inc/strings.hrc:60
msgctxt "SCSTR_PASSWORD"
msgid "Password:"
msgstr "Wagwoord:"
-#: strings.hrc:59
+#: sc/inc/strings.hrc:61
msgctxt "SCSTR_PASSWORDOPT"
msgid "Password (optional):"
msgstr "Wagwoord (opsioneel):"
-#: strings.hrc:60
+#: sc/inc/strings.hrc:62
msgctxt "SCSTR_WRONGPASSWORD"
msgid "Incorrect Password"
msgstr "Verkeerde wagwoord"
-#: strings.hrc:61
+#: sc/inc/strings.hrc:63
msgctxt "SCSTR_END"
msgid "~End"
msgstr "~Einde"
-#: strings.hrc:62
+#: sc/inc/strings.hrc:64
msgctxt "SCSTR_UNKNOWN"
msgid "Unknown"
msgstr "Onbekend"
-#: strings.hrc:63
+#: sc/inc/strings.hrc:65
msgctxt "SCSTR_VALID_MINIMUM"
msgid "~Minimum"
msgstr "~Minimum"
-#: strings.hrc:64
+#: sc/inc/strings.hrc:66
msgctxt "SCSTR_VALID_MAXIMUM"
msgid "~Maximum"
msgstr "~Maksimum"
-#: strings.hrc:65
+#: sc/inc/strings.hrc:67
msgctxt "SCSTR_VALID_VALUE"
msgid "~Value"
msgstr "~Waarde"
-#: strings.hrc:66
+#: sc/inc/strings.hrc:68
msgctxt "SCSTR_VALID_RANGE"
msgid "~Source"
msgstr "~Bron"
-#: strings.hrc:67
+#: sc/inc/strings.hrc:69
msgctxt "SCSTR_VALID_LIST"
msgid "~Entries"
msgstr "~Inskrywings"
#. for dialogues:
-#: strings.hrc:69
+#: sc/inc/strings.hrc:71
msgctxt "SCSTR_CHARSET_USER"
msgid "System"
msgstr "Stelsel"
-#: strings.hrc:70
+#: sc/inc/strings.hrc:72
msgctxt "SCSTR_COLUMN_USER"
msgid "Standard;Text;Date (DMY);Date (MDY);Date (YMD);US English;Hide"
msgstr "Standaard;Teks;Datum (DMJ);Datum (MDJ);Datum (JMD);VS Engels;Versteek"
-#: strings.hrc:71
+#: sc/inc/strings.hrc:73
#, fuzzy
msgctxt "SCSTR_FIELDSEP_TAB"
msgid "Tab"
msgstr "Keep"
-#: strings.hrc:72
+#: sc/inc/strings.hrc:74
#, fuzzy
msgctxt "SCSTR_FIELDSEP_SPACE"
msgid "space"
msgstr "Ruimte"
-#: strings.hrc:73
+#: sc/inc/strings.hrc:75
msgctxt "SCSTR_FORMULA_AUTOCORRECTION"
msgid ""
"%PRODUCTNAME Calc found an error in the formula entered.\n"
@@ -14167,1528 +14132,1546 @@ msgstr ""
"Wil u die korreksie soos hier onder aanbeveel, aanvaar?\n"
"\n"
-#: strings.hrc:74
+#: sc/inc/strings.hrc:76
msgctxt "SCSTR_UNDO_GRAFFILTER"
msgid "Image Filter"
msgstr ""
-#: strings.hrc:75
+#: sc/inc/strings.hrc:77
msgctxt "STR_CAPTION_DEFAULT_TEXT"
msgid "Text"
msgstr "Teks"
#. Select tables dialog title
-#: strings.hrc:77
+#: sc/inc/strings.hrc:79
msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "Kies velle"
#. Select tables dialog listbox
-#: strings.hrc:79
+#: sc/inc/strings.hrc:81
#, fuzzy
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "Gemerkte velle"
-#: strings.hrc:80
-msgctxt "STR_REPLCELLSWARN"
-msgid ""
-"You are pasting data into cells that already contain data.\n"
-"Do you really want to overwrite the existing data?"
-msgstr ""
-"U plak tans data in selle wat reeds data bevat.\n"
-"Wil u regtig die bestaande data oorskryf?"
-
-#: strings.hrc:81
+#: sc/inc/strings.hrc:82
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "Liniaal"
-#: strings.hrc:82
+#: sc/inc/strings.hrc:83
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "Hierdie liniaal bestuur objekte op vaste posisies."
-#: strings.hrc:83
+#: sc/inc/strings.hrc:84
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "Voorskou"
-#: strings.hrc:84
+#: sc/inc/strings.hrc:85
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "Hierdie vel vertoon hoe die data in die dokument georden sal word."
-#: strings.hrc:85
+#: sc/inc/strings.hrc:86
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "Dokumentaansig"
-#: strings.hrc:86
+#: sc/inc/strings.hrc:87
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "Vel %1"
-#: strings.hrc:87
+#: sc/inc/strings.hrc:88
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "Sel %1"
-#: strings.hrc:88
+#: sc/inc/strings.hrc:89
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "Linkerarea"
-#: strings.hrc:89
+#: sc/inc/strings.hrc:90
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "Bladsyvoorskou"
-#: strings.hrc:90
+#: sc/inc/strings.hrc:91
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "Middelarea"
-#: strings.hrc:91
+#: sc/inc/strings.hrc:92
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "Regterarea"
-#: strings.hrc:92
+#: sc/inc/strings.hrc:93
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "Kop van bladsy %1"
-#: strings.hrc:93
+#: sc/inc/strings.hrc:94
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "Voet van bladsy %1"
-#: strings.hrc:94
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "Toevoerreël"
-#: strings.hrc:95
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "Dit is waar u teks, syfers of formules intik of redigeer."
-#: strings.hrc:96
+#: sc/inc/strings.hrc:97
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "Media-terugspeel"
-#: strings.hrc:97
+#: sc/inc/strings.hrc:98
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "Muisknoppie gedruk"
-#: strings.hrc:98
+#: sc/inc/strings.hrc:99
#, fuzzy
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "~Formulebalk"
-#: strings.hrc:99
+#: sc/inc/strings.hrc:100
#, fuzzy
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME-sigblad"
-#: strings.hrc:100
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(leesalleen)"
-#: strings.hrc:101
+#: sc/inc/strings.hrc:102
#, fuzzy
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "Voor~skoumodus"
-#: strings.hrc:102
+#: sc/inc/strings.hrc:103
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages"
msgstr "Bladsye"
-#: strings.hrc:103
+#: sc/inc/strings.hrc:104
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr ""
-#: strings.hrc:104
+#: sc/inc/strings.hrc:105
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRNTCONTENT"
msgid "Print content"
msgstr "Druk inhoud"
-#: strings.hrc:105
+#: sc/inc/strings.hrc:106
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "~All sheets"
msgstr ""
-#: strings.hrc:106
+#: sc/inc/strings.hrc:107
#, fuzzy
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "~Selected sheets"
msgstr "Gemerkte velle"
-#: strings.hrc:107
+#: sc/inc/strings.hrc:108
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Selected cells"
msgstr "Geselekteerde selle"
-#: strings.hrc:108
+#: sc/inc/strings.hrc:109
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which print"
msgstr ""
-#: strings.hrc:109
+#: sc/inc/strings.hrc:110
#, fuzzy
msgctxt "SCSTR_PRINTOPT_ALLPAGES"
msgid "All ~pages"
msgstr "Alle bladsye"
-#: strings.hrc:110
+#: sc/inc/strings.hrc:111
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PAGES_"
msgid "Pa~ges"
msgstr "Bladsye"
-#: strings.hrc:111
+#: sc/inc/strings.hrc:112
#, fuzzy
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME Calc"
-#: strings.hrc:112
+#: sc/inc/strings.hrc:113
msgctxt "SCSTR_WARN_ME_IN_FUTURE_CHECK"
msgid "Warn me about this in the future."
msgstr ""
-#: strings.hrc:113
+#: sc/inc/strings.hrc:114
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr ""
-#: strings.hrc:114
+#: sc/inc/strings.hrc:115
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr ""
-#: strings.hrc:115
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr ""
-#: strings.hrc:116
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr ""
-#: strings.hrc:117
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr ""
-#: strings.hrc:118
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr ""
-#: strings.hrc:119
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "Reikwydte bevat kolomet~ikette"
-#: strings.hrc:120
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "Reikwydte bevat ~ryetikette"
-#: strings.hrc:121
+#: sc/inc/strings.hrc:122
#, fuzzy
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "Ongeldige waarde."
-#: strings.hrc:122
+#: sc/inc/strings.hrc:123
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr ""
-#: strings.hrc:123
+#: sc/inc/strings.hrc:124
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr ""
-#: strings.hrc:124
+#: sc/inc/strings.hrc:125
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr ""
-#: strings.hrc:125
+#: sc/inc/strings.hrc:126
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr ""
-#: strings.hrc:126
+#: sc/inc/strings.hrc:127
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr ""
-#: strings.hrc:127
+#: sc/inc/strings.hrc:128
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr ""
-#: strings.hrc:128
+#: sc/inc/strings.hrc:129
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Voeg Outoformateer by"
-#: strings.hrc:129
+#: sc/inc/strings.hrc:130
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Hernoem Outoformateer"
-#: strings.hrc:130
+#: sc/inc/strings.hrc:131
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:131
+#: sc/inc/strings.hrc:132
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Skrap OutoFormaat"
-#: strings.hrc:132
+#: sc/inc/strings.hrc:133
#, fuzzy
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "Wil u werklik die inskrywing # skrap?"
-#: strings.hrc:133
+#: sc/inc/strings.hrc:134
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Sluit"
-#: strings.hrc:134
+#: sc/inc/strings.hrc:135
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Jan"
-#: strings.hrc:135
+#: sc/inc/strings.hrc:136
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb"
-#: strings.hrc:136
+#: sc/inc/strings.hrc:137
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mrt"
-#: strings.hrc:137
+#: sc/inc/strings.hrc:138
msgctxt "STR_NORTH"
msgid "North"
msgstr "Noord"
-#: strings.hrc:138
+#: sc/inc/strings.hrc:139
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mid"
-#: strings.hrc:139
+#: sc/inc/strings.hrc:140
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Suid"
-#: strings.hrc:140
+#: sc/inc/strings.hrc:141
msgctxt "STR_SUM"
msgid "Total"
msgstr "Totaal"
-#: strings.hrc:141
+#: sc/inc/strings.hrc:142
msgctxt "STR_SHEET"
msgid "Sheet"
msgstr "Vel"
-#: strings.hrc:142
+#: sc/inc/strings.hrc:143
#, fuzzy
msgctxt "STR_CELL"
msgid "Cell"
msgstr "Selle"
-#: strings.hrc:143
+#: sc/inc/strings.hrc:144
msgctxt "STR_CONTENT"
msgid "Content"
msgstr "Inhoud"
-#: strings.hrc:144
+#: sc/inc/strings.hrc:145
#, fuzzy
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "Verander anker"
-#: strings.hrc:145
+#: sc/inc/strings.hrc:146
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr ""
-#: strings.hrc:146
+#: sc/inc/strings.hrc:147
#, fuzzy
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "Voorwaarde"
#. content description strings are also use d in ScLinkTargetsObj
-#: strings.hrc:149
+#: sc/inc/strings.hrc:150
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "Inhoud"
-#: strings.hrc:150
+#: sc/inc/strings.hrc:151
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "Velle"
-#: strings.hrc:151
+#: sc/inc/strings.hrc:152
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "Omvangname"
-#: strings.hrc:152
+#: sc/inc/strings.hrc:153
#, fuzzy
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "Databasisomvangs"
-#: strings.hrc:153
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "Beelde"
-#: strings.hrc:154
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "OLE-objekte"
-#: strings.hrc:155
+#: sc/inc/strings.hrc:156
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "Opmerkings"
-#: strings.hrc:156
+#: sc/inc/strings.hrc:157
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "Geskakelde areas"
-#: strings.hrc:157
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "Tekenobjekte"
-#: strings.hrc:158
+#: sc/inc/strings.hrc:159
#, fuzzy
msgctxt "SCSTR_DRAGMODE"
msgid "Drag Mode"
msgstr "Sleepmodus"
-#: strings.hrc:159
+#: sc/inc/strings.hrc:160
#, fuzzy
msgctxt "SCSTR_DISPLAY"
msgid "Display"
msgstr "Vertoon"
-#: strings.hrc:160
+#: sc/inc/strings.hrc:161
#, fuzzy
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "aktief"
-#: strings.hrc:161
+#: sc/inc/strings.hrc:162
#, fuzzy
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "onaktief"
-#: strings.hrc:162
+#: sc/inc/strings.hrc:163
#, fuzzy
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "versteek"
-#: strings.hrc:163
+#: sc/inc/strings.hrc:164
#, fuzzy
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "Aktiewe venster"
-#: strings.hrc:164
+#: sc/inc/strings.hrc:165
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "Scenarionaam"
-#: strings.hrc:165
+#: sc/inc/strings.hrc:166
#, fuzzy
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "Opmerkings"
-#: strings.hrc:167
+#: sc/inc/strings.hrc:168
+msgctxt "STR_MENU_AUTOFILTER"
+msgid "AutoFilter"
+msgstr ""
+
+#: sc/inc/strings.hrc:169
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "Sorteer oplopend"
-#: strings.hrc:168
+#: sc/inc/strings.hrc:170
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "Sorteer aflopend"
-#: strings.hrc:169
+#: sc/inc/strings.hrc:171
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr ""
-#: strings.hrc:170
+#: sc/inc/strings.hrc:172
#, fuzzy
msgctxt "STR_BTN_TOGGLE_ALL"
msgid "All"
msgstr "Almal"
-#: strings.hrc:171
+#: sc/inc/strings.hrc:173
msgctxt "STR_BTN_SELECT_CURRENT"
msgid "Show only the current item."
msgstr ""
-#: strings.hrc:172
+#: sc/inc/strings.hrc:174
msgctxt "STR_BTN_UNSELECT_CURRENT"
msgid "Hide only the current item."
msgstr ""
-#: strings.hrc:173
+#: sc/inc/strings.hrc:175
msgctxt "STR_EDIT_SEARCH_ITEMS"
msgid "Search items..."
msgstr ""
-#: strings.hrc:175
+#: sc/inc/strings.hrc:177
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "Naamkas"
-#: strings.hrc:176
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "Toevoerreël"
-#: strings.hrc:177
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "Funksieslimmerd"
-#: strings.hrc:178
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "Aanvaar"
-#: strings.hrc:179
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "Kanselleer"
-#: strings.hrc:180
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Sum"
msgstr "Som"
-#: strings.hrc:181
+#: sc/inc/strings.hrc:183
#, fuzzy
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "Formules"
-#: strings.hrc:182
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr ""
-#: strings.hrc:183
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr ""
-#: strings.hrc:185
+#: sc/inc/strings.hrc:187
msgctxt "STR_TITLE_CONFLICT"
msgid "Conflict"
msgstr "Konflik"
-#: strings.hrc:186
+#: sc/inc/strings.hrc:188
msgctxt "STR_TITLE_AUTHOR"
msgid "Author"
msgstr "Outeur"
-#: strings.hrc:187
+#: sc/inc/strings.hrc:189
msgctxt "STR_TITLE_DATE"
msgid "Date"
msgstr "Datum"
-#: strings.hrc:188
+#: sc/inc/strings.hrc:190
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "Onbekende gebruiker"
-#: strings.hrc:190
+#: sc/inc/strings.hrc:192
#, fuzzy
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "Kolom ingevoeg"
-#: strings.hrc:191
+#: sc/inc/strings.hrc:193
#, fuzzy
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "Ry ingevoeg "
-#: strings.hrc:192
+#: sc/inc/strings.hrc:194
#, fuzzy
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "Blaai ingevoeg "
-#: strings.hrc:193
+#: sc/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "Kolom geskrap"
-#: strings.hrc:194
+#: sc/inc/strings.hrc:196
#, fuzzy
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "Ry geskrap"
-#: strings.hrc:195
+#: sc/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "Blaai geskrap"
-#: strings.hrc:196
+#: sc/inc/strings.hrc:198
#, fuzzy
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "Reikwydte geskuif"
-#: strings.hrc:197
+#: sc/inc/strings.hrc:199
#, fuzzy
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "Veranderde inhoud"
-#: strings.hrc:198
+#: sc/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "Veranderde inhoud"
-#: strings.hrc:199
+#: sc/inc/strings.hrc:201
#, fuzzy
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "Verander na "
-#: strings.hrc:200
+#: sc/inc/strings.hrc:202
#, fuzzy
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "Oorspronklik"
-#: strings.hrc:201
+#: sc/inc/strings.hrc:203
#, fuzzy
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "Wysigings uitgegooi"
-#: strings.hrc:202
+#: sc/inc/strings.hrc:204
#, fuzzy
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "Aanvaar"
-#: strings.hrc:203
+#: sc/inc/strings.hrc:205
#, fuzzy
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "Uitgegooi"
-#: strings.hrc:204
+#: sc/inc/strings.hrc:206
#, fuzzy
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "Geen toegang"
-#: strings.hrc:205
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<leeg>"
-#: strings.hrc:207
+#: sc/inc/strings.hrc:209
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "Nie beskerm nie"
-#: strings.hrc:208
+#: sc/inc/strings.hrc:210
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "Nie wagwoordbeskermd"
-#: strings.hrc:209
+#: sc/inc/strings.hrc:211
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Huts onversoenbaar"
-#: strings.hrc:210
+#: sc/inc/strings.hrc:212
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Huts versoenbaar"
-#: strings.hrc:211
+#: sc/inc/strings.hrc:213
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "Hertik"
#. MovingAverageDialog
-#: strings.hrc:214
+#: sc/inc/strings.hrc:216
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr ""
#. ExponentialSmoothingDialog
-#: strings.hrc:216
+#: sc/inc/strings.hrc:218
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr ""
#. AnalysisOfVarianceDialog
-#: strings.hrc:218
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr ""
-#: strings.hrc:219
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr ""
-#: strings.hrc:220
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr ""
-#: strings.hrc:221
+#: sc/inc/strings.hrc:223
#, fuzzy
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "Groep"
-#: strings.hrc:222
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr ""
-#: strings.hrc:223
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr ""
-#: strings.hrc:224
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr ""
-#: strings.hrc:225
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr ""
-#: strings.hrc:226
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr ""
-#: strings.hrc:227
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr ""
-#: strings.hrc:228
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr ""
-#: strings.hrc:229
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr ""
-#: strings.hrc:230
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr ""
-#: strings.hrc:231
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "Totaal"
#. CorrelationDialog
-#: strings.hrc:233
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr ""
-#: strings.hrc:234
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr ""
#. CovarianceDialog
-#: strings.hrc:236
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr ""
-#: strings.hrc:237
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr ""
#. DescriptiveStatisticsDialog
-#: strings.hrc:239
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr ""
-#: strings.hrc:240
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "Gemiddelde"
-#: strings.hrc:241
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr ""
-#: strings.hrc:242
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "Modus"
-#: strings.hrc:243
+#: sc/inc/strings.hrc:245
#, fuzzy
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "Media"
-#: strings.hrc:244
+#: sc/inc/strings.hrc:246
#, fuzzy
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "Wisselend"
-#: strings.hrc:245
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
-#: strings.hrc:246
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr ""
-#: strings.hrc:247
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr ""
-#: strings.hrc:248
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "Omvang"
-#: strings.hrc:249
+#: sc/inc/strings.hrc:251
#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "~Minimum"
-#: strings.hrc:250
+#: sc/inc/strings.hrc:252
#, fuzzy
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "~Maksimum"
-#: strings.hrc:251
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "Som"
-#: strings.hrc:252
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "Tel"
-#: strings.hrc:253
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile "
msgstr ""
-#: strings.hrc:254
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr ""
#. RandomNumberGeneratorDialog
-#: strings.hrc:256
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr ""
-#: strings.hrc:257
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr ""
-#: strings.hrc:258
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr ""
-#: strings.hrc:259
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "Normaal"
-#: strings.hrc:260
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr ""
-#: strings.hrc:261
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr ""
-#: strings.hrc:262
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr ""
-#: strings.hrc:263
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr ""
-#: strings.hrc:264
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr ""
-#: strings.hrc:265
+#: sc/inc/strings.hrc:267
#, fuzzy
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "Geometrie"
-#: strings.hrc:266
+#: sc/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "~Minimum"
-#: strings.hrc:267
+#: sc/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "~Maksimum"
-#: strings.hrc:268
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "Gemiddelde"
-#: strings.hrc:269
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr ""
-#: strings.hrc:270
+#: sc/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "Media"
-#: strings.hrc:271
+#: sc/inc/strings.hrc:273
#, fuzzy
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "sigma"
-#: strings.hrc:272
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr ""
-#: strings.hrc:273
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr ""
-#: strings.hrc:274
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr ""
#. SamplingDialog
-#: strings.hrc:276
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr ""
#. Names of dialogs
-#: strings.hrc:278
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr ""
-#: strings.hrc:279
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr ""
-#: strings.hrc:280
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr ""
-#: strings.hrc:281
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr ""
-#: strings.hrc:282
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr ""
-#: strings.hrc:283
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr ""
-#: strings.hrc:284
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr ""
-#: strings.hrc:285
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr ""
-#: strings.hrc:286
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr ""
#. Common
-#: strings.hrc:288
+#: sc/inc/strings.hrc:290
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr ""
-#: strings.hrc:289
+#: sc/inc/strings.hrc:291
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr ""
-#: strings.hrc:290
+#: sc/inc/strings.hrc:292
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "Alfa"
-#: strings.hrc:291
+#: sc/inc/strings.hrc:293
#, fuzzy
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "Wisselend"
-#: strings.hrc:292
+#: sc/inc/strings.hrc:294
#, fuzzy
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "Wisselend"
-#: strings.hrc:293
+#: sc/inc/strings.hrc:295
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr ""
-#: strings.hrc:294
+#: sc/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "Besprekings"
-#: strings.hrc:295
+#: sc/inc/strings.hrc:297
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr ""
-#: strings.hrc:296
+#: sc/inc/strings.hrc:298
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr ""
-#: strings.hrc:297
+#: sc/inc/strings.hrc:299
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr ""
-#: strings.hrc:298
+#: sc/inc/strings.hrc:300
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr ""
-#: strings.hrc:299
+#: sc/inc/strings.hrc:301
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr ""
#. RegressionDialog
-#: strings.hrc:301
+#: sc/inc/strings.hrc:303
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr ""
-#: strings.hrc:302
+#: sc/inc/strings.hrc:304
#, fuzzy
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "Logaritme"
-#: strings.hrc:303
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "Mag"
-#: strings.hrc:304
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr ""
-#: strings.hrc:305
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr ""
-#: strings.hrc:306
+#: sc/inc/strings.hrc:308
#, fuzzy
msgctxt "STR_LABEL_SLOPE"
msgid "Slope"
msgstr "Skopus"
-#: strings.hrc:307
+#: sc/inc/strings.hrc:309
#, fuzzy
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "Internet"
#. F Test
-#: strings.hrc:309
+#: sc/inc/strings.hrc:311
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr ""
-#: strings.hrc:310
+#: sc/inc/strings.hrc:312
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr ""
-#: strings.hrc:311
+#: sc/inc/strings.hrc:313
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr ""
-#: strings.hrc:312
+#: sc/inc/strings.hrc:314
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr ""
-#: strings.hrc:313
+#: sc/inc/strings.hrc:315
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr ""
-#: strings.hrc:314
+#: sc/inc/strings.hrc:316
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr ""
#. t Test
-#: strings.hrc:316
+#: sc/inc/strings.hrc:318
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr ""
-#: strings.hrc:317
+#: sc/inc/strings.hrc:319
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr ""
-#: strings.hrc:318
+#: sc/inc/strings.hrc:320
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr ""
-#: strings.hrc:319
+#: sc/inc/strings.hrc:321
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr ""
-#: strings.hrc:320
+#: sc/inc/strings.hrc:322
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr ""
-#: strings.hrc:321
+#: sc/inc/strings.hrc:323
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr ""
-#: strings.hrc:322
+#: sc/inc/strings.hrc:324
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr ""
#. Z Test
-#: strings.hrc:324
+#: sc/inc/strings.hrc:326
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr ""
-#: strings.hrc:325
+#: sc/inc/strings.hrc:327
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr ""
-#: strings.hrc:326
+#: sc/inc/strings.hrc:328
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr ""
-#: strings.hrc:327
+#: sc/inc/strings.hrc:329
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr ""
-#: strings.hrc:328
+#: sc/inc/strings.hrc:330
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr ""
-#: strings.hrc:329
+#: sc/inc/strings.hrc:331
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr ""
-#: units.hrc:27
+#. infobar for allowing links to update or not
+#: sc/inc/strings.hrc:333
+msgctxt "STR_ENABLE_CONTENT"
+msgid "Enable Content"
+msgstr ""
+
+#. Insert image dialog
+#: sc/inc/strings.hrc:335
+msgctxt "STR_ANCHOR_TO_CELL"
+msgid "To cell"
+msgstr ""
+
+#: sc/inc/strings.hrc:336
+msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
+msgid "To cell (resize with cell)"
+msgstr ""
+
+#: sc/inc/strings.hrc:337
+msgctxt "STR_ANCHOR_TO_PAGE"
+msgid "To page"
+msgstr ""
+
+#: sc/inc/units.hrc:27
msgctxt "SCSTR_UNIT"
msgid "Millimeter"
msgstr "Millimeter"
-#: units.hrc:28
+#: sc/inc/units.hrc:28
msgctxt "SCSTR_UNIT"
msgid "Centimeter"
msgstr "Sentimeter"
-#: units.hrc:29
+#: sc/inc/units.hrc:29
msgctxt "SCSTR_UNIT"
msgid "Meter"
msgstr "Meter"
-#: units.hrc:30
+#: sc/inc/units.hrc:30
msgctxt "SCSTR_UNIT"
msgid "Kilometer"
msgstr "Kilometer"
-#: units.hrc:31
+#: sc/inc/units.hrc:31
msgctxt "SCSTR_UNIT"
msgid "Inch"
msgstr "Duim"
-#: units.hrc:32
+#: sc/inc/units.hrc:32
msgctxt "SCSTR_UNIT"
msgid "Foot"
msgstr "Voet"
-#: units.hrc:33
+#: sc/inc/units.hrc:33
msgctxt "SCSTR_UNIT"
msgid "Miles"
msgstr "Myl"
-#: units.hrc:34
+#: sc/inc/units.hrc:34
msgctxt "SCSTR_UNIT"
msgid "Pica"
msgstr "Pika"
-#: units.hrc:35
+#: sc/inc/units.hrc:35
#, fuzzy
msgctxt "SCSTR_UNIT"
msgid "Point"
msgstr "Druk"
-#: advancedfilterdialog.ui:9
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:9
#, fuzzy
msgctxt "advancedfilterdialog|AdvancedFilterDialog"
msgid "Advanced Filter"
msgstr "~Gevorderde filter..."
-#: advancedfilterdialog.ui:151
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:150
msgctxt "advancedfilterdialog|label1"
msgid "Read _Filter Criteria From"
msgstr ""
-#: advancedfilterdialog.ui:192
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:191
msgctxt "advancedfilterdialog|case"
msgid "_Case sensitive"
msgstr ""
-#: advancedfilterdialog.ui:208
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:207
#, fuzzy
msgctxt "advancedfilterdialog|header"
msgid "Range c_ontains column labels"
msgstr "Reikwydte bevat kolomet~ikette"
-#: advancedfilterdialog.ui:224
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:223
msgctxt "advancedfilterdialog|regexp"
msgid "Regular _expressions"
msgstr ""
-#: advancedfilterdialog.ui:240
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:239
msgctxt "advancedfilterdialog|unique"
msgid "_No duplications"
msgstr ""
-#: advancedfilterdialog.ui:256
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:255
msgctxt "advancedfilterdialog|copyresult"
msgid "Co_py results to:"
msgstr ""
-#: advancedfilterdialog.ui:276
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:275
msgctxt "advancedfilterdialog|destpers"
msgid "_Keep filter criteria"
msgstr ""
-#: advancedfilterdialog.ui:315
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:314
msgctxt "advancedfilterdialog|lbcopyarea-atkobject"
msgid "Copy results to:"
msgstr ""
-#: advancedfilterdialog.ui:337
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:335
msgctxt "advancedfilterdialog|edcopyarea-atkobject"
msgid "Copy results to:"
msgstr ""
-#: advancedfilterdialog.ui:375
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:373
#, fuzzy
msgctxt "advancedfilterdialog|dbarealabel"
msgid "Data range:"
msgstr "Dataomvang"
-#: advancedfilterdialog.ui:388
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:386
msgctxt "advancedfilterdialog|dbarea"
msgid "dummy"
msgstr ""
-#: advancedfilterdialog.ui:408
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:406
#, fuzzy
msgctxt "advancedfilterdialog|label2"
msgid "Op_tions"
msgstr "Opsies"
-#: allheaderfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:8
msgctxt "allheaderfooterdialog|AllHeaderFooterDialog"
msgid "Headers/Footers"
msgstr ""
-#: allheaderfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:106
msgctxt "allheaderfooterdialog|headerright"
msgid "Header (right)"
msgstr ""
-#: allheaderfooterdialog.ui:128
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:128
msgctxt "allheaderfooterdialog|headerleft"
msgid "Header (left)"
msgstr ""
-#: allheaderfooterdialog.ui:151
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:151
msgctxt "allheaderfooterdialog|footerright"
msgid "Footer (right)"
msgstr ""
-#: allheaderfooterdialog.ui:174
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:174
msgctxt "allheaderfooterdialog|footerleft"
msgid "Footer (left)"
msgstr ""
-#: analysisofvariancedialog.ui:16
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:16
msgctxt "analysisofvariancedialog|AnalysisOfVarianceDialog"
msgid "Analysis of Variance (ANOVA)"
msgstr ""
-#: analysisofvariancedialog.ui:108
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:108
msgctxt "analysisofvariancedialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: analysisofvariancedialog.ui:122
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:122
msgctxt "analysisofvariancedialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: analysisofvariancedialog.ui:189
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:187
msgctxt "analysisofvariancedialog|label4"
msgid "Data"
msgstr "Data"
-#: analysisofvariancedialog.ui:224
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:222
msgctxt "analysisofvariancedialog|radio-single-factor"
msgid "Single factor"
msgstr ""
-#: analysisofvariancedialog.ui:240
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:238
msgctxt "analysisofvariancedialog|radio-two-factor"
msgid "Two factor"
msgstr ""
-#: analysisofvariancedialog.ui:262
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:260
msgctxt "analysisofvariancedialog|label3"
msgid "Type"
msgstr "Soort"
-#: analysisofvariancedialog.ui:297
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:295
#, fuzzy
msgctxt "analysisofvariancedialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Kolom"
-#: analysisofvariancedialog.ui:314
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:312
#, fuzzy
msgctxt "analysisofvariancedialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ry"
-#: analysisofvariancedialog.ui:337
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:335
#, fuzzy
msgctxt "analysisofvariancedialog|label2"
msgid "Grouped by"
msgstr "Gegroepeer volgens: "
-#: analysisofvariancedialog.ui:375
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:373
#, fuzzy
msgctxt "analysisofvariancedialog|alpha-label"
msgid "Alpha:"
msgstr "Alfa"
-#: analysisofvariancedialog.ui:389
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:386
msgctxt "analysisofvariancedialog|alpha-spin"
msgid "0,05"
msgstr ""
-#: analysisofvariancedialog.ui:404
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:401
msgctxt "analysisofvariancedialog|rows-per-sample-label"
msgid "Rows per sample:"
msgstr ""
-#: analysisofvariancedialog.ui:434
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:430
#, fuzzy
msgctxt "analysisofvariancedialog|label1"
msgid "Parameters"
msgstr "~Parameters"
-#: autoformattable.ui:9
+#: sc/uiconfig/scalc/ui/autoformattable.ui:9
msgctxt "autoformattable|AutoFormatTableDialog"
msgid "AutoFormat"
msgstr "OutoFormateer"
-#: autoformattable.ui:94
+#: sc/uiconfig/scalc/ui/autoformattable.ui:94
msgctxt "autoformattable|rename"
msgid "Rename"
msgstr "Hernoem"
-#: autoformattable.ui:186
+#: sc/uiconfig/scalc/ui/autoformattable.ui:186
msgctxt "autoformattable|label1"
msgid "Format"
msgstr "Formaat"
-#: autoformattable.ui:219
+#: sc/uiconfig/scalc/ui/autoformattable.ui:219
msgctxt "autoformattable|numformatcb"
msgid "_Number format"
msgstr ""
-#: autoformattable.ui:236
+#: sc/uiconfig/scalc/ui/autoformattable.ui:236
#, fuzzy
msgctxt "autoformattable|bordercb"
msgid "_Borders"
msgstr "Grense"
-#: autoformattable.ui:253
+#: sc/uiconfig/scalc/ui/autoformattable.ui:253
#, fuzzy
msgctxt "autoformattable|fontcb"
msgid "F_ont"
msgstr "Font"
-#: autoformattable.ui:270
+#: sc/uiconfig/scalc/ui/autoformattable.ui:270
#, fuzzy
msgctxt "autoformattable|patterncb"
msgid "_Pattern"
msgstr "Patroon"
-#: autoformattable.ui:287
+#: sc/uiconfig/scalc/ui/autoformattable.ui:287
#, fuzzy
msgctxt "autoformattable|alignmentcb"
msgid "Alignmen_t"
msgstr "Belyning"
-#: autoformattable.ui:304
+#: sc/uiconfig/scalc/ui/autoformattable.ui:304
msgctxt "autoformattable|autofitcb"
msgid "A_utoFit width and height"
msgstr ""
-#: autoformattable.ui:327
+#: sc/uiconfig/scalc/ui/autoformattable.ui:327
msgctxt "autoformattable|label2"
msgid "Formatting"
msgstr "Formatering"
-#: cellprotectionpage.ui:35
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:35
msgctxt "cellprotectionpage|checkProtected"
msgid "_Protected"
msgstr ""
-#: cellprotectionpage.ui:55
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:55
msgctxt "cellprotectionpage|checkHideFormula"
msgid "Hide _formula"
msgstr ""
-#: cellprotectionpage.ui:74
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:74
msgctxt "cellprotectionpage|checkHideAll"
msgid "Hide _all"
msgstr ""
-#: cellprotectionpage.ui:99
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:99
msgctxt "cellprotectionpage|label1"
msgid ""
"Cell protection is only effective after the current sheet has been protected.\n"
@@ -15696,8199 +15679,8310 @@ msgid ""
"Select 'Protect Sheet' from the 'Tools' menu."
msgstr ""
-#: cellprotectionpage.ui:120
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:120
msgctxt "cellprotectionpage|LabelProtection"
msgid "Protection"
msgstr "Beskerming"
-#: cellprotectionpage.ui:154
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:154
msgctxt "cellprotectionpage|checkHidePrinting"
msgid "Hide _when printing"
msgstr ""
-#: cellprotectionpage.ui:177
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:177
msgctxt "cellprotectionpage|label4"
msgid "The cells selected will be omitted when printing."
msgstr ""
-#: cellprotectionpage.ui:196
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:196
msgctxt "cellprotectionpage|label3"
msgid "Print"
msgstr "Druk"
-#: changesourcedialog.ui:8
+#: sc/uiconfig/scalc/ui/changesourcedialog.ui:8
msgctxt "changesourcedialog|ChangeSourceDialog"
msgid "Change Source Data Range"
msgstr ""
-#: changesourcedialog.ui:92
+#: sc/uiconfig/scalc/ui/changesourcedialog.ui:92
msgctxt "changesourcedialog|col"
msgid "First _column as label"
msgstr ""
-#: changesourcedialog.ui:107
+#: sc/uiconfig/scalc/ui/changesourcedialog.ui:107
msgctxt "changesourcedialog|row"
msgid "First _row as label"
msgstr ""
-#: changesourcedialog.ui:128
+#: sc/uiconfig/scalc/ui/changesourcedialog.ui:128
#, fuzzy
msgctxt "changesourcedialog|label1"
msgid "Labels"
msgstr "Etiket"
-#: chardialog.ui:8
+#: sc/uiconfig/scalc/ui/chardialog.ui:8
msgctxt "chardialog|CharDialog"
msgid "Character"
msgstr "Karakter"
-#: chardialog.ui:106
+#: sc/uiconfig/scalc/ui/chardialog.ui:106
msgctxt "chardialog|font"
msgid "Font"
msgstr "Font"
-#: chardialog.ui:128
+#: sc/uiconfig/scalc/ui/chardialog.ui:128
msgctxt "chardialog|fonteffects"
msgid "Font Effects"
msgstr ""
-#: chardialog.ui:151
+#: sc/uiconfig/scalc/ui/chardialog.ui:151
msgctxt "chardialog|position"
msgid "Position"
msgstr "Posisie"
-#: chisquaretestdialog.ui:9
+#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:11
+msgctxt "checkwarningdialog|CheckWarningDialog"
+msgid "You are pasting data into cells that already contain data."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:12
+msgctxt "checkwarningdialog|CheckWarningDialog"
+msgid "Do you really want to overwrite the existing data?"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:76
+msgctxt "checkwarningdialog|ask"
+msgid "Warn me about this in the future."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:9
msgctxt "chisquaretestdialog|ChiSquareTestDialog"
msgid "Chi Square Test"
msgstr ""
-#: chisquaretestdialog.ui:42
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:42
msgctxt "chisquaretestdialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: chisquaretestdialog.ui:81
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:80
msgctxt "chisquaretestdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: chisquaretestdialog.ui:123
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:121
msgctxt "chisquaretestdialog|label1"
msgid "Data"
msgstr "Data"
-#: chisquaretestdialog.ui:217
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:215
#, fuzzy
msgctxt "chisquaretestdialog|groupedby-columns-radio"
msgid "_Columns"
msgstr "Kolom"
-#: chisquaretestdialog.ui:233
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:231
#, fuzzy
msgctxt "chisquaretestdialog|groupedby-rows-radio"
msgid "_Rows"
msgstr "Ry"
-#: chisquaretestdialog.ui:255
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:253
#, fuzzy
msgctxt "chisquaretestdialog|label2"
msgid "Grouped by"
msgstr "Gegroepeer volgens: "
-#: colorrowdialog.ui:8
+#: sc/uiconfig/scalc/ui/colorrowdialog.ui:8
msgctxt "colorrowdialog|ColOrRowDialog"
msgid "Copy List"
msgstr ""
-#: colorrowdialog.ui:93
+#: sc/uiconfig/scalc/ui/colorrowdialog.ui:93
#, fuzzy
msgctxt "colorrowdialog|columns"
msgid "_Columns"
msgstr "Kolom"
-#: colorrowdialog.ui:111
+#: sc/uiconfig/scalc/ui/colorrowdialog.ui:111
#, fuzzy
msgctxt "colorrowdialog|rows"
msgid "_Rows"
msgstr "Ry"
-#: colorrowdialog.ui:134
+#: sc/uiconfig/scalc/ui/colorrowdialog.ui:134
msgctxt "colorrowdialog|label"
msgid "List From"
msgstr ""
-#: colwidthdialog.ui:8
+#: sc/uiconfig/scalc/ui/colwidthdialog.ui:8
msgctxt "colwidthdialog|ColWidthDialog"
msgid "Column Width"
msgstr "Kolomwydte"
-#: colwidthdialog.ui:88
+#: sc/uiconfig/scalc/ui/colwidthdialog.ui:88
msgctxt "colwidthdialog|label1"
msgid "Width"
msgstr "Wydte"
-#: colwidthdialog.ui:112
+#: sc/uiconfig/scalc/ui/colwidthdialog.ui:111
#, fuzzy
msgctxt "colwidthdialog|default"
msgid "_Default value"
msgstr "Verstek waarde"
-#: condformatmanager.ui:8
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:8
#, fuzzy
msgctxt "condformatmanager|CondFormatManager"
msgid "Manage Conditional Formatting"
msgstr "Voorwaardelike formatering"
-#: condformatmanager.ui:62
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:62
msgctxt "condformatmanager|add"
msgid "Add"
msgstr "Voeg by"
-#: condformatmanager.ui:76
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:76
msgctxt "condformatmanager|edit"
msgid "Edit..."
msgstr "Redigeer..."
-#: condformatmanager.ui:90
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:90
msgctxt "condformatmanager|remove"
msgid "Remove"
msgstr "Verwyder"
-#: condformatmanager.ui:117
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:117
#, fuzzy
msgctxt "condformatmanager|label1"
msgid "Conditional Formats"
msgstr "Voorwaardelike formatering"
-#: conditionalentry.ui:58
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:58
msgctxt "conditionalentry|type"
msgid "All Cells"
msgstr ""
-#: conditionalentry.ui:59
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:59
#, fuzzy
msgctxt "conditionalentry|type"
msgid "Cell value is"
msgstr "Selwaarde is"
-#: conditionalentry.ui:60
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:60
#, fuzzy
msgctxt "conditionalentry|type"
msgid "Formula is"
msgstr "Formule is"
-#: conditionalentry.ui:61
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:61
msgctxt "conditionalentry|type"
msgid "Date is"
msgstr ""
-#: conditionalentry.ui:72
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:72
#, fuzzy
msgctxt "conditionalentry|styleft"
msgid "Apply Style:"
msgstr "Pas styl toe"
-#: conditionalentry.ui:86
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:86
#, fuzzy
msgctxt "conditionalentry|style"
msgid "New Style..."
msgstr "~Nuwe styl..."
-#: conditionalentry.ui:97
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:97
msgctxt "conditionalentry|valueft"
msgid "Enter a value:"
msgstr ""
-#: conditionalentry.ui:162
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:162
msgctxt "conditionalentry|options"
msgid "More Options..."
msgstr ""
-#: conditionalentry.ui:175
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:175
msgctxt "conditionalentry|colscalemin"
msgid "Automatic"
msgstr "Outomaties"
-#: conditionalentry.ui:176
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:176
msgctxt "conditionalentry|colscalemin"
msgid "Min"
msgstr "Min"
-#: conditionalentry.ui:177
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:177
msgctxt "conditionalentry|colscalemin"
msgid "Max"
msgstr "Maks"
-#: conditionalentry.ui:178
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:178
msgctxt "conditionalentry|colscalemin"
msgid "Percentile"
msgstr ""
-#: conditionalentry.ui:179
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:179
#, fuzzy
msgctxt "conditionalentry|colscalemin"
msgid "Value"
msgstr "Waardes"
-#: conditionalentry.ui:180
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:180
#, fuzzy
msgctxt "conditionalentry|colscalemin"
msgid "Percent"
msgstr "Persent"
-#: conditionalentry.ui:181
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:181
#, fuzzy
msgctxt "conditionalentry|colscalemin"
msgid "Formula"
msgstr "Formules"
-#: conditionalentry.ui:193
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:193
msgctxt "conditionalentry|colscalemiddle"
msgid "Automatic"
msgstr "Outomaties"
-#: conditionalentry.ui:194
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:194
msgctxt "conditionalentry|colscalemiddle"
msgid "Min"
msgstr "Min"
-#: conditionalentry.ui:195
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:195
msgctxt "conditionalentry|colscalemiddle"
msgid "Max"
msgstr "Maks"
-#: conditionalentry.ui:196
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:196
msgctxt "conditionalentry|colscalemiddle"
msgid "Percentile"
msgstr ""
-#: conditionalentry.ui:197
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:197
#, fuzzy
msgctxt "conditionalentry|colscalemiddle"
msgid "Value"
msgstr "Waardes"
-#: conditionalentry.ui:198
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:198
#, fuzzy
msgctxt "conditionalentry|colscalemiddle"
msgid "Percent"
msgstr "Persent"
-#: conditionalentry.ui:199
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:199
#, fuzzy
msgctxt "conditionalentry|colscalemiddle"
msgid "Formula"
msgstr "Formules"
-#: conditionalentry.ui:211
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:211
msgctxt "conditionalentry|colscalemax"
msgid "Automatic"
msgstr "Outomaties"
-#: conditionalentry.ui:212
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:212
msgctxt "conditionalentry|colscalemax"
msgid "Min"
msgstr "Min"
-#: conditionalentry.ui:213
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:213
msgctxt "conditionalentry|colscalemax"
msgid "Max"
msgstr "Maks"
-#: conditionalentry.ui:214
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:214
msgctxt "conditionalentry|colscalemax"
msgid "Percentile"
msgstr ""
-#: conditionalentry.ui:215
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:215
#, fuzzy
msgctxt "conditionalentry|colscalemax"
msgid "Value"
msgstr "Waardes"
-#: conditionalentry.ui:216
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:216
#, fuzzy
msgctxt "conditionalentry|colscalemax"
msgid "Percent"
msgstr "Persent"
-#: conditionalentry.ui:217
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:217
#, fuzzy
msgctxt "conditionalentry|colscalemax"
msgid "Formula"
msgstr "Formules"
-#: conditionalentry.ui:228
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:228
msgctxt "conditionalentry|preview|tooltip_text"
msgid "Example"
msgstr "Voorbeeld"
-#: conditionalentry.ui:251
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:251
#, fuzzy
msgctxt "conditionalentry|typeis"
msgid "equal to"
msgstr "gelyk aan"
-#: conditionalentry.ui:252
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:252
#, fuzzy
msgctxt "conditionalentry|typeis"
msgid "less than"
msgstr "kleiner as"
-#: conditionalentry.ui:253
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:253
#, fuzzy
msgctxt "conditionalentry|typeis"
msgid "greater than"
msgstr "groter as"
-#: conditionalentry.ui:254
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:254
#, fuzzy
msgctxt "conditionalentry|typeis"
msgid "less than or equal to"
msgstr "minder as of gelyk aan"
-#: conditionalentry.ui:255
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:255
#, fuzzy
msgctxt "conditionalentry|typeis"
msgid "greater than or equal to"
msgstr "groter as of gelyk aan"
-#: conditionalentry.ui:256
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:256
#, fuzzy
msgctxt "conditionalentry|typeis"
msgid "not equal to"
msgstr "nie gelyk aan"
-#: conditionalentry.ui:257
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:257
#, fuzzy
msgctxt "conditionalentry|typeis"
msgid "between"
msgstr "tussen"
-#: conditionalentry.ui:258
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:258
#, fuzzy
msgctxt "conditionalentry|typeis"
msgid "not between"
msgstr "nie tussen"
-#: conditionalentry.ui:259
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:259
#, fuzzy
msgctxt "conditionalentry|typeis"
msgid "duplicate"
msgstr "Duplikaat"
-#: conditionalentry.ui:260
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:260
msgctxt "conditionalentry|typeis"
msgid "not duplicate"
msgstr ""
-#: conditionalentry.ui:261
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:261
msgctxt "conditionalentry|typeis"
msgid "top 10 elements"
msgstr ""
-#: conditionalentry.ui:262
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:262
msgctxt "conditionalentry|typeis"
msgid "bottom 10 elements"
msgstr ""
-#: conditionalentry.ui:263
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:263
msgctxt "conditionalentry|typeis"
msgid "top 10 percent"
msgstr ""
-#: conditionalentry.ui:264
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:264
msgctxt "conditionalentry|typeis"
msgid "bottom 10 percent"
msgstr ""
-#: conditionalentry.ui:265
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:265
msgctxt "conditionalentry|typeis"
msgid "above average"
msgstr ""
-#: conditionalentry.ui:266
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:266
msgctxt "conditionalentry|typeis"
msgid "below average"
msgstr ""
-#: conditionalentry.ui:267
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:267
msgctxt "conditionalentry|typeis"
msgid "above or equal average"
msgstr ""
-#: conditionalentry.ui:268
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:268
msgctxt "conditionalentry|typeis"
msgid "below or equal average"
msgstr ""
-#: conditionalentry.ui:269
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:269
msgctxt "conditionalentry|typeis"
msgid "Error"
msgstr "Fout"
-#: conditionalentry.ui:270
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:270
msgctxt "conditionalentry|typeis"
msgid "No Error"
msgstr ""
-#: conditionalentry.ui:271
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:271
#, fuzzy
msgctxt "conditionalentry|typeis"
msgid "Begins with"
msgstr "Begin met"
-#: conditionalentry.ui:272
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:272
#, fuzzy
msgctxt "conditionalentry|typeis"
msgid "Ends with"
msgstr "Eindig met"
-#: conditionalentry.ui:273
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:273
#, fuzzy
msgctxt "conditionalentry|typeis"
msgid "Contains"
msgstr "Bevat"
-#: conditionalentry.ui:274
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:274
msgctxt "conditionalentry|typeis"
msgid "Not Contains"
msgstr ""
-#: conditionalentry.ui:287
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:287
msgctxt "conditionalentry|datetype"
msgid "Today"
msgstr "Vandag"
-#: conditionalentry.ui:288
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:288
#, fuzzy
msgctxt "conditionalentry|datetype"
msgid "Yesterday"
msgstr "Gister,"
-#: conditionalentry.ui:289
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:289
msgctxt "conditionalentry|datetype"
msgid "Tomorrow"
msgstr ""
-#: conditionalentry.ui:290
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:290
msgctxt "conditionalentry|datetype"
msgid "Last 7 days"
msgstr ""
-#: conditionalentry.ui:291
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:291
msgctxt "conditionalentry|datetype"
msgid "This week"
msgstr ""
-#: conditionalentry.ui:292
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:292
msgctxt "conditionalentry|datetype"
msgid "Last week"
msgstr ""
-#: conditionalentry.ui:293
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:293
msgctxt "conditionalentry|datetype"
msgid "Next week"
msgstr ""
-#: conditionalentry.ui:294
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:294
msgctxt "conditionalentry|datetype"
msgid "This month"
msgstr ""
-#: conditionalentry.ui:295
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:295
msgctxt "conditionalentry|datetype"
msgid "Last month"
msgstr ""
-#: conditionalentry.ui:296
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:296
msgctxt "conditionalentry|datetype"
msgid "Next month"
msgstr ""
-#: conditionalentry.ui:297
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:297
msgctxt "conditionalentry|datetype"
msgid "This year"
msgstr ""
-#: conditionalentry.ui:298
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:298
msgctxt "conditionalentry|datetype"
msgid "Last year"
msgstr ""
-#: conditionalentry.ui:299
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:299
msgctxt "conditionalentry|datetype"
msgid "Next year"
msgstr ""
-#: conditionalentry.ui:312
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:312
msgctxt "conditionalentry|colorformat"
msgid "Color Scale (2 Entries)"
msgstr ""
-#: conditionalentry.ui:313
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:313
msgctxt "conditionalentry|colorformat"
msgid "Color Scale (3 Entries)"
msgstr ""
-#: conditionalentry.ui:314
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:314
msgctxt "conditionalentry|colorformat"
msgid "Data Bar"
msgstr ""
-#: conditionalentry.ui:315
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:315
#, fuzzy
msgctxt "conditionalentry|colorformat"
msgid "Icon Set"
msgstr "Ikoonstelle"
-#: conditionalentry.ui:359
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:359
#, fuzzy
msgctxt "conditionalentry|iconsettype"
msgid "3 Arrows"
msgstr "Pyltjies"
-#: conditionalentry.ui:360
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:360
msgctxt "conditionalentry|iconsettype"
msgid "3 Gray Arrows"
msgstr ""
-#: conditionalentry.ui:361
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:361
msgctxt "conditionalentry|iconsettype"
msgid "3 Flags"
msgstr ""
-#: conditionalentry.ui:362
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:362
msgctxt "conditionalentry|iconsettype"
msgid "3 Traffic Lights 1"
msgstr ""
-#: conditionalentry.ui:363
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:363
msgctxt "conditionalentry|iconsettype"
msgid "3 Traffic Lights 2"
msgstr ""
-#: conditionalentry.ui:364
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:364
msgctxt "conditionalentry|iconsettype"
msgid "3 Signs"
msgstr ""
-#: conditionalentry.ui:365
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:365
msgctxt "conditionalentry|iconsettype"
msgid "3 Symbols 1"
msgstr ""
-#: conditionalentry.ui:366
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:366
msgctxt "conditionalentry|iconsettype"
msgid "3 Symbols 2"
msgstr ""
-#: conditionalentry.ui:367
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:367
msgctxt "conditionalentry|iconsettype"
msgid "3 Smileys"
msgstr ""
-#: conditionalentry.ui:368
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:368
msgctxt "conditionalentry|iconsettype"
msgid "3 Stars"
msgstr ""
-#: conditionalentry.ui:369
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:369
msgctxt "conditionalentry|iconsettype"
msgid "3 Triangles"
msgstr ""
-#: conditionalentry.ui:370
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:370
msgctxt "conditionalentry|iconsettype"
msgid "3 Colored Smileys"
msgstr ""
-#: conditionalentry.ui:371
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:371
#, fuzzy
msgctxt "conditionalentry|iconsettype"
msgid "4 Arrows"
msgstr "Pyltjies"
-#: conditionalentry.ui:372
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:372
msgctxt "conditionalentry|iconsettype"
msgid "4 Gray Arrows"
msgstr ""
-#: conditionalentry.ui:373
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:373
msgctxt "conditionalentry|iconsettype"
msgid "4 Circles Red to Black"
msgstr ""
-#: conditionalentry.ui:374
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:374
msgctxt "conditionalentry|iconsettype"
msgid "4 Ratings"
msgstr ""
-#: conditionalentry.ui:375
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:375
msgctxt "conditionalentry|iconsettype"
msgid "4 Traffic Lights"
msgstr ""
-#: conditionalentry.ui:376
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:376
#, fuzzy
msgctxt "conditionalentry|iconsettype"
msgid "5 Arrows"
msgstr "Pyltjies"
-#: conditionalentry.ui:377
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:377
msgctxt "conditionalentry|iconsettype"
msgid "5 Gray Arrows"
msgstr ""
-#: conditionalentry.ui:378
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:378
msgctxt "conditionalentry|iconsettype"
msgid "5 Ratings"
msgstr ""
-#: conditionalentry.ui:379
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:379
msgctxt "conditionalentry|iconsettype"
msgid "5 Quarters"
msgstr ""
-#: conditionalentry.ui:380
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:380
msgctxt "conditionalentry|iconsettype"
msgid "5 Boxes"
msgstr ""
-#: conditionalformatdialog.ui:8
+#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:8
#, fuzzy
msgctxt "conditionalformatdialog|ConditionalFormatDialog"
msgid "Conditional Formatting for"
msgstr "Voorwaardelike formatering"
-#: conditionalformatdialog.ui:128
+#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:128
#, fuzzy
msgctxt "conditionalformatdialog|label1"
msgid "Conditions"
msgstr "Voorwaarde"
-#: conditionalformatdialog.ui:223
+#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:223
#, fuzzy
msgctxt "conditionalformatdialog|ftassign"
msgid "Range:"
msgstr "Omvang"
-#: conditionalformatdialog.ui:268
+#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:267
msgctxt "conditionalformatdialog|label2"
msgid "Cell Range"
msgstr ""
-#: conditionaliconset.ui:20
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:20
msgctxt "conditionaliconset|label"
msgid " >= "
msgstr ""
-#: conditionaliconset.ui:43
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:43
#, fuzzy
msgctxt "conditionaliconset|listbox"
msgid "Value"
msgstr "Waardes"
-#: conditionaliconset.ui:44
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:44
#, fuzzy
msgctxt "conditionaliconset|listbox"
msgid "Percent"
msgstr "Persent"
-#: conditionaliconset.ui:45
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:45
msgctxt "conditionaliconset|listbox"
msgid "Percentile"
msgstr ""
-#: conditionaliconset.ui:46
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:46
#, fuzzy
msgctxt "conditionaliconset|listbox"
msgid "Formula"
msgstr "Formules"
-#: conflictsdialog.ui:8
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:8
#, fuzzy
msgctxt "conflictsdialog|ConflictsDialog"
msgid "Resolve Conflicts"
msgstr "Los konflikte op"
-#: conflictsdialog.ui:22
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:22
#, fuzzy
msgctxt "conflictsdialog|keepallmine"
msgid "_Keep All Mine"
msgstr "~Behou al myne"
-#: conflictsdialog.ui:37
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:37
#, fuzzy
msgctxt "conflictsdialog|keepallothers"
msgid "Keep _All Others"
msgstr "Behou ~alle ander"
-#: conflictsdialog.ui:102
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:102
#, fuzzy
msgctxt "conflictsdialog|label1"
msgid "There are conflicting changes in this shared spreadsheet. Conflicts must be resolved before saving the spreadsheet. Keep either own or other changes."
msgstr "Daar is konflikterende veranderinge in hierdie gedeelde sigblad. Konflikte moet opgelos word voor u die sigblad stoor. Behou óf u eie of andere se veranderinge."
-#: conflictsdialog.ui:137
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:137
#, fuzzy
msgctxt "conflictsdialog|keepmine"
msgid "Keep _Mine"
msgstr "Behou ~myne"
-#: conflictsdialog.ui:152
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:152
#, fuzzy
msgctxt "conflictsdialog|keepother"
msgid "Keep _Other"
msgstr "~Behou ander"
-#: consolidatedialog.ui:9
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:9
msgctxt "consolidatedialog|ConsolidateDialog"
msgid "Consolidate"
msgstr "Konsolideer"
-#: consolidatedialog.ui:91
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:91
#, fuzzy
msgctxt "consolidatedialog|label1"
msgid "_Function:"
msgstr "Funksie"
-#: consolidatedialog.ui:108
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:108
msgctxt "consolidatedialog|label2"
msgid "_Consolidation ranges:"
msgstr ""
-#: consolidatedialog.ui:125
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:125
msgctxt "consolidatedialog|func"
msgid "Sum"
msgstr "Som"
-#: consolidatedialog.ui:126
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:126
msgctxt "consolidatedialog|func"
msgid "Count"
msgstr "Tel"
-#: consolidatedialog.ui:127
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:127
msgctxt "consolidatedialog|func"
msgid "Average"
msgstr "Gemiddelde"
-#: consolidatedialog.ui:128
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:128
msgctxt "consolidatedialog|func"
msgid "Max"
msgstr "Maks"
-#: consolidatedialog.ui:129
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:129
msgctxt "consolidatedialog|func"
msgid "Min"
msgstr "Min"
-#: consolidatedialog.ui:130
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:130
msgctxt "consolidatedialog|func"
msgid "Product"
msgstr "Produk"
-#: consolidatedialog.ui:131
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:131
#, fuzzy
msgctxt "consolidatedialog|func"
msgid "Count (numbers only)"
msgstr "Tel (slegs syfers)"
-#: consolidatedialog.ui:132
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:132
#, fuzzy
msgctxt "consolidatedialog|func"
msgid "StDev (sample)"
msgstr "StDev (Monster)"
-#: consolidatedialog.ui:133
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:133
#, fuzzy
msgctxt "consolidatedialog|func"
msgid "StDevP (population)"
msgstr "StDevP (bevolking)"
-#: consolidatedialog.ui:134
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:134
#, fuzzy
msgctxt "consolidatedialog|func"
msgid "Var (sample)"
msgstr "Var (monster)"
-#: consolidatedialog.ui:135
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:135
#, fuzzy
msgctxt "consolidatedialog|func"
msgid "VarP (population)"
msgstr "VarP (bevolking)"
-#: consolidatedialog.ui:344
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:342
msgctxt "consolidatedialog|ftdataarea"
msgid "_Source data ranges:"
msgstr ""
-#: consolidatedialog.ui:360
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:358
msgctxt "consolidatedialog|ftdestarea"
msgid "Copy results _to:"
msgstr ""
-#: consolidatedialog.ui:417
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:415
msgctxt "consolidatedialog|byrow"
msgid "_Row labels"
msgstr ""
-#: consolidatedialog.ui:435
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:433
msgctxt "consolidatedialog|bycol"
msgid "C_olumn labels"
msgstr ""
-#: consolidatedialog.ui:459
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:457
#, fuzzy
msgctxt "consolidatedialog|label3"
msgid "Consolidate by"
msgstr "Konsolideer"
-#: consolidatedialog.ui:491
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:489
msgctxt "consolidatedialog|refs"
msgid "_Link to source data"
msgstr ""
-#: consolidatedialog.ui:507
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:505
msgctxt "consolidatedialog|label4"
msgid "Options"
msgstr "Opsies"
-#: consolidatedialog.ui:526
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:524
msgctxt "consolidatedialog|more_label"
msgid "Options"
msgstr "Opsies"
-#: correlationdialog.ui:9
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:9
msgctxt "correlationdialog|CorrelationDialog"
msgid "Correlation"
msgstr ""
-#: correlationdialog.ui:100
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:100
msgctxt "correlationdialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: correlationdialog.ui:114
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:114
msgctxt "correlationdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: correlationdialog.ui:181
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:179
msgctxt "correlationdialog|label4"
msgid "Data"
msgstr "Data"
-#: correlationdialog.ui:216
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:214
#, fuzzy
msgctxt "correlationdialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Kolom"
-#: correlationdialog.ui:231
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:230
#, fuzzy
msgctxt "correlationdialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ry"
-#: correlationdialog.ui:252
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:252
#, fuzzy
msgctxt "correlationdialog|label2"
msgid "Grouped by"
msgstr "Gegroepeer volgens: "
-#: covariancedialog.ui:10
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:10
msgctxt "covariancedialog|CovarianceDialog"
msgid "Covariance"
msgstr ""
-#: covariancedialog.ui:42
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:42
msgctxt "covariancedialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: covariancedialog.ui:81
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:80
msgctxt "covariancedialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: covariancedialog.ui:123
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:121
msgctxt "covariancedialog|label1"
msgid "Data"
msgstr "Data"
-#: covariancedialog.ui:217
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:215
#, fuzzy
msgctxt "covariancedialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Kolom"
-#: covariancedialog.ui:232
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:231
#, fuzzy
msgctxt "covariancedialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ry"
-#: covariancedialog.ui:253
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:253
#, fuzzy
msgctxt "covariancedialog|label2"
msgid "Grouped by"
msgstr "Gegroepeer volgens: "
-#: createnamesdialog.ui:8
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:8
#, fuzzy
msgctxt "createnamesdialog|CreateNamesDialog"
msgid "Create Names"
msgstr "~Skep name..."
-#: createnamesdialog.ui:96
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:99
msgctxt "createnamesdialog|top"
msgid "_Top row"
msgstr ""
-#: createnamesdialog.ui:112
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:115
#, fuzzy
msgctxt "createnamesdialog|left"
msgid "_Left column"
msgstr "Laaste kolom"
-#: createnamesdialog.ui:128
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:131
msgctxt "createnamesdialog|bottom"
msgid "_Bottom row"
msgstr ""
-#: createnamesdialog.ui:146
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:149
msgctxt "createnamesdialog|right"
msgid "_Right column"
msgstr ""
-#: createnamesdialog.ui:169
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:171
msgctxt "createnamesdialog|label1"
msgid "Create Names From"
msgstr ""
-#: dapiservicedialog.ui:9
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:9
#, fuzzy
msgctxt "dapiservicedialog|DapiserviceDialog"
msgid "External Source"
msgstr "Eksterne bron"
-#: dapiservicedialog.ui:108
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:108
#, fuzzy
msgctxt "dapiservicedialog|label2"
msgid "_Service"
msgstr "~Diens"
-#: dapiservicedialog.ui:124
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:124
#, fuzzy
msgctxt "dapiservicedialog|label3"
msgid "So_urce"
msgstr "~Bron"
-#: dapiservicedialog.ui:140
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:140
#, fuzzy
msgctxt "dapiservicedialog|label4"
msgid "_Name"
msgstr "Naam"
-#: dapiservicedialog.ui:156
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:156
#, fuzzy
msgctxt "dapiservicedialog|label5"
msgid "Us_er"
msgstr "Gebruiker"
-#: dapiservicedialog.ui:172
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:172
#, fuzzy
msgctxt "dapiservicedialog|label6"
msgid "_Password"
msgstr "Wagwoord:"
-#: dapiservicedialog.ui:259
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:255
msgctxt "dapiservicedialog|label1"
msgid "Selection"
msgstr "Seleksie"
-#: databaroptions.ui:9
+#: sc/uiconfig/scalc/ui/databaroptions.ui:9
msgctxt "databaroptions|DataBarOptions"
msgid "Data Bar"
msgstr ""
-#: databaroptions.ui:89
+#: sc/uiconfig/scalc/ui/databaroptions.ui:89
#, fuzzy
msgctxt "databaroptions|label4"
msgid "Minimum:"
msgstr "~Minimum"
-#: databaroptions.ui:103
+#: sc/uiconfig/scalc/ui/databaroptions.ui:103
#, fuzzy
msgctxt "databaroptions|label5"
msgid "Maximum:"
msgstr "~Maksimum"
-#: databaroptions.ui:118
+#: sc/uiconfig/scalc/ui/databaroptions.ui:118
msgctxt "databaroptions|min"
msgid "Automatic"
msgstr "Outomaties"
-#: databaroptions.ui:119
+#: sc/uiconfig/scalc/ui/databaroptions.ui:119
#, fuzzy
msgctxt "databaroptions|min"
msgid "Minimum"
msgstr "~Minimum"
-#: databaroptions.ui:120
+#: sc/uiconfig/scalc/ui/databaroptions.ui:120
#, fuzzy
msgctxt "databaroptions|min"
msgid "Maximum"
msgstr "~Maksimum"
-#: databaroptions.ui:121
+#: sc/uiconfig/scalc/ui/databaroptions.ui:121
msgctxt "databaroptions|min"
msgid "Percentile"
msgstr ""
-#: databaroptions.ui:122
+#: sc/uiconfig/scalc/ui/databaroptions.ui:122
#, fuzzy
msgctxt "databaroptions|min"
msgid "Value"
msgstr "Waardes"
-#: databaroptions.ui:123
+#: sc/uiconfig/scalc/ui/databaroptions.ui:123
#, fuzzy
msgctxt "databaroptions|min"
msgid "Percent"
msgstr "Persent"
-#: databaroptions.ui:124
+#: sc/uiconfig/scalc/ui/databaroptions.ui:124
#, fuzzy
msgctxt "databaroptions|min"
msgid "Formula"
msgstr "Formules"
-#: databaroptions.ui:138
+#: sc/uiconfig/scalc/ui/databaroptions.ui:138
msgctxt "databaroptions|max"
msgid "Automatic"
msgstr "Outomaties"
-#: databaroptions.ui:139
+#: sc/uiconfig/scalc/ui/databaroptions.ui:139
#, fuzzy
msgctxt "databaroptions|max"
msgid "Minimum"
msgstr "~Minimum"
-#: databaroptions.ui:140
+#: sc/uiconfig/scalc/ui/databaroptions.ui:140
#, fuzzy
msgctxt "databaroptions|max"
msgid "Maximum"
msgstr "~Maksimum"
-#: databaroptions.ui:141
+#: sc/uiconfig/scalc/ui/databaroptions.ui:141
msgctxt "databaroptions|max"
msgid "Percentile"
msgstr ""
-#: databaroptions.ui:142
+#: sc/uiconfig/scalc/ui/databaroptions.ui:142
#, fuzzy
msgctxt "databaroptions|max"
msgid "Value"
msgstr "Waardes"
-#: databaroptions.ui:143
+#: sc/uiconfig/scalc/ui/databaroptions.ui:143
#, fuzzy
msgctxt "databaroptions|max"
msgid "Percent"
msgstr "Persent"
-#: databaroptions.ui:144
+#: sc/uiconfig/scalc/ui/databaroptions.ui:144
#, fuzzy
msgctxt "databaroptions|max"
msgid "Formula"
msgstr "Formules"
-#: databaroptions.ui:182
+#: sc/uiconfig/scalc/ui/databaroptions.ui:180
msgctxt "databaroptions|label1"
msgid "Entry Values"
msgstr ""
-#: databaroptions.ui:220
+#: sc/uiconfig/scalc/ui/databaroptions.ui:218
#, fuzzy
msgctxt "databaroptions|label6"
msgid "Positive:"
msgstr "Positief"
-#: databaroptions.ui:234
+#: sc/uiconfig/scalc/ui/databaroptions.ui:232
#, fuzzy
msgctxt "databaroptions|label7"
msgid "Negative:"
msgstr "Negatief"
-#: databaroptions.ui:270
+#: sc/uiconfig/scalc/ui/databaroptions.ui:268
#, fuzzy
msgctxt "databaroptions|label10"
msgid "Fill:"
msgstr "Vul in"
-#: databaroptions.ui:282
+#: sc/uiconfig/scalc/ui/databaroptions.ui:280
msgctxt "databaroptions|fill_type"
msgid "Color"
msgstr "Kleur"
-#: databaroptions.ui:283
+#: sc/uiconfig/scalc/ui/databaroptions.ui:281
msgctxt "databaroptions|fill_type"
msgid "Gradient"
msgstr "Gradiënt"
-#: databaroptions.ui:299
+#: sc/uiconfig/scalc/ui/databaroptions.ui:297
msgctxt "databaroptions|label2"
msgid "Bar Colors"
msgstr ""
-#: databaroptions.ui:337
+#: sc/uiconfig/scalc/ui/databaroptions.ui:335
msgctxt "databaroptions|label8"
msgid "Position of vertical axis:"
msgstr ""
-#: databaroptions.ui:351
+#: sc/uiconfig/scalc/ui/databaroptions.ui:349
msgctxt "databaroptions|label9"
msgid "Color of vertical axis:"
msgstr ""
-#: databaroptions.ui:366
+#: sc/uiconfig/scalc/ui/databaroptions.ui:364
msgctxt "databaroptions|axis_pos"
msgid "Automatic"
msgstr "Outomaties"
-#: databaroptions.ui:367
+#: sc/uiconfig/scalc/ui/databaroptions.ui:365
#, fuzzy
msgctxt "databaroptions|axis_pos"
msgid "Middle"
msgstr "Middel"
-#: databaroptions.ui:368
+#: sc/uiconfig/scalc/ui/databaroptions.ui:366
msgctxt "databaroptions|axis_pos"
msgid "None"
msgstr "Geen"
-#: databaroptions.ui:395
+#: sc/uiconfig/scalc/ui/databaroptions.ui:393
msgctxt "databaroptions|label3"
msgid "Axis"
msgstr "As"
-#: databaroptions.ui:433
+#: sc/uiconfig/scalc/ui/databaroptions.ui:431
msgctxt "databaroptions|label12"
msgid "Minimum bar length (%):"
msgstr ""
-#: databaroptions.ui:447
+#: sc/uiconfig/scalc/ui/databaroptions.ui:445
msgctxt "databaroptions|label13"
msgid "Maximum bar length (%):"
msgstr ""
-#: databaroptions.ui:486
+#: sc/uiconfig/scalc/ui/databaroptions.ui:482
msgctxt "databaroptions|label11"
msgid "Bar Lengths"
msgstr ""
-#: databaroptions.ui:501
+#: sc/uiconfig/scalc/ui/databaroptions.ui:497
msgctxt "databaroptions|only_bar"
msgid "Display bar only"
msgstr ""
-#: databaroptions.ui:518
+#: sc/uiconfig/scalc/ui/databaroptions.ui:515
msgctxt "databaroptions|str_same_value"
msgid "The minimum value must be less than the maximum value."
msgstr ""
-#: datafielddialog.ui:8
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:8
msgctxt "datafielddialog|DataFieldDialog"
msgid "Data Field"
msgstr "Dataveld"
-#: datafielddialog.ui:130
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:130
msgctxt "datafielddialog|label1"
msgid "Function"
msgstr "Funksie"
-#: datafielddialog.ui:144
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:144
msgctxt "datafielddialog|checkbutton1"
msgid "Show it_ems without data"
msgstr ""
-#: datafielddialog.ui:167
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:167
#, fuzzy
msgctxt "datafielddialog|label2"
msgid "Name:"
msgstr "Naam"
-#: datafielddialog.ui:215
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:215
#, fuzzy
msgctxt "datafielddialog|label4"
msgid "_Type:"
msgstr "Tipe:"
-#: datafielddialog.ui:230
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:230
msgctxt "datafielddialog|basefieldft"
msgid "_Base field:"
msgstr ""
-#: datafielddialog.ui:245
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:245
msgctxt "datafielddialog|baseitemft"
msgid "Ba_se item:"
msgstr ""
-#: datafielddialog.ui:260
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:260
msgctxt "datafielddialog|type"
msgid "Normal"
msgstr "Normaal"
-#: datafielddialog.ui:261
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:261
msgctxt "datafielddialog|type"
msgid "Difference from"
msgstr ""
-#: datafielddialog.ui:262
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:262
msgctxt "datafielddialog|type"
msgid "% of"
msgstr ""
-#: datafielddialog.ui:263
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:263
msgctxt "datafielddialog|type"
msgid "% difference from"
msgstr ""
-#: datafielddialog.ui:264
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:264
msgctxt "datafielddialog|type"
msgid "Running total in"
msgstr ""
-#: datafielddialog.ui:265
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:265
msgctxt "datafielddialog|type"
msgid "% of row"
msgstr ""
-#: datafielddialog.ui:266
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:266
msgctxt "datafielddialog|type"
msgid "% of column"
msgstr ""
-#: datafielddialog.ui:267
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:267
msgctxt "datafielddialog|type"
msgid "% of total"
msgstr ""
-#: datafielddialog.ui:268
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:268
msgctxt "datafielddialog|type"
msgid "Index"
msgstr "Indeks"
-#: datafielddialog.ui:291
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:291
msgctxt "datafielddialog|baseitem"
msgid "- previous item -"
msgstr ""
-#: datafielddialog.ui:292
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:292
msgctxt "datafielddialog|baseitem"
msgid "- next item -"
msgstr ""
-#: datafielddialog.ui:308
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:308
msgctxt "datafielddialog|label3"
msgid "Displayed value"
msgstr ""
-#: datafieldoptionsdialog.ui:15
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:15
msgctxt "datafieldoptionsdialog|DataFieldOptionsDialog"
msgid "Data Field Options"
msgstr ""
-#: datafieldoptionsdialog.ui:110
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:110
#, fuzzy
msgctxt "datafieldoptionsdialog|ascending"
msgid "_Ascending"
msgstr "Oplopend"
-#: datafieldoptionsdialog.ui:127
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:127
#, fuzzy
msgctxt "datafieldoptionsdialog|descending"
msgid "_Descending"
msgstr "Aflopend"
-#: datafieldoptionsdialog.ui:143
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:143
#, fuzzy
msgctxt "datafieldoptionsdialog|manual"
msgid "_Manual"
msgstr "Handmatig"
-#: datafieldoptionsdialog.ui:181
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:181
#, fuzzy
msgctxt "datafieldoptionsdialog|label1"
msgid "Sort by"
msgstr "~Sorteer volgens"
-#: datafieldoptionsdialog.ui:213
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:213
msgctxt "datafieldoptionsdialog|repeatitemlabels"
msgid "_Repeat item labels"
msgstr ""
-#: datafieldoptionsdialog.ui:229
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:229
msgctxt "datafieldoptionsdialog|emptyline"
msgid "_Empty line after each item"
msgstr ""
-#: datafieldoptionsdialog.ui:248
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:248
#, fuzzy
msgctxt "datafieldoptionsdialog|label3"
msgid "_Layout:"
msgstr "Uitleg"
-#: datafieldoptionsdialog.ui:263
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:263
msgctxt "datafieldoptionsdialog|layout"
msgid "Tabular layout"
msgstr ""
-#: datafieldoptionsdialog.ui:264
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:264
msgctxt "datafieldoptionsdialog|layout"
msgid "Outline layout with subtotals at the top"
msgstr ""
-#: datafieldoptionsdialog.ui:265
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:265
msgctxt "datafieldoptionsdialog|layout"
msgid "Outline layout with subtotals at the bottom"
msgstr ""
-#: datafieldoptionsdialog.ui:281
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:281
msgctxt "datafieldoptionsdialog|label2"
msgid "Display Options"
msgstr ""
-#: datafieldoptionsdialog.ui:313
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:313
msgctxt "datafieldoptionsdialog|show"
msgid "_Show:"
msgstr ""
-#: datafieldoptionsdialog.ui:334
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:334
#, fuzzy
msgctxt "datafieldoptionsdialog|showfromft"
msgid "_From:"
msgstr "~Van:"
-#: datafieldoptionsdialog.ui:348
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:348
msgctxt "datafieldoptionsdialog|usingft"
msgid "_Using field:"
msgstr ""
-#: datafieldoptionsdialog.ui:367
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:367
msgctxt "datafieldoptionsdialog|showft"
msgid "items"
msgstr ""
-#: datafieldoptionsdialog.ui:401
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:401
msgctxt "datafieldoptionsdialog|from"
msgid "Top"
msgstr "Bokant"
-#: datafieldoptionsdialog.ui:402
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:402
msgctxt "datafieldoptionsdialog|from"
msgid "Bottom"
msgstr "Onderkant"
-#: datafieldoptionsdialog.ui:428
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:428
msgctxt "datafieldoptionsdialog|label4"
msgid "Show Automatically"
msgstr ""
-#: datafieldoptionsdialog.ui:473
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:473
msgctxt "datafieldoptionsdialog|label9"
msgid "Hide Items"
msgstr ""
-#: datafieldoptionsdialog.ui:505
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:505
msgctxt "datafieldoptionsdialog|hierarchyft"
msgid "Hierarch_y:"
msgstr ""
-#: dataform.ui:8
+#: sc/uiconfig/scalc/ui/dataform.ui:8
msgctxt "dataform|DataFormDialog"
msgid "Data Form"
msgstr ""
-#: dataform.ui:25
+#: sc/uiconfig/scalc/ui/dataform.ui:25
msgctxt "dataform|label"
msgid "New Record"
msgstr "Nuwe rekord"
-#: dataform.ui:35
+#: sc/uiconfig/scalc/ui/dataform.ui:35
#, fuzzy
msgctxt "dataform|new"
msgid "_New"
msgstr "Nuwe"
-#: dataform.ui:51
+#: sc/uiconfig/scalc/ui/dataform.ui:51
#, fuzzy
msgctxt "dataform|delete"
msgid "_Delete"
msgstr "Skrap"
-#: dataform.ui:65
+#: sc/uiconfig/scalc/ui/dataform.ui:65
#, fuzzy
msgctxt "dataform|restore"
msgid "_Restore"
msgstr "Teruglaai"
-#: dataform.ui:79
+#: sc/uiconfig/scalc/ui/dataform.ui:79
#, fuzzy
msgctxt "dataform|prev"
msgid "_Previous Record"
msgstr "Vorige rekord"
-#: dataform.ui:94
+#: sc/uiconfig/scalc/ui/dataform.ui:94
#, fuzzy
msgctxt "dataform|next"
msgid "Ne_xt Record"
msgstr "Volgende rekord"
-#: dataform.ui:124
+#: sc/uiconfig/scalc/ui/dataform.ui:124
#, fuzzy
msgctxt "dataform|close"
msgid "_Close"
msgstr "~Sluit"
-#: dataprovider.ui:9
+#: sc/uiconfig/scalc/ui/dataprovider.ui:9
msgctxt "dataprovider|DataStreamDialog"
msgid "Live Data Streams"
msgstr ""
-#: dataprovider.ui:107
+#: sc/uiconfig/scalc/ui/dataprovider.ui:107
#, fuzzy
msgctxt "dataprovider|label6"
msgid "URL:"
msgstr "URL"
-#: dataprovider.ui:120
+#: sc/uiconfig/scalc/ui/dataprovider.ui:120
msgctxt "dataprovider|url|tooltip_text"
msgid "Enter the URL of the source document in the local file system or Internet here."
msgstr ""
-#: dataprovider.ui:138
+#: sc/uiconfig/scalc/ui/dataprovider.ui:138
#, fuzzy
msgctxt "dataprovider|browse"
msgid "_Browse..."
msgstr "Blaai..."
-#: dataprovider.ui:165
+#: sc/uiconfig/scalc/ui/dataprovider.ui:165
#, fuzzy
msgctxt "dataprovider|label_db"
msgid "Database Range:"
msgstr "Databasisomvangs"
-#: dataprovider.ui:199
+#: sc/uiconfig/scalc/ui/dataprovider.ui:199
msgctxt "dataprovider|label_provider"
msgid "Data Provider:"
msgstr ""
-#: dataprovider.ui:234
+#: sc/uiconfig/scalc/ui/dataprovider.ui:234
msgctxt "dataprovider|label_search"
msgid "Search String:"
msgstr ""
-#: dataprovider.ui:268
+#: sc/uiconfig/scalc/ui/dataprovider.ui:268
msgctxt "dataprovider|label"
msgid "Source Stream"
msgstr ""
-#: dataproviderentry.ui:46
+#: sc/uiconfig/scalc/ui/dataproviderentry.ui:46
#, fuzzy
msgctxt "dataproviderentry|url"
msgid "URL:"
msgstr "URL"
-#: dataproviderentry.ui:57
+#: sc/uiconfig/scalc/ui/dataproviderentry.ui:57
#, fuzzy
msgctxt "dataproviderentry|id"
msgid "ID:"
msgstr "ID: "
-#: dataproviderentry.ui:68
+#: sc/uiconfig/scalc/ui/dataproviderentry.ui:68
msgctxt "dataproviderentry|provider"
msgid "Data Provider:"
msgstr ""
-#: datastreams.ui:9
+#: sc/uiconfig/scalc/ui/datastreams.ui:9
msgctxt "datastreams|DataStreamDialog"
msgid "Live Data Streams"
msgstr ""
-#: datastreams.ui:50
+#: sc/uiconfig/scalc/ui/datastreams.ui:50
#, fuzzy
msgctxt "datastreams|label6"
msgid "URL:"
msgstr "URL"
-#: datastreams.ui:63
+#: sc/uiconfig/scalc/ui/datastreams.ui:63
msgctxt "datastreams|url|tooltip_text"
msgid "Enter the URL of the source document in the local file system or Internet here."
msgstr ""
-#: datastreams.ui:81
+#: sc/uiconfig/scalc/ui/datastreams.ui:81
#, fuzzy
msgctxt "datastreams|browse"
msgid "_Browse..."
msgstr "Blaai..."
-#: datastreams.ui:120
+#: sc/uiconfig/scalc/ui/datastreams.ui:120
msgctxt "datastreams|valuesinline"
msgid "value1,value2,...,valueN, and fill into range:"
msgstr ""
-#: datastreams.ui:137
+#: sc/uiconfig/scalc/ui/datastreams.ui:137
msgctxt "datastreams|addressvalue"
msgid "address,value"
msgstr ""
-#: datastreams.ui:174
+#: sc/uiconfig/scalc/ui/datastreams.ui:173
msgctxt "datastreams|label4"
msgid "Interpret stream data as"
msgstr ""
-#: datastreams.ui:187
+#: sc/uiconfig/scalc/ui/datastreams.ui:186
msgctxt "datastreams|refresh_ui"
msgid "Empty lines trigger UI refresh"
msgstr ""
-#: datastreams.ui:209
+#: sc/uiconfig/scalc/ui/datastreams.ui:209
msgctxt "datastreams|label"
msgid "Source Stream"
msgstr ""
-#: datastreams.ui:250
+#: sc/uiconfig/scalc/ui/datastreams.ui:250
msgctxt "datastreams|datadown"
msgid "Move existing data down"
msgstr ""
-#: datastreams.ui:267
+#: sc/uiconfig/scalc/ui/datastreams.ui:267
msgctxt "datastreams|rangedown"
msgid "Move the range down"
msgstr ""
-#: datastreams.ui:285
+#: sc/uiconfig/scalc/ui/datastreams.ui:285
msgctxt "datastreams|nomove"
msgid "Overwrite existing data"
msgstr ""
-#: datastreams.ui:308
+#: sc/uiconfig/scalc/ui/datastreams.ui:308
msgctxt "datastreams|label2"
msgid "When New Data Arrives"
msgstr ""
-#: datastreams.ui:342
+#: sc/uiconfig/scalc/ui/datastreams.ui:342
msgctxt "datastreams|maxlimit"
msgid "Limit to:"
msgstr ""
-#: datastreams.ui:372
+#: sc/uiconfig/scalc/ui/datastreams.ui:371
msgctxt "datastreams|unlimited"
msgid "_Unlimited"
msgstr ""
-#: datastreams.ui:398
+#: sc/uiconfig/scalc/ui/datastreams.ui:397
msgctxt "datastreams|label3"
msgid "Maximal Amount of Rows"
msgstr ""
-#: definedatabaserangedialog.ui:9
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:9
#, fuzzy
msgctxt "definedatabaserangedialog|DefineDatabaseRangeDialog"
msgid "Define Database Range"
msgstr "Wysig databasisreikwydte"
-#: definedatabaserangedialog.ui:61
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:61
msgctxt "definedatabaserangedialog|Name"
msgid "Name"
msgstr "Naam"
-#: definedatabaserangedialog.ui:125
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:125
msgctxt "definedatabaserangedialog|Range"
msgid "Range"
msgstr "Omvang"
-#: definedatabaserangedialog.ui:160
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:160
#, fuzzy
msgctxt "definedatabaserangedialog|modify"
msgid "M_odify"
msgstr "Wysig"
-#: definedatabaserangedialog.ui:213
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:213
msgctxt "definedatabaserangedialog|ContainsColumnLabels"
msgid "Co_ntains column labels"
msgstr ""
-#: definedatabaserangedialog.ui:229
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:229
msgctxt "definedatabaserangedialog|ContainsTotalsRow"
msgid "Contains _totals row"
msgstr ""
-#: definedatabaserangedialog.ui:245
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:245
msgctxt "definedatabaserangedialog|InsertOrDeleteCells"
msgid "Insert or delete _cells"
msgstr ""
-#: definedatabaserangedialog.ui:261
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:261
msgctxt "definedatabaserangedialog|KeepFormatting"
msgid "Keep _formatting"
msgstr ""
-#: definedatabaserangedialog.ui:277
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:277
msgctxt "definedatabaserangedialog|DontSaveImportedData"
msgid "Don't save _imported data"
msgstr ""
-#: definedatabaserangedialog.ui:296
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:296
#, fuzzy
msgctxt "definedatabaserangedialog|Source"
msgid "Source:"
msgstr "~Bron"
-#: definedatabaserangedialog.ui:309
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:309
msgctxt "definedatabaserangedialog|Operations"
msgid "Operations:"
msgstr ""
-#: definedatabaserangedialog.ui:322
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:322
msgctxt "definedatabaserangedialog|invalid"
msgid "Invalid range"
msgstr "Ongeldige omvang"
-#: definedatabaserangedialog.ui:338
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:338
msgctxt "definedatabaserangedialog|label1"
msgid "Options"
msgstr "Opsies"
-#: definename.ui:9
+#: sc/uiconfig/scalc/ui/definename.ui:9
msgctxt "definename|DefineNameDialog"
msgid "Define Name"
msgstr ""
-#: definename.ui:89
+#: sc/uiconfig/scalc/ui/definename.ui:89
#, fuzzy
msgctxt "definename|label2"
msgid "Name:"
msgstr "Naam"
-#: definename.ui:103
+#: sc/uiconfig/scalc/ui/definename.ui:103
msgctxt "definename|label3"
msgid "Range or formula expression:"
msgstr ""
-#: definename.ui:117
+#: sc/uiconfig/scalc/ui/definename.ui:117
#, fuzzy
msgctxt "definename|label4"
msgid "Scope:"
msgstr "Skopus"
-#: definename.ui:190
+#: sc/uiconfig/scalc/ui/definename.ui:188
msgctxt "definename|label"
msgid "Define the name and range or formula expression."
msgstr ""
-#: definename.ui:220
+#: sc/uiconfig/scalc/ui/definename.ui:218
#, fuzzy
msgctxt "definename|printarea"
msgid "_Print range"
msgstr "Drukomvang"
-#: definename.ui:235
+#: sc/uiconfig/scalc/ui/definename.ui:233
#, fuzzy
msgctxt "definename|filter"
msgid "_Filter"
msgstr "Filter"
-#: definename.ui:250
+#: sc/uiconfig/scalc/ui/definename.ui:248
msgctxt "definename|colheader"
msgid "Repeat _column"
msgstr ""
-#: definename.ui:265
+#: sc/uiconfig/scalc/ui/definename.ui:263
msgctxt "definename|rowheader"
msgid "Repeat _row"
msgstr ""
-#: definename.ui:284
+#: sc/uiconfig/scalc/ui/definename.ui:282
msgctxt "definename|label5"
msgid "Range _Options"
msgstr ""
-#: deletecells.ui:8
+#: sc/uiconfig/scalc/ui/deletecells.ui:8
#, fuzzy
msgctxt "deletecells|DeleteCellsDialog"
msgid "Delete Cells"
msgstr "Skrap s~elle..."
-#: deletecells.ui:93
+#: sc/uiconfig/scalc/ui/deletecells.ui:97
msgctxt "deletecells|up"
msgid "Shift cells _up"
msgstr ""
-#: deletecells.ui:111
+#: sc/uiconfig/scalc/ui/deletecells.ui:114
msgctxt "deletecells|left"
msgid "Shift cells _left"
msgstr ""
-#: deletecells.ui:128
+#: sc/uiconfig/scalc/ui/deletecells.ui:131
msgctxt "deletecells|rows"
msgid "Delete entire _row(s)"
msgstr ""
-#: deletecells.ui:145
+#: sc/uiconfig/scalc/ui/deletecells.ui:148
msgctxt "deletecells|cols"
msgid "Delete entire _column(s)"
msgstr ""
-#: deletecells.ui:168
+#: sc/uiconfig/scalc/ui/deletecells.ui:171
msgctxt "deletecells|label1"
msgid "Selection"
msgstr "Seleksie"
-#: deletecontents.ui:8
+#: sc/uiconfig/scalc/ui/deletecolumnentry.ui:21
+msgctxt "deletecolumnentry|name"
+msgid "Delete Columns Action"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/deletecolumnentry.ui:37
+msgctxt "deletecolumnentry|separator"
+msgid "Columns (List of ';' separated columns)"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/deletecontents.ui:8
#, fuzzy
msgctxt "deletecontents|DeleteContentsDialog"
msgid "Delete Contents"
msgstr "Skrap inhoud"
-#: deletecontents.ui:93
+#: sc/uiconfig/scalc/ui/deletecontents.ui:96
msgctxt "deletecontents|deleteall"
msgid "Delete _all"
msgstr ""
-#: deletecontents.ui:116
+#: sc/uiconfig/scalc/ui/deletecontents.ui:119
#, fuzzy
msgctxt "deletecontents|text"
msgid "_Text"
msgstr "Teks"
-#: deletecontents.ui:131
+#: sc/uiconfig/scalc/ui/deletecontents.ui:134
#, fuzzy
msgctxt "deletecontents|numbers"
msgid "_Numbers"
msgstr "Nommer"
-#: deletecontents.ui:146
+#: sc/uiconfig/scalc/ui/deletecontents.ui:149
msgctxt "deletecontents|datetime"
msgid "_Date & time"
msgstr ""
-#: deletecontents.ui:161
+#: sc/uiconfig/scalc/ui/deletecontents.ui:164
#, fuzzy
msgctxt "deletecontents|formulas"
msgid "_Formulas"
msgstr "Formules"
-#: deletecontents.ui:176
+#: sc/uiconfig/scalc/ui/deletecontents.ui:179
#, fuzzy
msgctxt "deletecontents|comments"
msgid "_Comments"
msgstr "Opmerkings"
-#: deletecontents.ui:191
+#: sc/uiconfig/scalc/ui/deletecontents.ui:194
#, fuzzy
msgctxt "deletecontents|formats"
msgid "For_mats"
msgstr "Formaat"
-#: deletecontents.ui:206
+#: sc/uiconfig/scalc/ui/deletecontents.ui:209
#, fuzzy
msgctxt "deletecontents|objects"
msgid "_Objects"
msgstr "Objekte"
-#: deletecontents.ui:237
+#: sc/uiconfig/scalc/ui/deletecontents.ui:240
msgctxt "deletecontents|label2"
msgid "Selection"
msgstr "Seleksie"
-#: descriptivestatisticsdialog.ui:9
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:9
msgctxt "descriptivestatisticsdialog|DescriptiveStatisticsDialog"
msgid "Descriptive Statistics"
msgstr ""
-#: descriptivestatisticsdialog.ui:42
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:42
msgctxt "descriptivestatisticsdialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: descriptivestatisticsdialog.ui:81
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:80
msgctxt "descriptivestatisticsdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: descriptivestatisticsdialog.ui:123
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:121
msgctxt "descriptivestatisticsdialog|label1"
msgid "Data"
msgstr "Data"
-#: descriptivestatisticsdialog.ui:217
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:215
#, fuzzy
msgctxt "descriptivestatisticsdialog|groupedby-columns-radio"
msgid "_Columns"
msgstr "Kolom"
-#: descriptivestatisticsdialog.ui:233
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:231
#, fuzzy
msgctxt "descriptivestatisticsdialog|groupedby-rows-radio"
msgid "_Rows"
msgstr "Ry"
-#: descriptivestatisticsdialog.ui:255
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:253
#, fuzzy
msgctxt "descriptivestatisticsdialog|label2"
msgid "Grouped by"
msgstr "Gegroepeer volgens: "
-#: doubledialog.ui:7
+#: sc/uiconfig/scalc/ui/doubledialog.ui:7
msgctxt "doubledialog|DoubleDialog"
msgid "Edit Setting"
msgstr ""
-#: dropmenu.ui:12
+#: sc/uiconfig/scalc/ui/dropmenu.ui:12
#, fuzzy
msgctxt "dropmenu|hyperlink"
msgid "Insert as Hyperlink"
msgstr "Voeg as hiperskakel in"
-#: dropmenu.ui:20
+#: sc/uiconfig/scalc/ui/dropmenu.ui:20
#, fuzzy
msgctxt "dropmenu|link"
msgid "Insert as Link"
msgstr "Voeg skakel in"
-#: dropmenu.ui:28
+#: sc/uiconfig/scalc/ui/dropmenu.ui:28
#, fuzzy
msgctxt "dropmenu|copy"
msgid "Insert as Copy"
msgstr "Voeg as kopie in"
-#: erroralerttabpage.ui:14
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:14
msgctxt "erroralerttabpage|tsbshow"
msgid "Show error _message when invalid values are entered"
msgstr ""
-#: erroralerttabpage.ui:59
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:59
#, fuzzy
msgctxt "erroralerttabpage|action_label"
msgid "_Action:"
msgstr "Aksie"
-#: erroralerttabpage.ui:76
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:76
#, fuzzy
msgctxt "erroralerttabpage|title_label"
msgid "_Title:"
msgstr "Titel:"
-#: erroralerttabpage.ui:128
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:126
msgctxt "erroralerttabpage|errormsg_label"
msgid "_Error message:"
msgstr ""
-#: erroralerttabpage.ui:141
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:139
#, fuzzy
msgctxt "erroralerttabpage|browseBtn"
msgid "_Browse..."
msgstr "Blaai..."
-#: erroralerttabpage.ui:160
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:158
msgctxt "erroralerttabpage|actionCB"
msgid "Stop"
msgstr "Stop"
-#: erroralerttabpage.ui:161
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:159
msgctxt "erroralerttabpage|actionCB"
msgid "Warning"
msgstr "Waarskuwing"
-#: erroralerttabpage.ui:162
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:160
msgctxt "erroralerttabpage|actionCB"
msgid "Information"
msgstr "Inligting"
-#: erroralerttabpage.ui:163
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:161
msgctxt "erroralerttabpage|actionCB"
msgid "Macro"
msgstr "Makro"
-#: erroralerttabpage.ui:181
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:179
msgctxt "erroralerttabpage|label1"
msgid "Contents"
msgstr "Inhoud"
-#: exponentialsmoothingdialog.ui:15
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:15
msgctxt "exponentialsmoothingdialog|ExponentialSmoothingDialog"
msgid "Exponential Smoothing"
msgstr ""
-#: exponentialsmoothingdialog.ui:48
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:48
msgctxt "exponentialsmoothingdialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: exponentialsmoothingdialog.ui:87
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:86
msgctxt "exponentialsmoothingdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: exponentialsmoothingdialog.ui:129
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:127
msgctxt "exponentialsmoothingdialog|label5"
msgid "Data"
msgstr "Data"
-#: exponentialsmoothingdialog.ui:223
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:221
#, fuzzy
msgctxt "exponentialsmoothingdialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Kolom"
-#: exponentialsmoothingdialog.ui:239
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:237
#, fuzzy
msgctxt "exponentialsmoothingdialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ry"
-#: exponentialsmoothingdialog.ui:261
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:259
#, fuzzy
msgctxt "exponentialsmoothingdialog|label2"
msgid "Grouped by"
msgstr "Gegroepeer volgens: "
-#: exponentialsmoothingdialog.ui:299
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:297
msgctxt "exponentialsmoothingdialog|smoothing-factor-label"
msgid "Smoothing factor:"
msgstr ""
-#: exponentialsmoothingdialog.ui:331
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:328
#, fuzzy
msgctxt "exponentialsmoothingdialog|label1"
msgid "Parameters"
msgstr "~Parameters"
-#: externaldata.ui:16
+#: sc/uiconfig/scalc/ui/externaldata.ui:23
msgctxt "externaldata|ExternalDataDialog"
msgid "External Data"
msgstr ""
-#: externaldata.ui:118
+#: sc/uiconfig/scalc/ui/externaldata.ui:129
msgctxt "externaldata|url|tooltip_text"
msgid "Enter the URL of the source document in the local file system or Internet here."
msgstr ""
-#: externaldata.ui:136
+#: sc/uiconfig/scalc/ui/externaldata.ui:146
#, fuzzy
msgctxt "externaldata|browse"
msgid "_Browse..."
msgstr "Blaai..."
-#: externaldata.ui:163
+#: sc/uiconfig/scalc/ui/externaldata.ui:173
msgctxt "externaldata|label1"
msgid "URL of _External Data Source"
msgstr ""
-#: externaldata.ui:233
+#: sc/uiconfig/scalc/ui/externaldata.ui:257
msgctxt "externaldata|reload"
msgid "_Update every:"
msgstr ""
-#: externaldata.ui:275
+#: sc/uiconfig/scalc/ui/externaldata.ui:298
#, fuzzy
msgctxt "externaldata|secondsft"
msgid "_seconds"
msgstr "sekonde"
-#: externaldata.ui:307
+#: sc/uiconfig/scalc/ui/externaldata.ui:329
msgctxt "externaldata|label2"
msgid "_Available Tables/Ranges"
msgstr ""
-#: filldlg.ui:8
+#: sc/uiconfig/scalc/ui/filldlg.ui:8
msgctxt "filldlg|FillSeriesDialog"
msgid "Fill Series"
msgstr ""
-#: filldlg.ui:100
+#: sc/uiconfig/scalc/ui/filldlg.ui:100
#, fuzzy
msgctxt "filldlg|down"
msgid "_Down"
msgstr "Af"
-#: filldlg.ui:118
+#: sc/uiconfig/scalc/ui/filldlg.ui:118
#, fuzzy
msgctxt "filldlg|right"
msgid "_Right"
msgstr "Regs"
-#: filldlg.ui:135
+#: sc/uiconfig/scalc/ui/filldlg.ui:135
msgctxt "filldlg|up"
msgid "_Up"
msgstr ""
-#: filldlg.ui:152
+#: sc/uiconfig/scalc/ui/filldlg.ui:152
#, fuzzy
msgctxt "filldlg|left"
msgid "_Left"
msgstr "Links"
-#: filldlg.ui:176
+#: sc/uiconfig/scalc/ui/filldlg.ui:176
msgctxt "filldlg|label1"
msgid "Direction"
msgstr "Rigting"
-#: filldlg.ui:211
+#: sc/uiconfig/scalc/ui/filldlg.ui:211
msgctxt "filldlg|linear"
msgid "Li_near"
msgstr ""
-#: filldlg.ui:229
+#: sc/uiconfig/scalc/ui/filldlg.ui:229
msgctxt "filldlg|growth"
msgid "_Growth"
msgstr ""
-#: filldlg.ui:246
+#: sc/uiconfig/scalc/ui/filldlg.ui:246
#, fuzzy
msgctxt "filldlg|date"
msgid "Da_te"
msgstr "Datum"
-#: filldlg.ui:263
+#: sc/uiconfig/scalc/ui/filldlg.ui:263
#, fuzzy
msgctxt "filldlg|autofill"
msgid "_AutoFill"
msgstr "OutoInvul"
-#: filldlg.ui:287
+#: sc/uiconfig/scalc/ui/filldlg.ui:287
msgctxt "filldlg|label2"
msgid "Series Type"
msgstr ""
-#: filldlg.ui:322
+#: sc/uiconfig/scalc/ui/filldlg.ui:322
#, fuzzy
msgctxt "filldlg|day"
msgid "Da_y"
msgstr "Dag"
-#: filldlg.ui:340
+#: sc/uiconfig/scalc/ui/filldlg.ui:340
msgctxt "filldlg|week"
msgid "_Weekday"
msgstr ""
-#: filldlg.ui:358
+#: sc/uiconfig/scalc/ui/filldlg.ui:358
#, fuzzy
msgctxt "filldlg|month"
msgid "_Month"
msgstr "Maand"
-#: filldlg.ui:375
+#: sc/uiconfig/scalc/ui/filldlg.ui:375
#, fuzzy
msgctxt "filldlg|year"
msgid "Y_ear"
msgstr "Jaar"
-#: filldlg.ui:399
+#: sc/uiconfig/scalc/ui/filldlg.ui:399
msgctxt "filldlg|tuL"
msgid "Time Unit"
msgstr ""
-#: filldlg.ui:422
+#: sc/uiconfig/scalc/ui/filldlg.ui:422
msgctxt "filldlg|startL"
msgid "_Start value:"
msgstr ""
-#: filldlg.ui:436
+#: sc/uiconfig/scalc/ui/filldlg.ui:436
msgctxt "filldlg|endL"
msgid "End _value:"
msgstr ""
-#: filldlg.ui:450
+#: sc/uiconfig/scalc/ui/filldlg.ui:450
msgctxt "filldlg|incrementL"
msgid "In_crement:"
msgstr ""
-#: floatingborderstyle.ui:32
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:32
#, fuzzy
msgctxt "floatingborderstyle|none|tooltip_text"
msgid "No Border"
msgstr "Geen rand"
-#: floatingborderstyle.ui:45
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:45
msgctxt "floatingborderstyle|all|tooltip_text"
msgid "All Borders"
msgstr ""
-#: floatingborderstyle.ui:58
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:58
msgctxt "floatingborderstyle|outside|tooltip_text"
msgid "Outside Borders"
msgstr ""
-#: floatingborderstyle.ui:71
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:71
msgctxt "floatingborderstyle|thickbox|tooltip_text"
msgid "Thick Box Border"
msgstr ""
-#: floatingborderstyle.ui:95
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:95
msgctxt "floatingborderstyle|thickbottom|tooltip_text"
msgid "Thick Bottom Border"
msgstr ""
-#: floatingborderstyle.ui:108
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:108
msgctxt "floatingborderstyle|doublebottom|tooltip_text"
msgid "Double Bottom Border"
msgstr ""
-#: floatingborderstyle.ui:121
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:121
msgctxt "floatingborderstyle|topthickbottom|tooltip_text"
msgid "Top and Thick Bottom Borders"
msgstr ""
-#: floatingborderstyle.ui:134
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:134
msgctxt "floatingborderstyle|topdoublebottom|tooltip_text"
msgid "Top and Double Bottom Borders"
msgstr ""
-#: floatingborderstyle.ui:158
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:158
msgctxt "floatingborderstyle|left|tooltip_text"
msgid "Left Border"
msgstr ""
-#: floatingborderstyle.ui:171
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:171
msgctxt "floatingborderstyle|right|tooltip_text"
msgid "Right Border"
msgstr ""
-#: floatingborderstyle.ui:184
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:184
msgctxt "floatingborderstyle|top|tooltip_text"
msgid "Top Border"
msgstr ""
-#: floatingborderstyle.ui:197
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:197
msgctxt "floatingborderstyle|bottom|tooltip_text"
msgid "Bottom Border"
msgstr ""
-#: floatingborderstyle.ui:210
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:210
msgctxt "floatingborderstyle|diagup|tooltip_text"
msgid "Diagonal Up Border"
msgstr ""
-#: floatingborderstyle.ui:224
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:224
msgctxt "floatingborderstyle|diagdown|tooltip_text"
msgid "Diagonal Down Border"
msgstr ""
-#: floatingborderstyle.ui:238
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:238
msgctxt "floatingborderstyle|topbottom|tooltip_text"
msgid "Top and Bottom Borders"
msgstr ""
-#: floatingborderstyle.ui:252
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:252
msgctxt "floatingborderstyle|leftright|tooltip_text"
msgid "Left and Right Borders"
msgstr ""
-#: floatinglinestyle.ui:41
+#: sc/uiconfig/scalc/ui/floatinglinestyle.ui:41
msgctxt "floatinglinestyle|more"
msgid "_More Options..."
msgstr ""
-#: footerdialog.ui:8
+#: sc/uiconfig/scalc/ui/footerdialog.ui:8
#, fuzzy
msgctxt "footerdialog|FooterDialog"
msgid "Footers"
msgstr "Voet"
-#: footerdialog.ui:106
+#: sc/uiconfig/scalc/ui/footerdialog.ui:106
msgctxt "footerdialog|footerright"
msgid "Footer (right)"
msgstr ""
-#: footerdialog.ui:128
+#: sc/uiconfig/scalc/ui/footerdialog.ui:128
msgctxt "footerdialog|footerleft"
msgid "Footer (left)"
msgstr ""
-#: formatcellsdialog.ui:8
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:8
#, fuzzy
msgctxt "formatcellsdialog|FormatCellsDialog"
msgid "Format Cells"
msgstr "Formateer sel"
-#: formatcellsdialog.ui:106
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:106
#, fuzzy
msgctxt "formatcellsdialog|numbers"
msgid "Numbers"
msgstr "Nommer"
-#: formatcellsdialog.ui:128
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:128
msgctxt "formatcellsdialog|font"
msgid "Font"
msgstr "Font"
-#: formatcellsdialog.ui:151
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:151
msgctxt "formatcellsdialog|fonteffects"
msgid "Font Effects"
msgstr ""
-#: formatcellsdialog.ui:174
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:174
msgctxt "formatcellsdialog|alignment"
msgid "Alignment"
msgstr "Belyning"
-#: formatcellsdialog.ui:197
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:197
msgctxt "formatcellsdialog|asiantypography"
msgid "Asian Typography"
msgstr ""
-#: formatcellsdialog.ui:220
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:220
msgctxt "formatcellsdialog|borders"
msgid "Borders"
msgstr "Grense"
-#: formatcellsdialog.ui:243
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:243
msgctxt "formatcellsdialog|background"
msgid "Background"
msgstr "Agtergrond"
-#: formatcellsdialog.ui:266
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:266
msgctxt "formatcellsdialog|cellprotection"
msgid "Cell Protection"
msgstr ""
-#: formulacalculationoptions.ui:16
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:16
msgctxt "formulacalculationoptions|FormulaCalculationOptions"
msgid "Detailed Calculation Settings"
msgstr ""
-#: formulacalculationoptions.ui:46
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:46
msgctxt "formulacalculationoptions|labelConvT2N"
msgid "Conversion from text to number:"
msgstr ""
-#: formulacalculationoptions.ui:55
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:55
msgctxt "formulacalculationoptions|checkEmptyAsZero"
msgid "Treat _empty string as zero"
msgstr ""
-#: formulacalculationoptions.ui:73
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:73
msgctxt "formulacalculationoptions|labelSyntaxRef"
msgid "Reference syntax for string reference:"
msgstr ""
-#: formulacalculationoptions.ui:85
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:85
msgctxt "formulacalculationoptions|comboSyntaxRef"
msgid "Use formula syntax"
msgstr ""
-#: formulacalculationoptions.ui:102
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:102
msgctxt "formulacalculationoptions|comboConversion"
msgid "Generate #VALUE! error"
msgstr ""
-#: formulacalculationoptions.ui:103
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:103
msgctxt "formulacalculationoptions|comboConversion"
msgid "Treat as zero"
msgstr ""
-#: formulacalculationoptions.ui:104
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:104
msgctxt "formulacalculationoptions|comboConversion"
msgid "Convert only if unambiguous"
msgstr ""
-#: formulacalculationoptions.ui:105
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:105
msgctxt "formulacalculationoptions|comboConversion"
msgid "Convert also locale dependent"
msgstr ""
-#: formulacalculationoptions.ui:115
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:115
msgctxt "formulacalculationoptions|current_doc"
msgid "Apply those settings to current document only"
msgstr ""
-#: formulacalculationoptions.ui:136
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:137
msgctxt "formulacalculationoptions|label3"
msgid "Contents to Numbers"
msgstr ""
-#: functionpanel.ui:45
+#: sc/uiconfig/scalc/ui/functionpanel.ui:45
msgctxt "functionpanel|insert|tooltip_text"
msgid "Insert Function into calculation sheet"
msgstr ""
-#: functionpanel.ui:59
+#: sc/uiconfig/scalc/ui/functionpanel.ui:59
#, fuzzy
msgctxt "functionpanel|category"
msgid "Last Used"
msgstr "Vorige gebruik"
-#: functionpanel.ui:60
+#: sc/uiconfig/scalc/ui/functionpanel.ui:60
#, fuzzy
msgctxt "functionpanel|category"
msgid "All"
msgstr "Almal"
-#: functionpanel.ui:61
+#: sc/uiconfig/scalc/ui/functionpanel.ui:61
msgctxt "functionpanel|category"
msgid "Database"
msgstr "Databasis"
-#: functionpanel.ui:62
+#: sc/uiconfig/scalc/ui/functionpanel.ui:62
#, fuzzy
msgctxt "functionpanel|category"
msgid "Date&Time"
msgstr "Datum&tyd"
-#: functionpanel.ui:63
+#: sc/uiconfig/scalc/ui/functionpanel.ui:63
#, fuzzy
msgctxt "functionpanel|category"
msgid "Financial"
msgstr "Finansieel"
-#: functionpanel.ui:64
+#: sc/uiconfig/scalc/ui/functionpanel.ui:64
msgctxt "functionpanel|category"
msgid "Information"
msgstr "Inligting"
-#: functionpanel.ui:65
+#: sc/uiconfig/scalc/ui/functionpanel.ui:65
#, fuzzy
msgctxt "functionpanel|category"
msgid "Logical"
msgstr "Logies"
-#: functionpanel.ui:66
+#: sc/uiconfig/scalc/ui/functionpanel.ui:66
#, fuzzy
msgctxt "functionpanel|category"
msgid "Mathematical"
msgstr "Wiskundig"
-#: functionpanel.ui:67
+#: sc/uiconfig/scalc/ui/functionpanel.ui:67
#, fuzzy
msgctxt "functionpanel|category"
msgid "Array"
msgstr "Skikking "
-#: functionpanel.ui:68
+#: sc/uiconfig/scalc/ui/functionpanel.ui:68
#, fuzzy
msgctxt "functionpanel|category"
msgid "Statistical"
msgstr "Statistieke"
-#: functionpanel.ui:69
+#: sc/uiconfig/scalc/ui/functionpanel.ui:69
msgctxt "functionpanel|category"
msgid "Spreadsheet"
msgstr "Sigblad"
-#: functionpanel.ui:70
+#: sc/uiconfig/scalc/ui/functionpanel.ui:70
msgctxt "functionpanel|category"
msgid "Text"
msgstr "Teks"
-#: functionpanel.ui:71
+#: sc/uiconfig/scalc/ui/functionpanel.ui:71
msgctxt "functionpanel|category"
msgid "Add-in"
msgstr "Invoeg"
-#: functionpanel.ui:112
+#: sc/uiconfig/scalc/ui/functionpanel.ui:112
#, fuzzy
msgctxt "functionpanel|funcdesc"
msgid "label"
msgstr "Etiket"
-#: goalseekdlg.ui:9
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:9
msgctxt "goalseekdlg|GoalSeekDialog"
msgid "Goal Seek"
msgstr ""
-#: goalseekdlg.ui:97
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:97
msgctxt "goalseekdlg|formulatext"
msgid "_Formula cell:"
msgstr ""
-#: goalseekdlg.ui:110
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:110
msgctxt "goalseekdlg|label3"
msgid "Target _value:"
msgstr ""
-#: goalseekdlg.ui:123
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:123
msgctxt "goalseekdlg|vartext"
msgid "Variable _cell:"
msgstr ""
-#: goalseekdlg.ui:229
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:226
msgctxt "goalseekdlg|label1"
msgid "Default Settings"
msgstr ""
-#: groupbydate.ui:8
+#: sc/uiconfig/scalc/ui/groupbydate.ui:8
msgctxt "groupbydate|PivotTableGroupByDate"
msgid "Grouping"
msgstr "Groepering"
-#: groupbydate.ui:99
+#: sc/uiconfig/scalc/ui/groupbydate.ui:99
msgctxt "groupbydate|auto_start"
msgid "_Automatically"
msgstr ""
-#: groupbydate.ui:116
+#: sc/uiconfig/scalc/ui/groupbydate.ui:116
msgctxt "groupbydate|manual_start"
msgid "_Manually at:"
msgstr ""
-#: groupbydate.ui:153
+#: sc/uiconfig/scalc/ui/groupbydate.ui:152
msgctxt "groupbydate|label1"
msgid "Start"
msgstr "Begin"
-#: groupbydate.ui:188
+#: sc/uiconfig/scalc/ui/groupbydate.ui:187
msgctxt "groupbydate|auto_end"
msgid "A_utomatically"
msgstr ""
-#: groupbydate.ui:205
+#: sc/uiconfig/scalc/ui/groupbydate.ui:204
msgctxt "groupbydate|manual_end"
msgid "Ma_nually at:"
msgstr ""
-#: groupbydate.ui:242
+#: sc/uiconfig/scalc/ui/groupbydate.ui:240
msgctxt "groupbydate|label2"
msgid "End"
msgstr "Einde"
-#: groupbydate.ui:277
+#: sc/uiconfig/scalc/ui/groupbydate.ui:275
msgctxt "groupbydate|days"
msgid "Number of _days:"
msgstr ""
-#: groupbydate.ui:294
+#: sc/uiconfig/scalc/ui/groupbydate.ui:292
#, fuzzy
msgctxt "groupbydate|intervals"
msgid "_Intervals:"
msgstr "Interval"
-#: groupbydate.ui:344
+#: sc/uiconfig/scalc/ui/groupbydate.ui:341
#, fuzzy
msgctxt "groupbydate|label3"
msgid "Group by"
msgstr "~Groepeer volgens"
-#: groupbynumber.ui:9
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:9
msgctxt "groupbynumber|PivotTableGroupByNumber"
msgid "Grouping"
msgstr "Groepering"
-#: groupbynumber.ui:100
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:100
msgctxt "groupbynumber|auto_start"
msgid "_Automatically"
msgstr ""
-#: groupbynumber.ui:117
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:117
msgctxt "groupbynumber|manual_start"
msgid "_Manually at:"
msgstr ""
-#: groupbynumber.ui:155
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:154
msgctxt "groupbynumber|label1"
msgid "Start"
msgstr "Begin"
-#: groupbynumber.ui:190
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:189
msgctxt "groupbynumber|auto_end"
msgid "A_utomatically"
msgstr ""
-#: groupbynumber.ui:207
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:206
msgctxt "groupbynumber|manual_end"
msgid "Ma_nually at:"
msgstr ""
-#: groupbynumber.ui:245
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:243
msgctxt "groupbynumber|label2"
msgid "End"
msgstr "Einde"
-#: groupbynumber.ui:283
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:280
#, fuzzy
msgctxt "groupbynumber|label3"
msgid "Group by"
msgstr "~Groepeer volgens"
-#: groupdialog.ui:8
+#: sc/uiconfig/scalc/ui/groupdialog.ui:8
msgctxt "groupdialog|GroupDialog"
msgid "Group"
msgstr "Groep"
-#: groupdialog.ui:98
+#: sc/uiconfig/scalc/ui/groupdialog.ui:98
#, fuzzy
msgctxt "groupdialog|rows"
msgid "_Rows"
msgstr "Ry"
-#: groupdialog.ui:116
+#: sc/uiconfig/scalc/ui/groupdialog.ui:116
#, fuzzy
msgctxt "groupdialog|cols"
msgid "_Columns"
msgstr "Kolom"
-#: groupdialog.ui:141
+#: sc/uiconfig/scalc/ui/groupdialog.ui:141
msgctxt "groupdialog|includeLabel"
msgid "Include"
msgstr "Sluit in"
-#: headerdialog.ui:8
+#: sc/uiconfig/scalc/ui/headerdialog.ui:8
#, fuzzy
msgctxt "headerdialog|HeaderDialog"
msgid "Headers"
msgstr "Kop"
-#: headerdialog.ui:106
+#: sc/uiconfig/scalc/ui/headerdialog.ui:106
msgctxt "headerdialog|headerright"
msgid "Header (right)"
msgstr ""
-#: headerdialog.ui:128
+#: sc/uiconfig/scalc/ui/headerdialog.ui:128
msgctxt "headerdialog|headerleft"
msgid "Header (left)"
msgstr ""
-#: headerfootercontent.ui:22
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:22
#, fuzzy
msgctxt "headerfootercontent|labelFT_LEFT"
msgid "_Left area"
msgstr "Linkerarea"
-#: headerfootercontent.ui:37
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:37
#, fuzzy
msgctxt "headerfootercontent|labelFT_CENTER"
msgid "_Center area"
msgstr "Middelarea"
-#: headerfootercontent.ui:52
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:52
#, fuzzy
msgctxt "headerfootercontent|labelFT_RIGHT"
msgid "R_ight area"
msgstr "Regterarea"
-#: headerfootercontent.ui:123
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:123
#, fuzzy
msgctxt "headerfootercontent|labelFT_H_DEFINED"
msgid "_Header"
msgstr "Kop"
-#: headerfootercontent.ui:137
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:137
#, fuzzy
msgctxt "headerfootercontent|labelFT_F_DEFINED"
msgid "_Footer"
msgstr "Voet"
-#: headerfootercontent.ui:164
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:164
msgctxt "headerfootercontent|labelFT_H_CUSTOM"
msgid "Custom header"
msgstr ""
-#: headerfootercontent.ui:177
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:177
msgctxt "headerfootercontent|labelFT_F_CUSTOM"
msgid "Custom footer"
msgstr ""
-#: headerfootercontent.ui:204
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:204
msgctxt "headerfootercontent|buttonBTN_TEXT|tooltip_text"
msgid "Text Attributes"
msgstr "Teksattribute"
-#: headerfootercontent.ui:218
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:218
msgctxt "headerfootercontent|buttonBTN_FILE|tooltip_text"
msgid "Title"
msgstr "Titel"
-#: headerfootercontent.ui:233
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:233
#, fuzzy
msgctxt "headerfootercontent|buttonBTN_TABLE|tooltip_text"
msgid "Sheet Name"
msgstr "Blaainaam"
-#: headerfootercontent.ui:249
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:249
#, fuzzy
msgctxt "headerfootercontent|buttonBTN_PAGE|tooltip_text"
msgid "Page"
msgstr "Bladsye"
-#: headerfootercontent.ui:264
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:264
msgctxt "headerfootercontent|buttonBTN_PAGES|tooltip_text"
msgid "Pages"
msgstr "Bladsye"
-#: headerfootercontent.ui:280
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:280
msgctxt "headerfootercontent|buttonBTN_DATE|tooltip_text"
msgid "Date"
msgstr "Datum"
-#: headerfootercontent.ui:296
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:296
msgctxt "headerfootercontent|buttonBTN_TIME|tooltip_text"
msgid "Time"
msgstr "Tyd"
-#: headerfootercontent.ui:349
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:349
msgctxt "headerfootercontent|label2"
msgid "Use the buttons to change the font or insert field commands such as date, time, etc."
msgstr ""
-#: headerfootercontent.ui:358
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:358
#, fuzzy
msgctxt "headerfootercontent|label1"
msgid "Note"
msgstr "Geen"
-#: headerfootercontent.ui:379
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:379
msgctxt "headerfootercontent|labelSTR_HF_NONE_IN_BRACKETS"
msgid "(none)"
msgstr "(geen)"
-#: headerfootercontent.ui:391
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:391
#, fuzzy
msgctxt "headerfootercontent|labelSTR_PAGE"
msgid "Page"
msgstr "Bladsye"
-#: headerfootercontent.ui:403
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:403
msgctxt "headerfootercontent|labelSTR_HF_OF_QUESTION"
msgid "of ?"
msgstr ""
-#: headerfootercontent.ui:415
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:415
msgctxt "headerfootercontent|labelSTR_HF_CONFIDENTIAL"
msgid "Confidential"
msgstr ""
-#: headerfootercontent.ui:427
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:427
msgctxt "headerfootercontent|labelSTR_HF_CREATED_BY"
msgid "Created by"
msgstr ""
-#: headerfootercontent.ui:439
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:439
msgctxt "headerfootercontent|labelSTR_HF_CUSTOMIZED"
msgid "Customized"
msgstr ""
-#: headerfootercontent.ui:451
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:451
msgctxt "headerfootercontent|labelSTR_HF_OF"
msgid "of"
msgstr "van"
-#: headerfootercontent.ui:509
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:509
msgctxt "headerfootercontent|title"
msgid "Title"
msgstr "Titel"
-#: headerfootercontent.ui:517
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:517
#, fuzzy
msgctxt "headerfootercontent|filename"
msgid "File Name"
msgstr "~Lêernaam"
-#: headerfootercontent.ui:525
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:525
#, fuzzy
msgctxt "headerfootercontent|pathname"
msgid "Path/File Name"
msgstr "Pad/lêernaam"
-#: headerfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/headerfooterdialog.ui:8
msgctxt "headerfooterdialog|HeaderFooterDialog"
msgid "Headers/Footers"
msgstr ""
-#: headerfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/headerfooterdialog.ui:106
msgctxt "headerfooterdialog|header"
msgid "Header"
msgstr "Kop"
-#: headerfooterdialog.ui:128
+#: sc/uiconfig/scalc/ui/headerfooterdialog.ui:128
msgctxt "headerfooterdialog|footer"
msgid "Footer"
msgstr "Voet"
-#: imoptdialog.ui:9
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:9
msgctxt "imoptdialog|ImOptDialog"
msgid "Import File"
msgstr ""
-#: imoptdialog.ui:97
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:97
#, fuzzy
msgctxt "imoptdialog|charsetft"
msgid "_Character set:"
msgstr "Karakterstel"
-#: imoptdialog.ui:110
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:110
msgctxt "imoptdialog|fieldft"
msgid "_Field delimiter:"
msgstr ""
-#: imoptdialog.ui:124
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:124
msgctxt "imoptdialog|textft"
msgid "Strin_g delimiter:"
msgstr ""
-#: imoptdialog.ui:135
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:135
msgctxt "imoptdialog|asshown"
msgid "Save cell content as _shown"
msgstr ""
-#: imoptdialog.ui:151
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:151
msgctxt "imoptdialog|formulas"
msgid "Save cell fo_rmulas instead of calculated values"
msgstr ""
-#: imoptdialog.ui:167
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:167
msgctxt "imoptdialog|quoteall"
msgid "_Quote all text cells"
msgstr ""
-#: imoptdialog.ui:183
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:183
msgctxt "imoptdialog|fixedwidth"
msgid "Fixed column _width"
msgstr ""
-#: imoptdialog.ui:272
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:272
#, fuzzy
msgctxt "imoptdialog|label"
msgid "Field Options"
msgstr "Bekykopsies"
-#: insertcells.ui:8
+#: sc/uiconfig/scalc/ui/insertcells.ui:8
msgctxt "insertcells|InsertCellsDialog"
msgid "Insert Cells"
msgstr "Voeg selle in"
-#: insertcells.ui:98
+#: sc/uiconfig/scalc/ui/insertcells.ui:100
msgctxt "insertcells|down"
msgid "Shift cells _down"
msgstr ""
-#: insertcells.ui:117
+#: sc/uiconfig/scalc/ui/insertcells.ui:118
msgctxt "insertcells|right"
msgid "Shift cells _right"
msgstr ""
-#: insertcells.ui:135
+#: sc/uiconfig/scalc/ui/insertcells.ui:136
msgctxt "insertcells|rows"
msgid "Entire ro_w"
msgstr ""
-#: insertcells.ui:153
+#: sc/uiconfig/scalc/ui/insertcells.ui:154
msgctxt "insertcells|cols"
msgid "Entire _column"
msgstr ""
-#: insertcells.ui:177
+#: sc/uiconfig/scalc/ui/insertcells.ui:178
msgctxt "insertcells|label1"
msgid "Selection"
msgstr "Seleksie"
-#: insertname.ui:8
+#: sc/uiconfig/scalc/ui/insertname.ui:8
msgctxt "insertname|InsertNameDialog"
msgid "Paste Names"
msgstr ""
-#: insertname.ui:37
+#: sc/uiconfig/scalc/ui/insertname.ui:37
msgctxt "insertname|pasteall"
msgid "_Paste All"
msgstr ""
-#: insertsheet.ui:15
+#: sc/uiconfig/scalc/ui/insertsheet.ui:15
msgctxt "insertsheet|InsertSheetDialog"
msgid "Insert Sheet"
msgstr "Voeg vel in"
-#: insertsheet.ui:105
+#: sc/uiconfig/scalc/ui/insertsheet.ui:105
msgctxt "insertsheet|before"
msgid "B_efore current sheet"
msgstr ""
-#: insertsheet.ui:123
+#: sc/uiconfig/scalc/ui/insertsheet.ui:123
msgctxt "insertsheet|after"
msgid "_After current sheet"
msgstr ""
-#: insertsheet.ui:146
+#: sc/uiconfig/scalc/ui/insertsheet.ui:146
msgctxt "insertsheet|label1"
msgid "Position"
msgstr "Posisie"
-#: insertsheet.ui:192
+#: sc/uiconfig/scalc/ui/insertsheet.ui:192
msgctxt "insertsheet|new"
msgid "_New sheet"
msgstr ""
-#: insertsheet.ui:226
+#: sc/uiconfig/scalc/ui/insertsheet.ui:226
msgctxt "insertsheet|countft"
msgid "N_o. of sheets:"
msgstr ""
-#: insertsheet.ui:242
+#: sc/uiconfig/scalc/ui/insertsheet.ui:242
#, fuzzy
msgctxt "insertsheet|nameft"
msgid "Na_me:"
msgstr "Naam"
-#: insertsheet.ui:275
+#: sc/uiconfig/scalc/ui/insertsheet.ui:273
#, fuzzy
msgctxt "insertsheet|nameed"
msgid "Sheet..."
msgstr "~Vel..."
-#: insertsheet.ui:310
+#: sc/uiconfig/scalc/ui/insertsheet.ui:308
msgctxt "insertsheet|fromfile"
msgid "_From file"
msgstr ""
-#: insertsheet.ui:371
+#: sc/uiconfig/scalc/ui/insertsheet.ui:369
msgctxt "insertsheet|tables-atkobject"
msgid "Tables in file"
msgstr ""
-#: insertsheet.ui:391
+#: sc/uiconfig/scalc/ui/insertsheet.ui:389
#, fuzzy
msgctxt "insertsheet|browse"
msgid "_Browse..."
msgstr "Blaai..."
-#: insertsheet.ui:406
+#: sc/uiconfig/scalc/ui/insertsheet.ui:404
#, fuzzy
msgctxt "insertsheet|link"
msgid "Lin_k"
msgstr "Skakel"
-#: insertsheet.ui:455
+#: sc/uiconfig/scalc/ui/insertsheet.ui:453
msgctxt "insertsheet|label2"
msgid "Sheet"
msgstr "Vel"
-#: integerdialog.ui:14
+#: sc/uiconfig/scalc/ui/integerdialog.ui:14
msgctxt "integerdialog|IntegerDialog"
msgid "Edit Setting"
msgstr ""
-#: leftfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/leftfooterdialog.ui:8
msgctxt "leftfooterdialog|LeftFooterDialog"
msgid "Footer (left)"
msgstr ""
-#: leftfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/leftfooterdialog.ui:106
msgctxt "leftfooterdialog|footerleft"
msgid "Footer (left)"
msgstr ""
-#: leftheaderdialog.ui:8
+#: sc/uiconfig/scalc/ui/leftheaderdialog.ui:8
msgctxt "leftheaderdialog|Left Header"
msgid "Header (left)"
msgstr ""
-#: leftheaderdialog.ui:106
+#: sc/uiconfig/scalc/ui/leftheaderdialog.ui:106
msgctxt "leftheaderdialog|headerleft"
msgid "Header (left)"
msgstr ""
-#: managenamesdialog.ui:10
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:10
#, fuzzy
msgctxt "managenamesdialog|ManageNamesDialog"
msgid "Manage Names"
msgstr "Omvangname"
-#: managenamesdialog.ui:115
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:115
msgctxt "managenamesdialog|info"
msgid "Select cells in the document to update the range."
msgstr ""
-#: managenamesdialog.ui:135
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:135
#, fuzzy
msgctxt "managenamesdialog|label2"
msgid "Name:"
msgstr "Naam"
-#: managenamesdialog.ui:149
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:149
#, fuzzy
msgctxt "managenamesdialog|label4"
msgid "Scope:"
msgstr "Skopus"
-#: managenamesdialog.ui:213
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:212
msgctxt "managenamesdialog|label3"
msgid "Range or formula expression:"
msgstr ""
-#: managenamesdialog.ui:261
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:259
#, fuzzy
msgctxt "managenamesdialog|printrange"
msgid "_Print range"
msgstr "Drukomvang"
-#: managenamesdialog.ui:276
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:274
#, fuzzy
msgctxt "managenamesdialog|filter"
msgid "_Filter"
msgstr "Filter"
-#: managenamesdialog.ui:291
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:289
msgctxt "managenamesdialog|colheader"
msgid "Repeat _column"
msgstr ""
-#: managenamesdialog.ui:306
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:304
msgctxt "managenamesdialog|rowheader"
msgid "Repeat _row"
msgstr ""
-#: managenamesdialog.ui:327
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:325
msgctxt "managenamesdialog|label1"
msgid "Range _Options"
msgstr ""
-#: managenamesdialog.ui:398
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:396
msgctxt "managenamesdialog|treeviewcolumn1"
msgid "column"
msgstr "kolom"
-#: mergecellsdialog.ui:8
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:8
msgctxt "mergecellsdialog|MergeCellsDialog"
msgid "Merge Cells"
msgstr "Voeg selle saam"
-#: mergecellsdialog.ui:84
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:81
msgctxt "mergecellsdialog|label"
msgid "Some cells are not empty."
msgstr ""
-#: mergecellsdialog.ui:95
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:96
#, fuzzy
msgctxt "mergecellsdialog|move-cells-radio"
msgid "Move the contents of the hidden cells into the first cell"
msgstr "Moet die inhoud van versteekde selle na die eerste sel geskuif word?"
-#: mergecellsdialog.ui:112
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:111
+msgctxt "mergecellsdialog|empty-cells-radio"
+msgid "Empty the contents of the hidden cells"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:126
msgctxt "mergecellsdialog|keep-content-radio"
msgid "Keep the contents of the hidden cells"
msgstr ""
-#: mergecellsdialog.ui:129
-msgctxt "mergecellsdialog|empty-cells-radio"
-msgid "Empty the contents of the hidden cells"
+#: sc/uiconfig/scalc/ui/mergecolumnentry.ui:21
+msgctxt "mergecolumnentry|name"
+msgid "Merge Column Action"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/mergecolumnentry.ui:37
+msgctxt "mergecolumnentry|separator"
+msgid "Separator:"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/mergecolumnentry.ui:58
+msgctxt "mergecolumnentry|columns"
+msgid "Columns:"
msgstr ""
-#: movecopysheet.ui:8
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:8
#, fuzzy
msgctxt "movecopysheet|MoveCopySheetDialog"
msgid "Move/Copy Sheet"
msgstr "~Skuif/kopieer vel..."
-#: movecopysheet.ui:90
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:90
#, fuzzy
msgctxt "movecopysheet|move"
msgid "_Move"
msgstr "Skuif"
-#: movecopysheet.ui:109
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:109
#, fuzzy
msgctxt "movecopysheet|copy"
msgid "C_opy"
msgstr "Kopieer"
-#: movecopysheet.ui:134
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:134
msgctxt "movecopysheet|label1"
msgid "Action"
msgstr "Aksie"
-#: movecopysheet.ui:184
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:184
#, fuzzy
msgctxt "movecopysheet|toDocumentLabel"
msgid "To _document"
msgstr "Na dokument"
-#: movecopysheet.ui:199
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:199
msgctxt "movecopysheet|toDocument"
msgid "(current document)"
msgstr ""
-#: movecopysheet.ui:200
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:200
msgctxt "movecopysheet|toDocument"
msgid "- new document -"
msgstr ""
-#: movecopysheet.ui:229
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:229
msgctxt "movecopysheet|insertBeforeLabel"
msgid "_Insert before"
msgstr ""
-#: movecopysheet.ui:279
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:279
msgctxt "movecopysheet|label2"
msgid "Location"
msgstr "Ligging"
-#: movecopysheet.ui:348
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:347
#, fuzzy
msgctxt "movecopysheet|warnunused"
msgid "This name is already used."
msgstr "Hierdie naam is reeds in gebruik."
-#: movecopysheet.ui:363
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:362
msgctxt "movecopysheet|warnempty"
msgid "Name is empty."
msgstr ""
-#: movecopysheet.ui:378
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:377
msgctxt "movecopysheet|warninvalid"
msgid "Name contains one or more invalid characters."
msgstr ""
-#: movecopysheet.ui:403
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:402
msgctxt "movecopysheet|newNameLabel"
msgid "New _name"
msgstr ""
-#: movingaveragedialog.ui:16
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:16
msgctxt "movingaveragedialog|MovingAverageDialog"
msgid "Moving Average"
msgstr ""
-#: movingaveragedialog.ui:49
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:49
msgctxt "movingaveragedialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: movingaveragedialog.ui:88
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:87
msgctxt "movingaveragedialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: movingaveragedialog.ui:130
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:128
msgctxt "movingaveragedialog|label3"
msgid "Data"
msgstr "Data"
-#: movingaveragedialog.ui:224
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:222
#, fuzzy
msgctxt "movingaveragedialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Kolom"
-#: movingaveragedialog.ui:239
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:238
#, fuzzy
msgctxt "movingaveragedialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ry"
-#: movingaveragedialog.ui:260
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:260
#, fuzzy
msgctxt "movingaveragedialog|label2"
msgid "Grouped by"
msgstr "Gegroepeer volgens: "
-#: movingaveragedialog.ui:298
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:298
#, fuzzy
msgctxt "movingaveragedialog|interval-label"
msgid "Interval:"
msgstr "Interval"
-#: movingaveragedialog.ui:328
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:327
#, fuzzy
msgctxt "movingaveragedialog|label1"
msgid "Parameters"
msgstr "~Parameters"
-#: multipleoperationsdialog.ui:9
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:9
msgctxt "multipleoperationsdialog|MultipleOperationsDialog"
msgid "Multiple operations"
msgstr "Veelvuldige bewerkings"
-#: multipleoperationsdialog.ui:42
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:42
#, fuzzy
msgctxt "multipleoperationsdialog|formulasft"
msgid "_Formulas:"
msgstr "Formules"
-#: multipleoperationsdialog.ui:56
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:56
msgctxt "multipleoperationsdialog|rowft"
msgid "_Row input cell:"
msgstr ""
-#: multipleoperationsdialog.ui:70
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:70
msgctxt "multipleoperationsdialog|colft"
msgid "_Column input cell:"
msgstr ""
-#: multipleoperationsdialog.ui:159
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:156
msgctxt "multipleoperationsdialog|label1"
msgid "Default Settings"
msgstr ""
-#: namerangesdialog.ui:9
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:9
msgctxt "namerangesdialog|NameRangesDialog"
msgid "Define Label Range"
msgstr ""
-#: namerangesdialog.ui:147
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:146
msgctxt "namerangesdialog|colhead"
msgid "Contains _column labels"
msgstr ""
-#: namerangesdialog.ui:165
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:164
msgctxt "namerangesdialog|rowhead"
msgid "Contains _row labels"
msgstr ""
-#: namerangesdialog.ui:192
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:191
msgctxt "namerangesdialog|datarange"
msgid "For _data range"
msgstr ""
-#: namerangesdialog.ui:303
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:301
msgctxt "namerangesdialog|label1"
msgid "Range"
msgstr "Omvang"
-#: navigatorpanel.ui:30
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:30
#, fuzzy
msgctxt "navigatorpanel|label1"
msgid "Column:"
msgstr "Kolom"
-#: navigatorpanel.ui:44
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:44
#, fuzzy
msgctxt "navigatorpanel|label2"
msgid "Row:"
msgstr "Ry"
-#: navigatorpanel.ui:58
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:58
msgctxt "navigatorpanel|column|tooltip_text"
msgid "Column"
msgstr "Kolom"
-#: navigatorpanel.ui:70
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:70
msgctxt "navigatorpanel|row|tooltip_text"
msgid "Row"
msgstr "Ry"
-#: navigatorpanel.ui:86
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:86
msgctxt "navigatorpanel|datarange|tooltip_text"
msgid "Data Range"
msgstr "Dataomvang"
-#: navigatorpanel.ui:99
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:99
msgctxt "navigatorpanel|start|tooltip_text"
msgid "Start"
msgstr "Begin"
-#: navigatorpanel.ui:112
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:112
msgctxt "navigatorpanel|end|tooltip_text"
msgid "End"
msgstr "Einde"
-#: navigatorpanel.ui:125
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:125
msgctxt "navigatorpanel|contents|tooltip_text"
msgid "Contents"
msgstr "Inhoud"
-#: navigatorpanel.ui:138
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:138
msgctxt "navigatorpanel|toggle|tooltip_text"
msgid "Toggle"
msgstr "Swik"
-#: navigatorpanel.ui:151
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:151
#, fuzzy
msgctxt "navigatorpanel|scenarios|tooltip_text"
msgid "Scenarios"
msgstr "Scenario"
-#: navigatorpanel.ui:164
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:164
#, fuzzy
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr "Sleepmodus"
-#: navigatorpanel.ui:190
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:190
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "Dokument"
-#: navigatorpanel.ui:193
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:193
#, fuzzy
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "Aktiewe venster"
-#: nosolutiondialog.ui:8
+#: sc/uiconfig/scalc/ui/nosolutiondialog.ui:8
msgctxt "nosolutiondialog|NoSolutionDialog"
msgid "No Solution"
msgstr ""
-#: nosolutiondialog.ui:55
+#: sc/uiconfig/scalc/ui/nosolutiondialog.ui:55
msgctxt "nosolutiondialog|label1"
msgid "No solution was found."
msgstr ""
-#: notebookbar.ui:391
+#: sc/uiconfig/scalc/ui/notebookbar.ui:2369
+msgctxt "notebookbar_compact|fileb"
+msgid "_File"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:2388
+msgctxt "notebookbar_compact|fileb"
+msgid "_Help"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3187
msgctxt "notebookbar|FileLabel"
msgid "File"
msgstr "Lêer"
-#: notebookbar.ui:468
-#, fuzzy
-msgctxt "notebookbar|FormatPaintbrush"
-msgid "Clone"
-msgstr "Keël"
-
-#: notebookbar.ui:668
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3575
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6575
msgctxt "notebookbar|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
-#: notebookbar.ui:907
-#, fuzzy
-msgctxt "notebookbar|verticalalignment|tooltip_text"
-msgid "Vertical Alignment"
-msgstr "Vert. belyning"
-
-#: notebookbar.ui:1053
-msgctxt "notebookbar|horizontalalignment|tooltip_text"
-msgid "Horizontal Alignment"
-msgstr ""
-
-#: notebookbar.ui:1116
-msgctxt "notebookbar|indent|tooltip_text"
-msgid "Indent"
-msgstr "Inkeep"
-
-#: notebookbar.ui:1123
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3850
msgctxt "notebookbar|increaseindent1|tooltip_text"
msgid "Increase Indent"
msgstr "Vermeerder keep"
-#: notebookbar.ui:1139
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3866
msgctxt "notebookbar|decreaseindent1|tooltip_text"
msgid "Decrease Indent"
msgstr "Verminder keep"
-#: notebookbar.ui:1677
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4857
+msgctxt "notebookbar_compact|menub"
+msgid "_Home"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4965
#, fuzzy
msgctxt "notebookbar|CalcLabel"
msgid "Home"
msgstr "Sekere"
-#: notebookbar.ui:1762
-msgctxt "notebookbar|InsertAVMedia|tooltip_text"
-msgid "Insert Audio or Video"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5412
+msgctxt "notebookbar|Field"
+msgid "Fiel_d"
msgstr ""
-#: notebookbar.ui:1918
-#, fuzzy
-msgctxt "notebookbar|InsertSymbol"
-msgid "Symbol"
-msgstr "Simbole"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5917
+msgctxt "notebookbar_compact|menub"
+msgid "_Insert"
+msgstr ""
-#: notebookbar.ui:2022
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6002
msgctxt "notebookbar|InsertLabel"
msgid "Insert"
msgstr "Voeg in"
-#: notebookbar.ui:2090
-msgctxt "notebookbar|ToggleSheetGrid"
-msgid "Toggle Grid Lines"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6031
+msgctxt "notebookbar_compact|reviewb"
+msgid "Pag_e"
msgstr ""
-#: notebookbar.ui:2247
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6759
msgctxt "notebookbar|PageLayoutLabel"
-msgid "Page Layout"
+msgid "Layout"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7660
+msgctxt "notebookbar|Statistics"
+msgid "_Statistics"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7728
+msgctxt "notebookbar_compact|viewb"
+msgid "_Data"
msgstr ""
-#: notebookbar.ui:2726
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7836
msgctxt "notebookbar|DataLabel"
msgid "Data"
msgstr "Data"
-#: notebookbar.ui:2756
-#, fuzzy
-msgctxt "notebookbar|SpellOnline"
-msgid "Auto Spellcheck"
-msgstr "~OutoSpeltoets"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8459
+msgctxt "notebookbar_compact|reviewR"
+msgid "_Review"
+msgstr ""
-#: notebookbar.ui:3041
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8544
msgctxt "notebookbar|ReviewLabel"
msgid "Review"
msgstr "Resensie"
-#: notebookbar.ui:3119
-msgctxt "notebookbar|ToggleSheetGrid2"
-msgid "Toggle Grid Lines"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9320
+msgctxt "notebookbar_compact|viewb"
+msgid "_View"
msgstr ""
-#: notebookbar.ui:3345
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9405
msgctxt "notebookbar|ViewLabel"
msgid "View"
msgstr "Bekyk"
-#: notebookbar.ui:3860
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10240
+msgctxt "notebookbar|graphicB"
+msgid "_Graphic"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10352
msgctxt "notebookbar|ImageLabel"
msgid "Image"
msgstr "Beeld"
-#: notebookbar_groupedbar_compact.ui:3863
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11636
+msgctxt "notebookbar|drab"
+msgid "D_raw"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11748
+msgctxt "notebookbar|ShapeLabel"
+msgid "Draw"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12402
+msgctxt "notebookbar|frame:MenuDraw"
+msgid "Object"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12491
+msgctxt "notebookbar|FrameLabel"
+msgid "Object"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12522
+msgctxt "notebookbar_compact|referenceb"
+msgid "_Tools"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13659
+msgctxt "notebookbar_compact|DevLabel"
+msgid "Tools"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3856
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|defaultD"
msgid "Default"
msgstr "~Verstek"
-#: notebookbar_groupedbar_compact.ui:3877
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3870
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|Accent1"
msgid "Accent 1"
msgstr "Aksent "
-#: notebookbar_groupedbar_compact.ui:3885
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3878
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|Accent2"
msgid "Accent 2"
msgstr "Aksent "
-#: notebookbar_groupedbar_compact.ui:3893
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3886
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|Accent3"
msgid "Accent 3"
msgstr "Aksent "
-#: notebookbar_groupedbar_compact.ui:3907
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3900
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|Header1"
msgid "Header 1"
msgstr "Kop"
-#: notebookbar_groupedbar_compact.ui:3915
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3908
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|Header2"
msgid "Header 2"
msgstr "Kop"
-#: notebookbar_groupedbar_compact.ui:3929
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3922
msgctxt "notebookbar_groupedbar_compact|bad"
msgid "Bad"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3937
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3930
msgctxt "notebookbar_groupedbar_compact|error"
msgid "Error"
msgstr "Fout"
-#: notebookbar_groupedbar_compact.ui:3945
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3938
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|good"
msgid "Good"
msgstr "Goud"
-#: notebookbar_groupedbar_compact.ui:3953
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3946
msgctxt "notebookbar_groupedbar_compact|neutral"
msgid "Neutral"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3961
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3954
msgctxt "notebookbar_groupedbar_compact|warning"
msgid "Warning"
msgstr "Waarskuwing"
-#: notebookbar_groupedbar_compact.ui:3975
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3968
msgctxt "notebookbar_groupedbar_compact|footnote"
msgid "Footnote"
msgstr "Voetnoot"
-#: notebookbar_groupedbar_compact.ui:3983
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3976
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|note"
msgid "Note"
msgstr "Geen"
-#: notebookbar_groupedbar_compact.ui:4643
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4625
+msgctxt "notebookbar_groupedbar_compact|menub"
+msgid "_Menu"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4681
+#, fuzzy
+msgctxt "notebookbar_groupedbar_compact|toolsb"
+msgid "_Tools"
+msgstr "Nutsgoed"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4770
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|fileb"
msgid "_File"
msgstr "Lêer"
-#: notebookbar_groupedbar_compact.ui:4782
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4925
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|editb"
msgid "_Edit"
msgstr "Redigeer"
-#: notebookbar_groupedbar_compact.ui:4939
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5083
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphstyleb"
msgid "St_yles"
msgstr "Style"
-#: notebookbar_groupedbar_compact.ui:5092
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5240
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|formatb"
msgid "F_ont"
msgstr "Font"
-#: notebookbar_groupedbar_compact.ui:5152
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5301
msgctxt "notebookbar_groupedbar_compact|bordertype"
msgid "Specify the borders of the selected cells."
msgstr ""
-#: notebookbar_groupedbar_compact.ui:5315
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5462
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|numberb"
msgid "_Number"
msgstr "Nommer"
-#: notebookbar_groupedbar_compact.ui:5470
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5621
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphb"
msgid "_Alignment"
msgstr "Belyning"
-#: notebookbar_groupedbar_compact.ui:5633
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5788
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|cellb"
msgid "_Cells"
msgstr "Selle"
-#: notebookbar_groupedbar_compact.ui:5772
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5931
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|insertb"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_groupedbar_compact.ui:5901
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6064
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|datab"
msgid "_Data"
msgstr "Data"
-#: notebookbar_groupedbar_compact.ui:6011
-#, fuzzy
-msgctxt "notebookbar_groupedbar_compact|viewb"
-msgid "_View"
-msgstr "Bekyk"
-
-#: notebookbar_groupedbar_compact.ui:6120
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6178
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|reviewb"
msgid "_Review"
msgstr "Resensie"
-#: notebookbar_groupedbar_compact.ui:6262
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6293
+#, fuzzy
+msgctxt "notebookbar_groupedbar_compact|viewb"
+msgid "_View"
+msgstr "Bekyk"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6434
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|graphicB"
msgid "_Graphic"
msgstr "Grafika"
-#: notebookbar_groupedbar_compact.ui:6366
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6539
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|colorb"
msgid "C_olor"
msgstr "Kleur"
-#: notebookbar_groupedbar_compact.ui:6705
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6882
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|arrange"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_compact.ui:6865
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7046
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|GridB"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_compact.ui:6985
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7173
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|languageb"
msgid "_Language"
msgstr "Taal"
-#: notebookbar_groupedbar_compact.ui:7111
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7303
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|revieb"
msgid "_Review"
msgstr "Resensie"
-#: notebookbar_groupedbar_compact.ui:7261
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7438
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|commentsb"
msgid "_Comments"
msgstr "Opmerkings"
-#: notebookbar_groupedbar_compact.ui:7361
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7539
msgctxt "notebookbar_groupedbar_compact|compareb"
msgid "Com_pare"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:7461
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7643
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewA"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_compact.ui:7634
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7820
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|editdrawb"
msgid "_Styles"
msgstr "Style"
-#: notebookbar_groupedbar_compact.ui:7850
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8037
msgctxt "notebookbar_groupedbar_compact|drawb"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8040
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8228
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|arrangeD"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_compact.ui:8149
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8341
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|Grid"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_compact.ui:8258
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8454
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewDrawb"
msgid "Grou_p"
msgstr "Groep"
-#: notebookbar_groupedbar_compact.ui:8366
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8566
msgctxt "notebookbar_groupedbar_compact|3Db"
msgid "3_D"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8549
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8753
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|oleB"
msgid "F_rame"
msgstr "Raam"
-#: notebookbar_groupedbar_compact.ui:8756
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8961
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|arrangeO"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_compact.ui:8865
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9074
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|GridO"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_compact.ui:8975
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9188
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewO"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_compact.ui:9080
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9297
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphstyles"
msgid "_Styles"
msgstr "Style"
-#: notebookbar_groupedbar_compact.ui:9255
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9473
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|formats"
msgid "F_ormat"
msgstr "Formaat"
-#: notebookbar_groupedbar_compact.ui:9527
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9749
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphS"
msgid "_Paragraph"
msgstr "Paragraaf"
-#: notebookbar_groupedbar_compact.ui:9685
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9911
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewS"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_compact.ui:9795
-msgctxt "notebookbar_groupedbar_compact|menub"
-msgid "_Menu"
-msgstr ""
-
-#: notebookbar_groupedbar_compact.ui:9850
-#, fuzzy
-msgctxt "notebookbar_groupedbar_compact|toolsb"
-msgid "_Tools"
-msgstr "Nutsgoed"
-
-#: notebookbar_groupedbar_full.ui:3663
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3663
msgctxt "notebookbar_groupedbar_full|menubarD"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3797
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3790
#, fuzzy
msgctxt "notebookbar_groupedbar_full|defaultD"
msgid "Default"
msgstr "~Verstek"
-#: notebookbar_groupedbar_full.ui:3811
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3804
#, fuzzy
msgctxt "notebookbar_groupedbar_full|Accent1"
msgid "Accent 1"
msgstr "Aksent "
-#: notebookbar_groupedbar_full.ui:3819
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3812
#, fuzzy
msgctxt "notebookbar_groupedbar_full|Accent2"
msgid "Accent 2"
msgstr "Aksent "
-#: notebookbar_groupedbar_full.ui:3827
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3820
#, fuzzy
msgctxt "notebookbar_groupedbar_full|Accent3"
msgid "Accent 3"
msgstr "Aksent "
-#: notebookbar_groupedbar_full.ui:3841
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3834
#, fuzzy
msgctxt "notebookbar_groupedbar_full|Header1"
msgid "Header 1"
msgstr "Kop"
-#: notebookbar_groupedbar_full.ui:3849
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3842
#, fuzzy
msgctxt "notebookbar_groupedbar_full|Header2"
msgid "Header 2"
msgstr "Kop"
-#: notebookbar_groupedbar_full.ui:3863
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3856
msgctxt "notebookbar_groupedbar_full|bad"
msgid "Bad"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3871
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3864
msgctxt "notebookbar_groupedbar_full|error"
msgid "Error"
msgstr "Fout"
-#: notebookbar_groupedbar_full.ui:3879
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3872
#, fuzzy
msgctxt "notebookbar_groupedbar_full|good"
msgid "Good"
msgstr "Goud"
-#: notebookbar_groupedbar_full.ui:3887
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3880
msgctxt "notebookbar_groupedbar_full|neutral"
msgid "Neutral"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3895
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3888
msgctxt "notebookbar_groupedbar_full|warning"
msgid "Warning"
msgstr "Waarskuwing"
-#: notebookbar_groupedbar_full.ui:3909
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3902
msgctxt "notebookbar_groupedbar_full|footnote"
msgid "Footnote"
msgstr "Voetnoot"
-#: notebookbar_groupedbar_full.ui:3917
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3910
#, fuzzy
msgctxt "notebookbar_groupedbar_full|note"
msgid "Note"
msgstr "Geen"
-#: notebookbar_groupedbar_full.ui:4589
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4564
+msgctxt "notebookbar_groupedbar_full|menub"
+msgid "_Menu"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4617
+#, fuzzy
+msgctxt "notebookbar_groupedbar_full|toolsb"
+msgid "_Tools"
+msgstr "Nutsgoed"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4672
+#, fuzzy
+msgctxt "notebookbar_groupedbar_full|helpb"
+msgid "_Help"
+msgstr "Hulp"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4780
#, fuzzy
msgctxt "notebookbar_groupedbar_full|fileb"
msgid "_File"
msgstr "Lêer"
-#: notebookbar_groupedbar_full.ui:4811
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5018
#, fuzzy
msgctxt "notebookbar_groupedbar_full|editb"
msgid "_Edit"
msgstr "Redigeer"
-#: notebookbar_groupedbar_full.ui:5007
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5215
#, fuzzy
msgctxt "notebookbar_groupedbar_full|paragraphstyleb"
msgid "St_yles"
msgstr "Style"
-#: notebookbar_groupedbar_full.ui:5278
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5490
#, fuzzy
msgctxt "notebookbar_groupedbar_full|formatb"
msgid "F_ont"
msgstr "Font"
-#: notebookbar_groupedbar_full.ui:5525
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5737
#, fuzzy
msgctxt "notebookbar_groupedbar_full|numberb"
msgid "_Number"
msgstr "Nommer"
-#: notebookbar_groupedbar_full.ui:5736
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5952
#, fuzzy
msgctxt "notebookbar_groupedbar_full|paragraphb"
msgid "_Alignment"
msgstr "Belyning"
-#: notebookbar_groupedbar_full.ui:5974
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6194
#, fuzzy
msgctxt "notebookbar_groupedbar_full|cellb"
msgid "_Cells"
msgstr "Selle"
-#: notebookbar_groupedbar_full.ui:6147
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6371
#, fuzzy
msgctxt "notebookbar_groupedbar_full|insertb"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_groupedbar_full.ui:6317
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6545
#, fuzzy
msgctxt "notebookbar_groupedbar_full|datab"
msgid "_Data"
msgstr "Data"
-#: notebookbar_groupedbar_full.ui:6500
-#, fuzzy
-msgctxt "notebookbar_groupedbar_full|viewb"
-msgid "_View"
-msgstr "Bekyk"
-
-#: notebookbar_groupedbar_full.ui:6668
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6717
#, fuzzy
msgctxt "notebookbar_groupedbar_full|reviewb"
msgid "_Review"
msgstr "Resensie"
-#: notebookbar_groupedbar_full.ui:6889
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6904
+#, fuzzy
+msgctxt "notebookbar_groupedbar_full|viewb"
+msgid "_View"
+msgstr "Bekyk"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:7129
#, fuzzy
msgctxt "notebookbar_groupedbar_full|graphicB"
msgid "_Graphic"
msgstr "Grafika"
-#: notebookbar_groupedbar_full.ui:7240
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:7481
#, fuzzy
msgctxt "notebookbar_groupedbar_full|arrange"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_full.ui:7389
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:7634
#, fuzzy
msgctxt "notebookbar_groupedbar_full|colorb"
msgid "C_olor"
msgstr "Kleur"
-#: notebookbar_groupedbar_full.ui:7640
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:7889
#, fuzzy
msgctxt "notebookbar_groupedbar_full|GridB"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_full.ui:7776
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8029
#, fuzzy
msgctxt "notebookbar_groupedbar_full|languageb"
msgid "_Language"
msgstr "Taal"
-#: notebookbar_groupedbar_full.ui:8001
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8258
#, fuzzy
msgctxt "notebookbar_groupedbar_full|revieb"
msgid "_Review"
msgstr "Resensie"
-#: notebookbar_groupedbar_full.ui:8213
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8471
#, fuzzy
msgctxt "notebookbar_groupedbar_full|commentsb"
msgid "_Comments"
msgstr "Opmerkings"
-#: notebookbar_groupedbar_full.ui:8415
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8674
msgctxt "notebookbar_groupedbar_full|compareb"
msgid "Com_pare"
msgstr ""
-#: notebookbar_groupedbar_full.ui:8613
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8876
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewa"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_full.ui:9055
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:9322
msgctxt "notebookbar_groupedbar_full|drawb"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_full.ui:9425
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:9693
#, fuzzy
msgctxt "notebookbar_groupedbar_full|editdrawb"
msgid "_Edit"
msgstr "Redigeer"
-#: notebookbar_groupedbar_full.ui:9762
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10034
#, fuzzy
msgctxt "notebookbar_groupedbar_full|arrangedrawb"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_full.ui:9926
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10202
#, fuzzy
msgctxt "notebookbar_groupedbar_full|GridDrawB"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_full.ui:10124
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10404
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewDrawb"
msgid "Grou_p"
msgstr "Groep"
-#: notebookbar_groupedbar_full.ui:10273
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10557
msgctxt "notebookbar_groupedbar_full|3Db"
msgid "3_D"
msgstr ""
-#: notebookbar_groupedbar_full.ui:10580
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10868
#, fuzzy
msgctxt "notebookbar_groupedbar_full|formatd"
msgid "F_ont"
msgstr "Font"
-#: notebookbar_groupedbar_full.ui:10845
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11134
#, fuzzy
msgctxt "notebookbar_groupedbar_full|paragraphTextb"
msgid "_Alignment"
msgstr "Belyning"
-#: notebookbar_groupedbar_full.ui:11043
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11336
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewd"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_full.ui:11193
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11490
#, fuzzy
msgctxt "notebookbar_groupedbar_full|insertTextb"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_groupedbar_full.ui:11334
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11635
#, fuzzy
msgctxt "notebookbar_groupedbar_full|media"
msgid "_Media"
msgstr "Media"
-#: notebookbar_groupedbar_full.ui:11571
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11876
#, fuzzy
msgctxt "notebookbar_groupedbar_full|oleB"
msgid "F_rame"
msgstr "Raam"
-#: notebookbar_groupedbar_full.ui:12001
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:12307
#, fuzzy
msgctxt "notebookbar_groupedbar_full|arrageOLE"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_full.ui:12164
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:12474
#, fuzzy
msgctxt "notebookbar_groupedbar_full|OleGridB"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_full.ui:12362
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:12676
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewf"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_full.ui:12509
-msgctxt "notebookbar_groupedbar_full|menub"
-msgid "_Menu"
-msgstr ""
-
-#: notebookbar_groupedbar_full.ui:12561
-#, fuzzy
-msgctxt "notebookbar_groupedbar_full|toolsb"
-msgid "_Tools"
-msgstr "Nutsgoed"
-
-#: notebookbar_groupedbar_full.ui:12615
-#, fuzzy
-msgctxt "notebookbar_groupedbar_full|helpb"
-msgid "_Help"
-msgstr "Hulp"
-
-#: notebookbar_groups.ui:40
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:40
msgctxt "notebookbar_groups|hyperlink"
msgid "Hyperlink"
msgstr "Hiperskakel"
-#: notebookbar_groups.ui:54
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:54
msgctxt "notebookbar_groups|footnote"
msgid "Footnote"
msgstr "Voetnoot"
-#: notebookbar_groups.ui:63
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:63
msgctxt "notebookbar_groups|endnote"
msgid "Endnote"
msgstr "Eindnoot"
-#: notebookbar_groups.ui:78
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:78
msgctxt "notebookbar_groups|bookmark"
msgid "Bookmark"
msgstr "Boekmerk"
-#: notebookbar_groups.ui:87
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:87
#, fuzzy
msgctxt "notebookbar_groups|crossreference"
msgid "Cross-Reference"
msgstr "kruisverwysing"
-#: notebookbar_groups.ui:152
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:152
#, fuzzy
msgctxt "notebookbar_groups|stylemenudefault"
msgid "Default"
msgstr "~Verstek"
-#: notebookbar_groups.ui:167
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:167
#, fuzzy
msgctxt "notebookbar_groups|stylemenuacc1"
msgid "Accent 1"
msgstr "Aksent "
-#: notebookbar_groups.ui:176
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:176
#, fuzzy
msgctxt "notebookbar_groups|stylemenuacc2"
msgid "Accent 2"
msgstr "Aksent "
-#: notebookbar_groups.ui:185
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:185
#, fuzzy
msgctxt "notebookbar_groups|stylemenuacc3"
msgid "Accent 3"
msgstr "Aksent "
-#: notebookbar_groups.ui:200
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:200
#, fuzzy
msgctxt "notebookbar_groups|stylemenuhed1"
msgid "Heading 1"
msgstr "Opskrif1"
-#: notebookbar_groups.ui:209
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:209
#, fuzzy
msgctxt "notebookbar_groups|stylemenuhed2"
msgid "Heading 2"
msgstr "Opskrif"
-#: notebookbar_groups.ui:224
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:224
#, fuzzy
msgctxt "notebookbar_groups|stylemenustatg"
msgid "Good"
msgstr "Goud"
-#: notebookbar_groups.ui:233
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:233
msgctxt "notebookbar_groups|stylemenustatn"
msgid "Neutral"
msgstr ""
-#: notebookbar_groups.ui:242
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:242
msgctxt "notebookbar_groups|stylemenustatb"
msgid "Bad"
msgstr ""
-#: notebookbar_groups.ui:251
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:251
msgctxt "notebookbar_groups|stylemenustatw"
msgid "Warning"
msgstr "Waarskuwing"
-#: notebookbar_groups.ui:260
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:260
msgctxt "notebookbar_groups|stylemenustate"
msgid "Error"
msgstr "Fout"
-#: notebookbar_groups.ui:275
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:275
#, fuzzy
msgctxt "notebookbar_groups|stylemenutxtn"
msgid "Note"
msgstr "Geen"
-#: notebookbar_groups.ui:284
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:284
msgctxt "notebookbar_groups|stylemenutxtf"
msgid "Footnote"
msgstr "Voetnoot"
-#: notebookbar_groups.ui:296
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:296
msgctxt "notebookbar_groups|tablestylenone"
msgid "None"
msgstr "Geen"
-#: notebookbar_groups.ui:304
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:304
#, fuzzy
msgctxt "notebookbar_groups|tablestyledefault"
msgid "Default"
msgstr "~Verstek"
-#: notebookbar_groups.ui:312
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:312
msgctxt "notebookbar_groups|tablestyle1"
msgid "Style 1"
msgstr ""
-#: notebookbar_groups.ui:320
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:320
#, fuzzy
msgctxt "notebookbar_groups|tablestyle2"
msgid "Style 2"
msgstr "Style2"
-#: notebookbar_groups.ui:328
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:328
msgctxt "notebookbar_groups|tablestyle3"
msgid "Style 3"
msgstr ""
-#: notebookbar_groups.ui:336
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:336
msgctxt "notebookbar_groups|tablestyle4"
msgid "Style 4"
msgstr ""
-#: notebookbar_groups.ui:530
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:535
msgctxt "notebookbar_groups|filegrouplabel"
msgid "File"
msgstr "Lêer"
-#: notebookbar_groups.ui:683
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:691
#, fuzzy
msgctxt "notebookbar_groups|clipboardgrouplabel"
msgid "Clipboard"
msgstr "knipbord"
-#: notebookbar_groups.ui:729
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:737
msgctxt "notebookbar_groups|paragraphstyleb"
msgid "Style"
msgstr "Styl"
-#: notebookbar_groups.ui:971
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:980
msgctxt "notebookbar_groups|growb"
msgid " "
msgstr ""
-#: notebookbar_groups.ui:993
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1003
msgctxt "notebookbar_groups|shrinkb"
msgid " "
msgstr ""
-#: notebookbar_groups.ui:1034
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1045
msgctxt "notebookbar_groups|leftb"
msgid "Left"
msgstr "Links"
-#: notebookbar_groups.ui:1052
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1063
msgctxt "notebookbar_groups|centerb"
msgid "Center"
msgstr "Sentreer"
-#: notebookbar_groups.ui:1069
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1081
msgctxt "notebookbar_groups|rightb"
msgid "Right"
msgstr "Regs"
-#: notebookbar_groups.ui:1275
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1290
msgctxt "notebookbar_groups|formatgrouplabel"
msgid "Text"
msgstr "Teks"
-#: notebookbar_groups.ui:1376
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1393
msgctxt "notebookbar_groups|mergeb"
msgid "Merge"
msgstr "Voeg saam"
-#: notebookbar_groups.ui:1394
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1412
msgctxt "notebookbar_groups|splitb"
msgid "Split"
msgstr "Verdeel"
-#: notebookbar_groups.ui:1457
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1478
#, fuzzy
msgctxt "notebookbar_groups|conditionalb"
msgid "Conditional"
msgstr "Voorwaarde"
-#: notebookbar_groups.ui:1583
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1605
msgctxt "notebookbar_groups|topb"
msgid "Top"
msgstr "Bokant"
-#: notebookbar_groups.ui:1600
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1623
msgctxt "notebookbar_groups|vcenterb"
msgid "Center"
msgstr "Sentreer"
-#: notebookbar_groups.ui:1617
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1641
msgctxt "notebookbar_groups|bottomb"
msgid "Bottom"
msgstr "Onderkant"
-#: notebookbar_groups.ui:1663
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1688
msgctxt "notebookbar_groups|tablegrouplabel"
msgid "Spreadsheet"
msgstr "Sigblad"
-#: notebookbar_groups.ui:1740
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1765
msgctxt "notebookbar_groups|shapesb"
msgid "Shapes"
msgstr "Vorms"
-#: notebookbar_groups.ui:1756
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1781
#, fuzzy
msgctxt "notebookbar_groups|linksb"
msgid "Links"
msgstr "~Skakels"
-#: notebookbar_groups.ui:1864
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1893
msgctxt "notebookbar_groups|insertgrouplabel"
msgid "Insert"
msgstr "Voeg in"
-#: notebookbar_groups.ui:1900
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1929
msgctxt "notebookbar_groups|imagestyleb"
msgid "Style"
msgstr "Styl"
-#: notebookbar_groups.ui:1940
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1971
#, fuzzy
msgctxt "notebookbar_groups|resetb"
msgid "Reset"
msgstr "St~el terug"
-#: notebookbar_groups.ui:1984
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2017
#, fuzzy
msgctxt "notebookbar_groups|wrapb"
msgid "Wrap"
msgstr "~Omvou"
-#: notebookbar_groups.ui:1999
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2033
msgctxt "notebookbar_groups|lockb"
msgid "Lock"
msgstr ""
-#: notebookbar_groups.ui:2043
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2078
msgctxt "notebookbar_groups|imagegrouplabel"
msgid "Image"
msgstr "Beeld"
-#: notebookbar_groups.ui:2099
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2134
msgctxt "notebookbar_groups|wrapoff"
msgid "None"
msgstr "Geen"
-#: notebookbar_groups.ui:2108
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2143
msgctxt "notebookbar_groups|wrapideal"
msgid "Optimal"
msgstr "Optimaal"
-#: notebookbar_groups.ui:2117
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2152
#, fuzzy
msgctxt "notebookbar_groups|wrapon"
msgid "Parallel"
msgstr "Parallel"
-#: notebookbar_groups.ui:2126
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2161
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
msgstr ""
-#: notebookbar_groups.ui:2135
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2170
msgctxt "notebookbar_groups|wrapright"
msgid "After"
msgstr ""
-#: notebookbar_groups.ui:2144
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2179
msgctxt "notebookbar_groups|wrapthrough"
msgid "Through"
msgstr ""
-#: notebookbar_groups.ui:2159
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2194
#, fuzzy
msgctxt "notebookbar_groups|wrapcontour"
msgid "Contour"
msgstr "Kontoer"
-#: notebookbar_groups.ui:2168
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2203
#, fuzzy
msgctxt "notebookbar_groups|contourdialog"
msgid "Edit Contour"
msgstr "Tekskontoer"
-#: optcalculatepage.ui:48
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:48
msgctxt "optcalculatepage|threadingenabled"
-msgid "Enable multi-threaded calculation: Warning Experimental."
+msgid "Enable multi-threaded calculation"
msgstr ""
-#: optcalculatepage.ui:52
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:52
msgctxt "optcalculatepage|threadingenabled|tooltip_text"
-msgid "Enable Experimental multi-threaded calculation of formula-groups, this may break your spreadsheet."
+msgid "Enable multi-threaded calculation of formula-groups"
msgstr ""
-#: optcalculatepage.ui:71
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:71
msgctxt "optcalculatepage|label4"
msgid "CPU threading settings"
msgstr ""
-#: optcalculatepage.ui:107
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:107
msgctxt "optcalculatepage|case"
msgid "Case se_nsitive"
msgstr ""
-#: optcalculatepage.ui:111
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:111
msgctxt "optcalculatepage|case|tooltip_text"
msgid "Disable case sensitivity for interoperability with Microsoft Excel"
msgstr ""
-#: optcalculatepage.ui:124
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:124
msgctxt "optcalculatepage|calc"
msgid "_Precision as shown"
msgstr ""
-#: optcalculatepage.ui:140
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:140
msgctxt "optcalculatepage|match"
msgid "Search criteria = and <> must apply to _whole cells"
msgstr ""
-#: optcalculatepage.ui:144
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:144
msgctxt "optcalculatepage|match|tooltip_text"
msgid "Enable this for interoperability with Microsoft Excel"
msgstr ""
-#: optcalculatepage.ui:157
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:157
msgctxt "optcalculatepage|formulawildcards"
msgid "Enable w_ildcards in formulas"
msgstr ""
-#: optcalculatepage.ui:161
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:161
msgctxt "optcalculatepage|formulawildcards|tooltip_text"
msgid "Enable wildcards for interoperability with Microsoft Excel"
msgstr ""
-#: optcalculatepage.ui:176
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:176
msgctxt "optcalculatepage|formularegex"
msgid "Enable r_egular expressions in formulas"
msgstr ""
-#: optcalculatepage.ui:194
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:194
msgctxt "optcalculatepage|formulaliteral"
msgid "No wildcards or regular expressions in formulas"
msgstr ""
-#: optcalculatepage.ui:212
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:212
msgctxt "optcalculatepage|lookup"
msgid "_Automatically find column and row labels"
msgstr ""
-#: optcalculatepage.ui:228
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:228
msgctxt "optcalculatepage|generalprec"
msgid "_Limit decimals for general number format"
msgstr ""
-#: optcalculatepage.ui:252
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:252
#, fuzzy
msgctxt "optcalculatepage|precft"
msgid "_Decimal places:"
msgstr "Desimale plekke"
-#: optcalculatepage.ui:289
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:288
#, fuzzy
msgctxt "optcalculatepage|label1"
msgid "General Calculations"
msgstr "Algemene aanhef"
-#: optcalculatepage.ui:323
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:322
msgctxt "optcalculatepage|iterate"
msgid "_Iterations"
msgstr ""
-#: optcalculatepage.ui:343
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:342
msgctxt "optcalculatepage|stepsft"
msgid "_Steps:"
msgstr ""
-#: optcalculatepage.ui:358
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:357
msgctxt "optcalculatepage|minchangeft"
msgid "_Minimum change:"
msgstr ""
-#: optcalculatepage.ui:400
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:397
msgctxt "optcalculatepage|label2"
msgid "Iterative References"
msgstr ""
-#: optcalculatepage.ui:431
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:428
msgctxt "optcalculatepage|datestd"
msgid "12/30/1899 (defa_ult)"
msgstr ""
-#: optcalculatepage.ui:435
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:432
msgctxt "optcalculatepage|datestd|tooltip_text"
msgid "Value 0 corresponds to 12/30/1899"
msgstr ""
-#: optcalculatepage.ui:449
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:446
msgctxt "optcalculatepage|datesc10"
msgid "01/01/1900 (Star_Calc 1.0)"
msgstr ""
-#: optcalculatepage.ui:453
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:450
msgctxt "optcalculatepage|datesc10|tooltip_text"
msgid "Value 0 corresponds to 01/01/1900"
msgstr ""
-#: optcalculatepage.ui:466
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:463
msgctxt "optcalculatepage|date1904"
msgid "_01/01/1904"
msgstr ""
-#: optcalculatepage.ui:470
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:467
msgctxt "optcalculatepage|date1904|tooltip_text"
msgid "0 corresponds to 01/01/1904"
msgstr ""
-#: optcalculatepage.ui:489
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:486
msgctxt "optcalculatepage|label3"
msgid "Date"
msgstr "Datum"
-#: optchangespage.ui:38
+#: sc/uiconfig/scalc/ui/optchangespage.ui:38
#, fuzzy
msgctxt "optchangespage|label2"
msgid "Chan_ges:"
msgstr "Veranderinge"
-#: optchangespage.ui:52
+#: sc/uiconfig/scalc/ui/optchangespage.ui:52
msgctxt "optchangespage|label3"
msgid "_Deletions:"
msgstr ""
-#: optchangespage.ui:66
+#: sc/uiconfig/scalc/ui/optchangespage.ui:66
#, fuzzy
msgctxt "optchangespage|label4"
msgid "_Insertions:"
msgstr "Invoeging"
-#: optchangespage.ui:80
+#: sc/uiconfig/scalc/ui/optchangespage.ui:80
msgctxt "optchangespage|label5"
msgid "_Moved entries:"
msgstr ""
-#: optchangespage.ui:137
+#: sc/uiconfig/scalc/ui/optchangespage.ui:137
msgctxt "optchangespage|label1"
msgid "Colors for Changes"
msgstr ""
-#: optcompatibilitypage.ui:43
+#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:43
msgctxt "optcompatibilitypage|label2"
msgid "Select desired _key binding type. Changing the key binding type may overwrite some of the existing key bindings."
msgstr ""
-#: optcompatibilitypage.ui:62
+#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:62
#, fuzzy
msgctxt "optcompatibilitypage|keybindings"
msgid "Default"
msgstr "~Verstek"
-#: optcompatibilitypage.ui:63
+#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:63
msgctxt "optcompatibilitypage|keybindings"
msgid "OpenOffice.org legacy"
msgstr ""
-#: optcompatibilitypage.ui:81
+#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:81
msgctxt "optcompatibilitypage|label1"
msgid "Key Bindings"
msgstr ""
-#: optdefaultpage.ui:40
+#: sc/uiconfig/scalc/ui/optdefaultpage.ui:40
msgctxt "optdefaultpage|textsheetsnumber"
msgid "_Number of worksheets in new document:"
msgstr ""
-#: optdefaultpage.ui:54
+#: sc/uiconfig/scalc/ui/optdefaultpage.ui:54
msgctxt "optdefaultpage|textsheetprefix"
msgid "_Prefix name for new worksheet:"
msgstr ""
-#: optdefaultpage.ui:98
+#: sc/uiconfig/scalc/ui/optdefaultpage.ui:96
#, fuzzy
msgctxt "optdefaultpage|label1"
msgid "New Spreadsheet"
msgstr "ODF-sigblad"
-#: optdlg.ui:30
+#: sc/uiconfig/scalc/ui/optdlg.ui:30
msgctxt "optdlg|suppressCB"
msgid "_Suppress output of empty pages"
msgstr ""
-#: optdlg.ui:46
+#: sc/uiconfig/scalc/ui/optdlg.ui:46
msgctxt "optdlg|forceBreaksCB"
msgid "_Always apply manual breaks"
msgstr ""
-#: optdlg.ui:68
+#: sc/uiconfig/scalc/ui/optdlg.ui:68
msgctxt "optdlg|label1"
msgid "Pages"
msgstr "Bladsye"
-#: optdlg.ui:101
+#: sc/uiconfig/scalc/ui/optdlg.ui:101
msgctxt "optdlg|printCB"
msgid "_Print only selected sheets"
msgstr ""
-#: optdlg.ui:124
+#: sc/uiconfig/scalc/ui/optdlg.ui:124
msgctxt "optdlg|label2"
msgid "Sheets"
msgstr "Velle"
-#: optformula.ui:30
+#: sc/uiconfig/scalc/ui/optformula.ui:30
msgctxt "optformula|englishfuncname"
msgid "Use English function names"
msgstr ""
-#: optformula.ui:64
+#: sc/uiconfig/scalc/ui/optformula.ui:64
msgctxt "optformula|formulasyntaxlabel"
msgid "Formula _syntax:"
msgstr ""
-#: optformula.ui:87
+#: sc/uiconfig/scalc/ui/optformula.ui:87
msgctxt "optformula|label1"
msgid "Formula Options"
msgstr "Formule-opsies"
-#: optformula.ui:121
+#: sc/uiconfig/scalc/ui/optformula.ui:121
msgctxt "optformula|label9"
msgid "Excel 2007 and newer:"
msgstr ""
-#: optformula.ui:135
+#: sc/uiconfig/scalc/ui/optformula.ui:135
msgctxt "optformula|label10"
msgid "ODF spreadsheet (not saved by %PRODUCTNAME):"
msgstr ""
-#: optformula.ui:151
+#: sc/uiconfig/scalc/ui/optformula.ui:151
msgctxt "optformula|ooxmlrecalc"
msgid "Always recalculate"
msgstr ""
-#: optformula.ui:152
+#: sc/uiconfig/scalc/ui/optformula.ui:152
msgctxt "optformula|ooxmlrecalc"
msgid "Never recalculate"
msgstr ""
-#: optformula.ui:153
+#: sc/uiconfig/scalc/ui/optformula.ui:153
msgctxt "optformula|ooxmlrecalc"
msgid "Prompt user"
msgstr ""
-#: optformula.ui:167
+#: sc/uiconfig/scalc/ui/optformula.ui:167
msgctxt "optformula|odfrecalc"
msgid "Always recalculate"
msgstr ""
-#: optformula.ui:168
+#: sc/uiconfig/scalc/ui/optformula.ui:168
msgctxt "optformula|odfrecalc"
msgid "Never recalculate"
msgstr ""
-#: optformula.ui:169
+#: sc/uiconfig/scalc/ui/optformula.ui:169
msgctxt "optformula|odfrecalc"
msgid "Prompt user"
msgstr ""
-#: optformula.ui:185
+#: sc/uiconfig/scalc/ui/optformula.ui:185
msgctxt "optformula|label4"
msgid "Recalculation on File Load"
msgstr ""
-#: optformula.ui:219
+#: sc/uiconfig/scalc/ui/optformula.ui:219
msgctxt "optformula|calcdefault"
msgid "Default settings"
msgstr ""
-#: optformula.ui:240
+#: sc/uiconfig/scalc/ui/optformula.ui:240
msgctxt "optformula|calccustom"
msgid "Custom (conversion of text to numbers and more):"
msgstr ""
-#: optformula.ui:256
+#: sc/uiconfig/scalc/ui/optformula.ui:256
#, fuzzy
msgctxt "optformula|details"
msgid "Details…"
msgstr "Besonderhede"
-#: optformula.ui:281
+#: sc/uiconfig/scalc/ui/optformula.ui:281
msgctxt "optformula|label2"
msgid "Detailed Calculation Settings"
msgstr ""
-#: optformula.ui:318
+#: sc/uiconfig/scalc/ui/optformula.ui:318
#, fuzzy
msgctxt "optformula|label6"
msgid "_Function:"
msgstr "Funksie"
-#: optformula.ui:332
+#: sc/uiconfig/scalc/ui/optformula.ui:332
msgctxt "optformula|label7"
msgid "Array co_lumn:"
msgstr ""
-#: optformula.ui:346
+#: sc/uiconfig/scalc/ui/optformula.ui:346
msgctxt "optformula|label8"
msgid "Array _row:"
msgstr ""
-#: optformula.ui:397
+#: sc/uiconfig/scalc/ui/optformula.ui:394
msgctxt "optformula|reset"
msgid "Rese_t Separators Settings"
msgstr ""
-#: optformula.ui:423
+#: sc/uiconfig/scalc/ui/optformula.ui:420
#, fuzzy
msgctxt "optformula|label3"
msgid "Separators"
msgstr "Skeier"
-#: optimalcolwidthdialog.ui:8
+#: sc/uiconfig/scalc/ui/optimalcolwidthdialog.ui:8
msgctxt "optimalcolwidthdialog|OptimalColWidthDialog"
msgid "Optimal Column Width"
msgstr "Optimale kolomwydte"
-#: optimalcolwidthdialog.ui:88
+#: sc/uiconfig/scalc/ui/optimalcolwidthdialog.ui:88
#, fuzzy
msgctxt "optimalcolwidthdialog|label1"
msgid "Add:"
msgstr "Voeg by"
-#: optimalcolwidthdialog.ui:112
+#: sc/uiconfig/scalc/ui/optimalcolwidthdialog.ui:111
#, fuzzy
msgctxt "optimalcolwidthdialog|default"
msgid "_Default value"
msgstr "Verstek waarde"
-#: optimalrowheightdialog.ui:8
+#: sc/uiconfig/scalc/ui/optimalrowheightdialog.ui:8
msgctxt "optimalrowheightdialog|OptimalRowHeightDialog"
msgid "Optimal Row Height"
msgstr "Optimale ryhoogte"
-#: optimalrowheightdialog.ui:88
+#: sc/uiconfig/scalc/ui/optimalrowheightdialog.ui:88
#, fuzzy
msgctxt "optimalrowheightdialog|label1"
msgid "Add:"
msgstr "Voeg by"
-#: optimalrowheightdialog.ui:112
+#: sc/uiconfig/scalc/ui/optimalrowheightdialog.ui:111
#, fuzzy
msgctxt "optimalrowheightdialog|default"
msgid "_Default value"
msgstr "Verstek waarde"
-#: optsortlists.ui:22
+#: sc/uiconfig/scalc/ui/optsortlists.ui:22
#, fuzzy
msgctxt "optsortlists|copy"
msgid "_Copy"
msgstr "Kopieer"
-#: optsortlists.ui:45
+#: sc/uiconfig/scalc/ui/optsortlists.ui:45
msgctxt "optsortlists|copyfromlabel"
msgid "Copy list _from:"
msgstr ""
-#: optsortlists.ui:91
+#: sc/uiconfig/scalc/ui/optsortlists.ui:90
#, fuzzy
msgctxt "optsortlists|listslabel"
msgid "_Lists"
msgstr "Lyste"
-#: optsortlists.ui:107
+#: sc/uiconfig/scalc/ui/optsortlists.ui:106
#, fuzzy
msgctxt "optsortlists|entrieslabel"
msgid "_Entries"
msgstr "~Inskrywings"
-#: optsortlists.ui:166
+#: sc/uiconfig/scalc/ui/optsortlists.ui:165
#, fuzzy
msgctxt "optsortlists|new"
msgid "_New"
msgstr "Nuwe"
-#: optsortlists.ui:180
+#: sc/uiconfig/scalc/ui/optsortlists.ui:179
msgctxt "optsortlists|discard"
msgid "_Discard"
msgstr ""
-#: optsortlists.ui:194
+#: sc/uiconfig/scalc/ui/optsortlists.ui:193
#, fuzzy
msgctxt "optsortlists|add"
msgid "_Add"
msgstr "Voeg by"
-#: optsortlists.ui:208
+#: sc/uiconfig/scalc/ui/optsortlists.ui:207
#, fuzzy
msgctxt "optsortlists|modify"
msgid "Modif_y"
msgstr "Wysig"
-#: optsortlists.ui:222
+#: sc/uiconfig/scalc/ui/optsortlists.ui:221
#, fuzzy
msgctxt "optsortlists|delete"
msgid "_Delete"
msgstr "Skrap"
-#: pagetemplatedialog.ui:8
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:8
msgctxt "pagetemplatedialog|PageTemplateDialog"
msgid "Page Style"
msgstr "Bladsystyl"
-#: pagetemplatedialog.ui:106
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:106
msgctxt "pagetemplatedialog|organizer"
msgid "Organizer"
msgstr ""
-#: pagetemplatedialog.ui:128
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:128
#, fuzzy
msgctxt "pagetemplatedialog|page"
msgid "Page"
msgstr "Bladsye"
-#: pagetemplatedialog.ui:151
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:151
msgctxt "pagetemplatedialog|borders"
msgid "Borders"
msgstr "Grense"
-#: pagetemplatedialog.ui:174
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:174
msgctxt "pagetemplatedialog|background"
msgid "Background"
msgstr "Agtergrond"
-#: pagetemplatedialog.ui:197
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:197
msgctxt "pagetemplatedialog|header"
msgid "Header"
msgstr "Kop"
-#: pagetemplatedialog.ui:220
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:220
msgctxt "pagetemplatedialog|footer"
msgid "Footer"
msgstr "Voet"
-#: pagetemplatedialog.ui:243
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:243
msgctxt "pagetemplatedialog|sheet"
msgid "Sheet"
msgstr "Vel"
-#: paradialog.ui:8
+#: sc/uiconfig/scalc/ui/paradialog.ui:8
msgctxt "paradialog|ParagraphDialog"
msgid "Paragraph"
msgstr "Paragraaf"
-#: paradialog.ui:106
+#: sc/uiconfig/scalc/ui/paradialog.ui:106
msgctxt "paradialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: paradialog.ui:128
+#: sc/uiconfig/scalc/ui/paradialog.ui:128
msgctxt "paradialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Belyning"
-#: paradialog.ui:152
+#: sc/uiconfig/scalc/ui/paradialog.ui:152
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: paradialog.ui:175
+#: sc/uiconfig/scalc/ui/paradialog.ui:175
#, fuzzy
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr "Keep"
-#: paratemplatedialog.ui:8
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:8
#, fuzzy
msgctxt "paratemplatedialog|ParaTemplateDialog"
msgid "Cell Style"
msgstr "Selstyle"
-#: paratemplatedialog.ui:81
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:81
#, fuzzy
msgctxt "paratemplatedialog|standard"
msgid "_Standard"
msgstr "Standaard"
-#: paratemplatedialog.ui:120
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:120
msgctxt "paratemplatedialog|organizer"
msgid "Organizer"
msgstr ""
-#: paratemplatedialog.ui:142
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:142
#, fuzzy
msgctxt "paratemplatedialog|numbers"
msgid "Numbers"
msgstr "Nommer"
-#: paratemplatedialog.ui:165
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:165
msgctxt "paratemplatedialog|font"
msgid "Font"
msgstr "Font"
-#: paratemplatedialog.ui:188
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:188
msgctxt "paratemplatedialog|fonteffects"
msgid "Font Effects"
msgstr ""
-#: paratemplatedialog.ui:211
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:211
msgctxt "paratemplatedialog|alignment"
msgid "Alignment"
msgstr "Belyning"
-#: paratemplatedialog.ui:234
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:234
msgctxt "paratemplatedialog|asiantypo"
msgid "Asian Typography"
msgstr ""
-#: paratemplatedialog.ui:257
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:257
msgctxt "paratemplatedialog|borders"
msgid "Borders"
msgstr "Grense"
-#: paratemplatedialog.ui:280
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:280
msgctxt "paratemplatedialog|background"
msgid "Background"
msgstr "Agtergrond"
-#: paratemplatedialog.ui:303
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:303
msgctxt "paratemplatedialog|protection"
msgid "Cell Protection"
msgstr ""
-#: pastespecial.ui:23
+#: sc/uiconfig/scalc/ui/pastespecial.ui:23
msgctxt "pastespecial|PasteSpecial"
msgid "Paste Special"
msgstr "Plak spesiaal"
-#: pastespecial.ui:98
+#: sc/uiconfig/scalc/ui/pastespecial.ui:98
msgctxt "pastespecial|paste_values_only|tooltip_text"
msgid "Values Only"
msgstr ""
-#: pastespecial.ui:113
+#: sc/uiconfig/scalc/ui/pastespecial.ui:113
msgctxt "pastespecial|paste_values_formats|tooltip_text"
msgid "Values & Formats"
msgstr ""
-#: pastespecial.ui:128
+#: sc/uiconfig/scalc/ui/pastespecial.ui:128
msgctxt "pastespecial|paste_transpose|tooltip_text"
msgid "Transpose"
msgstr ""
-#: pastespecial.ui:172
+#: sc/uiconfig/scalc/ui/pastespecial.ui:172
msgctxt "pastespecial|paste_all"
msgid "_Paste all"
msgstr ""
-#: pastespecial.ui:189
+#: sc/uiconfig/scalc/ui/pastespecial.ui:189
#, fuzzy
msgctxt "pastespecial|text"
msgid "Te_xt"
msgstr "Teks"
-#: pastespecial.ui:205
+#: sc/uiconfig/scalc/ui/pastespecial.ui:205
#, fuzzy
msgctxt "pastespecial|numbers"
msgid "_Numbers"
msgstr "Nommer"
-#: pastespecial.ui:221
+#: sc/uiconfig/scalc/ui/pastespecial.ui:221
msgctxt "pastespecial|datetime"
msgid "_Date & time"
msgstr ""
-#: pastespecial.ui:237
+#: sc/uiconfig/scalc/ui/pastespecial.ui:237
#, fuzzy
msgctxt "pastespecial|formulas"
msgid "_Formulas"
msgstr "Formules"
-#: pastespecial.ui:253
+#: sc/uiconfig/scalc/ui/pastespecial.ui:253
#, fuzzy
msgctxt "pastespecial|comments"
msgid "_Comments"
msgstr "Opmerkings"
-#: pastespecial.ui:269
+#: sc/uiconfig/scalc/ui/pastespecial.ui:269
#, fuzzy
msgctxt "pastespecial|formats"
msgid "For_mats"
msgstr "Formaat"
-#: pastespecial.ui:285
+#: sc/uiconfig/scalc/ui/pastespecial.ui:285
#, fuzzy
msgctxt "pastespecial|objects"
msgid "_Objects"
msgstr "Objekte"
-#: pastespecial.ui:307
+#: sc/uiconfig/scalc/ui/pastespecial.ui:307
msgctxt "pastespecial|label1"
msgid "Selection"
msgstr "Seleksie"
-#: pastespecial.ui:341
+#: sc/uiconfig/scalc/ui/pastespecial.ui:341
#, fuzzy
msgctxt "pastespecial|none"
msgid "Non_e"
msgstr "Geen"
-#: pastespecial.ui:359
+#: sc/uiconfig/scalc/ui/pastespecial.ui:359
#, fuzzy
msgctxt "pastespecial|add"
msgid "_Add"
msgstr "Voeg by"
-#: pastespecial.ui:377
+#: sc/uiconfig/scalc/ui/pastespecial.ui:377
#, fuzzy
msgctxt "pastespecial|subtract"
msgid "_Subtract"
msgstr "~Trek af"
-#: pastespecial.ui:395
+#: sc/uiconfig/scalc/ui/pastespecial.ui:395
#, fuzzy
msgctxt "pastespecial|multiply"
msgid "Multipl_y"
msgstr "Veelvoud"
-#: pastespecial.ui:413
+#: sc/uiconfig/scalc/ui/pastespecial.ui:413
msgctxt "pastespecial|divide"
msgid "Di_vide"
msgstr ""
-#: pastespecial.ui:437
+#: sc/uiconfig/scalc/ui/pastespecial.ui:437
msgctxt "pastespecial|label2"
msgid "Operations"
msgstr ""
-#: pastespecial.ui:471
+#: sc/uiconfig/scalc/ui/pastespecial.ui:471
msgctxt "pastespecial|skip_empty"
msgid "S_kip empty cells"
msgstr ""
-#: pastespecial.ui:488
+#: sc/uiconfig/scalc/ui/pastespecial.ui:476
+msgctxt "pastespecial|skip_empty"
+msgid "If enabled, blank cells in source will not override the target."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/pastespecial.ui:489
msgctxt "pastespecial|transpose"
msgid "_Transpose"
msgstr ""
-#: pastespecial.ui:505
+#: sc/uiconfig/scalc/ui/pastespecial.ui:506
#, fuzzy
msgctxt "pastespecial|link"
msgid "_Link"
msgstr "Skakel"
-#: pastespecial.ui:528
+#: sc/uiconfig/scalc/ui/pastespecial.ui:529
msgctxt "pastespecial|label3"
msgid "Options"
msgstr "Opsies"
-#: pastespecial.ui:562
+#: sc/uiconfig/scalc/ui/pastespecial.ui:563
msgctxt "pastespecial|no_shift"
msgid "Don't sh_ift"
msgstr ""
-#: pastespecial.ui:580
+#: sc/uiconfig/scalc/ui/pastespecial.ui:581
#, fuzzy
msgctxt "pastespecial|move_down"
msgid "Do_wn"
msgstr "Af"
-#: pastespecial.ui:598
+#: sc/uiconfig/scalc/ui/pastespecial.ui:599
#, fuzzy
msgctxt "pastespecial|move_right"
msgid "_Right"
msgstr "Regs"
-#: pastespecial.ui:623
+#: sc/uiconfig/scalc/ui/pastespecial.ui:624
msgctxt "pastespecial|label4"
msgid "Shift Cells"
msgstr ""
-#: pivotfielddialog.ui:9
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:9
msgctxt "pivotfielddialog|PivotFieldDialog"
msgid "Data Field"
msgstr "Dataveld"
-#: pivotfielddialog.ui:69
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:69
#, fuzzy
msgctxt "pivotfielddialog|options"
msgid "_Options..."
msgstr "Opsies..."
-#: pivotfielddialog.ui:123
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:123
#, fuzzy
msgctxt "pivotfielddialog|none"
msgid "_None"
msgstr "Geen"
-#: pivotfielddialog.ui:142
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:142
#, fuzzy
msgctxt "pivotfielddialog|auto"
msgid "_Automatic"
msgstr "Outomaties"
-#: pivotfielddialog.ui:160
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:160
#, fuzzy
msgctxt "pivotfielddialog|user"
msgid "_User-defined"
msgstr "Gebruikergedefinieer"
-#: pivotfielddialog.ui:203
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:203
msgctxt "pivotfielddialog|label1"
msgid "Subtotals"
msgstr "Subtotale"
-#: pivotfielddialog.ui:219
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:219
msgctxt "pivotfielddialog|showall"
msgid "Show it_ems without data"
msgstr ""
-#: pivotfielddialog.ui:244
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:244
#, fuzzy
msgctxt "pivotfielddialog|label2"
msgid "Name:"
msgstr "Naam"
-#: pivotfilterdialog.ui:8
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:8
msgctxt "pivotfilterdialog|PivotFilterDialog"
msgid "Filter"
msgstr "Filter"
-#: pivotfilterdialog.ui:104
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:104
msgctxt "pivotfilterdialog|connect1"
msgid "AND"
msgstr "AND"
-#: pivotfilterdialog.ui:105
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:105
msgctxt "pivotfilterdialog|connect1"
msgid "OR"
msgstr "OR"
-#: pivotfilterdialog.ui:121
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:121
msgctxt "pivotfilterdialog|connect2"
msgid "AND"
msgstr "AND"
-#: pivotfilterdialog.ui:122
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:122
msgctxt "pivotfilterdialog|connect2"
msgid "OR"
msgstr "OR"
-#: pivotfilterdialog.ui:134
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:134
#, fuzzy
msgctxt "pivotfilterdialog|label2"
msgid "Operator"
msgstr "B~ewerkers"
-#: pivotfilterdialog.ui:145
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:145
msgctxt "pivotfilterdialog|label3"
msgid "Field name"
msgstr "Veldnaam"
-#: pivotfilterdialog.ui:156
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:156
msgctxt "pivotfilterdialog|label4"
msgid "Condition"
msgstr "Voorwaarde"
-#: pivotfilterdialog.ui:167
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:167
#, fuzzy
msgctxt "pivotfilterdialog|label5"
msgid "Value"
msgstr "Waardes"
-#: pivotfilterdialog.ui:347
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:347
msgctxt "pivotfilterdialog|label1"
msgid "Filter Criteria"
msgstr ""
-#: pivotfilterdialog.ui:385
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:385
msgctxt "pivotfilterdialog|case"
msgid "_Case sensitive"
msgstr ""
-#: pivotfilterdialog.ui:401
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:401
msgctxt "pivotfilterdialog|regexp"
msgid "Regular _expressions"
msgstr ""
-#: pivotfilterdialog.ui:417
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:417
msgctxt "pivotfilterdialog|unique"
msgid "_No duplications"
msgstr ""
-#: pivotfilterdialog.ui:450
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:450
#, fuzzy
msgctxt "pivotfilterdialog|dbarealabel"
msgid "Data range:"
msgstr "Dataomvang"
-#: pivotfilterdialog.ui:463
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:463
msgctxt "pivotfilterdialog|dbarea"
msgid "dummy"
msgstr ""
-#: pivotfilterdialog.ui:482
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:482
#, fuzzy
msgctxt "pivotfilterdialog|label6"
msgid "Op_tions"
msgstr "Opsies"
-#: pivottablelayoutdialog.ui:9
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:9
#, fuzzy
msgctxt "pivottablelayoutdialog|PivotTableLayout"
msgid "Pivot Table Layout"
msgstr "DataLoods-waarde"
-#: pivottablelayoutdialog.ui:110
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:110
msgctxt "pivottablelayoutdialog|label3"
msgid "Column Fields:"
msgstr ""
-#: pivottablelayoutdialog.ui:162
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:162
#, fuzzy
msgctxt "pivottablelayoutdialog|label5"
msgid "Data Fields:"
msgstr "Dataveld"
-#: pivottablelayoutdialog.ui:214
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:214
msgctxt "pivottablelayoutdialog|label4"
msgid "Row Fields:"
msgstr ""
-#: pivottablelayoutdialog.ui:265
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:265
#, fuzzy
msgctxt "pivottablelayoutdialog|label2"
msgid "Page Fields:"
msgstr "Dataveld"
-#: pivottablelayoutdialog.ui:326
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:326
#, fuzzy
msgctxt "pivottablelayoutdialog|label1"
msgid "Available Fields:"
msgstr "~Beskikbare velde"
-#: pivottablelayoutdialog.ui:376
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:376
msgctxt "pivottablelayoutdialog|label6"
msgid "Drag the Items into the Desired Position"
msgstr ""
-#: pivottablelayoutdialog.ui:401
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:401
msgctxt "pivottablelayoutdialog|check-ignore-empty-rows"
msgid "Ignore empty rows"
msgstr ""
-#: pivottablelayoutdialog.ui:416
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:417
msgctxt "pivottablelayoutdialog|check-identify-categories"
msgid "Identify categories"
msgstr ""
-#: pivottablelayoutdialog.ui:431
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:433
msgctxt "pivottablelayoutdialog|check-total-rows"
msgid "Total rows"
msgstr ""
-#: pivottablelayoutdialog.ui:446
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:449
msgctxt "pivottablelayoutdialog|check-total-columns"
msgid "Total columns"
msgstr ""
-#: pivottablelayoutdialog.ui:461
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:465
msgctxt "pivottablelayoutdialog|check-add-filter"
msgid "Add filter"
msgstr ""
-#: pivottablelayoutdialog.ui:476
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:481
msgctxt "pivottablelayoutdialog|check-drill-to-details"
msgid "Enable drill to details"
msgstr ""
-#: pivottablelayoutdialog.ui:495
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:501
msgctxt "pivottablelayoutdialog|label11"
msgid "Options"
msgstr "Opsies"
-#: pivottablelayoutdialog.ui:546
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:552
msgctxt "pivottablelayoutdialog|destination-radio-new-sheet"
msgid "New sheet"
msgstr ""
-#: pivottablelayoutdialog.ui:562
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:569
msgctxt "pivottablelayoutdialog|destination-radio-selection"
msgid "Selection"
msgstr "Seleksie"
-#: pivottablelayoutdialog.ui:611
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:618
#, fuzzy
msgctxt "pivottablelayoutdialog|destination-radio-named-range"
msgid "Named range"
msgstr "Getalomvang"
-#: pivottablelayoutdialog.ui:632
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:640
#, fuzzy
msgctxt "pivottablelayoutdialog|label8"
msgid "Destination"
msgstr "Bestemmings"
-#: pivottablelayoutdialog.ui:668
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:676
msgctxt "pivottablelayoutdialog|source-radio-selection"
msgid "Selection"
msgstr "Seleksie"
-#: pivottablelayoutdialog.ui:706
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:714
#, fuzzy
msgctxt "pivottablelayoutdialog|source-radio-named-range"
msgid "Named range"
msgstr "Getalomvang"
-#: pivottablelayoutdialog.ui:738
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:747
#, fuzzy
msgctxt "pivottablelayoutdialog|label9"
msgid "Source"
msgstr "~Bron"
-#: pivottablelayoutdialog.ui:756
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:765
msgctxt "pivottablelayoutdialog|label7"
msgid "Source and Destination"
msgstr ""
-#: printareasdialog.ui:9
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:9
#, fuzzy
msgctxt "printareasdialog|PrintAreasDialog"
msgid "Edit Print Ranges"
msgstr "Voeg drukomvang by"
-#: printareasdialog.ui:134
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:133
msgctxt "printareasdialog|lbprintarea"
msgid "- none -"
msgstr "- geen -"
-#: printareasdialog.ui:135
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:134
msgctxt "printareasdialog|lbprintarea"
msgid "- entire sheet -"
msgstr ""
-#: printareasdialog.ui:136
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:135
#, fuzzy
msgctxt "printareasdialog|lbprintarea"
msgid "- user defined -"
msgstr "- ongedefinieer -"
-#: printareasdialog.ui:137
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:136
msgctxt "printareasdialog|lbprintarea"
msgid "- selection -"
msgstr ""
-#: printareasdialog.ui:153
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:152
#, fuzzy
msgctxt "printareasdialog|label1"
msgid "Print Range"
msgstr "Drukomvang"
-#: printareasdialog.ui:219
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:217
msgctxt "printareasdialog|lbrepeatrow"
msgid "- none -"
msgstr "- geen -"
-#: printareasdialog.ui:220
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:218
#, fuzzy
msgctxt "printareasdialog|lbrepeatrow"
msgid "- user defined -"
msgstr "- ongedefinieer -"
-#: printareasdialog.ui:236
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:234
msgctxt "printareasdialog|label2"
msgid "Rows to Repeat"
msgstr ""
-#: printareasdialog.ui:302
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:299
msgctxt "printareasdialog|lbrepeatcol"
msgid "- none -"
msgstr "- geen -"
-#: printareasdialog.ui:303
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:300
#, fuzzy
msgctxt "printareasdialog|lbrepeatcol"
msgid "- user defined -"
msgstr "- ongedefinieer -"
-#: printareasdialog.ui:319
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:316
msgctxt "printareasdialog|label3"
msgid "Columns to Repeat"
msgstr ""
-#: printeroptions.ui:25
+#: sc/uiconfig/scalc/ui/printeroptions.ui:25
msgctxt "printeroptions|suppressemptypages"
msgid "Suppress output of empty pages"
msgstr ""
-#: printeroptions.ui:40
+#: sc/uiconfig/scalc/ui/printeroptions.ui:41
msgctxt "printeroptions|label6"
msgid "Pages"
msgstr "Bladsye"
-#: protectsheetdlg.ui:9
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:9
#, fuzzy
msgctxt "protectsheetdlg|ProtectSheetDialog"
msgid "Protect Sheet"
msgstr "Beskerm vel"
-#: protectsheetdlg.ui:90
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:90
msgctxt "protectsheetdlg|protect"
msgid "P_rotect this sheet and the contents of protected cells"
msgstr ""
-#: protectsheetdlg.ui:116
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:116
#, fuzzy
msgctxt "protectsheetdlg|label1"
msgid "_Password:"
msgstr "Wagwoord:"
-#: protectsheetdlg.ui:131
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:131
msgctxt "protectsheetdlg|label2"
msgid "_Confirm:"
msgstr ""
-#: protectsheetdlg.ui:195
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:193
msgctxt "protectsheetdlg|label4"
msgid "Allow all users of this sheet to:"
msgstr ""
-#: protectsheetdlg.ui:231
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:229
msgctxt "protectsheetdlg|protected"
msgid "Select protected cells"
msgstr ""
-#: protectsheetdlg.ui:243
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:241
msgctxt "protectsheetdlg|unprotected"
msgid "Select unprotected cells"
msgstr ""
-#: protectsheetdlg.ui:255
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:253
#, fuzzy
msgctxt "protectsheetdlg|insert-columns"
msgid "Insert columns"
msgstr "Voeg kolom in"
-#: protectsheetdlg.ui:267
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:265
#, fuzzy
msgctxt "protectsheetdlg|insert-rows"
msgid "Insert rows"
msgstr "Voeg ry in"
-#: protectsheetdlg.ui:279
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:277
#, fuzzy
msgctxt "protectsheetdlg|delete-columns"
msgid "Delete columns"
msgstr "Skrap kolom"
-#: protectsheetdlg.ui:291
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:289
#, fuzzy
msgctxt "protectsheetdlg|delete-rows"
msgid "Delete rows"
msgstr "Skrap ry"
-#: queryrunstreamscriptdialog.ui:13
+#: sc/uiconfig/scalc/ui/queryrunstreamscriptdialog.ui:13
msgctxt "queryrunstreamscriptdialog|QueryRunStreamScriptDialog"
msgid "This data stream is generated by a script. Do you want to execute %URL?"
msgstr ""
-#: randomnumbergenerator.ui:22
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:22
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Uniform"
msgstr ""
-#: randomnumbergenerator.ui:26
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:26
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Uniform Integer"
msgstr ""
-#: randomnumbergenerator.ui:30
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:30
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Normal"
msgstr "Normaal"
-#: randomnumbergenerator.ui:34
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:34
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Cauchy"
msgstr ""
-#: randomnumbergenerator.ui:38
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:38
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Bernoulli"
msgstr ""
-#: randomnumbergenerator.ui:42
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:42
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Binomial"
msgstr ""
-#: randomnumbergenerator.ui:46
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:46
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Chi Squared"
msgstr ""
-#: randomnumbergenerator.ui:50
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:50
#, fuzzy
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Geometric"
msgstr "Geometrie"
-#: randomnumbergenerator.ui:54
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:54
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Negative Binomial"
msgstr ""
-#: randomnumbergenerator.ui:73
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:73
msgctxt "randomnumbergenerator|RandomNumberGeneratorDialog"
msgid "Random Number Generator"
msgstr ""
-#: randomnumbergenerator.ui:180
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:180
msgctxt "randomnumbergenerator|cell-range-label"
msgid "Cell range:"
msgstr ""
-#: randomnumbergenerator.ui:225
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:224
msgctxt "randomnumbergenerator|label1"
msgid "Data"
msgstr "Data"
-#: randomnumbergenerator.ui:263
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:262
#, fuzzy
msgctxt "randomnumbergenerator|distribution-label"
msgid "Distribution:"
msgstr "Verspreiding..."
-#: randomnumbergenerator.ui:288
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:287
msgctxt "randomnumbergenerator|parameter1-label"
msgid "..."
msgstr "..."
-#: randomnumbergenerator.ui:303
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:302
msgctxt "randomnumbergenerator|parameter2-label"
msgid "..."
msgstr "..."
-#: randomnumbergenerator.ui:351
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:348
msgctxt "randomnumbergenerator|label2"
msgid "Random Number Generator"
msgstr ""
-#: randomnumbergenerator.ui:386
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:383
msgctxt "randomnumbergenerator|enable-seed-check"
msgid "Enable custom seed"
msgstr ""
-#: randomnumbergenerator.ui:406
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:403
msgctxt "randomnumbergenerator|seed-label"
msgid "Seed:"
msgstr ""
-#: randomnumbergenerator.ui:429
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:425
msgctxt "randomnumbergenerator|enable-rounding-check"
msgid "Enable rounding"
msgstr ""
-#: randomnumbergenerator.ui:450
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:446
#, fuzzy
msgctxt "randomnumbergenerator|decimal-places-label"
msgid "Decimal places:"
msgstr "Desimale plekke"
-#: randomnumbergenerator.ui:481
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:476
msgctxt "randomnumbergenerator|label4"
msgid "Options"
msgstr "Opsies"
-#: regressiondialog.ui:9
+#: sc/uiconfig/scalc/ui/recalcquerydialog.ui:30
+msgctxt "recalcquerydialog|ask"
+msgid "Always perform this without prompt in the future."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:9
msgctxt "regressiondialog|RegressionDialog"
msgid "Regression"
msgstr ""
-#: regressiondialog.ui:99
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:99
msgctxt "regressiondialog|variable1-range-label"
msgid "Variable 1 range:"
msgstr ""
-#: regressiondialog.ui:138
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:137
msgctxt "regressiondialog|variable2-range-label"
msgid "Variable 2 range:"
msgstr ""
-#: regressiondialog.ui:177
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:175
msgctxt "regressiondialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: regressiondialog.ui:220
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:217
msgctxt "regressiondialog|label1"
msgid "Data"
msgstr "Data"
-#: regressiondialog.ui:255
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:252
#, fuzzy
msgctxt "regressiondialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Kolom"
-#: regressiondialog.ui:271
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:268
#, fuzzy
msgctxt "regressiondialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ry"
-#: regressiondialog.ui:293
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:290
#, fuzzy
msgctxt "regressiondialog|label2"
msgid "Grouped by"
msgstr "Gegroepeer volgens: "
-#: regressiondialog.ui:328
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:325
msgctxt "regressiondialog|linear-check"
msgid "Linear Regression"
msgstr ""
-#: regressiondialog.ui:343
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:341
msgctxt "regressiondialog|logarithmic-check"
msgid "Logarithmic Regression"
msgstr ""
-#: regressiondialog.ui:357
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:356
msgctxt "regressiondialog|power-check"
msgid "Power Regression"
msgstr ""
-#: regressiondialog.ui:377
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:377
msgctxt "regressiondialog|label3"
msgid "Output Regression Types"
msgstr ""
-#: retypepassdialog.ui:10
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:10
#, fuzzy
msgctxt "retypepassdialog|RetypePass"
msgid "Re-type Password"
msgstr "Tik weer wagwoord"
-#: retypepassdialog.ui:93
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:93
msgctxt "retypepassdialog|descLabel"
msgid "The document you are about to export has one or more protected items with password that cannot be exported. Please re-type your password to be able to export your document."
msgstr ""
-#: retypepassdialog.ui:124
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:124
#, fuzzy
msgctxt "retypepassdialog|docStatusLabel"
msgid "Status unknown"
msgstr "Status onbekend"
-#: retypepassdialog.ui:134
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:134
#, fuzzy
msgctxt "retypepassdialog|retypeDocButton"
msgid "_Re-type"
msgstr "Hertik"
-#: retypepassdialog.ui:155
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:155
#, fuzzy
msgctxt "retypepassdialog|label2"
msgid "Document protection"
msgstr "Dokumentbeskerming"
-#: retypepassdialog.ui:217
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:217
#, fuzzy
msgctxt "retypepassdialog|label3"
msgid "Sheet protection"
msgstr "Velbeskerming"
-#: retypepassworddialog.ui:8
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:8
#, fuzzy
msgctxt "retypepassworddialog|RetypePasswordDialog"
msgid "Re-type Password"
msgstr "Tik weer wagwoord"
-#: retypepassworddialog.ui:81
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:81
#, fuzzy
msgctxt "retypepassworddialog|retypepassword"
msgid "Re-type password"
msgstr "Tik weer wagwoord"
-#: retypepassworddialog.ui:140
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:140
#, fuzzy
msgctxt "retypepassworddialog|label4"
msgid "Pa_ssword:"
msgstr "Wagwoord:"
-#: retypepassworddialog.ui:154
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:154
msgctxt "retypepassworddialog|label5"
msgid "Confi_rm:"
msgstr ""
-#: retypepassworddialog.ui:165
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:165
msgctxt "retypepassworddialog|mustmatch"
msgid "New password must match the original password"
msgstr ""
-#: retypepassworddialog.ui:190
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:190
msgctxt "retypepassworddialog|removepassword"
msgid "Remove password from this protected item"
msgstr ""
-#: rightfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/rightfooterdialog.ui:8
msgctxt "rightfooterdialog|RightFooterDialog"
msgid "Footer (right)"
msgstr ""
-#: rightfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/rightfooterdialog.ui:106
msgctxt "rightfooterdialog|footerright"
msgid "Footer (right)"
msgstr ""
-#: rightheaderdialog.ui:8
+#: sc/uiconfig/scalc/ui/rightheaderdialog.ui:8
msgctxt "rightheaderdialog|RightHeaderDialog"
msgid "Header (right)"
msgstr ""
-#: rightheaderdialog.ui:106
+#: sc/uiconfig/scalc/ui/rightheaderdialog.ui:106
msgctxt "rightheaderdialog|headerright"
msgid "Header (right)"
msgstr ""
-#: rowheightdialog.ui:8
+#: sc/uiconfig/scalc/ui/rowheightdialog.ui:8
#, fuzzy
msgctxt "rowheightdialog|RowHeightDialog"
msgid "Row Height"
msgstr "Ryhoogte"
-#: rowheightdialog.ui:88
+#: sc/uiconfig/scalc/ui/rowheightdialog.ui:88
msgctxt "rowheightdialog|label1"
msgid "Height:"
msgstr "Hoogte:"
-#: rowheightdialog.ui:112
+#: sc/uiconfig/scalc/ui/rowheightdialog.ui:111
#, fuzzy
msgctxt "rowheightdialog|default"
msgid "_Default value"
msgstr "Verstek waarde"
-#: samplingdialog.ui:21
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:21
msgctxt "samplingdialog|SamplingDialog"
msgid "Sampling"
msgstr ""
-#: samplingdialog.ui:113
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:113
msgctxt "samplingdialog|input-range-label"
msgid "Input range:"
msgstr ""
-#: samplingdialog.ui:152
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:151
msgctxt "samplingdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: samplingdialog.ui:194
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:192
msgctxt "samplingdialog|label4"
msgid "Data"
msgstr "Data"
-#: samplingdialog.ui:250
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:247
msgctxt "samplingdialog|label1"
msgid "Sample size:"
msgstr ""
-#: samplingdialog.ui:262
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:259
msgctxt "samplingdialog|random-method-radio"
msgid "Random"
msgstr ""
-#: samplingdialog.ui:278
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:276
#, fuzzy
msgctxt "samplingdialog|periodic-method-radio"
msgid "Periodic"
msgstr "Tydperk"
-#: samplingdialog.ui:315
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:313
#, fuzzy
msgctxt "samplingdialog|label3"
msgid "Period:"
msgstr "Tydperk"
-#: samplingdialog.ui:332
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:330
msgctxt "samplingdialog|label2"
msgid "Sampling Method"
msgstr ""
-#: scenariodialog.ui:9
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:9
#, fuzzy
msgctxt "scenariodialog|ScenarioDialog"
msgid "Create Scenario"
msgstr "Skep scenario"
-#: scenariodialog.ui:111
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:111
msgctxt "scenariodialog|label1"
msgid "Name of Scenario"
msgstr ""
-#: scenariodialog.ui:155
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:155
#, fuzzy
msgctxt "scenariodialog|label2"
msgid "Comment"
msgstr "Opmerkings"
-#: scenariodialog.ui:189
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:189
msgctxt "scenariodialog|copyback"
msgid "Copy _back"
msgstr ""
-#: scenariodialog.ui:204
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:204
msgctxt "scenariodialog|copysheet"
msgid "Copy _entire sheet"
msgstr ""
-#: scenariodialog.ui:219
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:219
msgctxt "scenariodialog|preventchanges"
msgid "_Prevent changes"
msgstr ""
-#: scenariodialog.ui:239
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:239
msgctxt "scenariodialog|showframe"
msgid "_Display border"
msgstr ""
-#: scenariodialog.ui:264
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:264
msgctxt "scenariodialog|bordercolor-atkobject"
msgid "Display border in"
msgstr ""
-#: scenariodialog.ui:287
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:287
#, fuzzy
msgctxt "scenariodialog|label3"
msgid "Settings"
msgstr "Instellings"
-#: scenariodialog.ui:303
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:303
#, fuzzy
msgctxt "scenariodialog|alttitle"
msgid "Edit Scenario"
msgstr "Redigeer scenario"
-#: scenariodialog.ui:319
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:319
msgctxt "scenariodialog|createdft"
msgid "Created by"
msgstr ""
-#: scenariodialog.ui:330
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:330
msgctxt "scenariodialog|onft"
msgid "on"
msgstr "aan"
-#: scenariomenu.ui:12
+#: sc/uiconfig/scalc/ui/scenariomenu.ui:12
msgctxt "scenariomenu|delete"
msgid "Delete"
msgstr "Skrap"
-#: scenariomenu.ui:20
+#: sc/uiconfig/scalc/ui/scenariomenu.ui:20
msgctxt "scenariomenu|edit"
msgid "Properties..."
msgstr "Eienskappe..."
-#: scgeneralpage.ui:48
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:48
msgctxt "scgeneralpage|label4"
msgid "Measurement _unit:"
msgstr ""
-#: scgeneralpage.ui:62
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:62
#, fuzzy
msgctxt "scgeneralpage|label5"
msgid "_Tab stops:"
msgstr "Keepstoppe"
-#: scgeneralpage.ui:102
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:101
msgctxt "scgeneralpage|label1"
msgid "Metrics"
msgstr ""
-#: scgeneralpage.ui:138
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:137
msgctxt "scgeneralpage|label6"
msgid "Update links when opening"
msgstr ""
-#: scgeneralpage.ui:157
-#, fuzzy
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:156
msgctxt "scgeneralpage|alwaysrb"
-msgid "_Always"
-msgstr "Altyd"
+msgid "_Always (from trusted locations)"
+msgstr ""
-#: scgeneralpage.ui:175
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:174
msgctxt "scgeneralpage|requestrb"
msgid "_On request"
msgstr ""
-#: scgeneralpage.ui:193
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:192
#, fuzzy
msgctxt "scgeneralpage|neverrb"
msgid "_Never"
msgstr "Nooit"
-#: scgeneralpage.ui:225
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:224
msgctxt "scgeneralpage|label2"
msgid "Updating"
msgstr ""
-#: scgeneralpage.ui:265
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:264
msgctxt "scgeneralpage|editmodecb"
msgid "Press Enter to switch to _edit mode"
msgstr ""
-#: scgeneralpage.ui:281
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:281
msgctxt "scgeneralpage|formatcb"
msgid "Expand _formatting"
msgstr ""
-#: scgeneralpage.ui:297
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:297
msgctxt "scgeneralpage|exprefcb"
msgid "Expand _references when new columns/rows are inserted"
msgstr ""
-#: scgeneralpage.ui:318
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:318
msgctxt "scgeneralpage|alignlb"
msgid "Down"
msgstr "Af"
-#: scgeneralpage.ui:319
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:319
msgctxt "scgeneralpage|alignlb"
msgid "Right"
msgstr "Regs"
-#: scgeneralpage.ui:320
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:320
msgctxt "scgeneralpage|alignlb"
msgid "Up"
msgstr "Op"
-#: scgeneralpage.ui:321
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:321
msgctxt "scgeneralpage|alignlb"
msgid "Left"
msgstr "Links"
-#: scgeneralpage.ui:331
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:331
msgctxt "scgeneralpage|aligncb"
msgid "Press Enter to _move selection"
msgstr ""
-#: scgeneralpage.ui:346
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:346
msgctxt "scgeneralpage|legacy_cell_selection_cb"
msgid "Use legacy cursor movement behavior when selecting"
msgstr ""
-#: scgeneralpage.ui:361
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:361
msgctxt "scgeneralpage|replwarncb"
msgid "Show overwrite _warning when pasting data"
msgstr ""
-#: scgeneralpage.ui:376
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:376
msgctxt "scgeneralpage|textfmtcb"
msgid "Use printer metrics for text formatting"
msgstr ""
-#: scgeneralpage.ui:390
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:390
msgctxt "scgeneralpage|markhdrcb"
msgid "Highlight sele_ction in column/row headers"
msgstr ""
-#: scgeneralpage.ui:405
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:405
msgctxt "scgeneralpage|sortrefupdatecb"
msgid "Update references when sorting range of cells"
msgstr ""
-#: scgeneralpage.ui:440
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:440
msgctxt "scgeneralpage|label3"
msgid "Input Settings"
msgstr ""
-#: searchresults.ui:9
+#: sc/uiconfig/scalc/ui/searchresults.ui:9
msgctxt "searchresults|SearchResultsDialog"
msgid "Search Results"
msgstr ""
-#: selectdatasource.ui:8
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:8
msgctxt "selectdatasource|SelectDataSourceDialog"
msgid "Select Data Source"
msgstr ""
-#: selectdatasource.ui:99
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:99
#, fuzzy
msgctxt "selectdatasource|label2"
msgid "_Database:"
msgstr "Databasis"
-#: selectdatasource.ui:115
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:115
#, fuzzy
msgctxt "selectdatasource|label4"
msgid "_Type:"
msgstr "Tipe:"
-#: selectdatasource.ui:145
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:145
msgctxt "selectdatasource|type"
msgid "Table"
msgstr "Tabel"
-#: selectdatasource.ui:146
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:146
msgctxt "selectdatasource|type"
msgid "Query"
msgstr "Navraag"
-#: selectdatasource.ui:147
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:147
#, fuzzy
msgctxt "selectdatasource|type"
msgid "Sql"
msgstr "Sql"
-#: selectdatasource.ui:148
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:148
#, fuzzy
msgctxt "selectdatasource|type"
msgid "Sql [Native]"
msgstr "Sql [Eie]"
-#: selectdatasource.ui:163
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:163
#, fuzzy
msgctxt "selectdatasource|label3"
msgid "Data so_urce:"
msgstr "Databron"
-#: selectdatasource.ui:201
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:201
msgctxt "selectdatasource|label1"
msgid "Selection"
msgstr "Seleksie"
-#: selectrange.ui:7
+#: sc/uiconfig/scalc/ui/selectrange.ui:7
msgctxt "selectrange|SelectRangeDialog"
msgid "Select Database Range"
msgstr "Kies omvang van databasis"
-#: selectrange.ui:107
+#: sc/uiconfig/scalc/ui/selectrange.ui:107
#, fuzzy
msgctxt "selectrange|label1"
msgid "Ranges"
msgstr "Omvang"
-#: selectsource.ui:8
+#: sc/uiconfig/scalc/ui/selectsource.ui:8
#, fuzzy
msgctxt "selectsource|SelectSourceDialog"
msgid "Select Source"
msgstr "~Kies bron..."
-#: selectsource.ui:94
+#: sc/uiconfig/scalc/ui/selectsource.ui:94
msgctxt "selectsource|selection"
msgid "_Current selection"
msgstr ""
-#: selectsource.ui:117
+#: sc/uiconfig/scalc/ui/selectsource.ui:117
msgctxt "selectsource|namedrange"
msgid "_Named range:"
msgstr ""
-#: selectsource.ui:158
+#: sc/uiconfig/scalc/ui/selectsource.ui:158
msgctxt "selectsource|database"
msgid "_Data source registered in %PRODUCTNAME"
msgstr ""
-#: selectsource.ui:175
+#: sc/uiconfig/scalc/ui/selectsource.ui:175
msgctxt "selectsource|external"
msgid "_External source/interface"
msgstr ""
-#: selectsource.ui:198
+#: sc/uiconfig/scalc/ui/selectsource.ui:198
msgctxt "selectsource|label1"
msgid "Selection"
msgstr "Seleksie"
-#: sharedfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/sharedfooterdialog.ui:8
msgctxt "sharedfooterdialog|SharedFooterDialog"
msgid "Headers/Footers"
msgstr ""
-#: sharedfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/sharedfooterdialog.ui:106
msgctxt "sharedfooterdialog|headerright"
msgid "Header (right)"
msgstr ""
-#: sharedfooterdialog.ui:128
+#: sc/uiconfig/scalc/ui/sharedfooterdialog.ui:128
msgctxt "sharedfooterdialog|headerleft"
msgid "Header (left)"
msgstr ""
-#: sharedfooterdialog.ui:151
+#: sc/uiconfig/scalc/ui/sharedfooterdialog.ui:151
msgctxt "sharedfooterdialog|footer"
msgid "Footer"
msgstr "Voet"
-#: sharedheaderdialog.ui:8
+#: sc/uiconfig/scalc/ui/sharedheaderdialog.ui:8
msgctxt "sharedheaderdialog|SharedHeaderDialog"
msgid "Headers/Footers"
msgstr ""
-#: sharedheaderdialog.ui:106
+#: sc/uiconfig/scalc/ui/sharedheaderdialog.ui:106
msgctxt "sharedheaderdialog|header"
msgid "Header"
msgstr "Kop"
-#: sharedheaderdialog.ui:128
+#: sc/uiconfig/scalc/ui/sharedheaderdialog.ui:128
msgctxt "sharedheaderdialog|footerright"
msgid "Footer (right)"
msgstr ""
-#: sharedheaderdialog.ui:151
+#: sc/uiconfig/scalc/ui/sharedheaderdialog.ui:151
msgctxt "sharedheaderdialog|footerleft"
msgid "Footer (left)"
msgstr ""
-#: sharedocumentdlg.ui:8
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:8
#, fuzzy
msgctxt "sharedocumentdlg|ShareDocumentDialog"
msgid "Share Document"
msgstr "Stoor dokument"
-#: sharedocumentdlg.ui:90
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:90
msgctxt "sharedocumentdlg|share"
msgid "_Share this spreadsheet with other users"
msgstr ""
-#: sharedocumentdlg.ui:116
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:116
msgctxt "sharedocumentdlg|warning"
msgid "Note: Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities."
msgstr ""
-#: sharedocumentdlg.ui:169
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:169
msgctxt "sharedocumentdlg|name"
msgid "Name"
msgstr "Naam"
-#: sharedocumentdlg.ui:181
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:181
#, fuzzy
msgctxt "sharedocumentdlg|accessed"
msgid "Accessed"
msgstr "Aanvaar"
-#: sharedocumentdlg.ui:222
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:222
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr ""
-#: sharedocumentdlg.ui:234
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:234
msgctxt "sharedocumentdlg|unknownuser"
msgid "Unknown User"
msgstr "Onbekende gebruiker"
-#: sharedocumentdlg.ui:246
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:246
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr ""
-#: sharedocumentdlg.ui:269
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:269
msgctxt "sharedocumentdlg|label1"
msgid "Users Currently Accessing This Spreadsheet"
msgstr ""
-#: sheetprintpage.ui:63
+#: sc/uiconfig/scalc/ui/sharedwarningdialog.ui:12
+msgctxt "sharedwarningdialog|SharedWarningDialog"
+msgid "The spreadsheet is in shared mode. This allows multiple users to access and edit the spreadsheet at the same time."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/sharedwarningdialog.ui:13
+msgctxt "sharedwarningdialog|SharedWarningDialog"
+msgid "Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/sharedwarningdialog.ui:32
+msgctxt "sharedwarningdialog|ask"
+msgid "Do not show warning again."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:63
msgctxt "sheetprintpage|radioBTN_TOPDOWN"
msgid "_Top to bottom, then right"
msgstr ""
-#: sheetprintpage.ui:80
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:80
msgctxt "sheetprintpage|radioBTN_LEFTRIGHT"
msgid "_Left to right, then down"
msgstr ""
-#: sheetprintpage.ui:99
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:99
#, fuzzy
msgctxt "sheetprintpage|checkBTN_PAGENO"
msgid "First _page number:"
msgstr "Eerste bladsynommer"
-#: sheetprintpage.ui:162
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:167
msgctxt "sheetprintpage|labelPageOrder"
msgid "Page Order"
msgstr ""
-#: sheetprintpage.ui:196
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:201
msgctxt "sheetprintpage|checkBTN_HEADER"
msgid "_Column and row headers"
msgstr ""
-#: sheetprintpage.ui:211
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:216
#, fuzzy
msgctxt "sheetprintpage|checkBTN_GRID"
msgid "_Grid"
msgstr "Rooster"
-#: sheetprintpage.ui:227
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:232
#, fuzzy
msgctxt "sheetprintpage|checkBTN_NOTES"
msgid "_Comments"
msgstr "Opmerkings"
-#: sheetprintpage.ui:242
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:247
msgctxt "sheetprintpage|checkBTN_OBJECTS"
msgid "_Objects/Images"
msgstr ""
-#: sheetprintpage.ui:257
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:262
msgctxt "sheetprintpage|checkBTN_CHARTS"
msgid "Charts"
msgstr "Grafieke"
-#: sheetprintpage.ui:272
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:277
#, fuzzy
msgctxt "sheetprintpage|checkBTN_DRAWINGS"
msgid "_Drawing objects"
msgstr "Tekenobjekte"
-#: sheetprintpage.ui:287
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:292
#, fuzzy
msgctxt "sheetprintpage|checkBTN_FORMULAS"
msgid "_Formulas"
msgstr "Formules"
-#: sheetprintpage.ui:302
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:307
#, fuzzy
msgctxt "sheetprintpage|checkBTN_NULLVALS"
msgid "_Zero values"
msgstr "Nulwaardes"
-#: sheetprintpage.ui:335
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:340
msgctxt "sheetprintpage|labelPrint"
msgid "Print"
msgstr "Druk"
-#: sheetprintpage.ui:368
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:373
msgctxt "sheetprintpage|labelScalingMode"
msgid "Scaling _mode:"
msgstr ""
-#: sheetprintpage.ui:393
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:398
#, fuzzy
msgctxt "sheetprintpage|labelSF"
msgid "_Scaling factor:"
msgstr "Skaalfaktor"
-#: sheetprintpage.ui:435
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:439
msgctxt "sheetprintpage|labelWP"
msgid "_Width in pages:"
msgstr ""
-#: sheetprintpage.ui:449
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:457
msgctxt "sheetprintpage|labelHP"
msgid "_Height in pages:"
msgstr ""
-#: sheetprintpage.ui:486
-msgctxt "sheetprintpage|unsetwidth"
-msgid "Unspecified"
-msgstr ""
-
-#: sheetprintpage.ui:499
-msgctxt "sheetprintpage|unsetheight"
-msgid "Unspecified"
-msgstr ""
-
-#: sheetprintpage.ui:526
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:517
#, fuzzy
msgctxt "sheetprintpage|labelNP"
msgid "N_umber of pages:"
msgstr "Aantal kopieë"
-#: sheetprintpage.ui:569
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:559
msgctxt "sheetprintpage|comboLB_SCALEMODE"
msgid "Reduce/enlarge printout"
msgstr "Verklein/vergroot drukstuk"
-#: sheetprintpage.ui:570
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:560
msgctxt "sheetprintpage|comboLB_SCALEMODE"
msgid "Fit print range(s) to width/height"
msgstr "Pas drukomvang(s) by wydte/hoogte"
-#: sheetprintpage.ui:571
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:561
msgctxt "sheetprintpage|comboLB_SCALEMODE"
msgid "Fit print range(s) on number of pages"
msgstr "Pas getal bladsye in drukomvang(s)"
-#: sheetprintpage.ui:590
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:580
msgctxt "sheetprintpage|labelScale"
msgid "Scale"
msgstr "Skaal"
-#: showchangesdialog.ui:9
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:9
#, fuzzy
msgctxt "showchangesdialog|ShowChangesDialog"
msgid "Show Changes"
msgstr "Wys vatsels"
-#: showchangesdialog.ui:86
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:86
msgctxt "showchangesdialog|showchanges"
msgid "_Show changes in spreadsheet"
msgstr ""
-#: showchangesdialog.ui:118
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:118
msgctxt "showchangesdialog|showaccepted"
msgid "Show _accepted changes"
msgstr ""
-#: showchangesdialog.ui:133
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:133
msgctxt "showchangesdialog|showrejected"
msgid "Show _rejected changes"
msgstr ""
-#: showchangesdialog.ui:168
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:168
#, fuzzy
msgctxt "showchangesdialog|label1"
msgid "Filter Settings"
msgstr "Verdere instellings"
-#: showdetaildialog.ui:10
+#: sc/uiconfig/scalc/ui/showdetaildialog.ui:10
#, fuzzy
msgctxt "showdetaildialog|ShowDetail"
msgid "Show Detail"
msgstr "Vertoon detail"
-#: showdetaildialog.ui:92
+#: sc/uiconfig/scalc/ui/showdetaildialog.ui:92
#, fuzzy
msgctxt "showdetaildialog|label1"
msgid "_Choose the field containing the detail you want to show"
msgstr "~Kies die veld wat die besonderhede bevat wat u wil wys"
-#: showsheetdialog.ui:8
+#: sc/uiconfig/scalc/ui/showsheetdialog.ui:8
msgctxt "showsheetdialog|ShowSheetDialog"
msgid "Show Sheet"
msgstr "Toon vel"
-#: showsheetdialog.ui:108
+#: sc/uiconfig/scalc/ui/showsheetdialog.ui:108
#, fuzzy
msgctxt "showsheetdialog|label1"
msgid "Hidden Sheets"
msgstr "Versteek blaai"
-#: sidebaralignment.ui:43
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:43
msgctxt "sidebaralignment|horizontalalignment|tooltip_text"
msgid "Horizontal Alignment"
msgstr ""
-#: sidebaralignment.ui:106
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:106
#, fuzzy
msgctxt "sidebaralignment|verticalalignment|tooltip_text"
msgid "Vertical Alignment"
msgstr "Vert. belyning"
-#: sidebaralignment.ui:256
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:256
#, fuzzy
msgctxt "sidebaralignment|leftindentlabel"
msgid "_Indent:"
msgstr "Inkeep"
-#: sidebaralignment.ui:278
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:278
msgctxt "sidebaralignment|leftindent|tooltip_text"
msgid "Indents from the left edge."
msgstr ""
-#: sidebaralignment.ui:285
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:284
#, fuzzy
msgctxt "sidebaralignment|leftindent-atkobject"
msgid "Left Indent"
msgstr "Lysinkeep"
-#: sidebaralignment.ui:310
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:309
msgctxt "sidebaralignment|mergecells"
msgid "Merge cells"
msgstr "Voeg selle saam"
-#: sidebaralignment.ui:315
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:315
msgctxt "sidebaralignment|mergecells|tooltip_text"
msgid "Joins the selected cells into one."
msgstr ""
-#: sidebaralignment.ui:329
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:329
#, fuzzy
msgctxt "sidebaralignment|wraptext"
msgid "Wrap text"
msgstr "Vou links om"
-#: sidebaralignment.ui:334
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:335
#, fuzzy
msgctxt "sidebaralignment|wraptext|tooltip_text"
msgid "Wrap texts automatically."
msgstr "Vou reëls outomaties om"
-#: sidebaralignment.ui:369
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:370
msgctxt "sidebaralignment|orientationlabel"
msgid "Text _orientation:"
msgstr ""
-#: sidebaralignment.ui:384
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:385
msgctxt "sidebaralignment|orientationdegrees|tooltip_text"
msgid "Select the angle for rotation."
msgstr ""
-#: sidebaralignment.ui:390
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:391
msgctxt "sidebaralignment|orientationdegrees-atkobject"
msgid "Text Orientation"
msgstr ""
-#: sidebaralignment.ui:411
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:413
msgctxt "sidebaralignment|bottom|tooltip_text"
msgid "Text Extension From Lower Cell Border"
msgstr ""
-#: sidebaralignment.ui:429
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:432
msgctxt "sidebaralignment|top|tooltip_text"
msgid "Text Extension From Upper Cell Border"
msgstr ""
-#: sidebaralignment.ui:447
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:451
msgctxt "sidebaralignment|standard|tooltip_text"
msgid "Text Extension Inside Cell"
msgstr ""
-#: sidebaralignment.ui:476
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:480
msgctxt "sidebaralignment|stacked"
msgid "Vertically stacked"
msgstr ""
-#: sidebarcellappearance.ui:26
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:26
#, fuzzy
msgctxt "sidebarcellappearance|cellbackgroundlabel"
msgid "_Background:"
msgstr "Agtergrond"
-#: sidebarcellappearance.ui:42
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:42
msgctxt "sidebarcellappearance|cellbackgroundcolor|tooltip_text"
msgid "Select the background color of the selected cells."
msgstr ""
-#: sidebarcellappearance.ui:50
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:50
msgctxt "sidebarcellappearance|cellbackground|tooltip_text"
msgid "Select the background color of the selected cells."
msgstr ""
-#: sidebarcellappearance.ui:91
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:91
msgctxt "sidebarcellappearance|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr ""
-#: sidebarcellappearance.ui:126
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:126
msgctxt "sidebarcellappearance|linestyle|tooltip_text"
msgid "Select the line style of the borders."
msgstr ""
-#: sidebarcellappearance.ui:139
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:139
msgctxt "sidebarcellappearance|borderlinestyle-atkobject"
msgid "Border Line Style"
msgstr ""
-#: sidebarcellappearance.ui:154
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:154
msgctxt "sidebarcellappearance|borderlinecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr ""
-#: sidebarcellappearance.ui:162
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:162
msgctxt "sidebarcellappearance|linecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr ""
-#: sidebarcellappearance.ui:175
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:175
msgctxt "sidebarcellappearance|borderlinecolor-atkobject"
msgid "Border Line Color"
msgstr ""
-#: sidebarnumberformat.ui:38
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:38
msgctxt "sidebarnumberformat|category|tooltip_text"
msgid "Select a category of contents."
msgstr ""
-#: sidebarnumberformat.ui:41
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:41
msgctxt "sidebarnumberformat|category"
msgid "General"
msgstr "Algemeen"
-#: sidebarnumberformat.ui:42
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:42
msgctxt "sidebarnumberformat|category"
msgid "Number"
msgstr "Nommer"
-#: sidebarnumberformat.ui:43
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:43
#, fuzzy
msgctxt "sidebarnumberformat|category"
msgid "Percent"
msgstr "Persent"
-#: sidebarnumberformat.ui:44
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:44
msgctxt "sidebarnumberformat|category"
msgid "Currency"
msgstr "Valuta"
-#: sidebarnumberformat.ui:45
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:45
#, fuzzy
msgctxt "sidebarnumberformat|category"
msgid "Date "
msgstr "Datum"
-#: sidebarnumberformat.ui:46
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:46
msgctxt "sidebarnumberformat|category"
msgid "Time"
msgstr "Tyd"
-#: sidebarnumberformat.ui:47
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:47
msgctxt "sidebarnumberformat|category"
msgid "Scientific"
msgstr ""
-#: sidebarnumberformat.ui:48
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:48
#, fuzzy
msgctxt "sidebarnumberformat|category"
msgid "Fraction"
msgstr "Funksie"
-#: sidebarnumberformat.ui:49
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:49
msgctxt "sidebarnumberformat|category"
msgid "Boolean Value"
msgstr ""
-#: sidebarnumberformat.ui:50
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:50
msgctxt "sidebarnumberformat|category"
msgid "Text"
msgstr "Teks"
-#: sidebarnumberformat.ui:54
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:54
msgctxt "sidebarnumberformat|category-atkobject"
msgid "Category"
msgstr "Kategorie"
-#: sidebarnumberformat.ui:135
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:135
#, fuzzy
msgctxt "sidebarnumberformat|decimalplaceslabel"
msgid "_Decimal places:"
msgstr "Desimale plekke"
-#: sidebarnumberformat.ui:150
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:150
msgctxt "sidebarnumberformat|decimalplaces|tooltip_text"
msgid "Enter the number of decimal places that you want to display."
msgstr ""
-#: sidebarnumberformat.ui:155
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:154
#, fuzzy
msgctxt "sidebarnumberformat|decimalplaces-atkobject"
msgid "Decimal Places"
msgstr "Desimale plekke"
-#: sidebarnumberformat.ui:169
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:168
msgctxt "sidebarnumberformat|denominatorplaceslabel"
msgid "Den_ominator places:"
msgstr ""
-#: sidebarnumberformat.ui:184
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:183
msgctxt "sidebarnumberformat|denominatorplaces|tooltip_text"
msgid "Enter the number of places for the denominator that you want to display."
msgstr ""
-#: sidebarnumberformat.ui:189
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:187
msgctxt "sidebarnumberformat|denominatorplaces-atkobject"
msgid "Denominator Places"
msgstr ""
-#: sidebarnumberformat.ui:216
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:214
msgctxt "sidebarnumberformat|leadingzeroeslabel"
msgid "Leading _zeroes:"
msgstr ""
-#: sidebarnumberformat.ui:232
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:230
msgctxt "sidebarnumberformat|leadingzeroes|tooltip_text"
msgid "Enter the maximum number of zeroes to display before the decimal point."
msgstr ""
-#: sidebarnumberformat.ui:237
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:234
msgctxt "sidebarnumberformat|leadingzeroes-atkobject"
msgid "Leading Zeroes"
msgstr ""
-#: sidebarnumberformat.ui:264
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:261
msgctxt "sidebarnumberformat|negativenumbersred"
msgid "_Negative numbers in red"
msgstr ""
-#: sidebarnumberformat.ui:270
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:267
msgctxt "sidebarnumberformat|negativenumbersred|tooltip_text"
msgid "Changes the font color of negative numbers to red."
msgstr ""
-#: sidebarnumberformat.ui:283
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:280
#, fuzzy
msgctxt "sidebarnumberformat|thousandseparator"
msgid "_Thousands separator"
msgstr "Geen duisendeskeiers nie"
-#: sidebarnumberformat.ui:289
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:286
msgctxt "sidebarnumberformat|thousandseparator|tooltip_text"
msgid "Inserts a separator between thousands."
msgstr ""
-#: sidebarnumberformat.ui:302
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:299
msgctxt "sidebarnumberformat|engineeringnotation"
msgid "_Engineering notation"
msgstr ""
-#: sidebarnumberformat.ui:308
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:305
msgctxt "sidebarnumberformat|engineeringnotation|tooltip_text"
msgid "Ensures that exponent is a multiple of 3."
msgstr ""
-#: simplerefdialog.ui:9
+#: sc/uiconfig/scalc/ui/simplerefdialog.ui:9
msgctxt "simplerefdialog|SimpleRefDialog"
msgid "Set range"
msgstr ""
-#: simplerefdialog.ui:30
+#: sc/uiconfig/scalc/ui/simplerefdialog.ui:30
#, fuzzy
msgctxt "simplerefdialog|area"
msgid "Area:"
msgstr "Area"
-#: solverdlg.ui:9
+#: sc/uiconfig/scalc/ui/solverdlg.ui:9
msgctxt "solverdlg|SolverDialog"
msgid "Solver"
msgstr ""
-#: solverdlg.ui:22
+#: sc/uiconfig/scalc/ui/solverdlg.ui:22
#, fuzzy
msgctxt "solverdlg|options"
msgid "O_ptions..."
msgstr "Opsies..."
-#: solverdlg.ui:65
+#: sc/uiconfig/scalc/ui/solverdlg.ui:65
msgctxt "solverdlg|solve"
msgid "_Solve"
msgstr ""
-#: solverdlg.ui:107
+#: sc/uiconfig/scalc/ui/solverdlg.ui:107
msgctxt "solverdlg|targetlabel"
msgid "_Target cell"
msgstr ""
-#: solverdlg.ui:120
+#: sc/uiconfig/scalc/ui/solverdlg.ui:120
msgctxt "solverdlg|result"
msgid "Optimize result to"
msgstr ""
-#: solverdlg.ui:133
+#: sc/uiconfig/scalc/ui/solverdlg.ui:133
msgctxt "solverdlg|changelabel"
msgid "_By changing cells"
msgstr ""
-#: solverdlg.ui:144
+#: sc/uiconfig/scalc/ui/solverdlg.ui:144
#, fuzzy
msgctxt "solverdlg|min"
msgid "Minim_um"
msgstr "~Minimum"
-#: solverdlg.ui:163
+#: sc/uiconfig/scalc/ui/solverdlg.ui:163
#, fuzzy
msgctxt "solverdlg|max"
msgid "_Maximum"
msgstr "~Maksimum"
-#: solverdlg.ui:263
+#: sc/uiconfig/scalc/ui/solverdlg.ui:263
msgctxt "solverdlg|value"
msgid "_Value of"
msgstr ""
-#: solverdlg.ui:366
+#: sc/uiconfig/scalc/ui/solverdlg.ui:365
msgctxt "solverdlg|cellreflabel"
msgid "_Cell reference"
msgstr ""
-#: solverdlg.ui:380
+#: sc/uiconfig/scalc/ui/solverdlg.ui:379
msgctxt "solverdlg|oplabel"
msgid "_Operator"
msgstr ""
-#: solverdlg.ui:394
+#: sc/uiconfig/scalc/ui/solverdlg.ui:393
#, fuzzy
msgctxt "solverdlg|constraintlabel"
msgid "V_alue"
msgstr "Waardes"
-#: solverdlg.ui:413
+#: sc/uiconfig/scalc/ui/solverdlg.ui:411
msgctxt "solverdlg|ref1edit-atkobject"
msgid "Cell reference"
msgstr ""
-#: solverdlg.ui:431
+#: sc/uiconfig/scalc/ui/solverdlg.ui:428
msgctxt "solverdlg|ref2edit-atkobject"
msgid "Cell reference"
msgstr ""
-#: solverdlg.ui:449
+#: sc/uiconfig/scalc/ui/solverdlg.ui:445
msgctxt "solverdlg|ref3edit-atkobject"
msgid "Cell reference"
msgstr ""
-#: solverdlg.ui:467
+#: sc/uiconfig/scalc/ui/solverdlg.ui:462
msgctxt "solverdlg|ref4edit-atkobject"
msgid "Cell reference"
msgstr ""
-#: solverdlg.ui:527
+#: sc/uiconfig/scalc/ui/solverdlg.ui:522
msgctxt "solverdlg|op1list"
msgid "<="
msgstr ""
-#: solverdlg.ui:528
+#: sc/uiconfig/scalc/ui/solverdlg.ui:523
msgctxt "solverdlg|op1list"
msgid "="
msgstr ""
-#: solverdlg.ui:529
+#: sc/uiconfig/scalc/ui/solverdlg.ui:524
msgctxt "solverdlg|op1list"
msgid "=>"
msgstr ""
-#: solverdlg.ui:530
+#: sc/uiconfig/scalc/ui/solverdlg.ui:525
#, fuzzy
msgctxt "solverdlg|op1list"
msgid "Integer"
msgstr "Heelgetal "
-#: solverdlg.ui:531
+#: sc/uiconfig/scalc/ui/solverdlg.ui:526
msgctxt "solverdlg|op1list"
msgid "Binary"
msgstr "Binêr"
-#: solverdlg.ui:535
+#: sc/uiconfig/scalc/ui/solverdlg.ui:530
#, fuzzy
msgctxt "solverdlg|op1list-atkobject"
msgid "Operator"
msgstr "B~ewerkers"
-#: solverdlg.ui:551
+#: sc/uiconfig/scalc/ui/solverdlg.ui:546
msgctxt "solverdlg|op2list"
msgid "<="
msgstr ""
-#: solverdlg.ui:552
+#: sc/uiconfig/scalc/ui/solverdlg.ui:547
msgctxt "solverdlg|op2list"
msgid "="
msgstr ""
-#: solverdlg.ui:553
+#: sc/uiconfig/scalc/ui/solverdlg.ui:548
msgctxt "solverdlg|op2list"
msgid "=>"
msgstr ""
-#: solverdlg.ui:554
+#: sc/uiconfig/scalc/ui/solverdlg.ui:549
#, fuzzy
msgctxt "solverdlg|op2list"
msgid "Integer"
msgstr "Heelgetal "
-#: solverdlg.ui:555
+#: sc/uiconfig/scalc/ui/solverdlg.ui:550
msgctxt "solverdlg|op2list"
msgid "Binary"
msgstr "Binêr"
-#: solverdlg.ui:559
+#: sc/uiconfig/scalc/ui/solverdlg.ui:554
#, fuzzy
msgctxt "solverdlg|op2list-atkobject"
msgid "Operator"
msgstr "B~ewerkers"
-#: solverdlg.ui:575
+#: sc/uiconfig/scalc/ui/solverdlg.ui:570
msgctxt "solverdlg|op3list"
msgid "<="
msgstr ""
-#: solverdlg.ui:576
+#: sc/uiconfig/scalc/ui/solverdlg.ui:571
msgctxt "solverdlg|op3list"
msgid "="
msgstr ""
-#: solverdlg.ui:577
+#: sc/uiconfig/scalc/ui/solverdlg.ui:572
msgctxt "solverdlg|op3list"
msgid "=>"
msgstr ""
-#: solverdlg.ui:578
+#: sc/uiconfig/scalc/ui/solverdlg.ui:573
#, fuzzy
msgctxt "solverdlg|op3list"
msgid "Integer"
msgstr "Heelgetal "
-#: solverdlg.ui:579
+#: sc/uiconfig/scalc/ui/solverdlg.ui:574
msgctxt "solverdlg|op3list"
msgid "Binary"
msgstr "Binêr"
-#: solverdlg.ui:583
+#: sc/uiconfig/scalc/ui/solverdlg.ui:578
#, fuzzy
msgctxt "solverdlg|op3list-atkobject"
msgid "Operator"
msgstr "B~ewerkers"
-#: solverdlg.ui:599
+#: sc/uiconfig/scalc/ui/solverdlg.ui:594
msgctxt "solverdlg|op4list"
msgid "<="
msgstr ""
-#: solverdlg.ui:600
+#: sc/uiconfig/scalc/ui/solverdlg.ui:595
msgctxt "solverdlg|op4list"
msgid "="
msgstr ""
-#: solverdlg.ui:601
+#: sc/uiconfig/scalc/ui/solverdlg.ui:596
msgctxt "solverdlg|op4list"
msgid "=>"
msgstr ""
-#: solverdlg.ui:602
+#: sc/uiconfig/scalc/ui/solverdlg.ui:597
#, fuzzy
msgctxt "solverdlg|op4list"
msgid "Integer"
msgstr "Heelgetal "
-#: solverdlg.ui:603
+#: sc/uiconfig/scalc/ui/solverdlg.ui:598
msgctxt "solverdlg|op4list"
msgid "Binary"
msgstr "Binêr"
-#: solverdlg.ui:607
+#: sc/uiconfig/scalc/ui/solverdlg.ui:602
#, fuzzy
msgctxt "solverdlg|op4list-atkobject"
msgid "Operator"
msgstr "B~ewerkers"
-#: solverdlg.ui:626
+#: sc/uiconfig/scalc/ui/solverdlg.ui:620
#, fuzzy
msgctxt "solverdlg|val1edit-atkobject"
msgid "Value"
msgstr "Waardes"
-#: solverdlg.ui:645
+#: sc/uiconfig/scalc/ui/solverdlg.ui:638
#, fuzzy
msgctxt "solverdlg|val2edit-atkobject"
msgid "Value"
msgstr "Waardes"
-#: solverdlg.ui:664
+#: sc/uiconfig/scalc/ui/solverdlg.ui:656
#, fuzzy
msgctxt "solverdlg|val3edit-atkobject"
msgid "Value"
msgstr "Waardes"
-#: solverdlg.ui:683
+#: sc/uiconfig/scalc/ui/solverdlg.ui:674
#, fuzzy
msgctxt "solverdlg|val4edit-atkobject"
msgid "Value"
msgstr "Waardes"
-#: solverdlg.ui:742
+#: sc/uiconfig/scalc/ui/solverdlg.ui:733
msgctxt "solverdlg|del2|tooltip_text"
msgid "Remove"
msgstr "Verwyder"
-#: solverdlg.ui:755
+#: sc/uiconfig/scalc/ui/solverdlg.ui:746
msgctxt "solverdlg|del1|tooltip_text"
msgid "Remove"
msgstr "Verwyder"
-#: solverdlg.ui:768
+#: sc/uiconfig/scalc/ui/solverdlg.ui:759
msgctxt "solverdlg|del3|tooltip_text"
msgid "Remove"
msgstr "Verwyder"
-#: solverdlg.ui:781
+#: sc/uiconfig/scalc/ui/solverdlg.ui:772
msgctxt "solverdlg|del4|tooltip_text"
msgid "Remove"
msgstr "Verwyder"
-#: solverdlg.ui:809
+#: sc/uiconfig/scalc/ui/solverdlg.ui:800
msgctxt "solverdlg|label1"
msgid "Limiting Conditions"
msgstr ""
-#: solveroptionsdialog.ui:8
+#: sc/uiconfig/scalc/ui/solveroptionsdialog.ui:8
msgctxt "solveroptionsdialog|SolverOptionsDialog"
msgid "Options"
msgstr "Opsies"
-#: solveroptionsdialog.ui:33
+#: sc/uiconfig/scalc/ui/solveroptionsdialog.ui:33
msgctxt "solveroptionsdialog|label2"
msgid "Solver engine:"
msgstr ""
-#: solveroptionsdialog.ui:70
+#: sc/uiconfig/scalc/ui/solveroptionsdialog.ui:70
msgctxt "solveroptionsdialog|label1"
msgid "Settings:"
msgstr "Instellings:"
-#: solveroptionsdialog.ui:96
+#: sc/uiconfig/scalc/ui/solveroptionsdialog.ui:96
msgctxt "solveroptionsdialog|edit"
msgid "Edit..."
msgstr "Redigeer..."
-#: solverprogressdialog.ui:8
+#: sc/uiconfig/scalc/ui/solverprogressdialog.ui:8
msgctxt "solverprogressdialog|SolverProgressDialog"
msgid "Solving..."
msgstr ""
-#: solverprogressdialog.ui:26
+#: sc/uiconfig/scalc/ui/solverprogressdialog.ui:26
msgctxt "solverprogressdialog|label2"
msgid "Solving in progress..."
msgstr ""
-#: solverprogressdialog.ui:38
+#: sc/uiconfig/scalc/ui/solverprogressdialog.ui:38
msgctxt "solverprogressdialog|progress"
msgid "(time limit # seconds)"
msgstr ""
-#: solversuccessdialog.ui:8
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:8
msgctxt "solversuccessdialog|SolverSuccessDialog"
msgid "Solving Result"
msgstr ""
-#: solversuccessdialog.ui:26
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:26
msgctxt "solversuccessdialog|label1"
msgid "Do you want to keep the result or do you want to restore previous values?"
msgstr ""
-#: solversuccessdialog.ui:40
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:40
msgctxt "solversuccessdialog|label2"
msgid "Solving successfully finished."
msgstr ""
-#: solversuccessdialog.ui:52
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:52
#, fuzzy
msgctxt "solversuccessdialog|result"
msgid "Result:"
msgstr "Resultaat"
-#: solversuccessdialog.ui:72
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:72
msgctxt "solversuccessdialog|ok"
msgid "Keep Result"
msgstr ""
-#: solversuccessdialog.ui:88
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:88
msgctxt "solversuccessdialog|cancel"
msgid "Restore Previous"
msgstr ""
-#: sortdialog.ui:8
+#: sc/uiconfig/scalc/ui/sortdialog.ui:8
msgctxt "sortdialog|SortDialog"
msgid "Sort"
msgstr "Sorteer"
-#: sortdialog.ui:106
+#: sc/uiconfig/scalc/ui/sortdialog.ui:106
#, fuzzy
msgctxt "sortdialog|criteria"
msgid "Sort Criteria"
msgstr "Sorteerkriteria"
-#: sortdialog.ui:128
+#: sc/uiconfig/scalc/ui/sortdialog.ui:128
msgctxt "sortdialog|options"
msgid "Options"
msgstr "Opsies"
-#: sortkey.ui:38
+#: sc/uiconfig/scalc/ui/sortkey.ui:38
#, fuzzy
msgctxt "sortkey|up"
msgid "_Ascending"
msgstr "Oplopend"
-#: sortkey.ui:57
+#: sc/uiconfig/scalc/ui/sortkey.ui:57
#, fuzzy
msgctxt "sortkey|down"
msgid "_Descending"
msgstr "Aflopend"
-#: sortkey.ui:81
+#: sc/uiconfig/scalc/ui/sortkey.ui:81
msgctxt "sortkey|sortft"
msgid "Sort Key "
msgstr ""
-#: sortoptionspage.ui:32
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:32
msgctxt "sortoptionspage|case"
msgid "Case _sensitive"
msgstr ""
-#: sortoptionspage.ui:47
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:47
msgctxt "sortoptionspage|header"
msgid "Range contains..."
msgstr ""
-#: sortoptionspage.ui:61
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:62
msgctxt "sortoptionspage|formats"
msgid "Include formats"
msgstr ""
-#: sortoptionspage.ui:75
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:77
msgctxt "sortoptionspage|naturalsort"
msgid "Enable natural sort"
msgstr ""
-#: sortoptionspage.ui:89
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:92
msgctxt "sortoptionspage|includenotes"
-msgid "Include comments-only boundary column(s)"
+msgid "Include boundary column(s) containing only comments"
msgstr ""
-#: sortoptionspage.ui:103
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:107
+msgctxt "sortoptionspage|includeimages"
+msgid "Include boundary column(s) containing only images"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:122
msgctxt "sortoptionspage|copyresult"
msgid "Copy sort results to:"
msgstr ""
-#: sortoptionspage.ui:129
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:149
msgctxt "sortoptionspage|outarealb-atkobject"
msgid "Copy sort results to:"
msgstr ""
-#: sortoptionspage.ui:149
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:168
msgctxt "sortoptionspage|outareaed-atkobject"
msgid "Copy sort results to:"
msgstr ""
-#: sortoptionspage.ui:160
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:179
msgctxt "sortoptionspage|sortuser"
msgid "Custom sort order"
msgstr ""
-#: sortoptionspage.ui:186
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:206
msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr ""
-#: sortoptionspage.ui:201
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:221
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "Taal"
-#: sortoptionspage.ui:215
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:235
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "Opsies"
-#: sortoptionspage.ui:270
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:296
#, fuzzy
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "Sorteeropsies"
-#: sortoptionspage.ui:301
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
msgctxt "sortoptionspage|topdown"
msgid "_Top to bottom (sort rows)"
msgstr ""
-#: sortoptionspage.ui:318
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:344
msgctxt "sortoptionspage|leftright"
msgid "L_eft to right (sort columns)"
msgstr ""
-#: sortoptionspage.ui:340
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:366
msgctxt "sortoptionspage|label1"
msgid "Direction"
msgstr "Rigting"
-#: sortwarning.ui:8
+#: sc/uiconfig/scalc/ui/sortwarning.ui:8
msgctxt "sortwarning|SortWarning"
msgid "Sort Range"
msgstr ""
-#: sortwarning.ui:35
+#: sc/uiconfig/scalc/ui/sortwarning.ui:35
msgctxt "sortwarning|sorttext"
msgid "The cells next to the current selection also contain data. Do you want to extend the sort range to %1, or sort the currently selected range, %2?"
msgstr ""
-#: sortwarning.ui:55
+#: sc/uiconfig/scalc/ui/sortwarning.ui:55
msgctxt "sortwarning|extend"
msgid "_Extend selection"
msgstr ""
-#: sortwarning.ui:71
+#: sc/uiconfig/scalc/ui/sortwarning.ui:71
msgctxt "sortwarning|current"
msgid "Current selection"
msgstr ""
-#: sortwarning.ui:115
+#: sc/uiconfig/scalc/ui/sortwarning.ui:115
msgctxt "sortwarning|sorttip"
msgid "Tip: The sort range can be detected automatically. Place the cell cursor inside a list and execute sort. The whole range of neighboring non-empty cells will then be sorted."
msgstr ""
-#: splitcolumnentry.ui:21
+#: sc/uiconfig/scalc/ui/splitcolumnentry.ui:21
msgctxt "splitcolumnentry|name"
msgid "Split Column Action"
msgstr ""
-#: splitcolumnentry.ui:37
+#: sc/uiconfig/scalc/ui/splitcolumnentry.ui:37
#, fuzzy
msgctxt "splitcolumnentry|separator"
msgid "Separator:"
msgstr "Skeier"
-#: splitcolumnentry.ui:48
+#: sc/uiconfig/scalc/ui/splitcolumnentry.ui:48
msgctxt "splitcolumnentry|max_num_columns"
msgid "Maximum Number of Columns"
msgstr ""
-#: standardfilterdialog.ui:9
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:9
#, fuzzy
msgctxt "standardfilterdialog|StandardFilterDialog"
msgid "Standard Filter"
msgstr "Standaardfilter"
-#: standardfilterdialog.ui:119
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:119
msgctxt "standardfilterdialog|connect1"
msgid "AND"
msgstr "AND"
-#: standardfilterdialog.ui:120
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:120
msgctxt "standardfilterdialog|connect1"
msgid "OR"
msgstr "OR"
-#: standardfilterdialog.ui:127
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:127
msgctxt "standardfilterdialog|connect1-atkobject"
msgid "Operator 1"
msgstr ""
-#: standardfilterdialog.ui:141
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:141
msgctxt "standardfilterdialog|connect2"
msgid "AND"
msgstr "AND"
-#: standardfilterdialog.ui:142
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:142
msgctxt "standardfilterdialog|connect2"
msgid "OR"
msgstr "OR"
-#: standardfilterdialog.ui:149
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:149
msgctxt "standardfilterdialog|connect2-atkobject"
msgid "Operator 2"
msgstr ""
-#: standardfilterdialog.ui:163
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:163
msgctxt "standardfilterdialog|connect3"
msgid "AND"
msgstr "AND"
-#: standardfilterdialog.ui:164
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:164
msgctxt "standardfilterdialog|connect3"
msgid "OR"
msgstr "OR"
-#: standardfilterdialog.ui:168
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:168
msgctxt "standardfilterdialog|connect3-atkobject"
msgid "Operator 3"
msgstr ""
-#: standardfilterdialog.ui:182
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:182
msgctxt "standardfilterdialog|connect4"
msgid "AND"
msgstr "AND"
-#: standardfilterdialog.ui:183
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:183
msgctxt "standardfilterdialog|connect4"
msgid "OR"
msgstr "OR"
-#: standardfilterdialog.ui:187
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:187
msgctxt "standardfilterdialog|connect4-atkobject"
msgid "Operator 4"
msgstr ""
-#: standardfilterdialog.ui:200
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:200
#, fuzzy
msgctxt "standardfilterdialog|label2"
msgid "Operator"
msgstr "B~ewerkers"
-#: standardfilterdialog.ui:211
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:211
msgctxt "standardfilterdialog|label3"
msgid "Field name"
msgstr "Veldnaam"
-#: standardfilterdialog.ui:222
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:222
msgctxt "standardfilterdialog|label4"
msgid "Condition"
msgstr "Voorwaarde"
-#: standardfilterdialog.ui:233
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:233
#, fuzzy
msgctxt "standardfilterdialog|label5"
msgid "Value"
msgstr "Waardes"
-#: standardfilterdialog.ui:249
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:249
#, fuzzy
msgctxt "standardfilterdialog|field1-atkobject"
msgid "Field Name 1"
msgstr "Veldnaam"
-#: standardfilterdialog.ui:267
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:267
#, fuzzy
msgctxt "standardfilterdialog|field2-atkobject"
msgid "Field Name 2"
msgstr "Veldnaam"
-#: standardfilterdialog.ui:285
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:285
#, fuzzy
msgctxt "standardfilterdialog|field3-atkobject"
msgid "Field Name 3"
msgstr "Veldnaam"
-#: standardfilterdialog.ui:300
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:300
#, fuzzy
msgctxt "standardfilterdialog|field4-atkobject"
msgid "Field Name 4"
msgstr "Veldnaam"
-#: standardfilterdialog.ui:320
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:320
msgctxt "standardfilterdialog|cond1"
msgid "Largest"
msgstr ""
-#: standardfilterdialog.ui:321
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:321
#, fuzzy
msgctxt "standardfilterdialog|cond1"
msgid "Smallest"
msgstr "Kleiner"
-#: standardfilterdialog.ui:322
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:322
msgctxt "standardfilterdialog|cond1"
msgid "Largest %"
msgstr ""
-#: standardfilterdialog.ui:323
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:323
msgctxt "standardfilterdialog|cond1"
msgid "Smallest %"
msgstr ""
-#: standardfilterdialog.ui:324
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:324
#, fuzzy
msgctxt "standardfilterdialog|cond1"
msgid "Contains"
msgstr "Bevat"
-#: standardfilterdialog.ui:325
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:325
msgctxt "standardfilterdialog|cond1"
msgid "Does not contain"
msgstr ""
-#: standardfilterdialog.ui:326
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:326
#, fuzzy
msgctxt "standardfilterdialog|cond1"
msgid "Begins with"
msgstr "Begin met"
-#: standardfilterdialog.ui:327
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:327
msgctxt "standardfilterdialog|cond1"
msgid "Does not begin with"
msgstr ""
-#: standardfilterdialog.ui:328
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:328
#, fuzzy
msgctxt "standardfilterdialog|cond1"
msgid "Ends with"
msgstr "Eindig met"
-#: standardfilterdialog.ui:329
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:329
msgctxt "standardfilterdialog|cond1"
msgid "Does not end with"
msgstr ""
-#: standardfilterdialog.ui:336
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:336
#, fuzzy
msgctxt "standardfilterdialog|cond1-atkobject"
msgid "Condition 1"
msgstr "Voorwaarde"
-#: standardfilterdialog.ui:356
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:356
msgctxt "standardfilterdialog|cond2"
msgid "Largest"
msgstr ""
-#: standardfilterdialog.ui:357
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:357
#, fuzzy
msgctxt "standardfilterdialog|cond2"
msgid "Smallest"
msgstr "Kleiner"
-#: standardfilterdialog.ui:358
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:358
msgctxt "standardfilterdialog|cond2"
msgid "Largest %"
msgstr ""
-#: standardfilterdialog.ui:359
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:359
msgctxt "standardfilterdialog|cond2"
msgid "Smallest %"
msgstr ""
-#: standardfilterdialog.ui:360
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:360
#, fuzzy
msgctxt "standardfilterdialog|cond2"
msgid "Contains"
msgstr "Bevat"
-#: standardfilterdialog.ui:361
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:361
msgctxt "standardfilterdialog|cond2"
msgid "Does not contain"
msgstr ""
-#: standardfilterdialog.ui:362
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:362
#, fuzzy
msgctxt "standardfilterdialog|cond2"
msgid "Begins with"
msgstr "Begin met"
-#: standardfilterdialog.ui:363
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:363
msgctxt "standardfilterdialog|cond2"
msgid "Does not begin with"
msgstr ""
-#: standardfilterdialog.ui:364
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:364
#, fuzzy
msgctxt "standardfilterdialog|cond2"
msgid "Ends with"
msgstr "Eindig met"
-#: standardfilterdialog.ui:365
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:365
msgctxt "standardfilterdialog|cond2"
msgid "Does not end with"
msgstr ""
-#: standardfilterdialog.ui:372
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:372
#, fuzzy
msgctxt "standardfilterdialog|cond2-atkobject"
msgid "Condition 2"
msgstr "Voorwaarde"
-#: standardfilterdialog.ui:392
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:392
msgctxt "standardfilterdialog|cond3"
msgid "Largest"
msgstr ""
-#: standardfilterdialog.ui:393
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:393
#, fuzzy
msgctxt "standardfilterdialog|cond3"
msgid "Smallest"
msgstr "Kleiner"
-#: standardfilterdialog.ui:394
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:394
msgctxt "standardfilterdialog|cond3"
msgid "Largest %"
msgstr ""
-#: standardfilterdialog.ui:395
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:395
msgctxt "standardfilterdialog|cond3"
msgid "Smallest %"
msgstr ""
-#: standardfilterdialog.ui:396
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:396
#, fuzzy
msgctxt "standardfilterdialog|cond3"
msgid "Contains"
msgstr "Bevat"
-#: standardfilterdialog.ui:397
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:397
msgctxt "standardfilterdialog|cond3"
msgid "Does not contain"
msgstr ""
-#: standardfilterdialog.ui:398
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:398
#, fuzzy
msgctxt "standardfilterdialog|cond3"
msgid "Begins with"
msgstr "Begin met"
-#: standardfilterdialog.ui:399
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:399
msgctxt "standardfilterdialog|cond3"
msgid "Does not begin with"
msgstr ""
-#: standardfilterdialog.ui:400
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:400
#, fuzzy
msgctxt "standardfilterdialog|cond3"
msgid "Ends with"
msgstr "Eindig met"
-#: standardfilterdialog.ui:401
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:401
msgctxt "standardfilterdialog|cond3"
msgid "Does not end with"
msgstr ""
-#: standardfilterdialog.ui:408
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:408
#, fuzzy
msgctxt "standardfilterdialog|cond3-atkobject"
msgid "Condition 3"
msgstr "Voorwaarde"
-#: standardfilterdialog.ui:428
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:428
msgctxt "standardfilterdialog|cond4"
msgid "Largest"
msgstr ""
-#: standardfilterdialog.ui:429
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:429
#, fuzzy
msgctxt "standardfilterdialog|cond4"
msgid "Smallest"
msgstr "Kleiner"
-#: standardfilterdialog.ui:430
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:430
msgctxt "standardfilterdialog|cond4"
msgid "Largest %"
msgstr ""
-#: standardfilterdialog.ui:431
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:431
msgctxt "standardfilterdialog|cond4"
msgid "Smallest %"
msgstr ""
-#: standardfilterdialog.ui:432
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:432
#, fuzzy
msgctxt "standardfilterdialog|cond4"
msgid "Contains"
msgstr "Bevat"
-#: standardfilterdialog.ui:433
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:433
msgctxt "standardfilterdialog|cond4"
msgid "Does not contain"
msgstr ""
-#: standardfilterdialog.ui:434
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:434
#, fuzzy
msgctxt "standardfilterdialog|cond4"
msgid "Begins with"
msgstr "Begin met"
-#: standardfilterdialog.ui:435
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:435
msgctxt "standardfilterdialog|cond4"
msgid "Does not begin with"
msgstr ""
-#: standardfilterdialog.ui:436
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:436
#, fuzzy
msgctxt "standardfilterdialog|cond4"
msgid "Ends with"
msgstr "Eindig met"
-#: standardfilterdialog.ui:437
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:437
msgctxt "standardfilterdialog|cond4"
msgid "Does not end with"
msgstr ""
-#: standardfilterdialog.ui:441
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:441
#, fuzzy
msgctxt "standardfilterdialog|cond4-atkobject"
msgid "Condition 4"
msgstr "Voorwaarde"
-#: standardfilterdialog.ui:466
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:466
#, fuzzy
msgctxt "standardfilterdialog|val1-atkobject"
msgid "Value 1"
msgstr "Waardes"
-#: standardfilterdialog.ui:491
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:491
#, fuzzy
msgctxt "standardfilterdialog|val2-atkobject"
msgid "Value 2"
msgstr "Waardes"
-#: standardfilterdialog.ui:516
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:516
#, fuzzy
msgctxt "standardfilterdialog|val3-atkobject"
msgid "Value 3"
msgstr "Waardes"
-#: standardfilterdialog.ui:538
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:538
#, fuzzy
msgctxt "standardfilterdialog|val4-atkobject"
msgid "Value 4"
msgstr "Waardes"
-#: standardfilterdialog.ui:555
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:555
msgctxt "standardfilterdialog|label1"
msgid "Filter Criteria"
msgstr ""
-#: standardfilterdialog.ui:593
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:593
msgctxt "standardfilterdialog|case"
msgid "_Case sensitive"
msgstr ""
-#: standardfilterdialog.ui:609
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:609
#, fuzzy
msgctxt "standardfilterdialog|header"
msgid "Range c_ontains column labels"
msgstr "Reikwydte bevat kolomet~ikette"
-#: standardfilterdialog.ui:625
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:625
msgctxt "standardfilterdialog|regexp"
msgid "Regular _expressions"
msgstr ""
-#: standardfilterdialog.ui:641
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:641
msgctxt "standardfilterdialog|unique"
msgid "_No duplications"
msgstr ""
-#: standardfilterdialog.ui:657
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:657
msgctxt "standardfilterdialog|copyresult"
msgid "Co_py results to:"
msgstr ""
-#: standardfilterdialog.ui:677
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:677
msgctxt "standardfilterdialog|destpers"
msgid "_Keep filter criteria"
msgstr ""
-#: standardfilterdialog.ui:713
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:713
msgctxt "standardfilterdialog|lbcopyarea-atkobject"
msgid "Copy results to"
msgstr ""
-#: standardfilterdialog.ui:735
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:734
msgctxt "standardfilterdialog|edcopyarea-atkobject"
msgid "Copy results to"
msgstr ""
-#: standardfilterdialog.ui:773
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:772
#, fuzzy
msgctxt "standardfilterdialog|dbarealabel"
msgid "Data range:"
msgstr "Dataomvang"
-#: standardfilterdialog.ui:786
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:785
msgctxt "standardfilterdialog|dbarea"
msgid "dummy"
msgstr ""
-#: standardfilterdialog.ui:806
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:805
#, fuzzy
msgctxt "standardfilterdialog|label6"
msgid "Op_tions"
msgstr "Opsies"
-#: statisticsinfopage.ui:27
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:27
#, fuzzy
msgctxt "statisticsinfopage|label6"
msgid "Pages:"
msgstr "Bladsye"
-#: statisticsinfopage.ui:53
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:53
#, fuzzy
msgctxt "statisticsinfopage|label5"
msgid "Cells:"
msgstr "Selle"
-#: statisticsinfopage.ui:79
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:79
#, fuzzy
msgctxt "statisticsinfopage|label2"
msgid "Sheets:"
msgstr "Blaai:"
-#: statisticsinfopage.ui:106
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:106
msgctxt "statisticsinfopage|label3"
msgid "Formula groups:"
msgstr ""
-#: statisticsinfopage.ui:136
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:136
#, fuzzy
msgctxt "statisticsinfopage|label1"
msgid "Document: "
msgstr "Dokumente "
-#: subtotaldialog.ui:8
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:8
msgctxt "subtotaldialog|SubTotalDialog"
msgid "Subtotals"
msgstr "Subtotale"
-#: subtotaldialog.ui:121
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:121
msgctxt "subtotaldialog|1stgroup"
msgid "1st Group"
msgstr ""
-#: subtotaldialog.ui:143
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:143
#, fuzzy
msgctxt "subtotaldialog|2ndgroup"
msgid "2nd Group"
msgstr "Voeg groep by"
-#: subtotaldialog.ui:166
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:166
#, fuzzy
msgctxt "subtotaldialog|3rdgroup"
msgid "3rd Group"
msgstr "Voeg groep by"
-#: subtotaldialog.ui:189
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:189
msgctxt "subtotaldialog|options"
msgid "Options"
msgstr "Opsies"
-#: subtotalgrppage.ui:12
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:12
msgctxt "subtotalgrppage|liststore1"
msgid "Sum"
msgstr "Som"
-#: subtotalgrppage.ui:15
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:15
msgctxt "subtotalgrppage|liststore1"
msgid "Count"
msgstr "Tel"
-#: subtotalgrppage.ui:18
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:18
msgctxt "subtotalgrppage|liststore1"
msgid "Average"
msgstr "Gemiddelde"
-#: subtotalgrppage.ui:21
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:21
msgctxt "subtotalgrppage|liststore1"
msgid "Max"
msgstr "Maks"
-#: subtotalgrppage.ui:24
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:24
msgctxt "subtotalgrppage|liststore1"
msgid "Min"
msgstr "Min"
-#: subtotalgrppage.ui:27
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:27
msgctxt "subtotalgrppage|liststore1"
msgid "Product"
msgstr "Produk"
-#: subtotalgrppage.ui:30
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:30
#, fuzzy
msgctxt "subtotalgrppage|liststore1"
msgid "Count (numbers only)"
msgstr "Tel (slegs syfers)"
-#: subtotalgrppage.ui:33
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:33
msgctxt "subtotalgrppage|liststore1"
msgid "StDev (Sample)"
msgstr "StDev (Monster)"
-#: subtotalgrppage.ui:36
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:36
msgctxt "subtotalgrppage|liststore1"
msgid "StDevP (Population)"
msgstr "StDevP (bevolking)"
-#: subtotalgrppage.ui:39
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:39
msgctxt "subtotalgrppage|liststore1"
msgid "Var (Sample)"
msgstr "Var (monster)"
-#: subtotalgrppage.ui:42
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:42
msgctxt "subtotalgrppage|liststore1"
msgid "VarP (Population)"
msgstr "VarP (bevolking)"
-#: subtotalgrppage.ui:62
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:62
#, fuzzy
msgctxt "subtotalgrppage|label1"
msgid "Group by:"
msgstr "~Groepeer volgens"
-#: subtotalgrppage.ui:103
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:103
msgctxt "subtotalgrppage|label2"
msgid "Calculate subtotals for:"
msgstr ""
-#: subtotalgrppage.ui:119
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:119
msgctxt "subtotalgrppage|label3"
msgid "Use function:"
msgstr ""
-#: subtotaloptionspage.ui:35
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:35
msgctxt "subtotaloptionspage|pagebreak"
msgid "_Page break between groups"
msgstr ""
-#: subtotaloptionspage.ui:53
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:53
msgctxt "subtotaloptionspage|case"
msgid "_Case sensitive"
msgstr ""
-#: subtotaloptionspage.ui:71
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:71
msgctxt "subtotaloptionspage|sort"
msgid "Pre-_sort area according to groups"
msgstr ""
-#: subtotaloptionspage.ui:95
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:95
#, fuzzy
msgctxt "subtotaloptionspage|label1"
msgid "Groups"
msgstr "Groep"
-#: subtotaloptionspage.ui:133
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:133
#, fuzzy
msgctxt "subtotaloptionspage|ascending"
msgid "_Ascending"
msgstr "Oplopend"
-#: subtotaloptionspage.ui:153
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:153
#, fuzzy
msgctxt "subtotaloptionspage|descending"
msgid "D_escending"
msgstr "Aflopend"
-#: subtotaloptionspage.ui:173
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:173
msgctxt "subtotaloptionspage|formats"
msgid "I_nclude formats"
msgstr ""
-#: subtotaloptionspage.ui:191
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:191
msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr ""
-#: subtotaloptionspage.ui:237
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:237
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "Sorteer"
-#: textimportcsv.ui:16
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:16
msgctxt "textimportcsv|TextImportCsvDialog"
msgid "Text Import"
msgstr ""
-#: textimportcsv.ui:110
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:110
#, fuzzy
msgctxt "textimportcsv|textcharset"
msgid "Ch_aracter set:"
msgstr "Karakterstel"
-#: textimportcsv.ui:124
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:124
#, fuzzy
msgctxt "textimportcsv|textlanguage"
msgid "_Language:"
msgstr "Taal"
-#: textimportcsv.ui:138
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:138
msgctxt "textimportcsv|textfromrow"
msgid "From ro_w:"
msgstr ""
-#: textimportcsv.ui:189
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:188
msgctxt "textimportcsv|label1"
msgid "Import"
msgstr "Invoer"
-#: textimportcsv.ui:231
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:230
msgctxt "textimportcsv|tofixedwidth"
msgid "_Fixed width"
msgstr ""
-#: textimportcsv.ui:248
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:247
msgctxt "textimportcsv|toseparatedby"
msgid "_Separated by"
msgstr ""
-#: textimportcsv.ui:286
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:285
#, fuzzy
msgctxt "textimportcsv|tab"
msgid "_Tab"
msgstr "Keep"
-#: textimportcsv.ui:302
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:301
msgctxt "textimportcsv|mergedelimiters"
msgid "Merge _delimiters"
msgstr ""
-#: textimportcsv.ui:320
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:319
+msgctxt "textimportcsv|removespace"
+msgid "Tr_im spaces"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:337
msgctxt "textimportcsv|comma"
msgid "_Comma"
msgstr ""
-#: textimportcsv.ui:336
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:353
msgctxt "textimportcsv|semicolon"
msgid "S_emicolon"
msgstr ""
-#: textimportcsv.ui:352
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:369
#, fuzzy
msgctxt "textimportcsv|space"
msgid "S_pace"
msgstr "Ruimte"
-#: textimportcsv.ui:374
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:391
msgctxt "textimportcsv|other"
msgid "Othe_r"
msgstr ""
-#: textimportcsv.ui:403
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:419
#, fuzzy
msgctxt "textimportcsv|inputother-atkobject"
msgid "Other"
msgstr "Andere"
-#: textimportcsv.ui:428
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:444
msgctxt "textimportcsv|texttextdelimiter"
msgid "Strin_g delimiter:"
msgstr ""
-#: textimportcsv.ui:479
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:494
msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr ""
-#: textimportcsv.ui:513
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:528
msgctxt "textimportcsv|quotedfieldastext"
msgid "F_ormat quoted field as text"
msgstr ""
-#: textimportcsv.ui:529
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:544
msgctxt "textimportcsv|detectspecialnumbers"
msgid "Detect special _numbers"
msgstr ""
-#: textimportcsv.ui:551
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:560
+msgctxt "textimportcsv|skipemptycells"
+msgid "S_kip empty cells"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:564
+msgctxt "textimportcsv|skipemptycells"
+msgid "If enabled, blank cells in source will not override the target."
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:583
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
-#: textimportcsv.ui:593
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:625
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
-#: textimportcsv.ui:638
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:670
#, fuzzy
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Teks na kolomme"
-#: textimportcsv.ui:654
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:686
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Velde"
-#: textimportoptions.ui:9
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:9
#, fuzzy
msgctxt "textimportoptions|TextImportOptionsDialog"
msgid "Import Options"
msgstr "Toevoeropsies"
-#: textimportoptions.ui:98
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:98
#, fuzzy
msgctxt "textimportoptions|custom"
msgid "Custom:"
msgstr "Doelmaak:"
-#: textimportoptions.ui:113
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:114
msgctxt "textimportoptions|automatic"
msgid "Automatic"
msgstr "Outomaties"
-#: textimportoptions.ui:145
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:147
msgctxt "textimportoptions|label2"
msgid "Select the Language to Use for Import"
msgstr ""
-#: textimportoptions.ui:172
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:174
msgctxt "textimportoptions|convertdata"
msgid "Detect special numbers (such as dates)"
msgstr ""
-#: textimportoptions.ui:186
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:189
msgctxt "textimportoptions|label3"
msgid "Options"
msgstr "Opsies"
-#: tpviewpage.ui:37
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:37
#, fuzzy
msgctxt "tpviewpage|formula"
msgid "_Formulas"
msgstr "Formules"
-#: tpviewpage.ui:54
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:54
#, fuzzy
msgctxt "tpviewpage|nil"
msgid "Zero val_ues"
msgstr "Nulwaardes"
-#: tpviewpage.ui:71
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:71
msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr ""
-#: tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
#, fuzzy
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "W~aardeverligting"
-#: tpviewpage.ui:105
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:105
#, fuzzy
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "Anker"
-#: tpviewpage.ui:122
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:122
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr ""
-#: tpviewpage.ui:139
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:139
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr ""
-#: tpviewpage.ui:162
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:162
#, fuzzy
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "Vertoon"
-#: tpviewpage.ui:198
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr ""
-#: tpviewpage.ui:215
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:215
#, fuzzy
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "Horisontale rolstaaf"
-#: tpviewpage.ui:232
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:232
#, fuzzy
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "Vertikale rolstaaf"
-#: tpviewpage.ui:249
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:249
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr ""
-#: tpviewpage.ui:266
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr ""
-#: tpviewpage.ui:289
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:289
#, fuzzy
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "~Venster"
-#: tpviewpage.ui:365
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:365
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr ""
-#: tpviewpage.ui:382
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:382
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr ""
-#: tpviewpage.ui:399
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "Wys"
-#: tpviewpage.ui:400
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:400
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr ""
-#: tpviewpage.ui:401
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:401
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "Versteek"
-#: tpviewpage.ui:421
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:421
#, fuzzy
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "Bladsybreuk"
-#: tpviewpage.ui:438
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:438
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr ""
-#: tpviewpage.ui:461
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:461
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr ""
-#: tpviewpage.ui:500
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:500
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr ""
-#: tpviewpage.ui:516
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:516
#, fuzzy
msgctxt "tpviewpage|diagram_label"
msgid "Cha_rts:"
msgstr "Grafieke"
-#: tpviewpage.ui:532
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:532
#, fuzzy
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "Tekenobjekte"
-#: tpviewpage.ui:548
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:548
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "Wys"
-#: tpviewpage.ui:549
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:549
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "Versteek"
-#: tpviewpage.ui:564
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:564
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "Wys"
-#: tpviewpage.ui:565
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:565
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "Versteek"
-#: tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "Wys"
-#: tpviewpage.ui:581
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:581
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "Versteek"
-#: tpviewpage.ui:599
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:599
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "Objekte"
-#: tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr ""
-#: tpviewpage.ui:644
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:644
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "Zoem"
-#: ttestdialog.ui:40
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:40
msgctxt "ttestdialog|variable1-range-label"
msgid "Variable 1 range:"
msgstr ""
-#: ttestdialog.ui:79
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:78
msgctxt "ttestdialog|variable2-range-label"
msgid "Variable 2 range:"
msgstr ""
-#: ttestdialog.ui:118
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:116
msgctxt "ttestdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: ttestdialog.ui:160
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:157
msgctxt "ttestdialog|label1"
msgid "Data"
msgstr "Data"
-#: ttestdialog.ui:254
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:251
#, fuzzy
msgctxt "ttestdialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Kolom"
-#: ttestdialog.ui:270
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:267
#, fuzzy
msgctxt "ttestdialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ry"
-#: ttestdialog.ui:292
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:289
#, fuzzy
msgctxt "ttestdialog|label2"
msgid "Grouped by"
msgstr "Gegroepeer volgens: "
-#: ungroupdialog.ui:8
+#: sc/uiconfig/scalc/ui/ungroupdialog.ui:8
msgctxt "ungroupdialog|UngroupDialog"
msgid "Ungroup"
msgstr "Ontgroepeer"
-#: ungroupdialog.ui:98
+#: sc/uiconfig/scalc/ui/ungroupdialog.ui:98
#, fuzzy
msgctxt "ungroupdialog|rows"
msgid "_Rows"
msgstr "Ry"
-#: ungroupdialog.ui:116
+#: sc/uiconfig/scalc/ui/ungroupdialog.ui:116
#, fuzzy
msgctxt "ungroupdialog|cols"
msgid "_Columns"
msgstr "Kolom"
-#: ungroupdialog.ui:141
+#: sc/uiconfig/scalc/ui/ungroupdialog.ui:141
msgctxt "ungroupdialog|includeLabel"
msgid "Deactivate for"
msgstr ""
-#: validationcriteriapage.ui:15
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:15
msgctxt "validationcriteriapage|liststore1"
msgid "All values"
msgstr ""
-#: validationcriteriapage.ui:19
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:19
msgctxt "validationcriteriapage|liststore1"
msgid "Whole Numbers"
msgstr ""
-#: validationcriteriapage.ui:23
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:23
#, fuzzy
msgctxt "validationcriteriapage|liststore1"
msgid "Decimal"
msgstr "Desimale"
-#: validationcriteriapage.ui:27
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:27
msgctxt "validationcriteriapage|liststore1"
msgid "Date"
msgstr "Datum"
-#: validationcriteriapage.ui:31
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:31
msgctxt "validationcriteriapage|liststore1"
msgid "Time"
msgstr "Tyd"
-#: validationcriteriapage.ui:35
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:35
msgctxt "validationcriteriapage|liststore1"
msgid "Cell range"
msgstr ""
-#: validationcriteriapage.ui:39
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:39
msgctxt "validationcriteriapage|liststore1"
msgid "List"
msgstr "Lys"
-#: validationcriteriapage.ui:43
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:43
msgctxt "validationcriteriapage|liststore1"
msgid "Text length"
msgstr ""
-#: validationcriteriapage.ui:57
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:57
msgctxt "validationcriteriapage|liststore2"
msgid "equal"
msgstr ""
-#: validationcriteriapage.ui:61
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:61
#, fuzzy
msgctxt "validationcriteriapage|liststore2"
msgid "less than"
msgstr "kleiner as"
-#: validationcriteriapage.ui:65
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:65
#, fuzzy
msgctxt "validationcriteriapage|liststore2"
msgid "greater than"
msgstr "groter as"
-#: validationcriteriapage.ui:69
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:69
#, fuzzy
msgctxt "validationcriteriapage|liststore2"
msgid "less than or equal"
msgstr "minder as of gelyk aan"
-#: validationcriteriapage.ui:73
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:73
#, fuzzy
msgctxt "validationcriteriapage|liststore2"
msgid "greater than or equal to"
msgstr "groter as of gelyk aan"
-#: validationcriteriapage.ui:77
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:77
#, fuzzy
msgctxt "validationcriteriapage|liststore2"
msgid "not equal"
msgstr "niegelykaan"
-#: validationcriteriapage.ui:81
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:81
#, fuzzy
msgctxt "validationcriteriapage|liststore2"
msgid "valid range"
msgstr "Ongeldige omvang"
-#: validationcriteriapage.ui:85
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:85
#, fuzzy
msgctxt "validationcriteriapage|liststore2"
msgid "invalid range"
msgstr "Ongeldige omvang"
-#: validationcriteriapage.ui:103
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:103
msgctxt "validationcriteriapage|label1"
msgid "_Allow:"
msgstr ""
-#: validationcriteriapage.ui:117
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:117
#, fuzzy
msgctxt "validationcriteriapage|valueft"
msgid "_Data:"
msgstr "Data"
-#: validationcriteriapage.ui:153
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:153
#, fuzzy
msgctxt "validationcriteriapage|minft"
msgid "_Minimum:"
msgstr "~Minimum"
-#: validationcriteriapage.ui:235
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:235
#, fuzzy
msgctxt "validationcriteriapage|maxft"
msgid "Ma_ximum:"
msgstr "~Maksimum"
-#: validationcriteriapage.ui:246
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:246
msgctxt "validationcriteriapage|allowempty"
msgid "Allow _empty cells"
msgstr ""
-#: validationcriteriapage.ui:261
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:261
msgctxt "validationcriteriapage|showlist"
msgid "Show selection _list"
msgstr ""
-#: validationcriteriapage.ui:276
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:276
msgctxt "validationcriteriapage|sortascend"
msgid "Sor_t entries ascending"
msgstr ""
-#: validationcriteriapage.ui:297
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:297
msgctxt "validationcriteriapage|hintft"
msgid "A valid source can only consist of a contiguous selection of rows and columns, or a formula that results in an area or array."
msgstr ""
-#: validationdialog.ui:8
+#: sc/uiconfig/scalc/ui/validationdialog.ui:8
#, fuzzy
msgctxt "validationdialog|ValidationDialog"
msgid "Validity"
msgstr "Geld tot"
-#: validationdialog.ui:111
+#: sc/uiconfig/scalc/ui/validationdialog.ui:111
#, fuzzy
msgctxt "validationdialog|criteria"
msgid "Criteria"
msgstr "kriteria"
-#: validationdialog.ui:133
+#: sc/uiconfig/scalc/ui/validationdialog.ui:133
msgctxt "validationdialog|inputhelp"
msgid "Input Help"
msgstr ""
-#: validationdialog.ui:156
+#: sc/uiconfig/scalc/ui/validationdialog.ui:156
msgctxt "validationdialog|erroralert"
msgid "Error Alert"
msgstr ""
-#: validationhelptabpage.ui:14
+#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:14
msgctxt "validationhelptabpage|tsbhelp"
msgid "_Show input help when cell is selected"
msgstr ""
-#: validationhelptabpage.ui:73
+#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:72
#, fuzzy
msgctxt "validationhelptabpage|title_label"
msgid "_Title:"
msgstr "Titel:"
-#: validationhelptabpage.ui:90
+#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:89
msgctxt "validationhelptabpage|inputhelp_label"
msgid "_Input help:"
msgstr ""
-#: validationhelptabpage.ui:132
+#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:131
msgctxt "validationhelptabpage|label1"
msgid "Contents"
msgstr "Inhoud"
-#: xmlsourcedialog.ui:14
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:14
#, fuzzy
msgctxt "xmlsourcedialog|XMLSourceDialog"
msgid "XML Source"
msgstr "HTML-bronkode"
-#: xmlsourcedialog.ui:47
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:47
msgctxt "xmlsourcedialog|selectsource|tooltip_text"
msgid "Browse to set source file."
msgstr ""
-#: xmlsourcedialog.ui:61
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:61
msgctxt "xmlsourcedialog|sourcefile"
msgid "- not set -"
msgstr ""
-#: xmlsourcedialog.ui:76
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:76
#, fuzzy
msgctxt "xmlsourcedialog|label1"
msgid "Source File"
msgstr "Bronlêer"
-#: xmlsourcedialog.ui:138
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:138
msgctxt "xmlsourcedialog|label5"
msgid "Mapped cell:"
msgstr ""
-#: xmlsourcedialog.ui:183
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:183
msgctxt "xmlsourcedialog|label4"
msgid "Map to Document"
msgstr ""
-#: xmlsourcedialog.ui:202
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:202
#, fuzzy
msgctxt "xmlsourcedialog|ok"
msgid "_Import"
msgstr "Invoer"
-#: ztestdialog.ui:40
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:40
msgctxt "ztestdialog|variable1-range-label"
msgid "Variable 1 range:"
msgstr ""
-#: ztestdialog.ui:79
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:78
msgctxt "ztestdialog|variable2-range-label"
msgid "Variable 2 range:"
msgstr ""
-#: ztestdialog.ui:118
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:116
msgctxt "ztestdialog|output-range-label"
msgid "Results to:"
msgstr ""
-#: ztestdialog.ui:160
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:157
msgctxt "ztestdialog|label1"
msgid "Data"
msgstr "Data"
-#: ztestdialog.ui:254
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:251
#, fuzzy
msgctxt "ztestdialog|groupedby-columns-radio"
msgid "Columns"
msgstr "Kolom"
-#: ztestdialog.ui:270
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:267
#, fuzzy
msgctxt "ztestdialog|groupedby-rows-radio"
msgid "Rows"
msgstr "Ry"
-#: ztestdialog.ui:292
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:289
#, fuzzy
msgctxt "ztestdialog|label2"
msgid "Grouped by"
diff --git a/source/af/scaddins/messages.po b/source/af/scaddins/messages.po
index aed6d3c9614..190182a3974 100644
--- a/source/af/scaddins/messages.po
+++ b/source/af/scaddins/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 15:06+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,4539 +13,4539 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: analysis.hrc:27
+#: scaddins/inc/analysis.hrc:27
msgctxt "ANALYSIS_Workday"
msgid "Returns the serial number of the date before or after a specified number of workdays"
msgstr "Die reeksnommer van die datum voor of na 'n gespesifiseerde aantal werksdae word teruggekeer"
-#: analysis.hrc:28
+#: scaddins/inc/analysis.hrc:28
msgctxt "ANALYSIS_Workday"
msgid "Start date"
msgstr "Begindatum"
-#: analysis.hrc:29
+#: scaddins/inc/analysis.hrc:29
msgctxt "ANALYSIS_Workday"
msgid "The start date"
msgstr "Die begindatum"
-#: analysis.hrc:30
+#: scaddins/inc/analysis.hrc:30
msgctxt "ANALYSIS_Workday"
msgid "Days"
msgstr "Dae"
-#: analysis.hrc:31
+#: scaddins/inc/analysis.hrc:31
msgctxt "ANALYSIS_Workday"
msgid "The number of workdays before or after the start date"
msgstr "Die aantal werksdae voor of na die begindatum"
-#: analysis.hrc:32
+#: scaddins/inc/analysis.hrc:32
msgctxt "ANALYSIS_Workday"
msgid "Holidays"
msgstr "Vakansiedae"
-#: analysis.hrc:33
+#: scaddins/inc/analysis.hrc:33
msgctxt "ANALYSIS_Workday"
msgid "List of date values of days off (vacation, holidays, etc.)"
msgstr "Lys van datumwaardes vir afdae (verlof, vakansiedae, ens.)"
-#: analysis.hrc:38
+#: scaddins/inc/analysis.hrc:38
msgctxt "ANALYSIS_Yearfrac"
msgid "Returns the number of years (including fractional part) between two dates"
msgstr ""
-#: analysis.hrc:39
+#: scaddins/inc/analysis.hrc:39
msgctxt "ANALYSIS_Yearfrac"
msgid "Start date"
msgstr "Begindatum"
-#: analysis.hrc:40
+#: scaddins/inc/analysis.hrc:40
msgctxt "ANALYSIS_Yearfrac"
msgid "The start date"
msgstr "Die begindatum"
-#: analysis.hrc:41
+#: scaddins/inc/analysis.hrc:41
msgctxt "ANALYSIS_Yearfrac"
msgid "End date"
msgstr "Einddatum"
-#: analysis.hrc:42
+#: scaddins/inc/analysis.hrc:42
msgctxt "ANALYSIS_Yearfrac"
msgid "The end date"
msgstr "Die einddatum"
-#: analysis.hrc:43
+#: scaddins/inc/analysis.hrc:43
msgctxt "ANALYSIS_Yearfrac"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:44
+#: scaddins/inc/analysis.hrc:44
msgctxt "ANALYSIS_Yearfrac"
msgid "Basis indicates the day-count convention to use in the calculation"
msgstr ""
-#: analysis.hrc:49
+#: scaddins/inc/analysis.hrc:49
msgctxt "ANALYSIS_Edate"
msgid "Returns the serial number of the date that is a specified number of months before or after the start date"
msgstr "Die reeksnommer van die datum wat 'n gespesifiseerde aantal maande voor of na die begin datum is, word teruggekeer"
-#: analysis.hrc:50
+#: scaddins/inc/analysis.hrc:50
msgctxt "ANALYSIS_Edate"
msgid "Start date"
msgstr "Begindatum"
-#: analysis.hrc:51
+#: scaddins/inc/analysis.hrc:51
msgctxt "ANALYSIS_Edate"
msgid "The start date"
msgstr "Die begindatum"
-#: analysis.hrc:52
+#: scaddins/inc/analysis.hrc:52
msgctxt "ANALYSIS_Edate"
msgid "Months"
msgstr "Maande"
-#: analysis.hrc:53
+#: scaddins/inc/analysis.hrc:53
msgctxt "ANALYSIS_Edate"
msgid "Number of months before or after the start date"
msgstr "Aantal maande voor of na die begindatum"
-#: analysis.hrc:58
+#: scaddins/inc/analysis.hrc:58
msgctxt "ANALYSIS_Weeknum"
msgid ""
"Returns the number of the calendar week in which the specified date occurs.\n"
"This function exists for interoperability with older Microsoft Excel documents, for new documents use WEEKNUM instead."
msgstr ""
-#: analysis.hrc:59
+#: scaddins/inc/analysis.hrc:59
msgctxt "ANALYSIS_Weeknum"
msgid "Date"
msgstr "Datum"
-#: analysis.hrc:60
+#: scaddins/inc/analysis.hrc:60
msgctxt "ANALYSIS_Weeknum"
msgid "The date or date serial number"
msgstr ""
-#: analysis.hrc:61
+#: scaddins/inc/analysis.hrc:61
msgctxt "ANALYSIS_Weeknum"
msgid "Return type"
msgstr "Terugkeertipe"
-#: analysis.hrc:62
+#: scaddins/inc/analysis.hrc:62
msgctxt "ANALYSIS_Weeknum"
msgid "Indicates the first day of the week (1 = Sunday, 2 = Monday)"
msgstr ""
-#: analysis.hrc:67
+#: scaddins/inc/analysis.hrc:67
msgctxt "ANALYSIS_Eomonth"
msgid "Returns the serial number of the last day of the month that comes a certain number of months before or after the start date"
msgstr "Die reeksnommer van die laaste dag van die maand 'n bepaalde aantal maande voor of na die begindatum word teruggekeer"
-#: analysis.hrc:68
+#: scaddins/inc/analysis.hrc:68
msgctxt "ANALYSIS_Eomonth"
msgid "Start date"
msgstr "Begindatum"
-#: analysis.hrc:69
+#: scaddins/inc/analysis.hrc:69
msgctxt "ANALYSIS_Eomonth"
msgid "The start date"
msgstr "Die begindatum"
-#: analysis.hrc:70
+#: scaddins/inc/analysis.hrc:70
msgctxt "ANALYSIS_Eomonth"
msgid "Months"
msgstr "Maande"
-#: analysis.hrc:71
+#: scaddins/inc/analysis.hrc:71
msgctxt "ANALYSIS_Eomonth"
msgid "Number of months before or after the start date"
msgstr "Aantal maande voor of na die begindatum"
-#: analysis.hrc:76
+#: scaddins/inc/analysis.hrc:76
msgctxt "ANALYSIS_Networkdays"
msgid ""
"Returns the number of workdays between two dates.\n"
"This function exists for interoperability with older Microsoft Excel documents, for new documents use NETWORKDAYS instead."
msgstr ""
-#: analysis.hrc:77
+#: scaddins/inc/analysis.hrc:77
msgctxt "ANALYSIS_Networkdays"
msgid "Start date"
msgstr "Begindatum"
-#: analysis.hrc:78
+#: scaddins/inc/analysis.hrc:78
msgctxt "ANALYSIS_Networkdays"
msgid "The start date"
msgstr "Die begindatum"
-#: analysis.hrc:79
+#: scaddins/inc/analysis.hrc:79
msgctxt "ANALYSIS_Networkdays"
msgid "End date"
msgstr "Einddatum"
-#: analysis.hrc:80
+#: scaddins/inc/analysis.hrc:80
msgctxt "ANALYSIS_Networkdays"
msgid "The end date"
msgstr "Die einddatum"
-#: analysis.hrc:81
+#: scaddins/inc/analysis.hrc:81
msgctxt "ANALYSIS_Networkdays"
msgid "Holidays"
msgstr "Vakansiedae"
-#: analysis.hrc:82
+#: scaddins/inc/analysis.hrc:82
msgctxt "ANALYSIS_Networkdays"
msgid "List of date values representing days off (vacation, holidays, etc.)"
msgstr "Lys van datumwaardes verteenwoordigend van afdae (verlof, vakansiedae, ens.)"
-#: analysis.hrc:87
+#: scaddins/inc/analysis.hrc:87
msgctxt "ANALYSIS_Iseven"
msgid "Returns the value 'true' if the number is even"
msgstr "Die waarde 'waar' word teruggekeer as die antwoord 'n ewe getal is"
-#: analysis.hrc:88
+#: scaddins/inc/analysis.hrc:88
msgctxt "ANALYSIS_Iseven"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:89
+#: scaddins/inc/analysis.hrc:89
msgctxt "ANALYSIS_Iseven"
msgid "The number"
msgstr "Die getal"
-#: analysis.hrc:94
+#: scaddins/inc/analysis.hrc:94
msgctxt "ANALYSIS_Isodd"
msgid "Returns the value 'true' if the number is odd"
msgstr "Die waarde 'waar' word teruggekeer as die antwoord 'n onewe getal is"
-#: analysis.hrc:95
+#: scaddins/inc/analysis.hrc:95
msgctxt "ANALYSIS_Isodd"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:96
+#: scaddins/inc/analysis.hrc:96
msgctxt "ANALYSIS_Isodd"
msgid "The number"
msgstr "Die getal"
-#: analysis.hrc:101
+#: scaddins/inc/analysis.hrc:101
msgctxt "ANALYSIS_Multinomial"
msgid "Returns the multinomial coefficient of a set of numbers"
msgstr "Die veeltermkoëffisiënt van 'n versameling getalle word teruggekeer"
-#: analysis.hrc:102
+#: scaddins/inc/analysis.hrc:102
msgctxt "ANALYSIS_Multinomial"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:103
+#: scaddins/inc/analysis.hrc:103
msgctxt "ANALYSIS_Multinomial"
msgid "Number or list of numbers for which you want the multinomial coefficient"
msgstr "Getal of lys getalle waarvoor u die veeltermkoëffisiënt wil bereken"
-#: analysis.hrc:108
+#: scaddins/inc/analysis.hrc:108
msgctxt "ANALYSIS_Seriessum"
msgid "Returns the sum of a power series"
msgstr "Die som van 'n magreeks word teruggekeer"
-#: analysis.hrc:109
+#: scaddins/inc/analysis.hrc:109
msgctxt "ANALYSIS_Seriessum"
msgid "X"
msgstr "X"
-#: analysis.hrc:110
+#: scaddins/inc/analysis.hrc:110
msgctxt "ANALYSIS_Seriessum"
msgid "The independent variable of the power series"
msgstr "Die onafhanklike veranderlike van die magreeks"
-#: analysis.hrc:111
+#: scaddins/inc/analysis.hrc:111
msgctxt "ANALYSIS_Seriessum"
msgid "N"
msgstr "N"
-#: analysis.hrc:112
+#: scaddins/inc/analysis.hrc:112
msgctxt "ANALYSIS_Seriessum"
msgid "The initial power to which x is to be raised"
msgstr "Die aanvanklike mag waartoe x verhef moet word"
-#: analysis.hrc:113
+#: scaddins/inc/analysis.hrc:113
msgctxt "ANALYSIS_Seriessum"
msgid "M"
msgstr "M"
-#: analysis.hrc:114
+#: scaddins/inc/analysis.hrc:114
msgctxt "ANALYSIS_Seriessum"
msgid "The increment by which to increase n for each term in the series"
msgstr "Die interval waarmee n vir elke term in die reeks vermeerder moet word"
-#: analysis.hrc:115
+#: scaddins/inc/analysis.hrc:115
msgctxt "ANALYSIS_Seriessum"
msgid "Coefficients"
msgstr "Koëffisiënte"
-#: analysis.hrc:116
+#: scaddins/inc/analysis.hrc:116
msgctxt "ANALYSIS_Seriessum"
msgid "Set of coefficients by which each successive power of the variable x is multiplied"
msgstr "Versameling koëffisiënte waarmee elke opeenvolgende mag van die veranderlike x vermenigvuldig word"
-#: analysis.hrc:121
+#: scaddins/inc/analysis.hrc:121
msgctxt "ANALYSIS_Quotient"
msgid "Returns the integer portion of a division"
msgstr "Die heelgetalkomponent van 'n deelsom word teruggekeer"
-#: analysis.hrc:122
+#: scaddins/inc/analysis.hrc:122
msgctxt "ANALYSIS_Quotient"
msgid "Numerator"
msgstr "Teller"
-#: analysis.hrc:123
+#: scaddins/inc/analysis.hrc:123
msgctxt "ANALYSIS_Quotient"
msgid "The dividend"
msgstr "Die dividend"
-#: analysis.hrc:124
+#: scaddins/inc/analysis.hrc:124
msgctxt "ANALYSIS_Quotient"
msgid "Denominator"
msgstr "Noemer"
-#: analysis.hrc:125
+#: scaddins/inc/analysis.hrc:125
msgctxt "ANALYSIS_Quotient"
msgid "The divisor"
msgstr "Die deler"
-#: analysis.hrc:130
+#: scaddins/inc/analysis.hrc:130
msgctxt "ANALYSIS_Mround"
msgid "Returns a number rounded to a specified multiple"
msgstr "'n Getal afgerond na 'n gespesifiseerde veelvoud word teruggekeer"
-#: analysis.hrc:131
+#: scaddins/inc/analysis.hrc:131
msgctxt "ANALYSIS_Mround"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:132
+#: scaddins/inc/analysis.hrc:132
msgctxt "ANALYSIS_Mround"
msgid "The number to round off"
msgstr "Die getal wat afgerond moet word"
-#: analysis.hrc:133
+#: scaddins/inc/analysis.hrc:133
msgctxt "ANALYSIS_Mround"
msgid "Multiple"
msgstr "Veelvoud"
-#: analysis.hrc:134
+#: scaddins/inc/analysis.hrc:134
msgctxt "ANALYSIS_Mround"
msgid "The multiple to which you want to round number"
msgstr "Die veelvoud tot waar u die getal wil afrond"
-#: analysis.hrc:139
+#: scaddins/inc/analysis.hrc:139
msgctxt "ANALYSIS_Sqrtpi"
msgid "Returns the square root of a number which has been multiplied by pi"
msgstr "Die vierkantswortel van 'n getal wat met pi vermenigvuldig is, word teruggekeer"
-#: analysis.hrc:140
+#: scaddins/inc/analysis.hrc:140
msgctxt "ANALYSIS_Sqrtpi"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:141
+#: scaddins/inc/analysis.hrc:141
msgctxt "ANALYSIS_Sqrtpi"
msgid "The number by which pi is multiplied"
msgstr "Die getal waarmee pi vermenigvuldig word"
-#: analysis.hrc:146
+#: scaddins/inc/analysis.hrc:146
msgctxt "ANALYSIS_Randbetween"
msgid "Returns a random integer between the numbers you specify"
msgstr "'n Lukrake heelgetal tussen die gespesifiseerde getalle word teruggekeer"
-#: analysis.hrc:147
+#: scaddins/inc/analysis.hrc:147
msgctxt "ANALYSIS_Randbetween"
msgid "Bottom"
msgstr "Onderkant"
-#: analysis.hrc:148
+#: scaddins/inc/analysis.hrc:148
msgctxt "ANALYSIS_Randbetween"
msgid "The smallest integer returned"
msgstr "Die kleinste heelgetal teruggekeer"
-#: analysis.hrc:149
+#: scaddins/inc/analysis.hrc:149
msgctxt "ANALYSIS_Randbetween"
msgid "Top"
msgstr "Bokant"
-#: analysis.hrc:150
+#: scaddins/inc/analysis.hrc:150
msgctxt "ANALYSIS_Randbetween"
msgid "The largest integer returned"
msgstr "Die grootste heelgetal teruggekeer"
-#: analysis.hrc:155
+#: scaddins/inc/analysis.hrc:155
msgctxt "ANALYSIS_Gcd"
msgid ""
"Returns the greatest common divisor.\n"
"This function exists for interoperability with older Microsoft Excel documents, for new documents use GCD instead."
msgstr ""
-#: analysis.hrc:156
+#: scaddins/inc/analysis.hrc:156
msgctxt "ANALYSIS_Gcd"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:157
+#: scaddins/inc/analysis.hrc:157
msgctxt "ANALYSIS_Gcd"
msgid "Number or list of numbers"
msgstr "Nommer of lys nommers"
-#: analysis.hrc:162
+#: scaddins/inc/analysis.hrc:162
msgctxt "ANALYSIS_Lcm"
msgid ""
"Returns the least common multiple.\n"
"This function exists for interoperability with older Microsoft Excel documents, for new documents use LCM instead."
msgstr ""
-#: analysis.hrc:163
+#: scaddins/inc/analysis.hrc:163
msgctxt "ANALYSIS_Lcm"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:164
+#: scaddins/inc/analysis.hrc:164
msgctxt "ANALYSIS_Lcm"
msgid "Number or list of numbers"
msgstr "Nommer of lys nommers"
-#: analysis.hrc:169
+#: scaddins/inc/analysis.hrc:169
msgctxt "ANALYSIS_Besseli"
msgid "Returns the modified Bessel function In(x)"
msgstr "Die gewysigde Bessel-funksie In(x) word teruggekeer"
-#: analysis.hrc:170
+#: scaddins/inc/analysis.hrc:170
msgctxt "ANALYSIS_Besseli"
msgid "X"
msgstr "X"
-#: analysis.hrc:171
+#: scaddins/inc/analysis.hrc:171
msgctxt "ANALYSIS_Besseli"
msgid "The value at which the function is to be evaluated"
msgstr "Die waarde waarteen die funksie gevalueer moet word"
-#: analysis.hrc:172
+#: scaddins/inc/analysis.hrc:172
msgctxt "ANALYSIS_Besseli"
msgid "N"
msgstr "N"
-#: analysis.hrc:173
+#: scaddins/inc/analysis.hrc:173
msgctxt "ANALYSIS_Besseli"
msgid "The order of the Bessel function"
msgstr "Die orde van die Besselfunksie"
-#: analysis.hrc:178
+#: scaddins/inc/analysis.hrc:178
msgctxt "ANALYSIS_Besselj"
msgid "Returns the Bessel function Jn(x)"
msgstr "Die Bessel-funksie Jn(x) word teruggekeer"
-#: analysis.hrc:179
+#: scaddins/inc/analysis.hrc:179
msgctxt "ANALYSIS_Besselj"
msgid "X"
msgstr "X"
-#: analysis.hrc:180
+#: scaddins/inc/analysis.hrc:180
msgctxt "ANALYSIS_Besselj"
msgid "The value at which the function is to be evaluated"
msgstr "Die waarde waarteen die funksie gevalueer moet word"
-#: analysis.hrc:181
+#: scaddins/inc/analysis.hrc:181
msgctxt "ANALYSIS_Besselj"
msgid "N"
msgstr "N"
-#: analysis.hrc:182
+#: scaddins/inc/analysis.hrc:182
msgctxt "ANALYSIS_Besselj"
msgid "The order of the Bessel function"
msgstr "Die orde van die Besselfunksie"
-#: analysis.hrc:187
+#: scaddins/inc/analysis.hrc:187
msgctxt "ANALYSIS_Besselk"
msgid "Returns the Bessel function Kn(x)"
msgstr "Die Bessel-funksie Kn(x) word teruggekeer"
-#: analysis.hrc:188
+#: scaddins/inc/analysis.hrc:188
msgctxt "ANALYSIS_Besselk"
msgid "X"
msgstr "X"
-#: analysis.hrc:189
+#: scaddins/inc/analysis.hrc:189
msgctxt "ANALYSIS_Besselk"
msgid "The value at which the function is to be evaluated"
msgstr "Die waarde waarteen die funksie gevalueer moet word"
-#: analysis.hrc:190
+#: scaddins/inc/analysis.hrc:190
msgctxt "ANALYSIS_Besselk"
msgid "N"
msgstr "N"
-#: analysis.hrc:191
+#: scaddins/inc/analysis.hrc:191
msgctxt "ANALYSIS_Besselk"
msgid "The order of the Bessel function"
msgstr "Die orde van die Besselfunksie"
-#: analysis.hrc:196
+#: scaddins/inc/analysis.hrc:196
msgctxt "ANALYSIS_Bessely"
msgid "Returns the Bessel function Yn(x)"
msgstr "Die Bessel-funksie Yn(x) word teruggekeer"
-#: analysis.hrc:197
+#: scaddins/inc/analysis.hrc:197
msgctxt "ANALYSIS_Bessely"
msgid "X"
msgstr "X"
-#: analysis.hrc:198
+#: scaddins/inc/analysis.hrc:198
msgctxt "ANALYSIS_Bessely"
msgid "The value at which the function is to be evaluated"
msgstr "Die waarde waarteen die funksie gevalueer moet word"
-#: analysis.hrc:199
+#: scaddins/inc/analysis.hrc:199
msgctxt "ANALYSIS_Bessely"
msgid "N"
msgstr "N"
-#: analysis.hrc:200
+#: scaddins/inc/analysis.hrc:200
msgctxt "ANALYSIS_Bessely"
msgid "The order of the Bessel function"
msgstr "Die orde van die Besselfunksie"
-#: analysis.hrc:205
+#: scaddins/inc/analysis.hrc:205
msgctxt "ANALYSIS_Bin2Oct"
msgid "Converts a binary number to an octal number"
msgstr "Skakel 'n binêre getal om na 'n oktale getal"
-#: analysis.hrc:206
+#: scaddins/inc/analysis.hrc:206
msgctxt "ANALYSIS_Bin2Oct"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:207
+#: scaddins/inc/analysis.hrc:207
msgctxt "ANALYSIS_Bin2Oct"
msgid "The binary number to be converted (as text)"
msgstr "Die binêre getal wat omgeskakel moet word (as teks)"
-#: analysis.hrc:208
+#: scaddins/inc/analysis.hrc:208
msgctxt "ANALYSIS_Bin2Oct"
msgid "Places"
msgstr "Plekke"
-#: analysis.hrc:209
+#: scaddins/inc/analysis.hrc:209
msgctxt "ANALYSIS_Bin2Oct"
msgid "Number of places used"
msgstr "Aantal plekke gebruik"
-#: analysis.hrc:214
+#: scaddins/inc/analysis.hrc:214
msgctxt "ANALYSIS_Bin2Dec"
msgid "Converts a binary number to a decimal number"
msgstr "Skakel 'n binêre getal om na 'n desimale getal"
-#: analysis.hrc:215
+#: scaddins/inc/analysis.hrc:215
msgctxt "ANALYSIS_Bin2Dec"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:216
+#: scaddins/inc/analysis.hrc:216
msgctxt "ANALYSIS_Bin2Dec"
msgid "The binary number to be converted (as text)"
msgstr "Die binêre getal wat omgeskakel moet word (as teks)"
-#: analysis.hrc:221
+#: scaddins/inc/analysis.hrc:221
msgctxt "ANALYSIS_Bin2Hex"
msgid "Converts a binary number to a hexadecimal number"
msgstr "Skakel 'n binêre getal om na 'n heksadesimale getal"
-#: analysis.hrc:222
+#: scaddins/inc/analysis.hrc:222
msgctxt "ANALYSIS_Bin2Hex"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:223
+#: scaddins/inc/analysis.hrc:223
msgctxt "ANALYSIS_Bin2Hex"
msgid "The binary number to be converted (as text)"
msgstr "Die binêre getal wat omgeskakel moet word (as teks)"
-#: analysis.hrc:224
+#: scaddins/inc/analysis.hrc:224
msgctxt "ANALYSIS_Bin2Hex"
msgid "Places"
msgstr "Plekke"
-#: analysis.hrc:225
+#: scaddins/inc/analysis.hrc:225
msgctxt "ANALYSIS_Bin2Hex"
msgid "Number of places used."
msgstr "Getal plekke wat gebruik word."
-#: analysis.hrc:230
+#: scaddins/inc/analysis.hrc:230
msgctxt "ANALYSIS_Oct2Bin"
msgid "Converts an octal number to a binary number"
msgstr "Skakel 'n oktale getal om na 'n binêre getal"
-#: analysis.hrc:231
+#: scaddins/inc/analysis.hrc:231
msgctxt "ANALYSIS_Oct2Bin"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:232
+#: scaddins/inc/analysis.hrc:232
msgctxt "ANALYSIS_Oct2Bin"
msgid "The octal number to be converted (as text)"
msgstr "Die oktaalgetal wat omgeskakel moet word (as teks)"
-#: analysis.hrc:233
+#: scaddins/inc/analysis.hrc:233
msgctxt "ANALYSIS_Oct2Bin"
msgid "Places"
msgstr "Plekke"
-#: analysis.hrc:234
+#: scaddins/inc/analysis.hrc:234
msgctxt "ANALYSIS_Oct2Bin"
msgid "Number of places used"
msgstr "Aantal plekke gebruik"
-#: analysis.hrc:239
+#: scaddins/inc/analysis.hrc:239
msgctxt "ANALYSIS_Oct2Dec"
msgid "Converts an octal number to a decimal number"
msgstr "Skakel 'n oktale getal om na 'n desimale getal"
-#: analysis.hrc:240
+#: scaddins/inc/analysis.hrc:240
msgctxt "ANALYSIS_Oct2Dec"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:241
+#: scaddins/inc/analysis.hrc:241
msgctxt "ANALYSIS_Oct2Dec"
msgid "The octal number to be converted (as text)"
msgstr "Die oktaalgetal wat omgeskakel moet word (as teks)"
-#: analysis.hrc:246
+#: scaddins/inc/analysis.hrc:246
msgctxt "ANALYSIS_Oct2Hex"
msgid "Converts an octal number to a hexadecimal number"
msgstr "Skakel 'n oktale getal om na 'n heksadesimale getal"
-#: analysis.hrc:247
+#: scaddins/inc/analysis.hrc:247
msgctxt "ANALYSIS_Oct2Hex"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:248
+#: scaddins/inc/analysis.hrc:248
msgctxt "ANALYSIS_Oct2Hex"
msgid "The octal number to be converted (as text)"
msgstr "Die oktaalgetal wat omgeskakel moet word (as teks)"
-#: analysis.hrc:249
+#: scaddins/inc/analysis.hrc:249
msgctxt "ANALYSIS_Oct2Hex"
msgid "Places"
msgstr "Plekke"
-#: analysis.hrc:250
+#: scaddins/inc/analysis.hrc:250
msgctxt "ANALYSIS_Oct2Hex"
msgid "Number of places used"
msgstr "Aantal plekke gebruik"
-#: analysis.hrc:255
+#: scaddins/inc/analysis.hrc:255
msgctxt "ANALYSIS_Dec2Bin"
msgid "Converts a decimal number to a binary number"
msgstr "Skakel 'n desimale getal om na 'n binêre getal"
-#: analysis.hrc:256
+#: scaddins/inc/analysis.hrc:256
msgctxt "ANALYSIS_Dec2Bin"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:257
+#: scaddins/inc/analysis.hrc:257
msgctxt "ANALYSIS_Dec2Bin"
msgid "The decimal integer to be converted"
msgstr "Die desimale heelgetal wat omgeskakel moet word"
-#: analysis.hrc:258
+#: scaddins/inc/analysis.hrc:258
msgctxt "ANALYSIS_Dec2Bin"
msgid "Places"
msgstr "Plekke"
-#: analysis.hrc:259
+#: scaddins/inc/analysis.hrc:259
msgctxt "ANALYSIS_Dec2Bin"
msgid "Number of places used"
msgstr "Aantal plekke gebruik"
-#: analysis.hrc:264
+#: scaddins/inc/analysis.hrc:264
msgctxt "ANALYSIS_Dec2Hex"
msgid "Converts a decimal number to a hexadecimal number"
msgstr "Skakel 'n desimale getal om na 'n heksadesimale getal"
-#: analysis.hrc:265
+#: scaddins/inc/analysis.hrc:265
msgctxt "ANALYSIS_Dec2Hex"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:266
+#: scaddins/inc/analysis.hrc:266
msgctxt "ANALYSIS_Dec2Hex"
msgid "The decimal integer to be converted"
msgstr "Die desimale heelgetal wat omgeskakel moet word"
-#: analysis.hrc:267
+#: scaddins/inc/analysis.hrc:267
msgctxt "ANALYSIS_Dec2Hex"
msgid "Places"
msgstr "Plekke"
-#: analysis.hrc:268
+#: scaddins/inc/analysis.hrc:268
msgctxt "ANALYSIS_Dec2Hex"
msgid "Number of places used"
msgstr "Aantal plekke gebruik"
-#: analysis.hrc:273
+#: scaddins/inc/analysis.hrc:273
msgctxt "ANALYSIS_Dec2Oct"
msgid "Converts a decimal number into an octal number"
msgstr "Skakel 'n desimale getal om na 'n oktale getal"
-#: analysis.hrc:274
+#: scaddins/inc/analysis.hrc:274
msgctxt "ANALYSIS_Dec2Oct"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:275
+#: scaddins/inc/analysis.hrc:275
msgctxt "ANALYSIS_Dec2Oct"
msgid "The decimal number"
msgstr "Die desimale getal"
-#: analysis.hrc:276
+#: scaddins/inc/analysis.hrc:276
msgctxt "ANALYSIS_Dec2Oct"
msgid "Places"
msgstr "Plekke"
-#: analysis.hrc:277
+#: scaddins/inc/analysis.hrc:277
msgctxt "ANALYSIS_Dec2Oct"
msgid "Number of places used"
msgstr "Aantal plekke gebruik"
-#: analysis.hrc:282
+#: scaddins/inc/analysis.hrc:282
msgctxt "ANALYSIS_Hex2Bin"
msgid "Converts a hexadecimal number to a binary number"
msgstr "Skakel 'n heksadesimale getal om na 'n binêre getal"
-#: analysis.hrc:283
+#: scaddins/inc/analysis.hrc:283
msgctxt "ANALYSIS_Hex2Bin"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:284
+#: scaddins/inc/analysis.hrc:284
msgctxt "ANALYSIS_Hex2Bin"
msgid "The hexadecimal number to be converted (as text)"
msgstr "Die heksadesimale getal wat omgeskakel moet word (as teks)"
-#: analysis.hrc:285
+#: scaddins/inc/analysis.hrc:285
msgctxt "ANALYSIS_Hex2Bin"
msgid "Places"
msgstr "Plekke"
-#: analysis.hrc:286
+#: scaddins/inc/analysis.hrc:286
msgctxt "ANALYSIS_Hex2Bin"
msgid "Number of places used"
msgstr "Aantal plekke gebruik"
-#: analysis.hrc:291
+#: scaddins/inc/analysis.hrc:291
msgctxt "ANALYSIS_Hex2Dec"
msgid "Converts a hexadecimal number to a decimal number"
msgstr "Skakel 'n heksadesimale getal om na 'n desimale getal"
-#: analysis.hrc:292
+#: scaddins/inc/analysis.hrc:292
msgctxt "ANALYSIS_Hex2Dec"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:293
+#: scaddins/inc/analysis.hrc:293
msgctxt "ANALYSIS_Hex2Dec"
msgid "The hexadecimal number to be converted (as text)"
msgstr "Die heksadesimale getal wat omgeskakel moet word (as teks)"
-#: analysis.hrc:298
+#: scaddins/inc/analysis.hrc:298
msgctxt "ANALYSIS_Hex2Oct"
msgid "Converts a hexadecimal number to an octal number"
msgstr "Skakel 'n heksadesimale getal om na 'n oktale getal"
-#: analysis.hrc:299
+#: scaddins/inc/analysis.hrc:299
msgctxt "ANALYSIS_Hex2Oct"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:300
+#: scaddins/inc/analysis.hrc:300
msgctxt "ANALYSIS_Hex2Oct"
msgid "The hexadecimal number to be converted (as text)"
msgstr "Die heksadesimale getal wat omgeskakel moet word (as teks)"
-#: analysis.hrc:301
+#: scaddins/inc/analysis.hrc:301
msgctxt "ANALYSIS_Hex2Oct"
msgid "Places"
msgstr "Plekke"
-#: analysis.hrc:302
+#: scaddins/inc/analysis.hrc:302
msgctxt "ANALYSIS_Hex2Oct"
msgid "Number of places used"
msgstr "Aantal plekke gebruik"
-#: analysis.hrc:307
+#: scaddins/inc/analysis.hrc:307
msgctxt "ANALYSIS_Delta"
msgid "Tests whether two values are equal"
msgstr "Toets of twee waardes gelyk is"
-#: analysis.hrc:308
+#: scaddins/inc/analysis.hrc:308
msgctxt "ANALYSIS_Delta"
msgid "Number 1"
msgstr "Getal 1"
-#: analysis.hrc:309
+#: scaddins/inc/analysis.hrc:309
msgctxt "ANALYSIS_Delta"
msgid "The first number"
msgstr "Die eerste getal"
-#: analysis.hrc:310
+#: scaddins/inc/analysis.hrc:310
msgctxt "ANALYSIS_Delta"
msgid "Number 2"
msgstr "Getal 2"
-#: analysis.hrc:311
+#: scaddins/inc/analysis.hrc:311
msgctxt "ANALYSIS_Delta"
msgid "The second number"
msgstr "Die tweede getal"
-#: analysis.hrc:316
+#: scaddins/inc/analysis.hrc:316
msgctxt "ANALYSIS_Erf"
msgid "Returns the error function"
msgstr "Die foutfunksie word teruggekeer"
-#: analysis.hrc:317
+#: scaddins/inc/analysis.hrc:317
msgctxt "ANALYSIS_Erf"
msgid "Lower limit"
msgstr "Onderste limiet"
-#: analysis.hrc:318
+#: scaddins/inc/analysis.hrc:318
msgctxt "ANALYSIS_Erf"
msgid "The lower limit for integration"
msgstr "Die onderste grens vir integrasie"
-#: analysis.hrc:319
+#: scaddins/inc/analysis.hrc:319
msgctxt "ANALYSIS_Erf"
msgid "Upper limit"
msgstr "Boonste limiet"
-#: analysis.hrc:320
+#: scaddins/inc/analysis.hrc:320
msgctxt "ANALYSIS_Erf"
msgid "The upper limit for integration"
msgstr "Die boonste limiet vir integrasie"
-#: analysis.hrc:325
+#: scaddins/inc/analysis.hrc:325
msgctxt "ANALYSIS_Erfc"
msgid "Returns the complementary error function"
msgstr "Die komplementêre foutfunksie word teruggekeer"
-#: analysis.hrc:326
+#: scaddins/inc/analysis.hrc:326
msgctxt "ANALYSIS_Erfc"
msgid "Lower limit"
msgstr "Onderste limiet"
-#: analysis.hrc:327
+#: scaddins/inc/analysis.hrc:327
msgctxt "ANALYSIS_Erfc"
msgid "The lower limit for integration"
msgstr "Die onderste grens vir integrasie"
-#: analysis.hrc:332
+#: scaddins/inc/analysis.hrc:332
msgctxt "ANALYSIS_Gestep"
msgid "Tests whether a number is greater than a threshold value"
msgstr "Toets of 'n getal groter is as 'n drempelwaarde"
-#: analysis.hrc:333
+#: scaddins/inc/analysis.hrc:333
msgctxt "ANALYSIS_Gestep"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:334
+#: scaddins/inc/analysis.hrc:334
msgctxt "ANALYSIS_Gestep"
msgid "The value to test against step"
msgstr "Die waarde waarteen stap getoets moet word"
-#: analysis.hrc:335
+#: scaddins/inc/analysis.hrc:335
msgctxt "ANALYSIS_Gestep"
msgid "Step"
msgstr "Stap"
-#: analysis.hrc:336
+#: scaddins/inc/analysis.hrc:336
msgctxt "ANALYSIS_Gestep"
msgid "The threshold value"
msgstr ""
-#: analysis.hrc:341
+#: scaddins/inc/analysis.hrc:341
msgctxt "ANALYSIS_Factdouble"
msgid "Returns the double factorial of Number"
msgstr "Die dubbele fakulteit van die getal word teruggekeer"
-#: analysis.hrc:342
+#: scaddins/inc/analysis.hrc:342
msgctxt "ANALYSIS_Factdouble"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:343
+#: scaddins/inc/analysis.hrc:343
msgctxt "ANALYSIS_Factdouble"
msgid "The number"
msgstr "Die getal"
-#: analysis.hrc:348
+#: scaddins/inc/analysis.hrc:348
msgctxt "ANALYSIS_Imabs"
msgid "Returns the absolute value (modulus) of a complex number"
msgstr "Die absolute waarde (modulus) van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:349
+#: scaddins/inc/analysis.hrc:349
msgctxt "ANALYSIS_Imabs"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:350
+#: scaddins/inc/analysis.hrc:350
msgctxt "ANALYSIS_Imabs"
msgid "The complex number"
msgstr "Die komplekse getal"
-#: analysis.hrc:355
+#: scaddins/inc/analysis.hrc:355
msgctxt "ANALYSIS_Imaginary"
msgid "Returns the imaginary coefficient of a complex number"
msgstr "Die denkbeeldige koëffisiënt van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:356
+#: scaddins/inc/analysis.hrc:356
msgctxt "ANALYSIS_Imaginary"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:357
+#: scaddins/inc/analysis.hrc:357
msgctxt "ANALYSIS_Imaginary"
msgid "The complex number"
msgstr "Die komplekse getal"
-#: analysis.hrc:362
+#: scaddins/inc/analysis.hrc:362
msgctxt "ANALYSIS_Impower"
msgid "Returns a complex number raised to a real power"
msgstr ""
-#: analysis.hrc:363
+#: scaddins/inc/analysis.hrc:363
msgctxt "ANALYSIS_Impower"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:364
+#: scaddins/inc/analysis.hrc:364
msgctxt "ANALYSIS_Impower"
msgid "The complex number"
msgstr "Die komplekse getal"
-#: analysis.hrc:365
+#: scaddins/inc/analysis.hrc:365
msgctxt "ANALYSIS_Impower"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:366
+#: scaddins/inc/analysis.hrc:366
msgctxt "ANALYSIS_Impower"
msgid "Power to which the complex number is raised"
msgstr "Mag waartoe die komplekse getal verhef word"
-#: analysis.hrc:371
+#: scaddins/inc/analysis.hrc:371
msgctxt "ANALYSIS_Imargument"
msgid "Returns the argument theta, an angle expressed in radians"
msgstr "Die argumenttheta, 'n hoek in radiale uitgedruk, word teruggekeer"
-#: analysis.hrc:372
+#: scaddins/inc/analysis.hrc:372
msgctxt "ANALYSIS_Imargument"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:373
+#: scaddins/inc/analysis.hrc:373
msgctxt "ANALYSIS_Imargument"
msgid "A complex number"
msgstr "'n Komplekse getal"
-#: analysis.hrc:378
+#: scaddins/inc/analysis.hrc:378
msgctxt "ANALYSIS_Imcos"
msgid "Returns the cosine of a complex number"
msgstr "Die kosinus van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:379
+#: scaddins/inc/analysis.hrc:379
msgctxt "ANALYSIS_Imcos"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:380
+#: scaddins/inc/analysis.hrc:380
msgctxt "ANALYSIS_Imcos"
msgid "A complex number"
msgstr "'n Komplekse getal"
-#: analysis.hrc:385
+#: scaddins/inc/analysis.hrc:385
msgctxt "ANALYSIS_Imdiv"
msgid "Returns the quotient of two complex numbers"
msgstr "Die kwosiënt van twee komplekse getalle word teruggekeer"
-#: analysis.hrc:386
+#: scaddins/inc/analysis.hrc:386
msgctxt "ANALYSIS_Imdiv"
msgid "Numerator"
msgstr "Teller"
-#: analysis.hrc:387
+#: scaddins/inc/analysis.hrc:387
msgctxt "ANALYSIS_Imdiv"
msgid "The dividend"
msgstr "Die dividend"
-#: analysis.hrc:388
+#: scaddins/inc/analysis.hrc:388
msgctxt "ANALYSIS_Imdiv"
msgid "Denominator"
msgstr "Noemer"
-#: analysis.hrc:389
+#: scaddins/inc/analysis.hrc:389
msgctxt "ANALYSIS_Imdiv"
msgid "The divisor"
msgstr "Die deler"
-#: analysis.hrc:394
+#: scaddins/inc/analysis.hrc:394
msgctxt "ANALYSIS_Imexp"
msgid "Returns the algebraic form of the exponential of a complex number"
msgstr "Die algebraïese vorm van die eksponent van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:395
+#: scaddins/inc/analysis.hrc:395
msgctxt "ANALYSIS_Imexp"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:396
+#: scaddins/inc/analysis.hrc:396
msgctxt "ANALYSIS_Imexp"
msgid "The complex number"
msgstr "Die komplekse getal"
-#: analysis.hrc:401
+#: scaddins/inc/analysis.hrc:401
msgctxt "ANALYSIS_Imconjugate"
msgid "Returns the complex conjugate of a complex number"
msgstr "Die komplekse konjugasie van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:402
+#: scaddins/inc/analysis.hrc:402
msgctxt "ANALYSIS_Imconjugate"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:403
+#: scaddins/inc/analysis.hrc:403
msgctxt "ANALYSIS_Imconjugate"
msgid "The complex number"
msgstr "Die komplekse getal"
-#: analysis.hrc:408
+#: scaddins/inc/analysis.hrc:408
msgctxt "ANALYSIS_Imln"
msgid "Returns the natural logarithm of a complex number"
msgstr "Die natuurlike logaritme van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:409
+#: scaddins/inc/analysis.hrc:409
msgctxt "ANALYSIS_Imln"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:410
+#: scaddins/inc/analysis.hrc:410
msgctxt "ANALYSIS_Imln"
msgid "The complex number"
msgstr "Die komplekse getal"
-#: analysis.hrc:415
+#: scaddins/inc/analysis.hrc:415
msgctxt "ANALYSIS_Imlog10"
msgid "Returns the base-10 logarithm of a complex number"
msgstr "Die basis 10-logaritme van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:416
+#: scaddins/inc/analysis.hrc:416
msgctxt "ANALYSIS_Imlog10"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:417
+#: scaddins/inc/analysis.hrc:417
msgctxt "ANALYSIS_Imlog10"
msgid "The complex number"
msgstr "Die komplekse getal"
-#: analysis.hrc:422
+#: scaddins/inc/analysis.hrc:422
msgctxt "ANALYSIS_Imlog2"
msgid "Returns the base-2 logarithm of a complex number"
msgstr "Die basis 2-logaritme van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:423
+#: scaddins/inc/analysis.hrc:423
msgctxt "ANALYSIS_Imlog2"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:424
+#: scaddins/inc/analysis.hrc:424
msgctxt "ANALYSIS_Imlog2"
msgid "The complex number"
msgstr "Die komplekse getal"
-#: analysis.hrc:429
+#: scaddins/inc/analysis.hrc:429
msgctxt "ANALYSIS_Improduct"
msgid "Returns the product of several complex numbers"
msgstr "Die produk van verskeie komplekse getalle word teruggekeer"
-#: analysis.hrc:430 /home/cl/vc/git/libo-core/scaddins/inc/analysis.hrc:432
+#: scaddins/inc/analysis.hrc:430 scaddins/inc/analysis.hrc:432
msgctxt "ANALYSIS_Improduct"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:431
+#: scaddins/inc/analysis.hrc:431
msgctxt "ANALYSIS_Improduct"
msgid "The first complex number"
msgstr "Die eerste komplekse getal"
-#: analysis.hrc:433
+#: scaddins/inc/analysis.hrc:433
msgctxt "ANALYSIS_Improduct"
msgid "Another complex number"
msgstr "Nog 'n komplekse getal"
-#: analysis.hrc:438
+#: scaddins/inc/analysis.hrc:438
msgctxt "ANALYSIS_Imreal"
msgid "Returns the real coefficient of a complex number"
msgstr "Die werklike koëffisiënt van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:439
+#: scaddins/inc/analysis.hrc:439
msgctxt "ANALYSIS_Imreal"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:440
+#: scaddins/inc/analysis.hrc:440
msgctxt "ANALYSIS_Imreal"
msgid "The complex number"
msgstr "Die komplekse getal"
-#: analysis.hrc:445
+#: scaddins/inc/analysis.hrc:445
msgctxt "ANALYSIS_Imsin"
msgid "Returns the sine of a complex number"
msgstr "Die sinus van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:446
+#: scaddins/inc/analysis.hrc:446
msgctxt "ANALYSIS_Imsin"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:447
+#: scaddins/inc/analysis.hrc:447
msgctxt "ANALYSIS_Imsin"
msgid "The complex number"
msgstr "Die komplekse getal"
-#: analysis.hrc:452
+#: scaddins/inc/analysis.hrc:452
msgctxt "ANALYSIS_Imsub"
msgid "Returns the difference of two complex numbers"
msgstr "Die verskil tussen twee komplekse getalle word teruggekeer"
-#: analysis.hrc:453 /home/cl/vc/git/libo-core/scaddins/inc/analysis.hrc:454
+#: scaddins/inc/analysis.hrc:453 scaddins/inc/analysis.hrc:454
#, fuzzy
msgctxt "ANALYSIS_Imsub"
msgid "Complex number 1"
msgstr "Komplekse getal"
-#: analysis.hrc:455 /home/cl/vc/git/libo-core/scaddins/inc/analysis.hrc:456
+#: scaddins/inc/analysis.hrc:455 scaddins/inc/analysis.hrc:456
#, fuzzy
msgctxt "ANALYSIS_Imsub"
msgid "Complex number 2"
msgstr "Komplekse getal"
-#: analysis.hrc:461
+#: scaddins/inc/analysis.hrc:461
msgctxt "ANALYSIS_Imsqrt"
msgid "Returns the square root of a complex number"
msgstr "Die vierkantswortel van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:462
+#: scaddins/inc/analysis.hrc:462
msgctxt "ANALYSIS_Imsqrt"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:463
+#: scaddins/inc/analysis.hrc:463
msgctxt "ANALYSIS_Imsqrt"
msgid "The complex number"
msgstr "Die komplekse getal"
-#: analysis.hrc:468
+#: scaddins/inc/analysis.hrc:468
msgctxt "ANALYSIS_Imsum"
msgid "Returns the sum of complex numbers"
msgstr "Die som van komplekse getalle word teruggekeer"
-#: analysis.hrc:469
+#: scaddins/inc/analysis.hrc:469
msgctxt "ANALYSIS_Imsum"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:470
+#: scaddins/inc/analysis.hrc:470
msgctxt "ANALYSIS_Imsum"
msgid "The complex number"
msgstr "Die komplekse getal"
-#: analysis.hrc:475
+#: scaddins/inc/analysis.hrc:475
#, fuzzy
msgctxt "ANALYSIS_Imtan"
msgid "Returns the tangent of a complex number"
msgstr "Die sinus van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:476
+#: scaddins/inc/analysis.hrc:476
msgctxt "ANALYSIS_Imtan"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:477
+#: scaddins/inc/analysis.hrc:477
msgctxt "ANALYSIS_Imtan"
msgid "A complex number"
msgstr "'n Komplekse getal"
-#: analysis.hrc:482
+#: scaddins/inc/analysis.hrc:482
#, fuzzy
msgctxt "ANALYSIS_Imsec"
msgid "Returns the secant of a complex number"
msgstr "Die sinus van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:483
+#: scaddins/inc/analysis.hrc:483
msgctxt "ANALYSIS_Imsec"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:484
+#: scaddins/inc/analysis.hrc:484
msgctxt "ANALYSIS_Imsec"
msgid "A complex number"
msgstr "'n Komplekse getal"
-#: analysis.hrc:489
+#: scaddins/inc/analysis.hrc:489
#, fuzzy
msgctxt "ANALYSIS_Imcsc"
msgid "Returns the cosecant of a complex number"
msgstr "Die kosinus van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:490
+#: scaddins/inc/analysis.hrc:490
msgctxt "ANALYSIS_Imcsc"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:491
+#: scaddins/inc/analysis.hrc:491
msgctxt "ANALYSIS_Imcsc"
msgid "A complex number"
msgstr "'n Komplekse getal"
-#: analysis.hrc:496
+#: scaddins/inc/analysis.hrc:496
#, fuzzy
msgctxt "ANALYSIS_Imcot"
msgid "Returns the cotangent of a complex number"
msgstr "Die kosinus van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:497
+#: scaddins/inc/analysis.hrc:497
msgctxt "ANALYSIS_Imcot"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:498
+#: scaddins/inc/analysis.hrc:498
msgctxt "ANALYSIS_Imcot"
msgid "A complex number"
msgstr "'n Komplekse getal"
-#: analysis.hrc:503
+#: scaddins/inc/analysis.hrc:503
#, fuzzy
msgctxt "ANALYSIS_Imsinh"
msgid "Returns the hyperbolic sine of a complex number"
msgstr "Die kosinus van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:504
+#: scaddins/inc/analysis.hrc:504
msgctxt "ANALYSIS_Imsinh"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:505
+#: scaddins/inc/analysis.hrc:505
msgctxt "ANALYSIS_Imsinh"
msgid "A complex number"
msgstr "'n Komplekse getal"
-#: analysis.hrc:510
+#: scaddins/inc/analysis.hrc:510
#, fuzzy
msgctxt "ANALYSIS_Imcosh"
msgid "Returns the hyperbolic cosine of a complex number"
msgstr "Die kosinus van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:511
+#: scaddins/inc/analysis.hrc:511
msgctxt "ANALYSIS_Imcosh"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:512
+#: scaddins/inc/analysis.hrc:512
msgctxt "ANALYSIS_Imcosh"
msgid "A complex number"
msgstr "'n Komplekse getal"
-#: analysis.hrc:517
+#: scaddins/inc/analysis.hrc:517
#, fuzzy
msgctxt "ANALYSIS_Imsech"
msgid "Returns the hyperbolic secant of a complex number"
msgstr "Die kosinus van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:518
+#: scaddins/inc/analysis.hrc:518
msgctxt "ANALYSIS_Imsech"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:519
+#: scaddins/inc/analysis.hrc:519
msgctxt "ANALYSIS_Imsech"
msgid "A complex number"
msgstr "'n Komplekse getal"
-#: analysis.hrc:524
+#: scaddins/inc/analysis.hrc:524
#, fuzzy
msgctxt "ANALYSIS_Imcsch"
msgid "Returns the hyperbolic cosecant of a complex number"
msgstr "Die kosinus van 'n komplekse getal word teruggekeer"
-#: analysis.hrc:525
+#: scaddins/inc/analysis.hrc:525
msgctxt "ANALYSIS_Imcsch"
msgid "Complex number"
msgstr "Komplekse getal"
-#: analysis.hrc:526
+#: scaddins/inc/analysis.hrc:526
msgctxt "ANALYSIS_Imcsch"
msgid "A complex number"
msgstr "'n Komplekse getal"
-#: analysis.hrc:531
+#: scaddins/inc/analysis.hrc:531
msgctxt "ANALYSIS_Complex"
msgid "Converts real and imaginary coefficients into a complex number"
msgstr "Skakel werklike en denkbeeldige koëffisiënte om in 'n komplekse getal"
-#: analysis.hrc:532
+#: scaddins/inc/analysis.hrc:532
msgctxt "ANALYSIS_Complex"
msgid "Real num"
msgstr "Reële get"
-#: analysis.hrc:533
+#: scaddins/inc/analysis.hrc:533
msgctxt "ANALYSIS_Complex"
msgid "The real coefficient"
msgstr "Die reële koëffisiënt"
-#: analysis.hrc:534
+#: scaddins/inc/analysis.hrc:534
msgctxt "ANALYSIS_Complex"
msgid "I num"
msgstr "I get"
-#: analysis.hrc:535
+#: scaddins/inc/analysis.hrc:535
msgctxt "ANALYSIS_Complex"
msgid "The imaginary coefficient"
msgstr "Die denkbeeldige koëffisiënt"
-#: analysis.hrc:536
+#: scaddins/inc/analysis.hrc:536
msgctxt "ANALYSIS_Complex"
msgid "Suffix"
msgstr "Suffiks"
-#: analysis.hrc:537
+#: scaddins/inc/analysis.hrc:537
msgctxt "ANALYSIS_Complex"
msgid "The suffix"
msgstr "Die suffiks"
-#: analysis.hrc:542
+#: scaddins/inc/analysis.hrc:542
msgctxt "ANALYSIS_Convert"
msgid "Converts a number from one measurement system to another"
msgstr "Skakel 'n getal van een maatstelsel om na 'n ander"
-#: analysis.hrc:543
+#: scaddins/inc/analysis.hrc:543
msgctxt "ANALYSIS_Convert"
msgid "Number"
msgstr "Nommer"
-#: analysis.hrc:544
+#: scaddins/inc/analysis.hrc:544
msgctxt "ANALYSIS_Convert"
msgid "The number"
msgstr "Die getal"
-#: analysis.hrc:545
+#: scaddins/inc/analysis.hrc:545
msgctxt "ANALYSIS_Convert"
msgid "From unit"
msgstr "Van eenheid"
-#: analysis.hrc:546
+#: scaddins/inc/analysis.hrc:546
msgctxt "ANALYSIS_Convert"
msgid "Unit of measure for number"
msgstr "Maateenheid vir getal"
-#: analysis.hrc:547
+#: scaddins/inc/analysis.hrc:547
msgctxt "ANALYSIS_Convert"
msgid "To unit"
msgstr "Na eenheid"
-#: analysis.hrc:548
+#: scaddins/inc/analysis.hrc:548
msgctxt "ANALYSIS_Convert"
msgid "Unit of measure for the result"
msgstr "Maateenheid vir die resultaat"
-#: analysis.hrc:553
+#: scaddins/inc/analysis.hrc:553
msgctxt "ANALYSIS_Amordegrc"
msgid "Returns the prorated linear depreciation of an asset for each accounting period"
msgstr "Gee die pro rata- lineêre waardevermindering van 'n bate vir elke rekeningkundige tydperk"
-#: analysis.hrc:554
+#: scaddins/inc/analysis.hrc:554
msgctxt "ANALYSIS_Amordegrc"
msgid "Cost"
msgstr "Koste"
-#: analysis.hrc:555
+#: scaddins/inc/analysis.hrc:555
msgctxt "ANALYSIS_Amordegrc"
msgid "Cost of the asset"
msgstr "Koste van die bate"
-#: analysis.hrc:556
+#: scaddins/inc/analysis.hrc:556
msgctxt "ANALYSIS_Amordegrc"
msgid "Date purchased"
msgstr "Koopdatum"
-#: analysis.hrc:557
+#: scaddins/inc/analysis.hrc:557
msgctxt "ANALYSIS_Amordegrc"
msgid "Purchase date of the asset"
msgstr "Koopdatum van die bate"
-#: analysis.hrc:558
+#: scaddins/inc/analysis.hrc:558
msgctxt "ANALYSIS_Amordegrc"
msgid "First period"
msgstr "Eerste tydperk"
-#: analysis.hrc:559
+#: scaddins/inc/analysis.hrc:559
msgctxt "ANALYSIS_Amordegrc"
msgid "Date the first period ends"
msgstr "Datum waarop die eerste periode eindig"
-#: analysis.hrc:560
+#: scaddins/inc/analysis.hrc:560
msgctxt "ANALYSIS_Amordegrc"
msgid "Salvage"
msgstr "Herwinning"
-#: analysis.hrc:561
+#: scaddins/inc/analysis.hrc:561
msgctxt "ANALYSIS_Amordegrc"
msgid "Salvage value of an asset at the end of its life"
msgstr "Bergingswaarde van 'n bate aan die einde van sy leeftyd"
-#: analysis.hrc:562
+#: scaddins/inc/analysis.hrc:562
msgctxt "ANALYSIS_Amordegrc"
msgid "Period"
msgstr "Tydperk"
-#: analysis.hrc:563
+#: scaddins/inc/analysis.hrc:563
msgctxt "ANALYSIS_Amordegrc"
msgid "The period"
msgstr "Die tydperk"
-#: analysis.hrc:564
+#: scaddins/inc/analysis.hrc:564
msgctxt "ANALYSIS_Amordegrc"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:565
+#: scaddins/inc/analysis.hrc:565
msgctxt "ANALYSIS_Amordegrc"
msgid "The rate of depreciation"
msgstr "Die waardeverminderingskoers"
-#: analysis.hrc:566
+#: scaddins/inc/analysis.hrc:566
msgctxt "ANALYSIS_Amordegrc"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:567
+#: scaddins/inc/analysis.hrc:567
msgctxt "ANALYSIS_Amordegrc"
msgid "The year basis to be used"
msgstr "Die jaarbasis wat gebruik moet word"
-#: analysis.hrc:572
+#: scaddins/inc/analysis.hrc:572
msgctxt "ANALYSIS_Amorlinc"
msgid "Returns the prorated linear depreciation of an asset for each accounting period"
msgstr "Gee die pro rata- lineêre waardevermindering van 'n bate vir elke rekeningkundige tydperk"
-#: analysis.hrc:573
+#: scaddins/inc/analysis.hrc:573
msgctxt "ANALYSIS_Amorlinc"
msgid "Cost"
msgstr "Koste"
-#: analysis.hrc:574
+#: scaddins/inc/analysis.hrc:574
msgctxt "ANALYSIS_Amorlinc"
msgid "Cost of the asset"
msgstr "Koste van die bate"
-#: analysis.hrc:575
+#: scaddins/inc/analysis.hrc:575
msgctxt "ANALYSIS_Amorlinc"
msgid "Date purchased"
msgstr "Koopdatum"
-#: analysis.hrc:576
+#: scaddins/inc/analysis.hrc:576
msgctxt "ANALYSIS_Amorlinc"
msgid "Purchase date of the asset"
msgstr "Koopdatum van die bate"
-#: analysis.hrc:577
+#: scaddins/inc/analysis.hrc:577
msgctxt "ANALYSIS_Amorlinc"
msgid "First period"
msgstr "Eerste tydperk"
-#: analysis.hrc:578
+#: scaddins/inc/analysis.hrc:578
msgctxt "ANALYSIS_Amorlinc"
msgid "The date the first period ends"
msgstr "Die datum waarop die eerste periode eindig"
-#: analysis.hrc:579
+#: scaddins/inc/analysis.hrc:579
msgctxt "ANALYSIS_Amorlinc"
msgid "Salvage"
msgstr "Herwinning"
-#: analysis.hrc:580
+#: scaddins/inc/analysis.hrc:580
msgctxt "ANALYSIS_Amorlinc"
msgid "The salvage value of an asset at the end of its life"
msgstr "Die bergingswaarde van 'n bate aan die einde van sy leeftyd"
-#: analysis.hrc:581
+#: scaddins/inc/analysis.hrc:581
msgctxt "ANALYSIS_Amorlinc"
msgid "Period"
msgstr "Tydperk"
-#: analysis.hrc:582
+#: scaddins/inc/analysis.hrc:582
msgctxt "ANALYSIS_Amorlinc"
msgid "The period"
msgstr "Die tydperk"
-#: analysis.hrc:583
+#: scaddins/inc/analysis.hrc:583
msgctxt "ANALYSIS_Amorlinc"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:584
+#: scaddins/inc/analysis.hrc:584
msgctxt "ANALYSIS_Amorlinc"
msgid "The rate of depreciation"
msgstr "Die waardeverminderingskoers"
-#: analysis.hrc:585
+#: scaddins/inc/analysis.hrc:585
msgctxt "ANALYSIS_Amorlinc"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:586
+#: scaddins/inc/analysis.hrc:586
msgctxt "ANALYSIS_Amorlinc"
msgid "The year basis to be used"
msgstr "Die jaarbasis wat gebruik moet word"
-#: analysis.hrc:591
+#: scaddins/inc/analysis.hrc:591
msgctxt "ANALYSIS_Accrint"
msgid "Returns the accrued interest for a security that pays periodic interest"
msgstr "Die opgehoopte rente vir 'n sekuriteit wat periodies rente uitbetaal, word teruggekeer"
-#: analysis.hrc:592
+#: scaddins/inc/analysis.hrc:592
msgctxt "ANALYSIS_Accrint"
msgid "Issue"
msgstr "Uitreiking"
-#: analysis.hrc:593
+#: scaddins/inc/analysis.hrc:593
msgctxt "ANALYSIS_Accrint"
msgid "Issue date of the security"
msgstr "Uitreikingsdatum van die sekuriteit"
-#: analysis.hrc:594
+#: scaddins/inc/analysis.hrc:594
msgctxt "ANALYSIS_Accrint"
msgid "First interest"
msgstr "Eerste rente"
-#: analysis.hrc:595
+#: scaddins/inc/analysis.hrc:595
msgctxt "ANALYSIS_Accrint"
msgid "First interest date of the security"
msgstr "Eerste rentedatum van die sekuriteit"
-#: analysis.hrc:596
+#: scaddins/inc/analysis.hrc:596
msgctxt "ANALYSIS_Accrint"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:597
+#: scaddins/inc/analysis.hrc:597
msgctxt "ANALYSIS_Accrint"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:598
+#: scaddins/inc/analysis.hrc:598
msgctxt "ANALYSIS_Accrint"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:599
+#: scaddins/inc/analysis.hrc:599
msgctxt "ANALYSIS_Accrint"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:600
+#: scaddins/inc/analysis.hrc:600
msgctxt "ANALYSIS_Accrint"
msgid "Par"
msgstr "Pari"
-#: analysis.hrc:601
+#: scaddins/inc/analysis.hrc:601
msgctxt "ANALYSIS_Accrint"
msgid "The par value"
msgstr "Die pariwaarde"
-#: analysis.hrc:602
+#: scaddins/inc/analysis.hrc:602
msgctxt "ANALYSIS_Accrint"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:603
+#: scaddins/inc/analysis.hrc:603
msgctxt "ANALYSIS_Accrint"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:604
+#: scaddins/inc/analysis.hrc:604
msgctxt "ANALYSIS_Accrint"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:605
+#: scaddins/inc/analysis.hrc:605
msgctxt "ANALYSIS_Accrint"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:610
+#: scaddins/inc/analysis.hrc:610
msgctxt "ANALYSIS_Accrintm"
msgid "Returns the accrued interest for a security that pays interest at maturity"
msgstr "Die opgehoopte rente vir 'n sekuriteit wat rente by uitkeer betaal, word teruggekeer"
-#: analysis.hrc:611
+#: scaddins/inc/analysis.hrc:611
msgctxt "ANALYSIS_Accrintm"
msgid "Issue"
msgstr "Uitreiking"
-#: analysis.hrc:612
+#: scaddins/inc/analysis.hrc:612
msgctxt "ANALYSIS_Accrintm"
msgid "The issue date"
msgstr "Die uitreikingsdatum"
-#: analysis.hrc:613
+#: scaddins/inc/analysis.hrc:613
msgctxt "ANALYSIS_Accrintm"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:614
+#: scaddins/inc/analysis.hrc:614
msgctxt "ANALYSIS_Accrintm"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:615
+#: scaddins/inc/analysis.hrc:615
msgctxt "ANALYSIS_Accrintm"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:616
+#: scaddins/inc/analysis.hrc:616
msgctxt "ANALYSIS_Accrintm"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:617
+#: scaddins/inc/analysis.hrc:617
msgctxt "ANALYSIS_Accrintm"
msgid "Par"
msgstr "Pari"
-#: analysis.hrc:618
+#: scaddins/inc/analysis.hrc:618
msgctxt "ANALYSIS_Accrintm"
msgid "The par value"
msgstr "Die pariwaarde"
-#: analysis.hrc:619
+#: scaddins/inc/analysis.hrc:619
msgctxt "ANALYSIS_Accrintm"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:620
+#: scaddins/inc/analysis.hrc:620
msgctxt "ANALYSIS_Accrintm"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:625
+#: scaddins/inc/analysis.hrc:625
msgctxt "ANALYSIS_Received"
msgid "Returns the amount paid out at maturity for a fully invested security"
msgstr "Die bedrag wat by uitkeer uitbetaal word vir 'n volledig geïnvesteerde sekuriteit word teruggekeer"
-#: analysis.hrc:626
+#: scaddins/inc/analysis.hrc:626
msgctxt "ANALYSIS_Received"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:627
+#: scaddins/inc/analysis.hrc:627
msgctxt "ANALYSIS_Received"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:628
+#: scaddins/inc/analysis.hrc:628
msgctxt "ANALYSIS_Received"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:629
+#: scaddins/inc/analysis.hrc:629
msgctxt "ANALYSIS_Received"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:630
+#: scaddins/inc/analysis.hrc:630
msgctxt "ANALYSIS_Received"
msgid "Investment"
msgstr "Belegging"
-#: analysis.hrc:631
+#: scaddins/inc/analysis.hrc:631
msgctxt "ANALYSIS_Received"
msgid "The investment"
msgstr "Die belegging"
-#: analysis.hrc:632
+#: scaddins/inc/analysis.hrc:632
msgctxt "ANALYSIS_Received"
msgid "Discount"
msgstr "Korting"
-#: analysis.hrc:633
+#: scaddins/inc/analysis.hrc:633
msgctxt "ANALYSIS_Received"
msgid "The discount"
msgstr "Die korting"
-#: analysis.hrc:634
+#: scaddins/inc/analysis.hrc:634
msgctxt "ANALYSIS_Received"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:635
+#: scaddins/inc/analysis.hrc:635
msgctxt "ANALYSIS_Received"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:640
+#: scaddins/inc/analysis.hrc:640
msgctxt "ANALYSIS_Disc"
msgid "Returns the discount rate for a security"
msgstr "Die diskontokoers vir 'n sekuriteit word teruggekeer"
-#: analysis.hrc:641
+#: scaddins/inc/analysis.hrc:641
msgctxt "ANALYSIS_Disc"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:642
+#: scaddins/inc/analysis.hrc:642
msgctxt "ANALYSIS_Disc"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:643
+#: scaddins/inc/analysis.hrc:643
msgctxt "ANALYSIS_Disc"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:644
+#: scaddins/inc/analysis.hrc:644
msgctxt "ANALYSIS_Disc"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:645
+#: scaddins/inc/analysis.hrc:645
msgctxt "ANALYSIS_Disc"
msgid "Price"
msgstr "Prys"
-#: analysis.hrc:646
+#: scaddins/inc/analysis.hrc:646
msgctxt "ANALYSIS_Disc"
msgid "The price"
msgstr "Die prys"
-#: analysis.hrc:647
+#: scaddins/inc/analysis.hrc:647
msgctxt "ANALYSIS_Disc"
msgid "Redemption"
msgstr "Aflossing"
-#: analysis.hrc:648
+#: scaddins/inc/analysis.hrc:648
msgctxt "ANALYSIS_Disc"
msgid "The redemption value"
msgstr "Die afloswaarde"
-#: analysis.hrc:649
+#: scaddins/inc/analysis.hrc:649
msgctxt "ANALYSIS_Disc"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:650
+#: scaddins/inc/analysis.hrc:650
msgctxt "ANALYSIS_Disc"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:655
+#: scaddins/inc/analysis.hrc:655
msgctxt "ANALYSIS_Duration"
msgid "Returns the annual Macaulay duration of a security with periodic interest payments"
msgstr "Die jaarlikse Macaulay-duur van 'n sekuriteit wat periodies rente betaal, word teruggekeer"
-#: analysis.hrc:656
+#: scaddins/inc/analysis.hrc:656
msgctxt "ANALYSIS_Duration"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:657
+#: scaddins/inc/analysis.hrc:657
msgctxt "ANALYSIS_Duration"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:658
+#: scaddins/inc/analysis.hrc:658
msgctxt "ANALYSIS_Duration"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:659
+#: scaddins/inc/analysis.hrc:659
msgctxt "ANALYSIS_Duration"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:660
+#: scaddins/inc/analysis.hrc:660
msgctxt "ANALYSIS_Duration"
msgid "Coupon"
msgstr "Koepon"
-#: analysis.hrc:661
+#: scaddins/inc/analysis.hrc:661
msgctxt "ANALYSIS_Duration"
msgid "The coupon rate"
msgstr "Die koeponkoers"
-#: analysis.hrc:662
+#: scaddins/inc/analysis.hrc:662
msgctxt "ANALYSIS_Duration"
msgid "Yield"
msgstr "Opbrengs"
-#: analysis.hrc:663
+#: scaddins/inc/analysis.hrc:663
msgctxt "ANALYSIS_Duration"
msgid "The yield"
msgstr "Die opbrengs"
-#: analysis.hrc:664
+#: scaddins/inc/analysis.hrc:664
msgctxt "ANALYSIS_Duration"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:665
+#: scaddins/inc/analysis.hrc:665
msgctxt "ANALYSIS_Duration"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:666
+#: scaddins/inc/analysis.hrc:666
msgctxt "ANALYSIS_Duration"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:667
+#: scaddins/inc/analysis.hrc:667
msgctxt "ANALYSIS_Duration"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:672
+#: scaddins/inc/analysis.hrc:672
msgctxt "ANALYSIS_Effect"
msgid "Returns the effective annual interest rate"
msgstr "Die effektiewe jaarlikse rentekoers word teruggekeer"
-#: analysis.hrc:673
+#: scaddins/inc/analysis.hrc:673
msgctxt "ANALYSIS_Effect"
msgid "Nominal rate"
msgstr "Nominale koers"
-#: analysis.hrc:674
+#: scaddins/inc/analysis.hrc:674
msgctxt "ANALYSIS_Effect"
msgid "The nominal rate"
msgstr "Die nominale koers"
-#: analysis.hrc:675
+#: scaddins/inc/analysis.hrc:675
msgctxt "ANALYSIS_Effect"
msgid "Npery"
msgstr "Npery"
-#: analysis.hrc:676
+#: scaddins/inc/analysis.hrc:676
msgctxt "ANALYSIS_Effect"
msgid "The periods"
msgstr "Die tydperke"
-#: analysis.hrc:681
+#: scaddins/inc/analysis.hrc:681
msgctxt "ANALYSIS_Cumprinc"
msgid "Returns the cumulative principal on a loan to be paid between two periods"
msgstr "Die kumulatiewe hoofsom van 'n lening wat tussen twee periodes betaalbaar is word teruggekeer"
-#: analysis.hrc:682
+#: scaddins/inc/analysis.hrc:682
msgctxt "ANALYSIS_Cumprinc"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:683
+#: scaddins/inc/analysis.hrc:683
msgctxt "ANALYSIS_Cumprinc"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:684
+#: scaddins/inc/analysis.hrc:684
msgctxt "ANALYSIS_Cumprinc"
msgid "Nper"
msgstr "Nper"
-#: analysis.hrc:685
+#: scaddins/inc/analysis.hrc:685
msgctxt "ANALYSIS_Cumprinc"
msgid "Number of payment periods"
msgstr "Aantal betalingstydperke"
-#: analysis.hrc:686
+#: scaddins/inc/analysis.hrc:686
msgctxt "ANALYSIS_Cumprinc"
msgid "Pv"
msgstr "Pv"
-#: analysis.hrc:687
+#: scaddins/inc/analysis.hrc:687
msgctxt "ANALYSIS_Cumprinc"
msgid "The present value"
msgstr "Die huidige waarde"
-#: analysis.hrc:688
+#: scaddins/inc/analysis.hrc:688
msgctxt "ANALYSIS_Cumprinc"
msgid "Start period"
msgstr "Begintydperk"
-#: analysis.hrc:689
+#: scaddins/inc/analysis.hrc:689
msgctxt "ANALYSIS_Cumprinc"
msgid "The start period"
msgstr "Die begintydperk"
-#: analysis.hrc:690
+#: scaddins/inc/analysis.hrc:690
msgctxt "ANALYSIS_Cumprinc"
msgid "End period"
msgstr "Eindtydperk"
-#: analysis.hrc:691
+#: scaddins/inc/analysis.hrc:691
msgctxt "ANALYSIS_Cumprinc"
msgid "The end period"
msgstr "Die eindtydperk"
-#: analysis.hrc:692
+#: scaddins/inc/analysis.hrc:692
msgctxt "ANALYSIS_Cumprinc"
msgid "Type"
msgstr "Soort"
-#: analysis.hrc:693
+#: scaddins/inc/analysis.hrc:693
msgctxt "ANALYSIS_Cumprinc"
msgid "The type of maturity"
msgstr "Die tipe verval"
-#: analysis.hrc:698
+#: scaddins/inc/analysis.hrc:698
msgctxt "ANALYSIS_Cumipmt"
msgid "Returns the cumulative interest to be paid between two periods"
msgstr "Die kumulatiewe rente wat tussen twee periodes betaal moet word, word teruggekeer"
-#: analysis.hrc:699
+#: scaddins/inc/analysis.hrc:699
msgctxt "ANALYSIS_Cumipmt"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:700
+#: scaddins/inc/analysis.hrc:700
msgctxt "ANALYSIS_Cumipmt"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:701
+#: scaddins/inc/analysis.hrc:701
msgctxt "ANALYSIS_Cumipmt"
msgid "Nper"
msgstr "Nper"
-#: analysis.hrc:702
+#: scaddins/inc/analysis.hrc:702
msgctxt "ANALYSIS_Cumipmt"
msgid "Number of payment periods"
msgstr "Aantal betalingstydperke"
-#: analysis.hrc:703
+#: scaddins/inc/analysis.hrc:703
msgctxt "ANALYSIS_Cumipmt"
msgid "Pv"
msgstr "Pv"
-#: analysis.hrc:704
+#: scaddins/inc/analysis.hrc:704
msgctxt "ANALYSIS_Cumipmt"
msgid "The present value"
msgstr "Die huidige waarde"
-#: analysis.hrc:705
+#: scaddins/inc/analysis.hrc:705
msgctxt "ANALYSIS_Cumipmt"
msgid "Start period"
msgstr "Begintydperk"
-#: analysis.hrc:706
+#: scaddins/inc/analysis.hrc:706
msgctxt "ANALYSIS_Cumipmt"
msgid "The start period"
msgstr "Die begintydperk"
-#: analysis.hrc:707
+#: scaddins/inc/analysis.hrc:707
msgctxt "ANALYSIS_Cumipmt"
msgid "End period"
msgstr "Eindtydperk"
-#: analysis.hrc:708
+#: scaddins/inc/analysis.hrc:708
msgctxt "ANALYSIS_Cumipmt"
msgid "The end period"
msgstr "Die eindtydperk"
-#: analysis.hrc:709
+#: scaddins/inc/analysis.hrc:709
msgctxt "ANALYSIS_Cumipmt"
msgid "Type"
msgstr "Soort"
-#: analysis.hrc:710
+#: scaddins/inc/analysis.hrc:710
msgctxt "ANALYSIS_Cumipmt"
msgid "The type of maturity"
msgstr "Die tipe verval"
-#: analysis.hrc:715
+#: scaddins/inc/analysis.hrc:715
msgctxt "ANALYSIS_Price"
msgid "Returns the price per 100 currency units face value of a security that pays periodic interest"
msgstr "Die prys per die sigwaarde van 100 geldeenhede van 'n sekuriteit wat periodies rente betaal, word teruggekeer"
-#: analysis.hrc:716
+#: scaddins/inc/analysis.hrc:716
msgctxt "ANALYSIS_Price"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:717
+#: scaddins/inc/analysis.hrc:717
msgctxt "ANALYSIS_Price"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:718
+#: scaddins/inc/analysis.hrc:718
msgctxt "ANALYSIS_Price"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:719
+#: scaddins/inc/analysis.hrc:719
msgctxt "ANALYSIS_Price"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:720
+#: scaddins/inc/analysis.hrc:720
msgctxt "ANALYSIS_Price"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:721
+#: scaddins/inc/analysis.hrc:721
msgctxt "ANALYSIS_Price"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:722
+#: scaddins/inc/analysis.hrc:722
msgctxt "ANALYSIS_Price"
msgid "Yield"
msgstr "Opbrengs"
-#: analysis.hrc:723
+#: scaddins/inc/analysis.hrc:723
msgctxt "ANALYSIS_Price"
msgid "The yield"
msgstr "Die opbrengs"
-#: analysis.hrc:724
+#: scaddins/inc/analysis.hrc:724
msgctxt "ANALYSIS_Price"
msgid "Redemption"
msgstr "Aflossing"
-#: analysis.hrc:725
+#: scaddins/inc/analysis.hrc:725
msgctxt "ANALYSIS_Price"
msgid "The redemption value"
msgstr "Die afloswaarde"
-#: analysis.hrc:726
+#: scaddins/inc/analysis.hrc:726
msgctxt "ANALYSIS_Price"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:727
+#: scaddins/inc/analysis.hrc:727
msgctxt "ANALYSIS_Price"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:728
+#: scaddins/inc/analysis.hrc:728
msgctxt "ANALYSIS_Price"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:729
+#: scaddins/inc/analysis.hrc:729
msgctxt "ANALYSIS_Price"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:734
+#: scaddins/inc/analysis.hrc:734
msgctxt "ANALYSIS_Pricedisc"
msgid "Returns the price per 100 currency units face value of a discounted security"
msgstr "Die prys per die sigwaarde van 100 geldeenhede van 'n diskonto sekuriteit word teruggekeer"
-#: analysis.hrc:735
+#: scaddins/inc/analysis.hrc:735
msgctxt "ANALYSIS_Pricedisc"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:736
+#: scaddins/inc/analysis.hrc:736
msgctxt "ANALYSIS_Pricedisc"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:737
+#: scaddins/inc/analysis.hrc:737
msgctxt "ANALYSIS_Pricedisc"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:738
+#: scaddins/inc/analysis.hrc:738
msgctxt "ANALYSIS_Pricedisc"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:739
+#: scaddins/inc/analysis.hrc:739
msgctxt "ANALYSIS_Pricedisc"
msgid "Discount"
msgstr "Korting"
-#: analysis.hrc:740
+#: scaddins/inc/analysis.hrc:740
msgctxt "ANALYSIS_Pricedisc"
msgid "The discount"
msgstr "Die korting"
-#: analysis.hrc:741
+#: scaddins/inc/analysis.hrc:741
msgctxt "ANALYSIS_Pricedisc"
msgid "Redemption"
msgstr "Aflossing"
-#: analysis.hrc:742
+#: scaddins/inc/analysis.hrc:742
msgctxt "ANALYSIS_Pricedisc"
msgid "The redemption value"
msgstr "Die afloswaarde"
-#: analysis.hrc:743
+#: scaddins/inc/analysis.hrc:743
msgctxt "ANALYSIS_Pricedisc"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:744
+#: scaddins/inc/analysis.hrc:744
msgctxt "ANALYSIS_Pricedisc"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:749
+#: scaddins/inc/analysis.hrc:749
msgctxt "ANALYSIS_Pricemat"
msgid "Returns the price per 100 currency units face value of a security that pays interest at maturity"
msgstr "Die prys per die sigwaarde van 100 geldeenhede van 'n sekuriteit wat rente by uitkeer uitbetaal word teruggekeer"
-#: analysis.hrc:750
+#: scaddins/inc/analysis.hrc:750
msgctxt "ANALYSIS_Pricemat"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:751
+#: scaddins/inc/analysis.hrc:751
msgctxt "ANALYSIS_Pricemat"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:752
+#: scaddins/inc/analysis.hrc:752
msgctxt "ANALYSIS_Pricemat"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:753
+#: scaddins/inc/analysis.hrc:753
msgctxt "ANALYSIS_Pricemat"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:754
+#: scaddins/inc/analysis.hrc:754
msgctxt "ANALYSIS_Pricemat"
msgid "Issue"
msgstr "Uitreiking"
-#: analysis.hrc:755
+#: scaddins/inc/analysis.hrc:755
msgctxt "ANALYSIS_Pricemat"
msgid "The issue date"
msgstr "Die uitreikingsdatum"
-#: analysis.hrc:756
+#: scaddins/inc/analysis.hrc:756
msgctxt "ANALYSIS_Pricemat"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:757
+#: scaddins/inc/analysis.hrc:757
msgctxt "ANALYSIS_Pricemat"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:758
+#: scaddins/inc/analysis.hrc:758
msgctxt "ANALYSIS_Pricemat"
msgid "Yield"
msgstr "Opbrengs"
-#: analysis.hrc:759
+#: scaddins/inc/analysis.hrc:759
msgctxt "ANALYSIS_Pricemat"
msgid "The yield"
msgstr "Die opbrengs"
-#: analysis.hrc:760
+#: scaddins/inc/analysis.hrc:760
msgctxt "ANALYSIS_Pricemat"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:761
+#: scaddins/inc/analysis.hrc:761
msgctxt "ANALYSIS_Pricemat"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:766
+#: scaddins/inc/analysis.hrc:766
msgctxt "ANALYSIS_Mduration"
msgid "Returns the Macaulay modified duration for a security with an assumed par value of 100 currency units"
msgstr "Die Macaulay aangepaste looptyd vir 'n sekuriteit met 'n aangenome pari-waarde van 100 geldeenhede word teruggekeer"
-#: analysis.hrc:767
+#: scaddins/inc/analysis.hrc:767
msgctxt "ANALYSIS_Mduration"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:768
+#: scaddins/inc/analysis.hrc:768
msgctxt "ANALYSIS_Mduration"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:769
+#: scaddins/inc/analysis.hrc:769
msgctxt "ANALYSIS_Mduration"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:770
+#: scaddins/inc/analysis.hrc:770
msgctxt "ANALYSIS_Mduration"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:771
+#: scaddins/inc/analysis.hrc:771
msgctxt "ANALYSIS_Mduration"
msgid "Coupon"
msgstr "Koepon"
-#: analysis.hrc:772
+#: scaddins/inc/analysis.hrc:772
msgctxt "ANALYSIS_Mduration"
msgid "The coupon rate"
msgstr "Die koeponkoers"
-#: analysis.hrc:773
+#: scaddins/inc/analysis.hrc:773
msgctxt "ANALYSIS_Mduration"
msgid "Yield"
msgstr "Opbrengs"
-#: analysis.hrc:774
+#: scaddins/inc/analysis.hrc:774
msgctxt "ANALYSIS_Mduration"
msgid "The yield"
msgstr "Die opbrengs"
-#: analysis.hrc:775
+#: scaddins/inc/analysis.hrc:775
msgctxt "ANALYSIS_Mduration"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:776
+#: scaddins/inc/analysis.hrc:776
msgctxt "ANALYSIS_Mduration"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:777
+#: scaddins/inc/analysis.hrc:777
msgctxt "ANALYSIS_Mduration"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:778
+#: scaddins/inc/analysis.hrc:778
msgctxt "ANALYSIS_Mduration"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:783
+#: scaddins/inc/analysis.hrc:783
msgctxt "ANALYSIS_Nominal"
msgid "Returns the annual nominal interest rate"
msgstr "Die jaarlikse nominale rentekoers word teruggekeer"
-#: analysis.hrc:784
+#: scaddins/inc/analysis.hrc:784
msgctxt "ANALYSIS_Nominal"
msgid "Effective rate"
msgstr "Effektiewe koers"
-#: analysis.hrc:785
+#: scaddins/inc/analysis.hrc:785
msgctxt "ANALYSIS_Nominal"
msgid "The effective interest rate"
msgstr "Die effektiewe rentekoers"
-#: analysis.hrc:786
+#: scaddins/inc/analysis.hrc:786
msgctxt "ANALYSIS_Nominal"
msgid "Npery"
msgstr "Npery"
-#: analysis.hrc:787
+#: scaddins/inc/analysis.hrc:787
msgctxt "ANALYSIS_Nominal"
msgid "The periods"
msgstr "Die tydperke"
-#: analysis.hrc:792
+#: scaddins/inc/analysis.hrc:792
msgctxt "ANALYSIS_Dollarfr"
msgid "Converts a price expressed as a decimal into a price expressed as a fraction"
msgstr "Skakel 'n desimale prys om na 'n fraksionele prys"
-#: analysis.hrc:793
+#: scaddins/inc/analysis.hrc:793
msgctxt "ANALYSIS_Dollarfr"
msgid "Decimal dollar"
msgstr "Desimale dollar"
-#: analysis.hrc:794
+#: scaddins/inc/analysis.hrc:794
msgctxt "ANALYSIS_Dollarfr"
msgid "The decimal number"
msgstr "Die desimale getal"
-#: analysis.hrc:795
+#: scaddins/inc/analysis.hrc:795
msgctxt "ANALYSIS_Dollarfr"
msgid "Fraction"
msgstr "Breuk"
-#: analysis.hrc:796
+#: scaddins/inc/analysis.hrc:796
msgctxt "ANALYSIS_Dollarfr"
msgid "The divisor"
msgstr "Die deler"
-#: analysis.hrc:801
+#: scaddins/inc/analysis.hrc:801
msgctxt "ANALYSIS_Dollarde"
msgid "Converts a price expressed as a fraction into a price expressed as a decimal"
msgstr "Skakel 'n fraksionele prys om na 'n desimale prys"
-#: analysis.hrc:802
+#: scaddins/inc/analysis.hrc:802
msgctxt "ANALYSIS_Dollarde"
msgid "Fractional dollar"
msgstr "Fraksionele dollar"
-#: analysis.hrc:803
+#: scaddins/inc/analysis.hrc:803
msgctxt "ANALYSIS_Dollarde"
msgid "The number as a fraction"
msgstr "Die getal as 'n breuk"
-#: analysis.hrc:804
+#: scaddins/inc/analysis.hrc:804
msgctxt "ANALYSIS_Dollarde"
msgid "Fraction"
msgstr "Breuk"
-#: analysis.hrc:805
+#: scaddins/inc/analysis.hrc:805
msgctxt "ANALYSIS_Dollarde"
msgid "The divisor"
msgstr "Die deler"
-#: analysis.hrc:810
+#: scaddins/inc/analysis.hrc:810
msgctxt "ANALYSIS_Yield"
msgid "Returns the yield on a security that pays periodic interest"
msgstr "Die opbrengs op 'n sekuriteit wat periodies rente uitbetaal, word teruggekeer"
-#: analysis.hrc:811
+#: scaddins/inc/analysis.hrc:811
msgctxt "ANALYSIS_Yield"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:812
+#: scaddins/inc/analysis.hrc:812
msgctxt "ANALYSIS_Yield"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:813
+#: scaddins/inc/analysis.hrc:813
msgctxt "ANALYSIS_Yield"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:814
+#: scaddins/inc/analysis.hrc:814
msgctxt "ANALYSIS_Yield"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:815
+#: scaddins/inc/analysis.hrc:815
msgctxt "ANALYSIS_Yield"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:816
+#: scaddins/inc/analysis.hrc:816
msgctxt "ANALYSIS_Yield"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:817
+#: scaddins/inc/analysis.hrc:817
msgctxt "ANALYSIS_Yield"
msgid "Price"
msgstr "Prys"
-#: analysis.hrc:818
+#: scaddins/inc/analysis.hrc:818
msgctxt "ANALYSIS_Yield"
msgid "The price"
msgstr "Die prys"
-#: analysis.hrc:819
+#: scaddins/inc/analysis.hrc:819
msgctxt "ANALYSIS_Yield"
msgid "Redemption"
msgstr "Aflossing"
-#: analysis.hrc:820
+#: scaddins/inc/analysis.hrc:820
msgctxt "ANALYSIS_Yield"
msgid "The redemption value"
msgstr "Die afloswaarde"
-#: analysis.hrc:821
+#: scaddins/inc/analysis.hrc:821
msgctxt "ANALYSIS_Yield"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:822
+#: scaddins/inc/analysis.hrc:822
msgctxt "ANALYSIS_Yield"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:823
+#: scaddins/inc/analysis.hrc:823
msgctxt "ANALYSIS_Yield"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:824
+#: scaddins/inc/analysis.hrc:824
msgctxt "ANALYSIS_Yield"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:829
+#: scaddins/inc/analysis.hrc:829
msgctxt "ANALYSIS_Yielddisc"
msgid "Returns the annual yield for a discounted security"
msgstr "Die jaarlikse opbrengs vir 'n diskonto-sekuriteit word teruggekeer"
-#: analysis.hrc:830
+#: scaddins/inc/analysis.hrc:830
msgctxt "ANALYSIS_Yielddisc"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:831
+#: scaddins/inc/analysis.hrc:831
msgctxt "ANALYSIS_Yielddisc"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:832
+#: scaddins/inc/analysis.hrc:832
msgctxt "ANALYSIS_Yielddisc"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:833
+#: scaddins/inc/analysis.hrc:833
msgctxt "ANALYSIS_Yielddisc"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:834
+#: scaddins/inc/analysis.hrc:834
msgctxt "ANALYSIS_Yielddisc"
msgid "Price"
msgstr "Prys"
-#: analysis.hrc:835
+#: scaddins/inc/analysis.hrc:835
msgctxt "ANALYSIS_Yielddisc"
msgid "The price"
msgstr "Die prys"
-#: analysis.hrc:836
+#: scaddins/inc/analysis.hrc:836
msgctxt "ANALYSIS_Yielddisc"
msgid "Redemption"
msgstr "Aflossing"
-#: analysis.hrc:837
+#: scaddins/inc/analysis.hrc:837
msgctxt "ANALYSIS_Yielddisc"
msgid "The redemption value"
msgstr "Die afloswaarde"
-#: analysis.hrc:838
+#: scaddins/inc/analysis.hrc:838
msgctxt "ANALYSIS_Yielddisc"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:839
+#: scaddins/inc/analysis.hrc:839
msgctxt "ANALYSIS_Yielddisc"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:844
+#: scaddins/inc/analysis.hrc:844
msgctxt "ANALYSIS_Yieldmat"
msgid "Returns the annual yield of a security that pays interest at maturity"
msgstr "Die jaarlikse opbrengs van 'n sekuriteit wat by uitkeer rente uitbetaal, word teruggekeer"
-#: analysis.hrc:845
+#: scaddins/inc/analysis.hrc:845
msgctxt "ANALYSIS_Yieldmat"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:846
+#: scaddins/inc/analysis.hrc:846
msgctxt "ANALYSIS_Yieldmat"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:847
+#: scaddins/inc/analysis.hrc:847
msgctxt "ANALYSIS_Yieldmat"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:848
+#: scaddins/inc/analysis.hrc:848
msgctxt "ANALYSIS_Yieldmat"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:849
+#: scaddins/inc/analysis.hrc:849
msgctxt "ANALYSIS_Yieldmat"
msgid "Issue"
msgstr "Uitreiking"
-#: analysis.hrc:850
+#: scaddins/inc/analysis.hrc:850
msgctxt "ANALYSIS_Yieldmat"
msgid "The issue date"
msgstr "Die uitreikingsdatum"
-#: analysis.hrc:851
+#: scaddins/inc/analysis.hrc:851
msgctxt "ANALYSIS_Yieldmat"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:852
+#: scaddins/inc/analysis.hrc:852
msgctxt "ANALYSIS_Yieldmat"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:853
+#: scaddins/inc/analysis.hrc:853
msgctxt "ANALYSIS_Yieldmat"
msgid "Price"
msgstr "Prys"
-#: analysis.hrc:854
+#: scaddins/inc/analysis.hrc:854
msgctxt "ANALYSIS_Yieldmat"
msgid "The price"
msgstr "Die prys"
-#: analysis.hrc:855
+#: scaddins/inc/analysis.hrc:855
msgctxt "ANALYSIS_Yieldmat"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:856
+#: scaddins/inc/analysis.hrc:856
msgctxt "ANALYSIS_Yieldmat"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:861
+#: scaddins/inc/analysis.hrc:861
msgctxt "ANALYSIS_Tbilleq"
msgid "Returns the bond-equivalent yield for a treasury bill"
msgstr "Die verband-ekwivalente opbrengs van 'n skatkisbewys word teruggekeer"
-#: analysis.hrc:862
+#: scaddins/inc/analysis.hrc:862
msgctxt "ANALYSIS_Tbilleq"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:863
+#: scaddins/inc/analysis.hrc:863
msgctxt "ANALYSIS_Tbilleq"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:864
+#: scaddins/inc/analysis.hrc:864
msgctxt "ANALYSIS_Tbilleq"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:865
+#: scaddins/inc/analysis.hrc:865
msgctxt "ANALYSIS_Tbilleq"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:866
+#: scaddins/inc/analysis.hrc:866
msgctxt "ANALYSIS_Tbilleq"
msgid "Discount"
msgstr "Korting"
-#: analysis.hrc:867
+#: scaddins/inc/analysis.hrc:867
msgctxt "ANALYSIS_Tbilleq"
msgid "The discount rate"
msgstr "Die afslagkoers"
-#: analysis.hrc:872
+#: scaddins/inc/analysis.hrc:872
msgctxt "ANALYSIS_Tbillprice"
msgid "Returns the price of 100 currency units face value for a treasury bill"
msgstr "Die prys van die sigwaarde van 100 geldeenhede vir 'n skatkisbewys word teruggekeer"
-#: analysis.hrc:873
+#: scaddins/inc/analysis.hrc:873
msgctxt "ANALYSIS_Tbillprice"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:874
+#: scaddins/inc/analysis.hrc:874
msgctxt "ANALYSIS_Tbillprice"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:875
+#: scaddins/inc/analysis.hrc:875
msgctxt "ANALYSIS_Tbillprice"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:876
+#: scaddins/inc/analysis.hrc:876
msgctxt "ANALYSIS_Tbillprice"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:877
+#: scaddins/inc/analysis.hrc:877
msgctxt "ANALYSIS_Tbillprice"
msgid "Discount"
msgstr "Korting"
-#: analysis.hrc:878
+#: scaddins/inc/analysis.hrc:878
msgctxt "ANALYSIS_Tbillprice"
msgid "The discount rate"
msgstr "Die afslagkoers"
-#: analysis.hrc:883
+#: scaddins/inc/analysis.hrc:883
msgctxt "ANALYSIS_Tbillyield"
msgid "Returns the yield for a treasury bill"
msgstr "Die opbrengs op 'n skatkisbewys word teruggekeer"
-#: analysis.hrc:884
+#: scaddins/inc/analysis.hrc:884
msgctxt "ANALYSIS_Tbillyield"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:885
+#: scaddins/inc/analysis.hrc:885
msgctxt "ANALYSIS_Tbillyield"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:886
+#: scaddins/inc/analysis.hrc:886
msgctxt "ANALYSIS_Tbillyield"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:887
+#: scaddins/inc/analysis.hrc:887
msgctxt "ANALYSIS_Tbillyield"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:888
+#: scaddins/inc/analysis.hrc:888
msgctxt "ANALYSIS_Tbillyield"
msgid "Price"
msgstr "Prys"
-#: analysis.hrc:889
+#: scaddins/inc/analysis.hrc:889
msgctxt "ANALYSIS_Tbillyield"
msgid "The price"
msgstr "Die prys"
-#: analysis.hrc:894
+#: scaddins/inc/analysis.hrc:894
msgctxt "ANALYSIS_Oddfprice"
msgid "Returns the price per $100 face value of a security with an odd first period"
msgstr "Die prys per die sigwaarde van $100 van 'n sekuriteit met 'n onewe eerste periode word teruggekeer"
-#: analysis.hrc:895
+#: scaddins/inc/analysis.hrc:895
msgctxt "ANALYSIS_Oddfprice"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:896
+#: scaddins/inc/analysis.hrc:896
msgctxt "ANALYSIS_Oddfprice"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:897
+#: scaddins/inc/analysis.hrc:897
msgctxt "ANALYSIS_Oddfprice"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:898
+#: scaddins/inc/analysis.hrc:898
msgctxt "ANALYSIS_Oddfprice"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:899
+#: scaddins/inc/analysis.hrc:899
msgctxt "ANALYSIS_Oddfprice"
msgid "Issue"
msgstr "Uitreiking"
-#: analysis.hrc:900
+#: scaddins/inc/analysis.hrc:900
msgctxt "ANALYSIS_Oddfprice"
msgid "The issue date"
msgstr "Die uitreikingsdatum"
-#: analysis.hrc:901
+#: scaddins/inc/analysis.hrc:901
msgctxt "ANALYSIS_Oddfprice"
msgid "First coupon"
msgstr "Eerste koepon"
-#: analysis.hrc:902
+#: scaddins/inc/analysis.hrc:902
msgctxt "ANALYSIS_Oddfprice"
msgid "The first coupon date"
msgstr "Die datum van die eerste koepon"
-#: analysis.hrc:903
+#: scaddins/inc/analysis.hrc:903
msgctxt "ANALYSIS_Oddfprice"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:904
+#: scaddins/inc/analysis.hrc:904
msgctxt "ANALYSIS_Oddfprice"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:905
+#: scaddins/inc/analysis.hrc:905
msgctxt "ANALYSIS_Oddfprice"
msgid "Yield"
msgstr "Opbrengs"
-#: analysis.hrc:906
+#: scaddins/inc/analysis.hrc:906
msgctxt "ANALYSIS_Oddfprice"
msgid "The yield"
msgstr "Die opbrengs"
-#: analysis.hrc:907
+#: scaddins/inc/analysis.hrc:907
msgctxt "ANALYSIS_Oddfprice"
msgid "Redemption"
msgstr "Aflossing"
-#: analysis.hrc:908
+#: scaddins/inc/analysis.hrc:908
msgctxt "ANALYSIS_Oddfprice"
msgid "The redemption value"
msgstr "Die afloswaarde"
-#: analysis.hrc:909
+#: scaddins/inc/analysis.hrc:909
msgctxt "ANALYSIS_Oddfprice"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:910
+#: scaddins/inc/analysis.hrc:910
msgctxt "ANALYSIS_Oddfprice"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:911
+#: scaddins/inc/analysis.hrc:911
msgctxt "ANALYSIS_Oddfprice"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:912
+#: scaddins/inc/analysis.hrc:912
msgctxt "ANALYSIS_Oddfprice"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:917
+#: scaddins/inc/analysis.hrc:917
msgctxt "ANALYSIS_Oddfyield"
msgid "Returns the yield of a security with an odd first period"
msgstr "Die opbrengs op 'n sekuriteit met 'n onewe eerste periode word teruggekeer"
-#: analysis.hrc:918
+#: scaddins/inc/analysis.hrc:918
msgctxt "ANALYSIS_Oddfyield"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:919
+#: scaddins/inc/analysis.hrc:919
msgctxt "ANALYSIS_Oddfyield"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:920
+#: scaddins/inc/analysis.hrc:920
msgctxt "ANALYSIS_Oddfyield"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:921
+#: scaddins/inc/analysis.hrc:921
msgctxt "ANALYSIS_Oddfyield"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:922
+#: scaddins/inc/analysis.hrc:922
msgctxt "ANALYSIS_Oddfyield"
msgid "Issue"
msgstr "Uitreiking"
-#: analysis.hrc:923
+#: scaddins/inc/analysis.hrc:923
msgctxt "ANALYSIS_Oddfyield"
msgid "The issue date"
msgstr "Die uitreikingsdatum"
-#: analysis.hrc:924
+#: scaddins/inc/analysis.hrc:924
msgctxt "ANALYSIS_Oddfyield"
msgid "First coupon"
msgstr "Eerste koepon"
-#: analysis.hrc:925
+#: scaddins/inc/analysis.hrc:925
msgctxt "ANALYSIS_Oddfyield"
msgid "The first coupon date"
msgstr "Die datum van die eerste koepon"
-#: analysis.hrc:926
+#: scaddins/inc/analysis.hrc:926
msgctxt "ANALYSIS_Oddfyield"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:927
+#: scaddins/inc/analysis.hrc:927
msgctxt "ANALYSIS_Oddfyield"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:928
+#: scaddins/inc/analysis.hrc:928
msgctxt "ANALYSIS_Oddfyield"
msgid "Price"
msgstr "Prys"
-#: analysis.hrc:929
+#: scaddins/inc/analysis.hrc:929
msgctxt "ANALYSIS_Oddfyield"
msgid "The price"
msgstr "Die prys"
-#: analysis.hrc:930
+#: scaddins/inc/analysis.hrc:930
msgctxt "ANALYSIS_Oddfyield"
msgid "Redemption"
msgstr "Aflossing"
-#: analysis.hrc:931
+#: scaddins/inc/analysis.hrc:931
msgctxt "ANALYSIS_Oddfyield"
msgid "The redemption value"
msgstr "Die afloswaarde"
-#: analysis.hrc:932
+#: scaddins/inc/analysis.hrc:932
msgctxt "ANALYSIS_Oddfyield"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:933
+#: scaddins/inc/analysis.hrc:933
msgctxt "ANALYSIS_Oddfyield"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:934
+#: scaddins/inc/analysis.hrc:934
msgctxt "ANALYSIS_Oddfyield"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:935
+#: scaddins/inc/analysis.hrc:935
msgctxt "ANALYSIS_Oddfyield"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:940
+#: scaddins/inc/analysis.hrc:940
msgctxt "ANALYSIS_Oddlprice"
msgid "Returns the price per $100 face value of a security with an odd last period"
msgstr "Die prys per die sigwaarde van $100 van 'n sekuriteit met 'n onewe laaste periode word teruggekeer"
-#: analysis.hrc:941
+#: scaddins/inc/analysis.hrc:941
msgctxt "ANALYSIS_Oddlprice"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:942
+#: scaddins/inc/analysis.hrc:942
msgctxt "ANALYSIS_Oddlprice"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:943
+#: scaddins/inc/analysis.hrc:943
msgctxt "ANALYSIS_Oddlprice"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:944
+#: scaddins/inc/analysis.hrc:944
msgctxt "ANALYSIS_Oddlprice"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:945
+#: scaddins/inc/analysis.hrc:945
msgctxt "ANALYSIS_Oddlprice"
msgid "Last interest"
msgstr "Laaste rente"
-#: analysis.hrc:946
+#: scaddins/inc/analysis.hrc:946
msgctxt "ANALYSIS_Oddlprice"
msgid "The last interest date"
msgstr "Die laaste rentedatum"
-#: analysis.hrc:947
+#: scaddins/inc/analysis.hrc:947
msgctxt "ANALYSIS_Oddlprice"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:948
+#: scaddins/inc/analysis.hrc:948
msgctxt "ANALYSIS_Oddlprice"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:949
+#: scaddins/inc/analysis.hrc:949
msgctxt "ANALYSIS_Oddlprice"
msgid "Yield"
msgstr "Opbrengs"
-#: analysis.hrc:950
+#: scaddins/inc/analysis.hrc:950
msgctxt "ANALYSIS_Oddlprice"
msgid "The yield"
msgstr "Die opbrengs"
-#: analysis.hrc:951
+#: scaddins/inc/analysis.hrc:951
msgctxt "ANALYSIS_Oddlprice"
msgid "Redemption"
msgstr "Aflossing"
-#: analysis.hrc:952
+#: scaddins/inc/analysis.hrc:952
msgctxt "ANALYSIS_Oddlprice"
msgid "The redemption value"
msgstr "Die afloswaarde"
-#: analysis.hrc:953
+#: scaddins/inc/analysis.hrc:953
msgctxt "ANALYSIS_Oddlprice"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:954
+#: scaddins/inc/analysis.hrc:954
msgctxt "ANALYSIS_Oddlprice"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:955
+#: scaddins/inc/analysis.hrc:955
msgctxt "ANALYSIS_Oddlprice"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:956
+#: scaddins/inc/analysis.hrc:956
msgctxt "ANALYSIS_Oddlprice"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:961
+#: scaddins/inc/analysis.hrc:961
msgctxt "ANALYSIS_Oddlyield"
msgid "Returns the yield of a security with an odd last period"
msgstr "Die opbrengs op 'n sekuriteit met 'n onewe laaste periode word teruggekeer"
-#: analysis.hrc:962
+#: scaddins/inc/analysis.hrc:962
msgctxt "ANALYSIS_Oddlyield"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:963
+#: scaddins/inc/analysis.hrc:963
msgctxt "ANALYSIS_Oddlyield"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:964
+#: scaddins/inc/analysis.hrc:964
msgctxt "ANALYSIS_Oddlyield"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:965
+#: scaddins/inc/analysis.hrc:965
msgctxt "ANALYSIS_Oddlyield"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:966
+#: scaddins/inc/analysis.hrc:966
msgctxt "ANALYSIS_Oddlyield"
msgid "Last interest"
msgstr "Laaste rente"
-#: analysis.hrc:967
+#: scaddins/inc/analysis.hrc:967
msgctxt "ANALYSIS_Oddlyield"
msgid "The last interest date"
msgstr "Die laaste rentedatum"
-#: analysis.hrc:968
+#: scaddins/inc/analysis.hrc:968
msgctxt "ANALYSIS_Oddlyield"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:969
+#: scaddins/inc/analysis.hrc:969
msgctxt "ANALYSIS_Oddlyield"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:970
+#: scaddins/inc/analysis.hrc:970
msgctxt "ANALYSIS_Oddlyield"
msgid "Price"
msgstr "Prys"
-#: analysis.hrc:971
+#: scaddins/inc/analysis.hrc:971
msgctxt "ANALYSIS_Oddlyield"
msgid "The price"
msgstr "Die prys"
-#: analysis.hrc:972
+#: scaddins/inc/analysis.hrc:972
msgctxt "ANALYSIS_Oddlyield"
msgid "Redemption"
msgstr "Aflossing"
-#: analysis.hrc:973
+#: scaddins/inc/analysis.hrc:973
msgctxt "ANALYSIS_Oddlyield"
msgid "The redemption value"
msgstr "Die afloswaarde"
-#: analysis.hrc:974
+#: scaddins/inc/analysis.hrc:974
msgctxt "ANALYSIS_Oddlyield"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:975
+#: scaddins/inc/analysis.hrc:975
msgctxt "ANALYSIS_Oddlyield"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:976
+#: scaddins/inc/analysis.hrc:976
msgctxt "ANALYSIS_Oddlyield"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:977
+#: scaddins/inc/analysis.hrc:977
msgctxt "ANALYSIS_Oddlyield"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:982
+#: scaddins/inc/analysis.hrc:982
msgctxt "ANALYSIS_Xirr"
msgid "Returns the internal rate of return for a non-periodic schedule of payments"
msgstr "Die interne rendementkoers vir 'n nieperiodese betalingskedule word teruggekeer"
-#: analysis.hrc:983
+#: scaddins/inc/analysis.hrc:983
msgctxt "ANALYSIS_Xirr"
msgid "Values"
msgstr "Waardes"
-#: analysis.hrc:984
+#: scaddins/inc/analysis.hrc:984
msgctxt "ANALYSIS_Xirr"
msgid "The values"
msgstr "Die waardes"
-#: analysis.hrc:985
+#: scaddins/inc/analysis.hrc:985
msgctxt "ANALYSIS_Xirr"
msgid "Dates"
msgstr "Datums"
-#: analysis.hrc:986
+#: scaddins/inc/analysis.hrc:986
msgctxt "ANALYSIS_Xirr"
msgid "The dates"
msgstr "Die datums"
-#: analysis.hrc:987
+#: scaddins/inc/analysis.hrc:987
msgctxt "ANALYSIS_Xirr"
msgid "Guess"
msgstr "Raaiskoot"
-#: analysis.hrc:988
+#: scaddins/inc/analysis.hrc:988
msgctxt "ANALYSIS_Xirr"
msgid "The guess"
msgstr "Die raaiskoot"
-#: analysis.hrc:993
+#: scaddins/inc/analysis.hrc:993
msgctxt "ANALYSIS_Xnpv"
msgid "Returns the net present value for a non-periodic schedule of payments"
msgstr "Die netto huidige waarde vir 'n nieperiodiese betalingskedule word teruggekeer"
-#: analysis.hrc:994
+#: scaddins/inc/analysis.hrc:994
msgctxt "ANALYSIS_Xnpv"
msgid "Rate"
msgstr "Koers"
-#: analysis.hrc:995
+#: scaddins/inc/analysis.hrc:995
msgctxt "ANALYSIS_Xnpv"
msgid "The rate"
msgstr "Die koers"
-#: analysis.hrc:996
+#: scaddins/inc/analysis.hrc:996
msgctxt "ANALYSIS_Xnpv"
msgid "Values"
msgstr "Waardes"
-#: analysis.hrc:997
+#: scaddins/inc/analysis.hrc:997
msgctxt "ANALYSIS_Xnpv"
msgid "The values"
msgstr "Die waardes"
-#: analysis.hrc:998
+#: scaddins/inc/analysis.hrc:998
msgctxt "ANALYSIS_Xnpv"
msgid "Dates"
msgstr "Datums"
-#: analysis.hrc:999
+#: scaddins/inc/analysis.hrc:999
msgctxt "ANALYSIS_Xnpv"
msgid "The dates"
msgstr "Die datums"
-#: analysis.hrc:1004
+#: scaddins/inc/analysis.hrc:1004
msgctxt "ANALYSIS_Intrate"
msgid "Returns the interest rate for a fully invested security"
msgstr "Die rentekoers vir 'n volledig geïnvesteerde sekuriteit word teruggekeer"
-#: analysis.hrc:1005
+#: scaddins/inc/analysis.hrc:1005
msgctxt "ANALYSIS_Intrate"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:1006
+#: scaddins/inc/analysis.hrc:1006
msgctxt "ANALYSIS_Intrate"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:1007
+#: scaddins/inc/analysis.hrc:1007
msgctxt "ANALYSIS_Intrate"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:1008
+#: scaddins/inc/analysis.hrc:1008
msgctxt "ANALYSIS_Intrate"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:1009
+#: scaddins/inc/analysis.hrc:1009
msgctxt "ANALYSIS_Intrate"
msgid "Investment"
msgstr "Belegging"
-#: analysis.hrc:1010
+#: scaddins/inc/analysis.hrc:1010
msgctxt "ANALYSIS_Intrate"
msgid "The investment"
msgstr "Die belegging"
-#: analysis.hrc:1011
+#: scaddins/inc/analysis.hrc:1011
msgctxt "ANALYSIS_Intrate"
msgid "Redemption"
msgstr "Aflossing"
-#: analysis.hrc:1012
+#: scaddins/inc/analysis.hrc:1012
msgctxt "ANALYSIS_Intrate"
msgid "The redemption value"
msgstr "Die afloswaarde"
-#: analysis.hrc:1013
+#: scaddins/inc/analysis.hrc:1013
msgctxt "ANALYSIS_Intrate"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:1014
+#: scaddins/inc/analysis.hrc:1014
msgctxt "ANALYSIS_Intrate"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:1019
+#: scaddins/inc/analysis.hrc:1019
msgctxt "ANALYSIS_Coupncd"
msgid "Returns the first coupon date after the settlement date"
msgstr "Die eerste koepondatum na die aflosdatum word teruggekeer"
-#: analysis.hrc:1020
+#: scaddins/inc/analysis.hrc:1020
msgctxt "ANALYSIS_Coupncd"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:1021
+#: scaddins/inc/analysis.hrc:1021
msgctxt "ANALYSIS_Coupncd"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:1022
+#: scaddins/inc/analysis.hrc:1022
msgctxt "ANALYSIS_Coupncd"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:1023
+#: scaddins/inc/analysis.hrc:1023
msgctxt "ANALYSIS_Coupncd"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:1024
+#: scaddins/inc/analysis.hrc:1024
msgctxt "ANALYSIS_Coupncd"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:1025
+#: scaddins/inc/analysis.hrc:1025
msgctxt "ANALYSIS_Coupncd"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:1026
+#: scaddins/inc/analysis.hrc:1026
msgctxt "ANALYSIS_Coupncd"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:1027
+#: scaddins/inc/analysis.hrc:1027
msgctxt "ANALYSIS_Coupncd"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:1032
+#: scaddins/inc/analysis.hrc:1032
msgctxt "ANALYSIS_Coupdays"
msgid "Returns the number of days in the coupon period containing the settlement date"
msgstr "Die getal dae in die koeponperiode wat die aflosdatum omvat , word teruggekeer"
-#: analysis.hrc:1033
+#: scaddins/inc/analysis.hrc:1033
msgctxt "ANALYSIS_Coupdays"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:1034
+#: scaddins/inc/analysis.hrc:1034
msgctxt "ANALYSIS_Coupdays"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:1035
+#: scaddins/inc/analysis.hrc:1035
msgctxt "ANALYSIS_Coupdays"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:1036
+#: scaddins/inc/analysis.hrc:1036
msgctxt "ANALYSIS_Coupdays"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:1037
+#: scaddins/inc/analysis.hrc:1037
msgctxt "ANALYSIS_Coupdays"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:1038
+#: scaddins/inc/analysis.hrc:1038
msgctxt "ANALYSIS_Coupdays"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:1039
+#: scaddins/inc/analysis.hrc:1039
msgctxt "ANALYSIS_Coupdays"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:1040
+#: scaddins/inc/analysis.hrc:1040
msgctxt "ANALYSIS_Coupdays"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:1045
+#: scaddins/inc/analysis.hrc:1045
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Returns the number of days from the settlement date to the next coupon date"
msgstr "Die getal dae vanaf die aflosdatum tot die volgende koepondatum word teruggekeer"
-#: analysis.hrc:1046
+#: scaddins/inc/analysis.hrc:1046
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:1047
+#: scaddins/inc/analysis.hrc:1047
msgctxt "ANALYSIS_Coupdaysnc"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:1048
+#: scaddins/inc/analysis.hrc:1048
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:1049
+#: scaddins/inc/analysis.hrc:1049
msgctxt "ANALYSIS_Coupdaysnc"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:1050
+#: scaddins/inc/analysis.hrc:1050
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:1051
+#: scaddins/inc/analysis.hrc:1051
msgctxt "ANALYSIS_Coupdaysnc"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:1052
+#: scaddins/inc/analysis.hrc:1052
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:1053
+#: scaddins/inc/analysis.hrc:1053
msgctxt "ANALYSIS_Coupdaysnc"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:1058
+#: scaddins/inc/analysis.hrc:1058
msgctxt "ANALYSIS_Coupdaybs"
msgid "Returns the number of days from the beginning of the coupon period to the settlement date"
msgstr "Die getal dae van die begin van die koeponperiode tot by die aflosdatum word teruggekeer"
-#: analysis.hrc:1059
+#: scaddins/inc/analysis.hrc:1059
msgctxt "ANALYSIS_Coupdaybs"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:1060
+#: scaddins/inc/analysis.hrc:1060
msgctxt "ANALYSIS_Coupdaybs"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:1061
+#: scaddins/inc/analysis.hrc:1061
msgctxt "ANALYSIS_Coupdaybs"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:1062
+#: scaddins/inc/analysis.hrc:1062
msgctxt "ANALYSIS_Coupdaybs"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:1063
+#: scaddins/inc/analysis.hrc:1063
msgctxt "ANALYSIS_Coupdaybs"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:1064
+#: scaddins/inc/analysis.hrc:1064
msgctxt "ANALYSIS_Coupdaybs"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:1065
+#: scaddins/inc/analysis.hrc:1065
msgctxt "ANALYSIS_Coupdaybs"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:1066
+#: scaddins/inc/analysis.hrc:1066
msgctxt "ANALYSIS_Coupdaybs"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:1071
+#: scaddins/inc/analysis.hrc:1071
msgctxt "ANALYSIS_Couppcd"
msgid "Returns the last coupon date preceding the settlement date"
msgstr "Die laaste koepondatum voorafgaande aan die aflosdatum word teruggekeer"
-#: analysis.hrc:1072
+#: scaddins/inc/analysis.hrc:1072
msgctxt "ANALYSIS_Couppcd"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:1073
+#: scaddins/inc/analysis.hrc:1073
msgctxt "ANALYSIS_Couppcd"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:1074
+#: scaddins/inc/analysis.hrc:1074
msgctxt "ANALYSIS_Couppcd"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:1075
+#: scaddins/inc/analysis.hrc:1075
msgctxt "ANALYSIS_Couppcd"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:1076
+#: scaddins/inc/analysis.hrc:1076
msgctxt "ANALYSIS_Couppcd"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:1077
+#: scaddins/inc/analysis.hrc:1077
msgctxt "ANALYSIS_Couppcd"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:1078
+#: scaddins/inc/analysis.hrc:1078
msgctxt "ANALYSIS_Couppcd"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:1079
+#: scaddins/inc/analysis.hrc:1079
msgctxt "ANALYSIS_Couppcd"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:1084
+#: scaddins/inc/analysis.hrc:1084
msgctxt "ANALYSIS_Coupnum"
msgid "Returns the number of coupons payable between the settlement and maturity dates"
msgstr "Die getal koepons wat tussen die aflosdatum en die uitkeerdatum betaalbaar is, word teruggekeer"
-#: analysis.hrc:1085
+#: scaddins/inc/analysis.hrc:1085
msgctxt "ANALYSIS_Coupnum"
msgid "Settlement"
msgstr "Vereffening"
-#: analysis.hrc:1086
+#: scaddins/inc/analysis.hrc:1086
msgctxt "ANALYSIS_Coupnum"
msgid "The settlement"
msgstr "Die vereffening"
-#: analysis.hrc:1087
+#: scaddins/inc/analysis.hrc:1087
msgctxt "ANALYSIS_Coupnum"
msgid "Maturity"
msgstr "Vervaldatum"
-#: analysis.hrc:1088
+#: scaddins/inc/analysis.hrc:1088
msgctxt "ANALYSIS_Coupnum"
msgid "The maturity"
msgstr "Die vervaldatum"
-#: analysis.hrc:1089
+#: scaddins/inc/analysis.hrc:1089
msgctxt "ANALYSIS_Coupnum"
msgid "Frequency"
msgstr "Frekwensie"
-#: analysis.hrc:1090
+#: scaddins/inc/analysis.hrc:1090
msgctxt "ANALYSIS_Coupnum"
msgid "The frequency"
msgstr "Die frekwensie"
-#: analysis.hrc:1091
+#: scaddins/inc/analysis.hrc:1091
msgctxt "ANALYSIS_Coupnum"
msgid "Basis"
msgstr "Basis"
-#: analysis.hrc:1092
+#: scaddins/inc/analysis.hrc:1092
msgctxt "ANALYSIS_Coupnum"
msgid "The basis"
msgstr "Die basis"
-#: analysis.hrc:1097
+#: scaddins/inc/analysis.hrc:1097
msgctxt "ANALYSIS_Fvschedule"
msgid "Returns the future value of the initial principal after a series of compound interest rates are applied"
msgstr "Die toekomstige waarde van die aanvanklike hoofsom na toepassing van 'n reeks saamgestelde rentekoerse word teruggekeer"
-#: analysis.hrc:1098
+#: scaddins/inc/analysis.hrc:1098
msgctxt "ANALYSIS_Fvschedule"
msgid "Principal"
msgstr "Hoofsom"
-#: analysis.hrc:1099
+#: scaddins/inc/analysis.hrc:1099
msgctxt "ANALYSIS_Fvschedule"
msgid "The principal"
msgstr "Die hoofsom"
-#: analysis.hrc:1100
+#: scaddins/inc/analysis.hrc:1100
msgctxt "ANALYSIS_Fvschedule"
msgid "Schedule"
msgstr "Skedule"
-#: analysis.hrc:1101
+#: scaddins/inc/analysis.hrc:1101
msgctxt "ANALYSIS_Fvschedule"
msgid "The schedule"
msgstr "Die skedule"
-#: datefunc.hrc:27
+#: scaddins/inc/datefunc.hrc:27
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Calculates the number of weeks in a specific period"
msgstr "Bereken die getal weke in 'n spesifieke periode"
-#: datefunc.hrc:28
+#: scaddins/inc/datefunc.hrc:28
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Start date"
msgstr "Begindatum"
-#: datefunc.hrc:29
+#: scaddins/inc/datefunc.hrc:29
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "First day of the period"
msgstr "Eerste dag van die tydperk"
-#: datefunc.hrc:30
+#: scaddins/inc/datefunc.hrc:30
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "End date"
msgstr "Einddatum"
-#: datefunc.hrc:31
+#: scaddins/inc/datefunc.hrc:31
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Last day of the period"
msgstr "Laaste dag van die tydperk"
-#: datefunc.hrc:32
+#: scaddins/inc/datefunc.hrc:32
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Type"
msgstr "Soort"
-#: datefunc.hrc:33
+#: scaddins/inc/datefunc.hrc:33
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Type of calculation: Type=0 means the time interval, Type=1 means calendar weeks."
msgstr "Tipe berekening: Tipe=0 beteken die tydsinterval, Tipe=1 beteken kalenderweke."
-#: datefunc.hrc:38
+#: scaddins/inc/datefunc.hrc:38
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Determines the number of months in a specific period."
msgstr "Bepaal die getal maande in 'n spesifieke periode."
-#: datefunc.hrc:39
+#: scaddins/inc/datefunc.hrc:39
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Start date"
msgstr "Begindatum"
-#: datefunc.hrc:40
+#: scaddins/inc/datefunc.hrc:40
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "First day of the period."
msgstr "Eerste dag van die periode."
-#: datefunc.hrc:41
+#: scaddins/inc/datefunc.hrc:41
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "End date"
msgstr "Einddatum"
-#: datefunc.hrc:42
+#: scaddins/inc/datefunc.hrc:42
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Last day of the period."
msgstr "Laaste dag van die periode."
-#: datefunc.hrc:43
+#: scaddins/inc/datefunc.hrc:43
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Type"
msgstr "Soort"
-#: datefunc.hrc:44
+#: scaddins/inc/datefunc.hrc:44
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Type of calculation: Type=0 means the time interval, Type=1 means calendar months."
msgstr "Tipe berekening: Tipe=0 beteken die tydsinterval, Tipe=1 beteken kalendermaande."
-#: datefunc.hrc:49
+#: scaddins/inc/datefunc.hrc:49
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Calculates the number of years in a specific period."
msgstr "Bereken die getal jaar in 'n spesifieke periode."
-#: datefunc.hrc:50
+#: scaddins/inc/datefunc.hrc:50
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Start date"
msgstr "Begindatum"
-#: datefunc.hrc:51
+#: scaddins/inc/datefunc.hrc:51
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "First day of the period"
msgstr "Eerste dag van die tydperk"
-#: datefunc.hrc:52
+#: scaddins/inc/datefunc.hrc:52
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "End date"
msgstr "Einddatum"
-#: datefunc.hrc:53
+#: scaddins/inc/datefunc.hrc:53
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Last day of the period"
msgstr "Laaste dag van die tydperk"
-#: datefunc.hrc:54
+#: scaddins/inc/datefunc.hrc:54
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Type"
msgstr "Soort"
-#: datefunc.hrc:55
+#: scaddins/inc/datefunc.hrc:55
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Type of calculation: Type=0 means the time interval, Type=1 means calendar years."
msgstr "Soort berekening: Soort=0 beteken die tydsinterval, Soort=1 beteken kalenderjare."
-#: datefunc.hrc:60
+#: scaddins/inc/datefunc.hrc:60
msgctxt "DATE_FUNCDESC_IsLeapYear"
msgid "Returns 1 (TRUE) if the date is a day of a leap year, otherwise 0 (FALSE)."
msgstr "Die getal 1 (WAAR) word teruggekeer as die datum 'n dag in 'n skrikkeljaar is, andersins word 0 (ONWAAR) teruggekeer."
-#: datefunc.hrc:61
+#: scaddins/inc/datefunc.hrc:61
msgctxt "DATE_FUNCDESC_IsLeapYear"
msgid "Date"
msgstr "Datum"
-#: datefunc.hrc:62
+#: scaddins/inc/datefunc.hrc:62
msgctxt "DATE_FUNCDESC_IsLeapYear"
msgid "Any day in the desired year"
msgstr "Enige dag van die verlangde jaar"
-#: datefunc.hrc:67
+#: scaddins/inc/datefunc.hrc:67
msgctxt "DATE_FUNCDESC_DaysInMonth"
msgid "Returns the number of days of the month in which the date entered occurs"
msgstr "Die getal dae van die maand waarin die ingevoerde datum voorkom, word teruggekeer"
-#: datefunc.hrc:68
+#: scaddins/inc/datefunc.hrc:68
msgctxt "DATE_FUNCDESC_DaysInMonth"
msgid "Date"
msgstr "Datum"
-#: datefunc.hrc:69
+#: scaddins/inc/datefunc.hrc:69
msgctxt "DATE_FUNCDESC_DaysInMonth"
msgid "Any day in the desired month"
msgstr "Enige dag in die gewenste maand"
-#: datefunc.hrc:74
+#: scaddins/inc/datefunc.hrc:74
msgctxt "DATE_FUNCDESC_DaysInYear"
msgid "Returns the number of days of the year in which the date entered occurs."
msgstr "Die getal dae van die jaar waarin die ingevoerde datum voorkom, word teruggekeer."
-#: datefunc.hrc:75
+#: scaddins/inc/datefunc.hrc:75
msgctxt "DATE_FUNCDESC_DaysInYear"
msgid "Date"
msgstr "Datum"
-#: datefunc.hrc:76
+#: scaddins/inc/datefunc.hrc:76
msgctxt "DATE_FUNCDESC_DaysInYear"
msgid "Any day in the desired year"
msgstr "Enige dag van die verlangde jaar"
-#: datefunc.hrc:81
+#: scaddins/inc/datefunc.hrc:81
msgctxt "DATE_FUNCDESC_WeeksInYear"
msgid "Returns the number of weeks of the year in which the date entered occurs"
msgstr "Die getal weke van die jaar waarin die ingevoerde datum voorkom, word teruggekeer"
-#: datefunc.hrc:82
+#: scaddins/inc/datefunc.hrc:82
msgctxt "DATE_FUNCDESC_WeeksInYear"
msgid "Date"
msgstr "Datum"
-#: datefunc.hrc:83
+#: scaddins/inc/datefunc.hrc:83
msgctxt "DATE_FUNCDESC_WeeksInYear"
msgid "Any day in the desired year"
msgstr "Enige dag van die verlangde jaar"
-#: datefunc.hrc:88
+#: scaddins/inc/datefunc.hrc:88
msgctxt "DATE_FUNCDESC_Rot13"
msgid "Encrypts or decrypts a text using the ROT13 algorithm"
msgstr "Enkripteer of dekripteer 'n teks met die ROT13-algoritme"
-#: datefunc.hrc:89
+#: scaddins/inc/datefunc.hrc:89
msgctxt "DATE_FUNCDESC_Rot13"
msgid "Text"
msgstr "Teks"
-#: datefunc.hrc:90
+#: scaddins/inc/datefunc.hrc:90
msgctxt "DATE_FUNCDESC_Rot13"
msgid "Text to be encrypted or text already encrypted"
msgstr "Teks wat geënkripteer moet word of wat reeds geënkripteer is"
-#: pricing.hrc:28
+#: scaddins/inc/pricing.hrc:28
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Pricing of a barrier option"
msgstr ""
-#: pricing.hrc:29
+#: scaddins/inc/pricing.hrc:29
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "spot"
msgstr ""
-#: pricing.hrc:30
+#: scaddins/inc/pricing.hrc:30
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Price/value of the underlying asset"
msgstr ""
-#: pricing.hrc:31
+#: scaddins/inc/pricing.hrc:31
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "vol"
msgstr ""
-#: pricing.hrc:32
+#: scaddins/inc/pricing.hrc:32
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Annual volatility of the underlying asset"
msgstr ""
-#: pricing.hrc:33
+#: scaddins/inc/pricing.hrc:33
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "r"
msgstr ""
-#: pricing.hrc:34
+#: scaddins/inc/pricing.hrc:34
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Interest rate (continuously compounded)"
msgstr ""
-#: pricing.hrc:35
+#: scaddins/inc/pricing.hrc:35
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "rf"
msgstr ""
-#: pricing.hrc:36
+#: scaddins/inc/pricing.hrc:36
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Foreign interest rate (continuously compounded)"
msgstr ""
-#: pricing.hrc:37
+#: scaddins/inc/pricing.hrc:37
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "T"
msgstr ""
-#: pricing.hrc:38
+#: scaddins/inc/pricing.hrc:38
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Time to maturity of the option in years"
msgstr ""
-#: pricing.hrc:39
+#: scaddins/inc/pricing.hrc:39
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "strike"
msgstr ""
-#: pricing.hrc:40
+#: scaddins/inc/pricing.hrc:40
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Strike level of the option"
msgstr ""
-#: pricing.hrc:41
+#: scaddins/inc/pricing.hrc:41
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "barrier_low"
msgstr ""
-#: pricing.hrc:42
+#: scaddins/inc/pricing.hrc:42
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Lower barrier (set to 0 for no lower barrier)"
msgstr ""
-#: pricing.hrc:43
+#: scaddins/inc/pricing.hrc:43
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "barrier_up"
msgstr ""
-#: pricing.hrc:44
+#: scaddins/inc/pricing.hrc:44
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Upper barrier (set to 0 for no upper barrier)"
msgstr ""
-#: pricing.hrc:45
+#: scaddins/inc/pricing.hrc:45
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "rebate"
msgstr ""
-#: pricing.hrc:46
+#: scaddins/inc/pricing.hrc:46
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Amount of money paid at maturity if barrier was hit"
msgstr ""
-#: pricing.hrc:47
+#: scaddins/inc/pricing.hrc:47
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "put/call"
msgstr ""
-#: pricing.hrc:48
+#: scaddins/inc/pricing.hrc:48
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "String to define if the option is a (p)ut or a (c)all"
msgstr ""
-#: pricing.hrc:49
+#: scaddins/inc/pricing.hrc:49
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "knock in/out"
msgstr ""
-#: pricing.hrc:50
+#: scaddins/inc/pricing.hrc:50
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "String to define if the option is of type knock-(i)n or knock-(o)ut"
msgstr ""
-#: pricing.hrc:51
+#: scaddins/inc/pricing.hrc:51
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "barrier_type"
msgstr ""
-#: pricing.hrc:52
+#: scaddins/inc/pricing.hrc:52
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "String to define whether the barrier is observed (c)ontinuously or only at the (e)nd/maturity"
msgstr ""
-#: pricing.hrc:53
+#: scaddins/inc/pricing.hrc:53
#, fuzzy
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "greek"
msgstr "Grieks"
-#: pricing.hrc:54
+#: scaddins/inc/pricing.hrc:54
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Optional parameter, if left out then the function simply returns the option price; if set, the function returns price sensitivities (Greeks) to one of the input parameters; possible values are (d)elta, (g)amma, (t)heta, v(e)ga, v(o)lga, v(a)nna, (r)ho, rho(f)"
msgstr ""
-#: pricing.hrc:59
+#: scaddins/inc/pricing.hrc:59
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Pricing of a touch/no-touch option"
msgstr ""
-#: pricing.hrc:60
+#: scaddins/inc/pricing.hrc:60
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "spot"
msgstr ""
-#: pricing.hrc:61
+#: scaddins/inc/pricing.hrc:61
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Price/value of the underlying asset"
msgstr ""
-#: pricing.hrc:62
+#: scaddins/inc/pricing.hrc:62
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "vol"
msgstr ""
-#: pricing.hrc:63
+#: scaddins/inc/pricing.hrc:63
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Annual volatility of the underlying asset"
msgstr ""
-#: pricing.hrc:64
+#: scaddins/inc/pricing.hrc:64
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "r"
msgstr ""
-#: pricing.hrc:65
+#: scaddins/inc/pricing.hrc:65
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Interest rate (continuously compounded)"
msgstr ""
-#: pricing.hrc:66
+#: scaddins/inc/pricing.hrc:66
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "rf"
msgstr ""
-#: pricing.hrc:67
+#: scaddins/inc/pricing.hrc:67
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Foreign interest rate (continuously compounded)"
msgstr ""
-#: pricing.hrc:68
+#: scaddins/inc/pricing.hrc:68
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "T"
msgstr ""
-#: pricing.hrc:69
+#: scaddins/inc/pricing.hrc:69
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Time to maturity of the option in years"
msgstr ""
-#: pricing.hrc:70
+#: scaddins/inc/pricing.hrc:70
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "barrier_low"
msgstr ""
-#: pricing.hrc:71
+#: scaddins/inc/pricing.hrc:71
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Lower barrier (set to 0 for no lower barrier)"
msgstr ""
-#: pricing.hrc:72
+#: scaddins/inc/pricing.hrc:72
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "barrier_up"
msgstr ""
-#: pricing.hrc:73
+#: scaddins/inc/pricing.hrc:73
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Upper barrier (set to 0 for no upper barrier)"
msgstr ""
-#: pricing.hrc:74
+#: scaddins/inc/pricing.hrc:74
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "foreign/domestic"
msgstr ""
-#: pricing.hrc:75
+#: scaddins/inc/pricing.hrc:75
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "String to define if the option pays one unit of (d)omestic currency (cash or nothing) or (f)oreign currency (asset or nothing)"
msgstr ""
-#: pricing.hrc:76
+#: scaddins/inc/pricing.hrc:76
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "knock in/out"
msgstr ""
-#: pricing.hrc:77
+#: scaddins/inc/pricing.hrc:77
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "String to define if the option is of type knock-(i)n (touch) or knock-(o)ut (no-touch)"
msgstr ""
-#: pricing.hrc:78
+#: scaddins/inc/pricing.hrc:78
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "barrier_type"
msgstr ""
-#: pricing.hrc:79
+#: scaddins/inc/pricing.hrc:79
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "String to define whether the barrier is observed (c)ontinuously or only at the (e)nd/maturity"
msgstr ""
-#: pricing.hrc:80
+#: scaddins/inc/pricing.hrc:80
#, fuzzy
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "greek"
msgstr "Grieks"
-#: pricing.hrc:81
+#: scaddins/inc/pricing.hrc:81
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Optional parameter, if left out then the function simply returns the option price; if set, the function returns price sensitivities (Greeks) to one of the input parameters; possible values are (d)elta, (g)amma, (t)heta, v(e)ga, v(o)lga, v(a)nna, (r)ho, rho(f)"
msgstr ""
-#: pricing.hrc:86
+#: scaddins/inc/pricing.hrc:86
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Probability that an asset hits a barrier assuming it follows dS/S = mu dt + vol dW"
msgstr ""
-#: pricing.hrc:87
+#: scaddins/inc/pricing.hrc:87
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "spot"
msgstr ""
-#: pricing.hrc:88
+#: scaddins/inc/pricing.hrc:88
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Price/value S of the underlying asset"
msgstr ""
-#: pricing.hrc:89
+#: scaddins/inc/pricing.hrc:89
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "vol"
msgstr ""
-#: pricing.hrc:90
+#: scaddins/inc/pricing.hrc:90
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Annual volatility of the underlying asset"
msgstr ""
-#: pricing.hrc:91
+#: scaddins/inc/pricing.hrc:91
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "drift"
msgstr ""
-#: pricing.hrc:92
+#: scaddins/inc/pricing.hrc:92
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Parameter mu in dS/S = mu dt + vol dW"
msgstr ""
-#: pricing.hrc:93
+#: scaddins/inc/pricing.hrc:93
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "T"
msgstr ""
-#: pricing.hrc:94
+#: scaddins/inc/pricing.hrc:94
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Time to maturity"
msgstr ""
-#: pricing.hrc:95
+#: scaddins/inc/pricing.hrc:95
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "barrier_low"
msgstr ""
-#: pricing.hrc:96
+#: scaddins/inc/pricing.hrc:96
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Lower barrier (set to 0 for no lower barrier)"
msgstr ""
-#: pricing.hrc:97
+#: scaddins/inc/pricing.hrc:97
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "barrier_up"
msgstr ""
-#: pricing.hrc:98
+#: scaddins/inc/pricing.hrc:98
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Upper barrier (set to 0 for no upper barrier)"
msgstr ""
-#: pricing.hrc:103
+#: scaddins/inc/pricing.hrc:103
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Probability that an asset will at maturity end up between two barrier levels, assuming it follows dS/S = mu dt + vol dW (if the last two optional parameters (strike, put/call) are specified, the probability of S_T in [strike, upper barrier] for a call and S_T in [lower barrier, strike] for a put will be returned)"
msgstr ""
-#: pricing.hrc:104
+#: scaddins/inc/pricing.hrc:104
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "spot"
msgstr ""
-#: pricing.hrc:105
+#: scaddins/inc/pricing.hrc:105
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Price/value of the asset"
msgstr ""
-#: pricing.hrc:106
+#: scaddins/inc/pricing.hrc:106
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "vol"
msgstr ""
-#: pricing.hrc:107
+#: scaddins/inc/pricing.hrc:107
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Annual volatility of the asset"
msgstr ""
-#: pricing.hrc:108
+#: scaddins/inc/pricing.hrc:108
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "drift"
msgstr ""
-#: pricing.hrc:109
+#: scaddins/inc/pricing.hrc:109
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Parameter mu from dS/S = mu dt + vol dW"
msgstr ""
-#: pricing.hrc:110
+#: scaddins/inc/pricing.hrc:110
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "T"
msgstr ""
-#: pricing.hrc:111
+#: scaddins/inc/pricing.hrc:111
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Time to maturity in years"
msgstr ""
-#: pricing.hrc:112
+#: scaddins/inc/pricing.hrc:112
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "barrier_low"
msgstr ""
-#: pricing.hrc:113
+#: scaddins/inc/pricing.hrc:113
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Lower barrier (set to 0 for no lower barrier)"
msgstr ""
-#: pricing.hrc:114
+#: scaddins/inc/pricing.hrc:114
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "barrier_up"
msgstr ""
-#: pricing.hrc:115
+#: scaddins/inc/pricing.hrc:115
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Upper barrier (set to 0 for no upper barrier)"
msgstr ""
-#: pricing.hrc:116
+#: scaddins/inc/pricing.hrc:116
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "put/call"
msgstr ""
-#: pricing.hrc:117
+#: scaddins/inc/pricing.hrc:117
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Optional (p)ut/(c)all indicator"
msgstr ""
-#: pricing.hrc:118
+#: scaddins/inc/pricing.hrc:118
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "strike"
msgstr ""
-#: pricing.hrc:119
+#: scaddins/inc/pricing.hrc:119
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Optional strike level"
msgstr ""
#. function names as accessible from cells
-#: strings.hrc:26
+#: scaddins/inc/strings.hrc:26
msgctxt "PRICING_FUNCNAME_OptBarrier"
msgid "OPT_BARRIER"
msgstr ""
-#: strings.hrc:27
+#: scaddins/inc/strings.hrc:27
msgctxt "PRICING_FUNCNAME_OptTouch"
msgid "OPT_TOUCH"
msgstr ""
-#: strings.hrc:28
+#: scaddins/inc/strings.hrc:28
msgctxt "PRICING_FUNCNAME_OptProbHit"
msgid "OPT_PROB_HIT"
msgstr ""
-#: strings.hrc:29
+#: scaddins/inc/strings.hrc:29
msgctxt "PRICING_FUNCNAME_OptProbInMoney"
msgid "OPT_PROB_INMONEY"
msgstr ""
-#: strings.hrc:31
+#: scaddins/inc/strings.hrc:31
#, fuzzy
msgctxt "DATE_FUNCNAME_DiffWeeks"
msgid "WEEKS"
msgstr "WEEKS"
-#: strings.hrc:32
+#: scaddins/inc/strings.hrc:32
#, fuzzy
msgctxt "DATE_FUNCNAME_DiffMonths"
msgid "MONTHS"
msgstr "MONTHS"
-#: strings.hrc:33
+#: scaddins/inc/strings.hrc:33
#, fuzzy
msgctxt "DATE_FUNCNAME_DiffYears"
msgid "YEARS"
msgstr "YEARS"
-#: strings.hrc:34
+#: scaddins/inc/strings.hrc:34
#, fuzzy
msgctxt "DATE_FUNCNAME_IsLeapYear"
msgid "ISLEAPYEAR"
msgstr "ISLEAPYEAR"
-#: strings.hrc:35
+#: scaddins/inc/strings.hrc:35
#, fuzzy
msgctxt "DATE_FUNCNAME_DaysInMonth"
msgid "DAYSINMONTH"
msgstr "DAYSINMONTH"
-#: strings.hrc:36
+#: scaddins/inc/strings.hrc:36
#, fuzzy
msgctxt "DATE_FUNCNAME_DaysInYear"
msgid "DAYSINYEAR"
msgstr "DAYSINYEAR"
-#: strings.hrc:37
+#: scaddins/inc/strings.hrc:37
#, fuzzy
msgctxt "DATE_FUNCNAME_WeeksInYear"
msgid "WEEKSINYEAR"
msgstr "WEEKSINYEAR"
-#: strings.hrc:38
+#: scaddins/inc/strings.hrc:38
#, fuzzy
msgctxt "DATE_FUNCNAME_Rot13"
msgid "ROT13"
msgstr "ROT13"
-#: strings.hrc:40
+#: scaddins/inc/strings.hrc:40
msgctxt "ANALYSIS_FUNCNAME_Workday"
msgid "WORKDAY"
msgstr "WORKDAY"
-#: strings.hrc:41
+#: scaddins/inc/strings.hrc:41
msgctxt "ANALYSIS_FUNCNAME_Yearfrac"
msgid "YEARFRAC"
msgstr "YEARFRAC"
-#: strings.hrc:42
+#: scaddins/inc/strings.hrc:42
msgctxt "ANALYSIS_FUNCNAME_Edate"
msgid "EDATE"
msgstr "EDATE"
-#: strings.hrc:43
+#: scaddins/inc/strings.hrc:43
msgctxt "ANALYSIS_FUNCNAME_Weeknum"
msgid "WEEKNUM"
msgstr "WEEKNUM"
-#: strings.hrc:44
+#: scaddins/inc/strings.hrc:44
msgctxt "ANALYSIS_FUNCNAME_Eomonth"
msgid "EOMONTH"
msgstr "EOMONTH"
-#: strings.hrc:45
+#: scaddins/inc/strings.hrc:45
msgctxt "ANALYSIS_FUNCNAME_Networkdays"
msgid "NETWORKDAYS"
msgstr "NETWORKDAYS"
-#: strings.hrc:46
+#: scaddins/inc/strings.hrc:46
msgctxt "ANALYSIS_FUNCNAME_Amordegrc"
msgid "AMORDEGRC"
msgstr "AMORDEGRC"
-#: strings.hrc:47
+#: scaddins/inc/strings.hrc:47
msgctxt "ANALYSIS_FUNCNAME_Amorlinc"
msgid "AMORLINC"
msgstr "AMORLINC"
-#: strings.hrc:48
+#: scaddins/inc/strings.hrc:48
msgctxt "ANALYSIS_FUNCNAME_Accrint"
msgid "ACCRINT"
msgstr "ACCRINT"
-#: strings.hrc:49
+#: scaddins/inc/strings.hrc:49
msgctxt "ANALYSIS_FUNCNAME_Accrintm"
msgid "ACCRINTM"
msgstr "ACCRINTM"
-#: strings.hrc:50
+#: scaddins/inc/strings.hrc:50
msgctxt "ANALYSIS_FUNCNAME_Received"
msgid "RECEIVED"
msgstr "RECEIVED"
-#: strings.hrc:51
+#: scaddins/inc/strings.hrc:51
msgctxt "ANALYSIS_FUNCNAME_Disc"
msgid "DISC"
msgstr "DISC"
-#: strings.hrc:52
+#: scaddins/inc/strings.hrc:52
msgctxt "ANALYSIS_FUNCNAME_Duration"
msgid "DURATION"
msgstr "DURATION"
-#: strings.hrc:53
+#: scaddins/inc/strings.hrc:53
msgctxt "ANALYSIS_FUNCNAME_Effect"
msgid "EFFECT"
msgstr "EFFECT"
-#: strings.hrc:54
+#: scaddins/inc/strings.hrc:54
msgctxt "ANALYSIS_FUNCNAME_Cumprinc"
msgid "CUMPRINC"
msgstr "CUMPRINC"
-#: strings.hrc:55
+#: scaddins/inc/strings.hrc:55
msgctxt "ANALYSIS_FUNCNAME_Cumipmt"
msgid "CUMIPMT"
msgstr "CUMIPMT"
-#: strings.hrc:56
+#: scaddins/inc/strings.hrc:56
msgctxt "ANALYSIS_FUNCNAME_Price"
msgid "PRICE"
msgstr "PRICE"
-#: strings.hrc:57
+#: scaddins/inc/strings.hrc:57
msgctxt "ANALYSIS_FUNCNAME_Pricedisc"
msgid "PRICEDISC"
msgstr "PRICEDISC"
-#: strings.hrc:58
+#: scaddins/inc/strings.hrc:58
msgctxt "ANALYSIS_FUNCNAME_Pricemat"
msgid "PRICEMAT"
msgstr "PRICEMAT"
-#: strings.hrc:59
+#: scaddins/inc/strings.hrc:59
msgctxt "ANALYSIS_FUNCNAME_Mduration"
msgid "MDURATION"
msgstr "MDURATION"
-#: strings.hrc:60
+#: scaddins/inc/strings.hrc:60
msgctxt "ANALYSIS_FUNCNAME_Nominal"
msgid "NOMINAL"
msgstr "NOMINAL"
-#: strings.hrc:61
+#: scaddins/inc/strings.hrc:61
msgctxt "ANALYSIS_FUNCNAME_Dollarfr"
msgid "DOLLARFR"
msgstr "DOLLARFR"
-#: strings.hrc:62
+#: scaddins/inc/strings.hrc:62
msgctxt "ANALYSIS_FUNCNAME_Dollarde"
msgid "DOLLARDE"
msgstr "DOLLARDE"
-#: strings.hrc:63
+#: scaddins/inc/strings.hrc:63
msgctxt "ANALYSIS_FUNCNAME_Yield"
msgid "YIELD"
msgstr "YIELD"
-#: strings.hrc:64
+#: scaddins/inc/strings.hrc:64
msgctxt "ANALYSIS_FUNCNAME_Yielddisc"
msgid "YIELDDISC"
msgstr "YIELDDISC"
-#: strings.hrc:65
+#: scaddins/inc/strings.hrc:65
msgctxt "ANALYSIS_FUNCNAME_Yieldmat"
msgid "YIELDMAT"
msgstr "YIELDMAT"
-#: strings.hrc:66
+#: scaddins/inc/strings.hrc:66
msgctxt "ANALYSIS_FUNCNAME_Tbilleq"
msgid "TBILLEQ"
msgstr "TBILLEQ"
-#: strings.hrc:67
+#: scaddins/inc/strings.hrc:67
msgctxt "ANALYSIS_FUNCNAME_Tbillprice"
msgid "TBILLPRICE"
msgstr "TBILLPRICE"
-#: strings.hrc:68
+#: scaddins/inc/strings.hrc:68
msgctxt "ANALYSIS_FUNCNAME_Tbillyield"
msgid "TBILLYIELD"
msgstr "TBILLYIELD"
-#: strings.hrc:69
+#: scaddins/inc/strings.hrc:69
msgctxt "ANALYSIS_FUNCNAME_Oddfprice"
msgid "ODDFPRICE"
msgstr "ODDFPRICE"
-#: strings.hrc:70
+#: scaddins/inc/strings.hrc:70
msgctxt "ANALYSIS_FUNCNAME_Oddfyield"
msgid "ODDFYIELD"
msgstr "ODDFYIELD"
-#: strings.hrc:71
+#: scaddins/inc/strings.hrc:71
msgctxt "ANALYSIS_FUNCNAME_Oddlprice"
msgid "ODDLPRICE"
msgstr "ODDLPRICE"
-#: strings.hrc:72
+#: scaddins/inc/strings.hrc:72
msgctxt "ANALYSIS_FUNCNAME_Oddlyield"
msgid "ODDLYIELD"
msgstr "ODDLYIELD"
-#: strings.hrc:73
+#: scaddins/inc/strings.hrc:73
msgctxt "ANALYSIS_FUNCNAME_Xirr"
msgid "XIRR"
msgstr "XIRR"
-#: strings.hrc:74
+#: scaddins/inc/strings.hrc:74
msgctxt "ANALYSIS_FUNCNAME_Xnpv"
msgid "XNPV"
msgstr "XNPV"
-#: strings.hrc:75
+#: scaddins/inc/strings.hrc:75
msgctxt "ANALYSIS_FUNCNAME_Intrate"
msgid "INTRATE"
msgstr "INTRATE"
-#: strings.hrc:76
+#: scaddins/inc/strings.hrc:76
msgctxt "ANALYSIS_FUNCNAME_Coupncd"
msgid "COUPNCD"
msgstr "COUPNCD"
-#: strings.hrc:77
+#: scaddins/inc/strings.hrc:77
msgctxt "ANALYSIS_FUNCNAME_Coupdays"
msgid "COUPDAYS"
msgstr "COUPDAYS"
-#: strings.hrc:78
+#: scaddins/inc/strings.hrc:78
msgctxt "ANALYSIS_FUNCNAME_Coupdaysnc"
msgid "COUPDAYSNC"
msgstr "COUPDAYSNC"
-#: strings.hrc:79
+#: scaddins/inc/strings.hrc:79
msgctxt "ANALYSIS_FUNCNAME_Coupdaybs"
msgid "COUPDAYBS"
msgstr "COUPDAYBS"
-#: strings.hrc:80
+#: scaddins/inc/strings.hrc:80
msgctxt "ANALYSIS_FUNCNAME_Couppcd"
msgid "COUPPCD"
msgstr "COUPPCD"
-#: strings.hrc:81
+#: scaddins/inc/strings.hrc:81
msgctxt "ANALYSIS_FUNCNAME_Coupnum"
msgid "COUPNUM"
msgstr "COUPNUM"
-#: strings.hrc:82
+#: scaddins/inc/strings.hrc:82
msgctxt "ANALYSIS_FUNCNAME_Fvschedule"
msgid "FVSCHEDULE"
msgstr "FVSCHEDULE"
-#: strings.hrc:83
+#: scaddins/inc/strings.hrc:83
msgctxt "ANALYSIS_FUNCNAME_Iseven"
msgid "ISEVEN"
msgstr "ISEVEN"
-#: strings.hrc:84
+#: scaddins/inc/strings.hrc:84
msgctxt "ANALYSIS_FUNCNAME_Isodd"
msgid "ISODD"
msgstr "ISODD"
-#: strings.hrc:85
+#: scaddins/inc/strings.hrc:85
msgctxt "ANALYSIS_FUNCNAME_Gcd"
msgid "GCD"
msgstr "GCD"
-#: strings.hrc:86
+#: scaddins/inc/strings.hrc:86
msgctxt "ANALYSIS_FUNCNAME_Lcm"
msgid "LCM"
msgstr "LCM"
-#: strings.hrc:87
+#: scaddins/inc/strings.hrc:87
msgctxt "ANALYSIS_FUNCNAME_Multinomial"
msgid "MULTINOMIAL"
msgstr "MULTINOMIAL"
-#: strings.hrc:88
+#: scaddins/inc/strings.hrc:88
msgctxt "ANALYSIS_FUNCNAME_Seriessum"
msgid "SERIESSUM"
msgstr "SERIESSUM"
-#: strings.hrc:89
+#: scaddins/inc/strings.hrc:89
msgctxt "ANALYSIS_FUNCNAME_Quotient"
msgid "QUOTIENT"
msgstr "QUOTIENT"
-#: strings.hrc:90
+#: scaddins/inc/strings.hrc:90
msgctxt "ANALYSIS_FUNCNAME_Mround"
msgid "MROUND"
msgstr "MROUND"
-#: strings.hrc:91
+#: scaddins/inc/strings.hrc:91
msgctxt "ANALYSIS_FUNCNAME_Sqrtpi"
msgid "SQRTPI"
msgstr "SQRTPI"
-#: strings.hrc:92
+#: scaddins/inc/strings.hrc:92
msgctxt "ANALYSIS_FUNCNAME_Randbetween"
msgid "RANDBETWEEN"
msgstr "RANDBETWEEN"
-#: strings.hrc:93
+#: scaddins/inc/strings.hrc:93
msgctxt "ANALYSIS_FUNCNAME_Besseli"
msgid "BESSELI"
msgstr "BESSELI"
-#: strings.hrc:94
+#: scaddins/inc/strings.hrc:94
msgctxt "ANALYSIS_FUNCNAME_Besselj"
msgid "BESSELJ"
msgstr "BESSELJ"
-#: strings.hrc:95
+#: scaddins/inc/strings.hrc:95
msgctxt "ANALYSIS_FUNCNAME_Besselk"
msgid "BESSELK"
msgstr "BESSELK"
-#: strings.hrc:96
+#: scaddins/inc/strings.hrc:96
msgctxt "ANALYSIS_FUNCNAME_Bessely"
msgid "BESSELY"
msgstr "BESSELY"
-#: strings.hrc:97
+#: scaddins/inc/strings.hrc:97
msgctxt "ANALYSIS_FUNCNAME_Bin2Dec"
msgid "BIN2DEC"
msgstr "BIN2DEC"
-#: strings.hrc:98
+#: scaddins/inc/strings.hrc:98
msgctxt "ANALYSIS_FUNCNAME_Bin2Hex"
msgid "BIN2HEX"
msgstr "BIN2HEX"
-#: strings.hrc:99
+#: scaddins/inc/strings.hrc:99
msgctxt "ANALYSIS_FUNCNAME_Bin2Oct"
msgid "BIN2OCT"
msgstr "BIN2OCT"
-#: strings.hrc:100
+#: scaddins/inc/strings.hrc:100
msgctxt "ANALYSIS_FUNCNAME_Delta"
msgid "DELTA"
msgstr "DELTA"
-#: strings.hrc:101
+#: scaddins/inc/strings.hrc:101
msgctxt "ANALYSIS_FUNCNAME_Dec2Bin"
msgid "DEC2BIN"
msgstr "DEC2BIN"
-#: strings.hrc:102
+#: scaddins/inc/strings.hrc:102
msgctxt "ANALYSIS_FUNCNAME_Dec2Hex"
msgid "DEC2HEX"
msgstr "DEC2HEX"
-#: strings.hrc:103
+#: scaddins/inc/strings.hrc:103
msgctxt "ANALYSIS_FUNCNAME_Dec2Oct"
msgid "DEC2OCT"
msgstr "DEC2OCT"
-#: strings.hrc:104
+#: scaddins/inc/strings.hrc:104
msgctxt "ANALYSIS_FUNCNAME_Erf"
msgid "ERF"
msgstr "ERF"
-#: strings.hrc:105
+#: scaddins/inc/strings.hrc:105
msgctxt "ANALYSIS_FUNCNAME_Erfc"
msgid "ERFC"
msgstr "ERFC"
-#: strings.hrc:106
+#: scaddins/inc/strings.hrc:106
msgctxt "ANALYSIS_FUNCNAME_Gestep"
msgid "GESTEP"
msgstr "GESTEP"
-#: strings.hrc:107
+#: scaddins/inc/strings.hrc:107
msgctxt "ANALYSIS_FUNCNAME_Hex2Bin"
msgid "HEX2BIN"
msgstr "HEX2BIN"
-#: strings.hrc:108
+#: scaddins/inc/strings.hrc:108
msgctxt "ANALYSIS_FUNCNAME_Hex2Dec"
msgid "HEX2DEC"
msgstr "HEX2DEC"
-#: strings.hrc:109
+#: scaddins/inc/strings.hrc:109
msgctxt "ANALYSIS_FUNCNAME_Hex2Oct"
msgid "HEX2OCT"
msgstr "HEX2OCT"
-#: strings.hrc:110
+#: scaddins/inc/strings.hrc:110
msgctxt "ANALYSIS_FUNCNAME_Imabs"
msgid "IMABS"
msgstr "IMABS"
-#: strings.hrc:111
+#: scaddins/inc/strings.hrc:111
msgctxt "ANALYSIS_FUNCNAME_Imaginary"
msgid "IMAGINARY"
msgstr "IMAGINARY"
-#: strings.hrc:112
+#: scaddins/inc/strings.hrc:112
msgctxt "ANALYSIS_FUNCNAME_Impower"
msgid "IMPOWER"
msgstr "IMPOWER"
-#: strings.hrc:113
+#: scaddins/inc/strings.hrc:113
msgctxt "ANALYSIS_FUNCNAME_Imargument"
msgid "IMARGUMENT"
msgstr "IMARGUMENT"
-#: strings.hrc:114
+#: scaddins/inc/strings.hrc:114
msgctxt "ANALYSIS_FUNCNAME_Imcos"
msgid "IMCOS"
msgstr "IMCOS"
-#: strings.hrc:115
+#: scaddins/inc/strings.hrc:115
msgctxt "ANALYSIS_FUNCNAME_Imdiv"
msgid "IMDIV"
msgstr "IMDIV"
-#: strings.hrc:116
+#: scaddins/inc/strings.hrc:116
msgctxt "ANALYSIS_FUNCNAME_Imexp"
msgid "IMEXP"
msgstr "IMEXP"
-#: strings.hrc:117
+#: scaddins/inc/strings.hrc:117
msgctxt "ANALYSIS_FUNCNAME_Imconjugate"
msgid "IMCONJUGATE"
msgstr "IMCONJUGATE"
-#: strings.hrc:118
+#: scaddins/inc/strings.hrc:118
msgctxt "ANALYSIS_FUNCNAME_Imln"
msgid "IMLN"
msgstr "IMLN"
-#: strings.hrc:119
+#: scaddins/inc/strings.hrc:119
msgctxt "ANALYSIS_FUNCNAME_Imlog10"
msgid "IMLOG10"
msgstr "IMLOG10"
-#: strings.hrc:120
+#: scaddins/inc/strings.hrc:120
msgctxt "ANALYSIS_FUNCNAME_Imlog2"
msgid "IMLOG2"
msgstr "IMLOG2"
-#: strings.hrc:121
+#: scaddins/inc/strings.hrc:121
msgctxt "ANALYSIS_FUNCNAME_Improduct"
msgid "IMPRODUCT"
msgstr "IMPRODUCT"
-#: strings.hrc:122
+#: scaddins/inc/strings.hrc:122
msgctxt "ANALYSIS_FUNCNAME_Imreal"
msgid "IMREAL"
msgstr "IMREAL"
-#: strings.hrc:123
+#: scaddins/inc/strings.hrc:123
msgctxt "ANALYSIS_FUNCNAME_Imsin"
msgid "IMSIN"
msgstr "IMSIN"
-#: strings.hrc:124
+#: scaddins/inc/strings.hrc:124
msgctxt "ANALYSIS_FUNCNAME_Imsub"
msgid "IMSUB"
msgstr "IMSUB"
-#: strings.hrc:125
+#: scaddins/inc/strings.hrc:125
msgctxt "ANALYSIS_FUNCNAME_Imsum"
msgid "IMSUM"
msgstr "IMSUM"
-#: strings.hrc:126
+#: scaddins/inc/strings.hrc:126
msgctxt "ANALYSIS_FUNCNAME_Imsqrt"
msgid "IMSQRT"
msgstr "IMSQRT"
-#: strings.hrc:127
+#: scaddins/inc/strings.hrc:127
msgctxt "ANALYSIS_FUNCNAME_Imtan"
msgid "IMTAN"
msgstr ""
-#: strings.hrc:128
+#: scaddins/inc/strings.hrc:128
msgctxt "ANALYSIS_FUNCNAME_Imsec"
msgid "IMSEC"
msgstr ""
-#: strings.hrc:129
+#: scaddins/inc/strings.hrc:129
msgctxt "ANALYSIS_FUNCNAME_Imcsc"
msgid "IMCSC"
msgstr ""
-#: strings.hrc:130
+#: scaddins/inc/strings.hrc:130
#, fuzzy
msgctxt "ANALYSIS_FUNCNAME_Imcot"
msgid "IMCOT"
msgstr "IMCOS"
-#: strings.hrc:131
+#: scaddins/inc/strings.hrc:131
#, fuzzy
msgctxt "ANALYSIS_FUNCNAME_Imsinh"
msgid "IMSINH"
msgstr "IMSIN"
-#: strings.hrc:132
+#: scaddins/inc/strings.hrc:132
#, fuzzy
msgctxt "ANALYSIS_FUNCNAME_Imcosh"
msgid "IMCOSH"
msgstr "IMCOS"
-#: strings.hrc:133
+#: scaddins/inc/strings.hrc:133
msgctxt "ANALYSIS_FUNCNAME_Imsech"
msgid "IMSECH"
msgstr ""
-#: strings.hrc:134
+#: scaddins/inc/strings.hrc:134
msgctxt "ANALYSIS_FUNCNAME_Imcsch"
msgid "IMCSCH"
msgstr ""
-#: strings.hrc:135
+#: scaddins/inc/strings.hrc:135
msgctxt "ANALYSIS_FUNCNAME_Complex"
msgid "COMPLEX"
msgstr "COMPLEX"
-#: strings.hrc:136
+#: scaddins/inc/strings.hrc:136
msgctxt "ANALYSIS_FUNCNAME_Oct2Bin"
msgid "OCT2BIN"
msgstr "OCT2BIN"
-#: strings.hrc:137
+#: scaddins/inc/strings.hrc:137
msgctxt "ANALYSIS_FUNCNAME_Oct2Dec"
msgid "OCT2DEC"
msgstr "OCT2DEC"
-#: strings.hrc:138
+#: scaddins/inc/strings.hrc:138
msgctxt "ANALYSIS_FUNCNAME_Oct2Hex"
msgid "OCT2HEX"
msgstr "OCT2HEX"
-#: strings.hrc:139
+#: scaddins/inc/strings.hrc:139
msgctxt "ANALYSIS_FUNCNAME_Convert"
msgid "CONVERT"
msgstr "CONVERT"
-#: strings.hrc:140
+#: scaddins/inc/strings.hrc:140
msgctxt "ANALYSIS_FUNCNAME_Factdouble"
msgid "FACTDOUBLE"
msgstr "FACTDOUBLE"
diff --git a/source/af/sccomp/messages.po b/source/af/sccomp/messages.po
index 429576fffe1..929808fc005 100644
--- a/source/af/sccomp/messages.po
+++ b/source/af/sccomp/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,73 +13,73 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: sccomp/inc/strings.hrc:25
msgctxt "RID_SOLVER_COMPONENT"
msgid "%PRODUCTNAME Linear Solver"
msgstr "%PRODUCTNAME se lineêre oplosser"
-#: strings.hrc:26
+#: sccomp/inc/strings.hrc:26
#, fuzzy
msgctxt "RID_COINMP_SOLVER_COMPONENT"
msgid "%PRODUCTNAME CoinMP Linear Solver"
msgstr "%PRODUCTNAME se lineêre oplosser"
-#: strings.hrc:27
+#: sccomp/inc/strings.hrc:27
msgctxt "RID_SWARM_SOLVER_COMPONENT"
msgid "%PRODUCTNAME Swarm Non-Linear Solver (experimental)"
msgstr ""
-#: strings.hrc:28
+#: sccomp/inc/strings.hrc:28
msgctxt "RID_PROPERTY_NONNEGATIVE"
msgid "Assume variables as non-negative"
msgstr "Aanvaar veranderlike as nienegatief"
-#: strings.hrc:29
+#: sccomp/inc/strings.hrc:29
msgctxt "RID_PROPERTY_INTEGER"
msgid "Assume variables as integer"
msgstr "Aanvaar veranderlike as heelgetal"
-#: strings.hrc:30
+#: sccomp/inc/strings.hrc:30
msgctxt "RID_PROPERTY_TIMEOUT"
msgid "Solving time limit (seconds)"
msgstr "Oplostydlimiet (sekondes)"
-#: strings.hrc:31
+#: sccomp/inc/strings.hrc:31
msgctxt "RID_PROPERTY_EPSILONLEVEL"
msgid "Epsilon level (0-3)"
msgstr "Epsilonvlak (0-3)"
-#: strings.hrc:32
+#: sccomp/inc/strings.hrc:32
msgctxt "RID_PROPERTY_LIMITBBDEPTH"
msgid "Limit branch-and-bound depth"
msgstr "Beperk vertak-en-bind-diepte"
-#: strings.hrc:33
+#: sccomp/inc/strings.hrc:33
msgctxt "RID_PROPERTY_ALGORITHM"
msgid "Swarm algorithm (0 - Differential Evolution, 1 - Particle Swarm Optimization)"
msgstr ""
-#: strings.hrc:34
+#: sccomp/inc/strings.hrc:34
msgctxt "RID_ERROR_NONLINEAR"
msgid "The model is not linear."
msgstr "Die model is nie lineêr nie."
-#: strings.hrc:35
+#: sccomp/inc/strings.hrc:35
msgctxt "RID_ERROR_EPSILONLEVEL"
msgid "The epsilon level is invalid."
msgstr "Die epsilonvlak is ongeldig."
-#: strings.hrc:36
+#: sccomp/inc/strings.hrc:36
msgctxt "RID_ERROR_INFEASIBLE"
msgid "The model is infeasible. Check limiting conditions."
msgstr "Die model is onhaalbaar. Kontroleer beperkende voorwaardes."
-#: strings.hrc:37
+#: sccomp/inc/strings.hrc:37
msgctxt "RID_ERROR_UNBOUNDED"
msgid "The model is unbounded."
msgstr "Die model is onbegrens."
-#: strings.hrc:38
+#: sccomp/inc/strings.hrc:38
msgctxt "RID_ERROR_TIMEOUT"
msgid "The time limit was reached."
msgstr "Die tydlimiet is bereik."
diff --git a/source/af/sd/messages.po b/source/af/sd/messages.po
index c589a3226a5..1953a224dfe 100644
--- a/source/af/sd/messages.po
+++ b/source/af/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-19 11:42+0100\n"
+"POT-Creation-Date: 2018-04-24 12:21+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"
@@ -13,454 +13,459 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: DocumentRenderer.hrc:29
+#: sd/inc/DocumentRenderer.hrc:29
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES"
msgid "Slides"
msgstr "Skyfies"
-#: DocumentRenderer.hrc:30
+#: sd/inc/DocumentRenderer.hrc:30
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES"
msgid "Handouts"
msgstr "Uitdeelstukke"
-#: DocumentRenderer.hrc:31
+#: sd/inc/DocumentRenderer.hrc:31
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES"
msgid "Notes"
msgstr "Notas"
-#: DocumentRenderer.hrc:32
+#: sd/inc/DocumentRenderer.hrc:32
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES"
msgid "Outline"
msgstr "Skema"
-#: DocumentRenderer.hrc:37
+#: sd/inc/DocumentRenderer.hrc:37
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "According to layout"
msgstr ""
-#: DocumentRenderer.hrc:38
+#: sd/inc/DocumentRenderer.hrc:38
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "1"
msgstr ""
-#: DocumentRenderer.hrc:39
+#: sd/inc/DocumentRenderer.hrc:39
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "2"
msgstr ""
-#: DocumentRenderer.hrc:40
+#: sd/inc/DocumentRenderer.hrc:40
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "3"
msgstr ""
-#: DocumentRenderer.hrc:41
+#: sd/inc/DocumentRenderer.hrc:41
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "4"
msgstr ""
-#: DocumentRenderer.hrc:42
+#: sd/inc/DocumentRenderer.hrc:42
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "6"
msgstr ""
-#: DocumentRenderer.hrc:43
+#: sd/inc/DocumentRenderer.hrc:43
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "9"
msgstr ""
-#: DocumentRenderer.hrc:48
+#: sd/inc/DocumentRenderer.hrc:48
msgctxt "STR_IMPRESS_PRINT_UI_ORDER_CHOICES"
msgid "Left to right, then down"
msgstr ""
-#: DocumentRenderer.hrc:49
+#: sd/inc/DocumentRenderer.hrc:49
msgctxt "STR_IMPRESS_PRINT_UI_ORDER_CHOICES"
msgid "Top to bottom, then right"
msgstr ""
-#: DocumentRenderer.hrc:54
+#: sd/inc/DocumentRenderer.hrc:54
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY_CHOICES"
msgid "Original colors"
msgstr ""
-#: DocumentRenderer.hrc:55
+#: sd/inc/DocumentRenderer.hrc:55
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY_CHOICES"
msgid "Grayscale"
msgstr "Grysskaal"
-#: DocumentRenderer.hrc:56
+#: sd/inc/DocumentRenderer.hrc:56
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY_CHOICES"
msgid "Black & white"
msgstr "Swart-en-~wit"
-#: DocumentRenderer.hrc:61
+#: sd/inc/DocumentRenderer.hrc:61
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Original size"
msgstr "Oorspronklike grootte"
-#: DocumentRenderer.hrc:62
+#: sd/inc/DocumentRenderer.hrc:62
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Fit to printable page"
msgstr ""
-#: DocumentRenderer.hrc:63
+#: sd/inc/DocumentRenderer.hrc:63
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Distribute on multiple sheets of paper"
msgstr ""
-#: DocumentRenderer.hrc:64
+#: sd/inc/DocumentRenderer.hrc:64
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Tile sheet of paper with repeated slides"
msgstr ""
-#: DocumentRenderer.hrc:69
+#: sd/inc/DocumentRenderer.hrc:69
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW"
msgid "Original size"
msgstr "Oorspronklike grootte"
-#: DocumentRenderer.hrc:70
+#: sd/inc/DocumentRenderer.hrc:70
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW"
msgid "Fit to printable page"
msgstr ""
-#: DocumentRenderer.hrc:71
+#: sd/inc/DocumentRenderer.hrc:71
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW"
msgid "Distribute on multiple sheets of paper"
msgstr ""
-#: DocumentRenderer.hrc:72
+#: sd/inc/DocumentRenderer.hrc:72
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW"
msgid "Tile sheet of paper with repeated pages"
msgstr ""
-#: DocumentRenderer.hrc:77
+#: sd/inc/DocumentRenderer.hrc:77
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST"
msgid "All pages"
msgstr "Alle bladsye"
-#: DocumentRenderer.hrc:78
+#: sd/inc/DocumentRenderer.hrc:78
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST"
msgid "Front sides / right pages"
msgstr ""
-#: DocumentRenderer.hrc:79
+#: sd/inc/DocumentRenderer.hrc:79
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST"
msgid "Back sides / left pages"
msgstr ""
-#: DocumentRenderer.hrc:84
+#: sd/inc/DocumentRenderer.hrc:84
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "~All slides"
msgstr ""
-#: DocumentRenderer.hrc:85
+#: sd/inc/DocumentRenderer.hrc:85
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "~Slides"
msgstr "Skyfies"
-#: DocumentRenderer.hrc:86
+#: sd/inc/DocumentRenderer.hrc:86
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "Se~lection"
msgstr "Seleksie"
-#: DocumentRenderer.hrc:91
+#: sd/inc/DocumentRenderer.hrc:91
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "~All pages"
msgstr "Alle bladsye"
-#: DocumentRenderer.hrc:92
+#: sd/inc/DocumentRenderer.hrc:92
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "Pa~ges"
msgstr "Bladsye"
-#: DocumentRenderer.hrc:93
+#: sd/inc/DocumentRenderer.hrc:93
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "Se~lection"
msgstr "Seleksie"
-#: errhdl.hrc:29
+#: sd/inc/errhdl.hrc:29
msgctxt "RID_SD_ERRHDL"
msgid "File format error found at $(ARG1)(row,col)."
msgstr "Lêerformaatfout gevind by $(ARG1)(row.col)."
-#: errhdl.hrc:31 /home/cl/vc/git/libo-core/sd/inc/errhdl.hrc:33
+#: sd/inc/errhdl.hrc:31 sd/inc/errhdl.hrc:33
#, fuzzy
msgctxt "RID_SD_ERRHDL"
msgid "Format error discovered in the file in sub-document $(ARG1) at position $(ARG2)(row,col)."
msgstr "Formaatfout ontdek in die lêer in subdokument $(ARG1) in posisie $(ARG2)(ry,kol)."
-#: family.hrc:29
+#: sd/inc/family.hrc:29
#, fuzzy
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "All Styles"
msgstr "Selstyle"
-#: family.hrc:30
+#: sd/inc/family.hrc:30
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Hidden Styles"
msgstr ""
-#: family.hrc:31
+#: sd/inc/family.hrc:31
#, fuzzy
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Applied Styles"
msgstr "Toegepaste style"
-#: family.hrc:32
+#: sd/inc/family.hrc:32
#, fuzzy
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Custom Styles"
msgstr "Doelgemaakte style"
-#: family.hrc:38
+#: sd/inc/family.hrc:38
#, fuzzy
msgctxt "RID_PRESENTATIONSTYLEFAMILY"
msgid "All Styles"
msgstr "Selstyle"
-#: family.hrc:39
+#: sd/inc/family.hrc:39
msgctxt "RID_PRESENTATIONSTYLEFAMILY"
msgid "Hidden Styles"
msgstr ""
-#: strings.hrc:25
+#: sd/inc/strings.hrc:25
msgctxt "STR_NULL"
msgid "None"
msgstr "Geen"
-#: strings.hrc:26
+#: sd/inc/strings.hrc:26
msgctxt "STR_INSERTPAGE"
msgid "Insert Slide"
msgstr "Voeg skyfie in"
-#: strings.hrc:27
+#: sd/inc/strings.hrc:27
msgctxt "STR_INSERTLAYER"
msgid "Insert Layer"
msgstr "Voeg laag in"
-#: strings.hrc:28
+#: sd/inc/strings.hrc:28
msgctxt "STR_MODIFYLAYER"
msgid "Modify Layer"
msgstr "Wysig laag"
-#: strings.hrc:29
+#: sd/inc/strings.hrc:29
msgctxt "STR_UNDO_SLIDE_PARAMS"
msgid "Slide parameter"
msgstr "Skyfieparameter"
-#: strings.hrc:30
+#: sd/inc/strings.hrc:30
msgctxt "STR_UNDO_CUT"
msgid "Cut"
msgstr "Knip"
-#: strings.hrc:31
+#: sd/inc/strings.hrc:31
msgctxt "STR_UNDO_REPLACE"
msgid "Replace"
msgstr "Vervang"
-#: strings.hrc:32
+#: sd/inc/strings.hrc:32
msgctxt "STR_UNDO_DRAGDROP"
msgid "Drag and Drop"
msgstr "Sleep en los"
-#: strings.hrc:33
+#: sd/inc/strings.hrc:33
#, fuzzy
msgctxt "STR_INSERTGRAPHIC"
msgid "Insert Image"
msgstr "Voeg bladsy in"
-#: strings.hrc:34
+#: sd/inc/strings.hrc:34
+msgctxt "STR_QUERYROTATION"
+msgid "This image is rotated. Would you like to rotate it into standard orientation?"
+msgstr ""
+
+#: sd/inc/strings.hrc:35
msgctxt "STR_UNDO_BEZCLOSE"
msgid "Close Polygon"
msgstr "Sluit veelhoek"
-#: strings.hrc:35
+#: sd/inc/strings.hrc:36
msgctxt "STR_SLIDE_SORTER_MODE"
msgid "Slide Sorter"
msgstr "Skyfiesorteerder"
-#: strings.hrc:36
+#: sd/inc/strings.hrc:37
msgctxt "STR_NORMAL_MODE"
msgid "Normal"
msgstr "Normaal"
-#: strings.hrc:37
+#: sd/inc/strings.hrc:38
msgctxt "STR_SLIDE_MASTER_MODE"
msgid "Master Slide"
msgstr ""
-#: strings.hrc:38
+#: sd/inc/strings.hrc:39
msgctxt "STR_OUTLINE_MODE"
msgid "Outline"
msgstr "Skema"
-#: strings.hrc:39
+#: sd/inc/strings.hrc:40
msgctxt "STR_NOTES_MODE"
msgid "Notes"
msgstr "Notas"
-#: strings.hrc:40
+#: sd/inc/strings.hrc:41
#, fuzzy
msgctxt "STR_NOTES_MASTER_MODE"
msgid "Master Notes"
msgstr "Meesterbladsye"
-#: strings.hrc:41
+#: sd/inc/strings.hrc:42
msgctxt "STR_HANDOUT_MASTER_MODE"
msgid "Master Handout"
msgstr ""
-#: strings.hrc:42
+#: sd/inc/strings.hrc:43
msgctxt "STR_AUTOLAYOUT_NONE"
msgid "Blank Slide"
msgstr "Blanko skyfie"
-#: strings.hrc:43
+#: sd/inc/strings.hrc:44
msgctxt "STR_AUTOLAYOUT_ONLY_TITLE"
msgid "Title Only"
msgstr "Slegs titel"
-#: strings.hrc:44
+#: sd/inc/strings.hrc:45
msgctxt "STR_AUTOLAYOUT_ONLY_TEXT"
msgid "Centered Text"
msgstr "Gesentreerde teks"
-#: strings.hrc:45
+#: sd/inc/strings.hrc:46
msgctxt "STR_AUTOLAYOUT_TITLE"
msgid "Title Slide"
msgstr "Titelskyfie"
-#: strings.hrc:46
+#: sd/inc/strings.hrc:47
msgctxt "STR_AUTOLAYOUT_CONTENT"
msgid "Title, Content"
msgstr ""
-#: strings.hrc:47
+#: sd/inc/strings.hrc:48
msgctxt "STR_AUTOLAYOUT_2CONTENT"
msgid "Title and 2 Content"
msgstr ""
-#: strings.hrc:48
+#: sd/inc/strings.hrc:49
msgctxt "STR_AUTOLAYOUT_CONTENT_2CONTENT"
msgid "Title, Content and 2 Content"
msgstr ""
-#: strings.hrc:49
+#: sd/inc/strings.hrc:50
msgctxt "STR_AUTOLAYOUT_2CONTENT_CONTENT"
msgid "Title, 2 Content and Content"
msgstr ""
-#: strings.hrc:50
+#: sd/inc/strings.hrc:51
msgctxt "STR_AUTOLAYOUT_2CONTENT_OVER_CONTENT"
msgid "Title, 2 Content over Content"
msgstr ""
-#: strings.hrc:51
+#: sd/inc/strings.hrc:52
msgctxt "STR_AUTOLAYOUT_CONTENT_OVER_CONTENT"
msgid "Title, Content over Content"
msgstr ""
-#: strings.hrc:52
+#: sd/inc/strings.hrc:53
msgctxt "STR_AUTOLAYOUT_4CONTENT"
msgid "Title, 4 Content"
msgstr ""
-#: strings.hrc:53
+#: sd/inc/strings.hrc:54
msgctxt "STR_AUTOLAYOUT_6CONTENT"
msgid "Title, 6 Content"
msgstr ""
-#: strings.hrc:54
+#: sd/inc/strings.hrc:55
msgctxt "STR_AL_TITLE_VERT_OUTLINE"
msgid "Title, Vertical Text"
msgstr "Titel, vertikale teks"
-#: strings.hrc:55
+#: sd/inc/strings.hrc:56
msgctxt "STR_AL_TITLE_VERT_OUTLINE_CLIPART"
msgid "Title, Vertical Text, Clipart"
msgstr "Titel, vertikale teks, knipkuns"
-#: strings.hrc:56
+#: sd/inc/strings.hrc:57
msgctxt "STR_AL_VERT_TITLE_TEXT_CHART"
msgid "Vertical Title, Text, Chart"
msgstr "Vertikale titel, teks, grafiek"
-#: strings.hrc:57
+#: sd/inc/strings.hrc:58
msgctxt "STR_AL_VERT_TITLE_VERT_OUTLINE"
msgid "Vertical Title, Vertical Text"
msgstr "Vertical titel, vertikale teks"
-#: strings.hrc:58
+#: sd/inc/strings.hrc:59
msgctxt "STR_AUTOLAYOUT_HANDOUT1"
msgid "One Slide"
msgstr "Een skyfie"
-#: strings.hrc:59
+#: sd/inc/strings.hrc:60
msgctxt "STR_AUTOLAYOUT_HANDOUT2"
msgid "Two Slides"
msgstr "Twee skyfies"
-#: strings.hrc:60
+#: sd/inc/strings.hrc:61
msgctxt "STR_AUTOLAYOUT_HANDOUT3"
msgid "Three Slides"
msgstr "Drie skyfies"
-#: strings.hrc:61
+#: sd/inc/strings.hrc:62
msgctxt "STR_AUTOLAYOUT_HANDOUT4"
msgid "Four Slides"
msgstr "Vier skyfies"
-#: strings.hrc:62
+#: sd/inc/strings.hrc:63
msgctxt "STR_AUTOLAYOUT_HANDOUT6"
msgid "Six Slides"
msgstr "Ses skyfies"
-#: strings.hrc:63
+#: sd/inc/strings.hrc:64
msgctxt "STR_AUTOLAYOUT_HANDOUT9"
msgid "Nine Slides"
msgstr "Nege skyfies"
-#: strings.hrc:64
+#: sd/inc/strings.hrc:65
msgctxt "STR_DISPLAYMODE_EDITMODES"
msgid "Edit Modes"
msgstr ""
-#: strings.hrc:65
+#: sd/inc/strings.hrc:66
#, fuzzy
msgctxt "STR_DISPLAYMODE_MASTERMODES"
msgid "Master Modes"
msgstr "Meesterbladsye"
-#: strings.hrc:66
+#: sd/inc/strings.hrc:67
msgctxt "STR_AUTOLAYOUT_NOTES"
msgid "Notes"
msgstr "Notas"
-#: strings.hrc:67
+#: sd/inc/strings.hrc:68
#, fuzzy
msgctxt "STR_TRANSFORM"
msgid "Transform"
msgstr "Omvorm %1"
-#: strings.hrc:68
+#: sd/inc/strings.hrc:69
msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "Einde van reël"
-#: strings.hrc:69
+#: sd/inc/strings.hrc:70
msgctxt "STR_DESC_LINEEND"
msgid "Please enter a name for the new arrowhead:"
msgstr "Tik asseblief 'n naam vir die nuwe pylpunt:"
-#: strings.hrc:70
+#: sd/inc/strings.hrc:71
msgctxt "STR_WARN_NAME_DUPLICATE"
msgid ""
"The name chosen already exists. \n"
@@ -469,87 +474,82 @@ msgstr ""
"Die geselekteerde naam bestaan reeds. \n"
"Tik asseblief 'n nuwe naam."
-#: strings.hrc:71
+#: sd/inc/strings.hrc:72
msgctxt "STR_UNDO_ANIMATION"
msgid "Animation parameters"
msgstr "Animasie-parameters"
-#: strings.hrc:72
-msgctxt "STR_EXPORT_HTML_NAME"
-msgid "Web Page"
-msgstr "Webbladsy"
-
-#: strings.hrc:73
+#: sd/inc/strings.hrc:73
msgctxt "STR_UNDO_COPYOBJECTS"
msgid "Duplicate"
msgstr "Duplikaat"
-#: strings.hrc:74
+#: sd/inc/strings.hrc:74
msgctxt "STR_TITLE_NAMEGROUP"
msgid "Name Object"
msgstr "Benoem objek"
-#: strings.hrc:75
+#: sd/inc/strings.hrc:75
msgctxt "STR_DESC_NAMEGROUP"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:76
+#: sd/inc/strings.hrc:76
msgctxt "STR_WARN_PAGE_EXISTS"
msgid "The slide name already exists or is invalid. Please enter another name."
msgstr "Hierdie skyfienaam bestaan reeds of is ongeldig. Tik asseblief 'n ander naam."
-#: strings.hrc:77
+#: sd/inc/strings.hrc:77
msgctxt "STR_SNAPDLG_SETLINE"
msgid "Edit Snap Line"
msgstr "Redigeer springlyn"
-#: strings.hrc:78
+#: sd/inc/strings.hrc:78
msgctxt "STR_SNAPDLG_SETPOINT"
msgid "Edit Snap Point"
msgstr "Redigeer springpunt"
-#: strings.hrc:79
+#: sd/inc/strings.hrc:79
msgctxt "STR_POPUP_EDIT_SNAPLINE"
msgid "Edit Snap Line..."
msgstr "Redigeer springlyn..."
-#: strings.hrc:80
+#: sd/inc/strings.hrc:80
msgctxt "STR_POPUP_EDIT_SNAPPOINT"
msgid "Edit Snap Point..."
msgstr "Redigeer springpunt..."
-#: strings.hrc:81
+#: sd/inc/strings.hrc:81
msgctxt "STR_POPUP_DELETE_SNAPLINE"
msgid "Delete Snap Line"
msgstr "Skrap springlyn"
-#: strings.hrc:82
+#: sd/inc/strings.hrc:82
msgctxt "STR_POPUP_DELETE_SNAPPOINT"
msgid "Delete Snap Point"
msgstr "Skrap springpunt"
-#: strings.hrc:83
+#: sd/inc/strings.hrc:83
msgctxt "STR_IMPRESS"
msgid "StarImpress 4.0"
msgstr "StarImpress 4.0"
-#: strings.hrc:84
+#: sd/inc/strings.hrc:84
msgctxt "STR_LAYER"
msgid "Layer"
msgstr "Laag"
-#: strings.hrc:85
+#: sd/inc/strings.hrc:85
msgctxt "STR_UNDO_DELETEPAGES"
msgid "Delete slides"
msgstr "Skrap skyfies"
-#: strings.hrc:86
+#: sd/inc/strings.hrc:86
msgctxt "STR_UNDO_INSERTPAGES"
msgid "Insert slides"
msgstr "Voeg skyfies in"
-#: strings.hrc:87
+#: sd/inc/strings.hrc:87
msgctxt "STR_ASK_DELETE_LAYER"
msgid ""
"Are you sure you want to delete the level \"$\"?\n"
@@ -558,77 +558,77 @@ msgstr ""
"Is u seker u wil vlak \"$\" skrap?\n"
"Let wel: alle objekte op hierdie vlak sal geskrap word!"
-#: strings.hrc:88
+#: sd/inc/strings.hrc:88
msgctxt "STR_ASK_DELETE_ALL_PICTURES"
msgid "Do you really want to delete all images?"
msgstr "Wil u regtig al die beelde skrap?"
-#: strings.hrc:89
+#: sd/inc/strings.hrc:89
msgctxt "STR_UNDO_CHANGE_TITLE_AND_LAYOUT"
msgid "Modify title and outline"
msgstr "Wysig titel en skema"
-#: strings.hrc:90
+#: sd/inc/strings.hrc:90
msgctxt "STR_WAV_FILE"
msgid "Audio"
msgstr ""
-#: strings.hrc:91
+#: sd/inc/strings.hrc:91
msgctxt "STR_MIDI_FILE"
msgid "MIDI"
msgstr "MIDI"
-#: strings.hrc:92
+#: sd/inc/strings.hrc:92
msgctxt "STR_AU_FILE"
msgid "Sun/NeXT Audio"
msgstr "Sun/NeXT-oudio"
-#: strings.hrc:93
+#: sd/inc/strings.hrc:93
msgctxt "STR_VOC_FILE"
msgid "Creative Labs Audio"
msgstr "Creative Labs-oudio"
-#: strings.hrc:94
+#: sd/inc/strings.hrc:94
msgctxt "STR_AIFF_FILE"
msgid "Apple/SGI Audio"
msgstr "Apple/SGI-oudio"
-#: strings.hrc:95
+#: sd/inc/strings.hrc:95
msgctxt "STR_SVX_FILE"
msgid "Amiga SVX Audio"
msgstr "Amiga SVX-oudio"
-#: strings.hrc:96
+#: sd/inc/strings.hrc:96
msgctxt "STR_SD_PAGE"
msgid "Slide"
msgstr "Skyfie"
-#: strings.hrc:97
+#: sd/inc/strings.hrc:97
msgctxt "STR_SD_PAGE_COUNT"
msgid "Slide %1 of %2"
msgstr ""
-#: strings.hrc:98
+#: sd/inc/strings.hrc:98
msgctxt "STR_SD_PAGE_COUNT_CUSTOM"
msgid "Slide %1 of %2 (%3)"
msgstr ""
-#: strings.hrc:99
+#: sd/inc/strings.hrc:99
msgctxt "STR_ALL_SUPPORTED_FORMATS"
msgid "All supported formats"
msgstr ""
-#: strings.hrc:100
+#: sd/inc/strings.hrc:100
msgctxt "STR_ALL_FILES"
msgid "All files"
msgstr "Alle lêers"
-#: strings.hrc:101
+#: sd/inc/strings.hrc:101
msgctxt "STR_UNDO_INSERT_TEXTFRAME"
msgid "Insert text frame"
msgstr "Voeg teksraam in"
-#: strings.hrc:102
+#: sd/inc/strings.hrc:102
msgctxt "STR_ACTION_NOTPOSSIBLE"
msgid ""
"This function cannot be run \n"
@@ -637,17 +637,17 @@ msgstr ""
"Hierdie funksie kan nie met \n"
"die geselekteerde objekte laat loop word nie."
-#: strings.hrc:103
+#: sd/inc/strings.hrc:103
msgctxt "STR_DLG_INSERT_PAGES_FROM_FILE"
msgid "Insert File"
msgstr "Voeg lêer in"
-#: strings.hrc:104
+#: sd/inc/strings.hrc:104
msgctxt "STR_READ_DATA_ERROR"
msgid "The file could not be loaded!"
msgstr "Die lêer kon nie gelaai word nie!"
-#: strings.hrc:105
+#: sd/inc/strings.hrc:105
msgctxt "STR_SCALE_OBJECTS"
msgid ""
"The page size of the target document is different than the source document.\n"
@@ -655,129 +655,129 @@ msgid ""
"Do you want to scale the copied objects to fit the new page size?"
msgstr ""
-#: strings.hrc:106
+#: sd/inc/strings.hrc:106
msgctxt "STR_CREATE_PAGES"
msgid "Create Slides"
msgstr ""
-#: strings.hrc:107
+#: sd/inc/strings.hrc:107
msgctxt "STR_UNDO_CHANGE_PAGEFORMAT"
msgid "Modify page format"
msgstr "Wysig bladsyformaat"
-#: strings.hrc:108
+#: sd/inc/strings.hrc:108
msgctxt "STR_UNDO_CHANGE_PAGEBORDER"
msgid "Modify page margins"
msgstr "Wysig bladsykantlyne"
-#: strings.hrc:109
+#: sd/inc/strings.hrc:109
msgctxt "STR_EDIT_OBJ"
msgid "~Edit"
msgstr "~Redigeer"
-#: strings.hrc:110
+#: sd/inc/strings.hrc:110
#, fuzzy
msgctxt "STR_DELETE_PAGES"
msgid "Delete Slides"
msgstr "Skrap skyfies"
-#: strings.hrc:111
+#: sd/inc/strings.hrc:111
msgctxt "STR_WARN_PRINTFORMAT_FAILURE"
msgid "The document format could not be set on the specified printer."
msgstr "Die dokumentformaat kon nie op die gespesifiseerde drukker gestel word nie."
-#: strings.hrc:112
+#: sd/inc/strings.hrc:112
#, fuzzy
msgctxt "STR_IMPORT_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "Hierdie lêer kan nie oopgemaak word nie"
-#: strings.hrc:113
+#: sd/inc/strings.hrc:113
msgctxt "STR_IMPORT_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr ""
-#: strings.hrc:114
+#: sd/inc/strings.hrc:114
msgctxt "STR_IMPORT_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr ""
-#: strings.hrc:115
+#: sd/inc/strings.hrc:115
msgctxt "STR_IMPORT_GRFILTER_VERSIONERROR"
msgid "This image file version is not supported"
msgstr ""
-#: strings.hrc:116
+#: sd/inc/strings.hrc:116
msgctxt "STR_IMPORT_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#: strings.hrc:117
+#: sd/inc/strings.hrc:117
msgctxt "STR_IMPORT_GRFILTER_TOOBIG"
msgid "Not enough memory to import image"
msgstr ""
-#: strings.hrc:118
+#: sd/inc/strings.hrc:118
msgctxt "STR_OBJECTS"
msgid "Objects"
msgstr "Objekte"
-#: strings.hrc:119
+#: sd/inc/strings.hrc:119
msgctxt "STR_END_SPELLING"
msgid "Spellcheck of entire document has been completed."
msgstr "Speltoets op die hele dokument is voltooi."
-#: strings.hrc:120
+#: sd/inc/strings.hrc:120
msgctxt "STR_END_SPELLING_OBJ"
msgid "The spellcheck for the selected objects has been completed."
msgstr "Die speltoets op die geselekteerde objekte is voltooi."
-#: strings.hrc:121
+#: sd/inc/strings.hrc:121
msgctxt "STR_ASK_FOR_CONVERT_TO_BEZIER"
msgid "Convert selected object to curve?"
msgstr "Skakel geselekteerde objek na kurwe om?"
-#: strings.hrc:122
+#: sd/inc/strings.hrc:122
msgctxt "STR_UNDO_CHANGE_PRES_OBJECT"
msgid "Modify presentation object '$'"
msgstr "Wysig voorleggingsobjek '$'"
-#: strings.hrc:123
+#: sd/inc/strings.hrc:123
msgctxt "STR_UNDO_MODIFY_PAGE"
msgid "Slide layout"
msgstr "Skyfie-uitleg"
-#: strings.hrc:124
+#: sd/inc/strings.hrc:124
msgctxt "STR_UNDO_INSERT_FILE"
msgid "Insert file"
msgstr "Voeg lêer in"
-#: strings.hrc:125
+#: sd/inc/strings.hrc:125
msgctxt "STR_UNDO_INSERT_SPECCHAR"
msgid "Insert special character"
msgstr "Voeg spesiale karakter in"
-#: strings.hrc:126
+#: sd/inc/strings.hrc:126
msgctxt "STR_UNDO_SET_PRESLAYOUT"
msgid "Apply presentation layout"
msgstr "Pas voorlegginguitleg toe"
-#: strings.hrc:127
+#: sd/inc/strings.hrc:127
msgctxt "STR_PLAY"
msgid "~Play"
msgstr "~Speel"
-#: strings.hrc:128
+#: sd/inc/strings.hrc:128
msgctxt "STR_STOP"
msgid "Sto~p"
msgstr "St~op"
-#: strings.hrc:129
+#: sd/inc/strings.hrc:129
msgctxt "STR_UNDO_ORIGINALSIZE"
msgid "Original Size"
msgstr "Oorspronklike grootte"
-#: strings.hrc:130
+#: sd/inc/strings.hrc:130
msgctxt "STR_WARN_SCALE_FAIL"
msgid ""
"The specified scale is invalid.\n"
@@ -786,343 +786,348 @@ msgstr ""
"Die gespesifiseerde skaal is ongeldig.\n"
"Wil u 'n nuwe skaal invoer?"
-#: strings.hrc:131
+#: sd/inc/strings.hrc:131
msgctxt "STR_CLICK_ACTION_NONE"
msgid "No action"
msgstr "Geen aksie"
-#: strings.hrc:132
+#: sd/inc/strings.hrc:132
msgctxt "STR_CLICK_ACTION_PREVPAGE"
msgid "Go to previous slide"
msgstr "Gaan na vorige skyfie"
-#: strings.hrc:133
+#: sd/inc/strings.hrc:133
msgctxt "STR_CLICK_ACTION_NEXTPAGE"
msgid "Go to next slide"
msgstr "Gaan na volgende skyfie"
-#: strings.hrc:134
+#: sd/inc/strings.hrc:134
msgctxt "STR_CLICK_ACTION_FIRSTPAGE"
msgid "Go to first slide"
msgstr "Gaan na eerste skyfie"
-#: strings.hrc:135
+#: sd/inc/strings.hrc:135
msgctxt "STR_CLICK_ACTION_LASTPAGE"
msgid "Go to last slide"
msgstr "Gaan na laaste skyfie"
-#: strings.hrc:136
+#: sd/inc/strings.hrc:136
msgctxt "STR_CLICK_ACTION_BOOKMARK"
msgid "Go to page or object"
msgstr "Gaan na bladsy of objek"
-#: strings.hrc:137
+#: sd/inc/strings.hrc:137
msgctxt "STR_CLICK_ACTION_DOCUMENT"
msgid "Go to document"
msgstr "Gaan na dokument"
-#: strings.hrc:138
+#: sd/inc/strings.hrc:138
msgctxt "STR_CLICK_ACTION_SOUND"
msgid "Play audio"
msgstr ""
-#: strings.hrc:139
+#: sd/inc/strings.hrc:139
msgctxt "STR_CLICK_ACTION_VERB"
msgid "Start object action"
msgstr "Begin objekaksie"
-#: strings.hrc:140
+#: sd/inc/strings.hrc:140
msgctxt "STR_CLICK_ACTION_PROGRAM"
msgid "Run program"
msgstr "Laat loop program"
-#: strings.hrc:141
+#: sd/inc/strings.hrc:141
msgctxt "STR_CLICK_ACTION_MACRO"
msgid "Run macro"
msgstr "Laat loop makro"
-#: strings.hrc:142
+#: sd/inc/strings.hrc:142
msgctxt "STR_CLICK_ACTION_STOPPRESENTATION"
msgid "Exit presentation"
msgstr "Sluit voorlegging af"
-#: strings.hrc:143
+#: sd/inc/strings.hrc:143
msgctxt "STR_EFFECTDLG_JUMP"
msgid "Target"
msgstr "Teiken"
-#: strings.hrc:144
+#: sd/inc/strings.hrc:144
msgctxt "STR_EFFECTDLG_ACTION"
msgid "Act~ion"
msgstr "Ak~sie"
-#: strings.hrc:145
+#: sd/inc/strings.hrc:145
msgctxt "STR_EFFECTDLG_SOUND"
msgid "Audio"
msgstr ""
-#: strings.hrc:146
+#: sd/inc/strings.hrc:146
msgctxt "STR_EFFECTDLG_PAGE_OBJECT"
msgid "Slide / Object"
msgstr "Skyfie / Objek"
-#: strings.hrc:147
+#: sd/inc/strings.hrc:147
msgctxt "STR_EFFECTDLG_DOCUMENT"
msgid "Document"
msgstr "Dokument"
-#: strings.hrc:148
+#: sd/inc/strings.hrc:148
msgctxt "STR_EFFECTDLG_PROGRAM"
msgid "Program"
msgstr "Program"
-#: strings.hrc:149
+#: sd/inc/strings.hrc:149
msgctxt "STR_EFFECTDLG_MACRO"
msgid "Macro"
msgstr "Makro"
#. Strings for animation effects
-#: strings.hrc:151
+#: sd/inc/strings.hrc:151
msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Voeg teks in"
-#: strings.hrc:152
+#: sd/inc/strings.hrc:152
msgctxt "STR_SLIDE_SINGULAR"
msgid " Slide"
msgstr " Skyfie"
-#: strings.hrc:153
+#: sd/inc/strings.hrc:153
msgctxt "STR_SLIDE_PLURAL"
msgid " Slides"
msgstr " Skyfies"
-#: strings.hrc:154
+#: sd/inc/strings.hrc:154
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Slide Design"
msgstr "Laai skyfie-ontwerp"
-#: strings.hrc:155
+#: sd/inc/strings.hrc:155
#, fuzzy
msgctxt "STR_DRAGTYPE_URL"
msgid "Insert as Hyperlink"
msgstr "Voeg as hiperskakel in"
-#: strings.hrc:156
+#: sd/inc/strings.hrc:156
#, fuzzy
msgctxt "STR_DRAGTYPE_EMBEDDED"
msgid "Insert as Copy"
msgstr "Voeg as kopie in"
-#: strings.hrc:157
+#: sd/inc/strings.hrc:157
#, fuzzy
msgctxt "STR_DRAGTYPE_LINK"
msgid "Insert as Link"
msgstr "Voeg as skakel in"
-#: strings.hrc:158
+#: sd/inc/strings.hrc:158
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Deftig"
-#: strings.hrc:159
+#: sd/inc/strings.hrc:159
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Links"
-#: strings.hrc:160
+#: sd/inc/strings.hrc:160
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Regs"
-#: strings.hrc:161
+#: sd/inc/strings.hrc:161
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Bokant"
-#: strings.hrc:162
+#: sd/inc/strings.hrc:162
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Onderkant"
-#: strings.hrc:163
+#: sd/inc/strings.hrc:163
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Bo links?"
-#: strings.hrc:164
+#: sd/inc/strings.hrc:164
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Onder links?"
-#: strings.hrc:165
+#: sd/inc/strings.hrc:165
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Bo regs?"
-#: strings.hrc:166
+#: sd/inc/strings.hrc:166
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Onder regs?"
-#: strings.hrc:167
+#: sd/inc/strings.hrc:167
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horisontaal"
-#: strings.hrc:168
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertikaal"
-#: strings.hrc:169
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Almal?"
-#: strings.hrc:170
+#: sd/inc/strings.hrc:170
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Hierdie aksie kan nie in die lewendige modus laat loop word nie."
-#: strings.hrc:171
+#: sd/inc/strings.hrc:171
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Terug"
-#: strings.hrc:172
+#: sd/inc/strings.hrc:172
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Gaan voort"
-#: strings.hrc:173
+#: sd/inc/strings.hrc:173
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Oorsig"
-#: strings.hrc:174
+#: sd/inc/strings.hrc:174
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Kleurtoleransie"
-#: strings.hrc:175
+#: sd/inc/strings.hrc:175
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Oorkruisuitdowing"
-#: strings.hrc:176
-msgctxt "STR_UNDO_COLORRESOLUTION"
-msgid "Color resolution"
-msgstr "Kleurresolusie"
-
-#: strings.hrc:177
+#: sd/inc/strings.hrc:176
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Vou skyfie uit"
-#: strings.hrc:178
+#: sd/inc/strings.hrc:177
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Inhoudsopgaweskyfie"
-#: strings.hrc:179
+#: sd/inc/strings.hrc:178
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Geen SANE-bron is tans beskikbaar nie."
-#: strings.hrc:180
+#: sd/inc/strings.hrc:179
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Geen TWAIN-bron is tans beskikbaar nie."
-#: strings.hrc:181
+#: sd/inc/strings.hrc:180
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Vaste"
-#: strings.hrc:182
+#: sd/inc/strings.hrc:181
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Wisselend"
-#: strings.hrc:183
+#: sd/inc/strings.hrc:182
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standaard"
-#: strings.hrc:184
+#: sd/inc/strings.hrc:183
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standaard (kort)"
-#: strings.hrc:185
+#: sd/inc/strings.hrc:184
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standaard (lank)"
-#: strings.hrc:186
+#: sd/inc/strings.hrc:185
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Lêernaam"
-#: strings.hrc:187
+#: sd/inc/strings.hrc:186
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Pad/lêernaam"
-#: strings.hrc:188
+#: sd/inc/strings.hrc:187
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Pad"
-#: strings.hrc:189
+#: sd/inc/strings.hrc:188
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Lêernaam sonder uitbreiding"
-#: strings.hrc:190
+#: sd/inc/strings.hrc:189
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nuwe doelgemaakte skyfievertoning"
-#: strings.hrc:191
+#: sd/inc/strings.hrc:190
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopieer "
-#: strings.hrc:192
+#: sd/inc/strings.hrc:191
msgctxt "STR_IMPRESS_DOCUMENT"
msgid "Presentation"
msgstr "Voorlegging"
-#: strings.hrc:193
+#: sd/inc/strings.hrc:192
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
-msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
-msgstr "%PRODUCTNAME %PRODUCTVERSION-voorlegging"
+msgid "%PRODUCTNAME Presentation format (Impress 6)"
+msgstr ""
-#: strings.hrc:194
+#: sd/inc/strings.hrc:193
msgctxt "STR_GRAPHIC_DOCUMENT"
msgid "Drawing"
msgstr "Tekening"
-#: strings.hrc:195
+#: sd/inc/strings.hrc:194
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
-msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
-msgstr "%PRODUCTNAME %PRODUCTVERSION-teken"
+msgid "%PRODUCTNAME Drawing format (Draw 6)"
+msgstr ""
-#: strings.hrc:196
+#: sd/inc/strings.hrc:195
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Ongroepeer metalêer(s)..."
-#: strings.hrc:197
+#: sd/inc/strings.hrc:196
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Al die tekenobjekte kon nie ontgroepeer word nie."
+#: sd/inc/strings.hrc:197
+msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
+msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
+msgstr ""
+
+#: sd/inc/strings.hrc:198
+msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
+msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
+msgstr ""
+
#. HtmlExport
-#: strings.hrc:199
+#: sd/inc/strings.hrc:201
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1131,132 +1136,132 @@ msgstr ""
"'n Ontwerp met hierdie naam bestaan reeds.\n"
"Wil u dit vervang?"
-#: strings.hrc:200
+#: sd/inc/strings.hrc:202
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:201
+#: sd/inc/strings.hrc:203
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hiperskakel"
-#: strings.hrc:202
+#: sd/inc/strings.hrc:204
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Besoekte skakel"
-#: strings.hrc:203
+#: sd/inc/strings.hrc:205
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktiewe skakel"
-#: strings.hrc:204
+#: sd/inc/strings.hrc:206
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notas"
-#: strings.hrc:205
+#: sd/inc/strings.hrc:207
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Inhoudsopgawe"
-#: strings.hrc:206
+#: sd/inc/strings.hrc:208
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Kliek hier om te begin"
-#: strings.hrc:207
+#: sd/inc/strings.hrc:209
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Outeur"
-#: strings.hrc:208
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLEXP_EMAIL"
msgid "E-mail"
msgstr "E-pos"
-#: strings.hrc:209
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Tuisblad"
-#: strings.hrc:210
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Verdere inligting"
-#: strings.hrc:211
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Laai voorlegging af"
-#: strings.hrc:212
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "U blaaier ondersteun ongelukkig nie swewende rame nie."
-#: strings.hrc:213
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Eerste bladsy"
-#: strings.hrc:214
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Laaste bladsy"
-#: strings.hrc:215
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:216
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Beeld"
-#: strings.hrc:217
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Met inhoud"
-#: strings.hrc:218
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Sonder inhoud"
-#: strings.hrc:219
+#: sd/inc/strings.hrc:221
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Na gegewe bladsy"
-#: strings.hrc:220
+#: sd/inc/strings.hrc:222
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Skakel biskaart om na veelhoek"
-#: strings.hrc:221
+#: sd/inc/strings.hrc:223
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Kliek om voorlegging te verlaat..."
-#: strings.hrc:222
+#: sd/inc/strings.hrc:224
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pouse..."
-#: strings.hrc:223
+#: sd/inc/strings.hrc:225
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Pas 3-D gunsteling toe"
-#: strings.hrc:224
+#: sd/inc/strings.hrc:226
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
-#: strings.hrc:225
+#: sd/inc/strings.hrc:227
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1266,5271 +1271,5291 @@ msgstr ""
"Die lêer %\n"
"is nie 'n geldige klanklêer nie!"
-#: strings.hrc:226
+#: sd/inc/strings.hrc:228
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Skakel om na metalêer"
-#: strings.hrc:227
+#: sd/inc/strings.hrc:229
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Skakel om na biskaart"
-#: strings.hrc:228
+#: sd/inc/strings.hrc:230
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Die lêer $(URL1) kan nie geskep word nie."
-#: strings.hrc:229
+#: sd/inc/strings.hrc:231
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Die lêer $(URL1) kon nie geopen word nie."
-#: strings.hrc:230
+#: sd/inc/strings.hrc:232
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Die lêer $(URL1) kon nie gekopieer word na $(URL2) nie"
-#: strings.hrc:231
+#: sd/inc/strings.hrc:233
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list and double-click for dialog."
msgstr ""
-#: strings.hrc:232
+#: sd/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Hernoem skyfie"
-#: strings.hrc:233
+#: sd/inc/strings.hrc:235
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:234
+#: sd/inc/strings.hrc:236
msgctxt "STR_TITLE_RENAMEMASTER"
msgid "Rename Master Slide"
msgstr ""
-#: strings.hrc:235
+#: sd/inc/strings.hrc:237
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Titelarea vir OutoUitleg"
-#: strings.hrc:236
+#: sd/inc/strings.hrc:238
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objekarea vir OutoUitleg"
-#: strings.hrc:237
+#: sd/inc/strings.hrc:239
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Voetstukarea"
-#: strings.hrc:238
+#: sd/inc/strings.hrc:240
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Kopstukarea"
-#: strings.hrc:239
+#: sd/inc/strings.hrc:241
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datumarea"
-#: strings.hrc:240
+#: sd/inc/strings.hrc:242
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Skyfienommerarea"
-#: strings.hrc:241
+#: sd/inc/strings.hrc:243
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Bladsynommerarea"
-#: strings.hrc:242
+#: sd/inc/strings.hrc:244
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<kopstuk>"
-#: strings.hrc:243
+#: sd/inc/strings.hrc:245
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<voetstuk>"
-#: strings.hrc:244
+#: sd/inc/strings.hrc:246
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<datum/tyd>"
-#: strings.hrc:245
+#: sd/inc/strings.hrc:247
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<nommer>"
-#: strings.hrc:246
+#: sd/inc/strings.hrc:248
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
-#: strings.hrc:247
+#: sd/inc/strings.hrc:249
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
-#: strings.hrc:248
+#: sd/inc/strings.hrc:250
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
-#: strings.hrc:249
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Notasarea"
-#: strings.hrc:250
+#: sd/inc/strings.hrc:252
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangoel/Handja-omskakeling"
-#: strings.hrc:251
+#: sd/inc/strings.hrc:253
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Skyfies"
-#: strings.hrc:252
+#: sd/inc/strings.hrc:254
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Bladsye"
-#: strings.hrc:253
+#: sd/inc/strings.hrc:255
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Voorskou nie beskikbaar nie"
-#: strings.hrc:254
+#: sd/inc/strings.hrc:256
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Berei tans voorskou voor"
-#: strings.hrc:255
+#: sd/inc/strings.hrc:257
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Uitlegte"
-#: strings.hrc:256
+#: sd/inc/strings.hrc:258
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
-#: strings.hrc:257
+#: sd/inc/strings.hrc:259
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Aanbiedingsopsies"
-#: strings.hrc:258
+#: sd/inc/strings.hrc:260
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Selstyle"
-#: strings.hrc:259
+#: sd/inc/strings.hrc:261
msgctxt "STR_NAVIGATOR_SHOW_NAMED_SHAPES"
msgid "Named shapes"
msgstr "Benoemde vorms"
-#: strings.hrc:260
+#: sd/inc/strings.hrc:262
msgctxt "STR_NAVIGATOR_SHOW_ALL_SHAPES"
msgid "All shapes"
msgstr "Alle vorms"
-#: strings.hrc:261
+#: sd/inc/strings.hrc:263
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Vorm %1"
-#: strings.hrc:262
+#: sd/inc/strings.hrc:264
#, fuzzy
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image for Slide ..."
msgstr "Stel agtergrondprent vir skyfie..."
-#: strings.hrc:263
+#: sd/inc/strings.hrc:265
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Opmerkings"
-#: strings.hrc:264
+#: sd/inc/strings.hrc:266
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
-#: strings.hrc:265
+#: sd/inc/strings.hrc:267
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Voeg tabel in"
-#: strings.hrc:266
+#: sd/inc/strings.hrc:268
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Voeg grafiek in"
-#: strings.hrc:267
+#: sd/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Voeg bladsy in"
-#: strings.hrc:268
+#: sd/inc/strings.hrc:270
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
-#: strings.hrc:269
+#: sd/inc/strings.hrc:271
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
-#: strings.hrc:270
+#: sd/inc/strings.hrc:272
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
-#: strings.hrc:271
+#: sd/inc/strings.hrc:273
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
-#: strings.hrc:272
+#: sd/inc/strings.hrc:274
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
-#: strings.hrc:273
-msgctxt "STR_INSERT_3D_MODEL_TITLE"
-msgid "Insert 3D Model"
-msgstr ""
-
-#: strings.hrc:274
-msgctxt "STR_INSERT_3D_MODEL_ALL_SUPPORTED_FORMATS"
-msgid "All supported formats"
-msgstr ""
-
-#: strings.hrc:275
+#: sd/inc/strings.hrc:275
msgctxt "STR_OBJECTS_TREE"
msgid "Page Tree"
msgstr ""
-#: strings.hrc:276
+#: sd/inc/strings.hrc:276
#, fuzzy, c-format
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Die plaaslike teikengids '%FILENAME' is nie leeg nie. Sommige lêers mag oorheenskryf word. Wil u voortgaan?"
-#: strings.hrc:278
+#: sd/inc/strings.hrc:278
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Agtergrond"
-#: strings.hrc:279
+#: sd/inc/strings.hrc:279
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Agtergrondobjekte"
-#: strings.hrc:280
+#: sd/inc/strings.hrc:280
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Uitleg"
-#: strings.hrc:281
+#: sd/inc/strings.hrc:281
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kontroles"
-#: strings.hrc:282
+#: sd/inc/strings.hrc:282
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Dimensielyne"
-#: strings.hrc:283
+#: sd/inc/strings.hrc:283
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Skyfie"
-#: strings.hrc:284
+#: sd/inc/strings.hrc:284
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Bladsy"
-#: strings.hrc:285
+#: sd/inc/strings.hrc:285
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Skyfie"
-#: strings.hrc:286
+#: sd/inc/strings.hrc:286
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
-#: strings.hrc:287
+#: sd/inc/strings.hrc:287
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
-#: strings.hrc:288
+#: sd/inc/strings.hrc:288
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Meesterbladsye"
-#: strings.hrc:289
+#: sd/inc/strings.hrc:289
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
-#: strings.hrc:290
+#: sd/inc/strings.hrc:290
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notas)"
-#: strings.hrc:291
+#: sd/inc/strings.hrc:291
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Uitdeelstukke"
-#: strings.hrc:292
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Kliek om die titelteksformaat te redigeer"
-#: strings.hrc:293
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Kliek om die skemateksformaat te redigeer"
-#: strings.hrc:294
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Tweede skemavlak"
-#: strings.hrc:295
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Derde skemavlak"
-#: strings.hrc:296
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Vierde skemavlak"
-#: strings.hrc:297
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Vyfde skemavlak"
-#: strings.hrc:298
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sesde skemavlak"
-#: strings.hrc:299
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sewende skemavlak"
-#: strings.hrc:300
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Kliek om die skyfie te verplaas"
-#: strings.hrc:301
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Kliek om die notaformaat te redigeer"
-#: strings.hrc:302
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
-#: strings.hrc:303
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
-#: strings.hrc:304
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
-#: strings.hrc:305
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
-#: strings.hrc:306
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
-#: strings.hrc:307
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
-#: strings.hrc:308
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
-#: strings.hrc:309
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
-#: strings.hrc:310
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
-#: strings.hrc:311
+#: sd/inc/strings.hrc:311
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Verstek"
-#: strings.hrc:312
+#: sd/inc/strings.hrc:312
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:313
+#: sd/inc/strings.hrc:313
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default"
msgstr "Verstek"
-#: strings.hrc:314
+#: sd/inc/strings.hrc:314
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Verplaas skyfies"
-#: strings.hrc:315
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Dimension Line"
msgstr "Dimensielyn"
-#: strings.hrc:316
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
-#: strings.hrc:317
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_OBJWITHARROW"
msgid "Object with arrow"
msgstr "Objek met pyltjie"
-#: strings.hrc:318
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_OBJWITHSHADOW"
msgid "Object with shadow"
msgstr "Objek met skadu"
-#: strings.hrc:319
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objek sonder agtergrond"
-#: strings.hrc:320
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:321
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_TEXTBODY"
msgid "Text body"
msgstr "Teksliggaam"
-#: strings.hrc:322
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_TEXTBODY_JUSTIFY"
msgid "Text body justified"
msgstr "Teksliggaam-belyn"
-#: strings.hrc:323
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_TEXTBODY_INDENT"
msgid "First line indent"
msgstr "Eerstereël-inkeep"
-#: strings.hrc:324
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_TITLE"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:325
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_TITLE1"
msgid "Title1"
msgstr "Titel1"
-#: strings.hrc:326
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_TITLE2"
msgid "Title2"
msgstr "Titel2"
-#: strings.hrc:327
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_HEADLINE"
msgid "Heading"
msgstr "Opskrif"
-#: strings.hrc:328
+#: sd/inc/strings.hrc:328
msgctxt "STR_POOLSHEET_HEADLINE1"
msgid "Heading1"
msgstr "Opskrif1"
-#: strings.hrc:329
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_HEADLINE2"
msgid "Heading2"
msgstr "Opskrif2"
-#: strings.hrc:330
+#: sd/inc/strings.hrc:330
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:331
+#: sd/inc/strings.hrc:331
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtitel"
-#: strings.hrc:332
+#: sd/inc/strings.hrc:332
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Skema"
-#: strings.hrc:333
+#: sd/inc/strings.hrc:333
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Agtergrondobjekte"
-#: strings.hrc:334
+#: sd/inc/strings.hrc:334
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Agtergrond"
-#: strings.hrc:335
+#: sd/inc/strings.hrc:335
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notas"
-#: strings.hrc:336
+#: sd/inc/strings.hrc:336
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint-invoer"
-#: strings.hrc:337
+#: sd/inc/strings.hrc:337
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Stoor dokument"
-#: strings.hrc:338
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_BANDED_CELL"
msgid "Banding cell"
msgstr "Banding van sel"
-#: strings.hrc:339
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_HEADER"
msgid "Header"
msgstr "Kop"
-#: strings.hrc:340
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_TOTAL"
msgid "Total line"
msgstr "Totaalreël"
-#: strings.hrc:341
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_FIRST_COLUMN"
msgid "First column"
msgstr "Eerste kolom"
-#: strings.hrc:342
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_LAST_COLUMN"
msgid "Last column"
msgstr "Laaste kolom"
-#: strings.hrc:343
+#: sd/inc/strings.hrc:343
msgctxt "STR_ENTER_PIN"
msgid "Enter PIN:"
msgstr ""
-#: strings.hrc:344
+#: sd/inc/strings.hrc:344
msgctxt "STR_DEAUTHORISE_CLIENT"
msgid "Remove client authorisation"
msgstr ""
-#: strings.hrc:345
+#: sd/inc/strings.hrc:345
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
-#: strings.hrc:346
+#: sd/inc/strings.hrc:346
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: strings.hrc:351
+#: sd/inc/strings.hrc:351
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tekeningaansig"
-#: strings.hrc:352
+#: sd/inc/strings.hrc:352
msgctxt "SID_SD_A11Y_D_DRAWVIEW_D"
msgid "This is where you create and edit drawings."
msgstr "Dit is waar jy tekeninge skep en redigeer."
-#: strings.hrc:353
+#: sd/inc/strings.hrc:353
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tekeningaansig"
-#: strings.hrc:354
+#: sd/inc/strings.hrc:354
msgctxt "SID_SD_A11Y_I_DRAWVIEW_D"
msgid "This is where you create and edit slides."
msgstr "Dit is waar jy skyfies skep en redigeer."
-#: strings.hrc:355
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Skema-aansig"
-#: strings.hrc:356
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_D"
msgid "This is where you enter or edit text in list form."
msgstr "Dit is waar jy teks in lysvorm intik of redigeer."
-#: strings.hrc:357
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Skyfiesaansig"
-#: strings.hrc:358
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Dit is waar jy skyfies sorteer."
-#: strings.hrc:359
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Nota-aansig"
-#: strings.hrc:360
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_D"
msgid "This is where you enter and view notes."
msgstr "Dit is waar jy aantekeninge intik en redigeer."
-#: strings.hrc:361
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Uitdeelstuk-aansig"
-#: strings.hrc:362
+#: sd/inc/strings.hrc:362
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_D"
msgid "This is where you decide on the layout for handouts."
msgstr "Dit is waar jy besluit oor die uitleg van uitdeelstukke."
-#: strings.hrc:363
+#: sd/inc/strings.hrc:363
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Voorlegging"
-#: strings.hrc:364
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
-#: strings.hrc:365
+#: sd/inc/strings.hrc:365
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
-#: strings.hrc:366
+#: sd/inc/strings.hrc:366
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Voorlegging"
-#: strings.hrc:367
+#: sd/inc/strings.hrc:367
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Voorlegging"
-#: strings.hrc:368
+#: sd/inc/strings.hrc:368
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Uitdeelstuk"
-#: strings.hrc:369
+#: sd/inc/strings.hrc:369
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
-#: strings.hrc:370
+#: sd/inc/strings.hrc:370
msgctxt "SID_SD_A11Y_P_TITLE_D"
msgid "PresentationTitleShape"
msgstr ""
-#: strings.hrc:371
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_OUTLINER_D"
msgid "PresentationOutlinerShape"
msgstr ""
-#: strings.hrc:372
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_SUBTITLE_D"
msgid "PresentationSubtitleShape"
msgstr ""
-#: strings.hrc:373
+#: sd/inc/strings.hrc:373
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_D"
msgid "PresentationPageShape"
msgstr "Voorlegging"
-#: strings.hrc:374
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_NOTES_D"
msgid "PresentationNotesShape"
msgstr ""
-#: strings.hrc:375
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_P_HANDOUT_D"
msgid "PresentationHandoutShape"
msgstr ""
-#: strings.hrc:376
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_UNKNOWN_D"
msgid "Unknown accessible presentation shape"
msgstr ""
-#: strings.hrc:377
+#: sd/inc/strings.hrc:377
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Voorleggingsmodus"
-#: strings.hrc:378
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_FOOTER_D"
msgid "PresentationFooterShape"
msgstr ""
-#: strings.hrc:379
+#: sd/inc/strings.hrc:379
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Voorlegging"
-#: strings.hrc:380
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_HEADER_D"
msgid "PresentationHeaderShape"
msgstr ""
-#: strings.hrc:381
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
-#: strings.hrc:382
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_DATE_D"
msgid "PresentationDateAndTimeShape"
msgstr ""
-#: strings.hrc:383
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
-#: strings.hrc:384
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_D"
msgid "PresentationPageNumberShape"
msgstr ""
-#: strings.hrc:385
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME-voorlegging"
-#: strings.hrc:386
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:387
+#: sd/inc/strings.hrc:387
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Skema"
-#: strings.hrc:388
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtitel"
-#: strings.hrc:389
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Bladsy"
-#: strings.hrc:390
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notas"
-#: strings.hrc:391
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Uitdeelstuk"
-#: strings.hrc:392
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
-#: strings.hrc:393
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Voet"
-#: strings.hrc:394
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Kop"
-#: strings.hrc:395
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datum"
-#: strings.hrc:396
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Nommer"
-#: strings.hrc:397
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(leesalleen)"
-#: strings.hrc:399
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "geen"
-#: strings.hrc:400
+#: sd/inc/strings.hrc:400
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Tot volgende kliek"
-#: strings.hrc:401
+#: sd/inc/strings.hrc:401
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Tot einde van skyfie"
-#: strings.hrc:402
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Rigting"
-#: strings.hrc:403
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoem"
-#: strings.hrc:404
+#: sd/inc/strings.hrc:404
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Speke"
-#: strings.hrc:405
+#: sd/inc/strings.hrc:405
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Eerste kolom"
-#: strings.hrc:406
+#: sd/inc/strings.hrc:406
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Tweede kleur"
-#: strings.hrc:407
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Eerste kolom"
-#: strings.hrc:408
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Styl:"
-#: strings.hrc:409
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Font"
-#: strings.hrc:410
+#: sd/inc/strings.hrc:410
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Eerste kolom"
-#: strings.hrc:411
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Styl:"
-#: strings.hrc:412
+#: sd/inc/strings.hrc:412
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Lettertipe"
-#: strings.hrc:413
+#: sd/inc/strings.hrc:413
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Lynkleur"
-#: strings.hrc:414
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Fontgrootte"
-#: strings.hrc:415
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Grootte"
-#: strings.hrc:416
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Hoeveelheid"
-#: strings.hrc:417
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Kleur"
-#: strings.hrc:418
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Geen klank nie)"
-#: strings.hrc:419
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Stop vorige klank)"
-#: strings.hrc:420
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Ander klank..."
-#: strings.hrc:421
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Monster"
-#: strings.hrc:422
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Sneller"
-#: strings.hrc:423
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_LIST_HELPTEXT"
msgid "First select the slide element and then click 'Add...' to add an animation effect."
msgstr "Selekteer eers die skyfie-element en kliek dan 'Byvoeg...' om 'n animasie-effek by te voeg."
-#: strings.hrc:424
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
-#: strings.hrc:425
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
-#: strings.hrc:426
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
-#: strings.hrc:427
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
-#: strings.hrc:428
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
-#: strings.hrc:429
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "geen"
-#: strings.hrc:431
+#: sd/inc/strings.hrc:431
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Vandag,"
-#: strings.hrc:432
+#: sd/inc/strings.hrc:432
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Gister,"
-#: strings.hrc:433
+#: sd/inc/strings.hrc:433
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(geen outeur)"
-#: strings.hrc:434
+#: sd/inc/strings.hrc:434
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress het die einde van die voorlegging bereik. Wil u verder aan die begin soek?"
-#: strings.hrc:435
+#: sd/inc/strings.hrc:435
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress het die begin van die voorlegging bereik. Wil u verder aan die einde soek?"
-#: strings.hrc:436
+#: sd/inc/strings.hrc:436
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw het die einde van die dokument bereik. Wil u verder aan die begin soek?"
-#: strings.hrc:437
+#: sd/inc/strings.hrc:437
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw het tot aan die begin van die dokument gesoek. Wil u verder aan die einde soek?"
-#: strings.hrc:438
+#: sd/inc/strings.hrc:438
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Voeg opmerking in"
-#: strings.hrc:439
+#: sd/inc/strings.hrc:439
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Skrap opmerking(s)"
-#: strings.hrc:440
+#: sd/inc/strings.hrc:440
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Skuif opmerking"
-#: strings.hrc:441
+#: sd/inc/strings.hrc:441
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Redigeer opmerking"
-#: strings.hrc:442
+#: sd/inc/strings.hrc:442
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Antwoord aan%1"
-#: strings.hrc:444
+#: sd/inc/strings.hrc:444
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Media-terugspeel"
-#: strings.hrc:445
+#: sd/inc/strings.hrc:445
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:447
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
-#: strings.hrc:448
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_PRINT_GROUP"
msgid "Print"
msgstr "Druk"
-#: strings.hrc:449
+#: sd/inc/strings.hrc:449
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
-#: strings.hrc:450
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page"
msgstr "Skyfies per bladsy"
-#: strings.hrc:451
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order"
msgstr "Volgorde"
-#: strings.hrc:452
+#: sd/inc/strings.hrc:452
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Inhoud"
-#: strings.hrc:453
+#: sd/inc/strings.hrc:453
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Skuifiepaneel"
-#: strings.hrc:454
+#: sd/inc/strings.hrc:454
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Bladsynaam"
-#: strings.hrc:455
+#: sd/inc/strings.hrc:455
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Datum en tyd"
-#: strings.hrc:456
+#: sd/inc/strings.hrc:456
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "V~ersteekde bladsye"
-#: strings.hrc:457
+#: sd/inc/strings.hrc:457
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Kleur"
-#: strings.hrc:458
+#: sd/inc/strings.hrc:458
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Grootte"
-#: strings.hrc:459
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brosjures"
-#: strings.hrc:460
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
-#: strings.hrc:461
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Sluit in"
-#: strings.hrc:462
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
-#: strings.hrc:463
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Print range"
msgstr "Drukomvang"
-#: strings.hrc:465
+#: sd/inc/strings.hrc:465
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress het tot aan die einde van die voorlegging gesoek. Wil u verder soek aan die begin?"
-#: strings.hrc:466
+#: sd/inc/strings.hrc:466
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress het tot aan die begin van die voorlegging gesoek. Wil u verder soek aan die einde?"
-#: strings.hrc:467
+#: sd/inc/strings.hrc:467
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw het tot aan die einde van die dokument gesoek. Wil u aan die begin voortgaan?"
-#: strings.hrc:468
+#: sd/inc/strings.hrc:468
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw het tot aan die begin van die dokument gesoek. Wil u verder soek aan die einde?"
-#: strings.hrc:470
+#: sd/inc/strings.hrc:470
msgctxt "STR_SD_NONE"
msgid "- None -"
msgstr "- Geen -"
-#: annotationmenu.ui:13
+#: sd/inc/strings.hrc:472
+#, c-format
+msgctxt "STR_CTRLCLICKHYPERLINK"
+msgid "%s-click to follow hyperlink: "
+msgstr ""
+
+#: sd/inc/strings.hrc:473
+msgctxt "STR_CLICKHYPERLINK"
+msgid "Click to open hyperlink: "
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
#, fuzzy
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "~Antwoord"
-#: annotationmenu.ui:28
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
#, fuzzy
msgctxt "annotationmenu|bold"
msgid "_Bold"
msgstr "Vetdruk"
-#: annotationmenu.ui:37
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
#, fuzzy
msgctxt "annotationmenu|italic"
msgid "_Italic"
msgstr "Skuinsdruk"
-#: annotationmenu.ui:46
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
#, fuzzy
msgctxt "annotationmenu|underline"
msgid "_Underline"
msgstr "Onderstreep"
-#: annotationmenu.ui:55
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
#, fuzzy
msgctxt "annotationmenu|strike"
msgid "_Strikethrough"
msgstr "Deurhaal"
-#: annotationmenu.ui:70
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
#, fuzzy
msgctxt "annotationmenu|copy"
msgid "_Copy"
msgstr "Kopieer"
-#: annotationmenu.ui:79
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
#, fuzzy
msgctxt "annotationmenu|paste"
msgid "_Paste"
msgstr "Plak"
-#: annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
#, fuzzy
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "Skrap opmerking(s)"
-#: annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
#, fuzzy
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "Skrap alle opmerkings ~deur %1"
-#: annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
#, fuzzy
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "Skrap alle opmerkings"
-#: annotationtagmenu.ui:12
+#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:12
#, fuzzy
msgctxt "annotationtagmenu|reply"
msgid "_Reply"
msgstr "~Antwoord"
-#: annotationtagmenu.ui:26
+#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:26
#, fuzzy
msgctxt "annotationtagmenu|delete"
msgid "_Delete Comment"
msgstr "Skrap opmerking(s)"
-#: annotationtagmenu.ui:34
+#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:34
#, fuzzy
msgctxt "annotationtagmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "Skrap alle opmerkings ~deur %1"
-#: annotationtagmenu.ui:42
+#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:42
#, fuzzy
msgctxt "annotationtagmenu|deleteall"
msgid "Delete _All Comments"
msgstr "Skrap alle opmerkings"
-#: currentmastermenu.ui:12
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:12
#, fuzzy
msgctxt "currentmastermenu|applyall"
msgid "_Apply to All Slides"
msgstr "~Pas op alle skyfies toe"
-#: currentmastermenu.ui:20
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:20
#, fuzzy
msgctxt "currentmastermenu|applyselect"
msgid "Apply to _Selected Slides"
msgstr "Pas op ~geselekteerde skyfies toe"
-#: currentmastermenu.ui:34
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:34
#, fuzzy
msgctxt "currentmastermenu|edit"
msgid "_Edit Master..."
msgstr "~Redigeer meester..."
-#: currentmastermenu.ui:42
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:42
#, fuzzy
msgctxt "currentmastermenu|delete"
msgid "D_elete Master"
msgstr "Skrap meester"
-#: currentmastermenu.ui:56
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:56
#, fuzzy
msgctxt "currentmastermenu|large"
msgid "Show _Large Preview"
msgstr "Wys ~groot voorskou"
-#: currentmastermenu.ui:63
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:63
#, fuzzy
msgctxt "currentmastermenu|small"
msgid "Show S_mall Preview"
msgstr "Wys k~lein voorskou"
-#: customanimationeffecttab.ui:44
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:44
#, fuzzy
msgctxt "customanimationeffecttab|prop_label1"
msgid "_Direction:"
msgstr "Rigting"
-#: customanimationeffecttab.ui:90
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:90
msgctxt "customanimationeffecttab|smooth_start"
msgid "Accelerated start"
msgstr ""
-#: customanimationeffecttab.ui:104
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:105
msgctxt "customanimationeffecttab|smooth_end"
msgid "Decelerated end"
msgstr ""
-#: customanimationeffecttab.ui:131
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:133
#, fuzzy
msgctxt "customanimationeffecttab|label3"
msgid "Settings"
msgstr "Instellings"
-#: customanimationeffecttab.ui:169
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:171
msgctxt "customanimationeffecttab|aeffect_label"
msgid "A_fter animation:"
msgstr ""
-#: customanimationeffecttab.ui:183
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:185
msgctxt "customanimationeffecttab|sound_label"
msgid "_Sound:"
msgstr ""
-#: customanimationeffecttab.ui:197
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:199
#, fuzzy
msgctxt "customanimationeffecttab|text_animation_label"
msgid "_Text animation:"
msgstr "Teksanimasie"
-#: customanimationeffecttab.ui:211
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:213
msgctxt "customanimationeffecttab|dim_color_label"
msgid "Di_m color:"
msgstr ""
-#: customanimationeffecttab.ui:288
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:289
msgctxt "customanimationeffecttab|text_delay_label"
msgid "delay between characters"
msgstr ""
-#: customanimationeffecttab.ui:307
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:308
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Don't dim"
msgstr ""
-#: customanimationeffecttab.ui:308
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:309
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Dim with color"
msgstr ""
-#: customanimationeffecttab.ui:309
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:310
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Hide after animation"
msgstr ""
-#: customanimationeffecttab.ui:310
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:311
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Hide on next animation"
msgstr ""
-#: customanimationeffecttab.ui:323
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:324
msgctxt "customanimationeffecttab|text_animation_list"
msgid "All at once"
msgstr ""
-#: customanimationeffecttab.ui:324
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:325
msgctxt "customanimationeffecttab|text_animation_list"
msgid "Word by word"
msgstr ""
-#: customanimationeffecttab.ui:325
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:326
msgctxt "customanimationeffecttab|text_animation_list"
msgid "Letter by letter"
msgstr ""
-#: customanimationeffecttab.ui:344
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:345
msgctxt "customanimationeffecttab|label4"
msgid "Enhancement"
msgstr ""
-#: customanimationproperties.ui:8
+#: sd/uiconfig/simpress/ui/customanimationproperties.ui:8
#, fuzzy
msgctxt "customanimationproperties|CustomAnimationProperties"
msgid "Effect Options"
msgstr "~Effekopsies..."
-#: customanimationproperties.ui:91
+#: sd/uiconfig/simpress/ui/customanimationproperties.ui:91
#, fuzzy
msgctxt "customanimationproperties|effect"
msgid "Effect"
msgstr "Effekte"
-#: customanimationproperties.ui:113
+#: sd/uiconfig/simpress/ui/customanimationproperties.ui:113
msgctxt "customanimationproperties|timing"
msgid "Timing"
msgstr ""
-#: customanimationproperties.ui:136
+#: sd/uiconfig/simpress/ui/customanimationproperties.ui:136
msgctxt "customanimationproperties|textanim"
msgid "Text Animation"
msgstr "Teksanimasie"
-#: customanimationspanel.ui:91
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:91
msgctxt "customanimationspanel|add_effect|tooltip_text"
msgid "Add Effect"
msgstr ""
-#: customanimationspanel.ui:106
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:106
msgctxt "customanimationspanel|remove_effect|tooltip_text"
msgid "Remove Effect"
msgstr ""
-#: customanimationspanel.ui:121
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:121
msgctxt "customanimationspanel|move_up|tooltip_text"
msgid "Move Up"
msgstr "Skuif op"
-#: customanimationspanel.ui:136
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:136
msgctxt "customanimationspanel|move_down|tooltip_text"
msgid "Move Down"
msgstr "Skuif ondertoe"
-#: customanimationspanel.ui:164
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:164
#, fuzzy
msgctxt "customanimationspanel|categorylabel"
msgid "Category:"
msgstr "~Kategorie:"
-#: customanimationspanel.ui:178
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:178
#, fuzzy
msgctxt "customanimationspanel|effectlabel"
msgid "Effect:"
msgstr "Effekte"
-#: customanimationspanel.ui:193
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:193
msgctxt "customanimationspanel|categorylb"
msgid "Entrance"
msgstr ""
-#: customanimationspanel.ui:194
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:194
msgctxt "customanimationspanel|categorylb"
msgid "Emphasis"
msgstr "Beklemtoning"
-#: customanimationspanel.ui:195
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:195
#, fuzzy
msgctxt "customanimationspanel|categorylb"
msgid "Exit"
msgstr "~Afsluit"
-#: customanimationspanel.ui:196
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:196
msgctxt "customanimationspanel|categorylb"
msgid "Motion Paths"
msgstr ""
-#: customanimationspanel.ui:197
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:197
msgctxt "customanimationspanel|categorylb"
msgid "Misc Effects"
msgstr ""
-#: customanimationspanel.ui:242
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:242
msgctxt "customanimationspanel|start_effect"
msgid "_Start:"
msgstr ""
-#: customanimationspanel.ui:256
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:256
#, fuzzy
msgctxt "customanimationspanel|effect_property"
msgid "_Direction:"
msgstr "Rigting"
-#: customanimationspanel.ui:270
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:270
#, fuzzy
msgctxt "customanimationspanel|effect_duration"
msgid "D_uration:"
msgstr "Duur"
-#: customanimationspanel.ui:285
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:285
msgctxt "customanimationspanel|start_effect_list"
msgid "On click"
msgstr ""
-#: customanimationspanel.ui:286
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:286
msgctxt "customanimationspanel|start_effect_list"
msgid "With previous"
msgstr ""
-#: customanimationspanel.ui:287
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:287
msgctxt "customanimationspanel|start_effect_list"
msgid "After previous"
msgstr ""
-#: customanimationspanel.ui:324
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:324
msgctxt "customanimationspanel|more_properties|tooltip_text"
msgid "Options"
msgstr "Opsies"
-#: customanimationspanel.ui:350
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:350
msgctxt "customanimationspanel|delay_label"
msgid "_Delay:"
msgstr ""
-#: customanimationspanel.ui:387
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:387
#, fuzzy
msgctxt "customanimationspanel|effect_label"
msgid "Effect"
msgstr "Effekte"
-#: customanimationspanel.ui:429
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:429
msgctxt "customanimationspanel|auto_preview"
msgid "Automatic Preview"
msgstr ""
-#: customanimationspanel.ui:446
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:446
#, fuzzy
msgctxt "customanimationspanel|play"
msgid "Play"
msgstr "~Speel"
-#: customanimationspanel.ui:451
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:451
#, fuzzy
msgctxt "customanimationspanel|play|tooltip_text"
msgid "Preview Effect"
msgstr "Voorskou objek"
-#: customanimationspanel.ui:479
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:479
msgctxt "customanimationspanel|box1_label"
msgid "Animation Deck"
msgstr ""
-#: customanimationspanel.ui:492
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:492
msgctxt "customanimationspanel|custom_animation_list_label"
msgid "Animation List"
msgstr ""
-#: customanimationspanelhorizontal.ui:96
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:96
msgctxt "customanimationspanelhorizontal|add_effect|tooltip_text"
msgid "Add Effect"
msgstr ""
-#: customanimationspanelhorizontal.ui:110
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:110
msgctxt "customanimationspanelhorizontal|remove_effect|tooltip_text"
msgid "Remove Effect"
msgstr ""
-#: customanimationspanelhorizontal.ui:124
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:124
msgctxt "customanimationspanelhorizontal|move_up|tooltip_text"
msgid "Move Up"
msgstr "Skuif op"
-#: customanimationspanelhorizontal.ui:138
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:138
msgctxt "customanimationspanelhorizontal|move_down|tooltip_text"
msgid "Move Down"
msgstr "Skuif ondertoe"
-#: customanimationspanelhorizontal.ui:166
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:166
msgctxt "customanimationspanelhorizontal|start_effect"
msgid "_Start:"
msgstr ""
-#: customanimationspanelhorizontal.ui:179
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:179
#, fuzzy
msgctxt "customanimationspanelhorizontal|effect_property"
msgid "_Direction:"
msgstr "Rigting"
-#: customanimationspanelhorizontal.ui:193
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:193
msgctxt "customanimationspanelhorizontal|start_effect_list"
msgid "On click"
msgstr ""
-#: customanimationspanelhorizontal.ui:194
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:194
msgctxt "customanimationspanelhorizontal|start_effect_list"
msgid "With previous"
msgstr ""
-#: customanimationspanelhorizontal.ui:195
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:195
msgctxt "customanimationspanelhorizontal|start_effect_list"
msgid "After previous"
msgstr ""
-#: customanimationspanelhorizontal.ui:247
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:247
#, fuzzy
msgctxt "customanimationspanelhorizontal|categorylabel"
msgid "Category:"
msgstr "~Kategorie:"
-#: customanimationspanelhorizontal.ui:260
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:260
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Entrance"
msgstr ""
-#: customanimationspanelhorizontal.ui:261
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:261
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Emphasis"
msgstr "Beklemtoning"
-#: customanimationspanelhorizontal.ui:262
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:262
#, fuzzy
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Exit"
msgstr "~Afsluit"
-#: customanimationspanelhorizontal.ui:263
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:263
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Motion Paths"
msgstr ""
-#: customanimationspanelhorizontal.ui:264
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:264
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Misc Effects"
msgstr ""
-#: customanimationspanelhorizontal.ui:277
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:277
#, fuzzy
msgctxt "customanimationspanelhorizontal|effect_duration"
msgid "D_uration:"
msgstr "Duur"
-#: customanimationspanelhorizontal.ui:290
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:290
msgctxt "customanimationspanelhorizontal|anim_duration|tooltip_text"
msgid "Select the speed of the Animation."
msgstr ""
-#: customanimationspanelhorizontal.ui:302
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:302
msgctxt "customanimationspanelhorizontal|delay_label"
msgid "_Delay:"
msgstr ""
-#: customanimationspanelhorizontal.ui:340
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:340
#, fuzzy
msgctxt "customanimationspanelhorizontal|effectlabel"
msgid "Effect:"
msgstr "Effekte"
-#: customanimationspanelhorizontal.ui:378
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:378
msgctxt "customanimationspanelhorizontal|auto_preview"
msgid "Automatic Preview"
msgstr ""
-#: customanimationspanelhorizontal.ui:407
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:407
#, fuzzy
msgctxt "customanimationspanelhorizontal|play"
msgid "Play"
msgstr "~Speel"
-#: customanimationspanelhorizontal.ui:412
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:412
#, fuzzy
msgctxt "customanimationspanelhorizontal|play|tooltip_text"
msgid "Preview Effect"
msgstr "Voorskou objek"
-#: customanimationtexttab.ui:26
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:26
msgctxt "customanimationtexttab|group_text_label"
msgid "_Group text:"
msgstr ""
-#: customanimationtexttab.ui:56
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:55
msgctxt "customanimationtexttab|auto_after"
msgid "_Automatically after:"
msgstr ""
-#: customanimationtexttab.ui:78
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:77
msgctxt "customanimationtexttab|group_text_list"
msgid "As one object"
msgstr ""
-#: customanimationtexttab.ui:79
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:78
msgctxt "customanimationtexttab|group_text_list"
msgid "All paragraphs at once"
msgstr ""
-#: customanimationtexttab.ui:80
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:79
msgctxt "customanimationtexttab|group_text_list"
msgid "By 1st level paragraphs"
msgstr ""
-#: customanimationtexttab.ui:81
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:80
msgctxt "customanimationtexttab|group_text_list"
msgid "By 2nd level paragraphs"
msgstr ""
-#: customanimationtexttab.ui:82
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:81
msgctxt "customanimationtexttab|group_text_list"
msgid "By 3rd level paragraphs"
msgstr ""
-#: customanimationtexttab.ui:83
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:82
msgctxt "customanimationtexttab|group_text_list"
msgid "By 4th level paragraphs"
msgstr ""
-#: customanimationtexttab.ui:84
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:83
msgctxt "customanimationtexttab|group_text_list"
msgid "By 5th level paragraphs"
msgstr ""
-#: customanimationtexttab.ui:103
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:102
msgctxt "customanimationtexttab|animate_shape"
msgid "Animate attached _shape"
msgstr ""
-#: customanimationtexttab.ui:119
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:118
msgctxt "customanimationtexttab|reverse_order"
msgid "_In reverse order"
msgstr ""
-#: customanimationtimingtab.ui:29
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:29
msgctxt "customanimationtimingtab|start_label"
msgid "_Start:"
msgstr ""
-#: customanimationtimingtab.ui:42
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:42
msgctxt "customanimationtimingtab|delay_label"
msgid "_Delay:"
msgstr ""
-#: customanimationtimingtab.ui:55
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:55
#, fuzzy
msgctxt "customanimationtimingtab|duration_label"
msgid "D_uration:"
msgstr "Duur"
-#: customanimationtimingtab.ui:68
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:68
#, fuzzy
msgctxt "customanimationtimingtab|repeat_label"
msgid "_Repeat:"
msgstr "~Herhaal: "
-#: customanimationtimingtab.ui:82
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:82
msgctxt "customanimationtimingtab|start_list"
msgid "On click"
msgstr ""
-#: customanimationtimingtab.ui:83
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:83
msgctxt "customanimationtimingtab|start_list"
msgid "With previous"
msgstr ""
-#: customanimationtimingtab.ui:84
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:84
msgctxt "customanimationtimingtab|start_list"
msgid "After previous"
msgstr ""
-#: customanimationtimingtab.ui:111
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:111
msgctxt "customanimationtimingtab|anim_duration|tooltip_text"
msgid "Select the speed of the Animation."
msgstr ""
-#: customanimationtimingtab.ui:133
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:133
msgctxt "customanimationtimingtab|rewind"
msgid "Rewind _when done playing"
msgstr ""
-#: customanimationtimingtab.ui:174
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:174
msgctxt "customanimationtimingtab|rb_click_sequence"
msgid "_Animate as part of click sequence"
msgstr ""
-#: customanimationtimingtab.ui:192
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:192
msgctxt "customanimationtimingtab|rb_interactive"
msgid "Start _effect on click of:"
msgstr ""
-#: customanimationtimingtab.ui:228
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:228
msgctxt "customanimationtimingtab|label11"
msgid "Trigger"
msgstr "Sneller"
-#: customslideshows.ui:8
+#: sd/uiconfig/simpress/ui/customslideshows.ui:8
#, fuzzy
msgctxt "customslideshows|CustomSlideShows"
msgid "Custom Slide Shows"
msgstr "Nuwe doelgemaakte skyfievertoning"
-#: customslideshows.ui:37
+#: sd/uiconfig/simpress/ui/customslideshows.ui:37
#, fuzzy
msgctxt "customslideshows|startshow"
msgid "_Start"
msgstr "Deftig"
-#: customslideshows.ui:103
+#: sd/uiconfig/simpress/ui/customslideshows.ui:103
msgctxt "customslideshows|usecustomshows"
msgid "_Use custom slide show"
msgstr ""
-#: customslideshows.ui:165
+#: sd/uiconfig/simpress/ui/customslideshows.ui:165
#, fuzzy
msgctxt "customslideshows|copy"
msgid "Cop_y"
msgstr "Kopieer"
-#: definecustomslideshow.ui:9
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:9
#, fuzzy
msgctxt "definecustomslideshow|DefineCustomSlideShow"
msgid "Define Custom Slide Show"
msgstr "Nuwe doelgemaakte skyfievertoning"
-#: definecustomslideshow.ui:91
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:91
#, fuzzy
msgctxt "definecustomslideshow|label1"
msgid "_Name:"
msgstr "Naam"
-#: definecustomslideshow.ui:134
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:133
msgctxt "definecustomslideshow|label2"
msgid "_Existing slides:"
msgstr ""
-#: definecustomslideshow.ui:148
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:147
msgctxt "definecustomslideshow|label3"
msgid "_Selected slides:"
msgstr ""
-#: definecustomslideshow.ui:198
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:197
msgctxt "definecustomslideshow|add"
msgid ">>"
msgstr ""
-#: definecustomslideshow.ui:211
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:210
msgctxt "definecustomslideshow|remove"
msgid "<<"
msgstr ""
-#: dlgfield.ui:9
+#: sd/uiconfig/simpress/ui/dlgfield.ui:9
#, fuzzy
msgctxt "dlgfield|EditFieldsDialog"
msgid "Edit Field"
msgstr "Redigeer lêer"
-#: dlgfield.ui:100
+#: sd/uiconfig/simpress/ui/dlgfield.ui:100
#, fuzzy
msgctxt "dlgfield|fixedRB"
msgid "_Fixed"
msgstr "Vaste"
-#: dlgfield.ui:118
+#: sd/uiconfig/simpress/ui/dlgfield.ui:118
#, fuzzy
msgctxt "dlgfield|varRB"
msgid "_Variable"
msgstr "Wisselend"
-#: dlgfield.ui:142
+#: sd/uiconfig/simpress/ui/dlgfield.ui:142
msgctxt "dlgfield|label1"
msgid "Field Type"
msgstr "Veldtipe"
-#: dlgfield.ui:164
+#: sd/uiconfig/simpress/ui/dlgfield.ui:164
#, fuzzy
msgctxt "dlgfield|label2"
msgid "_Language:"
msgstr "Taal"
-#: dlgfield.ui:216
+#: sd/uiconfig/simpress/ui/dlgfield.ui:216
#, fuzzy
msgctxt "dlgfield|label3"
msgid "F_ormat"
msgstr "Formaat"
-#: dockinganimation.ui:62
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:62
#, fuzzy
msgctxt "dockinganimation|DockingAnimation"
msgid "Animation"
msgstr "Animasies"
-#: dockinganimation.ui:90
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:90
msgctxt "dockinganimation|box|tooltip_text"
msgid "Preview"
msgstr "Voorskou"
-#: dockinganimation.ui:115
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:115
msgctxt "dockinganimation|loopcount|tooltip_text"
msgid "Loop Count"
msgstr ""
-#: dockinganimation.ui:135
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:135
#, fuzzy
msgctxt "dockinganimation|loopcount"
msgid "Max."
msgstr "Maks"
-#: dockinganimation.ui:149
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:149
msgctxt "dockinganimation|duration|tooltip_text"
msgid "Duration"
msgstr "Duur"
-#: dockinganimation.ui:163
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:163
#, fuzzy
msgctxt "dockinganimation|numbitmap|tooltip_text"
msgid "Image Number"
msgstr "Bladsynommer"
-#: dockinganimation.ui:186
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:186
#, fuzzy
msgctxt "dockinganimation|first|tooltip_text"
msgid "First Image"
msgstr "Eerste bladsy"
-#: dockinganimation.ui:201
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:201
msgctxt "dockinganimation|prev|tooltip_text"
msgid "Backwards"
msgstr ""
-#: dockinganimation.ui:216
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:216
#, fuzzy
msgctxt "dockinganimation|stop|tooltip_text"
msgid "Stop"
msgstr "St~op"
-#: dockinganimation.ui:231
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:231
#, fuzzy
msgctxt "dockinganimation|next|tooltip_text"
msgid "Play"
msgstr "~Speel"
-#: dockinganimation.ui:246
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:246
#, fuzzy
msgctxt "dockinganimation|last|tooltip_text"
msgid "Last Image"
msgstr "Laaste bladsy"
-#: dockinganimation.ui:299
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:299
msgctxt "dockinganimation|group"
msgid "Group object"
msgstr ""
-#: dockinganimation.ui:317
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:318
msgctxt "dockinganimation|bitmap"
msgid "Bitmap object"
msgstr ""
-#: dockinganimation.ui:340
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:342
msgctxt "dockinganimation|alignmentft"
msgid "Alignment"
msgstr "Belyning"
-#: dockinganimation.ui:355
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:357
#, fuzzy
msgctxt "dockinganimation|alignment"
msgid "Top Left"
msgstr "Bo links?"
-#: dockinganimation.ui:356
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:358
msgctxt "dockinganimation|alignment"
msgid "Left"
msgstr "Links"
-#: dockinganimation.ui:357
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:359
#, fuzzy
msgctxt "dockinganimation|alignment"
msgid "Bottom Left"
msgstr "Onder links?"
-#: dockinganimation.ui:358
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:360
msgctxt "dockinganimation|alignment"
msgid "Top"
msgstr "Bokant"
-#: dockinganimation.ui:359
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:361
msgctxt "dockinganimation|alignment"
msgid "Centered"
msgstr "Gesentreer"
-#: dockinganimation.ui:360
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:362
msgctxt "dockinganimation|alignment"
msgid "Bottom"
msgstr "Onderkant"
-#: dockinganimation.ui:361
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:363
#, fuzzy
msgctxt "dockinganimation|alignment"
msgid "Top Right"
msgstr "Bo regs?"
-#: dockinganimation.ui:362
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:364
msgctxt "dockinganimation|alignment"
msgid "Right"
msgstr "Regs"
-#: dockinganimation.ui:363
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:365
#, fuzzy
msgctxt "dockinganimation|alignment"
msgid "Bottom Right"
msgstr "Onder regs?"
-#: dockinganimation.ui:389
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:391
msgctxt "dockinganimation|label1"
msgid "Animation group"
msgstr ""
-#: dockinganimation.ui:433
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:435
#, fuzzy
msgctxt "dockinganimation|getone|tooltip_text"
msgid "Apply Object"
msgstr "Minitoepassing-objek"
-#: dockinganimation.ui:448
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:450
msgctxt "dockinganimation|getall|tooltip_text"
msgid "Apply Objects Individually"
msgstr ""
-#: dockinganimation.ui:478
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:480
msgctxt "dockinganimation|label3"
msgid "Number"
msgstr "Nommer"
-#: dockinganimation.ui:521
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:523
#, fuzzy
msgctxt "dockinganimation|delone|tooltip_text"
msgid "Delete Current Image"
msgstr "Skrap huidige indeks"
-#: dockinganimation.ui:536
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:538
msgctxt "dockinganimation|delall|tooltip_text"
msgid "Delete All Images"
msgstr ""
-#: dockinganimation.ui:562
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:564
msgctxt "dockinganimation|label2"
msgid "Image"
msgstr "Beeld"
-#: dockinganimation.ui:605
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:607
#, fuzzy
msgctxt "dockinganimation|create"
msgid "Create"
msgstr "S~kep"
-#: effectmenu.ui:12
+#: sd/uiconfig/simpress/ui/effectmenu.ui:12
#, fuzzy
msgctxt "effectmenu|onclick"
msgid "Start On _Click"
msgstr "Begin wanneer ~kliek"
-#: effectmenu.ui:20
+#: sd/uiconfig/simpress/ui/effectmenu.ui:20
#, fuzzy
msgctxt "effectmenu|withprev"
msgid "Start _With Previous"
msgstr "Begin ~tydens vorige"
-#: effectmenu.ui:28
+#: sd/uiconfig/simpress/ui/effectmenu.ui:28
#, fuzzy
msgctxt "effectmenu|afterprev"
msgid "Start _After Previous"
msgstr "Begin ~na vorige"
-#: effectmenu.ui:41
+#: sd/uiconfig/simpress/ui/effectmenu.ui:41
#, fuzzy
msgctxt "effectmenu|options"
msgid "_Effect Options..."
msgstr "~Effekopsies..."
-#: effectmenu.ui:49
+#: sd/uiconfig/simpress/ui/effectmenu.ui:49
#, fuzzy
msgctxt "effectmenu|timing"
msgid "_Timing..."
msgstr "~Tydreëling..."
-#: effectmenu.ui:57
+#: sd/uiconfig/simpress/ui/effectmenu.ui:57
#, fuzzy
msgctxt "effectmenu|remove"
msgid "_Remove"
msgstr "Verwyder"
-#: fontsizemenu.ui:12
+#: sd/uiconfig/simpress/ui/fontsizemenu.ui:12
#, fuzzy
msgctxt "fontsizemenu|25"
msgid "Tiny"
msgstr "Piepklein"
-#: fontsizemenu.ui:20
+#: sd/uiconfig/simpress/ui/fontsizemenu.ui:20
#, fuzzy
msgctxt "fontsizemenu|50"
msgid "Smaller"
msgstr "Kleiner"
-#: fontsizemenu.ui:28
+#: sd/uiconfig/simpress/ui/fontsizemenu.ui:28
#, fuzzy
msgctxt "fontsizemenu|150"
msgid "Larger"
msgstr "Groter"
-#: fontsizemenu.ui:36
+#: sd/uiconfig/simpress/ui/fontsizemenu.ui:36
#, fuzzy
msgctxt "fontsizemenu|400"
msgid "Extra Large"
msgstr "Ekstra groot"
-#: fontstylemenu.ui:12
+#: sd/uiconfig/simpress/ui/fontstylemenu.ui:12
msgctxt "fontstylemenu|bold"
msgid "Bold"
msgstr "Vetdruk"
-#: fontstylemenu.ui:20
+#: sd/uiconfig/simpress/ui/fontstylemenu.ui:20
msgctxt "fontstylemenu|italic"
msgid "Italic"
msgstr "Skuinsdruk"
-#: fontstylemenu.ui:28
+#: sd/uiconfig/simpress/ui/fontstylemenu.ui:28
#, fuzzy
msgctxt "fontstylemenu|underline"
msgid "Underlined"
msgstr "Onderstreep"
-#: headerfooterdialog.ui:8
+#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:8
#, fuzzy
msgctxt "headerfooterdialog|HeaderFooterDialog"
msgid "Header and Footer"
msgstr "~Kopstuk en voetstuk..."
-#: headerfooterdialog.ui:21
+#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:21
msgctxt "headerfooterdialog|apply_all"
msgid "Appl_y to All"
msgstr ""
-#: headerfooterdialog.ui:106
+#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:106
msgctxt "headerfooterdialog|slides"
msgid "Slides"
msgstr "Skyfies"
-#: headerfooterdialog.ui:128
+#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:128
msgctxt "headerfooterdialog|notes"
msgid "Notes and Handouts"
msgstr ""
-#: headerfootertab.ui:40
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:40
#, fuzzy
msgctxt "headerfootertab|header_cb"
msgid "Heade_r"
msgstr "Kop"
-#: headerfootertab.ui:67
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:67
msgctxt "headerfootertab|header_label"
msgid "Header _text:"
msgstr ""
-#: headerfootertab.ui:101
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:100
#, fuzzy
msgctxt "headerfootertab|datetime_cb"
msgid "_Date and time"
msgstr "Datum en tyd"
-#: headerfootertab.ui:132
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:131
#, fuzzy
msgctxt "headerfootertab|rb_fixed"
msgid "Fi_xed"
msgstr "Vaste"
-#: headerfootertab.ui:180
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:178
#, fuzzy
msgctxt "headerfootertab|rb_auto"
msgid "_Variable"
msgstr "Wisselend"
-#: headerfootertab.ui:223
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:221
#, fuzzy
msgctxt "headerfootertab|language_label"
msgid "_Language:"
msgstr "Taal"
-#: headerfootertab.ui:247
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:245
#, fuzzy
msgctxt "headerfootertab|language_label1"
msgid "_Format:"
msgstr "Formaat"
-#: headerfootertab.ui:292
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:290
#, fuzzy
msgctxt "headerfootertab|footer_cb"
msgid "_Footer"
msgstr "Voet"
-#: headerfootertab.ui:319
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:317
msgctxt "headerfootertab|footer_label"
msgid "F_ooter text:"
msgstr ""
-#: headerfootertab.ui:360
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:357
msgctxt "headerfootertab|slide_number"
msgid "_Slide number"
msgstr ""
-#: headerfootertab.ui:382
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:379
msgctxt "headerfootertab|include_label"
msgid "Include on Slide"
msgstr ""
-#: headerfootertab.ui:397
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:394
msgctxt "headerfootertab|not_on_title"
msgid "Do _not show on the first slide"
msgstr ""
-#: headerfootertab.ui:416
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:413
#, fuzzy
msgctxt "headerfootertab|replacement_a"
msgid "_Page Number"
msgstr "Bladsynommer"
-#: headerfootertab.ui:430
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:427
msgctxt "headerfootertab|replacement_b"
msgid "Include on page"
msgstr ""
-#: impressprinteroptions.ui:32
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:32
#, fuzzy
msgctxt "impressprinteroptions|printname"
msgid "Slide name"
msgstr "Skuifiepaneel"
-#: impressprinteroptions.ui:48
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:49
msgctxt "impressprinteroptions|printdatetime"
msgid "Date and time"
msgstr "Datum en tyd"
-#: impressprinteroptions.ui:64
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:66
#, fuzzy
msgctxt "impressprinteroptions|printhidden"
msgid "Hidden pages"
msgstr "V~ersteekde bladsye"
-#: impressprinteroptions.ui:86
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:89
msgctxt "impressprinteroptions|label4"
msgid "Contents"
msgstr "Inhoud"
-#: impressprinteroptions.ui:119
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:122
#, fuzzy
msgctxt "impressprinteroptions|originalcolors"
msgid "Original size"
msgstr "Oorspronklike grootte"
-#: impressprinteroptions.ui:137
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:141
msgctxt "impressprinteroptions|grayscale"
msgid "Grayscale"
msgstr "Grysskaal"
-#: impressprinteroptions.ui:155
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:160
#, fuzzy
msgctxt "impressprinteroptions|blackandwhite"
msgid "Black & white"
msgstr "Swart-en-~wit"
-#: impressprinteroptions.ui:179
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:185
msgctxt "impressprinteroptions|label5"
msgid "Color"
msgstr "Kleur"
-#: impressprinteroptions.ui:212
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:218
#, fuzzy
msgctxt "impressprinteroptions|originalsize"
msgid "Original size"
msgstr "Oorspronklike grootte"
-#: impressprinteroptions.ui:230
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:237
msgctxt "impressprinteroptions|fittoprintable"
msgid "Fit to printable page"
msgstr ""
-#: impressprinteroptions.ui:248
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:256
msgctxt "impressprinteroptions|distributeonmultiple"
msgid "Distribute on multiple sheets of paper"
msgstr ""
-#: impressprinteroptions.ui:266
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:275
msgctxt "impressprinteroptions|tilesheet"
msgid "Tile sheet of paper with repeated slides"
msgstr ""
-#: impressprinteroptions.ui:290
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:300
msgctxt "impressprinteroptions|label6"
msgid "Size"
msgstr "Grootte"
-#: insertslides.ui:8
+#: sd/uiconfig/simpress/ui/insertslides.ui:8
#, fuzzy
msgctxt "insertslides|InsertSlidesDialog"
msgid "Insert Slides"
msgstr "Voeg skyfie in"
-#: insertslides.ui:92
+#: sd/uiconfig/simpress/ui/insertslides.ui:92
msgctxt "insertslides|before"
msgid "_Before"
msgstr ""
-#: insertslides.ui:111
+#: sd/uiconfig/simpress/ui/insertslides.ui:111
msgctxt "insertslides|after"
msgid "A_fter"
msgstr ""
-#: insertslides.ui:137
+#: sd/uiconfig/simpress/ui/insertslides.ui:137
msgctxt "insertslides|label1"
msgid "Position"
msgstr "Posisie"
-#: interactiondialog.ui:8
+#: sd/uiconfig/simpress/ui/interactiondialog.ui:8
msgctxt "interactiondialog|InteractionDialog"
msgid "Interaction"
msgstr "Interaksie"
-#: interactionpage.ui:40
+#: sd/uiconfig/simpress/ui/interactionpage.ui:40
msgctxt "interactionpage|label2"
msgid "Action at mouse click:"
msgstr ""
-#: interactionpage.ui:65
+#: sd/uiconfig/simpress/ui/interactionpage.ui:65
#, fuzzy
msgctxt "interactionpage|fttree"
msgid "Target:"
msgstr "Teiken"
-#: interactionpage.ui:143
+#: sd/uiconfig/simpress/ui/interactionpage.ui:143
msgctxt "interactionpage|label1"
msgid "Interaction"
msgstr "Interaksie"
-#: interactionpage.ui:183
+#: sd/uiconfig/simpress/ui/interactionpage.ui:183
#, fuzzy
msgctxt "interactionpage|browse"
msgid "_Browse..."
msgstr "Blaai..."
-#: interactionpage.ui:197
+#: sd/uiconfig/simpress/ui/interactionpage.ui:197
#, fuzzy
msgctxt "interactionpage|find"
msgid "_Find"
msgstr "Vind"
-#: interactionpage.ui:229
+#: sd/uiconfig/simpress/ui/interactionpage.ui:228
msgctxt "interactionpage|sound-atkobject"
msgid "Path Name"
msgstr ""
-#: layoutmenu.ui:12
+#: sd/uiconfig/simpress/ui/layoutmenu.ui:12
#, fuzzy
msgctxt "layoutmenu|apply"
msgid "Apply to _Selected Slides"
msgstr "Pas op ~geselekteerde skyfies toe"
-#: layoutmenu.ui:26
+#: sd/uiconfig/simpress/ui/layoutmenu.ui:26
#, fuzzy
msgctxt "layoutmenu|insert"
msgid "_Insert Slide"
msgstr "Voeg skyfie in"
-#: masterlayoutdlg.ui:8
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:8
#, fuzzy
msgctxt "masterlayoutdlg|MasterLayoutDialog"
msgid "Master Elements"
msgstr "Meester~elemente..."
-#: masterlayoutdlg.ui:92
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:92
#, fuzzy
msgctxt "masterlayoutdlg|header"
msgid "_Header"
msgstr "Kop"
-#: masterlayoutdlg.ui:108
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:108
msgctxt "masterlayoutdlg|datetime"
msgid "_Date/time"
msgstr ""
-#: masterlayoutdlg.ui:124
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:124
#, fuzzy
msgctxt "masterlayoutdlg|footer"
msgid "_Footer"
msgstr "Voet"
-#: masterlayoutdlg.ui:140
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:140
#, fuzzy
msgctxt "masterlayoutdlg|pagenumber"
msgid "_Page number"
msgstr "~Bladsynaam"
-#: masterlayoutdlg.ui:156
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:156
msgctxt "masterlayoutdlg|slidenumber"
msgid "_Slide number"
msgstr ""
-#: masterlayoutdlg.ui:178
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:178
#, fuzzy
msgctxt "masterlayoutdlg|Placeholders"
msgid "Placeholders"
msgstr "Plekhouer"
-#: mastermenu.ui:12
+#: sd/uiconfig/simpress/ui/mastermenu.ui:12
#, fuzzy
msgctxt "mastermenu|applyall"
msgid "_Apply to All Slides"
msgstr "~Pas op alle skyfies toe"
-#: mastermenu.ui:20
+#: sd/uiconfig/simpress/ui/mastermenu.ui:20
#, fuzzy
msgctxt "mastermenu|applyselect"
msgid "Apply to _Selected Slides"
msgstr "Pas op ~geselekteerde skyfies toe"
-#: mastermenu.ui:34
+#: sd/uiconfig/simpress/ui/mastermenu.ui:34
#, fuzzy
msgctxt "mastermenu|large"
msgid "Show _Large Preview"
msgstr "Wys ~groot voorskou"
-#: mastermenu.ui:42
+#: sd/uiconfig/simpress/ui/mastermenu.ui:42
#, fuzzy
msgctxt "mastermenu|small"
msgid "Show S_mall Preview"
msgstr "Wys k~lein voorskou"
-#: navigatorpanel.ui:22
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:22
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "Dokument"
-#: navigatorpanel.ui:25
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:25
#, fuzzy
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "Aktiewe venster"
-#: navigatorpanel.ui:58
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:58
msgctxt "navigatorpanel|first|tooltip_text"
msgid "First Slide"
msgstr ""
-#: navigatorpanel.ui:71
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:71
msgctxt "navigatorpanel|previous|tooltip_text"
msgid "Previous Slide"
msgstr ""
-#: navigatorpanel.ui:84
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:84
msgctxt "navigatorpanel|next|tooltip_text"
msgid "Next Slide"
msgstr ""
-#: navigatorpanel.ui:97
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:97
msgctxt "navigatorpanel|last|tooltip_text"
msgid "Last Slide"
msgstr ""
-#: navigatorpanel.ui:120
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:120
#, fuzzy
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr "Sleepmodus"
-#: navigatorpanel.ui:133
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:133
msgctxt "navigatorpanel|shapes|tooltip_text"
msgid "Show Shapes"
msgstr ""
-#: notebookbar.ui:340
-msgctxt "notebookbar|FileLabel"
-msgid "File"
-msgstr "Lêer"
-
-#: notebookbar.ui:421
-#, fuzzy
-msgctxt "notebookbar|FormatPaintbrush"
-msgid "Clone"
-msgstr "Keël"
-
-#: notebookbar.ui:921
-msgctxt "notebookbar|numberbullet|tooltip_text"
-msgid "Bullets and Numbering"
-msgstr "Koeëltjies en nommering"
-
-#: notebookbar.ui:961
-msgctxt "notebookbar|indent|tooltip_text"
-msgid "Indent"
-msgstr "Inkeep"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:2313
+msgctxt "notebookbar_compact|fileb"
+msgid "_File"
+msgstr ""
-#: notebookbar.ui:968
-msgctxt "notebookbar|increaseindent|tooltip_text"
-msgid "Increase Indent"
-msgstr "Vermeerder keep"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:2332
+msgctxt "notebookbar_compact|fileb"
+msgid "_Help"
+msgstr ""
-#: notebookbar.ui:984
-msgctxt "notebookbar|decreaseindent|tooltip_text"
-msgid "Decrease Indent"
-msgstr "Verminder keep"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:3122
+msgctxt "notebookbar_compact|FileLabel"
+msgid "File"
+msgstr ""
-#: notebookbar.ui:1018
-msgctxt "notebookbar|horizontalalignment|tooltip_text"
-msgid "Horizontal Alignment"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:3281
+msgctxt "notebookbar_compact|menub"
+msgid "_Home"
msgstr ""
-#: notebookbar.ui:1497
-#, fuzzy
-msgctxt "notebookbar|ImpressLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:4566
+msgctxt "notebookbar_compact|HomeLabel"
msgid "Home"
-msgstr "Sekere"
+msgstr ""
-#: notebookbar.ui:1618
-msgctxt "notebookbar|InsertAVMedia|tooltip_text"
-msgid "Insert Audio or Video"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:5024
+msgctxt "notebookbar|Field"
+msgid "Fiel_d"
msgstr ""
-#: notebookbar.ui:1935
-#, fuzzy
-msgctxt "notebookbar|InsertSymbol"
-msgid "Symbol"
-msgstr "Simbole"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:5529
+msgctxt "notebookbar_compact|menub"
+msgid "_Insert"
+msgstr ""
-#: notebookbar.ui:2011
-msgctxt "notebookbar|InsertLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:5613
+msgctxt "notebookbar_compact|InsertLabel"
msgid "Insert"
-msgstr "Voeg in"
+msgstr ""
-#: notebookbar.ui:2033
-#, fuzzy
-msgctxt "notebookbar|TransitionsLabel"
-msgid "Transitions"
-msgstr "Transaksies"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:5642
+msgctxt "notebookbar_compact|reviewb"
+msgid "Pag_e"
+msgstr ""
-#: notebookbar.ui:2053
-#, fuzzy
-msgctxt "notebookbar|AnimationLabel"
-msgid "Animation"
-msgstr "Animasies"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:6377
+msgctxt "notebookbar_compact|LayoutLabel"
+msgid "Layout"
+msgstr ""
-#: notebookbar.ui:2218
-#, fuzzy
-msgctxt "notebookbar|SlideShowLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:6408
+msgctxt "notebookbar|slideshowb"
+msgid "_Slide Show"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:7003
+msgctxt "notebookbar_compact|ReferencesLabel"
msgid "Slide Show"
-msgstr "~Skyfievertoning"
+msgstr ""
-#: notebookbar.ui:2252
-#, fuzzy
-msgctxt "notebookbar|SpellOnline"
-msgid "Auto Spellcheck"
-msgstr "~OutoSpeltoets"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:7031
+msgctxt "notebookbar|reviewb"
+msgid "_Review"
+msgstr ""
-#: notebookbar.ui:2354
-msgctxt "notebookbar|ReviewLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:7460
+msgctxt "notebookbar_compact|ReviewLabel"
msgid "Review"
-msgstr "Resensie"
+msgstr ""
-#: notebookbar.ui:2547
-msgctxt "notebookbar|GridVisible"
-msgid "Grid"
-msgstr "Rooster"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:7488
+msgctxt "notebookbar_compact|viewb"
+msgid "_View"
+msgstr ""
-#: notebookbar.ui:2737
-msgctxt "notebookbar|ViewLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:8389
+msgctxt "notebookbar_compact|ViewLabel"
msgid "View"
-msgstr "Bekyk"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:9180
+msgctxt "notebookbar_compact|tableT"
+msgid "T_able"
+msgstr ""
-#: notebookbar.ui:2757
-msgctxt "notebookbar|TableLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:9264
+msgctxt "notebookbar_compact|TableLabel"
msgid "Table"
-msgstr "Tabel"
+msgstr ""
-#: notebookbar.ui:3275
-msgctxt "notebookbar|ImageLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:9644
+#: sd/uiconfig/simpress/ui/notebookbar.ui:10702
+msgctxt "notebookbar|Field"
+msgid "Convert"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:9926
+msgctxt "notebookbar_compact|graphicB"
+msgid "_Graphic"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:10038
+msgctxt "notebookbar_compact|ImageLabel"
msgid "Image"
-msgstr "Beeld"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:11231
+msgctxt "notebookbar_compact|drab"
+msgid "D_raw"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:11345
+msgctxt "notebookbar_compact|ShapeLabel"
+msgid "Draw"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:11377
+msgctxt "notebookbar_compact|referenceb"
+msgid "_Tools"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:12331
+msgctxt "notebookbar_compact|DevLabel"
+msgid "Tools"
+msgstr ""
-#: notebookbar_groupedbar_compact.ui:466
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:541
msgctxt "notebookbar_groupedbar_compact|menubarD1"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:1884
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:2195
msgctxt "notebookbar_groupedbar_compact|menubarD"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:2575
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:2973
+msgctxt "notebookbar_groupedbar_compact|menub"
+msgid "_Menu"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3029
#, fuzzy
-msgctxt "notebookbar_groupedbar_compact|fileb"
-msgid "_File"
-msgstr "Lêer"
+msgctxt "notebookbar_groupedbar_compact|toolsb"
+msgid "_Tools"
+msgstr "Nutsgoed"
-#: notebookbar_groupedbar_compact.ui:2714
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3141
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|editb"
msgid "_Edit"
msgstr "~Redigeer"
-#: notebookbar_groupedbar_compact.ui:2884
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3284
+#, fuzzy
+msgctxt "notebookbar_groupedbar_compact|fileb"
+msgid "_File"
+msgstr "Lêer"
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3444
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|reviewb"
msgid "_Slide Show"
msgstr "~Skyfievertoning"
-#: notebookbar_groupedbar_compact.ui:3012
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3573
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphstylet"
msgid "S_lide"
msgstr "Skyfie"
-#: notebookbar_groupedbar_compact.ui:3163
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3725
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|insertText"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_groupedbar_compact.ui:3332
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3898
msgctxt "notebookbar_groupedbar_compact|draw"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3616
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4189
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewb"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_compact.ui:3767
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4777
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4344
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5372
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|reviewb"
msgid "_Review"
msgstr "Resensie"
-#: notebookbar_groupedbar_compact.ui:3906
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4487
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|slideshowf"
msgid "_Slide Show"
msgstr "~Skyfievertoning"
-#: notebookbar_groupedbar_compact.ui:4071
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5079
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4653
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5679
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|formatt"
msgid "F_ormat"
msgstr "Formaat"
-#: notebookbar_groupedbar_compact.ui:4321
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5329
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4904
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5930
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragrapht"
msgid "_Paragraph"
msgstr "Paragraaf"
-#: notebookbar_groupedbar_compact.ui:4492
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5079
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|insertTextO"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_groupedbar_compact.ui:4626
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5217
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewT"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_compact.ui:4914
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5513
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|slideshowb"
msgid "_Slide Show"
msgstr "~Skyfievertoning"
-#: notebookbar_groupedbar_compact.ui:5479
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:6084
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|rowscolumnst"
msgid "R_ows"
msgstr "Rye"
-#: notebookbar_groupedbar_compact.ui:5795
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:6407
msgctxt "notebookbar_groupedbar_compact|calculatet"
msgid "_Calc"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:5987
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:6603
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|editdrawb"
msgid "St_yles"
msgstr "Style"
-#: notebookbar_groupedbar_compact.ui:6214
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:6831
msgctxt "notebookbar_groupedbar_compact|drawb"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:6585
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7206
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewDrawb"
msgid "Grou_p"
msgstr "Groep"
-#: notebookbar_groupedbar_compact.ui:6694
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7319
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|GridO"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_compact.ui:6836
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7465
msgctxt "notebookbar_groupedbar_compact|3Db"
msgid "3_D"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:7008
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7641
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|graphicB"
msgid "_Graphic"
msgstr "Grafika"
-#: notebookbar_groupedbar_compact.ui:7123
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7757
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|colorb"
msgid "C_olor"
msgstr "Kleur"
-#: notebookbar_groupedbar_compact.ui:7596
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:8350
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:8237
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9003
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|GridB"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_compact.ui:7732
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:8377
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|slideshowOLE"
msgid "_Slide Show"
msgstr "~Skyfievertoning"
-#: notebookbar_groupedbar_compact.ui:7957
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:8603
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|oleB"
msgid "F_rame"
msgstr "Raam"
-#: notebookbar_groupedbar_compact.ui:8484
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9141
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewOLE"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_compact.ui:8663
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9324
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|oleB"
msgid "_Master Page"
msgstr "Meesterbladsye"
-#: notebookbar_groupedbar_compact.ui:8808
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9470
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|insertTextb"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_groupedbar_compact.ui:9016
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9682
msgctxt "notebookbar_groupedbar_compact|drawMaster"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:9391
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:10064
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewMaster"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_compact.ui:9526
-msgctxt "notebookbar_groupedbar_compact|menub"
-msgid "_Menu"
-msgstr ""
-
-#: notebookbar_groupedbar_compact.ui:9581
-#, fuzzy
-msgctxt "notebookbar_groupedbar_compact|toolsb"
-msgid "_Tools"
-msgstr "Nutsgoed"
-
-#: notebookbar_groupedbar_full.ui:2372
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:2372
msgctxt "notebookbar_groupedbar_full|menubarD"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_full.ui:2541
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:2534
msgctxt "notebookbar_groupedbar_full|Quotation2"
msgid "Quotation"
msgstr "Aanhaling"
-#: notebookbar_groupedbar_full.ui:3227
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3202
+msgctxt "notebookbar_groupedbar_full|menub"
+msgid "_Menu"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3255
+#, fuzzy
+msgctxt "notebookbar_groupedbar_full|toolsb"
+msgid "_Tools"
+msgstr "Nutsgoed"
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3310
+#, fuzzy
+msgctxt "notebookbar_groupedbar_full|helpb"
+msgid "_Help"
+msgstr "Hulp"
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3418
#, fuzzy
msgctxt "notebookbar_groupedbar_full|fileb"
msgid "_File"
msgstr "Lêer"
-#: notebookbar_groupedbar_full.ui:3449
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3656
#, fuzzy
msgctxt "notebookbar_groupedbar_full|editb"
msgid "_Edit"
msgstr "~Redigeer"
-#: notebookbar_groupedbar_full.ui:3608
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3816
#, fuzzy
msgctxt "notebookbar_groupedbar_full|slideshowb"
msgid "_Slide Show"
msgstr "~Skyfievertoning"
-#: notebookbar_groupedbar_full.ui:3805
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4014
#, fuzzy
msgctxt "notebookbar_groupedbar_full|paragraphstylet"
msgid "S_lide"
msgstr "Skyfie"
-#: notebookbar_groupedbar_full.ui:3956
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4166
#, fuzzy
msgctxt "notebookbar_groupedbar_full|insertText"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_groupedbar_full.ui:4302
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4516
msgctxt "notebookbar_groupedbar_full|draw"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_full.ui:4486
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4704
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewb"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_full.ui:4632
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6202
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4854
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6446
#, fuzzy
msgctxt "notebookbar_groupedbar_full|reviewb"
msgid "_Review"
msgstr "Resensie"
-#: notebookbar_groupedbar_full.ui:4920
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8526
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9790
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11217
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12467
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5146
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8797
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:10082
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11526
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12797
#, fuzzy
msgctxt "notebookbar_groupedbar_full|arrangedrawb"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_full.ui:5075
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5305
#, fuzzy
msgctxt "notebookbar_groupedbar_full|slideshowt"
msgid "_Slide Show"
msgstr "~Skyfievertoning"
-#: notebookbar_groupedbar_full.ui:5327
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6592
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5558
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6841
#, fuzzy
msgctxt "notebookbar_groupedbar_full|formatd"
msgid "F_ormat"
msgstr "Formaat"
-#: notebookbar_groupedbar_full.ui:5651
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6918
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5883
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:7168
#, fuzzy
msgctxt "notebookbar_groupedbar_full|paragraphTextb"
msgid "_Paragraph"
msgstr "Paragraaf"
-#: notebookbar_groupedbar_full.ui:5894
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6130
#, fuzzy
msgctxt "notebookbar_groupedbar_full|insertTextt"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_groupedbar_full.ui:6056
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6296
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewt"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_full.ui:6339
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6587
#, fuzzy
msgctxt "notebookbar_groupedbar_full|slideshowtt"
msgid "_Slide Show"
msgstr "~Skyfievertoning"
-#: notebookbar_groupedbar_full.ui:7097
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:7351
#, fuzzy
msgctxt "notebookbar_groupedbar_full|tabled"
msgid "T_able"
msgstr "Tabel"
-#: notebookbar_groupedbar_full.ui:7362
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:7620
#, fuzzy
msgctxt "notebookbar_groupedbar_full|rowscolumnst"
msgid "R_ows"
msgstr "Rye"
-#: notebookbar_groupedbar_full.ui:7482
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:7744
msgctxt "notebookbar_groupedbar_full|calculatet"
msgid "_Calc"
msgstr ""
-#: notebookbar_groupedbar_full.ui:7818
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8084
msgctxt "notebookbar_groupedbar_full|drawb"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_full.ui:8114
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8381
#, fuzzy
msgctxt "notebookbar_groupedbar_full|editdrawb"
msgid "_Edit"
msgstr "~Redigeer"
-#: notebookbar_groupedbar_full.ui:8677
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9941
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11368
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8952
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:10237
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11681
#, fuzzy
msgctxt "notebookbar_groupedbar_full|GridDrawB"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_full.ui:8819
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9098
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewDrawb"
msgid "Grou_p"
msgstr "Groep"
-#: notebookbar_groupedbar_full.ui:8958
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9241
msgctxt "notebookbar_groupedbar_full|3Db"
msgid "3_D"
msgstr ""
-#: notebookbar_groupedbar_full.ui:9216
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9503
#, fuzzy
msgctxt "notebookbar_groupedbar_full|graphicB"
msgid "_Graphic"
msgstr "Grafika"
-#: notebookbar_groupedbar_full.ui:9387
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9675
#, fuzzy
msgctxt "notebookbar_groupedbar_full|colorb"
msgid "C_olor"
msgstr "Kleur"
-#: notebookbar_groupedbar_full.ui:10344
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:10644
#, fuzzy
msgctxt "notebookbar_groupedbar_full|media"
msgid "_Media"
msgstr "Media"
-#: notebookbar_groupedbar_full.ui:10520
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:10824
#, fuzzy
msgctxt "notebookbar_groupedbar_full|slideshowOLE"
msgid "_Slide Show"
msgstr "~Skyfievertoning"
-#: notebookbar_groupedbar_full.ui:10805
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11110
#, fuzzy
msgctxt "notebookbar_groupedbar_full|editdrawb"
msgid "F_rame"
msgstr "Raam"
-#: notebookbar_groupedbar_full.ui:11514
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11831
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewtOLE"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_full.ui:11674
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11995
#, fuzzy
msgctxt "notebookbar_groupedbar_full|oleB"
msgid "_Master Page"
msgstr "Meesterbladsye"
-#: notebookbar_groupedbar_full.ui:11912
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12234
#, fuzzy
msgctxt "notebookbar_groupedbar_full|insertTextm"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_groupedbar_full.ui:12141
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12467
msgctxt "notebookbar_groupedbar_full|drawm"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_full.ui:12629
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12963
#, fuzzy
msgctxt "notebookbar_groupedbar_full|masterviewm"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_full.ui:12749
-msgctxt "notebookbar_groupedbar_full|menub"
-msgid "_Menu"
-msgstr ""
-
-#: notebookbar_groupedbar_full.ui:12801
-#, fuzzy
-msgctxt "notebookbar_groupedbar_full|toolsb"
-msgid "_Tools"
-msgstr "Nutsgoed"
-
-#: notebookbar_groupedbar_full.ui:12855
-#, fuzzy
-msgctxt "notebookbar_groupedbar_full|helpb"
-msgid "_Help"
-msgstr "Hulp"
-
-#: notebookbar_groups.ui:49
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:49
#, fuzzy
msgctxt "notebookbar_groups|layout01"
msgid "Blank"
msgstr "Blanko"
-#: notebookbar_groups.ui:57
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:57
msgctxt "notebookbar_groups|layout02"
msgid "Title Slide"
msgstr "Titelskyfie"
-#: notebookbar_groups.ui:65
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:65
#, fuzzy
msgctxt "notebookbar_groups|layout03"
msgid "Title, Text"
msgstr "Opskrifteks"
-#: notebookbar_groups.ui:73
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:73
msgctxt "notebookbar_groups|layout04"
msgid "Title, Content"
msgstr ""
-#: notebookbar_groups.ui:81
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:81
msgctxt "notebookbar_groups|layout05"
msgid "Centered Text"
msgstr "Gesentreerde teks"
-#: notebookbar_groups.ui:104
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:104
msgctxt "notebookbar_groups|hyperlink"
msgid "Hyperlink"
msgstr "Hiperskakel"
-#: notebookbar_groups.ui:118
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:118
msgctxt "notebookbar_groups|footnote"
msgid "Footnote"
msgstr "Voetnoot"
-#: notebookbar_groups.ui:127
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:127
msgctxt "notebookbar_groups|endnote"
msgid "Endnote"
msgstr "Eindnoot"
-#: notebookbar_groups.ui:142
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:142
msgctxt "notebookbar_groups|bookmark"
msgid "Bookmark"
msgstr "Boekmerk"
-#: notebookbar_groups.ui:151
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:151
#, fuzzy
msgctxt "notebookbar_groups|crossreference"
msgid "Cross-Reference"
msgstr "kruisverwysing"
-#: notebookbar_groups.ui:168
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:168
msgctxt "notebookbar_groups|master01"
msgid "Master 1"
msgstr ""
-#: notebookbar_groups.ui:177
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:177
msgctxt "notebookbar_groups|master02"
msgid "Master 2"
msgstr ""
-#: notebookbar_groups.ui:257
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:257
msgctxt "notebookbar_groups|shapestyledefault"
msgid "Default"
msgstr "Verstek"
-#: notebookbar_groups.ui:265
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:265
#, fuzzy
msgctxt "notebookbar_groups|shapestylenofill"
msgid "No Fill"
msgstr "Geen invulling"
-#: notebookbar_groups.ui:273
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:273
msgctxt "notebookbar_groups|shapestyleshadow"
msgid "With Shadow"
msgstr ""
-#: notebookbar_groups.ui:287
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:287
#, fuzzy
msgctxt "notebookbar_groups|shapestyletitle1"
msgid "Title 1"
msgstr "Titel1"
-#: notebookbar_groups.ui:295
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:295
#, fuzzy
msgctxt "notebookbar_groups|shapestyletitle2"
msgid "Title 2"
msgstr "Titel2"
-#: notebookbar_groups.ui:489
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:494
msgctxt "notebookbar_groups|filegrouplabel"
msgid "File"
msgstr "Lêer"
-#: notebookbar_groups.ui:642
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:650
#, fuzzy
msgctxt "notebookbar_groups|clipboardgrouplabel"
msgid "Clipboard"
msgstr "knipbord"
-#: notebookbar_groups.ui:688
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:696
msgctxt "notebookbar_groups|shapestyleb"
msgid "Style"
msgstr "Styl"
-#: notebookbar_groups.ui:849
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:858
msgctxt "notebookbar_groups|growb"
msgid " "
msgstr ""
-#: notebookbar_groups.ui:871
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:881
msgctxt "notebookbar_groups|shrinkb"
msgid " "
msgstr ""
-#: notebookbar_groups.ui:1201
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1218
msgctxt "notebookbar_groups|formatgrouplabel"
msgid "Text"
msgstr "Teks"
-#: notebookbar_groups.ui:1251
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1268
#, fuzzy
msgctxt "notebookbar_groups|startshowb"
msgid "Start"
msgstr "Deftig"
-#: notebookbar_groups.ui:1275
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1293
#, fuzzy
msgctxt "notebookbar_groups|masterb"
msgid "Master"
msgstr "~Meester"
-#: notebookbar_groups.ui:1293
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1312
msgctxt "notebookbar_groups|layoutb"
msgid "Layout"
msgstr "Uitleg"
-#: notebookbar_groups.ui:1323
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1343
#, fuzzy
msgctxt "notebookbar_groups|animationb"
msgid "Animation"
msgstr "Animasies"
-#: notebookbar_groups.ui:1340
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1361
#, fuzzy
msgctxt "notebookbar_groups|transitionb"
msgid "Transition"
msgstr "Transaksies"
-#: notebookbar_groups.ui:1386
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1408
msgctxt "notebookbar_groups|slidegrouplabel"
msgid "Slide"
msgstr "Skyfie"
-#: notebookbar_groups.ui:1460
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1482
msgctxt "notebookbar_groups|shapesb"
msgid "Shapes"
msgstr "Vorms"
-#: notebookbar_groups.ui:1476
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1498
#, fuzzy
msgctxt "notebookbar_groups|linksb"
msgid "Links"
msgstr "~Skakels"
-#: notebookbar_groups.ui:1584
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1610
msgctxt "notebookbar_groups|insertgrouplabel"
msgid "Insert"
msgstr "Voeg in"
-#: notebookbar_groups.ui:1620
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1646
msgctxt "notebookbar_groups|imagestyleb"
msgid "Style"
msgstr "Styl"
-#: notebookbar_groups.ui:1659
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1687
#, fuzzy
msgctxt "notebookbar_groups|resetb"
msgid "Reset"
msgstr "St~el terug"
-#: notebookbar_groups.ui:1703
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1733
#, fuzzy
msgctxt "notebookbar_groups|wrapb"
msgid "Wrap"
msgstr "~Omvou"
-#: notebookbar_groups.ui:1718
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1749
msgctxt "notebookbar_groups|lockb"
msgid "Lock"
msgstr ""
-#: notebookbar_groups.ui:1762
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1794
msgctxt "notebookbar_groups|imagegrouplabel"
msgid "Image"
msgstr "Beeld"
-#: notebookbar_groups.ui:1818
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1850
msgctxt "notebookbar_groups|wrapoff"
msgid "None"
msgstr "Geen"
-#: notebookbar_groups.ui:1827
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1859
msgctxt "notebookbar_groups|wrapideal"
msgid "Optimal"
msgstr "Optimaal"
-#: notebookbar_groups.ui:1836
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1868
#, fuzzy
msgctxt "notebookbar_groups|wrapon"
msgid "Parallel"
msgstr "Parallel"
-#: notebookbar_groups.ui:1845
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1877
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
msgstr ""
-#: notebookbar_groups.ui:1854
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1886
msgctxt "notebookbar_groups|wrapright"
msgid "After"
msgstr ""
-#: notebookbar_groups.ui:1863
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1895
msgctxt "notebookbar_groups|wrapthrough"
msgid "Through"
msgstr ""
-#: notebookbar_groups.ui:1878
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1910
#, fuzzy
msgctxt "notebookbar_groups|wrapcontour"
msgid "Contour"
msgstr "Kontoer"
-#: notebookbar_groups.ui:1887
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1919
#, fuzzy
msgctxt "notebookbar_groups|contourdialog"
msgid "Edit Contour"
msgstr "Tekskontoer"
-#: optimpressgeneralpage.ui:40
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:40
#, fuzzy
msgctxt "optimpressgeneralpage|qickedit"
msgid "Allow quick editing"
msgstr "Laat snelredigering toe"
-#: optimpressgeneralpage.ui:56
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:56
msgctxt "optimpressgeneralpage|textselected"
-msgid "Only text area selected"
+msgid "Only text area selectable"
msgstr ""
-#: optimpressgeneralpage.ui:79
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:79
#, fuzzy
msgctxt "optimpressgeneralpage|label2"
msgid "Text Objects"
msgstr "Teksobjekte"
-#: optimpressgeneralpage.ui:113
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:113
msgctxt "optimpressgeneralpage|startwithwizard"
msgid "Start with _Template Selection"
msgstr ""
-#: optimpressgeneralpage.ui:134
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:134
msgctxt "optimpressgeneralpage|newdoclbl"
msgid "New Document"
msgstr "Nuwe dokument"
-#: optimpressgeneralpage.ui:170
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:170
msgctxt "optimpressgeneralpage|copywhenmove"
msgid "Copy when moving"
msgstr ""
-#: optimpressgeneralpage.ui:193
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:193
msgctxt "optimpressgeneralpage|label6"
msgid "Unit of _measurement:"
msgstr ""
-#: optimpressgeneralpage.ui:230
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:230
#, fuzzy
msgctxt "optimpressgeneralpage|tapstoplabel"
msgid "Ta_b stops:"
msgstr "Keepstoppe"
-#: optimpressgeneralpage.ui:262
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:261
msgctxt "optimpressgeneralpage|objalwymov"
msgid "Objects always moveable"
msgstr ""
-#: optimpressgeneralpage.ui:277
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:276
msgctxt "optimpressgeneralpage|distrotcb"
msgid "Do not distort objects in curve"
msgstr ""
-#: optimpressgeneralpage.ui:293
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:292
msgctxt "optimpressgeneralpage|backgroundback"
msgid "Use background cache"
msgstr ""
-#: optimpressgeneralpage.ui:315
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:314
#, fuzzy
msgctxt "optimpressgeneralpage|label4"
msgid "Settings"
msgstr "Instellings"
-#: optimpressgeneralpage.ui:350
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:349
msgctxt "optimpressgeneralpage|enremotcont"
msgid "Enable remote control"
msgstr ""
-#: optimpressgeneralpage.ui:365
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:364
msgctxt "optimpressgeneralpage|enprsntcons"
msgid "Enable Presenter Console"
msgstr ""
-#: optimpressgeneralpage.ui:386
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:385
msgctxt "optimpressgeneralpage|label7"
msgid "Presentation"
msgstr "Voorlegging"
-#: optimpressgeneralpage.ui:425
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:424
msgctxt "optimpressgeneralpage|label8"
msgid "_Drawing scale:"
msgstr ""
-#: optimpressgeneralpage.ui:439
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:438
#, fuzzy
msgctxt "optimpressgeneralpage|widthlbl"
msgid "Page _width:"
msgstr "Bladsywydte"
-#: optimpressgeneralpage.ui:453
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:452
msgctxt "optimpressgeneralpage|heightlbl"
msgid "Page _height:"
msgstr ""
-#: optimpressgeneralpage.ui:575
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:569
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "Skaal"
-#: optimpressgeneralpage.ui:607
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:601
msgctxt "optimpressgeneralpage|printermetrics"
msgid "Us_e printer metrics for document formatting"
msgstr ""
-#: optimpressgeneralpage.ui:622
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:616
msgctxt "optimpressgeneralpage|cbCompatibility"
msgid "Add _spacing between paragraphs and tables"
msgstr ""
-#: optimpressgeneralpage.ui:645
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:639
#, fuzzy
msgctxt "optimpressgeneralpage|label1"
msgid "Compatibility"
msgstr "Versoenbaarheid"
-#: photoalbum.ui:18
+#: sd/uiconfig/simpress/ui/photoalbum.ui:18
msgctxt "photoalbum|liststore2"
msgid "1 Image"
msgstr ""
-#: photoalbum.ui:21
+#: sd/uiconfig/simpress/ui/photoalbum.ui:21
#, fuzzy
msgctxt "photoalbum|liststore2"
msgid "2 Images"
msgstr "Beelde"
-#: photoalbum.ui:24
+#: sd/uiconfig/simpress/ui/photoalbum.ui:24
#, fuzzy
msgctxt "photoalbum|liststore2"
msgid "4 Images"
msgstr "Beelde"
-#: photoalbum.ui:31
+#: sd/uiconfig/simpress/ui/photoalbum.ui:31
msgctxt "photoalbum|PhotoAlbumCreatorDialog"
msgid "Create Photo Album"
msgstr ""
-#: photoalbum.ui:60
+#: sd/uiconfig/simpress/ui/photoalbum.ui:60
#, fuzzy
msgctxt "photoalbum|create_btn"
msgid "Insert Slides"
msgstr "Voeg skyfie in"
-#: photoalbum.ui:169
+#: sd/uiconfig/simpress/ui/photoalbum.ui:169
msgctxt "photoalbum|rem_btn|tooltip_text"
msgid "Remove Image from List"
msgstr ""
-#: photoalbum.ui:185
+#: sd/uiconfig/simpress/ui/photoalbum.ui:185
msgctxt "photoalbum|up_btn|tooltip_text"
msgid "Move Image Up"
msgstr ""
-#: photoalbum.ui:201
+#: sd/uiconfig/simpress/ui/photoalbum.ui:201
msgctxt "photoalbum|down_btn|tooltip_text"
msgid "Move Image Down"
msgstr ""
-#: photoalbum.ui:277
+#: sd/uiconfig/simpress/ui/photoalbum.ui:277
msgctxt "photoalbum|label2"
msgid "Preview"
msgstr "Voorskou"
-#: photoalbum.ui:306
+#: sd/uiconfig/simpress/ui/photoalbum.ui:306
#, fuzzy
msgctxt "photoalbum|label7"
msgid "Slide layout:"
msgstr "Skyfie-uitleg"
-#: photoalbum.ui:344
+#: sd/uiconfig/simpress/ui/photoalbum.ui:344
msgctxt "photoalbum|cap_check"
msgid "Add caption to each slide"
msgstr ""
-#: photoalbum.ui:359
+#: sd/uiconfig/simpress/ui/photoalbum.ui:360
msgctxt "photoalbum|asr_check"
msgid "Keep aspect ratio"
msgstr ""
-#: photoalbum.ui:375
+#: sd/uiconfig/simpress/ui/photoalbum.ui:377
#, fuzzy
msgctxt "photoalbum|asr_check_crop"
msgid "Fill Screen"
msgstr "Volskerm"
-#: photoalbum.ui:390
+#: sd/uiconfig/simpress/ui/photoalbum.ui:393
msgctxt "photoalbum|insert_as_link_check"
msgid "Link images"
msgstr ""
-#: presentationdialog.ui:8
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:8
#, fuzzy
msgctxt "presentationdialog|PresentationDialog"
msgid "Slide Show Settings"
msgstr "~Skyfievertoning-instellings..."
-#: presentationdialog.ui:49
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:49
#, fuzzy
msgctxt "presentationdialog|from"
msgid "_From:"
msgstr "~Van:"
-#: presentationdialog.ui:76
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:76
msgctxt "presentationdialog|from_cb-atkobject"
msgid "Starting slide"
msgstr ""
-#: presentationdialog.ui:93
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:93
msgctxt "presentationdialog|allslides"
msgid "All _slides"
msgstr ""
-#: presentationdialog.ui:110
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:110
#, fuzzy
msgctxt "presentationdialog|customslideshow"
msgid "_Custom slide show:"
msgstr "Nuwe doelgemaakte skyfievertoning"
-#: presentationdialog.ui:150
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:150
msgctxt "presentationdialog|label1"
msgid "Range"
msgstr "Omvang"
-#: presentationdialog.ui:205
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:205
msgctxt "presentationdialog|presdisplay_label"
msgid "P_resentation display:"
msgstr ""
-#: presentationdialog.ui:226
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:226
msgctxt "presentationdialog|externalmonitor_str"
msgid "Display %1 (external)"
msgstr ""
-#: presentationdialog.ui:236
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:236
msgctxt "presentationdialog|monitor_str"
msgid "Display %1"
msgstr ""
-#: presentationdialog.ui:246
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:246
msgctxt "presentationdialog|allmonitors_str"
msgid "All displays"
msgstr ""
-#: presentationdialog.ui:256
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:256
msgctxt "presentationdialog|external_str"
msgid "Auto External (Display %1)"
msgstr ""
-#: presentationdialog.ui:277
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:277
msgctxt "presentationdialog|label3"
msgid "Multiple Displays"
msgstr ""
-#: presentationdialog.ui:317
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:317
#, fuzzy
msgctxt "presentationdialog|default"
msgid "F_ull screen"
msgstr "Volskerm"
-#: presentationdialog.ui:334
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:334
msgctxt "presentationdialog|window"
msgid "In a _window"
msgstr ""
-#: presentationdialog.ui:350
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:350
msgctxt "presentationdialog|auto"
msgid "_Loop and repeat after:"
msgstr ""
-#: presentationdialog.ui:369
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:369
msgctxt "presentationdialog|showlogo"
msgid "Show _logo"
msgstr ""
-#: presentationdialog.ui:388
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:388
msgctxt "presentationdialog|pauseduration|tooltip_text"
msgid "Duration of pause"
msgstr ""
-#: presentationdialog.ui:395
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:395
msgctxt "presentationdialog|pauseduration-atkobject"
msgid "Pause Duration"
msgstr ""
-#: presentationdialog.ui:412
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:412
#, fuzzy
msgctxt "presentationdialog|label2"
msgid "Presentation Mode"
msgstr "Voorlegging"
-#: presentationdialog.ui:447
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:447
msgctxt "presentationdialog|manualslides"
msgid "Change slides _manually"
msgstr ""
-#: presentationdialog.ui:462
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:462
msgctxt "presentationdialog|pointervisible"
msgid "Mouse pointer _visible"
msgstr ""
-#: presentationdialog.ui:477
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:477
msgctxt "presentationdialog|pointeraspen"
msgid "Mouse pointer as _pen"
msgstr ""
-#: presentationdialog.ui:492
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:492
msgctxt "presentationdialog|animationsallowed"
msgid "_Animations allowed"
msgstr ""
-#: presentationdialog.ui:507
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:507
msgctxt "presentationdialog|changeslidesbyclick"
msgid "Change slides by clic_king on background"
msgstr ""
-#: presentationdialog.ui:522
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:522
msgctxt "presentationdialog|alwaysontop"
msgid "Presentation always _on top"
msgstr ""
-#: presentationdialog.ui:543
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:543
msgctxt "presentationdialog|label4"
msgid "Options"
msgstr "Opsies"
-#: prntopts.ui:37
+#: sd/uiconfig/simpress/ui/prntopts.ui:37
#, fuzzy
msgctxt "prntopts|pagenmcb"
msgid "_Page name"
msgstr "~Bladsynaam"
-#: prntopts.ui:54
+#: sd/uiconfig/simpress/ui/prntopts.ui:54
#, fuzzy
msgctxt "prntopts|datecb"
msgid "D_ate"
msgstr "Datum"
-#: prntopts.ui:71
+#: sd/uiconfig/simpress/ui/prntopts.ui:71
#, fuzzy
msgctxt "prntopts|timecb"
msgid "Ti_me"
msgstr "Tyd"
-#: prntopts.ui:88
+#: sd/uiconfig/simpress/ui/prntopts.ui:88
#, fuzzy
msgctxt "prntopts|hiddenpgcb"
msgid "H_idden pages"
msgstr "V~ersteekde bladsye"
-#: prntopts.ui:111
+#: sd/uiconfig/simpress/ui/prntopts.ui:111
msgctxt "prntopts|printlbl"
msgid "Print"
msgstr "Druk"
-#: prntopts.ui:145
+#: sd/uiconfig/simpress/ui/prntopts.ui:145
msgctxt "prntopts|pagedefaultrb"
msgid "Default"
msgstr "Verstek"
-#: prntopts.ui:163
+#: sd/uiconfig/simpress/ui/prntopts.ui:164
#, fuzzy
msgctxt "prntopts|fittopgrb"
msgid "_Fit to page"
msgstr "~Pas by bladsy"
-#: prntopts.ui:181
+#: sd/uiconfig/simpress/ui/prntopts.ui:182
msgctxt "prntopts|tilepgrb"
msgid "_Tile pages"
msgstr ""
-#: prntopts.ui:199
+#: sd/uiconfig/simpress/ui/prntopts.ui:200
#, fuzzy
msgctxt "prntopts|brouchrb"
msgid "B_rochure"
msgstr "Brosjures"
-#: prntopts.ui:217
+#: sd/uiconfig/simpress/ui/prntopts.ui:218
msgctxt "prntopts|papertryfrmprntrcb"
msgid "Paper tray from printer s_ettings"
msgstr ""
-#: prntopts.ui:240
+#: sd/uiconfig/simpress/ui/prntopts.ui:241
msgctxt "prntopts|frontcb"
msgid "Fr_ont"
msgstr ""
-#: prntopts.ui:259
+#: sd/uiconfig/simpress/ui/prntopts.ui:260
#, fuzzy
msgctxt "prntopts|backcb"
msgid "Ba_ck"
msgstr "Terug"
-#: prntopts.ui:293
+#: sd/uiconfig/simpress/ui/prntopts.ui:294
#, fuzzy
msgctxt "prntopts|label3"
msgid "Page Options"
msgstr "Beeldopsies"
-#: prntopts.ui:339
+#: sd/uiconfig/simpress/ui/prntopts.ui:340
msgctxt "prntopts|drawingcb"
msgid "Drawing"
msgstr "Tekening"
-#: prntopts.ui:355
+#: sd/uiconfig/simpress/ui/prntopts.ui:357
msgctxt "prntopts|notecb"
msgid "Notes"
msgstr "Notas"
-#: prntopts.ui:371
+#: sd/uiconfig/simpress/ui/prntopts.ui:374
msgctxt "prntopts|handoutcb"
msgid "Handouts"
msgstr "Uitdeelstukke"
-#: prntopts.ui:387
+#: sd/uiconfig/simpress/ui/prntopts.ui:391
msgctxt "prntopts|outlinecb"
msgid "Outline"
msgstr "Skema"
-#: prntopts.ui:409
+#: sd/uiconfig/simpress/ui/prntopts.ui:414
msgctxt "prntopts|contentlbl"
msgid "Content"
msgstr "Inhoud"
-#: prntopts.ui:442
+#: sd/uiconfig/simpress/ui/prntopts.ui:447
msgctxt "prntopts|defaultrb"
msgid "Default"
msgstr "Verstek"
-#: prntopts.ui:459
+#: sd/uiconfig/simpress/ui/prntopts.ui:465
#, fuzzy
msgctxt "prntopts|grayscalerb"
msgid "Gra_yscale"
msgstr "Grysskaal"
-#: prntopts.ui:477
+#: sd/uiconfig/simpress/ui/prntopts.ui:483
#, fuzzy
msgctxt "prntopts|blackwhiterb"
msgid "Black & _white"
msgstr "Swart-en-~wit"
-#: prntopts.ui:501
+#: sd/uiconfig/simpress/ui/prntopts.ui:507
msgctxt "prntopts|label2"
msgid "Quality"
msgstr "Gehalte"
-#: publishingdialog.ui:9
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:9
msgctxt "publishingdialog|PublishingDialog"
msgid "HTML Export"
msgstr ""
-#: publishingdialog.ui:42
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:42
msgctxt "publishingdialog|newDesignRadiobutton"
msgid "New _design"
msgstr ""
-#: publishingdialog.ui:61
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:61
msgctxt "publishingdialog|oldDesignRadiobutton"
msgid "Existing design"
msgstr ""
-#: publishingdialog.ui:109
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:110
msgctxt "publishingdialog|delDesingButton"
msgid "Delete Selected Design"
msgstr ""
-#: publishingdialog.ui:136
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:137
msgctxt "publishingdialog|descLabel"
msgid "Select an existing design or create a new one"
msgstr ""
-#: publishingdialog.ui:155
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:156
msgctxt "publishingdialog|assignLabel"
msgid "Assign Design"
msgstr ""
-#: publishingdialog.ui:200
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:201
msgctxt "publishingdialog|ASPRadiobutton"
msgid "_Active Server Pages (ASP)"
msgstr ""
-#: publishingdialog.ui:218
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:219
msgctxt "publishingdialog|perlRadiobutton"
msgid "Perl"
msgstr ""
-#: publishingdialog.ui:250
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:252
msgctxt "publishingdialog|indexTxtLabel"
msgid "_URL for listeners:"
msgstr ""
-#: publishingdialog.ui:276
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:278
msgctxt "publishingdialog|URLTxtLabel"
msgid "URL for _presentation:"
msgstr ""
-#: publishingdialog.ui:302
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:304
msgctxt "publishingdialog|CGITxtLabel"
msgid "URL for _Perl scripts:"
msgstr ""
-#: publishingdialog.ui:341
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:343
msgctxt "publishingdialog|webCastLabel"
msgid "Webcast"
msgstr ""
-#: publishingdialog.ui:376
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:378
msgctxt "publishingdialog|chgDefaultRadiobutton"
msgid "_As stated in document"
msgstr ""
-#: publishingdialog.ui:394
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:396
#, fuzzy
msgctxt "publishingdialog|chgAutoRadiobutton"
msgid "_Automatic"
msgstr "Outomaties"
-#: publishingdialog.ui:431
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:433
msgctxt "publishingdialog|durationTxtLabel"
msgid "_Slide view time:"
msgstr ""
-#: publishingdialog.ui:461
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:463
msgctxt "publishingdialog|endlessCheckbutton"
msgid "_Endless"
msgstr ""
-#: publishingdialog.ui:494
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:496
msgctxt "publishingdialog|kioskLabel"
msgid "Advance Slides"
msgstr ""
-#: publishingdialog.ui:532
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:534
msgctxt "publishingdialog|contentCheckbutton"
msgid "Create title page"
msgstr ""
-#: publishingdialog.ui:549
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:552
msgctxt "publishingdialog|notesCheckbutton"
msgid "Show notes"
msgstr ""
-#: publishingdialog.ui:572
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:576
msgctxt "publishingdialog|htmlOptionsLabel"
msgid "Options"
msgstr "Opsies"
-#: publishingdialog.ui:663
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:667
msgctxt "publishingdialog|webCastRadiobutton"
msgid "_WebCast"
msgstr ""
-#: publishingdialog.ui:680
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:684
#, fuzzy
msgctxt "publishingdialog|kioskRadiobutton"
msgid "_Automatic"
msgstr "Outomaties"
-#: publishingdialog.ui:697
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:701
msgctxt "publishingdialog|singleDocumentRadiobutton"
msgid "_Single-document HTML"
msgstr ""
-#: publishingdialog.ui:714
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:718
msgctxt "publishingdialog|framesRadiobutton"
msgid "Standard HTML with _frames"
msgstr ""
-#: publishingdialog.ui:731
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:735
msgctxt "publishingdialog|standardRadiobutton"
msgid "Standard H_TML format"
msgstr ""
-#: publishingdialog.ui:754
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:758
#, fuzzy
msgctxt "publishingdialog|publicationLabel"
msgid "Publication Type"
msgstr "Soort ~publikasie"
-#: publishingdialog.ui:812
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:816
msgctxt "publishingdialog|pngRadiobutton"
msgid "_PNG"
msgstr ""
-#: publishingdialog.ui:831
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:835
msgctxt "publishingdialog|gifRadiobutton"
msgid "_GIF"
msgstr ""
-#: publishingdialog.ui:849
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:853
msgctxt "publishingdialog|jpgRadiobutton"
msgid "_JPG"
msgstr ""
-#: publishingdialog.ui:876
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:880
#, fuzzy
msgctxt "publishingdialog|qualityTxtLabel"
msgid "_Quality:"
msgstr "Gehalte"
-#: publishingdialog.ui:918
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:922
msgctxt "publishingdialog|saveImgAsLabel"
msgid "Save Images As"
msgstr ""
-#: publishingdialog.ui:953
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:957
msgctxt "publishingdialog|resolution1Radiobutton"
msgid "Low (_640 × 480 pixels)"
msgstr ""
-#: publishingdialog.ui:972
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:976
msgctxt "publishingdialog|resolution2Radiobutton"
msgid "Medium (_800 × 600 pixels)"
msgstr ""
-#: publishingdialog.ui:990
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:994
msgctxt "publishingdialog|resolution3Radiobutton"
msgid "High (_1024 × 768 pixels)"
msgstr ""
-#: publishingdialog.ui:1015
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1019
msgctxt "publishingdialog|monitorResolutionLabel"
msgid "Monitor Resolution"
msgstr ""
-#: publishingdialog.ui:1055
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1059
msgctxt "publishingdialog|sldSoundCheckbutton"
msgid "_Export sounds when slide advances"
msgstr ""
-#: publishingdialog.ui:1073
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1077
msgctxt "publishingdialog|hiddenSlidesCheckbutton"
msgid "Export _hidden slides"
msgstr ""
-#: publishingdialog.ui:1096
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1100
msgctxt "publishingdialog|effectsLabel"
msgid "Effects"
msgstr "Effekte"
-#: publishingdialog.ui:1144
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1148
#, fuzzy
msgctxt "publishingdialog|authorTxtLabel"
msgid "_Author:"
msgstr "Outeur"
-#: publishingdialog.ui:1169
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1173
#, fuzzy
msgctxt "publishingdialog|emailTxtLabel"
msgid "E-_mail address:"
msgstr "E-posadres"
-#: publishingdialog.ui:1183
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1187
msgctxt "publishingdialog|wwwTxtLabel"
msgid "Your hom_epage:"
msgstr ""
-#: publishingdialog.ui:1198
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1202
#, fuzzy
msgctxt "publishingdialog|addInformLabel"
msgid "Additional _information:"
msgstr "Bykomende inligting"
-#: publishingdialog.ui:1243
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1247
msgctxt "publishingdialog|downloadCheckbutton"
msgid "Link to a copy of the _original presentation"
msgstr ""
-#: publishingdialog.ui:1266
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1270
msgctxt "publishingdialog|infTitlePageLabel"
msgid "Information for the Title Page"
msgstr ""
-#: publishingdialog.ui:1304
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1308
msgctxt "publishingdialog|textOnlyCheckbutton"
msgid "_Text only"
msgstr ""
-#: publishingdialog.ui:1343
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1347
msgctxt "publishingdialog|buttonStyleLabel"
msgid "Select Button Style"
msgstr ""
-#: publishingdialog.ui:1381
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1385
msgctxt "publishingdialog|docColorsRadiobutton"
msgid "_Apply color scheme from document"
msgstr ""
-#: publishingdialog.ui:1400
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1404
msgctxt "publishingdialog|defaultRadiobutton"
msgid "Use _browser colors"
msgstr ""
-#: publishingdialog.ui:1418
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1422
msgctxt "publishingdialog|userRadiobutton"
msgid "_Use custom color scheme"
msgstr ""
-#: publishingdialog.ui:1453
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1457
#, fuzzy
msgctxt "publishingdialog|vLinkButton"
msgid "_Visited Link"
msgstr "Besoekte skakel"
-#: publishingdialog.ui:1467
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1471
#, fuzzy
msgctxt "publishingdialog|aLinkButton"
msgid "Active Li_nk"
msgstr "Aktiewe skakel"
-#: publishingdialog.ui:1481
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1485
#, fuzzy
msgctxt "publishingdialog|linkButton"
msgid "Hyper_link"
msgstr "Hiperskakel"
-#: publishingdialog.ui:1495
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1499
msgctxt "publishingdialog|textButton"
msgid "Text"
msgstr "Teks"
-#: publishingdialog.ui:1528
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1532
#, fuzzy
msgctxt "publishingdialog|backButton"
msgid "Bac_kground"
msgstr "Agtergrond"
-#: publishingdialog.ui:1559
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1563
msgctxt "publishingdialog|selectColorLabel"
msgid "Select Color Scheme"
msgstr ""
-#: publishingdialog.ui:1607
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1611
#, fuzzy
msgctxt "publishingdialog|lastPageButton"
msgid "< Back"
msgstr "< ~Terug"
-#: publishingdialog.ui:1621
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1625
#, fuzzy
msgctxt "publishingdialog|nextPageButton"
msgid "Ne_xt >"
msgstr "Vo~lgende >>"
-#: publishingdialog.ui:1638
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1642
msgctxt "publishingdialog|finishButton"
msgid "_Create"
msgstr ""
-#: remotedialog.ui:9
+#: sd/uiconfig/simpress/ui/remotedialog.ui:9
msgctxt "remotedialog|RemoteDialog"
msgid "Impress Remote"
msgstr ""
-#: remotedialog.ui:102
+#: sd/uiconfig/simpress/ui/remotedialog.ui:102
#, fuzzy
msgctxt "remotedialog|label1"
msgid "Connections"
msgstr "Verbindings..."
-#: rotatemenu.ui:12
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:12
#, fuzzy
msgctxt "rotatemenu|90"
msgid "Quarter Spin"
msgstr "Kwarttol"
-#: rotatemenu.ui:20
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:20
#, fuzzy
msgctxt "rotatemenu|180"
msgid "Half Spin"
msgstr "Halftol"
-#: rotatemenu.ui:28
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:28
#, fuzzy
msgctxt "rotatemenu|360"
msgid "Full Spin"
msgstr "Volle tol"
-#: rotatemenu.ui:36
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:36
#, fuzzy
msgctxt "rotatemenu|720"
msgid "Two Spins"
msgstr "Twee tolle"
-#: rotatemenu.ui:50
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:50
msgctxt "rotatemenu|clockwise"
msgid "Clockwise"
msgstr "Kloksgewys"
-#: rotatemenu.ui:58
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:58
msgctxt "rotatemenu|counterclock"
msgid "Counter-clockwise"
msgstr "Antikloksgewys"
-#: scalemenu.ui:12
+#: sd/uiconfig/simpress/ui/scalemenu.ui:12
#, fuzzy
msgctxt "scalemenu|25"
msgid "Tiny"
msgstr "Piepklein"
-#: scalemenu.ui:20
+#: sd/uiconfig/simpress/ui/scalemenu.ui:20
#, fuzzy
msgctxt "scalemenu|50"
msgid "Smaller"
msgstr "Kleiner"
-#: scalemenu.ui:28
+#: sd/uiconfig/simpress/ui/scalemenu.ui:28
#, fuzzy
msgctxt "scalemenu|150"
msgid "Larger"
msgstr "Groter"
-#: scalemenu.ui:36
+#: sd/uiconfig/simpress/ui/scalemenu.ui:36
#, fuzzy
msgctxt "scalemenu|400"
msgid "Extra Large"
msgstr "Ekstra groot"
-#: scalemenu.ui:50
+#: sd/uiconfig/simpress/ui/scalemenu.ui:50
msgctxt "scalemenu|hori"
msgid "Horizontal"
msgstr "Horisontaal"
-#: scalemenu.ui:58
+#: sd/uiconfig/simpress/ui/scalemenu.ui:58
msgctxt "scalemenu|vert"
msgid "Vertical"
msgstr "Vertikaal"
-#: scalemenu.ui:66
+#: sd/uiconfig/simpress/ui/scalemenu.ui:66
#, fuzzy
msgctxt "scalemenu|both"
msgid "Both"
msgstr "Beide"
-#: sdviewpage.ui:26
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:26
msgctxt "sdviewpage|ruler"
msgid "_Rulers visible"
msgstr ""
-#: sdviewpage.ui:42
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:42
msgctxt "sdviewpage|dragstripes"
msgid "_Helplines while moving"
msgstr ""
-#: sdviewpage.ui:58
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:58
msgctxt "sdviewpage|handlesbezier"
msgid "_All control points in Bézier editor"
msgstr ""
-#: sdviewpage.ui:74
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:74
msgctxt "sdviewpage|moveoutline"
msgid "_Contour of each individual object"
msgstr ""
-#: sdviewpage.ui:96
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:96
#, fuzzy
msgctxt "sdviewpage|label1"
msgid "Display"
msgstr "Vertoon"
-#: sidebarslidebackground.ui:26
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:26
#, fuzzy
msgctxt "sidebarslidebackground|label2"
msgid "_Format:"
msgstr "Formaat"
-#: sidebarslidebackground.ui:39
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:39
#, fuzzy
msgctxt "sidebarslidebackground|label3"
msgid "Background:"
msgstr "Agtergrond"
-#: sidebarslidebackground.ui:52
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:52
msgctxt "sidebarslidebackground|orientation"
msgid "Landscape"
msgstr "Landskap"
-#: sidebarslidebackground.ui:53
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:53
msgctxt "sidebarslidebackground|orientation"
msgid "Portrait"
msgstr "Regop"
-#: sidebarslidebackground.ui:86
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:86
msgctxt "sidebarslidebackground|displaymasterobjects"
msgid "Master Objects"
msgstr ""
-#: sidebarslidebackground.ui:125
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:126
#, fuzzy
msgctxt "sidebarslidebackground|button2"
msgid "Insert Image"
msgstr "Voeg bladsy in"
-#: sidebarslidebackground.ui:163
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:164
msgctxt "sidebarslidebackground|displaymasterbackground"
msgid "Master Background"
msgstr ""
-#: sidebarslidebackground.ui:192
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:194
msgctxt "sidebarslidebackground|label4"
msgid "Orientation:"
msgstr ""
-#: sidebarslidebackground.ui:207
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:209
msgctxt "sidebarslidebackground|masterslidebutton"
msgid "Master View"
msgstr ""
-#: sidebarslidebackground.ui:221
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:223
msgctxt "sidebarslidebackground|closemasterslide"
msgid "Close Master View"
msgstr "Sluit meesteraansig"
-#: sidebarslidebackground.ui:243
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:245
msgctxt "sidebarslidebackground|marginLB"
msgid "None"
msgstr "Geen"
-#: sidebarslidebackground.ui:244
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:246
msgctxt "sidebarslidebackground|marginLB"
msgid "Narrow"
msgstr ""
-#: sidebarslidebackground.ui:245
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:247
msgctxt "sidebarslidebackground|marginLB"
msgid "Moderate"
msgstr "Matig"
-#: sidebarslidebackground.ui:246
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:248
msgctxt "sidebarslidebackground|marginLB"
msgid "Normal 0.75\""
msgstr ""
-#: sidebarslidebackground.ui:247
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:249
msgctxt "sidebarslidebackground|marginLB"
msgid "Normal 1\""
msgstr ""
-#: sidebarslidebackground.ui:248
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:250
msgctxt "sidebarslidebackground|marginLB"
msgid "Normal 1.25\""
msgstr ""
-#: sidebarslidebackground.ui:249
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:251
#, fuzzy
msgctxt "sidebarslidebackground|marginLB"
msgid "Wide"
msgstr "Versteek"
-#: sidebarslidebackground.ui:262
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:264
msgctxt "sidebarslidebackground|labelmargin"
msgid "Margin:"
msgstr ""
-#: sidebarslidebackground.ui:272
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:274
msgctxt "sidebarslidebackground|customlabel"
msgid "Custom"
msgstr "Doelgemaak"
-#: slidecontextmenu.ui:12
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:12
#, fuzzy
msgctxt "slidecontextmenu|next"
msgid "_Next"
msgstr "~Volgende"
-#: slidecontextmenu.ui:20
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:20
msgctxt "slidecontextmenu|prev"
msgid "_Previous"
msgstr ""
-#: slidecontextmenu.ui:28
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:28
msgctxt "slidecontextmenu|goto"
msgid "_Go to Slide"
msgstr ""
-#: slidecontextmenu.ui:38
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:38
msgctxt "slidecontextmenu|first"
msgid "_First Slide"
msgstr ""
-#: slidecontextmenu.ui:46
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:46
msgctxt "slidecontextmenu|last"
msgid "_Last Slide"
msgstr ""
-#: slidecontextmenu.ui:70
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:70
msgctxt "slidecontextmenu|pen"
msgid "Mouse Pointer as ~Pen"
msgstr ""
-#: slidecontextmenu.ui:78
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:78
msgctxt "slidecontextmenu|width"
msgid "_Pen Width"
msgstr ""
-#: slidecontextmenu.ui:88
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:88
msgctxt "slidecontextmenu|4"
msgid "_Very Thin"
msgstr ""
-#: slidecontextmenu.ui:96
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:96
msgctxt "slidecontextmenu|100"
msgid "_Thin"
msgstr ""
-#: slidecontextmenu.ui:104
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:104
#, fuzzy
msgctxt "slidecontextmenu|150"
msgid "_Normal"
msgstr "Normaal"
-#: slidecontextmenu.ui:112
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:112
msgctxt "slidecontextmenu|200"
msgid "_Thick"
msgstr ""
-#: slidecontextmenu.ui:120
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:120
msgctxt "slidecontextmenu|400"
msgid "_Very Thick"
msgstr ""
-#: slidecontextmenu.ui:132
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:132
msgctxt "slidecontextmenu|color"
msgid "_Change Pen Color..."
msgstr ""
-#: slidecontextmenu.ui:140
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:140
msgctxt "slidecontextmenu|erase"
msgid "_Erase All Ink on Slide"
msgstr ""
-#: slidecontextmenu.ui:154
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:154
msgctxt "slidecontextmenu|screen"
msgid "_Screen"
msgstr ""
-#: slidecontextmenu.ui:164
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:164
#, fuzzy
msgctxt "slidecontextmenu|black"
msgid "_Black"
msgstr "Swart"
-#: slidecontextmenu.ui:172
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:172
#, fuzzy
msgctxt "slidecontextmenu|white"
msgid "_White"
msgstr "Wit"
-#: slidecontextmenu.ui:184
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:184
#, fuzzy
msgctxt "slidecontextmenu|edit"
msgid "E_dit Presentation"
msgstr "Sluit voorlegging af"
-#: slidecontextmenu.ui:192
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:192
msgctxt "slidecontextmenu|end"
msgid "_End Show"
msgstr ""
-#: slidedesigndialog.ui:9
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:9
#, fuzzy
msgctxt "slidedesigndialog|SlideDesignDialog"
msgid "Slide Design"
msgstr "~Skyfie-ontwerp"
-#: slidedesigndialog.ui:69
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:69
msgctxt "slidedesigndialog|load"
msgid "_Load..."
msgstr ""
-#: slidedesigndialog.ui:110
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:110
msgctxt "slidedesigndialog|masterpage"
msgid "_Exchange background page"
msgstr ""
-#: slidedesigndialog.ui:125
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:125
msgctxt "slidedesigndialog|checkmasters"
msgid "_Delete unused backgrounds"
msgstr ""
-#: slidedesigndialog.ui:158
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:158
msgctxt "slidedesigndialog|label1"
msgid "Select a Slide Design"
msgstr ""
-#: slidetransitionspanel.ui:77
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:77
#, fuzzy
msgctxt "slidetransitionspanel|duration_label"
msgid "Duration:"
msgstr "Duur"
-#: slidetransitionspanel.ui:92
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:92
msgctxt "slidetransitionspanel|transition_duration|tooltip_text"
msgid "Select the speed of Slide Transition."
msgstr ""
-#: slidetransitionspanel.ui:105
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:105
#, fuzzy
msgctxt "slidetransitionspanel|sound_label"
msgid "Sound:"
msgstr "Klank"
-#: slidetransitionspanel.ui:120
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:120
#, fuzzy
msgctxt "slidetransitionspanel|sound_list"
msgid "No sound"
msgstr "(Geen klank nie)"
-#: slidetransitionspanel.ui:121
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:121
#, fuzzy
msgctxt "slidetransitionspanel|sound_list"
msgid "Stop previous sound"
msgstr "(Stop vorige klank)"
-#: slidetransitionspanel.ui:122
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:122
msgctxt "slidetransitionspanel|sound_list"
msgid "Other sound..."
msgstr "Ander klank..."
-#: slidetransitionspanel.ui:132
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:132
msgctxt "slidetransitionspanel|loop_sound"
msgid "Loop until next sound"
msgstr ""
-#: slidetransitionspanel.ui:149
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:150
msgctxt "slidetransitionspanel|variant_label"
msgid "Variant:"
msgstr ""
-#: slidetransitionspanel.ui:179
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:180
msgctxt "slidetransitionspanel|label1"
msgid "Modify Transition"
msgstr ""
-#: slidetransitionspanel.ui:212
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:213
msgctxt "slidetransitionspanel|rb_mouse_click"
msgid "On mouse click"
msgstr ""
-#: slidetransitionspanel.ui:228
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:230
msgctxt "slidetransitionspanel|rb_auto_after"
msgid "Automatically after:"
msgstr ""
-#: slidetransitionspanel.ui:261
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:263
msgctxt "slidetransitionspanel|label2"
msgid "Advance Slide"
msgstr ""
-#: slidetransitionspanel.ui:286
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:288
msgctxt "slidetransitionspanel|apply_to_all"
msgid "Apply Transition to All Slides"
msgstr ""
-#: slidetransitionspanel.ui:324
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:326
msgctxt "slidetransitionspanel|auto_preview"
msgid "Automatic Preview"
msgstr ""
-#: slidetransitionspanel.ui:339
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:342
#, fuzzy
msgctxt "slidetransitionspanel|play"
msgid "Play"
msgstr "~Speel"
-#: slidetransitionspanelhorizontal.ui:56
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:56
#, fuzzy
msgctxt "slidetransitionspanelhorizontal|duration_label"
msgid "Duration:"
msgstr "Duur"
-#: slidetransitionspanelhorizontal.ui:69
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:69
msgctxt "slidetransitionspanelhorizontal|transition_duration|tooltip_text"
msgid "Select the speed of Slide Transition."
msgstr ""
-#: slidetransitionspanelhorizontal.ui:81
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:81
msgctxt "slidetransitionspanelhorizontal|variant_label"
msgid "Variant:"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:103
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:103
#, fuzzy
msgctxt "slidetransitionspanelhorizontal|sound_label"
msgid "Sound:"
msgstr "Klank"
-#: slidetransitionspanelhorizontal.ui:116
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:116
#, fuzzy
msgctxt "slidetransitionspanelhorizontal|sound_list"
msgid "No sound"
msgstr "(Geen klank nie)"
-#: slidetransitionspanelhorizontal.ui:117
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:117
#, fuzzy
msgctxt "slidetransitionspanelhorizontal|sound_list"
msgid "Stop previous sound"
msgstr "(Stop vorige klank)"
-#: slidetransitionspanelhorizontal.ui:118
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:118
msgctxt "slidetransitionspanelhorizontal|sound_list"
msgid "Other sound..."
msgstr "Ander klank..."
-#: slidetransitionspanelhorizontal.ui:128
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:128
msgctxt "slidetransitionspanelhorizontal|loop_sound"
msgid "Loop until next sound"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:142
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:143
msgctxt "slidetransitionspanelhorizontal|rb_mouse_click"
msgid "On mouse click"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:159
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:161
msgctxt "slidetransitionspanelhorizontal|rb_auto_after"
msgid "Automatically after:"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:186
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:188
msgctxt "slidetransitionspanelhorizontal|auto_preview"
msgid "Automatic Preview"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:205
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:208
msgctxt "slidetransitionspanelhorizontal|apply_to_all"
msgid "Apply Transition to All Slides"
msgstr ""
-#: slidetransitionspanelhorizontal.ui:226
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:229
#, fuzzy
msgctxt "slidetransitionspanelhorizontal|play"
msgid "Play"
msgstr "~Speel"
-#: tabledesignpanel.ui:22
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:22
msgctxt "tabledesignpanel|UseFirstRowStyle"
msgid "_Header row"
msgstr ""
-#: tabledesignpanel.ui:37
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:37
msgctxt "tabledesignpanel|UseLastRowStyle"
msgid "Tot_al row"
msgstr ""
-#: tabledesignpanel.ui:52
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:52
msgctxt "tabledesignpanel|UseBandingRowStyle"
msgid "_Banded rows"
msgstr ""
-#: tabledesignpanel.ui:67
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:67
#, fuzzy
msgctxt "tabledesignpanel|UseFirstColumnStyle"
msgid "Fi_rst column"
msgstr "Eerste kolom"
-#: tabledesignpanel.ui:82
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:82
#, fuzzy
msgctxt "tabledesignpanel|UseLastColumnStyle"
msgid "_Last column"
msgstr "Laaste kolom"
-#: tabledesignpanel.ui:97
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:97
msgctxt "tabledesignpanel|UseBandingColumnStyle"
msgid "Ba_nded columns"
msgstr ""
-#: tabledesignpanelhorizontal.ui:39
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:39
msgctxt "tabledesignpanelhorizontal|UseFirstRowStyle"
msgid "_Header row"
msgstr ""
-#: tabledesignpanelhorizontal.ui:54
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:54
msgctxt "tabledesignpanelhorizontal|UseLastRowStyle"
msgid "Tot_al row"
msgstr ""
-#: tabledesignpanelhorizontal.ui:69
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:69
msgctxt "tabledesignpanelhorizontal|UseBandingRowStyle"
msgid "_Banded rows"
msgstr ""
-#: tabledesignpanelhorizontal.ui:84
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:84
msgctxt "tabledesignpanelhorizontal|UseBandingColumnStyle"
msgid "Ba_nded columns"
msgstr ""
-#: tabledesignpanelhorizontal.ui:99
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:99
#, fuzzy
msgctxt "tabledesignpanelhorizontal|UseFirstColumnStyle"
msgid "Fi_rst column"
msgstr "Eerste kolom"
-#: tabledesignpanelhorizontal.ui:114
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:114
#, fuzzy
msgctxt "tabledesignpanelhorizontal|UseLastColumnStyle"
msgid "_Last column"
msgstr "Laaste kolom"
-#: templatedialog.ui:8
+#: sd/uiconfig/simpress/ui/templatedialog.ui:8
#, fuzzy
msgctxt "templatedialog|TemplateDialog"
msgid "Graphic Styles"
msgstr "Grafiese lêers"
-#: templatedialog.ui:80
+#: sd/uiconfig/simpress/ui/templatedialog.ui:80
#, fuzzy
msgctxt "templatedialog|standard"
msgid "_Standard"
msgstr "Standaard"
-#: templatedialog.ui:119
+#: sd/uiconfig/simpress/ui/templatedialog.ui:119
msgctxt "templatedialog|organizer"
msgid "Organizer"
msgstr ""
-#: templatedialog.ui:141
+#: sd/uiconfig/simpress/ui/templatedialog.ui:141
msgctxt "templatedialog|line"
msgid "Line"
msgstr "Reël"
-#: templatedialog.ui:164
+#: sd/uiconfig/simpress/ui/templatedialog.ui:164
msgctxt "templatedialog|area"
msgid "Area"
msgstr "Area"
-#: templatedialog.ui:187
+#: sd/uiconfig/simpress/ui/templatedialog.ui:187
#, fuzzy
msgctxt "templatedialog|shadowing"
msgid "Shadowing"
msgstr "Skakering"
-#: templatedialog.ui:210
+#: sd/uiconfig/simpress/ui/templatedialog.ui:210
msgctxt "templatedialog|transparency"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: templatedialog.ui:233
+#: sd/uiconfig/simpress/ui/templatedialog.ui:233
msgctxt "templatedialog|font"
msgid "Font"
msgstr "Font"
-#: templatedialog.ui:256
+#: sd/uiconfig/simpress/ui/templatedialog.ui:256
msgctxt "templatedialog|fonteffect"
msgid "Font Effects"
msgstr ""
-#: templatedialog.ui:279
+#: sd/uiconfig/simpress/ui/templatedialog.ui:279
msgctxt "templatedialog|indents"
msgid "Indents & Spacing"
msgstr ""
-#: templatedialog.ui:302
+#: sd/uiconfig/simpress/ui/templatedialog.ui:302
msgctxt "templatedialog|text"
msgid "Text"
msgstr "Teks"
-#: templatedialog.ui:325
+#: sd/uiconfig/simpress/ui/templatedialog.ui:325
msgctxt "templatedialog|animation"
msgid "Text Animation"
msgstr "Teksanimasie"
-#: templatedialog.ui:348
+#: sd/uiconfig/simpress/ui/templatedialog.ui:348
#, fuzzy
msgctxt "templatedialog|dimensioning"
msgid "Dimensioning"
msgstr "Dimensielyn"
-#: templatedialog.ui:371
+#: sd/uiconfig/simpress/ui/templatedialog.ui:371
msgctxt "templatedialog|connector"
msgid "Connector"
msgstr "Verbinder"
-#: templatedialog.ui:394
+#: sd/uiconfig/simpress/ui/templatedialog.ui:394
msgctxt "templatedialog|alignment"
msgid "Alignment"
msgstr "Belyning"
-#: templatedialog.ui:417
+#: sd/uiconfig/simpress/ui/templatedialog.ui:417
msgctxt "templatedialog|asiantypo"
msgid "Asian Typography"
msgstr ""
-#: templatedialog.ui:440
+#: sd/uiconfig/simpress/ui/templatedialog.ui:440
msgctxt "templatedialog|tabs"
msgid "Tabs"
msgstr ""
-#: templatedialog.ui:463
+#: sd/uiconfig/simpress/ui/templatedialog.ui:463
#, fuzzy
msgctxt "templatedialog|background"
msgid "Highlighting"
msgstr "Teksmerking"
-#: breakdialog.ui:7
+#: sd/uiconfig/sdraw/ui/breakdialog.ui:8
#, fuzzy
msgctxt "breakdialog|BreakDialog"
msgid "Break"
msgstr "~Breuk"
-#: breakdialog.ui:51
+#: sd/uiconfig/sdraw/ui/breakdialog.ui:54
msgctxt "breakdialog|label1"
msgid "Processing metafile:"
msgstr ""
-#: breakdialog.ui:65
+#: sd/uiconfig/sdraw/ui/breakdialog.ui:66
msgctxt "breakdialog|label2"
msgid "Broken down metaobjects:"
msgstr ""
-#: breakdialog.ui:79
+#: sd/uiconfig/sdraw/ui/breakdialog.ui:78
#, fuzzy
msgctxt "breakdialog|label3"
msgid "Inserted drawing objects:"
msgstr "Skrap tekenobjekte"
-#: bulletsandnumbering.ui:8
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:8
msgctxt "bulletsandnumbering|BulletsAndNumberingDialog"
msgid "Bullets and Numbering"
msgstr "Koeëltjies en nommering"
-#: bulletsandnumbering.ui:67
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:67
#, fuzzy
msgctxt "bulletsandnumbering|reset"
msgid "Reset"
msgstr "St~el terug"
-#: bulletsandnumbering.ui:105
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:105
msgctxt "bulletsandnumbering|bullets"
msgid "Bullets"
msgstr "Koeëltjies"
-#: bulletsandnumbering.ui:127
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:127
msgctxt "bulletsandnumbering|singlenum"
msgid "Numbering"
msgstr "Nommering"
-#: bulletsandnumbering.ui:150
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:150
msgctxt "bulletsandnumbering|graphics"
msgid "Image"
msgstr "Beeld"
-#: bulletsandnumbering.ui:173
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:173
msgctxt "bulletsandnumbering|position"
msgid "Position"
msgstr "Posisie"
-#: bulletsandnumbering.ui:196
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:196
msgctxt "bulletsandnumbering|customize"
msgid "Customize"
msgstr ""
-#: copydlg.ui:33
+#: sd/uiconfig/sdraw/ui/copydlg.ui:33
msgctxt "copydlg|DuplicateDialog"
msgid "Duplicate"
msgstr "Duplikaat"
-#: copydlg.ui:76
+#: sd/uiconfig/sdraw/ui/copydlg.ui:76
#, fuzzy
msgctxt "copydlg|default"
msgid "_Default"
msgstr "Verstek"
-#: copydlg.ui:128
+#: sd/uiconfig/sdraw/ui/copydlg.ui:128
#, fuzzy
msgctxt "copydlg|label4"
msgid "Number of _copies:"
msgstr "Aantal kopieë"
-#: copydlg.ui:158
+#: sd/uiconfig/sdraw/ui/copydlg.ui:157
msgctxt "copydlg|viewdata|tooltip_text"
msgid "Values from Selection"
msgstr ""
-#: copydlg.ui:162
+#: sd/uiconfig/sdraw/ui/copydlg.ui:161
msgctxt "copydlg|viewdata-atkobject"
msgid "Values from Selection"
msgstr ""
-#: copydlg.ui:204
+#: sd/uiconfig/sdraw/ui/copydlg.ui:203
msgctxt "copydlg|label5"
msgid "_X axis:"
msgstr ""
-#: copydlg.ui:218
+#: sd/uiconfig/sdraw/ui/copydlg.ui:217
msgctxt "copydlg|label6"
msgid "_Y axis:"
msgstr ""
-#: copydlg.ui:232
+#: sd/uiconfig/sdraw/ui/copydlg.ui:231
msgctxt "copydlg|label7"
msgid "_Angle:"
msgstr ""
-#: copydlg.ui:292
+#: sd/uiconfig/sdraw/ui/copydlg.ui:288
msgctxt "copydlg|label1"
msgid "Placement"
msgstr ""
-#: copydlg.ui:330
+#: sd/uiconfig/sdraw/ui/copydlg.ui:326
#, fuzzy
msgctxt "copydlg|label8"
msgid "_Width:"
msgstr "Breedte:"
-#: copydlg.ui:344
+#: sd/uiconfig/sdraw/ui/copydlg.ui:340
#, fuzzy
msgctxt "copydlg|label9"
msgid "_Height:"
msgstr "Hoogte:"
-#: copydlg.ui:390
+#: sd/uiconfig/sdraw/ui/copydlg.ui:384
msgctxt "copydlg|label2"
msgid "Enlargement"
msgstr ""
-#: copydlg.ui:428
+#: sd/uiconfig/sdraw/ui/copydlg.ui:422
msgctxt "copydlg|label10"
msgid "_Start:"
msgstr ""
-#: copydlg.ui:442
+#: sd/uiconfig/sdraw/ui/copydlg.ui:436
msgctxt "copydlg|endlabel"
msgid "_End:"
msgstr ""
-#: copydlg.ui:482
+#: sd/uiconfig/sdraw/ui/copydlg.ui:476
#, fuzzy
msgctxt "copydlg|label3"
msgid "Colors"
msgstr "Kleur"
-#: crossfadedialog.ui:15
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:15
msgctxt "crossfadedialog|CrossFadeDialog"
msgid "Cross-fading"
msgstr "Oorkruisuitdowing"
-#: crossfadedialog.ui:102
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:102
msgctxt "crossfadedialog|orientation"
msgid "Same orientation"
msgstr ""
-#: crossfadedialog.ui:118
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:118
msgctxt "crossfadedialog|attributes"
msgid "Cross-fade attributes"
msgstr ""
-#: crossfadedialog.ui:137
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:137
msgctxt "crossfadedialog|label2"
msgid "Increments:"
msgstr ""
-#: crossfadedialog.ui:166
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:165
#, fuzzy
msgctxt "crossfadedialog|label1"
msgid "Settings"
msgstr "Instellings"
-#: dlgsnap.ui:35
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:35
msgctxt "dlgsnap|SnapObjectDialog"
msgid "New Snap Object"
msgstr ""
-#: dlgsnap.ui:170
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:168
msgctxt "dlgsnap|xlabel"
msgid "_X:"
msgstr ""
-#: dlgsnap.ui:183
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:181
msgctxt "dlgsnap|ylabel"
msgid "_Y:"
msgstr ""
-#: dlgsnap.ui:200
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:198
msgctxt "dlgsnap|label1"
msgid "Position"
msgstr "Posisie"
-#: dlgsnap.ui:233
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:231
#, fuzzy
msgctxt "dlgsnap|point"
msgid "_Point"
msgstr "Punt"
-#: dlgsnap.ui:252
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:250
#, fuzzy
msgctxt "dlgsnap|vert"
msgid "_Vertical"
msgstr "Vertikaal"
-#: dlgsnap.ui:270
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:268
#, fuzzy
msgctxt "dlgsnap|horz"
msgid "Hori_zontal"
msgstr "Horisontaal"
-#: dlgsnap.ui:294
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:292
msgctxt "dlgsnap|label2"
msgid "Type"
msgstr "Soort"
-#: drawchardialog.ui:8
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:8
msgctxt "drawchardialog|DrawCharDialog"
msgid "Character"
msgstr "Karakter"
-#: drawchardialog.ui:105
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:105
#, fuzzy
msgctxt "drawchardialog|RID_SVXPAGE_CHAR_NAME"
msgid "Fonts"
msgstr "Fonte"
-#: drawchardialog.ui:127
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:127
msgctxt "drawchardialog|RID_SVXPAGE_CHAR_EFFECTS"
msgid "Font Effects"
msgstr ""
-#: drawchardialog.ui:150
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:150
msgctxt "drawchardialog|RID_SVXPAGE_CHAR_POSITION"
msgid "Position"
msgstr "Posisie"
-#: drawchardialog.ui:173
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:173
#, fuzzy
msgctxt "drawchardialog|RID_SVXPAGE_BACKGROUND"
msgid "Highlighting"
msgstr "Teksmerking"
-#: drawpagedialog.ui:8
+#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:8
msgctxt "drawpagedialog|DrawPageDialog"
msgid "Page Setup"
msgstr ""
-#: drawpagedialog.ui:105
+#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:105
msgctxt "drawpagedialog|RID_SVXPAGE_PAGE"
msgid "Page"
msgstr "Bladsy"
-#: drawpagedialog.ui:127
+#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:127
msgctxt "drawpagedialog|RID_SVXPAGE_AREA"
msgid "Background"
msgstr "Agtergrond"
-#: drawpagedialog.ui:150
+#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:150
msgctxt "drawpagedialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: drawparadialog.ui:8
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:8
msgctxt "drawparadialog|DrawParagraphPropertiesDialog"
msgid "Paragraph"
msgstr "Paragraaf"
-#: drawparadialog.ui:105
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:105
msgctxt "drawparadialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: drawparadialog.ui:127
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:127
msgctxt "drawparadialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: drawparadialog.ui:150
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:150
msgctxt "drawparadialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr ""
-#: drawparadialog.ui:173
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:173
msgctxt "drawparadialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Belyning"
-#: drawparadialog.ui:197
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:197
msgctxt "drawparadialog|labelNUMBERING"
msgid "Numbering"
msgstr "Nommering"
-#: drawprinteroptions.ui:32
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:32
#, fuzzy
msgctxt "drawprinteroptions|printname"
msgid "Page name"
msgstr "~Bladsynaam"
-#: drawprinteroptions.ui:48
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:49
msgctxt "drawprinteroptions|printdatetime"
msgid "Date and time"
msgstr "Datum en tyd"
-#: drawprinteroptions.ui:70
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:72
msgctxt "drawprinteroptions|label4"
msgid "Contents"
msgstr "Inhoud"
-#: drawprinteroptions.ui:103
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:105
#, fuzzy
msgctxt "drawprinteroptions|originalcolors"
msgid "Original size"
msgstr "Oorspronklike grootte"
-#: drawprinteroptions.ui:121
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:124
msgctxt "drawprinteroptions|grayscale"
msgid "Grayscale"
msgstr "Grysskaal"
-#: drawprinteroptions.ui:139
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:143
#, fuzzy
msgctxt "drawprinteroptions|blackandwhite"
msgid "Black & white"
msgstr "Swart-en-~wit"
-#: drawprinteroptions.ui:163
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:168
msgctxt "drawprinteroptions|label5"
msgid "Color"
msgstr "Kleur"
-#: drawprinteroptions.ui:196
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:201
#, fuzzy
msgctxt "drawprinteroptions|originalsize"
msgid "Original size"
msgstr "Oorspronklike grootte"
-#: drawprinteroptions.ui:214
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:220
msgctxt "drawprinteroptions|fittoprintable"
msgid "Fit to printable page"
msgstr ""
-#: drawprinteroptions.ui:232
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:239
msgctxt "drawprinteroptions|distributeonmultiple"
msgid "Distribute on multiple sheets of paper"
msgstr ""
-#: drawprinteroptions.ui:250
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:258
msgctxt "drawprinteroptions|tilesheet"
msgid "Tile sheet of paper with repeated pages"
msgstr ""
-#: drawprinteroptions.ui:274
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:283
msgctxt "drawprinteroptions|label6"
msgid "Size"
msgstr "Grootte"
-#: drawprtldialog.ui:8
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:8
msgctxt "drawprtldialog|DrawPRTLDialog"
msgid "Presentation Layout"
msgstr ""
-#: drawprtldialog.ui:105
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:105
msgctxt "drawprtldialog|RID_SVXPAGE_LINE"
msgid "Line"
msgstr "Reël"
-#: drawprtldialog.ui:127
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:127
msgctxt "drawprtldialog|RID_SVXPAGE_AREA"
msgid "Area"
msgstr "Area"
-#: drawprtldialog.ui:150
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:150
msgctxt "drawprtldialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
msgstr "Skadu"
-#: drawprtldialog.ui:173
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:173
msgctxt "drawprtldialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: drawprtldialog.ui:196
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:196
msgctxt "drawprtldialog|RID_SVXPAGE_CHAR_NAME"
msgid "Font"
msgstr "Font"
-#: drawprtldialog.ui:219
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:219
msgctxt "drawprtldialog|RID_SVXPAGE_CHAR_EFFECTS"
msgid "Font Effects"
msgstr ""
-#: drawprtldialog.ui:242
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:242
msgctxt "drawprtldialog|RID_SVXPAGE_STD_PARAGRAPH"
msgid "Indents & Spacing"
msgstr ""
-#: drawprtldialog.ui:265
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:265
msgctxt "drawprtldialog|RID_SVXPAGE_TEXTATTR"
msgid "Text"
msgstr "Teks"
-#: drawprtldialog.ui:288
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:288
msgctxt "drawprtldialog|RID_SVXPAGE_PICK_BULLET"
msgid "Bullets"
msgstr "Koeëltjies"
-#: drawprtldialog.ui:311
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:311
msgctxt "drawprtldialog|RID_SVXPAGE_PICK_SINGLE_NUM"
msgid "Numbering"
msgstr "Nommering"
-#: drawprtldialog.ui:334
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:334
msgctxt "drawprtldialog|RID_SVXPAGE_PICK_BMP"
msgid "Image"
msgstr "Beeld"
-#: drawprtldialog.ui:357
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:357
msgctxt "drawprtldialog|RID_SVXPAGE_NUM_OPTIONS"
msgid "Customize"
msgstr ""
-#: drawprtldialog.ui:380
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:380
msgctxt "drawprtldialog|RID_SVXPAGE_ALIGN_PARAGRAPH"
msgid "Alignment"
msgstr "Belyning"
-#: drawprtldialog.ui:403
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:403
msgctxt "drawprtldialog|RID_SVXPAGE_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: drawprtldialog.ui:426
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:426
msgctxt "drawprtldialog|RID_SVXPAGE_TABULATOR"
msgid "Tabs"
msgstr ""
-#: drawprtldialog.ui:449
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:449
#, fuzzy
msgctxt "drawprtldialog|RID_SVXPAGE_BACKGROUND"
msgid "Highlighting"
msgstr "Teksmerking"
-#: insertlayer.ui:8
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:8
msgctxt "insertlayer|InsertLayerDialog"
msgid "Insert Layer"
msgstr "Voeg laag in"
-#: insertlayer.ui:106
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:105
#, fuzzy
msgctxt "insertlayer|label4"
msgid "_Name"
msgstr "Naam"
-#: insertlayer.ui:146
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:144
#, fuzzy
msgctxt "insertlayer|label5"
msgid "_Title"
msgstr "Titel"
-#: insertlayer.ui:197
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:195
msgctxt "insertlayer|description"
msgid "_Description"
msgstr "Beskrywing"
-#: insertlayer.ui:213
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:211
#, fuzzy
msgctxt "insertlayer|visible"
msgid "_Visible"
msgstr "Sigbaar"
-#: insertlayer.ui:229
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:227
#, fuzzy
msgctxt "insertlayer|printable"
msgid "_Printable"
msgstr "Drukbaar"
-#: insertlayer.ui:245
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:243
msgctxt "insertlayer|locked"
msgid "_Locked"
msgstr ""
-#: insertslidesdialog.ui:9
+#: sd/uiconfig/sdraw/ui/insertslidesdialog.ui:9
msgctxt "insertslidesdialog|InsertSlidesDialog"
msgid "Insert Slides/Objects"
msgstr ""
-#: insertslidesdialog.ui:83
+#: sd/uiconfig/sdraw/ui/insertslidesdialog.ui:83
msgctxt "insertslidesdialog|backgrounds"
msgid "Delete unused backg_rounds"
msgstr ""
-#: insertslidesdialog.ui:98
+#: sd/uiconfig/sdraw/ui/insertslidesdialog.ui:98
#, fuzzy
msgctxt "insertslidesdialog|links"
msgid "_Link"
msgstr "Skakel"
-#: namedesign.ui:8
+#: sd/uiconfig/sdraw/ui/namedesign.ui:8
msgctxt "namedesign|NameDesignDialog"
msgid "Name HTML Design"
msgstr ""
-#: paranumberingtab.ui:30
+#: sd/uiconfig/sdraw/ui/paranumberingtab.ui:30
msgctxt "paranumberingtab|checkbuttonCB_NEW_START"
msgid "R_estart at this paragraph"
msgstr ""
-#: paranumberingtab.ui:60
+#: sd/uiconfig/sdraw/ui/paranumberingtab.ui:59
msgctxt "paranumberingtab|checkbuttonCB_NUMBER_NEW_START"
msgid "S_tart with:"
msgstr ""
-#: paranumberingtab.ui:85
+#: sd/uiconfig/sdraw/ui/paranumberingtab.ui:84
msgctxt "paranumberingtab|label1"
msgid "Paragraph Numbering"
msgstr ""
-#: queryunlinkimagedialog.ui:8
+#: sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui:7
msgctxt "queryunlinkimagedialog|QueryUnlinkImageDialog"
msgid "Release image's link?"
msgstr ""
-#: queryunlinkimagedialog.ui:14
+#: sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui:14
msgctxt "queryunlinkimagedialog|QueryUnlinkImageDialog"
msgid "This image is linked to a document."
msgstr ""
-#: queryunlinkimagedialog.ui:15
+#: sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui:15
msgctxt "queryunlinkimagedialog|QueryUnlinkImageDialog"
msgid "Do you want to unlink the image in order to edit it?"
msgstr ""
-#: tabledesigndialog.ui:9
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:9
#, fuzzy
msgctxt "tabledesigndialog|TableDesignDialog"
msgid "Table Design"
msgstr "Tabelontwerpe"
-#: tabledesigndialog.ui:85
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:85
msgctxt "tabledesigndialog|UseFirstRowStyle"
msgid "_Header row"
msgstr ""
-#: tabledesigndialog.ui:100
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:100
msgctxt "tabledesigndialog|UseLastRowStyle"
msgid "Tot_al row"
msgstr ""
-#: tabledesigndialog.ui:115
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:115
msgctxt "tabledesigndialog|UseBandingRowStyle"
msgid "_Banded rows"
msgstr ""
-#: tabledesigndialog.ui:130
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:130
#, fuzzy
msgctxt "tabledesigndialog|UseFirstColumnStyle"
msgid "Fi_rst column"
msgstr "Eerste kolom"
-#: tabledesigndialog.ui:145
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:145
#, fuzzy
msgctxt "tabledesigndialog|UseLastColumnStyle"
msgid "_Last column"
msgstr "Laaste kolom"
-#: tabledesigndialog.ui:160
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:160
msgctxt "tabledesigndialog|UseBandingColumnStyle"
msgid "Ba_nded columns"
msgstr ""
-#: vectorize.ui:27
+#: sd/uiconfig/sdraw/ui/vectorize.ui:27
#, fuzzy
msgctxt "vectorize|VectorizeDialog"
msgid "Convert to Polygon"
msgstr "Omskep %1 in veelhoek"
-#: vectorize.ui:72
+#: sd/uiconfig/sdraw/ui/vectorize.ui:72
msgctxt "vectorize|preview"
msgid "Preview"
msgstr "Voorskou"
-#: vectorize.ui:118
+#: sd/uiconfig/sdraw/ui/vectorize.ui:118
#, fuzzy
msgctxt "vectorize|label2"
msgid "Number of colors:"
msgstr "Aantal kopieë"
-#: vectorize.ui:144
+#: sd/uiconfig/sdraw/ui/vectorize.ui:143
msgctxt "vectorize|label3"
msgid "Point reduction:"
msgstr ""
-#: vectorize.ui:172
+#: sd/uiconfig/sdraw/ui/vectorize.ui:170
msgctxt "vectorize|tilesft"
msgid "Tile size:"
msgstr ""
-#: vectorize.ui:195
+#: sd/uiconfig/sdraw/ui/vectorize.ui:192
msgctxt "vectorize|fillholes"
msgid "_Fill holes"
msgstr ""
-#: vectorize.ui:229
+#: sd/uiconfig/sdraw/ui/vectorize.ui:226
msgctxt "vectorize|label5"
msgid "Source image:"
msgstr ""
-#: vectorize.ui:243
+#: sd/uiconfig/sdraw/ui/vectorize.ui:240
msgctxt "vectorize|label6"
msgid "Vectorized image:"
msgstr ""
diff --git a/source/af/sfx2/messages.po b/source/af/sfx2/messages.po
index a6e777ddea6..e271f05210e 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: 2017-12-18 12:31+0100\n"
+"POT-Creation-Date: 2018-04-24 12:21+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"
@@ -13,99 +13,99 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: include/sfx2/strings.hrc:25
msgctxt "STR_TEMPLATE_FILTER"
msgid "Templates"
msgstr "Sjablone"
-#: strings.hrc:26
+#: include/sfx2/strings.hrc:26
msgctxt "STR_SAVEDOC"
msgid "~Save"
msgstr "~Stoor"
-#: strings.hrc:27
+#: include/sfx2/strings.hrc:27
msgctxt "STR_SAVEASDOC"
msgid "Save ~As..."
msgstr "Stoor ~as..."
-#: strings.hrc:28
+#: include/sfx2/strings.hrc:28
msgctxt "STR_SAVEACOPY"
msgid "Save a Copy..."
msgstr ""
-#: strings.hrc:29
+#: include/sfx2/strings.hrc:29
msgctxt "STR_CLOSEDOC"
msgid "~Close"
msgstr "~Sluit"
-#: strings.hrc:30
+#: include/sfx2/strings.hrc:30
msgctxt "STR_OPEN"
msgid "Open"
msgstr "Open"
-#: strings.hrc:31
+#: include/sfx2/strings.hrc:31
msgctxt "STR_EDIT_TEMPLATE"
msgid "Edit"
msgstr "Redigeer"
-#: strings.hrc:32
+#: include/sfx2/strings.hrc:32
msgctxt "STR_DEFAULT_TEMPLATE"
msgid "Set As Default"
msgstr ""
-#: strings.hrc:33
+#: include/sfx2/strings.hrc:33
msgctxt "STR_RESET_DEFAULT"
msgid "Reset Default"
msgstr ""
-#: strings.hrc:34
+#: include/sfx2/strings.hrc:34
msgctxt "STR_DELETE"
msgid "Delete"
msgstr "Skrap"
-#: strings.hrc:35
+#: include/sfx2/strings.hrc:35
msgctxt "STR_RENAME"
msgid "Rename"
msgstr "Hernoem"
-#: strings.hrc:36
+#: include/sfx2/strings.hrc:36
msgctxt "STR_CATEGORY_RENAME"
msgid "Rename Category"
msgstr ""
-#: strings.hrc:37
+#: include/sfx2/strings.hrc:37
msgctxt "STR_RENAME_TEMPLATE"
msgid "Enter New Name: "
msgstr ""
-#: strings.hrc:38
+#: include/sfx2/strings.hrc:38
msgctxt "STR_TEMPLATE_TOOLTIP"
msgid ""
"Title: $1\n"
"Category: $2"
msgstr ""
-#: strings.hrc:39
+#: include/sfx2/strings.hrc:39
msgctxt "STR_TEMPLATE_SELECTION"
msgid "Select a Template"
msgstr ""
-#: strings.hrc:40
+#: include/sfx2/strings.hrc:40
msgctxt "STR_AUTOMATICVERSION"
msgid "Automatically saved version"
msgstr "Outomaties gestoorde weergawe"
-#: strings.hrc:41
+#: include/sfx2/strings.hrc:41
msgctxt "STR_EXPORTBUTTON"
msgid "Export"
msgstr "Uitvoer"
-#: strings.hrc:42
+#: include/sfx2/strings.hrc:42
msgctxt "STR_LABEL_FILEFORMAT"
msgid "File format:"
msgstr "Lêerformaat:"
-#: strings.hrc:43
+#: include/sfx2/strings.hrc:43
msgctxt "STR_HIDDENINFO_CONTAINS"
msgid ""
"This document contains:\n"
@@ -114,58 +114,58 @@ msgstr ""
"Hierdie dokument bevat:\n"
"\n"
-#: strings.hrc:44
+#: include/sfx2/strings.hrc:44
msgctxt "STR_HIDDENINFO_RECORDCHANGES"
msgid "Recorded changes"
msgstr "Aangebringde veranderinge"
-#: strings.hrc:45
+#: include/sfx2/strings.hrc:45
msgctxt "STR_HIDDENINFO_NOTES"
msgid "Notes"
msgstr "Notas"
-#: strings.hrc:46
+#: include/sfx2/strings.hrc:46
msgctxt "STR_HIDDENINFO_DOCVERSIONS"
msgid "Document versions"
msgstr "Dokumentweergawes"
-#: strings.hrc:47
+#: include/sfx2/strings.hrc:47
msgctxt "STR_HIDDENINFO_CONTINUE_SAVING"
msgid "Do you want to continue saving the document?"
msgstr "Wil u voortgaan om die dokument te stoor?"
-#: strings.hrc:48
+#: include/sfx2/strings.hrc:48
msgctxt "STR_HIDDENINFO_CONTINUE_PRINTING"
msgid "Do you want to continue printing the document?"
msgstr "Wil u voortgaan om die dokument te druk?"
-#: strings.hrc:49
+#: include/sfx2/strings.hrc:49
msgctxt "STR_HIDDENINFO_CONTINUE_SIGNING"
msgid "Do you want to continue signing the document?"
msgstr "Wil u voortgaan om die dokument te onderteken?"
-#: strings.hrc:50
+#: include/sfx2/strings.hrc:50
msgctxt "STR_HIDDENINFO_CONTINUE_CREATEPDF"
msgid "Do you want to continue creating a PDF file?"
msgstr "Wil u voortgaan om 'n PDF-lêer te skep?"
-#: strings.hrc:51
+#: include/sfx2/strings.hrc:51
msgctxt "STR_NEW_FILENAME_SAVE"
msgid "If you do not want to overwrite the original document, you should save your work under a new filename."
msgstr "Indien u nie die oorspronklike dokument wil oorheenskryf nie, moet u u werk onder 'n nuwe lêernaam stoor."
#. Used in the title of a shared document.
-#: strings.hrc:53
+#: include/sfx2/strings.hrc:53
msgctxt "STR_SHARED"
msgid " (shared)"
msgstr " (gedeel)"
-#: strings.hrc:54
+#: include/sfx2/strings.hrc:54
msgctxt "STR_XMLSEC_ODF12_EXPECTED"
msgid "The document format version is set to ODF 1.1 (OpenOffice.org 2.x) in Tools-Options-Load/Save-General. Signing documents requires ODF 1.2 (OpenOffice.org 3.x)."
msgstr "Die dokumentformaatweergawe is gestel as ODF 1.1 (OpenOffice.org 2.x) in Nuts - Opsies - Laai/stoor - Algemeen. Om dokumente te onderteken, kort u ODF 1.2 (OpenOffice.org 3.x)."
-#: strings.hrc:55
+#: include/sfx2/strings.hrc:55
#, fuzzy
msgctxt "STR_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN"
msgid ""
@@ -175,135 +175,135 @@ msgstr ""
"Die dokument moet gestoor word voor dit onderteken kan word. As u die dokument stoor, verwyder dit alle huidige handtekeninge.\n"
"Wil u die dokument stoor?"
-#: strings.hrc:56
+#: 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 ""
-#: strings.hrc:57
+#: include/sfx2/strings.hrc:57
msgctxt "STR_QRYTEMPL_UPDATE_BTN"
msgid "~Update Styles"
msgstr "~Werk style by"
-#: strings.hrc:58
+#: include/sfx2/strings.hrc:58
msgctxt "STR_QRYTEMPL_KEEP_BTN"
msgid "~Keep Old Styles"
msgstr "~Behou ou style"
-#: strings.hrc:59
+#: include/sfx2/strings.hrc:59
msgctxt "STR_ACTION_REFRESH"
msgid "Refresh"
msgstr "Verfris"
#. leave ending space
-#: strings.hrc:61
+#: include/sfx2/strings.hrc:61
msgctxt "STR_ACTION_DEFAULT"
msgid "Reset Default Template "
msgstr ""
-#: strings.hrc:62
+#: include/sfx2/strings.hrc:62
msgctxt "STR_CATEGORY_NEW"
msgid "New Category"
msgstr ""
-#: strings.hrc:63
+#: include/sfx2/strings.hrc:63
msgctxt "STR_CATEGORY_DELETE"
msgid "Delete Category"
msgstr ""
-#: strings.hrc:64
+#: include/sfx2/strings.hrc:64
msgctxt "STR_CATEGORY_SELECT"
msgid "Select Category"
msgstr ""
-#: strings.hrc:65
+#: include/sfx2/strings.hrc:65
msgctxt "STR_MSG_EXPORT_SUCCESS"
msgid "$1 templates successfully exported."
msgstr ""
-#: strings.hrc:66
+#: include/sfx2/strings.hrc:66
msgctxt "STR_MSG_QUERY_COPY"
msgid "$1 could not be moved to the category \"$2\". Do you want to copy the template instead?"
msgstr ""
-#: strings.hrc:67
+#: include/sfx2/strings.hrc:67
msgctxt "STR_CREATE_ERROR"
msgid "Cannot create category: $1"
msgstr ""
-#: strings.hrc:68
+#: include/sfx2/strings.hrc:68
msgctxt "STR_ERROR_SAVEAS"
msgid "Cannot save template: $1"
msgstr ""
-#: strings.hrc:69
+#: include/sfx2/strings.hrc:69
msgctxt "STR_INPUT_NEW"
msgid "Enter category name:"
msgstr ""
-#: strings.hrc:70
+#: include/sfx2/strings.hrc:70
msgctxt "STR_MSG_ERROR_LOCAL_MOVE"
msgid ""
"Error moving the following templates to $1.\n"
"$2"
msgstr ""
-#: strings.hrc:71
+#: include/sfx2/strings.hrc:71
msgctxt "STR_MSG_ERROR_EXPORT"
msgid ""
"Error exporting the following templates:\n"
"$1"
msgstr ""
-#: strings.hrc:72
+#: include/sfx2/strings.hrc:72
msgctxt "STR_MSG_ERROR_IMPORT"
msgid ""
"Error importing the following templates to $1:\n"
"$2"
msgstr ""
-#: strings.hrc:73
+#: include/sfx2/strings.hrc:73
msgctxt "STR_MSG_ERROR_DELETE_TEMPLATE"
msgid ""
"The following templates cannot be deleted:\n"
"$1"
msgstr ""
-#: strings.hrc:74
+#: include/sfx2/strings.hrc:74
msgctxt "STR_MSG_ERROR_DELETE_FOLDER"
msgid ""
"The following folders cannot be deleted:\n"
"$1"
msgstr ""
-#: strings.hrc:75
+#: include/sfx2/strings.hrc:75
#, fuzzy
msgctxt "STR_QMSG_SEL_FOLDER_DELETE"
msgid "Do you want to delete the selected folders?"
msgstr "Wil u die verstek sjabloon terugstel?"
-#: strings.hrc:76
+#: include/sfx2/strings.hrc:76
msgctxt "STR_QMSG_TEMPLATE_OVERWRITE"
msgid "A template named $1 already exist in $2. Do you want to overwrite it?"
msgstr ""
-#: strings.hrc:77
+#: include/sfx2/strings.hrc:77
#, fuzzy
msgctxt "STR_QMSG_SEL_TEMPLATE_DELETE"
msgid "Do you want to delete the selected templates?"
msgstr "Wil u die verstek sjabloon terugstel?"
-#: strings.hrc:78
+#: include/sfx2/strings.hrc:78
msgctxt "STR_QMSG_ERROR_OPENING_FILE"
msgid "An error occurred during opening the file. This may be caused by incorrect file contents.\n"
msgstr ""
-#: strings.hrc:79
+#: include/sfx2/strings.hrc:79
msgctxt "STR_QMSG_ERROR_OPENING_FILE_DETAILS"
msgid "The error details are:\n"
msgstr ""
-#: strings.hrc:80
+#: include/sfx2/strings.hrc:80
msgctxt "STR_QMSG_ERROR_OPENING_FILE_CONTINUE"
msgid ""
"\n"
@@ -312,325 +312,325 @@ msgid ""
"Do you want to ignore the error and attempt to continue loading the file?"
msgstr ""
-#: strings.hrc:82
+#: include/sfx2/strings.hrc:82
msgctxt "STR_HELP_WINDOW_TITLE"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME-hulp"
-#: strings.hrc:83
+#: include/sfx2/strings.hrc:83
msgctxt "STR_HELP_BUTTON_INDEX_ON"
msgid "Show Navigation Pane"
msgstr "Vertoon navigasiepaneel"
-#: strings.hrc:84
+#: include/sfx2/strings.hrc:84
msgctxt "STR_HELP_BUTTON_INDEX_OFF"
msgid "Hide Navigation Pane"
msgstr "Versteek navigasiepaneel"
-#: strings.hrc:85
+#: include/sfx2/strings.hrc:85
msgctxt "STR_HELP_BUTTON_START"
msgid "First Page"
msgstr "Eerste bladsy"
-#: strings.hrc:86
+#: include/sfx2/strings.hrc:86
msgctxt "STR_HELP_BUTTON_PREV"
msgid "Previous Page"
msgstr "Vorige bladsy"
-#: strings.hrc:87
+#: include/sfx2/strings.hrc:87
msgctxt "STR_HELP_BUTTON_NEXT"
msgid "Next Page"
msgstr "Volgende bladsy"
-#: strings.hrc:88
+#: include/sfx2/strings.hrc:88
msgctxt "STR_HELP_BUTTON_PRINT"
msgid "Print..."
msgstr "Druk..."
-#: strings.hrc:89
+#: include/sfx2/strings.hrc:89
msgctxt "STR_HELP_BUTTON_ADDBOOKMARK"
msgid "Add to Bookmarks..."
msgstr "Voeg by boekmerke..."
-#: strings.hrc:90
+#: include/sfx2/strings.hrc:90
msgctxt "STR_HELP_BUTTON_SEARCHDIALOG"
msgid "Find on this Page..."
msgstr "Vind op hierdie bladsy..."
-#: strings.hrc:91
+#: include/sfx2/strings.hrc:91
msgctxt "STR_HELP_BUTTON_SOURCEVIEW"
msgid "HTML Source"
msgstr "HTML-bronkode"
-#: strings.hrc:92
+#: include/sfx2/strings.hrc:92
msgctxt "STR_HELP_MENU_TEXT_SELECTION_MODE"
msgid "Select Text"
msgstr "Selekteer teks"
-#: strings.hrc:93
+#: include/sfx2/strings.hrc:93
msgctxt "STR_HELP_MENU_TEXT_COPY"
msgid "~Copy"
msgstr "~Kopieer"
-#: strings.hrc:94
+#: include/sfx2/strings.hrc:94
msgctxt "STR_INFO_NOSEARCHRESULTS"
msgid "No topics found."
msgstr "Geen onderwerpe gevind nie."
-#: strings.hrc:95
+#: include/sfx2/strings.hrc:95
msgctxt "STR_INFO_NOSEARCHTEXTFOUND"
msgid "The text you entered was not found."
msgstr "Die teks wat u ingetik het, is nie gevind nie."
-#: strings.hrc:96
+#: include/sfx2/strings.hrc:96
msgctxt "RID_HELP_ONSTARTUP_TEXT"
msgid "~Display %PRODUCTNAME %MODULENAME Help at Startup"
msgstr "~Vertoon %PRODUCTNAME %MODULENAME-hulp tydens laai"
-#: strings.hrc:98
+#: include/sfx2/strings.hrc:98
msgctxt "STR_NONAME"
msgid "Untitled"
msgstr "Titelloos"
-#: strings.hrc:99
+#: include/sfx2/strings.hrc:99
msgctxt "STR_STANDARD_SHORTCUT"
msgid "Standard"
msgstr "Standaard"
-#: strings.hrc:100
+#: include/sfx2/strings.hrc:100
msgctxt "STR_BYTES"
msgid "Bytes"
msgstr "Grepe"
-#: strings.hrc:101
+#: include/sfx2/strings.hrc:101
msgctxt "STR_KB"
msgid "KB"
msgstr "kilogreep"
-#: strings.hrc:102
+#: include/sfx2/strings.hrc:102
msgctxt "STR_MB"
msgid "MB"
msgstr "megagreep"
-#: strings.hrc:103
+#: include/sfx2/strings.hrc:103
msgctxt "STR_GB"
msgid "GB"
msgstr "gigagreep"
-#: strings.hrc:104
+#: include/sfx2/strings.hrc:104
msgctxt "STR_QUERY_LASTVERSION"
msgid "Cancel all changes?"
msgstr "Kanselleer alle wysigings?"
-#: strings.hrc:105
+#: include/sfx2/strings.hrc:105
msgctxt "STR_NO_WEBBROWSER_FOUND"
msgid ""
"Opening \"$(ARG1)\" failed with error code $(ARG2) and message: \"$(ARG3)\"\n"
"Maybe no web browser could be found on your system. In that case, please check your Desktop Preferences or install a web browser (for example, Firefox) in the default location requested during the browser installation."
msgstr ""
-#: strings.hrc:106
+#: include/sfx2/strings.hrc:106
msgctxt "STR_NO_ABS_URI_REF"
msgid "\"$(ARG1)\" is not an absolute URL that can be passed to an external application to open it."
msgstr ""
-#: strings.hrc:107
+#: include/sfx2/strings.hrc:107
msgctxt "STR_GID_INTERN"
msgid "Internal"
msgstr "Interne"
-#: strings.hrc:108
+#: include/sfx2/strings.hrc:108
msgctxt "STR_GID_APPLICATION"
msgid "Application"
msgstr "Toepassing"
-#: strings.hrc:109
+#: include/sfx2/strings.hrc:109
msgctxt "STR_GID_VIEW"
msgid "View"
msgstr "Bekyk"
-#: strings.hrc:110
+#: include/sfx2/strings.hrc:110
msgctxt "STR_GID_DOCUMENT"
msgid "Documents"
msgstr "Dokumente"
-#: strings.hrc:111
+#: include/sfx2/strings.hrc:111
msgctxt "STR_GID_EDIT"
msgid "Edit"
msgstr "Redigeer"
-#: strings.hrc:112
+#: include/sfx2/strings.hrc:112
msgctxt "STR_GID_MACRO"
msgid "BASIC"
msgstr "BASIC"
-#: strings.hrc:113
+#: include/sfx2/strings.hrc:113
msgctxt "STR_GID_OPTIONS"
msgid "Options"
msgstr "Opsies"
-#: strings.hrc:114
+#: include/sfx2/strings.hrc:114
msgctxt "STR_GID_MATH"
msgid "Math"
msgstr "Wiskunde"
-#: strings.hrc:115
+#: include/sfx2/strings.hrc:115
msgctxt "STR_GID_NAVIGATOR"
msgid "Navigate"
msgstr "Navigeer"
-#: strings.hrc:116
+#: include/sfx2/strings.hrc:116
msgctxt "STR_GID_INSERT"
msgid "Insert"
msgstr "Voeg in"
-#: strings.hrc:117
+#: include/sfx2/strings.hrc:117
msgctxt "STR_GID_FORMAT"
msgid "Format"
msgstr "Formaat"
-#: strings.hrc:118
+#: include/sfx2/strings.hrc:118
msgctxt "STR_GID_TEMPLATE"
msgid "Templates"
msgstr "Sjablone"
-#: strings.hrc:119
+#: include/sfx2/strings.hrc:119
msgctxt "STR_GID_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:120
+#: include/sfx2/strings.hrc:120
msgctxt "STR_GID_FRAME"
msgid "Frame"
msgstr "Raam"
-#: strings.hrc:121
+#: include/sfx2/strings.hrc:121
msgctxt "STR_GID_GRAPHIC"
msgid "Image"
msgstr "Beeld"
-#: strings.hrc:122
+#: include/sfx2/strings.hrc:122
msgctxt "STR_GID_TABLE"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:123
+#: include/sfx2/strings.hrc:123
msgctxt "STR_GID_ENUMERATION"
msgid "Numbering"
msgstr "Nommering"
-#: strings.hrc:124
+#: include/sfx2/strings.hrc:124
msgctxt "STR_GID_DATA"
msgid "Data"
msgstr "Data"
-#: strings.hrc:125
+#: include/sfx2/strings.hrc:125
msgctxt "STR_GID_SPECIAL"
msgid "Special Functions"
msgstr "Spesiale funksies"
-#: strings.hrc:126
+#: include/sfx2/strings.hrc:126
msgctxt "STR_GID_IMAGE"
msgid "Image"
msgstr "Beeld"
-#: strings.hrc:127
+#: include/sfx2/strings.hrc:127
msgctxt "STR_GID_CHART"
msgid "Chart"
msgstr "Grafiek"
-#: strings.hrc:128
+#: include/sfx2/strings.hrc:128
msgctxt "STR_GID_EXPLORER"
msgid "Explorer"
msgstr "Explorer"
-#: strings.hrc:129
+#: include/sfx2/strings.hrc:129
msgctxt "STR_GID_CONNECTOR"
msgid "Connector"
msgstr "Verbinder"
-#: strings.hrc:130
+#: include/sfx2/strings.hrc:130
msgctxt "STR_GID_MODIFY"
msgid "Modify"
msgstr "Wysig"
-#: strings.hrc:131
+#: include/sfx2/strings.hrc:131
msgctxt "STR_GID_DRAWING"
msgid "Drawing"
msgstr "Tekening"
-#: strings.hrc:132
+#: include/sfx2/strings.hrc:132
msgctxt "STR_GID_CONTROLS"
msgid "Controls"
msgstr "Kontroles"
-#: strings.hrc:133
+#: include/sfx2/strings.hrc:133
#, fuzzy
msgctxt "STR_QUITAPP"
msgid "E~xit %PRODUCTNAME"
msgstr "Sluit %PRODUCTNAME af"
-#: strings.hrc:134
+#: include/sfx2/strings.hrc:134
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "Hulp"
-#: strings.hrc:135
+#: include/sfx2/strings.hrc:135
msgctxt "RID_STR_HLPFILENOTEXIST"
msgid "The help file for this topic is not installed."
msgstr "Die hulplêer vir hierdie toepassing is nie geïnstalleer nie."
-#: strings.hrc:136
+#: include/sfx2/strings.hrc:136
msgctxt "STR_QUICKSTART_EXIT"
msgid "Exit Quickstarter"
msgstr "Verlaat Snelbeginner"
-#: strings.hrc:137
+#: include/sfx2/strings.hrc:137
msgctxt "STR_QUICKSTART_TIP"
msgid "%PRODUCTNAME %PRODUCTVERSION Quickstarter"
msgstr "%PRODUCTNAME %PRODUCTVERSION-snelbeginner"
-#: strings.hrc:138
+#: include/sfx2/strings.hrc:138
msgctxt "STR_QUICKSTART_FILEOPEN"
msgid "Open Document..."
msgstr "OpenDokument..."
-#: strings.hrc:139
+#: include/sfx2/strings.hrc:139
msgctxt "STR_QUICKSTART_FROMTEMPLATE"
msgid "From Template..."
msgstr "Vanaf sjabloon..."
-#: strings.hrc:140
+#: include/sfx2/strings.hrc:140
msgctxt "STR_QUICKSTART_PRELAUNCH"
msgid "Load %PRODUCTNAME During System Start-Up"
msgstr "Laai %PRODUCTNAME wanneer rekenaar aanskakel"
-#: strings.hrc:141
+#: include/sfx2/strings.hrc:141
msgctxt "STR_QUICKSTART_PRELAUNCH_UNX"
msgid "Disable systray Quickstarter"
msgstr "Deaktiveer Snelbeginner in stelsellaai"
-#: strings.hrc:142
+#: include/sfx2/strings.hrc:142
msgctxt "STR_QUICKSTART_LNKNAME"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: strings.hrc:143
+#: include/sfx2/strings.hrc:143
msgctxt "STR_QUICKSTART_FILE"
msgid "File"
msgstr "Lêer"
-#: strings.hrc:144
+#: include/sfx2/strings.hrc:144
msgctxt "STR_QUICKSTART_STARTCENTER"
msgid "Startcenter"
msgstr "Beginsentrum"
-#: strings.hrc:145
+#: include/sfx2/strings.hrc:145
msgctxt "STR_QUICKSTART_RECENTDOC"
msgid "Recent Documents"
msgstr "Onlangse dokumente"
-#: strings.hrc:146
+#: include/sfx2/strings.hrc:146
msgctxt "STR_QUERY_UPDATE_LINKS"
msgid ""
"This document contains one or more links to external data.\n"
@@ -639,12 +639,12 @@ msgid ""
"to get the most recent data?"
msgstr ""
-#: strings.hrc:147
+#: include/sfx2/strings.hrc:147
msgctxt "STR_DDE_ERROR"
msgid "DDE link to %1 for %2 area %3 are not available."
msgstr "DDE-skakel na %1 vir %2 ruimte %3 is nie beskikbaar nie."
-#: strings.hrc:148
+#: include/sfx2/strings.hrc:148
#, fuzzy
msgctxt "STR_SECURITY_WARNING_NO_HYPERLINKS"
msgid ""
@@ -654,12 +654,12 @@ msgstr ""
"Om sekuriteitsrede kan die hiperskakel nie uitgevoer word nie.\n"
"Die aangegewe adres sal nie geopen word nie."
-#: strings.hrc:149
+#: include/sfx2/strings.hrc:149
msgctxt "RID_SECURITY_WARNING_TITLE"
msgid "Security Warning"
msgstr "Sekuriteitswaarskuwing"
-#: strings.hrc:150
+#: include/sfx2/strings.hrc:150
#, fuzzy
msgctxt "RID_SVXSTR_XMLSEC_QUERY_LOSINGSIGNATURE"
msgid ""
@@ -669,7 +669,7 @@ msgstr ""
"Stoor sal alle bestaande handtekeninge verwyder.\n"
"Wil u voortgaan om die dokument te stoor?"
-#: strings.hrc:151
+#: include/sfx2/strings.hrc:151
#, fuzzy
msgctxt "RID_SVXSTR_XMLSEC_QUERY_SAVEBEFORESIGN"
msgid ""
@@ -679,67 +679,67 @@ msgstr ""
"Die dokument moet gestoor word voor dit onderteken kan word.\n"
"Wil u die dokument stoor?"
-#: strings.hrc:152
+#: include/sfx2/strings.hrc:152
msgctxt "STR_QUERY_CANCELCHECKOUT"
msgid ""
"This will discard all changes on the server since check-out.\n"
"Do you want to proceed?"
msgstr ""
-#: strings.hrc:153
+#: include/sfx2/strings.hrc:153
#, fuzzy
msgctxt "STR_INFO_WRONGDOCFORMAT"
msgid "This document must be saved in OpenDocument file format before it can be digitally signed."
msgstr "Hierdie dokument moet in OpenDocument-lêerformaat gestoor wees voor dit digitaal onderteken kan word."
-#: strings.hrc:154
+#: include/sfx2/strings.hrc:154
msgctxt "RID_XMLSEC_DOCUMENTSIGNED"
msgid " (Signed)"
msgstr " (Onderteken)"
-#: strings.hrc:155
+#: include/sfx2/strings.hrc:155
msgctxt "STR_EMBEDDED_TITLE"
msgid " (Embedded document)"
msgstr ""
-#: strings.hrc:156
+#: include/sfx2/strings.hrc:156
msgctxt "STR_STANDARD"
msgid "Standard"
msgstr "Standaard"
-#: strings.hrc:157
+#: include/sfx2/strings.hrc:157
msgctxt "RID_SVXSTR_FILELINK"
msgid "Document"
msgstr "Dokument"
-#: strings.hrc:158
+#: include/sfx2/strings.hrc:158
msgctxt "STR_NONE"
msgid "- None -"
msgstr "- Geen -"
-#: strings.hrc:159
+#: include/sfx2/strings.hrc:159
msgctxt "RID_SVXSTR_GRAFIKLINK"
msgid "Image"
msgstr "Beeld"
-#: strings.hrc:160
+#: include/sfx2/strings.hrc:160
msgctxt "STR_SFX_FILTERNAME_ALL"
msgid "All files"
msgstr "Alle lêers"
-#: strings.hrc:161
+#: include/sfx2/strings.hrc:161
#, fuzzy
msgctxt "STR_SFX_FILTERNAME_PDF"
msgid "PDF files"
msgstr "PDF-lêer"
-#: strings.hrc:162
+#: include/sfx2/strings.hrc:162
msgctxt "RID_SVXSTR_EDITGRFLINK"
msgid "Link Image"
msgstr ""
#. i66948 used in project scripting
-#: strings.hrc:164
+#: include/sfx2/strings.hrc:164
msgctxt "STR_ERRUNOEVENTBINDUNG"
msgid ""
"An appropriate component method %1\n"
@@ -752,33 +752,33 @@ msgstr ""
"\n"
"Kontroleer die spelling van die metodenaam."
-#: strings.hrc:165
+#: include/sfx2/strings.hrc:165
#, fuzzy
msgctxt "RID_SVXSTR_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "Hierdie lêer kan nie oopgemaak word nie"
-#: strings.hrc:166
+#: include/sfx2/strings.hrc:166
msgctxt "RID_SVXSTR_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr ""
-#: strings.hrc:167
+#: include/sfx2/strings.hrc:167
msgctxt "RID_SVXSTR_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr ""
-#: strings.hrc:168
+#: include/sfx2/strings.hrc:168
msgctxt "RID_SVXSTR_GRFILTER_VERSIONERROR"
msgid "This version of the image file is not supported"
msgstr ""
-#: strings.hrc:169
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#: strings.hrc:170
+#: include/sfx2/strings.hrc:170
#, fuzzy
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
@@ -794,39 +794,39 @@ msgstr ""
"Sluit wysigingsopname-modus af?\n"
"\n"
-#: strings.hrc:171
+#: include/sfx2/strings.hrc:171
#, fuzzy
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "Verkeerde wagwoord"
-#: strings.hrc:172
+#: include/sfx2/strings.hrc:172
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr ""
-#: strings.hrc:174
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr ""
-#: strings.hrc:175
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr ""
-#: strings.hrc:176
+#: include/sfx2/strings.hrc:176
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr ""
-#: strings.hrc:177
+#: include/sfx2/strings.hrc:177
#, fuzzy
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."
-#: strings.hrc:179
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -835,7 +835,7 @@ msgstr ""
"Die filter $(FILTER) wat u gekies het, is nie geïnstalleer nie.\n"
"Wil u dit nou installeer?"
-#: strings.hrc:180
+#: include/sfx2/strings.hrc:180
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -844,73 +844,73 @@ msgstr ""
"Die filter $(FILTER) wat u gekies het is nie in u weergawe ingesluit nie.\n"
"U kan inligting oor bestellings op ons tuisblad kry."
-#: strings.hrc:182
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr ""
-#: strings.hrc:183
+#: include/sfx2/strings.hrc:183
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr ""
-#: strings.hrc:185
+#: include/sfx2/strings.hrc:185
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "Huidige weergawe"
-#: strings.hrc:186
+#: include/sfx2/strings.hrc:186
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "Uitvoer"
-#: strings.hrc:187
+#: include/sfx2/strings.hrc:187
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "Voeg in"
-#: strings.hrc:188
+#: include/sfx2/strings.hrc:188
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~Voeg in"
-#: strings.hrc:189
+#: include/sfx2/strings.hrc:189
msgctxt "STR_SFX_IMPORT_ALL"
msgid "<All formats>"
msgstr "<Alle formate>"
-#: strings.hrc:190
+#: include/sfx2/strings.hrc:190
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr ""
-#: strings.hrc:191
+#: include/sfx2/strings.hrc:191
#, fuzzy
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "Vergelyk #"
-#: strings.hrc:192
+#: include/sfx2/strings.hrc:192
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr ""
-#: strings.hrc:194
+#: include/sfx2/strings.hrc:194
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME-dokument"
-#: strings.hrc:195
+#: include/sfx2/strings.hrc:195
msgctxt "SFX_ST_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
-#: strings.hrc:196
+#: include/sfx2/strings.hrc:196
msgctxt "STR_SFX_REMOVE_PROPERTY"
msgid "Remove Property"
msgstr "Verwyder eienskap"
-#: strings.hrc:197
+#: include/sfx2/strings.hrc:197
#, fuzzy
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
@@ -920,28 +920,28 @@ msgstr ""
"Die waarde stem nie met die gespesifiseerde tipe ooreen nie.\n"
"Die waarde sal as teks gestoor word."
-#: strings.hrc:199
+#: include/sfx2/strings.hrc:199
#, fuzzy
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "Die lêer bestaan reeds. Oorheenskryf?"
-#: strings.hrc:201
+#: include/sfx2/strings.hrc:201
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~Stel terug"
-#: strings.hrc:202
+#: include/sfx2/strings.hrc:202
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "Hierdie naam is reeds in gebruik."
-#: strings.hrc:203
+#: include/sfx2/strings.hrc:203
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "Hierdie styl bestaan nie."
-#: strings.hrc:204
+#: include/sfx2/strings.hrc:204
#, fuzzy
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
@@ -951,7 +951,7 @@ msgstr ""
"Hierdie styl kan nie as basisstyl gebruik word nie\n"
"omdat dit tot 'n rekursiewe verwysing sou lei."
-#: strings.hrc:205
+#: include/sfx2/strings.hrc:205
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -960,7 +960,7 @@ msgstr ""
"Naam bestaan reeds as 'n verstek styl.\n"
"Kies asseblief 'n ander naam."
-#: strings.hrc:206
+#: include/sfx2/strings.hrc:206
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -968,97 +968,92 @@ msgid ""
"Do you still wish to delete these styles?\n"
msgstr ""
-#: strings.hrc:207
+#: include/sfx2/strings.hrc:207
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr ""
-#: strings.hrc:208
+#: include/sfx2/strings.hrc:208
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "Navigator"
-#: strings.hrc:209
-msgctxt "STR_SID_SIDEBAR"
-msgid "Sidebar"
-msgstr ""
-
-#: strings.hrc:210
+#: include/sfx2/strings.hrc:209
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "Foutiewe wagwoordbevestiging"
-#: strings.hrc:211
+#: include/sfx2/strings.hrc:210
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "Stuur"
-#: strings.hrc:212
+#: include/sfx2/strings.hrc:211
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "Font"
-#: strings.hrc:213
+#: include/sfx2/strings.hrc:212
msgctxt "STR_PREVIEW_CHECKBOX"
msgid "Show Previews"
msgstr ""
-#: strings.hrc:215
+#: include/sfx2/strings.hrc:214
#, fuzzy
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "Voeg weergaweopmerking in"
-#: strings.hrc:216
+#: include/sfx2/strings.hrc:215
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr ""
-#: strings.hrc:218
+#: include/sfx2/strings.hrc:217
#, fuzzy
msgctxt "STR_STYLE_ELEMTLIST"
msgid "Style List"
msgstr "Style"
-#: strings.hrc:219
+#: include/sfx2/strings.hrc:218
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "Hiërargies"
-#: strings.hrc:220
+#: include/sfx2/strings.hrc:219
#, fuzzy
msgctxt "STR_STYLE_FILL_FORMAT_MODE"
msgid "Fill Format Mode"
msgstr "Invulformaat-modus"
-#: strings.hrc:221
+#: include/sfx2/strings.hrc:220
#, fuzzy
msgctxt "STR_STYLE_NEW_STYLE_FROM_SELECTION"
msgid "New Style from Selection"
msgstr "Nuwe styl uit seleksie"
-#: strings.hrc:222
+#: include/sfx2/strings.hrc:221
#, fuzzy
msgctxt "STR_STYLE_UPDATE_STYLE"
msgid "Update Style"
msgstr "~Werk style by"
-#: strings.hrc:224
+#: include/sfx2/strings.hrc:223
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."
-#: strings.hrc:225
+#: include/sfx2/strings.hrc:224
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "Kanselleer opname"
-#: strings.hrc:227
+#: include/sfx2/strings.hrc:226
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "Die sjablone word vir eerste gebruik geïnisialiseer."
-#: strings.hrc:229
+#: include/sfx2/strings.hrc:228
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1067,7 +1062,7 @@ msgstr ""
"Geen verstek drukker gevind nie.\n"
"Kies asseblief 'n drukker en probeer weer."
-#: strings.hrc:230
+#: include/sfx2/strings.hrc:229
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1076,17 +1071,17 @@ msgstr ""
"Kon nie drukker aansit nie.\n"
"Gaan asseblief u drukkeropstelling na."
-#: strings.hrc:231
+#: include/sfx2/strings.hrc:230
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "Drukker besig"
-#: strings.hrc:232
+#: include/sfx2/strings.hrc:231
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (leesalleen)"
-#: strings.hrc:233
+#: include/sfx2/strings.hrc:232
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1097,7 +1092,7 @@ msgstr ""
"Moet die nuwe instellings \n"
"in die aktiewe dokument gestoor word?"
-#: strings.hrc:234
+#: include/sfx2/strings.hrc:233
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1108,7 +1103,7 @@ msgstr ""
"Moet die nuwe instellings in die \n"
"aktiewe dokument gestoor word?"
-#: strings.hrc:235
+#: include/sfx2/strings.hrc:234
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1119,7 +1114,7 @@ msgstr ""
"Moet die nuwe instellings \n"
"in die aktiewe dokument gestoor word?"
-#: strings.hrc:236
+#: include/sfx2/strings.hrc:235
#, fuzzy
msgctxt "STR_CANT_CLOSE"
msgid ""
@@ -1129,7 +1124,7 @@ msgstr ""
"Die dokument kan nie toegemaak word nie omdat 'n\n"
" druktaak uitgevoer word."
-#: strings.hrc:237
+#: include/sfx2/strings.hrc:236
#, fuzzy
msgctxt "STR_ERROR_SEND_MAIL"
msgid ""
@@ -1139,1088 +1134,1140 @@ msgstr ""
"'n Fout het tydens die versending van die boodskap voorgekom. Moontlike foute kan 'n ontbrekende gebruikersrekening wees of 'n foutiewe instellings.\n"
"Gaan asseblief die %PRODUCTNAME-instellings of jou e-posprograminstellings na."
-#: strings.hrc:238
+#. Error codes look like "MAPI_E_FAILURE" or "1234"
+#: include/sfx2/strings.hrc:238
+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"
+"\n"
+"Error code is $1"
+msgstr ""
+
+#: include/sfx2/strings.hrc:239
+msgctxt "STR_ERROR_SEND_MAIL_HEADER"
+msgid "Error sending mail"
+msgstr ""
+
+#: include/sfx2/strings.hrc:240
#, 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 "Hierdie dokument kan nie geredigeer word nie, moontlik omdat die toegangsregte ontbreek. Wil u 'n kopie van die dokument redigeer?"
-#: strings.hrc:239
+#: include/sfx2/strings.hrc:241
+msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
+msgid ""
+"This document cannot be edited, because it is locked in another session. Do you want to edit a copy of the document?\n"
+"\n"
+"You can also try to ignore the lock and open the file for editing."
+msgstr ""
+
+#: include/sfx2/strings.hrc:242
+msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
+msgid "Open ~Copy"
+msgstr ""
+
+#: include/sfx2/strings.hrc:243
+msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
+msgid "~Open"
+msgstr ""
+
+#: include/sfx2/strings.hrc:244
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (herstelde dokument)"
-#: strings.hrc:240
+#: include/sfx2/strings.hrc:245
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr ""
-#: strings.hrc:241
+#: include/sfx2/strings.hrc:246
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr ""
-#: strings.hrc:242
+#: include/sfx2/strings.hrc:247
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr ""
-#: strings.hrc:243
+#: include/sfx2/strings.hrc:248
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr ""
-#: strings.hrc:244
+#: include/sfx2/strings.hrc:249
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr ""
-#: strings.hrc:245
+#: include/sfx2/strings.hrc:250
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr ""
-#: strings.hrc:246
+#: include/sfx2/strings.hrc:251
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
-msgid "Intellectual Property:"
+msgid "Level"
msgstr ""
-#: strings.hrc:247
+#: include/sfx2/strings.hrc:252
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr ""
-#: strings.hrc:248
+#: include/sfx2/strings.hrc:253
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr ""
-#: strings.hrc:249
+#: include/sfx2/strings.hrc:254
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr ""
-#: strings.hrc:250
+#: include/sfx2/strings.hrc:255
#, fuzzy
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "Redigeer dokument"
-#: strings.hrc:251
+#: include/sfx2/strings.hrc:256
#, fuzzy
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "Liasseer dokument"
-#: strings.hrc:252
+#: include/sfx2/strings.hrc:257
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr ""
-#: strings.hrc:253
+#: include/sfx2/strings.hrc:258
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr ""
-#: strings.hrc:254
+#: include/sfx2/strings.hrc:259
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr ""
-#: strings.hrc:255
+#: include/sfx2/strings.hrc:260
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr ""
-#: strings.hrc:256
+#: include/sfx2/strings.hrc:261
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr ""
-#: strings.hrc:257
+#: include/sfx2/strings.hrc:262
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr ""
-#: strings.hrc:259
+#: include/sfx2/strings.hrc:264
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#: strings.hrc:260
+#: include/sfx2/strings.hrc:265
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr ""
-#: strings.hrc:261
+#: include/sfx2/strings.hrc:266
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr ""
-#: strings.hrc:263
+#: include/sfx2/strings.hrc:268
#, fuzzy
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "Meer ~opsies"
-#: strings.hrc:264
+#: include/sfx2/strings.hrc:269
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr ""
-#: strings.hrc:265
+#: include/sfx2/strings.hrc:270
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr ""
-#: strings.hrc:266
+#: include/sfx2/strings.hrc:271
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr ""
-#: strings.hrc:267
+#: include/sfx2/strings.hrc:272
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr ""
-#: strings.hrc:268
+#: include/sfx2/strings.hrc:273
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr ""
#. Translators: default Impress template names
-#: strings.hrc:271
+#: include/sfx2/strings.hrc:276
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr ""
-#: strings.hrc:272
+#: include/sfx2/strings.hrc:277
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
-#: strings.hrc:273
+#: include/sfx2/strings.hrc:278
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
-#: strings.hrc:274
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
-#: strings.hrc:275
+#: include/sfx2/strings.hrc:280
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr ""
-#: strings.hrc:276
+#: include/sfx2/strings.hrc:281
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr ""
-#: strings.hrc:277
+#: include/sfx2/strings.hrc:282
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
-#: strings.hrc:278
+#: include/sfx2/strings.hrc:283
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
-#: strings.hrc:279
+#: include/sfx2/strings.hrc:284
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
-#: strings.hrc:280
+#: include/sfx2/strings.hrc:285
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr ""
-#: strings.hrc:281
+#: include/sfx2/strings.hrc:286
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
-#: strings.hrc:282
+#: include/sfx2/strings.hrc:287
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
-#: strings.hrc:283
+#: include/sfx2/strings.hrc:288
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr ""
-#: strings.hrc:284
+#: include/sfx2/strings.hrc:289
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
-#: strings.hrc:285
+#: include/sfx2/strings.hrc:290
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
-#: strings.hrc:286
+#: include/sfx2/strings.hrc:291
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
-#: strings.hrc:287
+#: include/sfx2/strings.hrc:292
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
-#: strings.hrc:288
+#: include/sfx2/strings.hrc:293
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
-#: strings.hrc:289
+#: include/sfx2/strings.hrc:294
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
-#: strings.hrc:290
+#: include/sfx2/strings.hrc:295
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
-#: strings.hrc:291
+#: include/sfx2/strings.hrc:296
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr ""
-#: strings.hrc:292
+#: include/sfx2/strings.hrc:297
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
-#: strings.hrc:293
+#: include/sfx2/strings.hrc:298
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. Translators: default Writer template names
-#: strings.hrc:295
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
-#: strings.hrc:296
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
-#: strings.hrc:297
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
-#: strings.hrc:298
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
-#: strings.hrc:299
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
-#: strings.hrc:300
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
-#: strings.hrc:301
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
-#: strings.hrc:303
+#: include/sfx2/strings.hrc:308
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Verwyder"
-#: strings.hrc:304
+#: include/sfx2/strings.hrc:309
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
-#: dinfdlg.hrc:27
+#: include/sfx2/strings.hrc:311
+msgctxt "STR_PASSWORD_LEN"
+msgid "Password length"
+msgstr ""
+
+#: include/sfx2/strings.hrc:312
+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 ""
+
+#: sfx2/inc/dinfdlg.hrc:27
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Checked by"
msgstr "Gekontroleer deur"
-#: dinfdlg.hrc:28
+#: sfx2/inc/dinfdlg.hrc:28
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Client"
msgstr "Kliënt"
-#: dinfdlg.hrc:29
+#: sfx2/inc/dinfdlg.hrc:29
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Date completed"
msgstr "Datum voltooi"
-#: dinfdlg.hrc:30
+#: sfx2/inc/dinfdlg.hrc:30
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Department"
msgstr "Afdeling"
-#: dinfdlg.hrc:31
+#: sfx2/inc/dinfdlg.hrc:31
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Destinations"
msgstr "Bestemmings"
-#: dinfdlg.hrc:32
+#: sfx2/inc/dinfdlg.hrc:32
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Disposition"
msgstr "Disposisie"
-#: dinfdlg.hrc:33
+#: sfx2/inc/dinfdlg.hrc:33
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Division"
msgstr "Verdeling"
-#: dinfdlg.hrc:34
+#: sfx2/inc/dinfdlg.hrc:34
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Document number"
msgstr "Dokumentnommer"
-#: dinfdlg.hrc:35
+#: sfx2/inc/dinfdlg.hrc:35
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Editor"
msgstr "Redakteur"
-#: dinfdlg.hrc:36
+#: sfx2/inc/dinfdlg.hrc:36
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "E-Mail"
msgstr "E-pos"
-#: dinfdlg.hrc:37
+#: sfx2/inc/dinfdlg.hrc:37
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Forward to"
msgstr "Gaan vorentoe na"
-#: dinfdlg.hrc:38
+#: sfx2/inc/dinfdlg.hrc:38
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Group"
msgstr "Groep"
-#: dinfdlg.hrc:39
+#: sfx2/inc/dinfdlg.hrc:39
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Info"
msgstr "Inligting"
-#: dinfdlg.hrc:40
+#: sfx2/inc/dinfdlg.hrc:40
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Language"
msgstr "Taal"
-#: dinfdlg.hrc:41
+#: sfx2/inc/dinfdlg.hrc:41
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Mailstop"
msgstr "Posstop"
-#: dinfdlg.hrc:42
+#: sfx2/inc/dinfdlg.hrc:42
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Matter"
msgstr "Materie"
-#: dinfdlg.hrc:43
+#: sfx2/inc/dinfdlg.hrc:43
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Office"
msgstr "Kantoor"
-#: dinfdlg.hrc:44
+#: sfx2/inc/dinfdlg.hrc:44
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Owner"
msgstr "Eienaar"
-#: dinfdlg.hrc:45
+#: sfx2/inc/dinfdlg.hrc:45
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Project"
msgstr "Projek"
-#: dinfdlg.hrc:46
+#: sfx2/inc/dinfdlg.hrc:46
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Publisher"
msgstr "Uitgewer"
-#: dinfdlg.hrc:47
+#: sfx2/inc/dinfdlg.hrc:47
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Purpose"
msgstr "Doel"
-#: dinfdlg.hrc:48
+#: sfx2/inc/dinfdlg.hrc:48
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Received from"
msgstr "Ontvang deur"
-#: dinfdlg.hrc:49
+#: sfx2/inc/dinfdlg.hrc:49
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Recorded by"
msgstr "Opgeneem deur"
-#: dinfdlg.hrc:50
+#: sfx2/inc/dinfdlg.hrc:50
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Recorded date"
msgstr "Opgeneemde datum"
-#: dinfdlg.hrc:51
+#: sfx2/inc/dinfdlg.hrc:51
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Reference"
msgstr "Verwysing"
-#: dinfdlg.hrc:52
+#: sfx2/inc/dinfdlg.hrc:52
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Source"
msgstr "Bron"
-#: dinfdlg.hrc:53
+#: sfx2/inc/dinfdlg.hrc:53
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Status"
msgstr "Status"
-#: dinfdlg.hrc:54
+#: sfx2/inc/dinfdlg.hrc:54
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Telephone number"
msgstr "Telefoonnommer"
-#: dinfdlg.hrc:55
+#: sfx2/inc/dinfdlg.hrc:55
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Typist"
msgstr "Tikster"
-#: dinfdlg.hrc:56
+#: sfx2/inc/dinfdlg.hrc:56
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "URL"
msgstr "URL"
-#: dinfdlg.hrc:69
+#: sfx2/inc/dinfdlg.hrc:69
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Text"
msgstr "Teks"
-#: dinfdlg.hrc:70
+#: sfx2/inc/dinfdlg.hrc:70
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "DateTime"
msgstr "Datum&tyd"
-#: dinfdlg.hrc:71
+#: sfx2/inc/dinfdlg.hrc:71
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Date"
msgstr "Data"
-#: dinfdlg.hrc:72
+#: sfx2/inc/dinfdlg.hrc:72
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Duration"
msgstr "Duur"
-#: dinfdlg.hrc:73
+#: sfx2/inc/dinfdlg.hrc:73
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Number"
msgstr "Nommer"
-#: dinfdlg.hrc:74
+#: sfx2/inc/dinfdlg.hrc:74
#, fuzzy
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "Ja of nee"
-#: doctempl.hrc:27
+#: sfx2/inc/doctempl.hrc:27
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "My Templates"
msgstr "My sjablone"
-#: doctempl.hrc:28
+#: sfx2/inc/doctempl.hrc:28
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Business Correspondence"
msgstr "Sakekorrespondensie"
-#: doctempl.hrc:29
+#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Other Business Documents"
msgstr "Ander sakedokumente"
-#: doctempl.hrc:30
+#: sfx2/inc/doctempl.hrc:30
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Personal Correspondence and Documents"
msgstr "Persoonlike korrespondensie en dokumente"
-#: doctempl.hrc:31
+#: sfx2/inc/doctempl.hrc:31
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Forms and Contracts"
msgstr "Vorms en kontrakte"
-#: doctempl.hrc:32
+#: sfx2/inc/doctempl.hrc:32
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Finances"
msgstr "Finansies"
-#: doctempl.hrc:33
+#: sfx2/inc/doctempl.hrc:33
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Education"
msgstr "Opleiding"
-#: doctempl.hrc:34
+#: sfx2/inc/doctempl.hrc:34
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Presentation Backgrounds"
msgstr "Aanbiedingsagtergronde"
-#: doctempl.hrc:35
+#: sfx2/inc/doctempl.hrc:35
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Presentations"
msgstr "Voorleggings"
-#: doctempl.hrc:36
+#: sfx2/inc/doctempl.hrc:36
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Miscellaneous"
msgstr "Allerlei"
-#: doctempl.hrc:37
+#: sfx2/inc/doctempl.hrc:37
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Labels"
msgstr "Etikette"
-#: doctempl.hrc:38
+#: sfx2/inc/doctempl.hrc:38
#, fuzzy
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Styles"
msgstr "Style"
-#: alienwarndialog.ui:8
+#: sfx2/uiconfig/ui/alienwarndialog.ui:7
msgctxt "alienwarndialog|AlienWarnDialog"
msgid "Confirm File Format"
msgstr ""
-#: alienwarndialog.ui:14
+#: sfx2/uiconfig/ui/alienwarndialog.ui:13
msgctxt "alienwarndialog|AlienWarnDialog"
msgid "This document may contain formatting or content that cannot be saved in the currently selected file format “%FORMATNAME”."
msgstr ""
-#: alienwarndialog.ui:15
+#: sfx2/uiconfig/ui/alienwarndialog.ui:14
msgctxt "alienwarndialog|AlienWarnDialog"
msgid "Use the default ODF file format to be sure that the document is saved correctly."
msgstr ""
-#: alienwarndialog.ui:27
+#: sfx2/uiconfig/ui/alienwarndialog.ui:25
msgctxt "alienwarndialog|cancel"
msgid "Use %DEFAULTEXTENSION _Format"
msgstr ""
-#: alienwarndialog.ui:43
+#: sfx2/uiconfig/ui/alienwarndialog.ui:41
msgctxt "alienwarndialog|save"
msgid "_Use %FORMATNAME Format"
msgstr ""
-#: alienwarndialog.ui:68
+#: sfx2/uiconfig/ui/alienwarndialog.ui:66
msgctxt "alienwarndialog|ask"
msgid "_Ask when not saving in ODF or default format"
msgstr ""
-#: bookmarkdialog.ui:7
+#: sfx2/uiconfig/ui/bookmarkdialog.ui:8
#, fuzzy
msgctxt "bookmarkdialog|BookmarkDialog"
msgid "Add to Bookmarks"
msgstr "Voeg by boekmerke..."
-#: bookmarkdialog.ui:18
+#: sfx2/uiconfig/ui/bookmarkdialog.ui:80
msgctxt "bookmarkdialog|alttitle"
msgid "Rename Bookmark"
msgstr ""
-#: bookmarkdialog.ui:97
+#: sfx2/uiconfig/ui/bookmarkdialog.ui:99
#, fuzzy
msgctxt "bookmarkdialog|label2"
msgid "Bookmark:"
msgstr "Boekmerk"
-#: bookmarkmenu.ui:12
+#: sfx2/uiconfig/ui/bookmarkmenu.ui:12
#, fuzzy
msgctxt "bookmarkmenu|display"
msgid "Display"
msgstr "Vertoon"
-#: bookmarkmenu.ui:26
+#: sfx2/uiconfig/ui/bookmarkmenu.ui:26
msgctxt "bookmarkmenu|rename"
msgid "Rename..."
msgstr "Hernoem..."
-#: bookmarkmenu.ui:34
+#: sfx2/uiconfig/ui/bookmarkmenu.ui:34
msgctxt "bookmarkmenu|delete"
msgid "Delete"
msgstr "Skrap"
-#: charmapcontrol.ui:27
+#: sfx2/uiconfig/ui/charmapcontrol.ui:27
#, fuzzy
msgctxt "charmapcontrol|label1"
msgid "Favorites"
msgstr "~Gunstelinge"
-#: charmapcontrol.ui:248
+#: sfx2/uiconfig/ui/charmapcontrol.ui:248
msgctxt "charmapcontrol|label2"
msgid "Recent"
msgstr ""
-#: charmapcontrol.ui:469
+#: sfx2/uiconfig/ui/charmapcontrol.ui:469
msgctxt "charmapcontrol|specialchardlg"
msgid "More Characters…"
msgstr ""
-#: checkin.ui:8
+#: sfx2/uiconfig/ui/charviewmenu.ui:12
+msgctxt "charviewmenu|clearchar"
+msgid "Remove"
+msgstr ""
+
+#: sfx2/uiconfig/ui/charviewmenu.ui:20
+msgctxt "charviewmenu|clearallchar"
+msgid "Clear All"
+msgstr ""
+
+#: sfx2/uiconfig/ui/checkin.ui:8
msgctxt "checkin|CheckinDialog"
msgid "Check-In"
msgstr ""
-#: checkin.ui:84
+#: sfx2/uiconfig/ui/checkin.ui:84
msgctxt "checkin|MajorVersion"
msgid "New major version"
msgstr ""
-#: checkin.ui:114
+#: sfx2/uiconfig/ui/checkin.ui:115
#, fuzzy
msgctxt "checkin|label2"
msgid "Version comment:"
msgstr "Weergawekommentaar"
-#: cmisinfopage.ui:54
+#: sfx2/uiconfig/ui/cmisinfopage.ui:54
msgctxt "cmisinfopage|name"
msgid "Name"
msgstr "Naam"
-#: cmisinfopage.ui:66
+#: sfx2/uiconfig/ui/cmisinfopage.ui:66
msgctxt "cmisinfopage|type"
msgid "Type"
msgstr "Soort"
-#: cmisinfopage.ui:78
+#: sfx2/uiconfig/ui/cmisinfopage.ui:78
msgctxt "cmisinfopage|value"
msgid "Value"
msgstr "Waarde"
-#: cmisline.ui:46
+#: sfx2/uiconfig/ui/cmisline.ui:46
msgctxt "cmisline|type"
msgid "Type"
msgstr "Soort"
-#: cmisline.ui:61
+#: sfx2/uiconfig/ui/cmisline.ui:61
msgctxt "cmisline|yes"
msgid "Yes"
msgstr "Ja"
-#: cmisline.ui:82
+#: sfx2/uiconfig/ui/cmisline.ui:82
msgctxt "cmisline|no"
msgid "No"
msgstr "Nee"
-#: custominfopage.ui:14
+#: sfx2/uiconfig/ui/custominfopage.ui:14
msgctxt "custominfopage|add"
msgid "Add _Property"
msgstr ""
-#: custominfopage.ui:49
+#: sfx2/uiconfig/ui/custominfopage.ui:49
msgctxt "custominfopage|name"
msgid "Name"
msgstr "Naam"
-#: custominfopage.ui:61
+#: sfx2/uiconfig/ui/custominfopage.ui:61
msgctxt "custominfopage|type"
msgid "Type"
msgstr "Soort"
-#: custominfopage.ui:73
+#: sfx2/uiconfig/ui/custominfopage.ui:73
msgctxt "custominfopage|value"
msgid "Value"
msgstr "Waarde"
-#: descriptioninfopage.ui:18
+#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
#, fuzzy
msgctxt "descriptioninfopage|label27"
msgid "_Title:"
msgstr "Titel:"
-#: descriptioninfopage.ui:32
+#: sfx2/uiconfig/ui/descriptioninfopage.ui:32
#, fuzzy
msgctxt "descriptioninfopage|label28"
msgid "_Subject:"
msgstr "Onderwerp:"
-#: descriptioninfopage.ui:46
+#: sfx2/uiconfig/ui/descriptioninfopage.ui:46
#, fuzzy
msgctxt "descriptioninfopage|label29"
msgid "_Keywords:"
msgstr "Sleutelwoorde:"
-#: descriptioninfopage.ui:61
+#: sfx2/uiconfig/ui/descriptioninfopage.ui:61
#, fuzzy
msgctxt "descriptioninfopage|label30"
msgid "_Comments:"
msgstr "Opmerkings:"
-#: documentfontspage.ui:25
+#: sfx2/uiconfig/ui/documentfontspage.ui:25
msgctxt "documentfontspage|embedFonts"
msgid "_Embed fonts in the document"
msgstr ""
-#: documentfontspage.ui:40
+#: sfx2/uiconfig/ui/documentfontspage.ui:40
msgctxt "documentfontspage|fontEmbeddingLabel"
msgid "Font Embedding"
msgstr ""
-#: documentinfopage.ui:18
+#: sfx2/uiconfig/ui/documentinfopage.ui:18
#, fuzzy
msgctxt "documentinfopage|label13"
msgid "_Created:"
msgstr "Geskep:"
-#: documentinfopage.ui:32
+#: sfx2/uiconfig/ui/documentinfopage.ui:32
#, fuzzy
msgctxt "documentinfopage|label14"
msgid "_Modified:"
msgstr "Gewysig:"
-#: documentinfopage.ui:46
+#: sfx2/uiconfig/ui/documentinfopage.ui:46
msgctxt "documentinfopage|label15"
msgid "_Digitally signed:"
msgstr ""
-#: documentinfopage.ui:60
+#: sfx2/uiconfig/ui/documentinfopage.ui:60
msgctxt "documentinfopage|label16"
msgid "Last pri_nted:"
msgstr ""
-#: documentinfopage.ui:74
+#: sfx2/uiconfig/ui/documentinfopage.ui:74
#, fuzzy
msgctxt "documentinfopage|label17"
msgid "Total _editing time:"
msgstr "Totale redigeertyd:"
-#: documentinfopage.ui:88
+#: sfx2/uiconfig/ui/documentinfopage.ui:88
#, fuzzy
msgctxt "documentinfopage|label18"
msgid "Re_vision number:"
msgstr "Hersiennommer:"
-#: documentinfopage.ui:131
+#: sfx2/uiconfig/ui/documentinfopage.ui:131
msgctxt "documentinfopage|showsigned"
msgid "Multiply signed document"
msgstr ""
-#: documentinfopage.ui:183
+#: sfx2/uiconfig/ui/documentinfopage.ui:183
msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr ""
-#: documentinfopage.ui:200
+#: sfx2/uiconfig/ui/documentinfopage.ui:200
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr ""
-#: documentinfopage.ui:217
+#: sfx2/uiconfig/ui/documentinfopage.ui:217
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr ""
-#: documentinfopage.ui:231
+#: sfx2/uiconfig/ui/documentinfopage.ui:231
#, fuzzy
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "Digitale handtekeninge..."
-#: documentinfopage.ui:250
+#: sfx2/uiconfig/ui/documentinfopage.ui:250
#, fuzzy
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "Grootte:"
-#: documentinfopage.ui:264
+#: sfx2/uiconfig/ui/documentinfopage.ui:264
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "onbekend"
-#: documentinfopage.ui:278
+#: sfx2/uiconfig/ui/documentinfopage.ui:278
#, fuzzy
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "Ligging:"
-#: documentinfopage.ui:308
+#: sfx2/uiconfig/ui/documentinfopage.ui:308
#, fuzzy
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "Tipe:"
-#: documentinfopage.ui:332
+#: sfx2/uiconfig/ui/documentinfopage.ui:332
#, fuzzy
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "Verander ~wagwoord..."
-#: documentinfopage.ui:350
+#: sfx2/uiconfig/ui/documentinfopage.ui:350
#, fuzzy
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "Sjablone"
-#: documentpropertiesdialog.ui:8
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:8
msgctxt "documentpropertiesdialog|DocumentPropertiesDialog"
msgid "Properties of “%1”"
msgstr ""
-#: documentpropertiesdialog.ui:103
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:103
#, fuzzy
msgctxt "documentpropertiesdialog|general"
msgid "General "
msgstr "Algemeen"
-#: documentpropertiesdialog.ui:125
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:125
msgctxt "documentpropertiesdialog|description"
msgid "Description"
msgstr "Beskrywing"
-#: documentpropertiesdialog.ui:148
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:148
msgctxt "documentpropertiesdialog|customprops"
msgid "Custom Properties"
msgstr ""
-#: documentpropertiesdialog.ui:171
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:171
msgctxt "documentpropertiesdialog|cmisprops"
msgid "CMIS Properties"
msgstr ""
-#: documentpropertiesdialog.ui:194
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:194
#, fuzzy
msgctxt "documentpropertiesdialog|security"
msgid "Security"
msgstr "Sekuriteit"
-#: editdocumentdialog.ui:8
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:7
msgctxt "editdocumentdialog|EditDocumentDialog"
msgid "Confirm editing of document"
msgstr ""
-#: editdocumentdialog.ui:14
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:13
msgctxt "editdocumentdialog|EditDocumentDialog"
msgid "Are you sure you want to edit the document?"
msgstr ""
-#: editdocumentdialog.ui:15
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:14
msgctxt "editdocumentdialog|EditDocumentDialog"
msgid "The original file can be signed without editing the document. Existing signatures on the document will be lost in case of saving an edited version."
msgstr ""
-#: editdocumentdialog.ui:27
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:25
#, fuzzy
msgctxt "editdocumentdialog|edit"
msgid "Edit Document"
msgstr "Redigeer dokument"
-#: editdocumentdialog.ui:44
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:42
msgctxt "editdocumentdialog|cancel"
msgid "Cancel"
msgstr "Kanselleer"
-#: editdurationdialog.ui:8
+#: sfx2/uiconfig/ui/editdurationdialog.ui:43
#, fuzzy
msgctxt "editdurationdialog|EditDurationDialog"
msgid "Edit Duration"
msgstr "Redigeerfunksie"
-#: editdurationdialog.ui:97
+#: sfx2/uiconfig/ui/editdurationdialog.ui:135
#, fuzzy
msgctxt "editdurationdialog|negative"
msgid "_Negative"
msgstr "Negatief"
-#: editdurationdialog.ui:116
+#: sfx2/uiconfig/ui/editdurationdialog.ui:153
msgctxt "editdurationdialog|label1"
msgid "_Years:"
msgstr ""
-#: editdurationdialog.ui:130
+#: sfx2/uiconfig/ui/editdurationdialog.ui:167
#, fuzzy
msgctxt "editdurationdialog|label"
msgid "_Months:"
msgstr "Maande"
-#: editdurationdialog.ui:144
+#: sfx2/uiconfig/ui/editdurationdialog.ui:181
msgctxt "editdurationdialog|label3"
msgid "_Days:"
msgstr ""
-#: editdurationdialog.ui:158
+#: sfx2/uiconfig/ui/editdurationdialog.ui:195
msgctxt "editdurationdialog|label4"
msgid "H_ours:"
msgstr ""
-#: editdurationdialog.ui:172
+#: sfx2/uiconfig/ui/editdurationdialog.ui:209
#, fuzzy
msgctxt "editdurationdialog|label5"
msgid "Min_utes:"
msgstr "Minute"
-#: editdurationdialog.ui:186
+#: sfx2/uiconfig/ui/editdurationdialog.ui:223
#, fuzzy
msgctxt "editdurationdialog|label6"
msgid "_Seconds:"
msgstr "Sekondes"
-#: editdurationdialog.ui:200
+#: sfx2/uiconfig/ui/editdurationdialog.ui:237
msgctxt "editdurationdialog|label7"
msgid "Millise_conds:"
msgstr ""
-#: editdurationdialog.ui:287
+#: sfx2/uiconfig/ui/editdurationdialog.ui:339
msgctxt "editdurationdialog|label2"
msgid "Duration"
msgstr "Duur"
-#: errorfindemaildialog.ui:8
+#: sfx2/uiconfig/ui/errorfindemaildialog.ui:7
msgctxt "errorfindemaildialog|ErrorFindEmailDialog"
msgid "No e-mail configuration"
msgstr ""
-#: errorfindemaildialog.ui:14
+#: sfx2/uiconfig/ui/errorfindemaildialog.ui:14
msgctxt "errorfindemaildialog|ErrorFindEmailDialog"
msgid "%PRODUCTNAME was unable to find a working e-mail configuration."
msgstr ""
-#: errorfindemaildialog.ui:15
+#: sfx2/uiconfig/ui/errorfindemaildialog.ui:15
msgctxt "errorfindemaildialog|ErrorFindEmailDialog"
msgid "Please save this document locally instead and attach it from within your e-mail client."
msgstr ""
-#: floatingrecord.ui:9
+#: sfx2/uiconfig/ui/floatingrecord.ui:9
msgctxt "floatingrecord|FloatingRecord"
msgid "Record Macro"
msgstr "Neem makro op"
-#: helpbookmarkpage.ui:22
+#: sfx2/uiconfig/ui/helpbookmarkpage.ui:22
#, fuzzy
msgctxt "helpbookmarkpage|display"
msgid "_Display"
msgstr "Vertoon"
-#: helpbookmarkpage.ui:41
+#: sfx2/uiconfig/ui/helpbookmarkpage.ui:41
#, fuzzy
msgctxt "helpbookmarkpage|label1"
msgid "_Bookmarks"
msgstr "Boekmerke"
-#: helpcontrol.ui:49
+#: sfx2/uiconfig/ui/helpcontrol.ui:49
msgctxt "helpcontrol|contents"
msgid "Contents"
msgstr "Inhoud"
-#: helpcontrol.ui:71
+#: sfx2/uiconfig/ui/helpcontrol.ui:71
msgctxt "helpcontrol|index"
msgid "Index"
msgstr "Indeks"
-#: helpcontrol.ui:94
+#: sfx2/uiconfig/ui/helpcontrol.ui:94
#, fuzzy
msgctxt "helpcontrol|find"
msgid "Find"
msgstr "Vind"
-#: helpcontrol.ui:117
+#: sfx2/uiconfig/ui/helpcontrol.ui:117
msgctxt "helpcontrol|bookmarks"
msgid "Bookmarks"
msgstr "Boekmerke"
-#: helpindexpage.ui:22
+#: sfx2/uiconfig/ui/helpindexpage.ui:22
#, fuzzy
msgctxt "helpindexpage|display"
msgid "_Display"
msgstr "Vertoon"
-#: helpindexpage.ui:41
+#: sfx2/uiconfig/ui/helpindexpage.ui:41
msgctxt "helpindexpage|label1"
msgid "_Search term"
msgstr ""
-#: helpmanual.ui:8
+#: sfx2/uiconfig/ui/helpmanual.ui:7
msgctxt "helpmanual|onlinehelpmanual"
msgid "%PRODUCTNAME Help Not Installed"
msgstr ""
-#: helpmanual.ui:12
+#: sfx2/uiconfig/ui/helpmanual.ui:12
msgctxt "helpmanual|onlinehelpmanual"
-msgid "The %PRODUCTNAME built-in help is not installed on your computer."
+msgid "The %PRODUCTNAME built-in help for current UI language ($UILOCALE) is not installed on your computer."
msgstr ""
-#: helpmanual.ui:13
+#: sfx2/uiconfig/ui/helpmanual.ui:13
msgctxt "helpmanual|onlinehelpmanual"
msgid "You may either install it from our website or your system’s repositories, or read an online version."
msgstr ""
-#: helpmanual.ui:26
+#: sfx2/uiconfig/ui/helpmanual.ui:23
msgctxt "helpmanual|website"
msgid "Read Help Online"
msgstr ""
-#: helpsearchpage.ui:22
+#: sfx2/uiconfig/ui/helpsearchpage.ui:22
#, fuzzy
msgctxt "helpsearchpage|display"
msgid "_Display"
msgstr "Vertoon"
-#: helpsearchpage.ui:41
+#: sfx2/uiconfig/ui/helpsearchpage.ui:41
msgctxt "helpsearchpage|label1"
msgid "_Search term"
msgstr ""
-#: helpsearchpage.ui:116
+#: sfx2/uiconfig/ui/helpsearchpage.ui:116
msgctxt "helpsearchpage|completewords"
msgid "_Complete words only"
msgstr ""
-#: helpsearchpage.ui:133
+#: sfx2/uiconfig/ui/helpsearchpage.ui:133
msgctxt "helpsearchpage|headings"
msgid "Find in _headings only"
msgstr ""
-#: inputdialog.ui:83
+#: sfx2/uiconfig/ui/inputdialog.ui:86
msgctxt "inputdialog|label"
msgid "Height:"
msgstr "Hoogte:"
-#: licensedialog.ui:8
+#: sfx2/uiconfig/ui/licensedialog.ui:8
msgctxt "licensedialog|LicenseDialog"
msgid "Licensing and Legal information"
msgstr ""
-#: licensedialog.ui:22
+#: sfx2/uiconfig/ui/licensedialog.ui:25
msgctxt "licensedialog|show"
msgid "_Show License"
msgstr ""
-#: licensedialog.ui:63
+#: sfx2/uiconfig/ui/licensedialog.ui:68
msgctxt "licensedialog|label"
msgid ""
"%PRODUCTNAME is made available subject to the terms of the Mozilla Public License, v. 2.0. A copy of the MPL can be obtained at http://mozilla.org/MPL/2.0/.\n"
@@ -2229,868 +2276,868 @@ msgid ""
"\n"
"All trademarks and registered trademarks mentioned herein are the property of their respective owners.\n"
"\n"
-"Copyright © 2000–2017 LibreOffice contributors. All rights reserved.\n"
+"Copyright © 2000–2018 LibreOffice contributors. All rights reserved.\n"
"\n"
"This product was created by %OOOVENDOR, based on OpenOffice.org, which is Copyright 2000, 2011 Oracle and/or its affiliates. %OOOVENDOR acknowledges all community members, please see http://www.libreoffice.org/ for more details."
msgstr ""
-#: linkeditdialog.ui:100
+#: sfx2/uiconfig/ui/linkeditdialog.ui:105
#, fuzzy
msgctxt "linkeditdialog|label2"
msgid "_Application:"
msgstr "Toepassing"
-#: linkeditdialog.ui:114
+#: sfx2/uiconfig/ui/linkeditdialog.ui:119
#, fuzzy
msgctxt "linkeditdialog|label3"
msgid "_File:"
msgstr "Lêer:"
-#: linkeditdialog.ui:128
+#: sfx2/uiconfig/ui/linkeditdialog.ui:133
#, fuzzy
msgctxt "linkeditdialog|label4"
msgid "_Category:"
msgstr "~Kategorie:"
-#: linkeditdialog.ui:181
+#: sfx2/uiconfig/ui/linkeditdialog.ui:183
#, fuzzy
msgctxt "linkeditdialog|label1"
msgid "Modify Link"
msgstr "Wysig skakel"
-#: loadtemplatedialog.ui:9
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:20
#, fuzzy
msgctxt "loadtemplatedialog|LoadTemplateDialog"
msgid "New"
msgstr "Nuwe"
-#: loadtemplatedialog.ui:70
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:35
#, fuzzy
msgctxt "loadtemplatedialog|fromfile"
msgid "From File..."
msgstr "~Vanaf lêer..."
-#: loadtemplatedialog.ui:128
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:164
msgctxt "loadtemplatedialog|label1"
msgid "Categories"
msgstr "Kategorieë"
-#: loadtemplatedialog.ui:172
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:231
msgctxt "loadtemplatedialog|label2"
msgid "Templates"
msgstr "Sjablone"
-#: loadtemplatedialog.ui:195
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:252
#, fuzzy
msgctxt "loadtemplatedialog|text"
msgid "Te_xt"
msgstr "Teks"
-#: loadtemplatedialog.ui:212
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:267
#, fuzzy
msgctxt "loadtemplatedialog|frame"
msgid "_Frame"
msgstr "Raam"
-#: loadtemplatedialog.ui:229
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:282
#, fuzzy
msgctxt "loadtemplatedialog|pages"
msgid "_Pages"
msgstr "Bladsye"
-#: loadtemplatedialog.ui:246
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:297
#, fuzzy
msgctxt "loadtemplatedialog|numbering"
msgid "N_umbering"
msgstr "Nommering"
-#: loadtemplatedialog.ui:263
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:312
msgctxt "loadtemplatedialog|overwrite"
msgid "_Overwrite"
msgstr ""
-#: loadtemplatedialog.ui:293
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:339
msgctxt "loadtemplatedialog|alttitle"
msgid "Load Styles"
msgstr ""
-#: loadtemplatedialog.ui:331
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:375
#, fuzzy
msgctxt "loadtemplatedialog|label3"
msgid "Pre_view"
msgstr "Voorskou"
-#: managestylepage.ui:38
+#: sfx2/uiconfig/ui/managestylepage.ui:38
#, fuzzy
msgctxt "managestylepage|nameft"
msgid "_Name:"
msgstr "Naam:"
-#: managestylepage.ui:52
+#: sfx2/uiconfig/ui/managestylepage.ui:52
msgctxt "managestylepage|nextstyleft"
msgid "Ne_xt style:"
msgstr ""
-#: managestylepage.ui:66
+#: sfx2/uiconfig/ui/managestylepage.ui:66
msgctxt "managestylepage|linkedwithft"
msgid "Inherit from:"
msgstr ""
-#: managestylepage.ui:80
+#: sfx2/uiconfig/ui/managestylepage.ui:80
#, fuzzy
msgctxt "managestylepage|categoryft"
msgid "_Category:"
msgstr "~Kategorie:"
-#: managestylepage.ui:103
+#: sfx2/uiconfig/ui/managestylepage.ui:103
#, fuzzy
msgctxt "managestylepage|editstyle"
msgid "Edit Style"
msgstr "Redigeer styl..."
-#: managestylepage.ui:126
+#: sfx2/uiconfig/ui/managestylepage.ui:126
#, fuzzy
msgctxt "managestylepage|editlinkstyle"
msgid "Edit Style"
msgstr "Redigeer styl..."
-#: managestylepage.ui:188
+#: sfx2/uiconfig/ui/managestylepage.ui:187
msgctxt "managestylepage|autoupdate"
msgid "_AutoUpdate"
msgstr ""
-#: managestylepage.ui:212
+#: sfx2/uiconfig/ui/managestylepage.ui:211
msgctxt "managestylepage|label1"
msgid "Style"
msgstr "Styl"
-#: managestylepage.ui:253
+#: sfx2/uiconfig/ui/managestylepage.ui:252
#, fuzzy
msgctxt "managestylepage|label2"
msgid "Contains"
msgstr "Kontakte"
-#: newstyle.ui:9
+#: sfx2/uiconfig/ui/newstyle.ui:9
#, fuzzy
msgctxt "newstyle|CreateStyleDialog"
msgid "Create Style"
msgstr "~Werk style by"
-#: newstyle.ui:108
+#: sfx2/uiconfig/ui/newstyle.ui:108
msgctxt "newstyle|stylename-atkobject"
msgid "Style Name"
msgstr ""
-#: newstyle.ui:119
+#: sfx2/uiconfig/ui/newstyle.ui:119
msgctxt "newstyle|label1"
msgid "Style Name"
msgstr ""
-#: notebookbar.ui:73
+#: sfx2/uiconfig/ui/notebookbar.ui:73
msgctxt "notebookbar|label9"
msgid "File"
msgstr "Lêer"
-#: optprintpage.ui:43
+#: sfx2/uiconfig/ui/optprintpage.ui:43
#, fuzzy
msgctxt "optprintpage|printer"
msgid "_Printer"
msgstr "Drukker"
-#: optprintpage.ui:60
+#: sfx2/uiconfig/ui/optprintpage.ui:60
msgctxt "optprintpage|file"
msgid "Print to _file"
msgstr ""
-#: optprintpage.ui:79
+#: sfx2/uiconfig/ui/optprintpage.ui:79
msgctxt "optprintpage|label4"
msgid "Settings for:"
msgstr ""
-#: optprintpage.ui:107
+#: sfx2/uiconfig/ui/optprintpage.ui:107
msgctxt "optprintpage|reducetrans"
msgid "_Reduce transparency"
msgstr ""
-#: optprintpage.ui:122
+#: sfx2/uiconfig/ui/optprintpage.ui:122
msgctxt "optprintpage|reducegrad"
msgid "Reduce _gradient"
msgstr ""
-#: optprintpage.ui:137
+#: sfx2/uiconfig/ui/optprintpage.ui:137
msgctxt "optprintpage|converttogray"
msgid "Con_vert colors to grayscale"
msgstr ""
-#: optprintpage.ui:162
+#: sfx2/uiconfig/ui/optprintpage.ui:162
msgctxt "optprintpage|reducetransauto"
msgid "Auto_matically"
msgstr ""
-#: optprintpage.ui:179
+#: sfx2/uiconfig/ui/optprintpage.ui:179
#, fuzzy
msgctxt "optprintpage|reducetransnone"
msgid "_No transparency"
msgstr "Lyndeursigtigheid"
-#: optprintpage.ui:218
+#: sfx2/uiconfig/ui/optprintpage.ui:218
msgctxt "optprintpage|reducegradstripes"
msgid "Gradient _stripes:"
msgstr ""
-#: optprintpage.ui:253
+#: sfx2/uiconfig/ui/optprintpage.ui:252
msgctxt "optprintpage|reducegradcolor"
msgid "Intermediate _color"
msgstr ""
-#: optprintpage.ui:287
+#: sfx2/uiconfig/ui/optprintpage.ui:286
msgctxt "optprintpage|reducebitmapoptimal"
msgid "_High print quality"
msgstr ""
-#: optprintpage.ui:304
+#: sfx2/uiconfig/ui/optprintpage.ui:303
msgctxt "optprintpage|reducebitmapnormal"
msgid "N_ormal print quality"
msgstr ""
-#: optprintpage.ui:325
+#: sfx2/uiconfig/ui/optprintpage.ui:324
msgctxt "optprintpage|reducebitmapresol"
msgid "Reso_lution:"
msgstr ""
-#: optprintpage.ui:344
+#: sfx2/uiconfig/ui/optprintpage.ui:343
msgctxt "optprintpage|reducebitmapdpi"
msgid "72 DPI"
msgstr ""
-#: optprintpage.ui:345
+#: sfx2/uiconfig/ui/optprintpage.ui:344
msgctxt "optprintpage|reducebitmapdpi"
msgid "96 DPI"
msgstr ""
-#: optprintpage.ui:346
+#: sfx2/uiconfig/ui/optprintpage.ui:345
msgctxt "optprintpage|reducebitmapdpi"
msgid "150 DPI (Fax)"
msgstr ""
-#: optprintpage.ui:347
+#: sfx2/uiconfig/ui/optprintpage.ui:346
msgctxt "optprintpage|reducebitmapdpi"
msgid "200 DPI (default)"
msgstr ""
-#: optprintpage.ui:348
+#: sfx2/uiconfig/ui/optprintpage.ui:347
msgctxt "optprintpage|reducebitmapdpi"
msgid "300 DPI"
msgstr ""
-#: optprintpage.ui:349
+#: sfx2/uiconfig/ui/optprintpage.ui:348
msgctxt "optprintpage|reducebitmapdpi"
msgid "600 DPI"
msgstr ""
-#: optprintpage.ui:365
+#: sfx2/uiconfig/ui/optprintpage.ui:364
msgctxt "optprintpage|reducebitmaptrans"
msgid "Include transparent objects"
msgstr ""
-#: optprintpage.ui:388
+#: sfx2/uiconfig/ui/optprintpage.ui:388
msgctxt "optprintpage|reducebitmap"
msgid "Reduce _bitmaps"
msgstr ""
-#: optprintpage.ui:403
+#: sfx2/uiconfig/ui/optprintpage.ui:403
msgctxt "optprintpage|pdf"
msgid "_PDF as standard print job format"
msgstr ""
-#: optprintpage.ui:433
+#: sfx2/uiconfig/ui/optprintpage.ui:433
msgctxt "optprintpage|label1"
msgid "Reduce Print Data"
msgstr ""
-#: optprintpage.ui:466
+#: sfx2/uiconfig/ui/optprintpage.ui:466
msgctxt "optprintpage|papersize"
msgid "P_aper size"
msgstr ""
-#: optprintpage.ui:481
+#: sfx2/uiconfig/ui/optprintpage.ui:481
msgctxt "optprintpage|paperorient"
msgid "Pap_er orientation"
msgstr ""
-#: optprintpage.ui:497
+#: sfx2/uiconfig/ui/optprintpage.ui:497
#, fuzzy
msgctxt "optprintpage|trans"
msgid "_Transparency"
msgstr "Deursigtigheid"
-#: optprintpage.ui:518
+#: sfx2/uiconfig/ui/optprintpage.ui:518
msgctxt "optprintpage|label2"
msgid "Printer Warnings"
msgstr ""
-#: password.ui:8
+#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Enter Password"
msgstr "Tik wagwoord in"
-#: password.ui:100
+#: sfx2/uiconfig/ui/password.ui:104
#, fuzzy
msgctxt "password|userft"
msgid "User:"
msgstr "Gebruiker"
-#: password.ui:114
+#: sfx2/uiconfig/ui/password.ui:118
#, fuzzy
msgctxt "password|pass1ft"
msgid "Password:"
msgstr "~Wagwoord"
-#: password.ui:128
+#: sfx2/uiconfig/ui/password.ui:132
#, fuzzy
msgctxt "password|confirm1ft"
msgid "Confirm:"
msgstr "~Bevestig"
-#: password.ui:158
+#: sfx2/uiconfig/ui/password.ui:164
#, fuzzy
msgctxt "password|pass1ed-atkobject"
msgid "Password"
msgstr "~Wagwoord"
-#: password.ui:188
+#: sfx2/uiconfig/ui/password.ui:195
#, fuzzy
msgctxt "password|label1"
msgid "Password"
msgstr "~Wagwoord"
-#: password.ui:223
+#: sfx2/uiconfig/ui/password.ui:230
#, fuzzy
msgctxt "password|pass2ft"
msgid "Password:"
msgstr "~Wagwoord"
-#: password.ui:237
+#: sfx2/uiconfig/ui/password.ui:244
#, fuzzy
msgctxt "password|confirm2ft"
msgid "Confirm:"
msgstr "~Bevestig"
-#: password.ui:281
+#: sfx2/uiconfig/ui/password.ui:290
msgctxt "password|label2"
msgid "Second Password"
msgstr ""
-#: printeroptionsdialog.ui:8
+#: sfx2/uiconfig/ui/printeroptionsdialog.ui:8
#, fuzzy
msgctxt "printeroptionsdialog|PrinterOptionsDialog"
msgid "Printer Options"
msgstr "Drukopsies"
-#: querysavedialog.ui:8
+#: sfx2/uiconfig/ui/querysavedialog.ui:7
#, fuzzy
msgctxt "querysavedialog|QuerySaveDialog"
msgid "Save Document?"
msgstr "Stoor dokument"
-#: querysavedialog.ui:13
+#: sfx2/uiconfig/ui/querysavedialog.ui:13
msgctxt "querysavedialog|QuerySaveDialog"
msgid "Save changes to document “$(DOC)” before closing?"
msgstr ""
-#: querysavedialog.ui:14
+#: sfx2/uiconfig/ui/querysavedialog.ui:14
msgctxt "querysavedialog|QuerySaveDialog"
msgid "Your changes will be lost if you don’t save them."
msgstr ""
-#: querysavedialog.ui:26
+#: sfx2/uiconfig/ui/querysavedialog.ui:25
msgctxt "querysavedialog|discard"
msgid "_Don’t Save"
msgstr ""
-#: safemodequerydialog.ui:8
+#: sfx2/uiconfig/ui/safemodequerydialog.ui:7
msgctxt "safemodequerydialog|SafeModeQueryDialog"
msgid "Enter Safe Mode"
msgstr ""
-#: safemodequerydialog.ui:39
-msgctxt "safemodequerydialog|restart"
-msgid "_Restart"
-msgstr ""
-
-#: safemodequerydialog.ui:63
+#: sfx2/uiconfig/ui/safemodequerydialog.ui:12
msgctxt "safemodequerydialog|label"
msgid "Are you sure you want to restart %PRODUCTNAME and enter safe mode?"
msgstr ""
-#: saveastemplatedlg.ui:13
+#: sfx2/uiconfig/ui/safemodequerydialog.ui:41
+msgctxt "safemodequerydialog|restart"
+msgid "_Restart"
+msgstr ""
+
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:12
msgctxt "saveastemplatedlg|categorylist"
msgid "None"
msgstr "Geen"
-#: saveastemplatedlg.ui:20
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:19
msgctxt "saveastemplatedlg|SaveAsTemplateDialog"
msgid "Save As Template"
msgstr ""
-#: saveastemplatedlg.ui:103
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:106
#, fuzzy
msgctxt "saveastemplatedlg|create_label"
msgid "Template _Name"
msgstr "Sjabloonnaam:"
-#: saveastemplatedlg.ui:145
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:151
msgctxt "saveastemplatedlg|select_label"
msgid "Template _Category"
msgstr ""
-#: saveastemplatedlg.ui:184
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:213
msgctxt "saveastemplatedlg|defaultcb"
msgid "_Set as default template"
msgstr ""
-#: searchdialog.ui:8
+#: sfx2/uiconfig/ui/searchdialog.ui:8
#, fuzzy
msgctxt "searchdialog|SearchDialog"
msgid "Find on this Page"
msgstr "Vind op hierdie bladsy..."
-#: searchdialog.ui:21
+#: sfx2/uiconfig/ui/searchdialog.ui:21
#, fuzzy
msgctxt "searchdialog|search"
msgid "_Find"
msgstr "Vind"
-#: searchdialog.ui:93
+#: sfx2/uiconfig/ui/searchdialog.ui:93
msgctxt "searchdialog|label1"
msgid "_Search for:"
msgstr ""
-#: searchdialog.ui:117
+#: sfx2/uiconfig/ui/searchdialog.ui:117
msgctxt "searchdialog|matchcase"
msgid "Ma_tch case"
msgstr ""
-#: searchdialog.ui:132
+#: sfx2/uiconfig/ui/searchdialog.ui:132
msgctxt "searchdialog|wholewords"
msgid "Whole wor_ds only"
msgstr ""
-#: searchdialog.ui:147
+#: sfx2/uiconfig/ui/searchdialog.ui:147
msgctxt "searchdialog|backwards"
msgid "Bac_kwards"
msgstr ""
-#: searchdialog.ui:162
+#: sfx2/uiconfig/ui/searchdialog.ui:162
msgctxt "searchdialog|wrap"
msgid "Wrap _around"
msgstr ""
-#: securityinfopage.ui:31
+#: sfx2/uiconfig/ui/securityinfopage.ui:31
msgctxt "securityinfopage|readonly"
msgid "_Open file read-only"
msgstr ""
-#: securityinfopage.ui:50
+#: sfx2/uiconfig/ui/securityinfopage.ui:50
#, fuzzy
msgctxt "securityinfopage|recordchanges"
msgid "Record _changes"
msgstr "Aangebringde veranderinge"
-#: securityinfopage.ui:73
+#: sfx2/uiconfig/ui/securityinfopage.ui:73
msgctxt "securityinfopage|protect"
msgid "Protect..."
msgstr ""
-#: securityinfopage.ui:87
+#: sfx2/uiconfig/ui/securityinfopage.ui:87
msgctxt "securityinfopage|unprotect"
msgid "_Unprotect..."
msgstr ""
-#: securityinfopage.ui:119
+#: sfx2/uiconfig/ui/securityinfopage.ui:119
msgctxt "securityinfopage|label47"
msgid "File Sharing Options"
msgstr ""
-#: startcenter.ui:18
+#: sfx2/uiconfig/ui/startcenter.ui:18
msgctxt "startcenter|clear_all"
msgid "Clear Recent Documents"
msgstr ""
-#: startcenter.ui:39
+#: sfx2/uiconfig/ui/startcenter.ui:39
#, fuzzy
msgctxt "startcenter|filter_writer"
msgid "Writer Templates"
msgstr "Writer 8-sjabloon"
-#: startcenter.ui:46
+#: sfx2/uiconfig/ui/startcenter.ui:46
#, fuzzy
msgctxt "startcenter|filter_calc"
msgid "Calc Templates"
msgstr "Calc 8-sjabloon"
-#: startcenter.ui:53
+#: sfx2/uiconfig/ui/startcenter.ui:53
#, fuzzy
msgctxt "startcenter|filter_impress"
msgid "Impress Templates"
msgstr "Impress 8-sjabloon"
-#: startcenter.ui:60
+#: sfx2/uiconfig/ui/startcenter.ui:60
#, fuzzy
msgctxt "startcenter|filter_draw"
msgid "Draw Templates"
msgstr "Draw 8-sjabloon"
-#: startcenter.ui:73
+#: sfx2/uiconfig/ui/startcenter.ui:73
#, fuzzy
msgctxt "startcenter|manage"
msgid "Manage Templates"
msgstr "My sjablone"
-#: startcenter.ui:146
+#: sfx2/uiconfig/ui/startcenter.ui:146
#, fuzzy
msgctxt "startcenter|open_all"
msgid "_Open File"
msgstr "Maak lêer oop"
-#: startcenter.ui:166
+#: sfx2/uiconfig/ui/startcenter.ui:166
msgctxt "startcenter|open_remote"
msgid "Remote File_s"
msgstr ""
-#: startcenter.ui:198
+#: sfx2/uiconfig/ui/startcenter.ui:198
msgctxt "startcenter|open_recent"
msgid "_Recent Files"
msgstr ""
-#: startcenter.ui:217
+#: sfx2/uiconfig/ui/startcenter.ui:217
#, fuzzy
msgctxt "startcenter|templates_all"
msgid "T_emplates"
msgstr "Sjablone"
-#: startcenter.ui:253
+#: sfx2/uiconfig/ui/startcenter.ui:253
#, fuzzy
msgctxt "startcenter|create_label"
msgid "Create:"
msgstr "Geskep:"
-#: startcenter.ui:264
+#: sfx2/uiconfig/ui/startcenter.ui:264
#, fuzzy
msgctxt "startcenter|writer_all"
msgid "_Writer Document"
msgstr "Meesterdokument"
-#: startcenter.ui:284
+#: sfx2/uiconfig/ui/startcenter.ui:284
msgctxt "startcenter|calc_all"
msgid "_Calc Spreadsheet"
msgstr ""
-#: startcenter.ui:304
+#: sfx2/uiconfig/ui/startcenter.ui:304
msgctxt "startcenter|impress_all"
msgid "_Impress Presentation"
msgstr ""
-#: startcenter.ui:324
+#: sfx2/uiconfig/ui/startcenter.ui:324
msgctxt "startcenter|draw_all"
msgid "_Draw Drawing"
msgstr ""
-#: startcenter.ui:344
+#: sfx2/uiconfig/ui/startcenter.ui:344
msgctxt "startcenter|math_all"
msgid "_Math Formula"
msgstr ""
-#: startcenter.ui:364
+#: sfx2/uiconfig/ui/startcenter.ui:364
msgctxt "startcenter|database_all"
msgid "_Base Database"
msgstr ""
-#: startcenter.ui:397
+#: sfx2/uiconfig/ui/startcenter.ui:397
#, fuzzy
msgctxt "startcenter|althelplabel"
msgid "He_lp"
msgstr "Hulp"
-#: startcenter.ui:454
+#: sfx2/uiconfig/ui/startcenter.ui:454
#, fuzzy
msgctxt "startcenter|extensions"
msgid "E_xtensions"
msgstr "Uitbreiding"
-#: startcenter.ui:482
+#: sfx2/uiconfig/ui/startcenter.ui:482
msgctxt "startcenter|label1"
msgid "Application"
msgstr "Toepassing"
-#: startcenter.ui:500
+#: sfx2/uiconfig/ui/startcenter.ui:500
msgctxt "startcenter|all_recent_label"
msgid "Recent Files List"
msgstr ""
-#: startcenter.ui:513
+#: sfx2/uiconfig/ui/startcenter.ui:513
msgctxt "startcenter|local_view_label"
msgid "Templates List"
msgstr ""
-#: stylecontextmenu.ui:12
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:12
#, fuzzy
msgctxt "stylecontextmenu|new"
msgid "New..."
msgstr "Nuwe..."
-#: stylecontextmenu.ui:20
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:20
#, fuzzy
msgctxt "stylecontextmenu|edit"
msgid "Modify..."
msgstr "Wysig..."
-#: stylecontextmenu.ui:28
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:28
msgctxt "stylecontextmenu|hide"
msgid "Hide"
msgstr "Versteek"
-#: stylecontextmenu.ui:36
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:36
msgctxt "stylecontextmenu|show"
msgid "Show"
msgstr "Wys"
-#: stylecontextmenu.ui:44
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:44
#, fuzzy
msgctxt "stylecontextmenu|delete"
msgid "Delete..."
msgstr "Skrap..."
-#: templatecategorydlg.ui:13
+#: sfx2/uiconfig/ui/templatecategorydlg.ui:14
msgctxt "templatecategorydlg|categorylist"
msgid "None"
msgstr "Geen"
-#: templatecategorydlg.ui:20
+#: sfx2/uiconfig/ui/templatecategorydlg.ui:21
msgctxt "templatecategorydlg|TemplatesCategoryDialog"
msgid "Select Category"
msgstr ""
-#: templatecategorydlg.ui:103
+#: sfx2/uiconfig/ui/templatecategorydlg.ui:109
msgctxt "templatecategorydlg|select_label"
msgid "Select from Existing Category"
msgstr ""
-#: templatecategorydlg.ui:149
+#: sfx2/uiconfig/ui/templatecategorydlg.ui:177
msgctxt "templatecategorydlg|create_label"
msgid "or Create a New Category"
msgstr ""
-#: templatedlg.ui:13
+#: sfx2/uiconfig/ui/templatedlg.ui:13
msgctxt "templatedlg|applist"
msgid "All Applications"
msgstr ""
-#: templatedlg.ui:16
+#: sfx2/uiconfig/ui/templatedlg.ui:16
msgctxt "templatedlg|applist"
msgid "Documents"
msgstr "Dokumente"
-#: templatedlg.ui:19
+#: sfx2/uiconfig/ui/templatedlg.ui:19
msgctxt "templatedlg|applist"
msgid "Spreadsheets"
msgstr "Sigblaaie"
-#: templatedlg.ui:22
+#: sfx2/uiconfig/ui/templatedlg.ui:22
msgctxt "templatedlg|applist"
msgid "Presentations"
msgstr "Voorleggings"
-#: templatedlg.ui:25
+#: sfx2/uiconfig/ui/templatedlg.ui:25
#, fuzzy
msgctxt "templatedlg|applist"
msgid "Drawings"
msgstr "Tekening"
-#: templatedlg.ui:36
+#: sfx2/uiconfig/ui/templatedlg.ui:36
msgctxt "templatedlg|folderlist"
msgid "All Categories"
msgstr ""
-#: templatedlg.ui:65
+#: sfx2/uiconfig/ui/templatedlg.ui:65
msgctxt "templatedlg|TemplateDialog"
msgid "Templates"
msgstr "Sjablone"
-#: templatedlg.ui:146
+#: sfx2/uiconfig/ui/templatedlg.ui:146
#, fuzzy
msgctxt "templatedlg|search_filter|tooltip_text"
msgid "Search"
msgstr "Soek"
-#: templatedlg.ui:147
+#: sfx2/uiconfig/ui/templatedlg.ui:147
msgctxt "templatedlg|search_filter"
msgid "Search..."
msgstr "Soek..."
-#: templatedlg.ui:169
+#: sfx2/uiconfig/ui/templatedlg.ui:169
msgctxt "templatedlg|filter_application|tooltip_text"
msgid "Filter by Application"
msgstr ""
-#: templatedlg.ui:184
+#: sfx2/uiconfig/ui/templatedlg.ui:184
msgctxt "templatedlg|filter_folder|tooltip_text"
msgid "Filter by Category"
msgstr ""
-#: templatedlg.ui:205
+#: sfx2/uiconfig/ui/templatedlg.ui:205
msgctxt "templatedlg|label1"
msgid "Filter"
msgstr "Filter"
-#: templatedlg.ui:282
+#: sfx2/uiconfig/ui/templatedlg.ui:282
msgctxt "templatedlg|thumbnailviewlabel"
msgid "Template List"
msgstr ""
-#: templatedlg.ui:312
+#: sfx2/uiconfig/ui/templatedlg.ui:312
#, fuzzy
msgctxt "templatedlg|action_menu|tooltip_text"
msgid "Settings"
msgstr "Instellings"
-#: templatedlg.ui:333
+#: sfx2/uiconfig/ui/templatedlg.ui:333
msgctxt "templatedlg|online_link|tooltip_text"
msgid "Browse online templates"
msgstr ""
-#: templatedlg.ui:347
+#: sfx2/uiconfig/ui/templatedlg.ui:347
msgctxt "templatedlg|hidedialogcb"
msgid "Show this dialog at startup"
msgstr ""
-#: templatedlg.ui:373
+#: sfx2/uiconfig/ui/templatedlg.ui:374
msgctxt "templatedlg|move_btn"
msgid "Move"
msgstr "Skuif"
-#: templatedlg.ui:377
+#: sfx2/uiconfig/ui/templatedlg.ui:378
#, fuzzy
msgctxt "templatedlg|move_btn|tooltip_text"
msgid "Move Templates"
msgstr "My sjablone"
-#: templatedlg.ui:391
+#: sfx2/uiconfig/ui/templatedlg.ui:392
msgctxt "templatedlg|export_btn"
msgid "Export"
msgstr "Uitvoer"
-#: templatedlg.ui:395
+#: sfx2/uiconfig/ui/templatedlg.ui:396
msgctxt "templatedlg|export_btn|tooltip_text"
msgid "Export Templates"
msgstr ""
-#: templatedlg.ui:408
+#: sfx2/uiconfig/ui/templatedlg.ui:409
msgctxt "templatedlg|import_btn"
msgid "Import"
msgstr "Invoer"
-#: templatedlg.ui:412
+#: sfx2/uiconfig/ui/templatedlg.ui:413
#, fuzzy
msgctxt "templatedlg|import_btn|tooltip_text"
msgid "Import Templates"
msgstr "Ingevoerde_Sjablone"
-#: versioncommentdialog.ui:8
+#: sfx2/uiconfig/ui/versioncommentdialog.ui:8
#, fuzzy
msgctxt "versioncommentdialog|VersionCommentDialog"
msgid "Insert Version Comment"
msgstr "Voeg weergaweopmerking in"
-#: versioncommentdialog.ui:101
+#: sfx2/uiconfig/ui/versioncommentdialog.ui:103
#, fuzzy
msgctxt "versioncommentdialog|timestamp"
msgid "Date and time: "
msgstr "Datum en tyd"
-#: versioncommentdialog.ui:113
+#: sfx2/uiconfig/ui/versioncommentdialog.ui:115
msgctxt "versioncommentdialog|author"
msgid "Saved by: "
msgstr ""
-#: versionscmis.ui:52
+#: sfx2/uiconfig/ui/versionscmis.ui:52
#, fuzzy
msgctxt "versionscmis|show"
msgid "_Show..."
msgstr "~Vertoon..."
-#: versionscmis.ui:83
+#: sfx2/uiconfig/ui/versionscmis.ui:83
msgctxt "versionscmis|compare"
msgid "_Compare"
msgstr ""
-#: versionscmis.ui:160
+#: sfx2/uiconfig/ui/versionscmis.ui:160
msgctxt "versionscmis|datetime"
msgid "Date and time"
msgstr "Datum en tyd"
-#: versionscmis.ui:172
+#: sfx2/uiconfig/ui/versionscmis.ui:172
msgctxt "versionscmis|savedby"
msgid "Saved by"
msgstr ""
-#: versionscmis.ui:184
+#: sfx2/uiconfig/ui/versionscmis.ui:184
msgctxt "versionscmis|comments"
msgid "Comments"
msgstr "Opmerkings"
-#: versionscmis.ui:221
+#: sfx2/uiconfig/ui/versionscmis.ui:221
msgctxt "versionscmis|label2"
msgid "Existing Versions"
msgstr ""
-#: versionsofdialog.ui:51
+#: sfx2/uiconfig/ui/versionsofdialog.ui:51
#, fuzzy
msgctxt "versionsofdialog|show"
msgid "_Show..."
msgstr "~Vertoon..."
-#: versionsofdialog.ui:80
+#: sfx2/uiconfig/ui/versionsofdialog.ui:80
msgctxt "versionsofdialog|compare"
msgid "_Compare"
msgstr ""
-#: versionsofdialog.ui:94
+#: sfx2/uiconfig/ui/versionsofdialog.ui:94
msgctxt "versionsofdialog|cmis"
msgid "CMIS"
msgstr ""
-#: versionsofdialog.ui:155
+#: sfx2/uiconfig/ui/versionsofdialog.ui:155
msgctxt "versionsofdialog|save"
msgid "Save _New Version"
msgstr ""
-#: versionsofdialog.ui:168
+#: sfx2/uiconfig/ui/versionsofdialog.ui:168
msgctxt "versionsofdialog|always"
msgid "_Always save a new version on closing"
msgstr ""
-#: versionsofdialog.ui:189
+#: sfx2/uiconfig/ui/versionsofdialog.ui:189
msgctxt "versionsofdialog|label1"
msgid "New Versions"
msgstr ""
-#: versionsofdialog.ui:234
+#: sfx2/uiconfig/ui/versionsofdialog.ui:234
msgctxt "versionsofdialog|datetime"
msgid "Date and time"
msgstr "Datum en tyd"
-#: versionsofdialog.ui:246
+#: sfx2/uiconfig/ui/versionsofdialog.ui:246
msgctxt "versionsofdialog|savedby"
msgid "Saved by"
msgstr ""
-#: versionsofdialog.ui:258
+#: sfx2/uiconfig/ui/versionsofdialog.ui:258
msgctxt "versionsofdialog|comments"
msgid "Comments"
msgstr "Opmerkings"
-#: versionsofdialog.ui:295
+#: sfx2/uiconfig/ui/versionsofdialog.ui:295
msgctxt "versionsofdialog|label2"
msgid "Existing Versions"
msgstr ""
diff --git a/source/af/starmath/messages.po b/source/af/starmath/messages.po
index 08fdec9a126..ddd8489f306 100644
--- a/source/af/starmath/messages.po
+++ b/source/af/starmath/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-24 12:21+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"
@@ -13,2637 +13,2637 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: smmod.hrc:16
+#: starmath/inc/smmod.hrc:16
msgctxt "RID_UI_SYMBOLSET_NAMES"
msgid "Greek"
msgstr "Grieks"
-#: smmod.hrc:17
+#: starmath/inc/smmod.hrc:17
msgctxt "RID_UI_SYMBOLSET_NAMES"
msgid "Special"
msgstr "Spesiaal"
-#: smmod.hrc:22
+#: starmath/inc/smmod.hrc:22
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "alpha"
msgstr "alfa"
-#: smmod.hrc:23
+#: starmath/inc/smmod.hrc:23
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "ALPHA"
msgstr "ALFA"
-#: smmod.hrc:24
+#: starmath/inc/smmod.hrc:24
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "beta"
msgstr "beta"
-#: smmod.hrc:25
+#: starmath/inc/smmod.hrc:25
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "BETA"
msgstr "BETA"
-#: smmod.hrc:26
+#: starmath/inc/smmod.hrc:26
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "gamma"
msgstr "gamma"
-#: smmod.hrc:27
+#: starmath/inc/smmod.hrc:27
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "GAMMA"
msgstr "GAMMA"
-#: smmod.hrc:28
+#: starmath/inc/smmod.hrc:28
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "delta"
msgstr "delta"
-#: smmod.hrc:29
+#: starmath/inc/smmod.hrc:29
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "DELTA"
msgstr "DELTA"
-#: smmod.hrc:30
+#: starmath/inc/smmod.hrc:30
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "epsilon"
msgstr "epsilon"
-#: smmod.hrc:31
+#: starmath/inc/smmod.hrc:31
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "EPSILON"
msgstr "EPSILON"
-#: smmod.hrc:32
+#: starmath/inc/smmod.hrc:32
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "zeta"
msgstr "zeta"
-#: smmod.hrc:33
+#: starmath/inc/smmod.hrc:33
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "ZETA"
msgstr "ZETA"
-#: smmod.hrc:34
+#: starmath/inc/smmod.hrc:34
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "eta"
msgstr "eta"
-#: smmod.hrc:35
+#: starmath/inc/smmod.hrc:35
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "ETA"
msgstr "ETA"
-#: smmod.hrc:36
+#: starmath/inc/smmod.hrc:36
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "theta"
msgstr "theta"
-#: smmod.hrc:37
+#: starmath/inc/smmod.hrc:37
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "THETA"
msgstr "THETA"
-#: smmod.hrc:38
+#: starmath/inc/smmod.hrc:38
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "iota"
msgstr "iota"
-#: smmod.hrc:39
+#: starmath/inc/smmod.hrc:39
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "IOTA"
msgstr "IOTA"
-#: smmod.hrc:40
+#: starmath/inc/smmod.hrc:40
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "kappa"
msgstr "kappa"
-#: smmod.hrc:41
+#: starmath/inc/smmod.hrc:41
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "KAPPA"
msgstr "KAPPA"
-#: smmod.hrc:42
+#: starmath/inc/smmod.hrc:42
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "lambda"
msgstr "lambda"
-#: smmod.hrc:43
+#: starmath/inc/smmod.hrc:43
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "LAMBDA"
msgstr "LAMBDA"
-#: smmod.hrc:44
+#: starmath/inc/smmod.hrc:44
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "mu"
msgstr "mu"
-#: smmod.hrc:45
+#: starmath/inc/smmod.hrc:45
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "MU"
msgstr "MU"
-#: smmod.hrc:46
+#: starmath/inc/smmod.hrc:46
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "nu"
msgstr "nu"
-#: smmod.hrc:47
+#: starmath/inc/smmod.hrc:47
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "NU"
msgstr "NU"
-#: smmod.hrc:48
+#: starmath/inc/smmod.hrc:48
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "xi"
msgstr "xi"
-#: smmod.hrc:49
+#: starmath/inc/smmod.hrc:49
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "XI"
msgstr "XI"
-#: smmod.hrc:50
+#: starmath/inc/smmod.hrc:50
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "omicron"
msgstr "omicron"
-#: smmod.hrc:51
+#: starmath/inc/smmod.hrc:51
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "OMICRON"
msgstr "OMICRON"
-#: smmod.hrc:52
+#: starmath/inc/smmod.hrc:52
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "pi"
msgstr "pi"
-#: smmod.hrc:53
+#: starmath/inc/smmod.hrc:53
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "PI"
msgstr "PI"
-#: smmod.hrc:54
+#: starmath/inc/smmod.hrc:54
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "rho"
msgstr "rho"
-#: smmod.hrc:55
+#: starmath/inc/smmod.hrc:55
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "RHO"
msgstr "RHO"
-#: smmod.hrc:56
+#: starmath/inc/smmod.hrc:56
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "sigma"
msgstr "sigma"
-#: smmod.hrc:57
+#: starmath/inc/smmod.hrc:57
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "SIGMA"
msgstr "SIGMA"
-#: smmod.hrc:58
+#: starmath/inc/smmod.hrc:58
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "tau"
msgstr "tau"
-#: smmod.hrc:59
+#: starmath/inc/smmod.hrc:59
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "TAU"
msgstr "TAU"
-#: smmod.hrc:60
+#: starmath/inc/smmod.hrc:60
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "upsilon"
msgstr "upsilon"
-#: smmod.hrc:61
+#: starmath/inc/smmod.hrc:61
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "UPSILON"
msgstr "UPSILON"
-#: smmod.hrc:62
+#: starmath/inc/smmod.hrc:62
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "phi"
msgstr "phi"
-#: smmod.hrc:63
+#: starmath/inc/smmod.hrc:63
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "PHI"
msgstr "PHI"
-#: smmod.hrc:64
+#: starmath/inc/smmod.hrc:64
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "chi"
msgstr "chi"
-#: smmod.hrc:65
+#: starmath/inc/smmod.hrc:65
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "CHI"
msgstr "CHI"
-#: smmod.hrc:66
+#: starmath/inc/smmod.hrc:66
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "psi"
msgstr "psi"
-#: smmod.hrc:67
+#: starmath/inc/smmod.hrc:67
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "PSI"
msgstr "PSI"
-#: smmod.hrc:68
+#: starmath/inc/smmod.hrc:68
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "omega"
msgstr "omega"
-#: smmod.hrc:69
+#: starmath/inc/smmod.hrc:69
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "OMEGA"
msgstr "OMEGA"
-#: smmod.hrc:70
+#: starmath/inc/smmod.hrc:70
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varepsilon"
msgstr "varepsilon"
-#: smmod.hrc:71
+#: starmath/inc/smmod.hrc:71
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "vartheta"
msgstr "vartheta"
-#: smmod.hrc:72
+#: starmath/inc/smmod.hrc:72
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varpi"
msgstr "varpi"
-#: smmod.hrc:73
+#: starmath/inc/smmod.hrc:73
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varrho"
msgstr "varrho"
-#: smmod.hrc:74
+#: starmath/inc/smmod.hrc:74
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varsigma"
msgstr "varsigma"
-#: smmod.hrc:75
+#: starmath/inc/smmod.hrc:75
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varphi"
msgstr "varphi"
-#: smmod.hrc:76
+#: starmath/inc/smmod.hrc:76
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "element"
msgstr "element"
-#: smmod.hrc:77
+#: starmath/inc/smmod.hrc:77
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "noelement"
msgstr "geenelement"
-#: smmod.hrc:78
+#: starmath/inc/smmod.hrc:78
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "strictlylessthan"
msgstr "strengminderas"
-#: smmod.hrc:79
+#: starmath/inc/smmod.hrc:79
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "strictlygreaterthan"
msgstr "strengmeeras"
-#: smmod.hrc:80
+#: starmath/inc/smmod.hrc:80
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "notequal"
msgstr "niegelykaan"
-#: smmod.hrc:81
+#: starmath/inc/smmod.hrc:81
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "identical"
msgstr "identies"
-#: smmod.hrc:82
+#: starmath/inc/smmod.hrc:82
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "tendto"
msgstr "neigna"
-#: smmod.hrc:83
+#: starmath/inc/smmod.hrc:83
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "infinite"
msgstr "oneindig"
-#: smmod.hrc:84
+#: starmath/inc/smmod.hrc:84
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "angle"
msgstr "hoek"
-#: smmod.hrc:85
+#: starmath/inc/smmod.hrc:85
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "perthousand"
msgstr "perduisend"
-#: smmod.hrc:86
+#: starmath/inc/smmod.hrc:86
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "and"
msgstr "en"
-#: smmod.hrc:87
+#: starmath/inc/smmod.hrc:87
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "or"
msgstr "of"
-#: strings.hrc:25
+#: starmath/inc/strings.hrc:25
msgctxt "RID_PLUSX_HELP"
msgid "+ Sign"
msgstr "+ Teken"
-#: strings.hrc:26
+#: starmath/inc/strings.hrc:26
msgctxt "RID_MINUSX_HELP"
msgid "- Sign"
msgstr "- Teken"
-#: strings.hrc:27
+#: starmath/inc/strings.hrc:27
msgctxt "RID_PLUSMINUSX_HELP"
msgid "+- Sign"
msgstr "+- Teken"
-#: strings.hrc:28
+#: starmath/inc/strings.hrc:28
msgctxt "RID_MINUSPLUSX_HELP"
msgid "-+ Sign"
msgstr "-+ Teken"
-#: strings.hrc:29
+#: starmath/inc/strings.hrc:29
msgctxt "RID_NEGX_HELP"
msgid "Boolean NOT"
msgstr "Boolese NIE"
-#: strings.hrc:30
+#: starmath/inc/strings.hrc:30
msgctxt "RID_XPLUSY_HELP"
msgid "Addition +"
msgstr "Optel +"
-#: strings.hrc:31
+#: starmath/inc/strings.hrc:31
msgctxt "RID_XMINUSY_HELP"
msgid "Subtraction -"
msgstr "Aftrek -"
-#: strings.hrc:32
+#: starmath/inc/strings.hrc:32
#, fuzzy
msgctxt "RID_XCDOTY_HELP"
msgid "Multiplication (Dot)"
msgstr "Vermenigvuldiging (punt)"
-#: strings.hrc:33
+#: starmath/inc/strings.hrc:33
msgctxt "RID_XTIMESY_HELP"
msgid "Multiplication (x)"
msgstr "Vermenigvuldiging (x)"
-#: strings.hrc:34
+#: starmath/inc/strings.hrc:34
msgctxt "RID_XSYMTIMESY_HELP"
msgid "Multiplication (*)"
msgstr "Vermenigvuldiging (*)"
-#: strings.hrc:35
+#: starmath/inc/strings.hrc:35
msgctxt "RID_XSYMDIVIDEY_HELP"
msgid "Division (Slash)"
msgstr "Deling (solidus)"
-#: strings.hrc:36
+#: starmath/inc/strings.hrc:36
msgctxt "RID_XDIVY_HELP"
msgid "Division (÷)"
msgstr "Deling (÷)"
-#: strings.hrc:37
+#: starmath/inc/strings.hrc:37
msgctxt "RID_XOVERY_HELP"
msgid "Division (Fraction)"
msgstr "Deling (breuk)"
-#: strings.hrc:38
+#: starmath/inc/strings.hrc:38
msgctxt "RID_XODIVIDEY_HELP"
msgid "Circled Slash"
msgstr ""
-#: strings.hrc:39
+#: starmath/inc/strings.hrc:39
msgctxt "RID_XODOTY_HELP"
msgid "Circled Dot"
msgstr ""
-#: strings.hrc:40
+#: starmath/inc/strings.hrc:40
msgctxt "RID_XOMINUSY_HELP"
msgid "Circled Minus"
msgstr ""
-#: strings.hrc:41
+#: starmath/inc/strings.hrc:41
msgctxt "RID_XOPLUSY_HELP"
msgid "Circled Plus"
msgstr ""
-#: strings.hrc:42
+#: starmath/inc/strings.hrc:42
msgctxt "RID_XOTIMESY_HELP"
msgid "Tensor Product"
msgstr ""
-#: strings.hrc:43
+#: starmath/inc/strings.hrc:43
msgctxt "RID_XANDY_HELP"
msgid "Boolean AND"
msgstr "Boolese EN"
-#: strings.hrc:44
+#: starmath/inc/strings.hrc:44
msgctxt "RID_XORY_HELP"
msgid "Boolean OR"
msgstr "Boolese OF"
-#: strings.hrc:45
+#: starmath/inc/strings.hrc:45
msgctxt "RID_XEQY_HELP"
msgid "Is Equal"
msgstr "Is gelyk"
-#: strings.hrc:46
+#: starmath/inc/strings.hrc:46
msgctxt "RID_XNEQY_HELP"
msgid "Is Not Equal"
msgstr "Is nie gelyk"
-#: strings.hrc:47
+#: starmath/inc/strings.hrc:47
msgctxt "RID_XLTY_HELP"
msgid "Is Less Than"
msgstr "Is minder as"
-#: strings.hrc:48
+#: starmath/inc/strings.hrc:48
msgctxt "RID_XGTY_HELP"
msgid "Is Greater Than"
msgstr "Is groter as"
-#: strings.hrc:49
+#: starmath/inc/strings.hrc:49
msgctxt "RID_XLEY_HELP"
msgid "Is Less Than Or Equal To"
msgstr "Is minder as of gelyk aan"
-#: strings.hrc:50
+#: starmath/inc/strings.hrc:50
msgctxt "RID_XGEY_HELP"
msgid "Is Greater Than Or Equal To"
msgstr "Is groter as of gelyk aan"
-#: strings.hrc:51
+#: starmath/inc/strings.hrc:51
msgctxt "RID_XLESLANTY_HELP"
msgid "Is Less Than Or Equal To"
msgstr "Is minder as of gelyk aan"
-#: strings.hrc:52
+#: starmath/inc/strings.hrc:52
msgctxt "RID_XGESLANTY_HELP"
msgid "Is Greater Than Or Equal To"
msgstr "Is groter as of gelyk aan"
-#: strings.hrc:53
+#: starmath/inc/strings.hrc:53
msgctxt "RID_XLLY_HELP"
msgid "Is Much Less Than"
msgstr ""
-#: strings.hrc:54
+#: starmath/inc/strings.hrc:54
#, fuzzy
msgctxt "RID_XGGY_HELP"
msgid "Is Much Greater Than"
msgstr "Is groter as"
-#: strings.hrc:55
+#: starmath/inc/strings.hrc:55
msgctxt "RID_XDEFY_HELP"
msgid "Is Defined As"
msgstr ""
-#: strings.hrc:56
+#: starmath/inc/strings.hrc:56
msgctxt "RID_XEQUIVY_HELP"
msgid "Is Congruent To"
msgstr "Is kongruent aan"
-#: strings.hrc:57
+#: starmath/inc/strings.hrc:57
msgctxt "RID_XAPPROXY_HELP"
msgid "Is Approximately Equal"
msgstr "Is ongeveer gelyk"
-#: strings.hrc:58
+#: starmath/inc/strings.hrc:58
msgctxt "RID_XSIMY_HELP"
msgid "Is Similar To"
msgstr "Is soortgelyk aan"
-#: strings.hrc:59
+#: starmath/inc/strings.hrc:59
msgctxt "RID_XSIMEQY_HELP"
msgid "Is Similar Or Equal"
msgstr "Is soortgelyk of gelyk aan"
-#: strings.hrc:60
+#: starmath/inc/strings.hrc:60
msgctxt "RID_XPROPY_HELP"
msgid "Is Proportional To"
msgstr "Is proporsioneel aan"
-#: strings.hrc:61
+#: starmath/inc/strings.hrc:61
msgctxt "RID_XORTHOY_HELP"
msgid "Is Orthogonal To"
msgstr "Is ortogonaal aan"
-#: strings.hrc:62
+#: starmath/inc/strings.hrc:62
msgctxt "RID_XPARALLELY_HELP"
msgid "Is Parallel To"
msgstr "Is parallel aan"
-#: strings.hrc:63
+#: starmath/inc/strings.hrc:63
msgctxt "RID_XTOWARDY_HELP"
msgid "Toward"
msgstr "Na"
-#: strings.hrc:64
+#: starmath/inc/strings.hrc:64
msgctxt "RID_XTRANSLY_HELP"
msgid "Corresponds To (Left)"
msgstr ""
-#: strings.hrc:65
+#: starmath/inc/strings.hrc:65
msgctxt "RID_XTRANSRY_HELP"
msgid "Corresponds To (Right)"
msgstr ""
-#: strings.hrc:66
+#: starmath/inc/strings.hrc:66
msgctxt "RID_XINY_HELP"
msgid "Is In"
msgstr "Is in"
-#: strings.hrc:67
+#: starmath/inc/strings.hrc:67
msgctxt "RID_XNOTINY_HELP"
msgid "Is Not In"
msgstr "Is nie in"
-#: strings.hrc:68
+#: starmath/inc/strings.hrc:68
msgctxt "RID_XOWNSY_HELP"
msgid "Owns"
msgstr "Besit"
-#: strings.hrc:69
+#: starmath/inc/strings.hrc:69
msgctxt "RID_XUNIONY_HELP"
msgid "Union"
msgstr "Vereniging"
-#: strings.hrc:70
+#: starmath/inc/strings.hrc:70
msgctxt "RID_XINTERSECTIONY_HELP"
msgid "Intersection"
msgstr "Snyding"
-#: strings.hrc:71
+#: starmath/inc/strings.hrc:71
msgctxt "RID_XSETMINUSY_HELP"
msgid "Difference"
msgstr "Verskil"
-#: strings.hrc:72
+#: starmath/inc/strings.hrc:72
msgctxt "RID_XSLASHY_HELP"
msgid "Quotient Set"
msgstr "Kwosiëntstel"
-#: strings.hrc:73
+#: starmath/inc/strings.hrc:73
msgctxt "RID_XSUBSETY_HELP"
msgid "Subset"
msgstr "Substel"
-#: strings.hrc:74
+#: starmath/inc/strings.hrc:74
msgctxt "RID_XSUBSETEQY_HELP"
msgid "Subset Or Equal To"
msgstr "Substel of gelyk aan"
-#: strings.hrc:75
+#: starmath/inc/strings.hrc:75
msgctxt "RID_XSUPSETY_HELP"
msgid "Superset"
msgstr "Superstel"
-#: strings.hrc:76
+#: starmath/inc/strings.hrc:76
msgctxt "RID_XSUPSETEQY_HELP"
msgid "Superset Or Equal To"
msgstr "Superstel of gelyk aan"
-#: strings.hrc:77
+#: starmath/inc/strings.hrc:77
msgctxt "RID_XNSUBSETY_HELP"
msgid "Not Subset"
msgstr "Nie substel"
-#: strings.hrc:78
+#: starmath/inc/strings.hrc:78
msgctxt "RID_XNSUBSETEQY_HELP"
msgid "Not Subset Or Equal"
msgstr "Nie substel of gelyk aan"
-#: strings.hrc:79
+#: starmath/inc/strings.hrc:79
msgctxt "RID_XNSUPSETY_HELP"
msgid "Not Superset"
msgstr "Nie superstel"
-#: strings.hrc:80
+#: starmath/inc/strings.hrc:80
msgctxt "RID_XNSUPSETEQY_HELP"
msgid "Not Superset Or Equal"
msgstr "Nie superstel of gelyk aan"
-#: strings.hrc:81
+#: starmath/inc/strings.hrc:81
msgctxt "RID_ABSX_HELP"
msgid "Absolute Value"
msgstr "Absolute waarde"
-#: strings.hrc:82
+#: starmath/inc/strings.hrc:82
msgctxt "RID_FACTX_HELP"
msgid "Factorial"
msgstr "Faktoriaal"
-#: strings.hrc:83
+#: starmath/inc/strings.hrc:83
msgctxt "RID_SQRTX_HELP"
msgid "Square Root"
msgstr "Vierkantswortel"
-#: strings.hrc:84
+#: starmath/inc/strings.hrc:84
msgctxt "RID_NROOTXY_HELP"
msgid "N-th Root"
msgstr "N-de wortel"
-#: strings.hrc:85
+#: starmath/inc/strings.hrc:85
msgctxt "RID_EX_HELP"
msgid "Exponential Function"
msgstr "Eksponensiële funksie"
-#: strings.hrc:86
+#: starmath/inc/strings.hrc:86
msgctxt "RID_EXPX_HELP"
msgid "Exponential Function"
msgstr "Eksponensiële funksie"
-#: strings.hrc:87
+#: starmath/inc/strings.hrc:87
msgctxt "RID_LNX_HELP"
msgid "Natural Logarithm"
msgstr "Natuurlike logaritme"
-#: strings.hrc:88
+#: starmath/inc/strings.hrc:88
msgctxt "RID_LOGX_HELP"
msgid "Logarithm"
msgstr "Logaritme"
-#: strings.hrc:89
+#: starmath/inc/strings.hrc:89
msgctxt "RID_SINX_HELP"
msgid "Sine"
msgstr "Sinus"
-#: strings.hrc:90
+#: starmath/inc/strings.hrc:90
msgctxt "RID_COSX_HELP"
msgid "Cosine"
msgstr "Kosinus"
-#: strings.hrc:91
+#: starmath/inc/strings.hrc:91
msgctxt "RID_TANX_HELP"
msgid "Tangent"
msgstr "Tangens"
-#: strings.hrc:92
+#: starmath/inc/strings.hrc:92
msgctxt "RID_COTX_HELP"
msgid "Cotangent"
msgstr "Kotangens"
-#: strings.hrc:93
+#: starmath/inc/strings.hrc:93
msgctxt "RID_ARCSINX_HELP"
msgid "Arcsine"
msgstr "Boogsinus"
-#: strings.hrc:94
+#: starmath/inc/strings.hrc:94
msgctxt "RID_ARCCOSX_HELP"
msgid "Arccosine"
msgstr "Boogkosinus"
-#: strings.hrc:95
+#: starmath/inc/strings.hrc:95
msgctxt "RID_ARCTANX_HELP"
msgid "Arctangent"
msgstr "Boogtangens"
-#: strings.hrc:96
+#: starmath/inc/strings.hrc:96
msgctxt "RID_ARCCOTX_HELP"
msgid "Arccotangent"
msgstr "Boogkotangens"
-#: strings.hrc:97
+#: starmath/inc/strings.hrc:97
msgctxt "RID_SINHX_HELP"
msgid "Hyperbolic Sine"
msgstr "Hiperboliese sinus"
-#: strings.hrc:98
+#: starmath/inc/strings.hrc:98
msgctxt "RID_COSHX_HELP"
msgid "Hyperbolic Cosine"
msgstr "Hiperboliese kosinus"
-#: strings.hrc:99
+#: starmath/inc/strings.hrc:99
msgctxt "RID_TANHX_HELP"
msgid "Hyperbolic Tangent"
msgstr "Hiperboliese tangens"
-#: strings.hrc:100
+#: starmath/inc/strings.hrc:100
msgctxt "RID_COTHX_HELP"
msgid "Hyperbolic Cotangent"
msgstr "Hiperboliese kotangens"
-#: strings.hrc:101
+#: starmath/inc/strings.hrc:101
msgctxt "RID_ARSINHX_HELP"
msgid "Area Hyperbolic Sine"
msgstr "Areahiperboliese sinus"
-#: strings.hrc:102
+#: starmath/inc/strings.hrc:102
msgctxt "RID_ARCOSHX_HELP"
msgid "Area Hyperbolic Cosine"
msgstr "Areahiperboliese kosinus"
-#: strings.hrc:103
+#: starmath/inc/strings.hrc:103
msgctxt "RID_ARTANHX_HELP"
msgid "Area Hyperbolic Tangent"
msgstr "Areahiperboliese tangens"
-#: strings.hrc:104
+#: starmath/inc/strings.hrc:104
msgctxt "RID_ARCOTHX_HELP"
msgid "Area Hyperbolic Cotangent"
msgstr "Areahiperboliese kotangens"
-#: strings.hrc:105
+#: starmath/inc/strings.hrc:105
msgctxt "RID_SUMX_HELP"
msgid "Sum"
msgstr "Som"
-#: strings.hrc:106
+#: starmath/inc/strings.hrc:106
#, fuzzy
msgctxt "RID_SUM_FROMX_HELP"
msgid "Sum Subscript Bottom"
msgstr "Subskrif onder"
-#: strings.hrc:107
+#: starmath/inc/strings.hrc:107
#, fuzzy
msgctxt "RID_SUM_TOX_HELP"
msgid "Sum Superscript Top"
msgstr "Superskrif bo"
-#: strings.hrc:108
+#: starmath/inc/strings.hrc:108
msgctxt "RID_SUM_FROMTOX_HELP"
msgid "Sum Sup/Sub script"
msgstr ""
-#: strings.hrc:109
+#: starmath/inc/strings.hrc:109
msgctxt "RID_PRODX_HELP"
msgid "Product"
msgstr "Produk"
-#: strings.hrc:110
+#: starmath/inc/strings.hrc:110
#, fuzzy
msgctxt "RID_PROD_FROMX_HELP"
msgid "Product Subscript Bottom"
msgstr "Subskrif onder"
-#: strings.hrc:111
+#: starmath/inc/strings.hrc:111
msgctxt "RID_PROD_TOX_HELP"
msgid "Product Superscript Top"
msgstr ""
-#: strings.hrc:112
+#: starmath/inc/strings.hrc:112
msgctxt "RID_PROD_FROMTOX_HELP"
msgid "Product Sup/Sub script"
msgstr ""
-#: strings.hrc:113
+#: starmath/inc/strings.hrc:113
msgctxt "RID_COPRODX_HELP"
msgid "Coproduct"
msgstr "Ko-produk"
-#: strings.hrc:114
+#: starmath/inc/strings.hrc:114
#, fuzzy
msgctxt "RID_COPROD_FROMX_HELP"
msgid "Coproduct Subscript Bottom"
msgstr "Subskrif onder"
-#: strings.hrc:115
+#: starmath/inc/strings.hrc:115
msgctxt "RID_COPROD_TOX_HELP"
msgid "Coproduct Superscript Top"
msgstr ""
-#: strings.hrc:116
+#: starmath/inc/strings.hrc:116
msgctxt "RID_COPROD_FROMTOX_HELP"
msgid "Coproduct Sup/Sub script"
msgstr ""
-#: strings.hrc:117
+#: starmath/inc/strings.hrc:117
msgctxt "RID_LIMX_HELP"
msgid "Limes"
msgstr "Lemmetjies"
-#: strings.hrc:118
+#: starmath/inc/strings.hrc:118
#, fuzzy
msgctxt "RID_LIM_FROMX_HELP"
msgid "Limes Subscript Bottom"
msgstr "Subskrif onder"
-#: strings.hrc:119
+#: starmath/inc/strings.hrc:119
#, fuzzy
msgctxt "RID_LIM_TOX_HELP"
msgid "Limes Superscript Top"
msgstr "Superskrif bo"
-#: strings.hrc:120
+#: starmath/inc/strings.hrc:120
msgctxt "RID_LIM_FROMTOX_HELP"
msgid "Limes Sup/Sub script"
msgstr ""
-#: strings.hrc:121
+#: starmath/inc/strings.hrc:121
msgctxt "RID_LIMINFX_HELP"
msgid "Limit Inferior"
msgstr ""
-#: strings.hrc:122
+#: starmath/inc/strings.hrc:122
msgctxt "RID_LIMINF_FROMX_HELP"
msgid "Limit Inferior Subscript Bottom"
msgstr ""
-#: strings.hrc:123
+#: starmath/inc/strings.hrc:123
msgctxt "RID_LIMINF_TOX_HELP"
msgid "Limit Inferior Superscript Top"
msgstr ""
-#: strings.hrc:124
+#: starmath/inc/strings.hrc:124
msgctxt "RID_LIMINF_FROMTOX_HELP"
msgid "Limit Inferior Sup/Sub script"
msgstr ""
-#: strings.hrc:125
+#: starmath/inc/strings.hrc:125
msgctxt "RID_LIMSUPX_HELP"
msgid "Limit Superior"
msgstr ""
-#: strings.hrc:126
+#: starmath/inc/strings.hrc:126
msgctxt "RID_LIMSUP_FROMX_HELP"
msgid "Limit Superior Subscript Bottom"
msgstr ""
-#: strings.hrc:127
+#: starmath/inc/strings.hrc:127
msgctxt "RID_LIMSUP_TOX_HELP"
msgid "Limit Superior Superscript Top"
msgstr ""
-#: strings.hrc:128
+#: starmath/inc/strings.hrc:128
msgctxt "RID_LIMSUP_FROMTOX_HELP"
msgid "Limit Superior Sup/Sub script"
msgstr ""
-#: strings.hrc:129
+#: starmath/inc/strings.hrc:129
msgctxt "RID_EXISTS_HELP"
msgid "There Exists"
msgstr "Daar bestaan"
-#: strings.hrc:130
+#: starmath/inc/strings.hrc:130
msgctxt "RID_NOTEXISTS_HELP"
msgid "There Not Exists"
msgstr "Daar bestaan"
-#: strings.hrc:131
+#: starmath/inc/strings.hrc:131
#, fuzzy
msgctxt "RID_FORALL_HELP"
msgid "For all"
msgstr "Vir alle"
-#: strings.hrc:132
+#: starmath/inc/strings.hrc:132
msgctxt "RID_INTX_HELP"
msgid "Integral"
msgstr "Integraal"
-#: strings.hrc:133
+#: starmath/inc/strings.hrc:133
msgctxt "RID_INT_FROMX_HELP"
msgid "Integral Subscript Bottom"
msgstr ""
-#: strings.hrc:134
+#: starmath/inc/strings.hrc:134
msgctxt "RID_INT_TOX_HELP"
msgid "Integral Superscript Top"
msgstr ""
-#: strings.hrc:135
+#: starmath/inc/strings.hrc:135
msgctxt "RID_INT_FROMTOX_HELP"
msgid "Integral Sup/Sub script"
msgstr ""
-#: strings.hrc:136
+#: starmath/inc/strings.hrc:136
msgctxt "RID_IINTX_HELP"
msgid "Double Integral"
msgstr "Dubbele integraal"
-#: strings.hrc:137
+#: starmath/inc/strings.hrc:137
msgctxt "RID_IINT_FROMX_HELP"
msgid "Double Integral Subscript Bottom"
msgstr ""
-#: strings.hrc:138
+#: starmath/inc/strings.hrc:138
msgctxt "RID_IINT_TOX_HELP"
msgid "Double Integral Superscript Top"
msgstr ""
-#: strings.hrc:139
+#: starmath/inc/strings.hrc:139
msgctxt "RID_IINT_FROMTOX_HELP"
msgid "Double Integral Sup/Sub script"
msgstr ""
-#: strings.hrc:140
+#: starmath/inc/strings.hrc:140
msgctxt "RID_IIINTX_HELP"
msgid "Triple Integral"
msgstr "Driedubbele integraal"
-#: strings.hrc:141
+#: starmath/inc/strings.hrc:141
msgctxt "RID_IIINT_FROMX_HELP"
msgid "Triple Integral Subscript Bottom"
msgstr ""
-#: strings.hrc:142
+#: starmath/inc/strings.hrc:142
msgctxt "RID_IIINT_TOX_HELP"
msgid "Triple Integral Superscript Top"
msgstr ""
-#: strings.hrc:143
+#: starmath/inc/strings.hrc:143
msgctxt "RID_IIINT_FROMTOX_HELP"
msgid "Triple Integral Sup/Sub script"
msgstr ""
-#: strings.hrc:144
+#: starmath/inc/strings.hrc:144
msgctxt "RID_LINTX_HELP"
msgid "Curve Integral"
msgstr "Kurwe-integraal"
-#: strings.hrc:145
+#: starmath/inc/strings.hrc:145
msgctxt "RID_LINT_FROMX_HELP"
msgid "Curve Integral Subscript Bottom"
msgstr ""
-#: strings.hrc:146
+#: starmath/inc/strings.hrc:146
msgctxt "RID_LINT_TOX_HELP"
msgid "Curve Integral Superscript Top"
msgstr ""
-#: strings.hrc:147
+#: starmath/inc/strings.hrc:147
msgctxt "RID_LINT_FROMTOX_HELP"
msgid "Curve Integral Sup/Sub script"
msgstr ""
-#: strings.hrc:148
+#: starmath/inc/strings.hrc:148
msgctxt "RID_LLINTX_HELP"
msgid "Double Curve Integral"
msgstr "Dubbelkurwe-integraal"
-#: strings.hrc:149
+#: starmath/inc/strings.hrc:149
msgctxt "RID_LLINT_FROMX_HELP"
msgid "Double Curve Integral Subscript Bottom"
msgstr ""
-#: strings.hrc:150
+#: starmath/inc/strings.hrc:150
msgctxt "RID_LLINT_TOX_HELP"
msgid "Double Curve Integral Superscript Top"
msgstr ""
-#: strings.hrc:151
+#: starmath/inc/strings.hrc:151
msgctxt "RID_LLINT_FROMTOX_HELP"
msgid "Double Curve Integral Sup/Sub script"
msgstr ""
-#: strings.hrc:152
+#: starmath/inc/strings.hrc:152
msgctxt "RID_LLLINTX_HELP"
msgid "Triple Curve Integral"
msgstr "Driedubbelekurwe-integraal"
-#: strings.hrc:153
+#: starmath/inc/strings.hrc:153
msgctxt "RID_LLLINT_FROMX_HELP"
msgid "Triple Curve Integral Subscript Bottom"
msgstr ""
-#: strings.hrc:154
+#: starmath/inc/strings.hrc:154
msgctxt "RID_LLLINT_TOX_HELP"
msgid "Triple Curve Integral Superscript Top"
msgstr ""
-#: strings.hrc:155
+#: starmath/inc/strings.hrc:155
msgctxt "RID_LLLINT_FROMTOX_HELP"
msgid "Triple Curve Integral Sup/Sub script"
msgstr ""
-#: strings.hrc:156
+#: starmath/inc/strings.hrc:156
msgctxt "RID_ACUTEX_HELP"
msgid "Acute Accent"
msgstr "Akuutaksent"
-#: strings.hrc:157
+#: starmath/inc/strings.hrc:157
msgctxt "RID_BARX_HELP"
msgid "Line Above"
msgstr "Reël bo"
-#: strings.hrc:158
+#: starmath/inc/strings.hrc:158
msgctxt "RID_BREVEX_HELP"
msgid "Breve"
msgstr "Brevis"
-#: strings.hrc:159
+#: starmath/inc/strings.hrc:159
msgctxt "RID_CHECKX_HELP"
msgid "Reverse Circumflex"
msgstr "Omgekeerde sirkumfleks"
-#: strings.hrc:160
+#: starmath/inc/strings.hrc:160
msgctxt "RID_CIRCLEX_HELP"
msgid "Circle"
msgstr "Sirkel"
-#: strings.hrc:161
+#: starmath/inc/strings.hrc:161
msgctxt "RID_DOTX_HELP"
msgid "Dot"
msgstr "Stippel"
-#: strings.hrc:162
+#: starmath/inc/strings.hrc:162
msgctxt "RID_DDOTX_HELP"
msgid "Double Dot"
msgstr "Dubbele punt"
-#: strings.hrc:163
+#: starmath/inc/strings.hrc:163
msgctxt "RID_DDDOTX_HELP"
msgid "Triple Dot"
msgstr "Driedubbele punt"
-#: strings.hrc:164
+#: starmath/inc/strings.hrc:164
msgctxt "RID_GRAVEX_HELP"
msgid "Grave Accent"
msgstr "Gravisaksent"
-#: strings.hrc:165
+#: starmath/inc/strings.hrc:165
msgctxt "RID_HATX_HELP"
msgid "Circumflex"
msgstr "Sirkumfleks"
-#: strings.hrc:166
+#: starmath/inc/strings.hrc:166
msgctxt "RID_TILDEX_HELP"
msgid "Tilde"
msgstr "Slangetjie"
-#: strings.hrc:167
+#: starmath/inc/strings.hrc:167
msgctxt "RID_VECX_HELP"
msgid "Vector Arrow"
msgstr "Vektorpyl"
-#: strings.hrc:168
+#: starmath/inc/strings.hrc:168
msgctxt "RID_UNDERLINEX_HELP"
msgid "Line Below"
msgstr "Reël onder"
-#: strings.hrc:169
+#: starmath/inc/strings.hrc:169
msgctxt "RID_OVERLINEX_HELP"
msgid "Line Over"
msgstr "Reël oor"
-#: strings.hrc:170
+#: starmath/inc/strings.hrc:170
msgctxt "RID_OVERSTRIKEX_HELP"
msgid "Line Through"
msgstr "Reël deur"
-#: strings.hrc:171
+#: starmath/inc/strings.hrc:171
msgctxt "RID_PHANTOMX_HELP"
msgid "Transparent"
msgstr "Deursigtig"
-#: strings.hrc:172
+#: starmath/inc/strings.hrc:172
msgctxt "RID_BOLDX_HELP"
msgid "Bold Font"
msgstr "Vetskriffont"
-#: strings.hrc:173
+#: starmath/inc/strings.hrc:173
msgctxt "RID_ITALX_HELP"
msgid "Italic Font"
msgstr "Skuinsskriffont"
-#: strings.hrc:174
+#: starmath/inc/strings.hrc:174
msgctxt "RID_SIZEXY_HELP"
msgid "Resize"
msgstr "Herskaleer"
-#: strings.hrc:175
+#: starmath/inc/strings.hrc:175
msgctxt "RID_FONTXY_HELP"
msgid "Change Font"
msgstr "Verander font"
-#: strings.hrc:176
+#: starmath/inc/strings.hrc:176
msgctxt "RID_COLORX_BLACK_HELP"
msgid "Color Black"
msgstr ""
-#: strings.hrc:177
+#: starmath/inc/strings.hrc:177
msgctxt "RID_COLORX_BLUE_HELP"
msgid "Color Blue"
msgstr ""
-#: strings.hrc:178
+#: starmath/inc/strings.hrc:178
msgctxt "RID_COLORX_GREEN_HELP"
msgid "Color Green"
msgstr ""
-#: strings.hrc:179
+#: starmath/inc/strings.hrc:179
msgctxt "RID_COLORX_RED_HELP"
msgid "Color Red"
msgstr ""
-#: strings.hrc:180
+#: starmath/inc/strings.hrc:180
msgctxt "RID_COLORX_CYAN_HELP"
msgid "Color Cyan"
msgstr ""
-#: strings.hrc:181
+#: starmath/inc/strings.hrc:181
msgctxt "RID_COLORX_MAGENTA_HELP"
msgid "Color Magenta"
msgstr ""
-#: strings.hrc:182
+#: starmath/inc/strings.hrc:182
msgctxt "RID_COLORX_GRAY_HELP"
msgid "Color Gray"
msgstr ""
-#: strings.hrc:183
+#: starmath/inc/strings.hrc:183
msgctxt "RID_COLORX_LIME_HELP"
msgid "Color Lime"
msgstr ""
-#: strings.hrc:184
+#: starmath/inc/strings.hrc:184
msgctxt "RID_COLORX_MAROON_HELP"
msgid "Color Maroon"
msgstr ""
-#: strings.hrc:185
+#: starmath/inc/strings.hrc:185
msgctxt "RID_COLORX_NAVY_HELP"
msgid "Color Navy"
msgstr ""
-#: strings.hrc:186
+#: starmath/inc/strings.hrc:186
msgctxt "RID_COLORX_OLIVE_HELP"
msgid "Color Olive"
msgstr ""
-#: strings.hrc:187
+#: starmath/inc/strings.hrc:187
msgctxt "RID_COLORX_PURPLE_HELP"
msgid "Color Purple"
msgstr ""
-#: strings.hrc:188
+#: starmath/inc/strings.hrc:188
msgctxt "RID_COLORX_SILVER_HELP"
msgid "Color Silver"
msgstr ""
-#: strings.hrc:189
+#: starmath/inc/strings.hrc:189
msgctxt "RID_COLORX_TEAL_HELP"
msgid "Color Teal"
msgstr ""
-#: strings.hrc:190
+#: starmath/inc/strings.hrc:190
msgctxt "RID_COLORX_YELLOW_HELP"
msgid "Color Yellow"
msgstr ""
-#: strings.hrc:191
+#: starmath/inc/strings.hrc:191
msgctxt "RID_LRGROUPX_HELP"
msgid "Group Brackets"
msgstr "Groephakies"
-#: strings.hrc:192
+#: starmath/inc/strings.hrc:192
msgctxt "RID_LRPARENTX_HELP"
msgid "Round Brackets"
msgstr "Ronde hakies"
-#: strings.hrc:193
+#: starmath/inc/strings.hrc:193
msgctxt "RID_LRBRACKETX_HELP"
msgid "Square Brackets"
msgstr "Vierkanthakies"
-#: strings.hrc:194
+#: starmath/inc/strings.hrc:194
msgctxt "RID_LRDBRACKETX_HELP"
msgid "Double Square Brackets"
msgstr "Dubbele vierkanthakies"
-#: strings.hrc:195
+#: starmath/inc/strings.hrc:195
msgctxt "RID_LRBRACEX_HELP"
msgid "Braces"
msgstr "Krulhakies"
-#: strings.hrc:196
+#: starmath/inc/strings.hrc:196
msgctxt "RID_LRANGLEX_HELP"
msgid "Angle Brackets"
msgstr "Hoekhakies"
-#: strings.hrc:197
+#: starmath/inc/strings.hrc:197
msgctxt "RID_LRCEILX_HELP"
msgid "Upper Ceil"
msgstr ""
-#: strings.hrc:198
+#: starmath/inc/strings.hrc:198
msgctxt "RID_LRFLOORX_HELP"
msgid "Floor"
msgstr ""
-#: strings.hrc:199
+#: starmath/inc/strings.hrc:199
msgctxt "RID_LRLINEX_HELP"
msgid "Single Lines"
msgstr "Enkelreëls"
-#: strings.hrc:200
+#: starmath/inc/strings.hrc:200
msgctxt "RID_LRDLINEX_HELP"
msgid "Double Lines"
msgstr "Dubbelreëls"
-#: strings.hrc:201
+#: starmath/inc/strings.hrc:201
msgctxt "RID_LMRANGLEXY_HELP"
msgid "Operator Brackets"
msgstr "Bewerkinghakies"
-#: strings.hrc:202
+#: starmath/inc/strings.hrc:202
msgctxt "RID_SLRPARENTX_HELP"
msgid "Round Brackets (Scalable)"
msgstr "Ronde hakies (skaleerbaar)"
-#: strings.hrc:203
+#: starmath/inc/strings.hrc:203
msgctxt "RID_SLRBRACKETX_HELP"
msgid "Square Brackets (Scalable)"
msgstr "Vierkanthakies (skaleerbaar)"
-#: strings.hrc:204
+#: starmath/inc/strings.hrc:204
msgctxt "RID_SLRDBRACKETX_HELP"
msgid "Double Square Brackets (Scalable)"
msgstr "Dubbele vierkanthakies (skaleerbaar)"
-#: strings.hrc:205
+#: starmath/inc/strings.hrc:205
msgctxt "RID_SLRBRACEX_HELP"
msgid "Braces (Scalable)"
msgstr "Krulhakies (skaleerbaar)"
-#: strings.hrc:206
+#: starmath/inc/strings.hrc:206
msgctxt "RID_SLRANGLEX_HELP"
msgid "Angle Brackets (Scalable)"
msgstr "Hoekhakies (skaleerbaar)"
-#: strings.hrc:207
+#: starmath/inc/strings.hrc:207
msgctxt "RID_SLRCEILX_HELP"
msgid "Ceiling (Scalable)"
msgstr ""
-#: strings.hrc:208
+#: starmath/inc/strings.hrc:208
msgctxt "RID_SLRFLOORX_HELP"
msgid "Floor (Scalable)"
msgstr ""
-#: strings.hrc:209
+#: starmath/inc/strings.hrc:209
msgctxt "RID_SLRLINEX_HELP"
msgid "Single Lines (Scalable)"
msgstr "Enkelreëls (skaleerbaar)"
-#: strings.hrc:210
+#: starmath/inc/strings.hrc:210
msgctxt "RID_SLRDLINEX_HELP"
msgid "Double Lines (Scalable)"
msgstr "Dubbele reëls (skaleerbaar)"
-#: strings.hrc:211
+#: starmath/inc/strings.hrc:211
msgctxt "RID_SLMRANGLEXY_HELP"
msgid "Operator Brackets (Scalable)"
msgstr "Bewerkinghakies (skaleerbaar)"
-#: strings.hrc:212
+#: starmath/inc/strings.hrc:212
msgctxt "RID_XEVALUATEDATY_HELP"
msgid "Evaluated At"
msgstr ""
-#: strings.hrc:213
+#: starmath/inc/strings.hrc:213
msgctxt "RID_XOVERBRACEY_HELP"
msgid "Braces Top (Scalable)"
msgstr "Krulhakies bo (skaleerbaar)"
-#: strings.hrc:214
+#: starmath/inc/strings.hrc:214
msgctxt "RID_XUNDERBRACEY_HELP"
msgid "Braces Bottom (Scalable)"
msgstr "Krulhakies onder (skaleerbaar)"
-#: strings.hrc:215
+#: starmath/inc/strings.hrc:215
msgctxt "RID_RSUBX_HELP"
msgid "Subscript Right"
msgstr "Subskrif regs"
-#: strings.hrc:216
+#: starmath/inc/strings.hrc:216
msgctxt "RID_RSUPX_HELP"
msgid "Power"
msgstr "Mag"
-#: strings.hrc:217
+#: starmath/inc/strings.hrc:217
msgctxt "RID_LSUBX_HELP"
msgid "Subscript Left"
msgstr "Subskrif links"
-#: strings.hrc:218
+#: starmath/inc/strings.hrc:218
msgctxt "RID_LSUPX_HELP"
msgid "Superscript Left"
msgstr "Superskrif links"
-#: strings.hrc:219
+#: starmath/inc/strings.hrc:219
msgctxt "RID_CSUBX_HELP"
msgid "Subscript Bottom"
msgstr "Subskrif onder"
-#: strings.hrc:220
+#: starmath/inc/strings.hrc:220
msgctxt "RID_CSUPX_HELP"
msgid "Superscript Top"
msgstr "Superskrif bo"
-#: strings.hrc:221
+#: starmath/inc/strings.hrc:221
msgctxt "RID_SBLANK_HELP"
msgid "Small Gap"
msgstr "Klein gaping"
-#: strings.hrc:222
+#: starmath/inc/strings.hrc:222
#, fuzzy
msgctxt "RID_BLANK_HELP"
msgid "Blank"
msgstr "Blanko"
-#: strings.hrc:223
+#: starmath/inc/strings.hrc:223
msgctxt "RID_NEWLINE_HELP"
msgid "New Line"
msgstr "Nuwe reël"
-#: strings.hrc:224
+#: starmath/inc/strings.hrc:224
msgctxt "RID_BINOMXY_HELP"
msgid "Vertical Stack (2 Elements)"
msgstr "Vertikale stapel (2 elemente)"
-#: strings.hrc:225
+#: starmath/inc/strings.hrc:225
msgctxt "RID_STACK_HELP"
msgid "Vertical Stack"
msgstr "Vertikale stapel"
-#: strings.hrc:226
+#: starmath/inc/strings.hrc:226
msgctxt "RID_MATRIX_HELP"
msgid "Matrix Stack"
msgstr "Matriksstapel"
-#: strings.hrc:227
+#: starmath/inc/strings.hrc:227
msgctxt "RID_ALIGNLX_HELP"
msgid "Align Left"
msgstr "Belyn links"
-#: strings.hrc:228
+#: starmath/inc/strings.hrc:228
msgctxt "RID_ALIGNCX_HELP"
msgid "Align Center"
msgstr "Belyn middel"
-#: strings.hrc:229
+#: starmath/inc/strings.hrc:229
msgctxt "RID_ALIGNRX_HELP"
msgid "Align Right"
msgstr "Regsbelyn"
-#: strings.hrc:230
+#: starmath/inc/strings.hrc:230
msgctxt "RID_ALEPH_HELP"
msgid "Aleph"
msgstr "Alef"
-#: strings.hrc:231
+#: starmath/inc/strings.hrc:231
msgctxt "RID_EMPTYSET_HELP"
msgid "Empty Set"
msgstr "Leë stel"
-#: strings.hrc:232
+#: starmath/inc/strings.hrc:232
msgctxt "RID_RE_HELP"
msgid "Real Part"
msgstr "Reële deel"
-#: strings.hrc:233
+#: starmath/inc/strings.hrc:233
msgctxt "RID_IM_HELP"
msgid "Imaginary Part"
msgstr "Skyndeel"
-#: strings.hrc:234
+#: starmath/inc/strings.hrc:234
#, fuzzy
msgctxt "RID_INFINITY_HELP"
msgid "Infinity"
msgstr "oneindig"
-#: strings.hrc:235
+#: starmath/inc/strings.hrc:235
msgctxt "RID_PARTIAL_HELP"
msgid "Partial"
msgstr "Gedeeltelik"
-#: strings.hrc:236
+#: starmath/inc/strings.hrc:236
msgctxt "RID_NABLA_HELP"
msgid "Nabla"
msgstr "Nabla"
-#: strings.hrc:237
+#: starmath/inc/strings.hrc:237
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "Weierstrass p"
-#: strings.hrc:238
+#: starmath/inc/strings.hrc:238
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "Punte in die middel"
-#: strings.hrc:239
+#: starmath/inc/strings.hrc:239
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "Punte tot bo"
-#: strings.hrc:240
+#: starmath/inc/strings.hrc:240
#, fuzzy
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "Punte tot onder"
-#: strings.hrc:241
+#: starmath/inc/strings.hrc:241
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "Punte onder"
-#: strings.hrc:242
+#: starmath/inc/strings.hrc:242
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "Punte vertikaal"
-#: strings.hrc:243
+#: starmath/inc/strings.hrc:243
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "Aaneenskakel"
-#: strings.hrc:244
+#: starmath/inc/strings.hrc:244
#, fuzzy
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "Deling (solidus)"
-#: strings.hrc:245
+#: starmath/inc/strings.hrc:245
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr ""
-#: strings.hrc:246
+#: starmath/inc/strings.hrc:246
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "Deel"
-#: strings.hrc:247
+#: starmath/inc/strings.hrc:247
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "Deel nie"
-#: strings.hrc:248
+#: starmath/inc/strings.hrc:248
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "Dubbelpyltjie links"
-#: strings.hrc:249
+#: starmath/inc/strings.hrc:249
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "Dubbelpyltjie links en regs"
-#: strings.hrc:250
+#: starmath/inc/strings.hrc:250
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "Dubbelpyltjie regs"
-#: strings.hrc:251
+#: starmath/inc/strings.hrc:251
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "Natuurlikegetalle-stel"
-#: strings.hrc:252
+#: starmath/inc/strings.hrc:252
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "Heelgetalstel"
-#: strings.hrc:253
+#: starmath/inc/strings.hrc:253
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "Stel rasionale nommers"
-#: strings.hrc:254
+#: starmath/inc/strings.hrc:254
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "Stel reële nommers"
-#: strings.hrc:255
+#: starmath/inc/strings.hrc:255
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "Stel komplekse nommers"
-#: strings.hrc:256
+#: starmath/inc/strings.hrc:256
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "Groot sirkumfleks"
-#: strings.hrc:257
+#: starmath/inc/strings.hrc:257
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "Groot tilde"
-#: strings.hrc:258
+#: starmath/inc/strings.hrc:258
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "Groot vektorpyl"
-#: strings.hrc:259
+#: starmath/inc/strings.hrc:259
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h-balk"
-#: strings.hrc:260
+#: starmath/inc/strings.hrc:260
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "Lambda-balk"
-#: strings.hrc:261
+#: starmath/inc/strings.hrc:261
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "Linkspyl"
-#: strings.hrc:262
+#: starmath/inc/strings.hrc:262
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "Regspyl"
-#: strings.hrc:263
+#: starmath/inc/strings.hrc:263
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "Oppyl"
-#: strings.hrc:264
+#: starmath/inc/strings.hrc:264
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "Afpyl"
-#: strings.hrc:265
+#: starmath/inc/strings.hrc:265
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr ""
-#: strings.hrc:266
+#: starmath/inc/strings.hrc:266
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr ""
-#: strings.hrc:267
+#: starmath/inc/strings.hrc:267
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr ""
-#: strings.hrc:268
+#: starmath/inc/strings.hrc:268
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr ""
-#: strings.hrc:269
+#: starmath/inc/strings.hrc:269
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr ""
-#: strings.hrc:270
+#: starmath/inc/strings.hrc:270
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr ""
-#: strings.hrc:271
+#: starmath/inc/strings.hrc:271
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr ""
-#: strings.hrc:272
+#: starmath/inc/strings.hrc:272
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr ""
-#: strings.hrc:273
+#: starmath/inc/strings.hrc:273
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr ""
-#: strings.hrc:274
+#: starmath/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Unêre/binêre bewerkers"
-#: strings.hrc:275
+#: starmath/inc/strings.hrc:275
#, fuzzy
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "Verwantskappe"
-#: strings.hrc:276
+#: starmath/inc/strings.hrc:276
#, fuzzy
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "Stel bewerkings in"
-#: strings.hrc:277
+#: starmath/inc/strings.hrc:277
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Funksies"
-#: strings.hrc:278
+#: starmath/inc/strings.hrc:278
#, fuzzy
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Bewerkers"
-#: strings.hrc:279
+#: starmath/inc/strings.hrc:279
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Attribute"
-#: strings.hrc:280
+#: starmath/inc/strings.hrc:280
#, fuzzy
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "Hakies"
-#: strings.hrc:281
+#: starmath/inc/strings.hrc:281
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "Formate"
-#: strings.hrc:282
+#: starmath/inc/strings.hrc:282
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "Andere"
-#: strings.hrc:283
+#: starmath/inc/strings.hrc:283
#, fuzzy
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Voorbeeld"
-#: strings.hrc:285
+#: starmath/inc/strings.hrc:285
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Standaard"
-#: strings.hrc:286
+#: starmath/inc/strings.hrc:286
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "Skuinsdruk"
-#: strings.hrc:287
+#: starmath/inc/strings.hrc:287
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "Vetdruk"
-#: strings.hrc:288
+#: starmath/inc/strings.hrc:288
msgctxt "STR_BLACK"
msgid "black"
msgstr "swart"
-#: strings.hrc:289
+#: starmath/inc/strings.hrc:289
#, fuzzy
msgctxt "STR_BLUE"
msgid "blue"
msgstr "Blou"
-#: strings.hrc:290
+#: starmath/inc/strings.hrc:290
#, fuzzy
msgctxt "STR_GREEN"
msgid "green"
msgstr "Groen"
-#: strings.hrc:291
+#: starmath/inc/strings.hrc:291
msgctxt "STR_RED"
msgid "red"
msgstr ""
-#: strings.hrc:292
+#: starmath/inc/strings.hrc:292
#, fuzzy
msgctxt "STR_CYAN"
msgid "cyan"
msgstr "Siaan"
-#: strings.hrc:293
+#: starmath/inc/strings.hrc:293
#, fuzzy
msgctxt "STR_MAGENTA"
msgid "magenta"
msgstr "Magenta"
-#: strings.hrc:294
+#: starmath/inc/strings.hrc:294
#, fuzzy
msgctxt "STR_GRAY"
msgid "gray"
msgstr "Grys"
-#: strings.hrc:295
+#: starmath/inc/strings.hrc:295
#, fuzzy
msgctxt "STR_LIME"
msgid "lime"
msgstr "Tyd"
-#: strings.hrc:296
+#: starmath/inc/strings.hrc:296
msgctxt "STR_MAROON"
msgid "maroon"
msgstr ""
-#: strings.hrc:297
+#: starmath/inc/strings.hrc:297
msgctxt "STR_NAVY"
msgid "navy"
msgstr ""
-#: strings.hrc:298
+#: starmath/inc/strings.hrc:298
msgctxt "STR_OLIVE"
msgid "olive"
msgstr ""
-#: strings.hrc:299
+#: starmath/inc/strings.hrc:299
msgctxt "STR_PURPLE"
msgid "purple"
msgstr ""
-#: strings.hrc:300
+#: starmath/inc/strings.hrc:300
msgctxt "STR_SILVER"
msgid "silver"
msgstr ""
-#: strings.hrc:301
+#: starmath/inc/strings.hrc:301
msgctxt "STR_TEAL"
msgid "teal"
msgstr ""
-#: strings.hrc:302
+#: starmath/inc/strings.hrc:302
#, fuzzy
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "Geel"
-#: strings.hrc:303
+#: starmath/inc/strings.hrc:303
#, fuzzy
msgctxt "STR_HIDE"
msgid "hide"
msgstr "Versteek"
-#: strings.hrc:304
+#: starmath/inc/strings.hrc:304
#, fuzzy
msgctxt "STR_SIZE"
msgid "size"
msgstr "Grootte"
-#: strings.hrc:305
+#: starmath/inc/strings.hrc:305
#, fuzzy
msgctxt "STR_FONT"
msgid "font"
msgstr "Font"
-#: strings.hrc:306
+#: starmath/inc/strings.hrc:306
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "links"
-#: strings.hrc:307
+#: starmath/inc/strings.hrc:307
#, fuzzy
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "Sentreer"
-#: strings.hrc:308
+#: starmath/inc/strings.hrc:308
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "regs"
-#: strings.hrc:309
+#: starmath/inc/strings.hrc:309
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Bevele"
-#: strings.hrc:310
+#: starmath/inc/strings.hrc:310
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "Formule"
-#: strings.hrc:311
+#: starmath/inc/strings.hrc:311
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "Stoor tans dokument..."
-#: strings.hrc:312
+#: starmath/inc/strings.hrc:312
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION-formule"
-#: strings.hrc:313
+#: starmath/inc/strings.hrc:313
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "FOUT : "
-#: strings.hrc:314
+#: starmath/inc/strings.hrc:314
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "Onverwagte karakter"
-#: strings.hrc:315
+#: starmath/inc/strings.hrc:315
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
-#: strings.hrc:316
+#: starmath/inc/strings.hrc:316
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "'{' verwag"
-#: strings.hrc:317
+#: starmath/inc/strings.hrc:317
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "'}' verwag"
-#: strings.hrc:318
+#: starmath/inc/strings.hrc:318
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "'(' verwag"
-#: strings.hrc:319
+#: starmath/inc/strings.hrc:319
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "')' verwag"
-#: strings.hrc:320
+#: starmath/inc/strings.hrc:320
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
-#: strings.hrc:321
+#: starmath/inc/strings.hrc:321
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
-#: strings.hrc:322
+#: starmath/inc/strings.hrc:322
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
-#: strings.hrc:323
+#: starmath/inc/strings.hrc:323
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
-#: strings.hrc:324
+#: starmath/inc/strings.hrc:324
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
-#: strings.hrc:325
+#: starmath/inc/strings.hrc:325
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "'#' verwag"
-#: strings.hrc:326
+#: starmath/inc/strings.hrc:326
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "Kleur vereis"
-#: strings.hrc:327
+#: starmath/inc/strings.hrc:327
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "'REGS' verwag"
-#: strings.hrc:328
+#: starmath/inc/strings.hrc:328
#, fuzzy
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
-#: strings.hrc:329
+#: starmath/inc/strings.hrc:329
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Inhoud"
-#: strings.hrc:330
+#: starmath/inc/strings.hrc:330
#, fuzzy
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "Titel"
-#: strings.hrc:331
+#: starmath/inc/strings.hrc:331
#, fuzzy
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "~Formulesel"
-#: strings.hrc:332
+#: starmath/inc/strings.hrc:332
#, fuzzy
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "Grense"
-#: strings.hrc:333
+#: starmath/inc/strings.hrc:333
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Grootte"
-#: strings.hrc:334
+#: starmath/inc/strings.hrc:334
#, fuzzy
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "Oorspronklike grootte"
-#: strings.hrc:335
+#: starmath/inc/strings.hrc:335
#, fuzzy
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "~Pas by bladsy"
-#: strings.hrc:336
+#: starmath/inc/strings.hrc:336
#, fuzzy
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "Skalering"
-#: alignmentdialog.ui:8
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:8
msgctxt "alignmentdialog|AlignmentDialog"
msgid "Alignment"
msgstr "Belyning"
-#: alignmentdialog.ui:67
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:23
#, fuzzy
msgctxt "alignmentdialog|default"
msgid "_Default"
msgstr "Verstek"
-#: alignmentdialog.ui:111
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:112
#, fuzzy
msgctxt "alignmentdialog|left"
msgid "_Left"
msgstr "Links"
-#: alignmentdialog.ui:128
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:129
#, fuzzy
msgctxt "alignmentdialog|center"
msgid "_Centered"
msgstr "Gesentreer"
-#: alignmentdialog.ui:146
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:146
#, fuzzy
msgctxt "alignmentdialog|right"
msgid "_Right"
msgstr "Regs"
-#: alignmentdialog.ui:169
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:169
msgctxt "alignmentdialog|label1"
msgid "Horizontal"
msgstr "Horisontaal"
-#: catalogdialog.ui:9
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:9
msgctxt "catalogdialog|CatalogDialog"
msgid "Symbols"
msgstr "Simbole"
-#: catalogdialog.ui:24
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:24
#, fuzzy
msgctxt "catalogdialog|insert"
msgid "_Insert"
msgstr "Voeg in"
-#: catalogdialog.ui:55
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:55
#, fuzzy
msgctxt "catalogdialog|edit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: catalogdialog.ui:102
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:102
msgctxt "catalogdialog|label1"
msgid "_Symbol set:"
msgstr ""
-#: catalogdialog.ui:123
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:123
#, fuzzy
msgctxt "catalogdialog|symbolsetdisplay"
msgid "button"
msgstr "Knoppie"
-#: catalogdialog.ui:152
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:152
msgctxt "catalogdialog|symbolname"
msgid "Unknown"
msgstr "Onbekend"
-#: dockingelements.ui:10
+#: starmath/uiconfig/smath/ui/dockingelements.ui:10
#, fuzzy
msgctxt "dockingelements|DockingElements"
msgid "Elements"
msgstr "element"
-#: fontdialog.ui:9
+#: starmath/uiconfig/smath/ui/fontdialog.ui:9
#, fuzzy
msgctxt "fontdialog|FontDialog"
msgid "Fonts"
msgstr "Fonte"
-#: fontdialog.ui:115
+#: starmath/uiconfig/smath/ui/fontdialog.ui:115
msgctxt "fontdialog|formulaL"
msgid "Font"
msgstr "Font"
-#: fontdialog.ui:150
+#: starmath/uiconfig/smath/ui/fontdialog.ui:150
#, fuzzy
msgctxt "fontdialog|bold"
msgid "_Bold"
msgstr "Vetdruk"
-#: fontdialog.ui:165
+#: starmath/uiconfig/smath/ui/fontdialog.ui:165
#, fuzzy
msgctxt "fontdialog|italic"
msgid "_Italic"
msgstr "Skuinsdruk"
-#: fontdialog.ui:187
+#: starmath/uiconfig/smath/ui/fontdialog.ui:187
msgctxt "fontdialog|formulaL1"
msgid "Attributes"
msgstr "Attribute"
-#: fontsizedialog.ui:20
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:44
#, fuzzy
msgctxt "fontsizedialog|FontSizeDialog"
msgid "Font Sizes"
msgstr "Fontgrootte"
-#: fontsizedialog.ui:35
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:61
#, fuzzy
msgctxt "fontsizedialog|default"
msgid "_Default"
msgstr "Verstek"
-#: fontsizedialog.ui:122
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:148
msgctxt "fontsizedialog|label4"
msgid "Base _size:"
msgstr ""
-#: fontsizedialog.ui:194
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:220
#, fuzzy
msgctxt "fontsizedialog|label2"
msgid "_Operators:"
msgstr "Bewerkers"
-#: fontsizedialog.ui:208
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:234
msgctxt "fontsizedialog|label3"
msgid "_Limits:"
msgstr ""
-#: fontsizedialog.ui:248
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:274
#, fuzzy
msgctxt "fontsizedialog|label5"
msgid "_Text:"
msgstr "Teks:"
-#: fontsizedialog.ui:262
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:288
#, fuzzy
msgctxt "fontsizedialog|label7"
msgid "_Functions:"
msgstr "Funksies"
-#: fontsizedialog.ui:276
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:302
#, fuzzy
msgctxt "fontsizedialog|label6"
msgid "_Indexes:"
msgstr "Indekse"
-#: fontsizedialog.ui:320
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:346
msgctxt "fontsizedialog|label1"
msgid "Relative Sizes"
msgstr ""
-#: fonttypedialog.ui:9
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:9
#, fuzzy
msgctxt "fonttypedialog|FontsDialog"
msgid "Fonts"
msgstr "Fonte"
-#: fonttypedialog.ui:24
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:24
#, fuzzy
msgctxt "fonttypedialog|modify"
msgid "_Modify"
msgstr "Wysig"
-#: fonttypedialog.ui:53
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:53
#, fuzzy
msgctxt "fonttypedialog|default"
msgid "_Default"
msgstr "Verstek"
-#: fonttypedialog.ui:135
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:135
msgctxt "fonttypedialog|label1"
msgid "_Variables:"
msgstr ""
-#: fonttypedialog.ui:152
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:152
#, fuzzy
msgctxt "fonttypedialog|label2"
msgid "_Functions:"
msgstr "Funksies"
-#: fonttypedialog.ui:169
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:169
#, fuzzy
msgctxt "fonttypedialog|label3"
msgid "_Numbers:"
msgstr "Nommers"
-#: fonttypedialog.ui:186
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:186
#, fuzzy
msgctxt "fonttypedialog|label4"
msgid "_Text:"
msgstr "Teks:"
-#: fonttypedialog.ui:251
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:251
msgctxt "fonttypedialog|formulaL"
msgid "Formula Fonts"
msgstr ""
-#: fonttypedialog.ui:288
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:288
msgctxt "fonttypedialog|label5"
msgid "_Serif:"
msgstr ""
-#: fonttypedialog.ui:305
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:305
msgctxt "fonttypedialog|label6"
msgid "S_ans-serif:"
msgstr ""
-#: fonttypedialog.ui:322
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:322
msgctxt "fonttypedialog|label7"
msgid "F_ixed-width:"
msgstr ""
-#: fonttypedialog.ui:376
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:376
msgctxt "fonttypedialog|customL"
msgid "Custom Fonts"
msgstr ""
-#: fonttypedialog.ui:424
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:424
#, fuzzy
msgctxt "fonttypedialog|menuitem1"
msgid "_Variables"
msgstr "Wisselend"
-#: fonttypedialog.ui:432
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:432
#, fuzzy
msgctxt "fonttypedialog|menuitem2"
msgid "_Functions"
msgstr "Funksies"
-#: fonttypedialog.ui:440
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:440
#, fuzzy
msgctxt "fonttypedialog|menuitem3"
msgid "_Numbers"
msgstr "Nommers"
-#: fonttypedialog.ui:448
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:448
#, fuzzy
msgctxt "fonttypedialog|menuitem4"
msgid "_Text"
msgstr "Teks"
-#: fonttypedialog.ui:456
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:456
msgctxt "fonttypedialog|menuitem5"
msgid "_Serif"
msgstr ""
-#: fonttypedialog.ui:464
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:464
msgctxt "fonttypedialog|menuitem6"
msgid "S_ans-serif"
msgstr ""
-#: fonttypedialog.ui:472
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:472
msgctxt "fonttypedialog|menuitem7"
msgid "Fixe_d-width"
msgstr ""
-#: printeroptions.ui:32
+#: starmath/uiconfig/smath/ui/printeroptions.ui:32
msgctxt "printeroptions|title"
msgid "Title"
msgstr "Titel"
-#: printeroptions.ui:48
+#: starmath/uiconfig/smath/ui/printeroptions.ui:49
#, fuzzy
msgctxt "printeroptions|formulatext"
msgid "Formula text"
msgstr "~Formulesel"
-#: printeroptions.ui:64
+#: starmath/uiconfig/smath/ui/printeroptions.ui:66
msgctxt "printeroptions|borders"
msgid "Borders"
msgstr "Grense"
-#: printeroptions.ui:86
+#: starmath/uiconfig/smath/ui/printeroptions.ui:89
msgctxt "printeroptions|label4"
msgid "Contents"
msgstr "Inhoud"
-#: printeroptions.ui:119
+#: starmath/uiconfig/smath/ui/printeroptions.ui:122
#, fuzzy
msgctxt "printeroptions|originalsize"
msgid "Original size"
msgstr "Oorspronklike grootte"
-#: printeroptions.ui:137
+#: starmath/uiconfig/smath/ui/printeroptions.ui:141
#, fuzzy
msgctxt "printeroptions|fittopage"
msgid "Fit to page"
msgstr "~Pas by bladsy"
-#: printeroptions.ui:159
+#: starmath/uiconfig/smath/ui/printeroptions.ui:164
#, fuzzy
msgctxt "printeroptions|scaling"
msgid "Scaling:"
msgstr "Skalering"
-#: printeroptions.ui:201
+#: starmath/uiconfig/smath/ui/printeroptions.ui:206
msgctxt "printeroptions|label5"
msgid "Size"
msgstr "Grootte"
-#: savedefaultsdialog.ui:8
+#: starmath/uiconfig/smath/ui/savedefaultsdialog.ui:7
msgctxt "savedefaultsdialog|SaveDefaultsDialog"
msgid "Save defaults?"
msgstr ""
-#: savedefaultsdialog.ui:15
+#: starmath/uiconfig/smath/ui/savedefaultsdialog.ui:14
msgctxt "savedefaultsdialog|SaveDefaultsDialog"
msgid "Should the changes be saved as defaults?"
msgstr ""
-#: savedefaultsdialog.ui:16
+#: starmath/uiconfig/smath/ui/savedefaultsdialog.ui:15
msgctxt "savedefaultsdialog|SaveDefaultsDialog"
msgid "These changes will apply for all new formulas."
msgstr ""
-#: smathsettings.ui:39
+#: starmath/uiconfig/smath/ui/smathsettings.ui:39
msgctxt "smathsettings|title"
msgid "_Title row"
msgstr ""
-#: smathsettings.ui:55
+#: starmath/uiconfig/smath/ui/smathsettings.ui:55
#, fuzzy
msgctxt "smathsettings|text"
msgid "_Formula text"
msgstr "~Formulesel"
-#: smathsettings.ui:71
+#: starmath/uiconfig/smath/ui/smathsettings.ui:71
#, fuzzy
msgctxt "smathsettings|frame"
msgid "B_order"
msgstr "Grense"
-#: smathsettings.ui:93
+#: starmath/uiconfig/smath/ui/smathsettings.ui:93
#, fuzzy
msgctxt "smathsettings|label4"
msgid "Print Options"
msgstr "Drukopsies"
-#: smathsettings.ui:127
+#: starmath/uiconfig/smath/ui/smathsettings.ui:127
#, fuzzy
msgctxt "smathsettings|sizenormal"
msgid "O_riginal size"
msgstr "Oorspronklike grootte"
-#: smathsettings.ui:145
+#: starmath/uiconfig/smath/ui/smathsettings.ui:144
#, fuzzy
msgctxt "smathsettings|sizescaled"
msgid "Fit to _page"
msgstr "~Pas by bladsy"
-#: smathsettings.ui:167
+#: starmath/uiconfig/smath/ui/smathsettings.ui:166
#, fuzzy
msgctxt "smathsettings|sizezoomed"
msgid "_Scaling:"
msgstr "Skalering"
-#: smathsettings.ui:210
+#: starmath/uiconfig/smath/ui/smathsettings.ui:209
msgctxt "smathsettings|label5"
msgid "Print Format"
msgstr ""
-#: smathsettings.ui:243
+#: starmath/uiconfig/smath/ui/smathsettings.ui:242
msgctxt "smathsettings|norightspaces"
msgid "Ig_nore ~~ and ' at the end of the line"
msgstr ""
-#: smathsettings.ui:259
+#: starmath/uiconfig/smath/ui/smathsettings.ui:258
msgctxt "smathsettings|saveonlyusedsymbols"
msgid "Embed only used symbols (smaller file size)"
msgstr ""
-#: smathsettings.ui:275
+#: starmath/uiconfig/smath/ui/smathsettings.ui:274
msgctxt "smathsettings|autoclosebrackets"
msgid "Auto close brackets, parentheses and braces"
msgstr ""
-#: smathsettings.ui:297
+#: starmath/uiconfig/smath/ui/smathsettings.ui:296
#, fuzzy
msgctxt "smathsettings|label1"
msgid "Miscellaneous Options"
msgstr "Diverse simbole"
-#: spacingdialog.ui:8
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:28
#, fuzzy
-msgctxt "spacingdialog|SpacingDialog"
+msgctxt "spacingdialog|menuitem1"
msgid "Spacing"
msgstr "Skalering"
-#: spacingdialog.ui:53
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:38
+msgctxt "spacingdialog|menuitem2"
+msgid "Indexes"
+msgstr "Indekse"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:48
#, fuzzy
-msgctxt "spacingdialog|category"
-msgid "_Category"
-msgstr "Kategorie"
+msgctxt "spacingdialog|menuitem3"
+msgid "Fractions"
+msgstr "Funksies"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:58
+#, fuzzy
+msgctxt "spacingdialog|menuitem4"
+msgid "Fraction Bars"
+msgstr "Funksiebalk"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:68
+msgctxt "spacingdialog|menuitem5"
+msgid "Limits"
+msgstr ""
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:78
+#, fuzzy
+msgctxt "spacingdialog|menuitem6"
+msgid "Brackets"
+msgstr "Hakies"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:88
+msgctxt "spacingdialog|menuitem7"
+msgid "Matrices"
+msgstr ""
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:98
+msgctxt "spacingdialog|menuitem8"
+msgid "Symbols"
+msgstr "Simbole"
-#: spacingdialog.ui:68
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:108
+#, fuzzy
+msgctxt "spacingdialog|menuitem9"
+msgid "Operators"
+msgstr "Bewerkers"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:118
+msgctxt "spacingdialog|menuitem10"
+msgid "Borders"
+msgstr "Grense"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:128
+#, fuzzy
+msgctxt "spacingdialog|SpacingDialog"
+msgid "Spacing"
+msgstr "Skalering"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:145
#, fuzzy
msgctxt "spacingdialog|default"
msgid "_Default"
msgstr "Verstek"
-#: spacingdialog.ui:250
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:159
+#, fuzzy
+msgctxt "spacingdialog|category"
+msgid "_Category"
+msgstr "Kategorie"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:376
msgctxt "spacingdialog|checkbutton"
msgid "Scale all brackets"
msgstr ""
-#: spacingdialog.ui:310
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:717
msgctxt "spacingdialog|title"
msgid "Title"
msgstr "Titel"
-#: spacingdialog.ui:365
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:772
#, fuzzy
msgctxt "spacingdialog|1label1"
msgid "_Spacing:"
msgstr "Skalering"
-#: spacingdialog.ui:378
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:785
#, fuzzy
msgctxt "spacingdialog|1label2"
msgid "_Line spacing:"
msgstr "Reëlspasiëring"
-#: spacingdialog.ui:391
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:798
msgctxt "spacingdialog|1label3"
msgid "_Root spacing:"
msgstr ""
-#: spacingdialog.ui:469
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:829
#, fuzzy
msgctxt "spacingdialog|1title"
msgid "Spacing"
msgstr "Skalering"
-#: spacingdialog.ui:524
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:883
#, fuzzy
msgctxt "spacingdialog|2label1"
msgid "_Superscript:"
msgstr "Superskrif"
-#: spacingdialog.ui:537
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:896
#, fuzzy
msgctxt "spacingdialog|2label2"
msgid "S_ubscript:"
msgstr "Subskrif"
-#: spacingdialog.ui:603
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:927
msgctxt "spacingdialog|2title"
msgid "Indexes"
msgstr "Indekse"
-#: spacingdialog.ui:658
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:981
#, fuzzy
msgctxt "spacingdialog|3label1"
msgid "_Numerator:"
msgstr "Teller"
-#: spacingdialog.ui:671
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:994
#, fuzzy
msgctxt "spacingdialog|3label2"
msgid "_Denominator:"
msgstr "Noemer"
-#: spacingdialog.ui:737
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1025
#, fuzzy
msgctxt "spacingdialog|3title"
msgid "Fractions"
msgstr "Funksies"
-#: spacingdialog.ui:792
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1079
msgctxt "spacingdialog|4label1"
msgid "_Excess length:"
msgstr ""
-#: spacingdialog.ui:805
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1092
#, fuzzy
msgctxt "spacingdialog|4label2"
msgid "_Weight:"
msgstr "Hoogte:"
-#: spacingdialog.ui:871
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1123
#, fuzzy
msgctxt "spacingdialog|4title"
msgid "Fraction Bar"
msgstr "Funksiebalk"
-#: spacingdialog.ui:926
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1177
#, fuzzy
msgctxt "spacingdialog|5label1"
msgid "_Upper limit:"
msgstr "Boonste limiet"
-#: spacingdialog.ui:939
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1190
#, fuzzy
msgctxt "spacingdialog|5label2"
msgid "_Lower limit:"
msgstr "Onderste limiet"
-#: spacingdialog.ui:1005
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1221
msgctxt "spacingdialog|5title"
msgid "Limits"
msgstr ""
-#: spacingdialog.ui:1060
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1275
msgctxt "spacingdialog|6label1"
msgid "_Excess size (left/right):"
msgstr ""
-#: spacingdialog.ui:1073
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1288
#, fuzzy
msgctxt "spacingdialog|6label2"
msgid "_Spacing:"
msgstr "Skalering"
-#: spacingdialog.ui:1086
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1301
msgctxt "spacingdialog|6label4"
msgid "_Excess size:"
msgstr ""
-#: spacingdialog.ui:1164
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1332
#, fuzzy
msgctxt "spacingdialog|6title"
msgid "Brackets"
msgstr "Hakies"
-#: spacingdialog.ui:1219
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1386
#, fuzzy
msgctxt "spacingdialog|7label1"
msgid "_Line spacing:"
msgstr "Reëlspasiëring"
-#: spacingdialog.ui:1232
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1399
msgctxt "spacingdialog|7label2"
msgid "_Column spacing:"
msgstr ""
-#: spacingdialog.ui:1298
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1430
msgctxt "spacingdialog|7title"
msgid "Matrix"
msgstr ""
-#: spacingdialog.ui:1353
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1484
msgctxt "spacingdialog|8label1"
msgid "_Primary height:"
msgstr ""
-#: spacingdialog.ui:1366
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1497
msgctxt "spacingdialog|8label2"
msgid "_Minimum spacing:"
msgstr ""
-#: spacingdialog.ui:1432
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1528
msgctxt "spacingdialog|8title"
msgid "Symbols"
msgstr "Simbole"
-#: spacingdialog.ui:1487
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1582
msgctxt "spacingdialog|9label1"
msgid "_Excess size:"
msgstr ""
-#: spacingdialog.ui:1500
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1595
#, fuzzy
msgctxt "spacingdialog|9label2"
msgid "_Spacing:"
msgstr "Skalering"
-#: spacingdialog.ui:1566
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1626
#, fuzzy
msgctxt "spacingdialog|9title"
msgid "Operators"
msgstr "Bewerkers"
-#: spacingdialog.ui:1621
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1680
msgctxt "spacingdialog|10label1"
msgid "_Left:"
msgstr ""
-#: spacingdialog.ui:1634
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1693
msgctxt "spacingdialog|10label2"
msgid "_Right:"
msgstr ""
-#: spacingdialog.ui:1647
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1706
msgctxt "spacingdialog|10label3"
msgid "_Top:"
msgstr ""
-#: spacingdialog.ui:1660
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1719
#, fuzzy
msgctxt "spacingdialog|10label4"
msgid "_Bottom:"
msgstr "Onderkant"
-#: spacingdialog.ui:1750
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1750
msgctxt "spacingdialog|10title"
msgid "Borders"
msgstr "Grense"
-#: spacingdialog.ui:1865
-#, fuzzy
-msgctxt "spacingdialog|menuitem1"
-msgid "Spacing"
-msgstr "Skalering"
-
-#: spacingdialog.ui:1873
-msgctxt "spacingdialog|menuitem2"
-msgid "Indexes"
-msgstr "Indekse"
-
-#: spacingdialog.ui:1881
-#, fuzzy
-msgctxt "spacingdialog|menuitem3"
-msgid "Fractions"
-msgstr "Funksies"
-
-#: spacingdialog.ui:1889
-#, fuzzy
-msgctxt "spacingdialog|menuitem4"
-msgid "Fraction Bars"
-msgstr "Funksiebalk"
-
-#: spacingdialog.ui:1897
-msgctxt "spacingdialog|menuitem5"
-msgid "Limits"
-msgstr ""
-
-#: spacingdialog.ui:1905
-#, fuzzy
-msgctxt "spacingdialog|menuitem6"
-msgid "Brackets"
-msgstr "Hakies"
-
-#: spacingdialog.ui:1913
-msgctxt "spacingdialog|menuitem7"
-msgid "Matrices"
-msgstr ""
-
-#: spacingdialog.ui:1921
-msgctxt "spacingdialog|menuitem8"
-msgid "Symbols"
-msgstr "Simbole"
-
-#: spacingdialog.ui:1929
-#, fuzzy
-msgctxt "spacingdialog|menuitem9"
-msgid "Operators"
-msgstr "Bewerkers"
-
-#: spacingdialog.ui:1937
-msgctxt "spacingdialog|menuitem10"
-msgid "Borders"
-msgstr "Grense"
-
-#: symdefinedialog.ui:9
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:8
msgctxt "symdefinedialog|EditSymbols"
msgid "Edit Symbols"
msgstr ""
-#: symdefinedialog.ui:41
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:101
msgctxt "symdefinedialog|oldSymbolSetText"
msgid "O_ld symbol set:"
msgstr ""
-#: symdefinedialog.ui:86
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:146
msgctxt "symdefinedialog|oldSymbolText"
msgid "_Old symbol:"
msgstr ""
-#: symdefinedialog.ui:157
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:244
+#, fuzzy
+msgctxt "symdefinedialog|modify"
+msgid "_Modify"
+msgstr "Wysig"
+
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:299
#, fuzzy
msgctxt "symdefinedialog|symbolText"
msgid "_Symbol:"
msgstr "Simbole"
-#: symdefinedialog.ui:171
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:313
msgctxt "symdefinedialog|symbolSetText"
msgid "Symbol s_et:"
msgstr ""
-#: symdefinedialog.ui:185
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:327
msgctxt "symdefinedialog|fontText"
msgid "_Font:"
msgstr ""
-#: symdefinedialog.ui:199
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:341
#, fuzzy
msgctxt "symdefinedialog|styleText"
msgid "S_tyle:"
msgstr "Styl:"
-#: symdefinedialog.ui:213
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:355
#, fuzzy
msgctxt "symdefinedialog|fontsSubsetFT"
msgid "S_ubset:"
msgstr "Substel"
-
-#: symdefinedialog.ui:387
-#, fuzzy
-msgctxt "symdefinedialog|modify"
-msgid "_Modify"
-msgstr "Wysig"
diff --git a/source/af/svl/messages.po b/source/af/svl/messages.po
index 52b9d1bf5d6..f0a2d0f33b0 100644
--- a/source/af/svl/messages.po
+++ b/source/af/svl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,370 +14,7 @@ msgstr ""
"X-Generator: LibreOffice\n"
#. Internet Media Type Presentations
-#: svl.hrc:26
-msgctxt "STR_SVT_MIMETYPE_APP_OCTSTREAM"
-msgid "Binary file"
-msgstr "Binêre lêer"
-
-#: svl.hrc:27
-msgctxt "STR_SVT_MIMETYPE_APP_PDF"
-msgid "PDF file"
-msgstr "PDF-lêer"
-
-#: svl.hrc:28
-msgctxt "STR_SVT_MIMETYPE_APP_RTF"
-msgid "RTF File"
-msgstr "RTF-lêer"
-
-#: svl.hrc:29
-msgctxt "STR_SVT_MIMETYPE_APP_MSWORD"
-msgid "MS-Word document"
-msgstr "MS-Word-dokument"
-
-#: svl.hrc:30
-msgctxt "STR_SVT_MIMETYPE_APP_STARCALC"
-msgid "%PRODUCTNAME Spreadsheet"
-msgstr "%PRODUCTNAME-sigblad"
-
-#: svl.hrc:31
-msgctxt "STR_SVT_MIMETYPE_APP_STARCHART"
-msgid "%PRODUCTNAME Chart"
-msgstr "%PRODUCTNAME-grafiek"
-
-#: svl.hrc:32
-msgctxt "STR_SVT_MIMETYPE_APP_STARDRAW"
-msgid "%PRODUCTNAME Drawing"
-msgstr "%PRODUCTNAME-tekening"
-
-#: svl.hrc:33
-msgctxt "STR_SVT_MIMETYPE_APP_STARIMAGE"
-msgid "%PRODUCTNAME Image"
-msgstr "%PRODUCTNAME-beeld"
-
-#: svl.hrc:34
-msgctxt "STR_SVT_MIMETYPE_APP_STARMATH"
-msgid "%PRODUCTNAME Formula"
-msgstr "%PRODUCTNAME-formule"
-
-#: svl.hrc:35
-msgctxt "STR_SVT_MIMETYPE_APP_STARWRITER"
-msgid "%PRODUCTNAME Text"
-msgstr "%PRODUCTNAME-teks"
-
-#: svl.hrc:36
-msgctxt "STR_SVT_MIMETYPE_APP_ZIP"
-msgid "ZIP file"
-msgstr "ZIP-lêer"
-
-#: svl.hrc:37
-msgctxt "STR_SVT_MIMETYPE_APP_JAR"
-msgid "JAR file"
-msgstr "JAR-lêer"
-
-#: svl.hrc:38
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_AUDIO_AIFF"
-msgid "Audio file"
-msgstr "JAR-lêer"
-
-#: svl.hrc:39
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_AUDIO_BASIC"
-msgid "Audio file"
-msgstr "JAR-lêer"
-
-#: svl.hrc:40
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_AUDIO_MIDI"
-msgid "Audio file"
-msgstr "JAR-lêer"
-
-#: svl.hrc:41
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_AUDIO_VORBIS"
-msgid "Audio file"
-msgstr "JAR-lêer"
-
-#: svl.hrc:42
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_AUDIO_WAV"
-msgid "Audio file"
-msgstr "JAR-lêer"
-
-#: svl.hrc:43
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_AUDIO_WEBM"
-msgid "Audio file"
-msgstr "JAR-lêer"
-
-#: svl.hrc:44
-msgctxt "STR_SVT_MIMETYPE_IMAGE_GIF"
-msgid "Image"
-msgstr "Beeld"
-
-#: svl.hrc:45
-msgctxt "STR_SVT_MIMETYPE_IMAGE_PNG"
-msgid "Image"
-msgstr "Beeld"
-
-#: svl.hrc:46
-msgctxt "STR_SVT_MIMETYPE_IMAGE_TIFF"
-msgid "Image"
-msgstr "Beeld"
-
-#: svl.hrc:47
-msgctxt "STR_SVT_MIMETYPE_IMAGE_JPEG"
-msgid "Image"
-msgstr "Beeld"
-
-#: svl.hrc:48
-msgctxt "STR_SVT_MIMETYPE_IMAGE_PCX"
-msgid "Image"
-msgstr "Beeld"
-
-#: svl.hrc:49
-msgctxt "STR_SVT_MIMETYPE_IMAGE_BMP"
-msgid "Bitmap"
-msgstr "Biskaart"
-
-#: svl.hrc:50
-msgctxt "STR_SVT_MIMETYPE_TEXT_HTML"
-msgid "HTML document"
-msgstr "HTML-dokument"
-
-#: svl.hrc:51
-msgctxt "STR_SVT_MIMETYPE_TEXT_PLAIN"
-msgid "Text file"
-msgstr "Tekslêer"
-
-#: svl.hrc:52
-msgctxt "STR_SVT_MIMETYPE_TEXT_URL"
-msgid "Bookmark"
-msgstr "Boekmerk"
-
-#: svl.hrc:53
-msgctxt "STR_SVT_MIMETYPE_TEXT_VCARD"
-msgid "vCard file"
-msgstr ""
-
-#: svl.hrc:54
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_VIDEO_MSVIDEO"
-msgid "Video file"
-msgstr "Tekslêer"
-
-#: svl.hrc:55
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_VIDEO_THEORA"
-msgid "Video file"
-msgstr "Tekslêer"
-
-#: svl.hrc:56
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_VIDEO_VDO"
-msgid "Video file"
-msgstr "Tekslêer"
-
-#: svl.hrc:57
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_VIDEO_WEBM"
-msgid "Video file"
-msgstr "Tekslêer"
-
-#: svl.hrc:58
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_X_STARMAIL"
-msgid "Message"
-msgstr "Boodskap"
-
-#: svl.hrc:59
-msgctxt "STR_SVT_MIMETYPE_X_VRML"
-msgid "VRML file"
-msgstr "VRML-lêer"
-
-#: svl.hrc:60
-msgctxt "STR_SVT_MIMETYPE_APP_STARIMPRESS"
-msgid "%PRODUCTNAME Presentation"
-msgstr "%PRODUCTNAME-voorlegging"
-
-#: svl.hrc:61
-msgctxt "STR_SVT_MIMETYPE_APP_IMPRESSPACKED"
-msgid "%PRODUCTNAME Presentation (packed)"
-msgstr "%PRODUCTNAME-voorlegging (ingepak)"
-
-#: svl.hrc:62
-msgctxt "STR_SVT_MIMETYPE_APP_STARHELP"
-msgid "%PRODUCTNAME Help"
-msgstr "%PRODUCTNAME-hulp"
-
-#: svl.hrc:63
+#: include/svl/svl.hrc:26
msgctxt "STR_SVT_MIMETYPE_CNT_FSYSBOX"
msgid "Workplace"
msgstr "Werkruimte"
-
-#: svl.hrc:64
-msgctxt "STR_SVT_MIMETYPE_CNT_FSYSFLD"
-msgid "Folder"
-msgstr "Vouer"
-
-#: svl.hrc:65
-msgctxt "STR_SVT_MIMETYPE_APP_GAL"
-msgid "Gallery"
-msgstr "Galery"
-
-#: svl.hrc:66
-msgctxt "STR_SVT_MIMETYPE_APP_GAL_THEME"
-msgid "Gallery theme"
-msgstr "Galerytema"
-
-#: svl.hrc:67
-msgctxt "STR_SVT_MIMETYPE_APP_STARW_GLOB"
-msgid "%PRODUCTNAME Master Document"
-msgstr "%PRODUCTNAME-meesterdokument"
-
-#: svl.hrc:68
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_APP_SDM"
-msgid "Message"
-msgstr "Boodskap"
-
-#: svl.hrc:69
-#, fuzzy
-msgctxt "STR_SVT_MIMETYPE_APP_SMD"
-msgid "Message"
-msgstr "Boodskap"
-
-#: svl.hrc:70
-msgctxt "STR_SVT_MIMETYPE_APP_STARW_WEB"
-msgid "%PRODUCTNAME Writer/Web"
-msgstr "%PRODUCTNAME Writer/Web"
-
-#: svl.hrc:71
-msgctxt "STR_SVT_MIMETYPE_FRAMESET"
-msgid "Frameset Document"
-msgstr "Raamsteldokument"
-
-#: svl.hrc:72
-msgctxt "STR_SVT_MIMETYPE_MACRO"
-msgid "Macro file"
-msgstr "Makro-lêer"
-
-#: svl.hrc:73
-msgctxt "STR_SVT_MIMETYPE_CNT_SFSYSFOLDER"
-msgid "System folder"
-msgstr "Stelselvouer"
-
-#: svl.hrc:74
-msgctxt "STR_SVT_MIMETYPE_APP_TEMPLATE"
-msgid "%PRODUCTNAME Template"
-msgstr "%PRODUCTNAME-sjabloon"
-
-#: svl.hrc:75
-msgctxt "STR_SVT_MIMETYPE_IMAGE_GENERIC"
-msgid "Image"
-msgstr "Beeld"
-
-#: svl.hrc:76
-msgctxt "STR_SVT_MIMETYPE_APP_MSEXCEL"
-msgid "MS Excel document"
-msgstr "MS Excel-dokument"
-
-#: svl.hrc:77
-msgctxt "STR_SVT_MIMETYPE_APP_MSEXCEL_TEMPL"
-msgid "MS Excel Template"
-msgstr "MS Excel-sjabloon"
-
-#: svl.hrc:78
-msgctxt "STR_SVT_MIMETYPE_APP_MSPPOINT"
-msgid "MS PowerPoint document"
-msgstr "MS PowerPoint-dokument"
-
-#: svl.hrc:79
-msgctxt "STR_SVT_MIMETYPE_TEXT_VCALENDAR"
-msgid "vCalendar-file"
-msgstr "vCalendar-lêer"
-
-#: svl.hrc:80
-msgctxt "STR_SVT_MIMETYPE_TEXT_ICALENDAR"
-msgid "iCalendar-File"
-msgstr "iCalendar-lêer"
-
-#: svl.hrc:81
-msgctxt "STR_SVT_MIMETYPE_TEXT_XMLICALENDAR"
-msgid "XML-iCalendar-File"
-msgstr "XML-iCalendar-lêer"
-
-#: svl.hrc:82
-msgctxt "STR_SVT_MIMETYPE_TEXT_CDE_CALENDAR_APP"
-msgid "CDE-Calendar-File"
-msgstr "CDE-Calendar-lêer"
-
-#: svl.hrc:83
-msgctxt "STR_SVT_MIMETYPE_INET_MSG_RFC822"
-msgid "message/rfc822"
-msgstr "boodskap/rfc822"
-
-#: svl.hrc:84
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_ALTERNATIVE"
-msgid "multipart/alternative"
-msgstr "veelvoudig/alternatief"
-
-#: svl.hrc:85
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_DIGEST"
-msgid "multipart/digest"
-msgstr "veelvoudig/opsomming"
-
-#: svl.hrc:86
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_PARALLEL"
-msgid "multipart/parallel"
-msgstr "veelvoudig/parallel"
-
-#: svl.hrc:87
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_RELATED"
-msgid "multipart/related"
-msgstr "veelvoudig/verwant"
-
-#: svl.hrc:88
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_MIXED"
-msgid "multipart/mixed"
-msgstr "veelvoudig/gemeng"
-
-#: svl.hrc:89
-msgctxt "STR_SVT_MIMETYPE_APP_SXCALC"
-msgid "OpenOffice.org 1.0 Spreadsheet"
-msgstr ""
-
-#: svl.hrc:90
-msgctxt "STR_SVT_MIMETYPE_APP_SXCHART"
-msgid "OpenOffice.org 1.0 Chart"
-msgstr ""
-
-#: svl.hrc:91
-msgctxt "STR_SVT_MIMETYPE_APP_SXDRAW"
-msgid "OpenOffice.org 1.0 Drawing"
-msgstr ""
-
-#: svl.hrc:92
-msgctxt "STR_SVT_MIMETYPE_APP_SXMATH"
-msgid "OpenOffice.org 1.0 Formula"
-msgstr ""
-
-#: svl.hrc:93
-msgctxt "STR_SVT_MIMETYPE_APP_SXWRITER"
-msgid "OpenOffice.org 1.0 Text Document"
-msgstr ""
-
-#: svl.hrc:94
-msgctxt "STR_SVT_MIMETYPE_APP_SXIMPRESS"
-msgid "OpenOffice.org 1.0 Presentation"
-msgstr ""
-
-#: svl.hrc:95
-msgctxt "STR_SVT_MIMETYPE_APP_SXGLOBAL"
-msgid "OpenOffice.org 1.0 Master Document"
-msgstr ""
-
-#: svl.hrc:96
-msgctxt "STR_SVT_MIMETYPE_APP_SXIPACKED"
-msgid "OpenOffice.org 1.0 Presentation (packed)"
-msgstr ""
diff --git a/source/af/svtools/messages.po b/source/af/svtools/messages.po
index fb15f7000f7..b86ee4c445c 100644
--- a/source/af/svtools/messages.po
+++ b/source/af/svtools/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-06 15:58+0100\n"
+"POT-Creation-Date: 2018-04-24 12:21+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"
@@ -13,204 +13,204 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: errtxt.hrc:30
+#: svtools/inc/errtxt.hrc:30
msgctxt "RID_ERRCTX"
msgid "Error"
msgstr "Fout"
-#: errtxt.hrc:31
+#: svtools/inc/errtxt.hrc:31
msgctxt "RID_ERRCTX"
msgid "Warning"
msgstr "Waarskuwing"
-#: errtxt.hrc:32
+#: svtools/inc/errtxt.hrc:32
msgctxt "RID_ERRCTX"
msgid "$(ERR) loading the template $(ARG1)"
msgstr "$(ERR) met laai van sjabloon $(ARG1)"
-#: errtxt.hrc:33 /home/cl/vc/git/libo-core/svtools/inc/errtxt.hrc:34
+#: svtools/inc/errtxt.hrc:33 svtools/inc/errtxt.hrc:34
msgctxt "RID_ERRCTX"
msgid "$(ERR) saving the document $(ARG1)"
msgstr "$(ERR) met stoor van dokument $(ARG1)"
-#: errtxt.hrc:35
+#: svtools/inc/errtxt.hrc:35
msgctxt "RID_ERRCTX"
msgid "$(ERR) displaying doc. information for document $(ARG1)"
msgstr "$(ERR) met vertoon van dokumentinligting vir dokument $(ARG1)"
-#: errtxt.hrc:36
+#: svtools/inc/errtxt.hrc:36
msgctxt "RID_ERRCTX"
msgid "$(ERR) writing document $(ARG1) as template"
msgstr "$(ERR) met skryf van dokument $(ARG1) as sjabloon"
-#: errtxt.hrc:37
+#: svtools/inc/errtxt.hrc:37
msgctxt "RID_ERRCTX"
msgid "$(ERR) copying or moving document contents"
msgstr "$(ERR) met kopieer of skuif van dokumentinhoud"
-#: errtxt.hrc:38
+#: svtools/inc/errtxt.hrc:38
msgctxt "RID_ERRCTX"
msgid "$(ERR) starting the Document Manager"
msgstr "$(ERR) met loop van die dokumentbestuurder"
-#: errtxt.hrc:39
+#: svtools/inc/errtxt.hrc:39
msgctxt "RID_ERRCTX"
msgid "$(ERR) loading document $(ARG1)"
msgstr "$(ERR) met laai van dokument $(ARG1)"
-#: errtxt.hrc:40 /home/cl/vc/git/libo-core/svtools/inc/errtxt.hrc:41
+#: svtools/inc/errtxt.hrc:40 svtools/inc/errtxt.hrc:41
msgctxt "RID_ERRCTX"
msgid "$(ERR) creating a new document"
msgstr "$(ERR) met skep van nuwe dokument"
-#: errtxt.hrc:42
+#: svtools/inc/errtxt.hrc:42
msgctxt "RID_ERRCTX"
msgid "$(ERR) expanding entry"
msgstr "$(ERR) met uitvou van inskrywing"
-#: errtxt.hrc:43
+#: svtools/inc/errtxt.hrc:43
msgctxt "RID_ERRCTX"
msgid "$(ERR) loading BASIC of document $(ARG1)"
msgstr "$(ERR) met laai van BASIC-document $(ARG1)"
-#: errtxt.hrc:44
+#: svtools/inc/errtxt.hrc:44
msgctxt "RID_ERRCTX"
msgid "$(ERR) searching for an address"
msgstr "$(ERR) met soektog na 'n adres"
-#: errtxt.hrc:50
+#: svtools/inc/errtxt.hrc:50
msgctxt "RID_ERRHDL"
msgid "Abort"
msgstr "Staak"
-#: errtxt.hrc:51
+#: svtools/inc/errtxt.hrc:51
msgctxt "RID_ERRHDL"
msgid "Nonexistent object"
msgstr "Niebestaande objek"
-#: errtxt.hrc:52
+#: svtools/inc/errtxt.hrc:52
msgctxt "RID_ERRHDL"
msgid "Object already exists"
msgstr "Objek bestaan reeds"
-#: errtxt.hrc:53
+#: svtools/inc/errtxt.hrc:53
msgctxt "RID_ERRHDL"
msgid "Object not accessible"
msgstr "Objek is ontoeganklik"
-#: errtxt.hrc:54
+#: svtools/inc/errtxt.hrc:54
msgctxt "RID_ERRHDL"
msgid "Inadmissible path"
msgstr "Ontoelaatbare pad"
-#: errtxt.hrc:55
+#: svtools/inc/errtxt.hrc:55
msgctxt "RID_ERRHDL"
msgid "Locking problem"
msgstr "Sluitprobleem"
-#: errtxt.hrc:56
+#: svtools/inc/errtxt.hrc:56
msgctxt "RID_ERRHDL"
msgid "Wrong parameter"
msgstr "Verkeerde parameter"
-#: errtxt.hrc:57
+#: svtools/inc/errtxt.hrc:57
msgctxt "RID_ERRHDL"
msgid "Resource exhausted"
msgstr "Bron uitgeput"
-#: errtxt.hrc:58
+#: svtools/inc/errtxt.hrc:58
msgctxt "RID_ERRHDL"
msgid "Action not supported"
msgstr "Aksie nie ondersteun nie"
-#: errtxt.hrc:59
+#: svtools/inc/errtxt.hrc:59
#, fuzzy
msgctxt "RID_ERRHDL"
msgid "Read Error"
msgstr "Leesfout"
-#: errtxt.hrc:60
+#: svtools/inc/errtxt.hrc:60
msgctxt "RID_ERRHDL"
msgid "Write Error"
msgstr "Skryffout"
-#: errtxt.hrc:61
+#: svtools/inc/errtxt.hrc:61
#, fuzzy
msgctxt "RID_ERRHDL"
msgid "unknown"
msgstr "Onbekend"
-#: errtxt.hrc:62
+#: svtools/inc/errtxt.hrc:62
msgctxt "RID_ERRHDL"
msgid "Version Incompatibility"
msgstr "Onversoenbare weergawes"
-#: errtxt.hrc:63 /home/cl/vc/git/libo-core/svtools/inc/errtxt.hrc:74
+#: svtools/inc/errtxt.hrc:63 svtools/inc/errtxt.hrc:74
msgctxt "RID_ERRHDL"
msgid "General Error"
msgstr "Algemene fout"
-#: errtxt.hrc:64
+#: svtools/inc/errtxt.hrc:64
msgctxt "RID_ERRHDL"
msgid "Incorrect format"
msgstr "Verkeerde formaat"
-#: errtxt.hrc:65
+#: svtools/inc/errtxt.hrc:65
msgctxt "RID_ERRHDL"
msgid "Error creating object"
msgstr "Kon nie objek skep nie"
-#: errtxt.hrc:66
+#: svtools/inc/errtxt.hrc:66
msgctxt "RID_ERRHDL"
msgid "Inadmissible value or data type"
msgstr "Ontoelaatbare waarde of datatipe"
-#: errtxt.hrc:67
+#: svtools/inc/errtxt.hrc:67
msgctxt "RID_ERRHDL"
msgid "BASIC runtime error"
msgstr "BASIC-looptydfout"
-#: errtxt.hrc:68
+#: svtools/inc/errtxt.hrc:68
msgctxt "RID_ERRHDL"
msgid "BASIC syntax error"
msgstr "BASIC-sintaksfout"
-#: errtxt.hrc:75
+#: svtools/inc/errtxt.hrc:75
msgctxt "RID_ERRHDL"
msgid "General input/output error."
msgstr "Algemene toevoer/afvoer-fout."
-#: errtxt.hrc:76
+#: svtools/inc/errtxt.hrc:76
msgctxt "RID_ERRHDL"
msgid "Invalid file name."
msgstr "Ongeldige lêernaam."
-#: errtxt.hrc:77
+#: svtools/inc/errtxt.hrc:77
msgctxt "RID_ERRHDL"
msgid "Nonexistent file."
msgstr "Niebestaande lêer."
-#: errtxt.hrc:78
+#: svtools/inc/errtxt.hrc:78
msgctxt "RID_ERRHDL"
msgid "File already exists."
msgstr "Lêer bestaan reeds."
-#: errtxt.hrc:79
+#: svtools/inc/errtxt.hrc:79
msgctxt "RID_ERRHDL"
msgid "The object is not a directory."
msgstr "Die objek is nie 'n gids nie."
-#: errtxt.hrc:80
+#: svtools/inc/errtxt.hrc:80
msgctxt "RID_ERRHDL"
msgid "The object is not a file."
msgstr "Die objek is nie 'n lêer nie."
-#: errtxt.hrc:81
+#: svtools/inc/errtxt.hrc:81
msgctxt "RID_ERRHDL"
msgid "The specified device is invalid."
msgstr "Die gespesifiseerde toestel is ongeldig."
-#: errtxt.hrc:82
+#: svtools/inc/errtxt.hrc:82
msgctxt "RID_ERRHDL"
msgid ""
"The object cannot be accessed\n"
@@ -219,17 +219,17 @@ msgstr ""
"Toegang tot die objek kan nie verkry word nie \n"
"as gevolg van gebrekkige gebruikersregte."
-#: errtxt.hrc:83
+#: svtools/inc/errtxt.hrc:83
msgctxt "RID_ERRHDL"
msgid "Sharing violation while accessing the object."
msgstr "Saamdeeloortreding terwyl toegang tot objek verkry is."
-#: errtxt.hrc:84
+#: svtools/inc/errtxt.hrc:84
msgctxt "RID_ERRHDL"
msgid "No more space on device."
msgstr "Geen spasie op toestel nie."
-#: errtxt.hrc:85
+#: svtools/inc/errtxt.hrc:85
msgctxt "RID_ERRHDL"
msgid ""
"This operation cannot be run on\n"
@@ -238,176 +238,176 @@ msgstr ""
"Hierdie aksie kan nie laat loop word op\n"
"lêers wat instaankarakters bevat nie."
-#: errtxt.hrc:86
+#: svtools/inc/errtxt.hrc:86
msgctxt "RID_ERRHDL"
msgid "This operation is not supported on this operating system."
msgstr "Hierdie aksie word nie op hierdie bedryfstelsel ondersteun nie."
-#: errtxt.hrc:87
+#: svtools/inc/errtxt.hrc:87
msgctxt "RID_ERRHDL"
msgid "There are too many files open."
msgstr "Te veel lêers is oop."
-#: errtxt.hrc:88
+#: svtools/inc/errtxt.hrc:88
msgctxt "RID_ERRHDL"
msgid "Data could not be read from the file."
msgstr "Data kon nie vanuit die lêer gelees word nie."
-#: errtxt.hrc:89
+#: svtools/inc/errtxt.hrc:89
msgctxt "RID_ERRHDL"
msgid "The file could not be written."
msgstr "Die lêer kon nie geskryf word nie."
-#: errtxt.hrc:90
+#: svtools/inc/errtxt.hrc:90
msgctxt "RID_ERRHDL"
msgid "The operation could not be run due to insufficient memory."
msgstr "Hierdie aksie kon nie laat loop word nie as gevolg van onvoldoende geheue."
-#: errtxt.hrc:91
+#: svtools/inc/errtxt.hrc:91
msgctxt "RID_ERRHDL"
msgid "The seek operation could not be run."
msgstr "Die soekaksie kon nie laat loop word nie."
-#: errtxt.hrc:92
+#: svtools/inc/errtxt.hrc:92
msgctxt "RID_ERRHDL"
msgid "The tell operation could not be run."
msgstr "Die vertelaksie kon nie laat loop word nie."
-#: errtxt.hrc:93
+#: svtools/inc/errtxt.hrc:93
msgctxt "RID_ERRHDL"
msgid "Incorrect file version."
msgstr "Verkeerde weergawe van lêer."
-#: errtxt.hrc:94
+#: svtools/inc/errtxt.hrc:94
msgctxt "RID_ERRHDL"
msgid "Incorrect file format."
msgstr "Verkeerde lêerformaat."
-#: errtxt.hrc:95
+#: svtools/inc/errtxt.hrc:95
msgctxt "RID_ERRHDL"
msgid "The file name contains invalid characters."
msgstr "Die lêernaam bevat ongeldige karakters."
-#: errtxt.hrc:96
+#: svtools/inc/errtxt.hrc:96
msgctxt "RID_ERRHDL"
msgid "An unknown I/O error has occurred."
msgstr "'n Onbekende T/A-fout het ontstaan."
-#: errtxt.hrc:97
+#: svtools/inc/errtxt.hrc:97
msgctxt "RID_ERRHDL"
msgid "An invalid attempt was made to access the file."
msgstr "Daar was 'n ongeldige poging tot toegang tot die lêer."
-#: errtxt.hrc:98
+#: svtools/inc/errtxt.hrc:98
msgctxt "RID_ERRHDL"
msgid "The file could not be created."
msgstr "Hierdie lêer kon nie geskep word nie."
-#: errtxt.hrc:99
+#: svtools/inc/errtxt.hrc:99
msgctxt "RID_ERRHDL"
msgid "The operation was started under an invalid parameter."
msgstr "Hierdie aksie het met 'n ongeldige parameter begin."
-#: errtxt.hrc:100
+#: svtools/inc/errtxt.hrc:100
msgctxt "RID_ERRHDL"
msgid "The operation on the file was aborted."
msgstr "Die aksie op die lêer is gekanselleer."
-#: errtxt.hrc:101
+#: svtools/inc/errtxt.hrc:101
msgctxt "RID_ERRHDL"
msgid "Path to the file does not exist."
msgstr "Die pad na die lêer bestaan nie."
-#: errtxt.hrc:102
+#: svtools/inc/errtxt.hrc:102
msgctxt "RID_ERRHDL"
msgid "An object cannot be copied into itself."
msgstr "'n Objek kan nie in homself in gekopieer word nie."
-#: errtxt.hrc:103
+#: svtools/inc/errtxt.hrc:103
msgctxt "RID_ERRHDL"
msgid "The specified template could not be found."
msgstr "Die gespesifiseerde sjabloon kon nie gevind word nie."
-#: errtxt.hrc:104
+#: svtools/inc/errtxt.hrc:104
msgctxt "RID_ERRHDL"
msgid "The file cannot be used as template."
msgstr "Hierdie lêer kan nie as 'n sjabloon gebruik word nie."
-#: errtxt.hrc:105
+#: svtools/inc/errtxt.hrc:105
msgctxt "RID_ERRHDL"
msgid "This document has already been opened for editing."
msgstr "Hierdie dokument is reeds geopen vir redigering."
-#: errtxt.hrc:106
+#: svtools/inc/errtxt.hrc:106
msgctxt "RID_ERRHDL"
msgid "The wrong password has been entered."
msgstr "Die verkeerde wagwoord is ingevoer."
-#: errtxt.hrc:107
+#: svtools/inc/errtxt.hrc:107
msgctxt "RID_ERRHDL"
msgid "Error reading file."
msgstr "Fout tydens lees van lêer."
-#: errtxt.hrc:108
+#: svtools/inc/errtxt.hrc:108
msgctxt "RID_ERRHDL"
msgid "The document was opened as read-only."
msgstr "Die dokument is as leesalleen geopen."
-#: errtxt.hrc:109
+#: svtools/inc/errtxt.hrc:109
msgctxt "RID_ERRHDL"
msgid "General OLE Error."
msgstr "Algemene OLE-fout."
-#: errtxt.hrc:110
+#: svtools/inc/errtxt.hrc:110
msgctxt "RID_ERRHDL"
msgid "The host name $(ARG1) could not be resolved."
msgstr "Die bedienernaam $(ARG1) kon nie opgelos word nie."
-#: errtxt.hrc:111
+#: svtools/inc/errtxt.hrc:111
msgctxt "RID_ERRHDL"
msgid "Could not establish Internet connection to $(ARG1)."
msgstr ""
-#: errtxt.hrc:112
+#: svtools/inc/errtxt.hrc:112
msgctxt "RID_ERRHDL"
msgid ""
"Error reading data from the Internet.\n"
"Server error message: $(ARG1)."
msgstr ""
-#: errtxt.hrc:113
+#: svtools/inc/errtxt.hrc:113
msgctxt "RID_ERRHDL"
msgid ""
"Error transferring data to the Internet.\n"
"Server error message: $(ARG1)."
msgstr ""
-#: errtxt.hrc:114
+#: svtools/inc/errtxt.hrc:114
msgctxt "RID_ERRHDL"
msgid "General Internet error has occurred."
msgstr ""
-#: errtxt.hrc:115
+#: svtools/inc/errtxt.hrc:115
msgctxt "RID_ERRHDL"
msgid "The requested Internet data is not available in the cache and cannot be transmitted as the Online mode has not be activated."
msgstr ""
-#: errtxt.hrc:116
+#: svtools/inc/errtxt.hrc:116
msgctxt "RID_ERRHDL"
msgid "The contents could not be created."
msgstr "Die inhoud kon nie geskep word nie."
-#: errtxt.hrc:117
+#: svtools/inc/errtxt.hrc:117
msgctxt "RID_ERRHDL"
msgid "The file name is too long for the target file system."
msgstr "Die lêernaam is te lank vir die teikenlêerstelsel."
-#: errtxt.hrc:118
+#: svtools/inc/errtxt.hrc:118
msgctxt "RID_ERRHDL"
msgid "The input syntax is invalid."
msgstr "Die invoersintaks is ongeldig."
-#: errtxt.hrc:119
+#: svtools/inc/errtxt.hrc:119
msgctxt "RID_ERRHDL"
msgid ""
"This document contains attributes that cannot be saved in the selected format.\n"
@@ -416,17 +416,17 @@ msgstr ""
"Hierdie dokument bevat attribute wat nie in die gekose formaat gestoor kan word nie.\n"
"Stoor asseblief die dokument in die lêerformaat %PRODUCTNAME %PRODUCTVERSION."
-#: errtxt.hrc:120
+#: svtools/inc/errtxt.hrc:120
msgctxt "RID_ERRHDL"
msgid "The maximum number of documents that can be opened at the same time has been reached. You need to close one or more documents before you can open a new document."
msgstr "Die maksimum getal dokumente wat gelyktydig geopen kan word, is geopen. U moet een of meer dokumente sluit voor u 'n nuwe dokument kan open."
-#: errtxt.hrc:121
+#: svtools/inc/errtxt.hrc:121
msgctxt "RID_ERRHDL"
msgid "Could not create backup copy."
msgstr "'n Rugsteunkopie kon nie gemaak word nie."
-#: errtxt.hrc:122
+#: svtools/inc/errtxt.hrc:122
msgctxt "RID_ERRHDL"
msgid ""
"An attempt was made to execute a macro.\n"
@@ -435,7 +435,7 @@ msgstr ""
"'n Poging is aangewend om 'n makro uit te voer.\n"
"Om sekuriteitsredes is makrosteun gedeaktiveer."
-#: errtxt.hrc:123
+#: svtools/inc/errtxt.hrc:123
msgctxt "RID_ERRHDL"
msgid ""
"This document contains macros.\n"
@@ -450,7 +450,7 @@ msgstr ""
"\n"
"Sommige funksies sal daarom dalk nie beskikbaar wees nie."
-#: errtxt.hrc:124
+#: svtools/inc/errtxt.hrc:124
msgctxt "RID_ERRHDL"
msgid ""
"This document contains macros.\n"
@@ -465,7 +465,7 @@ msgstr ""
"\n"
"Sommige funksies sal daarom dalk nie beskikbaar wees nie."
-#: errtxt.hrc:125
+#: svtools/inc/errtxt.hrc:125
msgctxt "RID_ERRHDL"
msgid ""
"The encrypted document contains unexpected non-encrypted streams.\n"
@@ -484,37 +484,37 @@ msgstr ""
"Die makro's is vir hierdie dokument gedeaktiveer.\n"
" "
-#: errtxt.hrc:126
+#: svtools/inc/errtxt.hrc:126
msgctxt "RID_ERRHDL"
msgid "Invalid data length."
msgstr "Ongeldige datalengte."
-#: errtxt.hrc:127
+#: svtools/inc/errtxt.hrc:127
msgctxt "RID_ERRHDL"
msgid "Function not possible: path contains current directory."
msgstr "Funksie onmoontlik: pad bevat huidige gids."
-#: errtxt.hrc:128
+#: svtools/inc/errtxt.hrc:128
msgctxt "RID_ERRHDL"
msgid "Function not possible: device (drive) not identical."
msgstr "Funksie onmoontlik: toestel (aandrywer) nie identies nie."
-#: errtxt.hrc:129
+#: svtools/inc/errtxt.hrc:129
msgctxt "RID_ERRHDL"
msgid "Device (drive) not ready."
msgstr "Toestel (aandrywer) nie gereed nie."
-#: errtxt.hrc:130
+#: svtools/inc/errtxt.hrc:130
msgctxt "RID_ERRHDL"
msgid "Wrong checksum."
msgstr ""
-#: errtxt.hrc:131
+#: svtools/inc/errtxt.hrc:131
msgctxt "RID_ERRHDL"
msgid "Function not possible: write protected."
msgstr "Funksie onmoontlik: skryfbeskerm."
-#: errtxt.hrc:132
+#: svtools/inc/errtxt.hrc:132
msgctxt "RID_ERRHDL"
msgid ""
"The password of a shared spreadsheet cannot be set or changed.\n"
@@ -523,4047 +523,4076 @@ msgstr ""
"Die wagwoord van 'n gedeelde sigblad kan nie gestel of verander word nie.\n"
"Deaktiveer eers delingsmodus."
-#: errtxt.hrc:138
+#: svtools/inc/errtxt.hrc:133
+msgctxt "RID_ERRHDL"
+msgid "File format error found at $(ARG1)(row,col)."
+msgstr ""
+
+#: svtools/inc/errtxt.hrc:134
+msgctxt "RID_ERRHDL"
+msgid "The filter for this file format is disabled in configuration. Please contact your systems administrator."
+msgstr ""
+
+#: svtools/inc/errtxt.hrc:140
#, fuzzy
msgctxt "RID_ERRHDL"
msgid "General OLE error."
msgstr "Algemene OLE-fout."
-#: errtxt.hrc:140
+#: svtools/inc/errtxt.hrc:142
#, fuzzy
msgctxt "RID_ERRHDL"
msgid "The action cannot be executed in the object's current state."
msgstr "Die aksie kon nie in die objek se huidige staat uitgevoer word nie."
-#: errtxt.hrc:142
+#: svtools/inc/errtxt.hrc:144
#, fuzzy
msgctxt "RID_ERRHDL"
msgid "The object does not support any actions."
msgstr "Die objek ondersteun geen aksies nie."
-#: errtxt.hrc:144
+#: svtools/inc/errtxt.hrc:146
#, fuzzy
msgctxt "RID_ERRHDL"
msgid "Object does not support this action."
msgstr "Objek ondersteun nie hierdie aksie nie."
-#: errtxt.hrc:151
+#: svtools/inc/errtxt.hrc:153
#, fuzzy
msgctxt "RID_ERRHDL"
msgid "$(ERR) activating object"
msgstr "$(ERR) met aktiveer van objek"
-#: langtab.hrc:29
+#: svtools/inc/langtab.hrc:29
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "[None]"
msgstr "[Geen]"
-#: langtab.hrc:30
+#: svtools/inc/langtab.hrc:30
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Unknown"
msgstr "Onbekend"
-#: langtab.hrc:31 /home/cl/vc/git/libo-core/svtools/inc/langtab.hrc:32
+#: svtools/inc/langtab.hrc:31 svtools/inc/langtab.hrc:32
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Default"
msgstr "Verstek"
-#: langtab.hrc:33
+#: svtools/inc/langtab.hrc:33
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Afrikaans (South Africa)"
msgstr "Afrikaans (Suid-Afrika)"
-#: langtab.hrc:34
+#: svtools/inc/langtab.hrc:34
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Albanian"
msgstr "Albanees"
-#: langtab.hrc:35
+#: svtools/inc/langtab.hrc:35
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic"
msgstr "Arabies"
-#: langtab.hrc:36
+#: svtools/inc/langtab.hrc:36
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Algeria)"
msgstr "Arabies (Algerië)"
-#: langtab.hrc:37
+#: svtools/inc/langtab.hrc:37
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Bahrain)"
msgstr "Arabies (Bahrein)"
-#: langtab.hrc:38
+#: svtools/inc/langtab.hrc:38
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Chad)"
msgstr "Arabies (Tjad)"
-#: langtab.hrc:39
+#: svtools/inc/langtab.hrc:39
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Comoros)"
msgstr "Arabies (Comore)"
-#: langtab.hrc:40
+#: svtools/inc/langtab.hrc:40
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Djibouti)"
msgstr "Arabies (Djibouti)"
-#: langtab.hrc:41
+#: svtools/inc/langtab.hrc:41
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Egypt)"
msgstr "Arabies (Egipte)"
-#: langtab.hrc:42
+#: svtools/inc/langtab.hrc:42
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Eritrea)"
msgstr "Arabies (Eritrea)"
-#: langtab.hrc:43
+#: svtools/inc/langtab.hrc:43
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Iraq)"
msgstr "Arabies (Irak)"
-#: langtab.hrc:44
+#: svtools/inc/langtab.hrc:44
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Israel)"
msgstr "Arabies (Israel)"
-#: langtab.hrc:45
+#: svtools/inc/langtab.hrc:45
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Jordan)"
msgstr "Arabies (Jordanië)"
-#: langtab.hrc:46
+#: svtools/inc/langtab.hrc:46
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Kuwait)"
msgstr "Arabies (Koeweit)"
-#: langtab.hrc:47
+#: svtools/inc/langtab.hrc:47
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Lebanon)"
msgstr "Arabies (Libanon)"
-#: langtab.hrc:48
+#: svtools/inc/langtab.hrc:48
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Libya)"
msgstr "Arabies (Libië)"
-#: langtab.hrc:49
+#: svtools/inc/langtab.hrc:49
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Mauritania)"
msgstr "Arabies (Mauritanië)"
-#: langtab.hrc:50
+#: svtools/inc/langtab.hrc:50
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Morocco)"
msgstr "Arabies (Marokko)"
-#: langtab.hrc:51
+#: svtools/inc/langtab.hrc:51
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Oman)"
msgstr "Arabies (Oman)"
-#: langtab.hrc:52
+#: svtools/inc/langtab.hrc:52
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Palestine)"
msgstr "Arabies (Palestina)"
-#: langtab.hrc:53
+#: svtools/inc/langtab.hrc:53
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Qatar)"
msgstr "Arabies (Katar)"
-#: langtab.hrc:54
+#: svtools/inc/langtab.hrc:54
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Saudi Arabia)"
msgstr "Arabies (Saoedi-Arabië)"
-#: langtab.hrc:55
+#: svtools/inc/langtab.hrc:55
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Somalia)"
msgstr "Arabies (Somalië)"
-#: langtab.hrc:56
+#: svtools/inc/langtab.hrc:56
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Sudan)"
msgstr "Arabies (Soedan)"
-#: langtab.hrc:57
+#: svtools/inc/langtab.hrc:57
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Syria)"
msgstr "Arabies (Sirië)"
-#: langtab.hrc:58
+#: svtools/inc/langtab.hrc:58
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Tunisia)"
msgstr "Arabies (Tunisië)"
-#: langtab.hrc:59
+#: svtools/inc/langtab.hrc:59
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (UAE)"
msgstr "Arabies(UAE)"
-#: langtab.hrc:60
+#: svtools/inc/langtab.hrc:60
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Yemen)"
msgstr "Arabies (Jemen)"
-#: langtab.hrc:61
+#: svtools/inc/langtab.hrc:61
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Aragonese"
msgstr ""
-#: langtab.hrc:62
+#: svtools/inc/langtab.hrc:62
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
-msgid "Armenian"
-msgstr "Armeens"
+msgid "Armenian, Eastern (Armenia)"
+msgstr ""
-#: langtab.hrc:63
+#: svtools/inc/langtab.hrc:63
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Assamese"
msgstr ""
-#: langtab.hrc:64
+#: svtools/inc/langtab.hrc:64
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Azerbaijani Latin"
msgstr "Azerbeidjans, Latyn"
-#: langtab.hrc:65
+#: svtools/inc/langtab.hrc:65
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Azerbaijani Cyrillic"
msgstr "Azerbeidjans, Cyrillies"
-#: langtab.hrc:66
+#: svtools/inc/langtab.hrc:66
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Basque"
msgstr "Baskies"
-#: langtab.hrc:67
+#: svtools/inc/langtab.hrc:67
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bengali (India)"
msgstr "Bengaals (Indië)"
-#: langtab.hrc:68
+#: svtools/inc/langtab.hrc:68
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bulgarian"
msgstr "Bulgaars"
-#: langtab.hrc:69
+#: svtools/inc/langtab.hrc:69
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Belarusian"
msgstr "Witrussies"
-#: langtab.hrc:70
+#: svtools/inc/langtab.hrc:70
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Catalan"
msgstr "Katalaans"
-#: langtab.hrc:71
+#: svtools/inc/langtab.hrc:71
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Catalan (Valencian)"
msgstr ""
-#: langtab.hrc:72
+#: svtools/inc/langtab.hrc:72
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (traditional)"
msgstr "Sjinees (tradisioneel)"
-#: langtab.hrc:73
+#: svtools/inc/langtab.hrc:73
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (simplified)"
msgstr "Sjinees (vereenvoudig)"
-#: langtab.hrc:74
+#: svtools/inc/langtab.hrc:74
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (Hong Kong)"
msgstr "Sjinees (Hongkong)"
-#: langtab.hrc:75
+#: svtools/inc/langtab.hrc:75
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (Singapore)"
msgstr "Sjinees (Singapoer)"
-#: langtab.hrc:76
+#: svtools/inc/langtab.hrc:76
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (Macau)"
msgstr "Sjinees (Macau)"
-#: langtab.hrc:77
+#: svtools/inc/langtab.hrc:77
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Church Slavic"
msgstr ""
-#: langtab.hrc:78
+#: svtools/inc/langtab.hrc:78
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Croatian"
msgstr "Kroaties"
-#: langtab.hrc:79
+#: svtools/inc/langtab.hrc:79
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Czech"
msgstr "Tsjeggies"
-#: langtab.hrc:80
+#: svtools/inc/langtab.hrc:80
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Danish"
msgstr "Deens"
-#: langtab.hrc:81
+#: svtools/inc/langtab.hrc:81
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dutch (Netherlands)"
msgstr "Nederlands (Nederland)"
-#: langtab.hrc:82
+#: svtools/inc/langtab.hrc:82
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dutch (Belgium)"
msgstr "Nederlands (België)"
-#: langtab.hrc:83
+#: svtools/inc/langtab.hrc:83
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (USA)"
msgstr "Engels (VSA)"
-#: langtab.hrc:84
+#: svtools/inc/langtab.hrc:84
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (UK)"
msgstr "Engels (VK)"
-#: langtab.hrc:85
+#: svtools/inc/langtab.hrc:85
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English, OED spelling (UK)"
msgstr ""
-#: langtab.hrc:86
+#: svtools/inc/langtab.hrc:86
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Australia)"
msgstr "Engels (Australië)"
-#: langtab.hrc:87
+#: svtools/inc/langtab.hrc:87
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Canada)"
msgstr "Engels (Kanada)"
-#: langtab.hrc:88
+#: svtools/inc/langtab.hrc:88
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (New Zealand)"
msgstr "Engels (Nieu-Seeland)"
-#: langtab.hrc:89
+#: svtools/inc/langtab.hrc:89
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Ireland)"
msgstr ""
-#: langtab.hrc:90
+#: svtools/inc/langtab.hrc:90
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (South Africa)"
msgstr "Engels (Suid-Afrika)"
-#: langtab.hrc:91
+#: svtools/inc/langtab.hrc:91
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Jamaica)"
msgstr "Engels (Jamaika)"
-#: langtab.hrc:92
+#: svtools/inc/langtab.hrc:92
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Caribbean)"
msgstr "Engels (Karib-streek)"
-#: langtab.hrc:93
+#: svtools/inc/langtab.hrc:93
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Belize)"
msgstr "Engels (Belize)"
-#: langtab.hrc:94
+#: svtools/inc/langtab.hrc:94
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Trinidad)"
msgstr "Engels (Trinidad)"
-#: langtab.hrc:95
+#: svtools/inc/langtab.hrc:95
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Zimbabwe)"
msgstr "Engels (Zimbabwe)"
-#: langtab.hrc:96
+#: svtools/inc/langtab.hrc:96
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Philippines)"
msgstr "Engels (Filippyne)"
-#: langtab.hrc:97
+#: svtools/inc/langtab.hrc:97
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (India)"
msgstr "Engels (Indië)"
-#: langtab.hrc:98
+#: svtools/inc/langtab.hrc:98
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Estonian"
msgstr "Estnies"
-#: langtab.hrc:99
+#: svtools/inc/langtab.hrc:99
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Finnish"
msgstr "Fins"
-#: langtab.hrc:100
+#: svtools/inc/langtab.hrc:100
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Faroese"
msgstr "Faroëes"
-#: langtab.hrc:101
+#: svtools/inc/langtab.hrc:101
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Persian"
msgstr ""
-#: langtab.hrc:102
+#: svtools/inc/langtab.hrc:102
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (France)"
msgstr "Frans (Frankryk)"
-#: langtab.hrc:103
+#: svtools/inc/langtab.hrc:103
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Belgium)"
msgstr "Frans (België)"
-#: langtab.hrc:104
+#: svtools/inc/langtab.hrc:104
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Canada)"
msgstr "Frans (Kanada)"
-#: langtab.hrc:105
+#: svtools/inc/langtab.hrc:105
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Switzerland)"
msgstr "Frans (Switserland)"
-#: langtab.hrc:106
+#: svtools/inc/langtab.hrc:106
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Luxembourg)"
msgstr "Frans (Luxemburg)"
-#: langtab.hrc:107
+#: svtools/inc/langtab.hrc:107
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Monaco)"
msgstr "Frans (Monaco)"
-#: langtab.hrc:108
+#: svtools/inc/langtab.hrc:108
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gascon"
msgstr "Gaskons"
-#: langtab.hrc:109
+#: svtools/inc/langtab.hrc:109
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Germany)"
msgstr "Duits (Duitsland)"
-#: langtab.hrc:110
+#: svtools/inc/langtab.hrc:110
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Switzerland)"
msgstr "Duits (Switserland)"
-#: langtab.hrc:111
+#: svtools/inc/langtab.hrc:111
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Austria)"
msgstr "Duits (Oostenryk)"
-#: langtab.hrc:112
+#: svtools/inc/langtab.hrc:112
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Luxembourg)"
msgstr "Duits (Luxemburg)"
-#: langtab.hrc:113
+#: svtools/inc/langtab.hrc:113
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Liechtenstein)"
msgstr "Duits (Liechtenstein)"
-#: langtab.hrc:114
+#: svtools/inc/langtab.hrc:114
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Greek"
msgstr "Grieks"
-#: langtab.hrc:115
+#: svtools/inc/langtab.hrc:115
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gujarati"
msgstr "Goedjarati"
-#: langtab.hrc:116
+#: svtools/inc/langtab.hrc:116
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hebrew"
msgstr "Hebreeus"
-#: langtab.hrc:117
+#: svtools/inc/langtab.hrc:117
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hindi"
msgstr "Hindi"
-#: langtab.hrc:118
+#: svtools/inc/langtab.hrc:118
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hungarian"
msgstr "Hongaars"
-#: langtab.hrc:119
+#: svtools/inc/langtab.hrc:119
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Icelandic"
msgstr "Yslands"
-#: langtab.hrc:120
+#: svtools/inc/langtab.hrc:120
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Indonesian"
msgstr "Indonesies"
-#: langtab.hrc:121
+#: svtools/inc/langtab.hrc:121
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Italian (Italy)"
msgstr "Italiaans (Italië)"
-#: langtab.hrc:122
+#: svtools/inc/langtab.hrc:122
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Italian (Switzerland)"
msgstr "Italiaans (Switserland)"
-#: langtab.hrc:123
+#: svtools/inc/langtab.hrc:123
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Japanese"
msgstr "Japannees"
-#: langtab.hrc:124
+#: svtools/inc/langtab.hrc:124
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kannada"
msgstr "Kannada"
-#: langtab.hrc:125
+#: svtools/inc/langtab.hrc:125
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kashmiri (Kashmir)"
msgstr "Kasjmier (Kasjmier)"
-#: langtab.hrc:126
+#: svtools/inc/langtab.hrc:126
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kashmiri (India)"
msgstr "Kasjmier (Indië)"
-#: langtab.hrc:127
+#: svtools/inc/langtab.hrc:127
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kazakh"
msgstr "Kasak"
-#: langtab.hrc:128
+#: svtools/inc/langtab.hrc:128
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Konkani"
msgstr "Konkani"
-#: langtab.hrc:129
+#: svtools/inc/langtab.hrc:129
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Korean (RoK)"
msgstr "Koreaans (RvK)"
-#: langtab.hrc:130
+#: svtools/inc/langtab.hrc:130
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Latvian"
msgstr "Letties"
-#: langtab.hrc:131
+#: svtools/inc/langtab.hrc:131
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lithuanian"
msgstr "Litaus"
-#: langtab.hrc:132
+#: svtools/inc/langtab.hrc:132
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Macedonian"
msgstr "Masedonies"
-#: langtab.hrc:133
+#: svtools/inc/langtab.hrc:133
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Malay (Malaysia)"
msgstr "Maleis (Maleisië)"
-#: langtab.hrc:134
+#: svtools/inc/langtab.hrc:134
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Malay (Brunei Darussalam)"
msgstr ""
-#: langtab.hrc:135
+#: svtools/inc/langtab.hrc:135
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Malayalam"
msgstr "Malabaars"
-#: langtab.hrc:136
+#: svtools/inc/langtab.hrc:136
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Manipuri"
msgstr "Manipuri"
-#: langtab.hrc:137
+#: svtools/inc/langtab.hrc:137
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Marathi"
msgstr "Marathi"
-#: langtab.hrc:138
+#: svtools/inc/langtab.hrc:138
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nepali (Nepal)"
msgstr "Nepalees (Nepal)"
-#: langtab.hrc:139
+#: svtools/inc/langtab.hrc:139
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nepali (India)"
msgstr "Nepalees (Indië)"
-#: langtab.hrc:140
+#: svtools/inc/langtab.hrc:140
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Norwegian, Bokmål"
msgstr "Noors, Bokmål"
-#: langtab.hrc:141
+#: svtools/inc/langtab.hrc:141
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Norwegian, Nynorsk"
msgstr "Noors, Nynorsk"
-#: langtab.hrc:142
+#: svtools/inc/langtab.hrc:142
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Odia"
msgstr ""
-#: langtab.hrc:143
+#: svtools/inc/langtab.hrc:143
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Polish"
msgstr "Pools"
-#: langtab.hrc:144
+#: svtools/inc/langtab.hrc:144
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Portuguese (Angola)"
msgstr ""
-#: langtab.hrc:145
+#: svtools/inc/langtab.hrc:145
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Portuguese (Portugal)"
msgstr "Portugees (Portugal)"
-#: langtab.hrc:146
+#: svtools/inc/langtab.hrc:146
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Portuguese (Brazil)"
msgstr "Portugees (Brasilië)"
-#: langtab.hrc:147
+#: svtools/inc/langtab.hrc:147
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Punjabi"
msgstr "Pandjab"
-#: langtab.hrc:148
+#: svtools/inc/langtab.hrc:148
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Rhaeto-Romance"
msgstr "Reto-Romaans"
-#: langtab.hrc:149
+#: svtools/inc/langtab.hrc:149
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Romanian (Romania)"
msgstr ""
-#: langtab.hrc:150
+#: svtools/inc/langtab.hrc:150
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Romanian (Moldova)"
msgstr ""
-#: langtab.hrc:151
+#: svtools/inc/langtab.hrc:151
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Russian"
msgstr "Russies"
-#: langtab.hrc:152
+#: svtools/inc/langtab.hrc:152
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sanskrit"
msgstr "Sanskrit"
-#: langtab.hrc:153
+#: svtools/inc/langtab.hrc:153
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Cyrillic (Serbia and Montenegro)"
msgstr ""
-#: langtab.hrc:154
+#: svtools/inc/langtab.hrc:154
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Latin (Serbia and Montenegro)"
msgstr ""
-#: langtab.hrc:155
+#: svtools/inc/langtab.hrc:155
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Cyrillic (Serbia)"
msgstr "Serwies, Cyrillies (Serwië)"
-#: langtab.hrc:156
+#: svtools/inc/langtab.hrc:156
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Latin (Serbia)"
msgstr "Serwies, Latyns (Serwië)"
-#: langtab.hrc:157
+#: svtools/inc/langtab.hrc:157
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Cyrillic (Montenegro)"
msgstr "Serwies, Cyrillies (Montenegro)"
-#: langtab.hrc:158
+#: svtools/inc/langtab.hrc:158
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Latin (Montenegro)"
msgstr "Serwies, Latyn (Montenegro)"
-#: langtab.hrc:159
+#: svtools/inc/langtab.hrc:159
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Latin"
msgstr ""
-#: langtab.hrc:160
+#: svtools/inc/langtab.hrc:160
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sidama"
msgstr ""
-#: langtab.hrc:161
+#: svtools/inc/langtab.hrc:161
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sindhi"
msgstr "Sindhi"
-#: langtab.hrc:162
+#: svtools/inc/langtab.hrc:162
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Slovak"
msgstr ""
-#: langtab.hrc:163
+#: svtools/inc/langtab.hrc:163
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Slovenian"
msgstr "Sloweens"
-#: langtab.hrc:164
+#: svtools/inc/langtab.hrc:164
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Spain)"
msgstr "Spaans (Spanje)"
-#: langtab.hrc:165
+#: svtools/inc/langtab.hrc:165
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Mexico)"
msgstr "Spaans (Meksiko)"
-#: langtab.hrc:166
+#: svtools/inc/langtab.hrc:166
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Guatemala)"
msgstr "Spaans (Guatemala)"
-#: langtab.hrc:167
+#: svtools/inc/langtab.hrc:167
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Costa Rica)"
msgstr "Spaans (Costa Rica)"
-#: langtab.hrc:168
+#: svtools/inc/langtab.hrc:168
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Panama)"
msgstr "Spaans (Panama)"
-#: langtab.hrc:169
+#: svtools/inc/langtab.hrc:169
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Dom. Rep.)"
msgstr "Spaans (Dom Rep)"
-#: langtab.hrc:170
+#: svtools/inc/langtab.hrc:170
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Venezuela)"
msgstr "Spaans (Venezuela)"
-#: langtab.hrc:171
+#: svtools/inc/langtab.hrc:171
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Colombia)"
msgstr "Spaans (Colombia)"
-#: langtab.hrc:172
+#: svtools/inc/langtab.hrc:172
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Peru)"
msgstr "Spaans (Peru)"
-#: langtab.hrc:173
+#: svtools/inc/langtab.hrc:173
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Argentina)"
msgstr "Spaans (Argentinië)"
-#: langtab.hrc:174
+#: svtools/inc/langtab.hrc:174
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Ecuador)"
msgstr "Spaans (Ecuador)"
-#: langtab.hrc:175
+#: svtools/inc/langtab.hrc:175
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Chile)"
msgstr "Spaans (Chili)"
-#: langtab.hrc:176
+#: svtools/inc/langtab.hrc:176
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Uruguay)"
msgstr "Spaans (Uruguay)"
-#: langtab.hrc:177
+#: svtools/inc/langtab.hrc:177
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Paraguay)"
msgstr "Spaans (Paraguay)"
-#: langtab.hrc:178
+#: svtools/inc/langtab.hrc:178
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Bolivia)"
msgstr "Spaans (Bolivia)"
-#: langtab.hrc:179
+#: svtools/inc/langtab.hrc:179
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (El Salvador)"
msgstr "Spaans (El Salvador)"
-#: langtab.hrc:180
+#: svtools/inc/langtab.hrc:180
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Honduras)"
msgstr "Spaans (Honduras)"
-#: langtab.hrc:181
+#: svtools/inc/langtab.hrc:181
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Nicaragua)"
msgstr "Spaans (Nicaragua)"
-#: langtab.hrc:182
+#: svtools/inc/langtab.hrc:182
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Puerto Rico)"
msgstr "Spaans (Puerto Rico)"
-#: langtab.hrc:183
+#: svtools/inc/langtab.hrc:183
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swahili (Kenya)"
msgstr "Swahili (Kenia)"
-#: langtab.hrc:184
+#: svtools/inc/langtab.hrc:184
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swedish (Sweden)"
msgstr "Sweeds (Swede)"
-#: langtab.hrc:185
+#: svtools/inc/langtab.hrc:185
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swedish (Finland)"
msgstr "Sweeds (Finland)"
-#: langtab.hrc:186
+#: svtools/inc/langtab.hrc:186
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tajik"
msgstr "Tadjik"
-#: langtab.hrc:187
+#: svtools/inc/langtab.hrc:187
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tamil"
msgstr "Tamil"
-#: langtab.hrc:188
+#: svtools/inc/langtab.hrc:188
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tatar"
msgstr "Tatar"
-#: langtab.hrc:189
+#: svtools/inc/langtab.hrc:189
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Telugu"
msgstr "Teloegoe"
-#: langtab.hrc:190
+#: svtools/inc/langtab.hrc:190
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Thai"
msgstr "Thais"
-#: langtab.hrc:191
+#: svtools/inc/langtab.hrc:191
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Turkish"
msgstr "Turks"
-#: langtab.hrc:192
+#: svtools/inc/langtab.hrc:192
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Urdu (Pakistan)"
msgstr "Oerdoe (Pakistan)"
-#: langtab.hrc:193
+#: svtools/inc/langtab.hrc:193
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Urdu (India)"
msgstr "Oerdoe (Indië)"
-#: langtab.hrc:194
+#: svtools/inc/langtab.hrc:194
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ukrainian"
msgstr "Oekraïens"
-#: langtab.hrc:195
+#: svtools/inc/langtab.hrc:195
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Uzbek Latin"
msgstr "Oesbeeks, Latyns"
-#: langtab.hrc:196
+#: svtools/inc/langtab.hrc:196
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Uzbek Cyrillic"
msgstr ""
-#: langtab.hrc:197
+#: svtools/inc/langtab.hrc:197
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Welsh"
msgstr "Wallies"
-#: langtab.hrc:198
+#: svtools/inc/langtab.hrc:198
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Latin"
msgstr ""
-#: langtab.hrc:199
+#: svtools/inc/langtab.hrc:199
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Esperanto"
msgstr "Esperanto"
-#: langtab.hrc:200
+#: svtools/inc/langtab.hrc:200
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kinyarwanda (Rwanda)"
msgstr "Kinjarwandees (Rwanda)"
-#: langtab.hrc:201
+#: svtools/inc/langtab.hrc:201
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maori"
msgstr "Moore"
-#: langtab.hrc:202
+#: svtools/inc/langtab.hrc:202
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Galician"
msgstr "Galisies"
-#: langtab.hrc:203
+#: svtools/inc/langtab.hrc:203
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dhivehi"
msgstr "Divehies"
-#: langtab.hrc:204
+#: svtools/inc/langtab.hrc:204
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Northern Sotho"
msgstr "Noord-Sotho"
-#: langtab.hrc:205
+#: svtools/inc/langtab.hrc:205
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gaelic (Scotland)"
msgstr "Gallies (Skotland)"
-#: langtab.hrc:206
+#: svtools/inc/langtab.hrc:206
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mongolian Cyrillic"
msgstr ""
-#: langtab.hrc:207
+#: svtools/inc/langtab.hrc:207
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mongolian Mongolian"
msgstr ""
-#: langtab.hrc:208
+#: svtools/inc/langtab.hrc:208
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Interlingua"
msgstr "Interlingua"
-#: langtab.hrc:209
+#: svtools/inc/langtab.hrc:209
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bosnian"
msgstr "Bosnies"
-#: langtab.hrc:210
+#: svtools/inc/langtab.hrc:210
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bengali (Bangladesh)"
msgstr "Bengaals (Bangladesj)"
-#: langtab.hrc:211
+#: svtools/inc/langtab.hrc:211
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Occitan"
msgstr "Occitaans"
-#: langtab.hrc:212
+#: svtools/inc/langtab.hrc:212
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Khmer"
msgstr "Khmer"
-#: langtab.hrc:213
+#: svtools/inc/langtab.hrc:213
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Northern (Turkey)"
msgstr ""
-#: langtab.hrc:214
+#: svtools/inc/langtab.hrc:214
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Northern (Syria)"
msgstr ""
-#: langtab.hrc:215
+#: svtools/inc/langtab.hrc:215
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Central (Iraq)"
msgstr ""
-#: langtab.hrc:216
+#: svtools/inc/langtab.hrc:216
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Central (Iran)"
msgstr ""
-#: langtab.hrc:217
+#: svtools/inc/langtab.hrc:217
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Southern (Iran)"
msgstr ""
-#: langtab.hrc:218
+#: svtools/inc/langtab.hrc:218
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Southern (Iraq)"
msgstr ""
-#: langtab.hrc:219
+#: svtools/inc/langtab.hrc:219
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian"
msgstr "Sardinies"
-#: langtab.hrc:220
+#: svtools/inc/langtab.hrc:220
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dzongkha"
msgstr "Dzongkha"
-#: langtab.hrc:221
+#: svtools/inc/langtab.hrc:221
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swahili (Tanzania)"
msgstr "Swahili (Tanzanië)"
-#: langtab.hrc:222
+#: svtools/inc/langtab.hrc:222
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lao"
msgstr "Lao"
-#: langtab.hrc:223
+#: svtools/inc/langtab.hrc:223
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Irish"
msgstr "Iers"
-#: langtab.hrc:224
+#: svtools/inc/langtab.hrc:224
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tibetan (PR China)"
msgstr "Tibettaans (VR Sjina)"
-#: langtab.hrc:225
+#: svtools/inc/langtab.hrc:225
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Georgian"
msgstr "Georgies"
-#: langtab.hrc:226
+#: svtools/inc/langtab.hrc:226
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Frisian"
msgstr "Fries"
-#: langtab.hrc:227
+#: svtools/inc/langtab.hrc:227
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tswana (South Africa)"
msgstr "Tswana (Suid-Afrika)"
-#: langtab.hrc:228
+#: svtools/inc/langtab.hrc:228
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Zulu"
msgstr "Zulu"
-#: langtab.hrc:229
+#: svtools/inc/langtab.hrc:229
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Vietnamese"
msgstr "Viëtnamees"
-#: langtab.hrc:230
+#: svtools/inc/langtab.hrc:230
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Breton"
msgstr "Bretons"
-#: langtab.hrc:231
+#: svtools/inc/langtab.hrc:231
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kalaallisut"
msgstr "Kalaallisut"
-#: langtab.hrc:232
+#: svtools/inc/langtab.hrc:232
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ndebele, South"
msgstr "Ndebele, Suid"
-#: langtab.hrc:233
+#: svtools/inc/langtab.hrc:233
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Southern Sotho"
msgstr "Suid-Sotho"
-#: langtab.hrc:234
+#: svtools/inc/langtab.hrc:234
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swazi"
msgstr "Swazi"
-#: langtab.hrc:235
+#: svtools/inc/langtab.hrc:235
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tsonga"
msgstr "Tsonga"
-#: langtab.hrc:236
+#: svtools/inc/langtab.hrc:236
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Venda"
msgstr "Venda"
-#: langtab.hrc:237
+#: svtools/inc/langtab.hrc:237
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tswana (Botswana)"
msgstr "Tswana (Botswana)"
-#: langtab.hrc:238
+#: svtools/inc/langtab.hrc:238
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Xhosa"
msgstr "Xhosa"
-#: langtab.hrc:239
+#: svtools/inc/langtab.hrc:239
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sinhala"
msgstr "Sinhalees"
-#: langtab.hrc:240
+#: svtools/inc/langtab.hrc:240
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Moore"
msgstr "Moore"
-#: langtab.hrc:241
+#: svtools/inc/langtab.hrc:241
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bambara"
msgstr "Bambarees"
-#: langtab.hrc:242
+#: svtools/inc/langtab.hrc:242
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Akan"
msgstr "Akaans"
-#: langtab.hrc:243
+#: svtools/inc/langtab.hrc:243
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Luxembourgish"
msgstr "Luxemburgs"
-#: langtab.hrc:244
+#: svtools/inc/langtab.hrc:244
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Friulian"
msgstr "Frioelies"
-#: langtab.hrc:245
+#: svtools/inc/langtab.hrc:245
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Fijian"
msgstr "Fijianees"
-#: langtab.hrc:246
+#: svtools/inc/langtab.hrc:246
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Afrikaans (Namibia)"
msgstr "Afrikaans (Namibië)"
-#: langtab.hrc:247
+#: svtools/inc/langtab.hrc:247
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Namibia)"
msgstr "Engels (Namibië)"
-#: langtab.hrc:248
+#: svtools/inc/langtab.hrc:248
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Walloon"
msgstr "Waals"
-#: langtab.hrc:249
+#: svtools/inc/langtab.hrc:249
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Coptic"
msgstr "Kopties"
-#: langtab.hrc:250
+#: svtools/inc/langtab.hrc:250
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tigrigna (Eritrea)"
msgstr "Tigrigna (Eritrea)"
-#: langtab.hrc:251
+#: svtools/inc/langtab.hrc:251
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tigrigna (Ethiopia)"
msgstr "Tigrigna (Etiopië)"
-#: langtab.hrc:252
+#: svtools/inc/langtab.hrc:252
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Amharic"
msgstr "Amharies"
-#: langtab.hrc:253
+#: svtools/inc/langtab.hrc:253
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kirghiz"
msgstr "Kirgisies"
-#: langtab.hrc:254
+#: svtools/inc/langtab.hrc:254
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Belgium)"
msgstr "Duits (België)"
-#: langtab.hrc:255
+#: svtools/inc/langtab.hrc:255
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chuvash"
msgstr "Tjuvashies"
-#: langtab.hrc:256
+#: svtools/inc/langtab.hrc:256
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Burmese"
msgstr "Birmaans"
-#: langtab.hrc:257
+#: svtools/inc/langtab.hrc:257
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hausa (Nigeria)"
msgstr "Hausa (Nigerië)"
-#: langtab.hrc:258
+#: svtools/inc/langtab.hrc:258
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hausa (Ghana)"
msgstr "Hausa (Ghana)"
-#: langtab.hrc:259
+#: svtools/inc/langtab.hrc:259
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Éwé"
msgstr "Éwé"
-#: langtab.hrc:260
+#: svtools/inc/langtab.hrc:260
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Ghana)"
msgstr "Engels (Ghana)"
-#: langtab.hrc:261
+#: svtools/inc/langtab.hrc:261
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sango"
msgstr "Sango"
-#: langtab.hrc:262
+#: svtools/inc/langtab.hrc:262
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tagalog"
msgstr "Tagalog"
-#: langtab.hrc:263
+#: svtools/inc/langtab.hrc:263
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ganda"
msgstr "Gandanees"
-#: langtab.hrc:264
+#: svtools/inc/langtab.hrc:264
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lingala"
msgstr "Lingala"
-#: langtab.hrc:265
+#: svtools/inc/langtab.hrc:265
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Low German"
msgstr "Laer Duits"
-#: langtab.hrc:266
+#: svtools/inc/langtab.hrc:266
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hiligaynon"
msgstr "Hiligaynon"
-#: langtab.hrc:267
+#: svtools/inc/langtab.hrc:267
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nyanja"
msgstr "Nyanja"
-#: langtab.hrc:268
+#: svtools/inc/langtab.hrc:268
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kashubian"
msgstr "Kasjoebies"
-#: langtab.hrc:269
+#: svtools/inc/langtab.hrc:269
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Cuba)"
msgstr "Spaans (Kuba)"
-#: langtab.hrc:270
+#: svtools/inc/langtab.hrc:270
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tetun (Indonesia)"
msgstr "Tetoens (Indonesië)"
-#: langtab.hrc:271
+#: svtools/inc/langtab.hrc:271
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Quechua (Bolivia, North)"
msgstr "Quechua (Bolivia, Noord)"
-#: langtab.hrc:272
+#: svtools/inc/langtab.hrc:272
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Quechua (Bolivia, South)"
msgstr "Quechua (Bolivia, Suid)"
-#: langtab.hrc:273
+#: svtools/inc/langtab.hrc:273
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Somali"
msgstr "Somalies"
-#: langtab.hrc:274
+#: svtools/inc/langtab.hrc:274
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Inari (Finland)"
msgstr "Sami, Inari (Finland)"
-#: langtab.hrc:275
+#: svtools/inc/langtab.hrc:275
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Lule (Norway)"
msgstr "Sami, Lule (Noorweë)"
-#: langtab.hrc:276
+#: svtools/inc/langtab.hrc:276
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Lule (Sweden)"
msgstr "Sami, Lule (Swede)"
-#: langtab.hrc:277
+#: svtools/inc/langtab.hrc:277
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Northern (Finland)"
msgstr "Sami, Noord (Finland)"
-#: langtab.hrc:278
+#: svtools/inc/langtab.hrc:278
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Northern (Norway)"
msgstr "Sami, Noord (Noorweë)"
-#: langtab.hrc:279
+#: svtools/inc/langtab.hrc:279
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Northern (Sweden)"
msgstr "Sami, Noord (Swede)"
-#: langtab.hrc:280
+#: svtools/inc/langtab.hrc:280
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Skolt (Finland)"
msgstr "Sami, Skolt (Finland)"
-#: langtab.hrc:281
+#: svtools/inc/langtab.hrc:281
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Southern (Norway)"
msgstr "Sami, Suid (Noorweë)"
-#: langtab.hrc:282
+#: svtools/inc/langtab.hrc:282
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Southern (Sweden)"
msgstr "Sami, Suid (Swede)"
-#: langtab.hrc:283
+#: svtools/inc/langtab.hrc:283
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Kildin (Russia)"
msgstr "Sami, Kildin (Rusland)"
-#: langtab.hrc:284
+#: svtools/inc/langtab.hrc:284
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Guarani (Paraguay)"
msgstr ""
-#: langtab.hrc:285
+#: svtools/inc/langtab.hrc:285
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bodo"
msgstr "Bodo"
-#: langtab.hrc:286
+#: svtools/inc/langtab.hrc:286
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dogri"
msgstr "Dogri"
-#: langtab.hrc:287
+#: svtools/inc/langtab.hrc:287
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maithili"
msgstr "Maithili"
-#: langtab.hrc:288
+#: svtools/inc/langtab.hrc:288
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Santali"
msgstr "Santali"
-#: langtab.hrc:289
+#: svtools/inc/langtab.hrc:289
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tetun (Timor-Leste)"
msgstr "Tetun (Timor-Leste)"
-#: langtab.hrc:290
+#: svtools/inc/langtab.hrc:290
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Turkmen"
msgstr "Turkmeens"
-#: langtab.hrc:291
+#: svtools/inc/langtab.hrc:291
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maltese"
msgstr "Maltees"
-#: langtab.hrc:292
+#: svtools/inc/langtab.hrc:292
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tok Pisin"
msgstr "Tok Pisin"
-#: langtab.hrc:293
+#: svtools/inc/langtab.hrc:293
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Shuswap"
msgstr "Shuswap"
-#: langtab.hrc:294
+#: svtools/inc/langtab.hrc:294
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Oromo"
msgstr "Oromo"
-#: langtab.hrc:295
+#: svtools/inc/langtab.hrc:295
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Greek, Ancient"
msgstr "Grieks, Antiek"
-#: langtab.hrc:296
+#: svtools/inc/langtab.hrc:296
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yiddish (Israel)"
msgstr "Koerdies (Irak)"
-#: langtab.hrc:297
+#: svtools/inc/langtab.hrc:297
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Quechua (Ecuador)"
msgstr "Quechua (Ecuador)"
-#: langtab.hrc:298
+#: svtools/inc/langtab.hrc:298
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Uyghur"
msgstr "Uighoers"
-#: langtab.hrc:299
+#: svtools/inc/langtab.hrc:299
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Asturian"
msgstr "Asturies"
-#: langtab.hrc:300
+#: svtools/inc/langtab.hrc:300
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sorbian, Upper"
msgstr "Sorbies, Bo"
-#: langtab.hrc:301
+#: svtools/inc/langtab.hrc:301
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sorbian, Lower"
msgstr "Sorbies, Onder"
-#: langtab.hrc:302
+#: svtools/inc/langtab.hrc:302
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Latgalian"
msgstr ""
-#: langtab.hrc:303
+#: svtools/inc/langtab.hrc:303
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maore"
msgstr "Moore"
-#: langtab.hrc:304
+#: svtools/inc/langtab.hrc:304
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bushi"
msgstr ""
-#: langtab.hrc:305
+#: svtools/inc/langtab.hrc:305
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tahitian"
msgstr "Letties"
-#: langtab.hrc:306
+#: svtools/inc/langtab.hrc:306
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Malagasy, Plateau"
msgstr ""
-#: langtab.hrc:307
+#: svtools/inc/langtab.hrc:307
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamentu (Netherlands Antilles)"
msgstr ""
-#: langtab.hrc:308
+#: svtools/inc/langtab.hrc:308
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamento (Aruba)"
msgstr ""
-#: langtab.hrc:309
+#: svtools/inc/langtab.hrc:309
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Campidanese"
msgstr ""
-#: langtab.hrc:310
+#: svtools/inc/langtab.hrc:310
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Gallurese"
msgstr ""
-#: langtab.hrc:311
+#: svtools/inc/langtab.hrc:311
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Logudorese"
msgstr ""
-#: langtab.hrc:312
+#: svtools/inc/langtab.hrc:312
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Sassarese"
msgstr ""
-#: langtab.hrc:313
+#: svtools/inc/langtab.hrc:313
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bafia"
msgstr ""
-#: langtab.hrc:314
+#: svtools/inc/langtab.hrc:314
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gikuyu"
msgstr ""
-#: langtab.hrc:315
+#: svtools/inc/langtab.hrc:315
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yoruba"
msgstr ""
-#: langtab.hrc:316
+#: svtools/inc/langtab.hrc:316
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Rusyn (Ukraine)"
msgstr ""
-#: langtab.hrc:317
+#: svtools/inc/langtab.hrc:317
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Rusyn (Slovakia)"
msgstr ""
-#: langtab.hrc:318
+#: svtools/inc/langtab.hrc:318
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kabyle Latin"
msgstr ""
-#: langtab.hrc:319
+#: svtools/inc/langtab.hrc:319
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yiddish (USA)"
msgstr "Jiddisj"
-#: langtab.hrc:320
+#: svtools/inc/langtab.hrc:320
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hawaiian"
msgstr "Galisies"
-#: langtab.hrc:321
+#: svtools/inc/langtab.hrc:321
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Limbu"
msgstr ""
-#: langtab.hrc:322
+#: svtools/inc/langtab.hrc:322
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lojban"
msgstr ""
-#: langtab.hrc:323
+#: svtools/inc/langtab.hrc:323
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Haitian"
msgstr "Letties"
-#: langtab.hrc:324
+#: svtools/inc/langtab.hrc:324
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Beembe"
msgstr ""
-#: langtab.hrc:325
+#: svtools/inc/langtab.hrc:325
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bekwel"
msgstr ""
-#: langtab.hrc:326
+#: svtools/inc/langtab.hrc:326
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kituba (Congo)"
msgstr ""
-#: langtab.hrc:327
+#: svtools/inc/langtab.hrc:327
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lari"
msgstr ""
-#: langtab.hrc:328
+#: svtools/inc/langtab.hrc:328
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mbochi"
msgstr ""
-#: langtab.hrc:329
+#: svtools/inc/langtab.hrc:329
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Eboo"
msgstr ""
-#: langtab.hrc:330
+#: svtools/inc/langtab.hrc:330
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Ibali"
msgstr ""
-#: langtab.hrc:331
+#: svtools/inc/langtab.hrc:331
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Tyee"
msgstr ""
-#: langtab.hrc:332
+#: svtools/inc/langtab.hrc:332
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Vili"
msgstr ""
-#: langtab.hrc:333
+#: svtools/inc/langtab.hrc:333
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "KeyID"
msgstr ""
-#: langtab.hrc:334
+#: svtools/inc/langtab.hrc:334
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Latin"
msgstr ""
-#: langtab.hrc:335
+#: svtools/inc/langtab.hrc:335
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kyrgyz (China)"
msgstr ""
-#: langtab.hrc:336
+#: svtools/inc/langtab.hrc:336
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Komi-Zyrian"
msgstr ""
-#: langtab.hrc:337
+#: svtools/inc/langtab.hrc:337
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Komi-Permyak"
msgstr ""
-#: langtab.hrc:338
+#: svtools/inc/langtab.hrc:338
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pitjantjatjara"
msgstr ""
-#: langtab.hrc:339
+#: svtools/inc/langtab.hrc:339
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Malawi)"
msgstr "Engels (Kanada)"
-#: langtab.hrc:340
+#: svtools/inc/langtab.hrc:340
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Erzya"
msgstr ""
-#: langtab.hrc:341
+#: svtools/inc/langtab.hrc:341
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mari, Meadow"
msgstr ""
-#: langtab.hrc:342
+#: svtools/inc/langtab.hrc:342
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamento (Curaçao)"
msgstr ""
-#: langtab.hrc:343
+#: svtools/inc/langtab.hrc:343
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamento (Bonaire)"
msgstr ""
-#: langtab.hrc:344
+#: svtools/inc/langtab.hrc:344
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Khanty"
msgstr ""
-#: langtab.hrc:345
+#: svtools/inc/langtab.hrc:345
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Livonian"
msgstr ""
-#: langtab.hrc:346
+#: svtools/inc/langtab.hrc:346
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Moksha"
msgstr ""
-#: langtab.hrc:347
+#: svtools/inc/langtab.hrc:347
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mari, Hill"
msgstr ""
-#: langtab.hrc:348
+#: svtools/inc/langtab.hrc:348
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nganasan"
msgstr ""
-#: langtab.hrc:349
+#: svtools/inc/langtab.hrc:349
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Olonets"
msgstr ""
-#: langtab.hrc:350
+#: svtools/inc/langtab.hrc:350
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Veps"
msgstr ""
-#: langtab.hrc:351
+#: svtools/inc/langtab.hrc:351
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Võro"
msgstr ""
-#: langtab.hrc:352
+#: svtools/inc/langtab.hrc:352
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nenets"
msgstr ""
-#: langtab.hrc:353
+#: svtools/inc/langtab.hrc:353
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Aka (Congo)"
msgstr ""
-#: langtab.hrc:354
+#: svtools/inc/langtab.hrc:354
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dibole"
msgstr ""
-#: langtab.hrc:355
+#: svtools/inc/langtab.hrc:355
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Doondo"
msgstr ""
-#: langtab.hrc:356
+#: svtools/inc/langtab.hrc:356
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kaamba"
msgstr ""
-#: langtab.hrc:357
+#: svtools/inc/langtab.hrc:357
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Koongo (Congo)"
msgstr ""
-#: langtab.hrc:358
+#: svtools/inc/langtab.hrc:358
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kunyi"
msgstr ""
-#: langtab.hrc:359
+#: svtools/inc/langtab.hrc:359
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ngungwel"
msgstr ""
-#: langtab.hrc:360
+#: svtools/inc/langtab.hrc:360
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Njyem (Congo)"
msgstr ""
-#: langtab.hrc:361
+#: svtools/inc/langtab.hrc:361
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Punu"
msgstr ""
-#: langtab.hrc:362
+#: svtools/inc/langtab.hrc:362
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Suundi"
msgstr ""
-#: langtab.hrc:363
+#: svtools/inc/langtab.hrc:363
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Kukuya"
msgstr ""
-#: langtab.hrc:364
+#: svtools/inc/langtab.hrc:364
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tsaangi"
msgstr ""
-#: langtab.hrc:365
+#: svtools/inc/langtab.hrc:365
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yaka"
msgstr ""
-#: langtab.hrc:366
+#: svtools/inc/langtab.hrc:366
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yombe (Congo)"
msgstr ""
-#: langtab.hrc:367
+#: svtools/inc/langtab.hrc:367
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "N'ko"
msgstr ""
-#: langtab.hrc:368
+#: svtools/inc/langtab.hrc:368
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Udmurt"
msgstr ""
-#: langtab.hrc:369
+#: svtools/inc/langtab.hrc:369
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tibetan (India)"
msgstr ""
-#: langtab.hrc:370
+#: svtools/inc/langtab.hrc:370
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Cornish"
msgstr ""
-#: langtab.hrc:371
+#: svtools/inc/langtab.hrc:371
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Pite (Sweden)"
msgstr "Sami, Lule (Swede)"
-#: langtab.hrc:372
+#: svtools/inc/langtab.hrc:372
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ngäbere"
msgstr ""
-#: langtab.hrc:373
+#: svtools/inc/langtab.hrc:373
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kumyk"
msgstr ""
-#: langtab.hrc:374
+#: svtools/inc/langtab.hrc:374
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nogai"
msgstr ""
-#: langtab.hrc:375
+#: svtools/inc/langtab.hrc:375
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Karakalpak Latin"
msgstr ""
-#: langtab.hrc:376
+#: svtools/inc/langtab.hrc:376
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ladin"
msgstr ""
-#: langtab.hrc:377
+#: svtools/inc/langtab.hrc:377
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Burkina Faso)"
msgstr ""
-#: langtab.hrc:378
+#: svtools/inc/langtab.hrc:378
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Puinave"
msgstr ""
-#: langtab.hrc:379
+#: svtools/inc/langtab.hrc:379
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maninkakan, Eastern, Latin"
msgstr ""
-#: langtab.hrc:380
+#: svtools/inc/langtab.hrc:380
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Avar"
msgstr ""
-#: langtab.hrc:381
+#: svtools/inc/langtab.hrc:381
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Cree, Plains, Latin"
msgstr ""
-#: langtab.hrc:382
+#: svtools/inc/langtab.hrc:382
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Cree, Plains, Syllabics"
msgstr ""
-#: langtab.hrc:383
+#: svtools/inc/langtab.hrc:383
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lengo"
msgstr ""
-#: langtab.hrc:384
+#: svtools/inc/langtab.hrc:384
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Côte d'Ivoire)"
msgstr ""
-#: langtab.hrc:385
+#: svtools/inc/langtab.hrc:385
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Mali)"
msgstr ""
-#: langtab.hrc:386
+#: svtools/inc/langtab.hrc:386
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Senegal)"
msgstr ""
-#: langtab.hrc:387
+#: svtools/inc/langtab.hrc:387
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Benin)"
msgstr "Frans (België)"
-#: langtab.hrc:388
+#: svtools/inc/langtab.hrc:388
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Niger)"
msgstr ""
-#: langtab.hrc:389
+#: svtools/inc/langtab.hrc:389
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Togo)"
msgstr ""
-#: langtab.hrc:390
+#: svtools/inc/langtab.hrc:390
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kven Finnish"
msgstr ""
-#: langtab.hrc:391
+#: svtools/inc/langtab.hrc:391
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Venetian"
msgstr ""
-#: langtab.hrc:392
+#: svtools/inc/langtab.hrc:392
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Gambia)"
msgstr "Engels (Namibië)"
-#: langtab.hrc:393
+#: svtools/inc/langtab.hrc:393
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Aranese"
msgstr ""
-#: langtab.hrc:394
+#: svtools/inc/langtab.hrc:394
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arpitan (France)"
msgstr ""
-#: langtab.hrc:395
+#: svtools/inc/langtab.hrc:395
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arpitan (Italy)"
msgstr ""
-#: langtab.hrc:396
+#: svtools/inc/langtab.hrc:396
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arpitan (Switzerland)"
msgstr "Duits (Switserland)"
-#: langtab.hrc:397
+#: svtools/inc/langtab.hrc:397
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Botswana)"
msgstr ""
-#: langtab.hrc:398
+#: svtools/inc/langtab.hrc:398
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Interlingue Occidental"
msgstr ""
-#: langtab.hrc:399
+#: svtools/inc/langtab.hrc:399
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Apatani"
msgstr ""
-#: langtab.hrc:400
+#: svtools/inc/langtab.hrc:400
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Mauritius)"
msgstr ""
-#: langtab.hrc:401
+#: svtools/inc/langtab.hrc:401
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Mauritius)"
msgstr ""
-#: langtab.hrc:402
+#: svtools/inc/langtab.hrc:402
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Silesian"
msgstr ""
-#: langtab.hrc:403
+#: svtools/inc/langtab.hrc:403
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hungarian (Szekely-Hungarian Rovas)"
msgstr ""
-#: langtab.hrc:404
+#: svtools/inc/langtab.hrc:404
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Malaysia)"
msgstr "Engels (Kanada)"
-#: langtab.hrc:405
+#: svtools/inc/langtab.hrc:405
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Manchu"
msgstr ""
-#: langtab.hrc:406
+#: svtools/inc/langtab.hrc:406
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Xibe"
msgstr ""
-#: langtab.hrc:407
+#: svtools/inc/langtab.hrc:407
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kituba (Democratic Republic of the Congo)"
msgstr ""
-#: langtab.hrc:408
+#: svtools/inc/langtab.hrc:408
#, fuzzy
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Fon"
msgstr "Font"
-#: langtab.hrc:409
+#: svtools/inc/langtab.hrc:409
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Plautdietsch"
msgstr ""
-#: templwin.hrc:42
+#: svtools/inc/langtab.hrc:410
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Armenian, Eastern (Russia)"
+msgstr ""
+
+#: svtools/inc/langtab.hrc:411
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Armenian, Eastern (Iran)"
+msgstr ""
+
+#: svtools/inc/langtab.hrc:412
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Armenian, Western (Armenia)"
+msgstr ""
+
+#: svtools/inc/langtab.hrc:413
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Armenian, Classic (Armenia)"
+msgstr ""
+
+#: svtools/inc/templwin.hrc:42
msgctxt "STRARY_SVT_DOCINFO"
msgid "Title"
msgstr "Titel"
-#: templwin.hrc:43
+#: svtools/inc/templwin.hrc:43
msgctxt "STRARY_SVT_DOCINFO"
msgid "By"
msgstr "Deur"
-#: templwin.hrc:44
+#: svtools/inc/templwin.hrc:44
msgctxt "STRARY_SVT_DOCINFO"
msgid "Date"
msgstr "Datum"
-#: templwin.hrc:45
+#: svtools/inc/templwin.hrc:45
msgctxt "STRARY_SVT_DOCINFO"
msgid "Keywords"
msgstr "Sleutelwoorde"
-#: templwin.hrc:46
+#: svtools/inc/templwin.hrc:46
msgctxt "STRARY_SVT_DOCINFO"
msgid "Description"
msgstr "Beskrywing"
-#: templwin.hrc:47
+#: svtools/inc/templwin.hrc:47
msgctxt "STRARY_SVT_DOCINFO"
msgid "Type"
msgstr "Soort"
-#: templwin.hrc:48
+#: svtools/inc/templwin.hrc:48
msgctxt "STRARY_SVT_DOCINFO"
msgid "Modified on"
msgstr "Gewysig op"
-#: templwin.hrc:49
+#: svtools/inc/templwin.hrc:49
msgctxt "STRARY_SVT_DOCINFO"
msgid "Modified by"
msgstr "Gewysig deur"
-#: templwin.hrc:50
+#: svtools/inc/templwin.hrc:50
msgctxt "STRARY_SVT_DOCINFO"
msgid "Printed on"
msgstr "Gedruk op"
-#: templwin.hrc:51
+#: svtools/inc/templwin.hrc:51
msgctxt "STRARY_SVT_DOCINFO"
msgid "Printed by"
msgstr "Gedruk deur"
-#: templwin.hrc:52
+#: svtools/inc/templwin.hrc:52
msgctxt "STRARY_SVT_DOCINFO"
msgid "Subject"
msgstr "Onderwerp"
-#: templwin.hrc:53
+#: svtools/inc/templwin.hrc:53
msgctxt "STRARY_SVT_DOCINFO"
msgid "Size"
msgstr "Grootte"
-#: addresstemplatedialog.ui:9
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:9
msgctxt "addresstemplatedialog|AddressTemplateDialog"
msgid "Templates: Address Book Assignment"
msgstr ""
-#: addresstemplatedialog.ui:104
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:104
#, fuzzy
msgctxt "addresstemplatedialog|label33"
msgid "Data source:"
msgstr "~Databron:"
-#: addresstemplatedialog.ui:118
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:118
#, fuzzy
msgctxt "addresstemplatedialog|label43"
msgid "Table:"
msgstr "Tabel: "
-#: addresstemplatedialog.ui:165
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:163
#, fuzzy
msgctxt "addresstemplatedialog|admin"
msgid "_Address Data Source..."
msgstr "Adresdatabron..."
-#: addresstemplatedialog.ui:187
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:185
#, fuzzy
msgctxt "addresstemplatedialog|label100"
msgid "Address Book Source"
msgstr "~Adresboekbron..."
-#: addresstemplatedialog.ui:522
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:520
msgctxt "addresstemplatedialog|label23"
msgid "Field Assignment"
msgstr "Veldtoewysing"
-#: fileviewmenu.ui:12
+#: svtools/uiconfig/ui/fileviewmenu.ui:12
#, fuzzy
msgctxt "fileviewmenu|delete"
msgid "_Delete"
msgstr "Skrap"
-#: fileviewmenu.ui:20
+#: svtools/uiconfig/ui/fileviewmenu.ui:20
#, fuzzy
msgctxt "fileviewmenu|rename"
msgid "_Rename"
msgstr "Hernoem"
-#: graphicexport.ui:31
+#: svtools/uiconfig/ui/graphicexport.ui:31
msgctxt "graphicexport|liststore1"
msgid "pixels/cm"
msgstr ""
-#: graphicexport.ui:34
+#: svtools/uiconfig/ui/graphicexport.ui:34
msgctxt "graphicexport|liststore1"
msgid "pixels/inch"
msgstr ""
-#: graphicexport.ui:37
+#: svtools/uiconfig/ui/graphicexport.ui:37
msgctxt "graphicexport|liststore1"
msgid "pixels/meter"
msgstr ""
-#: graphicexport.ui:48
+#: svtools/uiconfig/ui/graphicexport.ui:48
msgctxt "graphicexport|liststore2"
msgid "inches"
msgstr ""
-#: graphicexport.ui:51
+#: svtools/uiconfig/ui/graphicexport.ui:51
msgctxt "graphicexport|liststore2"
msgid "cm"
msgstr "cm"
-#: graphicexport.ui:54
+#: svtools/uiconfig/ui/graphicexport.ui:54
msgctxt "graphicexport|liststore2"
msgid "mm"
msgstr "mm"
-#: graphicexport.ui:57
+#: svtools/uiconfig/ui/graphicexport.ui:57
msgctxt "graphicexport|liststore2"
msgid "points"
msgstr ""
-#: graphicexport.ui:60
+#: svtools/uiconfig/ui/graphicexport.ui:60
msgctxt "graphicexport|liststore2"
msgid "pixels"
msgstr ""
-#: graphicexport.ui:67
+#: svtools/uiconfig/ui/graphicexport.ui:67
msgctxt "graphicexport|GraphicExportDialog"
msgid "%1 Options"
msgstr "%1 Opsies"
-#: graphicexport.ui:159
+#: svtools/uiconfig/ui/graphicexport.ui:159
#, fuzzy
msgctxt "graphicexport|label5"
msgid "Width:"
msgstr "Wydte"
-#: graphicexport.ui:173
+#: svtools/uiconfig/ui/graphicexport.ui:173
#, fuzzy
msgctxt "graphicexport|label6"
msgid "Height:"
msgstr "Hoogte"
-#: graphicexport.ui:187
+#: svtools/uiconfig/ui/graphicexport.ui:187
#, fuzzy
msgctxt "graphicexport|resolutionft"
msgid "Resolution:"
msgstr "Reso~lusie"
-#: graphicexport.ui:271
+#: svtools/uiconfig/ui/graphicexport.ui:268
msgctxt "graphicexport|label1"
msgid "Size"
msgstr "Grootte"
-#: graphicexport.ui:307
+#: svtools/uiconfig/ui/graphicexport.ui:304
#, fuzzy
msgctxt "graphicexport|label2"
msgid "Color Depth"
msgstr "Kleur~diepte"
-#: graphicexport.ui:370
+#: svtools/uiconfig/ui/graphicexport.ui:366
msgctxt "graphicexport|label9"
msgid "Quality"
msgstr "Gehalte"
-#: graphicexport.ui:433
+#: svtools/uiconfig/ui/graphicexport.ui:428
#, fuzzy
msgctxt "graphicexport|label"
msgid "Compression"
msgstr "Kompressie"
-#: graphicexport.ui:459
+#: svtools/uiconfig/ui/graphicexport.ui:454
#, fuzzy
msgctxt "graphicexport|rlecb"
msgid "RLE encoding"
msgstr "LZW-enkodering"
-#: graphicexport.ui:474
+#: svtools/uiconfig/ui/graphicexport.ui:470
#, fuzzy
msgctxt "graphicexport|label3"
msgid "Compression"
msgstr "Kompressie"
-#: graphicexport.ui:500
+#: svtools/uiconfig/ui/graphicexport.ui:496
msgctxt "graphicexport|interlacedcb"
msgid "Interlaced"
msgstr ""
-#: graphicexport.ui:515
+#: svtools/uiconfig/ui/graphicexport.ui:512
msgctxt "graphicexport|label12"
msgid "Mode"
msgstr "Modus"
-#: graphicexport.ui:541
+#: svtools/uiconfig/ui/graphicexport.ui:538
#, fuzzy
msgctxt "graphicexport|savetransparencycb"
msgid "Save transparency"
msgstr "Lyndeursigtigheid"
-#: graphicexport.ui:556
+#: svtools/uiconfig/ui/graphicexport.ui:554
msgctxt "graphicexport|labe"
msgid "Drawing Objects"
msgstr "Tekenobjekte"
-#: graphicexport.ui:586
+#: svtools/uiconfig/ui/graphicexport.ui:584
msgctxt "graphicexport|binarycb"
msgid "Binary"
msgstr "Binêr"
-#: graphicexport.ui:601
+#: svtools/uiconfig/ui/graphicexport.ui:600
msgctxt "graphicexport|textcb"
msgid "Text"
msgstr "Teks"
-#: graphicexport.ui:623
+#: svtools/uiconfig/ui/graphicexport.ui:623
msgctxt "graphicexport|label16"
msgid "Encoding"
msgstr "Enkodering"
-#: graphicexport.ui:657
+#: svtools/uiconfig/ui/graphicexport.ui:657
msgctxt "graphicexport|tiffpreviewcb"
msgid "Image preview (TIFF)"
msgstr ""
-#: graphicexport.ui:672
+#: svtools/uiconfig/ui/graphicexport.ui:673
msgctxt "graphicexport|epsipreviewcb"
msgid "Interchange (EPSI)"
msgstr ""
-#: graphicexport.ui:692
+#: svtools/uiconfig/ui/graphicexport.ui:694
msgctxt "graphicexport|label17"
msgid "Preview"
msgstr "Voorskou"
-#: graphicexport.ui:722
+#: svtools/uiconfig/ui/graphicexport.ui:724
msgctxt "graphicexport|color1rb"
msgid "Color"
msgstr "Kleur"
-#: graphicexport.ui:737
+#: svtools/uiconfig/ui/graphicexport.ui:740
msgctxt "graphicexport|color2rb"
msgid "Grayscale"
msgstr "Grysskaal"
-#: graphicexport.ui:759
+#: svtools/uiconfig/ui/graphicexport.ui:763
#, fuzzy
msgctxt "graphicexport|label18"
msgid "Color Format"
msgstr "Kleurformaat"
-#: graphicexport.ui:789
+#: svtools/uiconfig/ui/graphicexport.ui:793
msgctxt "graphicexport|level1rb"
msgid "Level 1"
msgstr "Vlak 1"
-#: graphicexport.ui:804
+#: svtools/uiconfig/ui/graphicexport.ui:809
msgctxt "graphicexport|level2rb"
msgid "Level 2"
msgstr "Vlak 2"
-#: graphicexport.ui:826
+#: svtools/uiconfig/ui/graphicexport.ui:832
msgctxt "graphicexport|label19"
msgid "Version"
msgstr "Weergawe"
-#: graphicexport.ui:856
+#: svtools/uiconfig/ui/graphicexport.ui:862
msgctxt "graphicexport|compresslzw"
msgid "LZW encoding"
msgstr "LZW-enkodering"
-#: graphicexport.ui:871
+#: svtools/uiconfig/ui/graphicexport.ui:878
msgctxt "graphicexport|compressnone"
msgid "None"
msgstr "Geen"
-#: graphicexport.ui:893
+#: svtools/uiconfig/ui/graphicexport.ui:901
#, fuzzy
msgctxt "graphicexport|label20"
msgid "Compression"
msgstr "Kompressie"
-#: graphicexport.ui:939
+#: svtools/uiconfig/ui/graphicexport.ui:947
msgctxt "graphicexport|label4"
msgid "Information"
msgstr "Inligting"
-#: javadisableddialog.ui:8
+#: svtools/uiconfig/ui/javadisableddialog.ui:7
msgctxt "javadisableddialog|JavaDisabledDialog"
msgid "Enable JRE?"
msgstr ""
-#: javadisableddialog.ui:13
+#: svtools/uiconfig/ui/javadisableddialog.ui:13
msgctxt "javadisableddialog|JavaDisabledDialog"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. However, use of a JRE has been disabled. Do you want to enable the use of a JRE now?"
msgstr ""
-#: placeedit.ui:22
+#: svtools/uiconfig/ui/placeedit.ui:18
+msgctxt "placeedit|PlaceEditDialog"
+msgid "File Services"
+msgstr ""
+
+#: svtools/uiconfig/ui/placeedit.ui:111
+#, fuzzy
+msgctxt "placeedit|typeLabel"
+msgid "Type:"
+msgstr "Soort"
+
+#: svtools/uiconfig/ui/placeedit.ui:127
msgctxt "placeedit|liststore1"
msgid "WebDAV"
msgstr ""
-#: placeedit.ui:25
+#: svtools/uiconfig/ui/placeedit.ui:128
#, fuzzy
msgctxt "placeedit|liststore1"
msgid "FTP"
msgstr "~FTP"
-#: placeedit.ui:28
+#: svtools/uiconfig/ui/placeedit.ui:129
msgctxt "placeedit|liststore1"
msgid "SSH"
msgstr ""
-#: placeedit.ui:31
+#: svtools/uiconfig/ui/placeedit.ui:130
msgctxt "placeedit|liststore1"
msgid "Windows Share"
msgstr ""
-#: placeedit.ui:39
-msgctxt "placeedit|PlaceEditDialog"
-msgid "File Services"
-msgstr ""
-
-#: placeedit.ui:130
-#, fuzzy
-msgctxt "placeedit|typeLabel"
-msgid "Type:"
-msgstr "Soort"
-
-#: placeedit.ui:175
+#: svtools/uiconfig/ui/placeedit.ui:155
#, fuzzy
msgctxt "placeedit|hostLabel"
msgid "Host:"
msgstr "Post"
-#: placeedit.ui:189
+#: svtools/uiconfig/ui/placeedit.ui:169
msgctxt "placeedit|pathLabel"
msgid "Root:"
msgstr ""
-#: placeedit.ui:215
+#: svtools/uiconfig/ui/placeedit.ui:195
#, fuzzy
msgctxt "placeedit|shareLabel"
msgid "Share:"
msgstr "Vorm"
-#: placeedit.ui:241
+#: svtools/uiconfig/ui/placeedit.ui:221
msgctxt "placeedit|repositoryLabel"
msgid "Repository:"
msgstr ""
-#: placeedit.ui:252
+#: svtools/uiconfig/ui/placeedit.ui:233
msgctxt "placeedit|webdavs"
msgid "Secure connection"
msgstr ""
-#: placeedit.ui:269
+#: svtools/uiconfig/ui/placeedit.ui:250
#, fuzzy
msgctxt "placeedit|loginLabel"
msgid "User:"
msgstr "G~ebruiker:"
-#: placeedit.ui:295
+#: svtools/uiconfig/ui/placeedit.ui:276
#, fuzzy
msgctxt "placeedit|nameLabel"
msgid "Label:"
msgstr "Etiket"
-#: placeedit.ui:339
+#: svtools/uiconfig/ui/placeedit.ui:320
#, fuzzy
msgctxt "placeedit|portLabel"
msgid "Port:"
msgstr "~Poort"
-#: placeedit.ui:414
+#: svtools/uiconfig/ui/placeedit.ui:392
msgctxt "placeedit|passwordLabel"
msgid "Password:"
msgstr "Wagwoord:"
-#: placeedit.ui:436
+#: svtools/uiconfig/ui/placeedit.ui:415
#, fuzzy
msgctxt "placeedit|rememberPassword"
msgid "Remember password"
msgstr "~Onthou wagwoord"
-#: printersetupdialog.ui:8
+#: svtools/uiconfig/ui/printersetupdialog.ui:8
msgctxt "printersetupdialog|PrinterSetupDialog"
msgid "Printer Setup"
msgstr ""
-#: printersetupdialog.ui:37
+#: svtools/uiconfig/ui/printersetupdialog.ui:40
#, fuzzy
msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "Opsies..."
-#: printersetupdialog.ui:111
+#: svtools/uiconfig/ui/printersetupdialog.ui:112
#, fuzzy
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "Naam"
-#: printersetupdialog.ui:125
+#: svtools/uiconfig/ui/printersetupdialog.ui:126
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "Status:"
-#: printersetupdialog.ui:137
+#: svtools/uiconfig/ui/printersetupdialog.ui:138
#, fuzzy
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "Soort"
-#: printersetupdialog.ui:149
+#: svtools/uiconfig/ui/printersetupdialog.ui:150
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "Ligging:"
-#: printersetupdialog.ui:161
+#: svtools/uiconfig/ui/printersetupdialog.ui:162
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "Opmerking:"
-#: printersetupdialog.ui:218
+#: svtools/uiconfig/ui/printersetupdialog.ui:220
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "Eienskappe..."
-#: printersetupdialog.ui:247
+#: svtools/uiconfig/ui/printersetupdialog.ui:249
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "Drukker"
-#: querydeletedialog.ui:8
+#: svtools/uiconfig/ui/querydeletedialog.ui:7
#, fuzzy
msgctxt "querydeletedialog|QueryDeleteDialog"
msgid "Confirm Delete"
msgstr "Bevestig skrapping"
-#: querydeletedialog.ui:13
+#: svtools/uiconfig/ui/querydeletedialog.ui:13
#, fuzzy
msgctxt "querydeletedialog|QueryDeleteDialog"
msgid "Are you sure you want to delete the selected data?"
msgstr "Is u seker u wil die gemerkte scenario skrap?"
-#: querydeletedialog.ui:14
+#: svtools/uiconfig/ui/querydeletedialog.ui:14
msgctxt "querydeletedialog|QueryDeleteDialog"
msgid "Entry: %s"
msgstr ""
-#: querydeletedialog.ui:26
+#: svtools/uiconfig/ui/querydeletedialog.ui:25
#, fuzzy
msgctxt "querydeletedialog|yes"
msgid "_Delete"
msgstr "Skrap"
-#: querydeletedialog.ui:42
+#: svtools/uiconfig/ui/querydeletedialog.ui:41
msgctxt "querydeletedialog|all"
msgid "Delete _All"
msgstr ""
-#: querydeletedialog.ui:57
+#: svtools/uiconfig/ui/querydeletedialog.ui:56
msgctxt "querydeletedialog|no"
msgid "Do _Not Delete"
msgstr ""
-#: restartdialog.ui:8
+#: svtools/uiconfig/ui/restartdialog.ui:8
msgctxt "restartdialog|RestartDialog"
msgid "Restart %PRODUCTNAME"
msgstr ""
-#: restartdialog.ui:23
+#: svtools/uiconfig/ui/restartdialog.ui:26
msgctxt "restartdialog|yes"
msgid "Restart Now"
msgstr ""
-#: restartdialog.ui:38
+#: svtools/uiconfig/ui/restartdialog.ui:41
msgctxt "restartdialog|no"
msgid "Restart Later"
msgstr ""
-#: restartdialog.ui:67
+#: svtools/uiconfig/ui/restartdialog.ui:70
msgctxt "restartdialog|reason_java"
msgid "For the selected Java runtime environment to work properly, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:82
+#: svtools/uiconfig/ui/restartdialog.ui:85
msgctxt "restartdialog|reason_mailmerge_install"
msgid "For mail merge to work properly, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:97
+#: svtools/uiconfig/ui/restartdialog.ui:100
msgctxt "restartdialog|reason_pdf"
msgid "For the modified default print job format to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:112
+#: svtools/uiconfig/ui/restartdialog.ui:115
msgctxt "restartdialog|reason_bibliography_install"
msgid "For the bibliography to work properly, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:127
+#: svtools/uiconfig/ui/restartdialog.ui:130
msgctxt "restartdialog|reason_assigning_folders"
msgid "For the assigned folders and archives to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:142
+#: svtools/uiconfig/ui/restartdialog.ui:145
msgctxt "restartdialog|reason_assigning_javaparameters"
msgid "For the assigned Java parameters to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:157
+#: svtools/uiconfig/ui/restartdialog.ui:160
msgctxt "restartdialog|reason_adding_path"
msgid "For the added path to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:172
+#: svtools/uiconfig/ui/restartdialog.ui:175
msgctxt "restartdialog|reason_language_change"
msgid "For the updated language settings to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:187
+#: svtools/uiconfig/ui/restartdialog.ui:190
msgctxt "restartdialog|reason_exp_features"
msgid "For the modified experimental features to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:202
+#: svtools/uiconfig/ui/restartdialog.ui:205
msgctxt "restartdialog|reason_extension_install"
msgid "For the extension to work properly, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:217
+#: svtools/uiconfig/ui/restartdialog.ui:220
msgctxt "restartdialog|reason_opengl"
msgid "For the OpenGL changes to take effect, %PRODUCTNAME must be restarted."
msgstr ""
-#: restartdialog.ui:232
+#: svtools/uiconfig/ui/restartdialog.ui:235
msgctxt "restartdialog|label"
msgid "Do you want to restart %PRODUCTNAME now?"
msgstr ""
-#: strings.hrc:25
+#: include/svtools/strings.hrc:25
msgctxt "STR_UNDO"
msgid "Undo: "
msgstr "Ontdoen: "
-#: strings.hrc:26
+#: include/svtools/strings.hrc:26
msgctxt "STR_REDO"
msgid "Re~do: "
msgstr "Her~doen: "
-#: strings.hrc:27
+#: include/svtools/strings.hrc:27
msgctxt "STR_REPEAT"
msgid "~Repeat: "
msgstr "~Herhaal: "
-#: strings.hrc:29
+#: include/svtools/strings.hrc:29
msgctxt "STR_FORMAT_STRING"
msgid "Unformatted text"
msgstr "Ongeformateerde teks"
-#: strings.hrc:30
+#: include/svtools/strings.hrc:30
msgctxt "STR_FORMAT_ID_STRING_TSVC"
-msgid "Unformatted text [TSV-Calc]"
+msgid "Unformatted text (TSV-Calc)"
msgstr ""
-#: strings.hrc:31
+#: include/svtools/strings.hrc:31
msgctxt "STR_FORMAT_BITMAP"
-msgid "Bitmap"
-msgstr "Biskaart"
+msgid "Bitmap Image (BMP)"
+msgstr ""
-#: strings.hrc:32
+#: include/svtools/strings.hrc:32
msgctxt "STR_FORMAT_GDIMETAFILE"
-msgid "GDI metafile"
-msgstr "GDI-metalêer"
+msgid "Graphics Device Interface metafile (GDI)"
+msgstr ""
-#: strings.hrc:33
+#: include/svtools/strings.hrc:33
msgctxt "STR_FORMAT_RTF"
-msgid "Formatted text [RTF]"
-msgstr "Geformateerde teks [RTF]"
+msgid "Rich text formatting (RTF)"
+msgstr ""
-#: strings.hrc:34
+#: include/svtools/strings.hrc:34
msgctxt "STR_FORMAT_ID_RICHTEXT"
-msgid "Formatted text [Richtext]"
+msgid "Rich text formatting (Richtext)"
msgstr ""
-#: strings.hrc:35
+#: include/svtools/strings.hrc:35
msgctxt "STR_FORMAT_ID_DRAWING"
-msgid "Drawing format"
-msgstr "Tekenwerkformaat"
+msgid "%PRODUCTNAME drawing format"
+msgstr ""
-#: strings.hrc:36
+#: include/svtools/strings.hrc:36
msgctxt "STR_FORMAT_ID_SVXB"
-msgid "SVXB (StarView bitmap/animation)"
-msgstr "SVXB (StarView-bismatriks/animasie)"
+msgid "StarView bitmap/animation (SVXB)"
+msgstr ""
-#: strings.hrc:37
+#: include/svtools/strings.hrc:37
msgctxt "STR_FORMAT_ID_INTERNALLINK_STATE"
msgid "Status Info from Svx Internal Link"
msgstr "Statusinligting uit Svx- interne skakel"
-#: strings.hrc:38
+#: include/svtools/strings.hrc:38
msgctxt "STR_FORMAT_ID_SOLK"
-msgid "SOLK (%PRODUCTNAME Link)"
-msgstr "SOLK (%PRODUCTNAME-skakel)"
+msgid "%PRODUCTNAME Link (SOLK)"
+msgstr ""
-#: strings.hrc:39
+#: include/svtools/strings.hrc:39
msgctxt "STR_FORMAT_ID_NETSCAPE_BOOKMARK"
msgid "Netscape Bookmark"
msgstr "Netscape-boekmerk"
-#: strings.hrc:40
+#: include/svtools/strings.hrc:40
msgctxt "STR_FORMAT_ID_STARSERVER"
msgid "Star server format"
msgstr "Star-bedienerformaat"
-#: strings.hrc:41
+#: include/svtools/strings.hrc:41
msgctxt "STR_FORMAT_ID_STAROBJECT"
msgid "Star object format"
msgstr "Star-objekformaat"
-#: strings.hrc:42
+#: include/svtools/strings.hrc:42
msgctxt "STR_FORMAT_ID_APPLETOBJECT"
msgid "Applet object"
msgstr "Minitoepassing-objek"
-#: strings.hrc:43
+#: include/svtools/strings.hrc:43
msgctxt "STR_FORMAT_ID_PLUGIN_OBJECT"
msgid "Plug-in object"
msgstr "Inpropobjek"
-#: strings.hrc:44
+#: include/svtools/strings.hrc:44
msgctxt "STR_FORMAT_ID_STARWRITER_30"
msgid "StarWriter 3.0 object"
msgstr "StarWriter 3.0-objek"
-#: strings.hrc:45
+#: include/svtools/strings.hrc:45
msgctxt "STR_FORMAT_ID_STARWRITER_40"
msgid "StarWriter 4.0 object"
msgstr "StarWriter 4.0-objek"
-#: strings.hrc:46
+#: include/svtools/strings.hrc:46
msgctxt "STR_FORMAT_ID_STARWRITER_50"
msgid "StarWriter 5.0 object"
msgstr "StarWriter 5.0-objek"
-#: strings.hrc:47
+#: include/svtools/strings.hrc:47
msgctxt "STR_FORMAT_ID_STARWRITERWEB_40"
msgid "StarWriter/Web 4.0 object"
msgstr "StarWriter/Web 4.0-objek"
-#: strings.hrc:48
+#: include/svtools/strings.hrc:48
msgctxt "STR_FORMAT_ID_STARWRITERWEB_50"
msgid "StarWriter/Web 5.0 object"
msgstr "StarWriter/Web 5.0-objek"
-#: strings.hrc:49
+#: include/svtools/strings.hrc:49
msgctxt "STR_FORMAT_ID_STARWRITERGLOB_40"
msgid "StarWriter/Master 4.0 object"
msgstr "StarWriter/Master 4.0-objek"
-#: strings.hrc:50
+#: include/svtools/strings.hrc:50
msgctxt "STR_FORMAT_ID_STARWRITERGLOB_50"
msgid "StarWriter/Master 5.0 object"
msgstr "StarWriter/Master 5.0-objek"
-#: strings.hrc:51
+#: include/svtools/strings.hrc:51
msgctxt "STR_FORMAT_ID_STARDRAW"
msgid "StarDraw object"
msgstr "StarDraw-objek"
-#: strings.hrc:52
+#: include/svtools/strings.hrc:52
msgctxt "STR_FORMAT_ID_STARDRAW_40"
msgid "StarDraw 4.0 object"
msgstr "StarDraw 4.0-objek"
-#: strings.hrc:53
+#: include/svtools/strings.hrc:53
msgctxt "STR_FORMAT_ID_STARIMPRESS_50"
msgid "StarImpress 5.0 object"
msgstr "StarImpress 5.0-objek"
-#: strings.hrc:54
+#: include/svtools/strings.hrc:54
msgctxt "STR_FORMAT_ID_STARDRAW_50"
msgid "StarDraw 5.0 object"
msgstr "StarDraw 5.0-objek"
-#: strings.hrc:55
+#: include/svtools/strings.hrc:55
msgctxt "STR_FORMAT_ID_STARCALC"
msgid "StarCalc object"
msgstr "StarCalc-objek"
-#: strings.hrc:56
+#: include/svtools/strings.hrc:56
msgctxt "STR_FORMAT_ID_STARCALC_40"
msgid "StarCalc 4.0 object"
msgstr "StarCalc 4.0-objek"
-#: strings.hrc:57
+#: include/svtools/strings.hrc:57
msgctxt "STR_FORMAT_ID_STARCALC_50"
msgid "StarCalc 5.0 object"
msgstr "StarCalc 5.0-objek"
-#: strings.hrc:58
+#: include/svtools/strings.hrc:58
msgctxt "STR_FORMAT_ID_STARCHART"
msgid "StarChart object"
msgstr "StarChart-objek"
-#: strings.hrc:59
+#: include/svtools/strings.hrc:59
msgctxt "STR_FORMAT_ID_STARCHART_40"
msgid "StarChart 4.0 object"
msgstr "StarChart 4.0-objek"
-#: strings.hrc:60
+#: include/svtools/strings.hrc:60
msgctxt "STR_FORMAT_ID_STARCHART_50"
msgid "StarChart 5.0 object"
msgstr "StarChart 5.0-objek"
-#: strings.hrc:61
+#: include/svtools/strings.hrc:61
msgctxt "STR_FORMAT_ID_STARIMAGE"
msgid "StarImage object"
msgstr "StarImage-objek"
-#: strings.hrc:62
+#: include/svtools/strings.hrc:62
msgctxt "STR_FORMAT_ID_STARIMAGE_40"
msgid "StarImage 4.0 object"
msgstr "StarImage 4.0-objek"
-#: strings.hrc:63
+#: include/svtools/strings.hrc:63
msgctxt "STR_FORMAT_ID_STARIMAGE_50"
msgid "StarImage 5.0 object"
msgstr "StarImage 5.0-objek"
-#: strings.hrc:64
+#: include/svtools/strings.hrc:64
msgctxt "STR_FORMAT_ID_STARMATH"
msgid "StarMath object"
msgstr "StarMath-objek"
-#: strings.hrc:65
+#: include/svtools/strings.hrc:65
msgctxt "STR_FORMAT_ID_STARMATH_40"
msgid "StarMath 4.0 object"
msgstr "StarMath 4.0-objek"
-#: strings.hrc:66
+#: include/svtools/strings.hrc:66
msgctxt "STR_FORMAT_ID_STARMATH_50"
msgid "StarMath 5.0 object"
msgstr "StarMath 5.0-objek"
-#: strings.hrc:67
+#: include/svtools/strings.hrc:67
msgctxt "STR_FORMAT_ID_STAROBJECT_PAINTDOC"
msgid "StarObject Paint object"
msgstr "StarObject Paint-objek"
-#: strings.hrc:68
+#: include/svtools/strings.hrc:68
msgctxt "STR_FORMAT_ID_HTML"
-msgid "HTML (HyperText Markup Language)"
-msgstr "HTML (hiperteksmarkeertaal)"
+msgid "HyperText Markup Language (HTML)"
+msgstr ""
-#: strings.hrc:69
+#: include/svtools/strings.hrc:69
msgctxt "STR_FORMAT_ID_HTML_SIMPLE"
-msgid "HTML format"
-msgstr "HTML-formaat"
+msgid "Stripped HyperText Markup Language (Simple HTML)"
+msgstr ""
-#: strings.hrc:70
+#: include/svtools/strings.hrc:70
msgctxt "STR_FORMAT_ID_BIFF_5"
-msgid "Biff5 (Microsoft Excel 5.0/95)"
-msgstr "Biff5 (Microsoft Excel 5.0/95)"
+msgid "Microsoft Excel Binary Interchange Format 5.0/95 (Biff5)"
+msgstr ""
-#: strings.hrc:71
+#: include/svtools/strings.hrc:71
msgctxt "STR_FORMAT_ID_BIFF_8"
-msgid "Biff8 (Microsoft Excel 97/2000/XP/2003)"
-msgstr "Biff8 (Microsoft Excel 97/2000/XP/2003)"
+msgid "Microsoft Excel Binary Interchange Format 97/2000/XP/2003 (Biff8)"
+msgstr ""
-#: strings.hrc:72
+#: include/svtools/strings.hrc:72
msgctxt "STR_FORMAT_ID_SYLK"
msgid "Sylk"
msgstr "Sylk"
-#: strings.hrc:73
+#: include/svtools/strings.hrc:73
msgctxt "STR_FORMAT_ID_LINK"
-msgid "DDE link"
-msgstr "DDE-skakel"
+msgid "Dynamic Data Exchange (DDE link)"
+msgstr ""
-#: strings.hrc:74
+#: include/svtools/strings.hrc:74
msgctxt "STR_FORMAT_ID_DIF"
-msgid "DIF"
-msgstr "DIF"
+msgid "Data Interchange Format (DIF)"
+msgstr ""
-#: strings.hrc:75
+#: include/svtools/strings.hrc:75
msgctxt "STR_FORMAT_ID_MSWORD_DOC"
msgid "Microsoft Word object"
msgstr "Microsoft Word-objek"
-#: strings.hrc:76
+#: include/svtools/strings.hrc:76
msgctxt "STR_FORMAT_ID_STAR_FRAMESET_DOC"
msgid "StarFrameSet object"
msgstr "StarFrameSet-objek"
-#: strings.hrc:77
+#: include/svtools/strings.hrc:77
msgctxt "STR_FORMAT_ID_OFFICE_DOC"
msgid "Office document object"
msgstr "Office-dokumentobjek"
-#: strings.hrc:78
+#: include/svtools/strings.hrc:78
msgctxt "STR_FORMAT_ID_NOTES_DOCINFO"
msgid "Notes document info"
msgstr "Notes-dokumentinligting"
-#: strings.hrc:79
+#: include/svtools/strings.hrc:79
msgctxt "STR_FORMAT_ID_SFX_DOC"
msgid "Sfx document"
msgstr "Sfx-dokument"
-#: strings.hrc:80
+#: include/svtools/strings.hrc:80
msgctxt "STR_FORMAT_ID_STARCHARTDOCUMENT_50"
msgid "StarChart 5.0 object"
msgstr "StarChart 5.0-objek"
-#: strings.hrc:81
+#: include/svtools/strings.hrc:81
msgctxt "STR_FORMAT_ID_GRAPHOBJ"
msgid "Graphic object"
msgstr "Grafika-objek"
-#: strings.hrc:82
+#: include/svtools/strings.hrc:82
msgctxt "STR_FORMAT_ID_STARWRITER_60"
msgid "OpenOffice.org 1.0 Writer object"
msgstr ""
-#: strings.hrc:83
+#: include/svtools/strings.hrc:83
msgctxt "STR_FORMAT_ID_STARWRITERWEB_60"
msgid "OpenOffice.org 1.0 Writer/Web object"
msgstr ""
-#: strings.hrc:84
+#: include/svtools/strings.hrc:84
msgctxt "STR_FORMAT_ID_STARWRITERGLOB_60"
msgid "OpenOffice.org 1.0 Writer/Master object"
msgstr ""
-#: strings.hrc:85
+#: include/svtools/strings.hrc:85
msgctxt "STR_FORMAT_ID_STARDRAW_60"
msgid "OpenOffice.org 1.0 Draw object"
msgstr ""
-#: strings.hrc:86
+#: include/svtools/strings.hrc:86
msgctxt "STR_FORMAT_ID_STARIMPRESS_60"
msgid "OpenOffice.org 1.0 Impress object"
msgstr ""
-#: strings.hrc:87
+#: include/svtools/strings.hrc:87
msgctxt "STR_FORMAT_ID_STARCALC_60"
msgid "OpenOffice.org 1.0 Calc object"
msgstr ""
-#: strings.hrc:88
+#: include/svtools/strings.hrc:88
msgctxt "STR_FORMAT_ID_STARCHART_60"
msgid "OpenOffice.org 1.0 Chart object"
msgstr ""
-#: strings.hrc:89
+#: include/svtools/strings.hrc:89
msgctxt "STR_FORMAT_ID_STARMATH_60"
msgid "OpenOffice.org 1.0 Math object"
msgstr ""
-#: strings.hrc:90
+#: include/svtools/strings.hrc:90
msgctxt "STR_FORMAT_ID_WMF"
msgid "Windows metafile"
msgstr "Windows-metalêer"
-#: strings.hrc:91
+#: include/svtools/strings.hrc:91
msgctxt "STR_FORMAT_ID_DBACCESS_QUERY"
msgid "Data source object"
msgstr "Databron-objek"
-#: strings.hrc:92
+#: include/svtools/strings.hrc:92
msgctxt "STR_FORMAT_ID_DBACCESS_TABLE"
msgid "Data source table"
msgstr "Databrontabel"
-#: strings.hrc:93
+#: include/svtools/strings.hrc:93
msgctxt "STR_FORMAT_ID_DBACCESS_COMMAND"
msgid "SQL query"
msgstr "SQL-navraag"
-#: strings.hrc:94
+#: include/svtools/strings.hrc:94
msgctxt "STR_FORMAT_ID_DIALOG_60"
msgid "OpenOffice.org 1.0 dialog"
msgstr ""
-#: strings.hrc:95
+#: include/svtools/strings.hrc:95
msgctxt "STR_FORMAT_ID_FILEGRPDESCRIPTOR"
msgid "Link"
msgstr "Skakel"
-#: strings.hrc:96
+#: include/svtools/strings.hrc:96
msgctxt "STR_FORMAT_ID_HTML_NO_COMMENT"
msgid "HTML format without comments"
msgstr "HTML-formaat sonder opmerkings"
-#: strings.hrc:97
+#: include/svtools/strings.hrc:97
msgctxt "STR_FORMAT_ID_PNG_BITMAP"
-msgid "PNG Bitmap"
+msgid "Portable Network Graphic (PNG)"
msgstr ""
-#: strings.hrc:99
+#: include/svtools/strings.hrc:99
#, c-format
msgctxt "STR_ERROR_OBJNOCREATE"
msgid "Object % could not be inserted."
msgstr "Objek % kon nie ingevoeg word nie."
-#: strings.hrc:100
+#: include/svtools/strings.hrc:100
#, c-format
msgctxt "STR_ERROR_OBJNOCREATE_FROM_FILE"
msgid "Object from file % could not be inserted."
msgstr "Objek uit lêer % kon nie ingevoeg word nie."
-#: strings.hrc:101
-#, c-format
-msgctxt "STR_ERROR_OBJNOCREATE_PLUGIN"
-msgid "Plug-in from document % could not be inserted."
-msgstr "Inprop uit dokument % kon nie ingevoeg word nie."
-
-#: strings.hrc:102
+#: include/svtools/strings.hrc:101
msgctxt "STR_FURTHER_OBJECT"
msgid "Further objects"
msgstr "Verdere objekte"
-#: strings.hrc:103
+#: include/svtools/strings.hrc:102
msgctxt "STR_UNKNOWN_SOURCE"
msgid "Unknown source"
msgstr "Onbekende brondokument"
-#: strings.hrc:105
+#: include/svtools/strings.hrc:104
msgctxt "STR_SVT_FILEVIEW_COLUMN_TITLE"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:106
+#: include/svtools/strings.hrc:105
msgctxt "STR_SVT_FILEVIEW_COLUMN_SIZE"
msgid "Size"
msgstr "Grootte"
-#: strings.hrc:107
+#: include/svtools/strings.hrc:106
msgctxt "STR_SVT_FILEVIEW_COLUMN_DATE"
msgid "Date modified"
msgstr "Datum gewysig"
-#: strings.hrc:108
+#: include/svtools/strings.hrc:107
msgctxt "STR_SVT_FILEVIEW_COLUMN_TYPE"
msgid "Type"
msgstr "Soort"
-#: strings.hrc:109
+#: include/svtools/strings.hrc:108
msgctxt "STR_SVT_BYTES"
msgid "Bytes"
msgstr "Grepe"
-#: strings.hrc:110
+#: include/svtools/strings.hrc:109
msgctxt "STR_SVT_KB"
msgid "KB"
msgstr "kilogreep"
-#: strings.hrc:111
+#: include/svtools/strings.hrc:110
msgctxt "STR_SVT_MB"
msgid "MB"
msgstr "megagreep"
-#: strings.hrc:112
+#: include/svtools/strings.hrc:111
msgctxt "STR_SVT_GB"
msgid "GB"
msgstr "gigagreep"
#. descriptions of accessible objects
-#: strings.hrc:115
+#: include/svtools/strings.hrc:114
msgctxt "STR_SVT_ACC_DESC_TABLISTBOX"
msgid "Row: %1, Column: %2"
msgstr "Ry: %1, Kolom: %2"
-#: strings.hrc:116
+#: include/svtools/strings.hrc:115
msgctxt "STR_SVT_ACC_DESC_FILEVIEW"
msgid ", Type: %1, URL: %2"
msgstr ", Tipe: %1, URL: %2"
-#: strings.hrc:117
+#: include/svtools/strings.hrc:116
msgctxt "STR_SVT_ACC_DESC_FOLDER"
msgid "Folder"
msgstr "Vouer"
-#: strings.hrc:118
+#: include/svtools/strings.hrc:117
msgctxt "STR_SVT_ACC_DESC_FILE"
msgid "File"
msgstr "Lêer"
-#: strings.hrc:119
+#: include/svtools/strings.hrc:118
msgctxt "STR_SVT_ACC_EMPTY_FIELD"
msgid "Empty Field"
msgstr "Leë veld"
#. * resources for CollatorResource / CollatorResourceData resp.
#. alphanumeric sorting algorithm
-#: strings.hrc:125
+#: include/svtools/strings.hrc:124
msgctxt "STR_SVT_COLLATE_ALPHANUMERIC"
msgid "Alphanumeric"
msgstr "Alfanumeries"
#. default or normal sorting algorithm
-#: strings.hrc:127
+#: include/svtools/strings.hrc:126
msgctxt "STR_SVT_COLLATE_NORMAL"
msgid "Normal"
msgstr "Normaal"
#. default or normal sorting algorithm
-#: strings.hrc:129
+#: include/svtools/strings.hrc:128
msgctxt "STR_SVT_COLLATE_CHARSET"
msgid "Character set"
msgstr "Karakterstel"
#. german dictionary word order / sorting
-#: strings.hrc:131
+#: include/svtools/strings.hrc:130
msgctxt "STR_SVT_COLLATE_DICTIONARY"
msgid "Dictionary"
msgstr "Woordeboek"
#. chinese sorting algorithm
-#: strings.hrc:133
+#: include/svtools/strings.hrc:132
msgctxt "STR_SVT_COLLATE_PINYIN"
msgid "Pinyin"
msgstr "Pinjin"
#. chinese sorting algorithm
-#: strings.hrc:135
+#: include/svtools/strings.hrc:134
msgctxt "STR_SVT_COLLATE_STROKE"
msgid "Stroke"
msgstr "Slag"
#. chinese sorting algorithm
-#: strings.hrc:137
+#: include/svtools/strings.hrc:136
msgctxt "STR_SVT_COLLATE_RADICAL"
msgid "Radical"
msgstr "Radikaal"
#. sorting according to the unicode code point of the character
-#: strings.hrc:139
+#: include/svtools/strings.hrc:138
msgctxt "STR_SVT_COLLATE_UNICODE"
msgid "Unicode"
msgstr "Unicode"
#. chinese sorting algorithm
-#: strings.hrc:141
+#: include/svtools/strings.hrc:140
msgctxt "STR_SVT_COLLATE_ZHUYIN"
msgid "Zhuyin"
msgstr "Zhujin"
#. phone book sorting algorithm. e.g. German
-#: strings.hrc:143
+#: include/svtools/strings.hrc:142
msgctxt "STR_SVT_COLLATE_PHONEBOOK"
msgid "Phone book"
msgstr "Foonboek"
-#: strings.hrc:144
+#: include/svtools/strings.hrc:143
msgctxt "STR_SVT_COLLATE_PHONETIC_F"
msgid "Phonetic (alphanumeric first)"
msgstr "Foneties (alfanumeries eerste)"
-#: strings.hrc:145
+#: include/svtools/strings.hrc:144
msgctxt "STR_SVT_COLLATE_PHONETIC_L"
msgid "Phonetic (alphanumeric last)"
msgstr "Foneties (alfanumeries laaste)"
#. alphanumeric indexentry algorithm
-#: strings.hrc:147
+#: include/svtools/strings.hrc:146
msgctxt "STR_SVT_INDEXENTRY_ALPHANUMERIC"
msgid "Alphanumeric"
msgstr "Alfanumeries"
#. korean dictionary indexentry algorithm
-#: strings.hrc:149
+#: include/svtools/strings.hrc:148
msgctxt "STR_SVT_INDEXENTRY_DICTIONARY"
msgid "Dictionary"
msgstr "Woordeboek"
#. chinese sorting algorithm
-#: strings.hrc:151
+#: include/svtools/strings.hrc:150
msgctxt "STR_SVT_INDEXENTRY_PINYIN"
msgid "Pinyin"
msgstr "Pinjin"
#. chinese indexentry algorithm
-#: strings.hrc:153
+#: include/svtools/strings.hrc:152
msgctxt "STR_SVT_INDEXENTRY_RADICAL"
msgid "Radical"
msgstr "Radikaal"
#. chinese indexentry algorithm
-#: strings.hrc:155
+#: include/svtools/strings.hrc:154
msgctxt "STR_SVT_INDEXENTRY_STROKE"
msgid "Stroke"
msgstr "Slag"
#. chinese indexentry algorithm
-#: strings.hrc:157
+#: include/svtools/strings.hrc:156
msgctxt "STR_SVT_INDEXENTRY_ZHUYIN"
msgid "Zhuyin"
msgstr "Zhujin"
-#: strings.hrc:158
+#: include/svtools/strings.hrc:157
msgctxt "STR_SVT_INDEXENTRY_PHONETIC_FS"
msgid "Phonetic (alphanumeric first, grouped by syllables)"
msgstr "Foneties (alfanumeries eerste, gegroepeer volgens lettergrepe)"
-#: strings.hrc:159
+#: include/svtools/strings.hrc:158
msgctxt "STR_SVT_INDEXENTRY_PHONETIC_FC"
msgid "Phonetic (alphanumeric first, grouped by consonants)"
msgstr "Foneties (alfanumeries eerste, gegroepeer volgens konsonante)"
-#: strings.hrc:160
+#: include/svtools/strings.hrc:159
msgctxt "STR_SVT_INDEXENTRY_PHONETIC_LS"
msgid "Phonetic (alphanumeric last, grouped by syllables)"
msgstr "Foneties (alfanumeries laaste, gegroepeer volgens lettergrepe)"
-#: strings.hrc:161
+#: include/svtools/strings.hrc:160
msgctxt "STR_SVT_INDEXENTRY_PHONETIC_LC"
msgid "Phonetic (alphanumeric last, grouped by consonants)"
msgstr "Foneties (alfanumeries laaste, gegroepeer volgens konsonante)"
-#: strings.hrc:163
+#: include/svtools/strings.hrc:162
msgctxt "STR_SVT_CALENDAR_DAY"
msgid "Day"
msgstr "Dag"
-#: strings.hrc:164
+#: include/svtools/strings.hrc:163
msgctxt "STR_SVT_CALENDAR_WEEK"
msgid "Week"
msgstr "Week"
-#: strings.hrc:165
+#: include/svtools/strings.hrc:164
msgctxt "STR_SVT_CALENDAR_TODAY"
msgid "Today"
msgstr "Vandag"
-#: strings.hrc:166
+#: include/svtools/strings.hrc:165
msgctxt "STR_SVT_CALENDAR_NONE"
msgid "None"
msgstr "Geen"
-#: strings.hrc:168
+#: include/svtools/strings.hrc:167
msgctxt "STR_SVT_STYLE_LIGHT"
msgid "Light"
msgstr "Lig"
-#: strings.hrc:169
+#: include/svtools/strings.hrc:168
msgctxt "STR_SVT_STYLE_LIGHT_ITALIC"
msgid "Light Italic"
msgstr "Ligte skuinsdruk"
-#: strings.hrc:170
+#: include/svtools/strings.hrc:169
msgctxt "STR_SVT_STYLE_NORMAL"
msgid "Regular"
msgstr "Gewoon"
-#: strings.hrc:171
+#: include/svtools/strings.hrc:170
msgctxt "STR_SVT_STYLE_NORMAL_ITALIC"
msgid "Italic"
msgstr "~Skuinsdruk"
-#: strings.hrc:172
+#: include/svtools/strings.hrc:171
msgctxt "STR_SVT_STYLE_BOLD"
msgid "Bold"
msgstr "Vetdruk"
-#: strings.hrc:173
+#: include/svtools/strings.hrc:172
msgctxt "STR_SVT_STYLE_BOLD_ITALIC"
msgid "Bold Italic"
msgstr "Vet skuinsdruk"
-#: strings.hrc:174
+#: include/svtools/strings.hrc:173
msgctxt "STR_SVT_STYLE_BLACK"
msgid "Black"
msgstr "Swart"
-#: strings.hrc:175
+#: include/svtools/strings.hrc:174
msgctxt "STR_SVT_STYLE_BLACK_ITALIC"
msgid "Black Italic"
msgstr "Swart skuinsdruk"
-#: strings.hrc:176
+#: include/svtools/strings.hrc:175
msgctxt "STR_SVT_STYLE_BOOK"
msgid "Book"
msgstr "Boek"
-#: strings.hrc:177
+#: include/svtools/strings.hrc:176
msgctxt "STR_SVT_STYLE_BOLD_OBLIQUE"
msgid "Bold Oblique"
msgstr ""
-#: strings.hrc:178
+#: include/svtools/strings.hrc:177
#, fuzzy
msgctxt "STR_SVT_STYLE_CONDENSED"
msgid "Condensed"
msgstr "Saamgepers"
-#: strings.hrc:179
+#: include/svtools/strings.hrc:178
msgctxt "STR_SVT_STYLE_CONDENSED_BOLD"
msgid "Condensed Bold"
msgstr ""
-#: strings.hrc:180
+#: include/svtools/strings.hrc:179
msgctxt "STR_SVT_STYLE_CONDENSED_BOLD_ITALIC"
msgid "Condensed Bold Italic"
msgstr ""
-#: strings.hrc:181
+#: include/svtools/strings.hrc:180
msgctxt "STR_SVT_STYLE_CONDENSED_BOLD_OBLIQUE"
msgid "Condensed Bold Oblique"
msgstr ""
-#: strings.hrc:182
+#: include/svtools/strings.hrc:181
msgctxt "STR_SVT_STYLE_CONDENSED_ITALIC"
msgid "Condensed Italic"
msgstr ""
-#: strings.hrc:183
+#: include/svtools/strings.hrc:182
msgctxt "STR_SVT_STYLE_CONDENSED_OBLIQUE"
msgid "Condensed Oblique"
msgstr ""
-#: strings.hrc:184
+#: include/svtools/strings.hrc:183
msgctxt "STR_SVT_STYLE_EXTRALIGHT"
msgid "ExtraLight"
msgstr ""
-#: strings.hrc:185
+#: include/svtools/strings.hrc:184
msgctxt "STR_SVT_STYLE_EXTRALIGHT_ITALIC"
msgid "ExtraLight Italic"
msgstr ""
-#: strings.hrc:186
+#: include/svtools/strings.hrc:185
msgctxt "STR_SVT_STYLE_OBLIQUE"
msgid "Oblique"
msgstr ""
-#: strings.hrc:187
+#: include/svtools/strings.hrc:186
#, fuzzy
msgctxt "STR_SVT_STYLE_SEMIBOLD"
msgid "Semibold"
msgstr "halfvet"
-#: strings.hrc:188
+#: include/svtools/strings.hrc:187
msgctxt "STR_SVT_STYLE_SEMIBOLD_ITALIC"
msgid "Semibold Italic"
msgstr ""
-#: strings.hrc:189
+#: include/svtools/strings.hrc:188
msgctxt "STR_SVT_FONTMAP_BOTH"
msgid "The same font will be used on both your printer and your screen."
msgstr "Selfde font sal gebruik word vir die drukker en die skerm."
-#: strings.hrc:190
+#: include/svtools/strings.hrc:189
msgctxt "STR_SVT_FONTMAP_PRINTERONLY"
msgid "This is a printer font. The screen image may differ."
msgstr "Hierdie is 'n drukkerfont. Die skermvoorkoms mag verskil."
-#: strings.hrc:191
+#: include/svtools/strings.hrc:190
msgctxt "STR_SVT_FONTMAP_STYLENOTAVAILABLE"
msgid "This font style will be simulated or the closest matching style will be used."
msgstr "Hierdie fontstyl sal nageboots word of die naaste ooreenstemmende styl sal gebruik word."
-#: strings.hrc:192
+#: include/svtools/strings.hrc:191
msgctxt "STR_SVT_FONTMAP_NOTAVAILABLE"
msgid "This font has not been installed. The closest available font will be used."
msgstr "Hierdie font is nie geïnstalleer nie. Die naaste beskikbare font sal gebruik word."
-#: strings.hrc:194
+#: include/svtools/strings.hrc:193
msgctxt "STR_FILECTRL_BUTTONTEXT"
msgid "Browse..."
msgstr "Blaai..."
-#: strings.hrc:195
+#: include/svtools/strings.hrc:194
#, fuzzy
msgctxt "STR_TABBAR_PUSHBUTTON_MOVET0HOME"
msgid "Move To Home"
msgstr "Skuif opmerking"
-#: strings.hrc:196
+#: include/svtools/strings.hrc:195
msgctxt "STR_TABBAR_PUSHBUTTON_MOVELEFT"
msgid "Move Left"
msgstr "Skuif links"
-#: strings.hrc:197
+#: include/svtools/strings.hrc:196
msgctxt "STR_TABBAR_PUSHBUTTON_MOVERIGHT"
msgid "Move Right"
msgstr "Skuif regs"
-#: strings.hrc:198
+#: include/svtools/strings.hrc:197
#, fuzzy
msgctxt "STR_TABBAR_PUSHBUTTON_MOVETOEND"
msgid "Move To End"
msgstr "Skuif ondertoe"
-#: strings.hrc:199
+#: include/svtools/strings.hrc:198
msgctxt "STR_TABBAR_PUSHBUTTON_ADDTAB"
msgid "Add"
msgstr "Voeg by"
-#: strings.hrc:201
+#: include/svtools/strings.hrc:200
#, fuzzy
msgctxt "STR_SVT_ACC_RULER_HORZ_NAME"
msgid "Horizontal Ruler"
msgstr "Horisontaal uit"
-#: strings.hrc:202
+#: include/svtools/strings.hrc:201
msgctxt "STR_SVT_ACC_RULER_VERT_NAME"
msgid "Vertical Ruler"
msgstr "Vertikale liniaal"
-#: strings.hrc:204
+#: include/svtools/strings.hrc:203
#, fuzzy
msgctxt "STR_SVT_1BIT_THRESHOLD"
msgid "1 bit threshold"
msgstr "1-bis drempel"
-#: strings.hrc:205
+#: include/svtools/strings.hrc:204
#, fuzzy
msgctxt "STR_SVT_1BIT_DITHERED"
msgid "1 bit dithered"
msgstr "1-bis-versag"
-#: strings.hrc:206
+#: include/svtools/strings.hrc:205
#, fuzzy
msgctxt "STR_SVT_4BIT_GRAYSCALE"
msgid "4 bit grayscale"
msgstr "4-bis-gryskleur"
-#: strings.hrc:207
+#: include/svtools/strings.hrc:206
msgctxt "STR_SVT_4BIT_COLOR_PALETTE"
msgid "4 bit color"
msgstr ""
-#: strings.hrc:208
+#: include/svtools/strings.hrc:207
msgctxt "STR_SVT_8BIT_GRAYSCALE"
msgid "8 bit grayscale"
msgstr "8-bis-gryskleur"
-#: strings.hrc:209
+#: include/svtools/strings.hrc:208
msgctxt "STR_SVT_8BIT_COLOR_PALETTE"
msgid "8 bit color"
msgstr ""
-#: strings.hrc:210
+#: include/svtools/strings.hrc:209
#, fuzzy
msgctxt "STR_SVT_24BIT_TRUE_COLOR"
msgid "24 bit true color"
msgstr "24-bis- ware kleur"
-#: strings.hrc:211
+#: include/svtools/strings.hrc:210
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_1"
msgid "The image needs about %1 KB of memory."
msgstr ""
-#: strings.hrc:212
+#: include/svtools/strings.hrc:211
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_2"
msgid "The image needs about %1 KB of memory, the file size is %2 KB."
msgstr ""
-#: strings.hrc:213
+#: include/svtools/strings.hrc:212
msgctxt "STR_SVT_ESTIMATED_SIZE_VEC"
msgid "The file size is %1 KB."
msgstr ""
-#: strings.hrc:214
+#: include/svtools/strings.hrc:213
#, fuzzy
msgctxt "STR_SVT_HOST"
msgid "host"
msgstr "Koste"
-#: strings.hrc:215
+#: include/svtools/strings.hrc:214
#, fuzzy
msgctxt "STR_SVT_PORT"
msgid "port"
msgstr "Sorteer"
-#: strings.hrc:216
+#: include/svtools/strings.hrc:215
msgctxt "STR_SVT_OTHER_CMIS"
msgid "Other CMIS"
msgstr ""
-#: strings.hrc:217
+#: include/svtools/strings.hrc:216
msgctxt "STR_SVT_PRNDLG_READY"
msgid "Ready"
msgstr ""
-#: strings.hrc:218
+#: include/svtools/strings.hrc:217
#, fuzzy
msgctxt "STR_SVT_PRNDLG_PAUSED"
msgid "Paused"
msgstr "Laat wag"
-#: strings.hrc:219
+#: include/svtools/strings.hrc:218
msgctxt "STR_SVT_PRNDLG_PENDING"
msgid "Pending deletion"
msgstr ""
-#: strings.hrc:220
+#: include/svtools/strings.hrc:219
msgctxt "STR_SVT_PRNDLG_BUSY"
msgid "Busy"
msgstr ""
-#: strings.hrc:221
+#: include/svtools/strings.hrc:220
#, fuzzy
msgctxt "STR_SVT_PRNDLG_INITIALIZING"
msgid "Initializing"
msgstr "Inisialiseer tans..."
-#: strings.hrc:222
+#: include/svtools/strings.hrc:221
msgctxt "STR_SVT_PRNDLG_WAITING"
msgid "Waiting"
msgstr "Wagtend"
-#: strings.hrc:223
+#: include/svtools/strings.hrc:222
msgctxt "STR_SVT_PRNDLG_WARMING_UP"
msgid "Warming up"
msgstr ""
-#: strings.hrc:224
+#: include/svtools/strings.hrc:223
msgctxt "STR_SVT_PRNDLG_PROCESSING"
msgid "Processing"
msgstr ""
-#: strings.hrc:225
+#: include/svtools/strings.hrc:224
msgctxt "STR_SVT_PRNDLG_PRINTING"
msgid "Printing"
msgstr ""
-#: strings.hrc:226
+#: include/svtools/strings.hrc:225
msgctxt "STR_SVT_PRNDLG_OFFLINE"
msgid "Offline"
msgstr ""
-#: strings.hrc:227
+#: include/svtools/strings.hrc:226
msgctxt "STR_SVT_PRNDLG_ERROR"
msgid "Error"
msgstr "Fout"
-#: strings.hrc:228
+#: include/svtools/strings.hrc:227
msgctxt "STR_SVT_PRNDLG_SERVER_UNKNOWN"
msgid "Unknown Server"
msgstr ""
-#: strings.hrc:229
+#: include/svtools/strings.hrc:228
msgctxt "STR_SVT_PRNDLG_PAPER_JAM"
msgid "Paper jam"
msgstr ""
-#: strings.hrc:230
+#: include/svtools/strings.hrc:229
msgctxt "STR_SVT_PRNDLG_PAPER_OUT"
msgid "Not enough paper"
msgstr ""
-#: strings.hrc:231
+#: include/svtools/strings.hrc:230
msgctxt "STR_SVT_PRNDLG_MANUAL_FEED"
msgid "Manual feed"
msgstr ""
-#: strings.hrc:232
+#: include/svtools/strings.hrc:231
msgctxt "STR_SVT_PRNDLG_PAPER_PROBLEM"
msgid "Paper problem"
msgstr ""
-#: strings.hrc:233
+#: include/svtools/strings.hrc:232
msgctxt "STR_SVT_PRNDLG_IO_ACTIVE"
msgid "I/O active"
msgstr ""
-#: strings.hrc:234
+#: include/svtools/strings.hrc:233
msgctxt "STR_SVT_PRNDLG_OUTPUT_BIN_FULL"
msgid "Output bin full"
msgstr ""
-#: strings.hrc:235
+#: include/svtools/strings.hrc:234
msgctxt "STR_SVT_PRNDLG_TONER_LOW"
msgid "Toner low"
msgstr ""
-#: strings.hrc:236
+#: include/svtools/strings.hrc:235
msgctxt "STR_SVT_PRNDLG_NO_TONER"
msgid "No toner"
msgstr ""
-#: strings.hrc:237
+#: include/svtools/strings.hrc:236
#, fuzzy
msgctxt "STR_SVT_PRNDLG_PAGE_PUNT"
msgid "Delete Page"
msgstr "Skra~p bladsy"
-#: strings.hrc:238
+#: include/svtools/strings.hrc:237
msgctxt "STR_SVT_PRNDLG_USER_INTERVENTION"
msgid "User intervention necessary"
msgstr ""
-#: strings.hrc:239
+#: include/svtools/strings.hrc:238
#, fuzzy
msgctxt "STR_SVT_PRNDLG_OUT_OF_MEMORY"
msgid "Insufficient memory"
msgstr "Onvoldoende geheue."
-#: strings.hrc:240
+#: include/svtools/strings.hrc:239
msgctxt "STR_SVT_PRNDLG_DOOR_OPEN"
msgid "Cover open"
msgstr ""
-#: strings.hrc:241
+#: include/svtools/strings.hrc:240
msgctxt "STR_SVT_PRNDLG_POWER_SAVE"
msgid "Power save mode"
msgstr ""
-#: strings.hrc:242
+#: include/svtools/strings.hrc:241
msgctxt "STR_SVT_PRNDLG_DEFPRINTER"
msgid "Default printer"
msgstr "Verstek drukker"
-#: strings.hrc:243
+#: include/svtools/strings.hrc:242
#, fuzzy, c-format
msgctxt "STR_SVT_PRNDLG_JOBCOUNT"
msgid "%d documents"
msgstr "Word-dokumente"
-#: strings.hrc:245
+#: include/svtools/strings.hrc:244
msgctxt "STR_WIZDLG_FINISH"
msgid "~Finish"
msgstr "~Klaar"
-#: strings.hrc:246
+#: include/svtools/strings.hrc:245
msgctxt "STR_WIZDLG_NEXT"
msgid "~Next >"
msgstr "~Volgende >"
-#: strings.hrc:247
+#: include/svtools/strings.hrc:246
#, fuzzy
msgctxt "STR_WIZDLG_PREVIOUS"
msgid "< Bac~k"
msgstr "<< Teru~g"
-#: strings.hrc:248
+#: include/svtools/strings.hrc:247
msgctxt "STR_WIZDLG_ROADMAP_TITLE"
msgid "Steps"
msgstr "Stappe"
-#: strings.hrc:250
+#: include/svtools/strings.hrc:249
msgctxt "STR_NO_FIELD_SELECTION"
msgid "<none>"
msgstr "<geen>"
-#: strings.hrc:251
+#: include/svtools/strings.hrc:250
msgctxt "STR_FIELD_COMPANY"
msgid "Company"
msgstr "Maatskappy"
-#: strings.hrc:252
+#: include/svtools/strings.hrc:251
msgctxt "STR_FIELD_DEPARTMENT"
msgid "Department"
msgstr "Afdeling"
-#: strings.hrc:253
+#: include/svtools/strings.hrc:252
msgctxt "STR_FIELD_FIRSTNAME"
msgid "First name"
msgstr "Voornaam"
-#: strings.hrc:254
+#: include/svtools/strings.hrc:253
msgctxt "STR_FIELD_LASTNAME"
msgid "Last name"
msgstr "Van"
-#: strings.hrc:255
+#: include/svtools/strings.hrc:254
msgctxt "STR_FIELD_STREET"
msgid "Street"
msgstr "Straat"
-#: strings.hrc:256
+#: include/svtools/strings.hrc:255
msgctxt "STR_FIELD_COUNTRY"
msgid "Country"
msgstr "Land"
-#: strings.hrc:257
+#: include/svtools/strings.hrc:256
msgctxt "STR_FIELD_ZIPCODE"
msgid "ZIP Code"
msgstr "Poskode"
-#: strings.hrc:258
+#: include/svtools/strings.hrc:257
msgctxt "STR_FIELD_CITY"
msgid "City"
msgstr "Stad"
-#: strings.hrc:259
+#: include/svtools/strings.hrc:258
msgctxt "STR_FIELD_TITLE"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:260
+#: include/svtools/strings.hrc:259
msgctxt "STR_FIELD_POSITION"
msgid "Position"
msgstr "Posisie"
-#: strings.hrc:261
+#: include/svtools/strings.hrc:260
msgctxt "STR_FIELD_ADDRFORM"
msgid "Addr. Form"
msgstr "Adresvorm"
-#: strings.hrc:262
+#: include/svtools/strings.hrc:261
msgctxt "STR_FIELD_INITIALS"
msgid "Initials"
msgstr "Voorletters"
-#: strings.hrc:263
+#: include/svtools/strings.hrc:262
msgctxt "STR_FIELD_SALUTATION"
msgid "Complimentary close"
msgstr "Komplimentêre afsluiting"
-#: strings.hrc:264
+#: include/svtools/strings.hrc:263
msgctxt "STR_FIELD_HOMETEL"
msgid "Tel: Home"
msgstr "Tel: Tuis"
-#: strings.hrc:265
+#: include/svtools/strings.hrc:264
msgctxt "STR_FIELD_WORKTEL"
msgid "Tel: Work"
msgstr "Tel: Werk"
-#: strings.hrc:266
+#: include/svtools/strings.hrc:265
msgctxt "STR_FIELD_FAX"
msgid "FAX"
msgstr "FAKS"
-#: strings.hrc:267
+#: include/svtools/strings.hrc:266
msgctxt "STR_FIELD_EMAIL"
msgid "E-mail"
msgstr "E-pos"
-#: strings.hrc:268
+#: include/svtools/strings.hrc:267
msgctxt "STR_FIELD_URL"
msgid "URL"
msgstr "URL"
-#: strings.hrc:269
+#: include/svtools/strings.hrc:268
msgctxt "STR_FIELD_NOTE"
msgid "Note"
msgstr "Nota"
-#: strings.hrc:270
+#: include/svtools/strings.hrc:269
msgctxt "STR_FIELD_USER1"
msgid "User 1"
msgstr "Gebruiker 1"
-#: strings.hrc:271
+#: include/svtools/strings.hrc:270
msgctxt "STR_FIELD_USER2"
msgid "User 2"
msgstr "Gebruiker 2"
-#: strings.hrc:272
+#: include/svtools/strings.hrc:271
msgctxt "STR_FIELD_USER3"
msgid "User 3"
msgstr "Gebruiker 3"
-#: strings.hrc:273
+#: include/svtools/strings.hrc:272
msgctxt "STR_FIELD_USER4"
msgid "User 4"
msgstr "Gebruiker 4"
-#: strings.hrc:274
+#: include/svtools/strings.hrc:273
msgctxt "STR_FIELD_ID"
msgid "ID"
msgstr "ID"
-#: strings.hrc:275
+#: include/svtools/strings.hrc:274
msgctxt "STR_FIELD_STATE"
msgid "State"
msgstr "Provinsie"
-#: strings.hrc:276
+#: include/svtools/strings.hrc:275
msgctxt "STR_FIELD_OFFICETEL"
msgid "Tel: Office"
msgstr "Tel: Kantoor"
-#: strings.hrc:277
+#: include/svtools/strings.hrc:276
msgctxt "STR_FIELD_PAGER"
msgid "Pager"
msgstr "Roeper"
-#: strings.hrc:278
+#: include/svtools/strings.hrc:277
msgctxt "STR_FIELD_MOBILE"
msgid "Mobile"
msgstr "Selfoon"
-#: strings.hrc:279
+#: include/svtools/strings.hrc:278
msgctxt "STR_FIELD_TELOTHER"
msgid "Tel: Other"
msgstr "Tel: ander"
-#: strings.hrc:280
+#: include/svtools/strings.hrc:279
msgctxt "STR_FIELD_CALENDAR"
msgid "Calendar"
msgstr "Kalender"
-#: strings.hrc:281
+#: include/svtools/strings.hrc:280
msgctxt "STR_FIELD_INVITE"
msgid "Invite"
msgstr "Nooi"
-#: strings.hrc:283
+#: include/svtools/strings.hrc:282
msgctxt "STR_SVT_DEFAULT_SERVICE_LABEL"
msgid "$user$'s $service$"
msgstr ""
-#: strings.hrc:285
+#: include/svtools/strings.hrc:284
msgctxt "STR_WARNING_JAVANOTFOUND"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr ""
-#: strings.hrc:286
+#: include/svtools/strings.hrc:285
+msgctxt "STR_WARNING_JAVANOTFOUND_WIN"
+msgid "%PRODUCTNAME requires a %BITNESS-bit Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
+msgstr ""
+
+#: include/svtools/strings.hrc:286
msgctxt "STR_WARNING_JAVANOTFOUND_MAC"
msgid "%PRODUCTNAME requires Oracle's Java Development Kit (JDK) on Mac OS X 10.10 or greater to perform this task. Please install them and restart %PRODUCTNAME."
msgstr ""
-#: strings.hrc:287
+#: include/svtools/strings.hrc:287
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_MAC"
msgid "The %PRODUCTNAME configuration has been changed. Under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr ""
-#: strings.hrc:288
+#: include/svtools/strings.hrc:288
msgctxt "STR_WARNING_INVALIDJAVASETTINGS"
msgid "The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr ""
-#: strings.hrc:289
+#: include/svtools/strings.hrc:289
msgctxt "STR_ERROR_JVMCREATIONFAILED_MAC"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced."
msgstr ""
-#: strings.hrc:290
+#: include/svtools/strings.hrc:290
msgctxt "STR_ERROR_JVMCREATIONFAILED"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Advanced."
msgstr ""
-#: strings.hrc:291
+#: include/svtools/strings.hrc:291
msgctxt "STR_WARNING_JAVANOTFOUND_TITLE"
msgid "JRE Required"
msgstr "JRE vereis"
-#: strings.hrc:292
+#: include/svtools/strings.hrc:292
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_TITLE"
msgid "Select JRE"
msgstr "Selekteer JRE"
-#: strings.hrc:293
+#: include/svtools/strings.hrc:293
msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE is defektief"
-#: strings.hrc:295
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "Bronkode"
-#: strings.hrc:296
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "Boekmerklêer"
-#: strings.hrc:297
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "Grafika"
-#: strings.hrc:298
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "Opstellinglêer"
-#: strings.hrc:299
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "Toepassing"
-#: strings.hrc:300
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "Databasistabel"
-#: strings.hrc:301
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "Stelsellêer"
-#: strings.hrc:302
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word-dokument"
-#: strings.hrc:303
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "Hulplêer"
-#: strings.hrc:304
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "HTML-dokument"
-#: strings.hrc:305
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "Argieflêer"
-#: strings.hrc:306
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "Rekordlêer"
-#: strings.hrc:307
+#: include/svtools/strings.hrc:307
#, fuzzy
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice 5.0-sjabloon"
-#: strings.hrc:308
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0-meesterdokument"
-#: strings.hrc:309
+#: include/svtools/strings.hrc:309
#, fuzzy
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice 5.0-sjabloon"
-#: strings.hrc:310
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "Tekslêer"
-#: strings.hrc:311
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "Skakel"
-#: strings.hrc:312
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0-sjabloon"
-#: strings.hrc:313
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel-dokument"
-#: strings.hrc:314
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel-sjabloon"
-#: strings.hrc:315
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Groeplêer"
-#: strings.hrc:316
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "Lêer"
-#: strings.hrc:317
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "Vouer"
-#: strings.hrc:318
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "Teksdokument"
-#: strings.hrc:319
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "Sigblad"
-#: strings.hrc:320
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "Voorlegging"
-#: strings.hrc:321
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "Tekening"
-#: strings.hrc:322
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "HTML-dokument"
-#: strings.hrc:323
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "Meesterdokument"
-#: strings.hrc:324
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "Formule"
-#: strings.hrc:325
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "Databasis"
-#: strings.hrc:326
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr ""
-#: strings.hrc:327
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr ""
-#: strings.hrc:328
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr ""
-#: strings.hrc:329
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr ""
-#: strings.hrc:330
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "Plaaslike skyf"
-#: strings.hrc:331
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "Skyfaandrywer"
-#: strings.hrc:332
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "CD-ROM-skyf"
-#: strings.hrc:333
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "Netwerkverbinding"
-#: strings.hrc:334
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint-dokument"
-#: strings.hrc:335
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint-sjabloon"
-#: strings.hrc:336
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint-vertoning"
-#: strings.hrc:337
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr ""
-#: strings.hrc:338
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr ""
-#: strings.hrc:339
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr ""
-#: strings.hrc:340
+#: include/svtools/strings.hrc:340
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr ""
-#: strings.hrc:341
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr ""
-#: strings.hrc:342
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr ""
-#: strings.hrc:343
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr ""
-#: strings.hrc:344
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML-dokument"
-#: strings.hrc:345
+#: include/svtools/strings.hrc:345
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument-databasis"
-#: strings.hrc:346
+#: include/svtools/strings.hrc:346
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument-tekening"
-#: strings.hrc:347
+#: include/svtools/strings.hrc:347
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument-formule"
-#: strings.hrc:348
+#: include/svtools/strings.hrc:348
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument-meesterdokument"
-#: strings.hrc:349
+#: include/svtools/strings.hrc:349
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument-voorlegging"
-#: strings.hrc:350
+#: include/svtools/strings.hrc:350
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument-sigblad"
-#: strings.hrc:351
+#: include/svtools/strings.hrc:351
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument-teks"
-#: strings.hrc:352
+#: include/svtools/strings.hrc:352
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument-sigbladsjabloon"
-#: strings.hrc:353
+#: include/svtools/strings.hrc:353
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument-tekeningsjabloon"
-#: strings.hrc:354
+#: include/svtools/strings.hrc:354
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument-voorleggingsjabloon"
-#: strings.hrc:355
+#: include/svtools/strings.hrc:355
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument-tekssjabloon"
-#: strings.hrc:356
+#: include/svtools/strings.hrc:356
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME-uitbreiding"
-#: strings.hrc:358
+#: include/svtools/strings.hrc:358
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr ""
-#: strings.hrc:359
+#: include/svtools/strings.hrc:359
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr ""
-#: strings.hrc:360
+#: include/svtools/strings.hrc:360
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "Mythes Thesaurus"
msgstr ""
diff --git a/source/af/svx/messages.po b/source/af/svx/messages.po
index f3b8bb2c13c..cfedca23148 100644
--- a/source/af/svx/messages.po
+++ b/source/af/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-19 11:42+0100\n"
+"POT-Creation-Date: 2018-04-24 12:21+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"
@@ -13,568 +13,586 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: fieldunit.hrc:30
+#: svx/inc/fieldunit.hrc:30
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Millimeter"
msgstr "Millimeter"
-#: fieldunit.hrc:31
+#: svx/inc/fieldunit.hrc:31
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Centimeter"
msgstr "Sentimeter"
-#: fieldunit.hrc:32
+#: svx/inc/fieldunit.hrc:32
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Meter"
msgstr "Meter"
-#: fieldunit.hrc:33
+#: svx/inc/fieldunit.hrc:33
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Kilometer"
msgstr "Kilometer"
-#: fieldunit.hrc:34
+#: svx/inc/fieldunit.hrc:34
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Inch"
msgstr "Duim"
-#: fieldunit.hrc:35
+#: svx/inc/fieldunit.hrc:35
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Foot"
msgstr "Voet"
-#: fieldunit.hrc:36
+#: svx/inc/fieldunit.hrc:36
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Miles"
msgstr "Myl"
-#: fieldunit.hrc:37
+#: svx/inc/fieldunit.hrc:37
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Pica"
msgstr "Pika"
-#: fieldunit.hrc:38
+#: svx/inc/fieldunit.hrc:38
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Point"
msgstr "Punt"
-#: fieldunit.hrc:39
+#: svx/inc/fieldunit.hrc:39
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Char"
msgstr "Grafiek"
-#: fieldunit.hrc:40
+#: svx/inc/fieldunit.hrc:40
#, fuzzy
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Line"
msgstr "Linne"
-#: fmstring.hrc:27
+#: svx/inc/fmstring.hrc:27
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "LIKE"
msgstr "SOOS"
-#: fmstring.hrc:28
+#: svx/inc/fmstring.hrc:28
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "NOT"
msgstr "NOT"
-#: fmstring.hrc:29
+#: svx/inc/fmstring.hrc:29
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "EMPTY"
msgstr "LEEG"
-#: fmstring.hrc:30
+#: svx/inc/fmstring.hrc:30
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "TRUE"
msgstr "TRUE"
-#: fmstring.hrc:31
+#: svx/inc/fmstring.hrc:31
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "FALSE"
msgstr "FALSE"
-#: fmstring.hrc:32
+#: svx/inc/fmstring.hrc:32
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "IS"
msgstr "IS"
-#: fmstring.hrc:33
+#: svx/inc/fmstring.hrc:33
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "BETWEEN"
msgstr "TUSSEN"
-#: fmstring.hrc:34
+#: svx/inc/fmstring.hrc:34
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "OR"
msgstr "OR"
-#: fmstring.hrc:35
+#: svx/inc/fmstring.hrc:35
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "AND"
msgstr "AND"
-#: fmstring.hrc:36
+#: svx/inc/fmstring.hrc:36
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Average"
msgstr "Gemiddelde"
-#: fmstring.hrc:37
+#: svx/inc/fmstring.hrc:37
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Count"
msgstr "Tel"
-#: fmstring.hrc:38
+#: svx/inc/fmstring.hrc:38
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Maximum"
msgstr "Maksimum"
-#: fmstring.hrc:39
+#: svx/inc/fmstring.hrc:39
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Minimum"
msgstr "Minimum"
-#: fmstring.hrc:40
+#: svx/inc/fmstring.hrc:40
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Sum"
msgstr "Som"
-#: fmstring.hrc:41
+#: svx/inc/fmstring.hrc:41
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Every"
msgstr "Elke"
-#: fmstring.hrc:42
+#: svx/inc/fmstring.hrc:42
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Any"
msgstr "Enige"
-#: fmstring.hrc:43
+#: svx/inc/fmstring.hrc:43
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Some"
msgstr "Sekere"
-#: fmstring.hrc:44
+#: svx/inc/fmstring.hrc:44
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "STDDEV_POP"
msgstr "STDDEV_POP"
-#: fmstring.hrc:45
+#: svx/inc/fmstring.hrc:45
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "STDDEV_SAMP"
msgstr "STDDEV_SAMP"
-#: fmstring.hrc:46
+#: svx/inc/fmstring.hrc:46
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "VAR_SAMP"
msgstr "VAR_SAMP"
-#: fmstring.hrc:47
+#: svx/inc/fmstring.hrc:47
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "VAR_POP"
msgstr "VAR_POP"
-#: fmstring.hrc:48
+#: svx/inc/fmstring.hrc:48
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Collect"
msgstr "Versamel"
-#: fmstring.hrc:49
+#: svx/inc/fmstring.hrc:49
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Fusion"
msgstr "Fusie"
-#: fmstring.hrc:50
+#: svx/inc/fmstring.hrc:50
#, fuzzy
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Intersection"
msgstr "Interaksie"
-#: frmsel.hrc:29
+#: svx/inc/frmsel.hrc:29
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Border setting"
msgstr "Randinstelling"
-#: frmsel.hrc:30
+#: svx/inc/frmsel.hrc:30
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Left border line"
msgstr "Linkerrandlyn"
-#: frmsel.hrc:31
+#: svx/inc/frmsel.hrc:31
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Right border line"
msgstr "Regterrandlyn"
-#: frmsel.hrc:32
+#: svx/inc/frmsel.hrc:32
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Top border line"
msgstr "Boonste randlyn"
-#: frmsel.hrc:33
+#: svx/inc/frmsel.hrc:33
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Bottom border line"
msgstr "Onderste randlyn"
-#: frmsel.hrc:34
+#: svx/inc/frmsel.hrc:34
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Horizontal border line"
msgstr "Horisontale randlyn"
-#: frmsel.hrc:35
+#: svx/inc/frmsel.hrc:35
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Vertical border line"
msgstr "Vertikale randlyn"
-#: frmsel.hrc:36
+#: svx/inc/frmsel.hrc:36
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Diagonal border line from top left to bottom right"
msgstr "Diagonale randlyn van bo links na onder regs"
-#: frmsel.hrc:37
+#: svx/inc/frmsel.hrc:37
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Diagonal border line from bottom left to top right"
msgstr "Diagonale randlyn van onder links na bo regs"
-#: frmsel.hrc:42
+#: svx/inc/frmsel.hrc:42
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Border setting"
msgstr "Randinstelling"
-#: frmsel.hrc:43
+#: svx/inc/frmsel.hrc:43
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Left border line"
msgstr "Linkerrandlyn"
-#: frmsel.hrc:44
+#: svx/inc/frmsel.hrc:44
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Right border line"
msgstr "Regterrandlyn"
-#: frmsel.hrc:45
+#: svx/inc/frmsel.hrc:45
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Top border line"
msgstr "Boonste randlyn"
-#: frmsel.hrc:46
+#: svx/inc/frmsel.hrc:46
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Bottom border line"
msgstr "Onderste randlyn"
-#: frmsel.hrc:47
+#: svx/inc/frmsel.hrc:47
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Horizontal border line"
msgstr "Horisontale randlyn"
-#: frmsel.hrc:48
+#: svx/inc/frmsel.hrc:48
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Vertical border line"
msgstr "Vertikale randlyn"
-#: frmsel.hrc:49
+#: svx/inc/frmsel.hrc:49
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Diagonal border line from top left to bottom right"
msgstr "Diagonale randlyn van bo links na onder regs"
-#: frmsel.hrc:50
+#: svx/inc/frmsel.hrc:50
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Diagonal border line from bottom left to top right"
msgstr "Diagonale randlyn van onder links na bo regs"
-#: numberingtype.hrc:29
+#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "Geen"
#. SVX_NUM_NUMBER_NONE
-#: numberingtype.hrc:30
+#: svx/inc/numberingtype.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "Koeëltjies"
#. SVX_NUM_CHAR_SPECIAL
-#: numberingtype.hrc:31
+#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "Grafika"
#. SVX_NUM_BITMAP
-#: numberingtype.hrc:32
+#: svx/inc/numberingtype.hrc:32
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "Gekoppelde grafika"
#. SVX_NUM_BITMAP|0x80
-#: numberingtype.hrc:33
+#: svx/inc/numberingtype.hrc:33
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. SVX_NUM_ARABIC
-#: numberingtype.hrc:34
+#: svx/inc/numberingtype.hrc:34
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. SVX_NUM_CHARS_UPPER_LETTER
-#: numberingtype.hrc:35
+#: svx/inc/numberingtype.hrc:35
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. SVX_NUM_CHARS_LOWER_LETTER
-#: numberingtype.hrc:36
+#: svx/inc/numberingtype.hrc:36
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. SVX_NUM_ROMAN_UPPER
-#: numberingtype.hrc:37
+#: svx/inc/numberingtype.hrc:37
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. SVX_NUM_ROMAN_LOWER
-#: numberingtype.hrc:38
+#: svx/inc/numberingtype.hrc:38
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. SVX_NUM_CHARS_UPPER_LETTER_N
-#: numberingtype.hrc:39
+#: svx/inc/numberingtype.hrc:39
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. SVX_NUM_CHARS_LOWER_LETTER_N
-#: numberingtype.hrc:40
+#: svx/inc/numberingtype.hrc:40
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Eie nommering"
#. NATIVE_NUMBERING
-#: numberingtype.hrc:41
+#: svx/inc/numberingtype.hrc:41
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Bulgaars)"
#. CHARS_CYRILLIC_UPPER_LETTER_BG
-#: numberingtype.hrc:42
+#: svx/inc/numberingtype.hrc:42
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Bulgaars)"
#. CHARS_CYRILLIC_LOWER_LETTER_BG
-#: numberingtype.hrc:43
+#: svx/inc/numberingtype.hrc:43
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Bulgaars)"
#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
-#: numberingtype.hrc:44
+#: svx/inc/numberingtype.hrc:44
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Bulgaars)"
#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
-#: numberingtype.hrc:45
+#: svx/inc/numberingtype.hrc:45
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Russies)"
#. CHARS_CYRILLIC_UPPER_LETTER_RU
-#: numberingtype.hrc:46
+#: svx/inc/numberingtype.hrc:46
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Russies)"
#. CHARS_CYRILLIC_LOWER_LETTER_RU
-#: numberingtype.hrc:47
+#: svx/inc/numberingtype.hrc:47
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Russies)"
#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
-#: numberingtype.hrc:48
+#: svx/inc/numberingtype.hrc:48
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Russies)"
#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
-#: numberingtype.hrc:49
+#: svx/inc/numberingtype.hrc:49
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Serwies)"
#. CHARS_CYRILLIC_UPPER_LETTER_SR
-#: numberingtype.hrc:50
+#: svx/inc/numberingtype.hrc:50
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Serwies)"
#. CHARS_CYRILLIC_LOWER_LETTER_SR
-#: numberingtype.hrc:51
+#: svx/inc/numberingtype.hrc:51
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Serwies)"
#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
-#: numberingtype.hrc:52
+#: svx/inc/numberingtype.hrc:52
#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Serwies)"
#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
-#: numberingtype.hrc:53
+#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr ""
#. CHARS_GREEK_UPPER_LETTER
-#: numberingtype.hrc:54
+#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr ""
#. CHARS_GREEK_LOWER_LETTER
-#: numberingtype.hrc:55
+#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr ""
#. NUMBER_HEBREW
-#: numberingtype.hrc:56
+#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr ""
-#: samecontent.hrc:18
+#. CHARS_HEBREW
+#: svx/inc/numberingtype.hrc:57
+msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
+msgid "١, ٢, ٣, ٤, ... (Arabic)"
+msgstr ""
+
+#. NUMBER_ARABIC_INDIC
+#: svx/inc/numberingtype.hrc:58
+msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
+msgid "۱, ۲, ۳, ۴, ... (Farsi)"
+msgstr ""
+
+#. NUMBER_EAST_ARABIC_INDIC
+#: svx/inc/numberingtype.hrc:59
+msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
+msgid "१, २, ३, ..."
+msgstr ""
+
+#: svx/inc/samecontent.hrc:18
#, fuzzy
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "All Pages"
msgstr "Alle bladsye"
-#: samecontent.hrc:19
+#: svx/inc/samecontent.hrc:19
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "First Page"
msgstr "Eerste bladsy"
-#: samecontent.hrc:20
+#: svx/inc/samecontent.hrc:20
#, fuzzy
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "Left and Right Pages"
msgstr "Linker- en regterpyl"
-#: samecontent.hrc:21
+#: svx/inc/samecontent.hrc:21
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "First, Left and Right Pages"
msgstr ""
-#: spacing.hrc:18
+#: svx/inc/spacing.hrc:18
msgctxt "RID_SVXSTRARY_SPACING"
msgid "None"
msgstr "Geen"
-#: spacing.hrc:19
+#: svx/inc/spacing.hrc:19
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Extra Small (1/16\")"
msgstr ""
-#: spacing.hrc:20
+#: svx/inc/spacing.hrc:20
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Small (1/8\")"
msgstr ""
-#: spacing.hrc:21
+#: svx/inc/spacing.hrc:21
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Small Medium (1/4\")"
msgstr ""
-#: spacing.hrc:22
+#: svx/inc/spacing.hrc:22
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Medium (3/8\")"
msgstr ""
-#: spacing.hrc:23
+#: svx/inc/spacing.hrc:23
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Medium Large (1/2\")"
msgstr ""
-#: spacing.hrc:24
+#: svx/inc/spacing.hrc:24
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Large (3/4\")"
msgstr ""
-#: spacing.hrc:25
+#: svx/inc/spacing.hrc:25
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Extra Large (1\")"
msgstr ""
-#: svxerr.hrc:33
+#: svx/inc/svxerr.hrc:33
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) executing the thesaurus."
msgstr "$(ERR) met uitvoering van die tesourus."
-#: svxerr.hrc:35
+#: svx/inc/svxerr.hrc:35
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) executing the spellcheck."
msgstr "$(ERR) met uitvoering van die speltoets."
-#: svxerr.hrc:37
+#: svx/inc/svxerr.hrc:37
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) executing the hyphenation."
msgstr "$(ERR) met plasing van die koppelteken."
-#: svxerr.hrc:39
+#: svx/inc/svxerr.hrc:39
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) creating a dictionary."
msgstr "$(ERR) met skep van die woordeboek."
-#: svxerr.hrc:41
+#: svx/inc/svxerr.hrc:41
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) setting background attribute."
msgstr "$(ERR) met instelling van die agtergrondattribuut."
-#: svxerr.hrc:43
+#: svx/inc/svxerr.hrc:43
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) loading the graphics."
msgstr "$(ERR) met laai van die grafika."
-#: svxerr.hrc:51
+#: svx/inc/svxerr.hrc:51
#, fuzzy
msgctxt "RID_SVXERRCODE"
msgid ""
@@ -586,57 +604,57 @@ msgstr ""
"Kontroleer asseblief u installasie en installeer, indien nodig, die betrokke taalmodule\n"
" of aktiveer dit onder 'Nutsgoed - Opsies - Taalinstellings - Skryfhulpmiddels'."
-#: svxerr.hrc:53
+#: svx/inc/svxerr.hrc:53
msgctxt "RID_SVXERRCODE"
msgid "Spellcheck is not available."
msgstr "Speltoetser nie beskikbaar nie."
-#: svxerr.hrc:55
+#: svx/inc/svxerr.hrc:55
msgctxt "RID_SVXERRCODE"
msgid "The custom dictionary $(ARG1) cannot be created."
msgstr "Die pasmaak woordeboek $(ARG1) kan nie geskep word nie."
-#: svxerr.hrc:57
+#: svx/inc/svxerr.hrc:57
msgctxt "RID_SVXERRCODE"
msgid "The graphic $(ARG1) could not be found."
msgstr "Die grafiese objek $(ARG1) kon nie gevind word nie."
-#: svxerr.hrc:59
+#: svx/inc/svxerr.hrc:59
msgctxt "RID_SVXERRCODE"
msgid "An unlinked graphic could not be loaded."
msgstr "'n Ongekoppelde grafiese objek kon nie gelaai word nie."
-#: svxerr.hrc:61
+#: svx/inc/svxerr.hrc:61
msgctxt "RID_SVXERRCODE"
msgid "A language has not been fixed for the selected term."
msgstr "'n Taal is nie vir die gemerkte term vasgelê nie."
-#: svxerr.hrc:63
+#: 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 ""
-#: svxerr.hrc:65
+#: svx/inc/svxerr.hrc:65
msgctxt "RID_SVXERRCODE"
msgid "The original VBA Basic Code contained in the document will not be saved."
msgstr "Die oorspronklike VBA Basic-kode in die dokument sal nie gestoor word nie."
-#: svxerr.hrc:67
+#: svx/inc/svxerr.hrc:67
msgctxt "RID_SVXERRCODE"
msgid "The password is incorrect. The document cannot be opened."
msgstr "Die wagwoord is ongeldig. Die dokument kan nie geopen word nie."
-#: svxerr.hrc:69
+#: svx/inc/svxerr.hrc:69
msgctxt "RID_SVXERRCODE"
msgid "The encryption method used in this document is not supported. Only Microsoft Office 97/2000 compatible password encryption is supported."
msgstr "Die enkripsiemetode wat in hierdie dokument gebruik word, word nie ondersteun nie. Net Microsoft Office 97/2000-versoenbare wagwoordenkripsie word ondersteun."
-#: svxerr.hrc:71
+#: svx/inc/svxerr.hrc:71
msgctxt "RID_SVXERRCODE"
msgid "The loading of password-encrypted Microsoft PowerPoint presentations is not supported."
msgstr "Die laai van wagwoordgeënkripteerde Microsoft PowerPoint-voorleggings word nie ondersteun nie."
-#: svxerr.hrc:73
+#: svx/inc/svxerr.hrc:73
msgctxt "RID_SVXERRCODE"
msgid ""
"Password protection is not supported when documents are saved in a Microsoft Office format.\n"
@@ -645,2032 +663,2055 @@ msgstr ""
"Wagwoordbeskerming word nie ondersteun wanneer dokumente in 'n Microsoft Office-formaat gestoor word nie.\n"
"Wil u die dokument sonder wagwoordbeskerming stoor?"
-#: swframeposstrings.hrc:28
+#: svx/inc/swframeposstrings.hrc:28
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Left"
msgstr "Links"
-#: swframeposstrings.hrc:29
+#: svx/inc/swframeposstrings.hrc:29
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right"
msgstr "Regs"
-#: swframeposstrings.hrc:30
+#: svx/inc/swframeposstrings.hrc:30
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From left"
msgstr "Van links"
-#: swframeposstrings.hrc:31
+#: svx/inc/swframeposstrings.hrc:31
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Inside"
msgstr "Binne"
-#: swframeposstrings.hrc:32
+#: svx/inc/swframeposstrings.hrc:32
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Outside"
msgstr "Buite"
-#: swframeposstrings.hrc:33
+#: svx/inc/swframeposstrings.hrc:33
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From inside"
msgstr "Van binne"
-#: swframeposstrings.hrc:34
+#: svx/inc/swframeposstrings.hrc:34
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Paragraph area"
msgstr "Paragraafarea"
-#: swframeposstrings.hrc:35
-#: /home/cl/vc/git/libo-core/svx/inc/swframeposstrings.hrc:50
+#: svx/inc/swframeposstrings.hrc:35 svx/inc/swframeposstrings.hrc:50
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Paragraph text area"
msgstr "Paragraafteksarea"
-#: swframeposstrings.hrc:36
+#: svx/inc/swframeposstrings.hrc:36
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Left page border"
msgstr "Linkerbladsyrand"
-#: swframeposstrings.hrc:37
+#: svx/inc/swframeposstrings.hrc:37
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right page border"
msgstr "Regterbladsyrand"
-#: swframeposstrings.hrc:38
+#: svx/inc/swframeposstrings.hrc:38
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Left paragraph border"
msgstr "Linkerparagraafrand"
-#: swframeposstrings.hrc:39
+#: svx/inc/swframeposstrings.hrc:39
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right paragraph border"
msgstr "Regterparagraafrand"
-#: swframeposstrings.hrc:40
+#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Inner page border"
msgstr "Binnebladsyrand"
-#: swframeposstrings.hrc:41
+#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Outer page border"
msgstr "Buitebladsyrand"
-#: swframeposstrings.hrc:42
+#: svx/inc/swframeposstrings.hrc:42
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Inner paragraph border"
msgstr "Binneparagraafrand"
-#: swframeposstrings.hrc:43
+#: svx/inc/swframeposstrings.hrc:43
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Outer paragraph border"
msgstr "Buiteparagraafrand"
-#: swframeposstrings.hrc:44
+#: svx/inc/swframeposstrings.hrc:44
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire page"
msgstr "Hele bladsy"
-#: swframeposstrings.hrc:45
+#: svx/inc/swframeposstrings.hrc:45
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Page text area"
msgstr "Bladsyteksarea"
-#: swframeposstrings.hrc:46
+#: svx/inc/swframeposstrings.hrc:46
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Base line"
msgstr "Basislyn"
-#: swframeposstrings.hrc:47
+#: svx/inc/swframeposstrings.hrc:47
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Character"
msgstr "Karakter"
-#: swframeposstrings.hrc:48
+#: svx/inc/swframeposstrings.hrc:48
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Row"
msgstr "Ry"
-#: swframeposstrings.hrc:49
+#: svx/inc/swframeposstrings.hrc:49
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Margin"
msgstr "Kantlyn"
-#: swframeposstrings.hrc:51
+#: svx/inc/swframeposstrings.hrc:51
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Left frame border"
msgstr "Linkerraamrand"
-#: swframeposstrings.hrc:52
+#: svx/inc/swframeposstrings.hrc:52
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right frame border"
msgstr "Regterraamrand"
-#: swframeposstrings.hrc:53
+#: svx/inc/swframeposstrings.hrc:53
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire frame"
msgstr "Hele raam"
-#: swframeposstrings.hrc:54
+#: svx/inc/swframeposstrings.hrc:54
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Frame text area"
msgstr "Raamteksarea"
-#: swframeposstrings.hrc:55
+#: svx/inc/swframeposstrings.hrc:55
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Inner frame border"
msgstr "Binneraamrand"
-#: swframeposstrings.hrc:56
+#: svx/inc/swframeposstrings.hrc:56
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Outer frame border"
msgstr "Buiteraamrand"
-#: swframeposstrings.hrc:57
+#: svx/inc/swframeposstrings.hrc:57
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Top"
msgstr "Bokant"
-#: swframeposstrings.hrc:58
+#: svx/inc/swframeposstrings.hrc:58
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Bottom"
msgstr "Onderkant"
-#: swframeposstrings.hrc:59
-#: /home/cl/vc/git/libo-core/svx/inc/swframeposstrings.hrc:60
+#: svx/inc/swframeposstrings.hrc:59 svx/inc/swframeposstrings.hrc:60
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Center"
msgstr "Sentreer"
-#: swframeposstrings.hrc:61
+#: svx/inc/swframeposstrings.hrc:61
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From top"
msgstr "Vanaf bo"
-#: swframeposstrings.hrc:62
+#: svx/inc/swframeposstrings.hrc:62
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From bottom"
msgstr "Van onder"
-#: swframeposstrings.hrc:63
+#: svx/inc/swframeposstrings.hrc:63
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Below"
msgstr "Onder"
-#: swframeposstrings.hrc:64
+#: svx/inc/swframeposstrings.hrc:64
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From right"
msgstr "Van regs"
-#: swframeposstrings.hrc:65
+#: svx/inc/swframeposstrings.hrc:65
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Top page border"
msgstr "Boonste bladsyrand"
-#: swframeposstrings.hrc:66
+#: svx/inc/swframeposstrings.hrc:66
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Bottom page border"
msgstr "Onderste bladsyrand"
-#: swframeposstrings.hrc:67
+#: svx/inc/swframeposstrings.hrc:67
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Top paragraph border"
msgstr "Boonste paragraafrand"
-#: swframeposstrings.hrc:68
+#: svx/inc/swframeposstrings.hrc:68
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Bottom paragraph border"
msgstr "Onderste paragraafrand"
-#: swframeposstrings.hrc:69
+#: svx/inc/swframeposstrings.hrc:69
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Line of text"
msgstr "Teksreël"
-#: tabwin.hrc:27
+#: svx/inc/tabwin.hrc:27
msgctxt "RID_RSC_TABWIN_PREFIX"
msgid "Table"
msgstr "Tabel"
-#: tabwin.hrc:28
+#: svx/inc/tabwin.hrc:28
msgctxt "RID_RSC_TABWIN_PREFIX"
msgid "Query"
msgstr "Navraag"
-#: tabwin.hrc:29
+#: svx/inc/tabwin.hrc:29
msgctxt "RID_RSC_TABWIN_PREFIX"
msgid "SQL"
msgstr "SQL"
-#: txenctab.hrc:32
+#: svx/inc/txenctab.hrc:32
#, fuzzy
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (Windows-1252/WinLatin 1)"
msgstr "Wes-Europa (Windows-1252/WinLatyn 1)"
-#: txenctab.hrc:33
+#: svx/inc/txenctab.hrc:33
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (Apple Macintosh)"
msgstr "Wes-Europa (Apple Macintosh)"
-#: txenctab.hrc:34
+#: svx/inc/txenctab.hrc:34
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-850/International)"
msgstr "Wes-Europa (DOS/OS2-850/Internasionaal)"
-#: txenctab.hrc:35
+#: svx/inc/txenctab.hrc:35
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-437/US)"
msgstr "Wes-Europa (DOS/OS2-437/VS)"
-#: txenctab.hrc:36
+#: svx/inc/txenctab.hrc:36
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-860/Portuguese)"
msgstr "Wes-Europa (DOS/OS2-860/Portugees)"
-#: txenctab.hrc:37
+#: svx/inc/txenctab.hrc:37
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-861/Icelandic)"
msgstr "Wes-Europa (DOS/OS2-861/Yslands)"
-#: txenctab.hrc:38
+#: svx/inc/txenctab.hrc:38
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-863/French (Can.))"
msgstr "Wes-Europa (DOS/OS2-863/Frans (Kan.))"
-#: txenctab.hrc:39
+#: svx/inc/txenctab.hrc:39
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-865/Nordic)"
msgstr "Wes-Europa (DOS/OS2-865/Nordies)"
-#: txenctab.hrc:40
+#: svx/inc/txenctab.hrc:40
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (ASCII/US)"
msgstr "Wes-Europa (ASCII/VS)"
-#: txenctab.hrc:41
+#: svx/inc/txenctab.hrc:41
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (ISO-8859-1)"
msgstr "Wes-Europa (ISO-8859-1)"
-#: txenctab.hrc:42
+#: svx/inc/txenctab.hrc:42
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (ISO-8859-2)"
msgstr "Oos-Europa (ISO-8859-2)"
-#: txenctab.hrc:43
+#: svx/inc/txenctab.hrc:43
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Latin 3 (ISO-8859-3)"
msgstr "Latyn 3 (ISO-8859-3)"
-#: txenctab.hrc:44
+#: svx/inc/txenctab.hrc:44
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Baltic (ISO-8859-4)"
msgstr "Balties(ISO-8859-4)"
-#: txenctab.hrc:45
+#: svx/inc/txenctab.hrc:45
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (ISO-8859-5)"
msgstr "Cyrillies (ISO-8859-5)"
-#: txenctab.hrc:46
+#: svx/inc/txenctab.hrc:46
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Arabic (ISO-8859-6)"
msgstr "Arabies (ISO-8859-6)"
-#: txenctab.hrc:47
+#: svx/inc/txenctab.hrc:47
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (ISO-8859-7)"
msgstr "Grieks (ISO-8859-7)"
-#: txenctab.hrc:48
+#: svx/inc/txenctab.hrc:48
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Hebrew (ISO-8859-8)"
msgstr "Hebreeus (ISO-8859-8)"
-#: txenctab.hrc:49
+#: svx/inc/txenctab.hrc:49
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Turkish (ISO-8859-9)"
msgstr "Turks (ISO-8859-9)"
-#: txenctab.hrc:50
+#: svx/inc/txenctab.hrc:50
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (ISO-8859-14)"
msgstr "Wes-Europa (ISO-8859-14)"
-#: txenctab.hrc:51
+#: svx/inc/txenctab.hrc:51
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (ISO-8859-15/EURO)"
msgstr "Wes-Europa (ISO-8859-15/EURO)"
-#: txenctab.hrc:52
+#: svx/inc/txenctab.hrc:52
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (DOS/OS2-737)"
msgstr "Grieks (DOS/OS2-737)"
-#: txenctab.hrc:53
+#: svx/inc/txenctab.hrc:53
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Baltic (DOS/OS2-775)"
msgstr "Balties (DOS/OS2-775)"
-#: txenctab.hrc:54
+#: svx/inc/txenctab.hrc:54
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (DOS/OS2-852)"
msgstr "Oos-Europa (DOS/OS2-852)"
-#: txenctab.hrc:55
+#: svx/inc/txenctab.hrc:55
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (DOS/OS2-855)"
msgstr "Cyrillies (DOS/OS2-855)"
-#: txenctab.hrc:56
+#: svx/inc/txenctab.hrc:56
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Turkish (DOS/OS2-857)"
msgstr "Turks (DOS/OS2-857)"
-#: txenctab.hrc:57
+#: svx/inc/txenctab.hrc:57
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Hebrew (DOS/OS2-862)"
msgstr "Hebreeus (DOS/OS2-862)"
-#: txenctab.hrc:58
+#: svx/inc/txenctab.hrc:58
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Arabic (DOS/OS2-864)"
msgstr "Arabies (DOS/OS2-864)"
-#: txenctab.hrc:59
+#: svx/inc/txenctab.hrc:59
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (DOS/OS2-866/Russian)"
msgstr "Cyrillies (DOS/OS2-866/Russies)"
-#: txenctab.hrc:60
+#: svx/inc/txenctab.hrc:60
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (DOS/OS2-869/Modern)"
msgstr "Grieks (DOS/OS2-869/Modern)"
-#: txenctab.hrc:61
+#: svx/inc/txenctab.hrc:61
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (Windows-1250/WinLatin 2)"
msgstr "Oos-Europa (Windows-1250/WinLatyn 2)"
-#: txenctab.hrc:62
+#: svx/inc/txenctab.hrc:62
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (Windows-1251)"
msgstr "Cyrillies (Windows-1251)"
-#: txenctab.hrc:63
+#: svx/inc/txenctab.hrc:63
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (Windows-1253)"
msgstr "Grieks (Windows-1253)"
-#: txenctab.hrc:64
+#: svx/inc/txenctab.hrc:64
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Turkish (Windows-1254)"
msgstr "Turks (Windows-1254)"
-#: txenctab.hrc:65
+#: svx/inc/txenctab.hrc:65
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Hebrew (Windows-1255)"
msgstr "Hebreeus (Windows-1255)"
-#: txenctab.hrc:66
+#: svx/inc/txenctab.hrc:66
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Arabic (Windows-1256)"
msgstr "Arabies (Windows-1256)"
-#: txenctab.hrc:67
+#: svx/inc/txenctab.hrc:67
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Baltic (Windows-1257)"
msgstr "Balties (Windows-1257)"
-#: txenctab.hrc:68
+#: svx/inc/txenctab.hrc:68
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Vietnamese (Windows-1258)"
msgstr ""
-#: txenctab.hrc:69
+#: svx/inc/txenctab.hrc:69
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (Apple Macintosh)"
msgstr "Oos-Europa (Apple Macintosh)"
-#: txenctab.hrc:70
+#: svx/inc/txenctab.hrc:70
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (Apple Macintosh/Croatian)"
msgstr "Oos-Europa (Apple Macintosh/Kroaties)"
-#: txenctab.hrc:71
+#: svx/inc/txenctab.hrc:71
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (Apple Macintosh)"
msgstr "Cyrillies (Apple Macintosh)"
-#: txenctab.hrc:72
+#: svx/inc/txenctab.hrc:72
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (Apple Macintosh)"
msgstr "Grieks (Apple Macintosh)"
-#: txenctab.hrc:73
+#: svx/inc/txenctab.hrc:73
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (Apple Macintosh/Icelandic)"
msgstr "Wes-Europa (Apple Macintosh/Yslands)"
-#: txenctab.hrc:74
+#: svx/inc/txenctab.hrc:74
#, fuzzy
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (Apple Macintosh/Romanian)"
msgstr "Oos-Europa (Apple Macintosh/Roemeens)"
-#: txenctab.hrc:75
+#: svx/inc/txenctab.hrc:75
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Turkish (Apple Macintosh)"
msgstr "Turks (Apple Macintosh)"
-#: txenctab.hrc:76
+#: svx/inc/txenctab.hrc:76
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (Apple Macintosh/Ukrainian)"
msgstr "Cyrillies (Apple Macintosh/Oekraïens)"
-#: txenctab.hrc:77
+#: svx/inc/txenctab.hrc:77
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (Apple Macintosh)"
msgstr "Sjinees vereenvoudig (Apple Macintosh)"
-#: txenctab.hrc:78
+#: svx/inc/txenctab.hrc:78
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (Apple Macintosh)"
msgstr "Sjinees tradisioneel (Apple Macintosh)"
-#: txenctab.hrc:79
+#: svx/inc/txenctab.hrc:79
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (Apple Macintosh)"
msgstr "Japannees (Apple Macintosh)"
-#: txenctab.hrc:80
+#: svx/inc/txenctab.hrc:80
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (Apple Macintosh)"
msgstr "Koreaans (Apple Macintosh)"
-#: txenctab.hrc:81
+#: svx/inc/txenctab.hrc:81
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (Windows-932)"
msgstr "Japannees (Windows-932)"
-#: txenctab.hrc:82
+#: svx/inc/txenctab.hrc:82
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (Windows-936)"
msgstr "Sjinees vereenvoudig (Windows-936)"
-#: txenctab.hrc:83
+#: svx/inc/txenctab.hrc:83
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (Windows-949)"
msgstr "Koreaans (Windows-949)"
-#: txenctab.hrc:84
+#: svx/inc/txenctab.hrc:84
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (Windows-950)"
msgstr "Sjinees tradisioneel (Windows-950)"
-#: txenctab.hrc:85
+#: svx/inc/txenctab.hrc:85
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (Shift-JIS)"
msgstr "Japannees (Shift-JIS)"
-#: txenctab.hrc:86
+#: svx/inc/txenctab.hrc:86
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (GB-2312)"
msgstr "Sjinees vereenvoudig (GB-2312)"
-#: txenctab.hrc:87
+#: svx/inc/txenctab.hrc:87
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (GB-18030)"
msgstr "Sjinees vereenvoudig (GB-18030)"
-#: txenctab.hrc:88
+#: svx/inc/txenctab.hrc:88
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (GBT-12345)"
msgstr "Sjinees tradisioneel (GBT-12345)"
-#: txenctab.hrc:89
+#: svx/inc/txenctab.hrc:89
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (GBK/GB-2312-80)"
msgstr "Sjinees vereenvoudig (GBK/GB-2312-80)"
-#: txenctab.hrc:90
+#: svx/inc/txenctab.hrc:90
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (Big5)"
msgstr "Sjinees tradisioneel (Big5)"
-#: txenctab.hrc:91
+#: svx/inc/txenctab.hrc:91
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (BIG5-HKSCS)"
msgstr "Sjinees tradisioneel (BIG5-HKSCS)"
-#: txenctab.hrc:92
+#: svx/inc/txenctab.hrc:92
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (EUC-JP)"
msgstr "Japannees (EUC-JP)"
-#: txenctab.hrc:93
+#: svx/inc/txenctab.hrc:93
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (EUC-CN)"
msgstr "Sjinees vereenvoudig (EUC-CN)"
-#: txenctab.hrc:94
+#: svx/inc/txenctab.hrc:94
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (EUC-TW)"
msgstr "Sjinees tradisioneel (EUC-TW)"
-#: txenctab.hrc:95
+#: svx/inc/txenctab.hrc:95
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (ISO-2022-JP)"
msgstr "Japannees (ISO-2022-JP)"
-#: txenctab.hrc:96
+#: svx/inc/txenctab.hrc:96
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (ISO-2022-CN)"
msgstr "Sjinees vereenvoudig (ISO-2022-CN)"
-#: txenctab.hrc:97
+#: svx/inc/txenctab.hrc:97
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (KOI8-R)"
msgstr "Cyrillies (KOI8-R)"
-#: txenctab.hrc:98
+#: svx/inc/txenctab.hrc:98
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Unicode (UTF-7)"
msgstr "Unicode (UTF-7)"
-#: txenctab.hrc:99
+#: svx/inc/txenctab.hrc:99
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Unicode (UTF-8)"
msgstr "Unicode (UTF-8)"
-#: txenctab.hrc:100
+#: svx/inc/txenctab.hrc:100
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (ISO-8859-10)"
msgstr "Oos-Europa (ISO-8859-10)"
-#: txenctab.hrc:101
+#: svx/inc/txenctab.hrc:101
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (ISO-8859-13)"
msgstr "Oos-Europa (ISO-8859-13)"
-#: txenctab.hrc:102
+#: svx/inc/txenctab.hrc:102
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (EUC-KR)"
msgstr "Koreaans (EUC-KR)"
-#: txenctab.hrc:103
+#: svx/inc/txenctab.hrc:103
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (ISO-2022-KR)"
msgstr "Koreaans (ISO-2022-KR)"
-#: txenctab.hrc:104
+#: svx/inc/txenctab.hrc:104
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (Windows-Johab-1361)"
msgstr "Koreaans (Windows-Johab-1361)"
-#: txenctab.hrc:105
+#: svx/inc/txenctab.hrc:105
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Unicode (UTF-16)"
msgstr "Unicode (UTF-16)"
-#: txenctab.hrc:106
+#: svx/inc/txenctab.hrc:106
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Thai (ISO-8859-11/TIS-620)"
msgstr "Thai (ISO-8859-11/TIS-620)"
-#: txenctab.hrc:107
+#: svx/inc/txenctab.hrc:107
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Thai (Windows-874)"
msgstr "Thai (Windows-874)"
-#: txenctab.hrc:108
+#: svx/inc/txenctab.hrc:108
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (KOI8-U)"
msgstr "Cyrillies (KOI8-U)"
-#: txenctab.hrc:109
+#: svx/inc/txenctab.hrc:109
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (PT154)"
msgstr "Cyrillies (PT154)"
-#: page.hrc:30
+#: svx/source/dialog/page.hrc:30
#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "A6"
msgstr "A6"
-#: page.hrc:31
+#: svx/source/dialog/page.hrc:31
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "A5"
msgstr "A5"
-#: page.hrc:32
+#: svx/source/dialog/page.hrc:32
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "A4"
msgstr "A4"
-#: page.hrc:33
+#: svx/source/dialog/page.hrc:33
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "A3"
msgstr "A3"
-#: page.hrc:34
+#: svx/source/dialog/page.hrc:34
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B6 (ISO)"
msgstr "B6 (ISO)"
-#: page.hrc:35
+#: svx/source/dialog/page.hrc:35
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B5 (ISO)"
msgstr "B5 (ISO)"
-#: page.hrc:36
+#: svx/source/dialog/page.hrc:36
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B4 (ISO)"
msgstr "B4 (ISO)"
-#: page.hrc:37
+#: svx/source/dialog/page.hrc:37
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Letter"
msgstr "Letter"
-#: page.hrc:38
+#: svx/source/dialog/page.hrc:38
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Legal"
msgstr "Juridies"
-#: page.hrc:39
+#: svx/source/dialog/page.hrc:39
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Long Bond"
msgstr "Lang 'bond'"
-#: page.hrc:40
+#: svx/source/dialog/page.hrc:40
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Tabloid"
msgstr "Tablet"
-#: page.hrc:41
+#: svx/source/dialog/page.hrc:41
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B6 (JIS)"
msgstr "B6 (JIS)"
-#: page.hrc:42
+#: svx/source/dialog/page.hrc:42
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B5 (JIS)"
msgstr "B5 (JIS)"
-#: page.hrc:43
+#: svx/source/dialog/page.hrc:43
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B4 (JIS)"
msgstr "B4 (JIS)"
-#: page.hrc:44
+#: svx/source/dialog/page.hrc:44
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "16 Kai"
msgstr "16 Kai"
-#: page.hrc:45
+#: svx/source/dialog/page.hrc:45
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "32 Kai"
msgstr "32 Kai"
-#: page.hrc:46
+#: svx/source/dialog/page.hrc:46
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Big 32 Kai"
msgstr "Groot 32 Kai"
-#: page.hrc:47
+#: svx/source/dialog/page.hrc:47
#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "User"
msgstr "Gebruiker"
-#: page.hrc:48
+#: svx/source/dialog/page.hrc:48
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "DL Envelope"
msgstr "DL-koevert"
-#: page.hrc:49
+#: svx/source/dialog/page.hrc:49
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "C6 Envelope"
msgstr "C6-koevert"
-#: page.hrc:50
+#: svx/source/dialog/page.hrc:50
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "C6/5 Envelope"
msgstr "C6/5-koevert"
-#: page.hrc:51
+#: svx/source/dialog/page.hrc:51
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "C5 Envelope"
msgstr "C5-koevert"
-#: page.hrc:52
+#: svx/source/dialog/page.hrc:52
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "C4 Envelope"
msgstr "C4-koevert"
-#: page.hrc:53
+#: svx/source/dialog/page.hrc:53
#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#6¾ Envelope"
msgstr "#6¾-Koevert"
-#: page.hrc:54
+#: svx/source/dialog/page.hrc:54
#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#7¾ (Monarch) Envelope"
msgstr "#7¾-koevert (Monarch)"
-#: page.hrc:55
+#: svx/source/dialog/page.hrc:55
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#9 Envelope"
msgstr "#9-koevert"
-#: page.hrc:56
+#: svx/source/dialog/page.hrc:56
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#10 Envelope"
msgstr "#10-koevert"
-#: page.hrc:57
+#: svx/source/dialog/page.hrc:57
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#11 Envelope"
msgstr "#11-koevert"
-#: page.hrc:58
+#: svx/source/dialog/page.hrc:58
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#12 Envelope"
msgstr "#12-koevert"
-#: page.hrc:59
+#: svx/source/dialog/page.hrc:59
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Japanese Postcard"
msgstr ""
-#: page.hrc:64
+#: svx/source/dialog/page.hrc:64
#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A6"
msgstr "A6"
-#: page.hrc:65
+#: svx/source/dialog/page.hrc:65
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A5"
msgstr "A5"
-#: page.hrc:66
+#: svx/source/dialog/page.hrc:66
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A4"
msgstr "A4"
-#: page.hrc:67
+#: svx/source/dialog/page.hrc:67
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A3"
msgstr "A3"
-#: page.hrc:68
+#: svx/source/dialog/page.hrc:68
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A2"
msgstr "A2"
-#: page.hrc:69
+#: svx/source/dialog/page.hrc:69
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A1"
msgstr "A1"
-#: page.hrc:70
+#: svx/source/dialog/page.hrc:70
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A0"
msgstr "A0"
-#: page.hrc:71
+#: svx/source/dialog/page.hrc:71
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B6 (ISO)"
msgstr "B6 (ISO)"
-#: page.hrc:72
+#: svx/source/dialog/page.hrc:72
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B5 (ISO)"
msgstr "B5 (ISO)"
-#: page.hrc:73
+#: svx/source/dialog/page.hrc:73
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B4 (ISO)"
msgstr "B4 (ISO)"
-#: page.hrc:74
+#: svx/source/dialog/page.hrc:74
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Letter"
msgstr "Letter"
-#: page.hrc:75
+#: svx/source/dialog/page.hrc:75
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Legal"
msgstr "Juridies"
-#: page.hrc:76
+#: svx/source/dialog/page.hrc:76
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Long Bond"
msgstr "Lang 'bond'"
-#: page.hrc:77
+#: svx/source/dialog/page.hrc:77
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Tabloid"
msgstr "Tablet"
-#: page.hrc:78
+#: svx/source/dialog/page.hrc:78
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B6 (JIS)"
msgstr "B6 (JIS)"
-#: page.hrc:79
+#: svx/source/dialog/page.hrc:79
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B5 (JIS)"
msgstr "B5 (JIS)"
-#: page.hrc:80
+#: svx/source/dialog/page.hrc:80
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B4 (JIS)"
msgstr "B4 (JIS)"
-#: page.hrc:81
+#: svx/source/dialog/page.hrc:81
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "16 Kai"
msgstr "16 Kai"
-#: page.hrc:82
+#: svx/source/dialog/page.hrc:82
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "32 Kai"
msgstr "32 Kai"
-#: page.hrc:83
+#: svx/source/dialog/page.hrc:83
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Big 32 Kai"
msgstr "Groot 32 Kai"
-#: page.hrc:84
+#: svx/source/dialog/page.hrc:84
#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "User"
msgstr "Gebruiker"
-#: page.hrc:85
+#: svx/source/dialog/page.hrc:85
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "DL Envelope"
msgstr "DL-koevert"
-#: page.hrc:86
+#: svx/source/dialog/page.hrc:86
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "C6 Envelope"
msgstr "C6-koevert"
-#: page.hrc:87
+#: svx/source/dialog/page.hrc:87
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "C6/5 Envelope"
msgstr "C6/5-koevert"
-#: page.hrc:88
+#: svx/source/dialog/page.hrc:88
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "C5 Envelope"
msgstr "C5-koevert"
-#: page.hrc:89
+#: svx/source/dialog/page.hrc:89
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "C4 Envelope"
msgstr "C4-koevert"
-#: page.hrc:90
+#: svx/source/dialog/page.hrc:90
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Dia Slide"
msgstr "Diaskyfie"
-#: page.hrc:91
+#: svx/source/dialog/page.hrc:91
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Screen 4:3"
msgstr ""
-#: page.hrc:92
+#: svx/source/dialog/page.hrc:92
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Screen 16:9"
msgstr ""
-#: page.hrc:93
+#: svx/source/dialog/page.hrc:93
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Screen 16:10"
msgstr ""
-#: page.hrc:94
+#: svx/source/dialog/page.hrc:94
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Japanese Postcard"
msgstr ""
-#: acceptrejectchangesdialog.ui:8
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:8
msgctxt "acceptrejectchangesdialog|AcceptRejectChangesDialog"
msgid "Manage Changes"
msgstr ""
-#: acceptrejectchangesdialog.ui:21
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:21
#, fuzzy
msgctxt "acceptrejectchangesdialog|accept"
msgid "_Accept"
msgstr "Aanvaar"
-#: acceptrejectchangesdialog.ui:35
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:35
msgctxt "acceptrejectchangesdialog|reject"
msgid "_Reject"
msgstr ""
-#: acceptrejectchangesdialog.ui:49
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:49
#, fuzzy
msgctxt "acceptrejectchangesdialog|acceptall"
msgid "A_ccept All"
msgstr "Aanvaar alles"
-#: acceptrejectchangesdialog.ui:63
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:63
#, fuzzy
msgctxt "acceptrejectchangesdialog|rejectall"
msgid "R_eject All"
msgstr "Verwerp alles"
-#: acceptrejectchangesdialog.ui:134
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:134
#, fuzzy
msgctxt "acceptrejectchangesdialog|calcedit"
msgid "Edit Comment..."
msgstr "Redigeer opmerking..."
-#: acceptrejectchangesdialog.ui:141
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:141
#, fuzzy
msgctxt "acceptrejectchangesdialog|calcsort"
msgid "Sorting"
msgstr "Sortering"
-#: acceptrejectchangesdialog.ui:151
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:151
#, fuzzy
msgctxt "acceptrejectchangesdialog|calcaction"
msgid "Action"
msgstr "Aksie: "
-#: acceptrejectchangesdialog.ui:159
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:159
msgctxt "acceptrejectchangesdialog|calcposition"
msgid "Position"
msgstr "Posisie"
-#: acceptrejectchangesdialog.ui:167
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:167
#, fuzzy
msgctxt "acceptrejectchangesdialog|calcauthor"
msgid "Author"
msgstr "Outeur: "
-#: acceptrejectchangesdialog.ui:175
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:175
msgctxt "acceptrejectchangesdialog|calcdate"
msgid "Date"
msgstr "Datum"
-#: acceptrejectchangesdialog.ui:183
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:183
msgctxt "acceptrejectchangesdialog|calcdesc"
msgid "Description"
msgstr "Beskrywing"
-#: acceptrejectchangesdialog.ui:199
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:199
#, fuzzy
msgctxt "acceptrejectchangesdialog|writeredit"
msgid "Edit Comment..."
msgstr "Redigeer opmerking..."
-#: acceptrejectchangesdialog.ui:206
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:206
#, fuzzy
msgctxt "acceptrejectchangesdialog|writersort"
msgid "Sort By"
msgstr "~Sorteer volgens"
-#: acceptrejectchangesdialog.ui:216
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:216
#, fuzzy
msgctxt "acceptrejectchangesdialog|writeraction"
msgid "Action"
msgstr "Aksie: "
-#: acceptrejectchangesdialog.ui:224
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:224
#, fuzzy
msgctxt "acceptrejectchangesdialog|writerauthor"
msgid "Author"
msgstr "Outeur: "
-#: acceptrejectchangesdialog.ui:232
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:232
msgctxt "acceptrejectchangesdialog|writerdate"
msgid "Date"
msgstr "Datum"
-#: acceptrejectchangesdialog.ui:240
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:240
msgctxt "acceptrejectchangesdialog|writerdesc"
msgid "Comment"
msgstr "Opmerking"
-#: acceptrejectchangesdialog.ui:248
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:248
msgctxt "acceptrejectchangesdialog|writerposition"
msgid "Document Position"
msgstr ""
-#: addconditiondialog.ui:8
+#: svx/uiconfig/ui/addconditiondialog.ui:8
msgctxt "addconditiondialog|AddConditionDialog"
msgid "Add Condition"
msgstr ""
-#: addconditiondialog.ui:28
+#: svx/uiconfig/ui/addconditiondialog.ui:28
#, fuzzy
msgctxt "addconditiondialog|label1"
msgid "_Condition:"
msgstr "Voorwaarde"
-#: addconditiondialog.ui:69
+#: svx/uiconfig/ui/addconditiondialog.ui:69
#, fuzzy
msgctxt "addconditiondialog|label2"
msgid "_Result:"
msgstr "Resultaat"
-#: addconditiondialog.ui:94
+#: svx/uiconfig/ui/addconditiondialog.ui:94
msgctxt "addconditiondialog|edit"
msgid "_Edit Namespaces..."
msgstr ""
-#: adddataitemdialog.ui:52
+#: svx/uiconfig/ui/adddataitemdialog.ui:51
#, fuzzy
msgctxt "adddataitemdialog|nameft"
msgid "_Name:"
msgstr "Naam:"
-#: adddataitemdialog.ui:66
+#: svx/uiconfig/ui/adddataitemdialog.ui:65
#, fuzzy
msgctxt "adddataitemdialog|valueft"
msgid "_Default value:"
msgstr "Verstek waarde"
-#: adddataitemdialog.ui:77
+#: svx/uiconfig/ui/adddataitemdialog.ui:76
#, fuzzy
msgctxt "adddataitemdialog|browse"
msgid "_Add..."
msgstr "Voeg by..."
-#: adddataitemdialog.ui:110
+#: svx/uiconfig/ui/adddataitemdialog.ui:108
msgctxt "adddataitemdialog|label1"
msgid "Item"
msgstr "Item"
-#: adddataitemdialog.ui:148
+#: svx/uiconfig/ui/adddataitemdialog.ui:146
#, fuzzy
msgctxt "adddataitemdialog|datatypeft"
msgid "_Data type:"
msgstr "Datasoort"
-#: adddataitemdialog.ui:171
+#: svx/uiconfig/ui/adddataitemdialog.ui:169
#, fuzzy
msgctxt "adddataitemdialog|required"
msgid "_Required"
msgstr "Vereis"
-#: adddataitemdialog.ui:186
+#: svx/uiconfig/ui/adddataitemdialog.ui:184
msgctxt "adddataitemdialog|requiredcond"
msgid "Condition"
msgstr "Voorwaarde"
-#: adddataitemdialog.ui:200
+#: svx/uiconfig/ui/adddataitemdialog.ui:198
#, fuzzy
msgctxt "adddataitemdialog|relevant"
msgid "R_elevant"
msgstr "Relevant"
-#: adddataitemdialog.ui:215
+#: svx/uiconfig/ui/adddataitemdialog.ui:213
msgctxt "adddataitemdialog|relevantcond"
msgid "Condition"
msgstr "Voorwaarde"
-#: adddataitemdialog.ui:229
+#: svx/uiconfig/ui/adddataitemdialog.ui:227
#, fuzzy
msgctxt "adddataitemdialog|constraint"
msgid "_Constraint"
msgstr "Beperking"
-#: adddataitemdialog.ui:244
+#: svx/uiconfig/ui/adddataitemdialog.ui:242
#, fuzzy
msgctxt "adddataitemdialog|readonly"
msgid "Read-_only"
msgstr "Leesalleen"
-#: adddataitemdialog.ui:259
+#: svx/uiconfig/ui/adddataitemdialog.ui:257
#, fuzzy
msgctxt "adddataitemdialog|calculate"
msgid "Calc_ulate"
msgstr "Berek~en"
-#: adddataitemdialog.ui:274
+#: svx/uiconfig/ui/adddataitemdialog.ui:272
msgctxt "adddataitemdialog|constraintcond"
msgid "Condition"
msgstr "Voorwaarde"
-#: adddataitemdialog.ui:288
+#: svx/uiconfig/ui/adddataitemdialog.ui:286
msgctxt "adddataitemdialog|readonlycond"
msgid "Condition"
msgstr "Voorwaarde"
-#: adddataitemdialog.ui:302
+#: svx/uiconfig/ui/adddataitemdialog.ui:300
msgctxt "adddataitemdialog|calculatecond"
msgid "Condition"
msgstr "Voorwaarde"
-#: adddataitemdialog.ui:322
+#: svx/uiconfig/ui/adddataitemdialog.ui:320
#, fuzzy
msgctxt "adddataitemdialog|label4"
msgid "Settings"
msgstr "Netting"
-#: addinstancedialog.ui:9
+#: svx/uiconfig/ui/addinstancedialog.ui:9
msgctxt "addinstancedialog|AddInstanceDialog"
msgid "Add Instance"
msgstr ""
-#: addinstancedialog.ui:98
+#: svx/uiconfig/ui/addinstancedialog.ui:97
#, fuzzy
msgctxt "addinstancedialog|label2"
msgid "_Name:"
msgstr "Naam:"
-#: addinstancedialog.ui:111
+#: svx/uiconfig/ui/addinstancedialog.ui:110
msgctxt "addinstancedialog|alttitle"
msgid "Edit Instance"
msgstr ""
-#: addinstancedialog.ui:124
+#: svx/uiconfig/ui/addinstancedialog.ui:123
msgctxt "addinstancedialog|urlft"
msgid "_URL:"
msgstr ""
-#: addinstancedialog.ui:146
+#: svx/uiconfig/ui/addinstancedialog.ui:145
#, fuzzy
msgctxt "addinstancedialog|browse"
msgid "_Browse..."
msgstr "Blaai..."
-#: addinstancedialog.ui:159
+#: svx/uiconfig/ui/addinstancedialog.ui:158
msgctxt "addinstancedialog|link"
msgid "_Link instance"
msgstr ""
-#: addmodeldialog.ui:8
+#: svx/uiconfig/ui/addmodeldialog.ui:8
msgctxt "addmodeldialog|AddModelDialog"
msgid "Add Model"
msgstr ""
-#: addmodeldialog.ui:81
+#: svx/uiconfig/ui/addmodeldialog.ui:81
msgctxt "addmodeldialog|modify"
msgid "Model data updates change document's modification status"
msgstr ""
-#: addmodeldialog.ui:112
+#: svx/uiconfig/ui/addmodeldialog.ui:111
#, fuzzy
msgctxt "addmodeldialog|label2"
msgid "_Name:"
msgstr "Naam:"
-#: addmodeldialog.ui:125
+#: svx/uiconfig/ui/addmodeldialog.ui:124
msgctxt "addmodeldialog|alttitle"
msgid "Edit Model"
msgstr ""
-#: addnamespacedialog.ui:8
+#: svx/uiconfig/ui/addnamespacedialog.ui:8
msgctxt "addnamespacedialog|AddNamespaceDialog"
msgid "Add Namespace"
msgstr ""
-#: addnamespacedialog.ui:85
+#: svx/uiconfig/ui/addnamespacedialog.ui:85
#, fuzzy
msgctxt "addnamespacedialog|label1"
msgid "_Prefix:"
msgstr "Voorvoegsel"
-#: addnamespacedialog.ui:125
+#: svx/uiconfig/ui/addnamespacedialog.ui:123
msgctxt "addnamespacedialog|label2"
msgid "_URL:"
msgstr ""
-#: addnamespacedialog.ui:138
+#: svx/uiconfig/ui/addnamespacedialog.ui:136
msgctxt "addnamespacedialog|alttitle"
msgid "Edit Namespace"
msgstr ""
-#: addsubmissiondialog.ui:8
+#: svx/uiconfig/ui/addsubmissiondialog.ui:8
msgctxt "addsubmissiondialog|AddSubmissionDialog"
msgid "Add Submission"
msgstr "Voeg indiening by"
-#: addsubmissiondialog.ui:98
+#: svx/uiconfig/ui/addsubmissiondialog.ui:97
#, fuzzy
msgctxt "addsubmissiondialog|label2"
msgid "_Name:"
msgstr "Naam:"
-#: addsubmissiondialog.ui:112
+#: svx/uiconfig/ui/addsubmissiondialog.ui:111
#, fuzzy
msgctxt "addsubmissiondialog|urlft"
msgid "Binding e_xpression:"
msgstr "Bindinguitdrukking"
-#: addsubmissiondialog.ui:123
+#: svx/uiconfig/ui/addsubmissiondialog.ui:122
#, fuzzy
msgctxt "addsubmissiondialog|browse"
msgid "_Add..."
msgstr "Voeg by..."
-#: addsubmissiondialog.ui:140
+#: svx/uiconfig/ui/addsubmissiondialog.ui:139
#, fuzzy
msgctxt "addsubmissiondialog|label3"
msgid "_Action:"
msgstr "Aksie: "
-#: addsubmissiondialog.ui:168
+#: svx/uiconfig/ui/addsubmissiondialog.ui:166
#, fuzzy
msgctxt "addsubmissiondialog|label4"
msgid "_Method:"
msgstr "Metode: "
-#: addsubmissiondialog.ui:207
+#: svx/uiconfig/ui/addsubmissiondialog.ui:204
#, fuzzy
msgctxt "addsubmissiondialog|label5"
msgid "_Binding:"
msgstr "Bindings"
-#: addsubmissiondialog.ui:221
+#: svx/uiconfig/ui/addsubmissiondialog.ui:218
#, fuzzy
msgctxt "addsubmissiondialog|label6"
msgid "_Replace:"
msgstr "Vervang: "
-#: asianphoneticguidedialog.ui:9
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:9
msgctxt "asianphoneticguidedialog|AsianPhoneticGuideDialog"
msgid "Asian Phonetic Guide"
msgstr ""
-#: asianphoneticguidedialog.ui:89
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:89
msgctxt "asianphoneticguidedialog|basetextft"
msgid "Base text"
msgstr ""
-#: asianphoneticguidedialog.ui:101
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:101
msgctxt "asianphoneticguidedialog|rubytextft"
msgid "Ruby text"
msgstr ""
-#: asianphoneticguidedialog.ui:141
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:141
msgctxt "asianphoneticguidedialog|Left2ED-atkobject"
msgid "Base text"
msgstr ""
-#: asianphoneticguidedialog.ui:177
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:177
msgctxt "asianphoneticguidedialog|Right2ED-atkobject"
msgid "Ruby text"
msgstr ""
-#: asianphoneticguidedialog.ui:192
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:192
msgctxt "asianphoneticguidedialog|Left3ED-atkobject"
msgid "Base text"
msgstr ""
-#: asianphoneticguidedialog.ui:207
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:207
msgctxt "asianphoneticguidedialog|Right3ED-atkobject"
msgid "Ruby text"
msgstr ""
-#: asianphoneticguidedialog.ui:222
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:222
msgctxt "asianphoneticguidedialog|Right4ED-atkobject"
msgid "Ruby text"
msgstr ""
-#: asianphoneticguidedialog.ui:237
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:237
msgctxt "asianphoneticguidedialog|Left4ED-atkobject"
msgid "Base text"
msgstr ""
-#: asianphoneticguidedialog.ui:268
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:268
#, fuzzy
msgctxt "asianphoneticguidedialog|label4"
msgid "Alignment:"
msgstr "Belyning"
-#: asianphoneticguidedialog.ui:282
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:282
#, fuzzy
msgctxt "asianphoneticguidedialog|label5"
msgid "Position:"
msgstr "Posisie"
-#: asianphoneticguidedialog.ui:296
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:296
msgctxt "asianphoneticguidedialog|styleft"
msgid "Character style for ruby text:"
msgstr ""
-#: asianphoneticguidedialog.ui:319
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:319
#, fuzzy
msgctxt "asianphoneticguidedialog|styles"
msgid "Styles"
msgstr "Styl"
-#: asianphoneticguidedialog.ui:335
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:335
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "Left"
msgstr "Links"
-#: asianphoneticguidedialog.ui:336
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:336
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "Center"
msgstr "Sentreer"
-#: asianphoneticguidedialog.ui:337
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:337
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "Right"
msgstr "Regs"
-#: asianphoneticguidedialog.ui:338
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:338
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "0 1 0"
msgstr ""
-#: asianphoneticguidedialog.ui:339
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:339
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "1 2 1"
msgstr ""
-#: asianphoneticguidedialog.ui:352
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:352
msgctxt "asianphoneticguidedialog|positionlb"
msgid "Top"
msgstr "Bokant"
-#: asianphoneticguidedialog.ui:353
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:353
msgctxt "asianphoneticguidedialog|positionlb"
msgid "Bottom"
msgstr "Onderkant"
-#: asianphoneticguidedialog.ui:376
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:354
+msgctxt "asianphoneticguidedialog|positionlb"
+msgid "Right"
+msgstr ""
+
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:377
#, fuzzy
msgctxt "asianphoneticguidedialog|label1"
msgid "Preview:"
msgstr "Voorskou"
-#: cellmenu.ui:12
+#: svx/uiconfig/ui/cellmenu.ui:12
#, fuzzy
msgctxt "cellmenu|copy"
msgid "_Copy"
msgstr "Kopieer"
-#: chineseconversiondialog.ui:8
+#: svx/uiconfig/ui/charsetmenu.ui:12
+msgctxt "charviewmenu|STR_CLEAR_CHAR"
+msgid "Insert into document"
+msgstr ""
+
+#: svx/uiconfig/ui/charsetmenu.ui:20
+msgctxt "charviewmenu|STR_CLEAR_ALL_CHAR"
+msgid "Add to favorites"
+msgstr ""
+
+#: svx/uiconfig/ui/charsetmenu.ui:28
+msgctxt "charviewmenu|STR_CLEAR_ALL_CHAR"
+msgid "Remove from favorites"
+msgstr ""
+
+#: svx/uiconfig/ui/charsetmenu.ui:36
+msgctxt "charviewmenu|STR_CLEAR_ALL_CHAR"
+msgid "Copy to clipboard"
+msgstr ""
+
+#: svx/uiconfig/ui/chineseconversiondialog.ui:8
msgctxt "chineseconversiondialog|ChineseConversionDialog"
msgid "Chinese Conversion"
msgstr ""
-#: chineseconversiondialog.ui:103
+#: svx/uiconfig/ui/chineseconversiondialog.ui:103
msgctxt "chineseconversiondialog|tosimplified"
msgid "_Traditional Chinese to simplified Chinese"
msgstr ""
-#: chineseconversiondialog.ui:120
+#: svx/uiconfig/ui/chineseconversiondialog.ui:120
msgctxt "chineseconversiondialog|totraditional"
msgid "_Simplified Chinese to traditional Chinese"
msgstr ""
-#: chineseconversiondialog.ui:142
+#: svx/uiconfig/ui/chineseconversiondialog.ui:142
msgctxt "chineseconversiondialog|label1"
msgid "Conversion Direction"
msgstr ""
-#: chineseconversiondialog.ui:179
+#: svx/uiconfig/ui/chineseconversiondialog.ui:179
msgctxt "chineseconversiondialog|commonterms"
msgid "Translate _common terms"
msgstr ""
-#: chineseconversiondialog.ui:195
+#: svx/uiconfig/ui/chineseconversiondialog.ui:195
msgctxt "chineseconversiondialog|editterms"
msgid "_Edit Terms..."
msgstr ""
-#: chineseconversiondialog.ui:214
+#: svx/uiconfig/ui/chineseconversiondialog.ui:214
msgctxt "chineseconversiondialog|label2"
msgid "Common Terms"
msgstr ""
-#: chinesedictionary.ui:9
+#: svx/uiconfig/ui/chinesedictionary.ui:9
msgctxt "chinesedictionary|ChineseDictionaryDialog"
msgid "Edit Dictionary"
msgstr ""
-#: chinesedictionary.ui:87
+#: svx/uiconfig/ui/chinesedictionary.ui:87
msgctxt "chinesedictionary|tradtosimple"
msgid "_Traditional Chinese to simplified Chinese"
msgstr ""
-#: chinesedictionary.ui:104
+#: svx/uiconfig/ui/chinesedictionary.ui:104
msgctxt "chinesedictionary|simpletotrad"
msgid "_Simplified Chinese to traditional Chinese"
msgstr ""
-#: chinesedictionary.ui:120
+#: svx/uiconfig/ui/chinesedictionary.ui:120
msgctxt "chinesedictionary|reverse"
msgid "Reverse mapping"
msgstr ""
-#: chinesedictionary.ui:151
+#: svx/uiconfig/ui/chinesedictionary.ui:152
msgctxt "chinesedictionary|termft"
msgid "Term"
msgstr ""
-#: chinesedictionary.ui:175
+#: svx/uiconfig/ui/chinesedictionary.ui:176
msgctxt "chinesedictionary|mappingft"
msgid "Mapping"
msgstr ""
-#: chinesedictionary.ui:199
+#: svx/uiconfig/ui/chinesedictionary.ui:200
msgctxt "chinesedictionary|propertyft"
msgid "Property"
msgstr "Eienskap"
-#: chinesedictionary.ui:212
+#: svx/uiconfig/ui/chinesedictionary.ui:213
#, fuzzy
msgctxt "chinesedictionary|property"
msgid "Other"
msgstr "Andere"
-#: chinesedictionary.ui:213
+#: svx/uiconfig/ui/chinesedictionary.ui:214
msgctxt "chinesedictionary|property"
msgid "Foreign"
msgstr ""
-#: chinesedictionary.ui:214
+#: svx/uiconfig/ui/chinesedictionary.ui:215
msgctxt "chinesedictionary|property"
msgid "First name"
msgstr "Voornaam"
-#: chinesedictionary.ui:215
+#: svx/uiconfig/ui/chinesedictionary.ui:216
msgctxt "chinesedictionary|property"
msgid "Last name"
msgstr "Van"
-#: chinesedictionary.ui:216
+#: svx/uiconfig/ui/chinesedictionary.ui:217
msgctxt "chinesedictionary|property"
msgid "Title"
msgstr "Titel"
-#: chinesedictionary.ui:217
+#: svx/uiconfig/ui/chinesedictionary.ui:218
msgctxt "chinesedictionary|property"
msgid "Status"
msgstr "Status"
-#: chinesedictionary.ui:218
+#: svx/uiconfig/ui/chinesedictionary.ui:219
msgctxt "chinesedictionary|property"
msgid "Place name"
msgstr ""
-#: chinesedictionary.ui:219
+#: svx/uiconfig/ui/chinesedictionary.ui:220
msgctxt "chinesedictionary|property"
msgid "Business"
msgstr "Besigheid"
-#: chinesedictionary.ui:220
+#: svx/uiconfig/ui/chinesedictionary.ui:221
msgctxt "chinesedictionary|property"
msgid "Adjective"
msgstr ""
-#: chinesedictionary.ui:221
+#: svx/uiconfig/ui/chinesedictionary.ui:222
msgctxt "chinesedictionary|property"
msgid "Idiom"
msgstr ""
-#: chinesedictionary.ui:222
+#: svx/uiconfig/ui/chinesedictionary.ui:223
msgctxt "chinesedictionary|property"
msgid "Abbreviation"
msgstr ""
-#: chinesedictionary.ui:223
+#: svx/uiconfig/ui/chinesedictionary.ui:224
#, fuzzy
msgctxt "chinesedictionary|property"
msgid "Numerical"
msgstr "Numeries"
-#: chinesedictionary.ui:224
+#: svx/uiconfig/ui/chinesedictionary.ui:225
msgctxt "chinesedictionary|property"
msgid "Noun"
msgstr ""
-#: chinesedictionary.ui:225
+#: svx/uiconfig/ui/chinesedictionary.ui:226
msgctxt "chinesedictionary|property"
msgid "Verb"
msgstr ""
-#: chinesedictionary.ui:226
+#: svx/uiconfig/ui/chinesedictionary.ui:227
msgctxt "chinesedictionary|property"
msgid "Brand name"
msgstr ""
-#: chinesedictionary.ui:257
+#: svx/uiconfig/ui/chinesedictionary.ui:258
#, fuzzy
msgctxt "chinesedictionary|modify"
msgid "_Modify"
msgstr "Wysig"
-#: classificationdialog.ui:9
+#: svx/uiconfig/ui/classificationdialog.ui:9
msgctxt "classificationdialog|dialogname"
-msgid "Classification Dialog"
+msgid "Classification"
msgstr ""
-#: classificationdialog.ui:89
+#: svx/uiconfig/ui/classificationdialog.ui:89
msgctxt "classificationdialog|label-Classification"
msgid "Classification:"
msgstr ""
-#: classificationdialog.ui:101
+#: svx/uiconfig/ui/classificationdialog.ui:101
msgctxt "classificationdialog|label-InternationalClassification"
msgid "International:"
msgstr ""
-#: classificationdialog.ui:134
+#: svx/uiconfig/ui/classificationdialog.ui:134
msgctxt "classificationdialog|label-Marking"
msgid "Marking:"
msgstr ""
-#: classificationdialog.ui:158
+#: svx/uiconfig/ui/classificationdialog.ui:158
#, fuzzy
msgctxt "classificationdialog|label-Classification"
msgid "Recently Used:"
msgstr "Onlangs gebruik"
-#: classificationdialog.ui:198
+#: svx/uiconfig/ui/classificationdialog.ui:198
msgctxt "classificationdialog|label-Content"
msgid "Content"
msgstr "Inhoud"
-#: classificationdialog.ui:221
+#: svx/uiconfig/ui/classificationdialog.ui:221
msgctxt "classificationdialog|boldButton"
msgid "Bold"
msgstr "Vetdruk"
-#: classificationdialog.ui:239
+#: svx/uiconfig/ui/classificationdialog.ui:239
#, fuzzy
msgctxt "classificationdialog|signButton"
msgid "Sign Paragraph"
msgstr "Versteekde paragraaf"
-#: classificationdialog.ui:288
+#: svx/uiconfig/ui/classificationdialog.ui:288
#, fuzzy
msgctxt "classificationdialog|label-PartNumber"
msgid "Part Number:"
msgstr "Bladsynommer"
-#: classificationdialog.ui:310
+#: svx/uiconfig/ui/classificationdialog.ui:310
msgctxt "classificationdialog|intellectualPropertyPartAddButton"
msgid "Add"
msgstr "Voeg by"
-#: classificationdialog.ui:326
+#: svx/uiconfig/ui/classificationdialog.ui:326
msgctxt "classificationdialog|label-PartNumber"
-msgid "Part:"
+msgid "License:"
msgstr ""
-#: classificationdialog.ui:373
+#: svx/uiconfig/ui/classificationdialog.ui:373
msgctxt "classificationdialog|label-IntellectualProperty"
msgid "Intellectual Property"
msgstr ""
-#: colorwindow.ui:59
+#: svx/uiconfig/ui/colorwindow.ui:59
msgctxt "colorwindow|none_color_button"
msgid "None"
msgstr "Geen"
-#: colorwindow.ui:128
+#: svx/uiconfig/ui/colorwindow.ui:128
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr ""
-#: colorwindow.ui:162
+#: svx/uiconfig/ui/colorwindow.ui:162
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr ""
-#: colsmenu.ui:12
+#: svx/uiconfig/ui/colsmenu.ui:12
#, fuzzy
msgctxt "colsmenu|insert"
msgid "Insert _Column"
msgstr "Voeg kolom in"
-#: colsmenu.ui:22
+#: svx/uiconfig/ui/colsmenu.ui:22
msgctxt "colsmenu|TextField"
msgid "Text Box"
msgstr "Tekskassie"
-#: colsmenu.ui:30
+#: svx/uiconfig/ui/colsmenu.ui:30
msgctxt "colsmenu|CheckBox"
msgid "Check Box"
msgstr "Merkblokkie"
-#: colsmenu.ui:38
+#: svx/uiconfig/ui/colsmenu.ui:38
msgctxt "colsmenu|ComboBox"
msgid "Combo Box"
msgstr "Kombinasiekassie"
-#: colsmenu.ui:46
+#: svx/uiconfig/ui/colsmenu.ui:46
msgctxt "colsmenu|ListBox"
msgid "List Box"
msgstr "Lyskassie"
-#: colsmenu.ui:54
+#: svx/uiconfig/ui/colsmenu.ui:54
msgctxt "colsmenu|DateField"
msgid "Date Field"
msgstr "Datum-veld"
-#: colsmenu.ui:62
+#: svx/uiconfig/ui/colsmenu.ui:62
msgctxt "colsmenu|TimeField"
msgid "Time Field"
msgstr "Tyd-veld"
-#: colsmenu.ui:69
+#: svx/uiconfig/ui/colsmenu.ui:69
msgctxt "colsmenu|NumericField"
msgid "Numeric Field"
msgstr "Numeriese veld"
-#: colsmenu.ui:76
+#: svx/uiconfig/ui/colsmenu.ui:76
msgctxt "colsmenu|CurrencyField"
msgid "Currency Field"
msgstr "Geldeenheidveld"
-#: colsmenu.ui:84
+#: svx/uiconfig/ui/colsmenu.ui:84
msgctxt "colsmenu|PatternField"
msgid "Pattern Field"
msgstr "Patroonveld"
-#: colsmenu.ui:92
+#: svx/uiconfig/ui/colsmenu.ui:92
msgctxt "colsmenu|FormattedField"
msgid "Formatted Field"
msgstr "Geformateerde veld"
-#: colsmenu.ui:100
+#: svx/uiconfig/ui/colsmenu.ui:100
msgctxt "colsmenu|dateandtimefield"
msgid "Date and Time Field"
msgstr ""
-#: colsmenu.ui:113
+#: svx/uiconfig/ui/colsmenu.ui:113
#, fuzzy
msgctxt "colsmenu|change"
msgid "_Replace with"
msgstr "Vervang met"
-#: colsmenu.ui:123
+#: svx/uiconfig/ui/colsmenu.ui:123
msgctxt "colsmenu|TextField1"
msgid "Text Box"
msgstr "Tekskassie"
-#: colsmenu.ui:131
+#: svx/uiconfig/ui/colsmenu.ui:131
msgctxt "colsmenu|CheckBox1"
msgid "Check Box"
msgstr "Merkblokkie"
-#: colsmenu.ui:139
+#: svx/uiconfig/ui/colsmenu.ui:139
msgctxt "colsmenu|ComboBox1"
msgid "Combo Box"
msgstr "Kombinasiekassie"
-#: colsmenu.ui:147
+#: svx/uiconfig/ui/colsmenu.ui:147
msgctxt "colsmenu|ListBox1"
msgid "List Box"
msgstr "Lyskassie"
-#: colsmenu.ui:155
+#: svx/uiconfig/ui/colsmenu.ui:155
msgctxt "colsmenu|DateField1"
msgid "Date Field"
msgstr "Datum-veld"
-#: colsmenu.ui:163
+#: svx/uiconfig/ui/colsmenu.ui:163
msgctxt "colsmenu|TimeField1"
msgid "Time Field"
msgstr "Tyd-veld"
-#: colsmenu.ui:171
+#: svx/uiconfig/ui/colsmenu.ui:171
msgctxt "colsmenu|NumericField1"
msgid "Numeric Field"
msgstr "Numeriese veld"
-#: colsmenu.ui:179
+#: svx/uiconfig/ui/colsmenu.ui:179
msgctxt "colsmenu|CurrencyField1"
msgid "Currency Field"
msgstr "Geldeenheidveld"
-#: colsmenu.ui:187
+#: svx/uiconfig/ui/colsmenu.ui:187
msgctxt "colsmenu|PatternField1"
msgid "Pattern Field"
msgstr "Patroonveld"
-#: colsmenu.ui:195
+#: svx/uiconfig/ui/colsmenu.ui:195
msgctxt "colsmenu|FormattedField1"
msgid "Formatted Field"
msgstr "Geformateerde veld"
-#: colsmenu.ui:203
+#: svx/uiconfig/ui/colsmenu.ui:203
msgctxt "colsmenu|dateandtimefield1"
msgid "Date and Time Field"
msgstr ""
-#: colsmenu.ui:216
+#: svx/uiconfig/ui/colsmenu.ui:216
msgctxt "colsmenu|delete"
msgid "Delete column"
msgstr "Skrap kolom"
-#: colsmenu.ui:224
+#: svx/uiconfig/ui/colsmenu.ui:224
#, fuzzy
msgctxt "colsmenu|hide"
msgid "_Hide Column"
msgstr "~Versteek kolomme"
-#: colsmenu.ui:232
+#: svx/uiconfig/ui/colsmenu.ui:232
#, fuzzy
msgctxt "colsmenu|show"
msgid "_Show Columns"
msgstr "~Vertoon kolomme"
-#: colsmenu.ui:242
+#: svx/uiconfig/ui/colsmenu.ui:242
#, fuzzy
msgctxt "colsmenu|more"
msgid "_More..."
msgstr "Meer..."
-#: colsmenu.ui:255
+#: svx/uiconfig/ui/colsmenu.ui:255
#, fuzzy
msgctxt "colsmenu|all"
msgid "_All"
msgstr "Almal"
-#: colsmenu.ui:266
+#: svx/uiconfig/ui/colsmenu.ui:266
#, fuzzy
msgctxt "colsmenu|column"
msgid "Column..."
msgstr "Ko~lomme..."
-#: compressgraphicdialog.ui:26
-msgctxt "compressgraphicdialog|interpolation-method-store"
-msgid "None"
-msgstr "Geen"
-
-#: compressgraphicdialog.ui:29
-msgctxt "compressgraphicdialog|interpolation-method-store"
-msgid "Bilinear"
-msgstr ""
-
-#: compressgraphicdialog.ui:32
-msgctxt "compressgraphicdialog|interpolation-method-store"
-msgid "Bicubic"
-msgstr ""
-
-#: compressgraphicdialog.ui:35
-msgctxt "compressgraphicdialog|interpolation-method-store"
-msgid "Lanczos"
-msgstr ""
-
-#: compressgraphicdialog.ui:56
+#: svx/uiconfig/ui/compressgraphicdialog.ui:36
msgctxt "compressgraphicdialog|CompressGraphicDialog"
msgid "Compress Image"
msgstr ""
-#: compressgraphicdialog.ui:150
+#: svx/uiconfig/ui/compressgraphicdialog.ui:132
msgctxt "compressgraphicdialog|radio-jpeg"
msgid "JPEG Quality"
msgstr ""
-#: compressgraphicdialog.ui:154
+#: svx/uiconfig/ui/compressgraphicdialog.ui:136
msgctxt "compressgraphicdialog|radio-jpeg|tooltip_text"
msgid "Lossy compression"
msgstr ""
-#: compressgraphicdialog.ui:166
+#: svx/uiconfig/ui/compressgraphicdialog.ui:149
msgctxt "compressgraphicdialog|radio-lossless"
msgid "PNG Compression"
msgstr ""
-#: compressgraphicdialog.ui:170
+#: svx/uiconfig/ui/compressgraphicdialog.ui:153
msgctxt "compressgraphicdialog|radio-lossless|tooltip_text"
msgid "Lossless compression"
msgstr ""
-#: compressgraphicdialog.ui:285
+#: svx/uiconfig/ui/compressgraphicdialog.ui:269
msgctxt "compressgraphicdialog|label2"
msgid "Compression"
msgstr ""
-#: compressgraphicdialog.ui:318
+#: svx/uiconfig/ui/compressgraphicdialog.ui:302
msgctxt "compressgraphicdialog|checkbox-reduce-resolution"
msgid "Reduce image resolution"
msgstr ""
-#: compressgraphicdialog.ui:335
+#: svx/uiconfig/ui/compressgraphicdialog.ui:320
msgctxt "compressgraphicdialog|label3"
msgid "Width:"
msgstr "Breedte:"
-#: compressgraphicdialog.ui:350
+#: svx/uiconfig/ui/compressgraphicdialog.ui:335
msgctxt "compressgraphicdialog|label4"
msgid "Height:"
msgstr "Hoogte:"
-#: compressgraphicdialog.ui:365
+#: svx/uiconfig/ui/compressgraphicdialog.ui:350
msgctxt "compressgraphicdialog|label5"
msgid "Resolution:"
msgstr ""
-#: compressgraphicdialog.ui:380
+#: svx/uiconfig/ui/compressgraphicdialog.ui:365
msgctxt "compressgraphicdialog|label12"
msgid "Interpolation:"
msgstr ""
-#: compressgraphicdialog.ui:459
+#: svx/uiconfig/ui/compressgraphicdialog.ui:437
+msgctxt "compressgraphicdialog|interpolation-method-store"
+msgid "None"
+msgstr "Geen"
+
+#: svx/uiconfig/ui/compressgraphicdialog.ui:438
+msgctxt "compressgraphicdialog|interpolation-method-store"
+msgid "Bilinear"
+msgstr ""
+
+#: svx/uiconfig/ui/compressgraphicdialog.ui:439
+msgctxt "compressgraphicdialog|interpolation-method-store"
+msgid "Bicubic"
+msgstr ""
+
+#: svx/uiconfig/ui/compressgraphicdialog.ui:440
+msgctxt "compressgraphicdialog|interpolation-method-store"
+msgid "Lanczos"
+msgstr ""
+
+#: svx/uiconfig/ui/compressgraphicdialog.ui:452
msgctxt "compressgraphicdialog|label13"
msgid "px"
msgstr ""
-#: compressgraphicdialog.ui:471
+#: svx/uiconfig/ui/compressgraphicdialog.ui:464
msgctxt "compressgraphicdialog|label14"
msgid "px"
msgstr ""
-#: compressgraphicdialog.ui:483
+#: svx/uiconfig/ui/compressgraphicdialog.ui:476
msgctxt "compressgraphicdialog|label16"
msgid "DPI"
msgstr ""
-#: compressgraphicdialog.ui:502
+#: svx/uiconfig/ui/compressgraphicdialog.ui:495
msgctxt "compressgraphicdialog|label22"
msgid "Resolution"
msgstr ""
-#: compressgraphicdialog.ui:537
+#: svx/uiconfig/ui/compressgraphicdialog.ui:530
msgctxt "compressgraphicdialog|label7"
msgid "Actual dimensions:"
msgstr ""
-#: compressgraphicdialog.ui:563
+#: svx/uiconfig/ui/compressgraphicdialog.ui:556
msgctxt "compressgraphicdialog|label8"
msgid "Apparent dimensions:"
msgstr ""
-#: compressgraphicdialog.ui:575
+#: svx/uiconfig/ui/compressgraphicdialog.ui:568
msgctxt "compressgraphicdialog|label9"
msgid "Image size:"
msgstr ""
-#: compressgraphicdialog.ui:626
+#: svx/uiconfig/ui/compressgraphicdialog.ui:619
msgctxt "compressgraphicdialog|label15"
msgid "Type:"
msgstr "Tipe:"
-#: compressgraphicdialog.ui:650
+#: svx/uiconfig/ui/compressgraphicdialog.ui:643
msgctxt "compressgraphicdialog|calculate"
msgid "Calculate New Size:"
msgstr ""
-#: compressgraphicdialog.ui:669
+#: svx/uiconfig/ui/compressgraphicdialog.ui:662
msgctxt "compressgraphicdialog|label1"
msgid "Image Information"
msgstr ""
-#: convertmenu.ui:13
+#: svx/uiconfig/ui/convertmenu.ui:13
#, fuzzy
msgctxt "convertmenu|ConvertToEdit"
msgid "_Text Box"
msgstr "Tekskassie"
-#: convertmenu.ui:22
+#: svx/uiconfig/ui/convertmenu.ui:22
#, fuzzy
msgctxt "convertmenu|ConvertToButton"
msgid "_Button"
msgstr "Knoppie"
-#: convertmenu.ui:31
+#: svx/uiconfig/ui/convertmenu.ui:31
#, fuzzy
msgctxt "convertmenu|ConvertToFixed"
msgid "La_bel field"
msgstr "Etiketveld"
-#: convertmenu.ui:40
+#: svx/uiconfig/ui/convertmenu.ui:40
#, fuzzy
msgctxt "convertmenu|ConvertToGroup"
msgid "G_roup Box"
msgstr "Groepkassie"
-#: convertmenu.ui:49
+#: svx/uiconfig/ui/convertmenu.ui:49
#, fuzzy
msgctxt "convertmenu|ConvertToList"
msgid "L_ist Box"
msgstr "Lyskassie"
-#: convertmenu.ui:58
+#: svx/uiconfig/ui/convertmenu.ui:58
#, fuzzy
msgctxt "convertmenu|ConvertToCheckBox"
msgid "_Check Box"
msgstr "Merkblokkie"
-#: convertmenu.ui:67
+#: svx/uiconfig/ui/convertmenu.ui:67
#, fuzzy
msgctxt "convertmenu|ConvertToRadio"
msgid "_Radio Button"
msgstr "~Radioknoppie"
-#: convertmenu.ui:76
+#: svx/uiconfig/ui/convertmenu.ui:76
#, fuzzy
msgctxt "convertmenu|ConvertToCombo"
msgid "Combo Bo_x"
msgstr "Kombinasiekassie"
-#: convertmenu.ui:85
+#: svx/uiconfig/ui/convertmenu.ui:85
#, fuzzy
msgctxt "convertmenu|ConvertToImageBtn"
msgid "I_mage Button"
msgstr "Beeldknoppie"
-#: convertmenu.ui:94
+#: svx/uiconfig/ui/convertmenu.ui:94
#, fuzzy
msgctxt "convertmenu|ConvertToFileControl"
msgid "_File Selection"
msgstr "Lêerseleksie"
-#: convertmenu.ui:103
+#: svx/uiconfig/ui/convertmenu.ui:103
#, fuzzy
msgctxt "convertmenu|ConvertToDate"
msgid "_Date Field"
msgstr "Datum-veld"
-#: convertmenu.ui:112
+#: svx/uiconfig/ui/convertmenu.ui:112
#, fuzzy
msgctxt "convertmenu|ConvertToTime"
msgid "Tim_e Field"
msgstr "Tyd-veld"
-#: convertmenu.ui:120
+#: svx/uiconfig/ui/convertmenu.ui:120
#, fuzzy
msgctxt "convertmenu|ConvertToNumeric"
msgid "_Numerical Field"
msgstr "Numeriese veld"
-#: convertmenu.ui:128
+#: svx/uiconfig/ui/convertmenu.ui:128
#, fuzzy
msgctxt "convertmenu|ConvertToCurrency"
msgid "C_urrency Field"
msgstr "Geldeenheidveld"
-#: convertmenu.ui:137
+#: svx/uiconfig/ui/convertmenu.ui:137
#, fuzzy
msgctxt "convertmenu|ConvertToPattern"
msgid "_Pattern Field"
msgstr "Patroonveld"
-#: convertmenu.ui:146
+#: svx/uiconfig/ui/convertmenu.ui:146
#, fuzzy
msgctxt "convertmenu|ConvertToImageControl"
msgid "Ima_ge Control"
msgstr "Beeldbeheer"
-#: convertmenu.ui:155
+#: svx/uiconfig/ui/convertmenu.ui:155
#, fuzzy
msgctxt "convertmenu|ConvertToFormatted"
msgid "Fo_rmatted Field"
msgstr "Geformateerde veld"
-#: convertmenu.ui:164
+#: svx/uiconfig/ui/convertmenu.ui:164
#, fuzzy
msgctxt "convertmenu|ConvertToScrollBar"
msgid "Scroll bar"
msgstr "Rolstaaf"
-#: convertmenu.ui:173
+#: svx/uiconfig/ui/convertmenu.ui:173
msgctxt "convertmenu|ConvertToSpinButton"
msgid "Spin Button"
msgstr "Spinknoppie"
-#: convertmenu.ui:182
+#: svx/uiconfig/ui/convertmenu.ui:182
msgctxt "convertmenu|ConvertToNavigationBar"
msgid "Navigation Bar"
msgstr "Navigasiebalk"
-#: crashreportdlg.ui:8
+#: svx/uiconfig/ui/crashreportdlg.ui:8
msgctxt "crashreportdlg|CrashReportDialog"
msgid "Crash Report"
msgstr ""
-#: crashreportdlg.ui:22
+#: svx/uiconfig/ui/crashreportdlg.ui:22
msgctxt "crashreportdlg|btn_send"
msgid "_Send Crash Report"
msgstr ""
-#: crashreportdlg.ui:37
+#: svx/uiconfig/ui/crashreportdlg.ui:37
msgctxt "crashreportdlg|btn_cancel"
msgid "_Don’t Send"
msgstr ""
-#: crashreportdlg.ui:51
+#: svx/uiconfig/ui/crashreportdlg.ui:51
msgctxt "crashreportdlg|btn_close"
msgid "Close"
msgstr "Sluit"
-#: crashreportdlg.ui:72
+#: svx/uiconfig/ui/crashreportdlg.ui:72
msgctxt "crashreportdlg|ed_pre"
msgid ""
"Unfortunately it seems that %PRODUCTNAME crashed when it was last run.\n"
@@ -2678,7 +2719,7 @@ msgid ""
"You can help us to fix this issue by sending an anonymous crash report to the %PRODUCTNAME crash reporting server."
msgstr ""
-#: crashreportdlg.ui:88
+#: svx/uiconfig/ui/crashreportdlg.ui:88
msgctxt "crashreportdlg|ed_post"
msgid ""
"The crash report was successfully uploaded.\n"
@@ -2686,7 +2727,7 @@ msgid ""
"crashreport.libreoffice.org/stats/crash_details/%CRASHID"
msgstr ""
-#: crashreportdlg.ui:103
+#: svx/uiconfig/ui/crashreportdlg.ui:103
msgctxt "crashreportdlg|ed_bugreport"
msgid ""
"Please check the report and if no bug report is connected to the crash report yet, open a new bug report at bugs.documentfoundation.org.\n"
@@ -2694,919 +2735,919 @@ msgid ""
"Thank you for your help in improving %PRODUCTNAME."
msgstr ""
-#: crashreportdlg.ui:116
+#: svx/uiconfig/ui/crashreportdlg.ui:116
msgctxt "crashreportdlg|check_safemode"
msgid "Restart %PRODUCTNAME to enter safe mode"
msgstr ""
-#: datanavigator.ui:37
+#: svx/uiconfig/ui/datanavigator.ui:37
#, fuzzy
msgctxt "datanavigator|modelsbutton"
msgid "_Models"
msgstr "~Modelle"
-#: datanavigator.ui:75
+#: svx/uiconfig/ui/datanavigator.ui:75
#, fuzzy
msgctxt "datanavigator|instance"
msgid "Instance"
msgstr "~Instanse"
-#: datanavigator.ui:97
+#: svx/uiconfig/ui/datanavigator.ui:97
#, fuzzy
msgctxt "datanavigator|submissions"
msgid "Submissions"
msgstr "Indienings"
-#: datanavigator.ui:120
+#: svx/uiconfig/ui/datanavigator.ui:120
#, fuzzy
msgctxt "datanavigator|bindings"
msgid "Bindings"
msgstr "Bindings"
-#: datanavigator.ui:136
+#: svx/uiconfig/ui/datanavigator.ui:136
#, fuzzy
msgctxt "datanavigator|instances"
msgid "_Instances"
msgstr "~Instanse"
-#: datanavigator.ui:164
+#: svx/uiconfig/ui/datanavigator.ui:164
#, fuzzy
msgctxt "datanavigator|instancesadd"
msgid "_Add..."
msgstr "Voeg by..."
-#: datanavigator.ui:171
+#: svx/uiconfig/ui/datanavigator.ui:171
#, fuzzy
msgctxt "datanavigator|instancesedit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: datanavigator.ui:178
+#: svx/uiconfig/ui/datanavigator.ui:178
msgctxt "datanavigator|instancesremove"
msgid "_Remove..."
msgstr ""
-#: datanavigator.ui:191
+#: svx/uiconfig/ui/datanavigator.ui:191
#, fuzzy
msgctxt "datanavigator|instancesdetails"
msgid "_Show Details"
msgstr "~Toon details"
-#: datanavigator.ui:203
+#: svx/uiconfig/ui/datanavigator.ui:203
#, fuzzy
msgctxt "datanavigator|modelsadd"
msgid "_Add..."
msgstr "Voeg by..."
-#: datanavigator.ui:211
+#: svx/uiconfig/ui/datanavigator.ui:211
#, fuzzy
msgctxt "datanavigator|modelsedit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: datanavigator.ui:219
+#: svx/uiconfig/ui/datanavigator.ui:219
#, fuzzy
msgctxt "datanavigator|modelsremove"
msgid "_Remove"
msgstr "Verwyder"
-#: defaultshapespanel.ui:58
+#: svx/uiconfig/ui/defaultshapespanel.ui:58
#, fuzzy
msgctxt "defaultshapespanel|label1"
msgid "Lines & Arrows"
msgstr "Lyne en pyltjies"
-#: defaultshapespanel.ui:95
+#: svx/uiconfig/ui/defaultshapespanel.ui:95
msgctxt "defaultshapespanel|label2"
msgid "Curve"
msgstr "Kurwe"
-#: defaultshapespanel.ui:132
+#: svx/uiconfig/ui/defaultshapespanel.ui:132
msgctxt "defaultshapespanel|label3"
msgid "Connectors"
msgstr "Verbinders"
-#: defaultshapespanel.ui:169
+#: svx/uiconfig/ui/defaultshapespanel.ui:169
msgctxt "defaultshapespanel|label4"
msgid "Basic Shapes"
msgstr "Basiese vorms"
-#: defaultshapespanel.ui:206
+#: svx/uiconfig/ui/defaultshapespanel.ui:206
msgctxt "defaultshapespanel|label5"
msgid "Symbols"
msgstr "Simbole"
-#: defaultshapespanel.ui:243
+#: svx/uiconfig/ui/defaultshapespanel.ui:243
msgctxt "defaultshapespanel|label6"
msgid "Block Arrows"
msgstr "Blokpyle"
-#: defaultshapespanel.ui:280
+#: svx/uiconfig/ui/defaultshapespanel.ui:280
msgctxt "defaultshapespanel|label7"
msgid "Flowchart"
msgstr "Vloeigrafiek"
-#: defaultshapespanel.ui:317
+#: svx/uiconfig/ui/defaultshapespanel.ui:317
msgctxt "defaultshapespanel|label8"
msgid "Callouts"
msgstr "Uitroepe"
-#: defaultshapespanel.ui:354
+#: svx/uiconfig/ui/defaultshapespanel.ui:354
#, fuzzy
msgctxt "defaultshapespanel|label9"
msgid "Stars"
msgstr "Sterre"
-#: defaultshapespanel.ui:391
+#: svx/uiconfig/ui/defaultshapespanel.ui:391
msgctxt "defaultshapespanel|label10"
msgid "3D Objects"
msgstr "3-D-objekte"
-#: deletefooterdialog.ui:8
+#: svx/uiconfig/ui/deletefooterdialog.ui:7
msgctxt "deletefooterdialog|DeleteFooterDialog"
msgid "Delete footer?"
msgstr ""
-#: deletefooterdialog.ui:14
+#: svx/uiconfig/ui/deletefooterdialog.ui:14
#, fuzzy
msgctxt "deletefooterdialog|DeleteFooterDialog"
msgid "Are you sure you want to delete the footer?"
msgstr "Is u seker u wil die gebied \"$1\" skrap?"
-#: deletefooterdialog.ui:15
+#: svx/uiconfig/ui/deletefooterdialog.ui:15
msgctxt "deletefooterdialog|DeleteFooterDialog"
msgid "All contents of the footer will be deleted and can not be restored."
msgstr ""
-#: deleteheaderdialog.ui:8
+#: svx/uiconfig/ui/deleteheaderdialog.ui:7
msgctxt "deleteheaderdialog|DeleteHeaderDialog"
msgid "Delete header?"
msgstr ""
-#: deleteheaderdialog.ui:14
+#: svx/uiconfig/ui/deleteheaderdialog.ui:14
#, fuzzy
msgctxt "deleteheaderdialog|DeleteHeaderDialog"
msgid "Are you sure you want to delete the header?"
msgstr "Is u seker u wil die gebied \"$1\" skrap?"
-#: deleteheaderdialog.ui:15
+#: svx/uiconfig/ui/deleteheaderdialog.ui:15
msgctxt "deleteheaderdialog|DeleteHeaderDialog"
msgid "All contents of the header will be deleted and can not be restored."
msgstr ""
-#: docking3deffects.ui:263
+#: svx/uiconfig/ui/docking3deffects.ui:263
msgctxt "docking3deffects|Docking3DEffects"
msgid "3D Effects"
msgstr "3-D-effekte"
-#: docking3deffects.ui:293
+#: svx/uiconfig/ui/docking3deffects.ui:293
#, fuzzy
msgctxt "docking3deffects|diagonalft"
msgid "R_ounded edges"
msgstr "Ger~onde kante"
-#: docking3deffects.ui:307
+#: svx/uiconfig/ui/docking3deffects.ui:307
#, fuzzy
msgctxt "docking3deffects|scaleddepthft"
msgid "_Scaled depth"
msgstr "~Geskaleerde diepte"
-#: docking3deffects.ui:321
+#: svx/uiconfig/ui/docking3deffects.ui:321
#, fuzzy
msgctxt "docking3deffects|angleft"
msgid "_Rotation angle"
msgstr "Rotasiehoek"
-#: docking3deffects.ui:335
+#: svx/uiconfig/ui/docking3deffects.ui:335
#, fuzzy
msgctxt "docking3deffects|depthft"
msgid "_Depth"
msgstr "Diepte"
-#: docking3deffects.ui:401
+#: svx/uiconfig/ui/docking3deffects.ui:401
#, fuzzy
msgctxt "docking3deffects|label1"
msgid "Geometry"
msgstr "Geometrie"
-#: docking3deffects.ui:443
+#: svx/uiconfig/ui/docking3deffects.ui:443
#, fuzzy
msgctxt "docking3deffects|label6"
msgid "_Horizontal"
msgstr "Horisontaal"
-#: docking3deffects.ui:482
+#: svx/uiconfig/ui/docking3deffects.ui:482
#, fuzzy
msgctxt "docking3deffects|label7"
msgid "_Vertical"
msgstr "Vertikaal"
-#: docking3deffects.ui:517
+#: svx/uiconfig/ui/docking3deffects.ui:517
#, fuzzy
msgctxt "docking3deffects|label10"
msgid "Segments"
msgstr "Segmente"
-#: docking3deffects.ui:569
+#: svx/uiconfig/ui/docking3deffects.ui:569
#, fuzzy
msgctxt "docking3deffects|objspecific|tooltip_text"
msgid "Object-Specific"
msgstr "Objekspesifiek"
-#: docking3deffects.ui:583
+#: svx/uiconfig/ui/docking3deffects.ui:583
msgctxt "docking3deffects|flat|tooltip_text"
msgid "Flat"
msgstr "Plat"
-#: docking3deffects.ui:597
+#: svx/uiconfig/ui/docking3deffects.ui:597
#, fuzzy
msgctxt "docking3deffects|spherical|tooltip_text"
msgid "Spherical"
msgstr "Sferies"
-#: docking3deffects.ui:611
+#: svx/uiconfig/ui/docking3deffects.ui:611
#, fuzzy
msgctxt "docking3deffects|invertnormals|tooltip_text"
msgid "Invert Normals"
msgstr "Keer normale om"
-#: docking3deffects.ui:625
+#: svx/uiconfig/ui/docking3deffects.ui:625
#, fuzzy
msgctxt "docking3deffects|doublesidedillum|tooltip_text"
msgid "Double-Sided Illumination"
msgstr "Tweesydige beligting"
-#: docking3deffects.ui:639
+#: svx/uiconfig/ui/docking3deffects.ui:639
#, fuzzy
msgctxt "docking3deffects|doublesided|tooltip_text"
msgid "Double-Sided"
msgstr "Dubbellyn"
-#: docking3deffects.ui:665
+#: svx/uiconfig/ui/docking3deffects.ui:665
#, fuzzy
msgctxt "docking3deffects|label11"
msgid "Normals"
msgstr "~Normaal"
-#: docking3deffects.ui:697
+#: svx/uiconfig/ui/docking3deffects.ui:697
#, fuzzy
msgctxt "docking3deffects|to3d|tooltip_text"
msgid "Convert to 3D"
msgstr "Skakel om in 3D"
-#: docking3deffects.ui:710
+#: svx/uiconfig/ui/docking3deffects.ui:710
#, fuzzy
msgctxt "docking3deffects|tolathe|tooltip_text"
msgid "Convert to Rotation Object"
msgstr "Skakel om in draaibankobjek"
-#: docking3deffects.ui:723
+#: svx/uiconfig/ui/docking3deffects.ui:723
#, fuzzy
msgctxt "docking3deffects|perspective|tooltip_text"
msgid "Perspective On/Off"
msgstr "Perspektief aan/af"
-#: docking3deffects.ui:762
+#: svx/uiconfig/ui/docking3deffects.ui:762
msgctxt "docking3deffects|preview-atkobject"
msgid "3D Preview"
msgstr ""
-#: docking3deffects.ui:782
+#: svx/uiconfig/ui/docking3deffects.ui:782
msgctxt "docking3deffects|lightpreview-atkobject"
msgid "Color Light Preview"
msgstr ""
-#: docking3deffects.ui:828
+#: svx/uiconfig/ui/docking3deffects.ui:828
#, fuzzy
msgctxt "docking3deffects|label8"
msgid "_Mode"
msgstr "Modus"
-#: docking3deffects.ui:842
+#: svx/uiconfig/ui/docking3deffects.ui:842
msgctxt "docking3deffects|mode"
msgid "Flat"
msgstr "Plat"
-#: docking3deffects.ui:843
+#: svx/uiconfig/ui/docking3deffects.ui:843
#, fuzzy
msgctxt "docking3deffects|mode"
msgid "Phong"
msgstr "Phong"
-#: docking3deffects.ui:844
+#: svx/uiconfig/ui/docking3deffects.ui:844
#, fuzzy
msgctxt "docking3deffects|mode"
msgid "Gouraud"
msgstr "Gouraud"
-#: docking3deffects.ui:860
+#: svx/uiconfig/ui/docking3deffects.ui:860
#, fuzzy
msgctxt "docking3deffects|label12"
msgid "Shading"
msgstr "Skakering"
-#: docking3deffects.ui:897
+#: svx/uiconfig/ui/docking3deffects.ui:897
#, fuzzy
msgctxt "docking3deffects|slantft"
msgid "S_urface angle"
msgstr "O~ppervlaktehoek"
-#: docking3deffects.ui:923
+#: svx/uiconfig/ui/docking3deffects.ui:923
#, fuzzy
msgctxt "docking3deffects|shadow|tooltip_text"
msgid "3D Shadowing On/Off"
msgstr "3-D-skaduwees aan/af"
-#: docking3deffects.ui:939
+#: svx/uiconfig/ui/docking3deffects.ui:939
msgctxt "docking3deffects|label13"
msgid "Shadow"
msgstr "Skadu"
-#: docking3deffects.ui:1001
+#: svx/uiconfig/ui/docking3deffects.ui:1001
#, fuzzy
msgctxt "docking3deffects|label15"
msgid "_Focal length"
msgstr "Fokuslengte"
-#: docking3deffects.ui:1015
+#: svx/uiconfig/ui/docking3deffects.ui:1015
#, fuzzy
msgctxt "docking3deffects|label14"
msgid "_Distance"
msgstr "~Instanse"
-#: docking3deffects.ui:1032
+#: svx/uiconfig/ui/docking3deffects.ui:1032
msgctxt "docking3deffects|label16"
msgid "Camera"
msgstr "Kamera"
-#: docking3deffects.ui:1067
+#: svx/uiconfig/ui/docking3deffects.ui:1067
#, fuzzy
msgctxt "docking3deffects|label17"
msgid "_Light source"
msgstr "~Ligbron"
-#: docking3deffects.ui:1081
+#: svx/uiconfig/ui/docking3deffects.ui:1081
#, fuzzy
msgctxt "docking3deffects|colorbutton1|tooltip_text"
msgid "Colors Dialog"
msgstr "Kleuredialoog"
-#: docking3deffects.ui:1107
+#: svx/uiconfig/ui/docking3deffects.ui:1107
#, fuzzy
msgctxt "docking3deffects|colorbutton2|tooltip_text"
msgid "Colors Dialog"
msgstr "Kleuredialoog"
-#: docking3deffects.ui:1121
+#: svx/uiconfig/ui/docking3deffects.ui:1121
#, fuzzy
msgctxt "docking3deffects|label18"
msgid "_Ambient light"
msgstr "~Omgewingslig"
-#: docking3deffects.ui:1141
+#: svx/uiconfig/ui/docking3deffects.ui:1141
#, fuzzy
msgctxt "docking3deffects|light1|tooltip_text"
msgid "Light Source 1"
msgstr "Ligbron 1"
-#: docking3deffects.ui:1154
+#: svx/uiconfig/ui/docking3deffects.ui:1154
#, fuzzy
msgctxt "docking3deffects|light2|tooltip_text"
msgid "Light Source 2"
msgstr "Ligbron 2"
-#: docking3deffects.ui:1167
+#: svx/uiconfig/ui/docking3deffects.ui:1167
#, fuzzy
msgctxt "docking3deffects|light3|tooltip_text"
msgid "Light Source 3"
msgstr "Ligbron 3"
-#: docking3deffects.ui:1180
+#: svx/uiconfig/ui/docking3deffects.ui:1180
#, fuzzy
msgctxt "docking3deffects|light4|tooltip_text"
msgid "Light Source 4"
msgstr "Ligbron 4"
-#: docking3deffects.ui:1193
+#: svx/uiconfig/ui/docking3deffects.ui:1193
#, fuzzy
msgctxt "docking3deffects|light5|tooltip_text"
msgid "Light Source 5"
msgstr "Ligbron 5"
-#: docking3deffects.ui:1206
+#: svx/uiconfig/ui/docking3deffects.ui:1206
#, fuzzy
msgctxt "docking3deffects|light6|tooltip_text"
msgid "Light Source 6"
msgstr "Ligbron 6"
-#: docking3deffects.ui:1219
+#: svx/uiconfig/ui/docking3deffects.ui:1219
#, fuzzy
msgctxt "docking3deffects|light7|tooltip_text"
msgid "Light Source 7"
msgstr "Ligbron 7"
-#: docking3deffects.ui:1232
+#: svx/uiconfig/ui/docking3deffects.ui:1232
#, fuzzy
msgctxt "docking3deffects|light8|tooltip_text"
msgid "Light Source 8"
msgstr "Ligbron 8"
-#: docking3deffects.ui:1369
+#: svx/uiconfig/ui/docking3deffects.ui:1369
msgctxt "docking3deffects|label19"
msgid "Illumination"
msgstr "Verligting"
-#: docking3deffects.ui:1404
+#: svx/uiconfig/ui/docking3deffects.ui:1404
#, fuzzy
msgctxt "docking3deffects|label20"
msgid "_Type"
msgstr "Soort"
-#: docking3deffects.ui:1417
+#: svx/uiconfig/ui/docking3deffects.ui:1417
#, fuzzy
msgctxt "docking3deffects|label22"
msgid "_Mode"
msgstr "Modus"
-#: docking3deffects.ui:1430
+#: svx/uiconfig/ui/docking3deffects.ui:1430
#, fuzzy
msgctxt "docking3deffects|label23"
msgid "_Projection X"
msgstr "~Projeksie X"
-#: docking3deffects.ui:1443
+#: svx/uiconfig/ui/docking3deffects.ui:1443
#, fuzzy
msgctxt "docking3deffects|label24"
msgid "P_rojection Y"
msgstr "P~rojeksie Y"
-#: docking3deffects.ui:1456
+#: svx/uiconfig/ui/docking3deffects.ui:1456
#, fuzzy
msgctxt "docking3deffects|label25"
msgid "_Filtering"
msgstr "~Filtrering"
-#: docking3deffects.ui:1469
+#: svx/uiconfig/ui/docking3deffects.ui:1469
#, fuzzy
msgctxt "docking3deffects|textype|tooltip_text"
msgid "Black & White"
msgstr "Swart/wit"
-#: docking3deffects.ui:1483
+#: svx/uiconfig/ui/docking3deffects.ui:1483
msgctxt "docking3deffects|texcolor|tooltip_text"
msgid "Color"
msgstr "Kleur"
-#: docking3deffects.ui:1497
+#: svx/uiconfig/ui/docking3deffects.ui:1497
#, fuzzy
msgctxt "docking3deffects|texreplace|tooltip_text"
msgid "Only Texture"
msgstr "Slegs tekstuur"
-#: docking3deffects.ui:1511
+#: svx/uiconfig/ui/docking3deffects.ui:1511
#, fuzzy
msgctxt "docking3deffects|texmodulate|tooltip_text"
msgid "Texture and Shading"
msgstr "Tekstuur en inkleuring"
-#: docking3deffects.ui:1525
+#: svx/uiconfig/ui/docking3deffects.ui:1525
#, fuzzy
msgctxt "docking3deffects|texobjx|tooltip_text"
msgid "Object-Specific"
msgstr "Objekspesifiek"
-#: docking3deffects.ui:1539
+#: svx/uiconfig/ui/docking3deffects.ui:1539
#, fuzzy
msgctxt "docking3deffects|texparallelx|tooltip_text"
msgid "Parallel"
msgstr "P~arallel"
-#: docking3deffects.ui:1553
+#: svx/uiconfig/ui/docking3deffects.ui:1553
#, fuzzy
msgctxt "docking3deffects|texcirclex|tooltip_text"
msgid "Circular"
msgstr "Rond"
-#: docking3deffects.ui:1568
+#: svx/uiconfig/ui/docking3deffects.ui:1568
#, fuzzy
msgctxt "docking3deffects|texobjy|tooltip_text"
msgid "Object-Specific"
msgstr "Objekspesifiek"
-#: docking3deffects.ui:1582
+#: svx/uiconfig/ui/docking3deffects.ui:1582
#, fuzzy
msgctxt "docking3deffects|texparallely|tooltip_text"
msgid "Parallel"
msgstr "P~arallel"
-#: docking3deffects.ui:1596
+#: svx/uiconfig/ui/docking3deffects.ui:1596
#, fuzzy
msgctxt "docking3deffects|texcircley|tooltip_text"
msgid "Circular"
msgstr "Rond"
-#: docking3deffects.ui:1610
+#: svx/uiconfig/ui/docking3deffects.ui:1610
#, fuzzy
msgctxt "docking3deffects|texfilter|tooltip_text"
msgid "Filtering On/Off"
msgstr "Filtering aan/af"
-#: docking3deffects.ui:1624
+#: svx/uiconfig/ui/docking3deffects.ui:1624
#, fuzzy
msgctxt "docking3deffects|texblend|tooltip_text"
msgid "Texture, Shadow and Color"
msgstr "Tekstuur, skadu en kleur"
-#: docking3deffects.ui:1651
+#: svx/uiconfig/ui/docking3deffects.ui:1651
#, fuzzy
msgctxt "docking3deffects|label21"
msgid "Textures"
msgstr "Teksture"
-#: docking3deffects.ui:1686
+#: svx/uiconfig/ui/docking3deffects.ui:1686
#, fuzzy
msgctxt "docking3deffects|label26"
msgid "_Favorites"
msgstr "Gunsteling"
-#: docking3deffects.ui:1699
+#: svx/uiconfig/ui/docking3deffects.ui:1699
#, fuzzy
msgctxt "docking3deffects|label27"
msgid "_Object color"
msgstr "~Objekkleur"
-#: docking3deffects.ui:1713
+#: svx/uiconfig/ui/docking3deffects.ui:1713
#, fuzzy
msgctxt "docking3deffects|label29"
msgid "_Illumination color"
msgstr "~Beligtingskleur"
-#: docking3deffects.ui:1751
+#: svx/uiconfig/ui/docking3deffects.ui:1751
#, fuzzy
msgctxt "docking3deffects|favorites"
msgid "User-defined"
msgstr "Gebruikergedefinieer"
-#: docking3deffects.ui:1752
+#: svx/uiconfig/ui/docking3deffects.ui:1752
msgctxt "docking3deffects|favorites"
msgid "Metal"
msgstr "Metaal"
-#: docking3deffects.ui:1753
+#: svx/uiconfig/ui/docking3deffects.ui:1753
#, fuzzy
msgctxt "docking3deffects|favorites"
msgid "Gold"
msgstr "Goud"
-#: docking3deffects.ui:1754
+#: svx/uiconfig/ui/docking3deffects.ui:1754
#, fuzzy
msgctxt "docking3deffects|favorites"
msgid "Chrome"
msgstr "Chroom"
-#: docking3deffects.ui:1755
+#: svx/uiconfig/ui/docking3deffects.ui:1755
#, fuzzy
msgctxt "docking3deffects|favorites"
msgid "Plastic"
msgstr "~Plastiek"
-#: docking3deffects.ui:1756
+#: svx/uiconfig/ui/docking3deffects.ui:1756
#, fuzzy
msgctxt "docking3deffects|favorites"
msgid "Wood"
msgstr "Hout"
-#: docking3deffects.ui:1770
+#: svx/uiconfig/ui/docking3deffects.ui:1770
#, fuzzy
msgctxt "docking3deffects|colorbutton3|tooltip_text"
msgid "Colors Dialog"
msgstr "Kleuredialoog"
-#: docking3deffects.ui:1783
+#: svx/uiconfig/ui/docking3deffects.ui:1783
#, fuzzy
msgctxt "docking3deffects|colorbutton4|tooltip_text"
msgid "Colors Dialog"
msgstr "Kleuredialoog"
-#: docking3deffects.ui:1799
+#: svx/uiconfig/ui/docking3deffects.ui:1799
#, fuzzy
msgctxt "docking3deffects|label28"
msgid "Material"
msgstr "Materiaal"
-#: docking3deffects.ui:1834
+#: svx/uiconfig/ui/docking3deffects.ui:1834
#, fuzzy
msgctxt "docking3deffects|label30"
msgid "_Color"
msgstr "Kleur"
-#: docking3deffects.ui:1848
+#: svx/uiconfig/ui/docking3deffects.ui:1848
#, fuzzy
msgctxt "docking3deffects|label31"
msgid "I_ntensity"
msgstr "I~ntensiteit"
-#: docking3deffects.ui:1874
+#: svx/uiconfig/ui/docking3deffects.ui:1874
#, fuzzy
msgctxt "docking3deffects|colorbutton5|tooltip_text"
msgid "Colors Dialog"
msgstr "Kleuredialoog"
-#: docking3deffects.ui:1902
+#: svx/uiconfig/ui/docking3deffects.ui:1902
#, fuzzy
msgctxt "docking3deffects|label32"
msgid "Specular"
msgstr "Spekulêr"
-#: docking3deffects.ui:1924
+#: svx/uiconfig/ui/docking3deffects.ui:1924
#, fuzzy
msgctxt "docking3deffects|assign|tooltip_text"
msgid "Assign"
msgstr "Wys toe"
-#: docking3deffects.ui:1937
+#: svx/uiconfig/ui/docking3deffects.ui:1937
#, fuzzy
msgctxt "docking3deffects|update|tooltip_text"
msgid "Update"
msgstr "Bywerk"
-#: docking3deffects.ui:1952
+#: svx/uiconfig/ui/docking3deffects.ui:1952
#, fuzzy
msgctxt "docking3deffects|material|tooltip_text"
msgid "Material"
msgstr "Materiaal"
-#: docking3deffects.ui:1965
+#: svx/uiconfig/ui/docking3deffects.ui:1965
#, fuzzy
msgctxt "docking3deffects|texture|tooltip_text"
msgid "Textures"
msgstr "Teksture"
-#: docking3deffects.ui:1978
+#: svx/uiconfig/ui/docking3deffects.ui:1978
msgctxt "docking3deffects|light|tooltip_text"
msgid "Illumination"
msgstr "Verligting"
-#: docking3deffects.ui:1991
+#: svx/uiconfig/ui/docking3deffects.ui:1991
#, fuzzy
msgctxt "docking3deffects|representation|tooltip_text"
msgid "Shading"
msgstr "Skakering"
-#: docking3deffects.ui:2004
+#: svx/uiconfig/ui/docking3deffects.ui:2004
#, fuzzy
msgctxt "docking3deffects|geometry|tooltip_text"
msgid "Geometry"
msgstr "Geometrie"
-#: dockingcolorreplace.ui:17
+#: svx/uiconfig/ui/dockingcolorreplace.ui:17
msgctxt "dockingcolorreplace|DockingColorReplace"
msgid "Color Replacer"
msgstr ""
-#: dockingcolorreplace.ui:51
+#: svx/uiconfig/ui/dockingcolorreplace.ui:51
#, fuzzy
msgctxt "dockingcolorreplace|label2"
msgid "Source color"
msgstr "Bronkleur"
-#: dockingcolorreplace.ui:64
+#: svx/uiconfig/ui/dockingcolorreplace.ui:64
msgctxt "dockingcolorreplace|label3"
msgid "Tolerance"
msgstr ""
-#: dockingcolorreplace.ui:76
+#: svx/uiconfig/ui/dockingcolorreplace.ui:76
#, fuzzy
msgctxt "dockingcolorreplace|label4"
msgid "Replace with..."
msgstr "Vervang met..."
#. This string is used by the eyedropper dialog to denote a color in an image that will be replaced by another color.
-#: dockingcolorreplace.ui:93
+#: svx/uiconfig/ui/dockingcolorreplace.ui:94
#, fuzzy
msgctxt "dockingcolorreplace|cbx2-atkobject"
msgid "Source Color 2"
msgstr "Bronkleur"
#. This string is used by the eyedropper dialog to denote a color in an image that will be replaced by another color.
-#: dockingcolorreplace.ui:111
+#: svx/uiconfig/ui/dockingcolorreplace.ui:113
#, fuzzy
msgctxt "dockingcolorreplace|cbx3-atkobject"
msgid "Source Color 3"
msgstr "Bronkleur"
#. This string is used by the eyedropper dialog to denote a color in an image that will be replaced by another color.
-#: dockingcolorreplace.ui:129
+#: svx/uiconfig/ui/dockingcolorreplace.ui:132
#, fuzzy
msgctxt "dockingcolorreplace|cbx4-atkobject"
msgid "Source Color 4"
msgstr "Bronkleur"
#. This string is used by the eyedropper dialog to denote a color in an image that will be replaced by another color.
-#: dockingcolorreplace.ui:147
+#: svx/uiconfig/ui/dockingcolorreplace.ui:151
#, fuzzy
msgctxt "dockingcolorreplace|cbx1-atkobject"
msgid "Source Color 1"
msgstr "Bronkleur"
-#: dockingcolorreplace.ui:158
+#: svx/uiconfig/ui/dockingcolorreplace.ui:162
#, fuzzy
msgctxt "dockingcolorreplace|cbx5"
msgid "Tr_ansparency"
msgstr "Deursigtigheid"
-#: dockingcolorreplace.ui:179
+#: svx/uiconfig/ui/dockingcolorreplace.ui:184
msgctxt "dockingcolorreplace|tol1-atkobject"
msgid "Tolerance 1"
msgstr ""
-#: dockingcolorreplace.ui:197
+#: svx/uiconfig/ui/dockingcolorreplace.ui:202
msgctxt "dockingcolorreplace|tol2-atkobject"
msgid "Tolerance 2"
msgstr ""
-#: dockingcolorreplace.ui:215
+#: svx/uiconfig/ui/dockingcolorreplace.ui:220
msgctxt "dockingcolorreplace|tol3-atkobject"
msgid "Tolerance 3"
msgstr ""
-#: dockingcolorreplace.ui:233
+#: svx/uiconfig/ui/dockingcolorreplace.ui:238
msgctxt "dockingcolorreplace|tol4-atkobject"
msgid "Tolerance 4"
msgstr ""
-#: dockingcolorreplace.ui:249
+#: svx/uiconfig/ui/dockingcolorreplace.ui:254
#, fuzzy
msgctxt "dockingcolorreplace|color1-atkobject"
msgid "Replace with 1"
msgstr "Vervang met"
-#: dockingcolorreplace.ui:265
+#: svx/uiconfig/ui/dockingcolorreplace.ui:270
#, fuzzy
msgctxt "dockingcolorreplace|color2-atkobject"
msgid "Replace with 2"
msgstr "Vervang met"
-#: dockingcolorreplace.ui:281
+#: svx/uiconfig/ui/dockingcolorreplace.ui:286
#, fuzzy
msgctxt "dockingcolorreplace|color3-atkobject"
msgid "Replace with 3"
msgstr "Vervang met"
-#: dockingcolorreplace.ui:297
+#: svx/uiconfig/ui/dockingcolorreplace.ui:302
#, fuzzy
msgctxt "dockingcolorreplace|color4-atkobject"
msgid "Replace with 4"
msgstr "Vervang met"
-#: dockingcolorreplace.ui:336
+#: svx/uiconfig/ui/dockingcolorreplace.ui:341
#, fuzzy
msgctxt "dockingcolorreplace|label1"
msgid "Colors"
msgstr "Kleur"
-#: dockingcolorreplace.ui:356
+#: svx/uiconfig/ui/dockingcolorreplace.ui:361
#, fuzzy
msgctxt "dockingcolorreplace|replace"
msgid "_Replace"
msgstr "(Vervang)"
-#: dockingcolorreplace.ui:387
+#: svx/uiconfig/ui/dockingcolorreplace.ui:392
msgctxt "dockingcolorreplace|pipette"
msgid "Pipette"
msgstr ""
-#: dockingfontwork.ui:17
+#: svx/uiconfig/ui/dockingfontwork.ui:17
msgctxt "dockingfontwork|DockingFontwork"
msgid "Fontwork"
msgstr "Fontwerk"
-#: dockingfontwork.ui:32
+#: svx/uiconfig/ui/dockingfontwork.ui:32
msgctxt "dockingfontwork|off|tooltip_text"
msgid "Off"
msgstr "Af"
-#: dockingfontwork.ui:55
+#: svx/uiconfig/ui/dockingfontwork.ui:55
#, fuzzy
msgctxt "dockingfontwork|rotate|tooltip_text"
msgid "Rotate"
msgstr "Roteer"
-#: dockingfontwork.ui:68
+#: svx/uiconfig/ui/dockingfontwork.ui:68
#, fuzzy
msgctxt "dockingfontwork|upright|tooltip_text"
msgid "Upright"
msgstr "Regop"
-#: dockingfontwork.ui:82
+#: svx/uiconfig/ui/dockingfontwork.ui:82
#, fuzzy
msgctxt "dockingfontwork|hori|tooltip_text"
msgid "Slant Horizontal"
msgstr "Kantel horisontaal"
-#: dockingfontwork.ui:96
+#: svx/uiconfig/ui/dockingfontwork.ui:96
#, fuzzy
msgctxt "dockingfontwork|vert|tooltip_text"
msgid "Slant Vertical"
msgstr "Kantel vertikaal"
-#: dockingfontwork.ui:120
+#: svx/uiconfig/ui/dockingfontwork.ui:120
#, fuzzy
msgctxt "dockingfontwork|orientation|tooltip_text"
msgid "Orientation"
msgstr "Voorlegging"
-#: dockingfontwork.ui:143
+#: svx/uiconfig/ui/dockingfontwork.ui:143
msgctxt "dockingfontwork|left|tooltip_text"
msgid "Align Left"
msgstr "Belyn links"
-#: dockingfontwork.ui:156
+#: svx/uiconfig/ui/dockingfontwork.ui:156
msgctxt "dockingfontwork|center|tooltip_text"
msgid "Center"
msgstr "Sentreer"
-#: dockingfontwork.ui:170
+#: svx/uiconfig/ui/dockingfontwork.ui:170
msgctxt "dockingfontwork|right|tooltip_text"
msgid "Align Right"
msgstr "Regsbelyn"
-#: dockingfontwork.ui:184
+#: svx/uiconfig/ui/dockingfontwork.ui:184
#, fuzzy
msgctxt "dockingfontwork|autosize|tooltip_text"
msgid "AutoSize Text"
msgstr "OutoGrootte teks"
-#: dockingfontwork.ui:222
+#: svx/uiconfig/ui/dockingfontwork.ui:222
#, fuzzy
msgctxt "dockingfontwork|distance|tooltip_text"
msgid "Distance"
msgstr "~Instanse"
-#: dockingfontwork.ui:259
+#: svx/uiconfig/ui/dockingfontwork.ui:259
msgctxt "dockingfontwork|indent|tooltip_text"
msgid "Indent"
msgstr "Inkeep"
-#: dockingfontwork.ui:283
+#: svx/uiconfig/ui/dockingfontwork.ui:283
#, fuzzy
msgctxt "dockingfontwork|contour|tooltip_text"
msgid "Contour"
msgstr "Kontoer"
-#: dockingfontwork.ui:296
+#: svx/uiconfig/ui/dockingfontwork.ui:296
#, fuzzy
msgctxt "dockingfontwork|textcontour|tooltip_text"
msgid "Text Contour"
msgstr "Tekskontoer"
-#: dockingfontwork.ui:319
+#: svx/uiconfig/ui/dockingfontwork.ui:319
msgctxt "dockingfontwork|noshadow|tooltip_text"
msgid "No Shadow"
msgstr "Geen skadu"
-#: dockingfontwork.ui:332
+#: svx/uiconfig/ui/dockingfontwork.ui:332
msgctxt "dockingfontwork|vertical|tooltip_text"
msgid "Vertical"
msgstr "Vertikaal"
-#: dockingfontwork.ui:346
+#: svx/uiconfig/ui/dockingfontwork.ui:346
#, fuzzy
msgctxt "dockingfontwork|slant|tooltip_text"
msgid "Slant"
msgstr "Skuinsstreep"
-#: dockingfontwork.ui:384
+#: svx/uiconfig/ui/dockingfontwork.ui:384
#, fuzzy
msgctxt "dockingfontwork|distancex|tooltip_text"
msgid "Distance X"
msgstr "~Instanse"
-#: dockingfontwork.ui:422
+#: svx/uiconfig/ui/dockingfontwork.ui:422
#, fuzzy
msgctxt "dockingfontwork|distancey|tooltip_text"
msgid "Distance Y"
msgstr "~Instanse"
-#: dockingfontwork.ui:442
+#: svx/uiconfig/ui/dockingfontwork.ui:442
#, fuzzy
msgctxt "dockingfontwork|color|tooltip_text"
msgid "Shadow Color"
msgstr "Skadukleur"
-#: docrecoverybrokendialog.ui:8
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:8
#, fuzzy
msgctxt "docrecoverybrokendialog|DocRecoveryBrokenDialog"
msgid "%PRODUCTNAME Document Recovery"
msgstr "%PRODUCTNAME-dokumentherwinning"
-#: docrecoverybrokendialog.ui:21
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:21
#, fuzzy
msgctxt "docrecoverybrokendialog|save"
msgid "_Save"
msgstr "Stoor"
-#: docrecoverybrokendialog.ui:74
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:74
#, fuzzy
msgctxt "docrecoverybrokendialog|label1"
msgid ""
@@ -3618,554 +3659,554 @@ msgstr ""
"\n"
"Die dokumente wat hieronder gelys word, sal in die vouer wat hier onder aangegee word, gestoor word wanneer u 'Stoor' kliek. Kliek 'Kanselleer' om die slimmerd af te sluit sonder om die dokumente te stoor."
-#: docrecoverybrokendialog.ui:91
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:91
#, fuzzy
msgctxt "docrecoverybrokendialog|label3"
msgid "Documents:"
msgstr "Dokumente"
-#: docrecoverybrokendialog.ui:124
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:124
#, fuzzy
msgctxt "docrecoverybrokendialog|label4"
msgid "_Save to:"
msgstr "Stoor na:"
-#: docrecoverybrokendialog.ui:155
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:154
#, fuzzy
msgctxt "docrecoverybrokendialog|change"
msgid "Chan_ge..."
msgstr "Verande~r..."
-#: docrecoveryprogressdialog.ui:8
+#: svx/uiconfig/ui/docrecoveryprogressdialog.ui:8
#, fuzzy
msgctxt "docrecoveryprogressdialog|DocRecoveryProgressDialog"
msgid "Documents Are Being Saved"
msgstr "Dokumente word gestoor."
-#: docrecoveryprogressdialog.ui:42
+#: svx/uiconfig/ui/docrecoveryprogressdialog.ui:42
#, fuzzy
msgctxt "docrecoveryprogressdialog|label2"
msgid "Progress of saving:"
msgstr "Vordering van stoor: "
-#: docrecoveryrecoverdialog.ui:9
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:9
msgctxt "docrecoveryrecoverdialog|DocRecoveryRecoverDialog"
msgid "%PRODUCTNAME %PRODUCTVERSION Document Recovery"
msgstr ""
-#: docrecoveryrecoverdialog.ui:22
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:22
msgctxt "docrecoveryrecoverdialog|cancel"
msgid "_Discard"
msgstr ""
-#: docrecoveryrecoverdialog.ui:37
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:37
#, fuzzy
msgctxt "docrecoveryrecoverdialog|next"
msgid "_Start"
msgstr "Begin"
-#: docrecoveryrecoverdialog.ui:77
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:77
msgctxt "docrecoveryrecoverdialog|desc"
msgid "%PRODUCTNAME will attempt to recover the state of the files you were working on before it crashed. Click 'Start' to begin the process, or click 'Discard' to cancel the recovery."
msgstr ""
-#: docrecoveryrecoverdialog.ui:98
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:98
#, fuzzy
msgctxt "docrecoveryrecoverdialog|label2"
msgid "Status of recovered documents:"
msgstr "Status van herwonne dokumente:"
-#: docrecoveryrecoverdialog.ui:135
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:135
#, fuzzy
msgctxt "docrecoveryrecoverdialog|nameft"
msgid "Document Name"
msgstr "Dokumentmodus"
-#: docrecoveryrecoverdialog.ui:147
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:147
msgctxt "docrecoveryrecoverdialog|statusft"
msgid "Status"
msgstr "Status"
-#: docrecoverysavedialog.ui:8
+#: svx/uiconfig/ui/docrecoverysavedialog.ui:8
msgctxt "docrecoverysavedialog|DocRecoverySaveDialog"
msgid "%PRODUCTNAME %PRODUCTVERSION Document Recovery"
msgstr ""
-#: docrecoverysavedialog.ui:59
+#: svx/uiconfig/ui/docrecoverysavedialog.ui:59
#, fuzzy
msgctxt "docrecoverysavedialog|label1"
msgid "Due to an unexpected 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 "As gevolg van 'n onverwagte fout het %PRODUCTNAME omgeval. Al die lêers waaraan u gewerk het, sal nou gestoor word. Volgende keer wanneer %PRODUCTNAME laat loop word, sal u lêers outomaties herwin word."
-#: docrecoverysavedialog.ui:80
+#: svx/uiconfig/ui/docrecoverysavedialog.ui:80
#, fuzzy
msgctxt "docrecoverysavedialog|label2"
msgid "The following files will be recovered:"
msgstr "Die volgende lêers sal outomaties herwin word:"
-#: extrustiondepthdialog.ui:12
+#: svx/uiconfig/ui/extrustiondepthdialog.ui:12
#, fuzzy
msgctxt "extrustiondepthdialog|ExtrustionDepthDialog"
msgid "Extrusion Depth"
msgstr "Ekstrusie wes"
-#: extrustiondepthdialog.ui:116
+#: svx/uiconfig/ui/extrustiondepthdialog.ui:115
#, fuzzy
msgctxt "extrustiondepthdialog|label1"
msgid "_Value"
msgstr "Waarde"
-#: extrustiondepthdialog.ui:135
+#: svx/uiconfig/ui/extrustiondepthdialog.ui:134
msgctxt "extrustiondepthdialog|label2"
msgid "Depth"
msgstr "Diepte"
-#: filtermenu.ui:12
+#: svx/uiconfig/ui/filtermenu.ui:12
#, fuzzy
msgctxt "filtermenu|delete"
msgid "_Delete"
msgstr "Skrap #"
-#: filtermenu.ui:20
+#: svx/uiconfig/ui/filtermenu.ui:20
#, fuzzy
msgctxt "filtermenu|edit"
msgid "_Edit"
msgstr "Redigeer"
-#: filtermenu.ui:28
+#: svx/uiconfig/ui/filtermenu.ui:28
#, fuzzy
msgctxt "filtermenu|isnull"
msgid "_Is Null"
msgstr "~Is nul"
-#: filtermenu.ui:36
+#: svx/uiconfig/ui/filtermenu.ui:36
#, fuzzy
msgctxt "filtermenu|isnotnull"
msgid "I_s not Null"
msgstr "I~s nie nul nie"
-#: findreplacedialog.ui:8
+#: svx/uiconfig/ui/findreplacedialog.ui:8
msgctxt "findreplacedialog|FindReplaceDialog"
msgid "Find & Replace"
msgstr ""
-#: findreplacedialog.ui:135
+#: svx/uiconfig/ui/findreplacedialog.ui:135
msgctxt "findreplacedialog|label4"
msgid "_Find:"
msgstr ""
-#: findreplacedialog.ui:183
+#: svx/uiconfig/ui/findreplacedialog.ui:183
msgctxt "findreplacedialog|matchcase"
msgid "Ma_tch case"
msgstr ""
-#: findreplacedialog.ui:199
+#: svx/uiconfig/ui/findreplacedialog.ui:199
msgctxt "findreplacedialog|searchformatted"
msgid "For_matted display"
msgstr ""
-#: findreplacedialog.ui:218
+#: svx/uiconfig/ui/findreplacedialog.ui:219
msgctxt "findreplacedialog|wholewords"
msgid "Whole wor_ds only"
msgstr ""
-#: findreplacedialog.ui:236
+#: svx/uiconfig/ui/findreplacedialog.ui:237
msgctxt "findreplacedialog|entirecells"
msgid "_Entire cells"
msgstr ""
-#: findreplacedialog.ui:254
+#: svx/uiconfig/ui/findreplacedialog.ui:255
msgctxt "findreplacedialog|allsheets"
msgid "All _sheets"
msgstr ""
-#: findreplacedialog.ui:281
+#: svx/uiconfig/ui/findreplacedialog.ui:282
msgctxt "findreplacedialog|label1"
msgid "_Search For"
msgstr ""
-#: findreplacedialog.ui:365
+#: svx/uiconfig/ui/findreplacedialog.ui:366
#, fuzzy
msgctxt "findreplacedialog|label5"
msgid "Re_place:"
msgstr "Vervang: "
-#: findreplacedialog.ui:398
+#: svx/uiconfig/ui/findreplacedialog.ui:399
#, fuzzy
msgctxt "findreplacedialog|label2"
msgid "Re_place With"
msgstr "Vervang met"
-#: findreplacedialog.ui:424
+#: svx/uiconfig/ui/findreplacedialog.ui:425
#, fuzzy
msgctxt "findreplacedialog|searchall"
msgid "Find _All"
msgstr "Vind almal"
-#: findreplacedialog.ui:438
+#: svx/uiconfig/ui/findreplacedialog.ui:439
msgctxt "findreplacedialog|backsearch"
msgid "Find Pre_vious"
msgstr ""
-#: findreplacedialog.ui:452
+#: svx/uiconfig/ui/findreplacedialog.ui:453
msgctxt "findreplacedialog|search"
msgid "Find Ne_xt"
msgstr ""
-#: findreplacedialog.ui:468
+#: svx/uiconfig/ui/findreplacedialog.ui:469
#, fuzzy
msgctxt "findreplacedialog|replace"
msgid "_Replace"
msgstr "(Vervang)"
-#: findreplacedialog.ui:482
+#: svx/uiconfig/ui/findreplacedialog.ui:483
#, fuzzy
msgctxt "findreplacedialog|replaceall"
msgid "Replace A_ll"
msgstr "Vervang almal"
-#: findreplacedialog.ui:633
+#: svx/uiconfig/ui/findreplacedialog.ui:634
#, fuzzy
msgctxt "findreplacedialog|selection"
msgid "C_urrent selection only"
msgstr "Seleksie druk"
-#: findreplacedialog.ui:648
+#: svx/uiconfig/ui/findreplacedialog.ui:649
msgctxt "findreplacedialog|regexp"
msgid "Re_gular expressions"
msgstr ""
-#: findreplacedialog.ui:670
+#: svx/uiconfig/ui/findreplacedialog.ui:671
msgctxt "findreplacedialog|attributes"
msgid "Attribut_es..."
msgstr ""
-#: findreplacedialog.ui:684
+#: svx/uiconfig/ui/findreplacedialog.ui:685
msgctxt "findreplacedialog|format"
msgid "For_mat..."
msgstr ""
-#: findreplacedialog.ui:698
+#: svx/uiconfig/ui/findreplacedialog.ui:699
msgctxt "findreplacedialog|noformat"
msgid "_No Format"
msgstr ""
-#: findreplacedialog.ui:719
+#: svx/uiconfig/ui/findreplacedialog.ui:720
msgctxt "findreplacedialog|layout"
msgid "Search for st_yles"
msgstr ""
-#: findreplacedialog.ui:734
+#: svx/uiconfig/ui/findreplacedialog.ui:735
msgctxt "findreplacedialog|includediacritics"
msgid "Diac_ritic-sensitive"
msgstr ""
-#: findreplacedialog.ui:749
+#: svx/uiconfig/ui/findreplacedialog.ui:750
msgctxt "findreplacedialog|includekashida"
msgid "_Kashida-sensitive"
msgstr ""
-#: findreplacedialog.ui:764
+#: svx/uiconfig/ui/findreplacedialog.ui:765
msgctxt "findreplacedialog|matchcharwidth"
msgid "Match character _width"
msgstr ""
-#: findreplacedialog.ui:784
+#: svx/uiconfig/ui/findreplacedialog.ui:785
msgctxt "findreplacedialog|similarity"
msgid "S_imilarity search"
msgstr ""
-#: findreplacedialog.ui:800
+#: svx/uiconfig/ui/findreplacedialog.ui:801
msgctxt "findreplacedialog|similaritybtn"
msgid "Similarities..."
msgstr ""
-#: findreplacedialog.ui:827
+#: svx/uiconfig/ui/findreplacedialog.ui:828
msgctxt "findreplacedialog|soundslike"
msgid "Sounds like (_Japanese)"
msgstr ""
-#: findreplacedialog.ui:843
+#: svx/uiconfig/ui/findreplacedialog.ui:844
#, fuzzy
msgctxt "findreplacedialog|soundslikebtn"
msgid "Sounds..."
msgstr "~Klank..."
-#: findreplacedialog.ui:869
+#: svx/uiconfig/ui/findreplacedialog.ui:870
msgctxt "findreplacedialog|wildcard"
msgid "Wil_dcards"
msgstr ""
-#: findreplacedialog.ui:885
+#: svx/uiconfig/ui/findreplacedialog.ui:886
#, fuzzy
msgctxt "findreplacedialog|notes"
msgid "_Comments"
msgstr "Opmerkings"
-#: findreplacedialog.ui:907
+#: svx/uiconfig/ui/findreplacedialog.ui:908
msgctxt "findreplacedialog|replace_backwards"
msgid "Replace _backwards"
msgstr ""
-#: findreplacedialog.ui:943
+#: svx/uiconfig/ui/findreplacedialog.ui:944
msgctxt "findreplacedialog|searchinlabel"
msgid "Search i_n:"
msgstr ""
-#: findreplacedialog.ui:958
+#: svx/uiconfig/ui/findreplacedialog.ui:959
msgctxt "findreplacedialog|calcsearchin"
msgid "Formulas"
msgstr "Formules"
-#: findreplacedialog.ui:959
+#: svx/uiconfig/ui/findreplacedialog.ui:960
msgctxt "findreplacedialog|calcsearchin"
msgid "Values"
msgstr "Waardes"
-#: findreplacedialog.ui:960
+#: svx/uiconfig/ui/findreplacedialog.ui:961
msgctxt "findreplacedialog|calcsearchin"
msgid "Notes"
msgstr "Notas"
-#: findreplacedialog.ui:985
+#: svx/uiconfig/ui/findreplacedialog.ui:986
#, fuzzy
msgctxt "findreplacedialog|searchdir"
msgid "Direction:"
msgstr "Rigting"
-#: findreplacedialog.ui:1002
+#: svx/uiconfig/ui/findreplacedialog.ui:1003
#, fuzzy
msgctxt "findreplacedialog|rows"
msgid "Ro_ws"
msgstr "Rye"
-#: findreplacedialog.ui:1022
+#: svx/uiconfig/ui/findreplacedialog.ui:1023
#, fuzzy
msgctxt "findreplacedialog|cols"
msgid "Colum_ns"
msgstr "Kolomme"
-#: findreplacedialog.ui:1068
+#: svx/uiconfig/ui/findreplacedialog.ui:1069
msgctxt "findreplacedialog|label3"
msgid "Other _options"
msgstr ""
-#: floatingareastyle.ui:43
+#: svx/uiconfig/ui/floatingareastyle.ui:43
msgctxt "floatingareastyle|label1"
msgid "_Angle:"
msgstr ""
-#: floatingareastyle.ui:62
+#: svx/uiconfig/ui/floatingareastyle.ui:62
msgctxt "floatingareastyle|angle|tooltip_text"
msgid "Specify the angle of rotation for the gradient shading style."
msgstr ""
-#: floatingareastyle.ui:82
+#: svx/uiconfig/ui/floatingareastyle.ui:82
msgctxt "floatingareastyle|left|tooltip_text"
msgid "Rotate counterclockwise by 45 degrees."
msgstr ""
-#: floatingareastyle.ui:104
+#: svx/uiconfig/ui/floatingareastyle.ui:104
msgctxt "floatingareastyle|right|tooltip_text"
msgid "Rotate clockwise by 45 degrees."
msgstr ""
-#: floatingareastyle.ui:147
+#: svx/uiconfig/ui/floatingareastyle.ui:147
msgctxt "floatingareastyle|label4"
msgid "_Start value:"
msgstr ""
-#: floatingareastyle.ui:161
+#: svx/uiconfig/ui/floatingareastyle.ui:161
msgctxt "floatingareastyle|label5"
msgid "_End value:"
msgstr ""
-#: floatingareastyle.ui:174
+#: svx/uiconfig/ui/floatingareastyle.ui:174
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 ""
-#: floatingareastyle.ui:186
+#: svx/uiconfig/ui/floatingareastyle.ui:186
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 ""
-#: floatingareastyle.ui:210
+#: svx/uiconfig/ui/floatingareastyle.ui:210
#, fuzzy
msgctxt "floatingareastyle|label6"
msgid "_Border:"
msgstr "Grense"
-#: floatingareastyle.ui:223
+#: svx/uiconfig/ui/floatingareastyle.ui:223
msgctxt "floatingareastyle|border|tooltip_text"
msgid "Specify the border value of gradient transparency."
msgstr ""
-#: floatingareastyle.ui:248
+#: svx/uiconfig/ui/floatingareastyle.ui:248
msgctxt "floatingareastyle|label2"
msgid "Center _X:"
msgstr ""
-#: floatingareastyle.ui:262
+#: svx/uiconfig/ui/floatingareastyle.ui:262
msgctxt "floatingareastyle|label3"
msgid "Center _Y:"
msgstr ""
-#: floatingareastyle.ui:275
+#: svx/uiconfig/ui/floatingareastyle.ui:275
msgctxt "floatingareastyle|centerx|tooltip_text"
msgid "Specify the horizontal offset percentage from the center for the gradient shading style. 50% is the horizontal center."
msgstr ""
-#: floatingareastyle.ui:287
+#: svx/uiconfig/ui/floatingareastyle.ui:287
msgctxt "floatingareastyle|centery|tooltip_text"
msgid "Specify the vertical offset percentage from the center for the gradient shading style. 50% is the vertical center."
msgstr ""
-#: floatingcontour.ui:17
+#: svx/uiconfig/ui/floatingcontour.ui:17
#, fuzzy
msgctxt "floatingcontour|FloatingContour"
msgid "Contour Editor"
msgstr "Kontoerredigeerder"
-#: floatingcontour.ui:46
+#: svx/uiconfig/ui/floatingcontour.ui:46
msgctxt "floatingcontour|TBI_APPLY"
msgid "Apply"
msgstr "Pas toe"
-#: floatingcontour.ui:71
+#: svx/uiconfig/ui/floatingcontour.ui:71
#, fuzzy
msgctxt "floatingcontour|TBI_WORKPLACE"
msgid "Workspace"
msgstr "Werkarea"
-#: floatingcontour.ui:96
+#: svx/uiconfig/ui/floatingcontour.ui:96
msgctxt "floatingcontour|TBI_SELECT"
msgid "Select"
msgstr "Kies"
-#: floatingcontour.ui:111
+#: svx/uiconfig/ui/floatingcontour.ui:111
msgctxt "floatingcontour|TBI_RECT"
msgid "Rectangle"
msgstr "Reghoek"
-#: floatingcontour.ui:126
+#: svx/uiconfig/ui/floatingcontour.ui:126
msgctxt "floatingcontour|TBI_CIRCLE"
msgid "Ellipse"
msgstr "Ellips"
-#: floatingcontour.ui:141
+#: svx/uiconfig/ui/floatingcontour.ui:141
msgctxt "floatingcontour|TBI_POLY"
msgid "Polygon"
msgstr "Poligoon"
-#: floatingcontour.ui:166
+#: svx/uiconfig/ui/floatingcontour.ui:166
msgctxt "floatingcontour|TBI_POLYEDIT"
msgid "Edit Points"
msgstr "Redigeer punte"
-#: floatingcontour.ui:181
+#: svx/uiconfig/ui/floatingcontour.ui:181
msgctxt "floatingcontour|TBI_POLYMOVE"
msgid "Move Points"
msgstr "Skuif punte"
-#: floatingcontour.ui:196
+#: svx/uiconfig/ui/floatingcontour.ui:196
msgctxt "floatingcontour|TBI_POLYINSERT"
msgid "Insert Points"
msgstr "Voeg punte in"
-#: floatingcontour.ui:211
+#: svx/uiconfig/ui/floatingcontour.ui:211
msgctxt "floatingcontour|TBI_POLYDELETE"
msgid "Delete Points"
msgstr "Skrap punte"
-#: floatingcontour.ui:234
+#: svx/uiconfig/ui/floatingcontour.ui:234
#, fuzzy
msgctxt "floatingcontour|TBI_AUTOCONTOUR"
msgid "AutoContour"
msgstr "OutoKontoer"
-#: floatingcontour.ui:260
+#: svx/uiconfig/ui/floatingcontour.ui:260
#, fuzzy
msgctxt "floatingcontour|TBI_UNDO"
msgid "Undo "
msgstr "Ontdoen "
-#: floatingcontour.ui:275
+#: svx/uiconfig/ui/floatingcontour.ui:275
#, fuzzy
msgctxt "floatingcontour|TBI_REDO"
msgid "Redo"
msgstr "Rooi"
-#: floatingcontour.ui:290
+#: svx/uiconfig/ui/floatingcontour.ui:290
msgctxt "floatingcontour|TBI_PIPETTE"
msgid "Pipette"
msgstr ""
-#: floatingcontour.ui:310
+#: svx/uiconfig/ui/floatingcontour.ui:310
#, fuzzy
msgctxt "floatingcontour|spinbutton|tooltip_text"
msgid "Color Tolerance"
msgstr "Kleurtoleransie"
-#: floatinglineproperty.ui:53
+#: svx/uiconfig/ui/floatinglineproperty.ui:53
msgctxt "floatinglineproperty|label1"
msgid "Custom Line Width:"
msgstr ""
-#: fontworkgallerydialog.ui:9
+#: svx/uiconfig/ui/fontworkgallerydialog.ui:9
msgctxt "fontworkgallerydialog|FontworkGalleryDialog"
msgid "Fontwork Gallery"
msgstr ""
-#: fontworkgallerydialog.ui:87
+#: svx/uiconfig/ui/fontworkgallerydialog.ui:87
msgctxt "fontworkgallerydialog|label1"
msgid "Select a Fontwork style:"
msgstr ""
-#: fontworkspacingdialog.ui:13
+#: svx/uiconfig/ui/fontworkspacingdialog.ui:13
#, fuzzy
msgctxt "fontworkspacingdialog|FontworkSpacingDialog"
msgid "Fontwork Character Spacing"
msgstr "Pas Fontwerk-karakterspasiëring toe"
-#: fontworkspacingdialog.ui:32
+#: svx/uiconfig/ui/fontworkspacingdialog.ui:32
msgctxt "fontworkspacingdialog|label2"
msgid "_Value:"
msgstr ""
-#: formdatamenu.ui:12
+#: svx/uiconfig/ui/formdatamenu.ui:12
#, fuzzy
msgctxt "formdatamenu|additem"
msgid "Add Item"
msgstr "Voeg item by"
-#: formdatamenu.ui:20
+#: svx/uiconfig/ui/formdatamenu.ui:20
msgctxt "formdatamenu|addelement"
msgid "Add Element"
msgstr "Voeg element by"
-#: formdatamenu.ui:28
+#: svx/uiconfig/ui/formdatamenu.ui:28
msgctxt "formdatamenu|addattribute"
msgid "Add Attribute"
msgstr "Voeg attribuut by"
-#: formdatamenu.ui:36
+#: svx/uiconfig/ui/formdatamenu.ui:36
msgctxt "formdatamenu|edit"
msgid "Edit"
msgstr "Redigeer"
-#: formdatamenu.ui:50
+#: svx/uiconfig/ui/formdatamenu.ui:50
#, fuzzy
msgctxt "formdatamenu|delete"
msgid "Delete"
msgstr "Skrap #"
-#: formlinkwarndialog.ui:12
+#: svx/uiconfig/ui/formlinkwarndialog.ui:12
msgctxt "formlinkwarndialog|FormLinkWarnDialog"
msgid "This instance is linked with the form."
msgstr ""
-#: formlinkwarndialog.ui:13
+#: svx/uiconfig/ui/formlinkwarndialog.ui:13
msgctxt "formlinkwarndialog|FormLinkWarnDialog"
msgid ""
"The changes you make to this instance will be lost when the form is reloaded.\n"
@@ -4173,1209 +4214,1209 @@ msgid ""
"How do you want to proceed?"
msgstr ""
-#: formlinkwarndialog.ui:27
+#: svx/uiconfig/ui/formlinkwarndialog.ui:26
#, fuzzy
msgctxt "formlinkwarndialog|ok"
msgid "_Edit"
msgstr "Redigeer"
-#: formnavimenu.ui:12
+#: svx/uiconfig/ui/formnavimenu.ui:12
#, fuzzy
msgctxt "formnavimenu|new"
msgid "_New"
msgstr "Nuwe"
-#: formnavimenu.ui:22
+#: svx/uiconfig/ui/formnavimenu.ui:22
msgctxt "formnavimenu|form"
msgid "Form"
msgstr "Vorm"
-#: formnavimenu.ui:30
+#: svx/uiconfig/ui/formnavimenu.ui:30
msgctxt "formnavimenu|hidden"
msgid "Hidden Control"
msgstr "Versteekte kontrole"
-#: formnavimenu.ui:42
+#: svx/uiconfig/ui/formnavimenu.ui:42
#, fuzzy
msgctxt "formnavimenu|change"
msgid "Replace with"
msgstr "Vervang met"
-#: formnavimenu.ui:50
+#: svx/uiconfig/ui/formnavimenu.ui:50
#, fuzzy
msgctxt "formnavimenu|cut"
msgid "Cu_t"
msgstr "Knip"
-#: formnavimenu.ui:58
+#: svx/uiconfig/ui/formnavimenu.ui:58
#, fuzzy
msgctxt "formnavimenu|copy"
msgid "_Copy"
msgstr "Kopieer"
-#: formnavimenu.ui:66
+#: svx/uiconfig/ui/formnavimenu.ui:66
#, fuzzy
msgctxt "formnavimenu|paste"
msgid "_Paste"
msgstr "Plak"
-#: formnavimenu.ui:74
+#: svx/uiconfig/ui/formnavimenu.ui:74
#, fuzzy
msgctxt "formnavimenu|delete"
msgid "_Delete"
msgstr "Skrap #"
-#: formnavimenu.ui:82
+#: svx/uiconfig/ui/formnavimenu.ui:82
#, fuzzy
msgctxt "formnavimenu|taborder"
msgid "Tab Order..."
msgstr "Tabuleerkeeporde..."
-#: formnavimenu.ui:90
+#: svx/uiconfig/ui/formnavimenu.ui:90
#, fuzzy
msgctxt "formnavimenu|rename"
msgid "_Rename"
msgstr "Hernoem"
-#: formnavimenu.ui:98
+#: svx/uiconfig/ui/formnavimenu.ui:98
#, fuzzy
msgctxt "formnavimenu|props"
msgid "Propert_ies"
msgstr "Eienskappe: "
-#: formnavimenu.ui:106
+#: svx/uiconfig/ui/formnavimenu.ui:106
msgctxt "formnavimenu|designmode"
msgid "Open in Design Mode"
msgstr "Open in ontwerpmodus"
-#: formnavimenu.ui:114
+#: svx/uiconfig/ui/formnavimenu.ui:114
msgctxt "formnavimenu|controlfocus"
msgid "Automatic Control Focus"
msgstr "Outomatiese beheerfokus"
-#: functionmenu.ui:12
+#: svx/uiconfig/ui/functionmenu.ui:12
msgctxt "functionmenu|avg"
msgid "Average"
msgstr "Gemiddelde"
-#: functionmenu.ui:20
+#: svx/uiconfig/ui/functionmenu.ui:20
msgctxt "functionmenu|counta"
msgid "CountA"
msgstr "TelA"
-#: functionmenu.ui:27
+#: svx/uiconfig/ui/functionmenu.ui:27
msgctxt "functionmenu|count"
msgid "Count"
msgstr "Tel"
-#: functionmenu.ui:34
+#: svx/uiconfig/ui/functionmenu.ui:34
msgctxt "functionmenu|max"
msgid "Maximum"
msgstr "Maksimum"
-#: functionmenu.ui:41
+#: svx/uiconfig/ui/functionmenu.ui:41
msgctxt "functionmenu|min"
msgid "Minimum"
msgstr "Minimum"
-#: functionmenu.ui:48
+#: svx/uiconfig/ui/functionmenu.ui:48
msgctxt "functionmenu|sum"
msgid "Sum"
msgstr "Som"
-#: functionmenu.ui:55
+#: svx/uiconfig/ui/functionmenu.ui:55
msgctxt "functionmenu|selection"
msgid "Selection count"
msgstr ""
-#: functionmenu.ui:62
+#: svx/uiconfig/ui/functionmenu.ui:62
msgctxt "functionmenu|none"
msgid "None"
msgstr "Geen"
-#: gallerymenu1.ui:12
+#: svx/uiconfig/ui/gallerymenu1.ui:12
#, fuzzy
msgctxt "gallerymenu1|update"
msgid "Update"
msgstr "Bywerk"
-#: gallerymenu1.ui:26
+#: svx/uiconfig/ui/gallerymenu1.ui:26
#, fuzzy
msgctxt "gallerymenu1|delete"
msgid "_Delete"
msgstr "Skrap #"
-#: gallerymenu1.ui:33
+#: svx/uiconfig/ui/gallerymenu1.ui:33
#, fuzzy
msgctxt "gallerymenu1|rename"
msgid "_Rename"
msgstr "Hernoem"
-#: gallerymenu1.ui:46
+#: svx/uiconfig/ui/gallerymenu1.ui:46
#, fuzzy
msgctxt "gallerymenu1|assign"
msgid "Assign _ID"
msgstr "Wys ID toe"
-#: gallerymenu1.ui:59
+#: svx/uiconfig/ui/gallerymenu1.ui:59
#, fuzzy
msgctxt "gallerymenu1|properties"
msgid "Propert_ies..."
msgstr "Eienskappe: "
-#: gallerymenu2.ui:12
+#: svx/uiconfig/ui/gallerymenu2.ui:12
#, fuzzy
msgctxt "gallerymenu2|add"
msgid "_Insert"
msgstr "Voeg in"
-#: gallerymenu2.ui:20
+#: svx/uiconfig/ui/gallerymenu2.ui:20
msgctxt "gallerymenu2|background"
msgid "Insert as Bac_kground"
msgstr ""
-#: gallerymenu2.ui:34
+#: svx/uiconfig/ui/gallerymenu2.ui:34
#, fuzzy
msgctxt "gallerymenu2|preview"
msgid "_Preview"
msgstr "Voorskou"
-#: gallerymenu2.ui:48
+#: svx/uiconfig/ui/gallerymenu2.ui:48
#, fuzzy
msgctxt "gallerymenu2|title"
msgid "_Title"
msgstr "Titel"
-#: gallerymenu2.ui:61
+#: svx/uiconfig/ui/gallerymenu2.ui:61
#, fuzzy
msgctxt "gallerymenu2|delete"
msgid "_Delete"
msgstr "Skrap #"
-#: gallerymenu2.ui:74
+#: svx/uiconfig/ui/gallerymenu2.ui:74
#, fuzzy
msgctxt "gallerymenu2|copy"
msgid "_Copy"
msgstr "Kopieer"
-#: gallerymenu2.ui:82
+#: svx/uiconfig/ui/gallerymenu2.ui:82
#, fuzzy
msgctxt "gallerymenu2|paste"
msgid "_Insert"
msgstr "Voeg in"
-#: headfootformatpage.ui:58
+#: svx/uiconfig/ui/headfootformatpage.ui:58
msgctxt "headfootformatpage|checkHeaderOn"
msgid "Hea_der on"
msgstr ""
-#: headfootformatpage.ui:75
+#: svx/uiconfig/ui/headfootformatpage.ui:75
msgctxt "headfootformatpage|checkFooterOn"
msgid "_Footer on"
msgstr ""
-#: headfootformatpage.ui:113
+#: svx/uiconfig/ui/headfootformatpage.ui:113
msgctxt "headfootformatpage|checkSameLR"
msgid "Same _content on left and right pages"
msgstr ""
-#: headfootformatpage.ui:131
+#: svx/uiconfig/ui/headfootformatpage.ui:131
msgctxt "headfootformatpage|checkSameFP"
msgid "Same content on first page"
msgstr ""
-#: headfootformatpage.ui:152
+#: svx/uiconfig/ui/headfootformatpage.ui:153
#, fuzzy
msgctxt "headfootformatpage|labelLeftMarg"
msgid "_Left margin:"
msgstr "Linkerkantlyn: "
-#: headfootformatpage.ui:186
+#: svx/uiconfig/ui/headfootformatpage.ui:185
#, fuzzy
msgctxt "headfootformatpage|labelRightMarg"
msgid "R_ight margin:"
msgstr "Regterkantlyn: "
-#: headfootformatpage.ui:220
+#: svx/uiconfig/ui/headfootformatpage.ui:217
#, fuzzy
msgctxt "headfootformatpage|labelSpacing"
msgid "_Spacing:"
msgstr "Spasiëring"
-#: headfootformatpage.ui:250
+#: svx/uiconfig/ui/headfootformatpage.ui:245
msgctxt "headfootformatpage|checkDynSpacing"
msgid "Use d_ynamic spacing"
msgstr ""
-#: headfootformatpage.ui:271
+#: svx/uiconfig/ui/headfootformatpage.ui:266
#, fuzzy
msgctxt "headfootformatpage|labelHeight"
msgid "_Height:"
msgstr "Hoogte:"
-#: headfootformatpage.ui:302
+#: svx/uiconfig/ui/headfootformatpage.ui:295
#, fuzzy
msgctxt "headfootformatpage|checkAutofit"
msgid "_AutoFit height"
msgstr "OutoPas hoogte"
-#: headfootformatpage.ui:326
+#: svx/uiconfig/ui/headfootformatpage.ui:319
msgctxt "headfootformatpage|buttonMore"
msgid "More..."
msgstr "Meer..."
-#: headfootformatpage.ui:339
+#: svx/uiconfig/ui/headfootformatpage.ui:332
#, fuzzy
msgctxt "headfootformatpage|buttonEdit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: headfootformatpage.ui:383
+#: svx/uiconfig/ui/headfootformatpage.ui:376
msgctxt "headfootformatpage|labelHeaderFormat"
msgid "Header"
msgstr "Kop"
-#: headfootformatpage.ui:399
+#: svx/uiconfig/ui/headfootformatpage.ui:392
msgctxt "headfootformatpage|labelFooterFormat"
msgid "Footer"
msgstr "Voet"
-#: imapdialog.ui:11
+#: svx/uiconfig/ui/imapdialog.ui:11
#, fuzzy
msgctxt "imapdialog|ImapDialog"
msgid "ImageMap Editor"
msgstr "ImageMap-redigeerder"
-#: imapdialog.ui:32
+#: svx/uiconfig/ui/imapdialog.ui:32
msgctxt "imapdialog|TBI_APPLY"
msgid "Apply"
msgstr "Pas toe"
-#: imapdialog.ui:47
+#: svx/uiconfig/ui/imapdialog.ui:47
#, fuzzy
msgctxt "imapdialog|TBI_OPEN"
msgid "Open..."
msgstr "Open..."
-#: imapdialog.ui:62
+#: svx/uiconfig/ui/imapdialog.ui:62
#, fuzzy
msgctxt "imapdialog|TBI_SAVEAS"
msgid "Save..."
msgstr "Stoor..."
-#: imapdialog.ui:77
+#: svx/uiconfig/ui/imapdialog.ui:77
msgctxt "imapdialog|TBI_CLOSE"
msgid "Close"
msgstr "Sluit"
-#: imapdialog.ui:91
+#: svx/uiconfig/ui/imapdialog.ui:91
msgctxt "imapdialog|TBI_SELECT"
msgid "Select"
msgstr "Kies"
-#: imapdialog.ui:106
+#: svx/uiconfig/ui/imapdialog.ui:106
msgctxt "imapdialog|TBI_RECT"
msgid "Rectangle"
msgstr "Reghoek"
-#: imapdialog.ui:121
+#: svx/uiconfig/ui/imapdialog.ui:121
msgctxt "imapdialog|TBI_CIRCLE"
msgid "Ellipse"
msgstr "Ellips"
-#: imapdialog.ui:136
+#: svx/uiconfig/ui/imapdialog.ui:136
msgctxt "imapdialog|TBI_POLY"
msgid "Polygon"
msgstr "Poligoon"
-#: imapdialog.ui:151
+#: svx/uiconfig/ui/imapdialog.ui:151
#, fuzzy
msgctxt "imapdialog|TBI_FREEPOLY"
msgid "Freeform Polygon"
msgstr "Vryvormveelhoek"
-#: imapdialog.ui:166
+#: svx/uiconfig/ui/imapdialog.ui:166
msgctxt "imapdialog|TBI_POLYEDIT"
msgid "Edit Points"
msgstr "Redigeer punte"
-#: imapdialog.ui:181
+#: svx/uiconfig/ui/imapdialog.ui:181
msgctxt "imapdialog|TBI_POLYMOVE"
msgid "Move Points"
msgstr "Skuif punte"
-#: imapdialog.ui:196
+#: svx/uiconfig/ui/imapdialog.ui:196
msgctxt "imapdialog|TBI_POLYINSERT"
msgid "Insert Points"
msgstr "Voeg punte in"
-#: imapdialog.ui:211
+#: svx/uiconfig/ui/imapdialog.ui:211
msgctxt "imapdialog|TBI_POLYDELETE"
msgid "Delete Points"
msgstr "Skrap punte"
-#: imapdialog.ui:226
+#: svx/uiconfig/ui/imapdialog.ui:226
#, fuzzy
msgctxt "imapdialog|TBI_UNDO"
msgid "Undo "
msgstr "Ontdoen "
-#: imapdialog.ui:241
+#: svx/uiconfig/ui/imapdialog.ui:241
#, fuzzy
msgctxt "imapdialog|TBI_REDO"
msgid "Redo"
msgstr "Rooi"
-#: imapdialog.ui:256
+#: svx/uiconfig/ui/imapdialog.ui:256
#, fuzzy
msgctxt "imapdialog|TBI_ACTIVE"
msgid "Active"
msgstr "Aktief"
-#: imapdialog.ui:271
+#: svx/uiconfig/ui/imapdialog.ui:271
#, fuzzy
msgctxt "imapdialog|TBI_MACRO"
msgid "Macro..."
msgstr "Makro..."
-#: imapdialog.ui:286
+#: svx/uiconfig/ui/imapdialog.ui:286
#, fuzzy
msgctxt "imapdialog|TBI_PROPERTY"
msgid "Properties..."
msgstr "Eienskappe: "
-#: imapdialog.ui:312
+#: svx/uiconfig/ui/imapdialog.ui:312
#, fuzzy
msgctxt "imapdialog|urlft"
msgid "Address:"
msgstr "Adres:"
-#: imapdialog.ui:347
+#: svx/uiconfig/ui/imapdialog.ui:347
#, fuzzy
msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "Raam"
-#: imapdialog.ui:402
+#: svx/uiconfig/ui/imapdialog.ui:402
#, fuzzy
msgctxt "imapdialog|textft"
msgid "Text:"
msgstr "Teks: "
-#: imapmenu.ui:12
+#: svx/uiconfig/ui/imapmenu.ui:12
msgctxt "imapmenu|url"
msgid "Description..."
msgstr "Beskrywing..."
-#: imapmenu.ui:20
+#: svx/uiconfig/ui/imapmenu.ui:20
#, fuzzy
msgctxt "imapmenu|macro"
msgid "_Macro..."
msgstr "Makro..."
-#: imapmenu.ui:28
+#: svx/uiconfig/ui/imapmenu.ui:28
#, fuzzy
msgctxt "imapmenu|active"
msgid "Active"
msgstr "Aktief"
-#: imapmenu.ui:42
+#: svx/uiconfig/ui/imapmenu.ui:42
#, fuzzy
msgctxt "imapmenu|arrange"
msgid "_Arrange"
msgstr "Rangskik"
-#: imapmenu.ui:52
+#: svx/uiconfig/ui/imapmenu.ui:52
#, fuzzy
msgctxt "imapmenu|front"
msgid "Bring to Front"
msgstr "Bring na vore"
-#: imapmenu.ui:60
+#: svx/uiconfig/ui/imapmenu.ui:60
#, fuzzy
msgctxt "imapmenu|forward"
msgid "Bring _Forward"
msgstr "Bring ~vorentoe"
-#: imapmenu.ui:68
+#: svx/uiconfig/ui/imapmenu.ui:68
#, fuzzy
msgctxt "imapmenu|backward"
msgid "Send Back_ward"
msgstr "Stuur agter~toe"
-#: imapmenu.ui:76
+#: svx/uiconfig/ui/imapmenu.ui:76
#, fuzzy
msgctxt "imapmenu|back"
msgid "_Send to Back"
msgstr "~Stuur na agter"
-#: imapmenu.ui:94
+#: svx/uiconfig/ui/imapmenu.ui:94
#, fuzzy
msgctxt "imapmenu|selectall"
msgid "Select _All"
msgstr "Merk alles"
-#: imapmenu.ui:102
+#: svx/uiconfig/ui/imapmenu.ui:102
#, fuzzy
msgctxt "imapmenu|delete"
msgid "_Delete"
msgstr "Skrap #"
-#: linkwarndialog.ui:8
+#: svx/uiconfig/ui/linkwarndialog.ui:7
msgctxt "linkwarndialog|LinkWarnDialog"
msgid "Confirm Linked Graphic"
msgstr ""
-#: linkwarndialog.ui:14
+#: svx/uiconfig/ui/linkwarndialog.ui:13
msgctxt "linkwarndialog|LinkWarnDialog"
msgid "The file %FILENAME will not be stored along with your document, but only referenced as a link."
msgstr ""
-#: linkwarndialog.ui:15
+#: svx/uiconfig/ui/linkwarndialog.ui:14
msgctxt "linkwarndialog|LinkWarnDialog"
msgid "This is dangerous if you move and/or rename the files. Do you want to embed the graphic instead?"
msgstr ""
-#: linkwarndialog.ui:27
+#: svx/uiconfig/ui/linkwarndialog.ui:25
msgctxt "linkwarndialog|ok"
msgid "_Keep Link"
msgstr ""
-#: linkwarndialog.ui:43
+#: svx/uiconfig/ui/linkwarndialog.ui:41
msgctxt "linkwarndialog|cancel"
msgid "_Embed Graphic"
msgstr ""
-#: linkwarndialog.ui:69
+#: svx/uiconfig/ui/linkwarndialog.ui:67
msgctxt "linkwarndialog|ask"
msgid "_Ask when linking a graphic"
msgstr ""
-#: mediaplayback.ui:22
+#: svx/uiconfig/ui/mediaplayback.ui:22
msgctxt "mediaplayback|label1"
msgid "Playback:"
msgstr ""
-#: mediaplayback.ui:36
+#: svx/uiconfig/ui/mediaplayback.ui:36
msgctxt "mediaplayback|label2"
msgid "Seek:"
msgstr ""
-#: mediaplayback.ui:50
+#: svx/uiconfig/ui/mediaplayback.ui:50
#, fuzzy
msgctxt "mediaplayback|label3"
msgid "Volume:"
msgstr "Volume"
-#: mediaplayback.ui:79
+#: svx/uiconfig/ui/mediaplayback.ui:79
msgctxt "mediaplayback|zoombox|tooltip_text"
msgid "View"
msgstr "Bekyk"
-#: namespacedialog.ui:9
+#: svx/uiconfig/ui/namespacedialog.ui:9
msgctxt "namespacedialog|NamespaceDialog"
msgid "Namespaces for Forms"
msgstr ""
-#: namespacedialog.ui:106
+#: svx/uiconfig/ui/namespacedialog.ui:106
#, fuzzy
msgctxt "namespacedialog|add"
msgid "_Add..."
msgstr "Voeg by..."
-#: namespacedialog.ui:120
+#: svx/uiconfig/ui/namespacedialog.ui:120
#, fuzzy
msgctxt "namespacedialog|edit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: namespacedialog.ui:168
+#: svx/uiconfig/ui/namespacedialog.ui:168
msgctxt "namespacedialog|prefix"
msgid "Prefix"
msgstr "Voorvoegsel"
-#: namespacedialog.ui:179
+#: svx/uiconfig/ui/namespacedialog.ui:179
msgctxt "namespacedialog|url"
msgid "URL"
msgstr "URL"
-#: namespacedialog.ui:221
+#: svx/uiconfig/ui/namespacedialog.ui:221
msgctxt "namespacedialog|label1"
msgid "Namespaces"
msgstr ""
-#: optgridpage.ui:63
+#: svx/uiconfig/ui/optgridpage.ui:63
#, fuzzy
msgctxt "optgridpage|usegridsnap"
msgid "_Snap to grid"
msgstr "Spring na rooster"
-#: optgridpage.ui:78
+#: svx/uiconfig/ui/optgridpage.ui:78
msgctxt "optgridpage|gridvisible"
msgid "_Visible grid"
msgstr ""
-#: optgridpage.ui:99
+#: svx/uiconfig/ui/optgridpage.ui:99
msgctxt "optgridpage|label1"
msgid "Grid"
msgstr "Rooster"
-#: optgridpage.ui:171
+#: svx/uiconfig/ui/optgridpage.ui:169
#, fuzzy
msgctxt "optgridpage|flddrawx"
msgid "H_orizontal:"
msgstr "Horisontaal"
-#: optgridpage.ui:185
+#: svx/uiconfig/ui/optgridpage.ui:183
#, fuzzy
msgctxt "optgridpage|flddrawy"
msgid "_Vertical:"
msgstr "Vertikaal"
-#: optgridpage.ui:196
+#: svx/uiconfig/ui/optgridpage.ui:194
#, fuzzy
msgctxt "optgridpage|synchronize"
msgid "Synchronize a_xes"
msgstr "Sinchroniseer etikette"
-#: optgridpage.ui:219
+#: svx/uiconfig/ui/optgridpage.ui:217
msgctxt "optgridpage|label2"
msgid "Resolution"
msgstr ""
-#: optgridpage.ui:277
+#: svx/uiconfig/ui/optgridpage.ui:274
msgctxt "optgridpage|label4"
msgid "space(s)"
msgstr ""
-#: optgridpage.ui:312
+#: svx/uiconfig/ui/optgridpage.ui:308
msgctxt "optgridpage|label5"
msgid "space(s)"
msgstr ""
-#: optgridpage.ui:330
+#: svx/uiconfig/ui/optgridpage.ui:326
#, fuzzy
msgctxt "optgridpage|divisionx"
msgid "Horizont_al:"
msgstr "Horisontaal"
-#: optgridpage.ui:344
+#: svx/uiconfig/ui/optgridpage.ui:340
#, fuzzy
msgctxt "optgridpage|divisiony"
msgid "V_ertical:"
msgstr "Vertikaal"
-#: optgridpage.ui:361
+#: svx/uiconfig/ui/optgridpage.ui:357
msgctxt "optgridpage|label3"
msgid "Subdivision"
msgstr ""
-#: optgridpage.ui:406
+#: svx/uiconfig/ui/optgridpage.ui:402
msgctxt "optgridpage|snaphelplines"
msgid "To snap lines"
msgstr ""
-#: optgridpage.ui:420
+#: svx/uiconfig/ui/optgridpage.ui:417
msgctxt "optgridpage|snapborder"
msgid "To the _page margins"
msgstr ""
-#: optgridpage.ui:435
+#: svx/uiconfig/ui/optgridpage.ui:432
msgctxt "optgridpage|snapframe"
msgid "To object _frame"
msgstr ""
-#: optgridpage.ui:450
+#: svx/uiconfig/ui/optgridpage.ui:447
msgctxt "optgridpage|snappoints"
msgid "To obje_ct points"
msgstr ""
-#: optgridpage.ui:485
+#: svx/uiconfig/ui/optgridpage.ui:481
msgctxt "optgridpage|label7"
msgid "_Snap range:"
msgstr ""
-#: optgridpage.ui:508
+#: svx/uiconfig/ui/optgridpage.ui:504
msgctxt "optgridpage|label6"
msgid "Snap"
msgstr ""
-#: optgridpage.ui:542
+#: svx/uiconfig/ui/optgridpage.ui:538
msgctxt "optgridpage|ortho"
msgid "_When creating or moving objects"
msgstr ""
-#: optgridpage.ui:557
+#: svx/uiconfig/ui/optgridpage.ui:553
msgctxt "optgridpage|bigortho"
msgid "_Extend edges"
msgstr ""
-#: optgridpage.ui:594
+#: svx/uiconfig/ui/optgridpage.ui:589
msgctxt "optgridpage|rotate"
msgid "When ro_tating:"
msgstr ""
-#: optgridpage.ui:628
+#: svx/uiconfig/ui/optgridpage.ui:622
msgctxt "optgridpage|label9"
msgid "Point reducti_on:"
msgstr ""
-#: optgridpage.ui:651
+#: svx/uiconfig/ui/optgridpage.ui:645
msgctxt "optgridpage|label8"
msgid "Constrain Objects"
msgstr ""
-#: paralinespacingcontrol.ui:66
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:66
#, fuzzy
msgctxt "paralinespacingcontrol|spacing_1"
msgid "Spacing: 1"
msgstr "Spasiëring "
-#: paralinespacingcontrol.ui:84
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:84
msgctxt "paralinespacingcontrol|spacing_115"
msgid "Spacing: 1.15"
msgstr ""
-#: paralinespacingcontrol.ui:102
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:102
msgctxt "paralinespacingcontrol|spacing_15"
msgid "Spacing: 1.5"
msgstr ""
-#: paralinespacingcontrol.ui:120
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:120
#, fuzzy
msgctxt "paralinespacingcontrol|spacing_2"
msgid "Spacing: 2"
msgstr "Spasiëring "
-#: paralinespacingcontrol.ui:163
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:163
#, fuzzy
msgctxt "paralinespacingcontrol|label3"
msgid "Line Spacing:"
msgstr "Reëlspasiëring"
-#: paralinespacingcontrol.ui:182
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:182
#, fuzzy
msgctxt "paralinespacingcontrol|line_dist"
msgid "Single"
msgstr "Enkel"
-#: paralinespacingcontrol.ui:183
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:183
#, fuzzy
msgctxt "paralinespacingcontrol|line_dist"
msgid "1.15 Lines"
msgstr "1,5 reëls"
-#: paralinespacingcontrol.ui:184
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:184
#, fuzzy
msgctxt "paralinespacingcontrol|line_dist"
msgid "1.5 Lines"
msgstr "1,5 reëls"
-#: paralinespacingcontrol.ui:185
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:185
msgctxt "paralinespacingcontrol|line_dist"
msgid "Double"
msgstr "Dubbel"
-#: paralinespacingcontrol.ui:186
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:186
msgctxt "paralinespacingcontrol|line_dist"
msgid "Proportional"
msgstr "Proporsioneel"
-#: paralinespacingcontrol.ui:187
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:187
msgctxt "paralinespacingcontrol|line_dist"
msgid "At least"
msgstr ""
-#: paralinespacingcontrol.ui:188
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:188
#, fuzzy
msgctxt "paralinespacingcontrol|line_dist"
msgid "Leading"
msgstr "Opskrif"
-#: paralinespacingcontrol.ui:189
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:189
msgctxt "paralinespacingcontrol|line_dist"
msgid "Fixed"
msgstr "Vaste"
-#: paralinespacingcontrol.ui:204
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:204
#, fuzzy
msgctxt "paralinespacingcontrol|value_label"
msgid "Value:"
msgstr "Waarde"
-#: paralinespacingcontrol.ui:269
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:265
msgctxt "paralinespacingcontrol|label2"
msgid "Custom Value"
msgstr ""
-#: paralrspacing.ui:37
+#: svx/uiconfig/ui/paralrspacing.ui:37
msgctxt "paralrspacing|beforetextindent|tooltip_text"
msgid "Before Text Indent"
msgstr ""
-#: paralrspacing.ui:77
+#: svx/uiconfig/ui/paralrspacing.ui:76
msgctxt "paralrspacing|aftertextindent|tooltip_text"
msgid "After Text Indent"
msgstr ""
-#: paralrspacing.ui:115
+#: svx/uiconfig/ui/paralrspacing.ui:113
#, fuzzy
msgctxt "paralrspacing|firstlineindent|tooltip_text"
msgid "First Line Indent"
msgstr "Eerstereël-inkeep"
-#: paraulspacing.ui:45
+#: svx/uiconfig/ui/paraulspacing.ui:45
msgctxt "paraulspacing|aboveparaspacing|tooltip_text"
msgid "Above Paragraph Spacing"
msgstr ""
-#: paraulspacing.ui:86
+#: svx/uiconfig/ui/paraulspacing.ui:85
msgctxt "paraulspacing|belowparaspacing|tooltip_text"
msgid "Below Paragraph Spacing"
msgstr ""
-#: passwd.ui:8
+#: svx/uiconfig/ui/passwd.ui:8
#, fuzzy
msgctxt "passwd|PasswordDialog"
msgid "Change Password"
msgstr "Verander ~wagwoord..."
-#: passwd.ui:104
+#: svx/uiconfig/ui/passwd.ui:106
#, fuzzy
msgctxt "passwd|oldpassL"
msgid "_Password:"
msgstr "Wagwoord:"
-#: passwd.ui:135
+#: svx/uiconfig/ui/passwd.ui:140
msgctxt "passwd|oldpass"
msgid "Old Password"
msgstr ""
-#: passwd.ui:198
+#: svx/uiconfig/ui/passwd.ui:206
#, fuzzy
msgctxt "passwd|label4"
msgid "Pa_ssword:"
msgstr "Wagwoord:"
-#: passwd.ui:212
+#: svx/uiconfig/ui/passwd.ui:220
msgctxt "passwd|label5"
msgid "Confi_rm:"
msgstr ""
-#: passwd.ui:229
+#: svx/uiconfig/ui/passwd.ui:238
msgctxt "passwd|label2"
msgid "New Password"
msgstr ""
-#: presetmenu.ui:12
+#: svx/uiconfig/ui/presetmenu.ui:12
msgctxt "presetmenu|rename"
msgid "Rename"
msgstr "Hernoem"
-#: presetmenu.ui:20
+#: svx/uiconfig/ui/presetmenu.ui:20
#, fuzzy
msgctxt "presetmenu|delete"
msgid "Delete"
msgstr "Skrap #"
-#: profileexporteddialog.ui:8
+#: svx/uiconfig/ui/profileexporteddialog.ui:8
msgctxt "profileexporteddialog|ProfileExportedDialog"
msgid "Profile exported"
msgstr ""
-#: profileexporteddialog.ui:40
+#: svx/uiconfig/ui/profileexporteddialog.ui:40
msgctxt "profileexporteddialog|openfolder"
msgid "Open Containing _Folder"
msgstr ""
-#: profileexporteddialog.ui:64
+#: svx/uiconfig/ui/profileexporteddialog.ui:64
msgctxt "profileexporteddialog|label"
msgid "Your user profile has been exported as “libreoffice-profile.zip”."
msgstr ""
-#: querydeletecontourdialog.ui:8
+#: svx/uiconfig/ui/querydeletecontourdialog.ui:7
msgctxt "querydeletecontourdialog|QueryDeleteContourDialog"
msgid "Delete the contour?"
msgstr ""
-#: querydeletecontourdialog.ui:14
+#: svx/uiconfig/ui/querydeletecontourdialog.ui:14
msgctxt "querydeletecontourdialog|QueryDeleteContourDialog"
msgid ""
"Setting a new workspace will\n"
"cause the contour to be deleted."
msgstr ""
-#: querydeletecontourdialog.ui:16
+#: svx/uiconfig/ui/querydeletecontourdialog.ui:16
#, fuzzy
msgctxt "querydeletecontourdialog|QueryDeleteContourDialog"
msgid "Are you sure you want to continue?"
msgstr "Is u seker u wil kanselleer?"
-#: querydeleteobjectdialog.ui:8
+#: svx/uiconfig/ui/querydeleteobjectdialog.ui:7
msgctxt "querydeleteobjectdialog|QueryDeleteObjectDialog"
msgid "Delete this object?"
msgstr ""
-#: querydeleteobjectdialog.ui:14
+#: svx/uiconfig/ui/querydeleteobjectdialog.ui:14
#, fuzzy
msgctxt "querydeleteobjectdialog|QueryDeleteObjectDialog"
msgid "Do you really want to delete this object?"
msgstr "Wil u werklik die gebruiker skrap?"
-#: querydeletethemedialog.ui:8
+#: svx/uiconfig/ui/querydeletethemedialog.ui:7
msgctxt "querydeletethemedialog|QueryDeleteThemeDialog"
msgid "Delete this theme?"
msgstr ""
-#: querydeletethemedialog.ui:14
+#: svx/uiconfig/ui/querydeletethemedialog.ui:14
#, fuzzy
msgctxt "querydeletethemedialog|QueryDeleteThemeDialog"
msgid "Do you really want to delete this theme?"
msgstr "Wil u werklik die gebruiker skrap?"
-#: querymodifyimagemapchangesdialog.ui:8
+#: svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui:7
msgctxt "querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog"
msgid "Save ImageMap changes?"
msgstr ""
-#: querymodifyimagemapchangesdialog.ui:14
+#: svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui:14
msgctxt "querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog"
msgid "The ImageMap has been modified."
msgstr ""
-#: querymodifyimagemapchangesdialog.ui:15
+#: svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui:15
#, fuzzy
msgctxt "querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog"
msgid "Do you want to save the changes?"
msgstr "Wil u die wysigings aan %1 stoor?"
-#: querynewcontourdialog.ui:8
+#: svx/uiconfig/ui/querynewcontourdialog.ui:7
msgctxt "querynewcontourdialog|QueryNewContourDialog"
msgid "Create a new contour?"
msgstr ""
-#: querynewcontourdialog.ui:14
+#: svx/uiconfig/ui/querynewcontourdialog.ui:14
msgctxt "querynewcontourdialog|QueryNewContourDialog"
msgid "Do you want to create a new contour?"
msgstr ""
-#: querysavecontchangesdialog.ui:8
+#: svx/uiconfig/ui/querysavecontchangesdialog.ui:7
msgctxt "querysavecontchangesdialog|QuerySaveContourChangesDialog"
msgid "Save contour changes?"
msgstr ""
-#: querysavecontchangesdialog.ui:14
+#: svx/uiconfig/ui/querysavecontchangesdialog.ui:14
msgctxt "querysavecontchangesdialog|QuerySaveContourChangesDialog"
msgid "The contour has been modified."
msgstr ""
-#: querysavecontchangesdialog.ui:15
+#: svx/uiconfig/ui/querysavecontchangesdialog.ui:15
#, fuzzy
msgctxt "querysavecontchangesdialog|QuerySaveContourChangesDialog"
msgid "Do you want to save the changes?"
msgstr "Wil u die wysigings aan %1 stoor?"
-#: querysaveimagemapchangesdialog.ui:8
+#: svx/uiconfig/ui/querysaveimagemapchangesdialog.ui:7
msgctxt "querysaveimagemapchangesdialog|QuerySaveImageMapChangesDialog"
msgid "Save ImageMap changes?"
msgstr ""
-#: querysaveimagemapchangesdialog.ui:14
+#: svx/uiconfig/ui/querysaveimagemapchangesdialog.ui:14
msgctxt "querysaveimagemapchangesdialog|QuerySaveImageMapChangesDialog"
msgid "The ImageMap has been modified."
msgstr ""
-#: querysaveimagemapchangesdialog.ui:15
+#: svx/uiconfig/ui/querysaveimagemapchangesdialog.ui:15
#, fuzzy
msgctxt "querysaveimagemapchangesdialog|QuerySaveImageMapChangesDialog"
msgid "Do you want to save the changes?"
msgstr "Wil u die wysigings aan %1 stoor?"
-#: queryunlinkgraphicsdialog.ui:8
+#: svx/uiconfig/ui/queryunlinkgraphicsdialog.ui:7
msgctxt "queryunlinkgraphicsdialog|QueryUnlinkGraphicsDialog"
msgid "Unlink the graphics?"
msgstr ""
-#: queryunlinkgraphicsdialog.ui:14
+#: svx/uiconfig/ui/queryunlinkgraphicsdialog.ui:14
msgctxt "queryunlinkgraphicsdialog|QueryUnlinkGraphicsDialog"
msgid "This graphic object is linked to the document."
msgstr ""
-#: queryunlinkgraphicsdialog.ui:15
+#: svx/uiconfig/ui/queryunlinkgraphicsdialog.ui:15
msgctxt "queryunlinkgraphicsdialog|QueryUnlinkGraphicsDialog"
msgid "Do you want to unlink the graphics in order to edit it?"
msgstr ""
-#: redlinecontrol.ui:23
+#: svx/uiconfig/ui/redlinecontrol.ui:23
msgctxt "redlinecontrol|view"
msgid "List"
msgstr "Lys"
-#: redlinecontrol.ui:45
+#: svx/uiconfig/ui/redlinecontrol.ui:45
msgctxt "redlinecontrol|filter"
msgid "Filter"
msgstr "Filter"
-#: redlinefilterpage.ui:31
+#: svx/uiconfig/ui/redlinefilterpage.ui:31
#, fuzzy
msgctxt "redlinefilterpage|date"
msgid "_Date:"
msgstr "Datum:"
-#: redlinefilterpage.ui:46
+#: svx/uiconfig/ui/redlinefilterpage.ui:46
#, fuzzy
msgctxt "redlinefilterpage|author"
msgid "_Author:"
msgstr "Outeur: "
-#: redlinefilterpage.ui:61
+#: svx/uiconfig/ui/redlinefilterpage.ui:61
#, fuzzy
msgctxt "redlinefilterpage|comment"
msgid "C_omment:"
msgstr "Opmerking:"
-#: redlinefilterpage.ui:87
+#: svx/uiconfig/ui/redlinefilterpage.ui:86
msgctxt "redlinefilterpage|commentedit-atkobject"
msgid "Comment"
msgstr "Opmerking"
-#: redlinefilterpage.ui:98
+#: svx/uiconfig/ui/redlinefilterpage.ui:97
msgctxt "redlinefilterpage|range"
msgid "_Range:"
msgstr ""
-#: redlinefilterpage.ui:123
+#: svx/uiconfig/ui/redlinefilterpage.ui:122
#, fuzzy
msgctxt "redlinefilterpage|actionlist-atkobject"
msgid "Action"
msgstr "Aksie: "
-#: redlinefilterpage.ui:134
+#: svx/uiconfig/ui/redlinefilterpage.ui:133
#, fuzzy
msgctxt "redlinefilterpage|action"
msgid "A_ction:"
msgstr "Aksie: "
-#: redlinefilterpage.ui:159
+#: svx/uiconfig/ui/redlinefilterpage.ui:158
#, fuzzy
msgctxt "redlinefilterpage|authorlist-atkobject"
msgid "Author"
msgstr "Outeur: "
-#: redlinefilterpage.ui:186
+#: svx/uiconfig/ui/redlinefilterpage.ui:184
msgctxt "redlinefilterpage|rangeedit-atkobject"
msgid "Range"
msgstr "Omvang"
-#: redlinefilterpage.ui:204
+#: svx/uiconfig/ui/redlinefilterpage.ui:202
#, fuzzy
msgctxt "redlinefilterpage|dotdotdot|tooltip_text"
msgid "Set reference"
msgstr "Stel verwysing"
-#: redlinefilterpage.ui:232
+#: svx/uiconfig/ui/redlinefilterpage.ui:230
msgctxt "redlinefilterpage|datecond"
msgid "earlier than"
msgstr ""
-#: redlinefilterpage.ui:233
+#: svx/uiconfig/ui/redlinefilterpage.ui:231
msgctxt "redlinefilterpage|datecond"
msgid "since"
msgstr ""
-#: redlinefilterpage.ui:234
+#: svx/uiconfig/ui/redlinefilterpage.ui:232
#, fuzzy
msgctxt "redlinefilterpage|datecond"
msgid "equal to"
msgstr "gelyk aan"
-#: redlinefilterpage.ui:235
+#: svx/uiconfig/ui/redlinefilterpage.ui:233
#, fuzzy
msgctxt "redlinefilterpage|datecond"
msgid "not equal to"
msgstr "nie gelyk aan"
-#: redlinefilterpage.ui:236
+#: svx/uiconfig/ui/redlinefilterpage.ui:234
#, fuzzy
msgctxt "redlinefilterpage|datecond"
msgid "between"
msgstr "tussen"
-#: redlinefilterpage.ui:237
+#: svx/uiconfig/ui/redlinefilterpage.ui:235
msgctxt "redlinefilterpage|datecond"
msgid "since saving"
msgstr ""
-#: redlinefilterpage.ui:244
+#: svx/uiconfig/ui/redlinefilterpage.ui:242
msgctxt "redlinefilterpage|datecond-atkobject"
msgid "Date Condition"
msgstr ""
-#: redlinefilterpage.ui:266
+#: svx/uiconfig/ui/redlinefilterpage.ui:264
#, fuzzy
msgctxt "redlinefilterpage|and"
msgid "a_nd"
msgstr "en"
-#: redlinefilterpage.ui:287
+#: svx/uiconfig/ui/redlinefilterpage.ui:284
#, fuzzy
msgctxt "redlinefilterpage|startdate-atkobject"
msgid "Start Date"
msgstr "BeginDatum"
-#: redlinefilterpage.ui:306
+#: svx/uiconfig/ui/redlinefilterpage.ui:302
msgctxt "redlinefilterpage|starttime-atkobject"
msgid "Start Time"
msgstr ""
-#: redlinefilterpage.ui:322
+#: svx/uiconfig/ui/redlinefilterpage.ui:318
msgctxt "redlinefilterpage|startclock|tooltip_text"
msgid "Set current time and date"
msgstr ""
-#: redlinefilterpage.ui:341
+#: svx/uiconfig/ui/redlinefilterpage.ui:336
#, fuzzy
msgctxt "redlinefilterpage|enddate-atkobject"
msgid "End Date"
msgstr "EindDatum"
-#: redlinefilterpage.ui:360
+#: svx/uiconfig/ui/redlinefilterpage.ui:354
#, fuzzy
msgctxt "redlinefilterpage|endtime-atkobject"
msgid "End Time"
msgstr "EindTyd"
-#: redlinefilterpage.ui:376
+#: svx/uiconfig/ui/redlinefilterpage.ui:370
msgctxt "redlinefilterpage|endclock|tooltip_text"
msgid "Set current time and date"
msgstr ""
-#: redlineviewpage.ui:21
+#: svx/uiconfig/ui/redlineviewpage.ui:21
#, fuzzy
msgctxt "redlineviewpage|action"
msgid "Action"
msgstr "Aksie: "
-#: redlineviewpage.ui:33
+#: svx/uiconfig/ui/redlineviewpage.ui:33
msgctxt "redlineviewpage|position"
msgid "Position"
msgstr "Posisie"
-#: redlineviewpage.ui:45
+#: svx/uiconfig/ui/redlineviewpage.ui:45
#, fuzzy
msgctxt "redlineviewpage|author"
msgid "Author"
msgstr "Outeur: "
-#: redlineviewpage.ui:57
+#: svx/uiconfig/ui/redlineviewpage.ui:57
msgctxt "redlineviewpage|date"
msgid "Date"
msgstr "Datum"
-#: redlineviewpage.ui:69
+#: svx/uiconfig/ui/redlineviewpage.ui:69
msgctxt "redlineviewpage|comment"
msgid "Comment"
msgstr "Opmerking"
-#: redlineviewpage.ui:92
+#: svx/uiconfig/ui/redlineviewpage.ui:92
#, fuzzy
msgctxt "redlineviewpage|changes-atkobject"
msgid "Changes"
msgstr "Veranderinge"
-#: rowsmenu.ui:12
+#: svx/uiconfig/ui/rowsmenu.ui:12
#, fuzzy
msgctxt "rowsmenu|delete"
msgid "Delete Rows"
msgstr "Skrap ry"
-#: rowsmenu.ui:19
+#: svx/uiconfig/ui/rowsmenu.ui:19
msgctxt "rowsmenu|save"
msgid "Save Record"
msgstr "Stoor rekord"
-#: rowsmenu.ui:26
+#: svx/uiconfig/ui/rowsmenu.ui:26
msgctxt "rowsmenu|undo"
msgid "Undo: Data entry"
msgstr "Ontdoen data-inskrywing"
-#: rulermenu.ui:12
+#: svx/uiconfig/ui/rulermenu.ui:12
msgctxt "rulermenu|mm"
msgid "Millimeter"
msgstr "Millimeter"
-#: rulermenu.ui:20
+#: svx/uiconfig/ui/rulermenu.ui:20
msgctxt "rulermenu|cm"
msgid "Centimeter"
msgstr "Sentimeter"
-#: rulermenu.ui:28
+#: svx/uiconfig/ui/rulermenu.ui:28
msgctxt "rulermenu|m"
msgid "Meter"
msgstr "Meter"
-#: rulermenu.ui:36
+#: svx/uiconfig/ui/rulermenu.ui:36
msgctxt "rulermenu|km"
msgid "Kilometer"
msgstr "Kilometer"
-#: rulermenu.ui:44
+#: svx/uiconfig/ui/rulermenu.ui:44
msgctxt "rulermenu|in"
msgid "Inch"
msgstr "Duim"
-#: rulermenu.ui:52
+#: svx/uiconfig/ui/rulermenu.ui:52
msgctxt "rulermenu|ft"
msgid "Foot"
msgstr "Voet"
-#: rulermenu.ui:60
+#: svx/uiconfig/ui/rulermenu.ui:60
msgctxt "rulermenu|mile"
msgid "Miles"
msgstr "Myl"
-#: rulermenu.ui:68
+#: svx/uiconfig/ui/rulermenu.ui:68
msgctxt "rulermenu|pt"
msgid "Point"
msgstr "Punt"
-#: rulermenu.ui:76
+#: svx/uiconfig/ui/rulermenu.ui:76
msgctxt "rulermenu|pc"
msgid "Pica"
msgstr "Pika"
-#: rulermenu.ui:84
+#: svx/uiconfig/ui/rulermenu.ui:84
msgctxt "rulermenu|ch"
msgid "Char"
msgstr "Grafiek"
-#: rulermenu.ui:92
+#: svx/uiconfig/ui/rulermenu.ui:92
#, fuzzy
msgctxt "rulermenu|line"
msgid "Line"
msgstr "Linne"
-#: safemodedialog.ui:8
+#: svx/uiconfig/ui/safemodedialog.ui:8
msgctxt "safemodedialog|SafeModeDialog"
msgid "Safe Mode"
msgstr ""
-#: safemodedialog.ui:37
+#: svx/uiconfig/ui/safemodedialog.ui:37
msgctxt "safemodedialog|btn_continue"
msgid "_Continue in Safe Mode"
msgstr ""
-#: safemodedialog.ui:52
+#: svx/uiconfig/ui/safemodedialog.ui:52
msgctxt "safemodedialog|btn_restart"
msgid "_Restart in Normal Mode"
msgstr ""
-#: safemodedialog.ui:66
+#: svx/uiconfig/ui/safemodedialog.ui:66
msgctxt "safemodedialog|btn_apply"
msgid "_Apply Changes and Restart"
msgstr ""
-#: safemodedialog.ui:90
+#: svx/uiconfig/ui/safemodedialog.ui:90
msgctxt "safemodedialog|label1"
msgid ""
"%PRODUCTNAME is now running in safe mode which temporarily disables your user configuration and extensions.\n"
@@ -5385,5507 +5426,5487 @@ msgid ""
"The proposed changes get more radical from top down so it is recommended to try them successively one after another."
msgstr ""
-#: safemodedialog.ui:112
+#: svx/uiconfig/ui/safemodedialog.ui:112
msgctxt "safemodedialog|radio_restore"
msgid "Restore from backup"
msgstr ""
-#: safemodedialog.ui:136
+#: svx/uiconfig/ui/safemodedialog.ui:136
msgctxt "safemodedialog|check_profilesafe_config"
msgid "Restore user configuration to the last known working state"
msgstr ""
-#: safemodedialog.ui:151
+#: svx/uiconfig/ui/safemodedialog.ui:151
msgctxt "safemodedialog|check_profilesafe_extensions"
msgid "Restore state of installed user extensions to the last known working state"
msgstr ""
-#: safemodedialog.ui:173
+#: svx/uiconfig/ui/safemodedialog.ui:173
msgctxt "safemodedialog|radio_configure"
msgid "Configure"
msgstr ""
-#: safemodedialog.ui:197
+#: svx/uiconfig/ui/safemodedialog.ui:197
msgctxt "safemodedialog|check_disable_all_extensions"
msgid "Disable all user extensions"
msgstr ""
-#: safemodedialog.ui:212
+#: svx/uiconfig/ui/safemodedialog.ui:212
msgctxt "safemodedialog|check_disable_hw_acceleration"
msgid "Disable hardware acceleration (OpenGL, OpenCL)"
msgstr ""
-#: safemodedialog.ui:234
+#: svx/uiconfig/ui/safemodedialog.ui:234
#, fuzzy
msgctxt "safemodedialog|radio_extensions"
msgid "Extensions"
msgstr "Uitbreiding"
-#: safemodedialog.ui:257
+#: svx/uiconfig/ui/safemodedialog.ui:257
msgctxt "safemodedialog|check_deinstall_user_extensions"
msgid "Uninstall all user extensions"
msgstr ""
-#: safemodedialog.ui:272
+#: svx/uiconfig/ui/safemodedialog.ui:272
msgctxt "safemodedialog|check_reset_shared_extensions"
msgid "Reset state of shared extensions"
msgstr ""
-#: safemodedialog.ui:287
+#: svx/uiconfig/ui/safemodedialog.ui:287
msgctxt "safemodedialog|check_reset_bundled_extensions"
msgid "Reset state of bundled extensions"
msgstr ""
-#: safemodedialog.ui:309
+#: svx/uiconfig/ui/safemodedialog.ui:309
msgctxt "safemodedialog|radio_reset"
msgid "Reset to factory settings"
msgstr ""
-#: safemodedialog.ui:332
+#: svx/uiconfig/ui/safemodedialog.ui:332
msgctxt "safemodedialog|check_reset_customizations"
msgid "Reset settings and user interface modifications"
msgstr ""
-#: safemodedialog.ui:347
+#: svx/uiconfig/ui/safemodedialog.ui:347
msgctxt "safemodedialog|check_reset_whole_userprofile"
msgid "Reset entire user profile"
msgstr ""
-#: safemodedialog.ui:389
+#: svx/uiconfig/ui/safemodedialog.ui:389
msgctxt "safemodedialog|label3"
msgid "If you experience problems that are not resolved by using safe mode, visit the following link to get help or report a bug."
msgstr ""
-#: safemodedialog.ui:400
+#: svx/uiconfig/ui/safemodedialog.ui:400
msgctxt "safemodedialog|linkbutton_bugs"
msgid "Get Help"
msgstr ""
-#: safemodedialog.ui:416
+#: svx/uiconfig/ui/safemodedialog.ui:416
msgctxt "safemodedialog|label4"
msgid "You can also include relevant parts of your user profile in the bugreport (be aware it might contain personal data)."
msgstr ""
-#: safemodedialog.ui:432
+#: svx/uiconfig/ui/safemodedialog.ui:432
msgctxt "safemodedialog|btn_create_zip"
msgid "Create Zip Archive from User Profile"
msgstr ""
-#: safemodedialog.ui:445
+#: svx/uiconfig/ui/safemodedialog.ui:445
msgctxt "safemodedialog|linkbutton_profile"
msgid "Show User Profile"
msgstr ""
-#: safemodedialog.ui:471
+#: svx/uiconfig/ui/safemodedialog.ui:471
msgctxt "safemodedialog|label2"
msgid "Advanced"
msgstr ""
-#: savemodifieddialog.ui:12
+#: svx/uiconfig/ui/savemodifieddialog.ui:12
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "Do you want to save your changes?"
msgstr ""
-#: savemodifieddialog.ui:13
+#: svx/uiconfig/ui/savemodifieddialog.ui:13
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "The content of the current form has been modified."
msgstr ""
-#: selectionmenu.ui:12
+#: svx/uiconfig/ui/selectionmenu.ui:12
msgctxt "selectionmenu|standard"
msgid "Standard selection"
msgstr ""
-#: selectionmenu.ui:20
+#: svx/uiconfig/ui/selectionmenu.ui:20
msgctxt "selectionmenu|extending"
msgid "Extending selection"
msgstr ""
-#: selectionmenu.ui:28
+#: svx/uiconfig/ui/selectionmenu.ui:28
msgctxt "selectionmenu|adding"
msgid "Adding selection"
msgstr ""
-#: selectionmenu.ui:36
+#: svx/uiconfig/ui/selectionmenu.ui:36
msgctxt "selectionmenu|block"
msgid "Block selection"
msgstr ""
-#: sidebararea.ui:40
+#: svx/uiconfig/ui/sidebararea.ui:40
#, fuzzy
msgctxt "sidebararea|filllabel|tooltip_text"
msgid "Fill:"
msgstr "Vul in"
-#: sidebararea.ui:42
+#: svx/uiconfig/ui/sidebararea.ui:42
msgctxt "sidebararea|filllabel"
msgid "_Fill:"
msgstr ""
-#: sidebararea.ui:66
+#: svx/uiconfig/ui/sidebararea.ui:66
msgctxt "sidebararea|color|tooltip_text"
msgid "Select the color to apply."
msgstr ""
-#: sidebararea.ui:86
+#: svx/uiconfig/ui/sidebararea.ui:86
msgctxt "sidebararea|fillattr|tooltip_text"
msgid "Select the effect to apply."
msgstr ""
-#: sidebararea.ui:92
+#: svx/uiconfig/ui/sidebararea.ui:92
msgctxt "sidebararea|fillattr-atkobject"
msgid "Hatching/Bitmap"
msgstr ""
-#: sidebararea.ui:106
+#: svx/uiconfig/ui/sidebararea.ui:106
msgctxt "sidebararea|fillgrad1|tooltip_text"
msgid "Fill gradient from."
msgstr ""
-#: sidebararea.ui:127
+#: svx/uiconfig/ui/sidebararea.ui:127
msgctxt "sidebararea|fillstyle|tooltip_text"
msgid "Select the fill type to apply."
msgstr ""
-#: sidebararea.ui:135
+#: svx/uiconfig/ui/sidebararea.ui:135
#, fuzzy
msgctxt "sidebararea|fillstyle-atkobject"
msgid "Fill Type"
msgstr "Veldtipe"
-#: sidebararea.ui:150
+#: svx/uiconfig/ui/sidebararea.ui:150
msgctxt "sidebararea|fillgrad2|tooltip_text"
msgid "Fill gradient to."
msgstr ""
-#: sidebararea.ui:167
+#: svx/uiconfig/ui/sidebararea.ui:167
msgctxt "sidebararea|gradientstyle|tooltip_text"
msgid "Select the gradient style."
msgstr ""
-#: sidebararea.ui:169
+#: svx/uiconfig/ui/sidebararea.ui:169
msgctxt "sidebararea|gradientstyle"
msgid "Linear"
msgstr ""
-#: sidebararea.ui:170
+#: svx/uiconfig/ui/sidebararea.ui:170
msgctxt "sidebararea|gradientstyle"
msgid "Axial"
msgstr ""
-#: sidebararea.ui:171
+#: svx/uiconfig/ui/sidebararea.ui:171
#, fuzzy
msgctxt "sidebararea|gradientstyle"
msgid "Radial"
msgstr "Radiaal"
-#: sidebararea.ui:172
+#: svx/uiconfig/ui/sidebararea.ui:172
msgctxt "sidebararea|gradientstyle"
msgid "Ellipsoid"
msgstr ""
-#: sidebararea.ui:173
+#: svx/uiconfig/ui/sidebararea.ui:173
msgctxt "sidebararea|gradientstyle"
msgid "Quadratic"
msgstr ""
-#: sidebararea.ui:174
+#: svx/uiconfig/ui/sidebararea.ui:174
msgctxt "sidebararea|gradientstyle"
msgid "Square"
msgstr "Vierkant"
-#: sidebararea.ui:178
+#: svx/uiconfig/ui/sidebararea.ui:178
msgctxt "sidebararea|gradientstyle-atkobject"
msgid "Gradient Type"
msgstr ""
-#: sidebararea.ui:190
+#: svx/uiconfig/ui/sidebararea.ui:190
#, fuzzy
msgctxt "sidebararea|bmpimport"
msgid "_Import"
msgstr "Invoer"
-#: sidebararea.ui:212
+#: svx/uiconfig/ui/sidebararea.ui:212
msgctxt "sidebararea|gradangle|tooltip_text"
msgid "Select the gradient angle."
msgstr ""
-#: sidebararea.ui:216
+#: svx/uiconfig/ui/sidebararea.ui:216
msgctxt "sidebararea|gradangle-atkobject"
msgid "Gradient angle"
msgstr ""
-#: sidebararea.ui:232
+#: svx/uiconfig/ui/sidebararea.ui:232
msgctxt "sidebararea|transparencylabel|tooltip_text"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: sidebararea.ui:234
+#: svx/uiconfig/ui/sidebararea.ui:234
#, fuzzy
msgctxt "sidebararea|transparencylabel"
msgid "_Transparency:"
msgstr "Deursigtigheid"
-#: sidebararea.ui:249
+#: svx/uiconfig/ui/sidebararea.ui:249
msgctxt "sidebararea|transtype|tooltip_text"
msgid "Select the type of transparency to apply."
msgstr ""
-#: sidebararea.ui:251
+#: svx/uiconfig/ui/sidebararea.ui:251
msgctxt "sidebararea|transtype"
msgid "None"
msgstr "Geen"
-#: sidebararea.ui:252
+#: svx/uiconfig/ui/sidebararea.ui:252
msgctxt "sidebararea|transtype"
msgid "Solid"
msgstr "Solied"
-#: sidebararea.ui:253
+#: svx/uiconfig/ui/sidebararea.ui:253
msgctxt "sidebararea|transtype"
msgid "Linear"
msgstr ""
-#: sidebararea.ui:254
+#: svx/uiconfig/ui/sidebararea.ui:254
msgctxt "sidebararea|transtype"
msgid "Axial"
msgstr ""
-#: sidebararea.ui:255
+#: svx/uiconfig/ui/sidebararea.ui:255
#, fuzzy
msgctxt "sidebararea|transtype"
msgid "Radial"
msgstr "Radiaal"
-#: sidebararea.ui:256
+#: svx/uiconfig/ui/sidebararea.ui:256
msgctxt "sidebararea|transtype"
msgid "Ellipsoid"
msgstr ""
-#: sidebararea.ui:257
+#: svx/uiconfig/ui/sidebararea.ui:257
msgctxt "sidebararea|transtype"
msgid "Quadratic"
msgstr ""
-#: sidebararea.ui:258
+#: svx/uiconfig/ui/sidebararea.ui:258
msgctxt "sidebararea|transtype"
msgid "Square"
msgstr "Vierkant"
-#: sidebararea.ui:262
+#: svx/uiconfig/ui/sidebararea.ui:262
msgctxt "sidebararea|transtype-atkobject"
msgid "Transparency Type"
msgstr ""
-#: sidebararea.ui:283
+#: svx/uiconfig/ui/sidebararea.ui:283
msgctxt "sidebararea|gradient|tooltip_text"
msgid "Specify the variation of gradient transparency."
msgstr ""
-#: sidebararea.ui:320
+#: svx/uiconfig/ui/sidebararea.ui:320
msgctxt "sidebararea|transparencyslider|tooltip_text"
msgid "Specify 0% for fully opaque through 100% for fully transparent."
msgstr ""
-#: sidebararea.ui:337
+#: svx/uiconfig/ui/sidebararea.ui:337
msgctxt "sidebararea|settransparency|tooltip_text"
msgid "Specify 0% for fully opaque through 100% for fully transparent."
msgstr ""
-#: sidebararea.ui:346
+#: svx/uiconfig/ui/sidebararea.ui:345
msgctxt "sidebararea|settransparency-atkobject"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: sidebargraphic.ui:46
+#: svx/uiconfig/ui/sidebargraphic.ui:46
#, fuzzy
msgctxt "sidebargraphic|brightnesslabel"
msgid "_Brightness:"
msgstr "Helderheid"
-#: sidebargraphic.ui:61
+#: svx/uiconfig/ui/sidebargraphic.ui:61
msgctxt "sidebargraphic|setbrightness|tooltip_text"
msgid "Specify the luminance of the graphic."
msgstr ""
-#: sidebargraphic.ui:70
+#: svx/uiconfig/ui/sidebargraphic.ui:69
msgctxt "sidebargraphic|setbrightness-atkobject"
msgid "Brightness"
msgstr "Helderheid"
-#: sidebargraphic.ui:83
+#: svx/uiconfig/ui/sidebargraphic.ui:82
#, fuzzy
msgctxt "sidebargraphic|contrastlabel"
msgid "_Contrast:"
msgstr "Kontras"
-#: sidebargraphic.ui:98
+#: svx/uiconfig/ui/sidebargraphic.ui:97
msgctxt "sidebargraphic|setcontrast|tooltip_text"
msgid "Specify the degree of difference between the lightest and darkest parts of the graphic."
msgstr ""
-#: sidebargraphic.ui:107
+#: svx/uiconfig/ui/sidebargraphic.ui:105
msgctxt "sidebargraphic|setcontrast-atkobject"
msgid "Contrast"
msgstr "Kontras"
-#: sidebargraphic.ui:120
+#: svx/uiconfig/ui/sidebargraphic.ui:118
msgctxt "sidebargraphic|colorlmodelabel"
msgid "Color _mode:"
msgstr ""
-#: sidebargraphic.ui:139
+#: svx/uiconfig/ui/sidebargraphic.ui:137
msgctxt "sidebargraphic|setcolormode-atkobject"
msgid "Color mode"
msgstr ""
-#: sidebargraphic.ui:152
+#: svx/uiconfig/ui/sidebargraphic.ui:150
#, fuzzy
msgctxt "sidebargraphic|transparencylabel"
msgid "_Transparency:"
msgstr "Deursigtigheid"
-#: sidebargraphic.ui:167
+#: svx/uiconfig/ui/sidebargraphic.ui:165
msgctxt "sidebargraphic|settransparency|tooltip_text"
msgid "Specify the percentage of transparency; 0% is fully opaque and 100% is fully transparent."
msgstr ""
-#: sidebargraphic.ui:176
+#: svx/uiconfig/ui/sidebargraphic.ui:173
msgctxt "sidebargraphic|settransparency-atkobject"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: sidebargraphic.ui:209
+#: svx/uiconfig/ui/sidebargraphic.ui:206
msgctxt "sidebargraphic|setred|tooltip_text"
msgid "Red"
msgstr "Rooi"
-#: sidebargraphic.ui:215
+#: svx/uiconfig/ui/sidebargraphic.ui:211
msgctxt "sidebargraphic|setred-atkobject"
msgid "Red"
msgstr "Rooi"
-#: sidebargraphic.ui:255
+#: svx/uiconfig/ui/sidebargraphic.ui:251
msgctxt "sidebargraphic|setgreen|tooltip_text"
msgid "Green"
msgstr "Groen"
-#: sidebargraphic.ui:261
+#: svx/uiconfig/ui/sidebargraphic.ui:256
msgctxt "sidebargraphic|setgreen-atkobject"
msgid "Green"
msgstr "Groen"
-#: sidebargraphic.ui:302
+#: svx/uiconfig/ui/sidebargraphic.ui:297
msgctxt "sidebargraphic|setblue|tooltip_text"
msgid "Blue"
msgstr "Blou"
-#: sidebargraphic.ui:308
+#: svx/uiconfig/ui/sidebargraphic.ui:302
msgctxt "sidebargraphic|setblue-atkobject"
msgid "Blue"
msgstr "Blou"
-#: sidebargraphic.ui:348
+#: svx/uiconfig/ui/sidebargraphic.ui:342
msgctxt "sidebargraphic|setgamma|tooltip_text"
msgid "Specify the gamma value that affects the brightness of the midtone values."
msgstr ""
-#: sidebargraphic.ui:358
+#: svx/uiconfig/ui/sidebargraphic.ui:351
msgctxt "sidebargraphic|setgamma-atkobject"
msgid "Gamma value"
msgstr ""
-#: sidebarline.ui:40
+#: svx/uiconfig/ui/sidebarline.ui:40
msgctxt "sidebarline|beginarrowstyle|tooltip_text"
msgid "Select the style of the beginning arrowhead."
msgstr ""
-#: sidebarline.ui:44
+#: svx/uiconfig/ui/sidebarline.ui:44
msgctxt "sidebarline|beginarrowstyle-atkobject"
msgid "Beginning Style"
msgstr ""
-#: sidebarline.ui:60
+#: svx/uiconfig/ui/sidebarline.ui:60
msgctxt "sidebarline|linestyle|tooltip_text"
msgid "Select the style of the line."
msgstr ""
-#: sidebarline.ui:64
+#: svx/uiconfig/ui/sidebarline.ui:64
msgctxt "sidebarline|linestyle-atkobject"
msgid "Style"
msgstr "Styl"
-#: sidebarline.ui:80
+#: svx/uiconfig/ui/sidebarline.ui:80
msgctxt "sidebarline|endarrowstyle|tooltip_text"
msgid "Select the style of the ending arrowhead."
msgstr ""
-#: sidebarline.ui:85
+#: svx/uiconfig/ui/sidebarline.ui:85
msgctxt "sidebarline|endarrowstyle-atkobject"
msgid "Ending Style"
msgstr ""
-#: sidebarline.ui:113
+#: svx/uiconfig/ui/sidebarline.ui:113
#, fuzzy
msgctxt "sidebarline|widthlabel"
msgid "_Width:"
msgstr "Breedte:"
-#: sidebarline.ui:130
+#: svx/uiconfig/ui/sidebarline.ui:130
msgctxt "sidebarline|width|tooltip_text"
msgid "Select the width of the line."
msgstr ""
-#: sidebarline.ui:159
+#: svx/uiconfig/ui/sidebarline.ui:159
#, fuzzy
msgctxt "sidebarline|colorlabel"
msgid "_Color:"
msgstr "Kleur"
-#: sidebarline.ui:175
+#: svx/uiconfig/ui/sidebarline.ui:175
msgctxt "sidebarline|color|tooltip_text"
msgid "Select the color of the line."
msgstr ""
-#: sidebarline.ui:182
+#: svx/uiconfig/ui/sidebarline.ui:182
msgctxt "sidebarline|setcolor|tooltip_text"
msgid "Select the color of the line."
msgstr ""
-#: sidebarline.ui:204
+#: svx/uiconfig/ui/sidebarline.ui:204
#, fuzzy
msgctxt "sidebarline|translabel"
msgid "_Transparency:"
msgstr "Deursigtigheid"
-#: sidebarline.ui:220
+#: svx/uiconfig/ui/sidebarline.ui:220
msgctxt "sidebarline|linetransparency|tooltip_text"
msgid "Specify the transparency of the line."
msgstr ""
-#: sidebarline.ui:230
+#: svx/uiconfig/ui/sidebarline.ui:229
msgctxt "sidebarline|linetransparency-atkobject"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: sidebarline.ui:262
+#: svx/uiconfig/ui/sidebarline.ui:261
#, fuzzy
msgctxt "sidebarline|cornerlabel"
msgid "_Corner style:"
msgstr "Randstrookstyl"
-#: sidebarline.ui:279
+#: svx/uiconfig/ui/sidebarline.ui:278
msgctxt "sidebarline|edgestyle|tooltip_text"
msgid "Select the style of the edge connections."
msgstr ""
-#: sidebarline.ui:281
+#: svx/uiconfig/ui/sidebarline.ui:280
msgctxt "sidebarline|edgestyle"
msgid "Rounded"
msgstr ""
-#: sidebarline.ui:282
+#: svx/uiconfig/ui/sidebarline.ui:281
msgctxt "sidebarline|edgestyle"
msgid "- none -"
msgstr "- geen -"
-#: sidebarline.ui:283
+#: svx/uiconfig/ui/sidebarline.ui:282
msgctxt "sidebarline|edgestyle"
msgid "Mitered"
msgstr ""
-#: sidebarline.ui:284
+#: svx/uiconfig/ui/sidebarline.ui:283
msgctxt "sidebarline|edgestyle"
msgid "Beveled"
msgstr ""
-#: sidebarline.ui:288
+#: svx/uiconfig/ui/sidebarline.ui:287
#, fuzzy
msgctxt "sidebarline|edgestyle-atkobject"
msgid "Corner Style"
msgstr "Randstrookstyl"
-#: sidebarline.ui:303
+#: svx/uiconfig/ui/sidebarline.ui:302
msgctxt "sidebarline|caplabel"
msgid "Ca_p style:"
msgstr ""
-#: sidebarline.ui:320
+#: svx/uiconfig/ui/sidebarline.ui:319
msgctxt "sidebarline|linecapstyle|tooltip_text"
msgid "Select the style of the line caps."
msgstr ""
-#: sidebarline.ui:322
+#: svx/uiconfig/ui/sidebarline.ui:321
msgctxt "sidebarline|linecapstyle"
msgid "Flat"
msgstr "Plat"
-#: sidebarline.ui:323
+#: svx/uiconfig/ui/sidebarline.ui:322
#, fuzzy
msgctxt "sidebarline|linecapstyle"
msgid "Round"
msgstr "Klank"
-#: sidebarline.ui:324
+#: svx/uiconfig/ui/sidebarline.ui:323
msgctxt "sidebarline|linecapstyle"
msgid "Square"
msgstr "Vierkant"
-#: sidebarline.ui:328
+#: svx/uiconfig/ui/sidebarline.ui:327
msgctxt "sidebarline|linecapstyle-atkobject"
msgid "Cap Style"
msgstr ""
-#: sidebarparagraph.ui:26
+#: svx/uiconfig/ui/sidebarparagraph.ui:26
#, fuzzy
msgctxt "sidebarparagraph|numberbullet|tooltip_text"
msgid "Bullets and Numbering"
msgstr "Kolle en nommering"
-#: sidebarparagraph.ui:71
+#: svx/uiconfig/ui/sidebarparagraph.ui:71
#, fuzzy
msgctxt "sidebarparagraph|horizontalalignment|tooltip_text"
msgid "Horizontal Alignment"
msgstr "horisontale reël"
-#: sidebarparagraph.ui:172
+#: svx/uiconfig/ui/sidebarparagraph.ui:172
#, fuzzy
msgctxt "sidebarparagraph|verticalalignment|tooltip_text"
msgid "Vertical Alignment"
msgstr "Vert. belyning"
-#: sidebarparagraph.ui:238
+#: svx/uiconfig/ui/sidebarparagraph.ui:238
#, fuzzy
msgctxt "sidebarparagraph|spacinglabel"
msgid "_Spacing:"
msgstr "Spasiëring"
-#: sidebarparagraph.ui:254
+#: svx/uiconfig/ui/sidebarparagraph.ui:254
msgctxt "sidebarparagraph|paraspacing|tooltip_text"
msgid "Spacing"
msgstr "Spasiëring"
-#: sidebarparagraph.ui:313
+#: svx/uiconfig/ui/sidebarparagraph.ui:313
msgctxt "sidebarparagraph|aboveparaspacing|tooltip_text"
msgid "Above Paragraph Spacing"
msgstr ""
-#: sidebarparagraph.ui:320
+#: svx/uiconfig/ui/sidebarparagraph.ui:319
msgctxt "sidebarparagraph|aboveparaspacing-atkobject"
msgid "Above Paragraph Spacing"
msgstr ""
-#: sidebarparagraph.ui:363
+#: svx/uiconfig/ui/sidebarparagraph.ui:362
msgctxt "sidebarparagraph|belowparaspacing|tooltip_text"
msgid "Below Paragraph Spacing"
msgstr ""
-#: sidebarparagraph.ui:370
+#: svx/uiconfig/ui/sidebarparagraph.ui:368
msgctxt "sidebarparagraph|belowparaspacing-atkobject"
msgid "Below Paragraph Spacing"
msgstr ""
-#: sidebarparagraph.ui:399
+#: svx/uiconfig/ui/sidebarparagraph.ui:397
#, fuzzy
msgctxt "sidebarparagraph|setlinespacing|tooltip_text"
msgid "Line Spacing"
msgstr "Reëlspasiëring"
-#: sidebarparagraph.ui:432
+#: svx/uiconfig/ui/sidebarparagraph.ui:430
#, fuzzy
msgctxt "sidebarparagraph|indentlabel"
msgid "_Indent:"
msgstr "Inkeep"
-#: sidebarparagraph.ui:448
+#: svx/uiconfig/ui/sidebarparagraph.ui:446
msgctxt "sidebarparagraph|indent|tooltip_text"
msgid "Indent"
msgstr "Inkeep"
-#: sidebarparagraph.ui:455
+#: svx/uiconfig/ui/sidebarparagraph.ui:453
msgctxt "sidebarparagraph|increaseindent|tooltip_text"
msgid "Increase Indent"
msgstr "Vermeerder keep"
-#: sidebarparagraph.ui:469
+#: svx/uiconfig/ui/sidebarparagraph.ui:467
msgctxt "sidebarparagraph|decreaseindent|tooltip_text"
msgid "Decrease Indent"
msgstr "Verminder keep"
-#: sidebarparagraph.ui:483
+#: svx/uiconfig/ui/sidebarparagraph.ui:481
msgctxt "sidebarparagraph|hangingindent|tooltip_text"
msgid "Switch to Hanging Indent"
msgstr ""
-#: sidebarparagraph.ui:524
+#: svx/uiconfig/ui/sidebarparagraph.ui:522
msgctxt "sidebarparagraph|beforetextindent|tooltip_text"
msgid "Before Text Indent"
msgstr ""
-#: sidebarparagraph.ui:531
+#: svx/uiconfig/ui/sidebarparagraph.ui:528
msgctxt "sidebarparagraph|beforetextindent-atkobject"
msgid "Before Text Indent"
msgstr ""
-#: sidebarparagraph.ui:573
+#: svx/uiconfig/ui/sidebarparagraph.ui:570
msgctxt "sidebarparagraph|aftertextindent|tooltip_text"
msgid "After Text Indent"
msgstr ""
-#: sidebarparagraph.ui:580
+#: svx/uiconfig/ui/sidebarparagraph.ui:576
msgctxt "sidebarparagraph|aftertextindent-atkobject"
msgid "After Text Indent"
msgstr ""
-#: sidebarparagraph.ui:622
+#: svx/uiconfig/ui/sidebarparagraph.ui:618
#, fuzzy
msgctxt "sidebarparagraph|firstlineindent|tooltip_text"
msgid "First Line Indent"
msgstr "Eerstereël-inkeep"
-#: sidebarparagraph.ui:629
+#: svx/uiconfig/ui/sidebarparagraph.ui:624
#, fuzzy
msgctxt "sidebarparagraph|firstlineindent-atkobject"
msgid "First Line Indent"
msgstr "Eerstereël-inkeep"
-#: sidebarparagraph.ui:661
+#: svx/uiconfig/ui/sidebarparagraph.ui:656
msgctxt "sidebarparagraph|backgroundcolor|tooltip_text"
msgid "Paragraph Background Color"
msgstr ""
-#: sidebarpossize.ui:42
+#: svx/uiconfig/ui/sidebarpossize.ui:42
#, fuzzy
msgctxt "sidebarpossize|horizontallabel"
msgid "Position _X:"
msgstr "Posisie"
-#: sidebarpossize.ui:57
+#: svx/uiconfig/ui/sidebarpossize.ui:57
msgctxt "sidebarpossize|horizontalpos|tooltip_text"
msgid "Enter the value for the horizontal position."
msgstr ""
-#: sidebarpossize.ui:65
+#: svx/uiconfig/ui/sidebarpossize.ui:63
msgctxt "sidebarpossize|horizontalpos-atkobject"
msgid "Horizontal"
msgstr "Horisontaal"
-#: sidebarpossize.ui:82
+#: svx/uiconfig/ui/sidebarpossize.ui:80
#, fuzzy
msgctxt "sidebarpossize|verticallabel"
msgid "Position _Y:"
msgstr "Posisie"
-#: sidebarpossize.ui:97
+#: svx/uiconfig/ui/sidebarpossize.ui:95
msgctxt "sidebarpossize|verticalpos|tooltip_text"
msgid "Enter the value for the vertical position."
msgstr ""
-#: sidebarpossize.ui:105
+#: svx/uiconfig/ui/sidebarpossize.ui:101
msgctxt "sidebarpossize|verticalpos-atkobject"
msgid "Vertical"
msgstr "Vertikaal"
-#: sidebarpossize.ui:122
+#: svx/uiconfig/ui/sidebarpossize.ui:118
#, fuzzy
msgctxt "sidebarpossize|widthlabel"
msgid "_Width:"
msgstr "Breedte:"
-#: sidebarpossize.ui:138
+#: svx/uiconfig/ui/sidebarpossize.ui:134
msgctxt "sidebarpossize|selectwidth|tooltip_text"
msgid "Enter a width for the selected object."
msgstr ""
-#: sidebarpossize.ui:146
+#: svx/uiconfig/ui/sidebarpossize.ui:140
msgctxt "sidebarpossize|selectwidth-atkobject"
msgid "Width"
msgstr "Wydte"
-#: sidebarpossize.ui:163
+#: svx/uiconfig/ui/sidebarpossize.ui:157
#, fuzzy
msgctxt "sidebarpossize|heightlabel"
msgid "H_eight:"
msgstr "Hoogte:"
-#: sidebarpossize.ui:179
+#: svx/uiconfig/ui/sidebarpossize.ui:173
msgctxt "sidebarpossize|selectheight|tooltip_text"
msgid "Enter a height for the selected object."
msgstr ""
-#: sidebarpossize.ui:187
+#: svx/uiconfig/ui/sidebarpossize.ui:179
msgctxt "sidebarpossize|selectheight-atkobject"
msgid "Height"
msgstr "Hoogte"
-#: sidebarpossize.ui:207
+#: svx/uiconfig/ui/sidebarpossize.ui:199
#, fuzzy
msgctxt "sidebarpossize|ratio"
msgid "_Keep ratio"
msgstr "Behou verhouding"
-#: sidebarpossize.ui:212
+#: svx/uiconfig/ui/sidebarpossize.ui:204
msgctxt "sidebarpossize|ratio|tooltip_text"
msgid "Maintain proportions when you resize the selected object."
msgstr ""
-#: sidebarpossize.ui:228
+#: svx/uiconfig/ui/sidebarpossize.ui:220
#, fuzzy
msgctxt "sidebarpossize|rotationlabel"
msgid "_Rotation:"
msgstr "Rotering"
-#: sidebarpossize.ui:254
+#: svx/uiconfig/ui/sidebarpossize.ui:246
msgctxt "sidebarpossize|orientationcontrol-atkobject"
msgid "Rotation"
msgstr "Rotering"
-#: sidebarpossize.ui:276
+#: svx/uiconfig/ui/sidebarpossize.ui:268
msgctxt "sidebarpossize|rotation|tooltip_text"
msgid "Select the angle for rotation."
msgstr ""
-#: sidebarpossize.ui:297
+#: svx/uiconfig/ui/sidebarpossize.ui:289
msgctxt "sidebarpossize|fliplabel"
msgid "_Flip:"
msgstr ""
-#: sidebarpossize.ui:320
+#: svx/uiconfig/ui/sidebarpossize.ui:312
msgctxt "sidebarpossize|flipvertical|tooltip_text"
msgid "Flip the selected object vertically."
msgstr ""
-#: sidebarpossize.ui:334
+#: svx/uiconfig/ui/sidebarpossize.ui:326
msgctxt "sidebarpossize|fliphorizontal|tooltip_text"
msgid "Flip the selected object horizontally."
msgstr ""
-#: sidebarshadow.ui:34
+#: svx/uiconfig/ui/sidebarshadow.ui:34
#, fuzzy
msgctxt "sidebarshadow|SHOW_SHADOW"
msgid "Enable"
msgstr "Geaktiveer"
-#: sidebarshadow.ui:58
+#: svx/uiconfig/ui/sidebarshadow.ui:59
#, fuzzy
msgctxt "sidebarshadow|angle"
msgid "Angle"
msgstr "Hoek"
-#: sidebarshadow.ui:69
+#: svx/uiconfig/ui/sidebarshadow.ui:70
#, fuzzy
msgctxt "sidebarshadow|distance"
msgid "Distance"
msgstr "~Instanse"
-#: sidebarshadow.ui:116
+#: svx/uiconfig/ui/sidebarshadow.ui:117
#, fuzzy
msgctxt "sidebarshadow|transparency_label"
msgid "Transparency:"
msgstr "Deursigtigheid"
-#: sidebarshadow.ui:179
+#: svx/uiconfig/ui/sidebarshadow.ui:180
#, fuzzy
msgctxt "sidebarshadow|color"
msgid "Color:"
msgstr "Kleur"
-#: stylemenu.ui:12
+#: svx/uiconfig/ui/stylemenu.ui:12
msgctxt "stylemenu|update"
msgid "Update to Match Selection"
msgstr ""
-#: stylemenu.ui:20
+#: svx/uiconfig/ui/stylemenu.ui:20
#, fuzzy
msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "Redigeer styl..."
-#: textcharacterspacingcontrol.ui:73
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:73
#, fuzzy
msgctxt "textcharacterspacingcontrol|very_tight"
msgid "Very Tight"
msgstr "~Baie knap"
-#: textcharacterspacingcontrol.ui:89
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:89
#, fuzzy
msgctxt "textcharacterspacingcontrol|tight"
msgid "Tight"
msgstr "~Knap"
-#: textcharacterspacingcontrol.ui:105
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:105
#, fuzzy
msgctxt "textcharacterspacingcontrol|normal"
msgid "Normal"
msgstr "~Normaal"
-#: textcharacterspacingcontrol.ui:121
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:121
#, fuzzy
msgctxt "textcharacterspacingcontrol|loose"
msgid "Loose"
msgstr "~Lossies"
-#: textcharacterspacingcontrol.ui:137
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:137
#, fuzzy
msgctxt "textcharacterspacingcontrol|very_loose"
msgid "Very Loose"
msgstr "~Baie lossies"
-#: textcharacterspacingcontrol.ui:153
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:153
msgctxt "textcharacterspacingcontrol|last_custom"
msgid "Last Custom Value"
msgstr ""
-#: textcharacterspacingcontrol.ui:190
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:189
msgctxt "textcharacterspacingcontrol|kerning"
msgid "0,0"
msgstr ""
-#: textcharacterspacingcontrol.ui:201
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:200
msgctxt "textcharacterspacingcontrol|label2"
msgid "Custom Value"
msgstr ""
-#: textcontrolchardialog.ui:8
+#: svx/uiconfig/ui/textcontrolchardialog.ui:8
msgctxt "textcontrolchardialog|TextControlCharacterPropertiesDialog"
msgid "Character"
msgstr "Karakter"
-#: textcontrolchardialog.ui:106
+#: svx/uiconfig/ui/textcontrolchardialog.ui:106
msgctxt "textcontrolchardialog|font"
msgid "Font"
msgstr "Font"
-#: textcontrolchardialog.ui:128
+#: svx/uiconfig/ui/textcontrolchardialog.ui:128
msgctxt "textcontrolchardialog|fonteffects"
msgid "Font Effects"
msgstr ""
-#: textcontrolchardialog.ui:151
+#: svx/uiconfig/ui/textcontrolchardialog.ui:151
msgctxt "textcontrolchardialog|position"
msgid "Position"
msgstr "Posisie"
-#: textcontrolparadialog.ui:8
+#: svx/uiconfig/ui/textcontrolparadialog.ui:8
msgctxt "textcontrolparadialog|TextControlParagraphPropertiesDialog"
msgid "Paragraph"
msgstr "Paragraaf"
-#: textcontrolparadialog.ui:106
+#: svx/uiconfig/ui/textcontrolparadialog.ui:106
msgctxt "textcontrolparadialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: textcontrolparadialog.ui:128
+#: svx/uiconfig/ui/textcontrolparadialog.ui:128
msgctxt "textcontrolparadialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Belyning"
-#: textcontrolparadialog.ui:152
+#: svx/uiconfig/ui/textcontrolparadialog.ui:152
msgctxt "textcontrolparadialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: textcontrolparadialog.ui:175
+#: svx/uiconfig/ui/textcontrolparadialog.ui:175
msgctxt "textcontrolparadialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr ""
-#: textunderlinecontrol.ui:26
+#: svx/uiconfig/ui/textunderlinecontrol.ui:26
msgctxt "textunderlinecontrol|none"
msgid "(Without)"
msgstr ""
-#: textunderlinecontrol.ui:44
+#: svx/uiconfig/ui/textunderlinecontrol.ui:44
#, fuzzy
msgctxt "textunderlinecontrol|single|tooltip_text"
msgid "Single"
msgstr "Enkel"
-#: textunderlinecontrol.ui:61
+#: svx/uiconfig/ui/textunderlinecontrol.ui:61
msgctxt "textunderlinecontrol|double|tooltip_text"
msgid "Double"
msgstr "Dubbel"
-#: textunderlinecontrol.ui:78
+#: svx/uiconfig/ui/textunderlinecontrol.ui:78
msgctxt "textunderlinecontrol|bold|tooltip_text"
msgid "Bold"
msgstr "Vetdruk"
-#: textunderlinecontrol.ui:95
+#: svx/uiconfig/ui/textunderlinecontrol.ui:95
msgctxt "textunderlinecontrol|dot|tooltip_text"
msgid "Dotted"
msgstr "Stippels"
-#: textunderlinecontrol.ui:112
+#: svx/uiconfig/ui/textunderlinecontrol.ui:112
msgctxt "textunderlinecontrol|dotbold|tooltip_text"
msgid "Dotted (Bold)"
msgstr "Stippels (vet)"
-#: textunderlinecontrol.ui:129
+#: svx/uiconfig/ui/textunderlinecontrol.ui:129
msgctxt "textunderlinecontrol|dash|tooltip_text"
msgid "Dash"
msgstr "Strepie"
-#: textunderlinecontrol.ui:146
+#: svx/uiconfig/ui/textunderlinecontrol.ui:146
msgctxt "textunderlinecontrol|dashlong|tooltip_text"
msgid "Long Dash"
msgstr "Lang aandagstreep"
-#: textunderlinecontrol.ui:163
+#: svx/uiconfig/ui/textunderlinecontrol.ui:163
msgctxt "textunderlinecontrol|dashdot|tooltip_text"
msgid "Dot Dash"
msgstr "Stippel-strepie"
-#: textunderlinecontrol.ui:180
+#: svx/uiconfig/ui/textunderlinecontrol.ui:180
msgctxt "textunderlinecontrol|dashdotdot|tooltip_text"
msgid "Dot Dot Dash"
msgstr "Stippel-stippel-strepie"
-#: textunderlinecontrol.ui:197
+#: svx/uiconfig/ui/textunderlinecontrol.ui:197
msgctxt "textunderlinecontrol|wave|tooltip_text"
msgid "Wave"
msgstr "Golf"
-#: textunderlinecontrol.ui:211
+#: svx/uiconfig/ui/textunderlinecontrol.ui:211
msgctxt "textunderlinecontrol|moreoptions"
msgid "_More Options..."
msgstr ""
-#: xformspage.ui:26
+#: svx/uiconfig/ui/xformspage.ui:26
#, fuzzy
msgctxt "xformspage|TBI_ITEM_ADD"
msgid "Add Item"
msgstr "Voeg item by"
-#: xformspage.ui:40
+#: svx/uiconfig/ui/xformspage.ui:40
msgctxt "xformspage|TBI_ITEM_ADD_ELEMENT"
msgid "Add Element"
msgstr "Voeg element by"
-#: xformspage.ui:54
+#: svx/uiconfig/ui/xformspage.ui:54
msgctxt "xformspage|TBI_ITEM_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Voeg attribuut by"
-#: xformspage.ui:68
+#: svx/uiconfig/ui/xformspage.ui:68
msgctxt "xformspage|TBI_ITEM_EDIT"
msgid "Edit"
msgstr "Redigeer"
-#: xformspage.ui:82
+#: svx/uiconfig/ui/xformspage.ui:82
#, fuzzy
msgctxt "xformspage|TBI_ITEM_REMOVE"
msgid "Delete"
msgstr "Skrap #"
-#: xmlsecstatmenu.ui:12
+#: svx/uiconfig/ui/xmlsecstatmenu.ui:12
#, fuzzy
msgctxt "xmlsecstatmenu|signatures"
msgid "Digital Signatures..."
msgstr "Digitale handtekeninge..."
-#: zoommenu.ui:12
+#: svx/uiconfig/ui/zoommenu.ui:12
msgctxt "zoommenu|page"
msgid "Entire Page"
msgstr "Hele bladsy"
-#: zoommenu.ui:20
+#: svx/uiconfig/ui/zoommenu.ui:20
msgctxt "zoommenu|width"
msgid "Page Width"
msgstr "Bladsywydte"
-#: zoommenu.ui:28
+#: svx/uiconfig/ui/zoommenu.ui:28
msgctxt "zoommenu|optimal"
msgid "Optimal View"
msgstr ""
-#: zoommenu.ui:36
+#: svx/uiconfig/ui/zoommenu.ui:36
msgctxt "zoommenu|50"
msgid "50%"
msgstr "50%"
-#: zoommenu.ui:44
+#: svx/uiconfig/ui/zoommenu.ui:44
msgctxt "zoommenu|75"
msgid "75%"
msgstr ""
-#: zoommenu.ui:52
+#: svx/uiconfig/ui/zoommenu.ui:52
msgctxt "zoommenu|100"
msgid "100%"
msgstr "100%"
-#: zoommenu.ui:60
+#: svx/uiconfig/ui/zoommenu.ui:60
msgctxt "zoommenu|150"
msgid "150%"
msgstr "150%"
-#: zoommenu.ui:68
+#: svx/uiconfig/ui/zoommenu.ui:68
msgctxt "zoommenu|200"
msgid "200%"
msgstr "200%"
-#: strings.hrc:25
+#: include/svx/strings.hrc:25
#, fuzzy
msgctxt "STR_ObjNameSingulNONE"
msgid "Drawing object"
msgstr "Tekenobjekte"
-#: strings.hrc:26
+#: include/svx/strings.hrc:26
msgctxt "STR_ObjNamePluralNONE"
msgid "Drawing objects"
msgstr "Tekenobjekte"
-#: strings.hrc:27
+#: include/svx/strings.hrc:27
#, fuzzy
msgctxt "STR_ObjNameSingulGRUP"
msgid "Group object"
msgstr "groepobjek"
-#: strings.hrc:28
+#: include/svx/strings.hrc:28
#, fuzzy
msgctxt "STR_ObjNamePluralGRUP"
msgid "Group objects"
msgstr "groepobjekte"
-#: strings.hrc:29
+#: include/svx/strings.hrc:29
#, fuzzy
msgctxt "STR_ObjNameSingulGRUPEMPTY"
msgid "Blank group object"
msgstr "Blanko groepobjekte"
-#: strings.hrc:30
+#: include/svx/strings.hrc:30
msgctxt "STR_ObjNamePluralGRUPEMPTY"
msgid "Blank group objects"
msgstr "Blanko groepobjekte"
-#: strings.hrc:31
+#: include/svx/strings.hrc:31
msgctxt "STR_ObjNameSingulLINE"
msgid "Line"
msgstr "Reël"
-#: strings.hrc:32
+#: include/svx/strings.hrc:32
#, fuzzy
msgctxt "STR_ObjNameSingulLINE_Hori"
msgid "Horizontal line"
msgstr "horisontale reël"
-#: strings.hrc:33
+#: include/svx/strings.hrc:33
msgctxt "STR_ObjNameSingulLINE_Vert"
msgid "Vertical line"
msgstr "Vertikale reël"
-#: strings.hrc:34
+#: include/svx/strings.hrc:34
#, fuzzy
msgctxt "STR_ObjNameSingulLINE_Diag"
msgid "Diagonal line"
msgstr "diagonale lyn"
-#: strings.hrc:35
+#: include/svx/strings.hrc:35
msgctxt "STR_ObjNamePluralLINE"
msgid "Lines"
msgstr "Reëls"
-#: strings.hrc:36
+#: include/svx/strings.hrc:36
msgctxt "STR_ObjNameSingulRECT"
msgid "Rectangle"
msgstr "Reghoek"
-#: strings.hrc:37
+#: include/svx/strings.hrc:37
msgctxt "STR_ObjNamePluralRECT"
msgid "Rectangles"
msgstr "Reghoeke"
-#: strings.hrc:38
+#: include/svx/strings.hrc:38
msgctxt "STR_ObjNameSingulQUAD"
msgid "Square"
msgstr "Vierkant"
-#: strings.hrc:39
+#: include/svx/strings.hrc:39
msgctxt "STR_ObjNamePluralQUAD"
msgid "Squares"
msgstr "Vierkante"
-#: strings.hrc:40
+#: include/svx/strings.hrc:40
msgctxt "STR_ObjNameSingulPARAL"
msgid "Parallelogram"
msgstr "Parallelogram"
-#: strings.hrc:41
+#: include/svx/strings.hrc:41
msgctxt "STR_ObjNamePluralPARAL"
msgid "Parallelograms"
msgstr "Parallelogramme"
-#: strings.hrc:42
-msgctxt "STR_ObjNameSingulRAUTE"
-msgid "Rhombus"
-msgstr "Ruit"
-
-#: strings.hrc:43
-msgctxt "STR_ObjNamePluralRAUTE"
-msgid "Rhombuses"
-msgstr "Ruite"
-
-#: strings.hrc:44
+#: include/svx/strings.hrc:42
msgctxt "STR_ObjNameSingulRECTRND"
msgid "Rounded rectangle"
msgstr "Geronde reghoek"
-#: strings.hrc:45
+#: include/svx/strings.hrc:43
msgctxt "STR_ObjNamePluralRECTRND"
msgid "Rounded Rectangles"
msgstr "Geronde reghoeke"
-#: strings.hrc:46
+#: include/svx/strings.hrc:44
msgctxt "STR_ObjNameSingulQUADRND"
msgid "rounded square"
msgstr "geronde vierkant"
-#: strings.hrc:47
+#: include/svx/strings.hrc:45
msgctxt "STR_ObjNamePluralQUADRND"
msgid "Rounded Squares"
msgstr "Geronde vierkante"
-#: strings.hrc:48
+#: include/svx/strings.hrc:46
msgctxt "STR_ObjNameSingulPARALRND"
msgid "Rounded Parallelogram"
msgstr "Geronde parallelogram"
-#: strings.hrc:49
+#: include/svx/strings.hrc:47
msgctxt "STR_ObjNamePluralPARALRND"
msgid "Rounded parallelograms"
msgstr "Geronde parallelogramme"
-#: strings.hrc:50
-msgctxt "STR_ObjNameSingulRAUTERND"
-msgid "rounded rhombus"
-msgstr "geronde ruit"
-
-#: strings.hrc:51
-msgctxt "STR_ObjNamePluralRAUTERND"
-msgid "Rounded rhombuses"
-msgstr "Geronde ruite"
-
-#: strings.hrc:52
+#: include/svx/strings.hrc:48
msgctxt "STR_ObjNameSingulCIRC"
msgid "Circle"
msgstr "Sirkel"
-#: strings.hrc:53
+#: include/svx/strings.hrc:49
msgctxt "STR_ObjNamePluralCIRC"
msgid "Circles"
msgstr "Sirkels"
-#: strings.hrc:54
+#: include/svx/strings.hrc:50
msgctxt "STR_ObjNameSingulSECT"
msgid "Circle sector"
msgstr "Sirkelsektor"
-#: strings.hrc:55
+#: include/svx/strings.hrc:51
msgctxt "STR_ObjNamePluralSECT"
msgid "Circle sectors"
msgstr "Sirkelsektore"
-#: strings.hrc:56
+#: include/svx/strings.hrc:52
msgctxt "STR_ObjNameSingulCARC"
msgid "Arc"
msgstr "Boog"
-#: strings.hrc:57
+#: include/svx/strings.hrc:53
msgctxt "STR_ObjNamePluralCARC"
msgid "Arcs"
msgstr "Boë"
-#: strings.hrc:58
+#: include/svx/strings.hrc:54
msgctxt "STR_ObjNameSingulCCUT"
msgid "Circle segment"
msgstr "Sirkelsegment"
-#: strings.hrc:59
+#: include/svx/strings.hrc:55
msgctxt "STR_ObjNamePluralCCUT"
msgid "Circle segments"
msgstr "Sirkelsegmente"
-#: strings.hrc:60
+#: include/svx/strings.hrc:56
msgctxt "STR_ObjNameSingulCIRCE"
msgid "Ellipse"
msgstr "Ellips"
-#: strings.hrc:61
+#: include/svx/strings.hrc:57
msgctxt "STR_ObjNamePluralCIRCE"
msgid "Ellipses"
msgstr "Ellipse"
-#: strings.hrc:62
+#: include/svx/strings.hrc:58
msgctxt "STR_ObjNameSingulSECTE"
msgid "Ellipse Pie"
msgstr "Elliptiese sektordiagram"
-#: strings.hrc:63
+#: include/svx/strings.hrc:59
msgctxt "STR_ObjNamePluralSECTE"
msgid "Ellipse Pies"
msgstr "Elliptiese sirkeldiagramme"
-#: strings.hrc:64
+#: include/svx/strings.hrc:60
msgctxt "STR_ObjNameSingulCARCE"
msgid "Elliptical arc"
msgstr "Elliptiese boog"
-#: strings.hrc:65
+#: include/svx/strings.hrc:61
msgctxt "STR_ObjNamePluralCARCE"
msgid "Elliptical arcs"
msgstr "Elliptiese boë"
-#: strings.hrc:66
+#: include/svx/strings.hrc:62
msgctxt "STR_ObjNameSingulCCUTE"
msgid "Ellipse Segment"
msgstr "Elliptiese segment"
-#: strings.hrc:67
+#: include/svx/strings.hrc:63
msgctxt "STR_ObjNamePluralCCUTE"
msgid "Ellipse Segments"
msgstr "Ellipssegmente"
-#: strings.hrc:68
+#: include/svx/strings.hrc:64
msgctxt "STR_ObjNameSingulPOLY"
msgid "Polygon"
msgstr "Poligoon"
-#: strings.hrc:69
+#: include/svx/strings.hrc:65
#, fuzzy
msgctxt "STR_ObjNameSingulPOLY_PointCount"
msgid "Polygon %2 corners"
msgstr "Veelhoek %2 hoeke"
-#: strings.hrc:70
+#: include/svx/strings.hrc:66
msgctxt "STR_ObjNamePluralPOLY"
msgid "Polygons"
msgstr "Veelhoeke"
-#: strings.hrc:71
+#: include/svx/strings.hrc:67
msgctxt "STR_ObjNameSingulPLIN"
msgid "Polyline"
msgstr "Meervoudige lyn"
-#: strings.hrc:72
+#: include/svx/strings.hrc:68
#, fuzzy
msgctxt "STR_ObjNameSingulPLIN_PointCount"
msgid "Polyline with %2 corners"
msgstr "Meervoudige lyn met %2 hoeke"
-#: strings.hrc:73
+#: include/svx/strings.hrc:69
msgctxt "STR_ObjNamePluralPLIN"
msgid "Polylines"
msgstr "Meervoudige lyne"
-#: strings.hrc:74
+#: include/svx/strings.hrc:70
msgctxt "STR_ObjNameSingulPATHLINE"
msgid "Bézier curve"
msgstr "Bézier-kurwe"
-#: strings.hrc:75
+#: include/svx/strings.hrc:71
msgctxt "STR_ObjNamePluralPATHLINE"
msgid "Bézier curves"
msgstr "Bézier-kurwes"
-#: strings.hrc:76
+#: include/svx/strings.hrc:72
msgctxt "STR_ObjNameSingulPATHFILL"
msgid "Bézier curve"
msgstr "Bézier-kurwe"
-#: strings.hrc:77
+#: include/svx/strings.hrc:73
msgctxt "STR_ObjNamePluralPATHFILL"
msgid "Bézier curves"
msgstr "Bézier-kurwes"
-#: strings.hrc:78
+#: include/svx/strings.hrc:74
msgctxt "STR_ObjNameSingulFREELINE"
msgid "Freeform Line"
msgstr "Vryevormlyn"
-#: strings.hrc:79
+#: include/svx/strings.hrc:75
msgctxt "STR_ObjNamePluralFREELINE"
msgid "Freeform Lines"
msgstr "Vryevormlyne"
-#: strings.hrc:80
+#: include/svx/strings.hrc:76
msgctxt "STR_ObjNameSingulFREEFILL"
msgid "Freeform Line"
msgstr "Vryevormlyn"
-#: strings.hrc:81
+#: include/svx/strings.hrc:77
msgctxt "STR_ObjNamePluralFREEFILL"
msgid "Freeform Lines"
msgstr "Vryevormlyne"
-#: strings.hrc:82
+#: include/svx/strings.hrc:78
msgctxt "STR_ObjNameSingulCOMBLINE"
msgid "Curve"
msgstr "Kurwe"
-#: strings.hrc:83
+#: include/svx/strings.hrc:79
msgctxt "STR_ObjNameSingulNATSPLN"
msgid "Natural Spline"
msgstr "Natuurlike kromme"
-#: strings.hrc:84
+#: include/svx/strings.hrc:80
msgctxt "STR_ObjNamePluralNATSPLN"
msgid "Natural Splines"
msgstr "Natuurlike krommes"
-#: strings.hrc:85
+#: include/svx/strings.hrc:81
msgctxt "STR_ObjNameSingulPERSPLN"
msgid "Periodic Spline"
msgstr "Periodieke kromme"
-#: strings.hrc:86
+#: include/svx/strings.hrc:82
msgctxt "STR_ObjNamePluralPERSPLN"
msgid "Periodic Splines"
msgstr "Periodieke krommes"
-#: strings.hrc:87
+#: include/svx/strings.hrc:83
msgctxt "STR_ObjNameSingulTEXT"
msgid "Text Frame"
msgstr "Teksraam"
-#: strings.hrc:88
+#: include/svx/strings.hrc:84
msgctxt "STR_ObjNamePluralTEXT"
msgid "Text Frame"
msgstr "Teksraam"
-#: strings.hrc:89
+#: include/svx/strings.hrc:85
msgctxt "STR_ObjNameSingulTEXTLNK"
msgid "Linked text frame"
msgstr "Gekoppelde teksraam"
-#: strings.hrc:90
+#: include/svx/strings.hrc:86
msgctxt "STR_ObjNamePluralTEXTLNK"
msgid "Linked text frames"
msgstr "Gekoppelde teksrame"
-#: strings.hrc:91
+#: include/svx/strings.hrc:87
msgctxt "STR_ObjNameSingulTITLETEXT"
msgid "Title text"
msgstr "Opskrifteks"
-#: strings.hrc:92
+#: include/svx/strings.hrc:88
msgctxt "STR_ObjNamePluralTITLETEXT"
msgid "Title texts"
msgstr "Opskriftekste"
-#: strings.hrc:93
+#: include/svx/strings.hrc:89
msgctxt "STR_ObjNameSingulOUTLINETEXT"
msgid "Outline Text"
msgstr "Raamwerkteks"
-#: strings.hrc:94
+#: include/svx/strings.hrc:90
msgctxt "STR_ObjNamePluralOUTLINETEXT"
msgid "Outline Texts"
msgstr "Raamwerktekste"
-#: strings.hrc:95
+#: include/svx/strings.hrc:91
msgctxt "STR_ObjNameSingulGRAF"
msgid "Image"
msgstr "Beeld"
-#: strings.hrc:96
+#: include/svx/strings.hrc:92
msgctxt "STR_ObjNamePluralGRAF"
msgid "Images"
msgstr "Beelde"
-#: strings.hrc:97
+#: include/svx/strings.hrc:93
msgctxt "STR_ObjNameSingulGRAFLNK"
msgid "Linked image"
msgstr ""
-#: strings.hrc:98
+#: include/svx/strings.hrc:94
msgctxt "STR_ObjNamePluralGRAFLNK"
msgid "Linked images"
msgstr ""
-#: strings.hrc:99
+#: include/svx/strings.hrc:95
msgctxt "STR_ObjNameSingulGRAFNONE"
msgid "Blank image object"
msgstr ""
-#: strings.hrc:100
+#: include/svx/strings.hrc:96
msgctxt "STR_ObjNamePluralGRAFNONE"
msgid "Blank image objects"
msgstr ""
-#: strings.hrc:101
+#: include/svx/strings.hrc:97
msgctxt "STR_ObjNameSingulGRAFNONELNK"
msgid "Blank linked image"
msgstr ""
-#: strings.hrc:102
+#: include/svx/strings.hrc:98
msgctxt "STR_ObjNamePluralGRAFNONELNK"
msgid "Blank linked images"
msgstr ""
-#: strings.hrc:103
+#: include/svx/strings.hrc:99
msgctxt "STR_ObjNameSingulGRAFMTF"
msgid "Metafile"
msgstr "Metalêer"
-#: strings.hrc:104
+#: include/svx/strings.hrc:100
msgctxt "STR_ObjNamePluralGRAFMTF"
msgid "Metafiles"
msgstr "Metalêers"
-#: strings.hrc:105
+#: include/svx/strings.hrc:101
msgctxt "STR_ObjNameSingulGRAFMTFLNK"
msgid "Linked Metafile"
msgstr "Gekoppelde metalêer"
-#: strings.hrc:106
+#: include/svx/strings.hrc:102
msgctxt "STR_ObjNamePluralGRAFMTFLNK"
msgid "Linked Metafiles"
msgstr "Gekoppelde metalêers"
-#: strings.hrc:107
+#: include/svx/strings.hrc:103
msgctxt "STR_ObjNameSingulGRAFBMP"
msgid "Image"
msgstr "Beeld"
-#: strings.hrc:108
+#: include/svx/strings.hrc:104
#, fuzzy
msgctxt "STR_ObjNameSingulGRAFBMPTRANS"
msgid "Image with transparency"
msgstr "Biskaarte met deursigtigheid"
-#: strings.hrc:109
+#: include/svx/strings.hrc:105
msgctxt "STR_ObjNameSingulGRAFBMPLNK"
msgid "Linked Image"
msgstr ""
-#: strings.hrc:110
+#: include/svx/strings.hrc:106
#, fuzzy
msgctxt "STR_ObjNameSingulGRAFBMPTRANSLNK"
msgid "Linked image with transparency"
msgstr "Gekoppelde biskaarte met deursigtigheid"
-#: strings.hrc:111
+#: include/svx/strings.hrc:107
msgctxt "STR_ObjNamePluralGRAFBMP"
msgid "Images"
msgstr "Beelde"
-#: strings.hrc:112
+#: include/svx/strings.hrc:108
#, fuzzy
msgctxt "STR_ObjNamePluralGRAFBMPTRANS"
msgid "Images with transparency"
msgstr "Biskaarte met deursigtigheid"
-#: strings.hrc:113
+#: include/svx/strings.hrc:109
msgctxt "STR_ObjNamePluralGRAFBMPLNK"
msgid "Linked images"
msgstr ""
-#: strings.hrc:114
+#: include/svx/strings.hrc:110
#, fuzzy
msgctxt "STR_ObjNamePluralGRAFBMPTRANSLNK"
msgid "Linked images with transparency"
msgstr "Gekoppelde biskaarte met deursigtigheid"
-#: strings.hrc:115
+#: include/svx/strings.hrc:111
msgctxt "STR_ObjNameSingulCUSTOMSHAPE"
msgid "Shape"
msgstr "Vorm"
-#: strings.hrc:116
+#: include/svx/strings.hrc:112
msgctxt "STR_ObjNamePluralCUSTOMSHAPE"
msgid "Shapes"
msgstr "Vorms"
-#: strings.hrc:117
+#: include/svx/strings.hrc:113
msgctxt "STR_ObjNameSingulGRAFSVG"
msgid "SVG"
msgstr ""
-#: strings.hrc:118
+#: include/svx/strings.hrc:114
msgctxt "STR_ObjNamePluralGRAFSVG"
msgid "SVGs"
msgstr ""
-#: strings.hrc:119
+#: include/svx/strings.hrc:115
msgctxt "STR_ObjNameSingulGRAFWMF"
msgid "WMF"
msgstr ""
-#: strings.hrc:120
+#: include/svx/strings.hrc:116
msgctxt "STR_ObjNamePluralGRAFWMF"
msgid "WMFs"
msgstr ""
-#: strings.hrc:121
+#: include/svx/strings.hrc:117
msgctxt "STR_ObjNameSingulGRAFEMF"
msgid "EMF"
msgstr ""
-#: strings.hrc:122
+#: include/svx/strings.hrc:118
msgctxt "STR_ObjNamePluralGRAFEMF"
msgid "EMFs"
msgstr ""
-#: strings.hrc:123
+#: include/svx/strings.hrc:119
msgctxt "STR_ObjNameSingulOLE2"
msgid "embedded object (OLE)"
msgstr "ingebedde objek (OLE)"
-#: strings.hrc:124
+#: include/svx/strings.hrc:120
msgctxt "STR_ObjNamePluralOLE2"
msgid "Embedded objects (OLE)"
msgstr "Ingebedde objekte (OLE)"
-#: strings.hrc:125
+#: include/svx/strings.hrc:121
msgctxt "STR_ObjNameSingulUno"
msgid "Control"
msgstr "Beheer"
-#: strings.hrc:126
+#: include/svx/strings.hrc:122
msgctxt "STR_ObjNamePluralUno"
msgid "Controls"
msgstr "Kontroles"
-#: strings.hrc:127
+#: include/svx/strings.hrc:123
msgctxt "STR_ObjNameSingulFrame"
msgid "Frame"
msgstr "Raam"
-#: strings.hrc:128
+#: include/svx/strings.hrc:124
msgctxt "STR_ObjNamePluralFrame"
msgid "Frames"
msgstr "Rame"
-#: strings.hrc:129
+#: include/svx/strings.hrc:125
msgctxt "STR_ObjNameSingulEDGE"
msgid "Object Connectors"
msgstr "Objekverbinders"
-#: strings.hrc:130
+#: include/svx/strings.hrc:126
msgctxt "STR_ObjNamePluralEDGE"
msgid "Object Connectors"
msgstr "Objekverbinders"
-#: strings.hrc:131
+#: include/svx/strings.hrc:127
msgctxt "STR_ObjNameSingulCAPTION"
msgid "Callout"
msgstr "Uitroep"
-#: strings.hrc:132
+#: include/svx/strings.hrc:128
msgctxt "STR_ObjNamePluralCAPTION"
msgid "Callouts"
msgstr "Uitroepe"
-#: strings.hrc:133
+#: include/svx/strings.hrc:129
msgctxt "STR_ObjNameSingulPAGE"
msgid "Preview object"
msgstr "Voorskou objek"
-#: strings.hrc:134
+#: include/svx/strings.hrc:130
msgctxt "STR_ObjNamePluralPAGE"
msgid "Preview objects"
msgstr "Voorskou objekte"
-#: strings.hrc:135
+#: include/svx/strings.hrc:131
msgctxt "STR_ObjNameSingulMEASURE"
msgid "Dimension line"
msgstr "Dimensielyn"
-#: strings.hrc:136
+#: include/svx/strings.hrc:132
msgctxt "STR_ObjNamePluralMEASURE"
msgid "Dimensioning objects"
msgstr "Dimensionering van objekte"
-#: strings.hrc:137
+#: include/svx/strings.hrc:133
msgctxt "STR_ObjNamePlural"
msgid "Drawing objects"
msgstr "Tekenobjekte"
-#: strings.hrc:138
+#: include/svx/strings.hrc:134
msgctxt "STR_ObjNameNoObj"
msgid "No draw object"
msgstr "Geen tekenobjek"
-#: strings.hrc:139
+#: include/svx/strings.hrc:135
#, fuzzy
msgctxt "STR_ObjNameSingulPlural"
msgid "Draw object(s)"
msgstr "tekenobjek(te)"
-#: strings.hrc:140
+#: include/svx/strings.hrc:136
msgctxt "STR_ObjNameSingulCube3d"
msgid "3D cube"
msgstr "3-D-kubus"
-#: strings.hrc:141
+#: include/svx/strings.hrc:137
msgctxt "STR_ObjNamePluralCube3d"
msgid "3D cubes"
msgstr "3-D-kubusse"
-#: strings.hrc:142
+#: include/svx/strings.hrc:138
msgctxt "STR_ObjNameSingulExtrude3d"
msgid "Extrusion object"
msgstr "Ekstrusieobjek"
-#: strings.hrc:143
+#: include/svx/strings.hrc:139
msgctxt "STR_ObjNamePluralExtrude3d"
msgid "Extrusion objects"
msgstr "Ekstrusieobjekte"
-#: strings.hrc:144
+#: include/svx/strings.hrc:140
#, fuzzy
msgctxt "STR_ObjNameSingulLathe3d"
msgid "Rotation object"
msgstr "rotasieobjek"
-#: strings.hrc:145
+#: include/svx/strings.hrc:141
#, fuzzy
msgctxt "STR_ObjNamePluralLathe3d"
msgid "Rotation objects"
msgstr "rotasieobjekte"
-#: strings.hrc:146
+#: include/svx/strings.hrc:142
msgctxt "STR_ObjNameSingulObj3d"
msgid "3D object"
msgstr "3-D-objek"
-#: strings.hrc:147
+#: include/svx/strings.hrc:143
msgctxt "STR_ObjNamePluralObj3d"
msgid "3D objects"
msgstr "3-D-objekte"
-#: strings.hrc:148
+#: include/svx/strings.hrc:144
msgctxt "STR_ObjNameSingulScene3d"
msgid "3D scene"
msgstr "3-D-toneel"
-#: strings.hrc:149
+#: include/svx/strings.hrc:145
msgctxt "STR_ObjNamePluralScene3d"
msgid "3D scenes"
msgstr "3-D-tonele"
-#: strings.hrc:150
+#: include/svx/strings.hrc:146
#, fuzzy
msgctxt "STR_ObjNameSingulSphere3d"
msgid "Sphere"
msgstr "sfeer"
-#: strings.hrc:151
+#: include/svx/strings.hrc:147
#, fuzzy
msgctxt "STR_ObjNamePluralSphere3d"
msgid "Spheres"
msgstr "sfere"
-#: strings.hrc:152
+#: include/svx/strings.hrc:148
msgctxt "STR_EditWithCopy"
msgid "with copy"
msgstr "met kopie"
-#: strings.hrc:153
+#: include/svx/strings.hrc:149
msgctxt "STR_EditPosSize"
msgid "Set position and size for %1"
msgstr "Stel posisie en grootte vir %1"
-#: strings.hrc:154
+#: include/svx/strings.hrc:150
msgctxt "STR_EditDelete"
msgid "Delete %1"
msgstr "Skrap %1"
-#: strings.hrc:155
+#: include/svx/strings.hrc:151
msgctxt "STR_EditMovToTop"
msgid "Move %1 forward"
msgstr "Skuif %1 vorentoe"
-#: strings.hrc:156
+#: include/svx/strings.hrc:152
msgctxt "STR_EditMovToBtm"
msgid "Move %1 further back"
msgstr "Skuif %1 verder terug"
-#: strings.hrc:157
+#: include/svx/strings.hrc:153
msgctxt "STR_EditPutToTop"
msgid "Move %1 to front"
msgstr "Skuif %1 na vore"
-#: strings.hrc:158
+#: include/svx/strings.hrc:154
msgctxt "STR_EditPutToBtm"
msgid "Move %1 to back"
msgstr "Skuif %1 na agter"
-#: strings.hrc:159
+#: include/svx/strings.hrc:155
msgctxt "STR_EditRevOrder"
msgid "Reverse order of %1"
msgstr "Keer volgorde van %1 om"
-#: strings.hrc:160
+#: include/svx/strings.hrc:156
msgctxt "STR_EditMove"
msgid "Move %1"
msgstr "Skuif %1"
-#: strings.hrc:161
+#: include/svx/strings.hrc:157
msgctxt "STR_EditResize"
msgid "Resize %1"
msgstr "Skaleer %1"
-#: strings.hrc:162
+#: include/svx/strings.hrc:158
msgctxt "STR_EditRotate"
msgid "Rotate %1"
msgstr "Draai %1"
-#: strings.hrc:163
+#: include/svx/strings.hrc:159
msgctxt "STR_EditMirrorHori"
msgid "Flip %1 horizontal"
msgstr "Keer %1 horisontaal om"
-#: strings.hrc:164
+#: include/svx/strings.hrc:160
msgctxt "STR_EditMirrorVert"
msgid "Flip %1 vertical"
msgstr "Keer %1 vertikaal om"
-#: strings.hrc:165
+#: include/svx/strings.hrc:161
msgctxt "STR_EditMirrorDiag"
msgid "Flip %1 diagonal"
msgstr "Keer %1 diagonaal om"
-#: strings.hrc:166
+#: include/svx/strings.hrc:162
msgctxt "STR_EditMirrorFree"
msgid "Flip %1 freehand"
msgstr "Keer %1 vryhand om"
-#: strings.hrc:167
+#: include/svx/strings.hrc:163
msgctxt "STR_EditShear"
msgid "Distort %1 (slant)"
msgstr "Vervorm %1 (skuins)"
-#: strings.hrc:168
+#: include/svx/strings.hrc:164
msgctxt "STR_EditCrook"
msgid "Arrange %1 in circle"
msgstr "Rangskik %1 in sirkel"
-#: strings.hrc:169
+#: include/svx/strings.hrc:165
msgctxt "STR_EditCrookContortion"
msgid "Curve %1 in circle"
msgstr "Kurwe %1 in sirkel"
-#: strings.hrc:170
+#: include/svx/strings.hrc:166
msgctxt "STR_EditDistort"
msgid "Distort %1"
msgstr "Verwring %1"
-#: strings.hrc:171
+#: include/svx/strings.hrc:167
msgctxt "STR_EditRipUp"
msgid "Undo %1"
msgstr "Ontdoen %1"
-#: strings.hrc:172
+#: include/svx/strings.hrc:168
msgctxt "STR_EditSetPointsSmooth"
msgid "Modify bézier properties of %1"
msgstr "Wysig bézier-kenmerke van %1"
-#: strings.hrc:173
+#: include/svx/strings.hrc:169
msgctxt "STR_EditSetSegmentsKind"
msgid "Modify bézier properties of %1"
msgstr "Wysig bézier-kenmerke van %1"
-#: strings.hrc:174
+#: include/svx/strings.hrc:170
msgctxt "STR_EditSetGlueEscDir"
msgid "Set exit direction for %1"
msgstr "Stel uitgangsrigting vir %1"
-#: strings.hrc:175
+#: include/svx/strings.hrc:171
msgctxt "STR_EditSetGluePercent"
msgid "Set relative attribute at %1"
msgstr "Stel relatiewe attribuut op %1"
-#: strings.hrc:176
+#: include/svx/strings.hrc:172
msgctxt "STR_EditSetGlueAlign"
msgid "Set reference point for %1"
msgstr "Stel verwysingspunt vir %1"
-#: strings.hrc:177
+#: include/svx/strings.hrc:173
msgctxt "STR_EditGroup"
msgid "Group %1"
msgstr "Groepeer %1"
-#: strings.hrc:178
+#: include/svx/strings.hrc:174
msgctxt "STR_EditUngroup"
msgid "Ungroup %1"
msgstr "Ontgroepeer %1"
-#: strings.hrc:179
+#: include/svx/strings.hrc:175
msgctxt "STR_EditSetAttributes"
msgid "Apply attributes to %1"
msgstr "Pas attribute op %1 toe"
-#: strings.hrc:180
+#: include/svx/strings.hrc:176
msgctxt "STR_EditSetStylesheet"
msgid "Apply Styles to %1"
msgstr "Pas style op %1 toe"
-#: strings.hrc:181
+#: include/svx/strings.hrc:177
msgctxt "STR_EditDelStylesheet"
msgid "Remove Style from %1"
msgstr "Verwyder styl van %1"
-#: strings.hrc:182
+#: include/svx/strings.hrc:178
msgctxt "STR_EditConvToPoly"
msgid "Convert %1 to polygon"
msgstr "Omskep %1 in veelhoek"
-#: strings.hrc:183
+#: include/svx/strings.hrc:179
msgctxt "STR_EditConvToPolys"
msgid "Convert %1 to polygons"
msgstr "Omskep %1 in veelhoeke"
-#: strings.hrc:184
+#: include/svx/strings.hrc:180
msgctxt "STR_EditConvToCurve"
msgid "Convert %1 to curve"
msgstr "Omskep %1 in kromme"
-#: strings.hrc:185
+#: include/svx/strings.hrc:181
msgctxt "STR_EditConvToCurves"
msgid "Convert %1 to curves"
msgstr "Omskep %1 in krommes"
-#: strings.hrc:186
+#: include/svx/strings.hrc:182
msgctxt "STR_EditConvToContour"
msgid "Convert %1 to contour"
msgstr "Omskep %1 in kontoer"
-#: strings.hrc:187
+#: include/svx/strings.hrc:183
msgctxt "STR_EditConvToContours"
msgid "Convert %1 to contours"
msgstr "Omskep %1 in kontoere"
-#: strings.hrc:188
+#: include/svx/strings.hrc:184
msgctxt "STR_EditAlign"
msgid "Align %1"
msgstr "Belyn %1"
-#: strings.hrc:189
+#: include/svx/strings.hrc:185
msgctxt "STR_EditAlignVTop"
msgid "Align %1 to top"
msgstr "Belyn %1 met bokant"
-#: strings.hrc:190
+#: include/svx/strings.hrc:186
msgctxt "STR_EditAlignVBottom"
msgid "Align %1 to bottom"
msgstr "Belyn %1 met onderkant"
-#: strings.hrc:191
+#: include/svx/strings.hrc:187
msgctxt "STR_EditAlignVCenter"
msgid "Horizontally center %1"
msgstr "Sentreer %1 horisontaal"
-#: strings.hrc:192
+#: include/svx/strings.hrc:188
msgctxt "STR_EditAlignHLeft"
msgid "Align %1 to left"
msgstr "Belyn %1 na links"
-#: strings.hrc:193
+#: include/svx/strings.hrc:189
msgctxt "STR_EditAlignHRight"
msgid "Align %1 to right"
msgstr "Belyn %1 na regs"
-#: strings.hrc:194
+#: include/svx/strings.hrc:190
msgctxt "STR_EditAlignHCenter"
msgid "Vertically center %1"
msgstr "Sentreer %1 vertikaal"
-#: strings.hrc:195
+#: include/svx/strings.hrc:191
msgctxt "STR_EditAlignCenter"
msgid "Center %1"
msgstr "Sentreer %1"
-#: strings.hrc:196
+#: include/svx/strings.hrc:192
msgctxt "STR_EditTransform"
msgid "Transform %1"
msgstr "Omvorm %1"
-#: strings.hrc:197
+#: include/svx/strings.hrc:193
msgctxt "STR_EditCombine_PolyPoly"
msgid "Combine %1"
msgstr "Kombineer %1"
-#: strings.hrc:198
+#: include/svx/strings.hrc:194
msgctxt "STR_EditMergeMergePoly"
msgid "Merge %1"
msgstr "Voeg %1 saam"
-#: strings.hrc:199
+#: include/svx/strings.hrc:195
msgctxt "STR_EditMergeSubstractPoly"
msgid "Subtract %1"
msgstr "Trek %1 af"
-#: strings.hrc:200
+#: include/svx/strings.hrc:196
msgctxt "STR_EditMergeIntersectPoly"
msgid "Intersect %1"
msgstr "Sny %1"
-#: strings.hrc:201
+#: include/svx/strings.hrc:197
msgctxt "STR_DistributeMarkedObjects"
msgid "Distribute selected objects"
msgstr "Versprei geselekteerde objekte"
-#: strings.hrc:202
+#: include/svx/strings.hrc:198
msgctxt "STR_EqualizeWidthMarkedObjects"
msgid "Equalize Width %1"
msgstr ""
-#: strings.hrc:203
+#: include/svx/strings.hrc:199
msgctxt "STR_EqualizeHeightMarkedObjects"
msgid "Equalize Height %1"
msgstr ""
-#: strings.hrc:204
+#: include/svx/strings.hrc:200
msgctxt "STR_EditCombine_OnePoly"
msgid "Combine %1"
msgstr "Kombineer %1"
-#: strings.hrc:205
+#: include/svx/strings.hrc:201
msgctxt "STR_EditDismantle_Polys"
msgid "Split %1"
msgstr "Verdeel %1"
-#: strings.hrc:206
+#: include/svx/strings.hrc:202
msgctxt "STR_EditDismantle_Lines"
msgid "Split %1"
msgstr "Verdeel %1"
-#: strings.hrc:207
+#: include/svx/strings.hrc:203
msgctxt "STR_EditImportMtf"
msgid "Split %1"
msgstr "Verdeel %1"
-#: strings.hrc:208
+#: include/svx/strings.hrc:204
msgctxt "STR_ExchangePaste"
msgid "Insert object(s)"
msgstr "Voeg objek(te) in"
-#: strings.hrc:209
+#: include/svx/strings.hrc:205
msgctxt "STR_DragInsertPoint"
msgid "Insert point to %1"
msgstr "Voeg punt by %1 in"
-#: strings.hrc:210
+#: include/svx/strings.hrc:206
msgctxt "STR_DragInsertGluePoint"
msgid "Insert glue point to %1"
msgstr "Voeg plakpunt by %1 in"
-#: strings.hrc:211
+#: include/svx/strings.hrc:207
msgctxt "STR_DragMethMovHdl"
msgid "Move reference-point"
msgstr "Skuif verwysingspunt"
-#: strings.hrc:212
+#: include/svx/strings.hrc:208
msgctxt "STR_DragMethObjOwn"
msgid "Geometrically change %1"
msgstr "Verander %1 geometries"
-#: strings.hrc:213
+#: include/svx/strings.hrc:209
msgctxt "STR_DragMethMove"
msgid "Move %1"
msgstr "Skuif %1"
-#: strings.hrc:214
+#: include/svx/strings.hrc:210
msgctxt "STR_DragMethResize"
msgid "Resize %1"
msgstr "Skaleer %1"
-#: strings.hrc:215
+#: include/svx/strings.hrc:211
msgctxt "STR_DragMethRotate"
msgid "Rotate %1"
msgstr "Draai %1"
-#: strings.hrc:216
+#: include/svx/strings.hrc:212
msgctxt "STR_DragMethMirrorHori"
msgid "Flip %1 horizontal"
msgstr "Keer %1 horisontaal om"
-#: strings.hrc:217
+#: include/svx/strings.hrc:213
msgctxt "STR_DragMethMirrorVert"
msgid "Flip %1 vertical"
msgstr "Keer %1 vertikaal om"
-#: strings.hrc:218
+#: include/svx/strings.hrc:214
msgctxt "STR_DragMethMirrorDiag"
msgid "Flip %1 diagonal"
msgstr "Keer %1 diagonaal om"
-#: strings.hrc:219
+#: include/svx/strings.hrc:215
msgctxt "STR_DragMethMirrorFree"
msgid "Flip %1 freehand"
msgstr "Keer %1 vryhand om"
-#: strings.hrc:220
+#: include/svx/strings.hrc:216
msgctxt "STR_DragMethGradient"
msgid "Interactive gradient for %1"
msgstr "Interaktiewe gradiënt vir %1"
-#: strings.hrc:221
+#: include/svx/strings.hrc:217
msgctxt "STR_DragMethTransparence"
msgid "Interactive transparency for %1"
msgstr "Interaktiewe deursigtigheid vir %1"
-#: strings.hrc:222
+#: include/svx/strings.hrc:218
msgctxt "STR_DragMethShear"
msgid "Distort %1 (slant)"
msgstr "Vervorm %1 (skuins)"
-#: strings.hrc:223
+#: include/svx/strings.hrc:219
msgctxt "STR_DragMethCrook"
msgid "Arrange %1 in circle"
msgstr "Rangskik %1 in sirkel"
-#: strings.hrc:224
+#: include/svx/strings.hrc:220
msgctxt "STR_DragMethCrookContortion"
msgid "Curve %1 in circle"
msgstr "Kurwe %1 in sirkel"
-#: strings.hrc:225
+#: include/svx/strings.hrc:221
msgctxt "STR_DragMethDistort"
msgid "Distort %1"
msgstr "Verwring %1"
-#: strings.hrc:226
+#: include/svx/strings.hrc:222
#, fuzzy
msgctxt "STR_DragMethCrop"
msgid "Crop %1"
msgstr "Groepeer %1"
-#: strings.hrc:227
+#: include/svx/strings.hrc:223
msgctxt "STR_DragRectEckRad"
msgid "Alter radius by %1"
msgstr "Verander radius met %1"
-#: strings.hrc:228
+#: include/svx/strings.hrc:224
msgctxt "STR_DragPathObj"
msgid "Change %1"
msgstr "Verander %1"
-#: strings.hrc:229
+#: include/svx/strings.hrc:225
msgctxt "STR_DragRectResize"
msgid "Resize %1"
msgstr "Skaleer %1"
-#: strings.hrc:230
+#: include/svx/strings.hrc:226
msgctxt "STR_DragCaptFram"
msgid "Move %1"
msgstr "Skuif %1"
-#: strings.hrc:231
+#: include/svx/strings.hrc:227
msgctxt "STR_DragCaptTail"
msgid "Move end point of %1"
msgstr "Skuif eindpunt van %1"
-#: strings.hrc:232
+#: include/svx/strings.hrc:228
msgctxt "STR_DragCircAngle"
msgid "Adjust angle by %1"
msgstr "Verstel hoek met %1"
-#: strings.hrc:233
+#: include/svx/strings.hrc:229
msgctxt "STR_DragEdgeTail"
msgid "Change %1"
msgstr "Verander %1"
-#: strings.hrc:234
+#: include/svx/strings.hrc:230
msgctxt "STR_ViewTextEdit"
msgid "TextEdit: Paragraph %1, Row %2, Column %3"
msgstr "TeksRedigeer: Paragraaf %1, ry %2, kolom %3"
-#: strings.hrc:235
+#: include/svx/strings.hrc:231
msgctxt "STR_ViewMarked"
msgid "%1 selected"
msgstr "%1 gekies"
-#: strings.hrc:236
+#: include/svx/strings.hrc:232
msgctxt "STR_ViewMarkedPoint"
msgid "Point from %1"
msgstr "Punt vanaf %1"
-#: strings.hrc:237
+#: include/svx/strings.hrc:233
msgctxt "STR_ViewMarkedPoints"
msgid "%2 points from %1"
msgstr "%2 punte vanaf %1"
-#: strings.hrc:238
+#: include/svx/strings.hrc:234
msgctxt "STR_ViewMarkedGluePoint"
msgid "Glue point from %1"
msgstr "Plakpunt vanaf %1"
-#: strings.hrc:239
+#: include/svx/strings.hrc:235
msgctxt "STR_ViewMarkedGluePoints"
msgid "%2 glue points from %1"
msgstr "%2 plakpunte vanaf %1"
-#: strings.hrc:240
+#: include/svx/strings.hrc:236
msgctxt "STR_ViewMarkObjs"
msgid "Mark objects"
msgstr "Merk objekte"
-#: strings.hrc:241
+#: include/svx/strings.hrc:237
msgctxt "STR_ViewMarkMoreObjs"
msgid "Mark additional objects"
msgstr "Merk bykomende objekte"
-#: strings.hrc:242
+#: include/svx/strings.hrc:238
msgctxt "STR_ViewMarkPoints"
msgid "Mark points"
msgstr "Merk punte"
-#: strings.hrc:243
+#: include/svx/strings.hrc:239
msgctxt "STR_ViewMarkMorePoints"
msgid "Mark additional points"
msgstr "Merk bykomende punte"
-#: strings.hrc:244
+#: include/svx/strings.hrc:240
msgctxt "STR_ViewMarkGluePoints"
msgid "Mark glue points"
msgstr "Merk plakpunte"
-#: strings.hrc:245
+#: include/svx/strings.hrc:241
msgctxt "STR_ViewMarkMoreGluePoints"
msgid "Mark additional glue points"
msgstr "Merk bykomende plakpunte"
-#: strings.hrc:246
+#: include/svx/strings.hrc:242
msgctxt "STR_ViewCreateObj"
msgid "Create %1"
msgstr "Skep %1"
-#: strings.hrc:247
+#: include/svx/strings.hrc:243
msgctxt "STR_UndoInsertObj"
msgid "Insert %1"
msgstr "Voeg %1 in"
-#: strings.hrc:248
+#: include/svx/strings.hrc:244
msgctxt "STR_UndoCopyObj"
msgid "Copy %1"
msgstr "Kopieer %1"
-#: strings.hrc:249
+#: include/svx/strings.hrc:245
msgctxt "STR_UndoObjOrdNum"
msgid "Change object order of %1"
msgstr "Verander objekvolgorde van %1"
-#: strings.hrc:250
+#: include/svx/strings.hrc:246
msgctxt "STR_UndoObjSetText"
msgid "Edit text of %1"
msgstr "Redigeer teks van %1"
-#: strings.hrc:251
+#: include/svx/strings.hrc:247
msgctxt "STR_UndoNewPage"
msgid "Insert page"
msgstr "Voeg bladsy in"
-#: strings.hrc:252
+#: include/svx/strings.hrc:248
msgctxt "STR_UndoDelPage"
msgid "Delete page"
msgstr "Skrap bladsy"
-#: strings.hrc:253
+#: include/svx/strings.hrc:249
msgctxt "STR_UndoCopPage"
msgid "Copy page"
msgstr "Kopieer bladsy"
-#: strings.hrc:254
+#: include/svx/strings.hrc:250
msgctxt "STR_UndoMovPage"
msgid "Change order of pages"
msgstr "Verander bladsyorde"
-#: strings.hrc:255
+#: include/svx/strings.hrc:251
msgctxt "STR_UndoDelPageMasterDscr"
msgid "Clear background page assignment"
msgstr "Verwyder toewysing van agtergrondbladsy"
-#: strings.hrc:256
+#: include/svx/strings.hrc:252
msgctxt "STR_UndoChgPageMasterDscr"
msgid "Change background page assignment"
msgstr "Verander toewysing van agtergrondbladsy"
-#: strings.hrc:257
+#: include/svx/strings.hrc:253
msgctxt "STR_UndoMergeModel"
msgid "Insert document"
msgstr "Voeg dokument in"
-#: strings.hrc:258
+#: include/svx/strings.hrc:254
msgctxt "STR_UndoNewLayer"
msgid "Insert Layer"
msgstr "Voeg laag in"
-#: strings.hrc:259
+#: include/svx/strings.hrc:255
msgctxt "STR_UndoDelLayer"
msgid "Delete layer"
msgstr "Skrap laag"
-#: strings.hrc:260
+#: include/svx/strings.hrc:256
msgctxt "STR_UndoMovLayer"
msgid "Change order of layers"
msgstr "Verander laagorde"
#. Undo/Redo for setting object's name (#i73249#)
-#: strings.hrc:262
+#: include/svx/strings.hrc:258
msgctxt "STR_UndoObjName"
msgid "Change object name of %1 to"
msgstr "Verander objeknaam van %1 na"
-#: strings.hrc:263
+#: include/svx/strings.hrc:259
msgctxt "STR_UndoObjTitle"
msgid "Change object title of %1"
msgstr "Verander objektitel van %1"
-#: strings.hrc:264
+#: include/svx/strings.hrc:260
msgctxt "STR_UndoObjDescription"
msgid "Change object description of %1"
msgstr "Verander objekbeskrywing van %1"
-#: strings.hrc:265
+#: include/svx/strings.hrc:261
msgctxt "STR_StandardLayerName"
msgid "Standard"
msgstr "Standaard"
-#: strings.hrc:266
+#: include/svx/strings.hrc:262
msgctxt "STR_ItemValON"
msgid "on"
msgstr "aan"
-#: strings.hrc:267
+#: include/svx/strings.hrc:263
msgctxt "STR_ItemValOFF"
msgid "off"
msgstr "af"
-#: strings.hrc:268
+#: include/svx/strings.hrc:264
msgctxt "STR_ItemValYES"
msgid "yes"
msgstr "ja"
-#: strings.hrc:269
+#: include/svx/strings.hrc:265
msgctxt "STR_ItemValNO"
msgid "No"
msgstr "Nee"
-#: strings.hrc:270
+#: include/svx/strings.hrc:266
msgctxt "STR_ItemValCAPTIONTYPE1"
msgid "Type 1"
msgstr "Tipe 1"
-#: strings.hrc:271
+#: include/svx/strings.hrc:267
msgctxt "STR_ItemValCAPTIONTYPE2"
msgid "Type 2"
msgstr "Tipe 2"
-#: strings.hrc:272
+#: include/svx/strings.hrc:268
msgctxt "STR_ItemValCAPTIONTYPE3"
msgid "Type 3"
msgstr "Tipe 3"
-#: strings.hrc:273
+#: include/svx/strings.hrc:269
msgctxt "STR_ItemValCAPTIONTYPE4"
msgid "Type 4"
msgstr "Tipe 4"
-#: strings.hrc:274
+#: include/svx/strings.hrc:270
msgctxt "STR_ItemValCAPTIONESCHORI"
msgid "Horizontal"
msgstr "Horisontaal"
-#: strings.hrc:275
+#: include/svx/strings.hrc:271
msgctxt "STR_ItemValCAPTIONESCVERT"
msgid "Vertical"
msgstr "Vertikaal"
-#: strings.hrc:276
+#: include/svx/strings.hrc:272
msgctxt "STR_ItemValCAPTIONESCBESTFIT"
msgid "Automatic"
msgstr "Outomaties"
-#: strings.hrc:277
+#: include/svx/strings.hrc:273
msgctxt "STR_ItemValFITTOSIZENONE"
msgid "Off"
msgstr "Af"
-#: strings.hrc:278
+#: include/svx/strings.hrc:274
msgctxt "STR_ItemValFITTOSIZEPROP"
msgid "Proportional"
msgstr "Proporsioneel"
-#: strings.hrc:279
+#: include/svx/strings.hrc:275
msgctxt "STR_ItemValFITTOSIZEALLLINES"
msgid "Fit to size (all rows separately) "
msgstr "Pas aan by grootte (alle rye apart) "
-#: strings.hrc:280
+#: include/svx/strings.hrc:276
msgctxt "STR_ItemValFITTOSIZERESIZEAT"
msgid "Use hard attributes"
msgstr "Gebruik harde attribute"
-#: strings.hrc:281
+#: include/svx/strings.hrc:277
msgctxt "STR_ItemValTEXTVADJTOP"
msgid "Top"
msgstr "Bokant"
-#: strings.hrc:282
+#: include/svx/strings.hrc:278
msgctxt "STR_ItemValTEXTVADJCENTER"
msgid "Center"
msgstr "Sentreer"
-#: strings.hrc:283
+#: include/svx/strings.hrc:279
msgctxt "STR_ItemValTEXTVADJBOTTOM"
msgid "Bottom"
msgstr "Onderkant"
-#: strings.hrc:284
+#: include/svx/strings.hrc:280
msgctxt "STR_ItemValTEXTVADJBLOCK"
msgid "Use entire height"
msgstr "Gebruik volle hoogte"
-#: strings.hrc:285
+#: include/svx/strings.hrc:281
msgctxt "STR_ItemValTEXTVADJSTRETCH"
msgid "Stretched"
msgstr "Gerek"
-#: strings.hrc:286
+#: include/svx/strings.hrc:282
msgctxt "STR_ItemValTEXTHADJLEFT"
msgid "Left"
msgstr "Links"
-#: strings.hrc:287
+#: include/svx/strings.hrc:283
msgctxt "STR_ItemValTEXTHADJCENTER"
msgid "Center"
msgstr "Sentreer"
-#: strings.hrc:288
+#: include/svx/strings.hrc:284
msgctxt "STR_ItemValTEXTHADJRIGHT"
msgid "Right"
msgstr "Regs"
-#: strings.hrc:289
+#: include/svx/strings.hrc:285
msgctxt "STR_ItemValTEXTHADJBLOCK"
msgid "Use entire width"
msgstr "Gebruik volle breedte"
-#: strings.hrc:290
+#: include/svx/strings.hrc:286
msgctxt "STR_ItemValTEXTHADJSTRETCH"
msgid "Stretched"
msgstr "Gerek"
-#: strings.hrc:291
+#: include/svx/strings.hrc:287
msgctxt "STR_ItemValTEXTANI_NONE"
msgid "off"
msgstr "af"
-#: strings.hrc:292
+#: include/svx/strings.hrc:288
msgctxt "STR_ItemValTEXTANI_BLINK"
msgid "flash"
msgstr "flits"
-#: strings.hrc:293
+#: include/svx/strings.hrc:289
msgctxt "STR_ItemValTEXTANI_SCROLL"
msgid "Scroll Through"
msgstr "Rol deur"
-#: strings.hrc:294
+#: include/svx/strings.hrc:290
msgctxt "STR_ItemValTEXTANI_ALTERNATE"
msgid "alternating"
msgstr "afwisselend"
-#: strings.hrc:295
+#: include/svx/strings.hrc:291
msgctxt "STR_ItemValTEXTANI_SLIDE"
msgid "Scroll In"
msgstr "Rol in"
-#: strings.hrc:296
+#: include/svx/strings.hrc:292
msgctxt "STR_ItemValTEXTANI_LEFT"
msgid "left"
msgstr "links"
-#: strings.hrc:297
+#: include/svx/strings.hrc:293
msgctxt "STR_ItemValTEXTANI_UP"
msgid "up"
msgstr "op"
-#: strings.hrc:298
+#: include/svx/strings.hrc:294
msgctxt "STR_ItemValTEXTANI_RIGHT"
msgid "right"
msgstr "regs"
-#: strings.hrc:299
+#: include/svx/strings.hrc:295
msgctxt "STR_ItemValTEXTANI_DOWN"
msgid "down"
msgstr "af"
-#: strings.hrc:300
+#: include/svx/strings.hrc:296
msgctxt "STR_ItemValEDGE_ORTHOLINES"
msgid "Standard Connector"
msgstr "Standaard verbinder"
-#: strings.hrc:301
+#: include/svx/strings.hrc:297
msgctxt "STR_ItemValEDGE_THREELINES"
msgid "Line Connector"
msgstr "Lynverbinder"
-#: strings.hrc:302
+#: include/svx/strings.hrc:298
msgctxt "STR_ItemValEDGE_ONELINE"
msgid "Straight Connector"
msgstr "Reguit verbinder"
-#: strings.hrc:303
+#: include/svx/strings.hrc:299
msgctxt "STR_ItemValEDGE_BEZIER"
msgid "Curved Connector"
msgstr "Krom verbinder"
-#: strings.hrc:304
+#: include/svx/strings.hrc:300
msgctxt "STR_ItemValMEASURE_STD"
msgid "Standard"
msgstr "Standaard"
-#: strings.hrc:305
+#: include/svx/strings.hrc:301
msgctxt "STR_ItemValMEASURE_RADIUS"
msgid "Radius"
msgstr "Radius"
-#: strings.hrc:306
+#: include/svx/strings.hrc:302
msgctxt "STR_ItemValMEASURE_TEXTHAUTO"
msgid "automatic"
msgstr "outomaties"
-#: strings.hrc:307
+#: include/svx/strings.hrc:303
msgctxt "STR_ItemValMEASURE_TEXTLEFTOUTSIDE"
msgid "left outside"
msgstr "links buite"
-#: strings.hrc:308
+#: include/svx/strings.hrc:304
msgctxt "STR_ItemValMEASURE_TEXTINSIDE"
msgid "inside (centered)"
msgstr "binnekant (gesentreer)"
-#: strings.hrc:309
+#: include/svx/strings.hrc:305
msgctxt "STR_ItemValMEASURE_TEXTRIGHTOUTSID"
msgid "right outside"
msgstr "regs buite"
-#: strings.hrc:310
+#: include/svx/strings.hrc:306
msgctxt "STR_ItemValMEASURE_TEXTVAUTO"
msgid "automatic"
msgstr "outomaties"
-#: strings.hrc:311
+#: include/svx/strings.hrc:307
msgctxt "STR_ItemValMEASURE_ABOVE"
msgid "on the line"
msgstr "op die lyn"
-#: strings.hrc:312
+#: include/svx/strings.hrc:308
msgctxt "STR_ItemValMEASURETEXT_BREAKEDLINE"
msgid "broken line"
msgstr "gebroke lyn"
-#: strings.hrc:313
+#: include/svx/strings.hrc:309
msgctxt "STR_ItemValMEASURE_BELOW"
msgid "below the line"
msgstr "onder die lyn"
-#: strings.hrc:314
+#: include/svx/strings.hrc:310
msgctxt "STR_ItemValMEASURETEXT_VERTICALCEN"
msgid "centered"
msgstr "gesentreer"
-#: strings.hrc:315
+#: include/svx/strings.hrc:311
msgctxt "STR_ItemValCIRC_FULL"
msgid "full circle"
msgstr "volle sirkel"
-#: strings.hrc:316
+#: include/svx/strings.hrc:312
msgctxt "STR_ItemValCIRC_SECT"
msgid "Circle Pie"
msgstr "Ronde sektordiagram"
-#: strings.hrc:317
+#: include/svx/strings.hrc:313
msgctxt "STR_ItemValCIRC_CUT"
msgid "Circle segment"
msgstr "Sirkelsegment"
-#: strings.hrc:318
+#: include/svx/strings.hrc:314
msgctxt "STR_ItemValCIRC_ARC"
msgid "Arc"
msgstr "Boog"
#. Strings for the templates dialog
-#: strings.hrc:320
+#: include/svx/strings.hrc:316
msgctxt "SIP_UNKNOWN_ATTR"
msgid "Unknown attribute"
msgstr "Onbekende attribuut"
#. Strings for the templates dialog
-#: strings.hrc:322
+#: include/svx/strings.hrc:318
msgctxt "SIP_XA_LINESTYLE"
msgid "Line style"
msgstr "Lynstyl"
-#: strings.hrc:323
+#: include/svx/strings.hrc:319
msgctxt "SIP_XA_LINEDASH"
msgid "Line pattern"
msgstr "Lynpatroon"
-#: strings.hrc:324
+#: include/svx/strings.hrc:320
msgctxt "SIP_XA_LINEWIDTH"
msgid "Line width"
msgstr "Lynbreedte"
-#: strings.hrc:325
+#: include/svx/strings.hrc:321
msgctxt "SIP_XA_LINECOLOR"
msgid "Line color"
msgstr "Lynkleur"
-#: strings.hrc:326
+#: include/svx/strings.hrc:322
msgctxt "SIP_XA_LINESTART"
msgid "Line head"
msgstr "Lynkop"
-#: strings.hrc:327
+#: include/svx/strings.hrc:323
msgctxt "SIP_XA_LINEEND"
msgid "Line end"
msgstr "Lyn einde"
-#: strings.hrc:328
+#: include/svx/strings.hrc:324
msgctxt "SIP_XA_LINESTARTWIDTH"
msgid "Line head width"
msgstr "Breedte van lynkop"
-#: strings.hrc:329
+#: include/svx/strings.hrc:325
msgctxt "SIP_XA_LINEENDWIDTH"
msgid "Line end width"
msgstr "Breedte van lyn einde"
-#: strings.hrc:330
+#: include/svx/strings.hrc:326
msgctxt "SIP_XA_LINESTARTCENTER"
msgid "Center arrowhead"
msgstr "Sentreer pylpunt"
-#: strings.hrc:331
+#: include/svx/strings.hrc:327
msgctxt "SIP_XA_LINEENDCENTER"
msgid "Center arrowend"
msgstr "Sentreer pylveer"
-#: strings.hrc:332
+#: include/svx/strings.hrc:328
msgctxt "SIP_XA_LINETRANSPARENCE"
msgid "Line transparency"
msgstr "Lyndeursigtigheid"
-#: strings.hrc:333
+#: include/svx/strings.hrc:329
msgctxt "SIP_XA_LINEJOINT"
msgid "Line joint"
msgstr "Lynlas"
-#: strings.hrc:334
+#: include/svx/strings.hrc:330
msgctxt "SIP_XATTRSET_LINE"
msgid "Line attributes"
msgstr "Lynattribute"
-#: strings.hrc:335
+#: include/svx/strings.hrc:331
msgctxt "SIP_XA_FILLSTYLE"
msgid "Fill style"
msgstr "Invulstyl"
-#: strings.hrc:336
+#: include/svx/strings.hrc:332
msgctxt "SIP_XA_FILLCOLOR"
msgid "Fillcolor"
msgstr "Invulkleur"
-#: strings.hrc:337
+#: include/svx/strings.hrc:333
msgctxt "SIP_XA_FILLGRADIENT"
msgid "Gradient"
msgstr "Gradiënt"
-#: strings.hrc:338
+#: include/svx/strings.hrc:334
msgctxt "SIP_XA_FILLHATCH"
msgid "Hatching"
msgstr "Arsering"
-#: strings.hrc:339
+#: include/svx/strings.hrc:335
msgctxt "SIP_XA_FILLBITMAP"
msgid "Fillbitmap"
msgstr "Invulbiskaart"
-#: strings.hrc:340
+#: include/svx/strings.hrc:336
msgctxt "SIP_XA_FILLTRANSPARENCE"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: strings.hrc:341
+#: include/svx/strings.hrc:337
msgctxt "SIP_XA_GRADIENTSTEPCOUNT"
msgid "Number of gradient steps"
msgstr "Getal gradiëntstappe"
-#: strings.hrc:342
+#: include/svx/strings.hrc:338
msgctxt "SIP_XA_FILLBMP_TILE"
msgid "Tile fill"
msgstr "Teëlinvulling"
-#: strings.hrc:343
+#: include/svx/strings.hrc:339
msgctxt "SIP_XA_FILLBMP_POS"
msgid "Fillbitmap position"
msgstr "Posisie van invulbiskaart"
-#: strings.hrc:344
+#: include/svx/strings.hrc:340
msgctxt "SIP_XA_FILLBMP_SIZEX"
msgid "Fillbitmap width"
msgstr "Breedte van invulbiskaart"
-#: strings.hrc:345
+#: include/svx/strings.hrc:341
msgctxt "SIP_XA_FILLBMP_SIZEY"
msgid "Height of fillbitmap"
msgstr "Hoogte van invulbiskaart"
-#: strings.hrc:346
+#: include/svx/strings.hrc:342
msgctxt "SIP_XA_FILLFLOATTRANSPARENCE"
msgid "Transparent gradient"
msgstr "Deursigtige gradiënt"
-#: strings.hrc:347
+#: include/svx/strings.hrc:343
msgctxt "SIP_XA_SECONDARYFILLCOLOR"
msgid "Fill reserved for 2"
msgstr "Invulling gereserveer vir 2"
-#: strings.hrc:348
+#: include/svx/strings.hrc:344
msgctxt "SIP_XA_FILLBMP_SIZELOG"
msgid "Tile size not in %"
msgstr "Teëlgrootte nie in %"
-#: strings.hrc:349
+#: include/svx/strings.hrc:345
msgctxt "SIP_XA_FILLBMP_TILEOFFSETX"
msgid "Tile offset X in %"
msgstr "Teëlverplasing X in %"
-#: strings.hrc:350
+#: include/svx/strings.hrc:346
msgctxt "SIP_XA_FILLBMP_TILEOFFSETY"
msgid "Tile offset Y in %"
msgstr "Teëlverplasing Y in %"
-#: strings.hrc:351
+#: include/svx/strings.hrc:347
msgctxt "SIP_XA_FILLBMP_STRETCH"
msgid "Bitmap scaling"
msgstr "Biskaartskalering"
-#: strings.hrc:352
+#: include/svx/strings.hrc:348
msgctxt "SIP_XA_FILLBMP_POSOFFSETX"
msgid "Tile position X in %"
msgstr "Teëlposisie X in %"
-#: strings.hrc:353
+#: include/svx/strings.hrc:349
msgctxt "SIP_XA_FILLBMP_POSOFFSETY"
msgid "Tile position Y in %"
msgstr "Teëlposisie Y in %"
-#: strings.hrc:354
+#: include/svx/strings.hrc:350
msgctxt "SIP_XA_FILLBACKGROUND"
msgid "Background fill"
msgstr "Agtergrondinvulling"
-#: strings.hrc:355
+#: include/svx/strings.hrc:351
msgctxt "SIP_XATTRSET_FILL"
msgid "Area attributes"
msgstr "Area-attribute"
-#: strings.hrc:356
+#: include/svx/strings.hrc:352
msgctxt "SIP_XA_FORMTXTSTYLE"
msgid "Fontwork style"
msgstr "Fontwerkstyl"
-#: strings.hrc:357
+#: include/svx/strings.hrc:353
msgctxt "SIP_XA_FORMTXTADJUST"
msgid "Fontwork alignment"
msgstr "Fontwerk-belyning"
-#: strings.hrc:358
+#: include/svx/strings.hrc:354
msgctxt "SIP_XA_FORMTXTDISTANCE"
msgid "Fontwork spacing"
msgstr "Fontwerkspasiëring"
-#: strings.hrc:359
+#: include/svx/strings.hrc:355
msgctxt "SIP_XA_FORMTXTSTART"
msgid "Fontwork font begin"
msgstr "Fontwerk begin van font"
-#: strings.hrc:360
+#: include/svx/strings.hrc:356
msgctxt "SIP_XA_FORMTXTMIRROR"
msgid "Fontwork mirror"
msgstr "Fontwerkspieëlbeeld"
-#: strings.hrc:361
+#: include/svx/strings.hrc:357
msgctxt "SIP_XA_FORMTXTOUTLINE"
msgid "Fontwork outline"
msgstr "Fontwerkbuitelyn"
-#: strings.hrc:362
+#: include/svx/strings.hrc:358
msgctxt "SIP_XA_FORMTXTSHADOW"
msgid "Fontwork shadow"
msgstr "Fontwerkskaduwee"
-#: strings.hrc:363
+#: include/svx/strings.hrc:359
msgctxt "SIP_XA_FORMTXTSHDWCOLOR"
msgid "Fontwork shadow color"
msgstr "Fontwerkskaduweekleur"
-#: strings.hrc:364
+#: include/svx/strings.hrc:360
msgctxt "SIP_XA_FORMTXTSHDWXVAL"
msgid "Fontwork shadow offset X"
msgstr "Fontwerkskaduweeverplasing X"
-#: strings.hrc:365
+#: include/svx/strings.hrc:361
msgctxt "SIP_XA_FORMTXTSHDWYVAL"
msgid "Fontwork shadow offset Y"
msgstr "Fontwerkskaduweeverplasing Y"
-#: strings.hrc:366
+#: include/svx/strings.hrc:362
msgctxt "SIP_XA_FORMTXTHIDEFORM"
msgid "Hide fontwork outline"
msgstr "Versteek fontwerkbuitelyn"
-#: strings.hrc:367
+#: include/svx/strings.hrc:363
msgctxt "SIP_XA_FORMTXTSHDWTRANSP"
msgid "Fontwork shadow transparency"
msgstr "Fontwerkskaduweedeursigtigheid"
-#: strings.hrc:368
+#: include/svx/strings.hrc:364
msgctxt "SIP_SA_SHADOW"
msgid "Shadow"
msgstr "Skadu"
-#: strings.hrc:369
+#: include/svx/strings.hrc:365
msgctxt "SIP_SA_SHADOWCOLOR"
msgid "Shadow color"
msgstr "Skadukleur"
-#: strings.hrc:370
+#: include/svx/strings.hrc:366
msgctxt "SIP_SA_SHADOWXDIST"
msgid "Shadow spacing X"
msgstr "Skaduweespasiëring X"
-#: strings.hrc:371
+#: include/svx/strings.hrc:367
msgctxt "SIP_SA_SHADOWYDIST"
msgid "Shadow spacing Y"
msgstr "Skaduweespasiëring Y"
-#: strings.hrc:372
+#: include/svx/strings.hrc:368
msgctxt "SIP_SA_SHADOWTRANSPARENCE"
msgid "Shadow transparency"
msgstr "Skadudeursigtigheid"
-#: strings.hrc:373
+#: include/svx/strings.hrc:369
msgctxt "SIP_SA_SHADOW3D"
msgid "3D shadow"
msgstr "3-D-skadu"
-#: strings.hrc:374
+#: include/svx/strings.hrc:370
msgctxt "SIP_SA_SHADOWPERSP"
msgid "Perspective shadow"
msgstr "Perspektiefskadu"
-#: strings.hrc:375
+#: include/svx/strings.hrc:371
msgctxt "SIP_SA_CAPTIONTYPE"
msgid "Type of legend"
msgstr "Tipe legende"
-#: strings.hrc:376
+#: include/svx/strings.hrc:372
msgctxt "SIP_SA_CAPTIONFIXEDANGLE"
msgid "Fixed legend angle"
msgstr "Vaste legendehoek"
-#: strings.hrc:377
+#: include/svx/strings.hrc:373
msgctxt "SIP_SA_CAPTIONANGLE"
msgid "Legend angle"
msgstr "Legendehoek"
-#: strings.hrc:378
+#: include/svx/strings.hrc:374
msgctxt "SIP_SA_CAPTIONGAP"
msgid "Legend lines spacing"
msgstr "Spasiëring van legendelyne"
-#: strings.hrc:379
+#: include/svx/strings.hrc:375
msgctxt "SIP_SA_CAPTIONESCDIR"
msgid "Legend exit alignment"
msgstr "Uitgangsbelyning van legende"
-#: strings.hrc:380
+#: include/svx/strings.hrc:376
msgctxt "SIP_SA_CAPTIONESCISREL"
msgid "Relative exit legend"
msgstr "Relatiewe verlaatlegende"
-#: strings.hrc:381
+#: include/svx/strings.hrc:377
msgctxt "SIP_SA_CAPTIONESCREL"
msgid "Relative exit legend"
msgstr "Relatiewe verlaatlegende"
-#: strings.hrc:382
+#: include/svx/strings.hrc:378
msgctxt "SIP_SA_CAPTIONESCABS"
msgid "Absolute exit of legend"
msgstr "Absolute uitgang van legende"
-#: strings.hrc:383
+#: include/svx/strings.hrc:379
msgctxt "SIP_SA_CAPTIONLINELEN"
msgid "Legend line length"
msgstr "Lengte van legendelyn"
-#: strings.hrc:384
+#: include/svx/strings.hrc:380
msgctxt "SIP_SA_CAPTIONFITLINELEN"
msgid "AutoLength of legend lines"
msgstr "OutoLengte van legendelyne"
-#: strings.hrc:385
+#: include/svx/strings.hrc:381
msgctxt "SIP_SA_ECKENRADIUS"
msgid "Corner radius"
msgstr "Hoekradius"
-#: strings.hrc:386
+#: include/svx/strings.hrc:382
msgctxt "SIP_SA_TEXT_MINFRAMEHEIGHT"
msgid "Minimal frame height"
msgstr "Minimum raamhoogte"
-#: strings.hrc:387
+#: include/svx/strings.hrc:383
msgctxt "SIP_SA_TEXT_AUTOGROWHEIGHT"
msgid "AutoFit height"
msgstr "OutoPas hoogte"
-#: strings.hrc:388
+#: include/svx/strings.hrc:384
msgctxt "SIP_SA_TEXT_FITTOSIZE"
msgid "Fit text to frame"
msgstr "Pas teks in raam"
-#: strings.hrc:389
+#: include/svx/strings.hrc:385
msgctxt "SIP_SA_TEXT_LEFTDIST"
msgid "Left text frame spacing"
msgstr "Teksraamspasiëring links"
-#: strings.hrc:390
+#: include/svx/strings.hrc:386
msgctxt "SIP_SA_TEXT_RIGHTDIST"
msgid "Right text frame spacing"
msgstr "Teksraamspasiëring regs"
-#: strings.hrc:391
+#: include/svx/strings.hrc:387
msgctxt "SIP_SA_TEXT_UPPERDIST"
msgid "Upper text frame spacing"
msgstr "Teksraamspasiëring bo"
-#: strings.hrc:392
+#: include/svx/strings.hrc:388
msgctxt "SIP_SA_TEXT_LOWERDIST"
msgid "Lower text frame spacing"
msgstr "Teksraamspasiëring onder"
-#: strings.hrc:393
+#: include/svx/strings.hrc:389
msgctxt "SIP_SA_TEXT_VERTADJUST"
msgid "Vertical text anchor"
msgstr "Vertikale teksanker"
-#: strings.hrc:394
+#: include/svx/strings.hrc:390
msgctxt "SIP_SA_TEXT_MAXFRAMEHEIGHT"
msgid "Maximal frame height"
msgstr "Maksimum raamhoogte"
-#: strings.hrc:395
+#: include/svx/strings.hrc:391
msgctxt "SIP_SA_TEXT_MINFRAMEWIDTH"
msgid "Minimal frame width"
msgstr "Minimum raamwydte"
-#: strings.hrc:396
+#: include/svx/strings.hrc:392
msgctxt "SIP_SA_TEXT_MAXFRAMEWIDTH"
msgid "Maximal frame width"
msgstr "Maksimum raamwydte"
-#: strings.hrc:397
+#: include/svx/strings.hrc:393
msgctxt "SIP_SA_TEXT_AUTOGROWWIDTH"
msgid "AutoFit width"
msgstr "OutoPas wydte"
-#: strings.hrc:398
+#: include/svx/strings.hrc:394
msgctxt "SIP_SA_TEXT_HORZADJUST"
msgid "Horizontal text anchor"
msgstr "Horisontale teksanker"
-#: strings.hrc:399
+#: include/svx/strings.hrc:395
msgctxt "SIP_SA_TEXT_ANIKIND"
msgid "Ticker"
msgstr "Tikker"
-#: strings.hrc:400
+#: include/svx/strings.hrc:396
msgctxt "SIP_SA_TEXT_ANIDIRECTION"
msgid "Ticker direction"
msgstr "Tikkerrigting"
-#: strings.hrc:401
+#: include/svx/strings.hrc:397
msgctxt "SIP_SA_TEXT_ANISTARTINSIDE"
msgid "Ticker start inside"
msgstr "Tikker begin binnekant"
-#: strings.hrc:402
+#: include/svx/strings.hrc:398
msgctxt "SIP_SA_TEXT_ANISTOPINSIDE"
msgid "Ticker stop inside"
msgstr "Tikker stop binnekant"
-#: strings.hrc:403
+#: include/svx/strings.hrc:399
msgctxt "SIP_SA_TEXT_ANICOUNT"
msgid "Number of ticker runs"
msgstr "Getal tikkerlopies"
-#: strings.hrc:404
+#: include/svx/strings.hrc:400
msgctxt "SIP_SA_TEXT_ANIDELAY"
msgid "Speed of ticker"
msgstr "Tikkerspoed"
-#: strings.hrc:405
+#: include/svx/strings.hrc:401
msgctxt "SIP_SA_TEXT_ANIAMOUNT"
msgid "Ticker step size"
msgstr "Tikkerstapgrootte"
-#: strings.hrc:406
+#: include/svx/strings.hrc:402
msgctxt "SIP_SA_TEXT_CONTOURFRAME"
msgid "Outline text flow"
msgstr "Vloei van raamwerkteks"
-#: strings.hrc:407
+#: include/svx/strings.hrc:403
msgctxt "SIP_SA_XMLATTRIBUTES"
msgid "User-defined attributes"
msgstr "Gebruikergedefinieerde attribute"
-#: strings.hrc:408
+#: include/svx/strings.hrc:404
msgctxt "SIP_SA_TEXT_USEFIXEDCELLHEIGHT"
msgid "Use font-independent line spacing"
msgstr "Gebruik fontonafhanklike reëlspasiëring"
-#: strings.hrc:409
+#: include/svx/strings.hrc:405
msgctxt "SIP_SA_WORDWRAP"
msgid "Word wrap text in shape"
msgstr "Vou teks in vorm om"
-#: strings.hrc:410
+#: include/svx/strings.hrc:406
msgctxt "SIP_SA_CHAINNEXTNAME"
msgid "Next link in text chain"
msgstr ""
-#: strings.hrc:411
+#: include/svx/strings.hrc:407
msgctxt "SIP_SA_EDGEKIND"
msgid "Type of connector"
msgstr "Tipe verbinder"
-#: strings.hrc:412
+#: include/svx/strings.hrc:408
msgctxt "SIP_SA_EDGENODE1HORZDIST"
msgid "Horz. spacing object 1"
msgstr "Horis. spasiëring objek 1"
-#: strings.hrc:413
+#: include/svx/strings.hrc:409
msgctxt "SIP_SA_EDGENODE1VERTDIST"
msgid "Vert. spacing object 1"
msgstr "Vert. spasiëring objek 1"
-#: strings.hrc:414
+#: include/svx/strings.hrc:410
msgctxt "SIP_SA_EDGENODE2HORZDIST"
msgid "Horz. spacing object 2"
msgstr "Horis. spasiëring objek 2"
-#: strings.hrc:415
+#: include/svx/strings.hrc:411
msgctxt "SIP_SA_EDGENODE2VERTDIST"
msgid "Vert. spacing object 2"
msgstr "Vert. spasiëring objek 2"
-#: strings.hrc:416
+#: include/svx/strings.hrc:412
msgctxt "SIP_SA_EDGENODE1GLUEDIST"
msgid "Glue spacing object 1"
msgstr "Plak spasiëring objek 1"
-#: strings.hrc:417
+#: include/svx/strings.hrc:413
msgctxt "SIP_SA_EDGENODE2GLUEDIST"
msgid "Glue spacing object 2"
msgstr "Plak spasiëring objek 2"
-#: strings.hrc:418
+#: include/svx/strings.hrc:414
msgctxt "SIP_SA_EDGELINEDELTACOUNT"
msgid "Number of movable lines"
msgstr "Getal skuifbare lyne"
-#: strings.hrc:419
+#: include/svx/strings.hrc:415
msgctxt "SIP_SA_EDGELINE1DELTA"
msgid "Offset line 1"
msgstr "Verplasing lyn 1"
-#: strings.hrc:420
+#: include/svx/strings.hrc:416
msgctxt "SIP_SA_EDGELINE2DELTA"
msgid "Offset line 2"
msgstr "Verplasing lyn 2"
-#: strings.hrc:421
+#: include/svx/strings.hrc:417
msgctxt "SIP_SA_EDGELINE3DELTA"
msgid "Offset line 3"
msgstr "Verplasing lyn 3"
-#: strings.hrc:422
+#: include/svx/strings.hrc:418
msgctxt "SIP_SA_MEASUREKIND"
msgid "Type of dimensioning"
msgstr "Tipe dimensionering"
-#: strings.hrc:423
+#: include/svx/strings.hrc:419
msgctxt "SIP_SA_MEASURETEXTHPOS"
msgid "Dimension value - horizontal position"
msgstr "Dimensiewaarde - horisontale posisie"
-#: strings.hrc:424
+#: include/svx/strings.hrc:420
msgctxt "SIP_SA_MEASURETEXTVPOS"
msgid "Dimension value - vertical position"
msgstr "Dimensiewaarde - vertikale posisie"
-#: strings.hrc:425
+#: include/svx/strings.hrc:421
msgctxt "SIP_SA_MEASURELINEDIST"
msgid "Dimension line space"
msgstr "Dimensie lynspasie"
-#: strings.hrc:426
+#: include/svx/strings.hrc:422
msgctxt "SIP_SA_MEASUREHELPLINEOVERHANG"
msgid "Dimension help line overhang"
msgstr "Dimensiehulp lynoorhang"
-#: strings.hrc:427
+#: include/svx/strings.hrc:423
msgctxt "SIP_SA_MEASUREHELPLINEDIST"
msgid "Dimension help line spacing"
msgstr "Dimensiehulp lynspasiëring"
-#: strings.hrc:428
+#: include/svx/strings.hrc:424
msgctxt "SIP_SA_MEASUREHELPLINE1LEN"
msgid "Backlog of dimension help line 1"
msgstr "Agterstand van dimensiehulp lyn 1"
-#: strings.hrc:429
+#: include/svx/strings.hrc:425
msgctxt "SIP_SA_MEASUREHELPLINE2LEN"
msgid "Backlog of dimension help line 2"
msgstr "Agterstand van dimensiehulp lyn 2"
-#: strings.hrc:430
+#: include/svx/strings.hrc:426
msgctxt "SIP_SA_MEASUREBELOWREFEDGE"
msgid "Lower edge dimensioning"
msgstr "Dimensionering van onderste rand"
-#: strings.hrc:431
+#: include/svx/strings.hrc:427
msgctxt "SIP_SA_MEASURETEXTROTA90"
msgid "Dimension value across dimension line"
msgstr "Dimensiewaarde oor dimensielyn"
-#: strings.hrc:432
+#: include/svx/strings.hrc:428
msgctxt "SIP_SA_MEASURETEXTUPSIDEDOWN"
msgid "Rotate dimension value by 180 degree"
msgstr "Roteer dimensiewaarde met 180 grade"
-#: strings.hrc:433
+#: include/svx/strings.hrc:429
msgctxt "SIP_SA_MEASUREOVERHANG"
msgid "Dimension line overhang"
msgstr "Dimensielynoorhang"
-#: strings.hrc:434
+#: include/svx/strings.hrc:430
msgctxt "SIP_SA_MEASUREUNIT"
msgid "Measure unit"
msgstr "Meet eenheid"
-#: strings.hrc:435
+#: include/svx/strings.hrc:431
msgctxt "SIP_SA_MEASURESCALE"
msgid "Additional scale factor"
msgstr "Bykomende skaalfaktor"
-#: strings.hrc:436
+#: include/svx/strings.hrc:432
msgctxt "SIP_SA_MEASURESHOWUNIT"
msgid "Measure unit display"
msgstr "Meet eenheidsvertoon"
-#: strings.hrc:437
+#: include/svx/strings.hrc:433
msgctxt "SIP_SA_MEASUREFORMATSTRING"
msgid "Dimension value format"
msgstr "Formaat van dimensiewaarde"
-#: strings.hrc:438
+#: include/svx/strings.hrc:434
msgctxt "SIP_SA_MEASURETEXTAUTOANGLE"
msgid "AutoPositioning of the dimension value"
msgstr "OutoPosisionering van die dimensiewaarde"
-#: strings.hrc:439
+#: include/svx/strings.hrc:435
msgctxt "SIP_SA_MEASURETEXTAUTOANGLEVIEW"
msgid "Angle for the automatic positioning of the dimension value"
msgstr "Hoek vir die outomatiese posisionering van die dimensiewaarde"
-#: strings.hrc:440
+#: include/svx/strings.hrc:436
msgctxt "SIP_SA_MEASURETEXTISFIXEDANGLE"
msgid "Determination of the dimension value angle"
msgstr "Bepaling van die dimensiewaarde hoek"
-#: strings.hrc:441
+#: include/svx/strings.hrc:437
msgctxt "SIP_SA_MEASURETEXTFIXEDANGLE"
msgid "Angle of the dimension value"
msgstr "Hoek van die dimensiewaarde"
-#: strings.hrc:442
+#: include/svx/strings.hrc:438
msgctxt "SIP_SA_MEASUREDECIMALPLACES"
msgid "Decimal places"
msgstr "Desimale plekke"
-#: strings.hrc:443
+#: include/svx/strings.hrc:439
msgctxt "SIP_SA_CIRCKIND"
msgid "Type of circle"
msgstr "Tipe sirkel"
-#: strings.hrc:444
+#: include/svx/strings.hrc:440
msgctxt "SIP_SA_CIRCSTARTANGLE"
msgid "Start angle"
msgstr "Beginhoek"
-#: strings.hrc:445
+#: include/svx/strings.hrc:441
msgctxt "SIP_SA_CIRCENDANGLE"
msgid "End angle"
msgstr "Eindhoek"
-#: strings.hrc:446
+#: include/svx/strings.hrc:442
msgctxt "SIP_SA_OBJMOVEPROTECT"
msgid "Protected object position"
msgstr "Beskermde objekposisie"
-#: strings.hrc:447
+#: include/svx/strings.hrc:443
msgctxt "SIP_SA_OBJSIZEPROTECT"
msgid "Protected object size"
msgstr "Beskermde objekgrootte"
-#: strings.hrc:448
+#: include/svx/strings.hrc:444
msgctxt "SIP_SA_OBJPRINTABLE"
msgid "Object, printable"
msgstr "Objek, drukbaar"
-#: strings.hrc:449
+#: include/svx/strings.hrc:445
msgctxt "SIP_SA_OBJVISIBLE"
msgid "Object, visible"
msgstr ""
-#: strings.hrc:450
+#: include/svx/strings.hrc:446
msgctxt "SIP_SA_LAYERID"
msgid "Level ID"
msgstr "ID-vlak"
-#: strings.hrc:451
+#: include/svx/strings.hrc:447
msgctxt "SIP_SA_LAYERNAME"
msgid "Layer"
msgstr "Laag"
-#: strings.hrc:452
+#: include/svx/strings.hrc:448
msgctxt "SIP_SA_OBJECTNAME"
msgid "Object name"
msgstr "Objeknaam"
-#: strings.hrc:453
+#: include/svx/strings.hrc:449
msgctxt "SIP_SA_ALLPOSITIONX"
msgid "Position X, complete"
msgstr "Posisie X, voltooi"
-#: strings.hrc:454
+#: include/svx/strings.hrc:450
msgctxt "SIP_SA_ALLPOSITIONY"
msgid "Position Y, complete"
msgstr "Posisie Y, voltooi"
-#: strings.hrc:455
+#: include/svx/strings.hrc:451
msgctxt "SIP_SA_ALLSIZEWIDTH"
msgid "Total Width"
msgstr "Totale breedte"
-#: strings.hrc:456
+#: include/svx/strings.hrc:452
msgctxt "SIP_SA_ALLSIZEHEIGHT"
msgid "Height, complete"
msgstr "Hoogte, voltooi"
-#: strings.hrc:457
+#: include/svx/strings.hrc:453
msgctxt "SIP_SA_ONEPOSITIONX"
msgid "Single position X"
msgstr "Enkele posisie X"
-#: strings.hrc:458
+#: include/svx/strings.hrc:454
msgctxt "SIP_SA_ONEPOSITIONY"
msgid "Single position Y"
msgstr "Enkele posisie Y"
-#: strings.hrc:459
+#: include/svx/strings.hrc:455
msgctxt "SIP_SA_ONESIZEWIDTH"
msgid "Single width"
msgstr "Enkele breedte"
-#: strings.hrc:460
+#: include/svx/strings.hrc:456
msgctxt "SIP_SA_ONESIZEHEIGHT"
msgid "Single height"
msgstr "Enkele hoogte"
-#: strings.hrc:461
+#: include/svx/strings.hrc:457
msgctxt "SIP_SA_LOGICSIZEWIDTH"
msgid "Logical width"
msgstr "Logiese breedte"
-#: strings.hrc:462
+#: include/svx/strings.hrc:458
msgctxt "SIP_SA_LOGICSIZEHEIGHT"
msgid "Logical height"
msgstr "Logiese hoogte"
-#: strings.hrc:463
+#: include/svx/strings.hrc:459
msgctxt "SIP_SA_ROTATEANGLE"
msgid "Single rotation angle"
msgstr "Enkele rotasiehoek"
-#: strings.hrc:464
+#: include/svx/strings.hrc:460
msgctxt "SIP_SA_SHEARANGLE"
msgid "Single shear angle"
msgstr "Enkele skuifskeurhoek"
-#: strings.hrc:465
+#: include/svx/strings.hrc:461
msgctxt "SIP_SA_MOVEX"
msgid "Move horizontally"
msgstr "Skuif horisontaal"
-#: strings.hrc:466
+#: include/svx/strings.hrc:462
msgctxt "SIP_SA_MOVEY"
msgid "Move vertically"
msgstr "Skuif vertikaal"
-#: strings.hrc:467
+#: include/svx/strings.hrc:463
msgctxt "SIP_SA_RESIZEXONE"
msgid "Resize X, single"
msgstr "Verstel grootte van X, enkel"
-#: strings.hrc:468
+#: include/svx/strings.hrc:464
msgctxt "SIP_SA_RESIZEYONE"
msgid "Resize Y, single"
msgstr "Verstel grootte van Y, enkel"
-#: strings.hrc:469
+#: include/svx/strings.hrc:465
msgctxt "SIP_SA_ROTATEONE"
msgid "Single rotation"
msgstr "Enkele rotasie"
-#: strings.hrc:470
+#: include/svx/strings.hrc:466
msgctxt "SIP_SA_HORZSHEARONE"
msgid "Single horizontal shear"
msgstr "Enkele horisontale skuifskeur"
-#: strings.hrc:471
+#: include/svx/strings.hrc:467
msgctxt "SIP_SA_VERTSHEARONE"
msgid "Single vertical shear"
msgstr "Enkele vertikale skuifskeur"
-#: strings.hrc:472
+#: include/svx/strings.hrc:468
msgctxt "SIP_SA_RESIZEXALL"
msgid "Resize X, complete"
msgstr "Verstel grootte van X, voltooi"
-#: strings.hrc:473
+#: include/svx/strings.hrc:469
msgctxt "SIP_SA_RESIZEYALL"
msgid "Resize Y, complete"
msgstr "Verstel grootte van Y, voltooi"
-#: strings.hrc:474
+#: include/svx/strings.hrc:470
msgctxt "SIP_SA_ROTATEALL"
msgid "Rotate all"
msgstr "Roteer almal"
-#: strings.hrc:475
+#: include/svx/strings.hrc:471
msgctxt "SIP_SA_HORZSHEARALL"
msgid "Shear horizontal, complete"
msgstr "Skuifskeur horisontaal, voltooi"
-#: strings.hrc:476
+#: include/svx/strings.hrc:472
msgctxt "SIP_SA_VERTSHEARALL"
msgid "Shear vertical, complete"
msgstr "Skuifskeur vertikaal, voltooi"
-#: strings.hrc:477
+#: include/svx/strings.hrc:473
msgctxt "SIP_SA_TRANSFORMREF1X"
msgid "Reference point 1 X"
msgstr "Verwysingspunt 1 X"
-#: strings.hrc:478
+#: include/svx/strings.hrc:474
msgctxt "SIP_SA_TRANSFORMREF1Y"
msgid "Reference point 1 Y"
msgstr "Verwysingspunt 1 Y"
-#: strings.hrc:479
+#: include/svx/strings.hrc:475
msgctxt "SIP_SA_TRANSFORMREF2X"
msgid "Reference point 2 X"
msgstr "Verwysingspunt 2 X"
-#: strings.hrc:480
+#: include/svx/strings.hrc:476
msgctxt "SIP_SA_TRANSFORMREF2Y"
msgid "Reference point 2 Y"
msgstr "Verwysingspunt 2 Y"
-#: strings.hrc:481
+#: include/svx/strings.hrc:477
msgctxt "SIP_EE_PARA_HYPHENATE"
msgid "Hyphenation"
msgstr "Woordafbreking"
-#: strings.hrc:482
+#: include/svx/strings.hrc:478
msgctxt "SIP_EE_PARA_BULLETSTATE"
msgid "Display bullets"
msgstr "Vertoon kolle"
-#: strings.hrc:483
+#: include/svx/strings.hrc:479
msgctxt "SIP_EE_PARA_OUTLLRSPACE"
msgid "Numbering indents"
msgstr "Nommerinkepings"
-#: strings.hrc:484
+#: include/svx/strings.hrc:480
msgctxt "SIP_EE_PARA_OUTLLEVEL"
msgid "Numbering level"
msgstr "Nommeringsvlak"
-#: strings.hrc:485
+#: include/svx/strings.hrc:481
msgctxt "SIP_EE_PARA_BULLET"
msgid "Bullets and Numberings"
msgstr "Kolle en nommering"
-#: strings.hrc:486
+#: include/svx/strings.hrc:482
msgctxt "SIP_EE_PARA_LRSPACE"
msgid "Indents"
msgstr "Inkepe"
-#: strings.hrc:487
+#: include/svx/strings.hrc:483
msgctxt "SIP_EE_PARA_ULSPACE"
msgid "Paragraph spacing"
msgstr "Paragraafspasiëring"
-#: strings.hrc:488
+#: include/svx/strings.hrc:484
msgctxt "SIP_EE_PARA_SBL"
msgid "Line spacing"
msgstr "Reëlspasiëring"
-#: strings.hrc:489
+#: include/svx/strings.hrc:485
msgctxt "SIP_EE_PARA_JUST"
msgid "Paragraph alignment"
msgstr "Paragraafbelyning"
-#: strings.hrc:490
+#: include/svx/strings.hrc:486
msgctxt "SIP_EE_PARA_TABS"
msgid "Tabulators"
msgstr "Tabuleerders"
-#: strings.hrc:491
+#: include/svx/strings.hrc:487
msgctxt "SIP_EE_CHAR_COLOR"
msgid "Font color"
msgstr "Fontkleur"
-#: strings.hrc:492
+#: include/svx/strings.hrc:488
msgctxt "SIP_EE_CHAR_FONTINFO"
msgid "Character set"
msgstr "Karakterstel"
-#: strings.hrc:493
+#: include/svx/strings.hrc:489
msgctxt "SIP_EE_CHAR_FONTHEIGHT"
msgid "Font size"
msgstr "Fontgrootte"
-#: strings.hrc:494
+#: include/svx/strings.hrc:490
msgctxt "SIP_EE_CHAR_FONTWIDTH"
msgid "Font width"
msgstr "Fontbreedte"
-#: strings.hrc:495
+#: include/svx/strings.hrc:491
msgctxt "SIP_EE_CHAR_WEIGHT"
msgid "Bold (thickness)"
msgstr "Vet (dikte)"
-#: strings.hrc:496
+#: include/svx/strings.hrc:492
msgctxt "SIP_EE_CHAR_UNDERLINE"
msgid "Underline"
msgstr "Onderstreep"
-#: strings.hrc:497
+#: include/svx/strings.hrc:493
msgctxt "SIP_EE_CHAR_OVERLINE"
msgid "Overline"
msgstr "Oorlyn"
-#: strings.hrc:498
+#: include/svx/strings.hrc:494
msgctxt "SIP_EE_CHAR_STRIKEOUT"
msgid "Strikethrough"
msgstr "Deurhaal"
-#: strings.hrc:499
+#: include/svx/strings.hrc:495
msgctxt "SIP_EE_CHAR_ITALIC"
msgid "Italic"
msgstr "Skuinsdruk"
-#: strings.hrc:500
+#: include/svx/strings.hrc:496
msgctxt "SIP_EE_CHAR_OUTLINE"
msgid "Outline"
msgstr "Skema"
-#: strings.hrc:501
+#: include/svx/strings.hrc:497
msgctxt "SIP_EE_CHAR_SHADOW"
msgid "Font shadow"
msgstr "Fontskaduwee"
-#: strings.hrc:502
+#: include/svx/strings.hrc:498
msgctxt "SIP_EE_CHAR_ESCAPEMENT"
msgid "Superscript/subscript"
msgstr "Superskrif/subskrif"
-#: strings.hrc:503
+#: include/svx/strings.hrc:499
msgctxt "SIP_EE_CHAR_PAIRKERNING"
msgid "Kerning"
msgstr "Tekssaamdrukking"
-#: strings.hrc:504
+#: include/svx/strings.hrc:500
msgctxt "SIP_EE_CHAR_KERNING"
msgid "Manual kerning"
msgstr "Saamdrukking per hand"
-#: strings.hrc:505
+#: include/svx/strings.hrc:501
msgctxt "SIP_EE_CHAR_WLM"
msgid "No underline for spaces"
msgstr "Geen onderstreping van spasies"
-#: strings.hrc:506
+#: include/svx/strings.hrc:502
msgctxt "SIP_EE_FEATURE_TAB"
msgid "Tabulator"
msgstr "Tabuleerder"
-#: strings.hrc:507
+#: include/svx/strings.hrc:503
msgctxt "SIP_EE_FEATURE_LINEBR"
msgid "Optional line break"
msgstr "Opsionele lynbreuk"
-#: strings.hrc:508
+#: include/svx/strings.hrc:504
msgctxt "SIP_EE_FEATURE_NOTCONV"
msgid "Non-convertible character"
msgstr "Nieomskakelbare karakter"
-#: strings.hrc:509
+#: include/svx/strings.hrc:505
msgctxt "SIP_EE_FEATURE_FIELD"
msgid "Fields"
msgstr "Velde"
-#: strings.hrc:510
+#: include/svx/strings.hrc:506
msgctxt "SIP_SA_GRAFRED"
msgid "Red"
msgstr "Rooi"
-#: strings.hrc:511
+#: include/svx/strings.hrc:507
msgctxt "SIP_SA_GRAFGREEN"
msgid "Green"
msgstr "Groen"
-#: strings.hrc:512
+#: include/svx/strings.hrc:508
msgctxt "SIP_SA_GRAFBLUE"
msgid "Blue"
msgstr "Blou"
-#: strings.hrc:513
+#: include/svx/strings.hrc:509
msgctxt "SIP_SA_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Helderheid"
-#: strings.hrc:514
+#: include/svx/strings.hrc:510
msgctxt "SIP_SA_GRAFCONTRAST"
msgid "Contrast"
msgstr "Kontras"
-#: strings.hrc:515
+#: include/svx/strings.hrc:511
msgctxt "SIP_SA_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
-#: strings.hrc:516
+#: include/svx/strings.hrc:512
msgctxt "SIP_SA_GRAFTRANSPARENCE"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: strings.hrc:517
+#: include/svx/strings.hrc:513
msgctxt "SIP_SA_GRAFINVERT"
msgid "Invert"
msgstr "Negatief"
-#: strings.hrc:518
+#: include/svx/strings.hrc:514
msgctxt "SIP_SA_GRAFMODE"
msgid "Image mode"
msgstr ""
-#: strings.hrc:519
+#: include/svx/strings.hrc:515
msgctxt "SIP_SA_GRAFCROP"
msgid "Crop"
msgstr "Snoei"
-#: strings.hrc:520
+#: include/svx/strings.hrc:516
msgctxt "STR_ObjNameSingulMEDIA"
msgid "Media object"
msgstr "Mediaobjek"
-#: strings.hrc:521
+#: include/svx/strings.hrc:517
msgctxt "STR_ObjNamePluralMEDIA"
msgid "Media objects"
msgstr "Mediaobjekte"
#. drawing layer table strings
-#: strings.hrc:523
+#: include/svx/strings.hrc:519
msgctxt "STR_TABLE_INSCOL"
msgid "Insert column"
msgstr "Voeg kolom in"
-#: strings.hrc:524
+#: include/svx/strings.hrc:520
msgctxt "STR_TABLE_INSROW"
msgid "Insert row"
msgstr "Voeg ry in"
-#: strings.hrc:525
+#: include/svx/strings.hrc:521
msgctxt "STR_UNDO_COL_DELETE"
msgid "Delete column"
msgstr "Skrap kolom"
-#: strings.hrc:526
+#: include/svx/strings.hrc:522
msgctxt "STR_UNDO_ROW_DELETE"
msgid "Delete row"
msgstr "Skrap ry"
-#: strings.hrc:527
+#: include/svx/strings.hrc:523
msgctxt "STR_TABLE_SPLIT"
msgid "Split cells"
msgstr "Verdeel selle"
-#: strings.hrc:528
+#: include/svx/strings.hrc:524
msgctxt "STR_TABLE_MERGE"
msgid "Merge cells"
msgstr "Voeg selle saam"
-#: strings.hrc:529
+#: include/svx/strings.hrc:525
msgctxt "STR_TABLE_NUMFORMAT"
msgid "Format cell"
msgstr "Formateer sel"
-#: strings.hrc:530
+#: include/svx/strings.hrc:526
msgctxt "STR_TABLE_DISTRIBUTE_ROWS"
msgid "Distribute rows"
msgstr "Versprei rye"
-#: strings.hrc:531
+#: include/svx/strings.hrc:527
msgctxt "STR_TABLE_DISTRIBUTE_COLUMNS"
msgid "Distribute columns"
msgstr "Versprei kolomme"
-#: strings.hrc:532
+#: include/svx/strings.hrc:528
#, fuzzy
msgctxt "STR_TABLE_DELETE_CELL_CONTENTS"
msgid "Delete cell contents"
msgstr "Skrap inhoud"
-#: strings.hrc:533
+#: include/svx/strings.hrc:529
msgctxt "STR_TABLE_STYLE"
msgid "Table style"
msgstr "Tabelstyl"
-#: strings.hrc:534
+#: include/svx/strings.hrc:530
msgctxt "STR_TABLE_STYLE_SETTINGS"
msgid "Table style settings"
msgstr "Tabelstylinstellings"
-#: strings.hrc:535
+#: include/svx/strings.hrc:531
msgctxt "STR_ObjNameSingulTable"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:536
+#: include/svx/strings.hrc:532
msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "Tabelle"
-#: strings.hrc:537
+#: include/svx/strings.hrc:533
#, fuzzy
msgctxt "STR_ObjNameSingulFONTWORK"
msgid "Font work"
msgstr "Fontwerk"
#. Strings for the Draw-Dialog --------------------------------------------
-#: strings.hrc:539
+#: include/svx/strings.hrc:535
msgctxt "RID_SVXSTR_SOLID"
msgid "Continuous"
msgstr "Aaneenlopend"
-#: strings.hrc:540
+#: include/svx/strings.hrc:536
msgctxt "RID_SVXSTR_GRADIENT"
msgid "Gradient"
msgstr "Gradiënt"
-#: strings.hrc:541
+#: include/svx/strings.hrc:537
msgctxt "RID_SVXSTR_BITMAP"
msgid "Bitmap"
msgstr "Biskaart"
-#: strings.hrc:542
+#: include/svx/strings.hrc:538
msgctxt "RID_SVXSTR_PATTERN"
msgid "Pattern"
msgstr "Patroon"
-#: strings.hrc:543
+#: include/svx/strings.hrc:539
msgctxt "RID_SVXSTR_PATTERN_UNTITLED"
msgid "Untitled Pattern"
msgstr ""
-#: strings.hrc:544
+#: include/svx/strings.hrc:540
msgctxt "RID_SVXSTR_LINESTYLE"
msgid "Line Style"
msgstr "Lynstyl"
-#: strings.hrc:545
+#: include/svx/strings.hrc:541
msgctxt "RID_SVXSTR_INVISIBLE"
msgid "None"
msgstr "Geen"
-#: strings.hrc:546
+#: include/svx/strings.hrc:542
msgctxt "RID_SVXSTR_COLOR"
msgid "Color"
msgstr "Kleur"
-#: strings.hrc:547
+#: include/svx/strings.hrc:543
msgctxt "RID_SVXSTR_HATCH"
msgid "Hatching"
msgstr "Arsering"
-#: strings.hrc:548
+#: include/svx/strings.hrc:544
msgctxt "RID_SVXSTR_LINEEND"
msgid "Arrowheads"
msgstr "Pylpunte"
-#: strings.hrc:549
+#: include/svx/strings.hrc:545
msgctxt "RID_SVXSTR_ARROW"
msgid "Arrow"
msgstr "Pyltjie"
-#: strings.hrc:550
+#: include/svx/strings.hrc:546
msgctxt "RID_SVXSTR_SQUARE"
msgid "Square"
msgstr "Vierkant"
-#: strings.hrc:551
+#: include/svx/strings.hrc:547
msgctxt "RID_SVXSTR_CIRCLE"
msgid "Circle"
msgstr "Sirkel"
-#: strings.hrc:552
+#: include/svx/strings.hrc:548
msgctxt "RID_SVXSTR_NONE"
msgid "- none -"
msgstr "- geen -"
-#: strings.hrc:553
+#: include/svx/strings.hrc:549
msgctxt "RID_SVXSTR_TRANSPARENCE"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: strings.hrc:554
+#: include/svx/strings.hrc:550
msgctxt "RID_SVXSTR_CENTERED"
msgid "Centered"
msgstr "Gesentreer"
-#: strings.hrc:555
+#: include/svx/strings.hrc:551
msgctxt "RID_SVXSTR_NOTCENTERED"
msgid "Not centered"
msgstr "Nie gesentreer nie"
-#: strings.hrc:556
+#: include/svx/strings.hrc:552
msgctxt "RID_SVXSTR_GRAFMODE_STANDARD"
msgid "Default"
msgstr "Verstek"
-#: strings.hrc:557
+#: include/svx/strings.hrc:553
msgctxt "RID_SVXSTR_GRAFMODE_GREYS"
msgid "Grayscale"
msgstr "Grysskaal"
-#: strings.hrc:558
+#: include/svx/strings.hrc:554
msgctxt "RID_SVXSTR_GRAFMODE_MONO"
msgid "Black/White"
msgstr "Swart/wit"
-#: strings.hrc:559
+#: include/svx/strings.hrc:555
msgctxt "RID_SVXSTR_GRAFMODE_WATERMARK"
msgid "Watermark"
msgstr "Watermerk"
#. Elements of the standard color palette
-#: strings.hrc:561
+#: include/svx/strings.hrc:557
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_BLACK"
msgid "Black"
msgstr "Blanko"
-#: strings.hrc:562
+#: include/svx/strings.hrc:558
msgctxt "RID_SVXSTR_COLOR_GREY"
msgid "Gray"
msgstr "Grys"
-#: strings.hrc:563
+#: include/svx/strings.hrc:559
msgctxt "RID_SVXSTR_COLOR_WHITE"
msgid "White"
msgstr "Wit"
-#: strings.hrc:564
+#: include/svx/strings.hrc:560
msgctxt "RID_SVXSTR_COLOR_YELLOW"
msgid "Yellow"
msgstr "Geel"
-#: strings.hrc:565
+#: include/svx/strings.hrc:561
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_GOLD"
msgid "Gold"
msgstr "Goud"
-#: strings.hrc:566
+#: include/svx/strings.hrc:562
msgctxt "RID_SVXSTR_COLOR_ORANGE"
msgid "Orange"
msgstr "Oranje"
-#: strings.hrc:567
+#: include/svx/strings.hrc:563
msgctxt "RID_SVXSTR_COLOR_BRICK"
msgid "Brick"
msgstr ""
-#: strings.hrc:568
+#: include/svx/strings.hrc:564
msgctxt "RID_SVXSTR_COLOR_RED"
msgid "Red"
msgstr "Rooi"
-#: strings.hrc:569
+#: include/svx/strings.hrc:565
msgctxt "RID_SVXSTR_COLOR_VIOLET"
msgid "Violet"
msgstr "Violet"
-#: strings.hrc:570
+#: include/svx/strings.hrc:566
msgctxt "RID_SVXSTR_COLOR_PURPLE"
msgid "Purple"
msgstr ""
-#: strings.hrc:571
+#: include/svx/strings.hrc:567
msgctxt "RID_SVXSTR_COLOR_INDIGO"
msgid "Indigo"
msgstr ""
-#: strings.hrc:572
+#: include/svx/strings.hrc:568
msgctxt "RID_SVXSTR_COLOR_BLUE"
msgid "Blue"
msgstr "Blou"
-#: strings.hrc:573
+#: include/svx/strings.hrc:569
msgctxt "RID_SVXSTR_COLOR_TEAL"
msgid "Teal"
msgstr ""
-#: strings.hrc:574
+#: include/svx/strings.hrc:570
msgctxt "RID_SVXSTR_COLOR_GREEN"
msgid "Green"
msgstr "Groen"
-#: strings.hrc:575
+#: include/svx/strings.hrc:571
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIME"
msgid "Lime"
msgstr "Linne"
#. Light variants of the standard color palette
-#: strings.hrc:577
+#: include/svx/strings.hrc:573
msgctxt "RID_SVXSTR_COLOR_LIGHTGRAY"
msgid "Light Gray"
msgstr "Liggrys"
-#: strings.hrc:578
+#: include/svx/strings.hrc:574
msgctxt "RID_SVXSTR_COLOR_LIGHTYELLOW"
msgid "Light Yellow"
msgstr ""
-#: strings.hrc:579
+#: include/svx/strings.hrc:575
msgctxt "RID_SVXSTR_COLOR_LIGHTGOLD"
msgid "Light Gold"
msgstr ""
-#: strings.hrc:580
+#: include/svx/strings.hrc:576
msgctxt "RID_SVXSTR_COLOR_LIGHTORANGE"
msgid "Light Orange"
msgstr ""
-#: strings.hrc:581
+#: include/svx/strings.hrc:577
msgctxt "RID_SVXSTR_COLOR_LIGHTBRICK"
msgid "Light Brick"
msgstr ""
-#: strings.hrc:582
+#: include/svx/strings.hrc:578
msgctxt "RID_SVXSTR_COLOR_LIGHTRED"
msgid "Light Red"
msgstr "Ligrooi"
-#: strings.hrc:583
+#: include/svx/strings.hrc:579
msgctxt "RID_SVXSTR_COLOR_LIGHTVIOLET"
msgid "Light Violet"
msgstr ""
-#: strings.hrc:584
+#: include/svx/strings.hrc:580
msgctxt "RID_SVXSTR_COLOR_LIGHTPURPLE"
msgid "Light Purple"
msgstr ""
-#: strings.hrc:585
+#: include/svx/strings.hrc:581
msgctxt "RID_SVXSTR_COLOR_LIGHTINDIGO"
msgid "Light Indigo"
msgstr ""
-#: strings.hrc:586
+#: include/svx/strings.hrc:582
msgctxt "RID_SVXSTR_COLOR_LIGHTBLUE"
msgid "Light Blue"
msgstr "Ligblou"
-#: strings.hrc:587
+#: include/svx/strings.hrc:583
msgctxt "RID_SVXSTR_COLOR_LIGHTTEAL"
msgid "Light Teal"
msgstr ""
-#: strings.hrc:588
+#: include/svx/strings.hrc:584
msgctxt "RID_SVXSTR_COLOR_LIGHTGREEN"
msgid "Light Green"
msgstr "Liggroen"
-#: strings.hrc:589
+#: include/svx/strings.hrc:585
msgctxt "RID_SVXSTR_COLOR_LIGHTLIME"
msgid "Light Lime"
msgstr ""
#. Dark variants of the standard color palette
-#: strings.hrc:591
+#: include/svx/strings.hrc:587
msgctxt "RID_SVXSTR_COLOR_DARKGRAY"
msgid "Dark Gray"
msgstr ""
-#: strings.hrc:592
+#: include/svx/strings.hrc:588
msgctxt "RID_SVXSTR_COLOR_DARKYELLOW"
msgid "Dark Yellow"
msgstr ""
-#: strings.hrc:593
+#: include/svx/strings.hrc:589
msgctxt "RID_SVXSTR_COLOR_DARKGOLD"
msgid "Dark Gold"
msgstr ""
-#: strings.hrc:594
+#: include/svx/strings.hrc:590
msgctxt "RID_SVXSTR_COLOR_DARKORANGE"
msgid "Dark Orange"
msgstr ""
-#: strings.hrc:595
+#: include/svx/strings.hrc:591
msgctxt "RID_SVXSTR_COLOR_DARKBRICK"
msgid "Dark Brick"
msgstr ""
-#: strings.hrc:596
+#: include/svx/strings.hrc:592
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_DARKRED"
msgid "Dark Red"
msgstr "Donkerrooi"
-#: strings.hrc:597
+#: include/svx/strings.hrc:593
msgctxt "RID_SVXSTR_COLOR_DARKVIOLET1"
msgid "Dark Violet"
msgstr ""
-#: strings.hrc:598
+#: include/svx/strings.hrc:594
msgctxt "RID_SVXSTR_COLOR_DARKPURPLE"
msgid "Dark Purple"
msgstr ""
-#: strings.hrc:599
+#: include/svx/strings.hrc:595
msgctxt "RID_SVXSTR_COLOR_DARKINDIGO"
msgid "Dark Indigo"
msgstr ""
-#: strings.hrc:600
+#: include/svx/strings.hrc:596
msgctxt "RID_SVXSTR_COLOR_DARKBLUE"
msgid "Dark Blue"
msgstr ""
-#: strings.hrc:601
+#: include/svx/strings.hrc:597
msgctxt "RID_SVXSTR_COLOR_DARKTEAL"
msgid "Dark Teal"
msgstr ""
-#: strings.hrc:602
+#: include/svx/strings.hrc:598
msgctxt "RID_SVXSTR_COLOR_DARKGREEN"
msgid "Dark Green"
msgstr ""
-#: strings.hrc:603
+#: include/svx/strings.hrc:599
msgctxt "RID_SVXSTR_COLOR_DARKLIME"
msgid "Dark Lime"
msgstr ""
#. Elements of the Tonal color palette
-#: strings.hrc:605
+#: include/svx/strings.hrc:601
msgctxt "RID_SVXSTR_COLOR_VIOLET_OUG"
msgid "Violet (Out of Gamut)"
msgstr ""
-#: strings.hrc:606
+#: include/svx/strings.hrc:602
msgctxt "RID_SVXSTR_COLOR_BLUE_OUG"
msgid "Blue (Out of Gamut)"
msgstr ""
-#: strings.hrc:607
+#: include/svx/strings.hrc:603
msgctxt "RID_SVXSTR_COLOR_AZURE_OUG"
msgid "Azure (Out of Gamut)"
msgstr ""
-#: strings.hrc:608
+#: include/svx/strings.hrc:604
msgctxt "RID_SVXSTR_COLOR_SPRINGGREEN_OUG"
msgid "Spring Green (Out of Gamut)"
msgstr ""
-#: strings.hrc:609
+#: include/svx/strings.hrc:605
msgctxt "RID_SVXSTR_COLOR_GREEN_OUG"
msgid "Green (Out of Gamut)"
msgstr ""
-#: strings.hrc:610
+#: include/svx/strings.hrc:606
msgctxt "RID_SVXSTR_COLOR_CHARTREUSEGREEN_OUG"
msgid "Chartreuse Green (Out of Gamut)"
msgstr ""
-#: strings.hrc:611
+#: include/svx/strings.hrc:607
msgctxt "RID_SVXSTR_COLOR_ORANGE_OUG"
msgid "Orange (Out of Gamut)"
msgstr ""
-#: strings.hrc:612
+#: include/svx/strings.hrc:608
msgctxt "RID_SVXSTR_COLOR_RED_OUG"
msgid "Red (Out of Gamut)"
msgstr ""
-#: strings.hrc:613
+#: include/svx/strings.hrc:609
msgctxt "RID_SVXSTR_COLOR_ROSE_OUG"
msgid "Rose (Out of Gamut)"
msgstr ""
-#: strings.hrc:614
+#: include/svx/strings.hrc:610
msgctxt "RID_SVXSTR_COLOR_MAGENTA"
msgid "Magenta"
msgstr "Magenta"
-#: strings.hrc:615
+#: include/svx/strings.hrc:611
msgctxt "RID_SVXSTR_COLOR_AZURE"
msgid "Azure"
msgstr ""
-#: strings.hrc:616
+#: include/svx/strings.hrc:612
msgctxt "RID_SVXSTR_COLOR_CYAN"
msgid "Cyan"
msgstr "Siaan"
-#: strings.hrc:617
+#: include/svx/strings.hrc:613
msgctxt "RID_SVXSTR_COLOR_SPRINGGREEN"
msgid "Spring Green"
msgstr ""
-#: strings.hrc:618
+#: include/svx/strings.hrc:614
msgctxt "RID_SVXSTR_COLOR_CHARTREUSEGREEN"
msgid "Chartreuse Green"
msgstr ""
-#: strings.hrc:619
+#: include/svx/strings.hrc:615
msgctxt "RID_SVXSTR_COLOR_ROSE"
msgid "Rose"
msgstr ""
#. Old default color names, probably often used in saved files
-#: strings.hrc:621
+#: include/svx/strings.hrc:617
msgctxt "RID_SVXSTR_COLOR_BLUE_CLASSIC"
msgid "Blue classic"
msgstr ""
-#: strings.hrc:622
+#: include/svx/strings.hrc:618
msgctxt "RID_SVXSTR_COLOR_BLUEGREY"
msgid "Blue gray"
msgstr ""
-#: strings.hrc:623
+#: include/svx/strings.hrc:619
msgctxt "RID_SVXSTR_COLOR_BORDEAUX"
msgid "Bordeaux"
msgstr ""
-#: strings.hrc:624
+#: include/svx/strings.hrc:620
msgctxt "RID_SVXSTR_COLOR_PALE_YELLOW"
msgid "Pale yellow"
msgstr ""
-#: strings.hrc:625
+#: include/svx/strings.hrc:621
msgctxt "RID_SVXSTR_COLOR_PALE_GREEN"
msgid "Pale green"
msgstr ""
-#: strings.hrc:626
+#: include/svx/strings.hrc:622
msgctxt "RID_SVXSTR_COLOR_DARKVIOLET"
msgid "Dark violet"
msgstr ""
-#: strings.hrc:627
+#: include/svx/strings.hrc:623
msgctxt "RID_SVXSTR_COLOR_SALMON"
msgid "Salmon"
msgstr ""
-#: strings.hrc:628
+#: include/svx/strings.hrc:624
msgctxt "RID_SVXSTR_COLOR_SEABLUE"
msgid "Sea blue"
msgstr ""
-#: strings.hrc:629
+#: include/svx/strings.hrc:625
msgctxt "RID_SVXSTR_COLOR_CHART"
msgid "Chart"
msgstr "Grafiek"
-#: strings.hrc:630
+#: include/svx/strings.hrc:626
msgctxt "RID_SVXSTR_COLOR_SKYBLUE"
msgid "Sky blue"
msgstr ""
-#: strings.hrc:631
+#: include/svx/strings.hrc:627
msgctxt "RID_SVXSTR_COLOR_YELLOWGREEN"
msgid "Yellow green"
msgstr ""
-#: strings.hrc:632
+#: include/svx/strings.hrc:628
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_PINK"
msgid "Pink"
msgstr "Skakel"
-#: strings.hrc:633
+#: include/svx/strings.hrc:629
msgctxt "RID_SVXSTR_COLOR_TURQUOISE"
msgid "Turquoise"
msgstr "Turkoois"
#. 16 old AutoFormat Table Styles
-#: strings.hrc:635
+#: include/svx/strings.hrc:631
msgctxt "RID_SVXSTR_TBLAFMT_3D"
msgid "3D"
msgstr "3-D"
-#: strings.hrc:636
+#: include/svx/strings.hrc:632
msgctxt "RID_SVXSTR_TBLAFMT_BLACK1"
msgid "Black 1"
msgstr "Swart 1"
-#: strings.hrc:637
+#: include/svx/strings.hrc:633
msgctxt "RID_SVXSTR_TBLAFMT_BLACK2"
msgid "Black 2"
msgstr "Swart 2"
-#: strings.hrc:638
+#: include/svx/strings.hrc:634
msgctxt "RID_SVXSTR_TBLAFMT_BLUE"
msgid "Blue"
msgstr "Blou"
-#: strings.hrc:639
+#: include/svx/strings.hrc:635
msgctxt "RID_SVXSTR_TBLAFMT_BROWN"
msgid "Brown"
msgstr "Bruin"
-#: strings.hrc:640
+#: include/svx/strings.hrc:636
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY"
msgid "Currency"
msgstr "Valuta"
-#: strings.hrc:641
+#: include/svx/strings.hrc:637
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_3D"
msgid "Currency 3D"
msgstr "Valuta 3-D"
-#: strings.hrc:642
+#: include/svx/strings.hrc:638
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_GRAY"
msgid "Currency Gray"
msgstr "Valutagrys"
-#: strings.hrc:643
+#: include/svx/strings.hrc:639
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_LAVENDER"
msgid "Currency Lavender"
msgstr "Valutalila"
-#: strings.hrc:644
+#: include/svx/strings.hrc:640
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_TURQUOISE"
msgid "Currency Turquoise"
msgstr "Valutaturkoois"
-#: strings.hrc:645
+#: include/svx/strings.hrc:641
msgctxt "RID_SVXSTR_TBLAFMT_GRAY"
msgid "Gray"
msgstr "Grys"
-#: strings.hrc:646
+#: include/svx/strings.hrc:642
msgctxt "RID_SVXSTR_TBLAFMT_GREEN"
msgid "Green"
msgstr "Groen"
-#: strings.hrc:647
+#: include/svx/strings.hrc:643
msgctxt "RID_SVXSTR_TBLAFMT_LAVENDER"
msgid "Lavender"
msgstr "Lila"
-#: strings.hrc:648
+#: include/svx/strings.hrc:644
msgctxt "RID_SVXSTR_TBLAFMT_RED"
msgid "Red"
msgstr "Rooi"
-#: strings.hrc:649
+#: include/svx/strings.hrc:645
msgctxt "RID_SVXSTR_TBLAFMT_TURQUOISE"
msgid "Turquoise"
msgstr "Turkoois"
-#: strings.hrc:650
+#: include/svx/strings.hrc:646
msgctxt "RID_SVXSTR_TBLAFMT_YELLOW"
msgid "Yellow"
msgstr "Geel"
#. 10 new AutoFormat Table Styles since LibreOffice 6.0
-#: strings.hrc:652
+#: include/svx/strings.hrc:648
msgctxt "RID_SVXSTR_TBLAFMT_LO6_ACADEMIC"
msgid "Academic"
msgstr ""
-#: strings.hrc:653
+#: include/svx/strings.hrc:649
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_BLUE"
msgid "Box List Blue"
msgstr ""
-#: strings.hrc:654
+#: include/svx/strings.hrc:650
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_GREEN"
msgid "Box List Green"
msgstr ""
-#: strings.hrc:655
+#: include/svx/strings.hrc:651
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_RED"
msgid "Box List Red"
msgstr ""
-#: strings.hrc:656
+#: include/svx/strings.hrc:652
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_YELLOW"
msgid "Box List Yellow"
msgstr ""
-#: strings.hrc:657
+#: include/svx/strings.hrc:653
msgctxt "RID_SVXSTR_TBLAFMT_LO6_ELEGANT"
msgid "Elegant"
msgstr ""
-#: strings.hrc:658
+#: include/svx/strings.hrc:654
#, fuzzy
msgctxt "RID_SVXSTR_TBLAFMT_LO6_FINANCIAL"
msgid "Financial"
msgstr "Finansieel"
-#: strings.hrc:659
+#: include/svx/strings.hrc:655
msgctxt "RID_SVXSTR_TBLAFMT_LO6_SIMPLE_GRID_COLUMNS"
msgid "Simple Grid Columns"
msgstr ""
-#: strings.hrc:660
+#: include/svx/strings.hrc:656
msgctxt "RID_SVXSTR_TBLAFMT_LO6_SIMPLE_GRID_ROWS"
msgid "Simple Grid Rows"
msgstr ""
-#: strings.hrc:661
+#: include/svx/strings.hrc:657
msgctxt "RID_SVXSTR_TBLAFMT_LO6_SIMPLE_LIST_SHADED"
msgid "Simple List Shaded"
msgstr ""
-#: strings.hrc:662
+#: include/svx/strings.hrc:658
msgctxt "RID_SVXSTR_LINEJOINT_MIDDLE"
msgid "Line joint averaged"
msgstr "Lynlas gemiddeld"
-#: strings.hrc:663
+#: include/svx/strings.hrc:659
msgctxt "RID_SVXSTR_LINEJOINT_BEVEL"
msgid "Line joint bevel"
msgstr "Lynlas skuins"
-#: strings.hrc:664
+#: include/svx/strings.hrc:660
msgctxt "RID_SVXSTR_LINEJOINT_MITER"
msgid "Line joint miter"
msgstr "Lynlas mitre"
-#: strings.hrc:665
+#: include/svx/strings.hrc:661
msgctxt "RID_SVXSTR_LINEJOINT_ROUND"
msgid "Line joint round"
msgstr "Lynlas rond"
#. the familiar name for it
-#: strings.hrc:667
+#: include/svx/strings.hrc:663
msgctxt "RID_SVXSTR_LINECAP_BUTT"
msgid "Line cap flat"
msgstr ""
-#: strings.hrc:668
+#: include/svx/strings.hrc:664
msgctxt "RID_SVXSTR_LINECAP_ROUND"
msgid "Line cap round"
msgstr ""
-#: strings.hrc:669
+#: include/svx/strings.hrc:665
msgctxt "RID_SVXSTR_LINECAP_SQUARE"
msgid "Line cap square"
msgstr ""
-#: strings.hrc:670
+#: include/svx/strings.hrc:666
msgctxt "RID_SVXSTR_GRDT0"
msgid "Gradient"
msgstr "Gradiënt"
-#: strings.hrc:671
+#: include/svx/strings.hrc:667
msgctxt "RID_SVXSTR_GRDT1"
msgid "Linear blue/white"
msgstr "Lineêr blou/wit"
-#: strings.hrc:672
+#: include/svx/strings.hrc:668
msgctxt "RID_SVXSTR_GRDT2"
msgid "Linear magenta/green"
msgstr "Lineêr magenta/groen"
-#: strings.hrc:673
+#: include/svx/strings.hrc:669
msgctxt "RID_SVXSTR_GRDT3"
msgid "Linear yellow/brown"
msgstr "Lineêr geel/bruin"
-#: strings.hrc:674
+#: include/svx/strings.hrc:670
msgctxt "RID_SVXSTR_GRDT4"
msgid "Radial green/black"
msgstr "Radiaal groen/swart"
-#: strings.hrc:675
+#: include/svx/strings.hrc:671
msgctxt "RID_SVXSTR_GRDT5"
msgid "Radial red/yellow"
msgstr "Radiaal rooi/geel"
-#: strings.hrc:676
+#: include/svx/strings.hrc:672
msgctxt "RID_SVXSTR_GRDT6"
msgid "Rectangular red/white"
msgstr "Reghoekig rooi/wit"
-#: strings.hrc:677
+#: include/svx/strings.hrc:673
msgctxt "RID_SVXSTR_GRDT7"
msgid "Square yellow/white"
msgstr "Vierkantig geel/wit"
-#: strings.hrc:678
+#: include/svx/strings.hrc:674
msgctxt "RID_SVXSTR_GRDT8"
msgid "Ellipsoid blue gray/light blue"
msgstr "Ellipsoïed blougrys/ligblou"
-#: strings.hrc:679
+#: include/svx/strings.hrc:675
msgctxt "RID_SVXSTR_GRDT9"
msgid "Axial light red/white"
msgstr "Aksiaal ligrooi/wit"
#. l means left
-#: strings.hrc:681
+#: include/svx/strings.hrc:677
msgctxt "RID_SVXSTR_GRDT10"
msgid "Diagonal 1l"
msgstr "Diagonaal 1l"
#. r means right
-#: strings.hrc:683
+#: include/svx/strings.hrc:679
msgctxt "RID_SVXSTR_GRDT11"
msgid "Diagonal 1r"
msgstr "Diagonaal 1r"
#. l means left
-#: strings.hrc:685
+#: include/svx/strings.hrc:681
msgctxt "RID_SVXSTR_GRDT12"
msgid "Diagonal 2l"
msgstr "Diagonaal 2l"
#. r means right
-#: strings.hrc:687
+#: include/svx/strings.hrc:683
msgctxt "RID_SVXSTR_GRDT13"
msgid "Diagonal 2r"
msgstr "Diagonaal 2r"
#. l means left
-#: strings.hrc:689
+#: include/svx/strings.hrc:685
msgctxt "RID_SVXSTR_GRDT14"
msgid "Diagonal 3l"
msgstr "Diagonaal 3l"
#. r means right
-#: strings.hrc:691
+#: include/svx/strings.hrc:687
msgctxt "RID_SVXSTR_GRDT15"
msgid "Diagonal 3r"
msgstr "Diagonaal 3r"
#. l means left
-#: strings.hrc:693
+#: include/svx/strings.hrc:689
msgctxt "RID_SVXSTR_GRDT16"
msgid "Diagonal 4l"
msgstr "Diagonaal 4l"
#. r means right
-#: strings.hrc:695
+#: include/svx/strings.hrc:691
msgctxt "RID_SVXSTR_GRDT17"
msgid "Diagonal 4r"
msgstr "Diagonaal 4r"
-#: strings.hrc:696
+#: include/svx/strings.hrc:692
#, fuzzy
msgctxt "RID_SVXSTR_GRDT18"
msgid "Diagonal Blue"
msgstr "Diagonaal op"
-#: strings.hrc:697
+#: include/svx/strings.hrc:693
#, fuzzy
msgctxt "RID_SVXSTR_GRDT19"
msgid "Diagonal Green"
msgstr "Diagonaal af"
-#: strings.hrc:698
+#: include/svx/strings.hrc:694
#, fuzzy
msgctxt "RID_SVXSTR_GRDT20"
msgid "Diagonal Orange"
msgstr "Diagonaal af"
-#: strings.hrc:699
+#: include/svx/strings.hrc:695
#, fuzzy
msgctxt "RID_SVXSTR_GRDT21"
msgid "Diagonal Red"
msgstr "Diagonaal af"
-#: strings.hrc:700
+#: include/svx/strings.hrc:696
#, fuzzy
msgctxt "RID_SVXSTR_GRDT22"
msgid "Diagonal Turquoise"
msgstr "Diagonale strepe"
-#: strings.hrc:701
+#: include/svx/strings.hrc:697
#, fuzzy
msgctxt "RID_SVXSTR_GRDT23"
msgid "Diagonal Violet"
msgstr "Diagonaal af"
-#: strings.hrc:702
+#: include/svx/strings.hrc:698
#, fuzzy
msgctxt "RID_SVXSTR_GRDT24"
msgid "From a Corner"
msgstr "Gevoude hoek"
-#: strings.hrc:703
+#: include/svx/strings.hrc:699
msgctxt "RID_SVXSTR_GRDT25"
msgid "From a Corner, Blue"
msgstr ""
-#: strings.hrc:704
+#: include/svx/strings.hrc:700
msgctxt "RID_SVXSTR_GRDT26"
msgid "From a Corner, Green"
msgstr ""
-#: strings.hrc:705
+#: include/svx/strings.hrc:701
msgctxt "RID_SVXSTR_GRDT27"
msgid "From a Corner, Orange"
msgstr ""
-#: strings.hrc:706
+#: include/svx/strings.hrc:702
msgctxt "RID_SVXSTR_GRDT28"
msgid "From a Corner, Red"
msgstr ""
-#: strings.hrc:707
+#: include/svx/strings.hrc:703
#, fuzzy
msgctxt "RID_SVXSTR_GRDT29"
msgid "From a Corner, Turquoise"
msgstr "Valutaturkoois"
-#: strings.hrc:708
+#: include/svx/strings.hrc:704
msgctxt "RID_SVXSTR_GRDT30"
msgid "From a Corner, Violet"
msgstr ""
-#: strings.hrc:709
+#: include/svx/strings.hrc:705
#, fuzzy
msgctxt "RID_SVXSTR_GRDT31"
msgid "From the Middle"
msgstr "Van bo links"
-#: strings.hrc:710
+#: include/svx/strings.hrc:706
#, fuzzy
msgctxt "RID_SVXSTR_GRDT32"
msgid "From the Middle, Blue"
msgstr "Van bo links"
-#: strings.hrc:711
+#: include/svx/strings.hrc:707
#, fuzzy
msgctxt "RID_SVXSTR_GRDT33"
msgid "From the Middle, Green"
msgstr "Van bo links"
-#: strings.hrc:712
+#: include/svx/strings.hrc:708
#, fuzzy
msgctxt "RID_SVXSTR_GRDT34"
msgid "From the Middle, Orange"
msgstr "Van bo links"
-#: strings.hrc:713
+#: include/svx/strings.hrc:709
#, fuzzy
msgctxt "RID_SVXSTR_GRDT35"
msgid "From the Middle, Red"
msgstr "Van bo links"
-#: strings.hrc:714
+#: include/svx/strings.hrc:710
msgctxt "RID_SVXSTR_GRDT36"
msgid "From the Middle, Turquoise"
msgstr ""
-#: strings.hrc:715
+#: include/svx/strings.hrc:711
#, fuzzy
msgctxt "RID_SVXSTR_GRDT37"
msgid "From the Middle, Violet"
msgstr "Van bo links"
-#: strings.hrc:716
+#: include/svx/strings.hrc:712
msgctxt "RID_SVXSTR_GRDT38"
msgid "Horizontal"
msgstr "Horisontaal"
-#: strings.hrc:717
+#: include/svx/strings.hrc:713
#, fuzzy
msgctxt "RID_SVXSTR_GRDT39"
msgid "Horizontal Blue"
msgstr "Horisontaal uit"
-#: strings.hrc:718
+#: include/svx/strings.hrc:714
#, fuzzy
msgctxt "RID_SVXSTR_GRDT40"
msgid "Horizontal Green"
msgstr "Horisontaal in"
-#: strings.hrc:719
+#: include/svx/strings.hrc:715
#, fuzzy
msgctxt "RID_SVXSTR_GRDT41"
msgid "Horizontal Orange"
msgstr "Horisontale reël"
-#: strings.hrc:720
+#: include/svx/strings.hrc:716
#, fuzzy
msgctxt "RID_SVXSTR_GRDT42"
msgid "Horizontal Red"
msgstr "Horisontaal"
-#: strings.hrc:721
+#: include/svx/strings.hrc:717
#, fuzzy
msgctxt "RID_SVXSTR_GRDT43"
msgid "Horizontal Turquoise"
msgstr "Hori~sontale liniaal"
-#: strings.hrc:722
+#: include/svx/strings.hrc:718
#, fuzzy
msgctxt "RID_SVXSTR_GRDT44"
msgid "Horizontal Violet"
msgstr "Horisontaal uit"
-#: strings.hrc:723
+#: include/svx/strings.hrc:719
#, fuzzy
msgctxt "RID_SVXSTR_GRDT45"
msgid "Radial"
msgstr "Radiaal"
-#: strings.hrc:724
+#: include/svx/strings.hrc:720
#, fuzzy
msgctxt "RID_SVXSTR_GRDT46"
msgid "Radial Blue"
msgstr "Radiaal"
-#: strings.hrc:725
+#: include/svx/strings.hrc:721
#, fuzzy
msgctxt "RID_SVXSTR_GRDT47"
msgid "Radial Green"
msgstr "Radiaal groen/swart"
-#: strings.hrc:726
+#: include/svx/strings.hrc:722
#, fuzzy
msgctxt "RID_SVXSTR_GRDT48"
msgid "Radial Orange"
msgstr "~Dataomvang"
-#: strings.hrc:727
+#: include/svx/strings.hrc:723
#, fuzzy
msgctxt "RID_SVXSTR_GRDT49"
msgid "Radial Red"
msgstr "Radiaal"
-#: strings.hrc:728
+#: include/svx/strings.hrc:724
#, fuzzy
msgctxt "RID_SVXSTR_GRDT50"
msgid "Radial Turquoise"
msgstr "Turkoois"
-#: strings.hrc:729
+#: include/svx/strings.hrc:725
#, fuzzy
msgctxt "RID_SVXSTR_GRDT51"
msgid "Radial Violet"
msgstr "Violet"
-#: strings.hrc:730
+#: include/svx/strings.hrc:726
msgctxt "RID_SVXSTR_GRDT52"
msgid "Vertical"
msgstr "Vertikaal"
-#: strings.hrc:731
+#: include/svx/strings.hrc:727
#, fuzzy
msgctxt "RID_SVXSTR_GRDT53"
msgid "Vertical Blue"
msgstr "Vertikale reël"
-#: strings.hrc:732
+#: include/svx/strings.hrc:728
#, fuzzy
msgctxt "RID_SVXSTR_GRDT54"
msgid "Vertical Green"
msgstr "Vertikaal in"
-#: strings.hrc:733
+#: include/svx/strings.hrc:729
#, fuzzy
msgctxt "RID_SVXSTR_GRDT55"
msgid "Vertical Orange"
msgstr "Vertikale reël"
-#: strings.hrc:734
+#: include/svx/strings.hrc:730
#, fuzzy
msgctxt "RID_SVXSTR_GRDT56"
msgid "Vertical Red"
msgstr "Vertikale liniaal"
-#: strings.hrc:735
+#: include/svx/strings.hrc:731
#, fuzzy
msgctxt "RID_SVXSTR_GRDT57"
msgid "Vertical Turquoise"
msgstr "Verti~kale liniaal"
-#: strings.hrc:736
+#: include/svx/strings.hrc:732
#, fuzzy
msgctxt "RID_SVXSTR_GRDT58"
msgid "Vertical Violet"
msgstr "Vertikaal uit"
-#: strings.hrc:737
+#: include/svx/strings.hrc:733
msgctxt "RID_SVXSTR_GRDT59"
msgid "Gray Gradient"
msgstr ""
-#: strings.hrc:738
+#: include/svx/strings.hrc:734
msgctxt "RID_SVXSTR_GRDT60"
msgid "Yellow Gradient"
msgstr ""
-#: strings.hrc:739
+#: include/svx/strings.hrc:735
msgctxt "RID_SVXSTR_GRDT61"
msgid "Orange Gradient"
msgstr ""
-#: strings.hrc:740
+#: include/svx/strings.hrc:736
msgctxt "RID_SVXSTR_GRDT62"
msgid "Red Gradient"
msgstr ""
-#: strings.hrc:741
+#: include/svx/strings.hrc:737
msgctxt "RID_SVXSTR_GRDT63"
msgid "Pink Gradient"
msgstr ""
-#: strings.hrc:742
+#: include/svx/strings.hrc:738
msgctxt "RID_SVXSTR_GRDT64"
msgid "Sky"
msgstr "Lug"
-#: strings.hrc:743
+#: include/svx/strings.hrc:739
msgctxt "RID_SVXSTR_GRDT65"
msgid "Cyan Gradient"
msgstr ""
-#: strings.hrc:744
+#: include/svx/strings.hrc:740
msgctxt "RID_SVXSTR_GRDT66"
msgid "Blue Gradient"
msgstr ""
-#: strings.hrc:745
+#: include/svx/strings.hrc:741
msgctxt "RID_SVXSTR_GRDT67"
msgid "Purple Pipe"
msgstr ""
-#: strings.hrc:746
+#: include/svx/strings.hrc:742
#, fuzzy
msgctxt "RID_SVXSTR_GRDT68"
msgid "Night"
msgstr "Regs"
-#: strings.hrc:747
+#: include/svx/strings.hrc:743
msgctxt "RID_SVXSTR_GRDT69"
msgid "Green Gradient"
msgstr ""
-#: strings.hrc:748
+#: include/svx/strings.hrc:744
msgctxt "RID_SVXSTR_GRDT70"
msgid "Tango Green"
msgstr ""
-#: strings.hrc:749
+#: include/svx/strings.hrc:745
msgctxt "RID_SVXSTR_GRDT71"
msgid "Subtle Tango Green"
msgstr ""
-#: strings.hrc:750
+#: include/svx/strings.hrc:746
msgctxt "RID_SVXSTR_GRDT72"
msgid "Tango Purple"
msgstr ""
-#: strings.hrc:751
+#: include/svx/strings.hrc:747
msgctxt "RID_SVXSTR_GRDT73"
msgid "Tango Red"
msgstr ""
-#: strings.hrc:752
+#: include/svx/strings.hrc:748
msgctxt "RID_SVXSTR_GRDT74"
msgid "Tango Blue"
msgstr ""
-#: strings.hrc:753
+#: include/svx/strings.hrc:749
msgctxt "RID_SVXSTR_GRDT75"
msgid "Tango Yellow"
msgstr ""
-#: strings.hrc:754
+#: include/svx/strings.hrc:750
msgctxt "RID_SVXSTR_GRDT76"
msgid "Tango Orange"
msgstr ""
-#: strings.hrc:755
+#: include/svx/strings.hrc:751
msgctxt "RID_SVXSTR_GRDT77"
msgid "Tango Gray"
msgstr ""
-#: strings.hrc:756
+#: include/svx/strings.hrc:752
#, fuzzy
msgctxt "RID_SVXSTR_GRDT78"
msgid "Clay"
msgstr "Speel"
-#: strings.hrc:757
+#: include/svx/strings.hrc:753
msgctxt "RID_SVXSTR_GRDT79"
msgid "Olive Green"
msgstr ""
-#: strings.hrc:758
+#: include/svx/strings.hrc:754
msgctxt "RID_SVXSTR_GRDT80"
msgid "Silver"
msgstr ""
-#: strings.hrc:759
+#: include/svx/strings.hrc:755
msgctxt "RID_SVXSTR_GRDT81"
msgid "Sunburst"
msgstr ""
-#: strings.hrc:760
+#: include/svx/strings.hrc:756
msgctxt "RID_SVXSTR_GRDT82"
msgid "Brownie"
msgstr ""
-#: strings.hrc:761
+#: include/svx/strings.hrc:757
#, fuzzy
msgctxt "RID_SVXSTR_GRDT83"
msgid "Sunset"
msgstr "Substel"
-#: strings.hrc:762
+#: include/svx/strings.hrc:758
msgctxt "RID_SVXSTR_GRDT84"
msgid "Deep Green"
msgstr ""
-#: strings.hrc:763
+#: include/svx/strings.hrc:759
msgctxt "RID_SVXSTR_GRDT85"
msgid "Deep Orange"
msgstr ""
-#: strings.hrc:764
+#: include/svx/strings.hrc:760
msgctxt "RID_SVXSTR_GRDT86"
msgid "Deep Blue"
msgstr ""
-#: strings.hrc:765
+#: include/svx/strings.hrc:761
msgctxt "RID_SVXSTR_GRDT87"
msgid "Purple Haze"
msgstr ""
-#: strings.hrc:766
+#: include/svx/strings.hrc:762
#, fuzzy
msgctxt "RID_SVXSTR_HATCH0"
msgid "Black 45 Degrees Wide"
msgstr "Swart 45 grade wyd"
-#: strings.hrc:767
+#: include/svx/strings.hrc:763
#, fuzzy
msgctxt "RID_SVXSTR_HATCH1"
msgid "Black 45 Degrees"
msgstr "Swart 45 grade"
-#: strings.hrc:768
+#: include/svx/strings.hrc:764
#, fuzzy
msgctxt "RID_SVXSTR_HATCH2"
msgid "Black -45 Degrees"
msgstr "Swart -45 grade"
-#: strings.hrc:769
+#: include/svx/strings.hrc:765
#, fuzzy
msgctxt "RID_SVXSTR_HATCH3"
msgid "Black 90 Degrees"
msgstr "Swart 90 grade"
-#: strings.hrc:770
+#: include/svx/strings.hrc:766
#, fuzzy
msgctxt "RID_SVXSTR_HATCH4"
msgid "Red Crossed 45 Degrees"
msgstr "Rooi gekruis 45 grade"
-#: strings.hrc:771
+#: include/svx/strings.hrc:767
#, fuzzy
msgctxt "RID_SVXSTR_HATCH5"
msgid "Red Crossed 0 Degrees"
msgstr "Rooi gekruis 0 grade"
-#: strings.hrc:772
+#: include/svx/strings.hrc:768
#, fuzzy
msgctxt "RID_SVXSTR_HATCH6"
msgid "Blue Crossed 45 Degrees"
msgstr "Blou gekruis 45 grade"
-#: strings.hrc:773
+#: include/svx/strings.hrc:769
#, fuzzy
msgctxt "RID_SVXSTR_HATCH7"
msgid "Blue Crossed 0 Degrees"
msgstr "Blou gekruis 0 grade"
-#: strings.hrc:774
+#: include/svx/strings.hrc:770
#, fuzzy
msgctxt "RID_SVXSTR_HATCH8"
msgid "Blue Triple 90 Degrees"
msgstr "Blou drievoudig 90 grade"
-#: strings.hrc:775
+#: include/svx/strings.hrc:771
#, fuzzy
msgctxt "RID_SVXSTR_HATCH9"
msgid "Black 0 Degrees"
msgstr "Swart 0 grade"
-#: strings.hrc:776
+#: include/svx/strings.hrc:772
msgctxt "RID_SVXSTR_HATCH10"
msgid "Hatching"
msgstr "Arsering"
-#: strings.hrc:777
+#: include/svx/strings.hrc:773
msgctxt "RID_SVXSTR_BMP0"
msgid "Empty"
msgstr ""
-#: strings.hrc:778
+#: include/svx/strings.hrc:774
msgctxt "RID_SVXSTR_BMP1"
-msgid "Sky"
-msgstr "Lug"
+msgid "Painted White"
+msgstr ""
-#: strings.hrc:779
+#: include/svx/strings.hrc:775
msgctxt "RID_SVXSTR_BMP2"
-msgid "Water"
-msgstr "Water"
+msgid "Paper Texture"
+msgstr ""
-#: strings.hrc:780
+#: include/svx/strings.hrc:776
msgctxt "RID_SVXSTR_BMP3"
-msgid "Coarse grained"
-msgstr "Growwe grein"
+msgid "Paper Crumpled"
+msgstr ""
-#: strings.hrc:781
+#: include/svx/strings.hrc:777
msgctxt "RID_SVXSTR_BMP4"
-msgid "Mercury"
-msgstr "Kwik"
+msgid "Paper Graph"
+msgstr ""
-#: strings.hrc:782
+#: include/svx/strings.hrc:778
msgctxt "RID_SVXSTR_BMP5"
-msgid "Space"
-msgstr "Ruimte"
+msgid "Parchment Paper"
+msgstr ""
-#: strings.hrc:783
+#: include/svx/strings.hrc:779
msgctxt "RID_SVXSTR_BMP6"
-msgid "Metal"
-msgstr "Metaal"
+msgid "Fence"
+msgstr ""
-#: strings.hrc:784
+#: include/svx/strings.hrc:780
msgctxt "RID_SVXSTR_BMP7"
-msgid "Droplets"
-msgstr "Druppeltjies"
+msgid "Wooden Board"
+msgstr ""
-#: strings.hrc:785
+#: include/svx/strings.hrc:781
msgctxt "RID_SVXSTR_BMP8"
-msgid "Marble"
-msgstr "Marmer"
+msgid "Maple Leaves"
+msgstr ""
-#: strings.hrc:786
+#: include/svx/strings.hrc:782
msgctxt "RID_SVXSTR_BMP9"
-msgid "Linen"
-msgstr "Linne"
+msgid "Lawn"
+msgstr ""
-#: strings.hrc:787
+#: include/svx/strings.hrc:783
msgctxt "RID_SVXSTR_BMP10"
-msgid "Stone"
-msgstr "Klip"
+msgid "Colorful Pebbles"
+msgstr ""
-#: strings.hrc:788
+#: include/svx/strings.hrc:784
msgctxt "RID_SVXSTR_BMP11"
-msgid "Gravel"
-msgstr "Gruis"
+msgid "Coffee Beans"
+msgstr ""
-#: strings.hrc:789
+#: include/svx/strings.hrc:785
msgctxt "RID_SVXSTR_BMP12"
-msgid "Wall"
-msgstr "Muur"
+msgid "Little Clouds"
+msgstr ""
-#: strings.hrc:790
+#: include/svx/strings.hrc:786
msgctxt "RID_SVXSTR_BMP13"
-msgid "Brownstone"
-msgstr "Bruinsteen"
+msgid "Bathroom Tiles"
+msgstr ""
-#: strings.hrc:791
+#: include/svx/strings.hrc:787
msgctxt "RID_SVXSTR_BMP14"
-msgid "Netting"
-msgstr "Netting"
+msgid "Wall of Rock"
+msgstr ""
-#: strings.hrc:792
+#: include/svx/strings.hrc:788
msgctxt "RID_SVXSTR_BMP15"
-msgid "Leaves"
-msgstr "Blare"
+msgid "Zebra"
+msgstr ""
-#: strings.hrc:793
+#: include/svx/strings.hrc:789
msgctxt "RID_SVXSTR_BMP16"
-msgid "Artificial Turf"
-msgstr "Kunsgras"
+msgid "Color Stripes"
+msgstr ""
-#: strings.hrc:794
+#: include/svx/strings.hrc:790
msgctxt "RID_SVXSTR_BMP17"
-msgid "Daisy"
-msgstr "Gousblom"
+msgid "Gravel"
+msgstr ""
-#: strings.hrc:795
+#: include/svx/strings.hrc:791
msgctxt "RID_SVXSTR_BMP18"
-msgid "Orange"
-msgstr "Oranje"
+msgid "Parchment Studio"
+msgstr ""
-#: strings.hrc:796
+#: include/svx/strings.hrc:792
msgctxt "RID_SVXSTR_BMP19"
-msgid "Fiery"
-msgstr "Vurig"
+msgid "Night Sky"
+msgstr ""
-#: strings.hrc:797
+#: include/svx/strings.hrc:793
msgctxt "RID_SVXSTR_BMP20"
-msgid "Roses"
-msgstr "Rose"
+msgid "Pool"
+msgstr ""
-#: strings.hrc:798
+#: include/svx/strings.hrc:794
msgctxt "RID_SVXSTR_BMP21"
msgid "Bitmap"
msgstr "Biskaart"
-#: strings.hrc:799
+#: include/svx/strings.hrc:795
#, fuzzy
msgctxt "RID_SVXSTR_BMP22"
msgid "5 Percent"
msgstr "Persent"
-#: strings.hrc:800
+#: include/svx/strings.hrc:796
msgctxt "RID_SVXSTR_BMP23"
msgid "10 Percent"
msgstr ""
-#: strings.hrc:801
+#: include/svx/strings.hrc:797
msgctxt "RID_SVXSTR_BMP24"
msgid "20 Percent"
msgstr ""
-#: strings.hrc:802
+#: include/svx/strings.hrc:798
msgctxt "RID_SVXSTR_BMP25"
msgid "25 Percent"
msgstr ""
-#: strings.hrc:803
+#: include/svx/strings.hrc:799
msgctxt "RID_SVXSTR_BMP26"
msgid "30 Percent"
msgstr ""
-#: strings.hrc:804
+#: include/svx/strings.hrc:800
msgctxt "RID_SVXSTR_BMP27"
msgid "40 Percent"
msgstr ""
-#: strings.hrc:805
+#: include/svx/strings.hrc:801
msgctxt "RID_SVXSTR_BMP28"
msgid "50 Percent"
msgstr ""
-#: strings.hrc:806
+#: include/svx/strings.hrc:802
msgctxt "RID_SVXSTR_BMP29"
msgid "60 Percent"
msgstr ""
-#: strings.hrc:807
+#: include/svx/strings.hrc:803
msgctxt "RID_SVXSTR_BMP30"
msgid "70 Percent"
msgstr ""
-#: strings.hrc:808
+#: include/svx/strings.hrc:804
msgctxt "RID_SVXSTR_BMP31"
msgid "75 Percent"
msgstr ""
-#: strings.hrc:809
+#: include/svx/strings.hrc:805
msgctxt "RID_SVXSTR_BMP32"
msgid "80 Percent"
msgstr ""
-#: strings.hrc:810
+#: include/svx/strings.hrc:806
msgctxt "RID_SVXSTR_BMP33"
msgid "90 Percent"
msgstr ""
-#: strings.hrc:811
+#: include/svx/strings.hrc:807
msgctxt "RID_SVXSTR_BMP34"
msgid "Light Downward Diagonal"
msgstr ""
-#: strings.hrc:812
+#: include/svx/strings.hrc:808
msgctxt "RID_SVXSTR_BMP35"
msgid "Light Upward Diagonal"
msgstr ""
-#: strings.hrc:813
+#: include/svx/strings.hrc:809
msgctxt "RID_SVXSTR_BMP36"
msgid "Dark Downward Diagonal"
msgstr ""
-#: strings.hrc:814
+#: include/svx/strings.hrc:810
msgctxt "RID_SVXSTR_BMP37"
msgid "Dark Upward Diagonal"
msgstr ""
-#: strings.hrc:815
+#: include/svx/strings.hrc:811
msgctxt "RID_SVXSTR_BMP38"
msgid "Wide Downward Diagonal"
msgstr ""
-#: strings.hrc:816
+#: include/svx/strings.hrc:812
msgctxt "RID_SVXSTR_BMP39"
msgid "Wide Upward Diagonal"
msgstr ""
-#: strings.hrc:817
+#: include/svx/strings.hrc:813
msgctxt "RID_SVXSTR_BMP40"
msgid "Light Vertical"
msgstr ""
-#: strings.hrc:818
+#: include/svx/strings.hrc:814
#, fuzzy
msgctxt "RID_SVXSTR_BMP41"
msgid "Light Horizontal"
msgstr "Kantel horisontaal"
-#: strings.hrc:819
+#: include/svx/strings.hrc:815
msgctxt "RID_SVXSTR_BMP42"
msgid "Narrow Vertical"
msgstr ""
-#: strings.hrc:820
+#: include/svx/strings.hrc:816
msgctxt "RID_SVXSTR_BMP43"
msgid "Narrow Horizontal"
msgstr ""
-#: strings.hrc:821
+#: include/svx/strings.hrc:817
msgctxt "RID_SVXSTR_BMP44"
msgid "Dark Vertical"
msgstr ""
-#: strings.hrc:822
+#: include/svx/strings.hrc:818
#, fuzzy
msgctxt "RID_SVXSTR_BMP45"
msgid "Dark Horizontal"
msgstr "Kantel horisontaal"
-#: strings.hrc:823
+#: include/svx/strings.hrc:819
msgctxt "RID_SVXSTR_BMP46"
msgid "Dashed Downward Diagonal"
msgstr ""
-#: strings.hrc:824
+#: include/svx/strings.hrc:820
msgctxt "RID_SVXSTR_BMP47"
msgid "Dashed Upward Diagonal"
msgstr ""
-#: strings.hrc:825
+#: include/svx/strings.hrc:821
msgctxt "RID_SVXSTR_BMP48"
msgid "Dashed Horizontal"
msgstr ""
-#: strings.hrc:826
+#: include/svx/strings.hrc:822
msgctxt "RID_SVXSTR_BMP49"
msgid "Dashed Vertical"
msgstr ""
-#: strings.hrc:827
+#: include/svx/strings.hrc:823
msgctxt "RID_SVXSTR_BMP50"
msgid "Small Confetti"
msgstr ""
-#: strings.hrc:828
+#: include/svx/strings.hrc:824
msgctxt "RID_SVXSTR_BMP51"
msgid "Large Confetti"
msgstr ""
-#: strings.hrc:829
+#: include/svx/strings.hrc:825
msgctxt "RID_SVXSTR_BMP52"
msgid "Zig Zag"
msgstr ""
-#: strings.hrc:830
+#: include/svx/strings.hrc:826
msgctxt "RID_SVXSTR_BMP53"
msgid "Wave"
msgstr "Golf"
-#: strings.hrc:831
+#: include/svx/strings.hrc:827
msgctxt "RID_SVXSTR_BMP54"
msgid "Diagonal Brick"
msgstr ""
-#: strings.hrc:832
+#: include/svx/strings.hrc:828
#, fuzzy
msgctxt "RID_SVXSTR_BMP55"
msgid "Horizontal Brick"
msgstr "horisontale reël"
-#: strings.hrc:833
+#: include/svx/strings.hrc:829
#, fuzzy
msgctxt "RID_SVXSTR_BMP56"
msgid "Weave"
msgstr "Golf"
-#: strings.hrc:834
+#: include/svx/strings.hrc:830
#, fuzzy
msgctxt "RID_SVXSTR_BMP57"
msgid "Plaid"
msgstr "Gewone"
-#: strings.hrc:835
+#: include/svx/strings.hrc:831
msgctxt "RID_SVXSTR_BMP58"
msgid "Divot"
msgstr ""
-#: strings.hrc:836
+#: include/svx/strings.hrc:832
msgctxt "RID_SVXSTR_BMP59"
msgid "Dotted Grid"
msgstr ""
-#: strings.hrc:837
+#: include/svx/strings.hrc:833
msgctxt "RID_SVXSTR_BMP60"
msgid "Dotted Diamond"
msgstr ""
-#: strings.hrc:838
+#: include/svx/strings.hrc:834
#, fuzzy
msgctxt "RID_SVXSTR_BMP61"
msgid "Shingle"
msgstr "Enkel"
-#: strings.hrc:839
+#: include/svx/strings.hrc:835
msgctxt "RID_SVXSTR_BMP62"
msgid "Trellis"
msgstr ""
-#: strings.hrc:840
+#: include/svx/strings.hrc:836
#, fuzzy
msgctxt "RID_SVXSTR_BMP63"
msgid "Sphere"
msgstr "sfeer"
-#: strings.hrc:841
+#: include/svx/strings.hrc:837
msgctxt "RID_SVXSTR_BMP64"
msgid "Small Grid"
msgstr ""
-#: strings.hrc:842
+#: include/svx/strings.hrc:838
msgctxt "RID_SVXSTR_BMP65"
msgid "Large Grid"
msgstr ""
-#: strings.hrc:843
+#: include/svx/strings.hrc:839
msgctxt "RID_SVXSTR_BMP66"
msgid "Small Checker Board"
msgstr ""
-#: strings.hrc:844
+#: include/svx/strings.hrc:840
msgctxt "RID_SVXSTR_BMP67"
msgid "Large Checker Board"
msgstr ""
-#: strings.hrc:845
+#: include/svx/strings.hrc:841
msgctxt "RID_SVXSTR_BMP68"
msgid "Outlined Diamond"
msgstr ""
-#: strings.hrc:846
+#: include/svx/strings.hrc:842
msgctxt "RID_SVXSTR_BMP69"
msgid "Solid Diamond"
msgstr ""
-#: strings.hrc:847
+#: include/svx/strings.hrc:843
msgctxt "RID_SVXSTR_BMP70"
msgid "Vertical"
msgstr "Vertikaal"
-#: strings.hrc:848
+#: include/svx/strings.hrc:844
msgctxt "RID_SVXSTR_BMP71"
msgid "Horizontal"
msgstr "Horisontaal"
-#: strings.hrc:849
+#: include/svx/strings.hrc:845
msgctxt "RID_SVXSTR_BMP72"
msgid "Downward Diagonal"
msgstr ""
-#: strings.hrc:850
+#: include/svx/strings.hrc:846
msgctxt "RID_SVXSTR_BMP73"
msgid "Upward Diagonal"
msgstr ""
-#: strings.hrc:851
+#: include/svx/strings.hrc:847
msgctxt "RID_SVXSTR_BMP74"
msgid "Cross"
msgstr "Kruis"
-#: strings.hrc:852
+#: include/svx/strings.hrc:848
msgctxt "RID_SVXSTR_BMP75"
msgid "Diagonal Cross"
msgstr ""
-#: strings.hrc:853
+#: include/svx/strings.hrc:849
#, fuzzy
msgctxt "RID_SVXSTR_DASH0"
msgid "Ultrafine Dashed"
msgstr "Ultrafyn strepies"
-#: strings.hrc:854
+#: include/svx/strings.hrc:850
#, fuzzy
msgctxt "RID_SVXSTR_DASH1"
msgid "Fine Dashed"
msgstr "Fyn strepies"
-#: strings.hrc:855
+#: include/svx/strings.hrc:851
msgctxt "RID_SVXSTR_DASH2"
msgid "2 Dots 3 Dashes"
msgstr "2 stippels 3 strepie"
-#: strings.hrc:856
+#: include/svx/strings.hrc:852
#, fuzzy
msgctxt "RID_SVXSTR_DASH3"
msgid "Fine Dotted"
msgstr "Fyn stippels"
-#: strings.hrc:857
+#: include/svx/strings.hrc:853
#, fuzzy
msgctxt "RID_SVXSTR_DASH4"
msgid "Line with Fine Dots"
msgstr "Lyn met fyn stippels"
-#: strings.hrc:858
+#: include/svx/strings.hrc:854
#, fuzzy
msgctxt "RID_SVXSTR_DASH5"
msgid "Fine Dashed"
msgstr "Fyn strepies"
-#: strings.hrc:859
+#: include/svx/strings.hrc:855
msgctxt "RID_SVXSTR_DASH6"
msgid "3 Dashes 3 Dots"
msgstr ""
-#: strings.hrc:860
+#: include/svx/strings.hrc:856
#, fuzzy
msgctxt "RID_SVXSTR_DASH7"
msgid "Ultrafine Dotted"
msgstr "Ultrafyn strepies"
-#: strings.hrc:861
+#: include/svx/strings.hrc:857
#, fuzzy
msgctxt "RID_SVXSTR_DASH8"
msgid "Line Style 9"
msgstr "Lynstyl 9"
-#: strings.hrc:862
+#: include/svx/strings.hrc:858
#, fuzzy
msgctxt "RID_SVXSTR_DASH9"
msgid "2 Dots 1 Dash"
msgstr "2 stippels 1 strepie"
-#: strings.hrc:863
+#: include/svx/strings.hrc:859
msgctxt "RID_SVXSTR_DASH10"
msgid "Dashed"
msgstr "Gestreep"
-#: strings.hrc:864
+#: include/svx/strings.hrc:860
msgctxt "RID_SVXSTR_DASH11"
msgid "Dashed"
msgstr "Gestreep"
-#: strings.hrc:865
+#: include/svx/strings.hrc:861
msgctxt "RID_SVXSTR_DASH12"
msgid "Line Style"
msgstr "Lynstyl"
-#: strings.hrc:866
+#: include/svx/strings.hrc:862
msgctxt "RID_SVXSTR_IMAP_ALL_FILTER"
msgid "All formats"
msgstr ""
-#: strings.hrc:867
+#: include/svx/strings.hrc:863
msgctxt "RID_SVXSTR_LEND0"
msgid "Arrow concave"
msgstr "Pyltjie konkaaf"
-#: strings.hrc:868
+#: include/svx/strings.hrc:864
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "Vierkant 45"
-#: strings.hrc:869
+#: include/svx/strings.hrc:865
msgctxt "RID_SVXSTR_LEND2"
msgid "Small arrow"
msgstr "Klein pyltjie"
-#: strings.hrc:870
+#: include/svx/strings.hrc:866
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension lines"
msgstr "Dimensielyne"
-#: strings.hrc:871
+#: include/svx/strings.hrc:867
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "Dubbelpyltjie"
-#: strings.hrc:872
+#: include/svx/strings.hrc:868
msgctxt "RID_SVXSTR_LEND5"
msgid "Rounded short arrow"
msgstr "Geronde kort pyltjie"
-#: strings.hrc:873
+#: include/svx/strings.hrc:869
msgctxt "RID_SVXSTR_LEND6"
msgid "Symmetric arrow"
msgstr "Simmetriese pyltjie"
-#: strings.hrc:874
+#: include/svx/strings.hrc:870
msgctxt "RID_SVXSTR_LEND7"
msgid "Line arrow"
msgstr "Lynpyltjie"
-#: strings.hrc:875
+#: include/svx/strings.hrc:871
msgctxt "RID_SVXSTR_LEND8"
msgid "Rounded large arrow"
msgstr "Geronde groot pyl"
-#: strings.hrc:876
+#: include/svx/strings.hrc:872
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "Sirkel"
-#: strings.hrc:877
+#: include/svx/strings.hrc:873
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "Vierkant"
-#: strings.hrc:878
+#: include/svx/strings.hrc:874
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "Pyltjie"
-#: strings.hrc:879
+#: include/svx/strings.hrc:875
msgctxt "RID_SVXSTR_LEND12"
msgid "Short line arrow"
msgstr ""
-#: strings.hrc:880
+#: include/svx/strings.hrc:876
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr ""
-#: strings.hrc:881
+#: include/svx/strings.hrc:877
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr ""
-#: strings.hrc:882
+#: include/svx/strings.hrc:878
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "Diamant"
-#: strings.hrc:883
+#: include/svx/strings.hrc:879
#, fuzzy
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "Sirkel, oningevul"
-#: strings.hrc:884
+#: include/svx/strings.hrc:880
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "Vierkant 45, oningevul"
-#: strings.hrc:885
+#: include/svx/strings.hrc:881
#, fuzzy
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "Vierkant, oningevul"
-#: strings.hrc:886
+#: include/svx/strings.hrc:882
msgctxt "RID_SVXSTR_LEND19"
msgid "Half circle unfilled"
msgstr ""
-#: strings.hrc:887
+#: include/svx/strings.hrc:883
#, fuzzy
msgctxt "RID_SVXSTR_LEND20"
msgid "Arrowhead"
msgstr "Pylpunte"
-#: strings.hrc:888
+#: include/svx/strings.hrc:884
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: strings.hrc:889
+#: include/svx/strings.hrc:885
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr ""
-#: strings.hrc:890
+#: include/svx/strings.hrc:886
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "Gravisaksent"
-#: strings.hrc:891
+#: include/svx/strings.hrc:887
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "Akuutaksent"
-#: strings.hrc:892
+#: include/svx/strings.hrc:888
#, fuzzy
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "Gravisaksent"
-#: strings.hrc:893
+#: include/svx/strings.hrc:889
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr ""
-#: strings.hrc:894
+#: include/svx/strings.hrc:890
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr ""
-#: strings.hrc:895
+#: include/svx/strings.hrc:891
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:898
+#: include/svx/strings.hrc:894
msgctxt "RID_SVXSTR_COLOR_TANGO_BUTTER"
msgid "Tango: Butter"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:900
+#: include/svx/strings.hrc:896
msgctxt "RID_SVXSTR_COLOR_TANGO_ORANGE"
msgid "Tango: Orange"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:902
+#: include/svx/strings.hrc:898
msgctxt "RID_SVXSTR_COLOR_TANGO_CHOCOLATE"
msgid "Tango: Chocolate"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:904
+#: include/svx/strings.hrc:900
msgctxt "RID_SVXSTR_COLOR_TANGO_CHAMELEON"
msgid "Tango: Chameleon"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:906
+#: include/svx/strings.hrc:902
msgctxt "RID_SVXSTR_COLOR_TANGO_SKY_BLUE"
msgid "Tango: Sky Blue"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:908
+#: include/svx/strings.hrc:904
msgctxt "RID_SVXSTR_COLOR_TANGO_PLUM"
msgid "Tango: Plum"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:910
+#: include/svx/strings.hrc:906
msgctxt "RID_SVXSTR_COLOR_TANGO_SCARLET_RED"
msgid "Tango: Scarlet Red"
msgstr ""
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:912
+#: include/svx/strings.hrc:908
msgctxt "RID_SVXSTR_COLOR_TANGO_ALUMINIUM"
msgid "Tango: Aluminium"
msgstr ""
-#: strings.hrc:913
+#: include/svx/strings.hrc:909
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "Galerytema"
-#: strings.hrc:914
+#: include/svx/strings.hrc:910
#, fuzzy
msgctxt "RID_SVXSTR_GALLERY_THEMEITEMS"
msgid "Theme Items"
msgstr "Tema-ID"
-#: strings.hrc:915
+#: include/svx/strings.hrc:911
msgctxt "RID_SVXSTR_GALLERY_PREVIEW"
msgid "Preview"
msgstr "Voorskou"
-#: strings.hrc:916
+#: include/svx/strings.hrc:912
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "Suksesvol herwin"
-#: strings.hrc:917
+#: include/svx/strings.hrc:913
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "Oorspronklike dokument herwin"
-#: strings.hrc:918
+#: include/svx/strings.hrc:914
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "Herwinning het misluk"
-#: strings.hrc:919
+#: include/svx/strings.hrc:915
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "Herwinning onderweg"
-#: strings.hrc:920
+#: include/svx/strings.hrc:916
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "Nog nie herwin nie"
-#: strings.hrc:921
+#: include/svx/strings.hrc:917
#, 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 sal u dokumente begin herwin. Afhangende van die grootte van die dokumente kan hierdie proses 'n rukkie duur."
-#: strings.hrc:922
+#: include/svx/strings.hrc:918
#, fuzzy
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
@@ -10893,1250 +10914,1200 @@ msgstr ""
"Herwinning van u dokumente is afgehandel.\n"
"Kliek 'Klaar' om u dokumente te sien."
-#: strings.hrc:923
+#: include/svx/strings.hrc:919
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~Klaar"
-#: strings.hrc:924
+#: include/svx/strings.hrc:920
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr ""
-#: strings.hrc:925
+#: include/svx/strings.hrc:921
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "pt"
-#: strings.hrc:927
+#: include/svx/strings.hrc:923
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr ""
-#: strings.hrc:928
+#: include/svx/strings.hrc:924
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr ""
#. Strings for the Draw Dialog --------------------------------------------
-#: strings.hrc:931
+#: include/svx/strings.hrc:927
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "Voeg objek(te) in"
-#: strings.hrc:932
+#: include/svx/strings.hrc:928
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "Roteer 3-D-objek"
-#: strings.hrc:933
+#: include/svx/strings.hrc:929
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "Skep ekstrusieobjek"
-#: strings.hrc:934
+#: include/svx/strings.hrc:930
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "Skep rotasieobjek"
-#: strings.hrc:935
+#: include/svx/strings.hrc:931
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "Verdeel 3-D-objek"
#. Language-Strings ------------------------------------------------------
-#: strings.hrc:938
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[Almal]"
-#: strings.hrc:940
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "Grafikafilter"
-#: strings.hrc:941
+#: include/svx/strings.hrc:937
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "Nuwe tema"
-#: strings.hrc:942
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New Theme..."
msgstr "Nuwe tema..."
-#: strings.hrc:943
+#: include/svx/strings.hrc:939
msgctxt "RID_SVXSTR_GALLERY_TITLE"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:944
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_GALLERY_ICONVIEW"
msgid "Icon View"
msgstr "Ikoonoorsig"
-#: strings.hrc:945
+#: include/svx/strings.hrc:941
msgctxt "RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr "Gedetailleerde aansig"
-#: strings.hrc:947
+#: include/svx/strings.hrc:943
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3-D-effekte"
-#: strings.hrc:948
+#: include/svx/strings.hrc:944
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "Animasies"
-#: strings.hrc:949
+#: include/svx/strings.hrc:945
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "Koeëltjies"
-#: strings.hrc:950
+#: include/svx/strings.hrc:946
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "Kantoor"
-#: strings.hrc:951
+#: include/svx/strings.hrc:947
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "Vlaggies"
-#: strings.hrc:952
+#: include/svx/strings.hrc:948
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "Vloeidiagramme"
-#: strings.hrc:953
+#: include/svx/strings.hrc:949
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "Emotikons"
-#: strings.hrc:954
+#: include/svx/strings.hrc:950
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "Beelde"
-#: strings.hrc:955
+#: include/svx/strings.hrc:951
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "Agtergronde"
-#: strings.hrc:956
+#: include/svx/strings.hrc:952
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "Tuisblad"
-#: strings.hrc:957
+#: include/svx/strings.hrc:953
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "Interaksie"
-#: strings.hrc:958
+#: include/svx/strings.hrc:954
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "Kaarte"
-#: strings.hrc:959
+#: include/svx/strings.hrc:955
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "Mense"
-#: strings.hrc:960
+#: include/svx/strings.hrc:956
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "Oppervlakke"
-#: strings.hrc:961
+#: include/svx/strings.hrc:957
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "Rekenaars"
-#: strings.hrc:962
+#: include/svx/strings.hrc:958
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr ""
-#: strings.hrc:963
+#: include/svx/strings.hrc:959
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr ""
-#: strings.hrc:964
+#: include/svx/strings.hrc:960
#, fuzzy
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "Finansies"
-#: strings.hrc:965
+#: include/svx/strings.hrc:961
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr ""
-#: strings.hrc:966
+#: include/svx/strings.hrc:962
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr ""
-#: strings.hrc:967
+#: include/svx/strings.hrc:963
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "Klanke"
-#: strings.hrc:968
+#: include/svx/strings.hrc:964
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "Simbole"
-#: strings.hrc:969
+#: include/svx/strings.hrc:965
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "My tema"
-#: strings.hrc:970
+#: include/svx/strings.hrc:966
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "Pyltjies"
-#: strings.hrc:971
+#: include/svx/strings.hrc:967
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "Ballonne"
-#: strings.hrc:972
+#: include/svx/strings.hrc:968
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "Sleutelbord"
-#: strings.hrc:973
+#: include/svx/strings.hrc:969
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "Tyd"
-#: strings.hrc:974
+#: include/svx/strings.hrc:970
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "Voorlegging"
-#: strings.hrc:975
+#: include/svx/strings.hrc:971
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "Kalender"
-#: strings.hrc:976
+#: include/svx/strings.hrc:972
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "Navigasie"
-#: strings.hrc:977
+#: include/svx/strings.hrc:973
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "Kommunikasie"
-#: strings.hrc:978
+#: include/svx/strings.hrc:974
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "Finansies"
-#: strings.hrc:979
+#: include/svx/strings.hrc:975
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "Rekenaars"
-#: strings.hrc:980
+#: include/svx/strings.hrc:976
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "Klimaat"
-#: strings.hrc:981
+#: include/svx/strings.hrc:977
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "Skool & Universiteit"
-#: strings.hrc:982
+#: include/svx/strings.hrc:978
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "Probleemoplossing"
-#: strings.hrc:983
+#: include/svx/strings.hrc:979
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Skermboontjies"
-#: strings.hrc:985
+#: include/svx/strings.hrc:981
msgctxt "RID_SVXSTR_ALIGN_LEFT"
msgid "~Left Align"
msgstr "~Linksbelyn"
-#: strings.hrc:986
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_ALIGN_CENTER"
msgid "~Center"
msgstr "~Middel"
-#: strings.hrc:987
+#: include/svx/strings.hrc:983
msgctxt "RID_SVXSTR_ALIGN_RIGHT"
msgid "~Right Align"
msgstr "~Regsbelyn"
-#: strings.hrc:988
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_ALIGN_WORD"
msgid "~Word Justify"
msgstr "~Woordbelyn"
-#: strings.hrc:989
+#: include/svx/strings.hrc:985
msgctxt "RID_SVXSTR_ALIGN_STRETCH"
msgid "S~tretch Justify"
msgstr "R~ek belyning"
-#: strings.hrc:990
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_CHARS_SPACING_VERY_TIGHT"
msgid "~Very Tight"
msgstr "~Baie knap"
-#: strings.hrc:991
+#: include/svx/strings.hrc:987
msgctxt "RID_SVXSTR_CHARS_SPACING_TIGHT"
msgid "~Tight"
msgstr "~Knap"
-#: strings.hrc:992
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_CHARS_SPACING_NORMAL"
msgid "~Normal"
msgstr "~Normaal"
-#: strings.hrc:993
+#: include/svx/strings.hrc:989
msgctxt "RID_SVXSTR_CHARS_SPACING_LOOSE"
msgid "~Loose"
msgstr "~Lossies"
-#: strings.hrc:994
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_CHARS_SPACING_VERY_LOOSE"
msgid "Very ~Loose"
msgstr "~Baie lossies"
-#: strings.hrc:995
+#: include/svx/strings.hrc:991
msgctxt "RID_SVXSTR_CHARS_SPACING_CUSTOM"
msgid "~Custom..."
msgstr "~Pasmaak..."
-#: strings.hrc:996
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_CHARS_SPACING_KERN_PAIRS"
msgid "~Kern Character Pairs"
msgstr "~Druk karakterpare saam"
-#: strings.hrc:998
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "Seleksie druk"
-#: strings.hrc:999
+#: include/svx/strings.hrc:995
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?"
-#: strings.hrc:1000
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~Alles"
-#: strings.hrc:1001
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~Seleksie"
-#: strings.hrc:1003
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_PERSPECTIVE"
msgid "~Perspective"
msgstr "~Perspektief"
-#: strings.hrc:1004
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_PARALLEL"
msgid "P~arallel"
msgstr "P~arallel"
-#: strings.hrc:1005
+#: include/svx/strings.hrc:1001
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "Ekstrusie noordwes"
-#: strings.hrc:1006
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "Ekstrusie noord"
-#: strings.hrc:1007
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "Ekstrusie noordoos"
-#: strings.hrc:1008
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "Ekstrusie wes"
-#: strings.hrc:1009
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "Ekstrusie agtertoe"
-#: strings.hrc:1010
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "Ekstrusie oos"
-#: strings.hrc:1011
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "Ekstrusie suidwes"
-#: strings.hrc:1012
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "Ekstrusie suid"
-#: strings.hrc:1013
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "Ekstrusie suidoos"
-#: strings.hrc:1014
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_BRIGHT"
msgid "~Bright"
msgstr "~Helder"
-#: strings.hrc:1015
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_NORMAL"
msgid "~Normal"
msgstr "~Normaal"
-#: strings.hrc:1016
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_DIM"
msgid "~Dim"
msgstr "~Vaag"
-#: strings.hrc:1017
+#: include/svx/strings.hrc:1013
msgctxt "RID_SVXSTR_WIREFRAME"
msgid "~Wire Frame"
msgstr "~Draadraam"
-#: strings.hrc:1018
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_MATTE"
msgid "~Matt"
msgstr "~Mat"
-#: strings.hrc:1019
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_PLASTIC"
msgid "~Plastic"
msgstr "~Plastiek"
-#: strings.hrc:1020
+#: include/svx/strings.hrc:1016
msgctxt "RID_SVXSTR_METAL"
msgid "Me~tal"
msgstr "Me~taal"
-#: strings.hrc:1021
+#: include/svx/strings.hrc:1017
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 cm"
-#: strings.hrc:1022
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 cm"
-#: strings.hrc:1023
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 cm"
-#: strings.hrc:1024
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 cm"
-#: strings.hrc:1025
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~cm"
-#: strings.hrc:1026
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 duim"
-#: strings.hrc:1027
+#: include/svx/strings.hrc:1023
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0,~5 duim"
-#: strings.hrc:1028
+#: include/svx/strings.hrc:1024
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 duim"
-#: strings.hrc:1029
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 duim"
-#: strings.hrc:1030
+#: include/svx/strings.hrc:1026
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 duim"
-#: strings.hrc:1031
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_CUSTOM"
msgid "~Custom..."
msgstr "~Pasmaak..."
-#: strings.hrc:1032
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_INFINITY"
msgid "~Infinity"
msgstr "~Oneindigheid"
-#: strings.hrc:1034
+#: include/svx/strings.hrc:1030
#, fuzzy
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "Geen invulling"
-#: strings.hrc:1035
+#: include/svx/strings.hrc:1031
#, fuzzy
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "Deursigtigheid"
-#: strings.hrc:1036
+#: include/svx/strings.hrc:1032
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "Verstek"
-#: strings.hrc:1037
+#: include/svx/strings.hrc:1033
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "Grense"
-#: strings.hrc:1038
+#: include/svx/strings.hrc:1034
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "Randstrookstyl"
-#: strings.hrc:1039
+#: include/svx/strings.hrc:1035
#, fuzzy
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "~Reël-nommering..."
-#: strings.hrc:1040
+#: include/svx/strings.hrc:1036
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr ""
-#: strings.hrc:1041
+#: include/svx/strings.hrc:1037
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr ""
-#: strings.hrc:1042
+#: include/svx/strings.hrc:1038
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "Bladsye"
-#: strings.hrc:1043
+#: include/svx/strings.hrc:1039
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "Maak formatering skoon"
-#: strings.hrc:1044
+#: include/svx/strings.hrc:1040
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr ""
-#: strings.hrc:1045
+#: include/svx/strings.hrc:1041
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr ""
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: strings.hrc:1047
+#: include/svx/strings.hrc:1043
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "Fontnaam"
-#: strings.hrc:1048
+#: include/svx/strings.hrc:1044
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr ""
-#: strings.hrc:1049
+#: include/svx/strings.hrc:1045
#, fuzzy
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "Doelgemaak"
-#: strings.hrc:1050
+#: include/svx/strings.hrc:1046
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr ""
-#: strings.hrc:1051
+#: include/svx/strings.hrc:1047
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
-#: strings.hrc:1053
+#: include/svx/strings.hrc:1049
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Ekstrusie"
-#: strings.hrc:1054
+#: include/svx/strings.hrc:1050
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Pas ekstrusie aan/af"
-#: strings.hrc:1055
+#: include/svx/strings.hrc:1051
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Kantel af"
-#: strings.hrc:1056
+#: include/svx/strings.hrc:1052
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Kantel op"
-#: strings.hrc:1057
+#: include/svx/strings.hrc:1053
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Kantel links"
-#: strings.hrc:1058
+#: include/svx/strings.hrc:1054
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Kantel regs"
-#: strings.hrc:1059
+#: include/svx/strings.hrc:1055
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Verander ekstrusiediepte"
-#: strings.hrc:1060
+#: include/svx/strings.hrc:1056
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Verander gerigtheid"
-#: strings.hrc:1061
+#: include/svx/strings.hrc:1057
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Verander projeksiesoort"
-#: strings.hrc:1062
+#: include/svx/strings.hrc:1058
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Verander beligting"
-#: strings.hrc:1063
+#: include/svx/strings.hrc:1059
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Verander helderheid"
-#: strings.hrc:1064
+#: include/svx/strings.hrc:1060
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Verander ekstrusieoppervlak"
-#: strings.hrc:1065
+#: include/svx/strings.hrc:1061
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Verander ekstrusiekleur"
-#: strings.hrc:1067
+#: include/svx/strings.hrc:1063
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "Gunsteling"
-#: strings.hrc:1068
+#: include/svx/strings.hrc:1064
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
-#: strings.hrc:1069
+#: include/svx/strings.hrc:1065
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
-#: strings.hrc:1070
+#: include/svx/strings.hrc:1066
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
-#: strings.hrc:1072
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwerk"
-#: strings.hrc:1073
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Pas Fontwerk-vorm toe"
-#: strings.hrc:1074
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Pas Fontwerk-selfdeletterhoogtes toe"
-#: strings.hrc:1075
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Pas Fontwerk-belyning toe"
-#: strings.hrc:1076
+#: include/svx/strings.hrc:1072
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Pas Fontwerk-karakterspasiëring toe"
-#: strings.hrc:1078
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_A11Y_3D_MATERIAL_COLOR"
msgid "3D material color"
msgstr "3-D-materiaalkleur"
-#: strings.hrc:1079
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_NONE"
msgid "None"
msgstr "Geen"
-#: strings.hrc:1080
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_SOLID"
msgid "Solid"
msgstr "Solied"
-#: strings.hrc:1081
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_HATCH"
msgid "With hatching"
msgstr "Met hutsing"
-#: strings.hrc:1082
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_GRADIENT"
msgid "Gradient"
msgstr "Gradiënt"
-#: strings.hrc:1083
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_BITMAP"
msgid "Bitmap"
msgstr "Biskaart"
-#: strings.hrc:1084
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "met"
-#: strings.hrc:1085
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Styl"
-#: strings.hrc:1086
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "en"
#. SvxRectCtl
-#: strings.hrc:1088
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Hoekbeheer"
-#: strings.hrc:1089
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Seleksie van 'n hoekpunt."
-#: strings.hrc:1090
-msgctxt "RID_SVXSTR_RECTCTL_ACC_ANGL_NAME"
-msgid "Angle control"
-msgstr "Hoekbeheer"
-
-#: strings.hrc:1091
-msgctxt "RID_SVXSTR_RECTCTL_ACC_ANGL_DESCR"
-msgid "Selection of a major angle."
-msgstr "Seleksie van 'n groot hoek."
-
-#: strings.hrc:1092
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Bo links"
-#: strings.hrc:1093
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Bo middel"
-#: strings.hrc:1094
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Bo regs"
-#: strings.hrc:1095
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Links middel"
-#: strings.hrc:1096
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Sentreer"
-#: strings.hrc:1097
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Regs middel"
-#: strings.hrc:1098
+#: include/svx/strings.hrc:1092
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Onder links"
-#: strings.hrc:1099
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Onder middel"
-#: strings.hrc:1100
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Onder regs"
-#: strings.hrc:1101
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A000"
-msgid "0 degrees"
-msgstr "0 grade"
-
-#: strings.hrc:1102
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A045"
-msgid "45 degrees"
-msgstr "45 grade"
-
-#: strings.hrc:1103
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A090"
-msgid "90 degrees"
-msgstr "90 grade"
-
-#: strings.hrc:1104
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A135"
-msgid "135 degrees"
-msgstr "135 grade"
-
-#: strings.hrc:1105
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A180"
-msgid "180 degrees"
-msgstr "180 grade"
-
-#: strings.hrc:1106
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A225"
-msgid "225 degrees"
-msgstr "225 grade"
-
-#: strings.hrc:1107
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A270"
-msgid "270 degrees"
-msgstr "270 grade"
-
-#: strings.hrc:1108
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A315"
-msgid "315 degrees"
-msgstr "315 grade"
-
#. SvxGraphCtrlAccessibleContext
-#: strings.hrc:1110
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Kontoerbeheer"
-#: strings.hrc:1111
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Dit is waar u die kontoer kan redigeer."
-#: strings.hrc:1112
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Spesialekarakter-keuse"
-#: strings.hrc:1113
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Kies spesiale karakters in hierdie area."
#. The space behind is a must.
-#: strings.hrc:1115
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Karakterkode "
-#: strings.hrc:1117
+#: include/svx/strings.hrc:1103
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Toevoer benodig in veld '#'. Tik asseblief 'n waarde in."
-#: strings.hrc:1118
+#: include/svx/strings.hrc:1104
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Vorms"
-#: strings.hrc:1119
+#: include/svx/strings.hrc:1105
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Geen beheer geselekteer nie"
-#: strings.hrc:1120
+#: include/svx/strings.hrc:1106
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Eienskappe: "
-#: strings.hrc:1121
+#: include/svx/strings.hrc:1107
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Vormeienskappe"
-#: strings.hrc:1122
+#: include/svx/strings.hrc:1108
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Vormnavigator"
-#: strings.hrc:1123
+#: include/svx/strings.hrc:1109
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Vorm"
-#: strings.hrc:1124
+#: include/svx/strings.hrc:1110
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Vorm"
-#: strings.hrc:1125
+#: include/svx/strings.hrc:1111
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Versteekte kontrole"
-#: strings.hrc:1126
+#: include/svx/strings.hrc:1112
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Beheer"
-#: strings.hrc:1127
+#: include/svx/strings.hrc:1113
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Rekord"
-#: strings.hrc:1128
+#: include/svx/strings.hrc:1114
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "van"
-#: strings.hrc:1129
+#: include/svx/strings.hrc:1115
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Voeg veld by:"
-#: strings.hrc:1130
+#: include/svx/strings.hrc:1116
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Kan nie data na databasis skryf nie"
-#: strings.hrc:1131
+#: include/svx/strings.hrc:1117
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Sintaksfout in navraaguitdrukking"
-#: strings.hrc:1132
+#: include/svx/strings.hrc:1118
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "U beoog om 1 rekord te skrap."
-#: strings.hrc:1133
+#: include/svx/strings.hrc:1119
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# rekords sal geskrap word."
-#: strings.hrc:1134
+#: include/svx/strings.hrc:1120
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 ""
-#: strings.hrc:1135
+#: include/svx/strings.hrc:1121
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Navigasiebalk"
-#: strings.hrc:1136
+#: include/svx/strings.hrc:1122
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Kol"
-#: strings.hrc:1137
+#: include/svx/strings.hrc:1123
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Stel eienskap '#' op"
-#: strings.hrc:1138
+#: include/svx/strings.hrc:1124
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Voeg in houer in"
-#: strings.hrc:1139
+#: include/svx/strings.hrc:1125
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Skrap #"
-#: strings.hrc:1140
+#: include/svx/strings.hrc:1126
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Skrap # objekte"
-#: strings.hrc:1141
+#: include/svx/strings.hrc:1127
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Vervang 'n houerelement"
-#: strings.hrc:1142
+#: include/svx/strings.hrc:1128
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Vervang beheer"
-#: strings.hrc:1143
+#: include/svx/strings.hrc:1129
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Druk knoppie"
-#: strings.hrc:1144
+#: include/svx/strings.hrc:1130
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Opsieknoppie"
-#: strings.hrc:1145
+#: include/svx/strings.hrc:1131
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Merkblokkie"
-#: strings.hrc:1146
+#: include/svx/strings.hrc:1132
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Etiketveld"
-#: strings.hrc:1147
+#: include/svx/strings.hrc:1133
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Groepkassie"
-#: strings.hrc:1148
+#: include/svx/strings.hrc:1134
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Tekskassie"
-#: strings.hrc:1149
+#: include/svx/strings.hrc:1135
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Geformateerde veld"
-#: strings.hrc:1150
+#: include/svx/strings.hrc:1136
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Lyskassie"
-#: strings.hrc:1151
+#: include/svx/strings.hrc:1137
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Kombinasiekassie"
-#: strings.hrc:1152
+#: include/svx/strings.hrc:1138
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Beeldknoppie"
-#: strings.hrc:1153
+#: include/svx/strings.hrc:1139
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Beeldbeheer"
-#: strings.hrc:1154
+#: include/svx/strings.hrc:1140
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Lêerseleksie"
-#: strings.hrc:1155
+#: include/svx/strings.hrc:1141
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Datum-veld"
-#: strings.hrc:1156
+#: include/svx/strings.hrc:1142
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Tyd-veld"
-#: strings.hrc:1157
+#: include/svx/strings.hrc:1143
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Numeriese veld"
-#: strings.hrc:1158
+#: include/svx/strings.hrc:1144
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Geldeenheidveld"
-#: strings.hrc:1159
+#: include/svx/strings.hrc:1145
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Patroonveld"
-#: strings.hrc:1160
+#: include/svx/strings.hrc:1146
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Tabelbeheer "
-#: strings.hrc:1161
+#: include/svx/strings.hrc:1147
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Rolstaaf"
-#: strings.hrc:1162
+#: include/svx/strings.hrc:1148
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Spinknoppie"
-#: strings.hrc:1163
+#: include/svx/strings.hrc:1149
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Navigasiebalk"
-#: strings.hrc:1164
+#: include/svx/strings.hrc:1150
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Veelvoudige seleksie"
-#: strings.hrc:1165
+#: include/svx/strings.hrc:1151
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "Geen dataverwante beheerinstrumente in huidige vorm nie!"
-#: strings.hrc:1166
+#: include/svx/strings.hrc:1152
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Datum)"
-#: strings.hrc:1167
+#: include/svx/strings.hrc:1153
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Tyd)"
-#: strings.hrc:1168
+#: include/svx/strings.hrc:1154
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Filternavigator"
-#: strings.hrc:1169
+#: include/svx/strings.hrc:1155
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filter vir"
-#: strings.hrc:1170
+#: include/svx/strings.hrc:1156
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Of"
-#: strings.hrc:1171
+#: include/svx/strings.hrc:1157
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."
-#: strings.hrc:1172
+#: include/svx/strings.hrc:1158
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<OutoVeld>"
-#: strings.hrc:1173
+#: include/svx/strings.hrc:1159
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Sintaksfout in SQL-stelling"
-#: strings.hrc:1174
+#: include/svx/strings.hrc:1160
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."
-#: strings.hrc:1175
+#: include/svx/strings.hrc:1161
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."
-#: strings.hrc:1176
+#: include/svx/strings.hrc:1162
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."
-#: strings.hrc:1177
+#: include/svx/strings.hrc:1163
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."
-#: strings.hrc:1178
+#: include/svx/strings.hrc:1164
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."
-#: strings.hrc:1179
+#: include/svx/strings.hrc:1165
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."
-#: strings.hrc:1180
+#: include/svx/strings.hrc:1166
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 \"#\"."
-#: strings.hrc:1181
+#: include/svx/strings.hrc:1167
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 \"#\"."
-#: strings.hrc:1182
+#: include/svx/strings.hrc:1168
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\"."
-#: strings.hrc:1183
+#: include/svx/strings.hrc:1169
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."
-#: strings.hrc:1184
+#: include/svx/strings.hrc:1170
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."
-#: strings.hrc:1185
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Datanavigator"
-#: strings.hrc:1186
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (leesalleen)"
-#: strings.hrc:1187
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Die lêer bestaan reeds. Oorheenskryf?"
-#: strings.hrc:1188
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object#-etiket"
-#: strings.hrc:1190
+#: include/svx/strings.hrc:1176
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -12146,7 +12117,7 @@ msgstr ""
"Om die model '$MODELNAME' te skrap, sal alle kontroles wat tans aan hierdie model gebind is affekteer.\n"
"Wil u werklik hierdie model skrap?"
-#: strings.hrc:1191
+#: include/svx/strings.hrc:1177
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -12156,7 +12127,7 @@ 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?"
-#: strings.hrc:1192
+#: include/svx/strings.hrc:1178
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -12166,12 +12137,12 @@ msgstr ""
"Om die model '$ELEMENTNAME' te skrap, sal alle kontroles wat tans aan hierdie element gebind is affekteer.\n"
"Wil u werklik hierdie element skrap?"
-#: strings.hrc:1193
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Wil u werklik die attribuut '$ATTRIBUTENAME' skrap?"
-#: strings.hrc:1194
+#: include/svx/strings.hrc:1180
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -12183,7 +12154,7 @@ msgstr ""
"\n"
"Wil u regtig hierdie indiening skrap?"
-#: strings.hrc:1195
+#: include/svx/strings.hrc:1181
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -12195,2553 +12166,2573 @@ msgstr ""
"\n"
"Wil u regtig hierdie binding skrap?"
-#: strings.hrc:1196
+#: include/svx/strings.hrc:1182
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."
-#: strings.hrc:1197
+#: include/svx/strings.hrc:1183
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."
-#: strings.hrc:1198
+#: include/svx/strings.hrc:1184
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."
-#: strings.hrc:1199
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Die indiening moet 'n naam hê."
-#: strings.hrc:1200
+#: include/svx/strings.hrc:1186
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
-#: strings.hrc:1201
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
-#: strings.hrc:1202
+#: include/svx/strings.hrc:1188
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
-#: strings.hrc:1203
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Geen"
-#: strings.hrc:1204
+#: include/svx/strings.hrc:1190
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "~Instanse"
-#: strings.hrc:1205
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Dokument"
-#: strings.hrc:1206
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Binding: "
-#: strings.hrc:1207
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Verwysing: "
-#: strings.hrc:1208
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Aksie: "
-#: strings.hrc:1209
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Metode: "
-#: strings.hrc:1210
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Vervang: "
-#: strings.hrc:1211
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Voeg element by"
-#: strings.hrc:1212
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Redigeer element"
-#: strings.hrc:1213
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Skrap element"
-#: strings.hrc:1214
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Voeg attribuut by"
-#: strings.hrc:1215
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Redigeer attribuut"
-#: strings.hrc:1216
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Skrap attribuut"
-#: strings.hrc:1217
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Voeg binding by"
-#: strings.hrc:1218
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Redigeer binding"
-#: strings.hrc:1219
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Skrap binding"
-#: strings.hrc:1220
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Voeg indiening by"
-#: strings.hrc:1221
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Redigeer indiening"
-#: strings.hrc:1222
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Skrap indiening"
-#: strings.hrc:1223
+#: include/svx/strings.hrc:1209
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Element:"
-#: strings.hrc:1224
+#: include/svx/strings.hrc:1210
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Attribute"
-#: strings.hrc:1225
+#: include/svx/strings.hrc:1211
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Bindings"
-#: strings.hrc:1226
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Bindinguitdrukking"
-#: strings.hrc:1228
+#: include/svx/strings.hrc:1214
#, fuzzy
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?"
-#: strings.hrc:1230
+#: include/svx/strings.hrc:1216
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Links"
-#: strings.hrc:1231
+#: include/svx/strings.hrc:1217
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Regs"
-#: strings.hrc:1232
+#: include/svx/strings.hrc:1218
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Sentreer"
-#: strings.hrc:1233
+#: include/svx/strings.hrc:1219
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Desimaal"
-#: strings.hrc:1235
+#: include/svx/strings.hrc:1221
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
-#: strings.hrc:1236
+#: include/svx/strings.hrc:1222
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: strings.hrc:1238
+#: include/svx/strings.hrc:1224
#, fuzzy
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "~Oorheenskryf"
-#: strings.hrc:1239
+#: include/svx/strings.hrc:1225
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Digitale handtekening: Die dokument se handtekening is OK."
-#: strings.hrc:1240
+#: include/svx/strings.hrc:1226
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."
-#: strings.hrc:1241
+#: include/svx/strings.hrc:1227
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document."
msgstr "Digitale handtekening: Die dokument se handtekening pas nie by die dokument se inhoud nie. Ons beveel sterk aan dat jy nie hierdie dokument vertrou nie."
-#: strings.hrc:1242
+#: include/svx/strings.hrc:1228
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Digitale handtekening: Die dokument is nie onderteken nie."
-#: strings.hrc:1243
+#: include/svx/strings.hrc:1229
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."
-#: strings.hrc:1244
+#: include/svx/strings.hrc:1230
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
-#: strings.hrc:1245
+#: include/svx/strings.hrc:1231
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
-#: strings.hrc:1246
+#: include/svx/strings.hrc:1232
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Laai tans dokument..."
-#: strings.hrc:1247
+#: include/svx/strings.hrc:1233
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
-#: strings.hrc:1248
+#: include/svx/strings.hrc:1234
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArts. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
-#: strings.hrc:1249
+#: include/svx/strings.hrc:1235
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
-#: strings.hrc:1250
+#: include/svx/strings.hrc:1236
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Zoem in"
-#: strings.hrc:1251
+#: include/svx/strings.hrc:1237
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Zoem uit"
-#: strings.hrc:1252
+#: include/svx/strings.hrc:1238
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
-#: strings.hrc:1253
+#: include/svx/strings.hrc:1239
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
-#: strings.hrc:1254
+#: include/svx/strings.hrc:1240
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
-#: strings.hrc:1255
+#: include/svx/strings.hrc:1241
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
-#: strings.hrc:1256
+#: include/svx/strings.hrc:1242
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
-#: strings.hrc:1257
+#: include/svx/strings.hrc:1243
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
-#: strings.hrc:1258
+#: include/svx/strings.hrc:1244
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Hele bladsy"
-#: strings.hrc:1259
+#: include/svx/strings.hrc:1245
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Bladsywydte"
-#: strings.hrc:1260
+#: include/svx/strings.hrc:1246
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
-#: strings.hrc:1261
+#: include/svx/strings.hrc:1247
msgctxt "RID_SIDEBAR_EMPTY_PANEL_TEXT"
msgid "Properties for the task that you are performing are not available for the current selection"
msgstr ""
-#: strings.hrc:1263
+#: include/svx/strings.hrc:1249
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Style ingesluit"
-#: strings.hrc:1264
+#: include/svx/strings.hrc:1250
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Paragraafstyle"
-#: strings.hrc:1265
+#: include/svx/strings.hrc:1251
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Selstyle"
-#: strings.hrc:1266
+#: include/svx/strings.hrc:1252
msgctxt "RID_SVXSTR_SEARCH"
-msgid "(Search)"
-msgstr "(Soek)"
+msgid "Search for formatting"
+msgstr ""
-#: strings.hrc:1267
+#: include/svx/strings.hrc:1253
msgctxt "RID_SVXSTR_REPLACE"
-msgid "(Replace)"
-msgstr "(Vervang)"
+msgid "Replace with formatting"
+msgstr ""
-#: strings.hrc:1268
+#: include/svx/strings.hrc:1254
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
-#: strings.hrc:1269
+#: include/svx/strings.hrc:1255
+msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
+msgid "Reached the end of the document, continued from the beginning"
+msgstr ""
+
+#: include/svx/strings.hrc:1256
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
-#: strings.hrc:1270
+#: include/svx/strings.hrc:1257
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Soeksleutel nie gevind nie"
-#: strings.hrc:1271
+#: include/svx/strings.hrc:1258
+msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
+msgid "Navigation Element not found"
+msgstr ""
+
+#: include/svx/strings.hrc:1259
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
-#: strings.hrc:1273
+#: include/svx/strings.hrc:1260
+msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
+msgid "Reached the beginning of the document, continued from the end"
+msgstr ""
+
+#: include/svx/strings.hrc:1262
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Kleurpalet"
-#: strings.hrc:1275
+#: include/svx/strings.hrc:1264
#, fuzzy
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Ongeldige wagwoord"
-#: strings.hrc:1276
+#: include/svx/strings.hrc:1265
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
-#: strings.hrc:1278
+#: include/svx/strings.hrc:1267
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Soliede klein sirkelvormige koeëltjies"
-#: strings.hrc:1279
+#: include/svx/strings.hrc:1268
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Soliede groot sirkelvormige koeëltjies"
-#: strings.hrc:1280
+#: include/svx/strings.hrc:1269
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Soliede ruitvormige koeëltjies"
-#: strings.hrc:1281
+#: include/svx/strings.hrc:1270
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Soliede groot vierkantige koeëltjies"
-#: strings.hrc:1282
+#: include/svx/strings.hrc:1271
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Regswysende pyltjies ingevul"
-#: strings.hrc:1283
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Regswysende pyltjie-koeëltjies"
-#: strings.hrc:1284
+#: include/svx/strings.hrc:1273
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Check mark bullets"
msgstr "Kruisie-koeëltjies"
-#: strings.hrc:1285
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Tick mark bullets"
msgstr "Regmerkie-koeëltjies"
-#: strings.hrc:1286
+#: include/svx/strings.hrc:1275
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Nommer (1) (2) (3)"
-#: strings.hrc:1287
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Nommer 1. 2. 3."
-#: strings.hrc:1288
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Nommer (1) (2) (3)"
-#: strings.hrc:1289
+#: include/svx/strings.hrc:1278
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Bokas Romeinse syfer I. II. III."
-#: strings.hrc:1290
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Bokasletter A) B) C)"
-#: strings.hrc:1291
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Onderkasletter a) b) c)"
-#: strings.hrc:1292
+#: include/svx/strings.hrc:1281
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Onderkasletter (a) (b) (c)"
-#: strings.hrc:1293
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Onderkas Romeinse syfer i. ii. iii."
-#: strings.hrc:1294
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numeries, numeries, onderkasletters, soliede klein sirkelvormige koeëltjie"
-#: strings.hrc:1295
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "Numeries, onderkasletters, soliede klein sirkelvormige koeëltjie"
-#: strings.hrc:1296
+#: include/svx/strings.hrc:1285
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"
-#: strings.hrc:1297
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "Numeries"
-#: strings.hrc:1298
+#: include/svx/strings.hrc:1287
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"
-#: strings.hrc:1299
+#: include/svx/strings.hrc:1288
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"
-#: strings.hrc:1300
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numeries met alle subvlakke"
-#: strings.hrc:1301
+#: include/svx/strings.hrc:1290
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"
-#: strings.hrc:1303
+#: include/svx/strings.hrc:1292
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Hierdie lêer kon nie geskep word nie."
-#: strings.hrc:1305
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Tabelontwerpstyle"
-#: strings.hrc:1307
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Aksies om te ontdoen: $(ARG1)"
-#: strings.hrc:1308
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Aksies om te ontdoen: $(ARG1)"
-#: strings.hrc:1309
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Aksies om te herdoen: $(ARG1)"
-#: strings.hrc:1310
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Aksies om te herdoen: $(ARG1)"
-#: strings.hrc:1312
+#: include/svx/strings.hrc:1301
#, fuzzy
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Vind"
-#: strings.hrc:1313
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
-#: strings.hrc:1314
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
-#: strings.hrc:1316
+#: include/svx/strings.hrc:1305
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr ""
-#: strings.hrc:1317
+#: include/svx/strings.hrc:1306
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr ""
-#: strings.hrc:1318
+#: include/svx/strings.hrc:1307
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr ""
-#: strings.hrc:1319
+#: include/svx/strings.hrc:1308
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr ""
-#: strings.hrc:1320
+#: include/svx/strings.hrc:1309
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr ""
-#: strings.hrc:1321
+#: include/svx/strings.hrc:1310
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
-#: strings.hrc:1322
+#: include/svx/strings.hrc:1311
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
-#: strings.hrc:1323
+#: include/svx/strings.hrc:1312
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
-#: strings.hrc:1324
+#: include/svx/strings.hrc:1313
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
-#: strings.hrc:1325
+#: include/svx/strings.hrc:1314
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
-#: strings.hrc:1326
+#: include/svx/strings.hrc:1315
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
-#: strings.hrc:1327
+#: include/svx/strings.hrc:1316
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
-#: strings.hrc:1328
+#: include/svx/strings.hrc:1317
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Onbekend"
-#: strings.hrc:1330
+#: include/svx/strings.hrc:1319
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
-#: strings.hrc:1332
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
-#: strings.hrc:1333
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Rooi"
-#: strings.hrc:1334
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Groen"
-#: strings.hrc:1335
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Blou"
-#: strings.hrc:1336
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Helderheid"
-#: strings.hrc:1337
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Kontras"
-#: strings.hrc:1338
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
-#: strings.hrc:1339
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: strings.hrc:1340
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Snoei"
-#: strings.hrc:1342
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Verstek oriëntasie"
-#: strings.hrc:1343
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Van bo na onder"
-#: strings.hrc:1344
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Onder na bo"
-#: strings.hrc:1345
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Gestapel"
-#: strings.hrc:1346
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Linkerkantlyn: "
-#: strings.hrc:1347
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Boonste kantlyn: "
-#: strings.hrc:1348
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Regterkantlyn: "
-#: strings.hrc:1349
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Onderste kantlyn: "
-#: strings.hrc:1350
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Bladsybeskrywing: "
-#: strings.hrc:1351
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Hoofletters"
-#: strings.hrc:1352
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Onderkas"
-#: strings.hrc:1353
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Bokas Romein"
-#: strings.hrc:1354
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Onderkas Romein"
-#: strings.hrc:1355
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabies"
-#: strings.hrc:1356
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Geen"
-#: strings.hrc:1357
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Landskap"
-#: strings.hrc:1358
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Regop"
-#: strings.hrc:1359
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Links"
-#: strings.hrc:1360
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Regs"
-#: strings.hrc:1361
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Almal"
-#: strings.hrc:1362
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Spieëlbeeld"
-#: strings.hrc:1363
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Outeur: "
-#: strings.hrc:1364
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Datum: "
-#: strings.hrc:1365
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Teks: "
-#: strings.hrc:1366
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Karakteragtergrond"
-#: strings.hrc:1368
+#: include/svx/strings.hrc:1357
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Kleurpalet"
#. String for saving modified image (instead of original)
-#: strings.hrc:1371
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
-"Do you want to save the modified version instead ?"
+"Do you want to save the modified version instead?"
msgstr ""
-#: strings.hrc:1373
-msgctxt "RID_SUBSETMAP"
-msgid "Add to favorites"
-msgstr ""
-
-#: strings.hrc:1374
-msgctxt "RID_SUBSETMAP"
-msgid "Remove from favorites"
-msgstr ""
-
-#: strings.hrc:1375
-#, fuzzy
-msgctxt "RID_SUBSETMAP"
-msgid "Insert into document"
-msgstr "Voeg dokument in"
-
-#: strings.hrc:1376
-msgctxt "RID_SUBSETMAP"
-msgid "Copy to clipboard"
-msgstr ""
-
-#: strings.hrc:1378
+#: include/svx/strings.hrc:1362
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Basiese Latyn"
-#: strings.hrc:1379
+#: include/svx/strings.hrc:1363
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latyn-1"
-#: strings.hrc:1380
+#: include/svx/strings.hrc:1364
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latyn uitgebrei-A"
-#: strings.hrc:1381
+#: include/svx/strings.hrc:1365
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latyn uitgebrei-B"
-#: strings.hrc:1382
+#: include/svx/strings.hrc:1366
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA-uitbreidings"
-#: strings.hrc:1383
+#: include/svx/strings.hrc:1367
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Spasiewysigingsletters"
-#: strings.hrc:1384
+#: include/svx/strings.hrc:1368
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Kombinerende diakritiese tekens"
-#: strings.hrc:1385
+#: include/svx/strings.hrc:1369
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Basiese Grieks"
-#: strings.hrc:1386
+#: include/svx/strings.hrc:1370
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Griekse simbole en Kopties"
-#: strings.hrc:1387
+#: include/svx/strings.hrc:1371
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cyrillies"
-#: strings.hrc:1388
+#: include/svx/strings.hrc:1372
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeens"
-#: strings.hrc:1389
+#: include/svx/strings.hrc:1373
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Basiese Hebreeus"
-#: strings.hrc:1390
+#: include/svx/strings.hrc:1374
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebreeus uitgebrei"
-#: strings.hrc:1391
+#: include/svx/strings.hrc:1375
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Basiese Arabies"
-#: strings.hrc:1392
+#: include/svx/strings.hrc:1376
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabies uitgebrei"
-#: strings.hrc:1393
+#: include/svx/strings.hrc:1377
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
-#: strings.hrc:1394
+#: include/svx/strings.hrc:1378
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengaals"
-#: strings.hrc:1395
+#: include/svx/strings.hrc:1379
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
-#: strings.hrc:1396
+#: include/svx/strings.hrc:1380
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Goedjarati"
-#: strings.hrc:1397
+#: include/svx/strings.hrc:1381
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
-#: strings.hrc:1398
+#: include/svx/strings.hrc:1382
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
-#: strings.hrc:1399
+#: include/svx/strings.hrc:1383
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Teloegoe"
-#: strings.hrc:1400
+#: include/svx/strings.hrc:1384
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
-#: strings.hrc:1401
+#: include/svx/strings.hrc:1385
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malabaars"
-#: strings.hrc:1402
+#: include/svx/strings.hrc:1386
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thais"
-#: strings.hrc:1403
+#: include/svx/strings.hrc:1387
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
-#: strings.hrc:1404
+#: include/svx/strings.hrc:1388
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Basiese Georgies"
-#: strings.hrc:1405
+#: include/svx/strings.hrc:1389
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgies uitgebrei"
-#: strings.hrc:1406
+#: include/svx/strings.hrc:1390
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangoel Jamo"
-#: strings.hrc:1407
+#: include/svx/strings.hrc:1391
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Latyn uitgebrei bykomend"
-#: strings.hrc:1408
+#: include/svx/strings.hrc:1392
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Grieks uitgebrei"
-#: strings.hrc:1409
+#: include/svx/strings.hrc:1393
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Algemene leestekens"
-#: strings.hrc:1410
+#: include/svx/strings.hrc:1394
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Superskrifte en subskrifte"
-#: strings.hrc:1411
+#: include/svx/strings.hrc:1395
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Geldeenheidsimbole"
-#: strings.hrc:1412
+#: include/svx/strings.hrc:1396
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Kombinerende diakritiese simbole"
-#: strings.hrc:1413
+#: include/svx/strings.hrc:1397
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Letteragtige simbole"
-#: strings.hrc:1414
+#: include/svx/strings.hrc:1398
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Getalvorms"
-#: strings.hrc:1415
+#: include/svx/strings.hrc:1399
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Pyltjies"
-#: strings.hrc:1416
+#: include/svx/strings.hrc:1400
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Wiskundige operateure"
-#: strings.hrc:1417
+#: include/svx/strings.hrc:1401
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Diverse tegniese"
-#: strings.hrc:1418
+#: include/svx/strings.hrc:1402
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Beheer prentjies"
-#: strings.hrc:1419
+#: include/svx/strings.hrc:1403
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Optiese karakterherkenning"
-#: strings.hrc:1420
+#: include/svx/strings.hrc:1404
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Ingeslote alfanumeriese karakters"
-#: strings.hrc:1421
+#: include/svx/strings.hrc:1405
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Kassietekening"
-#: strings.hrc:1422
+#: include/svx/strings.hrc:1406
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Blokelemente"
-#: strings.hrc:1423
+#: include/svx/strings.hrc:1407
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Geometriese vorms"
-#: strings.hrc:1424
+#: include/svx/strings.hrc:1408
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Diverse simbole"
-#: strings.hrc:1425
+#: include/svx/strings.hrc:1409
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
-#: strings.hrc:1426
+#: include/svx/strings.hrc:1410
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK-simbole en leestekens"
-#: strings.hrc:1427
+#: include/svx/strings.hrc:1411
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
-#: strings.hrc:1428
+#: include/svx/strings.hrc:1412
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
-#: strings.hrc:1429
+#: include/svx/strings.hrc:1413
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
-#: strings.hrc:1430
+#: include/svx/strings.hrc:1414
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangoel-versoenbaarheid Jamo"
-#: strings.hrc:1431
+#: include/svx/strings.hrc:1415
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK Diverse"
-#: strings.hrc:1432
+#: include/svx/strings.hrc:1416
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Ingeslote CJK-letters en -maande"
-#: strings.hrc:1433
+#: include/svx/strings.hrc:1417
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK-versoenbaarheid"
-#: strings.hrc:1434
+#: include/svx/strings.hrc:1418
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangoel"
-#: strings.hrc:1435
+#: include/svx/strings.hrc:1419
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK Unified-ideogramme"
-#: strings.hrc:1436
+#: include/svx/strings.hrc:1420
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK Unified-ideogramme uitbreiding-A"
-#: strings.hrc:1437
+#: include/svx/strings.hrc:1421
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Area vir private gebruik"
-#: strings.hrc:1438
+#: include/svx/strings.hrc:1422
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK-versoenbare ideogramme"
-#: strings.hrc:1439
+#: include/svx/strings.hrc:1423
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Alfabetiese aanbiedingsvorms"
-#: strings.hrc:1440
+#: include/svx/strings.hrc:1424
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Arabiese aanbiedingsvorms-A"
-#: strings.hrc:1441
+#: include/svx/strings.hrc:1425
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Kombinerende halftekens"
-#: strings.hrc:1442
+#: include/svx/strings.hrc:1426
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK-versoenbaarheidsvorms"
-#: strings.hrc:1443
+#: include/svx/strings.hrc:1427
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Klein vormvariante"
-#: strings.hrc:1444
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Arabiese aanbiedingsvorms-B"
-#: strings.hrc:1445
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Halfbreedte- en volbreedtevorms"
-#: strings.hrc:1446
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Spesiales"
-#: strings.hrc:1447
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
-#: strings.hrc:1448
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
-#: strings.hrc:1449
+#: include/svx/strings.hrc:1433
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Vet skuinsdruk"
-#: strings.hrc:1450
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
-#: strings.hrc:1451
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
-#: strings.hrc:1452
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
-#: strings.hrc:1453
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
-#: strings.hrc:1454
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
-#: strings.hrc:1455
+#: include/svx/strings.hrc:1439
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK Unified-ideogramme uitbreiding-A"
-#: strings.hrc:1456
+#: include/svx/strings.hrc:1440
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK Unified-ideogramme uitbreiding-A"
-#: strings.hrc:1457
+#: include/svx/strings.hrc:1441
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK Unified-ideogramme uitbreiding-A"
-#: strings.hrc:1458
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
-#: strings.hrc:1459
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
-#: strings.hrc:1460
+#: include/svx/strings.hrc:1444
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Cyrillies aanvullend"
-#: strings.hrc:1461
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
-#: strings.hrc:1462
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
-#: strings.hrc:1463
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
-#: strings.hrc:1464
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
-#: strings.hrc:1465
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
-#: strings.hrc:1466
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
-#: strings.hrc:1467
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
-#: strings.hrc:1468
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
-#: strings.hrc:1469
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
-#: strings.hrc:1470
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
-#: strings.hrc:1471
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
-#: strings.hrc:1472
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
-#: strings.hrc:1473
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
-#: strings.hrc:1474
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
-#: strings.hrc:1475
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
-#: strings.hrc:1476
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhalees"
-#: strings.hrc:1477
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetaans"
-#: strings.hrc:1478
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Birmaans"
-#: strings.hrc:1479
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
-#: strings.hrc:1480
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
-#: strings.hrc:1481
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runies"
-#: strings.hrc:1482
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siries"
-#: strings.hrc:1483
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
-#: strings.hrc:1484
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etiopies"
-#: strings.hrc:1485
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee"
-#: strings.hrc:1486
+#: include/svx/strings.hrc:1470
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Kanadiese inheemse lettergrepe"
-#: strings.hrc:1487
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongools"
-#: strings.hrc:1488
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Diverse wiskundige simbole-A"
-#: strings.hrc:1489
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Aanvullende pyltjies-A"
-#: strings.hrc:1490
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Braille-patrone"
-#: strings.hrc:1491
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Aanvullende pyltjies-B"
-#: strings.hrc:1492
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Diverse wiskundige simbole-B"
-#: strings.hrc:1493
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK-radikale aanvullend"
-#: strings.hrc:1494
+#: include/svx/strings.hrc:1478
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kanxi-radikale"
-#: strings.hrc:1495
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideografiese beskrywende karakters"
-#: strings.hrc:1496
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
-#: strings.hrc:1497
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
-#: strings.hrc:1498
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
-#: strings.hrc:1499
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
-#: strings.hrc:1500
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
-#: strings.hrc:1501
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo uitgebrei"
-#: strings.hrc:1502
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana fonetiese simbole"
-#: strings.hrc:1503
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
-#: strings.hrc:1504
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
-#: strings.hrc:1505
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
-#: strings.hrc:1506
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
-#: strings.hrc:1507
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
-#: strings.hrc:1508
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
-#: strings.hrc:1509
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
-#: strings.hrc:1510
+#: include/svx/strings.hrc:1494
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Besigheid"
-#: strings.hrc:1511
+#: include/svx/strings.hrc:1495
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Kombinerende diakritiese tekens"
-#: strings.hrc:1512
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Kopties"
-#: strings.hrc:1513
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
-#: strings.hrc:1514
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
-#: strings.hrc:1515
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
-#: strings.hrc:1516
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
-#: strings.hrc:1517
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
-#: strings.hrc:1518
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
-#: strings.hrc:1519
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
-#: strings.hrc:1520
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
-#: strings.hrc:1521
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
-#: strings.hrc:1522
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
-#: strings.hrc:1523
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
-#: strings.hrc:1524
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
-#: strings.hrc:1525
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
-#: strings.hrc:1526
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
-#: strings.hrc:1527
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
-#: strings.hrc:1528
+#: include/svx/strings.hrc:1512
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Latyn uitgebrei-A"
-#: strings.hrc:1529
+#: include/svx/strings.hrc:1513
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Latyn uitgebrei-A"
-#: strings.hrc:1530
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
-#: strings.hrc:1531
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
-#: strings.hrc:1532
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
-#: strings.hrc:1533
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
-#: strings.hrc:1534
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
-#: strings.hrc:1535
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
-#: strings.hrc:1536
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
-#: strings.hrc:1537
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
-#: strings.hrc:1538
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
-#: strings.hrc:1539
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
-#: strings.hrc:1540
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
-#: strings.hrc:1541
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
-#: strings.hrc:1542
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
-#: strings.hrc:1543
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
-#: strings.hrc:1544
+#: include/svx/strings.hrc:1528
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Grafiek"
-#: strings.hrc:1545
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
-#: strings.hrc:1546
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
-#: strings.hrc:1547
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
-#: strings.hrc:1548
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
-#: strings.hrc:1549
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
-#: strings.hrc:1550
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
-#: strings.hrc:1551
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
-#: strings.hrc:1552
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
-#: strings.hrc:1553
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
-#: strings.hrc:1554
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
-#: strings.hrc:1555
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
-#: strings.hrc:1556
+#: include/svx/strings.hrc:1540
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lys"
-#: strings.hrc:1557
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
-#: strings.hrc:1558
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
-#: strings.hrc:1559
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
-#: strings.hrc:1560
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
-#: strings.hrc:1561
+#: include/svx/strings.hrc:1545
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Japannees"
-#: strings.hrc:1562
+#: include/svx/strings.hrc:1546
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Latyn uitgebrei-A"
-#: strings.hrc:1563
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
-#: strings.hrc:1564
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
-#: strings.hrc:1565
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
-#: strings.hrc:1566
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
-#: strings.hrc:1567
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
-#: strings.hrc:1568
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
-#: strings.hrc:1569
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
-#: strings.hrc:1570
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
-#: strings.hrc:1571
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
-#: strings.hrc:1572
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
-#: strings.hrc:1573
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
-#: strings.hrc:1574
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
-#: strings.hrc:1575
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
-#: strings.hrc:1576
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
-#: strings.hrc:1577
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
-#: strings.hrc:1578
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
-#: strings.hrc:1579
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
-#: strings.hrc:1580
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
-#: strings.hrc:1581
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
-#: strings.hrc:1582
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
-#: strings.hrc:1583
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
-#: strings.hrc:1584
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
-#: strings.hrc:1585
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emotikons"
-#: strings.hrc:1586
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
-#: strings.hrc:1587
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
-#: strings.hrc:1588
+#: include/svx/strings.hrc:1572
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arabies uitgebrei"
-#: strings.hrc:1589
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
-#: strings.hrc:1590
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
-#: strings.hrc:1591
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
-#: strings.hrc:1592
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
-#: strings.hrc:1593
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
-#: strings.hrc:1594
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
-#: strings.hrc:1595
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
-#: strings.hrc:1596
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
-#: strings.hrc:1597
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
-#: strings.hrc:1598
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
-#: strings.hrc:1599
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
-#: strings.hrc:1600
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
-#: strings.hrc:1601
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
-#: strings.hrc:1602
+#: include/svx/strings.hrc:1586
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Kombinerende diakritiese tekens"
-#: strings.hrc:1603
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
-#: strings.hrc:1604
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
-#: strings.hrc:1605
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
-#: strings.hrc:1606
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
-#: strings.hrc:1607
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
-#: strings.hrc:1608
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
-#: strings.hrc:1609
+#: include/svx/strings.hrc:1593
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latyn uitgebrei-A"
-#: strings.hrc:1610
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
-#: strings.hrc:1611
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
-#: strings.hrc:1612
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
-#: strings.hrc:1613
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
-#: strings.hrc:1614
+#: include/svx/strings.hrc:1598
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modus"
-#: strings.hrc:1615
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
-#: strings.hrc:1616
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
-#: strings.hrc:1617
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
-#: strings.hrc:1618
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
-#: strings.hrc:1619
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
-#: strings.hrc:1620
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
-#: strings.hrc:1621
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
-#: strings.hrc:1622
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
-#: strings.hrc:1623
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
-#: strings.hrc:1624
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
-#: strings.hrc:1625
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
-#: strings.hrc:1626
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
-#: strings.hrc:1627
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
-#: strings.hrc:1628
+#: include/svx/strings.hrc:1612
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Aanvullende pyltjies-A"
-#: strings.hrc:1629
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
-#: strings.hrc:1630
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
-#: strings.hrc:1631
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
-#: strings.hrc:1632
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
-#: strings.hrc:1633
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
-#: strings.hrc:1634
+#: include/svx/strings.hrc:1618
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK Unified-ideogramme uitbreiding-A"
-#: strings.hrc:1635
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
-#: strings.hrc:1636
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
-#: strings.hrc:1637
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
-#: strings.hrc:1638
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
-#: strings.hrc:1639
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
-#: strings.hrc:1640
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
-#: strings.hrc:1641
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
-#: strings.hrc:1642
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
-#: strings.hrc:1643
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
-#: strings.hrc:1644
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
-#: strings.hrc:1645
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
-#: strings.hrc:1646
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
-#: strings.hrc:1647
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
-#: strings.hrc:1648
+#: include/svx/strings.hrc:1632
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Nuwe"
-#: strings.hrc:1649
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
-#: strings.hrc:1650
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
-#: strings.hrc:1651
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
-#: strings.hrc:1652
+#: include/svx/strings.hrc:1636
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK Unified-ideogramme uitbreiding-A"
-#: strings.hrc:1653
+#: include/svx/strings.hrc:1637
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Latyn uitgebrei-A"
-#: strings.hrc:1654
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
-#: strings.hrc:1655
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
-#: strings.hrc:1656
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
-#: strings.hrc:1657
+#: include/svx/strings.hrc:1641
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Cyrillies aanvullend"
-#: strings.hrc:1658
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
-#: svxitems.hrc:33
+#: include/svx/strings.hrc:1644
+msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
+msgid "Left-to-right (LTR)"
+msgstr ""
+
+#: include/svx/strings.hrc:1645
+msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
+msgid "Right-to-left (RTL)"
+msgstr ""
+
+#: include/svx/strings.hrc:1646
+msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
+msgid "Use superordinate object settings"
+msgstr ""
+
+#. page direction
+#: include/svx/strings.hrc:1648
+msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
+msgid "Left-to-right (horizontal)"
+msgstr ""
+
+#: include/svx/strings.hrc:1649
+msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
+msgid "Right-to-left (horizontal)"
+msgstr ""
+
+#: include/svx/strings.hrc:1650
+msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
+msgid "Right-to-left (vertical)"
+msgstr ""
+
+#: include/svx/strings.hrc:1651
+msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
+msgid "Left-to-right (vertical)"
+msgstr ""
+
+#: include/svx/svxitems.hrc:33
msgctxt "RID_ATTR_NAMES"
msgid "Scale"
msgstr "Skaal"
-#: svxitems.hrc:34
+#: include/svx/svxitems.hrc:34
msgctxt "RID_ATTR_NAMES"
msgid "Brush"
msgstr "Kwas"
-#: svxitems.hrc:35
+#: include/svx/svxitems.hrc:35
msgctxt "RID_ATTR_NAMES"
msgid "Tab stops"
msgstr "Keepstoppe"
-#: svxitems.hrc:36
+#: include/svx/svxitems.hrc:36
msgctxt "RID_ATTR_NAMES"
msgid "Character"
msgstr "Karakter"
-#: svxitems.hrc:37
+#: include/svx/svxitems.hrc:37
msgctxt "RID_ATTR_NAMES"
msgid "Font"
msgstr "Font"
-#: svxitems.hrc:38
+#: include/svx/svxitems.hrc:38
msgctxt "RID_ATTR_NAMES"
msgid "Font posture"
msgstr "Fontpostuur"
-#: svxitems.hrc:39
+#: include/svx/svxitems.hrc:39
msgctxt "RID_ATTR_NAMES"
msgid "Font weight"
msgstr "Fontgewig"
-#: svxitems.hrc:40
+#: include/svx/svxitems.hrc:40
msgctxt "RID_ATTR_NAMES"
msgid "Shadowed"
msgstr "Skadu"
-#: svxitems.hrc:41
+#: include/svx/svxitems.hrc:41
msgctxt "RID_ATTR_NAMES"
msgid "Individual words"
msgstr "Individuele ~woorde"
-#: svxitems.hrc:42
+#: include/svx/svxitems.hrc:42
msgctxt "RID_ATTR_NAMES"
msgid "Outline"
msgstr "Skema"
-#: svxitems.hrc:43
+#: include/svx/svxitems.hrc:43
msgctxt "RID_ATTR_NAMES"
msgid "Strikethrough"
msgstr "Deurhaal"
-#: svxitems.hrc:44
+#: include/svx/svxitems.hrc:44
msgctxt "RID_ATTR_NAMES"
msgid "Underline"
msgstr "Onderstreep"
-#: svxitems.hrc:45
+#: include/svx/svxitems.hrc:45
msgctxt "RID_ATTR_NAMES"
msgid "Font size"
msgstr "Fontgrootte"
-#: svxitems.hrc:46
-msgctxt "RID_ATTR_NAMES"
-msgid "Rel. Font size"
-msgstr ""
-
-#: svxitems.hrc:47
+#: include/svx/svxitems.hrc:46
msgctxt "RID_ATTR_NAMES"
msgid "Font color"
msgstr "Fontkleur"
-#: svxitems.hrc:48
+#: include/svx/svxitems.hrc:47
msgctxt "RID_ATTR_NAMES"
msgid "Kerning"
msgstr "Tekssaamdrukking"
-#: svxitems.hrc:49
+#: include/svx/svxitems.hrc:48
msgctxt "RID_ATTR_NAMES"
msgid "Effects"
msgstr "Effekte"
-#: svxitems.hrc:50
+#: include/svx/svxitems.hrc:49
msgctxt "RID_ATTR_NAMES"
msgid "Language"
msgstr "Taal"
-#: svxitems.hrc:51
+#: include/svx/svxitems.hrc:50
msgctxt "RID_ATTR_NAMES"
msgid "Position"
msgstr "Posisie"
-#: svxitems.hrc:52
+#: include/svx/svxitems.hrc:51
msgctxt "RID_ATTR_NAMES"
msgid "Character blinking"
msgstr ""
-#: svxitems.hrc:53
+#: include/svx/svxitems.hrc:52
msgctxt "RID_ATTR_NAMES"
msgid "Character set color"
msgstr "Karakterstelkleur"
-#: svxitems.hrc:54
+#: include/svx/svxitems.hrc:53
msgctxt "RID_ATTR_NAMES"
msgid "Overline"
msgstr "Oorlyn"
-#: svxitems.hrc:55
-msgctxt "RID_ATTR_NAMES"
-msgid "Paragraph"
-msgstr "Paragraaf"
-
-#: svxitems.hrc:56
+#: include/svx/svxitems.hrc:54
msgctxt "RID_ATTR_NAMES"
msgid "Alignment"
msgstr "Belyning"
-#: svxitems.hrc:57
+#: include/svx/svxitems.hrc:55
msgctxt "RID_ATTR_NAMES"
msgid "Line spacing"
msgstr "Reëlspasiëring"
-#: svxitems.hrc:58
+#: include/svx/svxitems.hrc:56
msgctxt "RID_ATTR_NAMES"
msgid "Page Break"
msgstr "Bladsybreuk"
-#: svxitems.hrc:59
+#: include/svx/svxitems.hrc:57
msgctxt "RID_ATTR_NAMES"
msgid "Hyphenation"
msgstr "Woordafbreking"
-#: svxitems.hrc:60
+#: include/svx/svxitems.hrc:58
msgctxt "RID_ATTR_NAMES"
msgid "Do not split paragraph"
msgstr "Moenie paragraaf verdeel nie"
-#: svxitems.hrc:61
+#: include/svx/svxitems.hrc:59
msgctxt "RID_ATTR_NAMES"
msgid "Orphans"
msgstr "Wese"
-#: svxitems.hrc:62
+#: include/svx/svxitems.hrc:60
msgctxt "RID_ATTR_NAMES"
msgid "Widows"
msgstr "Weduwees"
-#: svxitems.hrc:63
+#: include/svx/svxitems.hrc:61
msgctxt "RID_ATTR_NAMES"
msgid "Paragraph spacing"
msgstr "Paragraafspasiëring"
-#: svxitems.hrc:64
+#: include/svx/svxitems.hrc:62
#, fuzzy
msgctxt "RID_ATTR_NAMES"
msgid "Paragraph indent"
msgstr "Paragraafbelyning"
-#: svxitems.hrc:65
+#: include/svx/svxitems.hrc:63
msgctxt "RID_ATTR_NAMES"
msgid "Indent"
msgstr "Inkeep"
-#: svxitems.hrc:66
+#: include/svx/svxitems.hrc:64
msgctxt "RID_ATTR_NAMES"
msgid "Spacing"
msgstr "Spasiëring"
-#: svxitems.hrc:67
+#: include/svx/svxitems.hrc:65
msgctxt "RID_ATTR_NAMES"
msgid "Page"
msgstr "Bladsy"
-#: svxitems.hrc:68
+#: include/svx/svxitems.hrc:66
msgctxt "RID_ATTR_NAMES"
msgid "Page Style"
msgstr "Bladsystyl"
-#: svxitems.hrc:69
+#: include/svx/svxitems.hrc:67
msgctxt "RID_ATTR_NAMES"
msgid "Keep with next paragraph"
msgstr "~Hou by volgende paragraaf"
-#: svxitems.hrc:70
+#: include/svx/svxitems.hrc:68
msgctxt "RID_ATTR_NAMES"
msgid "Blinking"
msgstr "Knipperend"
-#: svxitems.hrc:71
+#: include/svx/svxitems.hrc:69
msgctxt "RID_ATTR_NAMES"
msgid "Register-true"
msgstr "Register-getrou"
-#: svxitems.hrc:72
+#: include/svx/svxitems.hrc:70
msgctxt "RID_ATTR_NAMES"
msgid "Character background"
msgstr "Karakteragtergrond"
-#: svxitems.hrc:73
+#: include/svx/svxitems.hrc:71
msgctxt "RID_ATTR_NAMES"
msgid "Asian font"
msgstr "Asiatiese font"
-#: svxitems.hrc:74
+#: include/svx/svxitems.hrc:72
msgctxt "RID_ATTR_NAMES"
msgid "Size of Asian font"
msgstr "Grootte van Asiatiese font"
-#: svxitems.hrc:75
+#: include/svx/svxitems.hrc:73
msgctxt "RID_ATTR_NAMES"
msgid "Language of Asian font"
msgstr ""
-#: svxitems.hrc:76
+#: include/svx/svxitems.hrc:74
msgctxt "RID_ATTR_NAMES"
msgid "Posture of Asian font"
msgstr ""
-#: svxitems.hrc:77
+#: include/svx/svxitems.hrc:75
msgctxt "RID_ATTR_NAMES"
msgid "Weight of Asian font"
msgstr "Grootte van Asiatiese font"
-#: svxitems.hrc:78
+#: include/svx/svxitems.hrc:76
msgctxt "RID_ATTR_NAMES"
msgid "CTL"
msgstr "CTL"
-#: svxitems.hrc:79
+#: include/svx/svxitems.hrc:77
msgctxt "RID_ATTR_NAMES"
msgid "Size of complex scripts"
msgstr "Grootte van komplekse skrifte"
-#: svxitems.hrc:80
+#: include/svx/svxitems.hrc:78
msgctxt "RID_ATTR_NAMES"
msgid "Language of complex scripts"
msgstr "Taal van komplekse skrifte"
-#: svxitems.hrc:81
+#: include/svx/svxitems.hrc:79
msgctxt "RID_ATTR_NAMES"
msgid "Posture of complex scripts"
msgstr "Postuur van komplekse skrifte"
-#: svxitems.hrc:82
+#: include/svx/svxitems.hrc:80
msgctxt "RID_ATTR_NAMES"
msgid "Weight of complex scripts"
msgstr "Gewig van komplekse skrifte"
-#: svxitems.hrc:83
+#: include/svx/svxitems.hrc:81
msgctxt "RID_ATTR_NAMES"
msgid "Double-lined"
msgstr "Dubbellyn"
-#: svxitems.hrc:84
+#: include/svx/svxitems.hrc:82
msgctxt "RID_ATTR_NAMES"
msgid "Emphasis mark"
msgstr "Klemteken"
-#: svxitems.hrc:85
+#: include/svx/svxitems.hrc:83
msgctxt "RID_ATTR_NAMES"
msgid "Text spacing"
msgstr "Teksspasiëring"
-#: svxitems.hrc:86
+#: include/svx/svxitems.hrc:84
msgctxt "RID_ATTR_NAMES"
msgid "Hanging punctuation"
msgstr "Hangpunktuasie"
-#: svxitems.hrc:87
+#: include/svx/svxitems.hrc:85
msgctxt "RID_ATTR_NAMES"
msgid "Forbidden characters"
msgstr "Verbode karakters"
-#: svxitems.hrc:88
+#: include/svx/svxitems.hrc:86
msgctxt "RID_ATTR_NAMES"
msgid "Rotation"
msgstr "Rotering"
-#: svxitems.hrc:89
+#: include/svx/svxitems.hrc:87
msgctxt "RID_ATTR_NAMES"
msgid "Character scaling"
msgstr ""
-#: svxitems.hrc:90
+#: include/svx/svxitems.hrc:88
msgctxt "RID_ATTR_NAMES"
msgid "Relief"
msgstr "Reliëf"
-#: svxitems.hrc:91
+#: include/svx/svxitems.hrc:89
msgctxt "RID_ATTR_NAMES"
msgid "Vertical text alignment"
msgstr "Vertikale teksbelyning"
diff --git a/source/af/sw/messages.po b/source/af/sw/messages.po
index 9f3a2901329..57c9760e358 100644
--- a/source/af/sw/messages.po
+++ b/source/af/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-19 11:42+0100\n"
+"POT-Creation-Date: 2018-04-25 21:51+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"
@@ -13,391 +13,391 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: app.hrc:30
+#: sw/inc/app.hrc:29
#, fuzzy
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "All Styles"
msgstr "Selstyle"
-#: app.hrc:31
+#: sw/inc/app.hrc:30
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Hidden Styles"
msgstr ""
-#: app.hrc:32
+#: sw/inc/app.hrc:31
#, fuzzy
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Applied Styles"
msgstr "Toegepaste style"
-#: app.hrc:33
+#: sw/inc/app.hrc:32
#, fuzzy
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Custom Styles"
msgstr "Doelgemaakte style"
-#: app.hrc:34
+#: sw/inc/app.hrc:33
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Automatic"
msgstr "Outomaties"
-#: app.hrc:35
+#: sw/inc/app.hrc:34
#, fuzzy
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Text Styles"
msgstr "Teksstyle"
-#: app.hrc:36
+#: sw/inc/app.hrc:35
#, fuzzy
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Chapter Styles"
msgstr "Karakterstyle"
-#: app.hrc:37
+#: sw/inc/app.hrc:36
#, fuzzy
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "List Styles"
msgstr "Lys style"
-#: app.hrc:38
+#: sw/inc/app.hrc:37
#, fuzzy
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Index Styles"
msgstr "Indeksstyle"
-#: app.hrc:39
+#: sw/inc/app.hrc:38
#, fuzzy
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Special Styles"
msgstr "Spesiale style"
-#: app.hrc:40
+#: sw/inc/app.hrc:39
#, fuzzy
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "HTML Styles"
msgstr "HTML-style"
-#: app.hrc:41
+#: sw/inc/app.hrc:40
#, fuzzy
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Conditional Styles"
msgstr "Voorwaardelike style"
-#: app.hrc:47
+#: sw/inc/app.hrc:46
msgctxt "RID_CHARACTERSTYLEFAMILY"
msgid "All Styles"
msgstr ""
-#: app.hrc:48
+#: sw/inc/app.hrc:47
msgctxt "RID_CHARACTERSTYLEFAMILY"
msgid "Hidden Styles"
msgstr ""
-#: app.hrc:49
+#: sw/inc/app.hrc:48
#, fuzzy
msgctxt "RID_CHARACTERSTYLEFAMILY"
msgid "Applied Styles"
msgstr "Toegepaste style"
-#: app.hrc:50
+#: sw/inc/app.hrc:49
#, fuzzy
msgctxt "RID_CHARACTERSTYLEFAMILY"
msgid "Custom Styles"
msgstr "Doelgemaakte style"
-#: app.hrc:56
+#: sw/inc/app.hrc:55
msgctxt "RID_FRAMESTYLEFAMILY"
msgid "All Styles"
msgstr ""
-#: app.hrc:57
+#: sw/inc/app.hrc:56
msgctxt "RID_FRAMESTYLEFAMILY"
msgid "Hidden Styles"
msgstr ""
-#: app.hrc:58
+#: sw/inc/app.hrc:57
#, fuzzy
msgctxt "RID_FRAMESTYLEFAMILY"
msgid "Applied Styles"
msgstr "Toegepaste style"
-#: app.hrc:59
+#: sw/inc/app.hrc:58
#, fuzzy
msgctxt "RID_FRAMESTYLEFAMILY"
msgid "Custom Styles"
msgstr "Doelgemaakte style"
-#: app.hrc:65
+#: sw/inc/app.hrc:64
msgctxt "RID_PAGESTYLEFAMILY"
msgid "All Styles"
msgstr ""
-#: app.hrc:66
+#: sw/inc/app.hrc:65
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Hidden Styles"
msgstr ""
-#: app.hrc:67
+#: sw/inc/app.hrc:66
#, fuzzy
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Applied Styles"
msgstr "Toegepaste style"
-#: app.hrc:68
+#: sw/inc/app.hrc:67
#, fuzzy
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Custom Styles"
msgstr "Doelgemaakte style"
-#: app.hrc:74
+#: sw/inc/app.hrc:73
msgctxt "RID_LISTSTYLEFAMILY"
msgid "All Styles"
msgstr ""
-#: app.hrc:75
+#: sw/inc/app.hrc:74
msgctxt "RID_LISTSTYLEFAMILY"
msgid "Hidden Styles"
msgstr ""
-#: app.hrc:76
+#: sw/inc/app.hrc:75
#, fuzzy
msgctxt "RID_LISTSTYLEFAMILY"
msgid "Applied Styles"
msgstr "Toegepaste style"
-#: app.hrc:77
+#: sw/inc/app.hrc:76
#, fuzzy
msgctxt "RID_LISTSTYLEFAMILY"
msgid "Custom Styles"
msgstr "Doelgemaakte style"
-#: app.hrc:83
+#: sw/inc/app.hrc:82
msgctxt "RID_TABLESTYLEFAMILY"
msgid "All Styles"
msgstr ""
-#: app.hrc:84
+#: sw/inc/app.hrc:83
msgctxt "RID_TABLESTYLEFAMILY"
msgid "Hidden Styles"
msgstr ""
-#: app.hrc:85
+#: sw/inc/app.hrc:84
#, fuzzy
msgctxt "RID_TABLESTYLEFAMILY"
msgid "Applied Styles"
msgstr "Toegepaste style"
-#: app.hrc:86
+#: sw/inc/app.hrc:85
#, fuzzy
msgctxt "RID_TABLESTYLEFAMILY"
msgid "Custom Styles"
msgstr "Doelgemaakte style"
-#: cnttab.hrc:29
+#: sw/inc/cnttab.hrc:29
#, fuzzy
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Math"
msgstr "%PRODUCTNAME %s"
-#: cnttab.hrc:30
+#: sw/inc/cnttab.hrc:30
#, fuzzy
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Chart"
msgstr "%PRODUCTNAME %s"
-#: cnttab.hrc:31
+#: sw/inc/cnttab.hrc:31
#, fuzzy
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME %s"
-#: cnttab.hrc:32
+#: sw/inc/cnttab.hrc:32
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Draw/%PRODUCTNAME Impress"
msgstr ""
-#: cnttab.hrc:33
+#: sw/inc/cnttab.hrc:33
msgctxt "RES_SRCTYPES"
msgid "Other OLE Objects"
msgstr ""
-#: dbui.hrc:45
+#: sw/inc/dbui.hrc:45
msgctxt "SA_ADDRESS_HEADER"
msgid "Title"
msgstr "Titel"
-#: dbui.hrc:46
+#: sw/inc/dbui.hrc:46
msgctxt "SA_ADDRESS_HEADER"
msgid "First Name"
msgstr "Voornaam"
-#: dbui.hrc:47
+#: sw/inc/dbui.hrc:47
msgctxt "SA_ADDRESS_HEADER"
msgid "Last Name"
msgstr "Van"
-#: dbui.hrc:48
+#: sw/inc/dbui.hrc:48
msgctxt "SA_ADDRESS_HEADER"
msgid "Company Name"
msgstr "Maatskappynaam"
-#: dbui.hrc:49
+#: sw/inc/dbui.hrc:49
msgctxt "SA_ADDRESS_HEADER"
msgid "Address Line 1"
msgstr "Adresreël 1"
-#: dbui.hrc:50
+#: sw/inc/dbui.hrc:50
msgctxt "SA_ADDRESS_HEADER"
msgid "Address Line 2"
msgstr "Adresreël 2"
-#: dbui.hrc:51
+#: sw/inc/dbui.hrc:51
msgctxt "SA_ADDRESS_HEADER"
msgid "City"
msgstr "Stad"
-#: dbui.hrc:52
+#: sw/inc/dbui.hrc:52
msgctxt "SA_ADDRESS_HEADER"
msgid "State"
msgstr "Deelstaat"
-#: dbui.hrc:53
+#: sw/inc/dbui.hrc:53
msgctxt "SA_ADDRESS_HEADER"
msgid "ZIP"
msgstr "Poskode"
-#: dbui.hrc:54
+#: sw/inc/dbui.hrc:54
msgctxt "SA_ADDRESS_HEADER"
msgid "Country"
msgstr "Land"
-#: dbui.hrc:55
+#: sw/inc/dbui.hrc:55
msgctxt "SA_ADDRESS_HEADER"
msgid "Telephone private"
msgstr "Foon privaat"
-#: dbui.hrc:56
+#: sw/inc/dbui.hrc:56
msgctxt "SA_ADDRESS_HEADER"
msgid "Telephone business"
msgstr "Foon besigheid"
-#: dbui.hrc:57
+#: sw/inc/dbui.hrc:57
msgctxt "SA_ADDRESS_HEADER"
msgid "E-mail Address"
msgstr "E-posadres"
-#: dbui.hrc:58
+#: sw/inc/dbui.hrc:58
msgctxt "SA_ADDRESS_HEADER"
msgid "Gender"
msgstr "Geslag"
#. Import-Errors
-#: error.hrc:33
+#: sw/inc/error.hrc:33
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "File format error found."
msgstr "Lêerformaatfout gevind."
-#: error.hrc:34
+#: sw/inc/error.hrc:34
msgctxt "RID_SW_ERRHDL"
msgid "Error reading file."
msgstr "Fout tydens lees van lêer."
-#: error.hrc:35
+#: sw/inc/error.hrc:35
msgctxt "RID_SW_ERRHDL"
msgid "This is not a valid WinWord6 file."
msgstr ""
-#: error.hrc:36
+#: sw/inc/error.hrc:36
msgctxt "RID_SW_ERRHDL"
msgid "File format error found at $(ARG1)(row,col)."
msgstr "Lêerformaatfout gevind by $(ARG1)(row.col)."
-#: error.hrc:37
+#: sw/inc/error.hrc:37
msgctxt "RID_SW_ERRHDL"
msgid "This is not a valid WinWord97 file."
msgstr ""
-#: error.hrc:38 /home/cl/vc/git/libo-core/sw/inc/error.hrc:57
+#: sw/inc/error.hrc:38 sw/inc/error.hrc:57
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)."
msgstr "Formaatfout ontdek in die lêer in subdokument $(ARG1) by $(ARG2)(ry,kol)."
#. Export-Errors
-#: error.hrc:40
+#: sw/inc/error.hrc:40
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "Error writing file."
msgstr "Fout tydens skryf van lêer."
-#: error.hrc:41
+#: sw/inc/error.hrc:41
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "Wrong AutoText document version."
msgstr "Verkeerde weergawe van OutoTeks-dokument."
-#: error.hrc:42 /home/cl/vc/git/libo-core/sw/inc/error.hrc:56
+#: sw/inc/error.hrc:42 sw/inc/error.hrc:56
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "Error in writing sub-document $(ARG1)."
msgstr "Fout by skryf van subdokument $(ARG1)."
#. Import-/Export-Errors
-#: error.hrc:44 /home/cl/vc/git/libo-core/sw/inc/error.hrc:45
+#: sw/inc/error.hrc:44 sw/inc/error.hrc:45
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "Internal error in %PRODUCTNAME Writer file format."
msgstr "Interne fout in %PRODUCTNAME Writer-lêerformaat."
-#: error.hrc:46
+#: sw/inc/error.hrc:46
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "$(ARG1) has changed."
msgstr "$(ARG1) het verander."
-#: error.hrc:47
+#: sw/inc/error.hrc:47
msgctxt "RID_SW_ERRHDL"
msgid "$(ARG1) does not exist."
msgstr "$(ARG1) bestaan nie."
-#: error.hrc:48
+#: sw/inc/error.hrc:48
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "Cells cannot be further split."
msgstr "Selle kan nie verder verdeel word nie."
-#: error.hrc:49
+#: sw/inc/error.hrc:49
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "Additional columns cannot be inserted."
msgstr "Bykomende kolomme kan nie ingevoeg word nie."
-#: error.hrc:50
+#: sw/inc/error.hrc:50
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "The structure of a linked table cannot be modified."
msgstr "Die struktuur van 'n gekoppelde tabel kan nie gewysig word nie."
-#: error.hrc:52
+#: sw/inc/error.hrc:52
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "Not all attributes could be read."
msgstr "Nie alle attribute kon nie gelees word nie."
-#: error.hrc:53
+#: sw/inc/error.hrc:53
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "Not all attributes could be recorded."
msgstr "Nie alle attribute kon opgeneem word nie."
-#: error.hrc:54
+#: sw/inc/error.hrc:54
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid "Document could not be completely saved."
msgstr "Die dokument kon nie volledig gestoor word nie."
-#: error.hrc:55
+#: sw/inc/error.hrc:55
#, fuzzy
msgctxt "RID_SW_ERRHDL"
msgid ""
@@ -407,1435 +407,1445 @@ msgstr ""
"Hierdie HTML-dokument bevat %PRODUCTNAME Basic-makro's.\n"
"Die makro's is nie saam met die huidige uitvoerinstellings gestoor nie."
-#: mmaddressblockpage.hrc:27
+#: sw/inc/mmaddressblockpage.hrc:27
#, fuzzy
msgctxt "RA_SALUTATION"
msgid "Dear"
msgstr "jaar"
-#: mmaddressblockpage.hrc:28
+#: sw/inc/mmaddressblockpage.hrc:28
msgctxt "RA_SALUTATION"
msgid "Hello"
msgstr "Hallo"
-#: mmaddressblockpage.hrc:29
+#: sw/inc/mmaddressblockpage.hrc:29
msgctxt "RA_SALUTATION"
msgid "Hi"
msgstr ""
-#: mmaddressblockpage.hrc:34
+#: sw/inc/mmaddressblockpage.hrc:34
msgctxt "RA_PUNCTUATION"
msgid ","
msgstr ""
-#: mmaddressblockpage.hrc:35
+#: sw/inc/mmaddressblockpage.hrc:35
msgctxt "RA_PUNCTUATION"
msgid ":"
msgstr ""
-#: mmaddressblockpage.hrc:36
+#: sw/inc/mmaddressblockpage.hrc:36
msgctxt "RA_PUNCTUATION"
msgid "!"
msgstr ""
-#: mmaddressblockpage.hrc:37
+#: sw/inc/mmaddressblockpage.hrc:37
msgctxt "RA_PUNCTUATION"
msgid "(none)"
msgstr "(geen)"
-#: optload.hrc:27
+#: sw/inc/optload.hrc:27
msgctxt "STR_ARR_METRIC"
msgid "Millimeter"
msgstr "Millimeter"
-#: optload.hrc:28
+#: sw/inc/optload.hrc:28
msgctxt "STR_ARR_METRIC"
msgid "Centimeter"
msgstr "Sentimeter"
-#: optload.hrc:29
+#: sw/inc/optload.hrc:29
msgctxt "STR_ARR_METRIC"
msgid "Meter"
msgstr "Meter"
-#: optload.hrc:30
+#: sw/inc/optload.hrc:30
msgctxt "STR_ARR_METRIC"
msgid "Kilometer"
msgstr "Kilometer"
-#: optload.hrc:31
+#: sw/inc/optload.hrc:31
msgctxt "STR_ARR_METRIC"
msgid "Inch"
msgstr "Duim"
-#: optload.hrc:32
+#: sw/inc/optload.hrc:32
msgctxt "STR_ARR_METRIC"
msgid "Foot"
msgstr "Voet"
-#: optload.hrc:33
+#: sw/inc/optload.hrc:33
msgctxt "STR_ARR_METRIC"
msgid "Miles"
msgstr "Myl"
-#: optload.hrc:34
+#: sw/inc/optload.hrc:34
msgctxt "STR_ARR_METRIC"
msgid "Pica"
msgstr "Pika"
-#: optload.hrc:35
+#: sw/inc/optload.hrc:35
msgctxt "STR_ARR_METRIC"
msgid "Point"
msgstr "Punt"
-#: optload.hrc:36
+#: sw/inc/optload.hrc:36
msgctxt "STR_ARR_METRIC"
msgid "Char"
msgstr "Grafiek"
-#: optload.hrc:37
+#: sw/inc/optload.hrc:37
msgctxt "STR_ARR_METRIC"
msgid "Line"
msgstr "Reël"
#. Format names
-#: strings.hrc:26
+#: sw/inc/strings.hrc:26
msgctxt "STR_POOLCHR_FOOTNOTE"
msgid "Footnote Characters"
msgstr "Voetnota-karakters"
-#: strings.hrc:27
+#: sw/inc/strings.hrc:27
msgctxt "STR_POOLCHR_PAGENO"
msgid "Page Number"
msgstr "Bladsynommer"
-#: strings.hrc:28
+#: sw/inc/strings.hrc:28
msgctxt "STR_POOLCHR_LABEL"
msgid "Caption Characters"
msgstr "Byskrifkarakters"
-#: strings.hrc:29
+#: sw/inc/strings.hrc:29
msgctxt "STR_POOLCHR_DROPCAPS"
msgid "Drop Caps"
msgstr "Vallende hoofletters"
-#: strings.hrc:30
+#: sw/inc/strings.hrc:30
msgctxt "STR_POOLCHR_NUM_LEVEL"
msgid "Numbering Symbols"
msgstr "Nommeringsimbole"
-#: strings.hrc:31
+#: sw/inc/strings.hrc:31
msgctxt "STR_POOLCHR_BUL_LEVEL"
msgid "Bullets"
msgstr "Koeëltjies"
-#: strings.hrc:32
+#: sw/inc/strings.hrc:32
msgctxt "STR_POOLCHR_INET_NORMAL"
msgid "Internet Link"
msgstr "Internetskakel"
-#: strings.hrc:33
+#: sw/inc/strings.hrc:33
msgctxt "STR_POOLCHR_INET_VISIT"
msgid "Visited Internet Link"
msgstr "Besoekte internetskakel"
-#: strings.hrc:34
+#: sw/inc/strings.hrc:34
msgctxt "STR_POOLCHR_JUMPEDIT"
msgid "Placeholder"
msgstr "Plekhouer"
-#: strings.hrc:35
+#: sw/inc/strings.hrc:35
msgctxt "STR_POOLCHR_TOXJUMP"
msgid "Index Link"
msgstr "Indeksskakel"
-#: strings.hrc:36
+#: sw/inc/strings.hrc:36
msgctxt "STR_POOLCHR_ENDNOTE"
msgid "Endnote Characters"
msgstr "Eindnota-karakters"
-#: strings.hrc:37
+#: sw/inc/strings.hrc:37
msgctxt "STR_POOLCHR_LINENUM"
msgid "Line Numbering"
msgstr "Reëlnommering"
-#: strings.hrc:38
+#: sw/inc/strings.hrc:38
#, fuzzy
msgctxt "STR_POOLCHR_IDX_MAIN_ENTRY"
msgid "Main Index Entry"
msgstr "Hoofindeksinskrywing"
-#: strings.hrc:39
+#: sw/inc/strings.hrc:39
#, fuzzy
msgctxt "STR_POOLCHR_FOOTNOTE_ANCHOR"
msgid "Footnote Anchor"
msgstr "Voetnota-anker"
-#: strings.hrc:40
+#: sw/inc/strings.hrc:40
#, fuzzy
msgctxt "STR_POOLCHR_ENDNOTE_ANCHOR"
msgid "Endnote Anchor"
msgstr "Eindnota-anker"
-#: strings.hrc:41
+#: sw/inc/strings.hrc:41
msgctxt "STR_POOLCHR_RUBYTEXT"
msgid "Rubies"
msgstr "Klein drukletters"
-#: strings.hrc:42
+#: sw/inc/strings.hrc:42
msgctxt "STR_POOLCHR_VERT_NUM"
msgid "Vertical Numbering Symbols"
msgstr "Vertikale nommeringsimbole"
#. Drawing templates for HTML
-#: strings.hrc:44
+#: sw/inc/strings.hrc:44
msgctxt "STR_POOLCHR_HTML_EMPHASIS"
msgid "Emphasis"
msgstr "Beklemtoning"
-#: strings.hrc:45
+#: sw/inc/strings.hrc:45
msgctxt "STR_POOLCHR_HTML_CITIATION"
msgid "Quotation"
msgstr "Aanhaling"
-#: strings.hrc:46
+#: sw/inc/strings.hrc:46
msgctxt "STR_POOLCHR_HTML_STRONG"
msgid "Strong Emphasis"
msgstr "Sterk beklemtoning"
-#: strings.hrc:47
+#: sw/inc/strings.hrc:47
msgctxt "STR_POOLCHR_HTML_CODE"
msgid "Source Text"
msgstr "Bronteks"
-#: strings.hrc:48
+#: sw/inc/strings.hrc:48
msgctxt "STR_POOLCHR_HTML_SAMPLE"
msgid "Example"
msgstr "Voorbeeld"
-#: strings.hrc:49
+#: sw/inc/strings.hrc:49
msgctxt "STR_POOLCHR_HTML_KEYBOARD"
msgid "User Entry"
msgstr "Gebruikersinskrywing"
-#: strings.hrc:50
+#: sw/inc/strings.hrc:50
msgctxt "STR_POOLCHR_HTML_VARIABLE"
msgid "Variable"
msgstr "Veranderlike"
-#: strings.hrc:51
+#: sw/inc/strings.hrc:51
msgctxt "STR_POOLCHR_HTML_DEFINSTANCE"
msgid "Definition"
msgstr "Definisie"
-#: strings.hrc:52
+#: sw/inc/strings.hrc:52
msgctxt "STR_POOLCHR_HTML_TELETYPE"
msgid "Teletype"
msgstr "Teletipe"
#. Border templates
-#: strings.hrc:54
+#: sw/inc/strings.hrc:54
msgctxt "STR_POOLFRM_FRAME"
msgid "Frame"
msgstr "Raam"
-#: strings.hrc:55
+#: sw/inc/strings.hrc:55
msgctxt "STR_POOLFRM_GRAPHIC"
msgid "Graphics"
msgstr "Grafika"
-#: strings.hrc:56
+#: sw/inc/strings.hrc:56
msgctxt "STR_POOLFRM_OLE"
msgid "OLE"
msgstr "OLE"
-#: strings.hrc:57
+#: sw/inc/strings.hrc:57
msgctxt "STR_POOLFRM_FORMEL"
msgid "Formula"
msgstr "Formule"
-#: strings.hrc:58
+#: sw/inc/strings.hrc:58
msgctxt "STR_POOLFRM_MARGINAL"
msgid "Marginalia"
msgstr "Marginalia"
-#: strings.hrc:59
+#: sw/inc/strings.hrc:59
msgctxt "STR_POOLFRM_WATERSIGN"
msgid "Watermark"
msgstr "Watermerk"
-#: strings.hrc:60
+#: sw/inc/strings.hrc:60
msgctxt "STR_POOLFRM_LABEL"
msgid "Labels"
msgstr "Etikette"
#. Template names
#. tdf#107211 please don't change STANDARD, except back to "Default"
-#: strings.hrc:63
+#: sw/inc/strings.hrc:63
#, fuzzy
msgctxt "STR_POOLCOLL_STANDARD"
msgid "Default Style"
msgstr "Verstek tyd"
-#: strings.hrc:64
+#: sw/inc/strings.hrc:64
#, fuzzy
msgctxt "STR_POOLCOLL_TEXT"
msgid "Text Body"
msgstr "Teksliggaam"
-#: strings.hrc:65
+#: sw/inc/strings.hrc:65
#, fuzzy
msgctxt "STR_POOLCOLL_TEXT_IDENT"
msgid "First Line Indent"
msgstr "Eerstereël-inkeep"
-#: strings.hrc:66
+#: sw/inc/strings.hrc:66
#, fuzzy
msgctxt "STR_POOLCOLL_TEXT_NEGIDENT"
msgid "Hanging Indent"
msgstr "Hangende inkeep"
-#: strings.hrc:67
+#: sw/inc/strings.hrc:67
#, fuzzy
msgctxt "STR_POOLCOLL_TEXT_MOVE"
msgid "Text Body Indent"
msgstr "Teksliggaaminkeep"
-#: strings.hrc:68
+#: sw/inc/strings.hrc:68
#, fuzzy
msgctxt "STR_POOLCOLL_GREETING"
msgid "Complimentary Close"
msgstr "Komplimentêre afsluiting"
-#: strings.hrc:69
+#: sw/inc/strings.hrc:69
msgctxt "STR_POOLCOLL_SIGNATURE"
msgid "Signature"
msgstr "Handtekening"
-#: strings.hrc:70
+#: sw/inc/strings.hrc:70
msgctxt "STR_POOLCOLL_HEADLINE_BASE"
msgid "Heading"
msgstr "Opskrif"
-#: strings.hrc:71
+#: sw/inc/strings.hrc:71
msgctxt "STR_POOLCOLL_NUMBUL_BASE"
msgid "List"
msgstr "Lys"
-#: strings.hrc:72
+#: sw/inc/strings.hrc:72
msgctxt "STR_POOLCOLL_REGISTER_BASE"
msgid "Index"
msgstr "Indeks"
-#: strings.hrc:73
+#: sw/inc/strings.hrc:73
msgctxt "STR_POOLCOLL_CONFRONTATION"
msgid "List Indent"
msgstr "Lysinkeep"
-#: strings.hrc:74
+#: sw/inc/strings.hrc:74
msgctxt "STR_POOLCOLL_MARGINAL"
msgid "Marginalia"
msgstr "Marginalia"
-#: strings.hrc:75
+#: sw/inc/strings.hrc:75
#, fuzzy
msgctxt "STR_POOLCOLL_HEADLINE1"
msgid "Heading 1"
msgstr "Opskrif 1"
-#: strings.hrc:76
+#: sw/inc/strings.hrc:76
msgctxt "STR_POOLCOLL_HEADLINE2"
msgid "Heading 2"
msgstr "Opskrif 2"
-#: strings.hrc:77
+#: sw/inc/strings.hrc:77
msgctxt "STR_POOLCOLL_HEADLINE3"
msgid "Heading 3"
msgstr "Opskrif 3"
-#: strings.hrc:78
+#: sw/inc/strings.hrc:78
msgctxt "STR_POOLCOLL_HEADLINE4"
msgid "Heading 4"
msgstr "Opskrif 4"
-#: strings.hrc:79
+#: sw/inc/strings.hrc:79
msgctxt "STR_POOLCOLL_HEADLINE5"
msgid "Heading 5"
msgstr "Opskrif 5"
-#: strings.hrc:80
+#: sw/inc/strings.hrc:80
msgctxt "STR_POOLCOLL_HEADLINE6"
msgid "Heading 6"
msgstr "Opskrif 6"
-#: strings.hrc:81
+#: sw/inc/strings.hrc:81
msgctxt "STR_POOLCOLL_HEADLINE7"
msgid "Heading 7"
msgstr "Opskrif 7"
-#: strings.hrc:82
+#: sw/inc/strings.hrc:82
msgctxt "STR_POOLCOLL_HEADLINE8"
msgid "Heading 8"
msgstr "Opskrif 8"
-#: strings.hrc:83
+#: sw/inc/strings.hrc:83
msgctxt "STR_POOLCOLL_HEADLINE9"
msgid "Heading 9"
msgstr "Opskrif 9"
-#: strings.hrc:84
+#: sw/inc/strings.hrc:84
msgctxt "STR_POOLCOLL_HEADLINE10"
msgid "Heading 10"
msgstr "Opskrif 10"
-#: strings.hrc:85
+#: sw/inc/strings.hrc:85
msgctxt "STR_POOLCOLL_NUM_LEVEL1S"
msgid "Numbering 1 Start"
msgstr "Nommering 1 Begin"
-#: strings.hrc:86
+#: sw/inc/strings.hrc:86
msgctxt "STR_POOLCOLL_NUM_LEVEL1"
msgid "Numbering 1"
msgstr "Nommering 1"
-#: strings.hrc:87
+#: sw/inc/strings.hrc:87
msgctxt "STR_POOLCOLL_NUM_LEVEL1E"
msgid "Numbering 1 End"
msgstr "Nommering 1 Einde"
-#: strings.hrc:88
+#: sw/inc/strings.hrc:88
msgctxt "STR_POOLCOLL_NUM_NONUM1"
msgid "Numbering 1 Cont."
msgstr "Nommering 1 Vlg."
-#: strings.hrc:89
+#: sw/inc/strings.hrc:89
msgctxt "STR_POOLCOLL_NUM_LEVEL2S"
msgid "Numbering 2 Start"
msgstr "Nommering 2 Begin"
-#: strings.hrc:90
+#: sw/inc/strings.hrc:90
msgctxt "STR_POOLCOLL_NUM_LEVEL2"
msgid "Numbering 2"
msgstr "Nommering 2"
-#: strings.hrc:91
+#: sw/inc/strings.hrc:91
msgctxt "STR_POOLCOLL_NUM_LEVEL2E"
msgid "Numbering 2 End"
msgstr "Nommering 2 Einde"
-#: strings.hrc:92
+#: sw/inc/strings.hrc:92
msgctxt "STR_POOLCOLL_NUM_NONUM2"
msgid "Numbering 2 Cont."
msgstr "Nommering 2 Vlg."
-#: strings.hrc:93
+#: sw/inc/strings.hrc:93
msgctxt "STR_POOLCOLL_NUM_LEVEL3S"
msgid "Numbering 3 Start"
msgstr "Nommering 3 Begin"
-#: strings.hrc:94
+#: sw/inc/strings.hrc:94
msgctxt "STR_POOLCOLL_NUM_LEVEL3"
msgid "Numbering 3"
msgstr "Nommering 3"
-#: strings.hrc:95
+#: sw/inc/strings.hrc:95
msgctxt "STR_POOLCOLL_NUM_LEVEL3E"
msgid "Numbering 3 End"
msgstr "Nommering 3 Einde"
-#: strings.hrc:96
+#: sw/inc/strings.hrc:96
msgctxt "STR_POOLCOLL_NUM_NONUM3"
msgid "Numbering 3 Cont."
msgstr "Nommering 3 Vlg."
-#: strings.hrc:97
+#: sw/inc/strings.hrc:97
msgctxt "STR_POOLCOLL_NUM_LEVEL4S"
msgid "Numbering 4 Start"
msgstr "Nommering 4 Begin"
-#: strings.hrc:98
+#: sw/inc/strings.hrc:98
msgctxt "STR_POOLCOLL_NUM_LEVEL4"
msgid "Numbering 4"
msgstr "Nommering 4"
-#: strings.hrc:99
+#: sw/inc/strings.hrc:99
msgctxt "STR_POOLCOLL_NUM_LEVEL4E"
msgid "Numbering 4 End"
msgstr "Nommering 4 Einde"
-#: strings.hrc:100
+#: sw/inc/strings.hrc:100
msgctxt "STR_POOLCOLL_NUM_NONUM4"
msgid "Numbering 4 Cont."
msgstr "Nommering 4 Vlg."
-#: strings.hrc:101
+#: sw/inc/strings.hrc:101
msgctxt "STR_POOLCOLL_NUM_LEVEL5S"
msgid "Numbering 5 Start"
msgstr "Nommering 5 Begin"
-#: strings.hrc:102
+#: sw/inc/strings.hrc:102
msgctxt "STR_POOLCOLL_NUM_LEVEL5"
msgid "Numbering 5"
msgstr "Nommering 5"
-#: strings.hrc:103
+#: sw/inc/strings.hrc:103
msgctxt "STR_POOLCOLL_NUM_LEVEL5E"
msgid "Numbering 5 End"
msgstr "Nommering 5 Einde"
-#: strings.hrc:104
+#: sw/inc/strings.hrc:104
msgctxt "STR_POOLCOLL_NUM_NONUM5"
msgid "Numbering 5 Cont."
msgstr "Nommering 5 Vlg."
-#: strings.hrc:105
+#: sw/inc/strings.hrc:105
msgctxt "STR_POOLCOLL_BUL_LEVEL1S"
msgid "List 1 Start"
msgstr "Lys 1 Begin"
-#: strings.hrc:106
+#: sw/inc/strings.hrc:106
msgctxt "STR_POOLCOLL_BUL_LEVEL1"
msgid "List 1"
msgstr "Lys 1"
-#: strings.hrc:107
+#: sw/inc/strings.hrc:107
msgctxt "STR_POOLCOLL_BUL_LEVEL1E"
msgid "List 1 End"
msgstr "Lys 1 Einde"
-#: strings.hrc:108
+#: sw/inc/strings.hrc:108
msgctxt "STR_POOLCOLL_BUL_NONUM1"
msgid "List 1 Cont."
msgstr "Lys 1 Vlg."
-#: strings.hrc:109
+#: sw/inc/strings.hrc:109
msgctxt "STR_POOLCOLL_BUL_LEVEL2S"
msgid "List 2 Start"
msgstr "Lys 2 Begin"
-#: strings.hrc:110
+#: sw/inc/strings.hrc:110
msgctxt "STR_POOLCOLL_BUL_LEVEL2"
msgid "List 2"
msgstr "Lys 2"
-#: strings.hrc:111
+#: sw/inc/strings.hrc:111
msgctxt "STR_POOLCOLL_BUL_LEVEL2E"
msgid "List 2 End"
msgstr "Lys 2 Einde"
-#: strings.hrc:112
+#: sw/inc/strings.hrc:112
msgctxt "STR_POOLCOLL_BUL_NONUM2"
msgid "List 2 Cont."
msgstr "Lys 2 Vlg."
-#: strings.hrc:113
+#: sw/inc/strings.hrc:113
msgctxt "STR_POOLCOLL_BUL_LEVEL3S"
msgid "List 3 Start"
msgstr "Lys 3 Begin"
-#: strings.hrc:114
+#: sw/inc/strings.hrc:114
msgctxt "STR_POOLCOLL_BUL_LEVEL3"
msgid "List 3"
msgstr "Lys 3"
-#: strings.hrc:115
+#: sw/inc/strings.hrc:115
msgctxt "STR_POOLCOLL_BUL_LEVEL3E"
msgid "List 3 End"
msgstr "Lys 3 Einde"
-#: strings.hrc:116
+#: sw/inc/strings.hrc:116
msgctxt "STR_POOLCOLL_BUL_NONUM3"
msgid "List 3 Cont."
msgstr "Lys 3 Vlg."
-#: strings.hrc:117
+#: sw/inc/strings.hrc:117
msgctxt "STR_POOLCOLL_BUL_LEVEL4S"
msgid "List 4 Start"
msgstr "Lys 4 Begin"
-#: strings.hrc:118
+#: sw/inc/strings.hrc:118
msgctxt "STR_POOLCOLL_BUL_LEVEL4"
msgid "List 4"
msgstr "Lys 4"
-#: strings.hrc:119
+#: sw/inc/strings.hrc:119
msgctxt "STR_POOLCOLL_BUL_LEVEL4E"
msgid "List 4 End"
msgstr "Lys 4 Einde"
-#: strings.hrc:120
+#: sw/inc/strings.hrc:120
msgctxt "STR_POOLCOLL_BUL_NONUM4"
msgid "List 4 Cont."
msgstr "Lys 4 Vlg."
-#: strings.hrc:121
+#: sw/inc/strings.hrc:121
msgctxt "STR_POOLCOLL_BUL_LEVEL5S"
msgid "List 5 Start"
msgstr "Lys 5 Begin"
-#: strings.hrc:122
+#: sw/inc/strings.hrc:122
msgctxt "STR_POOLCOLL_BUL_LEVEL5"
msgid "List 5"
msgstr "Lys 5"
-#: strings.hrc:123
+#: sw/inc/strings.hrc:123
msgctxt "STR_POOLCOLL_BUL_LEVEL5E"
msgid "List 5 End"
msgstr "Lys 5 Einde"
-#: strings.hrc:124
+#: sw/inc/strings.hrc:124
msgctxt "STR_POOLCOLL_BUL_NONUM5"
msgid "List 5 Cont."
msgstr "Lys 5 Vlg."
-#: strings.hrc:125
+#: sw/inc/strings.hrc:125
msgctxt "STR_POOLCOLL_HEADER"
msgid "Header"
msgstr "Kop"
-#: strings.hrc:126
+#: sw/inc/strings.hrc:126
#, fuzzy
msgctxt "STR_POOLCOLL_HEADERL"
msgid "Header Left"
msgstr "Kop links"
-#: strings.hrc:127
+#: sw/inc/strings.hrc:127
#, fuzzy
msgctxt "STR_POOLCOLL_HEADERR"
msgid "Header Right"
msgstr "Kop regs"
-#: strings.hrc:128
+#: sw/inc/strings.hrc:128
msgctxt "STR_POOLCOLL_FOOTER"
msgid "Footer"
msgstr "Voet"
-#: strings.hrc:129
+#: sw/inc/strings.hrc:129
#, fuzzy
msgctxt "STR_POOLCOLL_FOOTERL"
msgid "Footer Left"
msgstr "Voet links"
-#: strings.hrc:130
+#: sw/inc/strings.hrc:130
#, fuzzy
msgctxt "STR_POOLCOLL_FOOTERR"
msgid "Footer Right"
msgstr "Voet regs"
-#: strings.hrc:131
+#: sw/inc/strings.hrc:131
msgctxt "STR_POOLCOLL_TABLE"
msgid "Table Contents"
msgstr "Tabelinhoud"
-#: strings.hrc:132
+#: sw/inc/strings.hrc:132
msgctxt "STR_POOLCOLL_TABLE_HDLN"
msgid "Table Heading"
msgstr "Tabelopskrif"
-#: strings.hrc:133
+#: sw/inc/strings.hrc:133
#, fuzzy
msgctxt "STR_POOLCOLL_FRAME"
msgid "Frame Contents"
msgstr "Raaminhoud"
-#: strings.hrc:134
+#: sw/inc/strings.hrc:134
msgctxt "STR_POOLCOLL_FOOTNOTE"
msgid "Footnote"
msgstr "Voetnoot"
-#: strings.hrc:135
+#: sw/inc/strings.hrc:135
msgctxt "STR_POOLCOLL_ENDNOTE"
msgid "Endnote"
msgstr "Eindnoot"
-#: strings.hrc:136
+#: sw/inc/strings.hrc:136
msgctxt "STR_POOLCOLL_LABEL"
msgid "Caption"
msgstr "Byskrif"
-#: strings.hrc:137
+#: sw/inc/strings.hrc:137
msgctxt "STR_POOLCOLL_LABEL_ABB"
msgid "Illustration"
msgstr "Illustrasie"
-#: strings.hrc:138
+#: sw/inc/strings.hrc:138
msgctxt "STR_POOLCOLL_LABEL_TABLE"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:139
+#: sw/inc/strings.hrc:139
msgctxt "STR_POOLCOLL_LABEL_FRAME"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:140
+#: sw/inc/strings.hrc:140
msgctxt "STR_POOLCOLL_LABEL_DRAWING"
msgid "Drawing"
msgstr "Tekening"
-#: strings.hrc:141
+#: sw/inc/strings.hrc:141
+msgctxt "STR_POOLCOLL_LABEL_FIGURE"
+msgid "Figure"
+msgstr ""
+
+#: sw/inc/strings.hrc:142
msgctxt "STR_POOLCOLL_JAKETADRESS"
msgid "Addressee"
msgstr "Geadresseerde"
-#: strings.hrc:142
+#: sw/inc/strings.hrc:143
msgctxt "STR_POOLCOLL_SENDADRESS"
msgid "Sender"
msgstr "Afsender"
-#: strings.hrc:143
+#: sw/inc/strings.hrc:144
msgctxt "STR_POOLCOLL_TOX_IDXH"
msgid "Index Heading"
msgstr "Indeksopskrif"
-#: strings.hrc:144
+#: sw/inc/strings.hrc:145
msgctxt "STR_POOLCOLL_TOX_IDX1"
msgid "Index 1"
msgstr "Indeks 1"
-#: strings.hrc:145
+#: sw/inc/strings.hrc:146
msgctxt "STR_POOLCOLL_TOX_IDX2"
msgid "Index 2"
msgstr "Indeks 2"
-#: strings.hrc:146
+#: sw/inc/strings.hrc:147
msgctxt "STR_POOLCOLL_TOX_IDX3"
msgid "Index 3"
msgstr "Indeks 3"
-#: strings.hrc:147
+#: sw/inc/strings.hrc:148
msgctxt "STR_POOLCOLL_TOX_IDXBREAK"
msgid "Index Separator"
msgstr "Indeksskeisimbool"
-#: strings.hrc:148
+#: sw/inc/strings.hrc:149
msgctxt "STR_POOLCOLL_TOX_CNTNTH"
msgid "Contents Heading"
msgstr "Inhoudopskrif"
-#: strings.hrc:149
+#: sw/inc/strings.hrc:150
msgctxt "STR_POOLCOLL_TOX_CNTNT1"
msgid "Contents 1"
msgstr "Inhoud 1"
-#: strings.hrc:150
+#: sw/inc/strings.hrc:151
msgctxt "STR_POOLCOLL_TOX_CNTNT2"
msgid "Contents 2"
msgstr "Inhoud 2"
-#: strings.hrc:151
+#: sw/inc/strings.hrc:152
msgctxt "STR_POOLCOLL_TOX_CNTNT3"
msgid "Contents 3"
msgstr "Inhoud 3"
-#: strings.hrc:152
+#: sw/inc/strings.hrc:153
msgctxt "STR_POOLCOLL_TOX_CNTNT4"
msgid "Contents 4"
msgstr "Inhoud 4"
-#: strings.hrc:153
+#: sw/inc/strings.hrc:154
msgctxt "STR_POOLCOLL_TOX_CNTNT5"
msgid "Contents 5"
msgstr "Inhoud 5"
-#: strings.hrc:154
+#: sw/inc/strings.hrc:155
msgctxt "STR_POOLCOLL_TOX_CNTNT6"
msgid "Contents 6"
msgstr "Inhoud 6"
-#: strings.hrc:155
+#: sw/inc/strings.hrc:156
msgctxt "STR_POOLCOLL_TOX_CNTNT7"
msgid "Contents 7"
msgstr "Inhoud 7"
-#: strings.hrc:156
+#: sw/inc/strings.hrc:157
msgctxt "STR_POOLCOLL_TOX_CNTNT8"
msgid "Contents 8"
msgstr "Inhoud 8"
-#: strings.hrc:157
+#: sw/inc/strings.hrc:158
msgctxt "STR_POOLCOLL_TOX_CNTNT9"
msgid "Contents 9"
msgstr "Inhoud 9"
-#: strings.hrc:158
+#: sw/inc/strings.hrc:159
msgctxt "STR_POOLCOLL_TOX_CNTNT10"
msgid "Contents 10"
msgstr "Inhoud 10"
-#: strings.hrc:159
+#: sw/inc/strings.hrc:160
msgctxt "STR_POOLCOLL_TOX_USERH"
msgid "User Index Heading"
msgstr "Gebruikersindeks-opskrif"
-#: strings.hrc:160
+#: sw/inc/strings.hrc:161
msgctxt "STR_POOLCOLL_TOX_USER1"
msgid "User Index 1"
msgstr "Gebruikersindeks 1"
-#: strings.hrc:161
+#: sw/inc/strings.hrc:162
msgctxt "STR_POOLCOLL_TOX_USER2"
msgid "User Index 2"
msgstr "Gebruikersindeks 2"
-#: strings.hrc:162
+#: sw/inc/strings.hrc:163
msgctxt "STR_POOLCOLL_TOX_USER3"
msgid "User Index 3"
msgstr "Gebruikersindeks 3"
-#: strings.hrc:163
+#: sw/inc/strings.hrc:164
msgctxt "STR_POOLCOLL_TOX_USER4"
msgid "User Index 4"
msgstr "Gebruikersindeks 4"
-#: strings.hrc:164
+#: sw/inc/strings.hrc:165
msgctxt "STR_POOLCOLL_TOX_USER5"
msgid "User Index 5"
msgstr "Gebruikersindeks 5"
-#: strings.hrc:165
+#: sw/inc/strings.hrc:166
msgctxt "STR_POOLCOLL_TOX_USER6"
msgid "User Index 6"
msgstr "Gebruikersindeks 6"
-#: strings.hrc:166
+#: sw/inc/strings.hrc:167
msgctxt "STR_POOLCOLL_TOX_USER7"
msgid "User Index 7"
msgstr "Gebruikersindeks 7"
-#: strings.hrc:167
+#: sw/inc/strings.hrc:168
msgctxt "STR_POOLCOLL_TOX_USER8"
msgid "User Index 8"
msgstr "Gebruikersindeks 8"
-#: strings.hrc:168
+#: sw/inc/strings.hrc:169
msgctxt "STR_POOLCOLL_TOX_USER9"
msgid "User Index 9"
msgstr "Gebruikersindeks 9"
-#: strings.hrc:169
+#: sw/inc/strings.hrc:170
msgctxt "STR_POOLCOLL_TOX_USER10"
msgid "User Index 10"
msgstr "Gebruikersindeks 10"
-#: strings.hrc:170
+#: sw/inc/strings.hrc:171
#, fuzzy
msgctxt "STR_POOLCOLL_TOX_CITATION"
msgid "Citation"
msgstr "Aanhaling"
-#: strings.hrc:171
+#: sw/inc/strings.hrc:172
msgctxt "STR_POOLCOLL_TOX_ILLUSH"
msgid "Illustration Index Heading"
msgstr "Illustrasie-indeks-opskrif"
-#: strings.hrc:172
+#: sw/inc/strings.hrc:173
msgctxt "STR_POOLCOLL_TOX_ILLUS1"
msgid "Illustration Index 1"
msgstr "Illustrasie-indeks 1"
-#: strings.hrc:173
+#: sw/inc/strings.hrc:174
#, fuzzy
msgctxt "STR_POOLCOLL_TOX_OBJECTH"
msgid "Object Index Heading"
msgstr "Objekindeks-opskrif"
-#: strings.hrc:174
+#: sw/inc/strings.hrc:175
#, fuzzy
msgctxt "STR_POOLCOLL_TOX_OBJECT1"
msgid "Object Index 1"
msgstr "Objekindeks 1"
-#: strings.hrc:175
+#: sw/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_POOLCOLL_TOX_TABLESH"
msgid "Table Index Heading"
msgstr "Tabelindeks-opskrif"
-#: strings.hrc:176
+#: sw/inc/strings.hrc:177
#, fuzzy
msgctxt "STR_POOLCOLL_TOX_TABLES1"
msgid "Table Index 1"
msgstr "Tabelindeks 1"
-#: strings.hrc:177
+#: sw/inc/strings.hrc:178
msgctxt "STR_POOLCOLL_TOX_AUTHORITIESH"
msgid "Bibliography Heading"
msgstr "Bibliografie-opskrif"
-#: strings.hrc:178
+#: sw/inc/strings.hrc:179
msgctxt "STR_POOLCOLL_TOX_AUTHORITIES1"
msgid "Bibliography 1"
msgstr "Bibliografie 1"
#. Document title style, not to be confused with Heading style
-#: strings.hrc:180
+#: sw/inc/strings.hrc:181
msgctxt "STR_POOLCOLL_DOC_TITEL"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:181
+#: sw/inc/strings.hrc:182
msgctxt "STR_POOLCOLL_DOC_SUBTITEL"
msgid "Subtitle"
msgstr "Subtitel"
-#: strings.hrc:182
+#: sw/inc/strings.hrc:183
msgctxt "STR_POOLCOLL_HTML_BLOCKQUOTE"
msgid "Quotations"
msgstr "Aanhalings"
-#: strings.hrc:183
+#: sw/inc/strings.hrc:184
msgctxt "STR_POOLCOLL_HTML_PRE"
msgid "Preformatted Text"
msgstr "Vooraf geformateerde teks"
-#: strings.hrc:184
+#: sw/inc/strings.hrc:185
msgctxt "STR_POOLCOLL_HTML_HR"
msgid "Horizontal Line"
msgstr "Horisontale reël"
-#: strings.hrc:185
+#: sw/inc/strings.hrc:186
msgctxt "STR_POOLCOLL_HTML_DD"
msgid "List Contents"
msgstr "Lysinhoud"
-#: strings.hrc:186
+#: sw/inc/strings.hrc:187
msgctxt "STR_POOLCOLL_HTML_DT"
msgid "List Heading"
msgstr "Lysopskrif"
#. page style names
-#: strings.hrc:188
+#: sw/inc/strings.hrc:189
#, fuzzy
msgctxt "STR_POOLPAGE_STANDARD"
msgid "Default Style"
msgstr "Verstek tyd"
-#: strings.hrc:189
+#: sw/inc/strings.hrc:190
msgctxt "STR_POOLPAGE_FIRST"
msgid "First Page"
msgstr "Eerste bladsy"
-#: strings.hrc:190
+#: sw/inc/strings.hrc:191
msgctxt "STR_POOLPAGE_LEFT"
msgid "Left Page"
msgstr "Linkerbladsy"
-#: strings.hrc:191
+#: sw/inc/strings.hrc:192
msgctxt "STR_POOLPAGE_RIGHT"
msgid "Right Page"
msgstr "Regterbladsy"
-#: strings.hrc:192
+#: sw/inc/strings.hrc:193
msgctxt "STR_POOLPAGE_JAKET"
msgid "Envelope"
msgstr "Koevert"
-#: strings.hrc:193
+#: sw/inc/strings.hrc:194
msgctxt "STR_POOLPAGE_REGISTER"
msgid "Index"
msgstr "Indeks"
-#: strings.hrc:194
+#: sw/inc/strings.hrc:195
msgctxt "STR_POOLPAGE_HTML"
msgid "HTML"
msgstr "HTML"
-#: strings.hrc:195
+#: sw/inc/strings.hrc:196
msgctxt "STR_POOLPAGE_FOOTNOTE"
msgid "Footnote"
msgstr "Voetnoot"
-#: strings.hrc:196
+#: sw/inc/strings.hrc:197
msgctxt "STR_POOLPAGE_ENDNOTE"
msgid "Endnote"
msgstr "Eindnoot"
-#: strings.hrc:197
+#: sw/inc/strings.hrc:198
msgctxt "STR_POOLPAGE_LANDSCAPE"
msgid "Landscape"
msgstr "Landskap"
#. Numbering rules
-#: strings.hrc:199
+#: sw/inc/strings.hrc:200
msgctxt "STR_POOLNUMRULE_NUM1"
msgid "Numbering 123"
msgstr ""
-#: strings.hrc:200
+#: sw/inc/strings.hrc:201
msgctxt "STR_POOLNUMRULE_NUM2"
msgid "Numbering ABC"
msgstr ""
-#: strings.hrc:201
+#: sw/inc/strings.hrc:202
msgctxt "STR_POOLNUMRULE_NUM3"
msgid "Numbering abc"
msgstr ""
-#: strings.hrc:202
+#: sw/inc/strings.hrc:203
msgctxt "STR_POOLNUMRULE_NUM4"
msgid "Numbering IVX"
msgstr ""
-#: strings.hrc:203
+#: sw/inc/strings.hrc:204
msgctxt "STR_POOLNUMRULE_NUM5"
msgid "Numbering ivx"
msgstr ""
-#: strings.hrc:204
+#: sw/inc/strings.hrc:205
msgctxt "STR_POOLNUMRULE_BUL1"
msgid "List 1"
msgstr "Lys 1"
-#: strings.hrc:205
+#: sw/inc/strings.hrc:206
msgctxt "STR_POOLNUMRULE_BUL2"
msgid "List 2"
msgstr "Lys 2"
-#: strings.hrc:206
+#: sw/inc/strings.hrc:207
msgctxt "STR_POOLNUMRULE_BUL3"
msgid "List 3"
msgstr "Lys 3"
-#: strings.hrc:207
+#: sw/inc/strings.hrc:208
msgctxt "STR_POOLNUMRULE_BUL4"
msgid "List 4"
msgstr "Lys 4"
-#: strings.hrc:208
+#: sw/inc/strings.hrc:209
msgctxt "STR_POOLNUMRULE_BUL5"
msgid "List 5"
msgstr "Lys 5"
-#: strings.hrc:209
+#: sw/inc/strings.hrc:210
msgctxt "STR_COLUMN_VALUESET_ITEM0"
msgid "1 column"
msgstr "1 kolom"
-#: strings.hrc:210
+#: sw/inc/strings.hrc:211
msgctxt "STR_COLUMN_VALUESET_ITEM1"
msgid "2 columns with equal size"
msgstr ""
-#: strings.hrc:211
+#: sw/inc/strings.hrc:212
msgctxt "STR_COLUMN_VALUESET_ITEM2"
msgid "3 columns with equal size"
msgstr ""
-#: strings.hrc:212
+#: sw/inc/strings.hrc:213
msgctxt "STR_COLUMN_VALUESET_ITEM3"
msgid "2 columns with different size (left > right)"
msgstr ""
-#: strings.hrc:213
+#: sw/inc/strings.hrc:214
msgctxt "STR_COLUMN_VALUESET_ITEM4"
msgid "2 columns with different size (left < right)"
msgstr ""
#. Table styles, Writer internal, others are taken from Svx
-#: strings.hrc:215
+#: sw/inc/strings.hrc:216
#, fuzzy
msgctxt "STR_TABSTYLE_DEFAULT"
msgid "Default Style"
msgstr "Verstek tyd"
-#: strings.hrc:217
+#: sw/inc/strings.hrc:218
#, fuzzy
msgctxt "STR_PARAGRAPHSTYLEFAMILY"
msgid "Paragraph Styles"
msgstr "(Paragraafstyl: "
-#: strings.hrc:218
+#: sw/inc/strings.hrc:219
#, fuzzy
msgctxt "STR_CHARACTERSTYLEFAMILY"
msgid "Character Styles"
msgstr "Karakterstyle"
-#: strings.hrc:219
+#: sw/inc/strings.hrc:220
#, fuzzy
msgctxt "STR_FRAMESTYLEFAMILY"
msgid "Frame Styles"
msgstr "Raamstyle"
-#: strings.hrc:220
+#: sw/inc/strings.hrc:221
#, fuzzy
msgctxt "STR_PAGESTYLEFAMILY"
msgid "Page Styles"
msgstr "As bladsystyl"
-#: strings.hrc:221
+#: sw/inc/strings.hrc:222
#, fuzzy
msgctxt "STR_LISTSTYLEFAMILY"
msgid "List Styles"
msgstr "Lys style"
-#: strings.hrc:222
+#: sw/inc/strings.hrc:223
#, fuzzy
msgctxt "STR_TABLESTYLEFAMILY"
msgid "Table Styles"
msgstr "Tabelstyl"
-#: strings.hrc:223
+#: sw/inc/strings.hrc:224
msgctxt "STR_ENV_TITLE"
msgid "Envelope"
msgstr "Koevert"
-#: strings.hrc:224
+#: sw/inc/strings.hrc:225
msgctxt "STR_LAB_TITLE"
msgid "Labels"
msgstr "Etikette"
#. ShortName!!!
-#: strings.hrc:226
+#: sw/inc/strings.hrc:227
msgctxt "STR_HUMAN_SWDOC_NAME"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:227
+#: sw/inc/strings.hrc:228
msgctxt "STR_WRITER_DOCUMENT_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION-teksdokument"
-#: strings.hrc:228
+#: sw/inc/strings.hrc:229
msgctxt "STR_CANTOPEN"
msgid "Cannot open document."
msgstr "Kan nie dokument open nie."
-#: strings.hrc:229
+#: sw/inc/strings.hrc:230
msgctxt "STR_CANTCREATE"
msgid "Can't create document."
msgstr "Kan nie dokument skep nie."
-#: strings.hrc:230
+#: sw/inc/strings.hrc:231
msgctxt "STR_DLLNOTFOUND"
msgid "Filter not found."
msgstr "Filter kan nie gevind word nie."
-#: strings.hrc:231
+#: sw/inc/strings.hrc:232
msgctxt "STR_LOAD_GLOBAL_DOC"
msgid "Name and Path of Master Document"
msgstr "Naam en pad van meesterdokument"
-#: strings.hrc:232
+#: sw/inc/strings.hrc:233
msgctxt "STR_LOAD_HTML_DOC"
msgid "Name and Path of the HTML Document"
msgstr "Naam en pad van HTML-dokument"
-#: strings.hrc:233
+#: sw/inc/strings.hrc:234
msgctxt "STR_JAVA_EDIT"
msgid "Edit Script"
msgstr ""
-#: strings.hrc:234
+#: sw/inc/strings.hrc:235
msgctxt "STR_REMOVE_WARNING"
msgid "The following characters are not valid and have been removed: "
msgstr ""
-#: strings.hrc:235
+#: sw/inc/strings.hrc:236
msgctxt "STR_BOOKMARK_DEF_NAME"
msgid "Bookmark"
msgstr "Boekmerk"
-#: strings.hrc:236
+#: sw/inc/strings.hrc:237
msgctxt "STR_BOOKMARK_NAME"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:237
+#: sw/inc/strings.hrc:238
msgctxt "STR_BOOKMARK_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:238
+#: sw/inc/strings.hrc:239
msgctxt "SW_STR_NONE"
msgid "[None]"
msgstr "[Geen]"
-#: strings.hrc:239
+#: sw/inc/strings.hrc:240
msgctxt "STR_CAPTION_BEGINNING"
msgid "Start"
msgstr "Begin"
-#: strings.hrc:240
+#: sw/inc/strings.hrc:241
msgctxt "STR_CAPTION_END"
msgid "End"
msgstr "Einde"
-#: strings.hrc:241
+#: sw/inc/strings.hrc:242
msgctxt "STR_CAPTION_ABOVE"
msgid "Above"
msgstr "Bo"
-#: strings.hrc:242
+#: sw/inc/strings.hrc:243
msgctxt "STR_CAPTION_BELOW"
msgid "Below"
msgstr "Onder"
-#: strings.hrc:243
+#: sw/inc/strings.hrc:244
#, fuzzy
msgctxt "SW_STR_READONLY"
msgid "read-only"
msgstr "Leesalleen"
-#: strings.hrc:244
+#: sw/inc/strings.hrc:245
msgctxt "STR_READONLY_PATH"
msgid "The 'AutoText' directories are read-only. Do you want to call the path settings dialog?"
msgstr ""
-#: strings.hrc:245
+#: sw/inc/strings.hrc:246
msgctxt "STR_DOC_STAT"
msgid "Statistics"
msgstr "Statistieke"
#. Statusbar-titles
-#: strings.hrc:247
+#: sw/inc/strings.hrc:248
msgctxt "STR_STATSTR_W4WREAD"
msgid "Importing document..."
msgstr "Trek tans dokument in..."
-#: strings.hrc:248
+#: sw/inc/strings.hrc:249
msgctxt "STR_STATSTR_W4WWRITE"
msgid "Exporting document..."
msgstr "Voer tans dokument uit..."
-#: strings.hrc:249
+#: sw/inc/strings.hrc:250
msgctxt "STR_STATSTR_SWGWRITE"
msgid "Saving document..."
msgstr "Stoor tans dokument..."
-#: strings.hrc:250
+#: sw/inc/strings.hrc:251
msgctxt "STR_STATSTR_REFORMAT"
msgid "Repagination..."
msgstr "Herrangskik bladsye..."
-#: strings.hrc:251
+#: sw/inc/strings.hrc:252
msgctxt "STR_STATSTR_AUTOFORMAT"
msgid "Formatting document automatically..."
msgstr "Formateer dokument tans outomaties..."
-#: strings.hrc:252
+#: sw/inc/strings.hrc:253
msgctxt "STR_STATSTR_SEARCH"
msgid "Search..."
msgstr "Soek..."
-#: strings.hrc:253
+#: sw/inc/strings.hrc:254
msgctxt "STR_STATSTR_LETTER"
msgid "Letter"
msgstr "Letter"
-#: strings.hrc:254
+#: sw/inc/strings.hrc:255
msgctxt "STR_STATSTR_SPELL"
msgid "Spellcheck..."
msgstr "Speltoets..."
-#: strings.hrc:255
+#: sw/inc/strings.hrc:256
msgctxt "STR_STATSTR_HYPHEN"
msgid "Hyphenation..."
msgstr "Woordafbreking..."
-#: strings.hrc:256
+#: sw/inc/strings.hrc:257
msgctxt "STR_STATSTR_TOX_INSERT"
msgid "Inserting Index..."
msgstr "Voeg tans indeks in..."
-#: strings.hrc:257
+#: sw/inc/strings.hrc:258
msgctxt "STR_STATSTR_TOX_UPDATE"
msgid "Updating Index..."
msgstr "Werk tans indeks by..."
-#: strings.hrc:258
+#: sw/inc/strings.hrc:259
msgctxt "STR_STATSTR_SUMMARY"
msgid "Creating abstract..."
msgstr "Skep tans abstrak..."
-#: strings.hrc:259
+#: sw/inc/strings.hrc:260
msgctxt "STR_STATSTR_SWGPRTOLENOTIFY"
msgid "Adapt Objects..."
msgstr "Pas objekte aan..."
-#: strings.hrc:260
+#: sw/inc/strings.hrc:261
msgctxt "STR_TABLE_DEFNAME"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:261
+#: sw/inc/strings.hrc:262
msgctxt "STR_GRAPHIC_DEFNAME"
msgid "Image"
msgstr "Beeld"
-#: strings.hrc:262
+#: sw/inc/strings.hrc:263
msgctxt "STR_OBJECT_DEFNAME"
msgid "Object"
msgstr "Objek"
-#: strings.hrc:263
+#: sw/inc/strings.hrc:264
msgctxt "STR_FRAME_DEFNAME"
msgid "Frame"
msgstr "Raam"
-#: strings.hrc:264
+#: sw/inc/strings.hrc:265
msgctxt "STR_SHAPE_DEFNAME"
msgid "Shape"
msgstr "Vorm"
-#: strings.hrc:265
+#: sw/inc/strings.hrc:266
msgctxt "STR_REGION_DEFNAME"
msgid "Section"
msgstr "Seksie"
-#: strings.hrc:266
+#: sw/inc/strings.hrc:267
msgctxt "STR_NUMRULE_DEFNAME"
msgid "Numbering"
msgstr "Nommering"
-#: strings.hrc:267
+#: sw/inc/strings.hrc:268
msgctxt "STR_EMPTYPAGE"
msgid "blank page"
msgstr "skoon bladsy"
-#: strings.hrc:268
+#: sw/inc/strings.hrc:269
msgctxt "STR_ABSTRACT_TITLE"
msgid "Abstract: "
msgstr "Abstrak: "
-#: strings.hrc:269
+#: sw/inc/strings.hrc:270
msgctxt "STR_FDLG_TEMPLATE_NAME"
msgid "separated by: "
msgstr "geskei deur: "
-#: strings.hrc:270
+#: sw/inc/strings.hrc:271
msgctxt "STR_FDLG_OUTLINE_LEVEL"
msgid "Outline: Level "
msgstr "Skema: Vlak "
-#: strings.hrc:271
+#: sw/inc/strings.hrc:272
msgctxt "STR_FDLG_STYLE"
msgid "Style: "
msgstr "Styl: "
-#: strings.hrc:272
+#: sw/inc/strings.hrc:273
msgctxt "STR_PAGEOFFSET"
msgid "Page number: "
msgstr "Bladsynommer: "
-#: strings.hrc:273
+#: sw/inc/strings.hrc:274
msgctxt "STR_PAGEBREAK"
msgid "Break before new page"
msgstr "Breek voor nuwe bladsy"
-#: strings.hrc:274
+#: sw/inc/strings.hrc:275
msgctxt "STR_WESTERN_FONT"
msgid "Western text: "
msgstr "Westerse teks: "
-#: strings.hrc:275
+#: sw/inc/strings.hrc:276
msgctxt "STR_CJK_FONT"
msgid "Asian text: "
msgstr "Asiatiese teks: "
-#: strings.hrc:276
+#: sw/inc/strings.hrc:277
+msgctxt "STR_CTL_FONT"
+msgid "CTL text: "
+msgstr ""
+
+#: sw/inc/strings.hrc:278
msgctxt "STR_REDLINE_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr "Onbekende outeur"
-#: strings.hrc:277
+#: sw/inc/strings.hrc:279
#, fuzzy
msgctxt "STR_DELETE_NOTE_AUTHOR"
msgid "Delete ~All Comments by $1"
msgstr "Skrap ~alle opmerkings deur $1"
-#: strings.hrc:278
+#: sw/inc/strings.hrc:280
#, fuzzy
msgctxt "STR_HIDE_NOTE_AUTHOR"
msgid "H~ide All Comments by $1"
msgstr "Skrap ~alle opmerkings deur $1"
-#: strings.hrc:279
+#: sw/inc/strings.hrc:281
msgctxt "STR_OUTLINE_NUMBERING"
msgid "Outline Numbering"
msgstr "Skemanommering"
-#: strings.hrc:280
+#: sw/inc/strings.hrc:282
msgctxt "STR_STATUSBAR_WORDCOUNT_NO_SELECTION"
msgid "%1 words, %2 characters"
msgstr ""
-#: strings.hrc:281
+#: sw/inc/strings.hrc:283
msgctxt "STR_STATUSBAR_WORDCOUNT"
msgid "%1 words, %2 characters selected"
msgstr ""
-#: strings.hrc:282
+#: sw/inc/strings.hrc:284
msgctxt "STR_CONVERT_TEXT_TABLE"
msgid "Convert Text to Table"
msgstr "Skakel teks om na tabel"
-#: strings.hrc:283
+#: sw/inc/strings.hrc:285
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "Voeg Outoformateer by"
-#: strings.hrc:284
+#: sw/inc/strings.hrc:286
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:285
+#: sw/inc/strings.hrc:287
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "Skrap OutoFormaat"
-#: strings.hrc:286
+#: sw/inc/strings.hrc:288
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "The following AutoFormat entry will be deleted:"
msgstr "Die volgende OutoFormaat-inskrywing sal geskrap word:"
-#: strings.hrc:287
+#: sw/inc/strings.hrc:289
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "Hernoem Outoformateer"
-#: strings.hrc:288
+#: sw/inc/strings.hrc:290
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~Sluit"
-#: strings.hrc:289
+#: sw/inc/strings.hrc:291
msgctxt "STR_JAN"
msgid "Jan"
msgstr "Jan"
-#: strings.hrc:290
+#: sw/inc/strings.hrc:292
msgctxt "STR_FEB"
msgid "Feb"
msgstr "Feb"
-#: strings.hrc:291
+#: sw/inc/strings.hrc:293
msgctxt "STR_MAR"
msgid "Mar"
msgstr "Mrt"
-#: strings.hrc:292
+#: sw/inc/strings.hrc:294
msgctxt "STR_NORTH"
msgid "North"
msgstr "Noord"
-#: strings.hrc:293
+#: sw/inc/strings.hrc:295
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mid"
-#: strings.hrc:294
+#: sw/inc/strings.hrc:296
msgctxt "STR_SOUTH"
msgid "South"
msgstr "Suid"
-#: strings.hrc:295
+#: sw/inc/strings.hrc:297
msgctxt "STR_SUM"
msgid "Sum"
msgstr "Som"
-#: strings.hrc:296
+#: sw/inc/strings.hrc:298
msgctxt "STR_INVALID_AUTOFORMAT_NAME"
msgid ""
"You have entered an invalid name.\n"
@@ -1846,321 +1856,321 @@ msgstr ""
"Die verlangde OutoFormaat kon nie geskep word nie. \n"
"Probeer weer met 'n ander naam."
-#: strings.hrc:297
+#: sw/inc/strings.hrc:299
msgctxt "STR_NUMERIC"
msgid "Numeric"
msgstr "Numeries"
-#: strings.hrc:298
+#: sw/inc/strings.hrc:300
msgctxt "STR_ROW"
msgid "Rows"
msgstr "Rye"
-#: strings.hrc:299
+#: sw/inc/strings.hrc:301
#, fuzzy
msgctxt "STR_COL"
msgid "Column"
msgstr "Kolo~m"
-#: strings.hrc:300
+#: sw/inc/strings.hrc:302
msgctxt "STR_AUTHMRK_EDIT"
msgid "Edit Bibliography Entry"
msgstr "Redigeer bibliografie inskrywing"
-#: strings.hrc:301
+#: sw/inc/strings.hrc:303
msgctxt "STR_AUTHMRK_INSERT"
msgid "Insert Bibliography Entry"
msgstr "Voeg bibliografiese inskrywing in"
-#: strings.hrc:302
+#: sw/inc/strings.hrc:304
msgctxt "STR_ACCESS_PAGESETUP_SPACING"
msgid "Spacing between %1 and %2"
msgstr ""
-#: strings.hrc:303
+#: sw/inc/strings.hrc:305
#, fuzzy
msgctxt "STR_ACCESS_COLUMN_WIDTH"
msgid "Column %1 Width"
msgstr "Kolomwydte"
-#: strings.hrc:304
+#: sw/inc/strings.hrc:306
#, fuzzy
msgctxt "STR_CAPTION_TABLE"
msgid "%PRODUCTNAME Writer Table"
msgstr "%PRODUCTNAME Writer"
-#: strings.hrc:305
+#: sw/inc/strings.hrc:307
#, fuzzy
msgctxt "STR_CAPTION_FRAME"
msgid "%PRODUCTNAME Writer Frame"
msgstr "%PRODUCTNAME Writer"
-#: strings.hrc:306
+#: sw/inc/strings.hrc:308
#, fuzzy
msgctxt "STR_CAPTION_GRAPHIC"
msgid "%PRODUCTNAME Writer Image"
msgstr "%PRODUCTNAME Writer"
-#: strings.hrc:307
+#: sw/inc/strings.hrc:309
msgctxt "STR_CAPTION_OLE"
msgid "Other OLE Objects"
msgstr ""
-#: strings.hrc:308
+#: sw/inc/strings.hrc:310
msgctxt "STR_WRONG_TABLENAME"
msgid "The name of the table must not contain spaces."
msgstr ""
-#: strings.hrc:309
+#: sw/inc/strings.hrc:311
msgctxt "STR_ERR_TABLE_MERGE"
msgid "Selected table cells are too complex to merge."
msgstr ""
-#: strings.hrc:310
+#: sw/inc/strings.hrc:312
#, fuzzy
msgctxt "STR_SRTERR"
msgid "Cannot sort selection"
msgstr "Seleksie kan nie gesorteer word nie"
#. Miscellaneous
-#: strings.hrc:313
+#: sw/inc/strings.hrc:315
msgctxt "STR_EVENT_OBJECT_SELECT"
msgid "Click object"
msgstr "Kliek objek"
-#: strings.hrc:314
+#: sw/inc/strings.hrc:316
msgctxt "STR_EVENT_START_INS_GLOSSARY"
msgid "Before inserting AutoText"
msgstr "Voordat OutoTeks ingevoeg word"
-#: strings.hrc:315
+#: sw/inc/strings.hrc:317
msgctxt "STR_EVENT_END_INS_GLOSSARY"
msgid "After inserting AutoText"
msgstr "Nadat OutoTeks ingevoeg is"
-#: strings.hrc:316
+#: sw/inc/strings.hrc:318
msgctxt "STR_EVENT_MOUSEOVER_OBJECT"
msgid "Mouse over object"
msgstr "Muis oor objek"
-#: strings.hrc:317
+#: sw/inc/strings.hrc:319
msgctxt "STR_EVENT_MOUSECLICK_OBJECT"
msgid "Trigger hyperlink"
msgstr "Aktiveer hiperskakel"
-#: strings.hrc:318
+#: sw/inc/strings.hrc:320
msgctxt "STR_EVENT_MOUSEOUT_OBJECT"
msgid "Mouse leaves object"
msgstr "Muis verlaat objek"
-#: strings.hrc:319
+#: sw/inc/strings.hrc:321
msgctxt "STR_EVENT_IMAGE_LOAD"
msgid "Image loaded successfully"
msgstr ""
-#: strings.hrc:320
+#: sw/inc/strings.hrc:322
msgctxt "STR_EVENT_IMAGE_ABORT"
msgid "Image loading terminated"
msgstr ""
-#: strings.hrc:321
+#: sw/inc/strings.hrc:323
msgctxt "STR_EVENT_IMAGE_ERROR"
msgid "Could not load image"
msgstr ""
-#: strings.hrc:322
+#: sw/inc/strings.hrc:324
msgctxt "STR_EVENT_FRM_KEYINPUT_A"
msgid "Input of alphanumeric characters"
msgstr "Invoer van alfanumeriese karakters"
-#: strings.hrc:323
+#: sw/inc/strings.hrc:325
msgctxt "STR_EVENT_FRM_KEYINPUT_NOA"
msgid "Input of non-alphanumeric characters"
msgstr "Invoer van niealfanumeriese karakters"
-#: strings.hrc:324
+#: sw/inc/strings.hrc:326
msgctxt "STR_EVENT_FRM_RESIZE"
msgid "Resize frame"
msgstr "Verstel raamgrootte"
-#: strings.hrc:325
+#: sw/inc/strings.hrc:327
msgctxt "STR_EVENT_FRM_MOVE"
msgid "Move frame"
msgstr "Skuif raam"
-#: strings.hrc:326
+#: sw/inc/strings.hrc:328
msgctxt "STR_CONTENT_TYPE_OUTLINE"
msgid "Headings"
msgstr "Opskrifte"
-#: strings.hrc:327
+#: sw/inc/strings.hrc:329
msgctxt "STR_CONTENT_TYPE_TABLE"
msgid "Tables"
msgstr "Tabelle"
-#: strings.hrc:328
+#: sw/inc/strings.hrc:330
msgctxt "STR_CONTENT_TYPE_FRAME"
msgid "Text frames"
msgstr "Teksrame"
-#: strings.hrc:329
+#: sw/inc/strings.hrc:331
msgctxt "STR_CONTENT_TYPE_GRAPHIC"
msgid "Images"
msgstr "Beelde"
-#: strings.hrc:330
+#: sw/inc/strings.hrc:332
msgctxt "STR_CONTENT_TYPE_OLE"
msgid "OLE objects"
msgstr "OLE-objekte"
-#: strings.hrc:331
+#: sw/inc/strings.hrc:333
msgctxt "STR_CONTENT_TYPE_BOOKMARK"
msgid "Bookmarks"
msgstr "Boekmerke"
-#: strings.hrc:332
+#: sw/inc/strings.hrc:334
msgctxt "STR_CONTENT_TYPE_REGION"
msgid "Sections"
msgstr "Seksies"
-#: strings.hrc:333
+#: sw/inc/strings.hrc:335
msgctxt "STR_CONTENT_TYPE_URLFIELD"
msgid "Hyperlinks"
msgstr "Hiperskakels"
-#: strings.hrc:334
+#: sw/inc/strings.hrc:336
msgctxt "STR_CONTENT_TYPE_REFERENCE"
msgid "References"
msgstr "Verwysings"
-#: strings.hrc:335
+#: sw/inc/strings.hrc:337
msgctxt "STR_CONTENT_TYPE_INDEX"
msgid "Indexes"
msgstr "Indekse"
-#: strings.hrc:336
+#: sw/inc/strings.hrc:338
#, fuzzy
msgctxt "STR_CONTENT_TYPE_DRAWOBJECT"
msgid "Drawing objects"
msgstr "Teken objekte"
-#: strings.hrc:337
+#: sw/inc/strings.hrc:339
msgctxt "STR_CONTENT_TYPE_POSTIT"
msgid "Comments"
msgstr "Opmerkings"
-#: strings.hrc:338
+#: sw/inc/strings.hrc:340
#, fuzzy
msgctxt "STR_IDXEXAMPLE_IDXTXT_HEADING1"
msgid "Heading 1"
msgstr "Opskrif 1"
-#: strings.hrc:339
+#: sw/inc/strings.hrc:341
msgctxt "STR_IDXEXAMPLE_IDXTXT_ENTRY1"
msgid "This is the content from the first chapter. This is a user directory entry."
msgstr ""
-#: strings.hrc:340
+#: sw/inc/strings.hrc:342
msgctxt "STR_IDXEXAMPLE_IDXTXT_HEADING11"
msgid "Heading 1.1"
msgstr "Opskrif 1.1"
-#: strings.hrc:341
+#: sw/inc/strings.hrc:343
msgctxt "STR_IDXEXAMPLE_IDXTXT_ENTRY11"
msgid "This is the content from chapter 1.1. This is the entry for the table of contents."
msgstr ""
-#: strings.hrc:342
+#: sw/inc/strings.hrc:344
msgctxt "STR_IDXEXAMPLE_IDXTXT_HEADING12"
msgid "Heading 1.2"
msgstr "Opskrif 1.2"
-#: strings.hrc:343
+#: sw/inc/strings.hrc:345
msgctxt "STR_IDXEXAMPLE_IDXTXT_ENTRY12"
msgid "This is the content from chapter 1.2. This keyword is a main entry."
msgstr ""
-#: strings.hrc:344
+#: sw/inc/strings.hrc:346
msgctxt "STR_IDXEXAMPLE_IDXTXT_TABLE1"
msgid "Table 1: This is table 1"
msgstr ""
-#: strings.hrc:345
+#: sw/inc/strings.hrc:347
msgctxt "STR_IDXEXAMPLE_IDXTXT_IMAGE1"
msgid "Image 1: This is image 1"
msgstr ""
-#: strings.hrc:346
+#: sw/inc/strings.hrc:348
msgctxt "STR_CONTENT_TYPE_SINGLE_OUTLINE"
msgid "Heading"
msgstr "Opskrif"
-#: strings.hrc:347
+#: sw/inc/strings.hrc:349
msgctxt "STR_CONTENT_TYPE_SINGLE_TABLE"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:348
+#: sw/inc/strings.hrc:350
msgctxt "STR_CONTENT_TYPE_SINGLE_FRAME"
msgid "Text frame"
msgstr "Teksraam"
-#: strings.hrc:349
+#: sw/inc/strings.hrc:351
msgctxt "STR_CONTENT_TYPE_SINGLE_GRAPHIC"
msgid "Image"
msgstr "Beeld"
-#: strings.hrc:350
+#: sw/inc/strings.hrc:352
msgctxt "STR_CONTENT_TYPE_SINGLE_OLE"
msgid "OLE object"
msgstr "OLE-objek"
-#: strings.hrc:351
+#: sw/inc/strings.hrc:353
msgctxt "STR_CONTENT_TYPE_SINGLE_BOOKMARK"
msgid "Bookmark"
msgstr "Boekmerk"
-#: strings.hrc:352
+#: sw/inc/strings.hrc:354
msgctxt "STR_CONTENT_TYPE_SINGLE_REGION"
msgid "Section"
msgstr "Seksie"
-#: strings.hrc:353
+#: sw/inc/strings.hrc:355
msgctxt "STR_CONTENT_TYPE_SINGLE_URLFIELD"
msgid "Hyperlink"
msgstr "Hiperskakel"
-#: strings.hrc:354
+#: sw/inc/strings.hrc:356
msgctxt "STR_CONTENT_TYPE_SINGLE_REFERENCE"
msgid "Reference"
msgstr "Verwysing"
-#: strings.hrc:355
+#: sw/inc/strings.hrc:357
msgctxt "STR_CONTENT_TYPE_SINGLE_INDEX"
msgid "Index"
msgstr "Indeks"
-#: strings.hrc:356
+#: sw/inc/strings.hrc:358
msgctxt "STR_CONTENT_TYPE_SINGLE_POSTIT"
msgid "Comment"
msgstr "Opmerking"
-#: strings.hrc:357
+#: sw/inc/strings.hrc:359
msgctxt "STR_CONTENT_TYPE_SINGLE_DRAWOBJECT"
msgid "Draw object"
msgstr "Teken objek"
-#: strings.hrc:358
+#: sw/inc/strings.hrc:360
msgctxt "STR_DEFINE_NUMBERFORMAT"
msgid "Additional formats..."
msgstr "Bykomende formate..."
-#: strings.hrc:359
+#: sw/inc/strings.hrc:361
msgctxt "RID_STR_SYSTEM"
msgid "[System]"
msgstr "[Stelsel]"
-#: strings.hrc:360
+#: sw/inc/strings.hrc:362
msgctxt "STR_MULT_INTERACT_HYPH_WARN"
msgid ""
"The interactive hyphenation is already active\n"
@@ -2169,2208 +2179,2207 @@ msgstr ""
"Die interaktiewe woordafbreking is reeds aktief\n"
"in 'n ander dokument"
-#: strings.hrc:361
+#: sw/inc/strings.hrc:363
msgctxt "STR_HYPH_TITLE"
msgid "Hyphenation"
msgstr "Woordafbreking"
-#: strings.hrc:364
+#: sw/inc/strings.hrc:366
msgctxt "STR_CANT_UNDO"
msgid "not possible"
msgstr "nie moontlik nie"
-#: strings.hrc:365
+#: sw/inc/strings.hrc:367
msgctxt "STR_DELETE_UNDO"
msgid "Delete $1"
msgstr "Skrap $1"
-#: strings.hrc:366
+#: sw/inc/strings.hrc:368
msgctxt "STR_INSERT_UNDO"
msgid "Insert $1"
msgstr "Voeg $1 in"
-#: strings.hrc:367
+#: sw/inc/strings.hrc:369
msgctxt "STR_OVR_UNDO"
msgid "Overwrite: $1"
msgstr "Oorheenskryf: $1"
-#: strings.hrc:368
+#: sw/inc/strings.hrc:370
msgctxt "STR_SPLITNODE_UNDO"
msgid "New Paragraph"
msgstr "Nuwe paragraaf"
-#: strings.hrc:369
+#: sw/inc/strings.hrc:371
msgctxt "STR_MOVE_UNDO"
msgid "Move"
msgstr "Skuif"
-#: strings.hrc:370
+#: sw/inc/strings.hrc:372
msgctxt "STR_INSATTR_UNDO"
msgid "Apply attributes"
msgstr "Pas attribute toe"
-#: strings.hrc:371
+#: sw/inc/strings.hrc:373
msgctxt "STR_SETFMTCOLL_UNDO"
msgid "Apply Styles: $1"
msgstr "Pas style toe: $1"
-#: strings.hrc:372
+#: sw/inc/strings.hrc:374
msgctxt "STR_RESET_ATTR_UNDO"
msgid "Reset attributes"
msgstr "Laai attribute terug"
-#: strings.hrc:373
+#: sw/inc/strings.hrc:375
msgctxt "STR_INSFMT_ATTR_UNDO"
msgid "Change style: $1"
msgstr "Verander styl: $1"
-#: strings.hrc:374
+#: sw/inc/strings.hrc:376
msgctxt "STR_INSERT_DOC_UNDO"
msgid "Insert file"
msgstr "Voeg lêer in"
-#: strings.hrc:375
+#: sw/inc/strings.hrc:377
msgctxt "STR_INSERT_GLOSSARY"
msgid "Insert AutoText"
msgstr "Voeg Outoteks in"
-#: strings.hrc:376
+#: sw/inc/strings.hrc:378
msgctxt "STR_DELBOOKMARK"
msgid "Delete bookmark: $1"
msgstr "Skrap boekmerk: $1"
-#: strings.hrc:377
+#: sw/inc/strings.hrc:379
msgctxt "STR_INSBOOKMARK"
msgid "Insert bookmark: $1"
msgstr "Voeg boekmerk in: $1"
-#: strings.hrc:378
+#: sw/inc/strings.hrc:380
msgctxt "STR_SORT_TBL"
msgid "Sort table"
msgstr "Rangskik tabel"
-#: strings.hrc:379
+#: sw/inc/strings.hrc:381
msgctxt "STR_SORT_TXT"
msgid "Sort text"
msgstr "Rangskik teks"
-#: strings.hrc:380
+#: sw/inc/strings.hrc:382
msgctxt "STR_INSTABLE_UNDO"
msgid "Insert table: $1$2$3"
msgstr "Voeg tabel in: $1$2$3"
-#: strings.hrc:381
+#: sw/inc/strings.hrc:383
msgctxt "STR_TEXTTOTABLE_UNDO"
msgid "Convert text -> table"
msgstr "Skakel om teks -> tabel"
-#: strings.hrc:382
+#: sw/inc/strings.hrc:384
msgctxt "STR_TABLETOTEXT_UNDO"
msgid "Convert table -> text"
msgstr "Skakel om tabel -> teks"
-#: strings.hrc:383
+#: sw/inc/strings.hrc:385
msgctxt "STR_COPY_UNDO"
msgid "Copy: $1"
msgstr "Kopieer: $1"
-#: strings.hrc:384
+#: sw/inc/strings.hrc:386
msgctxt "STR_REPLACE_UNDO"
msgid "Replace $1 $2 $3"
msgstr "Vervang $1 $2 $3"
-#: strings.hrc:385
+#: sw/inc/strings.hrc:387
msgctxt "STR_INSERT_PAGE_BREAK_UNDO"
msgid "Insert page break"
msgstr "Voeg bladsybreuk in"
-#: strings.hrc:386
+#: sw/inc/strings.hrc:388
msgctxt "STR_INSERT_COLUMN_BREAK_UNDO"
msgid "Insert column break"
msgstr "Voeg kolombreuk in"
-#: strings.hrc:387
+#: sw/inc/strings.hrc:389
msgctxt "STR_INSERT_ENV_UNDO"
msgid "Insert Envelope"
msgstr "Voeg koevert in"
-#: strings.hrc:388
+#: sw/inc/strings.hrc:390
msgctxt "STR_DRAG_AND_COPY"
msgid "Copy: $1"
msgstr "Kopieer: $1"
-#: strings.hrc:389
+#: sw/inc/strings.hrc:391
msgctxt "STR_DRAG_AND_MOVE"
msgid "Move: $1"
msgstr "Skuif: $1"
-#: strings.hrc:390
+#: sw/inc/strings.hrc:392
msgctxt "STR_INSERT_CHART"
msgid "Insert %PRODUCTNAME Chart"
msgstr "Voeg %PRODUCTNAME-grafiek in"
-#: strings.hrc:391
+#: sw/inc/strings.hrc:393
msgctxt "STR_INSERTFLY"
msgid "Insert frame"
msgstr "Voeg raam in"
-#: strings.hrc:392
+#: sw/inc/strings.hrc:394
msgctxt "STR_DELETEFLY"
msgid "Delete frame"
msgstr "Skrap raam"
-#: strings.hrc:393
+#: sw/inc/strings.hrc:395
msgctxt "STR_AUTOFORMAT"
msgid "AutoFormat"
msgstr "Outoformateer"
-#: strings.hrc:394
+#: sw/inc/strings.hrc:396
msgctxt "STR_TABLEHEADLINE"
msgid "Table heading"
msgstr "Tabelopskrif"
-#: strings.hrc:395
+#: sw/inc/strings.hrc:397
msgctxt "STR_REPLACE"
msgid "Replace: $1 $2 $3"
msgstr "Vervang: $1 $2 $3"
-#: strings.hrc:396
+#: sw/inc/strings.hrc:398
msgctxt "STR_INSERTSECTION"
msgid "Insert section"
msgstr "Voeg seksie in"
-#: strings.hrc:397
+#: sw/inc/strings.hrc:399
msgctxt "STR_DELETESECTION"
msgid "Delete section"
msgstr "Skrap afdeling"
-#: strings.hrc:398
+#: sw/inc/strings.hrc:400
msgctxt "STR_CHANGESECTION"
msgid "Modify section"
msgstr "Wysig afdeling"
-#: strings.hrc:399
+#: sw/inc/strings.hrc:401
msgctxt "STR_CHANGEDEFATTR"
msgid "Modify default values"
msgstr "Wysig verstek waardes"
-#: strings.hrc:400
+#: sw/inc/strings.hrc:402
msgctxt "STR_REPLACE_STYLE"
msgid "Replace style: $1 $2 $3"
msgstr "Vervang styl: $1 $2 $3"
-#: strings.hrc:401
+#: sw/inc/strings.hrc:403
#, fuzzy
msgctxt "STR_DELETE_PAGE_BREAK"
msgid "Delete page break"
msgstr "Skrap bladsybreuke"
-#: strings.hrc:402
+#: sw/inc/strings.hrc:404
#, fuzzy
msgctxt "STR_TEXT_CORRECTION"
msgid "Text Correction"
msgstr "Teksrigting"
-#: strings.hrc:403
+#: sw/inc/strings.hrc:405
msgctxt "STR_OUTLINE_LR"
msgid "Promote/demote outline"
msgstr "Lig/laat sak buitelyn"
-#: strings.hrc:404
+#: sw/inc/strings.hrc:406
msgctxt "STR_OUTLINE_UD"
msgid "Move outline"
msgstr "Skuif buitelyn"
-#: strings.hrc:405
+#: sw/inc/strings.hrc:407
msgctxt "STR_INSNUM"
msgid "Insert numbering"
msgstr "Voeg nommering in"
-#: strings.hrc:406
+#: sw/inc/strings.hrc:408
msgctxt "STR_NUMUP"
msgid "Promote level"
msgstr "Verhef vlak"
-#: strings.hrc:407
+#: sw/inc/strings.hrc:409
msgctxt "STR_NUMDOWN"
msgid "Demote level"
msgstr "Verlaag vlak"
-#: strings.hrc:408
+#: sw/inc/strings.hrc:410
msgctxt "STR_MOVENUM"
msgid "Move paragraphs"
msgstr "Skuif paragrawe"
-#: strings.hrc:409
+#: sw/inc/strings.hrc:411
msgctxt "STR_INSERTDRAW"
msgid "Insert drawing object: $1"
msgstr "Voeg tekenobjek in: $1"
-#: strings.hrc:410
+#: sw/inc/strings.hrc:412
msgctxt "STR_NUMORNONUM"
msgid "Number On/Off"
msgstr "Nommer aan/af"
-#: strings.hrc:411
+#: sw/inc/strings.hrc:413
msgctxt "STR_INC_LEFTMARGIN"
msgid "Increase Indent"
msgstr "Vermeerder keep"
-#: strings.hrc:412
+#: sw/inc/strings.hrc:414
msgctxt "STR_DEC_LEFTMARGIN"
msgid "Decrease indent"
msgstr "Verminder keep"
-#: strings.hrc:413
+#: sw/inc/strings.hrc:415
msgctxt "STR_INSERTLABEL"
msgid "Insert caption: $1"
msgstr "Voeg opskrif in: $1"
-#: strings.hrc:414
+#: sw/inc/strings.hrc:416
msgctxt "STR_SETNUMRULESTART"
msgid "Restart numbering"
msgstr "Herbegin nommering"
-#: strings.hrc:415
+#: sw/inc/strings.hrc:417
msgctxt "STR_CHANGEFTN"
msgid "Modify footnote"
msgstr "Wysig voetnota"
-#: strings.hrc:416
+#: sw/inc/strings.hrc:418
msgctxt "STR_ACCEPT_REDLINE"
msgid "Accept change: $1"
msgstr "Aanvaar wysiging: $1"
-#: strings.hrc:417
+#: sw/inc/strings.hrc:419
msgctxt "STR_REJECT_REDLINE"
msgid "Reject change: $1"
msgstr "Verwerp wysiging: $1"
-#: strings.hrc:418
+#: sw/inc/strings.hrc:420
msgctxt "STR_SPLIT_TABLE"
msgid "Split Table"
msgstr "Verdeel tabel"
-#: strings.hrc:419
+#: sw/inc/strings.hrc:421
msgctxt "STR_DONTEXPAND"
msgid "Stop attribute"
msgstr "Stop eienskap"
-#: strings.hrc:420
+#: sw/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_AUTOCORRECT"
msgid "AutoCorrect"
msgstr "Outokorrigeer"
-#: strings.hrc:421
+#: sw/inc/strings.hrc:423
msgctxt "STR_MERGE_TABLE"
msgid "Merge table"
msgstr "Voeg tabel saam"
-#: strings.hrc:422
+#: sw/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_TRANSLITERATE"
msgid "Change Case"
msgstr "~Verander kas"
-#: strings.hrc:423
+#: sw/inc/strings.hrc:425
msgctxt "STR_DELNUM"
msgid "Delete numbering"
msgstr "Skrap nommering"
-#: strings.hrc:424
+#: sw/inc/strings.hrc:426
msgctxt "STR_DRAWUNDO"
msgid "Drawing objects: $1"
msgstr "Tekenobjekte: $1"
-#: strings.hrc:425
+#: sw/inc/strings.hrc:427
msgctxt "STR_DRAWGROUP"
msgid "Group draw objects"
msgstr "Groepeer tekenobjekte"
-#: strings.hrc:426
+#: sw/inc/strings.hrc:428
msgctxt "STR_DRAWUNGROUP"
msgid "Ungroup drawing objects"
msgstr "Degroepeer tekenobjekte"
-#: strings.hrc:427
+#: sw/inc/strings.hrc:429
msgctxt "STR_DRAWDELETE"
msgid "Delete drawing objects"
msgstr "Skrap tekenobjekte"
-#: strings.hrc:428
+#: sw/inc/strings.hrc:430
msgctxt "STR_REREAD"
msgid "Replace Image"
msgstr ""
-#: strings.hrc:429
+#: sw/inc/strings.hrc:431
#, fuzzy
msgctxt "STR_DELGRF"
msgid "Delete Image"
msgstr "Skrap raam"
-#: strings.hrc:430
+#: sw/inc/strings.hrc:432
msgctxt "STR_TABLE_ATTR"
msgid "Apply table attributes"
msgstr "Pas tabeleienskappe toe"
-#: strings.hrc:431
+#: sw/inc/strings.hrc:433
msgctxt "STR_UNDO_TABLE_AUTOFMT"
msgid "AutoFormat Table"
msgstr "Outoformateer tabel"
-#: strings.hrc:432
+#: sw/inc/strings.hrc:434
msgctxt "STR_UNDO_TABLE_INSCOL"
msgid "Insert Column"
msgstr "Voeg kolom in"
-#: strings.hrc:433
+#: sw/inc/strings.hrc:435
msgctxt "STR_UNDO_TABLE_INSROW"
msgid "Insert Row"
msgstr "Voeg ry in"
-#: strings.hrc:434
+#: sw/inc/strings.hrc:436
msgctxt "STR_UNDO_TABLE_DELBOX"
msgid "Delete row/column"
msgstr "Skrap ry/kolom"
-#: strings.hrc:435
+#: sw/inc/strings.hrc:437
msgctxt "STR_UNDO_COL_DELETE"
msgid "Delete column"
msgstr "Skrap kolom"
-#: strings.hrc:436
+#: sw/inc/strings.hrc:438
msgctxt "STR_UNDO_ROW_DELETE"
msgid "Delete row"
msgstr "Skrap ry"
-#: strings.hrc:437
+#: sw/inc/strings.hrc:439
msgctxt "STR_UNDO_TABLE_SPLIT"
msgid "Split Cells"
msgstr "Verdeel selle"
-#: strings.hrc:438
+#: sw/inc/strings.hrc:440
msgctxt "STR_UNDO_TABLE_MERGE"
msgid "Merge Cells"
msgstr "Voeg selle saam"
-#: strings.hrc:439
+#: sw/inc/strings.hrc:441
msgctxt "STR_TABLE_NUMFORMAT"
msgid "Format cell"
msgstr "Formateer sel"
-#: strings.hrc:440
+#: sw/inc/strings.hrc:442
msgctxt "STR_INSERT_TOX"
msgid "Insert index/table"
msgstr "Voeg indeks/tabel in"
-#: strings.hrc:441
+#: sw/inc/strings.hrc:443
msgctxt "STR_CLEAR_TOX_RANGE"
msgid "Remove index/table"
msgstr "Verwyder indeks/tabel"
-#: strings.hrc:442
+#: sw/inc/strings.hrc:444
msgctxt "STR_TABLE_TBLCPYTBL"
msgid "Copy table"
msgstr "Kopieer tabel"
-#: strings.hrc:443
+#: sw/inc/strings.hrc:445
msgctxt "STR_TABLE_CPYTBL"
msgid "Copy table"
msgstr "Kopieer tabel"
-#: strings.hrc:444
+#: sw/inc/strings.hrc:446
msgctxt "STR_INS_FROM_SHADOWCRSR"
msgid "Set cursor"
msgstr "Stel wyser"
-#: strings.hrc:445
+#: sw/inc/strings.hrc:447
msgctxt "STR_UNDO_CHAIN"
msgid "Link text frames"
msgstr "Koppel teksrame"
-#: strings.hrc:446
+#: sw/inc/strings.hrc:448
msgctxt "STR_UNDO_UNCHAIN"
msgid "Unlink text frames"
msgstr "Ontkoppel teksrame"
-#: strings.hrc:447
+#: sw/inc/strings.hrc:449
msgctxt "STR_UNDO_FTNINFO"
msgid "Modify footnote options"
msgstr "Wysig voetnota-opsies"
-#: strings.hrc:448
+#: sw/inc/strings.hrc:450
msgctxt "STR_UNDO_COMPAREDOC"
msgid "Compare Document"
msgstr "Vergelyk dokument"
-#: strings.hrc:449
+#: sw/inc/strings.hrc:451
msgctxt "STR_UNDO_SETFLYFRMFMT"
msgid "Apply frame style: $1"
msgstr "Pas raamstyl toe: $1"
-#: strings.hrc:450
+#: sw/inc/strings.hrc:452
msgctxt "STR_UNDO_SETRUBYATTR"
msgid "Ruby Setting"
msgstr "Robyninstelling"
-#: strings.hrc:451
+#: sw/inc/strings.hrc:453
msgctxt "STR_INSERT_FOOTNOTE"
msgid "Insert footnote"
msgstr "Voeg voetnoot in"
-#: strings.hrc:452
+#: sw/inc/strings.hrc:454
msgctxt "STR_INSERT_URLBTN"
msgid "insert URL button"
msgstr "voeg URL-knoppie in"
-#: strings.hrc:453
+#: sw/inc/strings.hrc:455
msgctxt "STR_INSERT_URLTXT"
msgid "Insert Hyperlink"
msgstr "Voeg hiperskakel in"
-#: strings.hrc:454
+#: sw/inc/strings.hrc:456
msgctxt "STR_DELETE_INVISIBLECNTNT"
msgid "remove invisible content"
msgstr "verwyder onsigbare inhoud"
-#: strings.hrc:455
+#: sw/inc/strings.hrc:457
msgctxt "STR_TOXCHANGE"
msgid "Table/index changed"
msgstr "Tabel/indeks gewysig"
-#: strings.hrc:456
+#: sw/inc/strings.hrc:458
msgctxt "STR_START_QUOTE"
msgid "“"
msgstr ""
-#: strings.hrc:457
+#: sw/inc/strings.hrc:459
msgctxt "STR_END_QUOTE"
msgid "”"
msgstr ""
-#: strings.hrc:458
+#: sw/inc/strings.hrc:460
msgctxt "STR_LDOTS"
msgid "..."
msgstr "..."
-#: strings.hrc:459
+#: sw/inc/strings.hrc:461
msgctxt "STR_MULTISEL"
msgid "multiple selection"
msgstr "veelvoudige seleksie"
-#: strings.hrc:460
+#: sw/inc/strings.hrc:462
msgctxt "STR_TYPING_UNDO"
msgid "Typing: $1"
msgstr "Tik: $1"
-#: strings.hrc:461
+#: sw/inc/strings.hrc:463
msgctxt "STR_PASTE_CLIPBOARD_UNDO"
msgid "Paste clipboard"
msgstr "Plak knipbord"
-#: strings.hrc:462
+#: sw/inc/strings.hrc:464
msgctxt "STR_YIELDS"
msgid "→"
msgstr ""
-#: strings.hrc:463
+#: sw/inc/strings.hrc:465
msgctxt "STR_OCCURRENCES_OF"
msgid "occurrences of"
msgstr "voorkomste van"
-#: strings.hrc:464
+#: sw/inc/strings.hrc:466
msgctxt "STR_UNDO_TABS"
msgid "$1 tab(s)"
msgstr "$1 keep(e)"
-#: strings.hrc:465
+#: sw/inc/strings.hrc:467
msgctxt "STR_UNDO_NLS"
msgid "$1 line break(s)"
msgstr "$1 reëlbreuk(e)"
-#: strings.hrc:466
+#: sw/inc/strings.hrc:468
msgctxt "STR_UNDO_PAGEBREAKS"
msgid "page break"
msgstr "bladsybreuk"
-#: strings.hrc:467
+#: sw/inc/strings.hrc:469
msgctxt "STR_UNDO_COLBRKS"
msgid "column break"
msgstr "kolombreuk"
-#: strings.hrc:468
+#: sw/inc/strings.hrc:470
msgctxt "STR_UNDO_REDLINE_INSERT"
msgid "Insert $1"
msgstr "Voeg $1 in"
-#: strings.hrc:469
+#: sw/inc/strings.hrc:471
msgctxt "STR_UNDO_REDLINE_DELETE"
msgid "Delete $1"
msgstr "Skrap $1"
-#: strings.hrc:470
+#: sw/inc/strings.hrc:472
#, fuzzy
msgctxt "STR_UNDO_REDLINE_FORMAT"
msgid "Attributes changed"
msgstr "Attribute gewysig"
-#: strings.hrc:471
+#: sw/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_UNDO_REDLINE_TABLE"
msgid "Table changed"
msgstr "Tabelveranderinge"
-#: strings.hrc:472
+#: sw/inc/strings.hrc:474
#, fuzzy
msgctxt "STR_UNDO_REDLINE_FMTCOLL"
msgid "Style changed"
msgstr "Tabelveranderinge"
-#: strings.hrc:473
+#: sw/inc/strings.hrc:475
msgctxt "STR_UNDO_REDLINE_PARAGRAPH_FORMAT"
msgid "Paragraph formatting changed"
msgstr ""
-#: strings.hrc:474
+#: sw/inc/strings.hrc:476
msgctxt "STR_UNDO_REDLINE_TABLE_ROW_INSERT"
msgid "Insert Row"
msgstr "Voeg ry in"
-#: strings.hrc:475
+#: sw/inc/strings.hrc:477
msgctxt "STR_UNDO_REDLINE_TABLE_ROW_DELETE"
msgid "Delete Row"
msgstr "Skrap ry"
-#: strings.hrc:476
+#: sw/inc/strings.hrc:478
msgctxt "STR_UNDO_REDLINE_TABLE_CELL_INSERT"
msgid "Insert Cell"
msgstr "Voeg sel in"
-#: strings.hrc:477
+#: sw/inc/strings.hrc:479
msgctxt "STR_UNDO_REDLINE_TABLE_CELL_DELETE"
msgid "Delete Cell"
msgstr ""
-#: strings.hrc:478
+#: sw/inc/strings.hrc:480
msgctxt "STR_N_REDLINES"
msgid "$1 changes"
msgstr "$1 wysigings"
-#: strings.hrc:479
+#: sw/inc/strings.hrc:481
msgctxt "STR_UNDO_PAGEDESC"
msgid "Change page style: $1"
msgstr "Wysig bladsy styl: $1"
-#: strings.hrc:480
+#: sw/inc/strings.hrc:482
msgctxt "STR_UNDO_PAGEDESC_CREATE"
msgid "Create page style: $1"
msgstr "Skep bladsystyl: $1"
-#: strings.hrc:481
+#: sw/inc/strings.hrc:483
msgctxt "STR_UNDO_PAGEDESC_DELETE"
msgid "Delete page style: $1"
msgstr "Skrap bladsystyl: $1"
-#: strings.hrc:482
+#: sw/inc/strings.hrc:484
msgctxt "STR_UNDO_PAGEDESC_RENAME"
msgid "Rename page style: $1 $2 $3"
msgstr "Hernoem bladsystyl: $1 $2 $3"
-#: strings.hrc:483
+#: sw/inc/strings.hrc:485
msgctxt "STR_UNDO_HEADER_FOOTER"
msgid "Header/footer changed"
msgstr "Kopstuk/voetstuk verander"
-#: strings.hrc:484
+#: sw/inc/strings.hrc:486
msgctxt "STR_UNDO_FIELD"
msgid "Field changed"
msgstr "Veldname verander"
-#: strings.hrc:485
+#: sw/inc/strings.hrc:487
msgctxt "STR_UNDO_TXTFMTCOL_CREATE"
msgid "Create paragraph style: $1"
msgstr "Skep paragraafstyl: $1"
-#: strings.hrc:486
+#: sw/inc/strings.hrc:488
msgctxt "STR_UNDO_TXTFMTCOL_DELETE"
msgid "Delete paragraph style: $1"
msgstr "Skrap paragraafstyl: $1"
-#: strings.hrc:487
+#: sw/inc/strings.hrc:489
msgctxt "STR_UNDO_TXTFMTCOL_RENAME"
msgid "Rename paragraph style: $1 $2 $3"
msgstr "Hernoem paragraafstyl: $1 $2 $3"
-#: strings.hrc:488
+#: sw/inc/strings.hrc:490
msgctxt "STR_UNDO_CHARFMT_CREATE"
msgid "Create character style: $1"
msgstr "Skep karakterstyl: $1"
-#: strings.hrc:489
+#: sw/inc/strings.hrc:491
msgctxt "STR_UNDO_CHARFMT_DELETE"
msgid "Delete character style: $1"
msgstr "Skrap karakterstyl: $1"
-#: strings.hrc:490
+#: sw/inc/strings.hrc:492
msgctxt "STR_UNDO_CHARFMT_RENAME"
msgid "Rename character style: $1 $2 $3"
msgstr "Hernoem karakterstyl: $1 $2 $3"
-#: strings.hrc:491
+#: sw/inc/strings.hrc:493
msgctxt "STR_UNDO_FRMFMT_CREATE"
msgid "Create frame style: $1"
msgstr "Skep raamstyl: $1"
-#: strings.hrc:492
+#: sw/inc/strings.hrc:494
msgctxt "STR_UNDO_FRMFMT_DELETE"
msgid "Delete frame style: $1"
msgstr "Skrap raamstyl: $1"
-#: strings.hrc:493
+#: sw/inc/strings.hrc:495
msgctxt "STR_UNDO_FRMFMT_RENAME"
msgid "Rename frame style: $1 $2 $3"
msgstr "Hernoem raamstyl: $1 $2 $3"
-#: strings.hrc:494
+#: sw/inc/strings.hrc:496
msgctxt "STR_UNDO_NUMRULE_CREATE"
msgid "Create numbering style: $1"
msgstr "Skep nommerstyl: $1"
-#: strings.hrc:495
+#: sw/inc/strings.hrc:497
msgctxt "STR_UNDO_NUMRULE_DELETE"
msgid "Delete numbering style: $1"
msgstr "Skrap nommerstyl: $1"
-#: strings.hrc:496
+#: sw/inc/strings.hrc:498
msgctxt "STR_UNDO_NUMRULE_RENAME"
msgid "Rename numbering style: $1 $2 $3"
msgstr "Hernoem nommerstyl: $1 $2 $3"
-#: strings.hrc:497
+#: sw/inc/strings.hrc:499
msgctxt "STR_UNDO_BOOKMARK_RENAME"
msgid "Rename bookmark: $1 $2 $3"
msgstr "Hernoem boekmerk: $1 $2 $3"
-#: strings.hrc:498
+#: sw/inc/strings.hrc:500
msgctxt "STR_UNDO_INDEX_ENTRY_INSERT"
msgid "Insert index entry"
msgstr "Voeg indeksinskrywying in"
-#: strings.hrc:499
+#: sw/inc/strings.hrc:501
msgctxt "STR_UNDO_INDEX_ENTRY_DELETE"
msgid "Delete index entry"
msgstr "Skrap indeksinskrywing"
-#: strings.hrc:500
+#: sw/inc/strings.hrc:502
msgctxt "STR_FIELD"
msgid "field"
msgstr "veld"
#. undo: STR_PARAGRAPHS, string.text
-#: strings.hrc:502
+#: sw/inc/strings.hrc:504
msgctxt "STR_PARAGRAPHS"
msgid "Paragraphs"
msgstr "Paragrawe"
-#: strings.hrc:503
+#: sw/inc/strings.hrc:505
msgctxt "STR_FRAME"
msgid "frame"
msgstr "raam"
-#: strings.hrc:504
+#: sw/inc/strings.hrc:506
msgctxt "STR_OLE"
msgid "OLE-object"
msgstr "OLE-objek"
-#: strings.hrc:505
+#: sw/inc/strings.hrc:507
msgctxt "STR_MATH_FORMULA"
msgid "formula"
msgstr "formule"
-#: strings.hrc:506
+#: sw/inc/strings.hrc:508
msgctxt "STR_CHART"
msgid "chart"
msgstr "grafiek"
-#: strings.hrc:507
+#: sw/inc/strings.hrc:509
msgctxt "STR_NOTE"
msgid "comment"
msgstr "opmerking"
-#: strings.hrc:508
+#: sw/inc/strings.hrc:510
msgctxt "STR_REFERENCE"
msgid "cross-reference"
msgstr "kruisverwysing"
-#: strings.hrc:509
+#: sw/inc/strings.hrc:511
msgctxt "STR_SCRIPT"
msgid "script"
msgstr "skrip"
-#: strings.hrc:510
+#: sw/inc/strings.hrc:512
msgctxt "STR_AUTHORITY_ENTRY"
msgid "bibliography entry"
msgstr "bibliografie-inskrywing"
-#: strings.hrc:511
+#: sw/inc/strings.hrc:513
msgctxt "STR_SPECIALCHAR"
msgid "special character"
msgstr "spesiale karakter"
-#: strings.hrc:512
+#: sw/inc/strings.hrc:514
msgctxt "STR_FOOTNOTE"
msgid "footnote"
msgstr "voetnoot"
-#: strings.hrc:513
+#: sw/inc/strings.hrc:515
#, fuzzy
msgctxt "STR_GRAPHIC"
msgid "image"
msgstr "Beeld"
-#: strings.hrc:514
+#: sw/inc/strings.hrc:516
msgctxt "STR_DRAWING_OBJECTS"
msgid "drawing object(s)"
msgstr "tekenobjek(te)"
-#: strings.hrc:515
+#: sw/inc/strings.hrc:517
msgctxt "STR_TABLE_NAME"
msgid "table: $1$2$3"
msgstr "tabel: $1$2$3"
-#: strings.hrc:516
+#: sw/inc/strings.hrc:518
msgctxt "STR_PARAGRAPH_UNDO"
msgid "paragraph"
msgstr "paragraaf"
-#: strings.hrc:517
+#: sw/inc/strings.hrc:519
msgctxt "STR_PARAGRAPH_SIGN_UNDO"
msgid "Paragraph sign"
msgstr ""
-#: strings.hrc:518
+#: sw/inc/strings.hrc:520
msgctxt "STR_UNDO_FLYFRMFMT_TITLE"
msgid "Change object title of $1"
msgstr "Verander objektitel van $1"
-#: strings.hrc:519
+#: sw/inc/strings.hrc:521
msgctxt "STR_UNDO_FLYFRMFMT_DESCRITPTION"
msgid "Change object description of $1"
msgstr "Verander objekbeskrywing van $1"
-#: strings.hrc:520
+#: sw/inc/strings.hrc:522
#, fuzzy
msgctxt "STR_UNDO_TBLSTYLE_CREATE"
msgid "Create table style: $1"
msgstr "Skep bladsystyl: $1"
-#: strings.hrc:521
+#: sw/inc/strings.hrc:523
#, fuzzy
msgctxt "STR_UNDO_TBLSTYLE_DELETE"
msgid "Delete table style: $1"
msgstr "Skrap bladsystyl: $1"
-#: strings.hrc:522
+#: sw/inc/strings.hrc:524
#, fuzzy
msgctxt "STR_UNDO_TBLSTYLE_UPDATE"
msgid "Update table style: $1"
msgstr "Skep bladsystyl: $1"
-#: strings.hrc:523
+#: sw/inc/strings.hrc:525
#, fuzzy
msgctxt "STR_UNDO_TABLE_DELETE"
msgid "Delete table"
msgstr "Skrap bladsy"
-#: strings.hrc:525
+#: sw/inc/strings.hrc:527
msgctxt "STR_ACCESS_DOC_NAME"
msgid "Document view"
msgstr "Dokumentaansig"
-#: strings.hrc:526
+#: sw/inc/strings.hrc:528
msgctxt "STR_ACCESS_DOC_DESC"
msgid "Document view"
msgstr "Dokumentaansig"
-#: strings.hrc:527
+#: sw/inc/strings.hrc:529
msgctxt "STR_ACCESS_HEADER_NAME"
msgid "Header $(ARG1)"
msgstr "Kop $(ARG1)"
-#: strings.hrc:528
+#: sw/inc/strings.hrc:530
msgctxt "STR_ACCESS_HEADER_DESC"
msgid "Header page $(ARG1)"
msgstr "Kopbladsy $(ARG1)"
-#: strings.hrc:529
+#: sw/inc/strings.hrc:531
msgctxt "STR_ACCESS_FOOTER_NAME"
msgid "Footer $(ARG1)"
msgstr "Voet $(ARG1)"
-#: strings.hrc:530
+#: sw/inc/strings.hrc:532
msgctxt "STR_ACCESS_FOOTER_DESC"
msgid "Footer page $(ARG1)"
msgstr "Voetbladsy $(ARG1)"
-#: strings.hrc:531
+#: sw/inc/strings.hrc:533
msgctxt "STR_ACCESS_FOOTNOTE_NAME"
msgid "Footnote $(ARG1)"
msgstr "Voetnota $(ARG1)"
-#: strings.hrc:532
+#: sw/inc/strings.hrc:534
msgctxt "STR_ACCESS_FOOTNOTE_DESC"
msgid "Footnote $(ARG1)"
msgstr "Voetnota $(ARG1)"
-#: strings.hrc:533
+#: sw/inc/strings.hrc:535
msgctxt "STR_ACCESS_ENDNOTE_NAME"
msgid "Endnote $(ARG1)"
msgstr "Eindnota $(ARG1)"
-#: strings.hrc:534
+#: sw/inc/strings.hrc:536
msgctxt "STR_ACCESS_ENDNOTE_DESC"
msgid "Endnote $(ARG1)"
msgstr "Eindnota $(ARG1)"
-#: strings.hrc:535
+#: sw/inc/strings.hrc:537
msgctxt "STR_ACCESS_TABLE_DESC"
msgid "$(ARG1) on page $(ARG2)"
msgstr "$(ARG1) op bladsy $(ARG2)"
-#: strings.hrc:536
+#: sw/inc/strings.hrc:538
msgctxt "STR_ACCESS_PAGE_NAME"
msgid "Page $(ARG1)"
msgstr "Bladsy $(ARG1)"
-#: strings.hrc:537
+#: sw/inc/strings.hrc:539
msgctxt "STR_ACCESS_PAGE_DESC"
msgid "Page: $(ARG1)"
msgstr "Bladsy: $(ARG1)"
-#: strings.hrc:538
+#: sw/inc/strings.hrc:540
msgctxt "STR_ACCESS_ANNOTATION_AUTHOR_NAME"
msgid "Author"
msgstr "Outeur"
-#: strings.hrc:539
+#: sw/inc/strings.hrc:541
msgctxt "STR_ACCESS_ANNOTATION_DATE_NAME"
msgid "Date"
msgstr "Datum"
-#: strings.hrc:540
+#: sw/inc/strings.hrc:542
#, fuzzy
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_NAME"
msgid "Actions"
msgstr "Aksie"
-#: strings.hrc:541
+#: sw/inc/strings.hrc:543
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_DESC"
msgid "Activate this button to open a list of actions which can be performed on this comment and other comments"
msgstr ""
-#: strings.hrc:542
+#: sw/inc/strings.hrc:544
#, fuzzy
msgctxt "STR_ACCESS_PREVIEW_DOC_NAME"
msgid "Document preview"
msgstr "Dokumentaansig"
-#: strings.hrc:543
+#: sw/inc/strings.hrc:545
#, fuzzy
msgctxt "STR_ACCESS_PREVIEW_DOC_SUFFIX"
msgid "(Preview mode)"
msgstr "Voor~skoumodus"
-#: strings.hrc:544
+#: sw/inc/strings.hrc:546
#, fuzzy
msgctxt "STR_ACCESS_DOC_WORDPROCESSING"
msgid "%PRODUCTNAME Document"
msgstr "%PRODUCTNAME-dokumente"
-#: strings.hrc:546
+#: sw/inc/strings.hrc:548
#, fuzzy
msgctxt "STR_COMCORE_READERROR"
msgid "Read Error"
msgstr "Leesfout"
-#: strings.hrc:547
+#: sw/inc/strings.hrc:549
msgctxt "STR_COMCORE_CANT_SHOW"
msgid "Image cannot be displayed."
msgstr ""
-#: strings.hrc:548
+#: sw/inc/strings.hrc:550
msgctxt "STR_ERROR_CLPBRD_READ"
msgid "Error reading from the clipboard."
msgstr "Fout tydens lees van die knipbord."
-#: strings.hrc:550
+#: sw/inc/strings.hrc:552
msgctxt "STR_COLUMN_BREAK"
msgid "Manual Column Break"
msgstr ""
-#: strings.hrc:552
+#: sw/inc/strings.hrc:554
msgctxt "STR_CHART2_ROW_LABEL_TEXT"
msgid "Row %ROWNUMBER"
msgstr "Ry %ROWNUMBER"
-#: strings.hrc:553
+#: sw/inc/strings.hrc:555
#, c-format
msgctxt "STR_CHART2_COL_LABEL_TEXT"
msgid "Column %COLUMNLETTER"
msgstr "Kolom %COLUMNLETTER"
-#: strings.hrc:554
+#: sw/inc/strings.hrc:556
msgctxt "STR_STYLE_FAMILY_CHARACTER"
msgid "Character"
msgstr "Karakter"
-#: strings.hrc:555
+#: sw/inc/strings.hrc:557
msgctxt "STR_STYLE_FAMILY_PARAGRAPH"
msgid "Paragraph"
msgstr "Paragraaf"
-#: strings.hrc:556
+#: sw/inc/strings.hrc:558
msgctxt "STR_STYLE_FAMILY_FRAME"
msgid "Frame"
msgstr "Raam"
-#: strings.hrc:557
+#: sw/inc/strings.hrc:559
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Pages"
msgstr "Bladsye"
-#: strings.hrc:558
+#: sw/inc/strings.hrc:560
msgctxt "STR_STYLE_FAMILY_NUMBERING"
msgid "Numbering"
msgstr "Nommering"
-#: strings.hrc:559
+#: sw/inc/strings.hrc:561
msgctxt "STR_STYLE_FAMILY_TABLE"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:560
+#: sw/inc/strings.hrc:562
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell"
msgstr "Sel"
-#: strings.hrc:562
+#: sw/inc/strings.hrc:564
msgctxt "ST_SCRIPT_ASIAN"
msgid "Asian"
msgstr ""
-#: strings.hrc:563
+#: sw/inc/strings.hrc:565
msgctxt "ST_SCRIPT_CTL"
msgid "CTL"
msgstr "CTL"
-#: strings.hrc:564
+#: sw/inc/strings.hrc:566
msgctxt "ST_SCRIPT_WESTERN"
msgid "Western"
msgstr ""
-#: strings.hrc:565
+#: sw/inc/strings.hrc:567
#, fuzzy
msgctxt "STR_PRINTOPTUI_PRODUCTNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
-#: strings.hrc:566
+#: sw/inc/strings.hrc:568
#, fuzzy
msgctxt "STR_PRINTOPTUI_CONTENTS"
msgid "Contents"
msgstr "Opmerkings"
-#: strings.hrc:567
+#: sw/inc/strings.hrc:569
#, fuzzy
msgctxt "STR_PRINTOPTUI_PAGE_BACKGROUND"
msgid "Page ba~ckground"
msgstr "Aantekeningeagtergrond"
-#: strings.hrc:568
+#: sw/inc/strings.hrc:570
msgctxt "STR_PRINTOPTUI_PICTURES"
-msgid "P~ictures and other graphic objects"
+msgid "~Images and other graphic objects"
msgstr ""
-#: strings.hrc:569
+#: sw/inc/strings.hrc:571
#, fuzzy
msgctxt "STR_PRINTOPTUI_HIDDEN"
msgid "Hidden te~xt"
msgstr "Versteekde teks"
-#: strings.hrc:570
+#: sw/inc/strings.hrc:572
#, fuzzy
msgctxt "STR_PRINTOPTUI_TEXT_PLACEHOLDERS"
msgid "~Text placeholders"
msgstr "Teks~plekhouer"
-#: strings.hrc:571
+#: sw/inc/strings.hrc:573
#, fuzzy
msgctxt "STR_PRINTOPTUI_FORM_CONTROLS"
msgid "Form control~s"
msgstr "Vormkontroles"
-#: strings.hrc:572
+#: sw/inc/strings.hrc:574
msgctxt "STR_PRINTOPTUI_COLOR"
msgid "Color"
msgstr "Kleur"
-#: strings.hrc:573
+#: sw/inc/strings.hrc:575
#, fuzzy
msgctxt "STR_PRINTOPTUI_PRINT_BLACK"
msgid "Print text in blac~k"
msgstr "Druk na lêer"
-#: strings.hrc:574
+#: sw/inc/strings.hrc:576
msgctxt "STR_PRINTOPTUI_PAGES_TEXT"
msgid "Pages"
msgstr "Bladsye"
-#: strings.hrc:575
+#: sw/inc/strings.hrc:577
#, fuzzy
msgctxt "STR_PRINTOPTUI_PRINT_BLANK"
msgid "Print ~automatically inserted blank pages"
msgstr "Voer ~outomaties ingevoegde leë bladsye uit"
-#: strings.hrc:576
+#: sw/inc/strings.hrc:578
msgctxt "STR_PRINTOPTUI_ONLY_PAPER"
msgid "~Use only paper tray from printer preferences"
msgstr ""
-#: strings.hrc:577
+#: sw/inc/strings.hrc:579
msgctxt "STR_PRINTOPTUI_PRINT"
msgid "Print"
msgstr "Druk"
-#: strings.hrc:578
+#: sw/inc/strings.hrc:580
msgctxt "STR_PRINTOPTUI_NONE"
msgid "None (document only)"
msgstr ""
-#: strings.hrc:579
+#: sw/inc/strings.hrc:581
#, fuzzy
msgctxt "STR_PRINTOPTUI_COMMENTS_ONLY"
msgid "Comments only"
msgstr "Net ~opmerkings"
-#: strings.hrc:580
+#: sw/inc/strings.hrc:582
msgctxt "STR_PRINTOPTUI_PLACE_END"
msgid "Place at end of document"
msgstr ""
-#: strings.hrc:581
+#: sw/inc/strings.hrc:583
msgctxt "STR_PRINTOPTUI_PLACE_PAGE"
msgid "Place at end of page"
msgstr ""
-#: strings.hrc:582
+#: sw/inc/strings.hrc:584
#, fuzzy
msgctxt "STR_PRINTOPTUI_COMMENTS"
msgid "~Comments"
msgstr "~Opmerkings"
-#: strings.hrc:583
+#: sw/inc/strings.hrc:585
msgctxt "STR_PRINTOPTUI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
-#: strings.hrc:584
+#: sw/inc/strings.hrc:586
msgctxt "STR_PRINTOPTUI_ALL_PAGES"
msgid "All pages"
msgstr "Alle bladsye"
-#: strings.hrc:585
+#: sw/inc/strings.hrc:587
msgctxt "STR_PRINTOPTUI_BACK_PAGES"
msgid "Back sides / left pages"
msgstr ""
-#: strings.hrc:586
+#: sw/inc/strings.hrc:588
msgctxt "STR_PRINTOPTUI_FONT_PAGES"
msgid "Front sides / right pages"
msgstr ""
-#: strings.hrc:587
+#: sw/inc/strings.hrc:589
msgctxt "STR_PRINTOPTUI_INCLUDE"
msgid "Include"
msgstr "Sluit in"
-#: strings.hrc:588
+#: sw/inc/strings.hrc:590
#, fuzzy
msgctxt "STR_PRINTOPTUI_BROCHURE"
msgid "Broch~ure"
msgstr "Brosjures"
-#: strings.hrc:589
+#: sw/inc/strings.hrc:591
msgctxt "STR_PRINTOPTUI_LEFT_SCRIPT"
msgid "Left-to-right script"
msgstr ""
-#: strings.hrc:590
+#: sw/inc/strings.hrc:592
msgctxt "STR_PRINTOPTUI_RIGHT_SCRIPT"
msgid "Right-to-left script"
msgstr ""
-#: strings.hrc:591
+#: sw/inc/strings.hrc:593
msgctxt "STR_PRINTOPTUI_RANGE_COPIES"
msgid "Range and copies"
msgstr ""
-#: strings.hrc:592
+#: sw/inc/strings.hrc:594
#, fuzzy
msgctxt "STR_PRINTOPTUI_ALLPAGES"
msgid "~All pages"
msgstr "Alle bladsye"
-#: strings.hrc:593
+#: sw/inc/strings.hrc:595
#, fuzzy
msgctxt "STR_PRINTOPTUI_SOMEPAGES"
msgid "Pa~ges"
msgstr "Bladsye"
-#: strings.hrc:594
+#: sw/inc/strings.hrc:596
msgctxt "STR_PRINTOPTUI_SELECTION"
msgid "~Selection"
msgstr "~Seleksie"
-#: strings.hrc:595
+#: sw/inc/strings.hrc:597
msgctxt "STR_PRINTOPTUI_PLACE_MARGINS"
msgid "Place in margins"
msgstr ""
-#: strings.hrc:597
+#: sw/inc/strings.hrc:599
msgctxt "STR_FORMULA_CALC"
msgid "Functions"
msgstr "Funksies"
-#: strings.hrc:598
+#: sw/inc/strings.hrc:600
msgctxt "STR_FORMULA_CANCEL"
msgid "Cancel"
msgstr "Kanselleer"
-#: strings.hrc:599
+#: sw/inc/strings.hrc:601
msgctxt "STR_FORMULA_APPLY"
msgid "Apply"
msgstr "Pas toe"
-#: strings.hrc:600
+#: sw/inc/strings.hrc:602
msgctxt "STR_ACCESS_FORMULA_TOOLBAR"
msgid "Formula Tool Bar"
msgstr ""
-#: strings.hrc:601
+#: sw/inc/strings.hrc:603
msgctxt "STR_ACCESS_FORMULA_TYPE"
msgid "Formula Type"
msgstr ""
-#: strings.hrc:602
+#: sw/inc/strings.hrc:604
#, fuzzy
msgctxt "STR_ACCESS_FORMULA_TEXT"
msgid "Formula Text"
msgstr "~Formulesel"
-#: strings.hrc:604
+#: sw/inc/strings.hrc:606
msgctxt "STR_ACCESS_TL_GLOBAL"
msgid "Global View"
msgstr ""
-#: strings.hrc:605
+#: sw/inc/strings.hrc:607
msgctxt "STR_ACCESS_TL_CONTENT"
msgid "Content Navigation View"
msgstr ""
-#: strings.hrc:606
+#: sw/inc/strings.hrc:608
#, fuzzy
msgctxt "STR_OUTLINE_LEVEL"
msgid "Outline Level"
msgstr "Skema: Vlak "
-#: strings.hrc:607
+#: sw/inc/strings.hrc:609
#, fuzzy
msgctxt "STR_DRAGMODE"
msgid "Drag Mode"
msgstr "Sleepmodus"
-#: strings.hrc:608
+#: sw/inc/strings.hrc:610
#, fuzzy
msgctxt "STR_HYPERLINK"
msgid "Insert as Hyperlink"
msgstr "Voeg hiperskakel in"
-#: strings.hrc:609
+#: sw/inc/strings.hrc:611
#, fuzzy
msgctxt "STR_LINK_REGION"
msgid "Insert as Link"
msgstr "Voeg as skakel in"
-#: strings.hrc:610
+#: sw/inc/strings.hrc:612
#, fuzzy
msgctxt "STR_COPY_REGION"
msgid "Insert as Copy"
msgstr "Voeg as kopie in"
-#: strings.hrc:611
+#: sw/inc/strings.hrc:613
#, fuzzy
msgctxt "STR_DISPLAY"
msgid "Display"
msgstr "Vertoon"
-#: strings.hrc:612
+#: sw/inc/strings.hrc:614
#, fuzzy
msgctxt "STR_ACTIVE_VIEW"
msgid "Active Window"
msgstr "Aktiewe venster"
-#: strings.hrc:613
+#: sw/inc/strings.hrc:615
#, fuzzy
msgctxt "STR_HIDDEN"
msgid "hidden"
msgstr "versteek"
-#: strings.hrc:614
+#: sw/inc/strings.hrc:616
#, fuzzy
msgctxt "STR_ACTIVE"
msgid "active"
msgstr "aktief"
-#: strings.hrc:615
+#: sw/inc/strings.hrc:617
#, fuzzy
msgctxt "STR_INACTIVE"
msgid "inactive"
msgstr "onaktief"
-#: strings.hrc:616
+#: sw/inc/strings.hrc:618
msgctxt "STR_EDIT_ENTRY"
msgid "Edit..."
msgstr "Redigeer..."
-#: strings.hrc:617
+#: sw/inc/strings.hrc:619
msgctxt "STR_UPDATE"
msgid "~Update"
msgstr "~Bywerk"
-#: strings.hrc:618
+#: sw/inc/strings.hrc:620
msgctxt "STR_EDIT_CONTENT"
msgid "Edit"
msgstr "Redigeer"
-#: strings.hrc:619
+#: sw/inc/strings.hrc:621
#, fuzzy
msgctxt "STR_EDIT_LINK"
msgid "Edit link"
msgstr "Redigeer skakels"
-#: strings.hrc:620
+#: sw/inc/strings.hrc:622
msgctxt "STR_EDIT_INSERT"
msgid "Insert"
msgstr "Voeg in"
-#: strings.hrc:621
+#: sw/inc/strings.hrc:623
#, fuzzy
msgctxt "STR_INDEX"
msgid "~Index"
msgstr "Indeks"
-#: strings.hrc:622
+#: sw/inc/strings.hrc:624
msgctxt "STR_FILE"
msgid "File"
msgstr "Lêer"
-#: strings.hrc:623
+#: sw/inc/strings.hrc:625
#, fuzzy
msgctxt "STR_NEW_FILE"
msgid "New Document"
msgstr "Per dokument"
-#: strings.hrc:624
+#: sw/inc/strings.hrc:626
msgctxt "STR_INSERT_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:625
+#: sw/inc/strings.hrc:627
msgctxt "STR_DELETE"
msgid "Delete"
msgstr "Skrap"
-#: strings.hrc:626
+#: sw/inc/strings.hrc:628
msgctxt "STR_DELETE_ENTRY"
msgid "~Delete"
msgstr "~Skrap"
-#: strings.hrc:627
+#: sw/inc/strings.hrc:629
msgctxt "STR_UPDATE_SEL"
msgid "Selection"
msgstr "Seleksie"
-#: strings.hrc:628
+#: sw/inc/strings.hrc:630
msgctxt "STR_UPDATE_INDEX"
msgid "Indexes"
msgstr "Indekse"
-#: strings.hrc:629
+#: sw/inc/strings.hrc:631
#, fuzzy
msgctxt "STR_UPDATE_LINK"
msgid "Links"
msgstr "Reël"
-#: strings.hrc:630
+#: sw/inc/strings.hrc:632
#, fuzzy
msgctxt "STR_UPDATE_ALL"
msgid "All"
msgstr "Almal"
-#: strings.hrc:631
+#: sw/inc/strings.hrc:633
msgctxt "STR_REMOVE_INDEX"
msgid "~Remove Index"
msgstr ""
-#: strings.hrc:632
+#: sw/inc/strings.hrc:634
#, fuzzy
msgctxt "STR_REMOVE_TBL_PROTECTION"
msgid "~Unprotect"
msgstr "~Ontbeskerm"
-#: strings.hrc:633
+#: sw/inc/strings.hrc:635
#, fuzzy
msgctxt "STR_INVISIBLE"
msgid "hidden"
msgstr "versteek"
-#: strings.hrc:634
+#: sw/inc/strings.hrc:636
#, fuzzy
msgctxt "STR_BROKEN_LINK"
msgid "File not found: "
msgstr "Filter kan nie gevind word nie."
-#: strings.hrc:635
+#: sw/inc/strings.hrc:637
#, fuzzy
msgctxt "STR_RENAME"
msgid "~Rename"
msgstr "Hernoem"
-#: strings.hrc:636
+#: sw/inc/strings.hrc:638
#, fuzzy
msgctxt "STR_READONLY_IDX"
msgid "Read-~only"
msgstr "Leesalleen"
-#: strings.hrc:637
+#: sw/inc/strings.hrc:639
msgctxt "STR_POSTIT_SHOW"
msgid "Show All"
msgstr "Wys alles"
-#: strings.hrc:638
+#: sw/inc/strings.hrc:640
msgctxt "STR_POSTIT_HIDE"
msgid "Hide All"
msgstr ""
-#: strings.hrc:639
+#: sw/inc/strings.hrc:641
msgctxt "STR_POSTIT_DELETE"
msgid "Delete All"
msgstr ""
-#: strings.hrc:641
+#: sw/inc/strings.hrc:643
msgctxt "STR_MARGIN_TOOLTIP_LEFT"
msgid "Left: "
msgstr ""
-#: strings.hrc:642
+#: sw/inc/strings.hrc:644
msgctxt "STR_MARGIN_TOOLTIP_RIGHT"
msgid ". Right: "
msgstr ""
-#: strings.hrc:643
+#: sw/inc/strings.hrc:645
msgctxt "STR_MARGIN_TOOLTIP_INNER"
msgid "Inner: "
msgstr ""
-#: strings.hrc:644
+#: sw/inc/strings.hrc:646
msgctxt "STR_MARGIN_TOOLTIP_OUTER"
msgid ". Outer: "
msgstr ""
-#: strings.hrc:645
+#: sw/inc/strings.hrc:647
msgctxt "STR_MARGIN_TOOLTIP_TOP"
msgid ". Top: "
msgstr ""
-#: strings.hrc:646
+#: sw/inc/strings.hrc:648
msgctxt "STR_MARGIN_TOOLTIP_BOT"
msgid ". Bottom: "
msgstr ""
#. Error calculator
-#: strings.hrc:649
+#: sw/inc/strings.hrc:651
msgctxt "STR_POSTIT_PAGE"
msgid "Page"
msgstr "Bladsy"
-#: strings.hrc:650
+#: sw/inc/strings.hrc:652
msgctxt "STR_POSTIT_LINE"
msgid "Line"
msgstr "Reël"
-#: strings.hrc:651
+#: sw/inc/strings.hrc:653
msgctxt "STR_POSTIT_AUTHOR"
msgid "Author"
msgstr "Outeur"
-#: strings.hrc:652
+#: sw/inc/strings.hrc:654
msgctxt "STR_CALC_SYNTAX"
msgid "** Syntax Error **"
msgstr ""
-#: strings.hrc:653
+#: sw/inc/strings.hrc:655
msgctxt "STR_CALC_ZERODIV"
msgid "** Division by zero **"
msgstr ""
-#: strings.hrc:654
+#: sw/inc/strings.hrc:656
msgctxt "STR_CALC_BRACK"
msgid "** Wrong use of brackets **"
msgstr ""
-#: strings.hrc:655
+#: sw/inc/strings.hrc:657
msgctxt "STR_CALC_POW"
msgid "** Square function overflow **"
msgstr ""
-#: strings.hrc:656
+#: sw/inc/strings.hrc:658
msgctxt "STR_CALC_OVERFLOW"
msgid "** Overflow **"
msgstr ""
-#: strings.hrc:657
+#: sw/inc/strings.hrc:659
msgctxt "STR_CALC_DEFAULT"
msgid "** Error **"
msgstr ""
-#: strings.hrc:658
+#: sw/inc/strings.hrc:660
msgctxt "STR_CALC_ERROR"
msgid "** Expression is faulty **"
msgstr ""
-#: strings.hrc:659
+#: sw/inc/strings.hrc:661
msgctxt "STR_GETREFFLD_REFITEMNOTFOUND"
msgid "Error: Reference source not found"
msgstr ""
-#: strings.hrc:660
+#: sw/inc/strings.hrc:662
#, fuzzy
msgctxt "STR_TEMPLATE_NONE"
msgid "None"
msgstr "Nota"
-#: strings.hrc:661
+#: sw/inc/strings.hrc:663
msgctxt "STR_FIELD_FIXED"
msgid "(fixed)"
msgstr ""
-#: strings.hrc:662
+#: sw/inc/strings.hrc:664
msgctxt "STR_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr ""
-#: strings.hrc:663
+#: sw/inc/strings.hrc:665
msgctxt "STR_TOI"
msgid "Alphabetical Index"
msgstr ""
-#: strings.hrc:664
+#: sw/inc/strings.hrc:666
#, fuzzy
msgctxt "STR_TOU"
msgid "User-Defined"
msgstr "Gebruikergedefinieer"
-#: strings.hrc:665
+#: sw/inc/strings.hrc:667
#, fuzzy
msgctxt "STR_TOC"
msgid "Table of Contents"
msgstr "Tabelinhoud"
-#: strings.hrc:666
+#: sw/inc/strings.hrc:668
#, fuzzy
msgctxt "STR_TOX_AUTH"
msgid "Bibliography"
msgstr "Bibliografie 1"
-#: strings.hrc:667
+#: sw/inc/strings.hrc:669
#, fuzzy
msgctxt "STR_TOX_CITATION"
msgid "Citation"
msgstr "Aanhaling"
-#: strings.hrc:668
+#: sw/inc/strings.hrc:670
msgctxt "STR_TOX_TBL"
msgid "Index of Tables"
msgstr ""
-#: strings.hrc:669
+#: sw/inc/strings.hrc:671
msgctxt "STR_TOX_OBJ"
msgid "Table of Objects"
msgstr ""
-#: strings.hrc:670
+#: sw/inc/strings.hrc:672
#, fuzzy
msgctxt "STR_TOX_ILL"
msgid "Illustration Index"
msgstr "Illustrasie-indeks 1"
-#: strings.hrc:671
+#: sw/inc/strings.hrc:673
#, c-format
msgctxt "STR_LINK_CTRL_CLICK"
msgid "%s-Click to follow link"
msgstr ""
-#: strings.hrc:672
+#: sw/inc/strings.hrc:674
msgctxt "STR_LINK_CLICK"
msgid "Click to follow link"
msgstr ""
#. SubType DocInfo
-#: strings.hrc:674
+#: sw/inc/strings.hrc:676
msgctxt "FLD_DOCINFO_TITEL"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:675
+#: sw/inc/strings.hrc:677
msgctxt "FLD_DOCINFO_THEMA"
msgid "Subject"
msgstr "Onderwerp"
-#: strings.hrc:676
+#: sw/inc/strings.hrc:678
msgctxt "FLD_DOCINFO_KEYS"
msgid "Keywords"
msgstr "Sleutelwoorde"
-#: strings.hrc:677
+#: sw/inc/strings.hrc:679
msgctxt "FLD_DOCINFO_COMMENT"
msgid "Comments"
msgstr "Opmerkings"
-#: strings.hrc:678
+#: sw/inc/strings.hrc:680
#, fuzzy
msgctxt "FLD_DOCINFO_CREATE"
msgid "Created"
msgstr "Geskep"
-#: strings.hrc:679
+#: sw/inc/strings.hrc:681
msgctxt "FLD_DOCINFO_CHANGE"
msgid "Modified"
msgstr "Gewysig"
-#: strings.hrc:680
+#: sw/inc/strings.hrc:682
msgctxt "FLD_DOCINFO_PRINT"
msgid "Last printed"
msgstr ""
-#: strings.hrc:681
+#: sw/inc/strings.hrc:683
msgctxt "FLD_DOCINFO_DOCNO"
msgid "Revision number"
msgstr "Hersiennommer"
-#: strings.hrc:682
+#: sw/inc/strings.hrc:684
msgctxt "FLD_DOCINFO_EDIT"
msgid "Total editing time"
msgstr "Totale redigeertyd"
-#: strings.hrc:683
+#: sw/inc/strings.hrc:685
msgctxt "STR_PAGEDESC_NAME"
msgid "Convert $(ARG1)"
msgstr ""
-#: strings.hrc:684
+#: sw/inc/strings.hrc:686
msgctxt "STR_PAGEDESC_FIRSTNAME"
msgid "First convert $(ARG1)"
msgstr ""
-#: strings.hrc:685
+#: sw/inc/strings.hrc:687
msgctxt "STR_PAGEDESC_FOLLOWNAME"
msgid "Next convert $(ARG1)"
msgstr ""
-#: strings.hrc:686
+#: sw/inc/strings.hrc:688
msgctxt "STR_AUTH_TYPE_ARTICLE"
msgid "Article"
msgstr "Artikel"
-#: strings.hrc:687
+#: sw/inc/strings.hrc:689
msgctxt "STR_AUTH_TYPE_BOOK"
msgid "Book"
msgstr "Boek"
-#: strings.hrc:688
+#: sw/inc/strings.hrc:690
msgctxt "STR_AUTH_TYPE_BOOKLET"
msgid "Brochures"
msgstr "Brosjures"
-#: strings.hrc:689
+#: sw/inc/strings.hrc:691
msgctxt "STR_AUTH_TYPE_CONFERENCE"
msgid "Conference proceedings"
msgstr "Konferensieverrigtinge"
-#: strings.hrc:690
+#: sw/inc/strings.hrc:692
msgctxt "STR_AUTH_TYPE_INBOOK"
msgid "Book excerpt"
msgstr "Boekuittreksel"
-#: strings.hrc:691
+#: sw/inc/strings.hrc:693
msgctxt "STR_AUTH_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr "Boekuittreksel met titel"
-#: strings.hrc:692
+#: sw/inc/strings.hrc:694
msgctxt "STR_AUTH_TYPE_INPROCEEDINGS"
msgid "Conference proceedings"
msgstr "Konferensieverrigtinge"
-#: strings.hrc:693
+#: sw/inc/strings.hrc:695
msgctxt "STR_AUTH_TYPE_JOURNAL"
msgid "Journal"
msgstr "Joernaal"
-#: strings.hrc:694
+#: sw/inc/strings.hrc:696
msgctxt "STR_AUTH_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "Tegniese dokumentasie"
-#: strings.hrc:695
+#: sw/inc/strings.hrc:697
msgctxt "STR_AUTH_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "Tesis"
-#: strings.hrc:696
+#: sw/inc/strings.hrc:698
msgctxt "STR_AUTH_TYPE_MISC"
msgid "Miscellaneous"
msgstr "Allerlei"
-#: strings.hrc:697
+#: sw/inc/strings.hrc:699
msgctxt "STR_AUTH_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "Verhandeling"
-#: strings.hrc:698
+#: sw/inc/strings.hrc:700
msgctxt "STR_AUTH_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr "Konferensieverrigtinge"
-#: strings.hrc:699
+#: sw/inc/strings.hrc:701
msgctxt "STR_AUTH_TYPE_TECHREPORT"
msgid "Research report"
msgstr "Navorsingsverslag"
-#: strings.hrc:700
+#: sw/inc/strings.hrc:702
msgctxt "STR_AUTH_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr "Ongepubliseer"
-#: strings.hrc:701
+#: sw/inc/strings.hrc:703
msgctxt "STR_AUTH_TYPE_EMAIL"
msgid "E-mail"
msgstr "E-pos"
-#: strings.hrc:702
+#: sw/inc/strings.hrc:704
#, fuzzy
msgctxt "STR_AUTH_TYPE_WWW"
msgid "WWW document"
msgstr "Per dokument"
-#: strings.hrc:703
+#: sw/inc/strings.hrc:705
msgctxt "STR_AUTH_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "Gebruiker-bepaalde1"
-#: strings.hrc:704
+#: sw/inc/strings.hrc:706
msgctxt "STR_AUTH_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "Gebruiker-bepaalde2"
-#: strings.hrc:705
+#: sw/inc/strings.hrc:707
msgctxt "STR_AUTH_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "Gebruiker-bepaalde3"
-#: strings.hrc:706
+#: sw/inc/strings.hrc:708
msgctxt "STR_AUTH_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "Gebruiker-bepaalde4"
-#: strings.hrc:707
+#: sw/inc/strings.hrc:709
msgctxt "STR_AUTH_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "Gebruiker-bepaalde5"
-#: strings.hrc:708
+#: sw/inc/strings.hrc:710
msgctxt "STR_AUTH_FIELD_IDENTIFIER"
msgid "Short name"
msgstr "Kort naam"
-#: strings.hrc:709
+#: sw/inc/strings.hrc:711
msgctxt "STR_AUTH_FIELD_AUTHORITY_TYPE"
msgid "Type"
msgstr "Soort"
-#: strings.hrc:710
+#: sw/inc/strings.hrc:712
#, fuzzy
msgctxt "STR_AUTH_FIELD_ADDRESS"
msgid "Address"
msgstr "Geadresseerde"
-#: strings.hrc:711
+#: sw/inc/strings.hrc:713
#, fuzzy
msgctxt "STR_AUTH_FIELD_ANNOTE"
msgid "Annotation"
msgstr "Ann~otering"
-#: strings.hrc:712
+#: sw/inc/strings.hrc:714
#, fuzzy
msgctxt "STR_AUTH_FIELD_AUTHOR"
msgid "Author(s)"
msgstr "Outeur(s)"
-#: strings.hrc:713
+#: sw/inc/strings.hrc:715
#, fuzzy
msgctxt "STR_AUTH_FIELD_BOOKTITLE"
msgid "Book title"
msgstr "~Boektitel"
-#: strings.hrc:714
+#: sw/inc/strings.hrc:716
msgctxt "STR_AUTH_FIELD_CHAPTER"
msgid "Chapter"
msgstr "Hoofstuk"
-#: strings.hrc:715
+#: sw/inc/strings.hrc:717
#, fuzzy
msgctxt "STR_AUTH_FIELD_EDITION"
msgid "Edition"
msgstr "Ui~tgawe"
-#: strings.hrc:716
+#: sw/inc/strings.hrc:718
#, fuzzy
msgctxt "STR_AUTH_FIELD_EDITOR"
msgid "Editor"
msgstr "Redakteur"
-#: strings.hrc:717
+#: sw/inc/strings.hrc:719
#, fuzzy
msgctxt "STR_AUTH_FIELD_HOWPUBLISHED"
msgid "Publication type"
msgstr "Soort ~publikasie"
-#: strings.hrc:718
+#: sw/inc/strings.hrc:720
#, fuzzy
msgctxt "STR_AUTH_FIELD_INSTITUTION"
msgid "Institution"
msgstr "I~nstelling"
-#: strings.hrc:719
+#: sw/inc/strings.hrc:721
msgctxt "STR_AUTH_FIELD_JOURNAL"
msgid "Journal"
msgstr "Joernaal"
-#: strings.hrc:720
+#: sw/inc/strings.hrc:722
msgctxt "STR_AUTH_FIELD_MONTH"
msgid "Month"
msgstr "Maand"
-#: strings.hrc:721
+#: sw/inc/strings.hrc:723
msgctxt "STR_AUTH_FIELD_NOTE"
msgid "Note"
msgstr "Nota"
-#: strings.hrc:722
+#: sw/inc/strings.hrc:724
msgctxt "STR_AUTH_FIELD_NUMBER"
msgid "Number"
msgstr "Nommer"
-#: strings.hrc:723
+#: sw/inc/strings.hrc:725
#, fuzzy
msgctxt "STR_AUTH_FIELD_ORGANIZATIONS"
msgid "Organization"
msgstr "Or~ganisasie"
-#: strings.hrc:724
+#: sw/inc/strings.hrc:726
#, fuzzy
msgctxt "STR_AUTH_FIELD_PAGES"
msgid "Page(s)"
msgstr "Blad~sy(e)"
-#: strings.hrc:725
+#: sw/inc/strings.hrc:727
msgctxt "STR_AUTH_FIELD_PUBLISHER"
msgid "Publisher"
msgstr "Uitgewer"
-#: strings.hrc:726
+#: sw/inc/strings.hrc:728
#, fuzzy
msgctxt "STR_AUTH_FIELD_SCHOOL"
msgid "University"
msgstr "Universiteit"
-#: strings.hrc:727
+#: sw/inc/strings.hrc:729
#, fuzzy
msgctxt "STR_AUTH_FIELD_SERIES"
msgid "Series"
msgstr "Re~eks"
-#: strings.hrc:728
+#: sw/inc/strings.hrc:730
msgctxt "STR_AUTH_FIELD_TITLE"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:729
+#: sw/inc/strings.hrc:731
#, fuzzy
msgctxt "STR_AUTH_FIELD_TYPE"
msgid "Type of report"
msgstr "Soort ~verslag"
-#: strings.hrc:730
+#: sw/inc/strings.hrc:732
msgctxt "STR_AUTH_FIELD_VOLUME"
msgid "Volume"
msgstr "Volume"
-#: strings.hrc:731
+#: sw/inc/strings.hrc:733
msgctxt "STR_AUTH_FIELD_YEAR"
msgid "Year"
msgstr "Jaar"
-#: strings.hrc:732
+#: sw/inc/strings.hrc:734
msgctxt "STR_AUTH_FIELD_URL"
msgid "URL"
msgstr "URL"
-#: strings.hrc:733
+#: sw/inc/strings.hrc:735
msgctxt "STR_AUTH_FIELD_CUSTOM1"
msgid "User-defined1"
msgstr "Gebruiker-bepaalde1"
-#: strings.hrc:734
+#: sw/inc/strings.hrc:736
msgctxt "STR_AUTH_FIELD_CUSTOM2"
msgid "User-defined2"
msgstr "Gebruiker-bepaalde2"
-#: strings.hrc:735
+#: sw/inc/strings.hrc:737
msgctxt "STR_AUTH_FIELD_CUSTOM3"
msgid "User-defined3"
msgstr "Gebruiker-bepaalde3"
-#: strings.hrc:736
+#: sw/inc/strings.hrc:738
msgctxt "STR_AUTH_FIELD_CUSTOM4"
msgid "User-defined4"
msgstr "Gebruiker-bepaalde4"
-#: strings.hrc:737
+#: sw/inc/strings.hrc:739
msgctxt "STR_AUTH_FIELD_CUSTOM5"
msgid "User-defined5"
msgstr "Gebruiker-bepaalde5"
-#: strings.hrc:738
+#: sw/inc/strings.hrc:740
#, fuzzy
msgctxt "STR_AUTH_FIELD_ISBN"
msgid "ISBN"
msgstr "~ISBN"
-#: strings.hrc:740
+#: sw/inc/strings.hrc:742
msgctxt "STR_IDXMRK_EDIT"
msgid "Edit Index Entry"
msgstr "Redigeer indeksinskrywing"
-#: strings.hrc:741
+#: sw/inc/strings.hrc:743
msgctxt "STR_IDXMRK_INSERT"
msgid "Insert Index Entry"
msgstr "Voeg indeksinskrywying in"
-#: strings.hrc:742
+#: sw/inc/strings.hrc:744
#, fuzzy
msgctxt "STR_QUERY_CHANGE_AUTH_ENTRY"
msgid "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?"
msgstr "Hierdie dokument bevat reeds die bibliografiese inskrywing maar bevat ander data. Wil u die bestaande inskrywings aanpas?"
-#: strings.hrc:744
+#: sw/inc/strings.hrc:746
#, fuzzy
msgctxt "STR_COMMENTS_LABEL"
msgid "Comments"
msgstr "Opmerking"
-#: strings.hrc:745
+#: sw/inc/strings.hrc:747
#, fuzzy
msgctxt "STR_SHOW_COMMENTS"
msgid "Show comments"
msgstr "Wys opmerking"
-#: strings.hrc:746
+#: sw/inc/strings.hrc:748
#, fuzzy
msgctxt "STR_HIDE_COMMENTS"
msgid "Hide comments"
msgstr "Versteek opmerking"
-#: strings.hrc:748
+#: sw/inc/strings.hrc:750
msgctxt "STR_DOUBLE_SHORTNAME"
msgid "Shortcut name already exists. Please choose another name."
msgstr "Kortpadnaam bestaan reeds. Kies asseblief 'n ander naam."
-#: strings.hrc:749
+#: sw/inc/strings.hrc:751
msgctxt "STR_QUERY_DELETE"
msgid "Delete AutoText?"
msgstr "Skrap OutoTeks?"
-#: strings.hrc:750
+#: sw/inc/strings.hrc:752
msgctxt "STR_QUERY_DELETE_GROUP1"
msgid "Delete the category "
msgstr "Skrap die kategorie "
-#: strings.hrc:751
+#: sw/inc/strings.hrc:753
msgctxt "STR_QUERY_DELETE_GROUP2"
msgid "?"
msgstr "?"
-#: strings.hrc:752
+#: sw/inc/strings.hrc:754
msgctxt "STR_GLOSSARY"
msgid "AutoText :"
msgstr "OutoTeks :"
-#: strings.hrc:753
+#: sw/inc/strings.hrc:755
msgctxt "STR_SAVE_GLOSSARY"
msgid "Save AutoText"
msgstr "Stoor OutoTeks"
-#: strings.hrc:754
+#: sw/inc/strings.hrc:756
msgctxt "STR_NO_GLOSSARIES"
msgid "There is no AutoText in this file."
msgstr "Daar is geen OutoTeks in hierdie lêer nie."
-#: strings.hrc:755
+#: sw/inc/strings.hrc:757
msgctxt "STR_MY_AUTOTEXT"
msgid "My AutoText"
msgstr ""
-#: strings.hrc:757
+#: sw/inc/strings.hrc:759
msgctxt "STR_NOGLOS"
msgid "AutoText for Shortcut '%1' not found."
msgstr "OutoTeks vir kortpad '%1' nie gevind nie."
-#: strings.hrc:758
+#: sw/inc/strings.hrc:760
msgctxt "STR_NO_TABLE"
msgid "A table with no rows or no cells cannot be inserted"
msgstr ""
-#: strings.hrc:759
+#: sw/inc/strings.hrc:761
msgctxt "STR_TABLE_TOO_LARGE"
msgid "The table cannot be inserted because it is too large"
msgstr ""
-#: strings.hrc:760
+#: sw/inc/strings.hrc:762
msgctxt "STR_ERR_INSERT_GLOS"
msgid "AutoText could not be created."
msgstr "OutoTeks kon nie geskep word nie."
-#: strings.hrc:761
+#: sw/inc/strings.hrc:763
msgctxt "STR_CLPBRD_FORMAT_ERROR"
msgid "Requested clipboard format is not available."
msgstr "Verlangde knipbordformaat is nie beskikbaar nie."
-#: strings.hrc:762
+#: sw/inc/strings.hrc:764
msgctxt "STR_PRIVATETEXT"
-msgid "%PRODUCTNAME Writer"
-msgstr "%PRODUCTNAME Writer"
+msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
+msgstr ""
-#: strings.hrc:763
-#, fuzzy
+#: sw/inc/strings.hrc:765
msgctxt "STR_PRIVATEGRAPHIC"
-msgid "Image [%PRODUCTNAME Writer]"
-msgstr "Objek [%PRODUCTNAME Writer]"
+msgid "Image (%PRODUCTNAME %PRODUCTVERSION Text Document)"
+msgstr ""
-#: strings.hrc:764
+#: sw/inc/strings.hrc:766
msgctxt "STR_PRIVATEOLE"
-msgid "Object [%PRODUCTNAME Writer]"
-msgstr "Objek [%PRODUCTNAME Writer]"
+msgid "Object (%PRODUCTNAME %PRODUCTVERSION Text Document)"
+msgstr ""
-#: strings.hrc:765
+#: sw/inc/strings.hrc:767
msgctxt "STR_DDEFORMAT"
-msgid "DDE link"
-msgstr "DDE-skakel"
+msgid "Dynamic Data Exchange (DDE link)"
+msgstr ""
-#: strings.hrc:767
+#: sw/inc/strings.hrc:769
msgctxt "STR_DELETE_ALL_NOTES"
msgid "All Comments"
msgstr "Alle opmerkings"
-#: strings.hrc:768
+#: sw/inc/strings.hrc:770
msgctxt "STR_FORMAT_ALL_NOTES"
msgid "All Comments"
msgstr "Alle opmerkings"
-#: strings.hrc:769
+#: sw/inc/strings.hrc:771
msgctxt "STR_DELETE_AUTHOR_NOTES"
msgid "Comments by "
msgstr "Opmerkings deur "
-#: strings.hrc:770
+#: sw/inc/strings.hrc:772
msgctxt "STR_NODATE"
msgid "(no date)"
msgstr "(geen datum)"
-#: strings.hrc:771
+#: sw/inc/strings.hrc:773
msgctxt "STR_NOAUTHOR"
msgid "(no author)"
msgstr "(geen outeur)"
-#: strings.hrc:772
+#: sw/inc/strings.hrc:774
msgctxt "STR_REPLY"
msgid "Reply to $1"
msgstr "Antwoord aan $1"
-#: strings.hrc:774
+#: sw/inc/strings.hrc:776
#, fuzzy
msgctxt "ST_TITLE_EDIT"
msgid "Edit Address Block"
msgstr "Nuwe adresblok"
-#: strings.hrc:775
+#: sw/inc/strings.hrc:777
msgctxt "ST_TITLE_MALE"
msgid "Custom Salutation (Male Recipients)"
msgstr ""
-#: strings.hrc:776
+#: sw/inc/strings.hrc:778
msgctxt "ST_TITLE_FEMALE"
msgid "Custom Salutation (Female Recipients)"
msgstr ""
-#: strings.hrc:777
+#: sw/inc/strings.hrc:779
#, fuzzy
msgctxt "ST_SALUTATIONELEMENTS"
msgid "Salutation e~lements"
msgstr "Aanhefelemente"
-#: strings.hrc:778
+#: sw/inc/strings.hrc:780
msgctxt "ST_INSERTSALUTATIONFIELD"
msgid "Add to salutation"
msgstr ""
-#: strings.hrc:779
+#: sw/inc/strings.hrc:781
msgctxt "ST_REMOVESALUTATIONFIELD"
msgid "Remove from salutation"
msgstr ""
-#: strings.hrc:780
+#: sw/inc/strings.hrc:782
msgctxt "ST_DRAGSALUTATION"
msgid "1. ~Drag salutation elements into the box below"
msgstr ""
-#: strings.hrc:781
+#: sw/inc/strings.hrc:783
msgctxt "ST_SALUTATION"
msgid "Salutation"
msgstr "Aanhef"
-#: strings.hrc:782
+#: sw/inc/strings.hrc:784
msgctxt "ST_PUNCTUATION"
msgid "Punctuation Mark"
msgstr ""
-#: strings.hrc:783
+#: sw/inc/strings.hrc:785
msgctxt "ST_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:784
+#: sw/inc/strings.hrc:786
#, fuzzy
msgctxt "ST_SALUTATIONMATCHING"
msgid "Assign the fields from your data source to match the salutation elements."
msgstr "Wys die velde toe uit u databron wat pas by die adreselemente."
-#: strings.hrc:785
+#: sw/inc/strings.hrc:787
msgctxt "ST_SALUTATIONPREVIEW"
msgid "Salutation preview"
msgstr "Aanhefvoorskou"
-#: strings.hrc:786
+#: sw/inc/strings.hrc:788
msgctxt "ST_ADDRESSELEMENT"
msgid "Address elements"
msgstr "Adreselemente"
-#: strings.hrc:787
+#: sw/inc/strings.hrc:789
msgctxt "ST_SALUTATIONELEMENT"
msgid "Salutation elements"
msgstr "Aanhefelemente"
-#: strings.hrc:788
+#: sw/inc/strings.hrc:790
msgctxt "ST_MATCHESTO"
msgid "Matches to field:"
msgstr "Pas by veld:"
-#: strings.hrc:789
+#: sw/inc/strings.hrc:791
msgctxt "ST_PREVIEW"
msgid "Preview"
msgstr "Voorskou"
-#: strings.hrc:791
+#: sw/inc/strings.hrc:793
msgctxt "STR_NOTASSIGNED"
msgid " not yet matched "
msgstr " nog nie gepas nie "
-#: strings.hrc:792
+#: sw/inc/strings.hrc:794
msgctxt "STR_FILTER_ALL"
msgid "All files"
msgstr "Alle lêers"
-#: strings.hrc:793
+#: sw/inc/strings.hrc:795
msgctxt "STR_FILTER_ALL_DATA"
msgid "Address lists(*.*)"
msgstr "Adreslyste (*.*)"
-#: strings.hrc:794
+#: sw/inc/strings.hrc:796
msgctxt "STR_FILTER_SXB"
msgid "%PRODUCTNAME Base (*.odb)"
msgstr "%PRODUCTNAME-basis (*.odb)"
-#: strings.hrc:795
+#: sw/inc/strings.hrc:797
msgctxt "STR_FILTER_SXC"
msgid "%PRODUCTNAME Calc (*.ods;*.sxc)"
msgstr "%PRODUCTNAME Calc (*.ods;*.sxc)"
-#: strings.hrc:796
+#: sw/inc/strings.hrc:798
#, fuzzy
msgctxt "STR_FILTER_SXW"
msgid "%PRODUCTNAME Writer (*.odt;*.sxw)"
msgstr "%PRODUCTNAME Calc (*.ods;*.sxc)"
-#: strings.hrc:797
+#: sw/inc/strings.hrc:799
msgctxt "STR_FILTER_DBF"
msgid "dBase (*.dbf)"
msgstr "dBase (*.dbf)"
-#: strings.hrc:798
+#: sw/inc/strings.hrc:800
#, fuzzy
msgctxt "STR_FILTER_XLS"
msgid "Microsoft Excel (*.xls;*.xlsx)"
msgstr "Microsoft Excel (*.xls)"
-#: strings.hrc:799
+#: sw/inc/strings.hrc:801
msgctxt "STR_FILTER_DOC"
msgid "Microsoft Word (*.doc;*.docx)"
msgstr ""
-#: strings.hrc:800
+#: sw/inc/strings.hrc:802
msgctxt "STR_FILTER_TXT"
msgid "Plain text (*.txt)"
msgstr "Skoonteks (*.txt)"
-#: strings.hrc:801
+#: sw/inc/strings.hrc:803
msgctxt "STR_FILTER_CSV"
msgid "Text Comma Separated (*.csv)"
msgstr "Teks kommageskei (*.csv)"
-#: strings.hrc:802
+#: sw/inc/strings.hrc:804
#, fuzzy
msgctxt "STR_FILTER_MDB"
msgid "Microsoft Access (*.mdb;*.mde)"
msgstr "Microsoft Access (*.mdb)"
-#: strings.hrc:803
+#: sw/inc/strings.hrc:805
#, fuzzy
msgctxt "STR_FILTER_ACCDB"
msgid "Microsoft Access 2007 (*.accdb,*.accde)"
msgstr "Microsoft Access 2007 (*.accdb)"
-#: strings.hrc:804
+#: sw/inc/strings.hrc:806
msgctxt "ST_CONFIGUREMAIL"
msgid ""
"In order to be able to send mail merge documents by e-mail, %PRODUCTNAME requires information about the e-mail account to be used.\n"
@@ -4378,84 +4387,84 @@ msgid ""
"Do you want to enter e-mail account information now?"
msgstr ""
-#: strings.hrc:805
+#: sw/inc/strings.hrc:807
msgctxt "ST_FILTERNAME"
msgid "%PRODUCTNAME Address List (.csv)"
msgstr "%PRODUCTNAME-adreslys (.csv)"
-#: strings.hrc:807
+#: sw/inc/strings.hrc:809
msgctxt "ST_STARTING"
msgid "Select starting document"
msgstr "Kies begindokument"
-#: strings.hrc:808
+#: sw/inc/strings.hrc:810
#, fuzzy
msgctxt "ST_DOCUMENTTYPE"
msgid "Select document type"
msgstr "Kies die dokumenttipe"
-#: strings.hrc:809
+#: sw/inc/strings.hrc:811
msgctxt "ST_ADDRESSBLOCK"
msgid "Insert address block"
msgstr "Voeg adresblok in"
-#: strings.hrc:810
+#: sw/inc/strings.hrc:812
msgctxt "ST_ADDRESSLIST"
msgid "Select address list"
msgstr "Kies 'n adreslys"
-#: strings.hrc:811
+#: sw/inc/strings.hrc:813
msgctxt "ST_GREETINGSLINE"
msgid "Create salutation"
msgstr "Skep aanhef"
-#: strings.hrc:812
+#: sw/inc/strings.hrc:814
msgctxt "ST_LAYOUT"
msgid "Adjust layout"
msgstr "Pas uitleg aan"
-#: strings.hrc:813
+#: sw/inc/strings.hrc:815
msgctxt "ST_EXCLUDE"
msgid "Exclude recipient"
msgstr ""
-#: strings.hrc:814
+#: sw/inc/strings.hrc:816
msgctxt "ST_FINISH"
msgid "~Finish"
msgstr "~Klaar"
-#: strings.hrc:815
+#: sw/inc/strings.hrc:817
#, fuzzy
msgctxt "ST_MMWTITLE"
msgid "Mail Merge Wizard"
msgstr "Massapos-slimmerd"
-#: strings.hrc:817
+#: sw/inc/strings.hrc:819
msgctxt "ST_NAME"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:818
+#: sw/inc/strings.hrc:820
msgctxt "ST_TYPE"
msgid "Type"
msgstr "Soort"
-#: strings.hrc:819
+#: sw/inc/strings.hrc:821
msgctxt "ST_TABLE"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:820
+#: sw/inc/strings.hrc:822
msgctxt "ST_QUERY"
msgid "Query"
msgstr "Navraag"
-#: strings.hrc:822
+#: sw/inc/strings.hrc:824
msgctxt "STR_QUERY_SPELL_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Wil u weer vanaf die begin van dokument toets?"
-#: strings.hrc:823
+#: sw/inc/strings.hrc:825
msgctxt "STR_SPELLING_COMPLETED"
msgid "The spellcheck is complete."
msgstr "Die speltoets is klaar."
@@ -4464,212 +4473,212 @@ msgstr "Die speltoets is klaar."
#. Description: strings for the types
#. --------------------------------------------------------------------
#. range document
-#: strings.hrc:829
+#: sw/inc/strings.hrc:831
msgctxt "STR_DATEFLD"
msgid "Date"
msgstr "Datum"
-#: strings.hrc:830
+#: sw/inc/strings.hrc:832
msgctxt "STR_TIMEFLD"
msgid "Time"
msgstr "Tyd"
-#: strings.hrc:831
+#: sw/inc/strings.hrc:833
msgctxt "STR_FILENAMEFLD"
msgid "File name"
msgstr "Lêernaam"
-#: strings.hrc:832
+#: sw/inc/strings.hrc:834
msgctxt "STR_DBNAMEFLD"
msgid "Database Name"
msgstr "Databasis-naam"
-#: strings.hrc:833
+#: sw/inc/strings.hrc:835
msgctxt "STR_CHAPTERFLD"
msgid "Chapter"
msgstr "Hoofstuk"
-#: strings.hrc:834
+#: sw/inc/strings.hrc:836
msgctxt "STR_PAGENUMBERFLD"
msgid "Page numbers"
msgstr "Bladsynommers"
-#: strings.hrc:835
+#: sw/inc/strings.hrc:837
msgctxt "STR_DOCSTATFLD"
msgid "Statistics"
msgstr "Statistieke"
-#: strings.hrc:836
+#: sw/inc/strings.hrc:838
msgctxt "STR_AUTHORFLD"
msgid "Author"
msgstr "Outeur"
-#: strings.hrc:837
+#: sw/inc/strings.hrc:839
msgctxt "STR_TEMPLNAMEFLD"
msgid "Templates"
msgstr "Sjablone"
-#: strings.hrc:838
+#: sw/inc/strings.hrc:840
msgctxt "STR_EXTUSERFLD"
msgid "Sender"
msgstr "Afsender"
#. range functions
-#: strings.hrc:840
+#: sw/inc/strings.hrc:842
msgctxt "STR_SETFLD"
msgid "Set variable"
msgstr "Stel veranderlike"
-#: strings.hrc:841
+#: sw/inc/strings.hrc:843
msgctxt "STR_GETFLD"
msgid "Show variable"
msgstr "Vertoon veranderlike"
-#: strings.hrc:842
+#: sw/inc/strings.hrc:844
msgctxt "STR_FORMELFLD"
msgid "Insert Formula"
msgstr "Voeg formule in"
-#: strings.hrc:843
+#: sw/inc/strings.hrc:845
msgctxt "STR_INPUTFLD"
msgid "Input field"
msgstr "Toevoerveld"
-#: strings.hrc:844
+#: sw/inc/strings.hrc:846
msgctxt "STR_SETINPUTFLD"
msgid "Input field (variable)"
msgstr "Toevoerveld (veranderlike)"
-#: strings.hrc:845
+#: sw/inc/strings.hrc:847
msgctxt "STR_USRINPUTFLD"
msgid "Input field (user)"
msgstr "Toevoerveld (gebruiker)"
-#: strings.hrc:846
+#: sw/inc/strings.hrc:848
msgctxt "STR_CONDTXTFLD"
msgid "Conditional text"
msgstr "Voorwaardelike teks"
-#: strings.hrc:847
+#: sw/inc/strings.hrc:849
msgctxt "STR_DDEFLD"
msgid "DDE field"
msgstr "DDE-veld"
-#: strings.hrc:848
+#: sw/inc/strings.hrc:850
msgctxt "STR_MACROFLD"
msgid "Execute macro"
msgstr "Voer makro uit"
-#: strings.hrc:849
+#: sw/inc/strings.hrc:851
msgctxt "STR_SEQFLD"
msgid "Number range"
msgstr "Getalomvang"
-#: strings.hrc:850
+#: sw/inc/strings.hrc:852
msgctxt "STR_SETREFPAGEFLD"
msgid "Set page variable"
msgstr "Stel bladsyveranderlike"
-#: strings.hrc:851
+#: sw/inc/strings.hrc:853
msgctxt "STR_GETREFPAGEFLD"
msgid "Show page variable"
msgstr "Vertoon bladsyveranderlike"
-#: strings.hrc:852
+#: sw/inc/strings.hrc:854
msgctxt "STR_INTERNETFLD"
msgid "Load URL"
msgstr "Laai URL"
-#: strings.hrc:853
+#: sw/inc/strings.hrc:855
msgctxt "STR_JUMPEDITFLD"
msgid "Placeholder"
msgstr "Plekhouer"
-#: strings.hrc:854
+#: sw/inc/strings.hrc:856
msgctxt "STR_COMBINED_CHARS"
msgid "Combine characters"
msgstr "Kombineer karakters"
-#: strings.hrc:855
+#: sw/inc/strings.hrc:857
msgctxt "STR_DROPDOWN"
msgid "Input list"
msgstr "Toevoerlys"
#. range references
-#: strings.hrc:857
+#: sw/inc/strings.hrc:859
msgctxt "STR_SETREFFLD"
msgid "Set Reference"
msgstr "Stel verwysing"
-#: strings.hrc:858
+#: sw/inc/strings.hrc:860
msgctxt "STR_GETREFFLD"
msgid "Insert Reference"
msgstr "Voeg verwysing in"
#. range database
-#: strings.hrc:860
+#: sw/inc/strings.hrc:862
msgctxt "STR_DBFLD"
msgid "Mail merge fields"
msgstr "Massapos-velde"
-#: strings.hrc:861
+#: sw/inc/strings.hrc:863
msgctxt "STR_DBNEXTSETFLD"
msgid "Next record"
msgstr "Volgende rekord"
-#: strings.hrc:862
+#: sw/inc/strings.hrc:864
msgctxt "STR_DBNUMSETFLD"
msgid "Any record"
msgstr "Enige rekord"
-#: strings.hrc:863
+#: sw/inc/strings.hrc:865
msgctxt "STR_DBSETNUMBERFLD"
msgid "Record number"
msgstr "Rekordnommer"
-#: strings.hrc:864
+#: sw/inc/strings.hrc:866
msgctxt "STR_PREVPAGEFLD"
msgid "Previous page"
msgstr "Vorige bladsy"
-#: strings.hrc:865
+#: sw/inc/strings.hrc:867
msgctxt "STR_NEXTPAGEFLD"
msgid "Next page"
msgstr "Volgende bladsy"
-#: strings.hrc:866
+#: sw/inc/strings.hrc:868
msgctxt "STR_HIDDENTXTFLD"
msgid "Hidden text"
msgstr "Versteekde teks"
#. range user fields
-#: strings.hrc:868
+#: sw/inc/strings.hrc:870
msgctxt "STR_USERFLD"
msgid "User Field"
msgstr "Gebruikerveld"
-#: strings.hrc:869
+#: sw/inc/strings.hrc:871
msgctxt "STR_POSTITFLD"
msgid "Note"
msgstr "Nota"
-#: strings.hrc:870
+#: sw/inc/strings.hrc:872
msgctxt "STR_SCRIPTFLD"
msgid "Script"
msgstr "Skrip"
-#: strings.hrc:871
+#: sw/inc/strings.hrc:873
msgctxt "STR_AUTHORITY"
msgid "Bibliography entry"
msgstr "Bibliografie-inskrywing"
-#: strings.hrc:872
+#: sw/inc/strings.hrc:874
msgctxt "STR_HIDDENPARAFLD"
msgid "Hidden Paragraph"
msgstr "Versteekde paragraaf"
#. range DocumentInfo
-#: strings.hrc:874
+#: sw/inc/strings.hrc:876
msgctxt "STR_DOCINFOFLD"
msgid "DocInformation"
msgstr "DokInligting"
@@ -4677,74 +4686,74 @@ msgstr "DokInligting"
#. --------------------------------------------------------------------
#. Description: SubCmd-Strings
#. --------------------------------------------------------------------
-#: strings.hrc:878
+#: sw/inc/strings.hrc:880
msgctxt "FLD_DATE_STD"
msgid "Date"
msgstr "Datum"
-#: strings.hrc:879
+#: sw/inc/strings.hrc:881
msgctxt "FLD_DATE_FIX"
msgid "Date (fixed)"
msgstr "Datum (vaste)"
-#: strings.hrc:880
+#: sw/inc/strings.hrc:882
msgctxt "FLD_TIME_STD"
msgid "Time"
msgstr "Tyd"
-#: strings.hrc:881
+#: sw/inc/strings.hrc:883
msgctxt "FLD_TIME_FIX"
msgid "Time (fixed)"
msgstr "Tyd (vaste)"
#. SubCmd Statistic
-#: strings.hrc:883
+#: sw/inc/strings.hrc:885
msgctxt "FLD_STAT_TABLE"
msgid "Tables"
msgstr "Tabelle"
-#: strings.hrc:884
+#: sw/inc/strings.hrc:886
msgctxt "FLD_STAT_CHAR"
msgid "Characters"
msgstr "Karakters"
-#: strings.hrc:885
+#: sw/inc/strings.hrc:887
msgctxt "FLD_STAT_WORD"
msgid "Words"
msgstr "Woorde"
-#: strings.hrc:886
+#: sw/inc/strings.hrc:888
msgctxt "FLD_STAT_PARA"
msgid "Paragraphs"
msgstr "Paragrawe"
-#: strings.hrc:887
+#: sw/inc/strings.hrc:889
msgctxt "FLD_STAT_GRF"
msgid "Image"
msgstr "Beeld"
-#: strings.hrc:888
+#: sw/inc/strings.hrc:890
msgctxt "FLD_STAT_OBJ"
msgid "Objects"
msgstr "Objekte"
-#: strings.hrc:889
+#: sw/inc/strings.hrc:891
msgctxt "FLD_STAT_PAGE"
msgid "Pages"
msgstr "Bladsye"
#. SubCmd DDETypes
-#: strings.hrc:891
+#: sw/inc/strings.hrc:893
msgctxt "FMT_DDE_HOT"
msgid "DDE automatic"
msgstr "Outomatiese DDE"
-#: strings.hrc:892
+#: sw/inc/strings.hrc:894
msgctxt "FMT_DDE_NORMAL"
msgid "DDE manual"
msgstr "Handmatige DDE"
-#: strings.hrc:893
+#: sw/inc/strings.hrc:895
msgctxt "FLD_INPUT_TEXT"
msgid "[Text]"
msgstr ""
@@ -4752,87 +4761,87 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: SubType Extuser
#. --------------------------------------------------------------------
-#: strings.hrc:898
+#: sw/inc/strings.hrc:900
msgctxt "FLD_EU_FIRMA"
msgid "Company"
msgstr "Maatskappy"
-#: strings.hrc:899
+#: sw/inc/strings.hrc:901
msgctxt "FLD_EU_VORNAME"
msgid "First Name"
msgstr "Voornaam"
-#: strings.hrc:900
+#: sw/inc/strings.hrc:902
msgctxt "FLD_EU_NAME"
msgid "Last Name"
msgstr "Van"
-#: strings.hrc:901
+#: sw/inc/strings.hrc:903
msgctxt "FLD_EU_ABK"
msgid "Initials"
msgstr "Voorletters"
-#: strings.hrc:902
+#: sw/inc/strings.hrc:904
msgctxt "FLD_EU_STRASSE"
msgid "Street"
msgstr "Straat"
-#: strings.hrc:903
+#: sw/inc/strings.hrc:905
msgctxt "FLD_EU_LAND"
msgid "Country"
msgstr "Land"
-#: strings.hrc:904
+#: sw/inc/strings.hrc:906
msgctxt "FLD_EU_PLZ"
msgid "Zip code"
msgstr "Poskode"
-#: strings.hrc:905
+#: sw/inc/strings.hrc:907
msgctxt "FLD_EU_ORT"
msgid "City"
msgstr "Stad"
-#: strings.hrc:906
+#: sw/inc/strings.hrc:908
msgctxt "FLD_EU_TITEL"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:907
+#: sw/inc/strings.hrc:909
msgctxt "FLD_EU_POS"
msgid "Position"
msgstr "Posisie"
-#: strings.hrc:908
+#: sw/inc/strings.hrc:910
msgctxt "FLD_EU_TELPRIV"
msgid "Tel. (Home)"
msgstr "Foon (Huis)"
-#: strings.hrc:909
+#: sw/inc/strings.hrc:911
msgctxt "FLD_EU_TELFIRMA"
msgid "Tel. (Work)"
msgstr "Foon (Werk)"
-#: strings.hrc:910
+#: sw/inc/strings.hrc:912
msgctxt "FLD_EU_FAX"
msgid "FAX"
msgstr "FAKS"
-#: strings.hrc:911
+#: sw/inc/strings.hrc:913
msgctxt "FLD_EU_EMAIL"
msgid "E-mail"
msgstr "E-pos"
-#: strings.hrc:912
+#: sw/inc/strings.hrc:914
msgctxt "FLD_EU_STATE"
msgid "State"
msgstr "Provinsie"
-#: strings.hrc:913
+#: sw/inc/strings.hrc:915
msgctxt "FLD_PAGEREF_OFF"
msgid "off"
msgstr "af"
-#: strings.hrc:914
+#: sw/inc/strings.hrc:916
msgctxt "FLD_PAGEREF_ON"
msgid "on"
msgstr "aan"
@@ -4841,32 +4850,32 @@ msgstr "aan"
#. Description: path name
#. --------------------------------------------------------------------
#. Format FileName
-#: strings.hrc:919
+#: sw/inc/strings.hrc:921
msgctxt "FMT_FF_NAME"
msgid "File name"
msgstr "Lêernaam"
-#: strings.hrc:920
+#: sw/inc/strings.hrc:922
msgctxt "FMT_FF_NAME_NOEXT"
msgid "File name without extension"
msgstr "Lêernaam sonder uitbreiding"
-#: strings.hrc:921
+#: sw/inc/strings.hrc:923
msgctxt "FMT_FF_PATHNAME"
msgid "Path/File name"
msgstr "Pad/lêernaam"
-#: strings.hrc:922
+#: sw/inc/strings.hrc:924
msgctxt "FMT_FF_PATH"
msgid "Path"
msgstr "Pad"
-#: strings.hrc:923
+#: sw/inc/strings.hrc:925
msgctxt "FMT_FF_UI_NAME"
msgid "Style"
msgstr "Styl"
-#: strings.hrc:924
+#: sw/inc/strings.hrc:926
msgctxt "FMT_FF_UI_RANGE"
msgid "Category"
msgstr "Kategorie"
@@ -4874,22 +4883,22 @@ msgstr "Kategorie"
#. --------------------------------------------------------------------
#. Description: format chapter
#. --------------------------------------------------------------------
-#: strings.hrc:928
+#: sw/inc/strings.hrc:930
msgctxt "FMT_CHAPTER_NAME"
msgid "Chapter name"
msgstr "Naam van hoofstuk"
-#: strings.hrc:929
+#: sw/inc/strings.hrc:931
msgctxt "FMT_CHAPTER_NO"
msgid "Chapter number"
msgstr "Hoofstuknommer"
-#: strings.hrc:930
+#: sw/inc/strings.hrc:932
msgctxt "FMT_CHAPTER_NO_NOSEPARATOR"
msgid "Chapter number without separator"
msgstr "Hoofstuknommer sonder skeisimbool"
-#: strings.hrc:931
+#: sw/inc/strings.hrc:933
msgctxt "FMT_CHAPTER_NAMENO"
msgid "Chapter number and name"
msgstr "Hoofstuknommer en -naam"
@@ -4897,47 +4906,47 @@ msgstr "Hoofstuknommer en -naam"
#. --------------------------------------------------------------------
#. Description: formats
#. --------------------------------------------------------------------
-#: strings.hrc:935
+#: sw/inc/strings.hrc:937
msgctxt "FMT_NUM_ABC"
msgid "A B C"
msgstr ""
-#: strings.hrc:936
+#: sw/inc/strings.hrc:938
msgctxt "FMT_NUM_SABC"
msgid "a b c"
msgstr ""
-#: strings.hrc:937
+#: sw/inc/strings.hrc:939
msgctxt "FMT_NUM_ABC_N"
msgid "A .. AA .. AAA"
msgstr ""
-#: strings.hrc:938
+#: sw/inc/strings.hrc:940
msgctxt "FMT_NUM_SABC_N"
msgid "a .. aa .. aaa"
msgstr ""
-#: strings.hrc:939
+#: sw/inc/strings.hrc:941
msgctxt "FMT_NUM_ROMAN"
msgid "Roman (I II III)"
msgstr "Romeinse syfers (I II III)"
-#: strings.hrc:940
+#: sw/inc/strings.hrc:942
msgctxt "FMT_NUM_SROMAN"
msgid "Roman (i ii iii)"
msgstr "Romeinse syfers (i ii iii)"
-#: strings.hrc:941
+#: sw/inc/strings.hrc:943
msgctxt "FMT_NUM_ARABIC"
msgid "Arabic (1 2 3)"
msgstr "Arabiese syfers (1 2 3)"
-#: strings.hrc:942
+#: sw/inc/strings.hrc:944
msgctxt "FMT_NUM_PAGEDESC"
msgid "As Page Style"
msgstr "As bladsystyl"
-#: strings.hrc:943
+#: sw/inc/strings.hrc:945
msgctxt "FMT_NUM_PAGESPECIAL"
msgid "Text"
msgstr "Teks"
@@ -4945,12 +4954,12 @@ msgstr "Teks"
#. --------------------------------------------------------------------
#. Description: Author
#. --------------------------------------------------------------------
-#: strings.hrc:947
+#: sw/inc/strings.hrc:949
msgctxt "FMT_AUTHOR_NAME"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:948
+#: sw/inc/strings.hrc:950
msgctxt "FMT_AUTHOR_SCUT"
msgid "Initials"
msgstr "Voorletters"
@@ -4958,42 +4967,42 @@ msgstr "Voorletters"
#. --------------------------------------------------------------------
#. Description: set variable
#. --------------------------------------------------------------------
-#: strings.hrc:952
+#: sw/inc/strings.hrc:954
msgctxt "FMT_SETVAR_SYS"
msgid "System"
msgstr "Stelsel"
-#: strings.hrc:953
+#: sw/inc/strings.hrc:955
msgctxt "FMT_SETVAR_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:954
+#: sw/inc/strings.hrc:956
msgctxt "FMT_GETVAR_NAME"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:955
+#: sw/inc/strings.hrc:957
msgctxt "FMT_GETVAR_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:956
+#: sw/inc/strings.hrc:958
msgctxt "FMT_USERVAR_CMD"
msgid "Formula"
msgstr "Formule"
-#: strings.hrc:957
+#: sw/inc/strings.hrc:959
msgctxt "FMT_USERVAR_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:958
+#: sw/inc/strings.hrc:960
msgctxt "FMT_DBFLD_DB"
msgid "Database"
msgstr "Databasis"
-#: strings.hrc:959
+#: sw/inc/strings.hrc:961
msgctxt "FMT_DBFLD_SYS"
msgid "System"
msgstr "Stelsel"
@@ -5001,17 +5010,17 @@ msgstr "Stelsel"
#. --------------------------------------------------------------------
#. Description: storage fields
#. --------------------------------------------------------------------
-#: strings.hrc:963
+#: sw/inc/strings.hrc:965
msgctxt "FMT_REG_AUTHOR"
msgid "Author"
msgstr "Outeur"
-#: strings.hrc:964
+#: sw/inc/strings.hrc:966
msgctxt "FMT_REG_TIME"
msgid "Time"
msgstr "Tyd"
-#: strings.hrc:965
+#: sw/inc/strings.hrc:967
msgctxt "FMT_REG_DATE"
msgid "Date"
msgstr "Datum"
@@ -5019,85 +5028,95 @@ msgstr "Datum"
#. --------------------------------------------------------------------
#. Description: formats references
#. --------------------------------------------------------------------
-#: strings.hrc:969
+#: sw/inc/strings.hrc:971
msgctxt "FMT_REF_TEXT"
msgid "Reference"
msgstr "Verwysing"
-#: strings.hrc:970
+#: sw/inc/strings.hrc:972
msgctxt "FMT_REF_PAGE"
msgid "Page"
msgstr "Bladsy"
-#: strings.hrc:971
+#: sw/inc/strings.hrc:973
msgctxt "FMT_REF_CHAPTER"
msgid "Chapter"
msgstr "Hoofstuk"
-#: strings.hrc:972
+#: sw/inc/strings.hrc:974
msgctxt "FMT_REF_UPDOWN"
msgid "Above/Below"
msgstr "Bo/Onder"
-#: strings.hrc:973
+#: sw/inc/strings.hrc:975
msgctxt "FMT_REF_PAGE_PGDSC"
msgid "As Page Style"
msgstr "As bladsystyl"
-#: strings.hrc:974
+#: sw/inc/strings.hrc:976
msgctxt "FMT_REF_ONLYNUMBER"
msgid "Category and Number"
msgstr "Kategorie en nommer"
-#: strings.hrc:975
+#: sw/inc/strings.hrc:977
msgctxt "FMT_REF_ONLYCAPTION"
msgid "Caption Text"
msgstr "Byskrifteks"
-#: strings.hrc:976
+#: sw/inc/strings.hrc:978
msgctxt "FMT_REF_ONLYSEQNO"
msgid "Numbering"
msgstr "Nommering"
-#: strings.hrc:977
+#: sw/inc/strings.hrc:979
msgctxt "FMT_REF_NUMBER"
msgid "Number"
msgstr "Nommer"
-#: strings.hrc:978
+#: sw/inc/strings.hrc:980
msgctxt "FMT_REF_NUMBER_NO_CONTEXT"
msgid "Number (no context)"
msgstr "Nommer (geen konteks)"
-#: strings.hrc:979
+#: sw/inc/strings.hrc:981
msgctxt "FMT_REF_NUMBER_FULL_CONTEXT"
msgid "Number (full context)"
msgstr "Nommer (volledige konteks)"
+#: sw/inc/strings.hrc:983
+msgctxt "FMT_REF_WITH_LOWERCASE_HU_ARTICLE"
+msgid "Article a/az + "
+msgstr ""
+
+#: sw/inc/strings.hrc:984
+msgctxt "FMT_REF_WITH_UPPERCASE_HU_ARTICLE"
+msgid "Article A/Az + "
+msgstr ""
+
#. --------------------------------------------------------------------
#. Description: placeholder
#. --------------------------------------------------------------------
-#: strings.hrc:983
+#: sw/inc/strings.hrc:988
msgctxt "FMT_MARK_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:984
+#: sw/inc/strings.hrc:989
msgctxt "FMT_MARK_TABLE"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:985
+#: sw/inc/strings.hrc:990
msgctxt "FMT_MARK_FRAME"
msgid "Frame"
msgstr "Raam"
-#: strings.hrc:986
+#: sw/inc/strings.hrc:991
msgctxt "FMT_MARK_GRAFIC"
msgid "Image"
msgstr "Beeld"
-#: strings.hrc:987
+#: sw/inc/strings.hrc:992
msgctxt "FMT_MARK_OLE"
msgid "Object"
msgstr "Objek"
@@ -5105,1347 +5124,1291 @@ msgstr "Objek"
#. --------------------------------------------------------------------
#. Description: ExchangeStrings for Edit/NameFT
#. --------------------------------------------------------------------
-#: strings.hrc:991
+#: sw/inc/strings.hrc:996
msgctxt "STR_COND"
msgid "~Condition"
msgstr "~Voorwaarde"
-#: strings.hrc:992
+#: sw/inc/strings.hrc:997
msgctxt "STR_TEXT"
msgid "Then, Else"
msgstr "Dan, Anders"
-#: strings.hrc:993
+#: sw/inc/strings.hrc:998
msgctxt "STR_DDE_CMD"
msgid "DDE Statement"
msgstr "DDE-verklaring"
-#: strings.hrc:994
+#: sw/inc/strings.hrc:999
msgctxt "STR_INSTEXT"
msgid "Hidden t~ext"
msgstr "Versteekde t~eks"
-#: strings.hrc:995
+#: sw/inc/strings.hrc:1000
msgctxt "STR_MACNAME"
msgid "~Macro name"
msgstr "~Makronaam"
-#: strings.hrc:996
+#: sw/inc/strings.hrc:1001
msgctxt "STR_PROMPT"
msgid "~Reference"
msgstr "~Verwysing"
-#: strings.hrc:997
+#: sw/inc/strings.hrc:1002
msgctxt "STR_COMBCHRS_FT"
msgid "Ch~aracters"
msgstr "K~arakters"
-#: strings.hrc:998
+#: sw/inc/strings.hrc:1003
msgctxt "STR_OFFSET"
msgid "O~ffset"
msgstr "S~kikking"
-#: strings.hrc:999
+#: sw/inc/strings.hrc:1004
msgctxt "STR_VALUE"
msgid "Value"
msgstr "Waarde"
-#: strings.hrc:1000
+#: sw/inc/strings.hrc:1005
msgctxt "STR_FORMULA"
msgid "Formula"
msgstr "Formule"
-#: strings.hrc:1001
+#: sw/inc/strings.hrc:1006
msgctxt "STR_CUSTOM_FIELD"
msgid "Custom"
msgstr "Doelgemaak"
-#: strings.hrc:1003
+#: sw/inc/strings.hrc:1008
msgctxt "STR_CUSTOM_LABEL"
msgid "[User]"
msgstr "[Gebruiker]"
-#: strings.hrc:1005
+#: sw/inc/strings.hrc:1010
msgctxt "STR_HDIST"
msgid "H. Pitch"
msgstr "H. Hoogte"
-#: strings.hrc:1006
+#: sw/inc/strings.hrc:1011
msgctxt "STR_VDIST"
msgid "V. Pitch"
msgstr "V. Hoogte"
-#: strings.hrc:1007
+#: sw/inc/strings.hrc:1012
msgctxt "STR_WIDTH"
msgid "Width"
msgstr "Wydte"
-#: strings.hrc:1008
+#: sw/inc/strings.hrc:1013
msgctxt "STR_HEIGHT"
msgid "Height"
msgstr "Hoogte"
-#: strings.hrc:1009
+#: sw/inc/strings.hrc:1014
msgctxt "STR_LEFT"
msgid "Left margin"
msgstr "Linkerkantlyn"
-#: strings.hrc:1010
+#: sw/inc/strings.hrc:1015
msgctxt "STR_UPPER"
msgid "Top margin"
msgstr "Bokantlyn"
-#: strings.hrc:1011
+#: sw/inc/strings.hrc:1016
msgctxt "STR_COLS"
msgid "Columns"
msgstr "Kolomme"
-#: strings.hrc:1012
+#: sw/inc/strings.hrc:1017
msgctxt "STR_ROWS"
msgid "Rows"
msgstr "Rye"
-#: strings.hrc:1014
+#: sw/inc/strings.hrc:1019
msgctxt "STR_SERVICE_UNAVAILABLE"
msgid "The following service is not available: "
msgstr ""
-#: strings.hrc:1016
+#: sw/inc/strings.hrc:1021
msgctxt "STR_WORDCOUNT_HINT"
msgid "Word and character count. Click to open Word Count dialog."
msgstr ""
-#: strings.hrc:1017
+#: sw/inc/strings.hrc:1022
msgctxt "STR_VIEWLAYOUT_ONE"
msgid "Single-page view"
msgstr ""
-#: strings.hrc:1018
+#: sw/inc/strings.hrc:1023
msgctxt "STR_VIEWLAYOUT_MULTI"
msgid "Multiple-page view"
msgstr ""
-#: strings.hrc:1019
+#: sw/inc/strings.hrc:1024
#, fuzzy
msgctxt "STR_VIEWLAYOUT_BOOK"
msgid "Book view"
msgstr "Boekvoorskou"
-#: strings.hrc:1020
+#: sw/inc/strings.hrc:1025
msgctxt "STR_BOOKCTRL_HINT"
-msgid "Page number in document. Click to open Navigator window or right-click for bookmark list."
+msgid "Page number in document. Click to open Go to Page dialog or right-click for bookmark list."
msgstr ""
-#: strings.hrc:1021
+#: sw/inc/strings.hrc:1026
msgctxt "STR_BOOKCTRL_HINT_EXTENDED"
-msgid "Page number in document (Page number on printed document). Click to open Navigator window."
+msgid "Page number in document (Page number on printed document). Click to open Go to Page dialog."
msgstr ""
-#: strings.hrc:1022
+#: sw/inc/strings.hrc:1027
msgctxt "STR_TMPLCTRL_HINT"
msgid "Page Style. Right-click to change style or click to open Style dialog."
msgstr ""
#. Strings for textual attributes.
-#: strings.hrc:1025
+#: sw/inc/strings.hrc:1030
msgctxt "STR_DROP_OVER"
msgid "Drop Caps over"
msgstr ""
-#: strings.hrc:1026
+#: sw/inc/strings.hrc:1031
msgctxt "STR_DROP_LINES"
msgid "rows"
msgstr "rye"
-#: strings.hrc:1027
+#: sw/inc/strings.hrc:1032
#, fuzzy
msgctxt "STR_NO_DROP_LINES"
msgid "No Drop Caps"
msgstr "Vallende hoofletters"
-#: strings.hrc:1028
+#: sw/inc/strings.hrc:1033
#, fuzzy
msgctxt "STR_NO_PAGEDESC"
msgid "No page break"
msgstr "bladsybreuk"
-#: strings.hrc:1029
+#: sw/inc/strings.hrc:1034
msgctxt "STR_NO_MIRROR"
msgid "Don't mirror"
msgstr ""
-#: strings.hrc:1030
+#: sw/inc/strings.hrc:1035
#, fuzzy
msgctxt "STR_VERT_MIRROR"
msgid "Flip vertically"
msgstr "Draai vertikaal"
-#: strings.hrc:1031
+#: sw/inc/strings.hrc:1036
#, fuzzy
msgctxt "STR_HORI_MIRROR"
msgid "Flip horizontal"
msgstr "Keer %1 horisontaal om"
-#: strings.hrc:1032
+#: sw/inc/strings.hrc:1037
msgctxt "STR_BOTH_MIRROR"
msgid "Horizontal and Vertical Flip"
msgstr ""
-#: strings.hrc:1033
+#: sw/inc/strings.hrc:1038
msgctxt "STR_MIRROR_TOGGLE"
msgid "+ mirror horizontal on even pages"
msgstr ""
-#: strings.hrc:1034
+#: sw/inc/strings.hrc:1039
msgctxt "STR_CHARFMT"
msgid "Character Style"
msgstr "Karakterstyl"
-#: strings.hrc:1035
+#: sw/inc/strings.hrc:1040
#, fuzzy
msgctxt "STR_NO_CHARFMT"
msgid "No Character Style"
msgstr "Karakterstyl"
-#: strings.hrc:1036
+#: sw/inc/strings.hrc:1041
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr "Voet"
-#: strings.hrc:1037
+#: sw/inc/strings.hrc:1042
#, fuzzy
msgctxt "STR_NO_FOOTER"
msgid "No footer"
msgstr "Na voet"
-#: strings.hrc:1038
+#: sw/inc/strings.hrc:1043
msgctxt "STR_HEADER"
msgid "Header"
msgstr "Kop"
-#: strings.hrc:1039
+#: sw/inc/strings.hrc:1044
#, fuzzy
msgctxt "STR_NO_HEADER"
msgid "No header"
msgstr "Na kop"
-#: strings.hrc:1040
+#: sw/inc/strings.hrc:1045
msgctxt "STR_SURROUND_IDEAL"
msgid "Optimal wrap"
msgstr ""
-#: strings.hrc:1041
+#: sw/inc/strings.hrc:1046
#, fuzzy
msgctxt "STR_SURROUND_NONE"
msgid "No wrap"
msgstr "~Geen omvou"
-#: strings.hrc:1042
+#: sw/inc/strings.hrc:1047
msgctxt "STR_SURROUND_THROUGH"
msgid "Through"
msgstr ""
-#: strings.hrc:1043
+#: sw/inc/strings.hrc:1048
#, fuzzy
msgctxt "STR_SURROUND_PARALLEL"
msgid "Parallel wrap"
msgstr "Parallelogram"
-#: strings.hrc:1044
+#: sw/inc/strings.hrc:1049
msgctxt "STR_SURROUND_LEFT"
msgid "Left wrap"
msgstr ""
-#: strings.hrc:1045
+#: sw/inc/strings.hrc:1050
msgctxt "STR_SURROUND_RIGHT"
msgid "Right wrap"
msgstr ""
-#: strings.hrc:1046
+#: sw/inc/strings.hrc:1051
msgctxt "STR_SURROUND_ANCHORONLY"
msgid "(Anchor only)"
msgstr ""
-#: strings.hrc:1047
+#: sw/inc/strings.hrc:1052
#, fuzzy
msgctxt "STR_FRM_WIDTH"
msgid "Width:"
msgstr "Wydte"
-#: strings.hrc:1048
+#: sw/inc/strings.hrc:1053
msgctxt "STR_FRM_FIXEDHEIGHT"
msgid "Fixed height:"
msgstr ""
-#: strings.hrc:1049
+#: sw/inc/strings.hrc:1054
msgctxt "STR_FRM_MINHEIGHT"
msgid "Min. height:"
msgstr ""
-#: strings.hrc:1050
+#: sw/inc/strings.hrc:1055
#, fuzzy
msgctxt "STR_FLY_AT_PARA"
msgid "to paragraph"
msgstr "paragraaf"
-#: strings.hrc:1051
+#: sw/inc/strings.hrc:1056
#, fuzzy
msgctxt "STR_FLY_AS_CHAR"
msgid "to character"
msgstr "Na karakter"
-#: strings.hrc:1052
+#: sw/inc/strings.hrc:1057
msgctxt "STR_FLY_AT_PAGE"
msgid "to page"
msgstr ""
-#: strings.hrc:1053
+#: sw/inc/strings.hrc:1058
msgctxt "STR_POS_X"
msgid "X Coordinate:"
msgstr ""
-#: strings.hrc:1054
+#: sw/inc/strings.hrc:1059
msgctxt "STR_POS_Y"
msgid "Y Coordinate:"
msgstr ""
-#: strings.hrc:1055
+#: sw/inc/strings.hrc:1060
msgctxt "STR_VERT_TOP"
msgid "at top"
msgstr ""
-#: strings.hrc:1056
+#: sw/inc/strings.hrc:1061
msgctxt "STR_VERT_CENTER"
msgid "Centered vertically"
msgstr "Vertikaal gesentreer"
-#: strings.hrc:1057
+#: sw/inc/strings.hrc:1062
#, fuzzy
msgctxt "STR_VERT_BOTTOM"
msgid "at bottom"
msgstr "Na onder"
-#: strings.hrc:1058
+#: sw/inc/strings.hrc:1063
msgctxt "STR_LINE_TOP"
msgid "Top of line"
msgstr "Bokant van lyn"
-#: strings.hrc:1059
+#: sw/inc/strings.hrc:1064
#, fuzzy
msgctxt "STR_LINE_CENTER"
msgid "Line centered"
msgstr "Links gesentreer"
-#: strings.hrc:1060
+#: sw/inc/strings.hrc:1065
msgctxt "STR_LINE_BOTTOM"
msgid "Bottom of line"
msgstr "Onderkant van lyn"
-#: strings.hrc:1061
+#: sw/inc/strings.hrc:1066
msgctxt "STR_REGISTER_ON"
msgid "Register-true"
msgstr "Register-getrou"
-#: strings.hrc:1062
+#: sw/inc/strings.hrc:1067
msgctxt "STR_REGISTER_OFF"
msgid "Not register-true"
msgstr ""
-#: strings.hrc:1063
+#: sw/inc/strings.hrc:1068
msgctxt "STR_HORI_RIGHT"
msgid "at the right"
msgstr ""
-#: strings.hrc:1064
+#: sw/inc/strings.hrc:1069
msgctxt "STR_HORI_CENTER"
msgid "Centered horizontally"
msgstr "Horisontaal gesentreer"
-#: strings.hrc:1065
+#: sw/inc/strings.hrc:1070
msgctxt "STR_HORI_LEFT"
msgid "at the left"
msgstr ""
-#: strings.hrc:1066
+#: sw/inc/strings.hrc:1071
#, fuzzy
msgctxt "STR_HORI_INSIDE"
msgid "inside"
msgstr "Binne"
-#: strings.hrc:1067
+#: sw/inc/strings.hrc:1072
#, fuzzy
msgctxt "STR_HORI_OUTSIDE"
msgid "outside"
msgstr "Buite"
-#: strings.hrc:1068
+#: sw/inc/strings.hrc:1073
#, fuzzy
msgctxt "STR_HORI_FULL"
msgid "Full width"
msgstr "Volle breedte"
-#: strings.hrc:1069
+#: sw/inc/strings.hrc:1074
msgctxt "STR_COLUMNS"
msgid "Columns"
msgstr "Kolomme"
-#: strings.hrc:1070
+#: sw/inc/strings.hrc:1075
msgctxt "STR_LINE_WIDTH"
msgid "Separator Width:"
msgstr ""
-#: strings.hrc:1071
+#: sw/inc/strings.hrc:1076
msgctxt "STR_MAX_FTN_HEIGHT"
msgid "Max. footnote area:"
msgstr ""
-#: strings.hrc:1072
+#: sw/inc/strings.hrc:1077
msgctxt "STR_EDIT_IN_READONLY"
msgid "Editable in read-only document"
msgstr ""
-#: strings.hrc:1073
+#: sw/inc/strings.hrc:1078
msgctxt "STR_LAYOUT_SPLIT"
msgid "Split"
msgstr "Verdeel"
-#: strings.hrc:1074
+#: sw/inc/strings.hrc:1079
msgctxt "STR_NUMRULE_ON"
msgid "Numbering"
msgstr "Nommering"
-#: strings.hrc:1075
+#: sw/inc/strings.hrc:1080
#, fuzzy
msgctxt "STR_NUMRULE_OFF"
msgid "no numbering"
msgstr "~Vertoon nommering"
-#: strings.hrc:1076
+#: sw/inc/strings.hrc:1081
msgctxt "STR_CONNECT1"
msgid "linked to "
msgstr ""
-#: strings.hrc:1077
+#: sw/inc/strings.hrc:1082
#, fuzzy
msgctxt "STR_CONNECT2"
msgid "and "
msgstr "en"
-#: strings.hrc:1078
+#: sw/inc/strings.hrc:1083
msgctxt "STR_LINECOUNT"
msgid "Count lines"
msgstr ""
-#: strings.hrc:1079
+#: sw/inc/strings.hrc:1084
msgctxt "STR_DONTLINECOUNT"
msgid "don't count lines"
msgstr ""
-#: strings.hrc:1080
+#: sw/inc/strings.hrc:1085
msgctxt "STR_LINCOUNT_START"
msgid "restart line count with: "
msgstr ""
-#: strings.hrc:1081
+#: sw/inc/strings.hrc:1086
#, fuzzy
msgctxt "STR_LUMINANCE"
msgid "Brightness: "
msgstr "Helderheid"
-#: strings.hrc:1082
+#: sw/inc/strings.hrc:1087
#, fuzzy
msgctxt "STR_CHANNELR"
msgid "Red: "
msgstr "Herdoen "
-#: strings.hrc:1083
+#: sw/inc/strings.hrc:1088
msgctxt "STR_CHANNELG"
msgid "Green: "
msgstr ""
-#: strings.hrc:1084
+#: sw/inc/strings.hrc:1089
msgctxt "STR_CHANNELB"
msgid "Blue: "
msgstr ""
-#: strings.hrc:1085
+#: sw/inc/strings.hrc:1090
#, fuzzy
msgctxt "STR_CONTRAST"
msgid "Contrast: "
msgstr "Kontras"
-#: strings.hrc:1086
+#: sw/inc/strings.hrc:1091
msgctxt "STR_GAMMA"
msgid "Gamma: "
msgstr ""
-#: strings.hrc:1087
+#: sw/inc/strings.hrc:1092
#, fuzzy
msgctxt "STR_TRANSPARENCY"
msgid "Transparency: "
msgstr "Deursigtigheid"
-#: strings.hrc:1088
+#: sw/inc/strings.hrc:1093
msgctxt "STR_INVERT"
msgid "Invert"
msgstr "Negatief"
-#: strings.hrc:1089
+#: sw/inc/strings.hrc:1094
msgctxt "STR_INVERT_NOT"
msgid "do not invert"
msgstr ""
-#: strings.hrc:1090
+#: sw/inc/strings.hrc:1095
#, fuzzy
msgctxt "STR_DRAWMODE"
msgid "Graphics mode: "
msgstr "Grafikamodus"
-#: strings.hrc:1091
+#: sw/inc/strings.hrc:1096
msgctxt "STR_DRAWMODE_STD"
msgid "Standard"
msgstr "Standaard"
-#: strings.hrc:1092
+#: sw/inc/strings.hrc:1097
#, fuzzy
msgctxt "STR_DRAWMODE_GREY"
msgid "Grayscales"
msgstr "Grysskaal"
-#: strings.hrc:1093
+#: sw/inc/strings.hrc:1098
#, fuzzy
msgctxt "STR_DRAWMODE_BLACKWHITE"
msgid "Black & White"
msgstr "Swart-en-wit"
-#: strings.hrc:1094
+#: sw/inc/strings.hrc:1099
msgctxt "STR_DRAWMODE_WATERMARK"
msgid "Watermark"
msgstr "Watermerk"
-#: strings.hrc:1095
+#: sw/inc/strings.hrc:1100
#, fuzzy
msgctxt "STR_ROTATION"
msgid "Rotation"
msgstr "Aanhaling"
-#: strings.hrc:1096
+#: sw/inc/strings.hrc:1101
msgctxt "STR_GRID_NONE"
msgid "No grid"
msgstr ""
-#: strings.hrc:1097
+#: sw/inc/strings.hrc:1102
msgctxt "STR_GRID_LINES_ONLY"
msgid "Grid (lines only)"
msgstr ""
-#: strings.hrc:1098
+#: sw/inc/strings.hrc:1103
msgctxt "STR_GRID_LINES_CHARS"
msgid "Grid (lines and characters)"
msgstr ""
-#: strings.hrc:1099
+#: sw/inc/strings.hrc:1104
msgctxt "STR_FOLLOW_TEXT_FLOW"
msgid "Follow text flow"
msgstr ""
-#: strings.hrc:1100
+#: sw/inc/strings.hrc:1105
msgctxt "STR_DONT_FOLLOW_TEXT_FLOW"
msgid "Do not follow text flow"
msgstr ""
-#: strings.hrc:1101
+#: sw/inc/strings.hrc:1106
msgctxt "STR_CONNECT_BORDER_ON"
msgid "Merge borders"
msgstr ""
-#: strings.hrc:1102
+#: sw/inc/strings.hrc:1107
msgctxt "STR_CONNECT_BORDER_OFF"
msgid "Do not merge borders"
msgstr ""
-#: strings.hrc:1104
+#: sw/inc/strings.hrc:1109
msgctxt "ST_TBL"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:1105
+#: sw/inc/strings.hrc:1110
msgctxt "ST_FRM"
msgid "Text Frame"
msgstr "Teksraam"
-#: strings.hrc:1106
+#: sw/inc/strings.hrc:1111
msgctxt "ST_PGE"
msgid "Page"
msgstr "Bladsy"
-#: strings.hrc:1107
+#: sw/inc/strings.hrc:1112
msgctxt "ST_DRW"
msgid "Drawing"
msgstr "Tekening"
-#: strings.hrc:1108
+#: sw/inc/strings.hrc:1113
msgctxt "ST_CTRL"
msgid "Control"
msgstr "Beheer"
-#: strings.hrc:1109
+#: sw/inc/strings.hrc:1114
msgctxt "ST_REG"
msgid "Section"
msgstr "Seksie"
-#: strings.hrc:1110
+#: sw/inc/strings.hrc:1115
msgctxt "ST_BKM"
msgid "Bookmark"
msgstr "Boekmerk"
-#: strings.hrc:1111
+#: sw/inc/strings.hrc:1116
msgctxt "ST_GRF"
msgid "Graphics"
msgstr "Grafika"
-#: strings.hrc:1112
+#: sw/inc/strings.hrc:1117
msgctxt "ST_OLE"
msgid "OLE object"
msgstr "OLE-objek"
-#: strings.hrc:1113
+#: sw/inc/strings.hrc:1118
msgctxt "ST_OUTL"
msgid "Headings"
msgstr "Opskrifte"
-#: strings.hrc:1114
+#: sw/inc/strings.hrc:1119
msgctxt "ST_SEL"
msgid "Selection"
msgstr "Seleksie"
-#: strings.hrc:1115
+#: sw/inc/strings.hrc:1120
msgctxt "ST_FTN"
msgid "Footnote"
msgstr "Voetnoot"
-#: strings.hrc:1116
+#: sw/inc/strings.hrc:1121
msgctxt "ST_MARK"
msgid "Reminder"
msgstr ""
-#: strings.hrc:1117
+#: sw/inc/strings.hrc:1122
msgctxt "ST_POSTIT"
msgid "Comment"
msgstr "Opmerking"
-#: strings.hrc:1118
+#: sw/inc/strings.hrc:1123
#, fuzzy
msgctxt "ST_SRCH_REP"
msgid "Repeat search"
msgstr "Herhaal soektog"
-#: strings.hrc:1119
+#: sw/inc/strings.hrc:1124
msgctxt "ST_INDEX_ENTRY"
msgid "Index entry"
msgstr ""
-#: strings.hrc:1120
+#: sw/inc/strings.hrc:1125
msgctxt "ST_TABLE_FORMULA"
msgid "Table formula"
msgstr ""
-#: strings.hrc:1121
+#: sw/inc/strings.hrc:1126
msgctxt "ST_TABLE_FORMULA_ERROR"
msgid "Wrong table formula"
msgstr ""
#. Strings for the quickhelp of the View-PgUp/Down-Buttons
-#: strings.hrc:1123
+#: sw/inc/strings.hrc:1128
msgctxt "STR_IMGBTN_TBL_DOWN"
msgid "Next table"
msgstr ""
-#: strings.hrc:1124
+#: sw/inc/strings.hrc:1129
#, fuzzy
msgctxt "STR_IMGBTN_FRM_DOWN"
msgid "Next text frame"
msgstr "Voeg teksraam in"
-#: strings.hrc:1125
+#: sw/inc/strings.hrc:1130
msgctxt "STR_IMGBTN_PGE_DOWN"
msgid "Next page"
msgstr "Volgende bladsy"
-#: strings.hrc:1126
+#: sw/inc/strings.hrc:1131
#, fuzzy
msgctxt "STR_IMGBTN_DRW_DOWN"
msgid "Next drawing"
msgstr "~Geen opskrif"
-#: strings.hrc:1127
+#: sw/inc/strings.hrc:1132
msgctxt "STR_IMGBTN_CTRL_DOWN"
msgid "Next control"
msgstr ""
-#: strings.hrc:1128
+#: sw/inc/strings.hrc:1133
msgctxt "STR_IMGBTN_REG_DOWN"
msgid "Next section"
msgstr ""
-#: strings.hrc:1129
+#: sw/inc/strings.hrc:1134
#, fuzzy
msgctxt "STR_IMGBTN_BKM_DOWN"
msgid "Next bookmark"
msgstr "Na volgende boekmerk"
-#: strings.hrc:1130
+#: sw/inc/strings.hrc:1135
msgctxt "STR_IMGBTN_GRF_DOWN"
msgid "Next graphic"
msgstr ""
-#: strings.hrc:1131
+#: sw/inc/strings.hrc:1136
msgctxt "STR_IMGBTN_OLE_DOWN"
msgid "Next OLE object"
msgstr ""
-#: strings.hrc:1132
+#: sw/inc/strings.hrc:1137
#, fuzzy
msgctxt "STR_IMGBTN_OUTL_DOWN"
msgid "Next heading"
msgstr "~Geen opskrif"
-#: strings.hrc:1133
+#: sw/inc/strings.hrc:1138
msgctxt "STR_IMGBTN_SEL_DOWN"
msgid "Next selection"
msgstr ""
-#: strings.hrc:1134
+#: sw/inc/strings.hrc:1139
#, fuzzy
msgctxt "STR_IMGBTN_FTN_DOWN"
msgid "Next footnote"
msgstr "Na volgende voetnota"
-#: strings.hrc:1135
+#: sw/inc/strings.hrc:1140
msgctxt "STR_IMGBTN_MARK_DOWN"
msgid "Next Reminder"
msgstr ""
-#: strings.hrc:1136
+#: sw/inc/strings.hrc:1141
msgctxt "STR_IMGBTN_POSTIT_DOWN"
msgid "Next Comment"
msgstr "Volgende opmerking"
-#: strings.hrc:1137
+#: sw/inc/strings.hrc:1142
msgctxt "STR_IMGBTN_SRCH_REP_DOWN"
msgid "Continue search forward"
msgstr ""
-#: strings.hrc:1138
+#: sw/inc/strings.hrc:1143
#, fuzzy
msgctxt "STR_IMGBTN_INDEX_ENTRY_DOWN"
msgid "Next index entry"
msgstr "Voeg indeksinskrywying in"
-#: strings.hrc:1139
+#: sw/inc/strings.hrc:1144
#, fuzzy
msgctxt "STR_IMGBTN_TBL_UP"
msgid "Previous table"
msgstr "Vorige bladsy"
-#: strings.hrc:1140
+#: sw/inc/strings.hrc:1145
msgctxt "STR_IMGBTN_FRM_UP"
msgid "Previous text frame"
msgstr ""
-#: strings.hrc:1141
+#: sw/inc/strings.hrc:1146
msgctxt "STR_IMGBTN_PGE_UP"
msgid "Previous page"
msgstr "Vorige bladsy"
-#: strings.hrc:1142
+#: sw/inc/strings.hrc:1147
msgctxt "STR_IMGBTN_DRW_UP"
msgid "Previous drawing"
msgstr ""
-#: strings.hrc:1143
+#: sw/inc/strings.hrc:1148
msgctxt "STR_IMGBTN_CTRL_UP"
msgid "Previous control"
msgstr ""
-#: strings.hrc:1144
+#: sw/inc/strings.hrc:1149
#, fuzzy
msgctxt "STR_IMGBTN_REG_UP"
msgid "Previous section"
msgstr "Na vorige afdeling"
-#: strings.hrc:1145
+#: sw/inc/strings.hrc:1150
#, fuzzy
msgctxt "STR_IMGBTN_BKM_UP"
msgid "Previous bookmark"
msgstr "Na vorige boekmerk"
-#: strings.hrc:1146
+#: sw/inc/strings.hrc:1151
msgctxt "STR_IMGBTN_GRF_UP"
msgid "Previous graphic"
msgstr ""
-#: strings.hrc:1147
+#: sw/inc/strings.hrc:1152
msgctxt "STR_IMGBTN_OLE_UP"
msgid "Previous OLE object"
msgstr ""
-#: strings.hrc:1148
+#: sw/inc/strings.hrc:1153
msgctxt "STR_IMGBTN_OUTL_UP"
msgid "Previous heading"
msgstr ""
-#: strings.hrc:1149
+#: sw/inc/strings.hrc:1154
msgctxt "STR_IMGBTN_SEL_UP"
msgid "Previous selection"
msgstr ""
-#: strings.hrc:1150
+#: sw/inc/strings.hrc:1155
#, fuzzy
msgctxt "STR_IMGBTN_FTN_UP"
msgid "Previous footnote"
msgstr "Na vorige voetnota"
-#: strings.hrc:1151
+#: sw/inc/strings.hrc:1156
msgctxt "STR_IMGBTN_MARK_UP"
msgid "Previous Reminder"
msgstr ""
-#: strings.hrc:1152
+#: sw/inc/strings.hrc:1157
msgctxt "STR_IMGBTN_POSTIT_UP"
msgid "Previous Comment"
msgstr "Vorige opmerking"
-#: strings.hrc:1153
+#: sw/inc/strings.hrc:1158
msgctxt "STR_IMGBTN_SRCH_REP_UP"
msgid "Continue search backwards"
msgstr ""
-#: strings.hrc:1154
+#: sw/inc/strings.hrc:1159
msgctxt "STR_IMGBTN_INDEX_ENTRY_UP"
msgid "Previous index entry"
msgstr ""
-#: strings.hrc:1155
+#: sw/inc/strings.hrc:1160
#, fuzzy
msgctxt "STR_IMGBTN_TBLFML_UP"
msgid "Previous table formula"
msgstr "Gaan na vorige tabelformule"
-#: strings.hrc:1156
+#: sw/inc/strings.hrc:1161
msgctxt "STR_IMGBTN_TBLFML_DOWN"
msgid "Next table formula"
msgstr ""
-#: strings.hrc:1157
+#: sw/inc/strings.hrc:1162
#, fuzzy
msgctxt "STR_IMGBTN_TBLFML_ERR_UP"
msgid "Previous faulty table formula"
msgstr "Gaan na vorige foutiewe tabelformule"
-#: strings.hrc:1158
+#: sw/inc/strings.hrc:1163
#, fuzzy
msgctxt "STR_IMGBTN_TBLFML_ERR_DOWN"
msgid "Next faulty table formula"
msgstr "Gaan na volgende foutiewe tabelformule"
-#: strings.hrc:1160
+#: sw/inc/strings.hrc:1165
#, fuzzy
msgctxt "STR_REDLINE_INSERT"
msgid "Inserted"
msgstr "Voeg in"
-#: strings.hrc:1161
+#: sw/inc/strings.hrc:1166
#, fuzzy
msgctxt "STR_REDLINE_DELETE"
msgid "Deleted"
msgstr "Skrap"
-#: strings.hrc:1162
+#: sw/inc/strings.hrc:1167
msgctxt "STR_REDLINE_FORMAT"
msgid "Formatted"
msgstr ""
-#: strings.hrc:1163
+#: sw/inc/strings.hrc:1168
#, fuzzy
msgctxt "STR_REDLINE_TABLE"
msgid "Table changed"
msgstr "Tabelveranderinge"
-#: strings.hrc:1164
+#: sw/inc/strings.hrc:1169
msgctxt "STR_REDLINE_FMTCOLL"
msgid "Applied Paragraph Styles"
msgstr "Toegepaste paragraafstyle"
-#: strings.hrc:1165
+#: sw/inc/strings.hrc:1170
msgctxt "STR_REDLINE_PARAGRAPH_FORMAT"
msgid "Paragraph formatting changed"
msgstr ""
-#: strings.hrc:1166
+#: sw/inc/strings.hrc:1171
msgctxt "STR_REDLINE_TABLE_ROW_INSERT"
msgid "Row Inserted"
msgstr ""
-#: strings.hrc:1167
+#: sw/inc/strings.hrc:1172
msgctxt "STR_REDLINE_TABLE_ROW_DELETE"
msgid "Row Deleted"
msgstr ""
-#: strings.hrc:1168
+#: sw/inc/strings.hrc:1173
msgctxt "STR_REDLINE_TABLE_CELL_INSERT"
msgid "Cell Inserted"
msgstr ""
-#: strings.hrc:1169
+#: sw/inc/strings.hrc:1174
msgctxt "STR_REDLINE_TABLE_CELL_DELETE"
msgid "Cell Deleted"
msgstr ""
-#: strings.hrc:1170
+#: sw/inc/strings.hrc:1175
#, fuzzy
msgctxt "STR_ENDNOTE"
msgid "Endnote: "
msgstr "Eindnoot"
-#: strings.hrc:1171
+#: sw/inc/strings.hrc:1176
#, fuzzy
msgctxt "STR_FTNNOTE"
msgid "Footnote: "
msgstr "Voetnoot"
-#: strings.hrc:1172
-msgctxt "STR_TABLE_COL_ADJUST"
-msgid "Adjust table column"
-msgstr ""
-
-#: strings.hrc:1173
-msgctxt "STR_TABLE_ROW_ADJUST"
-msgid "Adjust table row"
-msgstr ""
-
-#: strings.hrc:1174
-msgctxt "STR_TABLE_SELECT_ALL"
-msgid "Select whole table"
-msgstr ""
-
-#: strings.hrc:1175
-msgctxt "STR_TABLE_SELECT_ROW"
-msgid "Select table row"
-msgstr ""
-
-#: strings.hrc:1176
-msgctxt "STR_TABLE_SELECT_COL"
-msgid "Select table column"
-msgstr ""
-
-#: strings.hrc:1177
+#: sw/inc/strings.hrc:1177
#, c-format
msgctxt "STR_SMARTTAG_CLICK"
msgid "%s-click to open Smart Tag menu"
msgstr ""
-#: strings.hrc:1178
+#: sw/inc/strings.hrc:1178
msgctxt "STR_HEADER_TITLE"
msgid "Header (%1)"
msgstr ""
-#: strings.hrc:1179
+#: sw/inc/strings.hrc:1179
msgctxt "STR_FIRST_HEADER_TITLE"
msgid "First Page Header (%1)"
msgstr ""
-#: strings.hrc:1180
+#: sw/inc/strings.hrc:1180
msgctxt "STR_LEFT_HEADER_TITLE"
msgid "Left Page Header (%1)"
msgstr ""
-#: strings.hrc:1181
+#: sw/inc/strings.hrc:1181
msgctxt "STR_RIGHT_HEADER_TITLE"
msgid "Right Page Header (%1)"
msgstr ""
-#: strings.hrc:1182
+#: sw/inc/strings.hrc:1182
msgctxt "STR_FOOTER_TITLE"
msgid "Footer (%1)"
msgstr ""
-#: strings.hrc:1183
+#: sw/inc/strings.hrc:1183
msgctxt "STR_FIRST_FOOTER_TITLE"
msgid "First Page Footer (%1)"
msgstr ""
-#: strings.hrc:1184
+#: sw/inc/strings.hrc:1184
msgctxt "STR_LEFT_FOOTER_TITLE"
msgid "Left Page Footer (%1)"
msgstr ""
-#: strings.hrc:1185
+#: sw/inc/strings.hrc:1185
msgctxt "STR_RIGHT_FOOTER_TITLE"
msgid "Right Page Footer (%1)"
msgstr ""
-#: strings.hrc:1186
+#: sw/inc/strings.hrc:1186
msgctxt "STR_DELETE_HEADER"
msgid "Delete Header..."
msgstr ""
-#: strings.hrc:1187
+#: sw/inc/strings.hrc:1187
#, fuzzy
msgctxt "STR_FORMAT_HEADER"
msgid "Format Header..."
msgstr "Formateer ~bladsy..."
-#: strings.hrc:1188
+#: sw/inc/strings.hrc:1188
msgctxt "STR_DELETE_FOOTER"
msgid "Delete Footer..."
msgstr ""
-#: strings.hrc:1189
+#: sw/inc/strings.hrc:1189
#, fuzzy
msgctxt "STR_FORMAT_FOOTER"
msgid "Format Footer..."
msgstr "Formateer vloer..."
-#: strings.hrc:1191
+#: sw/inc/strings.hrc:1191
#, fuzzy
msgctxt "STR_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "Hierdie lêer kan nie oopgemaak word nie"
-#: strings.hrc:1192
+#: sw/inc/strings.hrc:1192
msgctxt "STR_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr ""
-#: strings.hrc:1193
+#: sw/inc/strings.hrc:1193
msgctxt "STR_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr ""
-#: strings.hrc:1194
+#: sw/inc/strings.hrc:1194
msgctxt "STR_GRFILTER_VERSIONERROR"
msgid "This image file version is not supported"
msgstr ""
-#: strings.hrc:1195
+#: sw/inc/strings.hrc:1195
msgctxt "STR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr ""
-#: strings.hrc:1196
+#: sw/inc/strings.hrc:1196
msgctxt "STR_GRFILTER_TOOBIG"
msgid "Not enough memory to insert the image."
msgstr ""
-#: strings.hrc:1197
+#: sw/inc/strings.hrc:1197
#, fuzzy
msgctxt "STR_INSERT_GRAPHIC"
msgid "Insert Image"
msgstr "Voeg raam in"
-#: strings.hrc:1198
+#: sw/inc/strings.hrc:1198
msgctxt "STR_REDLINE_COMMENT"
msgid "Comment: "
msgstr "Opmerking: "
-#: strings.hrc:1199
+#: sw/inc/strings.hrc:1199
msgctxt "STR_REDLINE_INSERTED"
msgid "Insertion"
msgstr "Invoeging"
-#: strings.hrc:1200
+#: sw/inc/strings.hrc:1200
msgctxt "STR_REDLINE_DELETED"
msgid "Deletion"
msgstr "Skrapping"
-#: strings.hrc:1201
+#: sw/inc/strings.hrc:1201
msgctxt "STR_REDLINE_AUTOFMT"
msgid "AutoCorrect"
msgstr "OutoKorrigeer"
-#: strings.hrc:1202
+#: sw/inc/strings.hrc:1202
msgctxt "STR_REDLINE_FORMATED"
msgid "Formats"
msgstr "Formate"
-#: strings.hrc:1203
+#: sw/inc/strings.hrc:1203
msgctxt "STR_REDLINE_TABLECHG"
msgid "Table Changes"
msgstr "Tabelveranderinge"
-#: strings.hrc:1204
+#: sw/inc/strings.hrc:1204
msgctxt "STR_REDLINE_FMTCOLLSET"
msgid "Applied Paragraph Styles"
msgstr "Toegepaste paragraafstyle"
-#: strings.hrc:1205
-msgctxt "STR_REDLINE_TITLE"
-msgid "AutoCorrect"
-msgstr "OutoKorrigeer"
-
-#: strings.hrc:1206
-msgctxt "STR_REDLINE_MSG"
-msgid ""
-"AutoCorrect completed.\n"
-"You can accept or reject all changes,\n"
-"or accept or reject particular changes."
-msgstr ""
-"OutoKorrigeer klaar.\n"
-"U kan alle veranderinge aanvaar of verwerp, \n"
-"of sekere veranderinge aanvaar of verwerp."
-
-#: strings.hrc:1207
-msgctxt "STR_REDLINE_ACCEPT_ALL"
-msgid "Accept All"
-msgstr "Aanvaar alles"
-
-#: strings.hrc:1208
-msgctxt "STR_REDLINE_REJECT_ALL"
-msgid "Reject All"
-msgstr "Verwerp alles"
-
-#: strings.hrc:1209
-msgctxt "STR_REDLINE_EDIT"
-msgid "Edit Changes"
-msgstr "Redigeer veranderinge"
-
-#: strings.hrc:1210
+#: sw/inc/strings.hrc:1205
msgctxt "STR_PAGE"
msgid "Page "
msgstr "Bladsy "
-#: strings.hrc:1211
+#: sw/inc/strings.hrc:1206
msgctxt "STR_PAGE_COUNT"
msgid "Page %1 of %2"
msgstr ""
-#: strings.hrc:1212
+#: sw/inc/strings.hrc:1207
msgctxt "STR_PAGE_COUNT_CUSTOM"
msgid "Page %1 of %2 (Page %3)"
msgstr ""
#. Strings for gallery/background
-#: strings.hrc:1214
+#: sw/inc/strings.hrc:1209
msgctxt "STR_SWBG_PARAGRAPH"
msgid "Paragraph"
msgstr "Paragraaf"
-#: strings.hrc:1215
+#: sw/inc/strings.hrc:1210
msgctxt "STR_SWBG_GRAPHIC"
msgid "Image"
msgstr "Beeld"
-#: strings.hrc:1216
+#: sw/inc/strings.hrc:1211
msgctxt "STR_SWBG_OLE"
msgid "OLE object"
msgstr "OLE-objek"
-#: strings.hrc:1217
+#: sw/inc/strings.hrc:1212
msgctxt "STR_SWBG_FRAME"
msgid "Frame"
msgstr "Raam"
-#: strings.hrc:1218
+#: sw/inc/strings.hrc:1213
msgctxt "STR_SWBG_TABLE"
msgid "Table"
msgstr "Tabel"
-#: strings.hrc:1219
+#: sw/inc/strings.hrc:1214
msgctxt "STR_SWBG_TABLE_ROW"
msgid "Table row"
msgstr "Tabelry"
-#: strings.hrc:1220
+#: sw/inc/strings.hrc:1215
msgctxt "STR_SWBG_TABLE_CELL"
msgid "Table cell"
msgstr "Tabelsel"
-#: strings.hrc:1221
+#: sw/inc/strings.hrc:1216
msgctxt "STR_SWBG_PAGE"
msgid "Page"
msgstr "Bladsy"
-#: strings.hrc:1222
+#: sw/inc/strings.hrc:1217
msgctxt "STR_SWBG_HEADER"
msgid "Header"
msgstr "Kop"
-#: strings.hrc:1223
+#: sw/inc/strings.hrc:1218
msgctxt "STR_SWBG_FOOTER"
msgid "Footer"
msgstr "Voet"
#. End: strings for gallery/background
-#: strings.hrc:1226
+#: sw/inc/strings.hrc:1221
msgctxt "STR_HUMAN_SWWEBDOC_NAME"
msgid "HTML"
msgstr "HTML"
-#: strings.hrc:1227
+#: sw/inc/strings.hrc:1222
msgctxt "STR_WRITER_WEBDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION HTML Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION-HTML-dokument"
-#: strings.hrc:1229
+#: sw/inc/strings.hrc:1224
msgctxt "STR_TITLE"
msgid "Title"
msgstr "Titel"
-#: strings.hrc:1230
+#: sw/inc/strings.hrc:1225
msgctxt "STR_ALPHA"
msgid "Separator"
msgstr "Skeier"
-#: strings.hrc:1231
+#: sw/inc/strings.hrc:1226
msgctxt "STR_LEVEL"
msgid "Level "
msgstr "Vlak "
-#: strings.hrc:1232
+#: sw/inc/strings.hrc:1227
msgctxt "STR_FILE_NOT_FOUND"
msgid "The file, \"%1\" in the \"%2\" path could not be found."
msgstr "Die lêer \"%1\" in die \"%2\" pad kon nie gevind word nie."
-#: strings.hrc:1233
+#: sw/inc/strings.hrc:1228
#, fuzzy
msgctxt "STR_USER_DEFINED_INDEX"
msgid "User-Defined Index"
msgstr "Nuwe gebruiker-bepaalde indeks"
-#: strings.hrc:1234
+#: sw/inc/strings.hrc:1229
#, fuzzy
msgctxt "STR_NOSORTKEY"
msgid "<None>"
msgstr "<geen>"
-#: strings.hrc:1235
+#: sw/inc/strings.hrc:1230
#, fuzzy
msgctxt "STR_NO_CHAR_STYLE"
msgid "<None>"
msgstr "<geen>"
-#: strings.hrc:1236
+#: sw/inc/strings.hrc:1231
msgctxt "STR_DELIM"
msgid "S"
msgstr ""
-#: strings.hrc:1237
+#: sw/inc/strings.hrc:1232
msgctxt "STR_TOKEN_ENTRY_NO"
msgid "E#"
msgstr ""
-#: strings.hrc:1238
+#: sw/inc/strings.hrc:1233
msgctxt "STR_TOKEN_ENTRY"
msgid "E"
msgstr ""
-#: strings.hrc:1239
+#: sw/inc/strings.hrc:1234
msgctxt "STR_TOKEN_TAB_STOP"
msgid "T"
msgstr ""
-#: strings.hrc:1240
+#: sw/inc/strings.hrc:1235
msgctxt "STR_TOKEN_PAGE_NUMS"
msgid "#"
msgstr ""
-#: strings.hrc:1241
+#: sw/inc/strings.hrc:1236
msgctxt "STR_TOKEN_CHAPTER_INFO"
msgid "CI"
msgstr ""
-#: strings.hrc:1242
+#: sw/inc/strings.hrc:1237
msgctxt "STR_TOKEN_LINK_START"
msgid "LS"
msgstr ""
-#: strings.hrc:1243
+#: sw/inc/strings.hrc:1238
msgctxt "STR_TOKEN_LINK_END"
msgid "LE"
msgstr ""
-#: strings.hrc:1244
+#: sw/inc/strings.hrc:1239
msgctxt "STR_TOKEN_AUTHORITY"
msgid "A"
msgstr ""
-#: strings.hrc:1245
+#: sw/inc/strings.hrc:1240
msgctxt "STR_TOKEN_HELP_ENTRY_NO"
msgid "Chapter number"
msgstr "Hoofstuknommer"
-#: strings.hrc:1246
+#: sw/inc/strings.hrc:1241
#, fuzzy
msgctxt "STR_TOKEN_HELP_ENTRY"
msgid "Entry"
msgstr "Inskrywing"
-#: strings.hrc:1247
+#: sw/inc/strings.hrc:1242
#, fuzzy
msgctxt "STR_TOKEN_HELP_TAB_STOP"
msgid "Tab stop"
msgstr "Keepstoppe"
-#: strings.hrc:1248
+#: sw/inc/strings.hrc:1243
msgctxt "STR_TOKEN_HELP_TEXT"
msgid "Text"
msgstr "Teks"
-#: strings.hrc:1249
+#: sw/inc/strings.hrc:1244
#, fuzzy
msgctxt "STR_TOKEN_HELP_PAGE_NUMS"
msgid "Page number"
msgstr "Bladsynommers"
-#: strings.hrc:1250
+#: sw/inc/strings.hrc:1245
msgctxt "STR_TOKEN_HELP_CHAPTER_INFO"
msgid "Chapter info"
msgstr ""
-#: strings.hrc:1251
+#: sw/inc/strings.hrc:1246
msgctxt "STR_TOKEN_HELP_LINK_START"
msgid "Hyperlink start"
msgstr ""
-#: strings.hrc:1252
+#: sw/inc/strings.hrc:1247
msgctxt "STR_TOKEN_HELP_LINK_END"
msgid "Hyperlink end"
msgstr ""
-#: strings.hrc:1253
+#: sw/inc/strings.hrc:1248
#, fuzzy
msgctxt "STR_TOKEN_HELP_AUTHORITY"
msgid "Bibliography entry: "
msgstr "Bibliografie-inskrywing"
-#: strings.hrc:1254
+#: sw/inc/strings.hrc:1249
#, fuzzy
msgctxt "STR_CHARSTYLE"
msgid "Character Style: "
msgstr "Karakterstyl"
-#: strings.hrc:1255
+#: sw/inc/strings.hrc:1250
msgctxt "STR_STRUCTURE"
msgid "Structure text"
msgstr ""
-#: strings.hrc:1256
+#: sw/inc/strings.hrc:1251
msgctxt "STR_ADDITIONAL_ACCNAME_STRING1"
msgid "Press Ctrl+Alt+A to move focus for more operations"
msgstr ""
-#: strings.hrc:1257
+#: sw/inc/strings.hrc:1252
msgctxt "STR_ADDITIONAL_ACCNAME_STRING2"
msgid "Press left or right arrow to choose the structure controls"
msgstr ""
-#: strings.hrc:1258
+#: sw/inc/strings.hrc:1253
msgctxt "STR_ADDITIONAL_ACCNAME_STRING3"
msgid "Press Ctrl+Alt+B to move focus back to the current structure control"
msgstr ""
-#: strings.hrc:1259
+#: sw/inc/strings.hrc:1254
msgctxt "STR_AUTOMARK_TYPE"
msgid "Selection file for the alphabetical index (*.sdi)"
msgstr ""
@@ -6453,260 +6416,245 @@ msgstr ""
#. -----------------------------------------------------------------------
#. Description: character alignment for frmsh.cxx - context menu
#. -----------------------------------------------------------------------
-#: strings.hrc:1264
+#: sw/inc/strings.hrc:1259
msgctxt "STR_FRMUI_TOP_BASE"
msgid "Base line at ~top"
msgstr "Basislyn ~bo"
-#: strings.hrc:1265
+#: sw/inc/strings.hrc:1260
msgctxt "STR_FRMUI_BOTTOM_BASE"
msgid "~Base line at bottom"
msgstr "~Basislyn onder"
-#: strings.hrc:1266
+#: sw/inc/strings.hrc:1261
msgctxt "STR_FRMUI_CENTER_BASE"
msgid "Base line ~centered"
msgstr "~Gesentreerde Basislyne"
-#: strings.hrc:1267
-msgctxt "STR_FRMUI_LINE_TOP"
-msgid "Top of line"
-msgstr "Bokant van lyn"
-
-#: strings.hrc:1268
-msgctxt "STR_FRMUI_LINE_BOTTOM"
-msgid "Bottom of line"
-msgstr "Onderkant van lyn"
-
-#: strings.hrc:1269
-msgctxt "STR_FRMUI_LINE_CENTER"
-msgid "Center of line"
-msgstr "Middel van reël"
-
-#: strings.hrc:1270
+#: sw/inc/strings.hrc:1262
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert object"
msgstr "Voeg objek in"
-#: strings.hrc:1271
+#: sw/inc/strings.hrc:1263
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit object"
msgstr "Redigeer objek"
-#: strings.hrc:1272
+#: sw/inc/strings.hrc:1264
msgctxt "STR_FRMUI_COLL_HEADER"
msgid " (Template: "
msgstr " (Sjabloon: "
-#: strings.hrc:1273
+#: sw/inc/strings.hrc:1265
msgctxt "STR_FRMUI_BORDER"
msgid "Borders"
msgstr "Grense"
-#: strings.hrc:1274
+#: sw/inc/strings.hrc:1266
msgctxt "STR_FRMUI_PATTERN"
msgid "Background"
msgstr "Agtergrond"
-#: strings.hrc:1276
+#: sw/inc/strings.hrc:1268
msgctxt "STR_TEXTCOLL_HEADER"
msgid "(Paragraph Style: "
msgstr "(Paragraafstyl: "
-#: strings.hrc:1277
+#: sw/inc/strings.hrc:1269
msgctxt "STR_ILLEGAL_PAGENUM"
msgid "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages."
msgstr ""
-#: strings.hrc:1279
+#: sw/inc/strings.hrc:1271
msgctxt "STR_HUMAN_SWGLOBDOC_NAME"
msgid "Master Document"
msgstr "Meesterdokument"
-#: strings.hrc:1280
+#: sw/inc/strings.hrc:1272
msgctxt "STR_WRITER_GLOBALDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION-meesterdokument"
-#: strings.hrc:1282
+#: sw/inc/strings.hrc:1274
msgctxt "STR_QUERY_CONNECT"
msgid "A file connection will delete the contents of the current section. Connect anyway?"
msgstr ""
-#: strings.hrc:1283
+#: sw/inc/strings.hrc:1275
msgctxt "STR_WRONG_PASSWORD"
msgid "The password entered is invalid."
msgstr ""
-#: strings.hrc:1284
+#: sw/inc/strings.hrc:1276
msgctxt "STR_WRONG_PASSWD_REPEAT"
msgid "The password has not been set."
msgstr ""
-#: strings.hrc:1286
+#: sw/inc/strings.hrc:1278
msgctxt "STR_HYP_OK"
msgid "Hyphenation completed"
msgstr ""
-#: strings.hrc:1287
+#: sw/inc/strings.hrc:1279
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "Geen (moenie spelling kontroleer nie)"
-#: strings.hrc:1288
+#: sw/inc/strings.hrc:1280
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr ""
-#: strings.hrc:1289
+#: sw/inc/strings.hrc:1281
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "Meer..."
-#: strings.hrc:1290
+#: sw/inc/strings.hrc:1282
msgctxt "STR_IGNORE_SELECTION"
msgid "~Ignore"
msgstr "~Ignoreer"
-#: strings.hrc:1291
+#: sw/inc/strings.hrc:1283
msgctxt "STR_EXPLANATION_LINK"
msgid "Explanations..."
msgstr ""
-#: strings.hrc:1293
+#: sw/inc/strings.hrc:1285
msgctxt "STR_QUERY_SPECIAL_FORCED"
msgid "Check special regions is deactivated. Check anyway?"
msgstr ""
-#: strings.hrc:1294
+#: sw/inc/strings.hrc:1286
msgctxt "STR_NO_MERGE_ENTRY"
msgid "Could not merge documents."
msgstr ""
-#: strings.hrc:1295
+#: sw/inc/strings.hrc:1287
msgctxt "STR_ERR_SRCSTREAM"
msgid "The source cannot be loaded."
msgstr ""
-#: strings.hrc:1296
+#: sw/inc/strings.hrc:1288
msgctxt "STR_ERR_NO_FAX"
msgid "No fax printer has been set under Tools/Options/%1/Print."
msgstr ""
-#: strings.hrc:1297
+#: sw/inc/strings.hrc:1289
msgctxt "STR_WEBOPTIONS"
msgid "HTML document"
msgstr "HTML-dokument"
-#: strings.hrc:1298
+#: sw/inc/strings.hrc:1290
#, fuzzy
msgctxt "STR_TEXTOPTIONS"
msgid "Text document"
msgstr "Per dokument"
-#: strings.hrc:1299
+#: sw/inc/strings.hrc:1291
msgctxt "STR_SCAN_NOSOURCE"
msgid "Source not specified."
msgstr ""
-#: strings.hrc:1300
+#: sw/inc/strings.hrc:1292
msgctxt "STR_NUM_LEVEL"
msgid "Level "
msgstr "Vlak "
-#: strings.hrc:1301
+#: sw/inc/strings.hrc:1293
#, fuzzy
msgctxt "STR_NUM_OUTLINE"
msgid "Outline "
msgstr "Skema"
-#: strings.hrc:1302
+#: sw/inc/strings.hrc:1294
msgctxt "STR_EDIT_FOOTNOTE"
msgid "Edit Footnote/Endnote"
msgstr "Redigeer voetnoot/eindnoot"
-#: strings.hrc:1303
+#: sw/inc/strings.hrc:1295
#, fuzzy
msgctxt "STR_NB_REPLACED"
msgid "Search key replaced XX times."
msgstr "Soeksleutel is XX maal vervang"
-#: strings.hrc:1304
+#: sw/inc/strings.hrc:1296
#, fuzzy
msgctxt "STR_SRCVIEW_ROW"
msgid "Row "
msgstr "Rye"
-#: strings.hrc:1305
+#: sw/inc/strings.hrc:1297
#, fuzzy
msgctxt "STR_SRCVIEW_COL"
msgid "Column "
msgstr "Kolo~m"
-#: strings.hrc:1306
+#: sw/inc/strings.hrc:1298
msgctxt "STR_SAVEAS_SRC"
msgid "~Export source..."
msgstr ""
-#: strings.hrc:1307
+#: sw/inc/strings.hrc:1299
msgctxt "STR_SAVEACOPY_SRC"
msgid "~Export copy of source..."
msgstr ""
-#: strings.hrc:1309
+#: sw/inc/strings.hrc:1301
#, fuzzy
msgctxt "ST_CONTINUE"
msgid "~Continue"
msgstr "Gaan voort"
-#: strings.hrc:1310
+#: sw/inc/strings.hrc:1302
#, fuzzy
msgctxt "ST_TASK"
msgid "Task"
msgstr "Take"
-#: strings.hrc:1311
+#: sw/inc/strings.hrc:1303
msgctxt "ST_STATUS"
msgid "Status"
msgstr "Status"
-#: strings.hrc:1312
+#: sw/inc/strings.hrc:1304
msgctxt "ST_SENDINGTO"
msgid "Sending to: %1"
msgstr ""
-#: strings.hrc:1313
+#: sw/inc/strings.hrc:1305
msgctxt "ST_COMPLETED"
msgid "Successfully sent"
msgstr ""
-#: strings.hrc:1314
+#: sw/inc/strings.hrc:1306
msgctxt "ST_FAILED"
msgid "Sending failed"
msgstr ""
-#: strings.hrc:1316
+#: sw/inc/strings.hrc:1308
msgctxt "STR_SENDER_TOKENS"
msgid "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;"
msgstr "MAATSKAPPY;CR;VOORNAAM; ;VAN;CR;ADRES;CR;STAD; ;PROV; ;POSKODE;CR;LAND;CR;"
-#: strings.hrc:1318
+#: sw/inc/strings.hrc:1310
msgctxt "STR_TBL_FORMULA"
msgid "Text formula"
msgstr ""
-#: strings.hrc:1320
+#: sw/inc/strings.hrc:1312
#, fuzzy
msgctxt "STR_MENU_ZOOM"
msgid "~Zoom"
msgstr "Zoem"
-#: strings.hrc:1321
+#: sw/inc/strings.hrc:1313
msgctxt "STR_MENU_UP"
msgid "~Upwards"
msgstr ""
-#: strings.hrc:1322
+#: sw/inc/strings.hrc:1314
#, fuzzy
msgctxt "STR_MENU_DOWN"
msgid "Do~wnwards"
@@ -6715,7 +6663,7 @@ msgstr "Ondertoe"
#. --------------------------------------------------------------------
#. Description: Classification strings
#. --------------------------------------------------------------------
-#: strings.hrc:1328
+#: sw/inc/strings.hrc:1320
msgctxt "STR_CLASSIFICATION_LEVEL_CHANGED"
msgid "Document classification has changed because a paragraph classification level is higher"
msgstr ""
@@ -6723,9511 +6671,9302 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: Paragraph Signature
#. --------------------------------------------------------------------
-#: strings.hrc:1333
+#: sw/inc/strings.hrc:1325
msgctxt "STR_VALID"
msgid " Valid "
msgstr ""
-#: strings.hrc:1334
+#: sw/inc/strings.hrc:1326
#, fuzzy
msgctxt "STR_INVALID"
msgid "Invalid"
msgstr "ongeldig"
-#: strings.hrc:1335
+#: sw/inc/strings.hrc:1327
msgctxt "STR_INVALID_SIGNATURE"
msgid "Invalid Signature"
msgstr ""
-#: strings.hrc:1336
+#: sw/inc/strings.hrc:1328
msgctxt "STR_SIGNED_BY"
msgid "Signed-by"
msgstr ""
-#: strings.hrc:1337
+#: sw/inc/strings.hrc:1329
msgctxt "STR_PARAGRAPH_SIGNATURE"
msgid "Paragraph Signature"
msgstr ""
-#: utlui.hrc:27
+#: sw/inc/strings.hrc:1331
+#, fuzzy
+msgctxt "labeldialog|cards"
+msgid "Business Cards"
+msgstr "V~isitekaartjies"
+
+#: sw/inc/utlui.hrc:27
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Remove empty paragraphs"
msgstr "Verwyder leë paragrawe"
-#: utlui.hrc:28
+#: sw/inc/utlui.hrc:28
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Use replacement table"
msgstr "Gebruik vervangingstabel"
-#: utlui.hrc:29
+#: sw/inc/utlui.hrc:29
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Correct TWo INitial CApitals"
msgstr "Korrigeer TWee AAnvangshoofletters"
-#: utlui.hrc:30
+#: sw/inc/utlui.hrc:30
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Capitalize first letter of sentences"
msgstr "Hoofletters aan die begin van sinne"
-#: utlui.hrc:31
+#: sw/inc/utlui.hrc:31
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace \"standard\" quotes with %1custom%2 quotes"
msgstr "Vervang \"standaard\"-aanhalingstekens met %1 \\bdoelgemaakte%2 aanhalingstekens"
-#: utlui.hrc:32
+#: sw/inc/utlui.hrc:32
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace Custom Styles"
msgstr "Vervang doelgemaakte style"
-#: utlui.hrc:33
+#: sw/inc/utlui.hrc:33
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Bullets replaced"
msgstr "Koeëls vervang"
-#: utlui.hrc:34
+#: sw/inc/utlui.hrc:34
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Automatic _underline_"
msgstr "Outomatiese _onderstreping_"
-#: utlui.hrc:35
+#: sw/inc/utlui.hrc:35
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Automatic *bold*"
msgstr "Outomatiese *vetdruk*"
-#: utlui.hrc:36
+#: sw/inc/utlui.hrc:36
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace 1/2 ... with ½ ..."
msgstr "Vervang 1/2 ... met ½ ..."
-#: utlui.hrc:37
+#: sw/inc/utlui.hrc:37
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "URL recognition"
msgstr "URL-herkenning"
-#: utlui.hrc:38
+#: sw/inc/utlui.hrc:38
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace dashes"
msgstr "Vervang aandagstrepe"
-#: utlui.hrc:39
+#: sw/inc/utlui.hrc:39
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace 1st... with 1^st..."
msgstr "Vervang 1e... met 1^e..."
-#: utlui.hrc:40
+#: sw/inc/utlui.hrc:40
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Combine single line paragraphs"
msgstr "Kombineer enkelreëlparagrawe"
-#: utlui.hrc:41
+#: sw/inc/utlui.hrc:41
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Text body\" Style"
msgstr "Stel \"Teksliggaam\"styl"
-#: utlui.hrc:42 /home/cl/vc/git/libo-core/sw/inc/utlui.hrc:44
+#: sw/inc/utlui.hrc:42 sw/inc/utlui.hrc:44
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Text body indent\" Style"
msgstr "Stel styl vir \"Tekslyfkepe\""
-#: utlui.hrc:43
+#: sw/inc/utlui.hrc:43
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Hanging indent\" Style"
msgstr "Stel \"Hangende inkeep\"styl"
-#: utlui.hrc:45
+#: sw/inc/utlui.hrc:45
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Heading $(ARG1)\" Style"
msgstr "Stel \"Opskrif $(ARG1)\"styl"
-#: utlui.hrc:46
+#: sw/inc/utlui.hrc:46
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Bullet\" or \"Numbering\" Style"
msgstr "Stel \"koeël\"- of \"nommering\"-styl"
-#: utlui.hrc:47
+#: sw/inc/utlui.hrc:47
#, fuzzy
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Combine paragraphs"
msgstr "Kombineer paragrawe"
-#: utlui.hrc:48
+#: sw/inc/utlui.hrc:48
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Add non breaking space"
msgstr ""
-#: abstractdialog.ui:21
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:21
#, fuzzy
msgctxt "abstractdialog|AbstractDialog"
msgid "Create AutoAbstract"
msgstr "Skep O~utoAbstrak..."
-#: abstractdialog.ui:114
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:114
msgctxt "abstractdialog|label2"
msgid "Included outline levels"
msgstr ""
-#: abstractdialog.ui:130
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:130
msgctxt "abstractdialog|label3"
msgid "Paragraphs per level"
msgstr ""
-#: abstractdialog.ui:146
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:146
msgctxt "abstractdialog|label4"
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
msgstr ""
-#: abstractdialog.ui:197
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:194
msgctxt "abstractdialog|label1"
msgid "Properties"
msgstr "Eienskappe"
-#: addentrydialog.ui:8
+#: sw/uiconfig/swriter/ui/addentrydialog.ui:8
msgctxt "addentrydialog|AddEntryDialog"
msgid "Add Element"
msgstr "Voeg element by"
-#: addentrydialog.ui:99
+#: sw/uiconfig/swriter/ui/addentrydialog.ui:98
msgctxt "addentrydialog|label1"
msgid "Element Name"
msgstr ""
-#: addressblockdialog.ui:8
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:8
#, fuzzy
msgctxt "addressblockdialog|AddressBlockDialog"
msgid "New Address Block"
msgstr "Nuwe adresblok"
-#: addressblockdialog.ui:84
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:84
#, fuzzy
msgctxt "addressblockdialog|addressesft"
msgid "Address _elements"
msgstr "Adreselemente"
-#: addressblockdialog.ui:115
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:115
msgctxt "addressblockdialog|addressdestft"
msgid "1. Drag address elements here"
msgstr ""
-#: addressblockdialog.ui:139
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:139
msgctxt "addressblockdialog|up|tooltip_text"
msgid "Move up"
msgstr "Skuif op"
-#: addressblockdialog.ui:154
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:154
#, fuzzy
msgctxt "addressblockdialog|left|tooltip_text"
msgid "Move left"
msgstr "Skuif links"
-#: addressblockdialog.ui:169
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:169
#, fuzzy
msgctxt "addressblockdialog|right|tooltip_text"
msgid "Move right"
msgstr "Skuif regs"
-#: addressblockdialog.ui:184
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:184
msgctxt "addressblockdialog|down|tooltip_text"
msgid "Move down"
msgstr "Skuif ondertoe"
-#: addressblockdialog.ui:222
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:222
msgctxt "addressblockdialog|label3"
msgid "Preview"
msgstr "Voorskou"
-#: addressblockdialog.ui:238
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:238
msgctxt "addressblockdialog|customft"
msgid "2. Customi_ze salutation"
msgstr ""
-#: addressblockdialog.ui:310
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:310
msgctxt "addressblockdialog|fromaddr|tooltip_text"
msgid "Remove from address"
msgstr ""
-#: addressblockdialog.ui:410
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:410
msgctxt "addressblockdialog|image5|tooltip_text"
msgid "Add to address"
msgstr ""
-#: alreadyexistsdialog.ui:6
+#: sw/uiconfig/swriter/ui/alreadyexistsdialog.ui:7
+#, fuzzy
+msgctxt "alreadyexistsdialog|AlreadyExistsDialog"
+msgid "File already exists"
+msgstr "Lêer bestaan reeds."
+
+#: sw/uiconfig/swriter/ui/alreadyexistsdialog.ui:12
msgctxt "alreadyexistsdialog|textbuffer1"
msgid "A document with the name '%1' already exists."
msgstr ""
-#: alreadyexistsdialog.ui:9
+#: sw/uiconfig/swriter/ui/alreadyexistsdialog.ui:13
msgctxt "alreadyexistsdialog|textbuffer2"
msgid "Please save this document under a different name."
msgstr ""
-#: alreadyexistsdialog.ui:14
-#, fuzzy
-msgctxt "alreadyexistsdialog|AlreadyExistsDialog"
-msgid "File already exists"
-msgstr "Lêer bestaan reeds."
-
-#: alreadyexistsdialog.ui:126
+#: sw/uiconfig/swriter/ui/alreadyexistsdialog.ui:81
msgctxt "alreadyexistsdialog|label1"
-msgid "New document name:"
+msgid "Subject:"
msgstr ""
-#: annotationmenu.ui:12
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:12
#, fuzzy
msgctxt "annotationmenu|reply"
msgid "Reply"
msgstr "~Antwoord"
-#: annotationmenu.ui:26
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:26
#, fuzzy
msgctxt "annotationmenu|delete"
msgid "Delete _Comment"
msgstr "Skrap opmerking"
-#: annotationmenu.ui:34
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:34
#, fuzzy
msgctxt "annotationmenu|deleteby"
msgid "Delete _All Comments by $1"
msgstr "Skrap ~alle opmerkings deur $1"
-#: annotationmenu.ui:42
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:42
#, fuzzy
msgctxt "annotationmenu|deleteall"
msgid "_Delete All Comments"
msgstr "Skrap alle opmerkings"
-#: annotationmenu.ui:50
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:50
msgctxt "annotationmenu|formatall"
msgid "Format All Comments..."
msgstr ""
-#: asciifilterdialog.ui:8
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:8
msgctxt "asciifilterdialog|AsciiFilterDialog"
msgid "ASCII Filter Options"
msgstr ""
-#: asciifilterdialog.ui:97
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:100
#, fuzzy
msgctxt "asciifilterdialog|label2"
msgid "_Character set"
msgstr "Karakterstel"
-#: asciifilterdialog.ui:113
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:114
msgctxt "asciifilterdialog|fontft"
msgid "Default fonts"
msgstr ""
-#: asciifilterdialog.ui:129
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:128
#, fuzzy
msgctxt "asciifilterdialog|languageft"
msgid "Lan_guage"
msgstr "Taal"
-#: asciifilterdialog.ui:145
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:142
#, fuzzy
msgctxt "asciifilterdialog|label5"
msgid "_Paragraph break"
msgstr "Paragraafarea"
-#: asciifilterdialog.ui:204
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:181
msgctxt "asciifilterdialog|crlf"
msgid "_CR & LF"
msgstr ""
-#: asciifilterdialog.ui:222
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:198
msgctxt "asciifilterdialog|cr"
msgid "C_R"
msgstr ""
-#: asciifilterdialog.ui:240
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:216
msgctxt "asciifilterdialog|lf"
msgid "_LF"
msgstr ""
-#: asciifilterdialog.ui:272
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:264
msgctxt "asciifilterdialog|label1"
msgid "Properties"
msgstr "Eienskappe"
-#: asksearchdialog.ui:12
+#: sw/uiconfig/swriter/ui/asksearchdialog.ui:12
#, fuzzy
msgctxt "asksearchdialog|AskSearchDialog"
msgid "To proceed with this action, you must first turn off the \"undo\" function. Do you want to turn off the \"undo\" function?"
msgstr "Om met hierdie aksie voort te gaan, moet u eers die \"herroep\"-funksie afskakel. Wil u die \"herroep\"-funksie afskakel?"
-#: assignfieldsdialog.ui:9
+#: sw/uiconfig/swriter/ui/assignfieldsdialog.ui:9
#, fuzzy
msgctxt "assignfieldsdialog|AssignFieldsDialog"
msgid "Match Fields"
msgstr "Pas velde"
-#: assignfieldsdialog.ui:85
+#: sw/uiconfig/swriter/ui/assignfieldsdialog.ui:85
#, fuzzy
msgctxt "assignfieldsdialog|MATCHING_LABEL"
msgid "Assign the fields from your data source to match the address elements."
msgstr "Wys die velde toe uit u databron wat pas by die adreselemente."
-#: assignfieldsdialog.ui:111
+#: sw/uiconfig/swriter/ui/assignfieldsdialog.ui:111
#, fuzzy
msgctxt "assignfieldsdialog|PREVIEW_LABEL"
msgid "Address block preview"
msgstr "Adresblokvoorskou"
-#: assignstylesdialog.ui:19
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:19
msgctxt "assignstylesdialog|AssignStylesDialog"
msgid "Assign Styles"
msgstr ""
-#: assignstylesdialog.ui:124
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:124
msgctxt "assignstylesdialog|left-atkobject"
msgid "Left"
msgstr "Links"
-#: assignstylesdialog.ui:142
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:142
msgctxt "assignstylesdialog|right-atkobject"
msgid "Right"
msgstr "Regs"
-#: assignstylesdialog.ui:190
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:190
msgctxt "assignstylesdialog|notapplied"
msgid "Not applied"
msgstr ""
-#: assignstylesdialog.ui:207
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:207
#, fuzzy
msgctxt "assignstylesdialog|label3"
msgid "Styles"
msgstr "Style"
-#: attachnamedialog.ui:6
+#: sw/uiconfig/swriter/ui/attachnamedialog.ui:7
+msgctxt "attachnamedialog|AttachNameDialog"
+msgid "No Attachment Name"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/attachnamedialog.ui:12
msgctxt "attachnamedialog|textbuffer1"
msgid "You did not specify a new name for the attachment."
msgstr ""
-#: attachnamedialog.ui:9
+#: sw/uiconfig/swriter/ui/attachnamedialog.ui:13
msgctxt "attachnamedialog|textbuffer2"
msgid "If you would like to provide one, please type it now."
msgstr ""
-#: attachnamedialog.ui:14
-msgctxt "attachnamedialog|AttachNameDialog"
-msgid "No Attachment Name"
-msgstr ""
-
-#: attachnamedialog.ui:138
+#: sw/uiconfig/swriter/ui/attachnamedialog.ui:81
#, fuzzy
msgctxt "attachnamedialog|label1"
msgid "Name:"
msgstr "Naam"
-#: authenticationsettingsdialog.ui:14
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:14
#, fuzzy
msgctxt "authenticationsettingsdialog|AuthenticationSettingsDialog"
msgid "Server Authentication"
msgstr "Gebruikerstawing"
-#: authenticationsettingsdialog.ui:88
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:91
msgctxt "authenticationsettingsdialog|authentication"
msgid "The outgoing mail server (SMTP) requires au_thentication"
msgstr ""
-#: authenticationsettingsdialog.ui:104
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:107
msgctxt "authenticationsettingsdialog|separateauthentication"
msgid "The outgoing mail server (SMTP) requires _separate authentication"
msgstr ""
-#: authenticationsettingsdialog.ui:127
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:128
msgctxt "authenticationsettingsdialog|label1"
msgid "Outgoing mail server:"
msgstr ""
-#: authenticationsettingsdialog.ui:154
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:155
#, fuzzy
msgctxt "authenticationsettingsdialog|username_label"
msgid "_User name:"
msgstr "~Gebruikernaam:"
-#: authenticationsettingsdialog.ui:183
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:185
#, fuzzy
msgctxt "authenticationsettingsdialog|outpassword_label"
msgid "_Password:"
msgstr "Wagwoord:"
-#: authenticationsettingsdialog.ui:194
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:197
msgctxt "authenticationsettingsdialog|smtpafterpop"
msgid "The outgoing mail server uses the same authentication as the _incoming mail server"
msgstr ""
-#: authenticationsettingsdialog.ui:217
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:219
msgctxt "authenticationsettingsdialog|label2"
msgid "Incoming mail server:"
msgstr ""
-#: authenticationsettingsdialog.ui:244
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:246
msgctxt "authenticationsettingsdialog|server_label"
msgid "Server _name:"
msgstr ""
-#: authenticationsettingsdialog.ui:271
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:273
msgctxt "authenticationsettingsdialog|port_label"
msgid "P_ort:"
msgstr ""
-#: authenticationsettingsdialog.ui:286
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:288
#, fuzzy
msgctxt "authenticationsettingsdialog|label3"
msgid "Type:"
msgstr "Soort"
-#: authenticationsettingsdialog.ui:295
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:298
msgctxt "authenticationsettingsdialog|pop3"
msgid "_POP3"
msgstr ""
-#: authenticationsettingsdialog.ui:312
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:314
msgctxt "authenticationsettingsdialog|imap"
msgid "_IMAP"
msgstr ""
-#: authenticationsettingsdialog.ui:360
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:362
#, fuzzy
msgctxt "authenticationsettingsdialog|inusername_label"
msgid "Us_er name:"
msgstr "~Gebruikernaam:"
-#: authenticationsettingsdialog.ui:375
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:377
#, fuzzy
msgctxt "authenticationsettingsdialog|inpassword_label"
msgid "Pass_word:"
msgstr "Wagwoord:"
-#: autoformattable.ui:9
+#: sw/uiconfig/swriter/ui/autoformattable.ui:16
msgctxt "autoformattable|AutoFormatTableDialog"
msgid "AutoFormat"
msgstr "OutoFormateer"
-#: autoformattable.ui:95
+#: sw/uiconfig/swriter/ui/autoformattable.ui:208
msgctxt "autoformattable|rename"
msgid "Rename"
msgstr "Hernoem"
-#: autoformattable.ui:187
+#: sw/uiconfig/swriter/ui/autoformattable.ui:233
msgctxt "autoformattable|label1"
msgid "Format"
msgstr "Formaat"
-#: autoformattable.ui:220
+#: sw/uiconfig/swriter/ui/autoformattable.ui:266
#, fuzzy
msgctxt "autoformattable|numformatcb"
msgid "Number format"
msgstr "~Nommerformaat"
-#: autoformattable.ui:237
+#: sw/uiconfig/swriter/ui/autoformattable.ui:281
msgctxt "autoformattable|bordercb"
msgid "Borders"
msgstr "Grense"
-#: autoformattable.ui:254
+#: sw/uiconfig/swriter/ui/autoformattable.ui:296
msgctxt "autoformattable|fontcb"
msgid "Font"
msgstr "Font"
-#: autoformattable.ui:271
+#: sw/uiconfig/swriter/ui/autoformattable.ui:311
msgctxt "autoformattable|patterncb"
msgid "Pattern"
msgstr "Patroon"
-#: autoformattable.ui:288
+#: sw/uiconfig/swriter/ui/autoformattable.ui:326
msgctxt "autoformattable|alignmentcb"
msgid "Alignment"
msgstr "Belyning"
-#: autoformattable.ui:314
+#: sw/uiconfig/swriter/ui/autoformattable.ui:350
msgctxt "autoformattable|label2"
msgid "Formatting"
msgstr "Formatering"
-#: autotext.ui:9
+#: sw/uiconfig/swriter/ui/autotext.ui:9
#, fuzzy
msgctxt "autotext|AutoTextDialog"
msgid "AutoText"
msgstr "OutoTeks :"
-#: autotext.ui:22
+#: sw/uiconfig/swriter/ui/autotext.ui:22
#, fuzzy
msgctxt "autotext|insert"
msgid "_Insert"
msgstr "Voeg in"
-#: autotext.ui:67
+#: sw/uiconfig/swriter/ui/autotext.ui:67
#, fuzzy
msgctxt "autotext|autotext"
msgid "AutoTe_xt"
msgstr "OutoTeks :"
-#: autotext.ui:81
+#: sw/uiconfig/swriter/ui/autotext.ui:81
msgctxt "autotext|categories"
msgid "Cat_egories..."
msgstr ""
-#: autotext.ui:95
+#: sw/uiconfig/swriter/ui/autotext.ui:95
msgctxt "autotext|path"
msgid "_Path..."
msgstr ""
-#: autotext.ui:142
+#: sw/uiconfig/swriter/ui/autotext.ui:142
msgctxt "autotext|relfile"
msgid "_File system"
msgstr ""
-#: autotext.ui:157
+#: sw/uiconfig/swriter/ui/autotext.ui:157
#, fuzzy
msgctxt "autotext|relnet"
msgid "Inter_net"
msgstr "Internet"
-#: autotext.ui:178
+#: sw/uiconfig/swriter/ui/autotext.ui:178
msgctxt "autotext|label1"
msgid "Save Links Relative To"
msgstr ""
-#: autotext.ui:205
+#: sw/uiconfig/swriter/ui/autotext.ui:205
msgctxt "autotext|inserttip"
msgid "_Display remainder of name as suggestion while typing"
msgstr ""
-#: autotext.ui:230
+#: sw/uiconfig/swriter/ui/autotext.ui:230
#, fuzzy
msgctxt "autotext|nameft"
msgid "Name:"
msgstr "Naam"
-#: autotext.ui:243
+#: sw/uiconfig/swriter/ui/autotext.ui:243
msgctxt "autotext|shortnameft"
msgid "Shortcut:"
msgstr ""
-#: autotext.ui:298
+#: sw/uiconfig/swriter/ui/autotext.ui:297
msgctxt "autotext|category-atkobject"
msgid "Category"
msgstr "Kategorie"
-#: autotext.ui:383
+#: sw/uiconfig/swriter/ui/autotext.ui:382
#, fuzzy
msgctxt "autotext|new"
msgid "_New"
msgstr "Nuwe"
-#: autotext.ui:391
+#: sw/uiconfig/swriter/ui/autotext.ui:390
msgctxt "autotext|newtext"
msgid "New (text only)"
msgstr ""
-#: autotext.ui:399
+#: sw/uiconfig/swriter/ui/autotext.ui:398
#, fuzzy
msgctxt "autotext|copy"
msgid "_Copy"
msgstr "Kopieer"
-#: autotext.ui:407
+#: sw/uiconfig/swriter/ui/autotext.ui:406
msgctxt "autotext|replace"
msgid "Replace"
msgstr "Vervang"
-#: autotext.ui:415
+#: sw/uiconfig/swriter/ui/autotext.ui:414
msgctxt "autotext|replacetext"
msgid "Rep_lace (text only)"
msgstr ""
-#: autotext.ui:423
+#: sw/uiconfig/swriter/ui/autotext.ui:422
msgctxt "autotext|rename"
msgid "Rename..."
msgstr "Hernoem..."
-#: autotext.ui:431
+#: sw/uiconfig/swriter/ui/autotext.ui:430
#, fuzzy
msgctxt "autotext|delete"
msgid "_Delete"
msgstr "Skrap"
-#: autotext.ui:445
+#: sw/uiconfig/swriter/ui/autotext.ui:444
#, fuzzy
msgctxt "autotext|edit"
msgid "_Edit"
msgstr "Redigeer"
-#: autotext.ui:459
+#: sw/uiconfig/swriter/ui/autotext.ui:458
#, fuzzy
msgctxt "autotext|macro"
msgid "_Macro..."
msgstr "Makro..."
-#: autotext.ui:473
+#: sw/uiconfig/swriter/ui/autotext.ui:472
#, fuzzy
msgctxt "autotext|import"
msgid "_Import..."
msgstr "Invoer..."
-#: bibliographyentry.ui:7
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:7
msgctxt "bibliographyentry|BibliographyEntryDialog"
msgid "Insert Bibliography Entry"
msgstr "Voeg bibliografiese inskrywing in"
-#: bibliographyentry.ui:20
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:20
msgctxt "bibliographyentry|insert"
msgid "Insert"
msgstr "Voeg in"
-#: bibliographyentry.ui:35
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:35
msgctxt "bibliographyentry|modify"
msgid "Apply"
msgstr "Pas toe"
-#: bibliographyentry.ui:137
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:137
msgctxt "bibliographyentry|label2"
msgid "Author"
msgstr "Outeur"
-#: bibliographyentry.ui:154
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:154
msgctxt "bibliographyentry|label3"
msgid "Title"
msgstr "Titel"
-#: bibliographyentry.ui:185
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:185
msgctxt "bibliographyentry|label5"
msgid "Short name"
msgstr "Kort naam"
-#: bibliographyentry.ui:224
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:224
#, fuzzy
msgctxt "bibliographyentry|frombibliography"
msgid "From bibliography database"
msgstr "Vanaf bibliografie~databasis"
-#: bibliographyentry.ui:242
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:243
#, fuzzy
msgctxt "bibliographyentry|fromdocument"
msgid "From document content"
msgstr "~Vanaf dokumentinhoud"
-#: bibliographyentry.ui:279
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:280
#, fuzzy
msgctxt "bibliographyentry|label1"
msgid "Entry"
msgstr "Inskrywing"
-#: bulletsandnumbering.ui:8
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:8
msgctxt "bulletsandnumbering|BulletsAndNumberingDialog"
msgid "Bullets and Numbering"
msgstr "Koeëltjies en nommering"
-#: bulletsandnumbering.ui:39
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:39
#, fuzzy
msgctxt "bulletsandnumbering|user"
msgid "_Remove"
msgstr "Verwyder"
-#: bulletsandnumbering.ui:82
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:82
#, fuzzy
msgctxt "bulletsandnumbering|reset"
msgid "Reset"
msgstr "St~el terug"
-#: bulletsandnumbering.ui:120
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:120
msgctxt "bulletsandnumbering|bullets"
msgid "Bullets"
msgstr "Koeëltjies"
-#: bulletsandnumbering.ui:142
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:142
msgctxt "bulletsandnumbering|singlenum"
msgid "Numbering"
msgstr "Nommering"
-#: bulletsandnumbering.ui:165
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:165
msgctxt "bulletsandnumbering|outlinenum"
msgid "Outline"
msgstr "Skema"
-#: bulletsandnumbering.ui:188
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:188
msgctxt "bulletsandnumbering|graphics"
msgid "Image"
msgstr "Beeld"
-#: bulletsandnumbering.ui:211
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:211
msgctxt "bulletsandnumbering|position"
msgid "Position"
msgstr "Posisie"
-#: bulletsandnumbering.ui:234
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:234
msgctxt "bulletsandnumbering|customize"
msgid "Customize"
msgstr ""
-#: businessdatapage.ui:28
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:28
#, fuzzy
msgctxt "businessdatapage|label5"
msgid "Company:"
msgstr "Maatskappy"
-#: businessdatapage.ui:42
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:42
msgctxt "businessdatapage|streetft"
msgid "Slogan:"
msgstr ""
-#: businessdatapage.ui:56
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:56
msgctxt "businessdatapage|countryft"
msgid "Co_untry/state:"
msgstr ""
-#: businessdatapage.ui:70
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:70
#, fuzzy
msgctxt "businessdatapage|label8"
msgid "Position:"
msgstr "Posisie"
-#: businessdatapage.ui:84
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:84
msgctxt "businessdatapage|phoneft"
msgid "Fa_x:"
msgstr ""
-#: businessdatapage.ui:89
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:89
msgctxt "businessdatapage|phoneft-atkobject"
msgid "Home telephone number"
msgstr ""
-#: businessdatapage.ui:103
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:103
msgctxt "businessdatapage|faxft"
msgid "Homepage/e-mail:"
msgstr ""
-#: businessdatapage.ui:126
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:125
msgctxt "businessdatapage|company-atkobject"
msgid "First name"
msgstr "Voornaam"
-#: businessdatapage.ui:156
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:154
msgctxt "businessdatapage|position-atkobject"
msgid "Title"
msgstr "Titel"
-#: businessdatapage.ui:185
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:182
msgctxt "businessdatapage|fax-atkobject"
msgid "Home telephone number"
msgstr ""
-#: businessdatapage.ui:216
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:212
msgctxt "businessdatapage|url-atkobject"
msgid "FAX number"
msgstr ""
-#: businessdatapage.ui:234
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:229
#, fuzzy
msgctxt "businessdatapage|email-atkobject"
msgid "email address"
msgstr "E-posadres"
-#: businessdatapage.ui:254
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:249
msgctxt "businessdatapage|eastnameft"
msgid "Company 2nd line:"
msgstr ""
-#: businessdatapage.ui:277
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:271
msgctxt "businessdatapage|company2-atkobject"
msgid "Last name"
msgstr "Van"
-#: businessdatapage.ui:297
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:291
msgctxt "businessdatapage|icityft"
msgid "_Zip/city:"
msgstr ""
-#: businessdatapage.ui:320
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:313
msgctxt "businessdatapage|icity-atkobject"
msgid "City"
msgstr "Stad"
-#: businessdatapage.ui:338
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:330
msgctxt "businessdatapage|izip-atkobject"
msgid "Zip code"
msgstr "Poskode"
-#: businessdatapage.ui:420
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:409
msgctxt "businessdatapage|titleft1"
msgid "Phone/mobile:"
msgstr ""
-#: businessdatapage.ui:444
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:432
msgctxt "businessdatapage|phone-atkobject"
msgid "Title"
msgstr "Titel"
-#: businessdatapage.ui:462
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:449
msgctxt "businessdatapage|mobile-atkobject"
msgid "Position"
msgstr "Posisie"
-#: businessdatapage.ui:482
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:469
#, fuzzy
msgctxt "businessdatapage|streetft1"
msgid "Street:"
msgstr "Straat"
-#: businessdatapage.ui:523
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:509
msgctxt "businessdatapage|label1"
msgid "Business Data"
msgstr ""
-#: cannotsavelabeldialog.ui:8
+#: sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui:7
msgctxt "cannotsavelabeldialog|CannotSaveLabelDialog"
msgid "Cannot Add Label"
msgstr ""
-#: cannotsavelabeldialog.ui:14
+#: sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui:14
msgctxt "cannotsavelabeldialog|CannotSaveLabelDialog"
msgid "Cannot add label"
msgstr ""
-#: cannotsavelabeldialog.ui:15
+#: sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui:15
msgctxt "cannotsavelabeldialog|CannotSaveLabelDialog"
msgid "Predefined labels cannot be overwritten, use another name."
msgstr ""
-#: captiondialog.ui:8
+#: sw/uiconfig/swriter/ui/captiondialog.ui:8
#, fuzzy
msgctxt "captiondialog|CaptionDialog"
msgid "Caption"
msgstr "Opsies"
-#: captionoptions.ui:12
-msgctxt "captionoptions|liststore1"
-msgid "Category first"
-msgstr ""
-
-#: captionoptions.ui:15
-msgctxt "captionoptions|liststore1"
-msgid "Numbering first"
-msgstr ""
-
-#: captionoptions.ui:22
+#: sw/uiconfig/swriter/ui/captionoptions.ui:8
msgctxt "captionoptions|CaptionOptionsDialog"
msgid "Caption Options"
msgstr ""
-#: captionoptions.ui:85
+#: sw/uiconfig/swriter/ui/captionoptions.ui:129
#, fuzzy
msgctxt "captionoptions|label5"
msgid "_Level:"
msgstr "Vlak"
-#: captionoptions.ui:99
+#: sw/uiconfig/swriter/ui/captionoptions.ui:143
#, fuzzy
msgctxt "captionoptions|label6"
msgid "_Separator:"
msgstr "Skeier"
-#: captionoptions.ui:116
+#: sw/uiconfig/swriter/ui/captionoptions.ui:161
msgctxt "captionoptions|label1"
msgid "Numbering Captions by Chapter"
msgstr ""
-#: captionoptions.ui:154
+#: sw/uiconfig/swriter/ui/captionoptions.ui:198
#, fuzzy
msgctxt "captionoptions|label4"
msgid "Character style:"
msgstr "Karakterstyle"
-#: captionoptions.ui:176
+#: sw/uiconfig/swriter/ui/captionoptions.ui:221
msgctxt "captionoptions|border_and_shadow"
msgid "_Apply border and shadow"
msgstr ""
-#: captionoptions.ui:199
+#: sw/uiconfig/swriter/ui/captionoptions.ui:244
msgctxt "captionoptions|label2"
msgid "Category and Frame Format"
msgstr ""
-#: captionoptions.ui:237
+#: sw/uiconfig/swriter/ui/captionoptions.ui:281
msgctxt "captionoptions|label7"
msgid "Caption order:"
msgstr ""
-#: captionoptions.ui:266
+#: sw/uiconfig/swriter/ui/captionoptions.ui:297
+msgctxt "captionoptions|liststore1"
+msgid "Category first"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/captionoptions.ui:298
+msgctxt "captionoptions|liststore1"
+msgid "Numbering first"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/captionoptions.ui:314
#, fuzzy
msgctxt "captionoptions|label3"
msgid "Caption"
msgstr "Opsies"
-#: cardformatpage.ui:38
-msgctxt "cardformatpage|label2"
-msgid "AutoText - Section"
-msgstr ""
-
-#: cardformatpage.ui:122
-msgctxt "cardformatpage|label1"
-msgid "Content"
-msgstr "Inhoud"
-
-#: cardmediumpage.ui:63
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:63
#, fuzzy
msgctxt "cardmediumpage|address"
msgid "Address"
msgstr "Geadresseerde"
-#: cardmediumpage.ui:82
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:83
msgctxt "cardmediumpage|label2"
msgid "Label text:"
msgstr ""
-#: cardmediumpage.ui:142
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:143
#, fuzzy
msgctxt "cardmediumpage|label4"
msgid "Database:"
msgstr "Databasis"
-#: cardmediumpage.ui:180
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:181
#, fuzzy
msgctxt "cardmediumpage|label7"
msgid "Table:"
msgstr "Tabel"
-#: cardmediumpage.ui:218
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:219
#, fuzzy
msgctxt "cardmediumpage|label8"
msgid "Database field:"
msgstr "Databasisveld"
-#: cardmediumpage.ui:255
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:256
msgctxt "cardmediumpage|insert|tooltip_text"
msgid "Insert"
msgstr "Voeg in"
-#: cardmediumpage.ui:272
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:273
#, fuzzy
msgctxt "cardmediumpage|label6"
msgid "Inscription"
msgstr "Beskrywing"
-#: cardmediumpage.ui:319
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:320
#, fuzzy
msgctxt "cardmediumpage|continuous"
msgid "_Continuous"
msgstr "Aaneenlopend"
-#: cardmediumpage.ui:335
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:336
#, fuzzy
msgctxt "cardmediumpage|sheet"
msgid "_Sheet"
msgstr "Vel"
-#: cardmediumpage.ui:368
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:369
msgctxt "cardmediumpage|label5"
msgid "Brand:"
msgstr ""
-#: cardmediumpage.ui:382
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:383
#, fuzzy
msgctxt "cardmediumpage|label3"
msgid "_Type:"
msgstr "Soort"
-#: cardmediumpage.ui:456
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:457
msgctxt "cardmediumpage|label1"
msgid "Format"
msgstr "Formaat"
-#: ccdialog.ui:8
+#: sw/uiconfig/swriter/ui/ccdialog.ui:8
msgctxt "ccdialog|CCDialog"
msgid "Copy To"
msgstr ""
-#: ccdialog.ui:100
+#: sw/uiconfig/swriter/ui/ccdialog.ui:102
msgctxt "ccdialog|label2"
msgid "_Cc:"
msgstr ""
-#: ccdialog.ui:114
+#: sw/uiconfig/swriter/ui/ccdialog.ui:116
msgctxt "ccdialog|label3"
msgid "_Bcc:"
msgstr ""
-#: ccdialog.ui:128
+#: sw/uiconfig/swriter/ui/ccdialog.ui:130
msgctxt "ccdialog|label4"
msgid "Note: Separate e-mail addresses with a semicolon (;)."
msgstr ""
-#: ccdialog.ui:169
+#: sw/uiconfig/swriter/ui/ccdialog.ui:170
msgctxt "ccdialog|label1"
msgid "Send a Copy of This Mail To..."
msgstr ""
-#: characterproperties.ui:8
+#: sw/uiconfig/swriter/ui/characterproperties.ui:8
msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Karakter"
-#: characterproperties.ui:106
+#: sw/uiconfig/swriter/ui/characterproperties.ui:106
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Font"
-#: characterproperties.ui:128
+#: sw/uiconfig/swriter/ui/characterproperties.ui:128
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr ""
-#: characterproperties.ui:151
+#: sw/uiconfig/swriter/ui/characterproperties.ui:151
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Posisie"
-#: characterproperties.ui:174
+#: sw/uiconfig/swriter/ui/characterproperties.ui:174
#, fuzzy
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "Asiatiese uitleg"
-#: characterproperties.ui:197
+#: sw/uiconfig/swriter/ui/characterproperties.ui:197
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Hiperskakel"
-#: characterproperties.ui:220
+#: sw/uiconfig/swriter/ui/characterproperties.ui:220
#, fuzzy
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "Teksmerking"
-#: characterproperties.ui:243
+#: sw/uiconfig/swriter/ui/characterproperties.ui:243
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "Grense"
-#: charurlpage.ui:35
+#: sw/uiconfig/swriter/ui/charurlpage.ui:35
#, fuzzy
msgctxt "charurlpage|label36"
msgid "URL:"
msgstr "URL"
-#: charurlpage.ui:49
+#: sw/uiconfig/swriter/ui/charurlpage.ui:49
#, fuzzy
msgctxt "charurlpage|label37"
msgid "Name:"
msgstr "Naam"
-#: charurlpage.ui:63
+#: sw/uiconfig/swriter/ui/charurlpage.ui:63
#, fuzzy
msgctxt "charurlpage|textft"
msgid "Text:"
msgstr "Teks"
-#: charurlpage.ui:77
+#: sw/uiconfig/swriter/ui/charurlpage.ui:77
#, fuzzy
msgctxt "charurlpage|label39"
msgid "Target frame:"
msgstr "~Teikenraam"
-#: charurlpage.ui:88
+#: sw/uiconfig/swriter/ui/charurlpage.ui:88
#, fuzzy
msgctxt "charurlpage|eventpb"
msgid "Events..."
msgstr "~Gebeurtenisse..."
-#: charurlpage.ui:138
+#: sw/uiconfig/swriter/ui/charurlpage.ui:135
msgctxt "charurlpage|urlpb"
msgid "Browse..."
msgstr "Blaai..."
-#: charurlpage.ui:188
+#: sw/uiconfig/swriter/ui/charurlpage.ui:185
msgctxt "charurlpage|label32"
msgid "Hyperlink"
msgstr "Hiperskakel"
-#: charurlpage.ui:224
+#: sw/uiconfig/swriter/ui/charurlpage.ui:221
#, fuzzy
msgctxt "charurlpage|label34"
msgid "Visited links:"
msgstr "Besoekte skakels"
-#: charurlpage.ui:238
+#: sw/uiconfig/swriter/ui/charurlpage.ui:235
#, fuzzy
msgctxt "charurlpage|label10"
msgid "Unvisited links:"
msgstr "Onbesoekte skakels"
-#: charurlpage.ui:275
+#: sw/uiconfig/swriter/ui/charurlpage.ui:272
#, fuzzy
msgctxt "charurlpage|label33"
msgid "Character Styles"
msgstr "Karakterstyle"
-#: columndialog.ui:8
+#: sw/uiconfig/swriter/ui/columndialog.ui:8
msgctxt "columndialog|ColumnDialog"
msgid "Columns"
msgstr "Kolomme"
-#: columnpage.ui:59
-msgctxt "columnpage|liststore1"
-msgid "Left-to-right"
-msgstr "Links na regs"
-
-#: columnpage.ui:63
-msgctxt "columnpage|liststore1"
-msgid "Right-to-left"
-msgstr "Regs na links"
-
-#: columnpage.ui:67
-msgctxt "columnpage|liststore1"
-msgid "Use superordinate object settings"
-msgstr "Gebruik bogeskikte objekinstellings"
-
-#: columnpage.ui:81
+#: sw/uiconfig/swriter/ui/columnpage.ui:59
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "Seleksie"
-#: columnpage.ui:85
+#: sw/uiconfig/swriter/ui/columnpage.ui:63
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "Huidige weergawe"
-#: columnpage.ui:89
+#: sw/uiconfig/swriter/ui/columnpage.ui:67
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "Skrap afdeling"
-#: columnpage.ui:93
+#: sw/uiconfig/swriter/ui/columnpage.ui:71
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "Raam"
-#: columnpage.ui:97
+#: sw/uiconfig/swriter/ui/columnpage.ui:75
#, fuzzy
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "As bladsystyl"
-#: columnpage.ui:134
+#: sw/uiconfig/swriter/ui/columnpage.ui:112
#, fuzzy
msgctxt "columnpage|columnft"
msgid "Column:"
msgstr "Kolom"
-#: columnpage.ui:195
+#: sw/uiconfig/swriter/ui/columnpage.ui:173
#, fuzzy
msgctxt "columnpage|widthft"
msgid "Width:"
msgstr "Wydte"
-#: columnpage.ui:266
+#: sw/uiconfig/swriter/ui/columnpage.ui:241
#, fuzzy
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "Spasiëring"
-#: columnpage.ui:327
+#: sw/uiconfig/swriter/ui/columnpage.ui:300
msgctxt "columnpage|autowidth"
msgid "Auto_Width"
msgstr ""
-#: columnpage.ui:400
+#: sw/uiconfig/swriter/ui/columnpage.ui:373
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr ""
-#: columnpage.ui:437
+#: sw/uiconfig/swriter/ui/columnpage.ui:410
#, fuzzy
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "Styl"
-#: columnpage.ui:451
+#: sw/uiconfig/swriter/ui/columnpage.ui:424
#, fuzzy
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "Wydte"
-#: columnpage.ui:465
+#: sw/uiconfig/swriter/ui/columnpage.ui:438
#, fuzzy
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "Hoogte"
-#: columnpage.ui:479
+#: sw/uiconfig/swriter/ui/columnpage.ui:452
#, fuzzy
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "Posisie"
-#: columnpage.ui:505
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "Bokant"
-#: columnpage.ui:506
+#: sw/uiconfig/swriter/ui/columnpage.ui:479
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "Gesentreer"
-#: columnpage.ui:507
+#: sw/uiconfig/swriter/ui/columnpage.ui:480
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "Onderkant"
-#: columnpage.ui:555
+#: sw/uiconfig/swriter/ui/columnpage.ui:526
#, fuzzy
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "Kleur"
-#: columnpage.ui:579
+#: sw/uiconfig/swriter/ui/columnpage.ui:550
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr ""
-#: columnpage.ui:631
+#: sw/uiconfig/swriter/ui/columnpage.ui:602
#, fuzzy
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "Kolomme"
-#: columnpage.ui:666
+#: sw/uiconfig/swriter/ui/columnpage.ui:636
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr ""
-#: columnpage.ui:700
+#: sw/uiconfig/swriter/ui/columnpage.ui:670
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr ""
-#: columnpage.ui:725
+#: sw/uiconfig/swriter/ui/columnpage.ui:695
#, fuzzy
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "Teksrigting"
-#: columnpage.ui:782
+#: sw/uiconfig/swriter/ui/columnpage.ui:750
#, fuzzy
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "Instelling"
-#: columnwidth.ui:15
+#: sw/uiconfig/swriter/ui/columnwidth.ui:15
msgctxt "columnwidth|ColumnWidthDialog"
msgid "Column Width"
msgstr "Kolomwydte"
-#: columnwidth.ui:102
+#: sw/uiconfig/swriter/ui/columnwidth.ui:105
#, fuzzy
msgctxt "columnwidth|label2"
msgid "Column:"
msgstr "Kolom"
-#: columnwidth.ui:116
+#: sw/uiconfig/swriter/ui/columnwidth.ui:119
#, fuzzy
msgctxt "columnwidth|label3"
msgid "Width:"
msgstr "Wydte"
-#: columnwidth.ui:158
+#: sw/uiconfig/swriter/ui/columnwidth.ui:162
msgctxt "columnwidth|label1"
msgid "Width"
msgstr "Wydte"
-#: conditionpage.ui:39
+#: sw/uiconfig/swriter/ui/conditionpage.ui:39
#, fuzzy
msgctxt "conditionpage|condstyle"
msgid "_Conditional Style"
msgstr "Voorwaardelike style"
-#: conditionpage.ui:63
+#: sw/uiconfig/swriter/ui/conditionpage.ui:63
#, fuzzy
msgctxt "conditionpage|contextft"
msgid "Conte_xt"
msgstr "Inhoud"
-#: conditionpage.ui:78
+#: sw/uiconfig/swriter/ui/conditionpage.ui:78
#, fuzzy
msgctxt "conditionpage|usedft"
msgid "Applied Styles"
msgstr "Toegepaste style"
-#: conditionpage.ui:92
+#: sw/uiconfig/swriter/ui/conditionpage.ui:92
#, fuzzy
msgctxt "conditionpage|styleft"
msgid "_Paragraph Styles"
msgstr "(Paragraafstyl: "
-#: conditionpage.ui:199
+#: sw/uiconfig/swriter/ui/conditionpage.ui:199
#, fuzzy
msgctxt "conditionpage|filter"
msgid "Table Header"
msgstr "Tabelopskrif"
-#: conditionpage.ui:200
+#: sw/uiconfig/swriter/ui/conditionpage.ui:200
msgctxt "conditionpage|filter"
msgid "Table"
msgstr "Tabel"
-#: conditionpage.ui:201
+#: sw/uiconfig/swriter/ui/conditionpage.ui:201
msgctxt "conditionpage|filter"
msgid "Frame"
msgstr "Raam"
-#: conditionpage.ui:202
+#: sw/uiconfig/swriter/ui/conditionpage.ui:202
#, fuzzy
msgctxt "conditionpage|filter"
msgid "Section"
msgstr "Seleksie"
-#: conditionpage.ui:203
+#: sw/uiconfig/swriter/ui/conditionpage.ui:203
msgctxt "conditionpage|filter"
msgid "Footnote"
msgstr "Voetnoot"
-#: conditionpage.ui:204
+#: sw/uiconfig/swriter/ui/conditionpage.ui:204
msgctxt "conditionpage|filter"
msgid "Endnote"
msgstr "Eindnoot"
-#: conditionpage.ui:205
+#: sw/uiconfig/swriter/ui/conditionpage.ui:205
msgctxt "conditionpage|filter"
msgid "Header"
msgstr "Kop"
-#: conditionpage.ui:206
+#: sw/uiconfig/swriter/ui/conditionpage.ui:206
msgctxt "conditionpage|filter"
msgid "Footer"
msgstr "Voet"
-#: conditionpage.ui:207
+#: sw/uiconfig/swriter/ui/conditionpage.ui:207
#, fuzzy
msgctxt "conditionpage|filter"
msgid " 1st Outline Level"
msgstr "Vyfde skemavlak"
-#: conditionpage.ui:208
+#: sw/uiconfig/swriter/ui/conditionpage.ui:208
#, fuzzy
msgctxt "conditionpage|filter"
msgid " 2nd Outline Level"
msgstr "Tweede skemavlak"
-#: conditionpage.ui:209
+#: sw/uiconfig/swriter/ui/conditionpage.ui:209
#, fuzzy
msgctxt "conditionpage|filter"
msgid " 3rd Outline Level"
msgstr "Derde skemavlak"
-#: conditionpage.ui:210
+#: sw/uiconfig/swriter/ui/conditionpage.ui:210
#, fuzzy
msgctxt "conditionpage|filter"
msgid " 4th Outline Level"
msgstr "Vyfde skemavlak"
-#: conditionpage.ui:211
+#: sw/uiconfig/swriter/ui/conditionpage.ui:211
#, fuzzy
msgctxt "conditionpage|filter"
msgid " 5th Outline Level"
msgstr "Vyfde skemavlak"
-#: conditionpage.ui:212
+#: sw/uiconfig/swriter/ui/conditionpage.ui:212
#, fuzzy
msgctxt "conditionpage|filter"
msgid " 6th Outline Level"
msgstr "Vyfde skemavlak"
-#: conditionpage.ui:213
+#: sw/uiconfig/swriter/ui/conditionpage.ui:213
#, fuzzy
msgctxt "conditionpage|filter"
msgid " 7th Outline Level"
msgstr "Vyfde skemavlak"
-#: conditionpage.ui:214
+#: sw/uiconfig/swriter/ui/conditionpage.ui:214
#, fuzzy
msgctxt "conditionpage|filter"
msgid " 8th Outline Level"
msgstr "Vyfde skemavlak"
-#: conditionpage.ui:215
+#: sw/uiconfig/swriter/ui/conditionpage.ui:215
#, fuzzy
msgctxt "conditionpage|filter"
msgid " 9th Outline Level"
msgstr "Vyfde skemavlak"
-#: conditionpage.ui:216
+#: sw/uiconfig/swriter/ui/conditionpage.ui:216
#, fuzzy
msgctxt "conditionpage|filter"
msgid "10th Outline Level"
msgstr "Vyfde skemavlak"
-#: conditionpage.ui:217
+#: sw/uiconfig/swriter/ui/conditionpage.ui:217
msgctxt "conditionpage|filter"
msgid " 1st Numbering Level"
msgstr ""
-#: conditionpage.ui:218
+#: sw/uiconfig/swriter/ui/conditionpage.ui:218
msgctxt "conditionpage|filter"
msgid " 2nd Numbering Level"
msgstr ""
-#: conditionpage.ui:219
+#: sw/uiconfig/swriter/ui/conditionpage.ui:219
msgctxt "conditionpage|filter"
msgid " 3rd Numbering Level"
msgstr ""
-#: conditionpage.ui:220
+#: sw/uiconfig/swriter/ui/conditionpage.ui:220
msgctxt "conditionpage|filter"
msgid " 4th Numbering Level"
msgstr ""
-#: conditionpage.ui:221
+#: sw/uiconfig/swriter/ui/conditionpage.ui:221
msgctxt "conditionpage|filter"
msgid " 5th Numbering Level"
msgstr ""
-#: conditionpage.ui:222
+#: sw/uiconfig/swriter/ui/conditionpage.ui:222
msgctxt "conditionpage|filter"
msgid " 6th Numbering Level"
msgstr ""
-#: conditionpage.ui:223
+#: sw/uiconfig/swriter/ui/conditionpage.ui:223
msgctxt "conditionpage|filter"
msgid " 7th Numbering Level"
msgstr ""
-#: conditionpage.ui:224
+#: sw/uiconfig/swriter/ui/conditionpage.ui:224
msgctxt "conditionpage|filter"
msgid " 8th Numbering Level"
msgstr ""
-#: conditionpage.ui:225
+#: sw/uiconfig/swriter/ui/conditionpage.ui:225
msgctxt "conditionpage|filter"
msgid " 9th Numbering Level"
msgstr ""
-#: conditionpage.ui:226
+#: sw/uiconfig/swriter/ui/conditionpage.ui:226
msgctxt "conditionpage|filter"
msgid "10th Numbering Level"
msgstr ""
-#: conditionpage.ui:251
+#: sw/uiconfig/swriter/ui/conditionpage.ui:251
msgctxt "conditionpage|label11"
msgid "Options"
msgstr "Opsies"
-#: converttexttable.ui:15
+#: sw/uiconfig/swriter/ui/converttexttable.ui:15
msgctxt "converttexttable|ConvertTextTableDialog"
msgid "Convert Table to Text"
msgstr "Skakel tabel om na teks"
-#: converttexttable.ui:114
-msgctxt "converttexttable|othered"
-msgid ","
-msgstr ""
-
-#: converttexttable.ui:120
-#, fuzzy
-msgctxt "converttexttable|othered-atkobject"
-msgid "Symbol"
-msgstr "Simbole"
-
-#: converttexttable.ui:131
+#: sw/uiconfig/swriter/ui/converttexttable.ui:112
#, fuzzy
-msgctxt "converttexttable|other"
-msgid "Other:"
-msgstr "Ander"
+msgctxt "converttexttable|tabs"
+msgid "Tabs"
+msgstr "Kepe"
-#: converttexttable.ui:150
+#: sw/uiconfig/swriter/ui/converttexttable.ui:129
#, fuzzy
msgctxt "converttexttable|semicolons"
msgid "Semicolons"
msgstr "~Kommapunte"
-#: converttexttable.ui:167
+#: sw/uiconfig/swriter/ui/converttexttable.ui:146
msgctxt "converttexttable|paragraph"
msgid "Paragraph"
msgstr "Paragraaf"
-#: converttexttable.ui:183
+#: sw/uiconfig/swriter/ui/converttexttable.ui:162
#, fuzzy
-msgctxt "converttexttable|tabs"
-msgid "Tabs"
-msgstr "Kepe"
+msgctxt "converttexttable|other"
+msgid "Other:"
+msgstr "Ander"
+
+#: sw/uiconfig/swriter/ui/converttexttable.ui:186
+msgctxt "converttexttable|othered"
+msgid ","
+msgstr ""
-#: converttexttable.ui:201
+#: sw/uiconfig/swriter/ui/converttexttable.ui:192
+#, fuzzy
+msgctxt "converttexttable|othered-atkobject"
+msgid "Symbol"
+msgstr "Simbole"
+
+#: sw/uiconfig/swriter/ui/converttexttable.ui:203
msgctxt "converttexttable|keepcolumn"
msgid "Equal width for all columns"
msgstr "Gelyke wydte vir alle kolomme"
-#: converttexttable.ui:222
+#: sw/uiconfig/swriter/ui/converttexttable.ui:225
#, fuzzy
msgctxt "converttexttable|label1"
msgid "Separate Text At"
msgstr "Skei teks by"
-#: converttexttable.ui:255
+#: sw/uiconfig/swriter/ui/converttexttable.ui:258
msgctxt "converttexttable|headingcb"
msgid "Heading"
msgstr "Opskrif"
-#: converttexttable.ui:269
+#: sw/uiconfig/swriter/ui/converttexttable.ui:273
#, fuzzy
msgctxt "converttexttable|repeatheading"
msgid "Repeat heading"
msgstr "Herhaal opskrif"
-#: converttexttable.ui:285
+#: sw/uiconfig/swriter/ui/converttexttable.ui:290
#, fuzzy
msgctxt "converttexttable|dontsplitcb"
msgid "Don't split table"
msgstr "Moenie tabel verdeel nie"
-#: converttexttable.ui:299
-msgctxt "converttexttable|bordercb"
-msgid "Border"
-msgstr "Grens"
-
-#: converttexttable.ui:323
+#: sw/uiconfig/swriter/ui/converttexttable.ui:314
msgctxt "converttexttable|label3"
msgid "The first "
msgstr ""
-#: converttexttable.ui:336
+#: sw/uiconfig/swriter/ui/converttexttable.ui:327
msgctxt "converttexttable|label4"
msgid "rows"
msgstr "rye"
-#: converttexttable.ui:366
+#: sw/uiconfig/swriter/ui/converttexttable.ui:356
#, fuzzy
msgctxt "converttexttable|autofmt"
msgid "AutoFormat..."
msgstr "Outo~Formateer..."
-#: converttexttable.ui:383
+#: sw/uiconfig/swriter/ui/converttexttable.ui:373
msgctxt "converttexttable|label2"
msgid "Options"
msgstr "Opsies"
-#: createaddresslist.ui:9
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:9
#, fuzzy
msgctxt "createaddresslist|CreateAddressList"
msgid "New Address List"
msgstr "Nuwe adreslys"
-#: createaddresslist.ui:96
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:96
#, fuzzy
msgctxt "createaddresslist|ADDRESS_INFORMATION"
msgid "Address Information"
msgstr "Adresinligting"
-#: createaddresslist.ui:130
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:130
#, fuzzy
msgctxt "createaddresslist|VIEW_ENTRIES"
msgid "Sho_w entry number"
msgstr "W~ys inskrywingnommer"
-#: createaddresslist.ui:149
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:149
msgctxt "createaddresslist|START"
msgid "|<"
msgstr ""
-#: createaddresslist.ui:162
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:162
msgctxt "createaddresslist|PREV"
msgid "<"
msgstr ""
-#: createaddresslist.ui:175
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:175
msgctxt "createaddresslist|END"
msgid ">|"
msgstr ""
-#: createaddresslist.ui:188
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:188
msgctxt "createaddresslist|NEXT"
msgid ">"
msgstr ""
-#: createaddresslist.ui:239
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:239
#, fuzzy
msgctxt "createaddresslist|NEW"
msgid "_New"
msgstr "Nuwe"
-#: createaddresslist.ui:254
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:254
#, fuzzy
msgctxt "createaddresslist|DELETE"
msgid "_Delete"
msgstr "Skrap"
-#: createaddresslist.ui:269
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:269
#, fuzzy
msgctxt "createaddresslist|FIND"
msgid "_Find..."
msgstr "~Vind..."
-#: createaddresslist.ui:284
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:284
#, fuzzy
msgctxt "createaddresslist|CUSTOMIZE"
msgid "C_ustomize..."
msgstr "D~oelmaak..."
-#: createauthorentry.ui:8
+#: sw/uiconfig/swriter/ui/createauthorentry.ui:8
#, fuzzy
msgctxt "createauthorentry|CreateAuthorEntryDialog"
msgid "Define Bibliography Entry"
msgstr "Voeg bibliografiese inskrywing in"
-#: createauthorentry.ui:189
+#: sw/uiconfig/swriter/ui/createauthorentry.ui:189
msgctxt "createauthorentry|label1"
msgid "Entry Data"
msgstr ""
-#: createautomarkdialog.ui:8
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:8
msgctxt "createautomarkdialog|CreateAutomarkDialog"
msgid "Edit Concordance File"
msgstr ""
-#: createautomarkdialog.ui:101
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:101
msgctxt "createautomarkdialog|searchterm"
msgid "Search term"
msgstr ""
-#: createautomarkdialog.ui:113
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:113
msgctxt "createautomarkdialog|alternative"
msgid "Alternative entry"
msgstr ""
-#: createautomarkdialog.ui:125
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:125
msgctxt "createautomarkdialog|key1"
msgid "1st key"
msgstr "1e sleutel"
-#: createautomarkdialog.ui:137
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:137
msgctxt "createautomarkdialog|key2"
msgid "2nd key"
msgstr "2e sleutel"
-#: createautomarkdialog.ui:149
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:149
#, fuzzy
msgctxt "createautomarkdialog|comment"
msgid "Comment"
msgstr "Inhoud"
-#: createautomarkdialog.ui:161
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:161
#, fuzzy
msgctxt "createautomarkdialog|casesensitive"
msgid "Match case"
msgstr "Selfde kas"
-#: createautomarkdialog.ui:173
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:173
msgctxt "createautomarkdialog|wordonly"
msgid "Word only"
msgstr ""
-#: createautomarkdialog.ui:185
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:185
msgctxt "createautomarkdialog|yes"
msgid "Yes"
msgstr "Ja"
-#: createautomarkdialog.ui:197
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:197
msgctxt "createautomarkdialog|no"
msgid "No"
msgstr "Nee"
-#: createautomarkdialog.ui:223
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:223
#, fuzzy
msgctxt "createautomarkdialog|label1"
msgid "Entries"
msgstr "~Inskrywings"
-#: customizeaddrlistdialog.ui:18
+#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:18
msgctxt "customizeaddrlistdialog|CustomizeAddrListDialog"
msgid "Customize Address List"
msgstr ""
-#: customizeaddrlistdialog.ui:100
+#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:100
#, fuzzy
msgctxt "customizeaddrlistdialog|add"
msgid "_Add..."
msgstr "Voeg by..."
-#: customizeaddrlistdialog.ui:128
+#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:128
#, fuzzy
msgctxt "customizeaddrlistdialog|rename"
msgid "_Rename..."
msgstr "Hernoem..."
-#: customizeaddrlistdialog.ui:158
+#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:158
msgctxt "customizeaddrlistdialog|label1"
msgid "A_ddress list elements:"
msgstr ""
-#: datasourcesunavailabledialog.ui:8
+#: sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui:7
msgctxt "datasourcesunavailabledialog|DataSourcesUnavailableDialog"
msgid "Create a New Data Source?"
msgstr ""
-#: datasourcesunavailabledialog.ui:14
+#: sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui:14
msgctxt "datasourcesunavailabledialog|DataSourcesUnavailableDialog"
msgid "No data sources are available. Create a new one?"
msgstr ""
-#: datasourcesunavailabledialog.ui:15
+#: sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui:15
msgctxt "datasourcesunavailabledialog|DataSourcesUnavailableDialog"
msgid "No data source has been set up yet. You need a data source, such as a database, to supply data (for example, names and addresses) for the fields."
msgstr ""
-#: dropcapspage.ui:56
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:56
msgctxt "dropcapspage|checkCB_SWITCH"
msgid "_Display drop caps"
msgstr ""
-#: dropcapspage.ui:72
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:72
msgctxt "dropcapspage|checkCB_WORD"
msgid "_Whole word"
msgstr ""
-#: dropcapspage.ui:91
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:91
msgctxt "dropcapspage|labelFT_DROPCAPS"
msgid "Number of _characters:"
msgstr ""
-#: dropcapspage.ui:105
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:105
#, fuzzy
msgctxt "dropcapspage|labelTXT_LINES"
msgid "_Lines:"
msgstr "Reëls"
-#: dropcapspage.ui:119
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:119
msgctxt "dropcapspage|labelTXT_DISTANCE"
msgid "_Space to text:"
msgstr ""
-#: dropcapspage.ui:176
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:173
#, fuzzy
msgctxt "dropcapspage|labelFL_SETTING"
msgid "Settings"
msgstr "Instelling"
-#: dropcapspage.ui:211
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:208
#, fuzzy
msgctxt "dropcapspage|labelTXT_TEXT"
msgid "_Text:"
msgstr "Teks"
-#: dropcapspage.ui:225
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:222
#, fuzzy
msgctxt "dropcapspage|labelTXT_TEMPLATE"
msgid "Character st_yle:"
msgstr "Karakterstyle"
-#: dropcapspage.ui:264
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:260
msgctxt "dropcapspage|labelFL_CONTENT"
msgid "Contents"
msgstr "Inhoud"
-#: dropdownfielddialog.ui:7
+#: sw/uiconfig/swriter/ui/dropdownfielddialog.ui:26
msgctxt "dropdownfielddialog|DropdownFieldDialog"
msgid "Choose Item: "
msgstr ""
-#: dropdownfielddialog.ui:174
+#: sw/uiconfig/swriter/ui/dropdownfielddialog.ui:212
msgctxt "dropdownfielddialog|label1"
msgid "Edit"
msgstr "Redigeer"
-#: editcategories.ui:8
+#: sw/uiconfig/swriter/ui/editcategories.ui:8
msgctxt "editcategories|EditCategoriesDialog"
msgid "Edit Categories"
msgstr ""
-#: editcategories.ui:93
+#: sw/uiconfig/swriter/ui/editcategories.ui:93
#, fuzzy
msgctxt "editcategories|rename"
msgid "_Rename"
msgstr "Hernoem"
-#: editcategories.ui:127
+#: sw/uiconfig/swriter/ui/editcategories.ui:127
#, fuzzy
msgctxt "editcategories|label3"
msgid "Selection list"
msgstr "Seleksielys"
-#: editcategories.ui:144
+#: sw/uiconfig/swriter/ui/editcategories.ui:144
#, fuzzy
msgctxt "editcategories|group"
msgid "label"
msgstr "Etiket"
-#: editcategories.ui:171
+#: sw/uiconfig/swriter/ui/editcategories.ui:171
msgctxt "editcategories|label2"
msgid "Path"
msgstr "Pad"
-#: editcategories.ui:187
+#: sw/uiconfig/swriter/ui/editcategories.ui:187
msgctxt "editcategories|label1"
msgid "Category"
msgstr "Kategorie"
-#: editfielddialog.ui:17
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:18
msgctxt "editfielddialog|EditFieldDialog"
msgid "Edit Fields"
msgstr ""
-#: editfielddialog.ui:114
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:92
+msgctxt "editfielddialog|prev_tip"
+msgid "Previous field of same type"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:109
+msgctxt "editfielddialog|next_tip"
+msgid "Next field of same type"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:121
#, fuzzy
msgctxt "editfielddialog|edit"
msgid "_Edit"
msgstr "Redigeer"
-#: editsectiondialog.ui:9
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:126
+msgctxt "editfielddialog|edit_tip"
+msgid "Edit variable field content"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:9
msgctxt "editsectiondialog|EditSectionDialog"
msgid "Edit Sections"
msgstr ""
-#: editsectiondialog.ui:53
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:53
#, fuzzy
msgctxt "editsectiondialog|options"
msgid "_Options..."
msgstr "Opsies..."
-#: editsectiondialog.ui:168
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:167
#, fuzzy
msgctxt "editsectiondialog|label1"
msgid "Section"
msgstr "Seleksie"
-#: editsectiondialog.ui:211
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:210
#, fuzzy
msgctxt "editsectiondialog|link"
msgid "_Link"
msgstr "Reël"
-#: editsectiondialog.ui:228
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:227
#, fuzzy
msgctxt "editsectiondialog|dde"
msgid "DD_E"
msgstr "DDE"
-#: editsectiondialog.ui:258
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:257
msgctxt "editsectiondialog|file"
msgid "Browse..."
msgstr "Blaai..."
-#: editsectiondialog.ui:286
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:284
#, fuzzy
msgctxt "editsectiondialog|sectionft"
msgid "_Section"
msgstr "Seleksie"
-#: editsectiondialog.ui:324
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:321
#, fuzzy
msgctxt "editsectiondialog|filenameft"
msgid "_File name"
msgstr "Lêernaam"
-#: editsectiondialog.ui:339
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:336
msgctxt "editsectiondialog|ddeft"
msgid "DDE _Command"
msgstr ""
-#: editsectiondialog.ui:371
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:368
#, fuzzy
msgctxt "editsectiondialog|label8"
msgid "Link"
msgstr "Reël"
-#: editsectiondialog.ui:408
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:405
msgctxt "editsectiondialog|protect"
msgid "_Protected"
msgstr ""
-#: editsectiondialog.ui:436
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:433
msgctxt "editsectiondialog|withpassword"
msgid "Wit_h password"
msgstr ""
-#: editsectiondialog.ui:455
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:452
msgctxt "editsectiondialog|password"
msgid "Password..."
msgstr ""
-#: editsectiondialog.ui:485
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:482
#, fuzzy
msgctxt "editsectiondialog|label6"
msgid "Write Protection"
msgstr "Groottebeskerming"
-#: editsectiondialog.ui:522
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:519
msgctxt "editsectiondialog|hide"
msgid "Hide"
msgstr "Versteek"
-#: editsectiondialog.ui:554
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:551
msgctxt "editsectiondialog|conditionft"
msgid "_With Condition"
msgstr ""
-#: editsectiondialog.ui:592
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:588
msgctxt "editsectiondialog|label4"
msgid "Hide"
msgstr "Versteek"
-#: editsectiondialog.ui:628
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:624
msgctxt "editsectiondialog|editinro"
msgid "E_ditable in read-only document"
msgstr ""
-#: editsectiondialog.ui:651
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:647
msgctxt "editsectiondialog|label9"
msgid "Properties"
msgstr "Eienskappe"
-#: endnotepage.ui:40
+#: sw/uiconfig/swriter/ui/endnotepage.ui:40
msgctxt "endnotepage|label19"
msgid "Numbering"
msgstr "Nommering"
-#: endnotepage.ui:54
+#: sw/uiconfig/swriter/ui/endnotepage.ui:54
#, fuzzy
msgctxt "endnotepage|label22"
msgid "Before"
msgstr "Voor"
-#: endnotepage.ui:68
+#: sw/uiconfig/swriter/ui/endnotepage.ui:68
#, fuzzy
msgctxt "endnotepage|offset"
msgid "Start at"
msgstr "Begin by"
-#: endnotepage.ui:82
+#: sw/uiconfig/swriter/ui/endnotepage.ui:82
#, fuzzy
msgctxt "endnotepage|label25"
msgid "After"
msgstr "Na"
-#: endnotepage.ui:159
+#: sw/uiconfig/swriter/ui/endnotepage.ui:153
#, fuzzy
msgctxt "endnotepage|label26"
msgid "Autonumbering"
msgstr "OutoNommering"
-#: endnotepage.ui:201
+#: sw/uiconfig/swriter/ui/endnotepage.ui:195
msgctxt "endnotepage|label20"
msgid "Paragraph"
msgstr "Paragraaf"
-#: endnotepage.ui:215
+#: sw/uiconfig/swriter/ui/endnotepage.ui:209
msgctxt "endnotepage|pagestyleft"
msgid "Page"
msgstr "Bladsy"
-#: endnotepage.ui:256
+#: sw/uiconfig/swriter/ui/endnotepage.ui:250
#, fuzzy
msgctxt "endnotepage|label23"
msgid "Styles"
msgstr "Style"
-#: endnotepage.ui:293
+#: sw/uiconfig/swriter/ui/endnotepage.ui:287
#, fuzzy
msgctxt "endnotepage|label27"
msgid "Text area"
msgstr "Te~ksarea"
-#: endnotepage.ui:307
+#: sw/uiconfig/swriter/ui/endnotepage.ui:301
#, fuzzy
msgctxt "endnotepage|label28"
msgid "Endnote area"
msgstr "~Eindnota-area"
-#: endnotepage.ui:348
+#: sw/uiconfig/swriter/ui/endnotepage.ui:342
#, fuzzy
msgctxt "endnotepage|label29"
msgid "Character Styles"
msgstr "Karakterstyle"
-#: envaddresspage.ui:61
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:61
#, fuzzy
msgctxt "envaddresspage|label2"
msgid "Addr_essee"
msgstr "Geadresseerde"
-#: envaddresspage.ui:98
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:98
msgctxt "envaddresspage|label4"
msgid "Database"
msgstr "Databasis"
-#: envaddresspage.ui:144
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:144
msgctxt "envaddresspage|label7"
msgid "Table"
msgstr "Tabel"
-#: envaddresspage.ui:190
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:190
msgctxt "envaddresspage|label8"
msgid "Database field"
msgstr "Databasisveld"
-#: envaddresspage.ui:237
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:237
msgctxt "envaddresspage|insert|tooltip_text"
msgid "Insert"
msgstr "Voeg in"
-#: envaddresspage.ui:297
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:297
#, fuzzy
msgctxt "envaddresspage|sender"
msgid "_Sender"
msgstr "Afsender"
-#: envaddresspage.ui:345
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:345
msgctxt "envaddresspage|preview-atkobject"
msgid "Preview"
msgstr "Voorskou"
-#: envdialog.ui:8
+#: sw/uiconfig/swriter/ui/envdialog.ui:8
msgctxt "envdialog|EnvDialog"
msgid "Envelope"
msgstr "Koevert"
-#: envdialog.ui:21
+#: sw/uiconfig/swriter/ui/envdialog.ui:21
#, fuzzy
msgctxt "envdialog|ok"
msgid "_New Document"
msgstr "Per dokument"
-#: envdialog.ui:37
+#: sw/uiconfig/swriter/ui/envdialog.ui:37
#, fuzzy
msgctxt "envdialog|user"
msgid "_Insert"
msgstr "Voeg in"
-#: envdialog.ui:51
+#: sw/uiconfig/swriter/ui/envdialog.ui:51
#, fuzzy
msgctxt "envdialog|modify"
msgid "_Modify"
msgstr "Wysig"
-#: envdialog.ui:132
+#: sw/uiconfig/swriter/ui/envdialog.ui:132
msgctxt "envdialog|envelope"
msgid "Envelope"
msgstr "Koevert"
-#: envdialog.ui:154
+#: sw/uiconfig/swriter/ui/envdialog.ui:154
msgctxt "envdialog|format"
msgid "Format"
msgstr "Formaat"
-#: envdialog.ui:177
+#: sw/uiconfig/swriter/ui/envdialog.ui:177
msgctxt "envdialog|printer"
msgid "Printer"
msgstr "Drukker"
-#: envformatpage.ui:89
+#: sw/uiconfig/swriter/ui/envformatpage.ui:85
#, fuzzy
msgctxt "envformatpage|label5"
msgid "from left"
msgstr "Van links"
-#: envformatpage.ui:118
+#: sw/uiconfig/swriter/ui/envformatpage.ui:114
#, fuzzy
msgctxt "envformatpage|label6"
msgid "from top"
msgstr "Vanaf bo"
-#: envformatpage.ui:155
+#: sw/uiconfig/swriter/ui/envformatpage.ui:151
msgctxt "envformatpage|label7"
msgid "Format"
msgstr "Formaat"
-#: envformatpage.ui:168
+#: sw/uiconfig/swriter/ui/envformatpage.ui:164
msgctxt "envformatpage|addredit"
msgid "Edit"
msgstr "Redigeer"
-#: envformatpage.ui:202
+#: sw/uiconfig/swriter/ui/envformatpage.ui:198
msgctxt "envformatpage|label4"
msgid "Position"
msgstr "Posisie"
-#: envformatpage.ui:213
+#: sw/uiconfig/swriter/ui/envformatpage.ui:209
msgctxt "envformatpage|label1"
msgid "Addressee"
msgstr "Geadresseerde"
-#: envformatpage.ui:308
+#: sw/uiconfig/swriter/ui/envformatpage.ui:300
#, fuzzy
msgctxt "envformatpage|label8"
msgid "from left"
msgstr "Van links"
-#: envformatpage.ui:337
+#: sw/uiconfig/swriter/ui/envformatpage.ui:329
#, fuzzy
msgctxt "envformatpage|label9"
msgid "from top"
msgstr "Vanaf bo"
-#: envformatpage.ui:374
+#: sw/uiconfig/swriter/ui/envformatpage.ui:366
msgctxt "envformatpage|label10"
msgid "Format"
msgstr "Formaat"
-#: envformatpage.ui:387
+#: sw/uiconfig/swriter/ui/envformatpage.ui:379
msgctxt "envformatpage|senderedit"
msgid "Edit"
msgstr "Redigeer"
-#: envformatpage.ui:421
+#: sw/uiconfig/swriter/ui/envformatpage.ui:413
msgctxt "envformatpage|label11"
msgid "Position"
msgstr "Posisie"
-#: envformatpage.ui:432
+#: sw/uiconfig/swriter/ui/envformatpage.ui:424
msgctxt "envformatpage|label2"
msgid "Sender"
msgstr "Afsender"
-#: envformatpage.ui:478
+#: sw/uiconfig/swriter/ui/envformatpage.ui:470
#, fuzzy
msgctxt "envformatpage|label12"
msgid "F_ormat"
msgstr "Formaat"
-#: envformatpage.ui:494
+#: sw/uiconfig/swriter/ui/envformatpage.ui:486
#, fuzzy
msgctxt "envformatpage|label13"
msgid "_Width"
msgstr "Wydte"
-#: envformatpage.ui:510
+#: sw/uiconfig/swriter/ui/envformatpage.ui:502
#, fuzzy
msgctxt "envformatpage|label14"
msgid "_Height"
msgstr "Hoogte"
-#: envformatpage.ui:583
+#: sw/uiconfig/swriter/ui/envformatpage.ui:571
msgctxt "envformatpage|preview-atkobject"
msgid "Preview"
msgstr "Voorskou"
-#: envformatpage.ui:602
+#: sw/uiconfig/swriter/ui/envformatpage.ui:590
#, fuzzy
msgctxt "envformatpage|label3"
msgid "Size"
msgstr "Reël"
-#: envformatpage.ui:635
+#: sw/uiconfig/swriter/ui/envformatpage.ui:623
#, fuzzy
msgctxt "envformatpage|character"
msgid "C_haracter..."
msgstr "K~arakter..."
-#: envformatpage.ui:643
+#: sw/uiconfig/swriter/ui/envformatpage.ui:631
#, fuzzy
msgctxt "envformatpage|paragraph"
msgid "P_aragraph..."
msgstr "Pa~ragraaf..."
-#: envprinterpage.ui:35
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:35
#, fuzzy
msgctxt "envprinterpage|top"
msgid "_Print from top"
msgstr "Krimp van bo af"
-#: envprinterpage.ui:54
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:54
#, fuzzy
msgctxt "envprinterpage|bottom"
msgid "Print from _bottom"
msgstr "Krimp van onder af"
-#: envprinterpage.ui:75
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:75
msgctxt "envprinterpage|label3"
msgid "_Shift right"
msgstr ""
-#: envprinterpage.ui:90
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:90
msgctxt "envprinterpage|label4"
msgid "Shift _down"
msgstr ""
-#: envprinterpage.ui:138
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:135
#, fuzzy
msgctxt "envprinterpage|horileft|tooltip_text"
msgid "Horizontal Left"
msgstr "Horisontale reël"
-#: envprinterpage.ui:140
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:137
#, fuzzy
msgctxt "envprinterpage|horileft"
msgid "Horizontal Left"
msgstr "Horisontale reël"
-#: envprinterpage.ui:152
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:149
#, fuzzy
msgctxt "envprinterpage|horicenter|tooltip_text"
msgid "Horizontal Center"
msgstr "Horisontale reël"
-#: envprinterpage.ui:154
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:151
#, fuzzy
msgctxt "envprinterpage|horicenter"
msgid "Horizontal Center"
msgstr "Horisontale reël"
-#: envprinterpage.ui:166
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:163
#, fuzzy
msgctxt "envprinterpage|horiright|tooltip_text"
msgid "Horizontal Right"
msgstr "Horisontale reël"
-#: envprinterpage.ui:168
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:165
#, fuzzy
msgctxt "envprinterpage|horiright"
msgid "Horizontal Right"
msgstr "Horisontale reël"
-#: envprinterpage.ui:180
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:177
#, fuzzy
msgctxt "envprinterpage|vertleft|tooltip_text"
msgid "Vertical Left"
msgstr "Vertikale teks"
-#: envprinterpage.ui:182
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:179
#, fuzzy
msgctxt "envprinterpage|vertleft"
msgid "Vertical Left"
msgstr "Vertikale teks"
-#: envprinterpage.ui:194
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:191
msgctxt "envprinterpage|vertcenter|tooltip_text"
msgid "Vertical Center"
msgstr ""
-#: envprinterpage.ui:196
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:193
msgctxt "envprinterpage|vertcenter"
msgid "Vertical Center"
msgstr ""
-#: envprinterpage.ui:208
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:205
msgctxt "envprinterpage|vertright|tooltip_text"
msgid "Vertical Right"
msgstr ""
-#: envprinterpage.ui:210
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:207
msgctxt "envprinterpage|vertright"
msgid "Vertical Right"
msgstr ""
-#: envprinterpage.ui:234
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:231
msgctxt "envprinterpage|label1"
msgid "Envelope Orientation"
msgstr ""
-#: envprinterpage.ui:269
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:266
msgctxt "envprinterpage|setup"
msgid "Setup..."
msgstr ""
-#: envprinterpage.ui:288
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:285
msgctxt "envprinterpage|printername"
msgid "Printer Name"
msgstr ""
-#: envprinterpage.ui:307
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:304
msgctxt "envprinterpage|label2"
msgid "Current Printer"
msgstr ""
-#: exchangedatabases.ui:8
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:8
msgctxt "exchangedatabases|ExchangeDatabasesDialog"
msgid "Exchange Databases"
msgstr ""
-#: exchangedatabases.ui:21
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:21
#, fuzzy
msgctxt "exchangedatabases|define"
msgid "Define"
msgstr "~Definieer"
-#: exchangedatabases.ui:106
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:106
msgctxt "exchangedatabases|label5"
msgid "Databases in Use"
msgstr ""
-#: exchangedatabases.ui:122
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:122
msgctxt "exchangedatabases|label6"
msgid "_Available Databases"
msgstr ""
-#: exchangedatabases.ui:135
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:135
msgctxt "exchangedatabases|browse"
msgid "Browse..."
msgstr "Blaai..."
-#: exchangedatabases.ui:156
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:156
msgctxt "exchangedatabases|label7"
msgid ""
"Use this dialog to replace the databases you access in your document via database fields, with other databases. You can only make one change at a time. Multiple selection is possible in the list on the left.\n"
"Use the browse button to select a database file."
msgstr ""
-#: exchangedatabases.ui:207
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:207
msgctxt "exchangedatabases|label1"
msgid "Exchange Databases"
msgstr ""
-#: exchangedatabases.ui:229
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:229
msgctxt "exchangedatabases|label2"
msgid "Database applied to document:"
msgstr ""
-#: fielddialog.ui:8
+#: sw/uiconfig/swriter/ui/fielddialog.ui:8
msgctxt "fielddialog|FieldDialog"
msgid "Fields"
msgstr "Velde"
-#: fielddialog.ui:21
+#: sw/uiconfig/swriter/ui/fielddialog.ui:21
#, fuzzy
msgctxt "fielddialog|ok"
msgid "_Insert"
msgstr "Voeg in"
-#: fielddialog.ui:104
+#: sw/uiconfig/swriter/ui/fielddialog.ui:129
msgctxt "fielddialog|document"
msgid "Document"
msgstr "Dokument"
-#: fielddialog.ui:126
+#: sw/uiconfig/swriter/ui/fielddialog.ui:175
#, fuzzy
msgctxt "fielddialog|ref"
msgid "Cross-references"
msgstr "kruisverwysing"
-#: fielddialog.ui:149
+#: sw/uiconfig/swriter/ui/fielddialog.ui:222
msgctxt "fielddialog|functions"
msgid "Functions"
msgstr "Funksies"
-#: fielddialog.ui:172
+#: sw/uiconfig/swriter/ui/fielddialog.ui:269
msgctxt "fielddialog|docinfo"
msgid "DocInformation"
msgstr "DokInligting"
-#: fielddialog.ui:195
+#: sw/uiconfig/swriter/ui/fielddialog.ui:316
#, fuzzy
msgctxt "fielddialog|variables"
msgid "Variables"
msgstr "Veranderlike"
-#: fielddialog.ui:218
+#: sw/uiconfig/swriter/ui/fielddialog.ui:363
msgctxt "fielddialog|database"
msgid "Database"
msgstr "Databasis"
-#: findentrydialog.ui:8
+#: sw/uiconfig/swriter/ui/findentrydialog.ui:8
msgctxt "findentrydialog|FindEntryDialog"
msgid "Find Entry"
msgstr ""
-#: findentrydialog.ui:91
+#: sw/uiconfig/swriter/ui/findentrydialog.ui:91
#, fuzzy
msgctxt "findentrydialog|label1"
msgid "F_ind"
msgstr "Vind"
-#: findentrydialog.ui:131
+#: sw/uiconfig/swriter/ui/findentrydialog.ui:130
msgctxt "findentrydialog|findin"
msgid "Find _only in"
msgstr ""
-#: flddbpage.ui:57
+#: sw/uiconfig/swriter/ui/flddbpage.ui:57
#, fuzzy
msgctxt "flddbpage|label1"
msgid "_Type"
msgstr "Soort"
-#: flddbpage.ui:86
+#: sw/uiconfig/swriter/ui/flddbpage.ui:86
#, fuzzy
msgctxt "flddbpage|label5"
msgid "_Condition"
msgstr "~Voorwaarde"
-#: flddbpage.ui:145
+#: sw/uiconfig/swriter/ui/flddbpage.ui:141
msgctxt "flddbpage|label4"
msgid "Record number"
msgstr "Rekordnommer"
-#: flddbpage.ui:218
+#: sw/uiconfig/swriter/ui/flddbpage.ui:214
msgctxt "flddbpage|label2"
msgid "Database s_election"
msgstr ""
-#: flddbpage.ui:243
+#: sw/uiconfig/swriter/ui/flddbpage.ui:239
msgctxt "flddbpage|browseft"
msgid "Add database file"
msgstr ""
-#: flddbpage.ui:256
+#: sw/uiconfig/swriter/ui/flddbpage.ui:252
msgctxt "flddbpage|browse"
msgid "Browse..."
msgstr "Blaai..."
-#: flddbpage.ui:297
+#: sw/uiconfig/swriter/ui/flddbpage.ui:293
msgctxt "flddbpage|fromdatabasecb"
msgid "From database"
msgstr ""
-#: flddbpage.ui:315
+#: sw/uiconfig/swriter/ui/flddbpage.ui:312
#, fuzzy
msgctxt "flddbpage|userdefinedcb"
msgid "User-defined"
msgstr "Gebruikergedefinieer"
-#: flddbpage.ui:389
+#: sw/uiconfig/swriter/ui/flddbpage.ui:387
msgctxt "flddbpage|label3"
msgid "Format"
msgstr "Formaat"
-#: flddocinfopage.ui:42
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:42
#, fuzzy
msgctxt "flddocinfopage|label1"
msgid "_Type"
msgstr "Soort"
-#: flddocinfopage.ui:88
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:88
#, fuzzy
msgctxt "flddocinfopage|label2"
msgid "S_elect"
msgstr "Kies"
-#: flddocinfopage.ui:138
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:138
msgctxt "flddocinfopage|fixed"
msgid "_Fixed content"
msgstr ""
-#: flddocinfopage.ui:161
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:161
#, fuzzy
msgctxt "flddocinfopage|label3"
msgid "F_ormat"
msgstr "Formaat"
-#: flddocinfopage.ui:183
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:183
msgctxt "flddocinfopage|liststore1"
msgid "Author"
msgstr "Outeur"
-#: flddocinfopage.ui:186
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:186
msgctxt "flddocinfopage|liststore1"
msgid "Time"
msgstr "Tyd"
-#: flddocinfopage.ui:189
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:189
msgctxt "flddocinfopage|liststore1"
msgid "Date"
msgstr "Datum"
-#: flddocinfopage.ui:192
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:192
msgctxt "flddocinfopage|liststore1"
msgid "Date Time Author"
msgstr ""
-#: flddocumentpage.ui:50
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:50
#, fuzzy
msgctxt "flddocumentpage|label1"
msgid "_Type"
msgstr "Soort"
-#: flddocumentpage.ui:95
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:95
#, fuzzy
msgctxt "flddocumentpage|label2"
msgid "S_elect"
msgstr "Kies"
-#: flddocumentpage.ui:179
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:179
#, fuzzy
msgctxt "flddocumentpage|label3"
msgid "F_ormat"
msgstr "Formaat"
-#: flddocumentpage.ui:196
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:196
msgctxt "flddocumentpage|fixed"
msgid "_Fixed content"
msgstr ""
-#: flddocumentpage.ui:221
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:221
msgctxt "flddocumentpage|levelft"
msgid "Level"
msgstr "Vlak"
-#: flddocumentpage.ui:266
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:262
msgctxt "flddocumentpage|daysft"
msgid "Offs_et in days"
msgstr ""
-#: flddocumentpage.ui:282
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:278
msgctxt "flddocumentpage|minutesft"
msgid "Offs_et in minutes"
msgstr ""
-#: flddocumentpage.ui:311
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:307
#, fuzzy
msgctxt "flddocumentpage|valueft"
msgid "_Value"
msgstr "Waarde"
-#: fldfuncpage.ui:42
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:42
#, fuzzy
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "Soort"
-#: fldfuncpage.ui:89
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:89
#, fuzzy
msgctxt "fldfuncpage|label4"
msgid "S_elect"
msgstr "Kies"
-#: fldfuncpage.ui:135
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:135
#, fuzzy
msgctxt "fldfuncpage|label2"
msgid "F_ormat"
msgstr "Formaat"
-#: fldfuncpage.ui:157
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:157
#, fuzzy
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "Makro..."
-#: fldfuncpage.ui:182
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:182
#, fuzzy
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "Waarde"
-#: fldfuncpage.ui:226
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:225
#, fuzzy
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "Naam"
-#: fldfuncpage.ui:271
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:268
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr ""
-#: fldfuncpage.ui:315
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:310
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr ""
-#: fldfuncpage.ui:365
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:358
#, fuzzy
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "Item"
-#: fldfuncpage.ui:425
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:416
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr ""
-#: fldfuncpage.ui:477
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:468
#, fuzzy
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "Skuif op"
-#: fldfuncpage.ui:491
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:482
#, fuzzy
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "Skuif ondertoe"
-#: fldfuncpage.ui:521
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:512
#, fuzzy
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "Naam"
-#: fldfuncpage.ui:586
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:575
msgctxt "fldfuncpage|liststore1"
msgid "Author"
msgstr "Outeur"
-#: fldfuncpage.ui:589
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:578
msgctxt "fldfuncpage|liststore1"
msgid "Time"
msgstr "Tyd"
-#: fldfuncpage.ui:592
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:581
msgctxt "fldfuncpage|liststore1"
msgid "Date"
msgstr "Datum"
-#: fldfuncpage.ui:595
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:584
msgctxt "fldfuncpage|liststore1"
msgid "Date Time Author"
msgstr ""
-#: fldrefpage.ui:13
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:13
msgctxt "fldrefpage|liststore1"
msgid "Bookmarks"
msgstr "Boekmerke"
-#: fldrefpage.ui:16
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:16
#, fuzzy
msgctxt "fldrefpage|liststore1"
msgid "Footnotes"
msgstr "Voetnoot"
-#: fldrefpage.ui:19
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:19
#, fuzzy
msgctxt "fldrefpage|liststore1"
msgid "Endnotes"
msgstr "Eindnoot"
-#: fldrefpage.ui:22
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:22
#, fuzzy
msgctxt "fldrefpage|liststore1"
msgid "Headings"
msgstr "Opskrif"
-#: fldrefpage.ui:25
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:25
msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr ""
-#: fldrefpage.ui:81
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:81
#, fuzzy
msgctxt "fldrefpage|label1"
msgid "_Type"
msgstr "Soort"
-#: fldrefpage.ui:126
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:126
#, fuzzy
msgctxt "fldrefpage|label3"
msgid "Insert _reference to"
msgstr "Voeg verwysing in"
-#: fldrefpage.ui:169
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:169
msgctxt "fldrefpage|label4"
msgid "Selection"
msgstr "Seleksie"
-#: fldrefpage.ui:195
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:195
#, fuzzy
msgctxt "fldrefpage|filter"
msgid "Filter Selection"
msgstr "Filterseleksie"
-#: fldrefpage.ui:269
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:269
#, fuzzy
msgctxt "fldrefpage|label2"
msgid "S_election"
msgstr "Seleksie"
-#: fldrefpage.ui:296
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:296
#, fuzzy
msgctxt "fldrefpage|valueft"
msgid "_Value"
msgstr "Waarde"
-#: fldrefpage.ui:323
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:322
#, fuzzy
msgctxt "fldrefpage|nameft"
msgid "Na_me"
msgstr "Naam"
-#: fldvarpage.ui:52
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:52
#, fuzzy
msgctxt "fldvarpage|label1"
msgid "_Type"
msgstr "Soort"
-#: fldvarpage.ui:77
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:77
#, fuzzy
msgctxt "fldvarpage|nameft"
msgid "Na_me"
msgstr "Naam"
-#: fldvarpage.ui:154
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:152
#, fuzzy
msgctxt "fldvarpage|label2"
msgid "S_elect"
msgstr "Kies"
-#: fldvarpage.ui:179
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:177
#, fuzzy
msgctxt "fldvarpage|valueft"
msgid "_Value"
msgstr "Waarde"
-#: fldvarpage.ui:297
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:293
#, fuzzy
msgctxt "fldvarpage|label3"
msgid "F_ormat"
msgstr "Formaat"
-#: fldvarpage.ui:313
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:309
msgctxt "fldvarpage|invisible"
msgid "Invisi_ble"
msgstr ""
-#: fldvarpage.ui:352
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:348
#, fuzzy
msgctxt "fldvarpage|label5"
msgid "_Level"
msgstr "Vlak"
-#: fldvarpage.ui:367
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:363
#, fuzzy
msgctxt "fldvarpage|separatorft"
msgid "_Separator"
msgstr "Skeier"
-#: fldvarpage.ui:385
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:381
#, fuzzy
msgctxt "fldvarpage|level"
msgid "None"
msgstr "Nota"
-#: fldvarpage.ui:402
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:397
msgctxt "fldvarpage|separator"
msgid "."
msgstr ""
-#: fldvarpage.ui:420
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:415
msgctxt "fldvarpage|label4"
msgid "Numbering by Chapter"
msgstr ""
-#: fldvarpage.ui:458
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:453
msgctxt "fldvarpage|apply|tooltip_text"
msgid "Apply"
msgstr "Pas toe"
-#: fldvarpage.ui:473
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:468
msgctxt "fldvarpage|delete|tooltip_text"
msgid "Delete"
msgstr "Skrap"
-#: fldvarpage.ui:528
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:523
msgctxt "fldvarpage|liststore1"
msgid "Author"
msgstr "Outeur"
-#: fldvarpage.ui:531
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:526
msgctxt "fldvarpage|liststore1"
msgid "Time"
msgstr "Tyd"
-#: fldvarpage.ui:534
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:529
msgctxt "fldvarpage|liststore1"
msgid "Date"
msgstr "Datum"
-#: fldvarpage.ui:537
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:532
msgctxt "fldvarpage|liststore1"
msgid "Date Time Author"
msgstr ""
-#: floatingnavigation.ui:11
+#: sw/uiconfig/swriter/ui/floatingnavigation.ui:11
msgctxt "floatingnavigation|FloatingNavigation"
msgid "Navigation"
msgstr "Navigasie"
-#: floatingsync.ui:10
+#: sw/uiconfig/swriter/ui/floatingsync.ui:10
msgctxt "floatingsync|FloatingSync"
msgid "Synchronize"
msgstr ""
-#: floatingsync.ui:23
+#: sw/uiconfig/swriter/ui/floatingsync.ui:23
#, fuzzy
msgctxt "floatingsync|sync"
msgid "Synchronize Labels"
msgstr "Sinchroniseer etikette"
-#: footendnotedialog.ui:8
+#: sw/uiconfig/swriter/ui/footendnotedialog.ui:8
msgctxt "footendnotedialog|FootEndnoteDialog"
msgid "Footnotes/Endnotes Settings"
msgstr ""
-#: footendnotedialog.ui:92
+#: sw/uiconfig/swriter/ui/footendnotedialog.ui:92
#, fuzzy
msgctxt "footendnotedialog|footnotes"
msgid "Footnotes"
msgstr "Voetnoot"
-#: footendnotedialog.ui:114
+#: sw/uiconfig/swriter/ui/footendnotedialog.ui:114
#, fuzzy
msgctxt "footendnotedialog|endnotes"
msgid "Endnotes"
msgstr "Eindnoot"
-#: footnoteareapage.ui:66
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:66
msgctxt "footnoteareapage|maxheightpage"
msgid "_Not larger than page area"
msgstr ""
-#: footnoteareapage.ui:86
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:86
msgctxt "footnoteareapage|maxheight"
msgid "Maximum footnote _height"
msgstr ""
-#: footnoteareapage.ui:112
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:112
msgctxt "footnoteareapage|label3"
msgid "Space to text"
msgstr ""
-#: footnoteareapage.ui:173
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:169
#, fuzzy
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "Voetnota-area"
-#: footnoteareapage.ui:213
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:209
#, fuzzy
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "Posisie"
-#: footnoteareapage.ui:230
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:226
#, fuzzy
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "Styl"
-#: footnoteareapage.ui:247
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:243
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr ""
-#: footnoteareapage.ui:264
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:260
#, fuzzy
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "Kleur"
-#: footnoteareapage.ui:281
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:277
#, fuzzy
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "Lengte"
-#: footnoteareapage.ui:298
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:294
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr ""
-#: footnoteareapage.ui:318
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:314
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "Links"
-#: footnoteareapage.ui:319
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:315
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "Gesentreer"
-#: footnoteareapage.ui:320
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:316
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "Regs"
-#: footnoteareapage.ui:417
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:409
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr ""
-#: footnotepage.ui:20
+#: sw/uiconfig/swriter/ui/footnotepage.ui:20
msgctxt "footnotepage|liststore1"
msgid "Per page"
msgstr "Per bladsy"
-#: footnotepage.ui:23
+#: sw/uiconfig/swriter/ui/footnotepage.ui:23
msgctxt "footnotepage|liststore1"
msgid "Per chapter"
msgstr "Per hoofstuk"
-#: footnotepage.ui:26
+#: sw/uiconfig/swriter/ui/footnotepage.ui:26
msgctxt "footnotepage|liststore1"
msgid "Per document"
msgstr "Per dokument"
-#: footnotepage.ui:58
+#: sw/uiconfig/swriter/ui/footnotepage.ui:58
msgctxt "footnotepage|label6"
msgid "Numbering"
msgstr "Nommering"
-#: footnotepage.ui:72
+#: sw/uiconfig/swriter/ui/footnotepage.ui:72
#, fuzzy
msgctxt "footnotepage|label7"
msgid "Counting"
msgstr "~Tel"
-#: footnotepage.ui:86
+#: sw/uiconfig/swriter/ui/footnotepage.ui:86
#, fuzzy
msgctxt "footnotepage|label8"
msgid "Before"
msgstr "Voor"
-#: footnotepage.ui:100
+#: sw/uiconfig/swriter/ui/footnotepage.ui:100
msgctxt "footnotepage|pos"
msgid "Position"
msgstr "Posisie"
-#: footnotepage.ui:114
+#: sw/uiconfig/swriter/ui/footnotepage.ui:114
#, fuzzy
msgctxt "footnotepage|offset"
msgid "Start at"
msgstr "Begin by"
-#: footnotepage.ui:128
+#: sw/uiconfig/swriter/ui/footnotepage.ui:128
#, fuzzy
msgctxt "footnotepage|label11"
msgid "After"
msgstr "Na"
-#: footnotepage.ui:140
+#: sw/uiconfig/swriter/ui/footnotepage.ui:140
#, fuzzy
msgctxt "footnotepage|pospagecb"
msgid "End of page"
msgstr "~Bladsyeinde"
-#: footnotepage.ui:160
+#: sw/uiconfig/swriter/ui/footnotepage.ui:161
#, fuzzy
msgctxt "footnotepage|posdoccb"
msgid "End of document"
msgstr "Einde van doku~ment"
-#: footnotepage.ui:280
+#: sw/uiconfig/swriter/ui/footnotepage.ui:276
#, fuzzy
msgctxt "footnotepage|label3"
msgid "Autonumbering"
msgstr "OutoNommering"
-#: footnotepage.ui:321
+#: sw/uiconfig/swriter/ui/footnotepage.ui:317
msgctxt "footnotepage|label4"
msgid "Paragraph"
msgstr "Paragraaf"
-#: footnotepage.ui:335
+#: sw/uiconfig/swriter/ui/footnotepage.ui:331
msgctxt "footnotepage|pagestyleft"
msgid "Page"
msgstr "Bladsy"
-#: footnotepage.ui:377
+#: sw/uiconfig/swriter/ui/footnotepage.ui:373
#, fuzzy
msgctxt "footnotepage|label12"
msgid "Styles"
msgstr "Style"
-#: footnotepage.ui:413
+#: sw/uiconfig/swriter/ui/footnotepage.ui:409
#, fuzzy
msgctxt "footnotepage|label15"
msgid "Text area"
msgstr "Te~ksarea"
-#: footnotepage.ui:427
+#: sw/uiconfig/swriter/ui/footnotepage.ui:423
msgctxt "footnotepage|label16"
msgid "Footnote area"
msgstr "Voetnota-area"
-#: footnotepage.ui:469
+#: sw/uiconfig/swriter/ui/footnotepage.ui:465
#, fuzzy
msgctxt "footnotepage|label13"
msgid "Character Styles"
msgstr "Karakterstyle"
-#: footnotepage.ui:513
+#: sw/uiconfig/swriter/ui/footnotepage.ui:509
#, fuzzy
msgctxt "footnotepage|label17"
msgid "End of footnote"
msgstr "Einde van ~voetnota"
-#: footnotepage.ui:527
+#: sw/uiconfig/swriter/ui/footnotepage.ui:523
#, fuzzy
msgctxt "footnotepage|label18"
msgid "Start of next page"
msgstr "Be~gin van volgende bladsy"
-#: footnotepage.ui:577
+#: sw/uiconfig/swriter/ui/footnotepage.ui:569
#, fuzzy
msgctxt "footnotepage|label5"
msgid "Continuation Notice"
msgstr "Voortsettingskennisgewing"
-#: footnotesendnotestabpage.ui:49
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:49
#, fuzzy
msgctxt "footnotesendnotestabpage|ftnntnum"
msgid "_Restart numbering"
msgstr "Herbegin nommering"
-#: footnotesendnotestabpage.ui:92
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:91
#, fuzzy
msgctxt "footnotesendnotestabpage|ftnoffset_label"
msgid "_Start at:"
msgstr "Begin by"
-#: footnotesendnotestabpage.ui:113
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:112
msgctxt "footnotesendnotestabpage|ftnntnumfmt"
msgid "Custom _format"
msgstr ""
-#: footnotesendnotestabpage.ui:157
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:155
#, fuzzy
msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "Na"
-#: footnotesendnotestabpage.ui:202
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:199
#, fuzzy
msgctxt "footnotesendnotestabpage|ftnprefix_label"
msgid "Be_fore:"
msgstr "Voor"
-#: footnotesendnotestabpage.ui:231
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:228
msgctxt "footnotesendnotestabpage|ftnntattextend"
msgid "Collec_t at end of text"
msgstr ""
-#: footnotesendnotestabpage.ui:255
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:252
#, fuzzy
msgctxt "footnotesendnotestabpage|label1"
msgid "Footnotes"
msgstr "Voetnoot"
-#: footnotesendnotestabpage.ui:292
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:289
msgctxt "footnotesendnotestabpage|endntattextend"
msgid "C_ollect at end of section"
msgstr ""
-#: footnotesendnotestabpage.ui:318
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:315
#, fuzzy
msgctxt "footnotesendnotestabpage|endntnum"
msgid "_Restart numbering"
msgstr "Herbegin nommering"
-#: footnotesendnotestabpage.ui:361
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:357
#, fuzzy
msgctxt "footnotesendnotestabpage|endoffset_label"
msgid "_Start at:"
msgstr "Begin by"
-#: footnotesendnotestabpage.ui:382
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:378
msgctxt "footnotesendnotestabpage|endntnumfmt"
msgid "_Custom format"
msgstr ""
-#: footnotesendnotestabpage.ui:426
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:421
#, fuzzy
msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "Na"
-#: footnotesendnotestabpage.ui:471
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:465
#, fuzzy
msgctxt "footnotesendnotestabpage|endprefix_label"
msgid "Be_fore:"
msgstr "Voor"
-#: footnotesendnotestabpage.ui:506
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:500
#, fuzzy
msgctxt "footnotesendnotestabpage|label2"
msgid "Endnotes"
msgstr "Eindnoot"
-#: formatsectiondialog.ui:8
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:8
msgctxt "formatsectiondialog|FormatSectionDialog"
msgid "Options"
msgstr "Opsies"
-#: formatsectiondialog.ui:107
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:107
msgctxt "formatsectiondialog|columns"
msgid "Columns"
msgstr "Kolomme"
-#: formatsectiondialog.ui:129
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:129
msgctxt "formatsectiondialog|indents"
msgid "Indents"
msgstr "Inkepe"
-#: formatsectiondialog.ui:152
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:152
msgctxt "formatsectiondialog|background"
msgid "Background"
msgstr "Agtergrond"
-#: formatsectiondialog.ui:175
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:175
#, fuzzy
msgctxt "formatsectiondialog|notes"
msgid "Footnotes/Endnotes"
msgstr "Voetnoot/eind~noot..."
-#: formattablepage.ui:61
+#: sw/uiconfig/swriter/ui/formattablepage.ui:63
#, fuzzy
msgctxt "formattablepage|nameft"
msgid "_Name"
msgstr "Naam"
-#: formattablepage.ui:77
+#: sw/uiconfig/swriter/ui/formattablepage.ui:79
#, fuzzy
msgctxt "formattablepage|widthft"
msgid "W_idth"
msgstr "Wydte"
-#: formattablepage.ui:108
+#: sw/uiconfig/swriter/ui/formattablepage.ui:110
msgctxt "formattablepage|relwidth"
msgid "Relati_ve"
msgstr ""
-#: formattablepage.ui:155
+#: sw/uiconfig/swriter/ui/formattablepage.ui:155
msgctxt "formattablepage|label45"
msgid "Properties"
msgstr "Eienskappe"
-#: formattablepage.ui:194
+#: sw/uiconfig/swriter/ui/formattablepage.ui:194
#, fuzzy
msgctxt "formattablepage|leftft"
msgid "Lef_t"
msgstr "Links"
-#: formattablepage.ui:210
+#: sw/uiconfig/swriter/ui/formattablepage.ui:210
#, fuzzy
msgctxt "formattablepage|rightft"
msgid "Ri_ght"
msgstr "Regs"
-#: formattablepage.ui:228
+#: sw/uiconfig/swriter/ui/formattablepage.ui:228
#, fuzzy
msgctxt "formattablepage|aboveft"
msgid "_Above"
msgstr "Bo"
-#: formattablepage.ui:245
+#: sw/uiconfig/swriter/ui/formattablepage.ui:245
#, fuzzy
msgctxt "formattablepage|belowft"
msgid "_Below"
msgstr "Onder"
-#: formattablepage.ui:328
+#: sw/uiconfig/swriter/ui/formattablepage.ui:320
msgctxt "formattablepage|label46"
msgid "Spacing"
msgstr "Spasiëring"
-#: formattablepage.ui:370
+#: sw/uiconfig/swriter/ui/formattablepage.ui:362
#, fuzzy
msgctxt "formattablepage|full"
msgid "A_utomatic"
msgstr "Outomaties"
-#: formattablepage.ui:388
+#: sw/uiconfig/swriter/ui/formattablepage.ui:380
#, fuzzy
msgctxt "formattablepage|left"
msgid "_Left"
msgstr "Links"
-#: formattablepage.ui:406
+#: sw/uiconfig/swriter/ui/formattablepage.ui:398
#, fuzzy
msgctxt "formattablepage|fromleft"
msgid "_From left"
msgstr "Van links"
-#: formattablepage.ui:424
+#: sw/uiconfig/swriter/ui/formattablepage.ui:416
#, fuzzy
msgctxt "formattablepage|right"
msgid "R_ight"
msgstr "Regs"
-#: formattablepage.ui:443
+#: sw/uiconfig/swriter/ui/formattablepage.ui:435
#, fuzzy
msgctxt "formattablepage|center"
msgid "_Center"
msgstr "Sentreer"
-#: formattablepage.ui:461
+#: sw/uiconfig/swriter/ui/formattablepage.ui:453
#, fuzzy
msgctxt "formattablepage|free"
msgid "_Manual"
msgstr "Handmatig"
-#: formattablepage.ui:486
+#: sw/uiconfig/swriter/ui/formattablepage.ui:478
msgctxt "formattablepage|label43"
msgid "Alignment"
msgstr "Belyning"
-#: formattablepage.ui:530
+#: sw/uiconfig/swriter/ui/formattablepage.ui:522
#, fuzzy
msgctxt "formattablepage|label53"
msgid "Text _direction"
msgstr "Teksrigting"
-#: formattablepage.ui:562
+#: sw/uiconfig/swriter/ui/formattablepage.ui:553
#, fuzzy
msgctxt "formattablepage|label44"
msgid "Properties "
msgstr "Eienskappe: "
-#: formattablepage.ui:586
-msgctxt "formattablepage|liststore1"
-msgid "Left-to-right"
-msgstr "Links na regs"
-
-#: formattablepage.ui:590
-msgctxt "formattablepage|liststore1"
-msgid "Right-to-left"
-msgstr "Regs na links"
-
-#: formattablepage.ui:594
-msgctxt "formattablepage|liststore1"
-msgid "Use superordinate object settings"
-msgstr "Gebruik bogeskikte objekinstellings"
-
-#: framedialog.ui:8
+#: sw/uiconfig/swriter/ui/framedialog.ui:8
msgctxt "framedialog|FrameDialog"
msgid "Frame"
msgstr "Raam"
-#: framedialog.ui:106
+#: sw/uiconfig/swriter/ui/framedialog.ui:106
msgctxt "framedialog|type"
msgid "Type"
msgstr "Soort"
-#: framedialog.ui:128
+#: sw/uiconfig/swriter/ui/framedialog.ui:128
msgctxt "framedialog|options"
msgid "Options"
msgstr "Opsies"
-#: framedialog.ui:151
+#: sw/uiconfig/swriter/ui/framedialog.ui:151
#, fuzzy
msgctxt "framedialog|wrap"
msgid "Wrap"
msgstr "~Omvou"
-#: framedialog.ui:174
+#: sw/uiconfig/swriter/ui/framedialog.ui:174
msgctxt "framedialog|hyperlink"
msgid "Hyperlink"
msgstr "Hiperskakel"
-#: framedialog.ui:197
+#: sw/uiconfig/swriter/ui/framedialog.ui:197
msgctxt "framedialog|borders"
msgid "Borders"
msgstr "Grense"
-#: framedialog.ui:220
+#: sw/uiconfig/swriter/ui/framedialog.ui:220
msgctxt "framedialog|area"
msgid "Area"
msgstr "Area"
-#: framedialog.ui:243
+#: sw/uiconfig/swriter/ui/framedialog.ui:243
msgctxt "framedialog|transparence"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: framedialog.ui:266
+#: sw/uiconfig/swriter/ui/framedialog.ui:266
msgctxt "framedialog|columns"
msgid "Columns"
msgstr "Kolomme"
-#: framedialog.ui:289
+#: sw/uiconfig/swriter/ui/framedialog.ui:289
msgctxt "framedialog|macro"
msgid "Macro"
msgstr "Makro"
-#: frmaddpage.ui:14
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:14
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "Bokant"
-#: frmaddpage.ui:18
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:18
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "Gesentreer"
-#: frmaddpage.ui:22
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:22
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "Onderkant"
-#: frmaddpage.ui:36
-msgctxt "frmaddpage|liststore1"
-msgid "Left-to-right"
-msgstr "Links na regs"
-
-#: frmaddpage.ui:40
-msgctxt "frmaddpage|liststore1"
-msgid "Right-to-left"
-msgstr "Regs na links"
-
-#: frmaddpage.ui:44
-msgctxt "frmaddpage|liststore1"
-msgid "Right-to-left (vertical)"
-msgstr ""
-
-#: frmaddpage.ui:48
-msgctxt "frmaddpage|liststore1"
-msgid "Left-to-right (vertical)"
-msgstr "Links na regs (vertikaal)"
-
-#: frmaddpage.ui:52
-msgctxt "frmaddpage|liststore1"
-msgid "Use superordinate object settings"
-msgstr "Gebruik bogeskikte objekinstellings"
-
-#: frmaddpage.ui:122
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:90
#, fuzzy
msgctxt "frmaddpage|name_label"
msgid "_Name:"
msgstr "Naam"
-#: frmaddpage.ui:136
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:104
msgctxt "frmaddpage|altname_label"
msgid "_Alternative (Text only):"
msgstr ""
-#: frmaddpage.ui:152
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:120
#, fuzzy
msgctxt "frmaddpage|prev"
msgid "<None>"
msgstr "<geen>"
-#: frmaddpage.ui:166
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
#, fuzzy
msgctxt "frmaddpage|next"
msgid "<None>"
msgstr "<geen>"
-#: frmaddpage.ui:178
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:146
msgctxt "frmaddpage|prev_label"
msgid "_Previous link:"
msgstr ""
-#: frmaddpage.ui:192
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:160
msgctxt "frmaddpage|next_label"
msgid "_Next link:"
msgstr ""
-#: frmaddpage.ui:206
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:174
#, fuzzy
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "Beskrywing"
-#: frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
#, fuzzy
msgctxt "frmaddpage|label1"
msgid "Names"
msgstr "Naam"
-#: frmaddpage.ui:282
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:250
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment"
msgstr ""
-#: frmaddpage.ui:309
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:277
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr ""
-#: frmaddpage.ui:345
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:313
#, fuzzy
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "Inhoud"
-#: frmaddpage.ui:360
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:328
#, fuzzy
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "Posisie"
-#: frmaddpage.ui:375
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:343
#, fuzzy
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "Grootte"
-#: frmaddpage.ui:396
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:364
#, fuzzy
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "~Beskerm"
-#: frmaddpage.ui:441
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:409
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr ""
-#: frmaddpage.ui:456
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:424
#, fuzzy
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "Druk"
-#: frmaddpage.ui:481
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
#, fuzzy
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "Teksrigting"
-#: frmaddpage.ui:516
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "Eienskappe"
-#: frmtypepage.ui:73
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:72
msgctxt "frmtypepage|autowidth"
msgid "AutoSize"
msgstr ""
-#: frmtypepage.ui:97
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:96
#, fuzzy
msgctxt "frmtypepage|autowidthft"
msgid "_Width (at least)"
msgstr "Lengte (ten minste)"
-#: frmtypepage.ui:111
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:110
#, fuzzy
msgctxt "frmtypepage|widthft"
msgid "_Width"
msgstr "Wydte"
-#: frmtypepage.ui:134
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:133
msgctxt "frmtypepage|relwidth"
msgid "Relat_ive to"
msgstr ""
-#: frmtypepage.ui:198
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:196
msgctxt "frmtypepage|autoheight"
msgid "AutoSize"
msgstr ""
-#: frmtypepage.ui:222
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:220
msgctxt "frmtypepage|autoheightft"
msgid "H_eight (at least)"
msgstr ""
-#: frmtypepage.ui:236
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:234
#, fuzzy
msgctxt "frmtypepage|heightft"
msgid "H_eight"
msgstr "Hoogte"
-#: frmtypepage.ui:259
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:257
msgctxt "frmtypepage|relheight"
msgid "Re_lative to"
msgstr ""
-#: frmtypepage.ui:304
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:302
#, fuzzy
msgctxt "frmtypepage|ratio"
msgid "_Keep ratio"
msgstr "Behou verhouding"
-#: frmtypepage.ui:319
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:317
#, fuzzy
msgctxt "frmtypepage|origsize"
msgid "_Original Size"
msgstr "Oorspronklike grootte"
-#: frmtypepage.ui:339
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:337
#, fuzzy
msgctxt "frmtypepage|label2"
msgid "Size"
msgstr "Reël"
-#: frmtypepage.ui:395
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:393
#, fuzzy
msgctxt "frmtypepage|topage"
msgid "To _page"
msgstr "Na bladsy"
-#: frmtypepage.ui:412
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:410
#, fuzzy
msgctxt "frmtypepage|topara"
msgid "To paragrap_h"
msgstr "paragraaf"
-#: frmtypepage.ui:428
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:426
#, fuzzy
msgctxt "frmtypepage|tochar"
msgid "To cha_racter"
msgstr "Na karakter"
-#: frmtypepage.ui:444
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:442
#, fuzzy
msgctxt "frmtypepage|aschar"
msgid "_As character"
msgstr "As karakter"
-#: frmtypepage.ui:460
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:458
#, fuzzy
msgctxt "frmtypepage|toframe"
msgid "To _frame"
msgstr "Na raam"
-#: frmtypepage.ui:482
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:480
msgctxt "frmtypepage|label1"
msgid "Anchor"
msgstr "Anker"
-#: frmtypepage.ui:522
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:520
#, fuzzy
msgctxt "frmtypepage|horiposft"
msgid "Hori_zontal"
msgstr "Horisontaal"
-#: frmtypepage.ui:536
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:534
msgctxt "frmtypepage|horibyft"
msgid "b_y"
msgstr ""
-#: frmtypepage.ui:550
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:548
msgctxt "frmtypepage|vertbyft"
msgid "by"
msgstr "deur"
-#: frmtypepage.ui:564
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:562
msgctxt "frmtypepage|horitoft"
msgid "_to"
msgstr ""
-#: frmtypepage.ui:611
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:608
#, fuzzy
msgctxt "frmtypepage|vertposft"
msgid "_Vertical"
msgstr "Vertikaal"
-#: frmtypepage.ui:648
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:644
msgctxt "frmtypepage|verttoft"
msgid "t_o"
msgstr ""
-#: frmtypepage.ui:670
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:666
msgctxt "frmtypepage|mirror"
msgid "_Mirror on even pages"
msgstr ""
-#: frmtypepage.ui:687
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:683
msgctxt "frmtypepage|followtextflow"
msgid "Follow text flow"
msgstr ""
-#: frmtypepage.ui:710
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:706
msgctxt "frmtypepage|label11"
msgid "Position"
msgstr "Posisie"
-#: frmurlpage.ui:66
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:64
#, fuzzy
msgctxt "frmurlpage|url_label"
msgid "_URL:"
msgstr "URL"
-#: frmurlpage.ui:82
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:80
#, fuzzy
msgctxt "frmurlpage|name_label"
msgid "_Name:"
msgstr "Naam"
-#: frmurlpage.ui:98
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:96
#, fuzzy
msgctxt "frmurlpage|frame_label"
msgid "_Frame:"
msgstr "Raam:"
-#: frmurlpage.ui:116
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:114
#, fuzzy
msgctxt "frmurlpage|search"
msgid "_Browse..."
msgstr "Blaai..."
-#: frmurlpage.ui:171
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:169
msgctxt "frmurlpage|label1"
msgid "Link to"
msgstr ""
-#: frmurlpage.ui:210
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:208
msgctxt "frmurlpage|server"
msgid "_Server-side image map"
msgstr ""
-#: frmurlpage.ui:228
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:226
msgctxt "frmurlpage|client"
msgid "_Client-side image map"
msgstr ""
-#: frmurlpage.ui:252
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:250
msgctxt "frmurlpage|label2"
msgid "Image Map"
msgstr ""
-#: gotopagedialog.ui:8
+#: sw/uiconfig/swriter/ui/gotopagedialog.ui:8
msgctxt "gotopagedialog|GotoPageDialog"
msgid "Go to Page"
msgstr ""
-#: gotopagedialog.ui:71
+#: sw/uiconfig/swriter/ui/gotopagedialog.ui:73
msgctxt "gotopagedialog|page_count"
msgid "of $1"
msgstr ""
-#: gotopagedialog.ui:97
+#: sw/uiconfig/swriter/ui/gotopagedialog.ui:100
#, fuzzy
msgctxt "gotopagedialog|page_label"
msgid "Page:"
msgstr "Bladsye"
-#: headerfootermenu.ui:19
+#: sw/uiconfig/swriter/ui/headerfootermenu.ui:19
msgctxt "headerfootermenu|borderback"
msgid "Border and Background..."
msgstr ""
-#: indentpage.ui:52
+#: sw/uiconfig/swriter/ui/headerfootermenu.ui:34
+msgctxt "headerfootermenu|insert_pagenumber"
+msgid "Insert Page Number"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/indentpage.ui:52
#, fuzzy
msgctxt "indentpage|label1"
msgid "_Before section"
msgstr "Voor afdeling"
-#: indentpage.ui:67
+#: sw/uiconfig/swriter/ui/indentpage.ui:67
#, fuzzy
msgctxt "indentpage|label3"
msgid "_After section"
msgstr "Na afdeling"
-#: indentpage.ui:116
+#: sw/uiconfig/swriter/ui/indentpage.ui:113
msgctxt "indentpage|label2"
msgid "Indent"
msgstr "Inkeep"
-#: indentpage.ui:145
+#: sw/uiconfig/swriter/ui/indentpage.ui:142
msgctxt "indentpage|preview-atkobject"
msgid "Example"
msgstr "Voorbeeld"
-#: indexentry.ui:46
+#: sw/uiconfig/swriter/ui/indexentry.ui:46
msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Voeg indeksinskrywying in"
-#: indexentry.ui:59
+#: sw/uiconfig/swriter/ui/indexentry.ui:59
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Voeg in"
-#: indexentry.ui:235
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|typeft"
msgid "Index"
msgstr "Indeks"
-#: indexentry.ui:261
+#: sw/uiconfig/swriter/ui/indexentry.ui:261
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nuwe gebruiker-bepaalde indeks"
-#: indexentry.ui:277
+#: sw/uiconfig/swriter/ui/indexentry.ui:277
#, fuzzy
msgctxt "indexentry|label3"
msgid "Entry"
msgstr "Inskrywing"
-#: indexentry.ui:293
+#: sw/uiconfig/swriter/ui/indexentry.ui:293
msgctxt "indexentry|key1ft"
msgid "1st key"
msgstr "1e sleutel"
-#: indexentry.ui:309
+#: sw/uiconfig/swriter/ui/indexentry.ui:309
msgctxt "indexentry|key2ft"
msgid "2nd key"
msgstr "2e sleutel"
-#: indexentry.ui:324
+#: sw/uiconfig/swriter/ui/indexentry.ui:324
msgctxt "indexentry|levelft"
msgid "Level"
msgstr "Vlak"
-#: indexentry.ui:350
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "~Hoofinskrywing"
-#: indexentry.ui:365
+#: sw/uiconfig/swriter/ui/indexentry.ui:365
msgctxt "indexentry|applytoallcb"
msgid "Apply to all similar texts"
msgstr ""
-#: indexentry.ui:380
+#: sw/uiconfig/swriter/ui/indexentry.ui:381
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Selfde kas"
-#: indexentry.ui:396
+#: sw/uiconfig/swriter/ui/indexentry.ui:398
#, fuzzy
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "~Slegs hele woorde"
-#: indexentry.ui:416
+#: sw/uiconfig/swriter/ui/indexentry.ui:419
#, fuzzy
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading"
msgstr "Fonetiese interpretasie"
-#: indexentry.ui:432
+#: sw/uiconfig/swriter/ui/indexentry.ui:435
#, fuzzy
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading"
msgstr "Fonetiese interpretasie"
-#: indexentry.ui:448
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
#, fuzzy
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading"
msgstr "Fonetiese interpretasie"
-#: indexentry.ui:534
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
-#: indexentry.ui:597
+#: sw/uiconfig/swriter/ui/indexentry.ui:595
msgctxt "indexentry|label1"
msgid "Selection"
msgstr "Seleksie"
-#: infonotfounddialog.ui:8
+#: sw/uiconfig/swriter/ui/infonotfounddialog.ui:7
#, fuzzy
msgctxt "infonotfounddialog|InfoNotFoundDialog"
msgid "Find"
msgstr "Vind"
-#: infonotfounddialog.ui:13
+#: sw/uiconfig/swriter/ui/infonotfounddialog.ui:13
#, fuzzy
msgctxt "infonotfounddialog|InfoNotFoundDialog"
msgid "Search key not found."
msgstr "Soeksleutel nie gevind nie."
-#: inforeadonlydialog.ui:8
+#: sw/uiconfig/swriter/ui/inforeadonlydialog.ui:7
msgctxt "inforeadonlydialog|InfoReadonlyDialog"
msgid "Read-Only Content"
msgstr ""
-#: inforeadonlydialog.ui:13
+#: sw/uiconfig/swriter/ui/inforeadonlydialog.ui:13
msgctxt "inforeadonlydialog|InfoReadonlyDialog"
msgid "Write-protected content cannot be changed."
msgstr ""
-#: inforeadonlydialog.ui:14
+#: sw/uiconfig/swriter/ui/inforeadonlydialog.ui:14
msgctxt "inforeadonlydialog|InfoReadonlyDialog"
msgid "No modifications will be accepted."
msgstr ""
-#: inputfielddialog.ui:7
+#: sw/uiconfig/swriter/ui/inputfielddialog.ui:18
#, fuzzy
msgctxt "inputfielddialog|InputFieldDialog"
msgid "Input Field"
msgstr "Toevoerveld"
-#: inputfielddialog.ui:112
+#: sw/uiconfig/swriter/ui/inputfielddialog.ui:136
#, fuzzy
msgctxt "inputfielddialog|inputfieldname"
msgid "Reference:"
msgstr "Verwysing"
-#: inputwinmenu.ui:12
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:12
msgctxt "inputwinmenu|sum"
msgid "Sum"
msgstr "Som"
-#: inputwinmenu.ui:20
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:20
#, fuzzy
msgctxt "inputwinmenu|round"
msgid "Round"
msgstr "Klank"
-#: inputwinmenu.ui:28
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:28
#, fuzzy
msgctxt "inputwinmenu|phd"
msgid "Percent"
msgstr "Persent"
-#: inputwinmenu.ui:36
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:36
msgctxt "inputwinmenu|sqrt"
msgid "Square Root"
msgstr "Vierkantswortel"
-#: inputwinmenu.ui:44
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:44
msgctxt "inputwinmenu|pow"
msgid "Power"
msgstr "Mag"
-#: inputwinmenu.ui:52
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:52
#, fuzzy
msgctxt "inputwinmenu|operators"
msgid "Operators"
msgstr "B~ewerkers"
-#: inputwinmenu.ui:62
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:62
msgctxt "inputwinmenu||"
msgid "List Separator"
msgstr ""
-#: inputwinmenu.ui:70
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:70
msgctxt "inputwinmenu|eq"
msgid "Equal"
msgstr ""
-#: inputwinmenu.ui:78
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:78
#, fuzzy
msgctxt "inputwinmenu|neq"
msgid "Not Equal"
msgstr "Is nie gelyk"
-#: inputwinmenu.ui:86
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:86
msgctxt "inputwinmenu|leq"
msgid "Less Than or Equal"
msgstr ""
-#: inputwinmenu.ui:94
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:94
#, fuzzy
msgctxt "inputwinmenu|geq"
msgid "Greater Than or Equal"
msgstr "groter as of gelyk aan"
-#: inputwinmenu.ui:102
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:102
msgctxt "inputwinmenu|l"
msgid "Less"
msgstr ""
-#: inputwinmenu.ui:110
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:110
msgctxt "inputwinmenu|g"
msgid "Greater"
msgstr ""
-#: inputwinmenu.ui:124
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:124
#, fuzzy
msgctxt "inputwinmenu|or"
msgid "Boolean Or"
msgstr "Boolese OF"
-#: inputwinmenu.ui:132
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:132
msgctxt "inputwinmenu|xor"
msgid "Boolean Xor"
msgstr ""
-#: inputwinmenu.ui:140
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:140
#, fuzzy
msgctxt "inputwinmenu|and"
msgid "Boolean And"
msgstr "Boolese EN"
-#: inputwinmenu.ui:148
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:148
#, fuzzy
msgctxt "inputwinmenu|not"
msgid "Boolean Not"
msgstr "Boolese NIE"
-#: inputwinmenu.ui:160
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:160
msgctxt "inputwinmenu|statistics"
msgid "Statistical Functions"
msgstr ""
-#: inputwinmenu.ui:170
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:170
msgctxt "inputwinmenu|mean"
msgid "Mean"
msgstr "Gemiddelde"
-#: inputwinmenu.ui:178
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:178
msgctxt "inputwinmenu|min"
msgid "Minimum"
msgstr "Minimum"
-#: inputwinmenu.ui:186
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:186
msgctxt "inputwinmenu|max"
msgid "Maximum"
msgstr "Maksimum"
-#: inputwinmenu.ui:198
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:198
msgctxt "inputwinmenu|functions"
msgid "Functions"
msgstr "Funksies"
-#: inputwinmenu.ui:208
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:208
#, fuzzy
msgctxt "inputwinmenu|sin"
msgid "Sine"
msgstr "Reël"
-#: inputwinmenu.ui:216
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:216
msgctxt "inputwinmenu|cos"
msgid "Cosine"
msgstr "Kosinus"
-#: inputwinmenu.ui:224
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:224
msgctxt "inputwinmenu|tag"
msgid "Tangent"
msgstr "Tangens"
-#: inputwinmenu.ui:232
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:232
msgctxt "inputwinmenu|asin"
msgid "Arcsine"
msgstr "Boogsinus"
-#: inputwinmenu.ui:240
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:240
msgctxt "inputwinmenu|acos"
msgid "Arccosine"
msgstr "Boogkosinus"
-#: inputwinmenu.ui:248
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:248
msgctxt "inputwinmenu|atan"
msgid "Arctangent"
msgstr "Boogtangens"
-#: insertautotextdialog.ui:8
+#: sw/uiconfig/swriter/ui/insertautotextdialog.ui:8
msgctxt "insertautotextdialog|InsertAutoTextDialog"
msgid "Insert AutoText"
msgstr "Voeg Outoteks in"
-#: insertautotextdialog.ui:104
+#: sw/uiconfig/swriter/ui/insertautotextdialog.ui:104
msgctxt "insertautotextdialog|label1"
msgid "Autotexts for Shortcut "
msgstr ""
-#: insertbookmark.ui:8
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:8
msgctxt "insertbookmark|InsertBookmarkDialog"
msgid "Bookmark"
msgstr "Boekmerk"
-#: insertbookmark.ui:40
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:40
msgctxt "insertbookmark|insert"
msgid "Insert"
msgstr "Voeg in"
-#: insertbookmark.ui:122
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:122
msgctxt "insertbookmark|rename"
msgid "Rename"
msgstr "Hernoem"
-#: insertbookmark.ui:135
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:135
msgctxt "insertbookmark|delete"
msgid "Delete"
msgstr "Skrap"
-#: insertbookmark.ui:148
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:148
msgctxt "insertbookmark|goto"
msgid "Go to"
msgstr ""
-#: insertbreak.ui:14
+#: sw/uiconfig/swriter/ui/insertbreak.ui:14
msgctxt "insertbreak|BreakDialog"
msgid "Insert Break"
msgstr "Voeg breuk in"
-#: insertbreak.ui:100
+#: sw/uiconfig/swriter/ui/insertbreak.ui:102
#, fuzzy
msgctxt "insertbreak|linerb"
msgid "Line break"
msgstr "~Reëlbreuk"
-#: insertbreak.ui:116
+#: sw/uiconfig/swriter/ui/insertbreak.ui:112
+msgctxt "insertbreak|linerb-atkobject"
+msgid "Ends the current line, and moves the text found to the right of the cursor to the next line, without creating a new paragraph."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:124
#, fuzzy
msgctxt "insertbreak|columnrb"
msgid "Column break"
msgstr "~Kolombreuk"
-#: insertbreak.ui:132
+#: sw/uiconfig/swriter/ui/insertbreak.ui:134
+msgctxt "insertbreak|columnrb-atkobject"
+msgid "Inserts a manual column break (in a multiple column layout), and moves the text found to the right of the cursor to the beginning of the next column. A manual column break is indicated by a nonprinting border at the top of the new column."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:146
#, fuzzy
msgctxt "insertbreak|pagerb"
msgid "Page break"
msgstr "~Bladsybreuk"
-#: insertbreak.ui:151
+#: sw/uiconfig/swriter/ui/insertbreak.ui:156
+msgctxt "insertbreak|pagerb-atkobject"
+msgid "Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:171
#, fuzzy
msgctxt "insertbreak|styleft"
msgid "Style:"
msgstr "Styl"
-#: insertbreak.ui:168
+#: sw/uiconfig/swriter/ui/insertbreak.ui:188
msgctxt "insertbreak|liststore1"
msgid "[None]"
msgstr "[Geen]"
-#: insertbreak.ui:179
+#: sw/uiconfig/swriter/ui/insertbreak.ui:192
+msgctxt "insertbreak|stylelb-atkobject"
+msgid "Select the page style for the page that follows the manual page break."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:204
#, fuzzy
msgctxt "insertbreak|pagenumcb"
msgid "Change page number"
msgstr "Verander bladsy~nommer"
-#: insertbreak.ui:205
-#, fuzzy
+#: sw/uiconfig/swriter/ui/insertbreak.ui:214
+msgctxt "insertbreak|pagenumcb-atkobject"
+msgid "Assigns the page number that you specify to the page that follows the manual page break. This option is only available if you assign a different page style to the page that follows manual page break."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:236
msgctxt "insertbreak|pagenumsb-atkobject"
-msgid "Change page number"
-msgstr "Verander bladsy~nommer"
+msgid "Enter the new page number for the page that follows the manual page break."
+msgstr ""
-#: insertbreak.ui:223
+#: sw/uiconfig/swriter/ui/insertbreak.ui:254
msgctxt "insertbreak|label1"
msgid "Type"
msgstr "Soort"
-#: insertcaption.ui:9
+#: sw/uiconfig/swriter/ui/insertcaption.ui:9
#, fuzzy
msgctxt "insertcaption|InsertCaptionDialog"
msgid "Insert Caption"
msgstr "Voeg seksie in"
-#: insertcaption.ui:51
+#: sw/uiconfig/swriter/ui/insertcaption.ui:50
#, fuzzy
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "Opsies"
-#: insertcaption.ui:89
+#: sw/uiconfig/swriter/ui/insertcaption.ui:88
#, fuzzy
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "Nommering"
-#: insertcaption.ui:103
+#: sw/uiconfig/swriter/ui/insertcaption.ui:102
#, fuzzy
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "Skeier"
-#: insertcaption.ui:117
+#: sw/uiconfig/swriter/ui/insertcaption.ui:116
#, fuzzy
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "Posisie"
-#: insertcaption.ui:143
+#: sw/uiconfig/swriter/ui/insertcaption.ui:141
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
-#: insertcaption.ui:155
+#: sw/uiconfig/swriter/ui/insertcaption.ui:153
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr ""
-#: insertcaption.ui:170
+#: sw/uiconfig/swriter/ui/insertcaption.ui:167
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ""
-#: insertcaption.ui:193
+#: sw/uiconfig/swriter/ui/insertcaption.ui:190
#, fuzzy
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "Kategorie"
-#: insertcaption.ui:226
+#: sw/uiconfig/swriter/ui/insertcaption.ui:223
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "Eienskappe"
-#: insertcaption.ui:264
+#: sw/uiconfig/swriter/ui/insertcaption.ui:261
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "Voorskou"
-#: insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:332
msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr ""
-#: insertcaption.ui:348
+#: sw/uiconfig/swriter/ui/insertcaption.ui:345
#, fuzzy
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "Opsies..."
-#: insertcaption.ui:391
+#: sw/uiconfig/swriter/ui/insertcaption.ui:388
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[Geen]"
-#: insertdbcolumnsdialog.ui:34
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:34
msgctxt "insertdbcolumnsdialog|InsertDbColumnsDialog"
msgid "Insert Database Columns"
msgstr ""
-#: insertdbcolumnsdialog.ui:116
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:116
msgctxt "insertdbcolumnsdialog|label1"
msgid "Insert data as:"
msgstr ""
-#: insertdbcolumnsdialog.ui:133
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:133
#, fuzzy
msgctxt "insertdbcolumnsdialog|astable"
msgid "T_able"
msgstr "Tabel"
-#: insertdbcolumnsdialog.ui:150
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:150
#, fuzzy
msgctxt "insertdbcolumnsdialog|asfields"
msgid "_Fields"
msgstr "Velde"
-#: insertdbcolumnsdialog.ui:166
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:166
#, fuzzy
msgctxt "insertdbcolumnsdialog|astext"
msgid "_Text"
msgstr "Teks"
-#: insertdbcolumnsdialog.ui:219
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:219
msgctxt "insertdbcolumnsdialog|label4"
msgid "Database _columns"
msgstr ""
-#: insertdbcolumnsdialog.ui:233
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:233
msgctxt "insertdbcolumnsdialog|tablecolft"
msgid "Tab_le column(s)"
msgstr ""
-#: insertdbcolumnsdialog.ui:470
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:470
msgctxt "insertdbcolumnsdialog|tableheading"
msgid "Insert table heading"
msgstr ""
-#: insertdbcolumnsdialog.ui:485
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:485
msgctxt "insertdbcolumnsdialog|columnname"
msgid "Apply column _name"
msgstr ""
-#: insertdbcolumnsdialog.ui:502
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:502
msgctxt "insertdbcolumnsdialog|rowonly"
msgid "Create row only"
msgstr ""
-#: insertdbcolumnsdialog.ui:519
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:519
#, fuzzy
msgctxt "insertdbcolumnsdialog|tableformat"
msgid "Pr_operties..."
msgstr "Eienskappe..."
-#: insertdbcolumnsdialog.ui:532
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:532
#, fuzzy
msgctxt "insertdbcolumnsdialog|autoformat"
msgid "Aut_oFormat..."
msgstr "Outo~Formateer..."
-#: insertdbcolumnsdialog.ui:548
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:548
#, fuzzy
msgctxt "insertdbcolumnsdialog|parastylelabel"
msgid "Paragraph _style:"
msgstr "(Paragraafstyl: "
-#: insertdbcolumnsdialog.ui:587
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:587
msgctxt "insertdbcolumnsdialog|fromdatabase"
msgid "From _database"
msgstr ""
-#: insertdbcolumnsdialog.ui:604
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:604
#, fuzzy
msgctxt "insertdbcolumnsdialog|userdefined"
msgid "_User-defined"
msgstr "Gebruikergedefinieer"
-#: insertdbcolumnsdialog.ui:649
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:649
msgctxt "insertdbcolumnsdialog|label3"
msgid "Format"
msgstr "Formaat"
-#: insertfootnote.ui:18
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:18
#, fuzzy
msgctxt "insertfootnote|InsertFootnoteDialog"
msgid "Insert Footnote/Endnote"
msgstr "Redigeer voetnoot/eindnoot"
-#: insertfootnote.ui:143
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:148
msgctxt "insertfootnote|automatic"
msgid "Automatic"
msgstr "Outomaties"
-#: insertfootnote.ui:161
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:166
msgctxt "insertfootnote|character"
msgid "Character"
msgstr "Karakter"
-#: insertfootnote.ui:193
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:200
msgctxt "insertfootnote|characterentry-atkobject"
msgid "Character"
msgstr "Karakter"
-#: insertfootnote.ui:204
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:211
#, fuzzy
msgctxt "insertfootnote|choosecharacter"
msgid "Choose…"
msgstr "Kies"
-#: insertfootnote.ui:224
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:231
msgctxt "insertfootnote|label1"
msgid "Numbering"
msgstr "Nommering"
-#: insertfootnote.ui:257
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:264
msgctxt "insertfootnote|footnote"
msgid "Footnote"
msgstr "Voetnoot"
-#: insertfootnote.ui:275
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:282
msgctxt "insertfootnote|endnote"
msgid "Endnote"
msgstr "Eindnoot"
-#: insertfootnote.ui:298
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:306
msgctxt "insertfootnote|label2"
msgid "Type"
msgstr "Soort"
-#: insertscript.ui:18
+#: sw/uiconfig/swriter/ui/insertscript.ui:18
msgctxt "insertscript|InsertScriptDialog"
msgid "Insert Script"
msgstr ""
-#: insertscript.ui:36
+#: sw/uiconfig/swriter/ui/insertscript.ui:136
msgctxt "insertscript|label1"
msgid "Script type:"
msgstr ""
-#: insertscript.ui:48
+#: sw/uiconfig/swriter/ui/insertscript.ui:148
msgctxt "insertscript|scripttype"
msgid "JavaScript"
msgstr "JavaScript"
-#: insertscript.ui:58
+#: sw/uiconfig/swriter/ui/insertscript.ui:158
#, fuzzy
msgctxt "insertscript|url"
msgid "URL:"
msgstr "URL"
-#: insertscript.ui:86
+#: sw/uiconfig/swriter/ui/insertscript.ui:187
#, fuzzy
msgctxt "insertscript|browse"
msgid "Browse…"
msgstr "Blaai"
-#: insertscript.ui:99
+#: sw/uiconfig/swriter/ui/insertscript.ui:200
#, fuzzy
msgctxt "insertscript|text"
msgid "Text:"
msgstr "Teks"
-#: insertsectiondialog.ui:8
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:8
#, fuzzy
msgctxt "insertsectiondialog|InsertSectionDialog"
msgid "Insert Section"
msgstr "Voeg seksie in"
-#: insertsectiondialog.ui:22
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:22
#, fuzzy
msgctxt "insertsectiondialog|ok"
msgid "_Insert"
msgstr "Voeg in"
-#: insertsectiondialog.ui:106
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:106
#, fuzzy
msgctxt "insertsectiondialog|section"
msgid "Section"
msgstr "Seleksie"
-#: insertsectiondialog.ui:128
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:128
msgctxt "insertsectiondialog|columns"
msgid "Columns"
msgstr "Kolomme"
-#: insertsectiondialog.ui:151
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:151
msgctxt "insertsectiondialog|indents"
msgid "Indents"
msgstr "Inkepe"
-#: insertsectiondialog.ui:174
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:174
msgctxt "insertsectiondialog|background"
msgid "Background"
msgstr "Agtergrond"
-#: insertsectiondialog.ui:197
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:197
#, fuzzy
msgctxt "insertsectiondialog|notes"
msgid "Footnotes/Endnotes"
msgstr "Voetnoot/eind~noot..."
-#: inserttable.ui:29
+#: sw/uiconfig/swriter/ui/inserttable.ui:35
msgctxt "inserttable|InsertTableDialog"
msgid "Insert Table"
msgstr "Voeg tabel in"
-#: inserttable.ui:43
+#: sw/uiconfig/swriter/ui/inserttable.ui:51
msgctxt "inserttable|ok"
msgid "Insert"
msgstr "Voeg in"
-#: inserttable.ui:138
+#: sw/uiconfig/swriter/ui/inserttable.ui:148
#, fuzzy
msgctxt "inserttable|label3"
msgid "_Name:"
msgstr "Naam"
-#: inserttable.ui:152
+#: sw/uiconfig/swriter/ui/inserttable.ui:162
#, fuzzy
msgctxt "inserttable|3"
msgid "_Columns:"
msgstr "Kolomme"
-#: inserttable.ui:182
+#: sw/uiconfig/swriter/ui/inserttable.ui:192
#, fuzzy
msgctxt "inserttable|4"
msgid "_Rows:"
msgstr "Rye"
-#: inserttable.ui:216
+#: sw/uiconfig/swriter/ui/inserttable.ui:226
msgctxt "inserttable|label1"
msgid "General"
msgstr "Algemeen"
-#: inserttable.ui:249
+#: sw/uiconfig/swriter/ui/inserttable.ui:264
#, fuzzy
msgctxt "inserttable|headercb"
msgid "Hea_ding"
msgstr "Opskrif"
-#: inserttable.ui:264
+#: sw/uiconfig/swriter/ui/inserttable.ui:279
msgctxt "inserttable|repeatcb"
msgid "Repeat heading rows on new _pages"
msgstr ""
-#: inserttable.ui:282
-#, fuzzy
-msgctxt "inserttable|bordercb"
-msgid "_Border"
-msgstr "Grens"
-
-#: inserttable.ui:298
+#: sw/uiconfig/swriter/ui/inserttable.ui:297
msgctxt "inserttable|dontsplitcb"
msgid "Don’t _split table over pages"
msgstr ""
-#: inserttable.ui:338
+#: sw/uiconfig/swriter/ui/inserttable.ui:337
msgctxt "inserttable|repeatheaderafter"
msgid "Heading ro_ws:"
msgstr ""
-#: inserttable.ui:355
-#, fuzzy
-msgctxt "inserttable|autoformat"
-msgid "Auto_Format"
-msgstr "OutoFormateer"
-
-#: inserttable.ui:377
+#: sw/uiconfig/swriter/ui/inserttable.ui:360
msgctxt "inserttable|label2"
msgid "Options"
msgstr "Opsies"
-#: labeldialog.ui:8
+#: sw/uiconfig/swriter/ui/inserttable.ui:454
+msgctxt "inserttable|lbTableStyle"
+msgid "Styles"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/labeldialog.ui:8
msgctxt "labeldialog|LabelDialog"
msgid "Labels"
msgstr "Etikette"
-#: labeldialog.ui:22
+#: sw/uiconfig/swriter/ui/labeldialog.ui:22
#, fuzzy
msgctxt "labeldialog|ok"
msgid "_New Document"
msgstr "Per dokument"
-#: labeldialog.ui:106
+#: sw/uiconfig/swriter/ui/labeldialog.ui:106
#, fuzzy
msgctxt "labeldialog|medium"
msgid "Medium"
msgstr "Medium"
-#: labeldialog.ui:128
+#: sw/uiconfig/swriter/ui/labeldialog.ui:128
msgctxt "labeldialog|labels"
msgid "Labels"
msgstr "Etikette"
-#: labeldialog.ui:151
-#, fuzzy
-msgctxt "labeldialog|cards"
-msgid "Business Cards"
-msgstr "V~isitekaartjies"
-
-#: labeldialog.ui:174
+#: sw/uiconfig/swriter/ui/labeldialog.ui:151
msgctxt "labeldialog|private"
msgid "Private"
msgstr "Privaat"
-#: labeldialog.ui:197
+#: sw/uiconfig/swriter/ui/labeldialog.ui:174
msgctxt "labeldialog|business"
msgid "Business"
msgstr "Besigheid"
-#: labeldialog.ui:220
+#: sw/uiconfig/swriter/ui/labeldialog.ui:197
msgctxt "labeldialog|format"
msgid "Format"
msgstr "Formaat"
-#: labeldialog.ui:243
+#: sw/uiconfig/swriter/ui/labeldialog.ui:220
msgctxt "labeldialog|options"
msgid "Options"
msgstr "Opsies"
-#: labelformatpage.ui:29
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:29
msgctxt "labelformatpage|label1"
msgid "Hori_zontal pitch:"
msgstr ""
-#: labelformatpage.ui:43
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:43
msgctxt "labelformatpage|label2"
msgid "_Vertical pitch:"
msgstr ""
-#: labelformatpage.ui:57
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:57
#, fuzzy
msgctxt "labelformatpage|label3"
msgid "_Width:"
msgstr "Wydte"
-#: labelformatpage.ui:71
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:71
#, fuzzy
msgctxt "labelformatpage|label4"
msgid "_Height:"
msgstr "Hoogte"
-#: labelformatpage.ui:85
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:85
#, fuzzy
msgctxt "labelformatpage|label5"
msgid "_Left margin:"
msgstr "Linkerkantlyn"
-#: labelformatpage.ui:99
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:99
#, fuzzy
msgctxt "labelformatpage|label6"
msgid "_Top margin:"
msgstr "Bokantlyn"
-#: labelformatpage.ui:113
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:113
#, fuzzy
msgctxt "labelformatpage|label7"
msgid "_Columns:"
msgstr "Kolomme"
-#: labelformatpage.ui:127
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:127
#, fuzzy
msgctxt "labelformatpage|label8"
msgid "R_ows:"
msgstr "Rye"
-#: labelformatpage.ui:141
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:141
#, fuzzy
msgctxt "labelformatpage|label9"
msgid "P_age width:"
msgstr "Bladsywydte"
-#: labelformatpage.ui:155
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:155
msgctxt "labelformatpage|label10"
msgid "Pa_ge height:"
msgstr ""
-#: labelformatpage.ui:166
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:166
#, fuzzy
msgctxt "labelformatpage|save"
msgid "_Save..."
msgstr "Stoor..."
-#: labeloptionspage.ui:37
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:44
#, fuzzy
msgctxt "labeloptionspage|entirepage"
msgid "_Entire page"
msgstr "Hele bladsy"
-#: labeloptionspage.ui:56
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:61
msgctxt "labeloptionspage|singlelabel"
msgid "_Single label"
msgstr ""
-#: labeloptionspage.ui:88
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:90
#, fuzzy
msgctxt "labeloptionspage|label4"
msgid "Colu_mn"
msgstr "Kolom"
-#: labeloptionspage.ui:131
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:126
#, fuzzy
msgctxt "labeloptionspage|label5"
msgid "Ro_w"
msgstr "Ry"
-#: labeloptionspage.ui:174
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:161
msgctxt "labeloptionspage|synchronize"
msgid "Synchroni_ze contents"
msgstr ""
-#: labeloptionspage.ui:197
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:183
msgctxt "labeloptionspage|label1"
msgid "Distribute"
msgstr ""
-#: labeloptionspage.ui:232
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:218
msgctxt "labeloptionspage|setup"
msgid "Setup..."
msgstr ""
-#: labeloptionspage.ui:251
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:234
msgctxt "labeloptionspage|printername"
msgid "Printer Name"
msgstr ""
-#: labeloptionspage.ui:270
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:252
msgctxt "labeloptionspage|label2"
msgid "Printer"
msgstr "Drukker"
-#: linenumbering.ui:26
-msgctxt "linenumbering|positionstore"
-msgid "Left"
-msgstr "Links"
-
-#: linenumbering.ui:29
-msgctxt "linenumbering|positionstore"
-msgid "Right"
-msgstr "Regs"
-
-#: linenumbering.ui:32
-msgctxt "linenumbering|positionstore"
-msgid "Inner"
-msgstr "Binneste"
-
-#: linenumbering.ui:35
-msgctxt "linenumbering|positionstore"
-msgid "Outer"
-msgstr "Buitenste"
-
-#: linenumbering.ui:48
+#: sw/uiconfig/swriter/ui/linenumbering.ui:27
msgctxt "linenumbering|LineNumberingDialog"
msgid "Line Numbering"
msgstr "Reëlnommering"
-#: linenumbering.ui:119
+#: sw/uiconfig/swriter/ui/linenumbering.ui:102
#, fuzzy
msgctxt "linenumbering|shownumbering"
msgid "Show numbering"
msgstr "~Vertoon nommering"
-#: linenumbering.ui:162
+#: sw/uiconfig/swriter/ui/linenumbering.ui:145
#, fuzzy
msgctxt "linenumbering|characterstyle"
msgid "Character style:"
msgstr "Karakterstyle"
-#: linenumbering.ui:176
+#: sw/uiconfig/swriter/ui/linenumbering.ui:159
#, fuzzy
msgctxt "linenumbering|format"
msgid "Format:"
msgstr "Formaat"
-#: linenumbering.ui:188
+#: sw/uiconfig/swriter/ui/linenumbering.ui:171
#, fuzzy
msgctxt "linenumbering|position"
msgid "Position:"
msgstr "Posisie"
-#: linenumbering.ui:202
+#: sw/uiconfig/swriter/ui/linenumbering.ui:185
#, fuzzy
msgctxt "linenumbering|spacing"
msgid "Spacing:"
msgstr "Spasiëring"
-#: linenumbering.ui:216
+#: sw/uiconfig/swriter/ui/linenumbering.ui:199
#, fuzzy
msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "Interval"
-#: linenumbering.ui:301
+#: sw/uiconfig/swriter/ui/linenumbering.ui:239
+msgctxt "linenumbering|positionstore"
+msgid "Left"
+msgstr "Links"
+
+#: sw/uiconfig/swriter/ui/linenumbering.ui:240
+msgctxt "linenumbering|positionstore"
+msgid "Right"
+msgstr "Regs"
+
+#: sw/uiconfig/swriter/ui/linenumbering.ui:241
+msgctxt "linenumbering|positionstore"
+msgid "Inner"
+msgstr "Binneste"
+
+#: sw/uiconfig/swriter/ui/linenumbering.ui:242
+msgctxt "linenumbering|positionstore"
+msgid "Outer"
+msgstr "Buitenste"
+
+#: sw/uiconfig/swriter/ui/linenumbering.ui:286
msgctxt "linenumbering|intervallines"
msgid "lines"
msgstr "reëls"
-#: linenumbering.ui:324
+#: sw/uiconfig/swriter/ui/linenumbering.ui:310
msgctxt "linenumbering|view"
msgid "View"
msgstr "Bekyk"
-#: linenumbering.ui:365
+#: sw/uiconfig/swriter/ui/linenumbering.ui:350
#, fuzzy
msgctxt "linenumbering|text"
msgid "Text:"
msgstr "Teks"
-#: linenumbering.ui:379
+#: sw/uiconfig/swriter/ui/linenumbering.ui:364
#, fuzzy
msgctxt "linenumbering|every"
msgid "Every:"
msgstr "Elke"
-#: linenumbering.ui:406
+#: sw/uiconfig/swriter/ui/linenumbering.ui:391
msgctxt "linenumbering|lines"
msgid "lines"
msgstr "reëls"
-#: linenumbering.ui:433
+#: sw/uiconfig/swriter/ui/linenumbering.ui:418
msgctxt "linenumbering|separator"
msgid "Separator"
msgstr "Skeier"
-#: linenumbering.ui:466
+#: sw/uiconfig/swriter/ui/linenumbering.ui:451
msgctxt "linenumbering|blanklines"
msgid "Blank lines"
msgstr "Blanko reëls"
-#: linenumbering.ui:482
+#: sw/uiconfig/swriter/ui/linenumbering.ui:468
msgctxt "linenumbering|linesintextframes"
msgid "Lines in text frames"
msgstr "Reëls in teksrame"
-#: linenumbering.ui:497
+#: sw/uiconfig/swriter/ui/linenumbering.ui:484
msgctxt "linenumbering|showfooterheadernumbering"
msgid "Include header and footer"
msgstr ""
-#: linenumbering.ui:512
+#: sw/uiconfig/swriter/ui/linenumbering.ui:500
#, fuzzy
msgctxt "linenumbering|restarteverynewpage"
msgid "Restart every new page"
msgstr "~Herbegin elke nuwe blaai"
-#: linenumbering.ui:534
+#: sw/uiconfig/swriter/ui/linenumbering.ui:523
msgctxt "linenumbering|count"
msgid "Count"
msgstr "Tel"
-#: mailconfigpage.ui:85
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:82
msgctxt "mailconfigpage|displayname_label"
msgid "_Your name:"
msgstr ""
-#: mailconfigpage.ui:99
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:96
#, fuzzy
msgctxt "mailconfigpage|address_label"
msgid "_E-mail address:"
msgstr "E-posadres"
-#: mailconfigpage.ui:110
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:107
msgctxt "mailconfigpage|replytocb"
msgid "Send replies to _different e-mail address"
msgstr ""
-#: mailconfigpage.ui:129
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:126
msgctxt "mailconfigpage|replyto_label"
msgid "_Reply address:"
msgstr ""
-#: mailconfigpage.ui:146
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:143
msgctxt "mailconfigpage|label1"
msgid "User Information"
msgstr ""
-#: mailconfigpage.ui:184
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:181
#, fuzzy
msgctxt "mailconfigpage|secure"
msgid "_Use secure connection (SSL)"
msgstr "Gebruik ~beveiligde verbinding (SSL)"
-#: mailconfigpage.ui:222
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:218
msgctxt "mailconfigpage|server_label"
msgid "_Server name:"
msgstr ""
-#: mailconfigpage.ui:236
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:232
msgctxt "mailconfigpage|port_label"
msgid "_Port:"
msgstr ""
-#: mailconfigpage.ui:274
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:269
msgctxt "mailconfigpage|serverauthentication"
msgid "Ser_ver Authentication…"
msgstr ""
-#: mailconfigpage.ui:300
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:295
msgctxt "mailconfigpage|label2"
msgid "Outgoing Server (SMTP) Settings"
msgstr ""
-#: mailconfigpage.ui:322
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:317
msgctxt "mailconfigpage|test"
msgid "_Test Settings"
msgstr ""
-#: mailmerge.ui:12
+#: sw/uiconfig/swriter/ui/mailmerge.ui:12
#, fuzzy
msgctxt "mailmerge|MailmergeDialog"
msgid "Mail Merge"
msgstr "Massapos"
-#: mailmerge.ui:131
+#: sw/uiconfig/swriter/ui/mailmerge.ui:131
#, fuzzy
msgctxt "mailmerge|all"
msgid "_All"
msgstr "Almal"
-#: mailmerge.ui:149
+#: sw/uiconfig/swriter/ui/mailmerge.ui:149
#, fuzzy
msgctxt "mailmerge|selected"
msgid "_Selected records"
msgstr "~Geselekteerde rekords"
-#: mailmerge.ui:172
+#: sw/uiconfig/swriter/ui/mailmerge.ui:172
#, fuzzy
msgctxt "mailmerge|rbfrom"
msgid "_From:"
msgstr "~Van:"
-#: mailmerge.ui:206
+#: sw/uiconfig/swriter/ui/mailmerge.ui:205
#, fuzzy
msgctxt "mailmerge|label3"
msgid "_To:"
msgstr "~Aan:"
-#: mailmerge.ui:245
+#: sw/uiconfig/swriter/ui/mailmerge.ui:243
#, fuzzy
msgctxt "mailmerge|recordslabel"
msgid "Records"
msgstr "Rekords"
-#: mailmerge.ui:285
+#: sw/uiconfig/swriter/ui/mailmerge.ui:283
#, fuzzy
msgctxt "mailmerge|printer"
msgid "_Printer"
msgstr "Drukker"
-#: mailmerge.ui:303
+#: sw/uiconfig/swriter/ui/mailmerge.ui:301
#, fuzzy
msgctxt "mailmerge|electronic"
msgid "_Electronic"
msgstr "~Elektronies"
-#: mailmerge.ui:321
+#: sw/uiconfig/swriter/ui/mailmerge.ui:319
msgctxt "mailmerge|file"
msgid "File"
msgstr "Lêer"
-#: mailmerge.ui:345
+#: sw/uiconfig/swriter/ui/mailmerge.ui:344
#, fuzzy
msgctxt "mailmerge|singlejobs"
msgid "_Single print jobs"
msgstr "~Enkele drukopdragte"
-#: mailmerge.ui:394
+#: sw/uiconfig/swriter/ui/mailmerge.ui:393
#, fuzzy
msgctxt "mailmerge|generate"
msgid "Generate file name from _database"
msgstr "Genereer lêernaam uit ~databasis"
-#: mailmerge.ui:415
+#: sw/uiconfig/swriter/ui/mailmerge.ui:414
#, fuzzy
msgctxt "mailmerge|fieldlabel"
msgid "Field:"
msgstr "Veld"
-#: mailmerge.ui:428
+#: sw/uiconfig/swriter/ui/mailmerge.ui:427
#, fuzzy
msgctxt "mailmerge|pathlabel"
msgid "_Path:"
msgstr "~Pad:"
-#: mailmerge.ui:443
+#: sw/uiconfig/swriter/ui/mailmerge.ui:442
#, fuzzy
msgctxt "mailmerge|fileformatlabel"
msgid "F_ile format:"
msgstr "Lêerformaat:"
-#: mailmerge.ui:506
+#: sw/uiconfig/swriter/ui/mailmerge.ui:504
#, fuzzy
msgctxt "mailmerge|subjectlabel"
msgid "_Subject:"
msgstr "Onderwerp:"
-#: mailmerge.ui:534
+#: sw/uiconfig/swriter/ui/mailmerge.ui:531
#, fuzzy
msgctxt "mailmerge|attachmentslabel"
msgid "Attachments:"
msgstr "Aanhangsels"
-#: mailmerge.ui:576
+#: sw/uiconfig/swriter/ui/mailmerge.ui:572
#, fuzzy
msgctxt "mailmerge|mailformatlabel"
msgid "Mail format:"
msgstr "Posformaat"
-#: mailmerge.ui:596
+#: sw/uiconfig/swriter/ui/mailmerge.ui:592
#, fuzzy
msgctxt "mailmerge|html"
msgid "HTM_L"
msgstr "HTML"
-#: mailmerge.ui:613
+#: sw/uiconfig/swriter/ui/mailmerge.ui:609
#, fuzzy
msgctxt "mailmerge|rtf"
msgid "RT_F"
msgstr "RT~F"
-#: mailmerge.ui:630
+#: sw/uiconfig/swriter/ui/mailmerge.ui:626
msgctxt "mailmerge|swriter"
msgid "%PRODUCTNAME Writer"
msgstr "%PRODUCTNAME Writer"
-#: mailmerge.ui:680
+#: sw/uiconfig/swriter/ui/mailmerge.ui:677
#, fuzzy
msgctxt "mailmerge|singledocument"
msgid "S_ave as single document"
msgstr "S~toor as enkele dokument"
-#: mailmerge.ui:698
+#: sw/uiconfig/swriter/ui/mailmerge.ui:695
#, fuzzy
msgctxt "mailmerge|individualdocuments"
msgid "Sa_ve as individual documents"
msgstr "St~oor as individuele dokumente"
-#: mailmerge.ui:724
+#: sw/uiconfig/swriter/ui/mailmerge.ui:721
#, fuzzy
msgctxt "mailmerge|savemergeddoclabel"
msgid "Save Merged Document"
msgstr "Stoor saamgevoegde dokument"
-#: mailmerge.ui:745
+#: sw/uiconfig/swriter/ui/mailmerge.ui:742
#, fuzzy
msgctxt "mailmerge|outputlabel"
msgid "Output"
msgstr "Afvoer"
-#: mailmergedialog.ui:7
+#: sw/uiconfig/swriter/ui/mailmergedialog.ui:7
#, fuzzy
msgctxt "mailmergedialog|MailMergeDialog"
msgid "Mail Merge"
msgstr "Massapos"
-#: mailmergedialog.ui:93
+#: sw/uiconfig/swriter/ui/mailmergedialog.ui:93
msgctxt "mailmergedialog|document"
msgid "From this _document"
msgstr ""
-#: mailmergedialog.ui:112
+#: sw/uiconfig/swriter/ui/mailmergedialog.ui:112
#, fuzzy
msgctxt "mailmergedialog|template"
msgid "From a _template"
msgstr "Vanaf sjabloon"
-#: mailmergedialog.ui:136
+#: sw/uiconfig/swriter/ui/mailmergedialog.ui:136
#, fuzzy
msgctxt "mailmergedialog|label1"
msgid "Create"
msgstr "S~kep"
-#: managechangessidebar.ui:48
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:48
#, fuzzy
msgctxt "managechangessidebar|accept"
msgid "_Accept"
msgstr "Aanvaar"
-#: managechangessidebar.ui:64
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:64
msgctxt "managechangessidebar|reject"
msgid "_Reject"
msgstr ""
-#: managechangessidebar.ui:80
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:80
#, fuzzy
msgctxt "managechangessidebar|acceptall"
msgid "A_ccept All"
msgstr "Aanvaar alles"
-#: managechangessidebar.ui:96
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:96
#, fuzzy
msgctxt "managechangessidebar|rejectall"
msgid "R_eject All"
msgstr "Verwerp alles"
-#: managechangessidebar.ui:159
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:159
#, fuzzy
msgctxt "managechangessidebar|writeredit"
msgid "Edit Comment..."
msgstr "Redigeer opmerking..."
-#: managechangessidebar.ui:166
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:166
#, fuzzy
msgctxt "managechangessidebar|writersort"
msgid "Sort By"
msgstr "~Sorteer volgens"
-#: managechangessidebar.ui:176
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:176
msgctxt "managechangessidebar|writeraction"
msgid "Action"
msgstr "Aksie"
-#: managechangessidebar.ui:184
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:184
msgctxt "managechangessidebar|writerauthor"
msgid "Author"
msgstr "Outeur"
-#: managechangessidebar.ui:192
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:192
msgctxt "managechangessidebar|writerdate"
msgid "Date"
msgstr "Datum"
-#: managechangessidebar.ui:200
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:200
msgctxt "managechangessidebar|writerdesc"
msgid "Comment"
msgstr "Opmerking"
-#: managechangessidebar.ui:208
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:208
msgctxt "managechangessidebar|writerposition"
msgid "Document Position"
msgstr ""
-#: mergeconnectdialog.ui:7
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:7
msgctxt "mergeconnectdialog|MergeConnectDialog"
msgid "Data Source Connection"
msgstr ""
-#: mergeconnectdialog.ui:93
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:93
msgctxt "mergeconnectdialog|existing"
msgid "_Use existing"
msgstr ""
-#: mergeconnectdialog.ui:112
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:112
msgctxt "mergeconnectdialog|new"
msgid "_Create new connection"
msgstr ""
-#: mergeconnectdialog.ui:134
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:134
msgctxt "mergeconnectdialog|label2"
msgid "Fields are used to personalize form letters. The fields are placeholders for data from a data source, such as a database. The fields in the form letter must be connected to the data source."
msgstr ""
-#: mergeconnectdialog.ui:153
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:153
#, fuzzy
msgctxt "mergeconnectdialog|label1"
msgid "Connect"
msgstr "Verbind"
-#: mergetabledialog.ui:7
+#: sw/uiconfig/swriter/ui/mergetabledialog.ui:8
#, fuzzy
msgctxt "mergetabledialog|MergeTableDialog"
msgid "Merge Tables"
msgstr "Voeg tabel saam"
-#: mergetabledialog.ui:90
+#: sw/uiconfig/swriter/ui/mergetabledialog.ui:95
msgctxt "mergetabledialog|prev"
msgid "Join with _previous table"
msgstr ""
-#: mergetabledialog.ui:109
+#: sw/uiconfig/swriter/ui/mergetabledialog.ui:111
msgctxt "mergetabledialog|next"
msgid "Join with _next table"
msgstr ""
-#: mergetabledialog.ui:133
+#: sw/uiconfig/swriter/ui/mergetabledialog.ui:133
msgctxt "mergetabledialog|label1"
msgid "Mode"
msgstr "Modus"
-#: mmaddressblockpage.ui:62
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:62
#, fuzzy
msgctxt "mmaddressblockpage|addresslist"
msgid "Select A_ddress List..."
msgstr "Kies 'n adreslys"
-#: mmaddressblockpage.ui:77
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:77
msgctxt "mmaddressblockpage|differentlist"
msgid "Select Different A_ddress List..."
msgstr ""
-#: mmaddressblockpage.ui:103
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:103
msgctxt "mmaddressblockpage|currentaddress"
msgid "Current address list: %1"
msgstr ""
-#: mmaddressblockpage.ui:125
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:125
msgctxt "mmaddressblockpage|label2"
msgid "Select the address list containing the address data you want to use. This data is needed to create the address block."
msgstr ""
-#: mmaddressblockpage.ui:142
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:142
msgctxt "mmaddressblockpage|label3"
msgid "1."
msgstr ""
-#: mmaddressblockpage.ui:175
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:175
#, fuzzy
msgctxt "mmaddressblockpage|assign"
msgid "Match _Fields..."
msgstr "Pas velde"
-#: mmaddressblockpage.ui:202
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:202
msgctxt "mmaddressblockpage|label4"
msgid "Match the field name used in the mail merge to the column headers in your data source."
msgstr ""
-#: mmaddressblockpage.ui:219
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:219
msgctxt "mmaddressblockpage|settingsft1"
msgid "3."
msgstr ""
-#: mmaddressblockpage.ui:258
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:258
msgctxt "mmaddressblockpage|settingsft"
msgid "2."
msgstr ""
-#: mmaddressblockpage.ui:269
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:269
msgctxt "mmaddressblockpage|address"
msgid "_This document shall contain an address block"
msgstr ""
-#: mmaddressblockpage.ui:307
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:307
#, fuzzy
msgctxt "mmaddressblockpage|settings"
msgid "_More..."
msgstr "Meer..."
-#: mmaddressblockpage.ui:345
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:345
msgctxt "mmaddressblockpage|hideempty"
msgid "_Suppress lines with just empty fields"
msgstr ""
-#: mmaddressblockpage.ui:423
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:423
msgctxt "mmaddressblockpage|prev|tooltip_text"
msgid "Preview Previous Address Block"
msgstr ""
-#: mmaddressblockpage.ui:438
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:438
msgctxt "mmaddressblockpage|next|tooltip_text"
msgid "Preview Next Address Block"
msgstr ""
-#: mmaddressblockpage.ui:454
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:454
#, fuzzy
msgctxt "mmaddressblockpage|documentindex"
msgid "Document: %1"
msgstr "Dokumente "
-#: mmaddressblockpage.ui:494
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:494
msgctxt "mmaddressblockpage|label6"
msgid "Check if the address data matches correctly."
msgstr ""
-#: mmaddressblockpage.ui:511
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:511
msgctxt "mmaddressblockpage|settingsft2"
msgid "4."
msgstr ""
-#: mmaddressblockpage.ui:544
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:544
#, fuzzy
msgctxt "mmaddressblockpage|label1"
msgid "Insert Address Block"
msgstr "Voeg adresblok in"
-#: mmcreatingdialog.ui:7
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:7
#, fuzzy
msgctxt "mmcreatingdialog|MMCreatingDialog"
msgid "Mail Merge"
msgstr "Massapos"
-#: mmcreatingdialog.ui:52
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:52
msgctxt "mmcreatingdialog|label1"
msgid "Status:"
msgstr "Status:"
-#: mmcreatingdialog.ui:66
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:66
#, fuzzy
msgctxt "mmcreatingdialog|label2"
msgid "Progress:"
msgstr "Vordering: "
-#: mmcreatingdialog.ui:80
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:80
#, fuzzy
msgctxt "mmcreatingdialog|label3"
msgid "Creating documents..."
msgstr "Stoor tans dokument..."
-#: mmcreatingdialog.ui:94
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:94
msgctxt "mmcreatingdialog|progress"
msgid "%X of %Y"
msgstr ""
-#: mmlayoutpage.ui:74
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:74
#, fuzzy
msgctxt "mmlayoutpage|label6"
msgid "_From top"
msgstr "Vanaf bo"
-#: mmlayoutpage.ui:89
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:89
msgctxt "mmlayoutpage|top"
msgid "2.00"
msgstr ""
-#: mmlayoutpage.ui:116
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:116
msgctxt "mmlayoutpage|align"
msgid "Align to text body"
msgstr ""
-#: mmlayoutpage.ui:163
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:163
#, fuzzy
msgctxt "mmlayoutpage|leftft"
msgid "From _left"
msgstr "Van links"
-#: mmlayoutpage.ui:205
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:205
msgctxt "mmlayoutpage|label2"
msgid "Address Block Position"
msgstr ""
-#: mmlayoutpage.ui:242
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:242
#, fuzzy
msgctxt "mmlayoutpage|label4"
msgid "Move"
msgstr "Modus"
-#: mmlayoutpage.ui:258
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:258
#, fuzzy
msgctxt "mmlayoutpage|label5"
msgid "Move"
msgstr "Modus"
-#: mmlayoutpage.ui:271
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:271
msgctxt "mmlayoutpage|up"
msgid "_Up"
msgstr ""
-#: mmlayoutpage.ui:286
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:286
#, fuzzy
msgctxt "mmlayoutpage|down"
msgid "_Down"
msgstr "Af"
-#: mmlayoutpage.ui:307
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:307
msgctxt "mmlayoutpage|label3"
msgid "Salutation Position"
msgstr ""
-#: mmlayoutpage.ui:347
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:347
#, fuzzy
msgctxt "mmlayoutpage|label7"
msgid "_Zoom"
msgstr "Zoem"
-#: mmlayoutpage.ui:363
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:363
msgctxt "mmlayoutpage|zoom"
msgid "Entire page"
msgstr "Hele bladsy"
-#: mmlayoutpage.ui:415
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:415
msgctxt "mmlayoutpage|label1"
msgid "Adjust Layout of Address Block and Salutation"
msgstr ""
-#: mmmailbody.ui:8
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:8
#, fuzzy
msgctxt "mmmailbody|MailBodyDialog"
msgid "E-Mail Message"
msgstr "E-posboodskap"
-#: mmmailbody.ui:91
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:91
#, fuzzy
msgctxt "mmmailbody|bodyft"
msgid "Write your message here"
msgstr "Skryf u boodskap hier"
-#: mmmailbody.ui:132
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:132
#, fuzzy
msgctxt "mmmailbody|greeting"
msgid "This e-mail should contain a salutation"
msgstr "Hierdie e-pos behoort 'n aanhef te bevat"
-#: mmmailbody.ui:164
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:165
#, fuzzy
msgctxt "mmmailbody|generalft"
msgid "General salutation"
msgstr "Algemene aanhef"
-#: mmmailbody.ui:219
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:220
#, fuzzy
msgctxt "mmmailbody|femalefi"
msgid "Address list field indicating a female recipient"
msgstr "Adreslysveld dui op 'n vroulike ontvanger"
-#: mmmailbody.ui:233
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:234
#, fuzzy
msgctxt "mmmailbody|femaleft"
msgid "_Female"
msgstr "~Vroulik"
-#: mmmailbody.ui:249
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:250
#, fuzzy
msgctxt "mmmailbody|maleft"
msgid "_Male"
msgstr "~Manlik"
-#: mmmailbody.ui:265
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:266
#, fuzzy
msgctxt "mmmailbody|femalecolft"
msgid "Field name"
msgstr "Lêernaam"
-#: mmmailbody.ui:280
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:281
#, fuzzy
msgctxt "mmmailbody|femalefieldft"
msgid "Field value"
msgstr "Veldwaarde"
-#: mmmailbody.ui:292
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:293
#, fuzzy
msgctxt "mmmailbody|newfemale"
msgid "_New..."
msgstr "Nuwe..."
-#: mmmailbody.ui:309
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:310
#, fuzzy
msgctxt "mmmailbody|newmale"
msgid "N_ew..."
msgstr "Nuwe..."
-#: mmmailbody.ui:404
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:405
#, fuzzy
msgctxt "mmmailbody|personalized"
msgid "Insert personalized salutation"
msgstr "Voeg persoonlike aanhef in"
-#: mmoutputtypepage.ui:45
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:45
msgctxt "mmoutputtypepage|letterft"
msgid "Send letters to a group of recipients. The letters can contain an address block and a salutation. The letters can be personalized for each recipient."
msgstr ""
-#: mmoutputtypepage.ui:62
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:62
msgctxt "mmoutputtypepage|emailft"
msgid "Send e-mail messages to a group of recipients. The e-mail messages can contain a salutation. The e-mail messages can be personalized for each recipient."
msgstr ""
-#: mmoutputtypepage.ui:78
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:78
#, fuzzy
msgctxt "mmoutputtypepage|letter"
msgid "_Letter"
msgstr "Letter"
-#: mmoutputtypepage.ui:94
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:94
#, fuzzy
msgctxt "mmoutputtypepage|email"
msgid "_E-mail message"
msgstr "E-posboodskap"
-#: mmoutputtypepage.ui:134
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:134
msgctxt "mmoutputtypepage|label1"
msgid "What Type of Document Do You Want to Create?"
msgstr ""
-#: mmresultemaildialog.ui:14
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:14
msgctxt "mmresultemaildialog|liststore1"
msgid "OpenDocument Text"
msgstr "OpenDocument-teks"
-#: mmresultemaildialog.ui:18
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:18
msgctxt "mmresultemaildialog|liststore1"
msgid "Adobe PDF-Document"
msgstr ""
-#: mmresultemaildialog.ui:22
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:22
msgctxt "mmresultemaildialog|liststore1"
msgid "Microsoft Word Document"
msgstr "Microsoft Word-dokument"
-#: mmresultemaildialog.ui:26
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:26
msgctxt "mmresultemaildialog|liststore1"
msgid "HTML Message"
msgstr ""
-#: mmresultemaildialog.ui:30
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:30
msgctxt "mmresultemaildialog|liststore1"
msgid "Plain Text"
msgstr "Skoonteks"
-#: mmresultemaildialog.ui:38
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:38
#, fuzzy
msgctxt "mmresultemaildialog|MMResultEmailDialog"
msgid "E-Mail merged document"
msgstr "Stoor saamgevoegde dokument"
-#: mmresultemaildialog.ui:51
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:51
#, fuzzy
msgctxt "mmresultemaildialog|ok"
msgid "Send Documents"
msgstr "Onlangse dokumente"
-#: mmresultemaildialog.ui:133
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:133
msgctxt "mmresultemaildialog|mailtoft"
msgid "T_o"
msgstr ""
-#: mmresultemaildialog.ui:155
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:155
msgctxt "mmresultemaildialog|copyto"
msgid "_Copy to..."
msgstr ""
-#: mmresultemaildialog.ui:171
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:171
#, fuzzy
msgctxt "mmresultemaildialog|subjectft"
msgid "S_ubject"
msgstr "Onderwerp"
-#: mmresultemaildialog.ui:196
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:196
msgctxt "mmresultemaildialog|sendasft"
msgid "Sen_d as"
msgstr ""
-#: mmresultemaildialog.ui:219
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:219
#, fuzzy
msgctxt "mmresultemaildialog|sendassettings"
msgid "Pr_operties..."
msgstr "Eienskappe..."
-#: mmresultemaildialog.ui:265
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:265
msgctxt "mmresultemaildialog|attachft"
msgid "Name of the a_ttachment"
msgstr ""
-#: mmresultemaildialog.ui:284
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:284
msgctxt "mmresultemaildialog|label2"
msgid "E-Mail options"
msgstr ""
-#: mmresultemaildialog.ui:316
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:316
msgctxt "mmresultemaildialog|sendallrb"
msgid "S_end all documents"
msgstr ""
-#: mmresultemaildialog.ui:339
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:339
msgctxt "mmresultemaildialog|fromrb"
msgid "_From"
msgstr ""
-#: mmresultemaildialog.ui:360
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:360
msgctxt "mmresultemaildialog|toft"
msgid "_To"
msgstr ""
-#: mmresultemaildialog.ui:409
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:409
msgctxt "mmresultemaildialog|label1"
msgid "Send records"
msgstr ""
-#: mmresultprintdialog.ui:8
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:20
#, fuzzy
msgctxt "mmresultprintdialog|MMResultPrintDialog"
msgid "Print merged document"
msgstr "Stoor saamgevoegde dokument"
-#: mmresultprintdialog.ui:21
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:36
#, fuzzy
msgctxt "mmresultprintdialog|ok"
msgid "Print Documents"
msgstr "Druk dokument"
-#: mmresultprintdialog.ui:97
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:112
#, fuzzy
msgctxt "mmresultprintdialog|printerft"
msgid "_Printer"
msgstr "Drukker"
-#: mmresultprintdialog.ui:119
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:135
#, fuzzy
msgctxt "mmresultprintdialog|printersettings"
msgid "P_roperties..."
msgstr "Eienskappe..."
-#: mmresultprintdialog.ui:138
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:154
#, fuzzy
msgctxt "mmresultprintdialog|label2"
msgid "Printer options"
msgstr "Drukopsies"
-#: mmresultprintdialog.ui:174
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:190
msgctxt "mmresultprintdialog|printallrb"
msgid "Print _all documents"
msgstr ""
-#: mmresultprintdialog.ui:199
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:215
msgctxt "mmresultprintdialog|fromrb"
msgid "_From"
msgstr ""
-#: mmresultprintdialog.ui:220
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:236
msgctxt "mmresultprintdialog|toft"
msgid "_To"
msgstr ""
-#: mmresultprintdialog.ui:271
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:289
msgctxt "mmresultprintdialog|label1"
msgid "Print records"
msgstr ""
-#: mmresultsavedialog.ui:8
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:8
#, fuzzy
msgctxt "mmresultsavedialog|MMResultSaveDialog"
msgid "Save merged document"
msgstr "Stoor saamgevoegde dokument"
-#: mmresultsavedialog.ui:21
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:21
#, fuzzy
msgctxt "mmresultsavedialog|ok"
msgid "Save Documents"
msgstr "Stoor dokument"
-#: mmresultsavedialog.ui:94
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:94
msgctxt "mmresultsavedialog|singlerb"
msgid "S_ave as a single large document"
msgstr ""
-#: mmresultsavedialog.ui:111
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:111
#, fuzzy
msgctxt "mmresultsavedialog|individualrb"
msgid "Sa_ve as individual documents"
msgstr "St~oor as individuele dokumente"
-#: mmresultsavedialog.ui:132
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:132
msgctxt "mmresultsavedialog|fromrb"
msgid "_From"
msgstr ""
-#: mmresultsavedialog.ui:153
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:153
msgctxt "mmresultsavedialog|toft"
msgid "_To"
msgstr ""
-#: mmresultsavedialog.ui:201
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:201
msgctxt "mmresultsavedialog|label2"
msgid "Save As options"
msgstr ""
-#: mmsalutationpage.ui:49
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:49
msgctxt "mmsalutationpage|previewft"
msgid "Preview"
msgstr "Voorskou"
-#: mmsalutationpage.ui:70
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:70
msgctxt "mmsalutationpage|assign"
msgid "_Match fields..."
msgstr ""
-#: mmsalutationpage.ui:108
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:108
msgctxt "mmsalutationpage|prev|tooltip_text"
msgid "Preview Previous Address Block"
msgstr ""
-#: mmsalutationpage.ui:123
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:123
msgctxt "mmsalutationpage|next|tooltip_text"
msgid "Preview Next Address Block"
msgstr ""
-#: mmsalutationpage.ui:139
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:139
#, fuzzy
msgctxt "mmsalutationpage|documentindex"
msgid "Document: %1"
msgstr "Dokumente "
-#: mmsalutationpage.ui:180
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:180
#, fuzzy
msgctxt "mmsalutationpage|greeting"
msgid "This document should contain a salutation"
msgstr "Hierdie e-pos behoort 'n aanhef te bevat"
-#: mmsalutationpage.ui:211
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:212
#, fuzzy
msgctxt "mmsalutationpage|generalft"
msgid "General salutation"
msgstr "Algemene aanhef"
-#: mmsalutationpage.ui:266
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:267
#, fuzzy
msgctxt "mmsalutationpage|femalefi"
msgid "Address list field indicating a female recipient"
msgstr "Adreslysveld dui op 'n vroulike ontvanger"
-#: mmsalutationpage.ui:280
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:281
#, fuzzy
msgctxt "mmsalutationpage|femaleft"
msgid "_Female"
msgstr "~Vroulik"
-#: mmsalutationpage.ui:296
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:297
#, fuzzy
msgctxt "mmsalutationpage|maleft"
msgid "_Male"
msgstr "~Manlik"
-#: mmsalutationpage.ui:312
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:313
#, fuzzy
msgctxt "mmsalutationpage|femalecolft"
msgid "Field name"
msgstr "Lêernaam"
-#: mmsalutationpage.ui:328
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:329
#, fuzzy
msgctxt "mmsalutationpage|femalefieldft"
msgid "Field value"
msgstr "Veldwaarde"
-#: mmsalutationpage.ui:341
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:342
#, fuzzy
msgctxt "mmsalutationpage|newfemale"
msgid "_New..."
msgstr "Nuwe..."
-#: mmsalutationpage.ui:357
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:358
#, fuzzy
msgctxt "mmsalutationpage|newmale"
msgid "N_ew..."
msgstr "Nuwe..."
-#: mmsalutationpage.ui:451
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:452
#, fuzzy
msgctxt "mmsalutationpage|personalized"
msgid "Insert personalized salutation"
msgstr "Voeg persoonlike aanhef in"
-#: mmsalutationpage.ui:499
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:501
#, fuzzy
msgctxt "mmsalutationpage|label1"
msgid "Create a Salutation"
msgstr "Skep aanhef"
-#: mmselectpage.ui:31
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:31
msgctxt "mmselectpage|currentdoc"
msgid "Use the current _document"
msgstr ""
-#: mmselectpage.ui:48
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:48
msgctxt "mmselectpage|newdoc"
msgid "Create a ne_w document"
msgstr ""
-#: mmselectpage.ui:64
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:64
msgctxt "mmselectpage|loaddoc"
msgid "Start from _existing document"
msgstr ""
-#: mmselectpage.ui:81
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:81
msgctxt "mmselectpage|template"
msgid "Start from a t_emplate"
msgstr ""
-#: mmselectpage.ui:98
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:98
msgctxt "mmselectpage|recentdoc"
msgid "Start fro_m a recently saved starting document"
msgstr ""
-#: mmselectpage.ui:125
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:125
#, fuzzy
msgctxt "mmselectpage|browsedoc"
msgid "B_rowse..."
msgstr "Blaai..."
-#: mmselectpage.ui:140
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:140
#, fuzzy
msgctxt "mmselectpage|browsetemplate"
msgid "B_rowse..."
msgstr "Blaai..."
-#: mmselectpage.ui:161
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:161
msgctxt "mmselectpage|label1"
msgid "Select Starting Document for the Mail Merge"
msgstr ""
-#: mmsendmails.ui:11
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:11
msgctxt "mmsendmails|SendMailsDialog"
msgid "Sending E-mail messages"
msgstr ""
-#: mmsendmails.ui:26
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:26
msgctxt "mmsendmails|stop"
msgid "_Pause"
msgstr ""
-#: mmsendmails.ui:90
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:90
msgctxt "mmsendmails|label3"
msgid "The connection to the outgoing mail server has been established"
msgstr ""
-#: mmsendmails.ui:99
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:99
msgctxt "mmsendmails|label1"
msgid "Connection status"
msgstr ""
-#: mmsendmails.ui:150
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:150
msgctxt "mmsendmails|transferstatus"
msgid "%1 of %2 e-mails sent"
msgstr ""
-#: mmsendmails.ui:166
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:166
msgctxt "mmsendmails|paused"
msgid "Sending paused"
msgstr ""
-#: mmsendmails.ui:201
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:201
msgctxt "mmsendmails|errorstatus"
msgid "E-mails not sent: %1"
msgstr ""
-#: mmsendmails.ui:229
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:229
msgctxt "mmsendmails|label5"
msgid "Details"
msgstr "Besonderhede"
-#: mmsendmails.ui:248
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:248
msgctxt "mmsendmails|label2"
msgid "Transfer status"
msgstr ""
-#: navigatorpanel.ui:34
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:34
msgctxt "navigatorpanel|contenttoggle|tooltip_text"
msgid "Toggle Master View"
msgstr ""
-#: navigatorpanel.ui:47
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:47
msgctxt "navigatorpanel|navigation|tooltip_text"
msgid "Navigation"
msgstr "Navigasie"
-#: navigatorpanel.ui:60
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:60
msgctxt "navigatorpanel|back|tooltip_text"
msgid "Back"
msgstr "Terug"
-#: navigatorpanel.ui:73
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:73
msgctxt "navigatorpanel|forward|tooltip_text"
msgid "Forward"
msgstr "Vorentoe"
-#: navigatorpanel.ui:86
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:86
#, fuzzy
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr "Sleepmodus"
-#: navigatorpanel.ui:109
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:109
msgctxt "navigatorpanel|chapterup|tooltip_text"
msgid "Promote Chapter"
msgstr ""
-#: navigatorpanel.ui:122
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:122
msgctxt "navigatorpanel|chapterdown|tooltip_text"
msgid "Demote Chapter"
msgstr ""
-#: navigatorpanel.ui:135
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:135
msgctxt "navigatorpanel|listbox|tooltip_text"
msgid "List Box On/Off"
msgstr ""
-#: navigatorpanel.ui:148
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:148
msgctxt "navigatorpanel|root|tooltip_text"
msgid "Content Navigation View"
msgstr ""
-#: navigatorpanel.ui:171
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:171
msgctxt "navigatorpanel|reminder|tooltip_text"
msgid "Set Reminder"
msgstr ""
-#: navigatorpanel.ui:194
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:194
msgctxt "navigatorpanel|header|tooltip_text"
msgid "Header"
msgstr "Kop"
-#: navigatorpanel.ui:207
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:207
msgctxt "navigatorpanel|footer|tooltip_text"
msgid "Footer"
msgstr "Voet"
-#: navigatorpanel.ui:220
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:220
msgctxt "navigatorpanel|anchor|tooltip_text"
msgid "Anchor<->Text"
msgstr ""
-#: navigatorpanel.ui:243
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:243
msgctxt "navigatorpanel|headings|tooltip_text"
msgid "Heading Levels Shown"
msgstr ""
-#: navigatorpanel.ui:266
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:266
#, fuzzy
msgctxt "navigatorpanel|promote|tooltip_text"
msgid "Promote Level"
msgstr "Verhef vlak"
-#: navigatorpanel.ui:279
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:279
#, fuzzy
msgctxt "navigatorpanel|demote|tooltip_text"
msgid "Demote Level"
msgstr "Verlaag vlak"
-#: navigatorpanel.ui:304
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:304
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "Dokument"
-#: navigatorpanel.ui:307
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:307
#, fuzzy
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "Aktiewe venster"
-#: navigatorpanel.ui:341
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:341
msgctxt "navigatorpanel|globaltoggle|tooltip_text"
msgid "Toggle Master View"
msgstr ""
-#: navigatorpanel.ui:364
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:364
msgctxt "navigatorpanel|edit|tooltip_text"
msgid "Edit"
msgstr "Redigeer"
-#: navigatorpanel.ui:377
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:377
#, fuzzy
msgctxt "navigatorpanel|update|tooltip_text"
msgid "Update"
msgstr "Bywerk"
-#: navigatorpanel.ui:390
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:390
msgctxt "navigatorpanel|insert|tooltip_text"
msgid "Insert"
msgstr "Voeg in"
-#: navigatorpanel.ui:413
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:413
msgctxt "navigatorpanel|save|tooltip_text"
msgid "Save Contents as well"
msgstr ""
-#: navigatorpanel.ui:436
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:436
msgctxt "navigatorpanel|moveup|tooltip_text"
msgid "Move Up"
msgstr "Skuif op"
-#: navigatorpanel.ui:449
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:449
msgctxt "navigatorpanel|movedown|tooltip_text"
msgid "Move Down"
msgstr "Skuif ondertoe"
-#: newuserindexdialog.ui:8
+#: sw/uiconfig/swriter/ui/newuserindexdialog.ui:8
#, fuzzy
msgctxt "newuserindexdialog|NewUserIndexDialog"
msgid "Create New User-defined Index"
msgstr "Nuwe gebruiker-bepaalde indeks"
-#: newuserindexdialog.ui:100
+#: sw/uiconfig/swriter/ui/newuserindexdialog.ui:103
#, fuzzy
msgctxt "newuserindexdialog|label2"
msgid "_Name"
msgstr "Naam"
-#: newuserindexdialog.ui:132
+#: sw/uiconfig/swriter/ui/newuserindexdialog.ui:133
msgctxt "newuserindexdialog|label1"
msgid "New User Index"
msgstr ""
-#: notebookbar.ui:417
-msgctxt "notebookbar|NewSW"
-msgid " "
-msgstr ""
-
-#: notebookbar.ui:421
-#, fuzzy
-msgctxt "notebookbar|NewSW|tooltip_text"
-msgid "Text Document"
-msgstr "Per dokument"
-
-#: notebookbar.ui:434
-msgctxt "notebookbar|NewSC"
-msgid " "
-msgstr ""
-
-#: notebookbar.ui:438
-msgctxt "notebookbar|NewSC|tooltip_text"
-msgid "Spreadsheet"
-msgstr "Sigblad"
-
-#: notebookbar.ui:451
-msgctxt "notebookbar|NewSI"
-msgid " "
-msgstr ""
-
-#: notebookbar.ui:455
-msgctxt "notebookbar|NewSI|tooltip_text"
-msgid "Presentation"
-msgstr "Voorlegging"
-
-#: notebookbar.ui:468
-msgctxt "notebookbar|NewSD"
-msgid " "
-msgstr ""
-
-#: notebookbar.ui:472
-msgctxt "notebookbar|NewSD|tooltip_text"
-msgid "Drawing"
-msgstr "Tekening"
-
-#: notebookbar.ui:484
-msgctxt "notebookbar|NewSF"
-msgid " "
+#: sw/uiconfig/swriter/ui/notebookbar.ui:2138
+msgctxt "notebookbar|fileb"
+msgid "_File"
msgstr ""
-#: notebookbar.ui:488
-msgctxt "notebookbar|NewSF|tooltip_text"
-msgid "Formula"
-msgstr "Formule"
-
-#: notebookbar.ui:500
-msgctxt "notebookbar|NewSB"
-msgid " "
+#: sw/uiconfig/swriter/ui/notebookbar.ui:2157
+msgctxt "notebookbar|fileb"
+msgid "_Help"
msgstr ""
-#: notebookbar.ui:504
-msgctxt "notebookbar|NewSB|tooltip_text"
-msgid "Database"
-msgstr "Databasis"
-
-#: notebookbar.ui:523
-msgctxt "notebookbar|NewSDB|tooltip_text"
-msgid "Spreadsheet"
-msgstr "Sigblad"
-
-#: notebookbar.ui:1238
+#: sw/uiconfig/swriter/ui/notebookbar.ui:2946
msgctxt "notebookbar|FileLabel"
msgid "File"
msgstr "Lêer"
-#: notebookbar.ui:1371
-msgctxt "notebookbar|FontSection|tooltip_text"
-msgid "Font"
-msgstr "Font"
-
-#: notebookbar.ui:1660
-msgctxt "notebookbar|FontSection2|tooltip_text"
-msgid "Font"
-msgstr "Font"
-
-#: notebookbar.ui:1769
-msgctxt "notebookbar|OutlineSection|tooltip_text"
-msgid "Outline"
-msgstr "Skema"
-
-#: notebookbar.ui:1799
-msgctxt "notebookbar|numberbullet|tooltip_text"
-msgid "Bullets and Numbering"
-msgstr "Koeëltjies en nommering"
-
-#: notebookbar.ui:1852
-msgctxt "notebookbar|level|tooltip_text"
-msgid "Horizontal Alignment"
-msgstr ""
-
-#: notebookbar.ui:1938
-msgctxt "notebookbar|AlignmentSection|tooltip_text"
-msgid "Alignment"
-msgstr "Belyning"
-
-#: notebookbar.ui:1966
-#, fuzzy
-msgctxt "notebookbar|verticalalignment1|tooltip_text"
-msgid "Vertical Alignment"
-msgstr "Vert. belyning"
-
-#: notebookbar.ui:2017
-msgctxt "notebookbar|horizontalalignment|tooltip_text"
-msgid "Horizontal Alignment"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:3105
+msgctxt "notebookbar|menub"
+msgid "_Home"
msgstr ""
-#: notebookbar.ui:2156
-msgctxt "notebookbar|SpacingSection|tooltip_text"
-msgid "Spacing"
-msgstr "Spasiëring"
-
-#: notebookbar.ui:2189
-msgctxt "notebookbar|indent|tooltip_text"
-msgid "Indent"
-msgstr "Inkeep"
-
-#: notebookbar.ui:2196
-msgctxt "notebookbar|increaseindent1|tooltip_text"
-msgid "Increase Indent"
-msgstr "Vermeerder keep"
-
-#: notebookbar.ui:2212
-msgctxt "notebookbar|decreaseindent1|tooltip_text"
-msgid "Decrease Indent"
-msgstr "Verminder keep"
-
-#: notebookbar.ui:2234
-msgctxt "notebookbar|controlcodes|tooltip_text"
-msgid "Indent"
-msgstr "Inkeep"
-
-#: notebookbar.ui:2342
-msgctxt "notebookbar|StyleSection|tooltip_text"
-msgid "Style"
-msgstr "Styl"
-
-#: notebookbar.ui:2474
-#, fuzzy
-msgctxt "notebookbar|FindSection|tooltip_text"
-msgid "Find"
-msgstr "Vind"
-
-#: notebookbar.ui:2530
-#, fuzzy
-msgctxt "notebookbar|FindSection1|tooltip_text"
-msgid "Find"
-msgstr "Vind"
-
-#: notebookbar.ui:2595
+#: sw/uiconfig/swriter/ui/notebookbar.ui:4491
#, fuzzy
msgctxt "notebookbar|HomeLabel"
msgid "Home"
msgstr "Sekere"
-#: notebookbar.ui:2616
-#, fuzzy
-msgctxt "notebookbar|BreakSection|tooltip_text"
-msgid "Break"
-msgstr "~Breuk"
-
-#: notebookbar.ui:2800
-msgctxt "notebookbar|box70|tooltip_text"
-msgid "Gallery"
-msgstr "Galery"
-
-#: notebookbar.ui:2806
-msgctxt "notebookbar|Gallery|tooltip_text"
-msgid "Open Clip Art and Media Gallery"
-msgstr ""
-
-#: notebookbar.ui:2850
-#, fuzzy
-msgctxt "notebookbar|box69|tooltip_text"
-msgid "Symbol"
-msgstr "Simbole"
-
-#: notebookbar.ui:2882
-msgctxt "notebookbar|box17|tooltip_text"
-msgid "Basic"
-msgstr "Basies"
-
-#: notebookbar.ui:2910
-msgctxt "notebookbar|InsertAVMedia|tooltip_text"
-msgid "Insert Audio or Video"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:5561
+msgctxt "notebookbar|menub"
+msgid "_Insert"
msgstr ""
-#: notebookbar.ui:2942
-msgctxt "notebookbar|ShapesSection|tooltip_text"
-msgid "Shapes"
-msgstr "Vorms"
-
-#: notebookbar.ui:3249
-#, fuzzy
-msgctxt "notebookbar|LinksSection|tooltip_text"
-msgid "Links"
-msgstr "Reël"
-
-#: notebookbar.ui:3336
-msgctxt "notebookbar|TextSection|tooltip_text"
-msgid "Text"
-msgstr "Teks"
-
-#: notebookbar.ui:3373
-msgctxt "notebookbar|FontWork"
-msgid "Fontwork"
-msgstr "Fontwerk"
-
-#: notebookbar.ui:3455
-msgctxt "notebookbar|FieldsSection|tooltip_text"
-msgid "Fields"
-msgstr "Velde"
-
-#: notebookbar.ui:3545
+#: sw/uiconfig/swriter/ui/notebookbar.ui:5646
msgctxt "notebookbar|InsertLabel"
msgid "Insert"
msgstr "Voeg in"
-#: notebookbar.ui:3715
-msgctxt "notebookbar|box15|tooltip_text"
-msgid "Setup"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:5676
+msgctxt "notebookbar|reviewb"
+msgid "Pag_e"
msgstr ""
-#: notebookbar.ui:3913
+#: sw/uiconfig/swriter/ui/notebookbar.ui:6596
msgctxt "notebookbar|LayoutLabel"
-msgid "Page layout"
+msgid "Layout"
msgstr ""
-#: notebookbar.ui:4295
+#: sw/uiconfig/swriter/ui/notebookbar.ui:6624
+msgctxt "notebookbar|referenceb"
+msgid "Reference_s"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/notebookbar.ui:7203
msgctxt "notebookbar|ReferencesLabel"
msgid "References"
msgstr "Verwysings"
-#: notebookbar.ui:4790
+#: sw/uiconfig/swriter/ui/notebookbar.ui:7875
+msgctxt "notebookbar|reviewR"
+msgid "_Review"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/notebookbar.ui:7960
msgctxt "notebookbar|ReviewLabel"
msgid "Review"
msgstr "Resensie"
-#: notebookbar.ui:4806
-msgctxt "notebookbar|PageViewSection|tooltip_text"
-msgid "Page View"
-msgstr ""
-
-#: notebookbar.ui:4900
-msgctxt "notebookbar|DocumentAreaElementsSection|tooltip_text"
-msgid "Document Area Elements"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:8574
+msgctxt "notebookbar|viewb"
+msgid "_View"
msgstr ""
-#: notebookbar.ui:5056
-msgctxt "notebookbar|ZoomSection|tooltip_text"
-msgid "Zoom"
-msgstr "Zoem"
-
-#: notebookbar.ui:5177
+#: sw/uiconfig/swriter/ui/notebookbar.ui:8659
msgctxt "notebookbar|ViewLabel"
msgid "View"
msgstr "Bekyk"
-#: notebookbar.ui:5745
-msgctxt "notebookbar|formattable|tooltip_text"
-msgid "Indent"
-msgstr "Inkeep"
-
-#: notebookbar.ui:5787
-msgctxt "notebookbar|formattable1|tooltip_text"
-msgid "Indent"
-msgstr "Inkeep"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:9742
+msgctxt "notebookbar|tableT"
+msgid "T_able"
+msgstr ""
-#: notebookbar.ui:5850
+#: sw/uiconfig/swriter/ui/notebookbar.ui:9826
msgctxt "notebookbar|TableLabel"
msgid "Table"
msgstr "Tabel"
-#: notebookbar.ui:5869
-#, fuzzy
-msgctxt "notebookbar|BasicsSection|tooltip_text"
-msgid "Basics"
-msgstr "Basis"
-
-#: notebookbar.ui:5872
-msgctxt "notebookbar|GraphicDialog"
-msgid "Properties"
-msgstr "Eienskappe"
-
-#: notebookbar.ui:5902
-#, fuzzy
-msgctxt "notebookbar|SizeSection|tooltip_text"
-msgid "Basics"
-msgstr "Basis"
-
-#: notebookbar.ui:5905
-msgctxt "notebookbar|Crop1"
-msgid "Crop"
-msgstr "Snoei"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:10636
+msgctxt "notebookbar|graphicB"
+msgid "_Graphic"
+msgstr ""
-#: notebookbar.ui:6537
+#: sw/uiconfig/swriter/ui/notebookbar.ui:10722
msgctxt "notebookbar|ImageLabel"
msgid "Image"
msgstr "Beeld"
-#: notebookbar.ui:6554
-msgctxt "notebookbar|LineFormat"
-msgid "Line"
-msgstr "Reël"
-
-#: notebookbar.ui:6572
-msgctxt "notebookbar|AreaFormat"
-msgid "Area"
-msgstr "Area"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:12077
+msgctxt "notebookbar|drab"
+msgid "D_raw"
+msgstr ""
-#: notebookbar.ui:6705
+#: sw/uiconfig/swriter/ui/notebookbar.ui:12189
msgctxt "notebookbar|ShapeLabel"
-msgid "Shape / Textbox"
+msgid "Draw"
msgstr ""
-#: notebookbar.ui:6734
-msgctxt "notebookbar|AnchorMenu"
-msgid "Anchor"
-msgstr "Anker"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:13043
+msgctxt "notebookbar|frame:MenuDraw"
+msgid "Object"
+msgstr ""
-#: notebookbar.ui:7266
+#: sw/uiconfig/swriter/ui/notebookbar.ui:13132
msgctxt "notebookbar|FrameLabel"
-msgid "Frame / OLE"
+msgid "Object"
msgstr ""
-#: notebookbar_compact.ui:2380
+#: sw/uiconfig/swriter/ui/notebookbar.ui:13163
+msgctxt "notebookbar|referenceb"
+msgid "_Tools"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/notebookbar.ui:14117
+msgctxt "notebookbar|DevLabel"
+msgid "Tools"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:2393
#, fuzzy
msgctxt "notebookbar_compact|fileb"
msgid "_File"
msgstr "Lêer"
-#: notebookbar_compact.ui:3093
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:3107
msgctxt "notebookbar_compact|FileLabel"
msgid "File"
msgstr "Lêer"
-#: notebookbar_compact.ui:3142
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:3156
msgctxt "notebookbar_compact|menub"
msgid "_Menu"
msgstr ""
-#: notebookbar_compact.ui:4188
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:4215
#, fuzzy
msgctxt "notebookbar_compact|HomeLabel"
msgid "Home"
msgstr "Sekere"
-#: notebookbar_compact.ui:4241
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:4268
#, fuzzy
msgctxt "notebookbar_compact|insertb"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_compact.ui:4870
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:4887
msgctxt "notebookbar_compact|InsertLabel"
msgid "Insert"
msgstr "Voeg in"
-#: notebookbar_compact.ui:4920
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5458
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:8281
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9114
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9785
+#, fuzzy
+msgctxt "notebookbar_compact|wrapb"
+msgid "Wrap"
+msgstr "~Omvou"
+
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5607
#, fuzzy
msgctxt "notebookbar_compact|reviewb"
msgid "Pag_e"
msgstr "Bladsy"
-#: notebookbar_compact.ui:5407
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5659
msgctxt "notebookbar_compact|LayoutLabel"
-msgid "Page layout"
+msgid "Layout"
msgstr ""
-#: notebookbar_compact.ui:5454
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5706
#, fuzzy
msgctxt "notebookbar_compact|referenceb"
msgid "Reference_s"
msgstr "Verwysings"
-#: notebookbar_compact.ui:5844
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:6094
msgctxt "notebookbar_compact|ReferencesLabel"
msgid "References"
msgstr "Verwysings"
-#: notebookbar_compact.ui:6340
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:6590
#, fuzzy
msgctxt "notebookbar_compact|reviewR"
msgid "_Review"
msgstr "Voorskou"
-#: notebookbar_compact.ui:6372
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:6623
msgctxt "notebookbar_compact|ReviewLabel"
msgid "Review"
msgstr "Resensie"
-#: notebookbar_compact.ui:6841
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:7092
#, fuzzy
msgctxt "notebookbar_compact|viewb"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_compact.ui:6892
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:7144
msgctxt "notebookbar_compact|ViewLabel"
msgid "View"
msgstr "Bekyk"
-#: notebookbar_compact.ui:6940
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:7192
#, fuzzy
msgctxt "notebookbar_compact|tableT"
msgid "T_able"
msgstr "Tabel"
-#: notebookbar_compact.ui:7673
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:7926
msgctxt "notebookbar_compact|TableLabel"
msgid "Table"
msgstr "Tabel"
-#: notebookbar_compact.ui:8028
-#: /home/cl/vc/git/libo-core/sw/uiconfig/swriter/ui/notebookbar_compact.ui:8858
-#: /home/cl/vc/git/libo-core/sw/uiconfig/swriter/ui/notebookbar_compact.ui:9526
-#, fuzzy
-msgctxt "notebookbar_compact|wrapb"
-msgid "Wrap"
-msgstr "~Omvou"
-
-#: notebookbar_compact.ui:8141
-#: /home/cl/vc/git/libo-core/sw/uiconfig/swriter/ui/notebookbar_compact.ui:8971
-#: /home/cl/vc/git/libo-core/sw/uiconfig/swriter/ui/notebookbar_compact.ui:9639
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:8395
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9228
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9899
msgctxt "notebookbar_compact|graphicB"
msgid "A_lign"
msgstr ""
-#: notebookbar_compact.ui:8422
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:8677
#, fuzzy
msgctxt "notebookbar_compact|graphicB"
msgid "_Graphic"
msgstr "Grafika"
-#: notebookbar_compact.ui:8454
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:8710
msgctxt "notebookbar_compact|ImageLabel"
msgid "Image"
msgstr "Beeld"
-#: notebookbar_compact.ui:9198
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9456
msgctxt "notebookbar_compact|drab"
msgid "D_raw"
msgstr ""
-#: notebookbar_compact.ui:9252
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9511
msgctxt "notebookbar_compact|ShapeLabel"
msgid "Draw"
msgstr ""
-#: notebookbar_compact.ui:9776
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:10037
msgctxt "notebookbar_compact|frame:MenuDraw"
msgid "Object"
msgstr "Objek"
-#: notebookbar_compact.ui:9831
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:10093
msgctxt "notebookbar_compact|FrameLabel"
msgid "Object"
msgstr "Objek"
-#: notebookbar_compact.ui:9881
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:10143
#, fuzzy
msgctxt "notebookbar_compact|referenceb"
msgid "_Tools"
msgstr "Nutsgoed"
-#: notebookbar_compact.ui:10744
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:11007
msgctxt "notebookbar_compact|DevLabel"
msgid "Tools"
msgstr "Nutsgoed"
-#: notebookbar_groupedbar_compact.ui:1151
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:1152
msgctxt "notebookbar_groupedbar_compact|menubarD1"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3106
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3107
msgctxt "notebookbar_groupedbar_compact|menubarD"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:3363
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3357
msgctxt "notebookbar_groupedbar_compact|Quotation2"
msgid "Quotation"
msgstr "Aanhaling"
-#: notebookbar_groupedbar_compact.ui:4005
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3999
msgctxt "notebookbar_groupedbar_compact|menub"
msgid "_Menu"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:4060
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4055
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|toolsb"
msgid "_Tools"
msgstr "Nutsgoed"
-#: notebookbar_groupedbar_compact.ui:4148
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4144
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|fileb"
msgid "_File"
msgstr "Lêer"
-#: notebookbar_groupedbar_compact.ui:4302
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4299
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|editb"
msgid "_Edit"
msgstr "Redigeer"
-#: notebookbar_groupedbar_compact.ui:4441
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4438
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphstyleb"
msgid "St_yles"
msgstr "Style"
-#: notebookbar_groupedbar_compact.ui:4619
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4616
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|formatb"
msgid "F_ormat"
msgstr "Formaat"
-#: notebookbar_groupedbar_compact.ui:4872
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4866
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphb"
msgid "_Paragraph"
msgstr "Paragraaf"
-#: notebookbar_groupedbar_compact.ui:5044
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5038
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|insertb"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_groupedbar_compact.ui:5192
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5186
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|referenceb"
msgid "Reference_s"
msgstr "Verwysings"
-#: notebookbar_groupedbar_compact.ui:5299
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5293
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|reviewb"
msgid "_Review"
msgstr "Voorskou"
-#: notebookbar_groupedbar_compact.ui:5413
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5407
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewb"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_compact.ui:5516
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5511
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphstylet"
msgid "St_yles"
msgstr "Style"
-#: notebookbar_groupedbar_compact.ui:5691
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5690
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|formatt"
msgid "F_ormat"
msgstr "Formaat"
-#: notebookbar_groupedbar_compact.ui:5906
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5906
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragrapht"
msgid "_Paragraph"
msgstr "Paragraaf"
-#: notebookbar_groupedbar_compact.ui:6031
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6035
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|tableT"
msgid "T_able"
msgstr "Tabel"
-#: notebookbar_groupedbar_compact.ui:6167
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6175
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|merged"
msgid "_Merge"
msgstr "Voeg saam"
-#: notebookbar_groupedbar_compact.ui:6289
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6301
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|rowscolumnst"
msgid "R_ows"
msgstr "Rye"
-#: notebookbar_groupedbar_compact.ui:6414
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6430
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|selectt"
msgid "Selec_t"
msgstr "Kies"
-#: notebookbar_groupedbar_compact.ui:6525
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6545
msgctxt "notebookbar_groupedbar_compact|calculatet"
msgid "_Calc"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:6660
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6684
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|graphicB"
msgid "_Graphic"
msgstr "Grafika"
-#: notebookbar_groupedbar_compact.ui:6775
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6800
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|colorb"
msgid "C_olor"
msgstr "Kleur"
-#: notebookbar_groupedbar_compact.ui:7092
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7124
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|arrange"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_compact.ui:7252
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7288
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|GridB"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_compact.ui:7372
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7412
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|languageb"
msgid "_Language"
msgstr "Taal"
-#: notebookbar_groupedbar_compact.ui:7498
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7542
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|revieb"
msgid "_Review"
msgstr "Voorskou"
-#: notebookbar_groupedbar_compact.ui:7648
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7680
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|commentsb"
msgid "_Comments"
msgstr "Inhoud"
-#: notebookbar_groupedbar_compact.ui:7748
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7781
msgctxt "notebookbar_groupedbar_compact|compareb"
msgid "Com_pare"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:7848
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7885
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewA"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_compact.ui:8032
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8073
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|editdrawb"
msgid "St_yles"
msgstr "Style"
-#: notebookbar_groupedbar_compact.ui:8248
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8290
msgctxt "notebookbar_groupedbar_compact|drawb"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:8475
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8521
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|arrangeD"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_compact.ui:8611
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8661
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|Grid"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_compact.ui:8720
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8774
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewDrawb"
msgid "Grou_p"
msgstr "Groep"
-#: notebookbar_groupedbar_compact.ui:8828
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8886
msgctxt "notebookbar_groupedbar_compact|3Db"
msgid "3_D"
msgstr ""
-#: notebookbar_groupedbar_compact.ui:9011
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9073
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|oleB"
msgid "F_rame"
msgstr "Raam"
-#: notebookbar_groupedbar_compact.ui:9218
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9281
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|arrangeO"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_compact.ui:9327
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9394
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|GridO"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_compact.ui:9437
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9508
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewO"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_compact.ui:9542
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9617
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphstyles"
msgid "St_yles"
msgstr "Style"
-#: notebookbar_groupedbar_compact.ui:9717
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9796
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|formats"
msgid "F_ormat"
msgstr "Formaat"
-#: notebookbar_groupedbar_compact.ui:9978
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:10058
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|paragraphs"
msgid "_Paragraph"
msgstr "Paragraaf"
-#: notebookbar_groupedbar_compact.ui:10137
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:10221
#, fuzzy
msgctxt "notebookbar_groupedbar_compact|viewc"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_full.ui:3064
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:3064
msgctxt "notebookbar_groupedbar_full|menubarD"
msgid "Menubar"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3281
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:3274
msgctxt "notebookbar_groupedbar_full|Quotation2"
msgid "Quotation"
msgstr "Aanhaling"
-#: notebookbar_groupedbar_full.ui:3934
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:3927
msgctxt "notebookbar_groupedbar_full|menub"
msgid "_Menu"
msgstr ""
-#: notebookbar_groupedbar_full.ui:3986
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:3980
#, fuzzy
msgctxt "notebookbar_groupedbar_full|toolsb"
msgid "_Tools"
msgstr "Nutsgoed"
-#: notebookbar_groupedbar_full.ui:4040
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4035
#, fuzzy
msgctxt "notebookbar_groupedbar_full|helpb"
msgid "_Help"
msgstr "Hulp"
-#: notebookbar_groupedbar_full.ui:4147
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4143
#, fuzzy
msgctxt "notebookbar_groupedbar_full|fileb"
msgid "_File"
msgstr "Lêer"
-#: notebookbar_groupedbar_full.ui:4384
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4381
#, fuzzy
msgctxt "notebookbar_groupedbar_full|editb"
msgid "_Edit"
msgstr "Redigeer"
-#: notebookbar_groupedbar_full.ui:4580
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4578
#, fuzzy
msgctxt "notebookbar_groupedbar_full|paragraphstyleb"
msgid "St_yles"
msgstr "Style"
-#: notebookbar_groupedbar_full.ui:4867
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4866
#, fuzzy
msgctxt "notebookbar_groupedbar_full|formatb"
msgid "F_ormat"
msgstr "Formaat"
-#: notebookbar_groupedbar_full.ui:5218
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:5218
#, fuzzy
msgctxt "notebookbar_groupedbar_full|paragraphb"
msgid "_Paragraph"
msgstr "Paragraaf"
-#: notebookbar_groupedbar_full.ui:5457
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:5458
#, fuzzy
msgctxt "notebookbar_groupedbar_full|insertb"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_groupedbar_full.ui:5685
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:5687
#, fuzzy
msgctxt "notebookbar_groupedbar_full|referenceb"
msgid "Referen_ce"
msgstr "Verwysing"
-#: notebookbar_groupedbar_full.ui:5886
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:5889
#, fuzzy
msgctxt "notebookbar_groupedbar_full|reviewb"
msgid "_Review"
msgstr "Voorskou"
-#: notebookbar_groupedbar_full.ui:6035
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:6039
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewb"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_full.ui:6296
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:6301
#, fuzzy
msgctxt "notebookbar_groupedbar_full|graphicB"
msgid "_Graphic"
msgstr "Grafika"
-#: notebookbar_groupedbar_full.ui:6726
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:6732
#, fuzzy
msgctxt "notebookbar_groupedbar_full|arrange"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_full.ui:6902
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:6909
#, fuzzy
msgctxt "notebookbar_groupedbar_full|colorb"
msgid "C_olor"
msgstr "Kleur"
-#: notebookbar_groupedbar_full.ui:7156
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:7164
#, fuzzy
msgctxt "notebookbar_groupedbar_full|GridB"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_full.ui:7333
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:7342
#, fuzzy
msgctxt "notebookbar_groupedbar_full|paragraphstylet"
msgid "St_yles"
msgstr "Style"
-#: notebookbar_groupedbar_full.ui:7620
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:7630
#, fuzzy
msgctxt "notebookbar_groupedbar_full|formatt"
msgid "F_ormat"
msgstr "Formaat"
-#: notebookbar_groupedbar_full.ui:7971
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:7982
#, fuzzy
msgctxt "notebookbar_groupedbar_full|paragrapht"
msgid "_Paragraph"
msgstr "Paragraaf"
-#: notebookbar_groupedbar_full.ui:8198
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:8210
#, fuzzy
msgctxt "notebookbar_groupedbar_full|tabled"
msgid "T_able"
msgstr "Tabel"
-#: notebookbar_groupedbar_full.ui:8396
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:8409
#, fuzzy
msgctxt "notebookbar_groupedbar_full|rowscolumnst"
msgid "R_ows"
msgstr "Rye"
-#: notebookbar_groupedbar_full.ui:8597
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:8611
#, fuzzy
msgctxt "notebookbar_groupedbar_full|merged"
msgid "_Merge"
msgstr "Voeg saam"
-#: notebookbar_groupedbar_full.ui:8825
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:8840
#, fuzzy
msgctxt "notebookbar_groupedbar_full|selectt"
msgid "Sele_ct"
msgstr "Kies"
-#: notebookbar_groupedbar_full.ui:9054
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9070
msgctxt "notebookbar_groupedbar_full|calculatet"
msgid "_Calc"
msgstr ""
-#: notebookbar_groupedbar_full.ui:9282
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9299
#, fuzzy
msgctxt "notebookbar_groupedbar_full|referencet"
msgid "Referen_ce"
msgstr "Verwysing"
-#: notebookbar_groupedbar_full.ui:9418
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9436
#, fuzzy
msgctxt "notebookbar_groupedbar_full|languageb"
msgid "_Language"
msgstr "Taal"
-#: notebookbar_groupedbar_full.ui:9646
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9665
#, fuzzy
msgctxt "notebookbar_groupedbar_full|revieb"
msgid "_Review"
msgstr "Voorskou"
-#: notebookbar_groupedbar_full.ui:9858
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9878
#, fuzzy
msgctxt "notebookbar_groupedbar_full|commentsb"
msgid "_Comments"
msgstr "Inhoud"
-#: notebookbar_groupedbar_full.ui:10060
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:10081
msgctxt "notebookbar_groupedbar_full|compareb"
msgid "Com_pare"
msgstr ""
-#: notebookbar_groupedbar_full.ui:10209
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:10231
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewa"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_full.ui:10654
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:10677
msgctxt "notebookbar_groupedbar_full|drawb"
msgid "D_raw"
msgstr ""
-#: notebookbar_groupedbar_full.ui:11024
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11048
#, fuzzy
msgctxt "notebookbar_groupedbar_full|editdrawb"
msgid "_Edit"
msgstr "Redigeer"
-#: notebookbar_groupedbar_full.ui:11254
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11279
#, fuzzy
msgctxt "notebookbar_groupedbar_full|wrapb"
msgid "Wrap"
msgstr "~Omvou"
-#: notebookbar_groupedbar_full.ui:11268
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11294
msgctxt "notebookbar_groupedbar_full|alignb"
msgid "Align"
msgstr ""
-#: notebookbar_groupedbar_full.ui:11300
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11327
#, fuzzy
msgctxt "notebookbar_groupedbar_full|arrangedrawb"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_full.ui:11467
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11495
#, fuzzy
msgctxt "notebookbar_groupedbar_full|GridDrawB"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_full.ui:11668
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11697
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewDrawb"
msgid "Grou_p"
msgstr "Groep"
-#: notebookbar_groupedbar_full.ui:11847
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11877
msgctxt "notebookbar_groupedbar_full|3Db"
msgid "3_D"
msgstr ""
-#: notebookbar_groupedbar_full.ui:12158
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:12189
#, fuzzy
msgctxt "notebookbar_groupedbar_full|formatd"
msgid "F_ormat"
msgstr "Formaat"
-#: notebookbar_groupedbar_full.ui:12424
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:12456
#, fuzzy
msgctxt "notebookbar_groupedbar_full|paragraphTextb"
msgid "_Paragraph"
msgstr "Paragraaf"
-#: notebookbar_groupedbar_full.ui:12600
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:12633
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewd"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groupedbar_full.ui:12753
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:12787
#, fuzzy
msgctxt "notebookbar_groupedbar_full|insertTextb"
msgid "_Insert"
msgstr "Voeg in"
-#: notebookbar_groupedbar_full.ui:13186
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:13221
#, fuzzy
msgctxt "notebookbar_groupedbar_full|media"
msgid "_Media"
msgstr "Media"
-#: notebookbar_groupedbar_full.ui:13423
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:13459
#, fuzzy
msgctxt "notebookbar_groupedbar_full|oleB"
msgid "F_rame"
msgstr "Raam"
-#: notebookbar_groupedbar_full.ui:13853
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:13890
#, fuzzy
msgctxt "notebookbar_groupedbar_full|arrageOLE"
msgid "_Arrange"
msgstr "Rangskik"
-#: notebookbar_groupedbar_full.ui:14019
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:14057
#, fuzzy
msgctxt "notebookbar_groupedbar_full|OleGridB"
msgid "_Grid"
msgstr "Rooster"
-#: notebookbar_groupedbar_full.ui:14168
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:14207
#, fuzzy
msgctxt "notebookbar_groupedbar_full|viewf"
msgid "_View"
msgstr "Bekyk"
-#: notebookbar_groups.ui:34
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:34
msgctxt "notebookbar_groups|imagestyledefault"
msgid "Default"
msgstr "Verstek"
-#: notebookbar_groups.ui:42
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:42
msgctxt "notebookbar_groups|imagestylegray"
msgid "Grayscale"
msgstr "Grysskaal"
-#: notebookbar_groups.ui:50
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:50
#, fuzzy
msgctxt "notebookbar_groups|imagestylebw"
msgid "Black and White"
msgstr "~Swart en wit"
-#: notebookbar_groups.ui:58
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:58
msgctxt "notebookbar_groups|imagestylewater"
msgid "Watermark"
msgstr "Watermerk"
-#: notebookbar_groups.ui:72
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:72
msgctxt "notebookbar_groups|imagestylecorrectionbc20m"
msgid "-20% Brightness & Contrast"
msgstr ""
-#: notebookbar_groups.ui:80
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:80
msgctxt "notebookbar_groups|imagestylecorrectionb20m"
msgid "-20% Brightness"
msgstr ""
-#: notebookbar_groups.ui:88
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:88
msgctxt "notebookbar_groups|imagestylecorrectionc20m"
msgid "-20% Contrast"
msgstr ""
-#: notebookbar_groups.ui:96
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:96
msgctxt "notebookbar_groups|imagestylecorrectiondefault"
msgid "0% Brightness & Contrast"
msgstr ""
-#: notebookbar_groups.ui:104
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:104
msgctxt "notebookbar_groups|imagestylecorrectionb20p"
msgid "+20% Brightness"
msgstr ""
-#: notebookbar_groups.ui:112
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:112
msgctxt "notebookbar_groups|imagestylecorrectionc20p"
msgid "+20% Contrast"
msgstr ""
-#: notebookbar_groups.ui:120
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:120
msgctxt "notebookbar_groups|imagestylecorrectionbc20p"
msgid "+20% Brightness & Contrast"
msgstr ""
-#: notebookbar_groups.ui:134
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:134
msgctxt "notebookbar_groups|imagestylecolorred"
msgid "Colorize Red"
msgstr ""
-#: notebookbar_groups.ui:142
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:142
msgctxt "notebookbar_groups|imagestylecolorblue"
msgid "Colorize Blue"
msgstr ""
-#: notebookbar_groups.ui:150
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:150
msgctxt "notebookbar_groups|imagestylecolorgreen"
msgid "Colorize Green"
msgstr ""
-#: notebookbar_groups.ui:158
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:158
msgctxt "notebookbar_groups|imagestylecolororange"
msgid "Colorize Orange"
msgstr ""
-#: notebookbar_groups.ui:186
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:186
msgctxt "notebookbar_groups|hyperlink"
msgid "Hyperlink"
msgstr "Hiperskakel"
-#: notebookbar_groups.ui:200
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:200
msgctxt "notebookbar_groups|footnote"
msgid "Footnote"
msgstr "Voetnoot"
-#: notebookbar_groups.ui:209
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:209
msgctxt "notebookbar_groups|endnote"
msgid "Endnote"
msgstr "Eindnoot"
-#: notebookbar_groups.ui:224
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:224
msgctxt "notebookbar_groups|bookmark"
msgid "Bookmark"
msgstr "Boekmerk"
-#: notebookbar_groups.ui:233
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:233
#, fuzzy
msgctxt "notebookbar_groups|crossreference"
msgid "Cross-Reference"
msgstr "kruisverwysing"
-#: notebookbar_groups.ui:317
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:317
msgctxt "notebookbar_groups|paradefault"
msgid "Default Paragraph"
msgstr ""
-#: notebookbar_groups.ui:326
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:326
msgctxt "notebookbar_groups|title"
msgid "Title"
msgstr "Titel"
-#: notebookbar_groups.ui:335
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:335
#, fuzzy
msgctxt "notebookbar_groups|heading1"
msgid "Heading 1"
msgstr "Opskrif 1"
-#: notebookbar_groups.ui:344
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:344
msgctxt "notebookbar_groups|heading2"
msgid "Heading 2"
msgstr "Opskrif 2"
-#: notebookbar_groups.ui:353
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:353
msgctxt "notebookbar_groups|heading3"
msgid "Heading 3"
msgstr "Opskrif 3"
-#: notebookbar_groups.ui:368
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:368
msgctxt "notebookbar_groups|chardefault"
msgid "Default Character"
msgstr ""
-#: notebookbar_groups.ui:377
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:377
msgctxt "notebookbar_groups|italic"
msgid "Emphasis"
msgstr "Beklemtoning"
-#: notebookbar_groups.ui:386
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:386
msgctxt "notebookbar_groups|bold"
msgid "Strong Emphasis"
msgstr "Sterk beklemtoning"
-#: notebookbar_groups.ui:404
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:404
#, fuzzy
msgctxt "notebookbar_groups|tablestylenone"
msgid "None"
msgstr "Nota"
-#: notebookbar_groups.ui:412
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:412
msgctxt "notebookbar_groups|tablestyledefault"
msgid "Default"
msgstr "Verstek"
-#: notebookbar_groups.ui:420
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:420
msgctxt "notebookbar_groups|tablestyle1"
msgid "Style 1"
msgstr ""
-#: notebookbar_groups.ui:428
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:428
#, fuzzy
msgctxt "notebookbar_groups|tablestyle2"
msgid "Style 2"
msgstr "Style2"
-#: notebookbar_groups.ui:436
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:436
msgctxt "notebookbar_groups|tablestyle3"
msgid "Style 3"
msgstr ""
-#: notebookbar_groups.ui:444
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:444
msgctxt "notebookbar_groups|tablestyle4"
msgid "Style 4"
msgstr ""
-#: notebookbar_groups.ui:471
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:471
msgctxt "notebookbar_groups|rowmenuaddup"
msgid "Insert Rows Above"
msgstr ""
-#: notebookbar_groups.ui:480
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:480
msgctxt "notebookbar_groups|rowmenuadddown"
msgid "Insert Rows Below"
msgstr ""
-#: notebookbar_groups.ui:495
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:495
#, fuzzy
msgctxt "notebookbar_groups|rowmenudel"
msgid "Delete Rows"
msgstr "Skrap ry"
-#: notebookbar_groups.ui:504
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:504
msgctxt "notebookbar_groups|rowmenuselect"
msgid "Select Rows"
msgstr "Merk rye"
-#: notebookbar_groups.ui:519
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:519
msgctxt "notebookbar_groups|rowmenuheight"
msgid "Row Height..."
msgstr "Ryhoogte..."
-#: notebookbar_groups.ui:528
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:528
msgctxt "notebookbar_groups|rowmenuoptimalrow"
msgid "Optimal Row Height"
msgstr "Optimale ryhoogte"
-#: notebookbar_groups.ui:537
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:537
#, fuzzy
msgctxt "notebookbar_groups|rowmenudistribute"
msgid "Distribute Rows Evenly"
msgstr "Versprei kolomme eweredig"
-#: notebookbar_groups.ui:736
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:741
msgctxt "notebookbar_groups|filegrouplabel"
msgid "File"
msgstr "Lêer"
-#: notebookbar_groups.ui:889
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:897
#, fuzzy
msgctxt "notebookbar_groups|clipboardgrouplabel"
msgid "Clipboard"
msgstr "knipbord"
-#: notebookbar_groups.ui:935
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:943
msgctxt "notebookbar_groups|paragraphstyleb"
msgid "Style"
msgstr "Styl"
-#: notebookbar_groups.ui:1448
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1465
msgctxt "notebookbar_groups|formatgrouplabel"
msgid "Text"
msgstr "Teks"
-#: notebookbar_groups.ui:1573
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1592
#, fuzzy
msgctxt "notebookbar_groups|linksb"
msgid "Links"
msgstr "Reël"
-#: notebookbar_groups.ui:1616
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1637
msgctxt "notebookbar_groups|shapesb"
msgid "Shapes"
msgstr "Vorms"
-#: notebookbar_groups.ui:1722
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1746
msgctxt "notebookbar_groups|insertgrouplabel"
msgid "Insert"
msgstr "Voeg in"
-#: notebookbar_groups.ui:1758
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1782
msgctxt "notebookbar_groups|tablestyleb"
msgid "Style"
msgstr "Styl"
-#: notebookbar_groups.ui:1780
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1805
msgctxt "notebookbar_groups|tablerowsb"
msgid "Rows"
msgstr "Rye"
-#: notebookbar_groups.ui:1798
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1824
msgctxt "notebookbar_groups|tablecolumnsb"
msgid "Columns"
msgstr "Kolomme"
-#: notebookbar_groups.ui:2002
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2032
msgctxt "notebookbar_groups|tablegrouplabel"
msgid "Table"
msgstr "Tabel"
-#: notebookbar_groups.ui:2038
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2068
msgctxt "notebookbar_groups|imagestyleb"
msgid "Style"
msgstr "Styl"
-#: notebookbar_groups.ui:2079
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2111
#, fuzzy
msgctxt "notebookbar_groups|resetb"
msgid "Reset"
msgstr "St~el terug"
-#: notebookbar_groups.ui:2126
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2160
#, fuzzy
msgctxt "notebookbar_groups|wrapb"
msgid "Wrap"
msgstr "~Omvou"
-#: notebookbar_groups.ui:2143
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2178
msgctxt "notebookbar_groups|lockb"
msgid "Lock"
msgstr ""
-#: notebookbar_groups.ui:2189
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2225
msgctxt "notebookbar_groups|imagegrouplabel"
msgid "Image"
msgstr "Beeld"
-#: notebookbar_groups.ui:2247
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2283
#, fuzzy
msgctxt "notebookbar_groups|wrapoff"
msgid "None"
msgstr "Nota"
-#: notebookbar_groups.ui:2256
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2292
msgctxt "notebookbar_groups|wrapideal"
msgid "Optimal"
msgstr "Optimaal"
-#: notebookbar_groups.ui:2265
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2301
#, fuzzy
msgctxt "notebookbar_groups|wrapon"
msgid "Parallel"
msgstr "Parallel"
-#: notebookbar_groups.ui:2274
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2310
#, fuzzy
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
msgstr "Voor"
-#: notebookbar_groups.ui:2283
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2319
#, fuzzy
msgctxt "notebookbar_groups|wrapright"
msgid "After"
msgstr "Na"
-#: notebookbar_groups.ui:2292
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2328
msgctxt "notebookbar_groups|wrapthrough"
msgid "Through"
msgstr ""
-#: notebookbar_groups.ui:2307
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2343
#, fuzzy
msgctxt "notebookbar_groups|wrapcontour"
msgid "Contour"
msgstr "Kontoer"
-#: notebookbar_groups.ui:2316
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2352
#, fuzzy
msgctxt "notebookbar_groups|contourdialog"
msgid "Edit Contour"
msgstr "Tekskontoer"
-#: notebookbar_single.ui:475
+#: sw/uiconfig/swriter/ui/notebookbar_single.ui:475
msgctxt "notebookbar_single|halignment|tooltip_text"
msgid "Horizontal Alignment"
msgstr ""
-#: notebookbar_single.ui:598
+#: sw/uiconfig/swriter/ui/notebookbar_single.ui:598
msgctxt "notebookbar_single|outlineindent|tooltip_text"
msgid "Indent"
msgstr "Inkeep"
-#: notebookbar_single.ui:680
+#: sw/uiconfig/swriter/ui/notebookbar_single.ui:680
msgctxt "notebookbar_single|insert|tooltip_text"
msgid "Indent"
msgstr "Inkeep"
-#: numberingnamedialog.ui:11
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:11
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 1"
msgstr "Titelloos"
-#: numberingnamedialog.ui:14
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:14
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 2"
msgstr "Titelloos"
-#: numberingnamedialog.ui:17
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:17
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 3"
msgstr "Titelloos"
-#: numberingnamedialog.ui:20
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:20
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 4"
msgstr "Titelloos"
-#: numberingnamedialog.ui:23
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:23
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 5"
msgstr "Titelloos"
-#: numberingnamedialog.ui:26
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:26
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 6"
msgstr "Titelloos"
-#: numberingnamedialog.ui:29
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:29
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 7"
msgstr "Titelloos"
-#: numberingnamedialog.ui:32
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:32
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 8"
msgstr "Titelloos"
-#: numberingnamedialog.ui:35
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:35
#, fuzzy
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 9"
msgstr "Titelloos"
-#: numberingnamedialog.ui:42
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:42
#, fuzzy
msgctxt "numberingnamedialog|NumberingNameDialog"
msgid "Save As"
msgstr "Stoor as"
-#: numberingnamedialog.ui:168
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:167
msgctxt "numberingnamedialog|label1"
msgid "Format"
msgstr "Formaat"
-#: numparapage.ui:50
+#: sw/uiconfig/swriter/ui/numparapage.ui:50
#, fuzzy
msgctxt "numparapage|labelFT_OUTLINE_LEVEL"
msgid "Outline level:"
msgstr "Skema: Vlak "
-#: numparapage.ui:68
+#: sw/uiconfig/swriter/ui/numparapage.ui:68
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Body text"
msgstr ""
-#: numparapage.ui:69
+#: sw/uiconfig/swriter/ui/numparapage.ui:69
#, fuzzy
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 1"
msgstr "Vlak "
-#: numparapage.ui:70
+#: sw/uiconfig/swriter/ui/numparapage.ui:70
#, fuzzy
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 2"
msgstr "Vlak "
-#: numparapage.ui:71
+#: sw/uiconfig/swriter/ui/numparapage.ui:71
#, fuzzy
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 3"
msgstr "Vlak "
-#: numparapage.ui:72
+#: sw/uiconfig/swriter/ui/numparapage.ui:72
#, fuzzy
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 4"
msgstr "Vlak "
-#: numparapage.ui:73
+#: sw/uiconfig/swriter/ui/numparapage.ui:73
#, fuzzy
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 5"
msgstr "Vlak "
-#: numparapage.ui:74
+#: sw/uiconfig/swriter/ui/numparapage.ui:74
#, fuzzy
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 6"
msgstr "Vlak "
-#: numparapage.ui:75
+#: sw/uiconfig/swriter/ui/numparapage.ui:75
#, fuzzy
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 7"
msgstr "Vlak "
-#: numparapage.ui:76
+#: sw/uiconfig/swriter/ui/numparapage.ui:76
#, fuzzy
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 8"
msgstr "Vlak "
-#: numparapage.ui:77
+#: sw/uiconfig/swriter/ui/numparapage.ui:77
#, fuzzy
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 9"
msgstr "Vlak "
-#: numparapage.ui:78
+#: sw/uiconfig/swriter/ui/numparapage.ui:78
#, fuzzy
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 10"
msgstr "Vlak "
-#: numparapage.ui:95
+#: sw/uiconfig/swriter/ui/numparapage.ui:95
msgctxt "numparapage|labelOutline"
msgid "Outline"
msgstr "Skema"
-#: numparapage.ui:142
+#: sw/uiconfig/swriter/ui/numparapage.ui:142
msgctxt "numparapage|labelFT_NUMBER_STYLE"
msgid "_Numbering style:"
msgstr ""
-#: numparapage.ui:160
+#: sw/uiconfig/swriter/ui/numparapage.ui:160
#, fuzzy
msgctxt "numparapage|comboLB_NUMBER_STYLE"
msgid "None"
msgstr "Nota"
-#: numparapage.ui:171
+#: sw/uiconfig/swriter/ui/numparapage.ui:171
#, fuzzy
msgctxt "numparapage|editnumstyle"
msgid "Edit Style"
msgstr "Redigeer styl..."
-#: numparapage.ui:190
+#: sw/uiconfig/swriter/ui/numparapage.ui:190
msgctxt "numparapage|checkCB_NEW_START"
msgid "R_estart at this paragraph"
msgstr ""
-#: numparapage.ui:221
+#: sw/uiconfig/swriter/ui/numparapage.ui:221
#, fuzzy
msgctxt "numparapage|checkCB_NUMBER_NEW_START"
msgid "S_tart with:"
msgstr "Begin by"
-#: numparapage.ui:278
+#: sw/uiconfig/swriter/ui/numparapage.ui:276
msgctxt "numparapage|label2"
msgid "Numbering"
msgstr "Nommering"
-#: numparapage.ui:314
+#: sw/uiconfig/swriter/ui/numparapage.ui:312
msgctxt "numparapage|checkCB_COUNT_PARA"
msgid "_Include this paragraph in line numbering"
msgstr ""
-#: numparapage.ui:332
+#: sw/uiconfig/swriter/ui/numparapage.ui:330
msgctxt "numparapage|checkCB_RESTART_PARACOUNT"
msgid "Rest_art at this paragraph"
msgstr ""
-#: numparapage.ui:368
+#: sw/uiconfig/swriter/ui/numparapage.ui:366
#, fuzzy
msgctxt "numparapage|labelFT_RESTART_NO"
msgid "_Start with:"
msgstr "Begin by"
-#: numparapage.ui:416
+#: sw/uiconfig/swriter/ui/numparapage.ui:412
msgctxt "numparapage|labelLINE_NUMBERING"
msgid "Line Numbering"
msgstr "Reëlnommering"
-#: objectdialog.ui:8
+#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "Object"
msgstr "Objek"
-#: objectdialog.ui:106
+#: sw/uiconfig/swriter/ui/objectdialog.ui:106
msgctxt "objectdialog|type"
msgid "Type"
msgstr "Soort"
-#: objectdialog.ui:128
+#: sw/uiconfig/swriter/ui/objectdialog.ui:128
msgctxt "objectdialog|options"
msgid "Options"
msgstr "Opsies"
-#: objectdialog.ui:151
+#: sw/uiconfig/swriter/ui/objectdialog.ui:151
#, fuzzy
msgctxt "objectdialog|wrap"
msgid "Wrap"
msgstr "~Omvou"
-#: objectdialog.ui:174
+#: sw/uiconfig/swriter/ui/objectdialog.ui:174
msgctxt "objectdialog|hyperlink"
msgid "Hyperlink"
msgstr "Hiperskakel"
-#: objectdialog.ui:197
+#: sw/uiconfig/swriter/ui/objectdialog.ui:197
msgctxt "objectdialog|borders"
msgid "Borders"
msgstr "Grense"
-#: objectdialog.ui:220
+#: sw/uiconfig/swriter/ui/objectdialog.ui:220
msgctxt "objectdialog|area"
msgid "Area"
msgstr "Area"
-#: objectdialog.ui:243
+#: sw/uiconfig/swriter/ui/objectdialog.ui:243
msgctxt "objectdialog|transparence"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: objectdialog.ui:266
+#: sw/uiconfig/swriter/ui/objectdialog.ui:266
msgctxt "objectdialog|macro"
msgid "Macro"
msgstr "Makro"
-#: optcaptionpage.ui:50
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:50
#, fuzzy
msgctxt "optcaptionpage|label7"
msgid "Category:"
msgstr "Kategorie"
-#: optcaptionpage.ui:64
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:64
#, fuzzy
msgctxt "optcaptionpage|numberingft"
msgid "_Numbering:"
msgstr "Nommering"
-#: optcaptionpage.ui:78
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:78
msgctxt "optcaptionpage|numseparatorft"
msgid "Numbering separator:"
msgstr ""
-#: optcaptionpage.ui:92
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:92
#, fuzzy
msgctxt "optcaptionpage|separatorft"
msgid "Separator:"
msgstr "Skeier"
-#: optcaptionpage.ui:106
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:106
#, fuzzy
msgctxt "optcaptionpage|label18"
msgid "Position:"
msgstr "Posisie"
-#: optcaptionpage.ui:147
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:145
msgctxt "optcaptionpage|numseparator"
msgid ". "
msgstr ""
-#: optcaptionpage.ui:192
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:190
#, fuzzy
msgctxt "optcaptionpage|label2"
msgid "Caption"
msgstr "Opsies"
-#: optcaptionpage.ui:230
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:228
#, fuzzy
msgctxt "optcaptionpage|label4"
msgid "Level:"
msgstr "Vlak"
-#: optcaptionpage.ui:244
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:242
#, fuzzy
msgctxt "optcaptionpage|label6"
msgid "Separator:"
msgstr "Skeier"
-#: optcaptionpage.ui:273
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:270
#, fuzzy
msgctxt "optcaptionpage|level"
msgid "None"
msgstr "Nota"
-#: optcaptionpage.ui:289
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:286
msgctxt "optcaptionpage|label11"
msgid "Numbering Captions by Chapter"
msgstr ""
-#: optcaptionpage.ui:327
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:324
#, fuzzy
msgctxt "optcaptionpage|label3"
msgid "Character style:"
msgstr "Karakterstyle"
-#: optcaptionpage.ui:342
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:339
#, fuzzy
msgctxt "optcaptionpage|charstyle"
msgid "None"
msgstr "Nota"
-#: optcaptionpage.ui:352
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:349
msgctxt "optcaptionpage|applyborder"
msgid "Apply border and shadow"
msgstr ""
-#: optcaptionpage.ui:374
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:371
msgctxt "optcaptionpage|label10"
msgid "Category and Frame Format"
msgstr ""
-#: optcaptionpage.ui:426
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:423
msgctxt "optcaptionpage|label1"
msgid ""
"Add captions automatically\n"
"when inserting:"
msgstr ""
-#: optcaptionpage.ui:469
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:466
msgctxt "optcaptionpage|captionorder"
msgid "Category first"
msgstr ""
-#: optcaptionpage.ui:470
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:467
msgctxt "optcaptionpage|captionorder"
msgid "Numbering first"
msgstr ""
-#: optcaptionpage.ui:480
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:477
msgctxt "optcaptionpage|label13"
msgid "Caption Order"
msgstr ""
-#: optcomparison.ui:36
+#: sw/uiconfig/swriter/ui/optcomparison.ui:36
msgctxt "optcomparison|auto"
msgid "A_uto"
msgstr ""
-#: optcomparison.ui:55
+#: sw/uiconfig/swriter/ui/optcomparison.ui:55
msgctxt "optcomparison|byword"
msgid "By w_ord"
msgstr ""
-#: optcomparison.ui:73
+#: sw/uiconfig/swriter/ui/optcomparison.ui:73
msgctxt "optcomparison|bycharacter"
msgid "By _character"
msgstr ""
-#: optcomparison.ui:96
+#: sw/uiconfig/swriter/ui/optcomparison.ui:96
#, fuzzy
msgctxt "optcomparison|label1"
msgid "Compare Documents"
msgstr "Vergelyk dokument"
-#: optcomparison.ui:129
+#: sw/uiconfig/swriter/ui/optcomparison.ui:129
msgctxt "optcomparison|ignore"
msgid "Ignore _pieces of length"
msgstr ""
-#: optcomparison.ui:146
+#: sw/uiconfig/swriter/ui/optcomparison.ui:146
msgctxt "optcomparison|useRSID"
msgid "Take it into account when comparing"
msgstr ""
-#: optcomparison.ui:179
+#: sw/uiconfig/swriter/ui/optcomparison.ui:177
msgctxt "optcomparison|storeRSID"
msgid "Store it when changing the document"
msgstr ""
-#: optcomparison.ui:207
+#: sw/uiconfig/swriter/ui/optcomparison.ui:205
msgctxt "optcomparison|setting"
msgid "Random number to improve accuracy of document comparison"
msgstr ""
-#: optcompatpage.ui:56
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:56
msgctxt "optcompatpage|format"
msgid "Use printer metrics for document formatting"
msgstr ""
-#: optcompatpage.ui:57
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:57
msgctxt "optcompatpage|format"
msgid "Add spacing between paragraphs and tables"
msgstr ""
-#: optcompatpage.ui:58
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:58
msgctxt "optcompatpage|format"
msgid "Add paragraph and table spacing at tops of pages"
msgstr ""
-#: optcompatpage.ui:59
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:59
msgctxt "optcompatpage|format"
msgid "Use OpenOffice.org 1.1 tabstop formatting"
msgstr ""
-#: optcompatpage.ui:60
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:60
msgctxt "optcompatpage|format"
msgid "Do not add leading (extra space) between lines of text"
msgstr ""
-#: optcompatpage.ui:61
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:61
msgctxt "optcompatpage|format"
msgid "Use OpenOffice.org 1.1 line spacing"
msgstr ""
-#: optcompatpage.ui:62
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:62
msgctxt "optcompatpage|format"
msgid "Add paragraph and table spacing at bottom of table cells"
msgstr ""
-#: optcompatpage.ui:63
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:63
msgctxt "optcompatpage|format"
msgid "Use OpenOffice.org 1.1 object positioning"
msgstr ""
-#: optcompatpage.ui:64
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:64
msgctxt "optcompatpage|format"
msgid "Use OpenOffice.org 1.1 text wrapping around objects"
msgstr ""
-#: optcompatpage.ui:65
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:65
msgctxt "optcompatpage|format"
msgid "Consider wrapping style when positioning objects"
msgstr ""
-#: optcompatpage.ui:66
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:66
msgctxt "optcompatpage|format"
msgid "Expand word space on lines with manual line breaks in justified paragraphs"
msgstr ""
-#: optcompatpage.ui:67
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:67
msgctxt "optcompatpage|format"
msgid "Protect form"
msgstr ""
-#: optcompatpage.ui:68
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:68
msgctxt "optcompatpage|format"
msgid "MS Word-compatible trailing blanks"
msgstr ""
-#: optcompatpage.ui:69
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:69
msgctxt "optcompatpage|format"
msgid "Tolerate white lines of PDF page backgrounds for compatibility with old documents"
msgstr ""
-#: optcompatpage.ui:70
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:70
msgctxt "optcompatpage|format"
msgid "<User settings>"
msgstr ""
-#: optcompatpage.ui:82
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:82
msgctxt "optcompatpage|default"
msgid "Use as _Default"
msgstr ""
-#: optcompatpage.ui:104
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:104
msgctxt "optcompatpage|label11"
-msgid "Compatibility options for '%DOCNAME'"
+msgid "Compatibility options for “%DOCNAME”"
msgstr ""
-#: optfonttabpage.ui:103
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:103
msgctxt "optfonttabpage|font_label"
msgid "Font"
msgstr "Font"
-#: optfonttabpage.ui:117
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:117
#, fuzzy
msgctxt "optfonttabpage|size_label"
msgid "_Size"
msgstr "Grootte"
-#: optfonttabpage.ui:133
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:133
#, fuzzy
msgctxt "optfonttabpage|default_label"
msgid "De_fault:"
msgstr "Verstek"
-#: optfonttabpage.ui:149
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:149
#, fuzzy
msgctxt "optfonttabpage|heading_label"
msgid "Headin_g:"
msgstr "Opskrif"
-#: optfonttabpage.ui:165
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:165
msgctxt "optfonttabpage|list_label"
msgid "_List:"
msgstr ""
-#: optfonttabpage.ui:181
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:181
#, fuzzy
msgctxt "optfonttabpage|caption_label"
msgid "C_aption:"
msgstr "Opsies"
-#: optfonttabpage.ui:197
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:197
msgctxt "optfonttabpage|index_label"
msgid "_Index:"
msgstr ""
-#: optfonttabpage.ui:319
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:314
#, fuzzy
msgctxt "optfonttabpage|label1"
msgid "Basic Fonts (%1)"
msgstr "Basiese lettertipes (CTL)"
-#: optfonttabpage.ui:343
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:338
#, fuzzy
msgctxt "optfonttabpage|standard"
msgid "_Default"
msgstr "Verstek"
-#: optformataidspage.ui:44
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:44
msgctxt "optformataidspage|paragraph"
msgid "Pa_ragraph end"
msgstr ""
-#: optformataidspage.ui:59
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:59
msgctxt "optformataidspage|hyphens"
msgid "Soft h_yphens"
msgstr ""
-#: optformataidspage.ui:74
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:74
msgctxt "optformataidspage|spaces"
msgid "Spac_es"
msgstr ""
-#: optformataidspage.ui:89
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:89
#, fuzzy
msgctxt "optformataidspage|nonbreak"
msgid "Non-breaking s_paces"
msgstr "~Ononderbroke spasie"
-#: optformataidspage.ui:104
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:104
#, fuzzy
msgctxt "optformataidspage|tabs"
msgid "Ta_bs"
msgstr "Kepe"
-#: optformataidspage.ui:119
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:119
msgctxt "optformataidspage|break"
msgid "Brea_ks"
msgstr ""
-#: optformataidspage.ui:134
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:134
msgctxt "optformataidspage|hiddentext"
msgid "Hidden text"
msgstr "Versteekde teks"
-#: optformataidspage.ui:148
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:149
msgctxt "optformataidspage|hiddentextfield"
msgid "Fields: Hidden te_xt"
msgstr ""
-#: optformataidspage.ui:163
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:164
msgctxt "optformataidspage|hiddenparafield"
msgid "Fields: Hidden p_aragraphs"
msgstr ""
-#: optformataidspage.ui:251
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:252
msgctxt "optformataidspage|displayfl"
msgid "Display of"
msgstr ""
-#: optformataidspage.ui:283
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:284
msgctxt "optformataidspage|mathbaseline"
msgid "Math baseline alignment"
msgstr ""
-#: optformataidspage.ui:303
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:305
msgctxt "optformataidspage|layoutopt"
msgid "Layout Assistance"
msgstr ""
-#: optformataidspage.ui:347
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:349
msgctxt "optformataidspage|cursoronoff"
msgid "_Direct cursor"
msgstr ""
-#: optformataidspage.ui:364
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:366
msgctxt "optformataidspage|fillmode"
msgid "Insert"
msgstr "Voeg in"
-#: optformataidspage.ui:386
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:388
#, fuzzy
msgctxt "optformataidspage|fillmargin"
msgid "Para_graph alignment"
msgstr "Paragraafbelyning"
-#: optformataidspage.ui:402
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:404
msgctxt "optformataidspage|fillindent"
msgid "_Left paragraph margin"
msgstr ""
-#: optformataidspage.ui:418
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:420
#, fuzzy
msgctxt "optformataidspage|filltab"
msgid "_Tabs"
msgstr "Kepe"
-#: optformataidspage.ui:434
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:436
msgctxt "optformataidspage|filltabandspace"
msgid "Tabs a_nd spaces"
msgstr ""
-#: optformataidspage.ui:450
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:452
msgctxt "optformataidspage|fillspace"
msgid "_Spaces"
msgstr ""
-#: optformataidspage.ui:480
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:482
msgctxt "optformataidspage|cursorlabel"
msgid "Direct Cursor"
msgstr ""
-#: optformataidspage.ui:512
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:514
msgctxt "optformataidspage|cursorinprot"
msgid "Enable cursor"
msgstr ""
-#: optformataidspage.ui:532
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:535
msgctxt "optformataidspage|cursoropt"
msgid "Protected Areas"
msgstr ""
-#: optgeneralpage.ui:59
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:59
#, fuzzy
msgctxt "optgeneralpage|always"
msgid "_Always"
msgstr "Altyd"
-#: optgeneralpage.ui:76
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:76
msgctxt "optgeneralpage|onrequest"
msgid "_On request"
msgstr ""
-#: optgeneralpage.ui:92
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:92
#, fuzzy
msgctxt "optgeneralpage|never"
msgid "_Never"
msgstr "Nooit"
-#: optgeneralpage.ui:114
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:114
msgctxt "optgeneralpage|label1"
msgid "Update Links when Loading"
msgstr ""
-#: optgeneralpage.ui:146
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:146
#, fuzzy
msgctxt "optgeneralpage|updatefields"
msgid "_Fields"
msgstr "Velde"
-#: optgeneralpage.ui:161
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:161
#, fuzzy
msgctxt "optgeneralpage|updatecharts"
msgid "_Charts"
msgstr "Grafieke"
-#: optgeneralpage.ui:182
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:182
msgctxt "optgeneralpage|label2"
msgid "Automatically Update"
msgstr ""
-#: optgeneralpage.ui:228
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:228
msgctxt "optgeneralpage|label5"
msgid "_Measurement unit:"
msgstr ""
-#: optgeneralpage.ui:253
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:253
#, fuzzy
msgctxt "optgeneralpage|tablabel"
msgid "_Tab stops:"
msgstr "Keepstoppe"
-#: optgeneralpage.ui:291
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:290
msgctxt "optgeneralpage|usecharunit"
msgid "_Enable char unit"
msgstr ""
-#: optgeneralpage.ui:307
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:306
msgctxt "optgeneralpage|squaremode"
msgid "_Use square page mode for text grid"
msgstr ""
-#: optgeneralpage.ui:335
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:334
#, fuzzy
msgctxt "optgeneralpage|label3"
msgid "Settings"
msgstr "Instelling"
-#: optgeneralpage.ui:378
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:377
msgctxt "optgeneralpage|label7"
msgid "_Additional separators:"
msgstr ""
-#: optgeneralpage.ui:412
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:410
msgctxt "optgeneralpage|standardizedpageshow"
msgid "Show standardized page count"
msgstr ""
-#: optgeneralpage.ui:440
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:438
msgctxt "optgeneralpage|labelstandardpages"
msgid "Characters per standardized page:"
msgstr ""
-#: optgeneralpage.ui:486
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:483
#, fuzzy
msgctxt "optgeneralpage|label4"
msgid "Word Count"
msgstr "~Woordtelling"
-#: optredlinepage.ui:39
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:39
#, fuzzy
msgctxt "optredlinepage|insert_label"
msgid "_Attributes:"
msgstr "Attribute"
-#: optredlinepage.ui:53
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:53
msgctxt "optredlinepage|insertcolor_label"
msgid "Co_lor:"
msgstr ""
-#: optredlinepage.ui:69
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:69
msgctxt "optredlinepage|insert"
msgid "[None]"
msgstr "[Geen]"
-#: optredlinepage.ui:70
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:70
msgctxt "optredlinepage|insert"
msgid "Bold"
msgstr "Vetdruk"
-#: optredlinepage.ui:71
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:71
#, fuzzy
msgctxt "optredlinepage|insert"
msgid "Italic"
msgstr "Skuinsdruk"
-#: optredlinepage.ui:72
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:72
#, fuzzy
msgctxt "optredlinepage|insert"
msgid "Underlined"
msgstr "Onderstreep"
-#: optredlinepage.ui:73
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:73
#, fuzzy
msgctxt "optredlinepage|insert"
msgid "Underlined: double"
msgstr "Onderstreep: Dubbel"
-#: optredlinepage.ui:74
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:74
msgctxt "optredlinepage|insert"
msgid "Strikethrough"
msgstr "Deurhaal"
-#: optredlinepage.ui:75
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:75
msgctxt "optredlinepage|insert"
msgid "Uppercase"
msgstr ""
-#: optredlinepage.ui:76
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:76
msgctxt "optredlinepage|insert"
msgid "Lowercase"
msgstr "Onderkas"
-#: optredlinepage.ui:77
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:77
msgctxt "optredlinepage|insert"
msgid "Small caps"
msgstr "Klein hoofletters"
-#: optredlinepage.ui:78
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:78
msgctxt "optredlinepage|insert"
msgid "Title font"
msgstr ""
-#: optredlinepage.ui:79
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:79
msgctxt "optredlinepage|insert"
msgid "Background color"
msgstr "Agtergrondkleur"
-#: optredlinepage.ui:94
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:94
msgctxt "optredlinepage|insertcolor-atkobject"
msgid "Color of Insertions"
msgstr ""
-#: optredlinepage.ui:108
-msgctxt "optredlinepage|insertedpreview"
-msgid "Insert"
-msgstr "Voeg in"
-
-#: optredlinepage.ui:124
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:124
#, fuzzy
msgctxt "optredlinepage|label2"
msgid "Insertions"
msgstr "Invoeging"
-#: optredlinepage.ui:163
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:163
#, fuzzy
msgctxt "optredlinepage|deleted_label"
msgid "Attri_butes:"
msgstr "Attribute"
-#: optredlinepage.ui:177
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:177
msgctxt "optredlinepage|deletedcolor_label"
msgid "Col_or:"
msgstr ""
-#: optredlinepage.ui:205
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:205
msgctxt "optredlinepage|deletedcolor-atkobject"
msgid "Color of Deletions"
msgstr ""
-#: optredlinepage.ui:219
-msgctxt "optredlinepage|deletedpreview"
-msgid "Delete"
-msgstr "Skrap"
-
-#: optredlinepage.ui:235
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:235
#, fuzzy
msgctxt "optredlinepage|label3"
msgid "Deletions"
msgstr "Skrapping"
-#: optredlinepage.ui:274
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:274
#, fuzzy
msgctxt "optredlinepage|changed_label"
msgid "Attrib_utes:"
msgstr "Attribute"
-#: optredlinepage.ui:288
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:288
msgctxt "optredlinepage|changedcolor_label"
msgid "Colo_r:"
msgstr ""
-#: optredlinepage.ui:316
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:316
msgctxt "optredlinepage|changedcolor-atkobject"
msgid "Color of Changed Attributes"
msgstr ""
-#: optredlinepage.ui:330
-msgctxt "optredlinepage|changedpreview"
-msgid "Attributes"
-msgstr "Attribute"
-
-#: optredlinepage.ui:346
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:346
msgctxt "optredlinepage|label4"
msgid "Changed Attributes"
msgstr ""
-#: optredlinepage.ui:388
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:388
msgctxt "optredlinepage|markcolor-atkobject"
msgid "Color of Mark"
msgstr ""
-#: optredlinepage.ui:401
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:401
msgctxt "optredlinepage|markpos_label"
msgid "Mar_k:"
msgstr ""
-#: optredlinepage.ui:415
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:415
#, fuzzy
msgctxt "optredlinepage|markcolor_label"
msgid "_Color:"
msgstr "Kleur"
-#: optredlinepage.ui:443
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:443
msgctxt "optredlinepage|markpos"
msgid "[None]"
msgstr "[Geen]"
-#: optredlinepage.ui:444
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:444
msgctxt "optredlinepage|markpos"
msgid "Left margin"
msgstr "Linkerkantlyn"
-#: optredlinepage.ui:445
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:445
#, fuzzy
msgctxt "optredlinepage|markpos"
msgid "Right margin"
msgstr "Regterkantlyn: "
-#: optredlinepage.ui:446
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:446
msgctxt "optredlinepage|markpos"
msgid "Outer margin"
msgstr ""
-#: optredlinepage.ui:447
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:447
msgctxt "optredlinepage|markpos"
msgid "Inner margin"
msgstr ""
-#: optredlinepage.ui:463
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:463
msgctxt "optredlinepage|label5"
msgid "Lines Changed"
msgstr ""
-#: opttablepage.ui:46
+#: sw/uiconfig/swriter/ui/opttablepage.ui:46
#, fuzzy
msgctxt "opttablepage|header"
msgid "H_eading"
msgstr "Opskrif"
-#: opttablepage.ui:61
+#: sw/uiconfig/swriter/ui/opttablepage.ui:61
msgctxt "opttablepage|repeatheader"
msgid "Re_peat on each page"
msgstr ""
-#: opttablepage.ui:77
+#: sw/uiconfig/swriter/ui/opttablepage.ui:77
msgctxt "opttablepage|dontsplit"
msgid "_Do not split"
msgstr ""
-#: opttablepage.ui:92
+#: sw/uiconfig/swriter/ui/opttablepage.ui:92
#, fuzzy
msgctxt "opttablepage|border"
msgid "B_order"
msgstr "Grens"
-#: opttablepage.ui:113
+#: sw/uiconfig/swriter/ui/opttablepage.ui:113
msgctxt "opttablepage|label1"
msgid "New Table Defaults"
msgstr ""
-#: opttablepage.ui:149
+#: sw/uiconfig/swriter/ui/opttablepage.ui:149
#, fuzzy
msgctxt "opttablepage|numformatting"
msgid "_Number recognition"
msgstr "Nommerherkenning"
-#: opttablepage.ui:164
+#: sw/uiconfig/swriter/ui/opttablepage.ui:164
msgctxt "opttablepage|numfmtformatting"
msgid "N_umber format recognition"
msgstr ""
-#: opttablepage.ui:180
+#: sw/uiconfig/swriter/ui/opttablepage.ui:180
#, fuzzy
msgctxt "opttablepage|numalignment"
msgid "_Alignment"
msgstr "Belyning"
-#: opttablepage.ui:202
+#: sw/uiconfig/swriter/ui/opttablepage.ui:202
msgctxt "opttablepage|label2"
msgid "Input in Tables"
msgstr ""
-#: opttablepage.ui:256
+#: sw/uiconfig/swriter/ui/opttablepage.ui:256
msgctxt "opttablepage|label10"
msgid "Behavior of rows/columns"
msgstr ""
-#: opttablepage.ui:266
+#: sw/uiconfig/swriter/ui/opttablepage.ui:266
#, fuzzy
msgctxt "opttablepage|fix"
msgid "_Fixed"
msgstr "Vaste"
-#: opttablepage.ui:284
+#: sw/uiconfig/swriter/ui/opttablepage.ui:284
msgctxt "opttablepage|fixprop"
msgid "Fi_xed, proportional"
msgstr ""
-#: opttablepage.ui:302
+#: sw/uiconfig/swriter/ui/opttablepage.ui:302
#, fuzzy
msgctxt "opttablepage|var"
msgid "_Variable"
msgstr "Veranderlike"
-#: opttablepage.ui:324
+#: sw/uiconfig/swriter/ui/opttablepage.ui:324
msgctxt "opttablepage|label11"
msgid "Changes affect the adjacent area only"
msgstr ""
-#: opttablepage.ui:340
+#: sw/uiconfig/swriter/ui/opttablepage.ui:340
msgctxt "opttablepage|label12"
msgid "Changes affect the entire table"
msgstr ""
-#: opttablepage.ui:355
+#: sw/uiconfig/swriter/ui/opttablepage.ui:355
msgctxt "opttablepage|label13"
msgid "Changes affect the table size"
msgstr ""
-#: opttablepage.ui:391
+#: sw/uiconfig/swriter/ui/opttablepage.ui:391
msgctxt "opttablepage|label4"
msgid "Move cells"
msgstr ""
-#: opttablepage.ui:433
+#: sw/uiconfig/swriter/ui/opttablepage.ui:431
#, fuzzy
msgctxt "opttablepage|label5"
msgid "_Row:"
msgstr "Rye"
-#: opttablepage.ui:448
+#: sw/uiconfig/swriter/ui/opttablepage.ui:446
#, fuzzy
msgctxt "opttablepage|label6"
msgid "_Column:"
msgstr "Kolomme"
-#: opttablepage.ui:507
+#: sw/uiconfig/swriter/ui/opttablepage.ui:503
msgctxt "opttablepage|label15"
msgid "Ro_w:"
msgstr ""
-#: opttablepage.ui:522
+#: sw/uiconfig/swriter/ui/opttablepage.ui:518
#, fuzzy
msgctxt "opttablepage|label16"
msgid "Colu_mn:"
msgstr "Kolom"
-#: opttablepage.ui:536
+#: sw/uiconfig/swriter/ui/opttablepage.ui:532
#, fuzzy
msgctxt "opttablepage|label14"
msgid "Insert cell"
msgstr "Voeg sel in"
-#: opttablepage.ui:565
+#: sw/uiconfig/swriter/ui/opttablepage.ui:561
msgctxt "opttablepage|label3"
msgid "Keyboard Handling"
msgstr ""
-#: outlinenumbering.ui:8
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:8
#, fuzzy
msgctxt "outlinenumbering|OutlineNumberingDialog"
msgid "Chapter Numbering"
msgstr "Hoofstuknommer"
-#: outlinenumbering.ui:39
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:39
#, fuzzy
msgctxt "outlinenumbering|user"
msgid "_Format"
msgstr "Formaat"
-#: outlinenumbering.ui:121
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:121
msgctxt "outlinenumbering|numbering"
msgid "Numbering"
msgstr "Nommering"
-#: outlinenumbering.ui:143
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:143
msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Posisie"
-#: outlinenumbering.ui:174
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:174
#, fuzzy
msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Titelloos"
-#: outlinenumbering.ui:182
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:182
#, fuzzy
msgctxt "outlinenumbering|form2"
msgid "Untitled 2"
msgstr "Titelloos"
-#: outlinenumbering.ui:190
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:190
#, fuzzy
msgctxt "outlinenumbering|form3"
msgid "Untitled 3"
msgstr "Titelloos"
-#: outlinenumbering.ui:198
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:198
#, fuzzy
msgctxt "outlinenumbering|form4"
msgid "Untitled 4"
msgstr "Titelloos"
-#: outlinenumbering.ui:206
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:206
#, fuzzy
msgctxt "outlinenumbering|form5"
msgid "Untitled 5"
msgstr "Titelloos"
-#: outlinenumbering.ui:214
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:214
#, fuzzy
msgctxt "outlinenumbering|form6"
msgid "Untitled 6"
msgstr "Titelloos"
-#: outlinenumbering.ui:222
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:222
#, fuzzy
msgctxt "outlinenumbering|form7"
msgid "Untitled 7"
msgstr "Titelloos"
-#: outlinenumbering.ui:230
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:230
#, fuzzy
msgctxt "outlinenumbering|form8"
msgid "Untitled 8"
msgstr "Titelloos"
-#: outlinenumbering.ui:238
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:238
#, fuzzy
msgctxt "outlinenumbering|form9"
msgid "Untitled 9"
msgstr "Titelloos"
-#: outlinenumbering.ui:252
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:252
#, fuzzy
msgctxt "outlinenumbering|saveas"
msgid "Save _As..."
msgstr "Stoor ~as..."
-#: outlinenumberingpage.ui:52
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:52
msgctxt "outlinenumberingpage|label1"
msgid "Level"
msgstr "Vlak"
-#: outlinenumberingpage.ui:96
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:96
#, fuzzy
msgctxt "outlinenumberingpage|label3"
msgid "Paragraph style:"
msgstr "(Paragraafstyl: "
-#: outlinenumberingpage.ui:122
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:122
#, fuzzy
msgctxt "outlinenumberingpage|label4"
msgid "Number:"
msgstr "Nommer"
-#: outlinenumberingpage.ui:136
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:136
#, fuzzy
msgctxt "outlinenumberingpage|label5"
msgid "Character style:"
msgstr "Karakterstyle"
-#: outlinenumberingpage.ui:150
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:150
msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr ""
-#: outlinenumberingpage.ui:164
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:164
msgctxt "outlinenumberingpage|label7"
msgid "Separator"
msgstr "Skeier"
-#: outlinenumberingpage.ui:250
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:246
#, fuzzy
msgctxt "outlinenumberingpage|label8"
msgid "Before:"
msgstr "Voor"
-#: outlinenumberingpage.ui:271
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:267
#, fuzzy
msgctxt "outlinenumberingpage|label9"
msgid "After:"
msgstr "Na"
-#: outlinenumberingpage.ui:287
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:283
#, fuzzy
msgctxt "outlinenumberingpage|label10"
msgid "Start at:"
msgstr "Begin by"
-#: outlinenumberingpage.ui:324
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:320
msgctxt "outlinenumberingpage|label2"
msgid "Numbering"
msgstr "Nommering"
-#: outlinepositionpage.ui:24
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:24
msgctxt "outlinepositionpage|liststore1"
msgid "Left"
msgstr "Links"
-#: outlinepositionpage.ui:27
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:27
msgctxt "outlinepositionpage|liststore1"
msgid "Centered"
msgstr "Gesentreer"
-#: outlinepositionpage.ui:30
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:30
msgctxt "outlinepositionpage|liststore1"
msgid "Right"
msgstr "Regs"
-#: outlinepositionpage.ui:41
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:41
#, fuzzy
msgctxt "outlinepositionpage|liststore2"
msgid "Tab stop"
msgstr "Keepstoppe"
-#: outlinepositionpage.ui:44
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:44
msgctxt "outlinepositionpage|liststore2"
msgid "Space"
msgstr "Ruimte"
-#: outlinepositionpage.ui:47
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:47
msgctxt "outlinepositionpage|liststore2"
msgid "Nothing"
msgstr ""
-#: outlinepositionpage.ui:89
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:50
+msgctxt "outlinepositionpage|liststore2"
+msgid "New Line"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:92
msgctxt "outlinepositionpage|1"
msgid "Level"
msgstr "Vlak"
-#: outlinepositionpage.ui:137
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:140
#, fuzzy
msgctxt "outlinepositionpage|numalign"
msgid "Numbering alignment:"
msgstr "Nommerinkepings"
-#: outlinepositionpage.ui:162
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:165
msgctxt "outlinepositionpage|numdist"
msgid ""
"Minimum space between\n"
"numbering and text:"
msgstr ""
-#: outlinepositionpage.ui:191
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:193
msgctxt "outlinepositionpage|numberingwidth"
msgid "Width of numbering:"
msgstr ""
-#: outlinepositionpage.ui:216
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:217
#, fuzzy
msgctxt "outlinepositionpage|relative"
msgid "Relative"
msgstr "Negatief"
-#: outlinepositionpage.ui:233
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:235
#, fuzzy
msgctxt "outlinepositionpage|indent"
msgid "Indent:"
msgstr "Inkeep"
-#: outlinepositionpage.ui:260
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:261
msgctxt "outlinepositionpage|indentat"
msgid "Indent at:"
msgstr ""
-#: outlinepositionpage.ui:286
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:286
#, fuzzy
msgctxt "outlinepositionpage|num2align"
msgid "Numbering alignment:"
msgstr "Nommerinkepings"
-#: outlinepositionpage.ui:310
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:310
msgctxt "outlinepositionpage|alignedat"
msgid "Aligned at:"
msgstr ""
-#: outlinepositionpage.ui:336
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:335
msgctxt "outlinepositionpage|at"
msgid "Tab stop at:"
msgstr ""
-#: outlinepositionpage.ui:374
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:372
msgctxt "outlinepositionpage|numfollowedby"
msgid "Numbering followed by:"
msgstr ""
-#: outlinepositionpage.ui:395
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:393
msgctxt "outlinepositionpage|label10"
msgid "Position and Spacing"
msgstr ""
-#: outlinepositionpage.ui:417
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:415
msgctxt "outlinepositionpage|standard"
msgid "Default"
msgstr "Verstek"
-#: pagebreakmenu.ui:12
+#: sw/uiconfig/swriter/ui/pagebreakmenu.ui:12
msgctxt "pagebreakmenu|edit"
msgid "Edit Page Break..."
msgstr ""
-#: pagebreakmenu.ui:20
+#: sw/uiconfig/swriter/ui/pagebreakmenu.ui:20
#, fuzzy
msgctxt "pagebreakmenu|delete"
msgid "Delete Page Break"
msgstr "Skrap bladsybreuke"
-#: pagecolumncontrol.ui:76
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:76
#, fuzzy
msgctxt "pagecolumncontrol|column1"
msgid "1 Column"
msgstr "1 kolom"
-#: pagecolumncontrol.ui:91
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:91
#, fuzzy
msgctxt "pagecolumncontrol|column2"
msgid "2 Columns"
msgstr "Kolomme"
-#: pagecolumncontrol.ui:106
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:106
#, fuzzy
msgctxt "pagecolumncontrol|column3"
msgid "3 Columns"
msgstr "Kolomme"
-#: pagecolumncontrol.ui:121
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:121
msgctxt "pagecolumncontrol|columnleft"
msgid "Left"
msgstr "Links"
-#: pagecolumncontrol.ui:136
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:136
msgctxt "pagecolumncontrol|columnright"
msgid "Right"
msgstr "Regs"
-#: pagecolumncontrol.ui:151
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:151
#, fuzzy
msgctxt "pagecolumncontrol|column1L"
msgid "1 Column"
msgstr "1 kolom"
-#: pagecolumncontrol.ui:166
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:166
#, fuzzy
msgctxt "pagecolumncontrol|column2L"
msgid "2 Columns"
msgstr "Kolomme"
-#: pagecolumncontrol.ui:181
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:181
#, fuzzy
msgctxt "pagecolumncontrol|column3L"
msgid "3 Columns"
msgstr "Kolomme"
-#: pagecolumncontrol.ui:196
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:196
msgctxt "pagecolumncontrol|columnleftL"
msgid "Left"
msgstr "Links"
-#: pagecolumncontrol.ui:211
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:211
msgctxt "pagecolumncontrol|columnrightL"
msgid "Right"
msgstr "Regs"
-#: pagecolumncontrol.ui:226
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:226
#, fuzzy
msgctxt "pagecolumncontrol|moreoptions"
msgid "_More Options"
msgstr "Meer ~opsies"
-#: pagecolumncontrol.ui:230
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:230
#, fuzzy
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Meer ~opsies"
-#: pagefooterpanel.ui:43
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:33
+msgctxt "PageHeaderPanel|footertoggle-atkobject"
+msgid "Enable footer"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:49
#, fuzzy
msgctxt "pagefooterpanel|margins"
msgid "Margins:"
msgstr "Kantlyne"
-#: pagefooterpanel.ui:60
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:67
msgctxt "pagefooterpanel|customlabel"
msgid "Custom"
msgstr "Doelgemaak"
-#: pagefooterpanel.ui:72
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:79
#, fuzzy
msgctxt "pagefooterpanel|spacing"
msgid "Spacing:"
msgstr "Spasiëring"
-#: pagefooterpanel.ui:84
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:92
#, fuzzy
msgctxt "pagefooterpanel|samecontent"
msgid "Same Content:"
msgstr "Raaminhoud"
-#: pageformatpanel.ui:23
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:23
msgctxt "pageformatpanel|size"
msgid "Size:"
msgstr "Grootte:"
-#: pageformatpanel.ui:35
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:36
#, fuzzy
msgctxt "pageformatpanel|width"
msgid "Width:"
msgstr "Wydte"
-#: pageformatpanel.ui:47
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:49
#, fuzzy
msgctxt "pageformatpanel|height"
msgid "Height:"
msgstr "Hoogte"
-#: pageformatpanel.ui:59
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:62
#, fuzzy
msgctxt "pageformatpanel|orientation"
msgid "Orientation:"
msgstr "Oriëntasie"
-#: pageformatpanel.ui:72
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:76
#, fuzzy
msgctxt "pageformatpanel|paperwidth|tooltip_text"
msgid "Paper Width"
msgstr "Bladsywydte"
-#: pageformatpanel.ui:87
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:90
msgctxt "pageformatpanel|paperheight|tooltip_text"
msgid "Paper Height"
msgstr ""
-#: pageformatpanel.ui:103
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:105
msgctxt "pageformatpanel|paperorientation"
msgid "Portrait"
msgstr "Regop"
-#: pageformatpanel.ui:104
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:106
msgctxt "pageformatpanel|paperorientation"
msgid "Landscape"
msgstr "Landskap"
-#: pageformatpanel.ui:127
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:129
#, fuzzy
msgctxt "pageformatpanel|margin"
msgid "Margins:"
msgstr "Kantlyne"
-#: pageformatpanel.ui:140
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:143
#, fuzzy
msgctxt "pageformatpanel|marginLB"
msgid "None"
msgstr "Nota"
-#: pageformatpanel.ui:141
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:144
msgctxt "pageformatpanel|marginLB"
msgid "Narrow"
msgstr ""
-#: pageformatpanel.ui:142
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:145
msgctxt "pageformatpanel|marginLB"
msgid "Moderate"
msgstr "Matig"
-#: pageformatpanel.ui:143
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:146
msgctxt "pageformatpanel|marginLB"
msgid "Normal 0.75\""
msgstr ""
-#: pageformatpanel.ui:144
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:147
msgctxt "pageformatpanel|marginLB"
msgid "Normal 1\""
msgstr ""
-#: pageformatpanel.ui:145
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:148
msgctxt "pageformatpanel|marginLB"
msgid "Normal 1.25\""
msgstr ""
-#: pageformatpanel.ui:146
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:149
#, fuzzy
msgctxt "pageformatpanel|marginLB"
msgid "Wide"
msgstr "Versteek"
-#: pageformatpanel.ui:147
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:150
msgctxt "pageformatpanel|marginLB"
msgid "Mirrored"
msgstr "Spieëlbeeld"
-#: pageformatpanel.ui:158
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:161
msgctxt "pageformatpanel|customlabel"
msgid "Custom"
msgstr "Doelgemaak"
-#: pageheaderpanel.ui:43
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:33
+msgctxt "PageHeaderPanel|headertoggle-atkobject"
+msgid "Enable header"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:49
#, fuzzy
msgctxt "pageheaderpanel|margins"
msgid "Margins:"
msgstr "Kantlyne"
-#: pageheaderpanel.ui:60
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:67
msgctxt "pageheaderpanel|customlabel"
msgid "Custom"
msgstr "Doelgemaak"
-#: pageheaderpanel.ui:72
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:79
#, fuzzy
msgctxt "pageheaderpanel|spacing"
msgid "Spacing:"
msgstr "Spasiëring"
-#: pageheaderpanel.ui:84
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:92
#, fuzzy
msgctxt "pageheaderpanel|samecontent"
msgid "Same Content:"
msgstr "Raaminhoud"
-#: pagemargincontrol.ui:81
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:81
msgctxt "pagemargincontrol|narrow"
msgid "Narrow"
msgstr ""
-#: pagemargincontrol.ui:96
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:96
msgctxt "pagemargincontrol|normal"
msgid "Normal"
msgstr "Normaal"
-#: pagemargincontrol.ui:112
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:112
#, fuzzy
msgctxt "pagemargincontrol|wide"
msgid "Wide"
msgstr "Versteek"
-#: pagemargincontrol.ui:127
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:127
msgctxt "pagemargincontrol|mirrored"
msgid "Mirrored"
msgstr "Spieëlbeeld"
-#: pagemargincontrol.ui:142
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:142
msgctxt "pagemargincontrol|last"
msgid "Last Custom Value"
msgstr ""
-#: pagemargincontrol.ui:157
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:157
msgctxt "pagemargincontrol|narrowL"
msgid "Narrow"
msgstr ""
-#: pagemargincontrol.ui:172
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:172
msgctxt "pagemargincontrol|normalL"
msgid "Normal"
msgstr "Normaal"
-#: pagemargincontrol.ui:188
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:188
#, fuzzy
msgctxt "pagemargincontrol|wideL"
msgid "Wide"
msgstr "Versteek"
-#: pagemargincontrol.ui:203
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:203
msgctxt "pagemargincontrol|mirroredL"
msgid "Mirrored"
msgstr "Spieëlbeeld"
-#: pagemargincontrol.ui:218
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:218
msgctxt "pagemargincontrol|lastL"
msgid "Last Custom Value"
msgstr ""
-#: pagemargincontrol.ui:252
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:252
#, fuzzy
msgctxt "pagemargincontrol|label4"
msgid "_Top"
msgstr "Bokant"
-#: pagemargincontrol.ui:265
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:265
#, fuzzy
msgctxt "pagemargincontrol|label5"
msgid "_Bottom"
msgstr "Onderkant"
-#: pagemargincontrol.ui:282
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:282
#, fuzzy
msgctxt "pagemargincontrol|leftLabel"
msgid "_Left"
msgstr "Links"
-#: pagemargincontrol.ui:296
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:296
#, fuzzy
msgctxt "pagemargincontrol|innerLabel"
msgid "I_nner"
msgstr "Binneste"
-#: pagemargincontrol.ui:320
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:320
#, fuzzy
msgctxt "pagemargincontrol|rightLabel"
msgid "_Right"
msgstr "Regs"
-#: pagemargincontrol.ui:334
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:334
#, fuzzy
msgctxt "pagemargincontrol|outerLabel"
msgid "O_uter"
msgstr "Buitenste"
-#: pagemargincontrol.ui:410
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:410
msgctxt "pagemargincontrol|label1"
msgid "Custom"
msgstr "Doelgemaak"
-#: pageorientationcontrol.ui:36
+#: sw/uiconfig/swriter/ui/pageorientationcontrol.ui:36
msgctxt "pageorientationcontrol|portrait"
msgid "Portrait"
msgstr "Regop"
-#: pageorientationcontrol.ui:52
+#: sw/uiconfig/swriter/ui/pageorientationcontrol.ui:52
msgctxt "pageorientationcontrol|landscape"
msgid "Landscape"
msgstr "Landskap"
-#: pagesizecontrol.ui:51
+#: sw/uiconfig/swriter/ui/pagesizecontrol.ui:51
#, fuzzy
msgctxt "pagesizecontrol|moreoptions"
msgid "_More Options"
msgstr "Meer ~opsies"
-#: pagesizecontrol.ui:55
+#: sw/uiconfig/swriter/ui/pagesizecontrol.ui:55
#, fuzzy
msgctxt "pagesizecontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "Meer ~opsies"
-#: pagestylespanel.ui:15
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:15
msgctxt "pagestylespanel|liststorePageLayout"
msgid "Right and left"
msgstr ""
-#: pagestylespanel.ui:19
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:19
msgctxt "pagestylespanel|liststorePageLayout"
msgid "Mirrored"
msgstr "Spieëlbeeld"
-#: pagestylespanel.ui:23
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:23
msgctxt "pagestylespanel|liststorePageLayout"
msgid "Only right"
msgstr ""
-#: pagestylespanel.ui:27
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:27
msgctxt "pagestylespanel|liststorePageLayout"
msgid "Only left"
msgstr ""
-#: pagestylespanel.ui:51
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:51
#, fuzzy
msgctxt "pagestylespanel|numberslabel"
msgid "Number:"
msgstr "Nommer"
-#: pagestylespanel.ui:65
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:66
#, fuzzy
msgctxt "pagestylespanel|backgroundlabel"
msgid "Background:"
msgstr "Agtergrond"
-#: pagestylespanel.ui:91
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:93
#, fuzzy
msgctxt "pagestylespanel|layoutlabel"
msgid "Layout:"
msgstr "Uitleg"
-#: pagestylespanel.ui:119
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:122
#, fuzzy
msgctxt "pagestylespanel|columnlabel"
msgid "Columns:"
msgstr "Kolomme"
-#: pagestylespanel.ui:133
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:137
#, fuzzy
msgctxt "pagestylespanel|columnbox"
msgid "1 Column"
msgstr "1 kolom"
-#: pagestylespanel.ui:134
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:138
#, fuzzy
msgctxt "pagestylespanel|columnbox"
msgid "2 Columns"
msgstr "Kolomme"
-#: pagestylespanel.ui:135
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:139
#, fuzzy
msgctxt "pagestylespanel|columnbox"
msgid "3 Columns"
msgstr "Kolomme"
-#: pagestylespanel.ui:136
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:140
msgctxt "pagestylespanel|columnbox"
msgid "Left"
msgstr "Links"
-#: pagestylespanel.ui:137
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:141
msgctxt "pagestylespanel|columnbox"
msgid "Right"
msgstr "Regs"
-#: pagestylespanel.ui:214
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:218
msgctxt "pagestylespanel|customlabel"
msgid "Custom"
msgstr "Doelgemaak"
-#: paradialog.ui:8
+#: sw/uiconfig/swriter/ui/paradialog.ui:8
msgctxt "paradialog|ParagraphPropertiesDialog"
msgid "Paragraph"
msgstr "Paragraaf"
-#: paradialog.ui:106
+#: sw/uiconfig/swriter/ui/paradialog.ui:106
msgctxt "paradialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: paradialog.ui:128
+#: sw/uiconfig/swriter/ui/paradialog.ui:128
msgctxt "paradialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Belyning"
-#: paradialog.ui:152
+#: sw/uiconfig/swriter/ui/paradialog.ui:152
msgctxt "paradialog|textflow"
msgid "Text Flow"
msgstr ""
-#: paradialog.ui:176
+#: sw/uiconfig/swriter/ui/paradialog.ui:176
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: paradialog.ui:199
+#: sw/uiconfig/swriter/ui/paradialog.ui:199
#, fuzzy
msgctxt "paradialog|labelTP_NUMPARA"
msgid "Outline & Numbering"
msgstr "Reëlnommering"
-#: paradialog.ui:222
+#: sw/uiconfig/swriter/ui/paradialog.ui:222
#, fuzzy
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr "Kepe"
-#: paradialog.ui:245
+#: sw/uiconfig/swriter/ui/paradialog.ui:245
msgctxt "paradialog|labelTP_DROPCAPS"
msgid "Drop Caps"
msgstr "Vallende hoofletters"
-#: paradialog.ui:268
+#: sw/uiconfig/swriter/ui/paradialog.ui:268
msgctxt "paradialog|labelTP_BORDER"
msgid "Borders"
msgstr "Grense"
-#: paradialog.ui:291
+#: sw/uiconfig/swriter/ui/paradialog.ui:291
msgctxt "paradialog|area"
msgid "Area"
msgstr "Area"
-#: paradialog.ui:314
+#: sw/uiconfig/swriter/ui/paradialog.ui:314
msgctxt "paradialog|transparence"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: picturedialog.ui:8
+#: sw/uiconfig/swriter/ui/picturedialog.ui:8
msgctxt "picturedialog|PictureDialog"
msgid "Image"
msgstr "Beeld"
-#: picturedialog.ui:106
+#: sw/uiconfig/swriter/ui/picturedialog.ui:106
msgctxt "picturedialog|type"
msgid "Type"
msgstr "Soort"
-#: picturedialog.ui:128
+#: sw/uiconfig/swriter/ui/picturedialog.ui:128
msgctxt "picturedialog|options"
msgid "Options"
msgstr "Opsies"
-#: picturedialog.ui:151
+#: sw/uiconfig/swriter/ui/picturedialog.ui:151
#, fuzzy
msgctxt "picturedialog|wrap"
msgid "Wrap"
msgstr "~Omvou"
-#: picturedialog.ui:174
+#: sw/uiconfig/swriter/ui/picturedialog.ui:174
msgctxt "picturedialog|hyperlink"
msgid "Hyperlink"
msgstr "Hiperskakel"
-#: picturedialog.ui:197
+#: sw/uiconfig/swriter/ui/picturedialog.ui:197
msgctxt "picturedialog|picture"
msgid "Image"
msgstr "Beeld"
-#: picturedialog.ui:220
+#: sw/uiconfig/swriter/ui/picturedialog.ui:220
msgctxt "picturedialog|crop"
msgid "Crop"
msgstr "Snoei"
-#: picturedialog.ui:243
+#: sw/uiconfig/swriter/ui/picturedialog.ui:243
msgctxt "picturedialog|borders"
msgid "Borders"
msgstr "Grense"
-#: picturedialog.ui:266
+#: sw/uiconfig/swriter/ui/picturedialog.ui:266
msgctxt "picturedialog|area"
msgid "Area"
msgstr "Area"
-#: picturedialog.ui:289
+#: sw/uiconfig/swriter/ui/picturedialog.ui:289
msgctxt "picturedialog|transparence"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: picturedialog.ui:312
+#: sw/uiconfig/swriter/ui/picturedialog.ui:312
msgctxt "picturedialog|macro"
msgid "Macro"
msgstr "Makro"
-#: picturepage.ui:32
+#: sw/uiconfig/swriter/ui/picturepage.ui:32
msgctxt "picturepage|browse"
msgid "Browse..."
msgstr "Blaai..."
-#: picturepage.ui:63
+#: sw/uiconfig/swriter/ui/picturepage.ui:62
#, fuzzy
msgctxt "picturepage|label1"
msgid "_File name"
msgstr "Lêernaam"
-#: picturepage.ui:82
+#: sw/uiconfig/swriter/ui/picturepage.ui:81
#, fuzzy
msgctxt "picturepage|label11"
msgid "Link"
msgstr "Reël"
-#: picturepage.ui:119
+#: sw/uiconfig/swriter/ui/picturepage.ui:118
#, fuzzy
msgctxt "picturepage|vert"
msgid "_Vertically"
msgstr "~Vertikaal"
-#: picturepage.ui:136
+#: sw/uiconfig/swriter/ui/picturepage.ui:135
#, fuzzy
msgctxt "picturepage|hori"
msgid "Hori_zontally"
msgstr "~Horisontaal"
-#: picturepage.ui:153
+#: sw/uiconfig/swriter/ui/picturepage.ui:152
msgctxt "picturepage|allpages"
msgid "On all pages"
msgstr ""
-#: picturepage.ui:172
+#: sw/uiconfig/swriter/ui/picturepage.ui:172
msgctxt "picturepage|leftpages"
msgid "On left pages"
msgstr ""
-#: picturepage.ui:190
+#: sw/uiconfig/swriter/ui/picturepage.ui:191
msgctxt "picturepage|rightpages"
msgid "On right pages"
msgstr ""
-#: picturepage.ui:249
+#: sw/uiconfig/swriter/ui/picturepage.ui:251
msgctxt "picturepage|label2"
msgid "Flip"
msgstr "Omkeer"
-#: picturepage.ui:292
+#: sw/uiconfig/swriter/ui/picturepage.ui:294
msgctxt "picturepage|FT_ANGLE"
msgid "_Angle:"
msgstr ""
-#: picturepage.ui:307
-msgctxt "picturepage"
-msgid "0,00"
-msgstr ""
-
-#: picturepage.ui:335
+#: sw/uiconfig/swriter/ui/picturepage.ui:336
msgctxt "picturepage|FT_ANGLEPRESETS"
msgid "Default _settings:"
msgstr ""
-#: picturepage.ui:349
+#: sw/uiconfig/swriter/ui/picturepage.ui:350
#, fuzzy
msgctxt "picturepage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr "Rotasiehoek"
-#: picturepage.ui:374
+#: sw/uiconfig/swriter/ui/picturepage.ui:375
#, fuzzy
msgctxt "picturepage|label2"
msgid "Rotation Angle"
msgstr "Rotasiehoek"
-#: previewzoomdialog.ui:21
+#: sw/uiconfig/swriter/ui/previewzoomdialog.ui:22
#, fuzzy
msgctxt "previewzoomdialog|PreviewZoomDialog"
msgid "Multiple Pages"
msgstr "meervoudige wysigings"
-#: previewzoomdialog.ui:101
+#: sw/uiconfig/swriter/ui/previewzoomdialog.ui:103
#, fuzzy
msgctxt "previewzoomdialog|label1"
msgid "_Rows"
msgstr "Rye"
-#: previewzoomdialog.ui:117
+#: sw/uiconfig/swriter/ui/previewzoomdialog.ui:117
#, fuzzy
msgctxt "previewzoomdialog|label2"
msgid "_Columns"
msgstr "Kolomme"
-#: printeroptions.ui:30
+#: sw/uiconfig/swriter/ui/printeroptions.ui:30
#, fuzzy
msgctxt "printeroptions|pagebackground"
msgid "Page background"
msgstr "Aantekeningeagtergrond"
-#: printeroptions.ui:46
+#: sw/uiconfig/swriter/ui/printeroptions.ui:47
msgctxt "printeroptions|pictures"
msgid "Images and other graphic objects"
msgstr ""
-#: printeroptions.ui:62
+#: sw/uiconfig/swriter/ui/printeroptions.ui:64
msgctxt "printeroptions|hiddentext"
msgid "Hidden text"
msgstr "Versteekde teks"
-#: printeroptions.ui:78
+#: sw/uiconfig/swriter/ui/printeroptions.ui:81
#, fuzzy
msgctxt "printeroptions|placeholders"
msgid "Text placeholders"
msgstr "Plekhouers vir teks"
-#: printeroptions.ui:94
+#: sw/uiconfig/swriter/ui/printeroptions.ui:98
#, fuzzy
msgctxt "printeroptions|formcontrols"
msgid "Form controls"
msgstr "Vormkontroles"
-#: printeroptions.ui:116
+#: sw/uiconfig/swriter/ui/printeroptions.ui:121
msgctxt "printeroptions|label4"
msgid "Contents"
msgstr "Inhoud"
-#: printeroptions.ui:143
+#: sw/uiconfig/swriter/ui/printeroptions.ui:148
#, fuzzy
msgctxt "printeroptions|textinblack"
msgid "Print text in black"
msgstr "Druk na lêer"
-#: printeroptions.ui:158
+#: sw/uiconfig/swriter/ui/printeroptions.ui:164
msgctxt "printeroptions|label5"
msgid "Color"
msgstr "Kleur"
-#: printeroptions.ui:185
+#: sw/uiconfig/swriter/ui/printeroptions.ui:191
#, fuzzy
msgctxt "printeroptions|autoblankpages"
msgid "Print automatically inserted blank pages"
msgstr "Voer ~outomaties ingevoegde leë bladsye uit"
-#: printeroptions.ui:200
+#: sw/uiconfig/swriter/ui/printeroptions.ui:207
msgctxt "printeroptions|label6"
msgid "Pages"
msgstr "Bladsye"
-#: printmergedialog.ui:12
+#: sw/uiconfig/swriter/ui/printmergedialog.ui:12
#, fuzzy
msgctxt "printmergedialog|PrintMergeDialog"
msgid "Your document contains address database fields. Do you want to print a form letter?"
msgstr "U dokument bevat databasisadresvelde. Wil u 'n vormbrief druk?"
-#: printmonitordialog.ui:7
+#: sw/uiconfig/swriter/ui/printmonitordialog.ui:7
msgctxt "printmonitordialog|PrintMonitorDialog"
msgid "Print monitor"
msgstr ""
-#: printmonitordialog.ui:52
+#: sw/uiconfig/swriter/ui/printmonitordialog.ui:52
msgctxt "printmonitordialog|alttitle"
msgid "Save-Monitor"
msgstr ""
-#: printmonitordialog.ui:75
+#: sw/uiconfig/swriter/ui/printmonitordialog.ui:75
msgctxt "printmonitordialog|printing"
msgid "is being prepared for printing on"
msgstr ""
-#: printmonitordialog.ui:87
+#: sw/uiconfig/swriter/ui/printmonitordialog.ui:87
msgctxt "printmonitordialog|saving"
msgid "is being saved to"
msgstr ""
-#: printoptionspage.ui:37
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:37
msgctxt "printoptionspage|graphics"
msgid "_Images and objects"
msgstr ""
-#: printoptionspage.ui:54
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:52
#, fuzzy
msgctxt "printoptionspage|formcontrols"
msgid "Form control_s"
msgstr "Vormkontroles"
-#: printoptionspage.ui:71
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:67
#, fuzzy
msgctxt "printoptionspage|background"
msgid "Page ba_ckground"
msgstr "Aantekeningeagtergrond"
-#: printoptionspage.ui:88
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:82
#, fuzzy
msgctxt "printoptionspage|inblack"
msgid "Print text in blac_k"
msgstr "Druk na lêer"
-#: printoptionspage.ui:105
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:97
#, fuzzy
msgctxt "printoptionspage|hiddentext"
msgid "Hidden te_xt"
msgstr "Versteekde teks"
-#: printoptionspage.ui:122
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:112
#, fuzzy
msgctxt "printoptionspage|textplaceholder"
msgid "Text _placeholder"
msgstr "Plekhouers vir teks"
-#: printoptionspage.ui:145
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:133
msgctxt "printoptionspage|label2"
msgid "Contents"
msgstr "Inhoud"
-#: printoptionspage.ui:179
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:165
msgctxt "printoptionspage|leftpages"
msgid "_Left pages"
msgstr ""
-#: printoptionspage.ui:196
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:180
#, fuzzy
msgctxt "printoptionspage|rightpages"
msgid "_Right pages"
msgstr "Regterbladsy"
-#: printoptionspage.ui:213
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:195
#, fuzzy
msgctxt "printoptionspage|brochure"
msgid "Broch_ure"
msgstr "Brosjures"
-#: printoptionspage.ui:230
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:210
#, fuzzy
msgctxt "printoptionspage|rtl"
msgid "Right to Left"
msgstr "Regs na links"
-#: printoptionspage.ui:254
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:232
msgctxt "printoptionspage|label10"
msgid "Pages"
msgstr "Bladsye"
-#: printoptionspage.ui:287
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:263
#, fuzzy
msgctxt "printoptionspage|none"
msgid "_None"
msgstr "Nota"
-#: printoptionspage.ui:305
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:279
#, fuzzy
msgctxt "printoptionspage|only"
msgid "Comments _only"
msgstr "Net ~opmerkings"
-#: printoptionspage.ui:323
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:295
#, fuzzy
msgctxt "printoptionspage|end"
msgid "End of docu_ment"
msgstr "Einde van doku~ment"
-#: printoptionspage.ui:341
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:311
#, fuzzy
msgctxt "printoptionspage|endpage"
msgid "_End of page"
msgstr "~Bladsyeinde"
-#: printoptionspage.ui:359
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:327
msgctxt "printoptionspage|inmargins"
msgid "In margins"
msgstr ""
-#: printoptionspage.ui:383
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:349
#, fuzzy
msgctxt "printoptionspage|4"
msgid "Comments"
msgstr "Inhoud"
-#: printoptionspage.ui:430
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:394
#, fuzzy
msgctxt "printoptionspage|label5"
msgid "_Fax"
msgstr "Faks"
-#: printoptionspage.ui:463
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:421
#, fuzzy
msgctxt "printoptionspage|blankpages"
msgid "Print _automatically inserted blank pages"
msgstr "Voer ~outomaties ingevoegde leë bladsye uit"
-#: printoptionspage.ui:480
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:436
msgctxt "printoptionspage|papertray"
msgid "_Paper tray from printer settings"
msgstr ""
-#: printoptionspage.ui:503
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:457
#, fuzzy
msgctxt "printoptionspage|label1"
msgid "Other"
msgstr "Ander"
-#: privateuserpage.ui:28
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:28
msgctxt "privateuserpage|nameft"
msgid "First/last _name/initials:"
msgstr ""
-#: privateuserpage.ui:42
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:42
#, fuzzy
msgctxt "privateuserpage|streetft"
msgid "_Street:"
msgstr "Straat"
-#: privateuserpage.ui:56
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:56
msgctxt "privateuserpage|countryft"
msgid "Co_untry/state:"
msgstr ""
-#: privateuserpage.ui:70
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:70
msgctxt "privateuserpage|titleft"
msgid "_Title/profession:"
msgstr ""
-#: privateuserpage.ui:84
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:84
msgctxt "privateuserpage|phoneft"
msgid "Fa_x:"
msgstr ""
-#: privateuserpage.ui:89
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:89
msgctxt "privateuserpage|phoneft-atkobject"
msgid "Home telephone number"
msgstr ""
-#: privateuserpage.ui:103
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:103
msgctxt "privateuserpage|faxft"
msgid "Homepage/e-mail:"
msgstr ""
-#: privateuserpage.ui:126
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:125
msgctxt "privateuserpage|firstname-atkobject"
msgid "First name"
msgstr "Voornaam"
-#: privateuserpage.ui:144
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:142
msgctxt "privateuserpage|lastname-atkobject"
msgid "Last name"
msgstr "Van"
-#: privateuserpage.ui:162
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:159
msgctxt "privateuserpage|shortname-atkobject"
msgid "Initials"
msgstr "Voorletters"
-#: privateuserpage.ui:192
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:188
msgctxt "privateuserpage|title-atkobject"
msgid "Title"
msgstr "Titel"
-#: privateuserpage.ui:210
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:205
msgctxt "privateuserpage|job-atkobject"
msgid "Position"
msgstr "Posisie"
-#: privateuserpage.ui:239
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:233
msgctxt "privateuserpage|fax-atkobject"
msgid "Home telephone number"
msgstr ""
-#: privateuserpage.ui:270
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:263
msgctxt "privateuserpage|url-atkobject"
msgid "FAX number"
msgstr ""
-#: privateuserpage.ui:288
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:280
#, fuzzy
msgctxt "privateuserpage|email-atkobject"
msgid "email address"
msgstr "E-posadres"
-#: privateuserpage.ui:308
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:300
msgctxt "privateuserpage|eastnameft"
msgid "First/last _name/initials 2:"
msgstr ""
-#: privateuserpage.ui:331
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:322
msgctxt "privateuserpage|firstname2-atkobject"
msgid "Last name"
msgstr "Van"
-#: privateuserpage.ui:349
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:339
msgctxt "privateuserpage|lastname2-atkobject"
msgid "First name"
msgstr "Voornaam"
-#: privateuserpage.ui:367
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:356
msgctxt "privateuserpage|shortname2-atkobject"
msgid "Initials"
msgstr "Voorletters"
-#: privateuserpage.ui:387
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:376
msgctxt "privateuserpage|icityft"
msgid "_Zip/city:"
msgstr ""
-#: privateuserpage.ui:410
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:398
msgctxt "privateuserpage|icity-atkobject"
msgid "City"
msgstr "Stad"
-#: privateuserpage.ui:428
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:415
msgctxt "privateuserpage|izip-atkobject"
msgid "Zip code"
msgstr "Poskode"
-#: privateuserpage.ui:510
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:494
msgctxt "privateuserpage|titleft1"
msgid "Phone/mobile:"
msgstr ""
-#: privateuserpage.ui:534
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:517
msgctxt "privateuserpage|phone-atkobject"
msgid "Title"
msgstr "Titel"
-#: privateuserpage.ui:552
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:534
msgctxt "privateuserpage|mobile-atkobject"
msgid "Position"
msgstr "Posisie"
-#: privateuserpage.ui:575
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:557
msgctxt "privateuserpage|label1"
msgid "Private Data"
msgstr ""
-#: querycontinuebegindialog.ui:8
+#: sw/uiconfig/swriter/ui/querycontinuebegindialog.ui:7
msgctxt "querycontinuebegindialog|QueryContinueBeginDialog"
msgid "Continue at the beginning?"
msgstr ""
-#: querycontinuebegindialog.ui:14
+#: sw/uiconfig/swriter/ui/querycontinuebegindialog.ui:14
msgctxt "querycontinuebegindialog|QueryContinueBeginDialog"
msgid "Do you want to continue at the beginning?"
msgstr ""
-#: querycontinuebegindialog.ui:15
+#: sw/uiconfig/swriter/ui/querycontinuebegindialog.ui:15
msgctxt "querycontinuebegindialog|QueryContinueBeginDialog"
msgid "%PRODUCTNAME Writer has searched to the end of the document."
msgstr ""
-#: querycontinueenddialog.ui:8
+#: sw/uiconfig/swriter/ui/querycontinueenddialog.ui:7
msgctxt "querycontinueenddialog|QueryContinueEndDialog"
msgid "Continue at the end?"
msgstr ""
-#: querycontinueenddialog.ui:14
+#: sw/uiconfig/swriter/ui/querycontinueenddialog.ui:14
#, fuzzy
msgctxt "querycontinueenddialog|QueryContinueEndDialog"
msgid "Do you want to continue at the end?"
msgstr "Wil u voortgaan om die dokument te stoor?"
-#: querycontinueenddialog.ui:15
+#: sw/uiconfig/swriter/ui/querycontinueenddialog.ui:15
msgctxt "querycontinueenddialog|QueryContinueEndDialog"
msgid "%PRODUCTNAME Writer has searched to the beginning of the document."
msgstr ""
-#: querydefaultcompatdialog.ui:8
+#: sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui:7
msgctxt "querydefaultcompatdialog|QueryDefaultCompatDialog"
msgid "Use as default?"
msgstr ""
-#: querydefaultcompatdialog.ui:14
+#: sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui:14
msgctxt "querydefaultcompatdialog|QueryDefaultCompatDialog"
msgid "Do you want to change the compatibility options of the default template?"
msgstr ""
-#: querydefaultcompatdialog.ui:15
+#: sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui:15
msgctxt "querydefaultcompatdialog|QueryDefaultCompatDialog"
msgid "This will affect all new documents based on the default template."
msgstr ""
-#: queryrotateintostandarddialog.ui:8
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:7
+msgctxt "queryredlinedialog|QueryRedlineDialog"
+msgid "Delete this theme?"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:13
+msgctxt "queryredlinedialog|QueryRedlineDialog"
+msgid "AutoCorrect completed."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:14
+msgctxt "queryredlinedialog|QueryRedlineDialog"
+msgid ""
+"You can accept or reject all changes,\n"
+"or accept or reject particular changes."
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:26
+msgctxt "queryredlinedialog|cancel"
+msgid "Reject All"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:39
+msgctxt "queryredlinedialog|ok"
+msgid "Accept All"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:55
+msgctxt "queryredlinedialog|edit"
+msgid "Edit Changes"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui:7
msgctxt "queryrotateintostandarddialog|QueryRotateIntoStandardOrientationDialog"
msgid "Rotate into standard orientation?"
msgstr ""
-#: queryrotateintostandarddialog.ui:14
+#: sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui:14
msgctxt "queryrotateintostandarddialog|QueryRotateIntoStandardOrientationDialog"
msgid "This image is rotated. Would you like to rotate it into standard orientation?"
msgstr ""
-#: querysavelabeldialog.ui:8
+#: sw/uiconfig/swriter/ui/querysavelabeldialog.ui:7
msgctxt "querysavelabeldialog|QuerySaveLabelDialog"
msgid "Save label?"
msgstr ""
-#: querysavelabeldialog.ui:14
+#: sw/uiconfig/swriter/ui/querysavelabeldialog.ui:14
#, fuzzy
msgctxt "querysavelabeldialog|QuerySaveLabelDialog"
msgid "A label named \"%1 / %2\" already exists. Do you want to replace it?"
@@ -16236,2579 +15975,2584 @@ msgstr ""
"\n"
"Wil u dit vervang?"
-#: querysavelabeldialog.ui:15
+#: sw/uiconfig/swriter/ui/querysavelabeldialog.ui:15
msgctxt "querysavelabeldialog|QuerySaveLabelDialog"
msgid "A label already exists with brand \"%1\" and type \"%2\". Replacing it will overwrite its contents."
msgstr ""
-#: queryshowchangesdialog.ui:8
+#: sw/uiconfig/swriter/ui/queryshowchangesdialog.ui:7
msgctxt "queryshowchangesdialog|QueryShowChangesDialog"
msgid "Show changes?"
msgstr ""
-#: queryshowchangesdialog.ui:14
+#: sw/uiconfig/swriter/ui/queryshowchangesdialog.ui:14
msgctxt "queryshowchangesdialog|QueryShowChangesDialog"
msgid "Do you want to show changes to avoid delays?"
msgstr ""
-#: queryshowchangesdialog.ui:15
+#: sw/uiconfig/swriter/ui/queryshowchangesdialog.ui:15
msgctxt "queryshowchangesdialog|QueryShowChangesDialog"
msgid "In the current document, changes are being recorded but not shown as such. In large documents, delays can occur when the document is edited. Showing changes will avoid delays."
msgstr ""
-#: readonlymenu.ui:12
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:12
#, fuzzy
msgctxt "readonlymenu|openurl"
msgid "_Open"
msgstr "Open"
-#: readonlymenu.ui:20
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:20
msgctxt "readonlymenu|opendoc"
msgid "Open in New Window"
msgstr ""
-#: readonlymenu.ui:28
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:28
#, fuzzy
msgctxt "readonlymenu|edit"
msgid "_Edit"
msgstr "Redigeer"
-#: readonlymenu.ui:36
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:36
msgctxt "readonlymenu|selection"
msgid "Select Text"
msgstr "Selekteer teks"
-#: readonlymenu.ui:44
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:44
#, fuzzy
msgctxt "readonlymenu|reload"
msgid "Re_load"
msgstr "Herlaai"
-#: readonlymenu.ui:52
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:52
msgctxt "readonlymenu|reloadframe"
msgid "Reload Frame"
msgstr ""
-#: readonlymenu.ui:60
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:60
#, fuzzy
msgctxt "readonlymenu|html"
msgid "HT_ML Source"
msgstr "HTML-bronkode"
-#: readonlymenu.ui:74
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:74
msgctxt "readonlymenu|backward"
msgid "Backwards"
msgstr ""
-#: readonlymenu.ui:82
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:82
#, fuzzy
msgctxt "readonlymenu|forward"
msgid "_Forward"
msgstr "Vorentoe"
-#: readonlymenu.ui:96
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:96
msgctxt "readonlymenu|savegraphic"
msgid "Save Image..."
msgstr ""
-#: readonlymenu.ui:104
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:104
msgctxt "readonlymenu|graphictogallery"
msgid "Add Image"
msgstr ""
-#: readonlymenu.ui:114
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:114
msgctxt "readonlymenu|graphicaslink"
msgid "As Link"
msgstr ""
-#: readonlymenu.ui:122
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:122
msgctxt "readonlymenu|graphicascopy"
msgid "Copy"
msgstr "Kopieer"
-#: readonlymenu.ui:140
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:140
msgctxt "readonlymenu|savebackground"
msgid "Save Background..."
msgstr ""
-#: readonlymenu.ui:184
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:184
msgctxt "readonlymenu|copylink"
msgid "Copy _Link"
msgstr ""
-#: readonlymenu.ui:192
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:192
msgctxt "readonlymenu|copygraphic"
msgid "Copy _Image"
msgstr ""
-#: readonlymenu.ui:206
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:206
msgctxt "readonlymenu|loadgraphic"
msgid "Load Image"
msgstr ""
-#: readonlymenu.ui:214
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:214
msgctxt "readonlymenu|imagesoff"
msgid "Image Off"
msgstr ""
-#: readonlymenu.ui:228
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:228
msgctxt "readonlymenu|fullscreen"
msgid "Leave Full-Screen Mode"
msgstr ""
-#: readonlymenu.ui:242
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:242
#, fuzzy
msgctxt "readonlymenu|copy"
msgid "_Copy"
msgstr "Kopieer"
-#: renameautotextdialog.ui:8
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:8
msgctxt "renameautotextdialog|RenameAutoTextDialog"
msgid "Rename AutoText"
msgstr ""
-#: renameautotextdialog.ui:77
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:77
#, fuzzy
msgctxt "renameautotextdialog|label2"
msgid "Na_me"
msgstr "Naam"
-#: renameautotextdialog.ui:94
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:94
#, fuzzy
msgctxt "renameautotextdialog|label3"
msgid "_New"
msgstr "Nuwe"
-#: renameautotextdialog.ui:159
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:155
msgctxt "renameautotextdialog|label4"
msgid "Short_cut"
msgstr ""
-#: renameautotextdialog.ui:176
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:172
msgctxt "renameautotextdialog|label5"
msgid "_Shortcut"
msgstr ""
-#: renameentrydialog.ui:7
+#: sw/uiconfig/swriter/ui/renameentrydialog.ui:7
msgctxt "renameentrydialog|RenameEntryDialog"
msgid "Rename Element"
msgstr ""
-#: renameentrydialog.ui:98
+#: sw/uiconfig/swriter/ui/renameentrydialog.ui:97
msgctxt "renameentrydialog|label1"
msgid "Element Name"
msgstr ""
-#: renameobjectdialog.ui:8
+#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:9
msgctxt "renameobjectdialog|RenameObjectDialog"
msgid "Rename object: "
msgstr ""
-#: renameobjectdialog.ui:100
+#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:104
#, fuzzy
msgctxt "renameobjectdialog|label2"
msgid "New name"
msgstr "Stel name op"
-#: renameobjectdialog.ui:132
+#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:133
#, fuzzy
msgctxt "renameobjectdialog|label1"
msgid "Change Name"
msgstr "~Verander kas"
-#: rowheight.ui:14
+#: sw/uiconfig/swriter/ui/rowheight.ui:15
#, fuzzy
msgctxt "rowheight|RowHeightDialog"
msgid "Row Height"
msgstr "Ryhoogte"
-#: rowheight.ui:111
+#: sw/uiconfig/swriter/ui/rowheight.ui:117
#, fuzzy
msgctxt "rowheight|fit"
msgid "_Fit to size"
msgstr "Pas by grootte"
-#: rowheight.ui:133
+#: sw/uiconfig/swriter/ui/rowheight.ui:139
msgctxt "rowheight|label1"
msgid "Height"
msgstr "Hoogte"
-#: saveashtmldialog.ui:8
+#: sw/uiconfig/swriter/ui/saveashtmldialog.ui:7
msgctxt "saveashtmldialog|SaveAsHTMLDialog"
msgid "Save as HTML?"
msgstr ""
-#: saveashtmldialog.ui:14
+#: sw/uiconfig/swriter/ui/saveashtmldialog.ui:14
msgctxt "saveashtmldialog|SaveAsHTMLDialog"
msgid "Would you like to save the document as HTML?"
msgstr ""
-#: saveashtmldialog.ui:15
+#: sw/uiconfig/swriter/ui/saveashtmldialog.ui:15
msgctxt "saveashtmldialog|SaveAsHTMLDialog"
msgid "The source code can only be displayed if the document is saved in HTML format."
msgstr ""
-#: savelabeldialog.ui:7
+#: sw/uiconfig/swriter/ui/savelabeldialog.ui:8
msgctxt "savelabeldialog|SaveLabelDialog"
msgid "Save Label Format"
msgstr ""
-#: savelabeldialog.ui:95
+#: sw/uiconfig/swriter/ui/savelabeldialog.ui:99
msgctxt "savelabeldialog|label2"
msgid "Brand"
msgstr ""
-#: savelabeldialog.ui:110
+#: sw/uiconfig/swriter/ui/savelabeldialog.ui:112
#, fuzzy
msgctxt "savelabeldialog|label3"
msgid "T_ype"
msgstr "Soort"
-#: savelabeldialog.ui:163
+#: sw/uiconfig/swriter/ui/savelabeldialog.ui:157
msgctxt "savelabeldialog|label1"
msgid "Options"
msgstr "Opsies"
-#: sectionpage.ui:51
+#: sw/uiconfig/swriter/ui/sectionpage.ui:51
#, fuzzy
msgctxt "sectionpage|label4"
msgid "New Section"
msgstr "Nuwe funksie"
-#: sectionpage.ui:92
+#: sw/uiconfig/swriter/ui/sectionpage.ui:92
#, fuzzy
msgctxt "sectionpage|link"
msgid "_Link"
msgstr "Reël"
-#: sectionpage.ui:108
+#: sw/uiconfig/swriter/ui/sectionpage.ui:108
#, fuzzy
msgctxt "sectionpage|dde"
msgid "DD_E"
msgstr "DDE"
-#: sectionpage.ui:129
+#: sw/uiconfig/swriter/ui/sectionpage.ui:129
#, fuzzy
msgctxt "sectionpage|sectionlabel"
msgid "_Section"
msgstr "Seleksie"
-#: sectionpage.ui:182
+#: sw/uiconfig/swriter/ui/sectionpage.ui:181
#, fuzzy
msgctxt "sectionpage|filelabel"
msgid "_File name"
msgstr "Lêernaam"
-#: sectionpage.ui:197
+#: sw/uiconfig/swriter/ui/sectionpage.ui:196
msgctxt "sectionpage|ddelabel"
msgid "DDE _command"
msgstr ""
-#: sectionpage.ui:215
+#: sw/uiconfig/swriter/ui/sectionpage.ui:214
msgctxt "sectionpage|selectfile"
msgid "Browse..."
msgstr "Blaai..."
-#: sectionpage.ui:238
+#: sw/uiconfig/swriter/ui/sectionpage.ui:237
#, fuzzy
msgctxt "sectionpage|label1"
msgid "Link"
msgstr "Reël"
-#: sectionpage.ui:273
+#: sw/uiconfig/swriter/ui/sectionpage.ui:272
#, fuzzy
msgctxt "sectionpage|protect"
msgid "_Protect"
msgstr "~Beskerm"
-#: sectionpage.ui:289
+#: sw/uiconfig/swriter/ui/sectionpage.ui:288
msgctxt "sectionpage|selectpassword"
msgid "Password..."
msgstr ""
-#: sectionpage.ui:302
+#: sw/uiconfig/swriter/ui/sectionpage.ui:301
msgctxt "sectionpage|withpassword"
msgid "Wit_h password"
msgstr ""
-#: sectionpage.ui:325
+#: sw/uiconfig/swriter/ui/sectionpage.ui:324
#, fuzzy
msgctxt "sectionpage|label2"
msgid "Write Protection"
msgstr "Groottebeskerming"
-#: sectionpage.ui:373
+#: sw/uiconfig/swriter/ui/sectionpage.ui:372
#, fuzzy
msgctxt "sectionpage|hide"
msgid "H_ide"
msgstr "Versteek"
-#: sectionpage.ui:393
+#: sw/uiconfig/swriter/ui/sectionpage.ui:392
msgctxt "sectionpage|condlabel"
msgid "_With Condition"
msgstr ""
-#: sectionpage.ui:410
+#: sw/uiconfig/swriter/ui/sectionpage.ui:409
msgctxt "sectionpage|label3"
msgid "Hide"
msgstr "Versteek"
-#: sectionpage.ui:438
+#: sw/uiconfig/swriter/ui/sectionpage.ui:437
msgctxt "sectionpage|editable"
msgid "E_ditable in read-only document"
msgstr ""
-#: sectionpage.ui:453
+#: sw/uiconfig/swriter/ui/sectionpage.ui:452
msgctxt "sectionpage|label5"
msgid "Properties"
msgstr "Eienskappe"
-#: selectaddressdialog.ui:9
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:9
#, fuzzy
msgctxt "selectaddressdialog|SelectAddressDialog"
msgid "Select Address List"
msgstr "Kies 'n adreslys"
-#: selectaddressdialog.ui:86
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:86
msgctxt "selectaddressdialog|desc"
msgid "Select an address list. Click '%1' to select recipients from a different list. If you do not have an address list you can create one by clicking '%2'."
msgstr ""
-#: selectaddressdialog.ui:108
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:108
msgctxt "selectaddressdialog|label2"
msgid "Your recipients are currently selected from:"
msgstr ""
-#: selectaddressdialog.ui:125
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:125
#, fuzzy
msgctxt "selectaddressdialog|add"
msgid "_Add..."
msgstr "Voeg by..."
-#: selectaddressdialog.ui:139
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:139
#, fuzzy
msgctxt "selectaddressdialog|create"
msgid "_Create..."
msgstr "Skep..."
-#: selectaddressdialog.ui:153
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:153
#, fuzzy
msgctxt "selectaddressdialog|filter"
msgid "_Filter..."
msgstr "~Filter..."
-#: selectaddressdialog.ui:167
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:167
#, fuzzy
msgctxt "selectaddressdialog|edit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: selectaddressdialog.ui:181
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:181
msgctxt "selectaddressdialog|changetable"
msgid "Change _Table..."
msgstr ""
-#: selectaddressdialog.ui:225
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:225
msgctxt "selectaddressdialog|name"
msgid "Name"
msgstr "Naam"
-#: selectaddressdialog.ui:236
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:236
msgctxt "selectaddressdialog|table"
msgid "Table"
msgstr "Tabel"
-#: selectaddressdialog.ui:253
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:253
msgctxt "selectaddressdialog|connecting"
msgid "Connecting to data source..."
msgstr "Koppel tans aan databron..."
-#: selectautotextdialog.ui:7
+#: sw/uiconfig/swriter/ui/selectautotextdialog.ui:16
#, fuzzy
msgctxt "selectautotextdialog|SelectAutoTextDialog"
msgid "Select AutoText:"
msgstr "Skrap OutoTeks?"
-#: selectautotextdialog.ui:101
+#: sw/uiconfig/swriter/ui/selectautotextdialog.ui:137
msgctxt "selectautotextdialog|label1"
msgid "AutoText - Group"
msgstr ""
-#: selectblockdialog.ui:9
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:9
#, fuzzy
msgctxt "selectblockdialog|SelectBlockDialog"
msgid "Select Address Block"
msgstr "Nuwe adresblok"
-#: selectblockdialog.ui:90
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:90
#, fuzzy
msgctxt "selectblockdialog|new"
msgid "_New..."
msgstr "Nuwe..."
-#: selectblockdialog.ui:104
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:104
#, fuzzy
msgctxt "selectblockdialog|edit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: selectblockdialog.ui:118
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:118
#, fuzzy
msgctxt "selectblockdialog|delete"
msgid "_Delete"
msgstr "Skrap"
-#: selectblockdialog.ui:142
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:142
msgctxt "selectblockdialog|label1"
msgid "_Select your preferred address block"
msgstr ""
-#: selectblockdialog.ui:171
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:171
msgctxt "selectblockdialog|never"
msgid "N_ever include the country/region"
msgstr ""
-#: selectblockdialog.ui:187
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:187
msgctxt "selectblockdialog|always"
msgid "_Always include the country/region"
msgstr ""
-#: selectblockdialog.ui:203
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:203
msgctxt "selectblockdialog|dependent"
msgid "Only _include the country/region if it is not:"
msgstr ""
-#: selectblockdialog.ui:245
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:244
msgctxt "selectblockdialog|label2"
msgid "Address Block Settings"
msgstr ""
-#: selectindexdialog.ui:8
+#: sw/uiconfig/swriter/ui/selectindexdialog.ui:16
msgctxt "selectindexdialog|SelectIndexDialog"
msgid "Index Markings"
msgstr ""
-#: selectindexdialog.ui:116
+#: sw/uiconfig/swriter/ui/selectindexdialog.ui:150
msgctxt "selectindexdialog|label1"
msgid "Selection"
msgstr "Seleksie"
-#: selecttabledialog.ui:9
+#: sw/uiconfig/swriter/ui/selecttabledialog.ui:9
#, fuzzy
msgctxt "selecttabledialog|SelectTableDialog"
msgid "Select Table"
msgstr "Verdeel tabel"
-#: selecttabledialog.ui:91
+#: sw/uiconfig/swriter/ui/selecttabledialog.ui:91
#, fuzzy
msgctxt "selecttabledialog|select"
msgid "The file you have selected contains more than one table. Please select the table containing the address list you want to use."
msgstr "Die lêer wat u gekies het, beval meer as een tabel. Kies asseblief die tabel met die adreslys wat u wil gebruik."
-#: selecttabledialog.ui:127
+#: sw/uiconfig/swriter/ui/selecttabledialog.ui:127
#, fuzzy
msgctxt "selecttabledialog|preview"
msgid "_Preview"
msgstr "Voorskou"
-#: sidebarpage.ui:31
+#: sw/uiconfig/swriter/ui/sidebarpage.ui:31
msgctxt "sidebarpage|orientation|tooltip_text"
msgid "Orientation"
msgstr "Oriëntasie"
-#: sidebarpage.ui:57
+#: sw/uiconfig/swriter/ui/sidebarpage.ui:57
#, fuzzy
msgctxt "sidebarpage|size|tooltip_text"
msgid "Size"
msgstr "Reël"
-#: sidebarpage.ui:85
+#: sw/uiconfig/swriter/ui/sidebarpage.ui:85
msgctxt "sidebarpage|column|tooltip_text"
msgid "Columns"
msgstr "Kolomme"
-#: sidebarpage.ui:112
+#: sw/uiconfig/swriter/ui/sidebarpage.ui:112
msgctxt "sidebarpage|margin|tooltip_text"
msgid "Margin"
msgstr "Kantlyn"
-#: sidebartheme.ui:27
+#: sw/uiconfig/swriter/ui/sidebartheme.ui:27
#, fuzzy
msgctxt "sidebartheme|label1"
msgid "Fonts"
msgstr "Font"
-#: sidebartheme.ui:53
+#: sw/uiconfig/swriter/ui/sidebartheme.ui:53
#, fuzzy
msgctxt "sidebartheme|label2"
msgid "Colors"
msgstr "Kleur"
-#: sidebarwrap.ui:29
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:30
#, fuzzy
msgctxt "sidebarwrap|buttonnone|tooltip_text"
msgid "None"
msgstr "Nota"
-#: sidebarwrap.ui:36
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:37
#, fuzzy
msgctxt "sidebarwrap|buttonnone-atkobject"
msgid "None"
msgstr "Nota"
-#: sidebarwrap.ui:52
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:54
#, fuzzy
msgctxt "sidebarwrap|buttonparallel|tooltip_text"
msgid "Parallel"
msgstr "Parallel"
-#: sidebarwrap.ui:59
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:61
#, fuzzy
msgctxt "sidebarwrap|buttonparallel-atkobject"
msgid "Parallel"
msgstr "Parallel"
-#: sidebarwrap.ui:75
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:78
msgctxt "sidebarwrap|buttonoptimal|tooltip_text"
msgid "Optimal"
msgstr "Optimaal"
-#: sidebarwrap.ui:82
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:85
msgctxt "sidebarwrap|buttonoptimal-atkobject"
msgid "Optimal"
msgstr "Optimaal"
-#: sidebarwrap.ui:98
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:102
#, fuzzy
msgctxt "sidebarwrap|buttonbefore|tooltip_text"
msgid "Before"
msgstr "Voor"
-#: sidebarwrap.ui:105
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:109
#, fuzzy
msgctxt "sidebarwrap|buttonbefore-atkobject"
msgid "Before"
msgstr "Voor"
-#: sidebarwrap.ui:121
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:126
#, fuzzy
msgctxt "sidebarwrap|buttonafter|tooltip_text"
msgid "After"
msgstr "Na"
-#: sidebarwrap.ui:128
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:133
#, fuzzy
msgctxt "sidebarwrap|buttonafter-atkobject"
msgid "After"
msgstr "Na"
-#: sidebarwrap.ui:144
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:150
msgctxt "sidebarwrap|buttonthrough|tooltip_text"
msgid "Through"
msgstr ""
-#: sidebarwrap.ui:151
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:157
msgctxt "sidebarwrap|buttonthrough-atkobject"
msgid "Through"
msgstr ""
-#: sidebarwrap.ui:175
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:181
msgctxt "sidebarwrap|enablecontour"
msgid "Enable Contour"
msgstr ""
-#: sidebarwrap.ui:179
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:186
msgctxt "sidebarwrap|enablecontour|tooltip_text"
msgid "Click to automatically trim unnecessary parts of the image"
msgstr ""
-#: sidebarwrap.ui:191
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:198
#, fuzzy
msgctxt "sidebarwrap|editcontour"
msgid "Edit Contour"
msgstr "Tekskontoer"
-#: sidebarwrap.ui:195
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:202
msgctxt "sidebarwrap|editcontour|tooltip_text"
msgid "Edit the trimmed area of the image"
msgstr ""
-#: sidebarwrap.ui:219
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:226
#, fuzzy
msgctxt "sidebarwrap|label1"
msgid "Spacing:"
msgstr "Spasiëring"
-#: sidebarwrap.ui:231
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:238
msgctxt "sidebarwrap|spacingLB|tooltip_text"
msgid "Set the amount of space between the image and surrounding text"
msgstr ""
-#: sidebarwrap.ui:249
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:256
msgctxt "sidebarwrap|customlabel"
msgid "Custom"
msgstr "Doelgemaak"
-#: sortdialog.ui:16
+#: sw/uiconfig/swriter/ui/sortdialog.ui:29
msgctxt "sortdialog|SortDialog"
msgid "Sort"
msgstr "Sorteer"
-#: sortdialog.ui:111
+#: sw/uiconfig/swriter/ui/sortdialog.ui:127
msgctxt "sortdialog|column"
msgid "Column"
msgstr "Kolom"
-#: sortdialog.ui:127
+#: sw/uiconfig/swriter/ui/sortdialog.ui:143
msgctxt "sortdialog|keytype"
msgid "Key type"
msgstr "Sleuteltipe"
-#: sortdialog.ui:143
+#: sw/uiconfig/swriter/ui/sortdialog.ui:159
msgctxt "sortdialog|order"
msgid "Order"
msgstr "Volgorde"
-#: sortdialog.ui:157
+#: sw/uiconfig/swriter/ui/sortdialog.ui:173
msgctxt "sortdialog|up1"
msgid "Ascending"
msgstr "Oplopend"
-#: sortdialog.ui:177
+#: sw/uiconfig/swriter/ui/sortdialog.ui:192
msgctxt "sortdialog|down1"
msgid "Descending"
msgstr "Aflopend"
-#: sortdialog.ui:207
+#: sw/uiconfig/swriter/ui/sortdialog.ui:223
msgctxt "sortdialog|up2"
msgid "Ascending"
msgstr "Oplopend"
-#: sortdialog.ui:226
+#: sw/uiconfig/swriter/ui/sortdialog.ui:242
msgctxt "sortdialog|down2"
msgid "Descending"
msgstr "Aflopend"
-#: sortdialog.ui:256
+#: sw/uiconfig/swriter/ui/sortdialog.ui:273
msgctxt "sortdialog|up3"
msgid "Ascending"
msgstr "Oplopend"
-#: sortdialog.ui:275
+#: sw/uiconfig/swriter/ui/sortdialog.ui:292
msgctxt "sortdialog|down3"
msgid "Descending"
msgstr "Aflopend"
-#: sortdialog.ui:300
+#: sw/uiconfig/swriter/ui/sortdialog.ui:318
#, fuzzy
msgctxt "sortdialog|key1"
msgid "Key 1"
msgstr "Sleutel ~1"
-#: sortdialog.ui:316
+#: sw/uiconfig/swriter/ui/sortdialog.ui:335
#, fuzzy
msgctxt "sortdialog|key2"
msgid "Key 2"
msgstr "Sleutel ~2"
-#: sortdialog.ui:331
+#: sw/uiconfig/swriter/ui/sortdialog.ui:351
#, fuzzy
msgctxt "sortdialog|key3"
msgid "Key 3"
msgstr "Sleutel ~3"
-#: sortdialog.ui:408
+#: sw/uiconfig/swriter/ui/sortdialog.ui:428
msgctxt "sortdialog|typelb1-atkobject"
msgid "Key type"
msgstr "Sleuteltipe"
-#: sortdialog.ui:431
+#: sw/uiconfig/swriter/ui/sortdialog.ui:450
msgctxt "sortdialog|typelb2-atkobject"
msgid "Key type"
msgstr "Sleuteltipe"
-#: sortdialog.ui:452
+#: sw/uiconfig/swriter/ui/sortdialog.ui:471
msgctxt "sortdialog|typelb3-atkobject"
msgid "Key type"
msgstr "Sleuteltipe"
-#: sortdialog.ui:472
+#: sw/uiconfig/swriter/ui/sortdialog.ui:491
#, fuzzy
msgctxt "sortdialog|1"
msgid "Sort Criteria"
msgstr "Sorteerkriteria"
-#: sortdialog.ui:512
+#: sw/uiconfig/swriter/ui/sortdialog.ui:531
msgctxt "sortdialog|columns"
msgid "Columns"
msgstr "Kolomme"
-#: sortdialog.ui:528
+#: sw/uiconfig/swriter/ui/sortdialog.ui:547
msgctxt "sortdialog|rows"
msgid "Rows"
msgstr "Rye"
-#: sortdialog.ui:550
+#: sw/uiconfig/swriter/ui/sortdialog.ui:569
msgctxt "sortdialog|label3"
msgid "Direction"
msgstr "Rigting"
-#: sortdialog.ui:583
+#: sw/uiconfig/swriter/ui/sortdialog.ui:602
#, fuzzy
msgctxt "sortdialog|tabs"
msgid "Tabs"
msgstr "Kepe"
-#: sortdialog.ui:600
+#: sw/uiconfig/swriter/ui/sortdialog.ui:619
#, fuzzy
msgctxt "sortdialog|character"
msgid "Character "
msgstr "Karakter"
-#: sortdialog.ui:641
+#: sw/uiconfig/swriter/ui/sortdialog.ui:662
#, fuzzy
msgctxt "sortdialog|delimpb"
msgid "Select..."
msgstr "~Kies..."
-#: sortdialog.ui:669
+#: sw/uiconfig/swriter/ui/sortdialog.ui:690
msgctxt "sortdialog|label4"
msgid "Separator"
msgstr "Skeier"
-#: sortdialog.ui:719
+#: sw/uiconfig/swriter/ui/sortdialog.ui:746
msgctxt "sortdialog|label1"
msgid "Language"
msgstr "Taal"
-#: sortdialog.ui:745
+#: sw/uiconfig/swriter/ui/sortdialog.ui:772
#, fuzzy
msgctxt "sortdialog|matchcase"
msgid "Match case"
msgstr "Selfde kas"
-#: sortdialog.ui:759
+#: sw/uiconfig/swriter/ui/sortdialog.ui:787
msgctxt "sortdialog|label2"
msgid "Setting"
msgstr "Instelling"
-#: spellmenu.ui:12
+#: sw/uiconfig/swriter/ui/spellmenu.ui:12
msgctxt "spellmenu|ignoreall"
msgid "I_gnore All"
msgstr ""
-#: spellmenu.ui:20
+#: sw/uiconfig/swriter/ui/spellmenu.ui:20
msgctxt "spellmenu|addmenu"
msgid "_Add to Dictionary"
msgstr ""
-#: spellmenu.ui:34
+#: sw/uiconfig/swriter/ui/spellmenu.ui:34
msgctxt "spellmenu|add"
msgid "_Add to Dictionary"
msgstr ""
-#: spellmenu.ui:55
+#: sw/uiconfig/swriter/ui/spellmenu.ui:55
msgctxt "spellmenu|correctmenu"
msgid "Always correct _to"
msgstr ""
-#: spellmenu.ui:81
+#: sw/uiconfig/swriter/ui/spellmenu.ui:81
#, fuzzy
msgctxt "spellmenu|langselection"
msgid "Set Language for Selection"
msgstr "Stel taal vir seleksie"
-#: spellmenu.ui:94
+#: sw/uiconfig/swriter/ui/spellmenu.ui:94
msgctxt "spellmenu|langpara"
msgid "Set Language for Paragraph"
msgstr "Stel taal vir paragraaf"
-#: spellmenu.ui:113
+#: sw/uiconfig/swriter/ui/spellmenu.ui:113
#, fuzzy
msgctxt "spellmenu|accept"
msgid "Accept Change"
msgstr "Aanvaar verandering"
-#: spellmenu.ui:121
+#: sw/uiconfig/swriter/ui/spellmenu.ui:121
#, fuzzy
msgctxt "spellmenu|reject"
msgid "Reject Change"
msgstr "Verwerp verandering"
-#: spellmenu.ui:129
+#: sw/uiconfig/swriter/ui/spellmenu.ui:129
msgctxt "spellmenu|next"
msgid "Next Change"
msgstr ""
-#: spellmenu.ui:137
+#: sw/uiconfig/swriter/ui/spellmenu.ui:137
#, fuzzy
msgctxt "spellmenu|prev"
msgid "Previous Change"
msgstr "Vorige bladsy"
-#: splittable.ui:7
+#: sw/uiconfig/swriter/ui/splittable.ui:8
msgctxt "splittable|SplitTableDialog"
msgid "Split Table"
msgstr "Verdeel tabel"
-#: splittable.ui:89
+#: sw/uiconfig/swriter/ui/splittable.ui:94
#, fuzzy
msgctxt "splittable|copyheading"
msgid "Copy heading"
msgstr "~Kopieer opskrif"
-#: splittable.ui:108
+#: sw/uiconfig/swriter/ui/splittable.ui:111
#, fuzzy
msgctxt "splittable|customheadingapplystyle"
msgid "Custom heading (apply Style)"
msgstr "Pas~gemaakte opskrif (pas styl toe)"
-#: splittable.ui:125
+#: sw/uiconfig/swriter/ui/splittable.ui:127
#, fuzzy
msgctxt "splittable|customheading"
msgid "Custom heading"
msgstr "Pas~gemaakte opskrif"
-#: splittable.ui:142
+#: sw/uiconfig/swriter/ui/splittable.ui:143
#, fuzzy
msgctxt "splittable|noheading"
msgid "No heading"
msgstr "~Geen opskrif"
-#: splittable.ui:165
+#: sw/uiconfig/swriter/ui/splittable.ui:165
msgctxt "splittable|label1"
msgid "Mode"
msgstr "Modus"
-#: statisticsinfopage.ui:16
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:16
#, fuzzy
msgctxt "statisticsinfopage|label4"
msgid "Pages:"
msgstr "Bladsye"
-#: statisticsinfopage.ui:30
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:30
#, fuzzy
msgctxt "statisticsinfopage|label5"
msgid "Tables:"
msgstr "Tabelle"
-#: statisticsinfopage.ui:44
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:44
#, fuzzy
msgctxt "statisticsinfopage|label6"
msgid "Images:"
msgstr "Beelde"
-#: statisticsinfopage.ui:58
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:58
#, fuzzy
msgctxt "statisticsinfopage|label31"
msgid "OLE objects:"
msgstr "OLE-objekte"
-#: statisticsinfopage.ui:72
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:72
#, fuzzy
msgctxt "statisticsinfopage|label32"
msgid "Paragraphs:"
msgstr "Paragraaf"
-#: statisticsinfopage.ui:86
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:86
#, fuzzy
msgctxt "statisticsinfopage|label33"
msgid "Words:"
msgstr "Woorde"
-#: statisticsinfopage.ui:100
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:100
#, fuzzy
msgctxt "statisticsinfopage|label34"
msgid "Characters:"
msgstr "Karakter"
-#: statisticsinfopage.ui:114
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:114
msgctxt "statisticsinfopage|label35"
msgid "Characters excluding spaces:"
msgstr ""
-#: statisticsinfopage.ui:128
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:128
#, fuzzy
msgctxt "statisticsinfopage|lineft"
msgid "Lines:"
msgstr "Reëls"
-#: statisticsinfopage.ui:248
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:248
#, fuzzy
msgctxt "statisticsinfopage|update"
msgid "Update"
msgstr "Bywerk"
-#: stringinput.ui:70
+#: sw/uiconfig/swriter/ui/stringinput.ui:73
msgctxt "stringinput|name"
msgid "Name"
msgstr "Naam"
-#: subjectdialog.ui:6
+#: sw/uiconfig/swriter/ui/subjectdialog.ui:7
+msgctxt "subjectdialog|SubjectDialog"
+msgid "No Subject"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/subjectdialog.ui:12
msgctxt "subjectdialog|textbuffer1"
msgid "You did not specify a subject for this message."
msgstr ""
-#: subjectdialog.ui:9
+#: sw/uiconfig/swriter/ui/subjectdialog.ui:13
msgctxt "subjectdialog|textbuffer2"
msgid "If you would like to provide one, please type it now."
msgstr ""
-#: subjectdialog.ui:14
-msgctxt "subjectdialog|SubjectDialog"
-msgid "No Subject"
-msgstr ""
-
-#: subjectdialog.ui:138
+#: sw/uiconfig/swriter/ui/subjectdialog.ui:82
msgctxt "subjectdialog|label1"
msgid "Subject:"
msgstr "Onderwerp:"
-#: tablecolumnpage.ui:36
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:36
msgctxt "tablecolumnpage|adaptwidth"
msgid "Adapt table _width"
msgstr ""
-#: tablecolumnpage.ui:51
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:51
msgctxt "tablecolumnpage|adaptcolumns"
msgid "Ad_just columns proportionally"
msgstr ""
-#: tablecolumnpage.ui:73
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:73
msgctxt "tablecolumnpage|spaceft"
msgid "Remaining space:"
msgstr ""
-#: tablecolumnpage.ui:134
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:132
#, fuzzy
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "Kolomwydte"
-#: tablecolumnpage.ui:155
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:152
#, fuzzy
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "Kolomwydte"
-#: tablecolumnpage.ui:176
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:172
#, fuzzy
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "Kolomwydte"
-#: tablecolumnpage.ui:197
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:192
#, fuzzy
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "Kolomwydte"
-#: tablecolumnpage.ui:218
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:212
#, fuzzy
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "Kolomwydte"
-#: tablecolumnpage.ui:324
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:317
#, fuzzy
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "Kolomwydte"
-#: tablecolumnpage.ui:370
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:363
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "Kolomwydte"
-#: tablepreviewdialog.ui:8
+#: sw/uiconfig/swriter/ui/tablepreviewdialog.ui:8
#, fuzzy
msgctxt "tablepreviewdialog|TablePreviewDialog"
msgid "Mail Merge Recipients"
msgstr "Massapos-ontvangers"
-#: tablepreviewdialog.ui:51
+#: sw/uiconfig/swriter/ui/tablepreviewdialog.ui:51
#, fuzzy
msgctxt "tablepreviewdialog|description"
msgid "The list below shows the contents of: %1"
msgstr "Die lys hier onder wys die inhoud van: %1"
-#: tableproperties.ui:8
+#: sw/uiconfig/swriter/ui/tableproperties.ui:8
#, fuzzy
msgctxt "tableproperties|TablePropertiesDialog"
msgid "Table Properties"
msgstr "Tabeleienskappe"
-#: tableproperties.ui:106
+#: sw/uiconfig/swriter/ui/tableproperties.ui:106
msgctxt "tableproperties|table"
msgid "Table"
msgstr "Tabel"
-#: tableproperties.ui:128
+#: sw/uiconfig/swriter/ui/tableproperties.ui:128
msgctxt "tableproperties|textflow"
msgid "Text Flow"
msgstr ""
-#: tableproperties.ui:151
+#: sw/uiconfig/swriter/ui/tableproperties.ui:151
msgctxt "tableproperties|columns"
msgid "Columns"
msgstr "Kolomme"
-#: tableproperties.ui:174
+#: sw/uiconfig/swriter/ui/tableproperties.ui:174
msgctxt "tableproperties|borders"
msgid "Borders"
msgstr "Grense"
-#: tableproperties.ui:197
+#: sw/uiconfig/swriter/ui/tableproperties.ui:197
msgctxt "tableproperties|background"
msgid "Background"
msgstr "Agtergrond"
-#: tabletextflowpage.ui:25
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:25
msgctxt "tabletextflowpage|liststore1"
msgid "Horizontal"
msgstr "Horisontaal"
-#: tabletextflowpage.ui:29
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:29
msgctxt "tabletextflowpage|liststore1"
msgid "Vertical"
msgstr "Vertikaal"
-#: tabletextflowpage.ui:33
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:33
msgctxt "tabletextflowpage|liststore1"
msgid "Use superordinate object settings"
msgstr "Gebruik bogeskikte objekinstellings"
-#: tabletextflowpage.ui:47
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:47
msgctxt "tabletextflowpage|liststore2"
msgid "Top"
msgstr "Bokant"
-#: tabletextflowpage.ui:51
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:51
msgctxt "tabletextflowpage|liststore2"
msgid "Centered"
msgstr "Gesentreer"
-#: tabletextflowpage.ui:55
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:55
msgctxt "tabletextflowpage|liststore2"
msgid "Bottom"
msgstr "Onderkant"
-#: tabletextflowpage.ui:97
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:97
#, fuzzy
msgctxt "tabletextflowpage|break"
msgid "_Break"
msgstr "~Breuk"
-#: tabletextflowpage.ui:112
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:112
#, fuzzy
msgctxt "tabletextflowpage|page"
msgid "_Page"
msgstr "Bladsy"
-#: tabletextflowpage.ui:132
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:132
#, fuzzy
msgctxt "tabletextflowpage|column"
msgid "Col_umn"
msgstr "Kolom"
-#: tabletextflowpage.ui:151
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:151
#, fuzzy
msgctxt "tabletextflowpage|before"
msgid "Be_fore"
msgstr "Voor"
-#: tabletextflowpage.ui:171
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:171
#, fuzzy
msgctxt "tabletextflowpage|after"
msgid "_After"
msgstr "Na"
-#: tabletextflowpage.ui:203
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:203
#, fuzzy
msgctxt "tabletextflowpage|pagestyle"
msgid "With Page St_yle"
msgstr "Redigeer bladsystyl"
-#: tabletextflowpage.ui:224
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:224
#, fuzzy
msgctxt "tabletextflowpage|pagenoft"
msgid "Page _number"
msgstr "Bladsynommer"
-#: tabletextflowpage.ui:258
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:257
#, fuzzy
msgctxt "tabletextflowpage|pagestylelb-atkobject"
msgid "With Page Style"
msgstr "Redigeer bladsystyl"
-#: tabletextflowpage.ui:275
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:274
msgctxt "tabletextflowpage|split"
msgid "Allow _table to split across pages and columns"
msgstr ""
-#: tabletextflowpage.ui:290
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:289
#, fuzzy
msgctxt "tabletextflowpage|splitrow"
msgid "Allow row to break a_cross pages and columns"
msgstr "Laat ry toe om oor bladsye en kolomme te breek"
-#: tabletextflowpage.ui:307
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:306
#, fuzzy
msgctxt "tabletextflowpage|keep"
msgid "_Keep with next paragraph"
msgstr "~Hou by volgende paragraaf"
-#: tabletextflowpage.ui:329
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:328
msgctxt "tabletextflowpage|label40"
msgid "Text _orientation"
msgstr ""
-#: tabletextflowpage.ui:362
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:361
#, fuzzy
msgctxt "tabletextflowpage|headline"
msgid "R_epeat heading"
msgstr "Herhaal opskrif"
-#: tabletextflowpage.ui:384
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:383
msgctxt "tabletextflowpage|label38"
msgid "The first "
msgstr ""
-#: tabletextflowpage.ui:397
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:396
msgctxt "tabletextflowpage|label39"
msgid "rows"
msgstr "rye"
-#: tabletextflowpage.ui:436
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:434
msgctxt "tabletextflowpage|label35"
msgid "Text Flow"
msgstr ""
-#: tabletextflowpage.ui:469
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:467
msgctxt "tabletextflowpage|label41"
msgid "_Vertical alignment"
msgstr ""
-#: tabletextflowpage.ui:497
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:495
msgctxt "tabletextflowpage|label36"
msgid "Alignment"
msgstr "Belyning"
-#: templatedialog1.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:8
msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "Karakterstyl"
-#: templatedialog1.ui:97
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:51
#, fuzzy
msgctxt "templatedialog1|standard"
msgid "_Standard"
msgstr "Standaard"
-#: templatedialog1.ui:136
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:161
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr ""
-#: templatedialog1.ui:158
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:207
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Font"
-#: templatedialog1.ui:181
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:254
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr ""
-#: templatedialog1.ui:204
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:301
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Posisie"
-#: templatedialog1.ui:227
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:348
#, fuzzy
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "Asiatiese uitleg"
-#: templatedialog1.ui:250
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:395
#, fuzzy
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "Teksmerking"
-#: templatedialog1.ui:273
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:442
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "Grense"
-#: templatedialog16.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:8
msgctxt "templatedialog16|TemplateDialog16"
msgid "Numbering Style"
msgstr ""
-#: templatedialog16.ui:122
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:147
msgctxt "templatedialog16|organizer"
msgid "Organizer"
msgstr ""
-#: templatedialog16.ui:144
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:193
msgctxt "templatedialog16|bullets"
msgid "Bullets"
msgstr "Koeëltjies"
-#: templatedialog16.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:240
msgctxt "templatedialog16|numbering"
msgid "Numbering Style"
msgstr ""
-#: templatedialog16.ui:190
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:287
msgctxt "templatedialog16|outline"
msgid "Outline"
msgstr "Skema"
-#: templatedialog16.ui:213
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:334
msgctxt "templatedialog16|graphics"
msgid "Image"
msgstr "Beeld"
-#: templatedialog16.ui:236
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:381
msgctxt "templatedialog16|position"
msgid "Position"
msgstr "Posisie"
-#: templatedialog16.ui:259
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:428
msgctxt "templatedialog16|customize"
msgid "Customize"
msgstr ""
-#: templatedialog2.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:8
#, fuzzy
msgctxt "templatedialog2|TemplateDialog2"
msgid "Paragraph Style"
msgstr "(Paragraafstyl: "
-#: templatedialog2.ui:97
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:51
#, fuzzy
msgctxt "templatedialog2|standard"
msgid "_Standard"
msgstr "Standaard"
-#: templatedialog2.ui:136
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:161
msgctxt "templatedialog2|organizer"
msgid "Organizer"
msgstr ""
-#: templatedialog2.ui:158
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:207
msgctxt "templatedialog2|indents"
msgid "Indents & Spacing"
msgstr ""
-#: templatedialog2.ui:181
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:254
msgctxt "templatedialog2|alignment"
msgid "Alignment"
msgstr "Belyning"
-#: templatedialog2.ui:204
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:301
msgctxt "templatedialog2|textflow"
msgid "Text Flow"
msgstr ""
-#: templatedialog2.ui:227
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:348
msgctxt "templatedialog2|asiantypo"
msgid "Asian Typography"
msgstr ""
-#: templatedialog2.ui:250
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:395
msgctxt "templatedialog2|font"
msgid "Font"
msgstr "Font"
-#: templatedialog2.ui:273
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:442
msgctxt "templatedialog2|fonteffect"
msgid "Font Effects"
msgstr ""
-#: templatedialog2.ui:296
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:489
msgctxt "templatedialog2|position"
msgid "Position"
msgstr "Posisie"
-#: templatedialog2.ui:319
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:536
#, fuzzy
msgctxt "templatedialog2|asianlayout"
msgid "Asian Layout"
msgstr "Asiatiese uitleg"
-#: templatedialog2.ui:342
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:583
#, fuzzy
msgctxt "templatedialog2|highlighting"
msgid "Highlighting"
msgstr "Teksmerking"
-#: templatedialog2.ui:365
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:630
#, fuzzy
msgctxt "templatedialog2|tabs"
msgid "Tabs"
msgstr "Kepe"
-#: templatedialog2.ui:388
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:677
msgctxt "templatedialog2|dropcaps"
msgid "Drop Caps"
msgstr "Vallende hoofletters"
-#: templatedialog2.ui:411
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:724
msgctxt "templatedialog2|area"
msgid "Area"
msgstr "Area"
-#: templatedialog2.ui:434
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:771
msgctxt "templatedialog2|transparence"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: templatedialog2.ui:457
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:818
msgctxt "templatedialog2|borders"
msgid "Borders"
msgstr "Grense"
-#: templatedialog2.ui:480
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:865
#, fuzzy
msgctxt "templatedialog2|condition"
msgid "Condition"
msgstr "~Voorwaarde"
-#: templatedialog2.ui:503
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:912
#, fuzzy
msgctxt "templatedialog2|outline"
msgid "Outline & Numbering"
msgstr "Reëlnommering"
-#: templatedialog4.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:8
#, fuzzy
msgctxt "templatedialog4|TemplateDialog4"
msgid "Frame Style"
msgstr "Raamstyl"
-#: templatedialog4.ui:97
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:51
#, fuzzy
msgctxt "templatedialog4|standard"
msgid "_Standard"
msgstr "Standaard"
-#: templatedialog4.ui:136
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:161
msgctxt "templatedialog4|organizer"
msgid "Organizer"
msgstr ""
-#: templatedialog4.ui:158
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:207
msgctxt "templatedialog4|type"
msgid "Type"
msgstr "Soort"
-#: templatedialog4.ui:181
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:254
msgctxt "templatedialog4|options"
msgid "Options"
msgstr "Opsies"
-#: templatedialog4.ui:204
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:301
#, fuzzy
msgctxt "templatedialog4|wrap"
msgid "Wrap"
msgstr "~Omvou"
-#: templatedialog4.ui:227
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:348
msgctxt "templatedialog4|area"
msgid "Area"
msgstr "Area"
-#: templatedialog4.ui:250
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:395
msgctxt "templatedialog4|transparence"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: templatedialog4.ui:273
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:442
msgctxt "templatedialog4|borders"
msgid "Borders"
msgstr "Grense"
-#: templatedialog4.ui:296
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:489
msgctxt "templatedialog4|columns"
msgid "Columns"
msgstr "Kolomme"
-#: templatedialog4.ui:319
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:536
msgctxt "templatedialog4|macros"
msgid "Macro"
msgstr "Makro"
-#: templatedialog8.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:8
#, fuzzy
msgctxt "templatedialog8|TemplateDialog8"
msgid "Page Style"
msgstr "As bladsystyl"
-#: templatedialog8.ui:122
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:147
msgctxt "templatedialog8|organizer"
msgid "Organizer"
msgstr ""
-#: templatedialog8.ui:144
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:193
msgctxt "templatedialog8|page"
msgid "Page"
msgstr "Bladsy"
-#: templatedialog8.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:240
msgctxt "templatedialog8|area"
msgid "Area"
msgstr "Area"
-#: templatedialog8.ui:190
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:287
msgctxt "templatedialog8|transparence"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: templatedialog8.ui:213
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:334
msgctxt "templatedialog8|header"
msgid "Header"
msgstr "Kop"
-#: templatedialog8.ui:236
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:381
msgctxt "templatedialog8|footer"
msgid "Footer"
msgstr "Voet"
-#: templatedialog8.ui:259
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:428
msgctxt "templatedialog8|borders"
msgid "Borders"
msgstr "Grense"
-#: templatedialog8.ui:282
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:475
msgctxt "templatedialog8|columns"
msgid "Columns"
msgstr "Kolomme"
-#: templatedialog8.ui:305
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:522
msgctxt "templatedialog8|footnotes"
msgid "Footnote"
msgstr "Voetnoot"
-#: templatedialog8.ui:328
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:569
msgctxt "templatedialog8|textgrid"
msgid "Text Grid"
msgstr ""
-#: testmailsettings.ui:6
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:6
msgctxt "testmailsettings|textbuffer1"
msgid "%PRODUCTNAME could not connect to the outgoing mail server. Check your system's settings and the settings in %PRODUCTNAME. Check the server name, the port and the secure connections settings"
msgstr ""
-#: testmailsettings.ui:11
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:11
msgctxt "testmailsettings|TestMailSettings"
msgid "Test Account Settings"
msgstr ""
-#: testmailsettings.ui:124
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:124
msgctxt "testmailsettings|establish"
msgid "Establish network connection"
msgstr ""
-#: testmailsettings.ui:136
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:136
msgctxt "testmailsettings|find"
msgid "Find outgoing mail server"
msgstr ""
-#: testmailsettings.ui:148
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:148
msgctxt "testmailsettings|result1"
msgid "Successful"
msgstr ""
-#: testmailsettings.ui:160
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:160
msgctxt "testmailsettings|result2"
msgid "Failed"
msgstr ""
-#: testmailsettings.ui:175
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:175
msgctxt "testmailsettings|label8"
msgid "%PRODUCTNAME is testing the e-mail account settings..."
msgstr ""
-#: testmailsettings.ui:241
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:241
#, fuzzy
msgctxt "testmailsettings|label1"
msgid "Errors"
msgstr "Fout"
-#: textgridpage.ui:56
+#: sw/uiconfig/swriter/ui/textgridpage.ui:56
msgctxt "textgridpage|radioRB_NOGRID"
msgid "No grid"
msgstr ""
-#: textgridpage.ui:72
+#: sw/uiconfig/swriter/ui/textgridpage.ui:73
msgctxt "textgridpage|radioRB_LINESGRID"
msgid "Grid (lines only)"
msgstr ""
-#: textgridpage.ui:87
+#: sw/uiconfig/swriter/ui/textgridpage.ui:89
msgctxt "textgridpage|radioRB_CHARSGRID"
msgid "Grid (lines and characters)"
msgstr ""
-#: textgridpage.ui:102
+#: sw/uiconfig/swriter/ui/textgridpage.ui:105
msgctxt "textgridpage|checkCB_SNAPTOCHARS"
msgid "_Snap to characters"
msgstr ""
-#: textgridpage.ui:147
+#: sw/uiconfig/swriter/ui/textgridpage.ui:150
msgctxt "textgridpage|labelGrid"
msgid "Grid"
msgstr "Rooster"
-#: textgridpage.ui:197
+#: sw/uiconfig/swriter/ui/textgridpage.ui:200
msgctxt "textgridpage|labelFT_CHARSPERLINE"
msgid "Characters per line:"
msgstr ""
-#: textgridpage.ui:236
+#: sw/uiconfig/swriter/ui/textgridpage.ui:238
msgctxt "textgridpage|labelFT_LINESPERPAGE"
msgid "Lines per page:"
msgstr ""
-#: textgridpage.ui:303
+#: sw/uiconfig/swriter/ui/textgridpage.ui:303
msgctxt "textgridpage|labelFT_CHARWIDTH"
msgid "Character _width:"
msgstr ""
-#: textgridpage.ui:317
+#: sw/uiconfig/swriter/ui/textgridpage.ui:317
msgctxt "textgridpage|labelFT_RUBYSIZE"
msgid "Max. Ruby text size:"
msgstr ""
-#: textgridpage.ui:343
+#: sw/uiconfig/swriter/ui/textgridpage.ui:342
msgctxt "textgridpage|labelFT_TEXTSIZE"
msgid "Max. base text size:"
msgstr ""
-#: textgridpage.ui:379
+#: sw/uiconfig/swriter/ui/textgridpage.ui:377
msgctxt "textgridpage|checkCB_RUBYBELOW"
msgid "Ruby text below/left from base text"
msgstr ""
-#: textgridpage.ui:402
+#: sw/uiconfig/swriter/ui/textgridpage.ui:401
msgctxt "textgridpage|labelGridLayout"
msgid "Grid Layout"
msgstr ""
-#: textgridpage.ui:435
+#: sw/uiconfig/swriter/ui/textgridpage.ui:434
#, fuzzy
msgctxt "textgridpage|checkCB_DISPLAY"
msgid "Display grid"
msgstr "~Vertoon rooster"
-#: textgridpage.ui:450
+#: sw/uiconfig/swriter/ui/textgridpage.ui:450
msgctxt "textgridpage|checkCB_PRINT"
msgid "Print grid"
msgstr ""
-#: textgridpage.ui:469
+#: sw/uiconfig/swriter/ui/textgridpage.ui:470
#, fuzzy
msgctxt "textgridpage|labelFT_COLOR"
msgid "Grid color:"
msgstr "Roosterkleur"
-#: textgridpage.ui:504
+#: sw/uiconfig/swriter/ui/textgridpage.ui:505
msgctxt "textgridpage|labelFL_DISPLAY"
msgid "Grid Display"
msgstr ""
-#: titlepage.ui:15
+#: sw/uiconfig/swriter/ui/titlepage.ui:15
msgctxt "titlepage|DLG_TITLEPAGE"
msgid "Title Page"
msgstr ""
-#: titlepage.ui:109
+#: sw/uiconfig/swriter/ui/titlepage.ui:109
msgctxt "titlepage|label6"
msgid "Number of title pages:"
msgstr ""
-#: titlepage.ui:123
+#: sw/uiconfig/swriter/ui/titlepage.ui:123
msgctxt "titlepage|label7"
msgid "Place title pages at:"
msgstr ""
-#: titlepage.ui:173
+#: sw/uiconfig/swriter/ui/titlepage.ui:171
msgctxt "titlepage|RB_USE_EXISTING_PAGES"
msgid "Converting existing pages to title pages"
msgstr ""
-#: titlepage.ui:191
+#: sw/uiconfig/swriter/ui/titlepage.ui:190
msgctxt "titlepage|RB_INSERT_NEW_PAGES"
msgid "Insert new title pages"
msgstr ""
-#: titlepage.ui:209
+#: sw/uiconfig/swriter/ui/titlepage.ui:209
msgctxt "titlepage|RB_DOCUMENT_START"
msgid "Document start"
msgstr ""
-#: titlepage.ui:229
+#: sw/uiconfig/swriter/ui/titlepage.ui:230
msgctxt "titlepage|RB_PAGE_START"
msgid "Page"
msgstr "Bladsy"
-#: titlepage.ui:260
+#: sw/uiconfig/swriter/ui/titlepage.ui:262
msgctxt "titlepage|label1"
msgid "Make Title Pages"
msgstr ""
-#: titlepage.ui:293
+#: sw/uiconfig/swriter/ui/titlepage.ui:295
msgctxt "titlepage|CB_RESTART_NUMBERING"
msgid "Reset page numbering after title pages"
msgstr ""
-#: titlepage.ui:320
+#: sw/uiconfig/swriter/ui/titlepage.ui:323
#, fuzzy
msgctxt "titlepage|FT_PAGE_COUNT"
msgid "Page number:"
msgstr "Bladsynommer"
-#: titlepage.ui:357
+#: sw/uiconfig/swriter/ui/titlepage.ui:359
msgctxt "titlepage|CB_SET_PAGE_NUMBER"
msgid "Set page number for first title page"
msgstr ""
-#: titlepage.ui:384
+#: sw/uiconfig/swriter/ui/titlepage.ui:387
#, fuzzy
msgctxt "titlepage|FT_PAGE_PAGES"
msgid "Page number:"
msgstr "Bladsynommer"
-#: titlepage.ui:427
+#: sw/uiconfig/swriter/ui/titlepage.ui:429
#, fuzzy
msgctxt "titlepage|label2"
msgid "Page Numbering"
msgstr "Bladsynommer"
-#: titlepage.ui:461
+#: sw/uiconfig/swriter/ui/titlepage.ui:463
#, fuzzy
msgctxt "titlepage|label4"
msgid "_Style:"
msgstr "Styl"
-#: titlepage.ui:484
+#: sw/uiconfig/swriter/ui/titlepage.ui:486
msgctxt "titlepage|PB_PAGE_PROPERTIES"
msgid "Edit..."
msgstr "Redigeer..."
-#: titlepage.ui:503
+#: sw/uiconfig/swriter/ui/titlepage.ui:505
msgctxt "titlepage|label3"
msgid "Edit Page Properties"
msgstr ""
-#: tocdialog.ui:8
+#: sw/uiconfig/swriter/ui/tocdialog.ui:8
msgctxt "tocdialog|TocDialog"
msgid "Table of Contents, Index or Bibliography"
msgstr ""
-#: tocdialog.ui:82
+#: sw/uiconfig/swriter/ui/tocdialog.ui:82
msgctxt "tocdialog|showexample"
msgid "Preview"
msgstr "Voorskou"
-#: tocdialog.ui:119
+#: sw/uiconfig/swriter/ui/tocdialog.ui:119
msgctxt "tocdialog|example-atkobject"
msgid "Preview"
msgstr "Voorskou"
-#: tocdialog.ui:148
+#: sw/uiconfig/swriter/ui/tocdialog.ui:148
msgctxt "tocdialog|index"
msgid "Type"
msgstr "Soort"
-#: tocdialog.ui:170
+#: sw/uiconfig/swriter/ui/tocdialog.ui:170
#, fuzzy
msgctxt "tocdialog|entries"
msgid "Entries"
msgstr "~Inskrywings"
-#: tocdialog.ui:193
+#: sw/uiconfig/swriter/ui/tocdialog.ui:193
#, fuzzy
msgctxt "tocdialog|styles"
msgid "Styles"
msgstr "Style"
-#: tocdialog.ui:216
+#: sw/uiconfig/swriter/ui/tocdialog.ui:216
msgctxt "tocdialog|columns"
msgid "Columns"
msgstr "Kolomme"
-#: tocdialog.ui:239
+#: sw/uiconfig/swriter/ui/tocdialog.ui:239
msgctxt "tocdialog|background"
msgid "Background"
msgstr "Agtergrond"
-#: tocentriespage.ui:96
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:96
#, fuzzy
msgctxt "tocentriespage|levelft"
msgid "_Level"
msgstr "Vlak"
-#: tocentriespage.ui:112
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:112
#, fuzzy
msgctxt "tocentriespage|typeft"
msgid "_Type"
msgstr "Soort"
-#: tocentriespage.ui:168
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:168
#, fuzzy
msgctxt "tocentriespage|label4"
msgid "_Structure:"
msgstr "Struktuur"
-#: tocentriespage.ui:180
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:180
#, fuzzy
msgctxt "tocentriespage|all"
msgid "_All"
msgstr "Almal"
-#: tocentriespage.ui:220
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:220
#, fuzzy
msgctxt "tocentriespage|label5"
msgid "Character style:"
msgstr "Karakterstyle"
-#: tocentriespage.ui:232
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:232
#, fuzzy
msgctxt "tocentriespage|edit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: tocentriespage.ui:259
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:259
#, fuzzy
msgctxt "tocentriespage|fillcharft"
msgid "Fill character:"
msgstr "Invulkarakter:"
-#: tocentriespage.ui:291
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:291
msgctxt "tocentriespage|tabstopposft"
msgid "Tab stop position:"
msgstr ""
-#: tocentriespage.ui:318
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:317
msgctxt "tocentriespage|alignright"
msgid "Align right"
msgstr "Regsbelyn"
-#: tocentriespage.ui:335
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:334
msgctxt "tocentriespage|chapterentryft"
msgid "Chapter entry:"
msgstr ""
-#: tocentriespage.ui:352
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:351
msgctxt "tocentriespage|chapterentry"
msgid "Number range only"
msgstr ""
-#: tocentriespage.ui:353
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:352
msgctxt "tocentriespage|chapterentry"
msgid "Description only"
msgstr ""
-#: tocentriespage.ui:354
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:353
msgctxt "tocentriespage|chapterentry"
msgid "Number range and description"
msgstr ""
-#: tocentriespage.ui:366
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:365
msgctxt "tocentriespage|entryoutlinelevelft"
msgid "Evaluate up to level:"
msgstr ""
-#: tocentriespage.ui:394
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:392
#, fuzzy
msgctxt "tocentriespage|numberformatft"
msgid "Format:"
msgstr "Formaat"
-#: tocentriespage.ui:411
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:409
msgctxt "tocentriespage|numberformat"
msgid "Number"
msgstr "Nommer"
-#: tocentriespage.ui:412
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:410
msgctxt "tocentriespage|numberformat"
msgid "Number without separator"
msgstr ""
-#: tocentriespage.ui:464
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:462
#, fuzzy
msgctxt "tocentriespage|insert"
msgid "_Insert"
msgstr "Voeg in"
-#: tocentriespage.ui:478
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:476
#, fuzzy
msgctxt "tocentriespage|remove"
msgid "_Remove"
msgstr "Verwyder"
-#: tocentriespage.ui:492
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:490
msgctxt "tocentriespage|chapterno"
msgid "Chapter No."
msgstr ""
-#: tocentriespage.ui:506
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:504
msgctxt "tocentriespage|entrytext"
msgid "Entry Text"
msgstr ""
-#: tocentriespage.ui:519
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:517
#, fuzzy
msgctxt "tocentriespage|tabstop"
msgid "Tab Stop"
msgstr "Keepstoppe"
-#: tocentriespage.ui:533
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:531
msgctxt "tocentriespage|chapterinfo"
msgid "_Chapter Info"
msgstr ""
-#: tocentriespage.ui:547
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:545
msgctxt "tocentriespage|pageno"
msgid "Page No."
msgstr ""
-#: tocentriespage.ui:561
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:559
#, fuzzy
msgctxt "tocentriespage|hyperlink"
msgid "H_yperlink"
msgstr "Hiperskakel"
-#: tocentriespage.ui:594
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:592
msgctxt "tocentriespage|label1"
msgid "Structure and Formatting"
msgstr ""
-#: tocentriespage.ui:629
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:627
msgctxt "tocentriespage|reltostyle"
msgid "Tab position relati_ve to paragraph style indent"
msgstr ""
-#: tocentriespage.ui:645
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:643
msgctxt "tocentriespage|commasep"
msgid "Key separated by commas"
msgstr ""
-#: tocentriespage.ui:661
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:659
msgctxt "tocentriespage|alphadelim"
msgid "Alphabetical delimiter"
msgstr ""
-#: tocentriespage.ui:679
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:677
msgctxt "tocentriespage|mainstyleft"
msgid "Character style for main entries:"
msgstr ""
-#: tocentriespage.ui:707
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:705
msgctxt "tocentriespage|label3"
msgid "Format"
msgstr "Formaat"
-#: tocentriespage.ui:741
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:739
msgctxt "tocentriespage|sortpos"
msgid "Document _position"
msgstr ""
-#: tocentriespage.ui:758
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:756
#, fuzzy
msgctxt "tocentriespage|sortcontents"
msgid "_Content"
msgstr "Inhoud"
-#: tocentriespage.ui:780
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:778
#, fuzzy
msgctxt "tocentriespage|label14"
msgid "Sort by"
msgstr "~Sorteer volgens"
-#: tocentriespage.ui:817
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:815
msgctxt "tocentriespage|label15"
msgid "_1:"
msgstr ""
-#: tocentriespage.ui:841
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:839
msgctxt "tocentriespage|label16"
msgid "_2:"
msgstr ""
-#: tocentriespage.ui:853
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:851
msgctxt "tocentriespage|label17"
msgid "_3:"
msgstr ""
-#: tocentriespage.ui:890
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:889
msgctxt "tocentriespage|up1cb|tooltip_text"
msgid "Ascending"
msgstr "Oplopend"
-#: tocentriespage.ui:907
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:907
msgctxt "tocentriespage|down1cb|tooltip_text"
msgid "Descending"
msgstr "Aflopend"
-#: tocentriespage.ui:924
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:925
msgctxt "tocentriespage|up2cb|tooltip_text"
msgid "Ascending"
msgstr "Oplopend"
-#: tocentriespage.ui:941
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:943
msgctxt "tocentriespage|up3cb|tooltip_text"
msgid "Ascending"
msgstr "Oplopend"
-#: tocentriespage.ui:958
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:961
msgctxt "tocentriespage|down2cb|tooltip_text"
msgid "Descending"
msgstr "Aflopend"
-#: tocentriespage.ui:975
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:979
msgctxt "tocentriespage|down3cb|tooltip_text"
msgid "Descending"
msgstr "Aflopend"
-#: tocentriespage.ui:994
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:998
msgctxt "tocentriespage|label13"
msgid "Sort Keys"
msgstr ""
-#: tocindexpage.ui:20
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:20
msgctxt "tocindexpage|open"
msgid "Open"
msgstr "Open"
-#: tocindexpage.ui:28
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:28
#, fuzzy
msgctxt "tocindexpage|new"
msgid "_New..."
msgstr "Nuwe..."
-#: tocindexpage.ui:36
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:36
#, fuzzy
msgctxt "tocindexpage|edit"
msgid "_Edit..."
msgstr "Redigeer..."
-#: tocindexpage.ui:50
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:50
#, fuzzy
msgctxt "tocindexpage|liststore1"
msgid "Table of Contents"
msgstr "Tabelinhoud"
-#: tocindexpage.ui:54
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:54
msgctxt "tocindexpage|liststore1"
msgid "Alphabetical Index"
msgstr ""
-#: tocindexpage.ui:58
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:58
#, fuzzy
msgctxt "tocindexpage|liststore1"
msgid "Illustration Index"
msgstr "Illustrasie-indeks 1"
-#: tocindexpage.ui:62
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:62
msgctxt "tocindexpage|liststore1"
msgid "Index of Tables"
msgstr ""
-#: tocindexpage.ui:66
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:66
#, fuzzy
msgctxt "tocindexpage|liststore1"
msgid "User-Defined"
msgstr "Gebruikergedefinieer"
-#: tocindexpage.ui:70
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:70
msgctxt "tocindexpage|liststore1"
msgid "Table of Objects"
msgstr ""
-#: tocindexpage.ui:74
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:74
#, fuzzy
msgctxt "tocindexpage|liststore1"
msgid "Bibliography"
msgstr "Bibliografie 1"
-#: tocindexpage.ui:111
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:111
#, fuzzy
msgctxt "tocindexpage|mainstyleft"
msgid "_Title:"
msgstr "Titel:"
-#: tocindexpage.ui:137
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:136
#, fuzzy
msgctxt "tocindexpage|typeft"
msgid "Type:"
msgstr "Soort"
-#: tocindexpage.ui:160
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:159
msgctxt "tocindexpage|readonly"
msgid "Protected against manual changes"
msgstr ""
-#: tocindexpage.ui:183
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:182
msgctxt "tocindexpage|label3"
msgid "Type and Title"
msgstr ""
-#: tocindexpage.ui:226
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:225
#, fuzzy
msgctxt "tocindexpage|mainstyleft2"
msgid "For:"
msgstr "Vorm"
-#: tocindexpage.ui:240
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:239
#, fuzzy
msgctxt "tocindexpage|scope"
msgid "Entire document"
msgstr "~Hele dokument"
-#: tocindexpage.ui:241
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:240
msgctxt "tocindexpage|scope"
msgid "Chapter"
msgstr "Hoofstuk"
-#: tocindexpage.ui:265
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:264
msgctxt "tocindexpage|levelft"
msgid "Evaluate up to level:"
msgstr ""
-#: tocindexpage.ui:300
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:298
msgctxt "tocindexpage|label1"
msgid "Create Index or Table of Contents"
msgstr ""
-#: tocindexpage.ui:341
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:339
msgctxt "tocindexpage|fromheadings"
msgid "Outline"
msgstr "Skema"
-#: tocindexpage.ui:357
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:355
msgctxt "tocindexpage|indexmarks"
msgid "Inde_x marks"
msgstr ""
-#: tocindexpage.ui:373
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:371
msgctxt "tocindexpage|fromtables"
msgid "Tables"
msgstr "Tabelle"
-#: tocindexpage.ui:388
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:386
#, fuzzy
msgctxt "tocindexpage|fromframes"
msgid "Te_xt frames"
msgstr "Teksrame"
-#: tocindexpage.ui:403
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:401
msgctxt "tocindexpage|fromgraphics"
msgid "Graphics"
msgstr "Grafika"
-#: tocindexpage.ui:418
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:416
msgctxt "tocindexpage|fromoles"
msgid "OLE objects"
msgstr "OLE-objekte"
-#: tocindexpage.ui:433
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:431
msgctxt "tocindexpage|uselevel"
msgid "Use level from source chapter"
msgstr ""
-#: tocindexpage.ui:462
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:460
#, fuzzy
msgctxt "tocindexpage|addstylescb"
msgid "_Additional styles"
msgstr "Voorwaardelike style"
-#: tocindexpage.ui:478
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:476
#, fuzzy
msgctxt "tocindexpage|stylescb"
msgid "Styl_es"
msgstr "Style"
-#: tocindexpage.ui:501
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:499
msgctxt "tocindexpage|styles"
msgid "Assign styles..."
msgstr ""
-#: tocindexpage.ui:547
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:545
#, fuzzy
msgctxt "tocindexpage|captions"
msgid "Captions"
msgstr "Opsies"
-#: tocindexpage.ui:562
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:561
#, fuzzy
msgctxt "tocindexpage|objnames"
msgid "Object names"
msgstr "Objeknaam"
-#: tocindexpage.ui:586
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:586
#, fuzzy
msgctxt "tocindexpage|categoryft"
msgid "Category:"
msgstr "Kategorie"
-#: tocindexpage.ui:610
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:610
#, fuzzy
msgctxt "tocindexpage|displayft"
msgid "Display:"
msgstr "Vertoon"
-#: tocindexpage.ui:624
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:624
msgctxt "tocindexpage|display"
msgid "References"
msgstr "Verwysings"
-#: tocindexpage.ui:625
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:625
msgctxt "tocindexpage|display"
msgid "Category and Number"
msgstr "Kategorie en nommer"
-#: tocindexpage.ui:626
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:626
msgctxt "tocindexpage|display"
msgid "Caption Text"
msgstr "Byskrifteks"
-#: tocindexpage.ui:655
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:655
msgctxt "tocindexpage|label2"
msgid "Create From"
msgstr ""
-#: tocindexpage.ui:698
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:698
msgctxt "tocindexpage|label6"
msgid "Create From the Following Objects"
msgstr ""
-#: tocindexpage.ui:737
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:737
#, fuzzy
msgctxt "tocindexpage|mainstyleft9"
msgid "_Brackets:"
msgstr "~Hakies"
-#: tocindexpage.ui:748
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:748
msgctxt "tocindexpage|numberentries"
msgid "_Number entries"
msgstr ""
-#: tocindexpage.ui:768
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:768
msgctxt "tocindexpage|brackets"
msgid "[none]"
msgstr "[geen]"
-#: tocindexpage.ui:769
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:769
msgctxt "tocindexpage|brackets"
msgid "[]"
msgstr ""
-#: tocindexpage.ui:770
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:770
msgctxt "tocindexpage|brackets"
msgid "()"
msgstr ""
-#: tocindexpage.ui:771
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:771
msgctxt "tocindexpage|brackets"
msgid "{}"
msgstr ""
-#: tocindexpage.ui:772
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:772
msgctxt "tocindexpage|brackets"
msgid "<>"
msgstr ""
-#: tocindexpage.ui:788
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:788
msgctxt "tocindexpage|label7"
msgid "Formatting of the Entries"
msgstr ""
-#: tocindexpage.ui:830
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:830
msgctxt "tocindexpage|combinesame"
msgid "Combine identical entries"
msgstr ""
-#: tocindexpage.ui:845
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:845
msgctxt "tocindexpage|useff"
msgid "Combine identical entries with p or _pp"
msgstr ""
-#: tocindexpage.ui:861
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:861
msgctxt "tocindexpage|usedash"
msgid "Combine with -"
msgstr ""
-#: tocindexpage.ui:877
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:877
msgctxt "tocindexpage|casesens"
msgid "Case sensitive"
msgstr ""
-#: tocindexpage.ui:893
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:893
msgctxt "tocindexpage|initcaps"
msgid "AutoCapitalize entries"
msgstr ""
-#: tocindexpage.ui:908
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:908
msgctxt "tocindexpage|keyasentry"
msgid "Keys as separate entries"
msgstr ""
-#: tocindexpage.ui:923
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:923
msgctxt "tocindexpage|fromfile"
msgid "_Concordance file"
msgstr ""
-#: tocindexpage.ui:938
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:938
#, fuzzy
msgctxt "tocindexpage|file"
msgid "_File"
msgstr "Lêer"
-#: tocindexpage.ui:959
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:959
msgctxt "tocindexpage|label5"
msgid "Options"
msgstr "Opsies"
-#: tocindexpage.ui:1002
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:1002
#, fuzzy
msgctxt "tocindexpage|mainstyleft3"
msgid "Language:"
msgstr "Taal"
-#: tocindexpage.ui:1037
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:1037
#, fuzzy
msgctxt "tocindexpage|mainstyleft5"
msgid "Key type:"
msgstr "Sleuteltipe"
-#: tocindexpage.ui:1070
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:1070
msgctxt "tocindexpage|label4"
msgid "Sort"
msgstr "Sorteer"
-#: tocstylespage.ui:39
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:39
#, fuzzy
msgctxt "tocstylespage|label1"
msgid "_Levels"
msgstr "Vlak"
-#: tocstylespage.ui:55
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:55
#, fuzzy
msgctxt "tocstylespage|label2"
msgid "Paragraph _Styles"
msgstr "(Paragraafstyl: "
-#: tocstylespage.ui:117
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:117
#, fuzzy
msgctxt "tocstylespage|default"
msgid "_Default"
msgstr "Verstek"
-#: tocstylespage.ui:134
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:134
#, fuzzy
msgctxt "tocstylespage|edit"
msgid "_Edit"
msgstr "Redigeer"
-#: tocstylespage.ui:179
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:179
#, fuzzy
msgctxt "tocstylespage|labelGrid"
msgid "Assignment"
msgstr "Belyning"
-#: viewoptionspage.ui:42
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:42
msgctxt "viewoptionspage|helplines"
msgid "Helplines _While Moving"
msgstr ""
-#: viewoptionspage.ui:65
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:63
msgctxt "viewoptionspage|guideslabel"
msgid "Guides"
msgstr ""
-#: viewoptionspage.ui:97
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:95
msgctxt "viewoptionspage|graphics"
msgid "_Images and objects"
msgstr ""
-#: viewoptionspage.ui:114
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:110
#, fuzzy
msgctxt "viewoptionspage|tables"
msgid "_Tables"
msgstr "Tabelle"
-#: viewoptionspage.ui:131
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:125
msgctxt "viewoptionspage|drawings"
msgid "Dra_wings and controls"
msgstr ""
-#: viewoptionspage.ui:148
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:140
msgctxt "viewoptionspage|fieldcodes"
msgid "_Field codes"
msgstr ""
-#: viewoptionspage.ui:165
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:155
#, fuzzy
msgctxt "viewoptionspage|comments"
msgid "_Comments"
msgstr "Inhoud"
-#: viewoptionspage.ui:188
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:170
+msgctxt "viewoptionspage|changestooltip"
+msgid "_Tooltips on tracked changes"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:190
#, fuzzy
msgctxt "viewoptionspage|displaylabel"
msgid "Display"
msgstr "Vertoon"
-#: viewoptionspage.ui:234
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:234
msgctxt "viewoptionspage|smoothscroll"
msgid "S_mooth scroll"
msgstr ""
-#: viewoptionspage.ui:256
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:254
#, fuzzy
msgctxt "viewoptionspage|vruler"
msgid "Verti_cal ruler"
msgstr "Vertikale liniaal"
-#: viewoptionspage.ui:297
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:289
msgctxt "viewoptionspage|vrulerright"
msgid "Right-aligned"
msgstr ""
-#: viewoptionspage.ui:317
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:308
msgctxt "viewoptionspage|hruler"
msgid "Hori_zontal ruler"
msgstr ""
-#: viewoptionspage.ui:345
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:332
msgctxt "viewoptionspage|label3"
msgid "View"
msgstr "Bekyk"
-#: viewoptionspage.ui:391
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:376
#, fuzzy
msgctxt "viewoptionspage|measureunitlabel"
msgid "Measurement unit"
msgstr "Meet eenheid"
-#: viewoptionspage.ui:408
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:391
#, fuzzy
msgctxt "viewoptionspage|settingslabel"
msgid "Settings"
msgstr "Instelling"
-#: warndatasourcedialog.ui:8
+#: sw/uiconfig/swriter/ui/warndatasourcedialog.ui:7
msgctxt "warndatasourcedialog|WarnDataSourceDialog"
msgid "Data Source Not Found"
msgstr ""
-#: warndatasourcedialog.ui:13
+#: sw/uiconfig/swriter/ui/warndatasourcedialog.ui:13
msgctxt "warndatasourcedialog|WarnDataSourceDialog"
msgid "The data source “%1” was not found."
msgstr ""
-#: warndatasourcedialog.ui:14
+#: sw/uiconfig/swriter/ui/warndatasourcedialog.ui:14
msgctxt "warndatasourcedialog|WarnDataSourceDialog"
msgid "The connection to the data source could not be established. Please check the connection settings."
msgstr ""
-#: warndatasourcedialog.ui:26
+#: sw/uiconfig/swriter/ui/warndatasourcedialog.ui:25
#, fuzzy
msgctxt "warndatasourcedialog|check"
msgid "Check Connection Settings..."
msgstr "Teksverbindinginstellings"
-#: warnemaildialog.ui:8
+#: sw/uiconfig/swriter/ui/warnemaildialog.ui:7
msgctxt "warnemaildialog|WarnEmailDialog"
msgid "E-Mails could not be sent"
msgstr ""
-#: warnemaildialog.ui:14
+#: sw/uiconfig/swriter/ui/warnemaildialog.ui:16
msgctxt "warnemaildialog|WarnEmailDialog"
msgid "E-mails could not be sent"
msgstr ""
-#: warnemaildialog.ui:15
+#: sw/uiconfig/swriter/ui/warnemaildialog.ui:17
msgctxt "warnemaildialog|WarnEmailDialog"
msgid "The following error occurred:"
msgstr ""
-#: watermarkdialog.ui:19
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:19
msgctxt "watermarkdialog|WatermarkDialog"
msgid "Watermark"
msgstr "Watermerk"
-#: watermarkdialog.ui:85
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:100
msgctxt "watermarkdialog|TextLabel"
msgid "Text"
msgstr "Teks"
-#: watermarkdialog.ui:118
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:133
msgctxt "watermarkdialog|FontLabel"
msgid "Font"
msgstr "Font"
-#: watermarkdialog.ui:130
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:145
#, fuzzy
msgctxt "watermarkdialog|AngleLabel"
msgid "Angle"
msgstr "Hoek"
-#: watermarkdialog.ui:142
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:157
msgctxt "watermarkdialog|TransparencyLabel"
msgid "Transparency"
msgstr "Deursigtigheid"
-#: watermarkdialog.ui:154
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:169
msgctxt "watermarkdialog|ColorLabel"
msgid "Color"
msgstr "Kleur"
-#: wordcount.ui:8
+#: sw/uiconfig/swriter/ui/wordcount.ui:8
#, fuzzy
msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr "~Woordtelling"
-#: wordcount.ui:72
+#: sw/uiconfig/swriter/ui/wordcount.ui:73
msgctxt "wordcount|label1"
msgid "Words"
msgstr "Woorde"
-#: wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:85
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr ""
-#: wordcount.ui:100
+#: sw/uiconfig/swriter/ui/wordcount.ui:97
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr ""
-#: wordcount.ui:165
+#: sw/uiconfig/swriter/ui/wordcount.ui:155
msgctxt "wordcount|label9"
msgid "Selection"
msgstr "Seleksie"
-#: wordcount.ui:182
+#: sw/uiconfig/swriter/ui/wordcount.ui:170
msgctxt "wordcount|label10"
msgid "Document"
msgstr "Dokument"
-#: wordcount.ui:250
+#: sw/uiconfig/swriter/ui/wordcount.ui:229
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr ""
-#: wordcount.ui:298
+#: sw/uiconfig/swriter/ui/wordcount.ui:271
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr ""
-#: wrapdialog.ui:8
+#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
#, fuzzy
msgctxt "wrapdialog|WrapDialog"
msgid "Wrap"
msgstr "~Omvou"
-#: wrappage.ui:47
+#: sw/uiconfig/swriter/ui/wrappage.ui:47
#, fuzzy
msgctxt "wrappage|after"
msgid "After"
msgstr "Na"
-#: wrappage.ui:104
+#: sw/uiconfig/swriter/ui/wrappage.ui:104
#, fuzzy
msgctxt "wrappage|before"
msgid "Before"
msgstr "Voor"
-#: wrappage.ui:161
+#: sw/uiconfig/swriter/ui/wrappage.ui:161
#, fuzzy
msgctxt "wrappage|none"
msgid "_None"
msgstr "Nota"
-#: wrappage.ui:219
+#: sw/uiconfig/swriter/ui/wrappage.ui:219
#, fuzzy
msgctxt "wrappage|optimal"
msgid "_Optimal"
msgstr "Optimaal"
-#: wrappage.ui:276
+#: sw/uiconfig/swriter/ui/wrappage.ui:276
msgctxt "wrappage|through"
msgid "Thro_ugh"
msgstr ""
-#: wrappage.ui:321
+#: sw/uiconfig/swriter/ui/wrappage.ui:321
#, fuzzy
msgctxt "wrappage|parallel"
msgid "_Parallel"
msgstr "Parallel"
-#: wrappage.ui:380
+#: sw/uiconfig/swriter/ui/wrappage.ui:380
#, fuzzy
msgctxt "wrappage|label1"
msgid "Settings"
msgstr "Instelling"
-#: wrappage.ui:428
+#: sw/uiconfig/swriter/ui/wrappage.ui:428
msgctxt "wrappage|label4"
msgid "L_eft:"
msgstr ""
-#: wrappage.ui:442
+#: sw/uiconfig/swriter/ui/wrappage.ui:442
#, fuzzy
msgctxt "wrappage|label5"
msgid "_Right:"
msgstr "Regs"
-#: wrappage.ui:456
+#: sw/uiconfig/swriter/ui/wrappage.ui:456
msgctxt "wrappage|label6"
msgid "_Top:"
msgstr ""
-#: wrappage.ui:470
+#: sw/uiconfig/swriter/ui/wrappage.ui:470
#, fuzzy
msgctxt "wrappage|label7"
msgid "_Bottom:"
msgstr "Onderkant"
-#: wrappage.ui:539
+#: sw/uiconfig/swriter/ui/wrappage.ui:535
msgctxt "wrappage|label2"
msgid "Spacing"
msgstr "Spasiëring"
-#: wrappage.ui:576
+#: sw/uiconfig/swriter/ui/wrappage.ui:572
#, fuzzy
msgctxt "wrappage|anchoronly"
msgid "_First paragraph"
msgstr "~Eerste paragraaf"
-#: wrappage.ui:591
+#: sw/uiconfig/swriter/ui/wrappage.ui:587
#, fuzzy
msgctxt "wrappage|transparent"
msgid "In bac_kground"
msgstr "In ~agtergrond"
-#: wrappage.ui:606
+#: sw/uiconfig/swriter/ui/wrappage.ui:602
#, fuzzy
msgctxt "wrappage|outline"
msgid "_Contour"
msgstr "Kontoer"
-#: wrappage.ui:621
+#: sw/uiconfig/swriter/ui/wrappage.ui:617
msgctxt "wrappage|outside"
msgid "Outside only"
msgstr ""
-#: wrappage.ui:642
+#: sw/uiconfig/swriter/ui/wrappage.ui:638
msgctxt "wrappage|label3"
msgid "Options"
msgstr "Opsies"
diff --git a/source/af/swext/mediawiki/help.po b/source/af/swext/mediawiki/help.po
index eaebd95f6c6..d45522d35e0 100644
--- a/source/af/swext/mediawiki/help.po
+++ b/source/af/swext/mediawiki/help.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2018-03-28 16:46+0200\n"
"PO-Revision-Date: 2016-12-02 12:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -536,23 +536,6 @@ msgstr "Karakterstyle wysig die voorkoms van dele van 'n paragraaf. Die beskikba
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
-"hd_id5152745\n"
-"help.text"
-msgid "Footnotes"
-msgstr "Voetnote"
-
-#: wikiformats.xhp
-#, fuzzy
-msgctxt ""
-"wikiformats.xhp\n"
-"par_id5238196\n"
-"help.text"
-msgid "Note: The transformation uses the new style of footnotes with <ref> and <references> tags that requires the Cite.php extension to be installed into MediaWiki. If those tags are shown as plain text in the transformation result, ask the wiki administrator to install this extension."
-msgstr "Let wel: Die transformasie gebruik die nuwe styl van voetnote met <ref>- en <references>-merkers wat vereis dat die Cite.php-uitbreiding in MediaWiki geïnstalleer word. As hierdie etikette as skoon teks in die omskakelingsresultaat wys, vra die wikiadministrateur om hierdie uitbreiding te installeer."
-
-#: wikiformats.xhp
-msgctxt ""
-"wikiformats.xhp\n"
"hd_id9405499\n"
"help.text"
msgid "Images"
diff --git a/source/af/uui/messages.po b/source/af/uui/messages.po
index 97c9044fdd6..292b53fa27d 100644
--- a/source/af/uui/messages.po
+++ b/source/af/uui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-24 12:21+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"
@@ -13,27 +13,27 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: ids.hrc:27
+#: uui/inc/ids.hrc:27
msgctxt "RID_UUI_ERRHDL"
msgid "The operation executed on $(ARG1) was aborted."
msgstr "Die bewerking wat op $(ARG1) uitgevoer was, is gestaak."
-#: ids.hrc:29
+#: uui/inc/ids.hrc:29
msgctxt "RID_UUI_ERRHDL"
msgid "Access to $(ARG1) was denied."
msgstr "Toegang tot $(ARG1) is geweier."
-#: ids.hrc:31
+#: uui/inc/ids.hrc:31
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) already exists."
msgstr "$(ARG1) bestaan reeds."
-#: ids.hrc:33
+#: uui/inc/ids.hrc:33
msgctxt "RID_UUI_ERRHDL"
msgid "Target already exists."
msgstr "Teiken bestaan reeds."
-#: ids.hrc:35
+#: uui/inc/ids.hrc:35
msgctxt "RID_UUI_ERRHDL"
msgid ""
"You are about to save/export a password protected basic library containing module(s) \n"
@@ -44,242 +44,254 @@ msgstr ""
"$(ARG1)\n"
"bevat wat te groot is om in binêre formaat gestoor te word. As jy nie wil hê gebruikers moet toegang tot die programmateekwagwoord hê om makro's in daardie module(s) te laat loop nie, moet jy daardie modules verdeel in 'n aantal kleiner modules. Wil jy voortgaan om hierdie programmateek te stoor/uit te voer?"
-#: ids.hrc:37
+#: uui/inc/ids.hrc:37
+msgctxt "RID_UUI_ERRHDL"
+msgid ""
+"Beware!\n"
+"\n"
+"You are about to load a very unusual sort of file ($(ARG2)) from the URL:\n"
+"\n"
+"$(ARG1)\n"
+"\n"
+"Are you certain that this file is a legacy document created many years ago?"
+msgstr ""
+
+#: uui/inc/ids.hrc:39
msgctxt "RID_UUI_ERRHDL"
msgid "The data from $(ARG1) has an incorrect checksum."
msgstr "Die data uit $(ARG1) het 'n verkeerde kontrolesom."
-#: ids.hrc:39
+#: uui/inc/ids.hrc:41
msgctxt "RID_UUI_ERRHDL"
msgid "The object $(ARG1) cannot be created in directory $(ARG2)."
msgstr "Die objek $(ARG1) kan nie in die gids $(ARG2) geskep word nie."
-#: ids.hrc:41
+#: uui/inc/ids.hrc:43
msgctxt "RID_UUI_ERRHDL"
msgid "Data of $(ARG1) could not be read."
msgstr "Data van $(ARG1) kon nie gelees word nie."
-#: ids.hrc:43
+#: uui/inc/ids.hrc:45
msgctxt "RID_UUI_ERRHDL"
msgid "The seek operation on $(ARG1) could not be performed."
msgstr "Die soekbewerking in $(ARG1) kon nie uitgevoer word nie."
-#: ids.hrc:45
+#: uui/inc/ids.hrc:47
msgctxt "RID_UUI_ERRHDL"
msgid "The tell operation on $(ARG1) could not be performed."
msgstr "Die vertelbewerking in $(ARG1) kon nie uitgevoer word nie."
-#: ids.hrc:47
+#: uui/inc/ids.hrc:49
msgctxt "RID_UUI_ERRHDL"
msgid "Data for $(ARG1) could not be written."
msgstr "Data vir $(ARG1) kon nie geskryf word nie."
-#: ids.hrc:49
+#: uui/inc/ids.hrc:51
msgctxt "RID_UUI_ERRHDL"
msgid "Action impossible: $(ARG1) is the current directory."
msgstr "Aksie onmoontlik: $(ARG1) is die huidige gids."
-#: ids.hrc:51
+#: uui/inc/ids.hrc:53
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not ready."
msgstr "$(ARG1) is nie gereed nie."
-#: ids.hrc:53
+#: uui/inc/ids.hrc:55
msgctxt "RID_UUI_ERRHDL"
msgid "Action impossible: $(ARG1) and $(ARG2) are different devices (drives)."
msgstr "Aksie onmoontlik: $(ARG1) en $(ARG2) is verskillende toestelle (aandrywers)."
-#: ids.hrc:55
+#: uui/inc/ids.hrc:57
msgctxt "RID_UUI_ERRHDL"
msgid "General input/output error while accessing $(ARG1)."
msgstr "Algemene toevoer-/afvoerfout by verkryging van toegang tot $(ARG1)."
-#: ids.hrc:57
+#: uui/inc/ids.hrc:59
msgctxt "RID_UUI_ERRHDL"
msgid "An attempt was made to access $(ARG1) in an invalid way."
msgstr "'n Poging is aangewend om toegang tot $(ARG1) op 'n ongeldige manier te verkry."
-#: ids.hrc:59
+#: uui/inc/ids.hrc:61
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) contains invalid characters."
msgstr "$(ARG1) bevat ongeldige karakters."
-#: ids.hrc:61
+#: uui/inc/ids.hrc:63
msgctxt "RID_UUI_ERRHDL"
msgid "The device (drive) $(ARG1) is invalid."
msgstr "Die toestel (aandrywer) $(ARG1) is ongeldig."
-#: ids.hrc:63
+#: uui/inc/ids.hrc:65
msgctxt "RID_UUI_ERRHDL"
msgid "The data from $(ARG1) has an invalid length."
msgstr "Die data uit $(ARG1) het 'n ongeldige lengte."
-#: ids.hrc:65
+#: uui/inc/ids.hrc:67
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) was started with an invalid parameter."
msgstr "Die bewerking in $(ARG1) is met 'n ongeldige parameter begin."
-#: ids.hrc:67
+#: uui/inc/ids.hrc:69
msgctxt "RID_UUI_ERRHDL"
msgid "The operation cannot be performed because $(ARG1) contains wildcards."
msgstr "Die bewerking kan nie uitgevoer word nie want $(ARG1) bevat oorheersstringe."
-#: ids.hrc:69
+#: uui/inc/ids.hrc:71
msgctxt "RID_UUI_ERRHDL"
msgid "Error during shared access to $(ARG1)."
msgstr "Fout tydens gedeelde toegang tot $(ARG1)."
-#: ids.hrc:71
+#: uui/inc/ids.hrc:73
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) contains misplaced characters."
msgstr "$(ARG1) bevat misplaaste karakters."
-#: ids.hrc:73
+#: uui/inc/ids.hrc:75
msgctxt "RID_UUI_ERRHDL"
msgid "The name $(ARG1) contains too many characters."
msgstr "Die naam $(ARG1) bevat te veel karakters."
-#: ids.hrc:75
+#: uui/inc/ids.hrc:77
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) does not exist."
msgstr "$(ARG1) bestaan nie."
-#: ids.hrc:77
+#: uui/inc/ids.hrc:79
msgctxt "RID_UUI_ERRHDL"
msgid "The path $(ARG1) does not exist."
msgstr "Die pad $(ARG1) bestaan nie."
-#: ids.hrc:79
+#: uui/inc/ids.hrc:81
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) is not supported on this operating system."
msgstr "Die bewerking in $(ARG1) word nie deur hierdie bedryfstelsel ondersteun nie."
-#: ids.hrc:81
+#: uui/inc/ids.hrc:83
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not a directory."
msgstr "$(ARG1) is nie 'n gids nie."
-#: ids.hrc:83
+#: uui/inc/ids.hrc:85
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not a file."
msgstr "$(ARG1) is nie 'n lêer nie."
-#: ids.hrc:85
+#: uui/inc/ids.hrc:87
msgctxt "RID_UUI_ERRHDL"
msgid "There is no space left on device $(ARG1)."
msgstr "Daar is geen ruimte oor op die toestel $(ARG1) nie."
-#: ids.hrc:87
+#: uui/inc/ids.hrc:89
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) cannot be performed because too many files are already open."
msgstr "Die bewerking in $(ARG1) kan nie uitgevoer word nie omdat daar al te veel lêers oop is."
-#: ids.hrc:89
+#: uui/inc/ids.hrc:91
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) cannot be performed because there is no more memory available."
msgstr "Die bewerking in $(ARG1) kan nie uitgevoer word nie aangesien daar geen geheue oor is nie."
-#: ids.hrc:91
+#: uui/inc/ids.hrc:93
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) cannot continue because more data is pending."
msgstr "Die bewerking in $(ARG1) kan nie uitgevoer word nie aangesien meer data in afwagting is."
-#: ids.hrc:93
+#: uui/inc/ids.hrc:95
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) cannot be copied into itself."
msgstr "$(ARG1) kan nie in homself gekopieer word nie."
-#: ids.hrc:95
+#: uui/inc/ids.hrc:97
msgctxt "RID_UUI_ERRHDL"
msgid "Unknown input/output error while accessing $(ARG1)."
msgstr "Onbekende toevoer-/afvoerfout by verkryging van toegang tot $(ARG1)."
-#: ids.hrc:97
+#: uui/inc/ids.hrc:99
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is write protected."
msgstr "$(ARG1) is skryfbeskerm."
-#: ids.hrc:99
+#: uui/inc/ids.hrc:101
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not in the correct format."
msgstr "$(ARG1) is nie in die korrekte formaat nie."
-#: ids.hrc:101
+#: uui/inc/ids.hrc:103
msgctxt "RID_UUI_ERRHDL"
msgid "The version of $(ARG1) is not correct."
msgstr "Die weergawe van $(ARG1) is nie korrek nie."
-#: ids.hrc:103
+#: uui/inc/ids.hrc:105
msgctxt "RID_UUI_ERRHDL"
msgid "Drive $(ARG1) does not exist."
msgstr "Aandrywer $(ARG1) bestaan nie."
-#: ids.hrc:105
+#: uui/inc/ids.hrc:107
msgctxt "RID_UUI_ERRHDL"
msgid "Folder $(ARG1) does not exist."
msgstr "Vouer $(ARG1) bestaan nie."
-#: ids.hrc:107
+#: uui/inc/ids.hrc:109
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version is not supported."
msgstr "Die geïnstalleerde Java-weergawe word nie ondersteun nie."
-#: ids.hrc:109
+#: uui/inc/ids.hrc:111
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version $(ARG1) is not supported."
msgstr "Die geïnstalleerde Java-weergawe $(ARG1) word nie ondersteun nie."
-#: ids.hrc:111
+#: uui/inc/ids.hrc:113
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version is not supported, at least version $(ARG1) is required."
msgstr "Die geïnstalleerde Java-weergawe word nie ondersteun nie, ten minste weergawe $(ARG1) word vereis."
-#: ids.hrc:113
+#: uui/inc/ids.hrc:115
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is required."
msgstr "Die geïnstalleerde Java-weergawe $(ARG1) word nie ondersteun nie, ten minste weergawe $(ARG2) word vereis."
-#: ids.hrc:115
+#: uui/inc/ids.hrc:117
msgctxt "RID_UUI_ERRHDL"
msgid "The data associated with the partnership is corrupted."
msgstr "Die data wat met die vennootskap geassosieer word, is korrup."
-#: ids.hrc:117
+#: uui/inc/ids.hrc:119
msgctxt "RID_UUI_ERRHDL"
msgid "The data associated with the partnership $(ARG1) is corrupted."
msgstr "Die data wat met die vennootskap $(ARG1) geassosieer word, is korrup."
-#: ids.hrc:119
+#: uui/inc/ids.hrc:121
msgctxt "RID_UUI_ERRHDL"
msgid "Volume $(ARG1) is not ready."
msgstr "Volume $(ARG1) is nie gereed nie."
-#: ids.hrc:121
+#: uui/inc/ids.hrc:123
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not ready; please insert a storage medium."
msgstr "$(ARG1) is nie gereed nie, voeg asseblief 'n stoormedium in."
-#: ids.hrc:123
+#: uui/inc/ids.hrc:125
msgctxt "RID_UUI_ERRHDL"
msgid "Volume $(ARG1) is not ready; please insert a storage medium."
msgstr "Volume $(ARG1) is nie gereed nie, voeg asseblief 'n stoormedium in."
-#: ids.hrc:125
+#: uui/inc/ids.hrc:127
msgctxt "RID_UUI_ERRHDL"
msgid "Please insert disk $(ARG1)."
msgstr "Plaas asseblief skryf $(ARG1) in."
-#: ids.hrc:127
+#: uui/inc/ids.hrc:129
msgctxt "RID_UUI_ERRHDL"
msgid "The object cannot be created in directory $(ARG1)."
msgstr "Die objek kan nie in die gids $(ARG1) geskep word nie."
-#: ids.hrc:129
+#: uui/inc/ids.hrc:131
msgctxt "RID_UUI_ERRHDL"
msgid "%PRODUCTNAME cannot keep files from being overwritten when this transmission protocol is used. Do you want to continue anyway?"
msgstr "%PRODUCTNAME kan nie voorkom dat lêers oorgeskryf word terwyl hierdie versendingsprotokol gebruik word nie. Wil u in elk geval voortgaan?"
-#: ids.hrc:131
+#: uui/inc/ids.hrc:133
#, fuzzy
msgctxt "RID_UUI_ERRHDL"
msgid ""
@@ -301,12 +313,12 @@ msgstr ""
"\n"
"Moet %PRODUCTNAME die lêer herstel?\n"
-#: ids.hrc:133
+#: uui/inc/ids.hrc:135
msgctxt "RID_UUI_ERRHDL"
msgid "The file '$(ARG1)' could not be repaired and therefore cannot be opened."
msgstr "Die lêer '$(ARG1)' kon nie herstel word nie en kan daarom nie oopgemaak word nie."
-#: ids.hrc:135
+#: uui/inc/ids.hrc:137
msgctxt "RID_UUI_ERRHDL"
msgid ""
"Configuration data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\n"
@@ -315,7 +327,7 @@ msgstr ""
"Opstellingdata in '$(ARG1)' is gekorrupteer. Sonder hierdie data sal sekere funksies nie behoorlik werk nie.\n"
"Wil u steeds %PRODUCTNAME laat loop sonder die gekorrupteerde opstellingdata?"
-#: ids.hrc:137
+#: uui/inc/ids.hrc:139
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The personal configuration file '$(ARG1)' is corrupted and must be deleted to continue. Some of your personal settings may be lost.\n"
@@ -324,12 +336,12 @@ msgstr ""
"Die persoonlike opstellingslêer '$(ARG1)' is gekorrupteer en moet geskrap word voor u kan voortgaan. Sekere van u persoonlike opstellings kan verlore gaan.\n"
"Wil u steeds %PRODUCTNAME laat loop sonder die gekorrupteerde opstellingsdata?"
-#: ids.hrc:139
+#: uui/inc/ids.hrc:141
msgctxt "RID_UUI_ERRHDL"
msgid "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly."
msgstr "Die opstellingdatabron '$(ARG1)' is onbeskikbaar. Sonder hierdie data sal sekere funksies nie behoorlik werk nie."
-#: ids.hrc:141
+#: uui/inc/ids.hrc:143
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\n"
@@ -338,34 +350,34 @@ msgstr ""
"Die opstellingdatabron '$(ARG1)' is onbeskikbaar. Sonder hierdie data sal sekere funksies nie behoorlik werk nie.\n"
"Wil u steeds %PRODUCTNAME laat loop sonder die vermiste opstellingdata?"
-#: ids.hrc:143
+#: uui/inc/ids.hrc:145
msgctxt "RID_UUI_ERRHDL"
msgid "The form contains invalid data. Do you still want to continue?"
msgstr "Die vorm bevat ongeldige data. Wil u steeds voortgaan?"
-#: ids.hrc:145
+#: uui/inc/ids.hrc:147
msgctxt "RID_UUI_ERRHDL"
msgid "The file $(ARG1) is locked by another user. Currently, another write access to this file cannot be granted."
msgstr ""
-#: ids.hrc:147
+#: uui/inc/ids.hrc:149
msgctxt "RID_UUI_ERRHDL"
msgid "The file $(ARG1) is locked by yourself. Currently, another write access to this file cannot be granted."
msgstr ""
-#: ids.hrc:149
+#: uui/inc/ids.hrc:151
msgctxt "RID_UUI_ERRHDL"
msgid "The file $(ARG1) is currently not locked by yourself."
msgstr ""
-#: ids.hrc:151
+#: uui/inc/ids.hrc:153
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The previously obtained lock for file $(ARG1) has expired.\n"
"This can happen due to problems on the server managing the file lock. It cannot be guaranteed that write operations on this file will not overwrite changes done by other users!"
msgstr ""
-#: ids.hrc:153
+#: uui/inc/ids.hrc:155
msgctxt "RID_UUI_ERRHDL"
msgid ""
"Component cannot be loaded, possibly broken or incomplete installation.\n"
@@ -374,7 +386,7 @@ msgid ""
" $(ARG1)."
msgstr ""
-#: ids.hrc:158
+#: uui/inc/ids.hrc:160
msgctxt "STR_UUI_UNKNOWNAUTH_UNTRUSTED"
msgid ""
"Unable to verify the identity of $(ARG1) site.\n"
@@ -385,7 +397,7 @@ msgstr ""
"\n"
"Voor u hierdie sertifikaat aanvaar, behoort u hierdie werf se sertifikaat noukeurig te ondersoek. Is u gewillig om hierdie sertifikaat te aanvaar vir die doel om die webwerf te identifiseer $(ARG1)?"
-#: ids.hrc:159
+#: uui/inc/ids.hrc:161
msgctxt "STR_UUI_SSLWARN_EXPIRED"
msgid ""
"$(ARG1) is a site that uses a security certificate to encrypt data during transmission, but its certificate expired on $(ARG2).\n"
@@ -396,12 +408,12 @@ msgstr ""
"\n"
"Maak seker of u rekenaar se tyd korrek is."
-#: ids.hrc:160
+#: uui/inc/ids.hrc:162
msgctxt "STR_UUI_SSLWARN_EXPIRED_TITLE"
msgid "Security Warning: Server Certificate Invalid"
msgstr "Sekuriteitswaarskuwing: Bedienersertifikaat ongeldig"
-#: ids.hrc:161
+#: uui/inc/ids.hrc:163
msgctxt "STR_UUI_SSLWARN_DOMAINMISMATCH"
msgid ""
"You have attempted to establish a connection with $(ARG1). However, the security certificate presented belongs to $(ARG2). It is possible, though unlikely, that someone may be trying to intercept your communication with this web site.\n"
@@ -416,12 +428,12 @@ msgstr ""
"\n"
"Wil u nogtans voortgaan?"
-#: ids.hrc:162
+#: uui/inc/ids.hrc:164
msgctxt "STR_UUI_SSLWARN_DOMAINMISMATCH_TITLE"
msgid "Security Warning: Server Certificate Expired"
msgstr "Sekuriteitswaarskuwing: Bedienersertifikaat het verval"
-#: ids.hrc:163
+#: uui/inc/ids.hrc:165
msgctxt "STR_UUI_SSLWARN_INVALID"
msgid ""
"The certificate could not be validated. You should examine this site's certificate carefully.\n"
@@ -432,135 +444,125 @@ msgstr ""
"\n"
"As u die sertifikaat wantrou, kanselleer asseblief die verbinding en stel die werfadministrateur in kennis."
-#: ids.hrc:164
+#: uui/inc/ids.hrc:166
msgctxt "STR_UUI_SSLWARN_INVALID_TITLE"
msgid "Security Warning: Domain Name Mismatch"
msgstr "Sekuriteitswaarskuwing: Domeinnaam-wanpassing"
-#: strings.hrc:25
+#: uui/inc/strings.hrc:25
msgctxt "STR_ENTER_PASSWORD_TO_OPEN"
msgid "Enter password to open file: \n"
msgstr ""
-#: strings.hrc:26
+#: uui/inc/strings.hrc:26
msgctxt "STR_ENTER_PASSWORD_TO_MODIFY"
msgid "Enter password to modify file: \n"
msgstr ""
-#: strings.hrc:27
+#: uui/inc/strings.hrc:27
#, fuzzy
msgctxt "STR_ENTER_SIMPLE_PASSWORD"
msgid "Enter password: "
msgstr "Tik wagwoord in"
-#: strings.hrc:28
+#: uui/inc/strings.hrc:28
msgctxt "STR_CONFIRM_SIMPLE_PASSWORD"
msgid "Confirm password: "
msgstr ""
-#: strings.hrc:29
+#: uui/inc/strings.hrc:29
msgctxt "STR_TITLE_CREATE_PASSWORD"
msgid "Set Password"
msgstr ""
-#: strings.hrc:30
+#: uui/inc/strings.hrc:30
msgctxt "STR_TITLE_ENTER_PASSWORD"
msgid "Enter Password"
msgstr "Tik wagwoord in"
-#: strings.hrc:31
+#: uui/inc/strings.hrc:31
msgctxt "STR_PASSWORD_MISMATCH"
msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
msgstr ""
-#: strings.hrc:33
+#: uui/inc/strings.hrc:33
msgctxt "STR_ALREADYOPEN_TITLE"
msgid "Document in Use"
msgstr "Dokument in gebruik"
-#: strings.hrc:34
+#: uui/inc/strings.hrc:34
msgctxt "STR_ALREADYOPEN_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n"
"\n"
-"Open document read-only, or ignore own file locking and open the document for editing.\n"
-"\n"
+"Open document read-only, or ignore own file locking and open the document for editing."
msgstr ""
-"Dokumentlêer '$(ARG1)' is gesluit vir redigering deur uself op 'n ander rekenaar sedert $(ARG2)\n"
-"\n"
-"Open dokument leesalleen, of ignoreer eie lêerslot en open die dokument om te redigeer.\n"
-"\n"
-#: strings.hrc:35
+#: uui/inc/strings.hrc:35
msgctxt "STR_ALREADYOPEN_READONLY_BTN"
msgid "Open ~Read-Only"
msgstr "Open ~leesalleen"
-#: strings.hrc:36
+#: uui/inc/strings.hrc:36
msgctxt "STR_ALREADYOPEN_OPEN_BTN"
msgid "~Open"
msgstr "~Open"
-#: strings.hrc:37
+#: uui/inc/strings.hrc:37
msgctxt "STR_ALREADYOPEN_SAVE_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n"
"\n"
-"Close document on other system and retry saving or ignore own file locking and save current document.\n"
-"\n"
+"Close document on other system and retry saving or ignore own file locking and save current document."
msgstr ""
-"Dokumentlêer '$(ARG1)' is gesluit vir redigering deur uself op 'n ander rekenaar sedert $(ARG2)\n"
-"\n"
-"Sluit dokument op ander rekenaar en probeer weer stoor, of ignoreer eie lêerslot en stoor huidige dokument.\n"
-"\n"
-#: strings.hrc:38
+#: uui/inc/strings.hrc:38
msgctxt "STR_ALREADYOPEN_RETRY_SAVE_BTN"
msgid "~Retry Saving"
msgstr "~Probeer weer stoor"
-#: strings.hrc:39
+#: uui/inc/strings.hrc:39
msgctxt "STR_ALREADYOPEN_SAVE_BTN"
msgid "~Save"
msgstr "~Stoor"
-#: strings.hrc:41
+#: uui/inc/strings.hrc:41
msgctxt "RID_KEEP_PASSWORD"
msgid "~Remember password until end of session"
msgstr "~Onthou wagwoord tot aan einde van sessie"
-#: strings.hrc:42
+#: uui/inc/strings.hrc:42
#, fuzzy
msgctxt "RID_SAVE_PASSWORD"
msgid "~Remember password"
msgstr "~Tik wagwoord weer in"
-#: strings.hrc:43
+#: uui/inc/strings.hrc:43
msgctxt "STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE"
msgid "Non-Encrypted Streams"
msgstr "Niegeënkripteerde strome"
-#: strings.hrc:45
+#: uui/inc/strings.hrc:45
msgctxt "STR_LOCKFAILED_TITLE"
msgid "Document Could Not Be Locked"
msgstr ""
-#: strings.hrc:46
+#: uui/inc/strings.hrc:46
msgctxt "STR_LOCKFAILED_MSG"
msgid "The lock file could not be created for exclusive access by %PRODUCTNAME, due to missing permission to create a lock file on that file location or lack of free disk space."
msgstr ""
-#: strings.hrc:47
+#: uui/inc/strings.hrc:47
msgctxt "STR_LOCKFAILED_OPENREADONLY_BTN"
msgid "Open ~Read-Only"
msgstr "Open ~leesalleen"
-#: strings.hrc:49
+#: uui/inc/strings.hrc:49
msgctxt "STR_OPENLOCKED_TITLE"
msgid "Document in Use"
msgstr "Dokument in gebruik"
-#: strings.hrc:50
+#: uui/inc/strings.hrc:50
msgctxt "STR_OPENLOCKED_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by:\n"
@@ -569,386 +571,368 @@ msgid ""
"\n"
"Open document read-only or open a copy of the document for editing.\n"
"\n"
+"$(ARG3)"
msgstr ""
-"Dokumentlêer '$(ARG1)' is gesluit vir redigering deur:\n"
-"\n"
-"$(ARG2)\n"
-"\n"
-"Open dokument leesalleen of open 'n kopie van die dokument vir redigering.\n"
-"\n"
-#: strings.hrc:51
+#: uui/inc/strings.hrc:51
+msgctxt "STR_OPENLOCKED_ALLOWIGNORE_MSG"
+msgid "You may also ignore the file locking and open the document for editing."
+msgstr ""
+
+#: uui/inc/strings.hrc:52
msgctxt "STR_OPENLOCKED_OPENREADONLY_BTN"
msgid "Open ~Read-Only"
msgstr "Open ~leesalleen"
-#: strings.hrc:52
+#: uui/inc/strings.hrc:53
msgctxt "STR_OPENLOCKED_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "Open ~kopie"
-#: strings.hrc:53
+#: uui/inc/strings.hrc:54
msgctxt "STR_UNKNOWNUSER"
msgid "Unknown User"
msgstr "Onbekende gebruiker"
-#: strings.hrc:55
+#: uui/inc/strings.hrc:56
#, fuzzy
msgctxt "STR_FILECHANGED_TITLE"
msgid "Document Has Been Changed by Others"
msgstr "Dokument is gestoor as"
-#: strings.hrc:56
+#: uui/inc/strings.hrc:57
msgctxt "STR_FILECHANGED_MSG"
msgid ""
"The file has been changed since it was opened for editing in %PRODUCTNAME. Saving your version of the document will overwrite changes made by others.\n"
"\n"
-"Do you want to save anyway?\n"
-"\n"
+"Do you want to save anyway?"
msgstr ""
-"Die lêer is gewysig sedert dit vir redigering in %PRODUCTNAME geopen is. As u u weergawe van die dokument stoor, sal dit wysigings oorheenskryf wat deur andere gemaak is.\n"
-"\n"
-"Wil u in elk geval stoor?\n"
-"\n"
-#: strings.hrc:57
+#: uui/inc/strings.hrc:58
msgctxt "STR_FILECHANGED_SAVEANYWAY_BTN"
msgid "~Save Anyway"
msgstr "~Stoor in elk geval"
-#: strings.hrc:59
+#: uui/inc/strings.hrc:60
msgctxt "STR_TRYLATER_TITLE"
msgid "Document in Use"
msgstr "Dokument in gebruik"
-#: strings.hrc:60
+#: uui/inc/strings.hrc:61
msgctxt "STR_TRYLATER_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by:\n"
"\n"
"$(ARG2)\n"
"\n"
-"Try again later to save document or save a copy of that document.\n"
-"\n"
+"Try again later to save document or save a copy of that document."
msgstr ""
-"Dokumentlêer '$(ARG1)' is gesluit vir redigering deur:\n"
+
+#: uui/inc/strings.hrc:62
+msgctxt "STR_OVERWRITE_IGNORELOCK_MSG"
+msgid ""
+"Document file '$(ARG1)' is locked for editing by:\n"
"\n"
"$(ARG2)\n"
"\n"
-"Probeer later weer die dokument stoor, of stoor 'n kopie van daardie dokument.\n"
-"\n"
+"You may try to ignore the file locking and overwrite the existing document."
+msgstr ""
-#: strings.hrc:61
+#: uui/inc/strings.hrc:63
msgctxt "STR_TRYLATER_RETRYSAVING_BTN"
msgid "~Retry Saving"
msgstr "~Probeer weer stoor"
-#: strings.hrc:62
+#: uui/inc/strings.hrc:64
msgctxt "STR_TRYLATER_SAVEAS_BTN"
msgid "~Save As..."
msgstr "~Stoor as..."
-#: strings.hrc:64
+#: uui/inc/strings.hrc:66
msgctxt "STR_RENAME_OR_REPLACE"
msgid ""
"A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\n"
"Choose Replace to overwrite the existing file or provide a new name."
msgstr ""
-#: strings.hrc:65
+#: uui/inc/strings.hrc:67
msgctxt "STR_NAME_CLASH_RENAME_ONLY"
msgid ""
"A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\n"
"Please enter a new name."
msgstr ""
-#: strings.hrc:66
+#: uui/inc/strings.hrc:68
msgctxt "STR_SAME_NAME_USED"
msgid "Please provide a different file name!"
msgstr ""
-#: strings.hrc:68
+#: uui/inc/strings.hrc:70
#, fuzzy
msgctxt "STR_ERROR_PASSWORD_TO_OPEN_WRONG"
msgid "The password is incorrect. The file cannot be opened."
msgstr "Die wagwoord is ongeldig. Die dokument kan nie geopen word nie."
-#: strings.hrc:69
+#: uui/inc/strings.hrc:71
#, fuzzy
msgctxt "STR_ERROR_PASSWORD_TO_MODIFY_WRONG"
msgid "The password is incorrect. The file cannot be modified."
msgstr "Die wagwoord is ongeldig. Die dokument kan nie geopen word nie."
-#: strings.hrc:70
+#: uui/inc/strings.hrc:72
#, fuzzy
msgctxt "STR_ERROR_MASTERPASSWORD_WRONG"
msgid "The master password is incorrect."
msgstr "Die wagwoord is nie gestel nie."
-#: strings.hrc:71
+#: uui/inc/strings.hrc:73
#, fuzzy
msgctxt "STR_ERROR_SIMPLE_PASSWORD_WRONG"
msgid "The password is incorrect."
msgstr "Die wagwoord is nie gestel nie."
-#: strings.hrc:72
+#: uui/inc/strings.hrc:74
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The password confirmation does not match."
msgstr "Die wagwoordbevestiging pas nie."
-#: strings.hrc:74
+#: uui/inc/strings.hrc:76
msgctxt "STR_LOCKCORRUPT_TITLE"
msgid "Lock file is corrupted"
msgstr ""
-#: strings.hrc:75
+#: uui/inc/strings.hrc:77
msgctxt "STR_LOCKCORRUPT_MSG"
msgid "The lock file is corrupted and probably empty. Opening the document read-only and closing it again removes the corrupted lock file."
msgstr ""
-#: strings.hrc:76
+#: uui/inc/strings.hrc:78
msgctxt "STR_LOCKCORRUPT_OPENREADONLY_BTN"
msgid "Open ~Read-Only"
msgstr "Open ~leesalleen"
-#: authfallback.ui:8
+#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
msgid "Authentication Code"
msgstr ""
-#: authfallback.ui:130
+#: uui/uiconfig/ui/authfallback.ui:128
msgctxt "authfallback|label1"
msgid "Enter the 6 digit PIN:"
msgstr ""
-#: filterselect.ui:7
+#: uui/uiconfig/ui/filterselect.ui:7
#, fuzzy
msgctxt "filterselect|FilterSelectDialog"
msgid "Filter Selection"
msgstr "Filterseleksie"
-#: logindialog.ui:8
+#: uui/uiconfig/ui/logindialog.ui:8
msgctxt "logindialog|LoginDialog"
msgid "Authentication Required"
msgstr ""
-#: logindialog.ui:80
+#: uui/uiconfig/ui/logindialog.ui:83
msgctxt "logindialog|syscreds"
msgid "_Use system credentials"
msgstr ""
-#: logindialog.ui:96
+#: uui/uiconfig/ui/logindialog.ui:99
#, fuzzy
msgctxt "logindialog|remember"
msgid "_Remember password"
msgstr "Tik wagwoord in"
-#: logindialog.ui:127
+#: uui/uiconfig/ui/logindialog.ui:129
#, fuzzy
msgctxt "logindialog|accountft"
msgid "A_ccount:"
msgstr "Rekening"
-#: logindialog.ui:141
+#: uui/uiconfig/ui/logindialog.ui:143
#, fuzzy
msgctxt "logindialog|passwordft"
msgid "Pass_word:"
msgstr "Wagwoord:"
-#: logindialog.ui:180
+#: uui/uiconfig/ui/logindialog.ui:182
#, fuzzy
msgctxt "logindialog|nameft"
msgid "_User name:"
msgstr "~Gebruikernaam:"
-#: logindialog.ui:194
-#, fuzzy
-msgctxt "logindialog|pathft"
-msgid "_Path:"
-msgstr "~Pad:"
-
-#: logindialog.ui:222
-#, fuzzy
-msgctxt "logindialog|pathbtn"
-msgid "_Browse…"
-msgstr "Blaai"
-
-#: logindialog.ui:244
+#: uui/uiconfig/ui/logindialog.ui:196
msgctxt "logindialog|loginrealm"
msgid ""
"Enter user name and password for:\n"
"“%2” on %1"
msgstr ""
-#: logindialog.ui:258
+#: uui/uiconfig/ui/logindialog.ui:210
msgctxt "logindialog|wrongloginrealm"
msgid ""
"Wrong user name and password for:\n"
"“%2” on %1"
msgstr ""
-#: logindialog.ui:272
+#: uui/uiconfig/ui/logindialog.ui:224
msgctxt "logindialog|wrongrequestinfo"
msgid ""
"Wrong user name and password for:\n"
"%1"
msgstr ""
-#: logindialog.ui:286
+#: uui/uiconfig/ui/logindialog.ui:238
msgctxt "logindialog|requestinfo"
msgid ""
"Enter user name and password for:\n"
"%1"
msgstr ""
-#: logindialog.ui:300
+#: uui/uiconfig/ui/logindialog.ui:252
msgctxt "logindialog|errorft"
msgid "Message from server:"
msgstr ""
-#: macrowarnmedium.ui:9
+#: uui/uiconfig/ui/macrowarnmedium.ui:8
#, fuzzy
msgctxt "macrowarnmedium|MacroWarnMedium"
msgid "%PRODUCTNAME - Security Warning"
msgstr "%PRODUCTNAME-sekuriteitswaarskuwing"
-#: macrowarnmedium.ui:25
-#, fuzzy
-msgctxt "macrowarnmedium|ok"
-msgid "_Enable Macros"
-msgstr "Aktiveer makro's"
+#: uui/uiconfig/ui/macrowarnmedium.ui:14
+msgctxt "macrowarnmedium|descr2Label"
+msgid ""
+"The document contains document macros.\n"
+"\n"
+"Macros may contain viruses. Disabling macros for a document is always safe. If you disable macros you may lose functionality provided by the document macros."
+msgstr ""
-#: macrowarnmedium.ui:39
+#: uui/uiconfig/ui/macrowarnmedium.ui:28
#, fuzzy
msgctxt "macrowarnmedium|cancel"
msgid "_Disable Macros"
msgstr "Deaktiveer makro's"
-#: macrowarnmedium.ui:127
+#: uui/uiconfig/ui/macrowarnmedium.ui:44
+#, fuzzy
+msgctxt "macrowarnmedium|ok"
+msgid "_Enable Macros"
+msgstr "Aktiveer makro's"
+
+#: uui/uiconfig/ui/macrowarnmedium.ui:89
#, fuzzy
msgctxt "macrowarnmedium|descr1Label"
msgid "The document contains document macros signed by:"
msgstr "Die dokument bevat dokumentmakro's wat onderteken is deur:"
-#: macrowarnmedium.ui:141
+#: uui/uiconfig/ui/macrowarnmedium.ui:98
#, fuzzy
-msgctxt "macrowarnmedium|descr1aLabel"
-msgid "The document contains document macros."
-msgstr "Die dokument bevat dokumentmakro's."
+msgctxt "macrowarnmedium|alwaysTrustCheckbutton"
+msgid "_Always trust macros from this source"
+msgstr "Vertrou altyd makro's uit hierdie bron"
-#: macrowarnmedium.ui:168
+#: uui/uiconfig/ui/macrowarnmedium.ui:129
#, fuzzy
msgctxt "macrowarnmedium|viewSignsButton"
msgid "_View Signatures…"
msgstr "Bekyk handtekeninge..."
-#: macrowarnmedium.ui:196
-#, fuzzy
-msgctxt "macrowarnmedium|descr2Label"
-msgid "Macros may contain viruses. Disabling macros for a document is always safe. If you disable macros you may lose functionality provided by the document macros."
-msgstr "Makro's kan virusse bevat. Om makro's te deaktiveer is altyd veilig. As u makro's deaktiveer, kan u dalk van die funksionaliteit verloor wat deur die dokumentmakro's verskaf word."
-
-#: macrowarnmedium.ui:208
-#, fuzzy
-msgctxt "macrowarnmedium|alwaysTrustCheckbutton"
-msgid "_Always trust macros from this source"
-msgstr "Vertrou altyd makro's uit hierdie bron"
-
-#: masterpassworddlg.ui:8
+#: uui/uiconfig/ui/masterpassworddlg.ui:8
msgctxt "masterpassworddlg|MasterPasswordDialog"
msgid "Enter Master Password"
msgstr ""
-#: masterpassworddlg.ui:86
+#: uui/uiconfig/ui/masterpassworddlg.ui:86
#, fuzzy
msgctxt "masterpassworddlg|label1"
msgid "_Enter password:"
msgstr "Tik wagwoord in"
-#: password.ui:8
+#: uui/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Set Password"
msgstr ""
-#: setmasterpassworddlg.ui:8
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:8
msgctxt "setmasterpassworddlg|SetMasterPasswordDialog"
msgid "Set Master Password"
msgstr ""
-#: setmasterpassworddlg.ui:84
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:84
msgctxt "setmasterpassworddlg|label1"
msgid "Passwords for web connections are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
msgstr ""
-#: setmasterpassworddlg.ui:100
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:100
#, fuzzy
msgctxt "setmasterpassworddlg|label2"
msgid "_Enter password:"
msgstr "Tik wagwoord in"
-#: setmasterpassworddlg.ui:128
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:127
#, fuzzy
msgctxt "setmasterpassworddlg|label3"
msgid "_Reenter password:"
msgstr "Tik wagwoord in"
-#: setmasterpassworddlg.ui:157
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:155
msgctxt "setmasterpassworddlg|label4"
msgid "Caution: If you forget the master password, you will be unable to access any of the information protected by it. Passwords are case sensitive."
msgstr ""
-#: simplenameclash.ui:8
+#: uui/uiconfig/ui/simplenameclash.ui:8
msgctxt "simplenameclash|SimpleNameClashDialog"
msgid "File Exists"
msgstr ""
-#: simplenameclash.ui:37
+#: uui/uiconfig/ui/simplenameclash.ui:37
msgctxt "simplenameclash|replace"
msgid "Replace"
msgstr "Vervang"
-#: simplenameclash.ui:51
+#: uui/uiconfig/ui/simplenameclash.ui:51
msgctxt "simplenameclash|rename"
msgid "Rename"
msgstr "Hernoem"
-#: sslwarndialog.ui:8
+#: uui/uiconfig/ui/sslwarndialog.ui:8
#, fuzzy
msgctxt "sslwarndialog|SSLWarnDialog"
msgid "Security Warning: "
msgstr "Sekuriteitswaarskuwing"
-#: sslwarndialog.ui:24
+#: uui/uiconfig/ui/sslwarndialog.ui:25
msgctxt "sslwarndialog|ok"
msgid "Continue"
msgstr "Gaan voort"
-#: sslwarndialog.ui:38
+#: uui/uiconfig/ui/sslwarndialog.ui:39
msgctxt "sslwarndialog|cancel"
msgid "Cancel Connection"
msgstr ""
-#: sslwarndialog.ui:52
+#: uui/uiconfig/ui/sslwarndialog.ui:53
msgctxt "sslwarndialog|view"
msgid "View Certificate"
msgstr ""
-#: unknownauthdialog.ui:8
+#: uui/uiconfig/ui/unknownauthdialog.ui:8
msgctxt "unknownauthdialog|UnknownAuthDialog"
msgid "Website Certified by an Unknown Authority"
msgstr ""
-#: unknownauthdialog.ui:80
+#: uui/uiconfig/ui/unknownauthdialog.ui:81
msgctxt "unknownauthdialog|accept"
msgid "Accept this certificate temporarily for this session"
msgstr ""
-#: unknownauthdialog.ui:97
+#: uui/uiconfig/ui/unknownauthdialog.ui:97
msgctxt "unknownauthdialog|reject"
msgid "Do not accept this certificate and do not connect to this Web site"
msgstr ""
-#: unknownauthdialog.ui:112
+#: uui/uiconfig/ui/unknownauthdialog.ui:113
msgctxt "unknownauthdialog|examine"
msgid "Examine Certificate…"
msgstr ""
diff --git a/source/af/vcl/messages.po b/source/af/vcl/messages.po
index 1f5954c3564..b9dfd868fe4 100644
--- a/source/af/vcl/messages.po
+++ b/source/af/vcl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-24 14:55+0100\n"
+"POT-Creation-Date: 2018-04-17 15:54+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"
@@ -14,489 +14,489 @@ msgstr ""
"X-Generator: LibreOffice\n"
#. To translators: This is the first entry of a sequence of paper size names
-#: print.hrc:28
+#: vcl/inc/print.hrc:28
msgctxt "RID_STR_PAPERNAMES"
msgid "A0"
msgstr "A0"
-#: print.hrc:29
+#: vcl/inc/print.hrc:29
msgctxt "RID_STR_PAPERNAMES"
msgid "A1"
msgstr "A1"
-#: print.hrc:30
+#: vcl/inc/print.hrc:30
msgctxt "RID_STR_PAPERNAMES"
msgid "A2"
msgstr "A2"
-#: print.hrc:31
+#: vcl/inc/print.hrc:31
msgctxt "RID_STR_PAPERNAMES"
msgid "A3"
msgstr "A3"
-#: print.hrc:32
+#: vcl/inc/print.hrc:32
msgctxt "RID_STR_PAPERNAMES"
msgid "A4"
msgstr "A4"
-#: print.hrc:33
+#: vcl/inc/print.hrc:33
msgctxt "RID_STR_PAPERNAMES"
msgid "A5"
msgstr "A5"
-#: print.hrc:34
+#: vcl/inc/print.hrc:34
msgctxt "RID_STR_PAPERNAMES"
msgid "B4 (ISO)"
msgstr "B4 (ISO)"
-#: print.hrc:35
+#: vcl/inc/print.hrc:35
msgctxt "RID_STR_PAPERNAMES"
msgid "B5 (ISO)"
msgstr "B5 (ISO)"
-#: print.hrc:36
+#: vcl/inc/print.hrc:36
msgctxt "RID_STR_PAPERNAMES"
msgid "Letter"
msgstr "Letter"
-#: print.hrc:37
+#: vcl/inc/print.hrc:37
msgctxt "RID_STR_PAPERNAMES"
msgid "Legal"
msgstr "Juridies"
-#: print.hrc:38
+#: vcl/inc/print.hrc:38
msgctxt "RID_STR_PAPERNAMES"
msgid "Tabloid"
msgstr "Tablet"
-#: print.hrc:39
+#: vcl/inc/print.hrc:39
msgctxt "RID_STR_PAPERNAMES"
msgid "User Defined"
msgstr "Gebruikergedefinieer"
-#: print.hrc:40
+#: vcl/inc/print.hrc:40
msgctxt "RID_STR_PAPERNAMES"
msgid "B6 (ISO)"
msgstr "B6 (ISO)"
-#: print.hrc:41
+#: vcl/inc/print.hrc:41
msgctxt "RID_STR_PAPERNAMES"
msgid "C4 Envelope"
msgstr "C4-koevert"
-#: print.hrc:42
+#: vcl/inc/print.hrc:42
msgctxt "RID_STR_PAPERNAMES"
msgid "C5 Envelope"
msgstr "C5-koevert"
-#: print.hrc:43
+#: vcl/inc/print.hrc:43
msgctxt "RID_STR_PAPERNAMES"
msgid "C6 Envelope"
msgstr "C6-koevert"
-#: print.hrc:44
+#: vcl/inc/print.hrc:44
msgctxt "RID_STR_PAPERNAMES"
msgid "C6/5 Envelope"
msgstr "C6/5-koevert"
-#: print.hrc:45
+#: vcl/inc/print.hrc:45
msgctxt "RID_STR_PAPERNAMES"
msgid "DL Envelope"
msgstr "DL-koevert"
-#: print.hrc:46
+#: vcl/inc/print.hrc:46
msgctxt "RID_STR_PAPERNAMES"
msgid "Dia Slide"
msgstr "Diaskyfie"
-#: print.hrc:47
+#: vcl/inc/print.hrc:47
msgctxt "RID_STR_PAPERNAMES"
msgid "C"
msgstr ""
-#: print.hrc:48
+#: vcl/inc/print.hrc:48
msgctxt "RID_STR_PAPERNAMES"
msgid "D"
msgstr ""
-#: print.hrc:49
+#: vcl/inc/print.hrc:49
msgctxt "RID_STR_PAPERNAMES"
msgid "E"
msgstr ""
-#: print.hrc:50
+#: vcl/inc/print.hrc:50
msgctxt "RID_STR_PAPERNAMES"
msgid "Executive"
msgstr "Voer uit"
-#: print.hrc:51
+#: vcl/inc/print.hrc:51
msgctxt "RID_STR_PAPERNAMES"
msgid "Long Bond"
msgstr "Lang 'bond'"
-#: print.hrc:52
+#: vcl/inc/print.hrc:52
msgctxt "RID_STR_PAPERNAMES"
msgid "#8 (Monarch) Envelope"
msgstr "#8-koevert (Monarch)"
-#: print.hrc:53
+#: vcl/inc/print.hrc:53
msgctxt "RID_STR_PAPERNAMES"
msgid "#6 3/4 (Personal) Envelope"
msgstr "#6 3/4-koevert (persoonlik)"
-#: print.hrc:54
+#: vcl/inc/print.hrc:54
msgctxt "RID_STR_PAPERNAMES"
msgid "#9 Envelope"
msgstr "#9-koevert"
-#: print.hrc:55
+#: vcl/inc/print.hrc:55
msgctxt "RID_STR_PAPERNAMES"
msgid "#10 Envelope"
msgstr "#10-koevert"
-#: print.hrc:56
+#: vcl/inc/print.hrc:56
msgctxt "RID_STR_PAPERNAMES"
msgid "#11 Envelope"
msgstr "#11-koevert"
-#: print.hrc:57
+#: vcl/inc/print.hrc:57
msgctxt "RID_STR_PAPERNAMES"
msgid "#12 Envelope"
msgstr "#12-koevert"
-#: print.hrc:58
+#: vcl/inc/print.hrc:58
msgctxt "RID_STR_PAPERNAMES"
msgid "16 Kai"
msgstr "16 Kai"
-#: print.hrc:59
+#: vcl/inc/print.hrc:59
msgctxt "RID_STR_PAPERNAMES"
msgid "32 Kai"
msgstr "32 Kai"
-#: print.hrc:60
+#: vcl/inc/print.hrc:60
msgctxt "RID_STR_PAPERNAMES"
msgid "Big 32 Kai"
msgstr "Groot 32 Kai"
-#: print.hrc:61
+#: vcl/inc/print.hrc:61
msgctxt "RID_STR_PAPERNAMES"
msgid "B4 (JIS)"
msgstr "B4 (JIS)"
-#: print.hrc:62
+#: vcl/inc/print.hrc:62
msgctxt "RID_STR_PAPERNAMES"
msgid "B5 (JIS)"
msgstr "B5 (JIS)"
-#: print.hrc:63
+#: vcl/inc/print.hrc:63
msgctxt "RID_STR_PAPERNAMES"
msgid "B6 (JIS)"
msgstr "B6 (JIS)"
#. To translators: This is the last entry of the sequence of paper size names
-#: print.hrc:65
+#: vcl/inc/print.hrc:65
msgctxt "RID_STR_PAPERNAMES"
msgid "Japanese Postcard"
msgstr ""
-#: printaccessoryview.hrc:27
+#: vcl/inc/printaccessoryview.hrc:27
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Preview"
msgstr "Voorskou"
-#: printaccessoryview.hrc:28
+#: vcl/inc/printaccessoryview.hrc:28
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Page number"
msgstr "Bladsynommer"
-#: printaccessoryview.hrc:29
+#: vcl/inc/printaccessoryview.hrc:29
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Number of pages"
msgstr "Aantal kopieë"
-#: printaccessoryview.hrc:30
+#: vcl/inc/printaccessoryview.hrc:30
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "More"
msgstr "Meer"
-#: printaccessoryview.hrc:31
+#: vcl/inc/printaccessoryview.hrc:31
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Print selection only"
msgstr "Seleksie druk"
-#: strings.hrc:25
+#: vcl/inc/strings.hrc:25
msgctxt "SV_RESID_STRING_NOSELECTIONPOSSIBLE"
msgid "<No selection possible>"
msgstr "<Geen seleksie moontlik nie>"
-#: strings.hrc:27
+#: vcl/inc/strings.hrc:27
msgctxt "SV_MENU_MAC_SERVICES"
msgid "Services"
msgstr "Dienste"
-#: strings.hrc:28
+#: vcl/inc/strings.hrc:28
msgctxt "SV_MENU_MAC_HIDEAPP"
msgid "Hide %PRODUCTNAME"
msgstr "Versteek %PRODUCTNAME"
-#: strings.hrc:29
+#: vcl/inc/strings.hrc:29
msgctxt "SV_MENU_MAC_HIDEALL"
msgid "Hide Others"
msgstr "Versteek ander"
-#: strings.hrc:30
+#: vcl/inc/strings.hrc:30
msgctxt "SV_MENU_MAC_SHOWALL"
msgid "Show All"
msgstr "Wys alles"
-#: strings.hrc:31
+#: vcl/inc/strings.hrc:31
msgctxt "SV_MENU_MAC_QUITAPP"
msgid "Quit %PRODUCTNAME"
msgstr "Sluit %PRODUCTNAME af"
-#: strings.hrc:33
+#: vcl/inc/strings.hrc:33
msgctxt "SV_HELPTEXT_CLOSE"
msgid "Close"
msgstr "Sluit"
-#: strings.hrc:34
+#: vcl/inc/strings.hrc:34
msgctxt "SV_HELPTEXT_MINIMIZE"
msgid "Minimize"
msgstr "Minimeer"
-#: strings.hrc:35
+#: vcl/inc/strings.hrc:35
msgctxt "SV_HELPTEXT_MAXIMIZE"
msgid "Maximize"
msgstr "Maksimeer"
-#: strings.hrc:36
+#: vcl/inc/strings.hrc:36
msgctxt "SV_HELPTEXT_RESTORE"
msgid "Restore"
msgstr "Teruglaai"
-#: strings.hrc:37
+#: vcl/inc/strings.hrc:37
msgctxt "SV_HELPTEXT_ROLLDOWN"
msgid "Drop down"
msgstr "Aftuimel"
-#: strings.hrc:38
+#: vcl/inc/strings.hrc:38
msgctxt "SV_HELPTEXT_ROLLUP"
msgid "Roll up"
msgstr "Rol op"
-#: strings.hrc:39
+#: vcl/inc/strings.hrc:39
msgctxt "SV_HELPTEXT_HELP"
msgid "Help"
msgstr "Hulp"
-#: strings.hrc:40
+#: vcl/inc/strings.hrc:40
msgctxt "SV_HELPTEXT_SCREENSHOT"
msgid "Take and annotate a screenshot"
msgstr ""
-#: strings.hrc:41
+#: vcl/inc/strings.hrc:41
msgctxt "SV_HELPTEXT_FADEIN"
msgid "Show"
msgstr "Wys"
-#: strings.hrc:42
+#: vcl/inc/strings.hrc:42
msgctxt "SV_HELPTEXT_FADEOUT"
msgid "Hide"
msgstr "Versteek"
-#: strings.hrc:43
+#: vcl/inc/strings.hrc:43
msgctxt "SV_HELPTEXT_CLOSEDOCUMENT"
msgid "Close Document"
msgstr "Sluit dokument"
#. To translators: This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string
-#: strings.hrc:46
+#: vcl/inc/strings.hrc:46
msgctxt "SV_BUTTONTEXT_OK"
msgid "~OK"
msgstr "~OK"
#. To translators: This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string
-#: strings.hrc:48
+#: vcl/inc/strings.hrc:48
#, fuzzy
msgctxt "SV_BUTTONTEXT_CANCEL"
msgid "~Cancel"
msgstr "Kanselleer"
#. To translators: This is used on buttons for Windows, there should be no ~ mnemonic in this string
-#: strings.hrc:50
+#: vcl/inc/strings.hrc:50
msgctxt "SV_BUTTONTEXT_OK_NOMNEMONIC"
msgid "OK"
msgstr "OK"
#. To translators: This is used on buttons for Windows, there should be no ~ mnemonic in this string
-#: strings.hrc:52
+#: vcl/inc/strings.hrc:52
msgctxt "SV_BUTTONTEXT_CANCEL_NOMNEMONIC"
msgid "Cancel"
msgstr "Kanselleer"
-#: strings.hrc:53
+#: vcl/inc/strings.hrc:53
msgctxt "SV_BUTTONTEXT_YES"
msgid "~Yes"
msgstr "~Ja"
-#: strings.hrc:54
+#: vcl/inc/strings.hrc:54
msgctxt "SV_BUTTONTEXT_NO"
msgid "~No"
msgstr "~Nee"
-#: strings.hrc:55
+#: vcl/inc/strings.hrc:55
msgctxt "SV_BUTTONTEXT_RETRY"
msgid "~Retry"
msgstr "~Herprobeer"
-#: strings.hrc:56
+#: vcl/inc/strings.hrc:56
msgctxt "SV_BUTTONTEXT_HELP"
msgid "~Help"
msgstr "~Hulp"
-#: strings.hrc:57
+#: vcl/inc/strings.hrc:57
#, fuzzy
msgctxt "SV_BUTTONTEXT_CLOSE"
msgid "~Close"
msgstr "Sluit"
-#: strings.hrc:58
+#: vcl/inc/strings.hrc:58
#, fuzzy
msgctxt "SV_BUTTONTEXT_MORE"
msgid "~More"
msgstr "~Meer"
-#: strings.hrc:59
+#: vcl/inc/strings.hrc:59
msgctxt "SV_BUTTONTEXT_IGNORE"
msgid "~Ignore"
msgstr "~Ignoreer"
-#: strings.hrc:60
+#: vcl/inc/strings.hrc:60
msgctxt "SV_BUTTONTEXT_ABORT"
msgid "~Abort"
msgstr "~Staak"
-#: strings.hrc:61
+#: vcl/inc/strings.hrc:61
#, fuzzy
msgctxt "SV_BUTTONTEXT_LESS"
msgid "~Less"
msgstr "Minder"
-#: strings.hrc:62
+#: vcl/inc/strings.hrc:62
msgctxt "SV_BUTTONTEXT_RESET"
msgid "R~eset"
msgstr "St~el terug"
-#: strings.hrc:63
+#: vcl/inc/strings.hrc:63
msgctxt "SV_BUTTONTEXT_ADD"
msgid "~Add"
msgstr "~Voeg by"
-#: strings.hrc:64
+#: vcl/inc/strings.hrc:64
msgctxt "SV_BUTTONTEXT_DELETE"
msgid "~Delete"
msgstr "~Skrap"
-#: strings.hrc:65
+#: vcl/inc/strings.hrc:65
msgctxt "SV_BUTTONTEXT_REMOVE"
msgid "~Remove"
msgstr "~Verwyder"
-#: strings.hrc:66
+#: vcl/inc/strings.hrc:66
msgctxt "SV_BUTTONTEXT_NEW"
msgid "~New"
msgstr "~Nuwe"
-#: strings.hrc:67
+#: vcl/inc/strings.hrc:67
msgctxt "SV_BUTTONTEXT_EDIT"
msgid "~Edit"
msgstr "~Redigeer"
-#: strings.hrc:68
+#: vcl/inc/strings.hrc:68
#, fuzzy
msgctxt "SV_BUTTONTEXT_APPLY"
msgid "~Apply"
msgstr "Pas toe"
-#: strings.hrc:69
+#: vcl/inc/strings.hrc:69
#, fuzzy
msgctxt "SV_BUTTONTEXT_SAVE"
msgid "~Save"
msgstr "Stoor"
-#: strings.hrc:70
+#: vcl/inc/strings.hrc:70
#, fuzzy
msgctxt "SV_BUTTONTEXT_UNDO"
msgid "~Undo"
msgstr "~Ontdoen"
-#: strings.hrc:71
+#: vcl/inc/strings.hrc:71
msgctxt "SV_BUTTONTEXT_PASTE"
msgid "~Paste"
msgstr "~Plak"
-#: strings.hrc:72
+#: vcl/inc/strings.hrc:72
#, fuzzy
msgctxt "SV_BUTTONTEXT_NEXT"
msgid "~Next"
msgstr "~Volgende"
-#: strings.hrc:73
+#: vcl/inc/strings.hrc:73
msgctxt "SV_BUTTONTEXT_PREV"
msgid "~Previous"
msgstr ""
-#: strings.hrc:74
+#: vcl/inc/strings.hrc:74
msgctxt "SV_BUTTONTEXT_GO_UP"
msgid "~Up"
msgstr "O~p"
-#: strings.hrc:75
+#: vcl/inc/strings.hrc:75
#, fuzzy
msgctxt "SV_BUTTONTEXT_GO_DOWN"
msgid "Do~wn"
msgstr "Af"
-#: strings.hrc:76
+#: vcl/inc/strings.hrc:76
msgctxt "SV_BUTTONTEXT_CLEAR"
msgid "~Clear"
msgstr ""
-#: strings.hrc:77
+#: vcl/inc/strings.hrc:77
#, fuzzy
msgctxt "SV_BUTTONTEXT_OPEN"
msgid "~Open"
msgstr "Open"
-#: strings.hrc:78
+#: vcl/inc/strings.hrc:78
#, fuzzy
msgctxt "SV_BUTTONTEXT_PLAY"
msgid "~Play"
msgstr "Speel"
-#: strings.hrc:79
+#: vcl/inc/strings.hrc:79
#, fuzzy
msgctxt "SV_BUTTONTEXT_FIND"
msgid "~Find"
msgstr "~Vind"
-#: strings.hrc:80
+#: vcl/inc/strings.hrc:80
msgctxt "SV_BUTTONTEXT_STOP"
msgid "~Stop"
msgstr "~Stop"
-#: strings.hrc:81
+#: vcl/inc/strings.hrc:81
msgctxt "SV_BUTTONTEXT_CONNECT"
msgid "C~onnect"
msgstr "V~erbind"
-#: strings.hrc:82
+#: vcl/inc/strings.hrc:82
msgctxt "SV_BUTTONTEXT_SCREENSHOT"
msgid "~Screenshot"
msgstr ""
-#: strings.hrc:84
+#: vcl/inc/strings.hrc:84
#, c-format
msgctxt "SV_STDTEXT_SERVICENOTAVAILABLE"
msgid ""
@@ -506,108 +506,103 @@ msgstr ""
"Die komponent (%s) kon nie gelaai word nie.\n"
"Begin asseblief die opstelling met die herstel-opsie."
-#: strings.hrc:86
-msgctxt "SV_STDTEXT_DONTASKAGAIN"
-msgid "Do not show this question again."
-msgstr "Moenie weer hierdie vraag vertoon nie."
-
-#: strings.hrc:87
-msgctxt "SV_STDTEXT_DONTWARNAGAIN"
-msgid "Do not show warning again."
-msgstr "Moenie weer die waarskuwing vertoon nie."
-
-#: strings.hrc:89
+#: vcl/inc/strings.hrc:86
msgctxt "SV_STDTEXT_ABOUT"
msgid "About %PRODUCTNAME"
msgstr "Aangaande %PRODUCTNAME"
-#: strings.hrc:90
+#: vcl/inc/strings.hrc:87
msgctxt "SV_STDTEXT_PREFERENCES"
msgid "Preferences..."
msgstr "Voorkeure..."
-#: strings.hrc:91
+#: vcl/inc/strings.hrc:88
#, fuzzy
msgctxt "SV_STDTEXT_ALLFILETYPES"
msgid "Any type"
msgstr "Sleuteltipe"
-#: strings.hrc:93
+#: vcl/inc/strings.hrc:90
msgctxt "STR_FPICKER_AUTO_EXTENSION"
msgid "~Automatic file name extension"
msgstr "~Outomatiese veldnaamuitbreiding"
-#: strings.hrc:94
+#: vcl/inc/strings.hrc:91
msgctxt "STR_FPICKER_PASSWORD"
msgid "Save with pass~word"
msgstr "Stoor met wag~woord"
#. dear loplugins, please don't remove this constant, it will be used in follow-up commits
-#: strings.hrc:96
+#: vcl/inc/strings.hrc:93
msgctxt "STR_FPICKER_GPGENCRYPT"
msgid "Encrypt with ~GPG key"
msgstr ""
-#: strings.hrc:97
+#: vcl/inc/strings.hrc:94
msgctxt "STR_FPICKER_FILTER_OPTIONS"
msgid "~Edit filter settings"
msgstr "~Redigeer filterinstellings"
-#: strings.hrc:98
+#: vcl/inc/strings.hrc:95
msgctxt "STR_FPICKER_READONLY"
msgid "~Read-only"
msgstr "~Leesalleen"
-#: strings.hrc:99
+#: vcl/inc/strings.hrc:96
#, fuzzy
msgctxt "STR_FPICKER_INSERT_AS_LINK"
msgid "Insert as ~Link"
msgstr "Voeg as skakel in"
-#: strings.hrc:100
+#: vcl/inc/strings.hrc:97
#, fuzzy
msgctxt "STR_FPICKER_SHOW_PREVIEW"
msgid "Pr~eview"
msgstr "Voorskou"
-#: strings.hrc:101
+#: vcl/inc/strings.hrc:98
#, fuzzy
msgctxt "STR_FPICKER_PLAY"
msgid "~Play"
msgstr "Speel"
-#: strings.hrc:102
+#: vcl/inc/strings.hrc:99
msgctxt "STR_FPICKER_VERSION"
msgid "~Version:"
msgstr "~Weergawe:"
-#: strings.hrc:103
+#: vcl/inc/strings.hrc:100
msgctxt "STR_FPICKER_TEMPLATES"
msgid "S~tyles:"
msgstr "S~tyle:"
-#: strings.hrc:104
+#: vcl/inc/strings.hrc:101
#, fuzzy
msgctxt "STR_FPICKER_IMAGE_TEMPLATE"
msgid "Frame Style: "
msgstr "Raamstyl"
-#: strings.hrc:105
+#: vcl/inc/strings.hrc:102
+msgctxt "STR_FPICKER_IMAGE_ANCHOR"
+msgid "A~nchor: "
+msgstr ""
+
+#: vcl/inc/strings.hrc:103
msgctxt "STR_FPICKER_SELECTION"
msgid "~Selection"
msgstr "~Seleksie"
-#: strings.hrc:106
+#: vcl/inc/strings.hrc:104
msgctxt "STR_FPICKER_FOLDER_DEFAULT_TITLE"
msgid "Select Path"
msgstr "Kies pad"
-#: strings.hrc:107
+#: vcl/inc/strings.hrc:105
msgctxt "STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION"
msgid "Please select a folder."
msgstr "Kies asseblief 'n vouer."
-#: strings.hrc:108
+#: vcl/inc/strings.hrc:106
#, fuzzy
msgctxt "STR_FPICKER_ALREADYEXISTOVERWRITE_PRIMARY"
msgid "A file named \"$filename$\" already exists. Do you want to replace it?"
@@ -616,839 +611,843 @@ msgstr ""
"\n"
"Wil u dit vervang?"
-#: strings.hrc:109
+#: vcl/inc/strings.hrc:107
msgctxt "STR_FPICKER_ALREADYEXISTOVERWRITE_SECONDARY"
msgid "The file already exists in \"$dirname$\". Replacing it will overwrite its contents."
msgstr ""
-#: strings.hrc:110
+#: vcl/inc/strings.hrc:108
msgctxt "STR_FPICKER_ALLFORMATS"
msgid "All Formats"
msgstr "Alle Formate"
-#: strings.hrc:111
+#: vcl/inc/strings.hrc:109
msgctxt "STR_FPICKER_OPEN"
msgid "Open"
msgstr "Open"
-#: strings.hrc:112
+#: vcl/inc/strings.hrc:110
msgctxt "STR_FPICKER_SAVE"
msgid "Save"
msgstr "Stoor"
-#: strings.hrc:113
+#: vcl/inc/strings.hrc:111
msgctxt "STR_FPICKER_TYPE"
msgid "File ~type"
msgstr "Lêer~tipe"
-#: strings.hrc:115
+#: vcl/inc/strings.hrc:113
#, fuzzy
msgctxt "SV_ACCESSERROR_NO_FONTS"
msgid "No fonts could be found on the system."
msgstr "Geen tabelformaat kon gevind word nie."
-#: strings.hrc:117
+#: vcl/inc/strings.hrc:115
#, fuzzy
msgctxt "SV_PRINT_NOPAGES"
msgid "No pages"
msgstr "na bladsy"
-#: strings.hrc:118
+#: vcl/inc/strings.hrc:116
msgctxt "SV_PRINT_TOFILE_TXT"
msgid "Print to File..."
msgstr ""
-#: strings.hrc:119
+#: vcl/inc/strings.hrc:117
msgctxt "SV_PRINT_DEFPRT_TXT"
msgid "Default printer"
msgstr "Verstek drukker"
-#: strings.hrc:120
+#: vcl/inc/strings.hrc:118
#, fuzzy
msgctxt "SV_PRINT_PRINTPREVIEW_TXT"
msgid "Print preview"
msgstr "Drukvoorskou"
-#: strings.hrc:121
+#: vcl/inc/strings.hrc:119
msgctxt "SV_PRINT_QUERYFAXNUMBER_TXT"
msgid "Please enter the fax number"
msgstr ""
-#: strings.hrc:122
+#: vcl/inc/strings.hrc:120
msgctxt "SV_PRINT_INVALID_TXT"
msgid "<ignore>"
msgstr ""
-#: strings.hrc:123
+#: vcl/inc/strings.hrc:121
msgctxt "SV_PRINT_CUSTOM_TXT"
msgid "Custom"
msgstr "Doelgemaak"
-#: strings.hrc:125
+#: vcl/inc/strings.hrc:123
#, fuzzy
msgctxt "SV_EDIT_WARNING_STR"
msgid "The inserted text exceeded the maximum length of this text field. The text was truncated."
msgstr "Die ingevoegde teks oorskry die maksimum lengte van hierdie teksveld. Die teks is afgekap."
-#: strings.hrc:127
+#: vcl/inc/strings.hrc:125
msgctxt "SV_APP_CPUTHREADS"
msgid "CPU threads: "
msgstr ""
-#: strings.hrc:128
+#: vcl/inc/strings.hrc:126
msgctxt "SV_APP_OSVERSION"
msgid "OS: "
msgstr ""
-#: strings.hrc:129
+#: vcl/inc/strings.hrc:127
msgctxt "SV_APP_UIRENDER"
msgid "UI render: "
msgstr ""
-#: strings.hrc:130
+#: vcl/inc/strings.hrc:128
msgctxt "SV_APP_GL"
msgid "GL"
msgstr ""
-#: strings.hrc:131
+#: vcl/inc/strings.hrc:129
#, fuzzy
msgctxt "SV_APP_DEFAULT"
msgid "default"
msgstr "Verstek"
-#: strings.hrc:133
+#: vcl/inc/strings.hrc:131
msgctxt "SV_MSGBOX_INFO"
msgid "Information"
msgstr "Inligting"
-#: strings.hrc:134
+#: vcl/inc/strings.hrc:132
msgctxt "SV_MSGBOX_WARNING"
msgid "Warning"
msgstr "Waarskuwing"
-#: strings.hrc:135
+#: vcl/inc/strings.hrc:133
msgctxt "SV_MSGBOX_ERROR"
msgid "Error"
msgstr "Fout"
-#: strings.hrc:136
+#: vcl/inc/strings.hrc:134
msgctxt "SV_MSGBOX_QUERY"
msgid "Confirmation"
msgstr "Bevestiging"
-#: strings.hrc:138
+#: vcl/inc/strings.hrc:136
msgctxt "STR_TEXTUNDO_DELPARA"
msgid "delete line"
msgstr ""
-#: strings.hrc:139
+#: vcl/inc/strings.hrc:137
msgctxt "STR_TEXTUNDO_CONNECTPARAS"
msgid "delete multiple lines"
msgstr ""
-#: strings.hrc:140
+#: vcl/inc/strings.hrc:138
msgctxt "STR_TEXTUNDO_SPLITPARA"
msgid "insert multiple lines"
msgstr ""
-#: strings.hrc:141
+#: vcl/inc/strings.hrc:139
msgctxt "STR_TEXTUNDO_INSERTCHARS"
msgid "insert '$1'"
msgstr ""
-#: strings.hrc:142
+#: vcl/inc/strings.hrc:140
msgctxt "STR_TEXTUNDO_REMOVECHARS"
msgid "delete '$1'"
msgstr ""
#. To translators: This is the first entry of a sequence of measurement unit names
-#: units.hrc:28
+#: vcl/inc/units.hrc:28
msgctxt "SV_FUNIT_STRINGS"
msgid "mm"
msgstr "mm"
-#: units.hrc:29
+#: vcl/inc/units.hrc:29
msgctxt "SV_FUNIT_STRINGS"
msgid "cm"
msgstr "cm"
-#: units.hrc:30
+#: vcl/inc/units.hrc:30
msgctxt "SV_FUNIT_STRINGS"
msgid "m"
msgstr "m"
-#: units.hrc:31
+#: vcl/inc/units.hrc:31
msgctxt "SV_FUNIT_STRINGS"
msgid "km"
msgstr "km"
-#: units.hrc:32
+#: vcl/inc/units.hrc:32
msgctxt "SV_FUNIT_STRINGS"
msgid "twips"
msgstr "twips"
-#: units.hrc:33
+#: vcl/inc/units.hrc:33
msgctxt "SV_FUNIT_STRINGS"
msgid "twip"
msgstr "twip"
-#: units.hrc:34
+#: vcl/inc/units.hrc:34
msgctxt "SV_FUNIT_STRINGS"
msgid "pt"
msgstr "pt"
-#: units.hrc:35
+#: vcl/inc/units.hrc:35
msgctxt "SV_FUNIT_STRINGS"
msgid "pc"
msgstr ""
-#: units.hrc:36
+#: vcl/inc/units.hrc:36
msgctxt "SV_FUNIT_STRINGS"
msgid "\""
msgstr "\""
-#: units.hrc:37
+#: vcl/inc/units.hrc:37
msgctxt "SV_FUNIT_STRINGS"
msgid "in"
msgstr "dm"
-#: units.hrc:38
+#: vcl/inc/units.hrc:38
msgctxt "SV_FUNIT_STRINGS"
msgid "inch"
msgstr "duim"
-#: units.hrc:39
+#: vcl/inc/units.hrc:39
msgctxt "SV_FUNIT_STRINGS"
msgid "'"
msgstr "'"
-#: units.hrc:40
+#: vcl/inc/units.hrc:40
msgctxt "SV_FUNIT_STRINGS"
msgid "ft"
msgstr "vt"
-#: units.hrc:41
+#: vcl/inc/units.hrc:41
msgctxt "SV_FUNIT_STRINGS"
msgid "foot"
msgstr "voet"
-#: units.hrc:42
+#: vcl/inc/units.hrc:42
msgctxt "SV_FUNIT_STRINGS"
msgid "feet"
msgstr "voet"
-#: units.hrc:43
+#: vcl/inc/units.hrc:43
msgctxt "SV_FUNIT_STRINGS"
msgid "miles"
msgstr "myl"
-#: units.hrc:44
+#: vcl/inc/units.hrc:44
msgctxt "SV_FUNIT_STRINGS"
msgid "mile"
msgstr "myl"
-#: units.hrc:45
+#: vcl/inc/units.hrc:45
msgctxt "SV_FUNIT_STRINGS"
msgid "ch"
msgstr "%"
-#: units.hrc:46
+#: vcl/inc/units.hrc:46
msgctxt "SV_FUNIT_STRINGS"
msgid "line"
msgstr "reëls"
-#: units.hrc:47
+#: vcl/inc/units.hrc:47
msgctxt "SV_FUNIT_STRINGS"
msgid "pixels"
msgstr ""
-#: units.hrc:48
+#: vcl/inc/units.hrc:48
msgctxt "SV_FUNIT_STRINGS"
msgid "pixel"
msgstr ""
#. To translators: degree
-#: units.hrc:50
+#: vcl/inc/units.hrc:50
msgctxt "SV_FUNIT_STRINGS"
msgid "°"
msgstr ""
-#: units.hrc:51
+#: vcl/inc/units.hrc:51
msgctxt "SV_FUNIT_STRINGS"
msgid "sec"
msgstr ""
#. To translators: This is the last entry of the sequence of measurement unit names
-#: units.hrc:53
+#: vcl/inc/units.hrc:53
msgctxt "SV_FUNIT_STRINGS"
msgid "ms"
msgstr ""
-#: cupspassworddialog.ui:8
+#: vcl/uiconfig/ui/cupspassworddialog.ui:8
msgctxt "cupspassworddialog|CUPSPasswordDialog"
msgid "Authentication Request"
msgstr ""
-#: cupspassworddialog.ui:70
+#: vcl/uiconfig/ui/cupspassworddialog.ui:72
msgctxt "cupspassworddialog|label1"
msgid "_User:"
msgstr ""
-#: cupspassworddialog.ui:84
+#: vcl/uiconfig/ui/cupspassworddialog.ui:86
#, fuzzy
msgctxt "cupspassworddialog|label2"
msgid "_Password:"
msgstr "Wagwoord:"
-#: cupspassworddialog.ui:98
+#: vcl/uiconfig/ui/cupspassworddialog.ui:100
msgctxt "cupspassworddialog|text"
msgid "Please enter your authentication data for server “%s”"
msgstr ""
-#: editmenu.ui:12
+#: vcl/uiconfig/ui/editmenu.ui:12
#, fuzzy
msgctxt "editmenu|undo"
msgid "_Undo"
msgstr "~Ontdoen"
-#: editmenu.ui:26
+#: vcl/uiconfig/ui/editmenu.ui:26
#, fuzzy
msgctxt "editmenu|cut"
msgid "Cu_t"
msgstr "Knip"
-#: editmenu.ui:34
+#: vcl/uiconfig/ui/editmenu.ui:34
#, fuzzy
msgctxt "editmenu|copy"
msgid "_Copy"
msgstr "Kopieer"
-#: editmenu.ui:42
+#: vcl/uiconfig/ui/editmenu.ui:42
#, fuzzy
msgctxt "editmenu|paste"
msgid "_Paste"
msgstr "~Plak"
-#: editmenu.ui:50
+#: vcl/uiconfig/ui/editmenu.ui:50
#, fuzzy
msgctxt "editmenu|delete"
msgid "_Delete"
msgstr "~Skrap"
-#: editmenu.ui:64
+#: vcl/uiconfig/ui/editmenu.ui:64
#, fuzzy
msgctxt "editmenu|selectall"
msgid "Select _All"
msgstr "Merk alles"
-#: editmenu.ui:73
+#: vcl/uiconfig/ui/editmenu.ui:73
#, fuzzy
msgctxt "editmenu|specialchar"
msgid "_Special Character..."
msgstr "~Spesiale karakter..."
-#: errornocontentdialog.ui:8
+#: vcl/uiconfig/ui/errornocontentdialog.ui:7
#, fuzzy
msgctxt "errornocontentdialog|ErrorNoContentDialog"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: errornocontentdialog.ui:14
+#: vcl/uiconfig/ui/errornocontentdialog.ui:14
msgctxt "errornocontentdialog|ErrorNoContentDialog"
msgid "There are no pages to be printed."
msgstr ""
-#: errornocontentdialog.ui:15
+#: vcl/uiconfig/ui/errornocontentdialog.ui:15
msgctxt "errornocontentdialog|ErrorNoContentDialog"
msgid "Please check your document for ranges relevant to printing."
msgstr ""
-#: errornoprinterdialog.ui:8
+#: vcl/uiconfig/ui/errornoprinterdialog.ui:7
#, fuzzy
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: errornoprinterdialog.ui:14
+#: vcl/uiconfig/ui/errornoprinterdialog.ui:14
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "No default printer found."
msgstr ""
-#: errornoprinterdialog.ui:15
+#: vcl/uiconfig/ui/errornoprinterdialog.ui:15
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "Please choose a printer and try again."
msgstr ""
-#: printdialog.ui:46
+#: vcl/uiconfig/ui/printdialog.ui:46
msgctxt "printdialog|liststore1"
msgid "1"
msgstr ""
-#: printdialog.ui:50
+#: vcl/uiconfig/ui/printdialog.ui:50
msgctxt "printdialog|liststore1"
msgid "2"
msgstr ""
-#: printdialog.ui:54
+#: vcl/uiconfig/ui/printdialog.ui:54
msgctxt "printdialog|liststore1"
msgid "4"
msgstr ""
-#: printdialog.ui:58
+#: vcl/uiconfig/ui/printdialog.ui:58
msgctxt "printdialog|liststore1"
msgid "6"
msgstr ""
-#: printdialog.ui:62
+#: vcl/uiconfig/ui/printdialog.ui:62
msgctxt "printdialog|liststore1"
msgid "9"
msgstr ""
-#: printdialog.ui:66
+#: vcl/uiconfig/ui/printdialog.ui:66
msgctxt "printdialog|liststore1"
msgid "16"
msgstr ""
-#: printdialog.ui:70
+#: vcl/uiconfig/ui/printdialog.ui:70
msgctxt "printdialog|liststore1"
msgid "Custom"
msgstr "Doelgemaak"
-#: printdialog.ui:82
+#: vcl/uiconfig/ui/printdialog.ui:82
#, fuzzy
msgctxt "printdialog|liststore2"
msgid "left to right, then down"
msgstr "L~inks na regs, en dan afwaarts"
-#: printdialog.ui:85
+#: vcl/uiconfig/ui/printdialog.ui:85
#, fuzzy
msgctxt "printdialog|liststore2"
msgid "top to bottom, then right"
msgstr "~Van bo na onder, dan van regs af"
-#: printdialog.ui:88
+#: vcl/uiconfig/ui/printdialog.ui:88
#, fuzzy
msgctxt "printdialog|liststore2"
msgid "top to bottom, then left"
msgstr "~Van bo na onder, dan van regs af"
-#: printdialog.ui:91
+#: vcl/uiconfig/ui/printdialog.ui:91
msgctxt "printdialog|liststore2"
msgid "right to left, then down"
msgstr ""
-#: printdialog.ui:102
+#: vcl/uiconfig/ui/printdialog.ui:102
msgctxt "printdialog|liststore3"
msgid "Automatic"
msgstr "Outomaties"
-#: printdialog.ui:105
+#: vcl/uiconfig/ui/printdialog.ui:105
msgctxt "printdialog|liststore3"
msgid "Portrait"
msgstr "Regop"
-#: printdialog.ui:108
+#: vcl/uiconfig/ui/printdialog.ui:108
msgctxt "printdialog|liststore3"
msgid "Landscape"
msgstr "Landskap"
-#: printdialog.ui:115
+#: vcl/uiconfig/ui/printdialog.ui:115
msgctxt "printdialog|PrintDialog"
msgid "Print"
msgstr "Druk"
-#: printdialog.ui:233
+#: vcl/uiconfig/ui/printdialog.ui:232
msgctxt "printdialog|totalnumpages"
msgid "/ %n"
msgstr ""
-#: printdialog.ui:332
+#: vcl/uiconfig/ui/printdialog.ui:331
msgctxt "printdialog|label7"
msgid "Status:"
msgstr "Status:"
-#: printdialog.ui:344
+#: vcl/uiconfig/ui/printdialog.ui:343
msgctxt "printdialog|label8"
msgid "Location:"
msgstr "Ligging:"
-#: printdialog.ui:356
+#: vcl/uiconfig/ui/printdialog.ui:355
msgctxt "printdialog|label9"
msgid "Comment:"
msgstr "Opmerking:"
-#: printdialog.ui:368
+#: vcl/uiconfig/ui/printdialog.ui:367
msgctxt "printdialog|status"
msgid "Default printer"
msgstr "Verstek drukker"
-#: printdialog.ui:380
+#: vcl/uiconfig/ui/printdialog.ui:379
#, fuzzy
msgctxt "printdialog|location"
msgid "Place"
msgstr "Plekke"
-#: printdialog.ui:392
+#: vcl/uiconfig/ui/printdialog.ui:391
#, fuzzy
msgctxt "printdialog|comment"
msgid "Long printer name"
msgstr "~Nuwe drukkernaam"
-#: printdialog.ui:406
+#: vcl/uiconfig/ui/printdialog.ui:405
msgctxt "printdialog|label6"
msgid "Details"
msgstr "Besonderhede"
-#: printdialog.ui:417
+#: vcl/uiconfig/ui/printdialog.ui:416
msgctxt "printdialog|setup"
msgid "Properties..."
msgstr "Eienskappe..."
-#: printdialog.ui:453
+#: vcl/uiconfig/ui/printdialog.ui:452
msgctxt "printdialog|label5"
msgid "Printer"
msgstr "Drukker"
-#: printdialog.ui:493
+#: vcl/uiconfig/ui/printdialog.ui:492
msgctxt "printdialog|label14"
msgid "Number of copies"
msgstr "Aantal kopieë"
-#: printdialog.ui:531
+#: vcl/uiconfig/ui/printdialog.ui:529
#, fuzzy
msgctxt "printdialog|collate"
msgid "Collate"
msgstr "Invou"
-#: printdialog.ui:588
+#: vcl/uiconfig/ui/printdialog.ui:587
msgctxt "printdialog|printallsheets"
msgid "All sheets"
msgstr ""
-#: printdialog.ui:605
+#: vcl/uiconfig/ui/printdialog.ui:605
#, fuzzy
msgctxt "printdialog|printselectedsheets"
msgid "Selected sheets"
msgstr "Kies velle"
-#: printdialog.ui:621
+#: vcl/uiconfig/ui/printdialog.ui:622
msgctxt "printdialog|printselectedcells"
msgid "Selected cells"
msgstr "Geselekteerde selle"
-#: printdialog.ui:646
+#: vcl/uiconfig/ui/printdialog.ui:648
msgctxt "printdialog|fromwhich"
msgid "From which print"
msgstr ""
-#: printdialog.ui:664
+#: vcl/uiconfig/ui/printdialog.ui:666
msgctxt "printdialog|printallpages"
msgid "All pages"
msgstr "Alle bladsye"
-#: printdialog.ui:685
+#: vcl/uiconfig/ui/printdialog.ui:688
msgctxt "printdialog|printpages"
msgid "Pages"
msgstr "Bladsye"
-#: printdialog.ui:720
+#: vcl/uiconfig/ui/printdialog.ui:723
msgctxt "printdialog|printselection"
msgid "Selection"
msgstr "Seleksie"
-#: printdialog.ui:736
+#: vcl/uiconfig/ui/printdialog.ui:740
msgctxt "printdialog|reverseorder"
msgid "Print in reverse page order"
msgstr ""
-#: printdialog.ui:768
+#: vcl/uiconfig/ui/printdialog.ui:773
msgctxt "printdialog|label13"
msgid "Range and Copies"
msgstr ""
-#: printdialog.ui:801
+#: vcl/uiconfig/ui/printdialog.ui:806
msgctxt "printdialog|label16"
msgid "Comments"
msgstr "Opmerkings"
-#: printdialog.ui:830
+#: vcl/uiconfig/ui/printdialog.ui:835
msgctxt "printdialog|label15"
msgid "Print"
msgstr "Druk"
-#: printdialog.ui:869
+#: vcl/uiconfig/ui/printdialog.ui:874
msgctxt "printdialog|label10"
msgid "Document"
msgstr "Dokument"
-#: printdialog.ui:906
+#: vcl/uiconfig/ui/printdialog.ui:911
msgctxt "printdialog|label12"
msgid "Slides per page"
msgstr "Skyfies per bladsy"
-#: printdialog.ui:931
+#: vcl/uiconfig/ui/printdialog.ui:936
msgctxt "printdialog|label19"
msgid "Order"
msgstr "Volgorde"
-#: printdialog.ui:967
+#: vcl/uiconfig/ui/printdialog.ui:972
msgctxt "printdialog|label11"
msgid "Print"
msgstr "Druk"
-#: printdialog.ui:985
+#: vcl/uiconfig/ui/printdialog.ui:990
msgctxt "printdialog|label1"
msgid "General"
msgstr "Algemeen"
-#: printdialog.ui:1009
+#: vcl/uiconfig/ui/printdialog.ui:1014
#, fuzzy
msgctxt "printdialog|customlabel"
msgid "custom"
msgstr "Doelgemaak"
-#: printdialog.ui:1059
+#: vcl/uiconfig/ui/printdialog.ui:1064
msgctxt "printdialog|pagespersheetbtn"
msgid "Pages per sheet"
msgstr ""
-#: printdialog.ui:1092
+#: vcl/uiconfig/ui/printdialog.ui:1098
#, fuzzy
msgctxt "printdialog|brochure"
msgid "Brochure"
msgstr "Brosjures"
-#: printdialog.ui:1112
+#: vcl/uiconfig/ui/printdialog.ui:1119
msgctxt "printdialog|pagestxt"
msgid "Pages"
msgstr "Bladsye"
-#: printdialog.ui:1127
+#: vcl/uiconfig/ui/printdialog.ui:1134
msgctxt "printdialog|sheetmargintxt1"
msgid "Margin"
msgstr "Kantlyn"
-#: printdialog.ui:1142
+#: vcl/uiconfig/ui/printdialog.ui:1149
msgctxt "printdialog|orientationtxt"
msgid "Orientation"
msgstr "Oriëntasie"
-#: printdialog.ui:1157
+#: vcl/uiconfig/ui/printdialog.ui:1164
msgctxt "printdialog|pagemargintxt1"
msgid "Distance"
msgstr "Afstand"
-#: printdialog.ui:1244
+#: vcl/uiconfig/ui/printdialog.ui:1247
msgctxt "printdialog|by"
msgid "by"
msgstr "deur"
-#: printdialog.ui:1258
+#: vcl/uiconfig/ui/printdialog.ui:1261
msgctxt "printdialog|pagemargintxt2"
msgid "between pages"
msgstr ""
-#: printdialog.ui:1271
+#: vcl/uiconfig/ui/printdialog.ui:1274
msgctxt "printdialog|sheetmargintxt2"
msgid "to sheet border"
msgstr ""
-#: printdialog.ui:1281
+#: vcl/uiconfig/ui/printdialog.ui:1284
msgctxt "printdialog|bordercb"
msgid "Draw a border around each page"
msgstr ""
-#: printdialog.ui:1302
+#: vcl/uiconfig/ui/printdialog.ui:1306
msgctxt "printdialog|ordertxt"
msgid "Order"
msgstr "Volgorde"
-#: printdialog.ui:1341
+#: vcl/uiconfig/ui/printdialog.ui:1345
msgctxt "printdialog|label18"
msgid "Layout"
msgstr "Uitleg"
-#: printdialog.ui:1375
+#: vcl/uiconfig/ui/printdialog.ui:1379
msgctxt "printdialog|label17"
msgid "Include"
msgstr "Sluit in"
-#: printdialog.ui:1404
+#: vcl/uiconfig/ui/printdialog.ui:1408
msgctxt "printdialog|label3"
msgid "Page Sides"
msgstr ""
-#: printdialog.ui:1426
+#: vcl/uiconfig/ui/printdialog.ui:1430
#, fuzzy
msgctxt "printdialog|label2"
msgid "Page Layout"
msgstr "Bladsyuitleg"
-#: printdialog.ui:1453
+#: vcl/uiconfig/ui/printdialog.ui:1457
msgctxt "printdialog|singleprintjob"
msgid "Create single print jobs for collated output"
msgstr ""
-#: printdialog.ui:1467
+#: vcl/uiconfig/ui/printdialog.ui:1472
msgctxt "printdialog|printpaperfromsetup"
msgid "Use only paper tray from printer preferences"
msgstr ""
-#: printdialog.ui:1480
+#: vcl/uiconfig/ui/printdialog.ui:1486
msgctxt "printdialog|papersizefromsetup"
msgid "Use only paper size from printer preferences"
msgstr ""
-#: printdialog.ui:1501
+#: vcl/uiconfig/ui/printdialog.ui:1508
msgctxt "printdialog|label21"
msgid "Options"
msgstr "Opsies"
-#: printdialog.ui:1516
+#: vcl/uiconfig/ui/printdialog.ui:1523
msgctxt "printdialog|label20"
msgid "Options"
msgstr "Opsies"
-#: printerdevicepage.ui:14
+#: vcl/uiconfig/ui/printerdevicepage.ui:34
+#, fuzzy
+msgctxt "printerdevicepage|label7"
+msgid "_Option:"
+msgstr "Opsies"
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:48
+msgctxt "printerdevicepage|label8"
+msgid "Current _value:"
+msgstr ""
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:170
+msgctxt "printerdevicepage|label11"
+msgid "Color _depth:"
+msgstr ""
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:184
+msgctxt "printerdevicepage|label10"
+msgid "Co_lor:"
+msgstr ""
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:198
+msgctxt "printerdevicepage|label9"
+msgid "Printer language _type:"
+msgstr ""
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:214
msgctxt "printerdevicepage|liststore1"
msgid "Automatic : %s"
msgstr ""
-#: printerdevicepage.ui:18
+#: vcl/uiconfig/ui/printerdevicepage.ui:215
msgctxt "printerdevicepage|liststore1"
msgid "PostScript (Level from driver)"
msgstr ""
-#: printerdevicepage.ui:22
+#: vcl/uiconfig/ui/printerdevicepage.ui:216
msgctxt "printerdevicepage|liststore1"
msgid "PostScript Level 1"
msgstr ""
-#: printerdevicepage.ui:26
+#: vcl/uiconfig/ui/printerdevicepage.ui:217
msgctxt "printerdevicepage|liststore1"
msgid "PostScript Level 2"
msgstr ""
-#: printerdevicepage.ui:30
+#: vcl/uiconfig/ui/printerdevicepage.ui:218
msgctxt "printerdevicepage|liststore1"
msgid "PostScript Level 3"
msgstr ""
-#: printerdevicepage.ui:34
+#: vcl/uiconfig/ui/printerdevicepage.ui:219
msgctxt "printerdevicepage|liststore1"
msgid "PDF"
msgstr ""
-#: printerdevicepage.ui:53
-#, fuzzy
-msgctxt "printerdevicepage|label7"
-msgid "_Option:"
-msgstr "Opsies"
-
-#: printerdevicepage.ui:67
-msgctxt "printerdevicepage|label8"
-msgid "Current _value:"
-msgstr ""
-
-#: printerdevicepage.ui:140
-msgctxt "printerdevicepage|label11"
-msgid "Color _depth:"
-msgstr ""
-
-#: printerdevicepage.ui:154
-msgctxt "printerdevicepage|label10"
-msgid "Co_lor:"
-msgstr ""
-
-#: printerdevicepage.ui:168
-msgctxt "printerdevicepage|label9"
-msgid "Printer language _type:"
-msgstr ""
-
-#: printerdevicepage.ui:194
+#: vcl/uiconfig/ui/printerdevicepage.ui:232
msgctxt "printerdevicepage|colorspace"
msgid "From driver"
msgstr ""
-#: printerdevicepage.ui:195
+#: vcl/uiconfig/ui/printerdevicepage.ui:233
msgctxt "printerdevicepage|colorspace"
msgid "Color"
msgstr "Kleur"
-#: printerdevicepage.ui:196
+#: vcl/uiconfig/ui/printerdevicepage.ui:234
msgctxt "printerdevicepage|colorspace"
msgid "Grayscale"
msgstr "Grysskaal"
-#: printerdevicepage.ui:209
+#: vcl/uiconfig/ui/printerdevicepage.ui:247
msgctxt "printerdevicepage|colordepth"
msgid "8 Bit"
msgstr ""
-#: printerdevicepage.ui:210
+#: vcl/uiconfig/ui/printerdevicepage.ui:248
msgctxt "printerdevicepage|colordepth"
msgid "24 Bit"
msgstr ""
-#: printerpaperpage.ui:20
+#: vcl/uiconfig/ui/printerpaperpage.ui:19
msgctxt "printerpaperpage|paperft"
msgid "_Paper size:"
msgstr ""
-#: printerpaperpage.ui:33
-#, fuzzy
-msgctxt "printerpaperpage|label4"
+#: vcl/uiconfig/ui/printerpaperpage.ui:32
+msgctxt "printerpaperpage|orientft"
msgid "_Orientation:"
-msgstr "Oriëntasie"
+msgstr ""
-#: printerpaperpage.ui:46
+#: vcl/uiconfig/ui/printerpaperpage.ui:45
msgctxt "printerpaperpage|duplexft"
msgid "_Duplex:"
msgstr ""
-#: printerpaperpage.ui:59
+#: vcl/uiconfig/ui/printerpaperpage.ui:58
#, fuzzy
msgctxt "printerpaperpage|slotft"
msgid "Paper tray:"
msgstr "Papierlaai"
-#: printerpaperpage.ui:82
+#: vcl/uiconfig/ui/printerpaperpage.ui:82
msgctxt "printerpaperpage|orientlb"
msgid "Portrait"
msgstr "Regop"
-#: printerpaperpage.ui:83
+#: vcl/uiconfig/ui/printerpaperpage.ui:83
msgctxt "printerpaperpage|orientlb"
msgid "Landscape"
msgstr "Landskap"
-#: printerpropertiesdialog.ui:8
+#: vcl/uiconfig/ui/printerpaperpage.ui:113
+msgctxt "printerpaperpage|papersizefromsetup"
+msgid "Use only paper size from printer preferences"
+msgstr ""
+
+#: vcl/uiconfig/ui/printerpropertiesdialog.ui:8
msgctxt "printerpropertiesdialog|PrinterPropertiesDialog"
msgid "Properties of %s"
msgstr ""
-#: printerpropertiesdialog.ui:77
+#: vcl/uiconfig/ui/printerpropertiesdialog.ui:103
#, fuzzy
msgctxt "printerpropertiesdialog|paper"
msgid "Paper"
msgstr "Roeper"
-#: printerpropertiesdialog.ui:100
+#: vcl/uiconfig/ui/printerpropertiesdialog.ui:150
msgctxt "printerpropertiesdialog|device"
msgid "Device"
msgstr ""
-#: printprogressdialog.ui:8
+#: vcl/uiconfig/ui/printprogressdialog.ui:8
msgctxt "printprogressdialog|PrintProgressDialog"
msgid "Printing"
msgstr ""
-#: printprogressdialog.ui:54
+#: vcl/uiconfig/ui/printprogressdialog.ui:54
msgctxt "printprogressdialog|label"
msgid "Page %p of %n"
msgstr ""
-#: querydialog.ui:8
+#: vcl/uiconfig/ui/querydialog.ui:8
msgctxt "querydialog|QueryDialog"
msgid "New Data Type"
msgstr ""
diff --git a/source/af/wizards/messages.po b/source/af/wizards/messages.po
index ee45f8958f2..693167cd97f 100644
--- a/source/af/wizards/messages.po
+++ b/source/af/wizards/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-01-10 11:50+0100\n"
+"POT-Creation-Date: 2018-02-27 15:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,112 +13,112 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:32
+#: wizards/com/sun/star/wizards/common/strings.hrc:32
msgctxt "RID_COMMON_START_0"
msgid "The directory '%1' could not be created.<BR>There may not be enough space left on your hard disk."
msgstr "Die gids '%1' kon nie geskep word nie.<BR>Daar is moontlik nie genoeg spasie op u hardeskyf nie."
-#: strings.hrc:33
+#: wizards/com/sun/star/wizards/common/strings.hrc:33
msgctxt "RID_COMMON_START_1"
msgid "The text document could not be created.<BR>Please check if the module 'PRODUCTNAME Writer' is installed."
msgstr "Die teksdokument kon nie geskep word nie.<BR>Gaan asseblief na of die module 'PRODUCTNAME Writer' geïnstalleer is."
-#: strings.hrc:34
+#: wizards/com/sun/star/wizards/common/strings.hrc:34
msgctxt "RID_COMMON_START_2"
msgid "The spreadsheet could not be created.<BR>Please check if the module 'PRODUCTNAME Calc' is installed."
msgstr "Die sigblad kon nie geskep word nie.<BR>Gaan asseblief na of die 'PRODUCTNAME Calc'-module geïnstalleer is."
-#: strings.hrc:35
+#: wizards/com/sun/star/wizards/common/strings.hrc:35
msgctxt "RID_COMMON_START_3"
msgid "The presentation could not be created.<BR>Please check if the module 'PRODUCTNAME Impress' is installed."
msgstr "Die voorlegging kon nie geskep word nie.<BR>Gaan asseblief na of die 'PRODUCTNAME Impress'-module geïnstalleer is."
-#: strings.hrc:36
+#: wizards/com/sun/star/wizards/common/strings.hrc:36
msgctxt "RID_COMMON_START_4"
msgid "The drawing could not be created.<BR>Please check if the module 'PRODUCTNAME Draw' is installed."
msgstr "Die tekening kon nie geskep word nie.<BR>Gaan asseblief na of die 'PRODUCTNAME Draw'-module geïnstalleer is."
-#: strings.hrc:37
+#: wizards/com/sun/star/wizards/common/strings.hrc:37
msgctxt "RID_COMMON_START_5"
msgid "The formula could not be created.<BR>Please check if the module 'PRODUCTNAME Math' is installed."
msgstr "Die formule kon nie geskep word nie.<BR>Gaan asseblief na of die 'PRODUCTNAME Math'-module geïnstalleer is."
-#: strings.hrc:38
+#: wizards/com/sun/star/wizards/common/strings.hrc:38
msgctxt "RID_COMMON_START_6"
msgid "The files required could not be found.<BR>Please start the %PRODUCTNAME Setup and choose 'Repair'."
msgstr "Die lêers wat benodig word, kon nie gevind word nie.<BR>Laat loop asseblief die %PRODUCTNAME-installasieprogram en kies 'Herstel'."
-#: strings.hrc:39
+#: wizards/com/sun/star/wizards/common/strings.hrc:39
msgctxt "RID_COMMON_START_7"
msgid "The file '<PATH>' already exists.<BR><BR>Would you like to overwrite the existing file?"
msgstr "Die lêer '<PATH>' bestaan reeds.<BR><BR>Wil u die bestaande lêer oorheenskryf?"
-#: strings.hrc:40
+#: wizards/com/sun/star/wizards/common/strings.hrc:40
msgctxt "RID_COMMON_START_8"
msgid "Yes"
msgstr "Ja"
-#: strings.hrc:41
+#: wizards/com/sun/star/wizards/common/strings.hrc:41
msgctxt "RID_COMMON_START_9"
msgid "Yes to All"
msgstr "Ja aan almal"
-#: strings.hrc:42
+#: wizards/com/sun/star/wizards/common/strings.hrc:42
msgctxt "RID_COMMON_START_10"
msgid "No"
msgstr "Nee"
-#: strings.hrc:43
+#: wizards/com/sun/star/wizards/common/strings.hrc:43
msgctxt "RID_COMMON_START_11"
msgid "Cancel"
msgstr "Kanselleer"
-#: strings.hrc:44
+#: wizards/com/sun/star/wizards/common/strings.hrc:44
msgctxt "RID_COMMON_START_12"
msgid "~Finish"
msgstr "~Klaar"
-#: strings.hrc:45
+#: wizards/com/sun/star/wizards/common/strings.hrc:45
msgctxt "RID_COMMON_START_13"
msgid "< ~Back"
msgstr "< ~Terug"
-#: strings.hrc:46
+#: wizards/com/sun/star/wizards/common/strings.hrc:46
msgctxt "RID_COMMON_START_14"
msgid "~Next >"
msgstr "~Volgende >"
-#: strings.hrc:47
+#: wizards/com/sun/star/wizards/common/strings.hrc:47
msgctxt "RID_COMMON_START_15"
msgid "~Help"
msgstr "~Hulp"
-#: strings.hrc:48
+#: wizards/com/sun/star/wizards/common/strings.hrc:48
msgctxt "RID_COMMON_START_16"
msgid "Steps"
msgstr "Stappe"
-#: strings.hrc:49
+#: wizards/com/sun/star/wizards/common/strings.hrc:49
msgctxt "RID_COMMON_START_17"
msgid "Close"
msgstr "Sluit"
-#: strings.hrc:50
+#: wizards/com/sun/star/wizards/common/strings.hrc:50
msgctxt "RID_COMMON_START_18"
msgid "OK"
msgstr "OK"
-#: strings.hrc:51
+#: wizards/com/sun/star/wizards/common/strings.hrc:51
msgctxt "RID_COMMON_START_19"
msgid "The file already exists. Do you want to overwrite it?"
msgstr "Die lêer bestaan reeds. Wil u dit oorheenskryf?"
-#: strings.hrc:52
+#: wizards/com/sun/star/wizards/common/strings.hrc:52
msgctxt "RID_COMMON_START_20"
msgid "Template created via <wizard_name> on <current_date>."
msgstr "Sjabloon geskep via <wizard_name> op <current_date>."
-#: strings.hrc:53
+#: wizards/com/sun/star/wizards/common/strings.hrc:53
msgctxt "RID_COMMON_START_21"
msgid ""
"The wizard could not be run, because important files were not found.\n"
@@ -129,1228 +129,1228 @@ msgstr ""
"Kliek by 'Nutsgoed - Opsies - %PRODUCTNAME - Paaie' die 'Verstek'-knoppie om die paaie na die oorspronklike verstek instellings terug te stel.\n"
"Laat dan weer die slimmerd loop."
-#: strings.hrc:56
+#: wizards/com/sun/star/wizards/common/strings.hrc:56
msgctxt "RID_LETTERWIZARDDIALOG_START_1"
msgid "Letter Wizard"
msgstr "Briefslimmerd"
-#: strings.hrc:57
+#: wizards/com/sun/star/wizards/common/strings.hrc:57
msgctxt "RID_LETTERWIZARDDIALOG_START_2"
msgid "Label9"
msgstr "Etiket9"
-#: strings.hrc:58
+#: wizards/com/sun/star/wizards/common/strings.hrc:58
msgctxt "RID_LETTERWIZARDDIALOG_START_3"
msgid "~Business letter"
msgstr "~Besigheidsbrief"
-#: strings.hrc:59
+#: wizards/com/sun/star/wizards/common/strings.hrc:59
msgctxt "RID_LETTERWIZARDDIALOG_START_4"
msgid "~Formal personal letter"
msgstr "~Formele persoonlike brief"
-#: strings.hrc:60
+#: wizards/com/sun/star/wizards/common/strings.hrc:60
msgctxt "RID_LETTERWIZARDDIALOG_START_5"
msgid "~Personal letter"
msgstr "~Persoonlike brief"
-#: strings.hrc:61
+#: wizards/com/sun/star/wizards/common/strings.hrc:61
msgctxt "RID_LETTERWIZARDDIALOG_START_6"
msgid "~Use letterhead paper with pre-printed elements"
msgstr "~Gebruik briefhoofpapier met vooraf gedrukte elemente"
-#: strings.hrc:62
+#: wizards/com/sun/star/wizards/common/strings.hrc:62
msgctxt "RID_LETTERWIZARDDIALOG_START_7"
msgid "~Logo"
msgstr "~Logo"
-#: strings.hrc:63
+#: wizards/com/sun/star/wizards/common/strings.hrc:63
msgctxt "RID_LETTERWIZARDDIALOG_START_8"
msgid "Return address"
msgstr "Kerende adres"
-#: strings.hrc:64
+#: wizards/com/sun/star/wizards/common/strings.hrc:64
msgctxt "RID_LETTERWIZARDDIALOG_START_9"
msgid "~Include footer"
msgstr "~Sluit voetstuk in"
-#: strings.hrc:65
+#: wizards/com/sun/star/wizards/common/strings.hrc:65
msgctxt "RID_LETTERWIZARDDIALOG_START_10"
msgid "~Return address in envelope window"
msgstr "~Kerende adres in koevertvenster"
-#: strings.hrc:66
+#: wizards/com/sun/star/wizards/common/strings.hrc:66
msgctxt "RID_LETTERWIZARDDIALOG_START_11"
msgid "~Logo"
msgstr "~Logo"
-#: strings.hrc:67
+#: wizards/com/sun/star/wizards/common/strings.hrc:67
msgctxt "RID_LETTERWIZARDDIALOG_START_12"
msgid "~Return address in envelope window"
msgstr "~Kerende adres in koevertvenster"
-#: strings.hrc:68
+#: wizards/com/sun/star/wizards/common/strings.hrc:68
msgctxt "RID_LETTERWIZARDDIALOG_START_13"
msgid "Letter Signs"
msgstr "Brieftekens"
-#: strings.hrc:69
+#: wizards/com/sun/star/wizards/common/strings.hrc:69
msgctxt "RID_LETTERWIZARDDIALOG_START_14"
msgid "S~ubject line"
msgstr "O~nderwerpreël"
-#: strings.hrc:70
+#: wizards/com/sun/star/wizards/common/strings.hrc:70
msgctxt "RID_LETTERWIZARDDIALOG_START_15"
msgid "Salu~tation"
msgstr "Aan~hef"
-#: strings.hrc:71
+#: wizards/com/sun/star/wizards/common/strings.hrc:71
msgctxt "RID_LETTERWIZARDDIALOG_START_16"
msgid "Fold ~marks"
msgstr "Vou~merke"
-#: strings.hrc:72
+#: wizards/com/sun/star/wizards/common/strings.hrc:72
msgctxt "RID_LETTERWIZARDDIALOG_START_17"
msgid "~Complimentary close"
msgstr "~Komplimentêre afsluiting"
-#: strings.hrc:73
+#: wizards/com/sun/star/wizards/common/strings.hrc:73
msgctxt "RID_LETTERWIZARDDIALOG_START_18"
msgid "~Footer"
msgstr "~Voet"
-#: strings.hrc:74
+#: wizards/com/sun/star/wizards/common/strings.hrc:74
msgctxt "RID_LETTERWIZARDDIALOG_START_19"
msgid "~Use user data for return address"
msgstr "~Gebruik gebruikersdata vir kerende adres"
-#: strings.hrc:75
+#: wizards/com/sun/star/wizards/common/strings.hrc:75
msgctxt "RID_LETTERWIZARDDIALOG_START_20"
msgid "~New sender address:"
msgstr "~Nuwe afsenderadres:"
-#: strings.hrc:76
+#: wizards/com/sun/star/wizards/common/strings.hrc:76
msgctxt "RID_LETTERWIZARDDIALOG_START_21"
msgid "Use placeholders for ~recipient's address"
msgstr "Gebruik plekhouers vir ~ontvanger se adres"
-#: strings.hrc:77
+#: wizards/com/sun/star/wizards/common/strings.hrc:77
msgctxt "RID_LETTERWIZARDDIALOG_START_22"
msgid "Use address database for ~mail merge"
msgstr "Gebruik adresdatabasis vir ~massapos"
-#: strings.hrc:78
+#: wizards/com/sun/star/wizards/common/strings.hrc:78
msgctxt "RID_LETTERWIZARDDIALOG_START_23"
msgid "Include ~only on second and following pages"
msgstr "Sluit ~net op tweede en daaropvolgende bladsye in"
-#: strings.hrc:79
+#: wizards/com/sun/star/wizards/common/strings.hrc:79
msgctxt "RID_LETTERWIZARDDIALOG_START_24"
msgid "~Include page number"
msgstr "~Sluit bladsynommer in"
-#: strings.hrc:80
+#: wizards/com/sun/star/wizards/common/strings.hrc:80
msgctxt "RID_LETTERWIZARDDIALOG_START_25"
msgid "Letter Template"
msgstr "Briefsjabloon"
-#: strings.hrc:81
+#: wizards/com/sun/star/wizards/common/strings.hrc:81
msgctxt "RID_LETTERWIZARDDIALOG_START_26"
msgid "Create a ~letter from this template"
msgstr "Skep 'n ~brief uit hierdie sjabloon"
-#: strings.hrc:82
+#: wizards/com/sun/star/wizards/common/strings.hrc:82
msgctxt "RID_LETTERWIZARDDIALOG_START_27"
msgid "Make ~manual changes to this letter template"
msgstr "Bring ~handmatige veranderinge aan hierdie briefsjabloon aan"
-#: strings.hrc:83
+#: wizards/com/sun/star/wizards/common/strings.hrc:83
msgctxt "RID_LETTERWIZARDDIALOG_START_28"
msgid "Page design"
msgstr "Bladsyontwerp"
-#: strings.hrc:84
+#: wizards/com/sun/star/wizards/common/strings.hrc:84
msgctxt "RID_LETTERWIZARDDIALOG_START_29"
msgid "Page design"
msgstr "Bladsyontwerp"
-#: strings.hrc:85
+#: wizards/com/sun/star/wizards/common/strings.hrc:85
msgctxt "RID_LETTERWIZARDDIALOG_START_30"
msgid "Page design"
msgstr "Bladsyontwerp"
-#: strings.hrc:86
+#: wizards/com/sun/star/wizards/common/strings.hrc:86
msgctxt "RID_LETTERWIZARDDIALOG_START_31"
msgid "This wizard helps you to create a letter template. You can then use the template as the basis for writing letters as often as desired."
msgstr "Hierdie slimmerd help u om 'n briefsjabloon te skep. U kan dan die sjabloon gebruik as basis om soveel briewe as u wil te skryf."
-#: strings.hrc:87
+#: wizards/com/sun/star/wizards/common/strings.hrc:87
msgctxt "RID_LETTERWIZARDDIALOG_START_32"
msgid "~Height:"
msgstr "~Hoogte:"
-#: strings.hrc:88
+#: wizards/com/sun/star/wizards/common/strings.hrc:88
msgctxt "RID_LETTERWIZARDDIALOG_START_33"
msgid "~Width:"
msgstr "~Breedte:"
-#: strings.hrc:89
+#: wizards/com/sun/star/wizards/common/strings.hrc:89
msgctxt "RID_LETTERWIZARDDIALOG_START_34"
msgid "S~pacing to left margin:"
msgstr "S~pasie tot by linker-kantlyn:"
-#: strings.hrc:90
+#: wizards/com/sun/star/wizards/common/strings.hrc:90
msgctxt "RID_LETTERWIZARDDIALOG_START_35"
msgid "Spacing ~to top margin:"
msgstr "Spasie ~tot bokantlyn:"
-#: strings.hrc:91
+#: wizards/com/sun/star/wizards/common/strings.hrc:91
msgctxt "RID_LETTERWIZARDDIALOG_START_36"
msgid "Height:"
msgstr "Hoogte:"
-#: strings.hrc:92
+#: wizards/com/sun/star/wizards/common/strings.hrc:92
msgctxt "RID_LETTERWIZARDDIALOG_START_37"
msgid "Width:"
msgstr "Breedte:"
-#: strings.hrc:93
+#: wizards/com/sun/star/wizards/common/strings.hrc:93
msgctxt "RID_LETTERWIZARDDIALOG_START_38"
msgid "S~pacing to left margin:"
msgstr "S~pasie tot by linker-kantlyn:"
-#: strings.hrc:94
+#: wizards/com/sun/star/wizards/common/strings.hrc:94
msgctxt "RID_LETTERWIZARDDIALOG_START_39"
msgid "Spacing ~to top margin:"
msgstr "Spasie ~tot bokantlyn:"
-#: strings.hrc:95
+#: wizards/com/sun/star/wizards/common/strings.hrc:95
msgctxt "RID_LETTERWIZARDDIALOG_START_40"
msgid "Height:"
msgstr "Hoogte:"
-#: strings.hrc:96
+#: wizards/com/sun/star/wizards/common/strings.hrc:96
msgctxt "RID_LETTERWIZARDDIALOG_START_42"
msgid "Sender's address"
msgstr "Afsender se adres"
-#: strings.hrc:97
+#: wizards/com/sun/star/wizards/common/strings.hrc:97
msgctxt "RID_LETTERWIZARDDIALOG_START_43"
msgid "Name:"
msgstr "Naam:"
-#: strings.hrc:98
+#: wizards/com/sun/star/wizards/common/strings.hrc:98
msgctxt "RID_LETTERWIZARDDIALOG_START_44"
msgid "Street:"
msgstr "Straat:"
-#: strings.hrc:99
+#: wizards/com/sun/star/wizards/common/strings.hrc:99
msgctxt "RID_LETTERWIZARDDIALOG_START_45"
msgid "ZIP code/State/City:"
msgstr "Poskode/deelstaat/stad:"
-#: strings.hrc:100
+#: wizards/com/sun/star/wizards/common/strings.hrc:100
msgctxt "RID_LETTERWIZARDDIALOG_START_46"
msgid "Recipient's address"
msgstr "Ontvanger se adres"
-#: strings.hrc:101
+#: wizards/com/sun/star/wizards/common/strings.hrc:101
msgctxt "RID_LETTERWIZARDDIALOG_START_47"
msgid "Footer"
msgstr "Voet"
-#: strings.hrc:102
+#: wizards/com/sun/star/wizards/common/strings.hrc:102
msgctxt "RID_LETTERWIZARDDIALOG_START_48"
msgid "This wizard creates a letter template which enables you to create multiple letters with the same layout and settings."
msgstr "Hierdie slimmerd skep 'n briefsjabloon wat u in staat stel om meervoudige briewe met selfde uitleg en instellings te skep."
-#: strings.hrc:103
+#: wizards/com/sun/star/wizards/common/strings.hrc:103
msgctxt "RID_LETTERWIZARDDIALOG_START_49"
msgid "To create another new letter out of the template just navigate to the template location and double-click it."
msgstr "Om nog 'n nuwe brief uit die sjabloon te skep, gaan bloot na die sjabloonligging en dubbekliek daarop."
-#: strings.hrc:104
+#: wizards/com/sun/star/wizards/common/strings.hrc:104
msgctxt "RID_LETTERWIZARDDIALOG_START_50"
msgid "Template name:"
msgstr "Sjabloonnaam:"
-#: strings.hrc:105
+#: wizards/com/sun/star/wizards/common/strings.hrc:105
msgctxt "RID_LETTERWIZARDDIALOG_START_51"
msgid "Location and file name:"
msgstr "Ligging en lêernaam:"
-#: strings.hrc:106
+#: wizards/com/sun/star/wizards/common/strings.hrc:106
msgctxt "RID_LETTERWIZARDDIALOG_START_52"
msgid "How do you want to proceed?"
msgstr "Wat wil u hierna doen?"
-#: strings.hrc:107
+#: wizards/com/sun/star/wizards/common/strings.hrc:107
msgctxt "RID_LETTERWIZARDDIALOG_START_53"
msgid "Please choose the type of letter and page design"
msgstr "Kies asseblief die soort brief en bladsyontwerp"
-#: strings.hrc:108
+#: wizards/com/sun/star/wizards/common/strings.hrc:108
msgctxt "RID_LETTERWIZARDDIALOG_START_54"
msgid "Select the items to be printed"
msgstr "Selekteer die items wat gedruk moet word"
-#: strings.hrc:109
+#: wizards/com/sun/star/wizards/common/strings.hrc:109
msgctxt "RID_LETTERWIZARDDIALOG_START_55"
msgid "Specify items already on your letterhead paper"
msgstr "Spesifiseer items reeds op u briefhoofpapier"
-#: strings.hrc:110
+#: wizards/com/sun/star/wizards/common/strings.hrc:110
msgctxt "RID_LETTERWIZARDDIALOG_START_56"
msgid "Specify the sender and recipient information"
msgstr "Spesifiseer die afsender- en ontvangerinligting"
-#: strings.hrc:111
+#: wizards/com/sun/star/wizards/common/strings.hrc:111
msgctxt "RID_LETTERWIZARDDIALOG_START_57"
msgid "Fill in the information you would like in the footer"
msgstr "Vul die inligting in wat u in die voetstuk wil h"
-#: strings.hrc:112
+#: wizards/com/sun/star/wizards/common/strings.hrc:112
msgctxt "RID_LETTERWIZARDDIALOG_START_58"
msgid "Please specify last settings"
msgstr "Spesifiseer asseblief laaste instellings"
-#: strings.hrc:113
+#: wizards/com/sun/star/wizards/common/strings.hrc:113
msgctxt "RID_LETTERWIZARDDIALOG_START_59"
msgid "Subject:"
msgstr "Onderwerp:"
-#: strings.hrc:114
+#: wizards/com/sun/star/wizards/common/strings.hrc:114
msgctxt "RID_LETTERWIZARDDIALOG_START_60"
msgid "Elegant"
msgstr ""
-#: strings.hrc:115
+#: wizards/com/sun/star/wizards/common/strings.hrc:115
msgctxt "RID_LETTERWIZARDDIALOG_START_61"
msgid "Modern"
msgstr ""
-#: strings.hrc:116
+#: wizards/com/sun/star/wizards/common/strings.hrc:116
msgctxt "RID_LETTERWIZARDDIALOG_START_62"
msgid "Office"
msgstr "Kantoor"
-#: strings.hrc:117
+#: wizards/com/sun/star/wizards/common/strings.hrc:117
msgctxt "RID_LETTERWIZARDDIALOG_START_63"
msgid "Bottle"
msgstr ""
-#: strings.hrc:118
+#: wizards/com/sun/star/wizards/common/strings.hrc:118
msgctxt "RID_LETTERWIZARDDIALOG_START_64"
msgid "Mail"
msgstr ""
-#: strings.hrc:119
+#: wizards/com/sun/star/wizards/common/strings.hrc:119
msgctxt "RID_LETTERWIZARDDIALOG_START_65"
msgid "Marine"
msgstr "See"
-#: strings.hrc:120
+#: wizards/com/sun/star/wizards/common/strings.hrc:120
#, fuzzy
msgctxt "RID_LETTERWIZARDDIALOG_START_66"
msgid "Red Line"
msgstr "Nuwe reël"
-#: strings.hrc:123
+#: wizards/com/sun/star/wizards/common/strings.hrc:123
msgctxt "RID_LETTERWIZARDSALUTATION_START_1"
msgid "To Whom it May Concern"
msgstr "Heil die leser"
-#: strings.hrc:124
+#: wizards/com/sun/star/wizards/common/strings.hrc:124
msgctxt "RID_LETTERWIZARDSALUTATION_START_2"
msgid "Dear Sir or Madam"
msgstr "Geagte Meneer of Mevrou"
-#: strings.hrc:125
+#: wizards/com/sun/star/wizards/common/strings.hrc:125
msgctxt "RID_LETTERWIZARDSALUTATION_START_3"
msgid "Hello"
msgstr "Hallo"
-#: strings.hrc:128
+#: wizards/com/sun/star/wizards/common/strings.hrc:128
msgctxt "RID_LETTERWIZARDGREETING_START_1"
msgid "Sincerely"
msgstr "Die uwe"
-#: strings.hrc:129
+#: wizards/com/sun/star/wizards/common/strings.hrc:129
msgctxt "RID_LETTERWIZARDGREETING_START_2"
msgid "Best regards"
msgstr "Vriendelike groete"
-#: strings.hrc:130
+#: wizards/com/sun/star/wizards/common/strings.hrc:130
msgctxt "RID_LETTERWIZARDGREETING_START_3"
msgid "Cheers"
msgstr "Tarra"
-#: strings.hrc:133
+#: wizards/com/sun/star/wizards/common/strings.hrc:133
msgctxt "RID_LETTERWIZARDROADMAP_START_1"
msgid "Page design"
msgstr "Bladsyontwerp"
-#: strings.hrc:134
+#: wizards/com/sun/star/wizards/common/strings.hrc:134
msgctxt "RID_LETTERWIZARDROADMAP_START_2"
msgid "Letterhead layout"
msgstr "Briefhoofuitleg"
-#: strings.hrc:135
+#: wizards/com/sun/star/wizards/common/strings.hrc:135
msgctxt "RID_LETTERWIZARDROADMAP_START_3"
msgid "Printed items"
msgstr "Gedrukte items"
-#: strings.hrc:136
+#: wizards/com/sun/star/wizards/common/strings.hrc:136
msgctxt "RID_LETTERWIZARDROADMAP_START_4"
msgid "Recipient and sender"
msgstr "Ontvanger en afsender"
-#: strings.hrc:137
+#: wizards/com/sun/star/wizards/common/strings.hrc:137
msgctxt "RID_LETTERWIZARDROADMAP_START_5"
msgid "Footer"
msgstr "Voet"
-#: strings.hrc:138
+#: wizards/com/sun/star/wizards/common/strings.hrc:138
msgctxt "RID_LETTERWIZARDROADMAP_START_6"
msgid "Name and location"
msgstr "Naam en ligging"
-#: strings.hrc:141
+#: wizards/com/sun/star/wizards/common/strings.hrc:141
msgctxt "RID_FAXWIZARDDIALOG_START_1"
msgid "Fax Wizard"
msgstr "Faksslimmerd"
-#: strings.hrc:142
+#: wizards/com/sun/star/wizards/common/strings.hrc:142
msgctxt "RID_FAXWIZARDDIALOG_START_2"
msgid "Label9"
msgstr "Etiket9"
-#: strings.hrc:143
+#: wizards/com/sun/star/wizards/common/strings.hrc:143
msgctxt "RID_FAXWIZARDDIALOG_START_3"
msgid "~Business Fax"
msgstr "~Besigheidsfaks"
-#: strings.hrc:144
+#: wizards/com/sun/star/wizards/common/strings.hrc:144
msgctxt "RID_FAXWIZARDDIALOG_START_4"
msgid "~Personal Fax"
msgstr "~Persoonlike faks"
-#: strings.hrc:145
+#: wizards/com/sun/star/wizards/common/strings.hrc:145
msgctxt "RID_FAXWIZARDDIALOG_START_5"
msgid "~Logo"
msgstr "~Logo"
-#: strings.hrc:146
+#: wizards/com/sun/star/wizards/common/strings.hrc:146
msgctxt "RID_FAXWIZARDDIALOG_START_6"
msgid "S~ubject line"
msgstr "O~nderwerpreël"
-#: strings.hrc:147
+#: wizards/com/sun/star/wizards/common/strings.hrc:147
msgctxt "RID_FAXWIZARDDIALOG_START_7"
msgid "S~alutation"
msgstr "~Aanhef"
-#: strings.hrc:148
+#: wizards/com/sun/star/wizards/common/strings.hrc:148
msgctxt "RID_FAXWIZARDDIALOG_START_8"
msgid "~Complimentary close"
msgstr "~Komplimentêre afsluiting"
-#: strings.hrc:149
+#: wizards/com/sun/star/wizards/common/strings.hrc:149
msgctxt "RID_FAXWIZARDDIALOG_START_9"
msgid "~Footer"
msgstr "~Voet"
-#: strings.hrc:150
+#: wizards/com/sun/star/wizards/common/strings.hrc:150
msgctxt "RID_FAXWIZARDDIALOG_START_10"
msgid "~Use user data for return address"
msgstr "~Gebruik gebruikersdata vir kerende adres"
-#: strings.hrc:151
+#: wizards/com/sun/star/wizards/common/strings.hrc:151
msgctxt "RID_FAXWIZARDDIALOG_START_11"
msgid "~New return address"
msgstr "~Nuwe kerende adres"
-#: strings.hrc:152
+#: wizards/com/sun/star/wizards/common/strings.hrc:152
msgctxt "RID_FAXWIZARDDIALOG_START_12"
msgid "My Fax Template"
msgstr "My fakssjabloon"
-#: strings.hrc:153
+#: wizards/com/sun/star/wizards/common/strings.hrc:153
msgctxt "RID_FAXWIZARDDIALOG_START_13"
msgid "Create a ~fax from this template"
msgstr "Skep 'n ~faks uit hierdie sjabloon"
-#: strings.hrc:154
+#: wizards/com/sun/star/wizards/common/strings.hrc:154
msgctxt "RID_FAXWIZARDDIALOG_START_14"
msgid "Make ~manual changes to this fax template"
msgstr "Bring ~handmatige veranderinge aan hierdie fakssjabloon aan"
-#: strings.hrc:155
+#: wizards/com/sun/star/wizards/common/strings.hrc:155
msgctxt "RID_FAXWIZARDDIALOG_START_15"
msgid "Page design"
msgstr "Bladsyontwerp"
-#: strings.hrc:156
+#: wizards/com/sun/star/wizards/common/strings.hrc:156
msgctxt "RID_FAXWIZARDDIALOG_START_16"
msgid "Page design"
msgstr "Bladsyontwerp"
-#: strings.hrc:157
+#: wizards/com/sun/star/wizards/common/strings.hrc:157
msgctxt "RID_FAXWIZARDDIALOG_START_17"
msgid "This wizard helps you to create a fax template. The template can then be used to create a fax whenever needed."
msgstr "Hierdie slimmerd help u om 'n fakssjabloon te skep. Die sjabloon kan dan gebruik word om 'n faks te skep wanneer nodig."
-#: strings.hrc:158
+#: wizards/com/sun/star/wizards/common/strings.hrc:158
msgctxt "RID_FAXWIZARDDIALOG_START_18"
msgid "Return address"
msgstr "Kerende adres"
-#: strings.hrc:159
+#: wizards/com/sun/star/wizards/common/strings.hrc:159
msgctxt "RID_FAXWIZARDDIALOG_START_19"
msgid "Name:"
msgstr "Naam:"
-#: strings.hrc:160
+#: wizards/com/sun/star/wizards/common/strings.hrc:160
msgctxt "RID_FAXWIZARDDIALOG_START_20"
msgid "Street:"
msgstr "Straat:"
-#: strings.hrc:161
+#: wizards/com/sun/star/wizards/common/strings.hrc:161
msgctxt "RID_FAXWIZARDDIALOG_START_21"
msgid "ZIP code/State/City:"
msgstr "Poskode/deelstaat/stad:"
-#: strings.hrc:162
+#: wizards/com/sun/star/wizards/common/strings.hrc:162
msgctxt "RID_FAXWIZARDDIALOG_START_22"
msgid "Footer"
msgstr "Voet"
-#: strings.hrc:163
+#: wizards/com/sun/star/wizards/common/strings.hrc:163
msgctxt "RID_FAXWIZARDDIALOG_START_23"
msgid "This wizard creates a fax template which enables you to create multiple faxes with the same layout and settings."
msgstr "Hierdie slimmerd skep 'n fakssjabloon wat u in staat stel om meervoudige fakse met selfde uitleg en instellings te skep."
-#: strings.hrc:164
+#: wizards/com/sun/star/wizards/common/strings.hrc:164
msgctxt "RID_FAXWIZARDDIALOG_START_24"
msgid "To create another new fax out of the template, go to the location where you saved the template and double-click the file."
msgstr "Om nog 'n nuwe faks uit die sjabloon te skep, gaan bloot na die ligging waar u die sjabloon gestoor het, en dubbekliek op die lêer."
-#: strings.hrc:165
+#: wizards/com/sun/star/wizards/common/strings.hrc:165
msgctxt "RID_FAXWIZARDDIALOG_START_25"
msgid "Template Name:"
msgstr "Sjabloonnaam:"
-#: strings.hrc:166
+#: wizards/com/sun/star/wizards/common/strings.hrc:166
msgctxt "RID_FAXWIZARDDIALOG_START_26"
msgid "Location and file name:"
msgstr "Ligging en lêernaam:"
-#: strings.hrc:167
+#: wizards/com/sun/star/wizards/common/strings.hrc:167
msgctxt "RID_FAXWIZARDDIALOG_START_27"
msgid "What do you want to do next?"
msgstr "Wat wil u volgende doen?"
-#: strings.hrc:168
+#: wizards/com/sun/star/wizards/common/strings.hrc:168
msgctxt "RID_FAXWIZARDDIALOG_START_28"
msgid "Choose the type of fax and a page design"
msgstr "Kies asseblief die soort faks en bladsyontwerp"
-#: strings.hrc:169
+#: wizards/com/sun/star/wizards/common/strings.hrc:169
msgctxt "RID_FAXWIZARDDIALOG_START_29"
msgid "Select items to include in the fax template"
msgstr "Selekteer die items wat in die fakssjabloon ingesluit moet word"
-#: strings.hrc:170
+#: wizards/com/sun/star/wizards/common/strings.hrc:170
msgctxt "RID_FAXWIZARDDIALOG_START_30"
msgid "Specify sender and recipient information"
msgstr "Spesifiseer afsender- en ontvangerinligting"
-#: strings.hrc:171
+#: wizards/com/sun/star/wizards/common/strings.hrc:171
msgctxt "RID_FAXWIZARDDIALOG_START_31"
msgid "Enter text for the footer"
msgstr "Tik teks vir die voetstuk"
-#: strings.hrc:172
+#: wizards/com/sun/star/wizards/common/strings.hrc:172
msgctxt "RID_FAXWIZARDDIALOG_START_32"
msgid "Choose a name and save the template"
msgstr "Kies 'n naam en stoor die sjabloon"
-#: strings.hrc:173
+#: wizards/com/sun/star/wizards/common/strings.hrc:173
msgctxt "RID_FAXWIZARDDIALOG_START_33"
msgid "Include ~only on second and following pages"
msgstr "Sluit ~net op tweede en daaropvolgende bladsye in"
-#: strings.hrc:174
+#: wizards/com/sun/star/wizards/common/strings.hrc:174
msgctxt "RID_FAXWIZARDDIALOG_START_34"
msgid "~Include page number"
msgstr "~Sluit bladsynommer in"
-#: strings.hrc:175
+#: wizards/com/sun/star/wizards/common/strings.hrc:175
msgctxt "RID_FAXWIZARDDIALOG_START_35"
msgid "~Date"
msgstr "~Datum"
-#: strings.hrc:176
+#: wizards/com/sun/star/wizards/common/strings.hrc:176
msgctxt "RID_FAXWIZARDDIALOG_START_36"
msgid "~Type of message"
msgstr "~Soort boodskap"
-#: strings.hrc:177
+#: wizards/com/sun/star/wizards/common/strings.hrc:177
msgctxt "RID_FAXWIZARDDIALOG_START_37"
msgid "Fax Number:"
msgstr "Faksnommer:"
-#: strings.hrc:178
+#: wizards/com/sun/star/wizards/common/strings.hrc:178
msgctxt "RID_FAXWIZARDDIALOG_START_38"
msgid "Use placeholders for ~recipient's address"
msgstr "Gebruik plekhouers vir ~ontvanger se adres"
-#: strings.hrc:179
+#: wizards/com/sun/star/wizards/common/strings.hrc:179
msgctxt "RID_FAXWIZARDDIALOG_START_39"
msgid "Use address database for ~mail merge"
msgstr "Gebruik adresdatabasis vir ~massapos"
-#: strings.hrc:180
+#: wizards/com/sun/star/wizards/common/strings.hrc:180
msgctxt "RID_FAXWIZARDDIALOG_START_40"
msgid "~New return address"
msgstr "~Nuwe kerende adres"
-#: strings.hrc:181
+#: wizards/com/sun/star/wizards/common/strings.hrc:181
#, fuzzy
msgctxt "RID_FAXWIZARDDIALOG_START_41"
msgid "To:"
msgstr "Bo:"
-#: strings.hrc:182
+#: wizards/com/sun/star/wizards/common/strings.hrc:182
#, fuzzy
msgctxt "RID_FAXWIZARDDIALOG_START_42"
msgid "From:"
msgstr "~Van:"
-#: strings.hrc:183
+#: wizards/com/sun/star/wizards/common/strings.hrc:183
#, fuzzy
msgctxt "RID_FAXWIZARDDIALOG_START_43"
msgid "Fax:"
msgstr "Faks"
-#: strings.hrc:184
+#: wizards/com/sun/star/wizards/common/strings.hrc:184
msgctxt "RID_FAXWIZARDDIALOG_START_44"
msgid "Tel:"
msgstr ""
-#: strings.hrc:185
+#: wizards/com/sun/star/wizards/common/strings.hrc:185
#, fuzzy
msgctxt "RID_FAXWIZARDDIALOG_START_45"
msgid "E-mail:"
msgstr "E-pos:"
-#: strings.hrc:186
+#: wizards/com/sun/star/wizards/common/strings.hrc:186
msgctxt "RID_FAXWIZARDDIALOG_START_46"
msgid "This template consists of"
msgstr ""
-#: strings.hrc:187
+#: wizards/com/sun/star/wizards/common/strings.hrc:187
#, fuzzy
msgctxt "RID_FAXWIZARDDIALOG_START_47"
msgid "page"
msgstr "Bladsy"
-#: strings.hrc:188
+#: wizards/com/sun/star/wizards/common/strings.hrc:188
msgctxt "RID_FAXWIZARDDIALOG_START_48"
msgid "Please inform us if transmission errors occur."
msgstr ""
-#: strings.hrc:189
+#: wizards/com/sun/star/wizards/common/strings.hrc:189
msgctxt "RID_FAXWIZARDDIALOG_START_49"
msgid "Bottle"
msgstr ""
-#: strings.hrc:190
+#: wizards/com/sun/star/wizards/common/strings.hrc:190
msgctxt "RID_FAXWIZARDDIALOG_START_50"
msgid "Lines"
msgstr "Reëls"
-#: strings.hrc:191
+#: wizards/com/sun/star/wizards/common/strings.hrc:191
msgctxt "RID_FAXWIZARDDIALOG_START_51"
msgid "Marine"
msgstr "See"
-#: strings.hrc:192
+#: wizards/com/sun/star/wizards/common/strings.hrc:192
msgctxt "RID_FAXWIZARDDIALOG_START_52"
msgid "Classic Fax"
msgstr ""
-#: strings.hrc:193
+#: wizards/com/sun/star/wizards/common/strings.hrc:193
msgctxt "RID_FAXWIZARDDIALOG_START_53"
msgid "Classic Fax from Private"
msgstr ""
-#: strings.hrc:194
+#: wizards/com/sun/star/wizards/common/strings.hrc:194
msgctxt "RID_FAXWIZARDDIALOG_START_54"
msgid "Modern Fax"
msgstr ""
-#: strings.hrc:195
+#: wizards/com/sun/star/wizards/common/strings.hrc:195
msgctxt "RID_FAXWIZARDDIALOG_START_55"
msgid "Modern Fax from Private"
msgstr ""
-#: strings.hrc:196
+#: wizards/com/sun/star/wizards/common/strings.hrc:196
msgctxt "RID_FAXWIZARDDIALOG_START_56"
msgid "Fax"
msgstr "Faks"
-#: strings.hrc:199
+#: wizards/com/sun/star/wizards/common/strings.hrc:199
msgctxt "RID_FAXWIZARDCOMMUNICATION_START_1"
msgid "Important Information!"
msgstr "Belangrike inligting!"
-#: strings.hrc:200
+#: wizards/com/sun/star/wizards/common/strings.hrc:200
msgctxt "RID_FAXWIZARDCOMMUNICATION_START_2"
msgid "For your information"
msgstr "Ter inligting"
-#: strings.hrc:201
+#: wizards/com/sun/star/wizards/common/strings.hrc:201
msgctxt "RID_FAXWIZARDCOMMUNICATION_START_3"
msgid "News!"
msgstr "Nuus!"
-#: strings.hrc:204
+#: wizards/com/sun/star/wizards/common/strings.hrc:204
msgctxt "RID_FAXWIZARDSALUTATION_START_1"
msgid "To whom it may concern,"
msgstr "Heil die leser"
-#: strings.hrc:205
+#: wizards/com/sun/star/wizards/common/strings.hrc:205
msgctxt "RID_FAXWIZARDSALUTATION_START_2"
msgid "Dear Sir or Madam,"
msgstr "Geagte Meneer of Mevrou"
-#: strings.hrc:206
+#: wizards/com/sun/star/wizards/common/strings.hrc:206
msgctxt "RID_FAXWIZARDSALUTATION_START_3"
msgid "Hello,"
msgstr "Hallo"
-#: strings.hrc:207
+#: wizards/com/sun/star/wizards/common/strings.hrc:207
msgctxt "RID_FAXWIZARDSALUTATION_START_4"
msgid "Hi,"
msgstr "Haai"
-#: strings.hrc:210
+#: wizards/com/sun/star/wizards/common/strings.hrc:210
msgctxt "RID_FAXWIZARDGREETING_START_1"
msgid "Sincerely"
msgstr "Die uwe"
-#: strings.hrc:211
+#: wizards/com/sun/star/wizards/common/strings.hrc:211
msgctxt "RID_FAXWIZARDGREETING_START_2"
msgid "Yours faithfully"
msgstr "Die uwe"
-#: strings.hrc:212
+#: wizards/com/sun/star/wizards/common/strings.hrc:212
msgctxt "RID_FAXWIZARDGREETING_START_3"
msgid "Regards"
msgstr "Vriendelike groete"
-#: strings.hrc:213
+#: wizards/com/sun/star/wizards/common/strings.hrc:213
msgctxt "RID_FAXWIZARDGREETING_START_4"
msgid "Love"
msgstr "Met liefde"
-#: strings.hrc:216
+#: wizards/com/sun/star/wizards/common/strings.hrc:216
msgctxt "RID_FAXWIZARDROADMAP_START_1"
msgid "Page design"
msgstr "Bladsyontwerp"
-#: strings.hrc:217
+#: wizards/com/sun/star/wizards/common/strings.hrc:217
msgctxt "RID_FAXWIZARDROADMAP_START_2"
msgid "Items to include"
msgstr "Items om in te sluit"
-#: strings.hrc:218
+#: wizards/com/sun/star/wizards/common/strings.hrc:218
msgctxt "RID_FAXWIZARDROADMAP_START_3"
msgid "Sender and Recipient"
msgstr "Afsender en ontvanger"
-#: strings.hrc:219
+#: wizards/com/sun/star/wizards/common/strings.hrc:219
msgctxt "RID_FAXWIZARDROADMAP_START_4"
msgid "Footer"
msgstr "Voet"
-#: strings.hrc:220
+#: wizards/com/sun/star/wizards/common/strings.hrc:220
msgctxt "RID_FAXWIZARDROADMAP_START_5"
msgid "Name and location"
msgstr "Naam en ligging"
-#: strings.hrc:223
+#: wizards/com/sun/star/wizards/common/strings.hrc:223
msgctxt "RID_AGENDAWIZARDDIALOG_START_1"
msgid "Agenda Wizard"
msgstr "Agendaslimmerd"
-#: strings.hrc:224
+#: wizards/com/sun/star/wizards/common/strings.hrc:224
msgctxt "RID_AGENDAWIZARDDIALOG_START_2"
msgid "Make ~manual changes to this agenda template"
msgstr "Bring ~handmatige veranderinge aan hierdie agendasjabloon aan"
-#: strings.hrc:225
+#: wizards/com/sun/star/wizards/common/strings.hrc:225
msgctxt "RID_AGENDAWIZARDDIALOG_START_3"
msgid "Template name:"
msgstr "Sjabloonnaam:"
-#: strings.hrc:226
+#: wizards/com/sun/star/wizards/common/strings.hrc:226
msgctxt "RID_AGENDAWIZARDDIALOG_START_4"
msgid "Location and file name:"
msgstr "Ligging en lêernaam:"
-#: strings.hrc:227
+#: wizards/com/sun/star/wizards/common/strings.hrc:227
msgctxt "RID_AGENDAWIZARDDIALOG_START_5"
msgid "What do you want to do next?"
msgstr "Wat wil u volgende doen?"
-#: strings.hrc:228
+#: wizards/com/sun/star/wizards/common/strings.hrc:228
msgctxt "RID_AGENDAWIZARDDIALOG_START_6"
msgid "Please choose the page design for the agenda"
msgstr "Kies asseblief die soort bladsyontwerp vir die agenda"
-#: strings.hrc:229
+#: wizards/com/sun/star/wizards/common/strings.hrc:229
msgctxt "RID_AGENDAWIZARDDIALOG_START_7"
msgid "Please select the headings you wish to include in your agenda template"
msgstr "Selekteer asseblief die opskrifte wat u in u agendasjabloon wil insluit"
-#: strings.hrc:230
+#: wizards/com/sun/star/wizards/common/strings.hrc:230
msgctxt "RID_AGENDAWIZARDDIALOG_START_8"
msgid "Please enter general information for the event"
msgstr "Tik asseblief algemene inligting vir die gebeurtenis in"
-#: strings.hrc:231
+#: wizards/com/sun/star/wizards/common/strings.hrc:231
msgctxt "RID_AGENDAWIZARDDIALOG_START_9"
msgid "Please specify items for the agenda"
msgstr "Spesifiseer asseblief items vir die agenda"
-#: strings.hrc:232
+#: wizards/com/sun/star/wizards/common/strings.hrc:232
msgctxt "RID_AGENDAWIZARDDIALOG_START_10"
msgid "Please select the names you wish to include in your agenda template"
msgstr "Selekteer asseblief die name wat u in u agendasjabloon wil insluit"
-#: strings.hrc:233
+#: wizards/com/sun/star/wizards/common/strings.hrc:233
msgctxt "RID_AGENDAWIZARDDIALOG_START_11"
msgid "Choose a name and save the template"
msgstr "Kies 'n naam en stoor die sjabloon"
-#: strings.hrc:234
+#: wizards/com/sun/star/wizards/common/strings.hrc:234
msgctxt "RID_AGENDAWIZARDDIALOG_START_12"
msgid "Include form for recording minutes"
msgstr "Sluit vorm vir skryf van notule in"
-#: strings.hrc:235
+#: wizards/com/sun/star/wizards/common/strings.hrc:235
msgctxt "RID_AGENDAWIZARDDIALOG_START_13"
msgid "This wizard helps you to create an agenda template. The template can then be used to create an agenda whenever needed."
msgstr "Hierdie slimmerd help u om 'n agendasjabloon te skep. Die sjabloon kan dan gebruik word om 'n agenda te skep wanneer nodig."
-#: strings.hrc:236
+#: wizards/com/sun/star/wizards/common/strings.hrc:236
#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_14"
msgid "Time:"
msgstr "Tyd:"
-#: strings.hrc:237
+#: wizards/com/sun/star/wizards/common/strings.hrc:237
msgctxt "RID_AGENDAWIZARDDIALOG_START_15"
msgid "Name:"
msgstr "Naam:"
-#: strings.hrc:238
+#: wizards/com/sun/star/wizards/common/strings.hrc:238
msgctxt "RID_AGENDAWIZARDDIALOG_START_16"
msgid "Location:"
msgstr "Ligging:"
-#: strings.hrc:239
+#: wizards/com/sun/star/wizards/common/strings.hrc:239
msgctxt "RID_AGENDAWIZARDDIALOG_START_17"
msgid "Placeholders will be used in empty fields. You can replace placeholders with text later."
msgstr "Plekhouers sal in leë velde gebruik word. U kan plekhouers later met teks vervang."
-#: strings.hrc:240
+#: wizards/com/sun/star/wizards/common/strings.hrc:240
msgctxt "RID_AGENDAWIZARDDIALOG_START_18"
msgid "..."
msgstr "..."
-#: strings.hrc:241
+#: wizards/com/sun/star/wizards/common/strings.hrc:241
msgctxt "RID_AGENDAWIZARDDIALOG_START_19"
msgid "Create an ~agenda from this template"
msgstr "Skep 'n ~agenda uit hierdie sjabloon"
-#: strings.hrc:242
+#: wizards/com/sun/star/wizards/common/strings.hrc:242
msgctxt "RID_AGENDAWIZARDDIALOG_START_20"
msgid "To create a new agenda out of the template, go to the location where you saved the template and double-click the file."
msgstr "Om nog 'n nuwe agenda uit die sjabloon te skep, gaan bloot na die ligging waar u die sjabloon gestoor het, en dubbekliek op die lêer."
-#: strings.hrc:243
+#: wizards/com/sun/star/wizards/common/strings.hrc:243
msgctxt "RID_AGENDAWIZARDDIALOG_START_21"
msgid "Agenda item"
msgstr "Agenda-item"
-#: strings.hrc:244
+#: wizards/com/sun/star/wizards/common/strings.hrc:244
#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_22"
msgid "Responsible"
msgstr "Verantwoordelike"
-#: strings.hrc:245
+#: wizards/com/sun/star/wizards/common/strings.hrc:245
msgctxt "RID_AGENDAWIZARDDIALOG_START_23"
msgid "Duration"
msgstr "Duur"
-#: strings.hrc:246
+#: wizards/com/sun/star/wizards/common/strings.hrc:246
msgctxt "RID_AGENDAWIZARDDIALOG_START_24"
msgid "Meeting called by"
msgstr "Vergadering byeengeroep deur"
-#: strings.hrc:247
+#: wizards/com/sun/star/wizards/common/strings.hrc:247
msgctxt "RID_AGENDAWIZARDDIALOG_START_25"
msgid "Chairperson"
msgstr "Voorsitter"
-#: strings.hrc:248
+#: wizards/com/sun/star/wizards/common/strings.hrc:248
msgctxt "RID_AGENDAWIZARDDIALOG_START_26"
msgid "Minute keeper"
msgstr "Notuleskrywer"
-#: strings.hrc:249
+#: wizards/com/sun/star/wizards/common/strings.hrc:249
msgctxt "RID_AGENDAWIZARDDIALOG_START_27"
msgid "Moderator"
msgstr "Moderator"
-#: strings.hrc:250
+#: wizards/com/sun/star/wizards/common/strings.hrc:250
msgctxt "RID_AGENDAWIZARDDIALOG_START_28"
msgid "Attendees"
msgstr "Bywonendes"
-#: strings.hrc:251
+#: wizards/com/sun/star/wizards/common/strings.hrc:251
msgctxt "RID_AGENDAWIZARDDIALOG_START_29"
msgid "Observers"
msgstr "Observeerders"
-#: strings.hrc:252
+#: wizards/com/sun/star/wizards/common/strings.hrc:252
msgctxt "RID_AGENDAWIZARDDIALOG_START_30"
msgid "Facility personnel"
msgstr "Fasiliteitpersoneel"
-#: strings.hrc:253
+#: wizards/com/sun/star/wizards/common/strings.hrc:253
msgctxt "RID_AGENDAWIZARDDIALOG_START_31"
msgid "The agenda template will include placeholders for the names of the selected people. When creating an agenda from the template, you can replace these placeholder with the appropriate names."
msgstr "Die agendasjabloon sluit plekhouers in vir die name van die geselekteerde mense. Wanneer u 'n agenda uit 'n sjabloon skep, kan u hierdie plekhouers met die betrokke name vervang."
-#: strings.hrc:254
+#: wizards/com/sun/star/wizards/common/strings.hrc:254
msgctxt "RID_AGENDAWIZARDDIALOG_START_32"
msgid "Type of meeting"
msgstr "Soort vergadering"
-#: strings.hrc:255
+#: wizards/com/sun/star/wizards/common/strings.hrc:255
msgctxt "RID_AGENDAWIZARDDIALOG_START_33"
msgid "Please read"
msgstr "Lees asseblief"
-#: strings.hrc:256
+#: wizards/com/sun/star/wizards/common/strings.hrc:256
msgctxt "RID_AGENDAWIZARDDIALOG_START_34"
msgid "Please bring"
msgstr "Bring asseblief"
-#: strings.hrc:257
+#: wizards/com/sun/star/wizards/common/strings.hrc:257
msgctxt "RID_AGENDAWIZARDDIALOG_START_35"
msgid "Notes"
msgstr "Notas"
-#: strings.hrc:258
+#: wizards/com/sun/star/wizards/common/strings.hrc:258
msgctxt "RID_AGENDAWIZARDDIALOG_START_36"
msgid "The agenda template will include placeholders for the selected items."
msgstr "Die agendasjabloon sluit plekhouers in vir die geselekteerde items in."
-#: strings.hrc:259
+#: wizards/com/sun/star/wizards/common/strings.hrc:259
msgctxt "RID_AGENDAWIZARDDIALOG_START_38"
msgid "Date:"
msgstr "Datum:"
-#: strings.hrc:260
+#: wizards/com/sun/star/wizards/common/strings.hrc:260
msgctxt "RID_AGENDAWIZARDDIALOG_START_39"
msgid "This wizard creates an agenda template which enables you to create multiple agendas with the same layout and settings."
msgstr "Hierdie slimmerd skep 'n agendasjabloon waarmee u meervoudige agendas met selfde uitleg en instellings kan skep."
-#: strings.hrc:261
+#: wizards/com/sun/star/wizards/common/strings.hrc:261
msgctxt "RID_AGENDAWIZARDDIALOG_START_40"
msgid "Page design:"
msgstr "Bladsyontwerp:"
-#: strings.hrc:262
+#: wizards/com/sun/star/wizards/common/strings.hrc:262
msgctxt "RID_AGENDAWIZARDDIALOG_START_41"
msgid "myAgendaTemplate.stw"
msgstr "myAgendaSjabloon.stw"
-#: strings.hrc:263
+#: wizards/com/sun/star/wizards/common/strings.hrc:263
msgctxt "RID_AGENDAWIZARDDIALOG_START_42"
msgid "My Agenda Template"
msgstr "My Agenda-sjabloon"
-#: strings.hrc:264
+#: wizards/com/sun/star/wizards/common/strings.hrc:264
msgctxt "RID_AGENDAWIZARDDIALOG_START_43"
msgid "An unexpected error occurred while saving the agenda template."
msgstr "'n Onverwagte fout het plaasgevind terwyl die agendasjabloon gestoor is."
-#: strings.hrc:265
+#: wizards/com/sun/star/wizards/common/strings.hrc:265
msgctxt "RID_AGENDAWIZARDDIALOG_START_44"
msgid "Name"
msgstr "Naam"
-#: strings.hrc:266
+#: wizards/com/sun/star/wizards/common/strings.hrc:266
msgctxt "RID_AGENDAWIZARDDIALOG_START_45"
msgid "Date"
msgstr "Datum"
-#: strings.hrc:267
+#: wizards/com/sun/star/wizards/common/strings.hrc:267
msgctxt "RID_AGENDAWIZARDDIALOG_START_46"
msgid "Time"
msgstr "Tyd"
-#: strings.hrc:268
+#: wizards/com/sun/star/wizards/common/strings.hrc:268
msgctxt "RID_AGENDAWIZARDDIALOG_START_47"
msgid "Location"
msgstr "Ligging"
-#: strings.hrc:269
+#: wizards/com/sun/star/wizards/common/strings.hrc:269
msgctxt "RID_AGENDAWIZARDDIALOG_START_48"
msgid "Click to replace this text"
msgstr "Kliek om hierdie teks te vervang"
-#: strings.hrc:270
+#: wizards/com/sun/star/wizards/common/strings.hrc:270
msgctxt "RID_AGENDAWIZARDDIALOG_START_50"
msgid "Page design"
msgstr "Bladsyontwerp"
-#: strings.hrc:271
+#: wizards/com/sun/star/wizards/common/strings.hrc:271
msgctxt "RID_AGENDAWIZARDDIALOG_START_51"
msgid "General information"
msgstr "Algemene inligting"
-#: strings.hrc:272
+#: wizards/com/sun/star/wizards/common/strings.hrc:272
msgctxt "RID_AGENDAWIZARDDIALOG_START_52"
msgid "Headings to include"
msgstr "Opskrifte om in te sluit"
-#: strings.hrc:273
+#: wizards/com/sun/star/wizards/common/strings.hrc:273
msgctxt "RID_AGENDAWIZARDDIALOG_START_53"
msgid "Names"
msgstr "Name"
-#: strings.hrc:274
+#: wizards/com/sun/star/wizards/common/strings.hrc:274
msgctxt "RID_AGENDAWIZARDDIALOG_START_54"
msgid "Agenda items"
msgstr "Agenda-items"
-#: strings.hrc:275
+#: wizards/com/sun/star/wizards/common/strings.hrc:275
msgctxt "RID_AGENDAWIZARDDIALOG_START_55"
msgid "Name and location"
msgstr "Naam en ligging"
-#: strings.hrc:276
+#: wizards/com/sun/star/wizards/common/strings.hrc:276
msgctxt "RID_AGENDAWIZARDDIALOG_START_56"
msgid "An unexpected error occurred while opening the agenda template."
msgstr "'n Onverwagte fout het plaasgevind terwyl die agendasjabloon geopen is."
-#: strings.hrc:277
+#: wizards/com/sun/star/wizards/common/strings.hrc:277
msgctxt "RID_AGENDAWIZARDDIALOG_START_57"
msgid "Type of meeting"
msgstr "Soort vergadering"
-#: strings.hrc:278
+#: wizards/com/sun/star/wizards/common/strings.hrc:278
msgctxt "RID_AGENDAWIZARDDIALOG_START_58"
msgid "Please bring"
msgstr "Bring asseblief"
-#: strings.hrc:279
+#: wizards/com/sun/star/wizards/common/strings.hrc:279
msgctxt "RID_AGENDAWIZARDDIALOG_START_59"
msgid "Please read"
msgstr "Lees asseblief"
-#: strings.hrc:280
+#: wizards/com/sun/star/wizards/common/strings.hrc:280
msgctxt "RID_AGENDAWIZARDDIALOG_START_60"
msgid "Notes"
msgstr "Notas"
-#: strings.hrc:281
+#: wizards/com/sun/star/wizards/common/strings.hrc:281
msgctxt "RID_AGENDAWIZARDDIALOG_START_61"
msgid "Meeting called by"
msgstr "Vergadering byeengeroep deur"
-#: strings.hrc:282
+#: wizards/com/sun/star/wizards/common/strings.hrc:282
msgctxt "RID_AGENDAWIZARDDIALOG_START_62"
msgid "Chairperson"
msgstr "Voorsitter"
-#: strings.hrc:283
+#: wizards/com/sun/star/wizards/common/strings.hrc:283
msgctxt "RID_AGENDAWIZARDDIALOG_START_63"
msgid "Attendees"
msgstr "Bywonendes"
-#: strings.hrc:284
+#: wizards/com/sun/star/wizards/common/strings.hrc:284
msgctxt "RID_AGENDAWIZARDDIALOG_START_64"
msgid "Minute keeper"
msgstr "Notuleskrywer"
-#: strings.hrc:285
+#: wizards/com/sun/star/wizards/common/strings.hrc:285
msgctxt "RID_AGENDAWIZARDDIALOG_START_65"
msgid "Moderator"
msgstr "Moderator"
-#: strings.hrc:286
+#: wizards/com/sun/star/wizards/common/strings.hrc:286
msgctxt "RID_AGENDAWIZARDDIALOG_START_66"
msgid "Observers"
msgstr "Observeerders"
-#: strings.hrc:287
+#: wizards/com/sun/star/wizards/common/strings.hrc:287
msgctxt "RID_AGENDAWIZARDDIALOG_START_67"
msgid "Facility personnel"
msgstr "Fasiliteitpersoneel"
-#: strings.hrc:288
+#: wizards/com/sun/star/wizards/common/strings.hrc:288
msgctxt "RID_AGENDAWIZARDDIALOG_START_68"
msgid "Insert"
msgstr "Voeg in"
-#: strings.hrc:289
+#: wizards/com/sun/star/wizards/common/strings.hrc:289
msgctxt "RID_AGENDAWIZARDDIALOG_START_69"
msgid "Remove"
msgstr "Verwyder"
-#: strings.hrc:290
+#: wizards/com/sun/star/wizards/common/strings.hrc:290
msgctxt "RID_AGENDAWIZARDDIALOG_START_70"
msgid "Move up"
msgstr "Skuif op"
-#: strings.hrc:291
+#: wizards/com/sun/star/wizards/common/strings.hrc:291
msgctxt "RID_AGENDAWIZARDDIALOG_START_71"
msgid "Move down"
msgstr "Skuif ondertoe"
-#: strings.hrc:292
+#: wizards/com/sun/star/wizards/common/strings.hrc:292
msgctxt "RID_AGENDAWIZARDDIALOG_START_72"
msgid "Date:"
msgstr "Datum:"
-#: strings.hrc:293
+#: wizards/com/sun/star/wizards/common/strings.hrc:293
#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_73"
msgid "Time:"
msgstr "Tyd:"
-#: strings.hrc:294
+#: wizards/com/sun/star/wizards/common/strings.hrc:294
msgctxt "RID_AGENDAWIZARDDIALOG_START_74"
msgid "Location:"
msgstr "Ligging:"
-#: strings.hrc:295
+#: wizards/com/sun/star/wizards/common/strings.hrc:295
msgctxt "RID_AGENDAWIZARDDIALOG_START_75"
msgid "Topics"
msgstr ""
-#: strings.hrc:296
+#: wizards/com/sun/star/wizards/common/strings.hrc:296
msgctxt "RID_AGENDAWIZARDDIALOG_START_76"
msgid "Num."
msgstr ""
-#: strings.hrc:297
+#: wizards/com/sun/star/wizards/common/strings.hrc:297
msgctxt "RID_AGENDAWIZARDDIALOG_START_77"
msgid "Topic"
msgstr ""
-#: strings.hrc:298
+#: wizards/com/sun/star/wizards/common/strings.hrc:298
#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_78"
msgid "Responsible"
msgstr "Verantwoordelike"
-#: strings.hrc:299
+#: wizards/com/sun/star/wizards/common/strings.hrc:299
msgctxt "RID_AGENDAWIZARDDIALOG_START_79"
msgid "Time"
msgstr "Tyd"
-#: strings.hrc:300
+#: wizards/com/sun/star/wizards/common/strings.hrc:300
msgctxt "RID_AGENDAWIZARDDIALOG_START_80"
msgid "Additional information"
msgstr "Bykomende inligting"
-#: strings.hrc:301
+#: wizards/com/sun/star/wizards/common/strings.hrc:301
msgctxt "RID_AGENDAWIZARDDIALOG_START_81"
msgid "Minutes for"
msgstr ""
-#: strings.hrc:302
+#: wizards/com/sun/star/wizards/common/strings.hrc:302
msgctxt "RID_AGENDAWIZARDDIALOG_START_82"
msgid "Discussion:"
msgstr ""
-#: strings.hrc:303
+#: wizards/com/sun/star/wizards/common/strings.hrc:303
msgctxt "RID_AGENDAWIZARDDIALOG_START_83"
msgid "Conclusion:"
msgstr ""
-#: strings.hrc:304
+#: wizards/com/sun/star/wizards/common/strings.hrc:304
msgctxt "RID_AGENDAWIZARDDIALOG_START_84"
msgid "To do:"
msgstr ""
-#: strings.hrc:305
+#: wizards/com/sun/star/wizards/common/strings.hrc:305
msgctxt "RID_AGENDAWIZARDDIALOG_START_85"
msgid "Responsible party:"
msgstr ""
-#: strings.hrc:306
+#: wizards/com/sun/star/wizards/common/strings.hrc:306
msgctxt "RID_AGENDAWIZARDDIALOG_START_86"
msgid "Deadline:"
msgstr ""
-#: strings.hrc:307
+#: wizards/com/sun/star/wizards/common/strings.hrc:307
msgctxt "RID_AGENDAWIZARDDIALOG_START_87"
msgid "Blue"
msgstr "Blou"
-#: strings.hrc:308
+#: wizards/com/sun/star/wizards/common/strings.hrc:308
msgctxt "RID_AGENDAWIZARDDIALOG_START_88"
msgid "Classic"
msgstr ""
-#: strings.hrc:309
+#: wizards/com/sun/star/wizards/common/strings.hrc:309
#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_89"
msgid "Colorful"
msgstr "Kleurvol"
-#: strings.hrc:310
+#: wizards/com/sun/star/wizards/common/strings.hrc:310
msgctxt "RID_AGENDAWIZARDDIALOG_START_90"
msgid "Elegant"
msgstr ""
-#: strings.hrc:311
+#: wizards/com/sun/star/wizards/common/strings.hrc:311
msgctxt "RID_AGENDAWIZARDDIALOG_START_91"
msgid "Green"
msgstr "Groen"
-#: strings.hrc:312
+#: wizards/com/sun/star/wizards/common/strings.hrc:312
msgctxt "RID_AGENDAWIZARDDIALOG_START_92"
msgid "Grey"
msgstr "Grys"
-#: strings.hrc:313
+#: wizards/com/sun/star/wizards/common/strings.hrc:313
msgctxt "RID_AGENDAWIZARDDIALOG_START_93"
msgid "Modern"
msgstr ""
-#: strings.hrc:314
+#: wizards/com/sun/star/wizards/common/strings.hrc:314
msgctxt "RID_AGENDAWIZARDDIALOG_START_94"
msgid "Orange"
msgstr "Oranje"
-#: strings.hrc:315
+#: wizards/com/sun/star/wizards/common/strings.hrc:315
msgctxt "RID_AGENDAWIZARDDIALOG_START_95"
msgid "Red"
msgstr "Rooi"
-#: strings.hrc:316
+#: wizards/com/sun/star/wizards/common/strings.hrc:316
#, fuzzy
msgctxt "RID_AGENDAWIZARDDIALOG_START_96"
msgid "Simple"
diff --git a/source/af/writerperfect/messages.po b/source/af/writerperfect/messages.po
index dd58d8b18f3..9a49a6ffcf0 100644
--- a/source/af/writerperfect/messages.po
+++ b/source/af/writerperfect/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-24 12:22+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"
@@ -13,81 +13,151 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:15
+#: writerperfect/inc/strings.hrc:15
#, fuzzy
msgctxt "STR_ENCODING_DIALOG_TITLE"
msgid "Import file"
msgstr "invoerfilter"
-#: strings.hrc:16
+#: writerperfect/inc/strings.hrc:16
msgctxt "STR_ENCODING_DIALOG_TITLE_MSWORKS"
msgid "Import MS Works file"
msgstr ""
-#: strings.hrc:17
+#: writerperfect/inc/strings.hrc:17
msgctxt "STR_ENCODING_DIALOG_TITLE_MSWRITE"
msgid "Import MS Write file"
msgstr ""
-#: strings.hrc:18
+#: writerperfect/inc/strings.hrc:18
msgctxt "STR_ENCODING_DIALOG_TITLE_DOSWORD"
msgid "Import MS Word for DOS file"
msgstr ""
-#: strings.hrc:19
+#: writerperfect/inc/strings.hrc:19
#, fuzzy
msgctxt "STR_ENCODING_DIALOG_TITLE_LOTUS"
msgid "Import Lotus file"
msgstr "Voer Lotus-lêers in"
-#: strings.hrc:20
+#: writerperfect/inc/strings.hrc:20
msgctxt "STR_ENCODING_DIALOG_TITLE_SYMPHONY"
msgid "Import Symphony file"
msgstr ""
-#: strings.hrc:21
+#: writerperfect/inc/strings.hrc:21
msgctxt "STR_ENCODING_DIALOG_TITLE_QUATTROPRO"
msgid "Import Quattro Pro file"
msgstr ""
-#: exportepub.ui:8
+#: writerperfect/uiconfig/ui/exportepub.ui:8
msgctxt "exportepub|EpubDialog"
msgid "EPUB Export"
msgstr ""
-#: exportepub.ui:91
+#: writerperfect/uiconfig/ui/exportepub.ui:91
+msgctxt "exportepub|generalft"
+msgid "General"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:122
#, fuzzy
msgctxt "exportepub|versionft"
msgid "Version:"
msgstr "~Weergawe:"
-#: exportepub.ui:108
+#: writerperfect/uiconfig/ui/exportepub.ui:139
msgctxt "exportepub|epub3"
msgid "EPUB 3.0"
msgstr ""
-#: exportepub.ui:109
+#: writerperfect/uiconfig/ui/exportepub.ui:140
msgctxt "exportepub|epub2"
msgid "EPUB 2.0"
msgstr ""
-#: exportepub.ui:144
+#: writerperfect/uiconfig/ui/exportepub.ui:175
msgctxt "exportepub|splitft"
msgid "Split method:"
msgstr ""
-#: exportepub.ui:161
+#: writerperfect/uiconfig/ui/exportepub.ui:192
#, fuzzy
msgctxt "exportepub|splitpage"
msgid "Page break"
msgstr "Bladsybreuk"
-#: exportepub.ui:162
+#: writerperfect/uiconfig/ui/exportepub.ui:193
msgctxt "exportepub|splitheading"
msgid "Heading"
msgstr "Opskrif"
-#: wpftencodingdialog.ui:63
+#: writerperfect/uiconfig/ui/exportepub.ui:228
+msgctxt "exportepub|layoutft"
+msgid "Layout method:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:245
+msgctxt "exportepub|layoutreflowable"
+msgid "Reflowable"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:246
+msgctxt "exportepub|layoutfixed"
+msgid "Fixed"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:281
+msgctxt "exportepub|coverimageft"
+msgid "Custom cover image:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:311
+msgctxt "exportepub|coverbutton"
+msgid "Browse..."
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:355
+msgctxt "exportepub|mediadirft"
+msgid "Custom media directory:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:385
+msgctxt "exportepub|mediabutton"
+msgid "Browse..."
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:429
+msgctxt "exportepub|metadataft"
+msgid "Metadata"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:470
+msgctxt "exportepub|identifierft"
+msgid "Identifier:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:485
+msgctxt "exportepub|titleft"
+msgid "Title:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:511
+msgctxt "exportepub|authorft"
+msgid "Author:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:537
+msgctxt "exportepub|languageft"
+msgid "Language:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/exportepub.ui:563
+msgctxt "exportepub|dateft"
+msgid "Date:"
+msgstr ""
+
+#: writerperfect/uiconfig/ui/wpftencodingdialog.ui:63
#, fuzzy
msgctxt "wpftencodingdialog|label"
msgid "_Character set:"
diff --git a/source/af/xmlsecurity/messages.po b/source/af/xmlsecurity/messages.po
index f27110d644e..aabe50d9616 100644
--- a/source/af/xmlsecurity/messages.po
+++ b/source/af/xmlsecurity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-02-27 15:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,77 +13,77 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: xmlsecurity/inc/strings.hrc:25
msgctxt "STR_CERTIFICATE_NOT_VALIDATED"
msgid "The certificate could not be validated."
msgstr "Die sertifikaat kon nie gevalideer word nie."
-#: strings.hrc:26
+#: xmlsecurity/inc/strings.hrc:26
msgctxt "STR_HEADERBAR"
msgid "Field\tValue"
msgstr "Veld\tWaarde"
-#: strings.hrc:27
+#: xmlsecurity/inc/strings.hrc:27
msgctxt "STR_VERSION"
msgid "Version"
msgstr "Weergawe"
-#: strings.hrc:28
+#: xmlsecurity/inc/strings.hrc:28
msgctxt "STR_SERIALNUM"
msgid "Serial Number"
msgstr "Reeksnommer"
-#: strings.hrc:29
+#: xmlsecurity/inc/strings.hrc:29
msgctxt "STR_ISSUER"
msgid "Issuer"
msgstr "Uitreiker"
-#: strings.hrc:30
+#: xmlsecurity/inc/strings.hrc:30
msgctxt "STR_VALIDFROM"
msgid "Valid From"
msgstr "Geld vanaf"
-#: strings.hrc:31
+#: xmlsecurity/inc/strings.hrc:31
msgctxt "STR_VALIDTO"
msgid "Valid to"
msgstr "Geld tot"
-#: strings.hrc:32
+#: xmlsecurity/inc/strings.hrc:32
msgctxt "STR_SUBJECT"
msgid "Subject"
msgstr "Onderwerp"
-#: strings.hrc:33
+#: xmlsecurity/inc/strings.hrc:33
msgctxt "STR_SUBJECT_PUBKEY_ALGO"
msgid "Subject Algorithm"
msgstr "Onderwerpalgoritme"
-#: strings.hrc:34
+#: xmlsecurity/inc/strings.hrc:34
msgctxt "STR_SUBJECT_PUBKEY_VAL"
msgid "Public Key"
msgstr "Openbare sleutel"
-#: strings.hrc:35
+#: xmlsecurity/inc/strings.hrc:35
msgctxt "STR_SIGNATURE_ALGO"
msgid "Signature Algorithm"
msgstr "Handtekeningalgoritme"
-#: strings.hrc:36
+#: xmlsecurity/inc/strings.hrc:36
msgctxt "STR_USE"
msgid "Certificate Use"
msgstr ""
-#: strings.hrc:37
+#: xmlsecurity/inc/strings.hrc:37
msgctxt "STR_THUMBPRINT_SHA1"
msgid "Thumbprint SHA1"
msgstr "Duimnael-SHA1"
-#: strings.hrc:38
+#: xmlsecurity/inc/strings.hrc:38
msgctxt "STR_THUMBPRINT_MD5"
msgid "Thumbprint MD5"
msgstr "Duimnael-MD5"
-#: strings.hrc:40
+#: xmlsecurity/inc/strings.hrc:40
#, fuzzy
msgctxt "STR_XMLSECDLG_OLD_ODF_FORMAT"
msgid ""
@@ -95,7 +95,7 @@ msgstr ""
"\n"
"Stoor dokument in ODF 1.2-formaat en voeg alle verlangde handtekeninge weer in."
-#: strings.hrc:44
+#: xmlsecurity/inc/strings.hrc:44
#, fuzzy
msgctxt "STR_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN"
msgid ""
@@ -105,209 +105,209 @@ msgstr ""
"Om 'n makrohandtekening by te voeg of te verwyder, sal al die dokument se handtekeninge verwyder.\n"
"Wil u regtig voortgaan?"
-#: strings.hrc:46
+#: xmlsecurity/inc/strings.hrc:46
msgctxt "STR_XMLSECDLG_QUERY_REALLYREMOVE"
msgid ""
"Document signature cannot be restored, once removed.\n"
"Do you really want to remove selected signature?"
msgstr ""
-#: strings.hrc:49
+#: xmlsecurity/inc/strings.hrc:49
msgctxt "STR_XMLSECDLG_SIGNING_FAILED"
msgid "An error occurred while adding the signature."
msgstr ""
-#: strings.hrc:50
+#: xmlsecurity/inc/strings.hrc:50
msgctxt "STR_XMLSECDLG_NO_CERT_MANAGER"
msgid "Could not find any certificate manager."
msgstr ""
-#: strings.hrc:51
+#: xmlsecurity/inc/strings.hrc:51
msgctxt "STR_XMLSECDLG_NO_CERT_FOUND"
msgid "Could not find the certificate."
msgstr ""
-#: strings.hrc:53
+#: xmlsecurity/inc/strings.hrc:53
#, fuzzy
msgctxt "RID_XMLSECWB_NO_MOZILLA_PROFILE"
msgid "Digital signatures functionality could not be used, because no Mozilla user profile was found. Please check the Mozilla installation."
msgstr "Digitale handtekeninge kon nie gebruik word nie omdat geen Mozilla-gebruikerprofiel gevind is nie. Kontroleer die Mozilla-installasie."
-#: certgeneral.ui:32
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:32
#, fuzzy
msgctxt "certgeneral|label1"
msgid "Certificate Information"
msgstr " Sertifikaatinligting"
-#: certgeneral.ui:70
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:70
msgctxt "certgeneral|hintnotrust"
msgid "This certificate is validated."
msgstr ""
-#: certgeneral.ui:103
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:103
#, fuzzy
msgctxt "certgeneral|issued_to"
msgid "Issued to: "
msgstr "Uitgereik aan:"
-#: certgeneral.ui:130
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:130
#, fuzzy
msgctxt "certgeneral|issued_by"
msgid "Issued by: "
msgstr "Uitgereik deur:"
-#: certgeneral.ui:156
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:156
#, fuzzy
msgctxt "certgeneral|valid_from"
msgid "Valid from:"
msgstr "Geld vanaf"
-#: certgeneral.ui:187
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:187
#, fuzzy
msgctxt "certgeneral|privatekey"
msgid "You have a private key that corresponds to this certificate."
msgstr "U het 'n private sleutel wat met hierdie sertifikaat ooreenstem."
-#: certgeneral.ui:207
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:207
#, fuzzy
msgctxt "certgeneral|valid_to"
msgid "Valid to:"
msgstr "Geld tot"
-#: certpage.ui:26
+#: xmlsecurity/uiconfig/ui/certpage.ui:26
msgctxt "certpage|label1"
msgid "Certification path"
msgstr ""
-#: certpage.ui:39
+#: xmlsecurity/uiconfig/ui/certpage.ui:39
msgctxt "certpage|viewcert"
msgid "View Certificate..."
msgstr ""
-#: certpage.ui:90
+#: xmlsecurity/uiconfig/ui/certpage.ui:90
msgctxt "certpage|label2"
msgid "Certification status"
msgstr ""
-#: certpage.ui:127
+#: xmlsecurity/uiconfig/ui/certpage.ui:127
msgctxt "certpage|certok"
msgid "The certificate is OK."
msgstr ""
-#: certpage.ui:139
+#: xmlsecurity/uiconfig/ui/certpage.ui:139
msgctxt "certpage|certnotok"
msgid "The certificate could not be validated."
msgstr "Die sertifikaat kon nie gevalideer word nie."
-#: digitalsignaturesdialog.ui:9
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:9
#, fuzzy
msgctxt "digitalsignaturesdialog|DigitalSignaturesDialog"
msgid "Digital Signatures"
msgstr "Digitale handtekeninge..."
-#: digitalsignaturesdialog.ui:70
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:70
msgctxt "digitalsignaturesdialog|dochint"
msgid "The following have signed the document content: "
msgstr ""
-#: digitalsignaturesdialog.ui:102
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:102
msgctxt "digitalsignaturesdialog|view"
msgid "View Certificate..."
msgstr ""
-#: digitalsignaturesdialog.ui:115
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:115
#, fuzzy
msgctxt "digitalsignaturesdialog|sign"
msgid "Sign Document..."
msgstr "OpenDokument..."
-#: digitalsignaturesdialog.ui:129
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:129
msgctxt "digitalsignaturesdialog|remove"
msgid "Remove"
msgstr "Verwyder"
-#: digitalsignaturesdialog.ui:142
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:142
msgctxt "digitalsignaturesdialog|start_certmanager"
msgid "Start Certificate Manager..."
msgstr ""
-#: digitalsignaturesdialog.ui:170
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:170
msgctxt "digitalsignaturesdialog|signed"
msgid "Signed by "
msgstr ""
-#: digitalsignaturesdialog.ui:182
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:182
msgctxt "digitalsignaturesdialog|issued"
msgid "Digital ID issued by "
msgstr ""
-#: digitalsignaturesdialog.ui:194
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:194
msgctxt "digitalsignaturesdialog|date"
msgid "Date"
msgstr "Datum"
-#: digitalsignaturesdialog.ui:205
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:205
msgctxt "digitalsignaturesdialog|description"
msgid "Description"
msgstr "Beskrywing"
-#: digitalsignaturesdialog.ui:216
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:216
msgctxt "digitalsignaturesdialog|type"
msgid "Signature type"
msgstr ""
-#: digitalsignaturesdialog.ui:233
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:233
msgctxt "digitalsignaturesdialog|macrohint"
msgid "The following have signed the document macro:"
msgstr ""
-#: digitalsignaturesdialog.ui:245
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:245
msgctxt "digitalsignaturesdialog|packagehint"
msgid "The following have signed this package:"
msgstr ""
-#: digitalsignaturesdialog.ui:263
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:263
msgctxt "digitalsignaturesdialog|validft"
msgid "The signatures in this document are valid"
msgstr ""
-#: digitalsignaturesdialog.ui:287
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:287
msgctxt "digitalsignaturesdialog|invalidft"
msgid "The signatures in this document are invalid"
msgstr ""
-#: digitalsignaturesdialog.ui:300
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:300
msgctxt "digitalsignaturesdialog|oldsignatureft"
msgid "Not all parts of the document are signed"
msgstr ""
-#: digitalsignaturesdialog.ui:313
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:313
#, fuzzy
msgctxt "digitalsignaturesdialog|notvalidatedft"
msgid "Certificate could not be validated"
msgstr "Die sertifikaat kon nie gevalideer word nie."
-#: digitalsignaturesdialog.ui:362
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:362
msgctxt "digitalsignaturesdialog|adescompliant"
msgid "Use AdES-compliant signature when there is a choice"
msgstr ""
-#: macrosecuritydialog.ui:8
+#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:8
msgctxt "macrosecuritydialog|MacroSecurityDialog"
msgid "Macro Security"
msgstr ""
-#: macrosecuritydialog.ui:106
+#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:106
msgctxt "macrosecuritydialog|SecurityLevelPage"
msgid "Security Level"
msgstr ""
-#: macrosecuritydialog.ui:128
+#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:128
msgctxt "macrosecuritydialog|SecurityTrustPage"
msgid "Trusted Sources"
msgstr ""
-#: securitylevelpage.ui:14
+#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:14
msgctxt "securitylevelpage|low"
msgid ""
"_Low (not recommended).\n"
@@ -315,14 +315,14 @@ msgid ""
"Use this setting only if you are certain that all documents that will be opened are safe."
msgstr ""
-#: securitylevelpage.ui:32
+#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:32
msgctxt "securitylevelpage|med"
msgid ""
"_Medium.\n"
"Confirmation required before executing macros from untrusted sources."
msgstr ""
-#: securitylevelpage.ui:49
+#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:49
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
@@ -330,7 +330,7 @@ msgid ""
"Unsigned macros are disabled."
msgstr ""
-#: securitylevelpage.ui:68
+#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:68
msgctxt "securitylevelpage|vhigh"
msgid ""
"_Very high.\n"
@@ -338,168 +338,167 @@ msgid ""
"All other macros, regardless whether signed or not, are disabled."
msgstr ""
-#: securitytrustpage.ui:43
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:43
msgctxt "securitytrustpage|viewcert"
msgid "_View..."
msgstr ""
-#: securitytrustpage.ui:86
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:86
#, fuzzy
msgctxt "securitytrustpage|to"
msgid "Issued to"
msgstr "Uitgereik aan:"
-#: securitytrustpage.ui:100
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:100
#, fuzzy
msgctxt "securitytrustpage|by"
msgid "Issued by"
msgstr "Uitgereik deur:"
-#: securitytrustpage.ui:114
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:114
msgctxt "securitytrustpage|date"
msgid "Expiration date"
msgstr ""
-#: securitytrustpage.ui:172
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:172
msgctxt "securitytrustpage|label3"
msgid "Trusted Certificates"
msgstr ""
-#: securitytrustpage.ui:215
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:215
msgctxt "securitytrustpage|label8"
msgid "Document macros are always executed if they have been opened from one of the following locations."
msgstr ""
-#: securitytrustpage.ui:234
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:234
#, fuzzy
msgctxt "securitytrustpage|addfile"
msgid "A_dd..."
msgstr "Voeg by..."
-#: securitytrustpage.ui:321
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:321
msgctxt "securitytrustpage|label4"
msgid "Trusted File Locations"
msgstr ""
-#: selectcertificatedialog.ui:9
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:9
msgctxt "selectcertificatedialog|SelectCertificateDialog"
msgid "Select Certificate"
msgstr ""
-#: selectcertificatedialog.ui:92
-#, fuzzy
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:92
msgctxt "selectcertificatedialog|issuedto"
-msgid "Issued to "
-msgstr "Uitgereik aan:"
+msgid "Issued to"
+msgstr ""
-#: selectcertificatedialog.ui:103
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:103
#, fuzzy
msgctxt "selectcertificatedialog|issuedby"
msgid "Issued by"
msgstr "Uitgereik deur:"
-#: selectcertificatedialog.ui:114
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:114
msgctxt "selectcertificatedialog|usage"
msgid "Certificate usage"
msgstr ""
-#: selectcertificatedialog.ui:125
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:125
msgctxt "selectcertificatedialog|expiration"
msgid "Expiration date"
msgstr ""
-#: selectcertificatedialog.ui:136
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:136
msgctxt "selectcertificatedialog|type"
msgid "Type"
msgstr "Soort"
-#: selectcertificatedialog.ui:148
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:148
#, fuzzy
msgctxt "selectcertificatedialog|STR_DIGITAL_SIGNATURE"
msgid "Digital signature"
msgstr "Digitale handtekening..."
-#: selectcertificatedialog.ui:153
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:153
msgctxt "selectcertificatedialog|STR_NON_REPUDIATION"
msgid "Non-repudiation"
msgstr ""
-#: selectcertificatedialog.ui:158
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:158
msgctxt "selectcertificatedialog|STR_KEY_ENCIPHERMENT"
msgid "Key encipherment"
msgstr ""
-#: selectcertificatedialog.ui:163
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:163
msgctxt "selectcertificatedialog|STR_DATA_ENCIPHERMENT"
msgid "Data encipherment"
msgstr ""
-#: selectcertificatedialog.ui:168
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:168
msgctxt "selectcertificatedialog|STR_KEY_AGREEMENT"
msgid "Key Agreement"
msgstr ""
-#: selectcertificatedialog.ui:173
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:173
msgctxt "selectcertificatedialog|STR_KEY_CERT_SIGN"
msgid "Certificate signature verification"
msgstr ""
-#: selectcertificatedialog.ui:178
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:178
msgctxt "selectcertificatedialog|STR_CRL_SIGN"
msgid "CRL signature verification"
msgstr ""
-#: selectcertificatedialog.ui:183
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:183
msgctxt "selectcertificatedialog|STR_ENCIPHER_ONLY"
msgid "Only for encipherment"
msgstr ""
-#: selectcertificatedialog.ui:189
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:189
msgctxt "selectcertificatedialog|str_sign"
msgid "Sign"
msgstr ""
-#: selectcertificatedialog.ui:194
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:194
msgctxt "selectcertificatedialog|str_encrypt"
msgid "Encrypt"
msgstr ""
-#: selectcertificatedialog.ui:209
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:209
msgctxt "selectcertificatedialog|sign"
msgid "Select the certificate you want to use for signing:"
msgstr ""
-#: selectcertificatedialog.ui:222
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:222
msgctxt "selectcertificatedialog|encrypt"
msgid "Select the certificate you want to use for encryption:"
msgstr ""
-#: selectcertificatedialog.ui:246
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:246
msgctxt "selectcertificatedialog|viewcert"
msgid "View Certificate..."
msgstr ""
-#: selectcertificatedialog.ui:266
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:266
msgctxt "selectcertificatedialog|label2"
msgid "Description:"
msgstr "Beskrywing:"
-#: viewcertdialog.ui:8
+#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:8
msgctxt "viewcertdialog|ViewCertDialog"
msgid "View Certificate"
msgstr ""
-#: viewcertdialog.ui:78
+#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:78
msgctxt "viewcertdialog|general"
msgid "General"
msgstr "Algemeen"
-#: viewcertdialog.ui:100
+#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:100
msgctxt "viewcertdialog|details"
msgid "Details"
msgstr "Besonderhede"
-#: viewcertdialog.ui:123
+#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:123
msgctxt "viewcertdialog|path"
msgid "Certification Path"
msgstr ""
diff --git a/source/am/accessibility/messages.po b/source/am/accessibility/messages.po
index 2b71ae4d03a..4221177f82b 100644
--- a/source/am/accessibility/messages.po
+++ b/source/am/accessibility/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-11-25 16:19+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,61 +13,61 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1511626744.000000\n"
-#: strings.hrc:25
+#: accessibility/inc/strings.hrc:25
msgctxt "RID_STR_ACC_NAME_BROWSEBUTTON"
msgid "Browse"
msgstr "መቃኛ"
-#: strings.hrc:26
+#: accessibility/inc/strings.hrc:26
msgctxt "STR_SVT_ACC_ACTION_EXPAND"
msgid "Expand"
msgstr "ማስፊያ"
-#: strings.hrc:27
+#: accessibility/inc/strings.hrc:27
msgctxt "STR_SVT_ACC_ACTION_COLLAPSE"
msgid "Collapse"
msgstr "ማሳነሻ"
-#: strings.hrc:28
+#: accessibility/inc/strings.hrc:28
msgctxt "STR_SVT_ACC_LISTENTRY_SELCTED_STATE"
msgid "(Selected)"
msgstr "(የተመረጠው)"
-#: strings.hrc:29
+#: accessibility/inc/strings.hrc:29
msgctxt "RID_STR_ACC_ACTION_CHECK"
msgid "Check"
msgstr "ምልክት ማድረጊያ"
-#: strings.hrc:30
+#: accessibility/inc/strings.hrc:30
msgctxt "RID_STR_ACC_ACTION_UNCHECK"
msgid "Uncheck"
msgstr "ምልክት ማጥፊያ"
-#: strings.hrc:31
+#: accessibility/inc/strings.hrc:31
msgctxt "RID_STR_ACC_SCROLLBAR_NAME_VERTICAL"
msgid "Vertical scroll bar"
msgstr "በ ቁመት መሸብለያ"
-#: strings.hrc:32
+#: accessibility/inc/strings.hrc:32
msgctxt "RID_STR_ACC_SCROLLBAR_NAME_HORIZONTAL"
msgid "Horizontal scroll bar"
msgstr "በ አግድም መሸብለያ"
-#: strings.hrc:33
+#: accessibility/inc/strings.hrc:33
msgctxt "RID_STR_ACC_PANEL_DESCRIPTION"
msgid "Please press enter to go into child control for more operations"
msgstr "እባክዎን ማስገቢያውን ይጫኑ ወደ ልጆች መቆጣጠሪያ ወደ ተጨማሪ ተግባሮች ለ መሄድ"
-#: strings.hrc:34
+#: accessibility/inc/strings.hrc:34
#, c-format
msgctxt "RID_STR_ACC_COLUMN_NUM"
msgid "Column %COLUMNNUMBER"
msgstr "አምድ %COLUMNNUMBER"
-#: strings.hrc:35
+#: accessibility/inc/strings.hrc:35
msgctxt "RID_STR_ACC_ROW_NUM"
msgid "Row %ROWNUMBER"
msgstr "ረድፍ %ROWNUMBER"
diff --git a/source/am/avmedia/messages.po b/source/am/avmedia/messages.po
index 331174d67a0..b653db4ba88 100644
--- a/source/am/avmedia/messages.po
+++ b/source/am/avmedia/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-11-23 01:42+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,115 +13,115 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1511401343.000000\n"
-#: strings.hrc:25
+#: avmedia/inc/strings.hrc:25
msgctxt "AVMEDIA_STR_OPEN"
msgid "Open"
msgstr "መክፈቻ"
-#: strings.hrc:26
+#: avmedia/inc/strings.hrc:26
msgctxt "AVMEDIA_STR_INSERT"
msgid "Apply"
msgstr "መፈጸሚያ"
-#: strings.hrc:27
+#: avmedia/inc/strings.hrc:27
msgctxt "AVMEDIA_STR_PLAY"
msgid "Play"
msgstr "ማጫወቻ"
-#: strings.hrc:28
+#: avmedia/inc/strings.hrc:28
msgctxt "AVMEDIA_STR_PAUSE"
msgid "Pause"
msgstr "ማቆሚያ"
-#: strings.hrc:29
+#: avmedia/inc/strings.hrc:29
msgctxt "AVMEDIA_STR_STOP"
msgid "Stop"
msgstr "ማስቆሚያ"
-#: strings.hrc:30
+#: avmedia/inc/strings.hrc:30
msgctxt "AVMEDIA_STR_LOOP"
msgid "Repeat"
msgstr "መድገሚያ"
-#: strings.hrc:31
+#: avmedia/inc/strings.hrc:31
msgctxt "AVMEDIA_STR_MUTE"
msgid "Mute"
msgstr "ማቋረጫ"
-#: strings.hrc:32
+#: avmedia/inc/strings.hrc:32
msgctxt "AVMEDIA_STR_ZOOM"
msgid "View"
msgstr "መመልከቻ"
-#: strings.hrc:33
+#: avmedia/inc/strings.hrc:33
msgctxt "AVMEDIA_STR_ZOOM_50"
msgid "50%"
msgstr "50%"
-#: strings.hrc:34
+#: avmedia/inc/strings.hrc:34
msgctxt "AVMEDIA_STR_ZOOM_100"
msgid "100%"
msgstr "100%"
-#: strings.hrc:35
+#: avmedia/inc/strings.hrc:35
msgctxt "AVMEDIA_STR_ZOOM_200"
msgid "200%"
msgstr "200%"
-#: strings.hrc:36
+#: avmedia/inc/strings.hrc:36
msgctxt "AVMEDIA_STR_ZOOM_FIT"
msgid "Scaled"
msgstr "የተመጠነ"
-#: strings.hrc:37
+#: avmedia/inc/strings.hrc:37
msgctxt "AVMEDIA_STR_VOLUME"
msgid "Volume"
msgstr "መጠን"
-#: strings.hrc:38
+#: avmedia/inc/strings.hrc:38
msgctxt "AVMEDIA_STR_POSITION"
msgid "Position"
msgstr "ቦታ"
-#: strings.hrc:39
+#: avmedia/inc/strings.hrc:39
msgctxt "AVMEDIA_STR_MEDIAPLAYER"
msgid "Media Player"
msgstr "መገናኛ ማጫወቻ"
-#: strings.hrc:40
+#: avmedia/inc/strings.hrc:40
msgctxt "AVMEDIA_MEDIA_PATH"
msgid "Media Path"
msgstr "የ መገናኛ መንገድ"
-#: strings.hrc:41
+#: avmedia/inc/strings.hrc:41
msgctxt "AVMEDIA_MEDIA_PATH_DEFAULT"
msgid "No Media Selected"
msgstr "ምንም መገናኛ አልተመረጠም"
-#: strings.hrc:42
+#: avmedia/inc/strings.hrc:42
msgctxt "AVMEDIA_STR_INSERTMEDIA_DLG"
msgid "Insert Audio or Video"
msgstr "ድምፅ ወይንም ቪዲዮ ማስገቢያ"
-#: strings.hrc:43
+#: avmedia/inc/strings.hrc:43
msgctxt "AVMEDIA_STR_OPENMEDIA_DLG"
msgid "Open Audio or Video"
msgstr "ድምፅ ወይንም ቪዲዮ ማስገቢያ"
-#: strings.hrc:44
+#: avmedia/inc/strings.hrc:44
msgctxt "AVMEDIA_STR_ALL_MEDIAFILES"
msgid "All audio and video files"
msgstr "ሁሉንም የ ድምፅ እና ቪዲዮ ፋይሎች"
-#: strings.hrc:45
+#: avmedia/inc/strings.hrc:45
msgctxt "AVMEDIA_STR_ALL_FILES"
msgid "All files"
msgstr "ሁሉንም ፋይሎች"
-#: strings.hrc:46
+#: avmedia/inc/strings.hrc:46
msgctxt "AVMEDIA_STR_ERR_URL"
msgid "The format of the selected file is not supported."
msgstr "የተመረጠው ፋይል አቀራረብ የተደገፈ አይደለም"
diff --git a/source/am/basctl/messages.po b/source/am/basctl/messages.po
index e0dc492f454..627944c9b3f 100644
--- a/source/am/basctl/messages.po
+++ b/source/am/basctl/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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2017-12-26 20:34+0000\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
+"PO-Revision-Date: 2018-03-24 19:20+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,253 +13,253 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1514320465.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521919246.000000\n"
-#: strings.hrc:25
+#: basctl/inc/strings.hrc:25
msgctxt "RID_STR_FILTER_ALLFILES"
msgid "<All>"
msgstr "<ሁሉንም>"
-#: strings.hrc:26
+#: basctl/inc/strings.hrc:26
msgctxt "RID_STR_NOMODULE"
msgid "< No Module >"
msgstr "< ክፍሉ የለም >"
-#: strings.hrc:27
+#: basctl/inc/strings.hrc:27
msgctxt "RID_STR_WRONGPASSWORD"
msgid "Incorrect Password"
msgstr "የተሳሳተ የ መግቢያ ቃል"
-#: strings.hrc:28
+#: basctl/inc/strings.hrc:28
msgctxt "RID_STR_NOLIBINSTORAGE"
msgid "The file does not contain any BASIC libraries"
msgstr "ፋይሉ መሰረታዊ መጻሕፍት ቤት አልያዘም"
-#: strings.hrc:29
+#: basctl/inc/strings.hrc:29
msgctxt "RID_STR_BADSBXNAME"
msgid "Invalid Name"
msgstr "ዋጋ የሌለው ስም"
-#: strings.hrc:30
+#: basctl/inc/strings.hrc:30
msgctxt "RID_STR_LIBNAMETOLONG"
msgid "A library name can have up to 30 characters."
msgstr "የ መጻሕፍት ቤት ስም እስከ 30 ባህሪዎች ሊኖረው ይችላል"
-#: strings.hrc:31
+#: basctl/inc/strings.hrc:31
msgctxt "RID_STR_ERRORCHOOSEMACRO"
msgid "Macros from other documents are not accessible."
msgstr "ማክሮስ ከ ሌሎች ሰነዶች ማግኘት አልተቻለም"
-#: strings.hrc:32
+#: basctl/inc/strings.hrc:32
msgctxt "RID_STR_LIBISREADONLY"
msgid "This library is read-only."
msgstr "ይህ መጻሕፍት ቤት ለማንበብ ብቻ ነው"
-#: strings.hrc:33
+#: basctl/inc/strings.hrc:33
msgctxt "RID_STR_REPLACELIB"
msgid "'XX' cannot be replaced."
msgstr "'XX' መቀየር አይቻልም"
-#: strings.hrc:34
+#: basctl/inc/strings.hrc:34
msgctxt "RID_STR_IMPORTNOTPOSSIBLE"
msgid "'XX' cannot be added."
msgstr "'XX' መጨመር አይቻልም"
-#: strings.hrc:35
+#: basctl/inc/strings.hrc:35
msgctxt "RID_STR_NOIMPORT"
msgid "'XX' was not added."
msgstr "'XX' አልተጨመረም"
-#: strings.hrc:36
+#: basctl/inc/strings.hrc:36
msgctxt "RID_STR_ENTERPASSWORD"
msgid "Enter password for 'XX'"
msgstr "የ መግቢያ ቃል ያስገቡ ለ 'XX'"
-#: strings.hrc:37
+#: basctl/inc/strings.hrc:37
msgctxt "RID_STR_SBXNAMEALLREADYUSED"
msgid "Name already exists"
msgstr "ስሙ በቅድሚያ ነበር"
-#: strings.hrc:38
+#: basctl/inc/strings.hrc:38
msgctxt "RID_STR_SIGNED"
msgid "(Signed)"
msgstr "(ተፈርሟል)"
-#: strings.hrc:39
+#: basctl/inc/strings.hrc:39
msgctxt "RID_STR_SBXNAMEALLREADYUSED2"
msgid "Object with same name already exists"
msgstr "በዚህ ስም ሌላ እቃ ቀደም ሲል ነበር"
-#: strings.hrc:40
+#: basctl/inc/strings.hrc:40
msgctxt "RID_STR_CANNOTRUNMACRO"
msgid ""
"For security reasons, you cannot run this macro.\n"
"\n"
"For more information, check the security settings."
msgstr ""
-"ለ ደህንነት ሲባል ይህን macro ማስኬድ አይቻልም \n"
+"ለ ደህንነት ሲባል ይህን ማክሮ ማስኬድ አይቻልም \n"
"\n"
-"ለበለጠ መረጃ የደህንነት ማሰናጃውን ይመርምሩ"
+"ለ በለጠ መረጃ የ ደህንነት ማሰናጃውን ይመርምሩ"
-#: strings.hrc:41
+#: basctl/inc/strings.hrc:41
msgctxt "RID_STR_SEARCHNOTFOUND"
msgid "Search key not found"
msgstr "መፈለጊያ ቁልፉ አልተገኘም"
-#: strings.hrc:42
+#: basctl/inc/strings.hrc:42
msgctxt "RID_STR_SEARCHFROMSTART"
msgid "Search to last module complete. Continue at first module?"
msgstr "የ መጨረሻውን ክፍል መፈለግ ተፈጽሟል: ከ መጀመሪያው ክፍል ጀምሮ ልቀጥል?"
-#: strings.hrc:43
+#: basctl/inc/strings.hrc:43
msgctxt "RID_STR_SEARCHREPLACES"
msgid "Search key replaced XX times"
msgstr "መፈለጊያ ቁልፍ ተቀይሯል በ XX ጊዜ"
-#: strings.hrc:44
+#: basctl/inc/strings.hrc:44
msgctxt "RID_STR_COULDNTREAD"
msgid "The file could not be read"
msgstr "ፋይሉን ማንበብ አልተቻለም"
-#: strings.hrc:45
+#: basctl/inc/strings.hrc:45
msgctxt "RID_STR_COULDNTWRITE"
msgid "The file could not be saved"
msgstr "ፋይሉን ማስቀመጥ አልተቻለም"
-#: strings.hrc:46
+#: basctl/inc/strings.hrc:46
msgctxt "RID_STR_CANNOTCHANGENAMESTDLIB"
msgid "The name of the default library cannot be changed."
msgstr "የ ነባር መጻሕፍት ቤቱን ስም መቀየር አይቻልም"
-#: strings.hrc:47
+#: basctl/inc/strings.hrc:47
msgctxt "RID_STR_GENERATESOURCE"
msgid "Generating source"
msgstr "ምንጩን በማመንጨት ላይ"
-#: strings.hrc:48
+#: basctl/inc/strings.hrc:48
msgctxt "RID_STR_FILENAME"
msgid "File name:"
msgstr "የ ፋይል ስም:"
-#: strings.hrc:49
+#: basctl/inc/strings.hrc:49
msgctxt "RID_STR_APPENDLIBS"
msgid "Import Libraries"
msgstr "መጻህፍት ቤት ማምጫ"
-#: strings.hrc:50
+#: basctl/inc/strings.hrc:50
msgctxt "RID_STR_QUERYDELMACRO"
msgid "Do you want to delete the macro XX?"
msgstr "macro XX ን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:51
+#: basctl/inc/strings.hrc:51
msgctxt "RID_STR_QUERYDELDIALOG"
msgid "Do you want to delete the XX dialog?"
msgstr "የ XX ንግግርን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:52
+#: basctl/inc/strings.hrc:52
msgctxt "RID_STR_QUERYDELLIB"
msgid "Do you want to delete the XX library?"
msgstr "የ XX መጻህፍት ቤቱን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:53
+#: basctl/inc/strings.hrc:53
msgctxt "RID_STR_QUERYDELLIBREF"
msgid "Do you want to delete the reference to the XX library?"
msgstr "ወደ XX መጻህፍት ቤት ማመሳከሪያውን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:54
+#: basctl/inc/strings.hrc:54
msgctxt "RID_STR_QUERYDELMODULE"
msgid "Do you want to delete the XX module?"
msgstr "ይህን XX ክፍል ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:55
+#: basctl/inc/strings.hrc:55
msgctxt "RID_STR_BASIC"
msgid "BASIC"
msgstr "መሰረታዊ"
#. Abbreviation for 'line'
-#: strings.hrc:57
+#: basctl/inc/strings.hrc:57
msgctxt "RID_STR_LINE"
msgid "Ln"
msgstr "መስመር"
#. Abbreviation for 'column'
-#: strings.hrc:59
+#: basctl/inc/strings.hrc:59
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "አምድ"
-#: strings.hrc:60
+#: basctl/inc/strings.hrc:60
msgctxt "RID_STR_CANNOTCLOSE"
msgid "The window cannot be closed while BASIC is running."
msgstr "መሰረታዊው እየሄደ እያለ መስኮቱን መዝጋት አይችሉም"
-#: strings.hrc:61
+#: basctl/inc/strings.hrc:61
msgctxt "RID_STR_REPLACESTDLIB"
msgid "The default library cannot be replaced."
msgstr "ነባር መጻሕፍት ቤቱን መቀየር አይችሉም"
-#: strings.hrc:62
+#: basctl/inc/strings.hrc:62
msgctxt "RID_STR_REFNOTPOSSIBLE"
msgid "Reference to 'XX' not possible."
msgstr "ወደ 'XX' ማመሳከር አይቻልም"
-#: strings.hrc:63
+#: basctl/inc/strings.hrc:63
msgctxt "RID_STR_WATCHNAME"
msgid "Watch"
msgstr "መመልከቻ"
-#: strings.hrc:64
+#: basctl/inc/strings.hrc:64
msgctxt "RID_STR_WATCHVARIABLE"
msgid "Variable"
msgstr "ተለዋዋጭ"
-#: strings.hrc:65
+#: basctl/inc/strings.hrc:65
msgctxt "RID_STR_WATCHVALUE"
msgid "Value"
msgstr "ዋጋ"
-#: strings.hrc:66
+#: basctl/inc/strings.hrc:66
msgctxt "RID_STR_WATCHTYPE"
msgid "Type"
msgstr "አይነት"
-#: strings.hrc:67
+#: basctl/inc/strings.hrc:67
msgctxt "RID_STR_STACKNAME"
msgid "Call Stack"
msgstr "መከመሪያ መጥሪያ"
-#: strings.hrc:68
+#: basctl/inc/strings.hrc:68
msgctxt "RID_STR_STDDIALOGNAME"
msgid "Dialog"
msgstr "ንግግር"
-#: strings.hrc:69
+#: basctl/inc/strings.hrc:69
msgctxt "RID_STR_NEWLIB"
msgid "New Library"
msgstr "አዲስ መጻሕፍት ቤት"
-#: strings.hrc:70
+#: basctl/inc/strings.hrc:70
msgctxt "RID_STR_NEWMOD"
msgid "New Module"
msgstr "አዲስ ክፍል"
-#: strings.hrc:71
+#: basctl/inc/strings.hrc:71
msgctxt "RID_STR_NEWDLG"
msgid "New Dialog"
msgstr "አዲስ ንግግር"
-#: strings.hrc:72
+#: basctl/inc/strings.hrc:72
msgctxt "RID_STR_ALL"
msgid "All"
msgstr "ሁሉንም"
-#: strings.hrc:73
+#: basctl/inc/strings.hrc:73
msgctxt "RID_STR_PAGE"
msgid "Page"
msgstr "ገጽ"
-#: strings.hrc:74
+#: basctl/inc/strings.hrc:74
msgctxt "RID_STR_WILLSTOPPRG"
msgid ""
"You will have to restart the program after this edit.\n"
@@ -268,107 +268,107 @@ msgstr ""
"ፕሮግራሙን እንደገና ማስነሳት አለብዎት ከዚህ እርማት በኋላ \n"
"ልቀጥል?"
-#: strings.hrc:75
+#: basctl/inc/strings.hrc:75
msgctxt "RID_STR_SEARCHALLMODULES"
msgid "Do you want to replace the text in all active modules?"
msgstr "በ ንቁ ክፍል ውስጥ ያሉትን ሁሉንም ጽሁፎች መቀየር ይፈልጋሉ?"
-#: strings.hrc:76
+#: basctl/inc/strings.hrc:76
msgctxt "RID_STR_REMOVEWATCH"
msgid "Watch:"
msgstr "መመልከቻ:"
-#: strings.hrc:77
+#: basctl/inc/strings.hrc:77
msgctxt "RID_STR_STACK"
msgid "Calls: "
msgstr "ጥሪዎች: "
-#: strings.hrc:78
+#: basctl/inc/strings.hrc:78
msgctxt "RID_STR_USERMACROS"
msgid "My Macros"
msgstr "የ እኔ ማክሮስ"
-#: strings.hrc:79
+#: basctl/inc/strings.hrc:79
msgctxt "RID_STR_USERDIALOGS"
msgid "My Dialogs"
msgstr "የ እኔ ንግግሮች"
-#: strings.hrc:80
+#: basctl/inc/strings.hrc:80
msgctxt "RID_STR_USERMACROSDIALOGS"
msgid "My Macros & Dialogs"
msgstr "የ እኔ ማክሮስ & ንግግሮች"
-#: strings.hrc:81
+#: basctl/inc/strings.hrc:81
msgctxt "RID_STR_SHAREMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "%PRODUCTNAME ማክሮስ"
-#: strings.hrc:82
+#: basctl/inc/strings.hrc:82
msgctxt "RID_STR_SHAREDIALOGS"
msgid "%PRODUCTNAME Dialogs"
msgstr "%PRODUCTNAME ንግግሮች"
-#: strings.hrc:83
+#: basctl/inc/strings.hrc:83
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr "%PRODUCTNAME ማክሮስ & ንግግሮች"
-#: strings.hrc:84
+#: basctl/inc/strings.hrc:84
msgctxt "RID_STR_REMOVEWATCHTIP"
msgid "Remove Watch"
msgstr "መመልከቻ ማስወገጃ"
-#: strings.hrc:85
+#: basctl/inc/strings.hrc:85
msgctxt "RID_STR_QUERYREPLACEMACRO"
msgid "Do you want to overwrite the XX macro?"
msgstr "በ XX ማክሮ ላይ ደርበው መጻፍ ይፈልጋሉ?"
-#: strings.hrc:86
+#: basctl/inc/strings.hrc:86
msgctxt "RID_STR_TRANSLATION_NOTLOCALIZED"
msgid "<Not localized>"
msgstr "<አልተተሮገመም>"
-#: strings.hrc:87
+#: basctl/inc/strings.hrc:87
msgctxt "RID_STR_TRANSLATION_DEFAULT"
msgid "[Default Language]"
msgstr "[ነባር ቋንቋዎች]"
-#: strings.hrc:88
+#: basctl/inc/strings.hrc:88
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
msgstr "የ ሰነድ እቃዎች"
-#: strings.hrc:89
+#: basctl/inc/strings.hrc:89
msgctxt "RID_STR_USERFORMS"
msgid "Forms"
msgstr "ፎርሞች"
-#: strings.hrc:90
+#: basctl/inc/strings.hrc:90
msgctxt "RID_STR_NORMAL_MODULES"
msgid "Modules"
msgstr "ክፍሎች"
-#: strings.hrc:91
+#: basctl/inc/strings.hrc:91
msgctxt "RID_STR_CLASS_MODULES"
msgid "Class Modules"
msgstr "የ ክፍሎች ምድብ"
-#: strings.hrc:92
+#: basctl/inc/strings.hrc:92
msgctxt "RID_STR_DLGIMP_CLASH_RENAME"
msgid "Rename"
msgstr "እንደገና መሰየሚያ"
-#: strings.hrc:93
+#: basctl/inc/strings.hrc:93
msgctxt "RID_STR_DLGIMP_CLASH_REPLACE"
msgid "Replace"
msgstr "መቀየሪያ"
-#: strings.hrc:94
+#: basctl/inc/strings.hrc:94
msgctxt "RID_STR_DLGIMP_CLASH_TITLE"
msgid "Dialog Import - Name already used"
msgstr "ንግግር ማምጫ - ስሙን በቅድሚያ ተጠቅመዋል"
-#: strings.hrc:95
+#: basctl/inc/strings.hrc:95
msgctxt "RID_STR_DLGIMP_CLASH_TEXT"
msgid ""
"The library already contains a dialog with the name:\n"
@@ -385,22 +385,22 @@ msgstr ""
"ንግግሩን እንደገና መሰየሚያ የ አሁኑን ንግግር ለማስቀመጥ ወይም የ ነበረውን ንግግር ለ መቀየር\n"
" "
-#: strings.hrc:96
+#: basctl/inc/strings.hrc:96
msgctxt "RID_STR_DLGIMP_MISMATCH_ADD"
msgid "Add"
msgstr "መጨመሪያ"
-#: strings.hrc:97
+#: basctl/inc/strings.hrc:97
msgctxt "RID_STR_DLGIMP_MISMATCH_OMIT"
msgid "Omit"
msgstr "ማስቀሪያ"
-#: strings.hrc:98
+#: basctl/inc/strings.hrc:98
msgctxt "RID_STR_DLGIMP_MISMATCH_TITLE"
msgid "Dialog Import - Language Mismatch"
msgstr "ንግግር ማምጫ - የቋንቋ አለመስማማት"
-#: strings.hrc:99
+#: basctl/inc/strings.hrc:99
msgctxt "RID_STR_DLGIMP_MISMATCH_TEXT"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
@@ -417,413 +417,413 @@ msgstr ""
"ማስታወሻ: በ ንግግሩ ለማይደገፉ ቋንቋዎች የ ንግግሩ ምንጭ የ ነባር ቋንቋዎች ይጠቀማል\n"
" "
-#: strings.hrc:100
+#: basctl/inc/strings.hrc:100
msgctxt "RID_STR_PRINTDLG_RANGE"
msgid "Print range"
msgstr "የ ህትመት መጠን"
-#: strings.hrc:101
+#: basctl/inc/strings.hrc:101
msgctxt "RID_STR_PRINTDLG_ALLPAGES"
msgid "All ~Pages"
msgstr "ሁሉንም ~ገጾች"
-#: strings.hrc:102
+#: basctl/inc/strings.hrc:102
msgctxt "RID_STR_PRINTDLG_PAGES"
msgid "Pa~ges"
msgstr "ገ~ጾች"
-#: strings.hrc:103
+#: basctl/inc/strings.hrc:103
msgctxt "RID_STR_BTNDEL"
msgid "~Delete"
msgstr "~ማጥፊያ"
-#: strings.hrc:104
+#: basctl/inc/strings.hrc:104
msgctxt "RID_STR_BTNNEW"
msgid "~New"
msgstr "~አዲስ"
-#: strings.hrc:105
+#: basctl/inc/strings.hrc:105
msgctxt "RID_STR_CHOOSE"
msgid "Choose"
msgstr "ይምረጡ"
-#: strings.hrc:106
+#: basctl/inc/strings.hrc:106
msgctxt "RID_STR_RUN"
msgid "Run"
msgstr "ማስኬጃ"
-#: strings.hrc:107
+#: basctl/inc/strings.hrc:107
msgctxt "RID_STR_RECORD"
msgid "~Save"
msgstr "~ማስቀመጫ"
-#: strings.hrc:108
+#: basctl/inc/strings.hrc:108
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr "የ እቃዎች መዝገብ"
-#: strings.hrc:109
+#: basctl/inc/strings.hrc:109
msgctxt "RID_STR_TLB_MACROS"
msgid "Objects Tree"
msgstr "የ እቃዎች ዛፍ"
#. Property Browser Headline ----------------------------------------------------------------
-#: strings.hrc:111
+#: basctl/inc/strings.hrc:111
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "ባህሪዎች: "
-#: strings.hrc:112
+#: basctl/inc/strings.hrc:112
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr "መቆጣጠሪያው ምልክት አልተደረገበትም"
-#: strings.hrc:113
+#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "በርካታ ምርጫዎች"
-#: strings.hrc:114
+#: basctl/inc/strings.hrc:114
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr "[ነባር ቋንቋ]"
-#: strings.hrc:115
+#: basctl/inc/strings.hrc:115
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr "<ይጫኑ 'መጨመሪያ' የሚለውን የ ቋንቋ ምንጮችን ለመፍጠር>"
-#: strings.hrc:116
+#: basctl/inc/strings.hrc:116
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr "መላኪያ መጻሕፍት ቤት እንደ ተጨማሪ"
-#: strings.hrc:117
+#: basctl/inc/strings.hrc:117
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr "መላኪያ እንደ መሰረታዊ መጻሕፍት ቤት"
-#: strings.hrc:118
+#: basctl/inc/strings.hrc:118
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "ተጨማሪዎች"
-#: basicmacrodialog.ui:9
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:9
msgctxt "basicmacrodialog|BasicMacroDialog"
msgid "%PRODUCTNAME Basic Macros"
msgstr "%PRODUCTNAME መሰረታዊ ማክሮስ"
-#: basicmacrodialog.ui:25
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:25
msgctxt "basicmacrodialog|run"
msgid "Run"
msgstr "ማስኬጃ"
-#: basicmacrodialog.ui:124
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:124
msgctxt "basicmacrodialog|existingmacrosft"
msgid "Existing Macros In:"
msgstr "የ ነበረው ማክሮስ በ:"
-#: basicmacrodialog.ui:178
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:178
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr "Macro ከ"
-#: basicmacrodialog.ui:194
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:194
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr "ማክሮስ ማስቀመጫ በ"
-#: basicmacrodialog.ui:243
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:242
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr "የ Macro ስም"
-#: basicmacrodialog.ui:265
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:264
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr "መመደቢያ..."
-#: basicmacrodialog.ui:278
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:277
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr "ማረሚያ"
-#: basicmacrodialog.ui:305
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:304
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr "አደራጅ..."
-#: basicmacrodialog.ui:318
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:317
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr "አዲስ መጻሕፍት ቤት"
-#: basicmacrodialog.ui:331
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:330
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr "አዲስ ክፍል"
-#: breakpointmenus.ui:12
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:12
msgctxt "breakpointmenus|manage"
msgid "Manage Breakpoints..."
msgstr "የ መጨረሻ ነጥብ አስተዳዳሪ..."
-#: breakpointmenus.ui:23
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:23
msgctxt "breakpointmenus|active"
msgid "_Active"
msgstr "_ንቁ"
-#: breakpointmenus.ui:37
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:37
msgctxt "breakpointmenus|properties"
msgid "_Properties..."
msgstr "_ባህሪዎች..."
-#: defaultlanguage.ui:9
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:9
msgctxt "defaultlanguage|DefaultLanguageDialog"
msgid "Set Default User Interface Language"
msgstr "የ ነባር ተጠቃሚ ገጽታ ቋንቋ ማሰናጃ"
-#: defaultlanguage.ui:93
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:93
msgctxt "defaultlanguage|defaultlabel"
msgid "Default language:"
msgstr "ነባር ቋንቋ:"
-#: defaultlanguage.ui:135
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:135
msgctxt "defaultlanguage|checkedlabel"
msgid "Available languages:"
msgstr "ዝግጁ ቋንቋዎች:"
-#: defaultlanguage.ui:155
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:155
msgctxt "defaultlanguage|defined"
msgid "Select a language to define the default user interface language. All currently present strings will be assigned to the resources created for the selected language."
msgstr "ቋንቋ ይምረጡ ለ ነባር ተጠቃሚ ገጽታ ቋንቋ ለ መግለጽ: ሁሉም አሁን ያሉ ሀረጎች ይመደባሉ ለ ተመረጠው ቋንቋ ምንጫች"
-#: defaultlanguage.ui:170
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:170
msgctxt "defaultlanguage|added"
msgid "Select languages to be added. Resources for these languages will be created in the library. Strings of the current default user interface language will be copied to these new resources by default."
msgstr "ይምረጡ ቋንቋዎች የሚጨመሩ: ለነዚህ ቋንቋዎች ምንጮች ይፈጠራሉ በ መጽሀፍት ቤት ውስጥ: የ አሁኑ ነባር ተጠቃሚ ገጽታ ቋንቋ ኮፒ ይደረጋል ወደ እነዚህ ምንጫች በ ነባር"
-#: defaultlanguage.ui:184
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:184
msgctxt "defaultlanguage|alttitle"
msgid "Add User Interface Languages"
msgstr "የ ተጠቃሚ ገጽታ ቋንቋ መጨመሪያ"
-#: deletelangdialog.ui:8
+#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:7
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "Delete Language Resources"
msgstr "የ ቋንቋ ምንጮችን ማጥፊያ"
-#: deletelangdialog.ui:14
+#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:14
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "Do you want to delete the resources of the selected language(s)?"
msgstr "ምንጮቹን ማጥፋት ይፈልጋሉ የ ተመረጠውን ቋንቋ(ዎች)?"
-#: deletelangdialog.ui:15
+#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:15
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "You are about to delete the resources for the selected language(s). All user interface strings for this language(s) will be deleted."
msgstr "ምንጮቹን ሊያጠፉ ነው ለ ተመረጠው ቋንቋ(ዎች) የ ሁሉም ተጠቃሚዎች መስሪያ የ ተመረጠው የ ቋንቋ(ዎች) ምንጮች ይጠፋሉ"
-#: dialogpage.ui:30
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:30
msgctxt "dialogpage|label1"
msgid "Dialog:"
msgstr "ንግግር:"
-#: dialogpage.ui:84
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:84
msgctxt "dialogpage|newmodule"
msgid "_New..."
msgstr "_አዲስ..."
-#: dialogpage.ui:99
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:99
msgctxt "dialogpage|newdialog"
msgid "_New..."
msgstr "_አዲስ..."
-#: dialogpage.ui:130
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:130
msgctxt "dialogpage|password"
msgid "_Password..."
msgstr "_የ መግቢያ ቃል..."
-#: dialogpage.ui:144
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:144
msgctxt "dialogpage|import"
msgid "_Import..."
msgstr "_ማምጫ..."
-#: dialogpage.ui:158
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:158
msgctxt "dialogpage|export"
msgid "_Export..."
msgstr "_መላኪያ..."
-#: exportdialog.ui:8
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:8
msgctxt "exportdialog|ExportDialog"
msgid "Export Basic library"
msgstr "መሰረታዊ መጻህፍት ቤት መላኪያ"
-#: exportdialog.ui:83
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:83
msgctxt "exportdialog|extension"
msgid "Export as _extension"
msgstr "እንደ _ተጨማሪ መላኪያ"
-#: exportdialog.ui:100
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:100
msgctxt "exportdialog|basic"
msgid "Export as BASIC library"
msgstr "እንደ መሰረታዊ መጻህፍት ቤት መላኪያ"
-#: gotolinedialog.ui:8
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:8
msgctxt "gotolinedialog|GotoLineDialog"
msgid "Go to Line"
msgstr "መሄጃ ወደ መስመር"
-#: gotolinedialog.ui:85
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:87
msgctxt "gotolinedialog|area"
msgid "_Line number:"
msgstr "የ _መስመር ቁጥር:"
-#: importlibdialog.ui:9
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:9
msgctxt "importlibdialog|ImportLibDialog"
msgid "Import Libraries"
msgstr "መጻህፍት ቤት ማምጫ"
-#: importlibdialog.ui:98
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:98
msgctxt "importlibdialog|ref"
msgid "Insert as reference (read-only)"
msgstr "እንደ ማመሳከሪያ ማስገቢያ (ለንባብ-ብቻ)"
-#: importlibdialog.ui:113
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:113
msgctxt "importlibdialog|replace"
msgid "Replace existing libraries"
msgstr "የነበሩትን መጻህፍት ቤቶች መቀየሪያ"
-#: importlibdialog.ui:134
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:134
msgctxt "importlibdialog|label1"
msgid "Options"
msgstr "ምርጫዎች"
-#: libpage.ui:31
+#: basctl/uiconfig/basicide/ui/libpage.ui:31
msgctxt "libpage|label1"
msgid "L_ocation:"
msgstr "አ_ካባቢ:"
-#: libpage.ui:70
+#: basctl/uiconfig/basicide/ui/libpage.ui:70
msgctxt "libpage|lingudictsft"
msgid "_Library:"
msgstr "_መጻህፍት ቤት:"
-#: libpage.ui:124
+#: basctl/uiconfig/basicide/ui/libpage.ui:124
msgctxt "libpage|password"
msgid "_Password..."
msgstr "_የ መግቢያ ቃል..."
-#: libpage.ui:138
+#: basctl/uiconfig/basicide/ui/libpage.ui:138
msgctxt "libpage|new"
msgid "_New..."
msgstr "_አዲስ..."
-#: libpage.ui:153
+#: basctl/uiconfig/basicide/ui/libpage.ui:153
msgctxt "libpage|import"
msgid "_Import..."
msgstr "_ማምጫ..."
-#: libpage.ui:168
+#: basctl/uiconfig/basicide/ui/libpage.ui:168
msgctxt "libpage|export"
msgid "_Export..."
msgstr "_መላኪያ..."
-#: managebreakpoints.ui:9
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:9
msgctxt "managebreakpoints|ManageBreakpointsDialog"
msgid "Manage Breakpoints"
msgstr "የ መጨረሻ ነጥብ አስተዳዳሪ"
-#: managebreakpoints.ui:129
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:129
msgctxt "managebreakpoints|active"
msgid "Active"
msgstr "ንቁ"
-#: managebreakpoints.ui:182
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:182
msgctxt "managebreakpoints|label2"
msgid "Pass count:"
msgstr "ቆጠራውን ማለፊያ:"
-#: managebreakpoints.ui:205
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:205
msgctxt "managebreakpoints|label1"
msgid "Breakpoints"
msgstr "መጨረሻ ነጥብ"
-#: managelanguages.ui:8
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:8
msgctxt "managelanguages|ManageLanguagesDialog"
msgid "Manage User Interface Languages [$1]"
msgstr "የተጠቃሚ መስሪያ ቋንቋዎች አስተዳዳሪ [$1]"
-#: managelanguages.ui:69
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:69
msgctxt "managelanguages|label1"
msgid "Present languages:"
msgstr "ያሉት ቋንቋዎች:"
-#: managelanguages.ui:83
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:83
msgctxt "managelanguages|label2"
msgid "The default language is used if no localization for a user interface locale is present. Furthermore all strings from the default language are copied to resources of newly added languages."
msgstr "ነባር ቋንቋ ይጠቀማል ምንም ትርጉም ካልተገኘ: በተጨማሪ ሁሉም ሀረጎች ከ ነባር ቋንቋ ኮፒ ይደረጋል ወደ ምንጩ አዲስ ቋንቋ ሲጨመር"
-#: managelanguages.ui:108
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:108
msgctxt "managelanguages|add"
msgid "Add..."
msgstr "መጨመሪያ..."
-#: managelanguages.ui:136
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:136
msgctxt "managelanguages|default"
msgid "Default"
msgstr "ነባር"
-#: modulepage.ui:30
+#: basctl/uiconfig/basicide/ui/modulepage.ui:30
msgctxt "modulepage|label1"
msgid "M_odule:"
msgstr "ክ_ፍል:"
-#: modulepage.ui:84
+#: basctl/uiconfig/basicide/ui/modulepage.ui:84
msgctxt "modulepage|newmodule"
msgid "_New..."
msgstr "_አዲስ..."
-#: modulepage.ui:99
+#: basctl/uiconfig/basicide/ui/modulepage.ui:99
msgctxt "modulepage|newdialog"
msgid "_New..."
msgstr "_አዲስ..."
-#: modulepage.ui:130
+#: basctl/uiconfig/basicide/ui/modulepage.ui:130
msgctxt "modulepage|password"
msgid "_Password..."
msgstr "_የ መግቢያ ቃል..."
-#: modulepage.ui:144
+#: basctl/uiconfig/basicide/ui/modulepage.ui:144
msgctxt "modulepage|import"
msgid "_Import..."
msgstr "_ማምጫ..."
-#: modulepage.ui:158
+#: basctl/uiconfig/basicide/ui/modulepage.ui:158
msgctxt "modulepage|export"
msgid "_Export..."
msgstr "_ማምጫ..."
-#: newlibdialog.ui:84
+#: basctl/uiconfig/basicide/ui/newlibdialog.ui:86
msgctxt "newlibdialog|area"
msgid "_Name:"
msgstr "_ስም:"
-#: organizedialog.ui:8
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:8
msgctxt "organizedialog|OrganizeDialog"
msgid "%PRODUCTNAME Basic Macro Organizer"
msgstr "%PRODUCTNAME መሰረታዊ Macro ማደራጃ"
-#: organizedialog.ui:78
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:78
msgctxt "organizedialog|modules"
msgid "Modules"
msgstr "ክፍሎች"
-#: organizedialog.ui:100
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:100
msgctxt "organizedialog|dialogs"
msgid "Dialogs"
msgstr "ንግግሮች"
-#: organizedialog.ui:123
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:123
msgctxt "organizedialog|libraries"
msgid "Libraries"
msgstr "መጻህፍት ቤቶች"
diff --git a/source/am/basic/messages.po b/source/am/basic/messages.po
index 06186248248..ee368b952a2 100644
--- a/source/am/basic/messages.po
+++ b/source/am/basic/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 15:07+0100\n"
"PO-Revision-Date: 2017-10-22 19:13+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,682 +13,682 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1508699632.000000\n"
-#: basic.hrc:27
+#: basic/inc/basic.hrc:27
msgctxt "RID_BASIC_START"
msgid "Syntax error."
msgstr "የ አገባብ ስህተት"
-#: basic.hrc:28
+#: basic/inc/basic.hrc:28
msgctxt "RID_BASIC_START"
msgid "Return without Gosub."
msgstr "ይመልሳል ያለ ንዑስ መሄጃ"
-#: basic.hrc:29
+#: basic/inc/basic.hrc:29
msgctxt "RID_BASIC_START"
msgid "Incorrect entry; please retry."
msgstr "የተሳሳተ ማስገቢያ: እባክዎን እንደገና ይሞክሩ"
-#: basic.hrc:30
+#: basic/inc/basic.hrc:30
msgctxt "RID_BASIC_START"
msgid "Invalid procedure call."
msgstr "ዋጋ የሌለው የ አሰራር ጥሪ"
-#: basic.hrc:31
+#: basic/inc/basic.hrc:31
msgctxt "RID_BASIC_START"
msgid "Overflow."
msgstr "ሞልቶ ፈሰሰ"
-#: basic.hrc:32
+#: basic/inc/basic.hrc:32
msgctxt "RID_BASIC_START"
msgid "Not enough memory."
msgstr "በቂ ማስታወሻ የለም"
-#: basic.hrc:33
+#: basic/inc/basic.hrc:33
msgctxt "RID_BASIC_START"
msgid "Array already dimensioned."
msgstr "ማዘጋጃ ቀደም ብሎ አቅጣጫ ይዟል"
-#: basic.hrc:34
+#: basic/inc/basic.hrc:34
msgctxt "RID_BASIC_START"
msgid "Index out of defined range."
msgstr "ማውጫው ከ ተገለጸው መጠን ውጪ ነው"
-#: basic.hrc:35
+#: basic/inc/basic.hrc:35
msgctxt "RID_BASIC_START"
msgid "Duplicate definition."
msgstr "የተደገመ ትርጉም"
-#: basic.hrc:36
+#: basic/inc/basic.hrc:36
msgctxt "RID_BASIC_START"
msgid "Division by zero."
msgstr "በ ዜሮ ማካፈያ"
-#: basic.hrc:37
+#: basic/inc/basic.hrc:37
msgctxt "RID_BASIC_START"
msgid "Variable not defined."
msgstr "ተለዋዋጩ አልተገለጸም"
-#: basic.hrc:38
+#: basic/inc/basic.hrc:38
msgctxt "RID_BASIC_START"
msgid "Data type mismatch."
msgstr "የ ዳታው አይነት አይመሳሰልም"
-#: basic.hrc:39
+#: basic/inc/basic.hrc:39
msgctxt "RID_BASIC_START"
msgid "Invalid parameter."
msgstr "ዋጋ የሌለው ደንብ"
-#: basic.hrc:40
+#: basic/inc/basic.hrc:40
msgctxt "RID_BASIC_START"
msgid "Process interrupted by user."
msgstr "ሂደቱ በ ተጠቃሚው ተቋርጧል"
-#: basic.hrc:41
+#: basic/inc/basic.hrc:41
msgctxt "RID_BASIC_START"
msgid "Resume without error."
msgstr "ያለ ስህተት መቀጠያ"
-#: basic.hrc:42
+#: basic/inc/basic.hrc:42
msgctxt "RID_BASIC_START"
msgid "Not enough stack memory."
msgstr "በቂ የተከማቸ ማስታወሻ የለም"
-#: basic.hrc:43
+#: basic/inc/basic.hrc:43
msgctxt "RID_BASIC_START"
msgid "Sub-procedure or function procedure not defined."
msgstr "ንዑስ-አሰራር ወይንም የ ተግባር አሰራር አልተገለጸም"
-#: basic.hrc:44
+#: basic/inc/basic.hrc:44
msgctxt "RID_BASIC_START"
msgid "Error loading DLL file."
msgstr "ስህተት የ DLL ፋይልን በ መጫን ላይ"
-#: basic.hrc:45
+#: basic/inc/basic.hrc:45
msgctxt "RID_BASIC_START"
msgid "Wrong DLL call convention."
msgstr "የ ተሳሳተ የ DLL ጥሪ ስብሰባ"
-#: basic.hrc:46
+#: basic/inc/basic.hrc:46
msgctxt "RID_BASIC_START"
msgid "Internal error $(ARG1)."
msgstr "የ ውስጥ ስህተት $(ARG1)"
-#: basic.hrc:47
+#: basic/inc/basic.hrc:47
msgctxt "RID_BASIC_START"
msgid "Invalid file name or file number."
msgstr "ዋጋ የሌለው የ ፋይል ስም ወይም የ ፋይል ቁጥር"
-#: basic.hrc:48
+#: basic/inc/basic.hrc:48
msgctxt "RID_BASIC_START"
msgid "File not found."
msgstr "ፋይሉ አልተገኘም"
-#: basic.hrc:49
+#: basic/inc/basic.hrc:49
msgctxt "RID_BASIC_START"
msgid "Incorrect file mode."
msgstr "የተሳሳተ የ ፋይል ዘዴ"
-#: basic.hrc:50
+#: basic/inc/basic.hrc:50
msgctxt "RID_BASIC_START"
msgid "File already open."
msgstr "ፋይሉ ቀደም ብሎ ተከፍቷል"
-#: basic.hrc:51
+#: basic/inc/basic.hrc:51
msgctxt "RID_BASIC_START"
msgid "Device I/O error."
msgstr "የ አካል I/O ስህተት"
-#: basic.hrc:52
+#: basic/inc/basic.hrc:52
msgctxt "RID_BASIC_START"
msgid "File already exists."
msgstr "ፋይሉ ቀደም ሲል ነበር"
-#: basic.hrc:53
+#: basic/inc/basic.hrc:53
msgctxt "RID_BASIC_START"
msgid "Incorrect record length."
msgstr "የ ተሳሳተ የ መዝገብ እርዝመት"
-#: basic.hrc:54
+#: basic/inc/basic.hrc:54
msgctxt "RID_BASIC_START"
msgid "Disk or hard drive full."
msgstr "ዲስኩ ወይንም ሃርድ ድራይቩ ሙሉ ነው"
-#: basic.hrc:55
+#: basic/inc/basic.hrc:55
msgctxt "RID_BASIC_START"
msgid "Reading exceeds EOF."
msgstr "ማንበቢያ ጊዜው አልፏል EOF."
-#: basic.hrc:56
+#: basic/inc/basic.hrc:56
msgctxt "RID_BASIC_START"
msgid "Incorrect record number."
msgstr "የ ተሳሳተ የ መዝገብ ቁጥር"
-#: basic.hrc:57
+#: basic/inc/basic.hrc:57
msgctxt "RID_BASIC_START"
msgid "Too many files."
msgstr "በጣም ብዙ ፋይሎች"
-#: basic.hrc:58
+#: basic/inc/basic.hrc:58
msgctxt "RID_BASIC_START"
msgid "Device not available."
msgstr "አካሉ አልተገኘም"
-#: basic.hrc:59
+#: basic/inc/basic.hrc:59
msgctxt "RID_BASIC_START"
msgid "Access denied."
msgstr "መድረስ ተከልክሏል"
-#: basic.hrc:60
+#: basic/inc/basic.hrc:60
msgctxt "RID_BASIC_START"
msgid "Disk not ready."
msgstr "ዲስኩ ዝግጁ አይደለም"
-#: basic.hrc:61
+#: basic/inc/basic.hrc:61
msgctxt "RID_BASIC_START"
msgid "Not implemented."
msgstr "አልተፈጸመም"
-#: basic.hrc:62
+#: basic/inc/basic.hrc:62
msgctxt "RID_BASIC_START"
msgid "Renaming on different drives impossible."
msgstr "የተለዩ አካሎችን እንደገና መሰየም አይቻልም"
-#: basic.hrc:63
+#: basic/inc/basic.hrc:63
msgctxt "RID_BASIC_START"
msgid "Path/File access error."
msgstr "መንገድ/ፋይል ጋር የ መድረስ ስህተት"
-#: basic.hrc:64
+#: basic/inc/basic.hrc:64
msgctxt "RID_BASIC_START"
msgid "Path not found."
msgstr "መንገዱ አልተገኘም"
-#: basic.hrc:65
+#: basic/inc/basic.hrc:65
msgctxt "RID_BASIC_START"
msgid "Object variable not set."
msgstr "የ እቃ ተለዋዋጭ አልተሰናዳም"
-#: basic.hrc:66
+#: basic/inc/basic.hrc:66
msgctxt "RID_BASIC_START"
msgid "Invalid string pattern."
msgstr "ዋጋ የሌለው የ ሀረግ ድግግሞሽ"
-#: basic.hrc:67
+#: basic/inc/basic.hrc:67
msgctxt "RID_BASIC_START"
msgid "Use of zero not permitted."
msgstr "ዜሮን መጠቀም አይፈቀድም"
-#: basic.hrc:68
+#: basic/inc/basic.hrc:68
msgctxt "RID_BASIC_START"
msgid "DDE Error."
msgstr "የ DDE ስህተት"
-#: basic.hrc:69
+#: basic/inc/basic.hrc:69
msgctxt "RID_BASIC_START"
msgid "Awaiting response to DDE connection."
msgstr "መልስ በ መጠበቅ ላይ ከ DDE ግንኙነት"
-#: basic.hrc:70
+#: basic/inc/basic.hrc:70
msgctxt "RID_BASIC_START"
msgid "No DDE channels available."
msgstr "ምንም የ DDE ጣቢያዎች አልተገኙም"
-#: basic.hrc:71
+#: basic/inc/basic.hrc:71
msgctxt "RID_BASIC_START"
msgid "No application responded to DDE connect initiation."
msgstr "ምንም መተግበሪያ አልመለሰም ለ DDE ግንኙነት ማስነሻ"
-#: basic.hrc:72
+#: basic/inc/basic.hrc:72
msgctxt "RID_BASIC_START"
msgid "Too many applications responded to DDE connect initiation."
msgstr "በጣም በርካታ መተግበሪያዎች መልሰዋል ለ DDE ግንኙነት ማስነሻ"
-#: basic.hrc:73
+#: basic/inc/basic.hrc:73
msgctxt "RID_BASIC_START"
msgid "DDE channel locked."
msgstr "የ DDE ጣቢያ ተቆልፏል"
-#: basic.hrc:74
+#: basic/inc/basic.hrc:74
msgctxt "RID_BASIC_START"
msgid "External application cannot execute DDE operation."
msgstr "የ ውጪ መተግበሪያ መፈጸም አይችልም የ DDE ተግባር"
-#: basic.hrc:75
+#: basic/inc/basic.hrc:75
msgctxt "RID_BASIC_START"
msgid "Timeout while waiting for DDE response."
msgstr "ከ DDE ምላሽ በ መጠበቅ ላይ እንዳለ ጊዜው አልፏል"
-#: basic.hrc:76
+#: basic/inc/basic.hrc:76
msgctxt "RID_BASIC_START"
msgid "User pressed ESCAPE during DDE operation."
msgstr "ተጠቃሚው መዝለያ ቁልፍ ተጭኗል የ DDE ተግባር በ መሄድ ላይ እንዳለ"
-#: basic.hrc:77
+#: basic/inc/basic.hrc:77
msgctxt "RID_BASIC_START"
msgid "External application busy."
msgstr "የ ውጪ መተግበሪያ በ ስራ ላይ ነው"
-#: basic.hrc:78
+#: basic/inc/basic.hrc:78
msgctxt "RID_BASIC_START"
msgid "DDE operation without data."
msgstr "የ DDE ተግባር ያለ ዳታ"
-#: basic.hrc:79
+#: basic/inc/basic.hrc:79
msgctxt "RID_BASIC_START"
msgid "Data are in wrong format."
msgstr "ዳታው በተሳሰተ አቀራረብ ነው ያለው"
-#: basic.hrc:80
+#: basic/inc/basic.hrc:80
msgctxt "RID_BASIC_START"
msgid "External application has been terminated."
msgstr "የ ውጪ መተግበሪያ ተወግዷል"
-#: basic.hrc:81
+#: basic/inc/basic.hrc:81
msgctxt "RID_BASIC_START"
msgid "DDE connection interrupted or modified."
msgstr "የ DDE ግንኙነት ተቋርጧል ወይንም ተቀይሯል"
-#: basic.hrc:82
+#: basic/inc/basic.hrc:82
msgctxt "RID_BASIC_START"
msgid "DDE method invoked with no channel open."
msgstr "የ DDE ዘዴ ይጠይቃል ምንም ጣቢያ ሳይከፈት"
-#: basic.hrc:83
+#: basic/inc/basic.hrc:83
msgctxt "RID_BASIC_START"
msgid "Invalid DDE link format."
msgstr "ዋጋ የሌለው የ DDE አገናኝ አቀራረብ"
-#: basic.hrc:84
+#: basic/inc/basic.hrc:84
msgctxt "RID_BASIC_START"
msgid "DDE message has been lost."
msgstr "የ DDE መልእክት ጠፍቷል"
-#: basic.hrc:85
+#: basic/inc/basic.hrc:85
msgctxt "RID_BASIC_START"
msgid "Paste link already performed."
msgstr "አገናኝ መለጠፉ ቀደም ብሎ ተፈጽሟል"
-#: basic.hrc:86
+#: basic/inc/basic.hrc:86
msgctxt "RID_BASIC_START"
msgid "Link mode cannot be set due to invalid link topic."
msgstr "አገናኝ ዘዴ ማሰናዳት አልተቻለም በ ዋጋ የሌለው አገናኝ አርእስት የተነሳ"
-#: basic.hrc:87
+#: basic/inc/basic.hrc:87
msgctxt "RID_BASIC_START"
msgid "DDE requires the DDEML.DLL file."
msgstr "DDE ይፈልጋል የ DDEML.DLL ፋይል."
-#: basic.hrc:88
+#: basic/inc/basic.hrc:88
msgctxt "RID_BASIC_START"
msgid "Module cannot be loaded; invalid format."
msgstr "ክፍሉን መጫን አልተቻለም: ዋጋ የሌለው አቀራረብ"
-#: basic.hrc:89
+#: basic/inc/basic.hrc:89
msgctxt "RID_BASIC_START"
msgid "Invalid object index."
msgstr "ዋጋ የሌለው የ እቃ ማውጫ"
-#: basic.hrc:90
+#: basic/inc/basic.hrc:90
msgctxt "RID_BASIC_START"
msgid "Object is not available."
msgstr "እቃው ዝግጁ አይደለም"
-#: basic.hrc:91
+#: basic/inc/basic.hrc:91
msgctxt "RID_BASIC_START"
msgid "Incorrect property value."
msgstr "የተሳሳተ የ ባህሪ ዋጋ"
-#: basic.hrc:92
+#: basic/inc/basic.hrc:92
msgctxt "RID_BASIC_START"
msgid "This property is read-only."
msgstr "ይህ ባህሪ ለ ንባብ-ብቻ ነው"
-#: basic.hrc:93
+#: basic/inc/basic.hrc:93
msgctxt "RID_BASIC_START"
msgid "This property is write only."
msgstr "ይህ ባህሪ ለ መጻፍ ብቻ ነው"
-#: basic.hrc:94
+#: basic/inc/basic.hrc:94
msgctxt "RID_BASIC_START"
msgid "Invalid object reference."
msgstr "ዋጋ የሌለው ማመሳከሪያ"
-#: basic.hrc:95
+#: basic/inc/basic.hrc:95
msgctxt "RID_BASIC_START"
msgid "Property or method not found: $(ARG1)."
msgstr "ባህሪው ወይም ዘዴው አልተገኘም: $(ARG1)"
-#: basic.hrc:96
+#: basic/inc/basic.hrc:96
msgctxt "RID_BASIC_START"
msgid "Object required."
msgstr "እቃ ያስፈልጋል"
-#: basic.hrc:97
+#: basic/inc/basic.hrc:97
msgctxt "RID_BASIC_START"
msgid "Invalid use of an object."
msgstr "ዋጋ የሌለው የ እቃ አጠቃቀም"
-#: basic.hrc:98
+#: basic/inc/basic.hrc:98
msgctxt "RID_BASIC_START"
msgid "OLE Automation is not supported by this object."
msgstr "የ OLE ራሱ በራሱ በዚህ እቃ የተደገፍ አይደለም"
-#: basic.hrc:99
+#: basic/inc/basic.hrc:99
msgctxt "RID_BASIC_START"
msgid "This property or method is not supported by the object."
msgstr "ይህ ባህሪ ወይም ዘዴ በ እቃው የተደገፈ አይደለም"
-#: basic.hrc:100
+#: basic/inc/basic.hrc:100
msgctxt "RID_BASIC_START"
msgid "OLE Automation Error."
msgstr "የ OLE ራሱ በራሱ ስህተት"
-#: basic.hrc:101
+#: basic/inc/basic.hrc:101
msgctxt "RID_BASIC_START"
msgid "This action is not supported by given object."
msgstr "ይህ ተግባር በ ተሰጠው እቃ የተደገፈ አይደለም"
-#: basic.hrc:102
+#: basic/inc/basic.hrc:102
msgctxt "RID_BASIC_START"
msgid "Named arguments are not supported by given object."
msgstr "የተሰየመው ክርክር በ ተሰጠው እቃ የተደገፈ አይደለም"
-#: basic.hrc:103
+#: basic/inc/basic.hrc:103
msgctxt "RID_BASIC_START"
msgid "The current locale setting is not supported by the given object."
msgstr "የ አሁኑ ቋንቋ ማሰናጃ የ ተደገፈ አይደለም ለ ተሰጠው እቃ"
-#: basic.hrc:104
+#: basic/inc/basic.hrc:104
msgctxt "RID_BASIC_START"
msgid "Named argument not found."
msgstr "የተሰየመው ክርክር አልተገኘም"
-#: basic.hrc:105
+#: basic/inc/basic.hrc:105
msgctxt "RID_BASIC_START"
msgid "Argument is not optional."
msgstr "ክርክር ምርጫ አይደለም"
-#: basic.hrc:106 /home/cl/vc/git/libo-core/basic/inc/basic.hrc:114
+#: basic/inc/basic.hrc:106 basic/inc/basic.hrc:114
msgctxt "RID_BASIC_START"
msgid "Invalid number of arguments."
msgstr "ዋጋ የሌለው የ ቁጥር ክርክር"
-#: basic.hrc:107
+#: basic/inc/basic.hrc:107
msgctxt "RID_BASIC_START"
msgid "Object is not a list."
msgstr "እቃው ዝርዝር አይደለም"
-#: basic.hrc:108
+#: basic/inc/basic.hrc:108
msgctxt "RID_BASIC_START"
msgid "Invalid ordinal number."
msgstr "ዋጋ የሌለው መደበኛ ቁጥር"
-#: basic.hrc:109
+#: basic/inc/basic.hrc:109
msgctxt "RID_BASIC_START"
msgid "Specified DLL function not found."
msgstr "የተወሰነው የ DLL ተግባር አልተገኘም"
-#: basic.hrc:110
+#: basic/inc/basic.hrc:110
msgctxt "RID_BASIC_START"
msgid "Invalid clipboard format."
msgstr "ዋጋ የሌለው የ ቁራጭ ሰሌዳ አቀራረብ"
-#: basic.hrc:111
+#: basic/inc/basic.hrc:111
msgctxt "RID_BASIC_START"
msgid "Object does not have this property."
msgstr "እቃው ይህ ባህሪ የለውም"
-#: basic.hrc:112
+#: basic/inc/basic.hrc:112
msgctxt "RID_BASIC_START"
msgid "Object does not have this method."
msgstr "እቃው ይህ ዘዴ የለውም"
-#: basic.hrc:113
+#: basic/inc/basic.hrc:113
msgctxt "RID_BASIC_START"
msgid "Required argument lacking."
msgstr "የሚያስፈልገው ክርክር አልተገኘም"
-#: basic.hrc:115
+#: basic/inc/basic.hrc:115
msgctxt "RID_BASIC_START"
msgid "Error executing a method."
msgstr "ዘዴው ሲፈጸም ስህተት ተፈጥሯል"
-#: basic.hrc:116
+#: basic/inc/basic.hrc:116
msgctxt "RID_BASIC_START"
msgid "Unable to set property."
msgstr "ባህሪ ማሰናዳት አልተቻለም"
-#: basic.hrc:117
+#: basic/inc/basic.hrc:117
msgctxt "RID_BASIC_START"
msgid "Unable to determine property."
msgstr "ባህሪውን መወሰን አልተቻለም"
#. Compiler errors. These are not runtime errors.
-#: basic.hrc:119
+#: basic/inc/basic.hrc:119
msgctxt "RID_BASIC_START"
msgid "Unexpected symbol: $(ARG1)."
msgstr "ያልተጠበቀ ምልክት: $(ARG1)"
-#: basic.hrc:120
+#: basic/inc/basic.hrc:120
msgctxt "RID_BASIC_START"
msgid "Expected: $(ARG1)."
msgstr "የተጠበቀ: $(ARG1)"
-#: basic.hrc:121
+#: basic/inc/basic.hrc:121
msgctxt "RID_BASIC_START"
msgid "Symbol expected."
msgstr "የተጠበቀ ምልክት"
-#: basic.hrc:122
+#: basic/inc/basic.hrc:122
msgctxt "RID_BASIC_START"
msgid "Variable expected."
msgstr "የተጠበቀ ተለዋዋጭ"
-#: basic.hrc:123
+#: basic/inc/basic.hrc:123
msgctxt "RID_BASIC_START"
msgid "Label expected."
msgstr "የተጠበቀ ምልክት"
-#: basic.hrc:124
+#: basic/inc/basic.hrc:124
msgctxt "RID_BASIC_START"
msgid "Value cannot be applied."
msgstr "ዋጋውን መፈጸም አይቻልም"
-#: basic.hrc:125
+#: basic/inc/basic.hrc:125
msgctxt "RID_BASIC_START"
msgid "Variable $(ARG1) already defined."
msgstr "ተለዋዋጭ $(ARG1) ቀደም ብሎ ተገልጿል"
-#: basic.hrc:126
+#: basic/inc/basic.hrc:126
msgctxt "RID_BASIC_START"
msgid "Sub procedure or function procedure $(ARG1) already defined."
msgstr "ንዑስ-አሰራር ወይንም የ ተግባር አሰራር $(ARG1) በ ቅድሚያ ተገልጿል"
-#: basic.hrc:127
+#: basic/inc/basic.hrc:127
msgctxt "RID_BASIC_START"
msgid "Label $(ARG1) already defined."
msgstr "ምልክት $(ARG1) ቀደም ብሎ ተገልጿል"
-#: basic.hrc:128
+#: basic/inc/basic.hrc:128
msgctxt "RID_BASIC_START"
msgid "Variable $(ARG1) not found."
msgstr "ተለዋጩ $(ARG1) አልተገኘም"
-#: basic.hrc:129
+#: basic/inc/basic.hrc:129
msgctxt "RID_BASIC_START"
msgid "Array or procedure $(ARG1) not found."
msgstr "የማዘጋጃው ሂደት $(ARG1) አልተገኘም"
-#: basic.hrc:130
+#: basic/inc/basic.hrc:130
msgctxt "RID_BASIC_START"
msgid "Procedure $(ARG1) not found."
msgstr "አሰራሩ $(ARG1) አልተገኘም"
-#: basic.hrc:131
+#: basic/inc/basic.hrc:131
msgctxt "RID_BASIC_START"
msgid "Label $(ARG1) undefined."
msgstr "ምልክት $(ARG1) አልተገለጸም"
-#: basic.hrc:132
+#: basic/inc/basic.hrc:132
msgctxt "RID_BASIC_START"
msgid "Unknown data type $(ARG1)."
msgstr "ያልታወቀ የ ዳታ አይነት $(ARG1)"
-#: basic.hrc:133
+#: basic/inc/basic.hrc:133
msgctxt "RID_BASIC_START"
msgid "Exit $(ARG1) expected."
msgstr "መውጫ $(ARG1) የተጠበቀ"
-#: basic.hrc:134
+#: basic/inc/basic.hrc:134
msgctxt "RID_BASIC_START"
msgid "Statement block still open: $(ARG1) missing."
msgstr "አረፍተ ነገር መከልከያ እንደ ተከፈተ ነው: $(ARG1) ጎድሏል"
-#: basic.hrc:135
+#: basic/inc/basic.hrc:135
msgctxt "RID_BASIC_START"
msgid "Parentheses do not match."
msgstr "ቅንፎቹ አይመሳሰሉም"
-#: basic.hrc:136
+#: basic/inc/basic.hrc:136
msgctxt "RID_BASIC_START"
msgid "Symbol $(ARG1) already defined differently."
msgstr "ምልክት $(ARG1) ቀደም ብሎ በተለየ መንገድ ተገልጿል"
-#: basic.hrc:137
+#: basic/inc/basic.hrc:137
msgctxt "RID_BASIC_START"
msgid "Parameters do not correspond to procedure."
msgstr "ደንቦቹ ከ አሰራሩ ጋር አይመሳሰሉም"
-#: basic.hrc:138
+#: basic/inc/basic.hrc:138
msgctxt "RID_BASIC_START"
msgid "Invalid character in number."
msgstr "ዋጋ የሌለው ባህሪ በ ቁጥር ውስጥ"
-#: basic.hrc:139
+#: basic/inc/basic.hrc:139
msgctxt "RID_BASIC_START"
msgid "Array must be dimensioned."
msgstr "ማዘጋጃ አቅጣጫ መያዝ አለበት"
-#: basic.hrc:140
+#: basic/inc/basic.hrc:140
msgctxt "RID_BASIC_START"
msgid "Else/Endif without If."
msgstr "ያለ በለዚያ/መጨረሻ ከሆነ: ያለ ከሆነ"
-#: basic.hrc:141
+#: basic/inc/basic.hrc:141
msgctxt "RID_BASIC_START"
msgid "$(ARG1) not allowed within a procedure."
msgstr "$(ARG1) በ አሰራሩ ውስጥ የተፈቀደ አይደለም"
-#: basic.hrc:142
+#: basic/inc/basic.hrc:142
msgctxt "RID_BASIC_START"
msgid "$(ARG1) not allowed outside a procedure."
msgstr "$(ARG1) ከ አሰራሩ ውጪ የተፈቀደ አይደለም"
-#: basic.hrc:143
+#: basic/inc/basic.hrc:143
msgctxt "RID_BASIC_START"
msgid "Dimension specifications do not match."
msgstr "የተገለጸው አቅጣጫ አይመሳሰልም"
-#: basic.hrc:144
+#: basic/inc/basic.hrc:144
msgctxt "RID_BASIC_START"
msgid "Unknown option: $(ARG1)."
msgstr "ያልታወቀ ምርጫ: $(ARG1)"
-#: basic.hrc:145
+#: basic/inc/basic.hrc:145
msgctxt "RID_BASIC_START"
msgid "Constant $(ARG1) redefined."
msgstr "የማያቋርጥ $(ARG1) እንደገና መግለጫ"
-#: basic.hrc:146
+#: basic/inc/basic.hrc:146
msgctxt "RID_BASIC_START"
msgid "Program too large."
msgstr "ፕሮግራሙ በጣም ትልቅ ነው"
-#: basic.hrc:147
+#: basic/inc/basic.hrc:147
msgctxt "RID_BASIC_START"
msgid "Strings or arrays not permitted."
msgstr "ሐረጎች ወይንም ማዘጋጀት አይፈቀድም"
-#: basic.hrc:148
+#: basic/inc/basic.hrc:148
msgctxt "RID_BASIC_START"
msgid "An exception occurred $(ARG1)."
msgstr "የ ተለየ ነገር ተፈጥሯል $(ARG1)."
-#: basic.hrc:149
+#: basic/inc/basic.hrc:149
msgctxt "RID_BASIC_START"
msgid "This array is fixed or temporarily locked."
msgstr "ይህ ማዘጋጃ ተቆልፏል ወይንም ለ ጊዜው ተቆልፏል"
-#: basic.hrc:150
+#: basic/inc/basic.hrc:150
msgctxt "RID_BASIC_START"
msgid "Out of string space."
msgstr "ለ ሀረግ ቦታ የለም"
-#: basic.hrc:151
+#: basic/inc/basic.hrc:151
msgctxt "RID_BASIC_START"
msgid "Expression Too Complex."
msgstr "አገላለጽ ውስብስብ ነው"
-#: basic.hrc:152
+#: basic/inc/basic.hrc:152
msgctxt "RID_BASIC_START"
msgid "Can't perform requested operation."
msgstr "የተጠየቀውን ስራ መስራት አልተቻለም"
-#: basic.hrc:153
+#: basic/inc/basic.hrc:153
msgctxt "RID_BASIC_START"
msgid "Too many DLL application clients."
msgstr "በርካታ የ DLL መተግበሪያ ደንበኞች"
-#: basic.hrc:154
+#: basic/inc/basic.hrc:154
msgctxt "RID_BASIC_START"
msgid "For loop not initialized."
msgstr "ዙር አልጀመረም"
-#: basic.hrc:155
+#: basic/inc/basic.hrc:155
msgctxt "RID_BASIC_START"
msgid "$(ARG1)"
msgstr "$(ARG1)"
-#: strings.hrc:25
+#: basic/inc/strings.hrc:25
msgctxt "STR_BASICKEY_FORMAT_ON"
msgid "On"
msgstr "ማብሪያ"
-#: strings.hrc:26
+#: basic/inc/strings.hrc:26
msgctxt "STR_BASICKEY_FORMAT_OFF"
msgid "Off"
msgstr "ማጥፊያ"
-#: strings.hrc:27
+#: basic/inc/strings.hrc:27
msgctxt "STR_BASICKEY_FORMAT_TRUE"
msgid "True"
msgstr "እውነት"
-#: strings.hrc:28
+#: basic/inc/strings.hrc:28
msgctxt "STR_BASICKEY_FORMAT_FALSE"
msgid "False"
msgstr "ሀሰት"
-#: strings.hrc:29
+#: basic/inc/strings.hrc:29
msgctxt "STR_BASICKEY_FORMAT_YES"
msgid "Yes"
msgstr "አዎ"
-#: strings.hrc:30
+#: basic/inc/strings.hrc:30
msgctxt "STR_BASICKEY_FORMAT_NO"
msgid "No"
msgstr "አይ"
#. format currency
-#: strings.hrc:32
+#: basic/inc/strings.hrc:32
msgctxt "STR_BASICKEY_FORMAT_CURRENCY"
msgid "@0.00 $;@(0.00 $)"
msgstr "@0.00 $;@(0.00 $)"
-#: strings.hrc:34
+#: basic/inc/strings.hrc:34
msgctxt "IDS_SBERR_TERMINATED"
msgid "The macro running has been interrupted"
msgstr "እየሄደ ያለው ማክሮ ተቋርጧል"
diff --git a/source/am/chart2/messages.po b/source/am/chart2/messages.po
index 3fdee09ea47..492ba9b9a27 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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2017-10-22 19:14+0000\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
+"PO-Revision-Date: 2018-03-11 16:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,597 +14,602 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1508699649.000000\n"
+"X-POOTLE-MTIME: 1520786188.000000\n"
-#: strings.hrc:24
+#: chart2/inc/strings.hrc:24
msgctxt "STR_DLG_CHART_WIZARD"
msgid "Chart Wizard"
msgstr "የ ቻርት አዋቂ"
-#: strings.hrc:25
+#: chart2/inc/strings.hrc:25
msgctxt "STR_DLG_SMOOTH_LINE_PROPERTIES"
msgid "Smooth Lines"
msgstr "ለስላሳ መስመሮች"
-#: strings.hrc:26
+#: chart2/inc/strings.hrc:26
msgctxt "STR_DLG_STEPPED_LINE_PROPERTIES"
msgid "Stepped Lines"
msgstr "የደረጃ መስመሮች"
-#: strings.hrc:27
+#: chart2/inc/strings.hrc:27
+msgctxt "STR_DLG_REMOVE_DATA_TABLE"
+msgid "This chart currently contains an internal data table. Do you want to proceed, deleting the internal data table, and set a new data range?"
+msgstr "ይህ ቻርት አሁን የያዘው የ ውስጥ ዳታ ሰንጠረዥ ነው: እርስዎ የ ውስጥ ዳታ ሰንጠርዥ ማጥፋት እና አዲስ የ ዳታ መጠን ማሰናዳት መቀጠል ይፈልጋሉ:"
+
+#: chart2/inc/strings.hrc:28
msgctxt "STR_PAGE_CHARTTYPE"
msgid "Chart Type"
msgstr "የ ቻርት አይነት"
-#: strings.hrc:28
+#: chart2/inc/strings.hrc:29
msgctxt "STR_PAGE_DATA_RANGE"
msgid "Data Range"
msgstr "የዳታ መጠን"
-#: strings.hrc:29
+#: chart2/inc/strings.hrc:30
msgctxt "STR_PAGE_CHART_ELEMENTS"
msgid "Chart Elements"
msgstr "የ ቻርት አካላቶች"
-#: strings.hrc:30
+#: chart2/inc/strings.hrc:31
msgctxt "STR_PAGE_LINE"
msgid "Line"
msgstr "መስመር"
-#: strings.hrc:31
+#: chart2/inc/strings.hrc:32
msgctxt "STR_PAGE_BORDER"
msgid "Borders"
msgstr "ድንበሮች"
-#: strings.hrc:32
+#: chart2/inc/strings.hrc:33
msgctxt "STR_PAGE_AREA"
msgid "Area"
msgstr "ስፋት"
-#: strings.hrc:33
+#: chart2/inc/strings.hrc:34
msgctxt "STR_PAGE_TRANSPARENCY"
msgid "Transparency"
msgstr "ግልጽነት"
-#: strings.hrc:34
+#: chart2/inc/strings.hrc:35
msgctxt "STR_PAGE_FONT"
msgid "Font"
msgstr "ፊደል"
-#: strings.hrc:35
+#: chart2/inc/strings.hrc:36
msgctxt "STR_PAGE_FONT_EFFECTS"
msgid "Font Effects"
msgstr "የፊደል ውጤት"
-#: strings.hrc:36
+#: chart2/inc/strings.hrc:37
msgctxt "STR_PAGE_NUMBERS"
msgid "Numbers"
msgstr "ቁጥሮች"
-#: strings.hrc:37
+#: chart2/inc/strings.hrc:38
msgctxt "STR_PAGE_POSITION"
msgid "Position"
msgstr "ቦታ"
-#: strings.hrc:38
+#: chart2/inc/strings.hrc:39
msgctxt "STR_PAGE_LAYOUT"
msgid "Layout"
msgstr "እቅድ"
-#: strings.hrc:39
+#: chart2/inc/strings.hrc:40
msgctxt "STR_PAGE_OPTIONS"
msgid "Options"
msgstr "ምርጫዎች"
-#: strings.hrc:40
+#: chart2/inc/strings.hrc:41
msgctxt "STR_PAGE_SCALE"
msgid "Scale"
msgstr "መጠን"
-#: strings.hrc:41
+#: chart2/inc/strings.hrc:42
msgctxt "STR_PAGE_POSITIONING"
msgid "Positioning"
msgstr "አቀማመጥ"
-#: strings.hrc:42
+#: chart2/inc/strings.hrc:43
msgctxt "STR_PAGE_TRENDLINE_TYPE"
msgid "Type"
msgstr "አይነት"
-#: strings.hrc:43
+#: chart2/inc/strings.hrc:44
msgctxt "STR_PAGE_XERROR_BARS"
msgid "X Error Bars"
msgstr "የ Y ስህተት Bars"
-#: strings.hrc:44
+#: chart2/inc/strings.hrc:45
msgctxt "STR_PAGE_YERROR_BARS"
msgid "Y Error Bars"
msgstr "የ Y ስህተት Bars"
-#: strings.hrc:45
+#: chart2/inc/strings.hrc:46
msgctxt "STR_PAGE_ALIGNMENT"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: strings.hrc:46
+#: chart2/inc/strings.hrc:47
msgctxt "STR_PAGE_PERSPECTIVE"
msgid "Perspective"
msgstr "አስተያየት"
-#: strings.hrc:47
+#: chart2/inc/strings.hrc:48
msgctxt "STR_PAGE_APPEARANCE"
msgid "Appearance"
msgstr "አቀራረብ"
-#: strings.hrc:48
+#: chart2/inc/strings.hrc:49
msgctxt "STR_PAGE_ILLUMINATION"
msgid "Illumination"
msgstr "የ ብርሃን ምንጭ"
-#: strings.hrc:49
+#: chart2/inc/strings.hrc:50
msgctxt "STR_PAGE_ASIAN"
msgid "Asian Typography"
msgstr "የ እስያን ጽሁፍ"
-#: strings.hrc:50
+#: chart2/inc/strings.hrc:51
#, c-format
msgctxt "STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS"
msgid "Mean value line with value %AVERAGE_VALUE and standard deviation %STD_DEVIATION"
msgstr "የ አማካይ ዋጋ መስመር ዋጋ በ %AVERAGE_VALUE እና መደበኛ ልዩነት %STD_DEVIATION"
-#: strings.hrc:51
+#: chart2/inc/strings.hrc:52
msgctxt "STR_OBJECT_AXIS"
msgid "Axis"
msgstr "አክሲስ"
-#: strings.hrc:52
+#: chart2/inc/strings.hrc:53
msgctxt "STR_OBJECT_AXIS_X"
msgid "X Axis"
msgstr "X አክሲስ"
-#: strings.hrc:53
+#: chart2/inc/strings.hrc:54
msgctxt "STR_OBJECT_AXIS_Y"
msgid "Y Axis"
msgstr "Y አክሲስ"
-#: strings.hrc:54
+#: chart2/inc/strings.hrc:55
msgctxt "STR_OBJECT_AXIS_Z"
msgid "Z Axis"
msgstr "Z አክሲስ"
-#: strings.hrc:55
+#: chart2/inc/strings.hrc:56
msgctxt "STR_OBJECT_SECONDARY_X_AXIS"
msgid "Secondary X Axis"
msgstr "ሁለተኛ X አክሲስ"
-#: strings.hrc:56
+#: chart2/inc/strings.hrc:57
msgctxt "STR_OBJECT_SECONDARY_Y_AXIS"
msgid "Secondary Y Axis"
msgstr "ሁለተኛ Y አክሲስ"
-#: strings.hrc:57
+#: chart2/inc/strings.hrc:58
msgctxt "STR_OBJECT_AXES"
msgid "Axes"
msgstr "አክሲስ"
-#: strings.hrc:58
+#: chart2/inc/strings.hrc:59
msgctxt "STR_OBJECT_GRIDS"
msgid "Grids"
msgstr "መጋጠሚያ"
-#: strings.hrc:59
+#: chart2/inc/strings.hrc:60
msgctxt "STR_OBJECT_GRID"
msgid "Grid"
msgstr "መጋጠሚያ"
-#: strings.hrc:60
+#: chart2/inc/strings.hrc:61
msgctxt "STR_OBJECT_GRID_MAJOR_X"
msgid "X Axis Major Grid"
msgstr "የ X አክሲስ ዋና መጋጠሚያ"
-#: strings.hrc:61
+#: chart2/inc/strings.hrc:62
msgctxt "STR_OBJECT_GRID_MAJOR_Y"
msgid "Y Axis Major Grid"
msgstr "የ Y አክሲስ ዋና መጋጠሚያ"
-#: strings.hrc:62
+#: chart2/inc/strings.hrc:63
msgctxt "STR_OBJECT_GRID_MAJOR_Z"
msgid "Z Axis Major Grid"
msgstr "የ Z አክሲስ ዋና መጋጠሚያ"
-#: strings.hrc:63
+#: chart2/inc/strings.hrc:64
msgctxt "STR_OBJECT_GRID_MINOR_X"
msgid "X Axis Minor Grid"
msgstr "የ X አክሲስ አነስተኛ መጋጠሚያ"
-#: strings.hrc:64
+#: chart2/inc/strings.hrc:65
msgctxt "STR_OBJECT_GRID_MINOR_Y"
msgid "Y Axis Minor Grid"
msgstr "የ Y አክሲስ አነስተኛ መጋጠሚያ"
-#: strings.hrc:65
+#: chart2/inc/strings.hrc:66
msgctxt "STR_OBJECT_GRID_MINOR_Z"
msgid "Z Axis Minor Grid"
msgstr "የ Z አክሲስ አነስተኛ መጋጠሚያ"
-#: strings.hrc:66
+#: chart2/inc/strings.hrc:67
msgctxt "STR_OBJECT_LEGEND"
msgid "Legend"
msgstr "መግለጫ"
-#: strings.hrc:67
+#: chart2/inc/strings.hrc:68
msgctxt "STR_OBJECT_TITLE"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:68
+#: chart2/inc/strings.hrc:69
msgctxt "STR_OBJECT_TITLES"
msgid "Titles"
msgstr "አርእስቶች"
-#: strings.hrc:69
+#: chart2/inc/strings.hrc:70
msgctxt "STR_OBJECT_TITLE_MAIN"
msgid "Main Title"
msgstr "ዋናው አርእስት"
-#: strings.hrc:70
+#: chart2/inc/strings.hrc:71
msgctxt "STR_OBJECT_TITLE_SUB"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
-#: strings.hrc:71
+#: chart2/inc/strings.hrc:72
msgctxt "STR_OBJECT_TITLE_X_AXIS"
msgid "X Axis Title"
msgstr "የ X አክሲስ አርእስት"
-#: strings.hrc:72
+#: chart2/inc/strings.hrc:73
msgctxt "STR_OBJECT_TITLE_Y_AXIS"
msgid "Y Axis Title"
msgstr "የ Y አክሲስ አርእስት"
-#: strings.hrc:73
+#: chart2/inc/strings.hrc:74
msgctxt "STR_OBJECT_TITLE_Z_AXIS"
msgid "Z Axis Title"
msgstr "የ Z አክሲስ አርእስት"
-#: strings.hrc:74
+#: chart2/inc/strings.hrc:75
msgctxt "STR_OBJECT_TITLE_SECONDARY_X_AXIS"
msgid "Secondary X Axis Title"
msgstr "ሁለተኛ X አክሲስ አርእስት"
-#: strings.hrc:75
+#: chart2/inc/strings.hrc:76
msgctxt "STR_OBJECT_TITLE_SECONDARY_Y_AXIS"
msgid "Secondary Y Axis Title"
msgstr "ሁለተኛ Y አክሲስ አርእስት"
-#: strings.hrc:76
+#: chart2/inc/strings.hrc:77
msgctxt "STR_OBJECT_LABEL"
msgid "Label"
msgstr "ምልክት"
-#: strings.hrc:77
+#: chart2/inc/strings.hrc:78
msgctxt "STR_OBJECT_DATALABELS"
msgid "Data Labels"
msgstr "የ ዳታ ምልክቶች"
-#: strings.hrc:78
+#: chart2/inc/strings.hrc:79
msgctxt "STR_OBJECT_DATAPOINT"
msgid "Data Point"
msgstr "የ ዳታ ነጥብ"
-#: strings.hrc:79
+#: chart2/inc/strings.hrc:80
msgctxt "STR_OBJECT_DATAPOINTS"
msgid "Data Points"
msgstr "የ ዳታ ነጥቦች"
-#: strings.hrc:80
+#: chart2/inc/strings.hrc:81
msgctxt "STR_OBJECT_LEGEND_SYMBOL"
msgid "Legend Key"
msgstr "የመግለጫ ቁልፍ"
-#: strings.hrc:81
+#: chart2/inc/strings.hrc:82
msgctxt "STR_OBJECT_DATASERIES"
msgid "Data Series"
msgstr "ተከታታይ ዳታ"
-#: strings.hrc:82
+#: chart2/inc/strings.hrc:83
msgctxt "STR_OBJECT_DATASERIES_PLURAL"
msgid "Data Series"
msgstr "ተከታታይ ዳታ"
-#: strings.hrc:83
+#: chart2/inc/strings.hrc:84
msgctxt "STR_OBJECT_CURVE"
msgid "Trend Line"
msgstr "የ አቅጣጫ መስመር"
-#: strings.hrc:84
+#: chart2/inc/strings.hrc:85
msgctxt "STR_OBJECT_CURVES"
msgid "Trend Lines"
msgstr "የ አቅጣጫ መስመሮች"
-#: strings.hrc:85
+#: chart2/inc/strings.hrc:86
msgctxt "STR_OBJECT_CURVE_WITH_PARAMETERS"
msgid "Trend line %FORMULA with accuracy R² = %RSQUARED"
msgstr "የ አቅጣጫ መስመር %FORMULA with accuracy R² = %RSQUARED"
-#: strings.hrc:86
+#: chart2/inc/strings.hrc:87
msgctxt "STR_OBJECT_MOVING_AVERAGE_WITH_PARAMETERS"
msgid "Moving average trend line with period = %PERIOD"
msgstr "በ መካከለኛ ማንቀሳቀሻ የ አቅጣጫ መስመር ከ ጊዜ ጋር = %PERIOD"
-#: strings.hrc:87
+#: chart2/inc/strings.hrc:88
msgctxt "STR_OBJECT_AVERAGE_LINE"
msgid "Mean Value Line"
msgstr "የ አማካይ ዋጋ መስመር"
-#: strings.hrc:88
+#: chart2/inc/strings.hrc:89
msgctxt "STR_OBJECT_CURVE_EQUATION"
msgid "Equation"
msgstr "እኩሌታ"
-#: strings.hrc:89
+#: chart2/inc/strings.hrc:90
msgctxt "STR_OBJECT_ERROR_BARS_X"
msgid "X Error Bars"
msgstr "የ Y ስህተት Bars"
-#: strings.hrc:90
+#: chart2/inc/strings.hrc:91
msgctxt "STR_OBJECT_ERROR_BARS_Y"
msgid "Y Error Bars"
msgstr "የ Y ስህተት Bars"
-#: strings.hrc:91
+#: chart2/inc/strings.hrc:92
msgctxt "STR_OBJECT_ERROR_BARS_Z"
msgid "Z Error Bars"
msgstr "የ Y ስህተት Bars"
-#: strings.hrc:92
+#: chart2/inc/strings.hrc:93
msgctxt "STR_OBJECT_STOCK_LOSS"
msgid "Stock Loss"
msgstr "ክምር ኪሳራ"
-#: strings.hrc:93
+#: chart2/inc/strings.hrc:94
msgctxt "STR_OBJECT_STOCK_GAIN"
msgid "Stock Gain"
msgstr "ክምር ትርፍ"
-#: strings.hrc:94
+#: chart2/inc/strings.hrc:95
msgctxt "STR_OBJECT_PAGE"
msgid "Chart Area"
msgstr "የ ቻርት ስፋት"
-#: strings.hrc:95
+#: chart2/inc/strings.hrc:96
msgctxt "STR_OBJECT_DIAGRAM"
msgid "Chart"
msgstr "ቻርት"
-#: strings.hrc:96
+#: chart2/inc/strings.hrc:97
msgctxt "STR_OBJECT_DIAGRAM_WALL"
msgid "Chart Wall"
msgstr "የ ቻርት ግድግዳ"
-#: strings.hrc:97
+#: chart2/inc/strings.hrc:98
msgctxt "STR_OBJECT_DIAGRAM_FLOOR"
msgid "Chart Floor"
msgstr "የ ቻርት ወለል"
-#: strings.hrc:98
+#: chart2/inc/strings.hrc:99
msgctxt "STR_OBJECT_SHAPE"
msgid "Drawing Object"
msgstr "መሳያ እቃዎች"
-#: strings.hrc:99
+#: chart2/inc/strings.hrc:100
#, c-format
msgctxt "STR_TIP_DATASERIES"
msgid "Data Series '%SERIESNAME'"
msgstr "ተከታታይ ዳታ '%SERIESNAME'"
-#: strings.hrc:100
+#: chart2/inc/strings.hrc:101
msgctxt "STR_TIP_DATAPOINT_INDEX"
msgid "Data Point %POINTNUMBER"
msgstr "የ ዳታ ነጥብ %POINTNUMBER"
-#: strings.hrc:101
+#: chart2/inc/strings.hrc:102
msgctxt "STR_TIP_DATAPOINT_VALUES"
msgid "Values: %POINTVALUES"
msgstr "ዋጋዎች: %POINTVALUES"
-#: strings.hrc:102
+#: chart2/inc/strings.hrc:103
msgctxt "STR_TIP_DATAPOINT"
msgid "Data Point %POINTNUMBER, data series %SERIESNUMBER, values: %POINTVALUES"
msgstr "የ ዳታ ነጥብ %POINTNUMBER, ተከታታይ ዳታ %SERIESNUMBER, ዋጋዎች: %POINTVALUES"
-#: strings.hrc:103
+#: chart2/inc/strings.hrc:104
msgctxt "STR_STATUS_DATAPOINT_MARKED"
msgid "Data point %POINTNUMBER in data series %SERIESNUMBER selected, values: %POINTVALUES"
msgstr "የ ዳታ ነጥብ %POINTNUMBER, በ ተከታታይ ዳታ %SERIESNUMBER, በ ተመረጠው ዋጋዎች: %POINTVALUES ውስጥ"
-#: strings.hrc:104
+#: chart2/inc/strings.hrc:105
msgctxt "STR_STATUS_OBJECT_MARKED"
msgid "%OBJECTNAME selected"
msgstr "%OBJECTNAME የተመረጠው"
-#: strings.hrc:105
+#: chart2/inc/strings.hrc:106
msgctxt "STR_STATUS_PIE_SEGMENT_EXPLODED"
msgid "Pie exploded by %PERCENTVALUE percent"
msgstr "ፓይ የ ተስፋፋ በ %PERCENTVALUE ፐርሰንት"
-#: strings.hrc:106
+#: chart2/inc/strings.hrc:107
msgctxt "STR_OBJECT_FOR_SERIES"
msgid "%OBJECTNAME for Data Series '%SERIESNAME'"
msgstr "%OBJECTNAME ለ ተከታታይ ዳታ '%SERIESNAME'"
-#: strings.hrc:107
+#: chart2/inc/strings.hrc:108
msgctxt "STR_OBJECT_FOR_ALL_SERIES"
msgid "%OBJECTNAME for all Data Series"
msgstr "%OBJECTNAME ለ ሁሉም ተከታታይ ዳታ"
-#: strings.hrc:108
+#: chart2/inc/strings.hrc:109
msgctxt "STR_ACTION_EDIT_CHARTTYPE"
msgid "Edit chart type"
msgstr "የ ቻርት አይነት ማረሚያ"
-#: strings.hrc:109
+#: chart2/inc/strings.hrc:110
msgctxt "STR_ACTION_EDIT_DATA_RANGES"
msgid "Edit data ranges"
msgstr "ማረሚያ የዳታ መጠኖችን"
-#: strings.hrc:110
+#: chart2/inc/strings.hrc:111
msgctxt "STR_ACTION_EDIT_3D_VIEW"
msgid "Edit 3D view"
msgstr "ማረሚያ 3ዲ መመልከቻ"
-#: strings.hrc:111
+#: chart2/inc/strings.hrc:112
msgctxt "STR_ACTION_EDIT_CHART_DATA"
msgid "Edit chart data"
msgstr "የ ቻርት ዳታ ማረሚያ"
-#: strings.hrc:112
+#: chart2/inc/strings.hrc:113
msgctxt "STR_ACTION_TOGGLE_LEGEND"
msgid "Legend on/off"
msgstr "መግለጫ ማብሪያ/ማጥፊያ"
-#: strings.hrc:113
+#: chart2/inc/strings.hrc:114
msgctxt "STR_ACTION_TOGGLE_GRID_HORZ"
msgid "Horizontal grid major/major&minor/off"
msgstr "የ አግድም ከፍተኛ መጋጠሚያ/ከፍተኛ&አነስተኛ/ማጥፊያ"
-#: strings.hrc:114
+#: chart2/inc/strings.hrc:115
msgctxt "STR_ACTION_TOGGLE_GRID_VERTICAL"
msgid "Vertical grid major/major&minor/off"
msgstr "የ ቁመት ከፍተኛ መጋጠሚያ/ከፍተኛ&አነስተኛ/ማጥፊያ"
-#: strings.hrc:115
+#: chart2/inc/strings.hrc:116
msgctxt "STR_ACTION_SCALE_TEXT"
msgid "Scale Text"
msgstr "ጽሁፍ መመጠኛ"
-#: strings.hrc:116
+#: chart2/inc/strings.hrc:117
msgctxt "STR_ACTION_REARRANGE_CHART"
msgid "Automatic Layout"
msgstr "ራሱ በራሱ እቅድ"
-#: strings.hrc:117
+#: chart2/inc/strings.hrc:118
msgctxt "STR_ACTION_NOTPOSSIBLE"
msgid "This function cannot be completed with the selected objects."
msgstr "ይህን ተግባር መፈጸም አይቻልም በተመረጡት እቃዎች"
-#: strings.hrc:118
+#: chart2/inc/strings.hrc:119
msgctxt "STR_ACTION_EDIT_TEXT"
msgid "Edit text"
msgstr "ጽሁፍ ማረሚያ"
-#: strings.hrc:119
+#: chart2/inc/strings.hrc:120
#, c-format
msgctxt "STR_COLUMN_LABEL"
msgid "Column %COLUMNNUMBER"
msgstr "አምድ %COLUMNNUMBER"
-#: strings.hrc:120
+#: chart2/inc/strings.hrc:121
msgctxt "STR_ROW_LABEL"
msgid "Row %ROWNUMBER"
msgstr "ረድፍ %ROWNUMBER"
-#: strings.hrc:121
+#: chart2/inc/strings.hrc:122
msgctxt "STR_DATA_ROLE_LABEL"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:122
+#: chart2/inc/strings.hrc:123
msgctxt "STR_DATA_ROLE_X"
msgid "X-Values"
msgstr "X-ዋጋዎች"
-#: strings.hrc:123
+#: chart2/inc/strings.hrc:124
msgctxt "STR_DATA_ROLE_Y"
msgid "Y-Values"
msgstr "Y-ዋጋዎች"
-#: strings.hrc:124
+#: chart2/inc/strings.hrc:125
msgctxt "STR_DATA_ROLE_SIZE"
msgid "Bubble Sizes"
msgstr "የ አረፋ መጠን"
-#: strings.hrc:125
+#: chart2/inc/strings.hrc:126
msgctxt "STR_DATA_ROLE_X_ERROR"
msgid "X-Error-Bars"
msgstr "የ X-ስህተት-መደርደሪያ"
-#: strings.hrc:126
+#: chart2/inc/strings.hrc:127
msgctxt "STR_DATA_ROLE_X_ERROR_POSITIVE"
msgid "Positive X-Error-Bars"
msgstr "አዎንታዊ የ X-ስህተት-መደርደሪያ"
-#: strings.hrc:127
+#: chart2/inc/strings.hrc:128
msgctxt "STR_DATA_ROLE_X_ERROR_NEGATIVE"
msgid "Negative X-Error-Bars"
msgstr "አሉታዊ የ X-ስህተት-መደርደሪያ"
-#: strings.hrc:128
+#: chart2/inc/strings.hrc:129
msgctxt "STR_DATA_ROLE_Y_ERROR"
msgid "Y-Error-Bars"
msgstr "የ Y-ስህተት-መደርደሪያ"
-#: strings.hrc:129
+#: chart2/inc/strings.hrc:130
msgctxt "STR_DATA_ROLE_Y_ERROR_POSITIVE"
msgid "Positive Y-Error-Bars"
msgstr "አዎንታዊ የ Y-ስህተት-መደርደሪያ"
-#: strings.hrc:130
+#: chart2/inc/strings.hrc:131
msgctxt "STR_DATA_ROLE_Y_ERROR_NEGATIVE"
msgid "Negative Y-Error-Bars"
msgstr "አሉታዊ የ Y-ስህተት-መደርደሪያ"
-#: strings.hrc:131
+#: chart2/inc/strings.hrc:132
msgctxt "STR_DATA_ROLE_FIRST"
msgid "Open Values"
msgstr "ዋጋዎችን መክፈቻ"
-#: strings.hrc:132
+#: chart2/inc/strings.hrc:133
msgctxt "STR_DATA_ROLE_LAST"
msgid "Close Values"
msgstr "ዋጋዎችን መዝጊያ"
-#: strings.hrc:133
+#: chart2/inc/strings.hrc:134
msgctxt "STR_DATA_ROLE_MIN"
msgid "Low Values"
msgstr "ዝቅተኛ ዋጋዎች"
-#: strings.hrc:134
+#: chart2/inc/strings.hrc:135
msgctxt "STR_DATA_ROLE_MAX"
msgid "High Values"
msgstr "ከፍተኛ ዋጋዎች"
-#: strings.hrc:135
+#: chart2/inc/strings.hrc:136
msgctxt "STR_DATA_ROLE_CATEGORIES"
msgid "Categories"
msgstr "ምድቦች"
-#: strings.hrc:136
+#: chart2/inc/strings.hrc:137
msgctxt "STR_DATA_UNNAMED_SERIES"
msgid "Unnamed Series"
msgstr "ያልተሰየመ ተከታታይ"
-#: strings.hrc:137
+#: chart2/inc/strings.hrc:138
msgctxt "STR_DATA_UNNAMED_SERIES_WITH_INDEX"
msgid "Unnamed Series %NUMBER"
msgstr "ያልተሰየመ ተከታታይ %NUMBER"
-#: strings.hrc:138
+#: chart2/inc/strings.hrc:139
msgctxt "STR_DATA_SELECT_RANGE_FOR_SERIES"
msgid "Select Range for %VALUETYPE of %SERIESNAME"
msgstr "ይምረጡ መጠን ለ %VALUETYPE of %SERIESNAME"
-#: strings.hrc:139
+#: chart2/inc/strings.hrc:140
msgctxt "STR_DATA_SELECT_RANGE_FOR_CATEGORIES"
msgid "Select Range for Categories"
msgstr "ለምድቦች መጠን ይምረጡ"
-#: strings.hrc:140
+#: chart2/inc/strings.hrc:141
msgctxt "STR_DATA_SELECT_RANGE_FOR_DATALABELS"
msgid "Select Range for data labels"
msgstr "ለ ዳታ ምልክቶች መጠን ይምረጡ"
-#: strings.hrc:141
+#: chart2/inc/strings.hrc:142
msgctxt "STR_DATA_EDITOR_INCORRECT_INPUT"
msgid ""
"Your last input is incorrect.\n"
@@ -613,2522 +618,2522 @@ msgstr ""
"መጨረሻ ያስገቡት የተሳሳተ ነው .\n"
"የ አሁኑን ለውጥ ልተወው እና ንግግሩን ልዝጋው?"
-#: strings.hrc:142
+#: chart2/inc/strings.hrc:143
msgctxt "STR_TEXT_DIRECTION_LTR"
msgid "Left-to-right"
msgstr "ከ ግራ-ወደ-ቀኝ"
-#: strings.hrc:143
+#: chart2/inc/strings.hrc:144
msgctxt "STR_TEXT_DIRECTION_RTL"
msgid "Right-to-left"
msgstr "ከ ቀኝ-ወደ-ግራ"
-#: strings.hrc:144
+#: chart2/inc/strings.hrc:145
msgctxt "STR_TEXT_DIRECTION_SUPER"
msgid "Use superordinate object settings"
msgstr "ከፍተኛ የ እቃ ማሰናጃዎችን መጠቀሚያ"
-#: strings.hrc:145
+#: chart2/inc/strings.hrc:146
msgctxt "STR_PROPERTY_ROLE_FILLCOLOR"
msgid "Fill Color"
msgstr "ቀለም መሙያ"
-#: strings.hrc:146
+#: chart2/inc/strings.hrc:147
msgctxt "STR_PROPERTY_ROLE_BORDERCOLOR"
msgid "Border Color"
msgstr "የ ድንበር ቀለም"
-#: strings.hrc:148
+#: chart2/inc/strings.hrc:149
msgctxt "STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr "ከዳታ ሰንጠረዥ"
-#: strings.hrc:149
+#: chart2/inc/strings.hrc:150
msgctxt "STR_REGRESSION_LINEAR"
msgid "Linear"
msgstr "ቀጥተኛ"
-#: strings.hrc:150
+#: chart2/inc/strings.hrc:151
msgctxt "STR_REGRESSION_LOG"
msgid "Logarithmic"
msgstr "ሎጋሪዝም"
-#: strings.hrc:151
+#: chart2/inc/strings.hrc:152
msgctxt "STR_REGRESSION_EXP"
msgid "Exponential"
msgstr "ኤክስፖኔንሺያል"
-#: strings.hrc:152
+#: chart2/inc/strings.hrc:153
msgctxt "STR_REGRESSION_POWER"
msgid "Power"
msgstr "ሀይል"
-#: strings.hrc:153
+#: chart2/inc/strings.hrc:154
msgctxt "STR_REGRESSION_POLYNOMIAL"
msgid "Polynomial"
msgstr "ፖሊኖሚያል"
-#: strings.hrc:154
+#: chart2/inc/strings.hrc:155
msgctxt "STR_REGRESSION_MOVING_AVERAGE"
msgid "Moving average"
msgstr "በ መካከለኛ በ መጓዝ ላይ"
-#: strings.hrc:155
+#: chart2/inc/strings.hrc:156
msgctxt "STR_REGRESSION_MEAN"
msgid "Mean"
msgstr "አማካይ"
-#: strings.hrc:157
+#: chart2/inc/strings.hrc:158
msgctxt "STR_TYPE_COLUMN"
msgid "Column"
msgstr "አምድ"
-#: strings.hrc:158
+#: chart2/inc/strings.hrc:159
msgctxt "STR_TYPE_BAR"
msgid "Bar"
msgstr "ባር"
-#: strings.hrc:159
+#: chart2/inc/strings.hrc:160
msgctxt "STR_TYPE_AREA"
msgid "Area"
msgstr "ስፋት"
-#: strings.hrc:160
+#: chart2/inc/strings.hrc:161
msgctxt "STR_TYPE_PIE"
msgid "Pie"
msgstr "ፓይ"
-#: strings.hrc:161
+#: chart2/inc/strings.hrc:162
msgctxt "STR_PIE_EXPLODED"
msgid "Exploded Pie Chart"
msgstr "የ ፈነዳ ፓይ ቻርት"
-#: strings.hrc:162
+#: chart2/inc/strings.hrc:163
msgctxt "STR_DONUT_EXPLODED"
msgid "Exploded Donut Chart"
msgstr "የ ፈነዳ ፓይ ቻርት"
-#: strings.hrc:163
+#: chart2/inc/strings.hrc:164
msgctxt "STR_DONUT"
msgid "Donut"
msgstr "ክብ"
-#: strings.hrc:164
+#: chart2/inc/strings.hrc:165
msgctxt "STR_TYPE_LINE"
msgid "Line"
msgstr "መስመር"
-#: strings.hrc:165
+#: chart2/inc/strings.hrc:166
msgctxt "STR_TYPE_XY"
msgid "XY (Scatter)"
msgstr "XY (የ ተበተነ)"
-#: strings.hrc:166
+#: chart2/inc/strings.hrc:167
msgctxt "STR_POINTS_AND_LINES"
msgid "Points and Lines"
msgstr "ነጥቦች እና መስመሮች"
-#: strings.hrc:167
+#: chart2/inc/strings.hrc:168
msgctxt "STR_POINTS_ONLY"
msgid "Points Only"
msgstr "ነጥቦች ብቻ"
-#: strings.hrc:168
+#: chart2/inc/strings.hrc:169
msgctxt "STR_LINES_ONLY"
msgid "Lines Only"
msgstr "መስመር ብቻ"
-#: strings.hrc:169
+#: chart2/inc/strings.hrc:170
msgctxt "STR_LINES_3D"
msgid "3D Lines"
msgstr "3D መስመሮች"
-#: strings.hrc:170
+#: chart2/inc/strings.hrc:171
msgctxt "STR_TYPE_COMBI_COLUMN_LINE"
msgid "Column and Line"
msgstr "አምድ እና መስመር"
-#: strings.hrc:171
+#: chart2/inc/strings.hrc:172
msgctxt "STR_LINE_COLUMN"
msgid "Columns and Lines"
msgstr "አምዶች እና መስመሮች"
-#: strings.hrc:172
+#: chart2/inc/strings.hrc:173
msgctxt "STR_LINE_STACKEDCOLUMN"
msgid "Stacked Columns and Lines"
msgstr "የተደረደሩ አምዶች እና መስመሮች"
-#: strings.hrc:173
+#: chart2/inc/strings.hrc:174
msgctxt "STR_TYPE_NET"
msgid "Net"
msgstr "Net"
-#: strings.hrc:174
+#: chart2/inc/strings.hrc:175
msgctxt "STR_TYPE_STOCK"
msgid "Stock"
msgstr "ክምር"
-#: strings.hrc:175
+#: chart2/inc/strings.hrc:176
msgctxt "STR_STOCK_1"
msgid "Stock Chart 1"
msgstr "ክምር ቻርት 1"
-#: strings.hrc:176
+#: chart2/inc/strings.hrc:177
msgctxt "STR_STOCK_2"
msgid "Stock Chart 2"
msgstr "ክምር ቻርት 2"
-#: strings.hrc:177
+#: chart2/inc/strings.hrc:178
msgctxt "STR_STOCK_3"
msgid "Stock Chart 3"
msgstr "ክምር ቻርት 3"
-#: strings.hrc:178
+#: chart2/inc/strings.hrc:179
msgctxt "STR_STOCK_4"
msgid "Stock Chart 4"
msgstr "ክምር ቻርት 4"
-#: strings.hrc:179
+#: chart2/inc/strings.hrc:180
msgctxt "STR_NORMAL"
msgid "Normal"
msgstr "መደበኛ"
-#: strings.hrc:180
+#: chart2/inc/strings.hrc:181
msgctxt "STR_STACKED"
msgid "Stacked"
msgstr "የተደረደሩ"
-#: strings.hrc:181
+#: chart2/inc/strings.hrc:182
msgctxt "STR_PERCENT"
msgid "Percent Stacked"
msgstr "ፐርሰንት የ ተከመረ"
-#: strings.hrc:182
+#: chart2/inc/strings.hrc:183
msgctxt "STR_DEEP"
msgid "Deep"
msgstr "ጥልቅ"
-#: strings.hrc:183
+#: chart2/inc/strings.hrc:184
msgctxt "STR_FILLED"
msgid "Filled"
msgstr "የተሞላ"
-#: strings.hrc:184
+#: chart2/inc/strings.hrc:185
msgctxt "STR_TYPE_BUBBLE"
msgid "Bubble"
msgstr "አረፋ"
-#: strings.hrc:185
+#: chart2/inc/strings.hrc:186
msgctxt "STR_BUBBLE_1"
msgid "Bubble Chart"
msgstr "የ አረፋ ቻርት"
-#: strings.hrc:186
+#: chart2/inc/strings.hrc:187
msgctxt "STR_TYPE_GL3D_BAR"
msgid "GL3D Bar"
msgstr "GL3ዲ መደርደሪያ"
-#: strings.hrc:187
+#: chart2/inc/strings.hrc:188
msgctxt "STR_GL3D_BAR"
msgid "GL3D Bar Chart"
msgstr "GL3ዲ ቻርት"
-#: strings.hrc:189
+#: chart2/inc/strings.hrc:190
msgctxt "STR_INVALID_NUMBER"
msgid "Numbers are required. Check your input."
msgstr "ቁጥሮች ያስፈልጋሉ: ያስገቡትን ይመርምሩ"
-#: strings.hrc:190
+#: chart2/inc/strings.hrc:191
msgctxt "STR_STEP_GT_ZERO"
msgid "The major interval requires a positive number. Check your input."
msgstr "ዋናው ክፍተት አዎንታዊ ቁጥር ይፈልጋል: ማስገቢያውን ይመርምሩ"
-#: strings.hrc:191
+#: chart2/inc/strings.hrc:192
msgctxt "STR_BAD_LOGARITHM"
msgid "The logarithmic scale requires positive numbers. Check your input."
msgstr "የ ሎጋሪዝም መጠን አዎንታዊ ቁጥር ይፈልጋል: የ እርስዎን ማስገቢያ ይመርምሩ"
-#: strings.hrc:192
+#: chart2/inc/strings.hrc:193
msgctxt "STR_MIN_GREATER_MAX"
msgid "The minimum must be lower than the maximum. Check your input."
msgstr "ዝቅተኛው ማነስ አለበት ከ ከፍተኛው: ማስገቢያውን ይመርምሩ"
-#: strings.hrc:193
+#: chart2/inc/strings.hrc:194
msgctxt "STR_INVALID_INTERVALS"
msgid "The major interval needs to be greater than the minor interval. Check your input."
msgstr "ዋናው ክፍተት መብለጥ አለበት ከ አነስተኛው ክፍተት: ማስገቢያውን ይመርምሩ"
-#: strings.hrc:194
+#: chart2/inc/strings.hrc:195
msgctxt "STR_INVALID_TIME_UNIT"
msgid "The major and minor interval need to be greater or equal to the resolution. Check your input."
msgstr "ዋናው ክፍተት እና አነስተኛው ክፍተት መብለጥ ወይንም እኩል መሆን አለበት ከ ውጤቱ ጋር: ማስገቢያውን ይመርምሩ"
-#: 3dviewdialog.ui:8
+#: chart2/uiconfig/ui/3dviewdialog.ui:8
msgctxt "3dviewdialog|3DViewDialog"
msgid "3D View"
msgstr "3ዲ መመልከቻ"
-#: chardialog.ui:8
+#: chart2/uiconfig/ui/chardialog.ui:8
msgctxt "chardialog|CharDialog"
msgid "Character"
msgstr "ባህሪ"
-#: chardialog.ui:105
+#: chart2/uiconfig/ui/chardialog.ui:105
msgctxt "chardialog|font"
msgid "Font"
msgstr "ፊደል"
-#: chardialog.ui:127
+#: chart2/uiconfig/ui/chardialog.ui:127
msgctxt "chardialog|fonteffects"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
-#: chardialog.ui:150
+#: chart2/uiconfig/ui/chardialog.ui:150
msgctxt "chardialog|position"
msgid "Position"
msgstr "ቦታ"
-#: chartdatadialog.ui:8
+#: chart2/uiconfig/ui/chartdatadialog.ui:8
msgctxt "chartdatadialog|ChartDataDialog"
msgid "Data Table"
msgstr "የዳታ ሰንጠረዥ"
-#: chartdatadialog.ui:88
+#: chart2/uiconfig/ui/chartdatadialog.ui:88
msgctxt "chartdatadialog|InsertRow"
msgid "Insert Row"
msgstr "ረድፍ ማስገቢያ"
-#: chartdatadialog.ui:102
+#: chart2/uiconfig/ui/chartdatadialog.ui:102
msgctxt "chartdatadialog|InsertColumn"
msgid "Insert Series"
msgstr "ተከታታይ ማስገቢያ"
-#: chartdatadialog.ui:116
+#: chart2/uiconfig/ui/chartdatadialog.ui:116
msgctxt "chartdatadialog|InsertTextColumn"
msgid "Insert Text Column"
msgstr "የ ጽሁፍ አምድ ማስገቢያ"
-#: chartdatadialog.ui:130
+#: chart2/uiconfig/ui/chartdatadialog.ui:130
msgctxt "chartdatadialog|RemoveRow"
msgid "Delete Row"
msgstr "ረድፍ ማጥፊያ"
-#: chartdatadialog.ui:144
+#: chart2/uiconfig/ui/chartdatadialog.ui:144
msgctxt "chartdatadialog|RemoveColumn"
msgid "Delete Series"
msgstr "ተከታታይ ማጥፊያ"
-#: chartdatadialog.ui:168
+#: chart2/uiconfig/ui/chartdatadialog.ui:168
msgctxt "chartdatadialog|MoveLeftColumn"
msgid "Move Series Left"
msgstr "ተከታታይ ወደ ግራ ማንቀሳቀሻ"
-#: chartdatadialog.ui:182
+#: chart2/uiconfig/ui/chartdatadialog.ui:182
msgctxt "chartdatadialog|MoveRightColumn"
msgid "Move Series Right"
msgstr "ተከታታይ ወደ ቀኝ ማንቀሳቀሻ"
-#: chartdatadialog.ui:196
+#: chart2/uiconfig/ui/chartdatadialog.ui:196
msgctxt "chartdatadialog|MoveUpRow"
msgid "Move Row Up"
msgstr "ረድፍ ወደ ላይ ማንቀሳቀሻ"
-#: chartdatadialog.ui:210
+#: chart2/uiconfig/ui/chartdatadialog.ui:210
msgctxt "chartdatadialog|MoveDownRow"
msgid "Move Row Down"
msgstr "ረድፍ ወደ ታች ማንቀሳቀሻ"
-#: charttypedialog.ui:8
+#: chart2/uiconfig/ui/charttypedialog.ui:8
msgctxt "charttypedialog|ChartTypeDialog"
msgid "Chart Type"
msgstr "የ ቻርት አይነት"
-#: datarangedialog.ui:8
+#: chart2/uiconfig/ui/datarangedialog.ui:8
msgctxt "datarangedialog|DataRangeDialog"
msgid "Data Ranges"
msgstr "የ ዳታ መጠኖች"
-#: dlg_DataLabel.ui:20
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:20
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Best fit"
msgstr "በ ጥሩ ልክ"
-#: dlg_DataLabel.ui:24
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:24
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Center"
msgstr "መሀከል"
-#: dlg_DataLabel.ui:28
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:28
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Above"
msgstr "ከ ላይ"
-#: dlg_DataLabel.ui:32
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:32
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Top left"
msgstr "ከ ላይ በ ግራ በኩል"
-#: dlg_DataLabel.ui:36
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:36
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Left"
msgstr "በ ግራ"
-#: dlg_DataLabel.ui:40
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:40
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Bottom left"
msgstr "ከ ታች በ ግራ በኩል"
-#: dlg_DataLabel.ui:44
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:44
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Below"
msgstr "ከ ታች"
-#: dlg_DataLabel.ui:48
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:48
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Bottom right"
msgstr "ከ ታች በ ቀኝ በኩል"
-#: dlg_DataLabel.ui:52
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:52
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Right"
msgstr "ከ ታች በ ቀኝ በኩል"
-#: dlg_DataLabel.ui:56
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:56
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Top right"
msgstr "ከ ላይ በቀኝ በኩል"
-#: dlg_DataLabel.ui:60
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:60
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Inside"
msgstr "ውስጥ"
-#: dlg_DataLabel.ui:64
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:64
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Outside"
msgstr "ውጪ"
-#: dlg_DataLabel.ui:68
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:68
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Near origin"
msgstr "ዋናው አጠገብ"
-#: dlg_DataLabel.ui:82
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:82
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Space"
msgstr "ክፍተት"
-#: dlg_DataLabel.ui:86
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:86
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Comma"
msgstr "ኮማ"
-#: dlg_DataLabel.ui:90
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:90
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Semicolon"
msgstr "ሴሚኮለን"
-#: dlg_DataLabel.ui:94
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:94
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "New line"
msgstr "አዲስ መስመር"
-#: dlg_DataLabel.ui:102
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:102
msgctxt "dlg_DataLabel|dlg_DataLabels"
msgid "Data Labels for all Data Series"
msgstr "የ ዳታ ምልክቶች ለሁሉም የ ዳታ ተከታታዮች"
-#: dlg_DataLabel.ui:194
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:194
msgctxt "dlg_DataLabel|CB_VALUE_AS_NUMBER"
msgid "Show value as _number"
msgstr "ዋጋውን እንደ _ቁጥር ማሳያ"
-#: dlg_DataLabel.ui:209
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:209
msgctxt "dlg_DataLabel|CB_VALUE_AS_PERCENTAGE"
msgid "Show value as _percentage"
msgstr "ዋጋውን እንደ _ፐርሰንት ማሳያ"
-#: dlg_DataLabel.ui:224
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:224
msgctxt "dlg_DataLabel|CB_CATEGORY"
msgid "Show _category"
msgstr "_ምድብ ማሳያ"
-#: dlg_DataLabel.ui:239
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:239
msgctxt "dlg_DataLabel|CB_SYMBOL"
msgid "Show _legend key"
msgstr "_መግለጫ ቁልፍ ማሳያ"
-#: dlg_DataLabel.ui:254
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:254
msgctxt "dlg_DataLabel|CB_WRAP_TEXT"
msgid "Auto text _wrap"
msgstr "በራሱ ጽሁፍ _መጠቅለያ"
-#: dlg_DataLabel.ui:269
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:269
msgctxt "dlg_DataLabel|PB_NUMBERFORMAT"
msgid "Number _format..."
msgstr "የ ቁጥር _አቀራረብ..."
-#: dlg_DataLabel.ui:283
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:283
msgctxt "dlg_DataLabel|PB_PERCENT_NUMBERFORMAT"
msgid "Percentage f_ormat..."
msgstr "በ ፐርሰንት አ_ቀራረብ..."
-#: dlg_DataLabel.ui:299
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:299
msgctxt "dlg_DataLabel|CT_LABEL_DIAL"
msgid "ABCD"
msgstr "ABCD"
-#: dlg_DataLabel.ui:319
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:319
msgctxt "dlg_DataLabel|FT_TEXT_SEPARATOR"
msgid "_Separator"
msgstr "_መለያያ"
-#: dlg_DataLabel.ui:359
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:359
msgctxt "dlg_DataLabel|FT_LABEL_PLACEMENT"
msgid "Place_ment"
msgstr "አቀማ_መጥ"
-#: dlg_DataLabel.ui:392
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:392
msgctxt "dlg_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE"
msgid "Number Format for Percentage Value"
msgstr "የ ቁጥር አቀራረብ ለ ፐርሰንት ዋጋ"
-#: dlg_DataLabel.ui:408
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:408
msgctxt "dlg_DataLabel|label1"
msgid "Text Attributes"
msgstr "የ ጽሁፍ ባህሪዎች"
-#: dlg_DataLabel.ui:474
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:473
msgctxt "dlg_DataLabel|FT_LABEL_DEGREES"
msgid "_Degrees"
msgstr "_ዲግሪዎች"
-#: dlg_DataLabel.ui:499
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:498
msgctxt "dlg_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
msgstr "የጽ_ሁፍ አቅጣጫ"
-#: dlg_DataLabel.ui:536
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:535
msgctxt "dlg_DataLabel|label2"
msgid "Rotate Text"
msgstr "ጽሁፍ ማዞሪያ"
-#: dlg_InsertErrorBars.ui:29
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:29
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Standard Error"
msgstr "መደበኛ ስህተት"
-#: dlg_InsertErrorBars.ui:33
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:33
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Standard Deviation"
msgstr "መደበኛ ልዩነት"
-#: dlg_InsertErrorBars.ui:37
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:37
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Variance"
msgstr "ልዩነቶች"
-#: dlg_InsertErrorBars.ui:41
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:41
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Error Margin"
msgstr "የ ስህተት መስመር"
-#: dlg_InsertErrorBars.ui:49
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:49
msgctxt "dlg_InsertErrorBars|dlg_InsertErrorBars"
msgid "Legend"
msgstr "መግለጫ"
-#: dlg_InsertErrorBars.ui:146
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:146
msgctxt "dlg_InsertErrorBars|RB_NONE"
msgid "_None"
msgstr "_ምንም"
-#: dlg_InsertErrorBars.ui:163
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:163
msgctxt "dlg_InsertErrorBars|RB_CONST"
msgid "_Constant Value"
msgstr "_የማያቋርጥ ዋጋ"
-#: dlg_InsertErrorBars.ui:180
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:180
msgctxt "dlg_InsertErrorBars|RB_PERCENT"
msgid "_Percentage"
msgstr "_ፐርሰንት"
-#: dlg_InsertErrorBars.ui:236
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:237
msgctxt "dlg_InsertErrorBars|RB_RANGE"
msgid "Cell _Range"
msgstr "የ ክፍል _መጠን"
-#: dlg_InsertErrorBars.ui:259
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:260
msgctxt "dlg_InsertErrorBars|label1"
msgid "Error Category"
msgstr "የ ስህተት ምድብ"
-#: dlg_InsertErrorBars.ui:292
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:293
msgctxt "dlg_InsertErrorBars|RB_BOTH"
msgid "Positive _and Negative"
msgstr "አዎንታዊ _እና አሉታዊ"
-#: dlg_InsertErrorBars.ui:308
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:309
msgctxt "dlg_InsertErrorBars|RB_POSITIVE"
msgid "Pos_itive"
msgstr "አዎን_ታዊ"
-#: dlg_InsertErrorBars.ui:324
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:325
msgctxt "dlg_InsertErrorBars|RB_NEGATIVE"
msgid "Ne_gative"
msgstr "አሉ_ታዊ"
-#: dlg_InsertErrorBars.ui:380
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:381
msgctxt "dlg_InsertErrorBars|label2"
msgid "Error Indicator"
msgstr "ስህተት መጠቆሚያ"
-#: dlg_InsertErrorBars.ui:427
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:428
msgctxt "dlg_InsertErrorBars|FT_POSITIVE"
msgid "P_ositive (+)"
msgstr "አ_ዎንታዊ (+)"
-#: dlg_InsertErrorBars.ui:468
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:467
msgctxt "dlg_InsertErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
-#: dlg_InsertErrorBars.ui:493
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:492
msgctxt "dlg_InsertErrorBars|FT_NEGATIVE"
msgid "_Negative (-)"
msgstr "_አሉታዊ (-)"
-#: dlg_InsertErrorBars.ui:535
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:532
msgctxt "dlg_InsertErrorBars|IB_RANGE_NEGATIVE|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
-#: dlg_InsertErrorBars.ui:553
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:550
msgctxt "dlg_InsertErrorBars|CB_SYN_POS_NEG"
msgid "Same value for both"
msgstr "አንድ አይነት ዋጋ ለሁለቱም"
-#: dlg_InsertErrorBars.ui:575
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:573
msgctxt "dlg_InsertErrorBars|label3"
msgid "Parameters"
msgstr "ደንቦች"
-#: dlg_InsertErrorBars.ui:591
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:589
msgctxt "dlg_InsertErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS"
msgid "Select Range for Positive Error Bars"
msgstr "የ አዎንታዊ ስህተት መደርደሪያ መጠን ይምረጡ"
-#: dlg_InsertErrorBars.ui:602
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:600
msgctxt "dlg_InsertErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS"
msgid "Select Range for Negative Error Bars"
msgstr "የ አሉታዊ ስህተት መደርደሪያ መጠን ይምረጡ"
-#: dlg_InsertErrorBars.ui:613
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:611
msgctxt "dlg_InsertErrorBars|STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr "ከ ዳታ ሰንጠረዥ"
-#: dlg_InsertLegend.ui:8
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:8
msgctxt "dlg_InsertLegend|dlg_InsertLegend"
msgid "Legend"
msgstr "መግለጫ"
-#: dlg_InsertLegend.ui:100
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:100
msgctxt "dlg_InsertLegend|show"
msgid "_Display legend"
msgstr "መግለጫ _ማሳያ"
-#: dlg_InsertLegend.ui:122
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:122
msgctxt "dlg_InsertLegend|left"
msgid "_Left"
msgstr "በ _ግራ"
-#: dlg_InsertLegend.ui:138
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:138
msgctxt "dlg_InsertLegend|right"
msgid "_Right"
msgstr "_በ ቀኝ"
-#: dlg_InsertLegend.ui:154
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:154
msgctxt "dlg_InsertLegend|top"
msgid "_Top"
msgstr "ከ _ላይ"
-#: dlg_InsertLegend.ui:170
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:170
msgctxt "dlg_InsertLegend|bottom"
msgid "_Bottom"
msgstr "ከ _ታች"
-#: dlg_InsertLegend.ui:200
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:200
msgctxt "dlg_InsertLegend|TXT_POSITION"
msgid "Position"
msgstr "ቦታ"
-#: insertaxisdlg.ui:8
+#: chart2/uiconfig/ui/insertaxisdlg.ui:8
msgctxt "insertaxisdlg|InsertAxisDialog"
msgid "Axes"
msgstr "አክሲስ"
-#: insertaxisdlg.ui:104
+#: chart2/uiconfig/ui/insertaxisdlg.ui:104
msgctxt "insertaxisdlg|primaryX"
msgid "_X axis"
msgstr "_X አክሲስ"
-#: insertaxisdlg.ui:120
+#: chart2/uiconfig/ui/insertaxisdlg.ui:120
msgctxt "insertaxisdlg|primaryY"
msgid "_Y axis"
msgstr "_Y አክሲስ"
-#: insertaxisdlg.ui:136
+#: chart2/uiconfig/ui/insertaxisdlg.ui:136
msgctxt "insertaxisdlg|primaryZ"
msgid "_Z axis"
msgstr "_Z አክሲስ"
-#: insertaxisdlg.ui:159
+#: chart2/uiconfig/ui/insertaxisdlg.ui:159
msgctxt "insertaxisdlg|label1"
msgid "Axes"
msgstr "አክሲስ"
-#: insertaxisdlg.ui:194
+#: chart2/uiconfig/ui/insertaxisdlg.ui:194
msgctxt "insertaxisdlg|secondaryX"
msgid "X _axis"
msgstr "X _አክሲስ"
-#: insertaxisdlg.ui:210
+#: chart2/uiconfig/ui/insertaxisdlg.ui:210
msgctxt "insertaxisdlg|secondaryY"
msgid "Y ax_is"
msgstr "Y ዘን_ግ"
-#: insertaxisdlg.ui:226
+#: chart2/uiconfig/ui/insertaxisdlg.ui:226
msgctxt "insertaxisdlg|secondaryZ"
msgid "Z axi_s"
msgstr "Z ዘን_ግ"
-#: insertaxisdlg.ui:249
+#: chart2/uiconfig/ui/insertaxisdlg.ui:249
msgctxt "insertaxisdlg|label2"
msgid "Secondary Axes"
msgstr "ሁለተኛ አክሲስ"
-#: insertgriddlg.ui:8
+#: chart2/uiconfig/ui/insertgriddlg.ui:8
msgctxt "insertgriddlg|InsertGridDialog"
msgid "Grids"
msgstr "መጋጠሚያዎች"
-#: insertgriddlg.ui:104
+#: chart2/uiconfig/ui/insertgriddlg.ui:104
msgctxt "insertgriddlg|primaryX"
msgid "_X axis"
msgstr "_X አክሲስ"
-#: insertgriddlg.ui:120
+#: chart2/uiconfig/ui/insertgriddlg.ui:120
msgctxt "insertgriddlg|primaryY"
msgid "_Y axis"
msgstr "_Y አክሲስ"
-#: insertgriddlg.ui:136
+#: chart2/uiconfig/ui/insertgriddlg.ui:136
msgctxt "insertgriddlg|primaryZ"
msgid "_Z axis"
msgstr "_Z አክሲስ"
-#: insertgriddlg.ui:159
+#: chart2/uiconfig/ui/insertgriddlg.ui:159
msgctxt "insertgriddlg|label1"
msgid "Major Grids"
msgstr "ከፍተኛ መጋጠሚያዎች"
-#: insertgriddlg.ui:194
+#: chart2/uiconfig/ui/insertgriddlg.ui:194
msgctxt "insertgriddlg|secondaryX"
msgid "X _axis"
msgstr "X _አክሲስ"
-#: insertgriddlg.ui:210
+#: chart2/uiconfig/ui/insertgriddlg.ui:210
msgctxt "insertgriddlg|secondaryY"
msgid "Y ax_is"
msgstr "Y ዘን_ግ"
-#: insertgriddlg.ui:226
+#: chart2/uiconfig/ui/insertgriddlg.ui:226
msgctxt "insertgriddlg|secondaryZ"
msgid "Z axi_s"
msgstr "Z ዘን_ግ"
-#: insertgriddlg.ui:249
+#: chart2/uiconfig/ui/insertgriddlg.ui:249
msgctxt "insertgriddlg|label2"
msgid "Minor Grids"
msgstr "አነስተኛ መጋጠሚያዎች"
-#: inserttitledlg.ui:8
+#: chart2/uiconfig/ui/inserttitledlg.ui:8
msgctxt "inserttitledlg|InsertTitleDialog"
msgid "Titles"
msgstr "አርእስቶች"
-#: inserttitledlg.ui:89
+#: chart2/uiconfig/ui/inserttitledlg.ui:89
msgctxt "inserttitledlg|labelMainTitle"
msgid "_Title"
msgstr "_አርእስት"
-#: inserttitledlg.ui:103
+#: chart2/uiconfig/ui/inserttitledlg.ui:103
msgctxt "inserttitledlg|labelSubTitle"
msgid "_Subtitle"
msgstr "_ንዑስ አርእስት"
-#: inserttitledlg.ui:166
+#: chart2/uiconfig/ui/inserttitledlg.ui:164
msgctxt "inserttitledlg|labelPrimaryXaxis"
msgid "_X axis"
msgstr "_X አክሲስ"
-#: inserttitledlg.ui:180
+#: chart2/uiconfig/ui/inserttitledlg.ui:178
msgctxt "inserttitledlg|labelPrimaryYaxis"
msgid "_Y axis"
msgstr "_Y አክሲስ"
-#: inserttitledlg.ui:194
+#: chart2/uiconfig/ui/inserttitledlg.ui:192
msgctxt "inserttitledlg|labelPrimaryZaxis"
msgid "_Z axis"
msgstr "_Z አክሲስ"
-#: inserttitledlg.ui:247
+#: chart2/uiconfig/ui/inserttitledlg.ui:242
msgctxt "inserttitledlg|Axe"
msgid "Axes"
msgstr "አክሲስ"
-#: inserttitledlg.ui:283
+#: chart2/uiconfig/ui/inserttitledlg.ui:278
msgctxt "inserttitledlg|labelSecondaryXAxis"
msgid "X _axis"
msgstr "X _አክሲስ"
-#: inserttitledlg.ui:297
+#: chart2/uiconfig/ui/inserttitledlg.ui:292
msgctxt "inserttitledlg|labelSecondaryYAxis"
msgid "Y ax_is"
msgstr "Y ዘን_ግ"
-#: inserttitledlg.ui:338
+#: chart2/uiconfig/ui/inserttitledlg.ui:331
msgctxt "inserttitledlg|label2"
msgid "Secondary Axes"
msgstr "ሁለተኛ አክሲስ"
-#: paradialog.ui:8
+#: chart2/uiconfig/ui/paradialog.ui:8
msgctxt "paradialog|ParagraphDialog"
msgid "Paragraph"
msgstr "አንቀጽ"
-#: paradialog.ui:105
+#: chart2/uiconfig/ui/paradialog.ui:105
msgctxt "paradialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr "ማስረጊያዎች & ክፍተት"
-#: paradialog.ui:127
+#: chart2/uiconfig/ui/paradialog.ui:127
msgctxt "paradialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: paradialog.ui:151
+#: chart2/uiconfig/ui/paradialog.ui:151
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr "የ እስያ ጽሁፍ"
-#: paradialog.ui:174
+#: chart2/uiconfig/ui/paradialog.ui:174
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr "Tabs"
-#: sidebaraxis.ui:18
+#: chart2/uiconfig/ui/sidebaraxis.ui:18
msgctxt "sidebaraxis|checkbutton_show_label"
msgid "Show labels"
msgstr "ምልክቶች ማሳያ"
-#: sidebaraxis.ui:32
+#: chart2/uiconfig/ui/sidebaraxis.ui:33
msgctxt "sidebaraxis|checkbutton_reverse"
msgid "Reverse direction"
msgstr "በ ተቃራኒ አቅጣጫ"
-#: sidebaraxis.ui:56
+#: chart2/uiconfig/ui/sidebaraxis.ui:58
msgctxt "sidebaraxis|label1"
msgid "_Label position:"
msgstr "የ _ምልክቶች ቦታ:"
-#: sidebaraxis.ui:70
+#: chart2/uiconfig/ui/sidebaraxis.ui:72
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Near Axis"
msgstr "አክሲስ አጠገብ"
-#: sidebaraxis.ui:71
+#: chart2/uiconfig/ui/sidebaraxis.ui:73
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Near Axis (other side)"
msgstr "አክሲስ አጠገብ (በ ሌላ በኩል)"
-#: sidebaraxis.ui:72
+#: chart2/uiconfig/ui/sidebaraxis.ui:74
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Outside start"
msgstr "ከ ውጪ ማስጀመሪያ"
-#: sidebaraxis.ui:73
+#: chart2/uiconfig/ui/sidebaraxis.ui:75
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Outside end"
msgstr "ከ ውጪ መጨረሻ"
-#: sidebaraxis.ui:87
+#: chart2/uiconfig/ui/sidebaraxis.ui:89
msgctxt "sidebaraxis|label2"
msgid "_Text orientation:"
msgstr "የ _ጽሁፍ አቅጣጫ:"
-#: sidebarelements.ui:35
+#: chart2/uiconfig/ui/sidebarelements.ui:35
msgctxt "sidebarelements|checkbutton_subtitle"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
-#: sidebarelements.ui:49
+#: chart2/uiconfig/ui/sidebarelements.ui:50
msgctxt "sidebarelements|checkbutton_title"
msgid "Title"
msgstr "አርእስት"
-#: sidebarelements.ui:69
+#: chart2/uiconfig/ui/sidebarelements.ui:71
msgctxt "sidebarelements|l"
msgid "Titles"
msgstr "አርእስቶች"
-#: sidebarelements.ui:100
+#: chart2/uiconfig/ui/sidebarelements.ui:102
msgctxt "sidebarelements|checkbutton_legend|tooltip_text"
msgid "Show Legend"
msgstr "መግለጫ ማሳያ"
-#: sidebarelements.ui:123
+#: chart2/uiconfig/ui/sidebarelements.ui:126
msgctxt "sidebarelements|placement_label"
msgid "_Placement:"
msgstr "_አቀማመጥ:"
-#: sidebarelements.ui:139
+#: chart2/uiconfig/ui/sidebarelements.ui:142
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Right"
msgstr "በ ቀኝ"
-#: sidebarelements.ui:140
+#: chart2/uiconfig/ui/sidebarelements.ui:143
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Top"
msgstr "ከ ላይ"
-#: sidebarelements.ui:141
+#: chart2/uiconfig/ui/sidebarelements.ui:144
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Bottom"
msgstr "ከ ታች"
-#: sidebarelements.ui:142
+#: chart2/uiconfig/ui/sidebarelements.ui:145
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Left"
msgstr "በ ግራ"
-#: sidebarelements.ui:143
+#: chart2/uiconfig/ui/sidebarelements.ui:146
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Manual"
msgstr "በ እጅ የሚሰራ"
-#: sidebarelements.ui:166
+#: chart2/uiconfig/ui/sidebarelements.ui:169
msgctxt "sidebarelements|label_legen"
msgid "Legend"
msgstr "መግለጫ"
-#: sidebarelements.ui:199
+#: chart2/uiconfig/ui/sidebarelements.ui:202
msgctxt "sidebarelements|checkbutton_x_axis"
msgid "X axis"
msgstr "X አክሲስ"
-#: sidebarelements.ui:213
+#: chart2/uiconfig/ui/sidebarelements.ui:217
msgctxt "sidebarelements|checkbutton_x_axis_title"
msgid "X axis title"
msgstr "የ X አክሲስ አርእስት"
-#: sidebarelements.ui:227
+#: chart2/uiconfig/ui/sidebarelements.ui:232
msgctxt "sidebarelements|checkbutton_y_axis"
msgid "Y axis"
msgstr "Y አክሲስ"
-#: sidebarelements.ui:241
+#: chart2/uiconfig/ui/sidebarelements.ui:247
msgctxt "sidebarelements|checkbutton_y_axis_title"
msgid "Y axis title"
msgstr "የ Y አክሲስ አርእስት"
-#: sidebarelements.ui:255
+#: chart2/uiconfig/ui/sidebarelements.ui:262
msgctxt "sidebarelements|checkbutton_z_axis"
msgid "Z axis"
msgstr "Z አክሲስ"
-#: sidebarelements.ui:269
+#: chart2/uiconfig/ui/sidebarelements.ui:277
msgctxt "sidebarelements|checkbutton_z_axis_title"
msgid "Z axis title"
msgstr "የ Z አክሲስ አርእስት"
-#: sidebarelements.ui:283
+#: chart2/uiconfig/ui/sidebarelements.ui:292
msgctxt "sidebarelements|checkbutton_2nd_x_axis"
msgid "2nd X axis"
msgstr "2ኛ X አክሲስ"
-#: sidebarelements.ui:296
+#: chart2/uiconfig/ui/sidebarelements.ui:306
msgctxt "sidebarelements|checkbutton_2nd_x_axis_title"
msgid "2nd X axis title"
msgstr "2ኛ የ X አክሲስ አርእስት"
-#: sidebarelements.ui:309
+#: chart2/uiconfig/ui/sidebarelements.ui:320
msgctxt "sidebarelements|checkbutton_2nd_y_axis"
msgid "2nd Y axis"
msgstr "2ኛ Y አክሲስ"
-#: sidebarelements.ui:322
+#: chart2/uiconfig/ui/sidebarelements.ui:334
msgctxt "sidebarelements|checkbutton_2nd_y_axis_title"
msgid "2nd Y axis title"
msgstr "2ኛ የ Y አክሲስ አርእስት"
-#: sidebarelements.ui:341
+#: chart2/uiconfig/ui/sidebarelements.ui:354
msgctxt "sidebarelements|label_axes"
msgid "Axes"
msgstr "አክሲስ"
-#: sidebarelements.ui:374
+#: chart2/uiconfig/ui/sidebarelements.ui:387
msgctxt "sidebarelements|checkbutton_gridline_horizontal_major"
msgid "Horizontal major"
msgstr "በ አግድም ከፍተኛ"
-#: sidebarelements.ui:388
+#: chart2/uiconfig/ui/sidebarelements.ui:402
msgctxt "sidebarelements|checkbutton_gridline_vertical_major"
msgid "Vertical major"
msgstr "በ ቁመት ከፍተኛ"
-#: sidebarelements.ui:402
+#: chart2/uiconfig/ui/sidebarelements.ui:417
msgctxt "sidebarelements|checkbutton_gridline_horizontal_minor"
msgid "Horizontal minor"
msgstr "በ አግድም አነስተኛ"
-#: sidebarelements.ui:416
+#: chart2/uiconfig/ui/sidebarelements.ui:432
msgctxt "sidebarelements|checkbutton_gridline_vertical_minor"
msgid "Vertical minor"
msgstr "በ ቁመት አነስተኛ"
-#: sidebarelements.ui:436
+#: chart2/uiconfig/ui/sidebarelements.ui:453
msgctxt "sidebarelements|label_gri"
msgid "Gridlines"
msgstr "መጋጠሚያ መስመሮች"
-#: sidebarelements.ui:455
+#: chart2/uiconfig/ui/sidebarelements.ui:472
msgctxt "sidebarelements|text_title"
msgid "Title"
msgstr "አርእስት"
-#: sidebarelements.ui:465
+#: chart2/uiconfig/ui/sidebarelements.ui:482
msgctxt "sidebarelements|text_subtitle"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
-#: sidebarerrorbar.ui:48
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:48
msgctxt "sidebarerrorbar|label2"
msgid "Category:"
msgstr "ምድብ:"
-#: sidebarerrorbar.ui:64
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:64
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Constant"
msgstr "የማያቋርጥ"
-#: sidebarerrorbar.ui:65
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:65
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Percentage"
msgstr "ፐርሰንት"
-#: sidebarerrorbar.ui:66
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:66
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Cell Range or Data Table"
msgstr "የ ክፍል መጠን ወይንም የ ዳታ ሰንጠረዥ"
-#: sidebarerrorbar.ui:67
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:67
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Standard deviation"
msgstr "መደበኛ ልዩነት"
-#: sidebarerrorbar.ui:68
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:68
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Standard error"
msgstr "መደበኛ ስህተት"
-#: sidebarerrorbar.ui:69
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:69
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Variance"
msgstr "ልዩነቶች"
-#: sidebarerrorbar.ui:70
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:70
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Error margin"
msgstr "የ ስህተት መስመር"
-#: sidebarerrorbar.ui:85
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:85
msgctxt "sidebarerrorbar|label3"
msgid "Positive (+):"
msgstr "አዎንታዊ (+):"
-#: sidebarerrorbar.ui:99
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:99
msgctxt "sidebarerrorbar|label4"
msgid "Negative (-):"
msgstr "አሉታዊ (-):"
-#: sidebarerrorbar.ui:113
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:113
msgctxt "sidebarerrorbar|spinbutton_pos"
msgid "0.00"
msgstr "0.00"
-#: sidebarerrorbar.ui:129
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:129
msgctxt "sidebarerrorbar|spinbutton_neg"
msgid "0.00"
msgstr "0.00"
-#: sidebarerrorbar.ui:151
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:152
msgctxt "sidebarerrorbar|radiobutton_positive_negative|tooltip_text"
msgid "Positive and Negative"
msgstr "አዎንታዊ እና አሉታዊ"
-#: sidebarerrorbar.ui:167
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:169
msgctxt "sidebarerrorbar|radiobutton_positive|tooltip_text"
msgid "Positive"
msgstr "አዎንታዊ"
-#: sidebarerrorbar.ui:183
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:186
msgctxt "sidebarerrorbar|radiobutton_negative|tooltip_text"
msgid "Negative"
msgstr "አሉታዊ"
-#: sidebarerrorbar.ui:205
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:208
msgctxt "sidebarerrorbar|label5"
msgid "Indicator"
msgstr "መጠቆሚያ"
-#: sidebarseries.ui:44
+#: chart2/uiconfig/ui/sidebarseries.ui:44
msgctxt "sidebarseries|checkbutton_label"
msgid "Show data labels"
msgstr "የ ዳታ ምልክቶች ማሳያ"
-#: sidebarseries.ui:67
+#: chart2/uiconfig/ui/sidebarseries.ui:68
msgctxt "sidebarseries|label_box"
msgid "P_lacement:"
msgstr "አ_ቀማመጥ:"
-#: sidebarseries.ui:82
+#: chart2/uiconfig/ui/sidebarseries.ui:83
msgctxt "sidebarseries|comboboxtext_label"
msgid "Above"
msgstr "ከ ላይ"
-#: sidebarseries.ui:83
+#: chart2/uiconfig/ui/sidebarseries.ui:84
msgctxt "sidebarseries|comboboxtext_label"
msgid "Below"
msgstr "ከ ታች"
-#: sidebarseries.ui:84
+#: chart2/uiconfig/ui/sidebarseries.ui:85
msgctxt "sidebarseries|comboboxtext_label"
msgid "Center"
msgstr "መሀከል"
-#: sidebarseries.ui:85
+#: chart2/uiconfig/ui/sidebarseries.ui:86
msgctxt "sidebarseries|comboboxtext_label"
msgid "Outside"
msgstr "ውጪ"
-#: sidebarseries.ui:86
+#: chart2/uiconfig/ui/sidebarseries.ui:87
msgctxt "sidebarseries|comboboxtext_label"
msgid "Inside"
msgstr "ውስጥ"
-#: sidebarseries.ui:87
+#: chart2/uiconfig/ui/sidebarseries.ui:88
msgctxt "sidebarseries|comboboxtext_label"
msgid "Near origin"
msgstr "ዋናው አጠገብ"
-#: sidebarseries.ui:112
+#: chart2/uiconfig/ui/sidebarseries.ui:113
msgctxt "sidebarseries|checkbutton_trendline"
msgid "Show trendline"
msgstr "የ አቅጣጫ መስመር ማሳያ"
-#: sidebarseries.ui:147
+#: chart2/uiconfig/ui/sidebarseries.ui:149
msgctxt "sidebarseries|checkbutton_y_error"
msgid "Y error bars"
msgstr "የ Y ስህተት መደርደሪያ"
-#: sidebarseries.ui:162
+#: chart2/uiconfig/ui/sidebarseries.ui:165
msgctxt "sidebarseries|checkbutton_x_error"
msgid "X error bars"
msgstr "የ X ስህተት መደርደሪያ"
-#: sidebarseries.ui:183
+#: chart2/uiconfig/ui/sidebarseries.ui:187
msgctxt "sidebarseries|label1"
msgid "Error Bars"
msgstr "ስህተት መደርደሪያ"
-#: sidebarseries.ui:216
+#: chart2/uiconfig/ui/sidebarseries.ui:220
msgctxt "sidebarseries|radiobutton_primary_axis"
msgid "Primary Y axis"
msgstr "ቀዳሚ የ Y አክሲስ"
-#: sidebarseries.ui:232
+#: chart2/uiconfig/ui/sidebarseries.ui:237
msgctxt "sidebarseries|radiobutton_secondary_axis"
msgid "Secondary Y axis"
msgstr "ሁለተኛ የ Y አክሲስ"
-#: sidebarseries.ui:254
+#: chart2/uiconfig/ui/sidebarseries.ui:260
msgctxt "sidebarseries|axis_label"
msgid "Align Series to Axis"
msgstr "ተከታታይ ወደ አክሲስ ማሳለፊያ"
-#: sidebarseries.ui:270
+#: chart2/uiconfig/ui/sidebarseries.ui:276
msgctxt "sidebarseries|label_series_tmpl"
msgid "Data series '%1'"
msgstr "ተከታታይ ዳታ '%1'"
-#: smoothlinesdlg.ui:22
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:22
msgctxt "smoothlinesdlg|SmoothLinesDialog"
msgid "Smooth Lines"
msgstr "ለስላሳ መስመሮች"
-#: smoothlinesdlg.ui:104
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:104
msgctxt "smoothlinesdlg|TypeLabel"
msgid "Line _Type:"
msgstr "የ መስመር _አይነት:"
-#: smoothlinesdlg.ui:119
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:119
msgctxt "smoothlinesdlg|SplineTypeComboBox"
msgid "Cubic spline"
msgstr "Cubic spline"
-#: smoothlinesdlg.ui:120
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:120
msgctxt "smoothlinesdlg|SplineTypeComboBox"
msgid "B-spline"
msgstr "B-spline"
-#: smoothlinesdlg.ui:153
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:153
msgctxt "smoothlinesdlg|ResolutionLabel"
msgid "_Resolution:"
msgstr "_ሪዞሊሽን:"
-#: smoothlinesdlg.ui:167
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:167
msgctxt "smoothlinesdlg|PolynomialsLabel"
msgid "_Degree of polynomials:"
msgstr "_ዲግሪ የ ፖሊኖሚያልስ:"
-#: smoothlinesdlg.ui:235
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:233
msgctxt "smoothlinesdlg|SplineTypeModel"
msgid "Cubic Spline"
msgstr "Cubic Spline"
-#: smoothlinesdlg.ui:239
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:237
msgctxt "smoothlinesdlg|SplineTypeModel"
msgid "B-Spline"
msgstr "B-Spline"
-#: steppedlinesdlg.ui:125
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:125
msgctxt "steppedlinesdlg|step_start_rb"
msgid "_Start with horizontal line"
msgstr "በ አግድም መስመር _ማስጀመሪያ"
-#: steppedlinesdlg.ui:142
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:142
msgctxt "steppedlinesdlg|step_center_x_rb"
msgid "Step at the _horizontal mean"
msgstr "ደረጃ በ _አግድም መሀከል"
-#: steppedlinesdlg.ui:159
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:159
msgctxt "steppedlinesdlg|step_end_rb"
msgid "_End with horizontal line"
msgstr "በ አግድም መስመር _መጨረሻ"
-#: steppedlinesdlg.ui:176
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:176
msgctxt "steppedlinesdlg|step_center_y_rb"
msgid "Step to the _vertical mean"
msgstr "ደረጃ በ _ቁመት መሀከል"
-#: steppedlinesdlg.ui:210
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:210
msgctxt "steppedlinesdlg|label2"
msgid "Type of Stepping"
msgstr "የ ደረጃው አይነት"
-#: titlerotationtabpage.ui:58
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:56
msgctxt "titlerotationtabpage|degreeL"
msgid "_Degrees"
msgstr "_ዲግሪዎች"
-#: titlerotationtabpage.ui:111
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:109
msgctxt "titlerotationtabpage|stackedCB"
msgid "Ve_rtically stacked"
msgstr "በቁ_መት የተከመረ"
-#: titlerotationtabpage.ui:130
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:128
msgctxt "titlerotationtabpage|labelABCD"
msgid "ABCD"
msgstr "ABCD"
-#: titlerotationtabpage.ui:151
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:149
msgctxt "titlerotationtabpage|textdirL"
msgid "Te_xt direction:"
msgstr "የጽ_ሁፍ አቅጣጫ:"
-#: titlerotationtabpage.ui:181
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:179
msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "የ ጽሁፍ አቅጣጫ"
-#: tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "ቀላል"
-#: tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "Realistic"
-#: tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "ማስተካከያ"
-#: tp_3D_SceneAppearance.ui:42
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
msgid "Sche_me"
msgstr "እቅ_ድ"
-#: tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_ጥላ"
-#: tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "_የ እቃ ድንበሮች"
-#: tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "_የተከበቡ ጠርዞች"
-#: tp_3D_SceneGeometry.ui:24
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:24
msgctxt "tp_3D_SceneGeometry|CBX_RIGHT_ANGLED_AXES"
msgid "_Right-angled axes"
msgstr "_ራይት-አንግል አክሲስ"
-#: tp_3D_SceneGeometry.ui:42
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:42
msgctxt "tp_3D_SceneGeometry|FT_X_ROTATION"
msgid "_X rotation"
msgstr "_X ማዞሪያ"
-#: tp_3D_SceneGeometry.ui:56
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:56
msgctxt "tp_3D_SceneGeometry|FT_Y_ROTATION"
msgid "_Y rotation"
msgstr "_Y ማዞሪያ"
-#: tp_3D_SceneGeometry.ui:70
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:70
msgctxt "tp_3D_SceneGeometry|FT_Z_ROTATION"
msgid "_Z rotation"
msgstr "_Z ማዞሪያ"
-#: tp_3D_SceneGeometry.ui:82
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:82
msgctxt "tp_3D_SceneGeometry|CBX_PERSPECTIVE"
msgid "_Perspective"
msgstr "_አስተያየት"
-#: tp_3D_SceneGeometry.ui:109
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:108
msgctxt "tp_3D_SceneGeometry|MTR_FLD_PERSPECTIVE-atkobject"
msgid "Perspective"
msgstr "አስተያየት"
-#: tp_3D_SceneIllumination.ui:104
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:104
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_1|tooltip_text"
msgid "Light source 1"
msgstr "የ ብርሃን ምንጭ 1"
-#: tp_3D_SceneIllumination.ui:120
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:120
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_2|tooltip_text"
msgid "Light source 2"
msgstr "የ ብርሃን ምንጭ 2"
-#: tp_3D_SceneIllumination.ui:136
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:136
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_3|tooltip_text"
msgid "Light source 3"
msgstr "የ ብርሃን ምንጭ 3"
-#: tp_3D_SceneIllumination.ui:152
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:152
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_4|tooltip_text"
msgid "Light source 4"
msgstr "የ ብርሃን ምንጭ 4"
-#: tp_3D_SceneIllumination.ui:168
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:168
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_5|tooltip_text"
msgid "Light source 5"
msgstr "የ ብርሃን ምንጭ 5"
-#: tp_3D_SceneIllumination.ui:184
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:184
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_6|tooltip_text"
msgid "Light source 6"
msgstr "የ ብርሃን ምንጭ 6"
-#: tp_3D_SceneIllumination.ui:200
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:200
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_7|tooltip_text"
msgid "Light source 7"
msgstr "የ ብርሃን ምንጭ 7"
-#: tp_3D_SceneIllumination.ui:216
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:216
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_8|tooltip_text"
msgid "Light source 8"
msgstr "የ ብርሃን ምንጭ 8"
-#: tp_3D_SceneIllumination.ui:255
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:255
msgctxt "tp_3D_SceneIllumination|BTN_LIGHTSOURCE_COLOR|tooltip_text"
msgid "Select a color using the color dialog"
msgstr "ቀለም ይምረጡ የ ቀለም ንግግር በመጠቀም"
-#: tp_3D_SceneIllumination.ui:280
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:280
msgctxt "tp_3D_SceneIllumination|FT_LIGHTSOURCE"
msgid "_Light source"
msgstr "_የ ብርሃን ምንጭ"
-#: tp_3D_SceneIllumination.ui:329
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:329
msgctxt "tp_3D_SceneIllumination|BTN_AMBIENT_COLOR|tooltip_text"
msgid "Select a color using the color dialog"
msgstr "ቀለም ይምረጡ የ ቀለም ንግግር በመጠቀም"
-#: tp_3D_SceneIllumination.ui:347
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:347
msgctxt "tp_3D_SceneIllumination|FT_AMBIENTLIGHT"
msgid "_Ambient light"
msgstr "የ _አካባቢው ብርሃን"
-#: tp_3D_SceneIllumination.ui:373
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:373
msgctxt "tp_3D_SceneIllumination|CTL_LIGHT_PREVIEW|tooltip_text"
msgid "Light Preview"
msgstr "የ ብርሃን ቅድመ እይታ"
-#: tp_AxisPositions.ui:39
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:39
msgctxt "tp_AxisPositions|FT_CROSSES_OTHER_AXIS_AT"
msgid "_Cross other axis at"
msgstr "_መገናኛ ከ ሌላ አክሲስ ጋር በ"
-#: tp_AxisPositions.ui:57
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:57
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Start"
msgstr "መጀመሪያ"
-#: tp_AxisPositions.ui:58
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:58
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "End"
msgstr "መጨረሻ"
-#: tp_AxisPositions.ui:59
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:59
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Value"
msgstr "ዋጋ"
-#: tp_AxisPositions.ui:60
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:60
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Category"
msgstr "ምድብ"
-#: tp_AxisPositions.ui:107
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:106
msgctxt "tp_AxisPositions|CB_AXIS_BETWEEN_CATEGORIES"
msgid "Axis _between categories"
msgstr "አክሲስ በ ምድቦች _መካከል"
-#: tp_AxisPositions.ui:129
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:128
msgctxt "tp_AxisPositions|TXT_AXIS_LINE"
msgid "Axis Line"
msgstr "የ አክሲስ መስመር"
-#: tp_AxisPositions.ui:170
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:169
msgctxt "tp_AxisPositions|FT_PLACE_LABELS"
msgid "_Place labels"
msgstr "ምልክቶች _መመደቢያ"
-#: tp_AxisPositions.ui:187
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:186
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Near axis"
msgstr "አክሲስ አጠገብ"
-#: tp_AxisPositions.ui:188
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:187
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Near axis (other side)"
msgstr "አክሲስ አጠገብ (በሌላ በኩል)"
-#: tp_AxisPositions.ui:189
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:188
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Outside start"
msgstr "ከ ውጪ ማስጀመሪያ"
-#: tp_AxisPositions.ui:190
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:189
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Outside end"
msgstr "ከ ውጪ መጨረሻ"
-#: tp_AxisPositions.ui:215
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:214
msgctxt "tp_AxisPositions|FT_AXIS_LABEL_DISTANCE"
msgid "_Distance"
msgstr "_እርቀት"
-#: tp_AxisPositions.ui:252
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:250
msgctxt "tp_AxisPositions|TXT_FL_LABELS"
msgid "Labels"
msgstr "ምልክቶች"
-#: tp_AxisPositions.ui:294
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:292
msgctxt "tp_AxisPositions|FT_MAJOR"
msgid "Major:"
msgstr "ዋናው:"
-#: tp_AxisPositions.ui:312
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:310
msgctxt "tp_AxisPositions|FT_MINOR"
msgid "Minor:"
msgstr "አነስተኛ:"
-#: tp_AxisPositions.ui:327
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:325
msgctxt "tp_AxisPositions|CB_TICKS_INNER"
msgid "_Inner"
msgstr "_ውስጥ"
-#: tp_AxisPositions.ui:347
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:345
msgctxt "tp_AxisPositions|CB_TICKS_OUTER"
msgid "_Outer"
msgstr "_ውጪ"
-#: tp_AxisPositions.ui:367
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:365
msgctxt "tp_AxisPositions|CB_MINOR_INNER"
msgid "I_nner"
msgstr "ው_ስጥ"
-#: tp_AxisPositions.ui:387
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:385
msgctxt "tp_AxisPositions|CB_MINOR_OUTER"
msgid "O_uter"
msgstr "ው_ጪ"
-#: tp_AxisPositions.ui:422
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:420
msgctxt "tp_AxisPositions|FT_PLACE_TICKS"
msgid "Place _marks"
msgstr "_ምልክት መመደቢያ"
-#: tp_AxisPositions.ui:439
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:437
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At labels"
msgstr "በ ምልክቶች"
-#: tp_AxisPositions.ui:440
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:438
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At axis"
msgstr "በ አክሲስ ላይ"
-#: tp_AxisPositions.ui:441
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:439
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At axis and labels"
msgstr "በ አክሲስ እና ምልክቶች ላይ"
-#: tp_AxisPositions.ui:466
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:464
msgctxt "tp_AxisPositions|TXT_FL_TICKS"
msgid "Interval Marks"
msgstr "የ እረፍት ምልክቶች"
-#: tp_AxisPositions.ui:498
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:496
msgctxt "tp_AxisPositions|CB_MAJOR_GRID"
msgid "Show major _grid"
msgstr "ዋናውን _መጋጠሚያ ማሳያ"
-#: tp_AxisPositions.ui:516
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:514
msgctxt "tp_AxisPositions|CB_MINOR_GRID"
msgid "_Show minor grid"
msgstr "አነስተኛ መጋጠሚያ _ማሳያ"
-#: tp_AxisPositions.ui:533
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:531
msgctxt "tp_AxisPositions|PB_MAJOR_GRID"
msgid "Mo_re..."
msgstr "ተጨ_ማሪ..."
-#: tp_AxisPositions.ui:548
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:546
msgctxt "tp_AxisPositions|PB_MINOR_GRID"
msgid "Mor_e..."
msgstr "ተጨማ_ሪ..."
-#: tp_AxisPositions.ui:571
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:569
msgctxt "tp_AxisPositions|label2"
msgid "Grids"
msgstr "መጋጠሚያ"
-#: tp_ChartType.ui:20
+#: chart2/uiconfig/ui/tp_ChartType.ui:20
msgctxt "tp_ChartType|liststore1"
msgid "Bar"
msgstr "መደርደሪያ"
-#: tp_ChartType.ui:23
+#: chart2/uiconfig/ui/tp_ChartType.ui:23
msgctxt "tp_ChartType|liststore1"
msgid "Cylinder"
msgstr "ሲሊንደር"
-#: tp_ChartType.ui:26
+#: chart2/uiconfig/ui/tp_ChartType.ui:26
msgctxt "tp_ChartType|liststore1"
msgid "Cone"
msgstr "ኮን"
-#: tp_ChartType.ui:29
+#: chart2/uiconfig/ui/tp_ChartType.ui:29
msgctxt "tp_ChartType|liststore1"
msgid "Pyramid"
msgstr "ፒራሚድ"
-#: tp_ChartType.ui:53
+#: chart2/uiconfig/ui/tp_ChartType.ui:53
msgctxt "tp_ChartType|FT_CAPTION_FOR_WIZARD"
msgid "Choose a Chart Type"
msgstr "የ ቻርት አይነት ይምረጡ"
-#: tp_ChartType.ui:102
+#: chart2/uiconfig/ui/tp_ChartType.ui:102
msgctxt "tp_ChartType|3dlook"
msgid "_3D Look"
msgstr "_3ዲ መመልከቻ"
-#: tp_ChartType.ui:125
+#: chart2/uiconfig/ui/tp_ChartType.ui:125
msgctxt "tp_ChartType|3dscheme"
msgid "Simple"
msgstr "ቀላል"
-#: tp_ChartType.ui:126
+#: chart2/uiconfig/ui/tp_ChartType.ui:126
msgctxt "tp_ChartType|3dscheme"
msgid "Realistic"
msgstr "ትክክለኛ"
-#: tp_ChartType.ui:152
+#: chart2/uiconfig/ui/tp_ChartType.ui:152
msgctxt "tp_ChartType|shapeft"
msgid "Sh_ape"
msgstr "ቅር_ጽ"
-#: tp_ChartType.ui:195
+#: chart2/uiconfig/ui/tp_ChartType.ui:195
msgctxt "tp_ChartType|stack"
msgid "_Stack series"
msgstr "_ክምር ተከታታይ"
-#: tp_ChartType.ui:222
+#: chart2/uiconfig/ui/tp_ChartType.ui:222
msgctxt "tp_ChartType|ontop"
msgid "On top"
msgstr "ከ ላይ"
-#: tp_ChartType.ui:241
+#: chart2/uiconfig/ui/tp_ChartType.ui:241
msgctxt "tp_ChartType|percent"
msgid "Percent"
msgstr "ፐርሰንት"
-#: tp_ChartType.ui:259
+#: chart2/uiconfig/ui/tp_ChartType.ui:259
msgctxt "tp_ChartType|deep"
msgid "Deep"
msgstr "ጥልቀት"
-#: tp_ChartType.ui:295
+#: chart2/uiconfig/ui/tp_ChartType.ui:295
msgctxt "tp_ChartType|linetypeft"
msgid "_Line type"
msgstr "_የመስመር አይነት"
-#: tp_ChartType.ui:312
+#: chart2/uiconfig/ui/tp_ChartType.ui:312
msgctxt "tp_ChartType|linetype"
msgid "Straight"
msgstr "ቀጥተኛ"
-#: tp_ChartType.ui:313
+#: chart2/uiconfig/ui/tp_ChartType.ui:313
msgctxt "tp_ChartType|linetype"
msgid "Smooth"
msgstr "ለስላሳ"
-#: tp_ChartType.ui:314
+#: chart2/uiconfig/ui/tp_ChartType.ui:314
msgctxt "tp_ChartType|linetype"
msgid "Stepped"
msgstr "ደረጃ"
-#: tp_ChartType.ui:326
+#: chart2/uiconfig/ui/tp_ChartType.ui:326
msgctxt "tp_ChartType|properties"
msgid "Properties..."
msgstr "ባህሪዎች..."
-#: tp_ChartType.ui:349
+#: chart2/uiconfig/ui/tp_ChartType.ui:349
msgctxt "tp_ChartType|sort"
msgid "_Sort by X values"
msgstr "_መለያ በ X ዋጋ"
-#: tp_ChartType.ui:374
+#: chart2/uiconfig/ui/tp_ChartType.ui:374
msgctxt "tp_ChartType|nolinesft"
msgid "_Number of lines"
msgstr "የ መስመሮች _ቁጥር"
-#: tp_ChartType.ui:421
+#: chart2/uiconfig/ui/tp_ChartType.ui:421
msgctxt "tp_ChartType|rounded-edge"
msgid "Rounded edge"
msgstr "ክብ ጠርዝ"
-#: tp_DataLabel.ui:20
+#: chart2/uiconfig/ui/tp_DataLabel.ui:20
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Best fit"
msgstr "በ ጥሩ ልክ"
-#: tp_DataLabel.ui:24
+#: chart2/uiconfig/ui/tp_DataLabel.ui:24
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Center"
msgstr "መሀከል"
-#: tp_DataLabel.ui:28
+#: chart2/uiconfig/ui/tp_DataLabel.ui:28
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Above"
msgstr "ከ ላይ"
-#: tp_DataLabel.ui:32
+#: chart2/uiconfig/ui/tp_DataLabel.ui:32
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Top left"
msgstr "ከ ላይ በ ግራ በኩል"
-#: tp_DataLabel.ui:36
+#: chart2/uiconfig/ui/tp_DataLabel.ui:36
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Left"
msgstr "በ ግራ"
-#: tp_DataLabel.ui:40
+#: chart2/uiconfig/ui/tp_DataLabel.ui:40
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Bottom left"
msgstr "ከ ታች በ ግራ በኩል"
-#: tp_DataLabel.ui:44
+#: chart2/uiconfig/ui/tp_DataLabel.ui:44
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Below"
msgstr "ከ ታች"
-#: tp_DataLabel.ui:48
+#: chart2/uiconfig/ui/tp_DataLabel.ui:48
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Bottom right"
msgstr "ከ ታች በ ቀኝ በኩል"
-#: tp_DataLabel.ui:52
+#: chart2/uiconfig/ui/tp_DataLabel.ui:52
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Right"
msgstr "በ ቀኝ"
-#: tp_DataLabel.ui:56
+#: chart2/uiconfig/ui/tp_DataLabel.ui:56
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Top right"
msgstr "ከ ላይ በ ቀኝ በኩል"
-#: tp_DataLabel.ui:60
+#: chart2/uiconfig/ui/tp_DataLabel.ui:60
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Inside"
msgstr "ውስጥ"
-#: tp_DataLabel.ui:64
+#: chart2/uiconfig/ui/tp_DataLabel.ui:64
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Outside"
msgstr "ውጪ"
-#: tp_DataLabel.ui:68
+#: chart2/uiconfig/ui/tp_DataLabel.ui:68
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Near origin"
msgstr "ዋናው አጠገብ"
-#: tp_DataLabel.ui:82
+#: chart2/uiconfig/ui/tp_DataLabel.ui:82
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Space"
msgstr "ክፍተት"
-#: tp_DataLabel.ui:86
+#: chart2/uiconfig/ui/tp_DataLabel.ui:86
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Comma"
msgstr "ኮማ"
-#: tp_DataLabel.ui:90
+#: chart2/uiconfig/ui/tp_DataLabel.ui:90
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Semicolon"
msgstr "ሴሚኮለን"
-#: tp_DataLabel.ui:94
+#: chart2/uiconfig/ui/tp_DataLabel.ui:94
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "New line"
msgstr "አዲስ መስመር"
-#: tp_DataLabel.ui:126
+#: chart2/uiconfig/ui/tp_DataLabel.ui:126
msgctxt "tp_DataLabel|CB_VALUE_AS_NUMBER"
msgid "Show value as _number"
msgstr "ዋጋውን እንደ _ቁጥር ማሳያ"
-#: tp_DataLabel.ui:143
+#: chart2/uiconfig/ui/tp_DataLabel.ui:143
msgctxt "tp_DataLabel|CB_VALUE_AS_PERCENTAGE"
msgid "Show value as _percentage"
msgstr "ዋጋውን እንደ _ፐርሰንት ማሳያ"
-#: tp_DataLabel.ui:160
+#: chart2/uiconfig/ui/tp_DataLabel.ui:160
msgctxt "tp_DataLabel|CB_CATEGORY"
msgid "Show _category"
msgstr "_ምድብ ማሳያ"
-#: tp_DataLabel.ui:177
+#: chart2/uiconfig/ui/tp_DataLabel.ui:177
msgctxt "tp_DataLabel|CB_SYMBOL"
msgid "Show _legend key"
msgstr "_መግለጫ ቁልፍ ማሳያ"
-#: tp_DataLabel.ui:194
+#: chart2/uiconfig/ui/tp_DataLabel.ui:194
msgctxt "tp_DataLabel|CB_WRAP_TEXT"
msgid "Auto text _wrap"
msgstr "በራሱ ጽሁፍ _መጠቅለያ"
-#: tp_DataLabel.ui:211
+#: chart2/uiconfig/ui/tp_DataLabel.ui:211
msgctxt "tp_DataLabel|PB_NUMBERFORMAT"
msgid "Number _format..."
msgstr "የ ቁጥር _አቀራረብ..."
-#: tp_DataLabel.ui:227
+#: chart2/uiconfig/ui/tp_DataLabel.ui:227
msgctxt "tp_DataLabel|PB_PERCENT_NUMBERFORMAT"
msgid "Percentage f_ormat..."
msgstr "የ ፐርሰንት አ_ቀራረብ..."
-#: tp_DataLabel.ui:245
+#: chart2/uiconfig/ui/tp_DataLabel.ui:245
msgctxt "tp_DataLabel|CT_LABEL_DIAL"
msgid "ABCD"
msgstr "ABCD"
-#: tp_DataLabel.ui:267
+#: chart2/uiconfig/ui/tp_DataLabel.ui:267
msgctxt "tp_DataLabel|FT_TEXT_SEPARATOR"
msgid "_Separator"
msgstr "_መለያያ"
-#: tp_DataLabel.ui:308
+#: chart2/uiconfig/ui/tp_DataLabel.ui:308
msgctxt "tp_DataLabel|FT_LABEL_PLACEMENT"
msgid "Place_ment"
msgstr "አቀማ_መጥ"
-#: tp_DataLabel.ui:342
+#: chart2/uiconfig/ui/tp_DataLabel.ui:342
msgctxt "tp_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE"
msgid "Number Format for Percentage Value"
msgstr "የ ቁጥር አቀራረብ ለ ፐርሰንት ዋጋ"
-#: tp_DataLabel.ui:360
+#: chart2/uiconfig/ui/tp_DataLabel.ui:360
msgctxt "tp_DataLabel|label1"
msgid "Text Attributes"
msgstr "የ ጽሁፍ ባህሪዎች"
-#: tp_DataLabel.ui:426
+#: chart2/uiconfig/ui/tp_DataLabel.ui:425
msgctxt "tp_DataLabel|FT_LABEL_DEGREES"
msgid "_Degrees"
msgstr "_ዲግሪዎች"
-#: tp_DataLabel.ui:451
+#: chart2/uiconfig/ui/tp_DataLabel.ui:450
msgctxt "tp_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
msgstr "የጽ_ሁፍ አቅጣጫ"
-#: tp_DataLabel.ui:488
+#: chart2/uiconfig/ui/tp_DataLabel.ui:487
msgctxt "tp_DataLabel|label2"
msgid "Rotate Text"
msgstr "ጽሁፍ ማዞሪያ"
-#: tp_DataSource.ui:9
+#: chart2/uiconfig/ui/tp_DataSource.ui:9
msgctxt "tp_DataSource|imageIMB_RANGE_CAT|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
-#: tp_DataSource.ui:15
+#: chart2/uiconfig/ui/tp_DataSource.ui:15
msgctxt "tp_DataSource|imageIMB_RANGE_MAIN|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
-#: tp_DataSource.ui:28
+#: chart2/uiconfig/ui/tp_DataSource.ui:28
msgctxt "tp_DataSource|FT_CAPTION_FOR_WIZARD"
msgid "Customize Data Ranges for Individual Data Series"
msgstr "የ ዳታ መጠኖች ማስተካከያ ለ እያንዳንዱ ተከታታይ ዳታ"
-#: tp_DataSource.ui:58
+#: chart2/uiconfig/ui/tp_DataSource.ui:58
msgctxt "tp_DataSource|FT_SERIES"
msgid "Data _series:"
msgstr "_ተከታታይ ዳታ:"
-#: tp_DataSource.ui:95
+#: chart2/uiconfig/ui/tp_DataSource.ui:95
msgctxt "tp_DataSource|BTN_ADD"
msgid "_Add"
msgstr "_መጨመሪያ"
-#: tp_DataSource.ui:116
+#: chart2/uiconfig/ui/tp_DataSource.ui:116
msgctxt "tp_DataSource|BTN_UP-atkobject"
msgid "Up"
msgstr "ወደ ላይ"
-#: tp_DataSource.ui:127
+#: chart2/uiconfig/ui/tp_DataSource.ui:127
msgctxt "tp_DataSource|BTN_REMOVE"
msgid "_Remove"
msgstr "_ማስወገጃ"
-#: tp_DataSource.ui:148
+#: chart2/uiconfig/ui/tp_DataSource.ui:148
msgctxt "tp_DataSource|BTN_DOWN-atkobject"
msgid "Down"
msgstr "ወደ ታች"
-#: tp_DataSource.ui:183
+#: chart2/uiconfig/ui/tp_DataSource.ui:183
msgctxt "tp_DataSource|FT_ROLE"
msgid "_Data ranges:"
msgstr "የ _ዳታ መጠኖች:"
-#: tp_DataSource.ui:214
+#: chart2/uiconfig/ui/tp_DataSource.ui:214
msgctxt "tp_DataSource|FT_RANGE"
msgid "Ran_ge for %VALUETYPE"
msgstr "መጠ_ን ለ %VALUETYPE"
-#: tp_DataSource.ui:272
+#: chart2/uiconfig/ui/tp_DataSource.ui:271
msgctxt "tp_DataSource|FT_CATEGORIES"
msgid "_Categories"
msgstr "_ምድቦች"
-#: tp_DataSource.ui:287
+#: chart2/uiconfig/ui/tp_DataSource.ui:286
msgctxt "tp_DataSource|FT_DATALABELS"
msgid "Data _labels"
msgstr "የ ዳታ _ምልክቶች"
-#: tp_ErrorBars.ui:28
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:28
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Standard Error"
msgstr "መደበኛ ስህተት"
-#: tp_ErrorBars.ui:32
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:32
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Standard Deviation"
msgstr "መደበኛ ልዩነት"
-#: tp_ErrorBars.ui:36
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:36
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Variance"
msgstr "ልዩነቶች"
-#: tp_ErrorBars.ui:40
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:40
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Error Margin"
msgstr "የ ስህተት መስመር"
-#: tp_ErrorBars.ui:77
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:77
msgctxt "tp_ErrorBars|RB_NONE"
msgid "_None"
msgstr "_ምንም"
-#: tp_ErrorBars.ui:95
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:95
msgctxt "tp_ErrorBars|RB_CONST"
msgid "_Constant Value"
msgstr "_የማያቋርጥ ዋጋ"
-#: tp_ErrorBars.ui:113
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:113
msgctxt "tp_ErrorBars|RB_PERCENT"
msgid "_Percentage"
msgstr "_ፐርሰንት"
-#: tp_ErrorBars.ui:171
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:172
msgctxt "tp_ErrorBars|RB_RANGE"
msgid "Cell _Range"
msgstr "የ ክፍሉ _መጠን"
-#: tp_ErrorBars.ui:195
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:196
msgctxt "tp_ErrorBars|label1"
msgid "Error Category"
msgstr "የ ህስተተ ምድብ"
-#: tp_ErrorBars.ui:228
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:229
msgctxt "tp_ErrorBars|RB_BOTH"
msgid "Positive _and Negative"
msgstr "አዎንታዊ _እና አሉታዊ"
-#: tp_ErrorBars.ui:247
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:248
msgctxt "tp_ErrorBars|RB_POSITIVE"
msgid "Pos_itive"
msgstr "አዎን_ታዊ"
-#: tp_ErrorBars.ui:266
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:267
msgctxt "tp_ErrorBars|RB_NEGATIVE"
msgid "Ne_gative"
msgstr "አሉ_ታዊ"
-#: tp_ErrorBars.ui:331
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:332
msgctxt "tp_ErrorBars|label2"
msgid "Error Indicator"
msgstr "ስህተትት ጠቋሚ"
-#: tp_ErrorBars.ui:378
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:379
msgctxt "tp_ErrorBars|FT_POSITIVE"
msgid "P_ositive (+)"
msgstr "አ_ዎንታዊ (+)"
-#: tp_ErrorBars.ui:419
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:418
msgctxt "tp_ErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
-#: tp_ErrorBars.ui:444
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:443
msgctxt "tp_ErrorBars|FT_NEGATIVE"
msgid "_Negative (-)"
msgstr "_አሉታዊ (-)"
-#: tp_ErrorBars.ui:485
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:482
msgctxt "tp_ErrorBars|IB_RANGE_NEGATIVE|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
-#: tp_ErrorBars.ui:503
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:500
msgctxt "tp_ErrorBars|CB_SYN_POS_NEG"
msgid "Same value for both"
msgstr "አንድ አይነት ዋጋ ለሁለቱም"
-#: tp_ErrorBars.ui:525
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:523
msgctxt "tp_ErrorBars|label3"
msgid "Parameters"
msgstr "ደንቦች"
-#: tp_ErrorBars.ui:541
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:539
msgctxt "tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS"
msgid "Select Range for Positive Error Bars"
msgstr "የ አዎንታዊ ስህተት መደርደሪያ መጠን ይምረጡ"
-#: tp_ErrorBars.ui:552
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:550
msgctxt "tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS"
msgid "Select Range for Negative Error Bars"
msgstr "የ አሉታዊ ስህተት መደርደሪያ መጠን ይምረጡ"
-#: tp_ErrorBars.ui:563
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:561
msgctxt "tp_ErrorBars|STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr "ከ ዳታ ሰንጠረዥ ውስጥ"
-#: tp_LegendPosition.ui:30
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:30
msgctxt "tp_LegendPosition|left"
msgid "_Left"
msgstr "በ _ግራ"
-#: tp_LegendPosition.ui:48
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:48
msgctxt "tp_LegendPosition|right"
msgid "_Right"
msgstr "_በ ቀኝ"
-#: tp_LegendPosition.ui:66
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:66
msgctxt "tp_LegendPosition|top"
msgid "_Top"
msgstr "ከ _ላይ"
-#: tp_LegendPosition.ui:84
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:84
msgctxt "tp_LegendPosition|bottom"
msgid "_Bottom"
msgstr "ከ _ታች"
-#: tp_LegendPosition.ui:109
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:109
msgctxt "tp_LegendPosition|TXT_POSITION"
msgid "Position"
msgstr "ቦታ"
-#: tp_LegendPosition.ui:144
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:144
msgctxt "tp_LegendPosition|FT_LEGEND_TEXTDIR"
msgid "Te_xt direction"
msgstr "የጽ_ሁፍ አቅጣጫ"
-#: tp_LegendPosition.ui:173
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:173
msgctxt "tp_LegendPosition|TXT_ORIENTATION"
msgid "Text Orientation"
msgstr "የ ጽሁፍ አቅጣጫ"
-#: tp_PolarOptions.ui:31
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:31
msgctxt "tp_PolarOptions|CB_CLOCKWISE"
msgid "_Clockwise direction"
msgstr "_ከ ግራ ወደ ቀኝ አቅጣጫ"
-#: tp_PolarOptions.ui:47
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:47
msgctxt "tp_PolarOptions|label1"
msgid "Orientation"
msgstr "አቅጣጫ"
-#: tp_PolarOptions.ui:108
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:107
msgctxt "tp_PolarOptions|FT_ROTATION_DEGREES"
msgid "_Degrees"
msgstr "_ዲግሪዎች"
-#: tp_PolarOptions.ui:127
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:126
msgctxt "tp_PolarOptions|label2"
msgid "Starting Angle"
msgstr "አንግል ማስጀመሪያ"
-#: tp_PolarOptions.ui:154
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:153
msgctxt "tp_PolarOptions|CB_INCLUDE_HIDDEN_CELLS_POLAR"
msgid "Include _values from hidden cells"
msgstr "ከ ተደበቁ ክፍሎች ውስጥ _ዋጋዎችን ማካተቻ"
-#: tp_PolarOptions.ui:170
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:169
msgctxt "tp_PolarOptions|label3"
msgid "Plot Options"
msgstr "የ መፈጸሚያ ምርጫ"
-#: tp_RangeChooser.ui:8
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:8
msgctxt "tp_RangeChooser|imageIB_RANGE|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
-#: tp_RangeChooser.ui:28
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:28
msgctxt "tp_RangeChooser|FT_CAPTION_FOR_WIZARD"
msgid "Choose a Data Range"
msgstr "የ ዳታ መጠን ይምረጡ"
-#: tp_RangeChooser.ui:50
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:50
msgctxt "tp_RangeChooser|FT_RANGE"
msgid "_Data range:"
msgstr "የ _ዳታ መጠን:"
-#: tp_RangeChooser.ui:79
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:78
msgctxt "tp_RangeChooser|IB_RANGE|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
-#: tp_RangeChooser.ui:97
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:96
msgctxt "tp_RangeChooser|RB_DATAROWS"
msgid "Data series in _rows"
msgstr "ተከታታይ ዳታ በ _ረድፎች ውስጥ"
-#: tp_RangeChooser.ui:116
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:115
msgctxt "tp_RangeChooser|RB_DATACOLS"
msgid "Data series in _columns"
msgstr "ተከታታይ ዳታ በ _አምዶች ውስጥ"
-#: tp_RangeChooser.ui:135
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:134
msgctxt "tp_RangeChooser|CB_FIRST_ROW_ASLABELS"
msgid "_First row as label"
msgstr "_የመጀመሪያውን ረድፍ እንደ ምልክት"
-#: tp_RangeChooser.ui:152
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:151
msgctxt "tp_RangeChooser|CB_FIRST_COLUMN_ASLABELS"
msgid "F_irst column as label"
msgstr "የ_መጀመሪያውን አምድ እንደ ምልክት"
-#: tp_RangeChooser.ui:180
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:179
msgctxt "tp_RangeChooser|CB_TIME_BASED"
msgid "Time based charting"
msgstr "ጊዜ መሰረት ያደረገ ቻርት"
-#: tp_RangeChooser.ui:235
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:233
msgctxt "tp_RangeChooser|label1"
msgid "Start Table Index"
msgstr "የ ሰንጠረዥ ማውጫ ማስጀመሪያ"
-#: tp_RangeChooser.ui:251
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:249
msgctxt "tp_RangeChooser|label2"
msgid "End Table Index"
msgstr "የ ሰንጠረዥ ማውጫ መጨረሻ"
-#: tp_RangeChooser.ui:272
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:270
msgctxt "tp_RangeChooser|STR_PAGE_DATA_RANGE"
msgid "Data Range"
msgstr "የ ዳታ መጠን"
-#: tp_Scale.ui:20
+#: chart2/uiconfig/ui/tp_Scale.ui:20
msgctxt "tp_Scale|liststoreDATE"
msgid "Days"
msgstr "ቀኖች"
-#: tp_Scale.ui:24
+#: chart2/uiconfig/ui/tp_Scale.ui:24
msgctxt "tp_Scale|liststoreDATE"
msgid "Months"
msgstr "ወሮች"
-#: tp_Scale.ui:28
+#: chart2/uiconfig/ui/tp_Scale.ui:28
msgctxt "tp_Scale|liststoreDATE"
msgid "Years"
msgstr "አመቶች"
-#: tp_Scale.ui:59
+#: chart2/uiconfig/ui/tp_Scale.ui:59
msgctxt "tp_Scale|CBX_REVERSE"
msgid "_Reverse direction"
msgstr "_በተቃራኒ አቅጣጫ"
-#: tp_Scale.ui:75
+#: chart2/uiconfig/ui/tp_Scale.ui:75
msgctxt "tp_Scale|CBX_LOGARITHM"
msgid "_Logarithmic scale"
msgstr "የ _ሎጋሪዝም መለኪያ"
-#: tp_Scale.ui:99
+#: chart2/uiconfig/ui/tp_Scale.ui:99
msgctxt "tp_Scale|TXT_AXIS_TYPE"
msgid "T_ype"
msgstr "አ_ይነት"
-#: tp_Scale.ui:116
+#: chart2/uiconfig/ui/tp_Scale.ui:116
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: tp_Scale.ui:117
+#: chart2/uiconfig/ui/tp_Scale.ui:117
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Text"
msgstr "ጽሁፍ"
-#: tp_Scale.ui:118
+#: chart2/uiconfig/ui/tp_Scale.ui:118
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Date"
msgstr "ቀን"
-#: tp_Scale.ui:152
+#: chart2/uiconfig/ui/tp_Scale.ui:152
msgctxt "tp_Scale|TXT_MIN"
msgid "_Minimum"
msgstr "_አነስተኛ"
-#: tp_Scale.ui:168
+#: chart2/uiconfig/ui/tp_Scale.ui:168
msgctxt "tp_Scale|TXT_MAX"
msgid "Ma_ximum"
msgstr "ከፍ_ተኛ"
-#: tp_Scale.ui:181
+#: chart2/uiconfig/ui/tp_Scale.ui:181
msgctxt "tp_Scale|CBX_AUTO_MIN"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
-#: tp_Scale.ui:198
+#: chart2/uiconfig/ui/tp_Scale.ui:198
msgctxt "tp_Scale|CBX_AUTO_MAX"
msgid "A_utomatic"
msgstr "ራ_ሱ በራሱ"
-#: tp_Scale.ui:256
+#: chart2/uiconfig/ui/tp_Scale.ui:254
msgctxt "tp_Scale|TXT_TIME_RESOLUTION"
msgid "R_esolution"
msgstr "ሪ_ዞሊሽን"
-#: tp_Scale.ui:280
+#: chart2/uiconfig/ui/tp_Scale.ui:278
msgctxt "tp_Scale|CBX_AUTO_TIME_RESOLUTION"
msgid "Automat_ic"
msgstr "ራሱ በራ_ሱ"
-#: tp_Scale.ui:311
+#: chart2/uiconfig/ui/tp_Scale.ui:309
msgctxt "tp_Scale|TXT_STEP_MAIN"
msgid "Ma_jor interval"
msgstr "ከፍ_ተኛ እረፍት"
-#: tp_Scale.ui:383
+#: chart2/uiconfig/ui/tp_Scale.ui:379
msgctxt "tp_Scale|CBX_AUTO_STEP_MAIN"
msgid "Au_tomatic"
msgstr "ራሱ_በራሱ"
-#: tp_Scale.ui:419
+#: chart2/uiconfig/ui/tp_Scale.ui:415
msgctxt "tp_Scale|TXT_STEP_HELP"
msgid "Minor inter_val"
msgstr "አነስተኛ እረ_ፍት"
-#: tp_Scale.ui:433
+#: chart2/uiconfig/ui/tp_Scale.ui:429
msgctxt "tp_Scale|TXT_STEP_HELP_COUNT"
msgid "Minor inter_val count"
msgstr "የ አነስተኛ እረ_ፍት መቁጠሪያ"
-#: tp_Scale.ui:477
+#: chart2/uiconfig/ui/tp_Scale.ui:471
msgctxt "tp_Scale|CBX_AUTO_STEP_HELP"
msgid "Aut_omatic"
msgstr "ራሱ_በራሱ"
-#: tp_Scale.ui:508
+#: chart2/uiconfig/ui/tp_Scale.ui:502
msgctxt "tp_Scale|TXT_ORIGIN"
msgid "Re_ference value"
msgstr "ማመ_ሳከሪያ ዋጋ"
-#: tp_Scale.ui:531
+#: chart2/uiconfig/ui/tp_Scale.ui:524
msgctxt "tp_Scale|CBX_AUTO_ORIGIN"
msgid "Automat_ic"
msgstr "ራሱ በራ_ሱ"
-#: tp_Scale.ui:561
+#: chart2/uiconfig/ui/tp_Scale.ui:554
msgctxt "tp_Scale|FL_SCALE"
msgid "Scale"
msgstr "መጠን"
-#: tp_SeriesToAxis.ui:41
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:41
msgctxt "tp_SeriesToAxis|RBT_OPT_AXIS_1"
msgid "Primary Y axis"
msgstr "ቀዳሚ የ Y አክሲስ"
-#: tp_SeriesToAxis.ui:58
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:59
msgctxt "tp_SeriesToAxis|RBT_OPT_AXIS_2"
msgid "Secondary Y axis"
msgstr "ሁለተኛ የ Y አክሲስ"
-#: tp_SeriesToAxis.ui:82
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:84
msgctxt "tp_SeriesToAxis|label1"
msgid "Align Data Series to"
msgstr "ተከታታይ ዳታ ማሳለፊያ ወደ"
-#: tp_SeriesToAxis.ui:123
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:125
msgctxt "tp_SeriesToAxis|FT_GAP"
msgid "_Spacing"
msgstr "_ክፍተት"
-#: tp_SeriesToAxis.ui:138
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:140
msgctxt "tp_SeriesToAxis|FT_OVERLAP"
msgid "_Overlap"
msgstr "_መደረቢያ"
-#: tp_SeriesToAxis.ui:186
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:186
msgctxt "tp_SeriesToAxis|CB_BARS_SIDE_BY_SIDE"
msgid "Show _bars side by side"
msgstr "እቃ _መደርደሪያ ጎን ለ ጎን ማሳያ"
-#: tp_SeriesToAxis.ui:202
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:202
msgctxt "tp_SeriesToAxis|CB_CONNECTOR"
msgid "Connection lines"
msgstr "መጋጠሚያ መስመሮች"
-#: tp_SeriesToAxis.ui:224
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:224
msgctxt "tp_SeriesToAxis|label2"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: tp_SeriesToAxis.ui:266
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:266
msgctxt "tp_SeriesToAxis|FT_MISSING_VALUES"
msgid "Plot missing values"
msgstr "መፈጸሚያ ዋጋዎች ጎድለዋል"
-#: tp_SeriesToAxis.ui:277
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:277
msgctxt "tp_SeriesToAxis|RB_DONT_PAINT"
msgid "_Leave gap"
msgstr "ክፍተቱን _መተው"
-#: tp_SeriesToAxis.ui:296
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:296
msgctxt "tp_SeriesToAxis|RB_ASSUME_ZERO"
msgid "_Assume zero"
msgstr "_እንደ ዜሮ ይገምቱ"
-#: tp_SeriesToAxis.ui:315
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:315
msgctxt "tp_SeriesToAxis|RB_CONTINUE_LINE"
msgid "_Continue line"
msgstr "_የሚቀጥል መስመር"
-#: tp_SeriesToAxis.ui:347
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:347
msgctxt "tp_SeriesToAxis|CB_INCLUDE_HIDDEN_CELLS"
msgid "Include _values from hidden cells"
msgstr "ከ ተደበቁ ክፍሎች ውስጥ _ዋጋዎችን ማካተቻ"
-#: tp_SeriesToAxis.ui:370
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:370
msgctxt "tp_SeriesToAxis|label3"
msgid "Plot Options"
msgstr "የ መፈጸሚያ ምርጫ"
-#: tp_Trendline.ui:52
+#: chart2/uiconfig/ui/tp_Trendline.ui:52
msgctxt "tp_Trendline|linear"
msgid "_Linear"
msgstr "_ቀጥተኛ"
-#: tp_Trendline.ui:71
+#: chart2/uiconfig/ui/tp_Trendline.ui:71
msgctxt "tp_Trendline|logarithmic"
msgid "L_ogarithmic"
msgstr "ሎ_ጋሪዝም"
-#: tp_Trendline.ui:90
+#: chart2/uiconfig/ui/tp_Trendline.ui:90
msgctxt "tp_Trendline|exponential"
msgid "_Exponential"
msgstr "_ኤክስፖኔንሺያል"
-#: tp_Trendline.ui:109
+#: chart2/uiconfig/ui/tp_Trendline.ui:109
msgctxt "tp_Trendline|power"
msgid "Po_wer"
msgstr "ሀይ_ል"
-#: tp_Trendline.ui:128
+#: chart2/uiconfig/ui/tp_Trendline.ui:128
msgctxt "tp_Trendline|polynomial"
msgid "_Polynomial"
msgstr "_ፖሊኖሚያል"
-#: tp_Trendline.ui:147
+#: chart2/uiconfig/ui/tp_Trendline.ui:147
msgctxt "tp_Trendline|movingAverage"
msgid "_Moving Average"
msgstr "በ መካከለኛ በ _መጓዝ ላይ"
-#: tp_Trendline.ui:173
+#: chart2/uiconfig/ui/tp_Trendline.ui:173
msgctxt "tp_Trendline|label3"
msgid "Degree"
msgstr "ዲግሪ"
-#: tp_Trendline.ui:213
+#: chart2/uiconfig/ui/tp_Trendline.ui:212
msgctxt "tp_Trendline|label4"
msgid "Period"
msgstr "ነጥብ"
-#: tp_Trendline.ui:336
+#: chart2/uiconfig/ui/tp_Trendline.ui:334
msgctxt "tp_Trendline|label1"
msgid "Regression Type"
msgstr "ዝቅ ማድረጊያ አይነት"
-#: tp_Trendline.ui:373
+#: chart2/uiconfig/ui/tp_Trendline.ui:371
msgctxt "tp_Trendline|label7"
msgid "Extrapolate Forward"
msgstr "ግምት ወደ ፊት"
-#: tp_Trendline.ui:389
+#: chart2/uiconfig/ui/tp_Trendline.ui:387
msgctxt "tp_Trendline|label8"
msgid "Extrapolate Backward"
msgstr "ግምት ወደ ኋላ"
-#: tp_Trendline.ui:430
+#: chart2/uiconfig/ui/tp_Trendline.ui:426
msgctxt "tp_Trendline|setIntercept"
msgid "Force _Intercept"
msgstr "_ኢንተርሴፕት ማስገደጃ"
-#: tp_Trendline.ui:447
+#: chart2/uiconfig/ui/tp_Trendline.ui:443
msgctxt "tp_Trendline|showEquation"
msgid "Show E_quation"
msgstr "እ_ኩሌታ ማሳያ"
-#: tp_Trendline.ui:464
+#: chart2/uiconfig/ui/tp_Trendline.ui:460
msgctxt "tp_Trendline|showCorrelationCoefficient"
msgid "Show _Coefficient of Determination (R²)"
msgstr "ማሳያ የ _ኮፊሺየንት መወሰኛ (R²)"
-#: tp_Trendline.ui:484
+#: chart2/uiconfig/ui/tp_Trendline.ui:480
msgctxt "tp_Trendline|label5"
msgid "Trendline _Name"
msgstr "የ አቅጣጫ መስመር _ስም"
-#: tp_Trendline.ui:529
+#: chart2/uiconfig/ui/tp_Trendline.ui:523
msgctxt "tp_Trendline|label6"
msgid "_X Variable Name"
msgstr "የ _X ተለዋዋጭ ስም"
-#: tp_Trendline.ui:558
+#: chart2/uiconfig/ui/tp_Trendline.ui:551
msgctxt "tp_Trendline|label9"
msgid "_Y Variable Name"
msgstr "የ _Y ተለዋዋጭ ስም"
-#: tp_Trendline.ui:590
+#: chart2/uiconfig/ui/tp_Trendline.ui:582
msgctxt "tp_Trendline|label2"
msgid "Options"
msgstr "ምርጫዎች"
-#: tp_axisLabel.ui:20
+#: chart2/uiconfig/ui/tp_axisLabel.ui:20
msgctxt "tp_axisLabel|showlabelsCB"
msgid "Sho_w labels"
msgstr "ምልክቶች ማሳ_ያ"
-#: tp_axisLabel.ui:63
+#: chart2/uiconfig/ui/tp_axisLabel.ui:63
msgctxt "tp_axisLabel|tile"
msgid "_Tile"
msgstr "_መደርደሪያ"
-#: tp_axisLabel.ui:81
+#: chart2/uiconfig/ui/tp_axisLabel.ui:81
msgctxt "tp_axisLabel|odd"
msgid "St_agger odd"
msgstr "ጎዶሎ ማዞ_ሪያ"
-#: tp_axisLabel.ui:98
+#: chart2/uiconfig/ui/tp_axisLabel.ui:98
msgctxt "tp_axisLabel|even"
msgid "Stagger _even"
msgstr "ማዞሪያ _ሙሉ"
-#: tp_axisLabel.ui:115
+#: chart2/uiconfig/ui/tp_axisLabel.ui:115
msgctxt "tp_axisLabel|auto"
msgid "A_utomatic"
msgstr "ራ_ሱ በራሱ"
-#: tp_axisLabel.ui:138
+#: chart2/uiconfig/ui/tp_axisLabel.ui:138
msgctxt "tp_axisLabel|orderL"
msgid "Order"
msgstr "ደንብ"
-#: tp_axisLabel.ui:173
+#: chart2/uiconfig/ui/tp_axisLabel.ui:173
msgctxt "tp_axisLabel|overlapCB"
msgid "O_verlap"
msgstr "መ_ደረቢያ"
-#: tp_axisLabel.ui:189
+#: chart2/uiconfig/ui/tp_axisLabel.ui:189
msgctxt "tp_axisLabel|breakCB"
msgid "_Break"
msgstr "_መጨረሻ"
-#: tp_axisLabel.ui:211
+#: chart2/uiconfig/ui/tp_axisLabel.ui:211
msgctxt "tp_axisLabel|textflowL"
msgid "Text Flow"
msgstr "የ ጽሁፍ ፍሰት"
-#: tp_axisLabel.ui:280
+#: chart2/uiconfig/ui/tp_axisLabel.ui:279
msgctxt "tp_axisLabel|degreeL"
msgid "_Degrees"
msgstr "_ዲግሪዎች"
-#: tp_axisLabel.ui:333
+#: chart2/uiconfig/ui/tp_axisLabel.ui:332
msgctxt "tp_axisLabel|stackedCB"
msgid "Ve_rtically stacked"
msgstr "በቁ_መት የተከመረ"
-#: tp_axisLabel.ui:352
+#: chart2/uiconfig/ui/tp_axisLabel.ui:351
msgctxt "tp_axisLabel|labelABCD"
msgid "ABCD"
msgstr "ABCD"
-#: tp_axisLabel.ui:373
+#: chart2/uiconfig/ui/tp_axisLabel.ui:372
msgctxt "tp_axisLabel|textdirL"
msgid "Te_xt direction:"
msgstr "የጽ_ሁፍ አቅጣጫ:"
-#: tp_axisLabel.ui:403
+#: chart2/uiconfig/ui/tp_axisLabel.ui:402
msgctxt "tp_axisLabel|labelTextOrient"
msgid "Text Orientation"
msgstr "የ ጽሁፍ አቅጣጫ"
-#: wizelementspage.ui:39
+#: chart2/uiconfig/ui/wizelementspage.ui:39
msgctxt "wizelementspage|labelPrimaryXaxis"
msgid "_X axis"
msgstr "_X አክሲስ"
-#: wizelementspage.ui:55
+#: chart2/uiconfig/ui/wizelementspage.ui:55
msgctxt "wizelementspage|labelPrimaryYaxis"
msgid "_Y axis"
msgstr "_Y አክሲስ"
-#: wizelementspage.ui:71
+#: chart2/uiconfig/ui/wizelementspage.ui:71
msgctxt "wizelementspage|labelPrimaryZaxis"
msgid "_Z axis"
msgstr "_Z አክሲስ"
-#: wizelementspage.ui:132
+#: chart2/uiconfig/ui/wizelementspage.ui:126
msgctxt "wizelementspage|labelMainTitle"
msgid "_Title"
msgstr "_አርእስት"
-#: wizelementspage.ui:148
+#: chart2/uiconfig/ui/wizelementspage.ui:142
msgctxt "wizelementspage|labelSubTitle"
msgid "_Subtitle"
msgstr "_ንዑስ አርእስት"
-#: wizelementspage.ui:194
+#: chart2/uiconfig/ui/wizelementspage.ui:184
msgctxt "wizelementspage|labelSecondaryXAxis"
msgid "X _axis"
msgstr "X _አክሲስ"
-#: wizelementspage.ui:210
+#: chart2/uiconfig/ui/wizelementspage.ui:200
msgctxt "wizelementspage|labelSecondaryYAxis"
msgid "Y ax_is"
msgstr "Y ዘን_ግ"
-#: wizelementspage.ui:266
+#: chart2/uiconfig/ui/wizelementspage.ui:252
msgctxt "wizelementspage|show"
msgid "_Display legend"
msgstr "መግለጫ _ማሳያ"
-#: wizelementspage.ui:293
+#: chart2/uiconfig/ui/wizelementspage.ui:279
msgctxt "wizelementspage|left"
msgid "_Left"
msgstr "በ _ግራ"
-#: wizelementspage.ui:311
+#: chart2/uiconfig/ui/wizelementspage.ui:297
msgctxt "wizelementspage|right"
msgid "_Right"
msgstr "_በ ቀኝ"
-#: wizelementspage.ui:329
+#: chart2/uiconfig/ui/wizelementspage.ui:315
msgctxt "wizelementspage|top"
msgid "_Top"
msgstr "ከ _ላይ"
-#: wizelementspage.ui:347
+#: chart2/uiconfig/ui/wizelementspage.ui:333
msgctxt "wizelementspage|bottom"
msgid "_Bottom"
msgstr "ከ _ታች"
-#: wizelementspage.ui:389
+#: chart2/uiconfig/ui/wizelementspage.ui:375
msgctxt "wizelementspage|Axe"
msgid "Choose Titles, Legend, and Grid Settings"
msgstr "ይምረጡ አርእስቶች: መግለጫዎች እና መጋጠሚያ ማሰናጃዎች"
-#: wizelementspage.ui:422
+#: chart2/uiconfig/ui/wizelementspage.ui:408
msgctxt "wizelementspage|x"
msgid "X axis"
msgstr "X አክሲስ"
-#: wizelementspage.ui:439
+#: chart2/uiconfig/ui/wizelementspage.ui:425
msgctxt "wizelementspage|y"
msgid "Y ax_is"
msgstr "Y ዘን_ግ"
-#: wizelementspage.ui:456
+#: chart2/uiconfig/ui/wizelementspage.ui:442
msgctxt "wizelementspage|z"
msgid "Z axi_s"
msgstr "Z ዘን_ግ"
-#: wizelementspage.ui:479
+#: chart2/uiconfig/ui/wizelementspage.ui:465
msgctxt "wizelementspage|label2"
msgid "Display Grids"
msgstr "መጋጠሚያዎች ማሳያ"
diff --git a/source/am/connectivity/messages.po b/source/am/connectivity/messages.po
index cc847c9cdda..695ceeca73e 100644
--- a/source/am/connectivity/messages.po
+++ b/source/am/connectivity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-10-06 16:08+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,192 +13,192 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1507306105.000000\n"
#. = the mozab driver's resource strings
-#: strings.hrc:26
+#: connectivity/inc/strings.hrc:26
msgctxt "STR_ERR_EXECUTING_QUERY"
msgid "An error occurred while executing the query."
msgstr "ስህተት ተፈጥሯል ጥያቄውን በ ማስኬድ ላይ እንዳለ"
-#: strings.hrc:27
+#: connectivity/inc/strings.hrc:27
msgctxt "STR_QUERY_AT_LEAST_ONE_TABLES"
msgid "The query can not be executed. It needs at least one table."
msgstr "የተጠየቀውን መፈጸም አልተቻለም ፡ ቢያንስ አንድ ክፍል ይፈልጋል"
-#: strings.hrc:28
+#: connectivity/inc/strings.hrc:28
msgctxt "STR_NO_COUNT_SUPPORT"
msgid "The driver does not support the 'COUNT' function."
msgstr "ይህ አካል 'መቁጠሪያ' ተግባር አይደግፍም"
-#: strings.hrc:29
+#: connectivity/inc/strings.hrc:29
msgctxt "STR_STMT_TYPE_NOT_SUPPORTED"
msgid "This statement type not supported by this database driver."
msgstr "የዚህ አይነት አረፍተ ነገር ዳታቤዝ ውስጥ የ ተደገፈ አይደለም"
-#: strings.hrc:30
+#: connectivity/inc/strings.hrc:30
msgctxt "STR_UNSPECIFIED_ERROR"
msgid "An unknown error occurred."
msgstr "ያልታወቀ ስህተት ተፈጥሯል"
-#: strings.hrc:31
+#: connectivity/inc/strings.hrc:31
msgctxt "STR_ERROR_REFRESH_ROW"
msgid "An error occurred while refreshing the current row."
msgstr "የ አሁኑን ረድፍ በ ማነቃቃት ላይ እንዳለ ስህተት ተፈጥሯል"
-#: strings.hrc:32
+#: connectivity/inc/strings.hrc:32
msgctxt "STR_ERROR_GET_ROW"
msgid "An error occurred while getting the current row."
msgstr "የ አሁኑን ረድፍ በ ማግኘት ላይ እንዳለ ስህተት ተፈጥሯል"
-#: strings.hrc:33
+#: connectivity/inc/strings.hrc:33
msgctxt "STR_QUERY_INVALID_IS_NULL_COLUMN"
msgid "The query can not be executed. The 'IS NULL' can only be used with a column name."
msgstr "የተጠየቀውን መፈጸም አይቻልም ፡ ይህን 'IS NULL' መጠቀም የሚቻለው ለአምድ ስም ብቻ ነው"
-#: strings.hrc:34
+#: connectivity/inc/strings.hrc:34
msgctxt "STR_ILLEGAL_MOVEMENT"
msgid "Illegal cursor movement occurred."
msgstr "ሕጋዊ ያልሆነ የ መጠቆሚያ እንቅስቃሴ ተፈጥሯል"
-#: strings.hrc:35
+#: connectivity/inc/strings.hrc:35
msgctxt "STR_COMMIT_ROW"
msgid "Please commit row '$position$' before update rows or insert new rows."
msgstr "እባክዎን ረድፍ ይፈጽሙ '$position$' ረድፎች ከ መሻሻላቸው በፊት ወይንም አዲስ ረድፍ ከ ማስገባትዎ በፊት"
#. = common strings
-#: strings.hrc:37
+#: connectivity/inc/strings.hrc:37
msgctxt "STR_NO_CONNECTION_GIVEN"
msgid "It doesn't exist a connection to the database."
msgstr "ወደ ዳታቤዝ ግንኙነት ቀደም ሲል አልነበረም"
-#: strings.hrc:38
+#: connectivity/inc/strings.hrc:38
msgctxt "STR_WRONG_PARAM_INDEX"
msgid "You tried to set a parameter at position '$pos$' but there is/are only '$count$' parameter(s) allowed. One reason may be that the property \"ParameterNameSubstitution\" is not set to TRUE in the data source."
msgstr "እርስዎ ደንብ ለ ማሰናዳት እየሞከሩ ነው በዚህ ቦታ '$pos$' ነገር ግን አለ/ወይንም ብቻ '$count$' ደንብ(ቦችs) ይቻላል: አንዱ ምክንያት ባህሪ \"የ ደንብ ስም መቀየሪያ\" አልተሰናዳም ወደ እውነት ከ ዳታ ምንጭ ውስጥ"
-#: strings.hrc:39
+#: connectivity/inc/strings.hrc:39
msgctxt "STR_NO_INPUTSTREAM"
msgid "The input stream was not set."
msgstr "የ ማስገቢያ ማስተላለፊያ አልተሰናዳም"
-#: strings.hrc:40
+#: connectivity/inc/strings.hrc:40
msgctxt "STR_NO_ELEMENT_NAME"
msgid "There is no element named '$name$'."
msgstr "በዚህ ስም የተሰየመ አካል የለም '$name$'."
-#: strings.hrc:41
+#: connectivity/inc/strings.hrc:41
msgctxt "STR_INVALID_BOOKMARK"
msgid "Invalid bookmark value"
msgstr "ዋጋ የሌለው ምልክት ማድረጊያ"
-#: strings.hrc:42
+#: connectivity/inc/strings.hrc:42
msgctxt "STR_PRIVILEGE_NOT_GRANTED"
msgid "Privilege not granted: Only table privileges can be granted."
msgstr "ቅድሚያ አልተሰጠም: የ ሰንጠረዥ ቅድሚያ ብቻ የ ተሰጠው"
-#: strings.hrc:43
+#: connectivity/inc/strings.hrc:43
msgctxt "STR_PRIVILEGE_NOT_REVOKED"
msgid "Privilege not revoked: Only table privileges can be revoked."
msgstr "ቅድሚያ ተነጥቋል: የ ሰንጠረዥ ቅድሚያ ብቻ መንጠቅ የሚቻለው"
-#: strings.hrc:44
+#: connectivity/inc/strings.hrc:44
msgctxt "STR_ERRORMSG_SEQUENCE"
msgid "Function sequence error."
msgstr "የተግባር ቅደም ተከተል ስህተት"
-#: strings.hrc:45
+#: connectivity/inc/strings.hrc:45
msgctxt "STR_INVALID_INDEX"
msgid "Invalid descriptor index."
msgstr "ዋጋ የሌለው መግለጫ ማውጫ"
-#: strings.hrc:46
+#: connectivity/inc/strings.hrc:46
msgctxt "STR_UNSUPPORTED_FUNCTION"
msgid "The driver does not support the function '$functionname$'."
msgstr "አካሉ ተግባሩን አይደግፍም '$functionname$'."
-#: strings.hrc:47
+#: connectivity/inc/strings.hrc:47
msgctxt "STR_UNSUPPORTED_FEATURE"
msgid "The driver does not support the functionality for '$featurename$'. It is not implemented."
msgstr "አካሉ ተግባሩን አይደግፍም ለ '$featurename$'. መፈጸም አይቻልም"
-#: strings.hrc:48
+#: connectivity/inc/strings.hrc:48
msgctxt "STR_FORMULA_WRONG"
msgid "The formula for TypeInfoSettings is wrong!"
msgstr "መቀመሪያ ለ አይነት መረጃ ማሰናጃ የ ተሳሳተ ነው!"
-#: strings.hrc:49
+#: connectivity/inc/strings.hrc:49
msgctxt "STR_STRING_LENGTH_EXCEEDED"
msgid "The string '$string$' exceeds the maximum length of $maxlen$ characters when converted to the target character set '$charset$'."
msgstr "ይህ ሀረግ '$string$' ከፍተኛውን እርዝመት አልፏል የ $maxlen$ ባህሪዎች በሚቀየር ጊዜ ወደ የታለመው ባህሪ ማሰናጃ '$charset$'."
-#: strings.hrc:50
+#: connectivity/inc/strings.hrc:50
msgctxt "STR_CANNOT_CONVERT_STRING"
msgid "The string '$string$' cannot be converted using the encoding '$charset$'."
msgstr "ይህን ሀረግ '$string$' መቀየር አልተቻለም በ መጠቀም ይህን encoding '$charset$'."
-#: strings.hrc:51
+#: connectivity/inc/strings.hrc:51
msgctxt "STR_URI_SYNTAX_ERROR"
msgid "The connection URL is invalid."
msgstr "መገናኛው URL ዋጋ የለውም"
-#: strings.hrc:52
+#: connectivity/inc/strings.hrc:52
msgctxt "STR_QUERY_TOO_COMPLEX"
msgid "The query can not be executed. It is too complex."
msgstr "ጥያቄውን መፈጸም አልተቻለም ፡ በጣም ውስብስብ ነው"
-#: strings.hrc:53
+#: connectivity/inc/strings.hrc:53
msgctxt "STR_OPERATOR_TOO_COMPLEX"
msgid "The query can not be executed. The operator is too complex."
msgstr "ጥያቄውን መፈጸም አልተቻለም ፡ አፈጻጸሙ በጣም ውስብስብ ነው"
-#: strings.hrc:54
+#: 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 "ጥያቄውን መፈጸም አልተቻለም: እርስዎ መጠቀም አይችሉም 'የምወዳቸ' በዚህ አይነት አምዶች ውስጥ"
-#: strings.hrc:55
+#: 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 "ጥያቄውን መፈጸም አልተቻለም: እርስዎ መጠቀም ይችላሉ 'የምወዳቸ' በ ሀረግ ክርክሮች ውስጥ ብቻ"
-#: strings.hrc:56
+#: 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 "ጥያቄውን መፈጸም አልተቻለም: የ 'እኔ አልወደውም' አፈጻጸሙ በጣም ውስብስብ ነው"
-#: strings.hrc:57
+#: 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 "ጥያቄ መፈጸም አልተቻለም: የ 'እወደዋለሁ' ሁኔታ ሁለገብ መሀከል ላይ ይዟል"
-#: strings.hrc:58
+#: 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 "ጥያቄውን መፈጸም አልተቻለም: ይህ 'የምወደው' አፈጻጸሙ በጣም ብዙ ሁለገብ ነው"
-#: strings.hrc:59
+#: connectivity/inc/strings.hrc:59
msgctxt "STR_INVALID_COLUMNNAME"
msgid "The column name '$columnname$' is not valid."
msgstr "የ አምዱ ስም '$የ አምዱ ስም$' ዋጋ የለውም"
-#: strings.hrc:60
+#: connectivity/inc/strings.hrc:60
msgctxt "STR_INVALID_COLUMN_SELECTION"
msgid "The statement contains an invalid selection of columns."
msgstr "አረፍተ ነገሩ የያዘው ዋጋ የሌለው የ አምዶች ምርጫ ነው"
-#: strings.hrc:61
+#: connectivity/inc/strings.hrc:61
msgctxt "STR_COLUMN_NOT_UPDATEABLE"
msgid "The column at position '$position$' could not be updated."
msgstr "የ አምዱን ቦታ '$position$' ማሻሻል አይቻልም"
-#: strings.hrc:62
+#: connectivity/inc/strings.hrc:62
msgctxt "STR_COULD_NOT_LOAD_FILE"
msgid "The file $filename$ could not be loaded."
msgstr "ፋይሉን $filename$ መጫን አይቻልም"
-#: strings.hrc:63
+#: connectivity/inc/strings.hrc:63
msgctxt "STR_LOAD_FILE_ERROR_MESSAGE"
msgid ""
"The attempt to load the file resulted in the following error message ($exception_type$):\n"
@@ -210,122 +210,122 @@ msgstr ""
"$error_message$"
#. = the ado driver's resource strings
-#: strings.hrc:65
+#: connectivity/inc/strings.hrc:65
msgctxt "STR_TYPE_NOT_CONVERT"
msgid "The type could not be converted."
msgstr "ይህን አይነት መቀየር አይቻልም"
-#: strings.hrc:66
+#: connectivity/inc/strings.hrc:66
msgctxt "STR_INVALID_COLUMN_DESCRIPTOR_ERROR"
msgid "Could not append column: invalid column descriptor."
msgstr "አምድ መጨመር አልተቻለም: ዋጋ የሌለው የ አምድ መግለጫ"
-#: strings.hrc:67
+#: connectivity/inc/strings.hrc:67
msgctxt "STR_INVALID_GROUP_DESCRIPTOR_ERROR"
msgid "Could not create group: invalid object descriptor."
msgstr "ቡድን መፍጠር አልተቻለም: ዋጋ የሌለው የ እቃ መግለጫ"
-#: strings.hrc:68
+#: connectivity/inc/strings.hrc:68
msgctxt "STR_INVALID_INDEX_DESCRIPTOR_ERROR"
msgid "Could not create index: invalid object descriptor."
msgstr "ማውጫ መፍጠር አልተቻለም: ዋጋ የሌለው የ እቃ መግለጫ"
-#: strings.hrc:69
+#: connectivity/inc/strings.hrc:69
msgctxt "STR_INVALID_KEY_DESCRIPTOR_ERROR"
msgid "Could not create key: invalid object descriptor."
msgstr "ቁልፍ መፍጠር አልተቻለም: ዋጋ የሌለው የ እቃ መግለጫ"
-#: strings.hrc:70
+#: connectivity/inc/strings.hrc:70
msgctxt "STR_INVALID_TABLE_DESCRIPTOR_ERROR"
msgid "Could not create table: invalid object descriptor."
msgstr "ሰንጠረዥ መፍጠር አልተቻለም: ዋጋ የሌለው የ እቃ መግለጫ"
-#: strings.hrc:71
+#: connectivity/inc/strings.hrc:71
msgctxt "STR_INVALID_USER_DESCRIPTOR_ERROR"
msgid "Could not create user: invalid object descriptor."
msgstr "ተጠቃሚ መፍጠር አልተቻለም: ዋጋ የሌለው የ እቃ መግለጫ"
-#: strings.hrc:72
+#: connectivity/inc/strings.hrc:72
msgctxt "STR_INVALID_VIEW_DESCRIPTOR_ERROR"
msgid "Could not create view: invalid object descriptor."
msgstr "መመልከቻ መፍጠር አልተቻለም: ዋጋ የሌለው የ እቃ መግለጫ"
-#: strings.hrc:73
+#: connectivity/inc/strings.hrc:73
msgctxt "STR_VIEW_NO_COMMAND_ERROR"
msgid "Could not create view: no command object."
msgstr "መመልከቻ መፍጠር አልተቻለም ፡ የትእዛዝ እቃ የለም"
-#: strings.hrc:74
+#: connectivity/inc/strings.hrc:74
msgctxt "STR_NO_CONNECTION"
msgid "The connection could not be created. May be the necessary data provider is not installed."
msgstr "ግንኙነቱን መፍጠር አልተቻለም: ምናልባት አስፈላጊው የ ዳታ አቅራቢ አልተገጠመም ይሆናል"
-#: strings.hrc:76
+#: connectivity/inc/strings.hrc:76
msgctxt "STR_COULD_NOT_DELETE_INDEX"
msgid "The index could not be deleted. An unknown error while accessing the file system occurred."
msgstr "ማውጫውን ማጥፋት አይቻልም: ፋይሉ ጋር ለ መድረስ ሲሞከር ያልታወቀ ስህተት ተፈጥሯል"
-#: strings.hrc:77
+#: connectivity/inc/strings.hrc:77
msgctxt "STR_ONL_ONE_COLUMN_PER_INDEX"
msgid "The index could not be created. Only one column per index is allowed."
msgstr "ማውጫውን መፍጠር አልተቻለም ፡ አንድ አምድ ብቻ ነው በማውጫው የሚፈቀደው"
-#: strings.hrc:78
+#: connectivity/inc/strings.hrc:78
msgctxt "STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE"
msgid "The index could not be created. The values are not unique."
msgstr "ማውጫውን መፍጠር አልተቻለም ፡ ዋጋዎቹ ልዩ አይደሉም"
-#: strings.hrc:79
+#: connectivity/inc/strings.hrc:79
msgctxt "STR_COULD_NOT_CREATE_INDEX"
msgid "The index could not be created. An unknown error appeared."
msgstr "ማውጫውን መፍጠር አልተቻለም: ያልታወቀ ስህተት ተፈጥሯል"
-#: strings.hrc:80
+#: connectivity/inc/strings.hrc:80
msgctxt "STR_COULD_NOT_CREATE_INDEX_NAME"
msgid "The index could not be created. The file '$filename$' is used by an other index."
msgstr "ማውጫውን መፍጠር አልተቻለም ፡ ፋይሉን '$filename$' ሌላ ማውጫ እየተጠቀመበት ነው"
-#: strings.hrc:81
+#: connectivity/inc/strings.hrc:81
msgctxt "STR_COULD_NOT_CREATE_INDEX_KEYSIZE"
msgid "The index could not be created. The size of the chosen column is too big."
msgstr "ማውጫውን መፍጠር አልተቻለም፡ የተመረጠው አምድ በጣም ትልቅ ነው"
-#: strings.hrc:82
+#: connectivity/inc/strings.hrc:82
msgctxt "STR_SQL_NAME_ERROR"
msgid "The name '$name$' doesn't match SQL naming constraints."
msgstr "ይህ ስም '$name$' አይመሳሰልም ከ SQL ስም መከልከያ ጋር"
-#: strings.hrc:83
+#: connectivity/inc/strings.hrc:83
msgctxt "STR_COULD_NOT_DELETE_FILE"
msgid "The file $filename$ could not be deleted."
msgstr "ፋይሉን $filename$ ማጥፋት አይቻልም"
-#: strings.hrc:84
+#: connectivity/inc/strings.hrc:84
msgctxt "STR_INVALID_COLUMN_TYPE"
msgid "Invalid column type for column '$columnname$'."
msgstr "ዋጋ የሌለው የ አምድ አይነት ለ አምድ '$columnname$'"
-#: strings.hrc:85
+#: connectivity/inc/strings.hrc:85
msgctxt "STR_INVALID_COLUMN_PRECISION"
msgid "Invalid precision for column '$columnname$'."
msgstr "ዋጋ የሌለው ትክክለኛነት ለ አምድ '$columnname$'."
-#: strings.hrc:86
+#: connectivity/inc/strings.hrc:86
msgctxt "STR_INVALID_PRECISION_SCALE"
msgid "Precision is less than scale for column '$columnname$'."
msgstr "Precision is less than scale for column '$columnname$'."
-#: strings.hrc:87
+#: connectivity/inc/strings.hrc:87
msgctxt "STR_INVALID_COLUMN_NAME_LENGTH"
msgid "Invalid column name length for column '$columnname$'."
msgstr "ዋጋ የሌለው የ አምድ ስም እርዝመት ለ አምድ '$columnname$'"
-#: strings.hrc:88
+#: connectivity/inc/strings.hrc:88
msgctxt "STR_DUPLICATE_VALUE_IN_COLUMN"
msgid "Duplicate value found in column '$columnname$'."
msgstr "በአምድ ውስጥ የተደገመ ዋጋ ተገኝቷል '$columnname$'"
-#: strings.hrc:89
+#: connectivity/inc/strings.hrc:89
msgctxt "STR_INVALID_COLUMN_DECIMAL_VALUE"
msgid ""
"The '$columnname$' column has been defined as a \"Decimal\" type, the max. length is $precision$ characters (with $scale$ decimal places).\n"
@@ -336,240 +336,230 @@ msgstr ""
"\n"
"የ ተገለጸው ዋጋ \"$value$ ከሚፈቀደው ቁጥር አሀዝ በላይ ነው"
-#: strings.hrc:90
+#: connectivity/inc/strings.hrc:90
msgctxt "STR_COLUMN_NOT_ALTERABLE"
msgid "The column '$columnname$' could not be altered. May be the file system is write protected."
msgstr "አምዱን '$columnname$' ማሻሻል አልተቻለም: ምናልባት በ ፋይል ስርአቱ ላይ መጻፍ የ ተከለከለ ይሆናል"
-#: strings.hrc:91
+#: connectivity/inc/strings.hrc:91
msgctxt "STR_INVALID_COLUMN_VALUE"
msgid "The column '$columnname$' could not be updated. The value is invalid for that column."
msgstr "ይህን አምድ '$columnname$' ማሻሻል አልተቻለም: ዋጋው ለ አምዱ ዋጋ የለውም"
-#: strings.hrc:92
+#: connectivity/inc/strings.hrc:92
msgctxt "STR_COLUMN_NOT_ADDABLE"
msgid "The column '$columnname$' could not be added. May be the file system is write protected."
msgstr "አምድ '$columnname$' መጨመር አልተቻለም: ምናልባት የ ፋይል ስርአቱ ከ መጻፍ ይጠበቅ ይሆናል"
-#: strings.hrc:93
+#: connectivity/inc/strings.hrc:93
msgctxt "STR_COLUMN_NOT_DROP"
msgid "The column at position '$position$' could not be dropped. May be the file system is write protected."
msgstr "አምድ በዚህ ቦታ '$position$' መጣል አይቻልም: ምናልባት የ ፋይል ስርአቱ በ ላዩ ላይ እንዳይጻፍ የሚጠበቅ ይሆናል"
-#: strings.hrc:94
+#: connectivity/inc/strings.hrc:94
msgctxt "STR_TABLE_NOT_DROP"
msgid "The table '$tablename$' could not be dropped. May be the file system is write protected."
msgstr "ይህን ሰንጠረዥ '$tablename$' መጣል አይቻልም: ምናልባት የ ፋይል ስርአቱ በ ላዩ ላይ እንዳይጻፍ የሚጠበቅ ይሆናል"
-#: strings.hrc:95
+#: connectivity/inc/strings.hrc:95
msgctxt "STR_COULD_NOT_ALTER_TABLE"
msgid "The table could not be altered."
msgstr "ሰንጠረዡን ማሻሻል አልተቻለም"
-#: strings.hrc:96
+#: connectivity/inc/strings.hrc:96
msgctxt "STR_INVALID_DBASE_FILE"
msgid "The file '$filename$' is an invalid (or unrecognized) dBase file."
msgstr "ፋይሉ '$filename$' ዋጋ የሌለው ነው (ወይም ያልታወቀ ነው) dBase ፋይል"
#. Evoab2
-#: strings.hrc:98
+#: connectivity/inc/strings.hrc:98
msgctxt "STR_CANNOT_OPEN_BOOK"
msgid "Cannot open Evolution address book."
msgstr "የ ኢቮሊሽን አድራሻ ደብተር መክፈት አልተቻለም"
-#: strings.hrc:99
+#: connectivity/inc/strings.hrc:99
msgctxt "STR_SORT_BY_COL_ONLY"
msgid "Can only sort by table columns."
msgstr "መለየት የሚቻለው በሰንጠረዥ አምዶች ብቻ ነው"
-#: strings.hrc:101
+#: connectivity/inc/strings.hrc:101
msgctxt "STR_QUERY_COMPLEX_COUNT"
msgid "The query can not be executed. It is too complex. Only \"COUNT(*)\" is supported."
msgstr "ጥያቄውን መፈጸም አይቻልም ፡ በጣም ውስብስብ ነው ፡ ይህ ብቻ \"COUNT(*)\" ነው የተደገፈው"
-#: strings.hrc:102
+#: connectivity/inc/strings.hrc:102
msgctxt "STR_QUERY_INVALID_BETWEEN"
msgid "The query can not be executed. The 'BETWEEN' arguments are not correct."
msgstr "ጥያቄውን መፈጸም አይቻልም ፡ The 'BETWEEN' arguments are not correct."
-#: strings.hrc:103
+#: connectivity/inc/strings.hrc:103
msgctxt "STR_QUERY_FUNCTION_NOT_SUPPORTED"
msgid "The query can not be executed. The function is not supported."
msgstr "ጥያቄውን መፈጸም አይቻልም ፡ ተግባሩ የተደገፈ አይደለም"
-#: strings.hrc:104
+#: connectivity/inc/strings.hrc:104
msgctxt "STR_TABLE_READONLY"
msgid "The table can not be changed. It is read only."
msgstr "ሰንጠረዡን መቀየር አይቻልም ፡ ለማንበብ ብቻ ነው"
-#: strings.hrc:105
+#: connectivity/inc/strings.hrc:105
msgctxt "STR_DELETE_ROW"
msgid "The row could not be deleted. The option \"Display inactive records\" is set."
msgstr "ረድፉን ማጥፋት አይቻልም The option \"Display inactive records\" is set."
-#: strings.hrc:106
+#: connectivity/inc/strings.hrc:106
msgctxt "STR_ROW_ALREADY_DELETED"
msgid "The row could not be deleted. It is already deleted."
msgstr "ረድፉን ማጥፋት አይቻልም ፡ ቀደም ሲል ጠፍቷል"
-#: strings.hrc:107
+#: connectivity/inc/strings.hrc:107
msgctxt "STR_QUERY_MORE_TABLES"
msgid "The query can not be executed. It contains more than one table."
msgstr "ጥያቄውን መፈጸም አይቻልም: ከ አንድ በላይ ክፍል ይዟል"
-#: strings.hrc:108
+#: connectivity/inc/strings.hrc:108
msgctxt "STR_QUERY_NO_TABLE"
msgid "The query can not be executed. It contains no valid table."
msgstr "ጥያቄውን መፈጸም አይቻልም ፡ ዋጋ ያለው ክፍል አልያዘም"
-#: strings.hrc:109
+#: connectivity/inc/strings.hrc:109
msgctxt "STR_QUERY_NO_COLUMN"
msgid "The query can not be executed. It contains no valid columns."
msgstr "ጥያቄውን መፈጸም አይቻልም ፡ ዋጋ ያለው አምድ አልያዘም"
-#: strings.hrc:110
+#: connectivity/inc/strings.hrc:110
msgctxt "STR_INVALID_PARA_COUNT"
msgid "The count of the given parameter values doesn't match the parameters."
msgstr "የ ተሰጠው የ ደንብ ዋጋዎች መቁጠሪያ ከ ደንቦች ጋር አይመሳሰልም"
-#: strings.hrc:111
+#: connectivity/inc/strings.hrc:111
msgctxt "STR_NO_VALID_FILE_URL"
msgid "The URL '$URL$' is not valid. A connection can not be created."
msgstr "ይህ URL '$URL$' ዋጋ የለውም: ግንኙነት መፍጠር አልተቻለም"
-#: strings.hrc:112
+#: connectivity/inc/strings.hrc:112
msgctxt "STR_NO_CLASSNAME"
msgid "The driver class '$classname$' could not be loaded."
msgstr "የ አካሉን ክፍል '$classname$' መጫን አልተቻለም"
-#: strings.hrc:113
+#: connectivity/inc/strings.hrc:113
msgctxt "STR_NO_JAVA"
msgid "No Java installation could be found. Please check your installation."
msgstr "ምንም የ Java መግጠሚያ አልተገኘም: እባክዎን የ እርስዎን አገጣጠም ይምረጡ"
-#: strings.hrc:114
+#: connectivity/inc/strings.hrc:114
msgctxt "STR_NO_RESULTSET"
msgid "The execution of the query doesn't return a valid result set."
msgstr "ጥያቄውን እያስኬደ ያለው ዋጋ ያለው ውጤት ማሰናጃ አልመለሰም"
-#: strings.hrc:115
+#: connectivity/inc/strings.hrc:115
msgctxt "STR_NO_ROWCOUNT"
msgid "The execution of the update statement doesn't effect any rows."
msgstr "ማሻሻያውን እያስኬደ ያለው በ ረድፎች ላይ ምንም ውጤት አያስከትልም"
-#: strings.hrc:116
+#: connectivity/inc/strings.hrc:116
msgctxt "STR_NO_CLASSNAME_PATH"
msgid "The additional driver class path is '$classpath$'."
msgstr "የ ተጨማሪ driver የ ክፍል መንገድ ነው '$classpath$'."
-#: strings.hrc:117
+#: connectivity/inc/strings.hrc:117
msgctxt "STR_UNKNOWN_PARA_TYPE"
msgid "The type of parameter at position '$position$' is unknown."
msgstr "በ ቦታው ላይ ያለው የ ደንብ አይነት '$position$' ያልታወቀ ነው"
-#: strings.hrc:118
+#: connectivity/inc/strings.hrc:118
msgctxt "STR_UNKNOWN_COLUMN_TYPE"
msgid "The type of column at position '$position$' is unknown."
msgstr "የ አምዱ ቦታ አይነት '$position$' ያልታወቀ ነው"
#. KAB
-#: strings.hrc:120
-msgctxt "STR_NO_KDE_INST"
-msgid "No suitable KDE installation was found."
-msgstr "ለኬዲኢ ተስማሚ የሆነ መግጠሚያ አልተገኘም"
-
-#: strings.hrc:121
-msgctxt "STR_KDE_VERSION_TOO_OLD"
-msgid "KDE version $major$.$minor$ or higher is required to access the KDE Address Book."
-msgstr "የ ኬዲኢ እትም $major$.$minor$ ወይንም ከፍተኛ ያስፈልጋል የ ኬዲኢ አድራሻ ደብተር ጋር ለመድረስ"
-
-#: strings.hrc:122
+#: connectivity/inc/strings.hrc:120
msgctxt "STR_PARA_ONLY_PREPARED"
msgid "Parameters can appear only in prepared statements."
msgstr "ደንቦች መቅረብ የሚችሉት በ ተሰናዳ አረፍተ ነገር ብቻ ነው"
-#: strings.hrc:124
+#: connectivity/inc/strings.hrc:122
msgctxt "STR_NO_TABLE"
msgid "No such table!"
msgstr "እንዲህ አይነት ሰንጠረዥ የለም"
-#: strings.hrc:125
+#: connectivity/inc/strings.hrc:123
msgctxt "STR_NO_MAC_OS_FOUND"
msgid "No suitable Mac OS installation was found."
msgstr "No suitable Mac OS installation was found."
#. hsqldb
-#: strings.hrc:127
+#: connectivity/inc/strings.hrc:125
msgctxt "STR_NO_STORAGE"
msgid "The connection can not be established. No storage or URL was given."
msgstr "ግንኙነት መመስረት አልተቻለም: ማጠራቀሚያ ወይንም URL አልተሰጠም"
-#: strings.hrc:128
+#: connectivity/inc/strings.hrc:126
msgctxt "STR_INVALID_FILE_URL"
msgid "The given URL contains no valid local file system path. Please check the location of your database file."
msgstr "የተሰጠው URL ዋጋ ያለው የአካባቢ ስርአት መንገድ አልያዘም ፡ እባክዎን የዳታቤዝ ፋይሉን አካባቢ ይመርምሩ"
-#: strings.hrc:129
+#: connectivity/inc/strings.hrc:127
msgctxt "STR_NO_TABLE_CONTAINER"
msgid "An error occurred while obtaining the connection's table container."
msgstr "ስህተት ተፈጥሯል: የ ግንኙነት ሰንጠረዥ የያዘውን በማግኘት ላይ እንዳለ"
-#: strings.hrc:130
+#: connectivity/inc/strings.hrc:128
msgctxt "STR_NO_TABLENAME"
msgid "There is no table named '$tablename$'."
msgstr "በዚህ ስም የተሰየመ ሰንጠረዥ የለም '$tablename$'"
-#: strings.hrc:131
+#: connectivity/inc/strings.hrc:129
msgctxt "STR_NO_DOCUMENTUI"
msgid "The provided DocumentUI is not allowed to be NULL."
msgstr "የ ተሰጠው ሰነድ UI ባዶ መሆን አይችልም"
-#: strings.hrc:132
+#: connectivity/inc/strings.hrc:130
msgctxt "STR_ERROR_NEW_VERSION"
msgid "The connection could not be established. The database was created by a newer version of %PRODUCTNAME."
msgstr "ግንኙነት መፍጠር አልተቻለም: የ ዳታቤዙ የተፈጠረው በ አዲሱ እትም ነው በ %PRODUCTNAME."
-#: strings.hrc:134
+#: connectivity/inc/strings.hrc:132
msgctxt "STR_ROW_SET_OPERATION_VETOED"
msgid "The record operation has been vetoed."
msgstr "የ መቅረጫ ተግባር ተከልክሏል"
-#: strings.hrc:135
+#: connectivity/inc/strings.hrc:133
msgctxt "STR_PARSER_CYCLIC_SUB_QUERIES"
msgid "The statement contains a cyclic reference to one or more sub queries."
msgstr "አረፍተ ነገሩ የሚደጋገም ማመሳከሪያ ይዟል ለ አንድ ወይንም ተጨማሪ ንዑስ ጥያቄዎች"
-#: strings.hrc:136
+#: connectivity/inc/strings.hrc:134
msgctxt "STR_DB_OBJECT_NAME_WITH_SLASHES"
msgid "The name must not contain any slashes ('/')."
msgstr "ስሙ ይህን ምልክት መያዝ የለበትም ('/')"
-#: strings.hrc:137
+#: connectivity/inc/strings.hrc:135
msgctxt "STR_DB_INVALID_SQL_NAME"
msgid "$1$ is no SQL conform identifier."
msgstr "$1$ አይደለም የ SQL መለያ"
-#: strings.hrc:138
+#: connectivity/inc/strings.hrc:136
msgctxt "STR_DB_QUERY_NAME_WITH_QUOTES"
msgid "Query names must not contain quote characters."
msgstr "የ ጥያቄ ስሞች የ ጥቅስ ባህሪዎች መያዝ የለባቸውም"
-#: strings.hrc:139
+#: connectivity/inc/strings.hrc:137
msgctxt "STR_DB_OBJECT_NAME_IS_USED"
msgid "The name '$1$' is already in use in the database."
msgstr "ስሙን '$1$' ቀደም ሲል ዳታቤዝ ውስጥ ተጠቅመውበታል"
-#: strings.hrc:140
+#: connectivity/inc/strings.hrc:138
msgctxt "STR_DB_NOT_CONNECTED"
msgid "No connection to the database exists."
msgstr "ወደ ዳታቤዝ ምንም ግንኙነት አልተገኘም"
-#: strings.hrc:141
+#: connectivity/inc/strings.hrc:139
msgctxt "STR_AB_ADDRESSBOOK_NOT_FOUND"
msgid "No $1$ exists."
msgstr "የለም $1$ አልተገኘም"
-#: strings.hrc:142
+#: connectivity/inc/strings.hrc:140
msgctxt "STR_DATA_CANNOT_SELECT_UNFILTERED"
msgid "Unable to display the complete table content. Please apply a filter."
msgstr "ሙሉ የ ሰንጠረዡን ይዞታ ማሳየት አልተቻለም: እባክዎን ማጣሪያ ይጠቀሙ"
diff --git a/source/am/connectivity/registry/mork/org/openoffice/Office/DataAccess.po b/source/am/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
index 00b4368ab7e..85c3e47cc39 100644
--- a/source/am/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
+++ b/source/am/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
@@ -3,17 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2012-02-16 19:20+0200\n"
-"Last-Translator: Samson <sambelet@yahoo.com>\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
+"PO-Revision-Date: 2016-05-01 16:00+0000\n"
+"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462118449.000000\n"
#: Drivers.xcu
msgctxt ""
@@ -21,5 +22,5 @@ msgctxt ""
".Drivers.Installed.sdbc:address:thunderbird:\n"
"DriverTypeDisplayName\n"
"value.text"
-msgid "Thunderbird/Icedove Address Book"
-msgstr "የ Thunderbird/Icedove አድራሻ ደብተር"
+msgid "Thunderbird Address Book"
+msgstr ""
diff --git a/source/am/cui/messages.po b/source/am/cui/messages.po
index 92716141edb..54fb57eb551 100644
--- a/source/am/cui/messages.po
+++ b/source/am/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: 2017-12-20 08:16+0100\n"
-"PO-Revision-Date: 2018-01-08 01:14+0000\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
+"PO-Revision-Date: 2018-04-01 18:30+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,189 +13,189 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1515374047.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1522607431.000000\n"
-#: personalization.hrc:31
+#: cui/inc/personalization.hrc:31
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "LibreOffice"
msgstr "ነፃነት ቢሮ"
-#: personalization.hrc:32
+#: cui/inc/personalization.hrc:32
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Abstract"
msgstr "ግልጽ ያልሆነ"
-#: personalization.hrc:33
+#: cui/inc/personalization.hrc:33
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Color"
msgstr "ቀለም"
-#: personalization.hrc:34
+#: cui/inc/personalization.hrc:34
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Music"
msgstr "ሙዚቃ"
-#: personalization.hrc:35
+#: cui/inc/personalization.hrc:35
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Nature"
msgstr "ተፈጥሮ"
-#: personalization.hrc:36
+#: cui/inc/personalization.hrc:36
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Solid"
msgstr "ሙሉ"
-#: strings.hrc:24
+#: cui/inc/strings.hrc:24
msgctxt "RID_SVXSTR_KEY_CONFIG_DIR"
msgid "Configuration"
msgstr "ማዋቀሪያ"
-#: strings.hrc:25
+#: cui/inc/strings.hrc:25
msgctxt "RID_SVXSTR_KEY_WORK_PATH"
msgid "My Documents"
msgstr "የኔ ሰነዶች"
-#: strings.hrc:26
+#: cui/inc/strings.hrc:26
msgctxt "RID_SVXSTR_KEY_GRAPHICS_PATH"
msgid "Images"
msgstr "ምስሎች"
-#: strings.hrc:27
+#: cui/inc/strings.hrc:27
msgctxt "RID_SVXSTR_KEY_BITMAP_PATH"
msgid "Icons"
msgstr "ምልክቶች"
-#: strings.hrc:28
+#: cui/inc/strings.hrc:28
msgctxt "RID_SVXSTR_KEY_PALETTE_PATH"
msgid "Palettes"
msgstr "መደርደሪያ"
-#: strings.hrc:29
+#: cui/inc/strings.hrc:29
msgctxt "RID_SVXSTR_KEY_BACKUP_PATH"
msgid "Backups"
msgstr "ተተኪዎች"
-#: strings.hrc:30
+#: cui/inc/strings.hrc:30
msgctxt "RID_SVXSTR_KEY_MODULES_PATH"
msgid "Modules"
msgstr "ክፍሎች"
-#: strings.hrc:31
+#: cui/inc/strings.hrc:31
msgctxt "RID_SVXSTR_KEY_TEMPLATE_PATH"
msgid "Templates"
msgstr "ቴምፕሌትስ"
-#: strings.hrc:32
+#: cui/inc/strings.hrc:32
msgctxt "RID_SVXSTR_KEY_GLOSSARY_PATH"
msgid "AutoText"
msgstr "በራሱ ጽሁፍ"
-#: strings.hrc:33
+#: cui/inc/strings.hrc:33
msgctxt "RID_SVXSTR_KEY_DICTIONARY_PATH"
msgid "Dictionaries"
msgstr "መዝገበ ቃላቶች"
-#: strings.hrc:34
+#: cui/inc/strings.hrc:34
msgctxt "RID_SVXSTR_KEY_HELP_DIR"
msgid "Help"
msgstr "እርዳታ"
-#: strings.hrc:35
+#: cui/inc/strings.hrc:35
msgctxt "RID_SVXSTR_KEY_GALLERY_DIR"
msgid "Gallery"
msgstr "አዳራሽ"
-#: strings.hrc:36
+#: cui/inc/strings.hrc:36
msgctxt "RID_SVXSTR_KEY_STORAGE_DIR"
msgid "Message Storage"
msgstr "መልእክት ማጠራቀሚያ"
-#: strings.hrc:37
+#: cui/inc/strings.hrc:37
msgctxt "RID_SVXSTR_KEY_TEMP_PATH"
msgid "Temporary files"
msgstr "ጊዜያዊ ፋይሎች"
-#: strings.hrc:38
+#: cui/inc/strings.hrc:38
msgctxt "RID_SVXSTR_KEY_PLUGINS_PATH"
msgid "Plug-ins"
msgstr "ተሰኪ-ዎች"
-#: strings.hrc:39
+#: cui/inc/strings.hrc:39
msgctxt "RID_SVXSTR_KEY_FAVORITES_DIR"
msgid "Folder Bookmarks"
msgstr "የ ፎልደር ምልክት ማድረጊያዎች"
-#: strings.hrc:40
+#: cui/inc/strings.hrc:40
msgctxt "RID_SVXSTR_KEY_FILTER_PATH"
msgid "Filters"
msgstr "ማጣሪያዎች"
-#: strings.hrc:41
+#: cui/inc/strings.hrc:41
msgctxt "RID_SVXSTR_KEY_ADDINS_PATH"
msgid "Add-ins"
msgstr "ተጨማ-ሪዎች"
-#: strings.hrc:42
+#: cui/inc/strings.hrc:42
msgctxt "RID_SVXSTR_KEY_USERCONFIG_PATH"
msgid "User Configuration"
msgstr "ተጠቃሚ ማዋቀሪያዎች"
-#: strings.hrc:43
+#: cui/inc/strings.hrc:43
msgctxt "RID_SVXSTR_KEY_USERDICTIONARY_DIR"
msgid "User-defined dictionaries"
msgstr "ተጠቃሚው የተወሰነ መዝገበ ቃላት"
-#: strings.hrc:44
+#: cui/inc/strings.hrc:44
msgctxt "RID_SVXSTR_KEY_CLASSIFICATION_PATH"
msgid "Classification"
msgstr "መመደቢያ"
-#: strings.hrc:45
+#: cui/inc/strings.hrc:45
msgctxt "RID_SVXSTR_KEY_AUTOCORRECT_DIR"
msgid "AutoCorrect"
msgstr "በራሱ አራሚ"
-#: strings.hrc:46
+#: cui/inc/strings.hrc:46
msgctxt "RID_SVXSTR_KEY_LINGUISTIC_DIR"
msgid "Writing aids"
msgstr "የ መጻፊያ እርዳታዎች"
#. %n will be replaced at runtime by a number starting with 1 and increasing as necessary
-#: strings.hrc:48
+#: cui/inc/strings.hrc:48
#, c-format
msgctxt "RID_SVXSTR_NEW_MENU"
msgid "New Menu %n"
msgstr "አዲስ ዝርዝር %n"
#. %n will be replaced at runtime by a number starting with 1 and increasing as necessary
-#: strings.hrc:50
+#: cui/inc/strings.hrc:50
#, c-format
msgctxt "RID_SVXSTR_NEW_TOOLBAR"
msgid "New Toolbar %n"
msgstr "አዲስ እቃ መደርደሪያ %n"
-#: strings.hrc:51
+#: cui/inc/strings.hrc:51
msgctxt "RID_SVXSTR_MOVE_MENU"
msgid "Move Menu"
msgstr "ዝርዝር ማንቀሳቀሻ"
-#: strings.hrc:52
+#: cui/inc/strings.hrc:52
msgctxt "RID_SVXSTR_ADD_SUBMENU"
msgid "Add Submenu"
msgstr "ንዑስ ዝርዝር መጨመሪያ"
-#: strings.hrc:53
+#: cui/inc/strings.hrc:53
msgctxt "RID_SVXSTR_SUBMENU_NAME"
msgid "Submenu name"
msgstr "የንዑስ ዝርዝር ስም"
-#: strings.hrc:54
+#: cui/inc/strings.hrc:54
msgctxt "RID_SVXSTR_DELETE_ICON_CONFIRM"
msgid "Are you sure to delete the image?"
msgstr "በእርግጥ ምስሉን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:55
+#: cui/inc/strings.hrc:55
msgctxt "RID_SVXSTR_REPLACE_ICON_WARNING"
msgid ""
"The icon %ICONNAME is already contained in the image list.\n"
@@ -204,17 +204,17 @@ msgstr ""
"ይህ ምልክት %ICONNAME ቀደም ሲል የምስል ዝርዝሮችን ይዟል\n"
"አሁን ያለውን ምልክት መቀየር ይፈልጋሉ?"
-#: strings.hrc:56
+#: cui/inc/strings.hrc:56
msgctxt "RID_SVXSTR_REPLACE_ICON_CONFIRM"
msgid "Confirm Icon Replacement"
msgstr "ምልክት መቀየሩን ያረጋግጡ"
-#: strings.hrc:57
+#: cui/inc/strings.hrc:57
msgctxt "RID_SVXSTR_YESTOALL"
msgid "Yes to All"
msgstr "ለሁሉም አዎ"
-#: strings.hrc:58
+#: cui/inc/strings.hrc:58
msgctxt "RID_SXVSTR_CONFIRM_DELETE_TOOLBAR"
msgid "There are no more commands on the toolbar. Do you want to delete the toolbar?"
msgstr "በቱልባሩ ላይ ምንም ትእዛዝ የለም: ቱልባሩን ማጥፋት ይፈልጋሉ?"
@@ -222,799 +222,799 @@ msgstr "በቱልባሩ ላይ ምንም ትእዛዝ የለም: ቱልባሩን
#. Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
#. and will be replaced at runtime by the name of the selected application
#. or document.
-#: strings.hrc:63
+#: cui/inc/strings.hrc:63
msgctxt "RID_SVXSTR_CONFIRM_MENU_RESET"
msgid "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
msgstr "ዝርዝር ማዋቀሪያው ወደ %SAVE IN SELECTION% ነባር አቀማመጥ ይመለሳል: መቀጠል ይፈልጋሉ?"
-#: strings.hrc:64
+#: cui/inc/strings.hrc:64
msgctxt "RID_SVXSTR_CONFIRM_TOOLBAR_RESET"
msgid "The toolbar configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
msgstr "የ እቃ ማዋቀሪያው ለ %SAVE IN SELECTION% ወደ ነባር ማሰናጃው ይመለሳል: መቀጠል ይፈልጋሉ?"
-#: strings.hrc:65
+#: cui/inc/strings.hrc:65
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT"
msgid "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?"
msgstr "ይህ ቀደም ብለው የ ቀየሩትን ለውጦች በሙሉ ያጠፋዋል: የ እቃ መደርደሪያውን እንደነበረ መመለስ ይፈልጋሉ?"
-#: strings.hrc:66
+#: cui/inc/strings.hrc:66
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT_MENU"
msgid "This will delete all changes previously made to this context menu. Do you really want to reset?"
msgstr "ይህ ቀደም ብለው በ አገባብ ዝርዝር ውስጥ የ ቀየሩትን ለውጦች በሙሉ ያጠፋዋል: እርስዎ በ እርግጥ እንደ ነበረ መመለስ ይፈልጋሉ?"
-#: strings.hrc:67
+#: cui/inc/strings.hrc:67
msgctxt "RID_SVXSTR_MNUCFG_ALREADY_INCLUDED"
msgid "Function is already included in this popup."
msgstr "ተግባሩ ቀደም ሲል በዚህ ብቅ ባይ ውስጥ ተካቷል"
-#: strings.hrc:68
+#: cui/inc/strings.hrc:68
msgctxt "RID_SVXSTR_LABEL_NEW_NAME"
msgid "~New name"
msgstr "~አዲስ ስም"
-#: strings.hrc:69
+#: cui/inc/strings.hrc:69
msgctxt "RID_SVXSTR_RENAME_MENU"
msgid "Rename Menu"
msgstr "ዝርዝሩን እንደገና መሰየሚያ"
-#: strings.hrc:70
+#: cui/inc/strings.hrc:70
msgctxt "RID_SVXSTR_RENAME_TOOLBAR"
msgid "Rename Toolbar"
msgstr "እቃ መደርደሪያ እንደገና መሰየሚያ"
-#: strings.hrc:72
+#: cui/inc/strings.hrc:72
msgctxt "RID_SVXSTR_HYPDLG_CLOSEBUT"
msgid "Close"
msgstr "መዝጊያ"
-#: strings.hrc:73
+#: cui/inc/strings.hrc:73
msgctxt "RID_SVXSTR_HYPDLG_MACROACT1"
msgid "Mouse over object"
msgstr "አይጥ በእቃዎች ላይ"
-#: strings.hrc:74
+#: cui/inc/strings.hrc:74
msgctxt "RID_SVXSTR_HYPDLG_MACROACT2"
msgid "Trigger hyperlink"
msgstr "hyperlink ማስነሻ"
-#: strings.hrc:75
+#: cui/inc/strings.hrc:75
msgctxt "RID_SVXSTR_HYPDLG_MACROACT3"
msgid "Mouse leaves object"
msgstr "አይጥ እቃዎችን ሲተው"
-#: strings.hrc:76
+#: cui/inc/strings.hrc:76
msgctxt "RID_SVXSTR_HYPDLG_NOVALIDFILENAME"
msgid "Please type in a valid file name."
msgstr "እባክዎን ዋጋ ያለው ስም ይጻፉ"
-#: strings.hrc:77
+#: cui/inc/strings.hrc:77
msgctxt "RID_SVXSTR_HYPERDLG_HLINETTP"
msgid "Internet"
msgstr "ኢንተርኔት"
-#: strings.hrc:78
+#: cui/inc/strings.hrc:78
msgctxt "RID_SVXSTR_HYPERDLG_HLINETTP_HELP"
msgid "This is where you create a hyperlink to a Web page or FTP server connection."
msgstr "እዚህ ነው የሚፈጥሩት hyperlink ወደ Web page or FTP server connection."
-#: strings.hrc:79
+#: cui/inc/strings.hrc:79
msgctxt "RID_SVXSTR_HYPERDLG_HLMAILTP"
msgid "Mail"
msgstr "ደብዳቤ"
-#: strings.hrc:80
+#: cui/inc/strings.hrc:80
msgctxt "RID_SVXSTR_HYPERDLG_HLMAILTP_HELP"
msgid "This is where you create a hyperlink to an e-mail address."
msgstr "እዚህ ነው የሚፈጥሩት hyperlink ወደ ኢሜይል አድራሻ"
-#: strings.hrc:81
+#: cui/inc/strings.hrc:81
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCTP"
msgid "Document"
msgstr "ሰነድ"
-#: strings.hrc:82
+#: cui/inc/strings.hrc:82
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCTP_HELP"
msgid "This is where you create a hyperlink to an existing document or a target within a document."
msgstr "እዚህ ነው የሚፈጥሩት hyperlink ወደ ነበረው ሰነድ ወይም ወደ ኢላማው በሰነዱ ውስጥ"
-#: strings.hrc:83
+#: cui/inc/strings.hrc:83
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCNTP"
msgid "New Document"
msgstr "አዲስ ሰነድ"
-#: strings.hrc:84
+#: cui/inc/strings.hrc:84
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCNTP_HELP"
msgid "This is where you create a new document to which the new link points."
msgstr "እዚህ ነው አዲስ ሰነድ የሚፈጥሩት አዲሱ ማገናኛ የሚያመለክተው"
-#: strings.hrc:85
+#: cui/inc/strings.hrc:85
msgctxt "RID_SVXSTR_HYPERDLG_FORM_BUTTON"
msgid "Button"
msgstr "ቁልፍ"
-#: strings.hrc:86
+#: cui/inc/strings.hrc:86
msgctxt "RID_SVXSTR_HYPERDLG_FROM_TEXT"
msgid "Text"
msgstr "ጽሑፍ"
-#: strings.hrc:87
+#: cui/inc/strings.hrc:87
msgctxt "RID_SVXSTR_HYPERDLG_QUERYOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ፋይሉ ቀደም ሲል ነበር ደርቤ ልጻፍበት?"
-#: strings.hrc:89
+#: cui/inc/strings.hrc:89
msgctxt "RID_SVXSTR_ERR_TEXTNOTFOUND"
msgid "No alternatives found."
msgstr "አማራጭ አልተገኘም"
-#: strings.hrc:90
+#: cui/inc/strings.hrc:90
msgctxt "RID_SVXSTR_SELECT_FILE_IFRAME"
msgid "Select File for Floating Frame"
msgstr "ይምረጡ ፋይል ለማንሳፈፊያ ጠርዝ"
-#: strings.hrc:91
+#: cui/inc/strings.hrc:91
msgctxt "RID_SVXSTR_ALLFUNCTIONS"
msgid "All commands"
msgstr "ሁሉንም ትእዛዞች"
-#: strings.hrc:92
+#: cui/inc/strings.hrc:92
msgctxt "RID_SVXSTR_MACROS"
msgid "Macros"
msgstr "ማክሮስ"
-#: strings.hrc:93
+#: cui/inc/strings.hrc:93
msgctxt "RID_SVXSTR_MYMACROS"
msgid "My Macros"
msgstr "የ እኔ ማክሮስ"
-#: strings.hrc:94
+#: cui/inc/strings.hrc:94
msgctxt "RID_SVXSTR_PRODMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "%PRODUCTNAME ማክሮስ"
-#: strings.hrc:95
+#: cui/inc/strings.hrc:95
msgctxt "RID_SVXSTR_NOMACRODESC"
msgid "There is no description available for this macro."
msgstr "ለዚህ ማክሮ ምንም መግለጫ አልተገኘም"
-#: strings.hrc:96
+#: cui/inc/strings.hrc:96
msgctxt "RID_SVXSTR_SELECTOR_ADD_COMMANDS"
msgid "Add Commands"
msgstr "ትእዛዞች መጨመሪያ"
-#: strings.hrc:97
+#: cui/inc/strings.hrc:97
msgctxt "RID_SVXSTR_SELECTOR_RUN"
msgid "Run"
msgstr "ማስኬጃ"
-#: strings.hrc:98
+#: cui/inc/strings.hrc:98
msgctxt "RID_SVXSTR_ROW"
msgid "Insert Rows"
msgstr "ረድፎች ማስገቢያ"
-#: strings.hrc:99
+#: cui/inc/strings.hrc:99
msgctxt "RID_SVXSTR_REMOVE_FAVORITES"
msgid "Remove from Favorites"
msgstr "ከ የምወዳቸው ውስጥ ማስወገጃ"
-#: strings.hrc:100
+#: cui/inc/strings.hrc:100
msgctxt "RID_SVXSTR_ADD_FAVORITES"
msgid "Add to Favorites"
msgstr "ወደ የምወደው መጨመሪያ"
#. PPI is pixel per inch, %1 is a number
-#: strings.hrc:102
+#: cui/inc/strings.hrc:102
msgctxt "RID_SVXSTR_PPI"
msgid "(%1 PPI)"
msgstr "(%1 PPI)"
-#: strings.hrc:103
+#: cui/inc/strings.hrc:103
msgctxt "RID_SVXSTR_COL"
msgid "Insert Columns"
msgstr "አምዶች ማስገቢያ"
-#: strings.hrc:104
+#: cui/inc/strings.hrc:104
msgctxt "RID_SVXSTR_AUTO_ENTRY"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: strings.hrc:105
+#: cui/inc/strings.hrc:105
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "አገናኝ"
-#: strings.hrc:106
+#: cui/inc/strings.hrc:106
msgctxt "RID_SVXSTR_LOADACCELCONFIG"
msgid "Load Keyboard Configuration"
msgstr "የ ፊደል ገበታ ማዋቀሪያ መጫኛ"
-#: strings.hrc:107
+#: cui/inc/strings.hrc:107
msgctxt "RID_SVXSTR_SAVEACCELCONFIG"
msgid "Save Keyboard Configuration"
msgstr "የ ፊደል ገበታ ማዋቀሪያ ማስቀመጫ"
-#: strings.hrc:108
+#: cui/inc/strings.hrc:108
msgctxt "RID_SVXSTR_FILTERNAME_CFG"
msgid "Configuration (*.cfg)"
msgstr "ማዋቀሪያ (*.cfg)"
-#: strings.hrc:109
+#: cui/inc/strings.hrc:109
msgctxt "RID_SVXSTR_HYPDLG_ERR_LERR_NOENTRIES"
msgid "Targets do not exist in the document."
msgstr "ዒላማዎቹ በሰነዱ ውስጥ አልተገኙም"
-#: strings.hrc:110
+#: cui/inc/strings.hrc:110
msgctxt "RID_SVXSTR_HYPDLG_ERR_LERR_DOCNOTOPEN"
msgid "Couldn't open the document."
msgstr "ሰነዱን መክፈት አልተቻለም"
-#: strings.hrc:111
+#: cui/inc/strings.hrc:111
msgctxt "RID_SVXSTR_EDITHINT"
msgid "[Enter text here]"
msgstr "[ጽሑፍ እዚህ ያስገቡ]"
-#: strings.hrc:112
+#: cui/inc/strings.hrc:112
msgctxt "RID_SVXSTR_HANGUL"
msgid "Hangul"
msgstr "Hangul"
-#: strings.hrc:113
+#: cui/inc/strings.hrc:113
msgctxt "RID_SVXSTR_HANJA"
msgid "Hanja"
msgstr "Hanja"
-#: strings.hrc:114
+#: cui/inc/strings.hrc:114
msgctxt "RID_SVXSTR_BASICMACROS"
msgid "BASIC Macros"
msgstr "መሰረታዊ ማክሮስ"
-#: strings.hrc:115
+#: cui/inc/strings.hrc:115
msgctxt "RID_SVXSTR_GROUP_STYLES"
msgid "Styles"
msgstr "ዘዴዎች"
-#: strings.hrc:117
+#: cui/inc/strings.hrc:117
msgctxt "RID_SVXSTR_EVENT_STARTAPP"
msgid "Start Application"
msgstr "መተግበሪያውን ማስጀመሪያ"
-#: strings.hrc:118
+#: cui/inc/strings.hrc:118
msgctxt "RID_SVXSTR_EVENT_CLOSEAPP"
msgid "Close Application"
msgstr "መተግበሪያውን መዝጊያ"
-#: strings.hrc:119
+#: cui/inc/strings.hrc:119
msgctxt "RID_SVXSTR_EVENT_NEWDOC"
msgid "New Document"
msgstr "አዲስ ሰነድ"
-#: strings.hrc:120
+#: cui/inc/strings.hrc:120
msgctxt "RID_SVXSTR_EVENT_CLOSEDOC"
msgid "Document closed"
msgstr "ሰነዱ ተዘግቷል"
-#: strings.hrc:121
+#: cui/inc/strings.hrc:121
msgctxt "RID_SVXSTR_EVENT_PREPARECLOSEDOC"
msgid "Document is going to be closed"
msgstr "ሰነዱ ሊዘጋ ነው"
-#: strings.hrc:122
+#: cui/inc/strings.hrc:122
msgctxt "RID_SVXSTR_EVENT_OPENDOC"
msgid "Open Document"
msgstr "ሰነድ መክፈቻ"
-#: strings.hrc:123
+#: cui/inc/strings.hrc:123
msgctxt "RID_SVXSTR_EVENT_SAVEDOC"
msgid "Save Document"
msgstr "ሰነድ ማስቀመጫ"
-#: strings.hrc:124
+#: cui/inc/strings.hrc:124
msgctxt "RID_SVXSTR_EVENT_SAVEASDOC"
msgid "Save Document As"
msgstr "ሰነዱን ማስቀመጫ እንደ"
-#: strings.hrc:125
+#: cui/inc/strings.hrc:125
msgctxt "RID_SVXSTR_EVENT_SAVEDOCDONE"
msgid "Document has been saved"
msgstr "ሰነዱ ተቀምጧል"
-#: strings.hrc:126
+#: cui/inc/strings.hrc:126
msgctxt "RID_SVXSTR_EVENT_SAVEASDOCDONE"
msgid "Document has been saved as"
msgstr "ሰነዱ ተቀምጧል እንደ"
-#: strings.hrc:127
+#: cui/inc/strings.hrc:127
msgctxt "RID_SVXSTR_EVENT_ACTIVATEDOC"
msgid "Activate Document"
msgstr "ሰነዱን ማስነሻ"
-#: strings.hrc:128
+#: cui/inc/strings.hrc:128
msgctxt "RID_SVXSTR_EVENT_DEACTIVATEDOC"
msgid "Deactivate Document"
msgstr "ሰነዱን ማቦዘኛ"
-#: strings.hrc:129
+#: cui/inc/strings.hrc:129
msgctxt "RID_SVXSTR_EVENT_PRINTDOC"
msgid "Print Document"
msgstr "ሰነዱን ማተሚያ"
-#: strings.hrc:130
+#: cui/inc/strings.hrc:130
msgctxt "RID_SVXSTR_EVENT_MODIFYCHANGED"
msgid "'Modified' status was changed"
msgstr "'ተሻሽሏል' ሁኔታው ተቀይሯል"
-#: strings.hrc:131
+#: cui/inc/strings.hrc:131
msgctxt "RID_SVXSTR_EVENT_MAILMERGE"
msgid "Printing of form letters started"
msgstr "በ ደብዳቤዎች ፎርም ማተም ጀምሯል"
-#: strings.hrc:132
+#: cui/inc/strings.hrc:132
msgctxt "RID_SVXSTR_EVENT_MAILMERGE_END"
msgid "Printing of form letters finished"
msgstr "በ ደብዳቤዎች ፎርም ማተም ጨርሷል"
-#: strings.hrc:133
+#: cui/inc/strings.hrc:133
msgctxt "RID_SVXSTR_EVENT_FIELDMERGE"
msgid "Merging of form fields started"
msgstr "የ ፎርም ሜዳዎችን ማዋሀድ ጀምሯል"
-#: strings.hrc:134
+#: cui/inc/strings.hrc:134
msgctxt "RID_SVXSTR_EVENT_FIELDMERGE_FINISHED"
msgid "Merging of form fields finished"
msgstr "የ ፎርም ሜዳዎችን ማዋሀድ ጨርሷል"
-#: strings.hrc:135
+#: cui/inc/strings.hrc:135
msgctxt "RID_SVXSTR_EVENT_PAGECOUNTCHANGE"
msgid "Changing the page count"
msgstr "የ ገጽ መቁጠሪያ በ መቀየር ላይ"
-#: strings.hrc:136
+#: cui/inc/strings.hrc:136
msgctxt "RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED"
msgid "Loaded a sub component"
msgstr "ንዑስ አካላት ተጭነዋል"
-#: strings.hrc:137
+#: cui/inc/strings.hrc:137
msgctxt "RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED"
msgid "Closed a sub component"
msgstr "ንዑስ አካላት ተዘግተዋል"
-#: strings.hrc:138
+#: cui/inc/strings.hrc:138
msgctxt "RID_SVXSTR_EVENT_APPROVEPARAMETER"
msgid "Fill parameters"
msgstr "ደንቦች መሙያ"
-#: strings.hrc:139
+#: cui/inc/strings.hrc:139
msgctxt "RID_SVXSTR_EVENT_ACTIONPERFORMED"
msgid "Execute action"
msgstr "ተግባር መፈጸሚያ"
-#: strings.hrc:140
+#: cui/inc/strings.hrc:140
msgctxt "RID_SVXSTR_EVENT_AFTERUPDATE"
msgid "After updating"
msgstr "ከተሻሻለ በኋላ"
-#: strings.hrc:141
+#: cui/inc/strings.hrc:141
msgctxt "RID_SVXSTR_EVENT_BEFOREUPDATE"
msgid "Before updating"
msgstr "ከመሻሻሉ በፊት"
-#: strings.hrc:142
+#: cui/inc/strings.hrc:142
msgctxt "RID_SVXSTR_EVENT_APPROVEROWCHANGE"
msgid "Before record action"
msgstr "ከመዝገቡ ተግባር በፊት"
-#: strings.hrc:143
+#: cui/inc/strings.hrc:143
msgctxt "RID_SVXSTR_EVENT_ROWCHANGE"
msgid "After record action"
msgstr "ከመዝገቡ ተግባር በኋላ"
-#: strings.hrc:144
+#: cui/inc/strings.hrc:144
msgctxt "RID_SVXSTR_EVENT_CONFIRMDELETE"
msgid "Confirm deletion"
msgstr "ማጥፋቱን ያረጋግጡ"
-#: strings.hrc:145
+#: cui/inc/strings.hrc:145
msgctxt "RID_SVXSTR_EVENT_ERROROCCURRED"
msgid "Error occurred"
msgstr "ስህተት ተፈጥሯል"
-#: strings.hrc:146
+#: cui/inc/strings.hrc:146
msgctxt "RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED"
msgid "While adjusting"
msgstr "በማስተካከል ላይ እንዳለ"
-#: strings.hrc:147
+#: cui/inc/strings.hrc:147
msgctxt "RID_SVXSTR_EVENT_FOCUSGAINED"
msgid "When receiving focus"
msgstr "ትኩረት በሚያገኝበት ጊዜ"
-#: strings.hrc:148
+#: cui/inc/strings.hrc:148
msgctxt "RID_SVXSTR_EVENT_FOCUSLOST"
msgid "When losing focus"
msgstr "ትኩረት በሚያጣበት ጊዜ"
-#: strings.hrc:149
+#: cui/inc/strings.hrc:149
msgctxt "RID_SVXSTR_EVENT_ITEMSTATECHANGED"
msgid "Item status changed"
msgstr "የ እቃው ሁኔታ ተቀይሯል"
-#: strings.hrc:150
+#: cui/inc/strings.hrc:150
msgctxt "RID_SVXSTR_EVENT_KEYTYPED"
msgid "Key pressed"
msgstr "ቁልፍ ተጭነዋል"
-#: strings.hrc:151
+#: cui/inc/strings.hrc:151
msgctxt "RID_SVXSTR_EVENT_KEYUP"
msgid "Key released"
msgstr "ቁልፍ ለቀዋል"
-#: strings.hrc:152
+#: cui/inc/strings.hrc:152
msgctxt "RID_SVXSTR_EVENT_LOADED"
msgid "When loading"
msgstr "በመጫን ላይ እንዳለ"
-#: strings.hrc:153
+#: cui/inc/strings.hrc:153
msgctxt "RID_SVXSTR_EVENT_RELOADING"
msgid "Before reloading"
msgstr "እንደገና ከ መጫኑ በፊት"
-#: strings.hrc:154
+#: cui/inc/strings.hrc:154
msgctxt "RID_SVXSTR_EVENT_RELOADED"
msgid "When reloading"
msgstr "እንደገና በሚጫን ጊዜ"
-#: strings.hrc:155
+#: cui/inc/strings.hrc:155
msgctxt "RID_SVXSTR_EVENT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
msgstr "አይጡ ተንቀሳቅሷል ቁልፉን በመጫን ላይ እንዳሉ"
-#: strings.hrc:156
+#: cui/inc/strings.hrc:156
msgctxt "RID_SVXSTR_EVENT_MOUSEENTERED"
msgid "Mouse inside"
msgstr "አይጥ ውስጥ"
-#: strings.hrc:157
+#: cui/inc/strings.hrc:157
msgctxt "RID_SVXSTR_EVENT_MOUSEEXITED"
msgid "Mouse outside"
msgstr "አይጥ ውጪ"
-#: strings.hrc:158
+#: cui/inc/strings.hrc:158
msgctxt "RID_SVXSTR_EVENT_MOUSEMOVED"
msgid "Mouse moved"
msgstr "አይጡ ተንቀሳቅሷል"
-#: strings.hrc:159
+#: cui/inc/strings.hrc:159
msgctxt "RID_SVXSTR_EVENT_MOUSEPRESSED"
msgid "Mouse button pressed"
msgstr "የአይጥ ቁልፍ ተጭነዋል"
-#: strings.hrc:160
+#: cui/inc/strings.hrc:160
msgctxt "RID_SVXSTR_EVENT_MOUSERELEASED"
msgid "Mouse button released"
msgstr "የአይጥ ቁልፍ ለቅቀዋል"
-#: strings.hrc:161
+#: cui/inc/strings.hrc:161
msgctxt "RID_SVXSTR_EVENT_POSITIONING"
msgid "Before record change"
msgstr "መዝገቡ ከመቀየሩ በፊት"
-#: strings.hrc:162
+#: cui/inc/strings.hrc:162
msgctxt "RID_SVXSTR_EVENT_POSITIONED"
msgid "After record change"
msgstr "መዝገቡ ከተቀየረ በኋላ"
-#: strings.hrc:163
+#: cui/inc/strings.hrc:163
msgctxt "RID_SVXSTR_EVENT_RESETTED"
msgid "After resetting"
msgstr "እንደ ነበር ከ ተመለሰ በኋላ"
-#: strings.hrc:164
+#: cui/inc/strings.hrc:164
msgctxt "RID_SVXSTR_EVENT_APPROVERESETTED"
msgid "Prior to reset"
msgstr "እንደ ነበር ከ መመለሱ በፊት"
-#: strings.hrc:165
+#: cui/inc/strings.hrc:165
msgctxt "RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED"
msgid "Approve action"
msgstr "ተግባሩን ማጽደቂያ"
-#: strings.hrc:166
+#: cui/inc/strings.hrc:166
msgctxt "RID_SVXSTR_EVENT_SUBMITTED"
msgid "Before submitting"
msgstr "ከማስገባትዎ በፊት"
-#: strings.hrc:167
+#: cui/inc/strings.hrc:167
msgctxt "RID_SVXSTR_EVENT_TEXTCHANGED"
msgid "Text modified"
msgstr "ጽሑፉ ተሻሽሏል"
-#: strings.hrc:168
+#: cui/inc/strings.hrc:168
msgctxt "RID_SVXSTR_EVENT_UNLOADING"
msgid "Before unloading"
msgstr "ከ መውረዱ በፊት"
-#: strings.hrc:169
+#: cui/inc/strings.hrc:169
msgctxt "RID_SVXSTR_EVENT_UNLOADED"
msgid "When unloading"
msgstr "በሚወርድበት ጊዜ"
-#: strings.hrc:170
+#: cui/inc/strings.hrc:170
msgctxt "RID_SVXSTR_EVENT_CHANGED"
msgid "Changed"
msgstr "ተቀይሯል"
-#: strings.hrc:171
+#: cui/inc/strings.hrc:171
msgctxt "RID_SVXSTR_EVENT_CREATEDOC"
msgid "Document created"
msgstr "ሰነዱ ተፈጥሯል"
-#: strings.hrc:172
+#: cui/inc/strings.hrc:172
msgctxt "RID_SVXSTR_EVENT_LOADDOCFINISHED"
msgid "Document loading finished"
msgstr "ሰነዱ መጫኑን ጨርሷል"
-#: strings.hrc:173
+#: cui/inc/strings.hrc:173
msgctxt "RID_SVXSTR_EVENT_SAVEDOCFAILED"
msgid "Saving of document failed"
msgstr "ሰነዱን ማስቀመጥ አልተቻለም"
-#: strings.hrc:174
+#: cui/inc/strings.hrc:174
msgctxt "RID_SVXSTR_EVENT_SAVEASDOCFAILED"
msgid "'Save as' has failed"
msgstr "'ማስቀመጥ' አልተቻለም እንደ"
-#: strings.hrc:175
+#: cui/inc/strings.hrc:175
msgctxt "RID_SVXSTR_EVENT_COPYTODOC"
msgid "Storing or exporting copy of document"
msgstr "የሰነዱን ኮፒ በማስቀመጥ ወይም በመላክ ላይ"
-#: strings.hrc:176
+#: cui/inc/strings.hrc:176
msgctxt "RID_SVXSTR_EVENT_COPYTODOCDONE"
msgid "Document copy has been created"
msgstr "የሰነዱ ኮፒ ተፈጥሯል"
-#: strings.hrc:177
+#: cui/inc/strings.hrc:177
msgctxt "RID_SVXSTR_EVENT_COPYTODOCFAILED"
msgid "Creating of document copy failed"
msgstr "የሰነዱን ኮፒ መፍጠር አልተቻለም"
-#: strings.hrc:178
+#: cui/inc/strings.hrc:178
msgctxt "RID_SVXSTR_EVENT_VIEWCREATED"
msgid "View created"
msgstr "የተፈጠረውን መመልከቻ"
-#: strings.hrc:179
+#: cui/inc/strings.hrc:179
msgctxt "RID_SVXSTR_EVENT_PREPARECLOSEVIEW"
msgid "View is going to be closed"
msgstr "መመልከቻው ሊዘጋ ነው"
-#: strings.hrc:180
+#: cui/inc/strings.hrc:180
msgctxt "RID_SVXSTR_EVENT_CLOSEVIEW"
msgid "View closed"
msgstr "የተዘጋውን መመልከቻ"
-#: strings.hrc:181
+#: cui/inc/strings.hrc:181
msgctxt "RID_SVXSTR_EVENT_TITLECHANGED"
msgid "Document title changed"
msgstr "የ ሰነዱ አርእስት ተቀይሯል"
-#: strings.hrc:182
+#: cui/inc/strings.hrc:182
msgctxt "RID_SVXSTR_EVENT_SELECTIONCHANGED"
msgid "Selection changed"
msgstr "ምርጫው ተቀይሯል"
-#: strings.hrc:183
+#: cui/inc/strings.hrc:183
msgctxt "RID_SVXSTR_EVENT_DOUBLECLICK"
msgid "Double click"
msgstr "ሁለት ጊዜ ይጫኑ"
-#: strings.hrc:184
+#: cui/inc/strings.hrc:184
msgctxt "RID_SVXSTR_EVENT_RIGHTCLICK"
msgid "Right click"
msgstr "በ ቀኝ ይጫኑ"
-#: strings.hrc:185
+#: cui/inc/strings.hrc:185
msgctxt "RID_SVXSTR_EVENT_CALCULATE"
msgid "Formulas calculated"
msgstr "መቀመሪያ ተሰልቷል"
-#: strings.hrc:186
+#: cui/inc/strings.hrc:186
msgctxt "RID_SVXSTR_EVENT_CONTENTCHANGED"
msgid "Content changed"
msgstr "የተቀየሩ ይዞታዎች"
-#: strings.hrc:188
+#: cui/inc/strings.hrc:188
msgctxt "RID_STR_SEARCH_ANYWHERE"
msgid "anywhere in the field"
msgstr "በ ሜዳው ማናቸውም ቦታ"
-#: strings.hrc:189
+#: cui/inc/strings.hrc:189
msgctxt "RID_STR_SEARCH_BEGINNING"
msgid "beginning of field"
msgstr "በ ሜዳው መጀመሪያ"
-#: strings.hrc:190
+#: cui/inc/strings.hrc:190
msgctxt "RID_STR_SEARCH_END"
msgid "end of field"
msgstr "የ ሜዳ መጨረሻ"
-#: strings.hrc:191
+#: cui/inc/strings.hrc:191
msgctxt "RID_STR_SEARCH_WHOLE"
msgid "entire field"
msgstr "በ ሜዳው ሙሉ"
-#: strings.hrc:192
+#: cui/inc/strings.hrc:192
msgctxt "RID_STR_FROM_TOP"
msgid "From top"
msgstr "ከ ላይ"
-#: strings.hrc:193
+#: cui/inc/strings.hrc:193
msgctxt "RID_STR_FROM_BOTTOM"
msgid "From bottom"
msgstr "ከ ታች በኩል"
-#: strings.hrc:194
+#: cui/inc/strings.hrc:194
msgctxt "RID_STR_SEARCH_NORECORD"
msgid "No records corresponding to your data found."
msgstr "ከ እርስዎ ዳታ ጋር የሚመሳሰል ምንም አይነት መዝገብ አልተገኘም"
-#: strings.hrc:195
+#: cui/inc/strings.hrc:195
msgctxt "RID_STR_SEARCH_GENERAL_ERROR"
msgid "An unknown error occurred. The search could not be finished."
msgstr "ያልታወቀ ስህተት ተፈጥሯል: ፍለጋውን መጨረስ አልተቻለም"
-#: strings.hrc:196
+#: cui/inc/strings.hrc:196
msgctxt "RID_STR_OVERFLOW_FORWARD"
msgid "Overflow, search continued at the beginning"
msgstr "ሞልቶ ፈሰሰ: መፈለጊያ ከ መጀመሪያው ጀምሮ ቀጥሏል"
-#: strings.hrc:197
+#: cui/inc/strings.hrc:197
msgctxt "RID_STR_OVERFLOW_BACKWARD"
msgid "Overflow, search continued at the end"
msgstr "ሞልቶ ፈሰሰ: መፈለጊያ እስከ መጨረሻው ድረስ ቀጥሏል"
-#: strings.hrc:198
+#: cui/inc/strings.hrc:198
msgctxt "RID_STR_SEARCH_COUNTING"
msgid "counting records"
msgstr "መዝገቦችን በመቁጠር ላይ"
-#: strings.hrc:200
+#: cui/inc/strings.hrc:200
msgctxt "RID_SVXSTR_GALLERY_NOFILES"
msgid "<No Files>"
msgstr "<ፋይሎች የሉም>"
-#: strings.hrc:201
+#: cui/inc/strings.hrc:201
msgctxt "RID_SVXSTR_GALLERYPROPS_OBJECT"
msgid "Object;Objects"
msgstr "እቃ ;እቃዎች"
-#: strings.hrc:202
+#: cui/inc/strings.hrc:202
msgctxt "RID_SVXSTR_GALLERY_READONLY"
msgid "(read-only)"
msgstr "(ለንባብ ብቻ)"
-#: strings.hrc:203
+#: cui/inc/strings.hrc:203
msgctxt "RID_SVXSTR_GALLERY_ALLFILES"
msgid "<All Files>"
msgstr "<ሁሉም ፋይሎች>"
-#: strings.hrc:204
+#: cui/inc/strings.hrc:204
msgctxt "RID_SVXSTR_GALLERY_ID_EXISTS"
msgid "This ID already exists..."
msgstr "ይህ መለያ ቀደም ሲል ነበር ..."
-#: strings.hrc:206
+#: cui/inc/strings.hrc:206
msgctxt "RID_MULTIPATH_DBL_ERR"
msgid "The path %1 already exists."
msgstr "መንገዱ %1 ቀደም ሲል ነበር"
-#: strings.hrc:207
+#: cui/inc/strings.hrc:207
msgctxt "RID_SVXSTR_ARCHIVE_TITLE"
msgid "Select Archives"
msgstr "ማህደሮች ይምረጡ"
-#: strings.hrc:208
+#: cui/inc/strings.hrc:208
msgctxt "RID_SVXSTR_ARCHIVE_HEADLINE"
msgid "Archives"
msgstr "ማህደሮች"
-#: strings.hrc:209
+#: cui/inc/strings.hrc:209
msgctxt "RID_SVXSTR_MULTIFILE_DBL_ERR"
msgid "The file %1 already exists."
msgstr "ፋይሉ %1 ቀደም ሲል ነበር"
-#: strings.hrc:210
+#: cui/inc/strings.hrc:210
msgctxt "RID_SVXSTR_ADD_IMAGE"
msgid "Add Image"
msgstr "ምስል መጨመሪያ"
-#: strings.hrc:212
+#: cui/inc/strings.hrc:212
msgctxt "RID_SVXSTR_ONE_PASSWORD_MISMATCH"
msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
msgstr "የ ማረጋገጫው መግቢያ ቃል ከ መግቢያ ቃሉ ጋር አይመሳሰልም: የ መግቢያ ቃል እንደገና ያሰናዱ በሁለቱም ሳጥኖች ውስጥ አንድ አይነት የመግቢያ ቃል ያስገቡ"
-#: strings.hrc:213
+#: cui/inc/strings.hrc:213
msgctxt "RID_SVXSTR_TWO_PASSWORDS_MISMATCH"
msgid "The confirmation passwords did not match the original passwords. Set the passwords again."
msgstr "የ ማረጋገጫው መግቢያ ቃል ከ ዋናው መግቢያ ቃሉ ጋር አይመሳሰልም: የ መግቢያ ቃል እንደገና ያሰናዱ"
-#: strings.hrc:214
+#: cui/inc/strings.hrc:214
msgctxt "RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON"
msgid "Please enter a password to open or to modify, or check the open read-only option to continue."
msgstr "እባክዎን የ መግቢያ ቃል ያስገቡ ለ መክፈት ወይንም ለ ማሻሽል ወይንም ለ መቀጠል ለ ንባብ ብቻ ምርጫዎችን ይመርምሩ"
-#: strings.hrc:215
+#: cui/inc/strings.hrc:215
msgctxt "RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON_V2"
msgid "Set the password by entering the same password in both boxes."
msgstr "የ መግቢያ ቃል ያሰናዱ በሁለቱም ሳጥኖች ውስጥ አንድ አይነት የመግቢያ ቃል ያስገቡ"
-#: strings.hrc:217
+#: cui/inc/strings.hrc:217
msgctxt "STR_AUTOLINK"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: strings.hrc:218
+#: cui/inc/strings.hrc:218
msgctxt "STR_MANUALLINK"
msgid "Manual"
msgstr "በእጅ"
-#: strings.hrc:219
+#: cui/inc/strings.hrc:219
msgctxt "STR_BROKENLINK"
msgid "Not available"
msgstr "ዝግጁ አይደለም"
-#: strings.hrc:220
+#: cui/inc/strings.hrc:220
msgctxt "STR_CLOSELINKMSG"
msgid "Are you sure you want to remove the selected link?"
msgstr "በእርግጥ የተመረጠውን አገናኝ ማስወገድ ይፈልጋሉ?"
-#: strings.hrc:221
+#: cui/inc/strings.hrc:221
msgctxt "STR_CLOSELINKMSG_MULTI"
msgid "Are you sure you want to remove the selected link?"
msgstr "በእርግጥ የተመረጠውን አገናኝ ማስወገድ ይፈልጋሉ?"
-#: strings.hrc:222
+#: cui/inc/strings.hrc:222
msgctxt "STR_WAITINGLINK"
msgid "Waiting"
msgstr "በመጠበቅ ላይ"
-#: strings.hrc:224
+#: cui/inc/strings.hrc:224
msgctxt "RID_SVXSTR_SAVE_SCREENSHOT_AS"
msgid "Save Screenshot As..."
msgstr "ማስቀመጫ የ መመልከቻ ፎቶ እንደ..."
#. $(ROW) can be a number or the caption of the row in quotes
-#: strings.hrc:227
+#: cui/inc/strings.hrc:227
msgctxt "RID_SVXSTR_DIAGRAM_ROW"
msgid "Data Series $(ROW)"
msgstr "ተከታታይ ዳታ $(ROW)"
-#: strings.hrc:229
+#: cui/inc/strings.hrc:229
msgctxt "RID_SVXSTR_DRIVER_NAME"
msgid "Driver name"
msgstr "የ አካሉ ስም"
-#: strings.hrc:230
+#: cui/inc/strings.hrc:230
msgctxt "RID_SVXSTR_POOLED_FLAG"
msgid "Pool"
msgstr "Pool"
-#: strings.hrc:231
+#: cui/inc/strings.hrc:231
msgctxt "RID_SVXSTR_POOL_TIMEOUT"
msgid "Timeout"
msgstr "እረፍት"
-#: strings.hrc:232
+#: cui/inc/strings.hrc:232
msgctxt "RID_SVXSTR_YES"
msgid "Yes"
msgstr "አዎ"
-#: strings.hrc:233
+#: cui/inc/strings.hrc:233
msgctxt "RID_SVXSTR_NO"
msgid "No"
msgstr "አይ"
-#: strings.hrc:235
+#: cui/inc/strings.hrc:235
msgctxt "STR_LINKEDDOC_DOESNOTEXIST"
msgid ""
"The file\n"
@@ -1025,7 +1025,7 @@ msgstr ""
"$file$\n"
"አልተገኘም"
-#: strings.hrc:236
+#: cui/inc/strings.hrc:236
msgctxt "STR_LINKEDDOC_NO_SYSTEM_FILE"
msgid ""
"The file\n"
@@ -1036,7 +1036,7 @@ msgstr ""
"$file$\n"
"በአካባቢ የፋይል ስርአት ውስጥ አልተገኘም"
-#: strings.hrc:237
+#: cui/inc/strings.hrc:237
msgctxt "STR_NAME_CONFLICT"
msgid ""
"The name '$file$' is already used for another database.\n"
@@ -1045,153 +1045,153 @@ msgstr ""
"ይህን ስም '$file$' ቀደም ሲል ተጠቅመውበታል ለ ሌላ ዳታቤዝ\n"
"እባክዎን የተለየ ስም ይምረጡ"
-#: strings.hrc:238
+#: cui/inc/strings.hrc:238
msgctxt "RID_SVXSTR_QUERY_DELETE_CONFIRM"
msgid "Do you want to delete the entry?"
msgstr "ማስገቢያውን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:240
+#: cui/inc/strings.hrc:240
msgctxt "RID_SVXSTR_DELQUERY"
msgid "Do you want to delete the following object?"
msgstr "የሚቀጥለውን እቃ ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:241
+#: cui/inc/strings.hrc:241
msgctxt "RID_SVXSTR_DELQUERY_TITLE"
msgid "Confirm Deletion"
msgstr "ማጥፋቱን ያረጋግጡ"
-#: strings.hrc:242
+#: cui/inc/strings.hrc:242
msgctxt "RID_SVXSTR_DELFAILED"
msgid "The selected object could not be deleted."
msgstr "የተመረጠውን እቃ ማጥፋት አይቻልም"
-#: strings.hrc:243
+#: cui/inc/strings.hrc:243
msgctxt "RID_SVXSTR_DELFAILED_TITLE"
msgid "Error Deleting Object"
msgstr "ስህተት እቃውን በማጥፋት ላይ"
-#: strings.hrc:244
+#: cui/inc/strings.hrc:244
msgctxt "RID_SVXSTR_CREATEFAILED"
msgid "The object could not be created."
msgstr "እቃውን መፍጠር አልተቻለም"
-#: strings.hrc:245
+#: cui/inc/strings.hrc:245
msgctxt "RID_SVXSTR_CREATEFAILEDDUP"
msgid " Object with the same name already exists."
msgstr " እቃው በዚህ ስም ቀደም ሲል ነበር"
-#: strings.hrc:246
+#: cui/inc/strings.hrc:246
msgctxt "RID_SVXSTR_CREATEFAILED_TITLE"
msgid "Error Creating Object"
msgstr "ስህተት እቃውን በመፍጠር ላይ"
-#: strings.hrc:247
+#: cui/inc/strings.hrc:247
msgctxt "RID_SVXSTR_RENAMEFAILED"
msgid "The object could not be renamed."
msgstr "እቃውን እንደገና መሰየም አይቻልም"
-#: strings.hrc:248
+#: cui/inc/strings.hrc:248
msgctxt "RID_SVXSTR_RENAMEFAILED_TITLE"
msgid "Error Renaming Object"
msgstr "ስህተት እቃውን እንደገና በ መሰየም ላይ"
-#: strings.hrc:249
+#: cui/inc/strings.hrc:249
msgctxt "RID_SVXSTR_ERROR_TITLE"
msgid "%PRODUCTNAME Error"
msgstr "%PRODUCTNAME ስህተት"
-#: strings.hrc:250
+#: cui/inc/strings.hrc:250
#, c-format
msgctxt "RID_SVXSTR_ERROR_LANG_NOT_SUPPORTED"
msgid "The scripting language %LANGUAGENAME is not supported."
msgstr "የ ጽሁፍ ቋንቋው %LANGUAGENAME የ ተደገፈ አይደለም"
-#: strings.hrc:251
+#: cui/inc/strings.hrc:251
#, c-format
msgctxt "RID_SVXSTR_ERROR_RUNNING"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr "ስህተት ተፈጥሯል በማስኬድ ላይ እንዳለ %LANGUAGENAME script %SCRIPTNAME."
-#: strings.hrc:252
+#: cui/inc/strings.hrc:252
#, c-format
msgctxt "RID_SVXSTR_EXCEPTION_RUNNING"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr "የተለየ ሁኔታ ተፈጥሯል በማስኬድ ላይ እንዳለ %LANGUAGENAME script %SCRIPTNAME."
-#: strings.hrc:253
+#: cui/inc/strings.hrc:253
msgctxt "RID_SVXSTR_ERROR_AT_LINE"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr "ስህተት ተፈጥሯል በማስኬድ ላይ እንዳለ %LANGUAGENAME script %SCRIPTNAME በመስመር ላይ: %LINENUMBER."
-#: strings.hrc:254
+#: cui/inc/strings.hrc:254
msgctxt "RID_SVXSTR_EXCEPTION_AT_LINE"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr "የተለየ ሁኔታ ተፈጥሯል በማስኬድ ላይ እንዳለ %LANGUAGENAME ጽሁፍ %SCRIPTNAME በ መስመር ላይ: %LINENUMBER."
-#: strings.hrc:255
+#: cui/inc/strings.hrc:255
#, c-format
msgctxt "RID_SVXSTR_FRAMEWORK_ERROR_RUNNING"
msgid "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr "የ ጽሁፍ ክፈፍ ስራ ስህተት ተፈጥሯል %LANGUAGENAME ጽሁፍ %SCRIPTNAME."
-#: strings.hrc:256
+#: cui/inc/strings.hrc:256
msgctxt "RID_SVXSTR_ERROR_TYPE_LABEL"
msgid "Type:"
msgstr "አይነት:"
-#: strings.hrc:257
+#: cui/inc/strings.hrc:257
msgctxt "RID_SVXSTR_ERROR_MESSAGE_LABEL"
msgid "Message:"
msgstr "መልእክት:"
-#: strings.hrc:259
+#: cui/inc/strings.hrc:259
msgctxt "RID_SVXSTR_TYPE"
msgid "Registered name"
msgstr "የተመዘገበ ስም"
-#: strings.hrc:260
+#: cui/inc/strings.hrc:260
msgctxt "RID_SVXSTR_PATH"
msgid "Database file"
msgstr "የ ዳታቤዝ ፋይል"
#. abbreviation for "[Load]"
-#: strings.hrc:263
+#: cui/inc/strings.hrc:263
msgctxt "RID_SVXSTR_HEADER1"
msgid "[L]"
msgstr "[L]"
#. abbreviation for "[Save]"
-#: strings.hrc:265
+#: cui/inc/strings.hrc:265
msgctxt "RID_SVXSTR_HEADER2"
msgid "[S]"
msgstr "[S]"
-#: strings.hrc:266
+#: cui/inc/strings.hrc:266
msgctxt "RID_SVXSTR_CHG_MATH"
msgid "MathType to %PRODUCTNAME Math or reverse"
msgstr "MathType to %PRODUCTNAME ሂሳብ ወይንም ወደ ነበረበት መመለሻ"
-#: strings.hrc:267
+#: cui/inc/strings.hrc:267
msgctxt "RID_SVXSTR_CHG_WRITER"
msgid "WinWord to %PRODUCTNAME Writer or reverse"
msgstr "WinWord to %PRODUCTNAME መጻፊያ ወይንም ወደ ነበረበት መመለሻ"
-#: strings.hrc:268
+#: cui/inc/strings.hrc:268
msgctxt "RID_SVXSTR_CHG_CALC"
msgid "Excel to %PRODUCTNAME Calc or reverse"
msgstr "Excel to %PRODUCTNAME ሰንጠረዥ ወይንም ወደ ነበረበት መመለሻ"
-#: strings.hrc:269
+#: cui/inc/strings.hrc:269
msgctxt "RID_SVXSTR_CHG_IMPRESS"
msgid "PowerPoint to %PRODUCTNAME Impress or reverse"
msgstr "PowerPoint to %PRODUCTNAME ማስደነቂያ ወይንም ወደ ነበረበት መመለሻ"
-#: strings.hrc:270
+#: cui/inc/strings.hrc:270
msgctxt "RID_SVXSTR_CHG_SMARTART"
msgid "SmartArt to %PRODUCTNAME shapes or reverse"
msgstr "SmartArt to %PRODUCTNAME ቅርጾች ወይንም ወደ ነበረበት መመለሻ"
-#: strings.hrc:272
+#: cui/inc/strings.hrc:272
msgctxt "RID_SVXSTR_OPT_DOUBLE_DICTS"
msgid ""
"The specified name already exists.\n"
@@ -1210,114 +1210,114 @@ msgstr ""
#. contains an optional model word associated to the new user word,
#. allowing its affixation or compounding during spell checking.
#. For example, adding "Grammar By" word "fund" to the new user
-#. word "crowdfund", the spell checker will recogize "crowdfund"
+#. word "crowdfund", the spell checker will recognize "crowdfund"
#. with suffixes of "fund": "crowdfunding", "crowdfund's" etc.
-#: strings.hrc:287
+#: cui/inc/strings.hrc:287
msgctxt "RID_SVXSTR_OPT_GRAMMAR_BY"
msgid "~Grammar By"
msgstr "~ሰዋሰው በ"
-#: strings.hrc:288
+#: cui/inc/strings.hrc:288
msgctxt "STR_MODIFY"
msgid "~Replace"
msgstr "~መቀየሪያ"
-#: strings.hrc:289
+#: cui/inc/strings.hrc:289
msgctxt "RID_SVXSTR_CONFIRM_SET_LANGUAGE"
msgid "Do you want to change the '%1' dictionary language?"
msgstr "መቀየር ይፈልጋሉ '%1' የቋንቋውን መዝገበ ቃላት"
-#: strings.hrc:291
+#: cui/inc/strings.hrc:291
msgctxt "RID_SVXSTR_COLOR_CONFIG_DELETE"
msgid "Do you really want to delete the color scheme?"
msgstr "በእርግጥ የቀለም እቅዱን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:292
+#: cui/inc/strings.hrc:292
msgctxt "RID_SVXSTR_COLOR_CONFIG_DELETE_TITLE"
msgid "Color Scheme Deletion"
msgstr "የ ቀለም እቅድ ማጥፊያ"
-#: strings.hrc:293
+#: cui/inc/strings.hrc:293
msgctxt "RID_SVXSTR_COLOR_CONFIG_SAVE1"
msgid "Save scheme"
msgstr "እቅዱን ማስቀመጫ"
-#: strings.hrc:294
+#: cui/inc/strings.hrc:294
msgctxt "RID_SVXSTR_COLOR_CONFIG_SAVE2"
msgid "Name of color scheme"
msgstr "የ ቀለም ገጽታ ስም"
-#: strings.hrc:296
+#: cui/inc/strings.hrc:296
msgctxt "RID_SVXSTR_SPELL"
msgid "Spelling"
msgstr "ፊደል ማረሚያ"
-#: strings.hrc:297
+#: cui/inc/strings.hrc:297
msgctxt "RID_SVXSTR_HYPH"
msgid "Hyphenation"
msgstr "ጭረት"
-#: strings.hrc:298
+#: cui/inc/strings.hrc:298
msgctxt "RID_SVXSTR_THES"
msgid "Thesaurus"
msgstr "ተመሳሳይ"
-#: strings.hrc:299
+#: cui/inc/strings.hrc:299
msgctxt "RID_SVXSTR_GRAMMAR"
msgid "Grammar"
msgstr "ሰዋሰው"
-#: strings.hrc:300
+#: cui/inc/strings.hrc:300
msgctxt "RID_SVXSTR_CAPITAL_WORDS"
msgid "Check uppercase words"
msgstr "መመርመሪያ በ ላይኛው ጉዳይ ፊደል የ ተጻፈ ቃላት"
-#: strings.hrc:301
+#: cui/inc/strings.hrc:301
msgctxt "RID_SVXSTR_WORDS_WITH_DIGITS"
msgid "Check words with numbers "
msgstr "ቃሎች ከ ቁጥር ጋር መመርመሪያ "
-#: strings.hrc:302
+#: cui/inc/strings.hrc:302
msgctxt "RID_SVXSTR_SPELL_SPECIAL"
msgid "Check special regions"
msgstr "መመርመሪያ የ ተለዩ አካባቢዎች"
-#: strings.hrc:303
+#: cui/inc/strings.hrc:303
msgctxt "RID_SVXSTR_SPELL_AUTO"
msgid "Check spelling as you type"
msgstr "ፊደል ማረሚያ በሚጽፉ ጊዜ"
-#: strings.hrc:304
+#: cui/inc/strings.hrc:304
msgctxt "RID_SVXSTR_GRAMMAR_AUTO"
msgid "Check grammar as you type"
msgstr "መመርመሪያ ሰዋሰው በሚጽፉ ጊዜ"
-#: strings.hrc:305
+#: cui/inc/strings.hrc:305
msgctxt "RID_SVXSTR_NUM_MIN_WORDLEN"
msgid "Minimal number of characters for hyphenation: "
msgstr "አነስተኛ ቁጥር ለ ጭረት ባህሪዎች: "
-#: strings.hrc:306
+#: cui/inc/strings.hrc:306
msgctxt "RID_SVXSTR_NUM_PRE_BREAK"
msgid "Characters before line break: "
msgstr "ባህሪው ከ መስመር መጨረሻው በፊት: "
-#: strings.hrc:307
+#: cui/inc/strings.hrc:307
msgctxt "RID_SVXSTR_NUM_POST_BREAK"
msgid "Characters after line break: "
msgstr "ባህሪው ከ መስመር መጨረሻው በኋላ: "
-#: strings.hrc:308
+#: cui/inc/strings.hrc:308
msgctxt "RID_SVXSTR_HYPH_AUTO"
msgid "Hyphenate without inquiry"
msgstr "ጭረት ሳይጠየቅ መፈጸሚያ"
-#: strings.hrc:309
+#: cui/inc/strings.hrc:309
msgctxt "RID_SVXSTR_HYPH_SPECIAL"
msgid "Hyphenate special regions"
msgstr "ጭረት የ ተለዩ አካባቢዎች"
-#: strings.hrc:311
+#: cui/inc/strings.hrc:311
msgctxt "RID_SVXSTR_JRE_NOT_RECOGNIZED"
msgid ""
"The folder you selected does not contain a Java runtime environment.\n"
@@ -1326,7 +1326,7 @@ msgstr ""
"እርስዎ የ መረጡት ፎልደር አልያዘም የ Java runtime environment.\n"
"እባክዎን የተለየ ፎልደር ይምረጡ"
-#: strings.hrc:312
+#: cui/inc/strings.hrc:312
msgctxt "RID_SVXSTR_JRE_FAILED_VERSION"
msgid ""
"The Java runtime environment you selected is not the required version.\n"
@@ -1335,17 +1335,17 @@ msgstr ""
"የ Java runtime environment እርስዎ የመረጡት የሚያስፈልገው አይነት እትም አይደለም \n"
"እባክዎን የተለየ ፎልደር ይምረጡ"
-#: strings.hrc:313
+#: cui/inc/strings.hrc:313
msgctxt "RID_SVXSTR_OPTIONS_RESTART"
msgid "Please restart %PRODUCTNAME now so the new or modified values can take effect."
msgstr "እባክዎን እንደገና ያስጀምሩ %PRODUCTNAME አሁን አዲሱ ወይንም የ ተሻሻለው ዋጋ በ ስራ ላይ እንዲውል"
-#: strings.hrc:314
+#: cui/inc/strings.hrc:314
msgctxt "RID_SVXSTR_JAVA_START_PARAM"
msgid "Edit Parameter"
msgstr "ደንብ ማረሚያ"
-#: strings.hrc:316
+#: cui/inc/strings.hrc:316
msgctxt "RID_SVXSTR_OPT_PROXYPORTS"
msgid ""
"Invalid value!\n"
@@ -1356,68 +1356,32 @@ msgstr ""
"\n"
"ከፍተኛው ዋጋ ለ port number is 65535."
-#: strings.hrc:318
-msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
-msgid "Left-to-right (LTR)"
-msgstr "ከ ግራ-ወደ-ቀኝ (LTR)"
-
-#: strings.hrc:319
-msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
-msgid "Right-to-left (RTL)"
-msgstr "ከ ቀኝ-ወደ-ግራ (RTL)"
-
-#: strings.hrc:320
-msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
-msgid "Use superordinate object settings"
-msgstr "ከፍተኛ የእቃ ማሰናጃዎችን መጠቀሚያ"
-
-#. page direction
-#: strings.hrc:322
-msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
-msgid "Left-to-right (horizontal)"
-msgstr "ከ ግራ-ወደ-ቀኝ (በ አግድም)"
-
-#: strings.hrc:323
-msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
-msgid "Right-to-left (horizontal)"
-msgstr "ከ ቀኝ-ወደ-ግራ (በ አግድም)"
-
-#: strings.hrc:324
-msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
-msgid "Right-to-left (vertical)"
-msgstr "ከ ቀኝ-ወደ-ግራ (በ ቁመት)"
-
-#: strings.hrc:325
-msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
-msgid "Left-to-right (vertical)"
-msgstr "ከ ግራ-ወደ-ቀኝ (በ ቁመት)"
-
-#: strings.hrc:327
+#: cui/inc/strings.hrc:318
msgctxt "RID_SVXSTR_DESC_GRADIENT"
msgid "Please enter a name for the gradient:"
msgstr "እባክዎን ለአዲሱ gradient ስም ያስገቡ:"
-#: strings.hrc:328
+#: cui/inc/strings.hrc:319
msgctxt "RID_SVXSTR_DESC_NEW_BITMAP"
msgid "Please enter a name for the bitmap:"
msgstr "እባክዎን ለአዲሱ bitmap ስም ያስገቡ:"
-#: strings.hrc:329
+#: cui/inc/strings.hrc:320
msgctxt "RID_SVXSTR_DESC_EXT_BITMAP"
msgid "Please enter a name for the external bitmap:"
msgstr "እባክዎን ስም ያስገቡ ለውጪው bitmap:"
-#: strings.hrc:330
+#: cui/inc/strings.hrc:321
msgctxt "RID_SVXSTR_DESC_NEW_PATTERN"
msgid "Please enter a name for the pattern:"
msgstr "እባክዎን ለ አዲሱ ንድፍ ስም ያስገቡ:"
-#: strings.hrc:331
+#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINESTYLE"
msgid "Please enter a name for the line style:"
msgstr "እባክዎን ለ አዲሱ መስመር ዘዴ ስም ያስገቡ:"
-#: strings.hrc:332
+#: cui/inc/strings.hrc:323
msgctxt "RID_SVXSTR_ASK_CHANGE_LINESTYLE"
msgid ""
"The line style was modified without saving. \n"
@@ -1426,4482 +1390,4502 @@ msgstr ""
"የ መስመር ዘዴ ተሻሽሏል ነገር ግን አልተቀመጠም \n"
"የ ተመረጠውን የ መስመር ዘዴ ያሻሽሉ ወይንም አዲስ የ መስመር ዘዴ ይጨምሩ"
-#: strings.hrc:333
+#: cui/inc/strings.hrc:324
msgctxt "RID_SVXSTR_DESC_HATCH"
msgid "Please enter a name for the hatching:"
msgstr "እባክዎን ለ በርካታ መስመር ስም ያስገቡ:"
-#: strings.hrc:334
+#: cui/inc/strings.hrc:325
msgctxt "RID_SVXSTR_CHANGE"
msgid "Modify"
msgstr "ማሻሻያ"
-#: strings.hrc:335
+#: cui/inc/strings.hrc:326
msgctxt "RID_SVXSTR_ADD"
msgid "Add"
msgstr "መጨመሪያ"
-#: strings.hrc:336
+#: cui/inc/strings.hrc:327
msgctxt "RID_SVXSTR_DESC_COLOR"
msgid "Please enter a name for the new color:"
msgstr "እባክዎን ለ አዲሱ ቀለም ስም ያስገቡ:"
-#: strings.hrc:337
+#: cui/inc/strings.hrc:328
msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:338
+#: cui/inc/strings.hrc:329
msgctxt "RID_SVXSTR_DESC_LINEEND"
msgid "Please enter a name for the new arrowhead:"
msgstr "እባክዎን ለ አዲሱ ቀስት ራስጌ ስም ያስገቡ:"
-#: strings.hrc:339
+#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_CHARNAME_NOSTYLE"
msgid "No %1"
msgstr "አይ %1"
-#: strings.hrc:340
+#: cui/inc/strings.hrc:331
msgctxt "RID_SVXSTR_CHARNAME_FAMILY"
msgid "Family:"
msgstr "ቤተሰብ:"
-#: strings.hrc:341
+#: cui/inc/strings.hrc:332
msgctxt "RID_SVXSTR_CHARNAME_FONT"
msgid "Font:"
msgstr "ፊደል:"
-#: strings.hrc:342
+#: cui/inc/strings.hrc:333
msgctxt "RID_SVXSTR_CHARNAME_STYLE"
msgid "Style:"
msgstr "ዘዴ:"
-#: strings.hrc:343
+#: cui/inc/strings.hrc:334
msgctxt "RID_SVXSTR_CHARNAME_TYPEFACE"
msgid "Typeface:"
msgstr "Typeface:"
-#: strings.hrc:344
+#: cui/inc/strings.hrc:335
msgctxt "RID_SVXSTR_CHARNAME_HIGHLIGHTING"
msgid "Highlight Color"
msgstr "ማድመቂያ ቀለም"
-#: strings.hrc:345
+#: cui/inc/strings.hrc:336
msgctxt "RID_SVXSTR_USE_REPLACE"
msgid "Use replacement table"
msgstr "ሰንጠረዥ መቀየሪያ ይጠቀሙ"
-#: strings.hrc:346
+#: cui/inc/strings.hrc:337
msgctxt "RID_SVXSTR_CPTL_STT_WORD"
msgid "Correct TWo INitial CApitals"
msgstr "Words with TWo INitial CApitals"
-#: strings.hrc:347
+#: cui/inc/strings.hrc:338
msgctxt "RID_SVXSTR_CPTL_STT_SENT"
msgid "Capitalize first letter of every sentence"
msgstr "ሁሉንም አረፍተ ነገር በ አቢይ ፊደል መጀመሪያውን መጻፊያ"
-#: strings.hrc:348
+#: cui/inc/strings.hrc:339
msgctxt "RID_SVXSTR_BOLD_UNDER"
msgid "Automatic *bold*, /italic/, -strikeout- and _underline_"
msgstr "ራሱ በራሱ *ማድመቂያ*: /ማዝመሚያ/: -በላዩ ላይ መሰረዣ- እና _ከ ስሩ ማስመሪያ_"
-#: strings.hrc:349
+#: cui/inc/strings.hrc:340
msgctxt "RID_SVXSTR_NO_DBL_SPACES"
msgid "Ignore double spaces"
msgstr "ድርብ ክፍተት መተው"
-#: strings.hrc:350
+#: cui/inc/strings.hrc:341
msgctxt "RID_SVXSTR_DETECT_URL"
msgid "URL Recognition"
msgstr "URL Recognition"
-#: strings.hrc:351
+#: cui/inc/strings.hrc:342
msgctxt "RID_SVXSTR_DASH"
msgid "Replace dashes"
msgstr "ዳሾችን መቀየሪያ"
-#: strings.hrc:352
+#: cui/inc/strings.hrc:343
msgctxt "RID_SVXSTR_CORRECT_ACCIDENTAL_CAPS_LOCK"
msgid "Correct accidental use of cAPS LOCK key"
msgstr "የ cAPS LOCK key በስህተት ሲጠቀሙ ማረሚያ"
-#: strings.hrc:353
+#: cui/inc/strings.hrc:344
msgctxt "RID_SVXSTR_NON_BREAK_SPACE"
msgid "Add non-breaking space before specific punctuation marks in French text"
msgstr "መጨመሪያ ምንም-ያልተሰበረ ክፍተት ከ ስርአተ ነጥብ በፊት ምልክት ማድረጊያ ለ ፈረንሳይኛ ጽሁፍ"
-#: strings.hrc:354
+#: cui/inc/strings.hrc:345
msgctxt "RID_SVXSTR_ORDINAL"
msgid "Format ordinal numbers suffixes (1st -> 1^st)"
msgstr "መደበኛ የ ቁጥር መድረሻ አቀራረብ (1st -> 1^st)"
-#: strings.hrc:355
+#: cui/inc/strings.hrc:346
msgctxt "RID_SVXSTR_DEL_EMPTY_PARA"
msgid "Remove blank paragraphs"
msgstr "ባዶ አንቀጾችን ማስወገጃ"
-#: strings.hrc:356
+#: cui/inc/strings.hrc:347
msgctxt "RID_SVXSTR_USER_STYLE"
msgid "Replace Custom Styles"
msgstr "ዘዴዎች ማስተካከያ መቀየሪያ"
-#: strings.hrc:357
+#: cui/inc/strings.hrc:348
msgctxt "RID_SVXSTR_BULLET"
msgid "Replace bullets with: "
msgstr "ነጥቦችን መቀየሪያ በ: "
-#: strings.hrc:358
+#: cui/inc/strings.hrc:349
msgctxt "RID_SVXSTR_RIGHT_MARGIN"
msgid "Combine single line paragraphs if length greater than"
msgstr "ነጠላ መስመር አንቀጾችን መቀላቀያ እርዝመቱ ከዚህ በላይ ከሆነ"
-#: strings.hrc:359
+#: cui/inc/strings.hrc:350
msgctxt "RID_SVXSTR_NUM"
msgid "Bulleted and numbered lists. Bullet symbol: "
msgstr "የ ነጥቦች እና ቁጥር ዝርዝር: የ ነጥቦች ምልክት: "
-#: strings.hrc:360
+#: cui/inc/strings.hrc:351
msgctxt "RID_SVXSTR_BORDER"
msgid "Apply border"
msgstr "ድንበር መፈጸሚያ"
-#: strings.hrc:361
+#: cui/inc/strings.hrc:352
msgctxt "RID_SVXSTR_CREATE_TABLE"
msgid "Create table"
msgstr "ሰንጠረዥ መፍጠሪያ"
-#: strings.hrc:362
+#: cui/inc/strings.hrc:353
msgctxt "RID_SVXSTR_REPLACE_TEMPLATES"
msgid "Apply Styles"
msgstr "ዘዴዎች መፈጸሚያ"
-#: strings.hrc:363
+#: cui/inc/strings.hrc:354
msgctxt "RID_SVXSTR_DEL_SPACES_AT_STT_END"
msgid "Delete spaces and tabs at beginning and end of paragraph"
msgstr "በ አንቀጾች መጀመሪያ እና መጨረሻ ክፍተቶችን እና tabs ን ማጥፊያ"
-#: strings.hrc:364
+#: cui/inc/strings.hrc:355
msgctxt "RID_SVXSTR_DEL_SPACES_BETWEEN_LINES"
msgid "Delete spaces and tabs at end and start of line"
msgstr "በ መስመር መጀመሪያ እና መጨረሻ ክፍተቶችን እና tabs ን ማጥፊያ"
-#: strings.hrc:365
+#: cui/inc/strings.hrc:356
msgctxt "RID_SVXSTR_CONNECTOR"
msgid "Connector"
msgstr "አገናኝ"
-#: strings.hrc:366
+#: cui/inc/strings.hrc:357
msgctxt "RID_SVXSTR_DIMENSION_LINE"
msgid "Dimension line"
msgstr "የ Dimension መስመር"
-#: strings.hrc:367
+#: cui/inc/strings.hrc:358
msgctxt "RID_SVXSTR_LOAD_ERROR"
msgid "The selected module could not be loaded."
msgstr "የተመረጠውን ክፍል መጫን አልተቻለም"
-#: strings.hrc:368
+#: cui/inc/strings.hrc:359
msgctxt "RID_SVXSTR_STARTQUOTE"
msgid "Start Quote"
msgstr "የ ጥቅስ መጀመሪያ"
-#: strings.hrc:369
+#: cui/inc/strings.hrc:360
msgctxt "RID_SVXSTR_ENDQUOTE"
msgid "End Quote"
msgstr "የ ጥቅስ መጨረሻ"
-#: strings.hrc:371
+#: cui/inc/strings.hrc:362
msgctxt "RID_SVXSTR_SELECTEDPERSONA"
msgid "Selected Theme: "
msgstr "ገጽታ ይምረጡ: "
-#: strings.hrc:372
+#: cui/inc/strings.hrc:363
msgctxt "RID_SVXSTR_SEARCHING"
msgid "Searching, please wait..."
msgstr "በ መፈለግ ላይ: እባክዎን ይቆዩ..."
-#: strings.hrc:373
+#: cui/inc/strings.hrc:364
msgctxt "RID_SVXSTR_SEARCHERROR"
msgid "Cannot open %1, please try again later."
msgstr "መክፈት አልተቻለም %1, እባክዎን ትንሽ ቆይተው ይሞክሩ"
-#: strings.hrc:374
+#: cui/inc/strings.hrc:365
msgctxt "RID_SVXSTR_NORESULTS"
msgid "No results found."
msgstr "ምንም ውጤት አልተገኘም"
-#: strings.hrc:375
+#: cui/inc/strings.hrc:366
msgctxt "RID_SVXSTR_APPLYPERSONA"
msgid "Applying Theme..."
msgstr "ገጽታውን በመፈጸም ላይ..."
-#: strings.hrc:377
+#: cui/inc/strings.hrc:368
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "Set No Borders"
msgstr "ድንበሮች አታሰናዳ"
-#: strings.hrc:378
+#: cui/inc/strings.hrc:369
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Set Outer Border Only"
msgstr "የውጪ ድንበሮችን ብቻ ማሰናጃ"
-#: strings.hrc:379
+#: cui/inc/strings.hrc:370
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Set Outer Border and Horizontal Lines"
msgstr "የ ውጪ ድንበሮች እና የ አግድም መስመሮች ማሰናጃ"
-#: strings.hrc:380
+#: cui/inc/strings.hrc:371
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Set Outer Border and All Inner Lines"
msgstr "የውጪ ድንበሮች እና የውስጥ መስመሮች በሙሉ ማሰናጃ"
-#: strings.hrc:381
+#: cui/inc/strings.hrc:372
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Set Outer Border Without Changing Inner Lines"
msgstr "የውስጥ መስመሮች ሳይቀየሩ የውጪ ድንበሮችን ማሰናጃ"
-#: strings.hrc:382
+#: cui/inc/strings.hrc:373
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Set Diagonal Lines Only"
msgstr "የአግድም መስመሮች ብቻ ማሰናጃ"
-#: strings.hrc:383
+#: cui/inc/strings.hrc:374
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "Set All Four Borders"
msgstr "አራቱንም ድንበሮች በሙሉ ማሰናጃ"
-#: strings.hrc:384
+#: cui/inc/strings.hrc:375
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Set Left and Right Borders Only"
msgstr "የ ግራ እና የ ቀኝ ድንበሮችን ብቻ ማሰናጃ"
-#: strings.hrc:385
+#: cui/inc/strings.hrc:376
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Set Top and Bottom Borders Only"
msgstr "የ ላይ እና የ ታች ድንበሮች ብቻ ማሰናጃ"
-#: strings.hrc:386
+#: cui/inc/strings.hrc:377
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Set Left Border Only"
msgstr "የ ግራ ድንበር ብቻ ማሰናጃ"
-#: strings.hrc:387
+#: cui/inc/strings.hrc:378
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Set Top and Bottom Borders, and All Inner Lines"
msgstr "የ ላይ እና የ ታች ድንበሮችን እና ሁሉንም የ ውስጥ መስመሮች ማሰናጃ"
-#: strings.hrc:388
+#: cui/inc/strings.hrc:379
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Set Left and Right Borders, and All Inner Lines"
msgstr "የ ግራ እና የ ቀኝ ድንበሮችን እና ሁሉንም የውስጥ መስመሮችን ማሰናጃ"
-#: strings.hrc:389
+#: cui/inc/strings.hrc:380
msgctxt "RID_SVXSTR_SHADOW_STYLE_NONE"
msgid "No Shadow"
msgstr "ጥላ የለም"
-#: strings.hrc:390
+#: cui/inc/strings.hrc:381
msgctxt "RID_SVXSTR_SHADOW_STYLE_BOTTOMRIGHT"
msgid "Cast Shadow to Bottom Right"
msgstr "ከ ታች በ ቀኝ በኩል ጥላ ማጥላት"
-#: strings.hrc:391
+#: cui/inc/strings.hrc:382
msgctxt "RID_SVXSTR_SHADOW_STYLE_TOPRIGHT"
msgid "Cast Shadow to Top Right"
msgstr "ከ ላይ በ ቀኝ በኩል ጥላ ማጥላት"
-#: strings.hrc:392
+#: cui/inc/strings.hrc:383
msgctxt "RID_SVXSTR_SHADOW_STYLE_BOTTOMLEFT"
msgid "Cast Shadow to Bottom Left"
msgstr "ከ ታች በ ግራ በኩል ጥላ ማጥላት"
-#: strings.hrc:393
+#: cui/inc/strings.hrc:384
msgctxt "RID_SVXSTR_SHADOW_STYLE_TOPLEFT"
msgid "Cast Shadow to Top Left"
msgstr "ከ ላይ በ ግራ በኩል ጥላ ማጥላት"
-#: treeopt.hrc:30
+#: cui/inc/strings.hrc:385
+msgctxt "RID_SVXSTR_SIGNATURELINE_SIGNED_BY"
+msgid "Signed by: %1"
+msgstr ""
+
+#: cui/inc/treeopt.hrc:30
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: treeopt.hrc:31
+#: cui/inc/treeopt.hrc:31
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "User Data"
msgstr "የ ተጠቃሚው ዳታ"
-#: treeopt.hrc:32
+#: cui/inc/treeopt.hrc:32
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "General"
msgstr "ባጠቃላይ"
-#: treeopt.hrc:33
+#: cui/inc/treeopt.hrc:33
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "View"
msgstr "መመልከቻ"
-#: treeopt.hrc:34
+#: cui/inc/treeopt.hrc:34
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Print"
msgstr "ማተሚያ"
-#: treeopt.hrc:35
+#: cui/inc/treeopt.hrc:35
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Paths"
msgstr "መንገዶች"
-#: treeopt.hrc:36
+#: cui/inc/treeopt.hrc:36
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Fonts"
msgstr "ፊደሎች"
-#: treeopt.hrc:37
+#: cui/inc/treeopt.hrc:37
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Security"
msgstr "ደህንነት"
-#: treeopt.hrc:38
+#: cui/inc/treeopt.hrc:38
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Personalization"
msgstr "የ ግል ማድረጊያ"
-#: treeopt.hrc:39
+#: cui/inc/treeopt.hrc:39
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Application Colors"
msgstr "የ መተግበሪያ ቀለሞች"
-#: treeopt.hrc:40
+#: cui/inc/treeopt.hrc:40
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Accessibility"
msgstr "መድረሻ"
-#: treeopt.hrc:41
+#: cui/inc/treeopt.hrc:41
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Advanced"
msgstr "የረቀቀ"
-#: treeopt.hrc:42
+#: cui/inc/treeopt.hrc:42
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Basic IDE"
msgstr "Basic IDE"
-#: treeopt.hrc:43
+#: cui/inc/treeopt.hrc:43
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Online Update"
msgstr "በ መስመር ላይ ማሻሻያ"
-#: treeopt.hrc:44
+#: cui/inc/treeopt.hrc:44
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "OpenCL"
msgstr "OpenCL"
-#: treeopt.hrc:49
+#: cui/inc/treeopt.hrc:49
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Language Settings"
msgstr "ቋንቋ ማሰናጃዎች"
-#: treeopt.hrc:50
+#: cui/inc/treeopt.hrc:50
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Languages"
msgstr "ቋንቋዎች"
-#: treeopt.hrc:51
+#: cui/inc/treeopt.hrc:51
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Writing Aids"
msgstr "የ መጻፊያ እርዳታ"
-#: treeopt.hrc:52
+#: cui/inc/treeopt.hrc:52
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Searching in Japanese"
msgstr "በ ጃፓንኛ መፈለጊያ"
-#: treeopt.hrc:53
+#: cui/inc/treeopt.hrc:53
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Asian Layout"
msgstr "የ እስያ እቅድ"
-#: treeopt.hrc:54
+#: cui/inc/treeopt.hrc:54
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Complex Text Layout"
msgstr "ውስብስብ የ ጽሁፍ እቅድ"
-#: treeopt.hrc:59
+#: cui/inc/treeopt.hrc:59
msgctxt "SID_INET_DLG_RES"
msgid "Internet"
msgstr "ኢንተርኔት"
-#: treeopt.hrc:60
+#: cui/inc/treeopt.hrc:60
msgctxt "SID_INET_DLG_RES"
msgid "Proxy"
msgstr "ወኪል"
-#: treeopt.hrc:61
+#: cui/inc/treeopt.hrc:61
msgctxt "SID_INET_DLG_RES"
msgid "E-mail"
msgstr "ኢ-ሜይል"
-#: treeopt.hrc:66
+#: cui/inc/treeopt.hrc:66
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Writer"
msgstr "%PRODUCTNAME መጻፊያ"
-#: treeopt.hrc:67
+#: cui/inc/treeopt.hrc:67
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "General"
msgstr "ባጠቃላይ"
-#: treeopt.hrc:68
+#: cui/inc/treeopt.hrc:68
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "View"
msgstr "መመልከቻ"
-#: treeopt.hrc:69
+#: cui/inc/treeopt.hrc:69
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Formatting Aids"
msgstr "የ አቀራረብ እርዳታ"
-#: treeopt.hrc:70
+#: cui/inc/treeopt.hrc:70
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Grid"
msgstr "መጋጠሚያ"
-#: treeopt.hrc:71
+#: cui/inc/treeopt.hrc:71
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (Western)"
msgstr "መሰረታዊ ፊደሎች (Western)"
-#: treeopt.hrc:72
+#: cui/inc/treeopt.hrc:72
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (Asian)"
msgstr "መሰረታዊ ፊደሎች (Asian)"
-#: treeopt.hrc:73
+#: cui/inc/treeopt.hrc:73
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (CTL)"
msgstr "መሰረታዊ ፊደሎች (CTL)"
-#: treeopt.hrc:74
+#: cui/inc/treeopt.hrc:74
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Print"
msgstr "ማተሚያ"
-#: treeopt.hrc:75
+#: cui/inc/treeopt.hrc:75
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: treeopt.hrc:76
+#: cui/inc/treeopt.hrc:76
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Changes"
msgstr "ለውጦች"
-#: treeopt.hrc:77
+#: cui/inc/treeopt.hrc:77
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Comparison"
msgstr "ማነጻጸሪያ"
-#: treeopt.hrc:78
+#: cui/inc/treeopt.hrc:78
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Compatibility"
msgstr "ተስማሚነቱ"
-#: treeopt.hrc:79
+#: cui/inc/treeopt.hrc:79
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "AutoCaption"
msgstr "በራሱ መግለጫ ጽሁፍ"
-#: treeopt.hrc:80
+#: cui/inc/treeopt.hrc:80
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Mail Merge E-mail"
msgstr "የ ደብዳቤ ማዋሀጃ ኢ-ሜይል"
-#: treeopt.hrc:85
+#: cui/inc/treeopt.hrc:85
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "%PRODUCTNAME Writer/Web"
msgstr "%PRODUCTNAME መጻፊያ/ዌብ"
-#: treeopt.hrc:86
+#: cui/inc/treeopt.hrc:86
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "View"
msgstr "መመልከቻ"
-#: treeopt.hrc:87
+#: cui/inc/treeopt.hrc:87
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Formatting Aids"
msgstr "የ አቀራረብ እርዳታ"
-#: treeopt.hrc:88
+#: cui/inc/treeopt.hrc:88
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Grid"
msgstr "መጋጠሚያ"
-#: treeopt.hrc:89
+#: cui/inc/treeopt.hrc:89
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Print"
msgstr "ማተሚያ"
-#: treeopt.hrc:90
+#: cui/inc/treeopt.hrc:90
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: treeopt.hrc:91
+#: cui/inc/treeopt.hrc:91
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Background"
msgstr "መደብ"
-#: treeopt.hrc:96
+#: cui/inc/treeopt.hrc:96
msgctxt "SID_SM_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Math"
msgstr "%PRODUCTNAME ሂሳብ"
-#: treeopt.hrc:97
+#: cui/inc/treeopt.hrc:97
msgctxt "SID_SM_EDITOPTIONS_RES"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: treeopt.hrc:102
+#: cui/inc/treeopt.hrc:102
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME ሰንጠረዥ"
-#: treeopt.hrc:103
+#: cui/inc/treeopt.hrc:103
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "General"
msgstr "ባጠቃላይ"
-#: treeopt.hrc:104
+#: cui/inc/treeopt.hrc:104
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Defaults"
msgstr "ነባሮች"
-#: treeopt.hrc:105
+#: cui/inc/treeopt.hrc:105
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "View"
msgstr "መመልከቻ"
-#: treeopt.hrc:106
+#: cui/inc/treeopt.hrc:106
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Calculate"
msgstr "ማስሊያ"
-#: treeopt.hrc:107
+#: cui/inc/treeopt.hrc:107
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Formula"
msgstr "መቀመሪያ"
-#: treeopt.hrc:108
+#: cui/inc/treeopt.hrc:108
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Sort Lists"
msgstr "ዝርዝሮች መለያ"
-#: treeopt.hrc:109
+#: cui/inc/treeopt.hrc:109
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Changes"
msgstr "ለውጦች"
-#: treeopt.hrc:110
+#: cui/inc/treeopt.hrc:110
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Compatibility"
msgstr "ተስማሚነቱ"
-#: treeopt.hrc:111
+#: cui/inc/treeopt.hrc:111
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Grid"
msgstr "መጋጠሚያ"
-#: treeopt.hrc:112
+#: cui/inc/treeopt.hrc:112
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Print"
msgstr "ማተሚያ"
-#: treeopt.hrc:117
+#: cui/inc/treeopt.hrc:117
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Impress"
msgstr "%PRODUCTNAME ማስደነቂያ"
-#: treeopt.hrc:118
+#: cui/inc/treeopt.hrc:118
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "General"
msgstr "ባጠቃላይ"
-#: treeopt.hrc:119
+#: cui/inc/treeopt.hrc:119
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "View"
msgstr "መመልከቻ"
-#: treeopt.hrc:120
+#: cui/inc/treeopt.hrc:120
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "Grid"
msgstr "መጋጠሚያ"
-#: treeopt.hrc:121
+#: cui/inc/treeopt.hrc:121
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "Print"
msgstr "ማተሚያ"
-#: treeopt.hrc:126
+#: cui/inc/treeopt.hrc:126
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "%PRODUCTNAME Draw"
msgstr "%PRODUCTNAME መሳያ"
-#: treeopt.hrc:127
+#: cui/inc/treeopt.hrc:127
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "General"
msgstr "ባጠቃላይ"
-#: treeopt.hrc:128
+#: cui/inc/treeopt.hrc:128
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "View"
msgstr "መመልከቻ"
-#: treeopt.hrc:129
+#: cui/inc/treeopt.hrc:129
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "Grid"
msgstr "መጋጠሚያ"
-#: treeopt.hrc:130
+#: cui/inc/treeopt.hrc:130
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "Print"
msgstr "ማተሚያ"
-#: treeopt.hrc:135
+#: cui/inc/treeopt.hrc:135
msgctxt "SID_SCH_EDITOPTIONS_RES"
msgid "Charts"
msgstr "ቻርትስ"
-#: treeopt.hrc:136
+#: cui/inc/treeopt.hrc:136
msgctxt "SID_SCH_EDITOPTIONS_RES"
msgid "Default Colors"
msgstr "ነባር ቀለሞች"
-#: treeopt.hrc:141
+#: cui/inc/treeopt.hrc:141
msgctxt "SID_FILTER_DLG_RES"
msgid "Load/Save"
msgstr "መጫኛ/ማስቀመጫ"
-#: treeopt.hrc:142
+#: cui/inc/treeopt.hrc:142
msgctxt "SID_FILTER_DLG_RES"
msgid "General"
msgstr "ባጠቃላይ"
-#: treeopt.hrc:143
+#: cui/inc/treeopt.hrc:143
msgctxt "SID_FILTER_DLG_RES"
msgid "VBA Properties"
msgstr "VBA ባህሪዎች"
-#: treeopt.hrc:144
+#: cui/inc/treeopt.hrc:144
msgctxt "SID_FILTER_DLG_RES"
msgid "Microsoft Office"
msgstr "Microsoft Office"
-#: treeopt.hrc:145
+#: cui/inc/treeopt.hrc:145
msgctxt "SID_FILTER_DLG_RES"
msgid "HTML Compatibility"
msgstr "HTML ተስማሚነቱ"
-#: treeopt.hrc:150
+#: cui/inc/treeopt.hrc:150
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "%PRODUCTNAME Base"
msgstr "%PRODUCTNAME ቤዝ"
-#: treeopt.hrc:151
+#: cui/inc/treeopt.hrc:151
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "Connections"
msgstr "ግንኙነቶች"
-#: treeopt.hrc:152
+#: cui/inc/treeopt.hrc:152
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "Databases"
msgstr "ዳታቤዞች"
-#: aboutconfigdialog.ui:9
+#: cui/uiconfig/ui/aboutconfigdialog.ui:9
msgctxt "aboutconfigdialog|AboutConfig"
msgid "Expert Configuration"
msgstr "የ ባለሞያ ማዋቀሪያዎች"
-#: aboutconfigdialog.ui:48
+#: cui/uiconfig/ui/aboutconfigdialog.ui:48
msgctxt "aboutconfigdialog|searchButton"
msgid "_Search"
msgstr "_መፈለጊያ"
-#: aboutconfigdialog.ui:81
+#: cui/uiconfig/ui/aboutconfigdialog.ui:81
msgctxt "aboutconfigdialog|preference"
msgid "Preference Name"
msgstr "የመረጡት ስም"
-#: aboutconfigdialog.ui:96
+#: cui/uiconfig/ui/aboutconfigdialog.ui:96
msgctxt "aboutconfigdialog|property"
msgid "Property"
msgstr "ባህሪ"
-#: aboutconfigdialog.ui:109
+#: cui/uiconfig/ui/aboutconfigdialog.ui:109
msgctxt "aboutconfigdialog|type"
msgid "Type"
msgstr "አይነት"
-#: aboutconfigdialog.ui:122
+#: cui/uiconfig/ui/aboutconfigdialog.ui:122
msgctxt "aboutconfigdialog|value"
msgid "Value"
msgstr "ዋጋ"
-#: aboutconfigdialog.ui:169
+#: cui/uiconfig/ui/aboutconfigdialog.ui:169
msgctxt "aboutconfigdialog|edit"
msgid "Edit"
msgstr "ማረሚያ"
-#: aboutconfigdialog.ui:182
+#: cui/uiconfig/ui/aboutconfigdialog.ui:182
msgctxt "aboutconfigdialog|reset"
msgid "Reset"
msgstr "እንደ ነበር መመለሻ"
-#: aboutconfigvaluedialog.ui:9
+#: cui/uiconfig/ui/aboutconfigvaluedialog.ui:9
msgctxt "aboutconfigvaluedialog|AboutConfigValueDialog"
msgid "Name"
msgstr "ስም"
-#: aboutconfigvaluedialog.ui:87
+#: cui/uiconfig/ui/aboutconfigvaluedialog.ui:87
msgctxt "aboutconfigvaluedialog|label1"
msgid "Value:"
msgstr "ዋጋ:"
-#: aboutdialog.ui:6
+#: cui/uiconfig/ui/aboutdialog.ui:6
msgctxt "aboutdialog|textbuffer1"
msgid "Version: %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX"
msgstr "እትም: %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX"
-#: aboutdialog.ui:11
+#: cui/uiconfig/ui/aboutdialog.ui:11
msgctxt "aboutdialog|AboutDialog"
msgid "About %PRODUCTNAME"
msgstr "ስለ %PRODUCTNAME"
-#: aboutdialog.ui:25
+#: cui/uiconfig/ui/aboutdialog.ui:25
msgctxt "aboutdialog|credits"
msgid "Cre_dits"
msgstr "ምስ_ጋና"
-#: aboutdialog.ui:40
+#: cui/uiconfig/ui/aboutdialog.ui:40
msgctxt "aboutdialog|website"
msgid "_Website"
msgstr "_ድሕረ ገጽ"
-#: aboutdialog.ui:109
+#: cui/uiconfig/ui/aboutdialog.ui:109
msgctxt "aboutdialog|logoreplacement"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: aboutdialog.ui:128
+#: cui/uiconfig/ui/aboutdialog.ui:128
msgctxt "aboutdialog|buildid"
msgid "Build ID: $BUILDID"
msgstr "Build ID: $BUILDID"
-#: aboutdialog.ui:141
+#: cui/uiconfig/ui/aboutdialog.ui:141
msgctxt "aboutdialog|locale"
msgid "Locale: $LOCALE"
msgstr "ቋንቋ: $LOCALE"
-#: aboutdialog.ui:174
+#: cui/uiconfig/ui/aboutdialog.ui:174
msgctxt "aboutdialog|buildIdLink"
msgid "See Log: $GITHASH"
msgstr "መግቢያውን ይመልከቱ: $GITHASH"
-#: aboutdialog.ui:191
+#: cui/uiconfig/ui/aboutdialog.ui:191
msgctxt "aboutdialog|description"
msgid "%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more."
msgstr "%PRODUCTNAME open source productivity suite ዘመናዊ: በጣም-ቀላል-ለመጠቀም: ለ ቃላት ማቀናበሪያ: ለ ሰንጠረዥ: ለ ማቅረቢያ እና ሌሎችም: ተዘጋጅቶ የ ቀረበው በ ሳምሶን በለጠ በላይነህ ነው"
-#: aboutdialog.ui:214
+#: cui/uiconfig/ui/aboutdialog.ui:214
msgctxt "aboutdialog|copyright"
-msgid "Copyright © 2000–2017 LibreOffice contributors."
-msgstr "Copyright © 2000–2017 LibreOffice contributors."
+msgid "Copyright © 2000–2018 LibreOffice contributors."
+msgstr "Copyright © 2000–2018 LibreOffice contributors."
-#: aboutdialog.ui:228
+#: cui/uiconfig/ui/aboutdialog.ui:228
msgctxt "aboutdialog|libreoffice"
msgid "LibreOffice was based on OpenOffice.org."
msgstr "የ ሊብሬ ቢሮ መሰረት OpenOffice.org ነው"
-#: aboutdialog.ui:242
+#: cui/uiconfig/ui/aboutdialog.ui:242
msgctxt "aboutdialog|derived"
msgid "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org."
msgstr "%PRODUCTNAME የ ሊብሬ ቢሮ መሰረት የመነጨው ከ OpenOffice.org ነው"
-#: aboutdialog.ui:256
+#: cui/uiconfig/ui/aboutdialog.ui:256
msgctxt "aboutdialog|vendor"
msgid "This release was supplied by %OOOVENDOR."
msgstr "ይህ ስርጭት የቀረበው በ %OOOVENDOR."
-#: aboutdialog.ui:276
+#: cui/uiconfig/ui/aboutdialog.ui:276
msgctxt "aboutdialog|link"
msgid "https://www.libreoffice.org/about-us/credits/"
msgstr "https://www.libreoffice.org/about-us/credits/"
-#: accelconfigpage.ui:54
+#: cui/uiconfig/ui/accelconfigpage.ui:54
msgctxt "accelconfigpage|label21"
msgid "Shortcu_t Keys"
msgstr "አቋራ_ጭ ቁልፎች"
-#: accelconfigpage.ui:80
+#: cui/uiconfig/ui/accelconfigpage.ui:80
msgctxt "accelconfigpage|office"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: accelconfigpage.ui:97
+#: cui/uiconfig/ui/accelconfigpage.ui:97
msgctxt "accelconfigpage|module"
msgid "$(MODULE)"
msgstr "$(MODULE)"
-#: accelconfigpage.ui:129
+#: cui/uiconfig/ui/accelconfigpage.ui:129
msgctxt "accelconfigpage|change"
msgid "_Modify"
msgstr "_ማሻሻያ"
-#: accelconfigpage.ui:157
+#: cui/uiconfig/ui/accelconfigpage.ui:157
msgctxt "accelconfigpage|load"
msgid "_Load..."
msgstr "_መጫኛ..."
-#: accelconfigpage.ui:172
+#: cui/uiconfig/ui/accelconfigpage.ui:172
msgctxt "accelconfigpage|save"
msgid "_Save..."
msgstr "_ማስቀመጫ..."
-#: accelconfigpage.ui:247
+#: cui/uiconfig/ui/accelconfigpage.ui:247
msgctxt "accelconfigpage|searchEntry"
msgid "Type to search"
msgstr "ለ መፈለግ ይጻፉ"
-#: accelconfigpage.ui:267
+#: cui/uiconfig/ui/accelconfigpage.ui:267
msgctxt "accelconfigpage|label23"
msgid "_Category"
msgstr "_ምድብ"
-#: accelconfigpage.ui:281
+#: cui/uiconfig/ui/accelconfigpage.ui:281
msgctxt "accelconfigpage|label24"
msgid "_Function"
msgstr "_ተግባር"
-#: accelconfigpage.ui:295
+#: cui/uiconfig/ui/accelconfigpage.ui:295
msgctxt "accelconfigpage|label25"
msgid "_Keys"
msgstr "_ቁልፎች"
-#: accelconfigpage.ui:365
+#: cui/uiconfig/ui/accelconfigpage.ui:365
msgctxt "accelconfigpage|label22"
msgid "F_unctions"
msgstr "ተ_ግባሮች"
-#: acorexceptpage.ui:50
+#: cui/uiconfig/ui/acorexceptpage.ui:50
msgctxt "acorexceptpage|autoabbrev"
msgid "_AutoInclude"
msgstr "_በራሱ መጨመሪያ"
-#: acorexceptpage.ui:83
+#: cui/uiconfig/ui/acorexceptpage.ui:83
msgctxt "acorexceptpage|newabbrev-atkobject"
msgid "New abbreviations"
msgstr "አዲስ አኅጽሮተ ቃሎች"
-#: acorexceptpage.ui:95
+#: cui/uiconfig/ui/acorexceptpage.ui:95
msgctxt "acorexceptpage|replace"
msgid "_Replace"
msgstr "_መቀየሪያ"
-#: acorexceptpage.ui:119
+#: cui/uiconfig/ui/acorexceptpage.ui:119
msgctxt "acorexceptpage|delabbrev-atkobject"
msgid "Delete abbreviations"
msgstr "አኅጽሮተ ቃሎች ማጥፊያ"
-#: acorexceptpage.ui:167
+#: cui/uiconfig/ui/acorexceptpage.ui:167
msgctxt "acorexceptpage|label1"
msgid "Abbreviations (no Subsequent Capital)"
msgstr "ምህጻረ ቃል (ምንም አቢይ ፊደል የለም)"
-#: acorexceptpage.ui:220
+#: cui/uiconfig/ui/acorexceptpage.ui:220
msgctxt "acorexceptpage|autodouble"
msgid "A_utoInclude"
msgstr "በ_ራሱ መጨመሪያ"
-#: acorexceptpage.ui:253
+#: cui/uiconfig/ui/acorexceptpage.ui:253
msgctxt "acorexceptpage|newdouble-atkobject"
msgid "New words with two initial capitals"
msgstr "New words with two initial capitals"
-#: acorexceptpage.ui:265
+#: cui/uiconfig/ui/acorexceptpage.ui:265
msgctxt "acorexceptpage|replace1"
msgid "_Replace"
msgstr "_መቀየሪያ"
-#: acorexceptpage.ui:289
+#: cui/uiconfig/ui/acorexceptpage.ui:289
msgctxt "acorexceptpage|deldouble-atkobject"
msgid "Delete words with two initial capitals"
msgstr "Delete words with two initial capitals"
-#: acorexceptpage.ui:337
+#: cui/uiconfig/ui/acorexceptpage.ui:337
msgctxt "acorexceptpage|label2"
msgid "Words With TWo INitial CApitals"
msgstr "Words With TWo INitial CApitals"
-#: acorreplacepage.ui:38
+#: cui/uiconfig/ui/acorreplacepage.ui:38
msgctxt "acorreplacepage|replace"
msgid "_Replace"
msgstr "_መቀየሪያ"
-#: acorreplacepage.ui:121
+#: cui/uiconfig/ui/acorreplacepage.ui:121
msgctxt "acorreplacepage|label1"
msgid "Repla_ce"
msgstr "መተ_ኪያ"
-#: acorreplacepage.ui:141
+#: cui/uiconfig/ui/acorreplacepage.ui:141
msgctxt "acorreplacepage|label2"
msgid "_With:"
msgstr "_ጋር:"
-#: acorreplacepage.ui:154
+#: cui/uiconfig/ui/acorreplacepage.ui:154
msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "_ጽሁፍ ብቻ"
-#: agingdialog.ui:16
+#: cui/uiconfig/ui/agingdialog.ui:16
msgctxt "agingdialog|AgingDialog"
msgid "Aging"
msgstr "እርጅና"
-#: agingdialog.ui:137
+#: cui/uiconfig/ui/agingdialog.ui:137
msgctxt "agingdialog|label2"
msgid "Aging degree:"
msgstr "የ እርጅና ደረጃ:"
-#: agingdialog.ui:160
+#: cui/uiconfig/ui/agingdialog.ui:160
msgctxt "agingdialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
-#: applyautofmtpage.ui:27
+#: cui/uiconfig/ui/applyautofmtpage.ui:27
msgctxt "applyautofmtpage|edit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
-#: applyautofmtpage.ui:46
+#: cui/uiconfig/ui/applyautofmtpage.ui:46
msgctxt "applyautofmtpage|label1"
msgid "[M]: Replace while modifying existing text"
msgstr "[M]: የ ነበረውን ጽሁፍ በሚያሻሽሉ ጊዜ መቀየሪያ"
-#: applyautofmtpage.ui:60
+#: cui/uiconfig/ui/applyautofmtpage.ui:60
msgctxt "applyautofmtpage|label2"
msgid "[T]: AutoCorrect while typing"
msgstr "[T]: በራሱ አራሚ በሚጽፉ ጊዜ"
-#: applyautofmtpage.ui:88
+#: cui/uiconfig/ui/applyautofmtpage.ui:88
msgctxt "applyautofmtpage|m"
msgid "[M]"
msgstr "[M]"
-#: applyautofmtpage.ui:101
+#: cui/uiconfig/ui/applyautofmtpage.ui:101
msgctxt "applyautofmtpage|t"
msgid "[T]"
msgstr "[T]"
-#: applylocalizedpage.ui:30
+#: cui/uiconfig/ui/applylocalizedpage.ui:30
msgctxt "applylocalizedpage|m"
msgid "[M]"
msgstr "[M]"
-#: applylocalizedpage.ui:43
+#: cui/uiconfig/ui/applylocalizedpage.ui:43
msgctxt "applylocalizedpage|t"
msgid "[T]"
msgstr "[T]"
-#: applylocalizedpage.ui:118
+#: cui/uiconfig/ui/applylocalizedpage.ui:118
msgctxt "applylocalizedpage|singlereplace"
msgid "Repla_ce"
msgstr "መተ_ኪያ"
-#: applylocalizedpage.ui:138
+#: cui/uiconfig/ui/applylocalizedpage.ui:138
msgctxt "applylocalizedpage|startquoteft"
msgid "_Start quote:"
msgstr "ጥቅስ _መጀመሪያ:"
-#: applylocalizedpage.ui:162
+#: cui/uiconfig/ui/applylocalizedpage.ui:162
msgctxt "applylocalizedpage|startsingle-atkobject"
msgid "Start quote of single quotes"
msgstr "የነጠላ ጥቅሶች ጥቅስ መጀመሪያ"
-#: applylocalizedpage.ui:178
+#: cui/uiconfig/ui/applylocalizedpage.ui:178
msgctxt "applylocalizedpage|singlestartex"
msgid "Default"
msgstr "ነባር"
-#: applylocalizedpage.ui:197
+#: cui/uiconfig/ui/applylocalizedpage.ui:197
msgctxt "applylocalizedpage|defaultsingle"
msgid "_Default"
msgstr "_ነባር"
-#: applylocalizedpage.ui:205
+#: cui/uiconfig/ui/applylocalizedpage.ui:205
msgctxt "applylocalizedpage|defaultsingle-atkobject"
msgid "Single quotes default"
msgstr "ነባር የነጠላ ጥቅሶች"
-#: applylocalizedpage.ui:221
+#: cui/uiconfig/ui/applylocalizedpage.ui:221
msgctxt "applylocalizedpage|endquoteft"
msgid "_End quote:"
msgstr "ጥቅስ _መጨረሻ:"
-#: applylocalizedpage.ui:245
+#: cui/uiconfig/ui/applylocalizedpage.ui:245
msgctxt "applylocalizedpage|endsingle-atkobject"
msgid "End quote of single quotes"
msgstr "የ ነጠላ ጥቅሶች ጥቅስ መጨረሻ"
-#: applylocalizedpage.ui:261
+#: cui/uiconfig/ui/applylocalizedpage.ui:261
msgctxt "applylocalizedpage|singleendex"
msgid "Default"
msgstr "ነባር"
-#: applylocalizedpage.ui:286
+#: cui/uiconfig/ui/applylocalizedpage.ui:286
msgctxt "applylocalizedpage|label1"
msgid "Single Quotes"
msgstr "ነጠላ ጥቅሶች"
-#: applylocalizedpage.ui:318
+#: cui/uiconfig/ui/applylocalizedpage.ui:318
msgctxt "applylocalizedpage|doublereplace"
msgid "Repla_ce"
msgstr "መተ_ኪያ"
-#: applylocalizedpage.ui:338
+#: cui/uiconfig/ui/applylocalizedpage.ui:338
msgctxt "applylocalizedpage|label6"
msgid "_Start quote:"
msgstr "የ ጥቅስ _መጀመሪያ:"
-#: applylocalizedpage.ui:362
+#: cui/uiconfig/ui/applylocalizedpage.ui:362
msgctxt "applylocalizedpage|startdouble-atkobject"
msgid "Start quote of double quotes"
msgstr "የድርብ ጥቅሶች ጥቅስ መጀመሪያ"
-#: applylocalizedpage.ui:378
+#: cui/uiconfig/ui/applylocalizedpage.ui:378
msgctxt "applylocalizedpage|doublestartex"
msgid "Default"
msgstr "ነባር"
-#: applylocalizedpage.ui:397
+#: cui/uiconfig/ui/applylocalizedpage.ui:397
msgctxt "applylocalizedpage|defaultdouble"
msgid "_Default"
msgstr "_ነባር"
-#: applylocalizedpage.ui:405
+#: cui/uiconfig/ui/applylocalizedpage.ui:405
msgctxt "applylocalizedpage|defaultdouble-atkobject"
msgid "Double quotes default"
msgstr "ነባር ድርብ ጥቅሶች"
-#: applylocalizedpage.ui:421
+#: cui/uiconfig/ui/applylocalizedpage.ui:421
msgctxt "applylocalizedpage|label8"
msgid "_End quote:"
msgstr "የ ጥቅስ _መጨረሻ:"
-#: applylocalizedpage.ui:445
+#: cui/uiconfig/ui/applylocalizedpage.ui:445
msgctxt "applylocalizedpage|enddouble-atkobject"
msgid "End quote of double quotes"
msgstr "የ ድርብ ጥቅሶች ጥቅስ መጨረሻ"
-#: applylocalizedpage.ui:461
+#: cui/uiconfig/ui/applylocalizedpage.ui:461
msgctxt "applylocalizedpage|doubleendex"
msgid "Default"
msgstr "ነባር"
-#: applylocalizedpage.ui:486
+#: cui/uiconfig/ui/applylocalizedpage.ui:486
msgctxt "applylocalizedpage|label10"
msgid "Double Quotes"
msgstr "ድርብ ጥቅሶች"
-#: areadialog.ui:8
+#: cui/uiconfig/ui/areadialog.ui:8
msgctxt "areadialog|AreaDialog"
msgid "Area"
msgstr "ቦታ"
-#: areadialog.ui:106
+#: cui/uiconfig/ui/areadialog.ui:106
msgctxt "areadialog|RID_SVXPAGE_AREA"
msgid "Area"
msgstr "ቦታ"
-#: areadialog.ui:128
+#: cui/uiconfig/ui/areadialog.ui:128
msgctxt "areadialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
msgstr "ጥላ"
-#: areadialog.ui:151
+#: cui/uiconfig/ui/areadialog.ui:151
msgctxt "areadialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
msgstr "ግልጽነት"
-#: areatabpage.ui:29
+#: cui/uiconfig/ui/areatabpage.ui:32
+msgctxt "areatabpage|tablelb"
+msgid "Cell"
+msgstr ""
+
+#: cui/uiconfig/ui/areatabpage.ui:33
+msgctxt "areatabpage|tablelb"
+msgid "Row"
+msgstr ""
+
+#: cui/uiconfig/ui/areatabpage.ui:34
+msgctxt "areatabpage|tablelb"
+msgid "Table"
+msgstr ""
+
+#: cui/uiconfig/ui/areatabpage.ui:45
msgctxt "areatabpage|btnnone"
msgid "None"
msgstr "ምንም"
-#: areatabpage.ui:42
+#: cui/uiconfig/ui/areatabpage.ui:58
msgctxt "areatabpage|btncolor"
msgid "Color"
msgstr "ቀለም"
-#: areatabpage.ui:55
+#: cui/uiconfig/ui/areatabpage.ui:71
msgctxt "areatabpage|btngradient"
msgid "Gradient"
msgstr "ከፍታ"
-#: areatabpage.ui:68
-msgctxt "areatabpage|btnhatch"
-msgid "Hatch"
-msgstr "በርካታ መስመር"
-
-#: areatabpage.ui:81
+#: cui/uiconfig/ui/areatabpage.ui:84
msgctxt "areatabpage|btnbitmap"
msgid "Bitmap"
msgstr "ቢትማፕ"
-#: areatabpage.ui:94
+#: cui/uiconfig/ui/areatabpage.ui:97
msgctxt "areatabpage|btnpattern"
msgid "Pattern"
msgstr "ንድፍ"
-#: asiantypography.ui:25
+#: cui/uiconfig/ui/areatabpage.ui:110
+msgctxt "areatabpage|btnhatch"
+msgid "Hatch"
+msgstr "በርካታ መስመር"
+
+#: cui/uiconfig/ui/asiantypography.ui:25
msgctxt "asiantypography|checkForbidList"
msgid "Apply list of forbidden characters to the beginning and end of lines"
msgstr "የ ተከለከሉ ዝርዝር ባህሪዎችን በ መስመሮች መጀመሪያ እና መጨረሻ ላይ መፈጸሚያ"
-#: asiantypography.ui:41
+#: cui/uiconfig/ui/asiantypography.ui:42
msgctxt "asiantypography|checkHangPunct"
msgid "Allow hanging punctuation"
msgstr "Allow hanging punctuation"
-#: asiantypography.ui:57
+#: cui/uiconfig/ui/asiantypography.ui:59
msgctxt "asiantypography|checkApplySpacing"
-msgid "Apply spacing between Asian, Latin and complex text"
-msgstr "ክፍተት መጨመሪያ በ ኤሺያን: ላቲን እና በ ውስብስብ ጽሁፍ ውስጥ"
+msgid "Apply spacing between Asian and non-Asian text"
+msgstr "በ እስያ: እና የ እስያን-ባልሆነ ጽሁፍ መካከል ክፍተት ማስቻያ"
-#: asiantypography.ui:79
+#: cui/uiconfig/ui/asiantypography.ui:82
msgctxt "asiantypography|labelLineChange"
msgid "Line Change"
msgstr "መስመር መቀየሪያ"
-#: assigncomponentdialog.ui:10
+#: cui/uiconfig/ui/assigncomponentdialog.ui:10
msgctxt "assigncomponentdialog|AssignComponent"
msgid "Assign Component"
msgstr "የተመደበው አካላት"
-#: assigncomponentdialog.ui:91
+#: cui/uiconfig/ui/assigncomponentdialog.ui:91
msgctxt "assigncomponentdialog|label1"
msgid "Component method name:"
msgstr "የ አካላት ዘዴ ስም:"
-#: autocorrectdialog.ui:9
+#: cui/uiconfig/ui/autocorrectdialog.ui:9
msgctxt "autocorrectdialog|AutoCorrectDialog"
msgid "AutoCorrect"
msgstr "በራሱ አራሚ"
-#: autocorrectdialog.ui:103
+#: cui/uiconfig/ui/autocorrectdialog.ui:103
msgctxt "autocorrectdialog|label1"
msgid "Replacements and exceptions for language:"
msgstr "ለ ቋንቋዎች መቀየሪያ እና የተለዩ ሁኔታዎች:"
-#: autocorrectdialog.ui:149
+#: cui/uiconfig/ui/autocorrectdialog.ui:149
msgctxt "autocorrectdialog|replace"
msgid "Replace"
msgstr "መቀየሪያ"
-#: autocorrectdialog.ui:171
+#: cui/uiconfig/ui/autocorrectdialog.ui:171
msgctxt "autocorrectdialog|exceptions"
msgid "Exceptions"
msgstr "የተለዩ"
-#: autocorrectdialog.ui:194
+#: cui/uiconfig/ui/autocorrectdialog.ui:194
msgctxt "autocorrectdialog|options"
msgid "Options"
msgstr "ምርጫዎች"
-#: autocorrectdialog.ui:217
+#: cui/uiconfig/ui/autocorrectdialog.ui:217
msgctxt "autocorrectdialog|apply"
msgid "Options"
msgstr "ምርጫዎች"
-#: autocorrectdialog.ui:240
+#: cui/uiconfig/ui/autocorrectdialog.ui:240
msgctxt "autocorrectdialog|localized"
msgid "Localized Options"
msgstr "የተወሰኑ ምርጫዎች"
-#: autocorrectdialog.ui:263
+#: cui/uiconfig/ui/autocorrectdialog.ui:263
msgctxt "autocorrectdialog|wordcompletion"
msgid "Word Completion"
msgstr "ቃላት አጨራረስ"
-#: autocorrectdialog.ui:286
+#: cui/uiconfig/ui/autocorrectdialog.ui:286
msgctxt "autocorrectdialog|smarttags"
msgid "Smart Tags"
msgstr "Smart Tags"
-#: backgroundpage.ui:20
+#: cui/uiconfig/ui/backgroundpage.ui:20
msgctxt "backgroundpage|liststore1"
msgid "Color"
msgstr "ቀለም"
-#: backgroundpage.ui:24
+#: cui/uiconfig/ui/backgroundpage.ui:24
msgctxt "backgroundpage|liststore1"
msgid "Image"
msgstr "ምስል"
-#: backgroundpage.ui:45
+#: cui/uiconfig/ui/backgroundpage.ui:45
msgctxt "backgroundpage|asft"
msgid "A_s:"
msgstr "እ_ንደ:"
-#: backgroundpage.ui:71
+#: cui/uiconfig/ui/backgroundpage.ui:71
msgctxt "backgroundpage|forft"
msgid "F_or:"
msgstr "_ለ:"
-#: backgroundpage.ui:91
+#: cui/uiconfig/ui/backgroundpage.ui:91
msgctxt "backgroundpage|tablelb"
msgid "Cell"
msgstr "ክፍል"
-#: backgroundpage.ui:92
+#: cui/uiconfig/ui/backgroundpage.ui:92
msgctxt "backgroundpage|tablelb"
msgid "Row"
msgstr "ረድፍ"
-#: backgroundpage.ui:93
+#: cui/uiconfig/ui/backgroundpage.ui:93
msgctxt "backgroundpage|tablelb"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: backgroundpage.ui:214
+#: cui/uiconfig/ui/backgroundpage.ui:214
msgctxt "backgroundpage|background_label"
msgid "Background Color"
msgstr "የ መደብ ቀለም"
-#: backgroundpage.ui:276
+#: cui/uiconfig/ui/backgroundpage.ui:276
msgctxt "backgroundpage|unlinkedft"
msgid "Unlinked image"
msgstr "ያልተገናኘ ምስል"
-#: backgroundpage.ui:288
+#: cui/uiconfig/ui/backgroundpage.ui:288
msgctxt "backgroundpage|findgraphicsft"
msgid "Find images"
msgstr "ምስሎች መፈለጊያ"
-#: backgroundpage.ui:304
+#: cui/uiconfig/ui/backgroundpage.ui:304
msgctxt "backgroundpage|browse"
msgid "_Browse..."
msgstr "_መቃኛ..."
-#: backgroundpage.ui:317
+#: cui/uiconfig/ui/backgroundpage.ui:317
msgctxt "backgroundpage|link"
msgid "_Link"
msgstr "_አገናኝ"
-#: backgroundpage.ui:345
+#: cui/uiconfig/ui/backgroundpage.ui:345
msgctxt "backgroundpage|label2"
msgid "File"
msgstr "ፋይል"
-#: backgroundpage.ui:403
+#: cui/uiconfig/ui/backgroundpage.ui:403
msgctxt "backgroundpage|positionrb"
msgid "_Position"
msgstr "_አካባቢ"
-#: backgroundpage.ui:423
+#: cui/uiconfig/ui/backgroundpage.ui:423
msgctxt "backgroundpage|arearb"
msgid "Ar_ea"
msgstr "ስ_ፋት"
-#: backgroundpage.ui:439
+#: cui/uiconfig/ui/backgroundpage.ui:439
msgctxt "backgroundpage|tilerb"
msgid "_Tile"
msgstr "_ክምር"
-#: backgroundpage.ui:467
+#: cui/uiconfig/ui/backgroundpage.ui:467
msgctxt "backgroundpage|label8"
msgid "Type"
msgstr "አይነት"
-#: backgroundpage.ui:506
+#: cui/uiconfig/ui/backgroundpage.ui:506
msgctxt "backgroundpage|showpreview"
msgid "Pre_view"
msgstr "ቅድመ_እይታ"
-#: baselinksdialog.ui:9
+#: cui/uiconfig/ui/baselinksdialog.ui:9
msgctxt "baselinksdialog|BaseLinksDialog"
msgid "Edit Links"
msgstr "አገናኞች ማረሚያ"
-#: baselinksdialog.ui:54
+#: cui/uiconfig/ui/baselinksdialog.ui:54
msgctxt "baselinksdialog|UPDATE_NOW"
msgid "_Update"
msgstr "_ማሻሻያ"
-#: baselinksdialog.ui:69
+#: cui/uiconfig/ui/baselinksdialog.ui:69
msgctxt "baselinksdialog|CHANGE_SOURCE"
msgid "_Modify..."
msgstr "_ማሻሻያ..."
-#: baselinksdialog.ui:84
+#: cui/uiconfig/ui/baselinksdialog.ui:84
msgctxt "baselinksdialog|BREAK_LINK"
msgid "_Break Link"
msgstr "አገናኝ _መጨረሻ"
-#: baselinksdialog.ui:132
+#: cui/uiconfig/ui/baselinksdialog.ui:132
msgctxt "baselinksdialog|FILES"
msgid "Source file"
msgstr "የ ፋይሉ ምንጭ"
-#: baselinksdialog.ui:146
+#: cui/uiconfig/ui/baselinksdialog.ui:146
msgctxt "baselinksdialog|LINKS"
msgid "Element:"
msgstr "አካል:"
-#: baselinksdialog.ui:160
+#: cui/uiconfig/ui/baselinksdialog.ui:160
msgctxt "baselinksdialog|TYPE"
msgid "Type"
msgstr "አይነት"
-#: baselinksdialog.ui:175
+#: cui/uiconfig/ui/baselinksdialog.ui:175
msgctxt "baselinksdialog|STATUS"
msgid "Status"
msgstr "ሁኔታው"
-#: baselinksdialog.ui:202
+#: cui/uiconfig/ui/baselinksdialog.ui:202
msgctxt "baselinksdialog|TB_LINKS-atkobject"
msgid "Edit Links"
msgstr "አገናኞች ማረሚያ"
-#: baselinksdialog.ui:231
+#: cui/uiconfig/ui/baselinksdialog.ui:231
msgctxt "baselinksdialog|FILES2"
msgid "Source file"
msgstr "የ ፋይሉ ምንጭ"
-#: baselinksdialog.ui:247
+#: cui/uiconfig/ui/baselinksdialog.ui:247
msgctxt "baselinksdialog|SOURCE2"
msgid "Element:"
msgstr "አካል:"
-#: baselinksdialog.ui:261
+#: cui/uiconfig/ui/baselinksdialog.ui:261
msgctxt "baselinksdialog|TYPE2"
msgid "Type:"
msgstr "አይነት:"
-#: baselinksdialog.ui:275
+#: cui/uiconfig/ui/baselinksdialog.ui:275
msgctxt "baselinksdialog|UPDATE"
msgid "Update:"
msgstr "ማሻሻያ:"
-#: baselinksdialog.ui:352
+#: cui/uiconfig/ui/baselinksdialog.ui:352
msgctxt "baselinksdialog|AUTOMATIC"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
-#: baselinksdialog.ui:372
+#: cui/uiconfig/ui/baselinksdialog.ui:372
msgctxt "baselinksdialog|MANUAL"
msgid "Ma_nual"
msgstr "በእጅ_የሚሰራ"
-#: bitmaptabpage.ui:46
+#: cui/uiconfig/ui/bitmaptabpage.ui:46
msgctxt "bitmaptabpage|BTN_IMPORT"
msgid "Add / Import"
msgstr "መጨመሪያ / ማምጫ"
-#: bitmaptabpage.ui:65
+#: cui/uiconfig/ui/bitmaptabpage.ui:65
msgctxt "bitmaptabpage|label1"
msgid "Bitmap"
msgstr "ቢትማፕ"
-#: bitmaptabpage.ui:110
+#: cui/uiconfig/ui/bitmaptabpage.ui:110
msgctxt "bitmaptabpage|label3"
msgid "Style:"
msgstr "ዘዴ:"
-#: bitmaptabpage.ui:126
+#: cui/uiconfig/ui/bitmaptabpage.ui:126
msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Original"
-msgstr "ዋናው"
+msgid "Custom position/size"
+msgstr ""
-#: bitmaptabpage.ui:127
+#: cui/uiconfig/ui/bitmaptabpage.ui:127
msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Filled"
-msgstr "ተሞልቷል"
+msgid "Tiled"
+msgstr "መደርደሪያ"
-#: bitmaptabpage.ui:128
+#: cui/uiconfig/ui/bitmaptabpage.ui:128
msgctxt "bitmaptabpage|bitmapstyle"
msgid "Stretched"
msgstr "የ ተስፋፋ"
-#: bitmaptabpage.ui:129
-msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Zoomed"
-msgstr "ማሳያ"
-
-#: bitmaptabpage.ui:130
-msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Custom"
-msgstr "ማስተካከያ"
-
-#: bitmaptabpage.ui:131
-msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Tiled"
-msgstr "መደርደሪያ"
-
-#: bitmaptabpage.ui:157
+#: cui/uiconfig/ui/bitmaptabpage.ui:154
msgctxt "bitmaptabpage|label4"
msgid "Size:"
msgstr "መጠን:"
-#: bitmaptabpage.ui:175
+#: cui/uiconfig/ui/bitmaptabpage.ui:172
msgctxt "bitmaptabpage|label5"
msgid "Width:"
msgstr "ስፋት:"
-#: bitmaptabpage.ui:201
+#: cui/uiconfig/ui/bitmaptabpage.ui:198
msgctxt "bitmaptabpage|label6"
msgid "Height:"
msgstr "እርዝመት:"
-#: bitmaptabpage.ui:232
+#: cui/uiconfig/ui/bitmaptabpage.ui:229
msgctxt "bitmaptabpage|scaletsb"
msgid "Scale"
msgstr "መለኪያ"
-#: bitmaptabpage.ui:262
+#: cui/uiconfig/ui/bitmaptabpage.ui:260
msgctxt "bitmaptabpage|label7"
msgid "Position:"
msgstr "ቦታ:"
-#: bitmaptabpage.ui:278
+#: cui/uiconfig/ui/bitmaptabpage.ui:276
msgctxt "bitmaptabpage|positionlb"
msgid "Top Left"
msgstr "ከ ላይ በ ግራ"
-#: bitmaptabpage.ui:279
+#: cui/uiconfig/ui/bitmaptabpage.ui:277
msgctxt "bitmaptabpage|positionlb"
msgid "Top Center"
msgstr "ከ ላይ መሀከል"
-#: bitmaptabpage.ui:280
+#: cui/uiconfig/ui/bitmaptabpage.ui:278
msgctxt "bitmaptabpage|positionlb"
msgid "Top Right"
msgstr "ከ ላይ በ ቀኝ"
-#: bitmaptabpage.ui:281
+#: cui/uiconfig/ui/bitmaptabpage.ui:279
msgctxt "bitmaptabpage|positionlb"
msgid "Center Left"
msgstr "መሀከል በ ግራ"
-#: bitmaptabpage.ui:282
+#: cui/uiconfig/ui/bitmaptabpage.ui:280
msgctxt "bitmaptabpage|positionlb"
msgid "Center"
msgstr "መሀከል"
-#: bitmaptabpage.ui:283
+#: cui/uiconfig/ui/bitmaptabpage.ui:281
msgctxt "bitmaptabpage|positionlb"
msgid "Center Right"
msgstr "መሀከል በ ቀኝ"
-#: bitmaptabpage.ui:284
+#: cui/uiconfig/ui/bitmaptabpage.ui:282
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Left"
msgstr "ከ ታች በ ግራ"
-#: bitmaptabpage.ui:285
+#: cui/uiconfig/ui/bitmaptabpage.ui:283
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Center"
msgstr "ከ ታች መሀከል"
-#: bitmaptabpage.ui:286
+#: cui/uiconfig/ui/bitmaptabpage.ui:284
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Right"
msgstr "ከ ታች በ ቀኝ"
-#: bitmaptabpage.ui:312
+#: cui/uiconfig/ui/bitmaptabpage.ui:310
msgctxt "bitmaptabpage|label9"
msgid "Tiling Position:"
msgstr "መከመሪያ ቦታ:"
-#: bitmaptabpage.ui:331
+#: cui/uiconfig/ui/bitmaptabpage.ui:329
msgctxt "bitmaptabpage|label10"
msgid "X-Offset:"
msgstr "X-ማካካሻ:"
-#: bitmaptabpage.ui:356
+#: cui/uiconfig/ui/bitmaptabpage.ui:354
msgctxt "bitmaptabpage|label11"
msgid "Y-Offset:"
msgstr "Y-ማካካሻ:"
-#: bitmaptabpage.ui:401
+#: cui/uiconfig/ui/bitmaptabpage.ui:399
msgctxt "bitmaptabpage|label15"
msgid "Tiling Offset:"
msgstr "መከመሪያ ማካካሻ:"
-#: bitmaptabpage.ui:423
+#: cui/uiconfig/ui/bitmaptabpage.ui:421
msgctxt "bitmaptabpage|tileofflb"
msgid "Row"
msgstr "ረድፍ"
-#: bitmaptabpage.ui:424
+#: cui/uiconfig/ui/bitmaptabpage.ui:422
msgctxt "bitmaptabpage|tileofflb"
msgid "Column"
msgstr "አምድ"
-#: bitmaptabpage.ui:467
+#: cui/uiconfig/ui/bitmaptabpage.ui:465
msgctxt "bitmaptabpage|label2"
msgid "Options"
msgstr "ምርጫዎች"
-#: bitmaptabpage.ui:510
+#: cui/uiconfig/ui/bitmaptabpage.ui:508
msgctxt "bitmaptabpage|CTL_BITMAP_PREVIEW-atkobject"
msgid "Example"
msgstr "ምሳሌ"
-#: bitmaptabpage.ui:528
+#: cui/uiconfig/ui/bitmaptabpage.ui:526
msgctxt "bitmaptabpage|label8"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: blackorwhitelistentrydialog.ui:14
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:14
msgctxt "blackorwhitelistentrydialog|os-liststore"
msgid "Any"
msgstr "ማንኛውም"
-#: blackorwhitelistentrydialog.ui:188
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:188
msgctxt "blackorwhitelistentrydialog|label4"
msgid "Operating system:"
msgstr "የ መስሪያ ስርአት:"
-#: blackorwhitelistentrydialog.ui:201
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:201
msgctxt "blackorwhitelistentrydialog|label5"
msgid "Version:"
msgstr "እትም:"
-#: blackorwhitelistentrydialog.ui:214
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:214
msgctxt "blackorwhitelistentrydialog|label6"
msgid "OpenCL vendor:"
msgstr "የ OpenCL ሻጪ:"
-#: blackorwhitelistentrydialog.ui:227
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:227
msgctxt "blackorwhitelistentrydialog|label7"
msgid "Device:"
msgstr "አካል:"
-#: blackorwhitelistentrydialog.ui:240
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:240
msgctxt "blackorwhitelistentrydialog|label8"
msgid "Driver version:"
msgstr "የ Driver እትም:"
-#: blackorwhitelistentrydialog.ui:258
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:258
msgctxt "blackorwhitelistentrydialog|bledittitle"
msgid "Edit OpenCL Blacklist Entry"
msgstr "ማረሚያ የ OpenCL ጥቁር ዝርዝር ማስገቢያ"
-#: blackorwhitelistentrydialog.ui:269
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:269
msgctxt "blackorwhitelistentrydialog|bladdtitle"
msgid "Create OpenCL Blacklist Entry"
msgstr "መፍጠሪያ የ OpenCL ጥቁር ዝርዝር ማስገቢያ"
-#: blackorwhitelistentrydialog.ui:280
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:280
msgctxt "blackorwhitelistentrydialog|wledittitle"
msgid "Edit OpenCL Whitelist Entry"
msgstr "ማረሚያ የ OpenCL ነጭ ዝርዝር ማስገቢያ"
-#: blackorwhitelistentrydialog.ui:291
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:291
msgctxt "blackorwhitelistentrydialog|wladdtitle"
msgid "Create OpenCL Whitelist Entry"
msgstr "መፍጠሪያ የ OpenCL ነጭ ዝርዝር ማስገቢያ"
-#: blackorwhitelistentrydialog.ui:306
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:306
msgctxt "blackorwhitelistentrydialog|label1"
msgid "OpenCL Information"
msgstr "OpenCL መረጃ"
-#: borderareatransparencydialog.ui:8
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:8
msgctxt "borderareatransparencydialog|BorderAreaTransparencyDialog"
msgid "Border / Background"
msgstr "ድንበር / መደብ"
-#: borderareatransparencydialog.ui:106
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:106
msgctxt "borderareatransparencydialog|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: borderareatransparencydialog.ui:128
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:128
msgctxt "borderareatransparencydialog|area"
msgid "Area"
msgstr "ቦታ"
-#: borderareatransparencydialog.ui:151
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:151
msgctxt "borderareatransparencydialog|transparence"
msgid "Transparency"
msgstr "ግልጽነት"
-#: borderbackgrounddialog.ui:8
+#: cui/uiconfig/ui/borderbackgrounddialog.ui:8
msgctxt "borderbackgrounddialog|BorderBackgroundDialog"
msgid "Border / Background"
msgstr "ድንበር / መደብ"
-#: borderbackgrounddialog.ui:106
+#: cui/uiconfig/ui/borderbackgrounddialog.ui:106
msgctxt "borderbackgrounddialog|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: borderbackgrounddialog.ui:128
+#: cui/uiconfig/ui/borderbackgrounddialog.ui:128
msgctxt "borderbackgrounddialog|background"
msgid "Background"
msgstr "መደብ"
-#: borderpage.ui:71
+#: cui/uiconfig/ui/borderpage.ui:71
msgctxt "borderpage|userdefft"
msgid "_User-defined:"
msgstr "በ_ተጠቃሚው-የሚገለጽ:"
-#: borderpage.ui:85
+#: cui/uiconfig/ui/borderpage.ui:85
msgctxt "borderpage|label14"
msgid "Pr_esets:"
msgstr "በ ቅድሚያ _ማሰናጃ:"
-#: borderpage.ui:110
+#: cui/uiconfig/ui/borderpage.ui:110
msgctxt "borderpage|rmadjcellbordersft"
msgid "_Adjacent Cells:"
msgstr "_አጓዳኝ ክፍሎች:"
-#: borderpage.ui:121
+#: cui/uiconfig/ui/borderpage.ui:121
msgctxt "borderpage|rmadjcellborders"
msgid "Remove border"
msgstr "ድንበር ማስወገጃ"
-#: borderpage.ui:141
+#: cui/uiconfig/ui/borderpage.ui:142
msgctxt "borderpage|label8"
msgid "Line Arrangement"
msgstr "የ መስመር አዘገጃጀት"
-#: borderpage.ui:175
+#: cui/uiconfig/ui/borderpage.ui:176
msgctxt "borderpage|label15"
msgid "St_yle:"
msgstr "ዘ_ዴ:"
-#: borderpage.ui:189
+#: cui/uiconfig/ui/borderpage.ui:190
msgctxt "borderpage|label16"
msgid "_Width:"
msgstr "_ስፋት:"
-#: borderpage.ui:203
+#: cui/uiconfig/ui/borderpage.ui:204
msgctxt "borderpage|label17"
msgid "_Color:"
msgstr "_ቀለም:"
-#: borderpage.ui:253
+#: cui/uiconfig/ui/borderpage.ui:253
msgctxt "borderpage|label9"
msgid "Line"
msgstr "መስመር"
-#: borderpage.ui:340
+#: cui/uiconfig/ui/borderpage.ui:336
msgctxt "borderpage|leftft"
msgid "_Left:"
msgstr "በ _ግራ:"
-#: borderpage.ui:354
+#: cui/uiconfig/ui/borderpage.ui:350
msgctxt "borderpage|rightft"
msgid "Right:"
msgstr "በ ቀኝ:"
-#: borderpage.ui:368
+#: cui/uiconfig/ui/borderpage.ui:364
msgctxt "borderpage|topft"
msgid "_Top:"
msgstr "ከ _ላይ:"
-#: borderpage.ui:382
+#: cui/uiconfig/ui/borderpage.ui:378
msgctxt "borderpage|bottomft"
msgid "_Bottom:"
msgstr "ከ _ታች:"
-#: borderpage.ui:393
+#: cui/uiconfig/ui/borderpage.ui:389
msgctxt "borderpage|sync"
msgid "Synchronize"
msgstr "ማስማሚያ"
-#: borderpage.ui:414
+#: cui/uiconfig/ui/borderpage.ui:411
msgctxt "borderpage|label10"
msgid "Padding"
msgstr "መጨመሪያ"
-#: borderpage.ui:457
+#: cui/uiconfig/ui/borderpage.ui:454
msgctxt "borderpage|label22"
msgid "_Position:"
msgstr "_ቦታ:"
-#: borderpage.ui:471
+#: cui/uiconfig/ui/borderpage.ui:468
msgctxt "borderpage|distanceft"
msgid "Distan_ce:"
msgstr "እርቀ_ት:"
-#: borderpage.ui:485
+#: cui/uiconfig/ui/borderpage.ui:482
msgctxt "borderpage|shadowcolorft"
msgid "C_olor:"
msgstr "ቀ_ለም:"
-#: borderpage.ui:537
+#: cui/uiconfig/ui/borderpage.ui:533
msgctxt "borderpage|label11"
msgid "Shadow Style"
msgstr "የ ጥላ ዘዴ"
-#: borderpage.ui:570
+#: cui/uiconfig/ui/borderpage.ui:566
msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "_ማዋሀጃ ከሚቀጥለው አንቀጽ ጋር"
-#: borderpage.ui:585
+#: cui/uiconfig/ui/borderpage.ui:581
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "አጠገቡ ያለውን የ መስመር ዘዴዎች _ማዋሀጃ"
-#: borderpage.ui:606
+#: cui/uiconfig/ui/borderpage.ui:602
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "ባህሪዎች"
-#: breaknumberoption.ui:15
+#: cui/uiconfig/ui/breaknumberoption.ui:15
msgctxt "breaknumberoption|BreakNumberOption"
msgid "Hyphenation"
msgstr "ጭረት"
-#: breaknumberoption.ui:97
+#: cui/uiconfig/ui/breaknumberoption.ui:99
msgctxt "breaknumberoption|beforelabel"
msgid "Characters Before Break"
msgstr "ባህሪዎች ከ መጨረሻ በፊት"
-#: breaknumberoption.ui:136
+#: cui/uiconfig/ui/breaknumberoption.ui:138
msgctxt "breaknumberoption|afterlabel"
msgid "Characters After Break"
msgstr "ባህሪዎች ከ መጨረሻ በኋላ"
-#: breaknumberoption.ui:175
+#: cui/uiconfig/ui/breaknumberoption.ui:177
msgctxt "breaknumberoption|minimallabel"
msgid "Minimal Word Length"
msgstr "አነስተኛ የ ቃላት እርዝመት"
-#: calloutdialog.ui:8
+#: cui/uiconfig/ui/calloutdialog.ui:8
msgctxt "calloutdialog|CalloutDialog"
msgid "Position and Size"
msgstr "ቦታ እና መጠን"
-#: calloutdialog.ui:106
+#: cui/uiconfig/ui/calloutdialog.ui:106
msgctxt "calloutdialog|RID_SVXPAGE_POSITION_SIZE"
msgid "Position and Size"
msgstr "ቦታ እና መጠን"
-#: calloutdialog.ui:128
+#: cui/uiconfig/ui/calloutdialog.ui:128
msgctxt "calloutdialog|RID_SVXPAGE_SWPOSSIZE"
msgid "Position and Size"
msgstr "ቦታ እና መጠን"
-#: calloutdialog.ui:151
+#: cui/uiconfig/ui/calloutdialog.ui:151
msgctxt "calloutdialog|RID_SVXPAGE_CAPTION"
msgid "Callout"
msgstr "መጥሪያ"
-#: calloutpage.ui:20
+#: cui/uiconfig/ui/calloutpage.ui:20
msgctxt "calloutpage|liststore1"
msgid "Optimal"
msgstr "አጥጋቢ"
-#: calloutpage.ui:24
+#: cui/uiconfig/ui/calloutpage.ui:24
msgctxt "calloutpage|liststore1"
msgid "From top"
msgstr "ከ ላይ"
-#: calloutpage.ui:28
+#: cui/uiconfig/ui/calloutpage.ui:28
msgctxt "calloutpage|liststore1"
msgid "From left"
msgstr "ከ ግራ"
-#: calloutpage.ui:32
+#: cui/uiconfig/ui/calloutpage.ui:32
msgctxt "calloutpage|liststore1"
msgid "Horizontal"
msgstr "በ አግድም"
-#: calloutpage.ui:36
+#: cui/uiconfig/ui/calloutpage.ui:36
msgctxt "calloutpage|liststore1"
msgid "Vertical"
msgstr "በ ቁመት"
-#: calloutpage.ui:74
+#: cui/uiconfig/ui/calloutpage.ui:74
msgctxt "calloutpage|label2"
msgid "_Extension:"
msgstr "_ተጨማሪ:"
-#: calloutpage.ui:123
+#: cui/uiconfig/ui/calloutpage.ui:123
msgctxt "calloutpage|lengthft"
msgid "_Length:"
msgstr "_እርዝመት:"
-#: calloutpage.ui:140
+#: cui/uiconfig/ui/calloutpage.ui:140
msgctxt "calloutpage|optimal"
msgid "_Optimal"
msgstr "_አጥጋቢ"
-#: calloutpage.ui:164
+#: cui/uiconfig/ui/calloutpage.ui:164
msgctxt "calloutpage|positionft"
msgid "_Position:"
msgstr "_ቦታ:"
-#: calloutpage.ui:178
+#: cui/uiconfig/ui/calloutpage.ui:178
msgctxt "calloutpage|byft"
msgid "_By:"
msgstr "_በ:"
-#: calloutpage.ui:192
+#: cui/uiconfig/ui/calloutpage.ui:192
msgctxt "calloutpage|position"
msgid "Top"
msgstr "ከ ላይ"
-#: calloutpage.ui:193
+#: cui/uiconfig/ui/calloutpage.ui:193
msgctxt "calloutpage|position"
msgid "Middle"
msgstr "መሀከል"
-#: calloutpage.ui:194
+#: cui/uiconfig/ui/calloutpage.ui:194
msgctxt "calloutpage|position"
msgid "Bottom"
msgstr "ከ ታች"
-#: calloutpage.ui:195
+#: cui/uiconfig/ui/calloutpage.ui:195
msgctxt "calloutpage|position"
msgid "Left"
msgstr "በ ግራ"
-#: calloutpage.ui:196
+#: cui/uiconfig/ui/calloutpage.ui:196
msgctxt "calloutpage|position"
msgid "Center"
msgstr "መሀከል"
-#: calloutpage.ui:197
+#: cui/uiconfig/ui/calloutpage.ui:197
msgctxt "calloutpage|position"
msgid "Right"
msgstr "በ ቀኝ"
-#: calloutpage.ui:234
+#: cui/uiconfig/ui/calloutpage.ui:234
msgctxt "calloutpage|label1"
msgid "_Spacing:"
msgstr "_ክፍተት:"
-#: calloutpage.ui:312
+#: cui/uiconfig/ui/calloutpage.ui:312
msgctxt "calloutpage|linetypes"
msgid "Straight Line"
msgstr "ቀጥተኛ መስመር"
-#: calloutpage.ui:313
+#: cui/uiconfig/ui/calloutpage.ui:313
msgctxt "calloutpage|linetypes"
msgid "Angled Line"
msgstr "የ መስመር አንግል"
-#: calloutpage.ui:314
+#: cui/uiconfig/ui/calloutpage.ui:314
msgctxt "calloutpage|linetypes"
msgid "Angled Connector Line"
msgstr "የ መስመር አንግል አገናኝ"
-#: cellalignment.ui:24
+#: cui/uiconfig/ui/cellalignment.ui:24
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Default"
msgstr "ነባር"
-#: cellalignment.ui:28
+#: cui/uiconfig/ui/cellalignment.ui:28
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Left"
msgstr "በ ግራ"
-#: cellalignment.ui:32
+#: cui/uiconfig/ui/cellalignment.ui:32
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Center"
msgstr "መሀከል"
-#: cellalignment.ui:36
+#: cui/uiconfig/ui/cellalignment.ui:36
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Right"
msgstr "በ ቀኝ"
-#: cellalignment.ui:40
+#: cui/uiconfig/ui/cellalignment.ui:40
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Justified"
msgstr "እኩል ማካፈያ"
-#: cellalignment.ui:44
+#: cui/uiconfig/ui/cellalignment.ui:44
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Filled"
msgstr "የተሞላ"
-#: cellalignment.ui:48
+#: cui/uiconfig/ui/cellalignment.ui:48
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Distributed"
msgstr "ተሰራጭቷል"
-#: cellalignment.ui:62
+#: cui/uiconfig/ui/cellalignment.ui:62
msgctxt "cellalignment|liststoreVertAlign"
msgid "Default"
msgstr "ነባር"
-#: cellalignment.ui:66
+#: cui/uiconfig/ui/cellalignment.ui:66
msgctxt "cellalignment|liststoreVertAlign"
msgid "Top"
msgstr "ከ ላይ"
-#: cellalignment.ui:70
+#: cui/uiconfig/ui/cellalignment.ui:70
msgctxt "cellalignment|liststoreVertAlign"
msgid "Middle"
msgstr "መሀከል"
-#: cellalignment.ui:74
+#: cui/uiconfig/ui/cellalignment.ui:74
msgctxt "cellalignment|liststoreVertAlign"
msgid "Bottom"
msgstr "ከ ታች"
-#: cellalignment.ui:78
+#: cui/uiconfig/ui/cellalignment.ui:78
msgctxt "cellalignment|liststoreVertAlign"
msgid "Justified"
msgstr "እኩል ማካፈያ"
-#: cellalignment.ui:82
+#: cui/uiconfig/ui/cellalignment.ui:82
msgctxt "cellalignment|liststoreVertAlign"
msgid "Distributed"
msgstr "ተሰራጭቷል"
-#: cellalignment.ui:123
+#: cui/uiconfig/ui/cellalignment.ui:123
msgctxt "cellalignment|labelDegrees"
msgid "_Degrees:"
msgstr "_ዲግሪዎች:"
-#: cellalignment.ui:136
+#: cui/uiconfig/ui/cellalignment.ui:137
msgctxt "cellalignment|labelRefEdge"
msgid "_Reference edge:"
msgstr "የ _ማመሳከሪያ ጠርዝ:"
-#: cellalignment.ui:196
+#: cui/uiconfig/ui/cellalignment.ui:196
msgctxt "cellalignment|checkVertStack"
msgid "Vertically s_tacked"
msgstr "በ ቁመት የ_ተከመረ"
-#: cellalignment.ui:212
+#: cui/uiconfig/ui/cellalignment.ui:212
msgctxt "cellalignment|checkAsianMode"
msgid "Asian layout _mode"
msgstr "የ እስያ እቅድ _ዘዴ"
-#: cellalignment.ui:241
+#: cui/uiconfig/ui/cellalignment.ui:241
msgctxt "cellalignment|labelTextOrient"
msgid "Text Orientation"
msgstr "የ ጽሁፍ አቅጣጫ"
-#: cellalignment.ui:275
+#: cui/uiconfig/ui/cellalignment.ui:275
msgctxt "cellalignment|checkWrapTextAuto"
msgid "_Wrap text automatically"
msgstr "ጽሁፍ ራሱ በራሱ _መጠቅለያ"
-#: cellalignment.ui:292
+#: cui/uiconfig/ui/cellalignment.ui:292
msgctxt "cellalignment|checkShrinkFitCellSize"
msgid "_Shrink to fit cell size"
msgstr "_ማሳነሻ በክፍሉ ልክ መጠን"
-#: cellalignment.ui:308
+#: cui/uiconfig/ui/cellalignment.ui:308
msgctxt "cellalignment|checkHyphActive"
msgid "Hyphenation _active"
msgstr "ጭረት _ንቁ ነው"
-#: cellalignment.ui:334
+#: cui/uiconfig/ui/cellalignment.ui:334
msgctxt "cellalignment|LabelTxtDir"
msgid "Te_xt direction:"
msgstr "የ ጽ_ሁፍ አቅጣጫ:"
-#: cellalignment.ui:369
+#: cui/uiconfig/ui/cellalignment.ui:369
msgctxt "cellalignment|labelProperties"
msgid "Properties"
msgstr "ባህሪዎች"
-#: cellalignment.ui:418
+#: cui/uiconfig/ui/cellalignment.ui:417
msgctxt "cellalignment|labelHorzAlign"
msgid "Hori_zontal"
msgstr "በአግ_ድም"
-#: cellalignment.ui:432
+#: cui/uiconfig/ui/cellalignment.ui:431
msgctxt "cellalignment|labelVertAlign"
msgid "_Vertical"
msgstr "በ _ቁመት"
-#: cellalignment.ui:446
+#: cui/uiconfig/ui/cellalignment.ui:445
msgctxt "cellalignment|labelIndent"
msgid "I_ndent"
msgstr "ማ_ስረጊያ"
-#: cellalignment.ui:487
+#: cui/uiconfig/ui/cellalignment.ui:486
msgctxt "cellalignment|LabelTextAlig"
msgid "Text Alignment"
msgstr "ጽሁፍ ማሰለፊያ"
-#: cellalignment.ui:507
+#: cui/uiconfig/ui/cellalignment.ui:506
msgctxt "cellalignment|labelSTR_BOTTOMLOCK"
msgid "Text Extension From Lower Cell Border"
msgstr "የ ጽሁፍ ተቀጥያዎች ከ ዝቅተኛው ክፍል ድንበር"
-#: cellalignment.ui:518
+#: cui/uiconfig/ui/cellalignment.ui:517
msgctxt "cellalignment|labelSTR_TOPLOCK"
msgid "Text Extension From Upper Cell Border"
msgstr "የ ጽሁፍ ተቀጥያዎች ከ ከፍተኛው ክፍል ድንበር"
-#: cellalignment.ui:529
+#: cui/uiconfig/ui/cellalignment.ui:528
msgctxt "cellalignment|labelSTR_CELLLOCK"
msgid "Text Extension Inside Cell"
msgstr "የ ጽሁፍ ተቀጥያዎች በ ክፍል ውስጥ"
-#: cellalignment.ui:540
+#: cui/uiconfig/ui/cellalignment.ui:539
msgctxt "cellalignment|labelABCD"
msgid "ABCD"
msgstr "ABCD"
-#: certdialog.ui:9
+#: cui/uiconfig/ui/certdialog.ui:9
msgctxt "certdialog|CertDialog"
msgid "Certificate Path"
msgstr "የምስክር ወረቀት መንገድ"
-#: certdialog.ui:78
+#: cui/uiconfig/ui/certdialog.ui:78
msgctxt "certdialog|add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
-#: certdialog.ui:129
+#: cui/uiconfig/ui/certdialog.ui:129
msgctxt "certdialog|label2"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures:"
msgstr "ለ ዲጂታል ፊርማዎች የ ኔትዎርክ ደህንነት ግልጋሎቶች የ ምስክር ወረቀት ዳይሬክቶሪ ይምረጡ ወይንም ይጨምሩ"
-#: certdialog.ui:151
+#: cui/uiconfig/ui/certdialog.ui:151
msgctxt "certdialog|manual"
msgid "manual"
msgstr "በ እጅ የሚሰራ"
-#: certdialog.ui:165
+#: cui/uiconfig/ui/certdialog.ui:165
msgctxt "certdialog|profile"
msgid "Profile"
msgstr "ገጽታ"
-#: certdialog.ui:179
+#: cui/uiconfig/ui/certdialog.ui:179
msgctxt "certdialog|dir"
msgid "Directory"
msgstr "ዳይሬክቶሪ"
-#: certdialog.ui:192
+#: cui/uiconfig/ui/certdialog.ui:192
msgctxt "certdialog|certdir"
msgid "Select a Certificate directory"
msgstr "የ ምስክር ወረቀት ዳይረክቶሪ ይምረጡ"
-#: certdialog.ui:235
+#: cui/uiconfig/ui/certdialog.ui:235
msgctxt "certdialog|label1"
msgid "Certificate Path"
msgstr "የምስክር ወረቀት መንገድ"
-#: charnamepage.ui:46
+#: cui/uiconfig/ui/charnamepage.ui:46
msgctxt "charnamepage|westlangft-nocjk"
msgid "Language:"
msgstr "ቋንቋ:"
-#: charnamepage.ui:185
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|westsizeft-nocjk"
msgid "Size:"
msgstr "መጠን:"
-#: charnamepage.ui:257
+#: cui/uiconfig/ui/charnamepage.ui:257
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "መጠን:"
-#: charnamepage.ui:272
+#: cui/uiconfig/ui/charnamepage.ui:272
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "ቋንቋ:"
-#: charnamepage.ui:346
+#: cui/uiconfig/ui/charnamepage.ui:346
msgctxt "charnamepage|label4"
msgid "Western Text Font"
msgstr "Western Text Font"
-#: charnamepage.ui:415
+#: cui/uiconfig/ui/charnamepage.ui:415
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "መጠን:"
-#: charnamepage.ui:430
+#: cui/uiconfig/ui/charnamepage.ui:430
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "ቋንቋ:"
-#: charnamepage.ui:503
+#: cui/uiconfig/ui/charnamepage.ui:503
msgctxt "charnamepage|label5"
msgid "Asian Text Font"
msgstr "Asian Text Font"
-#: charnamepage.ui:572
+#: cui/uiconfig/ui/charnamepage.ui:572
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "መጠን:"
-#: charnamepage.ui:587
+#: cui/uiconfig/ui/charnamepage.ui:587
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "ቋንቋ:"
-#: charnamepage.ui:661
+#: cui/uiconfig/ui/charnamepage.ui:661
msgctxt "charnamepage|label6"
msgid "CTL Font"
msgstr "CTL Font"
-#: charnamepage.ui:688
+#: cui/uiconfig/ui/charnamepage.ui:688
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: colorconfigwin.ui:14
+#: cui/uiconfig/ui/colorconfigwin.ui:14
msgctxt "colorconfigwin|docboundaries"
msgid "Text boundaries"
msgstr "የጽሁፍ ድንበሮች"
-#: colorconfigwin.ui:33
+#: cui/uiconfig/ui/colorconfigwin.ui:34
msgctxt "colorconfigwin|doccolor"
msgid "Document background"
msgstr "የ ሰነዱ መደብ"
-#: colorconfigwin.ui:65
+#: cui/uiconfig/ui/colorconfigwin.ui:66
msgctxt "colorconfigwin|general"
msgid "General"
msgstr "ባጠቃላይ"
-#: colorconfigwin.ui:92
+#: cui/uiconfig/ui/colorconfigwin.ui:93
msgctxt "colorconfigwin|appback"
msgid "Application background"
msgstr "የ መተግበሪያው መደብ"
-#: colorconfigwin.ui:101
+#: cui/uiconfig/ui/colorconfigwin.ui:102
msgctxt "colorconfigwin|objboundaries"
msgid "Object boundaries"
msgstr "የእቃው ድንበሮች"
-#: colorconfigwin.ui:126
+#: cui/uiconfig/ui/colorconfigwin.ui:128
msgctxt "colorconfigwin|tblboundaries"
msgid "Table boundaries"
msgstr "የሰንጠረዥ ድንበሮች"
-#: colorconfigwin.ui:155
+#: cui/uiconfig/ui/colorconfigwin.ui:158
msgctxt "colorconfigwin|font"
msgid "Font color"
msgstr "የ ፊደል ቀለም"
-#: colorconfigwin.ui:174
+#: cui/uiconfig/ui/colorconfigwin.ui:177
msgctxt "colorconfigwin|unvisitedlinks"
msgid "Unvisited links"
msgstr "ያልተጎበኙ አገናኞች"
-#: colorconfigwin.ui:199
+#: cui/uiconfig/ui/colorconfigwin.ui:203
msgctxt "colorconfigwin|visitedlinks"
msgid "Visited links"
msgstr "የተጎበኙ አገናኞች"
-#: colorconfigwin.ui:228
+#: cui/uiconfig/ui/colorconfigwin.ui:233
msgctxt "colorconfigwin|autospellcheck"
msgid "AutoSpellcheck"
msgstr "በራሱ ፊደል አራሚ"
-#: colorconfigwin.ui:241
+#: cui/uiconfig/ui/colorconfigwin.ui:246
msgctxt "colorconfigwin|smarttags"
msgid "Smart Tags"
msgstr "Smart Tags"
-#: colorconfigwin.ui:283
+#: cui/uiconfig/ui/colorconfigwin.ui:288
msgctxt "colorconfigwin|writer"
msgid "Text Document"
msgstr "የጽሁፍ ሰነድ"
-#: colorconfigwin.ui:310
+#: cui/uiconfig/ui/colorconfigwin.ui:315
msgctxt "colorconfigwin|writergrid"
msgid "Grid"
msgstr "መጋጠሚያ"
-#: colorconfigwin.ui:353
+#: cui/uiconfig/ui/colorconfigwin.ui:358
msgctxt "colorconfigwin|script"
msgid "Script Indicator"
msgstr "ጽሁፍ ጠቋሚ"
-#: colorconfigwin.ui:362
+#: cui/uiconfig/ui/colorconfigwin.ui:367
msgctxt "colorconfigwin|field"
msgid "Field shadings"
msgstr "የ ሜዳ ጥላዎች"
-#: colorconfigwin.ui:377
+#: cui/uiconfig/ui/colorconfigwin.ui:383
msgctxt "colorconfigwin|index"
msgid "Index and table shadings"
msgstr "የ ማውጫ እና የ ሰንጠረዥ ጥላዎች"
-#: colorconfigwin.ui:392
+#: cui/uiconfig/ui/colorconfigwin.ui:399
msgctxt "colorconfigwin|section"
msgid "Section boundaries"
msgstr "የክፍል ድንበሮች"
-#: colorconfigwin.ui:431
+#: cui/uiconfig/ui/colorconfigwin.ui:439
msgctxt "colorconfigwin|hdft"
msgid "Headers and Footer delimiter"
msgstr "የ ራስጌ እና ግርጌ ምልክት"
-#: colorconfigwin.ui:454
+#: cui/uiconfig/ui/colorconfigwin.ui:462
msgctxt "colorconfigwin|pagebreak"
msgid "Page and column breaks"
msgstr "የ ገጽ እና የ አምድ መጨረሻ"
-#: colorconfigwin.ui:477
+#: cui/uiconfig/ui/colorconfigwin.ui:485
msgctxt "colorconfigwin|direct"
msgid "Direct Cursor"
msgstr "በቀጥታ ጠቋሚ"
-#: colorconfigwin.ui:489
+#: cui/uiconfig/ui/colorconfigwin.ui:497
msgctxt "colorconfigwin|html"
msgid "HTML Document"
msgstr "የ HTML ሰነድ"
-#: colorconfigwin.ui:516
+#: cui/uiconfig/ui/colorconfigwin.ui:524
msgctxt "colorconfigwin|sgml"
msgid "SGML syntax highlighting"
msgstr "SGML syntax highlighting"
-#: colorconfigwin.ui:539
+#: cui/uiconfig/ui/colorconfigwin.ui:547
msgctxt "colorconfigwin|htmlcomment"
msgid "Comment highlighting"
msgstr "አስተያየት ማድመቂያ"
-#: colorconfigwin.ui:562
+#: cui/uiconfig/ui/colorconfigwin.ui:570
msgctxt "colorconfigwin|htmlkeyword"
msgid "Keyword highlighting"
msgstr "ቁልፍ ቃል ማድመቂያ"
-#: colorconfigwin.ui:585
+#: cui/uiconfig/ui/colorconfigwin.ui:593
msgctxt "colorconfigwin|unknown"
msgid "Text"
msgstr "ጽሁፍ"
-#: colorconfigwin.ui:597
+#: cui/uiconfig/ui/colorconfigwin.ui:605
msgctxt "colorconfigwin|calc"
msgid "Spreadsheet"
msgstr "ሰንጠረዥ"
-#: colorconfigwin.ui:624
+#: cui/uiconfig/ui/colorconfigwin.ui:632
msgctxt "colorconfigwin|calcgrid"
msgid "Grid lines"
msgstr "መጋጠሚያ መስመሮች"
-#: colorconfigwin.ui:647
+#: cui/uiconfig/ui/colorconfigwin.ui:655
msgctxt "colorconfigwin|brk"
msgid "Page breaks"
msgstr "የ ገጽ መጨረሻ"
-#: colorconfigwin.ui:670
+#: cui/uiconfig/ui/colorconfigwin.ui:678
msgctxt "colorconfigwin|brkmanual"
msgid "Manual page breaks"
msgstr "ገጽ በ እጅ መጨረሻ"
-#: colorconfigwin.ui:693
+#: cui/uiconfig/ui/colorconfigwin.ui:701
msgctxt "colorconfigwin|brkauto"
msgid "Automatic page breaks"
msgstr "ራሱ በራሱ ገጽ መጨረሻ"
-#: colorconfigwin.ui:716
+#: cui/uiconfig/ui/colorconfigwin.ui:724
msgctxt "colorconfigwin|det"
msgid "Detective"
msgstr "መርማሪ"
-#: colorconfigwin.ui:739
+#: cui/uiconfig/ui/colorconfigwin.ui:747
msgctxt "colorconfigwin|deterror"
msgid "Detective error"
msgstr "የመርማሪ ስህተት"
-#: colorconfigwin.ui:762
+#: cui/uiconfig/ui/colorconfigwin.ui:770
msgctxt "colorconfigwin|ref"
msgid "References"
msgstr "ማመሳከሪያዎች"
-#: colorconfigwin.ui:785
+#: cui/uiconfig/ui/colorconfigwin.ui:793
msgctxt "colorconfigwin|notes"
msgid "Notes background"
msgstr "የ ማስታወሻ መደብ"
-#: colorconfigwin.ui:797
+#: cui/uiconfig/ui/colorconfigwin.ui:816
+msgctxt "colorconfigwin|values"
+msgid "Values"
+msgstr "ዋጋዎች"
+
+#: cui/uiconfig/ui/colorconfigwin.ui:839
+msgctxt "colorconfigwin|formulas"
+msgid "Formulas"
+msgstr "መቀመሪያዎች"
+
+#: cui/uiconfig/ui/colorconfigwin.ui:862
+msgctxt "colorconfigwin|text"
+msgid "Text"
+msgstr "ጽሁፍ"
+
+#: cui/uiconfig/ui/colorconfigwin.ui:885
+msgctxt "colorconfigwin|protectedcells"
+msgid "Protected cells background"
+msgstr "የሚጠበቅ የ ክፍል መደብ"
+
+#: cui/uiconfig/ui/colorconfigwin.ui:897
msgctxt "colorconfigwin|draw"
msgid "Drawing / Presentation"
msgstr "መሳያ / ማቅረቢያ"
-#: colorconfigwin.ui:824
+#: cui/uiconfig/ui/colorconfigwin.ui:924
msgctxt "colorconfigwin|drawgrid"
msgid "Grid"
msgstr "መጋጠሚያ"
-#: colorconfigwin.ui:836
+#: cui/uiconfig/ui/colorconfigwin.ui:936
msgctxt "colorconfigwin|basic"
msgid "Basic Syntax Highlighting"
msgstr "መሰረታዊ ደንብ ለማድመቂያ"
-#: colorconfigwin.ui:863
+#: cui/uiconfig/ui/colorconfigwin.ui:963
msgctxt "colorconfigwin|basicid"
msgid "Identifier"
msgstr "ለዪ"
-#: colorconfigwin.ui:886
+#: cui/uiconfig/ui/colorconfigwin.ui:986
msgctxt "colorconfigwin|basiccomment"
msgid "Comment"
msgstr "አስተያየት"
-#: colorconfigwin.ui:909
+#: cui/uiconfig/ui/colorconfigwin.ui:1009
msgctxt "colorconfigwin|basicnumber"
msgid "Number"
msgstr "ቁጥር"
-#: colorconfigwin.ui:932
+#: cui/uiconfig/ui/colorconfigwin.ui:1032
msgctxt "colorconfigwin|basicstring"
msgid "String"
msgstr "ሀረግ"
-#: colorconfigwin.ui:955
+#: cui/uiconfig/ui/colorconfigwin.ui:1055
msgctxt "colorconfigwin|basicop"
msgid "Operator"
msgstr "አንቀሳቃሽ"
-#: colorconfigwin.ui:978
+#: cui/uiconfig/ui/colorconfigwin.ui:1078
msgctxt "colorconfigwin|basickeyword"
msgid "Reserved expression"
msgstr "መጠባበቂያ አገላለጽ"
-#: colorconfigwin.ui:1001
+#: cui/uiconfig/ui/colorconfigwin.ui:1101
msgctxt "colorconfigwin|error"
msgid "Error"
msgstr "ስህተት"
-#: colorconfigwin.ui:1013
+#: cui/uiconfig/ui/colorconfigwin.ui:1113
msgctxt "colorconfigwin|sql"
msgid "SQL Syntax Highlighting"
msgstr "SQL Syntax Highlighting"
-#: colorconfigwin.ui:1040
+#: cui/uiconfig/ui/colorconfigwin.ui:1140
msgctxt "colorconfigwin|sqlid"
msgid "Identifier"
msgstr "ለዪ"
-#: colorconfigwin.ui:1063
+#: cui/uiconfig/ui/colorconfigwin.ui:1163
msgctxt "colorconfigwin|sqlnumber"
msgid "Number"
msgstr "ቁጥር"
-#: colorconfigwin.ui:1086
+#: cui/uiconfig/ui/colorconfigwin.ui:1186
msgctxt "colorconfigwin|sqlstring"
msgid "String"
msgstr "ሀረግ"
-#: colorconfigwin.ui:1109
+#: cui/uiconfig/ui/colorconfigwin.ui:1209
msgctxt "colorconfigwin|sqlop"
msgid "Operator"
msgstr "አንቀሳቃሽ"
-#: colorconfigwin.ui:1132
+#: cui/uiconfig/ui/colorconfigwin.ui:1232
msgctxt "colorconfigwin|sqlkeyword"
msgid "Keyword"
msgstr "ቁልፍ ቃል"
-#: colorconfigwin.ui:1155
+#: cui/uiconfig/ui/colorconfigwin.ui:1255
msgctxt "colorconfigwin|sqlparam"
msgid "Parameter"
msgstr "ደንብ"
-#: colorconfigwin.ui:1178
+#: cui/uiconfig/ui/colorconfigwin.ui:1278
msgctxt "colorconfigwin|sqlcomment"
msgid "Comment"
msgstr "አስተያየት"
-#: colorconfigwin.ui:1187
+#: cui/uiconfig/ui/colorconfigwin.ui:1287
msgctxt "colorconfigwin|shadows"
msgid "Shadows"
msgstr "ጥላዎች"
-#: colorpage.ui:60
+#: cui/uiconfig/ui/colorpage.ui:60
msgctxt "colorpage|label21"
msgid "Palette:"
msgstr "ማቅለሚያ:"
-#: colorpage.ui:101
+#: cui/uiconfig/ui/colorpage.ui:101
msgctxt "colorpage|label20"
msgid "Recent Colors"
msgstr "የ ቅርብ ጊዜ ቀለሞች"
-#: colorpage.ui:156
+#: cui/uiconfig/ui/colorpage.ui:156
msgctxt "colorpage|RGB"
msgid "RGB"
msgstr "ቀአሰ"
-#: colorpage.ui:172
+#: cui/uiconfig/ui/colorpage.ui:173
msgctxt "colorpage|CMYK"
msgid "CMYK"
msgstr "CMYK"
-#: colorpage.ui:188
+#: cui/uiconfig/ui/colorpage.ui:190
msgctxt "colorpage|delete"
msgid "Delete"
msgstr "ማጥፊያ"
-#: colorpage.ui:206
+#: cui/uiconfig/ui/colorpage.ui:208
msgctxt "colorpage|label22"
msgid "Custom Palette"
msgstr "ቀለም ማሰናጃ"
-#: colorpage.ui:258
+#: cui/uiconfig/ui/colorpage.ui:260
msgctxt "colorpage|label1"
msgid "Colors"
msgstr "ቀለሞች"
-#: colorpage.ui:303
+#: cui/uiconfig/ui/colorpage.ui:305
msgctxt "colorpage|oldpreview-atkobject"
msgid "Old Color"
msgstr "አሮጌ ቀለም"
-#: colorpage.ui:333
+#: cui/uiconfig/ui/colorpage.ui:335
msgctxt "colorpage|label7"
msgid "B"
msgstr "B"
-#: colorpage.ui:348
+#: cui/uiconfig/ui/colorpage.ui:350
msgctxt "colorpage|label8"
msgid "G"
msgstr "G"
-#: colorpage.ui:363
+#: cui/uiconfig/ui/colorpage.ui:365
msgctxt "colorpage|label9"
msgid "R"
msgstr "R"
-#: colorpage.ui:378
+#: cui/uiconfig/ui/colorpage.ui:380
msgctxt "colorpage|label18"
msgid "Hex"
msgstr "Hex"
-#: colorpage.ui:458
+#: cui/uiconfig/ui/colorpage.ui:460
msgctxt "colorpage|label10"
msgid "_C"
msgstr "_C"
-#: colorpage.ui:473
+#: cui/uiconfig/ui/colorpage.ui:475
msgctxt "colorpage|label16"
msgid "_K"
msgstr "_K"
-#: colorpage.ui:488
+#: cui/uiconfig/ui/colorpage.ui:490
msgctxt "colorpage|label17"
msgid "_Y"
msgstr "_Y"
-#: colorpage.ui:554
+#: cui/uiconfig/ui/colorpage.ui:556
msgctxt "colorpage|label15"
msgid "_M"
msgstr "_M"
-#: colorpage.ui:579
+#: cui/uiconfig/ui/colorpage.ui:581
msgctxt "colorpage|label5"
msgid "Active"
msgstr "ንቁ"
-#: colorpage.ui:625
+#: cui/uiconfig/ui/colorpage.ui:627
msgctxt "colorpage|newpreview-atkobject"
msgid "New Color"
msgstr "አዲስ ቀለም"
-#: colorpage.ui:656
+#: cui/uiconfig/ui/colorpage.ui:657
msgctxt "colorpage|B_custom"
msgid "Blue"
msgstr "ሰማያዊ"
-#: colorpage.ui:671
+#: cui/uiconfig/ui/colorpage.ui:671
msgctxt "colorpage|R_custom"
msgid "Red"
msgstr "ቀይ"
-#: colorpage.ui:685
+#: cui/uiconfig/ui/colorpage.ui:685
msgctxt "colorpage|label4"
msgid "_B"
msgstr "_B"
-#: colorpage.ui:699
+#: cui/uiconfig/ui/colorpage.ui:699
msgctxt "colorpage|label3"
msgid "_G"
msgstr "_G"
-#: colorpage.ui:713
+#: cui/uiconfig/ui/colorpage.ui:713
msgctxt "colorpage|label2"
msgid "_R"
msgstr "_R"
-#: colorpage.ui:728
+#: cui/uiconfig/ui/colorpage.ui:727
msgctxt "colorpage|G_custom"
msgid "Green"
msgstr "አረንጓዴ"
-#: colorpage.ui:742
+#: cui/uiconfig/ui/colorpage.ui:741
msgctxt "colorpage|label19"
msgid "_Hex"
msgstr "_ሄክስ"
-#: colorpage.ui:786
+#: cui/uiconfig/ui/colorpage.ui:785
msgctxt "colorpage|label11"
msgid "_C"
msgstr "_C"
-#: colorpage.ui:801
+#: cui/uiconfig/ui/colorpage.ui:800
msgctxt "colorpage|label12"
msgid "_M"
msgstr "_M"
-#: colorpage.ui:815
+#: cui/uiconfig/ui/colorpage.ui:814
msgctxt "colorpage|label13"
msgid "_K"
msgstr "_K"
-#: colorpage.ui:858
+#: cui/uiconfig/ui/colorpage.ui:855
msgctxt "colorpage|label14"
msgid "_Y"
msgstr "_Y"
-#: colorpage.ui:905
+#: cui/uiconfig/ui/colorpage.ui:900
msgctxt "colorpage|edit"
msgid "Pick"
msgstr "መምረጫ"
-#: colorpage.ui:927
+#: cui/uiconfig/ui/colorpage.ui:922
msgctxt "colorpage|label6"
msgid "New"
msgstr "አዲስ"
-#: colorpickerdialog.ui:26
+#: cui/uiconfig/ui/colorpickerdialog.ui:60
msgctxt "colorpickerdialog|ColorPicker"
msgid "Pick a Color"
msgstr "ቀለም ይምረጡ"
-#: colorpickerdialog.ui:244
+#: cui/uiconfig/ui/colorpickerdialog.ui:281
msgctxt "colorpickerdialog|redRadiobutton"
msgid "_Red:"
msgstr "_ቀይ:"
-#: colorpickerdialog.ui:262
+#: cui/uiconfig/ui/colorpickerdialog.ui:298
msgctxt "colorpickerdialog|greenRadiobutton"
msgid "_Green:"
msgstr "_አረንጓዴ:"
-#: colorpickerdialog.ui:279
+#: cui/uiconfig/ui/colorpickerdialog.ui:315
msgctxt "colorpickerdialog|blueRadiobutton"
msgid "_Blue:"
msgstr "_ሰማያዊ:"
-#: colorpickerdialog.ui:335
+#: cui/uiconfig/ui/colorpickerdialog.ui:370
msgctxt "colorpickerdialog|label2"
msgid "Hex _#:"
msgstr "Hex _#:"
-#: colorpickerdialog.ui:363
+#: cui/uiconfig/ui/colorpickerdialog.ui:399
msgctxt "colorpickerdialog|label1"
msgid "RGB"
msgstr "RGB"
-#: colorpickerdialog.ui:402
+#: cui/uiconfig/ui/colorpickerdialog.ui:438
msgctxt "colorpickerdialog|hueRadiobutton"
msgid "H_ue:"
msgstr "ቀ_ለም:"
-#: colorpickerdialog.ui:420
+#: cui/uiconfig/ui/colorpickerdialog.ui:455
msgctxt "colorpickerdialog|satRadiobutton"
msgid "_Saturation:"
msgstr "_ማቅለሚያ:"
-#: colorpickerdialog.ui:437
+#: cui/uiconfig/ui/colorpickerdialog.ui:472
msgctxt "colorpickerdialog|brightRadiobutton"
msgid "Bright_ness:"
msgstr "ብሩህ_ነት:"
-#: colorpickerdialog.ui:496
+#: cui/uiconfig/ui/colorpickerdialog.ui:531
msgctxt "colorpickerdialog|label3"
msgid "HSB"
msgstr "HSB"
-#: colorpickerdialog.ui:537
+#: cui/uiconfig/ui/colorpickerdialog.ui:571
msgctxt "colorpickerdialog|label5"
msgid "_Cyan:"
msgstr "_ሲያን:"
-#: colorpickerdialog.ui:552
+#: cui/uiconfig/ui/colorpickerdialog.ui:586
msgctxt "colorpickerdialog|label6"
msgid "_Magenta:"
msgstr "_ቀይ የ ወይን ጠጅ:"
-#: colorpickerdialog.ui:567
+#: cui/uiconfig/ui/colorpickerdialog.ui:601
msgctxt "colorpickerdialog|label7"
msgid "_Yellow:"
msgstr "_ቢጫ:"
-#: colorpickerdialog.ui:582
+#: cui/uiconfig/ui/colorpickerdialog.ui:616
msgctxt "colorpickerdialog|label8"
msgid "_Key:"
msgstr "_ቁልፍ:"
-#: colorpickerdialog.ui:647
+#: cui/uiconfig/ui/colorpickerdialog.ui:682
msgctxt "colorpickerdialog|label4"
msgid "CMYK"
msgstr "CMYK"
-#: comment.ui:7
+#: cui/uiconfig/ui/comment.ui:18
msgctxt "comment|CommentDialog"
msgid "Insert Comment"
msgstr "አስተያየት ማስገቢያ"
-#: comment.ui:153
+#: cui/uiconfig/ui/comment.ui:163
msgctxt "comment|label2"
msgid "Author"
msgstr "ደራሲው"
-#: comment.ui:185
+#: cui/uiconfig/ui/comment.ui:195
msgctxt "comment|label4"
msgid "_Text"
msgstr "_ጽሁፍ"
-#: comment.ui:228
+#: cui/uiconfig/ui/comment.ui:238
msgctxt "comment|label5"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: comment.ui:241
+#: cui/uiconfig/ui/comment.ui:250
msgctxt "comment|author"
msgid "Author"
msgstr "ደራሲው"
-#: comment.ui:264
+#: cui/uiconfig/ui/comment.ui:271
msgctxt "comment|alttitle"
msgid "Edit Comment"
msgstr "አስተያየት ማረሚያ"
-#: comment.ui:280
+#: cui/uiconfig/ui/comment.ui:287
msgctxt "comment|label1"
msgid "Contents"
msgstr "ይዞታዎች"
-#: connectortabpage.ui:34
+#: cui/uiconfig/ui/connectortabpage.ui:34
msgctxt "connectortabpage|FT_TYPE"
msgid "_Type:"
msgstr "_አይነት:"
-#: connectortabpage.ui:85
+#: cui/uiconfig/ui/connectortabpage.ui:85
msgctxt "connectortabpage|FT_LINE_1"
msgid "Line _1:"
msgstr "መስመር _1:"
-#: connectortabpage.ui:99
+#: cui/uiconfig/ui/connectortabpage.ui:99
msgctxt "connectortabpage|FT_LINE_2"
msgid "Line _2:"
msgstr "መስመር _2:"
-#: connectortabpage.ui:113
+#: cui/uiconfig/ui/connectortabpage.ui:113
msgctxt "connectortabpage|FT_LINE_3"
msgid "Line _3:"
msgstr "መስመር _3:"
-#: connectortabpage.ui:170
+#: cui/uiconfig/ui/connectortabpage.ui:167
msgctxt "connectortabpage|label2"
msgid "Line Skew"
msgstr "መስመር ማዞሪያ"
-#: connectortabpage.ui:206
+#: cui/uiconfig/ui/connectortabpage.ui:203
msgctxt "connectortabpage|FT_HORZ_1"
msgid "_Begin horizontal:"
msgstr "በ አግድም _መጀመሪያ:"
-#: connectortabpage.ui:220
+#: cui/uiconfig/ui/connectortabpage.ui:217
msgctxt "connectortabpage|FT_HORZ_2"
msgid "End _horizontal:"
msgstr "በ _አግድም መጨረሻ:"
-#: connectortabpage.ui:234
+#: cui/uiconfig/ui/connectortabpage.ui:231
msgctxt "connectortabpage|FT_VERT_1"
msgid "Begin _vertical:"
msgstr "በ _ቁመት መጀመሪያ:"
-#: connectortabpage.ui:248
+#: cui/uiconfig/ui/connectortabpage.ui:245
msgctxt "connectortabpage|FT_VERT_2"
msgid "_End vertical:"
msgstr "_መጨረሻ በ ቁመት:"
-#: connectortabpage.ui:318
+#: cui/uiconfig/ui/connectortabpage.ui:311
msgctxt "connectortabpage|label3"
msgid "Line Spacing"
msgstr "የ መስመር ክፍተት"
-#: connectortabpage.ui:342
+#: cui/uiconfig/ui/connectortabpage.ui:335
msgctxt "connectortabpage|CTL_PREVIEW|tooltip_text"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: connectortabpage.ui:347
+#: cui/uiconfig/ui/connectortabpage.ui:340
msgctxt "connectortabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
-#: connpooloptions.ui:39
+#: cui/uiconfig/ui/connpooloptions.ui:39
msgctxt "connpooloptions|connectionpooling"
msgid "Connection pooling enabled"
msgstr "የ ግንኙነት ማጠራቀሚያ ማስቻያ"
-#: connpooloptions.ui:68
+#: cui/uiconfig/ui/connpooloptions.ui:68
msgctxt "connpooloptions|driverslabel"
msgid "Drivers known in %PRODUCTNAME"
msgstr "የ ታወቀው Drivers በ %PRODUCTNAME"
-#: connpooloptions.ui:102
+#: cui/uiconfig/ui/connpooloptions.ui:102
msgctxt "connpooloptions|driverlabel"
msgid "Current driver:"
msgstr "የ አሁኑ driver:"
-#: connpooloptions.ui:133
+#: cui/uiconfig/ui/connpooloptions.ui:133
msgctxt "connpooloptions|enablepooling"
msgid "Enable pooling for this driver"
msgstr "ለዚህ driver ማጠራቀሚያ ማስቻያ"
-#: connpooloptions.ui:159
+#: cui/uiconfig/ui/connpooloptions.ui:160
msgctxt "connpooloptions|timeoutlabel"
msgid "_Timeout (seconds)"
msgstr "_እረፍት (በ ሰከንዶች)"
-#: connpooloptions.ui:208
+#: cui/uiconfig/ui/connpooloptions.ui:208
msgctxt "connpooloptions|label1"
msgid "Connection Pool"
msgstr "ግንኙነቱ ማጠራቀሚያ"
-#: croppage.ui:53
+#: cui/uiconfig/ui/croppage.ui:53
msgctxt "croppage|keepscale"
msgid "Keep _scale"
msgstr "_መጠኑን መጠበቂያ"
-#: croppage.ui:71
+#: cui/uiconfig/ui/croppage.ui:71
msgctxt "croppage|keepsize"
msgid "Keep image si_ze"
msgstr "የ ምስሉን መጠን መጠ_በቂያ"
-#: croppage.ui:97
+#: cui/uiconfig/ui/croppage.ui:97
msgctxt "croppage|label2"
msgid "_Left:"
msgstr "በ _ግራ:"
-#: croppage.ui:124
+#: cui/uiconfig/ui/croppage.ui:123
msgctxt "croppage|label3"
msgid "_Right:"
msgstr "_በ ቀኝ:"
-#: croppage.ui:163
+#: cui/uiconfig/ui/croppage.ui:161
msgctxt "croppage|label4"
msgid "_Top:"
msgstr "ከ _ላይ:"
-#: croppage.ui:177
+#: cui/uiconfig/ui/croppage.ui:175
msgctxt "croppage|label5"
msgid "_Bottom:"
msgstr "ከ _ታች:"
-#: croppage.ui:226
+#: cui/uiconfig/ui/croppage.ui:222
msgctxt "croppage|label1"
msgid "Crop"
msgstr "መከርከሚያ"
-#: croppage.ui:261
+#: cui/uiconfig/ui/croppage.ui:257
msgctxt "croppage|label6"
msgid "_Width:"
msgstr "_ስፋት:"
-#: croppage.ui:287
+#: cui/uiconfig/ui/croppage.ui:282
msgctxt "croppage|label7"
msgid "_Height:"
msgstr "_እርዝመት:"
-#: croppage.ui:316
+#: cui/uiconfig/ui/croppage.ui:310
msgctxt "croppage|label10"
msgid "Scale"
msgstr "መጠን"
-#: croppage.ui:351
+#: cui/uiconfig/ui/croppage.ui:345
msgctxt "croppage|label8"
msgid "_Width:"
msgstr "_ስፋት:"
-#: croppage.ui:378
+#: cui/uiconfig/ui/croppage.ui:371
msgctxt "croppage|label9"
msgid "_Height:"
msgstr "_እርዝመት:"
-#: croppage.ui:408
+#: cui/uiconfig/ui/croppage.ui:400
msgctxt "croppage|label11"
msgid "Image Size"
msgstr "የ ምስሉ መጠን"
-#: croppage.ui:460
+#: cui/uiconfig/ui/croppage.ui:452
msgctxt "croppage|origsize"
msgid "_Original Size"
msgstr "_ዋናው መጠን"
-#: cuiimapdlg.ui:8
+#: cui/uiconfig/ui/cuiimapdlg.ui:8
msgctxt "cuiimapdlg|IMapDialog"
msgid "Properties"
msgstr "ባህሪዎች"
-#: cuiimapdlg.ui:96
+#: cui/uiconfig/ui/cuiimapdlg.ui:96
msgctxt "cuiimapdlg|label1"
msgid "_URL:"
msgstr "_URL:"
-#: cuiimapdlg.ui:138
+#: cui/uiconfig/ui/cuiimapdlg.ui:137
msgctxt "cuiimapdlg|label2"
msgid "F_rame:"
msgstr "ክ_ፈፍ:"
-#: cuiimapdlg.ui:186
+#: cui/uiconfig/ui/cuiimapdlg.ui:184
msgctxt "cuiimapdlg|label3"
msgid "_Name:"
msgstr "_ስም:"
-#: cuiimapdlg.ui:228
+#: cui/uiconfig/ui/cuiimapdlg.ui:225
msgctxt "cuiimapdlg|label4"
msgid "Alternative _text:"
msgstr "አማራጭ _ጽሁፍ:"
-#: cuiimapdlg.ui:270
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_መግለጫ:"
-#: customizedialog.ui:8
+#: cui/uiconfig/ui/customizedialog.ui:8
msgctxt "customizedialog|CustomizeDialog"
msgid "Customize"
msgstr "ማስተካከያ"
-#: customizedialog.ui:105
+#: cui/uiconfig/ui/customizedialog.ui:105
msgctxt "customizedialog|menus"
msgid "Menus"
msgstr "ዝርዝሮች"
-#: customizedialog.ui:127
+#: cui/uiconfig/ui/customizedialog.ui:127
msgctxt "customizedialog|toolbars"
msgid "Toolbars"
msgstr "እቃ መደርደሪያ"
-#: customizedialog.ui:150
+#: cui/uiconfig/ui/customizedialog.ui:150
msgctxt "customizedialog|contextmenus"
msgid "Context Menus"
msgstr "የ አገባብ ዝርዝሮች"
-#: customizedialog.ui:173
+#: cui/uiconfig/ui/customizedialog.ui:173
msgctxt "customizedialog|keyboard"
msgid "Keyboard"
msgstr "የ ፊደል ገበታ"
-#: customizedialog.ui:196
+#: cui/uiconfig/ui/customizedialog.ui:196
msgctxt "customizedialog|events"
msgid "Events"
msgstr "ሁኔታዎች"
-#: databaselinkdialog.ui:9
+#: cui/uiconfig/ui/databaselinkdialog.ui:9
msgctxt "databaselinkdialog|DatabaseLinkDialog"
msgid "Create Database Link"
msgstr "የ ዳታቤዝ አገናኝ መፍጠሪያ"
-#: databaselinkdialog.ui:88
+#: cui/uiconfig/ui/databaselinkdialog.ui:88
msgctxt "databaselinkdialog|browse"
msgid "Browse..."
msgstr "መቃኛ..."
-#: databaselinkdialog.ui:104
+#: cui/uiconfig/ui/databaselinkdialog.ui:104
msgctxt "databaselinkdialog|label1"
msgid "_Database file:"
msgstr "የ _ዳታቤዝ ፋይል:"
-#: databaselinkdialog.ui:148
+#: cui/uiconfig/ui/databaselinkdialog.ui:148
msgctxt "databaselinkdialog|label4"
msgid "Registered _name:"
msgstr "የ ተመዘገበው _ስም:"
-#: databaselinkdialog.ui:179
+#: cui/uiconfig/ui/databaselinkdialog.ui:179
msgctxt "databaselinkdialog|alttitle"
msgid "Edit Database Link"
msgstr "የ ዳታቤዝ አገናኝ ማረሚያ"
-#: dbregisterpage.ui:62
+#: cui/uiconfig/ui/dbregisterpage.ui:62
msgctxt "dbregisterpage|new"
msgid "_New..."
msgstr "_አዲስ..."
-#: dbregisterpage.ui:76
+#: cui/uiconfig/ui/dbregisterpage.ui:76
msgctxt "dbregisterpage|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: dbregisterpage.ui:90
+#: cui/uiconfig/ui/dbregisterpage.ui:90
msgctxt "dbregisterpage|edit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
-#: dbregisterpage.ui:117
+#: cui/uiconfig/ui/dbregisterpage.ui:117
msgctxt "dbregisterpage|label1"
msgid "Registered Databases"
msgstr "የ ተመዘገቡ ዳታቤዞች"
-#: dimensionlinestabpage.ui:53
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:53
msgctxt "dimensionlinestabpage|FT_LINE_DIST"
msgid "Line _distance:"
msgstr "የ መስመር _እርቀት:"
-#: dimensionlinestabpage.ui:67
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:67
msgctxt "dimensionlinestabpage|FT_HELPLINE_OVERHANG"
msgid "Guide _overhang:"
msgstr "የ _ተስፋፋ መምሪያ:"
-#: dimensionlinestabpage.ui:81
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:81
msgctxt "dimensionlinestabpage|FT_HELPLINE_DIST"
msgid "_Guide distance:"
msgstr "የ _መምሪያ እርቀት:"
-#: dimensionlinestabpage.ui:95
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:95
msgctxt "dimensionlinestabpage|FT_HELPLINE1_LEN"
msgid "_Left guide:"
msgstr "የ _ግራ መምሪያ:"
-#: dimensionlinestabpage.ui:109
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:109
msgctxt "dimensionlinestabpage|FT_HELPLINE2_LEN"
msgid "_Right guide:"
msgstr "የ _ቀኝ መምሪያ:"
-#: dimensionlinestabpage.ui:123
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:123
msgctxt "dimensionlinestabpage|FT_DECIMALPLACES"
msgid "Decimal _places:"
msgstr "የ ዴሲማል _ቦታዎች:"
-#: dimensionlinestabpage.ui:134
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:134
msgctxt "dimensionlinestabpage|TSB_BELOW_REF_EDGE"
msgid "Measure _below object"
msgstr "መለኪያ ከ እቃው በ _ታች"
-#: dimensionlinestabpage.ui:236
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:230
msgctxt "dimensionlinestabpage|label1"
msgid "Line"
msgstr "መስመር"
-#: dimensionlinestabpage.ui:272
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:266
msgctxt "dimensionlinestabpage|FT_POSITION"
msgid "_Text position"
msgstr "_የጽሁፍ ቦታ"
-#: dimensionlinestabpage.ui:307
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:301
msgctxt "dimensionlinestabpage|TSB_AUTOPOSV"
msgid "_AutoVertical"
msgstr "_በራሱ በቁመት"
-#: dimensionlinestabpage.ui:324
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:318
msgctxt "dimensionlinestabpage|TSB_AUTOPOSH"
msgid "A_utoHorizontal"
msgstr "በ_ራሱ በ አግድም"
-#: dimensionlinestabpage.ui:350
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:344
msgctxt "dimensionlinestabpage|TSB_PARALLEL"
msgid "_Parallel to line"
msgstr "ከ መስመሩ _አጓዳኝ"
-#: dimensionlinestabpage.ui:367
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:361
msgctxt "dimensionlinestabpage|TSB_SHOW_UNIT"
msgid "Show _measurement units"
msgstr "ማሳያ _የመለኪያ ክፍሎች"
-#: dimensionlinestabpage.ui:404
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:398
msgctxt "dimensionlinestabpage|label2"
msgid "Legend"
msgstr "መግለጫ"
-#: dimensionlinestabpage.ui:427
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:421
msgctxt "dimensionlinestabpage|STR_MEASURE_AUTOMATIC"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: distributiondialog.ui:8
+#: cui/uiconfig/ui/distributiondialog.ui:8
msgctxt "distributiondialog|DistributionDialog"
msgid "Distribution"
msgstr "ስርጭት"
-#: distributionpage.ui:36
+#: cui/uiconfig/ui/distributionpage.ui:36
msgctxt "distributionpage|hornone"
msgid "_None"
msgstr "_ምንም"
-#: distributionpage.ui:53
+#: cui/uiconfig/ui/distributionpage.ui:53
msgctxt "distributionpage|horleft"
msgid "_Left"
msgstr "በ _ግራ"
-#: distributionpage.ui:69
+#: cui/uiconfig/ui/distributionpage.ui:69
msgctxt "distributionpage|horcenter"
msgid "_Center"
msgstr "_መሀከል"
-#: distributionpage.ui:85
+#: cui/uiconfig/ui/distributionpage.ui:85
msgctxt "distributionpage|horright"
msgid "_Right"
msgstr "በ _ቀኝ"
-#: distributionpage.ui:127
+#: cui/uiconfig/ui/distributionpage.ui:127
msgctxt "distributionpage|hordistance"
msgid "_Spacing"
msgstr "_ክፍተት"
-#: distributionpage.ui:178
+#: cui/uiconfig/ui/distributionpage.ui:178
msgctxt "distributionpage|label"
msgid "Horizontal"
msgstr "በ አግድም"
-#: distributionpage.ui:211
+#: cui/uiconfig/ui/distributionpage.ui:211
msgctxt "distributionpage|vernone"
msgid "N_one"
msgstr "ም_ንም"
-#: distributionpage.ui:227
+#: cui/uiconfig/ui/distributionpage.ui:227
msgctxt "distributionpage|vertop"
msgid "_Top"
msgstr "ከ _ላይ"
-#: distributionpage.ui:243
+#: cui/uiconfig/ui/distributionpage.ui:243
msgctxt "distributionpage|vercenter"
msgid "C_enter"
msgstr "መ_ሀከል"
-#: distributionpage.ui:260
+#: cui/uiconfig/ui/distributionpage.ui:260
msgctxt "distributionpage|verdistance"
msgid "S_pacing"
msgstr "ክ_ፍተት"
-#: distributionpage.ui:276
+#: cui/uiconfig/ui/distributionpage.ui:276
msgctxt "distributionpage|verbottom"
msgid "_Bottom"
msgstr "ከ _ታች"
-#: distributionpage.ui:353
+#: cui/uiconfig/ui/distributionpage.ui:353
msgctxt "distributionpage|label1"
msgid "Vertical"
msgstr "በ ቁመት"
-#: editdictionarydialog.ui:8
+#: cui/uiconfig/ui/editdictionarydialog.ui:8
msgctxt "editdictionarydialog|EditDictionaryDialog"
msgid "Edit Custom Dictionary"
msgstr "መዝገበ ቃላት ማረሚያ ማስተካከያ"
-#: editdictionarydialog.ui:95
+#: cui/uiconfig/ui/editdictionarydialog.ui:95
msgctxt "editdictionarydialog|book_label"
msgid "_Book:"
msgstr "_መጽሀፍ:"
-#: editdictionarydialog.ui:110
+#: cui/uiconfig/ui/editdictionarydialog.ui:110
msgctxt "editdictionarydialog|lang_label"
msgid "_Language:"
msgstr "_ቋንቋ:"
-#: editdictionarydialog.ui:182
+#: cui/uiconfig/ui/editdictionarydialog.ui:180
msgctxt "editdictionarydialog|word_label"
msgid "_Word"
msgstr "_ቃላት"
-#: editdictionarydialog.ui:198
+#: cui/uiconfig/ui/editdictionarydialog.ui:196
msgctxt "editdictionarydialog|replace_label"
msgid "_Replace By"
msgstr "_መቀየሪያ በ"
-#: editdictionarydialog.ui:251
+#: cui/uiconfig/ui/editdictionarydialog.ui:249
msgctxt "editdictionarydialog|newreplace"
msgid "_New"
msgstr "_አዲስ"
-#: editdictionarydialog.ui:265
+#: cui/uiconfig/ui/editdictionarydialog.ui:263
msgctxt "editdictionarydialog|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: editmodulesdialog.ui:9
+#: cui/uiconfig/ui/editmodulesdialog.ui:9
msgctxt "editmodulesdialog|EditModulesDialog"
msgid "Edit Modules"
msgstr "ክፍሎች ማረሚያ"
-#: editmodulesdialog.ui:84
+#: cui/uiconfig/ui/editmodulesdialog.ui:84
msgctxt "editmodulesdialog|moredictslink"
msgid "Get more dictionaries online..."
msgstr "በመስመር ላይ ተጨማሪ መዝገበ ቃላቶች ያግኙ..."
-#: editmodulesdialog.ui:108
+#: cui/uiconfig/ui/editmodulesdialog.ui:108
msgctxt "editmodulesdialog|label2"
msgid "Language:"
msgstr "ቋንቋ:"
-#: editmodulesdialog.ui:153
+#: cui/uiconfig/ui/editmodulesdialog.ui:153
msgctxt "editmodulesdialog|up"
msgid "Move Up"
msgstr "ወደ ላይ ማንቀሳቀሻ"
-#: editmodulesdialog.ui:167
+#: cui/uiconfig/ui/editmodulesdialog.ui:167
msgctxt "editmodulesdialog|down"
msgid "Move Down"
msgstr "ወደ ታች ማንቀሳቀሻ"
-#: editmodulesdialog.ui:181
+#: cui/uiconfig/ui/editmodulesdialog.ui:181
msgctxt "editmodulesdialog|back"
msgid "_Back"
msgstr "_ወደ ኋላ"
-#: editmodulesdialog.ui:228
+#: cui/uiconfig/ui/editmodulesdialog.ui:228
msgctxt "editmodulesdialog|label1"
msgid "Options"
msgstr "ምርጫዎች"
-#: effectspage.ui:13
+#: cui/uiconfig/ui/effectspage.ui:13
msgctxt "effectspage|liststore1"
msgid "(Without)"
msgstr "(ያለ)"
-#: effectspage.ui:16
+#: cui/uiconfig/ui/effectspage.ui:16
msgctxt "effectspage|liststore1"
msgid "Capitals"
msgstr "Capitals"
-#: effectspage.ui:19
+#: cui/uiconfig/ui/effectspage.ui:19
msgctxt "effectspage|liststore1"
msgid "Lowercase"
msgstr "በትንንሽ ፊደል መጻፊያ"
-#: effectspage.ui:22
+#: cui/uiconfig/ui/effectspage.ui:22
msgctxt "effectspage|liststore1"
msgid "Title"
msgstr "አርእስት"
-#: effectspage.ui:25
+#: cui/uiconfig/ui/effectspage.ui:25
msgctxt "effectspage|liststore1"
msgid "Small capitals"
msgstr "በ ትንሹ አቢይ ፊደል"
-#: effectspage.ui:36
+#: cui/uiconfig/ui/effectspage.ui:36
msgctxt "effectspage|liststore2"
msgid "(Without)"
msgstr "(ያለ)"
-#: effectspage.ui:39
+#: cui/uiconfig/ui/effectspage.ui:39
msgctxt "effectspage|liststore2"
msgid "Embossed"
msgstr "መቅረጫ"
-#: effectspage.ui:42
+#: cui/uiconfig/ui/effectspage.ui:42
msgctxt "effectspage|liststore2"
msgid "Engraved"
msgstr "የተቀረጸ"
-#: effectspage.ui:53
+#: cui/uiconfig/ui/effectspage.ui:53
msgctxt "effectspage|liststore3"
msgid "(Without)"
msgstr "(ያለ)"
-#: effectspage.ui:56
+#: cui/uiconfig/ui/effectspage.ui:56
msgctxt "effectspage|liststore3"
msgid "Dot"
msgstr "ነጥብ"
-#: effectspage.ui:59
+#: cui/uiconfig/ui/effectspage.ui:59
msgctxt "effectspage|liststore3"
msgid "Circle"
msgstr "ክብ"
-#: effectspage.ui:62
+#: cui/uiconfig/ui/effectspage.ui:62
msgctxt "effectspage|liststore3"
msgid "Disc"
msgstr "ቅናሽ"
-#: effectspage.ui:65
+#: cui/uiconfig/ui/effectspage.ui:65
msgctxt "effectspage|liststore3"
msgid "Accent"
msgstr "ማጉሊያ"
-#: effectspage.ui:78
+#: cui/uiconfig/ui/effectspage.ui:78
msgctxt "effectspage|liststore4"
msgid "Above text"
msgstr "ከ ጽሁፉ በላይ"
-#: effectspage.ui:82
+#: cui/uiconfig/ui/effectspage.ui:82
msgctxt "effectspage|liststore4"
msgid "Below text"
msgstr "ከ ጽሁፍ ስር"
-#: effectspage.ui:96
+#: cui/uiconfig/ui/effectspage.ui:96
msgctxt "effectspage|liststore5"
msgid "(Without)"
msgstr "(ያለ)"
-#: effectspage.ui:100
+#: cui/uiconfig/ui/effectspage.ui:100
msgctxt "effectspage|liststore5"
msgid "Single"
msgstr "ነጠላ"
-#: effectspage.ui:104
+#: cui/uiconfig/ui/effectspage.ui:104
msgctxt "effectspage|liststore5"
msgid "Double"
msgstr "ድርብ"
-#: effectspage.ui:108
+#: cui/uiconfig/ui/effectspage.ui:108
msgctxt "effectspage|liststore5"
msgid "Bold"
msgstr "ማድመቂያ"
-#: effectspage.ui:112
+#: cui/uiconfig/ui/effectspage.ui:112
msgctxt "effectspage|liststore5"
msgid "With /"
msgstr "ጋር /"
-#: effectspage.ui:116
+#: cui/uiconfig/ui/effectspage.ui:116
msgctxt "effectspage|liststore5"
msgid "With X"
msgstr "With X"
-#: effectspage.ui:130
+#: cui/uiconfig/ui/effectspage.ui:130
msgctxt "effectspage|liststore6"
msgid "(Without)"
msgstr "(ያለ)"
-#: effectspage.ui:134
+#: cui/uiconfig/ui/effectspage.ui:134
msgctxt "effectspage|liststore6"
msgid "Single"
msgstr "ነጠላ"
-#: effectspage.ui:138
+#: cui/uiconfig/ui/effectspage.ui:138
msgctxt "effectspage|liststore6"
msgid "Double"
msgstr "ድርብ"
-#: effectspage.ui:142
+#: cui/uiconfig/ui/effectspage.ui:142
msgctxt "effectspage|liststore6"
msgid "Bold"
msgstr "ማድመቂያ"
-#: effectspage.ui:146
+#: cui/uiconfig/ui/effectspage.ui:146
msgctxt "effectspage|liststore6"
msgid "Dotted"
msgstr "ነጠብጣብ"
-#: effectspage.ui:150
+#: cui/uiconfig/ui/effectspage.ui:150
msgctxt "effectspage|liststore6"
msgid "Dotted (Bold)"
msgstr "ነጠብጣብ (ማድመቂያ)"
-#: effectspage.ui:154
+#: cui/uiconfig/ui/effectspage.ui:154
msgctxt "effectspage|liststore6"
msgid "Dash"
msgstr "ዳሽ"
-#: effectspage.ui:158
+#: cui/uiconfig/ui/effectspage.ui:158
msgctxt "effectspage|liststore6"
msgid "Dash (Bold)"
msgstr "ዳሽ (ማድመቂያ)"
-#: effectspage.ui:162
+#: cui/uiconfig/ui/effectspage.ui:162
msgctxt "effectspage|liststore6"
msgid "Long Dash"
msgstr "ረጅም ዳሽ"
-#: effectspage.ui:166
+#: cui/uiconfig/ui/effectspage.ui:166
msgctxt "effectspage|liststore6"
msgid "Long Dash (Bold)"
msgstr "ረጅም ዳሽ (ማድመቂያ)"
-#: effectspage.ui:170
+#: cui/uiconfig/ui/effectspage.ui:170
msgctxt "effectspage|liststore6"
msgid "Dot Dash"
msgstr "ነጥብ ዳሽ"
-#: effectspage.ui:174
+#: cui/uiconfig/ui/effectspage.ui:174
msgctxt "effectspage|liststore6"
msgid "Dot Dash (Bold)"
msgstr "ነጥብ ዳሽ (ማድመቂያ)"
-#: effectspage.ui:178
+#: cui/uiconfig/ui/effectspage.ui:178
msgctxt "effectspage|liststore6"
msgid "Dot Dot Dash"
msgstr "ነጥብ ነጥብ ዳሽ"
-#: effectspage.ui:182
+#: cui/uiconfig/ui/effectspage.ui:182
msgctxt "effectspage|liststore6"
msgid "Dot Dot Dash (Bold)"
msgstr "ነጥብ ነጥብ ዳሽ (ማድመቂያ)"
-#: effectspage.ui:186
+#: cui/uiconfig/ui/effectspage.ui:186
msgctxt "effectspage|liststore6"
msgid "Wave"
msgstr "ማእበል"
-#: effectspage.ui:190
+#: cui/uiconfig/ui/effectspage.ui:190
msgctxt "effectspage|liststore6"
msgid "Wave (Bold)"
msgstr "ማዕበል (ማድመቂያ)"
-#: effectspage.ui:194
+#: cui/uiconfig/ui/effectspage.ui:194
msgctxt "effectspage|liststore6"
msgid "Double Wave"
msgstr "ድርብ ማዕበል"
-#: effectspage.ui:218
+#: cui/uiconfig/ui/effectspage.ui:218
msgctxt "effectspage|fontcolorft"
msgid "Font color:"
msgstr "የ ፊደል ቀለም:"
-#: effectspage.ui:232
+#: cui/uiconfig/ui/effectspage.ui:232
msgctxt "effectspage|effectsft"
msgid "Effects:"
msgstr "ተጽዕኖው:"
-#: effectspage.ui:246
+#: cui/uiconfig/ui/effectspage.ui:246
msgctxt "effectspage|reliefft"
msgid "Relief:"
msgstr "ክፍተት:"
-#: effectspage.ui:260
+#: cui/uiconfig/ui/effectspage.ui:260
msgctxt "effectspage|label46"
msgid "Overlining:"
msgstr "የተደራረበ:"
-#: effectspage.ui:274
+#: cui/uiconfig/ui/effectspage.ui:274
msgctxt "effectspage|label47"
msgid "Strikethrough:"
msgstr "በላዩ ላይ መሰረዣ:"
-#: effectspage.ui:288
+#: cui/uiconfig/ui/effectspage.ui:288
msgctxt "effectspage|label48"
msgid "Underlining:"
msgstr "ከ ስሩ ማስመሪያ:"
-#: effectspage.ui:302
+#: cui/uiconfig/ui/effectspage.ui:302
msgctxt "effectspage|overlinecolorft"
msgid "Overline color:"
msgstr "ከ ላዩ ላይ ማሰመሪያ ቀለም:"
-#: effectspage.ui:316
+#: cui/uiconfig/ui/effectspage.ui:316
msgctxt "effectspage|underlinecolorft"
msgid "Underline color:"
msgstr "ከ ስሩ ማስመሪያ ቀለም:"
-#: effectspage.ui:413
+#: cui/uiconfig/ui/effectspage.ui:413
msgctxt "effectspage|outlinecb"
msgid "Outline"
msgstr "ረቂቅ"
-#: effectspage.ui:428
+#: cui/uiconfig/ui/effectspage.ui:429
msgctxt "effectspage|blinkingcb"
msgid "Blinking"
msgstr "ብልጭ ድርግም ባይ"
-#: effectspage.ui:443
+#: cui/uiconfig/ui/effectspage.ui:445
msgctxt "effectspage|hiddencb"
msgid "Hidden"
msgstr "የተደበቀ"
-#: effectspage.ui:458
+#: cui/uiconfig/ui/effectspage.ui:461
msgctxt "effectspage|individualwordscb"
msgid "Individual words"
msgstr "እያንዳንዱ ቃላቶች"
-#: effectspage.ui:496
+#: cui/uiconfig/ui/effectspage.ui:500
msgctxt "effectspage|positionft"
msgid "Position:"
msgstr "ቦታ:"
-#: effectspage.ui:510
+#: cui/uiconfig/ui/effectspage.ui:514
msgctxt "effectspage|emphasisft"
msgid "Emphasis mark:"
msgstr "የማጋነኛ ምልክት:"
-#: effectspage.ui:522
+#: cui/uiconfig/ui/effectspage.ui:526
msgctxt "effectspage|shadowcb"
msgid "Shadow"
msgstr "ጥላ"
-#: effectspage.ui:562
+#: cui/uiconfig/ui/effectspage.ui:567
msgctxt "effectspage|a11ywarning"
msgid "Accessibility option \"Use automatic font color for screen display\" is active. Font color attributes are not currently used to display text."
msgstr "የ መድረሻ ምርጫ \"ይጠቀሙ ራሱ በራሱ የ ፊደል ቀለም ለ መመልከቻ ማሳያ\" ንቁ ነው: የ ፊደል ቀለም መለያ አሁን እየተጠቀሙ አይደለም ጽሁፍ ለማሳያ"
-#: effectspage.ui:611
+#: cui/uiconfig/ui/effectspage.ui:616
msgctxt "effectspage|preview-atkobject"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: embossdialog.ui:9
+#: cui/uiconfig/ui/embossdialog.ui:9
msgctxt "embossdialog|EmbossDialog"
msgid "Emboss"
msgstr "መቅረጫ"
-#: embossdialog.ui:120
+#: cui/uiconfig/ui/embossdialog.ui:120
msgctxt "embossdialog|label2"
msgid "_Light source:"
msgstr "የ _ብርሃን ምንጭ:"
-#: embossdialog.ui:155
+#: cui/uiconfig/ui/embossdialog.ui:155
msgctxt "embossdialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
-#: eventassigndialog.ui:8
+#: cui/uiconfig/ui/eventassigndialog.ui:8
msgctxt "eventassigndialog|EventAssignDialog"
msgid "Assign Macro"
msgstr "Macro መመደቢያ"
-#: eventassignpage.ui:47
+#: cui/uiconfig/ui/eventassignpage.ui:47
msgctxt "eventassignpage|existingmacrosft"
msgid "Existing Macros"
msgstr "የ ነበረው ማክሮስ"
-#: eventassignpage.ui:97
+#: cui/uiconfig/ui/eventassignpage.ui:97
msgctxt "eventassignpage|macrotoft"
msgid "Macro From"
msgstr "Macro ከ"
-#: eventassignpage.ui:159
+#: cui/uiconfig/ui/eventassignpage.ui:159
msgctxt "eventassignpage|eventft"
msgid "Event"
msgstr "ሁኔታ"
-#: eventassignpage.ui:172
+#: cui/uiconfig/ui/eventassignpage.ui:172
msgctxt "eventassignpage|assignft"
msgid "Assigned Action"
msgstr "የተመደበው ተግባር"
-#: eventassignpage.ui:197
+#: cui/uiconfig/ui/eventassignpage.ui:197
msgctxt "eventassignpage|libraryft1"
msgid "Assignments"
msgstr "ስራ"
-#: eventassignpage.ui:220
+#: cui/uiconfig/ui/eventassignpage.ui:220
msgctxt "eventassignpage|assign"
msgid "Assign"
msgstr "መመደቢያ"
-#: eventassignpage.ui:234
+#: cui/uiconfig/ui/eventassignpage.ui:234
msgctxt "eventassignpage|delete"
msgid "Remove"
msgstr "ማስወገጃ"
-#: eventsconfigpage.ui:31
+#: cui/uiconfig/ui/eventsconfigpage.ui:31
msgctxt "eventsconfigpage|label1"
msgid "Assign:"
msgstr "መመደቢያ:"
-#: eventsconfigpage.ui:49
+#: cui/uiconfig/ui/eventsconfigpage.ui:49
msgctxt "eventsconfigpage|macro"
msgid "M_acro..."
msgstr "ማ_ክሮስ..."
-#: eventsconfigpage.ui:63
+#: cui/uiconfig/ui/eventsconfigpage.ui:63
msgctxt "eventsconfigpage|delete"
msgid "_Remove"
msgstr "_ማስወገጃ"
-#: eventsconfigpage.ui:105
+#: cui/uiconfig/ui/eventsconfigpage.ui:105
msgctxt "eventsconfigpage|label2"
msgid "Save in:"
msgstr "ማስቀመጫ በ:"
-#: eventsconfigpage.ui:156
+#: cui/uiconfig/ui/eventsconfigpage.ui:156
msgctxt "eventsconfigpage|eventft"
msgid "Event"
msgstr "ሁኔታ"
-#: eventsconfigpage.ui:168
+#: cui/uiconfig/ui/eventsconfigpage.ui:168
msgctxt "eventsconfigpage|actionft"
msgid "Assigned Action"
msgstr "የተመደበው ተግባር"
-#: fmsearchdialog.ui:8
+#: cui/uiconfig/ui/fmsearchdialog.ui:8
msgctxt "fmsearchdialog|RecordSearchDialog"
msgid "Record Search"
msgstr "መዝገብ መፈለጊያ"
-#: fmsearchdialog.ui:21
+#: cui/uiconfig/ui/fmsearchdialog.ui:21
msgctxt "fmsearchdialog|pbSearchAgain"
msgid "S_earch"
msgstr "መ_ፈለጊያ"
-#: fmsearchdialog.ui:142
+#: cui/uiconfig/ui/fmsearchdialog.ui:142
msgctxt "fmsearchdialog|rbSearchForText"
msgid "_Text:"
msgstr "_ጽሁፍ:"
-#: fmsearchdialog.ui:166
+#: cui/uiconfig/ui/fmsearchdialog.ui:166
msgctxt "fmsearchdialog|rbSearchForNull"
msgid "Field content is _NULL"
msgstr "የ ሜዳው ይዞታ _ባዶ ነው"
-#: fmsearchdialog.ui:185
+#: cui/uiconfig/ui/fmsearchdialog.ui:185
msgctxt "fmsearchdialog|rbSearchForNotNull"
msgid "Field content is not NU_LL"
msgstr "የ ሜዳው ይዞታ ባ_ዶ ነው"
-#: fmsearchdialog.ui:216
+#: cui/uiconfig/ui/fmsearchdialog.ui:216
msgctxt "fmsearchdialog|flSearchFor"
msgid "_Search for"
msgstr "_መፈለጊያ በ"
-#: fmsearchdialog.ui:272
+#: cui/uiconfig/ui/fmsearchdialog.ui:272
msgctxt "fmsearchdialog|rbSingleField"
msgid "_Single field:"
msgstr "_ነጠላ ሜዳ:"
-#: fmsearchdialog.ui:309
+#: cui/uiconfig/ui/fmsearchdialog.ui:309
msgctxt "fmsearchdialog|rbAllFields"
msgid "_All fields"
msgstr "_ሁሉንም ሜዳዎች"
-#: fmsearchdialog.ui:335
+#: cui/uiconfig/ui/fmsearchdialog.ui:335
msgctxt "fmsearchdialog|ftForm"
msgid "Form:"
msgstr "ፎርም:"
-#: fmsearchdialog.ui:409
+#: cui/uiconfig/ui/fmsearchdialog.ui:409
msgctxt "fmsearchdialog|label2"
msgid "Where to Search"
msgstr "የት ልፈልግ"
-#: fmsearchdialog.ui:460
+#: cui/uiconfig/ui/fmsearchdialog.ui:460
msgctxt "fmsearchdialog|ftPosition"
msgid "_Position:"
msgstr "_ቦታ:"
-#: fmsearchdialog.ui:496
+#: cui/uiconfig/ui/fmsearchdialog.ui:496
msgctxt "fmsearchdialog|HalfFullFormsCJK"
msgid "Match character wi_dth"
msgstr "የ ባህሪውን ስፋ_ት ማስማሚያ"
-#: fmsearchdialog.ui:517
+#: cui/uiconfig/ui/fmsearchdialog.ui:517
msgctxt "fmsearchdialog|SoundsLikeCJK"
msgid "Sounds like (_Japanese)"
msgstr "Sounds like (_Japanese)"
-#: fmsearchdialog.ui:533
+#: cui/uiconfig/ui/fmsearchdialog.ui:533
msgctxt "fmsearchdialog|SoundsLikeCJKSettings"
msgid "Similarities..."
msgstr "ተመሳሳይ..."
-#: fmsearchdialog.ui:558
+#: cui/uiconfig/ui/fmsearchdialog.ui:558
msgctxt "fmsearchdialog|cbApprox"
msgid "S_imilarity search"
msgstr "ተ_መሳሳይ መፈለጊያ"
-#: fmsearchdialog.ui:574
+#: cui/uiconfig/ui/fmsearchdialog.ui:574
msgctxt "fmsearchdialog|pbApproxSettings"
msgid "Similarities..."
msgstr "ተመሳሳይ..."
-#: fmsearchdialog.ui:595
+#: cui/uiconfig/ui/fmsearchdialog.ui:595
msgctxt "fmsearchdialog|cbCase"
msgid "_Match case"
msgstr "ጉዳይ _ማመሳሰያ"
-#: fmsearchdialog.ui:611
+#: cui/uiconfig/ui/fmsearchdialog.ui:611
msgctxt "fmsearchdialog|cbStartOver"
msgid "Fr_om top"
msgstr "ከ_ ላይ"
-#: fmsearchdialog.ui:627
+#: cui/uiconfig/ui/fmsearchdialog.ui:627
msgctxt "fmsearchdialog|cbRegular"
msgid "_Regular expression"
msgstr "_መደበኛ አገላለጽ"
-#: fmsearchdialog.ui:643
+#: cui/uiconfig/ui/fmsearchdialog.ui:643
msgctxt "fmsearchdialog|cbUseFormat"
msgid "Appl_y field format"
msgstr "የ ሜዳ አቀራረብ መፈጸሚ_ያ"
-#: fmsearchdialog.ui:659
+#: cui/uiconfig/ui/fmsearchdialog.ui:659
msgctxt "fmsearchdialog|cbBackwards"
msgid "Search _backwards"
msgstr "የ _ኋሊዮሽ መፈለጊያ"
-#: fmsearchdialog.ui:675
+#: cui/uiconfig/ui/fmsearchdialog.ui:675
msgctxt "fmsearchdialog|cbWildCard"
msgid "_Wildcard expression"
msgstr "_ሁለ ገብ መግለጫ"
-#: fmsearchdialog.ui:704
+#: cui/uiconfig/ui/fmsearchdialog.ui:704
msgctxt "fmsearchdialog|flOptions"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: fmsearchdialog.ui:740
+#: cui/uiconfig/ui/fmsearchdialog.ui:740
msgctxt "fmsearchdialog|ftRecordLabel"
msgid "Record:"
msgstr "መቅረጫ:"
-#: fmsearchdialog.ui:751
+#: cui/uiconfig/ui/fmsearchdialog.ui:751
msgctxt "fmsearchdialog|ftRecord"
msgid "record count"
msgstr "የ መዝገብ ቁጥር"
-#: fmsearchdialog.ui:777
+#: cui/uiconfig/ui/fmsearchdialog.ui:777
msgctxt "fmsearchdialog|flState"
msgid "State"
msgstr "ክፍለ ሀገር"
-#: formatcellsdialog.ui:8
+#: cui/uiconfig/ui/formatcellsdialog.ui:8
msgctxt "formatcellsdialog|FormatCellsDialog"
msgid "Table Properties"
msgstr "የ ሰንጠረዥ ባህሪዎች"
-#: formatcellsdialog.ui:106
+#: cui/uiconfig/ui/formatcellsdialog.ui:106
msgctxt "formatcellsdialog|name"
msgid "Font"
msgstr "ፊደል"
-#: formatcellsdialog.ui:128
+#: cui/uiconfig/ui/formatcellsdialog.ui:128
msgctxt "formatcellsdialog|effects"
msgid "Font Effects"
msgstr "የ ፊደል ተፅእኖ"
-#: formatcellsdialog.ui:151
+#: cui/uiconfig/ui/formatcellsdialog.ui:151
msgctxt "formatcellsdialog|border"
msgid "Borders"
msgstr "ድንበሮች"
-#: formatcellsdialog.ui:174
+#: cui/uiconfig/ui/formatcellsdialog.ui:174
msgctxt "formatcellsdialog|area"
msgid "Background"
msgstr "መደብ"
-#: formatnumberdialog.ui:8
+#: cui/uiconfig/ui/formatnumberdialog.ui:8
msgctxt "formatnumberdialog|FormatNumberDialog"
msgid "Format Number"
msgstr "የ ቁጥር አቀራረብ"
-#: galleryapplyprogress.ui:8
+#: cui/uiconfig/ui/galleryapplyprogress.ui:8
msgctxt "galleryapplyprogress|GalleryApplyProgress"
msgid "Apply"
msgstr "መፈጸሚያ"
-#: galleryapplyprogress.ui:73
+#: cui/uiconfig/ui/galleryapplyprogress.ui:73
msgctxt "galleryapplyprogress|label2"
msgid "File"
msgstr "ፋይል"
-#: galleryfilespage.ui:30
+#: cui/uiconfig/ui/galleryfilespage.ui:30
msgctxt "galleryfilespage|label1"
msgid "_File type:"
msgstr "የ_ፋይል አይነት:"
-#: galleryfilespage.ui:77
+#: cui/uiconfig/ui/galleryfilespage.ui:77
msgctxt "galleryfilespage|files-atkobject"
msgid "Files Found"
msgstr "ፋይሎቹ ተገኝተዋል"
-#: galleryfilespage.ui:104
+#: cui/uiconfig/ui/galleryfilespage.ui:104
msgctxt "galleryfilespage|preview"
msgid "Pr_eview"
msgstr "ቅድመ_እይታ"
-#: galleryfilespage.ui:125
+#: cui/uiconfig/ui/galleryfilespage.ui:125
msgctxt "galleryfilespage|image-atkobject"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: galleryfilespage.ui:149
+#: cui/uiconfig/ui/galleryfilespage.ui:149
msgctxt "galleryfilespage|findfiles"
msgid "_Find Files..."
msgstr "ፋይሎች _መፈለጊያ..."
-#: galleryfilespage.ui:177
+#: cui/uiconfig/ui/galleryfilespage.ui:177
msgctxt "galleryfilespage|addall"
msgid "A_dd All"
msgstr "ሁሉንም መ_ጨመሪያ"
-#: gallerygeneralpage.ui:22
+#: cui/uiconfig/ui/gallerygeneralpage.ui:22
msgctxt "gallerygeneralpage|label1"
msgid "Modified:"
msgstr "ተሻሽሏል:"
-#: gallerygeneralpage.ui:63
+#: cui/uiconfig/ui/gallerygeneralpage.ui:63
msgctxt "gallerygeneralpage|label2"
msgid "Type:"
msgstr "አይነት:"
-#: gallerygeneralpage.ui:90
+#: cui/uiconfig/ui/gallerygeneralpage.ui:90
msgctxt "gallerygeneralpage|label3"
msgid "Location:"
msgstr "አካባቢ:"
-#: gallerygeneralpage.ui:104
+#: cui/uiconfig/ui/gallerygeneralpage.ui:104
msgctxt "gallerygeneralpage|label4"
msgid "Contents:"
msgstr "ይዞታዎች:"
-#: gallerygeneralpage.ui:162
+#: cui/uiconfig/ui/gallerygeneralpage.ui:162
msgctxt "gallerygeneralpage|image-atkobject"
msgid "Theme Name"
msgstr "የ ገጽታ ስም"
-#: gallerysearchprogress.ui:8
+#: cui/uiconfig/ui/gallerysearchprogress.ui:8
msgctxt "gallerysearchprogress|GallerySearchProgress"
msgid "Find"
msgstr "መፈለጊያ"
-#: gallerysearchprogress.ui:78
+#: cui/uiconfig/ui/gallerysearchprogress.ui:78
msgctxt "gallerysearchprogress|label1"
msgid "File Type"
msgstr "የ ፋይሉ አይነት"
-#: gallerysearchprogress.ui:115
+#: cui/uiconfig/ui/gallerysearchprogress.ui:115
msgctxt "gallerysearchprogress|label2"
msgid "Directory"
msgstr "ዳይሬክቶሪ"
-#: gallerythemedialog.ui:8
+#: cui/uiconfig/ui/gallerythemedialog.ui:8
msgctxt "gallerythemedialog|GalleryThemeDialog"
msgid "Properties of "
msgstr "ባህሪዎች የ "
-#: gallerythemedialog.ui:106
+#: cui/uiconfig/ui/gallerythemedialog.ui:106
msgctxt "gallerythemedialog|general"
msgid "General"
msgstr "ባጠቃላይ"
-#: gallerythemedialog.ui:128
+#: cui/uiconfig/ui/gallerythemedialog.ui:128
msgctxt "gallerythemedialog|files"
msgid "Files"
msgstr "ፋይሎች"
-#: gallerythemeiddialog.ui:8
+#: cui/uiconfig/ui/gallerythemeiddialog.ui:8
msgctxt "gallerythemeiddialog|GalleryThemeIDDialog"
msgid "Theme ID"
msgstr "የ ገጽታ መለያ"
-#: gallerythemeiddialog.ui:27
+#: cui/uiconfig/ui/gallerythemeiddialog.ui:27
msgctxt "gallerythemeiddialog|label2"
msgid "ID:"
msgstr "መለያ:"
-#: gallerytitledialog.ui:8
+#: cui/uiconfig/ui/gallerytitledialog.ui:8
msgctxt "gallerytitledialog|GalleryTitleDialog"
msgid "Enter Title"
msgstr "አርእስት ማስገቢያ"
-#: gallerytitledialog.ui:26
+#: cui/uiconfig/ui/gallerytitledialog.ui:26
msgctxt "gallerytitledialog|label2"
msgid "Title:"
msgstr "አርእስት:"
-#: galleryupdateprogress.ui:8
+#: cui/uiconfig/ui/galleryupdateprogress.ui:8
msgctxt "galleryupdateprogress|GalleryUpdateProgress"
msgid "Update"
msgstr "ማሻሻያ"
-#: galleryupdateprogress.ui:74
+#: cui/uiconfig/ui/galleryupdateprogress.ui:74
msgctxt "galleryupdateprogress|label2"
msgid "File"
msgstr "ፋይል"
-#: gradientpage.ui:79
+#: cui/uiconfig/ui/gradientpage.ui:79
msgctxt "gradientpage|modify"
msgid "_Modify"
msgstr "_ማሻሻያ"
-#: gradientpage.ui:106
+#: cui/uiconfig/ui/gradientpage.ui:106
msgctxt "gradientpage|label1"
msgid "Gradient"
msgstr "ከፍታ"
-#: gradientpage.ui:149
+#: cui/uiconfig/ui/gradientpage.ui:149
msgctxt "gradientpage|typeft"
msgid "_Type:"
msgstr "_አይነት:"
-#: gradientpage.ui:165
+#: cui/uiconfig/ui/gradientpage.ui:165
msgctxt "gradientpage|gradienttypelb"
msgid "Linear"
msgstr "ቀጥተኛ"
-#: gradientpage.ui:166
+#: cui/uiconfig/ui/gradientpage.ui:166
msgctxt "gradientpage|gradienttypelb"
msgid "Axial"
msgstr "Axial"
-#: gradientpage.ui:167
+#: cui/uiconfig/ui/gradientpage.ui:167
msgctxt "gradientpage|gradienttypelb"
msgid "Radial"
msgstr "ተሽከርካሪ"
-#: gradientpage.ui:168
+#: cui/uiconfig/ui/gradientpage.ui:168
msgctxt "gradientpage|gradienttypelb"
msgid "Ellipsoid"
msgstr "ኤሊፕሶች"
-#: gradientpage.ui:169
+#: cui/uiconfig/ui/gradientpage.ui:169
msgctxt "gradientpage|gradienttypelb"
msgid "Quadratic"
msgstr "Quadratic"
-#: gradientpage.ui:170
+#: cui/uiconfig/ui/gradientpage.ui:170
msgctxt "gradientpage|gradienttypelb"
msgid "Square"
msgstr "ስኴር"
-#: gradientpage.ui:197
+#: cui/uiconfig/ui/gradientpage.ui:197
msgctxt "gradientpage|incrementft"
msgid "Increment:"
msgstr "ጭማሪ:"
-#: gradientpage.ui:235
+#: cui/uiconfig/ui/gradientpage.ui:235
msgctxt "gradientpage|autoincrement"
msgid "A_utomatic"
msgstr "ራ_ሱ በራሱ"
-#: gradientpage.ui:272
+#: cui/uiconfig/ui/gradientpage.ui:272
msgctxt "gradientpage|angleft"
msgid "A_ngle:"
msgstr "አ_ንግል:"
-#: gradientpage.ui:299
+#: cui/uiconfig/ui/gradientpage.ui:298
msgctxt "gradientpage|centerft"
msgid "Center ( X / Y ):"
msgstr "መሀከል ( X / Y ):"
-#: gradientpage.ui:367
+#: cui/uiconfig/ui/gradientpage.ui:364
msgctxt "gradientpage|borderft"
msgid "_Border:"
msgstr "_ድንበር:"
-#: gradientpage.ui:425
+#: cui/uiconfig/ui/gradientpage.ui:421
msgctxt "gradientpage|colorfromft"
msgid "_From Color:"
msgstr "_ከ ቀለም:"
-#: gradientpage.ui:506
+#: cui/uiconfig/ui/gradientpage.ui:500
msgctxt "gradientpage|colortoft"
msgid "_To Color:"
msgstr "_ወደ ቀለም:"
-#: gradientpage.ui:533
+#: cui/uiconfig/ui/gradientpage.ui:527
msgctxt "gradientpage|a11y_center_x"
msgid "Center X"
msgstr "መሀከል X"
-#: gradientpage.ui:547
+#: cui/uiconfig/ui/gradientpage.ui:541
msgctxt "gradientpage|a11y_center_y"
msgid "Center Y"
msgstr "መሀከል Y"
-#: gradientpage.ui:561
+#: cui/uiconfig/ui/gradientpage.ui:555
msgctxt "gradientpage|a11y_percentage_from"
msgid "From color percentage"
msgstr "ከ ቀለም ፐርሰንት"
-#: gradientpage.ui:575
+#: cui/uiconfig/ui/gradientpage.ui:569
msgctxt "gradientpage|a11y_percentage_to"
msgid "To color percentage"
msgstr "ወደ ቀለም ፐርሰንት"
-#: gradientpage.ui:600
+#: cui/uiconfig/ui/gradientpage.ui:594
msgctxt "gradientpage|propfl"
msgid "Options"
msgstr "ምርጫዎች"
-#: gradientpage.ui:644
+#: cui/uiconfig/ui/gradientpage.ui:638
msgctxt "gradientpage|previewctl-atkobject"
msgid "Example"
msgstr "ምሳሌ"
-#: gradientpage.ui:662
+#: cui/uiconfig/ui/gradientpage.ui:656
msgctxt "gradientpage|label2"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: hangulhanjaadddialog.ui:8
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:8
msgctxt "hangulhanjaadddialog|HangulHanjaAddDialog"
msgid "New Dictionary"
msgstr "አዲስ መዝገበ ቃላት"
-#: hangulhanjaadddialog.ui:97
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:100
msgctxt "hangulhanjaadddialog|label2"
msgid "_Name:"
msgstr "_ስም:"
-#: hangulhanjaadddialog.ui:129
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:131
msgctxt "hangulhanjaadddialog|label1"
msgid "Dictionary"
msgstr "መዝገበ ቃላት"
-#: hangulhanjaconversiondialog.ui:7
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:7
msgctxt "hangulhanjaconversiondialog|HangulHanjaConversionDialog"
msgid "Hangul/Hanja Conversion"
msgstr "ሀንጉል/ሀንጃ መቀየሪያ"
-#: hangulhanjaconversiondialog.ui:96
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:96
msgctxt "hangulhanjaconversiondialog|label1"
msgid "Original"
msgstr "ዋናው"
-#: hangulhanjaconversiondialog.ui:132
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:132
msgctxt "hangulhanjaconversiondialog|label3"
msgid "Word"
msgstr "ቃላቶች"
-#: hangulhanjaconversiondialog.ui:153
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:153
msgctxt "hangulhanjaconversiondialog|find"
msgid "_Find"
msgstr "_መፈለጊያ"
-#: hangulhanjaconversiondialog.ui:181
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:181
msgctxt "hangulhanjaconversiondialog|label4"
msgid "Suggestions"
msgstr "አስተያየቶች"
-#: hangulhanjaconversiondialog.ui:219
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:219
msgctxt "hangulhanjaconversiondialog|label5"
msgid "Format"
msgstr "አቀራረብ"
-#: hangulhanjaconversiondialog.ui:229
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:229
msgctxt "hangulhanjaconversiondialog|simpleconversion"
msgid "_Hangul/Hanja"
msgstr "_Hangul/Hanja"
-#: hangulhanjaconversiondialog.ui:247
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:247
msgctxt "hangulhanjaconversiondialog|hangulbracket"
msgid "Hanja (Han_gul)"
msgstr "Hanja (Han_gul)"
-#: hangulhanjaconversiondialog.ui:264
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:264
msgctxt "hangulhanjaconversiondialog|hanjabracket"
msgid "Hang_ul (Hanja)"
msgstr "Hang_ul (Hanja)"
-#: hangulhanjaconversiondialog.ui:295
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:295
msgctxt "hangulhanjaconversiondialog|hanja_above"
msgid "Hanja"
msgstr "Hanja"
-#: hangulhanjaconversiondialog.ui:312
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:312
msgctxt "hangulhanjaconversiondialog|hanja_below"
msgid "Hanja"
msgstr "Hanja"
-#: hangulhanjaconversiondialog.ui:328
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:328
msgctxt "hangulhanjaconversiondialog|hangul_above"
msgid "Hangul"
msgstr "Hangul"
-#: hangulhanjaconversiondialog.ui:344
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:344
msgctxt "hangulhanjaconversiondialog|hangul_below"
msgid "Hangul"
msgstr "Hangul"
-#: hangulhanjaconversiondialog.ui:375
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:375
msgctxt "hangulhanjaconversiondialog|label6"
msgid "Conversion"
msgstr "መቀየሪያ"
-#: hangulhanjaconversiondialog.ui:385
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:385
msgctxt "hangulhanjaconversiondialog|hangulonly"
msgid "Hangul _only"
msgstr "Hangul _only"
-#: hangulhanjaconversiondialog.ui:402
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:402
msgctxt "hangulhanjaconversiondialog|hanjaonly"
msgid "Hanja onl_y"
msgstr "Hanja onl_y"
-#: hangulhanjaconversiondialog.ui:440
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:440
msgctxt "hangulhanjaconversiondialog|ignore"
msgid "_Ignore"
msgstr "_መተው"
-#: hangulhanjaconversiondialog.ui:456
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:456
msgctxt "hangulhanjaconversiondialog|ignoreall"
msgid "Always I_gnore"
msgstr "ሁልጊዜ መ_ተው"
-#: hangulhanjaconversiondialog.ui:470
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:470
msgctxt "hangulhanjaconversiondialog|replace"
msgid "_Replace"
msgstr "_መቀየሪያ"
-#: hangulhanjaconversiondialog.ui:484
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:484
msgctxt "hangulhanjaconversiondialog|replaceall"
msgid "Always R_eplace"
msgstr "ሁልጊዜ መ_ቀየሪያ"
-#: hangulhanjaconversiondialog.ui:501
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:501
msgctxt "hangulhanjaconversiondialog|replacebychar"
msgid "Replace b_y character"
msgstr "በ_ ባህሪ መቀየሪያ"
-#: hangulhanjaconversiondialog.ui:517
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:517
msgctxt "hangulhanjaconversiondialog|options"
msgid "Options"
msgstr "ምርጫዎች"
-#: hangulhanjaeditdictdialog.ui:9
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:9
msgctxt "hangulhanjaeditdictdialog|HangulHanjaEditDictDialog"
msgid "Edit Custom Dictionary"
msgstr "መዝገበ ቃላት ማረሚያ ማስተካከያ"
-#: hangulhanjaeditdictdialog.ui:107
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:107
msgctxt "hangulhanjaeditdictdialog|label4"
msgid "Book"
msgstr "መጽሐፍ"
-#: hangulhanjaeditdictdialog.ui:213
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:213
msgctxt "hangulhanjaeditdictdialog|label2"
msgid "Original"
msgstr "ዋናው"
-#: hangulhanjaeditdictdialog.ui:326
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:326
msgctxt "hangulhanjaeditdictdialog|label3"
msgid "Suggestions"
msgstr "አስተያየቶች"
-#: hangulhanjaoptdialog.ui:8
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:8
msgctxt "hangulhanjaoptdialog|HangulHanjaOptDialog"
msgid "Hangul/Hanja Options"
msgstr "Hangul/Hanja Options"
-#: hangulhanjaoptdialog.ui:107
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:107
msgctxt "hangulhanjaoptdialog|new"
msgid "New..."
msgstr "አዲስ..."
-#: hangulhanjaoptdialog.ui:121
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:121
msgctxt "hangulhanjaoptdialog|edit"
msgid "Edit..."
msgstr "ማረሚያ ..."
-#: hangulhanjaoptdialog.ui:172
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:172
msgctxt "hangulhanjaoptdialog|label1"
msgid "User-defined Dictionaries"
msgstr "በተጠቃሚ-የሚገለጽ መዝገበ ቃላት"
-#: hangulhanjaoptdialog.ui:203
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:203
msgctxt "hangulhanjaoptdialog|ignorepost"
msgid "Ignore post-positional word"
msgstr "መተው በኋላ-የሚመጣ ቃል"
-#: hangulhanjaoptdialog.ui:218
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:218
msgctxt "hangulhanjaoptdialog|showrecentfirst"
msgid "Show recently used entries first"
msgstr "በቅርብ ጊዜ የተጠቀሙበትን በ መጀመሪያ ማሳያ"
-#: hangulhanjaoptdialog.ui:232
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:233
msgctxt "hangulhanjaoptdialog|autoreplaceunique"
msgid "Replace all unique entries automatically"
msgstr "ሁሉንም የተለዩ ማስገቢያዎች ራሱ በራሱ መቀየሪያ"
-#: hangulhanjaoptdialog.ui:252
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:254
msgctxt "hangulhanjaoptdialog|label2"
msgid "Options"
msgstr "ምርጫዎች"
-#: hatchpage.ui:81
+#: cui/uiconfig/ui/hatchpage.ui:81
msgctxt "hatchpage|modify"
msgid "_Modify"
msgstr "_ማሻሻያ"
-#: hatchpage.ui:108
+#: cui/uiconfig/ui/hatchpage.ui:108
msgctxt "hatchpage|label2"
msgid "Hatch"
msgstr "በርካታ መስመር"
-#: hatchpage.ui:148
+#: cui/uiconfig/ui/hatchpage.ui:148
msgctxt "hatchpage|distanceft"
msgid "_Spacing:"
msgstr "_ክፍተት:"
-#: hatchpage.ui:175
+#: cui/uiconfig/ui/hatchpage.ui:174
msgctxt "hatchpage|angleft"
msgid "A_ngle:"
msgstr "አ_ንግል:"
-#: hatchpage.ui:229
+#: cui/uiconfig/ui/hatchpage.ui:227
msgctxt "hatchpage|linetypeft"
msgid "_Line type:"
msgstr "የ _መስመር አይነት:"
-#: hatchpage.ui:243
+#: cui/uiconfig/ui/hatchpage.ui:241
msgctxt "hatchpage|linetypelb"
msgid "Single"
msgstr "ነጠላ"
-#: hatchpage.ui:244
+#: cui/uiconfig/ui/hatchpage.ui:242
msgctxt "hatchpage|linetypelb"
msgid "Crossed"
msgstr "የተሰረዘ"
-#: hatchpage.ui:245
+#: cui/uiconfig/ui/hatchpage.ui:243
msgctxt "hatchpage|linetypelb"
msgid "Triple"
msgstr "ሶስት"
-#: hatchpage.ui:259
+#: cui/uiconfig/ui/hatchpage.ui:257
msgctxt "hatchpage|linecolorft"
msgid "Line _color:"
msgstr "የ መስመር _ቀለም:"
-#: hatchpage.ui:281
+#: cui/uiconfig/ui/hatchpage.ui:279
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr "የ መደብ ቀለም"
-#: hatchpage.ui:313
+#: cui/uiconfig/ui/hatchpage.ui:312
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "ምርጫዎች"
-#: hatchpage.ui:357
+#: cui/uiconfig/ui/hatchpage.ui:356
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
-#: hatchpage.ui:375
+#: cui/uiconfig/ui/hatchpage.ui:374
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: hyperlinkdialog.ui:11
+#: cui/uiconfig/ui/hyperlinkdialog.ui:11
msgctxt "hyperlinkdialog|HyperlinkDialog"
msgid "Hyperlink"
msgstr "Hyperlink"
-#: hyperlinkdialog.ui:42
+#: cui/uiconfig/ui/hyperlinkdialog.ui:42
msgctxt "hyperlinkdialog|apply"
msgid "Apply"
msgstr "መፈጸሚያ"
-#: hyperlinkdialog.ui:84
+#: cui/uiconfig/ui/hyperlinkdialog.ui:84
msgctxt "hyperlinkdialog|reset"
msgid "Reset"
msgstr "እንደ ነበር መመለሻ"
-#: hyperlinkdocpage.ui:39
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:39
msgctxt "hyperlinkdocpage|path_label"
msgid "_Path:"
msgstr "_መንገድ:"
-#: hyperlinkdocpage.ui:62
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:61
msgctxt "hyperlinkdocpage|fileopen"
msgid "Open File"
msgstr "ፋይል መክፈቻ"
-#: hyperlinkdocpage.ui:67
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:66
msgctxt "hyperlinkdocpage|fileopen|tooltip_text"
msgid "Open File"
msgstr "ፋይል መክፈቻ"
-#: hyperlinkdocpage.ui:82
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:81
msgctxt "hyperlinkdocpage|label2"
msgid "Document"
msgstr "ሰነድ"
-#: hyperlinkdocpage.ui:119
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:118
msgctxt "hyperlinkdocpage|target_label"
msgid "Targ_et:"
msgstr "ኢላ_ማው:"
-#: hyperlinkdocpage.ui:134
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:133
msgctxt "hyperlinkdocpage|url_label"
msgid "URL:"
msgstr "URL:"
-#: hyperlinkdocpage.ui:144
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:143
msgctxt "hyperlinkdocpage|browse"
msgid "Target in Document"
msgstr "ኢላማው በሰነዱ ውስጥ"
-#: hyperlinkdocpage.ui:149
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:148
msgctxt "hyperlinkdocpage|browse|tooltip_text"
msgid "Target in Document"
msgstr "ኢላማው በሰነዱ ውስጥ"
-#: hyperlinkdocpage.ui:173
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:171
msgctxt "hyperlinkdocpage|url"
msgid "Test text"
msgstr "ጽሑፍ መሞከሪያ"
-#: hyperlinkdocpage.ui:191
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:189
msgctxt "hyperlinkdocpage|label3"
msgid "Target in Document"
msgstr "ኢላማው በሰነዱ ውስጥ"
-#: hyperlinkdocpage.ui:230
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:228
msgctxt "hyperlinkdocpage|frame_label"
msgid "F_rame:"
msgstr "ክ_ፈፍ:"
-#: hyperlinkdocpage.ui:245
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:243
msgctxt "hyperlinkdocpage|indication_label"
msgid "Te_xt:"
msgstr "ጽሑ_ፍ:"
-#: hyperlinkdocpage.ui:260
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:258
msgctxt "hyperlinkdocpage|name_label"
msgid "N_ame:"
msgstr "ስ_ም:"
-#: hyperlinkdocpage.ui:303
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:299
msgctxt "hyperlinkdocpage|form_label"
msgid "F_orm:"
msgstr "ፎር_ም:"
-#: hyperlinkdocpage.ui:329
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:325
msgctxt "hyperlinkdocpage|script|tooltip_text"
msgid "Events"
msgstr "ሁኔታዎች"
-#: hyperlinkdocpage.ui:367
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:363
msgctxt "hyperlinkdocpage|label1"
msgid "Further Settings"
msgstr "በበለጠ ማሰናጃዎች"
-#: hyperlinkinternetpage.ui:42
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:42
msgctxt "hyperlinkinternetpage|linktyp_internet"
msgid "_Web"
msgstr "_ዌብ"
-#: hyperlinkinternetpage.ui:59
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:59
msgctxt "hyperlinkinternetpage|linktyp_ftp"
msgid "_FTP"
msgstr "_FTP"
-#: hyperlinkinternetpage.ui:86
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:86
msgctxt "hyperlinkinternetpage|target_label"
msgid "_URL:"
msgstr "_URL:"
-#: hyperlinkinternetpage.ui:113
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:112
msgctxt "hyperlinkinternetpage|login_label"
msgid "_Login name:"
msgstr "የ _መግቢያ ስም:"
-#: hyperlinkinternetpage.ui:128
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:127
msgctxt "hyperlinkinternetpage|password_label"
msgid "_Password:"
msgstr "_የመግቢያ ቃል:"
-#: hyperlinkinternetpage.ui:164
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:161
msgctxt "hyperlinkinternetpage|anonymous"
msgid "Anonymous _user"
msgstr "ያልታወቀ _ተጠቃሚ"
-#: hyperlinkinternetpage.ui:192
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:189
msgctxt "hyperlinkinternetpage|label2"
msgid "Hyperlink Type"
msgstr "የ Hyperlink አይነት"
-#: hyperlinkinternetpage.ui:230
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:227
msgctxt "hyperlinkinternetpage|frame_label"
msgid "F_rame:"
msgstr "ክ_ፈፍ:"
-#: hyperlinkinternetpage.ui:245
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:242
msgctxt "hyperlinkinternetpage|indication_label"
msgid "Te_xt:"
msgstr "ጽሑ_ፍ:"
-#: hyperlinkinternetpage.ui:260
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:257
msgctxt "hyperlinkinternetpage|name_label"
msgid "Na_me:"
msgstr "ስ_ም:"
-#: hyperlinkinternetpage.ui:303
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:298
msgctxt "hyperlinkinternetpage|form_label"
msgid "F_orm:"
msgstr "ፎር_ም:"
-#: hyperlinkinternetpage.ui:330
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:325
msgctxt "hyperlinkinternetpage|script|tooltip_text"
msgid "Events"
msgstr "ሁኔታዎች"
-#: hyperlinkinternetpage.ui:368
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:363
msgctxt "hyperlinkinternetpage|label1"
msgid "Further Settings"
msgstr "በበለጠ ማሰናጃዎች"
-#: hyperlinkmailpage.ui:39
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:39
msgctxt "hyperlinkmailpage|receiver_label"
msgid "Re_cipient:"
msgstr "ተቀ_ባይ:"
-#: hyperlinkmailpage.ui:62
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:61
msgctxt "hyperlinkmailpage|adressbook"
msgid "Data Sources…"
msgstr "የ ዳታ ምንጮች…"
-#: hyperlinkmailpage.ui:67
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:66
msgctxt "hyperlinkmailpage|adressbook|tooltip_text"
msgid "Data Sources..."
msgstr "የ ዳታ ምንጮች…"
-#: hyperlinkmailpage.ui:81
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:80
msgctxt "hyperlinkmailpage|subject_label"
msgid "_Subject:"
msgstr "_ጉዳዩ:"
-#: hyperlinkmailpage.ui:119
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:117
msgctxt "hyperlinkmailpage|label2"
msgid "Mail"
msgstr "ደብዳቤ"
-#: hyperlinkmailpage.ui:158
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:156
msgctxt "hyperlinkmailpage|frame_label"
msgid "F_rame:"
msgstr "ክ_ፈፍ:"
-#: hyperlinkmailpage.ui:173
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:171
msgctxt "hyperlinkmailpage|indication_label"
msgid "Te_xt:"
msgstr "ጽሑ_ፍ:"
-#: hyperlinkmailpage.ui:188
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:186
msgctxt "hyperlinkmailpage|name_label"
msgid "N_ame:"
msgstr "ስ_ም:"
-#: hyperlinkmailpage.ui:231
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:227
msgctxt "hyperlinkmailpage|form_label"
msgid "F_orm:"
msgstr "ፎር_ም:"
-#: hyperlinkmailpage.ui:257
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:253
msgctxt "hyperlinkmailpage|script|tooltip_text"
msgid "Events"
msgstr "ሁኔታዎች"
-#: hyperlinkmailpage.ui:295
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:291
msgctxt "hyperlinkmailpage|label1"
msgid "Further Settings"
msgstr "በበለጠ ማሰናጃዎች"
-#: hyperlinkmarkdialog.ui:9
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:9
msgctxt "hyperlinkmarkdialog|HyperlinkMark"
msgid "Target in Document"
msgstr "ኢላማው በሰነዱ ውስጥ"
-#: hyperlinkmarkdialog.ui:22
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:22
msgctxt "hyperlinkmarkdialog|apply"
msgid "_Apply"
msgstr "_መፈጸሚያ"
-#: hyperlinkmarkdialog.ui:39
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:39
msgctxt "hyperlinkmarkdialog|close"
msgid "_Close"
msgstr "_መዝጊያ"
-#: hyperlinkmarkdialog.ui:72
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:72
msgctxt "hyperlinkmarkdialog|TreeListBox-atkobject"
msgid "Mark Tree"
msgstr "በ ዛፍ ዘዴ"
-#: hyperlinknewdocpage.ui:44
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:44
msgctxt "hyperlinknewdocpage|editnow"
msgid "Edit _now"
msgstr "_አሁን ማረሚያ"
-#: hyperlinknewdocpage.ui:61
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:61
msgctxt "hyperlinknewdocpage|editlater"
msgid "Edit _later"
msgstr "_በኋላ ማረሚያ"
-#: hyperlinknewdocpage.ui:89
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:89
msgctxt "hyperlinknewdocpage|file_label"
msgid "_File:"
msgstr "_ፋይል:"
-#: hyperlinknewdocpage.ui:112
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:111
msgctxt "hyperlinknewdocpage|create"
msgid "Select Path"
msgstr "መንገድ ይምረጡ"
-#: hyperlinknewdocpage.ui:117
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:116
msgctxt "hyperlinknewdocpage|create|tooltip_text"
msgid "Select Path"
msgstr "መንገድ ይምረጡ"
-#: hyperlinknewdocpage.ui:132
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:131
msgctxt "hyperlinknewdocpage|types_label"
msgid "File _type:"
msgstr "የ ፋይል _አይነት:"
-#: hyperlinknewdocpage.ui:172
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:171
msgctxt "hyperlinknewdocpage|label2"
msgid "New Document"
msgstr "አዲስ ሰነድ"
-#: hyperlinknewdocpage.ui:211
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:210
msgctxt "hyperlinknewdocpage|frame_label"
msgid "F_rame:"
msgstr "ክ_ፈፍ:"
-#: hyperlinknewdocpage.ui:226
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:225
msgctxt "hyperlinknewdocpage|indication_label"
msgid "Te_xt:"
msgstr "ጽሑ_ፍ:"
-#: hyperlinknewdocpage.ui:241
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:240
msgctxt "hyperlinknewdocpage|name_label"
msgid "N_ame:"
msgstr "ስ_ም:"
-#: hyperlinknewdocpage.ui:283
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:280
msgctxt "hyperlinknewdocpage|form_label"
msgid "F_orm:"
msgstr "ፎ_ርም:"
-#: hyperlinknewdocpage.ui:309
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:306
msgctxt "hyperlinknewdocpage|script|tooltip_text"
msgid "Events"
msgstr "ሁኔታዎች"
-#: hyperlinknewdocpage.ui:347
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:344
msgctxt "hyperlinknewdocpage|label1"
msgid "Further Settings"
msgstr "በበለጠ ማሰናጃዎች"
-#: hyphenate.ui:19
+#: cui/uiconfig/ui/hyphenate.ui:19
msgctxt "hyphenate|HyphenateDialog"
msgid "Hyphenation"
msgstr "ጭረት"
-#: hyphenate.ui:48
+#: cui/uiconfig/ui/hyphenate.ui:48
msgctxt "hyphenate|hyphall"
msgid "Hyphenate All"
msgstr "ሁሉንም ጭረት ማድረጊያ"
-#: hyphenate.ui:98
+#: cui/uiconfig/ui/hyphenate.ui:98
msgctxt "hyphenate|ok"
msgid "Hyphenate"
msgstr "ጭረት"
-#: hyphenate.ui:112
+#: cui/uiconfig/ui/hyphenate.ui:112
msgctxt "hyphenate|continue"
msgid "Skip"
msgstr "መዝለያ"
-#: hyphenate.ui:148
+#: cui/uiconfig/ui/hyphenate.ui:148
msgctxt "hyphenate|label1"
msgid "Word:"
msgstr "ቃላት:"
-#: iconchangedialog.ui:10
-msgctxt "iconchangedialog|IconChange"
-msgid "%PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION"
-
-#: iconchangedialog.ui:75
+#: cui/uiconfig/ui/iconchangedialog.ui:61
msgctxt "iconchangedialog|label1"
msgid ""
"The files listed below could not be imported.\n"
@@ -5910,27 +5894,27 @@ msgstr ""
"ከ ስር ያሉትን ፋይሎች ማምጣት አልተቻለም\n"
"የ ፋይሉን አቀራረብ መተርጎም አልተቻለም"
-#: iconselectordialog.ui:10
+#: cui/uiconfig/ui/iconselectordialog.ui:10
msgctxt "iconselectordialog|IconSelector"
msgid "Change Icon"
msgstr "ምልክት መቀየሪያ"
-#: iconselectordialog.ui:125
+#: cui/uiconfig/ui/iconselectordialog.ui:125
msgctxt "iconselectordialog|label1"
msgid "_Icons"
msgstr "_ምልክቶች"
-#: iconselectordialog.ui:148
+#: cui/uiconfig/ui/iconselectordialog.ui:148
msgctxt "iconselectordialog|importButton"
msgid "I_mport..."
msgstr "ማ_ምጫ..."
-#: iconselectordialog.ui:163
+#: cui/uiconfig/ui/iconselectordialog.ui:163
msgctxt "iconselectordialog|deleteButton"
msgid "_Delete..."
msgstr "_ማጥፊያ..."
-#: iconselectordialog.ui:197
+#: cui/uiconfig/ui/iconselectordialog.ui:197
msgctxt "iconselectordialog|noteLabel"
msgid ""
"Note:\n"
@@ -5941,1197 +5925,1277 @@ msgstr ""
"የምልክቶች መጠን መሆን ያለበት 16x16 ፒክስል ነው በጥሩ ሁኔታ ለማሳየት\n"
"የተለያያ መጠን ያላቸውን ምልክቶች ራሱ በራሱ ወዲያውኑ ይቀይራቸዋል"
-#: insertfloatingframe.ui:13
+#: cui/uiconfig/ui/insertfloatingframe.ui:18
msgctxt "insertfloatingframe|InsertFloatingFrameDialog"
msgid "Floating Frame Properties"
msgstr "የ ማንሳፈፊያ ጠርዝ ባህሪዎች"
-#: insertfloatingframe.ui:65
+#: cui/uiconfig/ui/insertfloatingframe.ui:128
msgctxt "insertfloatingframe|label6"
msgid "Name:"
msgstr "ስም:"
-#: insertfloatingframe.ui:78
+#: cui/uiconfig/ui/insertfloatingframe.ui:141
msgctxt "insertfloatingframe|label7"
msgid "Contents:"
msgstr "ይዞታዎች:"
-#: insertfloatingframe.ui:87
+#: cui/uiconfig/ui/insertfloatingframe.ui:150
msgctxt "insertfloatingframe|buttonbrowse"
msgid "Browse..."
msgstr "መቃኛ..."
-#: insertfloatingframe.ui:130
+#: cui/uiconfig/ui/insertfloatingframe.ui:193
msgctxt "insertfloatingframe|scrollbaron"
msgid "On"
msgstr "ማብሪያ"
-#: insertfloatingframe.ui:147
+#: cui/uiconfig/ui/insertfloatingframe.ui:210
msgctxt "insertfloatingframe|scrollbaroff"
msgid "Off"
msgstr "ማጥፊያ"
-#: insertfloatingframe.ui:163
+#: cui/uiconfig/ui/insertfloatingframe.ui:227
msgctxt "insertfloatingframe|scrollbarauto"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: insertfloatingframe.ui:185
+#: cui/uiconfig/ui/insertfloatingframe.ui:250
msgctxt "insertfloatingframe|label1"
msgid "Scroll Bar"
msgstr "መሸብለያ መደርደሪያ"
-#: insertfloatingframe.ui:218
+#: cui/uiconfig/ui/insertfloatingframe.ui:283
msgctxt "insertfloatingframe|borderon"
msgid "On"
msgstr "ማብሪያ"
-#: insertfloatingframe.ui:235
+#: cui/uiconfig/ui/insertfloatingframe.ui:300
msgctxt "insertfloatingframe|borderoff"
msgid "Off"
msgstr "ማጥፊያ"
-#: insertfloatingframe.ui:260
+#: cui/uiconfig/ui/insertfloatingframe.ui:326
msgctxt "insertfloatingframe|label2"
msgid "Border"
msgstr "ድንበር"
-#: insertfloatingframe.ui:297
+#: cui/uiconfig/ui/insertfloatingframe.ui:362
msgctxt "insertfloatingframe|widthlabel"
msgid "Width:"
msgstr "ስፋት:"
-#: insertfloatingframe.ui:310
+#: cui/uiconfig/ui/insertfloatingframe.ui:375
msgctxt "insertfloatingframe|heightlabel"
msgid "Height:"
msgstr "እርዝመት:"
-#: insertfloatingframe.ui:345
+#: cui/uiconfig/ui/insertfloatingframe.ui:409
msgctxt "insertfloatingframe|defaultwidth"
msgid "Default"
msgstr "ነባር"
-#: insertfloatingframe.ui:359
+#: cui/uiconfig/ui/insertfloatingframe.ui:424
msgctxt "insertfloatingframe|defaultheight"
msgid "Default"
msgstr "ነባር"
-#: insertfloatingframe.ui:379
+#: cui/uiconfig/ui/insertfloatingframe.ui:445
msgctxt "insertfloatingframe|label3"
msgid "Padding"
msgstr "መጨመሪያ"
-#: insertoleobject.ui:8
+#: cui/uiconfig/ui/insertoleobject.ui:16
msgctxt "insertoleobject|InsertOLEObjectDialog"
msgid "Insert OLE Object"
msgstr "የ OLE እቃ ያስገቡ"
-#: insertoleobject.ui:86
+#: cui/uiconfig/ui/insertoleobject.ui:100
msgctxt "insertoleobject|createnew"
msgid "Create new"
msgstr "አዲስ መፍጠሪያ"
-#: insertoleobject.ui:102
+#: cui/uiconfig/ui/insertoleobject.ui:117
msgctxt "insertoleobject|createfromfile"
msgid "Create from file"
msgstr "ከፋይል ውስጥ መፍጠሪያ"
-#: insertoleobject.ui:151
+#: cui/uiconfig/ui/insertoleobject.ui:197
msgctxt "insertoleobject|label1"
msgid "Object Type"
msgstr "የእቃው አይነት"
-#: insertoleobject.ui:197
+#: cui/uiconfig/ui/insertoleobject.ui:242
msgctxt "insertoleobject|urlbtn"
msgid "Search…"
msgstr "መገለጊያ…"
-#: insertoleobject.ui:210
+#: cui/uiconfig/ui/insertoleobject.ui:255
msgctxt "insertoleobject|linktofile"
msgid "Link to file"
msgstr "ወደ ፋይል አገናኝ"
-#: insertoleobject.ui:224
+#: cui/uiconfig/ui/insertoleobject.ui:270
msgctxt "insertoleobject|asicon"
msgid "Display as icon"
msgstr "እንደ ምልክት ማሳያ"
-#: insertoleobject.ui:245
+#: cui/uiconfig/ui/insertoleobject.ui:292
msgctxt "insertoleobject|label2"
msgid "File"
msgstr "ፋይል"
-#: insertrowcolumn.ui:15
+#: cui/uiconfig/ui/insertrowcolumn.ui:15
msgctxt "insertrowcolumn|InsertRowColumnDialog"
msgid "Insert Row"
msgstr "ረድፍ ማስገቢያ"
-#: insertrowcolumn.ui:106
+#: cui/uiconfig/ui/insertrowcolumn.ui:109
msgctxt "insertrowcolumn|label3"
msgid "_Number:"
msgstr "_ቁጥር:"
-#: insertrowcolumn.ui:138
+#: cui/uiconfig/ui/insertrowcolumn.ui:140
msgctxt "insertrowcolumn|label1"
msgid "Insert"
msgstr "ማስገቢያ"
-#: insertrowcolumn.ui:169
+#: cui/uiconfig/ui/insertrowcolumn.ui:171
msgctxt "insertrowcolumn|insert_before"
msgid "_Before"
msgstr "_በፊት"
-#: insertrowcolumn.ui:187
+#: cui/uiconfig/ui/insertrowcolumn.ui:188
msgctxt "insertrowcolumn|insert_after"
msgid "A_fter"
msgstr "በ_ኋላ"
-#: insertrowcolumn.ui:210
+#: cui/uiconfig/ui/insertrowcolumn.ui:211
msgctxt "insertrowcolumn|label2"
msgid "Position"
msgstr "ቦታ"
-#: javaclasspathdialog.ui:8
+#: cui/uiconfig/ui/javaclasspathdialog.ui:8
msgctxt "javaclasspathdialog|JavaClassPath"
msgid "Class Path"
msgstr "የ ክፍል መንገድ"
-#: javaclasspathdialog.ui:93
+#: cui/uiconfig/ui/javaclasspathdialog.ui:93
msgctxt "javaclasspathdialog|label1"
msgid "A_ssigned folders and archives"
msgstr "የ_ተመደቡ ፎልደሮች እና ማህደሮች"
-#: javaclasspathdialog.ui:144
+#: cui/uiconfig/ui/javaclasspathdialog.ui:144
msgctxt "javaclasspathdialog|archive"
msgid "_Add Archive..."
msgstr "ማህደር _መጨመሪያ..."
-#: javaclasspathdialog.ui:158
+#: cui/uiconfig/ui/javaclasspathdialog.ui:158
msgctxt "javaclasspathdialog|folder"
msgid "Add _Folder"
msgstr "_ፎልደር መጨመሪያ"
-#: javaclasspathdialog.ui:172
+#: cui/uiconfig/ui/javaclasspathdialog.ui:172
msgctxt "javaclasspathdialog|remove"
msgid "_Remove"
msgstr "_ማስወገጃ"
-#: javastartparametersdialog.ui:8
+#: cui/uiconfig/ui/javastartparametersdialog.ui:8
msgctxt "javastartparametersdialog|JavaStartParameters"
msgid "Java Start Parameters"
msgstr "Java Start Parameters"
-#: javastartparametersdialog.ui:94
+#: cui/uiconfig/ui/javastartparametersdialog.ui:94
msgctxt "javastartparametersdialog|label4"
msgid "Java start _parameter"
msgstr "Java start _parameter"
-#: javastartparametersdialog.ui:120
+#: cui/uiconfig/ui/javastartparametersdialog.ui:119
msgctxt "javastartparametersdialog|label5"
msgid "Assig_ned start parameters"
msgstr "የ ተመ_ደቡ ማስጀመሪያ ደንቦች"
-#: javastartparametersdialog.ui:159
+#: cui/uiconfig/ui/javastartparametersdialog.ui:158
msgctxt "javastartparametersdialog|label6"
msgid "For example: -Dmyprop=c:\\\\program files\\\\java"
msgstr "ለምሳሌ: -Dmyprop=c:\\\\program files\\\\java"
-#: javastartparametersdialog.ui:168
+#: cui/uiconfig/ui/javastartparametersdialog.ui:167
msgctxt "javastartparametersdialog|assignbtn"
msgid "_Add"
msgstr "_መጨመሪያ"
-#: javastartparametersdialog.ui:188
+#: cui/uiconfig/ui/javastartparametersdialog.ui:187
msgctxt "javastartparametersdialog|editbtn"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: javastartparametersdialog.ui:203
+#: cui/uiconfig/ui/javastartparametersdialog.ui:202
msgctxt "javastartparametersdialog|removebtn"
msgid "_Remove"
msgstr "_ማስወገጃ"
-#: linedialog.ui:8
+#: cui/uiconfig/ui/linedialog.ui:8
msgctxt "linedialog|LineDialog"
msgid "Line"
msgstr "መስመር"
-#: linedialog.ui:106
+#: cui/uiconfig/ui/linedialog.ui:106
msgctxt "linedialog|RID_SVXPAGE_LINE"
msgid "Line"
msgstr "መስመር"
-#: linedialog.ui:128
+#: cui/uiconfig/ui/linedialog.ui:128
msgctxt "linedialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
msgstr "ጥላ"
-#: linedialog.ui:151
+#: cui/uiconfig/ui/linedialog.ui:151
msgctxt "linedialog|RID_SVXPAGE_LINE_DEF"
msgid "Line Styles"
msgstr "የ መስመር ዘዴዎች"
-#: linedialog.ui:174
+#: cui/uiconfig/ui/linedialog.ui:174
msgctxt "linedialog|RID_SVXPAGE_LINEEND_DEF"
msgid "Arrow Styles"
msgstr "የ ቀስት ዘዴዎች"
-#: lineendstabpage.ui:49
+#: cui/uiconfig/ui/lineendstabpage.ui:49
msgctxt "lineendstabpage|FT_TITLE"
msgid "_Title:"
msgstr "_አርእስት:"
-#: lineendstabpage.ui:65
+#: cui/uiconfig/ui/lineendstabpage.ui:65
msgctxt "lineendstabpage|FT_LINE_END_STYLE"
msgid "Arrow _style:"
msgstr "የ ቀስት _ዘዴዎች:"
-#: lineendstabpage.ui:111
+#: cui/uiconfig/ui/lineendstabpage.ui:110
msgctxt "lineendstabpage|FI_TIP"
msgid "Add a selected object to create new arrow styles."
msgstr "አዲስ የ ቀስት ዘዴዎች ለ መፍጠር የ ተመረጠውን እቃ መጨመሪያ"
-#: lineendstabpage.ui:152
+#: cui/uiconfig/ui/lineendstabpage.ui:151
msgctxt "lineendstabpage|BTN_MODIFY"
msgid "_Modify"
msgstr "_ማሻሻያ"
-#: lineendstabpage.ui:190
+#: cui/uiconfig/ui/lineendstabpage.ui:189
msgctxt "lineendstabpage|BTN_LOAD|tooltip_text"
msgid "Load arrow styles"
msgstr "የ ቀስት ዘዴዎች መጫኛ"
-#: lineendstabpage.ui:208
+#: cui/uiconfig/ui/lineendstabpage.ui:207
msgctxt "lineendstabpage|BTN_SAVE|tooltip_text"
msgid "Save arrow styles"
msgstr "የ ቀስት ዘዴዎች ማስቀመጫ"
-#: lineendstabpage.ui:276
+#: cui/uiconfig/ui/lineendstabpage.ui:275
msgctxt "lineendstabpage|label1"
msgid "Organize Arrow Styles"
msgstr "የ ቀስት ዘዴዎች ማደራጃ"
-#: linestyletabpage.ui:34
+#: cui/uiconfig/ui/linestyletabpage.ui:34
msgctxt "linestyletabpage|liststoreTYPE"
msgid "Dots"
msgstr "ነጥቦች"
-#: linestyletabpage.ui:38
+#: cui/uiconfig/ui/linestyletabpage.ui:38
msgctxt "linestyletabpage|liststoreTYPE"
msgid "Dash"
msgstr "ዳሽ"
-#: linestyletabpage.ui:92
+#: cui/uiconfig/ui/linestyletabpage.ui:92
msgctxt "linestyletabpage|FT_LINESTYLE"
msgid "Line _style:"
msgstr "የ መስመር _ዘዴዎች:"
-#: linestyletabpage.ui:130
+#: cui/uiconfig/ui/linestyletabpage.ui:130
msgctxt "linestyletabpage|FT_TYPE"
msgid "_Type:"
msgstr "_አይነት:"
-#: linestyletabpage.ui:146
+#: cui/uiconfig/ui/linestyletabpage.ui:146
msgctxt "linestyletabpage|FT_NUMBER"
msgid "_Number:"
msgstr "_ቁጥር:"
-#: linestyletabpage.ui:162
+#: cui/uiconfig/ui/linestyletabpage.ui:162
msgctxt "linestyletabpage|FT_LENGTH"
msgid "_Length:"
msgstr "_እርዝመት:"
-#: linestyletabpage.ui:178
+#: cui/uiconfig/ui/linestyletabpage.ui:178
msgctxt "linestyletabpage|FT_DISTANCE"
msgid "_Spacing:"
msgstr "_ክፍተት:"
-#: linestyletabpage.ui:191
+#: cui/uiconfig/ui/linestyletabpage.ui:191
msgctxt "linestyletabpage|CBX_SYNCHRONIZE"
msgid "_Fit to line width"
msgstr "በ መስመሩ ስፋት _ልክ"
-#: linestyletabpage.ui:354
+#: cui/uiconfig/ui/linestyletabpage.ui:349
msgctxt "linestyletabpage|BTN_MODIFY"
msgid "_Modify"
msgstr "_ማሻሻያ"
-#: linestyletabpage.ui:392
+#: cui/uiconfig/ui/linestyletabpage.ui:387
msgctxt "linestyletabpage|BTN_LOAD|tooltip_text"
msgid "Load Line Styles"
msgstr "የ መስመር ዘዴዎች መጫኛ"
-#: linestyletabpage.ui:410
+#: cui/uiconfig/ui/linestyletabpage.ui:405
msgctxt "linestyletabpage|BTN_SAVE|tooltip_text"
msgid "Save Line Styles"
msgstr "የ መስመር ዘዴዎች ማስቀመጫ"
-#: linestyletabpage.ui:465
+#: cui/uiconfig/ui/linestyletabpage.ui:460
msgctxt "linestyletabpage|label1"
msgid "Properties"
msgstr "ባህሪዎች"
-#: linetabpage.ui:30
+#: cui/uiconfig/ui/linetabpage.ui:30
msgctxt "linetabpage|liststoreCAP_STYLE"
msgid "Flat"
msgstr "ጠፍጣፋ"
-#: linetabpage.ui:34
+#: cui/uiconfig/ui/linetabpage.ui:34
msgctxt "linetabpage|liststoreCAP_STYLE"
msgid "Round"
msgstr "ክብ"
-#: linetabpage.ui:38
+#: cui/uiconfig/ui/linetabpage.ui:38
msgctxt "linetabpage|liststoreCAP_STYLE"
msgid "Square"
msgstr "ስኴር"
-#: linetabpage.ui:52
+#: cui/uiconfig/ui/linetabpage.ui:52
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "Rounded"
msgstr "የተከበበ"
-#: linetabpage.ui:56
+#: cui/uiconfig/ui/linetabpage.ui:56
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "- none -"
msgstr "- ምንም -"
-#: linetabpage.ui:60
+#: cui/uiconfig/ui/linetabpage.ui:60
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "Mitered"
msgstr "መጋጠሚያ"
-#: linetabpage.ui:64
+#: cui/uiconfig/ui/linetabpage.ui:64
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "Beveled"
msgstr "ስላሽ"
-#: linetabpage.ui:109
+#: cui/uiconfig/ui/linetabpage.ui:109
msgctxt "linetabpage|FT_LINE_STYLE"
msgid "_Style:"
msgstr "_ዘዴ:"
-#: linetabpage.ui:148
+#: cui/uiconfig/ui/linetabpage.ui:148
msgctxt "linetabpage|FT_COLOR"
msgid "Colo_r:"
msgstr "ቀለ_ም:"
-#: linetabpage.ui:186
+#: cui/uiconfig/ui/linetabpage.ui:186
msgctxt "linetabpage|FT_LINE_WIDTH"
msgid "_Width:"
msgstr "_ስፋት:"
-#: linetabpage.ui:228
+#: cui/uiconfig/ui/linetabpage.ui:227
msgctxt "linetabpage|FT_TRANSPARENT"
msgid "_Transparency:"
msgstr "_ግልጽነት:"
-#: linetabpage.ui:267
+#: cui/uiconfig/ui/linetabpage.ui:265
msgctxt "linetabpage|label1"
msgid "Line Properties"
msgstr "የ መስመር ባህሪዎች"
-#: linetabpage.ui:315
+#: cui/uiconfig/ui/linetabpage.ui:313
msgctxt "linetabpage|FT_LINE_ENDS_STYLE"
msgid "Start st_yle:"
msgstr "ዘዴ_ዎች ማስጀመሪያ:"
-#: linetabpage.ui:355
+#: cui/uiconfig/ui/linetabpage.ui:353
msgctxt "linetabpage|label5"
msgid "End sty_le:"
msgstr "ዘዴ_ዎች መጨረሻ:"
-#: linetabpage.ui:377
+#: cui/uiconfig/ui/linetabpage.ui:375
msgctxt "linetabpage|FT_LINE_START_WIDTH"
msgid "Wi_dth:"
msgstr "ስፋ_ት:"
-#: linetabpage.ui:404
+#: cui/uiconfig/ui/linetabpage.ui:401
msgctxt "linetabpage|TSB_CENTER_START"
msgid "Ce_nter"
msgstr "መሀ_ከል"
-#: linetabpage.ui:438
+#: cui/uiconfig/ui/linetabpage.ui:435
msgctxt "linetabpage|FT_LINE_END_WIDTH"
msgid "W_idth:"
msgstr "ስ_ፋት:"
-#: linetabpage.ui:465
+#: cui/uiconfig/ui/linetabpage.ui:461
msgctxt "linetabpage|TSB_CENTER_END"
msgid "C_enter"
msgstr "መ_ሀከል"
-#: linetabpage.ui:497
+#: cui/uiconfig/ui/linetabpage.ui:493
msgctxt "linetabpage|CBX_SYNCHRONIZE"
msgid "Synchroni_ze ends"
msgstr "መጨረሻውን ማስማ_ሚያ"
-#: linetabpage.ui:519
+#: cui/uiconfig/ui/linetabpage.ui:515
msgctxt "linetabpage|label2"
msgid "Arrow Styles"
msgstr "የ ቀስት ዘዴዎች"
-#: linetabpage.ui:555
+#: cui/uiconfig/ui/linetabpage.ui:551
msgctxt "linetabpage|FT_EDGE_STYLE"
msgid "_Corner style:"
msgstr "የ _ጠርዝ ዘዴ:"
-#: linetabpage.ui:571
+#: cui/uiconfig/ui/linetabpage.ui:567
msgctxt "linetabpage|FT_CAP_STYLE"
msgid "Ca_p style:"
msgstr "የ ባር_ኔጣ ዘዴ:"
-#: linetabpage.ui:616
+#: cui/uiconfig/ui/linetabpage.ui:612
msgctxt "linetabpage|label3"
msgid "Corner and Cap Styles"
msgstr "የ ጠርዝ እና የ ባርኔጣ ዘዴ"
-#: linetabpage.ui:649
+#: cui/uiconfig/ui/linetabpage.ui:645
msgctxt "linetabpage|MB_SYMBOL_BITMAP"
msgid "Select..."
msgstr "ይምረጡ..."
-#: linetabpage.ui:671
+#: cui/uiconfig/ui/linetabpage.ui:667
msgctxt "linetabpage|FT_SYMBOL_WIDTH"
msgid "Widt_h:"
msgstr "ስፋ_ት:"
-#: linetabpage.ui:699
+#: cui/uiconfig/ui/linetabpage.ui:694
msgctxt "linetabpage|CB_SYMBOL_RATIO"
msgid "_Keep ratio"
msgstr "_መጠን መጠበቂያ"
-#: linetabpage.ui:719
+#: cui/uiconfig/ui/linetabpage.ui:714
msgctxt "linetabpage|FT_SYMBOL_HEIGHT"
msgid "Hei_ght:"
msgstr "እርዝ_መት:"
-#: linetabpage.ui:759
+#: cui/uiconfig/ui/linetabpage.ui:753
msgctxt "linetabpage|label4"
msgid "Icon"
msgstr "ምልክት"
-#: linetabpage.ui:798
+#: cui/uiconfig/ui/linetabpage.ui:792
msgctxt "linetabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
-#: linetabpage.ui:824
+#: cui/uiconfig/ui/linetabpage.ui:818
msgctxt "linetabpage|menuitem1"
msgid "_No Symbol"
msgstr "ምልክት _የለም"
-#: linetabpage.ui:832
+#: cui/uiconfig/ui/linetabpage.ui:826
msgctxt "linetabpage|menuitem2"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
-#: linetabpage.ui:840
+#: cui/uiconfig/ui/linetabpage.ui:834
msgctxt "linetabpage|menuitem3"
msgid "_From file..."
msgstr "_ከ ፋይል..."
-#: linetabpage.ui:848
+#: cui/uiconfig/ui/linetabpage.ui:842
msgctxt "linetabpage|menuitem4"
msgid "_Gallery"
msgstr "_አዳራሽ"
-#: linetabpage.ui:856
+#: cui/uiconfig/ui/linetabpage.ui:850
msgctxt "linetabpage|menuitem5"
msgid "_Symbols"
msgstr "_ምልክቶች"
-#: macroassigndialog.ui:8
+#: cui/uiconfig/ui/macroassigndialog.ui:8
msgctxt "macroassigndialog|MacroAssignDialog"
msgid "Assign Action"
msgstr "የተመደበው ተግባር"
-#: macroassignpage.ui:57
+#: cui/uiconfig/ui/macroassignpage.ui:57
msgctxt "macroassignpage|eventft"
msgid "Event"
msgstr "ሁኔታ"
-#: macroassignpage.ui:70
+#: cui/uiconfig/ui/macroassignpage.ui:70
msgctxt "macroassignpage|assignft"
msgid "Assigned Action"
msgstr "የተመደበው ተግባር"
-#: macroassignpage.ui:95
+#: cui/uiconfig/ui/macroassignpage.ui:95
msgctxt "macroassignpage|libraryft1"
msgid "Assignments"
msgstr "ስራዎች"
-#: macroassignpage.ui:130
+#: cui/uiconfig/ui/macroassignpage.ui:130
msgctxt "macroassignpage|assign"
msgid "M_acro..."
msgstr "ማ_ክሮስ..."
-#: macroassignpage.ui:144
+#: cui/uiconfig/ui/macroassignpage.ui:144
msgctxt "macroassignpage|component"
msgid "Com_ponent..."
msgstr "አካ_ላት..."
-#: macroassignpage.ui:158
+#: cui/uiconfig/ui/macroassignpage.ui:158
msgctxt "macroassignpage|delete"
msgid "Remove"
msgstr "ማስወገጃ"
-#: macroassignpage.ui:216
+#: cui/uiconfig/ui/macroassignpage.ui:216
msgctxt "macroassignpage|label1"
msgid "Assign"
msgstr "መመደቢያ"
-#: macroselectordialog.ui:8
+#: cui/uiconfig/ui/macroselectordialog.ui:8
msgctxt "macroselectordialog|MacroSelectorDialog"
msgid "Macro Selector"
msgstr "የ Macro መራጭ"
-#: macroselectordialog.ui:37
+#: cui/uiconfig/ui/macroselectordialog.ui:37
msgctxt "macroselectordialog|add"
msgid "Add"
msgstr "መጨመሪያ"
-#: macroselectordialog.ui:114
+#: cui/uiconfig/ui/macroselectordialog.ui:114
msgctxt "macroselectordialog|helpmacro"
msgid "Select the library that contains the macro you want. Then select the macro under 'Macro name'."
msgstr "የሚፈልጉትን macro የያዘውን መጻህፍት ቤት ይምረጡ:፡ ከዚያም macro ይምረጡ ከ ስሙ ስር 'የ Macro ስም'."
-#: macroselectordialog.ui:130
+#: cui/uiconfig/ui/macroselectordialog.ui:130
msgctxt "macroselectordialog|helptoolbar"
msgid "To add a command to a toolbar, select the category and then the command. Then drag the command to the Commands list of the Toolbars tab page in the Customize dialog."
msgstr "ወደ እቃ መደርደሪያ ትእዛዝ ለ መጨመር: ምድብ ይምረጡ እና ትእዛዝ ክዚያም ትእዛዙን ይጎትቱ ወደ ትእዛዝ ዝርዝር ከ እቃ መደርደሪያ tab ገጽ ውስጥ ንግግር ማስተካከያ"
-#: macroselectordialog.ui:184
+#: cui/uiconfig/ui/macroselectordialog.ui:184
msgctxt "macroselectordialog|libraryft"
msgid "Library"
msgstr "መጻሕፍት ቤት"
-#: macroselectordialog.ui:199
+#: cui/uiconfig/ui/macroselectordialog.ui:199
msgctxt "macroselectordialog|categoryft"
msgid "Category"
msgstr "ምድብ"
-#: macroselectordialog.ui:256
+#: cui/uiconfig/ui/macroselectordialog.ui:256
msgctxt "macroselectordialog|macronameft"
msgid "Macro Name"
msgstr "የ Macro ስም"
-#: macroselectordialog.ui:272
+#: cui/uiconfig/ui/macroselectordialog.ui:272
msgctxt "macroselectordialog|commandsft"
msgid "Commands"
msgstr "ትእዛዞች"
-#: macroselectordialog.ui:341
+#: cui/uiconfig/ui/macroselectordialog.ui:341
msgctxt "macroselectordialog|label1"
msgid "Description"
msgstr "መግለጫ"
-#: menuassignpage.ui:59
+#: cui/uiconfig/ui/menuassignpage.ui:13
+msgctxt "menuassignpage|gear_add"
+msgid "_Add..."
+msgstr "_መጨመሪያ..."
+
+#: cui/uiconfig/ui/menuassignpage.ui:21
+msgctxt "menuassignpage|gear_delete"
+msgid "_Delete"
+msgstr "_ማጥፊያ"
+
+#: cui/uiconfig/ui/menuassignpage.ui:29
+msgctxt "menuassignpage|gear_rename"
+msgid "_Rename..."
+msgstr "_እንደገና መሰየሚያ..."
+
+#: cui/uiconfig/ui/menuassignpage.ui:37
+msgctxt "menuassignpage|gear_move"
+msgid "_Move..."
+msgstr "_ማንቀሳቀሻ..."
+
+#: cui/uiconfig/ui/menuassignpage.ui:51
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "_Icon and text"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:59
+msgctxt "menuassignpage|gear_iconOnly"
+msgid "Icon _only"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:67
+msgctxt "menuassignpage|gear_textOnly"
+msgid "_Text only"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:119
msgctxt "menuassignpage|contentslabel"
msgid "_Search"
msgstr "_መፈለጊያ"
-#: menuassignpage.ui:75
-msgctxt "menuassignpage|contentslabel"
-msgid "Categor_y"
-msgstr "ምድ_ብ"
+#: cui/uiconfig/ui/menuassignpage.ui:136
+msgctxt "menuassignpage|desc"
+msgid "Local help is not installed."
+msgstr "የ አካባቢ እርዳታ አልተገጠመም"
-#: menuassignpage.ui:90
+#: cui/uiconfig/ui/menuassignpage.ui:157
+msgctxt "menuassignpage|label33"
+msgid "D_escription"
+msgstr "መ_ግለጫ"
+
+#: cui/uiconfig/ui/menuassignpage.ui:191
msgctxt "menuassignpage|contentslabel"
msgid "_Function"
msgstr "_ተግባር"
-#: menuassignpage.ui:105
-msgctxt "menuassignpage|label33"
-msgid "Description"
-msgstr "መግለጫ"
+#: cui/uiconfig/ui/menuassignpage.ui:217
+msgctxt "menuassignpage|contentslabel"
+msgid "Categor_y"
+msgstr "ምድ_ብ"
-#: menuassignpage.ui:117
+#: cui/uiconfig/ui/menuassignpage.ui:230
msgctxt "menuassignpage|searchEntry"
msgid "Type to search"
msgstr "ለ መፈለግ ይጻፉ"
-#: menuassignpage.ui:160
-msgctxt "menuassignpage|desc"
-msgid "Local help is not installed."
-msgstr "የ አካባቢ እርዳታ አልተገጠመም"
-
-#: menuassignpage.ui:190
-msgctxt "menuassignpage|add"
-msgid "Add item"
-msgstr "እቃ መጨመሪያ"
-
-#: menuassignpage.ui:220
-msgctxt "menuassignpage|remove"
-msgid "Remove item"
-msgstr "እቃ ማስወገጃ"
-
-#: menuassignpage.ui:267
+#: cui/uiconfig/ui/menuassignpage.ui:257
msgctxt "menuassignpage|functionbtn"
msgid "_Function"
msgstr "_ተግባር"
-#: menuassignpage.ui:387
+#: cui/uiconfig/ui/menuassignpage.ui:302
+msgctxt "menuassignpage|gearbtn"
+msgid "Gear Menu"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:303
+msgctxt "menuassignpage|gearbtn"
+msgid "Contains commands to modify or delete the selected toolbar or the top level menu, and the command to add new toolbars or top level menus."
+msgstr "የ ተመረጠውን እቃ መደርደሪያ ወይንም ከ ላይ በኩል ያለውን ዝርዝር ማሻሻያ ወይንም ማጥፊያ ትእዛዝ ይዟል"
+
+#: cui/uiconfig/ui/menuassignpage.ui:370
msgctxt "menuassignpage|insert"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: menuassignpage.ui:405
+#: cui/uiconfig/ui/menuassignpage.ui:388
msgctxt "menuassignpage|modify"
msgid "_Modify"
msgstr "_ማሻሻያ"
-#: menuassignpage.ui:423
+#: cui/uiconfig/ui/menuassignpage.ui:406
msgctxt "menuassignpage|defaultsbtn"
msgid "_Defaults"
msgstr "_ነባር"
-#: menuassignpage.ui:434
-msgctxt "menuassignpage|defaultsbtn-atkobject"
+#: cui/uiconfig/ui/menuassignpage.ui:417
+msgctxt "menuassignpage|defaultsbtn"
msgid "Resets the selected toolbar, menu, or context menu to its default state."
msgstr "የ ተመረጠውን እቃ መደርደሪያ እንደ ነበር መመለሻ: ወይንም የ አገባብ ዝርዝር ወደ ነባር ሁኔታው መመለሻ"
-#: menuassignpage.ui:537
+#: cui/uiconfig/ui/menuassignpage.ui:451
+msgctxt "menuassignpage|add"
+msgid "Add item"
+msgstr "እቃ መጨመሪያ"
+
+#: cui/uiconfig/ui/menuassignpage.ui:481
+msgctxt "menuassignpage|remove"
+msgid "Remove item"
+msgstr "እቃ ማስወገጃ"
+
+#: cui/uiconfig/ui/menuassignpage.ui:518
+msgctxt "menuassignpage|moveupbtn"
+msgid "Move up"
+msgstr "ወደ ላይ ማንቀሳቀሻ"
+
+#: cui/uiconfig/ui/menuassignpage.ui:531
+msgctxt "menuassignpage|movedownbtn"
+msgid "Move down"
+msgstr "ወደ ታች ማንቀሳቀሻ"
+
+#: cui/uiconfig/ui/menuassignpage.ui:550
+msgctxt "menuassignpage|scopelabel"
+msgid "S_cope"
+msgstr "ክ_ልል"
+
+#: cui/uiconfig/ui/menuassignpage.ui:563
+msgctxt "menuassignpage|targetlabel"
+msgid "_Target"
+msgstr "_ኢላማ"
+
+#: cui/uiconfig/ui/menuassignpage.ui:576
+msgctxt "menuassignpage|functionlabel"
+msgid "F_unction"
+msgstr "ተ_ግባር"
+
+#: cui/uiconfig/ui/menuassignpage.ui:589
+msgctxt "menuassignpage|customizelabel"
+msgid "_Customize"
+msgstr "_ማስተካከያ"
+
+#: cui/uiconfig/ui/menuassignpage.ui:671
msgctxt "menuassignpage|insertseparator"
msgid "Insert Separator"
msgstr "መለያያ ማስገቢያ"
-#: menuassignpage.ui:545
+#: cui/uiconfig/ui/menuassignpage.ui:679
msgctxt "menuassignpage|insertsubmenu"
msgid "Insert Submenu"
msgstr "ንዑስ ዝርዝር ማስገቢያ"
-#: menuassignpage.ui:557
+#: cui/uiconfig/ui/menuassignpage.ui:691
msgctxt "menuassignpage|renameItem"
msgid "Rename..."
msgstr "እንደገና መሰየሚያ..."
-#: menuassignpage.ui:565
+#: cui/uiconfig/ui/menuassignpage.ui:699
msgctxt "menuassignpage|changeIcon"
msgid "Change Icon..."
msgstr "ምልክት መቀየሪያ..."
-#: menuassignpage.ui:573
+#: cui/uiconfig/ui/menuassignpage.ui:707
msgctxt "menuassignpage|resetIcon"
msgid "Reset Icon"
msgstr "ምልክት እንደ ነበር መመለሻ"
-#: menuassignpage.ui:581
+#: cui/uiconfig/ui/menuassignpage.ui:715
msgctxt "menuassignpage|restoreItem"
msgid "Restore Default Command"
msgstr "ነባር ትእዛዝ እንደ ነበር መመለሻ"
-#: mosaicdialog.ui:16
+#: cui/uiconfig/ui/mosaicdialog.ui:16
msgctxt "mosaicdialog|MosaicDialog"
msgid "Mosaic"
msgstr "ማስጌጫ"
-#: mosaicdialog.ui:144
+#: cui/uiconfig/ui/mosaicdialog.ui:144
msgctxt "mosaicdialog|label2"
msgid "_Width:"
msgstr "_ስፋት:"
-#: mosaicdialog.ui:168
+#: cui/uiconfig/ui/mosaicdialog.ui:168
msgctxt "mosaicdialog|height"
msgid "2"
msgstr "2"
-#: mosaicdialog.ui:182
+#: cui/uiconfig/ui/mosaicdialog.ui:182
msgctxt "mosaicdialog|label3"
msgid "_Height:"
msgstr "_እርዝመት:"
-#: mosaicdialog.ui:199
+#: cui/uiconfig/ui/mosaicdialog.ui:199
msgctxt "mosaicdialog|edges"
msgid "E_nhance edges"
msgstr "ጠርዞች ማ_ሻሻያ"
-#: mosaicdialog.ui:226
+#: cui/uiconfig/ui/mosaicdialog.ui:226
msgctxt "mosaicdialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
-#: movemenu.ui:19
+#: cui/uiconfig/ui/movemenu.ui:19
msgctxt "movemenu|MoveMenuDialog"
msgid "New Menu"
msgstr "አዲስ ዝርዝር"
-#: movemenu.ui:103
+#: cui/uiconfig/ui/movemenu.ui:103
msgctxt "movemenu|menunameft"
msgid "Menu name:"
msgstr "የ ዝርዝሩ ስም:"
-#: movemenu.ui:197
+#: cui/uiconfig/ui/movemenu.ui:196
msgctxt "movemenu|label1"
msgid "Menu _position:"
msgstr "የ ዝርዝር _ቦታ:"
-#: movemenu.ui:244
+#: cui/uiconfig/ui/movemenu.ui:243
msgctxt "movemenu|up-atkobject"
msgid "Up"
msgstr "ወደ ላይ"
-#: movemenu.ui:262
+#: cui/uiconfig/ui/movemenu.ui:261
msgctxt "movemenu|down-atkobject"
msgid "Down"
msgstr "ወደ ታች"
-#: multipathdialog.ui:9
+#: cui/uiconfig/ui/multipathdialog.ui:9
msgctxt "multipathdialog|MultiPathDialog"
msgid "Select Paths"
msgstr "መንገድ ይምረጡ"
-#: multipathdialog.ui:107
+#: cui/uiconfig/ui/multipathdialog.ui:107
msgctxt "multipathdialog|add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
-#: multipathdialog.ui:164
+#: cui/uiconfig/ui/multipathdialog.ui:164
msgctxt "multipathdialog|pathlist"
msgid "Path list:"
msgstr "የ መንገድ ዝርዝር:"
-#: multipathdialog.ui:185
+#: cui/uiconfig/ui/multipathdialog.ui:185
msgctxt "multipathdialog|label1"
msgid "Mark the Default Path for New Files"
msgstr "ለአዲሶቹ ፋይሎች ነባር መንገድችን ምልክት ማድረጊያ"
-#: namedialog.ui:8
+#: cui/uiconfig/ui/namedialog.ui:8
msgctxt "namedialog|NameDialog"
msgid "Name"
msgstr "ስም"
-#: newlibdialog.ui:8
+#: cui/uiconfig/ui/newlibdialog.ui:8
msgctxt "newlibdialog|NewLibDialog"
msgid "Create Library"
msgstr "መጻህፍት ቤት መፍጠሪያ"
-#: newlibdialog.ui:28
+#: cui/uiconfig/ui/newlibdialog.ui:71
msgctxt "newlibdialog|newlibft"
msgid "Enter the name for the new library."
msgstr "ለ አዲሱ መጻህፍት ቤት ስም ያስገቡ"
-#: newlibdialog.ui:57
+#: cui/uiconfig/ui/newlibdialog.ui:97
msgctxt "newlibdialog|newmacroft"
msgid "Enter the name for the new macro."
msgstr "ለ አዲሱ macro ስም ያስገቡ"
-#: newlibdialog.ui:73
+#: cui/uiconfig/ui/newlibdialog.ui:111
msgctxt "newlibdialog|renameft"
msgid "Enter the new name for the selected object."
msgstr "ለተመረጠው እቃ አዲስ ስም ያስገቡ"
-#: newlibdialog.ui:88
+#: cui/uiconfig/ui/newlibdialog.ui:125
msgctxt "newlibdialog|altmacrotitle"
msgid "Create Macro"
msgstr "Macro መፍጠሪያ"
-#: newlibdialog.ui:102
+#: cui/uiconfig/ui/newlibdialog.ui:137
msgctxt "newlibdialog|altrenametitle"
msgid "Rename"
msgstr "እንደገና መሰየሚያ"
-#: newtabledialog.ui:22
+#: cui/uiconfig/ui/newtabledialog.ui:22
msgctxt "newtabledialog|NewTableDialog"
msgid "Insert Table"
msgstr "ሰንጠረዥ ማስገቢያ"
-#: newtabledialog.ui:99
+#: cui/uiconfig/ui/newtabledialog.ui:99
msgctxt "newtabledialog|columns_label"
msgid "_Number of columns:"
msgstr "የአምዶች _ቁጥር:"
-#: newtabledialog.ui:116
+#: cui/uiconfig/ui/newtabledialog.ui:116
msgctxt "newtabledialog|rows_label"
msgid "_Number of rows:"
msgstr "የረድፎች _ቁጥር:"
-#: newtoolbardialog.ui:8
+#: cui/uiconfig/ui/newtoolbardialog.ui:8
msgctxt "newtoolbardialog|NewToolbarDialog"
msgid "Name"
msgstr "ስም"
-#: newtoolbardialog.ui:93
+#: cui/uiconfig/ui/newtoolbardialog.ui:93
msgctxt "newtoolbardialog|label1"
msgid "_Toolbar name:"
msgstr "የ _እቃ መደርደሪያ ስም:"
-#: newtoolbardialog.ui:134
+#: cui/uiconfig/ui/newtoolbardialog.ui:133
msgctxt "newtoolbardialog|label2"
msgid "_Save in:"
msgstr "_ማስቀመጫ በ:"
-#: numberingformatpage.ui:38
+#: cui/uiconfig/ui/numberingformatpage.ui:38
msgctxt "numberingformatpage|liststore1"
msgid "All"
msgstr "ሁሉንም"
-#: numberingformatpage.ui:41
+#: cui/uiconfig/ui/numberingformatpage.ui:41
msgctxt "numberingformatpage|liststore1"
msgid "User-defined"
msgstr "ተጠቃሚው -የተወሰነ"
-#: numberingformatpage.ui:44
+#: cui/uiconfig/ui/numberingformatpage.ui:44
msgctxt "numberingformatpage|liststore1"
msgid "Number"
msgstr "ቁጥር"
-#: numberingformatpage.ui:47
+#: cui/uiconfig/ui/numberingformatpage.ui:47
msgctxt "numberingformatpage|liststore1"
msgid "Percent"
msgstr "ፐርሰንት"
-#: numberingformatpage.ui:50
+#: cui/uiconfig/ui/numberingformatpage.ui:50
msgctxt "numberingformatpage|liststore1"
msgid "Currency"
msgstr "ገንዘብ"
-#: numberingformatpage.ui:53
+#: cui/uiconfig/ui/numberingformatpage.ui:53
msgctxt "numberingformatpage|liststore1"
msgid "Date"
msgstr "ቀን"
-#: numberingformatpage.ui:56
+#: cui/uiconfig/ui/numberingformatpage.ui:56
msgctxt "numberingformatpage|liststore1"
msgid "Time"
msgstr "ሰአት"
-#: numberingformatpage.ui:59
+#: cui/uiconfig/ui/numberingformatpage.ui:59
msgctxt "numberingformatpage|liststore1"
msgid "Scientific"
msgstr "ሳይንሳዊ"
-#: numberingformatpage.ui:62
+#: cui/uiconfig/ui/numberingformatpage.ui:62
msgctxt "numberingformatpage|liststore1"
msgid "Fraction"
msgstr "ክፍልፋይ"
-#: numberingformatpage.ui:65
+#: cui/uiconfig/ui/numberingformatpage.ui:65
msgctxt "numberingformatpage|liststore1"
msgid "Boolean Value"
msgstr "የ ቡሊያን ዋጋ"
-#: numberingformatpage.ui:68
+#: cui/uiconfig/ui/numberingformatpage.ui:68
msgctxt "numberingformatpage|liststore1"
msgid "Text"
msgstr "ጽሁፍ"
-#: numberingformatpage.ui:79
+#: cui/uiconfig/ui/numberingformatpage.ui:79
msgctxt "numberingformatpage|liststore2"
msgid "Automatically"
msgstr "ራሱ በራሱ"
-#: numberingformatpage.ui:126
+#: cui/uiconfig/ui/numberingformatpage.ui:125
msgctxt "numberingformatpage|add|tooltip_text"
msgid "Add"
msgstr "መጨመሪያ"
-#: numberingformatpage.ui:141
+#: cui/uiconfig/ui/numberingformatpage.ui:140
msgctxt "numberingformatpage|edit|tooltip_text"
msgid "Edit Comment"
msgstr "አስተያየት ማረሚያ"
-#: numberingformatpage.ui:156
+#: cui/uiconfig/ui/numberingformatpage.ui:155
msgctxt "numberingformatpage|delete|tooltip_text"
msgid "Remove"
msgstr "ማስወገጃ"
-#: numberingformatpage.ui:197
+#: cui/uiconfig/ui/numberingformatpage.ui:180
+msgctxt "numberingformatpage|commented|tooltip_text"
+msgid "Comment"
+msgstr "አስተያየት"
+
+#: cui/uiconfig/ui/numberingformatpage.ui:196
msgctxt "numberingformatpage|formatf"
msgid "_Format code"
msgstr "የ ኮድ _አቀራረብ"
-#: numberingformatpage.ui:293
+#: cui/uiconfig/ui/numberingformatpage.ui:289
msgctxt "numberingformatpage|decimalsft"
msgid "_Decimal places:"
msgstr "_የዴሲማል ቦታዎች:"
-#: numberingformatpage.ui:308
+#: cui/uiconfig/ui/numberingformatpage.ui:304
msgctxt "numberingformatpage|denominatorft"
msgid "Den_ominator places:"
msgstr "የ ተካ_ፋይ ቦታዎች:"
-#: numberingformatpage.ui:329
+#: cui/uiconfig/ui/numberingformatpage.ui:325
msgctxt "numberingformatpage|leadzerosft"
msgid "Leading _zeroes:"
msgstr "ቀዳሚ _ዜሮዎች:"
-#: numberingformatpage.ui:340
+#: cui/uiconfig/ui/numberingformatpage.ui:336
msgctxt "numberingformatpage|negnumred"
msgid "_Negative numbers red"
msgstr "_አሉታዊ ቁጥሮች በ ቀይ"
-#: numberingformatpage.ui:362
+#: cui/uiconfig/ui/numberingformatpage.ui:358
msgctxt "numberingformatpage|thousands"
msgid "_Thousands separator"
msgstr "_ሺዎች መለያ"
-#: numberingformatpage.ui:378
+#: cui/uiconfig/ui/numberingformatpage.ui:374
msgctxt "numberingformatpage|engineering"
msgid "_Engineering notation"
msgstr "የ _ኤንጂኔር ምልክት"
-#: numberingformatpage.ui:406
+#: cui/uiconfig/ui/numberingformatpage.ui:402
msgctxt "numberingformatpage|optionsft"
msgid "Options"
msgstr "ምርጫዎች"
-#: numberingformatpage.ui:463
+#: cui/uiconfig/ui/numberingformatpage.ui:459
msgctxt "numberingformatpage|categoryft"
msgid "C_ategory"
msgstr "ም_ድብ"
-#: numberingformatpage.ui:536
+#: cui/uiconfig/ui/numberingformatpage.ui:532
msgctxt "numberingformatpage|formatft"
msgid "Fo_rmat"
msgstr "አቀ_ራረብ"
-#: numberingformatpage.ui:596
+#: cui/uiconfig/ui/numberingformatpage.ui:592
msgctxt "numberingformatpage|sourceformat"
msgid "So_urce format"
msgstr "የም_ንጩ አቀራረብ"
-#: numberingformatpage.ui:617
+#: cui/uiconfig/ui/numberingformatpage.ui:613
msgctxt "numberingformatpage|languageft"
msgid "_Language"
msgstr "_ቋንቋ"
-#: numberingoptionspage.ui:64
+#: cui/uiconfig/ui/numberingoptionspage.ui:64
msgctxt "numberingoptionspage|label1"
msgid "Level"
msgstr "ደረጃ"
-#: numberingoptionspage.ui:110
+#: cui/uiconfig/ui/numberingoptionspage.ui:110
msgctxt "numberingoptionspage|label4"
msgid "Number:"
msgstr "ቁጥር:"
-#: numberingoptionspage.ui:159
+#: cui/uiconfig/ui/numberingoptionspage.ui:157
msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "መጀመሪያ በ:"
-#: numberingoptionspage.ui:183
+#: cui/uiconfig/ui/numberingoptionspage.ui:181
msgctxt "numberingoptionspage|bitmapft"
msgid "Graphics:"
msgstr "ንድፎች:"
-#: numberingoptionspage.ui:197
+#: cui/uiconfig/ui/numberingoptionspage.ui:195
msgctxt "numberingoptionspage|widthft"
msgid "Width:"
msgstr "ስፋት:"
-#: numberingoptionspage.ui:224
+#: cui/uiconfig/ui/numberingoptionspage.ui:221
msgctxt "numberingoptionspage|heightft"
msgid "Height:"
msgstr "እርዝመት:"
-#: numberingoptionspage.ui:250
+#: cui/uiconfig/ui/numberingoptionspage.ui:246
msgctxt "numberingoptionspage|keepratio"
msgid "Keep ratio"
msgstr "መጠን መጠበቂያ"
-#: numberingoptionspage.ui:266
+#: cui/uiconfig/ui/numberingoptionspage.ui:263
msgctxt "numberingoptionspage|orientft"
msgid "Alignment:"
msgstr "ማሰለፊያ:"
-#: numberingoptionspage.ui:281
+#: cui/uiconfig/ui/numberingoptionspage.ui:278
msgctxt "numberingoptionspage|orientlb"
msgid "Top of baseline"
msgstr "ከ መሰረታዊ መሰመር በላይ"
-#: numberingoptionspage.ui:282
+#: cui/uiconfig/ui/numberingoptionspage.ui:279
msgctxt "numberingoptionspage|orientlb"
msgid "Center of baseline"
msgstr "ከ መሰረታዊ መስመሩ መሀከል"
-#: numberingoptionspage.ui:283
+#: cui/uiconfig/ui/numberingoptionspage.ui:280
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of baseline"
msgstr "ከ መሰረታዊ መስመሩ በ ታች"
-#: numberingoptionspage.ui:284
+#: cui/uiconfig/ui/numberingoptionspage.ui:281
msgctxt "numberingoptionspage|orientlb"
msgid "Top of character"
msgstr "ከ ባህሪው በላይ"
-#: numberingoptionspage.ui:285
+#: cui/uiconfig/ui/numberingoptionspage.ui:282
msgctxt "numberingoptionspage|orientlb"
msgid "Center of character"
msgstr "ከባህሪው መሀከል"
-#: numberingoptionspage.ui:286
+#: cui/uiconfig/ui/numberingoptionspage.ui:283
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of character"
msgstr "ከ ባህሪው በ ታች"
-#: numberingoptionspage.ui:287
+#: cui/uiconfig/ui/numberingoptionspage.ui:284
msgctxt "numberingoptionspage|orientlb"
msgid "Top of line"
msgstr "ከ መስመሩ በላይ"
-#: numberingoptionspage.ui:288
+#: cui/uiconfig/ui/numberingoptionspage.ui:285
msgctxt "numberingoptionspage|orientlb"
msgid "Center of line"
msgstr "ከመስመሩ መሀከል"
-#: numberingoptionspage.ui:289
+#: cui/uiconfig/ui/numberingoptionspage.ui:286
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of line"
msgstr "ከ መስመሩ በ ታች"
-#: numberingoptionspage.ui:299
+#: cui/uiconfig/ui/numberingoptionspage.ui:296
msgctxt "numberingoptionspage|bitmap"
msgid "Select..."
msgstr "ይምረጡ..."
-#: numberingoptionspage.ui:333
+#: cui/uiconfig/ui/numberingoptionspage.ui:329
msgctxt "numberingoptionspage|bullet"
msgid "Select..."
msgstr "ይምረጡ..."
-#: numberingoptionspage.ui:352
+#: cui/uiconfig/ui/numberingoptionspage.ui:348
msgctxt "numberingoptionspage|prefixft"
msgid "Before:"
msgstr "በፊት:"
-#: numberingoptionspage.ui:373
+#: cui/uiconfig/ui/numberingoptionspage.ui:369
msgctxt "numberingoptionspage|separator"
msgid "Separator"
msgstr "መለያያ"
-#: numberingoptionspage.ui:409
+#: cui/uiconfig/ui/numberingoptionspage.ui:403
msgctxt "numberingoptionspage|suffixft"
msgid "After:"
msgstr "በኋላ:"
-#: numberingoptionspage.ui:423
+#: cui/uiconfig/ui/numberingoptionspage.ui:417
msgctxt "numberingoptionspage|sublevelsft"
msgid "Show sublevels:"
msgstr "ንዑስ ደረጃዎች ማሳያ:"
-#: numberingoptionspage.ui:438
+#: cui/uiconfig/ui/numberingoptionspage.ui:432
msgctxt "numberingoptionspage|bulletft"
msgid "Character:"
msgstr "ባህሪዎች:"
-#: numberingoptionspage.ui:452
+#: cui/uiconfig/ui/numberingoptionspage.ui:446
msgctxt "numberingoptionspage|relsizeft"
msgid "_Relative size:"
msgstr "_አንፃራዊ መጠን:"
-#: numberingoptionspage.ui:466
+#: cui/uiconfig/ui/numberingoptionspage.ui:460
msgctxt "numberingoptionspage|colorft"
msgid "Color:"
msgstr "ቀለም:"
-#: numberingoptionspage.ui:480
+#: cui/uiconfig/ui/numberingoptionspage.ui:474
msgctxt "numberingoptionspage|charstyleft"
msgid "Character style:"
msgstr "የ ባህሪ ዘዴዎች:"
-#: numberingoptionspage.ui:524
+#: cui/uiconfig/ui/numberingoptionspage.ui:518
msgctxt "numberingoptionspage|label2"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: numberingoptionspage.ui:551
+#: cui/uiconfig/ui/numberingoptionspage.ui:545
msgctxt "numberingoptionspage|allsame"
msgid "_Consecutive numbering"
msgstr "_ተከታታይ ቁጥር መስጫ"
-#: numberingoptionspage.ui:567
+#: cui/uiconfig/ui/numberingoptionspage.ui:561
msgctxt "numberingoptionspage|label3"
msgid "All Levels"
msgstr "ሁሉንም ደረጃዎች"
-#: numberingoptionspage.ui:595
+#: cui/uiconfig/ui/numberingoptionspage.ui:589
msgctxt "numberingoptionspage|fromfile"
msgid "From file..."
msgstr "ከ ፋይል..."
-#: numberingoptionspage.ui:603
+#: cui/uiconfig/ui/numberingoptionspage.ui:597
msgctxt "numberingoptionspage|gallery"
msgid "Gallery"
msgstr "አዳራሽ"
-#: numberingpositionpage.ui:23
+#: cui/uiconfig/ui/numberingpositionpage.ui:23
msgctxt "numberingpositionpage|liststore1"
msgid "Left"
msgstr "በ ግራ"
-#: numberingpositionpage.ui:26
+#: cui/uiconfig/ui/numberingpositionpage.ui:26
msgctxt "numberingpositionpage|liststore1"
msgid "Centered"
msgstr "መሀከል"
-#: numberingpositionpage.ui:29
+#: cui/uiconfig/ui/numberingpositionpage.ui:29
msgctxt "numberingpositionpage|liststore1"
msgid "Right"
msgstr "በ ቀኝ"
-#: numberingpositionpage.ui:40
+#: cui/uiconfig/ui/numberingpositionpage.ui:40
msgctxt "numberingpositionpage|liststore2"
msgid "Tab stop"
msgstr "ማስረጊያ ማስቆሚያ"
-#: numberingpositionpage.ui:43
+#: cui/uiconfig/ui/numberingpositionpage.ui:43
msgctxt "numberingpositionpage|liststore2"
msgid "Space"
msgstr "ክፍተት"
-#: numberingpositionpage.ui:46
+#: cui/uiconfig/ui/numberingpositionpage.ui:46
msgctxt "numberingpositionpage|liststore2"
msgid "Nothing"
msgstr "ምንም"
-#: numberingpositionpage.ui:88
+#: cui/uiconfig/ui/numberingpositionpage.ui:88
msgctxt "numberingpositionpage|1"
msgid "Level"
msgstr "ደረጃ"
-#: numberingpositionpage.ui:139
+#: cui/uiconfig/ui/numberingpositionpage.ui:139
msgctxt "numberingpositionpage|numfollowedby"
msgid "Numbering followed by:"
msgstr "ቁጥር መስጫውን ተከትሎ በ:"
-#: numberingpositionpage.ui:153
+#: cui/uiconfig/ui/numberingpositionpage.ui:153
msgctxt "numberingpositionpage|num2align"
msgid "N_umbering alignment:"
msgstr "የ _ቁጥር አሰጣጥ አሰላለፍ:"
-#: numberingpositionpage.ui:167
+#: cui/uiconfig/ui/numberingpositionpage.ui:167
msgctxt "numberingpositionpage|alignedat"
msgid "Aligned at:"
msgstr "ማሰለፊያ በ:"
-#: numberingpositionpage.ui:181
+#: cui/uiconfig/ui/numberingpositionpage.ui:181
msgctxt "numberingpositionpage|indentat"
msgid "Indent at:"
msgstr "ማስረጊያ በ:"
-#: numberingpositionpage.ui:217
+#: cui/uiconfig/ui/numberingpositionpage.ui:216
msgctxt "numberingpositionpage|at"
msgid "Tab stop at:"
msgstr "Tab ማስቆሚያ በ:"
-#: numberingpositionpage.ui:266
+#: cui/uiconfig/ui/numberingpositionpage.ui:263
msgctxt "numberingpositionpage|indent"
msgid "Indent:"
msgstr "ማስረጊያ:"
-#: numberingpositionpage.ui:290
+#: cui/uiconfig/ui/numberingpositionpage.ui:286
msgctxt "numberingpositionpage|relative"
msgid "Relati_ve"
msgstr "ዝምድ_ናው"
-#: numberingpositionpage.ui:310
+#: cui/uiconfig/ui/numberingpositionpage.ui:306
msgctxt "numberingpositionpage|numberingwidth"
msgid "Width of numbering:"
msgstr "የ ቁጥር መስጫ ስፋት:"
-#: numberingpositionpage.ui:350
+#: cui/uiconfig/ui/numberingpositionpage.ui:344
msgctxt "numberingpositionpage|numdist"
msgid ""
"Minimum space between\n"
@@ -7140,1413 +7204,1413 @@ msgstr ""
"ክፍተቶችን ማሳነሻ\n"
"በ ቁጥር መስጫ እና በ ጽሑፍ መካከል:"
-#: numberingpositionpage.ui:366
+#: cui/uiconfig/ui/numberingpositionpage.ui:360
msgctxt "numberingpositionpage|numalign"
msgid "N_umbering alignment:"
msgstr "የ _ቁጥር አሰጣጥ አሰላለፍ:"
-#: numberingpositionpage.ui:394
+#: cui/uiconfig/ui/numberingpositionpage.ui:388
msgctxt "numberingpositionpage|label10"
msgid "Position and Spacing"
msgstr "ቦታ እና ክፍተት"
-#: numberingpositionpage.ui:416
+#: cui/uiconfig/ui/numberingpositionpage.ui:410
msgctxt "numberingpositionpage|standard"
msgid "Default"
msgstr "ነባር"
-#: objectnamedialog.ui:8
+#: cui/uiconfig/ui/objectnamedialog.ui:8
msgctxt "objectnamedialog|ObjectNameDialog"
msgid "Name"
msgstr "ስም"
-#: objectnamedialog.ui:83
+#: cui/uiconfig/ui/objectnamedialog.ui:85
msgctxt "objectnamedialog|object_name_label"
msgid "_Name:"
msgstr "_ስም:"
-#: objecttitledescdialog.ui:15
+#: cui/uiconfig/ui/objecttitledescdialog.ui:15
msgctxt "objecttitledescdialog|ObjectTitleDescDialog"
msgid "Description"
msgstr "መግለጫ"
-#: objecttitledescdialog.ui:90
+#: cui/uiconfig/ui/objecttitledescdialog.ui:92
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Title:"
msgstr "_አርእስት:"
-#: objecttitledescdialog.ui:118
+#: cui/uiconfig/ui/objecttitledescdialog.ui:120
msgctxt "objecttitledescdialog|desc_label"
msgid "_Description:"
msgstr "_መግለጫ:"
-#: optaccessibilitypage.ui:31
+#: cui/uiconfig/ui/optaccessibilitypage.ui:31
msgctxt "optaccessibilitypage|acctool"
msgid "Support _assistive technology tools (program restart required)"
msgstr "Support _assistive technology tools (program restart required)"
-#: optaccessibilitypage.ui:47
+#: cui/uiconfig/ui/optaccessibilitypage.ui:47
msgctxt "optaccessibilitypage|textselinreadonly"
msgid "Use te_xt selection cursor in read-only text documents"
msgstr "ይጠቀሙ የ ጽሁ_ፍ ምርጫ መጠቆሚያ ለ ንባብ-ብቻ ለ ጽሁፍ ሰነዶች"
-#: optaccessibilitypage.ui:63
+#: cui/uiconfig/ui/optaccessibilitypage.ui:63
msgctxt "optaccessibilitypage|animatedgraphics"
msgid "Allow animated _images"
msgstr "የሚንቀሳቀሱ _ንድፎችን መፍቀጃ"
-#: optaccessibilitypage.ui:79
+#: cui/uiconfig/ui/optaccessibilitypage.ui:79
msgctxt "optaccessibilitypage|animatedtext"
msgid "Allow animated _text"
msgstr "ተንቀሳቃሽ _ጽሁፍ መፍቀጃ"
-#: optaccessibilitypage.ui:101
+#: cui/uiconfig/ui/optaccessibilitypage.ui:101
msgctxt "optaccessibilitypage|label1"
msgid "Miscellaneous Options"
msgstr "የተለያዩ ምርጫዎች"
-#: optaccessibilitypage.ui:134
+#: cui/uiconfig/ui/optaccessibilitypage.ui:134
msgctxt "optaccessibilitypage|autodetecthc"
msgid "Automatically _detect high contrast mode of operating system"
msgstr "ራሱ በራሱ _ፈልጎ ማግኛ ከፍተኛ ንፅፅር ዘዴ ያላቸውን ከመስሪያ ስርአቱ"
-#: optaccessibilitypage.ui:150
+#: cui/uiconfig/ui/optaccessibilitypage.ui:150
msgctxt "optaccessibilitypage|autofontcolor"
msgid "Use automatic font _color for screen display"
msgstr "ራሱ በራሱ የ ፊደል _ቀለም ለ መመልከቻ ማሳያ ይጠቀሙ"
-#: optaccessibilitypage.ui:166
+#: cui/uiconfig/ui/optaccessibilitypage.ui:166
msgctxt "optaccessibilitypage|systempagepreviewcolor"
msgid "_Use system colors for page previews"
msgstr "የስርአቱን ቀለሞች ለ ቅድመ እይታ ገጽ _መጠቀሚያ"
-#: optaccessibilitypage.ui:188
+#: cui/uiconfig/ui/optaccessibilitypage.ui:188
msgctxt "optaccessibilitypage|label2"
msgid "Options for High Contrast Appearance"
msgstr "አማራጮች ለ ከፍተኛ ንፅፅር አቀራረብ"
-#: optadvancedpage.ui:38
+#: cui/uiconfig/ui/optadvancedpage.ui:38
msgctxt "optadvancedpage|javaenabled"
msgid "_Use a Java runtime environment"
msgstr "_Use a Java runtime environment"
-#: optadvancedpage.ui:72
+#: cui/uiconfig/ui/optadvancedpage.ui:72
msgctxt "optadvancedpage|label2"
msgid "_Java runtime environments (JRE) already installed:"
msgstr "_Java runtime environments (JRE) already installed:"
-#: optadvancedpage.ui:98
+#: cui/uiconfig/ui/optadvancedpage.ui:98
msgctxt "optadvancedpage|add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
-#: optadvancedpage.ui:112
+#: cui/uiconfig/ui/optadvancedpage.ui:112
msgctxt "optadvancedpage|parameters"
msgid "_Parameters..."
msgstr "_ደንቦች..."
-#: optadvancedpage.ui:126
+#: cui/uiconfig/ui/optadvancedpage.ui:126
msgctxt "optadvancedpage|classpath"
msgid "_Class Path..."
msgstr "የ _ክፍል መንገድ..."
-#: optadvancedpage.ui:159
+#: cui/uiconfig/ui/optadvancedpage.ui:159
msgctxt "optadvancedpage|vendor"
msgid "Vendor"
msgstr "ሻጭ"
-#: optadvancedpage.ui:171
+#: cui/uiconfig/ui/optadvancedpage.ui:171
msgctxt "optadvancedpage|version"
msgid "Version"
msgstr "እትም"
-#: optadvancedpage.ui:183
+#: cui/uiconfig/ui/optadvancedpage.ui:183
msgctxt "optadvancedpage|features"
msgid "Features"
msgstr "ገጽታዎች"
-#: optadvancedpage.ui:195
+#: cui/uiconfig/ui/optadvancedpage.ui:195
msgctxt "optadvancedpage|a11y"
msgid "with accessibility support"
msgstr "ከ መድረሻ ድጋፍ ጋር"
-#: optadvancedpage.ui:206
+#: cui/uiconfig/ui/optadvancedpage.ui:206
msgctxt "optadvancedpage|selectruntime"
msgid "Select a Java Runtime Environment"
msgstr "Select a Java Runtime Environment"
-#: optadvancedpage.ui:254
+#: cui/uiconfig/ui/optadvancedpage.ui:254
msgctxt "optadvancedpage|javapath"
msgid "Location: "
msgstr "አካባቢ: "
-#: optadvancedpage.ui:280
+#: cui/uiconfig/ui/optadvancedpage.ui:280
msgctxt "optadvancedpage|label1"
msgid "Java Options"
msgstr "Java options"
-#: optadvancedpage.ui:315
+#: cui/uiconfig/ui/optadvancedpage.ui:315
msgctxt "optadvancedpage|experimental"
msgid "Enable experimental features (may be unstable)"
msgstr "የ ሙከራ ገጽታዎችን ማስቻያ (ያልተረጋጋ)"
-#: optadvancedpage.ui:330
+#: cui/uiconfig/ui/optadvancedpage.ui:330
msgctxt "optadvancedpage|macrorecording"
msgid "Enable macro recording (may be limited)"
msgstr "የ macro መቅረጫ ማስቻያ (ምናልባት የተወሰነ ነው)"
-#: optadvancedpage.ui:344
+#: cui/uiconfig/ui/optadvancedpage.ui:345
msgctxt "optadvancedpage|expertconfig"
msgid "Open Expert Configuration"
msgstr "የ ባለሞያ ማዋቀሪያዎች"
-#: optadvancedpage.ui:364
+#: cui/uiconfig/ui/optadvancedpage.ui:365
msgctxt "optadvancedpage|label12"
msgid "Optional Features"
msgstr "በምርጫ ገጽታዎች"
-#: optappearancepage.ui:35
+#: cui/uiconfig/ui/optappearancepage.ui:35
msgctxt "optappearancepage|label3"
msgid "_Scheme:"
msgstr "_እቅድ:"
-#: optappearancepage.ui:88
+#: cui/uiconfig/ui/optappearancepage.ui:89
msgctxt "optappearancepage|label1"
msgid "Color Scheme"
msgstr "የ ቀለም እቅድ"
-#: optappearancepage.ui:133
+#: cui/uiconfig/ui/optappearancepage.ui:134
msgctxt "optappearancepage|uielements"
msgid "User interface elements"
msgstr "የ ተጠቃሚው መገናኛ አካላቶች"
-#: optappearancepage.ui:145
+#: cui/uiconfig/ui/optappearancepage.ui:146
msgctxt "optappearancepage|colorsetting"
msgid "Color setting"
msgstr "ቀለም ማሰናጃ"
-#: optappearancepage.ui:156
+#: cui/uiconfig/ui/optappearancepage.ui:157
msgctxt "optappearancepage|on"
msgid "On"
msgstr "ማብሪያ"
-#: optappearancepage.ui:189
+#: cui/uiconfig/ui/optappearancepage.ui:190
msgctxt "optappearancepage|label2"
msgid "Custom Colors"
msgstr "ቀለሞች ማስተካከያ"
-#: optasianpage.ui:31
+#: cui/uiconfig/ui/optasianpage.ui:31
msgctxt "optasianpage|charkerning"
msgid "_Western text only"
msgstr "የ _ምእራባውያን ጽሁፍ ብቻ"
-#: optasianpage.ui:49
+#: cui/uiconfig/ui/optasianpage.ui:49
msgctxt "optasianpage|charpunctkerning"
msgid "Western _text and Asian punctuation"
msgstr "የ ምእራባውያን _ጽሁፍ እና የ እስያ ስርአተ ነጥብ"
-#: optasianpage.ui:73
+#: cui/uiconfig/ui/optasianpage.ui:73
msgctxt "optasianpage|label1"
msgid "Kerning"
msgstr "ፊደል ማጠጋጊያ"
-#: optasianpage.ui:105
+#: cui/uiconfig/ui/optasianpage.ui:105
msgctxt "optasianpage|nocompression"
msgid "_No compression"
msgstr "ማመቂያ _የለም"
-#: optasianpage.ui:123
+#: cui/uiconfig/ui/optasianpage.ui:123
msgctxt "optasianpage|punctcompression"
msgid "_Compress punctuation only"
msgstr "ስርአተ ነጥብ ብቻ _ማመቀያ"
-#: optasianpage.ui:141
+#: cui/uiconfig/ui/optasianpage.ui:141
msgctxt "optasianpage|punctkanacompression"
msgid "Compress punctuation and Japanese Kana"
msgstr "የ Japanese Kana እና ስርአተ ነጥብ ብቻ _ማመቀያ"
-#: optasianpage.ui:165
+#: cui/uiconfig/ui/optasianpage.ui:165
msgctxt "optasianpage|label2"
msgid "Character Spacing"
msgstr "የባህሪ ክፍተት"
-#: optasianpage.ui:226
+#: cui/uiconfig/ui/optasianpage.ui:226
msgctxt "optasianpage|standard"
msgid "_Default"
msgstr "_ነባር"
-#: optasianpage.ui:251
+#: cui/uiconfig/ui/optasianpage.ui:251
msgctxt "optasianpage|languageft"
msgid "_Language:"
msgstr "_ቋንቋ:"
-#: optasianpage.ui:265
+#: cui/uiconfig/ui/optasianpage.ui:265
msgctxt "optasianpage|startft"
msgid "Not _at start of line:"
msgstr "በ መስመሩ መጀመሪያ _ላይ አይደለም:"
-#: optasianpage.ui:279
+#: cui/uiconfig/ui/optasianpage.ui:279
msgctxt "optasianpage|endft"
msgid "Not at _end of line:"
msgstr "በ መስመሩ _መጨረሻ ላይ አይደለም:"
-#: optasianpage.ui:324
+#: cui/uiconfig/ui/optasianpage.ui:322
msgctxt "optasianpage|hintft"
msgid "Without user-defined line break symbols"
msgstr "ያለ ተጠቃሚ-መግለጫ የ መስመር መጨረሻ ምልክቶች"
-#: optasianpage.ui:340
+#: cui/uiconfig/ui/optasianpage.ui:338
msgctxt "optasianpage|label3"
msgid "First and Last Characters"
msgstr "የ መጀመሪያ እና የ መጨረሻ ባህሪዎች"
-#: optbasicidepage.ui:29
+#: cui/uiconfig/ui/optbasicidepage.ui:29
msgctxt "optbasicidepage|codecomplete_enable"
msgid "Enable code completion"
msgstr "ቃላት መጨረሻ ማስቻያ"
-#: optbasicidepage.ui:49
+#: cui/uiconfig/ui/optbasicidepage.ui:50
msgctxt "optbasicidepage|label1"
msgid "Code Completion"
msgstr "ኮድ መጨረሻ"
-#: optbasicidepage.ui:81
+#: cui/uiconfig/ui/optbasicidepage.ui:82
msgctxt "optbasicidepage|autoclose_proc"
msgid "Autoclose procedures"
msgstr "በራሱ ሂደቶች መዝጊያ"
-#: optbasicidepage.ui:95
+#: cui/uiconfig/ui/optbasicidepage.ui:97
msgctxt "optbasicidepage|autoclose_paren"
msgid "Autoclose parenthesis"
msgstr "ቅንፎች በራሱ መዝጊያ"
-#: optbasicidepage.ui:109
+#: cui/uiconfig/ui/optbasicidepage.ui:112
msgctxt "optbasicidepage|autoclose_quotes"
msgid "Autoclose quotes"
msgstr "ጥቅሶች በራሱ መዝጊያ"
-#: optbasicidepage.ui:123
+#: cui/uiconfig/ui/optbasicidepage.ui:127
msgctxt "optbasicidepage|autocorrect"
msgid "Autocorrection"
msgstr "በራሱ አራሚ"
-#: optbasicidepage.ui:144
+#: cui/uiconfig/ui/optbasicidepage.ui:149
msgctxt "optbasicidepage|label2"
msgid "Code Suggestion"
msgstr "የ ኮድ ማሳሰቢያ"
-#: optbasicidepage.ui:176
+#: cui/uiconfig/ui/optbasicidepage.ui:181
msgctxt "optbasicidepage|extendedtypes_enable"
msgid "Use extended types"
msgstr "የ ተስፋፉ አይነቶችን ይጠቀሙ"
-#: optbasicidepage.ui:196
+#: cui/uiconfig/ui/optbasicidepage.ui:202
msgctxt "optbasicidepage|label3"
msgid "Language Features"
msgstr "የቋንቋ ገጽታዎች"
-#: optchartcolorspage.ui:42
+#: cui/uiconfig/ui/optchartcolorspage.ui:42
msgctxt "optchartcolorspage|label20"
msgid "Chart Colors"
msgstr "የ ቻርት ቀለሞች"
-#: optchartcolorspage.ui:128
+#: cui/uiconfig/ui/optchartcolorspage.ui:128
msgctxt "optchartcolorspage|default"
msgid "_Default"
msgstr "_ነባር"
-#: optchartcolorspage.ui:156
+#: cui/uiconfig/ui/optchartcolorspage.ui:156
msgctxt "optchartcolorspage|label1"
msgid "Color Table"
msgstr "የ ቀለም ሰንጠረዥ"
-#: optctlpage.ui:31
+#: cui/uiconfig/ui/optctlpage.ui:31
msgctxt "optctlpage|sequencechecking"
msgid "Use se_quence checking"
msgstr "ቅደም_ተከተል መመርመሪያ መጠቀሚያ"
-#: optctlpage.ui:56
+#: cui/uiconfig/ui/optctlpage.ui:56
msgctxt "optctlpage|restricted"
msgid "Restricted"
msgstr "የተከለከለ"
-#: optctlpage.ui:70
+#: cui/uiconfig/ui/optctlpage.ui:71
msgctxt "optctlpage|typeandreplace"
msgid "_Type and replace"
msgstr "_መጻፊያ እና መቀየሪያ"
-#: optctlpage.ui:99
+#: cui/uiconfig/ui/optctlpage.ui:100
msgctxt "optctlpage|label1"
msgid "Sequence Checking"
msgstr "በ ቅደም ተከተል መመርመሪያ"
-#: optctlpage.ui:134
+#: cui/uiconfig/ui/optctlpage.ui:135
msgctxt "optctlpage|label3"
msgid "Movement:"
msgstr "እንቅስቃሴ:"
-#: optctlpage.ui:144
+#: cui/uiconfig/ui/optctlpage.ui:145
msgctxt "optctlpage|movementlogical"
msgid "Lo_gical"
msgstr "ሎጂ_ካል"
-#: optctlpage.ui:161
+#: cui/uiconfig/ui/optctlpage.ui:162
msgctxt "optctlpage|movementvisual"
msgid "_Visual"
msgstr "_የሚታይ"
-#: optctlpage.ui:186
+#: cui/uiconfig/ui/optctlpage.ui:187
msgctxt "optctlpage|label2"
msgid "Cursor Control"
msgstr "የ መጠቆሚያ መቆጣጠሪያ"
-#: optctlpage.ui:220
+#: cui/uiconfig/ui/optctlpage.ui:221
msgctxt "optctlpage|label5"
msgid "_Numerals:"
msgstr "_ቁጥሮች:"
-#: optctlpage.ui:235
+#: cui/uiconfig/ui/optctlpage.ui:236
msgctxt "optctlpage|numerals"
msgid "Arabic (1, 2, 3…)"
msgstr "አረብኛ (1 2 3…)"
-#: optctlpage.ui:236
+#: cui/uiconfig/ui/optctlpage.ui:237
msgctxt "optctlpage|numerals"
msgid "Eastern Arabic (٣ ,٢ ,١…)"
msgstr "አረብኛ (٣ ,٢ ,١…)"
-#: optctlpage.ui:237
+#: cui/uiconfig/ui/optctlpage.ui:238
msgctxt "optctlpage|numerals"
msgid "System"
msgstr "ስርአት"
-#: optctlpage.ui:238
+#: cui/uiconfig/ui/optctlpage.ui:239
msgctxt "optctlpage|numerals"
msgid "Context"
msgstr "አገባብ"
-#: optctlpage.ui:254
+#: cui/uiconfig/ui/optctlpage.ui:255
msgctxt "optctlpage|label4"
msgid "General Options"
msgstr "ባጠቃላይ ምርጫዎች"
-#: optemailpage.ui:26
+#: cui/uiconfig/ui/optemailpage.ui:26
msgctxt "optemailpage|label2"
msgid "_E-mail program:"
msgstr "_ኢ-ሜይል ፕሮግራም:"
-#: optemailpage.ui:55
+#: cui/uiconfig/ui/optemailpage.ui:54
msgctxt "optemailpage|browse"
msgid "Browse..."
msgstr "መቃኛ..."
-#: optemailpage.ui:89
+#: cui/uiconfig/ui/optemailpage.ui:88
msgctxt "optemailpage|browsetitle"
msgid "All files"
msgstr "ሁሉንም ፋይሎች"
-#: optemailpage.ui:116
+#: cui/uiconfig/ui/optemailpage.ui:115
msgctxt "optemailpage|suppress"
msgid "Suppress hidden elements of documents"
msgstr "በ ሰነድ ውስጥ የ ተደበቁ አካሎች ማፈኛ"
-#: optemailpage.ui:171
+#: cui/uiconfig/ui/optemailpage.ui:171
msgctxt "optemailpage|label1"
msgid "Sending Documents as E-mail Attachments"
msgstr "ሰነዶችን እንደ ኢ-ሜይል ማያያዣዎች መላኪያ"
-#: optfltrembedpage.ui:52
+#: cui/uiconfig/ui/optfltrembedpage.ui:52
msgctxt "optfltrembedpage|label2"
msgid "[L]: Load and convert the object"
msgstr "[L]: እቃውን መጫኛ እና መቀየሪያ"
-#: optfltrembedpage.ui:65
+#: cui/uiconfig/ui/optfltrembedpage.ui:65
msgctxt "optfltrembedpage|label3"
msgid "[S]: Convert and save the object"
msgstr "[S]: እቃውን መቀየሪያ እና ማስቀመጫ"
-#: optfltrembedpage.ui:81
+#: cui/uiconfig/ui/optfltrembedpage.ui:81
msgctxt "optfltrembedpage|label1"
msgid "Embedded Objects"
msgstr "የ ተጣበቁ እቃዎች"
-#: optfltrembedpage.ui:116
+#: cui/uiconfig/ui/optfltrembedpage.ui:116
msgctxt "optfltrembedpage|label5"
msgid "Export as:"
msgstr "መላኪያ እንደ:"
-#: optfltrembedpage.ui:131
+#: cui/uiconfig/ui/optfltrembedpage.ui:131
msgctxt "optfltrembedpage|highlighting"
msgid "Highlighting"
msgstr "ማድመቂያ"
-#: optfltrembedpage.ui:147
+#: cui/uiconfig/ui/optfltrembedpage.ui:148
msgctxt "optfltrembedpage|shading"
msgid "Shading"
msgstr "ጥላ"
-#: optfltrembedpage.ui:175
+#: cui/uiconfig/ui/optfltrembedpage.ui:177
msgctxt "optfltrembedpage|label4"
msgid "Character Highlighting"
msgstr "ባህሪ ማድመቂያ"
-#: optfltrpage.ui:29
+#: cui/uiconfig/ui/optfltrpage.ui:29
msgctxt "optfltrpage|wo_basic"
msgid "Load Basic _code"
msgstr "መሰረታዊ _ኮድ መጫኛ"
-#: optfltrpage.ui:46
+#: cui/uiconfig/ui/optfltrpage.ui:46
msgctxt "optfltrpage|wo_exec"
msgid "E_xecutable code"
msgstr "E_xecutable code"
-#: optfltrpage.ui:64
+#: cui/uiconfig/ui/optfltrpage.ui:64
msgctxt "optfltrpage|wo_saveorig"
msgid "Save _original Basic code"
msgstr "ማስቀመጫ _ዋናውን መሰረታዊ ኮድ"
-#: optfltrpage.ui:87
+#: cui/uiconfig/ui/optfltrpage.ui:87
msgctxt "optfltrpage|label1"
msgid "Microsoft Word 97/2000/XP"
msgstr "Microsoft Word 97/2000/XP"
-#: optfltrpage.ui:119
+#: cui/uiconfig/ui/optfltrpage.ui:119
msgctxt "optfltrpage|ex_basic"
msgid "Lo_ad Basic code"
msgstr "መሰረታዊ ኮድ መ_ጫኛ"
-#: optfltrpage.ui:136
+#: cui/uiconfig/ui/optfltrpage.ui:136
msgctxt "optfltrpage|ex_exec"
msgid "E_xecutable code"
msgstr "E_xecutable code"
-#: optfltrpage.ui:154
+#: cui/uiconfig/ui/optfltrpage.ui:154
msgctxt "optfltrpage|ex_saveorig"
msgid "Sa_ve original Basic code"
msgstr "ዋናውን መሰረታዊ ኮድ ማስ_ቀመጫ"
-#: optfltrpage.ui:177
+#: cui/uiconfig/ui/optfltrpage.ui:177
msgctxt "optfltrpage|label2"
msgid "Microsoft Excel 97/2000/XP"
msgstr "Microsoft Excel 97/2000/XP"
-#: optfltrpage.ui:209
+#: cui/uiconfig/ui/optfltrpage.ui:209
msgctxt "optfltrpage|pp_basic"
msgid "Load Ba_sic code"
msgstr "መሰ_ረታዊ ኮድ መጫኛ"
-#: optfltrpage.ui:226
+#: cui/uiconfig/ui/optfltrpage.ui:226
msgctxt "optfltrpage|pp_saveorig"
msgid "Sav_e original Basic code"
msgstr "ዋናውን መሰረታዊ ኮድ ማስ_ቀመጫ"
-#: optfltrpage.ui:249
+#: cui/uiconfig/ui/optfltrpage.ui:249
msgctxt "optfltrpage|label3"
msgid "Microsoft PowerPoint 97/2000/XP"
msgstr "Microsoft PowerPoint 97/2000/XP"
-#: optfontspage.ui:59
+#: cui/uiconfig/ui/optfontspage.ui:59
msgctxt "optfontspage|label2"
msgid "_Font:"
msgstr "_ፊደል:"
-#: optfontspage.ui:73
+#: cui/uiconfig/ui/optfontspage.ui:73
msgctxt "optfontspage|label3"
msgid "Re_place with:"
msgstr "መቀ_የሪያ በ:"
-#: optfontspage.ui:110
+#: cui/uiconfig/ui/optfontspage.ui:110
msgctxt "optfontspage|always"
msgid "Always"
msgstr "ሁልጊዜ"
-#: optfontspage.ui:121
+#: cui/uiconfig/ui/optfontspage.ui:121
msgctxt "optfontspage|screenonly"
msgid "Screen only"
msgstr "መመልከቻ ብቻ"
-#: optfontspage.ui:132
+#: cui/uiconfig/ui/optfontspage.ui:132
msgctxt "optfontspage|font"
msgid "Font"
msgstr "ፊደል"
-#: optfontspage.ui:143
+#: cui/uiconfig/ui/optfontspage.ui:143
msgctxt "optfontspage|replacewith"
msgid "Replace with"
msgstr "መቀየሪያ በ"
-#: optfontspage.ui:205
+#: cui/uiconfig/ui/optfontspage.ui:205
msgctxt "optfontspage|usetable"
msgid "_Apply replacement table"
msgstr "ሰንጠረዥ መቀየሪያ _መፈጸሚያ"
-#: optfontspage.ui:227
+#: cui/uiconfig/ui/optfontspage.ui:227
msgctxt "optfontspage|label4"
msgid "Replacement Table"
msgstr "ሰንጠረዥ መቀየሪያ"
-#: optfontspage.ui:266
+#: cui/uiconfig/ui/optfontspage.ui:266
msgctxt "optfontspage|label8"
msgid "Fon_ts:"
msgstr "ፊደ_ሎች:"
-#: optfontspage.ui:281
+#: cui/uiconfig/ui/optfontspage.ui:281
msgctxt "optfontspage|label9"
msgid "_Size:"
msgstr "_መጠን:"
-#: optfontspage.ui:295
+#: cui/uiconfig/ui/optfontspage.ui:295
msgctxt "optfontspage|fontname"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: optfontspage.ui:305
+#: cui/uiconfig/ui/optfontspage.ui:305
msgctxt "optfontspage|nonpropfontonly"
msgid "_Non-proportional fonts only"
msgstr "_ተመጣጣኝ-ላልሆኑ ፊደሎች ብቻ"
-#: optfontspage.ui:341
+#: cui/uiconfig/ui/optfontspage.ui:341
msgctxt "optfontspage|label1"
msgid "Font Settings for HTML, Basic and SQL Sources"
msgstr "ፊደል ማሰናጃ ለ HTML, መሰረታዊ እና ለ SQL ምንጮች"
-#: optgeneralpage.ui:31
+#: cui/uiconfig/ui/optgeneralpage.ui:31
msgctxt "optgeneralpage|exthelp"
msgid "_Extended tips"
msgstr "የ _ተስፋፉ ምክሮች"
-#: optgeneralpage.ui:46
+#: cui/uiconfig/ui/optgeneralpage.ui:46
msgctxt "optgeneralpage|label1"
msgid "Help"
msgstr "እርዳታ"
-#: optgeneralpage.ui:76
+#: cui/uiconfig/ui/optgeneralpage.ui:76
msgctxt "optgeneralpage|filedlg"
msgid "_Use %PRODUCTNAME dialogs"
msgstr "_መጠቀሚያ %PRODUCTNAME ንግግሮች"
-#: optgeneralpage.ui:110
+#: cui/uiconfig/ui/optgeneralpage.ui:110
msgctxt "optgeneralpage|label2"
msgid "Open/Save Dialogs"
msgstr "መክፈቻ/ማስቀመጫ ንግግሮች"
-#: optgeneralpage.ui:136
+#: cui/uiconfig/ui/optgeneralpage.ui:136
msgctxt "optgeneralpage|printdlg"
msgid "Use %PRODUCTNAME _dialogs"
msgstr "መጠቀሚያ %PRODUCTNAME _ንግግሮች"
-#: optgeneralpage.ui:151
+#: cui/uiconfig/ui/optgeneralpage.ui:151
msgctxt "optgeneralpage|label3"
msgid "Print Dialogs"
msgstr "የ ማተሚያ ንግግሮች"
-#: optgeneralpage.ui:177
+#: cui/uiconfig/ui/optgeneralpage.ui:177
msgctxt "optgeneralpage|docstatus"
msgid "_Printing sets \"document modified\" status"
msgstr "_ማተሚያ ማሰናጃ ለ \"ሰነድ ማሻሻያ\" ሁኔታ"
-#: optgeneralpage.ui:192
+#: cui/uiconfig/ui/optgeneralpage.ui:192
msgctxt "optgeneralpage|label4"
msgid "Document Status"
msgstr "የሰነድ ሁኔታዎች"
-#: optgeneralpage.ui:225
+#: cui/uiconfig/ui/optgeneralpage.ui:225
msgctxt "optgeneralpage|label6"
msgid "_Interpret as years between "
msgstr "_መተርጓሚያ እንደ በ አመቶች መካከል "
-#: optgeneralpage.ui:251
+#: cui/uiconfig/ui/optgeneralpage.ui:250
msgctxt "optgeneralpage|toyear"
msgid "and "
msgstr "እና "
-#: optgeneralpage.ui:266
+#: cui/uiconfig/ui/optgeneralpage.ui:265
msgctxt "optgeneralpage|label5"
msgid "Year (Two Digits)"
msgstr "አመት (ሁለት አሀዝ)"
-#: optgeneralpage.ui:292
+#: cui/uiconfig/ui/optgeneralpage.ui:291
msgctxt "optgeneralpage|collectusageinfo"
msgid "Collect usage data and send it to The Document Foundation"
msgstr "የ አጠቃቀም ዳታ መስብሰቢያ እና ለ ሰነድ አዘጋጆቹ መላኪያ"
-#: optgeneralpage.ui:307
+#: cui/uiconfig/ui/optgeneralpage.ui:306
msgctxt "optgeneralpage|label7"
msgid "Help Improve %PRODUCTNAME"
msgstr "እንድናሻሻል ይርዱን %PRODUCTNAME"
-#: optgeneralpage.ui:338
+#: cui/uiconfig/ui/optgeneralpage.ui:337
msgctxt "optgeneralpage|quicklaunch"
msgid "Load %PRODUCTNAME during system start-up"
msgstr "መጫኛ %PRODUCTNAME ስርአቱ በሚጀምር-ጊዜ"
-#: optgeneralpage.ui:352
+#: cui/uiconfig/ui/optgeneralpage.ui:352
msgctxt "optgeneralpage|systray"
msgid "Enable systray Quickstarter"
msgstr "በ ስርአቱ ትሪ ላይ በፍጥነት ማስጀመሪያ ማስቻያ"
-#: optgeneralpage.ui:372
+#: cui/uiconfig/ui/optgeneralpage.ui:373
msgctxt "optgeneralpage|label8"
msgid "%PRODUCTNAME Quickstarter"
msgstr "%PRODUCTNAME በፍጥነት ማስጀመሪያ"
-#: opthtmlpage.ui:90
+#: cui/uiconfig/ui/opthtmlpage.ui:90
msgctxt "opthtmlpage|size7FT"
msgid "Size _7:"
msgstr "መጠን _7:"
-#: opthtmlpage.ui:119
+#: cui/uiconfig/ui/opthtmlpage.ui:118
msgctxt "opthtmlpage|size6FT"
msgid "Size _6:"
msgstr "መጠን _6:"
-#: opthtmlpage.ui:148
+#: cui/uiconfig/ui/opthtmlpage.ui:146
msgctxt "opthtmlpage|size5FT"
msgid "Size _5:"
msgstr "መጠን _5:"
-#: opthtmlpage.ui:177
+#: cui/uiconfig/ui/opthtmlpage.ui:174
msgctxt "opthtmlpage|size4FT"
msgid "Size _4:"
msgstr "መጠን _4:"
-#: opthtmlpage.ui:206
+#: cui/uiconfig/ui/opthtmlpage.ui:202
msgctxt "opthtmlpage|size3FT"
msgid "Size _3:"
msgstr "መጠን _3:"
-#: opthtmlpage.ui:235
+#: cui/uiconfig/ui/opthtmlpage.ui:230
msgctxt "opthtmlpage|size2FT"
msgid "Size _2:"
msgstr "መጠን _2:"
-#: opthtmlpage.ui:264
+#: cui/uiconfig/ui/opthtmlpage.ui:258
msgctxt "opthtmlpage|size1FT"
msgid "Size _1:"
msgstr "መጠን _1:"
-#: opthtmlpage.ui:297
+#: cui/uiconfig/ui/opthtmlpage.ui:290
msgctxt "opthtmlpage|label1"
msgid "Font Sizes"
msgstr "የፊደል መጠኖች"
-#: opthtmlpage.ui:347
+#: cui/uiconfig/ui/opthtmlpage.ui:340
msgctxt "opthtmlpage|ignorefontnames"
msgid "Ignore _font settings"
msgstr "_የፊደል ማሰናጃዎችን መተው"
-#: opthtmlpage.ui:365
+#: cui/uiconfig/ui/opthtmlpage.ui:358
msgctxt "opthtmlpage|unknowntag"
msgid "_Import unknown HTML tags as fields"
msgstr "_ማምጫ ያልታወቀ የ HTML tags እንደ ሜዳ"
-#: opthtmlpage.ui:383
+#: cui/uiconfig/ui/opthtmlpage.ui:376
msgctxt "opthtmlpage|numbersenglishus"
msgid "_Use '%ENGLISHUSLOCALE' locale for numbers"
msgstr "_ይጠቀሙ '%ENGLISHUSLOCALE' ቋንቋ ለ ቁጥሮች"
-#: opthtmlpage.ui:407
+#: cui/uiconfig/ui/opthtmlpage.ui:400
msgctxt "opthtmlpage|label2"
msgid "Import"
msgstr "ማምጫ"
-#: opthtmlpage.ui:454
+#: cui/uiconfig/ui/opthtmlpage.ui:447
msgctxt "opthtmlpage|charsetFT"
msgid "Character _set:"
msgstr "ባህሪ _ማሰናጃ:"
-#: opthtmlpage.ui:489
+#: cui/uiconfig/ui/opthtmlpage.ui:482
msgctxt "opthtmlpage|savegrflocal"
msgid "_Copy local images to Internet"
msgstr "የ አካባቢ ምስሎችን ወደ ኢንተርኔት _ኮፒ ማድረጊያ"
-#: opthtmlpage.ui:507
+#: cui/uiconfig/ui/opthtmlpage.ui:500
msgctxt "opthtmlpage|printextension"
msgid "_Print layout"
msgstr "የ _ህትመት እቅድ"
-#: opthtmlpage.ui:525
+#: cui/uiconfig/ui/opthtmlpage.ui:518
msgctxt "opthtmlpage|starbasicwarning"
msgid "Display _warning"
msgstr "_ማስጠንቀቂያ ማሳያ"
-#: opthtmlpage.ui:544
+#: cui/uiconfig/ui/opthtmlpage.ui:537
msgctxt "opthtmlpage|starbasic"
msgid "LibreOffice _Basic"
msgstr "LibreOffice _Basic"
-#: opthtmlpage.ui:568
+#: cui/uiconfig/ui/opthtmlpage.ui:561
msgctxt "opthtmlpage|label3"
msgid "Export"
msgstr "መላኪያ"
-#: optionsdialog.ui:11
+#: cui/uiconfig/ui/optionsdialog.ui:11
msgctxt "optionsdialog|OptionsDialog"
msgid "Options"
msgstr "ምርጫዎች"
-#: optjsearchpage.ui:33
+#: cui/uiconfig/ui/optjsearchpage.ui:33
msgctxt "optjsearchpage|matchcase"
msgid "_uppercase/lowercase"
msgstr "_በአቢይ /በትንንሽ ፊደል መጻፊያ"
-#: optjsearchpage.ui:50
+#: cui/uiconfig/ui/optjsearchpage.ui:50
msgctxt "optjsearchpage|matchfullhalfwidth"
msgid "_full-width/half-width forms"
msgstr "_ሙሉ-ስፋት/ግማሽ-ስፋት ፎርሞች"
-#: optjsearchpage.ui:67
+#: cui/uiconfig/ui/optjsearchpage.ui:67
msgctxt "optjsearchpage|matchhiraganakatakana"
msgid "_hiragana/katakana"
msgstr "_hiragana/katakana"
-#: optjsearchpage.ui:84
+#: cui/uiconfig/ui/optjsearchpage.ui:84
msgctxt "optjsearchpage|matchcontractions"
msgid "_contractions (yo-on, sokuon)"
msgstr "_contractions (yo-on, sokuon)"
-#: optjsearchpage.ui:101
+#: cui/uiconfig/ui/optjsearchpage.ui:101
msgctxt "optjsearchpage|matchminusdashchoon"
msgid "_minus/dash/cho-on"
msgstr "_መቀነሻ/ጭረት/cho-on"
-#: optjsearchpage.ui:118
+#: cui/uiconfig/ui/optjsearchpage.ui:118
msgctxt "optjsearchpage|matchrepeatcharmarks"
msgid "'re_peat character' marks"
msgstr "'መድ_ገሚያ የ ባህሪ' ምልክቶች"
-#: optjsearchpage.ui:135
+#: cui/uiconfig/ui/optjsearchpage.ui:135
msgctxt "optjsearchpage|matchvariantformkanji"
msgid "_variant-form kanji (itaiji)"
msgstr "_variant-form kanji (itaiji)"
-#: optjsearchpage.ui:152
+#: cui/uiconfig/ui/optjsearchpage.ui:152
msgctxt "optjsearchpage|matcholdkanaforms"
msgid "_old Kana forms"
msgstr "_old Kana forms"
-#: optjsearchpage.ui:169
+#: cui/uiconfig/ui/optjsearchpage.ui:169
msgctxt "optjsearchpage|matchdiziduzu"
msgid "_di/zi, du/zu"
msgstr "_di/zi, du/zu"
-#: optjsearchpage.ui:186
+#: cui/uiconfig/ui/optjsearchpage.ui:186
msgctxt "optjsearchpage|matchbavahafa"
msgid "_ba/va, ha/fa"
msgstr "_ba/va, ha/fa"
-#: optjsearchpage.ui:203
+#: cui/uiconfig/ui/optjsearchpage.ui:203
msgctxt "optjsearchpage|matchtsithichidhizi"
msgid "_tsi/thi/chi, dhi/zi"
msgstr "_tsi/thi/chi, dhi/zi"
-#: optjsearchpage.ui:220
+#: cui/uiconfig/ui/optjsearchpage.ui:220
msgctxt "optjsearchpage|matchhyuiyubyuvyu"
msgid "h_yu/fyu, byu/vyu"
msgstr "h_yu/fyu, byu/vyu"
-#: optjsearchpage.ui:237
+#: cui/uiconfig/ui/optjsearchpage.ui:237
msgctxt "optjsearchpage|matchseshezeje"
msgid "_se/she, ze/je"
msgstr "_se/she, ze/je"
-#: optjsearchpage.ui:254
+#: cui/uiconfig/ui/optjsearchpage.ui:254
msgctxt "optjsearchpage|matchiaiya"
msgid "_ia/iya (piano/piyano)"
msgstr "_ia/iya (piano/piyano)"
-#: optjsearchpage.ui:271
+#: cui/uiconfig/ui/optjsearchpage.ui:271
msgctxt "optjsearchpage|matchkiku"
msgid "_ki/ku (tekisuto/tekusuto)"
msgstr "_ki/ku (tekisuto/tekusuto)"
-#: optjsearchpage.ui:288
+#: cui/uiconfig/ui/optjsearchpage.ui:288
msgctxt "optjsearchpage|matchprolongedsoundmark"
msgid "Prolon_ged vowels (ka-/kaa)"
msgstr "Prolon_ged vowels (ka-/kaa)"
-#: optjsearchpage.ui:311
+#: cui/uiconfig/ui/optjsearchpage.ui:311
msgctxt "optjsearchpage|label1"
msgid "Treat as Equal"
msgstr "እንደ እኩል መቁጠሪያ"
-#: optjsearchpage.ui:345
+#: cui/uiconfig/ui/optjsearchpage.ui:345
msgctxt "optjsearchpage|ignorepunctuation"
msgid "Pu_nctuation characters"
msgstr "የ ስርአተ ነጥ_ብ ባህሪዎች"
-#: optjsearchpage.ui:362
+#: cui/uiconfig/ui/optjsearchpage.ui:362
msgctxt "optjsearchpage|ignorewhitespace"
msgid "_Whitespace characters"
msgstr "_የነጭ ክፍተት ባህሪዎች"
-#: optjsearchpage.ui:379
+#: cui/uiconfig/ui/optjsearchpage.ui:379
msgctxt "optjsearchpage|ignoremiddledot"
msgid "Midd_le dots"
msgstr "የ መሀ_ከል ነጥቦች"
-#: optjsearchpage.ui:405
+#: cui/uiconfig/ui/optjsearchpage.ui:405
msgctxt "optjsearchpage|label2"
msgid "Ignore"
msgstr "መተው"
-#: optlanguagespage.ui:37
+#: cui/uiconfig/ui/optlanguagespage.ui:37
msgctxt "optlanguagespage|label4"
msgid "_User interface:"
msgstr "የ _ተጠቃሚ ገጽታ:"
-#: optlanguagespage.ui:51
+#: cui/uiconfig/ui/optlanguagespage.ui:51
msgctxt "optlanguagespage|localesettingFT"
msgid "Locale setting:"
msgstr "ቋንቋ ማሰናጃ:"
-#: optlanguagespage.ui:65
+#: cui/uiconfig/ui/optlanguagespage.ui:65
msgctxt "optlanguagespage|label6"
msgid "Decimal separator key:"
msgstr "የ ዴሲማል መለያ ቁልፍ:"
-#: optlanguagespage.ui:79
+#: cui/uiconfig/ui/optlanguagespage.ui:79
msgctxt "optlanguagespage|defaultcurrency"
msgid "_Default currency:"
msgstr "_ነባር ገንዘብ:"
-#: optlanguagespage.ui:93
+#: cui/uiconfig/ui/optlanguagespage.ui:93
msgctxt "optlanguagespage|dataaccpatterns"
msgid "Date acceptance _patterns:"
msgstr "ቀን ተቀባይነት ያለው _ምሳሌዎች:"
-#: optlanguagespage.ui:154
+#: cui/uiconfig/ui/optlanguagespage.ui:153
msgctxt "optlanguagespage|decimalseparator"
msgid "_Same as locale setting ( %1 )"
msgstr "_ተመሳሳይ እንደ ቋንቋ ማሰናጃ ( %1 )"
-#: optlanguagespage.ui:175
+#: cui/uiconfig/ui/optlanguagespage.ui:174
msgctxt "optlanguagespage|label1"
msgid "Language Of"
msgstr "ቋንቋ የ"
-#: optlanguagespage.ui:246
+#: cui/uiconfig/ui/optlanguagespage.ui:245
msgctxt "optlanguagespage|currentdoc"
msgid "For the current document only"
msgstr "ለ አሁኑ ሰነድ ብቻ"
-#: optlanguagespage.ui:261
+#: cui/uiconfig/ui/optlanguagespage.ui:261
msgctxt "optlanguagespage|ctlsupport"
msgid "Complex _text layout:"
msgstr "ውስብስብ የ _ጽሁፍ እቅድ:"
-#: optlanguagespage.ui:276
+#: cui/uiconfig/ui/optlanguagespage.ui:276
msgctxt "optlanguagespage|asiansupport"
msgid "Asian:"
msgstr "Asian:"
-#: optlanguagespage.ui:294
+#: cui/uiconfig/ui/optlanguagespage.ui:294
msgctxt "optlanguagespage|western"
msgid "Western:"
msgstr "Western:"
-#: optlanguagespage.ui:311
+#: cui/uiconfig/ui/optlanguagespage.ui:311
msgctxt "optlanguagespage|label2"
msgid "Default Languages for Documents"
msgstr "ነባር ቋንቋ ለ ሰነዶች"
-#: optlanguagespage.ui:342
+#: cui/uiconfig/ui/optlanguagespage.ui:342
msgctxt "optlanguagespage|ignorelanguagechange"
msgid "Ignore s_ystem input language"
msgstr "የ_ስርአቱን ቋንቋ ማስገቢያ መተው"
-#: optlanguagespage.ui:363
+#: cui/uiconfig/ui/optlanguagespage.ui:363
msgctxt "optlanguagespage|label3"
msgid "Enhanced Language Support"
msgstr "የ ቋንቋ ድጋፍ ማሻሻያ"
-#: optlingupage.ui:47
+#: cui/uiconfig/ui/optlingupage.ui:47
msgctxt "optlingupage|lingumodulesft"
msgid "_Available language modules:"
msgstr "_ዝግጁ የ ቋንቋ ክፍሎች:"
-#: optlingupage.ui:74
+#: cui/uiconfig/ui/optlingupage.ui:74
msgctxt "optlingupage|lingumodulesedit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
-#: optlingupage.ui:82
+#: cui/uiconfig/ui/optlingupage.ui:82
msgctxt "optlingupage|lingumodulesedit-atkobject"
msgid "Edit Available language modules"
msgstr "ዝግጁ የ ቋንቋ ክፍሎች ማረሚያ"
-#: optlingupage.ui:112
+#: cui/uiconfig/ui/optlingupage.ui:112
msgctxt "optlingupage|lingudictsft"
msgid "_User-defined dictionaries:"
msgstr "_በተጠቃሚ-የሚገለጽ መዝገበ ቃላት:"
-#: optlingupage.ui:146
+#: cui/uiconfig/ui/optlingupage.ui:146
msgctxt "optlingupage|lingudictsnew"
msgid "_New..."
msgstr "_አዲስ..."
-#: optlingupage.ui:160
+#: cui/uiconfig/ui/optlingupage.ui:160
msgctxt "optlingupage|lingudictsedit"
msgid "Ed_it..."
msgstr "_ማረሚያ..."
-#: optlingupage.ui:167
+#: cui/uiconfig/ui/optlingupage.ui:167
msgctxt "optlingupage|lingudictsedit-atkobject"
msgid "Edit User-defined dictionaries"
msgstr "በ ተጠቃሚው-የሚገለጽ መዝገበ ቃላት ማረሚያ"
-#: optlingupage.ui:179
+#: cui/uiconfig/ui/optlingupage.ui:179
msgctxt "optlingupage|lingudictsdelete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: optlingupage.ui:218
+#: cui/uiconfig/ui/optlingupage.ui:218
msgctxt "optlingupage|label4"
msgid "_Options:"
msgstr "_ምርጫዎች:"
-#: optlingupage.ui:230
+#: cui/uiconfig/ui/optlingupage.ui:230
msgctxt "optlingupage|moredictslink"
msgid "Get more dictionaries online..."
msgstr "በመስመር ላይ ተጨማሪ መዝገበ ቃላቶች ያግኙ..."
-#: optlingupage.ui:262
+#: cui/uiconfig/ui/optlingupage.ui:262
msgctxt "optlingupage|linguoptionsedit"
msgid "Edi_t..."
msgstr "ማረሚ_ያ ..."
-#: optlingupage.ui:270
+#: cui/uiconfig/ui/optlingupage.ui:270
msgctxt "optlingupage|linguoptionsedit-atkobject"
msgid "Edit Options"
msgstr "የ ማረሚያ ምርጫዎች"
-#: optlingupage.ui:296
+#: cui/uiconfig/ui/optlingupage.ui:296
msgctxt "optlingupage|label1"
msgid "Writing Aids"
msgstr "የመጻፊያ እርዳታዎች"
-#: optnewdictionarydialog.ui:9
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:8
msgctxt "optnewdictionarydialog|OptNewDictionaryDialog"
msgid "New Dictionary"
msgstr "አዲስ መዝገበ ቃላት"
-#: optnewdictionarydialog.ui:121
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:112
msgctxt "optnewdictionarydialog|name_label"
msgid "_Name:"
msgstr "_ስም:"
-#: optnewdictionarydialog.ui:135
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:126
msgctxt "optnewdictionarydialog|language_label"
msgid "_Language:"
msgstr "_ቋንቋ:"
-#: optnewdictionarydialog.ui:146
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:138
msgctxt "optnewdictionarydialog|except"
msgid "_Exception (-)"
msgstr "_የተለየ (-)"
-#: optnewdictionarydialog.ui:168
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:177
msgctxt "optnewdictionarydialog|label1"
msgid "Dictionary"
msgstr "መዝገበ ቃላት"
-#: optonlineupdatepage.ui:28
+#: cui/uiconfig/ui/optonlineupdatepage.ui:28
msgctxt "optonlineupdatepage|autocheck"
msgid "_Check for updates automatically"
msgstr "ራሱ በራሱ ማሻሻያ _መፈለጊያ"
-#: optonlineupdatepage.ui:54
+#: cui/uiconfig/ui/optonlineupdatepage.ui:54
msgctxt "optonlineupdatepage|everyday"
msgid "Every da_y"
msgstr "በየ ቀ_ኑ"
-#: optonlineupdatepage.ui:71
+#: cui/uiconfig/ui/optonlineupdatepage.ui:71
msgctxt "optonlineupdatepage|everyweek"
msgid "Every _week"
msgstr "በየ _ሳምንቱ"
-#: optonlineupdatepage.ui:87
+#: cui/uiconfig/ui/optonlineupdatepage.ui:87
msgctxt "optonlineupdatepage|everymonth"
msgid "Every _month"
msgstr "በየ _ወሩ"
-#: optonlineupdatepage.ui:114
+#: cui/uiconfig/ui/optonlineupdatepage.ui:114
msgctxt "optonlineupdatepage|lastchecked"
msgid "Last checked: %DATE%, %TIME%"
msgstr "መጨረሻ የ ተመረመረው: %DATE%, %TIME%"
-#: optonlineupdatepage.ui:125
+#: cui/uiconfig/ui/optonlineupdatepage.ui:125
msgctxt "optonlineupdatepage|checknow"
msgid "Check _Now"
msgstr "_አሁን መመርመሪያ"
-#: optonlineupdatepage.ui:140
+#: cui/uiconfig/ui/optonlineupdatepage.ui:140
msgctxt "optonlineupdatepage|autodownload"
msgid "_Download updates automatically"
msgstr "ማሻሻያውን ራሱ በራሱ _ማውረጃ"
-#: optonlineupdatepage.ui:172
+#: cui/uiconfig/ui/optonlineupdatepage.ui:172
msgctxt "optonlineupdatepage|destpathlabel"
msgid "Download destination:"
msgstr "የወረዱ መድረሻ:"
-#: optonlineupdatepage.ui:182
+#: cui/uiconfig/ui/optonlineupdatepage.ui:182
msgctxt "optonlineupdatepage|changepath"
msgid "Ch_ange..."
msgstr "መቀ_የሪያ..."
-#: optonlineupdatepage.ui:220
+#: cui/uiconfig/ui/optonlineupdatepage.ui:220
msgctxt "optonlineupdatepage|extrabits"
msgid "_Send OS version and basic hardware information"
msgstr "የ OS እትም እና መሰረታዊ ጠንካራ አካል መረጃ _መላኪያ"
-#: optonlineupdatepage.ui:224
+#: cui/uiconfig/ui/optonlineupdatepage.ui:224
msgctxt "optonlineupdatepage|extrabits|tooltip_text"
msgid "This information lets us make optimizations for your hardware and operating system."
msgstr "ይህ መረጃ እኛን የሚጠቅመው የ እርስዎን ጠንካራ አካል እና መስሪያ ስርአት ውጤታማ ለማድረግ ነው"
-#: optonlineupdatepage.ui:244
+#: cui/uiconfig/ui/optonlineupdatepage.ui:244
msgctxt "optonlineupdatepage|useragent_label"
msgid "User Agent:"
msgstr "የ ተጠቃሚ ወኪል:"
-#: optonlineupdatepage.ui:256
+#: cui/uiconfig/ui/optonlineupdatepage.ui:256
msgctxt "optonlineupdatepage|useragent_changed"
msgid "Hit apply to update"
msgstr "ይጫኑ መፈጸሚያ ለ ማሻሻል"
-#: optonlineupdatepage.ui:288
+#: cui/uiconfig/ui/optonlineupdatepage.ui:288
msgctxt "optonlineupdatepage|neverchecked"
msgid "Last checked: Not yet"
msgstr "መጨረሻ የ ተመረመረው:"
-#: optonlineupdatepage.ui:305
+#: cui/uiconfig/ui/optonlineupdatepage.ui:305
msgctxt "optonlineupdatepage|label1"
msgid "Online Update Options"
msgstr "በመስመር ላይ የማሻሻያ ምርጫ"
-#: optopenclpage.ui:30
+#: cui/uiconfig/ui/optopenclpage.ui:30
msgctxt "optopenclpage|useswinterpreter"
msgid "Allow use of Software Interpreter (even when OpenCL is not available)"
msgstr "የ ሶፍትዌር ተርጓሚ መጠቀሚያ ማስቻያ (OpenCL ዝግጁ ባይሆንም እንኳን)"
-#: optopenclpage.ui:46
+#: cui/uiconfig/ui/optopenclpage.ui:46
msgctxt "optopenclpage|useopencl"
msgid "Allow use of OpenCL"
msgstr "የ OpenCL መጠቀሚያ ማስቻያ"
-#: optopenclpage.ui:64
+#: cui/uiconfig/ui/optopenclpage.ui:64
msgctxt "optopenclpage|openclused"
msgid "OpenCL is available for use."
msgstr "OpenCL ለ መጠቀም ዝግጁ ነው"
-#: optopenclpage.ui:76
+#: cui/uiconfig/ui/optopenclpage.ui:76
msgctxt "optopenclpage|openclnotused"
msgid "OpenCL is not used."
msgstr "OpenCL እየተጠቀሙ አይደለም"
-#: optopenclpage.ui:92
+#: cui/uiconfig/ui/optopenclpage.ui:92
msgctxt "optopenclpage|label1"
msgid "OpenCL Options"
msgstr "የ OpenCL ምርጫዎች"
-#: optpathspage.ui:40
+#: cui/uiconfig/ui/optpathspage.ui:40
msgctxt "optpathspage|type"
msgid "Type"
msgstr "አይነት"
-#: optpathspage.ui:53
+#: cui/uiconfig/ui/optpathspage.ui:53
msgctxt "optpathspage|path"
msgid "Path"
msgstr "መንገድ"
-#: optpathspage.ui:66
+#: cui/uiconfig/ui/optpathspage.ui:66
msgctxt "optpathspage|editpaths"
msgid "Edit Paths: %1"
msgstr "መንገዶችን ማረሚያ: %1"
-#: optpathspage.ui:116
+#: cui/uiconfig/ui/optpathspage.ui:116
msgctxt "optpathspage|label1"
msgid "Paths used by %PRODUCTNAME"
msgstr "የተጠቀሙዋቸው መንገዶች በ %PRODUCTNAME"
-#: optpathspage.ui:137
+#: cui/uiconfig/ui/optpathspage.ui:137
msgctxt "optpathspage|default"
msgid "_Default"
msgstr "_ነባር"
-#: optpathspage.ui:151
+#: cui/uiconfig/ui/optpathspage.ui:151
msgctxt "optpathspage|edit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
-#: optproxypage.ui:32
+#: cui/uiconfig/ui/optproxypage.ui:32
msgctxt "optproxypage|label2"
msgid "Proxy s_erver:"
msgstr "ወኪል ሰ_ርቨር:"
-#: optproxypage.ui:138
+#: cui/uiconfig/ui/optproxypage.ui:137
msgctxt "optproxypage|proxymode"
msgid "None"
msgstr "ምንም"
-#: optproxypage.ui:139
+#: cui/uiconfig/ui/optproxypage.ui:138
msgctxt "optproxypage|proxymode"
msgid "System"
msgstr "ስርአት"
-#: optproxypage.ui:140
+#: cui/uiconfig/ui/optproxypage.ui:139
msgctxt "optproxypage|proxymode"
msgid "Manual"
msgstr "በእጅ የሚሰራ"
-#: optproxypage.ui:153
+#: cui/uiconfig/ui/optproxypage.ui:152
msgctxt "optproxypage|httpft"
msgid "HT_TP proxy:"
msgstr "HT_TP proxy:"
-#: optproxypage.ui:166
+#: cui/uiconfig/ui/optproxypage.ui:165
msgctxt "optproxypage|httpportft"
msgid "_Port:"
msgstr "_Port:"
-#: optproxypage.ui:180
+#: cui/uiconfig/ui/optproxypage.ui:179
msgctxt "optproxypage|httpsft"
msgid "HTTP_S proxy:"
msgstr "HTTP_S proxy:"
-#: optproxypage.ui:194
+#: cui/uiconfig/ui/optproxypage.ui:193
msgctxt "optproxypage|ftpft"
msgid "_FTP proxy:"
msgstr "_FTP proxy:"
-#: optproxypage.ui:208
+#: cui/uiconfig/ui/optproxypage.ui:207
msgctxt "optproxypage|noproxyft"
msgid "_No proxy for:"
msgstr "_ወኪል የለም ለ :"
-#: optproxypage.ui:221
+#: cui/uiconfig/ui/optproxypage.ui:220
msgctxt "optproxypage|httpsportft"
msgid "P_ort:"
msgstr "P_ort:"
-#: optproxypage.ui:234
+#: cui/uiconfig/ui/optproxypage.ui:233
msgctxt "optproxypage|ftpportft"
msgid "P_ort:"
msgstr "P_ort:"
-#: optproxypage.ui:248
+#: cui/uiconfig/ui/optproxypage.ui:247
msgctxt "optproxypage|noproxydesc"
msgid "Separator ;"
msgstr "መለያያ ;"
-#: optproxypage.ui:270
+#: cui/uiconfig/ui/optproxypage.ui:269
msgctxt "optproxypage|label1"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: optsavepage.ui:36
+#: cui/uiconfig/ui/optsavepage.ui:36
msgctxt "optsavepage|load_docprinter"
msgid "Load printer settings with the document"
msgstr "የ ማተሚያ ማሰናጃ መጫኛ በ ሰነድ"
-#: optsavepage.ui:52
+#: cui/uiconfig/ui/optsavepage.ui:52
msgctxt "optsavepage|load_settings"
msgid "Load user-specific settings with the document"
msgstr "የተጠቃሚውን-የተወሰነ የሰነድ አቀማመጥ መጫኛ"
-#: optsavepage.ui:74
+#: cui/uiconfig/ui/optsavepage.ui:74
msgctxt "optsavepage|label1"
msgid "Load"
msgstr "መጫኛ"
-#: optsavepage.ui:111
+#: cui/uiconfig/ui/optsavepage.ui:111
msgctxt "optsavepage|autosave"
msgid "Save _AutoRecovery information every:"
msgstr "_በራሱ ማዳኛ መረጃ ማስቀመጫ በ የ:"
-#: optsavepage.ui:140
+#: cui/uiconfig/ui/optsavepage.ui:139
msgctxt "optsavepage|autosave_mins"
msgid "minutes"
msgstr "ደቂቃዎች"
-#: optsavepage.ui:155
+#: cui/uiconfig/ui/optsavepage.ui:154
msgctxt "optsavepage|userautosave"
msgid "Automatically save the document too"
msgstr "ራሱ በራሱ ሰነዱን ማስቀመጫ ወደ"
-#: optsavepage.ui:171
+#: cui/uiconfig/ui/optsavepage.ui:170
msgctxt "optsavepage|relative_fsys"
msgid "Save URLs relative to file system"
msgstr "URLs ማስቀመጫ ከ ፋይል ስርአት አንፃር"
-#: optsavepage.ui:186
+#: cui/uiconfig/ui/optsavepage.ui:185
msgctxt "optsavepage|docinfo"
msgid "_Edit document properties before saving"
msgstr "የ ሰነዶችን ባህሪዎች ከ ማስቀመጥ በፊት _ማረሚያ"
-#: optsavepage.ui:201
+#: cui/uiconfig/ui/optsavepage.ui:200
msgctxt "optsavepage|relative_inet"
msgid "Save URLs relative to internet"
msgstr "URLs ማስቀመጫ ከ ኢንተርኔት አንፃር"
-#: optsavepage.ui:216
+#: cui/uiconfig/ui/optsavepage.ui:215
msgctxt "optsavepage|backup"
msgid "Al_ways create backup copy"
msgstr "ሁል_ጊዜ ተተኪ ኮፒ መፍጠሪያ"
-#: optsavepage.ui:237
+#: cui/uiconfig/ui/optsavepage.ui:236
msgctxt "optsavepage|label2"
msgid "Save"
msgstr "ማስቀመጫ"
-#: optsavepage.ui:269
+#: cui/uiconfig/ui/optsavepage.ui:268
msgctxt "optsavepage|warnalienformat"
msgid "Warn when not saving in ODF or default format"
msgstr "በ ODF ወይንም በነባር አቀራረብ ሳይቀምጥ ሲቀር አስጠንቅቀኝ"
#. EN-US, the term 'extended' must not be translated.
-#: optsavepage.ui:293
+#: cui/uiconfig/ui/optsavepage.ui:292
msgctxt "optsavepage|odfwarning_label"
msgid "Not using ODF 1.2 Extended may cause information to be lost."
msgstr "አለመጠቀም የ ODF 1.2 የ ተስፋፋ ምናልባት መረጃ ሊጠፋ ይችላል"
-#: optsavepage.ui:323
+#: cui/uiconfig/ui/optsavepage.ui:322
msgctxt "optsavepage|odfversion"
msgid "1.0/1.1"
msgstr "1.0/1.1"
-#: optsavepage.ui:324
+#: cui/uiconfig/ui/optsavepage.ui:323
msgctxt "optsavepage|odfversion"
msgid "1.2"
msgstr "1.2"
-#: optsavepage.ui:325
+#: cui/uiconfig/ui/optsavepage.ui:324
msgctxt "optsavepage|odfversion"
msgid "1.2 Extended (compatibility mode)"
msgstr "1.2 የ ተስፋፋ (የ ተስማሚነቱ ዘዴ)"
-#: optsavepage.ui:326
+#: cui/uiconfig/ui/optsavepage.ui:325
msgctxt "optsavepage|odfversion"
msgid "1.2 Extended (recommended)"
msgstr "1.2 የ ተስፋፋ (ይመከራሉ)"
-#: optsavepage.ui:339
+#: cui/uiconfig/ui/optsavepage.ui:338
msgctxt "optsavepage|label5"
msgid "ODF format version:"
msgstr "የ ODF አቀራረብ አትም:"
-#: optsavepage.ui:353
+#: cui/uiconfig/ui/optsavepage.ui:352
msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "ሁልጊዜ ማስ_ቀመጫ እንደ:"
-#: optsavepage.ui:367
+#: cui/uiconfig/ui/optsavepage.ui:366
msgctxt "optsavepage|doctype"
msgid "Text document"
msgstr "የጽሁፍ ሰነድ"
-#: optsavepage.ui:368
+#: cui/uiconfig/ui/optsavepage.ui:367
msgctxt "optsavepage|doctype"
msgid "HTML document"
msgstr "HTML ሰነድ"
-#: optsavepage.ui:369
+#: cui/uiconfig/ui/optsavepage.ui:368
msgctxt "optsavepage|doctype"
msgid "Master document"
msgstr "ዋናው ሰነድ"
-#: optsavepage.ui:370
+#: cui/uiconfig/ui/optsavepage.ui:369
msgctxt "optsavepage|doctype"
msgid "Spreadsheet"
msgstr "ሰንጠረዥ"
-#: optsavepage.ui:371
+#: cui/uiconfig/ui/optsavepage.ui:370
msgctxt "optsavepage|doctype"
msgid "Presentation"
msgstr "ማቅረቢያ"
-#: optsavepage.ui:372
+#: cui/uiconfig/ui/optsavepage.ui:371
msgctxt "optsavepage|doctype"
msgid "Drawing"
msgstr "መሳያ"
-#: optsavepage.ui:373
+#: cui/uiconfig/ui/optsavepage.ui:372
msgctxt "optsavepage|doctype"
msgid "Formula"
msgstr "መቀመሪያ"
-#: optsavepage.ui:396
+#: cui/uiconfig/ui/optsavepage.ui:395
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "የ ሰ_ነዱ አይነት:"
-#: optsavepage.ui:413
+#: cui/uiconfig/ui/optsavepage.ui:412
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "ነባር የ ፋይል አቀራረብ እና የ ODF ማሰናጃ"
-#: optsecuritypage.ui:36
+#: cui/uiconfig/ui/optsecuritypage.ui:36
msgctxt "optsecuritypage|label9"
msgid "Maintain a list of Time Stamping Authority (TSA) URLs to be used for digital signatures in PDF export."
msgstr "የ ሰአት ማህተም ባለስልጣን (TSA) URLs ይጠቀማል ለ ዲጂታል ፊርማ PDF በሚላክ ጊዜ"
-#: optsecuritypage.ui:49
+#: cui/uiconfig/ui/optsecuritypage.ui:49
msgctxt "optsecuritypage|tsas"
msgid "_TSAs..."
msgstr "የ _ሰአት ማህተም ባለስልጣን..."
-#: optsecuritypage.ui:71
+#: cui/uiconfig/ui/optsecuritypage.ui:71
msgctxt "optsecuritypage|label10"
msgid "TSAs"
msgstr "የ ሰአት ማህተም ባለስልጣን"
-#: optsecuritypage.ui:111
+#: cui/uiconfig/ui/optsecuritypage.ui:111
msgctxt "optsecuritypage|label7"
msgid "Select the Network Security Services certificate directory to use for digital signatures."
msgstr "ለ ዲጂታል ፊርማዎች የ ኔትዎርክ ደህንነት ግልጋሎቶች የ ምስክር ወረቀት ዳይሬክቶሪ ይምረጡ"
-#: optsecuritypage.ui:124
+#: cui/uiconfig/ui/optsecuritypage.ui:124
msgctxt "optsecuritypage|cert"
msgid "_Certificate..."
msgstr "_የምስክር ወረቀት..."
-#: optsecuritypage.ui:146
+#: cui/uiconfig/ui/optsecuritypage.ui:146
msgctxt "optsecuritypage|label8"
msgid "Certificate Path"
msgstr "የምስክር ወረቀት መንገድ"
-#: optsecuritypage.ui:186
+#: cui/uiconfig/ui/optsecuritypage.ui:186
msgctxt "optsecuritypage|label5"
msgid "Adjust the security level for executing macros and specify trusted macro developers."
msgstr "የ ደህንነት ደረጃዎችን ማስተካከያ ለ ማክሮስ ማስኬጃ እና መወሰኛ የሚታመኑ የ ማክሮስ አበልፃጊዎች"
-#: optsecuritypage.ui:199
+#: cui/uiconfig/ui/optsecuritypage.ui:199
msgctxt "optsecuritypage|macro"
msgid "Macro Securit_y..."
msgstr "Macro Securit_y..."
-#: optsecuritypage.ui:221
+#: cui/uiconfig/ui/optsecuritypage.ui:221
msgctxt "optsecuritypage|label3"
msgid "Macro Security"
msgstr "Macro Security"
-#: optsecuritypage.ui:263
+#: cui/uiconfig/ui/optsecuritypage.ui:263
msgctxt "optsecuritypage|savepassword"
msgid "Persistently _save passwords for web connections"
msgstr "ያለማቋረጥ የ መግቢያ ቃል _ማስቀመጫ ለዌብ ግንኙነቶች"
-#: optsecuritypage.ui:292
+#: cui/uiconfig/ui/optsecuritypage.ui:292
msgctxt "optsecuritypage|usemasterpassword"
msgid "Protected _by a master password (recommended)"
msgstr "በ_ዋናው የመግቢያ ቃል የሚጠበቅ (ይመከራሉ)"
-#: optsecuritypage.ui:313
+#: cui/uiconfig/ui/optsecuritypage.ui:313
msgctxt "optsecuritypage|masterpasswordtext"
msgid "Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
msgstr "የመግቢያ ቃሎች በዋናው የመግቢያ ቃል የተጠበቁ ናቸው ፡ በክፍለ ጊዜ ውስጥ ቢያንስ አንድ ጊዜ እንዲያስገቡ ይጠየቃሉ ፡ የ %PRODUCTNAME መግቢያ ቃሉን ከሚጠበቁት የመግቢያ ቃሎች ፈልጎ ያገኛል"
-#: optsecuritypage.ui:330
+#: cui/uiconfig/ui/optsecuritypage.ui:330
msgctxt "optsecuritypage|nopasswordsave"
msgid ""
"Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\n"
@@ -8557,677 +8621,667 @@ msgstr ""
"\n"
"የ መግቢያ ቃሉን ማጥፋት ይፈልጋሉ እና ዋናው የ መግቢያ ቃል እንደነበር መመለስ ይፈልጋሉ?"
-#: optsecuritypage.ui:367
+#: cui/uiconfig/ui/optsecuritypage.ui:367
msgctxt "optsecuritypage|connections"
msgid "Connect_ions..."
msgstr "ግንኙነ_ቶች..."
-#: optsecuritypage.ui:384
+#: cui/uiconfig/ui/optsecuritypage.ui:384
msgctxt "optsecuritypage|masterpassword"
msgid "_Master Password..."
msgstr "_ዋናው የመግቢያ ቃል..."
-#: optsecuritypage.ui:415
+#: cui/uiconfig/ui/optsecuritypage.ui:415
msgctxt "optsecuritypage|label2"
msgid "Passwords for Web Connections"
msgstr "የመግቢያ ቃሎች ወደ ዌብ መገናኛዎች"
-#: optsecuritypage.ui:455
+#: cui/uiconfig/ui/optsecuritypage.ui:455
msgctxt "optsecuritypage|label4"
msgid "Adjust security related options and define warnings for hidden information in documents. "
msgstr "ደህንነትን የ ተዛመዱ ምርጫዎች ማስተካከያ እና ማስጠንቀቂያዎችን መግለጫ ለ ተደበቁ መረጃዎች በ ሰነዶች ውስጥ "
-#: optsecuritypage.ui:468
+#: cui/uiconfig/ui/optsecuritypage.ui:468
msgctxt "optsecuritypage|options"
msgid "O_ptions..."
msgstr "ም_ርጫዎች..."
-#: optsecuritypage.ui:490
+#: cui/uiconfig/ui/optsecuritypage.ui:490
msgctxt "optsecuritypage|label1"
msgid "Security Options and Warnings"
msgstr "የ ደህንነት ምርጫዎች እና ማስጠንቀቂያዎች"
-#: optuserpage.ui:12
+#: cui/uiconfig/ui/optuserpage.ui:12
msgctxt "optuserpage|liststore1"
msgid "No key"
msgstr "ቁልፍ የለም"
-#: optuserpage.ui:45
+#: cui/uiconfig/ui/optuserpage.ui:45
msgctxt "optuserpage|companyft"
msgid "_Company:"
msgstr "_ድርጅት:"
-#: optuserpage.ui:59
+#: cui/uiconfig/ui/optuserpage.ui:59
msgctxt "optuserpage|nameft"
msgid "First/last _name/initials:"
msgstr "ስም/የ አባት _ስም/መነሻዎች:"
-#: optuserpage.ui:73
+#: cui/uiconfig/ui/optuserpage.ui:73
msgctxt "optuserpage|streetft"
msgid "_Street:"
msgstr "_መንገድ:"
-#: optuserpage.ui:87
+#: cui/uiconfig/ui/optuserpage.ui:87
msgctxt "optuserpage|cityft"
msgid "City/state/_zip:"
msgstr "ከተማ/አገር/_ፖሳቁ:"
-#: optuserpage.ui:101
+#: cui/uiconfig/ui/optuserpage.ui:101
msgctxt "optuserpage|countryft"
msgid "Country/re_gion:"
msgstr "አገር/አካ_ባቢ:"
-#: optuserpage.ui:115
+#: cui/uiconfig/ui/optuserpage.ui:115
msgctxt "optuserpage|titleft"
msgid "_Title/position:"
msgstr "_አርእስት / ቦታ:"
-#: optuserpage.ui:129
+#: cui/uiconfig/ui/optuserpage.ui:129
msgctxt "optuserpage|phoneft"
msgid "Telephone (home/_work):"
msgstr "ስልክ የ (ቤት/_ስራ):"
-#: optuserpage.ui:134
+#: cui/uiconfig/ui/optuserpage.ui:134
msgctxt "phoneft-atkobject"
msgid "Home telephone number"
msgstr "የ ቤት ስልክ ቁጥር"
-#: optuserpage.ui:148
+#: cui/uiconfig/ui/optuserpage.ui:148
msgctxt "optuserpage|faxft"
msgid "Fa_x/e-mail:"
msgstr "ፋክ_ስ/ኢ-ሜይል:"
-#: optuserpage.ui:171
+#: cui/uiconfig/ui/optuserpage.ui:170
msgctxt "optuserpage|firstname-atkobject"
msgid "First name"
msgstr "የ መጀመሪያ ስም"
-#: optuserpage.ui:189
+#: cui/uiconfig/ui/optuserpage.ui:187
msgctxt "lastname-atkobject"
msgid "Last name"
msgstr "የ አባት ስም"
-#: optuserpage.ui:207
+#: cui/uiconfig/ui/optuserpage.ui:204
msgctxt "shortname-atkobject"
msgid "Initials"
msgstr "መነሻዎች"
-#: optuserpage.ui:236
+#: cui/uiconfig/ui/optuserpage.ui:232
msgctxt "city-atkobject"
msgid "City"
msgstr "ከተማ"
-#: optuserpage.ui:254
+#: cui/uiconfig/ui/optuserpage.ui:249
msgctxt "state-atkobject"
msgid "State"
msgstr "አገር"
-#: optuserpage.ui:272
+#: cui/uiconfig/ui/optuserpage.ui:266
msgctxt "zip-atkobject"
msgid "Zip code"
msgstr "ፖሳቁ"
-#: optuserpage.ui:302
+#: cui/uiconfig/ui/optuserpage.ui:295
msgctxt "title-atkobject"
msgid "Title"
msgstr "አርእስት"
-#: optuserpage.ui:320
+#: cui/uiconfig/ui/optuserpage.ui:312
msgctxt "position-atkobject"
msgid "Position"
msgstr "ቦታ"
-#: optuserpage.ui:349
+#: cui/uiconfig/ui/optuserpage.ui:340
msgctxt "home-atkobject"
msgid "Home telephone number"
msgstr "የ ቤት ስልክ ቁጥር"
-#: optuserpage.ui:367
+#: cui/uiconfig/ui/optuserpage.ui:357
msgctxt "work-atkobject"
msgid "Work telephone number"
msgstr "የ ስራ ስልክ ቁጥር"
-#: optuserpage.ui:397
+#: cui/uiconfig/ui/optuserpage.ui:386
msgctxt "fax-atkobject"
msgid "FAX number"
msgstr "የ ፋክስ ቁጥር"
-#: optuserpage.ui:415
+#: cui/uiconfig/ui/optuserpage.ui:403
msgctxt "email-atkobject"
msgid "email address"
msgstr "የ ኢሜይል አድራሻ"
-#: optuserpage.ui:432
+#: cui/uiconfig/ui/optuserpage.ui:420
msgctxt "optuserpage|usefordocprop"
msgid "Use data for document properties"
msgstr "ለሰነድ ባህሪዎች ዳታ መጠቀሚያ"
-#: optuserpage.ui:449
+#: cui/uiconfig/ui/optuserpage.ui:438
msgctxt "optuserpage|rusnameft"
msgid "Last name/first _name/father’s name/initials:"
msgstr "የ አባት ስም/ስ_ም/የ አባት ስም/መነሻዎች:"
-#: optuserpage.ui:472
+#: cui/uiconfig/ui/optuserpage.ui:460
msgctxt "ruslastname-atkobject"
msgid "Last name"
msgstr "የ አባት ስም"
-#: optuserpage.ui:490
+#: cui/uiconfig/ui/optuserpage.ui:477
msgctxt "rusfathersname-atkobject"
msgid "Father's name"
msgstr "የ አባት ስም"
-#: optuserpage.ui:508
+#: cui/uiconfig/ui/optuserpage.ui:494
msgctxt "russhortname-atkobject"
msgid "Initials"
msgstr "መነሻዎች"
-#: optuserpage.ui:526
+#: cui/uiconfig/ui/optuserpage.ui:511
msgctxt "rusfirstname-atkobject"
msgid "First name"
msgstr "ስም"
-#: optuserpage.ui:546
+#: cui/uiconfig/ui/optuserpage.ui:531
msgctxt "optuserpage|eastnameft"
msgid "Last/first _name/initials:"
msgstr "የ አባት ስም/ስ_ም/መነሻዎች:"
-#: optuserpage.ui:569
+#: cui/uiconfig/ui/optuserpage.ui:553
msgctxt "eastlastname-atkobject"
msgid "Last name"
msgstr "የ አባት ስም"
-#: optuserpage.ui:587
+#: cui/uiconfig/ui/optuserpage.ui:570
msgctxt "eastfirstname-atkobject"
msgid "First name"
msgstr "ስም"
-#: optuserpage.ui:605
+#: cui/uiconfig/ui/optuserpage.ui:587
msgctxt "eastshortname-atkobject"
msgid "Initials"
msgstr "መነሻዎች"
-#: optuserpage.ui:625
+#: cui/uiconfig/ui/optuserpage.ui:607
msgctxt "optuserpage|russtreetft"
msgid "_Street/apartment number:"
msgstr "_መንገድ/የ ቤት ቁጥር:"
-#: optuserpage.ui:648
+#: cui/uiconfig/ui/optuserpage.ui:629
msgctxt "russtreet-atkobject"
msgid "Street"
msgstr "መንገድ"
-#: optuserpage.ui:666
+#: cui/uiconfig/ui/optuserpage.ui:646
msgctxt "ruslastname-atkobject"
msgid "Apartment number"
msgstr "የ ቤት ቁጥር"
-#: optuserpage.ui:686
+#: cui/uiconfig/ui/optuserpage.ui:666
msgctxt "optuserpage|icityft"
msgid "_Zip/city:"
msgstr "_ፖሳቁ/ከተማ:"
-#: optuserpage.ui:709
+#: cui/uiconfig/ui/optuserpage.ui:688
msgctxt "icity-atkobject"
msgid "City"
msgstr "ከተማ"
-#: optuserpage.ui:727
+#: cui/uiconfig/ui/optuserpage.ui:705
msgctxt "izip-atkobject"
msgid "Zip code"
msgstr "ፖሳቁ"
-#: optuserpage.ui:825
+#: cui/uiconfig/ui/optuserpage.ui:800
msgctxt "optuserpage|label1"
msgid "Address"
msgstr "አድራሻ"
-#: optuserpage.ui:861
+#: cui/uiconfig/ui/optuserpage.ui:836
msgctxt "optuserpage|signingkeylabel"
msgid "OpenPGP signing key:"
msgstr "OpenPGP መፈረሚያ ቁልፍ:"
-#: optuserpage.ui:875
+#: cui/uiconfig/ui/optuserpage.ui:850
msgctxt "optuserpage|encryptionkeylabel"
msgid "OpenPGP encryption key:"
msgstr "OpenPGP መመስጠሪያ ቁልፍ:"
-#: optuserpage.ui:908
+#: cui/uiconfig/ui/optuserpage.ui:885
msgctxt "optuserpage|encrypttoself"
msgid "When encrypting documents, always encrypt to self"
msgstr "ሰነድ በሚመሰጥሩ ጊዜ: ሁል ጊዜ ወደ ራሱ ይመስጥሩ"
-#: optuserpage.ui:930
+#: cui/uiconfig/ui/optuserpage.ui:909
msgctxt "optuserpage|cryptographylabel"
msgid "Cryptography"
msgstr "ኮድ መስጣሪ/ፈቺ"
-#: optviewpage.ui:47
+#: cui/uiconfig/ui/optviewpage.ui:47
msgctxt "optviewpage|grid3|tooltip_text"
msgid "Requires restart"
msgstr "እንደገና ማስነሳት ያስፈልጋል"
-#: optviewpage.ui:51
+#: cui/uiconfig/ui/optviewpage.ui:51
msgctxt "optviewpage|useaccel"
msgid "Use hard_ware acceleration"
msgstr "የ ጠንካራ_አካል ማፍጠኛ ይጠቀሙ"
-#: optviewpage.ui:66
+#: cui/uiconfig/ui/optviewpage.ui:66
msgctxt "optviewpage|useaa"
msgid "Use anti-a_liasing"
msgstr "ፀረ-ማ_ጥሪያ ይጠቀሙ"
-#: optviewpage.ui:81
+#: cui/uiconfig/ui/optviewpage.ui:81
msgctxt "optviewpage|useopengl"
msgid "Use OpenGL for all rendering"
msgstr "ይጠቀሙ የ OpenGL ለ ሁሉም አስተያየት"
-#: optviewpage.ui:95
+#: cui/uiconfig/ui/optviewpage.ui:96
msgctxt "optviewpage|forceopengl"
msgid "Ignore OpenGL blacklist"
msgstr "መተው የ OpenGL ጥቁር ዝርዝር"
-#: optviewpage.ui:99
+#: cui/uiconfig/ui/optviewpage.ui:101
msgctxt "optviewpage|forceopengl|tooltip_text"
msgid "Requires restart. Enabling this may expose driver bugs"
msgstr "እንደገና ማስነሳት ያስፈልጋል: ይህን ማስቻል የ driver ችግር ይፈጥራል"
-#: optviewpage.ui:113
+#: cui/uiconfig/ui/optviewpage.ui:115
msgctxt "optviewpage|openglenabled"
msgid "GL is currently enabled."
msgstr "GL አሁን ተሰናክሏል"
-#: optviewpage.ui:125
+#: cui/uiconfig/ui/optviewpage.ui:127
msgctxt "optviewpage|opengldisabled"
msgid "GL is currently disabled."
msgstr "GL አሁን ተሰናክሏል"
-#: optviewpage.ui:141
+#: cui/uiconfig/ui/optviewpage.ui:143
msgctxt "optviewpage|label2"
msgid "Graphics Output"
msgstr "የ ንድፎች ውጤት"
-#: optviewpage.ui:175
+#: cui/uiconfig/ui/optviewpage.ui:177
msgctxt "optviewpage|label13"
msgid "Icons in men_us:"
msgstr "ምልክቶች በ ዝር_ዝር ውስጥ:"
-#: optviewpage.ui:189
+#: cui/uiconfig/ui/optviewpage.ui:191
msgctxt "optviewpage|contextmenushortcuts"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: optviewpage.ui:190
+#: cui/uiconfig/ui/optviewpage.ui:192
msgctxt "optviewpage|contextmenushortcuts"
msgid "Hide"
msgstr "መደበቂያ"
-#: optviewpage.ui:191
+#: cui/uiconfig/ui/optviewpage.ui:193
msgctxt "optviewpage|contextmenushortcuts"
msgid "Show"
msgstr "ማሳያ"
-#: optviewpage.ui:204
+#: cui/uiconfig/ui/optviewpage.ui:206
msgctxt "optviewpage|label10"
msgid "Shortcuts in context menus:"
msgstr "አቋራጮች ለ ዝርዝር ይዞታ:"
-#: optviewpage.ui:218
+#: cui/uiconfig/ui/optviewpage.ui:220
msgctxt "optviewpage|menuicons"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: optviewpage.ui:219
+#: cui/uiconfig/ui/optviewpage.ui:221
msgctxt "optviewpage|menuicons"
msgid "Hide"
msgstr "መደበቂያ"
-#: optviewpage.ui:220
+#: cui/uiconfig/ui/optviewpage.ui:222
msgctxt "optviewpage|menuicons"
msgid "Show"
msgstr "ማሳያ"
-#: optviewpage.ui:236
+#: cui/uiconfig/ui/optviewpage.ui:238
msgctxt "optviewpage|label3"
msgid "Menu"
msgstr "ዝርዝር"
-#: optviewpage.ui:267
+#: cui/uiconfig/ui/optviewpage.ui:269
msgctxt "optviewpage|showfontpreview"
msgid "Show p_review of fonts"
msgstr "ፊደሎችን በ_ቅድመ እይታ ማሳያ"
-#: optviewpage.ui:288
+#: cui/uiconfig/ui/optviewpage.ui:290
msgctxt "optviewpage|label5"
msgid "Font Lists"
msgstr "የፊደል ዝርዝሮች"
-#: optviewpage.ui:343
+#: cui/uiconfig/ui/optviewpage.ui:345
msgctxt "optviewpage|label8"
msgid "Toolbar icon _size:"
msgstr "የ እቃ መደርደሪያ ምልክት _መጠን:"
-#: optviewpage.ui:358
+#: cui/uiconfig/ui/optviewpage.ui:360
msgctxt "optviewpage|iconstyle"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: optviewpage.ui:359
+#: cui/uiconfig/ui/optviewpage.ui:361
msgctxt "optviewpage|iconstyle"
msgid "Galaxy"
msgstr "Galaxy"
-#: optviewpage.ui:360
+#: cui/uiconfig/ui/optviewpage.ui:362
msgctxt "optviewpage|iconstyle"
msgid "High Contrast"
msgstr "ከፍተኛ ማነጻጸሪያ"
-#: optviewpage.ui:361
-msgctxt "optviewpage|iconstyle"
-msgid "Crystal"
-msgstr "ክሪስታል"
-
-#: optviewpage.ui:362
+#: cui/uiconfig/ui/optviewpage.ui:363
msgctxt "optviewpage|iconstyle"
msgid "Tango"
msgstr "ታንጎ"
-#: optviewpage.ui:363
+#: cui/uiconfig/ui/optviewpage.ui:364
msgctxt "optviewpage|iconstyle"
msgid "Oxygen"
msgstr "ኦክስጂን"
-#: optviewpage.ui:364
+#: cui/uiconfig/ui/optviewpage.ui:365
msgctxt "optviewpage|iconstyle"
msgid "Classic"
msgstr "ዘመናዊ"
-#: optviewpage.ui:365
+#: cui/uiconfig/ui/optviewpage.ui:366
msgctxt "optviewpage|iconstyle"
msgid "Sifr"
msgstr "Sifr"
-#: optviewpage.ui:366
+#: cui/uiconfig/ui/optviewpage.ui:367
msgctxt "optviewpage|iconstyle"
msgid "Breeze"
msgstr "ነፋስ"
-#: optviewpage.ui:367
-msgctxt "optviewpage|iconstyle"
-msgid "Tango Testing"
-msgstr "ታንጎ መሞከሪያ"
-
-#: optviewpage.ui:380
+#: cui/uiconfig/ui/optviewpage.ui:380
msgctxt "optviewpage|iconsize"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: optviewpage.ui:381
+#: cui/uiconfig/ui/optviewpage.ui:381
msgctxt "optviewpage|iconsize"
msgid "Small"
msgstr "ትንሽ"
-#: optviewpage.ui:382
+#: cui/uiconfig/ui/optviewpage.ui:382
msgctxt "optviewpage|iconsize"
msgid "Large"
msgstr "ትልቅ"
-#: optviewpage.ui:383
+#: cui/uiconfig/ui/optviewpage.ui:383
msgctxt "optviewpage|iconsize"
msgid "Extra Large"
msgstr "በጣም ትልቅ"
-#: optviewpage.ui:396
+#: cui/uiconfig/ui/optviewpage.ui:396
msgctxt "optviewpage|label6"
msgid "Icon s_tyle:"
msgstr "የ ምልክት ዘ_ዴ:"
-#: optviewpage.ui:407
+#: cui/uiconfig/ui/optviewpage.ui:407
msgctxt "optviewpage|aafont"
msgid "Screen font antialiasin_g"
msgstr "የመመልከቻ ፊደል ማጥሪ _ያ"
-#: optviewpage.ui:425
+#: cui/uiconfig/ui/optviewpage.ui:425
msgctxt "optviewpage|label9"
msgid "Sidebar _icon size:"
msgstr "የ ጎን መደርደሪያ _ምልክት መጠን:"
-#: optviewpage.ui:439
+#: cui/uiconfig/ui/optviewpage.ui:439
msgctxt "optviewpage|sidebariconsize"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: optviewpage.ui:440
+#: cui/uiconfig/ui/optviewpage.ui:440
msgctxt "optviewpage|sidebariconsize"
msgid "Small"
msgstr "ትንሽ"
-#: optviewpage.ui:441
+#: cui/uiconfig/ui/optviewpage.ui:441
msgctxt "optviewpage|sidebariconsize"
msgid "Large"
msgstr "ትልቅ"
-#: optviewpage.ui:454
+#: cui/uiconfig/ui/optviewpage.ui:454
msgctxt "optviewpage|label7"
msgid "_Notebookbar icon size:"
msgstr "የ _ማስታወሻ ደብተር መደርደሪያ ምልክት መጠን:"
-#: optviewpage.ui:468
+#: cui/uiconfig/ui/optviewpage.ui:468
msgctxt "optviewpage|notebookbariconsize"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: optviewpage.ui:469
+#: cui/uiconfig/ui/optviewpage.ui:469
msgctxt "optviewpage|notebookbariconsize"
msgid "Small"
msgstr "ትንሽ"
-#: optviewpage.ui:470
+#: cui/uiconfig/ui/optviewpage.ui:470
msgctxt "optviewpage|notebookbariconsize"
msgid "Large"
msgstr "ትልቅ"
-#: optviewpage.ui:489
+#: cui/uiconfig/ui/optviewpage.ui:489
msgctxt "optviewpage|aafrom"
msgid "fro_m:"
msgstr "ከ_:"
-#: optviewpage.ui:530
+#: cui/uiconfig/ui/optviewpage.ui:529
msgctxt "optviewpage|label1"
msgid "User Interface"
msgstr "የ ተጠቃሚ ገጽታ"
-#: optviewpage.ui:567
+#: cui/uiconfig/ui/optviewpage.ui:566
msgctxt "optviewpage|label11"
msgid "Mouse _positioning:"
msgstr "የአይጥ _ቦታ:"
-#: optviewpage.ui:581
+#: cui/uiconfig/ui/optviewpage.ui:580
msgctxt "optviewpage|label12"
msgid "Middle mouse _button:"
msgstr "የ አይጥ መሀከል _ቁልፍ:"
-#: optviewpage.ui:597
+#: cui/uiconfig/ui/optviewpage.ui:596
msgctxt "optviewpage|mousepos"
msgid "Default button"
msgstr "ነባር ቁልፍ"
-#: optviewpage.ui:598
+#: cui/uiconfig/ui/optviewpage.ui:597
msgctxt "optviewpage|mousepos"
msgid "Dialog center"
msgstr "የንግግር ማእከል"
-#: optviewpage.ui:599
+#: cui/uiconfig/ui/optviewpage.ui:598
msgctxt "optviewpage|mousepos"
msgid "No automatic positioning"
msgstr "ራሱ በራሱ ቦታ አትመድብ"
-#: optviewpage.ui:614
+#: cui/uiconfig/ui/optviewpage.ui:613
msgctxt "optviewpage|mousemiddle"
msgid "No function"
msgstr "ተገባር የለም"
-#: optviewpage.ui:615
+#: cui/uiconfig/ui/optviewpage.ui:614
msgctxt "optviewpage|mousemiddle"
msgid "Automatic scrolling"
msgstr "ራሱ በራሱ መሸብለያ"
-#: optviewpage.ui:616
+#: cui/uiconfig/ui/optviewpage.ui:615
msgctxt "optviewpage|mousemiddle"
msgid "Paste clipboard"
msgstr "ቁራጭ ሰሌዳ መለጠፊያ"
-#: optviewpage.ui:632
+#: cui/uiconfig/ui/optviewpage.ui:631
msgctxt "optviewpage|label4"
msgid "Mouse"
msgstr "አይጥ"
-#: pageformatpage.ui:15
+#: cui/uiconfig/ui/pageformatpage.ui:15
msgctxt "pageformatpage|liststorePageLayout"
msgid "Right and left"
msgstr "በ ቀኝ እና በ ግራ"
-#: pageformatpage.ui:19
+#: cui/uiconfig/ui/pageformatpage.ui:19
msgctxt "pageformatpage|liststorePageLayout"
msgid "Mirrored"
msgstr "የተንፀባረቀ"
-#: pageformatpage.ui:23
+#: cui/uiconfig/ui/pageformatpage.ui:23
msgctxt "pageformatpage|liststorePageLayout"
msgid "Only right"
msgstr "በ ቀኝ ብቻ"
-#: pageformatpage.ui:27
+#: cui/uiconfig/ui/pageformatpage.ui:27
msgctxt "pageformatpage|liststorePageLayout"
msgid "Only left"
msgstr "በ ግራ ብቻ"
-#: pageformatpage.ui:72
+#: cui/uiconfig/ui/pageformatpage.ui:72
msgctxt "pageformatpage|labelFormat"
msgid "_Format:"
msgstr "_አቀራረብ:"
-#: pageformatpage.ui:96
+#: cui/uiconfig/ui/pageformatpage.ui:96
msgctxt "pageformatpage|labelWidth"
msgid "_Width:"
msgstr "_ስፋት:"
-#: pageformatpage.ui:123
+#: cui/uiconfig/ui/pageformatpage.ui:122
msgctxt "pageformatpage|labelHeight"
msgid "_Height:"
msgstr "_እርዝመት:"
-#: pageformatpage.ui:149
+#: cui/uiconfig/ui/pageformatpage.ui:147
msgctxt "pageformatpage|labelOrientation"
msgid "_Orientation:"
msgstr "_አቅጣጫ:"
-#: pageformatpage.ui:161
+#: cui/uiconfig/ui/pageformatpage.ui:159
msgctxt "pageformatpage|radiobuttonPortrait"
msgid "_Portrait"
msgstr "_ምስል"
-#: pageformatpage.ui:182
+#: cui/uiconfig/ui/pageformatpage.ui:180
msgctxt "pageformatpage|radiobuttonLandscape"
msgid "L_andscape"
msgstr "የ_መሬት አቀማመጥ"
-#: pageformatpage.ui:205
+#: cui/uiconfig/ui/pageformatpage.ui:203
msgctxt "pageformatpage|labelTextFlow"
msgid "_Text direction:"
msgstr "_የጽሁፍ አቅጣጫ:"
-#: pageformatpage.ui:266
+#: cui/uiconfig/ui/pageformatpage.ui:264
msgctxt "pageformatpage|labelPaperTray"
msgid "Paper _tray:"
msgstr "የወረቀት _ትሪ:"
-#: pageformatpage.ui:302
+#: cui/uiconfig/ui/pageformatpage.ui:300
msgctxt "pageformatpage|labelPaperFormat"
msgid "Paper Format"
msgstr "የ ወረቀት አቀራረብ"
-#: pageformatpage.ui:346
+#: cui/uiconfig/ui/pageformatpage.ui:344
msgctxt "pageformatpage|labelTopMargin"
msgid "Top:"
msgstr "ከ ላይ:"
-#: pageformatpage.ui:360
+#: cui/uiconfig/ui/pageformatpage.ui:358
msgctxt "pageformatpage|labelBottomMargin"
msgid "Bottom:"
msgstr "ከ ታች:"
-#: pageformatpage.ui:423
+#: cui/uiconfig/ui/pageformatpage.ui:417
msgctxt "pageformatpage|labelRightMargin"
msgid "Right:"
msgstr "በ ቀኝ:"
-#: pageformatpage.ui:437
+#: cui/uiconfig/ui/pageformatpage.ui:431
msgctxt "pageformatpage|labelOuter"
msgid "O_uter:"
msgstr "ው_ጪ:"
-#: pageformatpage.ui:463
+#: cui/uiconfig/ui/pageformatpage.ui:457
msgctxt "pageformatpage|labelLeftMargin"
msgid "Left:"
msgstr "በ ግራ:"
-#: pageformatpage.ui:477
+#: cui/uiconfig/ui/pageformatpage.ui:471
msgctxt "pageformatpage|labelInner"
msgid "I_nner:"
msgstr "ው_ስጥ:"
-#: pageformatpage.ui:502
+#: cui/uiconfig/ui/pageformatpage.ui:496
msgctxt "pageformatpage|labelMargins"
msgid "Margins"
msgstr "መስመሮች"
-#: pageformatpage.ui:539
+#: cui/uiconfig/ui/pageformatpage.ui:533
msgctxt "pageformatpage|labelPageLayout"
msgid "_Page layout:"
msgstr "የ _ገጽ እቅድ:"
-#: pageformatpage.ui:554
+#: cui/uiconfig/ui/pageformatpage.ui:548
msgctxt "pageformatpage|label4"
msgid "Page numbers:"
msgstr "የ ገጽ ቁጥሮች:"
-#: pageformatpage.ui:566
+#: cui/uiconfig/ui/pageformatpage.ui:560
msgctxt "pageformatpage|checkRegisterTrue"
msgid "Register-tr_ue"
msgstr "በ እው_ነት-መመዝገቢያ"
-#: pageformatpage.ui:606
+#: cui/uiconfig/ui/pageformatpage.ui:600
msgctxt "pageformatpage|labelTblAlign"
msgid "Table alignment:"
msgstr "ሰንጠረዥ ማሰለፊያ:"
-#: pageformatpage.ui:618
+#: cui/uiconfig/ui/pageformatpage.ui:612
msgctxt "pageformatpage|checkbuttonHorz"
msgid "Hori_zontal"
msgstr "በአግ_ድም"
-#: pageformatpage.ui:633
+#: cui/uiconfig/ui/pageformatpage.ui:627
msgctxt "pageformatpage|checkbuttonVert"
msgid "_Vertical"
msgstr "በ _ቁመት"
-#: pageformatpage.ui:648
+#: cui/uiconfig/ui/pageformatpage.ui:642
msgctxt "pageformatpage|checkAdaptBox"
msgid "_Fit object to paper format"
msgstr "እቃውን በ ወረቀቱ አቀራረብ _ልክ ማድረጊያ"
-#: pageformatpage.ui:679
+#: cui/uiconfig/ui/pageformatpage.ui:673
msgctxt "pageformatpage|labelRegisterStyle"
msgid "Reference _Style:"
msgstr "ማመሳከሪያ _ዘዴ:"
-#: pageformatpage.ui:721
+#: cui/uiconfig/ui/pageformatpage.ui:715
msgctxt "pageformatpage|label5"
msgid "Layout Settings"
msgstr "እቅድ ማሰናጃዎች"
-#: pageformatpage.ui:742
+#: cui/uiconfig/ui/pageformatpage.ui:736
msgctxt "pageformatpage|labelMsg"
msgid ""
"The margin settings are out of print range.\n"
@@ -9238,2293 +9292,2402 @@ msgstr ""
"\n"
"እነዚህን ማሰናጃዎች መፈጸም ይፈልጋሉ?"
-#: paragalignpage.ui:15
-#: /home/cl/vc/git/libo-core/cui/uiconfig/ui/paragalignpage.ui:19
+#: cui/uiconfig/ui/paragalignpage.ui:15 cui/uiconfig/ui/paragalignpage.ui:19
msgctxt "paragalignpage|liststoreLB_LASTLINE"
msgid "Start"
msgstr "መጀመሪያ"
-#: paragalignpage.ui:23
+#: cui/uiconfig/ui/paragalignpage.ui:23
msgctxt "paragalignpage|liststoreLB_LASTLINE"
msgid "Centered"
msgstr "መሀከል"
-#: paragalignpage.ui:27
+#: cui/uiconfig/ui/paragalignpage.ui:27
msgctxt "paragalignpage|liststoreLB_LASTLINE"
msgid "Justified"
msgstr "እኩል ማካፈያ"
-#: paragalignpage.ui:41
+#: cui/uiconfig/ui/paragalignpage.ui:41
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: paragalignpage.ui:45
+#: cui/uiconfig/ui/paragalignpage.ui:45
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Base line"
msgstr "መሰረታዊ መስመር"
-#: paragalignpage.ui:49
+#: cui/uiconfig/ui/paragalignpage.ui:49
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Top"
msgstr "ከ ላይ"
-#: paragalignpage.ui:53
+#: cui/uiconfig/ui/paragalignpage.ui:53
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Middle"
msgstr "መሀከል"
-#: paragalignpage.ui:57
+#: cui/uiconfig/ui/paragalignpage.ui:57
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Bottom"
msgstr "ከ ታች"
-#: paragalignpage.ui:85
+#: cui/uiconfig/ui/paragalignpage.ui:85
msgctxt "paragalignpage|drawingareaWN_EXAMPLE-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
-#: paragalignpage.ui:120
+#: cui/uiconfig/ui/paragalignpage.ui:120
msgctxt "paragalignpage|radioBTN_LEFTALIGN"
msgid "_Left"
msgstr "በ _ቀኝ"
-#: paragalignpage.ui:136
+#: cui/uiconfig/ui/paragalignpage.ui:136
msgctxt "paragalignpage|radioBTN_RIGHTALIGN"
msgid "_Right"
msgstr "በ _ቀኝ"
-#: paragalignpage.ui:152
+#: cui/uiconfig/ui/paragalignpage.ui:152
msgctxt "paragalignpage|radioBTN_CENTERALIGN"
msgid "_Center"
msgstr "_መሀከል"
-#: paragalignpage.ui:169
+#: cui/uiconfig/ui/paragalignpage.ui:169
msgctxt "paragalignpage|radioBTN_JUSTIFYALIGN"
msgid "_Justified"
msgstr "_እኩል ማካፈያ"
-#: paragalignpage.ui:185
+#: cui/uiconfig/ui/paragalignpage.ui:185
msgctxt "paragalignpage|checkCB_EXPAND"
msgid "_Expand single word"
msgstr "ነጠላ ቃል _ማስፊያ"
-#: paragalignpage.ui:202
+#: cui/uiconfig/ui/paragalignpage.ui:202
msgctxt "paragalignpage|checkCB_SNAP"
msgid "_Snap to text grid (if active)"
msgstr "_መቁረጫ በጽሁፍ መጋጠሚያ ላይ (ንቁ ከሆነ)"
-#: paragalignpage.ui:233
+#: cui/uiconfig/ui/paragalignpage.ui:233
msgctxt "paragalignpage|labelLB_LASTLINE"
msgid "_Last line:"
msgstr "የ _መጨረሻ መስመር:"
-#: paragalignpage.ui:277
+#: cui/uiconfig/ui/paragalignpage.ui:277
msgctxt "paragalignpage|labelST_RIGHTALIGN_ASIAN"
msgid "Righ_t/Bottom"
msgstr "በ ቀ_ኝ/ከ ታች በኩል"
-#: paragalignpage.ui:290
+#: cui/uiconfig/ui/paragalignpage.ui:290
msgctxt "paragalignpage|labelST_LEFTALIGN_ASIAN"
msgid "_Left/Top"
msgstr "በ _ግራ/ከ ላይ"
-#: paragalignpage.ui:313
+#: cui/uiconfig/ui/paragalignpage.ui:313
msgctxt "paragalignpage|label1"
msgid "Options"
msgstr "ምርጫዎች"
-#: paragalignpage.ui:347
+#: cui/uiconfig/ui/paragalignpage.ui:347
msgctxt "paragalignpage|labelFT_VERTALIGN"
msgid "_Alignment:"
msgstr "_ማሰለፊያ:"
-#: paragalignpage.ui:378
+#: cui/uiconfig/ui/paragalignpage.ui:378
msgctxt "paragalignpage|labelFL_VERTALIGN"
msgid "Text-to-text"
msgstr "ከ ጽሁፍ-ወደ-ጽሁፍ"
-#: paragalignpage.ui:412
+#: cui/uiconfig/ui/paragalignpage.ui:412
msgctxt "paragalignpage|label2"
msgid "_Text direction:"
msgstr "_የጽሁፍ አቅጣጫ:"
-#: paragalignpage.ui:444
+#: cui/uiconfig/ui/paragalignpage.ui:444
msgctxt "paragalignpage|labelFL_PROPERTIES"
msgid "Properties"
msgstr "ባህሪዎች"
-#: paraindentspacing.ui:37
+#: cui/uiconfig/ui/paraindentspacing.ui:37
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Single"
msgstr "ነጠላ"
-#: paraindentspacing.ui:41
+#: cui/uiconfig/ui/paraindentspacing.ui:41
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "1.15 Lines"
msgstr "1.15 መስመሮች"
-#: paraindentspacing.ui:45
+#: cui/uiconfig/ui/paraindentspacing.ui:45
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "1.5 Lines"
msgstr "1.5 መስመሮች"
-#: paraindentspacing.ui:49
+#: cui/uiconfig/ui/paraindentspacing.ui:49
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Double"
msgstr "ድርብ"
-#: paraindentspacing.ui:53
+#: cui/uiconfig/ui/paraindentspacing.ui:53
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Proportional"
msgstr "ተመጣጣኝ"
-#: paraindentspacing.ui:57
+#: cui/uiconfig/ui/paraindentspacing.ui:57
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "At least"
msgstr "ቢያንስ"
-#: paraindentspacing.ui:61
+#: cui/uiconfig/ui/paraindentspacing.ui:61
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Leading"
msgstr "ቀዳሚ"
-#: paraindentspacing.ui:91
+#: cui/uiconfig/ui/paraindentspacing.ui:91
msgctxt "paraindentspacing|drawingareaWN_EXAMPLE-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
-#: paraindentspacing.ui:129
+#: cui/uiconfig/ui/paraindentspacing.ui:129
msgctxt "paraindentspacing|labelFT_LEFTINDENT"
msgid "_Before text:"
msgstr "ከ ጽሁፍ _በፊት:"
-#: paraindentspacing.ui:143
+#: cui/uiconfig/ui/paraindentspacing.ui:143
msgctxt "paraindentspacing|labelFT_RIGHTINDENT"
msgid "After _text:"
msgstr "ከ _ጽሁፍ በኋላ:"
-#: paraindentspacing.ui:157
+#: cui/uiconfig/ui/paraindentspacing.ui:157
msgctxt "paraindentspacing|labelFT_FLINEINDENT"
msgid "_First line:"
msgstr "_መጀመሪያ መስመር:"
-#: paraindentspacing.ui:169
+#: cui/uiconfig/ui/paraindentspacing.ui:169
msgctxt "paraindentspacing|checkCB_AUTO"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
-#: paraindentspacing.ui:221
+#: cui/uiconfig/ui/paraindentspacing.ui:218
msgctxt "paraindentspacing|labelST_LINEDIST_ABS"
msgid "Fixed"
msgstr "የተወሰነ"
-#: paraindentspacing.ui:236
+#: cui/uiconfig/ui/paraindentspacing.ui:233
msgctxt "paraindentspacing|label1"
msgid "Indent"
msgstr "ማስረጊያ"
-#: paraindentspacing.ui:276
+#: cui/uiconfig/ui/paraindentspacing.ui:273
msgctxt "paraindentspacing|labelFT_TOPDIST"
msgid "Ab_ove paragraph:"
msgstr "ከ አንቀጽ _በላይ:"
-#: paraindentspacing.ui:290
+#: cui/uiconfig/ui/paraindentspacing.ui:287
msgctxt "paraindentspacing|labelFT_BOTTOMDIST"
msgid "Below _paragraph:"
msgstr "ከ _አንቀጽ በ ታች:"
-#: paraindentspacing.ui:333
+#: cui/uiconfig/ui/paraindentspacing.ui:328
msgctxt "paraindentspacing|checkCB_CONTEXTUALSPACING"
msgid "Don't add space between paragraphs of the same style"
msgstr "በተመሳሳይ አንቀጽ ዘዴዎች መከከል ክፍተት አትጨምር"
-#: paraindentspacing.ui:354
+#: cui/uiconfig/ui/paraindentspacing.ui:350
msgctxt "paraindentspacing|labelFL_VERTALIGN"
msgid "Spacing"
msgstr "ክፍተት"
-#: paraindentspacing.ui:404
+#: cui/uiconfig/ui/paraindentspacing.ui:400
msgctxt "paraindentspacing|labelFT_LINEDIST"
msgid "of"
msgstr "ከ"
-#: paraindentspacing.ui:464
+#: cui/uiconfig/ui/paraindentspacing.ui:458
msgctxt "paraindentspacing|labelFL_PROPERTIES"
msgid "Line Spacing"
msgstr "የ መስመር ክፍተት"
-#: paraindentspacing.ui:489
+#: cui/uiconfig/ui/paraindentspacing.ui:483
msgctxt "paraindentspacing|checkCB_REGISTER"
msgid "A_ctivate"
msgstr "ማ_ስነሻ"
-#: paraindentspacing.ui:503
+#: cui/uiconfig/ui/paraindentspacing.ui:497
msgctxt "paraindentspacing|label3"
msgid "Register-true"
msgstr "በ እውነት-መመዝገቢያ"
-#: paratabspage.ui:49
+#: cui/uiconfig/ui/paratabspage.ui:49
msgctxt "paratabspage|label1"
msgid "Position"
msgstr "ቦታ"
-#: paratabspage.ui:84
+#: cui/uiconfig/ui/paratabspage.ui:84
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_DECIMAL"
msgid "Deci_mal"
msgstr "ዴሲ_ማል"
-#: paratabspage.ui:157
+#: cui/uiconfig/ui/paratabspage.ui:156
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_LEFT"
msgid "_Left"
msgstr "በ _ግራ"
-#: paratabspage.ui:174
+#: cui/uiconfig/ui/paratabspage.ui:173
msgctxt "paratabspage|radiobuttonST_LEFTTAB_ASIAN"
msgid "_Left/Top"
msgstr "በ _ግራ/ከ ላይ"
-#: paratabspage.ui:201
+#: cui/uiconfig/ui/paratabspage.ui:200
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_RIGHT"
msgid "Righ_t"
msgstr "በ ቀ_ኝ"
-#: paratabspage.ui:217
+#: cui/uiconfig/ui/paratabspage.ui:216
msgctxt "paratabspage|radiobuttonST_RIGHTTAB_ASIAN"
msgid "Righ_t/Bottom"
msgstr "በ ቀ_ኝ/ከ ታች በኩል"
-#: paratabspage.ui:239
+#: cui/uiconfig/ui/paratabspage.ui:238
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_CENTER"
msgid "C_entered"
msgstr "መ_ሀከል"
-#: paratabspage.ui:263
+#: cui/uiconfig/ui/paratabspage.ui:262
msgctxt "paratabspage|labelFT_TABTYPE_DECCHAR"
msgid "_Character"
msgstr "_ባህሪ"
-#: paratabspage.ui:283
+#: cui/uiconfig/ui/paratabspage.ui:282
msgctxt "paratabspage|label2"
msgid "Type"
msgstr "አይነት"
-#: paratabspage.ui:317
+#: cui/uiconfig/ui/paratabspage.ui:316
msgctxt "paratabspage|radiobuttonBTN_FILLCHAR_NO"
msgid "N_one"
msgstr "ም_ንም"
-#: paratabspage.ui:385
+#: cui/uiconfig/ui/paratabspage.ui:384
msgctxt "paratabspage|radiobuttonBTN_FILLCHAR_OTHER"
msgid "C_haracter"
msgstr "ባ_ህሪ"
-#: paratabspage.ui:425
+#: cui/uiconfig/ui/paratabspage.ui:423
msgctxt "paratabspage|label3"
msgid "Fill Character"
msgstr "ባህሪ መሙያ"
-#: paratabspage.ui:463
+#: cui/uiconfig/ui/paratabspage.ui:461
msgctxt "paratabspage|buttonBTN_DELALL"
msgid "Delete _all"
msgstr "_ሁሉንም ማጥፊያ"
-#: paratabspage.ui:492
+#: cui/uiconfig/ui/paratabspage.ui:490
msgctxt "paratabspage|label4"
msgid "points"
msgstr "ነጥቦች"
-#: paratabspage.ui:505
+#: cui/uiconfig/ui/paratabspage.ui:503
msgctxt "paratabspage|label5"
msgid "dashes"
msgstr "ዳሾች"
-#: paratabspage.ui:518
+#: cui/uiconfig/ui/paratabspage.ui:516
msgctxt "paratabspage|label6"
msgid "underscores"
msgstr "ከ ስሩ ማስመሪያ"
-#: password.ui:8
+#: cui/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Set Password"
msgstr "የ መግቢያ ቃል ማሰናጃ"
-#: password.ui:90
+#: cui/uiconfig/ui/password.ui:92
msgctxt "password|label5"
msgid "Confirm password"
msgstr "የ መግቢያ ቃሉን ያረጋግጡ"
-#: password.ui:106
+#: cui/uiconfig/ui/password.ui:106
msgctxt "password|label4"
msgid "_Enter password to open"
msgstr "ለመክፈት የ መግቢያ ቃል _ያስገቡ"
-#: password.ui:150
+#: cui/uiconfig/ui/password.ui:149
msgctxt "password|label1"
msgid "Note: After a password has been set, the document will only open with the password. Should you lose the password, there will be no way to recover the document. Please also note that this password is case-sensitive."
msgstr "ማስጠንቀቂያ: ለ ሰነዱ የ መግቢያ ቃል ከተሰናዳ በኋላ ሰነዱ የሚከፈተው በ መግቢያ ቅሉ ብቻ ነው: ዋናውን የመግቢያ ቃሉን ከረሱት በመግቢያ ቃል ይጠበቅ የነበረ ማንኛውንም መረጃ ጋር መድረስ አይችሉም: የ መግቢያ ቃል ፊደል መመጠኛ ነው"
-#: password.ui:185
+#: cui/uiconfig/ui/password.ui:183
msgctxt "password|readonly"
msgid "Open file read-only"
msgstr "ፋይል ለ ንባብ-ብቻ መክፈቻ"
-#: password.ui:204
+#: cui/uiconfig/ui/password.ui:200
msgctxt "password|label7"
msgid "Enter password to allow editing"
msgstr "ለ ማረም እንዲችሉ የ መግቢያ ቃል ያስገቡ"
-#: password.ui:234
+#: cui/uiconfig/ui/password.ui:228
msgctxt "password|label8"
msgid "Confirm password"
msgstr "የ መግቢያ ቃል ማረጋገጫ"
-#: password.ui:267
+#: cui/uiconfig/ui/password.ui:260
msgctxt "password|label6"
msgid "File Sharing Password"
msgstr "የ ፋይል ማካፈያ የ መግቢያ ቃል"
-#: password.ui:279
+#: cui/uiconfig/ui/password.ui:272
msgctxt "password|label3"
msgid "_Options"
msgstr "_ምርጫዎች"
-#: password.ui:299
+#: cui/uiconfig/ui/password.ui:290
msgctxt "password|label2"
msgid "File Encryption Password"
msgstr "የ ፋይል መመስጠሪያ የ መግቢያ ቃል"
-#: pastespecial.ui:7
+#: cui/uiconfig/ui/pastespecial.ui:16
msgctxt "pastespecial|PasteSpecialDialog"
msgid "Paste Special"
msgstr "የ ተለየ መለጠፊያ"
-#: pastespecial.ui:87
+#: cui/uiconfig/ui/pastespecial.ui:100
msgctxt "pastespecial|label2"
msgid "Source:"
msgstr "ምንጭ:"
-#: pastespecial.ui:157
+#: cui/uiconfig/ui/pastespecial.ui:184
msgctxt "pastespecial|label1"
msgid "Selection"
msgstr "የተመረጠው"
-#: patterntabpage.ui:65
+#: cui/uiconfig/ui/patterntabpage.ui:65
msgctxt "patterntabpage|BTN_MODIFY"
msgid "_Modify"
msgstr "_ማሻሻያ"
-#: patterntabpage.ui:92
+#: cui/uiconfig/ui/patterntabpage.ui:92
msgctxt "patterntabpage|label3"
msgid "Pattern"
msgstr "ንድፍ"
-#: patterntabpage.ui:135
+#: cui/uiconfig/ui/patterntabpage.ui:135
msgctxt "patterntabpage|label4"
msgid "Pattern Editor:"
msgstr "ንድፍ ማረሚያ:"
-#: patterntabpage.ui:151
+#: cui/uiconfig/ui/patterntabpage.ui:151
msgctxt "patterntabpage|CTL_PIXEL-atkobject"
msgid "Pattern Editor"
msgstr "ንድፍ ማረሚያ"
-#: patterntabpage.ui:179
+#: cui/uiconfig/ui/patterntabpage.ui:179
msgctxt "patterntabpage|label5"
msgid "Foreground Color:"
msgstr "የ ፊት ለ ፊት ቀለም:"
-#: patterntabpage.ui:217
+#: cui/uiconfig/ui/patterntabpage.ui:217
msgctxt "patterntabpage|label6"
msgid "Background Color:"
msgstr "የ መደብ ቀለም:"
-#: patterntabpage.ui:252
+#: cui/uiconfig/ui/patterntabpage.ui:252
msgctxt "patterntabpage|label1"
msgid "Options"
msgstr "ምርጫዎች"
-#: patterntabpage.ui:295
+#: cui/uiconfig/ui/patterntabpage.ui:295
msgctxt "patterntabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
-#: patterntabpage.ui:313
+#: cui/uiconfig/ui/patterntabpage.ui:313
msgctxt "patterntabpage|label2"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: percentdialog.ui:13
+#: cui/uiconfig/ui/percentdialog.ui:14
msgctxt "percentdialog|PercentDialog"
msgid "Combine"
msgstr "መቀላቀያ"
-#: percentdialog.ui:94
+#: cui/uiconfig/ui/percentdialog.ui:98
msgctxt "percentdialog|label1"
msgid "Minimum Size"
msgstr "አነስተኛ መጠን"
-#: personalization_tab.ui:31
+#: cui/uiconfig/ui/personalization_tab.ui:31
msgctxt "personalization_tab|no_persona"
msgid "Default look, do not use Themes"
msgstr "መደበኛ መመልከቻ: ገጽታዎችን አይጠቀሙ"
-#: personalization_tab.ui:47
+#: cui/uiconfig/ui/personalization_tab.ui:48
msgctxt "personalization_tab|default_persona"
msgid "Pre-installed Theme (if available)"
msgstr "በቅድሚያ-የተገጠመ ገጽታ (ከነበረ)"
-#: personalization_tab.ui:119
+#: cui/uiconfig/ui/personalization_tab.ui:121
msgctxt "personalization_tab|own_persona"
msgid "Own Theme"
msgstr "የራስ ገጽታ"
-#: personalization_tab.ui:146
+#: cui/uiconfig/ui/personalization_tab.ui:149
msgctxt "personalization_tab|select_persona"
msgid "Select Theme"
msgstr "ገጽታ ይምረጡ"
-#: personalization_tab.ui:168
+#: cui/uiconfig/ui/personalization_tab.ui:171
msgctxt "personalization_tab|extensions_label"
msgid "Or, select from the Themes installed via extensions:"
msgstr "ወይንም ይምረጡ በ ተጨማሪዎች ከ ተገጠሙት ገጽታዎች ውስጥ:"
-#: personalization_tab.ui:220
+#: cui/uiconfig/ui/personalization_tab.ui:223
msgctxt "personalization_tab|personas_label"
msgid "Firefox Themes"
msgstr "የ ፋየርፎክስ ገጽታዎች"
-#: pickbulletpage.ui:34
+#: cui/uiconfig/ui/pickbulletpage.ui:34
msgctxt "pickbulletpage|label25"
msgid "Selection"
msgstr "የተመረጠው"
-#: pickgraphicpage.ui:45
+#: cui/uiconfig/ui/pickgraphicpage.ui:45
msgctxt "pickgraphicpage|errorft"
msgid "The Gallery theme 'Bullets' is empty (no images)."
msgstr "የ አዳራሽ ገጽታ 'ነጥቦች' ባዶ ነው (ምንም ንድፍ የለም)"
-#: pickgraphicpage.ui:57
+#: cui/uiconfig/ui/pickgraphicpage.ui:57
msgctxt "pickgraphicpage|browseBtn"
msgid "Add and Resize"
msgstr "መጨመሪያ እና እንደገና መመጠኛ"
-#: pickgraphicpage.ui:75
+#: cui/uiconfig/ui/pickgraphicpage.ui:75
msgctxt "pickgraphicpage|label25"
msgid "Selection"
msgstr "የተመረጠው"
-#: picknumberingpage.ui:34
+#: cui/uiconfig/ui/picknumberingpage.ui:34
msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "የተመረጠው"
-#: pickoutlinepage.ui:34
+#: cui/uiconfig/ui/pickoutlinepage.ui:34
msgctxt "pickoutlinepage|label25"
msgid "Selection"
msgstr "የተመረጠው"
-#: positionpage.ui:57
+#: cui/uiconfig/ui/positionpage.ui:57
msgctxt "positionpage|superscript"
msgid "Superscript"
msgstr "በትንንሹ ከፍ ብሎ መጻፊያ"
-#: positionpage.ui:73
+#: cui/uiconfig/ui/positionpage.ui:74
msgctxt "positionpage|normal"
msgid "Normal"
msgstr "መደበኛ"
-#: positionpage.ui:89
+#: cui/uiconfig/ui/positionpage.ui:91
msgctxt "positionpage|subscript"
msgid "Subscript"
msgstr "በትንንሹ ዝቅ ብሎ መጻፊያ"
-#: positionpage.ui:121
+#: cui/uiconfig/ui/positionpage.ui:124
msgctxt "positionpage|raiselower"
msgid "Raise/lower by"
msgstr "ማሳደጊያ/ማሳነሻ በ"
-#: positionpage.ui:157
+#: cui/uiconfig/ui/positionpage.ui:158
msgctxt "positionpage|automatic"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: positionpage.ui:173
+#: cui/uiconfig/ui/positionpage.ui:175
msgctxt "positionpage|relativefontsize"
msgid "Relative font size"
msgstr "የ ፊደል መጠን ማነጻጸሪያ"
-#: positionpage.ui:201
+#: cui/uiconfig/ui/positionpage.ui:203
msgctxt "positionpage|label20"
msgid "Position"
msgstr "ቦታ"
-#: positionpage.ui:239
+#: cui/uiconfig/ui/positionpage.ui:241
msgctxt "positionpage|0deg"
msgid "0 degrees"
msgstr "0 ዲግሪዎች"
-#: positionpage.ui:255
+#: cui/uiconfig/ui/positionpage.ui:258
msgctxt "positionpage|90deg"
msgid "90 degrees"
msgstr "90 ዲግሪዎች"
-#: positionpage.ui:271
+#: cui/uiconfig/ui/positionpage.ui:275
msgctxt "positionpage|270deg"
msgid "270 degrees"
msgstr "270 ዲግሪዎች"
-#: positionpage.ui:287
+#: cui/uiconfig/ui/positionpage.ui:292
msgctxt "positionpage|fittoline"
msgid "Fit to line"
msgstr "በ መስመሩ ልክ"
-#: positionpage.ui:316
+#: cui/uiconfig/ui/positionpage.ui:322
msgctxt "positionpage|label24"
msgid "Scale width"
msgstr "ስፋት መመጠኛ"
-#: positionpage.ui:359
+#: cui/uiconfig/ui/positionpage.ui:364
msgctxt "positionpage|rotateandscale"
msgid "Rotation / Scaling"
msgstr "ማሽከርከሪያ / መመጠኛ"
-#: positionpage.ui:375
+#: cui/uiconfig/ui/positionpage.ui:380
msgctxt "positionpage|scale"
msgid "Scaling"
msgstr "መመ_ጠኛ"
-#: positionpage.ui:428
+#: cui/uiconfig/ui/positionpage.ui:432
msgctxt "positionpage|pairkerning"
msgid "Pair kerning"
msgstr "ጥንድ ክፍተት"
-#: positionpage.ui:449
+#: cui/uiconfig/ui/positionpage.ui:454
msgctxt "positionpage|label22"
msgid "Spacing"
msgstr "ክፍተት"
-#: positionpage.ui:478
+#: cui/uiconfig/ui/positionpage.ui:483
msgctxt "positionpage|preview-atkobject"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: positionsizedialog.ui:8
+#: cui/uiconfig/ui/positionsizedialog.ui:8
msgctxt "positionsizedialog|PositionAndSizeDialog"
msgid "Position and Size"
msgstr "ቦታ እና መጠን"
-#: positionsizedialog.ui:107
+#: cui/uiconfig/ui/positionsizedialog.ui:107
msgctxt "positionsizedialog|RID_SVXPAGE_POSITION_SIZE"
msgid "Position and Size"
msgstr "ቦታ እና መጠን"
-#: positionsizedialog.ui:129
+#: cui/uiconfig/ui/positionsizedialog.ui:129
msgctxt "positionsizedialog|RID_SVXPAGE_SWPOSSIZE"
msgid "Position and Size"
msgstr "ቦታ እና መጠን"
-#: positionsizedialog.ui:152
+#: cui/uiconfig/ui/positionsizedialog.ui:152
msgctxt "positionsizedialog|RID_SVXPAGE_ANGLE"
msgid "Rotation"
msgstr "ማዞሪያ"
-#: positionsizedialog.ui:175
+#: cui/uiconfig/ui/positionsizedialog.ui:175
msgctxt "positionsizedialog|RID_SVXPAGE_SLANT"
msgid "Slant & Corner Radius"
msgstr "ማዘንበያ & የ ጠርዝ Radius"
-#: possizetabpage.ui:40
+#: cui/uiconfig/ui/possizetabpage.ui:40
msgctxt "possizetabpage|FT_POS_X"
msgid "Position _X:"
msgstr "ቦታ የ _X:"
-#: possizetabpage.ui:56
+#: cui/uiconfig/ui/possizetabpage.ui:56
msgctxt "possizetabpage|FT_POS_Y"
msgid "Position _Y:"
msgstr "ቦታ የ _Y:"
-#: possizetabpage.ui:112
+#: cui/uiconfig/ui/possizetabpage.ui:110
msgctxt "possizetabpage|FT_POSREFERENCE"
msgid "_Base point:"
msgstr "_መሰረታዊ ነጥብ:"
-#: possizetabpage.ui:150
+#: cui/uiconfig/ui/possizetabpage.ui:148
msgctxt "possizetabpage|label1"
msgid "Position"
msgstr "ቦታ"
-#: possizetabpage.ui:192
+#: cui/uiconfig/ui/possizetabpage.ui:190
msgctxt "possizetabpage|FT_WIDTH"
msgid "Wi_dth:"
msgstr "ስፋ_ት:"
-#: possizetabpage.ui:208
+#: cui/uiconfig/ui/possizetabpage.ui:206
msgctxt "possizetabpage|FT_HEIGHT"
msgid "H_eight:"
msgstr "እ_ርዝመት:"
-#: possizetabpage.ui:251
+#: cui/uiconfig/ui/possizetabpage.ui:247
msgctxt "possizetabpage|CBX_SCALE"
msgid "_Keep ratio"
msgstr "_መጠን መጠበቂያ"
-#: possizetabpage.ui:283
+#: cui/uiconfig/ui/possizetabpage.ui:279
msgctxt "possizetabpage|FT_SIZEREFERENCE"
msgid "Base _point:"
msgstr "መሰረታዊ _ነጥብ:"
-#: possizetabpage.ui:321
+#: cui/uiconfig/ui/possizetabpage.ui:317
msgctxt "possizetabpage|label2"
msgid "Size"
msgstr "መጠን"
-#: possizetabpage.ui:360
+#: cui/uiconfig/ui/possizetabpage.ui:356
msgctxt "possizetabpage|TSB_POSPROTECT"
msgid "Positio_n"
msgstr "ቦ_ታ"
-#: possizetabpage.ui:377
+#: cui/uiconfig/ui/possizetabpage.ui:373
msgctxt "possizetabpage|TSB_SIZEPROTECT"
msgid "_Size"
msgstr "_መጠን"
-#: possizetabpage.ui:401
+#: cui/uiconfig/ui/possizetabpage.ui:397
msgctxt "possizetabpage|label3"
msgid "Protect"
msgstr "መጠበቂያ"
-#: possizetabpage.ui:434
+#: cui/uiconfig/ui/possizetabpage.ui:430
msgctxt "possizetabpage|TSB_AUTOGROW_WIDTH"
msgid "_Fit width to text"
msgstr "ጽሁፉ በ ስፋቱ _ልክ"
-#: possizetabpage.ui:451
+#: cui/uiconfig/ui/possizetabpage.ui:447
msgctxt "possizetabpage|TSB_AUTOGROW_HEIGHT"
msgid "Fit _height to text"
msgstr "ጽሁፉ በ _እርዝመቱ ልክ"
-#: possizetabpage.ui:475
+#: cui/uiconfig/ui/possizetabpage.ui:471
msgctxt "possizetabpage|label4"
msgid "Adapt"
msgstr "ማስማሚያ"
-#: posterdialog.ui:16
+#: cui/uiconfig/ui/posterdialog.ui:16
msgctxt "posterdialog|PosterDialog"
msgid "Posterize"
msgstr "ቀለም መቀነሻ"
-#: posterdialog.ui:136
+#: cui/uiconfig/ui/posterdialog.ui:136
msgctxt "posterdialog|label2"
msgid "Poster colors:"
msgstr "የ ፖስተር ቀለሞች:"
-#: posterdialog.ui:159
+#: cui/uiconfig/ui/posterdialog.ui:159
msgctxt "posterdialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
-#: querychangelineenddialog.ui:8
+#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
msgid "Save Arrowhead?"
msgstr "የ ቀስቱን ራስጌ ላስቀምጠው?"
-#: querychangelineenddialog.ui:14
+#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
msgid "The arrowhead was modified without saving."
msgstr "የ ቀስት ራስ ተሻሽሏል ነገር ግን አልተቀመጠም"
-#: querychangelineenddialog.ui:15
+#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
msgid "Would you like to save the arrowhead now?"
msgstr "የ ቀስቱን ራስ አሁን ማስቀመጥ ይፈልጋሉ?"
-#: querydeletebitmapdialog.ui:8
+#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
msgctxt "querydeletebitmapdialog|AskDelBitmapDialog"
msgid "Delete Bitmap?"
msgstr "Bitmap ን ላጥፋው?"
-#: querydeletebitmapdialog.ui:14
+#: cui/uiconfig/ui/querydeletebitmapdialog.ui:14
msgctxt "querydeletebitmapdialog|AskDelBitmapDialog"
msgid "Are you sure you want to delete the bitmap?"
msgstr "በእርግጥ bitmap ን ማጥፋት ይፈልጋሉ?"
-#: querydeletechartcolordialog.ui:8
+#: cui/uiconfig/ui/querydeletechartcolordialog.ui:7
msgctxt "querydeletechartcolordialog|QueryDeleteChartColorDialog"
msgid "Delete Color?"
msgstr "ቀለሙን ላጥፋው?"
-#: querydeletechartcolordialog.ui:14
+#: cui/uiconfig/ui/querydeletechartcolordialog.ui:14
msgctxt "querydeletechartcolordialog|QueryDeleteChartColorDialog"
msgid "Do you really want to delete the chart color?"
msgstr "በ እርግጥ የ ቻርት ቀለም ማጥፋት ይፈለጋሉ?"
-#: querydeletechartcolordialog.ui:15
+#: cui/uiconfig/ui/querydeletechartcolordialog.ui:15
msgctxt "querydeletechartcolordialog|QueryDeleteChartColorDialog"
msgid "This action cannot be undone."
msgstr "ይህን ተግባር መተው አይቻልም"
-#: querydeletecolordialog.ui:7
+#: cui/uiconfig/ui/querydeletecolordialog.ui:6
msgctxt "querydeletecolordialog|AskDelColorDialog"
msgid "Delete color?"
msgstr "ቀለሙን ላጥፋው?"
-#: querydeletecolordialog.ui:13
+#: cui/uiconfig/ui/querydeletecolordialog.ui:13
msgctxt "querydeletecolordialog|AskDelColorDialog"
msgid "Do you want to delete the color?"
msgstr "ቀለሙን ማጥፋት ይፈለጋሉ?"
-#: querydeletedictionarydialog.ui:8
+#: cui/uiconfig/ui/querydeletedictionarydialog.ui:7
msgctxt "querydeletedictionarydialog|QueryDeleteDictionaryDialog"
msgid "Delete Dictionary?"
msgstr "መዝገበ ቃላቱን ማጥፋት ይፈለጋሉ?"
-#: querydeletedictionarydialog.ui:14
+#: cui/uiconfig/ui/querydeletedictionarydialog.ui:14
msgctxt "querydeletedictionarydialog|QueryDeleteDictionaryDialog"
msgid "Do you really want to delete the dictionary?"
msgstr "በእርግጥ መዝገበ ቃላቱን ማጥፋት ይፈለጋሉ?"
-#: querydeletedictionarydialog.ui:15
+#: cui/uiconfig/ui/querydeletedictionarydialog.ui:15
msgctxt "querydeletedictionarydialog|QueryDeleteDictionaryDialog"
msgid "This action cannot be undone."
msgstr "ይህን ተግባር መተው አይቻልም"
-#: querydeletegradientdialog.ui:8
+#: cui/uiconfig/ui/querydeletegradientdialog.ui:7
msgctxt "querydeletegradientdialog|AskDelGradientDialog"
msgid "Delete gradient?"
msgstr "gradient ን ላጥፋው?"
-#: querydeletegradientdialog.ui:14
+#: cui/uiconfig/ui/querydeletegradientdialog.ui:14
msgctxt "querydeletegradientdialog|AskDelGradientDialog"
msgid "Do you want to delete the gradient?"
msgstr "በእርግጥ gradient ማጥፋት ይፈለጋሉ?"
-#: querydeletehatchdialog.ui:8
+#: cui/uiconfig/ui/querydeletehatchdialog.ui:7
msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Delete Hatching?"
msgstr "በርካታ መስመር ላጥፋ?"
-#: querydeletehatchdialog.ui:14
+#: cui/uiconfig/ui/querydeletehatchdialog.ui:14
msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr "በ እርግጥ በርካታ መስመር ማጥፋት ይፈለጋሉ?"
-#: querydeletelineenddialog.ui:8
+#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
msgid "Delete Arrowhead?"
msgstr "የ ቀስቱን ራስ ላጥፋ?"
-#: querydeletelineenddialog.ui:14
+#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
msgid "Do you really want to delete the arrowhead?"
msgstr "በ እርግጥ የ ቀስት ራስጌዎችን ማጥፋት ይፈልጋሉ?"
-#: querydeletelineenddialog.ui:15
+#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
msgid "This action cannot be undone."
msgstr "ይህን ተግባር መተው አይቻልም"
-#: querydeletelinestyledialog.ui:8
+#: cui/uiconfig/ui/querydeletelinestyledialog.ui:7
msgctxt "querydeletelinestyledialog|AskDelLineStyleDialog"
msgid "Delete Line Style?"
msgstr "የ መስመር ዘዴዎችን ላጥፋው?"
-#: querydeletelinestyledialog.ui:14
+#: cui/uiconfig/ui/querydeletelinestyledialog.ui:14
msgctxt "querydeletelinestyledialog|AskDelLineStyleDialog"
msgid "Do you want to delete the line style?"
msgstr "በእርግጥየመስመር ዘዴዎችን ማጥፋት ይፈልጋሉ?"
-#: queryduplicatedialog.ui:8
+#: cui/uiconfig/ui/queryduplicatedialog.ui:7
msgctxt "queryduplicatedialog|DuplicateNameDialog"
msgid "Duplicate Name"
msgstr "የተደገመ ስም"
-#: queryduplicatedialog.ui:14
+#: cui/uiconfig/ui/queryduplicatedialog.ui:14
msgctxt "queryduplicatedialog|DuplicateNameDialog"
msgid "The name you have entered already exists."
msgstr "ያስገቡት ስም ቀደም ሲል ነበር"
-#: queryduplicatedialog.ui:15
+#: cui/uiconfig/ui/queryduplicatedialog.ui:15
msgctxt "queryduplicatedialog|DuplicateNameDialog"
msgid "Please choose another name."
msgstr "እባክዎን ሌላ ስም ይምረጡ"
-#: querynoloadedfiledialog.ui:8
+#: cui/uiconfig/ui/querynoloadedfiledialog.ui:7
msgctxt "querynoloadedfiledialog|NoLoadedFileDialog"
msgid "No Loaded File"
msgstr "የተጫነ ፋይል የለም"
-#: querynoloadedfiledialog.ui:14
+#: cui/uiconfig/ui/querynoloadedfiledialog.ui:14
msgctxt "querynoloadedfiledialog|NoLoadedFileDialog"
msgid "The file could not be loaded!"
msgstr "ፋይሉን መጫን አልተቻለም!"
-#: querynosavefiledialog.ui:8
+#: cui/uiconfig/ui/querynosavefiledialog.ui:7
msgctxt "querynosavefiledialog|NoSaveFileDialog"
msgid "No Saved File"
msgstr "የተቀመጠ ፋይል የለም"
-#: querynosavefiledialog.ui:14
+#: cui/uiconfig/ui/querynosavefiledialog.ui:14
msgctxt "querynosavefiledialog|NoSaveFileDialog"
msgid "The file could not be saved!"
msgstr "ፋይሉን ማስቀመጥ አልተቻለም!"
-#: querysavelistdialog.ui:8
+#: cui/uiconfig/ui/querysavelistdialog.ui:7
msgctxt "querysavelistdialog|AskSaveList"
msgid "Save List?"
msgstr "ዝርዝሩን ላስቀምጠው?"
-#: querysavelistdialog.ui:14
+#: cui/uiconfig/ui/querysavelistdialog.ui:14
msgctxt "querysavelistdialog|AskSaveList"
msgid "The list was modified without saving."
msgstr "ዝርዝሩ ተሻሽሏል ነገር ግን አልተቀመጠም"
-#: querysavelistdialog.ui:15
+#: cui/uiconfig/ui/querysavelistdialog.ui:15
msgctxt "querysavelistdialog|AskSaveList"
msgid "Would you like to save the list now?"
msgstr "ዝርዝሩን አሁን ማስቀመጥ ይፈልጋሉ?"
-#: queryupdategalleryfilelistdialog.ui:8
+#: cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui:7
msgctxt "queryupdategalleryfilelistdialog|QueryUpdateFileListDialog"
msgid "Update File List?"
msgstr "የ ፋይል ዝርዝር ላሻሻል?"
-#: queryupdategalleryfilelistdialog.ui:14
+#: cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui:14
msgctxt "queryupdategalleryfilelistdialog|QueryUpdateFileListDialog"
msgid "Do you want to update the file list?"
msgstr "የ ፋይሉን ዝርዝር ማሻሻል ይፈልጋሉ?"
-#: recordnumberdialog.ui:7
+#: cui/uiconfig/ui/recordnumberdialog.ui:7
msgctxt "recordnumberdialog|RecordNumberDialog"
msgid "Record Number"
msgstr "ከፍተኛ ቁጥር"
-#: recordnumberdialog.ui:25
+#: cui/uiconfig/ui/recordnumberdialog.ui:25
msgctxt "recordnumberdialog|label2"
msgid "go to record"
msgstr "ወደ መዝገቡ መሄጃ"
-#: rotationtabpage.ui:52
+#: cui/uiconfig/ui/rotationtabpage.ui:52
msgctxt "rotationtabpage|FT_POS_X"
msgid "Position _X:"
msgstr "ቦታ የ _X:"
-#: rotationtabpage.ui:66
+#: cui/uiconfig/ui/rotationtabpage.ui:66
msgctxt "rotationtabpage|FT_POS_Y"
msgid "Position _Y:"
msgstr "ቦታ የ _Y:"
-#: rotationtabpage.ui:118
+#: cui/uiconfig/ui/rotationtabpage.ui:116
msgctxt "rotationtabpage|FT_POSPRESETS"
msgid "_Default settings:"
msgstr "_ነባር ማሰናጃዎች:"
-#: rotationtabpage.ui:132
+#: cui/uiconfig/ui/rotationtabpage.ui:130
msgctxt "rotationtabpage|CTL_RECT|tooltip_text"
msgid "Rotation point"
msgstr "ማዞሪያ ነጥብ"
-#: rotationtabpage.ui:157
+#: cui/uiconfig/ui/rotationtabpage.ui:155
msgctxt "rotationtabpage|label1"
msgid "Pivot Point"
msgstr "የ ፒቮት ነጥብ"
-#: rotationtabpage.ui:199
+#: cui/uiconfig/ui/rotationtabpage.ui:197
msgctxt "rotationtabpage|FT_ANGLE"
msgid "_Angle:"
msgstr "_አንግል:"
-#: rotationtabpage.ui:241
+#: cui/uiconfig/ui/rotationtabpage.ui:238
msgctxt "rotationtabpage|FT_ANGLEPRESETS"
msgid "Default _settings:"
msgstr "ነባር _ማሰናጃዎች:"
-#: rotationtabpage.ui:255
+#: cui/uiconfig/ui/rotationtabpage.ui:252
msgctxt "rotationtabpage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr "ማዞሪያ አንግል"
-#: rotationtabpage.ui:280
+#: cui/uiconfig/ui/rotationtabpage.ui:277
msgctxt "rotationtabpage|label2"
msgid "Rotation Angle"
msgstr "ማዞሪያ አንግል"
-#: screenshotannotationdialog.ui:8
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:8
msgctxt "screenshotannotationdialog|ScreenshotAnnotationDialog"
msgid "Interactive Screenshot Annotation"
msgstr "የ መመልከቻ ፎቶ መግለጫ አንዱ በ አንዱ ላይ"
-#: screenshotannotationdialog.ui:39
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:39
msgctxt "screenshotannotationdialog|save"
msgid "Save Screenshot..."
msgstr "ማስቀመጫ የ መመልከቻ ፎቶ እንደ..."
-#: screenshotannotationdialog.ui:67
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:67
msgctxt "screenshotannotationdialog|label2"
msgid "Click the widgets to add annotation:"
msgstr "ይጫኑ ዊጄቱን እንቅስቃሴ ለ መጨመር:"
-#: screenshotannotationdialog.ui:93
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:93
msgctxt "screenshotannotationdialog|label1"
msgid "Paste the following markup into the help file:"
msgstr "ወደ እርዳታ ፋይል ውስጥ የሚቀጥለውን ጭማሪ መለጠፊያ:"
-#: scriptorganizer.ui:7
+#: cui/uiconfig/ui/scriptorganizer.ui:7
msgctxt "scriptorganizer|ScriptOrganizerDialog"
msgid "%MACROLANG Macros"
msgstr "%MACROLANG ማክሮስ"
-#: scriptorganizer.ui:20
+#: cui/uiconfig/ui/scriptorganizer.ui:20
msgctxt "scriptorganizer|run"
msgid "Run"
msgstr "ማስኬጃ"
-#: scriptorganizer.ui:49
+#: cui/uiconfig/ui/scriptorganizer.ui:49
msgctxt "scriptorganizer|create"
msgid "Create..."
msgstr "መፍጠሪያ..."
-#: scriptorganizer.ui:79
+#: cui/uiconfig/ui/scriptorganizer.ui:79
msgctxt "scriptorganizer|rename"
msgid "Rename..."
msgstr "እንደገና መሰየሚያ..."
-#: scriptorganizer.ui:93
+#: cui/uiconfig/ui/scriptorganizer.ui:93
msgctxt "scriptorganizer|delete"
msgid "Delete..."
msgstr "ማጥፊያ..."
-#: scriptorganizer.ui:160
+#: cui/uiconfig/ui/scriptorganizer.ui:160
msgctxt "scriptorganizer|macrosft"
msgid "Macros"
msgstr "ማክሮስ"
-#: searchattrdialog.ui:9
+#: cui/uiconfig/ui/searchattrdialog.ui:9
msgctxt "searchattrdialog|SearchAttrDialog"
msgid "Attributes"
msgstr "ባህሪዎች"
-#: searchformatdialog.ui:8
+#: cui/uiconfig/ui/searchformatdialog.ui:8
msgctxt "searchformatdialog|SearchFormatDialog"
msgid "Text Format "
msgstr "የ ጽሁፍ አቀራረብ "
-#: searchformatdialog.ui:106
+#: cui/uiconfig/ui/searchformatdialog.ui:106
msgctxt "searchformatdialog|font"
msgid "Font"
msgstr "ፊደል"
-#: searchformatdialog.ui:128
+#: cui/uiconfig/ui/searchformatdialog.ui:128
msgctxt "searchformatdialog|fonteffects"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
-#: searchformatdialog.ui:151
+#: cui/uiconfig/ui/searchformatdialog.ui:151
msgctxt "searchformatdialog|position"
msgid "Position"
msgstr "ቦታ"
-#: searchformatdialog.ui:174
+#: cui/uiconfig/ui/searchformatdialog.ui:174
msgctxt "searchformatdialog|asianlayout"
msgid "Asian Layout"
msgstr "የ እስያ እቅድ"
-#: searchformatdialog.ui:197
+#: cui/uiconfig/ui/searchformatdialog.ui:197
msgctxt "searchformatdialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr "ማስረጊያ & ክፍተት"
-#: searchformatdialog.ui:220
+#: cui/uiconfig/ui/searchformatdialog.ui:220
msgctxt "searchformatdialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: searchformatdialog.ui:244
+#: cui/uiconfig/ui/searchformatdialog.ui:244
msgctxt "searchformatdialog|labelTP_PARA_EXT"
msgid "Text Flow"
msgstr "የ ጽሁፍ ፍሰት"
-#: searchformatdialog.ui:268
+#: cui/uiconfig/ui/searchformatdialog.ui:268
msgctxt "searchformatdialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr "የ እስያ ጽሁፍ"
-#: searchformatdialog.ui:291
+#: cui/uiconfig/ui/searchformatdialog.ui:291
msgctxt "searchformatdialog|background"
msgid "Highlighting"
msgstr "ማድመቂያ"
-#: securityoptionsdialog.ui:8
+#: cui/uiconfig/ui/securityoptionsdialog.ui:8
msgctxt "securityoptionsdialog|SecurityOptionsDialog"
msgid "Security Options and Warnings"
msgstr "የደህንነት ምርጫዎች እና ማስጠንቀቂያዎች"
-#: securityoptionsdialog.ui:105
+#: cui/uiconfig/ui/securityoptionsdialog.ui:108
msgctxt "securityoptionsdialog|savesenddocs"
msgid "_When saving or sending"
msgstr "በሚያስቀምጡ ወይንም በሚልኩ _ጊዜ"
-#: securityoptionsdialog.ui:120
+#: cui/uiconfig/ui/securityoptionsdialog.ui:123
msgctxt "securityoptionsdialog|whensigning"
msgid "When _signing"
msgstr "_በሚፈርሙ ጊዜ"
-#: securityoptionsdialog.ui:135
+#: cui/uiconfig/ui/securityoptionsdialog.ui:138
msgctxt "securityoptionsdialog|whenprinting"
msgid "When _printing"
msgstr "_በሚታተምበት ጊዜ"
-#: securityoptionsdialog.ui:150
+#: cui/uiconfig/ui/securityoptionsdialog.ui:153
msgctxt "securityoptionsdialog|whenpdf"
msgid "When creating PDF _files"
msgstr "የ PDF _ፋይሎች በሚፈጥሩ ጊዜ"
-#: securityoptionsdialog.ui:227
+#: cui/uiconfig/ui/securityoptionsdialog.ui:229
msgctxt "securityoptionsdialog|label3"
msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
-msgstr "አስጠንቅቀኝ ሰነዱ የ ተመዘገቡ ለውጦችን ከያዘ: እትሞችን: የ ተደበቁ መረጃዎች ወይንም ማስታወሻዎች ከያዘ:"
+msgstr "ሰነዱ የ ተመዘገቡ ለውጦችን ከያዘ: እትሞችን: የ ተደበቁ መረጃዎች ወይንም ማስታወሻዎች ከያዘ አስጠንቅቀኝ:"
-#: securityoptionsdialog.ui:242
+#: cui/uiconfig/ui/securityoptionsdialog.ui:245
msgctxt "securityoptionsdialog|label1"
msgid "Security Warnings"
msgstr "የደህንነት ማስጠንቀቂያዎች"
-#: securityoptionsdialog.ui:276
+#: cui/uiconfig/ui/securityoptionsdialog.ui:279
msgctxt "securityoptionsdialog|removepersonal"
msgid "_Remove personal information on saving"
msgstr "በሚቀመጥበት ጊዜ የ ግል መረጃን _ማስወገጃ"
-#: securityoptionsdialog.ui:292
+#: cui/uiconfig/ui/securityoptionsdialog.ui:295
msgctxt "securityoptionsdialog|password"
msgid "Recommend password protection on sa_ving"
msgstr "የ መግቢያ ቃል ይጠቀሙ በሚ_ያስቀምጡ ጊዜ"
-#: securityoptionsdialog.ui:308
+#: cui/uiconfig/ui/securityoptionsdialog.ui:311
msgctxt "securityoptionsdialog|ctrlclick"
msgid "Ctrl-click required _to follow hyperlinks"
msgstr "Ctrl-መጫን ያስፈልጋል hyperlinks _ለ መከተል"
-#: securityoptionsdialog.ui:324
+#: cui/uiconfig/ui/securityoptionsdialog.ui:327
msgctxt "securityoptionsdialog|blockuntrusted"
msgid "Block any links from documents not among the trusted locations (see Macro Security)"
msgstr "ማንኛውንም አገናኝ መከልከያ ከ ሰነድ ውስጥ ከሚታመኑት አካባቢዎች በስተቀር (ይህን ይመልከቱ የ Macro ደህንነት)"
-#: securityoptionsdialog.ui:395
+#: cui/uiconfig/ui/securityoptionsdialog.ui:398
msgctxt "securityoptionsdialog|label2"
msgid "Security Options"
msgstr "የ ደህንነት ምርጫዎች"
-#: select_persona_dialog.ui:8
+#: cui/uiconfig/ui/select_persona_dialog.ui:8
msgctxt "select_persona_dialog|SelectPersonaDialog"
msgid "Select Firefox Theme"
msgstr "የ ፋየርፎክስ ገጽታ ይምረጡ"
-#: select_persona_dialog.ui:56
+#: cui/uiconfig/ui/select_persona_dialog.ui:55
msgctxt "select_persona_dialog|search_personas"
msgid "_Go"
msgstr "_መሄጃ"
-#: select_persona_dialog.ui:86
+#: cui/uiconfig/ui/select_persona_dialog.ui:85
msgctxt "select_persona_dialog|label1"
msgid "Search Term or Firefox Theme URL"
msgstr "መፈለጊያ ደንብ ወይንም የ Firefox ገጽታ URL"
-#: select_persona_dialog.ui:228
+#: cui/uiconfig/ui/select_persona_dialog.ui:227
msgctxt "select_persona_dialog|label6"
msgid "Categories"
msgstr "ምድቦች"
-#: selectpathdialog.ui:8
+#: cui/uiconfig/ui/selectpathdialog.ui:16
msgctxt "selectpathdialog|SelectPathDialog"
msgid "Select Paths"
msgstr "መንገድ ይምረጡ"
-#: selectpathdialog.ui:106
+#: cui/uiconfig/ui/selectpathdialog.ui:117
msgctxt "selectpathdialog|add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
-#: selectpathdialog.ui:168
+#: cui/uiconfig/ui/selectpathdialog.ui:195
msgctxt "selectpathdialog|label1"
msgid "Paths"
msgstr "መንገዶች"
-#: shadowtabpage.ui:45
+#: cui/uiconfig/ui/shadowtabpage.ui:45
msgctxt "shadowtabpage|TSB_SHOW_SHADOW"
msgid "_Use shadow"
msgstr "ጥላ _መጠቀሚያ"
-#: shadowtabpage.ui:122
+#: cui/uiconfig/ui/shadowtabpage.ui:120
msgctxt "shadowtabpage|FT_DISTANCE"
msgid "_Distance:"
msgstr "_እርቀት:"
-#: shadowtabpage.ui:142
+#: cui/uiconfig/ui/shadowtabpage.ui:140
msgctxt "shadowtabpage|FT_TRANSPARENT"
msgid "_Transparency:"
msgstr "_ግልጽነት:"
-#: shadowtabpage.ui:162
+#: cui/uiconfig/ui/shadowtabpage.ui:160
msgctxt "shadowtabpage|FT_SHADOW_COLOR"
msgid "_Color:"
msgstr "_ቀለም:"
-#: shadowtabpage.ui:205
+#: cui/uiconfig/ui/shadowtabpage.ui:203
msgctxt "shadowtabpage|CTL_COLOR_PREVIEW-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
-#: shadowtabpage.ui:230
+#: cui/uiconfig/ui/shadowtabpage.ui:228
msgctxt "shadowtabpage|label"
msgid "Properties"
msgstr "ባህሪዎች"
-#: showcoldialog.ui:8
+#: cui/uiconfig/ui/showcoldialog.ui:8
msgctxt "showcoldialog|ShowColDialog"
msgid "Show Columns"
msgstr "አምዶች ማሳያ"
-#: showcoldialog.ui:70
+#: cui/uiconfig/ui/showcoldialog.ui:70
msgctxt "showcoldialog|label1"
msgid "The following columns are currently hidden. Please mark the fields you want to show and choose OK."
msgstr "የሚቀጥሉት አምዶች አሁን ተደብቀዋል: እባክዎን ማሳየት የሚፈልጉትን ይምረጡ እና እሺን ይጫኑ"
-#: similaritysearchdialog.ui:14
+#: cui/uiconfig/ui/signatureline.ui:8
+msgctxt "signatureline|SignatureLineDialog"
+msgid "Signature Line"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:111
+msgctxt "signatureline|edit_name"
+msgid "John Doe"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:124
+msgctxt "signatureline|edit_title"
+msgid "Director"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:137
+msgctxt "signatureline|edit_email"
+msgid "john.doe@example.org"
+msgstr ""
+
+#. Suggested Signer Name
+#: cui/uiconfig/ui/signatureline.ui:149
+msgctxt "signatureline|label_name"
+msgid "Name:"
+msgstr ""
+
+#. Suggested Signer Title
+#: cui/uiconfig/ui/signatureline.ui:163
+msgctxt "signatureline|label_title"
+msgid "Title:"
+msgstr ""
+
+#. Suggested Signer email
+#: cui/uiconfig/ui/signatureline.ui:177
+msgctxt "signatureline|label_email"
+msgid "Email:"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:194
+msgctxt "signatureline|label_suggestedsigner"
+msgid "Suggested Signer"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:228
+msgctxt "signatureline|checkbox_can_add_comments"
+msgid "Signer can add comments"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:243
+msgctxt "signatureline|checkbox_show_sign_date"
+msgid "Show sign date in signature line"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:261
+msgctxt "signatureline|label_instructions"
+msgid "Instructions to the signer:"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:300
+msgctxt "signatureline|label_more"
+msgid "More"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:8
+msgctxt "signsignatureline|SignSignatureLineDialog"
+msgid "Sign Signature Line"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:109
+msgctxt "signsignatureline|edit_name"
+msgid "Type your name here"
+msgstr ""
+
+#. Name of the signer
+#: cui/uiconfig/ui/signsignatureline.ui:121
+msgctxt "signsignatureline|label_name"
+msgid "Your Name:"
+msgstr ""
+
+#. Certificate to be used for signing
+#: cui/uiconfig/ui/signsignatureline.ui:135
+msgctxt "signsignatureline|label_certificate"
+msgid "Certificate:"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:146
+msgctxt "signsignatureline|btn_select_certificate"
+msgid "Select Certificate"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:164
+msgctxt "signsignatureline|label_sign"
+msgid "Sign"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:201
+msgctxt "signsignatureline|label_add_comment"
+msgid "Add comment:"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:237
+msgctxt "signsignatureline|label_hint"
+msgid "Instructions from the document creator:"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:270
+msgctxt "signsignatureline|label_more"
+msgid "More"
+msgstr ""
+
+#: cui/uiconfig/ui/similaritysearchdialog.ui:26
msgctxt "similaritysearchdialog|SimilaritySearchDialog"
msgid "Similarity Search"
msgstr "ተመሳሳይ መፈለጊያ"
-#: similaritysearchdialog.ui:95
+#: cui/uiconfig/ui/similaritysearchdialog.ui:109
msgctxt "similaritysearchdialog|label2"
msgid "_Exchange characters:"
msgstr "ባህሪዎች _መቀያየሪያ:"
-#: similaritysearchdialog.ui:109
+#: cui/uiconfig/ui/similaritysearchdialog.ui:123
msgctxt "similaritysearchdialog|label3"
msgid "_Add characters:"
msgstr "ባህሪዎች _መጨመሪያ:"
-#: similaritysearchdialog.ui:123
+#: cui/uiconfig/ui/similaritysearchdialog.ui:137
msgctxt "similaritysearchdialog|label4"
msgid "_Remove characters:"
msgstr "ባህሪዎች _ማስወገጃ:"
-#: similaritysearchdialog.ui:134
+#: cui/uiconfig/ui/similaritysearchdialog.ui:149
msgctxt "similaritysearchdialog|relaxbox"
msgid "_Combine"
msgstr "_መቀላቀያ"
-#: slantcornertabpage.ui:50
+#: cui/uiconfig/ui/slantcornertabpage.ui:50
msgctxt "slantcornertabpage|label5"
msgid "_X:"
msgstr "_X:"
-#: slantcornertabpage.ui:89
+#: cui/uiconfig/ui/slantcornertabpage.ui:88
msgctxt "slantcornertabpage|label6"
msgid "_Y:"
msgstr "_Y:"
-#: slantcornertabpage.ui:127
+#: cui/uiconfig/ui/slantcornertabpage.ui:125
msgctxt "slantcornertabpage|label3"
msgid "Control Point 1"
msgstr "መቆጣጠሪያ ነጥብ 1"
-#: slantcornertabpage.ui:161
+#: cui/uiconfig/ui/slantcornertabpage.ui:159
msgctxt "slantcornertabpage|FT_RADIUS"
msgid "_Radius:"
msgstr "_ራዲየስ:"
-#: slantcornertabpage.ui:192
+#: cui/uiconfig/ui/slantcornertabpage.ui:189
msgctxt "slantcornertabpage|label1"
msgid "Corner Radius"
msgstr "የ ጠርዝ Radius"
-#: slantcornertabpage.ui:226
+#: cui/uiconfig/ui/slantcornertabpage.ui:223
msgctxt "slantcornertabpage|FT_ANGLE"
msgid "_Angle:"
msgstr "_አንግል:"
-#: slantcornertabpage.ui:257
+#: cui/uiconfig/ui/slantcornertabpage.ui:253
msgctxt "slantcornertabpage|label2"
msgid "Slant"
msgstr "ማዘንበያ"
-#: slantcornertabpage.ui:298
+#: cui/uiconfig/ui/slantcornertabpage.ui:294
msgctxt "slantcornertabpage|label4"
msgid "_X:"
msgstr "_X:"
-#: slantcornertabpage.ui:337
+#: cui/uiconfig/ui/slantcornertabpage.ui:332
msgctxt "slantcornertabpage|label7"
msgid "_Y:"
msgstr "_Y:"
-#: slantcornertabpage.ui:375
+#: cui/uiconfig/ui/slantcornertabpage.ui:369
msgctxt "slantcornertabpage|label8"
msgid "Control Point 2"
msgstr "መቆጣጠሪያ ነጥብ 2"
-#: smarttagoptionspage.ui:21
+#: cui/uiconfig/ui/smarttagoptionspage.ui:21
msgctxt "smarttagoptionspage|main"
msgid "Label text with smart tags"
msgstr "ጽሁፍ ምልክት ማድረጊያ በ smart tags"
-#: smarttagoptionspage.ui:61
+#: cui/uiconfig/ui/smarttagoptionspage.ui:61
msgctxt "smarttagoptionspage|properties"
msgid "Properties..."
msgstr "ባህሪዎች..."
-#: smarttagoptionspage.ui:100
+#: cui/uiconfig/ui/smarttagoptionspage.ui:100
msgctxt "smarttagoptionspage|label1"
msgid "Currently Installed Smart Tags"
msgstr "አሁን የ ተገጠሙ smart tags"
-#: smoothdialog.ui:16
+#: cui/uiconfig/ui/smoothdialog.ui:16
msgctxt "smoothdialog|SmoothDialog"
msgid "Smooth"
msgstr "ለስላሳ"
-#: smoothdialog.ui:138
+#: cui/uiconfig/ui/smoothdialog.ui:138
msgctxt "smoothdialog|label2"
msgid "_Smooth radius:"
msgstr "_ለስላሳ radius:"
-#: smoothdialog.ui:161
+#: cui/uiconfig/ui/smoothdialog.ui:161
msgctxt "smoothdialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
-#: solarizedialog.ui:14
+#: cui/uiconfig/ui/solarizedialog.ui:14
msgctxt "solarizedialog|SolarizeDialog"
msgid "Solarization"
msgstr "ብርሀናማ"
-#: solarizedialog.ui:135
+#: cui/uiconfig/ui/solarizedialog.ui:135
msgctxt "solarizedialog|label2"
msgid "Threshold _value:"
msgstr "መግቢያ _ዋጋ:"
-#: solarizedialog.ui:146
+#: cui/uiconfig/ui/solarizedialog.ui:146
msgctxt "solarizedialog|invert"
msgid "_Invert"
msgstr "_መገልበጫ"
-#: solarizedialog.ui:173
+#: cui/uiconfig/ui/solarizedialog.ui:173
msgctxt "solarizedialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
-#: specialcharacters.ui:10
+#: cui/uiconfig/ui/specialcharacters.ui:8
msgctxt "specialcharacters|SpecialCharactersDialog"
msgid "Special Characters"
msgstr "የ ተለዩ ባህሪዎች"
-#: specialcharacters.ui:24
+#: cui/uiconfig/ui/specialcharacters.ui:39
msgctxt "specialcharacters|insert"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: specialcharacters.ui:110
+#: cui/uiconfig/ui/specialcharacters.ui:107
msgctxt "specialcharacters|subsetft"
msgid "Subset:"
msgstr "ንዑስ ስብስብ:"
-#: specialcharacters.ui:134
+#: cui/uiconfig/ui/specialcharacters.ui:121
msgctxt "specialcharacters|fontft"
msgid "Font:"
msgstr "ፊደል:"
-#: specialcharacters.ui:158
+#: cui/uiconfig/ui/specialcharacters.ui:135
msgctxt "specialcharacters|srchft"
msgid "Search:"
msgstr "መፈለጊያ:"
-#: specialcharacters.ui:218
+#: cui/uiconfig/ui/specialcharacters.ui:221
msgctxt "specialcharacters|hexlabel"
msgid "Hexadecimal:"
msgstr "ሄክሳ ዴሲማል:"
-#: specialcharacters.ui:269
+#: cui/uiconfig/ui/specialcharacters.ui:274
msgctxt "specialcharacters|decimallabel"
msgid "Decimal:"
msgstr "ዴሲማል:"
-#: specialcharacters.ui:290
+#: cui/uiconfig/ui/specialcharacters.ui:298
msgctxt "specialcharacters|favbtn"
msgid "Add to Favorites"
msgstr "ወደ የምወደው መጨመሪያ"
-#: specialcharacters.ui:294
+#: cui/uiconfig/ui/specialcharacters.ui:302
msgctxt "specialcharacters|favbtn|tooltip_text"
msgid "Maximum Limit: 16 Characters"
msgstr "ከፍተኛው መጠን: 16 ባህሪዎች"
-#: specialcharacters.ui:341
+#: cui/uiconfig/ui/specialcharacters.ui:349
msgctxt "specialcharacters|symboltext1"
msgid "Recent Characters:"
msgstr "የ ቅርብ ጊዜ ባህሪዎ:"
-#: specialcharacters.ui:572
+#: cui/uiconfig/ui/specialcharacters.ui:583
msgctxt "specialcharacters|favbtn|symboltext2"
msgid "Favorite Characters:"
msgstr "የምወዳቸው ባህሪዎች:"
-#: spellingdialog.ui:9
+#: cui/uiconfig/ui/spellingdialog.ui:9
msgctxt "spellingdialog|SpellingDialog"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "ፊደል ማረሚያ: $LANGUAGE ($LOCATION)"
-#: spellingdialog.ui:38
+#: cui/uiconfig/ui/spellingdialog.ui:38
msgctxt "spellingdialog|options"
msgid "_Options..."
msgstr "_ምርጫዎች..."
-#: spellingdialog.ui:110
+#: cui/uiconfig/ui/spellingdialog.ui:110
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr "_አንድ ጊዜ መተው"
-#: spellingdialog.ui:138
+#: cui/uiconfig/ui/spellingdialog.ui:138
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr "ማረ_ሚያ"
-#: spellingdialog.ui:152
+#: cui/uiconfig/ui/spellingdialog.ui:152
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr "ሁ_ሉንም ማረሚያ"
-#: spellingdialog.ui:166
+#: cui/uiconfig/ui/spellingdialog.ui:166
msgctxt "spellingdialog|autocorrect"
msgid "Alwa_ys Correct"
msgstr "ሁል_ጊዜ አርም"
-#: spellingdialog.ui:180
+#: cui/uiconfig/ui/spellingdialog.ui:180
msgctxt "spellingdialog|checkgrammar"
msgid "Chec_k grammar"
msgstr "_ሰዋሰው መመርመሪያ"
-#: spellingdialog.ui:196
+#: cui/uiconfig/ui/spellingdialog.ui:196
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr "መ_ተው ሁሉንም"
-#: spellingdialog.ui:210
+#: cui/uiconfig/ui/spellingdialog.ui:210
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr "ሕጉን መ_ተው"
-#: spellingdialog.ui:226
+#: cui/uiconfig/ui/spellingdialog.ui:226
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr "የ ጽሁፍ ቋን_ቋ:"
-#: spellingdialog.ui:252
+#: cui/uiconfig/ui/spellingdialog.ui:252
msgctxt "spellingdialog|explainlink"
msgid "More..."
msgstr "ተጨማሪ ..."
-#: spellingdialog.ui:268
+#: cui/uiconfig/ui/spellingdialog.ui:268
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr "ይቀ_ጥሉ"
-#: spellingdialog.ui:280
+#: cui/uiconfig/ui/spellingdialog.ui:280
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr "(አስተያየት የለም)"
-#: spellingdialog.ui:292
+#: cui/uiconfig/ui/spellingdialog.ui:292
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "ፊደል ማረሚያ: $LANGUAGE ($LOCATION)"
-#: spellingdialog.ui:319
+#: cui/uiconfig/ui/spellingdialog.ui:319
msgctxt "spellingdialog|add"
msgid "_Add to Dictionary"
msgstr "ወደ መዝገበ ቃላት _መጨመሪያ"
-#: spellingdialog.ui:333
+#: cui/uiconfig/ui/spellingdialog.ui:333
msgctxt "spellingdialog|addmb"
msgid "_Add to Dictionary"
msgstr "ወደ መዝገበ ቃላት _መጨመሪያ"
-#: spellingdialog.ui:349
+#: cui/uiconfig/ui/spellingdialog.ui:349
msgctxt "spellingdialog|suggestionsft"
msgid "_Suggestions"
msgstr "_ማሳሰቢያ"
-#: spellingdialog.ui:365
+#: cui/uiconfig/ui/spellingdialog.ui:365
msgctxt "spellingdialog|notindictft"
msgid "_Not in dictionary"
msgstr "መዝገበ ቃላት ውስጥ _የለም"
-#: spellingdialog.ui:386
+#: cui/uiconfig/ui/spellingdialog.ui:386
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "መለጠፊያ"
-#: spellingdialog.ui:400
+#: cui/uiconfig/ui/spellingdialog.ui:400
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "የ ተለዩ ባህሪዎች"
-#: spelloptionsdialog.ui:8
+#: cui/uiconfig/ui/spelloptionsdialog.ui:8
msgctxt "spelloptionsdialog|SpellOptionsDialog"
msgid "Options"
msgstr "ምርጫዎች"
-#: splitcellsdialog.ui:25
+#: cui/uiconfig/ui/splitcellsdialog.ui:25
msgctxt "splitcellsdialog|SplitCellsDialog"
msgid "Split Cells"
msgstr "ክፍሎች መክፈያ"
-#: splitcellsdialog.ui:117
+#: cui/uiconfig/ui/splitcellsdialog.ui:120
msgctxt "splitcellsdialog|label3"
msgid "_Split cell into:"
msgstr "_መክፈያ ክፍሉን ወደ:"
-#: splitcellsdialog.ui:146
+#: cui/uiconfig/ui/splitcellsdialog.ui:149
msgctxt "splitcellsdialog|label1"
msgid "Split"
msgstr "መክፈያ"
-#: splitcellsdialog.ui:178
+#: cui/uiconfig/ui/splitcellsdialog.ui:181
msgctxt "splitcellsdialog|hori"
msgid "H_orizontally"
msgstr "በ _አግድም"
-#: splitcellsdialog.ui:196
+#: cui/uiconfig/ui/splitcellsdialog.ui:200
msgctxt "splitcellsdialog|vert"
msgid "_Vertically"
msgstr "በ _ቁመት"
-#: splitcellsdialog.ui:218
+#: cui/uiconfig/ui/splitcellsdialog.ui:223
msgctxt "splitcellsdialog|prop"
msgid "_Into equal proportions"
msgstr "_እኩል ማካፈያ"
-#: splitcellsdialog.ui:241
+#: cui/uiconfig/ui/splitcellsdialog.ui:246
msgctxt "splitcellsdialog|label2"
msgid "Direction"
msgstr "አቅጣጫ"
-#: storedwebconnectiondialog.ui:9
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:9
msgctxt "storedwebconnectiondialog|StoredWebConnectionDialog"
msgid "Stored Web Connection Information"
msgstr "የተቀመጠ የዌብ ግንኙነት መረጃ"
-#: storedwebconnectiondialog.ui:70
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:70
msgctxt "storedwebconnectiondialog|label1"
msgid "Web login information (passwords are never shown)"
msgstr "የ ዌብ መግቢያ መረጃ (የ መግቢያ ቃል አይታይም)"
-#: storedwebconnectiondialog.ui:87
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:87
msgctxt "storedwebconnectiondialog|website"
msgid "Website"
msgstr "ድህረ ገጽ"
-#: storedwebconnectiondialog.ui:98
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:98
msgctxt "storedwebconnectiondialog|username"
msgid "User name"
msgstr "የተጠቃሚ ስም"
-#: storedwebconnectiondialog.ui:148
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:148
msgctxt "storedwebconnectiondialog|removeall"
msgid "Remove _All"
msgstr "_ሁሉንም ማስወገጃ"
-#: storedwebconnectiondialog.ui:162
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:162
msgctxt "storedwebconnectiondialog|change"
msgid "_Change Password..."
msgstr "የ መግቢያ ቃል _መቀየሪያ..."
-#: swpossizepage.ui:75
+#: cui/uiconfig/ui/swpossizepage.ui:74
msgctxt "swpossizepage|widthft"
msgid "_Width:"
msgstr "_ስፋት:"
-#: swpossizepage.ui:113
+#: cui/uiconfig/ui/swpossizepage.ui:111
msgctxt "swpossizepage|heightft"
msgid "H_eight:"
msgstr "እ_ርዝመት:"
-#: swpossizepage.ui:130
+#: cui/uiconfig/ui/swpossizepage.ui:128
msgctxt "swpossizepage|ratio"
msgid "_Keep ratio"
msgstr "መጠን _መጠበቂያ"
-#: swpossizepage.ui:151
+#: cui/uiconfig/ui/swpossizepage.ui:149
msgctxt "swpossizepage|label2"
msgid "Size"
msgstr "መጠን"
-#: swpossizepage.ui:207
+#: cui/uiconfig/ui/swpossizepage.ui:205
msgctxt "swpossizepage|topage"
msgid "To _page"
msgstr "ወደ _ገጽ"
-#: swpossizepage.ui:224
+#: cui/uiconfig/ui/swpossizepage.ui:222
msgctxt "swpossizepage|topara"
msgid "To paragrap_h"
msgstr "ወደ አንቀ_ጽ"
-#: swpossizepage.ui:240
+#: cui/uiconfig/ui/swpossizepage.ui:238
msgctxt "swpossizepage|tochar"
msgid "To cha_racter"
msgstr "ወደ ባህ_ሪ"
-#: swpossizepage.ui:256
+#: cui/uiconfig/ui/swpossizepage.ui:254
msgctxt "swpossizepage|aschar"
msgid "_As character"
msgstr "_እንደ ባህሪ"
-#: swpossizepage.ui:272
+#: cui/uiconfig/ui/swpossizepage.ui:270
msgctxt "swpossizepage|toframe"
msgid "To _frame"
msgstr "ወደ _ክፈፍ"
-#: swpossizepage.ui:294
+#: cui/uiconfig/ui/swpossizepage.ui:292
msgctxt "swpossizepage|label1"
msgid "Anchor"
msgstr "ማስቆሚያ"
-#: swpossizepage.ui:335
+#: cui/uiconfig/ui/swpossizepage.ui:333
msgctxt "swpossizepage|horiposft"
msgid "Hori_zontal:"
msgstr "በ አግ_ድም:"
-#: swpossizepage.ui:349
+#: cui/uiconfig/ui/swpossizepage.ui:347
msgctxt "swpossizepage|horibyft"
msgid "b_y:"
msgstr "በ_:"
-#: swpossizepage.ui:363
+#: cui/uiconfig/ui/swpossizepage.ui:361
msgctxt "swpossizepage|vertbyft"
msgid "_by:"
msgstr "_በ:"
-#: swpossizepage.ui:377
+#: cui/uiconfig/ui/swpossizepage.ui:375
msgctxt "swpossizepage|horitoft"
msgid "_to:"
msgstr "_ለ:"
-#: swpossizepage.ui:424
+#: cui/uiconfig/ui/swpossizepage.ui:421
msgctxt "swpossizepage|vertposft"
msgid "_Vertical:"
msgstr "በ _ቁመት:"
-#: swpossizepage.ui:461
+#: cui/uiconfig/ui/swpossizepage.ui:457
msgctxt "swpossizepage|verttoft"
msgid "t_o:"
msgstr "ለ_:"
-#: swpossizepage.ui:482
+#: cui/uiconfig/ui/swpossizepage.ui:478
msgctxt "swpossizepage|mirror"
msgid "_Mirror on even pages"
msgstr "በ ሙሉ ገጾች ላይ _ማንጸባረቂያ"
-#: swpossizepage.ui:499
+#: cui/uiconfig/ui/swpossizepage.ui:495
msgctxt "swpossizepage|followtextflow"
msgid "Follow te_xt flow"
msgstr "የ ጽ_ሁፉን ፍሰት ተከተል"
-#: swpossizepage.ui:522
+#: cui/uiconfig/ui/swpossizepage.ui:518
msgctxt "swpossizepage|label11"
msgid "Position"
msgstr "ቦታ"
-#: swpossizepage.ui:553
+#: cui/uiconfig/ui/swpossizepage.ui:549
msgctxt "swpossizepage|pos"
msgid "Positio_n"
msgstr "ቦ_ታ"
-#: swpossizepage.ui:569
+#: cui/uiconfig/ui/swpossizepage.ui:565
msgctxt "swpossizepage|size"
msgid "_Size"
msgstr "_መጠን"
-#: swpossizepage.ui:591
+#: cui/uiconfig/ui/swpossizepage.ui:587
msgctxt "swpossizepage|label3"
msgid "Protect"
msgstr "መጠበቂያ"
-#: textanimtabpage.ui:49
+#: cui/uiconfig/ui/textanimtabpage.ui:49
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "No Effect"
msgstr "ውጤት የለም"
-#: textanimtabpage.ui:53
+#: cui/uiconfig/ui/textanimtabpage.ui:53
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Blink"
msgstr "ማርገብገቢያ"
-#: textanimtabpage.ui:57
+#: cui/uiconfig/ui/textanimtabpage.ui:57
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll Through"
msgstr "በውስጡ መሸብለያ"
-#: textanimtabpage.ui:61
+#: cui/uiconfig/ui/textanimtabpage.ui:61
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll Back and Forth"
msgstr "ወደ ፊት እና ወደ ኋላ መሸብለያ"
-#: textanimtabpage.ui:65
+#: cui/uiconfig/ui/textanimtabpage.ui:65
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll In"
msgstr "መሸብለያ"
-#: textanimtabpage.ui:94
+#: cui/uiconfig/ui/textanimtabpage.ui:94
msgctxt "textanimtabpage|FT_EFFECTS"
msgid "E_ffect:"
msgstr "ው_ጤቶች:"
-#: textanimtabpage.ui:135
+#: cui/uiconfig/ui/textanimtabpage.ui:135
msgctxt "textanimtabpage|FT_DIRECTION"
msgid "Direction:"
msgstr "አቅጣጫ:"
-#: textanimtabpage.ui:155
+#: cui/uiconfig/ui/textanimtabpage.ui:155
msgctxt "textanimtabpage|BTN_UP|tooltip_text"
msgid "To top"
msgstr "ወደ ላይ"
-#: textanimtabpage.ui:161
+#: cui/uiconfig/ui/textanimtabpage.ui:161
msgctxt "textanimtabpage|BTN_UP-atkobject"
msgid "Up"
msgstr "ወደ ላይ"
-#: textanimtabpage.ui:176
+#: cui/uiconfig/ui/textanimtabpage.ui:176
msgctxt "textanimtabpage|BTN_RIGHT|tooltip_text"
msgid "To right"
msgstr "ወደ ቀኝ"
-#: textanimtabpage.ui:182
+#: cui/uiconfig/ui/textanimtabpage.ui:182
msgctxt "textanimtabpage|BTN_RIGHT-atkobject"
msgid "Right"
msgstr "በ ቀኝ"
-#: textanimtabpage.ui:197
+#: cui/uiconfig/ui/textanimtabpage.ui:197
msgctxt "textanimtabpage|BTN_LEFT|tooltip_text"
msgid "To left"
msgstr "ወደ ግራ"
-#: textanimtabpage.ui:203
+#: cui/uiconfig/ui/textanimtabpage.ui:203
msgctxt "textanimtabpage|BTN_LEFT-atkobject"
msgid "Left"
msgstr "በ ግራ"
-#: textanimtabpage.ui:218
+#: cui/uiconfig/ui/textanimtabpage.ui:218
msgctxt "textanimtabpage|BTN_DOWN|tooltip_text"
msgid "To bottom"
msgstr "ወደ ታች"
-#: textanimtabpage.ui:224
+#: cui/uiconfig/ui/textanimtabpage.ui:224
msgctxt "textanimtabpage|BTN_DOWN-atkobject"
msgid "Down"
msgstr "ከ ታች"
-#: textanimtabpage.ui:289
+#: cui/uiconfig/ui/textanimtabpage.ui:289
msgctxt "textanimtabpage|TSB_START_INSIDE"
msgid "S_tart inside"
msgstr "በ ውስጥ ማ_ስጀመሪያ"
-#: textanimtabpage.ui:306
+#: cui/uiconfig/ui/textanimtabpage.ui:306
msgctxt "textanimtabpage|TSB_STOP_INSIDE"
msgid "Text _visible when exiting"
msgstr "በሚወጡ ጊዜ የ_ሚታየው ጽሁፍ"
-#: textanimtabpage.ui:326
+#: cui/uiconfig/ui/textanimtabpage.ui:326
msgctxt "textanimtabpage|FT_COUNT"
msgid "Animation cycles:"
msgstr "የ እንቅስቃሴ ሂደት:"
-#: textanimtabpage.ui:344
+#: cui/uiconfig/ui/textanimtabpage.ui:344
msgctxt "textanimtabpage|TSB_ENDLESS"
msgid "_Continuous"
msgstr "_የሚቀጥል"
-#: textanimtabpage.ui:390
+#: cui/uiconfig/ui/textanimtabpage.ui:389
msgctxt "textanimtabpage|FT_AMOUNT"
msgid "Increment:"
msgstr "ጭማሪ:"
-#: textanimtabpage.ui:408
+#: cui/uiconfig/ui/textanimtabpage.ui:407
msgctxt "textanimtabpage|TSB_PIXEL"
msgid "_Pixels"
msgstr "_ፒክስልስ"
-#: textanimtabpage.ui:454
+#: cui/uiconfig/ui/textanimtabpage.ui:452
msgctxt "textanimtabpage|FT_DELAY"
msgid "Delay:"
msgstr "ማዘግያ:"
-#: textanimtabpage.ui:472
+#: cui/uiconfig/ui/textanimtabpage.ui:470
msgctxt "textanimtabpage|TSB_AUTO"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
-#: textanimtabpage.ui:522
+#: cui/uiconfig/ui/textanimtabpage.ui:519
msgctxt "textanimtabpage|label2"
msgid "Properties"
msgstr "ባህሪዎች"
-#: textattrtabpage.ui:43
+#: cui/uiconfig/ui/textattrtabpage.ui:43
msgctxt "textattrtabpage|TSB_AUTOGROW_WIDTH"
msgid "Fit wi_dth to text"
msgstr "ጽሁፍ በ ስ_ፋቱ ልክ"
-#: textattrtabpage.ui:59
+#: cui/uiconfig/ui/textattrtabpage.ui:59
msgctxt "textattrtabpage|TSB_AUTOGROW_HEIGHT"
msgid "Fit h_eight to text"
msgstr "ጽሁፍ በ እ_ርዝመቱ ልክ"
-#: textattrtabpage.ui:75
+#: cui/uiconfig/ui/textattrtabpage.ui:75
msgctxt "textattrtabpage|TSB_FIT_TO_SIZE"
msgid "_Fit to frame"
msgstr "በ ክፈፉ _ልክ"
-#: textattrtabpage.ui:91
+#: cui/uiconfig/ui/textattrtabpage.ui:91
msgctxt "textattrtabpage|TSB_CONTOUR"
msgid "_Adjust to contour"
msgstr "በ ቅርጹ ልክ _ማስተካከያ"
-#: textattrtabpage.ui:113
+#: cui/uiconfig/ui/textattrtabpage.ui:113
msgctxt "textattrtabpage|label1"
msgid "Drawing Object Text"
msgstr "የ ጽሁፍ እቃ መሳያ"
-#: textattrtabpage.ui:146
+#: cui/uiconfig/ui/textattrtabpage.ui:146
msgctxt "textattrtabpage|TSB_WORDWRAP_TEXT"
msgid "_Word wrap text in shape"
msgstr "በ ቅርጹ ውስጥ የ ጽሁፍ _ቃላት መጠቅለያ"
-#: textattrtabpage.ui:162
+#: cui/uiconfig/ui/textattrtabpage.ui:162
msgctxt "textattrtabpage|TSB_AUTOGROW_SIZE"
msgid "_Resize shape to fit text"
msgstr "በ ጽሁፉ ልክ ቅርጹን _እንደገና መመጠኛ"
-#: textattrtabpage.ui:190
+#: cui/uiconfig/ui/textattrtabpage.ui:190
msgctxt "textattrtabpage|label8"
msgid "Custom Shape Text"
msgstr "የ ጽሁፍ ቅርጽ ማስተካከያ"
-#: textattrtabpage.ui:237
+#: cui/uiconfig/ui/textattrtabpage.ui:237
msgctxt "textattrtabpage|label4"
msgid "_Left:"
msgstr "በ _ግራ:"
-#: textattrtabpage.ui:251
+#: cui/uiconfig/ui/textattrtabpage.ui:251
msgctxt "textattrtabpage|label5"
msgid "_Right:"
msgstr "በ _ቀኝ:"
-#: textattrtabpage.ui:265
+#: cui/uiconfig/ui/textattrtabpage.ui:265
msgctxt "textattrtabpage|label6"
msgid "_Top:"
msgstr "ከ _ላይ:"
-#: textattrtabpage.ui:279
+#: cui/uiconfig/ui/textattrtabpage.ui:279
msgctxt "textattrtabpage|label7"
msgid "_Bottom:"
msgstr "ከ _ታች:"
-#: textattrtabpage.ui:349
+#: cui/uiconfig/ui/textattrtabpage.ui:345
msgctxt "textattrtabpage|label2"
msgid "Spacing to Borders"
msgstr "ለ ድንበሮች ክፍተት"
-#: textattrtabpage.ui:398
+#: cui/uiconfig/ui/textattrtabpage.ui:394
msgctxt "textattrtabpage|TSB_FULL_WIDTH"
msgid "Full _width"
msgstr "በ ሙሉ _ስፋት"
-#: textattrtabpage.ui:421
+#: cui/uiconfig/ui/textattrtabpage.ui:417
msgctxt "textattrtabpage|label3"
msgid "Text Anchor"
msgstr "ጽሁፍ ማስቆሚያ"
-#: textdialog.ui:8
+#: cui/uiconfig/ui/textdialog.ui:8
msgctxt "textdialog|TextDialog"
msgid "Text"
msgstr "ጽሁፍ"
-#: textdialog.ui:106
+#: cui/uiconfig/ui/textdialog.ui:106
msgctxt "textdialog|RID_SVXPAGE_TEXTATTR"
msgid "Text"
msgstr "ጽሁፍ"
-#: textdialog.ui:128
+#: cui/uiconfig/ui/textdialog.ui:128
msgctxt "textdialog|RID_SVXPAGE_TEXTANIMATION"
msgid "Text Animation"
msgstr "ጽሁፍ ማንቀሳቀሻ"
-#: textflowpage.ui:53
+#: cui/uiconfig/ui/textflowpage.ui:53
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "ራ_ሱ በራሱ"
-#: textflowpage.ui:118
+#: cui/uiconfig/ui/textflowpage.ui:115
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "ባ_ህሪዎች በ መስመር መጨረሻ"
-#: textflowpage.ui:132
+#: cui/uiconfig/ui/textflowpage.ui:129
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "ባህ_ሪዎች በመስመር መጀመሪያ"
-#: textflowpage.ui:146
+#: cui/uiconfig/ui/textflowpage.ui:143
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum number of consecutive hyphens"
msgstr "_ከፍተኛው ቁጥር ለ ተከታታይ ጭረቶች"
-#: textflowpage.ui:163
+#: cui/uiconfig/ui/textflowpage.ui:160
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "ጭረት"
-#: textflowpage.ui:196
+#: cui/uiconfig/ui/textflowpage.ui:193
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: textflowpage.ui:212
+#: cui/uiconfig/ui/textflowpage.ui:209
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "ከ ገጽ ዘዴ_ዎች ጋር:"
-#: textflowpage.ui:231
+#: cui/uiconfig/ui/textflowpage.ui:231
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_አይነት:"
-#: textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:259
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "የ ገጽ _ቁጥር:"
-#: textflowpage.ui:275
+#: cui/uiconfig/ui/textflowpage.ui:277
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "ቦታ:"
-#: textflowpage.ui:295
+#: cui/uiconfig/ui/textflowpage.ui:297
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "የ ገጽ ዘዴ"
-#: textflowpage.ui:309
+#: cui/uiconfig/ui/textflowpage.ui:311
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "ገጽ"
-#: textflowpage.ui:310
+#: cui/uiconfig/ui/textflowpage.ui:312
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "አምድ"
-#: textflowpage.ui:323
+#: cui/uiconfig/ui/textflowpage.ui:325
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "በፊት"
-#: textflowpage.ui:324
+#: cui/uiconfig/ui/textflowpage.ui:326
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "በኋላ"
-#: textflowpage.ui:343
+#: cui/uiconfig/ui/textflowpage.ui:345
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "መጨረሻ"
-#: textflowpage.ui:375
+#: cui/uiconfig/ui/textflowpage.ui:377
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "አንቀጹን _አትክፈል"
-#: textflowpage.ui:391
+#: cui/uiconfig/ui/textflowpage.ui:393
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "ከሚቀጥለው አንቀጽ ጋር _አስቀምጥ"
-#: textflowpage.ui:407
+#: cui/uiconfig/ui/textflowpage.ui:409
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "_ብቸኛ መቆጣጠሪያ"
-#: textflowpage.ui:423
+#: cui/uiconfig/ui/textflowpage.ui:428
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "_መስኮት መቆጣጠሪያ"
-#: textflowpage.ui:473
+#: cui/uiconfig/ui/textflowpage.ui:479
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "መስመሮች"
-#: textflowpage.ui:485
+#: cui/uiconfig/ui/textflowpage.ui:491
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "መስመሮች"
-#: textflowpage.ui:513
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "ምርጫዎች"
-#: thesaurus.ui:14
+#: cui/uiconfig/ui/thesaurus.ui:14
msgctxt "thesaurus|ThesaurusDialog"
msgid "Thesaurus"
msgstr "ተመሳሳይ"
-#: thesaurus.ui:43
+#: cui/uiconfig/ui/thesaurus.ui:43
msgctxt "thesaurus|replace"
msgid "_Replace"
msgstr "_መቀየሪያ"
-#: thesaurus.ui:89
+#: cui/uiconfig/ui/thesaurus.ui:89
msgctxt "thesaurus|label1"
msgid "Current word:"
msgstr "የ አሁኑ ቃል:"
-#: thesaurus.ui:104
+#: cui/uiconfig/ui/thesaurus.ui:104
msgctxt "thesaurus|label2"
msgid "Alternatives:"
msgstr "አማራጮች:"
-#: thesaurus.ui:119
+#: cui/uiconfig/ui/thesaurus.ui:119
msgctxt "thesaurus|label3"
msgid "Replace with:"
msgstr "መቀየሪያ በ:"
-#: transparencytabpage.ui:25
+#: cui/uiconfig/ui/transparencytabpage.ui:25
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Linear"
msgstr "ቀጥተኛ"
-#: transparencytabpage.ui:29
+#: cui/uiconfig/ui/transparencytabpage.ui:29
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Axial"
msgstr "Axial"
-#: transparencytabpage.ui:33
+#: cui/uiconfig/ui/transparencytabpage.ui:33
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Radial"
msgstr "ተሽከርካሪ"
-#: transparencytabpage.ui:37
+#: cui/uiconfig/ui/transparencytabpage.ui:37
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Ellipsoid"
msgstr "ኤሊፕሶች"
-#: transparencytabpage.ui:41
+#: cui/uiconfig/ui/transparencytabpage.ui:41
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Quadratic"
msgstr "Quadratic"
-#: transparencytabpage.ui:45
+#: cui/uiconfig/ui/transparencytabpage.ui:45
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Square"
msgstr "ስኴር"
-#: transparencytabpage.ui:85
+#: cui/uiconfig/ui/transparencytabpage.ui:85
msgctxt "transparencytabpage|RBT_TRANS_OFF"
msgid "_No transparency"
msgstr "_ግልጽነት የለም"
-#: transparencytabpage.ui:103
+#: cui/uiconfig/ui/transparencytabpage.ui:103
msgctxt "transparencytabpage|RBT_TRANS_LINEAR"
msgid "_Transparency:"
msgstr "_ግልጽነት:"
-#: transparencytabpage.ui:124
+#: cui/uiconfig/ui/transparencytabpage.ui:124
msgctxt "transparencytabpage|RBT_TRANS_GRADIENT"
msgid "_Gradient"
msgstr "_ከፍታ"
-#: transparencytabpage.ui:266
+#: cui/uiconfig/ui/transparencytabpage.ui:259
msgctxt "transparencytabpage|FT_TRGR_TYPE"
msgid "Ty_pe:"
msgstr "አይ_ነት:"
-#: transparencytabpage.ui:287
+#: cui/uiconfig/ui/transparencytabpage.ui:280
msgctxt "transparencytabpage|FT_TRGR_CENTER_X"
msgid "Center _X:"
msgstr "መሀከል _X:"
-#: transparencytabpage.ui:308
+#: cui/uiconfig/ui/transparencytabpage.ui:301
msgctxt "transparencytabpage|FT_TRGR_CENTER_Y"
msgid "Center _Y:"
msgstr "መሀከል _Y:"
-#: transparencytabpage.ui:329
+#: cui/uiconfig/ui/transparencytabpage.ui:322
msgctxt "transparencytabpage|FT_TRGR_ANGLE"
msgid "_Angle:"
msgstr "_አንግል:"
-#: transparencytabpage.ui:350
+#: cui/uiconfig/ui/transparencytabpage.ui:343
msgctxt "transparencytabpage|FT_TRGR_BORDER"
msgid "_Border:"
msgstr "_ድንበር:"
-#: transparencytabpage.ui:371
+#: cui/uiconfig/ui/transparencytabpage.ui:364
msgctxt "transparencytabpage|FT_TRGR_START_VALUE"
msgid "_Start value:"
msgstr "_መጀመሪያ ዋጋ:"
-#: transparencytabpage.ui:392
+#: cui/uiconfig/ui/transparencytabpage.ui:385
msgctxt "transparencytabpage|FT_TRGR_END_VALUE"
msgid "_End value:"
msgstr "_መጨረሻ ዋጋ:"
-#: transparencytabpage.ui:435
+#: cui/uiconfig/ui/transparencytabpage.ui:428
msgctxt "transparencytabpage|CTL_BITMAP_PREVIEW-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
-#: transparencytabpage.ui:453
+#: cui/uiconfig/ui/transparencytabpage.ui:446
msgctxt "transparencytabpage|CTL_TRANS_PREVIEW-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
-#: transparencytabpage.ui:494
+#: cui/uiconfig/ui/transparencytabpage.ui:487
msgctxt "transparencytabpage|FL_PROP"
msgid "Area Transparency Mode"
msgstr "የ ቦታው ግልጽነት ዘዴ"
-#: tsaurldialog.ui:7
+#: cui/uiconfig/ui/tsaurldialog.ui:7
msgctxt "tsaurldialog|TSAURLDialog"
msgid "Time Stamping Authority URLs"
msgstr "የ ሰአት ማህተም ባለስልጣን URLs"
-#: tsaurldialog.ui:35
+#: cui/uiconfig/ui/tsaurldialog.ui:35
msgctxt "tsaurldialog|delete"
msgid "_Delete..."
msgstr "_ማጥፊያ..."
-#: tsaurldialog.ui:51
+#: cui/uiconfig/ui/tsaurldialog.ui:51
msgctxt "tsaurldialog|add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
-#: tsaurldialog.ui:131
+#: cui/uiconfig/ui/tsaurldialog.ui:131
msgctxt "tsaurldialog|label2"
msgid "Add or delete Time Stamp Authority URLs"
msgstr "መጨመሪያ ወይንም ማጥፊያ የ ሰአት ማህተም ባለስልጣን URLs"
-#: tsaurldialog.ui:167
+#: cui/uiconfig/ui/tsaurldialog.ui:167
msgctxt "tsaurldialog|enteraurl"
msgid "Enter a Time Stamp Authority URL"
msgstr "የ ሰአት ማህተም ባለስልጣን URL ያስገቡ:"
-#: tsaurldialog.ui:197
+#: cui/uiconfig/ui/tsaurldialog.ui:197
msgctxt "tsaurldialog|label1"
msgid "TSA URL"
msgstr "የ ሰአት ማህተም ባለስልጣን URL"
-#: twolinespage.ui:14
+#: cui/uiconfig/ui/twolinespage.ui:14
msgctxt "twolinespage|liststore1"
msgid "(None)"
msgstr "(ምንም)"
-#: twolinespage.ui:18
+#: cui/uiconfig/ui/twolinespage.ui:18
msgctxt "twolinespage|liststore1"
msgid "("
msgstr "("
-#: twolinespage.ui:22
+#: cui/uiconfig/ui/twolinespage.ui:22
msgctxt "twolinespage|liststore1"
msgid "["
msgstr "["
-#: twolinespage.ui:26
+#: cui/uiconfig/ui/twolinespage.ui:26
msgctxt "twolinespage|liststore1"
msgid "<"
msgstr "<"
-#: twolinespage.ui:30
+#: cui/uiconfig/ui/twolinespage.ui:30
msgctxt "twolinespage|liststore1"
msgid "{"
msgstr "{"
-#: twolinespage.ui:34
+#: cui/uiconfig/ui/twolinespage.ui:34
msgctxt "twolinespage|liststore1"
msgid "Other Characters..."
msgstr "ሌሎች ባህሪዎች..."
-#: twolinespage.ui:48
+#: cui/uiconfig/ui/twolinespage.ui:48
msgctxt "twolinespage|liststore2"
msgid "(None)"
msgstr "(ምንም)"
-#: twolinespage.ui:52
+#: cui/uiconfig/ui/twolinespage.ui:52
msgctxt "twolinespage|liststore2"
msgid ")"
msgstr ")"
-#: twolinespage.ui:56
+#: cui/uiconfig/ui/twolinespage.ui:56
msgctxt "twolinespage|liststore2"
msgid "]"
msgstr "]"
-#: twolinespage.ui:60
+#: cui/uiconfig/ui/twolinespage.ui:60
msgctxt "twolinespage|liststore2"
msgid ">"
msgstr ">"
-#: twolinespage.ui:64
+#: cui/uiconfig/ui/twolinespage.ui:64
msgctxt "twolinespage|liststore2"
msgid "}"
msgstr "}"
-#: twolinespage.ui:68
+#: cui/uiconfig/ui/twolinespage.ui:68
msgctxt "twolinespage|liststore2"
msgid "Other Characters..."
msgstr "ሌሎች ባህሪዎች..."
-#: twolinespage.ui:93
+#: cui/uiconfig/ui/twolinespage.ui:93
msgctxt "twolinespage|twolines"
msgid "Write in double lines"
msgstr "በድርብ መስመር መጻፊያ"
-#: twolinespage.ui:107
+#: cui/uiconfig/ui/twolinespage.ui:108
msgctxt "twolinespage|label2"
msgid "Double-lined"
msgstr "በድርብ-መስመር"
-#: twolinespage.ui:142
+#: cui/uiconfig/ui/twolinespage.ui:143
msgctxt "twolinespage|label29"
msgid "Initial character"
msgstr "መነሻ ባህሪው"
-#: twolinespage.ui:155
+#: cui/uiconfig/ui/twolinespage.ui:156
msgctxt "twolinespage|label30"
msgid "Final character"
msgstr "የ መጨረሻው ባህሪ"
-#: twolinespage.ui:206
+#: cui/uiconfig/ui/twolinespage.ui:207
msgctxt "twolinespage|label28"
msgid "Enclosing Character"
msgstr "መዝጊያው ባህሪ"
-#: twolinespage.ui:233
+#: cui/uiconfig/ui/twolinespage.ui:234
msgctxt "twolinespage|preview-atkobject"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: wordcompletionpage.ui:43
+#: cui/uiconfig/ui/wordcompletionpage.ui:43
msgctxt "wordcompletionpage|delete"
msgid "_Delete Entry"
msgstr "ማስገቢያውን _ማጥፊያ"
-#: wordcompletionpage.ui:87
+#: cui/uiconfig/ui/wordcompletionpage.ui:87
msgctxt "wordcompletionpage|label1"
msgid "_Max. entries:"
msgstr "_ከፍተኛው ማስገቢያ:"
-#: wordcompletionpage.ui:126
+#: cui/uiconfig/ui/wordcompletionpage.ui:126
msgctxt "wordcompletionpage|label2"
msgid "Mi_n. word length:"
msgstr "አነ_ስተኛው የ ቃላት እርዝመት:"
-#: wordcompletionpage.ui:172
+#: cui/uiconfig/ui/wordcompletionpage.ui:172
msgctxt "wordcompletionpage|appendspace"
msgid "_Append space"
msgstr "ክፍተት _መጨመሪያ"
-#: wordcompletionpage.ui:187
+#: cui/uiconfig/ui/wordcompletionpage.ui:187
msgctxt "wordcompletionpage|showastip"
msgid "_Show as tip"
msgstr "እንደ ምክር _ማሳያ"
-#: wordcompletionpage.ui:210
+#: cui/uiconfig/ui/wordcompletionpage.ui:210
msgctxt "wordcompletionpage|enablewordcomplete"
msgid "Enable word _completion"
msgstr "ቃላት _መጨረሻ ማስቻያ"
-#: wordcompletionpage.ui:246
+#: cui/uiconfig/ui/wordcompletionpage.ui:246
msgctxt "wordcompletionpage|whenclosing"
msgid "_When closing a document, remove the words collected from it from the list"
msgstr "ሰነዱ በሚዘጋበት _ጊዜ በ ዝርዝር ውስጥ የ ተሰበሰቡትን ቃላቶች ማስወገጃ"
-#: wordcompletionpage.ui:269
+#: cui/uiconfig/ui/wordcompletionpage.ui:269
msgctxt "wordcompletionpage|collectwords"
msgid "C_ollect words"
msgstr "ቃላቶች መ_ሰብሰቢያ"
-#: wordcompletionpage.ui:299
+#: cui/uiconfig/ui/wordcompletionpage.ui:299
msgctxt "wordcompletionpage|label3"
msgid "Acc_ept with:"
msgstr "ተቀብ_ያለሁ በ:"
-#: zoomdialog.ui:14
+#: cui/uiconfig/ui/zoomdialog.ui:19
msgctxt "zoomdialog|ZoomDialog"
msgid "Zoom & View Layout"
msgstr "ማሳያ & እቅድ መመልከቻ"
-#: zoomdialog.ui:103
+#: cui/uiconfig/ui/zoomdialog.ui:112
msgctxt "zoomdialog|optimal"
msgid "Optimal"
msgstr "አጥጋቢ"
-#: zoomdialog.ui:120
+#: cui/uiconfig/ui/zoomdialog.ui:129
msgctxt "zoomdialog|fitwandh"
msgid "Fit width and height"
msgstr "በ ስፋቱ እና በ እርዝመቱ ልክ"
-#: zoomdialog.ui:137
+#: cui/uiconfig/ui/zoomdialog.ui:146
msgctxt "zoomdialog|fitw"
msgid "Fit width"
msgstr "በ ስፋቱ ልክ"
-#: zoomdialog.ui:154
+#: cui/uiconfig/ui/zoomdialog.ui:163
msgctxt "zoomdialog|100pc"
msgid "100%"
msgstr "100%"
-#: zoomdialog.ui:176
+#: cui/uiconfig/ui/zoomdialog.ui:185
msgctxt "zoomdialog|variable"
msgid "Variable:"
msgstr "ተለዋዋጭ:"
-#: zoomdialog.ui:204
+#: cui/uiconfig/ui/zoomdialog.ui:214
msgctxt "zoomdialog|zoomsb-atkobject"
msgid "Variable"
msgstr "ተለዋዋጭ"
-#: zoomdialog.ui:229
+#: cui/uiconfig/ui/zoomdialog.ui:239
msgctxt "zoomdialog|label2"
msgid "Zoom Factor"
msgstr "የ ማሳያ መጠን"
-#: zoomdialog.ui:262
+#: cui/uiconfig/ui/zoomdialog.ui:272
msgctxt "zoomdialog|automatic"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: zoomdialog.ui:279
+#: cui/uiconfig/ui/zoomdialog.ui:288
msgctxt "zoomdialog|singlepage"
msgid "Single page"
msgstr "ነጠላ ገጽ"
-#: zoomdialog.ui:301
+#: cui/uiconfig/ui/zoomdialog.ui:310
msgctxt "zoomdialog|columns"
msgid "Columns:"
msgstr "አምዶች:"
-#: zoomdialog.ui:332
+#: cui/uiconfig/ui/zoomdialog.ui:341
msgctxt "zoomdialog|columnssb-atkobject"
msgid "Columns"
msgstr "አምዶች"
-#: zoomdialog.ui:356
+#: cui/uiconfig/ui/zoomdialog.ui:365
msgctxt "zoomdialog|bookmode"
msgid "Book mode"
msgstr "በ መጽሀፍ ዘዴ"
-#: zoomdialog.ui:383
+#: cui/uiconfig/ui/zoomdialog.ui:393
msgctxt "zoomdialog|label1"
msgid "View Layout"
msgstr "እቅድ መመልከቻ"
diff --git a/source/am/dbaccess/messages.po b/source/am/dbaccess/messages.po
index f506a6fbc07..c553cd0c676 100644
--- a/source/am/dbaccess/messages.po
+++ b/source/am/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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2017-12-28 15:45+0000\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
+"PO-Revision-Date: 2018-03-24 19:23+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,65 +13,65 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1514475904.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521919393.000000\n"
-#: query.hrc:26
+#: dbaccess/inc/query.hrc:26
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The table view"
msgstr "ሰንጠረዥ መመልከቻ"
-#: query.hrc:27
+#: dbaccess/inc/query.hrc:27
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The query"
msgstr "ጥያቄው"
-#: query.hrc:28
+#: dbaccess/inc/query.hrc:28
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The SQL statement"
msgstr "የ SQL አረፍተ ነገር"
-#: strings.hrc:25
+#: dbaccess/inc/strings.hrc:25
msgctxt "RID_STR_CONNECTION_INVALID"
msgid "No connection could be established."
msgstr "ምንም ግንኙነት መፍጠር አልተቻለም"
-#: strings.hrc:26
+#: dbaccess/inc/strings.hrc:26
msgctxt "RID_STR_TABLE_IS_FILTERED"
msgid "The table $name$ already exists. It is not visible because it has been filtered out."
msgstr "ሰንጠረዡ $name$ ቀደም ሲል ነበር ፡ የማይታየው ተጣርቶ ሰለነበር ነው"
-#: strings.hrc:27
+#: dbaccess/inc/strings.hrc:27
msgctxt "RID_STR_COULDNOTCONNECT_UNSPECIFIED"
msgid "The connection to the external data source could not be established. An unknown error occurred. The driver is probably defective."
msgstr "ለ ውጪ ዳታ ምንጭ ግንኙነት መፍጠር አልተቻለም ያልታወቀ ስህተት ተፈጥሯል ምናልባት የ driver ብልሽት ሊሆን ይችላል"
-#: strings.hrc:28
+#: dbaccess/inc/strings.hrc:28
msgctxt "RID_STR_COULDNOTCONNECT_NODRIVER"
msgid "The connection to the external data source could not be established. No SDBC driver was found for the URL '$name$'."
msgstr "ለ ውጪ ዳታ ምንጭ ግንኙነት መፍጠር አልተቻለም ያልታወቀ ስህተት ተፈጥሯል: ምንም የ SDBC driver አልተገኘም ለ URL '$name$'."
-#: strings.hrc:29
+#: dbaccess/inc/strings.hrc:29
msgctxt "RID_STR_COULDNOTLOAD_MANAGER"
msgid "The connection to the external data source could not be established. The SDBC driver manager could not be loaded."
msgstr "ለ ውስጥ ዳታ ምንጭ ግንኙነት መፍጠር አልተቻለም: የ SDBC driver አስተዳዳሪን መጫን አልተቻለም"
-#: strings.hrc:30
+#: dbaccess/inc/strings.hrc:30
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "ፎርም"
-#: strings.hrc:31
+#: dbaccess/inc/strings.hrc:31
msgctxt "RID_STR_REPORT"
msgid "Report"
msgstr "መግለጫ"
-#: strings.hrc:32
+#: dbaccess/inc/strings.hrc:32
msgctxt "RID_STR_DATASOURCE_NOT_STORED"
msgid "The data source was not saved. Please use the interface XStorable to save the data source."
msgstr "የ ዳታ ምንጩ አልተቀመጠም: እባክዎን ግንኙነቱን ይጠቀሙ የ XStorable የ ዳታ ምንጩን ለማስቀመጥ"
-#: strings.hrc:33
+#: dbaccess/inc/strings.hrc:33
msgctxt "RID_STR_ONLY_QUERY"
msgid ""
"The given command is not a SELECT statement.\n"
@@ -80,138 +80,138 @@ msgstr ""
"የተሰጠው ትእዛዝ የ SELECT አነጋገር አይደለም \n"
"ለጥያቄ ብቻ ነው የተፈቀደው"
-#: strings.hrc:34
+#: dbaccess/inc/strings.hrc:34
msgctxt "RID_STR_NO_VALUE_CHANGED"
msgid "No values were modified."
msgstr "ምንም የተሻሻለ ዋጋ የለም"
-#: strings.hrc:35
+#: dbaccess/inc/strings.hrc:35
msgctxt "RID_STR_NO_XROWUPDATE"
msgid "Values could not be inserted. The XRowUpdate interface is not supported by ResultSet."
msgstr "ዋጋዎቹን ማስገባት አልተቻለም የ XRow ማሻሻያ ግንኙነት የተደገፈ አይደለም በ ውጤት ማሰናጃው"
-#: strings.hrc:36
+#: dbaccess/inc/strings.hrc:36
msgctxt "RID_STR_NO_XRESULTSETUPDATE"
msgid "Values could not be inserted. The XResultSetUpdate interface is not supported by ResultSet."
msgstr "ዋጋዎቹን ማስገባት አልተቻለም የ XResultSetUpdate ግንኙነት የተደገፈ አይደለም በ ውጤት ማሰናጃው"
-#: strings.hrc:37
+#: dbaccess/inc/strings.hrc:37
msgctxt "RID_STR_NO_UPDATE_MISSING_CONDITION"
msgid "Values could not be modified, due to a missing condition statement."
msgstr "ዋጋዎቹን ማሻሻል አይቻልም በ ጎደሉ ሁኔታዎች አነጋገር"
-#: strings.hrc:38
+#: dbaccess/inc/strings.hrc:38
msgctxt "RID_STR_NO_COLUMN_ADD"
msgid "The adding of columns is not supported."
msgstr "አምዶችን መጨመር የተደገፈ አይደለም"
-#: strings.hrc:39
+#: dbaccess/inc/strings.hrc:39
msgctxt "RID_STR_NO_COLUMN_DROP"
msgid "The dropping of columns is not supported."
msgstr "አምዶችን መቀነስ የተደገፈ አይደለም"
-#: strings.hrc:40
+#: dbaccess/inc/strings.hrc:40
msgctxt "RID_STR_NO_CONDITION_FOR_PK"
msgid "The WHERE condition could not be created for the primary key."
msgstr "የ የት ሁኔታ መፍጠራይቻልም ለ ቀዳሚ ቁልፍ"
-#: strings.hrc:41
+#: dbaccess/inc/strings.hrc:41
msgctxt "RID_STR_COLUMN_UNKNOWN_PROP"
msgid "The column does not support the property '%value'."
msgstr "አምዱ ይህን ባህሪ አይደግፍም '%value'."
-#: strings.hrc:42
+#: dbaccess/inc/strings.hrc:42
msgctxt "RID_STR_COLUMN_NOT_SEARCHABLE"
msgid "The column is not searchable!"
msgstr "አምዱ መፈለግን አይደግፍም!"
-#: strings.hrc:43
+#: dbaccess/inc/strings.hrc:43
msgctxt "RID_STR_NOT_SEQUENCE_INT8"
msgid "The value of the columns is not of the type Sequence<sal_Int8>."
msgstr "የ አምዶቹ ዋጋ ተከታታይ አይነት አይደለም <sal_Int8>"
-#: strings.hrc:44
+#: dbaccess/inc/strings.hrc:44
msgctxt "RID_STR_COLUMN_NOT_VALID"
msgid "The column is not valid."
msgstr "አምዱ ዋጋ ያለው አይደለም"
-#: strings.hrc:45
+#: dbaccess/inc/strings.hrc:45
#, c-format
msgctxt "RID_STR_COLUMN_MUST_VISIBLE"
msgid "The column '%name' must be visible as a column."
msgstr "የአምዱ '%name' መታየት አለበት እንደ አምድ"
-#: strings.hrc:46
+#: dbaccess/inc/strings.hrc:46
msgctxt "RID_STR_NO_XQUERIESSUPPLIER"
msgid "The interface XQueriesSupplier is not available."
msgstr "ይህ አካል XQueriesSupplier ዝግጁ አይደለም"
-#: strings.hrc:47
+#: dbaccess/inc/strings.hrc:47
msgctxt "RID_STR_NO_ABS_ZERO"
msgid "An 'absolute(0)' call is not allowed."
msgstr "'ፍጹም(0)' መጥራት አይፈቀድም"
-#: strings.hrc:48
+#: dbaccess/inc/strings.hrc:48
msgctxt "RID_STR_NO_RELATIVE"
msgid "Relative positioning is not allowed in this state."
msgstr "ለዚህ ሁኔታ Relative positioning የተፈቀደ አይደለም"
-#: strings.hrc:49
+#: dbaccess/inc/strings.hrc:49
msgctxt "RID_STR_NO_REFESH_AFTERLAST"
msgid "A row cannot be refreshed when the ResultSet is positioned after the last row."
msgstr "ረድፉን ማነቃቃት አይቻልም የ ውጤት ማሰናጃው ከ መጨረሻው ረድፍ በኋላ ሲቀመጥ"
-#: strings.hrc:50
+#: dbaccess/inc/strings.hrc:50
msgctxt "RID_STR_NO_MOVETOINSERTROW_CALLED"
msgid "A new row cannot be inserted when the ResultSet is not first moved to the insert row."
msgstr "አዲስ ረድፍ ማስገባት አይቻልም የውጤት ማሰናጃው በመጀመሪያ ካልተንቀሳቀሰ ወደ ረድፍ ማስገቢያው"
-#: strings.hrc:51
+#: dbaccess/inc/strings.hrc:51
msgctxt "RID_STR_NO_UPDATEROW"
msgid "A row cannot be modified in this state"
msgstr "ረድፉ በዚህ ሁኔታ ሊሻሻል አይችልም"
-#: strings.hrc:52
+#: dbaccess/inc/strings.hrc:52
msgctxt "RID_STR_NO_DELETEROW"
msgid "A row cannot be deleted in this state."
msgstr "ረድፉ በዚህ ሁኔታ ሊጠፋ አይችልም"
-#: strings.hrc:53
+#: dbaccess/inc/strings.hrc:53
msgctxt "RID_STR_NO_TABLE_RENAME"
msgid "The driver does not support table renaming."
msgstr "ሰንጠረዥ እንደገና መሰየምን driver አይደግፍም"
-#: strings.hrc:54
+#: dbaccess/inc/strings.hrc:54
msgctxt "RID_STR_COLUMN_ALTER_BY_NAME"
msgid "The driver does not support the modification of column descriptions by changing the name."
msgstr "The driver የአምድን መግለጫዎች ማሻሻል አይደግፍም ስሙን በመቀየር"
-#: strings.hrc:55
+#: dbaccess/inc/strings.hrc:55
msgctxt "RID_STR_COLUMN_ALTER_BY_INDEX"
msgid "The driver does not support the modification of column descriptions by changing the index."
msgstr "The driver የአምድን መግለጫዎች ማሻሻል አይደግፍም ማውጫውን በመቀየር"
-#: strings.hrc:56
+#: dbaccess/inc/strings.hrc:56
msgctxt "RID_STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "ፋይሉ \"$file$\" አልተገኘም"
-#: strings.hrc:57
+#: dbaccess/inc/strings.hrc:57
msgctxt "RID_STR_TABLE_DOES_NOT_EXIST"
msgid "There exists no table named \"$table$\"."
msgstr "በዚህ ስም የተቀመጠ ሰንጠረዥ አልተገኘም \"$table$\"."
-#: strings.hrc:58
+#: dbaccess/inc/strings.hrc:58
msgctxt "RID_STR_QUERY_DOES_NOT_EXIST"
msgid "There exists no query named \"$table$\"."
msgstr "የተጠየቀው ስም አልተገኘም \"$table$\"."
-#: strings.hrc:59
+#: dbaccess/inc/strings.hrc:59
msgctxt "RID_STR_CONFLICTING_NAMES"
msgid "There are tables in the database whose names conflict with the names of existing queries. To make full use of all queries and tables, make sure they have distinct names."
msgstr "አንዳንድ በዳታቤዝ ውስጥ ያሉ ሰንጠረዦች ስማቸው አሁን ካለው ጥያቄ ጋር ይጋጫል ፡ በሙሉ ለመጠቀም ጥያቄዎቹን እና ሰንጠረዦቹን የተለያየ ስም እንዳላቸው ያረጋግጡ"
-#: strings.hrc:60
+#: dbaccess/inc/strings.hrc:60
msgctxt "RID_STR_COMMAND_LEADING_TO_ERROR"
msgid ""
"The SQL command leading to this error is:\n"
@@ -222,42 +222,42 @@ msgstr ""
"\n"
"$command$"
-#: strings.hrc:61
+#: dbaccess/inc/strings.hrc:61
msgctxt "RID_STR_STATEMENT_WITHOUT_RESULT_SET"
msgid "The SQL command does not describe a result set."
msgstr "የ SQL ትእዛዝ የውጤት ማሰናጃ አይገልጽም"
-#: strings.hrc:62
+#: dbaccess/inc/strings.hrc:62
msgctxt "RID_STR_NAME_MUST_NOT_BE_EMPTY"
msgid "The name must not be empty."
msgstr "ስሙ ባዶ መሆን የለበትም"
-#: strings.hrc:63
+#: dbaccess/inc/strings.hrc:63
msgctxt "RID_STR_NO_NULL_OBJECTS_IN_CONTAINER"
msgid "The container cannot contain NULL objects."
msgstr "ማጠራቀሚያው ባዶ እቃዎችን መያዝ የለበትም"
-#: strings.hrc:64
+#: dbaccess/inc/strings.hrc:64
msgctxt "RID_STR_NAME_ALREADY_USED"
msgid "There already is an object with the given name."
msgstr "ቀደም ሲል በዚህ ስም የተቀመጠ እቃ ነበር"
-#: strings.hrc:65
+#: dbaccess/inc/strings.hrc:65
msgctxt "RID_STR_OBJECT_CONTAINER_MISMATCH"
msgid "This object cannot be part of this container."
msgstr "ይህ እቃ የዚህ ማስቀመጫ አካል መሆን አይችልም"
-#: strings.hrc:66
+#: dbaccess/inc/strings.hrc:66
msgctxt "RID_STR_OBJECT_ALREADY_CONTAINED"
msgid "The object already is, with a different name, part of the container."
msgstr "አካሉ ቀደም ሲል በተለየ ስም የማስቀመጫው አካል ነበር"
-#: strings.hrc:67
+#: dbaccess/inc/strings.hrc:67
msgctxt "RID_STR_NAME_NOT_FOUND"
msgid "Unable to find the document '$name$'."
msgstr "ሰነዱን ማግኘት አልተቻለም '$name$'"
-#: strings.hrc:68
+#: dbaccess/inc/strings.hrc:68
msgctxt "RID_STR_ERROR_WHILE_SAVING"
msgid ""
"Could not save the document to $location$:\n"
@@ -266,7 +266,7 @@ msgstr ""
"ሰነዱን ማስቀመጥ አልተቻለም ወደ $location$:\n"
"$message$"
-#: strings.hrc:69
+#: dbaccess/inc/strings.hrc:69
msgctxt "RID_NO_SUCH_DATA_SOURCE"
msgid ""
"Error accessing data source '$name$':\n"
@@ -275,445 +275,445 @@ msgstr ""
"ስህተት የ ዳታ ምንጩ ጋር ለ መድረስ '$name$':\n"
"$error$"
-#: strings.hrc:70
+#: dbaccess/inc/strings.hrc:70
msgctxt "RID_STR_NO_SUB_FOLDER"
msgid "There exists no folder named \"$folder$\"."
msgstr "በዚህ ስም የተሰየመ ፎልደር የለም \"$folder$\"."
-#: strings.hrc:71
+#: dbaccess/inc/strings.hrc:71
msgctxt "RID_STR_NO_DELETE_BEFORE_AFTER"
msgid "Cannot delete the before-first or after-last row."
msgstr "ከ መጀመሪያው-በፊት ወይም ከ መጨረሻው-በኋላ ያለውን ረድፍ ማጥፋት አይቻልም"
-#: strings.hrc:72
+#: dbaccess/inc/strings.hrc:72
msgctxt "RID_STR_NO_DELETE_INSERT_ROW"
msgid "Cannot delete the insert-row."
msgstr "ማስገቢያ-ረድፉን ማጥፋት አይቻልም"
-#: strings.hrc:73
+#: dbaccess/inc/strings.hrc:73
msgctxt "RID_STR_RESULT_IS_READONLY"
msgid "Result set is read only."
msgstr "የተሰናዳው ውጤት ለማንበብ ብቻ ነው"
-#: strings.hrc:74
+#: dbaccess/inc/strings.hrc:74
msgctxt "RID_STR_NO_DELETE_PRIVILEGE"
msgid "DELETE privilege not available."
msgstr "የማጥፋት ልዩ መብት የለም"
-#: strings.hrc:75
+#: dbaccess/inc/strings.hrc:75
msgctxt "RID_STR_ROW_ALREADY_DELETED"
msgid "Current row is already deleted."
msgstr "የአሁኑ ረድፍ ቀድም ሲል ጠፍቷል"
-#: strings.hrc:76
+#: dbaccess/inc/strings.hrc:76
msgctxt "RID_STR_UPDATE_FAILED"
msgid "Current row could not be updated."
msgstr "የአሁኑን ረድፍ ማሻሻል አይቻልም"
-#: strings.hrc:77
+#: dbaccess/inc/strings.hrc:77
msgctxt "RID_STR_NO_INSERT_PRIVILEGE"
msgid "INSERT privilege not available."
msgstr "የማስገቢያ ልዩ ፍቃድ የለም"
-#: strings.hrc:78
+#: dbaccess/inc/strings.hrc:78
msgctxt "RID_STR_INTERNAL_ERROR"
msgid "Internal error: no statement object provided by the database driver."
msgstr "የ ውስጥ ስህተት: ምንም የ አረፍተ ነገር እቃ አልቀረበም ከ ዳታቤዝ driver ውስጥ"
-#: strings.hrc:79
+#: dbaccess/inc/strings.hrc:79
msgctxt "RID_STR_EXPRESSION1"
msgid "Expression1"
msgstr "አገላለጽ1"
-#: strings.hrc:80
+#: dbaccess/inc/strings.hrc:80
msgctxt "RID_STR_NO_SQL_COMMAND"
msgid "No SQL command was provided."
msgstr "ምንም የ SQL ትእዛዝ አልተሰጠም"
-#: strings.hrc:81
+#: dbaccess/inc/strings.hrc:81
msgctxt "RID_STR_INVALID_INDEX"
msgid "Invalid column index."
msgstr "ዋጋ የሌለው የ አምድ ማውጫ"
-#: strings.hrc:82
+#: dbaccess/inc/strings.hrc:82
msgctxt "RID_STR_INVALID_CURSOR_STATE"
msgid "Invalid cursor state."
msgstr "ዋጋ የሌለው የ መጠቆሚያ ሁኔታ"
-#: strings.hrc:83
+#: dbaccess/inc/strings.hrc:83
msgctxt "RID_STR_CURSOR_BEFORE_OR_AFTER"
msgid "The cursor points to before the first or after the last row."
msgstr "መጠቆሚያው ከ መጀመሪያው ረድፍ በፊት ወይም ከ መጨረሻው ረድፍ በኋላ መሆን አለበት"
-#: strings.hrc:84
+#: dbaccess/inc/strings.hrc:84
msgctxt "RID_STR_NO_BOOKMARK_BEFORE_OR_AFTER"
msgid "The rows before the first and after the last row don't have a bookmark."
msgstr "ረድፉ ከ መጀመሪያው በፊት እና ከ መጨረሻው ረድፍ በኋላ ምልክት ማድረጊያ የለውም"
-#: strings.hrc:85
+#: dbaccess/inc/strings.hrc:85
msgctxt "RID_STR_NO_BOOKMARK_DELETED"
msgid "The current row is deleted, and thus doesn't have a bookmark."
msgstr "የ አሁኑ ረድፍ ጠፍቷል: እና ምልክት ማድረጊያ የለውም"
-#: strings.hrc:86
+#: dbaccess/inc/strings.hrc:86
msgctxt "RID_STR_CONNECTION_REQUEST"
msgid "A connection for the following URL was requested \"$name$\"."
msgstr "ግንኙነት ለዚህ URL ተጠይቋል \"$name$\""
-#: strings.hrc:87
+#: dbaccess/inc/strings.hrc:87
msgctxt "RID_STR_MISSING_EXTENSION"
msgid "The extension is not installed."
msgstr "ተጨማሪው አልተገጠመም"
-#: strings.hrc:89
+#: dbaccess/inc/strings.hrc:89
msgctxt "STR_QUERY_AND_TABLE_DISTINCT_NAMES"
msgid "You cannot give a table and a query the same name. Please use a name which is not yet used by a query or table."
msgstr "ለሰንጠረዥ እና ለጥያቄ ተመሳሳይ ስም መስጠት አይቻልም ፡ እባክዎን ከዚህ በፊት ያልተጠቀሙበትን ስም ይጠቀሙ ለሰንጠረዡ ወይም ለጥያቄው"
-#: strings.hrc:90
+#: dbaccess/inc/strings.hrc:90
msgctxt "STR_BASENAME_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:91
+#: dbaccess/inc/strings.hrc:91
msgctxt "STR_BASENAME_QUERY"
msgid "Query"
msgstr "መጠየቂያ"
-#: strings.hrc:92
+#: dbaccess/inc/strings.hrc:92
msgctxt "STR_CONN_WITHOUT_QUERIES_OR_TABLES"
msgid "The given connection is no valid query and/or tables supplier."
msgstr "የ ተሰጠው ግንኙነት ዋጋ ያለው ጥያቄ እና/ወይንም ሰንጠረዥ አቅራቢ አይደለም"
-#: strings.hrc:93
+#: dbaccess/inc/strings.hrc:93
msgctxt "STR_NO_TABLE_OBJECT"
msgid "The given object is no table object."
msgstr "የተሰጠው እቃ የሰንጠረዥ እቃ አይደለም"
-#: strings.hrc:94
+#: dbaccess/inc/strings.hrc:94
msgctxt "STR_INVALID_COMPOSITION_TYPE"
msgid "Invalid composition type - need a value from com.sun.star.sdb.tools.CompositionType."
msgstr "ዋጋ የሌለው ማጠናቀሪያ አይነት - ዋጋ ይፈልጋል ከ com.sun.star.sdb.tools.CompositionType."
-#: strings.hrc:95
+#: dbaccess/inc/strings.hrc:95
msgctxt "STR_INVALID_COMMAND_TYPE"
msgid "Invalid command type - only TABLE and QUERY from com.sun.star.sdb.CommandType are allowed."
msgstr "ዋጋ የሌለው ማጠናቀሪያ አይነት - only TABLE and QUERY from com.sun.star.sdb.CommandType are allowed."
-#: strings.hrc:97
+#: dbaccess/inc/strings.hrc:97
msgctxt "STR_STATE_CLOSE_SUB_DOCS"
msgid "Prepare"
msgstr "ማሰናጃ"
-#: strings.hrc:98
+#: dbaccess/inc/strings.hrc:98
msgctxt "STR_STATE_BACKUP_DBDOC"
msgid "Backup Document"
msgstr "የሰነድ ተተኪ ማሰናጃ"
-#: strings.hrc:99
+#: dbaccess/inc/strings.hrc:99
msgctxt "STR_STATE_MIGRATE"
msgid "Migrate"
msgstr "ማዘዋወሪያ"
-#: strings.hrc:100
+#: dbaccess/inc/strings.hrc:100
msgctxt "STR_STATE_SUMMARY"
msgid "Summary"
msgstr "ማጠቃለያ"
#. To translators: This refers to a form documen t inside a database document.
-#: strings.hrc:102
+#: dbaccess/inc/strings.hrc:102
msgctxt "STR_FORM"
msgid "Form '$name$'"
msgstr "ፎርም '$name$'"
#. To translators: This refers to a report docum ent inside a database document.
-#: strings.hrc:104
+#: dbaccess/inc/strings.hrc:104
msgctxt "STR_REPORT"
msgid "Report '$name$'"
msgstr "መግለጫ '$name$'"
-#: strings.hrc:105
+#: dbaccess/inc/strings.hrc:105
msgctxt "STR_OVERALL_PROGRESS"
msgid "document $current$ of $overall$"
msgstr "ሰነድ $current$ of $overall$"
-#: strings.hrc:106
+#: dbaccess/inc/strings.hrc:106
msgctxt "STR_DATABASE_DOCUMENT"
msgid "Database Document"
msgstr "የ ዳታ ቤዝ ሰነድ"
-#: strings.hrc:107
+#: dbaccess/inc/strings.hrc:107
msgctxt "STR_SAVED_COPY_TO"
msgid "saved copy to $location$"
msgstr "ኮፒ ማሰቀመጫ ወደ $location$"
-#: strings.hrc:108
+#: dbaccess/inc/strings.hrc:108
msgctxt "STR_MOVED_LIBRARY"
msgid "migrated $type$ library '$old$' to '$new$'"
msgstr "migrated $type$ library '$old$' to '$new$'"
-#: strings.hrc:109
+#: dbaccess/inc/strings.hrc:109
msgctxt "STR_LIBRARY_TYPE_AND_NAME"
msgid "$type$ library '$library$'"
msgstr "$type$ library '$library$'"
-#: strings.hrc:110
+#: dbaccess/inc/strings.hrc:110
msgctxt "STR_MIGRATING_LIBS"
msgid "migrating libraries ..."
msgstr "መጻህፍት ቤት በማዘዋወር ላይ..."
-#: strings.hrc:111
+#: dbaccess/inc/strings.hrc:111
msgctxt "STR_OOO_BASIC"
msgid "%PRODUCTNAME Basic"
msgstr "%PRODUCTNAME Basic"
-#: strings.hrc:112
+#: dbaccess/inc/strings.hrc:112
msgctxt "STR_JAVA_SCRIPT"
msgid "JavaScript"
msgstr "JavaScript"
-#: strings.hrc:113
+#: dbaccess/inc/strings.hrc:113
msgctxt "STR_BEAN_SHELL"
msgid "BeanShell"
msgstr "BeanShell"
-#: strings.hrc:114
+#: dbaccess/inc/strings.hrc:114
msgctxt "STR_JAVA"
msgid "Java"
msgstr "Java"
-#: strings.hrc:115
+#: dbaccess/inc/strings.hrc:115
msgctxt "STR_PYTHON"
msgid "Python"
msgstr "Python"
-#: strings.hrc:116
+#: dbaccess/inc/strings.hrc:116
msgctxt "STR_DIALOG"
msgid "dialog"
msgstr "ንግግር"
-#: strings.hrc:117
+#: dbaccess/inc/strings.hrc:117
msgctxt "STR_ERRORS"
msgid "Error(s)"
msgstr "ስህተት(ቶች)"
-#: strings.hrc:118
+#: dbaccess/inc/strings.hrc:118
msgctxt "STR_WARNINGS"
msgid "Warnings"
msgstr "ማስጠንቀቂያዎች"
-#: strings.hrc:119
+#: dbaccess/inc/strings.hrc:119
msgctxt "STR_EXCEPTION"
msgid "caught exception:"
msgstr "የተለየ ሁኔታ ተገኝቷል :"
-#: strings.hrc:120
+#: dbaccess/inc/strings.hrc:120
msgctxt "STR_INVALID_BACKUP_LOCATION"
msgid "You need to choose a backup location other than the document location itself."
msgstr "የተተኪ አካባቢ መምረጥ አለብዎት: ከራሱ ከሰነዱ ካለበት አካባቢ ሌላ"
-#: strings.hrc:121
+#: dbaccess/inc/strings.hrc:121
msgctxt "STR_INVALID_NUMBER_ARGS"
msgid "Invalid number of initialization arguments. Expected 1."
msgstr "ዋጋ የሌለው የ ቁጥር ማስነሻ ክርክር: የተጠበቀ 1."
-#: strings.hrc:122
+#: dbaccess/inc/strings.hrc:122
msgctxt "STR_NO_DATABASE"
msgid "No database document found in the initialization arguments."
msgstr "ምንም የ ዳታቤዝ ሰነድ አልተገኘም በማስነሻ ክርክር ውስጥ"
-#: strings.hrc:123
+#: dbaccess/inc/strings.hrc:123
msgctxt "STR_NOT_READONLY"
msgid "Not applicable to read-only documents."
msgstr "ለንባብ-ብቻ ለሆኑ ሰነዶች መፈጸም አይቻልም"
-#: strings.hrc:125
+#: dbaccess/inc/strings.hrc:125
msgctxt "STR_QUERY_UNDO_TABWINSHOW"
msgid "Add Table Window"
msgstr "የሰንጠረዥ መስኮት መጨመሪያ"
-#: strings.hrc:126
+#: dbaccess/inc/strings.hrc:126
msgctxt "STR_QUERY_UNDO_MOVETABWIN"
msgid "Move table window"
msgstr "የሰንጠረዥ መስኮት ማንቀሳቀሻ"
-#: strings.hrc:127
+#: dbaccess/inc/strings.hrc:127
msgctxt "STR_QUERY_UNDO_INSERTCONNECTION"
msgid "Insert Join"
msgstr "አገናኝ ማስገቢያ"
-#: strings.hrc:128
+#: dbaccess/inc/strings.hrc:128
msgctxt "STR_QUERY_UNDO_REMOVECONNECTION"
msgid "Delete Join"
msgstr "አገናኝ ማጥፊያ"
-#: strings.hrc:129
+#: dbaccess/inc/strings.hrc:129
msgctxt "STR_QUERY_UNDO_SIZETABWIN"
msgid "Resize table window"
msgstr "የ ሰንጠረዥ መስኮት እንደገና መመጠኛ"
-#: strings.hrc:130
+#: dbaccess/inc/strings.hrc:130
msgctxt "STR_QUERY_UNDO_TABFIELDDELETE"
msgid "Delete Column"
msgstr "አምድ ማጥፊያ"
-#: strings.hrc:131
+#: dbaccess/inc/strings.hrc:131
msgctxt "STR_QUERY_UNDO_TABFIELDMOVED"
msgid "Move column"
msgstr "አምድ ማንቀሳቀሻ"
-#: strings.hrc:132
+#: dbaccess/inc/strings.hrc:132
msgctxt "STR_QUERY_UNDO_TABFIELDCREATE"
msgid "Add Column"
msgstr "አምድ መጨመሪያ"
-#: strings.hrc:133
+#: dbaccess/inc/strings.hrc:133
msgctxt "RID_STR_FIELD_DOESNT_EXIST"
msgid "Invalid expression, field name '$name$' does not exist."
msgstr "ዋጋ የሌለው የ ሜዳ ስም አገላለጽ: '$name$' አልተገኘም"
-#: strings.hrc:134
+#: dbaccess/inc/strings.hrc:134
msgctxt "STR_QUERY_UNDO_TABWINDELETE"
msgid "Delete Table Window"
msgstr "የሰንጠረዥ መስኮት ማጥፊያ"
-#: strings.hrc:135
+#: dbaccess/inc/strings.hrc:135
msgctxt "STR_QUERY_UNDO_MODIFY_CELL"
msgid "Edit Column Description"
msgstr "የአምድ መግለጫ ማረሚያ"
-#: strings.hrc:136
+#: dbaccess/inc/strings.hrc:136
msgctxt "STR_QUERY_UNDO_SIZE_COLUMN"
msgid "Adjust column width"
msgstr "የ አምድ ስፋት ማስተካከያ"
-#: strings.hrc:137
+#: dbaccess/inc/strings.hrc:137
msgctxt "STR_QUERY_SORTTEXT"
msgid "(not sorted);ascending;descending"
msgstr "(ያልተለየ);እየጨመረ የሚሄድ;እየቀነሰ የሚሄድ"
-#: strings.hrc:138
+#: dbaccess/inc/strings.hrc:138
msgctxt "STR_QUERY_FUNCTIONS"
msgid "(no function);Group"
msgstr "(ተግባር የለም);ቡድን"
-#: strings.hrc:139
+#: dbaccess/inc/strings.hrc:139
msgctxt "STR_QUERY_NOTABLE"
msgid "(no table)"
msgstr "(ሰንጠረዥ የለም)"
-#: strings.hrc:140
+#: dbaccess/inc/strings.hrc:140
msgctxt "STR_QRY_ORDERBY_UNRELATED"
msgid "The database only supports sorting for visible fields."
msgstr "የ ዳታቤዙ የሚደግፈው የሚታዩ ሜዳዎች መለያ ብቻ ነው"
-#: strings.hrc:141
+#: dbaccess/inc/strings.hrc:141
msgctxt "STR_QUERY_HANDLETEXT"
msgid "Field;Alias;Table;Sort;Visible;Function;Criterion;Or;Or"
msgstr "ሜዳ:የ ሀሰትስም:ሰንጠረዥ:መለያ:የሚታይ:ተግባር:ደንብ:ወይንም:ወይንም"
-#: strings.hrc:142
+#: dbaccess/inc/strings.hrc:142
msgctxt "STR_QUERY_LIMIT_ALL"
msgid "All"
msgstr "ሁሉንም"
-#: strings.hrc:143
+#: dbaccess/inc/strings.hrc:143
msgctxt "STR_QRY_TOO_MANY_COLUMNS"
msgid "There are too many columns."
msgstr "ብዙ አምዶች አሉ"
-#: strings.hrc:144
+#: dbaccess/inc/strings.hrc:144
msgctxt "STR_QRY_CRITERIA_ON_ASTERISK"
msgid "A condition cannot be applied to field [*]"
msgstr "ሁኔታውን ወደ ሜዳው መፈጸም አይቻልም [*]"
-#: strings.hrc:145
+#: dbaccess/inc/strings.hrc:145
msgctxt "STR_QRY_TOO_LONG_STATEMENT"
msgid "The SQL statement created is too long."
msgstr "የ SQL የተፈጠረው አነጋገር በጣም ረጅም ነው"
-#: strings.hrc:146
+#: dbaccess/inc/strings.hrc:146
msgctxt "STR_QRY_TOOCOMPLEX"
msgid "Query is too complex"
msgstr "ጥያቄው ውስብስብ ነው"
-#: strings.hrc:147
+#: dbaccess/inc/strings.hrc:147
msgctxt "STR_QRY_NOSELECT"
msgid "Nothing has been selected."
msgstr "ምንም አልተመረጠም"
-#: strings.hrc:148
+#: dbaccess/inc/strings.hrc:148
msgctxt "STR_QRY_SYNTAX"
msgid "SQL syntax error"
msgstr "SQL syntax error"
-#: strings.hrc:149
+#: dbaccess/inc/strings.hrc:149
msgctxt "STR_QRY_ORDERBY_ON_ASTERISK"
msgid "[*] cannot be used as a sort criterion."
msgstr "[*] እንደ መደበኛ መለያ ሊጠቀሙበት አይችሉም"
-#: strings.hrc:150
+#: dbaccess/inc/strings.hrc:150
msgctxt "STR_QRY_TOO_MANY_TABLES"
msgid "There are too many tables."
msgstr "በጣም ብዙ ሰንጠረዦች አሉ"
-#: strings.hrc:151
+#: dbaccess/inc/strings.hrc:151
msgctxt "STR_QRY_NATIVE"
msgid "The statement will not be applied when querying in the SQL dialect of the database."
msgstr "አባባሉን መፈጸም አይቻልም በሚጠይቁበት ጊዜ ከ SQL dialect ዳታቤዝ ውስጥ"
-#: strings.hrc:152
+#: dbaccess/inc/strings.hrc:152
msgctxt "STR_QRY_ILLEGAL_JOIN"
msgid "Join could not be processed"
msgstr "አገናኙን መፈጸም አልተቻለም"
-#: strings.hrc:153
+#: dbaccess/inc/strings.hrc:153
msgctxt "STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Syntax error in SQL statement"
-#: strings.hrc:154
+#: dbaccess/inc/strings.hrc:154
msgctxt "STR_QUERYDESIGN_NO_VIEW_SUPPORT"
msgid "This database does not support table views."
msgstr "ይህ ዳታቤዝ ሰንጠረዥ መመልከቻን አይደግፍም"
-#: strings.hrc:155
+#: dbaccess/inc/strings.hrc:155
msgctxt "STR_NO_ALTER_VIEW_SUPPORT"
msgid "This database does not support altering of existing table views."
msgstr "ይህ ዳታቤዝ ነባር የ ሰንጠረዥ መመልከቻን ማሻሻል አይደግፍም"
-#: strings.hrc:156
+#: dbaccess/inc/strings.hrc:156
msgctxt "STR_QUERYDESIGN_NO_VIEW_ASK"
msgid "Do you want to create a query instead?"
msgstr "በሱ ፋንታ ጥያቄ መፍጠር ይፈልጋሉ?"
-#: strings.hrc:157
+#: dbaccess/inc/strings.hrc:157
msgctxt "STR_DATASOURCE_DELETED"
msgid "The corresponding data source has been deleted. Therefore, data relevant to that data source cannot be saved."
msgstr "የግንኙነት ዳታ ምንጩ ጠፍቷል ፡ ስለዚህም ከዳታ ምንጩ ጋር አግባብ ስለሌለው ማስቀመጥ አይቻልም"
-#: strings.hrc:158
+#: dbaccess/inc/strings.hrc:158
msgctxt "STR_QRY_COLUMN_NOT_FOUND"
msgid "The column '$name$' is unknown."
msgstr "አምዱ '$name$' ያልታወቀ ነው"
-#: strings.hrc:159
+#: dbaccess/inc/strings.hrc:159
msgctxt "STR_QRY_JOIN_COLUMN_COMPARE"
msgid "Columns can only be compared using '='."
msgstr "አምዶችን ማወዳደር የሚቻለው ይህን በመጠቀም ነው '='."
-#: strings.hrc:160
+#: dbaccess/inc/strings.hrc:160
msgctxt "STR_QRY_LIKE_LEFT_NO_COLUMN"
msgid "You must use a column name before 'LIKE'."
msgstr "የአምድ ስም መጠቀም አለብዎት ከ 'LIKE'. በፊት"
-#: strings.hrc:161
+#: dbaccess/inc/strings.hrc:161
msgctxt "STR_QRY_CHECK_CASESENSITIVE"
msgid "The column could not be found. Please note that the database is case-sensitive."
msgstr "አምዱን ማግኘት አልተቻለም: እባክዎን ያስታውሱ ዳታቤዝ ፊደል መመጠኛ ነው"
#. To translators: For $object$, one of the valu es of the RSC_QUERY_OBJECT_TYPE resource will be inserted.
-#: strings.hrc:163
+#: dbaccess/inc/strings.hrc:163
msgctxt "STR_QUERY_SAVEMODIFIED"
msgid ""
"$object$ has been changed.\n"
@@ -723,233 +723,233 @@ msgstr ""
"ለውጦቹን ማስቀመጥ ይፈልጋሉ?"
#. To translators: For $object$, one of the valu es of the RSC_QUERY_OBJECT_TYPE resource (except \"SQL command\", which doesn't make sense here) will be inserted.
-#: strings.hrc:165
+#: dbaccess/inc/strings.hrc:165
msgctxt "STR_ERROR_PARSING_STATEMENT"
msgid "$object$ is based on an SQL command which could not be parsed."
msgstr "$object$ መሰረት ያደረገው የ SQL ትእዛዝ ነው ስለዚህ መተንተን አይቻልም"
#. To translators: For $object$, one of the valu es of the RSC_QUERY_OBJECT_TYPE resource (except \"SQL command\", which doesn't make sense here) will be inserted.
-#: strings.hrc:167
+#: dbaccess/inc/strings.hrc:167
msgctxt "STR_INFO_OPENING_IN_SQL_VIEW"
msgid "$object$ will be opened in SQL view."
msgstr "$object$ ይከፈታል በ SQL መመልከቻ"
-#: strings.hrc:168
+#: dbaccess/inc/strings.hrc:168
msgctxt "STR_STATEMENT_WITHOUT_RESULT_SET"
msgid "The query does not create a result set, and thus cannot be part of another query."
msgstr "ጥያቄው የውጤት ማሰናጃ አይፈጥርም ፡ ስለዚህ እንደ ሌላ ጥያቄ አይታይም"
-#: strings.hrc:170
+#: dbaccess/inc/strings.hrc:170
msgctxt "RID_STR_COLUMN_FORMAT"
msgid "Column ~Format..."
msgstr "የ አምድ ~አቀራረብ..."
-#: strings.hrc:171
+#: dbaccess/inc/strings.hrc:171
msgctxt "RID_STR_COLUMN_WIDTH"
msgid "Column ~Width..."
msgstr "የ አምድ ~ስፋት..."
-#: strings.hrc:172
+#: dbaccess/inc/strings.hrc:172
msgctxt "RID_STR_TABLE_FORMAT"
msgid "Table Format..."
msgstr "የ ሰንጠረዥ አቀራረብ..."
-#: strings.hrc:173
+#: dbaccess/inc/strings.hrc:173
msgctxt "RID_STR_ROW_HEIGHT"
msgid "Row Height..."
msgstr "የ ረድፍ እርዝመት..."
-#: strings.hrc:174
+#: dbaccess/inc/strings.hrc:174
msgctxt "RID_STR_COPY"
msgid "~Copy"
msgstr "~ኮፒ"
-#: strings.hrc:175
+#: dbaccess/inc/strings.hrc:175
msgctxt "RID_STR_UNDO_MODIFY_RECORD"
msgid "Undo: Data Input"
msgstr "መተው: ዳታ ማስገባቱን"
-#: strings.hrc:176
+#: dbaccess/inc/strings.hrc:176
msgctxt "RID_STR_SAVE_CURRENT_RECORD"
msgid "Save current record"
msgstr "የ አሁኑን መዝገብ ማስቀመጫ"
-#: strings.hrc:177
+#: dbaccess/inc/strings.hrc:177
msgctxt "STR_QRY_TITLE"
msgid "Query #"
msgstr "ጥያቄ #"
-#: strings.hrc:178
+#: dbaccess/inc/strings.hrc:178
msgctxt "STR_TBL_TITLE"
msgid "Table #"
msgstr "ሰንጠረዥ #"
-#: strings.hrc:179
+#: dbaccess/inc/strings.hrc:179
msgctxt "STR_VIEW_TITLE"
msgid "View #"
msgstr "መመልከቻ #"
-#: strings.hrc:180
+#: dbaccess/inc/strings.hrc:180
msgctxt "STR_NAME_ALREADY_EXISTS"
msgid "The name \"#\" already exists."
msgstr "ይህ ስም \"#\" ቀደም ሲል ነበር"
-#: strings.hrc:181
+#: dbaccess/inc/strings.hrc:181
msgctxt "STR_NO_COLUMNNAME_MATCHING"
msgid "No matching column names were found."
msgstr "ተመሳሳይ ስም ያለው አምድ አልተገኘም"
-#: strings.hrc:182
+#: dbaccess/inc/strings.hrc:182
msgctxt "STR_ERROR_OCCURRED_WHILE_COPYING"
msgid "An error occurred. Do you want to continue copying?"
msgstr "ስህተት ተፈጥሯል ፡ ኮፒ ማድረጉን መቀጠል ይፈልጋሉ?"
-#: strings.hrc:183
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_DATASOURCE_GRIDCONTROL_NAME"
msgid "Data source table view"
msgstr "የ ዳታ ምንጭ ሰንጠረዥ መመልከቻ"
-#: strings.hrc:184
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_DATASOURCE_GRIDCONTROL_DESC"
msgid "Shows the selected table or query."
msgstr "የተመረጠውን ሰንጠረዥ ወይም ጥያቄ ማሳያ"
-#: strings.hrc:186
+#: dbaccess/inc/strings.hrc:186
msgctxt "STR_QUERY_UNDO_MODIFYSQLEDIT"
msgid "Modify SQL statement(s)"
msgstr "የ SQL statement(s) ማሻሻያ"
-#: strings.hrc:188
+#: dbaccess/inc/strings.hrc:188
msgctxt "RID_STR_NEW_FORM"
msgid "Create Form in Design View..."
-msgstr "በንድፍ መመልከቻ ውስጥ ፎርም መፍጠሪያ..."
+msgstr "በ ንድፍ መመልከቻ ውስጥ ፎርም መፍጠሪያ..."
-#: strings.hrc:189
+#: dbaccess/inc/strings.hrc:189
msgctxt "RID_STR_NEW_FORM_AUTO"
msgid "Use Wizard to Create Form..."
-msgstr "አዋቂውን በመጠቀም ፎርም መፍጠሪያ"
+msgstr "አዋቂውን በ መጠቀም ፎርም መፍጠሪያ"
-#: strings.hrc:190
+#: dbaccess/inc/strings.hrc:190
msgctxt "RID_STR_NEW_REPORT_AUTO"
msgid "Use Wizard to Create Report..."
msgstr "አዋቂውን በመጠቀም መግለጫ መፍጠሪያ..."
-#: strings.hrc:191
+#: dbaccess/inc/strings.hrc:191
msgctxt "RID_STR_NEW_REPORT"
msgid "Create Report in Design View..."
msgstr "በንድፍ መመልከቻ ውስጥ መግለጫ መፍጠሪያ..."
-#: strings.hrc:192
+#: dbaccess/inc/strings.hrc:192
msgctxt "RID_STR_NEW_QUERY"
msgid "Create Query in Design View..."
msgstr "በንድፍ መመልከቻ ውስጥ ጥያቄ መፍጠሪያ..."
-#: strings.hrc:193
+#: dbaccess/inc/strings.hrc:193
msgctxt "RID_STR_NEW_QUERY_SQL"
msgid "Create Query in SQL View..."
msgstr "በ SQL መመልከቻ ውስጥ ጥያቄ መፍጠሪያ..."
-#: strings.hrc:194
+#: dbaccess/inc/strings.hrc:194
msgctxt "RID_STR_NEW_QUERY_AUTO"
msgid "Use Wizard to Create Query..."
msgstr "አዋቂውን በመጠቀም ጥያቄ መፍጠሪያ..."
-#: strings.hrc:195
+#: dbaccess/inc/strings.hrc:195
msgctxt "RID_STR_NEW_TABLE"
msgid "Create Table in Design View..."
msgstr "በንድፍ መመልከቻ ውስጥ ሰንጠረዥ መፍጠሪያ..."
-#: strings.hrc:196
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_NEW_TABLE_AUTO"
msgid "Use Wizard to Create Table..."
msgstr "አዋቂውን በመጠቀም ሰንጠረዥ መፍጠሪያ..."
-#: strings.hrc:197
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NEW_VIEW"
msgid "Create View..."
msgstr "መመልከቻ መፍጠሪያ..."
-#: strings.hrc:198
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_FORMS_CONTAINER"
msgid "Forms"
-msgstr "ፎርም"
+msgstr "ፎርሞች"
-#: strings.hrc:199
+#: dbaccess/inc/strings.hrc:199
msgctxt "RID_STR_REPORTS_CONTAINER"
msgid "Reports"
msgstr "መግለጫ"
-#: strings.hrc:200
+#: dbaccess/inc/strings.hrc:200
msgctxt "RID_STR_REPORTS_HELP_TEXT_WIZARD"
msgid "The wizard will guide you through the steps necessary to create a report."
msgstr "መግለጫውን ለ መፍጠር አዋቂው ደረጃ በ ደረጃ ይመራዎታል"
-#: strings.hrc:201
+#: dbaccess/inc/strings.hrc:201
msgctxt "RID_STR_FORMS_HELP_TEXT"
msgid "Create a form by specifying the record source, controls, and control properties."
msgstr "ፎርም ይፍጠሩ የ መዝገብ ምንጭ: መቆጣጠሪያዎች: እና የ መቆጣጠሪያ ባህሪዎችን በመወሰን"
-#: strings.hrc:202
+#: dbaccess/inc/strings.hrc:202
msgctxt "RID_STR_REPORT_HELP_TEXT"
msgid "Create a report by specifying the record source, controls, and control properties."
msgstr "መግለጫ ይፍጠሩ የመዝገብ ምንጭ ፡ መቆጣጠሪያዎች ፡ እና የመቆጣጠሪያ ባህሪዎችን በመወሰን"
-#: strings.hrc:203
+#: dbaccess/inc/strings.hrc:203
msgctxt "RID_STR_FORMS_HELP_TEXT_WIZARD"
msgid "The wizard will guide you through the steps necessary to create a form."
msgstr "አስፈላጊውን ፎርም ለ መፍጠር አዋቂው ደረጃ በ ደረጃ ይመራዎታል"
-#: strings.hrc:204
+#: dbaccess/inc/strings.hrc:204
msgctxt "RID_STR_QUERIES_HELP_TEXT"
msgid "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping."
msgstr "ጥያቄ ይፍጠሩ ማጣሪያዎችን በ መወሰን: ሰንጠረዦች ማስገቢያ: የ ሜዳ ስሞች: እና ባህሪዎች ለመለያ ወይም በ ቡድን ለማድረጊያ"
-#: strings.hrc:205
+#: dbaccess/inc/strings.hrc:205
msgctxt "RID_STR_QUERIES_HELP_TEXT_SQL"
msgid "Create a query by entering an SQL statement directly."
msgstr "ጥያቄ ይፍጠሩ በማስገባት የ SQL አረፍተ ነገር በ ቀጥታ"
-#: strings.hrc:206
+#: dbaccess/inc/strings.hrc:206
msgctxt "RID_STR_QUERIES_HELP_TEXT_WIZARD"
msgid "The wizard will guide you through the steps necessary to create a query."
msgstr "አዋቂው ደረጃ በ ደረጃ ይመራዎታል አስፈላጊውን ጥያቄ ለ መፍጠር"
-#: strings.hrc:207
+#: dbaccess/inc/strings.hrc:207
msgctxt "RID_STR_TABLES_HELP_TEXT_DESIGN"
msgid "Create a table by specifying the field names and properties, as well as the data types."
msgstr "ሰንጠረዥ ይፍጠሩ የ ሜዳ ስም እና ባህሪዎች እንዲሁም የ ዳታ አይነት በ መወሰን"
-#: strings.hrc:208
+#: dbaccess/inc/strings.hrc:208
msgctxt "RID_STR_TABLES_HELP_TEXT_WIZARD"
msgid "Choose from a selection of business and personal table samples, which you customize to create a table."
msgstr "ይምረጡ ከ ንግድ እና ከ ግል ሰንጠረዥ ናሙና ምርጫዎች: እርስዎ እንዲፈጥሩ ማስተካከያ ሰንጠረዥ"
-#: strings.hrc:209
+#: dbaccess/inc/strings.hrc:209
msgctxt "RID_STR_VIEWS_HELP_TEXT_DESIGN"
msgid "Create a view by specifying the tables and field names you would like to have visible."
msgstr "እርስዎ እንዲታይ የሚፈልጉትን መመልከቻ መፍጠሪያ ሰንጠረዥ እና የ ሜዳ ስሞችን በ መወሰን"
-#: strings.hrc:210
+#: dbaccess/inc/strings.hrc:210
msgctxt "STR_DATABASE"
msgid "Database"
msgstr "ዳታቤዝ"
-#: strings.hrc:211
+#: dbaccess/inc/strings.hrc:211
msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "ስራዎች"
-#: strings.hrc:212
+#: dbaccess/inc/strings.hrc:212
msgctxt "STR_DESCRIPTION"
msgid "Description"
msgstr "መግለጫ"
-#: strings.hrc:213
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: strings.hrc:214
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -962,27 +962,27 @@ msgstr ""
"\n"
"ሁሉንም ሰነዶች አሁን መዝጋት ይፈልጋሉ?"
-#: strings.hrc:217
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "የፎ~ርሙ ስም"
-#: strings.hrc:218
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~የመግለጫው ስም"
-#: strings.hrc:219
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "የፎ~ልደሩ ስም"
-#: strings.hrc:220
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "ሰነዱ በ ውስጡ ፎርሞች እና መግለጫዎች እንዲሁም የ ተጣበቁ ማክሮስ ይዟል"
-#: strings.hrc:221
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -997,263 +997,263 @@ msgstr ""
"\n"
"ያስታውሱ ማክሮስ ማክሮስ አይችሉም ወደ ዳታቤዝ ሰነዶች ውስጥ: የ ማክሮስ ማዘዋወሩ ሂደት እስከሚካሄድ ድረስ"
-#: strings.hrc:226
+#: dbaccess/inc/strings.hrc:226
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "የ ተጣበቀ ዳታቤዝ"
-#: strings.hrc:227
+#: dbaccess/inc/strings.hrc:227
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "የተለያዩ ምድቦች መምረጥ አይችሉም"
-#: strings.hrc:228
+#: dbaccess/inc/strings.hrc:228
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "የማይደገፍ አይነት እቃ ተገኝቷል ($type$)."
-#: strings.hrc:229
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "የ ረቀቁ ባህሪዎች"
-#: strings.hrc:230
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "ተጨማሪ ማሰናጃዎች"
-#: strings.hrc:231
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "ግንኙነት ማሰናጃዎች"
-#: strings.hrc:232
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "~የ ሰንጠረዥ ስም"
-#: strings.hrc:233
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "~የ ጥያቄ ስም"
-#: strings.hrc:234
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "እንደገና መሰየሚያ ወደ"
-#: strings.hrc:235
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "ማስገቢያ እንደ"
-#: strings.hrc:237
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "የተመረጠውን ዳታ ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:238
+#: dbaccess/inc/strings.hrc:238
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "ስህተት መለያ መመዘኛ በማሰናዳት ላይ"
-#: strings.hrc:239
+#: dbaccess/inc/strings.hrc:239
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "ስህተት ማጣሪያ መመዘኛ በማሰናዳት ላይ"
-#: strings.hrc:240
+#: dbaccess/inc/strings.hrc:240
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "ግንኙነቱ ተቋርጧል"
-#: strings.hrc:241
+#: dbaccess/inc/strings.hrc:241
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "ጥያቄዎች"
-#: strings.hrc:242
+#: dbaccess/inc/strings.hrc:242
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "ሰንጠረዦች"
-#: strings.hrc:243
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "ማጥፋቱን ማረጋገጫ"
-#: strings.hrc:244
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "ሰንጠረዡን ማጥፋት ይፈልጋሉ '%1'?"
-#: strings.hrc:245
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "ወደ ዳታ ቤዝ ግንኙነቱ ተቋርጧል: እንደገና መገናኘት ይፈልጋሉ?"
-#: strings.hrc:246
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "ማስጠንቀቂያ ተፈጥሯል"
-#: strings.hrc:247
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "ሰንጠረዡ በሚፈልግበት ጊዜ: የ ማስጠንቀቂያ መግለጫ ተሰጥቷል ዳታቤዝ ግንኙነት ውስጥ"
-#: strings.hrc:248
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "በመገናኘት ላይ ወደ \"$name$\" ..."
-#: strings.hrc:249
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "ጥያቄውን በመጫን ላይ $name$ ..."
-#: strings.hrc:250
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "ሰንጠረዡን በመጫን ላይ $name$ ..."
-#: strings.hrc:251
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "የ ሰንጠረዥ አቀራረብ ማግኘት አልተገኘም"
-#: strings.hrc:252
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "ወደ ዳታ ምንጩ ግንኙነት \"$name$\" መፍጠር አልተቻለም"
-#: strings.hrc:254
+#: dbaccess/inc/strings.hrc:254
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)"
-#: strings.hrc:255
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "ማስገቢያ/ማስወገጃ ቀዳሚ ቁልፍ"
-#: strings.hrc:256
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "አዎ"
-#: strings.hrc:257
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "አይ"
#. Note: should somehow fit to the word "value" in other languages as well: value - none ....
-#: strings.hrc:259
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<ምንም>"
-#: strings.hrc:260
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TAB_FIELD_NAME"
msgid "Field name"
msgstr "የ ሜዳው ስም"
-#: strings.hrc:261
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "የ ሜዳው ስም"
-#: strings.hrc:262
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TAB_FIELD_DATATYPE"
msgid "Field ~type"
msgstr "የ ሜዳው ~አይነት"
-#: strings.hrc:263
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "የ ሜዳው አይነት"
-#: strings.hrc:264
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "መግለጫ"
-#: strings.hrc:265
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "የአምድ መግለጫ"
-#: strings.hrc:266
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_FIELD_AUTOINCREMENT"
msgid "~AutoValue"
msgstr "~በራሱ ዋጋ"
-#: strings.hrc:267
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "የ ሜዳ ባህሪዎች"
-#: strings.hrc:268
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "ክፍል ማሻሻያ"
-#: strings.hrc:269
+#: dbaccess/inc/strings.hrc:269
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "ረድፍ ማጥፊያ"
-#: strings.hrc:270
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "የ ሜዳውን አይነት ማሻሻያ"
-#: strings.hrc:271
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "ረድፍ ማስገቢያ"
-#: strings.hrc:272
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "አዲስ ረድፍ ማስገቢያ"
-#: strings.hrc:273
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~ነባር ዋጋ"
-#: strings.hrc:274
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_FIELD_REQUIRED"
msgid "~Entry required"
msgstr "~ማስገቢያ ይፈልጋል"
-#: strings.hrc:275
+#: dbaccess/inc/strings.hrc:275
msgctxt "STR_TEXT_LENGTH"
msgid "~Length"
msgstr "~እርዝመት"
-#: strings.hrc:276
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_NUMERIC_TYPE"
msgid "~Type"
msgstr "~አይነት"
-#: strings.hrc:277
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_LENGTH"
msgid "~Length"
msgstr "~እርዝመት"
-#: strings.hrc:278
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_SCALE"
msgid "Decimal ~places"
msgstr "የዴሲማል ~ቦታዎች"
-#: strings.hrc:279
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_FORMAT"
msgid "Format example"
msgstr "የ አቀራረብ ምሳሌ"
-#: strings.hrc:280
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1262,7 +1262,7 @@ msgstr ""
"በ አዲስ መዝገቦች ላይ እንደ ነባር እንዲታይ የሚፈልጉትን ዋጋ ይምረጡ \n"
"ሜዳው ነባር ዋጋ ካልነበረው: ባዶ ሀረግ ይምረጡ"
-#: strings.hrc:281
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1273,22 +1273,22 @@ msgstr ""
"\n"
"በኋላ ሰንጠረዥ ውስጥ ዳታ ሲያስገቡ: ይህን ሀረግ ይጠቀማል ሜዳው ለ ተመረጠው ለ እያንዳንዱ መዝገብ: ስለዚህም ለ ተመረጠው ክፍል አቀራረብ ግንኙነት ያደርጋል ከ ታች ማስገባት ለሚፈልጉት"
-#: strings.hrc:282
+#: dbaccess/inc/strings.hrc:282
msgctxt "STR_HELP_FIELD_REQUIRED"
msgid "Activate this option if this field cannot contain NULL values, i.e. the user must always enter data."
msgstr "ሁልጊዜ ዳታ መግባት አለበት"
-#: strings.hrc:283
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "ለ ጽሁፍ የ ተፈቀደውን ከፍተኛ እርዝመት ያስገቡ"
-#: strings.hrc:284
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "የ ቁጥር አቀራረብ ያስገቡ"
-#: strings.hrc:285
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1301,22 +1301,22 @@ msgstr ""
"የ ዴሲማል ሜዳዎች ከሆኑ: የሚገባውን ከፍተኛው ደረጃ ቁጥር: የ binary ሜዳዎች ከሆኑ: የ ዳታውን እርዝመት መከልከያ ይወስናል\n"
"ዋጋው እንደ አስፈላጊነቱ ይታረማል ለዚህ ዳታቤዝ ከ ተመደበው መጠኑ ሲያልፍ"
-#: strings.hrc:286
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "ለዚህ ሜዳ የ ተፈቀደውን የ ዴሲማል ቦታዎች እዚህ ይወስኑ"
-#: strings.hrc:287
+#: dbaccess/inc/strings.hrc:287
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 "እዚህ ነው ዳታው በ አሁኑ አቀራረብ እንዴት እንደሚታይ የሚያዩት (አቀራረቡን ለማሻሻል በቀኝ በኩል ያለውን ቁልፍ ይጠቀሙ)."
-#: strings.hrc:288
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "እዚህ ነው የዳታውን አቀራረብ ውጤት የሚወስኑት"
-#: strings.hrc:289
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1327,47 +1327,47 @@ msgstr ""
"\n"
"በ እንደዚህ አይነት ሜዳዎች ውስጥ ዳታ ማስገባት አይችሉም: የተዘማዱ ዋጋዎች ይመደባሉ ለ እያንዳንዱ አዲስ መረጃ ራሱ በራሱ (የሚጨምሩትን ውጤት ቀደም ካለው መረጃ)"
-#: strings.hrc:290
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_BUTTON_FORMAT"
msgid "~..."
msgstr "~..."
-#: strings.hrc:291
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "ሰንጠረዡን ማስቀመጥ አይቻልም ምክንያቱም የሰንጠረዡ ስም \"$column$\" ሁለት ጊዜ ተመድቧል"
-#: strings.hrc:292
+#: dbaccess/inc/strings.hrc:292
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$\" የሚገባው ለቀዳሚ ቁልፍ ነው ፡ አምዱ ከጠፋ ቀዳሚ ቁልፉም አብሮ ይጠፋል ፡ በእርግጥ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:293
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "ቀዳሚ ቁልፍ ተፅእኖ አለው"
-#: strings.hrc:294
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "አምድ"
-#: strings.hrc:295
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "ለማናቸውም ልቀጥል"
-#: strings.hrc:296
+#: dbaccess/inc/strings.hrc:296
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "ሰንጠረዡን ማስቀመጥ አልተቻለም የ ዳታቤዙን መገናኘት ባለመቻል"
-#: strings.hrc:297
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "የ ሰንጠረዥ ማጣሪያውን ማስተካከል አይቻልም ምክንያቱም የ ዳታ ምንጩ ጠፍቷል"
-#: strings.hrc:298
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1376,12 +1376,12 @@ msgstr ""
"የ ሰንጠረዡን ማውጫ ከማረሞት በፊት ማስቀመጥ አለብዎት \n"
"ለውጦቹን አሁን ማስቀመጥ ይፈልጋሉ?"
-#: strings.hrc:299
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "ቀዳሚ ቁልፍ የለም"
-#: strings.hrc:300
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1394,27 +1394,27 @@ msgstr ""
"\n"
"ቀዳሚ ቁልፍ አሁን ይፈጠር?"
-#: strings.hrc:301
+#: dbaccess/inc/strings.hrc:301
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$\" መቀየር አይቻልም: በምትኩ አምዱ ይጥፋ እና አዲሱ አቀራረብ ይያያዝ?"
-#: strings.hrc:302
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "ስህተት የሰንጠረዥ ንድፉን በማስቀመጥ ላይ"
-#: strings.hrc:303
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "አምዱን $column$ ማጥፋት አይቻልም"
-#: strings.hrc:304
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_AUTOINCREMENT_VALUE"
msgid "A~uto-increment statement"
msgstr "በ~ራሱ-የሚጨምር አነጋገር"
-#: strings.hrc:305
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1425,7 +1425,7 @@ msgstr ""
"\n"
"ይህ አነጋገር በቀጥታ ወደ ዳታቤዝ ይተላለፋል ሰንጠረዥ ሲፈጠር"
-#: strings.hrc:306
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1434,32 +1434,32 @@ msgstr ""
"ምንም አይነት መረጃ ፈልጎ ማግኘት አልተቻለም ከ ዳታቤዝ \n"
"ለዚህ ዳታ ምንጭ የ ሰንጠረዡ ንድፍ ዘዴ አልተገኘም"
-#: strings.hrc:307
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "የ ሜዳ ስም መቀየሪያ"
-#: strings.hrc:308
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "የ ሜዳ አይነት መቀየሪያ"
-#: strings.hrc:309
+#: dbaccess/inc/strings.hrc:309
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "የ ሜዳ መግለጫ መቀየሪያ"
-#: strings.hrc:310
+#: dbaccess/inc/strings.hrc:310
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "የ ሜዳ ባህሪ መቀየሪያ"
-#: strings.hrc:312
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "የ መግቢያ ቃል ያስፈልጋል ከ ዳታው ምንጩ ጋር ለ መገናኘት \"$name$\"."
-#: strings.hrc:313
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1474,42 +1474,42 @@ msgstr ""
"\n"
"አልነበረም: አሁን ይፈጠር?"
-#: strings.hrc:314
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "ዳይሬክቶሪውን $name$ መፍጠር አልተቻለም"
-#: strings.hrc:315
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ፋይሉ ቀደም ሲል ነበር በላዩ ላይ ደርቤ ልጻፍበት?"
-#: strings.hrc:316
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "ፎልደር"
-#: strings.hrc:318
+#: dbaccess/inc/strings.hrc:318
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "የዳታቤዝ ባህሪዎች"
-#: strings.hrc:319
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "የ ዳታ ምንጩ ባህሪዎች: #"
-#: strings.hrc:320
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "እባክዎን ይምረጡ 'ግንኙነት ወደ ነበረው ዳታቤዝ' ለመገናኘት ወደ ነበረው ዳታቤዝ በሱ ምትክ"
-#: strings.hrc:321
+#: dbaccess/inc/strings.hrc:321
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 ዳታ ምንጭ ምርጫ አልተገኘም"
-#: strings.hrc:322
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1518,128 +1518,128 @@ msgstr ""
"እንደዚህ አይነት የ ዳታ ምንጭ በዚህ መድረክ የተደገፈ አይደለም \n"
"ማሰናጃውን መቀየር ይችላሉ: ነገር ግን ምናልባት ወደ ዳታቤዝ መገናኘት አይችሉም"
-#: strings.hrc:323
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{ምንም}"
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: strings.hrc:325
+#: dbaccess/inc/strings.hrc:325
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"
-#: strings.hrc:326
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 መዘጋጀት አለበት"
-#: strings.hrc:327
+#: dbaccess/inc/strings.hrc:327
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 እና #2 ልዩ መሆን አለበት"
-#: strings.hrc:328
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "ሁለገብ እንደ የ ?,* ያሉ አይፈቀድም በ #1."
-#: strings.hrc:330
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "ግንኙነት መሞከሪያ"
-#: strings.hrc:331
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "ግንኙነት በሚገባ ተሳክቶ ተመስርቷል"
-#: strings.hrc:332
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "ግንኙነት መፍጠር አልተቻለም"
-#: strings.hrc:333
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "የ JDBC driver ተሳክቶ ተጭኗል"
-#: strings.hrc:334
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "የ JDBC driver መጫን አልተቻለም"
-#: strings.hrc:335
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access file"
-#: strings.hrc:336
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007 file"
-#: strings.hrc:337
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "የ ፋየርበርድ ዳታቤዝ"
-#: strings.hrc:339
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "ስርአት"
-#: strings.hrc:340
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "ስህተት ተፈጥሯል በመፍጠር ላይ እንዳለ"
-#: strings.hrc:341
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An unexpected error occurred. The operation could not be performed."
msgstr "ያልታሰበ ስህተት ተፈጥሯል ፡ ተግባሩን መፈጸም አይቻልም"
-#: strings.hrc:342
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "ሰነዱን \"$file$\" መክፈት አልተቻለም"
-#: strings.hrc:343
+#: dbaccess/inc/strings.hrc:343
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "ሰንጠረዡን ማጥፋት አይቻልም ምክንያቱም የ ዳታቤዝ ግንኙነት ይህን አይደግፍም"
-#: strings.hrc:344
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~ሁሉንም"
-#: strings.hrc:345
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "መተው:"
-#: strings.hrc:346
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "እንደገና መስሪያ:"
-#: strings.hrc:347
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "ምንም አይነት ተመሳሳይ አምድ አልተገኘም ለ አምዱ '#1'."
-#: strings.hrc:348
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "ፋይሉን \"$file$\" ማግኘት አልተቻለም"
-#: strings.hrc:349
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "ማስጠንቀቂያ ተሰጥቷል ወደ ዳታ ምንጩ ጋር ለመገናኘት በሞመከር ላይ እንዳለ: ይጫኑ \"$buttontext$\" መልእክቱን ለማየት"
-#: strings.hrc:350
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1649,168 +1649,168 @@ msgstr ""
"እባክዎን ሌላ ስም ያስገቡ"
#. #i96130# use hard coded name
-#: strings.hrc:352
+#: dbaccess/inc/strings.hrc:352
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
-msgid "The report, \"$file$\", requires the Oracle Report Builder feature."
-msgstr "መግለጫው \"$file$\", ተጨማሪ የ Oracle Report Builder ይፈልጋል"
+msgid "The report, \"$file$\", requires the Report Builder feature."
+msgstr "መግለጫው \"$file$\", ተጨማሪ የ ገጽታ መገንቢያ ይፈልጋል"
-#: strings.hrc:354
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "መገናኘት አልተቻለም ወደ SDBC driver አስተዳዳሪ (#servicename#)."
-#: strings.hrc:355
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "አካሉ አልተመዘገበም ለ URL #connurl#."
-#: strings.hrc:356
+#: dbaccess/inc/strings.hrc:356
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "በሚገባ ተገናኝቷል: ነገር ግን ስለ ዳታቤዝ ሰንጠረዥ መረጃ አልተገኘም"
-#: strings.hrc:357
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "ሁሉንም ሰንጠረዦች"
-#: strings.hrc:358
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "ሁሉንም መመልከቻዎች"
-#: strings.hrc:359
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "ሁሉንም ሰንጠረዦች እና መመልከቻዎች"
-#: strings.hrc:361
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "የሰንጠረዡ ስም"
-#: strings.hrc:362
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "ዳታ ማስገቢያ"
-#: strings.hrc:363
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "ዳታ ማጥፊያ"
-#: strings.hrc:364
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "ዳታ ማሻሻያ"
-#: strings.hrc:365
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "አካሉን መለወጫ"
-#: strings.hrc:366
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "ዳታ ማንበቢያ"
-#: strings.hrc:367
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "ማመሳከሪያዎችን ማሻሻያ"
-#: strings.hrc:368
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "አካሉን መጣያ"
-#: strings.hrc:370
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "መንገድ ወደ የ dBASE ፋይሎች"
-#: strings.hrc:371
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "ወደ ጽሁፍ ፋይሎች መንገድ"
-#: strings.hrc:372
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "ወደ ሰንጠረዥ ሰነድ መንገድ"
-#: strings.hrc:373
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "የ ODBC ዳታ ምንጭ ስም በ እርስዎ ስርአት ውስጥ"
-#: strings.hrc:374
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "ወደ መጻፊያ ሰነድ መንገድ"
-#: strings.hrc:375
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "ስም ለ MySQL ዳታቤዝ"
-#: strings.hrc:376
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "የ Oracle database ስም"
-#: strings.hrc:377
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft Access database file"
-#: strings.hrc:378
+#: dbaccess/inc/strings.hrc:378
#, c-format
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "ምንም አይነት ማሰናጃ አያስፈልግም: ግንኙነቱ እንደሚሰራ ለማረጋገጥ: ይጫኑ '%test' ቁልፉን"
-#: strings.hrc:379
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_COMMONURL"
-msgid "Datasource URL (e.g. postgresql://host:port/database)"
-msgstr "የ ዳታ ምንጭ URL (e.g. postgresql://host:port/database)"
+msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
+msgstr ""
-#: strings.hrc:380
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~የጋባዥ ስም"
-#: strings.hrc:381
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "~Mozilla profile name"
-#: strings.hrc:382
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "~Thunderbird profile name"
-#: strings.hrc:383
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "ሰንጠረዦች መጨመሪያ"
-#: strings.hrc:384
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "ሰንጠረዥ ወይንም ጥያቄ መጨመሪያ"
-#: strings.hrc:386
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "አምዶቹን መፈጸሚያ"
-#: strings.hrc:387
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "የ አቀራረብ አይነት"
-#: strings.hrc:388
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1819,137 +1819,137 @@ msgstr ""
"የ ተለየ ስም ያስገቡ ለ አዲሱ ቀዳሚ ቁልፍ የ ዳታ ሜዳ\n"
"የሚቀጥለውን ስም በቅድሚያ ተጠቅመውበታል:"
-#: strings.hrc:389
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "አምዶች መመደቢያ"
-#: strings.hrc:390
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~ወደ ኋላ"
-#: strings.hrc:391
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~ይቀጥሉ>"
-#: strings.hrc:392
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "መ~ፍጠሪያ"
-#: strings.hrc:393
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "ሰንጠረዥ ኮፒ ማድረጊያ"
-#: strings.hrc:394
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "ሰንጠረዥ ኮፒ ማድረጊያ"
-#: strings.hrc:395
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "በ አሁኑ ዳታቤዝ ውስጥ ይህ የ ስንጠረዥ ስም ዋጋ የለውም"
-#: strings.hrc:396
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "ይህን ምርጫ ይምረጡ 'ዳታ መጨመሪያ' በ መጀመሪያው ገጽ ላይ ወደ ነበረው ሰንጠረዥ ውስጥ ዳታ ለመጨመር"
-#: strings.hrc:397
+#: dbaccess/inc/strings.hrc:397
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "እባክዎን የ ሰንጠረዡን ስም ይቀይሩ: ስሙ በጣም ረጅም ነው"
-#: strings.hrc:399
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "የ ዳታቤዝ አዋቂ"
-#: strings.hrc:400
+#: dbaccess/inc/strings.hrc:400
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "ዳታቤዝ ይምረጡ"
-#: strings.hrc:401
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "የ dBASE ግንኙነት ማሰናጃ"
-#: strings.hrc:402
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "ወደ ጽሁፍ ፋይሎች ግንኙነት ማሰናጃ"
-#: strings.hrc:403
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "የ Microsoft Access ግንኙነት ማሰናጃ"
-#: strings.hrc:404
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "የ LDAP ግንኙነት ማሰናጃ"
-#: strings.hrc:405
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "የ ADO ግንኙነት ማሰናጃ"
-#: strings.hrc:406
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "የ JDBC ግንኙነት ማሰናጃ"
-#: strings.hrc:407
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "የ Oracle database ግንኙነት ማሰናጃ"
-#: strings.hrc:408
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "የ MySQL ግንኙነት ማሰናጃ"
-#: strings.hrc:409
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "የ ODBC ግንኙነት ማሰናጃ"
-#: strings.hrc:410
+#: dbaccess/inc/strings.hrc:410
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "የ መጻፊያ ሰነድ ወይንም ሰንጠረዥ ግንኙነት ማሰናጃ"
-#: strings.hrc:411
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "የተጠቃሚ ማረጋገጫ ማሰናጃ"
-#: strings.hrc:412
+#: dbaccess/inc/strings.hrc:412
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "የ MySQL server data ማሰናጃ"
-#: strings.hrc:413
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "ማስቀመጫ እና መቀጠያ"
-#: strings.hrc:414
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "አዲስ ዳታቤዝ"
-#: strings.hrc:415
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "ግንኙነት ማሰናጃ ወደ MySQL ዳታቤዝ JDBC ን በመጠቀም"
-#: strings.hrc:416
+#: dbaccess/inc/strings.hrc:416
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"
@@ -1958,57 +1958,57 @@ msgstr ""
"ወደ MySQL ዳታቤዝ ለመገናኘት የሚያስፈልገውን መረጃ ያስገቡ JDBC ን በመጠቀም ፡ ይህን ያስታውሱ የ JDBC driver በእርስዎ ስርአት ላይ መገጠም አለበት እና መመዝገብ አለበት %PRODUCTNAME.\n"
"እባክዎን የስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ"
-#: strings.hrc:417
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC d~river class:"
-#: strings.hrc:418
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "ነባር : 3306"
-#: strings.hrc:419
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "ወደ dBASE ፋይሎች ግንኙነት ማሰናጃ"
-#: strings.hrc:420
+#: dbaccess/inc/strings.hrc:420
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "የ dBASE files የሚቀመጡበትን ይምረጡ"
-#: strings.hrc:421
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "ወደ ጽሁፍ ፋይሎች ግንኙነት ማሰናጃ"
-#: strings.hrc:422
+#: dbaccess/inc/strings.hrc:422
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 እነዚህን ፋይሎች ለንባብ-ብቻ ዘዴ ይከፍታቸዋል"
-#: strings.hrc:423
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "ወደ ጽሁፍ ፋይሎች መንገድ"
-#: strings.hrc:424
+#: dbaccess/inc/strings.hrc:424
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "ወደ Microsoft ዳታቤዝ መድረሻ ማሰናጃ"
-#: strings.hrc:425
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "እባክዎን ይምረጡ የ Microsoft መድረሻ ፋይል ማስኬድ የሚፈልጉትን"
-#: strings.hrc:426
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "ግንኙነት ማሰናጃ ወደ ADO database"
-#: strings.hrc:427
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2019,12 +2019,12 @@ msgstr ""
"ይጫኑ 'መቃኛ' አቅራቢው-የወሰናቸውን ማሰናጃዎች ለማዋቀር \n"
"እባክዎን የስርአት አስተዳዳሪውን ያማክሩ ሰለዚህ ማሰናጃ እርግጠኛ ካልሆኑ"
-#: strings.hrc:428
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "ግንኙነት ማሰናጃ ወደ ODBC database"
-#: strings.hrc:429
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2035,12 +2035,12 @@ msgstr ""
"ይጫኑ 'መቃኛ...' ለመምረጥ የ ODBC ዳታቤዝ ቀደም ብሎ የ ተመዘገበውን በ %PRODUCTNAME.\n"
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ ሰለዚህ ማሰናጃ እርግጠኛ ካልሆኑ"
-#: strings.hrc:430
+#: dbaccess/inc/strings.hrc:430
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "ግንኙነት ማሰናጃ ወደ JDBC database"
-#: strings.hrc:431
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2049,22 +2049,22 @@ msgstr ""
"እባክዎን ለመገናኘት የሚያስፈልገውን መረጃ ያስገቡ ወደ JDBC ዳታቤዝ \n"
"እባክዎን የስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ"
-#: strings.hrc:432
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "ግንኙነት ማሰናጃ ወደ Oracle ዳታቤዝ"
-#: strings.hrc:433
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "ነባር : 1521"
-#: strings.hrc:434
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle JDBC ~driver class"
-#: strings.hrc:435
+#: dbaccess/inc/strings.hrc:435
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"
@@ -2073,12 +2073,12 @@ msgstr ""
"እባክዎን ለመገናኘት የሚያስፈልገውን መረጃ ያስገቡ ወደ Oracle database. ይህን ያስታውሱ የ JDBC Driver Class መገጠም እና መመዝገብ አለበት በ %PRODUCTNAME.\n"
"እባክዎን የስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ"
-#: strings.hrc:436
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "ወደ ሰንጠረዥ ግንኙነት ማሰናጃ"
-#: strings.hrc:437
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2087,232 +2087,232 @@ msgstr ""
"ይጫኑ 'መቃኛ...' ለመምረጥ ከ %PRODUCTNAME ሰንጠረዥ ወይንም Microsoft Excel workbook.\n"
"%PRODUCTNAME ለማንበብ-ዘዴ ብቻ ይከፈታል"
-#: strings.hrc:438
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "የ ፋይል ስም እና ~አካባቢው"
-#: strings.hrc:440
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "ትእዛዙ በሚገባ ተፈጽሟል"
-#: strings.hrc:441
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "ወደ ዳታቤዝ የነበረው ግንኙነት ተቋርጧል ፡ ይህ ንግግር ይዘጋል"
-#: strings.hrc:443
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "ደንብ መለያ"
-#: strings.hrc:444
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "የ ማውጫ ሜዳ"
-#: strings.hrc:445
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "እየጨመረ የሚሄድ"
-#: strings.hrc:446
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "እየቀነሰ የሚሄድ"
-#: strings.hrc:447
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "በእርግጥ ማውጫውን ማጥፋት ይፈልጋሉ '$name$'?"
-#: strings.hrc:448
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "ማውጫ"
-#: strings.hrc:449
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "ማውጫው ቢያንስ አንድ ሜዳ መያዝ አለበት"
-#: strings.hrc:450
+#: dbaccess/inc/strings.hrc:450
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "በዚህ ስም ቀደም ሲል ሌላ ማውጫ ነበር \"$name$\"."
-#: strings.hrc:451
+#: dbaccess/inc/strings.hrc:451
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$\" አስገብተዋል"
-#: strings.hrc:453
+#: dbaccess/inc/strings.hrc:453
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "ማስገቢያውን መቀየር አልተቻለም ወደ ዋጋ ያለው ዋጋ ለ \"$name$\" ደንብ"
-#: strings.hrc:455
+#: dbaccess/inc/strings.hrc:455
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "SQL Status"
-#: strings.hrc:456
+#: dbaccess/inc/strings.hrc:456
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "የ ስህተት ኮድ"
-#: strings.hrc:457
+#: dbaccess/inc/strings.hrc:457
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 "ብዙ ጊዜ ይህ ስህተት የሚፈጠረው ለ ዳታቤዙ ቋንቋ አግባብ ያልሆነ ባህሪዎች ሲዘጋጁ ነው ማሰናጃውን ይምረጡ እና ይመርምሩ ማረሚያ - ዳታቤዝ - ባህሪዎች"
-#: strings.hrc:458
+#: dbaccess/inc/strings.hrc:458
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "ስህተት"
-#: strings.hrc:459
+#: dbaccess/inc/strings.hrc:459
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "ማስጠንቀቂያ"
-#: strings.hrc:460
+#: dbaccess/inc/strings.hrc:460
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "መረጃ"
-#: strings.hrc:461
+#: dbaccess/inc/strings.hrc:461
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "ዝርዝሮች"
-#: strings.hrc:463
+#: dbaccess/inc/strings.hrc:463
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "በእርግጥ ተጠቃሚውን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:464
+#: dbaccess/inc/strings.hrc:464
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "ይህ ዳታቤዝ የ ተጠቃሚ አስተዳዳሪን አይደግፍም"
-#: strings.hrc:465
+#: dbaccess/inc/strings.hrc:465
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "የመግቢያ ቃሉ አይመሳሰልም ፡ እባክዎን የመግቢያ ቃሉን እንደገና ያስገቡ"
-#: strings.hrc:467
+#: dbaccess/inc/strings.hrc:467
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "እባክዎን ያስታውሱ አንዳንድ ዳታቤዞች እንደዚህ አይነት አገናኞች አይደግፉም"
-#: strings.hrc:468
+#: dbaccess/inc/strings.hrc:468
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "መዝገቦችን ብቻ ማካተቻ ይዞታቸው ከ ሜዳዎቹ ጋር የሚዛመደውን የ ሁለቱንም ተመሳሳይ ሰንጠረዦች"
-#: strings.hrc:469
+#: dbaccess/inc/strings.hrc:469
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' ዋጋቸው በተዛመደው ሜዳዎች ውስጥ የሚመሳሰለውን"
-#: strings.hrc:470
+#: dbaccess/inc/strings.hrc:470
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "ሁሉንም መዝገቦች ይዟል ከ '%1' እና ከ '%2'."
-#: strings.hrc:471
+#: dbaccess/inc/strings.hrc:471
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "ሁሉንም የ cartesian product መዝገብ ይይዛል ከ '%1' እና እስከ '%2'."
-#: strings.hrc:473
+#: dbaccess/inc/strings.hrc:473
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "መድረሻው ዳታቤዝ መመልከቻን አይደግፍም"
-#: strings.hrc:474
+#: dbaccess/inc/strings.hrc:474
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "መድረሻው ዳታቤዝ ቀዳሚ ቁልፎችን አይደግፍም"
-#: strings.hrc:475
+#: dbaccess/inc/strings.hrc:475
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 "ምንም የ ዳታ መድረሻ መግለጫ አልተገኘም: ወይንም የ ዳታ መድረሻ መግለጫ አስፈላጊ መረጃ አልተገኘም"
-#: strings.hrc:476
+#: dbaccess/inc/strings.hrc:476
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "ለጊዜው የተደገፉት ሰንጠረዦች እና ጥያቄዎች ብቻ ናቸው"
-#: strings.hrc:477
+#: dbaccess/inc/strings.hrc:477
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "የ ኮፒ ምንጮች ውጤት ማሰናጃ ምልክት ማድረጊያዎችን መደገፍ አለበት"
-#: strings.hrc:478
+#: dbaccess/inc/strings.hrc:478
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "ያልተደገፈ የምንጭ አምድ አይነት ($type$) በ አምድ ቦታ $pos$"
-#: strings.hrc:479
+#: dbaccess/inc/strings.hrc:479
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "ዋጋ የሌላቸው የ ቁጥር ማስነሻ ደንቦች"
-#: strings.hrc:480
+#: dbaccess/inc/strings.hrc:480
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "ስህተት ተፈጥሯል በማስነሳት ላይ እንዳለ"
-#: strings.hrc:481
+#: dbaccess/inc/strings.hrc:481
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "በምንጭ መግለጫው ኮፒ ውስጥ ያልተደገፈ ማሰናጃ : $name$."
-#: strings.hrc:482
+#: dbaccess/inc/strings.hrc:482
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "ጥያቄዎችን ኮፒ ለማድረግ: የ እርስዎ ግንኙነት ጥያቄ መጠየቅ አለበት"
-#: strings.hrc:483
+#: dbaccess/inc/strings.hrc:483
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "የ ተሰጠው ተጽእኖ ያዢ ዋጋ የለውም"
-#: strings.hrc:485
+#: dbaccess/inc/strings.hrc:485
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "ይህ ዝምድና ቀደም ሲል ነበር ፡ ሊያርሙት ይፈልጋሉ ወይስ አዲስ ይፈጠር?"
-#: strings.hrc:486
+#: dbaccess/inc/strings.hrc:486
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "ማረሚያ..."
-#: strings.hrc:487
+#: dbaccess/inc/strings.hrc:487
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "መፍጠሪያ..."
-#: strings.hrc:488
+#: dbaccess/inc/strings.hrc:488
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: የ ተዛመደ ንድፍ"
-#: strings.hrc:489
+#: dbaccess/inc/strings.hrc:489
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "ዳታቤዙ ዝምድናን አይደግፍም"
-#: strings.hrc:490
+#: dbaccess/inc/strings.hrc:490
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "ደህና ልቀጥል?"
-#: strings.hrc:491
+#: dbaccess/inc/strings.hrc:491
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"
@@ -2321,332 +2321,332 @@ msgstr ""
"ዳታቤዙ ግንኙነቱን መፍጠር አልቻለም ፡ ምናልባት የውጪ ቁልፎች ለ እንደዚህ አይነት ሰንጠረዥ ድግፍ አይሰጡም ይሆናል \n"
"እባክዎን የዳታቤዝ ሰነድ አቀማመጥዎን ይመርምሩ"
-#: admindialog.ui:8
+#: dbaccess/uiconfig/ui/admindialog.ui:8
msgctxt "admindialog|AdminDialog"
msgid "Database Properties"
msgstr "የ ዳታቤዝ ባህሪዎች"
-#: admindialog.ui:92
+#: dbaccess/uiconfig/ui/admindialog.ui:92
msgctxt "admindialog|advanced"
msgid "Advanced Properties"
msgstr "የረቀቁ ባህሪዎች"
-#: advancedsettingsdialog.ui:8
+#: dbaccess/uiconfig/ui/advancedsettingsdialog.ui:8
msgctxt "advancedsettingsdialog|AdvancedSettingsDialog"
msgid "Advanced Settings"
msgstr "የረቀቁ ማሰናጃዎች"
-#: advancedsettingsdialog.ui:92
+#: dbaccess/uiconfig/ui/advancedsettingsdialog.ui:92
msgctxt "advancedsettingsdialog|generated"
msgid "Generated Values"
msgstr "የመነጩ ዋጋዎች"
-#: advancedsettingsdialog.ui:114
+#: dbaccess/uiconfig/ui/advancedsettingsdialog.ui:114
msgctxt "advancedsettingsdialog|special"
msgid "Special Settings"
msgstr "የተለዩ ማሰናጃዎች"
-#: applycolpage.ui:162
+#: dbaccess/uiconfig/ui/applycolpage.ui:162
msgctxt "applycolpage|label1"
msgid "Existing Columns"
msgstr "የነበሩት አምዶች"
-#: authentificationpage.ui:18
+#: dbaccess/uiconfig/ui/authentificationpage.ui:18
msgctxt "authentificationpage|header"
msgid "Set up the user authentication"
msgstr "የተጠቃሚ ማረጋገጫ ማሰናጃ"
-#: authentificationpage.ui:35
+#: dbaccess/uiconfig/ui/authentificationpage.ui:35
msgctxt "authentificationpage|helptext"
msgid "Some databases require you to enter a user name."
msgstr "አንዳንድ ዳታቤዞች የተጠቃሚ ስም እንዲያስገቡ ይጠየቃሉ"
-#: authentificationpage.ui:60
+#: dbaccess/uiconfig/ui/authentificationpage.ui:60
msgctxt "authentificationpage|generalUserNameLabel"
msgid "_User name"
msgstr "_የተጠቃሚ ስም"
-#: authentificationpage.ui:86
+#: dbaccess/uiconfig/ui/authentificationpage.ui:86
msgctxt "authentificationpage|passRequiredCheckbutton"
msgid "Password re_quired"
msgstr "የመግቢያ ቃል ያስ_ፈልጋል"
-#: authentificationpage.ui:111
+#: dbaccess/uiconfig/ui/authentificationpage.ui:111
msgctxt "authentificationpage|testConnectionButton"
msgid "_Test Connection"
msgstr "ግንኙነት _መሞከሪያ"
-#: autocharsetpage.ui:38
+#: dbaccess/uiconfig/ui/autocharsetpage.ui:38
msgctxt "autocharsetpage|charsetlabel"
msgid "_Character set:"
msgstr "_ባህሪ ማሰናጃ:"
-#: autocharsetpage.ui:68
+#: dbaccess/uiconfig/ui/autocharsetpage.ui:68
msgctxt "autocharsetpage|charsetheader"
msgid "Data Conversion"
msgstr "ዳታ መቀየሪያ"
-#: backuppage.ui:18
+#: dbaccess/uiconfig/ui/backuppage.ui:18
msgctxt "backuppage|label1"
msgid "Backup Your Document"
msgstr "ለ ሰነዱ ተተኪ ማሰናጃ"
-#: backuppage.ui:35
+#: dbaccess/uiconfig/ui/backuppage.ui:35
msgctxt "backuppage|label2"
msgid "To allow you to go back to the state before the migration, the database document will be backed up to a location of your choice. Every change done by the wizard will be made to the original document, the backup will stay untouched."
msgstr "ከ መዘዋወሩ በፊት ወደ ነበረበት ሁኔታ ለ መመለስ የ ዳታቤዝ ሰነድ ተተኪ ይሰራል በሚፈልጉት እና በምርጫዎ አካባቢ: ማናቸውም ለውጦች በ አዋቂው የተለወጡ ሰነዶች ወደ ነበሩበት ይመለሳሉ: ተተኪ ሳይነካ ይቆያል"
-#: backuppage.ui:51
+#: dbaccess/uiconfig/ui/backuppage.ui:51
msgctxt "backuppage|startmigrate"
msgid "Press 'Next' to save a copy of your document, and to begin the migration."
msgstr "ይጫኑ 'ይቀጥሉ' የሚለውን የሰነዱን ኮፒ ለማስቀመጥ: እና ማዘዋወር ለማስጀመር"
-#: backuppage.ui:76
+#: dbaccess/uiconfig/ui/backuppage.ui:76
msgctxt "backuppage|label3"
msgid "Save to:"
msgstr "ማስቀመጫ ወደ:"
-#: backuppage.ui:110
+#: dbaccess/uiconfig/ui/backuppage.ui:110
msgctxt "backuppage|browse"
msgid "Browse..."
msgstr "መቃኛ ..."
-#: choosedatasourcedialog.ui:8
+#: dbaccess/uiconfig/ui/choosedatasourcedialog.ui:8
msgctxt "choosedatasourcedialog|ChooseDataSourceDialog"
msgid "Data Source"
msgstr "የ ዳታ ምንጭ"
-#: choosedatasourcedialog.ui:67
+#: dbaccess/uiconfig/ui/choosedatasourcedialog.ui:67
msgctxt "choosedatasourcedialog|organize"
msgid "Or_ganize..."
msgstr "ማደ_ራጃ..."
-#: choosedatasourcedialog.ui:100
+#: dbaccess/uiconfig/ui/choosedatasourcedialog.ui:100
msgctxt "choosedatasourcedialog|label1"
msgid "Choose a data source:"
msgstr "የ ዳታ ምንጭ ይምረጡ:"
-#: collectionviewdialog.ui:11
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:11
msgctxt "collectionviewdialog|CollectionView"
msgid "Save"
msgstr "ማስቀመጫ"
-#: collectionviewdialog.ui:26
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:26
msgctxt "collectionviewdialog|ok"
msgid "_Save"
msgstr "_ማስቀመጫ"
-#: collectionviewdialog.ui:119
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:120
msgctxt "collectionviewdialog|newFolderButton|tooltip_text"
msgid "Create New Directory"
msgstr "አዲስ ዳይሬክቶሪ መፍጠሪያ"
-#: collectionviewdialog.ui:135
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:136
msgctxt "collectionviewdialog|upButton|tooltip_text"
msgid "Up One Level"
msgstr "አንድ ደረጃ ወደ ላይ"
-#: collectionviewdialog.ui:176
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:177
msgctxt "collectionviewdialog|fileNameLabel"
msgid "File _name:"
msgstr "የ ፋይል _ስም:"
-#: colwidthdialog.ui:15
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:15
msgctxt "colwidthdialog|ColWidthDialog"
msgid "Column Width"
msgstr "የ አምድ ስፋት"
-#: colwidthdialog.ui:94
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:94
msgctxt "colwidthdialog|label1"
msgid "_Width:"
msgstr "_ስፋት:"
-#: colwidthdialog.ui:119
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:118
msgctxt "colwidthdialog|automatic"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
-#: connectionpage.ui:41
+#: dbaccess/uiconfig/ui/connectionpage.ui:41
msgctxt "connectionpage|browseurllabel"
msgid "Path to the dBASE files:"
msgstr "መንገድ ወደ dBASE ፋይሎች:"
-#: connectionpage.ui:64
+#: dbaccess/uiconfig/ui/connectionpage.ui:63
msgctxt "connectionpage|create"
msgid "_Create New"
msgstr "አዲስ _መፍጠሪያ"
-#: connectionpage.ui:78
+#: dbaccess/uiconfig/ui/connectionpage.ui:77
msgctxt "connectionpage|browse"
msgid "_Browse…"
msgstr "_መቃኛ…"
-#: connectionpage.ui:98
+#: dbaccess/uiconfig/ui/connectionpage.ui:97
msgctxt "connectionpage|generalLabel"
msgid "General"
msgstr "ባጠቃላይ"
-#: connectionpage.ui:140
+#: dbaccess/uiconfig/ui/connectionpage.ui:139
msgctxt "connectionpage|userNameLabel"
msgid "_User name:"
msgstr "የ _ተጠቃሚ ስም:"
-#: connectionpage.ui:162
+#: dbaccess/uiconfig/ui/connectionpage.ui:161
msgctxt "connectionpage|passCheckbutton"
msgid "Password required"
msgstr "የመግቢያ ቃል ያስፈልጋል"
-#: connectionpage.ui:186
+#: dbaccess/uiconfig/ui/connectionpage.ui:186
msgctxt "connectionpage|userlabel"
msgid "User Authentication"
msgstr "የተጠቃሚ ማረጋገጫ"
-#: connectionpage.ui:227
+#: dbaccess/uiconfig/ui/connectionpage.ui:227
msgctxt "connectionpage|javaDriverLabel"
msgid "_JDBC driver class:"
msgstr "_JDBC driver class:"
-#: connectionpage.ui:252
+#: dbaccess/uiconfig/ui/connectionpage.ui:251
msgctxt "connectionpage|driverButton"
msgid "Test Class"
msgstr "ክፍል መሞከሪያ"
-#: connectionpage.ui:272
+#: dbaccess/uiconfig/ui/connectionpage.ui:271
msgctxt "connectionpage|JDBCLabel"
msgid "JDBC Properties"
msgstr "JDBC Properties"
-#: connectionpage.ui:287
+#: dbaccess/uiconfig/ui/connectionpage.ui:286
msgctxt "connectionpage|connectionButton"
msgid "Test Connection"
msgstr "ግንኙነት መሞከሪያ"
-#: copytablepage.ui:35
+#: dbaccess/uiconfig/ui/copytablepage.ui:35
msgctxt "copytablepage|defdata"
msgid "De_finition and data"
msgstr "መግ_ለጫ እና ዳታ"
-#: copytablepage.ui:52
+#: dbaccess/uiconfig/ui/copytablepage.ui:52
msgctxt "copytablepage|def"
msgid "Def_inition"
msgstr "መግ_ለጫ"
-#: copytablepage.ui:68
+#: dbaccess/uiconfig/ui/copytablepage.ui:68
msgctxt "copytablepage|view"
msgid "A_s table view"
msgstr "እ_ንደ ሰንጠረዥ መመልከቻ"
-#: copytablepage.ui:84
+#: dbaccess/uiconfig/ui/copytablepage.ui:84
msgctxt "copytablepage|data"
msgid "Append _data"
msgstr "_ዳታ መጨመሪያ"
-#: copytablepage.ui:100
+#: dbaccess/uiconfig/ui/copytablepage.ui:100
msgctxt "copytablepage|firstline"
msgid "Use first _line as column names"
msgstr "የ መጀመሪያውን _መስመር እንደ አምድ ስሞች መጠቀሚያ"
-#: copytablepage.ui:115
+#: dbaccess/uiconfig/ui/copytablepage.ui:115
msgctxt "copytablepage|primarykey"
msgid "Crea_te new field as primary key"
msgstr "አዲስ ሜዳ መፍጠ_ሪያ እንደ ቀዳሚ ቁልፍ"
-#: copytablepage.ui:143
+#: dbaccess/uiconfig/ui/copytablepage.ui:143
msgctxt "copytablepage|keynamelabel"
msgid "Name:"
msgstr "ስም:"
-#: copytablepage.ui:175
+#: dbaccess/uiconfig/ui/copytablepage.ui:175
msgctxt "copytablepage|infoLabel"
msgid "Existing data fields can be set as primary key on the type formatting step (third page) of the wizard."
msgstr "የ ነበረውን የ ዳታ ሜዳ እንደ ቀዳሚ ቁልፍ ማሰናዳት ይቻላል በ አቀራረብ አይነት ደረጃ (ገጽ ሶስት) በ አዋቂው ውስጥ"
-#: copytablepage.ui:192
+#: dbaccess/uiconfig/ui/copytablepage.ui:192
msgctxt "copytablepage|label1"
msgid "Options"
msgstr "ምርጫዎች"
-#: copytablepage.ui:215
+#: dbaccess/uiconfig/ui/copytablepage.ui:215
msgctxt "copytablepage|label2"
msgid "Ta_ble name:"
msgstr "የ ሰን_ጠረዥ ስም:"
-#: dbaseindexdialog.ui:28
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:28
msgctxt "dbaseindexdialog|DBaseIndexDialog"
msgid "Indexes"
msgstr "ማውጫዎች"
-#: dbaseindexdialog.ui:107
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:107
msgctxt "dbaseindexdialog|label1"
msgid "_Table:"
msgstr "_ሰንጠረዥ:"
-#: dbaseindexdialog.ui:162
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:162
msgctxt "dbaseindexdialog|label3"
msgid "T_able indexes"
msgstr "የ ሰ_ንጠረዥ ማውጫዎች"
-#: dbaseindexdialog.ui:176
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:176
msgctxt "dbaseindexdialog|label4"
msgid "_Free indexes"
msgstr "_ነፃ ማውጫዎች"
-#: dbaseindexdialog.ui:294
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:294
msgctxt "dbaseindexdialog|label2"
msgid "Assignment"
msgstr "ስራ"
-#: dbasepage.ui:38
+#: dbaccess/uiconfig/ui/dbasepage.ui:38
msgctxt "dbasepage|charsetlabel"
msgid "_Character set:"
msgstr "_ባህሪ ማሰናጃ:"
-#: dbasepage.ui:68
+#: dbaccess/uiconfig/ui/dbasepage.ui:68
msgctxt "dbasepage|charsetheader"
msgid "Data Conversion"
msgstr "ዳታ መቀየሪያ"
-#: dbasepage.ui:104
+#: dbaccess/uiconfig/ui/dbasepage.ui:104
msgctxt "dbasepage|showDelRowsCheckbutton"
msgid "Display deleted records as well"
msgstr "የ ጠፉ መዝገቦችን በሙሉ ማሳያ"
-#: dbasepage.ui:123
+#: dbaccess/uiconfig/ui/dbasepage.ui:124
msgctxt "dbasepage|specMessageLabel"
msgid "Note: When deleted, and thus inactive, records are displayed, you will not be able to delete records from the data source."
msgstr "ማስታወሻ: በሚያጠፉ ጊዜ አንዳንድ ንቁ ያልሆኑ መዝገቦች ይታያሉ: ከዳታ ምንጩ መዝገቦችን ማጥፋት አይችሉም"
-#: dbasepage.ui:141
+#: dbaccess/uiconfig/ui/dbasepage.ui:142
msgctxt "dbasepage|label1"
msgid "Optional Settings"
msgstr "አማራጭ ማሰናጃዎች"
-#: dbasepage.ui:156
+#: dbaccess/uiconfig/ui/dbasepage.ui:157
msgctxt "dbasepage|indiciesButton"
msgid "Indexes..."
msgstr "ማውጫዎች..."
-#: dbwizconnectionpage.ui:36
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:36
msgctxt "dbwizconnectionpage|helptext"
msgid "label"
msgstr "ምልክት"
-#: dbwizconnectionpage.ui:57
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:57
msgctxt "dbwizconnectionpage|browseurllabel"
msgid "Path to the dBASE files:"
msgstr "መንገድ ወደ dBASE ፋይሎች:"
-#: dbwizconnectionpage.ui:80
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:79
msgctxt "dbwizconnectionpage|create"
msgid "_Create New"
msgstr "አዲስ _መፍጠሪያ"
-#: dbwizconnectionpage.ui:94
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:93
msgctxt "dbwizconnectionpage|browse"
msgid "_Browse…"
msgstr "_መቃኛ…"
-#: dbwizmysqlintropage.ui:38
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:38
msgctxt "dbwizmysqlintropage|label2"
msgid ""
"You can connect to a MySQL database using either ODBC or JDBC.\n"
@@ -2655,192 +2655,192 @@ msgstr ""
"መገናኘት ይችላሉ ወደ MySQL ዳታቤዝ ODBC ወይንም JDBC በመጠቀም \n"
"እባክዎን የስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ"
-#: dbwizmysqlintropage.ui:69
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:69
msgctxt "dbwizmysqlintropage|odbc"
msgid "Connect using ODBC (Open Database Connectivity)"
msgstr "ይህን በመጠቀም ይገናኙ ODBC (Open Database Connectivity)"
-#: dbwizmysqlintropage.ui:85
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:86
msgctxt "dbwizmysqlintropage|jdbc"
msgid "Connect using JDBC (Java Database Connectivity)"
msgstr "ይህን በመጠቀም ይገናኙ JDBC (Java Database Connectivity)"
-#: dbwizmysqlintropage.ui:103
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:105
msgctxt "dbwizmysqlintropage|directly"
msgid "Connect directly"
msgstr "በቀጥታ መገናኛ"
-#: dbwizmysqlintropage.ui:125
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:128
msgctxt "dbwizmysqlintropage|label1"
msgid "How do you want to connect to your MySQL database?"
msgstr "ወደ እርስዎ MySQL ዳታቤዝ እንዴት ነው መገናኘት የሚፈልጉት?"
-#: dbwizmysqlintropage.ui:143
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:146
msgctxt "dbwizmysqlintropage|header"
msgid "Set Up a Connection to a MySQL Database"
msgstr "ወደ MySQL ዳታቤዝ ግንኙነት ማሰናጃ"
-#: dbwizmysqlnativepage.ui:41
+#: dbaccess/uiconfig/ui/dbwizmysqlnativepage.ui:41
msgctxt "dbwizmysqlnativepage|helptext"
msgid "Please enter the required information to connect to a MySQL database."
msgstr "እባክዎን ወደ MySQL database ለመገናኘት የሚያስፈልገውን መረጃ ያስገቡ"
-#: dbwizmysqlnativepage.ui:76
+#: dbaccess/uiconfig/ui/dbwizmysqlnativepage.ui:76
msgctxt "dbwizmysqlnativepage|header"
msgid "Set Up a Connection to a MySQL Database"
msgstr "ወደ MySQL ዳታቤዝ ግንኙነት ማሰናጃ"
-#: dbwizspreadsheetpage.ui:74
+#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:73
msgctxt "dbwizspreadsheetpage|browse"
msgid "Browse"
msgstr "መቃኛ"
-#: dbwizspreadsheetpage.ui:90
+#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:89
msgctxt "dbwizspreadsheetpage|create"
msgid "Create New"
msgstr "አዲስ መፍጠሪያ"
-#: dbwizspreadsheetpage.ui:148
+#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:147
msgctxt "dbwizspreadsheetpage|passwordrequired"
msgid "_Password required"
msgstr "_የመግቢያ ቃል ያስፈልጋል"
-#: dbwiztextpage.ui:74
+#: dbaccess/uiconfig/ui/dbwiztextpage.ui:73
msgctxt "dbwiztextpage|browse"
msgid "Browse"
msgstr "መቃኛ"
-#: dbwiztextpage.ui:90
+#: dbaccess/uiconfig/ui/dbwiztextpage.ui:89
msgctxt "dbwiztextpage|create"
msgid "Create New"
msgstr "አዲስ መፍጠሪያ"
-#: deleteallrowsdialog.ui:12
+#: dbaccess/uiconfig/ui/deleteallrowsdialog.ui:12
msgctxt "deleteallrowsdialog|DeleteAllRowsDialog"
msgid "You are trying to delete all the columns in the table. A table cannot exist without columns. Should the table be deleted from the database? If not, the table will remain unchanged."
msgstr "በ ሰንጠረዡ ውስጥ ያሉትን አምዶች በሙሉ ሊያጠፉ ነው: ሰንጠረዥ ያለ አምዶች ሊኖር አይችልም: ሰንጠረዡን ከ ዳታቤዝ ውስጥ ላጥፋው? ያለበለዚያ ሰንጠረዡ ሳይቀየር ይቀመጣል"
-#: designsavemodifieddialog.ui:12
+#: dbaccess/uiconfig/ui/designsavemodifieddialog.ui:12
msgctxt "designsavemodifieddialog|DesignSaveModifiedDialog"
msgid "Do you want to save the changes?"
msgstr "ለውጦቹን ማስቀመጥ ይፈልጋሉ?"
-#: designsavemodifieddialog.ui:13
+#: dbaccess/uiconfig/ui/designsavemodifieddialog.ui:13
msgctxt "designsavemodifieddialog|DesignSaveModifiedDialog"
msgid "The relation design has been changed."
msgstr "የተዛመደው ንድፍ ተቀይሯል"
-#: directsqldialog.ui:9
+#: dbaccess/uiconfig/ui/directsqldialog.ui:9
msgctxt "directsqldialog|DirectSQLDialog"
msgid "Execute SQL Statement"
msgstr "የ SQL አረፍተ ነገር መፈጸሚያ"
-#: directsqldialog.ui:92
+#: dbaccess/uiconfig/ui/directsqldialog.ui:92
msgctxt "directsqldialog|sql_label"
msgid "_Command to execute:"
msgstr "የሚፈጸመው _ትእዛዝ:"
-#: directsqldialog.ui:108
+#: dbaccess/uiconfig/ui/directsqldialog.ui:108
msgctxt "directsqldialog|showoutput"
msgid "_Show output of \"select\" statements"
msgstr "ውጤቶች _ማሳያ \"ለተመረጡት\" አነጋገሮች"
-#: directsqldialog.ui:123
+#: dbaccess/uiconfig/ui/directsqldialog.ui:123
msgctxt "directsqldialog|execute"
msgid "_Execute"
msgstr "_መፈጸሚያ"
-#: directsqldialog.ui:158
+#: dbaccess/uiconfig/ui/directsqldialog.ui:158
msgctxt "directsqldialog|sqlhistory_label"
msgid "_Previous commands:"
msgstr "_ቀደም ያሉት ትእዛዞች:"
-#: directsqldialog.ui:175
+#: dbaccess/uiconfig/ui/directsqldialog.ui:175
msgctxt "directsqldialog|label1"
msgid "SQL Command"
msgstr "የ SQL ትእዛዝ"
-#: directsqldialog.ui:220
+#: dbaccess/uiconfig/ui/directsqldialog.ui:220
msgctxt "directsqldialog|label2"
msgid "Status"
msgstr "ሁኔታው"
-#: directsqldialog.ui:265
+#: dbaccess/uiconfig/ui/directsqldialog.ui:265
msgctxt "directsqldialog|label3"
msgid "Output"
msgstr "ውጤት"
-#: fielddialog.ui:8
+#: dbaccess/uiconfig/ui/fielddialog.ui:8
msgctxt "fielddialog|FieldDialog"
msgid "Field Format"
msgstr "የ ሜዳ አቀራረብ"
-#: fielddialog.ui:111
+#: dbaccess/uiconfig/ui/fielddialog.ui:111
msgctxt "fielddialog|format"
msgid "Format"
msgstr "አቀራረብ"
-#: fielddialog.ui:133
+#: dbaccess/uiconfig/ui/fielddialog.ui:133
msgctxt "fielddialog|alignment"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: fielddialog.ui:152
+#: dbaccess/uiconfig/ui/fielddialog.ui:152
msgctxt "fielddialog|alttitle"
msgid "Table Format"
msgstr "የ ሰንጠረዥ አቀራረብ"
-#: finalpagewizard.ui:17
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:17
msgctxt "finalpagewizard|headerText"
msgid "Decide How to Proceed After Saving the Database"
msgstr "ዳታቤዙን ካስቀመጡ በኋላ እንዴት መቀጠል እንደሚፈልጉ ይወስኑ"
-#: finalpagewizard.ui:44
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:44
msgctxt "finalpagewizard|helpText"
msgid "Do you want the wizard to register the database in %PRODUCTNAME?"
msgstr "አዋቂው የዳታቤዙን እንዲመዘግብሎት ይፈልጋሉ በ %PRODUCTNAME ውስጥ?"
-#: finalpagewizard.ui:56
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:56
msgctxt "finalpagewizard|yesregister"
msgid "_Yes, register the database for me"
msgstr "_አዎ ዳታቤዙን ለኔ መዝግብልኝ"
-#: finalpagewizard.ui:74
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:74
msgctxt "finalpagewizard|noregister"
msgid "N_o, do not register the database"
msgstr "አ_ይ ዳታቤዙን አትመዝግብ"
-#: finalpagewizard.ui:105
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:105
msgctxt "finalpagewizard|additionalText"
msgid "After the database file has been saved, what do you want to do?"
msgstr "የ ዳታቤዝ ፋይሉ ከ ተቀመጠ በኋላ፡ ምን መስራት ነው የሚፈልጉት?"
-#: finalpagewizard.ui:116
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:116
msgctxt "finalpagewizard|openediting"
msgid "Open the database for editing"
msgstr "ለማረም ዳታቤዝ መክፈቻ"
-#: finalpagewizard.ui:132
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:132
msgctxt "finalpagewizard|usewizard"
msgid "Create tables using the table wizard"
msgstr "የ ሰንጠረዥ አዋቂን በመጠቀም ሰንጠርዦች መፍጠሪያ"
-#: finalpagewizard.ui:156
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:157
msgctxt "finalpagewizard|finishText"
msgid "Click 'Finish' to save the database."
msgstr "ይጫኑ 'መጨረሻ' የሚለውን የ ዳታቤዝ ለ ማስቀመጥ"
-#: generalpagedialog.ui:17
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:17
msgctxt "generalpagedialog|datasourceTypePre"
msgid "Select the type of database to which you want to establish a connection."
msgstr "ግንኙነት መፍጠር የሚፈልጉትን የዳታቤዝ አይነት ይምረጡ"
-#: generalpagedialog.ui:31
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:31
msgctxt "generalpagedialog|datasourceTypeLabel"
msgid "Database _type:"
msgstr "የ ዳታቤዝ _አይነት:"
-#: generalpagedialog.ui:59
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:59
msgctxt "generalpagedialog|datasourceTypeHelp"
msgid ""
"On the following pages, you can make detailed settings for the connection.\n"
@@ -2851,527 +2851,547 @@ msgstr ""
"\n"
"አዲስ የመረጡት ማሰናጃ ቀደም ብሎ በነበረው ማሰናጃ ላይ ተደርቦ ይጻፋል"
-#: generalpagewizard.ui:18
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:18
msgctxt "generalpagewizard|headerText"
msgid "Welcome to the %PRODUCTNAME Database Wizard"
msgstr "እንኳን ደህና መጡ ወደ %PRODUCTNAME ዳታቤዝ አዋቂ"
-#: generalpagewizard.ui:35
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:35
msgctxt "generalpagewizard|helpText"
msgid "Use the Database Wizard to create a new database, open an existing database file, or connect to a database stored on a server."
msgstr "አዲስ የዳታቤዝ ለመፍጠር የዳታቤዝ አዋቂን ይጠቀሙ ፡ የነበረውን የዳታቤዝ ፋይል ይክፈቱ ወይንም ሰርቨሩ ላይ የተቀመጠውን ዳታቤዝ ጋር ይገናኙ"
-#: generalpagewizard.ui:50
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:50
msgctxt "generalpagewizard|sourceTypeHeader"
msgid "What do you want to do?"
msgstr "ምን መስራት ይፈልጋሉ?"
-#: generalpagewizard.ui:61
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:61
msgctxt "generalpagewizard|createDatabase"
msgid "Create a n_ew database"
msgstr "አ_ዲስ የዳታቤዝ መፍጠሪያ"
-#: generalpagewizard.ui:88
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:88
msgctxt "generalpagewizard|embeddeddbLabel"
msgid "_Embedded database:"
msgstr "የ _ተጣበቀ ዳታቤዝ:"
-#: generalpagewizard.ui:118
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:118
msgctxt "generalpagewizard|openExistingDatabase"
msgid "Open an existing database _file"
msgstr "የነበረውን የ ዳታቤዝ _ፋይል መክፈቻ"
-#: generalpagewizard.ui:146
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:146
msgctxt "generalpagewizard|docListLabel"
msgid "_Recently used:"
msgstr "_በቅርብ ጊዜ የተጠቀሙት:"
-#: generalpagewizard.ui:179
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:179
msgctxt "generalpagewizard|openDatabase"
msgid "Open"
msgstr "መክፈቻ"
-#: generalpagewizard.ui:195
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:195
msgctxt "generalpagewizard|connectDatabase"
msgid "Connect to an e_xisting database"
msgstr "ወደ ነ_በረው የ ዳታቤዝ መገናኛ"
-#: generalspecialjdbcdetailspage.ui:39
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:39
msgctxt "generalspecialjdbcdetailspage|label2"
msgid "_Host name:"
msgstr "የ _ጋባዥ ስም:"
-#: generalspecialjdbcdetailspage.ui:53
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:53
msgctxt "generalspecialjdbcdetailspage|label3"
msgid "_Port number:"
msgstr "የ _Port ቁጥር:"
-#: generalspecialjdbcdetailspage.ui:78
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:78
msgctxt "generalspecialjdbcdetailspage|socketLabel"
msgid "Socket:"
msgstr "ተሰኪ:"
-#: generalspecialjdbcdetailspage.ui:90
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:90
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "MySQL JDBC d_river class:"
-#: generalspecialjdbcdetailspage.ui:112
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:112
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "ክፍል መሞከሪያ"
-#: generalspecialjdbcdetailspage.ui:162
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:162
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "ግንኙነት ማሰናጃዎች"
-#: generalspecialjdbcdetailspage.ui:199
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:199
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "_ባህሪ ማሰናጃ:"
-#: generalspecialjdbcdetailspage.ui:229
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:229
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr "ዳታ መቀየሪያ"
-#: generatedvaluespage.ui:29
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:29
msgctxt "generatedvaluespage|autoretrieve"
msgid "Re_trieve generated values"
msgstr "የ መነጩ ዋጋዎችን ፈልጎ_ማግኛ"
-#: generatedvaluespage.ui:65
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:65
msgctxt "generatedvaluespage|statementft"
msgid "_Auto-increment statement:"
msgstr "_በራሱ-መጨመሪያ አነጋገር:"
-#: generatedvaluespage.ui:103
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:103
msgctxt "generatedvaluespage|queryft"
msgid "_Query of generated values:"
msgstr "_ጥያቄ ከ ዋጋዎች ውስጥ የመነጩ:"
-#: generatedvaluespage.ui:146
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:146
msgctxt "generatedvaluespage|label1"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: indexdesigndialog.ui:9
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:9
msgctxt "indexdesigndialog|IndexDesignDialog"
msgid "Indexes"
msgstr "ማውጫዎች"
-#: indexdesigndialog.ui:80
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:80
msgctxt "indexdesigndialog|ID_INDEX_NEW"
msgid "New Index"
msgstr "አዲስ ማውጫ"
-#: indexdesigndialog.ui:95
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:95
msgctxt "indexdesigndialog|ID_INDEX_DROP"
msgid "Delete Current Index"
msgstr "የ አሁኑን ማውጫ ማጥፊያ"
-#: indexdesigndialog.ui:110
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:110
msgctxt "indexdesigndialog|ID_INDEX_RENAME"
msgid "Rename Current Index"
msgstr "የ አሁኑን ማውጫ እንደገና መሰየሚያ"
-#: indexdesigndialog.ui:125
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:125
msgctxt "indexdesigndialog|ID_INDEX_SAVE"
msgid "Save Current Index"
msgstr "የ አሁኑን ማውጫ ማስቀመጫ"
-#: indexdesigndialog.ui:140
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:140
msgctxt "indexdesigndialog|ID_INDEX_RESET"
msgid "Reset Current Index"
msgstr "የ አሁኑን ማውጫ እንደ ነበር መመለሻ"
-#: indexdesigndialog.ui:276
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:276
msgctxt "indexdesigndialog|DESC_LABEL"
msgid "Index identifier:"
msgstr "የ ማውጫ መለያ:"
-#: indexdesigndialog.ui:297
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:297
msgctxt "indexdesigndialog|UNIQUE"
msgid "_Unique"
msgstr "_የተለየ"
-#: indexdesigndialog.ui:319
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:319
msgctxt "indexdesigndialog|FIELDS_LABEL"
msgid "Fields:"
msgstr "ሜዳዎች:"
-#: indexdesigndialog.ui:352
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:352
msgctxt "indexdesigndialog|INDEX_DETAILS"
msgid "Index Details"
msgstr "የማውጫ ዝርዝሮች"
-#: jdbcconnectionpage.ui:20
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:20
msgctxt "jdbcconnectionpage|header"
msgid "Set Up a Connection to a JDBC Database"
msgstr "ግንኙነት ማሰናጃ ወደ JDBC database"
-#: jdbcconnectionpage.ui:36
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:36
msgctxt "jdbcconnectionpage|helptext"
msgid "Please enter the required information to connect to a JDBC database. Please contact your system administrator if you are unsure about the following settings."
msgstr "እባክዎን ለመገናኘት የሚያስፈልገውን መረጃ ያስገቡ ወደ JDBC ዳታቤዝ እባክዎን የስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ"
-#: jdbcconnectionpage.ui:57
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:57
msgctxt "jdbcconnectionpage|browseurllabel"
msgid "Path to the dBASE files:"
msgstr "መንገድ ወደ dBASE ፋይሎች:"
-#: jdbcconnectionpage.ui:80
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:79
msgctxt "jdbcconnectionpage|create"
msgid "_Create New"
msgstr "አዲስ _መፍጠሪያ"
-#: jdbcconnectionpage.ui:94
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:93
msgctxt "jdbcconnectionpage|browse"
msgid "_Browse…"
msgstr "_መቃኛ…"
-#: jdbcconnectionpage.ui:126
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:125
msgctxt "jdbcconnectionpage|jdbcLabel"
msgid "JDBC d_river class:"
msgstr "JDBC d_river class:"
-#: jdbcconnectionpage.ui:156
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:155
msgctxt "jdbcconnectionpage|jdbcButton"
msgid "_Test Class"
msgstr "ክፍል _መሞከሪያ"
-#: joindialog.ui:15
+#: dbaccess/uiconfig/ui/joindialog.ui:15
msgctxt "joindialog|liststore1"
msgid "Inner join"
msgstr "የውስጥ ማገናኛ"
-#: joindialog.ui:19
+#: dbaccess/uiconfig/ui/joindialog.ui:19
msgctxt "joindialog|liststore1"
msgid "Left join"
msgstr "በ ግራ ማገናኛ"
-#: joindialog.ui:23
+#: dbaccess/uiconfig/ui/joindialog.ui:23
msgctxt "joindialog|liststore1"
msgid "Right join"
msgstr "በ ቀኝ ማገናኛ"
-#: joindialog.ui:27
+#: dbaccess/uiconfig/ui/joindialog.ui:27
msgctxt "joindialog|liststore1"
msgid "Full (outer) join"
msgstr "ሙሉ (የውጪ) አገናኝ"
-#: joindialog.ui:31
+#: dbaccess/uiconfig/ui/joindialog.ui:31
msgctxt "joindialog|liststore1"
msgid "Cross join"
msgstr "መስቀልኛ አገናኝ"
-#: joindialog.ui:39
+#: dbaccess/uiconfig/ui/joindialog.ui:39
msgctxt "joindialog|JoinDialog"
msgid "Join Properties"
msgstr "ባህሪዎች ማገናኛ"
-#: joindialog.ui:162
+#: dbaccess/uiconfig/ui/joindialog.ui:162
msgctxt "joindialog|label1"
msgid "Tables Involved"
msgstr "ሰንጠረዦች ተጠቃለዋል"
-#: joindialog.ui:228
+#: dbaccess/uiconfig/ui/joindialog.ui:228
msgctxt "joindialog|label2"
msgid "Fields Involved"
msgstr "ሜዳዎች ተጠቃለዋል"
-#: joindialog.ui:264
+#: dbaccess/uiconfig/ui/joindialog.ui:264
msgctxt "joindialog|label5"
msgid "_Type:"
msgstr "_አይነት:"
-#: joindialog.ui:287
+#: dbaccess/uiconfig/ui/joindialog.ui:287
msgctxt "joindialog|natural"
msgid "Natural"
msgstr "በተፈጥሮ"
-#: joindialog.ui:311
+#: dbaccess/uiconfig/ui/joindialog.ui:311
msgctxt "joindialog|label6"
msgid "Options"
msgstr "ምርጫዎች"
-#: jointablemenu.ui:12
+#: dbaccess/uiconfig/ui/jointablemenu.ui:12
msgctxt "jointablemenu|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: joinviewmenu.ui:12
+#: dbaccess/uiconfig/ui/joinviewmenu.ui:12
msgctxt "joinviewmenu|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: joinviewmenu.ui:20
+#: dbaccess/uiconfig/ui/joinviewmenu.ui:20
msgctxt "joinviewmenu|edit"
msgid "Edit..."
msgstr "ማረሚያ ..."
-#: keymenu.ui:12
+#: dbaccess/uiconfig/ui/keymenu.ui:12
msgctxt "keymenu|primarykey"
msgid "Primary Key"
msgstr "ቀዳሚ ቁልፍ"
-#: ldapconnectionpage.ui:18
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:18
msgctxt "ldapconnectionpage|header"
msgid "Set Up a Connection to an LDAP Directory"
msgstr "ግንኙነት ማሰናጃ ወደ LDAP ዳይሬክቶሪ"
-#: ldapconnectionpage.ui:34
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:34
msgctxt "ldapconnectionpage|helpLabel"
msgid "Please enter the required information to connect to an LDAP directory. Please contact your system administrator if you are unsure about the following settings."
msgstr "እባክዎን ለመገናኘት የሚያስፈልገውን መረጃ ያስገቡ ወደ LDAP directory.እባክዎን የስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ"
-#: ldapconnectionpage.ui:57
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:57
msgctxt "ldapconnectionpage|hostNameLabel"
msgid "_Server:"
msgstr "_ሰርቨር:"
-#: ldapconnectionpage.ui:71
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:71
msgctxt "ldapconnectionpage|portNumLabel"
msgid "_Port number:"
msgstr "የ _Port ቁጥር:"
-#: ldapconnectionpage.ui:113
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:113
msgctxt "ldapconnectionpage|portNumDefLabel"
msgid "Default: 389"
msgstr "ነባር: 389"
-#: ldapconnectionpage.ui:132
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:132
msgctxt "ldapconnectionpage|baseDNLabel"
msgid "Base _DN:"
msgstr "Base _DN:"
-#: ldapconnectionpage.ui:161
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:161
msgctxt "ldapconnectionpage|useSSLCheckbutton"
msgid "Use _secure connection (SSL)"
msgstr "_አስተማማኝ ግንኙነት መጠቀሚያ (SSL)"
-#: ldappage.ui:39
+#: dbaccess/uiconfig/ui/ldappage.ui:39
msgctxt "ldappage|label1"
msgid "_Base DN:"
msgstr "_Base DN:"
-#: ldappage.ui:61
+#: dbaccess/uiconfig/ui/ldappage.ui:61
msgctxt "ldappage|useSSLCheckbutton"
msgid "Use secure connection (SSL)"
msgstr "አስተማማኝ ግንኙነት መጠቀሚያ (SSL)"
-#: ldappage.ui:80
+#: dbaccess/uiconfig/ui/ldappage.ui:81
msgctxt "ldappage|label2"
msgid "_Port number:"
msgstr "የ _Port ቁጥር:"
-#: ldappage.ui:105
+#: dbaccess/uiconfig/ui/ldappage.ui:106
msgctxt "ldappage|label3"
msgid "Maximum number of _records:"
msgstr "ከፍተኛ ቁጥር ለ _መዝገቦች:"
-#: ldappage.ui:133
+#: dbaccess/uiconfig/ui/ldappage.ui:134
msgctxt "ldappage|charsetheader"
msgid "Connection Settings"
msgstr "ግንኙነት ማሰናጃዎች"
-#: migratepage.ui:17
+#: dbaccess/uiconfig/ui/migratepage.ui:17
msgctxt "migratepage|label1"
msgid "Migration Progress"
msgstr "በማዘዋወር ሂደት ላይ"
-#: migratepage.ui:34
+#: dbaccess/uiconfig/ui/migratepage.ui:34
msgctxt "migratepage|count"
msgid "The database document contains $forms$ form(s) and $reports$ report(s), which are currently being processed:"
msgstr "የ ዳታቤዝ ሰነድ የያዘው $forms$ form(s) and $reports$ report(s), አሁን በሂደት ላይ ያለት ናቸው:"
-#: migratepage.ui:50
+#: dbaccess/uiconfig/ui/migratepage.ui:50
msgctxt "migratepage|done"
msgid "All forms and reports have been successfully processed. Press 'Next' to show a detailed summary."
msgstr "ሁሉም ፎርሞች እና መግለጫዎች በሚገባ ተካሂደዋል ፡ ይጫኑ 'ይቀጥሉ' የሚለውን ዝርዝር ማጠቃለያዎችን ለማየት"
-#: migratepage.ui:71
+#: dbaccess/uiconfig/ui/migratepage.ui:71
msgctxt "migratepage|label4"
msgid "Overall progress:"
msgstr "ጠቅላላ ሂደቱ:"
-#: migratepage.ui:83
+#: dbaccess/uiconfig/ui/migratepage.ui:83
msgctxt "migratepage|overall"
msgid "document $current$ of $overall$"
msgstr "ሰነድ $current$ ከ $overall$"
-#: migratepage.ui:123
+#: dbaccess/uiconfig/ui/migratepage.ui:123
msgctxt "migratepage|label6"
msgid "Current progress:"
msgstr "የአሁኑ ሂደት:"
-#: migratepage.ui:174
+#: dbaccess/uiconfig/ui/migratepage.ui:174
msgctxt "migratepage|label5"
msgid "Current object:"
msgstr "የአሁኑ እቃ:"
-#: mysqlnativepage.ui:48
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:7
+msgctxt "migrationwarndialog|MigrationWarnDialog"
+msgid "Confirm Migration"
+msgstr ""
+
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:11
+msgctxt "migrationwarndialog|MigrationWarnDialog"
+msgid "The document contains embedded HSQL data, which is deprecated."
+msgstr ""
+
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:12
+msgctxt "migrationwarndialog|MigrationWarnDialog"
+msgid "Would you like to migrate to Firebird now?"
+msgstr ""
+
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:37
+msgctxt "migrationwarndialog|later"
+msgid "_Later"
+msgstr ""
+
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:48
msgctxt "mysqlnativepage|connectionheader"
msgid "Connection Settings"
msgstr "ግንኙነት ማሰናጃዎች"
-#: mysqlnativepage.ui:90
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:90
msgctxt "mysqlnativepage|usernamelabel"
msgid "_User name:"
msgstr "የ _ተጠቃሚ ስም:"
-#: mysqlnativepage.ui:113
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:112
msgctxt "mysqlnativepage|passwordrequired"
msgid "Password required"
msgstr "የመግቢያ ቃል ያስፈልጋል"
-#: mysqlnativepage.ui:137
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:137
msgctxt "mysqlnativepage|userheader"
msgid "User Authentication"
msgstr "የተጠቃሚ ማረጋገጫ"
-#: mysqlnativepage.ui:176
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:176
msgctxt "mysqlnativepage|charsetlabel"
msgid "_Character set:"
msgstr "_ባህሪ ማሰናጃ:"
-#: mysqlnativepage.ui:206
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:206
msgctxt "mysqlnativepage|charsetheader"
msgid "Data Conversion"
msgstr "ዳታ መቀየሪያ"
-#: mysqlnativesettings.ui:25
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:25
msgctxt "mysqlnativesettings|dbnamelabel"
msgid "_Database name:"
msgstr "የ _ዳታቤዝ ስም:"
-#: mysqlnativesettings.ui:63
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:62
msgctxt "mysqlnativesettings|hostport"
msgid "Se_rver/port"
msgstr "ሰር_ቨር /port"
-#: mysqlnativesettings.ui:96
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:95
msgctxt "mysqlnativesettings|serverlabel"
msgid "_Server:"
msgstr "_ሰርቨር:"
-#: mysqlnativesettings.ui:110
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:109
msgctxt "mysqlnativesettings|portlabel"
msgid "_Port:"
msgstr "_Port:"
-#: mysqlnativesettings.ui:138
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:136
msgctxt "mysqlnativesettings|defaultport"
msgid "Default: 3306"
msgstr "ነባር: 3306"
-#: mysqlnativesettings.ui:182
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:179
msgctxt "mysqlnativesettings|socketlabel"
msgid "So_cket:"
msgstr "ተ_ሰኪ:"
-#: mysqlnativesettings.ui:225
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:221
msgctxt "mysqlnativesettings|namedpipelabel"
msgid "Named p_ipe:"
msgstr "የ ተሰየመ p_ipe:"
-#: namematchingpage.ui:48
+#: dbaccess/uiconfig/ui/namematchingpage.ui:48
msgctxt "namematchingpage|all"
msgid "_All"
msgstr "_ሁሉንም"
-#: namematchingpage.ui:65
+#: dbaccess/uiconfig/ui/namematchingpage.ui:65
msgctxt "namematchingpage|none"
msgid "Non_e"
msgstr "ምን_ም"
-#: namematchingpage.ui:101
+#: dbaccess/uiconfig/ui/namematchingpage.ui:101
msgctxt "namematchingpage|leftlabel"
msgid "Source table: "
msgstr "የ ሰንጠረዡ ምንጭ: "
-#: namematchingpage.ui:146
+#: dbaccess/uiconfig/ui/namematchingpage.ui:146
msgctxt "namematchingpage|rightlabel"
msgid "Destination table: "
msgstr "መድረሻው ሰንጠረዥ: "
-#: odbcpage.ui:38
+#: dbaccess/uiconfig/ui/odbcpage.ui:38
msgctxt "odbcpage|charsetlabel"
msgid "_Character set:"
msgstr "_ባህሪ ማሰናጃ:"
-#: odbcpage.ui:68
+#: dbaccess/uiconfig/ui/odbcpage.ui:68
msgctxt "odbcpage|charsetheader"
msgid "Data Conversion"
msgstr "ዳታ መቀየሪያ"
-#: odbcpage.ui:112
+#: dbaccess/uiconfig/ui/odbcpage.ui:112
msgctxt "odbcpage|optionslabel"
msgid "ODBC _options:"
msgstr "ODBC _options:"
-#: odbcpage.ui:143
+#: dbaccess/uiconfig/ui/odbcpage.ui:143
msgctxt "odbcpage|useCatalogCheckbutton"
msgid "Use catalog for file-based databases"
msgstr "ፋይል-መሰረት ያደረገ የ ዳታቤዝ መዝገብ ይጠቀሙ"
-#: odbcpage.ui:165
+#: dbaccess/uiconfig/ui/odbcpage.ui:166
msgctxt "odbcpage|label1"
msgid "Optional Settings"
msgstr "አማራጭ ማሰናጃዎች"
-#: parametersdialog.ui:10
+#: dbaccess/uiconfig/ui/parametersdialog.ui:10
msgctxt "parametersdialog|Parameters"
msgid "Parameter Input"
msgstr "ደንብ ማስገቢያ"
-#: parametersdialog.ui:122
+#: dbaccess/uiconfig/ui/parametersdialog.ui:122
msgctxt "parametersdialog|label2"
msgid "_Value:"
msgstr "_ዋጋ:"
-#: parametersdialog.ui:153
+#: dbaccess/uiconfig/ui/parametersdialog.ui:152
msgctxt "parametersdialog|next"
msgid "_Next"
msgstr "_የሚቀጥለው"
-#: parametersdialog.ui:181
+#: dbaccess/uiconfig/ui/parametersdialog.ui:180
msgctxt "parametersdialog|label1"
msgid "_Parameters"
msgstr "_ደንቦች"
-#: password.ui:8
+#: dbaccess/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Change Password"
msgstr "የ መግቢያ ቃል መቀየሪያ"
-#: password.ui:120
+#: dbaccess/uiconfig/ui/password.ui:120
msgctxt "password|label2"
msgid "Old p_assword:"
msgstr "አሮጌው የ_መግቢያ ቃል:"
-#: password.ui:134
+#: dbaccess/uiconfig/ui/password.ui:134
msgctxt "password|label3"
msgid "_Password:"
msgstr "_የመግቢያ ቃል:"
-#: password.ui:148
+#: dbaccess/uiconfig/ui/password.ui:148
msgctxt "password|label4"
msgid "_Confirm password:"
msgstr "የመግቢያ ቃል _ማረጋገጫ:"
-#: password.ui:177
+#: dbaccess/uiconfig/ui/password.ui:177
msgctxt "password|label1"
msgid "User “$name$: $”"
msgstr "ተጠቃሚ “$name$: $”"
-#: preparepage.ui:17
+#: dbaccess/uiconfig/ui/preparepage.ui:17
msgctxt "preparepage|label1"
msgid "Welcome to the Database Macro Migration Wizard"
msgstr "እንኳን ደህና መጡ ወደ የዳታቤዝ ሰነድ Macro ማዘዋወሪያ አዋቂ"
-#: preparepage.ui:34
+#: dbaccess/uiconfig/ui/preparepage.ui:34
msgctxt "preparepage|label2"
msgid ""
"This wizard will guide you through the task of migrating your macros.\n"
@@ -3390,842 +3410,842 @@ msgstr ""
"\n"
"ማዘዋወሩ ከ መጀምሩ በፊት ሁሉንም ፎርሞች: መግለጫዎች: ጥያቄዎች እና ሰንጠረዦች ለ ሰነዱ የሚገቡት መዘጋት አለባቸው: ይጫኑ 'ይቀጥሉ' ለመፈጸም"
-#: preparepage.ui:56
+#: dbaccess/uiconfig/ui/preparepage.ui:56
msgctxt "preparepage|closedocerror"
msgid "Not all objects could be closed. Please close them manually, and re-start the wizard."
msgstr "ሁሉንም አካሎች መዝጋት አልተቻለም: እባክዎን እርስዎ በእጅ ይዝጉዋቸው እና አዋቂውን እንደገና-ያስጀምሩ"
-#: querycolmenu.ui:12
+#: dbaccess/uiconfig/ui/querycolmenu.ui:12
msgctxt "querycolmenu|width"
msgid "Column _Width..."
msgstr "የ አምድ _ስፋት..."
-#: querycolmenu.ui:26
+#: dbaccess/uiconfig/ui/querycolmenu.ui:26
msgctxt "querycolmenu|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: queryfilterdialog.ui:8
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:8
msgctxt "queryfilterdialog|QueryFilterDialog"
msgid "Standard Filter"
msgstr "መደበኛ ማጣሪያ"
-#: queryfilterdialog.ui:96
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:96
msgctxt "queryfilterdialog|label2"
msgid "Operator"
msgstr "አንቀሳቃሹ"
-#: queryfilterdialog.ui:108
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:108
msgctxt "queryfilterdialog|label5"
msgid "Field name"
msgstr "የ ሜዳ ስም"
-#: queryfilterdialog.ui:120
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:120
msgctxt "queryfilterdialog|label6"
msgid "Condition"
msgstr "ሁኔታው"
-#: queryfilterdialog.ui:134
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:134
msgctxt "queryfilterdialog|field1"
msgid "- none -"
msgstr "- ምንም -"
-#: queryfilterdialog.ui:148
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:148
msgctxt "queryfilterdialog|cond1"
msgid "="
msgstr "="
-#: queryfilterdialog.ui:149
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:149
msgctxt "queryfilterdialog|cond1"
msgid "<>"
msgstr "<>"
-#: queryfilterdialog.ui:150
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:150
msgctxt "queryfilterdialog|cond1"
msgid "<"
msgstr "<"
-#: queryfilterdialog.ui:151
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:151
msgctxt "queryfilterdialog|cond1"
msgid "<="
msgstr "<="
-#: queryfilterdialog.ui:152
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:152
msgctxt "queryfilterdialog|cond1"
msgid ">"
msgstr ">"
-#: queryfilterdialog.ui:153
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:153
msgctxt "queryfilterdialog|cond1"
msgid ">="
msgstr ">="
-#: queryfilterdialog.ui:154
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:154
msgctxt "queryfilterdialog|cond1"
msgid "like"
msgstr "እወደዋለሁ"
-#: queryfilterdialog.ui:155
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:155
msgctxt "queryfilterdialog|cond1"
msgid "not like"
msgstr "አልወደውም"
-#: queryfilterdialog.ui:156
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:156
msgctxt "queryfilterdialog|cond1"
msgid "null"
msgstr "ባዶ"
-#: queryfilterdialog.ui:157
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:157
msgctxt "queryfilterdialog|cond1"
msgid "not null"
msgstr "ባዶ አይደለም"
-#: queryfilterdialog.ui:171
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:171
msgctxt "queryfilterdialog|field2"
msgid "- none -"
msgstr "- ምንም -"
-#: queryfilterdialog.ui:185
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:185
msgctxt "queryfilterdialog|field3"
msgid "- none -"
msgstr "- ምንም -"
-#: queryfilterdialog.ui:219
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:219
msgctxt "queryfilterdialog|label7"
msgid "Value"
msgstr "ዋጋ"
-#: queryfilterdialog.ui:263
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:263
msgctxt "queryfilterdialog|op2"
msgid "AND"
msgstr "AND"
-#: queryfilterdialog.ui:264
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:264
msgctxt "queryfilterdialog|op2"
msgid "OR"
msgstr "ወይንም"
-#: queryfilterdialog.ui:278
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:278
msgctxt "queryfilterdialog|op3"
msgid "AND"
msgstr "AND"
-#: queryfilterdialog.ui:279
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:279
msgctxt "queryfilterdialog|op3"
msgid "OR"
msgstr "ወይንም"
-#: queryfilterdialog.ui:298
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:298
msgctxt "queryfilterdialog|label1"
msgid "Criteria"
msgstr "መመዘኛው"
-#: queryfuncmenu.ui:12
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:12
msgctxt "queryfuncmenu|functions"
msgid "Functions"
msgstr "ተግባሮች"
-#: queryfuncmenu.ui:26
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:26
msgctxt "queryfuncmenu|tablename"
msgid "Table Name"
msgstr "የ ሰንጠረዥ ስም"
-#: queryfuncmenu.ui:34
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:34
msgctxt "queryfuncmenu|alias"
msgid "Alias"
msgstr "የ ሀሰት ስም"
-#: queryfuncmenu.ui:48
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:48
msgctxt "queryfuncmenu|distinct"
msgid "Distinct Values"
msgstr "የተለዩ ዋጋዎች"
-#: querypropertiesdialog.ui:9
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:9
msgctxt "querypropertiesdialog|QueryPropertiesDialog"
msgid "Query Properties"
msgstr "ባህሪዎች መጠየቂያ"
-#: querypropertiesdialog.ui:101
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:101
msgctxt "querypropertiesdialog|limit-label"
msgid "Limit:"
msgstr "መጠን:"
-#: querypropertiesdialog.ui:117
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:117
msgctxt "querypropertiesdialog|distinct"
msgid "Yes"
msgstr "አዎ"
-#: querypropertiesdialog.ui:133
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:134
msgctxt "querypropertiesdialog|nondistinct"
msgid "No"
msgstr "አይ"
-#: querypropertiesdialog.ui:160
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:162
msgctxt "querypropertiesdialog|distinctvalues"
msgid "Distinct values:"
msgstr "የተለዩ ዋጋዎች:"
-#: relationdialog.ui:9
+#: dbaccess/uiconfig/ui/relationdialog.ui:9
msgctxt "relationdialog|RelationDialog"
msgid "Relations"
msgstr "ዝምድናው"
-#: relationdialog.ui:132
+#: dbaccess/uiconfig/ui/relationdialog.ui:132
msgctxt "relationdialog|label1"
msgid "Tables Involved"
msgstr "ሰንጠረዦች ተጠቃለዋል"
-#: relationdialog.ui:173
+#: dbaccess/uiconfig/ui/relationdialog.ui:173
msgctxt "relationdialog|label2"
msgid "Fields Involved"
msgstr "ሜዳዎች ተጠቃለዋል"
-#: relationdialog.ui:211
+#: dbaccess/uiconfig/ui/relationdialog.ui:211
msgctxt "relationdialog|addaction"
msgid "_No action"
msgstr "_ምንም ተግባር የለም"
-#: relationdialog.ui:228
+#: dbaccess/uiconfig/ui/relationdialog.ui:228
msgctxt "relationdialog|addcascade"
msgid "_Update cascade"
msgstr "cascade _ማሻሻያ"
-#: relationdialog.ui:244
+#: dbaccess/uiconfig/ui/relationdialog.ui:244
msgctxt "relationdialog|addnull"
-msgid "_Set null"
+msgid "_Set NULL"
msgstr "ባዶ _ማሰናጃ"
-#: relationdialog.ui:260
+#: dbaccess/uiconfig/ui/relationdialog.ui:260
msgctxt "relationdialog|adddefault"
msgid "Set _default"
msgstr "_ነባር ማሰነጃ"
-#: relationdialog.ui:282
+#: dbaccess/uiconfig/ui/relationdialog.ui:282
msgctxt "relationdialog|label3"
msgid "Update Options"
msgstr "የ ማሻሻያ ምርጫዎች"
-#: relationdialog.ui:315
+#: dbaccess/uiconfig/ui/relationdialog.ui:315
msgctxt "relationdialog|delaction"
msgid "_No action"
msgstr "ምንም ተግባር _የለም"
-#: relationdialog.ui:331
+#: dbaccess/uiconfig/ui/relationdialog.ui:331
msgctxt "relationdialog|delcascade"
msgid "Delete _cascade"
msgstr "_cascade ማጥፊያ"
-#: relationdialog.ui:346
+#: dbaccess/uiconfig/ui/relationdialog.ui:346
msgctxt "relationdialog|delnull"
-msgid "_Set null"
+msgid "_Set NULL"
msgstr "ባዶ _ማሰናጃ"
-#: relationdialog.ui:361
+#: dbaccess/uiconfig/ui/relationdialog.ui:361
msgctxt "relationdialog|deldefault"
msgid "Set _default"
msgstr "_ነባር ማሰናጃ"
-#: relationdialog.ui:382
+#: dbaccess/uiconfig/ui/relationdialog.ui:382
msgctxt "relationdialog|label4"
msgid "Delete Options"
msgstr "የ ማጥፊያ ምርጫዎች"
-#: relationdialog.ui:435
+#: dbaccess/uiconfig/ui/relationdialog.ui:435
msgctxt "relationdialog|liststore1"
msgid "Inner join"
msgstr "የ ውስጥ ማገናኛ"
-#: relationdialog.ui:439
+#: dbaccess/uiconfig/ui/relationdialog.ui:439
msgctxt "relationdialog|liststore1"
msgid "Left join"
msgstr "በ ግራ ማገናኛ"
-#: relationdialog.ui:443
+#: dbaccess/uiconfig/ui/relationdialog.ui:443
msgctxt "relationdialog|liststore1"
msgid "Right join"
msgstr "የ ቀኝ ማገናኛ"
-#: relationdialog.ui:447
+#: dbaccess/uiconfig/ui/relationdialog.ui:447
msgctxt "relationdialog|liststore1"
msgid "Full (outer) join"
msgstr "ሙሉ (የውጭ) ማገናኛ"
-#: relationdialog.ui:451
+#: dbaccess/uiconfig/ui/relationdialog.ui:451
msgctxt "relationdialog|liststore1"
msgid "Cross join"
msgstr "መስቀልኛ ማገናኛ"
-#: rowheightdialog.ui:15
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:15
msgctxt "rowheightdialog|RowHeightDialog"
msgid "Row Height"
msgstr "የ ረድፍ እርዝመት"
-#: rowheightdialog.ui:94
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:94
msgctxt "rowheightdialog|label1"
msgid "_Height:"
msgstr "_እርዝመት:"
-#: rowheightdialog.ui:119
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:118
msgctxt "rowheightdialog|automatic"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
-#: rtfcopytabledialog.ui:9
+#: dbaccess/uiconfig/ui/rtfcopytabledialog.ui:9
msgctxt "rtfcopytabledialog|RTFCopyTable"
msgid "Copy RTF Table"
msgstr "የ RTF ሰንጠረዥ ኮፒ ማድረጊያ"
-#: savedialog.ui:9
+#: dbaccess/uiconfig/ui/savedialog.ui:9
msgctxt "savedialog|SaveDialog"
msgid "Save As"
msgstr "ማሰቀመጫ እንደ"
-#: savedialog.ui:85
+#: dbaccess/uiconfig/ui/savedialog.ui:85
msgctxt "savedialog|descriptionft"
msgid "Please enter a name for the object to be created:"
msgstr "እባክዎን ለሚፈጠረው እቃ ስም ያስገቡ:"
-#: savedialog.ui:100
+#: dbaccess/uiconfig/ui/savedialog.ui:100
msgctxt "savedialog|catalogft"
msgid "_Catalog:"
msgstr "_መዝገብ:"
-#: savedialog.ui:114
+#: dbaccess/uiconfig/ui/savedialog.ui:114
msgctxt "savedialog|schemaft"
msgid "_Schema:"
msgstr "_እቅድ:"
-#: saveindexdialog.ui:8
+#: dbaccess/uiconfig/ui/saveindexdialog.ui:7
msgctxt "saveindexdialog|SaveIndexDialog"
msgid "Exit Index Design"
msgstr "ከ ማውጫ ንድፍ መውጫ"
-#: saveindexdialog.ui:13
+#: dbaccess/uiconfig/ui/saveindexdialog.ui:13
msgctxt "saveindexdialog|SaveIndexDialog"
msgid "Do you want to save the changes made to the current index?"
msgstr "በ አሁኑ ማውጫ ውስጥ የተፈጠረውን ለውጥ ማስቀመጥ ይፈልጋሉ?"
-#: savemodifieddialog.ui:12
+#: dbaccess/uiconfig/ui/savemodifieddialog.ui:12
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "Do you want to save the changes?"
msgstr "ለውጦቹን ማስቀመጥ ይፈልጋሉ?"
-#: savemodifieddialog.ui:13
+#: dbaccess/uiconfig/ui/savemodifieddialog.ui:13
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "The current record has been changed."
msgstr "የ አሁኑ መዝገብ ተቀይሯል"
-#: sortdialog.ui:8
+#: dbaccess/uiconfig/ui/sortdialog.ui:8
msgctxt "sortdialog|SortDialog"
msgid "Sort Order"
msgstr "መለያ ደንብ"
-#: sortdialog.ui:96
+#: dbaccess/uiconfig/ui/sortdialog.ui:96
msgctxt "sortdialog|label2"
msgid "Operator"
msgstr "አንቀሳቃሹ"
-#: sortdialog.ui:109
+#: dbaccess/uiconfig/ui/sortdialog.ui:109
msgctxt "sortdialog|label3"
msgid "and then"
msgstr "እና ከዛ"
-#: sortdialog.ui:122
+#: dbaccess/uiconfig/ui/sortdialog.ui:122
msgctxt "sortdialog|label4"
msgid "and then"
msgstr "እና ከዛ"
-#: sortdialog.ui:134
+#: dbaccess/uiconfig/ui/sortdialog.ui:134
msgctxt "sortdialog|label5"
msgid "Field name"
msgstr "የ ሜዳ ስም"
-#: sortdialog.ui:146
+#: dbaccess/uiconfig/ui/sortdialog.ui:146
msgctxt "sortdialog|label6"
msgid "Order"
msgstr "ቅደም ተከተል"
-#: sortdialog.ui:171
+#: dbaccess/uiconfig/ui/sortdialog.ui:171
msgctxt "sortdialog|value1"
msgid "ascending"
msgstr "እየጨመረ በሚሄድ"
-#: sortdialog.ui:172
+#: dbaccess/uiconfig/ui/sortdialog.ui:172
msgctxt "sortdialog|value1"
msgid "descending"
msgstr "እየቀነሰ በሚሄድ"
-#: sortdialog.ui:208
+#: dbaccess/uiconfig/ui/sortdialog.ui:208
msgctxt "sortdialog|value2"
msgid "ascending"
msgstr "እየጨመረ በሚሄድ"
-#: sortdialog.ui:209
+#: dbaccess/uiconfig/ui/sortdialog.ui:209
msgctxt "sortdialog|value2"
msgid "descending"
msgstr "እየቀነሰ በሚሄድ"
-#: sortdialog.ui:223
+#: dbaccess/uiconfig/ui/sortdialog.ui:223
msgctxt "sortdialog|value3"
msgid "ascending"
msgstr "እየጨመረ በሚሄድ"
-#: sortdialog.ui:224
+#: dbaccess/uiconfig/ui/sortdialog.ui:224
msgctxt "sortdialog|value3"
msgid "descending"
msgstr "እየቀነሰ በሚሄድ"
-#: sortdialog.ui:243
+#: dbaccess/uiconfig/ui/sortdialog.ui:243
msgctxt "sortdialog|label1"
msgid "Sort Order"
msgstr "መለያ ደንብ"
-#: specialjdbcconnectionpage.ui:19
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:19
msgctxt "specialjdbcconnectionpage|header"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "ግንኙነት ማሰናጃ ወደ MySQL database using JDBC"
-#: specialjdbcconnectionpage.ui:35
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:35
msgctxt "specialjdbcconnectionpage|helpLabel"
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. Please contact your system administrator if you are unsure about the following settings. "
msgstr "ወደ MySQL ዳታቤዝ ለመገናኘት የሚያስፈልገውን መረጃ ያስገቡ JDBC ን በመጠቀም: ይህን ያስታውሱ የ JDBC driver በእርስዎ ስርአት ላይ መገጠም እና መመዝገብ አለበት %PRODUCTNAME. እባክዎን የስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ "
-#: specialjdbcconnectionpage.ui:58
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:58
msgctxt "specialjdbcconnectionpage|dbNameLabel"
msgid "_Database name:"
msgstr "የ _ዳታቤዝ ስም:"
-#: specialjdbcconnectionpage.ui:72
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:72
msgctxt "specialjdbcconnectionpage|hostNameLabel"
msgid "_Server:"
msgstr "_ሰርቨር:"
-#: specialjdbcconnectionpage.ui:86
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:86
msgctxt "specialjdbcconnectionpage|portNumLabel"
msgid "_Port number:"
msgstr "የ _Port ቁጥር:"
-#: specialjdbcconnectionpage.ui:139
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:139
msgctxt "specialjdbcconnectionpage|portNumDefLabel"
msgid "Default: 3306"
msgstr "ነባር: 3306"
-#: specialjdbcconnectionpage.ui:173
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:173
msgctxt "specialjdbcconnectionpage|jdbcDriverLabel"
msgid "MySQL JDBC d_river class:"
msgstr "MySQL JDBC d_river class:"
-#: specialjdbcconnectionpage.ui:195
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:195
msgctxt "specialjdbcconnectionpage|testDriverButton"
msgid "_Test Class"
msgstr "ክፍል _መሞከሪያ"
-#: specialsettingspage.ui:18
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:18
msgctxt "specialsettingspage|usesql92"
msgid "Use SQL92 naming constraints"
msgstr "ይጠቀሙ SQL92 መሰየሚያ መከልከያ"
-#: specialsettingspage.ui:35
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:35
msgctxt "specialsettingspage|append"
msgid "Append the table alias name on SELECT statements"
msgstr "በ መምረጫ አረፍተ ነገሮች ውስጥ የ ሰንጠረዥ ሀሰት ስም መጨመሪያ"
-#: specialsettingspage.ui:52
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:52
msgctxt "specialsettingspage|useas"
msgid "Use keyword AS before table alias names"
msgstr "ይጠቀሙ ቁልፍ ቃል እንደ ከ ሰንጠረዥ የ ሀሰት አሞች በፊት"
-#: specialsettingspage.ui:69
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:69
msgctxt "specialsettingspage|useoj"
msgid "Use Outer Join syntax '{oj }'"
msgstr "ይጠቀሙ የ ውጪ አገናኝ አገባብ '{oj }'"
-#: specialsettingspage.ui:86
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:86
msgctxt "specialsettingspage|ignoreprivs"
msgid "Ignore the privileges from the database driver"
msgstr "ከ ዳታቤዝ driver ውስጥ ቅድሚያውን መተው"
-#: specialsettingspage.ui:103
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:103
msgctxt "specialsettingspage|replaceparams"
msgid "Replace named parameters with '?'"
msgstr "የ ተሰየሙትን ደንቦች ልቀይር በ '?'"
-#: specialsettingspage.ui:120
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:120
msgctxt "specialsettingspage|displayver"
msgid "Display version columns (when available)"
msgstr "የ አምድ እትም ማሳያ (በሚኖርበት ጊዜ)"
-#: specialsettingspage.ui:137
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:137
msgctxt "specialsettingspage|usecatalogname"
msgid "Use catalog name in SELECT statements"
msgstr "ይጠቀሙ የ መዝገብ ስም በ መምረጫ አረፍተ ነገር ውስጥ"
-#: specialsettingspage.ui:154
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:154
msgctxt "specialsettingspage|useschemaname"
msgid "Use schema name in SELECT statements"
msgstr "ይጠቀሙ የ ገጽታ ስም በ መምረጫ አረፍተ ነገር ውስጥ"
-#: specialsettingspage.ui:171
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:171
msgctxt "specialsettingspage|createindex"
msgid "Create index with ASC or DESC statement"
msgstr "ማውጫ መፍጠሪያ እየጨመረ ወይንም እየቀነሰ በሚሄድ አሰራር"
-#: specialsettingspage.ui:188
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:188
msgctxt "specialsettingspage|eol"
msgid "End text lines with CR+LF"
msgstr "የ ጽሁፍ መስመሮችን መጨረሻ በ CR+LF"
-#: specialsettingspage.ui:205
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:205
msgctxt "specialsettingspage|ignorecurrency"
msgid "Ignore currency field information"
msgstr "የ ገንዘብ ሜዳ መረጃውን መተው"
-#: specialsettingspage.ui:222
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:222
msgctxt "specialsettingspage|inputchecks"
msgid "Form data input checks for required fields"
msgstr "ለሚፈለጉት ሜዳዎች የ ዳታ ማስገቢያዎች ፎርም መመርመሪያ"
-#: specialsettingspage.ui:239
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:239
msgctxt "specialsettingspage|useodbcliterals"
msgid "Use ODBC conformant date/time literals"
msgstr "የ ODBC ማረጋገጫ ለ ቀን/ሰአት በ ትክክል ይጠቀሙ"
-#: specialsettingspage.ui:256
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:256
msgctxt "specialsettingspage|primarykeys"
msgid "Supports primary keys"
msgstr "ቀዳሚ ቁልፍ ይደግፋል"
-#: specialsettingspage.ui:273
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:273
msgctxt "specialsettingspage|resulttype"
msgid "Respect the result set type from the database driver"
msgstr "የ ተሰናዳውን ውጤት አይነት አከብራለሁ ከ ዳታቤዝ driver ውስጥ"
-#: specialsettingspage.ui:299
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:299
msgctxt "specialsettingspage|comparisonft"
msgid "Comparison of Boolean values:"
msgstr "የ ቡሊያን ዋጋዎች ማነፃፀሪያ:"
-#: specialsettingspage.ui:315
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:315
msgctxt "specialsettingspage|comparison"
msgid "Default"
msgstr "ነባር"
-#: specialsettingspage.ui:316
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:316
msgctxt "specialsettingspage|comparison"
msgid "SQL"
msgstr "SQL"
-#: specialsettingspage.ui:317
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:317
msgctxt "specialsettingspage|comparison"
msgid "Mixed"
msgstr "የተደባለቀ"
-#: specialsettingspage.ui:318
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:318
msgctxt "specialsettingspage|comparison"
msgid "MS Access"
msgstr "MS Access"
-#: specialsettingspage.ui:333
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:333
msgctxt "specialsettingspage|rowsft"
msgid "Rows to scan column types:"
msgstr "ረድፎች የሚታሰሱት የአምድ አይነቶች:"
-#: sqlexception.ui:9
+#: dbaccess/uiconfig/ui/sqlexception.ui:18
msgctxt "sqlexception|SQLExceptionDialog"
msgid "Error Details"
msgstr "የ ስህተት ዝርዝሮች"
-#: sqlexception.ui:58
+#: dbaccess/uiconfig/ui/sqlexception.ui:68
msgctxt "sqlexception|label2"
msgid "Error _list:"
msgstr "የ ስህተት _ዝርዝር:"
-#: sqlexception.ui:72
+#: dbaccess/uiconfig/ui/sqlexception.ui:82
msgctxt "sqlexception|label3"
msgid "_Description:"
msgstr "_መግለጫ:"
-#: summarypage.ui:17
+#: dbaccess/uiconfig/ui/summarypage.ui:17
msgctxt "summarypage|label1"
msgid "Summary"
msgstr "ማጠቃለያ"
-#: summarypage.ui:34
+#: dbaccess/uiconfig/ui/summarypage.ui:34
msgctxt "summarypage|success"
msgid "The migration was successful. Below is a log of the actions which have been taken to your document."
msgstr "ማዘዋወሩ በሚገባ ተሳክቷል: ከ ታች የ ተግባሩ መግቢያ አለ ወደ እርስዎ ሰነድ የተወሰደው"
-#: summarypage.ui:50
+#: dbaccess/uiconfig/ui/summarypage.ui:50
msgctxt "summarypage|failure"
msgid "The migration was not successful. Examine the migration log below for details."
msgstr "ማዘዋወሩን ማስኬድ አልተቻለም የማዘዋወሪያ መግቢያውን ከ ታች በኩል ዝርዝሮችን ይመርምሩ"
-#: tabledesignrowmenu.ui:12
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:12
msgctxt "tabledesignrowmenu|cut"
msgid "Cu_t"
msgstr "መቁረ_ጫ"
-#: tabledesignrowmenu.ui:20
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:20
msgctxt "tabledesignrowmenu|copy"
msgid "_Copy"
msgstr "_ኮፒ"
-#: tabledesignrowmenu.ui:28
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:28
msgctxt "tabledesignrowmenu|paste"
msgid "_Paste"
msgstr "_መለጠፊያ"
-#: tabledesignrowmenu.ui:35
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:35
msgctxt "tabledesignrowmenu|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: tabledesignrowmenu.ui:42
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:42
msgctxt "tabledesignrowmenu|insert"
msgid "Insert Rows"
msgstr "ረድፎች ማስገቢያ"
-#: tabledesignrowmenu.ui:55
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:55
msgctxt "tabledesignrowmenu|primarykey"
msgid "Primary Key"
msgstr "ቀዳሚ ቁልፍ"
-#: tabledesignsavemodifieddialog.ui:12
+#: dbaccess/uiconfig/ui/tabledesignsavemodifieddialog.ui:12
msgctxt "tabledesignsavemodifieddialog|TableDesignSaveModifiedDialog"
msgid "Do you want to save the changes?"
msgstr "ለውጦቹን ማስቀመጥ ይፈልጋሉ?"
-#: tabledesignsavemodifieddialog.ui:13
+#: dbaccess/uiconfig/ui/tabledesignsavemodifieddialog.ui:13
msgctxt "tabledesignsavemodifieddialog|TableDesignSaveModifiedDialog"
msgid "The table has been changed."
msgstr "ሰንጠረዡ ተቀይሯል"
-#: tablesfilterdialog.ui:8
+#: dbaccess/uiconfig/ui/tablesfilterdialog.ui:8
msgctxt "tablesfilterdialog|TablesFilterDialog"
msgid "Tables Filter"
msgstr "የ ሰንጠረዦች ማጣሪያ"
-#: tablesfilterpage.ui:34
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:34
msgctxt "tablesfilterpage|label2"
msgid "Mark the tables that should be visible for the applications."
msgstr "ለመተግበሪያው የሚታየውን ሰንጠርዥ ምልክት ያድርጉ"
-#: tablesfilterpage.ui:70
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:70
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "ሰንጠረዦች እና የ ሰንጠረዦች ማጣሪያ"
-#: tablesjoindialog.ui:82
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:82
msgctxt "tablesjoindialog|tables"
msgid "Tables"
msgstr "ሰንጠረዦች"
-#: tablesjoindialog.ui:99
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:99
msgctxt "tablesjoindialog|queries"
msgid "Queries"
msgstr "ጥያቄዎች"
-#: tablesjoindialog.ui:132
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:132
msgctxt "tablesjoindialog|title"
msgid "Add Tables"
msgstr "ሰንጠረዦች መጨመሪያ"
-#: tablesjoindialog.ui:143
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:143
msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "ሰንጠረዥ ወይንም ጥያቄ መጨመሪያ"
-#: textconnectionsettings.ui:8
+#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
msgid "Text Connection Settings"
msgstr "የጽሁፍ ግንኙነት ማሰናጃ"
-#: textpage.ui:39
+#: dbaccess/uiconfig/ui/textpage.ui:39
msgctxt "textpage|textfile"
msgid "Plain text files (*.txt)"
msgstr "መደበኛ የ ጽሁፍ ፋይሎች (*.txt)"
-#: textpage.ui:56
+#: dbaccess/uiconfig/ui/textpage.ui:57
msgctxt "textpage|csvfile"
msgid "Comma-separated value files (*.csv)"
msgstr "በ ኮማ-የተለያየ ዋጋ ፋይሎች (*.csv)"
-#: textpage.ui:73
+#: dbaccess/uiconfig/ui/textpage.ui:75
msgctxt "textpage|custom"
msgid "Custom:"
msgstr "ማስተካከያ:"
-#: textpage.ui:106
+#: dbaccess/uiconfig/ui/textpage.ui:107
msgctxt "textpage|example"
msgid "Custom: *.abc"
msgstr "ማስተካከያ: *.abc"
-#: textpage.ui:121
+#: dbaccess/uiconfig/ui/textpage.ui:122
msgctxt "textpage|extensionheader"
msgid "Specify the Type of Files You Want to Access"
msgstr "ለመድረስ የሚፈልጉትን የፋይል አይነቶች እዚህ ይወስኑ"
-#: textpage.ui:159
+#: dbaccess/uiconfig/ui/textpage.ui:160
msgctxt "textpage|containsheaders"
msgid "_Text contains headers"
msgstr "_ጽሁፉ ራስጌዎች ይዟል"
-#: textpage.ui:181
+#: dbaccess/uiconfig/ui/textpage.ui:182
msgctxt "textpage|fieldlabel"
msgid "Field separator:"
msgstr "ሜዳ መለያያ:"
-#: textpage.ui:195
+#: dbaccess/uiconfig/ui/textpage.ui:196
msgctxt "textpage|textlabel"
msgid "Text separator:"
msgstr "ጽሁፍ መለያያ:"
-#: textpage.ui:209
+#: dbaccess/uiconfig/ui/textpage.ui:210
msgctxt "textpage|decimallabel"
msgid "Decimal separator:"
msgstr "ዴሲማል መለያያ:"
-#: textpage.ui:223
+#: dbaccess/uiconfig/ui/textpage.ui:224
msgctxt "textpage|thousandslabel"
msgid "Thousands separator:"
msgstr "ሺዎች መለያያ:"
-#: textpage.ui:273
+#: dbaccess/uiconfig/ui/textpage.ui:274
msgctxt "textpage|decimalseparator"
msgid "."
msgstr "."
-#: textpage.ui:274
+#: dbaccess/uiconfig/ui/textpage.ui:275
msgctxt "textpage|decimalseparator"
msgid ","
msgstr ","
-#: textpage.ui:275
+#: dbaccess/uiconfig/ui/textpage.ui:276
msgctxt "textpage|decimalseparator"
msgid ";"
msgstr ";"
-#: textpage.ui:276
+#: dbaccess/uiconfig/ui/textpage.ui:277
msgctxt "textpage|decimalseparator"
msgid ":"
msgstr ":"
-#: textpage.ui:296
+#: dbaccess/uiconfig/ui/textpage.ui:297
msgctxt "textpage|thousandsseparator"
msgid "."
msgstr "."
-#: textpage.ui:297
+#: dbaccess/uiconfig/ui/textpage.ui:298
msgctxt "textpage|thousandsseparator"
msgid ","
msgstr ","
-#: textpage.ui:318
+#: dbaccess/uiconfig/ui/textpage.ui:319
msgctxt "textpage|formatlabel"
msgid "Row Format"
msgstr "የ ረድፍ አቀራረብ"
-#: textpage.ui:359
+#: dbaccess/uiconfig/ui/textpage.ui:360
msgctxt "textpage|charsetlabel"
msgid "_Character set:"
msgstr "_ባህሪ ማሰናጃ:"
-#: textpage.ui:389
+#: dbaccess/uiconfig/ui/textpage.ui:390
msgctxt "textpage|charsetheader"
msgid "Data Conversion"
msgstr "ዳታ መቀየሪያ:"
-#: typeselectpage.ui:71
+#: dbaccess/uiconfig/ui/typeselectpage.ui:71
msgctxt "typeselectpage|columns"
msgid "Column Information"
msgstr "የ አምድ መረጃ"
-#: typeselectpage.ui:110
+#: dbaccess/uiconfig/ui/typeselectpage.ui:110
msgctxt "typeselectpage|autolabel"
msgid "Lines (ma_x.):"
msgstr "መስመሮች (ከፍ_ተኛ):"
-#: typeselectpage.ui:121
+#: dbaccess/uiconfig/ui/typeselectpage.ui:121
msgctxt "typeselectpage|autobutton"
msgid "_Auto"
msgstr "_በራሱ"
-#: typeselectpage.ui:153
+#: dbaccess/uiconfig/ui/typeselectpage.ui:152
msgctxt "typeselectpage|autotype"
msgid "Automatic Type Recognition"
msgstr "ራሱ በራሱ የሚጽፉትን ማስታወሻ"
-#: useradmindialog.ui:8
+#: dbaccess/uiconfig/ui/useradmindialog.ui:8
msgctxt "useradmindialog|UserAdminDialog"
msgid "User Administration"
msgstr "የ ተጠቃሚ አስተዳዳሪ"
-#: useradmindialog.ui:92
+#: dbaccess/uiconfig/ui/useradmindialog.ui:92
msgctxt "useradmindialog|settings"
msgid "User Settings"
msgstr "ተጠቃሚ ማሰናጃዎች"
-#: useradminpage.ui:47
+#: dbaccess/uiconfig/ui/useradminpage.ui:47
msgctxt "useradminpage|label3"
msgid "Us_er:"
msgstr "ተጠ_ቃሚ:"
-#: useradminpage.ui:83
+#: dbaccess/uiconfig/ui/useradminpage.ui:83
msgctxt "useradminpage|add"
msgid "_Add User..."
msgstr "_ተጠቃሚ መጨመሪያ..."
-#: useradminpage.ui:98
+#: dbaccess/uiconfig/ui/useradminpage.ui:98
msgctxt "useradminpage|changepass"
msgid "Change _Password..."
msgstr "የ _መግቢያ ቃል መቀየሪያ..."
-#: useradminpage.ui:113
+#: dbaccess/uiconfig/ui/useradminpage.ui:113
msgctxt "useradminpage|delete"
msgid "_Delete User..."
msgstr "ተጠቃሚ _ማጥፊያ..."
-#: useradminpage.ui:141
+#: dbaccess/uiconfig/ui/useradminpage.ui:141
msgctxt "useradminpage|label1"
msgid "User Selection"
msgstr "የ ተጠቃሚው ምርጫ"
-#: useradminpage.ui:180
+#: dbaccess/uiconfig/ui/useradminpage.ui:180
msgctxt "useradminpage|label2"
msgid "Access Rights for Selected User"
msgstr "ለተመረጠው ተጠቃሚ የ ፍቃድ መብት"
-#: userdetailspage.ui:40
+#: dbaccess/uiconfig/ui/userdetailspage.ui:40
msgctxt "userdetailspage|hostnameft"
msgid "_Host name:"
msgstr "የ _ጋባዥ ስም:"
-#: userdetailspage.ui:56
+#: dbaccess/uiconfig/ui/userdetailspage.ui:56
msgctxt "userdetailspage|portnumberft"
msgid "_Port number:"
msgstr "የ _Port ቁጥር:"
-#: userdetailspage.ui:89
+#: dbaccess/uiconfig/ui/userdetailspage.ui:89
msgctxt "userdetailspage|usecatalog"
msgid "_Use catalog"
msgstr "መዝገብ _ይጠቀሙ"
-#: userdetailspage.ui:109
+#: dbaccess/uiconfig/ui/userdetailspage.ui:109
msgctxt "userdetailspage|optionslabel"
msgid "_Driver settings:"
msgstr "_Driver ማሰናጃዎች:"
-#: userdetailspage.ui:137
+#: dbaccess/uiconfig/ui/userdetailspage.ui:137
msgctxt "userdetailspage|label1"
msgid "Connection Settings"
msgstr "ግንኙነት ማሰናጃዎች"
-#: userdetailspage.ui:175
+#: dbaccess/uiconfig/ui/userdetailspage.ui:175
msgctxt "userdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "_ባህሪ ማሰናጃ:"
-#: userdetailspage.ui:205
+#: dbaccess/uiconfig/ui/userdetailspage.ui:205
msgctxt "userdetailspage|charsetheader"
msgid "Data conversion"
msgstr "ዳታ መቀየሪያ"
diff --git a/source/am/desktop/messages.po b/source/am/desktop/messages.po
index 56676870714..ad746782900 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: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
"PO-Revision-Date: 2017-12-29 03:25+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,220 +13,220 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514517927.000000\n"
-#: strings.hrc:25
+#: desktop/inc/strings.hrc:25
msgctxt "RID_STR_COPYING_PACKAGE"
msgid "Copying: "
msgstr "ኮፒ በማድረግ ላይ: "
-#: strings.hrc:26
+#: desktop/inc/strings.hrc:26
msgctxt "RID_STR_ERROR_WHILE_ADDING"
msgid "Error while adding: "
msgstr "ስህተት በመደመር ላይ: "
-#: strings.hrc:27
+#: desktop/inc/strings.hrc:27
msgctxt "RID_STR_ERROR_WHILE_REMOVING"
msgid "Error while removing: "
msgstr "ስህተት በማስወገድ ላይ: "
-#: strings.hrc:28
+#: desktop/inc/strings.hrc:28
msgctxt "RID_STR_PACKAGE_ALREADY_ADDED"
msgid "Extension has already been added: "
msgstr "ተጨማሪው ቀደም ሲል ተጨምሯል: "
-#: strings.hrc:29
+#: desktop/inc/strings.hrc:29
msgctxt "RID_STR_NO_SUCH_PACKAGE"
msgid "There is no such extension deployed: "
msgstr "እንደዚህ ያለ ተጨማሪ የለም: "
-#: strings.hrc:30
+#: desktop/inc/strings.hrc:30
msgctxt "RID_STR_SYNCHRONIZING_REPOSITORY"
msgid "Synchronizing repository for %NAME extensions"
msgstr "ማጠራቀሚያውን በማስማማት ላይ ለ %NAME ተጨማሪዎች"
-#: strings.hrc:32
+#: desktop/inc/strings.hrc:32
msgctxt "RID_STR_REGISTERING_PACKAGE"
msgid "Enabling: "
msgstr "በማስቻል ላይ : "
-#: strings.hrc:33
+#: desktop/inc/strings.hrc:33
msgctxt "RID_STR_REVOKING_PACKAGE"
msgid "Disabling: "
msgstr "በማሰናከል ላይ : "
-#: strings.hrc:34
+#: desktop/inc/strings.hrc:34
msgctxt "RID_STR_CANNOT_DETECT_MEDIA_TYPE"
msgid "Cannot detect media-type: "
msgstr "መገናኛ-አይነት ማግኘት አልተቻለም: "
-#: strings.hrc:35
+#: desktop/inc/strings.hrc:35
msgctxt "RID_STR_UNSUPPORTED_MEDIA_TYPE"
msgid "This media-type is not supported: "
msgstr "ይህ መገናኛ -አይነት የ ተደገፈ አይደለም: "
-#: strings.hrc:36
+#: desktop/inc/strings.hrc:36
msgctxt "RID_STR_ERROR_WHILE_REGISTERING"
msgid "An error occurred while enabling: "
msgstr "በማስቻል ላይ እያለ ስህተት ተፈጥሯል : "
-#: strings.hrc:37
+#: desktop/inc/strings.hrc:37
msgctxt "RID_STR_ERROR_WHILE_REVOKING"
msgid "An error occurred while disabling: "
msgstr "በማሰናከል ላይ እያለ ስህተት ተፈጥሯል : "
-#: strings.hrc:39
+#: desktop/inc/strings.hrc:39
msgctxt "RID_STR_CONF_SCHEMA"
msgid "Configuration Schema"
msgstr "Configuration Schema"
-#: strings.hrc:40
+#: desktop/inc/strings.hrc:40
msgctxt "RID_STR_CONF_DATA"
msgid "Configuration Data"
msgstr "Configuration Data"
-#: strings.hrc:42
+#: desktop/inc/strings.hrc:42
msgctxt "RID_STR_BASIC_LIB"
msgid "%PRODUCTNAME Basic Library"
msgstr "%PRODUCTNAME መሰረታዊ መጻሕፍት ቤት"
-#: strings.hrc:43
+#: desktop/inc/strings.hrc:43
msgctxt "RID_STR_DIALOG_LIB"
msgid "Dialog Library"
msgstr "የ ንግግር መጻሕፍት ቤት"
-#: strings.hrc:44
+#: desktop/inc/strings.hrc:44
msgctxt "RID_STR_CANNOT_DETERMINE_LIBNAME"
msgid "The library name could not be determined."
msgstr "የ መጻሕፍት ቤቱን ስም መወሰን አልተቻለም"
-#: strings.hrc:46
+#: desktop/inc/strings.hrc:46
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "ተጨማሪ"
-#: strings.hrc:48
+#: desktop/inc/strings.hrc:48
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr "UNO Dynamic Library Component"
-#: strings.hrc:49
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr "UNO Java Component"
-#: strings.hrc:50
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr "UNO Python Component"
-#: strings.hrc:51
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr "UNO Components"
-#: strings.hrc:52
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr "UNO RDB Type Library"
-#: strings.hrc:53
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr "UNO Java Type Library"
-#: strings.hrc:55
+#: desktop/inc/strings.hrc:55
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr "%MACROLANG መጻሕፍት ቤት"
-#: strings.hrc:57
+#: desktop/inc/strings.hrc:57
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "እርዳታ"
-#: strings.hrc:58
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr "ተጨማሪውን መግጠም አይቻልም ምክንያቱም :\n"
-#: strings.hrc:59
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr "ተጨማሪውን መግጠም አይቻልም ምክንያቱም በእርዳታ ፋይሎች ውስጥ ስህተት ተፈጥሯል :\n"
-#: strings.hrc:61
+#: desktop/inc/strings.hrc:61
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr "ተጨማሪ(ዎች) መጨመሪያ"
-#: strings.hrc:62
+#: desktop/inc/strings.hrc:62
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "~ማስወገጃ"
-#: strings.hrc:63
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr "~ማስቻያ"
-#: strings.hrc:64
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr "~ማሰናከያ"
-#: strings.hrc:65
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr "~ማሻሻያ..."
-#: strings.hrc:66
+#: desktop/inc/strings.hrc:66
#, c-format
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr "በ መጨመር ላይ %EXTENSION_NAME"
-#: strings.hrc:67
+#: desktop/inc/strings.hrc:67
#, c-format
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr "በ ማስወገድ ላይ %EXTENSION_NAME"
-#: strings.hrc:68
+#: desktop/inc/strings.hrc:68
#, c-format
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr "በ ማስቻል ላይ %EXTENSION_NAME"
-#: strings.hrc:69
+#: desktop/inc/strings.hrc:69
#, c-format
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr "በ ማሰናከል ላይ %EXTENSION_NAME"
-#: strings.hrc:70
+#: desktop/inc/strings.hrc:70
#, c-format
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr "ፍቃዱን ይቀበሉ ለ %EXTENSION_NAME"
-#: strings.hrc:71
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr "ስህተት: የ ተጨማሪው ሁኔታ የማይታወቅ ነው"
-#: strings.hrc:72
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "መዝጊያ"
-#: strings.hrc:73
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr "ማጥፊያ"
-#: strings.hrc:74
+#: desktop/inc/strings.hrc:74
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"
@@ -237,22 +237,22 @@ msgstr ""
"\n"
"የሚካፈሉዋቸውን ተጨማሪዎች ለማሻሻል የአስተዳዳሪ ፍቃድ ያስፈልጋል ፡ የስር አት አስተዳዳሪውን ያነጋግሩ የሚካፈሉዋቸውን ተጨማሪዎች ለማሻሻል :"
-#: strings.hrc:77
+#: desktop/inc/strings.hrc:77
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr "እነዚህ ጥገኞች እስካልተሟሉ ድረስ ተጨማሪውን ማስቻል አይቻልም :"
-#: strings.hrc:78
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr "ይህ ተጨማሪ ተሰናክሏል ምክንያቱም የፍቃድ ስምምነቱን ስላልተቀበሉ\n"
-#: strings.hrc:79
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr "ፍቃዱን ማሳያ"
-#: strings.hrc:80
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -263,17 +263,17 @@ msgstr ""
"ይጫኑ 'እሺ' መግጠሙን ለመቀጠል\n"
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
-#: strings.hrc:83
+#: desktop/inc/strings.hrc:83
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr "ተጨማሪ መግጠሚያ አሁን ተሰናክሏል: እባክዎን ለ በለጠ የ ስርአት አስተዳዳሪውን ያማክሩ"
-#: strings.hrc:85
+#: desktop/inc/strings.hrc:85
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr "ተጨማሪ ማስወገጃ አሁን ተሰናክሏል: እባክዎን ለ በለጠ የ ስርአት አስተዳዳሪውን ያማክሩ"
-#: strings.hrc:87
+#: desktop/inc/strings.hrc:87
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -284,7 +284,7 @@ msgstr ""
"ይጫኑ 'እሺ' ተጨማሪውን ለማስወገድ\n"
"ይጫኑ 'መሰረዣ' ተጨማሪ ማስወገጃውን ለማስቆም"
-#: strings.hrc:90
+#: desktop/inc/strings.hrc:90
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"
@@ -295,7 +295,7 @@ msgstr ""
"ይጫኑ 'እሺ' ተጨማሪውን ለማስወገድ \n"
"ይጫኑ 'መሰረዣ' ተጨማሪ ማስወገጃውን ለማስቆም"
-#: strings.hrc:94
+#: desktop/inc/strings.hrc:94
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"
@@ -306,7 +306,7 @@ msgstr ""
"ይጫኑ 'እሺ' ተጨማሪውን ለማስወገድ \n"
"ይጫኑ 'መሰረዣ' ተጨማሪ ማስወገጃውን ለማስቆም"
-#: strings.hrc:98
+#: desktop/inc/strings.hrc:98
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"
@@ -317,72 +317,72 @@ msgstr ""
"ይጫኑ 'እሺ' ተጨማሪውን ለማሰናከል \n"
"ይጫኑ 'መሰረዣ' ተጨማሪ ማሰናከያውን ለማስቆም"
-#: strings.hrc:102
+#: desktop/inc/strings.hrc:102
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr "ተጨማሪው '%Name' በዚህ ኮምፒዩተር ላይ መስራት አይችልም"
-#: strings.hrc:104
+#: desktop/inc/strings.hrc:104
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr "ተጨማሪዎችን በመግጠም ላይ..."
-#: strings.hrc:105
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr "መግጠሙ ተፈጽሟል"
-#: strings.hrc:106
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr "ስህተቶች የሉም"
-#: strings.hrc:107
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr "ስህተት ተጨማሪዎችን በማውረድ ላይ %NAME. "
-#: strings.hrc:108
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr "የ ስህተቱ መልእክት ይህ ነው: "
-#: strings.hrc:109
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr "ስህተት ተጨማሪዎችን በ መግጠም ላይ %NAME. "
-#: strings.hrc:110
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr "ለ ተጨማሪው የ ፍቃድ ስምምነቱን %NAME አልተቀበሉም "
-#: strings.hrc:111
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr "ተጨማሪዎች አይገጠሙም"
-#: strings.hrc:113
+#: desktop/inc/strings.hrc:113
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr "ያልታወቀ"
-#: strings.hrc:114
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr "ተጨማሪው ቢያንስ ይህን OpenOffice.org ማመሳከሪያ እትም ይፈልጋል %VERSION"
-#: strings.hrc:115
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr "ተጨማሪው ድጋፍ አይሰጥም ለ OpenOffice.org ማመሳከሪያ እትሞች ይህን ለሚበልጡ %VERSION"
-#: strings.hrc:116
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr "ተጨማሪው ቢያንስ ይህን እትም ይፈልጋል %PRODUCTNAME version %VERSION"
-#: strings.hrc:118
+#: desktop/inc/strings.hrc:118
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -395,7 +395,7 @@ msgstr ""
"ይጫኑ 'እሺ' የተገጠመውን ተጨማሪ ለመተካት\n"
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
-#: strings.hrc:122
+#: desktop/inc/strings.hrc:122
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -408,7 +408,7 @@ msgstr ""
"ይጫኑ 'እሺ' የተገጠመውን ተጨማሪ ለመቀየር\n"
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
-#: strings.hrc:126
+#: desktop/inc/strings.hrc:126
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -421,7 +421,7 @@ msgstr ""
"ይጫኑ 'እሺ' የተገጠመውን ተጨማሪ ለመተካት\n"
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
-#: strings.hrc:130
+#: desktop/inc/strings.hrc:130
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -434,7 +434,7 @@ msgstr ""
"ይጫኑ 'እሺ' የተገጠመውን ተጨማሪ ለመተካት\n"
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
-#: strings.hrc:134
+#: desktop/inc/strings.hrc:134
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -447,7 +447,7 @@ msgstr ""
"ይጫኑ 'እሺ' የተገጠመውን ተጨማሪ ለመተካት\n"
"ይጫኑ 'መሰረዣ' መግጠሙን ለማስቆም"
-#: strings.hrc:138
+#: desktop/inc/strings.hrc:138
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -460,137 +460,137 @@ msgstr ""
"ይጫኑ 'እሺ' የተገጠመውን ተጨማሪ ለመቀየር\n"
"ይጫኑ 'መሰረዣ' የሚለውን መግጠሙን ለማስቆም"
-#: strings.hrc:143
+#: desktop/inc/strings.hrc:143
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr "አዲስ ማሻሻያ የለም"
-#: strings.hrc:144
+#: desktop/inc/strings.hrc:144
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 "ምንም የሚገጠም ማሻሻያ የለም ፡ የተተዉ ወይም የተሰናከሉ ማሻሻያዎችን ለማየት በምልክት ማሳያው ሳጥን ውስጥ ምልክት ያድርጉ 'ሁሉንም ማሻሻያ ማሳያ'"
-#: strings.hrc:145
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr "ስህተት ተፈጥሯል:"
-#: strings.hrc:146
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr "ያልታወቀ ስህተት"
-#: strings.hrc:147
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr "ለዚህ ማሻሻያ ምንም ተጨማሪ ዝርዝር የለም"
-#: strings.hrc:148
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr "ተጨማሪውን ማሻሻል አይቻልም ምክንያቱም:"
-#: strings.hrc:149
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr "ያስፈልጋል %PRODUCTNAME የእትም አለመስማማት :"
-#: strings.hrc:150
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr "የእርስዎ %PRODUCTNAME %VERSION"
-#: strings.hrc:151
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr "መቃኛን መሰረት ያደረገ ማሻሻያ"
-#: strings.hrc:152
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr "እትም"
-#: strings.hrc:153
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_IGNORE"
msgid "Ignore this Update"
msgstr "ይህን እትም ተወው"
-#: strings.hrc:154
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_IGNORE_ALL"
msgid "Ignore all Updates"
msgstr "ሁሉንም ማሻሻያ መተው"
-#: strings.hrc:155
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_ENABLE"
msgid "Enable Updates"
msgstr "ማሻሻያዎችን ማስቻያ"
-#: strings.hrc:156
+#: desktop/inc/strings.hrc:156
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr "ይህ ማሻሻያ ይተዋል\n"
-#: strings.hrc:158
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr "መተግበሪያውን ማስጀመር አልተቻለም "
-#: strings.hrc:159
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr "የማዋቀሪያ ዳይሬክቶሪው \"$1\" አልተገኘም"
-#: strings.hrc:160
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr "የ መግጠሚያው መንገድ ዋጋ የለውም"
-#: strings.hrc:161
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr "የ ውስጥ ስህተት ተፈጥሯል"
-#: strings.hrc:162
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr "የማዋቀሪያ ፋይሉ \"$1\" የተበላሸ ነው"
-#: strings.hrc:163
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr "ማዋቀሪያ ፋይሉ \"$1\" አልተገኘም"
-#: strings.hrc:164
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr "ማዋቀሪያ ፋይሉ \"$1\" የአሁኑን እትም አይደግፍም"
-#: strings.hrc:165
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr "የ ተጠቃሚውን መስሪያ ቋንቋ ማወቅ አልተቻለም"
-#: strings.hrc:166
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr "የተጠቃሚውን አገጣጠም መፈጸም አልተቻለም "
-#: strings.hrc:167
+#: desktop/inc/strings.hrc:167
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr "የማዋቀሪያ ግልጋሎት አልተገኘም"
-#: strings.hrc:168
+#: desktop/inc/strings.hrc:168
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 ለመጠገን ወይም የጥቅል መግጠሚያዎችን የያዘውን ፎልደር"
-#: strings.hrc:169
+#: desktop/inc/strings.hrc:169
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr "ባጠቃላይ ስህተት ተፈጥሯል ማእከላዊ ማዋቀሪያው ጋር ለመድረስ ሲሞከር "
-#: strings.hrc:170
+#: desktop/inc/strings.hrc:170
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -601,17 +601,17 @@ msgstr ""
"\n"
"እባክዎን የስርአት አስተዳዳሪውን ያማክሩ"
-#: strings.hrc:171
+#: desktop/inc/strings.hrc:171
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr "ይህ የውስጥ ስህተት ተፈጥሯል: "
-#: strings.hrc:172
+#: desktop/inc/strings.hrc:172
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr "%PRODUCTNAME ከ ተገጠም ወይንም ከ ተሻሻለ በኋላ በ እጅ እንደገና ማስነሳት ያስፈልጋል"
-#: strings.hrc:173
+#: desktop/inc/strings.hrc:173
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -624,22 +624,22 @@ msgstr ""
"\n"
"በእርግጥ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:174
+#: desktop/inc/strings.hrc:174
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: strings.hrc:175
+#: desktop/inc/strings.hrc:175
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr "ማተሚያው ተሰናክሏል ፡ ምንም ሰነድ ማተም አይቻልም"
-#: strings.hrc:176
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr "የመንገድ አስተዳዳሪ አልተገኘም\n"
-#: strings.hrc:177
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOSTRAP_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"
@@ -648,7 +648,7 @@ msgstr ""
"%PRODUCTNAME የተጠቃሚ መግጠሚያ መፈጸም አልተቻለም ፡ በቂ የሆነ ባዶ ቦታ በዲስኩ ላይ የለም ፡ እባክዎን ተጨማሪ የዲስክ ባዶ ቦታ ነፃ ያድርጉ ፡ ከሚከተለው ቦታ እና እንደገና ይጀምሩ %PRODUCTNAME:\n"
"\n"
-#: strings.hrc:178
+#: desktop/inc/strings.hrc:178
msgctxt "STR_BOOSTRAP_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"
@@ -657,282 +657,282 @@ msgstr ""
"%PRODUCTNAME የተጠቃሚ መግጠሚያ ማስኬድ አልተቻለም ፡ በቂ የሆነ የፍቃድ መብት ስለሚጎድል ፡ እባክዎን እርግጠኛ ይሁኑ በቂ የሆነ የፍቃድ መብት እንዳለዎት ለከሚከተለው ቦታ እና እንደገና ይጀምሩ %PRODUCTNAME:\n"
"\n"
-#: strings.hrc:180
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr "የ ተጨማሪ ሶፍትዌር ፍቃድ ስምምነት ከ $NAME:"
-#: strings.hrc:181
+#: desktop/inc/strings.hrc:181
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 "ከላይ የሚታየውን ሙሉ የ ፍቃድ ስምምነት ያንብቡ: የ ፍቃድ ስምምነቱን ይቀበሉ \"አዎ\" በ መጻፍ እና በ ማስገባት: ወይንም ይጻፉ \"አይ\" የ ፍቃድ ስምምነቱን ላለመቀበል እና ከ ተጨማሪው መግጠሚያ ማሰናጃ ለ መውጣት"
-#: strings.hrc:185
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr "[ያስገቡ \"አዎ\" ወይም \"አይ \"]:"
-#: strings.hrc:186
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr "ያስገቡት ትክክል አይደለም: እባክዎን ያስገቡ \"አዎ\" ወይም \"አይ\":"
-#: strings.hrc:187
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr "አዎ"
-#: strings.hrc:188
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr "አዎ"
-#: strings.hrc:189
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr "አይ"
-#: strings.hrc:190
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr "አይ"
-#: strings.hrc:191
+#: desktop/inc/strings.hrc:191
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 ማስጀመር አልተቻለም: የ መቆለፊያ ፋይል የሚያሳየው እየሰራ እንዳለ ነው: ይህ ካልተፈጸመ: የ መቆለፊያ ፋይሉን ያጥፉት በ:"
-#: strings.hrc:193
+#: desktop/inc/strings.hrc:193
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr "ስህተት : "
-#: dependenciesdialog.ui:9
+#: desktop/uiconfig/ui/dependenciesdialog.ui:9
msgctxt "dependenciesdialog|Dependencies"
msgid "System dependencies check"
msgstr "የስርአት ጥገኞችን መመርመሪያ"
-#: dependenciesdialog.ui:60
+#: desktop/uiconfig/ui/dependenciesdialog.ui:60
msgctxt "dependenciesdialog|label1"
msgid "The extension cannot be installed as the following system dependencies are not fulfilled:"
msgstr "ተጨማሪዎችን መግጠም አይቻልም የሚቀጥሉት የስርአት ጥገኞች እስከሚሟሉ ድረስ:"
-#: extensionmanager.ui:9
+#: desktop/uiconfig/ui/extensionmanager.ui:9
msgctxt "extensionmanager|ExtensionManagerDialog"
msgid "Extension Manager"
msgstr "የተጨማሪ አስተዳዳሪ"
-#: extensionmanager.ui:82
+#: desktop/uiconfig/ui/extensionmanager.ui:82
msgctxt "extensionmanager|optionsbtn"
msgid "_Options"
msgstr "_ምርጫዎች"
-#: extensionmanager.ui:96
+#: desktop/uiconfig/ui/extensionmanager.ui:96
msgctxt "extensionmanager|updatebtn"
msgid "Check for _Updates"
msgstr "_ማሻሻያዎች መፈለጊያ"
-#: extensionmanager.ui:111
+#: desktop/uiconfig/ui/extensionmanager.ui:111
msgctxt "extensionmanager|addbtn"
msgid "_Add"
msgstr "_መጨመሪያ"
-#: extensionmanager.ui:128
+#: desktop/uiconfig/ui/extensionmanager.ui:128
msgctxt "extensionmanager|removebtn"
msgid "_Remove"
msgstr "_ማስወገጃ"
-#: extensionmanager.ui:143
+#: desktop/uiconfig/ui/extensionmanager.ui:143
msgctxt "extensionmanager|enablebtn"
msgid "_Enable"
msgstr "_ማስቻያ"
-#: extensionmanager.ui:187
+#: desktop/uiconfig/ui/extensionmanager.ui:187
msgctxt "extensionmanager|shared"
msgid "Installed for all users"
msgstr "ለሁሉም ተጠቃሚዎች ተገጥሟል"
-#: extensionmanager.ui:203
+#: desktop/uiconfig/ui/extensionmanager.ui:204
msgctxt "extensionmanager|user"
msgid "Installed for current user"
msgstr "ለ አሁኑ ተጠቃሚ ተገጥሟል"
-#: extensionmanager.ui:219
+#: desktop/uiconfig/ui/extensionmanager.ui:221
msgctxt "extensionmanager|bundled"
msgid "Bundled with %PRODUCTNAME"
msgstr "ተጣምሯል ከ %PRODUCTNAME"
-#: extensionmanager.ui:241
+#: desktop/uiconfig/ui/extensionmanager.ui:244
msgctxt "extensionmanager|label1"
msgid "Display Extensions"
msgstr "ተጨማሪዎችን ማሳያ"
-#: extensionmanager.ui:263
+#: desktop/uiconfig/ui/extensionmanager.ui:266
msgctxt "extensionmanager|progressft"
msgid "Adding %EXTENSION_NAME"
msgstr "በመጨመር ላይ %EXTENSION_NAME"
-#: extensionmanager.ui:298
+#: desktop/uiconfig/ui/extensionmanager.ui:301
msgctxt "extensionmanager|getextensions"
msgid "Get more extensions online..."
msgstr "ተጨማሪዎችን በመስመር ላይ ያግኙ..."
-#: installforalldialog.ui:12
+#: desktop/uiconfig/ui/installforalldialog.ui:12
msgctxt "installforalldialog|InstallForAllDialog"
msgid "For whom do you want to install the extension?"
msgstr "ተጨማሪዎችን መግጠም የሚፈልጉት ለማነው?"
-#: installforalldialog.ui:13
+#: desktop/uiconfig/ui/installforalldialog.ui:13
msgctxt "installforalldialog|InstallForAllDialog"
msgid "Make sure that no further users are working with the same %PRODUCTNAME, when installing an extension for all users in a multi user environment."
msgstr "እርግጠኛ ይህኑ ሌላ ተጠቃሚ እንደማይሰራበት %PRODUCTNAME, ተጨማሪውን ለሁሉም ተጠቃሚዎች በሚገጥሙበት ጊዜ ለ በርካታ ተጠቃሚ አይነት"
-#: installforalldialog.ui:25
+#: desktop/uiconfig/ui/installforalldialog.ui:24
msgctxt "installforalldialog|no"
msgid "_For all users"
msgstr "_ለሁሉም ተጠቃሚዎች"
-#: installforalldialog.ui:39
+#: desktop/uiconfig/ui/installforalldialog.ui:38
msgctxt "installforalldialog|yes"
msgid "_Only for me"
msgstr "_ለ እኔ ብቻ"
-#: licensedialog.ui:8
+#: desktop/uiconfig/ui/licensedialog.ui:8
msgctxt "licensedialog|LicenseDialog"
msgid "Extension Software License Agreement"
msgstr "የ ተጨማሪ ሶፍትዌሮች ፍቃድ ስምምነት"
-#: licensedialog.ui:21
+#: desktop/uiconfig/ui/licensedialog.ui:21
msgctxt "licensedialog|accept"
msgid "Accept"
msgstr "ተቀብያለሁ"
-#: licensedialog.ui:36
+#: desktop/uiconfig/ui/licensedialog.ui:36
msgctxt "licensedialog|decline"
msgid "Decline"
msgstr "አልቀበልም"
-#: licensedialog.ui:67
+#: desktop/uiconfig/ui/licensedialog.ui:67
msgctxt "licensedialog|head"
msgid "Please follow these steps to proceed with the installation of the extension:"
msgstr "እባክዎን ተጨማሪዎቹን ለመግጠም የሚቀጥሉትን ደረጃዎች ይከተሉ"
-#: licensedialog.ui:90
+#: desktop/uiconfig/ui/licensedialog.ui:90
msgctxt "licensedialog|label2"
msgid "1."
msgstr "1."
-#: licensedialog.ui:105
+#: desktop/uiconfig/ui/licensedialog.ui:105
msgctxt "licensedialog|label3"
msgid "2."
msgstr "2."
-#: licensedialog.ui:149
+#: desktop/uiconfig/ui/licensedialog.ui:149
msgctxt "licensedialog|label4"
msgid "Read the complete License Agreement. Use the scroll bar or the 'Scroll Down' button in this dialog to view the entire license text."
msgstr "የ ፍቃድ ስምምነቱን በሙሉ ያንብቡ: የ መሸብለያ መደርደሪያውን ይጠቀሙ ወይንም 'ወደ ታች መሸብለያ' ቁልፍን ይጠቀሙ ጠቅላላ የ ፍቃድ ጽሁፉን ንግግር ለማየት"
-#: licensedialog.ui:167
+#: desktop/uiconfig/ui/licensedialog.ui:167
msgctxt "licensedialog|label5"
msgid "Accept the License Agreement for the extension by pressing the 'Accept' button."
msgstr "የፍቃድ ስምምነቱን ይቀበሉ ለ ተጨማሪዎች 'ተቀብያለሁ' ቁልፍን በመጫን"
-#: licensedialog.ui:180
+#: desktop/uiconfig/ui/licensedialog.ui:180
msgctxt "licensedialog|down"
msgid "_Scroll Down"
msgstr "ወደ ታች _መሸብለያ"
-#: showlicensedialog.ui:7
+#: desktop/uiconfig/ui/showlicensedialog.ui:7
msgctxt "showlicensedialog|ShowLicenseDialog"
msgid "Extension Software License Agreement"
msgstr "የ ተጨማሪ ሶፍትዌሮች ፍቃድ ስምምነት"
-#: updatedialog.ui:10
+#: desktop/uiconfig/ui/updatedialog.ui:10
msgctxt "updatedialog|UpdateDialog"
msgid "Extension Update"
msgstr "ተጨማሪዎች ማሻሻያ"
-#: updatedialog.ui:38
+#: desktop/uiconfig/ui/updatedialog.ui:38
msgctxt "updatedialog|INSTALL"
msgid "_Install"
msgstr "_መግጠሚያ"
-#: updatedialog.ui:104
+#: desktop/uiconfig/ui/updatedialog.ui:104
msgctxt "updatedialog|UPDATE_LABEL"
msgid "_Available extension updates"
msgstr "_ዝግጁ ተጨማሪ ማሻሻያ"
-#: updatedialog.ui:117
+#: desktop/uiconfig/ui/updatedialog.ui:117
msgctxt "updatedialog|UPDATE_CHECKING"
msgid "Checking..."
msgstr "በመመርመር ላይ..."
-#: updatedialog.ui:160
+#: desktop/uiconfig/ui/updatedialog.ui:160
msgctxt "updatedialog|UPDATE_ALL"
msgid "_Show all updates"
msgstr "ሁሉንም ማሻሻያዎች _ማሳያ"
-#: updatedialog.ui:196
+#: desktop/uiconfig/ui/updatedialog.ui:196
msgctxt "updatedialog|DESCRIPTION_LABEL"
msgid "Description"
msgstr "መግለጫ"
-#: updatedialog.ui:214
+#: desktop/uiconfig/ui/updatedialog.ui:214
msgctxt "updatedialog|PUBLISHER_LABEL"
msgid "Publisher:"
msgstr "አታሚው:"
-#: updatedialog.ui:225
+#: desktop/uiconfig/ui/updatedialog.ui:225
msgctxt "updatedialog|PUBLISHER_LINK"
msgid "button"
msgstr "ቁልፍ"
-#: updatedialog.ui:242
+#: desktop/uiconfig/ui/updatedialog.ui:242
msgctxt "updatedialog|RELEASE_NOTES_LABEL"
msgid "What is new:"
msgstr "ምን አዲስ ነገር አለ:"
-#: updatedialog.ui:253
+#: desktop/uiconfig/ui/updatedialog.ui:253
msgctxt "updatedialog|RELEASE_NOTES_LINK"
msgid "Release notes"
msgstr "የተለቀቁ ማስታወሻዎች"
-#: updateinstalldialog.ui:8
+#: desktop/uiconfig/ui/updateinstalldialog.ui:8
msgctxt "updateinstalldialog|UpdateInstallDialog"
msgid "Download and Installation"
msgstr "ማውረጃ እና መግጠሚያ"
-#: updateinstalldialog.ui:87
+#: desktop/uiconfig/ui/updateinstalldialog.ui:87
msgctxt "updateinstalldialog|DOWNLOADING"
msgid "Downloading extensions..."
msgstr "ተጨማሪዎችን በማውረድ ላይ..."
-#: updateinstalldialog.ui:125
+#: desktop/uiconfig/ui/updateinstalldialog.ui:125
msgctxt "updateinstalldialog|RESULTS"
msgid "Result"
msgstr "ውጤት"
-#: updaterequireddialog.ui:9
+#: desktop/uiconfig/ui/updaterequireddialog.ui:9
msgctxt "updaterequireddialog|UpdateRequiredDialog"
msgid "Extension Update Required"
msgstr "የ ተጨማሪ ማሻሻያ ያስፈልጋል"
-#: updaterequireddialog.ui:26
+#: desktop/uiconfig/ui/updaterequireddialog.ui:26
msgctxt "updaterequireddialog|updatelabel"
msgid "%PRODUCTNAME has been updated to a new version. Some installed %PRODUCTNAME extensions are not compatible with this version and need to be updated before they can be used."
msgstr "%PRODUCTNAME ወደ አዲሱ እትም ተሻሽሏል: አንዳንዶቹ ተገጥመዋል %PRODUCTNAME ተጨማሪዎቹ ከዚህ እትም ጋር አይስማሙም: ሰለዚህ መሻሻል አለባቸው መጠቀም ከመጀመርዎ በፊት"
-#: updaterequireddialog.ui:62
+#: desktop/uiconfig/ui/updaterequireddialog.ui:62
msgctxt "updaterequireddialog|progresslabel"
msgid "Adding %EXTENSION_NAME"
msgstr "በመጨመር ላይ %EXTENSION_NAME"
-#: updaterequireddialog.ui:106
+#: desktop/uiconfig/ui/updaterequireddialog.ui:106
msgctxt "updaterequireddialog|check"
msgid "Check for _Updates..."
msgstr "_ማሻሻያዎች መፈለጊያ..."
-#: updaterequireddialog.ui:122
+#: desktop/uiconfig/ui/updaterequireddialog.ui:122
msgctxt "updaterequireddialog|disable"
msgid "Disable all"
msgstr "ሁሉንም ማሰናከያ"
diff --git a/source/am/dictionaries/id.po b/source/am/dictionaries/id.po
new file mode 100644
index 00000000000..08868182bc3
--- /dev/null
+++ b/source/am/dictionaries/id.po
@@ -0,0 +1,25 @@
+#. extracted from dictionaries/id
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2018-03-13 12:10+0100\n"
+"PO-Revision-Date: 2018-03-15 00:32+0000\n"
+"Last-Translator: Samson B <sambelet@yahoo.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: am\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n > 1;\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1521073968.000000\n"
+
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
+msgid "Indonesian spelling dictionary and thesaurus"
+msgstr "Indonesian spelling dictionary and thesaurus"
diff --git a/source/am/editeng/messages.po b/source/am/editeng/messages.po
index a01904a527b..6c10add12da 100644
--- a/source/am/editeng/messages.po
+++ b/source/am/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-12-26 20:40+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,1319 +13,1314 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1514320810.000000\n"
-#: spellmenu.ui:12
+#: editeng/uiconfig/ui/spellmenu.ui:12
msgctxt "spellmenu|ignore"
msgid "I_gnore All"
msgstr "ሁሉንም መ_ተው"
-#: spellmenu.ui:19
+#: editeng/uiconfig/ui/spellmenu.ui:19
msgctxt "spellmenu|insert"
msgid "_Add to Dictionary"
msgstr "ወደ መዝገበ ቃላት _መጨመሪያ"
-#: spellmenu.ui:33
+#: editeng/uiconfig/ui/spellmenu.ui:33
msgctxt "spellmenu|add"
msgid "_Add to Dictionary"
msgstr "ወደ መዝገበ ቃላት _መጨመሪያ"
-#: spellmenu.ui:41
+#: editeng/uiconfig/ui/spellmenu.ui:41
msgctxt "spellmenu|check"
msgid "_Spellcheck..."
msgstr "_ፊደል ማረሚያ..."
-#: spellmenu.ui:55
+#: editeng/uiconfig/ui/spellmenu.ui:55
msgctxt "spellmenu|autocorrect"
msgid "AutoCorrect _To"
msgstr "ራሱ በራሱ አራሚ _ወደ"
-#: spellmenu.ui:69
+#: editeng/uiconfig/ui/spellmenu.ui:69
msgctxt "spellmenu|autocorrectdlg"
msgid "Auto_Correct Options..."
msgstr "ራሱ በራሱ _አራሚ ምርጫ..."
#. enum SvxBreak ------------------------------------------------------------
-#: editrids.hrc:26
+#: include/editeng/editrids.hrc:26
msgctxt "RID_SVXITEMS_BREAK_NONE"
msgid "No break"
msgstr "መጨረሻ የለም"
-#: editrids.hrc:27
+#: include/editeng/editrids.hrc:27
msgctxt "RID_SVXITEMS_BREAK_COLUMN_BEFORE"
msgid "Break before new column"
msgstr "ከ አምዱ በፊት መጨረሻ"
-#: editrids.hrc:28
+#: include/editeng/editrids.hrc:28
msgctxt "RID_SVXITEMS_BREAK_COLUMN_AFTER"
msgid "Break after new column"
msgstr "ከ አምዱ በኋላ መጨረሻ"
-#: editrids.hrc:29
+#: include/editeng/editrids.hrc:29
msgctxt "RID_SVXITEMS_BREAK_COLUMN_BOTH"
msgid "Break before and after new column"
msgstr "ከ አምዱ በፊት እና በኋላ መጨረሻ"
-#: editrids.hrc:30
+#: include/editeng/editrids.hrc:30
msgctxt "RID_SVXITEMS_BREAK_PAGE_BEFORE"
msgid "Break before new page"
msgstr "ከ አዲስ ገጽ በፊት መጨረሻ"
-#: editrids.hrc:31
+#: include/editeng/editrids.hrc:31
msgctxt "RID_SVXITEMS_BREAK_PAGE_AFTER"
msgid "Break after new page"
msgstr "ከ አዲስ ገጽ በኋላ መጨረሻ"
-#: editrids.hrc:32
+#: include/editeng/editrids.hrc:32
msgctxt "RID_SVXITEMS_BREAK_PAGE_BOTH"
msgid "Break before and after new page"
msgstr "ከ አዲስ ገጽ በፊት እና በኋላ መጨረሻ"
#. enum SvxShadowLocation ---------------------------------------------------
-#: editrids.hrc:35
+#: include/editeng/editrids.hrc:35
msgctxt "RID_SVXITEMS_SHADOW_NONE"
msgid "No Shadow"
msgstr "ጥላ የለም"
-#: editrids.hrc:36
+#: include/editeng/editrids.hrc:36
msgctxt "RID_SVXITEMS_SHADOW_TOPLEFT"
msgid "Shadow top left"
msgstr "ጥላ ከ ላይ በ ግራ በኩል"
-#: editrids.hrc:37
+#: include/editeng/editrids.hrc:37
msgctxt "RID_SVXITEMS_SHADOW_TOPRIGHT"
msgid "Shadow top right"
msgstr "ጥላ ከ ላይ በ ቀኝ በኩል"
-#: editrids.hrc:38
+#: include/editeng/editrids.hrc:38
msgctxt "RID_SVXITEMS_SHADOW_BOTTOMLEFT"
msgid "Shadow bottom left"
msgstr "ጥላ ከ ታች በ ግራ በኩል"
-#: editrids.hrc:39
+#: include/editeng/editrids.hrc:39
msgctxt "RID_SVXITEMS_SHADOW_BOTTOMRIGHT"
msgid "Shadow bottom right"
msgstr "ጥላ ከ ታች በ ቀኝ በኩል"
#. enum ColorName -----------------------------------------------------------
-#: editrids.hrc:42
-msgctxt "RID_SVXITEMS_COLOR"
-msgid "Color "
-msgstr "ቀለም "
-
-#: editrids.hrc:43
+#: include/editeng/editrids.hrc:42
msgctxt "RID_SVXITEMS_COLOR_BLACK"
msgid "Black"
msgstr "ጥቁር"
-#: editrids.hrc:44
+#: include/editeng/editrids.hrc:43
msgctxt "RID_SVXITEMS_COLOR_BLUE"
msgid "Blue"
msgstr "ሰማያዊ"
-#: editrids.hrc:45
+#: include/editeng/editrids.hrc:44
msgctxt "RID_SVXITEMS_COLOR_GREEN"
msgid "Green"
msgstr "አረንጓዴ"
-#: editrids.hrc:46
+#: include/editeng/editrids.hrc:45
msgctxt "RID_SVXITEMS_COLOR_CYAN"
msgid "Cyan"
msgstr "ሲያን"
-#: editrids.hrc:47
+#: include/editeng/editrids.hrc:46
msgctxt "RID_SVXITEMS_COLOR_RED"
msgid "Red"
msgstr "ቀይ"
-#: editrids.hrc:48
+#: include/editeng/editrids.hrc:47
msgctxt "RID_SVXITEMS_COLOR_MAGENTA"
msgid "Magenta"
msgstr "ማጄንታ"
-#: editrids.hrc:49
+#: include/editeng/editrids.hrc:48
msgctxt "RID_SVXITEMS_COLOR_BROWN"
msgid "Brown"
msgstr "ቡናማ"
-#: editrids.hrc:50
+#: include/editeng/editrids.hrc:49
msgctxt "RID_SVXITEMS_COLOR_GRAY"
msgid "Gray"
msgstr "ግራጫ"
-#: editrids.hrc:51
+#: include/editeng/editrids.hrc:50
msgctxt "RID_SVXITEMS_COLOR_LIGHTGRAY"
msgid "Light Gray"
msgstr "ነጣ ያለ ግራጫ"
-#: editrids.hrc:52
+#: include/editeng/editrids.hrc:51
msgctxt "RID_SVXITEMS_COLOR_LIGHTBLUE"
msgid "Light Blue"
msgstr "ነጣ ያለ ሰማያዊ"
-#: editrids.hrc:53
+#: include/editeng/editrids.hrc:52
msgctxt "RID_SVXITEMS_COLOR_LIGHTGREEN"
msgid "Light Green"
msgstr "ነጣ ያለ አረንጓዴ"
-#: editrids.hrc:54
+#: include/editeng/editrids.hrc:53
msgctxt "RID_SVXITEMS_COLOR_LIGHTCYAN"
msgid "Light Cyan"
msgstr "ነጣ ያለ ሲያን"
-#: editrids.hrc:55
+#: include/editeng/editrids.hrc:54
msgctxt "RID_SVXITEMS_COLOR_LIGHTRED"
msgid "Light Red"
msgstr "ነጣ ያለ ቀይ"
-#: editrids.hrc:56
+#: include/editeng/editrids.hrc:55
msgctxt "RID_SVXITEMS_COLOR_LIGHTMAGENTA"
msgid "Light Magenta"
msgstr "ነጣ ያለ ማጄንታ"
-#: editrids.hrc:57
+#: include/editeng/editrids.hrc:56
msgctxt "RID_SVXITEMS_COLOR_YELLOW"
msgid "Yellow"
msgstr "ቢጫ"
-#: editrids.hrc:58
+#: include/editeng/editrids.hrc:57
msgctxt "RID_SVXITEMS_COLOR_WHITE"
msgid "White"
msgstr "ነጭ"
#. enum FontItalic -------------------------------------------------------
-#: editrids.hrc:61
+#: include/editeng/editrids.hrc:60
msgctxt "RID_SVXITEMS_ITALIC_NONE"
msgid "Not Italic"
msgstr "ያላዘመመ"
-#: editrids.hrc:62
+#: include/editeng/editrids.hrc:61
msgctxt "RID_SVXITEMS_ITALIC_OBLIQUE"
msgid "Oblique italic"
msgstr "Oblique italic"
-#: editrids.hrc:63
+#: include/editeng/editrids.hrc:62
msgctxt "RID_SVXITEMS_ITALIC_NORMAL"
msgid "Italic"
msgstr "ማዝመሚያ"
#. enum FontWeight -------------------------------------------------------
-#: editrids.hrc:66
+#: include/editeng/editrids.hrc:65
msgctxt "RID_SVXITEMS_WEIGHT_DONTKNOW"
msgid "?"
msgstr "?"
-#: editrids.hrc:67
+#: include/editeng/editrids.hrc:66
msgctxt "RID_SVXITEMS_WEIGHT_THIN"
msgid "thin"
msgstr "ቀጭን"
-#: editrids.hrc:68
+#: include/editeng/editrids.hrc:67
msgctxt "RID_SVXITEMS_WEIGHT_ULTRALIGHT"
msgid "ultra thin"
msgstr "በጣም ቀጭን"
-#: editrids.hrc:69
+#: include/editeng/editrids.hrc:68
msgctxt "RID_SVXITEMS_WEIGHT_LIGHT"
msgid "light"
msgstr "ብርሃን"
-#: editrids.hrc:70
+#: include/editeng/editrids.hrc:69
msgctxt "RID_SVXITEMS_WEIGHT_SEMILIGHT"
msgid "semi light"
msgstr "ግማሽ ብርሃን"
-#: editrids.hrc:71
+#: include/editeng/editrids.hrc:70
msgctxt "RID_SVXITEMS_WEIGHT_NORMAL"
msgid "normal"
msgstr "መደበኛ"
-#: editrids.hrc:72
+#: include/editeng/editrids.hrc:71
msgctxt "RID_SVXITEMS_WEIGHT_MEDIUM"
msgid "medium"
msgstr "መካከለኛ"
-#: editrids.hrc:73
+#: include/editeng/editrids.hrc:72
msgctxt "RID_SVXITEMS_WEIGHT_SEMIBOLD"
msgid "semi bold"
msgstr "ግማሽ ማድመቂያ"
-#: editrids.hrc:74
+#: include/editeng/editrids.hrc:73
msgctxt "RID_SVXITEMS_WEIGHT_BOLD"
msgid "bold"
msgstr "ማድመቂያ"
-#: editrids.hrc:75
+#: include/editeng/editrids.hrc:74
msgctxt "RID_SVXITEMS_WEIGHT_ULTRABOLD"
msgid "ultra bold"
msgstr "በጣም ማድመቂያ"
-#: editrids.hrc:76
+#: include/editeng/editrids.hrc:75
msgctxt "RID_SVXITEMS_WEIGHT_BLACK"
msgid "black"
msgstr "ጥቁር"
#. enum FontUnderline - used for underline ------------------------------
-#: editrids.hrc:79
+#: include/editeng/editrids.hrc:78
msgctxt "RID_SVXITEMS_UL_NONE"
msgid "No underline"
msgstr "ከ ስሩ አታስምር"
-#: editrids.hrc:80
+#: include/editeng/editrids.hrc:79
msgctxt "RID_SVXITEMS_UL_SINGLE"
msgid "Single underline"
msgstr "ከ ስሩ በ ነጠላ ማስመሪያ"
-#: editrids.hrc:81
+#: include/editeng/editrids.hrc:80
msgctxt "RID_SVXITEMS_UL_DOUBLE"
msgid "Double underline"
msgstr "ከ ስሩ በ ድርብ ማስመሪያ"
-#: editrids.hrc:82
+#: include/editeng/editrids.hrc:81
msgctxt "RID_SVXITEMS_UL_DOTTED"
msgid "Dotted underline"
msgstr "ከ ስሩ በ ነጥብ ማስመሪያ"
-#: editrids.hrc:83
+#: include/editeng/editrids.hrc:82
msgctxt "RID_SVXITEMS_UL_DONTKNOW"
msgid "Underline"
msgstr "ከ ስሩ ማስመሪያ"
-#: editrids.hrc:84
+#: include/editeng/editrids.hrc:83
msgctxt "RID_SVXITEMS_UL_DASH"
msgid "Underline (dashes)"
msgstr "ከ ስሩ ማስመሪያ (ጭረት)"
-#: editrids.hrc:85
+#: include/editeng/editrids.hrc:84
msgctxt "RID_SVXITEMS_UL_LONGDASH"
msgid "Underline (long dashes)"
msgstr "ከ ስሩ ማስመሪያ (ረጅም ጭረት)"
-#: editrids.hrc:86
+#: include/editeng/editrids.hrc:85
msgctxt "RID_SVXITEMS_UL_DASHDOT"
msgid "Underline (dot dash)"
msgstr "ከ ስሩ ማስመሪያ (ነጥብ ጭረት)"
-#: editrids.hrc:87
+#: include/editeng/editrids.hrc:86
msgctxt "RID_SVXITEMS_UL_DASHDOTDOT"
msgid "Underline (dot dot dash)"
msgstr "ከ ስሩ ማስመሪያ (በ ነጥብ ነጥብ ጭረት)"
-#: editrids.hrc:88
+#: include/editeng/editrids.hrc:87
msgctxt "RID_SVXITEMS_UL_SMALLWAVE"
msgid "Underline (small wave)"
msgstr "ከ ስሩ ማስመሪያ (በ ትንሽ ማዕበል)"
-#: editrids.hrc:89
+#: include/editeng/editrids.hrc:88
msgctxt "RID_SVXITEMS_UL_WAVE"
msgid "Underline (Wave)"
msgstr "ከ ስሩ ማስመሪያ (ማዕበል)"
-#: editrids.hrc:90
+#: include/editeng/editrids.hrc:89
msgctxt "RID_SVXITEMS_UL_DOUBLEWAVE"
msgid "Underline (Double wave)"
msgstr "ከ ስሩ ማስመሪያ (በ ድርብ ማዕበል)"
-#: editrids.hrc:91
+#: include/editeng/editrids.hrc:90
msgctxt "RID_SVXITEMS_UL_BOLD"
msgid "Underlined (Bold)"
msgstr "ከ ስሩ ማስመሪያ (ማድመቂያ)"
-#: editrids.hrc:92
+#: include/editeng/editrids.hrc:91
msgctxt "RID_SVXITEMS_UL_BOLDDOTTED"
msgid "Dotted underline (Bold)"
msgstr "ከ ስሩ በ ነጥብ ማስመሪያ (ማድመቂያ)"
-#: editrids.hrc:93
+#: include/editeng/editrids.hrc:92
msgctxt "RID_SVXITEMS_UL_BOLDDASH"
msgid "Underline (Dash bold)"
msgstr "ከ ስሩ ማስመሪያ (ጭረት ማድመቂያ)"
-#: editrids.hrc:94
+#: include/editeng/editrids.hrc:93
msgctxt "RID_SVXITEMS_UL_BOLDLONGDASH"
msgid "Underline (long dash, bold)"
msgstr "ከ ስሩ ማስመሪያ (በ ረጅም ጭረት ማድመቂያ)"
-#: editrids.hrc:95
+#: include/editeng/editrids.hrc:94
msgctxt "RID_SVXITEMS_UL_BOLDDASHDOT"
msgid "Underline (dot dash, bold)"
msgstr "ከ ስሩ ማስመሪያ (ነጥብ ጭረት ማድመቂያ)"
-#: editrids.hrc:96
+#: include/editeng/editrids.hrc:95
msgctxt "RID_SVXITEMS_UL_BOLDDASHDOTDOT"
msgid "Underline (dot dot dash, bold)"
msgstr "ከ ስሩ ማስመሪያ (ነጥብ ጭረት ማድመቂያ)"
-#: editrids.hrc:97
+#: include/editeng/editrids.hrc:96
msgctxt "RID_SVXITEMS_UL_BOLDWAVE"
msgid "Underline (wave, bold)"
msgstr "ከ ስሩ ማስመሪያ (ማዕበል ማድመቂያ)"
#. enum FontUnderline - used for overline -------------------------------
-#: editrids.hrc:100
+#: include/editeng/editrids.hrc:99
msgctxt "RID_SVXITEMS_OL_NONE"
msgid "No overline"
msgstr "ከ ላይ ማስመር አይቻለም"
-#: editrids.hrc:101
+#: include/editeng/editrids.hrc:100
msgctxt "RID_SVXITEMS_OL_SINGLE"
msgid "Single overline"
msgstr "ነጠላ መስመር ከ ላይ"
-#: editrids.hrc:102
+#: include/editeng/editrids.hrc:101
msgctxt "RID_SVXITEMS_OL_DOUBLE"
msgid "Double overline"
msgstr "ድርብ መስመር ከ ላይ"
-#: editrids.hrc:103
+#: include/editeng/editrids.hrc:102
msgctxt "RID_SVXITEMS_OL_DOTTED"
msgid "Dotted overline"
msgstr "ነጠብጣብ መስመር ከ ላይ"
-#: editrids.hrc:104
+#: include/editeng/editrids.hrc:103
msgctxt "RID_SVXITEMS_OL_DONTKNOW"
msgid "Overline"
msgstr "ከ ላይ ማስመሪያ"
-#: editrids.hrc:105
+#: include/editeng/editrids.hrc:104
msgctxt "RID_SVXITEMS_OL_DASH"
msgid "Overline (dashes)"
msgstr "ከ ላይ ማስመሪያ (ዳሾች)"
-#: editrids.hrc:106
+#: include/editeng/editrids.hrc:105
msgctxt "RID_SVXITEMS_OL_LONGDASH"
msgid "Overline (long dashes)"
msgstr "ከ ላይ ማስመሪያ (ረጅም ዳሾች)"
-#: editrids.hrc:107
+#: include/editeng/editrids.hrc:106
msgctxt "RID_SVXITEMS_OL_DASHDOT"
msgid "Overline (dot dash)"
msgstr "ከ ላይ ማስመሪያ (ነጥብ ዳሾች)"
-#: editrids.hrc:108
+#: include/editeng/editrids.hrc:107
msgctxt "RID_SVXITEMS_OL_DASHDOTDOT"
msgid "Overline (dot dot dash)"
msgstr "ከ ላይ ማስመሪያ (ነጥብ ነጥብ ዳሽ)"
-#: editrids.hrc:109
+#: include/editeng/editrids.hrc:108
msgctxt "RID_SVXITEMS_OL_SMALLWAVE"
msgid "Overline (small wave)"
msgstr "ከ ላይ ማስመሪያ (ትንሽ ማዕበል)"
-#: editrids.hrc:110
+#: include/editeng/editrids.hrc:109
msgctxt "RID_SVXITEMS_OL_WAVE"
msgid "Overline (Wave)"
msgstr "ከ ላይ ማስመሪያ (ማዕበል)"
-#: editrids.hrc:111
+#: include/editeng/editrids.hrc:110
msgctxt "RID_SVXITEMS_OL_DOUBLEWAVE"
msgid "Overline (Double wave)"
msgstr "ከ ላይ ማስመሪያ (ድርብ ማዕበል)"
-#: editrids.hrc:112
+#: include/editeng/editrids.hrc:111
msgctxt "RID_SVXITEMS_OL_BOLD"
msgid "Overlined (Bold)"
msgstr "ከ ላይ ማስመሪያ (ማድመቂያ)"
-#: editrids.hrc:113
+#: include/editeng/editrids.hrc:112
msgctxt "RID_SVXITEMS_OL_BOLDDOTTED"
msgid "Dotted overline (Bold)"
msgstr "ከ ላይ ማስመሪያ (ማድመቂያ)"
-#: editrids.hrc:114
+#: include/editeng/editrids.hrc:113
msgctxt "RID_SVXITEMS_OL_BOLDDASH"
msgid "Overline (Dash bold)"
msgstr "ከ ላይ ማስመሪያ (ዳሽ ማድመቂያ)"
-#: editrids.hrc:115
+#: include/editeng/editrids.hrc:114
msgctxt "RID_SVXITEMS_OL_BOLDLONGDASH"
msgid "Overline (long dash, bold)"
msgstr "ከ ላይ ማስመሪያ (ረጅም ዳሽ ማድመቂያ)"
-#: editrids.hrc:116
+#: include/editeng/editrids.hrc:115
msgctxt "RID_SVXITEMS_OL_BOLDDASHDOT"
msgid "Overline (dot dash, bold)"
msgstr "ከ ላይ ማስመሪያ (ነጥብ ዳሽ ማድመቂያ)"
-#: editrids.hrc:117
+#: include/editeng/editrids.hrc:116
msgctxt "RID_SVXITEMS_OL_BOLDDASHDOTDOT"
msgid "Overline (dot dot dash, bold)"
msgstr "ከ ላይ ማስመሪያ (ነጥብ ዳሽ ማድመቂያ)"
-#: editrids.hrc:118
+#: include/editeng/editrids.hrc:117
msgctxt "RID_SVXITEMS_OL_BOLDWAVE"
msgid "Overline (wave, bold)"
msgstr "ከ ላይ ማስመሪያ (ማዕበል ማድመቂያ)"
#. enum FontStrikeout ----------------------------------------------------
-#: editrids.hrc:121
+#: include/editeng/editrids.hrc:120
msgctxt "RID_SVXITEMS_STRIKEOUT_NONE"
msgid "No strikethrough"
msgstr "በላዩ ላይ አትሰርዝ"
-#: editrids.hrc:122
+#: include/editeng/editrids.hrc:121
msgctxt "RID_SVXITEMS_STRIKEOUT_SINGLE"
msgid "Single strikethrough"
msgstr "በነጠላ መስመር መሰረዣ"
-#: editrids.hrc:123
+#: include/editeng/editrids.hrc:122
msgctxt "RID_SVXITEMS_STRIKEOUT_DOUBLE"
msgid "Double strikethrough"
msgstr "በድርብ መስመር መሰረዣ"
-#: editrids.hrc:124
+#: include/editeng/editrids.hrc:123
msgctxt "RID_SVXITEMS_STRIKEOUT_DONTKNOW"
msgid "Strikethrough"
msgstr "በ ላዩ ላይ መሰረዣ"
-#: editrids.hrc:125
+#: include/editeng/editrids.hrc:124
msgctxt "RID_SVXITEMS_STRIKEOUT_BOLD"
msgid "Bold strikethrough"
msgstr "በማድመቂያ መሰረዣ"
-#: editrids.hrc:126
+#: include/editeng/editrids.hrc:125
msgctxt "RID_SVXITEMS_STRIKEOUT_SLASH"
msgid "Strike through with slash"
msgstr "በላዩ ላይ በ ሰያፍ መሰረዣ"
-#: editrids.hrc:127
+#: include/editeng/editrids.hrc:126
msgctxt "RID_SVXITEMS_STRIKEOUT_X"
msgid "Strike through with Xes"
msgstr "በላዩ ላይ በ X መሰረዣ"
#. enum CASEMAP ----------------------------------------------------------
-#: editrids.hrc:130
+#: include/editeng/editrids.hrc:129
msgctxt "RID_SVXITEMS_CASEMAP_NONE"
msgid "None"
msgstr "ምንም"
-#: editrids.hrc:131
+#: include/editeng/editrids.hrc:130
msgctxt "RID_SVXITEMS_CASEMAP_VERSALIEN"
msgid "Caps"
msgstr "Caps"
-#: editrids.hrc:132
+#: include/editeng/editrids.hrc:131
msgctxt "RID_SVXITEMS_CASEMAP_GEMEINE"
msgid "Lowercase"
msgstr "በትንንሽ ፊደል መጻፊያ"
-#: editrids.hrc:133
+#: include/editeng/editrids.hrc:132
msgctxt "RID_SVXITEMS_CASEMAP_TITEL"
msgid "Title"
msgstr "አርእስት"
-#: editrids.hrc:134
+#: include/editeng/editrids.hrc:133
msgctxt "RID_SVXITEMS_CASEMAP_KAPITAELCHEN"
msgid "Small caps"
msgstr "ትንሽ ባርኔጣ"
#. enum ESCAPEMENT -------------------------------------------------------
-#: editrids.hrc:137
+#: include/editeng/editrids.hrc:136
msgctxt "RID_SVXITEMS_ESCAPEMENT_OFF"
msgid "Normal position"
msgstr "መደበኛ ቦታ"
-#: editrids.hrc:138
+#: include/editeng/editrids.hrc:137
msgctxt "RID_SVXITEMS_ESCAPEMENT_SUPER"
msgid "Superscript "
msgstr "በትንንሹ ከፍ ብሎ መጻፊያ "
-#: editrids.hrc:139
+#: include/editeng/editrids.hrc:138
msgctxt "RID_SVXITEMS_ESCAPEMENT_SUB"
msgid "Subscript "
msgstr "በትንንሹ ዝቅ ብሎ መጻፊያ "
-#: editrids.hrc:140
+#: include/editeng/editrids.hrc:139
msgctxt "RID_SVXITEMS_ESCAPEMENT_AUTO"
msgid "automatic"
msgstr "ራሱ በራሱ"
#. enum SvxAdjust -----------------------------------------------------------
-#: editrids.hrc:143
+#: include/editeng/editrids.hrc:142
msgctxt "RID_SVXITEMS_ADJUST_LEFT"
msgid "Align left"
msgstr "በ ግራ ማሰለፊያ"
-#: editrids.hrc:144
+#: include/editeng/editrids.hrc:143
msgctxt "RID_SVXITEMS_ADJUST_RIGHT"
msgid "Align right"
msgstr "በ ቀኝ ማሰለፊያ"
-#: editrids.hrc:145
+#: include/editeng/editrids.hrc:144
msgctxt "RID_SVXITEMS_ADJUST_BLOCK"
msgid "Justify"
msgstr "እኩል መክፈያ"
-#: editrids.hrc:146
+#: include/editeng/editrids.hrc:145
msgctxt "RID_SVXITEMS_ADJUST_CENTER"
msgid "Centered"
msgstr "መሀከል"
-#: editrids.hrc:147
+#: include/editeng/editrids.hrc:146
msgctxt "RID_SVXITEMS_ADJUST_BLOCKLINE"
msgid "Justify"
msgstr "እኩል መክፈያ"
-#: editrids.hrc:148
+#: include/editeng/editrids.hrc:147
msgctxt "RID_SOLID"
msgid "Single, solid"
msgstr "ነጠላ: ሙሉ"
-#: editrids.hrc:149
+#: include/editeng/editrids.hrc:148
msgctxt "RID_DOTTED"
msgid "Single, dotted"
msgstr "ነጠላ: ነጠብጣብ"
-#: editrids.hrc:150
+#: include/editeng/editrids.hrc:149
msgctxt "RID_DASHED"
msgid "Single, dashed"
msgstr "ነጠላ ፡ ዳሽ"
-#: editrids.hrc:151
+#: include/editeng/editrids.hrc:150
msgctxt "RID_DOUBLE"
msgid "Double"
msgstr "ድርብ"
-#: editrids.hrc:152
+#: include/editeng/editrids.hrc:151
msgctxt "RID_THINTHICK_SMALLGAP"
msgid "Double, inside: fine, outside: thick, spacing: small"
msgstr "ድርብ: ውስጥ: ጥሩ: ውጪ: ወፍራም: ክፍተት: ትንሽ"
-#: editrids.hrc:153
+#: include/editeng/editrids.hrc:152
msgctxt "RID_THINTHICK_MEDIUMGAP"
msgid "Double, inside: fine, outside: thick, spacing: medium"
msgstr "ድርብ: ውስጥ: ጥሩ: ውጪ: ወፍራም: ክፍተት: መካከለኛ"
-#: editrids.hrc:154
+#: include/editeng/editrids.hrc:153
msgctxt "RID_THINTHICK_LARGEGAP"
msgid "Double, inside: fine, outside: thick, spacing: large"
msgstr "ድርብ: ውስጥ: ጥሩ: ውጪ: ወፍራም: ክፍተት: ትልቅ"
-#: editrids.hrc:155
+#: include/editeng/editrids.hrc:154
msgctxt "RID_THICKTHIN_SMALLGAP"
msgid "Double, inside: thick, outside: fine, spacing: small"
msgstr "ድርብ: ውስጥ: ወፍራም: ውጪ: ጥሩ: ክፍተት: ትንሽ"
-#: editrids.hrc:156
+#: include/editeng/editrids.hrc:155
msgctxt "RID_THICKTHIN_MEDIUMGAP"
msgid "Double, inside: thick, outside: fine, spacing: medium"
msgstr "ድርብ: ውስጥ: ወፍራም: ውጪ: ጥሩ: ክፍተት: መካከለኛ"
-#: editrids.hrc:157
+#: include/editeng/editrids.hrc:156
msgctxt "RID_THICKTHIN_LARGEGAP"
msgid "Double, inside: thick, outside: fine, spacing: large"
msgstr "ድርብ: ውስጥ: ወፍራም: ውጪ: ጥሩ: ክፍተት: ትልቅ"
-#: editrids.hrc:158
+#: include/editeng/editrids.hrc:157
msgctxt "RID_EMBOSSED"
msgid "3D embossed"
msgstr "3ዲ መቅረጫ"
-#: editrids.hrc:159
+#: include/editeng/editrids.hrc:158
msgctxt "RID_ENGRAVED"
msgid "3D engraved"
msgstr "3ደﹱ የተቀረጽ"
-#: editrids.hrc:160
+#: include/editeng/editrids.hrc:159
msgctxt "RID_INSET"
msgid "Inset"
msgstr "ማስገቢያ"
-#: editrids.hrc:161
+#: include/editeng/editrids.hrc:160
msgctxt "RID_OUTSET"
msgid "Outset"
msgstr "ማውጫ"
-#: editrids.hrc:162
+#: include/editeng/editrids.hrc:161
msgctxt "RID_FINE_DASHED"
msgid "Single, fine dashed"
msgstr "ነጠላ የረቀቀ ዳሽ"
-#: editrids.hrc:163
+#: include/editeng/editrids.hrc:162
msgctxt "RID_DOUBLE_THIN"
msgid "Double, fixed thin lines"
msgstr "ድርብ የተወሰነ ቀጭን መስመሮች"
-#: editrids.hrc:164
+#: include/editeng/editrids.hrc:163
msgctxt "RID_DASH_DOT"
msgid "Single, dash-dot"
msgstr "ነጠላ ዳሽ-ነጥብ"
-#: editrids.hrc:165
+#: include/editeng/editrids.hrc:164
msgctxt "RID_DASH_DOT_DOT"
msgid "Single, dash-dot-dot"
msgstr "ነጠላ ዳሽ-ነጥብ-ነጥብ"
-#: editrids.hrc:166
+#: include/editeng/editrids.hrc:165
msgctxt "RID_SVXITEMS_METRIC_MM"
msgid "mm"
msgstr "ሚሚ"
-#: editrids.hrc:167
+#: include/editeng/editrids.hrc:166
msgctxt "RID_SVXITEMS_METRIC_CM"
msgid "cm"
msgstr "ሴሚ"
-#: editrids.hrc:168
+#: include/editeng/editrids.hrc:167
msgctxt "RID_SVXITEMS_METRIC_INCH"
msgid "inch"
msgstr "ኢንች"
-#: editrids.hrc:169
+#: include/editeng/editrids.hrc:168
msgctxt "RID_SVXITEMS_METRIC_POINT"
msgid "pt"
msgstr "ነጥብ"
-#: editrids.hrc:170
+#: include/editeng/editrids.hrc:169
msgctxt "RID_SVXITEMS_METRIC_TWIP"
msgid "twip"
msgstr "የ ኢንች አንድ ሀያኛ"
-#: editrids.hrc:171
+#: include/editeng/editrids.hrc:170
msgctxt "RID_SVXITEMS_METRIC_PIXEL"
msgid "pixel"
msgstr "ፒክስልስ"
#. GetValueText of BoolItems
-#: editrids.hrc:174
+#: include/editeng/editrids.hrc:173
msgctxt "RID_SVXITEMS_SHADOWED_TRUE"
msgid "Shadowed"
msgstr "ጥላማ"
-#: editrids.hrc:175
+#: include/editeng/editrids.hrc:174
msgctxt "RID_SVXITEMS_SHADOWED_FALSE"
msgid "Not Shadowed"
msgstr "ጥላ የሌለው"
-#: editrids.hrc:176
+#: include/editeng/editrids.hrc:175
msgctxt "RID_SVXITEMS_BLINK_TRUE"
msgid "Blinking"
msgstr "ብልጭ ድርግም ባይ"
-#: editrids.hrc:177
+#: include/editeng/editrids.hrc:176
msgctxt "RID_SVXITEMS_BLINK_FALSE"
msgid "Not Blinking"
msgstr "ብልጭ ድርግም የማይል"
-#: editrids.hrc:178
+#: include/editeng/editrids.hrc:177
msgctxt "RID_SVXITEMS_AUTOKERN_TRUE"
msgid "Pair Kerning"
msgstr "Pair Kerning"
-#: editrids.hrc:179
+#: include/editeng/editrids.hrc:178
msgctxt "RID_SVXITEMS_AUTOKERN_FALSE"
msgid "No pair kerning"
msgstr "No pair kerning"
-#: editrids.hrc:180
+#: include/editeng/editrids.hrc:179
msgctxt "RID_SVXITEMS_WORDLINE_TRUE"
msgid "Individual words"
msgstr "እያንዳንዱ ቃላቶች"
-#: editrids.hrc:181
+#: include/editeng/editrids.hrc:180
msgctxt "RID_SVXITEMS_WORDLINE_FALSE"
msgid "Not Words Only"
msgstr "ቃላቶችን ብቻ አይደለም"
-#: editrids.hrc:182
+#: include/editeng/editrids.hrc:181
msgctxt "RID_SVXITEMS_CONTOUR_TRUE"
msgid "Outline"
msgstr "እቅድ"
-#: editrids.hrc:183
+#: include/editeng/editrids.hrc:182
msgctxt "RID_SVXITEMS_CONTOUR_FALSE"
msgid "No Outline"
msgstr "እቅድ የለም"
-#: editrids.hrc:184
+#: include/editeng/editrids.hrc:183
msgctxt "RID_SVXITEMS_PRINT_TRUE"
msgid "Print"
msgstr "ማተሚያ"
-#: editrids.hrc:185
+#: include/editeng/editrids.hrc:184
msgctxt "RID_SVXITEMS_PRINT_FALSE"
msgid "Don't print"
msgstr "አታትም"
-#: editrids.hrc:186
+#: include/editeng/editrids.hrc:185
msgctxt "RID_SVXITEMS_OPAQUE_TRUE"
msgid "Opaque"
msgstr "በውስጡ የማያሳልፍ"
-#: editrids.hrc:187
+#: include/editeng/editrids.hrc:186
msgctxt "RID_SVXITEMS_OPAQUE_FALSE"
msgid "Not Opaque"
msgstr "በውስጡ የሚያሳልፍ"
-#: editrids.hrc:188
+#: include/editeng/editrids.hrc:187
msgctxt "RID_SVXITEMS_FMTKEEP_TRUE"
msgid "Keep with next paragraph"
msgstr "ከሚቀጥለው አንቀጽ ጋር አስቀምጥ"
-#: editrids.hrc:189
+#: include/editeng/editrids.hrc:188
msgctxt "RID_SVXITEMS_FMTKEEP_FALSE"
msgid "Don't Keep Paragraphs Together"
msgstr "ከሚቀጥለው አንቀጽ ጋር አታስቀምጥ"
-#: editrids.hrc:190
+#: include/editeng/editrids.hrc:189
msgctxt "RID_SVXITEMS_FMTSPLIT_TRUE"
msgid "Split paragraph"
msgstr "አንቀጽ መክፈያ"
-#: editrids.hrc:191
+#: include/editeng/editrids.hrc:190
msgctxt "RID_SVXITEMS_FMTSPLIT_FALSE"
msgid "Don't split paragraph"
msgstr "አንቀጹን አትክፈል"
-#: editrids.hrc:192
+#: include/editeng/editrids.hrc:191
msgctxt "RID_SVXITEMS_PROT_CONTENT_TRUE"
msgid "Contents protected"
msgstr "ይዞታቸው የተጠበቀ"
-#: editrids.hrc:193
+#: include/editeng/editrids.hrc:192
msgctxt "RID_SVXITEMS_PROT_CONTENT_FALSE"
msgid "Contents not protected"
msgstr "ይዞታቸው ያልተጠበቀ"
-#: editrids.hrc:194
+#: include/editeng/editrids.hrc:193
msgctxt "RID_SVXITEMS_PROT_SIZE_TRUE"
msgid "Size protected"
msgstr "መጠኑ የተጠበቀ"
-#: editrids.hrc:195
+#: include/editeng/editrids.hrc:194
msgctxt "RID_SVXITEMS_PROT_SIZE_FALSE"
msgid "Size not protected"
msgstr "መጠኑ ያልተጠበቀ"
-#: editrids.hrc:196
+#: include/editeng/editrids.hrc:195
msgctxt "RID_SVXITEMS_PROT_POS_TRUE"
msgid "Position protected"
msgstr "ቦታው የተጠበቀ"
-#: editrids.hrc:197
+#: include/editeng/editrids.hrc:196
msgctxt "RID_SVXITEMS_PROT_POS_FALSE"
msgid "Position not protected"
msgstr "ቦታው ያልተጠበቀ"
-#: editrids.hrc:198
+#: include/editeng/editrids.hrc:197
msgctxt "RID_SVXITEMS_TRANSPARENT_TRUE"
msgid "Transparent"
msgstr "ግልጽ"
-#: editrids.hrc:199
+#: include/editeng/editrids.hrc:198
msgctxt "RID_SVXITEMS_TRANSPARENT_FALSE"
msgid "Not Transparent"
msgstr "ግልጽ ያልሆነ"
-#: editrids.hrc:200
+#: include/editeng/editrids.hrc:199
msgctxt "RID_SVXITEMS_HYPHEN_TRUE"
msgid "Hyphenation"
msgstr "ጭረት"
-#: editrids.hrc:201
+#: include/editeng/editrids.hrc:200
msgctxt "RID_SVXITEMS_HYPHEN_FALSE"
msgid "No hyphenation"
msgstr "ጭረት የለም"
-#: editrids.hrc:202
+#: include/editeng/editrids.hrc:201
msgctxt "RID_SVXITEMS_PAGE_END_TRUE"
msgid "Page End"
msgstr "የ ገጽ መጨረሻ"
-#: editrids.hrc:203
+#: include/editeng/editrids.hrc:202
msgctxt "RID_SVXITEMS_PAGE_END_FALSE"
msgid "No Page End"
msgstr "የ ገጽ መጨረሻ የለም"
-#: editrids.hrc:204
+#: include/editeng/editrids.hrc:203
msgctxt "RID_SVXITEMS_SIZE_WIDTH"
msgid "Width: "
msgstr "ስፋት: "
-#: editrids.hrc:205
+#: include/editeng/editrids.hrc:204
msgctxt "RID_SVXITEMS_SIZE_HEIGHT"
msgid "Height: "
msgstr "እርዝመት: "
-#: editrids.hrc:206
+#: include/editeng/editrids.hrc:205
msgctxt "RID_SVXITEMS_LRSPACE_LEFT"
msgid "Indent left "
msgstr "ወደ ግራ ማስረጊያ "
-#: editrids.hrc:207
+#: include/editeng/editrids.hrc:206
msgctxt "RID_SVXITEMS_LRSPACE_FLINE"
msgid "First Line "
msgstr "በመጀመሪያው መስመር "
-#: editrids.hrc:208
+#: include/editeng/editrids.hrc:207
msgctxt "RID_SVXITEMS_LRSPACE_RIGHT"
msgid "Indent right "
msgstr "ወደ ቀኝ ማስረጊያ "
-#: editrids.hrc:209
+#: include/editeng/editrids.hrc:208
msgctxt "RID_SVXITEMS_SHADOW_COMPLETE"
msgid "Shadow: "
msgstr "ጥላ: "
-#: editrids.hrc:210
+#: include/editeng/editrids.hrc:209
msgctxt "RID_SVXITEMS_BORDER_COMPLETE"
msgid "Borders "
msgstr "ድንበሮች "
-#: editrids.hrc:211
+#: include/editeng/editrids.hrc:210
msgctxt "RID_SVXITEMS_BORDER_NONE"
msgid "No border"
msgstr "ድንበር የለም"
-#: editrids.hrc:212
+#: include/editeng/editrids.hrc:211
msgctxt "RID_SVXITEMS_BORDER_TOP"
msgid "top "
msgstr "ከ ላይ "
-#: editrids.hrc:213
+#: include/editeng/editrids.hrc:212
msgctxt "RID_SVXITEMS_BORDER_BOTTOM"
msgid "bottom "
msgstr "ከ ታች "
-#: editrids.hrc:214
+#: include/editeng/editrids.hrc:213
msgctxt "RID_SVXITEMS_BORDER_LEFT"
msgid "left "
msgstr "በ ግራ "
-#: editrids.hrc:215
+#: include/editeng/editrids.hrc:214
msgctxt "RID_SVXITEMS_BORDER_RIGHT"
msgid "right "
msgstr "በ ቀኝ "
-#: editrids.hrc:216
+#: include/editeng/editrids.hrc:215
msgctxt "RID_SVXITEMS_BORDER_DISTANCE"
msgid "Spacing "
msgstr "ክፍተት "
-#: editrids.hrc:217
+#: include/editeng/editrids.hrc:216
msgctxt "RID_SVXITEMS_ULSPACE_UPPER"
msgid "From top "
msgstr "ከ ላይ "
-#: editrids.hrc:218
+#: include/editeng/editrids.hrc:217
msgctxt "RID_SVXITEMS_ULSPACE_LOWER"
msgid "From bottom "
msgstr "ከ ታች በኩል "
#. To translators: %1 == will be replaced by the number of lines
-#: editrids.hrc:220
+#: include/editeng/editrids.hrc:219
msgctxt "RID_SVXITEMS_LINES"
msgid "%1 Lines"
msgstr "%1 መስመሮች"
-#: editrids.hrc:221
+#: include/editeng/editrids.hrc:220
msgctxt "RID_SVXITEMS_WIDOWS_COMPLETE"
msgid "Widow control"
msgstr "መስኮት መቆጣጠሪያ"
-#: editrids.hrc:222
+#: include/editeng/editrids.hrc:221
msgctxt "RID_SVXITEMS_ORPHANS_COMPLETE"
msgid "Orphan control"
msgstr "ብቸኛ መቆጣጠሪያ"
-#: editrids.hrc:223
+#: include/editeng/editrids.hrc:222
msgctxt "RID_SVXITEMS_HYPHEN_MINLEAD"
msgid "%1 characters at end of line"
msgstr "%1 ባህሪዎች በ መስመር መጨረሻ ላይ"
-#: editrids.hrc:224
+#: include/editeng/editrids.hrc:223
msgctxt "RID_SVXITEMS_HYPHEN_MINTRAIL"
msgid "%1 characters at beginning of line"
msgstr "%1 ባህሪዎች በመስመር መጀመሪያ ላይ"
-#: editrids.hrc:225
+#: include/editeng/editrids.hrc:224
msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr "%1 ጭረቶች"
-#: editrids.hrc:226
+#: include/editeng/editrids.hrc:225
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "የ ገጽ ዘዴ: "
-#: editrids.hrc:227
+#: include/editeng/editrids.hrc:226
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Kerning "
-#: editrids.hrc:228
+#: include/editeng/editrids.hrc:227
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "የተቆለፈ "
-#: editrids.hrc:229
+#: include/editeng/editrids.hrc:228
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "የታመቀ "
-#: editrids.hrc:230
+#: include/editeng/editrids.hrc:229
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "ንድፍ"
-#: editrids.hrc:231
+#: include/editeng/editrids.hrc:230
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "ምንም"
-#: editrids.hrc:232
+#: include/editeng/editrids.hrc:231
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "ነጥቦች "
-#: editrids.hrc:233
+#: include/editeng/editrids.hrc:232
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "ክብ "
#. ??? disc == filled ring
-#: editrids.hrc:235
+#: include/editeng/editrids.hrc:234
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "ክብ ሜዳ "
-#: editrids.hrc:236
+#: include/editeng/editrids.hrc:235
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "ማጉሊያ "
-#: editrids.hrc:237
+#: include/editeng/editrids.hrc:236
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "ከ ላይ"
-#: editrids.hrc:238
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "ከ ታች"
-#: editrids.hrc:239
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "ድርብ-መስመር ጠፍቷል"
-#: editrids.hrc:240
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "ድርብ-መስመር"
-#: editrids.hrc:241
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "ራሱ በራሱ የባህሪ ክፍተት መመጠኛ የለም"
-#: editrids.hrc:242
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "ራሱ በራሱ የባህሪ ክፍተት መመጠኛ የለም"
-#: editrids.hrc:243
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "No hanging punctuation at line end"
-#: editrids.hrc:244
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Hanging punctuation at line end"
-#: editrids.hrc:245
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "የ ተከለከሉ ባህሪዎችን ዝርዝር መፈጸሚያ: በ መስመሮች መጀመሪያ እና መጨረሻ ላይ"
-#: editrids.hrc:246
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "የ ተከለከሉ ባህሪዎችን ዝርዝር አትፈጽም: በ መስመሮች መጀመሪያ እና መጨረሻ ላይ"
-#: editrids.hrc:247
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "የ ዞረ ባህሪ የለም"
-#: editrids.hrc:248
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "ባህሪ ማዞሪያ በ $(ARG1)°"
-#: editrids.hrc:249
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "በመስመሩ ልክ"
-#: editrids.hrc:250
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "ጽሁፉ አልዞረም"
-#: editrids.hrc:251
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "ጽሁፉ ዞሯል በ $(ARG1)°"
-#: editrids.hrc:252
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "የተመጠኑ ባህሪዎች $(ARG1)%"
-#: editrids.hrc:253
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "የተመጠኑ ባህሪዎች የሉም"
-#: editrids.hrc:254
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "ክፍተት የለም"
-#: editrids.hrc:255
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "ክፍተት"
-#: editrids.hrc:256
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "የተቀረጸ"
-#: editrids.hrc:257
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "ራሱ በራሱ ጽሁፍ ማሰለፊያ"
-#: editrids.hrc:258
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "ጽሁፍ ማሰለፊያ በመስመር መሰረት ላይ"
-#: editrids.hrc:259
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "ከ ላይ ጽሁፍ ማሰለፊያ"
-#: editrids.hrc:260
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "መሀከል ጽሁፍ ማሰለፊያ"
-#: editrids.hrc:261
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "ከ ታች ጽሁፍ ማሰለፊያ"
-#: editrids.hrc:262
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ግራ-ወደ-ቀኝ (በ አግድም)"
-#: editrids.hrc:263
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ቀኝ-ወደ-ግራ (በ አግድም)"
-#: editrids.hrc:264
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ቀኝ-ወደ-ግራ (በ ቁመት)"
-#: editrids.hrc:265
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ግራ-ወደ-ቀኝ (በ ቁመት)"
-#: editrids.hrc:266
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Use superordinate object text direction setting"
-#: editrids.hrc:267
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "አንቀጽ መቁረጫ በ ጽሁፍ መጋጠሚያ ላይ (ንቁ ከሆነ)"
-#: editrids.hrc:268
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "አንቀጽ በ ጽሁፍ መጋጠሚያ ላይ አይቆረጥም"
-#: editrids.hrc:269
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "ያልተደበቀ"
-#: editrids.hrc:270
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "የተደበቀ"
#. enum SvxCellHorJustify ----------------------------------------------------
-#: editrids.hrc:273
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_HORJUST_STANDARD"
msgid "Horizontal alignment default"
msgstr "ነባር በ አግድም ማሰለፊያ"
-#: editrids.hrc:274
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_HORJUST_LEFT"
msgid "Align left"
msgstr "በ ግራ ማሰለፊያ"
-#: editrids.hrc:275
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_HORJUST_CENTER"
msgid "Centered horizontally"
msgstr "በ አግድም መሀከል ላይ"
-#: editrids.hrc:276
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_HORJUST_RIGHT"
msgid "Align right"
msgstr "በ ቀኝ ማሰለፊያ"
-#: editrids.hrc:277
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_HORJUST_BLOCK"
msgid "Justify"
msgstr "እኩል መክፈያ"
-#: editrids.hrc:278
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_HORJUST_REPEAT"
msgid "Repeat alignment"
msgstr "ማሰለፊያውን መድገሚያ"
#. enum SvxCellVerJustify ----------------------------------------------------
-#: editrids.hrc:281
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_VERJUST_STANDARD"
msgid "Vertical alignment default"
msgstr "ነባር በ ቁመት ማሰለፊያ"
-#: editrids.hrc:282
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_VERJUST_TOP"
msgid "Align to top"
msgstr "ወደ ላይ ማሰለፊያ"
-#: editrids.hrc:283
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_VERJUST_CENTER"
msgid "Centered vertically"
msgstr "መሀከል በ ቁመት"
-#: editrids.hrc:284
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_VERJUST_BOTTOM"
msgid "Align to bottom"
msgstr "ከ ታች ማሰለፊያ"
#. enum SvxCellJustifyMethod ----------------------------------------------------
-#: editrids.hrc:287
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_JUSTMETHOD_AUTO"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: editrids.hrc:288
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE"
msgid "Distributed"
msgstr "ተሰራጭቷል"
-#: editrids.hrc:290
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "የወረቀት ትሪ"
-#: editrids.hrc:291
+#: include/editeng/editrids.hrc:290
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[ከ ማተሚያው ማሰናጃ]"
-#: editrids.hrc:293
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "ማጥፊያ"
-#: editrids.hrc:294
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "ማንቀሳቀሻ"
-#: editrids.hrc:295
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "ማስገቢያ"
-#: editrids.hrc:296
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "መቀየሪያ"
-#: editrids.hrc:297
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "ባህሪውን መፈጸሚያ"
-#: editrids.hrc:298
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "ባህሪውን እንደ ነበር መመለሻ"
-#: editrids.hrc:299
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "ማስረጊያ"
-#: editrids.hrc:300
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "ዘዴዎች መፈጸሚያ"
-#: editrids.hrc:301
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "ጉዳይ መቀየሪያ"
-#: editrids.hrc:302
+#: include/editeng/editrids.hrc:301
#, c-format
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "ቃሉ ይህ ነው %x"
-#: editrids.hrc:303
+#: include/editeng/editrids.hrc:302
#, c-format
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "አንቀጽ ነው %x"
-#: editrids.hrc:304
+#: include/editeng/editrids.hrc:303
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: editrids.hrc:306
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "የ ነጥብ ምስል በ አንቀጽ ውስጥ"
-#: editrids.hrc:307
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "የ ነጥብ ምስል"
-#: editrids.hrc:308
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "አንቀጽ: $(ARG) "
-#: editrids.hrc:310
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "ከሰነዱ መጀመሪያ ጀምሮ መመርመር ልቀጥል?"
-#: editrids.hrc:311
+#: include/editeng/editrids.hrc:310
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "ከ ሰነዱ መጨረሻ ጀምሮ መመርመር ልቀጥል?"
-#: editrids.hrc:312
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1334,37 +1329,37 @@ msgstr ""
"ቃላት ወደ መዝገበ ቃላቱ መጨመር አልተቻለም\n"
"ባልታወቀ ምክንያት"
-#: editrids.hrc:313
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "መዝገበ ቃላቱ ቀደም ሲል ሞልቷል"
-#: editrids.hrc:314
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "መዝገበ ቃላቱ ለንባብ-ብቻ ነው"
-#: editrids.hrc:316
+#: include/editeng/editrids.hrc:315
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "ማስረጊያ"
-#: editrids.hrc:317
+#: include/editeng/editrids.hrc:316
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "ንዑስ ነጥቦች ማሳያ"
-#: editrids.hrc:318
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Collapse"
-#: editrids.hrc:319
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "ባህሪዎች መፈጸሚያ"
-#: editrids.hrc:320
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "ማሰገቢያ"
diff --git a/source/am/extensions/messages.po b/source/am/extensions/messages.po
index 3b385e94c9a..3fa2109f207 100644
--- a/source/am/extensions/messages.po
+++ b/source/am/extensions/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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2017-10-08 19:41+0000\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
+"PO-Revision-Date: 2018-03-24 19:24+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,1738 +14,1738 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1507491707.000000\n"
+"X-POOTLE-MTIME: 1521919459.000000\n"
-#: command.hrc:29
+#: extensions/inc/command.hrc:29
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: command.hrc:30
+#: extensions/inc/command.hrc:30
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Query"
msgstr "ጥያቄ"
-#: command.hrc:31
+#: extensions/inc/command.hrc:31
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "SQL command"
msgstr "የ SQL ትእዛዝ"
-#: showhide.hrc:29
+#: extensions/inc/showhide.hrc:29
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Hide"
msgstr "መደበቂያ"
-#: showhide.hrc:30
+#: extensions/inc/showhide.hrc:30
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Show"
msgstr "ማሳያ"
-#: stringarrays.hrc:27
+#: extensions/inc/stringarrays.hrc:27
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Top"
msgstr "ከ ላይ"
-#: stringarrays.hrc:28
+#: extensions/inc/stringarrays.hrc:28
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Middle"
msgstr "መሀከል"
-#: stringarrays.hrc:29
+#: extensions/inc/stringarrays.hrc:29
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Bottom"
msgstr "ከ ታች"
-#: stringarrays.hrc:34
+#: extensions/inc/stringarrays.hrc:34
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Small"
msgstr "ትንሽ"
-#: stringarrays.hrc:35
+#: extensions/inc/stringarrays.hrc:35
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Large"
msgstr "ትልቅ"
-#: stringarrays.hrc:40
+#: extensions/inc/stringarrays.hrc:40
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Without frame"
msgstr "ያለ ክፈፍ"
-#: stringarrays.hrc:41
+#: extensions/inc/stringarrays.hrc:41
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "3D look"
msgstr "3ዲ መመልከቻ"
-#: stringarrays.hrc:42
+#: extensions/inc/stringarrays.hrc:42
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Flat"
msgstr "ጠፍጣፋ"
-#: stringarrays.hrc:47
+#: extensions/inc/stringarrays.hrc:47
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Valuelist"
msgstr "የ ዋጋ ዝርዝር"
-#: stringarrays.hrc:48
+#: extensions/inc/stringarrays.hrc:48
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: stringarrays.hrc:49
+#: extensions/inc/stringarrays.hrc:49
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Query"
msgstr "ጥያቄ"
-#: stringarrays.hrc:50
+#: extensions/inc/stringarrays.hrc:50
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql"
msgstr "Sql"
-#: stringarrays.hrc:51
+#: extensions/inc/stringarrays.hrc:51
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql [Native]"
msgstr "Sql [Native]"
-#: stringarrays.hrc:52
+#: extensions/inc/stringarrays.hrc:52
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Tablefields"
msgstr "የ ሰንጠረዥ ሜዳዎች"
-#: stringarrays.hrc:57
+#: extensions/inc/stringarrays.hrc:57
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Left"
msgstr "በ ግራ"
-#: stringarrays.hrc:58
+#: extensions/inc/stringarrays.hrc:58
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Center"
msgstr "መሀከል"
-#: stringarrays.hrc:59
+#: extensions/inc/stringarrays.hrc:59
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Right"
msgstr "በ ቀኝ"
-#: stringarrays.hrc:64
+#: extensions/inc/stringarrays.hrc:64
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "None"
msgstr "ምንም"
-#: stringarrays.hrc:65
+#: extensions/inc/stringarrays.hrc:65
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Submit form"
msgstr "ፎርም ማስገቢያ"
-#: stringarrays.hrc:66
+#: extensions/inc/stringarrays.hrc:66
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Reset form"
msgstr "ፎርም እንደ ነበር መመለሻ"
-#: stringarrays.hrc:67
+#: extensions/inc/stringarrays.hrc:67
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Open document/web page"
msgstr "ሰነድ መክፈቻ/ድህረ ገጽ"
-#: stringarrays.hrc:68
+#: extensions/inc/stringarrays.hrc:68
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "First record"
msgstr "የ መጀመሪያው መዝገብ"
-#: stringarrays.hrc:69
+#: extensions/inc/stringarrays.hrc:69
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Previous record"
msgstr "ያለፈው መዝገብ"
-#: stringarrays.hrc:70
+#: extensions/inc/stringarrays.hrc:70
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Next record"
msgstr "የሚቀጥለው መዝገብ"
-#: stringarrays.hrc:71
+#: extensions/inc/stringarrays.hrc:71
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Last record"
msgstr "የ መጨረሻው መዝገብ"
-#: stringarrays.hrc:72
+#: extensions/inc/stringarrays.hrc:72
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Save record"
msgstr "መዝገብ ማስቀመጫ"
-#: stringarrays.hrc:73
+#: extensions/inc/stringarrays.hrc:73
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Undo data entry"
msgstr "ዳታ ማስገባቱን መተው"
-#: stringarrays.hrc:74
+#: extensions/inc/stringarrays.hrc:74
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "New record"
msgstr "አዲስ መዝገብ"
-#: stringarrays.hrc:75
+#: extensions/inc/stringarrays.hrc:75
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Delete record"
msgstr "መዝገብ ማጥፊያ"
-#: stringarrays.hrc:76
+#: extensions/inc/stringarrays.hrc:76
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Refresh form"
msgstr "ፎርም ማነቃቂያ"
-#: stringarrays.hrc:81
+#: extensions/inc/stringarrays.hrc:81
msgctxt "RID_RSC_ENUM_SUBMIT_METHOD"
msgid "Get"
msgstr "ማግኛ"
-#: stringarrays.hrc:82
+#: extensions/inc/stringarrays.hrc:82
msgctxt "RID_RSC_ENUM_SUBMIT_METHOD"
msgid "Post"
msgstr "መለጠፊያ"
-#: stringarrays.hrc:87
+#: extensions/inc/stringarrays.hrc:87
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "URL"
msgstr "URL"
-#: stringarrays.hrc:88
+#: extensions/inc/stringarrays.hrc:88
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Multipart"
msgstr "በርካታ አካል"
-#: stringarrays.hrc:89
+#: extensions/inc/stringarrays.hrc:89
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Text"
msgstr "ጽሁፍ"
-#: stringarrays.hrc:94
+#: extensions/inc/stringarrays.hrc:94
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short)"
msgstr "መደበኛ (አጭር)"
-#: stringarrays.hrc:95
+#: extensions/inc/stringarrays.hrc:95
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YY)"
msgstr "መደበኛ (አጭር አመት)"
-#: stringarrays.hrc:96
+#: extensions/inc/stringarrays.hrc:96
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YYYY)"
msgstr "መደበኛ (አጭር አመት)"
-#: stringarrays.hrc:97
+#: extensions/inc/stringarrays.hrc:97
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (long)"
msgstr "መደበኛ (ረጅም)"
-#: stringarrays.hrc:98
+#: extensions/inc/stringarrays.hrc:98
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "DD/MM/YY"
msgstr "ቀን/ወር/አመት"
-#: stringarrays.hrc:99
+#: extensions/inc/stringarrays.hrc:99
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "MM/DD/YY"
msgstr "ወር/ቀን/አመት"
-#: stringarrays.hrc:100
+#: extensions/inc/stringarrays.hrc:100
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY/MM/DD"
msgstr "አመት/ወር/ቀን"
-#: stringarrays.hrc:101
+#: extensions/inc/stringarrays.hrc:101
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "DD/MM/YYYY"
msgstr "ቀን/ወር/አመት"
-#: stringarrays.hrc:102
+#: extensions/inc/stringarrays.hrc:102
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "MM/DD/YYYY"
msgstr "ወር/ቀን/አመት"
-#: stringarrays.hrc:103
+#: extensions/inc/stringarrays.hrc:103
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY/MM/DD"
msgstr "አመት/ወር/ቀን"
-#: stringarrays.hrc:104
+#: extensions/inc/stringarrays.hrc:104
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY-MM-DD"
msgstr "አመት-ወር-ቀን"
-#: stringarrays.hrc:105
+#: extensions/inc/stringarrays.hrc:105
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY-MM-DD"
msgstr "አመት-ወር-ቀን"
-#: stringarrays.hrc:110
+#: extensions/inc/stringarrays.hrc:110
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "13:45"
msgstr "13:45"
-#: stringarrays.hrc:111
+#: extensions/inc/stringarrays.hrc:111
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "13:45:00"
msgstr "13:45:00"
-#: stringarrays.hrc:112
+#: extensions/inc/stringarrays.hrc:112
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45 PM"
msgstr "01:45 ከሰአት"
-#: stringarrays.hrc:113
+#: extensions/inc/stringarrays.hrc:113
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45:00 PM"
msgstr "01:45:00 ከሰአት"
-#: stringarrays.hrc:118
+#: extensions/inc/stringarrays.hrc:118
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Selected"
msgstr "አልተመረጠም"
-#: stringarrays.hrc:119
+#: extensions/inc/stringarrays.hrc:119
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Selected"
msgstr "ተመርጧል"
-#: stringarrays.hrc:120
+#: extensions/inc/stringarrays.hrc:120
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Defined"
msgstr "አልተገለጸም"
-#: stringarrays.hrc:125
+#: extensions/inc/stringarrays.hrc:125
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "All records"
msgstr "ሁሉንም መዝገቦች"
-#: stringarrays.hrc:126
+#: extensions/inc/stringarrays.hrc:126
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Active record"
msgstr "ንቁ መዝገቦች"
-#: stringarrays.hrc:127
+#: extensions/inc/stringarrays.hrc:127
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Current page"
msgstr "የ አሁኑ ገጽ"
-#: stringarrays.hrc:132
+#: extensions/inc/stringarrays.hrc:132
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "No"
msgstr "አይ"
-#: stringarrays.hrc:133
+#: extensions/inc/stringarrays.hrc:133
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Yes"
msgstr "አዎ"
-#: stringarrays.hrc:134
+#: extensions/inc/stringarrays.hrc:134
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Parent Form"
msgstr "የ ወላጅ ፎርም"
-#: stringarrays.hrc:139
+#: extensions/inc/stringarrays.hrc:139
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_blank"
msgstr "_ባዶ"
-#: stringarrays.hrc:140
+#: extensions/inc/stringarrays.hrc:140
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_parent"
msgstr "_ወላጅ"
-#: stringarrays.hrc:141
+#: extensions/inc/stringarrays.hrc:141
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_self"
msgstr "_ራስ"
-#: stringarrays.hrc:142
+#: extensions/inc/stringarrays.hrc:142
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_top"
msgstr "ከ _ላይ"
-#: stringarrays.hrc:147
+#: extensions/inc/stringarrays.hrc:147
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "None"
msgstr "ምንም"
-#: stringarrays.hrc:148
+#: extensions/inc/stringarrays.hrc:148
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Single"
msgstr "ነጠላ"
-#: stringarrays.hrc:149
+#: extensions/inc/stringarrays.hrc:149
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Multi"
msgstr "በርካታ"
-#: stringarrays.hrc:150
+#: extensions/inc/stringarrays.hrc:150
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Range"
msgstr "መጠን"
-#: stringarrays.hrc:155
+#: extensions/inc/stringarrays.hrc:155
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Horizontal"
msgstr "በ አግድም"
-#: stringarrays.hrc:156
+#: extensions/inc/stringarrays.hrc:156
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Vertical"
msgstr "በ ቁመት"
-#: stringarrays.hrc:161
+#: extensions/inc/stringarrays.hrc:161
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Default"
msgstr "ነባር"
-#: stringarrays.hrc:162
+#: extensions/inc/stringarrays.hrc:162
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "OK"
msgstr "እሺ"
-#: stringarrays.hrc:163
+#: extensions/inc/stringarrays.hrc:163
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Cancel"
msgstr "መሰረዣ"
-#: stringarrays.hrc:164
+#: extensions/inc/stringarrays.hrc:164
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Help"
msgstr "እርዳታ"
-#: stringarrays.hrc:169
+#: extensions/inc/stringarrays.hrc:169
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "The selected entry"
msgstr "የ ተመረጠው ማስገቢያ"
-#: stringarrays.hrc:170
+#: extensions/inc/stringarrays.hrc:170
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "Position of the selected entry"
msgstr "የ ተመረጠው ማስገቢያ ቦታ"
-#: stringarrays.hrc:175
+#: extensions/inc/stringarrays.hrc:175
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Single-line"
msgstr "ነጠላ-መስመር"
-#: stringarrays.hrc:176
+#: extensions/inc/stringarrays.hrc:176
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line"
msgstr "በርካታ-መስመር"
-#: stringarrays.hrc:177
+#: extensions/inc/stringarrays.hrc:177
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line with formatting"
msgstr "በርካታ-መስመር ከ አቀራረብ ጋር"
-#: stringarrays.hrc:182
+#: extensions/inc/stringarrays.hrc:182
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "LF (Unix)"
msgstr "መስመር መቀለቢያ (Unix)"
-#: stringarrays.hrc:183
+#: extensions/inc/stringarrays.hrc:183
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "CR+LF (Windows)"
msgstr "CR+ መስመር መቀለቢያ (Windows)"
-#: stringarrays.hrc:188
+#: extensions/inc/stringarrays.hrc:188
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "None"
msgstr "ምንም"
-#: stringarrays.hrc:189
+#: extensions/inc/stringarrays.hrc:189
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Horizontal"
msgstr "በ አግድም"
-#: stringarrays.hrc:190
+#: extensions/inc/stringarrays.hrc:190
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Vertical"
msgstr "በ ቁመት"
-#: stringarrays.hrc:191
+#: extensions/inc/stringarrays.hrc:191
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Both"
msgstr "ሁለቱንም"
-#: stringarrays.hrc:196
+#: extensions/inc/stringarrays.hrc:196
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "3D"
msgstr "3ዲ"
-#: stringarrays.hrc:197
+#: extensions/inc/stringarrays.hrc:197
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "Flat"
msgstr "ጠፍጣፋ"
-#: stringarrays.hrc:202
+#: extensions/inc/stringarrays.hrc:202
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left top"
msgstr "በ ግራ ከ ላይ"
-#: stringarrays.hrc:203
+#: extensions/inc/stringarrays.hrc:203
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left centered"
msgstr "በ ግራ መሀከል"
-#: stringarrays.hrc:204
+#: extensions/inc/stringarrays.hrc:204
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left bottom"
msgstr "በ ግራ ከ ታች"
-#: stringarrays.hrc:205
+#: extensions/inc/stringarrays.hrc:205
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right top"
msgstr "በ ቀኝ ከ ላይ"
-#: stringarrays.hrc:206
+#: extensions/inc/stringarrays.hrc:206
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right centered"
msgstr "በ ቀኝ መሀከል"
-#: stringarrays.hrc:207
+#: extensions/inc/stringarrays.hrc:207
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right bottom"
msgstr "በ ቀኝ ከ ታች"
-#: stringarrays.hrc:208
+#: extensions/inc/stringarrays.hrc:208
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above left"
msgstr "ከ ላይ በ ግራ"
-#: stringarrays.hrc:209
+#: extensions/inc/stringarrays.hrc:209
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above centered"
msgstr "ከ ላይ መሀከል"
-#: stringarrays.hrc:210
+#: extensions/inc/stringarrays.hrc:210
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above right"
msgstr "ከ ላይ በ ቀኝ"
-#: stringarrays.hrc:211
+#: extensions/inc/stringarrays.hrc:211
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below left"
msgstr "ከ ታች በ ግራ"
-#: stringarrays.hrc:212
+#: extensions/inc/stringarrays.hrc:212
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below centered"
msgstr "ከ ታች መሀከል"
-#: stringarrays.hrc:213
+#: extensions/inc/stringarrays.hrc:213
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below right"
msgstr "ከ ታች በ ቀኝ"
-#: stringarrays.hrc:214
+#: extensions/inc/stringarrays.hrc:214
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Centered"
msgstr "መሀከል"
-#: stringarrays.hrc:219
+#: extensions/inc/stringarrays.hrc:219
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Preserve"
msgstr "መጠበቂያ"
-#: stringarrays.hrc:220
+#: extensions/inc/stringarrays.hrc:220
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Replace"
msgstr "መቀየሪያ"
-#: stringarrays.hrc:221
+#: extensions/inc/stringarrays.hrc:221
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Collapse"
msgstr "ማሳነሻ"
-#: stringarrays.hrc:226
+#: extensions/inc/stringarrays.hrc:226
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "No"
msgstr "አይ"
-#: stringarrays.hrc:227
+#: extensions/inc/stringarrays.hrc:227
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Keep Ratio"
msgstr "መጠን መጠበቂያ"
-#: stringarrays.hrc:228
+#: extensions/inc/stringarrays.hrc:228
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Fit to Size"
msgstr "በ መጠኑ ልክ"
-#: stringarrays.hrc:233
+#: extensions/inc/stringarrays.hrc:233
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Left-to-right"
msgstr "ከ ግራ-ወደ-ቀኝ"
-#: stringarrays.hrc:234
+#: extensions/inc/stringarrays.hrc:234
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Right-to-left"
msgstr "ከ ቀኝ-ወደ-ግራ"
-#: stringarrays.hrc:235
+#: extensions/inc/stringarrays.hrc:235
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Use superordinate object settings"
msgstr "ከፍተኛ የ እቃ ማሰናጃዎችን መጠቀሚያ"
-#: stringarrays.hrc:240
+#: extensions/inc/stringarrays.hrc:240
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Never"
msgstr "በፍጹም"
-#: stringarrays.hrc:241
+#: extensions/inc/stringarrays.hrc:241
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "When focused"
msgstr "በሚያተኩር ጊዜ"
-#: stringarrays.hrc:242
+#: extensions/inc/stringarrays.hrc:242
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Always"
msgstr "ሁል ጊዜ"
-#: stringarrays.hrc:247
+#: extensions/inc/stringarrays.hrc:247
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Paragraph"
msgstr "ወደ አንቀጽ"
-#: stringarrays.hrc:248
+#: extensions/inc/stringarrays.hrc:248
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "As Character"
msgstr "እንደ ባህሪ"
-#: stringarrays.hrc:249
+#: extensions/inc/stringarrays.hrc:249
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Page"
msgstr "ወደ ገጽ"
-#: stringarrays.hrc:250
+#: extensions/inc/stringarrays.hrc:250
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Frame"
msgstr "ወደ ክፈፍ"
-#: stringarrays.hrc:251
+#: extensions/inc/stringarrays.hrc:251
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Character"
msgstr "ወደ ባህሪ"
-#: stringarrays.hrc:256
+#: extensions/inc/stringarrays.hrc:256
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Page"
msgstr "ወደ ገጽ"
-#: stringarrays.hrc:257
+#: extensions/inc/stringarrays.hrc:257
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Cell"
msgstr "ወደ ክፍል"
-#: strings.hrc:25
+#: extensions/inc/strings.hrc:25
msgctxt "RID_STR_EDITMASK"
msgid "Edit mask"
msgstr "Edit mask"
-#: strings.hrc:26
+#: extensions/inc/strings.hrc:26
msgctxt "RID_STR_LITERALMASK"
msgid "Literal mask"
msgstr "Literal mask"
-#: strings.hrc:27
+#: extensions/inc/strings.hrc:27
msgctxt "RID_STR_READONLY"
msgid "Read-only"
msgstr "ለንባብ-ብቻ"
-#: strings.hrc:28
+#: extensions/inc/strings.hrc:28
msgctxt "RID_STR_ENABLED"
msgid "Enabled"
msgstr "ተችሏል"
-#: strings.hrc:29
+#: extensions/inc/strings.hrc:29
msgctxt "RID_STR_ENABLE_VISIBLE"
msgid "Visible"
msgstr "የሚታይ"
-#: strings.hrc:30
+#: extensions/inc/strings.hrc:30
msgctxt "RID_STR_AUTOCOMPLETE"
msgid "AutoFill"
msgstr "በራሱ መሙያ"
-#: strings.hrc:31
+#: extensions/inc/strings.hrc:31
msgctxt "RID_STR_LINECOUNT"
msgid "Line count"
msgstr "መስመር መቁጠሪያ"
-#: strings.hrc:32
+#: extensions/inc/strings.hrc:32
msgctxt "RID_STR_MAXTEXTLEN"
msgid "Max. text length"
msgstr "ከፍተኛ የጽሁፍ እርዝመት"
-#: strings.hrc:33
+#: extensions/inc/strings.hrc:33
msgctxt "RID_STR_SPIN"
msgid "Spin Button"
msgstr "ማሽከርከሪያ ቁልፍ"
-#: strings.hrc:34
+#: extensions/inc/strings.hrc:34
msgctxt "RID_STR_STRICTFORMAT"
msgid "Strict format"
msgstr "የተወሰነ አቀራረብ"
-#: strings.hrc:35
+#: extensions/inc/strings.hrc:35
msgctxt "RID_STR_SHOWTHOUSANDSEP"
msgid "Thousands separator"
msgstr "ሺዎች መለያያ"
-#: strings.hrc:36
+#: extensions/inc/strings.hrc:36
msgctxt "RID_STR_PRINTABLE"
msgid "Printable"
msgstr "ሊታተም የሚችል"
-#: strings.hrc:37
+#: extensions/inc/strings.hrc:37
msgctxt "RID_STR_TARGET_URL"
msgid "URL"
msgstr "URL"
-#: strings.hrc:38
+#: extensions/inc/strings.hrc:38
msgctxt "RID_STR_TARGET_FRAME"
msgid "Frame"
msgstr "ክፈፍ"
-#: strings.hrc:39
+#: extensions/inc/strings.hrc:39
msgctxt "RID_STR_HELPTEXT"
msgid "Help text"
msgstr "የጽሁፍ እርዳታ"
-#: strings.hrc:40
+#: extensions/inc/strings.hrc:40
msgctxt "RID_STR_HELPURL"
msgid "Help URL"
msgstr "የእርዳታ URL"
-#: strings.hrc:41
+#: extensions/inc/strings.hrc:41
msgctxt "RID_STR_TAG"
msgid "Additional information"
msgstr "ተጨማሪ መረጃ"
-#: strings.hrc:42
+#: extensions/inc/strings.hrc:42
msgctxt "RID_STR_ECHO_CHAR"
msgid "Password character"
msgstr "የመግቢያ ቃል ባህሪ"
-#: strings.hrc:43
+#: extensions/inc/strings.hrc:43
msgctxt "RID_STR_TRISTATE"
msgid "Tristate"
msgstr "Tristate"
-#: strings.hrc:44
+#: extensions/inc/strings.hrc:44
msgctxt "RID_STR_EMPTY_IS_NULL"
msgid "Empty string is NULL"
msgstr "ባዶ ሀረግ ባዶ ነው"
-#: strings.hrc:45
+#: extensions/inc/strings.hrc:45
msgctxt "RID_STR_DECIMAL_ACCURACY"
msgid "Decimal accuracy"
msgstr "የ ዴሲማል ትክክለኛነት"
-#: strings.hrc:46
+#: extensions/inc/strings.hrc:46
msgctxt "RID_STR_IMAGE_URL"
msgid "Graphics"
msgstr "ንድፍ"
-#: strings.hrc:47
+#: extensions/inc/strings.hrc:47
msgctxt "RID_STR_DEFAULT_SELECT_SEQ"
msgid "Default selection"
msgstr "ነባር መምረጫዎች"
-#: strings.hrc:48
+#: extensions/inc/strings.hrc:48
msgctxt "RID_STR_DEFAULT_BUTTON"
msgid "Default button"
msgstr "ነባር ቁልፍ"
-#: strings.hrc:49
+#: extensions/inc/strings.hrc:49
msgctxt "RID_STR_LABELCONTROL"
msgid "Label Field"
msgstr "የ ምልክት ሜዳ"
-#: strings.hrc:50
+#: extensions/inc/strings.hrc:50
msgctxt "RID_STR_LABEL"
msgid "Label"
msgstr "ምልክት"
-#: strings.hrc:51
+#: extensions/inc/strings.hrc:51
msgctxt "RID_STR_ALIGN"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: strings.hrc:52
+#: extensions/inc/strings.hrc:52
msgctxt "RID_STR_VERTICAL_ALIGN"
msgid "Vert. Alignment"
msgstr "በ ቁመት ማሰለፊያ"
-#: strings.hrc:53
+#: extensions/inc/strings.hrc:53
msgctxt "RID_STR_IMAGEPOSITION"
msgid "Graphics alignment"
msgstr "ንድፎች ማሰለፊያ"
-#: strings.hrc:54
+#: extensions/inc/strings.hrc:54
msgctxt "RID_STR_FONT"
msgid "Font"
msgstr "ፊደል"
-#: strings.hrc:55
+#: extensions/inc/strings.hrc:55
msgctxt "RID_STR_BACKGROUNDCOLOR"
msgid "Background color"
msgstr "የ መደብ ቀለም"
-#: strings.hrc:56
+#: extensions/inc/strings.hrc:56
msgctxt "RID_STR_BORDER"
msgid "Border"
msgstr "ድንበር"
-#: strings.hrc:57
+#: extensions/inc/strings.hrc:57
msgctxt "RID_STR_ICONSIZE"
msgid "Icon size"
msgstr "የ ምልክት መጠን"
-#: strings.hrc:58
+#: extensions/inc/strings.hrc:58
msgctxt "RID_STR_SHOW_POSITION"
msgid "Positioning"
msgstr "አቀማመጥ"
-#: strings.hrc:59
+#: extensions/inc/strings.hrc:59
msgctxt "RID_STR_SHOW_NAVIGATION"
msgid "Navigation"
msgstr "መቃኛ"
-#: strings.hrc:60
+#: extensions/inc/strings.hrc:60
msgctxt "RID_STR_SHOW_RECORDACTIONS"
msgid "Acting on a record"
msgstr "በ መዝገብ ላይ መፈጸሚያ"
-#: strings.hrc:61
+#: extensions/inc/strings.hrc:61
msgctxt "RID_STR_SHOW_FILTERSORT"
msgid "Filtering / Sorting"
msgstr "በማጣራት ላይ / በመለየት ላይ"
-#: strings.hrc:62
+#: extensions/inc/strings.hrc:62
msgctxt "RID_STR_HSCROLL"
msgid "Horizontal scroll bar"
msgstr "የ አግድም መሸብለያ መደርደሪያ"
-#: strings.hrc:63
+#: extensions/inc/strings.hrc:63
msgctxt "RID_STR_VSCROLL"
msgid "Vertical scroll bar"
msgstr "በ ቁመት መሸብለያ መደርደሪያ"
-#: strings.hrc:64
+#: extensions/inc/strings.hrc:64
msgctxt "RID_STR_WORDBREAK"
msgid "Word break"
msgstr "የ ቃል መጨረሻ"
-#: strings.hrc:65
+#: extensions/inc/strings.hrc:65
msgctxt "RID_STR_MULTILINE"
msgid "Multiline input"
msgstr "በርካታ መስመር ማስገቢያ"
-#: strings.hrc:66
+#: extensions/inc/strings.hrc:66
msgctxt "RID_STR_MULTISELECTION"
msgid "Multiselection"
msgstr "በርካታ መምረጫ"
-#: strings.hrc:67
+#: extensions/inc/strings.hrc:67
msgctxt "RID_STR_NAME"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:68
+#: extensions/inc/strings.hrc:68
msgctxt "RID_STR_GROUP_NAME"
msgid "Group name"
msgstr "የቡድን ስም"
-#: strings.hrc:69
+#: extensions/inc/strings.hrc:69
msgctxt "RID_STR_TABINDEX"
msgid "Tab order"
msgstr "Tab order"
-#: strings.hrc:70
+#: extensions/inc/strings.hrc:70
msgctxt "RID_STR_WHEEL_BEHAVIOR"
msgid "Mouse wheel scroll"
msgstr "የአይጥ ጎማ መሸብለያ"
-#: strings.hrc:71
+#: extensions/inc/strings.hrc:71
msgctxt "RID_STR_FILTER"
msgid "Filter"
msgstr "ማጣሪያ"
-#: strings.hrc:72
+#: extensions/inc/strings.hrc:72
msgctxt "RID_STR_SORT_CRITERIA"
msgid "Sort"
msgstr "መለያ"
-#: strings.hrc:73
+#: extensions/inc/strings.hrc:73
msgctxt "RID_STR_RECORDMARKER"
msgid "Record marker"
msgstr "መዝገብ ላይ መፈጸሚያ"
-#: strings.hrc:74
+#: extensions/inc/strings.hrc:74
msgctxt "RID_STR_FILTERPROPOSAL"
msgid "Filter proposal"
msgstr "Filter proposal"
-#: strings.hrc:75
+#: extensions/inc/strings.hrc:75
msgctxt "RID_STR_NAVIGATION"
msgid "Navigation bar"
msgstr "መቃኛ መደርደሪያ"
-#: strings.hrc:76
+#: extensions/inc/strings.hrc:76
msgctxt "RID_STR_CYCLE"
msgid "Cycle"
msgstr "Cycle"
-#: strings.hrc:77
+#: extensions/inc/strings.hrc:77
msgctxt "RID_STR_TABSTOP"
msgid "Tabstop"
msgstr "ማስረጊያ ማስቆሚያ"
-#: strings.hrc:78
+#: extensions/inc/strings.hrc:78
msgctxt "RID_STR_CONTROLSOURCE"
msgid "Data field"
msgstr "የ ዳታ ሜዳ"
-#: strings.hrc:79
+#: extensions/inc/strings.hrc:79
msgctxt "RID_STR_DROPDOWN"
msgid "Dropdown"
msgstr "ወደ ታች የሚዘረገፍ"
-#: strings.hrc:80
+#: extensions/inc/strings.hrc:80
msgctxt "RID_STR_BOUNDCOLUMN"
msgid "Bound field"
msgstr "መዝለያ ሜዳ"
-#: strings.hrc:81
+#: extensions/inc/strings.hrc:81
msgctxt "RID_STR_LISTSOURCE"
msgid "List content"
msgstr "ዝርዝር ይዞታዎች"
-#: strings.hrc:82
+#: extensions/inc/strings.hrc:82
msgctxt "RID_STR_LISTSOURCETYPE"
msgid "Type of list contents"
msgstr "የዝርዝር ይዞታዎች አይነት"
-#: strings.hrc:83
+#: extensions/inc/strings.hrc:83
msgctxt "RID_STR_CURSORSOURCE"
msgid "Content"
msgstr "ይዞታ"
-#: strings.hrc:84
+#: extensions/inc/strings.hrc:84
msgctxt "RID_STR_CURSORSOURCETYPE"
msgid "Content type"
msgstr "የይዞታ አይነት"
-#: strings.hrc:85
+#: extensions/inc/strings.hrc:85
msgctxt "RID_STR_ALLOW_ADDITIONS"
msgid "Allow additions"
msgstr "መጨመሪያ ማስቻያ"
-#: strings.hrc:86
+#: extensions/inc/strings.hrc:86
msgctxt "RID_STR_ALLOW_DELETIONS"
msgid "Allow deletions"
msgstr "ማጥፋት ማስቻያ"
-#: strings.hrc:87
+#: extensions/inc/strings.hrc:87
msgctxt "RID_STR_ALLOW_EDITS"
msgid "Allow modifications"
msgstr "ማሻሻያ ማስቻያ"
-#: strings.hrc:88
+#: extensions/inc/strings.hrc:88
msgctxt "RID_STR_DATAENTRY"
msgid "Add data only"
msgstr "ዳታ ብቻ መጨመሪያ"
-#: strings.hrc:89
+#: extensions/inc/strings.hrc:89
msgctxt "RID_STR_DATASOURCE"
msgid "Data source"
msgstr "የ ዳታ ምንጭ"
-#: strings.hrc:90
+#: extensions/inc/strings.hrc:90
msgctxt "RID_STR_MASTERFIELDS"
msgid "Link master fields"
msgstr "ዋና ሜዳዎችን አገናኝ"
-#: strings.hrc:91
+#: extensions/inc/strings.hrc:91
msgctxt "RID_STR_SLAVEFIELDS"
msgid "Link slave fields"
msgstr "ዋና ሜዳዎችን አገናኝ"
-#: strings.hrc:92
+#: extensions/inc/strings.hrc:92
msgctxt "RID_STR_VALUEMIN"
msgid "Value min."
msgstr "አነስተኛ ዋጋ"
-#: strings.hrc:93
+#: extensions/inc/strings.hrc:93
msgctxt "RID_STR_VALUEMAX"
msgid "Value max."
msgstr "ከፍተኛ ዋጋ"
-#: strings.hrc:94
+#: extensions/inc/strings.hrc:94
msgctxt "RID_STR_VALUESTEP"
msgid "Incr./decrement value"
msgstr "የሚጨምር/የሚቀንስ ዋጋ"
-#: strings.hrc:95
+#: extensions/inc/strings.hrc:95
msgctxt "RID_STR_CURRENCYSYMBOL"
msgid "Currency symbol"
msgstr "የ ገንዘብ ምልክት"
-#: strings.hrc:96
+#: extensions/inc/strings.hrc:96
msgctxt "RID_STR_DATEMIN"
msgid "Date min."
msgstr "አነስተኛ ቀን"
-#: strings.hrc:97
+#: extensions/inc/strings.hrc:97
msgctxt "RID_STR_DATEMAX"
msgid "Date max."
msgstr "ከፍተኛ ቀን"
-#: strings.hrc:98
+#: extensions/inc/strings.hrc:98
msgctxt "RID_STR_DATEFORMAT"
msgid "Date format"
msgstr "የ ቀን አቀራረብ"
-#: strings.hrc:99
+#: extensions/inc/strings.hrc:99
msgctxt "RID_STR_SELECTEDITEMS"
msgid "Selection"
msgstr "ምርጫዎች"
-#: strings.hrc:100
+#: extensions/inc/strings.hrc:100
msgctxt "RID_STR_TIMEMIN"
msgid "Time min."
msgstr "ሰአት ደቂቃ"
-#: strings.hrc:101
+#: extensions/inc/strings.hrc:101
msgctxt "RID_STR_TIMEMAX"
msgid "Time max."
msgstr "ከፍተኛው ሰአት"
-#: strings.hrc:102
+#: extensions/inc/strings.hrc:102
msgctxt "RID_STR_TIMEFORMAT"
msgid "Time format"
msgstr "የ ሰአት አቀራረብ"
-#: strings.hrc:103
+#: extensions/inc/strings.hrc:103
msgctxt "RID_STR_CURRSYM_POSITION"
msgid "Prefix symbol"
msgstr "መነሻ ምልክቶች"
-#: strings.hrc:104
+#: extensions/inc/strings.hrc:104
msgctxt "RID_STR_VALUE"
msgid "Value"
msgstr "ዋጋ"
-#: strings.hrc:105
+#: extensions/inc/strings.hrc:105
msgctxt "RID_STR_FORMATKEY"
msgid "Formatting"
msgstr "አቀራረብ"
-#: strings.hrc:106
+#: extensions/inc/strings.hrc:106
msgctxt "RID_STR_CLASSID"
msgid "Class ID"
msgstr "የ ክፍል መለያ"
-#: strings.hrc:107
+#: extensions/inc/strings.hrc:107
msgctxt "RID_STR_HEIGHT"
msgid "Height"
msgstr "እርዝመት"
-#: strings.hrc:108
+#: extensions/inc/strings.hrc:108
msgctxt "RID_STR_WIDTH"
msgid "Width"
msgstr "ስፋት"
-#: strings.hrc:109
+#: extensions/inc/strings.hrc:109
msgctxt "RID_STR_LISTINDEX"
msgid "List index"
msgstr "ዝርዝር ማውጫ"
-#: strings.hrc:110
+#: extensions/inc/strings.hrc:110
msgctxt "RID_STR_ROWHEIGHT"
msgid "Row height"
msgstr "የ ረድፍ እርዝመት"
-#: strings.hrc:111
+#: extensions/inc/strings.hrc:111
msgctxt "RID_STR_FILLCOLOR"
msgid "Fill color"
msgstr "ቀለም መሙያ"
-#: strings.hrc:112
+#: extensions/inc/strings.hrc:112
msgctxt "RID_STR_LINECOLOR"
msgid "Line color"
msgstr "የ መስመር ቀለም"
-#: strings.hrc:113
+#: extensions/inc/strings.hrc:113
msgctxt "RID_STR_REFVALUE"
msgid "Reference value (on)"
msgstr "ማመሳከሪያ ዋጋ (በርቷል)"
-#: strings.hrc:114
+#: extensions/inc/strings.hrc:114
msgctxt "RID_STR_UNCHECKEDREFVALUE"
msgid "Reference value (off)"
msgstr "ማመሳከሪያ ዋጋ (ጠፍቷል)"
-#: strings.hrc:115
+#: extensions/inc/strings.hrc:115
msgctxt "RID_STR_STRINGITEMLIST"
msgid "List entries"
msgstr "ዝርዝር ማስገቢያ"
-#: strings.hrc:116
+#: extensions/inc/strings.hrc:116
msgctxt "RID_STR_BUTTONTYPE"
msgid "Action"
msgstr "ተግባር"
-#: strings.hrc:117
+#: extensions/inc/strings.hrc:117
msgctxt "RID_STR_SUBMIT_ACTION"
msgid "URL"
msgstr "URL"
-#: strings.hrc:118
+#: extensions/inc/strings.hrc:118
msgctxt "RID_STR_SUBMIT_METHOD"
msgid "Type of submission"
msgstr "የማስገቢያው አይነት"
-#: strings.hrc:119
+#: extensions/inc/strings.hrc:119
msgctxt "RID_STR_DEFAULT_STATE"
msgid "Default status"
msgstr "ነባር ሁኔታው"
-#: strings.hrc:120
+#: extensions/inc/strings.hrc:120
msgctxt "RID_STR_SUBMIT_ENCODING"
msgid "Submission encoding"
msgstr "encoding ማስገቢያ"
-#: strings.hrc:121
+#: extensions/inc/strings.hrc:121
msgctxt "RID_STR_DEFAULTVALUE"
msgid "Default value"
msgstr "ነባር ዋጋ"
-#: strings.hrc:122
+#: extensions/inc/strings.hrc:122
msgctxt "RID_STR_DEFAULTTEXT"
msgid "Default text"
msgstr "ነባር ጽሁፍ"
-#: strings.hrc:123
+#: extensions/inc/strings.hrc:123
msgctxt "RID_STR_DEFAULTDATE"
msgid "Default date"
msgstr "ነባር ቀን"
-#: strings.hrc:124
+#: extensions/inc/strings.hrc:124
msgctxt "RID_STR_DEFAULTTIME"
msgid "Default time"
msgstr "ነባር ሰአት"
-#: strings.hrc:125
+#: extensions/inc/strings.hrc:125
msgctxt "RID_STR_SUBMIT_TARGET"
msgid "Frame"
msgstr "ክፈፍ"
-#: strings.hrc:126
+#: extensions/inc/strings.hrc:126
msgctxt "RID_STR_EVT_APPROVEPARAMETER"
msgid "Fill parameters"
msgstr "ደንቦች መሙያ"
-#: strings.hrc:127
+#: extensions/inc/strings.hrc:127
msgctxt "RID_STR_EVT_ACTIONPERFORMED"
msgid "Execute action"
msgstr "ተግባር መፈጸም"
-#: strings.hrc:128
+#: extensions/inc/strings.hrc:128
msgctxt "RID_STR_EVT_AFTERUPDATE"
msgid "After updating"
msgstr "ከተሻሻለ በኋላ"
-#: strings.hrc:129
+#: extensions/inc/strings.hrc:129
msgctxt "RID_STR_EVT_BEFOREUPDATE"
msgid "Before updating"
msgstr "ከመሻሻሉ በፊት"
-#: strings.hrc:130
+#: extensions/inc/strings.hrc:130
msgctxt "RID_STR_EVT_APPROVEROWCHANGE"
msgid "Before record action"
msgstr "ከ መዝገብ ተግባር በፊት"
-#: strings.hrc:131
+#: extensions/inc/strings.hrc:131
msgctxt "RID_STR_EVT_ROWCHANGE"
msgid "After record action"
msgstr "ከ መዝገብ ተግባር በኋላ"
-#: strings.hrc:132
+#: extensions/inc/strings.hrc:132
msgctxt "RID_STR_EVT_CONFIRMDELETE"
msgid "Confirm deletion"
msgstr "ማጥፋቱን ያረጋግጡ"
-#: strings.hrc:133
+#: extensions/inc/strings.hrc:133
msgctxt "RID_STR_EVT_ERROROCCURRED"
msgid "Error occurred"
msgstr "ስህተት ተፈጥሯል"
-#: strings.hrc:134
+#: extensions/inc/strings.hrc:134
msgctxt "RID_STR_EVT_FOCUSGAINED"
msgid "When receiving focus"
msgstr "ትኩረት በሚያገኝበት ጊዜ"
-#: strings.hrc:135
+#: extensions/inc/strings.hrc:135
msgctxt "RID_STR_EVT_FOCUSLOST"
msgid "When losing focus"
msgstr "ትኩረት በሚያጣበት ጊዜ"
-#: strings.hrc:136
+#: extensions/inc/strings.hrc:136
msgctxt "RID_STR_EVT_ITEMSTATECHANGED"
msgid "Item status changed"
msgstr "የ እቃው ሁኔታ ተቀይሯል"
-#: strings.hrc:137
+#: extensions/inc/strings.hrc:137
msgctxt "RID_STR_EVT_KEYTYPED"
msgid "Key pressed"
msgstr "ቁልፍ ተጭነዋል"
-#: strings.hrc:138
+#: extensions/inc/strings.hrc:138
msgctxt "RID_STR_EVT_KEYUP"
msgid "Key released"
msgstr "ቁልፍ ለቀዋል"
-#: strings.hrc:139
+#: extensions/inc/strings.hrc:139
msgctxt "RID_STR_EVT_LOADED"
msgid "When loading"
msgstr "በሚጫን ጊዜ"
-#: strings.hrc:140
+#: extensions/inc/strings.hrc:140
msgctxt "RID_STR_EVT_RELOADING"
msgid "Before reloading"
msgstr "እንደገና ከ መጫኑ በፊት"
-#: strings.hrc:141
+#: extensions/inc/strings.hrc:141
msgctxt "RID_STR_EVT_RELOADED"
msgid "When reloading"
msgstr "እንደገና በሚጫን ጊዜ"
-#: strings.hrc:142
+#: extensions/inc/strings.hrc:142
msgctxt "RID_STR_EVT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
msgstr "አይጡ ተንቀሳቅሷል ቁልፍ በሚጫኑ ጊዜ"
-#: strings.hrc:143
+#: extensions/inc/strings.hrc:143
msgctxt "RID_STR_EVT_MOUSEENTERED"
msgid "Mouse inside"
msgstr "አይጥ ውስጥ"
-#: strings.hrc:144
+#: extensions/inc/strings.hrc:144
msgctxt "RID_STR_EVT_MOUSEEXITED"
msgid "Mouse outside"
msgstr "አይጥ ውጪ"
-#: strings.hrc:145
+#: extensions/inc/strings.hrc:145
msgctxt "RID_STR_EVT_MOUSEMOVED"
msgid "Mouse moved"
msgstr "አይጥ ተንቀሳቅሷል"
-#: strings.hrc:146
+#: extensions/inc/strings.hrc:146
msgctxt "RID_STR_EVT_MOUSEPRESSED"
msgid "Mouse button pressed"
msgstr "የአይጥ ቁልፍ ተጭነዋል"
-#: strings.hrc:147
+#: extensions/inc/strings.hrc:147
msgctxt "RID_STR_EVT_MOUSERELEASED"
msgid "Mouse button released"
msgstr "የአይጥ ቁልፍ ለቀዋል"
-#: strings.hrc:148
+#: extensions/inc/strings.hrc:148
msgctxt "RID_STR_EVT_POSITIONING"
msgid "Before record change"
msgstr "መዝገቡ ከ መቀየሩ በፊት"
-#: strings.hrc:149
+#: extensions/inc/strings.hrc:149
msgctxt "RID_STR_EVT_POSITIONED"
msgid "After record change"
msgstr "መዝገቡ ከ ተቀየረ በኋላ"
-#: strings.hrc:150
+#: extensions/inc/strings.hrc:150
msgctxt "RID_STR_EVT_RESETTED"
msgid "After resetting"
msgstr "እንደ ነበር ከ ተመለሰ በኋላ"
-#: strings.hrc:151
+#: extensions/inc/strings.hrc:151
msgctxt "RID_STR_EVT_APPROVERESETTED"
msgid "Prior to reset"
msgstr "እንደ ነበር ከ መመለሱ በፊት"
-#: strings.hrc:152
+#: extensions/inc/strings.hrc:152
msgctxt "RID_STR_EVT_APPROVEACTIONPERFORMED"
msgid "Approve action"
msgstr "ተግባሩን ይፍቀዱ"
-#: strings.hrc:153
+#: extensions/inc/strings.hrc:153
msgctxt "RID_STR_EVT_SUBMITTED"
msgid "Before submitting"
msgstr "ከማስገባትዎ በፊት"
-#: strings.hrc:154
+#: extensions/inc/strings.hrc:154
msgctxt "RID_STR_EVT_TEXTCHANGED"
msgid "Text modified"
msgstr "ጽሁፉ ተሻሽሏል"
-#: strings.hrc:155
+#: extensions/inc/strings.hrc:155
msgctxt "RID_STR_EVT_UNLOADING"
msgid "Before unloading"
msgstr "ከ መውረዱ በፊት"
-#: strings.hrc:156
+#: extensions/inc/strings.hrc:156
msgctxt "RID_STR_EVT_UNLOADED"
msgid "When unloading"
msgstr "በሚወርድበት ጊዜ"
-#: strings.hrc:157
+#: extensions/inc/strings.hrc:157
msgctxt "RID_STR_EVT_CHANGED"
msgid "Changed"
msgstr "ተቀይሯል"
-#: strings.hrc:158
+#: extensions/inc/strings.hrc:158
msgctxt "RID_STR_EVENTS"
msgid "Events"
msgstr "ሁኔታዎች"
-#: strings.hrc:159
+#: extensions/inc/strings.hrc:159
msgctxt "RID_STR_ESCAPE_PROCESSING"
msgid "Analyze SQL command"
msgstr "Analyze SQL command"
-#: strings.hrc:160
+#: extensions/inc/strings.hrc:160
msgctxt "RID_STR_POSITIONX"
msgid "PositionX"
msgstr "PositionX"
-#: strings.hrc:161
+#: extensions/inc/strings.hrc:161
msgctxt "RID_STR_POSITIONY"
msgid "PositionY"
msgstr "PositionY"
-#: strings.hrc:162
+#: extensions/inc/strings.hrc:162
msgctxt "RID_STR_TITLE"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:163
+#: extensions/inc/strings.hrc:163
msgctxt "RID_STR_STEP"
msgid "Page (step)"
msgstr "ገጽ (ደረጃ)"
-#: strings.hrc:164
+#: extensions/inc/strings.hrc:164
msgctxt "RID_STR_PROGRESSVALUE"
msgid "Progress value"
msgstr "የሂደት ዋጋ"
-#: strings.hrc:165
+#: extensions/inc/strings.hrc:165
msgctxt "RID_STR_PROGRESSVALUE_MIN"
msgid "Progress value min."
msgstr "አነስተኛ የሂደት ዋጋ"
-#: strings.hrc:166
+#: extensions/inc/strings.hrc:166
msgctxt "RID_STR_PROGRESSVALUE_MAX"
msgid "Progress value max."
msgstr "ከፍተኛ የሂደት ዋጋ"
-#: strings.hrc:167
+#: extensions/inc/strings.hrc:167
msgctxt "RID_STR_SCROLLVALUE"
msgid "Scroll value"
msgstr "መሸብለያ ዋጋ"
-#: strings.hrc:168
+#: extensions/inc/strings.hrc:168
msgctxt "RID_STR_SCROLLVALUE_MAX"
msgid "Scroll value max."
msgstr "ከፍተኛ መሸብለያ ዋጋ"
-#: strings.hrc:169
+#: extensions/inc/strings.hrc:169
msgctxt "RID_STR_SCROLLVALUE_MIN"
msgid "Scroll value min."
msgstr "ዝቅተኛ መሸብለያ ዋጋ"
-#: strings.hrc:170
+#: extensions/inc/strings.hrc:170
msgctxt "RID_STR_SCROLL_WIDTH"
msgid "Scroll width"
msgstr "የ መሸብለያ ስፋት"
-#: strings.hrc:171
+#: extensions/inc/strings.hrc:171
msgctxt "RID_STR_SCROLL_HEIGHT"
msgid "Scroll height"
msgstr "የመሸብለያ እርዝመት"
-#: strings.hrc:172
+#: extensions/inc/strings.hrc:172
msgctxt "RID_STR_SCROLL_TOP"
msgid "Scroll top"
msgstr "ወደ ላይ መሽብለያ"
-#: strings.hrc:173
+#: extensions/inc/strings.hrc:173
msgctxt "RID_STR_SCROLL_LEFT"
msgid "Scroll left"
msgstr "ወደ ግራ መሽብለያ"
-#: strings.hrc:174
+#: extensions/inc/strings.hrc:174
msgctxt "RID_STR_DEFAULT_SCROLLVALUE"
msgid "Default scroll value"
msgstr "ነባር መሸብለያ ዋጋ"
-#: strings.hrc:175
+#: extensions/inc/strings.hrc:175
msgctxt "RID_STR_LINEINCREMENT"
msgid "Small change"
msgstr "ትንሽ ለውጥ"
-#: strings.hrc:176
+#: extensions/inc/strings.hrc:176
msgctxt "RID_STR_BLOCKINCREMENT"
msgid "Large change"
msgstr "ትልቅ ለውጥ"
-#: strings.hrc:177
+#: extensions/inc/strings.hrc:177
msgctxt "RID_STR_REPEAT_DELAY"
msgid "Delay"
msgstr "ማዘግያ"
-#: strings.hrc:178
+#: extensions/inc/strings.hrc:178
msgctxt "RID_STR_REPEAT"
msgid "Repeat"
msgstr "መድገሚያ"
-#: strings.hrc:179
+#: extensions/inc/strings.hrc:179
msgctxt "RID_STR_VISIBLESIZE"
msgid "Visible size"
msgstr "የሚታይ መጠን"
-#: strings.hrc:180
+#: extensions/inc/strings.hrc:180
msgctxt "RID_STR_ORIENTATION"
msgid "Orientation"
msgstr "አቅጣጫ"
-#: strings.hrc:181
+#: extensions/inc/strings.hrc:181
msgctxt "RID_STR_EVT_ADJUSTMENTVALUECHANGED"
msgid "While adjusting"
msgstr "በማስተካከል ላይ እንዳለ"
-#: strings.hrc:182
+#: extensions/inc/strings.hrc:182
msgctxt "RID_STR_DATE"
msgid "Date"
msgstr "ቀን"
-#: strings.hrc:183
+#: extensions/inc/strings.hrc:183
msgctxt "RID_STR_STATE"
msgid "State"
msgstr "አገር"
-#: strings.hrc:184
+#: extensions/inc/strings.hrc:184
msgctxt "RID_STR_TIME"
msgid "Time"
msgstr "ሰአት"
-#: strings.hrc:185
+#: extensions/inc/strings.hrc:185
msgctxt "RID_STR_SCALEIMAGE"
msgid "Scale"
msgstr "መመጠኛ"
-#: strings.hrc:186
+#: extensions/inc/strings.hrc:186
msgctxt "RID_STR_PUSHBUTTONTYPE"
msgid "Button type"
msgstr "የቁልፍ አይነት"
-#: strings.hrc:187
+#: extensions/inc/strings.hrc:187
msgctxt "RID_STR_UNABLETOCONNECT"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "ግንኙነት ወደ ዳታ ምንጩ \"$name$\" መመስረት አልተቻለም"
-#: strings.hrc:188
+#: extensions/inc/strings.hrc:188
msgctxt "RID_STR_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:189
+#: extensions/inc/strings.hrc:189
msgctxt "RID_STR_BOUND_CELL"
msgid "Linked cell"
msgstr "የተገናኙ ክፍሎች"
-#: strings.hrc:190
+#: extensions/inc/strings.hrc:190
msgctxt "RID_STR_LIST_CELL_RANGE"
msgid "Source cell range"
msgstr "የ ክፍሉ ምንጭ መጠን"
-#: strings.hrc:191
+#: extensions/inc/strings.hrc:191
msgctxt "RID_STR_CELL_EXCHANGE_TYPE"
msgid "Contents of the linked cell"
msgstr "የተገናኙ ክፍሎች ይዞታዎች"
-#: strings.hrc:192
+#: extensions/inc/strings.hrc:192
msgctxt "RID_STR_SYMBOLCOLOR"
msgid "Symbol color"
msgstr "የ ምልክት ቀለም"
-#: strings.hrc:193
+#: extensions/inc/strings.hrc:193
msgctxt "RID_STR_LINEEND_FORMAT"
msgid "Text lines end with"
msgstr "የጽሁፍ መስመሮች የሚያልቁት በ"
-#: strings.hrc:194
+#: extensions/inc/strings.hrc:194
msgctxt "RID_STR_TOGGLE"
msgid "Toggle"
msgstr "መቀያየሪያ"
-#: strings.hrc:195
+#: extensions/inc/strings.hrc:195
msgctxt "RID_STR_FOCUSONCLICK"
msgid "Take Focus on Click"
msgstr "በሚጫኑ ጊዜ ትኩረት ማግኛ"
-#: strings.hrc:196
+#: extensions/inc/strings.hrc:196
msgctxt "RID_STR_HIDEINACTIVESELECTION"
msgid "Hide selection"
msgstr "ምርጫውን መደበቂያ"
-#: strings.hrc:197
+#: extensions/inc/strings.hrc:197
msgctxt "RID_STR_VISUALEFFECT"
msgid "Style"
msgstr "ዘዴ"
-#: strings.hrc:198
+#: extensions/inc/strings.hrc:198
msgctxt "RID_STR_AUTOLINEBREAK"
msgid "Wrap text automatically"
msgstr "ጽሁፍ ራሱ በራሱ መጠቅለያ"
-#: strings.hrc:199
+#: extensions/inc/strings.hrc:199
msgctxt "RID_STR_TEXTTYPE"
msgid "Text type"
msgstr "የጽሁፍ አይነት"
-#: strings.hrc:200
+#: extensions/inc/strings.hrc:200
msgctxt "RID_STR_XML_DATA_MODEL"
msgid "XML data model"
msgstr "XML data model"
-#: strings.hrc:201
+#: extensions/inc/strings.hrc:201
msgctxt "RID_STR_BIND_EXPRESSION"
msgid "Binding expression"
msgstr "ጽኑ አገላለጽ"
-#: strings.hrc:202
+#: extensions/inc/strings.hrc:202
msgctxt "RID_STR_XSD_REQUIRED"
msgid "Required"
msgstr "ያስፈልጋል"
-#: strings.hrc:203
+#: extensions/inc/strings.hrc:203
msgctxt "RID_STR_LIST_BINDING"
msgid "List entry source"
msgstr "ዝርዝር የ ማስገቢያ ምንጭ"
-#: strings.hrc:204
+#: extensions/inc/strings.hrc:204
msgctxt "RID_STR_XSD_RELEVANT"
msgid "Relevant"
msgstr "አግባብ"
-#: strings.hrc:205
+#: extensions/inc/strings.hrc:205
msgctxt "RID_STR_XSD_READONLY"
msgid "Read-only"
msgstr "ለንባብ-ብቻ"
-#: strings.hrc:206
+#: extensions/inc/strings.hrc:206
msgctxt "RID_STR_XSD_CONSTRAINT"
msgid "Constraint"
msgstr "መግታት"
-#: strings.hrc:207
+#: extensions/inc/strings.hrc:207
msgctxt "RID_STR_XSD_CALCULATION"
msgid "Calculation"
msgstr "ስሌቶች"
-#: strings.hrc:208
+#: extensions/inc/strings.hrc:208
msgctxt "RID_STR_XSD_DATA_TYPE"
msgid "Data type"
msgstr "የዳታ አይነት"
-#: strings.hrc:209
+#: extensions/inc/strings.hrc:209
msgctxt "RID_STR_XSD_WHITESPACES"
msgid "Whitespaces"
msgstr "ነጭ ቦታ"
-#: strings.hrc:210
+#: extensions/inc/strings.hrc:210
msgctxt "RID_STR_SHOW_SCROLLBARS"
msgid "Scrollbars"
msgstr "መሸብለያ መደርደሪያ"
-#: strings.hrc:211
+#: extensions/inc/strings.hrc:211
msgctxt "RID_STR_XSD_PATTERN"
msgid "Pattern"
msgstr "ንድፍ"
-#: strings.hrc:212
+#: extensions/inc/strings.hrc:212
msgctxt "RID_STR_XSD_LENGTH"
msgid "Length"
msgstr "እርዝመት"
-#: strings.hrc:213
+#: extensions/inc/strings.hrc:213
msgctxt "RID_STR_XSD_MIN_LENGTH"
msgid "Length (at least)"
msgstr "እርዝመት (ቢያንስ)"
-#: strings.hrc:214
+#: extensions/inc/strings.hrc:214
msgctxt "RID_STR_XSD_MAX_LENGTH"
msgid "Length (at most)"
msgstr "እርዝመት (ቢበዛ)"
-#: strings.hrc:215
+#: extensions/inc/strings.hrc:215
msgctxt "RID_STR_XSD_TOTAL_DIGITS"
msgid "Digits (total)"
msgstr "አሀዝ (ጠቅላላ)"
-#: strings.hrc:216
+#: extensions/inc/strings.hrc:216
msgctxt "RID_STR_XSD_FRACTION_DIGITS"
msgid "Digits (fraction)"
msgstr "አሀዝ (ክፍልፋይ)"
-#: strings.hrc:217
+#: extensions/inc/strings.hrc:217
msgctxt "RID_STR_XSD_MAX_INCLUSIVE"
msgid "Max. (inclusive)"
msgstr "ከፍተኛ (አጠቃላይ)"
-#: strings.hrc:218
+#: extensions/inc/strings.hrc:218
msgctxt "RID_STR_XSD_MAX_EXCLUSIVE"
msgid "Max. (exclusive)"
msgstr "ከፍተኛ (ሙሉ በሙሉ)"
-#: strings.hrc:219
+#: extensions/inc/strings.hrc:219
msgctxt "RID_STR_XSD_MIN_INCLUSIVE"
msgid "Min. (inclusive)"
msgstr "ዝቅተኛ (አጠቃላይ)"
-#: strings.hrc:220
+#: extensions/inc/strings.hrc:220
msgctxt "RID_STR_XSD_MIN_EXCLUSIVE"
msgid "Min. (exclusive)"
msgstr "ዝቅተኛ (አጠቃላይ)"
-#: strings.hrc:221
+#: extensions/inc/strings.hrc:221
msgctxt "RID_STR_SUBMISSION_ID"
msgid "Submission"
msgstr "ማቅረቢያ"
-#: strings.hrc:222
+#: extensions/inc/strings.hrc:222
msgctxt "RID_STR_BINDING_NAME"
msgid "Binding"
msgstr "ማጣመሪያ"
-#: strings.hrc:223
+#: extensions/inc/strings.hrc:223
msgctxt "RID_STR_SELECTION_TYPE"
msgid "Selection type"
msgstr "የምርጫው አይነት"
-#: strings.hrc:224
+#: extensions/inc/strings.hrc:224
msgctxt "RID_STR_ROOT_DISPLAYED"
msgid "Root displayed"
msgstr "ስር ማሳያ"
-#: strings.hrc:225
+#: extensions/inc/strings.hrc:225
msgctxt "RID_STR_SHOWS_HANDLES"
msgid "Show handles"
msgstr "እጄታውን ማሳያ"
-#: strings.hrc:226
+#: extensions/inc/strings.hrc:226
msgctxt "RID_STR_SHOWS_ROOT_HANDLES"
msgid "Show root handles"
msgstr "የስር እጄታ ማሳያ"
-#: strings.hrc:227
+#: extensions/inc/strings.hrc:227
msgctxt "RID_STR_EDITABLE"
msgid "Editable"
msgstr "ሊታረም የሚችል"
-#: strings.hrc:228
+#: extensions/inc/strings.hrc:228
msgctxt "RID_STR_INVOKES_STOP_NOT_EDITING"
msgid "Invokes stop node editing"
msgstr "Invokes stop node editing"
-#: strings.hrc:229
+#: extensions/inc/strings.hrc:229
msgctxt "RID_STR_DECORATION"
msgid "With title bar"
msgstr "ከ አርእስት ባር ጋር"
-#: strings.hrc:230
+#: extensions/inc/strings.hrc:230
msgctxt "RID_STR_NOLABEL"
msgid "No Label"
msgstr "ምልክት የለም"
-#: strings.hrc:231
+#: extensions/inc/strings.hrc:231
msgctxt "RID_STR_BORDERCOLOR"
msgid "Border color"
msgstr "የ ድንበር ቀለም"
-#: strings.hrc:232
+#: extensions/inc/strings.hrc:232
msgctxt "RID_STR_INPUT_REQUIRED"
msgid "Input required"
msgstr "ማስገቢያ ያስፈልጋል"
-#: strings.hrc:233
+#: extensions/inc/strings.hrc:233
msgctxt "RID_STR_WRITING_MODE"
msgid "Text direction"
msgstr "የጽሁፍ አቅጣጫ"
-#: strings.hrc:234
+#: extensions/inc/strings.hrc:234
msgctxt "RID_STR_ANCHOR_TYPE"
msgid "Anchor"
msgstr "ማስቆሚያ"
#. To translators: That's the 'Regular' as used for a font style (as opposed to 'italic' and 'bold'), so please use a consistent translation.
-#: strings.hrc:236
+#: extensions/inc/strings.hrc:236
msgctxt "RID_STR_FONTSTYLE_REGULAR"
msgid "Regular"
msgstr "መደበኛ"
#. To translators: That's the 'Bold Italic' as used for a font style, so please use a consistent translation.
-#: strings.hrc:238
+#: extensions/inc/strings.hrc:238
msgctxt "RID_STR_FONTSTYLE_BOLD_ITALIC"
msgid "Bold Italic"
msgstr "ደማቅ ማዝመሚያ"
#. To translators: That's the 'Italic' as used for a font style, so please use a consistent translation.
-#: strings.hrc:240
+#: extensions/inc/strings.hrc:240
msgctxt "RID_STR_FONTSTYLE_ITALIC"
msgid "Italic"
msgstr "ማዝመሚያ"
#. To translators: That's the 'Bold' as used for a font style, so please use a consistent translation."
-#: strings.hrc:242
+#: extensions/inc/strings.hrc:242
msgctxt "RID_STR_FONTSTYLE_BOLD"
msgid "Bold"
msgstr "ማድመቂያ"
-#: strings.hrc:243
+#: extensions/inc/strings.hrc:243
msgctxt "RID_STR_FONT_DEFAULT"
msgid "(Default)"
msgstr "(ነባር)"
-#: strings.hrc:245
+#: extensions/inc/strings.hrc:245
msgctxt "RID_STR_STANDARD"
msgid "Default"
msgstr "ነባር"
-#: strings.hrc:246
+#: extensions/inc/strings.hrc:246
msgctxt "RID_STR_PROPPAGE_DEFAULT"
msgid "General"
msgstr "ባጠቃላይ"
-#: strings.hrc:247
+#: extensions/inc/strings.hrc:247
msgctxt "RID_STR_PROPPAGE_DATA"
msgid "Data"
msgstr "ዳታ"
-#: strings.hrc:248
+#: extensions/inc/strings.hrc:248
msgctxt "RID_STR_HELP_SECTION_LABEL"
msgid "Help"
msgstr "እርዳታ"
-#: strings.hrc:249
+#: extensions/inc/strings.hrc:249
msgctxt "RID_EMBED_IMAGE_PLACEHOLDER"
msgid "<Embedded-Image>"
msgstr "<የ ተጣበቅ-ምስል>"
-#: strings.hrc:250
+#: extensions/inc/strings.hrc:250
msgctxt "RID_STR_TEXT_FORMAT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:252
+#: extensions/inc/strings.hrc:252
msgctxt "RID_STR_CONFIRM_DELETE_DATA_TYPE"
msgid ""
"Do you want to delete the data type '#type#' from the model?\n"
@@ -1754,143 +1754,143 @@ msgstr ""
"የዳታውን አይነት ማጥፋት ይፈልጋሉ '#type#' ከ model?\n"
"እባክዎን ያስታውሱ ይህ ሁሉንም መቆጣጠሪያዎች ከዚህ ዳታ ጋር የሚዋሰኑት በሙሉ ይጎዳል"
-#: strings.hrc:254
+#: extensions/inc/strings.hrc:254
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Button"
msgstr "ቁልፍ"
-#: strings.hrc:255
+#: extensions/inc/strings.hrc:255
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "አማራጭ ቁልፍ"
-#: strings.hrc:256
+#: extensions/inc/strings.hrc:256
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "ሳጥኑ ውስጥ ምልክት ያድርጉ"
-#: strings.hrc:257
+#: extensions/inc/strings.hrc:257
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "የ ምልክት ሜዳ"
-#: strings.hrc:258
+#: extensions/inc/strings.hrc:258
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "የ ቡድን ሳጥን"
-#: strings.hrc:259
+#: extensions/inc/strings.hrc:259
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "የ ጽሁፍ ሳጥን"
-#: strings.hrc:260
+#: extensions/inc/strings.hrc:260
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "የ ሜዳ አቀራረብ"
-#: strings.hrc:261
+#: extensions/inc/strings.hrc:261
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "ዝርዝር ሳጥን"
-#: strings.hrc:262
+#: extensions/inc/strings.hrc:262
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "መቀላቀያ ሳጥን"
-#: strings.hrc:263
+#: extensions/inc/strings.hrc:263
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "የ ምስል ቁልፍ"
-#: strings.hrc:264
+#: extensions/inc/strings.hrc:264
msgctxt "RID_STR_PROPTITLE_HIDDENCONTROL"
msgid "Hidden Control"
msgstr "የተደበቀ መቆጣጠሪያ"
-#: strings.hrc:265
+#: extensions/inc/strings.hrc:265
msgctxt "RID_STR_PROPTITLE_UNKNOWNCONTROL"
msgid "Control (unknown type)"
msgstr "መቆጣጠሪያ (ያልታወቀ አይነት)"
-#: strings.hrc:266
+#: extensions/inc/strings.hrc:266
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "ምስል መቆጣጠሪያ"
-#: strings.hrc:267
+#: extensions/inc/strings.hrc:267
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "ፋይል መምረጫ"
-#: strings.hrc:268
+#: extensions/inc/strings.hrc:268
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "የ ቀን ሜዳ"
-#: strings.hrc:269
+#: extensions/inc/strings.hrc:269
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "የ ሰአት ሜዳ"
-#: strings.hrc:270
+#: extensions/inc/strings.hrc:270
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "የ ቁጥር ሜዳ"
-#: strings.hrc:271
+#: extensions/inc/strings.hrc:271
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "የ ገንዘብ ሜዳ"
-#: strings.hrc:272
+#: extensions/inc/strings.hrc:272
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "የ ንድፍ ሜዳ"
-#: strings.hrc:273
+#: extensions/inc/strings.hrc:273
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "ሰንጠረዥ መቆጣጠሪያ "
-#: strings.hrc:275
+#: extensions/inc/strings.hrc:275
msgctxt "STR_DETAIL_FORM"
msgid "Sub Form"
msgstr "ንዑስ ፎርም"
-#: strings.hrc:276
+#: extensions/inc/strings.hrc:276
msgctxt "STR_MASTER_FORM"
msgid "Master Form"
msgstr "ዋናው ፎርም"
#. To translators: # will be replace with a name.
-#: strings.hrc:278
+#: extensions/inc/strings.hrc:278
msgctxt "STR_ERROR_RETRIEVING_COLUMNS"
msgid "The columns of '#' could not be retrieved."
msgstr "አምዶቹን '#' ፈልጎ ማግኘት አልተቻለም"
-#: strings.hrc:280
+#: extensions/inc/strings.hrc:280
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "ፎርሞች"
-#: strings.hrc:282
+#: extensions/inc/strings.hrc:282
msgctxt "RID_UPDATE_STR_CHECKING"
msgid "Checking..."
msgstr "በመመርመር ላይ ..."
-#: strings.hrc:283
+#: extensions/inc/strings.hrc:283
msgctxt "RID_UPDATE_STR_CHECKING_ERR"
msgid "Checking for an update failed."
msgstr "ማሻሻያ መፈለጉ አልተሳካም"
-#: strings.hrc:284
+#: extensions/inc/strings.hrc:284
msgctxt "RID_UPDATE_STR_NO_UPD_FOUND"
msgid "%PRODUCTNAME %PRODUCTVERSION is up to date."
msgstr "%PRODUCTNAME %PRODUCTVERSION ዘመናዊ ነው"
-#: strings.hrc:285
+#: extensions/inc/strings.hrc:285
msgctxt "RID_UPDATE_STR_UPD_FOUND"
msgid ""
"%PRODUCTNAME %NEXTVERSION is available.\n"
@@ -1907,22 +1907,22 @@ msgstr ""
"ማስታወሻ: ማሻሻያ ከማውረዶት በፊት: እባክዎን በ መጀመሪያ ለ መግጠም በቂ የሆነ ፍቃድ እንዳለዎት ያረጋግጡ \n"
"የ መግቢያ ቃል ብዙ ጊዜ የ አስተዳዳሪውን ወይንም የ root መግቢያ ቃል ያስፈልጋል"
-#: strings.hrc:286
+#: extensions/inc/strings.hrc:286
msgctxt "RID_UPDATE_STR_DLG_TITLE"
msgid "Check for Updates"
msgstr "ማሻሻያ መፈለጊያ"
-#: strings.hrc:287
+#: extensions/inc/strings.hrc:287
msgctxt "RID_UPDATE_STR_DOWNLOAD_PAUSE"
msgid "Downloading %PRODUCTNAME %NEXTVERSION paused at..."
msgstr "በማውረድ ላይ %PRODUCTNAME %NEXTVERSION ተቋርጧል በ..."
-#: strings.hrc:288
+#: extensions/inc/strings.hrc:288
msgctxt "RID_UPDATE_STR_DOWNLOAD_ERR"
msgid "Downloading %PRODUCTNAME %NEXTVERSION stalled at"
msgstr "በማውረድ ላይ %PRODUCTNAME %NEXTVERSION ቀጥሏል በ..."
-#: strings.hrc:289
+#: extensions/inc/strings.hrc:289
msgctxt "RID_UPDATE_STR_DOWNLOAD_WARN"
msgid ""
"The download location is: %DOWNLOAD_PATH.\n"
@@ -1933,12 +1933,12 @@ msgstr ""
"\n"
"ከ መሳሪያዎች ስር – ምርጫዎች... - %PRODUCTNAME – በ መስመር ላይ ማሻሻያ: የ ማውረጃ አካባቢውን መቀየር ይችላሉ"
-#: strings.hrc:290
+#: extensions/inc/strings.hrc:290
msgctxt "RID_UPDATE_STR_DOWNLOAD_DESCR"
msgid "%FILE_NAME has been downloaded to %DOWNLOAD_PATH."
msgstr "%FILE_NAME ወርዷል ወደ %DOWNLOAD_PATH."
-#: strings.hrc:291
+#: extensions/inc/strings.hrc:291
msgctxt "RID_UPDATE_STR_DOWNLOAD_UNAVAIL"
msgid ""
"The automatic download of the update is currently not available.\n"
@@ -1949,207 +1949,207 @@ msgstr ""
"\n"
"ይጫኑ 'ማውረጃውን...' ለ ማውረድ %PRODUCTNAME %NEXTVERSION በ እጅ ከ ድህረ ገጹ"
-#: strings.hrc:292
+#: extensions/inc/strings.hrc:292
msgctxt "RID_UPDATE_STR_DOWNLOADING"
msgid "Downloading %PRODUCTNAME %NEXTVERSION..."
msgstr "በማውረድ ላይ %PRODUCTNAME %NEXTVERSION..."
-#: strings.hrc:293
+#: extensions/inc/strings.hrc:293
msgctxt "RID_UPDATE_STR_READY_INSTALL"
msgid "Download of %PRODUCTNAME %NEXTVERSION completed. Ready for installation."
msgstr "ማውረዱ %PRODUCTNAME %NEXTVERSION ተጠናቋል ፡ ለመግጠም ዝግጁ ነው"
-#: strings.hrc:294
+#: extensions/inc/strings.hrc:294
msgctxt "RID_UPDATE_STR_CANCEL_TITLE"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: strings.hrc:295
+#: extensions/inc/strings.hrc:295
msgctxt "RID_UPDATE_STR_CANCEL_DOWNLOAD"
msgid "Do you really want to cancel the download?"
msgstr "በእርግጥ ማውረዱን መሰረዝ ይፈልጋሉ?"
-#: strings.hrc:296
+#: extensions/inc/strings.hrc:296
msgctxt "RID_UPDATE_STR_BEGIN_INSTALL"
msgid "To install the update, %PRODUCTNAME %PRODUCTVERSION needs to be closed. Do you want to install the update now?"
msgstr "ማሻሻያውን ለ መግጠም %PRODUCTNAME %PRODUCTVERSION መዘጋት አለበት: ማሻሻያውን አሁን መግጠም ይፈልጋሉ?"
-#: strings.hrc:297
+#: extensions/inc/strings.hrc:297
msgctxt "RID_UPDATE_STR_INSTALL_NOW"
msgid "Install ~now"
msgstr "~አሁን መግጠሚያ"
-#: strings.hrc:298
+#: extensions/inc/strings.hrc:298
msgctxt "RID_UPDATE_STR_INSTALL_LATER"
msgid "Install ~later"
msgstr "~በኋላ መግጠሚያ"
-#: strings.hrc:299
+#: extensions/inc/strings.hrc:299
msgctxt "RID_UPDATE_STR_INSTALL_ERROR"
msgid "Could not run the installer application, please run %FILE_NAME in %DOWNLOAD_PATH manually."
msgstr "መግጠሚያ መፈጸሚያውን ማስኬድ አልተቻለም ፡ እባክዎን ይሄን ያስኪዱ %FILE_NAME in %DOWNLOAD_PATH በ እጅ"
-#: strings.hrc:300
+#: extensions/inc/strings.hrc:300
msgctxt "RID_UPDATE_STR_OVERWRITE_WARNING"
msgid "A file with that name already exists! Do you want to overwrite the existing file?"
msgstr "በዚህ ስም ፋይል ቀደም ሲል ነበር ፡ በነበረው ፋይል ላይ ደርበው መጻፍ ይፈልጋሉ?"
-#: strings.hrc:301
+#: extensions/inc/strings.hrc:301
msgctxt "RID_UPDATE_STR_RELOAD_WARNING"
msgid "A file with the name '%FILENAME' already exists in '%DOWNLOAD_PATH'! Do you want to continue with the download or delete and reload the file?"
msgstr "ፋይል በዚህ ስም '%FILENAME' ቀደም ሲል ነበር በ '%DOWNLOAD_PATH'! ውስጥ ማውረዱን መቀጠል ይፈልጋሉ ወይንም ማጥፋት እና ፋይሉን እንደገና መጫን?"
-#: strings.hrc:302
+#: extensions/inc/strings.hrc:302
msgctxt "RID_UPDATE_STR_RELOAD_RELOAD"
msgid "Reload File"
msgstr "ፋይል እንደገና መጫኛ"
-#: strings.hrc:303
+#: extensions/inc/strings.hrc:303
msgctxt "RID_UPDATE_STR_RELOAD_CONTINUE"
msgid "Continue"
msgstr "የሚቀጥል"
-#: strings.hrc:304
+#: extensions/inc/strings.hrc:304
msgctxt "RID_UPDATE_STR_PERCENT"
msgid "%PERCENT%"
msgstr "%ፐርሰንት%"
-#: strings.hrc:305
+#: extensions/inc/strings.hrc:305
msgctxt "RID_UPDATE_FT_STATUS"
msgid "Status"
msgstr "ሁኔታው"
-#: strings.hrc:306
+#: extensions/inc/strings.hrc:306
msgctxt "RID_UPDATE_FT_DESCRIPTION"
msgid "Description"
msgstr "መግለጫ"
-#: strings.hrc:307
+#: extensions/inc/strings.hrc:307
msgctxt "RID_UPDATE_BTN_CLOSE"
msgid "Close"
msgstr "መዝጊያ"
-#: strings.hrc:308
+#: extensions/inc/strings.hrc:308
msgctxt "RID_UPDATE_BTN_DOWNLOAD"
msgid "~Download"
msgstr "~ማውረጃ"
-#: strings.hrc:309
+#: extensions/inc/strings.hrc:309
msgctxt "RID_UPDATE_BTN_INSTALL"
msgid "~Install"
msgstr "~መግጠሚያ"
-#: strings.hrc:310
+#: extensions/inc/strings.hrc:310
msgctxt "RID_UPDATE_BTN_PAUSE"
msgid "~Pause"
msgstr "~ማቆሚያ"
-#: strings.hrc:311
+#: extensions/inc/strings.hrc:311
msgctxt "RID_UPDATE_BTN_RESUME"
msgid "~Resume"
msgstr "~መቀጠያ"
-#: strings.hrc:312
+#: extensions/inc/strings.hrc:312
msgctxt "RID_UPDATE_BTN_CANCEL"
msgid "Cancel"
msgstr "መሰረዣ"
-#: strings.hrc:313
+#: extensions/inc/strings.hrc:313
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_AVAIL"
msgid "%PRODUCTNAME update available"
msgstr "%PRODUCTNAME ማሻሻያ ዝግጁ ነው"
-#: strings.hrc:314
+#: extensions/inc/strings.hrc:314
msgctxt "RID_UPDATE_BUBBLE_UPDATE_AVAIL"
msgid "Click the icon to start the download."
msgstr "ማውረዱን ለማስጀመር እዚህ ይጫኑ"
-#: strings.hrc:315
+#: extensions/inc/strings.hrc:315
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN"
msgid "%PRODUCTNAME update available"
msgstr "%PRODUCTNAME ማሻሻያ ዝግጁ ነው"
-#: strings.hrc:316
+#: extensions/inc/strings.hrc:316
msgctxt "RID_UPDATE_BUBBLE_UPDATE_NO_DOWN"
msgid "Click the icon for more information."
-msgstr "ለበለጠ መረጃ እዚህ ይጫኑ"
+msgstr "ለ በለጠ መረጃ እዚህ ይጫኑ"
-#: strings.hrc:317
+#: extensions/inc/strings.hrc:317
msgctxt "RID_UPDATE_BUBBLE_T_AUTO_START"
msgid "%PRODUCTNAME update available"
msgstr "%PRODUCTNAME ማሻሻያ ዝግጁ ነው"
-#: strings.hrc:318
+#: extensions/inc/strings.hrc:318
msgctxt "RID_UPDATE_BUBBLE_AUTO_START"
msgid "Download of update begins."
msgstr "ማሻሻያ ማውረድ ተጀምሯል"
-#: strings.hrc:319
+#: extensions/inc/strings.hrc:319
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOADING"
msgid "Download of update in progress"
msgstr "ማሻሻያ ማውረድ በ ሂደት ላይ ነው"
-#: strings.hrc:320
+#: extensions/inc/strings.hrc:320
msgctxt "RID_UPDATE_BUBBLE_DOWNLOADING"
msgid ""
-msgstr ""
+msgstr " "
-#: strings.hrc:321
+#: extensions/inc/strings.hrc:321
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED"
msgid "Download of update paused"
msgstr "ማሻሻያ ማውረዱ ተቋርጧል"
-#: strings.hrc:322
+#: extensions/inc/strings.hrc:322
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED"
msgid "Click the icon to resume."
msgstr "ለመቀጠል ምልክቱን ይጫኑ"
-#: strings.hrc:323
+#: extensions/inc/strings.hrc:323
msgctxt "RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING"
msgid "Download of update stalled"
msgstr "ማሻሻያ ማውረዱን ቀጥሏል"
-#: strings.hrc:324
+#: extensions/inc/strings.hrc:324
msgctxt "RID_UPDATE_BUBBLE_ERROR_DOWNLOADING"
msgid "Click the icon for more information."
-msgstr "ለበለጠ መረጃ እዚህ ይጫኑ"
+msgstr "ለ በለጠ መረጃ እዚህ ይጫኑ"
-#: strings.hrc:325
+#: extensions/inc/strings.hrc:325
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL"
msgid "Download of update completed"
msgstr "ማሻሻያውን ማውረድ ጨርሷል"
-#: strings.hrc:326
+#: extensions/inc/strings.hrc:326
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL"
msgid "Click the icon to start the installation."
msgstr "መግጠሚያውን ለማስጀመር ምልክቱን ይጫኑ"
-#: strings.hrc:327
+#: extensions/inc/strings.hrc:327
msgctxt "RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL"
msgid "Updates for extensions available"
msgstr "ለ ተጨማሪዎች ማሻሻያ ዝግጁ ነው"
-#: strings.hrc:328
+#: extensions/inc/strings.hrc:328
msgctxt "RID_UPDATE_BUBBLE_EXT_UPD_AVAIL"
msgid "Click the icon for more information."
-msgstr "ለበለጠ መረጃ እዚህ ይጫኑ"
+msgstr "ለ በለጠ መረጃ እዚህ ይጫኑ"
-#: strings.hrc:330
+#: extensions/inc/strings.hrc:330
msgctxt "STR_COULD_NOT_BE_INIT"
msgid "The SANE interface could not be initialized. Scanning is not possible."
msgstr "The SANE interface ን ማስነሳት አልተቻለም: ስለዚህ ማሰስ አይቻልም"
-#: strings.hrc:331
+#: extensions/inc/strings.hrc:331
msgctxt "STR_SLOW_PREVIEW"
msgid "The device does not offer a preview option. Therefore, a normal scan will be used as a preview instead. This may take a considerable amount of time."
msgstr "አካሉ የ ቅድመ እይታ ምርጫዎችን አይሰጥም: ስለዚህ መደበኛ ማሰሻን ይጠቀማል ለ ቅድመ እይታ ይህ ሁኔታ ረዘም ያለ ጊዜ ይወስዳል"
-#: strings.hrc:332
+#: extensions/inc/strings.hrc:332
msgctxt "STR_ERROR_SCAN"
msgid "An error occurred while scanning."
msgstr "በማሰስ ላይ እንዳለ ስህተት ተፈጥሯል"
-#: strings.hrc:333
+#: extensions/inc/strings.hrc:333
#, c-format
msgctxt "STR_DEVICE_DESC"
msgid ""
@@ -2163,177 +2163,177 @@ msgstr ""
"ዘዴው: %s\n"
"አይነቱ: %s"
-#: strings.hrc:335
+#: extensions/inc/strings.hrc:335
msgctxt "RID_BIB_STR_FRAME_TITLE"
msgid "Bibliography Database"
msgstr "የ ጽሁፎች ዝርዝር ዳታቤዝ"
-#: strings.hrc:336
+#: extensions/inc/strings.hrc:336
msgctxt "RID_MAP_QUESTION"
msgid "Do you want to edit the column arrangement?"
msgstr "የአምዱን አዘገጃጀት ማረም ይፈልጋሉ?"
-#: strings.hrc:337
+#: extensions/inc/strings.hrc:337
msgctxt "RID_BIB_STR_NONE"
msgid "<none>"
msgstr "<ምንም>"
-#: strings.hrc:339
+#: extensions/inc/strings.hrc:339
msgctxt "ST_ERROR_PREFIX"
msgid "The following column names could not be assigned:\n"
msgstr "የሚቀጥለውን የአምድ ስም መመደብ አልተቻለም:\n"
-#: strings.hrc:340
+#: extensions/inc/strings.hrc:340
msgctxt "ST_TYPE_ARTICLE"
msgid "Article"
msgstr "ጽሁፍ"
-#: strings.hrc:341
+#: extensions/inc/strings.hrc:341
msgctxt "ST_TYPE_BOOK"
msgid "Book"
msgstr "መጽሀፍ"
-#: strings.hrc:342
+#: extensions/inc/strings.hrc:342
msgctxt "ST_TYPE_BOOKLET"
msgid "Brochures"
msgstr "Brochures"
-#: strings.hrc:343
+#: extensions/inc/strings.hrc:343
msgctxt "ST_TYPE_CONFERENCE"
msgid "Conference proceedings article (BiBTeX)"
msgstr "ስብሰባ በ ሂደት ላይ ጽሁፍ (BiBTeX)"
-#: strings.hrc:344
+#: extensions/inc/strings.hrc:344
msgctxt "ST_TYPE_INBOOK"
msgid "Book excerpt"
msgstr "Book excerpt"
-#: strings.hrc:345
+#: extensions/inc/strings.hrc:345
msgctxt "ST_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr "Book excerpt with title"
-#: strings.hrc:346
+#: extensions/inc/strings.hrc:346
msgctxt "ST_TYPE_INPROCEEDINGS"
msgid "Conference proceedings article"
msgstr "ስብሰባ በ ሂደት ላይ ጽሁፍ"
-#: strings.hrc:347
+#: extensions/inc/strings.hrc:347
msgctxt "ST_TYPE_JOURNAL"
msgid "Journal"
msgstr "ማስታወሻ"
-#: strings.hrc:348
+#: extensions/inc/strings.hrc:348
msgctxt "ST_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "Techn. documentation"
-#: strings.hrc:349
+#: extensions/inc/strings.hrc:349
msgctxt "ST_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "Thesis"
-#: strings.hrc:350
+#: extensions/inc/strings.hrc:350
msgctxt "ST_TYPE_MISC"
msgid "Miscellaneous"
msgstr "የተለያዩ"
-#: strings.hrc:351
+#: extensions/inc/strings.hrc:351
msgctxt "ST_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "Dissertation"
-#: strings.hrc:352
+#: extensions/inc/strings.hrc:352
msgctxt "ST_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr "Conference proceedings"
-#: strings.hrc:353
+#: extensions/inc/strings.hrc:353
msgctxt "ST_TYPE_TECHREPORT"
msgid "Research report"
msgstr "የ ምርምር መግለጫ"
-#: strings.hrc:354
+#: extensions/inc/strings.hrc:354
msgctxt "ST_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr "ያልታተመ"
-#: strings.hrc:355
+#: extensions/inc/strings.hrc:355
msgctxt "ST_TYPE_EMAIL"
msgid "E-mail"
msgstr "ኢ-ሜይል"
-#: strings.hrc:356
+#: extensions/inc/strings.hrc:356
msgctxt "ST_TYPE_WWW"
msgid "WWW document"
msgstr "WWW ሰነድ"
-#: strings.hrc:357
+#: extensions/inc/strings.hrc:357
msgctxt "ST_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "ተጠቃሚው-የተወሰነ1"
-#: strings.hrc:358
+#: extensions/inc/strings.hrc:358
msgctxt "ST_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "ተጠቃሚው-የተወሰነ2"
-#: strings.hrc:359
+#: extensions/inc/strings.hrc:359
msgctxt "ST_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "ተጠቃሚው-የተወሰነ3"
-#: strings.hrc:360
+#: extensions/inc/strings.hrc:360
msgctxt "ST_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "ተጠቃሚው-የተወሰነ4"
-#: strings.hrc:361
+#: extensions/inc/strings.hrc:361
msgctxt "ST_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "ተጠቃሚው-የተወሰነ5"
-#: strings.hrc:362
+#: extensions/inc/strings.hrc:362
msgctxt "ST_TYPE_TITLE"
msgid "General"
msgstr "ባጠቃላይ"
-#: strings.hrc:364
+#: extensions/inc/strings.hrc:364
msgctxt "RID_STR_ABSOURCEDIALOGTITLE"
msgid "Address Book Data Source Wizard"
msgstr "የ አድራሻ ደብተር ዳታ ምንጭ አዋቂ"
-#: strings.hrc:365
+#: extensions/inc/strings.hrc:365
msgctxt "RID_STR_SELECT_ABTYPE"
msgid "Address book type"
msgstr "የ አድራሻ ደብተር አይነት"
-#: strings.hrc:366
+#: extensions/inc/strings.hrc:366
msgctxt "RID_STR_INVOKE_ADMIN_DIALOG"
msgid "Connection Settings"
msgstr "ግንኙነት ማሰናጃ"
-#: strings.hrc:367
+#: extensions/inc/strings.hrc:367
msgctxt "RID_STR_TABLE_SELECTION"
msgid "Table selection"
msgstr "ሰንጠረዥ መምረጫ"
-#: strings.hrc:368
+#: extensions/inc/strings.hrc:368
msgctxt "RID_STR_MANUAL_FIELD_MAPPING"
msgid "Field Assignment"
msgstr "የ ሜዳ ስራ"
-#: strings.hrc:369
+#: extensions/inc/strings.hrc:369
msgctxt "RID_STR_FINAL_CONFIRM"
msgid "Data Source Title"
msgstr "የ ዳታው ምንጭ አርእስት"
-#: strings.hrc:370
+#: extensions/inc/strings.hrc:370
msgctxt "RID_STR_NEEDTYPESELECTION"
msgid "Please select a type of address book."
msgstr "እባክዎን የ አድራሻ ደብተር አይነት ይምረጡ"
-#: strings.hrc:371
+#: extensions/inc/strings.hrc:371
msgctxt "RID_STR_QRY_NOTABLES"
msgid ""
"The data source does not contain any tables.\n"
@@ -2342,7 +2342,7 @@ msgstr ""
"የ ዳታው ምንጭ ምንም ሰንጠረዦች አልያዘም \n"
"ለማንኛውም እንደ አድራሻ ዳታ ምንጭ ሊያሰናዱት ይፈልጋሉ?"
-#: strings.hrc:372
+#: extensions/inc/strings.hrc:372
msgctxt "RID_STR_QRY_NO_EVO_GW"
msgid ""
"You don't seem to have any GroupWise account configured in Evolution.\n"
@@ -2351,32 +2351,32 @@ msgstr ""
"የ ተዋቀረ የ ቡድን አሰራር መግለጫ በኢቮሊሽን ውስጥ የሎትም \n"
"ለማናኛውም የ አድራሻ ዳታ ምንጭ ማሰናዳት ይፈልጋሉ?"
-#: strings.hrc:373
+#: extensions/inc/strings.hrc:373
msgctxt "RID_STR_DEFAULT_NAME"
msgid "Addresses"
msgstr "አድራሻዎች"
-#: strings.hrc:374
+#: extensions/inc/strings.hrc:374
msgctxt "RID_STR_ADMINDIALOGTITLE"
msgid "Create Address Data Source"
msgstr "የ አድራሻ ዳታ ምንጭ መፍጠሪያ"
-#: strings.hrc:375
+#: extensions/inc/strings.hrc:375
msgctxt "RID_STR_NOCONNECTION"
msgid "The connection could not be established."
msgstr "ግንኙነት መመስረት አልተቻለም"
-#: strings.hrc:376
+#: extensions/inc/strings.hrc:376
msgctxt "RID_STR_PLEASECHECKSETTINGS"
msgid "Please check the settings made for the data source."
msgstr "እባክዎን የ ዳታ ምንጩን ማሰናጃ ይመርምሩ"
-#: strings.hrc:377
+#: extensions/inc/strings.hrc:377
msgctxt "RID_STR_FIELDDIALOGTITLE"
msgid "Address Data - Field Assignment"
msgstr "የ አድራሻ ዳታ - የ ሜዳ ስራ"
-#: strings.hrc:378
+#: extensions/inc/strings.hrc:378
msgctxt "RID_STR_NOFIELDSASSIGNED"
msgid ""
"There are no fields assigned at this time.\n"
@@ -2387,122 +2387,122 @@ msgstr ""
"እርስዎ ሜዳዎቹን መመደብ ይችላሉ አሁን ወይም በኋላ በ መጀመሪያ ይምረጡ:\n"
"\"ፋይል - ቴምፕሌት - የ አድራሻ ደብተር ምንጭ...\""
-#: strings.hrc:380
+#: extensions/inc/strings.hrc:380
msgctxt "RID_STR_OPTION_DB_FIELD_TITLE"
msgid "Database Field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: strings.hrc:381
+#: extensions/inc/strings.hrc:381
msgctxt "RID_STR_TYPE_TABLE"
msgid "Table"
msgstr "ክፍል"
-#: strings.hrc:382
+#: extensions/inc/strings.hrc:382
msgctxt "RID_STR_TYPE_QUERY"
msgid "Query"
msgstr "ጥያቄ"
-#: strings.hrc:383
+#: extensions/inc/strings.hrc:383
msgctxt "RID_STR_TYPE_COMMAND"
msgid "SQL command"
msgstr "SQL command"
-#: strings.hrc:385
+#: extensions/inc/strings.hrc:385
msgctxt "RID_STR_GROUPWIZARD_TITLE"
msgid "Group Element Wizard"
msgstr "የቡድን አካሎች አዋቂ"
-#: strings.hrc:386
+#: extensions/inc/strings.hrc:386
msgctxt "RID_STR_GRIDWIZARD_TITLE"
msgid "Table Element Wizard"
msgstr "የሰንጠረዥ አካሎች አዋቂ"
-#: strings.hrc:387
+#: extensions/inc/strings.hrc:387
msgctxt "RID_STR_LISTWIZARD_TITLE"
msgid "List Box Wizard"
msgstr "የ ዝርዝር ሳጥን አዋቂ"
-#: strings.hrc:388
+#: extensions/inc/strings.hrc:388
msgctxt "RID_STR_COMBOWIZARD_TITLE"
msgid "Combo Box Wizard"
msgstr "የ መቀላቀያ ሳጥን አዋቂ"
-#: strings.hrc:389
+#: extensions/inc/strings.hrc:389
msgctxt "RID_STR_COULDNOTOPENTABLE"
msgid "The table connection to the data source could not be established."
msgstr "የ ሰንጠረዥ ግንኙነት ወደ ዳታ ምንጩ መመስረት አልተቻለም"
-#: strings.hrc:391
+#: extensions/inc/strings.hrc:391
msgctxt "RID_STR_DATEPOSTFIX"
msgid " (Date)"
msgstr " (ቀን)"
-#: strings.hrc:392
+#: extensions/inc/strings.hrc:392
msgctxt "RID_STR_TIMEPOSTFIX"
msgid " (Time)"
msgstr " (ሰአት)"
-#: strings.hrc:394
+#: extensions/inc/strings.hrc:394
msgctxt "RID_STR_FIELDINFO_COMBOBOX"
msgid "The contents of the field selected will be shown in the combo box list."
msgstr "የ ተመረጡት የ ሜዳ ይዞታዎች በ መቀላቀያው ሳጥን ዝርዝር ውስጥ ይታያሉ"
-#: strings.hrc:395
+#: extensions/inc/strings.hrc:395
msgctxt "RID_STR_FIELDINFO_LISTBOX"
msgid "The contents of the selected field will be shown in the list box if the linked fields are identical."
msgstr "የ ተመረጡት ሜዳ ይዞታዎች በ ዝርዝር ሳጥን ውስጥ ይታያሉ: የተገገናኙት ሜዳዎቹ ተመሳሳይ ከሆኑ"
-#: strings.hrc:396
+#: extensions/inc/strings.hrc:396
msgctxt "RID_STR_COMBOWIZ_DBFIELD"
msgid "You can either save the value of the combo box in a database field or use it for display purposes."
msgstr "የ መቀላቀያ ሳጥኑን ዋጋ ማስቀመጥ ይችላሉ በዳታቤዝ ሜዳ ውስጥ ወይንም ለማሳያ ጉዳይ ሊጠቀሙበት ይችላሉ"
-#: strings.hrc:398
+#: extensions/inc/strings.hrc:398
msgctxt "RID_STR_GROUPWIZ_DBFIELD"
msgid "You can either save the value of the option group in a database field or use it for a later action."
msgstr "የ አማራጭ ቡድን ዋጋን በ ዳታቤዝ ውስጥ ማስቀመጥ ይችላሉ ወይንም በኋላ ለሌላ ተግባር ሊጠቀሙበት ይችላሉ"
-#: yesno.hrc:29
+#: extensions/inc/yesno.hrc:29
msgctxt "RID_RSC_ENUM_YESNO"
msgid "No"
msgstr "አይ"
-#: yesno.hrc:30
+#: extensions/inc/yesno.hrc:30
msgctxt "RID_RSC_ENUM_YESNO"
msgid "Yes"
msgstr "አዎ"
-#: contentfieldpage.ui:34
+#: extensions/uiconfig/sabpilot/ui/contentfieldpage.ui:34
msgctxt "contentfieldpage|label1"
msgid "Existing fields"
msgstr "የ ነበሩ ሜዳዎች"
-#: contentfieldpage.ui:81
+#: extensions/uiconfig/sabpilot/ui/contentfieldpage.ui:81
msgctxt "contentfieldpage|label3"
msgid "Display field"
msgstr "ሜዳ ማሳያ"
-#: contenttablepage.ui:43
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:43
msgctxt "contenttablepage|datasourcelabel"
msgid "Data source"
msgstr "የ ዳታ ምንጭ"
-#: contenttablepage.ui:57
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:57
msgctxt "contenttablepage|contenttypelabel"
msgid "Content type"
msgstr "የ ይዞታው አይነት"
-#: contenttablepage.ui:71
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:71
msgctxt "contenttablepage|formtablelabel"
msgid "Content"
msgstr "ይዞታው"
-#: contenttablepage.ui:148
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:148
msgctxt "contenttablepage|formsettings"
msgid "Form"
msgstr "ፎርም"
-#: contenttablepage.ui:194
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:194
msgctxt "contenttablepage|label3"
msgid ""
"On the right side, you see all the tables from the data source of the form.\n"
@@ -2515,12 +2515,12 @@ msgstr ""
"\n"
"ሰንጠረዥ ይምረጡ ዳታውን እንደ መሰረታዊ ዝርዝር ይዞታ ከየት እንደሚጠቀሙ:"
-#: contenttablepage.ui:233
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:233
msgctxt "contenttablepage|label2"
msgid "Control"
msgstr "መቆጣጠሪያ"
-#: datasourcepage.ui:17
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:17
msgctxt "datasourcepage|label2"
msgid ""
"That was all the information necessary to integrate your address data into %PRODUCTNAME.\n"
@@ -2531,52 +2531,52 @@ msgstr ""
"\n"
"አሁን ስም ያስገቡ የ ዳታ ምንጩን በ ምን ስም ማስመዝገብ እንደሚፈልጉ እዚህ ያስገቡ %PRODUCTNAME."
-#: datasourcepage.ui:38
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:38
msgctxt "datasourcepage|embed"
msgid "Embed this address book definition into the current document."
msgstr "ይህን የ አድራሻ ደብተር ወደ አሁኑ ሰነድ ውስጥ ማስገቢያ"
-#: datasourcepage.ui:61
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:62
msgctxt "datasourcepage|locationft"
msgid "Location"
msgstr "አካባቢ"
-#: datasourcepage.ui:74
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:75
msgctxt "datasourcepage|browse"
msgid "Browse..."
msgstr "መቃኛ ..."
-#: datasourcepage.ui:116
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:117
msgctxt "datasourcepage|available"
msgid "Make this address book available to all modules in %PRODUCTNAME."
msgstr "ይህን የ አድራሻ ደብተር ዝግጁ ማድረጊያ በሁሉም ክፍል ውስጥ %PRODUCTNAME."
-#: datasourcepage.ui:153
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:155
msgctxt "datasourcepage|nameft"
msgid "Address book name"
msgstr "የ አድራሻው ደብተር ስም"
-#: datasourcepage.ui:191
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:193
msgctxt "datasourcepage|warning"
msgid "Another data source already has this name. As data sources have to have globally unique names, you need to choose another one."
msgstr "በዚህ ስም ሌላ የ ዳታ ምንጭ አለ: የ ዳታ ምንጮች አለም አቀፍ የሆነ ልዩ ስም ያስፈልጋቸዋል: ስለዚህ ሌላ የተለየ ስም ይምረጡ"
-#: defaultfieldselectionpage.ui:18
+#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:18
msgctxt "defaultfieldselectionpage|label1"
msgid "Should one option field be selected as a default?"
msgstr "አንድ አማራጭ ሜዳ እንደ ነባር ይመረጥ?"
-#: defaultfieldselectionpage.ui:34
+#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:34
msgctxt "defaultfieldselectionpage|defaultselectionyes"
msgid "_Yes, the following:"
msgstr "_አዎ፡ ለሚቀጥለው:"
-#: defaultfieldselectionpage.ui:76
+#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:76
msgctxt "defaultfieldselectionpage|defaultselectionno"
msgid "No, one particular field is not going to be selected."
msgstr "አይ: አንድ አማራጭ ሜዳ አይመረጥም"
-#: fieldassignpage.ui:16
+#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:16
msgctxt "fieldassignpage|label2"
msgid ""
"To incorporate the address data in your templates, %PRODUCTNAME has to know which fields contain which data.\n"
@@ -2591,127 +2591,127 @@ msgstr ""
"\n"
"ከ ታች ያለውን ቁልፉን ይጫኑ ሌላ ንግግር ለመክፈት ለ እርስዎ ዳታ ምንጭ ማሰናጃ ለማስገባት"
-#: fieldassignpage.ui:33
+#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:33
msgctxt "fieldassignpage|assign"
msgid "Field Assignment"
msgstr "የ ሜዳ ስራ"
-#: fieldlinkpage.ui:19
+#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:19
msgctxt "fieldlinkpage|desc"
msgid "This is where you select fields with matching contents so that the value from the display field will be shown."
msgstr "እዚህ ነው ይዞታቸው የሚዛመደውን ሜዳዎች የሚመርጡት እና የ ማሳያው ሜዳ ዋጋ ይታያል"
-#: fieldlinkpage.ui:49
+#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:49
msgctxt "fieldlinkpage|label2"
msgid "Field from the _Value Table"
msgstr "ሜዳ ከ _ዋጋ ሰንጠረዥ ውስጥ"
-#: fieldlinkpage.ui:97
+#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:97
msgctxt "fieldlinkpage|label3"
msgid "Field from the _List Table"
msgstr "ሜዳ ከ _ዋጋ ሰንጠረዥ ውስጥ"
-#: gridfieldsselectionpage.ui:44
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:44
msgctxt "gridfieldsselectionpage|datasourcelabel"
msgid "Data source"
msgstr "የ ዳታ ምንጭ"
-#: gridfieldsselectionpage.ui:58
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:58
msgctxt "gridfieldsselectionpage|contenttypelabel"
msgid "Content type"
msgstr "የ ይዞታው አይነት"
-#: gridfieldsselectionpage.ui:72
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:72
msgctxt "gridfieldsselectionpage|formtablelabel"
msgid "Content"
msgstr "ይዞታው"
-#: gridfieldsselectionpage.ui:148
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:148
msgctxt "gridfieldsselectionpage|formsettings"
msgid "Form"
msgstr "ፎርም"
-#: gridfieldsselectionpage.ui:205
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:205
msgctxt "gridfieldsselectionpage|label3"
msgid "Selected fields"
msgstr "የ ተመረጡት ሜዳዎች"
-#: gridfieldsselectionpage.ui:231
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:231
msgctxt "gridfieldsselectionpage|fieldright"
msgid "->"
msgstr "->"
-#: gridfieldsselectionpage.ui:245
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:245
msgctxt "gridfieldsselectionpage|allfieldsright"
msgid "=>>"
msgstr "=>>"
-#: gridfieldsselectionpage.ui:273
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:273
msgctxt "gridfieldsselectionpage|fieldleft"
msgid "<-"
msgstr "<-"
-#: gridfieldsselectionpage.ui:287
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:287
msgctxt "gridfieldsselectionpage|allfieldsleft"
msgid "<<="
msgstr "<<="
-#: gridfieldsselectionpage.ui:336
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:336
msgctxt "gridfieldsselectionpage|label1"
msgid "Existing fields"
msgstr "የ ነበሩ ሜዳዎች"
-#: gridfieldsselectionpage.ui:358
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:358
msgctxt "gridfieldsselectionpage|label2"
msgid "Table element"
msgstr "የ ሰንጠረዥ አካላት"
-#: groupradioselectionpage.ui:44
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:44
msgctxt "groupradioselectionpage|datasourcelabel"
msgid "Data source"
msgstr "የ ዳታ ምንጭ"
-#: groupradioselectionpage.ui:58
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:58
msgctxt "groupradioselectionpage|contenttypelabel"
msgid "Content type"
msgstr "የ ይዞታው አይነት"
-#: groupradioselectionpage.ui:72
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:72
msgctxt "groupradioselectionpage|formtablelabel"
msgid "Content"
msgstr "ይዞታው"
-#: groupradioselectionpage.ui:149
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:149
msgctxt "groupradioselectionpage|formsettings"
msgid "Form"
msgstr "ፎርም"
-#: groupradioselectionpage.ui:210
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:210
msgctxt "groupradioselectionpage|label3"
msgid "_Option fields"
msgstr "_አማራጭ ሜዳዎች"
-#: groupradioselectionpage.ui:230
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:230
msgctxt "groupradioselectionpage|toright"
msgid "_>>"
msgstr "_>>"
-#: groupradioselectionpage.ui:245
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:245
msgctxt "groupradioselectionpage|toleft"
msgid "_<<"
msgstr "_<<"
-#: groupradioselectionpage.ui:287
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:286
msgctxt "groupradioselectionpage|label1"
msgid "Which _names do you want to give the option fields?"
msgstr "የትኛውን _ስሞች ነው መስጠት የሚፈልጉት ለ አማራጭ ሜዳዎች?"
-#: groupradioselectionpage.ui:310
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:309
msgctxt "groupradioselectionpage|label2"
msgid "Table element"
msgstr "የ ሰንጠረዥ አካል"
-#: invokeadminpage.ui:16
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:16
msgctxt "invokeadminpage|label2"
msgid ""
"To set up the new data source, additional information is required.\n"
@@ -2722,12 +2722,12 @@ msgstr ""
"\n"
"የሚቀጥለውን ቁልፍ ይጫኑ ሌላ ንግግር ለመክፈት ከዚያ የሚያስፈልገውን መረጃ ያስገባሉ"
-#: invokeadminpage.ui:31
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:31
msgctxt "invokeadminpage|settings"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: invokeadminpage.ui:50
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:50
msgctxt "invokeadminpage|warning"
msgid ""
"The connection to the data source could not be established.\n"
@@ -2736,47 +2736,47 @@ msgstr ""
"ወደ ዳታው ምንጭ ግንኙነት መፍጠር አልተቻለም \n"
"ከመቀጠልዎት በፊት ፡ እባክዎን ማሰናጃውን (ቀደም ካለው ገጽ) ላይ ይመርምሩ ወይም ሌላ የ አድራሻ ዳታ ምንጭ አይነት ይምረጡ"
-#: optiondbfieldpage.ui:35
+#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:35
msgctxt "optiondbfieldpage|label1"
msgid "Do you want to save the value in a database field?"
msgstr "ዋጋውን በ ዳታቤዝ ሜዳ ውስጥ ማስቀመጥ ይፈልጋሉ?"
-#: optiondbfieldpage.ui:53
+#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:53
msgctxt "optiondbfieldpage|yesRadiobutton"
msgid "_Yes, I want to save it in the following database field:"
msgstr "_አዎ: በሚቀጥለው የ ዳታቤዝ ሜዳ ውስጥ ማስቀመጥ እፈልጋለሁ:"
-#: optiondbfieldpage.ui:73
+#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:73
msgctxt "optiondbfieldpage|noRadiobutton"
msgid "_No, I only want to save the value in the form."
msgstr "_አይ: ከፎርሙ ላይ ዋጋውን ብቻ ነው ማስቀመጥ የምፈልገው"
-#: optionsfinalpage.ui:18
+#: extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui:18
msgctxt "optionsfinalpage|label1"
msgid "Which _caption is to be given to your option group?"
msgstr "የትኛው _መግለጫ ይሰጥ ለእርስዎ አማራጭ ቡድን?"
-#: optionsfinalpage.ui:48
+#: extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui:47
msgctxt "optionsfinalpage|label2"
msgid "These were all details needed to create the option group."
msgstr "አማራጭ ቡድን ለመፍጠር እነዚህ ሁሉ ዝርዝሮች ያስፈልጋሉ"
-#: optionvaluespage.ui:28
+#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:28
msgctxt "optionvaluespage|label1"
msgid "When you select an option, the option group is given a specific value."
msgstr "አማራጭ ሲመርጡ: ለአማራጩ ቡድን የተወሰነ ዋጋ ይሰጠዋል"
-#: optionvaluespage.ui:45
+#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:45
msgctxt "optionvaluespage|label2"
msgid "Which _value do you want to assign to each option?"
msgstr "የትኛውን _ዋጋ ለአማራጩ መመደብ ይፈልጋሉ?"
-#: optionvaluespage.ui:90
+#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:89
msgctxt "optionvaluespage|label3"
msgid "_Option fields"
msgstr "_አማራጭ ሜዳዎች"
-#: selecttablepage.ui:16
+#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:16
msgctxt "selecttablepage|label2"
msgid ""
"The external data source you have chosen contains more than one address book.\n"
@@ -2785,63 +2785,63 @@ msgstr ""
"እርስዎ የ መረጡት የ ውጪ ዳታ ምንጭ ከ አንድ በላይ የ አድራሻ ደብተር ይዟል \n"
"እባክዎን የሚሰሩበትን አንድ በዋነኛነት ይምረጡ:"
-#: selecttypepage.ui:31
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:14
+msgctxt "selecttypepage|label2"
+msgid ""
+"%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n"
+"\n"
+"This wizard helps you create the data source."
+msgstr ""
+"%PRODUCTNAME በ ስርአቱ ውስጥ ያሉ የ አድራሻዎች ዳታ ጋር መድረስ ያስችሎታል: ይህን ለማድረግ %PRODUCTNAME የ ዳታ ምንጭ ይሰናዳል ሰለዚህም የ እርስዎ አድራሻ ዳታ ዝግጁ ይሆናል ከ\n"
+"\n"
+"የ ዳታ ምንጭ ለ መፍጠር አዋቂው ይረዳዎታል"
+
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:34
msgctxt "selecttypepage|evolution"
msgid "Evolution"
msgstr "ኢቮሊሽን"
-#: selecttypepage.ui:49
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:51
msgctxt "selecttypepage|groupwise"
msgid "Groupwise"
msgstr "የቡድን አሰራር"
-#: selecttypepage.ui:66
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:67
msgctxt "selecttypepage|evoldap"
msgid "Evolution LDAP"
msgstr "የኢቮሊሽን LDAP"
-#: selecttypepage.ui:83
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:83
msgctxt "selecttypepage|firefox"
-msgid "Firefox/Iceweasel"
-msgstr "የፋየርፎክስ/አይስዊዝል"
+msgid "Firefox"
+msgstr ""
-#: selecttypepage.ui:100
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:99
msgctxt "selecttypepage|thunderbird"
-msgid "Thunderbird/Icedove"
-msgstr "የተንደርበርድ/አይስዶቭ"
+msgid "Thunderbird"
+msgstr ""
-#: selecttypepage.ui:117
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:115
msgctxt "selecttypepage|kde"
msgid "KDE address book"
msgstr "የ ኬዲኢ አድራሻ ደብተር"
-#: selecttypepage.ui:134
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:131
msgctxt "selecttypepage|macosx"
msgid "Mac OS X address book"
msgstr "የ Mac OS X አድራሻ ደብተር"
-#: selecttypepage.ui:151
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:147
msgctxt "selecttypepage|other"
msgid "Other external data source"
msgstr "ሌላ የ ውጪ ዳታ ምንጭ"
-#: selecttypepage.ui:174
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:165
msgctxt "selecttypepage|label1"
-msgid "Please Select the Type of Your External Address Book"
-msgstr "እባክዎን ይምረጡ የ እርስዎን የ ውጪ አድራሻ ደብተር አይነት"
-
-#: selecttypepage.ui:194
-msgctxt "selecttypepage|label2"
-msgid ""
-"%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n"
-"\n"
-"This wizard helps you create the data source."
+msgid "Select the type of your external address book:"
msgstr ""
-"%PRODUCTNAME በ ስርአቱ ውስጥ ያሉ የ አድራሻዎች ዳታ ጋር መድረስ ያስችሎታል: ይህን ለማድረግ %PRODUCTNAME የ ዳታ ምንጭ ይሰናዳል ሰለዚህም የ እርስዎ አድራሻ ዳታ ዝግጁ ይሆናል ከ\n"
-"\n"
-"የ ዳታ ምንጭ ለ መፍጠር አዋቂው ይረዳዎታል"
-#: tableselectionpage.ui:42
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:42
msgctxt "tableselectionpage|label3"
msgid ""
"Currently, the form the control belongs to is not (or not completely) bound to a data source.\n"
@@ -2858,582 +2858,587 @@ msgstr ""
"\n"
"እባክዎን ያስታውሱ በዚህ ገጽ ላይ ያሰናዱት ሁሉ ይህን ገጽ ለቀው ሲሄዱ ወዲያውኑ ተግባራዊ ይሆናል"
-#: tableselectionpage.ui:72
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:72
msgctxt "tableselectionpage|datasourcelabel"
msgid "_Data source:"
msgstr "የ _ዳታ ምንጭ:"
-#: tableselectionpage.ui:100
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:100
msgctxt "tableselectionpage|search"
msgid "_..."
msgstr "_..."
-#: tableselectionpage.ui:133
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:133
msgctxt "tableselectionpage|tablelabel"
msgid "_Table / Query:"
msgstr "_ሰንጠረዥ / ጥያቄ:"
-#: tableselectionpage.ui:174
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:174
msgctxt "tableselectionpage|label1"
msgid "Data"
msgstr "ዳታ"
-#: choosedatasourcedialog.ui:8
+#: extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui:8
msgctxt "choosedatasourcedialog|ChooseDataSourceDialog"
msgid "Choose Data Source"
msgstr "የ ዳታ ምንጭ ይምረጡ"
-#: choosedatasourcedialog.ui:90
+#: extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui:90
msgctxt "choosedatasourcedialog|label1"
msgid "Entry"
msgstr "ማስገቢያ"
-#: generalpage.ui:36
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:36
msgctxt "generalpage|shortname"
msgid "_Short name"
msgstr "_አጭር ስም"
-#: generalpage.ui:52
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:52
msgctxt "generalpage|authtype"
msgid "_Type"
msgstr "_አይነት"
-#: generalpage.ui:67
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:67
msgctxt "generalpage|authors"
msgid "Author(s)"
msgstr "ደራሲ(ዎች)"
-#: generalpage.ui:82
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:82
msgctxt "generalpage|publisher"
msgid "_Publisher"
msgstr "_አሳታሚው"
-#: generalpage.ui:97
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:97
msgctxt "generalpage|chapter"
msgid "_Chapter"
msgstr "_ምዕራፍ"
-#: generalpage.ui:113
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:113
msgctxt "generalpage|title"
msgid "Tit_le"
msgstr "አርእ_ስት"
-#: generalpage.ui:129
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:129
msgctxt "generalpage|address"
msgid "A_ddress"
msgstr "አ_ድራሻ"
-#: generalpage.ui:145
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:145
msgctxt "generalpage|pages"
msgid "Pa_ge(s)"
msgstr "ገ_ጽ(ጾች)"
-#: generalpage.ui:161
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:161
msgctxt "generalpage|year"
msgid "_Year"
msgstr "_አመት"
-#: generalpage.ui:177
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:177
msgctxt "generalpage|isbn"
msgid "_ISBN"
msgstr "_ISBN"
-#: generalpage.ui:210
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:210
msgctxt "generalpage|editor"
msgid "Editor"
msgstr "አራሚው"
-#: generalpage.ui:225
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:225
msgctxt "generalpage|booktitle"
msgid "_Book title"
msgstr "የ _መጽሀፍ አርእስት"
-#: generalpage.ui:241
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:241
msgctxt "generalpage|edition"
msgid "Ed_ition"
msgstr "እ_ትም"
-#: generalpage.ui:257
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:257
msgctxt "generalpage|volume"
msgid "Volume"
msgstr "መጠን"
-#: generalpage.ui:273
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:273
msgctxt "generalpage|institution"
msgid "Instit_ution"
msgstr "ድር_ጅት"
-#: generalpage.ui:289
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:289
msgctxt "generalpage|month"
msgid "_Month"
msgstr "_ወር"
-#: generalpage.ui:305
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:305
msgctxt "generalpage|publicationtype"
msgid "Publication t_ype"
msgstr "የ ሕትመት አ_ይነት"
-#: generalpage.ui:321
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:321
msgctxt "generalpage|university"
msgid "University"
msgstr "ዩኒቨርሲቲ"
-#: generalpage.ui:336
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:336
msgctxt "generalpage|reporttype"
msgid "Type of re_port"
msgstr "የ መግ_ለጫ አይነት"
-#: generalpage.ui:351
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:351
msgctxt "generalpage|organization"
msgid "Organi_zation"
msgstr "ድር_ጅት"
-#: generalpage.ui:384
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:384
msgctxt "generalpage|journal"
msgid "_Journal"
msgstr "_ማስታወሻ"
-#: generalpage.ui:399
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:399
msgctxt "generalpage|annotation"
msgid "Ann_otation"
msgstr "ማብራ_ሪያ"
-#: generalpage.ui:415
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:415
msgctxt "generalpage|number"
msgid "Numb_er"
msgstr "ቁጥ_ር"
-#: generalpage.ui:431
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:431
msgctxt "generalpage|note"
msgid "_Note"
msgstr "_ማስታወሻ"
-#: generalpage.ui:447
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:447
msgctxt "generalpage|series"
msgid "Se_ries"
msgstr "ተከ_ታታይ"
-#: generalpage.ui:463
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:463
msgctxt "generalpage|url"
msgid "URL"
msgstr "URL"
-#: generalpage.ui:496
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:496
msgctxt "generalpage|custom1"
msgid "User-defined field _1"
msgstr "በ ተጠቃሚ-የሚወሰን ሜዳ _1"
-#: generalpage.ui:511
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:511
msgctxt "generalpage|custom4"
msgid "User-defined field _4"
msgstr "በ ተጠቃሚ-የሚወሰን ሜዳ _4"
-#: generalpage.ui:527
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:527
msgctxt "generalpage|custom2"
msgid "User-defined field _2"
msgstr "በ ተጠቃሚ-የሚወሰነ ሜዳ _2"
-#: generalpage.ui:543
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:543
msgctxt "generalpage|custom5"
msgid "User-defined field _5"
msgstr "በ ተጠቃሚ-የሚወሰነ ሜዳ _5"
-#: generalpage.ui:559
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:559
msgctxt "generalpage|custom3"
msgid "User-defined field _3"
msgstr "በ ተጠቃሚ-የሚወሰነ ሜዳ _3"
-#: mappingdialog.ui:8
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:8
msgctxt "mappingdialog|MappingDialog"
msgid "Column Layout for Table “%1”"
msgstr "የ አምድ እቅድ ለ ሰንጠረዥ “%1”"
-#: mappingdialog.ui:107
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:107
msgctxt "mappingdialog|label2"
msgid "_Short name"
msgstr "_አጭር ስም"
-#: mappingdialog.ui:122
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:122
msgctxt "mappingdialog|label3"
msgid "_Author(s)"
msgstr "_ደራሲ(ዎች)"
-#: mappingdialog.ui:137
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:137
msgctxt "mappingdialog|label4"
msgid "_Publisher"
msgstr "_አሳታሚው"
-#: mappingdialog.ui:152
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:152
msgctxt "mappingdialog|label5"
msgid "_Chapter"
msgstr "_ምዕራፍ"
-#: mappingdialog.ui:167
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:167
msgctxt "mappingdialog|label6"
msgid "Editor"
msgstr "አራሚው"
-#: mappingdialog.ui:228
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:228
msgctxt "mappingdialog|label7"
msgid "_Type"
msgstr "_አይነት"
-#: mappingdialog.ui:243
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:243
msgctxt "mappingdialog|label8"
msgid "_Year"
msgstr "_አመት"
-#: mappingdialog.ui:258
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:258
msgctxt "mappingdialog|label9"
msgid "Tit_le"
msgstr "አርእ_ስት"
-#: mappingdialog.ui:309
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:309
msgctxt "mappingdialog|label10"
msgid "A_ddress"
msgstr "አ_ድራሻ"
-#: mappingdialog.ui:324
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:324
msgctxt "mappingdialog|label11"
msgid "_ISBN"
msgstr "_ISBN"
-#: mappingdialog.ui:339
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:339
msgctxt "mappingdialog|label12"
msgid "Pa_ge(s)"
msgstr "ገ_ጽ(ጾች)"
-#: mappingdialog.ui:390
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:390
msgctxt "mappingdialog|label13"
msgid "Ed_ition"
msgstr "እት_ም"
-#: mappingdialog.ui:417
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:417
msgctxt "mappingdialog|label14"
msgid "_Book title"
msgstr "የ _መጽሐፍ አርእስት"
-#: mappingdialog.ui:432
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:432
msgctxt "mappingdialog|label15"
msgid "Volume"
msgstr "መጠን"
-#: mappingdialog.ui:445
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:445
msgctxt "mappingdialog|label16"
msgid "Publication t_ype"
msgstr "የ ሕትመት አ_ይነት"
-#: mappingdialog.ui:496
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:496
msgctxt "mappingdialog|label17"
msgid "Organi_zation"
msgstr "ድር_ጅት"
-#: mappingdialog.ui:511
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:511
msgctxt "mappingdialog|label18"
msgid "Instit_ution"
msgstr "ድር_ጅት"
-#: mappingdialog.ui:526
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:526
msgctxt "mappingdialog|label19"
msgid "Uni_versity"
msgstr "ዩኒቨ_ርስቲ"
-#: mappingdialog.ui:577
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:577
msgctxt "mappingdialog|label20"
msgid "Type of re_port"
msgstr "የ መግ_ለጫው አይነት"
-#: mappingdialog.ui:592
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:592
msgctxt "mappingdialog|label21"
msgid "_Month"
msgstr "_ወር"
-#: mappingdialog.ui:631
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:631
msgctxt "mappingdialog|label22"
msgid "_Journal"
msgstr "_ማስታወሻ"
-#: mappingdialog.ui:646
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:646
msgctxt "mappingdialog|label23"
msgid "Numb_er"
msgstr "ቁጥ_ር"
-#: mappingdialog.ui:661
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:661
msgctxt "mappingdialog|label24"
msgid "Se_ries"
msgstr "ተከ_ታታይ"
-#: mappingdialog.ui:712
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:712
msgctxt "mappingdialog|label25"
msgid "Ann_otation"
msgstr "ማብራ_ሪያ"
-#: mappingdialog.ui:727
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:727
msgctxt "mappingdialog|label26"
msgid "_Note"
msgstr "_ማስታወሻ"
-#: mappingdialog.ui:742
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:742
msgctxt "mappingdialog|label27"
msgid "URL"
msgstr "URL"
-#: mappingdialog.ui:791
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:791
msgctxt "mappingdialog|label28"
msgid "User-defined field _1"
msgstr "በ ተጠቃሚው-የሚወሰነ ሜዳ _1"
-#: mappingdialog.ui:806
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:806
msgctxt "mappingdialog|label29"
msgid "User-defined field _2"
msgstr "በ ተጠቃሚው-የሚወሰነ ሜዳ _2"
-#: mappingdialog.ui:821
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:821
msgctxt "mappingdialog|label30"
msgid "User-defined field _3"
msgstr "በ ተጠቃሚው-የሚወሰነ ሜዳ _3"
-#: mappingdialog.ui:836
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:836
msgctxt "mappingdialog|label31"
msgid "User-defined field _4"
msgstr "በ ተጠቃሚው-የሚወሰነ ሜዳ _4"
-#: mappingdialog.ui:851
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:851
msgctxt "mappingdialog|label32"
msgid "User-defined field _5"
msgstr "በ ተጠቃሚው-የሚወሰነ ሜዳ _5"
-#: mappingdialog.ui:970
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:970
msgctxt "mappingdialog|label1"
msgid "Column Names"
msgstr "የ አምድ ስሞች"
-#: toolbar.ui:14
+#: extensions/uiconfig/sbibliography/ui/querydialog.ui:30
+msgctxt "querydialog|ask"
+msgid "Do not show this question again."
+msgstr "ይህን ጥያቄ በድጋሚ አታሳይ"
+
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:14
msgctxt "toolbar|TBC_FT_SOURCE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: toolbar.ui:49
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:49
msgctxt "toolbar|TBC_FT_QUERY"
msgid "Search Key"
msgstr "መፈለጊያ ቁልፍ"
-#: toolbar.ui:84
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:84
msgctxt "toolbar|TBC_BT_AUTOFILTER"
msgid "AutoFilter"
msgstr "በራሱ ማጣሪያ"
-#: toolbar.ui:97
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:97
msgctxt "toolbar|TBC_BT_FILTERCRIT"
msgid "Standard Filter"
msgstr "መደበኛ ማጣሪያ"
-#: toolbar.ui:110
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:110
msgctxt "toolbar|TBC_BT_REMOVEFILTER"
msgid "Reset Filter"
msgstr "ማጣሪያውን እንደ ነበር መመለሻ"
-#: toolbar.ui:123
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:123
msgctxt "toolbar|TBC_BT_COL_ASSIGN"
msgid "Column Arrangement"
msgstr "አምድ ማዘጋጃ"
-#: toolbar.ui:136
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:136
msgctxt "toolbar|TBC_BT_CHANGESOURCE"
msgid "Data Source"
msgstr "የ ዳታ ምንጭ"
-#: controlfontdialog.ui:8
+#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:8
msgctxt "controlfontdialog|ControlFontDialog"
msgid "Character"
msgstr "ባህሪ"
-#: controlfontdialog.ui:105
+#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:105
msgctxt "controlfontdialog|font"
msgid "Font"
msgstr "ፊደል"
-#: controlfontdialog.ui:127
+#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:127
msgctxt "controlfontdialog|fonteffects"
msgid "Font Effects"
msgstr "የ ፊደል ተፅእኖ"
-#: datatypedialog.ui:8
+#: extensions/uiconfig/spropctrlr/ui/datatypedialog.ui:8
msgctxt "datatypedialog|DataTypeDialog"
msgid "New Data Type"
msgstr "አዲስ የ ዳታ አይነት"
-#: datatypedialog.ui:85
+#: extensions/uiconfig/spropctrlr/ui/datatypedialog.ui:85
msgctxt "datatypedialog|label"
msgid "Type a name for the new data type:"
msgstr "ለ አዲሱ የ ዳታ አይነት ስም ይጻፉ:"
-#: formlinksdialog.ui:9
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:9
msgctxt "formlinksdialog|FormLinks"
msgid "Link fields"
msgstr "አገናኝ ሜዳዎች"
-#: formlinksdialog.ui:72
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:72
msgctxt "formlinksdialog|suggestButton"
msgid "Suggest"
msgstr "አስተያየት"
-#: formlinksdialog.ui:105
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:105
msgctxt "formlinksdialog|explanationLabel"
msgid "Sub forms can be used to display detailed data about the current record of the master form. To do this, you can specify which columns in the sub form match which columns in the master form."
msgstr "ንዑስ ፎርሞች ዝርዝር ዳታዎችን ለማሳየት ይጠቅማሉ ስለ አሁኑ ዋናው መዝገብ ፡ ይህን ለማድረግ መወሰን ይኖርቦታል የትኞቹ አምዶች ከንዑስ አምዶቹ ጋር ከዋናው አምዶች ጋር እንደሚዛመዱ"
-#: formlinksdialog.ui:125
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:125
msgctxt "formlinksdialog|detailLabel"
msgid "label"
msgstr "ምልክት"
-#: formlinksdialog.ui:137
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:137
msgctxt "formlinksdialog|masterLabel"
msgid "label"
msgstr "ምልክት"
-#: labelselectiondialog.ui:9
+#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:9
msgctxt "labelselectiondialog|LabelSelectionDialog"
msgid "Label Field Selection"
msgstr "የ ምልክት ሜዳ ምርጫ"
-#: labelselectiondialog.ui:88
+#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:88
msgctxt "labelselectiondialog|label"
msgid "These are control fields that can be used as label fields for the $controlclass$ $controlname$."
msgstr "እነዚህ የ መቆጣጠሪያ ሜዳዎች ናቸው: እንደ ምልክት ሜዳ ሊጠቀሙባቸው ይችላሉ ለ $controlclass$ $controlname$."
-#: labelselectiondialog.ui:122
+#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:122
msgctxt "labelselectiondialog|noassignment"
msgid "_No assignment"
msgstr "ስራ _የለም"
-#: taborder.ui:8
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:8
msgctxt "taborder|TabOrderDialog"
msgid "Tab Order"
msgstr "የ ማስረጊያ ደንብ"
-#: taborder.ui:21
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:21
msgctxt "taborder|upB"
msgid "_Move Up"
msgstr "ወደ ላይ _ማንቀሳቀሻ"
-#: taborder.ui:35
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:35
msgctxt "taborder|downB"
msgid "Move _Down"
msgstr "ወደ _ታች ማንቀሳቀሻ"
-#: taborder.ui:49
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:49
msgctxt "taborder|autoB"
msgid "_Automatic Sort"
msgstr "_ራሱ በራሱ መለያ"
-#: taborder.ui:146
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:146
msgctxt "taborder|label2"
msgid "Controls"
msgstr "መቆጣጠሪያዎች"
-#: griddialog.ui:56
+#: extensions/uiconfig/scanner/ui/griddialog.ui:56
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear ascending"
msgstr "በቀጥታ እየጨመረ በሚሄድ"
-#: griddialog.ui:57
+#: extensions/uiconfig/scanner/ui/griddialog.ui:57
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear descending"
msgstr "በቀጥታ እየቀነሰ በሚሄድ"
-#: griddialog.ui:58
+#: extensions/uiconfig/scanner/ui/griddialog.ui:58
msgctxt "griddialog|resetTypeCombobox"
msgid "Original values"
msgstr "ዋናው ዋጋዎች"
-#: griddialog.ui:59
+#: extensions/uiconfig/scanner/ui/griddialog.ui:59
msgctxt "griddialog|resetTypeCombobox"
msgid "Exponential increasing"
msgstr "Exponential increasing"
-#: griddialog.ui:70
+#: extensions/uiconfig/scanner/ui/griddialog.ui:70
msgctxt "griddialog|resetButton"
msgid "_Set"
msgstr "_ማሰናጃ"
-#: sanedialog.ui:9
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:9
msgctxt "sanedialog|SaneDialog"
msgid "Scanner"
msgstr "ማሰሻ"
-#: sanedialog.ui:46
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:46
msgctxt "sanedialog|label3"
msgid "_Left:"
msgstr "በ _ግራ:"
-#: sanedialog.ui:62
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:62
msgctxt "sanedialog|label4"
msgid "To_p:"
msgstr "ከ_ላይ:"
-#: sanedialog.ui:78
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:78
msgctxt "sanedialog|label5"
msgid "_Right:"
msgstr "በ _ቀኝ:"
-#: sanedialog.ui:94
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:94
msgctxt "sanedialog|label6"
msgid "_Bottom:"
msgstr "ከ _ታች:"
-#: sanedialog.ui:166
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:166
msgctxt "sanedialog|label1"
msgid "Scan area"
msgstr "ማሰሻ ቦታ"
-#: sanedialog.ui:208
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:208
msgctxt "sanedialog|label2"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: sanedialog.ui:242
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:242
msgctxt "sanedialog|label7"
msgid "Device _used"
msgstr "_የተጠቀሙበት አካል"
-#: sanedialog.ui:258
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:258
msgctxt "sanedialog|label8"
msgid "Resolution [_DPI]"
msgstr "ሪዞሊሽን [_ነበኢ]"
-#: sanedialog.ui:312
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:312
msgctxt "sanedialog|advancedCheckbutton"
msgid "Show advanced options"
msgstr "የረቀቁ ምርጫዎች ማሳያ"
-#: sanedialog.ui:344
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:345
msgctxt "sanedialog|label10"
msgid "Options:"
msgstr "ምርጫዎች:"
-#: sanedialog.ui:416
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:417
msgctxt "sanedialog|optionsButton"
msgid "Se_t"
msgstr "ማሰና_ጃ"
-#: sanedialog.ui:500
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:502
msgctxt "sanedialog|vectorLabel"
msgid "Vector element"
msgstr "Vector element"
-#: sanedialog.ui:629
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:631
msgctxt "sanedialog|deviceInfoButton"
msgid "About Dev_ice"
msgstr "ስለ አካ_ሎች"
-#: sanedialog.ui:644
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:646
msgctxt "sanedialog|previewButton"
msgid "Create Previe_w"
msgstr "መፍጠሪያ ቅድመ_እይታ"
-#: sanedialog.ui:659
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:661
msgctxt "sanedialog|scanButton"
msgid "_Scan"
msgstr "_ማሰሻ"
diff --git a/source/am/extras/source/autocorr/emoji.po b/source/am/extras/source/autocorr/emoji.po
index 818aaf5face..c25e08943bc 100644
--- a/source/am/extras/source/autocorr/emoji.po
+++ b/source/am/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: 2017-12-20 08:16+0100\n"
-"PO-Revision-Date: 2018-01-08 01:08+0000\n"
+"PO-Revision-Date: 2018-03-24 19:25+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1515373708.000000\n"
+"X-POOTLE-MTIME: 1521919514.000000\n"
#. ¢ (U+000A2), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -3686,7 +3686,7 @@ msgctxt ""
"FOGGY\n"
"LngText.text"
msgid "foggy"
-msgstr ""
+msgstr "ጭጋጋማ"
#. 🌂 (U+1F302), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -3785,7 +3785,7 @@ msgctxt ""
"MILKY_WAY\n"
"LngText.text"
msgid "milky way"
-msgstr ""
+msgstr "ሚልኪ ዌይ"
#. 🌍 (U+1F30D), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -10418,7 +10418,7 @@ msgctxt ""
"CIRCLED_INFORMATION_SOURCE\n"
"LngText.text"
msgid "information3"
-msgstr ""
+msgstr "መረጃ3"
#. 🛊 (U+1F6CA), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
diff --git a/source/am/extras/source/gallery/share.po b/source/am/extras/source/gallery/share.po
index eba61b7201f..3f2e3b1c3c2 100644
--- a/source/am/extras/source/gallery/share.po
+++ b/source/am/extras/source/gallery/share.po
@@ -2,19 +2,19 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:06+0200\n"
-"PO-Revision-Date: 2013-05-25 16:27+0000\n"
-"Last-Translator: Samson <sambelet@yahoo.com>\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"PO-Revision-Date: 2016-05-01 16:31+0000\n"
+"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1369499278.0\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462120308.000000\n"
#: gallery_names.ulf
msgctxt ""
@@ -27,6 +27,14 @@ msgstr "ቀስቶች"
#: gallery_names.ulf
msgctxt ""
"gallery_names.ulf\n"
+"backgrounds\n"
+"LngText.text"
+msgid "Backgrounds"
+msgstr ""
+
+#: gallery_names.ulf
+msgctxt ""
+"gallery_names.ulf\n"
"computers\n"
"LngText.text"
msgid "Computers"
diff --git a/source/am/filter/messages.po b/source/am/filter/messages.po
index 3504cc88cab..6b013bdae6d 100644
--- a/source/am/filter/messages.po
+++ b/source/am/filter/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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2017-12-26 20:35+0000\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
+"PO-Revision-Date: 2018-03-24 19:25+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,183 +13,183 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1514320502.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521919544.000000\n"
-#: strings.hrc:25
+#: filter/inc/strings.hrc:25
msgctxt "STR_COLUMN_HEADER_NAME"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:26
+#: filter/inc/strings.hrc:26
msgctxt "STR_COLUMN_HEADER_TYPE"
msgid "Type"
msgstr "አይነት"
-#: strings.hrc:27
+#: filter/inc/strings.hrc:27
msgctxt "STR_UNKNOWN_APPLICATION"
msgid "Unknown"
msgstr "ያልታወቀ"
-#: strings.hrc:28
+#: filter/inc/strings.hrc:28
msgctxt "STR_IMPORT_ONLY"
msgid "import filter"
msgstr "ማጣሪያ ማምጫ"
-#: strings.hrc:29
+#: filter/inc/strings.hrc:29
msgctxt "STR_IMPORT_EXPORT"
msgid "import/export filter"
msgstr "ማምጫ /መላኪያ ማጣሪያዎች"
-#: strings.hrc:30
+#: filter/inc/strings.hrc:30
msgctxt "STR_EXPORT_ONLY"
msgid "export filter"
msgstr "ማጣሪያ መላኪያ"
-#: strings.hrc:31
+#: filter/inc/strings.hrc:31
#, c-format
msgctxt "STR_WARN_DELETE"
msgid "Do you really want to delete the XML Filter '%s'? This action cannot be undone."
msgstr "በእርግጥ ማጥፋት ይፈልጋሉ የ XML Filter '%s'? ይህን ተግባር መተው አይችሉም"
-#: strings.hrc:32
+#: filter/inc/strings.hrc:32
#, c-format
msgctxt "STR_ERROR_FILTER_NAME_EXISTS"
msgid "An XML filter with the name '%s' already exists. Please enter a different name."
msgstr "የ XML ማጣሪያ በዚህ ስም '%s' ቀደም ሲል ነበር ፡ እባክዎን የተለየ ስም ያስገቡ"
-#: strings.hrc:33
+#: filter/inc/strings.hrc:33
#, c-format
msgctxt "STR_ERROR_TYPE_NAME_EXISTS"
msgid "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name."
msgstr "ስሙ ለተጠቃሚው አካል '%s1' ቀደም ሲል በ XML ማጣሪያ ተይዟል '%s2'. እባክዎን የተለየ ስም ያስገቡ"
-#: strings.hrc:34
+#: filter/inc/strings.hrc:34
msgctxt "STR_ERROR_EXPORT_XSLT_NOT_FOUND"
msgid "The XSLT for export cannot be found. Please enter a valid path."
msgstr "XSLT ን ለ መላክ ማግኘት አልተቻለም: እባክዎን ዋጋ ያለው መንገድ ያስገቡ"
-#: strings.hrc:35
+#: filter/inc/strings.hrc:35
msgctxt "STR_ERROR_IMPORT_XSLT_NOT_FOUND"
msgid "The XSLT for import cannot be found. Please enter a valid path."
msgstr "XSLT ን ለማምጣት ማግኘት አልተቻለም: እባክዎን ዋጋ ያለው መንገድ ያስገቡ"
-#: strings.hrc:36
+#: filter/inc/strings.hrc:36
msgctxt "STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND"
msgid "The given import template cannot be found. Please enter a valid path."
msgstr "የ ተሰጠውን ማምጫ ቴምፕሌት ማግኘት አልተቻለም: እባክዎን ዋጋ ያለው መንገድ ያስገቡ"
-#: strings.hrc:37
+#: filter/inc/strings.hrc:37
msgctxt "STR_DEFAULT_FILTER_NAME"
msgid "New Filter"
msgstr "አዲስ ማጣሪያ"
-#: strings.hrc:38
+#: filter/inc/strings.hrc:38
msgctxt "STR_DEFAULT_UI_NAME"
msgid "Untitled"
msgstr "ያልተሰየመ"
-#: strings.hrc:39
+#: filter/inc/strings.hrc:39
msgctxt "STR_UNDEFINED_FILTER"
msgid "undefined filter"
msgstr "ያልተገለጸ ማጣሪያ"
-#: strings.hrc:40
+#: filter/inc/strings.hrc:40
#, c-format
msgctxt "STR_FILTER_HAS_BEEN_SAVED"
msgid "The XML filter '%s' has been saved as package '%s'. "
msgstr "The XML filter '%s' እንደ ጥቅል ተቀምጧል '%s'. "
-#: strings.hrc:41
+#: filter/inc/strings.hrc:41
#, c-format
msgctxt "STR_FILTERS_HAVE_BEEN_SAVED"
msgid "%s XML filters have been saved in the package '%s'."
msgstr "%s XML filters በጥቅሉ ውስጥ ተቀምጧል '%s'."
-#: strings.hrc:42
+#: filter/inc/strings.hrc:42
msgctxt "STR_FILTER_PACKAGE"
msgid "XSLT filter package"
msgstr "XSLT filter package"
-#: strings.hrc:43
+#: filter/inc/strings.hrc:43
#, c-format
msgctxt "STR_FILTER_INSTALLED"
msgid "The XML filter '%s' has been installed successfully."
msgstr "The XML filter '%s' በሚገባ ተሳክቶ ተገጥሟል"
-#: strings.hrc:44
+#: filter/inc/strings.hrc:44
#, c-format
msgctxt "STR_FILTERS_INSTALLED"
msgid "%s XML filters have been installed successfully."
msgstr "%s XML filters በሚገባ ተሳክቶ ተገጥሟል"
-#: strings.hrc:45
+#: filter/inc/strings.hrc:45
#, c-format
msgctxt "STR_NO_FILTERS_FOUND"
msgid "No XML filter could be installed because the package '%s' does not contain any XML filters."
msgstr "No XML filter መግጠም አልተቻለም ምክንያቱም ጥቅሉ '%s' በውስጡ ምንም አይነት የ XML filters አልያዘም"
-#: strings.hrc:46
+#: filter/inc/strings.hrc:46
msgctxt "STR_XML_FILTER_LISTBOX"
msgid "XML Filter List"
msgstr "XML Filter List"
-#: strings.hrc:48
+#: filter/inc/strings.hrc:48
msgctxt "T602FILTER_STR_IMPORT_DIALOG_TITLE"
msgid "Settings for T602 import"
msgstr "Settings for T602 import"
-#: strings.hrc:49
+#: filter/inc/strings.hrc:49
msgctxt "T602FILTER_STR_ENCODING_LABEL"
msgid "Encoding"
msgstr "Encoding"
-#: strings.hrc:50
+#: filter/inc/strings.hrc:50
msgctxt "T602FILTER_STR_ENCODING_AUTO"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: strings.hrc:51
+#: filter/inc/strings.hrc:51
msgctxt "T602FILTER_STR_ENCODING_CP852"
msgid "CP852 (Latin2)"
msgstr "CP852 (Latin2)"
-#: strings.hrc:52
+#: filter/inc/strings.hrc:52
msgctxt "T602FILTER_STR_ENCODING_CP895"
msgid "CP895 (KEYB2CS, Kamenicky)"
msgstr "CP895 (KEYB2CS, Kamenicky)"
-#: strings.hrc:53
+#: filter/inc/strings.hrc:53
msgctxt "T602FILTER_STR_ENCODING_KOI8CS2"
msgid "KOI8 CS2"
msgstr "KOI8 CS2"
-#: strings.hrc:54
+#: filter/inc/strings.hrc:54
msgctxt "T602FILTER_STR_CYRILLIC_MODE"
msgid "Mode for Russian language (Cyrillic)"
msgstr "Mode for Russian language (Cyrillic)"
-#: strings.hrc:55
+#: filter/inc/strings.hrc:55
msgctxt "T602FILTER_STR_REFORMAT_TEXT"
msgid "Reformat the text"
msgstr "የ ጽሁፍ እንደገና አቀራረብ"
-#: strings.hrc:56
+#: filter/inc/strings.hrc:56
msgctxt "T602FILTER_STR_DOT_COMMANDS"
msgid "Display dot commands"
msgstr "የነጥብ ትእዛዞች ማሳያ"
-#: strings.hrc:57
+#: filter/inc/strings.hrc:57
msgctxt "T602FILTER_STR_CANCEL_BUTTON"
msgid "Cancel"
msgstr "መሰረዣ"
-#: strings.hrc:58
+#: filter/inc/strings.hrc:58
msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "እሺ"
-#: strings.hrc:60
+#: filter/inc/strings.hrc:60
msgctxt "KEY_VERSION_CHECK"
msgid ""
"Warning: Not all of the imported EPS graphics could be saved at level1\n"
@@ -198,85 +198,85 @@ msgstr ""
"ማስጠንቀቂያ: የመጡትን ሁሉንም EPS graphics could be saved at level1\n"
"as some are at a higher level!"
-#: strings.hrc:62
+#: filter/inc/strings.hrc:62
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "መላኪያ እንደ PDF"
#. strings used in encryption UI
#. password dialog title
-#: strings.hrc:66
+#: filter/inc/strings.hrc:66
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "ክፍት የመግቢያ ቃል ማሰናጃ"
#. password dialog title
-#: strings.hrc:68
+#: filter/inc/strings.hrc:68
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "የመግቢያ ቃል ፍቃድ ማሰናጃ"
-#: strings.hrc:69
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "PDF/A encryption አይደግፍም: የተላከው የ PDF ፋይል በመግቢያ ቃል የተጠበቀ አይደለም"
-#: strings.hrc:70
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "PDF/A ግልጽነት"
-#: strings.hrc:71
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr "PDF/A ግልጽነትን ይከለክላል: ግልጽ የነበረው እቃ ብርሃን እንዳያሳልፍ ቀለም ተቀብቷል"
-#: strings.hrc:72
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "የ PDF እትም አለመስማማት"
-#: strings.hrc:73
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr "ግልጽነት የ ተደገፈ አይደለም በ PDF እትሞች ቀደም ባሉት በ PDF 1.4. A ግልጽ የነበረው እቃ ብርሃን እንዳያሳልፍ ቀለም ተቀብቷል"
-#: strings.hrc:74
+#: filter/inc/strings.hrc:74
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr "PDF/A form action"
-#: strings.hrc:75
+#: filter/inc/strings.hrc:75
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr "የ ፎርሙ መቆጣጠሪያ የያዘው ተግባር በ መደበኛ PDF/A የተደገፈ አይደለም: ስለዚህ ይህ ተግባር ተዘሏል"
-#: strings.hrc:76
+#: filter/inc/strings.hrc:76
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr "አንዳንድ እቃዎች ወደ ምስል ተቀይረዋል ግልጽነቱን ለማስወገድ ሲባል: ምክንያቱም ኢላማው PDF አቀራረብ ግልጽነትን አይደግፍም: ምናልባት ጥሩ ውጤት ሊያገኙ ይችላሉ ግልጽነቱን ቢያስወግዱ ከመላኮት በፊት"
-#: strings.hrc:77
+#: filter/inc/strings.hrc:77
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr "ግልጽነቱ ተወግዷል"
-#: strings.hrc:78
+#: filter/inc/strings.hrc:78
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr "ፊርም ማመንጨት አልተቻለም"
-#: strings.hrc:79
+#: filter/inc/strings.hrc:79
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "PDF መላክ ተቋርጧል"
-#: impswfdialog.ui:14
+#: filter/uiconfig/ui/impswfdialog.ui:14
msgctxt "impswfdialog|ImpSWFDialog"
msgid "Flash (SWF) Options"
msgstr "Flash (SWF) Options"
-#: impswfdialog.ui:95
+#: filter/uiconfig/ui/impswfdialog.ui:95
msgctxt "impswfdialog|label1"
msgid ""
"1: min. quality\n"
@@ -285,862 +285,862 @@ msgstr ""
"1: አነስተኛ. ጥራት\n"
"100: ከፍተኛ. ጥራት"
-#: impswfdialog.ui:136
+#: filter/uiconfig/ui/impswfdialog.ui:135
msgctxt "impswfdialog|exportall"
msgid "Export _all slides (uncheck to export current slide)"
msgstr "መላኪያ _ሁሉንም ተንሸራታቾች (ምልክቱን ማጥፋት የ አሁኑን ተንሸራታች ይልከዋል)"
-#: impswfdialog.ui:158
+#: filter/uiconfig/ui/impswfdialog.ui:157
msgctxt "impswfdialog|exportmultiplefiles"
msgid "Export as _multiple files"
msgstr "እንደ _በርካታ ፋይሎች መላኪያ"
-#: impswfdialog.ui:181
+#: filter/uiconfig/ui/impswfdialog.ui:180
msgctxt "impswfdialog|exportbackgrounds"
msgid "Export _backgrounds"
msgstr "_መደቦች መላኪያ"
-#: impswfdialog.ui:198
+#: filter/uiconfig/ui/impswfdialog.ui:197
msgctxt "impswfdialog|exportbackgroundobjects"
msgid "Export back_ground objects"
msgstr "የ መደ_ብ እቃዎችን መላኪያ"
-#: impswfdialog.ui:215
+#: filter/uiconfig/ui/impswfdialog.ui:214
msgctxt "impswfdialog|exportslidecontents"
msgid "Export _slide contents"
msgstr "የ _ተንሸራታች ይዞታዎችን መላኪያ"
-#: impswfdialog.ui:248
+#: filter/uiconfig/ui/impswfdialog.ui:247
msgctxt "impswfdialog|exportsound"
msgid "Export _Verilogix Slide Annotations"
msgstr "መላኪያ _Verilogix የ ተንሸራታች ማብራሪያ"
-#: impswfdialog.ui:265
+#: filter/uiconfig/ui/impswfdialog.ui:264
msgctxt "impswfdialog|exportoleasjpeg"
msgid "Export OLE objects as _JPEG images"
msgstr "መላኪያ የ OLE እቃዎችን እንደ _JPEG ምስሎች"
-#: pdfgeneralpage.ui:42
+#: filter/uiconfig/ui/pdfgeneralpage.ui:42
msgctxt "pdfgeneralpage|all"
msgid "_All"
msgstr "_ሁሉንም"
-#: pdfgeneralpage.ui:60
+#: filter/uiconfig/ui/pdfgeneralpage.ui:60
msgctxt "pdfgeneralpage|range"
msgid "_Pages:"
msgstr "_ገጾች:"
-#: pdfgeneralpage.ui:79
+#: filter/uiconfig/ui/pdfgeneralpage.ui:79
msgctxt "pdfgeneralpage|selection"
msgid "_Selection"
msgstr "_ምርጫ"
-#: pdfgeneralpage.ui:113
+#: filter/uiconfig/ui/pdfgeneralpage.ui:112
msgctxt "pdfgeneralpage|slides"
msgid "Slides:"
msgstr "ተንሸራታቾች:"
-#: pdfgeneralpage.ui:125
+#: filter/uiconfig/ui/pdfgeneralpage.ui:124
msgctxt "pdfgeneralpage|selectedsheets"
msgid "_Selection/Selected sheet(s)"
msgstr "_ምርጫ/የ ተመረጠው ወረቀት(ቶች)"
-#: pdfgeneralpage.ui:141
+#: filter/uiconfig/ui/pdfgeneralpage.ui:140
msgctxt "pdfgeneralpage|label1"
msgid "Range"
msgstr "መጠን"
-#: pdfgeneralpage.ui:202
+#: filter/uiconfig/ui/pdfgeneralpage.ui:200
msgctxt "pdfgeneralpage|label6"
msgid "_Quality:"
msgstr "_ጥራት:"
-#: pdfgeneralpage.ui:227
+#: filter/uiconfig/ui/pdfgeneralpage.ui:225
msgctxt "pdfgeneralpage|reduceresolution"
msgid "_Reduce image resolution"
msgstr "_መቀነሻ የ ምስል ሪዞሊሽን"
-#: pdfgeneralpage.ui:249
+#: filter/uiconfig/ui/pdfgeneralpage.ui:247
msgctxt "pdfgeneralpage|resolution"
msgid "75 DPI"
msgstr "75 DPI"
-#: pdfgeneralpage.ui:250
+#: filter/uiconfig/ui/pdfgeneralpage.ui:248
msgctxt "pdfgeneralpage|resolution"
msgid "150 DPI"
msgstr "150 DPI"
-#: pdfgeneralpage.ui:251
+#: filter/uiconfig/ui/pdfgeneralpage.ui:249
msgctxt "pdfgeneralpage|resolution"
msgid "300 DPI"
msgstr "300 DPI"
-#: pdfgeneralpage.ui:252
+#: filter/uiconfig/ui/pdfgeneralpage.ui:250
msgctxt "pdfgeneralpage|resolution"
msgid "600 DPI"
msgstr "600 DPI"
-#: pdfgeneralpage.ui:253
+#: filter/uiconfig/ui/pdfgeneralpage.ui:251
msgctxt "pdfgeneralpage|resolution"
msgid "1200 DPI"
msgstr "1200 DPI"
-#: pdfgeneralpage.ui:259
+#: filter/uiconfig/ui/pdfgeneralpage.ui:256
msgctxt "pdfgeneralpage|comboboxtext-entry"
msgid "75 DPI"
msgstr "75 DPI"
-#: pdfgeneralpage.ui:283
+#: filter/uiconfig/ui/pdfgeneralpage.ui:280
msgctxt "pdfgeneralpage|losslesscompress"
msgid "_Lossless compression"
msgstr "_ያልላላ ማመቂያ"
-#: pdfgeneralpage.ui:300
+#: filter/uiconfig/ui/pdfgeneralpage.ui:297
msgctxt "pdfgeneralpage|jpegcompress"
msgid "_JPEG compression"
msgstr "_JPEG ማመቂያ"
-#: pdfgeneralpage.ui:322
+#: filter/uiconfig/ui/pdfgeneralpage.ui:319
msgctxt "pdfgeneralpage|label2"
msgid "Images"
msgstr "ምስሎች"
-#: pdfgeneralpage.ui:354
+#: filter/uiconfig/ui/pdfgeneralpage.ui:351
msgctxt "pdfgeneralpage|watermark"
msgid "Sign with _watermark"
msgstr "በ _ውሀ ምልክት መፈረሚያ"
-#: pdfgeneralpage.ui:389
+#: filter/uiconfig/ui/pdfgeneralpage.ui:385
msgctxt "pdfgeneralpage|watermarklabel"
msgid "Text:"
msgstr "ጽሁፍ:"
-#: pdfgeneralpage.ui:409
+#: filter/uiconfig/ui/pdfgeneralpage.ui:405
msgctxt "pdfgeneralpage|label3"
msgid "Watermark"
msgstr "የውሀ ምልክት"
-#: pdfgeneralpage.ui:446
+#: filter/uiconfig/ui/pdfgeneralpage.ui:442
msgctxt "pdfgeneralpage|embed"
msgid "Hybrid PDF (em_bed ODF file)"
msgstr "Hybrid PDF (em_bed ODF file)"
-#: pdfgeneralpage.ui:450
+#: filter/uiconfig/ui/pdfgeneralpage.ui:446
msgctxt "pdfgeneralpage|embed|tooltip_text"
msgid "Creates a PDF that is easily editable in %PRODUCTNAME"
msgstr "በቀላሉ ሊታረም የሚችል PDF መፍጠሪያ በ %PRODUCTNAME"
-#: pdfgeneralpage.ui:462
+#: filter/uiconfig/ui/pdfgeneralpage.ui:458
msgctxt "pdfgeneralpage|pdfa"
msgid "Archive P_DF/A-1a (ISO 19005-1)"
msgstr "ማህደር P_DF/A-1a (ISO 19005-1)"
-#: pdfgeneralpage.ui:466
+#: filter/uiconfig/ui/pdfgeneralpage.ui:462
msgctxt "pdfgeneralpage|pdfa|tooltip_text"
msgid "Creates an ISO 19005-1 compliant PDF file, ideal for long-term document preservation"
msgstr "መፍጠሪያ የ ISO 19005-1 የ PDF ፋይል መቀበያ: ለ ረጅም-ጊዜ ሰነድ ማቆያ"
-#: pdfgeneralpage.ui:478
+#: filter/uiconfig/ui/pdfgeneralpage.ui:474
msgctxt "pdfgeneralpage|tagged"
msgid "_Tagged PDF (add document structure)"
msgstr "_ምልክት የተደረገበት PDF (የ ሰነድ አካል መጨመሪያ)"
-#: pdfgeneralpage.ui:482
+#: filter/uiconfig/ui/pdfgeneralpage.ui:478
msgctxt "pdfgeneralpage|tagged|tooltip_text"
msgid "Includes a document's content structure information in a PDF"
msgstr "የ ሰነዶች ይዞታ መረጃ ያካተተ በ PDF ውስጥ"
-#: pdfgeneralpage.ui:494
+#: filter/uiconfig/ui/pdfgeneralpage.ui:490
msgctxt "pdfgeneralpage|forms"
msgid "_Create PDF form"
msgstr "PDF _መፍጠሪያ ከ"
-#: pdfgeneralpage.ui:498
+#: filter/uiconfig/ui/pdfgeneralpage.ui:494
msgctxt "pdfgeneralpage|forms|tooltip_text"
msgid "Creates a PDF with fields that can be filled out"
msgstr "PDF መፍጠሪያ ሊሞሉ ከሚችሉ ሜዳዎች ጋር"
-#: pdfgeneralpage.ui:523
+#: filter/uiconfig/ui/pdfgeneralpage.ui:519
msgctxt "pdfgeneralpage|label7"
msgid "Submit _format:"
msgstr "_አቀራረብ መፈጸሚያ:"
-#: pdfgeneralpage.ui:538
+#: filter/uiconfig/ui/pdfgeneralpage.ui:534
msgctxt "pdfgeneralpage|format"
msgid "FDF"
msgstr "FDF"
-#: pdfgeneralpage.ui:539
+#: filter/uiconfig/ui/pdfgeneralpage.ui:535
msgctxt "pdfgeneralpage|format"
msgid "PDF"
msgstr "PDF"
-#: pdfgeneralpage.ui:540
+#: filter/uiconfig/ui/pdfgeneralpage.ui:536
msgctxt "pdfgeneralpage|format"
msgid "HTML"
msgstr "HTML"
-#: pdfgeneralpage.ui:541
+#: filter/uiconfig/ui/pdfgeneralpage.ui:537
msgctxt "pdfgeneralpage|format"
msgid "XML"
msgstr "XML"
-#: pdfgeneralpage.ui:551
+#: filter/uiconfig/ui/pdfgeneralpage.ui:547
msgctxt "pdfgeneralpage|allowdups"
msgid "Allow duplicate field _names"
msgstr "የተባዙ ሜዳ _ስሞችን መፍቀጃ"
-#: pdfgeneralpage.ui:575
+#: filter/uiconfig/ui/pdfgeneralpage.ui:571
msgctxt "pdfgeneralpage|bookmarks"
msgid "Export _bookmarks"
msgstr "መላኪያ _ምልክት ማድረጊያዎችን"
-#: pdfgeneralpage.ui:590
+#: filter/uiconfig/ui/pdfgeneralpage.ui:586
msgctxt "pdfgeneralpage|exportplaceholders"
msgid "Expo_rt placeholders"
msgstr "ቦታ ያዢዎች መላ_ኪያ"
-#: pdfgeneralpage.ui:605
+#: filter/uiconfig/ui/pdfgeneralpage.ui:601
msgctxt "pdfgeneralpage|comments"
msgid "_Export comments"
msgstr "አስተያየቶች _መላኪያ"
-#: pdfgeneralpage.ui:620
+#: filter/uiconfig/ui/pdfgeneralpage.ui:616
msgctxt "pdfgeneralpage|emptypages"
msgid "Exp_ort automatically inserted blank pages"
msgstr "ራሱ በራሱ የገቡትን ባዶ ገጾች መላ_ኪያ"
-#: pdfgeneralpage.ui:635
+#: filter/uiconfig/ui/pdfgeneralpage.ui:631
msgctxt "pdfgeneralpage|viewpdf"
msgid "_View PDF after export"
msgstr "PDF _መመልከቻ ከተላከ በኋላ"
-#: pdfgeneralpage.ui:650
+#: filter/uiconfig/ui/pdfgeneralpage.ui:646
msgctxt "pdfgeneralpage|usereferencexobject"
msgid "Use reference XObjects"
msgstr "የ Xእቃዎች ማመሳከሪያ ይጠቀሙ"
-#: pdfgeneralpage.ui:665
+#: filter/uiconfig/ui/pdfgeneralpage.ui:661
msgctxt "pdfgeneralpage|hiddenpages"
msgid "Export _hidden pages"
msgstr "የ _ተደበቁ ገጾች መላኪያ"
-#: pdfgeneralpage.ui:680
+#: filter/uiconfig/ui/pdfgeneralpage.ui:676
msgctxt "pdfgeneralpage|notes"
msgid "Export _notes pages"
msgstr "_የማስታወሻ ገጾች መላኪያ"
-#: pdfgeneralpage.ui:700
+#: filter/uiconfig/ui/pdfgeneralpage.ui:696
msgctxt "pdfgeneralpage|onlynotes"
msgid "Export onl_y notes pages"
msgstr "የ ማስታወሻ ገጾች ብ_ቻ መላኪያ"
-#: pdfgeneralpage.ui:723
+#: filter/uiconfig/ui/pdfgeneralpage.ui:719
msgctxt "pdfgeneralpage|label4"
msgid "General"
msgstr "ባጠቃላይ"
-#: pdflinkspage.ui:29
+#: filter/uiconfig/ui/pdflinkspage.ui:29
msgctxt "pdflinkspage|export"
msgid "Export bookmarks as named destinations"
msgstr "መላኪያ ምልክት ማድረጊያዎችን ወደ ተሰየሙበት መድረሻዎች"
-#: pdflinkspage.ui:47
+#: filter/uiconfig/ui/pdflinkspage.ui:47
msgctxt "pdflinkspage|convert"
msgid "_Convert document references to PDF targets"
msgstr "_መቀየሪያ የ ሰነድ ማመሳከሪያዎች ወደ PDF ኢላማዎች"
-#: pdflinkspage.ui:65
+#: filter/uiconfig/ui/pdflinkspage.ui:65
msgctxt "pdflinkspage|exporturl"
msgid "Export _URLs relative to file system"
msgstr "መላኪያ _URLs ከ ፋይል ስርአቱ ጋር የሚዛመድ"
-#: pdflinkspage.ui:89
+#: filter/uiconfig/ui/pdflinkspage.ui:89
msgctxt "pdflinkspage|label1"
msgid "General"
msgstr "ባጠቃላይ"
-#: pdflinkspage.ui:121
+#: filter/uiconfig/ui/pdflinkspage.ui:121
msgctxt "pdflinkspage|default"
msgid "Default mode"
msgstr "ነባር ዘዴ"
-#: pdflinkspage.ui:140
+#: filter/uiconfig/ui/pdflinkspage.ui:140
msgctxt "pdflinkspage|openpdf"
msgid "Open with PDF reader application"
msgstr "በ PDF ማንበቢያ መተግበሪያ መክፈቻ"
-#: pdflinkspage.ui:158
+#: filter/uiconfig/ui/pdflinkspage.ui:158
msgctxt "pdflinkspage|openinternet"
msgid "Open _with Internet browser"
msgstr "_በ ኢንተርኔት መቃኛ መክፈቻ"
-#: pdflinkspage.ui:182
+#: filter/uiconfig/ui/pdflinkspage.ui:182
msgctxt "pdflinkspage|label5"
msgid "Cross-document Links"
msgstr "መስቀልኛ-ሰነድ አገናኞች"
-#: pdfoptionsdialog.ui:8
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:8
msgctxt "pdfoptionsdialog|PdfOptionsDialog"
msgid "PDF Options"
msgstr "የ PDF ምርጫዎች"
-#: pdfoptionsdialog.ui:22
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:22
msgctxt "pdfoptionsdialog|ok"
msgid "E_xport"
msgstr "መ_ላኪያ"
-#: pdfoptionsdialog.ui:92
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:92
msgctxt "pdfoptionsdialog|general"
msgid "General"
msgstr "ባጠቃላይ"
-#: pdfoptionsdialog.ui:114
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:114
msgctxt "pdfoptionsdialog|initialview"
msgid "Initial View"
msgstr "የመጀመሪያው መመልከቻ"
-#: pdfoptionsdialog.ui:137
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:137
msgctxt "pdfoptionsdialog|userinterface"
msgid "User Interface"
msgstr "የ ተጠቃሚ ገጽታ"
-#: pdfoptionsdialog.ui:160
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:160
msgctxt "pdfoptionsdialog|links"
msgid "Links"
msgstr "አገናኝ"
-#: pdfoptionsdialog.ui:183
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:183
msgctxt "pdfoptionsdialog|security"
msgid "Security"
msgstr "ደህንነት"
-#: pdfoptionsdialog.ui:206
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:206
msgctxt "pdfoptionsdialog|digitalsignatures"
msgid "Digital Signatures"
msgstr "የ ዲጂታል ፊርማዎች"
-#: pdfsecuritypage.ui:30
+#: filter/uiconfig/ui/pdfsecuritypage.ui:30
msgctxt "pdfsecuritypage|setpassword"
msgid "Set _Passwords…"
msgstr "የ _መግቢያ ቃል ማሰናጃ…"
-#: pdfsecuritypage.ui:53
+#: filter/uiconfig/ui/pdfsecuritypage.ui:53
msgctxt "pdfsecuritypage|label5"
msgid "Open password set"
msgstr "የመግቢያ ቃል ማሰናጃ መክፈቻ"
-#: pdfsecuritypage.ui:65
+#: filter/uiconfig/ui/pdfsecuritypage.ui:65
msgctxt "pdfsecuritypage|label6"
msgid "PDF document will be encrypted"
msgstr "የ PDF ሰነድ encrypted ይሆናል"
-#: pdfsecuritypage.ui:88
+#: filter/uiconfig/ui/pdfsecuritypage.ui:88
msgctxt "pdfsecuritypage|label7"
msgid "No open password set"
msgstr "ክፍት የ መግቢያ ቃል አልተሰናዳም"
-#: pdfsecuritypage.ui:100
+#: filter/uiconfig/ui/pdfsecuritypage.ui:100
msgctxt "pdfsecuritypage|label8"
msgid "PDF document will not be encrypted"
msgstr "የ PDF ሰነድ encrypted አይሆንም"
-#: pdfsecuritypage.ui:123
+#: filter/uiconfig/ui/pdfsecuritypage.ui:123
msgctxt "pdfsecuritypage|label30"
msgid "PDF document will not be encrypted due to PDF/A export."
msgstr "የ PDF ሰነድ አይመሰጠርም ምክንያቱም በ PDF/A መላኪያ ምክንያት"
-#: pdfsecuritypage.ui:147
+#: filter/uiconfig/ui/pdfsecuritypage.ui:147
msgctxt "pdfsecuritypage|label9"
msgid "Permission password set"
msgstr "የመግቢያ ቃል ማሰናጃ ፍቃድ"
-#: pdfsecuritypage.ui:159
+#: filter/uiconfig/ui/pdfsecuritypage.ui:159
msgctxt "pdfsecuritypage|label11"
msgid "PDF document will be restricted"
msgstr "የ PDF ሰነድ የተከለከለ ይሆናል"
-#: pdfsecuritypage.ui:182
+#: filter/uiconfig/ui/pdfsecuritypage.ui:182
msgctxt "pdfsecuritypage|label12"
msgid "No permission password set"
msgstr "የመግቢያ ቃል ማሰናጃ ፍቃድ የለም"
-#: pdfsecuritypage.ui:194
+#: filter/uiconfig/ui/pdfsecuritypage.ui:194
msgctxt "pdfsecuritypage|label13"
msgid "PDF document will be unrestricted"
msgstr "የ PDF ሰነድ ያልተከለከለ ይሆናል"
-#: pdfsecuritypage.ui:217
+#: filter/uiconfig/ui/pdfsecuritypage.ui:217
msgctxt "pdfsecuritypage|label14"
msgid "PDF document will not be restricted due to PDF/A export."
msgstr "የ PDF ሰነድ አይወሰንም ምክንያቱም በ PDF/A መላኪያ ምክንያት"
-#: pdfsecuritypage.ui:237
+#: filter/uiconfig/ui/pdfsecuritypage.ui:237
msgctxt "pdfsecuritypage|setpasswordstitle"
msgid "Set Passwords"
msgstr "የ መግቢያ ቃል ማሰናጃ"
-#: pdfsecuritypage.ui:253
+#: filter/uiconfig/ui/pdfsecuritypage.ui:253
msgctxt "pdfsecuritypage|label2"
msgid "File Encryption and Permission"
msgstr "የ ፋይል encryption እና ፍቃዶች"
-#: pdfsecuritypage.ui:291
+#: filter/uiconfig/ui/pdfsecuritypage.ui:291
msgctxt "pdfsecuritypage|printnone"
msgid "_Not permitted"
msgstr "_ያልተፈቀደ"
-#: pdfsecuritypage.ui:307
+#: filter/uiconfig/ui/pdfsecuritypage.ui:307
msgctxt "pdfsecuritypage|printlow"
msgid "_Low resolution (150 dpi)"
msgstr "_ዝቅተኛ ሪዞሊሽን (150 ነበኢ)"
-#: pdfsecuritypage.ui:323
+#: filter/uiconfig/ui/pdfsecuritypage.ui:323
msgctxt "pdfsecuritypage|printhigh"
msgid "_High resolution"
msgstr "_ከፍተኛ ሪዞሊሽን"
-#: pdfsecuritypage.ui:346
+#: filter/uiconfig/ui/pdfsecuritypage.ui:346
msgctxt "pdfsecuritypage|label1"
msgid "Printing"
msgstr "በማተም ላይ"
-#: pdfsecuritypage.ui:378
+#: filter/uiconfig/ui/pdfsecuritypage.ui:378
msgctxt "pdfsecuritypage|changenone"
msgid "No_t permitted"
msgstr "አል_ተፈቀደም"
-#: pdfsecuritypage.ui:394
+#: filter/uiconfig/ui/pdfsecuritypage.ui:394
msgctxt "pdfsecuritypage|changeinsdel"
msgid "_Inserting, deleting, and rotating pages"
msgstr "_ማስገቢያ: ማጥፊያ እና ገጾችን ማዞሪያ"
-#: pdfsecuritypage.ui:410
+#: filter/uiconfig/ui/pdfsecuritypage.ui:410
msgctxt "pdfsecuritypage|changeform"
msgid "_Filling in form fields"
-msgstr "የፎርም ሜዳዎችን በ _መሙላት ላይ"
+msgstr "የ ፎርም ሜዳዎችን በ _መሙላት ላይ"
-#: pdfsecuritypage.ui:426
+#: filter/uiconfig/ui/pdfsecuritypage.ui:426
msgctxt "pdfsecuritypage|changecomment"
msgid "_Commenting, filling in form fields"
-msgstr "_አስተያየት መስጫ: የ ፎርም ሜዳዎችን በመሙላት ላይ"
+msgstr "_አስተያየት መስጫ: የ ፎርም ሜዳዎችን በ መሙላት ላይ"
-#: pdfsecuritypage.ui:442
+#: filter/uiconfig/ui/pdfsecuritypage.ui:442
msgctxt "pdfsecuritypage|changeany"
msgid "_Any except extracting pages"
msgstr "_ማንኛውንም ከ ማውጫው ገጽ በስተቀር"
-#: pdfsecuritypage.ui:465
+#: filter/uiconfig/ui/pdfsecuritypage.ui:465
msgctxt "pdfsecuritypage|label3"
msgid "Changes"
msgstr "ለውጦች"
-#: pdfsecuritypage.ui:497
+#: filter/uiconfig/ui/pdfsecuritypage.ui:497
msgctxt "pdfsecuritypage|enablecopy"
msgid "Ena_ble copying of content"
msgstr "ይዞታውን ኮፒ ማድረግ ማስ_ቻያ"
-#: pdfsecuritypage.ui:513
+#: filter/uiconfig/ui/pdfsecuritypage.ui:513
msgctxt "pdfsecuritypage|enablea11y"
msgid "Enable text access for acce_ssibility tools"
msgstr "የ ጽሁፍ መድረሻ ለ መሳሪያዎች መድ_ረሻ ማስቻያ"
-#: pdfsecuritypage.ui:535
+#: filter/uiconfig/ui/pdfsecuritypage.ui:535
msgctxt "pdfsecuritypage|label4"
msgid "Content"
msgstr "ይዞታ"
-#: pdfsignpage.ui:37
+#: filter/uiconfig/ui/pdfsignpage.ui:37
msgctxt "pdfsignpage|label2"
msgid "Use this certificate to digitally sign PDF documents:"
msgstr "ይህን የምስክር ወረቀት ይጠቀሙ የ PDF ሰነዶችን ዲጂታሊ ለመፈረም:"
-#: pdfsignpage.ui:60
+#: filter/uiconfig/ui/pdfsignpage.ui:59
msgctxt "pdfsignpage|select"
msgid "Select..."
msgstr "ይምረጡ..."
-#: pdfsignpage.ui:159
+#: filter/uiconfig/ui/pdfsignpage.ui:154
msgctxt "pdfsignpage|tsa"
msgid "None"
msgstr "ምንም"
-#: pdfsignpage.ui:172
+#: filter/uiconfig/ui/pdfsignpage.ui:167
msgctxt "pdfsignpage|label7"
msgid "Certificate password:"
msgstr "የ ምስክር ወረቀት መግቢያ ቃል:"
-#: pdfsignpage.ui:186
+#: filter/uiconfig/ui/pdfsignpage.ui:181
msgctxt "pdfsignpage|label12"
msgid "Location:"
msgstr "አካባቢ:"
-#: pdfsignpage.ui:200
+#: filter/uiconfig/ui/pdfsignpage.ui:195
msgctxt "pdfsignpage|label13"
msgid "Contact information:"
msgstr "የ ግንኙነት መረጃ:"
-#: pdfsignpage.ui:214
+#: filter/uiconfig/ui/pdfsignpage.ui:209
msgctxt "pdfsignpage|label14"
msgid "Reason:"
msgstr "ምክንያት:"
-#: pdfsignpage.ui:228
+#: filter/uiconfig/ui/pdfsignpage.ui:223
msgctxt "pdfsignpage|label15"
msgid "Time Stamp Authority:"
msgstr "የ ሰአት ማህተም ባለስልጣን:"
-#: pdfsignpage.ui:251
+#: filter/uiconfig/ui/pdfsignpage.ui:246
msgctxt "pdfsignpage|label1"
msgid "Certificate"
msgstr "የምስክር ወረቀት"
-#: pdfuserinterfacepage.ui:43
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:43
msgctxt "pdfuserinterfacepage|center"
msgid "_Center window on screen"
msgstr "በ መመልከቻው ላይ መስኮቱን _መሀከል ማድረጊያ"
-#: pdfuserinterfacepage.ui:59
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:59
msgctxt "pdfuserinterfacepage|resize"
msgid "_Resize window to initial page"
msgstr "መስኮቱን ወደ መጀመሪያው ገጽ _እንደገና መመጠኛ"
-#: pdfuserinterfacepage.ui:75
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:75
msgctxt "pdfuserinterfacepage|open"
msgid "_Open in full screen mode"
msgstr "በሙሉ መመልከቻ ዘዴ _መክፈቻ"
-#: pdfuserinterfacepage.ui:91
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:91
msgctxt "pdfuserinterfacepage|display"
msgid "_Display document title"
msgstr "የሰነድ አርእስት _ማሳያ"
-#: pdfuserinterfacepage.ui:113
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:113
msgctxt "pdfuserinterfacepage|label1"
msgid "Window Options"
msgstr "የ መስኮት ምርጫዎች"
-#: pdfuserinterfacepage.ui:144
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:144
msgctxt "pdfuserinterfacepage|toolbar"
msgid "Hide _toolbar"
msgstr "መደበቂያ _እቃ መደርደሪያ"
-#: pdfuserinterfacepage.ui:160
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:160
msgctxt "pdfuserinterfacepage|menubar"
msgid "Hide _menubar"
msgstr "መደበቂያ _ዝርዝር እቃ መደርደሪያውን"
-#: pdfuserinterfacepage.ui:176
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:176
msgctxt "pdfuserinterfacepage|window"
msgid "Hide _window controls"
msgstr "መደበቂያ _መስኮት መቆጣጠሪያውን"
-#: pdfuserinterfacepage.ui:198
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:198
msgctxt "pdfuserinterfacepage|label2"
msgid "User Interface Options"
msgstr "የ ተጠቃሚ ገጽታ ምርጫዎች"
-#: pdfuserinterfacepage.ui:228
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:228
msgctxt "pdfuserinterfacepage|effects"
msgid "_Use transition effects"
msgstr "የመሸጋገሪያ ውጤቶችን _መጠቀሚያ"
-#: pdfuserinterfacepage.ui:250
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:250
msgctxt "pdfuserinterfacepage|label3"
msgid "Transitions"
msgstr "መሸጋገሪያዎች"
-#: pdfuserinterfacepage.ui:282
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:282
msgctxt "pdfuserinterfacepage|allbookmarks"
msgid "_All bookmark levels"
msgstr "_ሁሉንም ምልክት ማድረጊያ ደረጃዎች"
-#: pdfuserinterfacepage.ui:299
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:299
msgctxt "pdfuserinterfacepage|visiblebookmark"
msgid "_Visible bookmark levels:"
msgstr "_የሚታዩ ምልክት ማድረጊያ ደረጃዎች:"
-#: pdfuserinterfacepage.ui:343
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:342
msgctxt "pdfuserinterfacepage|label4"
msgid "Bookmarks"
msgstr "ምልክት ማድረጊያዎች"
-#: pdfviewpage.ui:49
+#: filter/uiconfig/ui/pdfviewpage.ui:49
msgctxt "pdfviewpage|pageonly"
msgid "_Page only"
msgstr "_ገጽ ብቻ"
-#: pdfviewpage.ui:66
+#: filter/uiconfig/ui/pdfviewpage.ui:66
msgctxt "pdfviewpage|outline"
msgid "_Bookmarks and page"
msgstr "_ምልክት ማድረጊያዎች እና ገጾች"
-#: pdfviewpage.ui:82
+#: filter/uiconfig/ui/pdfviewpage.ui:82
msgctxt "pdfviewpage|thumbs"
msgid "_Thumbnails and page"
msgstr "_የአውራ ጥፍር እና ገጽ"
-#: pdfviewpage.ui:106
+#: filter/uiconfig/ui/pdfviewpage.ui:106
msgctxt "pdfviewpage|label4"
msgid "Open on pa_ge:"
msgstr "በ ገ_ጽ ላይ መክፈቻ:"
-#: pdfviewpage.ui:141
+#: filter/uiconfig/ui/pdfviewpage.ui:140
msgctxt "pdfviewpage|label2"
msgid "Panes"
msgstr "ክፍሎች"
-#: pdfviewpage.ui:173
+#: filter/uiconfig/ui/pdfviewpage.ui:172
msgctxt "pdfviewpage|fitdefault"
msgid "_Default"
msgstr "_ነባር"
-#: pdfviewpage.ui:190
+#: filter/uiconfig/ui/pdfviewpage.ui:189
msgctxt "pdfviewpage|fitwin"
msgid "_Fit in window"
msgstr "በ መስኮቱ _ልክ"
-#: pdfviewpage.ui:206
+#: filter/uiconfig/ui/pdfviewpage.ui:205
msgctxt "pdfviewpage|fitwidth"
msgid "Fit _width"
msgstr "በ _ስፋቱ ልክ"
-#: pdfviewpage.ui:222
+#: filter/uiconfig/ui/pdfviewpage.ui:221
msgctxt "pdfviewpage|fitvis"
msgid "Fit _visible"
msgstr "በ _ሚታየው ልክ"
-#: pdfviewpage.ui:243
+#: filter/uiconfig/ui/pdfviewpage.ui:242
msgctxt "pdfviewpage|fitzoom"
msgid "_Zoom factor:"
msgstr "_ማሳያ መጠን:"
-#: pdfviewpage.ui:289
+#: filter/uiconfig/ui/pdfviewpage.ui:287
msgctxt "pdfviewpage|label3"
msgid "Magnification"
msgstr "ማጉሊያ"
-#: pdfviewpage.ui:328
+#: filter/uiconfig/ui/pdfviewpage.ui:326
msgctxt "pdfviewpage|defaultlayout"
msgid "D_efault"
msgstr "ነ_ባር"
-#: pdfviewpage.ui:345
+#: filter/uiconfig/ui/pdfviewpage.ui:343
msgctxt "pdfviewpage|singlelayout"
msgid "_Single page"
msgstr "_ነጠላ ገጽ"
-#: pdfviewpage.ui:361
+#: filter/uiconfig/ui/pdfviewpage.ui:359
msgctxt "pdfviewpage|contlayout"
msgid "_Continuous"
msgstr "_የሚቀጥል"
-#: pdfviewpage.ui:377
+#: filter/uiconfig/ui/pdfviewpage.ui:375
msgctxt "pdfviewpage|contfacinglayout"
msgid "C_ontinuous facing"
msgstr "የ ሚ_ቀጥል ፊት ለፊት"
-#: pdfviewpage.ui:393
+#: filter/uiconfig/ui/pdfviewpage.ui:391
msgctxt "pdfviewpage|firstonleft"
msgid "First page is _left"
msgstr "መጀመሪያው ገጽ በ_ግራ በኩል ነው"
-#: pdfviewpage.ui:415
+#: filter/uiconfig/ui/pdfviewpage.ui:413
msgctxt "pdfviewpage|label1"
msgid "Page Layout"
msgstr "የ ገጽ እቅድ"
-#: testxmlfilter.ui:8
+#: filter/uiconfig/ui/testxmlfilter.ui:8
msgctxt "testxmlfilter|TestXMLFilterDialog"
msgid "Test XML Filter: %s"
msgstr "የ XML ማጣሪያ መሞከሪያ : %s"
-#: testxmlfilter.ui:89
+#: filter/uiconfig/ui/testxmlfilter.ui:91
msgctxt "testxmlfilter|label3"
msgid "XSLT for export"
msgstr "XSLT ለ መላኪያ"
-#: testxmlfilter.ui:102
+#: filter/uiconfig/ui/testxmlfilter.ui:104
msgctxt "testxmlfilter|label4"
msgid "Transform document"
msgstr "ሰነድ መቀየሪያ"
-#: testxmlfilter.ui:111
+#: filter/uiconfig/ui/testxmlfilter.ui:114
msgctxt "testxmlfilter|exportbrowse"
msgid "Browse..."
msgstr "መቃኛ..."
-#: testxmlfilter.ui:123
+#: filter/uiconfig/ui/testxmlfilter.ui:126
msgctxt "testxmlfilter|currentdocument"
msgid "Current Document"
msgstr "የአሁኑ ሰነድ"
-#: testxmlfilter.ui:168
+#: filter/uiconfig/ui/testxmlfilter.ui:171
msgctxt "testxmlfilter|label1"
msgid "Export"
msgstr "መላኪያ"
-#: testxmlfilter.ui:205
+#: filter/uiconfig/ui/testxmlfilter.ui:207
msgctxt "testxmlfilter|label5"
msgid "XSLT for import"
msgstr "XSLT ለ ማምጫ"
-#: testxmlfilter.ui:214
+#: filter/uiconfig/ui/testxmlfilter.ui:217
msgctxt "testxmlfilter|importbrowse"
msgid "Browse..."
msgstr "መቃኛ..."
-#: testxmlfilter.ui:226
+#: filter/uiconfig/ui/testxmlfilter.ui:229
msgctxt "testxmlfilter|recentfile"
msgid "Recent File"
msgstr "የ ቅርብ ጊዜ ፋይል"
-#: testxmlfilter.ui:242
+#: filter/uiconfig/ui/testxmlfilter.ui:244
msgctxt "testxmlfilter|templateimport"
msgid "Template for import"
msgstr "ቴምፕሌት ለ ማምጫ"
-#: testxmlfilter.ui:262
+#: filter/uiconfig/ui/testxmlfilter.ui:265
msgctxt "testxmlfilter|displaysource"
msgid "Display source"
msgstr "ምንጩን ማሳያ"
-#: testxmlfilter.ui:281
+#: filter/uiconfig/ui/testxmlfilter.ui:283
msgctxt "testxmlfilter|label6"
msgid "Transform file"
msgstr "ፋይል መቀየሪያ"
-#: testxmlfilter.ui:326
+#: filter/uiconfig/ui/testxmlfilter.ui:329
msgctxt "testxmlfilter|label2"
msgid "Import"
msgstr "ማምጫ"
-#: warnpdfdialog.ui:9
+#: filter/uiconfig/ui/warnpdfdialog.ui:19
msgctxt "warnpdfdialog|WarnPDFDialog"
msgid "Problems During PDF Export"
msgstr "PDF በመላክ ላይ እንዳለ ችግር ተፈጥሯል"
-#: warnpdfdialog.ui:15
+#: filter/uiconfig/ui/warnpdfdialog.ui:26
msgctxt "warnpdfdialog|WarnPDFDialog"
msgid "During PDF export the following problems occurred:"
msgstr "PDF በሚላክበት ጊዜ ይህ ችግር ተፈጥሯል:"
-#: xmlfiltersettings.ui:9
+#: filter/uiconfig/ui/xmlfiltersettings.ui:9
msgctxt "xmlfiltersettings|XMLFilterSettingsDialog"
msgid "XML Filter Settings"
msgstr "የ XML ማጣሪያ ማሰናጃዎች"
-#: xmlfiltersettings.ui:24
+#: filter/uiconfig/ui/xmlfiltersettings.ui:24
msgctxt "xmlfiltersettings|new"
msgid "_New..."
msgstr "_አዲስ..."
-#: xmlfiltersettings.ui:38
+#: filter/uiconfig/ui/xmlfiltersettings.ui:38
msgctxt "xmlfiltersettings|edit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
-#: xmlfiltersettings.ui:52
+#: filter/uiconfig/ui/xmlfiltersettings.ui:52
msgctxt "xmlfiltersettings|test"
msgid "_Test XSLTs..."
msgstr "_መሞከሪያ XSLTs..."
-#: xmlfiltersettings.ui:66
+#: filter/uiconfig/ui/xmlfiltersettings.ui:66
msgctxt "xmlfiltersettings|delete"
msgid "_Delete..."
msgstr "_ማጥፊያ..."
-#: xmlfiltersettings.ui:80
+#: filter/uiconfig/ui/xmlfiltersettings.ui:80
msgctxt "xmlfiltersettings|save"
msgid "_Save as Package..."
msgstr "_ማስቀመጫ እንደ ጥቅል ..."
-#: xmlfiltersettings.ui:94
+#: filter/uiconfig/ui/xmlfiltersettings.ui:94
msgctxt "xmlfiltersettings|open"
msgid "_Open Package..."
msgstr "ጥቅል _መክፈቻ..."
-#: xmlfiltersettings.ui:151
+#: filter/uiconfig/ui/xmlfiltersettings.ui:151
msgctxt "xmlfiltersettings|filterlist-atkobject"
msgid "XML Filter List"
msgstr "የ XML ማጣሪያ ዝርዝር"
-#: xmlfiltertabpagegeneral.ui:23
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:22
msgctxt "xmlfiltertabpagegeneral|label2"
msgid "_Filter name:"
msgstr "ስም _ማጣሪያ:"
-#: xmlfiltertabpagegeneral.ui:37
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:36
msgctxt "xmlfiltertabpagegeneral|label3"
msgid "_Application:"
msgstr "_መተግበሪያ:"
-#: xmlfiltertabpagegeneral.ui:51
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:50
msgctxt "xmlfiltertabpagegeneral|label4"
msgid "_Name of file type:"
msgstr "የ ፋይሉ አይነት _ስም:"
-#: xmlfiltertabpagegeneral.ui:65
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:64
msgctxt "xmlfiltertabpagegeneral|label5"
msgid "File _extension:"
msgstr "የ ፋይል _ተጨማሪዎች:"
-#: xmlfiltertabpagegeneral.ui:80
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:78
msgctxt "xmlfiltertabpagegeneral|label6"
msgid "Comment_s:"
msgstr "አስተያየቶ_ች:"
-#: xmlfiltertabpagetransformation.ui:25
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:23
msgctxt "xmlfiltertabpagetransformation|label2"
msgid "_DocType:"
msgstr "የ _ሰነድ አይነት:"
-#: xmlfiltertabpagetransformation.ui:52
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:50
msgctxt "xmlfiltertabpagetransformation|label4"
msgid "_XSLT for export:"
msgstr "_XSLT ለ መላኪያ:"
-#: xmlfiltertabpagetransformation.ui:63
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:62
msgctxt "xmlfiltertabpagetransformation|browseexport"
msgid "Brows_e..."
msgstr "መቃ_ኛ..."
-#: xmlfiltertabpagetransformation.ui:79
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:77
msgctxt "xmlfiltertabpagetransformation|label5"
msgid "XSLT _for import:"
msgstr "XSLT _ለ ማምጫ:"
-#: xmlfiltertabpagetransformation.ui:90
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:89
msgctxt "xmlfiltertabpagetransformation|browseimport"
msgid "B_rowse..."
msgstr "መ_ቃኛ..."
-#: xmlfiltertabpagetransformation.ui:106
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:104
msgctxt "xmlfiltertabpagetransformation|label6"
msgid "Template for _import:"
msgstr "ቴምፕሌት ለ _ማምጫ:"
-#: xmlfiltertabpagetransformation.ui:117
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:116
msgctxt "xmlfiltertabpagetransformation|browsetemp"
msgid "Browse..."
msgstr "መቃኛ..."
-#: xmlfiltertabpagetransformation.ui:175
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:189
msgctxt "xmlfiltertabpagetransformation|filtercb"
msgid "The filter needs XSLT 2.0 processor"
msgstr "ማጣሪያው ይህን የ XSLT 2.0 processor ይፈልጋል"
-#: xsltfilterdialog.ui:8
+#: filter/uiconfig/ui/xsltfilterdialog.ui:8
msgctxt "xsltfilterdialog|XSLTFilterDialog"
msgid "XML Filter: %s"
msgstr "XML ማጣሪያ: %s"
-#: xsltfilterdialog.ui:92
+#: filter/uiconfig/ui/xsltfilterdialog.ui:119
msgctxt "xsltfilterdialog|general"
msgid "General"
msgstr "ባጠቃላይ"
-#: xsltfilterdialog.ui:114
+#: filter/uiconfig/ui/xsltfilterdialog.ui:165
msgctxt "xsltfilterdialog|transformation"
msgid "Transformation"
msgstr "መለወጫ"
diff --git a/source/am/filter/source/config/fragments/filters.po b/source/am/filter/source/config/fragments/filters.po
index d132179b5b0..b71d5259b09 100644
--- a/source/am/filter/source/config/fragments/filters.po
+++ b/source/am/filter/source/config/fragments/filters.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: 2017-12-06 15:59+0100\n"
-"PO-Revision-Date: 2017-12-09 01:12+0000\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
+"PO-Revision-Date: 2018-02-27 23:28+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1512781925.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1519774125.000000\n"
#: ADO_rowset_XML.xcu
msgctxt ""
@@ -40,8 +40,8 @@ msgctxt ""
"Apple Keynote\n"
"UIName\n"
"value.text"
-msgid "Apple Keynote 5"
-msgstr "Apple Keynote 5"
+msgid "Apple Keynote"
+msgstr ""
#: AppleNumbers.xcu
msgctxt ""
@@ -49,8 +49,8 @@ msgctxt ""
"Apple Numbers\n"
"UIName\n"
"value.text"
-msgid "Apple Numbers 2"
-msgstr "Apple Numbers 2"
+msgid "Apple Numbers"
+msgstr ""
#: ApplePages.xcu
msgctxt ""
@@ -58,8 +58,8 @@ msgctxt ""
"Apple Pages\n"
"UIName\n"
"value.text"
-msgid "Apple Pages 4"
-msgstr "Apple Pages 4"
+msgid "Apple Pages"
+msgstr ""
#: BMP___MS_Windows.xcu
msgctxt ""
@@ -322,6 +322,15 @@ msgctxt ""
msgid "Microsoft Excel 2003 XML"
msgstr "Microsoft Excel 2003 XML"
+#: MS_Excel_2003_XML_Orcus.xcu
+msgctxt ""
+"MS_Excel_2003_XML_Orcus.xcu\n"
+"MS Excel 2003 XML Orcus\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 2003 XML"
+msgstr "Microsoft Excel 2003 XML"
+
#: MS_Excel_4_0.xcu
msgctxt ""
"MS_Excel_4_0.xcu\n"
@@ -454,8 +463,8 @@ msgctxt ""
"MS Word 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML"
-msgstr "Microsoft Word 2007-2013 XML"
+msgid "Microsoft Word OOXML"
+msgstr ""
#: MS_Word_2007_XML_Template.xcu
msgctxt ""
@@ -463,8 +472,8 @@ msgctxt ""
"MS Word 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML Template"
-msgstr "Microsoft Word 2007-2013 XML Template"
+msgid "Microsoft Word OOXML Template"
+msgstr ""
#: MS_Word_2007_XML_VBA.xcu
msgctxt ""
@@ -472,8 +481,8 @@ msgctxt ""
"MS Word 2007 XML VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML VBA"
-msgstr "Microsoft Word 2007-2013 XML VBA"
+msgid "Microsoft Word OOXML VBA"
+msgstr ""
#: MS_Word_95.xcu
msgctxt ""
@@ -1273,8 +1282,8 @@ msgctxt ""
"Calc MS Excel 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML"
-msgstr "Microsoft Excel 2007-2013 XML"
+msgid "Microsoft Excel OOXML"
+msgstr ""
#: calc_MS_Excel_2007_XML_Template.xcu
msgctxt ""
@@ -1282,8 +1291,8 @@ msgctxt ""
"Calc MS Excel 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML Template"
-msgstr "Microsoft Excel 2007-2013 XML Template"
+msgid "Microsoft Excel OOXML Template"
+msgstr ""
#: calc_OOXML.xcu
msgctxt ""
@@ -1552,8 +1561,8 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML"
-msgstr "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML"
+msgstr ""
#: impress_MS_PowerPoint_2007_XML_AutoPlay.xcu
msgctxt ""
@@ -1561,8 +1570,8 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML AutoPlay\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML AutoPlay"
-msgstr "Microsoft PowerPoint 2007-2013 XML AutoPlay"
+msgid "Microsoft PowerPoint OOXML AutoPlay"
+msgstr ""
#: impress_MS_PowerPoint_2007_XML_Template.xcu
msgctxt ""
@@ -1570,8 +1579,8 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML Template"
-msgstr "Microsoft PowerPoint 2007-2013 XML Template"
+msgid "Microsoft PowerPoint OOXML Template"
+msgstr ""
#: impress_MS_PowerPoint_2007_XML_VBA.xcu
msgctxt ""
@@ -1579,8 +1588,8 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML VBA"
-msgstr "Microsoft PowerPoint 2007-2013 XML VBA"
+msgid "Microsoft PowerPoint OOXML VBA"
+msgstr ""
#: impress_OOXML.xcu
msgctxt ""
diff --git a/source/am/filter/source/config/fragments/types.po b/source/am/filter/source/config/fragments/types.po
index fa6d5c72018..01c9c879d1d 100644
--- a/source/am/filter/source/config/fragments/types.po
+++ b/source/am/filter/source/config/fragments/types.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
"PO-Revision-Date: 2017-10-06 12:26+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1507292780.000000\n"
#: MS_Excel_2007_Binary.xcu
@@ -40,8 +40,8 @@ msgctxt ""
"MS Excel 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML"
-msgstr "Microsoft Excel 2007-2013 XML"
+msgid "Microsoft Excel OOXML"
+msgstr ""
#: MS_Excel_2007_XML_Template.xcu
msgctxt ""
@@ -49,8 +49,8 @@ msgctxt ""
"MS Excel 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML Template"
-msgstr "Microsoft Excel 2007-2013 XML Template"
+msgid "Microsoft Excel OOXML Template"
+msgstr ""
#: MS_PowerPoint_2007_XML.xcu
msgctxt ""
@@ -58,8 +58,8 @@ msgctxt ""
"MS PowerPoint 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML"
-msgstr "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML"
+msgstr ""
#: MS_PowerPoint_2007_XML_AutoPlay.xcu
msgctxt ""
@@ -67,8 +67,8 @@ msgctxt ""
"MS PowerPoint 2007 XML AutoPlay\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML"
-msgstr "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML"
+msgstr ""
#: MS_PowerPoint_2007_XML_Template.xcu
msgctxt ""
@@ -76,8 +76,8 @@ msgctxt ""
"MS PowerPoint 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML Template"
-msgstr "Microsoft PowerPoint 2007-2013 XML Template"
+msgid "Microsoft PowerPoint OOXML Template"
+msgstr ""
#: MS_PowerPoint_2007_XML_VBA.xcu
msgctxt ""
@@ -85,8 +85,8 @@ msgctxt ""
"MS PowerPoint 2007 XML VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML VBA"
-msgstr "Microsoft PowerPoint 2007-2013 XML VBA"
+msgid "Microsoft PowerPoint OOXML VBA"
+msgstr ""
#: StarBase.xcu
msgctxt ""
@@ -301,8 +301,8 @@ msgctxt ""
"writer_MS_Word_2007\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML"
-msgstr "Microsoft Word 2007-2013 XML"
+msgid "Microsoft Word OOXML"
+msgstr ""
#: writer_MS_Word_2007_XML_Template.xcu
msgctxt ""
@@ -310,8 +310,8 @@ msgctxt ""
"writer_MS_Word_2007_Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML Template"
-msgstr "Microsoft Word 2007-2013 XML Template"
+msgid "Microsoft Word OOXML Template"
+msgstr ""
#: writer_MS_Word_2007_XML_VBA.xcu
msgctxt ""
@@ -319,8 +319,8 @@ msgctxt ""
"writer_MS_Word_2007_VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML VBA"
-msgstr "Microsoft Word 2007-2013 XML VBA"
+msgid "Microsoft Word OOXML VBA"
+msgstr ""
#: writer_ODT_FlatXML.xcu
msgctxt ""
diff --git a/source/am/forms/messages.po b/source/am/forms/messages.po
index 8f7d04044a0..fe184065db5 100644
--- a/source/am/forms/messages.po
+++ b/source/am/forms/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-10-09 18:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,115 +13,115 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1507574189.000000\n"
-#: strings.hrc:25
+#: forms/inc/strings.hrc:25
msgctxt "RID_BASELISTBOX_ERROR_FILLLIST"
msgid "The contents of a combo box or list field could not be determined."
msgstr "ወደ ታች የሚዘረገፍ ሳጥን ወይም ዝርዝር ሜዳ ይዞታዎችን መወሰን አይቻልም"
-#: strings.hrc:26
+#: forms/inc/strings.hrc:26
msgctxt "RID_STR_IMPORT_GRAPHIC"
msgid "Insert Image"
msgstr "ምስል ማስገቢያ"
-#: strings.hrc:27
+#: forms/inc/strings.hrc:27
msgctxt "RID_STR_CONTROL_SUBSTITUTED_NAME"
msgid "substituted"
msgstr "ተቀይሯል"
-#: strings.hrc:28
+#: forms/inc/strings.hrc:28
msgctxt "RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN"
msgid "An error occurred while this control was being loaded. It was therefore replaced with a placeholder."
msgstr "ይህ መቆጣጠሪያ በሚጫንበት ጊዜ ስህተት ተፈጥሯል: ስለዚህም በ ቦታ ያዢ ተቀይሯል"
-#: strings.hrc:29
+#: forms/inc/strings.hrc:29
msgctxt "RID_STR_READERROR"
msgid "Error reading data from database"
msgstr "ስህተት ዳታ ከ ዳታቤዝ ውስጥ በ ማንበብ ላይ እንዳለ"
-#: strings.hrc:30
+#: forms/inc/strings.hrc:30
msgctxt "RID_STR_CONNECTERROR"
msgid "Connection failed"
msgstr "ግንኙነቱ ወድቋል"
-#: strings.hrc:31
+#: forms/inc/strings.hrc:31
msgctxt "RID_ERR_LOADING_FORM"
msgid "The data content could not be loaded."
msgstr "የዳታውን ይዞታ መጫን አልተቻለም"
-#: strings.hrc:32
+#: forms/inc/strings.hrc:32
msgctxt "RID_ERR_REFRESHING_FORM"
msgid "The data content could not be updated"
msgstr "የ ዳታ ይዞታን ማሻሻል አልተቻለም"
-#: strings.hrc:33
+#: forms/inc/strings.hrc:33
msgctxt "RID_STR_ERR_INSERTRECORD"
msgid "Error inserting the new record"
msgstr "ስህተት አዲስ መዝገብ በማስገባት ላይ"
-#: strings.hrc:34
+#: forms/inc/strings.hrc:34
msgctxt "RID_STR_ERR_UPDATERECORD"
msgid "Error updating the current record"
msgstr "ስህተት የአሁኑን መዝገብ በማሻሻል ላይ"
-#: strings.hrc:35
+#: forms/inc/strings.hrc:35
msgctxt "RID_STR_ERR_DELETERECORD"
msgid "Error deleting the current record"
msgstr "ስህተት የአሁኑን መዝገብ በማጥፋት ላይ"
-#: strings.hrc:36
+#: forms/inc/strings.hrc:36
msgctxt "RID_STR_ERR_DELETERECORDS"
msgid "Error deleting the specified records"
msgstr "ስህተት የተወሰነውን መዝገብ በማጥፋት ላይ"
-#: strings.hrc:37
+#: forms/inc/strings.hrc:37
msgctxt "RID_STR_NEED_NON_NULL_OBJECT"
msgid "The object cannot be NULL."
msgstr "አካሉ ባዶ መሆን አይችልም"
-#: strings.hrc:38
+#: forms/inc/strings.hrc:38
msgctxt "RID_STR_OPEN_GRAPHICS"
msgid "Insert Image from..."
msgstr "ምስል ማስገቢያ ከ..."
-#: strings.hrc:39
+#: forms/inc/strings.hrc:39
msgctxt "RID_STR_CLEAR_GRAPHICS"
msgid "Remove Image"
msgstr "ምስል ማስወገጃ"
-#: strings.hrc:40
+#: forms/inc/strings.hrc:40
msgctxt "RID_STR_INVALIDSTREAM"
msgid "The given stream is invalid."
msgstr "የ ተሰጠው ፍሰት ዋጋ የለውም"
-#: strings.hrc:41
+#: forms/inc/strings.hrc:41
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "የአገባብ ስህተት በጥያቄ መግለጫ ላይ"
-#: strings.hrc:42
+#: forms/inc/strings.hrc:42
msgctxt "RID_STR_INCOMPATIBLE_TYPES"
msgid "The value types supported by the binding cannot be used for exchanging data with this control."
msgstr "በጽኑ የተደገፉ የዋጋ አይነቶችን ለዳታ መቀያየሪያ በዚህ መቆጣጠሪያ መጠቀም አይችሉም"
-#: strings.hrc:43
+#: forms/inc/strings.hrc:43
msgctxt "RID_STR_LABEL_RECORD"
msgid "Record"
msgstr "መቅረጫ"
-#: strings.hrc:44
+#: forms/inc/strings.hrc:44
msgctxt "RID_STR_INVALID_VALIDATOR"
msgid "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator."
msgstr "መቆጣጠሪያው ከውጪ ዋጋ ጋር ተያይዟል: በተመሳሳይ ጊዜ እንደ ማረጋገጫም ያገለግላል: አዲስ ማረጋገጫ ከማሰናዳትዎ በፊት በ ቅድሚያ የ ነበረውን የ ማረጋገጫ ዋጋ መሰረዝ ያስፈልጋል"
-#: strings.hrc:45
+#: forms/inc/strings.hrc:45
msgctxt "RID_STR_LABEL_OF"
msgid "of"
msgstr "ከ"
-#: strings.hrc:46
+#: forms/inc/strings.hrc:46
msgctxt "RID_STR_QUERY_SAVE_MODIFIED_ROW"
msgid ""
"The content of the current form has been modified.\n"
@@ -130,182 +130,182 @@ msgstr ""
"የአሁኑ ፎርም ይዞታ ተሻሽሏል \n"
"ለውጦቹን ማስቀመጥ ይፈልጋሉ?"
-#: strings.hrc:47
+#: forms/inc/strings.hrc:47
msgctxt "RID_STR_COULD_NOT_SET_ORDER"
msgid "Error setting the sort criteria"
msgstr "ስህተት መለያ መመዘኛውን በማሰናዳት ላይ"
-#: strings.hrc:48
+#: forms/inc/strings.hrc:48
msgctxt "RID_STR_COULD_NOT_SET_FILTER"
msgid "Error setting the filter criteria"
msgstr "ስህተት ማጣሪያ መመዘኛውን በማሰናዳት ላይ"
-#: strings.hrc:49
+#: forms/inc/strings.hrc:49
msgctxt "RID_STR_FEATURE_REQUIRES_PARAMETERS"
msgid "To execute this function, parameters are needed."
msgstr "ተግባሩን ለማስኬድ ደንቦች ያስፈልጋሉ"
-#: strings.hrc:50
+#: forms/inc/strings.hrc:50
msgctxt "RID_STR_FEATURE_NOT_EXECUTABLE"
msgid "This function cannot be executed, but is only for status queries."
msgstr "ይህን ተግባር ማስኬድ አይችሉም ፡ ነገር ግን ለጥያቄዎች ሁኔታ ብቻ ነው"
-#: strings.hrc:51
+#: forms/inc/strings.hrc:51
msgctxt "RID_STR_FEATURE_UNKNOWN"
msgid "Unknown function."
msgstr "ያልታወቀ ተግባር"
-#: strings.hrc:53
+#: forms/inc/strings.hrc:53
msgctxt "RID_STR_XFORMS_NO_BINDING_EXPRESSION"
msgid "Please enter a binding expression."
msgstr "እባክዎን ጽኑ መግለጭ ያስገቡ"
-#: strings.hrc:54
+#: forms/inc/strings.hrc:54
msgctxt "RID_STR_XFORMS_INVALID_BINDING_EXPRESSION"
msgid "This is an invalid binding expression."
msgstr "ይህ ዋጋ የሌለው ጽኑ መግለጫ ነው"
-#: strings.hrc:55
+#: forms/inc/strings.hrc:55
msgctxt "RID_STR_XFORMS_INVALID_VALUE"
msgid "Value is invalid."
msgstr "ዋጋው ዋጋ የለውም"
-#: strings.hrc:56
+#: forms/inc/strings.hrc:56
msgctxt "RID_STR_XFORMS_REQUIRED"
msgid "A value is required."
msgstr "ዋጋ ያስፈልጋል"
-#: strings.hrc:57
+#: forms/inc/strings.hrc:57
msgctxt "RID_STR_XFORMS_INVALID_CONSTRAINT"
msgid "The constraint '$1' not validated."
msgstr "መግታቱ '$1' አልጸደቀም"
-#: strings.hrc:58
+#: forms/inc/strings.hrc:58
msgctxt "RID_STR_XFORMS_VALUE_IS_NOT_A"
msgid "The value is not of the type '$2'."
msgstr "The value is not of the type '$2'."
-#: strings.hrc:59
+#: forms/inc/strings.hrc:59
msgctxt "RID_STR_XFORMS_VALUE_MAX_INCL"
msgid "The value must be smaller than or equal to $2."
msgstr "ዋጋው ማነስ ወይም እኩል መሆን አለበት ከ $2."
-#: strings.hrc:60
+#: forms/inc/strings.hrc:60
msgctxt "RID_STR_XFORMS_VALUE_MAX_EXCL"
msgid "The value must be smaller than $2."
msgstr "ዋጋው ማነስ አለበት ከ $2."
-#: strings.hrc:61
+#: forms/inc/strings.hrc:61
msgctxt "RID_STR_XFORMS_VALUE_MIN_INCL"
msgid "The value must be greater than or equal to $2."
msgstr "ዋጋው መብለጥ ወይም እኩል መሆን አለበት ከ $2."
-#: strings.hrc:62
+#: forms/inc/strings.hrc:62
msgctxt "RID_STR_XFORMS_VALUE_MIN_EXCL"
msgid "The value must be greater than $2."
msgstr "ዋጋው ከዚህ መብለጥ ይኖርበታል $2"
-#: strings.hrc:63
+#: forms/inc/strings.hrc:63
msgctxt "RID_STR_XFORMS_VALUE_TOTAL_DIGITS"
msgid "$2 digits allowed at most."
msgstr "$2 አሀዝ ይፈቀዳል ከበዛ"
-#: strings.hrc:64
+#: forms/inc/strings.hrc:64
msgctxt "RID_STR_XFORMS_VALUE_FRACTION_DIGITS"
msgid "$2 fraction digits allowed at most."
msgstr "$2 ክፍልፋይ አሀዝ ይፈቀዳል ከበዛ"
-#: strings.hrc:65
+#: forms/inc/strings.hrc:65
msgctxt "RID_STR_XFORMS_VALUE_LENGTH"
msgid "The string must be $2 characters long."
msgstr "የሀረጉ $2 ባህሪዎች መርዘም አለበት"
-#: strings.hrc:66
+#: forms/inc/strings.hrc:66
msgctxt "RID_STR_XFORMS_VALUE_MIN_LENGTH"
msgid "The string must be at least $2 characters long."
msgstr "ሀረጉ ቢያንስ $2 ባህሪዎች መርዘም አለበት"
-#: strings.hrc:67
+#: forms/inc/strings.hrc:67
msgctxt "RID_STR_XFORMS_VALUE_MAX_LENGTH"
msgid "The string can only be $2 characters long at most."
msgstr "ሀረጉ ቢበዛ $2 ባህሪዎች መርዘም አለበት"
-#: strings.hrc:68
+#: forms/inc/strings.hrc:68
msgctxt "RID_STR_DATATYPE_STRING"
msgid "String"
msgstr "ሀረግ"
-#: strings.hrc:69
+#: forms/inc/strings.hrc:69
msgctxt "RID_STR_DATATYPE_URL"
msgid "Hyperlink"
msgstr "Hyperlink"
-#: strings.hrc:70
+#: forms/inc/strings.hrc:70
msgctxt "RID_STR_DATATYPE_BOOLEAN"
msgid "True/False (Boolean)"
msgstr "እውነት/ሀሰት (ቡሊያን)"
-#: strings.hrc:71
+#: forms/inc/strings.hrc:71
msgctxt "RID_STR_DATATYPE_DECIMAL"
msgid "Decimal"
msgstr "ዴሲማል"
-#: strings.hrc:72
+#: forms/inc/strings.hrc:72
msgctxt "RID_STR_DATATYPE_FLOAT"
msgid "Floating point"
msgstr "ማንሳፈፊያ ነጥብ"
-#: strings.hrc:73
+#: forms/inc/strings.hrc:73
msgctxt "RID_STR_DATATYPE_DOUBLE"
msgid "Double"
msgstr "ድርብ"
-#: strings.hrc:74
+#: forms/inc/strings.hrc:74
msgctxt "RID_STR_DATATYPE_DATE"
msgid "Date"
msgstr "ቀን"
-#: strings.hrc:75
+#: forms/inc/strings.hrc:75
msgctxt "RID_STR_DATATYPE_TIME"
msgid "Time"
msgstr "ሰአት"
-#: strings.hrc:76
+#: forms/inc/strings.hrc:76
msgctxt "RID_STR_DATATYPE_DATETIME"
msgid "Date and Time"
msgstr "ቀን እና ሰአት"
-#: strings.hrc:77
+#: forms/inc/strings.hrc:77
msgctxt "RID_STR_DATATYPE_YEAR"
msgid "Year"
msgstr "አመት"
-#: strings.hrc:78
+#: forms/inc/strings.hrc:78
msgctxt "RID_STR_DATATYPE_MONTH"
msgid "Month"
msgstr "ወር"
-#: strings.hrc:79
+#: forms/inc/strings.hrc:79
msgctxt "RID_STR_DATATYPE_DAY"
msgid "Day"
msgstr "ቀን"
-#: strings.hrc:80
+#: forms/inc/strings.hrc:80
msgctxt "RID_STR_XFORMS_CANT_EVALUATE"
msgid "Error during evaluation"
msgstr "ስህተት በግምገማ ላይ እንዳለ"
-#: strings.hrc:81
+#: 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 "ሀረጉ '$1' ከሚፈለገው መደበኛ አገላለጽ ጋር አይመሳሰልም '$2'."
-#: strings.hrc:82
+#: forms/inc/strings.hrc:82
msgctxt "RID_STR_XFORMS_BINDING_UI_NAME"
msgid "Binding"
msgstr "ጽኑ"
-#: strings.hrc:83
+#: forms/inc/strings.hrc:83
msgctxt "RID_STR_XFORMS_CANT_REMOVE_TYPE"
msgid "This is a built-in type and cannot be removed."
msgstr "ይህ አብሮ-የተገነባ አይነት ነው እና ማስወገድ አይቻልም"
diff --git a/source/am/formula/messages.po b/source/am/formula/messages.po
index 6a5f8daecef..4fee19488d7 100644
--- a/source/am/formula/messages.po
+++ b/source/am/formula/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
"PO-Revision-Date: 2018-01-08 03:32+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,2202 +13,2202 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1515382324.000000\n"
-#: core_resource.hrc:2258
+#: formula/inc/core_resource.hrc:2258
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IF"
msgstr "ከሆነ"
-#: core_resource.hrc:2259
+#: formula/inc/core_resource.hrc:2259
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IFERROR"
msgstr "ስህተት ከሆነ"
-#: core_resource.hrc:2260
+#: formula/inc/core_resource.hrc:2260
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IFNA"
msgstr "ከሆነ ዝአ"
-#: core_resource.hrc:2261
+#: formula/inc/core_resource.hrc:2261
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHOOSE"
msgstr "ይምረጡ"
-#: core_resource.hrc:2262
+#: formula/inc/core_resource.hrc:2262
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#All"
msgstr "#ሁሉንም"
-#: core_resource.hrc:2263
+#: formula/inc/core_resource.hrc:2263
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Headers"
msgstr "#ራስጌዎች"
-#: core_resource.hrc:2264
+#: formula/inc/core_resource.hrc:2264
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Data"
msgstr "#ዳታ"
-#: core_resource.hrc:2265
+#: formula/inc/core_resource.hrc:2265
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Totals"
msgstr "#ጠቅላላ"
-#: core_resource.hrc:2266
+#: formula/inc/core_resource.hrc:2266
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#This Row"
msgstr "#ይህ ረድፍ"
-#: core_resource.hrc:2267
+#: formula/inc/core_resource.hrc:2267
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AND"
msgstr "እና"
-#: core_resource.hrc:2268
+#: formula/inc/core_resource.hrc:2268
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "OR"
msgstr "ወይንም"
-#: core_resource.hrc:2269
+#: formula/inc/core_resource.hrc:2269
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "XOR"
msgstr "Xወይንም"
-#: core_resource.hrc:2270
+#: formula/inc/core_resource.hrc:2270
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NOT"
msgstr "አይደለም"
-#: core_resource.hrc:2271
+#: formula/inc/core_resource.hrc:2271
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NEG"
msgstr "አሉታዊ"
-#: core_resource.hrc:2272
+#: formula/inc/core_resource.hrc:2272
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PI"
msgstr "ፓይ"
#. ???
-#: core_resource.hrc:2273
+#: formula/inc/core_resource.hrc:2273
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RAND"
msgstr "በደፈናው"
-#: core_resource.hrc:2274
+#: formula/inc/core_resource.hrc:2274
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRUE"
msgstr "እውነት"
-#: core_resource.hrc:2275
+#: formula/inc/core_resource.hrc:2275
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FALSE"
msgstr "ሀሰት"
-#: core_resource.hrc:2276
+#: formula/inc/core_resource.hrc:2276
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TODAY"
msgstr "ዛሬ"
-#: core_resource.hrc:2277
+#: formula/inc/core_resource.hrc:2277
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NOW"
msgstr "አሁን"
-#: core_resource.hrc:2278
+#: formula/inc/core_resource.hrc:2278
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NA"
msgstr "ዝአ"
-#: core_resource.hrc:2279
+#: formula/inc/core_resource.hrc:2279
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CURRENT"
msgstr "የ አሁኑ"
-#: core_resource.hrc:2280
+#: formula/inc/core_resource.hrc:2280
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DEGREES"
msgstr "ዲግሪዎች"
-#: core_resource.hrc:2281
+#: formula/inc/core_resource.hrc:2281
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RADIANS"
msgstr "ራዲያንስ"
-#: core_resource.hrc:2282
+#: formula/inc/core_resource.hrc:2282
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SIN"
msgstr "ሳይን"
-#: core_resource.hrc:2283
+#: formula/inc/core_resource.hrc:2283
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COS"
msgstr "ኮስ"
-#: core_resource.hrc:2284
+#: formula/inc/core_resource.hrc:2284
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TAN"
msgstr "ታንጀንት"
-#: core_resource.hrc:2285
+#: formula/inc/core_resource.hrc:2285
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COT"
msgstr "ኮታንጀንት"
-#: core_resource.hrc:2286
+#: formula/inc/core_resource.hrc:2286
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ASIN"
msgstr "አርክ ሳይን"
-#: core_resource.hrc:2287
+#: formula/inc/core_resource.hrc:2287
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOS"
msgstr "አርክ ኮሳይን"
-#: core_resource.hrc:2288
+#: formula/inc/core_resource.hrc:2288
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ATAN"
msgstr "አርክ ታንጀንት"
-#: core_resource.hrc:2289
+#: formula/inc/core_resource.hrc:2289
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOT"
msgstr "አርክ ኮታንጀንት"
-#: core_resource.hrc:2290
+#: formula/inc/core_resource.hrc:2290
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SINH"
msgstr "ሀይፐርቦሊክ ሳይን"
-#: core_resource.hrc:2291
+#: formula/inc/core_resource.hrc:2291
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COSH"
msgstr "ሀይፐርቦሊክ ኮሳይን"
-#: core_resource.hrc:2292
+#: formula/inc/core_resource.hrc:2292
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TANH"
msgstr "ሀይፐርቦሊክ ታንጀንት"
-#: core_resource.hrc:2293
+#: formula/inc/core_resource.hrc:2293
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COTH"
msgstr "ሀይፐርቦሊክ ኮታንጀንት"
-#: core_resource.hrc:2294
+#: formula/inc/core_resource.hrc:2294
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ASINH"
msgstr "ግልባጭ ሀይፐርቦሊክ ሳይን"
-#: core_resource.hrc:2295
+#: formula/inc/core_resource.hrc:2295
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOSH"
msgstr "ግልባጭ ሀይፐርቦሊክ ኮሳይን"
-#: core_resource.hrc:2296
+#: formula/inc/core_resource.hrc:2296
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ATANH"
msgstr "ግልባጭ ሀይፐርቦሊክ ታንጀንት"
-#: core_resource.hrc:2297
+#: formula/inc/core_resource.hrc:2297
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOTH"
msgstr "ግልባጭ ሀይፐርቦሊክ ኮታንጀንት"
-#: core_resource.hrc:2298
+#: formula/inc/core_resource.hrc:2298
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CSC"
msgstr "ኮሴካንት"
-#: core_resource.hrc:2299
+#: formula/inc/core_resource.hrc:2299
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEC"
msgstr "ሴካንት"
-#: core_resource.hrc:2300
+#: formula/inc/core_resource.hrc:2300
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CSCH"
msgstr "ሀይፐርቦሊክ ኮሴካንት"
-#: core_resource.hrc:2301
+#: formula/inc/core_resource.hrc:2301
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SECH"
msgstr "ሀይፐርቦሊክ ሴካንት"
-#: core_resource.hrc:2302
+#: formula/inc/core_resource.hrc:2302
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXP"
msgstr "ኤክስፖነንት"
-#: core_resource.hrc:2303
+#: formula/inc/core_resource.hrc:2303
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LN"
msgstr "ተፈጥሯዊ ሎጋሪዝም"
-#: core_resource.hrc:2304
+#: formula/inc/core_resource.hrc:2304
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SQRT"
msgstr "ስኴር ሩት"
-#: core_resource.hrc:2305
+#: formula/inc/core_resource.hrc:2305
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FACT"
msgstr "የ ቁጥር ፋክቶሪያል"
-#: core_resource.hrc:2306
+#: formula/inc/core_resource.hrc:2306
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "YEAR"
msgstr "አመት"
-#: core_resource.hrc:2307
+#: formula/inc/core_resource.hrc:2307
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MONTH"
msgstr "ወር"
-#: core_resource.hrc:2308
+#: formula/inc/core_resource.hrc:2308
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAY"
msgstr "ቀን"
-#: core_resource.hrc:2309
+#: formula/inc/core_resource.hrc:2309
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HOUR"
msgstr "ሰአት"
-#: core_resource.hrc:2310
+#: formula/inc/core_resource.hrc:2310
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINUTE"
msgstr "ደቂቃ"
-#: core_resource.hrc:2311
+#: formula/inc/core_resource.hrc:2311
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SECOND"
msgstr "ሰከንድ"
-#: core_resource.hrc:2312
+#: formula/inc/core_resource.hrc:2312
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SIGN"
msgstr "SIGN"
-#: core_resource.hrc:2313
+#: formula/inc/core_resource.hrc:2313
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ABS"
msgstr "ፍጹም"
-#: core_resource.hrc:2314
+#: formula/inc/core_resource.hrc:2314
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INT"
msgstr "ቁጥር ማጠጋጊያ ወደ ታች ኢንቲጀር"
-#: core_resource.hrc:2315
+#: formula/inc/core_resource.hrc:2315
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PHI"
msgstr "PHI"
-#: core_resource.hrc:2316
+#: formula/inc/core_resource.hrc:2316
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAUSS"
msgstr "ጋኡስ"
-#: core_resource.hrc:2317
+#: formula/inc/core_resource.hrc:2317
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISBLANK"
msgstr "ባዶ ነው"
-#: core_resource.hrc:2318
+#: formula/inc/core_resource.hrc:2318
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISTEXT"
msgstr "ጽሁፍ ነው"
-#: core_resource.hrc:2319
+#: formula/inc/core_resource.hrc:2319
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISNONTEXT"
msgstr "ጽሁፍ አይደለም"
-#: core_resource.hrc:2320
+#: formula/inc/core_resource.hrc:2320
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISLOGICAL"
msgstr "ሎጂካል ነው"
-#: core_resource.hrc:2321
+#: formula/inc/core_resource.hrc:2321
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TYPE"
msgstr "አይነት"
-#: core_resource.hrc:2322
+#: formula/inc/core_resource.hrc:2322
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CELL"
msgstr "ክፍል"
-#: core_resource.hrc:2323
+#: formula/inc/core_resource.hrc:2323
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISREF"
msgstr "ማመሳከሪያ ነው"
-#: core_resource.hrc:2324
+#: formula/inc/core_resource.hrc:2324
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISNUMBER"
msgstr "ቁጥር ነው"
-#: core_resource.hrc:2325
+#: formula/inc/core_resource.hrc:2325
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISFORMULA"
msgstr "መቀመሪያ ነው"
-#: core_resource.hrc:2326
+#: formula/inc/core_resource.hrc:2326
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISNA"
msgstr "ዝ/አ"
-#: core_resource.hrc:2327
+#: formula/inc/core_resource.hrc:2327
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISERR"
msgstr "የ ስህተት ዋጋ"
-#: core_resource.hrc:2328
+#: formula/inc/core_resource.hrc:2328
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISERROR"
msgstr "ስህተት ነው"
-#: core_resource.hrc:2329
+#: formula/inc/core_resource.hrc:2329
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISEVEN"
msgstr "ሙሉ ነው"
-#: core_resource.hrc:2330
+#: formula/inc/core_resource.hrc:2330
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISODD"
msgstr "ጎዶሎ ነው"
-#: core_resource.hrc:2331
+#: formula/inc/core_resource.hrc:2331
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "N"
msgstr "N"
-#: core_resource.hrc:2332
+#: formula/inc/core_resource.hrc:2332
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DATEVALUE"
msgstr "የ ቀን ዋጋ"
-#: core_resource.hrc:2333
+#: formula/inc/core_resource.hrc:2333
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TIMEVALUE"
msgstr "የ ሰአት ዋጋ"
-#: core_resource.hrc:2334
+#: formula/inc/core_resource.hrc:2334
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CODE"
msgstr "ኮድ"
-#: core_resource.hrc:2335
+#: formula/inc/core_resource.hrc:2335
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRIM"
msgstr "መከርከሚያ"
-#: core_resource.hrc:2336
+#: formula/inc/core_resource.hrc:2336
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "UPPER"
msgstr "የላይኛው"
-#: core_resource.hrc:2337
+#: formula/inc/core_resource.hrc:2337
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PROPER"
msgstr "መደበኛ"
-#: core_resource.hrc:2338
+#: formula/inc/core_resource.hrc:2338
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOWER"
msgstr "ዝቅተኛ"
-#: core_resource.hrc:2339
+#: formula/inc/core_resource.hrc:2339
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LEN"
msgstr "እርዝመት"
-#: core_resource.hrc:2340
+#: formula/inc/core_resource.hrc:2340
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T"
msgstr "T"
-#: core_resource.hrc:2341
+#: formula/inc/core_resource.hrc:2341
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VALUE"
msgstr "ዋጋ"
-#: core_resource.hrc:2342
+#: formula/inc/core_resource.hrc:2342
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CLEAN"
msgstr "ማጽጃ"
-#: core_resource.hrc:2343
+#: formula/inc/core_resource.hrc:2343
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHAR"
msgstr "ባህሪ"
-#: core_resource.hrc:2344
+#: formula/inc/core_resource.hrc:2344
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "JIS"
msgstr "JIS"
-#: core_resource.hrc:2345
+#: formula/inc/core_resource.hrc:2345
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ASC"
msgstr "ASC"
-#: core_resource.hrc:2346
+#: formula/inc/core_resource.hrc:2346
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "UNICODE"
msgstr "ዩኒኮድ"
-#: core_resource.hrc:2347
+#: formula/inc/core_resource.hrc:2347
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "UNICHAR"
msgstr "የ ዩኒኮድ ባህሪ"
-#: core_resource.hrc:2348
+#: formula/inc/core_resource.hrc:2348
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOG10"
msgstr "ሎግ10"
-#: core_resource.hrc:2349
+#: formula/inc/core_resource.hrc:2349
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EVEN"
msgstr "ሙሉ"
-#: core_resource.hrc:2350
+#: formula/inc/core_resource.hrc:2350
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ODD"
msgstr "ጎዶሎ"
-#: core_resource.hrc:2351
+#: formula/inc/core_resource.hrc:2351
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMSDIST"
msgstr "መደበኛ ስርጭት"
-#: core_resource.hrc:2352
+#: formula/inc/core_resource.hrc:2352
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.S.DIST"
msgstr "የተጠራቀመ ስርጭት ተግባር"
-#: core_resource.hrc:2353
+#: formula/inc/core_resource.hrc:2353
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FISHER"
msgstr "FISHER"
-#: core_resource.hrc:2354
+#: formula/inc/core_resource.hrc:2354
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FISHERINV"
msgstr "FISHERINV"
-#: core_resource.hrc:2355
+#: formula/inc/core_resource.hrc:2355
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMSINV"
msgstr "NORMSINV"
-#: core_resource.hrc:2356
+#: formula/inc/core_resource.hrc:2356
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.S.INV"
msgstr "NORM.S.INV"
-#: core_resource.hrc:2357
+#: formula/inc/core_resource.hrc:2357
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMALN"
msgstr "የ ጋማ ሎጋሪዝም"
-#: core_resource.hrc:2358
+#: formula/inc/core_resource.hrc:2358
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMALN.PRECISE"
msgstr "የ ጋማ ሎጋሪዝም.ትክክለኛ"
-#: core_resource.hrc:2359
+#: formula/inc/core_resource.hrc:2359
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERRORTYPE"
msgstr "የ ስህተት አይነት"
-#: core_resource.hrc:2360
+#: formula/inc/core_resource.hrc:2360
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERROR.TYPE"
msgstr "የ ስህተት.አይነት"
-#: core_resource.hrc:2361
+#: formula/inc/core_resource.hrc:2361
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORMULA"
msgstr "መቀመሪያ"
-#: core_resource.hrc:2362
+#: formula/inc/core_resource.hrc:2362
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ARABIC"
msgstr "አረብኛ"
-#: core_resource.hrc:2363
+#: formula/inc/core_resource.hrc:2363
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ATAN2"
msgstr "ግልባጭ ታንጀንት2"
-#: core_resource.hrc:2364
+#: formula/inc/core_resource.hrc:2364
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING.MATH"
msgstr "ጣራ.ሂሳብ"
-#: core_resource.hrc:2365
+#: formula/inc/core_resource.hrc:2365
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING"
msgstr "ጣራ"
-#: core_resource.hrc:2366
+#: formula/inc/core_resource.hrc:2366
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING.XCL"
msgstr "ጣራ.XCL"
-#: core_resource.hrc:2367
+#: formula/inc/core_resource.hrc:2367
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING.PRECISE"
msgstr "ጣራ.ትክክል"
-#: core_resource.hrc:2368
+#: formula/inc/core_resource.hrc:2368
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISO.CEILING"
msgstr "ISO.ጣራ"
-#: core_resource.hrc:2369
+#: formula/inc/core_resource.hrc:2369
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR"
msgstr "ወለል"
-#: core_resource.hrc:2370
+#: formula/inc/core_resource.hrc:2370
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR.XCL"
msgstr "ወለል.XCL"
-#: core_resource.hrc:2371
+#: formula/inc/core_resource.hrc:2371
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR.MATH"
msgstr "የ ወለል.ሂሳብ"
-#: core_resource.hrc:2372
+#: formula/inc/core_resource.hrc:2372
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR.PRECISE"
msgstr "ወለል.ትክክለኛ"
-#: core_resource.hrc:2373
+#: formula/inc/core_resource.hrc:2373
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUND"
msgstr "ማጠጋጊያ"
-#: core_resource.hrc:2374
+#: formula/inc/core_resource.hrc:2374
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUNDUP"
msgstr "ማጠጋጊያ ወደ ላይ"
-#: core_resource.hrc:2375
+#: formula/inc/core_resource.hrc:2375
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUNDDOWN"
msgstr "ማጠጋጊያ ወደ ታች"
-#: core_resource.hrc:2376
+#: formula/inc/core_resource.hrc:2376
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRUNC"
msgstr "ማሳጠሪያ"
-#: core_resource.hrc:2377
+#: formula/inc/core_resource.hrc:2377
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOG"
msgstr "ሎግ"
-#: core_resource.hrc:2378
+#: formula/inc/core_resource.hrc:2378
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POWER"
msgstr "ሀይል"
-#: core_resource.hrc:2379
+#: formula/inc/core_resource.hrc:2379
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GCD"
msgstr "ትልቁ የ ጋራ አካፋይ"
-#: core_resource.hrc:2380
+#: formula/inc/core_resource.hrc:2380
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LCM"
msgstr "ትንሹ የ ጋራ አካፋይ"
-#: core_resource.hrc:2381
+#: formula/inc/core_resource.hrc:2381
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MOD"
msgstr "ዘዴ"
-#: core_resource.hrc:2382
+#: formula/inc/core_resource.hrc:2382
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMPRODUCT"
msgstr "የ ውጤቶች ድምር"
-#: core_resource.hrc:2383
+#: formula/inc/core_resource.hrc:2383
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMSQ"
msgstr "ድምር የ ስኴር"
-#: core_resource.hrc:2384
+#: formula/inc/core_resource.hrc:2384
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMX2MY2"
msgstr "ድምርX2MY2"
-#: core_resource.hrc:2385
+#: formula/inc/core_resource.hrc:2385
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMX2PY2"
msgstr "ድምርX2PY2"
-#: core_resource.hrc:2386
+#: formula/inc/core_resource.hrc:2386
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMXMY2"
msgstr "ድምርXMY2"
-#: core_resource.hrc:2387
+#: formula/inc/core_resource.hrc:2387
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DATE"
msgstr "ቀን"
-#: core_resource.hrc:2388
+#: formula/inc/core_resource.hrc:2388
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TIME"
msgstr "ሰአት"
-#: core_resource.hrc:2389
+#: formula/inc/core_resource.hrc:2389
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAYS"
msgstr "ቀኖች"
-#: core_resource.hrc:2390
+#: formula/inc/core_resource.hrc:2390
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAYS360"
msgstr "ቀኖች360"
-#: core_resource.hrc:2391
+#: formula/inc/core_resource.hrc:2391
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DATEDIF"
msgstr "ቀን ከሆነ"
-#: core_resource.hrc:2392
+#: formula/inc/core_resource.hrc:2392
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MIN"
msgstr "አነስተኛ"
-#: core_resource.hrc:2393
+#: formula/inc/core_resource.hrc:2393
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINA"
msgstr "አነስተኛ የ ክርክር ዝርዝር"
-#: core_resource.hrc:2394
+#: formula/inc/core_resource.hrc:2394
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAX"
msgstr "ከፍተኛ"
-#: core_resource.hrc:2395
+#: formula/inc/core_resource.hrc:2395
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAXA"
msgstr "ከፍተኛ የ ክርክር ዝርዝር"
-#: core_resource.hrc:2396
+#: formula/inc/core_resource.hrc:2396
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUM"
msgstr "ድምር"
-#: core_resource.hrc:2397
+#: formula/inc/core_resource.hrc:2397
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PRODUCT"
msgstr "ውጤት"
-#: core_resource.hrc:2398
+#: formula/inc/core_resource.hrc:2398
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGE"
msgstr "መካከለኛ"
-#: core_resource.hrc:2399
+#: formula/inc/core_resource.hrc:2399
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGEA"
msgstr "መካከለኛ ዋጋ"
-#: core_resource.hrc:2400
+#: formula/inc/core_resource.hrc:2400
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNT"
msgstr "መቁጠሪያ"
-#: core_resource.hrc:2401
+#: formula/inc/core_resource.hrc:2401
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTA"
msgstr "ክርክር መቁጠሪያ"
-#: core_resource.hrc:2402
+#: formula/inc/core_resource.hrc:2402
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NPV"
msgstr "የ አሁኑ ካፒታል ዋጋ"
-#: core_resource.hrc:2403
+#: formula/inc/core_resource.hrc:2403
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IRR"
msgstr "የ ውስጥ መጠን ይመልሳል"
-#: core_resource.hrc:2404
+#: formula/inc/core_resource.hrc:2404
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MIRR"
msgstr "የተሻሻለ የ ውስጥ መጠን ይመልሳል"
-#: core_resource.hrc:2405
+#: formula/inc/core_resource.hrc:2405
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISPMT"
msgstr "ወለድ በ ተወሰነ መጠን ጊዜ ውስጥ"
-#: core_resource.hrc:2406
+#: formula/inc/core_resource.hrc:2406
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VAR"
msgstr "የ ልዩነት ናሙና"
-#: core_resource.hrc:2407
+#: formula/inc/core_resource.hrc:2407
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VARA"
msgstr "VARA"
-#: core_resource.hrc:2408
+#: formula/inc/core_resource.hrc:2408
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VARP"
msgstr "የ ጠቅላላ ሕዝብ ልዩነት"
-#: core_resource.hrc:2409
+#: formula/inc/core_resource.hrc:2409
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VARPA"
msgstr "የ ጠቅላላ ህዝብ ልዩነትማስሊያ"
-#: core_resource.hrc:2410
+#: formula/inc/core_resource.hrc:2410
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VAR.P"
msgstr "VAR.P"
-#: core_resource.hrc:2411
+#: formula/inc/core_resource.hrc:2411
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VAR.S"
msgstr "VAR.S"
-#: core_resource.hrc:2412
+#: formula/inc/core_resource.hrc:2412
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEV"
msgstr "STDEV"
-#: core_resource.hrc:2413
+#: formula/inc/core_resource.hrc:2413
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEVA"
msgstr "STDEVA"
-#: core_resource.hrc:2414
+#: formula/inc/core_resource.hrc:2414
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEVP"
msgstr "STDEVP"
-#: core_resource.hrc:2415
+#: formula/inc/core_resource.hrc:2415
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEVPA"
msgstr "STDEVPA"
-#: core_resource.hrc:2416
+#: formula/inc/core_resource.hrc:2416
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEV.P"
msgstr "STDEV.P"
-#: core_resource.hrc:2417
+#: formula/inc/core_resource.hrc:2417
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEV.S"
msgstr "STDEV.S"
-#: core_resource.hrc:2418
+#: formula/inc/core_resource.hrc:2418
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "B"
msgstr "B"
-#: core_resource.hrc:2419
+#: formula/inc/core_resource.hrc:2419
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMDIST"
msgstr "መደበኛ ስርጭት"
-#: core_resource.hrc:2420
+#: formula/inc/core_resource.hrc:2420
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.DIST"
msgstr "መደበኛ.ስርጭት"
-#: core_resource.hrc:2421
+#: formula/inc/core_resource.hrc:2421
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXPONDIST"
msgstr "የ ኤክስፖኔንሺያል ስርጭት"
-#: core_resource.hrc:2422
+#: formula/inc/core_resource.hrc:2422
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXPON.DIST"
msgstr "የ ኤክስፖኔንሺያል.ስርጭት"
-#: core_resource.hrc:2423
+#: formula/inc/core_resource.hrc:2423
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BINOMDIST"
msgstr "የ ባይኖሚያል ስርጭት"
-#: core_resource.hrc:2424
+#: formula/inc/core_resource.hrc:2424
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BINOM.DIST"
msgstr "የ ባይኖሚያል.ስርጭት"
-#: core_resource.hrc:2425
+#: formula/inc/core_resource.hrc:2425
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POISSON"
msgstr "POISSON"
-#: core_resource.hrc:2426
+#: formula/inc/core_resource.hrc:2426
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POISSON.DIST"
msgstr "POISSON.DIST"
-#: core_resource.hrc:2427
+#: formula/inc/core_resource.hrc:2427
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COMBIN"
msgstr "መቀላቀያ"
-#: core_resource.hrc:2428
+#: formula/inc/core_resource.hrc:2428
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COMBINA"
msgstr "ንዑስ ስብስብ መቀላቀያ"
-#: core_resource.hrc:2429
+#: formula/inc/core_resource.hrc:2429
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERMUT"
msgstr "PERMUT"
-#: core_resource.hrc:2430
+#: formula/inc/core_resource.hrc:2430
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERMUTATIONA"
msgstr "PERMUTATIONA"
-#: core_resource.hrc:2431
+#: formula/inc/core_resource.hrc:2431
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PV"
msgstr "የ አሁኑ ዋጋ"
-#: core_resource.hrc:2432
+#: formula/inc/core_resource.hrc:2432
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SYD"
msgstr "ዋጋው የሚቀንሰው በ አመት"
-#: core_resource.hrc:2433
+#: formula/inc/core_resource.hrc:2433
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DDB"
msgstr "DDB"
-#: core_resource.hrc:2434
+#: formula/inc/core_resource.hrc:2434
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DB"
msgstr "DB"
-#: core_resource.hrc:2435
+#: formula/inc/core_resource.hrc:2435
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VDB"
msgstr "ንብረቱ የሚቀንሰው በ አመት ውስጥ"
-#: core_resource.hrc:2436
+#: formula/inc/core_resource.hrc:2436
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PDURATION"
msgstr "የሚፈጀው ጊዜ"
-#: core_resource.hrc:2437
+#: formula/inc/core_resource.hrc:2437
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SLN"
msgstr "SLN"
-#: core_resource.hrc:2438
+#: formula/inc/core_resource.hrc:2438
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PMT"
msgstr "PMT"
-#: core_resource.hrc:2439
+#: formula/inc/core_resource.hrc:2439
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COLUMNS"
msgstr "አምዶች"
-#: core_resource.hrc:2440
+#: formula/inc/core_resource.hrc:2440
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROWS"
msgstr "ረድፎች"
-#: core_resource.hrc:2441
+#: formula/inc/core_resource.hrc:2441
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SHEETS"
msgstr "ወረቀቶች"
-#: core_resource.hrc:2442
+#: formula/inc/core_resource.hrc:2442
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COLUMN"
msgstr "አምድ"
-#: core_resource.hrc:2443
+#: formula/inc/core_resource.hrc:2443
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROW"
msgstr "ረድፍ"
-#: core_resource.hrc:2444
+#: formula/inc/core_resource.hrc:2444
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SHEET"
msgstr "ወረቀት"
-#: core_resource.hrc:2445
+#: formula/inc/core_resource.hrc:2445
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RRI"
msgstr "RRI"
-#: core_resource.hrc:2446
+#: formula/inc/core_resource.hrc:2446
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FV"
msgstr "FV"
-#: core_resource.hrc:2447
+#: formula/inc/core_resource.hrc:2447
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NPER"
msgstr "የ ጊዜ ቁጥር"
-#: core_resource.hrc:2448
+#: formula/inc/core_resource.hrc:2448
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RATE"
msgstr "የ ወለድ መጠን"
-#: core_resource.hrc:2449
+#: formula/inc/core_resource.hrc:2449
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IPMT"
msgstr "የ ተወሰነ መጠን ወለድ ለ እዳው"
-#: core_resource.hrc:2450
+#: formula/inc/core_resource.hrc:2450
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PPMT"
msgstr "PPMT"
-#: core_resource.hrc:2451
+#: formula/inc/core_resource.hrc:2451
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CUMIPMT"
msgstr "ከ ጠቅላላ እዳው የ ተከፈለው ወለድ"
-#: core_resource.hrc:2452
+#: formula/inc/core_resource.hrc:2452
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CUMPRINC"
msgstr "ከ እዳው ጠቅላላ የ ተከፈለው"
-#: core_resource.hrc:2453
+#: formula/inc/core_resource.hrc:2453
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EFFECT"
msgstr "ውጤት"
-#: core_resource.hrc:2454
+#: formula/inc/core_resource.hrc:2454
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NOMINAL"
msgstr "አነስተኛ"
-#: core_resource.hrc:2455
+#: formula/inc/core_resource.hrc:2455
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUBTOTAL"
msgstr "ንዑስ ድምር"
-#: core_resource.hrc:2456
+#: formula/inc/core_resource.hrc:2456
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DSUM"
msgstr "ዳታ ድምር"
-#: core_resource.hrc:2457
+#: formula/inc/core_resource.hrc:2457
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DCOUNT"
msgstr "ዳታ መቁጠሪያ"
-#: core_resource.hrc:2458
+#: formula/inc/core_resource.hrc:2458
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DCOUNTA"
msgstr "መቁጠሪያ ባዶ ያልሆነ"
-#: core_resource.hrc:2459
+#: formula/inc/core_resource.hrc:2459
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAVERAGE"
msgstr "መካከለኛ ዳታ"
-#: core_resource.hrc:2460
+#: formula/inc/core_resource.hrc:2460
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DGET"
msgstr "ዳታ ማግኛ"
-#: core_resource.hrc:2461
+#: formula/inc/core_resource.hrc:2461
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DMAX"
msgstr "ከፍተኛ ዳታ"
-#: core_resource.hrc:2462
+#: formula/inc/core_resource.hrc:2462
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DMIN"
msgstr "አነስተኛ ዳታ"
-#: core_resource.hrc:2463
+#: formula/inc/core_resource.hrc:2463
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DPRODUCT"
msgstr "የ ዳታ ውጤት"
-#: core_resource.hrc:2464
+#: formula/inc/core_resource.hrc:2464
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DSTDEV"
msgstr "ናሙና መደበኛ ልዩነት"
-#: core_resource.hrc:2465
+#: formula/inc/core_resource.hrc:2465
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DSTDEVP"
msgstr "መደበኛ ልዩነት ለ ዳታቤዝ"
-#: core_resource.hrc:2466
+#: formula/inc/core_resource.hrc:2466
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DVAR"
msgstr "የ ዳታቤዝ ልዩነት"
-#: core_resource.hrc:2467
+#: formula/inc/core_resource.hrc:2467
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DVARP"
msgstr "የ ዳታቤዝ የ ሕዝብ ልዩነት"
-#: core_resource.hrc:2468
+#: formula/inc/core_resource.hrc:2468
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INDIRECT"
msgstr "በ ተዘዋዋሪ"
-#: core_resource.hrc:2469
+#: formula/inc/core_resource.hrc:2469
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ADDRESS"
msgstr "አድራሻ"
-#: core_resource.hrc:2470
+#: formula/inc/core_resource.hrc:2470
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MATCH"
msgstr "ተመሳሳይ"
-#: core_resource.hrc:2471
+#: formula/inc/core_resource.hrc:2471
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTBLANK"
msgstr "ባዶ መቁጠሪያ"
-#: core_resource.hrc:2472
+#: formula/inc/core_resource.hrc:2472
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTIF"
msgstr "መቁጠሪያ ከሆነ"
-#: core_resource.hrc:2473
+#: formula/inc/core_resource.hrc:2473
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMIF"
msgstr "ድምር ከሆነ"
-#: core_resource.hrc:2474
+#: formula/inc/core_resource.hrc:2474
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGEIF"
msgstr "መካከለኛ ከሆነ"
-#: core_resource.hrc:2475
+#: formula/inc/core_resource.hrc:2475
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMIFS"
msgstr "ድምር ከሆነ"
-#: core_resource.hrc:2476
+#: formula/inc/core_resource.hrc:2476
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGEIFS"
msgstr "መካከለኛ የ ሂሳብ አማካይ ለ ክፍሎች"
-#: core_resource.hrc:2477
+#: formula/inc/core_resource.hrc:2477
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTIFS"
msgstr "ከ መጠን ውስጥ ክፍል መቁጠሪያ"
-#: core_resource.hrc:2478
+#: formula/inc/core_resource.hrc:2478
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOOKUP"
msgstr "መፈለጊያ"
-#: core_resource.hrc:2479
+#: formula/inc/core_resource.hrc:2479
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VLOOKUP"
msgstr "በ ቁመት መፈለጊያ"
-#: core_resource.hrc:2480
+#: formula/inc/core_resource.hrc:2480
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HLOOKUP"
msgstr "በ አግድም መፈለጊያ"
-#: core_resource.hrc:2481
+#: formula/inc/core_resource.hrc:2481
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MULTIRANGE"
msgstr "በርካታ መጠን"
#. legacy for range list (union)
-#: core_resource.hrc:2482
+#: formula/inc/core_resource.hrc:2482
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "OFFSET"
msgstr "ማካካሻ"
-#: core_resource.hrc:2483
+#: formula/inc/core_resource.hrc:2483
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INDEX"
msgstr "ማውጫ"
#. ?? first character = I ??
-#: core_resource.hrc:2484
+#: formula/inc/core_resource.hrc:2484
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AREAS"
msgstr "ቦታዎች"
-#: core_resource.hrc:2485
+#: formula/inc/core_resource.hrc:2485
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DOLLAR"
msgstr "ዶላር"
-#: core_resource.hrc:2486
+#: formula/inc/core_resource.hrc:2486
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPLACE"
msgstr "መቀየሪያ"
-#: core_resource.hrc:2487
+#: formula/inc/core_resource.hrc:2487
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FIXED"
msgstr "የተወሰነ"
-#: core_resource.hrc:2488
+#: formula/inc/core_resource.hrc:2488
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FIND"
msgstr "ማግኛ"
-#: core_resource.hrc:2489
+#: formula/inc/core_resource.hrc:2489
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXACT"
msgstr "ትክክለኛ"
-#: core_resource.hrc:2490
+#: formula/inc/core_resource.hrc:2490
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LEFT"
msgstr "በ ግራ"
-#: core_resource.hrc:2491
+#: formula/inc/core_resource.hrc:2491
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RIGHT"
msgstr "በ ቀኝ"
-#: core_resource.hrc:2492
+#: formula/inc/core_resource.hrc:2492
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEARCH"
msgstr "መፈለጊያ"
-#: core_resource.hrc:2493
+#: formula/inc/core_resource.hrc:2493
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MID"
msgstr "MID"
-#: core_resource.hrc:2494
+#: formula/inc/core_resource.hrc:2494
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LENB"
msgstr "የ ባህሪ ቁጥር በ ጽሁፍ ውስጥ"
-#: core_resource.hrc:2495
+#: formula/inc/core_resource.hrc:2495
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RIGHTB"
msgstr "RIGHTB"
-#: core_resource.hrc:2496
+#: formula/inc/core_resource.hrc:2496
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LEFTB"
msgstr "የ መጀመሪያ ባህሪ በ ጽሁፍ ውስጥ"
-#: core_resource.hrc:2497
+#: formula/inc/core_resource.hrc:2497
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPLACEB"
msgstr "መቀየሪያB"
-#: core_resource.hrc:2498
+#: formula/inc/core_resource.hrc:2498
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MIDB"
msgstr "MIDB"
-#: core_resource.hrc:2499
+#: formula/inc/core_resource.hrc:2499
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TEXT"
msgstr "ጽሁፍ"
-#: core_resource.hrc:2500
+#: formula/inc/core_resource.hrc:2500
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUBSTITUTE"
msgstr "መቀየሪያ"
-#: core_resource.hrc:2501
+#: formula/inc/core_resource.hrc:2501
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPT"
msgstr "መድገሚያ"
-#: core_resource.hrc:2502
+#: formula/inc/core_resource.hrc:2502
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONCATENATE"
msgstr "ማገናኛ"
-#: core_resource.hrc:2503
+#: formula/inc/core_resource.hrc:2503
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONCAT"
msgstr "በርካታ መጠን ጽሁፍ መቀላቀያ"
-#: core_resource.hrc:2504
+#: formula/inc/core_resource.hrc:2504
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TEXTJOIN"
msgstr "ጽሁፍ ማገናኛ"
-#: core_resource.hrc:2505
+#: formula/inc/core_resource.hrc:2505
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IFS"
msgstr "ከሆኑ"
-#: core_resource.hrc:2506
+#: formula/inc/core_resource.hrc:2506
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SWITCH"
msgstr "መቀየሪያ"
-#: core_resource.hrc:2507
+#: formula/inc/core_resource.hrc:2507
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINIFS"
msgstr "አነስተኛ ከሆነ"
-#: core_resource.hrc:2508
+#: formula/inc/core_resource.hrc:2508
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAXIFS"
msgstr "ከፍተኛ ከሆነ"
-#: core_resource.hrc:2509
+#: formula/inc/core_resource.hrc:2509
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MVALUE"
msgstr "MVALUE"
-#: core_resource.hrc:2510
+#: formula/inc/core_resource.hrc:2510
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MDETERM"
msgstr "የ ሜትሪክስ መወሰኛ"
-#: core_resource.hrc:2511
+#: formula/inc/core_resource.hrc:2511
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINVERSE"
msgstr "የ ሜትሪክስ ግልባጭ"
-#: core_resource.hrc:2512
+#: formula/inc/core_resource.hrc:2512
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MMULT"
msgstr "በርካታ ማባዣ"
-#: core_resource.hrc:2513
+#: formula/inc/core_resource.hrc:2513
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRANSPOSE"
msgstr "TRANSPOSE"
-#: core_resource.hrc:2514
+#: formula/inc/core_resource.hrc:2514
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MUNIT"
msgstr "የ መለኪያ ክፍል"
-#: core_resource.hrc:2515
+#: formula/inc/core_resource.hrc:2515
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GOALSEEK"
msgstr "GOALSEEK"
-#: core_resource.hrc:2516
+#: formula/inc/core_resource.hrc:2516
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HYPGEOMDIST"
msgstr "ሀይፐር ጂዮሜትሪክ ስርጭት"
-#: core_resource.hrc:2517
+#: formula/inc/core_resource.hrc:2517
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HYPGEOM.DIST"
msgstr "ሀይፐር ጂዮሜትሪክ.ስርጭት"
-#: core_resource.hrc:2518
+#: formula/inc/core_resource.hrc:2518
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGNORMDIST"
msgstr "የ ሎግ መደበኛ ስርጭት"
-#: core_resource.hrc:2519
+#: formula/inc/core_resource.hrc:2519
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGNORM.DIST"
msgstr "የ ሎግ መደበኛ.ስርጭት"
-#: core_resource.hrc:2520
+#: formula/inc/core_resource.hrc:2520
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TDIST"
msgstr "TDIST"
-#: core_resource.hrc:2521
+#: formula/inc/core_resource.hrc:2521
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.DIST.2T"
msgstr "የ T.ስርጭት.2T"
-#: core_resource.hrc:2522
+#: formula/inc/core_resource.hrc:2522
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.DIST"
msgstr "የ T.ስርጭት"
-#: core_resource.hrc:2523
+#: formula/inc/core_resource.hrc:2523
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.DIST.RT"
msgstr "የ T.ስርጭት.የ ቀኝ ጭራ"
-#: core_resource.hrc:2524
+#: formula/inc/core_resource.hrc:2524
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FDIST"
msgstr "FDIST"
-#: core_resource.hrc:2525
+#: formula/inc/core_resource.hrc:2525
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.DIST"
msgstr "የ F.ስርጭት"
-#: core_resource.hrc:2526
+#: formula/inc/core_resource.hrc:2526
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.DIST.RT"
msgstr "የ F. ስርጭት የ ቀኝ ጭራ"
-#: core_resource.hrc:2527
+#: formula/inc/core_resource.hrc:2527
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHIDIST"
msgstr "የ ቺ ስርጭት"
-#: core_resource.hrc:2528
+#: formula/inc/core_resource.hrc:2528
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.DIST.RT"
msgstr "የ ቺ ስኴር.ስርጭት.የ ቀኝ-ጭራ"
-#: core_resource.hrc:2529
+#: formula/inc/core_resource.hrc:2529
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEIBULL"
msgstr "ዌይቡል"
-#: core_resource.hrc:2530
+#: formula/inc/core_resource.hrc:2530
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEIBULL.DIST"
msgstr "ዌይቡል.ስርጭት"
-#: core_resource.hrc:2531
+#: formula/inc/core_resource.hrc:2531
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NEGBINOMDIST"
msgstr "አሉታዊ የ ባይኖሚያል ስርጭት"
-#: core_resource.hrc:2532
+#: formula/inc/core_resource.hrc:2532
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NEGBINOM.DIST"
msgstr "አሉታዊ የ ባይኖሚያል.ስርጭት"
-#: core_resource.hrc:2533
+#: formula/inc/core_resource.hrc:2533
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CRITBINOM"
msgstr "ክርክሩ ቁጥር ካልሆነ ስህተት ዋጋ ይመልሳል"
-#: core_resource.hrc:2534
+#: formula/inc/core_resource.hrc:2534
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BINOM.INV"
msgstr "ባይኖሚያል.ግልባጭ"
-#: core_resource.hrc:2535
+#: formula/inc/core_resource.hrc:2535
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "KURT"
msgstr "ኩርት"
-#: core_resource.hrc:2536
+#: formula/inc/core_resource.hrc:2536
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HARMEAN"
msgstr "የ ሀርሞኒክ አማካይ"
-#: core_resource.hrc:2537
+#: formula/inc/core_resource.hrc:2537
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GEOMEAN"
msgstr "የ ጂዮሜትሪክ አማካይ"
-#: core_resource.hrc:2538
+#: formula/inc/core_resource.hrc:2538
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STANDARDIZE"
msgstr "መመደቢያ"
-#: core_resource.hrc:2539
+#: formula/inc/core_resource.hrc:2539
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVEDEV"
msgstr "የ ፍጹም ልዩነት ዋጋ ከ አማካይ ውስጥ"
-#: core_resource.hrc:2540
+#: formula/inc/core_resource.hrc:2540
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SKEW"
msgstr "SKEW"
-#: core_resource.hrc:2541
+#: formula/inc/core_resource.hrc:2541
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SKEWP"
msgstr "SKEWP"
-#: core_resource.hrc:2542
+#: formula/inc/core_resource.hrc:2542
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DEVSQ"
msgstr "የ ስኴር ልዩነት ድምር"
-#: core_resource.hrc:2543
+#: formula/inc/core_resource.hrc:2543
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MEDIAN"
msgstr "መሀከለኛ"
-#: core_resource.hrc:2544
+#: formula/inc/core_resource.hrc:2544
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE"
msgstr "ዘዴ"
-#: core_resource.hrc:2545
+#: formula/inc/core_resource.hrc:2545
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE.SNGL"
msgstr "ድግግሞሽ.ነጠላ"
-#: core_resource.hrc:2546
+#: formula/inc/core_resource.hrc:2546
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE.MULT"
msgstr "ድግግሞሽ.በርካታ"
-#: core_resource.hrc:2547
+#: formula/inc/core_resource.hrc:2547
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ZTEST"
msgstr "Zመሞከሪያ"
-#: core_resource.hrc:2548
+#: formula/inc/core_resource.hrc:2548
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "Z.TEST"
msgstr "Z.መሞከሪያ"
-#: core_resource.hrc:2549
+#: formula/inc/core_resource.hrc:2549
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AGGREGATE"
msgstr "ስብስብ"
-#: core_resource.hrc:2550
+#: formula/inc/core_resource.hrc:2550
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TTEST"
msgstr "Tመሞከሪያ"
-#: core_resource.hrc:2551
+#: formula/inc/core_resource.hrc:2551
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.TEST"
msgstr "T.መሞከሪያ"
-#: core_resource.hrc:2552
+#: formula/inc/core_resource.hrc:2552
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANK"
msgstr "ደረጃ"
-#: core_resource.hrc:2553
+#: formula/inc/core_resource.hrc:2553
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTILE"
msgstr "ፐርሰንት"
-#: core_resource.hrc:2554
+#: formula/inc/core_resource.hrc:2554
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTRANK"
msgstr "ፐርሰንት ደረጃ"
-#: core_resource.hrc:2555
+#: formula/inc/core_resource.hrc:2555
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTILE.INC"
msgstr "ፐርሰንት.ያካትታል"
-#: core_resource.hrc:2556
+#: formula/inc/core_resource.hrc:2556
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTRANK.INC"
msgstr "የ ፐርሰንት ደረጃ.ያካትታል"
-#: core_resource.hrc:2557
+#: formula/inc/core_resource.hrc:2557
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "QUARTILE.INC"
msgstr "ሩብ.ያካትታል"
-#: core_resource.hrc:2558
+#: formula/inc/core_resource.hrc:2558
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANK.EQ"
msgstr "ደረጃ.እኩል ነው"
-#: core_resource.hrc:2559
+#: formula/inc/core_resource.hrc:2559
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTILE.EXC"
msgstr "ፐርሰንት.አያካትትም"
-#: core_resource.hrc:2560
+#: formula/inc/core_resource.hrc:2560
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTRANK.EXC"
msgstr "የ ፐርሰንት ደረጃ.አያካትትም"
-#: core_resource.hrc:2561
+#: formula/inc/core_resource.hrc:2561
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "QUARTILE.EXC"
msgstr "ሩብ.አያካትትም"
-#: core_resource.hrc:2562
+#: formula/inc/core_resource.hrc:2562
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANK.AVG"
msgstr "ደረጃ.አማካይ"
-#: core_resource.hrc:2563
+#: formula/inc/core_resource.hrc:2563
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LARGE"
msgstr "ትልቅ"
-#: core_resource.hrc:2564
+#: formula/inc/core_resource.hrc:2564
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SMALL"
msgstr "ትንሽ"
-#: core_resource.hrc:2565
+#: formula/inc/core_resource.hrc:2565
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FREQUENCY"
msgstr "ድግግሞሽ"
-#: core_resource.hrc:2566
+#: formula/inc/core_resource.hrc:2566
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "QUARTILE"
msgstr "ሩብ"
-#: core_resource.hrc:2567
+#: formula/inc/core_resource.hrc:2567
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMINV"
msgstr "መደበኛ ግልባጭ"
-#: core_resource.hrc:2568
+#: formula/inc/core_resource.hrc:2568
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.INV"
msgstr "የ መደበኛ.ግልባጭ"
-#: core_resource.hrc:2569
+#: formula/inc/core_resource.hrc:2569
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONFIDENCE"
msgstr "መተማመኛ"
-#: core_resource.hrc:2570
+#: formula/inc/core_resource.hrc:2570
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONFIDENCE.NORM"
msgstr "መተማመኛ.መደበኛ"
-#: core_resource.hrc:2571
+#: formula/inc/core_resource.hrc:2571
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONFIDENCE.T"
msgstr "መተማመኛ.T"
-#: core_resource.hrc:2572
+#: formula/inc/core_resource.hrc:2572
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FTEST"
msgstr "F መሞከሪያ"
-#: core_resource.hrc:2573
+#: formula/inc/core_resource.hrc:2573
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.TEST"
msgstr "F.መሞከሪያ"
-#: core_resource.hrc:2574
+#: formula/inc/core_resource.hrc:2574
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRIMMEAN"
msgstr "TRIMMEAN"
-#: core_resource.hrc:2575
+#: formula/inc/core_resource.hrc:2575
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PROB"
msgstr "PROB"
-#: core_resource.hrc:2576
+#: formula/inc/core_resource.hrc:2576
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CORREL"
msgstr "ኮሬል"
-#: core_resource.hrc:2577
+#: formula/inc/core_resource.hrc:2577
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COVAR"
msgstr "ኮቫር"
-#: core_resource.hrc:2578
+#: formula/inc/core_resource.hrc:2578
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COVARIANCE.P"
msgstr "ኮቫሪያንስ.P"
-#: core_resource.hrc:2579
+#: formula/inc/core_resource.hrc:2579
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COVARIANCE.S"
msgstr "ኮቫሪያንስ.S"
-#: core_resource.hrc:2580
+#: formula/inc/core_resource.hrc:2580
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PEARSON"
msgstr "ፒርሰን"
-#: core_resource.hrc:2581
+#: formula/inc/core_resource.hrc:2581
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RSQ"
msgstr "RSQ"
-#: core_resource.hrc:2582
+#: formula/inc/core_resource.hrc:2582
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STEYX"
msgstr "ስቴዬክስ"
-#: core_resource.hrc:2583
+#: formula/inc/core_resource.hrc:2583
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SLOPE"
msgstr "ስሎፕ"
-#: core_resource.hrc:2584
+#: formula/inc/core_resource.hrc:2584
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INTERCEPT"
msgstr "ኢንተርሴፕት"
-#: core_resource.hrc:2585
+#: formula/inc/core_resource.hrc:2585
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TREND"
msgstr "አቅጣጫ"
-#: core_resource.hrc:2586
+#: formula/inc/core_resource.hrc:2586
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GROWTH"
msgstr "እድገት"
-#: core_resource.hrc:2587
+#: formula/inc/core_resource.hrc:2587
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LINEST"
msgstr "ቀጥታ መስመር"
-#: core_resource.hrc:2588
+#: formula/inc/core_resource.hrc:2588
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGEST"
msgstr "የ ኤክስፖኔንሺያል ክብ ለ ዳታ"
-#: core_resource.hrc:2589
+#: formula/inc/core_resource.hrc:2589
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST"
msgstr "መገመቻ"
-#: core_resource.hrc:2590
+#: formula/inc/core_resource.hrc:2590
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.ADD"
msgstr "መገመቻ.ETS.መደመሪያ"
-#: core_resource.hrc:2591
+#: formula/inc/core_resource.hrc:2591
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.SEASONALITY"
msgstr "መገመቻ.ETS.ወቅታዊ"
-#: core_resource.hrc:2592
+#: formula/inc/core_resource.hrc:2592
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.MULT"
msgstr "መገመቻ.ETS.ማባዣ"
-#: core_resource.hrc:2593
+#: formula/inc/core_resource.hrc:2593
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.PI.ADD"
msgstr "መገመቻ.ETS.ፓይ.መደመሪያ"
-#: core_resource.hrc:2594
+#: formula/inc/core_resource.hrc:2594
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.PI.MULT"
msgstr "መገመቻ.ETS.ፓይ.ማባዣ"
-#: core_resource.hrc:2595
+#: formula/inc/core_resource.hrc:2595
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.STAT.ADD"
msgstr "መገመቻ.ETS.STAT.መደመሪያ"
-#: core_resource.hrc:2596
+#: formula/inc/core_resource.hrc:2596
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.STAT.MULT"
msgstr "መገመቻ.ETS.ስታስቲክስ.ማባዣ"
-#: core_resource.hrc:2597
+#: formula/inc/core_resource.hrc:2597
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.LINEAR"
msgstr "መገመቻ.ቀጥተኛ"
-#: core_resource.hrc:2598
+#: formula/inc/core_resource.hrc:2598
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHIINV"
msgstr "የ ቺ ግልባጭ"
-#: core_resource.hrc:2599
+#: formula/inc/core_resource.hrc:2599
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.INV.RT"
msgstr "የ ቺ ስኴር.ግልባጭ.ቀኝ-ጭራ"
-#: core_resource.hrc:2600
+#: formula/inc/core_resource.hrc:2600
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMADIST"
msgstr "የ ጋማ ስርጭት"
-#: core_resource.hrc:2601
+#: formula/inc/core_resource.hrc:2601
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMA.DIST"
msgstr "የ ጋማ.ስርጭት"
-#: core_resource.hrc:2602
+#: formula/inc/core_resource.hrc:2602
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMAINV"
msgstr "የ ጋማ ግልባጭ"
-#: core_resource.hrc:2603
+#: formula/inc/core_resource.hrc:2603
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMA.INV"
msgstr "የ ጋማ.ግልባጭ"
-#: core_resource.hrc:2604
+#: formula/inc/core_resource.hrc:2604
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TINV"
msgstr "TINV"
-#: core_resource.hrc:2605
+#: formula/inc/core_resource.hrc:2605
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.INV.2T"
msgstr "T.ግልባጭ.2T"
-#: core_resource.hrc:2606
+#: formula/inc/core_resource.hrc:2606
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.INV"
msgstr "T.INV"
-#: core_resource.hrc:2607
+#: formula/inc/core_resource.hrc:2607
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FINV"
msgstr "FINV"
-#: core_resource.hrc:2608
+#: formula/inc/core_resource.hrc:2608
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.INV"
msgstr "የ F.ስርጭት ምናልባት ግልባጭ"
-#: core_resource.hrc:2609
+#: formula/inc/core_resource.hrc:2609
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.INV.RT"
msgstr "የ F.ስርጭት.ግልባጭ የ ቀኝ-ጭራ"
-#: core_resource.hrc:2610
+#: formula/inc/core_resource.hrc:2610
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHITEST"
msgstr "የ ቺ መሞከሪያ"
-#: core_resource.hrc:2611
+#: formula/inc/core_resource.hrc:2611
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.TEST"
msgstr "የ ቺ ስኴር.መሞከሪያ"
-#: core_resource.hrc:2612
+#: formula/inc/core_resource.hrc:2612
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGINV"
msgstr "የ ሎግ ግልባጭ"
-#: core_resource.hrc:2613
+#: formula/inc/core_resource.hrc:2613
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGNORM.INV"
msgstr "የ ሎግ መደበኛ.ግልባጭ"
-#: core_resource.hrc:2614
+#: formula/inc/core_resource.hrc:2614
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MULTIPLE.OPERATIONS"
msgstr "በርካታ ማንቀሳቀሻ"
-#: core_resource.hrc:2615
+#: formula/inc/core_resource.hrc:2615
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETADIST"
msgstr "የ ቤታ ስርጭት"
-#: core_resource.hrc:2616
+#: formula/inc/core_resource.hrc:2616
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETAINV"
msgstr "የ ቤታ ግልባጭ"
-#: core_resource.hrc:2617
+#: formula/inc/core_resource.hrc:2617
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETA.DIST"
msgstr "የ ቤታ.ስርጭት"
-#: core_resource.hrc:2618
+#: formula/inc/core_resource.hrc:2618
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETA.INV"
msgstr "የ ቤታ.ግልባጭ"
-#: core_resource.hrc:2619
+#: formula/inc/core_resource.hrc:2619
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEEKNUM"
msgstr "የ ሳምንት ቁጥር"
-#: core_resource.hrc:2620
+#: formula/inc/core_resource.hrc:2620
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISOWEEKNUM"
msgstr "ISO የ ሳምንት ቁጥር"
-#: core_resource.hrc:2621
+#: formula/inc/core_resource.hrc:2621
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEEKNUM_OOO"
msgstr "የ ሳምንት ቁጥር_OOO"
-#: core_resource.hrc:2622
+#: formula/inc/core_resource.hrc:2622
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EASTERSUNDAY"
msgstr "የ ፋሲካ እሑድ"
-#: core_resource.hrc:2623
+#: formula/inc/core_resource.hrc:2623
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEEKDAY"
msgstr "የ ስራ ቀን"
-#: core_resource.hrc:2624
+#: formula/inc/core_resource.hrc:2624
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NETWORKDAYS"
msgstr "የ ተጣሩ የ ስራ ቀኖች"
-#: core_resource.hrc:2625
+#: formula/inc/core_resource.hrc:2625
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NETWORKDAYS.INTL"
msgstr "የ ኔትዎርክ ቀኖች.አለም አቀፍ"
-#: core_resource.hrc:2626
+#: formula/inc/core_resource.hrc:2626
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WORKDAY.INTL"
msgstr "የ ስራ ቀን.አለም አቀፍ"
-#: core_resource.hrc:2627
+#: formula/inc/core_resource.hrc:2627
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NAME!"
msgstr "#ስም!"
-#: core_resource.hrc:2628
+#: formula/inc/core_resource.hrc:2628
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STYLE"
msgstr "ዘዴ"
-#: core_resource.hrc:2629
+#: formula/inc/core_resource.hrc:2629
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DDE"
msgstr "DDE"
-#: core_resource.hrc:2630
+#: formula/inc/core_resource.hrc:2630
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BASE"
msgstr "መሰረት"
-#: core_resource.hrc:2631
+#: formula/inc/core_resource.hrc:2631
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DECIMAL"
msgstr "ዴሲማል"
-#: core_resource.hrc:2632
+#: formula/inc/core_resource.hrc:2632
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONVERT_OOO"
msgstr "መቀየሪያ_OOO"
-#: core_resource.hrc:2633
+#: formula/inc/core_resource.hrc:2633
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROMAN"
msgstr "ሮማን"
-#: core_resource.hrc:2634
+#: formula/inc/core_resource.hrc:2634
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HYPERLINK"
msgstr "HYPERLINK"
-#: core_resource.hrc:2635
+#: formula/inc/core_resource.hrc:2635
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INFO"
msgstr "መረጃ"
-#: core_resource.hrc:2636
+#: formula/inc/core_resource.hrc:2636
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BAHTTEXT"
msgstr "ቁጥር ወደ ታዩ ጽሁፍ"
-#: core_resource.hrc:2637
+#: formula/inc/core_resource.hrc:2637
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GETPIVOTDATA"
msgstr "GETPIVOTDATA"
-#: core_resource.hrc:2638
+#: formula/inc/core_resource.hrc:2638
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EUROCONVERT"
msgstr "ኢዩሮ መቀየሪያ"
-#: core_resource.hrc:2639
+#: formula/inc/core_resource.hrc:2639
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NUMBERVALUE"
msgstr "የ ቁጥር ዋጋ"
-#: core_resource.hrc:2640
+#: formula/inc/core_resource.hrc:2640
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMA"
msgstr "ጋማ"
-#: core_resource.hrc:2641
+#: formula/inc/core_resource.hrc:2641
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQDIST"
msgstr "የ ቺ ስኴር ስርጭት"
-#: core_resource.hrc:2642
+#: formula/inc/core_resource.hrc:2642
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.DIST"
msgstr "የ ቺ ስኴር.ስርጭት"
-#: core_resource.hrc:2643
+#: formula/inc/core_resource.hrc:2643
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQINV"
msgstr "የ ቺ ስኴር ግልባጭ"
-#: core_resource.hrc:2644
+#: formula/inc/core_resource.hrc:2644
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.INV"
msgstr "የ ቺ ስኴር.ግልባጭ"
-#: core_resource.hrc:2645
+#: formula/inc/core_resource.hrc:2645
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITAND"
msgstr "ቢት እና"
-#: core_resource.hrc:2646
+#: formula/inc/core_resource.hrc:2646
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITOR"
msgstr "ቢት ወይንም"
-#: core_resource.hrc:2647
+#: formula/inc/core_resource.hrc:2647
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITXOR"
msgstr "ቢት Xወይንም"
-#: core_resource.hrc:2648
+#: formula/inc/core_resource.hrc:2648
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITRSHIFT"
msgstr "ከ ቢት አንፃር ወደ ቀኝ ማንቀሳቀሻ"
-#: core_resource.hrc:2649
+#: formula/inc/core_resource.hrc:2649
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITLSHIFT"
msgstr "ከ ቢት አንፃር ወደ ግራ ማንቀሳቀሻ"
#. BEGIN defined ERROR.TYPE() values.
#. ERROR.TYPE( #NULL! ) == 1
-#: core_resource.hrc:2652
+#: formula/inc/core_resource.hrc:2652
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NULL!"
msgstr "#ባዶ!"
#. ERROR.TYPE( #DIV/0! ) == 2
-#: core_resource.hrc:2654
+#: formula/inc/core_resource.hrc:2654
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#DIV/0!"
msgstr "#ማካፈያ/0!"
#. ERROR.TYPE( #VALUE! ) == 3
-#: core_resource.hrc:2656
+#: formula/inc/core_resource.hrc:2656
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#VALUE!"
msgstr "#ዋጋ!"
#. ERROR.TYPE( #REF! ) == 4
-#: core_resource.hrc:2658
+#: formula/inc/core_resource.hrc:2658
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#REF!"
msgstr "#ማመሳከሪያ!"
#. ERROR.TYPE( #NAME! ) == 5
-#: core_resource.hrc:2660
+#: formula/inc/core_resource.hrc:2660
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NAME?"
msgstr "#ስም?"
#. ERROR.TYPE( #NUM! ) == 6
-#: core_resource.hrc:2662
+#: formula/inc/core_resource.hrc:2662
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NUM!"
msgstr "#ቁጥር!"
#. ERROR.TYPE( #N/A ) == 7
-#: core_resource.hrc:2664
+#: formula/inc/core_resource.hrc:2664
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#N/A"
msgstr "#ዝ/አ"
#. END defined ERROR.TYPE() values.
-#: core_resource.hrc:2667
+#: formula/inc/core_resource.hrc:2667
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FILTERXML"
msgstr "ማጣሪያ የ XML"
-#: core_resource.hrc:2668
+#: formula/inc/core_resource.hrc:2668
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COLOR"
msgstr "ቀለም"
-#: core_resource.hrc:2669
+#: formula/inc/core_resource.hrc:2669
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEBSERVICE"
msgstr "የ ዌብ ግልጋሎት"
-#: core_resource.hrc:2670
+#: formula/inc/core_resource.hrc:2670
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERF.PRECISE"
msgstr "ERF.PRECISE"
-#: core_resource.hrc:2671
+#: formula/inc/core_resource.hrc:2671
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERFC.PRECISE"
msgstr "ERFC.PRECISE"
-#: core_resource.hrc:2672
+#: formula/inc/core_resource.hrc:2672
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ENCODEURL"
msgstr "URL ወደ ሀረግ መቀየሪያ"
-#: core_resource.hrc:2673
+#: formula/inc/core_resource.hrc:2673
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RAWSUBTRACT"
msgstr "ረድፍ መቀነሻ"
-#: core_resource.hrc:2674
+#: formula/inc/core_resource.hrc:2674
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUNDSIG"
msgstr "ማጠጋጊያ ወደ አስፈላጊ"
-#: core_resource.hrc:2675
+#: formula/inc/core_resource.hrc:2675
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FINDB"
msgstr "ማግኛB"
-#: core_resource.hrc:2676
+#: formula/inc/core_resource.hrc:2676
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEARCHB"
msgstr "መፈለጊያB"
-#: strings.hrc:25
+#: formula/inc/strings.hrc:25
msgctxt "STR_OPTIONAL"
msgid "(optional)"
msgstr "(በምርጫ)"
-#: strings.hrc:26
+#: formula/inc/strings.hrc:26
msgctxt "STR_REQUIRED"
msgid "(required)"
msgstr "(ያስፈልጋል)"
-#: strings.hrc:28
+#: formula/inc/strings.hrc:28
msgctxt "STR_TITLE1"
msgid "Function Wizard"
msgstr "የ ተግባር አዋቂ"
-#: strings.hrc:29
+#: formula/inc/strings.hrc:29
msgctxt "STR_TITLE2"
msgid "Function Wizard -"
msgstr "የ ተግባር አዋቂ -"
-#: strings.hrc:30
+#: formula/inc/strings.hrc:30
msgctxt "STR_END"
msgid "~End"
msgstr "~መጨረሻ"
-#: strings.hrc:31
+#: formula/inc/strings.hrc:31
msgctxt "RID_STR_SHRINK"
msgid "Shrink"
msgstr "ማሳነሻ"
-#: strings.hrc:32
+#: formula/inc/strings.hrc:32
msgctxt "RID_STR_EXPAND"
msgid "Expand"
msgstr "ማስፊያ"
-#: formuladialog.ui:22
+#: formula/uiconfig/ui/formuladialog.ui:22
msgctxt "formuladialog|array"
msgid "Array"
msgstr "ማሰለፊያ"
-#: formuladialog.ui:57
+#: formula/uiconfig/ui/formuladialog.ui:58
msgctxt "formuladialog|back"
msgid "< _Back"
msgstr "< _ወደ ኋላ"
-#: formuladialog.ui:72
+#: formula/uiconfig/ui/formuladialog.ui:73
msgctxt "formuladialog|next"
msgid "_Next >"
msgstr "_ይቀጥሉ >"
-#: formuladialog.ui:158
+#: formula/uiconfig/ui/formuladialog.ui:159
msgctxt "formuladialog|function"
msgid "Functions"
msgstr "ተግባሮች"
-#: formuladialog.ui:180
+#: formula/uiconfig/ui/formuladialog.ui:181
msgctxt "formuladialog|struct"
msgid "Structure"
msgstr "አካል"
-#: formuladialog.ui:227
+#: formula/uiconfig/ui/formuladialog.ui:228
msgctxt "formuladialog|label2"
msgid "Function result"
msgstr "የ ተግባሩ ውጤት"
-#: formuladialog.ui:368
+#: formula/uiconfig/ui/formuladialog.ui:369
msgctxt "formuladialog|formula"
msgid "For_mula"
msgstr "መቀ_መሪያ"
-#: formuladialog.ui:383
+#: formula/uiconfig/ui/formuladialog.ui:384
msgctxt "formuladialog|label1"
msgid "Result"
msgstr "ውጤት"
-#: formuladialog.ui:418
+#: formula/uiconfig/ui/formuladialog.ui:419
msgctxt "formuladialog|ed_formula-atkobject"
msgid "Formula"
msgstr "መቀመሪያ"
-#: formuladialog.ui:467
+#: formula/uiconfig/ui/formuladialog.ui:468
msgctxt "formuladialog|RB_REF|tooltip_text"
msgid "Maximize"
msgstr "ማሳደጊያ"
-#: functionpage.ui:19
+#: formula/uiconfig/ui/functionpage.ui:19
msgctxt "functionpage|label_search"
msgid "_Search"
msgstr "_መፈለጊያ"
-#: functionpage.ui:47
+#: formula/uiconfig/ui/functionpage.ui:47
msgctxt "functionpage|label1"
msgid "_Category"
msgstr "_ምድብ"
-#: functionpage.ui:63
+#: formula/uiconfig/ui/functionpage.ui:63
msgctxt "functionpage|category"
msgid "Last Used"
msgstr "መጨረሻ የተጠቀሙበት"
-#: functionpage.ui:64
+#: formula/uiconfig/ui/functionpage.ui:64
msgctxt "functionpage|category"
msgid "All"
msgstr "ሁሉንም"
-#: functionpage.ui:78
+#: formula/uiconfig/ui/functionpage.ui:78
msgctxt "functionpage|label2"
msgid "_Function"
msgstr "_ተግባር"
-#: parameter.ui:30
+#: formula/uiconfig/ui/parameter.ui:30
msgctxt "parameter|editdesc"
msgid "Function not known"
msgstr "ተግባሩ የታወቀ አይደለም"
-#: parameter.ui:279
+#: formula/uiconfig/ui/parameter.ui:279
msgctxt "parameter|RB_ARG1|tooltip_text"
msgid "Select"
msgstr "ይምረጡ"
-#: parameter.ui:295
+#: formula/uiconfig/ui/parameter.ui:295
msgctxt "parameter|RB_ARG2|tooltip_text"
msgid "Select"
msgstr "ይምረጡ"
-#: parameter.ui:311
+#: formula/uiconfig/ui/parameter.ui:311
msgctxt "parameter|RB_ARG3|tooltip_text"
msgid "Select"
msgstr "ይምረጡ"
-#: parameter.ui:327
+#: formula/uiconfig/ui/parameter.ui:327
msgctxt "parameter|RB_ARG4|tooltip_text"
msgid "Select"
msgstr "ይምረጡ"
-#: structpage.ui:19
+#: formula/uiconfig/ui/structpage.ui:19
msgctxt "structpage|label1"
msgid "_Structure"
msgstr "_አካል"
diff --git a/source/am/fpicker/messages.po b/source/am/fpicker/messages.po
index 5cdf50151d2..0707e1e5747 100644
--- a/source/am/fpicker/messages.po
+++ b/source/am/fpicker/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: 2017-11-24 14:55+0100\n"
-"PO-Revision-Date: 2017-11-25 00:01+0000\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
+"PO-Revision-Date: 2018-02-27 23:29+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,86 +13,91 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1511568082.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1519774146.000000\n"
-#: strings.hrc:14
+#: include/fpicker/strings.hrc:14
msgctxt "STR_SVT_FILEPICKER_AUTO_EXTENSION"
msgid "~Automatic file name extension"
msgstr "~ራሱ በራሱ የ ፋይል ተቀጥያዎችን ስም መሰየሚያ"
-#: strings.hrc:15
+#: include/fpicker/strings.hrc:15
msgctxt "STR_SVT_FILEPICKER_PASSWORD"
msgid "Save with pass~word"
msgstr "በ መግቢያ~ቃል ማስቀመጫ"
#. dear loplugins, please don't remove this constant, it will be used in follow-up commits
-#: strings.hrc:17
+#: include/fpicker/strings.hrc:17
msgctxt "STR_SVT_FILEPICKER_GPGENCRYPT"
msgid "Encrypt with ~GPG key"
msgstr "በ ~GPG ቁልፍ መመስጠሪያ"
-#: strings.hrc:18
+#: include/fpicker/strings.hrc:18
msgctxt "STR_SVT_FILEPICKER_FILTER_OPTIONS"
msgid "~Edit filter settings"
msgstr "~ማረሚያ የ ማጣሪያ ማሰናጃዎችን"
-#: strings.hrc:19
+#: include/fpicker/strings.hrc:19
msgctxt "STR_SVT_FILEPICKER_READONLY"
msgid "~Read-only"
msgstr "ለ ~ማንበብ ብቻ"
-#: strings.hrc:20
+#: include/fpicker/strings.hrc:20
msgctxt "STR_SVT_FILEPICKER_INSERT_AS_LINK"
msgid "~Link"
msgstr "~አገናኝ"
-#: strings.hrc:21
+#: include/fpicker/strings.hrc:21
msgctxt "STR_SVT_FILEPICKER_SHOW_PREVIEW"
msgid "Pr~eview"
msgstr "ቅድመ~እይታ"
-#: strings.hrc:22
+#: include/fpicker/strings.hrc:22
msgctxt "STR_SVT_FILEPICKER_PLAY"
msgid "~Play"
msgstr "~ማጫወቻ"
-#: strings.hrc:23
+#: include/fpicker/strings.hrc:23
msgctxt "STR_SVT_FILEPICKER_VERSION"
msgid "~Version:"
msgstr "~እትም:"
-#: strings.hrc:24
+#: include/fpicker/strings.hrc:24
msgctxt "STR_SVT_FILEPICKER_TEMPLATES"
msgid "S~tyles:"
msgstr "ዘ~ዴዎች:"
-#: strings.hrc:25
+#: include/fpicker/strings.hrc:25
msgctxt "STR_SVT_FILEPICKER_IMAGE_TEMPLATE"
msgid "Style:"
msgstr "ዘዴ:"
-#: strings.hrc:26
+#: include/fpicker/strings.hrc:26
+msgctxt "STR_SVT_FILEPICKER_IMAGE_ANCHOR"
+msgid "A~nchor:"
+msgstr "ማ~ስቆሚያ:"
+
+#: include/fpicker/strings.hrc:27
msgctxt "STR_SVT_FILEPICKER_SELECTION"
msgid "~Selection"
msgstr "~ምርጫዎች"
-#: strings.hrc:27
+#: include/fpicker/strings.hrc:28
msgctxt "STR_SVT_FILEPICKER_FILTER_TITLE"
msgid "File ~type:"
msgstr "የ ፋይል ~አይነት"
-#: strings.hrc:28
+#: include/fpicker/strings.hrc:29
msgctxt "STR_SVT_FOLDERPICKER_DEFAULT_TITLE"
msgid "Select Path"
msgstr "መንገድ መምረጫ"
-#: strings.hrc:29
+#: include/fpicker/strings.hrc:30
msgctxt "STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION"
msgid "Please select a folder."
msgstr "እባክዎን ፎልደር ይምረጡ"
-#: strings.hrc:30
+#: include/fpicker/strings.hrc:31
msgctxt "STR_SVT_ALREADYEXISTOVERWRITE"
msgid ""
"A file named \"$filename$\" already exists.\n"
@@ -103,7 +108,7 @@ msgstr ""
"\n"
"መቀየር ይፈልጋሉ?"
-#: strings.hrc:31
+#: include/fpicker/strings.hrc:32
msgctxt "STR_SVT_DELETESERVICE"
msgid ""
"Are you sure you want to delete the service?\n"
@@ -112,77 +117,77 @@ msgstr ""
"በ እርግጥ የ ተመረጠውን ግልጋሎት ማጥፋት ይፈልጋሉ?\n"
"\"$servicename$\""
-#: strings.hrc:32
+#: include/fpicker/strings.hrc:33
msgctxt "STR_SVT_ROOTLABEL"
msgid "Root"
msgstr "Root"
-#: strings.hrc:33
+#: include/fpicker/strings.hrc:34
msgctxt "STR_FILTERNAME_ALL"
msgid "All files"
msgstr "ሁሉንም ፋይሎች"
-#: strings.hrc:34
+#: include/fpicker/strings.hrc:35
msgctxt "STR_FILEDLG_OPEN"
msgid "Open"
msgstr "መክፈቻ"
-#: strings.hrc:35
+#: include/fpicker/strings.hrc:36
msgctxt "STR_FILEDLG_TYPE"
msgid "File ~type"
msgstr "የ ፋይል ~አይነት"
-#: strings.hrc:36
+#: include/fpicker/strings.hrc:37
msgctxt "STR_FILEDLG_SAVE"
msgid "Save"
msgstr "ማስቀመጫ"
-#: strings.hrc:25
+#: fpicker/inc/strings.hrc:25
msgctxt "STR_EXPLORERFILE_OPEN"
msgid "Open"
msgstr "መክፈቻ"
-#: strings.hrc:26
+#: fpicker/inc/strings.hrc:26
msgctxt "STR_EXPLORERFILE_SAVE"
msgid "Save as"
msgstr "ማስቀመጫ እንደ"
-#: strings.hrc:27
+#: fpicker/inc/strings.hrc:27
msgctxt "STR_EXPLORERFILE_BUTTONSAVE"
msgid "~Save"
msgstr "~ማስቀመጫ"
-#: strings.hrc:28
+#: fpicker/inc/strings.hrc:28
msgctxt "STR_PATHNAME"
msgid "~Path:"
msgstr "~መንገድ:"
-#: strings.hrc:29
+#: fpicker/inc/strings.hrc:29
msgctxt "STR_PATHSELECT"
msgid "Select path"
msgstr "መንገድ ይምረጡ"
-#: strings.hrc:30
+#: fpicker/inc/strings.hrc:30
msgctxt "STR_BUTTONSELECT"
msgid "~Select"
msgstr "~ይምረጡ"
-#: strings.hrc:31
+#: fpicker/inc/strings.hrc:31
msgctxt "STR_PREVIEW"
msgid "File Preview"
msgstr "የ ፋይል ቅድመ እይታ"
-#: strings.hrc:32
+#: fpicker/inc/strings.hrc:32
msgctxt "STR_DEFAULT_DIRECTORY"
msgid "My Documents"
msgstr "የ እኔ ሰነዶች"
-#: strings.hrc:33
+#: fpicker/inc/strings.hrc:33
msgctxt "STR_PLACES_TITLE"
msgid "Places"
msgstr "ቦታዎች"
-#: strings.hrc:34
+#: fpicker/inc/strings.hrc:34
msgctxt "RID_FILEOPEN_NOTEXISTENTFILE"
msgid ""
"The file $name$ does not exist.\n"
@@ -191,12 +196,12 @@ msgstr ""
"ፋይሉ $name$ አልተገኘም.\n"
"ትክክለኛውን የ ፋይል ስም ማስገባትዎን ያረጋግጡ"
-#: strings.hrc:35
+#: fpicker/inc/strings.hrc:35
msgctxt "STR_SVT_NEW_FOLDER"
msgid "Folder"
msgstr "ፎልደር"
-#: strings.hrc:36
+#: fpicker/inc/strings.hrc:36
msgctxt "STR_SVT_NOREMOVABLEDEVICE"
msgid ""
"No removable storage device detected.\n"
@@ -205,132 +210,132 @@ msgstr ""
"የሚወልቅ ማጠራቀሚያ አካል አልተገኘም.\n"
"በትክክል መሰካቱን ያረጋግጡ እና እንደገና ይሞክሩ"
-#: explorerfiledialog.ui:72
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:72
msgctxt "explorerfiledialog|connect_to_server"
msgid "Servers..."
msgstr "ሰርቨሮች..."
-#: explorerfiledialog.ui:78
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:78
msgctxt "explorerfiledialog|connect_to_server|tooltip_text"
msgid "Connect To Server"
msgstr "ወደ ሰርቨር መገናኛ"
-#: explorerfiledialog.ui:81
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:81
msgctxt "explorerfiledialog|connect_to_server-atkobject"
msgid "Connect To Server"
msgstr "ወደ ሰርቨር መገናኛ"
-#: explorerfiledialog.ui:113
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:114
msgctxt "explorerfiledialog|new_folder|tooltip_text"
msgid "Create New Folder"
msgstr "አዲስ ፎልደር መፍጠሪያ"
-#: explorerfiledialog.ui:116
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:117
msgctxt "explorerfiledialog|new_folder-atkobject"
msgid "Create New Folder"
msgstr "አዲስ ፎልደር መፍጠሪያ"
-#: explorerfiledialog.ui:252
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:253
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "የ ፋይሉ _ስም:"
-#: explorerfiledialog.ui:277
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:278
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "የ ፋይሉ _አይነት:"
-#: explorerfiledialog.ui:373
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:376
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "ለ _ማንበብ-ብቻ"
-#: explorerfiledialog.ui:397
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:400
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "በ መግቢያ ቃል ማስቀመጫ"
-#: explorerfiledialog.ui:411
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:415
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_ራሱ በራሱ የፋይል ተቀጥያዎችን መሰየሚያ"
-#: explorerfiledialog.ui:426
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:430
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "ማረሚያ የ _ማጣሪያ ማሰናጃዎች"
-#: explorerfiledialog.ui:456
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:461
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "በ GPG ቁልፍ መመስጠሪያ"
-#: foldernamedialog.ui:7
+#: fpicker/uiconfig/ui/foldernamedialog.ui:7
msgctxt "foldernamedialog|FolderNameDialog"
msgid "Folder Name ?"
msgstr "የ ፎልደሩ ስም?"
-#: foldernamedialog.ui:84
+#: fpicker/uiconfig/ui/foldernamedialog.ui:84
msgctxt "foldernamedialog|label2"
msgid "Na_me"
msgstr "ስ_ም"
-#: foldernamedialog.ui:115
+#: fpicker/uiconfig/ui/foldernamedialog.ui:114
msgctxt "foldernamedialog|label1"
msgid "Create New Folder"
msgstr "አዲስ ፎልደር መፍጠሪያ"
-#: remotefilesdialog.ui:18
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:18
msgctxt "remotefilesdialog|RemoteFilesDialog"
msgid "Remote Files"
msgstr "የ ሩቅ ፋይሎች"
-#: remotefilesdialog.ui:105
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:105
msgctxt "remotefilesdialog|label1"
msgid "Service:"
msgstr "ግልጋሎት:"
-#: remotefilesdialog.ui:132
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:132
msgctxt "remotefilesdialog|add_service_btn"
msgid "Add service"
msgstr "ግልጋሎት መጨመሪያ"
-#: remotefilesdialog.ui:177
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:177
msgctxt "remotefilesdialog|list_view|tooltip_text"
msgid "List view"
msgstr "ዝርዝር መመልከቻ"
-#: remotefilesdialog.ui:192
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:192
msgctxt "remotefilesdialog|icon_view|tooltip_text"
msgid "Icon view"
msgstr "ምልክት መመልከቻ"
-#: remotefilesdialog.ui:210
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:210
msgctxt "remotefilesdialog|new_folder|tooltip_text"
msgid "Create New Folder"
msgstr "አዲስ ፎልደር መፍጠሪያ"
-#: remotefilesdialog.ui:255
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:255
msgctxt "remotefilesdialog|filterLabel"
msgid "Filter"
msgstr "ማጣሪያ"
-#: remotefilesdialog.ui:267
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:267
msgctxt "remotefilesdialog|nameLabel"
msgid "File name"
msgstr "የ ፋይሉ ስም"
-#: remotefilesdialog.ui:318
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:318
msgctxt "remotefilesdialog|edit_service"
msgid "_Edit service"
msgstr "ግልጋሎት _ማረሚያ"
-#: remotefilesdialog.ui:326
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:326
msgctxt "remotefilesdialog|delete_service"
msgid "_Delete service"
msgstr "ግልጋሎት _ማጥፊያ"
-#: remotefilesdialog.ui:334
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:334
msgctxt "remotefilesdialog|change_password"
msgid "_Change password"
msgstr "የ መግቢያ ቃል _መቀየሪያ"
diff --git a/source/am/framework/messages.po b/source/am/framework/messages.po
index f39ec7b0150..d064b253de5 100644
--- a/source/am/framework/messages.po
+++ b/source/am/framework/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-10-21 18:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,95 +13,95 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1508611040.000000\n"
-#: strings.hrc:25
+#: framework/inc/strings.hrc:25
msgctxt "STR_MENU_HEADFOOTALL"
msgid "All"
msgstr "ሁሉንም"
-#: strings.hrc:26
+#: framework/inc/strings.hrc:26
msgctxt "STR_UPDATEDOC"
msgid "~Update"
msgstr "~ማሻሻያ"
-#: strings.hrc:27
+#: framework/inc/strings.hrc:27
msgctxt "STR_CLOSEDOC_ANDRETURN"
msgid "~Close & Return to "
msgstr "~መዝጊያ & መመለሻ ወደ "
-#: strings.hrc:28
+#: framework/inc/strings.hrc:28
msgctxt "STR_TOOLBAR_VISIBLE_BUTTONS"
msgid "Visible ~Buttons"
msgstr "የሚታዩ ~ቁልፎች"
-#: strings.hrc:29
+#: framework/inc/strings.hrc:29
msgctxt "STR_TOOLBAR_CUSTOMIZE_TOOLBAR"
msgid "~Customize Toolbar..."
msgstr "እቃ መደርደሪያ ~ማስተካከያ..."
-#: strings.hrc:30
+#: framework/inc/strings.hrc:30
msgctxt "STR_TOOLBAR_DOCK_TOOLBAR"
msgid "~Dock Toolbar"
msgstr "~ማሳረፊያ እቃ መደርደሪያ"
-#: strings.hrc:31
+#: framework/inc/strings.hrc:31
msgctxt "STR_TOOLBAR_DOCK_ALL_TOOLBARS"
msgid "Dock ~All Toolbars"
msgstr "ማሳረፊያ ~ሁሉንም እቃ መደርደሪያ"
-#: strings.hrc:32
+#: framework/inc/strings.hrc:32
msgctxt "STR_TOOLBAR_LOCK_TOOLBAR"
msgid "~Lock Toolbar Position"
msgstr "የ እቃ መደርደሪያ ቦታ ~መቆለፊያ"
-#: strings.hrc:33
+#: framework/inc/strings.hrc:33
msgctxt "STR_TOOLBAR_CLOSE_TOOLBAR"
msgid "Close ~Toolbar"
msgstr "~እቃ መደርደሪያ መዝጊያ"
-#: strings.hrc:34
+#: framework/inc/strings.hrc:34
msgctxt "STR_SAVECOPYDOC"
msgid "Save Copy ~as..."
msgstr "ኮፒውን ማስቀመጫ ~እንደ..."
-#: strings.hrc:35
+#: framework/inc/strings.hrc:35
msgctxt "STR_NODOCUMENT"
msgid "No Documents"
msgstr "ሰነድ የለም"
-#: strings.hrc:36
+#: framework/inc/strings.hrc:36
msgctxt "STR_CLEAR_RECENT_FILES"
msgid "Clear List"
msgstr "ዝርዝር ማጽጃ"
-#: strings.hrc:37
+#: framework/inc/strings.hrc:37
msgctxt "STR_CLEAR_RECENT_FILES_HELP"
msgid "Clears the list with the most recently opened files. This action can not be undone."
msgstr "በ ቅርብ ጊዜ የተከፈቱ ፋይሎች ዝርዝር ማጽጃ: ይህን ተግባር አንዴ ከ ፈጸሙ መመለስ አይቻልም"
-#: strings.hrc:38
+#: framework/inc/strings.hrc:38
msgctxt "STR_REMOTE_TITLE"
msgid " (Remote)"
msgstr " (ሩቅ)"
-#: strings.hrc:39
+#: framework/inc/strings.hrc:39
msgctxt "STR_SAFEMODE_TITLE"
msgid " (Safe Mode)"
msgstr " (በ ጥንቃቄ ዘዴ)"
-#: strings.hrc:40
+#: framework/inc/strings.hrc:40
msgctxt "STR_TOOLBAR_TITLE_ADDON"
msgid "Add-On %num%"
msgstr "ተጨ-ማሪ %num%"
-#: strings.hrc:41
+#: framework/inc/strings.hrc:41
msgctxt "STR_FULL_DISC_RETRY_BUTTON"
msgid "Retry"
msgstr "እንደገና መሞከሪያ"
-#: strings.hrc:42
+#: framework/inc/strings.hrc:42
msgctxt "STR_FULL_DISC_MSG"
msgid ""
"%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n"
@@ -120,12 +120,12 @@ msgstr ""
"ይጫኑ 'እንደገና መሞከሪያ' ቁልፉን በቂ የሆነ ባዶ የዲስክ ቦታ በዚህ አካባቢ ካዘጋጁ በኋላ ዳታውን እንደገና ለማስቀመጥ ይሞክሩ\n"
"\n"
-#: strings.hrc:43
+#: framework/inc/strings.hrc:43
msgctxt "STR_RESTORE_TOOLBARS"
msgid "~Reset"
msgstr "~እንደ ነበር መመለሻ"
-#: strings.hrc:44
+#: framework/inc/strings.hrc:44
msgctxt "STR_CORRUPT_UICFG_SHARE"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -134,7 +134,7 @@ msgstr ""
"የተጠቃሚውን ዳታ ማዋቀሪያ በማስነሳት ላይ ችግር ተፈጥሯል: መተግበሪያው አሁን ይዘጋል\n"
"እባክዎን መተግበሪያውን እንደገና ለ መግጠም ይሞክሩ"
-#: strings.hrc:45
+#: framework/inc/strings.hrc:45
msgctxt "STR_CORRUPT_UICFG_USER"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -143,7 +143,7 @@ msgstr ""
"የተጠቃሚውን ዳታ ማዋቀሪያ በማስነሳት ላይ ችግር ተፈጥሯል: መተግበሪያው አሁን ይዘጋል\n"
"እባክዎን ከመተግበሪያው ውስጥ የ እርስዎን የ ተጠቃሚ ገጽታ ያስወግዱ"
-#: strings.hrc:46
+#: framework/inc/strings.hrc:46
msgctxt "STR_CORRUPT_UICFG_GENERAL"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
@@ -152,38 +152,38 @@ msgstr ""
"የተጠቃሚውን ዳታ ማዋቀሪያ በማስነሳት ላይ ችግር ተፈጥሯል: መተግበሪያው አሁን ይዘጋል\n"
"እባክዎን ከ መተግበሪያው ውስጥ የ እርስዎን የ ተጠቃሚ ገጽታ በ ቅድሚያ ያስወግዱ ወይም መተግበሪያውን እንደገና ይግጠሙ"
-#: strings.hrc:47
+#: framework/inc/strings.hrc:47
msgctxt "STR_UNTITLED_DOCUMENT"
msgid "Untitled"
msgstr "ያልተሰየመ"
#. To translators: for displaying 'Multiple Languages' in the language statusbar control
-#: strings.hrc:49
+#: framework/inc/strings.hrc:49
msgctxt "STR_LANGSTATUS_MULTIPLE_LANGUAGES"
msgid "Multiple Languages"
msgstr "በርካታ ቋንቋዎች"
-#: strings.hrc:50
+#: framework/inc/strings.hrc:50
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "ምንም (ፊደሉን አታርም)"
-#: strings.hrc:51
+#: framework/inc/strings.hrc:51
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr "ነባሩን ቋንቋ እንደ ነበረ መመለሻ"
-#: strings.hrc:52
+#: framework/inc/strings.hrc:52
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "ተጨማሪ ..."
-#: strings.hrc:53
+#: framework/inc/strings.hrc:53
msgctxt "STR_SET_LANGUAGE_FOR_PARAGRAPH"
msgid "Set Language for Paragraph"
msgstr "ለ ምዕራፍ ቋንቋ ማሰናጃ"
-#: strings.hrc:54
+#: framework/inc/strings.hrc:54
msgctxt "STR_LANGSTATUS_HINT"
msgid "Text Language. Right-click to set character or paragraph language"
msgstr "የ ጽሁፍ ቋንቋ: በ ቀኝ-ይጫኑ ባህሪ ወይንም የ አንቀጽ ቋንቋ ለማሰናዳት"
diff --git a/source/am/helpcontent2/source/auxiliary.po b/source/am/helpcontent2/source/auxiliary.po
index 77ad4f6e1bc..a106b55b22a 100644
--- a/source/am/helpcontent2/source/auxiliary.po
+++ b/source/am/helpcontent2/source/auxiliary.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: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: 2017-12-20 14:26+0000\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"PO-Revision-Date: 2018-02-27 23:19+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1513779993.000000\n"
+"X-POOTLE-MTIME: 1519773548.000000\n"
#: sbasic.tree
msgctxt ""
@@ -45,7 +45,7 @@ msgctxt ""
"sbasic.tree\n"
"070202\n"
"node.text"
-msgid "Run-Time Functions, Statements, and Operators"
+msgid "Functions, Statements, and Operators"
msgstr "ማስኬጃ-ጊዜ ተግባሮች: አረፍተ ነገር: እና አንቀሳቃሾች"
#: sbasic.tree
diff --git a/source/am/helpcontent2/source/text/sbasic/guide.po b/source/am/helpcontent2/source/text/sbasic/guide.po
index 19aa863e6d5..66088b86b6b 100644
--- a/source/am/helpcontent2/source/text/sbasic/guide.po
+++ b/source/am/helpcontent2/source/text/sbasic/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: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-25 13:24+0200\n"
"PO-Revision-Date: 2017-10-04 22:25+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1507155949.000000\n"
#: access2base.xhp
@@ -29,8 +29,8 @@ msgctxt ""
"access2base.xhp\n"
"bm_idA2B001\n"
"help.text"
-msgid "<bookmark_value>Access2Base</bookmark_value>"
-msgstr "<bookmark_value>Access2Base</bookmark_value>"
+msgid "<bookmark_value>Access2Base</bookmark_value><bookmark_value>Microsoft Access; Access2Base</bookmark_value><bookmark_value>Access databases; run in Base</bookmark_value>"
+msgstr ""
#: access2base.xhp
msgctxt ""
@@ -45,8 +45,8 @@ msgctxt ""
"access2base.xhp\n"
"hd_idA2B003\n"
"help.text"
-msgid "What is Access2Base ?"
-msgstr "Access2Base ምንድነው?"
+msgid "What is Access2Base?"
+msgstr ""
#: access2base.xhp
msgctxt ""
@@ -61,8 +61,8 @@ msgctxt ""
"access2base.xhp\n"
"par_idA2B005\n"
"help.text"
-msgid "The provided macros implement functionalities, all directly inspired by Microsoft Access. The macros are callable from a LibreOffice <emph>Base</emph> application only."
-msgstr "የ ተሰጠው ማክሮስ ተግባሮች ይፈጽማል: ሁሉም በ ቀጥታ የ ተገለጸው በ Microsoft Access. ማክሮስ መጥራት ይቻላል በ LibreOffice <emph> ቤዝ </emph> መፈጸሚያ ብቻ"
+msgid "The functionalities provided by the implemented macros are all directly inspired by Microsoft Access. The macros are callable mainly from a LibreOffice <emph>Base</emph> application, but also from <emph>any</emph> LibreOffice document (Writer, Calc, ...) where access to data stored in a database makes sense."
+msgstr ""
#: access2base.xhp
msgctxt ""
@@ -77,8 +77,8 @@ msgctxt ""
"access2base.xhp\n"
"par_idA2B007\n"
"help.text"
-msgid "<emph>The library is documented online on </emph><link href=\"http://www.access2base.com\" name=\"http://www.access2base.com\"><emph>http://www.access2base.com</emph></link>"
-msgstr "<emph>መጻህፍት ቤቱ በ መስመር ላይ ተቀምጧል በ </emph><link href=\"http://www.access2base.com\" name=\"http://www.access2base.com\"><emph>http://www.access2base.com</emph></link>"
+msgid "<emph>The library is documented online on </emph><link href=\"http://www.access2base.com\" name=\"http://www.access2base.com\"><emph>http://www.access2base.com</emph></link>."
+msgstr ""
#: access2base.xhp
msgctxt ""
@@ -93,32 +93,32 @@ msgctxt ""
"access2base.xhp\n"
"par_idA2B009\n"
"help.text"
-msgid "a simplified and extensible API for <emph>forms</emph>, <emph>dialogs</emph> and <emph>controls</emph> manipulations similar with the Microsoft Access object model"
-msgstr "ቀላል እና ሊስፋፋ የሚችል የ API ለ <emph> ፎርሞች </emph> <emph>ንግግር </emph> እና <emph> መቆጣጠሪያ </emph> መቀየሪያ ተመሳሳይ ከ MSAccess እቃ ዘዴ ጋር"
+msgid "a simplified and extensible API for <emph>forms</emph>, <emph>dialogs</emph> and <emph>controls</emph> manipulations similar with the Microsoft Access object model,"
+msgstr ""
#: access2base.xhp
msgctxt ""
"access2base.xhp\n"
"par_idA2B010\n"
"help.text"
-msgid "an API for database access with the <emph>table</emph>, <emph>query</emph>, <emph>recordset</emph> and <emph>field</emph> objects"
-msgstr "የ API ለ ዳታቤዝ መድረሻ በ <emph> ሰንጠረዥ </emph><emph> ጥያቄ </emph> <emph> መቅረጫ ማሰናጃ </emph> እና <emph> ሜዳ </emph> እቃዎች"
+msgid "an API for database access with the <emph>table</emph>, <emph>query</emph>, <emph>recordset</emph> and <emph>field</emph> objects,"
+msgstr ""
#: access2base.xhp
msgctxt ""
"access2base.xhp\n"
"par_idA2B011\n"
"help.text"
-msgid "a number of <emph>actions</emph> with a syntax identical to their corresponding Microsoft Access macros/actions"
-msgstr "የ ቁጥር <emph> ተግባሮች </emph> አገባብ ለ ተመሳሳይ ወደ ተመሳሳያቸው MSAccess macros/actions"
+msgid "a number of <emph>actions</emph> with a syntax identical to their corresponding Microsoft Access macros/actions,"
+msgstr ""
#: access2base.xhp
msgctxt ""
"access2base.xhp\n"
"par_idA2B012\n"
"help.text"
-msgid "the <emph>DLookup</emph>, <emph>DSum</emph>, ... database functions"
-msgstr "የ <emph> ዳታ መፈለጊያ </emph><emph> የ ዳታ ድምር </emph> ... የ ዳታቤዝ ተግባሮች"
+msgid "the <emph>DLookup</emph>, <emph>DSum</emph>, ... database functions,"
+msgstr ""
#: access2base.xhp
msgctxt ""
@@ -133,32 +133,32 @@ msgctxt ""
"access2base.xhp\n"
"par_idA2B014\n"
"help.text"
-msgid "+"
-msgstr "+"
+msgid "in addition"
+msgstr ""
#: access2base.xhp
msgctxt ""
"access2base.xhp\n"
"par_idA2B015\n"
"help.text"
-msgid "a consistent errors and exceptions handler"
-msgstr "መደበኛ ስህተቶች እና የ ተለየ አያያዝ"
+msgid "a consistent errors and exceptions handler,"
+msgstr ""
#: access2base.xhp
msgctxt ""
"access2base.xhp\n"
"par_idA2B016\n"
"help.text"
-msgid "facilities for programming form, dialog and control <emph>events</emph>"
-msgstr "ለ ፎርም ፕሮግራም ማሰናጃ: ንግግር እና መቆጣጠሪያ <emph> ሁኔታዎች </emph>"
+msgid "facilities for programming form, dialog and control <emph>events</emph> and"
+msgstr ""
#: access2base.xhp
msgctxt ""
"access2base.xhp\n"
"par_idA2B017\n"
"help.text"
-msgid "the support of both embedded forms and standalone (Writer) forms"
-msgstr "ለ ሁለቱም ለ ተጣበቁ ፎርሞች ድጋፍ እና ብቸኛ (መጻፊያ) ፎርሞች"
+msgid "the support of both embedded forms and standalone (Writer) forms."
+msgstr ""
#: access2base.xhp
msgctxt ""
@@ -693,8 +693,8 @@ msgctxt ""
"translation.xhp\n"
"par_id7359233\n"
"help.text"
-msgid "Click the <emph>Manage Languages</emph> icon <image id=\"img_id2526017\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2526017\">Manage Language icon</alt></image> on the Language toolbar or on the Toolbox bar."
-msgstr "ይጫኑ የ <emph> አስተዳዳሪ ቋንቋዎች </emph> ምልክት <image id=\"img_id2526017\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2526017\"> አስተዳዳሪ ቋንቋ ምልክት </alt></image> በ ቋንቋ እቃ መደርደሪያ ላይ ወይንም በ እቃ ሳጥን መደርደሪያ ላይ"
+msgid "Click the <emph>Manage Languages</emph> icon<image id=\"img_id2526017\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2526017\">Manage Language icon</alt></image> on the Language toolbar or on the Toolbox bar."
+msgstr ""
#: translation.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sbasic/shared.po b/source/am/helpcontent2/source/text/sbasic/shared.po
index 256fde6fc2e..1c76d05465d 100644
--- a/source/am/helpcontent2/source/text/sbasic/shared.po
+++ b/source/am/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: 2017-12-18 12:31+0100\n"
-"PO-Revision-Date: 2018-02-18 21:00+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-04-15 22:23+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1518987619.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1523831000.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -61,8 +61,8 @@ msgctxt ""
"00000002.xhp\n"
"par_id3153092\n"
"help.text"
-msgid "The behavior has an effect on both the implicit conversion ( 1 + \"2.3\" = 3.3 ) as well as the runtime function <link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric\">IsNumeric</link>."
-msgstr "ባህሪው ተጽእኖ አለው በ ሁለቱም መቀየሪያዎች ላይ ( 1 + \"2.3\" = 3.3 ) እንዲሁም በ ማስኬጃ ጊዜ ተግባር ውስጥ <link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric\"> ቁጥር ነው </link>"
+msgid "The behavior has an effect on both the implicit conversion ( 1 + \"2.3\" = 3.3 ) as well as the function <link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric\">IsNumeric</link>."
+msgstr "ባህሪው ተጽእኖ አለው በ ሁለቱም መቀየሪያዎች ላይ ( 1 + \"2.3\" = 3.3 ) እንዲሁም በ ተግባር ውስጥ <link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric\"> ቁጥር ነው </link>"
#: 00000002.xhp
msgctxt ""
@@ -6557,8 +6557,8 @@ msgctxt ""
"03010101.xhp\n"
"tit\n"
"help.text"
-msgid "MsgBox Statement [Runtime]"
-msgstr "የ መልእክት ሳጥን አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "MsgBox Statement"
+msgstr "የ መልእክት ሳጥን አረፍተ ነገር"
#: 03010101.xhp
msgctxt ""
@@ -6573,8 +6573,8 @@ msgctxt ""
"03010101.xhp\n"
"hd_id3154927\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03010101.xhp\">የ መልእክት ሳጥን መግለጫ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03010101.xhp\">የ መልእክት ሳጥን ንግግር</link>"
#: 03010101.xhp
msgctxt ""
@@ -6797,8 +6797,8 @@ msgctxt ""
"03010102.xhp\n"
"tit\n"
"help.text"
-msgid "MsgBox Function [Runtime]"
-msgstr "የ መልእክት ሳጥን ተግባር [ማስኬጃ ጊዜ]"
+msgid "MsgBox Function"
+msgstr "የ መልእክት ሳጥን ተግባር"
#: 03010102.xhp
msgctxt ""
@@ -6813,8 +6813,8 @@ msgctxt ""
"03010102.xhp\n"
"hd_id3153379\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function [Runtime]\">MsgBox Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function [Runtime]\">የ መልእክት ሳጥን ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function\">MsgBox Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function\">የ መልእክት ሳጥን ተግባር</link>"
#: 03010102.xhp
msgctxt ""
@@ -7157,8 +7157,8 @@ msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement [Runtime]"
-msgstr "የ ማተሚያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Print Statement"
+msgstr "የ ማተሚያ አረፍተ ነገር"
#: 03010103.xhp
msgctxt ""
@@ -7173,8 +7173,8 @@ msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement [Runtime]\">Print Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement [Runtime]\">የ ማተሚያ መግለጫ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">የ ማተሚያ አረፍተ ነገር</link>"
#: 03010103.xhp
msgctxt ""
@@ -7309,8 +7309,8 @@ msgctxt ""
"03010201.xhp\n"
"tit\n"
"help.text"
-msgid "InputBox Function [Runtime]"
-msgstr "የ ማስገቢያ ሳጥን ተግባር [ማስኬጃ ጊዜ]"
+msgid "InputBox Function"
+msgstr "የ ማስገቢያ ሳጥን ተግባር"
#: 03010201.xhp
msgctxt ""
@@ -7325,8 +7325,8 @@ msgctxt ""
"03010201.xhp\n"
"hd_id3148932\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function [Runtime]\">InputBox Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function [Runtime]\">የ ማስገቢያ ሳጥን ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function\">InputBox Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function\">የ ማስገቢያ ሳጥን ተግባር</link>"
#: 03010201.xhp
msgctxt ""
@@ -7485,8 +7485,8 @@ msgctxt ""
"03010301.xhp\n"
"tit\n"
"help.text"
-msgid "Blue Function [Runtime]"
-msgstr "ሰማያዊ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Blue Function"
+msgstr "ሰማያዊ ተግባር"
#: 03010301.xhp
msgctxt ""
@@ -7501,8 +7501,8 @@ msgctxt ""
"03010301.xhp\n"
"hd_id3149180\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue Function [Runtime]\">Blue Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue Function [Runtime]\">ሰማያዊ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue Function\">Blue Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue Function\">ሰማያዊ ተግባር</link>"
#: 03010301.xhp
msgctxt ""
@@ -7605,8 +7605,8 @@ msgctxt ""
"03010302.xhp\n"
"tit\n"
"help.text"
-msgid "Green Function [Runtime]"
-msgstr "አረንጓዴ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Green Function"
+msgstr "አረንጓዴ ተግባር"
#: 03010302.xhp
msgctxt ""
@@ -7621,8 +7621,8 @@ msgctxt ""
"03010302.xhp\n"
"hd_id3148947\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Runtime]\">Green Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Runtime]\">አረንጓዴ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function\">Green Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function\">አረንጓዴ ተግባር</link>"
#: 03010302.xhp
msgctxt ""
@@ -7725,8 +7725,8 @@ msgctxt ""
"03010303.xhp\n"
"tit\n"
"help.text"
-msgid "Red Function [Runtime]"
-msgstr "ቀይ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Red Function"
+msgstr "ቀይ ተግባር"
#: 03010303.xhp
msgctxt ""
@@ -7741,8 +7741,8 @@ msgctxt ""
"03010303.xhp\n"
"hd_id3148947\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function [Runtime]\">Red Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function [Runtime]\">ቀይ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function\">Red Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function\">ቀይ ተግባር</link>"
#: 03010303.xhp
msgctxt ""
@@ -7845,16 +7845,16 @@ msgctxt ""
"03010304.xhp\n"
"tit\n"
"help.text"
-msgid "QBColor Function [Runtime]"
-msgstr "የ ቀለም ኮድ ተግባር [ማስኬጃ ጊዜ]"
+msgid "QBColor Function"
+msgstr "የ QB ቀለም ተግባሮች"
#: 03010304.xhp
msgctxt ""
"03010304.xhp\n"
"hd_id3149670\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function [Runtime]\">QBColor Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function [Runtime]\">የ ቀለም ኮድ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function\">QBColor Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function\">የ QB ቀለም ተግባሮች</link>"
#: 03010304.xhp
msgctxt ""
@@ -8077,16 +8077,16 @@ msgctxt ""
"03010305.xhp\n"
"tit\n"
"help.text"
-msgid "RGB Function [Runtime]"
-msgstr "ቀአሰ ተግባር [ማስኬጃ ጊዜ]"
+msgid "RGB Function"
+msgstr "ቀአሰ ተግባር"
#: 03010305.xhp
msgctxt ""
"03010305.xhp\n"
"hd_id3150792\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function [Runtime]\">RGB Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function [Runtime]\">ቀአሰ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function\">RGB Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function\">ቀአሰ ተግባር </link>"
#: 03010305.xhp
msgctxt ""
@@ -8253,8 +8253,8 @@ msgctxt ""
"03020101.xhp\n"
"tit\n"
"help.text"
-msgid "Close Statement [Runtime]"
-msgstr "አረፍተ ነገር መዝጊያ [ማስኬጃ ጊዜ]"
+msgid "Close Statement"
+msgstr "አረፍተ ነገር መዝጊያ"
#: 03020101.xhp
msgctxt ""
@@ -8269,8 +8269,8 @@ msgctxt ""
"03020101.xhp\n"
"hd_id3157896\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Runtime]\">Close Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Runtime]\">መዝጊያ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement\">Close Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement\">አረፍተ ነገር መዝጊያ</link>"
#: 03020101.xhp
msgctxt ""
@@ -8341,8 +8341,8 @@ msgctxt ""
"03020102.xhp\n"
"tit\n"
"help.text"
-msgid "FreeFile Function[Runtime]"
-msgstr "የ ነፃ ፋይል ተግባር[ማስኬጃ ጊዜ]"
+msgid "FreeFile Function"
+msgstr "ነፃ ፋይል ተግባር"
#: 03020102.xhp
msgctxt ""
@@ -8357,8 +8357,8 @@ msgctxt ""
"03020102.xhp\n"
"hd_id3150400\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function[Runtime]\">FreeFile Function[Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function[Runtime]\">ነፃ ፋይል ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function\">FreeFile Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function\">ነፃ ፋይል ተግባር</link>"
#: 03020102.xhp
msgctxt ""
@@ -8437,8 +8437,8 @@ msgctxt ""
"03020103.xhp\n"
"tit\n"
"help.text"
-msgid "Open Statement [Runtime]"
-msgstr "የ መክፈቻ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Open Statement"
+msgstr "አረፍተ ነገር መክፈቻ"
#: 03020103.xhp
msgctxt ""
@@ -8453,8 +8453,8 @@ msgctxt ""
"03020103.xhp\n"
"hd_id3150791\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement [Runtime]\">Open Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement [Runtime]\">የ መክፈቻ መግለጫ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">Open Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">አረፍተ ነገር መክፈቻ</link>"
#: 03020103.xhp
msgctxt ""
@@ -8573,8 +8573,8 @@ msgctxt ""
"03020104.xhp\n"
"tit\n"
"help.text"
-msgid "Reset Statement [Runtime]"
-msgstr "እንደ ነበር መመለሻ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Reset Statement"
+msgstr "አረፍተ ነገር እንደ ነበር መመለሻ"
#: 03020104.xhp
msgctxt ""
@@ -8589,8 +8589,8 @@ msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">መግለጫ እንደ ነበር መመለሻ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">አረፍተ ነገር እንደ ነበር መመለሻ</link>"
#: 03020104.xhp
msgctxt ""
@@ -8653,8 +8653,8 @@ msgctxt ""
"03020201.xhp\n"
"tit\n"
"help.text"
-msgid "Get Statement [Runtime]"
-msgstr "አረፍተ ነገር ያግኙ [ማስኬጃ ጊዜ]"
+msgid "Get Statement"
+msgstr "አረፍተ ነገር ማግኛ"
#: 03020201.xhp
msgctxt ""
@@ -8669,8 +8669,8 @@ msgctxt ""
"03020201.xhp\n"
"hd_id3154927\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020201.xhp\">መግለጫ ማግኛ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020201.xhp\">አረፍተ ነገር ማግኛ</link>"
#: 03020201.xhp
msgctxt ""
@@ -8821,8 +8821,8 @@ msgctxt ""
"03020202.xhp\n"
"tit\n"
"help.text"
-msgid "Input# Statement [Runtime]"
-msgstr "ማስገቢያ# አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Input# Statement"
+msgstr "ማስገቢያ# አረፍተ ነገር"
#: 03020202.xhp
msgctxt ""
@@ -8837,8 +8837,8 @@ msgctxt ""
"03020202.xhp\n"
"hd_id3154908\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">Input# Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">ማስገቢያ# መግለጫ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement\">Input# Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement\">ማስገቢያ# አረፍተ ነገር</link>"
#: 03020202.xhp
msgctxt ""
@@ -8949,8 +8949,8 @@ msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement [Runtime]"
-msgstr "መስመር ማስገቢያ # አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Line Input # Statement"
+msgstr "መስመር ማስገቢያ # አረፍተ ነገር"
#: 03020203.xhp
msgctxt ""
@@ -8965,8 +8965,8 @@ msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement [Runtime]\">Line Input # Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement [Runtime]\">የ መስመር ማስገቢያ # መግለጫ [ማስኬጃ ጊዜ]</link>"
+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>"
#: 03020203.xhp
msgctxt ""
@@ -9053,8 +9053,8 @@ msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement [Runtime]"
-msgstr "አረፍተ ነገር ማስገቢያ [ማስኬጃ ጊዜ]"
+msgid "Put Statement"
+msgstr "አረፍተ ነገር ማስቀመጫ"
#: 03020204.xhp
msgctxt ""
@@ -9069,8 +9069,8 @@ msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement [Runtime]\">Put Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement [Runtime]\">አረፍተ ነገር ማስገቢያ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">አረፍተ ነገር ማስቀመጫ</link>"
#: 03020204.xhp
msgctxt ""
@@ -9229,8 +9229,8 @@ msgctxt ""
"03020205.xhp\n"
"tit\n"
"help.text"
-msgid "Write Statement [Runtime]"
-msgstr "የ መጻፊያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Write Statement"
+msgstr "አረፍተ ነገር መጻፊያ"
#: 03020205.xhp
msgctxt ""
@@ -9245,8 +9245,8 @@ msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement [Runtime]\">Write Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement [Runtime]\">መጻፊያ መግለጫ [ማስኬጃ ጊዜ]</link>"
+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>"
#: 03020205.xhp
msgctxt ""
@@ -9349,8 +9349,8 @@ msgctxt ""
"03020301.xhp\n"
"tit\n"
"help.text"
-msgid "Eof Function [Runtime]"
-msgstr "Eof Function [Runtime]"
+msgid "Eof Function"
+msgstr "የ ፋይል መጨረሻ ተግባር"
#: 03020301.xhp
msgctxt ""
@@ -9365,8 +9365,8 @@ msgctxt ""
"03020301.xhp\n"
"hd_id3154598\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function [Runtime]\">Eof Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function [Runtime]\">Eof Function [Runtime]</link>"
+msgid "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function\">Eof Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function\">የ ፋይል መጨረሻ ተግባር</link>"
#: 03020301.xhp
msgctxt ""
@@ -9461,8 +9461,8 @@ msgctxt ""
"03020302.xhp\n"
"tit\n"
"help.text"
-msgid "Loc Function [Runtime]"
-msgstr "Loc Function [Runtime]"
+msgid "Loc Function"
+msgstr "የ አካባቢ ተግባር"
#: 03020302.xhp
msgctxt ""
@@ -9477,8 +9477,8 @@ msgctxt ""
"03020302.xhp\n"
"hd_id3148663\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function [Runtime]\">Loc Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function [Runtime]\">Loc ተግባሮች [Runtime]</link>"
+msgid "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function\">Loc Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function\">የ አካባቢ ተግባር</link>"
#: 03020302.xhp
msgctxt ""
@@ -9557,8 +9557,8 @@ msgctxt ""
"03020303.xhp\n"
"tit\n"
"help.text"
-msgid "Lof Function [Runtime]"
-msgstr "ዝርዝር ተግባር [ማስኬጃ ጊዜ]"
+msgid "Lof Function"
+msgstr "እረጅም የ ባይትስ ተግባር"
#: 03020303.xhp
msgctxt ""
@@ -9573,8 +9573,8 @@ msgctxt ""
"03020303.xhp\n"
"hd_id3156024\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Function [Runtime]\">Lof Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Function [Runtime]\">ዝርዝር ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Function\">Lof Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03020303.xhp\" name=\"Lof Function\">እረጅም የ ባይትስ ተግባር</link>"
#: 03020303.xhp
msgctxt ""
@@ -9709,8 +9709,8 @@ msgctxt ""
"03020304.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Function [Runtime]"
-msgstr "መፈለጊያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Seek Function"
+msgstr "ተግባር መፈለጊያ"
#: 03020304.xhp
msgctxt ""
@@ -9725,8 +9725,8 @@ msgctxt ""
"03020304.xhp\n"
"hd_id3154367\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek Function [Runtime]\">Seek Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek Function [Runtime]\">መፈለጊያ ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek Function\">Seek Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek Function\">ተግባር መፈለጊያ</link>"
#: 03020304.xhp
msgctxt ""
@@ -9813,8 +9813,8 @@ msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement [Runtime]"
-msgstr "መፈለጊያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Seek Statement"
+msgstr "ተግባር መፈለጊያ"
#: 03020305.xhp
msgctxt ""
@@ -9829,8 +9829,8 @@ msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement [Runtime]\">Seek Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement [Runtime]\">መፈለጊያ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+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>"
#: 03020305.xhp
msgctxt ""
@@ -9933,8 +9933,8 @@ msgctxt ""
"03020401.xhp\n"
"tit\n"
"help.text"
-msgid "ChDir Statement [Runtime]"
-msgstr "ዳይሬክቶሪ መቀየሪያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "ChDir Statement"
+msgstr "ዳይሬክቶሪ መቀየሪያ አረፍተ ነገር"
#: 03020401.xhp
msgctxt ""
@@ -9949,8 +9949,8 @@ msgctxt ""
"03020401.xhp\n"
"hd_id3150178\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement [Runtime]\">ChDir Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement [Runtime]\">ዳይሬክቶሪ መቀየሪያ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement\">ChDir Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement\">ዳይሬክቶሪ መቀየሪያ አረፍተ ነገር</link>"
#: 03020401.xhp
msgctxt ""
@@ -9965,8 +9965,8 @@ msgctxt ""
"03020401.xhp\n"
"par_id9783013\n"
"help.text"
-msgid "This runtime statement currently does not work as documented. See <link href=\"http://www.openoffice.org/issues/show_bug.cgi?id=30692\">this issue</link> for more information."
-msgstr "ይህ ማስኬጃ ጊዜ አሁን እየሰራ አይደለም እንደ ተመዘገበው: ይህን ይመልከቱ <link href=\"http://www.openoffice.org/issues/show_bug.cgi?id=30692\">ይህን ስርጭት </link> ለ በለጠ መረጃ"
+msgid "This statement currently does not work as documented. See <link href=\"https://bz.apache.org/ooo/show_bug.cgi?id=30692\">this issue</link> for more information."
+msgstr "ይህ አረፍተ ነገር እንደ ተመዘገበው አሁን እየሰራ አይደለም: ይህን ይመልከቱ <link href=\"https://bz.apache.org/ooo/show_bug.cgi?id=30692\"> ይህን ስርጭት </link> ለ በለጠ መረጃ"
#: 03020401.xhp
msgctxt ""
@@ -10021,8 +10021,8 @@ msgctxt ""
"03020402.xhp\n"
"tit\n"
"help.text"
-msgid "ChDrive Statement [Runtime]"
-msgstr "ዳይሬክቶሪ መቀየሪያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "ChDrive Statement"
+msgstr "አካል መቀየሪያ አረፍተ ነገር"
#: 03020402.xhp
msgctxt ""
@@ -10037,8 +10037,8 @@ msgctxt ""
"03020402.xhp\n"
"hd_id3145068\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement [Runtime]\">ChDrive Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement [Runtime]\">ዳይሬክቶሪ መቀየሪያ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement\">ChDrive Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement\">አካል መቀየሪያ አረፍተ ነገር</link>"
#: 03020402.xhp
msgctxt ""
@@ -10109,8 +10109,8 @@ msgctxt ""
"03020403.xhp\n"
"tit\n"
"help.text"
-msgid "CurDir Function [Runtime]"
-msgstr "ዳይሬክቶሪ መቀየሪያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "CurDir Function"
+msgstr "የ አሁኑ አካል ተግባር"
#: 03020403.xhp
msgctxt ""
@@ -10125,8 +10125,8 @@ msgctxt ""
"03020403.xhp\n"
"hd_id3153126\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020403.xhp\">ዳይሬክቶሪ መቀየሪያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03020403.xhp\">የ አሁኑ አካል ተግባር</link>"
#: 03020403.xhp
msgctxt ""
@@ -10213,8 +10213,8 @@ msgctxt ""
"03020404.xhp\n"
"tit\n"
"help.text"
-msgid "Dir Function [Runtime]"
-msgstr "የ ዳይሬክቶሪ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Dir Function"
+msgstr "የ ዳይሬክቶሪ ተግባር"
#: 03020404.xhp
msgctxt ""
@@ -10229,8 +10229,8 @@ msgctxt ""
"03020404.xhp\n"
"hd_id3154347\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020404.xhp\" name=\"Dir Function [Runtime]\">Dir Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020404.xhp\" name=\"Dir Function [Runtime]\">የ ዳይሬክቶሪ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020404.xhp\" name=\"Dir Function\">Dir Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03020404.xhp\" name=\"Dir Function\">የ ዳይሬክቶሪ ተግባር</link>"
#: 03020404.xhp
msgctxt ""
@@ -10341,8 +10341,8 @@ msgctxt ""
"03020404.xhp\n"
"par_id3147348\n"
"help.text"
-msgid "To return directories only, use the attribute parameter. The same applies if you want to determine the name of a volume (for example, a hard drive partition)"
-msgstr "ዳይሬክቶሪ ብቻ እንዲመልስ: ይጠቀሙ የ መለያ ደንብ: ተመሳሳይ ይፈጽሙ እርስዎ መወሰን ከ ፈለጉ የ መጠን ስም (ለምሳሌ: የ hard drive partition)"
+msgid "To return directories only, use the attribute parameter. The same applies if you want to determine the name of a volume (for example, a hard drive partition)."
+msgstr ""
#: 03020404.xhp
msgctxt ""
@@ -10381,8 +10381,8 @@ msgctxt ""
"03020405.xhp\n"
"tit\n"
"help.text"
-msgid "FileAttr Function [Runtime]"
-msgstr "ፋይል መለያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "FileAttr Function"
+msgstr "የ ፋይል መለያ ተግባር"
#: 03020405.xhp
msgctxt ""
@@ -10397,8 +10397,8 @@ msgctxt ""
"03020405.xhp\n"
"hd_id3153380\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020405.xhp\" name=\"FileAttr Function [Runtime]\">FileAttr Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020405.xhp\" name=\"FileAttr Function [Runtime]\">ፋይል መለያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020405.xhp\" name=\"FileAttr Function\">FileAttr Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03020405.xhp\" name=\"FileAttr Function\">የ ፋይል መለያ ተግባር</link>"
#: 03020405.xhp
msgctxt ""
@@ -10581,8 +10581,8 @@ msgctxt ""
"03020406.xhp\n"
"tit\n"
"help.text"
-msgid "FileCopy Statement [Runtime]"
-msgstr "የ ፋይል ኮፒ ማድረጊያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "FileCopy Statement"
+msgstr "የ ፋይል ኮፒ አረፍተ ነገር"
#: 03020406.xhp
msgctxt ""
@@ -10597,8 +10597,8 @@ msgctxt ""
"03020406.xhp\n"
"hd_id3154840\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement [Runtime]\">FileCopy Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement [Runtime]\">የ ፋይል ኮፒ ማድረጊያ መግለጫ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement\">FileCopy Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement\">የ ፋይል ኮፒ አረፍተ ነገር</link>"
#: 03020406.xhp
msgctxt ""
@@ -10669,8 +10669,8 @@ msgctxt ""
"03020407.xhp\n"
"tit\n"
"help.text"
-msgid "FileDateTime Function [Runtime]"
-msgstr "የ ፋይል ቀን ሰአት ተግባር [ማስኬጃ ጊዜ]"
+msgid "FileDateTime Function"
+msgstr "የ ፋይል ቀን ሰአት ተግባር"
#: 03020407.xhp
msgctxt ""
@@ -10685,8 +10685,8 @@ msgctxt ""
"03020407.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function [Runtime]\">FileDateTime Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function [Runtime]\">የ ፋይል ቀን ሰአት ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function\">FileDateTime Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function\">የ ፋይል ቀን ሰአት ተግባር</link>"
#: 03020407.xhp
msgctxt ""
@@ -10749,8 +10749,8 @@ msgctxt ""
"03020408.xhp\n"
"tit\n"
"help.text"
-msgid "FileLen Function [Runtime]"
-msgstr "የ ፋይል እርዝመት ተግባር [ማስኬጃ ጊዜ]"
+msgid "FileLen Function"
+msgstr "የ ፋይል መንገድ ስም ተግባር"
#: 03020408.xhp
msgctxt ""
@@ -10765,8 +10765,8 @@ msgctxt ""
"03020408.xhp\n"
"hd_id3153126\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen Function [Runtime]\">FileLen Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen-Function [Runtime]\">የ ፋይል እርዝመት ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen Function\">FileLen Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen Function\">የ ፋይል መንገድ ስም ተግባር</link>"
#: 03020408.xhp
msgctxt ""
@@ -10845,8 +10845,8 @@ msgctxt ""
"03020409.xhp\n"
"tit\n"
"help.text"
-msgid "GetAttr Function [Runtime]"
-msgstr "መለያዎች ማግኛ ተግባር [ማስኬጃ ጊዜ]"
+msgid "GetAttr Function"
+msgstr "መለያዎች ማግኛ ተግባር"
#: 03020409.xhp
msgctxt ""
@@ -10861,8 +10861,8 @@ msgctxt ""
"03020409.xhp\n"
"hd_id3150984\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function [Runtime]\">GetAttr Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function [Runtime]\">መለያዎች ማግኛ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function\">GetAttr Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function\">መለያዎች ማግኛ ተግባር</link>"
#: 03020409.xhp
msgctxt ""
@@ -11045,8 +11045,8 @@ msgctxt ""
"03020410.xhp\n"
"tit\n"
"help.text"
-msgid "Kill Statement [Runtime]"
-msgstr "አረፍተ ነገር መግደያ [ማስኬጃ ጊዜ]"
+msgid "Kill Statement"
+msgstr "ከ ዲስክ ላይ ማጥፊያ አረፍተ ነገር"
#: 03020410.xhp
msgctxt ""
@@ -11061,8 +11061,8 @@ msgctxt ""
"03020410.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement [Runtime]\">Kill Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement [Runtime]\">አረፍተ ነገር መግደያ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement\">Kill Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement\">ከ ዲስክ ላይ ማጥፊያ አረፍተ ነገር</link>"
#: 03020410.xhp
msgctxt ""
@@ -11125,8 +11125,8 @@ msgctxt ""
"03020411.xhp\n"
"tit\n"
"help.text"
-msgid "MkDir Statement [Runtime]"
-msgstr "ዳይሬክቶሪ መፍጠሪያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "MkDir Statement"
+msgstr "አዲስ ዳይረክቶሪ ወይንም ፎልደር መፍጠሪያ አረፍተ ነገር"
#: 03020411.xhp
msgctxt ""
@@ -11141,8 +11141,8 @@ msgctxt ""
"03020411.xhp\n"
"hd_id3156421\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement [Runtime]\">MkDir Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement [Runtime]\">ዳይሬክቶሪ መፍጠሪያ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement\">MkDir Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement\">አዲስ ዳይረክቶሪ ወይንም ፎልደር መፍጠሪያ አረፍተ ነገር</link>"
#: 03020411.xhp
msgctxt ""
@@ -11325,8 +11325,8 @@ msgctxt ""
"03020412.xhp\n"
"tit\n"
"help.text"
-msgid "Name Statement [Runtime]"
-msgstr "የ ተሰየመ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Name Statement"
+msgstr "የ ስም አረፍተ ነገር"
#: 03020412.xhp
msgctxt ""
@@ -11341,8 +11341,8 @@ msgctxt ""
"03020412.xhp\n"
"hd_id3143268\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Name Statement [Runtime]\">Name Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Name Statement [Runtime]\">የ ተሰየመ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Name Statement\">Name Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Name Statement\">የ ስም አረፍተ ነገር</link>"
#: 03020412.xhp
msgctxt ""
@@ -11405,8 +11405,8 @@ msgctxt ""
"03020413.xhp\n"
"tit\n"
"help.text"
-msgid "RmDir Statement [Runtime]"
-msgstr "ዳይሬክቶሪ ማጥፊያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "RmDir Statement"
+msgstr "ዳይረክቶሪ ወይንም ፎልደር ማስወገጃ"
#: 03020413.xhp
msgctxt ""
@@ -11421,8 +11421,8 @@ msgctxt ""
"03020413.xhp\n"
"hd_id3148947\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement [Runtime]\">RmDir Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement [Runtime]\">ዳይሬክቶሪ ማጥፊያ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement\">RmDir Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement\">ዳይረክቶሪ ወይንም ፎልደር ማስወገጃ</link>"
#: 03020413.xhp
msgctxt ""
@@ -11485,8 +11485,8 @@ msgctxt ""
"03020414.xhp\n"
"tit\n"
"help.text"
-msgid "SetAttr Statement [Runtime]"
-msgstr "መለያ ማሰናጃ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "SetAttr Statement"
+msgstr "የ ፋይል መለያ መረጃ ማሰናጃ አረፍተ ነገር"
#: 03020414.xhp
msgctxt ""
@@ -11501,8 +11501,8 @@ msgctxt ""
"03020414.xhp\n"
"hd_id3147559\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement [Runtime]\">SetAttr Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement [Runtime]\">መለያ አረፍተ ነገር ማሰናጃ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement\">SetAttr Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement\">የ ፋይል መለያ መረጃ ማሰናጃ አረፍተ ነገር</link>"
#: 03020414.xhp
msgctxt ""
@@ -11637,8 +11637,8 @@ msgctxt ""
"03020415.xhp\n"
"tit\n"
"help.text"
-msgid "FileExists Function [Runtime]"
-msgstr "ፋይል ነበር ተግባር [ማስኬጃ ጊዜ]"
+msgid "FileExists Function"
+msgstr "ፋይል ነበር ተግባር"
#: 03020415.xhp
msgctxt ""
@@ -11653,8 +11653,8 @@ msgctxt ""
"03020415.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function [Runtime]\">FileExists Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function [Runtime]\">ፋይሉ ነበር ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function\">FileExists Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function\">ፋይል ነበር ተግባር</link>"
#: 03020415.xhp
msgctxt ""
@@ -11789,8 +11789,8 @@ msgctxt ""
"03030101.xhp\n"
"tit\n"
"help.text"
-msgid "DateSerial Function [Runtime]"
-msgstr "ተከታታይ ቀን ተግባር [ማስኬጃ ጊዜ]"
+msgid "DateSerial Function"
+msgstr "የ ተከታታይ ቀን ተግባር"
#: 03030101.xhp
msgctxt ""
@@ -11805,8 +11805,8 @@ msgctxt ""
"03030101.xhp\n"
"hd_id3157896\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function [Runtime]\">DateSerial Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function [Runtime]\">ተከታታይ ቀን ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function\">DateSerial Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function\">የ ተከታታይ ቀን ተግባር</link>"
#: 03030101.xhp
msgctxt ""
@@ -11941,8 +11941,8 @@ msgctxt ""
"03030102.xhp\n"
"tit\n"
"help.text"
-msgid "DateValue Function [Runtime]"
-msgstr "የ ቀን ዋጋ ተግባር [ማስኬጃ ጊዜ]"
+msgid "DateValue Function"
+msgstr "የ ቀን ዋጋ ተግባር"
#: 03030102.xhp
msgctxt ""
@@ -11957,8 +11957,8 @@ msgctxt ""
"03030102.xhp\n"
"hd_id3156344\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function [Runtime]\">DateValue Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function [Runtime]\">የ ቀን ዋጋ ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function\">DateValue Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030102.xhp\" name=\"DateValue Function\">የ ቀን ዋጋ ተግባር</link>"
#: 03030102.xhp
msgctxt ""
@@ -12029,8 +12029,8 @@ msgctxt ""
"03030103.xhp\n"
"tit\n"
"help.text"
-msgid "Day Function [Runtime]"
-msgstr "የ ቀን ተግባር [ማስኬጃ ጊዜ]"
+msgid "Day Function"
+msgstr "የ ቀን ተግባር"
#: 03030103.xhp
msgctxt ""
@@ -12045,8 +12045,8 @@ msgctxt ""
"03030103.xhp\n"
"hd_id3153345\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day Function [Runtime]\">Day Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day Function [Runtime]\">የ ቀን ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day Function\">Day Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day Function\">የ ቀን ተግባር</link>"
#: 03030103.xhp
msgctxt ""
@@ -12141,8 +12141,8 @@ msgctxt ""
"03030104.xhp\n"
"tit\n"
"help.text"
-msgid "Month Function [Runtime]"
-msgstr "የ ወር ተግባር [ማስኬጃ ጊዜ]"
+msgid "Month Function"
+msgstr "የ ወር ተግባር"
#: 03030104.xhp
msgctxt ""
@@ -12157,8 +12157,8 @@ msgctxt ""
"03030104.xhp\n"
"hd_id3153127\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month Function [Runtime]\">Month Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month Function [Runtime]\">የ ወር ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month Function\">Month Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month Function\">የ ወር ተግባር</link>"
#: 03030104.xhp
msgctxt ""
@@ -12253,8 +12253,8 @@ msgctxt ""
"03030105.xhp\n"
"tit\n"
"help.text"
-msgid "WeekDay Function [Runtime]"
-msgstr "የ ስራ ቀን ተግባር [ማስኬጃ ጊዜ]"
+msgid "WeekDay Function"
+msgstr "የ ሳምንት ቀን ተግባር"
#: 03030105.xhp
msgctxt ""
@@ -12269,8 +12269,8 @@ msgctxt ""
"03030105.xhp\n"
"hd_id3153127\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay Function [Runtime]\">WeekDay Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay Function [Runtime]\">የ ስራ ቀን ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay Function\">WeekDay Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030105.xhp\" name=\"WeekDay Function\">የ ሳምንት ቀን ተግባር</link>"
#: 03030105.xhp
msgctxt ""
@@ -12421,8 +12421,8 @@ msgctxt ""
"03030106.xhp\n"
"tit\n"
"help.text"
-msgid "Year Function [Runtime]"
-msgstr "የ አመት ተግባር [ማስኬጃ ጊዜ]"
+msgid "Year Function"
+msgstr "የ አመት ተግባር"
#: 03030106.xhp
msgctxt ""
@@ -12437,8 +12437,8 @@ msgctxt ""
"03030106.xhp\n"
"hd_id3148664\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function [Runtime]\">Year Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function [Runtime]\">የ አመት ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function\">Year Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function\">የ አመት ተግባር</link>"
#: 03030106.xhp
msgctxt ""
@@ -12533,8 +12533,8 @@ msgctxt ""
"03030107.xhp\n"
"tit\n"
"help.text"
-msgid "CDateToIso Function [Runtime]"
-msgstr "ቀን በ Iso አቀራረብ ተግባር [ማስኬጃ ጊዜ]"
+msgid "CDateToIso Function"
+msgstr ""
#: 03030107.xhp
msgctxt ""
@@ -12549,8 +12549,8 @@ msgctxt ""
"03030107.xhp\n"
"hd_id3150620\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function\">CDateToIso Function</link>"
+msgstr ""
#: 03030107.xhp
msgctxt ""
@@ -12573,8 +12573,8 @@ msgctxt ""
"03030107.xhp\n"
"par_id3151099\n"
"help.text"
-msgid "Years less than 100 and greater than 9999 are supported since %PRODUCTNAME 5.4"
-msgstr "አመቶች የሚያንሱ ከ 100 እና የሚበልጡ ከ 9999 የ ተደገፉ ናቸው ከ %PRODUCTNAME 5.4 ጀምሮ"
+msgid "Years less than 100 and greater than 9999 are supported since %PRODUCTNAME 5.4."
+msgstr ""
#: 03030107.xhp
msgctxt ""
@@ -12645,8 +12645,8 @@ msgctxt ""
"03030108.xhp\n"
"tit\n"
"help.text"
-msgid "CDateFromIso Function [Runtime]"
-msgstr "ቀን በ Iso አቀራረብ ተግባር [ማስኬጃ ጊዜ]"
+msgid "CDateFromIso Function"
+msgstr ""
#: 03030108.xhp
msgctxt ""
@@ -12661,8 +12661,8 @@ msgctxt ""
"03030108.xhp\n"
"hd_id3153127\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso Function [Runtime]\">CDateFromIso Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso ተግባሮች [Runtime]\">CDateFromIso Function [Runtime]</link>"
+msgid "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso Function\">CDateFromIso Function</link>"
+msgstr ""
#: 03030108.xhp
msgctxt ""
@@ -12693,8 +12693,8 @@ msgctxt ""
"03030108.xhp\n"
"par_id3148553\n"
"help.text"
-msgid "When converting a date serial number to a printable string, for example for the Print or MsgBox command, the locale's default calendar is used and at that 1582-10-15 cutover date may switch to the Julian calendar, which can result in a different date being displayed than expected. Use the <link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link> to convert such date number to a string representation in the proleptic Gregorian calendar."
-msgstr "ተከታታይ የ ቀን ቁጥር በሚቀይሩ ጊዜ ወደ የሚታተም ሀረግ: ለምሳሌ: ለ ማተሚያ ወይንም መልእክት ሳጥን ትእዛዝ ውስጥ: የ ነባር ቋንቋ ቀን መቁጠሪያ ይጠቀማል እና ይህ 1582-10-15 የ ተቆረጠ ቀን ይቀየራል ወደ Julian calendar, ስለዚህ የ ተለየ ቀን ይፈጥራል እና ያሳያል ከ ተጠበቀው በላይ: ይጠቀሙ የ <link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link> የ ቀን ቁጥሮችን ለ መቀየር ወደ ሀረግ ማቅረቢያ በ proleptic Gregorian calendar."
+msgid "When converting a date serial number to a printable string, for example for the Print or MsgBox command, the locale's default calendar is used and at that 1582-10-15 cutover date may switch to the Julian calendar, which can result in a different date being displayed than expected. Use the <link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function\">CDateToIso Function</link> to convert such date number to a string representation in the proleptic Gregorian calendar."
+msgstr "ተከታታይ የ ቀን ቁጥር በሚቀይሩ ጊዜ ወደ የሚታተም ሀረግ: ለምሳሌ: ለ ማተሚያ ወይንም መልእክት ሳጥን ትእዛዝ ውስጥ: የ ነባር ቋንቋ ቀን መቁጠሪያ ይጠቀማል እና ይህ 1582-10-15 የ ተቆረጠ ቀን ይቀየራል ወደ Julian calendar, ስለዚህ የ ተለየ ቀን ይፈጥራል እና ያሳያል ከ ተጠበቀው በላይ: ይጠቀሙ የ <link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function\">CDateToIso Function</link> የ ቀን ቁጥሮችን ለ መቀየር ወደ ሀረግ ማቅረቢያ በ proleptic Gregorian calendar."
#: 03030108.xhp
msgctxt ""
@@ -12765,8 +12765,8 @@ msgctxt ""
"03030110.xhp\n"
"tit\n"
"help.text"
-msgid "DateAdd Function [Runtime]"
-msgstr "ቀን መጨመሪያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "DateAdd Function"
+msgstr "ቀን መጨመሪያ ተግባር"
#: 03030110.xhp
msgctxt ""
@@ -12781,8 +12781,8 @@ msgctxt ""
"03030110.xhp\n"
"par_idN10548\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030110.xhp\">ቀን መጨመሪያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030110.xhp\">DateAdd Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030110.xhp\">ቀን መጨመሪያ ተግባር</link>"
#: 03030110.xhp
msgctxt ""
@@ -12837,8 +12837,8 @@ msgctxt ""
"03030110.xhp\n"
"par_idN10629\n"
"help.text"
-msgid "Add - A string expression from the following table, specifying the date interval."
-msgstr "መጨመሪያ - የ ሀረግ መግለጫ ከሚቀጥለው ሰንጠረዥ ውስጥ: የ ቀን ክፍተት መወሰኛ"
+msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
+msgstr ""
#: 03030110.xhp
msgctxt ""
@@ -13021,16 +13021,16 @@ msgctxt ""
"03030110.xhp\n"
"par_idN106C1\n"
"help.text"
-msgid "Count - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative)."
-msgstr "መቁጠሪያ - የ ቁጥር መግለጫ መወሰኛ ምን ያህል ጊዜ ክፍተት እንደሚጨመር (መቁጠሪያ አዎንታዊ ነው) ወይንም በሚቀነስ ጊዜ (መቁጠሪያ አሉታዊ) ነው"
+msgid "<emph>Count</emph> - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative)."
+msgstr ""
#: 03030110.xhp
msgctxt ""
"03030110.xhp\n"
"par_idN106C4\n"
"help.text"
-msgid "Date - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value."
-msgstr "ቀን - የ ተሰጠ ቀን ወይንም ስም ለ ተለዋዋጭ መቀየሪያ ቀን ለያዘው: የ መጨመሪያ ዋጋ ለ መቁጠሪያ ጊዜ ለዚህ ዋጋ ይጨመራል"
+msgid "<emph>Date</emph> - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value."
+msgstr ""
#: 03030110.xhp
msgctxt ""
@@ -13045,8 +13045,8 @@ msgctxt ""
"03030111.xhp\n"
"tit\n"
"help.text"
-msgid "CDateToUnoDate Function [Runtime]"
-msgstr "ቀን ወደ UnoDate ተግባር [ማስኬጃ ጊዜ]"
+msgid "CDateToUnoDate Function"
+msgstr ""
#: 03030111.xhp
msgctxt ""
@@ -13061,8 +13061,8 @@ msgctxt ""
"03030111.xhp\n"
"hd_id3150620\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030111.xhp\" name=\"CDateToUnoDate Function [Runtime]\">CDateToUnoDate Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030111.xhp\" name=\"CDateToUnoDate Function [Runtime]\">ቀን ወደ UnoDate ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030111.xhp\" name=\"CDateToUnoDate Function\">CDateToUnoDate Function</link>"
+msgstr ""
#: 03030111.xhp
msgctxt ""
@@ -13133,8 +13133,8 @@ msgctxt ""
"03030112.xhp\n"
"tit\n"
"help.text"
-msgid "CDateFromUnoDate Function [Runtime]"
-msgstr "CDateFromUnoDate ተግባር [ማስኬጃ ጊዜ]"
+msgid "CDateFromUnoDate Function"
+msgstr ""
#: 03030112.xhp
msgctxt ""
@@ -13149,8 +13149,8 @@ msgctxt ""
"03030112.xhp\n"
"hd_id3150620\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate Function [Runtime]\">CDateFromUnoDate Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate Function [Runtime]\">CDateFromUnoDate ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate Function\">CDateFromUnoDate Function</link>"
+msgstr ""
#: 03030112.xhp
msgctxt ""
@@ -13221,8 +13221,8 @@ msgctxt ""
"03030113.xhp\n"
"tit\n"
"help.text"
-msgid "CDateToUnoTime Function [Runtime]"
-msgstr "CDateToUnoTime ተግባር [ማስኬጃ ጊዜ]"
+msgid "CDateToUnoTime Function"
+msgstr ""
#: 03030113.xhp
msgctxt ""
@@ -13237,8 +13237,8 @@ msgctxt ""
"03030113.xhp\n"
"hd_id3150620\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030113.xhp\" name=\"CDateToUnoTime Function [Runtime]\">CDateToUnoTime Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030113.xhp\" name=\"CDateToUnoTime Function [Runtime]\">CDateToUnoTime ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030113.xhp\" name=\"CDateToUnoTime Function\">CDateToUnoTime Function</link>"
+msgstr ""
#: 03030113.xhp
msgctxt ""
@@ -13309,8 +13309,8 @@ msgctxt ""
"03030114.xhp\n"
"tit\n"
"help.text"
-msgid "CDateFromUnoTime Function [Runtime]"
-msgstr "CDateFromUnoTime ተግባር [ማስኬጃ ጊዜ]"
+msgid "CDateFromUnoTime Function"
+msgstr ""
#: 03030114.xhp
msgctxt ""
@@ -13325,8 +13325,8 @@ msgctxt ""
"03030114.xhp\n"
"hd_id3150620\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030114.xhp\" name=\"CDateFromUnoTime Function [Runtime]\">CDateFromUnoTime Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030114.xhp\" name=\"CDateFromUnoTime Function [Runtime]\">CDateFromUnoTime ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030114.xhp\" name=\"CDateFromUnoTime Function\">CDateFromUnoTime Function</link>"
+msgstr ""
#: 03030114.xhp
msgctxt ""
@@ -13397,8 +13397,8 @@ msgctxt ""
"03030115.xhp\n"
"tit\n"
"help.text"
-msgid "CDateToUnoDateTime Function [Runtime]"
-msgstr "CDateToUnoDateTime ተግባር [ማስኬጃ ጊዜ]"
+msgid "CDateToUnoDateTime Function"
+msgstr ""
#: 03030115.xhp
msgctxt ""
@@ -13413,8 +13413,8 @@ msgctxt ""
"03030115.xhp\n"
"hd_id3150620\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030115.xhp\" name=\"CDateToUnoDateTime Function [Runtime]\">CDateToUnoDateTime Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030115.xhp\" name=\"CDateToUnoDateTime Function [Runtime]\">CDateToUnoDateTime ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030115.xhp\" name=\"CDateToUnoDateTime Function\">CDateToUnoDateTime Function</link>"
+msgstr ""
#: 03030115.xhp
msgctxt ""
@@ -13485,8 +13485,8 @@ msgctxt ""
"03030116.xhp\n"
"tit\n"
"help.text"
-msgid "CDateFromUnoDateTime Function [Runtime]"
-msgstr "CDateFromUnoDateTime ተግባር [ማስኬጃ ጊዜ]"
+msgid "CDateFromUnoDateTime Function"
+msgstr ""
#: 03030116.xhp
msgctxt ""
@@ -13501,8 +13501,8 @@ msgctxt ""
"03030116.xhp\n"
"hd_id3150620\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030116.xhp\" name=\"CDateFromUnoDateTime Function [Runtime]\">CDateFromUnoDateTime Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030116.xhp\" name=\"CDateFromUnoDateTime Function [Runtime]\">CDateFromUnoDateTime ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030116.xhp\" name=\"CDateFromUnoDateTime Function\">CDateFromUnoDateTime Function</link>"
+msgstr ""
#: 03030116.xhp
msgctxt ""
@@ -13573,8 +13573,8 @@ msgctxt ""
"03030120.xhp\n"
"tit\n"
"help.text"
-msgid "DateDiff Function [Runtime]"
-msgstr "የ ቀን ልዩነት ተግባር [ማስኬጃ ጊዜ]"
+msgid "DateDiff Function"
+msgstr "የ ቀን ልዩነት ተግባር"
#: 03030120.xhp
msgctxt ""
@@ -13589,8 +13589,8 @@ msgctxt ""
"03030120.xhp\n"
"par_idN10542\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030120.xhp\">DateDiff Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030120.xhp\">የ ተለየ ቀን ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030120.xhp\">DateDiff Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030120.xhp\">የ ቀን ልዩነት ተግባር</link>"
#: 03030120.xhp
msgctxt ""
@@ -13909,8 +13909,8 @@ msgctxt ""
"03030130.xhp\n"
"tit\n"
"help.text"
-msgid "DatePart Function [Runtime]"
-msgstr "የ ቀን አካል ተግባር [ማስኬጃ ጊዜ]"
+msgid "DatePart Function"
+msgstr "የ ቀን አካል ተግባር"
#: 03030130.xhp
msgctxt ""
@@ -13925,8 +13925,8 @@ msgctxt ""
"03030130.xhp\n"
"par_idN10542\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030130.xhp\">DatePart Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030130.xhp\">የ ቀን አካል ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030130.xhp\">DatePart Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030130.xhp\">የ ቀን አካል ተግባር</link>"
#: 03030130.xhp
msgctxt ""
@@ -14029,8 +14029,8 @@ msgctxt ""
"03030201.xhp\n"
"tit\n"
"help.text"
-msgid "Hour Function [Runtime]"
-msgstr "የ ሰአት ተግባር [ማስኬጃ ጊዜ]"
+msgid "Hour Function"
+msgstr "የ ሰአት ተግባር"
#: 03030201.xhp
msgctxt ""
@@ -14045,8 +14045,8 @@ msgctxt ""
"03030201.xhp\n"
"hd_id3156042\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour Function [Runtime]\">Hour Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour Function [Runtime]\">የ ሰአት ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour Function\">Hour Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour Function\">የ ሰአት ተግባር</link>"
#: 03030201.xhp
msgctxt ""
@@ -14157,8 +14157,8 @@ msgctxt ""
"03030202.xhp\n"
"tit\n"
"help.text"
-msgid "Minute Function [Runtime]"
-msgstr "የ ደቂቃ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Minute Function"
+msgstr "የ ደቂቃ ተግባር"
#: 03030202.xhp
msgctxt ""
@@ -14173,8 +14173,8 @@ msgctxt ""
"03030202.xhp\n"
"hd_id3155419\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function [Runtime]\">Minute Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function [Runtime]\">የ ደቂቃ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function\">Minute Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function\">የ ደቂቃ ተግባር</link>"
#: 03030202.xhp
msgctxt ""
@@ -14285,8 +14285,8 @@ msgctxt ""
"03030203.xhp\n"
"tit\n"
"help.text"
-msgid "Now Function [Runtime]"
-msgstr "የ አሁን ተግባር [ማስኬጃ ጊዜ]"
+msgid "Now Function"
+msgstr "የ አሁን ተግባር"
#: 03030203.xhp
msgctxt ""
@@ -14301,8 +14301,8 @@ msgctxt ""
"03030203.xhp\n"
"hd_id3149416\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function [Runtime]\">Now Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function [Runtime]\">አሁን ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function\">Now Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function\">የ አሁን ተግባር</link>"
#: 03030203.xhp
msgctxt ""
@@ -14357,8 +14357,8 @@ msgctxt ""
"03030204.xhp\n"
"tit\n"
"help.text"
-msgid "Second Function [Runtime]"
-msgstr "ሁለተኛ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Second Function"
+msgstr "የ ሰከንድ ተግባር"
#: 03030204.xhp
msgctxt ""
@@ -14373,8 +14373,8 @@ msgctxt ""
"03030204.xhp\n"
"hd_id3153346\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function [Runtime]\">Second Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function [Runtime]\">ሁለተኛ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function\">Second Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function\">የ ሰከንድ ተግባር</link>"
#: 03030204.xhp
msgctxt ""
@@ -14477,8 +14477,8 @@ msgctxt ""
"03030205.xhp\n"
"tit\n"
"help.text"
-msgid "TimeSerial Function [Runtime]"
-msgstr "ተከታታይ የ ጊዜ ተግባር [ማስኬጃ ጊዜ]"
+msgid "TimeSerial Function"
+msgstr "የ ተከታታይ ሰአት ተግባር"
#: 03030205.xhp
msgctxt ""
@@ -14493,8 +14493,8 @@ msgctxt ""
"03030205.xhp\n"
"hd_id3143271\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function [Runtime]\">TimeSerial Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function [Runtime]\">ተከታታይ የ ጊዜ ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function\">TimeSerial Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function\">የ ተከታታይ ሰአት ተግባር</link>"
#: 03030205.xhp
msgctxt ""
@@ -14661,8 +14661,8 @@ msgctxt ""
"03030206.xhp\n"
"tit\n"
"help.text"
-msgid "TimeValue Function [Runtime]"
-msgstr "የ ሰአት ዋጋ ተግባር [ማስኬጃ ጊዜ]"
+msgid "TimeValue Function"
+msgstr "የ ሰአት ዋጋ ተግባር"
#: 03030206.xhp
msgctxt ""
@@ -14677,8 +14677,8 @@ msgctxt ""
"03030206.xhp\n"
"hd_id3149670\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function [Runtime]\">TimeValue Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function [Runtime]\">የ ሰአት ዋጋ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function\">TimeValue Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function\">የ ሰአት ዋጋ ተግባር</link>"
#: 03030206.xhp
msgctxt ""
@@ -14829,8 +14829,8 @@ msgctxt ""
"03030301.xhp\n"
"tit\n"
"help.text"
-msgid "Date Statement [Runtime]"
-msgstr "የ ቀን አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Date Statement"
+msgstr "የ ቀን አረፍተ ነገር"
#: 03030301.xhp
msgctxt ""
@@ -14845,8 +14845,8 @@ msgctxt ""
"03030301.xhp\n"
"hd_id3156027\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement [Runtime]\">Date Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement [Runtime]\">ቀን መግለጫ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement\">Date Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement\">የ ቀን አረፍተ ነገር</link>"
#: 03030301.xhp
msgctxt ""
@@ -14909,8 +14909,8 @@ msgctxt ""
"03030302.xhp\n"
"tit\n"
"help.text"
-msgid "Time Statement [Runtime]"
-msgstr "የ ጊዜ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Time Statement"
+msgstr "የ ሰአት አረፍተ ነገር"
#: 03030302.xhp
msgctxt ""
@@ -14925,8 +14925,8 @@ msgctxt ""
"03030302.xhp\n"
"hd_id3145090\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030302.xhp\">የ ሰአት መግለጫ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03030302.xhp\">የ ሰአት አረፍተ ነገር</link>"
#: 03030302.xhp
msgctxt ""
@@ -14981,8 +14981,8 @@ msgctxt ""
"03030303.xhp\n"
"tit\n"
"help.text"
-msgid "Timer Function [Runtime]"
-msgstr "በራሱ ጊዜ ቆጣሪ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Timer Function"
+msgstr "ጊዜ መቁጠሪያ ተግባር"
#: 03030303.xhp
msgctxt ""
@@ -14997,8 +14997,8 @@ msgctxt ""
"03030303.xhp\n"
"hd_id3149346\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function [Runtime]\">Timer Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function [Runtime]\">የ ሰአት ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function\">Timer Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function\">ጊዜ መቁጠሪያ ተግባር</link>"
#: 03030303.xhp
msgctxt ""
@@ -15293,16 +15293,16 @@ msgctxt ""
"03040000.xhp\n"
"par_id521512319135830\n"
"help.text"
-msgid "\\x0D\\x0A (13 10) for Windows 32 bits"
-msgstr "\\x0D\\x0A (13 10) for Windows 32 bits"
+msgid "\\x0D\\x0A (13 10) for 32-bit Windows"
+msgstr ""
#: 03040000.xhp
msgctxt ""
"03040000.xhp\n"
"par_id61512319163913\n"
"help.text"
-msgid "\\x0A (10) for other 64 bits systems"
-msgstr "\\x0A (10) ለ ሌላ 64 ቢትስ ስርአት"
+msgid "\\x0A (10) for other 64-bit systems"
+msgstr ""
#: 03040000.xhp
msgctxt ""
@@ -15373,8 +15373,8 @@ msgctxt ""
"03050100.xhp\n"
"tit\n"
"help.text"
-msgid "Erl Function [Runtime]"
-msgstr "የ ስህተት መስመር ቁጥር ማሳያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Erl Function"
+msgstr "የ መስመር ቁጥር ተግባር"
#: 03050100.xhp
msgctxt ""
@@ -15389,8 +15389,8 @@ msgctxt ""
"03050100.xhp\n"
"hd_id3157896\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function [Runtime]\">Erl Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function [Runtime]\">የ ስህተት መስመር ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function\">Erl Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function\">የ መስመር ቁጥር ተግባር</link>"
#: 03050100.xhp
msgctxt ""
@@ -15477,8 +15477,8 @@ msgctxt ""
"03050200.xhp\n"
"tit\n"
"help.text"
-msgid "Err Function [Runtime]"
-msgstr "ስህተት ተግባር [ማስኬጃ ጊዜ]"
+msgid "Err Function"
+msgstr "የ ስህተት ተግባር"
#: 03050200.xhp
msgctxt ""
@@ -15493,8 +15493,8 @@ msgctxt ""
"03050200.xhp\n"
"hd_id3156343\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err Function [Runtime]\">Err Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err Function [Runtime]\">የ ስህተት ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err Function\">Err Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err Function\">የ ስህተት ተግባር</link>"
#: 03050200.xhp
msgctxt ""
@@ -15581,8 +15581,8 @@ msgctxt ""
"03050300.xhp\n"
"tit\n"
"help.text"
-msgid "Error Function [Runtime]"
-msgstr "የ ስህተት ተግባር [ማስኬጃ ጊዜ]"
+msgid "Error Function"
+msgstr "የ ስህተት ተግባር"
#: 03050300.xhp
msgctxt ""
@@ -15597,8 +15597,8 @@ msgctxt ""
"03050300.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function [Runtime]\">Error Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function [Runtime]\">የ ስህተት ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function\">Error Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function\">የ ስህተት ተግባር</link>"
#: 03050300.xhp
msgctxt ""
@@ -15669,8 +15669,8 @@ msgctxt ""
"03050500.xhp\n"
"tit\n"
"help.text"
-msgid "On Error GoTo ... Resume Statement [Runtime]"
-msgstr "በ ስህተት ጊዜ መሄጃ ወደ ... መቀጠያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "On Error GoTo ... Resume Statement"
+msgstr "በ ስህተት ጊዜ መሄጃ ወደ ... መቀጠያ አረፍተ ነገር"
#: 03050500.xhp
msgctxt ""
@@ -15685,8 +15685,8 @@ msgctxt ""
"03050500.xhp\n"
"hd_id3146795\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ... Resume Statement [Runtime]\">On Error GoTo ... Resume Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ... Resume Statement [Runtime]\">በ ስህተት ጊዜ መሄጃ ወደ ... መቀጠያ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ... Resume Statement\">On Error GoTo ... Resume Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ... Resume Statement\">በ ስህተት ጊዜ መሄጃ ወደ ... መቀጠያ አረፍተ ነገር</link>"
#: 03050500.xhp
msgctxt ""
@@ -15821,8 +15821,8 @@ msgctxt ""
"03060100.xhp\n"
"tit\n"
"help.text"
-msgid "AND Operator [Runtime]"
-msgstr "እና አንቀሳቃሽ [ማስኬጃ ጊዜ]"
+msgid "AND Operator"
+msgstr "እና አንቀሳቃሽ"
#: 03060100.xhp
msgctxt ""
@@ -15837,8 +15837,8 @@ msgctxt ""
"03060100.xhp\n"
"hd_id3146117\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator [Runtime]\">AND Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator [Runtime]\">እና አንቀሳቃሽ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator\">AND Operator</link>"
+msgstr "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator\">እና አንቀሳቃሽ</link>"
#: 03060100.xhp
msgctxt ""
@@ -15942,7 +15942,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "vVarOut = A > B And B > D ' returns 0"
-msgstr ""
+msgstr "vVarOut = A > B And B > D ' returns 0"
#: 03060100.xhp
msgctxt ""
@@ -15965,8 +15965,8 @@ msgctxt ""
"03060200.xhp\n"
"tit\n"
"help.text"
-msgid "Eqv Operator [Runtime]"
-msgstr "እኩል ነው አንቀሳቃሽ [ማስኬጃ ጊዜ]"
+msgid "Eqv Operator"
+msgstr "እኩል ነው አንቀሳቃሽ"
#: 03060200.xhp
msgctxt ""
@@ -15981,8 +15981,8 @@ msgctxt ""
"03060200.xhp\n"
"hd_id3156344\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator [Runtime]\">Eqv Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator [Runtime]\">እኩል ነው አንቀሳቃሽ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator\">Eqv Operator</link>"
+msgstr "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator\">እኩል ነው አንቀሳቃሽ</link>"
#: 03060200.xhp
msgctxt ""
@@ -16101,8 +16101,8 @@ msgctxt ""
"03060300.xhp\n"
"tit\n"
"help.text"
-msgid "Imp Operator [Runtime]"
-msgstr "የ ሎጂክ መፈጸሚያ-አንቀሳቃሽ [ማስኬጃ ጊዜ]"
+msgid "Imp Operator"
+msgstr ""
#: 03060300.xhp
msgctxt ""
@@ -16117,8 +16117,8 @@ msgctxt ""
"03060300.xhp\n"
"hd_id3156024\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp Operator [Runtime]\">Imp Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp Operator [Runtime]\">የ ሎጂክ መፈጸሚያ-አንቀሳቃሽ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp Operator\">Imp Operator</link>"
+msgstr ""
#: 03060300.xhp
msgctxt ""
@@ -16237,8 +16237,8 @@ msgctxt ""
"03060400.xhp\n"
"tit\n"
"help.text"
-msgid "Not Operator [Runtime]"
-msgstr "አንቀሳቃሽ-አይደለም [ማስኬጃ ጊዜ]"
+msgid "Not Operator"
+msgstr "አንቀሳቃሽ አይደለም"
#: 03060400.xhp
msgctxt ""
@@ -16253,8 +16253,8 @@ msgctxt ""
"03060400.xhp\n"
"hd_id3156024\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not Operator [Runtime]\">Not Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not-Operator [Runtime]\">አንቀሳቃሽ አይደለም [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not Operator\">Not Operator</link>"
+msgstr "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not Operator\">አንቀሳቃሽ አይደለም</link>"
#: 03060400.xhp
msgctxt ""
@@ -16365,8 +16365,8 @@ msgctxt ""
"03060500.xhp\n"
"tit\n"
"help.text"
-msgid "Or Operator [Runtime]"
-msgstr "ወይንም-አንቀሳቃሽ [ማስኬጃ ጊዜ]"
+msgid "Or Operator"
+msgstr "ወይንም አንቀሳቃሽ"
#: 03060500.xhp
msgctxt ""
@@ -16381,8 +16381,8 @@ msgctxt ""
"03060500.xhp\n"
"hd_id3150986\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or Operator [Runtime]\">Or Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or-Operator [Runtime]\">ወይንም አንቀሳቃሽ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or Operator\">Or Operator</link>"
+msgstr "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or Operator\">ወይንም አንቀሳቃሽ</link>"
#: 03060500.xhp
msgctxt ""
@@ -16461,8 +16461,8 @@ msgctxt ""
"03060600.xhp\n"
"tit\n"
"help.text"
-msgid "XOR Operator [Runtime]"
-msgstr "Xወይንም-አንቀሳቃሽ [ማስኬጃ ጊዜ]"
+msgid "XOR Operator"
+msgstr "Xወይንም አንቀሳቃሽ"
#: 03060600.xhp
msgctxt ""
@@ -16477,8 +16477,8 @@ msgctxt ""
"03060600.xhp\n"
"hd_id3156024\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"XOR Operator [Runtime]\">XOR Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"Xor-Operator [Runtime]\">Xወይንም-አንቀሳቃሽ [ማስኬጃ ጊዜ] </link>"
+msgid "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"XOR Operator\">XOR Operator</link>"
+msgstr "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"XOR Operator\">Xወይንም አንቀሳቃሽ</link>"
#: 03060600.xhp
msgctxt ""
@@ -16629,8 +16629,8 @@ msgctxt ""
"03070100.xhp\n"
"tit\n"
"help.text"
-msgid "\"-\" Operator [Runtime]"
-msgstr "\"-\" አንቀሳቃሽ [ማስኬጃ ጊዜ]"
+msgid "\"-\" Operator"
+msgstr "\"-\" አንቀሳቃሽ"
#: 03070100.xhp
msgctxt ""
@@ -16645,8 +16645,8 @@ msgctxt ""
"03070100.xhp\n"
"hd_id3156042\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" አንቀሳቃሽ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator</link>"
+msgstr "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" አንቀሳቃሽ</link>"
#: 03070100.xhp
msgctxt ""
@@ -16709,8 +16709,8 @@ msgctxt ""
"03070200.xhp\n"
"tit\n"
"help.text"
-msgid "\"*\" Operator [Runtime]"
-msgstr "\"*\" አንቀሳቃሽ [ማስኬጃ ጊዜ]"
+msgid "\"*\" Operator"
+msgstr "\"*\" አንቀሳቃሽ"
#: 03070200.xhp
msgctxt ""
@@ -16725,8 +16725,8 @@ msgctxt ""
"03070200.xhp\n"
"hd_id3147573\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" አንቀሳቃሽ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator</link>"
+msgstr "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" አንቀሳቃሽ</link>"
#: 03070200.xhp
msgctxt ""
@@ -16789,8 +16789,8 @@ msgctxt ""
"03070300.xhp\n"
"tit\n"
"help.text"
-msgid "\"+\" Operator [Runtime]"
-msgstr "\"+\" አንቀሳቃሽ [ማስኬጃ ጊዜ]"
+msgid "\"+\" Operator"
+msgstr "\"+\" አንቀሳቃሽ"
#: 03070300.xhp
msgctxt ""
@@ -16805,8 +16805,8 @@ msgctxt ""
"03070300.xhp\n"
"hd_id3145316\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" አንቀሳቃሽ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator</link>"
+msgstr "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" አንቀሳቃሽ</link>"
#: 03070300.xhp
msgctxt ""
@@ -16869,8 +16869,8 @@ msgctxt ""
"03070400.xhp\n"
"tit\n"
"help.text"
-msgid "\"/\" Operator [Runtime]"
-msgstr "\"/\" አንቀሳቃሽ [ማስኬጃ ጊዜ]"
+msgid "\"/\" Operator"
+msgstr "\"/\" አንቀሳቃሽ"
#: 03070400.xhp
msgctxt ""
@@ -16885,8 +16885,8 @@ msgctxt ""
"03070400.xhp\n"
"hd_id3150669\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" አንቀሳቃሽ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator</link>"
+msgstr "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" አንቀሳቃሽ</link>"
#: 03070400.xhp
msgctxt ""
@@ -16949,8 +16949,8 @@ msgctxt ""
"03070500.xhp\n"
"tit\n"
"help.text"
-msgid "\"^\" Operator [Runtime]"
-msgstr "\"^\" አንቀሳቃሽ [ማስኬጃ ጊዜ]"
+msgid "\"^\" Operator"
+msgstr "\"^\" አንቀሳቃሽ"
#: 03070500.xhp
msgctxt ""
@@ -16965,8 +16965,8 @@ msgctxt ""
"03070500.xhp\n"
"hd_id3145315\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" አንቀሳቃሽ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" Operator</link>"
+msgstr "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" አንቀሳቃሽ</link>"
#: 03070500.xhp
msgctxt ""
@@ -17045,8 +17045,8 @@ msgctxt ""
"03070600.xhp\n"
"tit\n"
"help.text"
-msgid "Mod Operator [Runtime]"
-msgstr "ዘዴ አንቀሳቃሽ [ማስኬጃ ጊዜ]"
+msgid "Mod Operator"
+msgstr "ዘዴ አንቀሳቃሽ"
#: 03070600.xhp
msgctxt ""
@@ -17061,8 +17061,8 @@ msgctxt ""
"03070600.xhp\n"
"hd_id3150669\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod Operator [Runtime]\">Mod Operator [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod-Operator [Runtime]\">ዘዴ አንቀሳቃሽ [ማስኬጃ ጊዜ] </link>"
+msgid "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod Operator\">Mod Operator</link>"
+msgstr "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod Operator\">ዘዴ አንቀሳቃሽ</link>"
#: 03070600.xhp
msgctxt ""
@@ -17237,8 +17237,8 @@ msgctxt ""
"03080101.xhp\n"
"tit\n"
"help.text"
-msgid "Atn Function [Runtime]"
-msgstr "አርክ ታንጀንት ተግባር [ማስኬጃ ጊዜ]"
+msgid "Atn Function"
+msgstr "አርክ ታንጀንት ተግባር"
#: 03080101.xhp
msgctxt ""
@@ -17253,8 +17253,8 @@ msgctxt ""
"03080101.xhp\n"
"hd_id3150616\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function [Runtime]\">Atn Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function [Runtime]\">አርክ ታንጀንት ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function\">Atn Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function\">አርክ ታንጀንት ተግባር</link>"
#: 03080101.xhp
msgctxt ""
@@ -17421,8 +17421,8 @@ msgctxt ""
"03080102.xhp\n"
"tit\n"
"help.text"
-msgid "Cos Function [Runtime]"
-msgstr "የ ኮሳይን ተግባር [ማስኬጃ ጊዜ]"
+msgid "Cos Function"
+msgstr "የ ኮሳይን ተግባር"
#: 03080102.xhp
msgctxt ""
@@ -17437,8 +17437,8 @@ msgctxt ""
"03080102.xhp\n"
"hd_id3154923\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function [Runtime]\">Cos Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function [Runtime]\">የ ኮሳይን ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function\">Cos Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function\">የ ኮሳይን ተግባር</link>"
#: 03080102.xhp
msgctxt ""
@@ -17605,8 +17605,8 @@ msgctxt ""
"03080103.xhp\n"
"tit\n"
"help.text"
-msgid "Sin Function [Runtime]"
-msgstr "የ ሳይን ተግባር [ማስኬጃ ጊዜ]"
+msgid "Sin Function"
+msgstr "የ ሳይን ተግባር"
#: 03080103.xhp
msgctxt ""
@@ -17621,8 +17621,8 @@ msgctxt ""
"03080103.xhp\n"
"hd_id3153896\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function [Runtime]\">Sin Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function [Runtime]\">የ ሳይን ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function\">Sin Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function\">የ ሳይን ተግባር</link>"
#: 03080103.xhp
msgctxt ""
@@ -17789,8 +17789,8 @@ msgctxt ""
"03080104.xhp\n"
"tit\n"
"help.text"
-msgid "Tan Function [Runtime]"
-msgstr "የ ታንጀንት ተግባር [ማስኬጃ ጊዜ]"
+msgid "Tan Function"
+msgstr "ታንጀንት ተግባር"
#: 03080104.xhp
msgctxt ""
@@ -17805,8 +17805,8 @@ msgctxt ""
"03080104.xhp\n"
"hd_id3148550\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function [Runtime]\">Tan Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function [Runtime]\">የ ታንጀንት ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function\">Tan Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function\">ታንጀንት ተግባር</link>"
#: 03080104.xhp
msgctxt ""
@@ -17997,8 +17997,8 @@ msgctxt ""
"03080201.xhp\n"
"tit\n"
"help.text"
-msgid "Exp Function [Runtime]"
-msgstr "ኤክስፖኔንሽያል ተግባር [ማስኬጃ ጊዜ]"
+msgid "Exp Function"
+msgstr "ኤክስፖነንሺያል ተግባር"
#: 03080201.xhp
msgctxt ""
@@ -18013,8 +18013,8 @@ msgctxt ""
"03080201.xhp\n"
"hd_id3150616\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function [Runtime]\">Exp Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function [Runtime]\">ኤክስፖኔንሽያል ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function\">Exp Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function\">ኤክስፖነንሺያል ተግባር</link>"
#: 03080201.xhp
msgctxt ""
@@ -18093,8 +18093,8 @@ msgctxt ""
"03080202.xhp\n"
"tit\n"
"help.text"
-msgid "Log Function [Runtime]"
-msgstr "የ ሎጋሪዝም ተግባር [ማስኬጃ ጊዜ]"
+msgid "Log Function"
+msgstr "የ ሎጋሪዝም ተግባር"
#: 03080202.xhp
msgctxt ""
@@ -18109,8 +18109,8 @@ msgctxt ""
"03080202.xhp\n"
"hd_id3149416\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function [Runtime]\">Log Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function [Runtime]\">የ ሎጋሪዝም ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function\">Log Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function\">የ ሎጋሪዝም ተግባር</link>"
#: 03080202.xhp
msgctxt ""
@@ -18237,8 +18237,8 @@ msgctxt ""
"03080301.xhp\n"
"tit\n"
"help.text"
-msgid "Randomize Statement [Runtime]"
-msgstr "በደፈናው አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Randomize Statement"
+msgstr "በደፈናው አረፍተ ነገር"
#: 03080301.xhp
msgctxt ""
@@ -18253,8 +18253,8 @@ msgctxt ""
"03080301.xhp\n"
"hd_id3150616\n"
"help.text"
-msgid "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link></variable>"
-msgstr "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">በደፈናው አረፍተ ነገር [ማስኬጃ ጊዜ]</link></variable>"
+msgid "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement\">Randomize Statement</link></variable>"
+msgstr "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement\">በደፈናው አረፍተ ነገር</link></variable>"
#: 03080301.xhp
msgctxt ""
@@ -18341,8 +18341,8 @@ msgctxt ""
"03080302.xhp\n"
"tit\n"
"help.text"
-msgid "Rnd Function [Runtime]"
-msgstr "ማጠጋጊያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Rnd Function"
+msgstr "ማጠጋጊያ ተግባር"
#: 03080302.xhp
msgctxt ""
@@ -18357,8 +18357,8 @@ msgctxt ""
"03080302.xhp\n"
"hd_id3148685\n"
"help.text"
-msgid "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link></variable>"
-msgstr "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">በደፈናው ተግባር [ማስኬጃ ጊዜ]</link></variable>"
+msgid "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function\">Rnd Function</link></variable>"
+msgstr "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function\">ማጠጋጊያ ተግባር</link></variable>"
#: 03080302.xhp
msgctxt ""
@@ -18493,8 +18493,8 @@ msgctxt ""
"03080401.xhp\n"
"tit\n"
"help.text"
-msgid "Sqr Function [Runtime]"
-msgstr "ስኴር ተግባር [ማስኬጃ ጊዜ]"
+msgid "Sqr Function"
+msgstr "ስኴር ተግባር"
#: 03080401.xhp
msgctxt ""
@@ -18509,8 +18509,8 @@ msgctxt ""
"03080401.xhp\n"
"hd_id3156027\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function [Runtime]\">Sqr Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function [Runtime]\">ስኴር ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function\">Sqr Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function\">ስኴር ተግባር</link>"
#: 03080401.xhp
msgctxt ""
@@ -18613,8 +18613,8 @@ msgctxt ""
"03080501.xhp\n"
"tit\n"
"help.text"
-msgid "Fix Function [Runtime]"
-msgstr "መጠገኛ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Fix Function"
+msgstr ""
#: 03080501.xhp
msgctxt ""
@@ -18629,8 +18629,8 @@ msgctxt ""
"03080501.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function [Runtime]\">Fix Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function [Runtime]\">መጠገኛ ተግባሮች [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function\">Fix Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function\">መጠገኛ ተግባር </link>"
#: 03080501.xhp
msgctxt ""
@@ -18725,8 +18725,8 @@ msgctxt ""
"03080502.xhp\n"
"tit\n"
"help.text"
-msgid "Int Function [Runtime]"
-msgstr "የ ኢንቲጀር ተግባር [ማስኬጃ ጊዜ]"
+msgid "Int Function"
+msgstr "ኢንቲጀር ተግባር"
#: 03080502.xhp
msgctxt ""
@@ -18741,8 +18741,8 @@ msgctxt ""
"03080502.xhp\n"
"hd_id3153345\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function [Runtime]\">Int Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function [Runtime]\">የ ኢንቲጀር ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function\">Int Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function\">ኢንቲጀር ተግባር</link>"
#: 03080502.xhp
msgctxt ""
@@ -18861,8 +18861,8 @@ msgctxt ""
"03080601.xhp\n"
"tit\n"
"help.text"
-msgid "Abs Function [Runtime]"
-msgstr "ፍጹም ተግባር [ማስኬጃ ጊዜ]"
+msgid "Abs Function"
+msgstr "ፍጹም ተግባር"
#: 03080601.xhp
msgctxt ""
@@ -18877,8 +18877,8 @@ msgctxt ""
"03080601.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function [Runtime]\">Abs Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function [Runtime]\">ፍጹም ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function\">Abs Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function\">ፍጹም ተግባር</link>"
#: 03080601.xhp
msgctxt ""
@@ -19005,8 +19005,8 @@ msgctxt ""
"03080701.xhp\n"
"tit\n"
"help.text"
-msgid "Sgn Function [Runtime]"
-msgstr "የ መግለጫ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Sgn Function"
+msgstr ""
#: 03080701.xhp
msgctxt ""
@@ -19021,8 +19021,8 @@ msgctxt ""
"03080701.xhp\n"
"hd_id3148474\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn Function [Runtime]\">Sgn Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn Function [Runtime]\">የ መግለጫ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn Function\">Sgn Function</link>"
+msgstr ""
#: 03080701.xhp
msgctxt ""
@@ -19197,8 +19197,8 @@ msgctxt ""
"03080801.xhp\n"
"tit\n"
"help.text"
-msgid "Hex Function [Runtime]"
-msgstr "የ ሄክሳ ዴሲማል ተግባር [ማስኬጃ ጊዜ]"
+msgid "Hex Function"
+msgstr "የ ሄክስ ተግባር"
#: 03080801.xhp
msgctxt ""
@@ -19213,8 +19213,8 @@ msgctxt ""
"03080801.xhp\n"
"hd_id3150616\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function [Runtime]\">Hex Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function [Runtime]\">የ ሄክሳ ዴሲማል ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function\">Hex Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function\">የ ሄክስ ተግባር</link>"
#: 03080801.xhp
msgctxt ""
@@ -19309,8 +19309,8 @@ msgctxt ""
"03080802.xhp\n"
"tit\n"
"help.text"
-msgid "Oct Function [Runtime]"
-msgstr "የ ኦክታል ተግባር [ማስኬጃ ጊዜ]"
+msgid "Oct Function"
+msgstr ""
#: 03080802.xhp
msgctxt ""
@@ -19325,8 +19325,8 @@ msgctxt ""
"03080802.xhp\n"
"hd_id3155420\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function [Runtime]\">Oct Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function [Runtime]\">የ ኦክታል ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function\">Oct Function</link>"
+msgstr ""
#: 03080802.xhp
msgctxt ""
@@ -19453,8 +19453,8 @@ msgctxt ""
"03090101.xhp\n"
"tit\n"
"help.text"
-msgid "If...Then...Else Statement [Runtime]"
-msgstr "ከሆነ...ከዛ...ያለ በለዚያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "If...Then...Else Statement"
+msgstr "ከሆነ...ከዛ...ያለ በለዚያ አረፍተ ነገር"
#: 03090101.xhp
msgctxt ""
@@ -19469,8 +19469,8 @@ msgctxt ""
"03090101.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement [Runtime]\">If...Then...Else Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement [Runtime]\">ከሆነ...ከዛ...ያለ በለዚያ መግለጫ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement\">If...Then...Else Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement\">ከሆነ...ከዛ...ያለ በለዚያ አረፍተ ነገር</link>"
#: 03090101.xhp
msgctxt ""
@@ -19597,8 +19597,8 @@ msgctxt ""
"03090102.xhp\n"
"tit\n"
"help.text"
-msgid "Select...Case Statement [Runtime]"
-msgstr "ይምረጡ...የ አረፍተ ነገር ጉዳይ [ማስኬጃ ጊዜ]"
+msgid "Select...Case Statement"
+msgstr "ይምረጡ...ጉዳይ አረፍተ ነገር"
#: 03090102.xhp
msgctxt ""
@@ -19613,8 +19613,8 @@ msgctxt ""
"03090102.xhp\n"
"hd_id3149416\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case Statement [Runtime]\">Select...Case Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case Statement [Runtime]\">ይምረጡ...የ አረፍተ ነገር ጉዳይ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case Statement\">Select...Case Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case Statement\">ይምረጡ...ጉዳይ አረፍተ ነገር</link>"
#: 03090102.xhp
msgctxt ""
@@ -19709,8 +19709,8 @@ msgctxt ""
"03090103.xhp\n"
"tit\n"
"help.text"
-msgid "IIf Statement [Runtime]"
-msgstr "ከ ሁለት አንዱን እንደ ግምገማው መግለጫ ይመልሳል [ማስኬጃ ጊዜ]"
+msgid "IIf Statement"
+msgstr ""
#: 03090103.xhp
msgctxt ""
@@ -19725,8 +19725,8 @@ msgctxt ""
"03090103.xhp\n"
"hd_id3155420\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement [Runtime]\">IIf Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement [Runtime]\"> እውነት እና ውሸት አካል አረፍተ ነገር [ማስኬጃ ጊዜ] </link>"
+msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement\">IIf Statement</link>"
+msgstr ""
#: 03090103.xhp
msgctxt ""
@@ -19805,8 +19805,8 @@ msgctxt ""
"03090201.xhp\n"
"tit\n"
"help.text"
-msgid "Do...Loop Statement [Runtime]"
-msgstr "መስሪያ...ዙር አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Do...Loop Statement"
+msgstr "ዙር...መስሪያ አረፍተ ነገር"
#: 03090201.xhp
msgctxt ""
@@ -19821,8 +19821,8 @@ msgctxt ""
"03090201.xhp\n"
"hd_id3156116\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement [Runtime]\">Do...Loop Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement [Runtime]\">መስሪያ...ዙር አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement\">Do...Loop Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement\">ዙር...መስሪያ አረፍተ ነገር</link>"
#: 03090201.xhp
msgctxt ""
@@ -20157,8 +20157,8 @@ msgctxt ""
"03090202.xhp\n"
"tit\n"
"help.text"
-msgid "For...Next Statement [Runtime]"
-msgstr "ለ...የሚቀጥለው አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "For...Next Statement"
+msgstr "ለ...የሚቀጥለው አረፍተ ነገር"
#: 03090202.xhp
msgctxt ""
@@ -20173,8 +20173,8 @@ msgctxt ""
"03090202.xhp\n"
"hd_id3149205\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement [Runtime]\">For...Next Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement [Runtime]\">ለ...የሚቀጥለው መግለጫ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement\">For...Next Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement\">ለ...የሚቀጥለው አረፍተ ነገር</link>"
#: 03090202.xhp
msgctxt ""
@@ -20469,8 +20469,8 @@ msgctxt ""
"03090203.xhp\n"
"tit\n"
"help.text"
-msgid "While...Wend Statement [Runtime]"
-msgstr ""
+msgid "While...Wend Statement"
+msgstr "ትንሽ...መምሪያ አረፍተ ነገር"
#: 03090203.xhp
msgctxt ""
@@ -20485,8 +20485,8 @@ msgctxt ""
"03090203.xhp\n"
"hd_id3150400\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement [Runtime]\">While...Wend Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement[Runtime]\">ትንሽ...መምሪያ አረፍተ ነገር[ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement\">While...Wend Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement\">ትንሽ...መምሪያ አረፍተ ነገር</link>"
#: 03090203.xhp
msgctxt ""
@@ -20645,8 +20645,8 @@ msgctxt ""
"03090301.xhp\n"
"tit\n"
"help.text"
-msgid "GoSub...Return Statement [Runtime]"
-msgstr "መሄጃ ወደ ንዑስ...ይመልሳል አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "GoSub...Return Statement"
+msgstr "መሄጃ ወደ ንዑስ...አረፍተ ነገር ይመልሳል"
#: 03090301.xhp
msgctxt ""
@@ -20661,8 +20661,8 @@ msgctxt ""
"03090301.xhp\n"
"hd_id3147242\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement [Runtime]\">GoSub...Return Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement [Runtime]\">መሄጃ ወደ ንዑስ...ይመልሳል አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement\">GoSub...Return Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement\">መሄጃ ወደ ንዑስ...ይመልሳል አረፍተ ነገር</link>"
#: 03090301.xhp
msgctxt ""
@@ -20845,8 +20845,8 @@ msgctxt ""
"03090302.xhp\n"
"tit\n"
"help.text"
-msgid "GoTo Statement [Runtime]"
-msgstr "መሄጃ ወደ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "GoTo Statement"
+msgstr "መሄጃ ወደ አረፍተ ነገር"
#: 03090302.xhp
msgctxt ""
@@ -20861,8 +20861,8 @@ msgctxt ""
"03090302.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Runtime]\">GoTo Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement [Runtime]\">መሄጃ ወደ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement\">GoTo Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement\">መሄጃ ወደ አረፍተ ነገር</link>"
#: 03090302.xhp
msgctxt ""
@@ -20989,8 +20989,8 @@ msgctxt ""
"03090303.xhp\n"
"tit\n"
"help.text"
-msgid "On...GoSub Statement; On...GoTo Statement [Runtime]"
-msgstr "በ...መሄጃ ወደ ንዑስ አረፍተ ነገር: በ...መሄጃ ወደ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "On...GoSub Statement; On...GoTo Statement"
+msgstr "በ...መሄጃ ወደ ንዑስ አረፍተ ነገር: በ...መሄጃ ወደ አረፍተ ነገር"
#: 03090303.xhp
msgctxt ""
@@ -21005,8 +21005,8 @@ msgctxt ""
"03090303.xhp\n"
"hd_id3153897\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub Statement; On...GoTo Statement [Runtime]\">On...GoSub Statement; On...GoTo Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub Statement; On...GoTo Statement [Runtime]\">በ...መሄጃ ወደ ንዑስ አረፍተ ነገር: በ...መሄጃ ወደ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub Statement; On...GoTo Statement\">On...GoSub Statement; On...GoTo Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub Statement; On...GoTo Statement\">በ...መሄጃ ወደ ንዑስ አረፍተ ነገር: በ...መሄጃ ወደ አረፍተ ነገር</link>"
#: 03090303.xhp
msgctxt ""
@@ -21133,7 +21133,7 @@ msgctxt ""
"03090400.xhp\n"
"par_id3154923\n"
"help.text"
-msgid "Statements that do not belong to any of the other runtime categories are described here."
+msgid "Statements that do not belong to any of the other categories are described here."
msgstr "አረፍተ ነገሮች ምንም ለ ማንኛውም ሌላ የ ማስኬጃ ጊዜ ምድብ ውስጥ የ ማይገቡ እዚህ ተገልጸዋል"
#: 03090401.xhp
@@ -21141,8 +21141,8 @@ msgctxt ""
"03090401.xhp\n"
"tit\n"
"help.text"
-msgid "Call Statement [Runtime]"
-msgstr "መጥሪያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Call Statement"
+msgstr "መጥሪያ አረፍተ ነገር"
#: 03090401.xhp
msgctxt ""
@@ -21157,8 +21157,8 @@ msgctxt ""
"03090401.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement [Runtime]\">Call Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement [Runtime]\">መግለጫ መጥሪያ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement\">Call Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090401.xhp\" name=\"Call Statement\">መጥሪያ አረፍተ ነገር</link>"
#: 03090401.xhp
msgctxt ""
@@ -21229,8 +21229,8 @@ msgctxt ""
"03090402.xhp\n"
"tit\n"
"help.text"
-msgid "Choose Function [Runtime]"
-msgstr "ተግባር ይምረጡ [ማስኬጃ ጊዜ]"
+msgid "Choose Function"
+msgstr "ተግባር ይምረጡ"
#: 03090402.xhp
msgctxt ""
@@ -21245,8 +21245,8 @@ msgctxt ""
"03090402.xhp\n"
"hd_id3143271\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function [Runtime]\">Choose Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function [Runtime]\">ተግባር ይምረጡ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function\">Choose Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function\">ተግባር ይምረጡ</link>"
#: 03090402.xhp
msgctxt ""
@@ -21341,8 +21341,8 @@ msgctxt ""
"03090403.xhp\n"
"tit\n"
"help.text"
-msgid "Declare Statement [Runtime]"
-msgstr "መግለጫ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Declare Statement"
+msgstr "የ መግለጫ አረፍተ ነገር"
#: 03090403.xhp
msgctxt ""
@@ -21357,8 +21357,8 @@ msgctxt ""
"03090403.xhp\n"
"hd_id3148473\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement [Runtime]\">Declare Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement [Runtime]\">የ መግለጫ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement\">Declare Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement\">የ መግለጫ አረፍተ ነገር</link>"
#: 03090403.xhp
msgctxt ""
@@ -21469,8 +21469,8 @@ msgctxt ""
"03090404.xhp\n"
"tit\n"
"help.text"
-msgid "End Statement [Runtime]"
-msgstr "መጨረሻ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "End Statement"
+msgstr "አረፍተ ነገር መጨረሻ"
#: 03090404.xhp
msgctxt ""
@@ -21485,8 +21485,8 @@ msgctxt ""
"03090404.xhp\n"
"hd_id3150771\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement [Runtime]\">End Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement [Runtime]\">የ መጨረሻ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement\">End Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement\">አረፍተ ነገር መጨረሻ</link>"
#: 03090404.xhp
msgctxt ""
@@ -21613,8 +21613,8 @@ msgctxt ""
"03090405.xhp\n"
"tit\n"
"help.text"
-msgid "FreeLibrary Function [Runtime]"
-msgstr "ነፃ መጻህፍት ቤት [ማስኬጃ ጊዜ]"
+msgid "FreeLibrary Function"
+msgstr "ነፃ የ መጻህፍት ቤት ተግባር"
#: 03090405.xhp
msgctxt ""
@@ -21629,8 +21629,8 @@ msgctxt ""
"03090405.xhp\n"
"hd_id3143270\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Runtime]\">FreeLibrary Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Runtime]\">ነፃ መጻህፍት ቤት ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function\">FreeLibrary Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function\">ነፃ የ መጻህፍት ቤት ተግባር</link>"
#: 03090405.xhp
msgctxt ""
@@ -21693,8 +21693,8 @@ msgctxt ""
"03090406.xhp\n"
"tit\n"
"help.text"
-msgid "Function Statement [Runtime]"
-msgstr "የ ተግባር አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Function Statement"
+msgstr "የ ተግባር አረፍተ ነገር"
#: 03090406.xhp
msgctxt ""
@@ -21709,8 +21709,8 @@ msgctxt ""
"03090406.xhp\n"
"hd_id3153346\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement [Runtime]\">Function Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement [Runtime]\">የ ተግባር መግለጫ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement\">Function Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement\">የ ተግባር አረፍተ ነገር</link>"
#: 03090406.xhp
msgctxt ""
@@ -21869,8 +21869,8 @@ msgctxt ""
"03090407.xhp\n"
"tit\n"
"help.text"
-msgid "Rem Statement [Runtime]"
-msgstr "የ አስተያየት አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Rem Statement"
+msgstr ""
#: 03090407.xhp
msgctxt ""
@@ -21885,8 +21885,8 @@ msgctxt ""
"03090407.xhp\n"
"hd_id3154347\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem Statement [Runtime]\">Rem Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem Statement [Runtime]\">የ አስተያየት አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem Statement\">Rem Statement</link>"
+msgstr ""
#: 03090407.xhp
msgctxt ""
@@ -21965,8 +21965,8 @@ msgctxt ""
"03090408.xhp\n"
"tit\n"
"help.text"
-msgid "Stop Statement [Runtime]"
-msgstr "ማስቆሚያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Stop Statement"
+msgstr "አረፍተ ነገር ማስቆሚያ"
#: 03090408.xhp
msgctxt ""
@@ -21981,8 +21981,8 @@ msgctxt ""
"03090408.xhp\n"
"hd_id3153311\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement [Runtime]\">Stop Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement [Runtime]\">ማስቆሚያ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement\">Stop Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement\">አረፍተ ነገር ማስቆሚያ</link>"
#: 03090408.xhp
msgctxt ""
@@ -22013,8 +22013,8 @@ msgctxt ""
"03090409.xhp\n"
"tit\n"
"help.text"
-msgid "Sub Statement [Runtime]"
-msgstr "ንዑስ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Sub Statement"
+msgstr "ንዑስ አረፍተ ነገር"
#: 03090409.xhp
msgctxt ""
@@ -22029,8 +22029,8 @@ msgctxt ""
"03090409.xhp\n"
"hd_id3147226\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement [Runtime]\">Sub Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement [Runtime]\">ንዑስ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement\">Sub Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement\">ንዑስ አረፍተ ነገር</link>"
#: 03090409.xhp
msgctxt ""
@@ -22069,16 +22069,16 @@ msgctxt ""
"03090409.xhp\n"
"par_id3150792\n"
"help.text"
-msgid "<emph>Name:</emph> Name of the subroutine ."
-msgstr "<emph>ስም:</emph> የ ንዑስ አሰራር ስም"
+msgid "<emph>Name:</emph> Name of the subroutine."
+msgstr ""
#: 03090409.xhp
msgctxt ""
"03090409.xhp\n"
"par_id3154138\n"
"help.text"
-msgid "<emph>VarName: </emph>Parameter that you want to pass to the subroutine."
-msgstr "<emph>የ ተለዋዋጭ ስም: </emph>ወደ ንዑስ አሰራር ማሳለፍ የሚፈልጉት ደንብ"
+msgid "<emph>VarName:</emph> Parameter that you want to pass to the subroutine."
+msgstr ""
#: 03090409.xhp
msgctxt ""
@@ -22109,8 +22109,8 @@ msgctxt ""
"03090410.xhp\n"
"tit\n"
"help.text"
-msgid "Switch Function [Runtime]"
-msgstr "መቀየሪያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Switch Function"
+msgstr "ተግባር መቀየሪያ"
#: 03090410.xhp
msgctxt ""
@@ -22125,8 +22125,8 @@ msgctxt ""
"03090410.xhp\n"
"hd_id3148554\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">Switch Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">መቀየሪያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function\">Switch Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function\">ተግባር መቀየሪያ</link>"
#: 03090410.xhp
msgctxt ""
@@ -22221,8 +22221,8 @@ msgctxt ""
"03090411.xhp\n"
"tit\n"
"help.text"
-msgid "With Statement [Runtime]"
-msgstr "ከ አረፍተ ነገር ጋር [ማስኬጃ ጊዜ]"
+msgid "With Statement"
+msgstr "ከ አረፍተ ነገር ጋር"
#: 03090411.xhp
msgctxt ""
@@ -22237,8 +22237,8 @@ msgctxt ""
"03090411.xhp\n"
"hd_id3153311\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement [Runtime]\">With Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement [Runtime]\">ከ አረፍተ ነገር ጋር [ማስኬጃ ጊዜ] </link>"
+msgid "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement\">With Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement\">ከ አረፍተ ነገር ጋር</link>"
#: 03090411.xhp
msgctxt ""
@@ -22277,8 +22277,8 @@ msgctxt ""
"03090412.xhp\n"
"tit\n"
"help.text"
-msgid "Exit Statement [Runtime]"
-msgstr "መውጫ ከ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Exit Statement"
+msgstr "ከ አረፍተ ነገር መውጫ"
#: 03090412.xhp
msgctxt ""
@@ -22293,8 +22293,8 @@ msgctxt ""
"03090412.xhp\n"
"hd_id3152924\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement [Runtime]\">Exit Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement [Runtime]\">መውጫ ከ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement\">Exit Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement\">ከ አረፍተ ነገር መውጫ</link>"
#: 03090412.xhp
msgctxt ""
@@ -22445,8 +22445,8 @@ msgctxt ""
"03090413.xhp\n"
"tit\n"
"help.text"
-msgid "Type Statement [Runtime]"
-msgstr "የ አይነት አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Type Statement"
+msgstr "የ አረፍተ ነገር አይነት"
#: 03090413.xhp
msgctxt ""
@@ -22461,8 +22461,8 @@ msgctxt ""
"03090413.xhp\n"
"hd_id3153311\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type Statement [Runtime]\">Type Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type Statement [Runtime]\">የ አይነት አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type Statement\">Type Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Type Statement\">የ አረፍተ ነገር አይነት</link>"
#: 03090413.xhp
msgctxt ""
@@ -22517,8 +22517,8 @@ msgctxt ""
"03100050.xhp\n"
"tit\n"
"help.text"
-msgid "CCur Function [Runtime]"
-msgstr "የ አሁኑ ገንዘብ ተግባር [ማስኬጃ ጊዜ]"
+msgid "CCur Function"
+msgstr ""
#: 03100050.xhp
msgctxt ""
@@ -22533,8 +22533,8 @@ msgctxt ""
"03100050.xhp\n"
"par_idN10541\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03100050.xhp\">የ አሁኑ ገንዘብ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function</link>"
+msgstr ""
#: 03100050.xhp
msgctxt ""
@@ -22597,8 +22597,8 @@ msgctxt ""
"03100060.xhp\n"
"tit\n"
"help.text"
-msgid "CDec Function [Runtime]"
-msgstr "የ ዴሲማል መቀየሪያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "CDec Function"
+msgstr "ወደ ዴሲማል መቀየሪያ ተግባር"
#: 03100060.xhp
msgctxt ""
@@ -22613,8 +22613,8 @@ msgctxt ""
"03100060.xhp\n"
"par_idN10548\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100060.xhp\">CDec Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03100060.xhp\">የ ዴሲማል መቀየሪያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03100060.xhp\">CDec Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03100060.xhp\">ወደ ዴሲማል መቀየሪያ ተግባር</link>"
#: 03100060.xhp
msgctxt ""
@@ -22677,8 +22677,8 @@ msgctxt ""
"03100070.xhp\n"
"tit\n"
"help.text"
-msgid "CVar Function [Runtime]"
-msgstr "መቀየሪያ የ ተለያየ ተግባር [ማስኬጃ ጊዜ]"
+msgid "CVar Function"
+msgstr ""
#: 03100070.xhp
msgctxt ""
@@ -22693,8 +22693,8 @@ msgctxt ""
"03100070.xhp\n"
"par_idN1054B\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03100070.xhp\">መቀየሪያ የ ተለያየ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function</link>"
+msgstr ""
#: 03100070.xhp
msgctxt ""
@@ -22757,8 +22757,8 @@ msgctxt ""
"03100080.xhp\n"
"tit\n"
"help.text"
-msgid "CVErr Function [Runtime]"
-msgstr "አስፈላጊው የ ስህተት ቁጥር ለ ክርክር [ማስኬጃ ጊዜ]"
+msgid "CVErr Function"
+msgstr ""
#: 03100080.xhp
msgctxt ""
@@ -22773,8 +22773,8 @@ msgctxt ""
"03100080.xhp\n"
"par_idN1054B\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03100080.xhp\">በ ተጠቃሚ የሚገለጽ ስህተት [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function</link>"
+msgstr ""
#: 03100080.xhp
msgctxt ""
@@ -22837,8 +22837,8 @@ msgctxt ""
"03100100.xhp\n"
"tit\n"
"help.text"
-msgid "CBool Function [Runtime]"
-msgstr "መግለጫ የ ተቀየረ ልዩነት ከ ንዑስ አይነት ቦሊያን ተግባር [ማስኬጃ ጊዜ]"
+msgid "CBool Function"
+msgstr ""
#: 03100100.xhp
msgctxt ""
@@ -22853,8 +22853,8 @@ msgctxt ""
"03100100.xhp\n"
"hd_id3150616\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function [Runtime]\">CBool Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function [Runtime]\">መግለጫ የ ተቀየረ ልዩነት ከ ንዑስ አይነት ቦሊያን ተግባር [ማስኬጃ ጊዜ] </link>"
+msgid "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function\">CBool Function</link>"
+msgstr ""
#: 03100100.xhp
msgctxt ""
@@ -22997,8 +22997,8 @@ msgctxt ""
"03100300.xhp\n"
"tit\n"
"help.text"
-msgid "CDate Function [Runtime]"
-msgstr "መቀየሪያ ወደ ቀን ተግባር [ማስኬጃ ጊዜ]"
+msgid "CDate Function"
+msgstr "የ ቀን ክርክር ተግባር"
#: 03100300.xhp
msgctxt ""
@@ -23013,8 +23013,8 @@ msgctxt ""
"03100300.xhp\n"
"hd_id3150772\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Runtime]\">CDate Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Runtime]\">መቀየሪያ ወደ ቀን ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function\">CDate Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function\">የ ቀን ክርክር ተግባር</link>"
#: 03100300.xhp
msgctxt ""
@@ -23093,8 +23093,8 @@ msgctxt ""
"03100400.xhp\n"
"tit\n"
"help.text"
-msgid "CDbl Function [Runtime]"
-msgstr "መቀየሪያ ዳታ ወደ ድርብ ንዑስ አይነት ተግባር [ማስኬጃ ጊዜ]"
+msgid "CDbl Function"
+msgstr ""
#: 03100400.xhp
msgctxt ""
@@ -23109,8 +23109,8 @@ msgctxt ""
"03100400.xhp\n"
"hd_id3153750\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Runtime]\">CDbl Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Runtime]\">መቀየሪያ ዳታ ወደ ድርብ ንዑስ አይነት ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function\">CDbl Function</link>"
+msgstr ""
#: 03100400.xhp
msgctxt ""
@@ -23181,8 +23181,8 @@ msgctxt ""
"03100500.xhp\n"
"tit\n"
"help.text"
-msgid "CInt Function [Runtime]"
-msgstr "ከ ንዑስ ኢንቲጀር የ ተቀየረ ወደ ተለዋዋጭ ተግባር [ማስኬጃ ጊዜ]"
+msgid "CInt Function"
+msgstr ""
#: 03100500.xhp
msgctxt ""
@@ -23197,8 +23197,8 @@ msgctxt ""
"03100500.xhp\n"
"hd_id3149346\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Runtime]\">CInt Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Runtime]\">ከ ንዑስ ኢንቲጀር የ ተቀየረ ወደ ተለዋዋጭ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function\">CInt Function</link>"
+msgstr ""
#: 03100500.xhp
msgctxt ""
@@ -23269,8 +23269,8 @@ msgctxt ""
"03100600.xhp\n"
"tit\n"
"help.text"
-msgid "CLng Function [Runtime]"
-msgstr "መግለጫ ይመልሳል የ ተቀየረ ወደ ልዩነት ከ ንዑስ አይነት ተግባር [ማስኬጃ ጊዜ]"
+msgid "CLng Function"
+msgstr ""
#: 03100600.xhp
msgctxt ""
@@ -23285,8 +23285,8 @@ msgctxt ""
"03100600.xhp\n"
"hd_id3153311\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">መግለጫ ይመልሳል የ ተቀየረ ወደ ልዩነት ከ ንዑስ አይነት ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function\">CLng Function</link>"
+msgstr ""
#: 03100600.xhp
msgctxt ""
@@ -23357,8 +23357,8 @@ msgctxt ""
"03100700.xhp\n"
"tit\n"
"help.text"
-msgid "Const Statement [Runtime]"
-msgstr "አንድ ወይንም መደበኛ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Const Statement"
+msgstr ""
#: 03100700.xhp
msgctxt ""
@@ -23373,8 +23373,8 @@ msgctxt ""
"03100700.xhp\n"
"hd_id3146958\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement [Runtime]\">Const Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement [Runtime]\">አንድ ወይንም መደበኛ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement\">Const Statement</link>"
+msgstr ""
#: 03100700.xhp
msgctxt ""
@@ -23461,8 +23461,8 @@ msgctxt ""
"03100900.xhp\n"
"tit\n"
"help.text"
-msgid "CSng Function[Runtime]"
-msgstr "ዳታ መቀየሪያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "CSng Function"
+msgstr ""
#: 03100900.xhp
msgctxt ""
@@ -23477,8 +23477,8 @@ msgctxt ""
"03100900.xhp\n"
"hd_id3153753\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function[Runtime]\">CSng Function[Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function[Runtime]\">ዳታ መቀየሪያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function\">CSng Function</link>"
+msgstr ""
#: 03100900.xhp
msgctxt ""
@@ -23549,8 +23549,8 @@ msgctxt ""
"03101000.xhp\n"
"tit\n"
"help.text"
-msgid "CStr Function [Runtime]"
-msgstr "መግለጫ ይመልሳል የ ተቀየረ ወደ የ ተለየ ንዑስ አይነት ሀረግ ተግባር [ማስኬጃ ጊዜ]"
+msgid "CStr Function"
+msgstr ""
#: 03101000.xhp
msgctxt ""
@@ -23565,8 +23565,8 @@ msgctxt ""
"03101000.xhp\n"
"hd_id3146958\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function [Runtime]\">CStr Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function [Runtime]\">መግለጫ ይመልሳል የ ተቀየረ ወደ የ ተለየ ንዑስ አይነት ሀረግ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function\">CStr Function</link>"
+msgstr ""
#: 03101000.xhp
msgctxt ""
@@ -23733,8 +23733,8 @@ msgctxt ""
"03101100.xhp\n"
"tit\n"
"help.text"
-msgid "DefBool Statement [Runtime]"
-msgstr "የ አረፍተ ነገሩ ስም ዳታ ይወስናል አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "DefBool Statement"
+msgstr ""
#: 03101100.xhp
msgctxt ""
@@ -23749,8 +23749,8 @@ msgctxt ""
"03101100.xhp\n"
"hd_id3145759\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Runtime]\">DefBool Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Runtime]\">ነባር ቡሊያን አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement\">DefBool Statement</link>"
+msgstr ""
#: 03101100.xhp
msgctxt ""
@@ -23845,7 +23845,7 @@ msgctxt ""
"03101110.xhp\n"
"tit\n"
"help.text"
-msgid "DefCur Statement [Runtime]"
+msgid "DefCur Statement"
msgstr ""
#: 03101110.xhp
@@ -23861,8 +23861,8 @@ msgctxt ""
"03101110.xhp\n"
"par_idN1057D\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101110.xhp\">ባር የ አሁኑ ዳታ አይነት ለ ተለዋዋጭ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Statement</link>"
+msgstr ""
#: 03101110.xhp
msgctxt ""
@@ -23885,7 +23885,7 @@ msgctxt ""
"03101110.xhp\n"
"par_idN105D9\n"
"help.text"
-msgid "cCur=Currency ' cCur is an implicit currency variable"
+msgid "cCur=Currency ' cCur is an implicit currency variable."
msgstr ""
#: 03101120.xhp
@@ -23893,8 +23893,8 @@ msgctxt ""
"03101120.xhp\n"
"tit\n"
"help.text"
-msgid "DefErr Statement [Runtime]"
-msgstr "ነባር ስህተት አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "DefErr Statement"
+msgstr "ነባር የ አረፍተ ነገር ስህተት"
#: 03101120.xhp
msgctxt ""
@@ -23909,8 +23909,8 @@ msgctxt ""
"03101120.xhp\n"
"par_idN1057D\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101120.xhp\">ነባር ስህተት አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03101120.xhp\">ነባር የ አረፍተ ነገር ስህተት</link>"
#: 03101120.xhp
msgctxt ""
@@ -23941,8 +23941,8 @@ msgctxt ""
"03101130.xhp\n"
"tit\n"
"help.text"
-msgid "DefSng Statement [Runtime]"
-msgstr "ነባር ነጠላ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "DefSng Statement"
+msgstr "ነባር ነጠላ አረፍተ ነገር"
#: 03101130.xhp
msgctxt ""
@@ -23957,8 +23957,8 @@ msgctxt ""
"03101130.xhp\n"
"par_idN10577\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101130.xhp\">ነባር ነጠላ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03101130.xhp\">ነባር ነጠላ አረፍተ ነገር</link>"
#: 03101130.xhp
msgctxt ""
@@ -23989,8 +23989,8 @@ msgctxt ""
"03101140.xhp\n"
"tit\n"
"help.text"
-msgid "DefStr Statement [Runtime]"
-msgstr "ነባር የ ሀረግ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "DefStr Statement"
+msgstr "ነባር ተለዋዋጭ ሀረግ አረፍተ ነገር"
#: 03101140.xhp
msgctxt ""
@@ -24005,8 +24005,8 @@ msgctxt ""
"03101140.xhp\n"
"par_idN10577\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101140.xhp\">ነባር የ ሀረግ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03101140.xhp\">ነባር ተለዋዋጭ ሀረግ አረፍተ ነገር</link>"
#: 03101140.xhp
msgctxt ""
@@ -24037,8 +24037,8 @@ msgctxt ""
"03101300.xhp\n"
"tit\n"
"help.text"
-msgid "DefDate Statement [Runtime]"
-msgstr "ነባር የ ቀን አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "DefDate Statement"
+msgstr "ነባር የ ቀን አረፍተ ነገር"
#: 03101300.xhp
msgctxt ""
@@ -24053,8 +24053,8 @@ msgctxt ""
"03101300.xhp\n"
"hd_id3150504\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement [Runtime]\">DefDate Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement [Runtime]\">ነባር የ ቀን አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement\">DefDate Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement\">ነባር የ ቀን አረፍተ ነገር</link>"
#: 03101300.xhp
msgctxt ""
@@ -24085,8 +24085,8 @@ msgctxt ""
"03101400.xhp\n"
"tit\n"
"help.text"
-msgid "DefDbl Statement [Runtime]"
-msgstr "ነባር ድርብ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "DefDbl Statement"
+msgstr "ነባር ድርብ አረፍተ ነገር"
#: 03101400.xhp
msgctxt ""
@@ -24101,8 +24101,8 @@ msgctxt ""
"03101400.xhp\n"
"hd_id3147242\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">DefDbl Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">ነባር ድርብ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement\">DefDbl Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement\">ነባር ድርብ አረፍተ ነገር</link>"
#: 03101400.xhp
msgctxt ""
@@ -24133,8 +24133,8 @@ msgctxt ""
"03101500.xhp\n"
"tit\n"
"help.text"
-msgid "DefInt Statement [Runtime]"
-msgstr "ነባር የ ኢንቲጀር አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "DefInt Statement"
+msgstr "ነባር የ ኢንቲጀር አረፍተ ነገር"
#: 03101500.xhp
msgctxt ""
@@ -24149,8 +24149,8 @@ msgctxt ""
"03101500.xhp\n"
"hd_id3149811\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement [Runtime]\">DefInt Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement [Runtime]\">ነባር የ ኢንቲጀር አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement\">DefInt Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement\">ነባር የ ኢንቲጀር አረፍተ ነገር</link>"
#: 03101500.xhp
msgctxt ""
@@ -24181,8 +24181,8 @@ msgctxt ""
"03101600.xhp\n"
"tit\n"
"help.text"
-msgid "DefLng Statement [Runtime]"
-msgstr "ነባር ረጅም አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "DefLng Statement"
+msgstr "ነባር እረጅም አረፍተ ነገር"
#: 03101600.xhp
msgctxt ""
@@ -24197,8 +24197,8 @@ msgctxt ""
"03101600.xhp\n"
"hd_id3148538\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">DefLng Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">ነባር ረጅም አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement\">DefLng Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement\">ነባር እረጅም አረፍተ ነገር</link>"
#: 03101600.xhp
msgctxt ""
@@ -24229,8 +24229,8 @@ msgctxt ""
"03101700.xhp\n"
"tit\n"
"help.text"
-msgid "DefObj Statement [Runtime]"
-msgstr ""
+msgid "DefObj Statement"
+msgstr "ነባር እቃ አረፍተ ነገር"
#: 03101700.xhp
msgctxt ""
@@ -24245,8 +24245,8 @@ msgctxt ""
"03101700.xhp\n"
"hd_id3149811\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">DefObj Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">ለ እቃ መግለጫ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement\">DefObj Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement\">ነባር እቃ አረፍተ ነገር</link>"
#: 03101700.xhp
msgctxt ""
@@ -24269,8 +24269,8 @@ msgctxt ""
"03102000.xhp\n"
"tit\n"
"help.text"
-msgid "DefVar Statement [Runtime]"
-msgstr "ነባር ተለዋዋጭ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "DefVar Statement"
+msgstr "ነባር ተለዋዋጭ አረፍተ ነገር"
#: 03102000.xhp
msgctxt ""
@@ -24285,8 +24285,8 @@ msgctxt ""
"03102000.xhp\n"
"hd_id3143267\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement [Runtime]\">DefVar Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement [Runtime]\">ነባር ተለዋዋጭ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement\">DefVar Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement\">ነባር ተለዋዋጭ አረፍተ ነገር</link>"
#: 03102000.xhp
msgctxt ""
@@ -24389,8 +24389,8 @@ msgctxt ""
"03102100.xhp\n"
"tit\n"
"help.text"
-msgid "Dim Statement [Runtime]"
-msgstr "የ አቅጣጫ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Dim Statement"
+msgstr ""
#: 03102100.xhp
msgctxt ""
@@ -24405,8 +24405,8 @@ msgctxt ""
"03102100.xhp\n"
"hd_id3149812\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement [Runtime]\">Dim Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement [Runtime]\">የ አቅጣጫ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement\">Dim Statement</link>"
+msgstr ""
#: 03102100.xhp
msgctxt ""
@@ -24693,8 +24693,8 @@ msgctxt ""
"03102101.xhp\n"
"tit\n"
"help.text"
-msgid "ReDim Statement [Runtime]"
-msgstr "እንደገና መመጠኛ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "ReDim Statement"
+msgstr ""
#: 03102101.xhp
msgctxt ""
@@ -24709,8 +24709,8 @@ msgctxt ""
"03102101.xhp\n"
"hd_id3150398\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">እንደገና መመጠኛ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement\">ReDim Statement</link>"
+msgstr ""
#: 03102101.xhp
msgctxt ""
@@ -24941,8 +24941,8 @@ msgctxt ""
"03102200.xhp\n"
"tit\n"
"help.text"
-msgid "IsArray Function [Runtime]"
-msgstr "ማዘጋጃ ነው ተግባር [ማስኬጃ ጊዜ]"
+msgid "IsArray Function"
+msgstr ""
#: 03102200.xhp
msgctxt ""
@@ -24957,8 +24957,8 @@ msgctxt ""
"03102200.xhp\n"
"hd_id3154346\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function [Runtime]\">IsArray Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function [Runtime]\">ማዘጋጃ ነው ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function\">IsArray Function</link>"
+msgstr ""
#: 03102200.xhp
msgctxt ""
@@ -25029,8 +25029,8 @@ msgctxt ""
"03102300.xhp\n"
"tit\n"
"help.text"
-msgid "IsDate Function [Runtime]"
-msgstr "የ ቀን ተግባር [ማስኬጃ ጊዜ]"
+msgid "IsDate Function"
+msgstr "ቀን ነው ተግባር"
#: 03102300.xhp
msgctxt ""
@@ -25045,8 +25045,8 @@ msgctxt ""
"03102300.xhp\n"
"hd_id3145090\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function [Runtime]\">IsDate Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function [Runtime]\"> ቀን ነው ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function\">IsDate Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function\">ቀን ነው ተግባር</link>"
#: 03102300.xhp
msgctxt ""
@@ -25133,8 +25133,8 @@ msgctxt ""
"03102400.xhp\n"
"tit\n"
"help.text"
-msgid "IsEmpty Function [Runtime]"
-msgstr "ባዶ ነው ተግባር [ማስኬጃ ጊዜ]"
+msgid "IsEmpty Function"
+msgstr "ባዶ ነው ተግባር"
#: 03102400.xhp
msgctxt ""
@@ -25149,8 +25149,8 @@ msgctxt ""
"03102400.xhp\n"
"hd_id3153394\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function [Runtime]\">IsEmpty Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function [Runtime]\">ባዶ ነው ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function\">IsEmpty Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function\">ባዶ ነው ተግባር</link>"
#: 03102400.xhp
msgctxt ""
@@ -25229,8 +25229,8 @@ msgctxt ""
"03102450.xhp\n"
"tit\n"
"help.text"
-msgid "IsError Function [Runtime]"
-msgstr "ስህተት ነው ተግባር [ማስኬጃ ጊዜ]"
+msgid "IsError Function"
+msgstr "ስህተት ነው ተግባር"
#: 03102450.xhp
msgctxt ""
@@ -25245,8 +25245,8 @@ msgctxt ""
"03102450.xhp\n"
"par_idN1054E\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03102450.xhp\">ስህተት ነው ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03102450.xhp\">ስህተት ነው ተግባር</link>"
#: 03102450.xhp
msgctxt ""
@@ -25301,8 +25301,8 @@ msgctxt ""
"03102600.xhp\n"
"tit\n"
"help.text"
-msgid "IsNull Function [Runtime]"
-msgstr "ባዶ ነው ተግባር [ማስኬጃ ጊዜ]"
+msgid "IsNull Function"
+msgstr "ባዶ ነው ተግባር"
#: 03102600.xhp
msgctxt ""
@@ -25317,8 +25317,8 @@ msgctxt ""
"03102600.xhp\n"
"hd_id3155555\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function [Runtime]\">IsNull Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function [Runtime]\">ባዶ ነው ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function\">IsNull Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function\">ባዶ ነው ተግባር</link>"
#: 03102600.xhp
msgctxt ""
@@ -25397,8 +25397,8 @@ msgctxt ""
"03102700.xhp\n"
"tit\n"
"help.text"
-msgid "IsNumeric Function [Runtime]"
-msgstr "የ ቁጥር ተግባር ነው [ማስኬጃ ጊዜ]"
+msgid "IsNumeric Function"
+msgstr "ቁጥር ነው ተግባር"
#: 03102700.xhp
msgctxt ""
@@ -25413,8 +25413,8 @@ msgctxt ""
"03102700.xhp\n"
"hd_id3145136\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function [Runtime]\">IsNumeric Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function [Runtime]\">የ ቁጥር ተግባር ነው [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function\">IsNumeric Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function\">ቁጥር ነው ተግባር</link>"
#: 03102700.xhp
msgctxt ""
@@ -25501,8 +25501,8 @@ msgctxt ""
"03102800.xhp\n"
"tit\n"
"help.text"
-msgid "IsObject Function [Runtime]"
-msgstr "እቃ ነው ተግባር [ማስኬጃ ጊዜ]"
+msgid "IsObject Function"
+msgstr "እቃ ነው ተግባር"
#: 03102800.xhp
msgctxt ""
@@ -25517,8 +25517,8 @@ msgctxt ""
"03102800.xhp\n"
"hd_id3149346\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function [Runtime]\">IsObject Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function [Runtime]\">እቃ ነው ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function\">IsObject Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03102800.xhp\" name=\"IsObject Function\">እቃ ነው ተግባር</link>"
#: 03102800.xhp
msgctxt ""
@@ -25581,8 +25581,8 @@ msgctxt ""
"03102900.xhp\n"
"tit\n"
"help.text"
-msgid "LBound Function [Runtime]"
-msgstr "ዝቅተኛ ንዑስ ጽሁፍ ለ አቅጣጫ ማዘጋጃ ተግባር [ማስኬጃ ጊዜ]"
+msgid "LBound Function"
+msgstr ""
#: 03102900.xhp
msgctxt ""
@@ -25597,8 +25597,8 @@ msgctxt ""
"03102900.xhp\n"
"hd_id3156027\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"LBound Function [Runtime]\">LBound Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"LBound Function [Runtime]\">ዝቅተኛ ንዑስ ጽሁፍ ለ አቅጣጫ ማዘጋጃ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"LBound Function\">LBound Function</link>"
+msgstr ""
#: 03102900.xhp
msgctxt ""
@@ -25709,8 +25709,8 @@ msgctxt ""
"03103000.xhp\n"
"tit\n"
"help.text"
-msgid "UBound Function [Runtime]"
-msgstr "ዝቅተኛ ንዑስ ጽሁፍ ለ አቅጣጫ ማዘጋጃ ተግባር [ማስኬጃ ጊዜ]"
+msgid "UBound Function"
+msgstr ""
#: 03103000.xhp
msgctxt ""
@@ -25725,8 +25725,8 @@ msgctxt ""
"03103000.xhp\n"
"hd_id3148538\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103000.xhp\" name=\"UBound Function [Runtime]\">UBound Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03103000.xhp\" name=\"UBound Function [Runtime]\">ዝቅተኛ ንዑስ ጽሁፍ ለ አቅጣጫ ማዘጋጃ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03103000.xhp\" name=\"UBound Function\">UBound Function</link>"
+msgstr ""
#: 03103000.xhp
msgctxt ""
@@ -25837,8 +25837,8 @@ msgctxt ""
"03103100.xhp\n"
"tit\n"
"help.text"
-msgid "Let Statement [Runtime]"
-msgstr "ይሁን አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Let Statement"
+msgstr ""
#: 03103100.xhp
msgctxt ""
@@ -25853,8 +25853,8 @@ msgctxt ""
"03103100.xhp\n"
"hd_id3147242\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let Statement [Runtime]\">Let Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let Statement [Runtime]\">ይሁን አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let Statement\">Let Statement</link>"
+msgstr ""
#: 03103100.xhp
msgctxt ""
@@ -25925,8 +25925,8 @@ msgctxt ""
"03103200.xhp\n"
"tit\n"
"help.text"
-msgid "Option Base Statement [Runtime]"
-msgstr "በ ምርጫ Base አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Option Base Statement"
+msgstr ""
#: 03103200.xhp
msgctxt ""
@@ -25941,8 +25941,8 @@ msgctxt ""
"03103200.xhp\n"
"hd_id3155805\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement [Runtime]\">Option Base Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement [Runtime]\">በ ምርጫ Base አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement\">Option Base Statement</link>"
+msgstr ""
#: 03103200.xhp
msgctxt ""
@@ -25989,8 +25989,8 @@ msgctxt ""
"03103300.xhp\n"
"tit\n"
"help.text"
-msgid "Option Explicit Statement [Runtime]"
-msgstr "በ ምርጫ ግልጽ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Option Explicit Statement"
+msgstr ""
#: 03103300.xhp
msgctxt ""
@@ -26005,8 +26005,8 @@ msgctxt ""
"03103300.xhp\n"
"hd_id3145090\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement [Runtime]\">Option Explicit Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement [Runtime]\">በ ምርጫ ግልጽ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement\">Option Explicit Statement</link>"
+msgstr ""
#: 03103300.xhp
msgctxt ""
@@ -26061,8 +26061,8 @@ msgctxt ""
"03103350.xhp\n"
"tit\n"
"help.text"
-msgid "Option VBASupport Statement [Runtime]"
-msgstr "ምርጫ የ VBA ድጋፍ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Option VBASupport Statement"
+msgstr ""
#: 03103350.xhp
msgctxt ""
@@ -26077,7 +26077,7 @@ msgctxt ""
"03103350.xhp\n"
"hd_id3145090\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option VBASupport Statement [Runtime]\">Option VBASupport Statement [Runtime]</link>"
+msgid "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option VBASupport Statement\">Option VBASupport Statement</link>"
msgstr ""
#: 03103350.xhp
@@ -26165,8 +26165,8 @@ msgctxt ""
"03103400.xhp\n"
"tit\n"
"help.text"
-msgid "Public Statement [Runtime]"
-msgstr "የ ሕዝብ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Public Statement"
+msgstr ""
#: 03103400.xhp
msgctxt ""
@@ -26181,8 +26181,8 @@ msgctxt ""
"03103400.xhp\n"
"hd_id3153311\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103400.xhp\" name=\"Public Statement [Runtime]\">Public Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03103400.xhp\" name=\"Public Statement [Runtime]\">የ ሕዝብ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03103400.xhp\" name=\"Public Statement\">Public Statement</link>"
+msgstr ""
#: 03103400.xhp
msgctxt ""
@@ -26221,8 +26221,8 @@ msgctxt ""
"03103450.xhp\n"
"tit\n"
"help.text"
-msgid "Global Statement [Runtime]"
-msgstr "አለም አቀፍ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Global Statement"
+msgstr "አለም አቀፍ አረፍተ ነገር"
#: 03103450.xhp
msgctxt ""
@@ -26237,8 +26237,8 @@ msgctxt ""
"03103450.xhp\n"
"hd_id3159201\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement [Runtime]\">Global Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement [Runtime]\">አለም አቀፍ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement\">Global Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement\">አለም አቀፍ አረፍተ ነገር</link>"
#: 03103450.xhp
msgctxt ""
@@ -26277,8 +26277,8 @@ msgctxt ""
"03103500.xhp\n"
"tit\n"
"help.text"
-msgid "Static Statement [Runtime]"
-msgstr "የ ተወሰነ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Static Statement"
+msgstr ""
#: 03103500.xhp
msgctxt ""
@@ -26293,8 +26293,8 @@ msgctxt ""
"03103500.xhp\n"
"hd_id3149798\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement [Runtime]\">Static Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement [Runtime]\">የ ተወሰነ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement\">Static Statement</link>"
+msgstr ""
#: 03103500.xhp
msgctxt ""
@@ -26373,8 +26373,8 @@ msgctxt ""
"03103600.xhp\n"
"tit\n"
"help.text"
-msgid "TypeName Function; VarType Function[Runtime]"
-msgstr "የ ስም አይነት: የ ተለዋዋጭ አይነት ተግባር[ማስኬጃ ጊዜ]"
+msgid "TypeName Function; VarType Function"
+msgstr ""
#: 03103600.xhp
msgctxt ""
@@ -26389,8 +26389,8 @@ msgctxt ""
"03103600.xhp\n"
"hd_id3143267\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName Function; VarType Function [Runtime]\">TypeName Function; VarType Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName Function; VarType Function[Runtime]\">የ ስም አይነት ተግባር: የ ተለዋዋጭ አይነት ተግባር[ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName Function; VarType Function\">TypeName Function; VarType Function</link>"
+msgstr ""
#: 03103600.xhp
msgctxt ""
@@ -26597,8 +26597,8 @@ msgctxt ""
"03103700.xhp\n"
"tit\n"
"help.text"
-msgid "Set Statement[Runtime]"
-msgstr "የ ስብስብ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Set Statement"
+msgstr "አረፍተ ነገር ማሰናጃ"
#: 03103700.xhp
msgctxt ""
@@ -26613,8 +26613,8 @@ msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement [Runtime]\">Set Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement [Runtime]\">እቃ መመደቢያ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">አረፍተ ነገር ማሰናጃ</link>"
#: 03103700.xhp
msgctxt ""
@@ -26685,8 +26685,8 @@ msgctxt ""
"03103800.xhp\n"
"tit\n"
"help.text"
-msgid "FindObject Function [Runtime]"
-msgstr "እቃ መፈለጊያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "FindObject Function"
+msgstr "እቃ መፈለጊያ ተግባር"
#: 03103800.xhp
msgctxt ""
@@ -26701,8 +26701,8 @@ msgctxt ""
"03103800.xhp\n"
"hd_id3145136\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject Function [Runtime]\">FindObject Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject Function [Runtime]\">እቃ መፈለጊያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject Function\">FindObject Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject Function\">እቃ መፈለጊያ ተግባር</link>"
#: 03103800.xhp
msgctxt ""
@@ -26781,8 +26781,8 @@ msgctxt ""
"03103900.xhp\n"
"tit\n"
"help.text"
-msgid "FindPropertyObject Function [Runtime]"
-msgstr "የ እቃ ባህሪ መፈለጊያ [ማስኬጃ ጊዜ]"
+msgid "FindPropertyObject Function"
+msgstr ""
#: 03103900.xhp
msgctxt ""
@@ -26797,8 +26797,8 @@ msgctxt ""
"03103900.xhp\n"
"hd_id3146958\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject Function [Runtime]\">FindPropertyObject Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindObject Function [Runtime]\">የ እቃ ባሀሪ መፈለጊያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject Function\">FindPropertyObject Function</link>"
+msgstr ""
#: 03103900.xhp
msgctxt ""
@@ -26853,8 +26853,8 @@ msgctxt ""
"03104000.xhp\n"
"tit\n"
"help.text"
-msgid "IsMissing function [Runtime]"
-msgstr "ጎድሏል ተግባር [ማስኬጃ ጊዜ]"
+msgid "IsMissing function"
+msgstr ""
#: 03104000.xhp
msgctxt ""
@@ -26869,8 +26869,8 @@ msgctxt ""
"03104000.xhp\n"
"hd_id3153527\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing Function [Runtime]\">IsMissing Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing function [Runtime]\">ጎድሏል ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing Function\">IsMissing Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing Function\">ጎድሏል ተግባር</link>"
#: 03104000.xhp
msgctxt ""
@@ -26941,8 +26941,8 @@ msgctxt ""
"03104100.xhp\n"
"tit\n"
"help.text"
-msgid "Optional (in Function Statement) [Runtime]"
-msgstr "በ ምርጫ (በ ተግባር አረፍተ ነገር ውስጥ) [ማስኬጃ ጊዜ]"
+msgid "Optional (in Function Statement)"
+msgstr ""
#: 03104100.xhp
msgctxt ""
@@ -26957,8 +26957,8 @@ msgctxt ""
"03104100.xhp\n"
"hd_id3149205\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional (in Function Statement) [Runtime]\">Optional (in Function Statement) [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional (in Function Statement) [Runtime]\">በ ምርጫ (በ ተግባር አረፍተ ነገር ውስጥ) [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional (in Function Statement)\">Optional (in Function Statement)</link>"
+msgstr ""
#: 03104100.xhp
msgctxt ""
@@ -27029,8 +27029,8 @@ msgctxt ""
"03104200.xhp\n"
"tit\n"
"help.text"
-msgid "Array Function [Runtime]"
-msgstr "ማዘጋጃ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Array Function"
+msgstr "ማዘጋጃ ተግባር"
#: 03104200.xhp
msgctxt ""
@@ -27045,8 +27045,8 @@ msgctxt ""
"03104200.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function [Runtime]\">Array Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function [Runtime]\">ማዘጋጃ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">ማዘጋጃ ተግባር</link>"
#: 03104200.xhp
msgctxt ""
@@ -27117,8 +27117,8 @@ msgctxt ""
"03104300.xhp\n"
"tit\n"
"help.text"
-msgid "DimArray Function [Runtime]"
-msgstr "ማፍዘዣ ማዘጋጃ ተግባር [ማስኬጃ ጊዜ]"
+msgid "DimArray Function"
+msgstr ""
#: 03104300.xhp
msgctxt ""
@@ -27133,8 +27133,8 @@ msgctxt ""
"03104300.xhp\n"
"hd_id3150616\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray Function [Runtime]\">DimArray Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray Function [Runtime]\">አቅጣጫ ማዘጋጃ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray Function\">DimArray Function</link>"
+msgstr ""
#: 03104300.xhp
msgctxt ""
@@ -27213,7 +27213,7 @@ msgctxt ""
"03104400.xhp\n"
"tit\n"
"help.text"
-msgid "HasUnoInterfaces Function [Runtime]"
+msgid "HasUnoInterfaces Function"
msgstr ""
#: 03104400.xhp
@@ -27229,8 +27229,8 @@ msgctxt ""
"03104400.xhp\n"
"hd_id3149987\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function [Runtime]\">HasUnoInterfaces Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function [Runtime]\">HasUnoInterfaces ተግባር [Runtime]</link>"
+msgid "<link href=\"text/sbasic/shared/03104400.xhp\" name=\"HasUnoInterfaces Function\">HasUnoInterfaces Function</link>"
+msgstr ""
#: 03104400.xhp
msgctxt ""
@@ -27317,8 +27317,8 @@ msgctxt ""
"03104500.xhp\n"
"tit\n"
"help.text"
-msgid "IsUnoStruct Function [Runtime]"
-msgstr "IsUnoStruct ተግባር [ማስኬጃ ጊዜ]"
+msgid "IsUnoStruct Function"
+msgstr ""
#: 03104500.xhp
msgctxt ""
@@ -27333,8 +27333,8 @@ msgctxt ""
"03104500.xhp\n"
"hd_id3146117\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function\">IsUnoStruct Function</link>"
+msgstr ""
#: 03104500.xhp
msgctxt ""
@@ -27445,8 +27445,8 @@ msgctxt ""
"03104600.xhp\n"
"tit\n"
"help.text"
-msgid "EqualUnoObjects Function [Runtime]"
-msgstr "EqualUnoObjects ተግባር [ማስኬጃ ጊዜ]"
+msgid "EqualUnoObjects Function"
+msgstr ""
#: 03104600.xhp
msgctxt ""
@@ -27461,8 +27461,8 @@ msgctxt ""
"03104600.xhp\n"
"hd_id3149205\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104600.xhp\" name=\"EqualUnoObjects Function [Runtime]\">EqualUnoObjects Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03104600.xhp\" name=\"EqualUnoObjects Function [Runtime]\">EqualUnoObjects ተግባር [Runtime]</link>"
+msgid "<link href=\"text/sbasic/shared/03104600.xhp\" name=\"EqualUnoObjects Function\">EqualUnoObjects Function</link>"
+msgstr ""
#: 03104600.xhp
msgctxt ""
@@ -27525,8 +27525,8 @@ msgctxt ""
"03104700.xhp\n"
"tit\n"
"help.text"
-msgid "Erase Function [Runtime]"
-msgstr "ተግባር መሰረዣ [ማስኬጃ ጊዜ]"
+msgid "Erase Function"
+msgstr "ተግባር መሰረዣ"
#: 03104700.xhp
msgctxt ""
@@ -27541,8 +27541,8 @@ msgctxt ""
"03104700.xhp\n"
"par_idN10548\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104700.xhp\">Erase Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03104700.xhp\">መሰረዣ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03104700.xhp\">Erase Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03104700.xhp\">ተግባር መሰረዣ</link>"
#: 03104700.xhp
msgctxt ""
@@ -27613,8 +27613,8 @@ msgctxt ""
"03110100.xhp\n"
"tit\n"
"help.text"
-msgid "Comparison Operators [Runtime]"
-msgstr "የ ማነፃፀሪያ አንቀሳቃሾች [ማስኬጃ ጊዜ]"
+msgid "Comparison Operators"
+msgstr "ማነፃፀሪያ ተግባር"
#: 03110100.xhp
msgctxt ""
@@ -27629,8 +27629,8 @@ msgctxt ""
"03110100.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators [Runtime]\">Comparison Operators [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators [Runtime]\">የ ማነፃፀሪያ አንቀሳቃሽ [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators\">Comparison Operators</link>"
+msgstr "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators\">ማነፃፀሪያ ተግባር</link>"
#: 03110100.xhp
msgctxt ""
@@ -27813,8 +27813,8 @@ msgctxt ""
"03120101.xhp\n"
"tit\n"
"help.text"
-msgid "Asc Function [Runtime]"
-msgstr "Asc ተግባር [ማስኬጃ ጊዜ]"
+msgid "Asc Function"
+msgstr ""
#: 03120101.xhp
msgctxt ""
@@ -27829,8 +27829,8 @@ msgctxt ""
"03120101.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function [Runtime]\">Asc Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function [Runtime]\">Asc ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function\">Asc Function</link>"
+msgstr ""
#: 03120101.xhp
msgctxt ""
@@ -27941,8 +27941,8 @@ msgctxt ""
"03120102.xhp\n"
"tit\n"
"help.text"
-msgid "Chr Function [Runtime]"
-msgstr "የ ባህሪ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Chr Function"
+msgstr ""
#: 03120102.xhp
msgctxt ""
@@ -27957,8 +27957,8 @@ msgctxt ""
"03120102.xhp\n"
"hd_id3149205\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">Chr Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">የ ባህሪ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function\">Chr Function</link>"
+msgstr ""
#: 03120102.xhp
msgctxt ""
@@ -28069,8 +28069,8 @@ msgctxt ""
"03120103.xhp\n"
"tit\n"
"help.text"
-msgid "Str Function [Runtime]"
-msgstr "የ ሀረግ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Str Function"
+msgstr ""
#: 03120103.xhp
msgctxt ""
@@ -28085,8 +28085,8 @@ msgctxt ""
"03120103.xhp\n"
"hd_id3143272\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function [Runtime]\">Str Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function [Runtime]\">የ ሀረግ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function\">Str Function</link>"
+msgstr ""
#: 03120103.xhp
msgctxt ""
@@ -28165,8 +28165,8 @@ msgctxt ""
"03120104.xhp\n"
"tit\n"
"help.text"
-msgid "Val Function [Runtime]"
-msgstr "የ ዋጋ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Val Function"
+msgstr ""
#: 03120104.xhp
msgctxt ""
@@ -28181,8 +28181,8 @@ msgctxt ""
"03120104.xhp\n"
"hd_id3149205\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function [Runtime]\">Val Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function [Runtime]\">የ ዋጋ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function\">Val Function</link>"
+msgstr ""
#: 03120104.xhp
msgctxt ""
@@ -28261,8 +28261,8 @@ msgctxt ""
"03120105.xhp\n"
"tit\n"
"help.text"
-msgid "CByte Function [Runtime]"
-msgstr "መቀየሪያ ወደ ባይት ተግባር [ማስኬጃ ጊዜ]"
+msgid "CByte Function"
+msgstr ""
#: 03120105.xhp
msgctxt ""
@@ -28277,8 +28277,8 @@ msgctxt ""
"03120105.xhp\n"
"hd_id3156027\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function [Runtime]\">CByte Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function [Runtime]\">CByte ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120105.xhp\" name=\"CByte Function\">CByte Function</link>"
+msgstr ""
#: 03120105.xhp
msgctxt ""
@@ -28341,7 +28341,7 @@ msgctxt ""
"03120111.xhp\n"
"tit\n"
"help.text"
-msgid "AscW Function [Runtime]"
+msgid "AscW Function"
msgstr ""
#: 03120111.xhp
@@ -28357,7 +28357,7 @@ msgctxt ""
"03120111.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120111.xhp\" name=\"AscW Function [Runtime - VBA]\">AscW Function [Runtime - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03120111.xhp\" name=\"AscW Function [VBA]\">AscW Function [VBA]</link>"
msgstr ""
#: 03120111.xhp
@@ -28445,7 +28445,7 @@ msgctxt ""
"03120112.xhp\n"
"tit\n"
"help.text"
-msgid "ChrW Function [Runtime -VBA]"
+msgid "ChrW Function [VBA]"
msgstr ""
#: 03120112.xhp
@@ -28461,7 +28461,7 @@ msgctxt ""
"03120112.xhp\n"
"hd_id3149205\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120112.xhp\" name=\"ChrW Function [Runtime]\">ChrW Function [Runtime -VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03120112.xhp\" name=\"ChrW Function\">ChrW Function [VBA]</link>"
msgstr ""
#: 03120112.xhp
@@ -28573,8 +28573,8 @@ msgctxt ""
"03120201.xhp\n"
"tit\n"
"help.text"
-msgid "Space Function [Runtime]"
-msgstr "የ ክፍተት ተግባር [ማስኬጃ ጊዜ]"
+msgid "Space Function"
+msgstr "የ ክፍተት ተግባር"
#: 03120201.xhp
msgctxt ""
@@ -28589,8 +28589,8 @@ msgctxt ""
"03120201.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function [Runtime]\">Space Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function [Runtime]\">የ ክፍተት ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function\">Space Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function\">የ ክፍተት ተግባር</link>"
#: 03120201.xhp
msgctxt ""
@@ -28661,8 +28661,8 @@ msgctxt ""
"03120202.xhp\n"
"tit\n"
"help.text"
-msgid "String Function [Runtime]"
-msgstr "የ ሐረግ ተግባር [ማስኬጃ ጊዜ]"
+msgid "String Function"
+msgstr "የ ሀረግ ተግባር"
#: 03120202.xhp
msgctxt ""
@@ -28677,8 +28677,8 @@ msgctxt ""
"03120202.xhp\n"
"hd_id3147291\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function [Runtime]\">String Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function [Runtime]\">የ ሐረግ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function\">String Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function\">የ ሀረግ ተግባር</link>"
#: 03120202.xhp
msgctxt ""
@@ -28797,8 +28797,8 @@ msgctxt ""
"03120301.xhp\n"
"tit\n"
"help.text"
-msgid "Format Function [Runtime]"
-msgstr "የ አቀራረብ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Format Function"
+msgstr "የ አቀራረብ ተግባር"
#: 03120301.xhp
msgctxt ""
@@ -28813,8 +28813,8 @@ msgctxt ""
"03120301.xhp\n"
"hd_id3153539\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function [Runtime]\">Format Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function [Runtime]\">የ አቀራረብ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function\">Format Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function\">የ አቀራረብ ተግባር</link>"
#: 03120301.xhp
msgctxt ""
@@ -29141,16 +29141,16 @@ msgctxt ""
"03120301.xhp\n"
"par_id381513082126889\n"
"help.text"
-msgid "<link href=\"text/shared/01/05020301.xhp\" name=\"number format code\">Number format codes in Calc</link>"
-msgstr "<link href=\"text/shared/01/05020301.xhp\" name=\"Number format codes\">የ ቁጥር አቀራረብ ኮዶች በ ሰንጠረዥ ውስጥ</link>"
+msgid "<link href=\"text/shared/01/05020301.xhp\" name=\"number format code\">Number format codes</link>"
+msgstr "<link href=\"text/shared/01/05020301.xhp\" name=\"number format code\">የ ቁጥር አቀራረብ ኮዶች</link>"
#: 03120302.xhp
msgctxt ""
"03120302.xhp\n"
"tit\n"
"help.text"
-msgid "LCase Function [Runtime]"
-msgstr "የ ዝቅተኛ ጉዳይ ተግባር [ማስኬጃ ጊዜ]"
+msgid "LCase Function"
+msgstr ""
#: 03120302.xhp
msgctxt ""
@@ -29165,8 +29165,8 @@ msgctxt ""
"03120302.xhp\n"
"hd_id3152363\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function [Runtime]\">LCase Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function [Runtime]\">የ ዝቅተኛ ጉዳይ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase Function</link>"
+msgstr ""
#: 03120302.xhp
msgctxt ""
@@ -29261,8 +29261,8 @@ msgctxt ""
"03120303.xhp\n"
"tit\n"
"help.text"
-msgid "Left Function [Runtime]"
-msgstr "የ ግራ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Left Function"
+msgstr "የ ግራ ተግባር"
#: 03120303.xhp
msgctxt ""
@@ -29277,8 +29277,8 @@ msgctxt ""
"03120303.xhp\n"
"hd_id3149346\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function [Runtime]\">Left Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function [Runtime]\">የ ግራ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function\">Left Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function\">የ ግራ ተግባር</link>"
#: 03120303.xhp
msgctxt ""
@@ -29373,8 +29373,8 @@ msgctxt ""
"03120304.xhp\n"
"tit\n"
"help.text"
-msgid "LSet Statement [Runtime]"
-msgstr "በ ግራ ማሰለፊያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "LSet Statement"
+msgstr ""
#: 03120304.xhp
msgctxt ""
@@ -29389,8 +29389,8 @@ msgctxt ""
"03120304.xhp\n"
"hd_id3143268\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet Statement [Runtime]\">LSet Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet Statement [Runtime]\">በ ግራ ማሰለፊያ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet Statement\">LSet Statement</link>"
+msgstr ""
#: 03120304.xhp
msgctxt ""
@@ -29501,8 +29501,8 @@ msgctxt ""
"03120305.xhp\n"
"tit\n"
"help.text"
-msgid "LTrim Function [Runtime]"
-msgstr "በ ግራ ባዶ ቦታ መከርከሚያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "LTrim Function"
+msgstr ""
#: 03120305.xhp
msgctxt ""
@@ -29517,8 +29517,8 @@ msgctxt ""
"03120305.xhp\n"
"hd_id3147574\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function [Runtime]\">LTrim Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function [Runtime]\">በ ግራ ባዶ ቦታ መከርከሚያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function\">LTrim Function</link>"
+msgstr ""
#: 03120305.xhp
msgctxt ""
@@ -29597,8 +29597,8 @@ msgctxt ""
"03120306.xhp\n"
"tit\n"
"help.text"
-msgid "Mid Function, Mid Statement [Runtime]"
-msgstr "መሀከል ተግባር: መሀከል አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Mid Function, Mid Statement"
+msgstr ""
#: 03120306.xhp
msgctxt ""
@@ -29613,8 +29613,8 @@ msgctxt ""
"03120306.xhp\n"
"hd_id3143268\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120306.xhp\" name=\"Mid Function, Mid Statement [Runtime]\">Mid Function, Mid Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120306.xhp\" name=\"Mid Function, Mid Statement [Runtime]\">መሀከል ተግባር: መሀከል አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120306.xhp\" name=\"Mid Function, Mid Statement\">Mid Function, Mid Statement</link>"
+msgstr ""
#: 03120306.xhp
msgctxt ""
@@ -29733,8 +29733,8 @@ msgctxt ""
"03120307.xhp\n"
"tit\n"
"help.text"
-msgid "Right Function [Runtime]"
-msgstr "የ ቀኝ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Right Function"
+msgstr "የ ቀኝ ተግባር"
#: 03120307.xhp
msgctxt ""
@@ -29749,8 +29749,8 @@ msgctxt ""
"03120307.xhp\n"
"hd_id3153311\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function [Runtime]\">Right Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function [Runtime]\">የ ቀኝ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function\">Right Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function\">የ ቀኝ ተግባር</link>"
#: 03120307.xhp
msgctxt ""
@@ -29853,8 +29853,8 @@ msgctxt ""
"03120308.xhp\n"
"tit\n"
"help.text"
-msgid "RSet Statement [Runtime]"
-msgstr "በ ቀኝ ማሰለፊያ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "RSet Statement"
+msgstr ""
#: 03120308.xhp
msgctxt ""
@@ -29869,8 +29869,8 @@ msgctxt ""
"03120308.xhp\n"
"hd_id3153345\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">በ ቀኝ ማሰለፊያ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement\">RSet Statement</link>"
+msgstr ""
#: 03120308.xhp
msgctxt ""
@@ -29997,8 +29997,8 @@ msgctxt ""
"03120309.xhp\n"
"tit\n"
"help.text"
-msgid "RTrim Function [Runtime]"
-msgstr "በ ቀኝ ባዶ ቦታ መከርከሚያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "RTrim Function"
+msgstr ""
#: 03120309.xhp
msgctxt ""
@@ -30013,8 +30013,8 @@ msgctxt ""
"03120309.xhp\n"
"hd_id3154286\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function [Runtime]\">RTrim Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function [Runtime]\">በ ቀኝ ባዶ ቦታ መከርከሚያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function\">RTrim Function</link>"
+msgstr ""
#: 03120309.xhp
msgctxt ""
@@ -30093,8 +30093,8 @@ msgctxt ""
"03120310.xhp\n"
"tit\n"
"help.text"
-msgid "UCase Function [Runtime]"
-msgstr "የ ላይኛው ጉዳይ ተግባር [ማስኬጃ ጊዜ]"
+msgid "UCase Function"
+msgstr ""
#: 03120310.xhp
msgctxt ""
@@ -30109,8 +30109,8 @@ msgctxt ""
"03120310.xhp\n"
"hd_id3153527\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Runtime]\">UCase Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Runtime]\">የ ላይኛው ጉዳይ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function\">UCase Function</link>"
+msgstr ""
#: 03120310.xhp
msgctxt ""
@@ -30205,8 +30205,8 @@ msgctxt ""
"03120311.xhp\n"
"tit\n"
"help.text"
-msgid "Trim Function [Runtime]"
-msgstr "መከርከሚያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Trim Function"
+msgstr "የ መከርከሚያ ተግባር"
#: 03120311.xhp
msgctxt ""
@@ -30221,8 +30221,8 @@ msgctxt ""
"03120311.xhp\n"
"hd_id3150616\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Runtime]\">Trim Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Runtime]\">መከርከሚያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function\">Trim Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function\">የ መከርከሚያ ተግባር</link>"
#: 03120311.xhp
msgctxt ""
@@ -30293,8 +30293,8 @@ msgctxt ""
"03120312.xhp\n"
"tit\n"
"help.text"
-msgid "ConvertToURL Function [Runtime]"
-msgstr "ወደ URL መቀየሪያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "ConvertToURL Function"
+msgstr ""
#: 03120312.xhp
msgctxt ""
@@ -30309,8 +30309,8 @@ msgctxt ""
"03120312.xhp\n"
"hd_id3152801\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120312.xhp\" name=\"ConvertToURL Function [Runtime]\">ConvertToURL Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120312.xhp\" name=\"ConvertToURL Function [Runtime]\">ConvertToURL ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120312.xhp\" name=\"ConvertToURL Function\">ConvertToURL Function</link>"
+msgstr ""
#: 03120312.xhp
msgctxt ""
@@ -30389,8 +30389,8 @@ msgctxt ""
"03120313.xhp\n"
"tit\n"
"help.text"
-msgid "ConvertFromURL Function [Runtime]"
-msgstr "ከ URL መቀየሪያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "ConvertFromURL Function"
+msgstr ""
#: 03120313.xhp
msgctxt ""
@@ -30405,8 +30405,8 @@ msgctxt ""
"03120313.xhp\n"
"hd_id3153894\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Runtime]\">ConvertFromURL Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Runtime]\">ከ URL መቀየሪያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function\">ConvertFromURL Function</link>"
+msgstr ""
#: 03120313.xhp
msgctxt ""
@@ -30469,8 +30469,8 @@ msgctxt ""
"03120314.xhp\n"
"tit\n"
"help.text"
-msgid "Split Function [Runtime]"
-msgstr "መክፈያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Split Function"
+msgstr "የ መክፈያ ተግባር"
#: 03120314.xhp
msgctxt ""
@@ -30485,8 +30485,8 @@ msgctxt ""
"03120314.xhp\n"
"hd_id3156027\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Runtime]\">Split Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Runtime]\">መክፈያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function\">Split Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function\">የ መክፈያ ተግባር</link>"
#: 03120314.xhp
msgctxt ""
@@ -30573,8 +30573,8 @@ msgctxt ""
"03120315.xhp\n"
"tit\n"
"help.text"
-msgid "Join Function [Runtime]"
-msgstr "ማገናኛ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Join Function"
+msgstr ""
#: 03120315.xhp
msgctxt ""
@@ -30589,8 +30589,8 @@ msgctxt ""
"03120315.xhp\n"
"hd_id3149416\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120315.xhp\" name=\"Join Function [Runtime]\">Join Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120315.xhp\" name=\"Join Function [Runtime]\">Join ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120315.xhp\" name=\"Join Function\">Join Function</link>"
+msgstr ""
#: 03120315.xhp
msgctxt ""
@@ -30693,8 +30693,8 @@ msgctxt ""
"03120401.xhp\n"
"tit\n"
"help.text"
-msgid "InStr Function [Runtime]"
-msgstr "ተመሳሳይ የ ተገኘበት ቦታ ተግባር [ማስኬጃ ጊዜ]"
+msgid "InStr Function"
+msgstr ""
#: 03120401.xhp
msgctxt ""
@@ -30709,8 +30709,8 @@ msgctxt ""
"03120401.xhp\n"
"hd_id3155934\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Runtime]\">InStr Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Runtime]\">ተመሳሳይ የ ተገኘበት ቦታ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function\">InStr Function</link>"
+msgstr ""
#: 03120401.xhp
msgctxt ""
@@ -30837,8 +30837,8 @@ msgctxt ""
"03120402.xhp\n"
"tit\n"
"help.text"
-msgid "Len Function [Runtime]"
-msgstr "በ ጽሁፍ ሀረግ ውስጥ የ ባህሪ ቁጥር ተግባር [ማስኬጃ ጊዜ]"
+msgid "Len Function"
+msgstr ""
#: 03120402.xhp
msgctxt ""
@@ -30853,8 +30853,8 @@ msgctxt ""
"03120402.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120402.xhp\" name=\"Len Function [Runtime]\">Len Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120402.xhp\" name=\"Len Function [Runtime]\">የ እርዝመት ተግባር [ማስከጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120402.xhp\" name=\"Len Function\">Len Function</link>"
+msgstr ""
#: 03120402.xhp
msgctxt ""
@@ -30933,8 +30933,8 @@ msgctxt ""
"03120403.xhp\n"
"tit\n"
"help.text"
-msgid "StrComp Function [Runtime]"
-msgstr "StrComp ተግባር [ማስኬጃ ጊዜ]"
+msgid "StrComp Function"
+msgstr ""
#: 03120403.xhp
msgctxt ""
@@ -30949,8 +30949,8 @@ msgctxt ""
"03120403.xhp\n"
"hd_id3156027\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function\">StrComp Function</link>"
+msgstr ""
#: 03120403.xhp
msgctxt ""
@@ -31069,7 +31069,7 @@ msgctxt ""
"03120411.xhp\n"
"tit\n"
"help.text"
-msgid "InStrRev Function [Runtime - VBA]"
+msgid "InStrRev Function [VBA]"
msgstr ""
#: 03120411.xhp
@@ -31085,7 +31085,7 @@ msgctxt ""
"03120411.xhp\n"
"hd_id3155934\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120411.xhp\" name=\"InStrRev Function [Runtime]\">InStrRev Function [Runtime - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03120411.xhp\" name=\"InStrRev Function\">InStrRev Function [VBA]</link>"
msgstr ""
#: 03120411.xhp
@@ -31213,7 +31213,7 @@ msgctxt ""
"03120412.xhp\n"
"tit\n"
"help.text"
-msgid "StrReverse Function [Runtime - VBA]"
+msgid "StrReverse Function [VBA]"
msgstr ""
#: 03120412.xhp
@@ -31229,7 +31229,7 @@ msgctxt ""
"03120412.xhp\n"
"hd_id3155934\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse Function [Runtime]\">StrReverse Function [Runtime - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse Function\">StrReverse Function [VBA]</link>"
msgstr ""
#: 03120412.xhp
@@ -31293,8 +31293,8 @@ msgctxt ""
"03130100.xhp\n"
"tit\n"
"help.text"
-msgid "Beep Statement [Runtime]"
-msgstr "የ ቢፕ ድምፅ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Beep Statement"
+msgstr ""
#: 03130100.xhp
msgctxt ""
@@ -31309,8 +31309,8 @@ msgctxt ""
"03130100.xhp\n"
"hd_id3143284\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03130100.xhp\" name=\"Beep Statement [Runtime]\">Beep Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03130100.xhp\" name=\"Beep Statement [Runtime]\">የ ቢፕ ድምፅ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03130100.xhp\" name=\"Beep Statement\">Beep Statement</link>"
+msgstr ""
#: 03130100.xhp
msgctxt ""
@@ -31341,8 +31341,8 @@ msgctxt ""
"03130500.xhp\n"
"tit\n"
"help.text"
-msgid "Shell Function [Runtime]"
-msgstr "የሚፈጸም ፕሮግራም ማስኬጃ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Shell Function"
+msgstr ""
#: 03130500.xhp
msgctxt ""
@@ -31357,8 +31357,8 @@ msgctxt ""
"03130500.xhp\n"
"hd_id3150040\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function [Runtime]\">Shell Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function [Runtime]\">የሚፈጸም ፕሮግራም ማስኬጃ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function\">Shell Function</link>"
+msgstr ""
#: 03130500.xhp
msgctxt ""
@@ -31525,8 +31525,8 @@ msgctxt ""
"03130600.xhp\n"
"tit\n"
"help.text"
-msgid "Wait Statement [Runtime]"
-msgstr "ይጠብቁ አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "Wait Statement"
+msgstr "የ መጠበቂያ ተግባር"
#: 03130600.xhp
msgctxt ""
@@ -31541,8 +31541,8 @@ msgctxt ""
"03130600.xhp\n"
"hd_id3154136\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement [Runtime]\">Wait Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement [Runtime]\">መጠበቂያ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement\">Wait Statement</link>"
+msgstr "<link href=\"text/sbasic/shared/03130600.xhp\" name=\"Wait Statement\">የ መጠበቂያ ተግባር</link>"
#: 03130600.xhp
msgctxt ""
@@ -31605,8 +31605,8 @@ msgctxt ""
"03130700.xhp\n"
"tit\n"
"help.text"
-msgid "GetSystemTicks Function [Runtime]"
-msgstr "ከ ስርአቱ የ አሁኑን ቀን እና ሰአት አካባቢ ተግባር [ማስኬጃ ጊዜ]"
+msgid "GetSystemTicks Function"
+msgstr ""
#: 03130700.xhp
msgctxt ""
@@ -31621,8 +31621,8 @@ msgctxt ""
"03130700.xhp\n"
"hd_id3147143\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function [Runtime]\">GetSystemTicks Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function [Runtime]\">ከ ስርአቱ የ አሁኑን ቀን እና ሰአት አካባቢ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function\">GetSystemTicks Function</link>"
+msgstr ""
#: 03130700.xhp
msgctxt ""
@@ -31677,8 +31677,8 @@ msgctxt ""
"03130800.xhp\n"
"tit\n"
"help.text"
-msgid "Environ Function [Runtime]"
-msgstr "የ መስሪያ ስርአት ተለዋዋጭ ተግባር [ማስኬጃ ጊዜ]"
+msgid "Environ Function"
+msgstr ""
#: 03130800.xhp
msgctxt ""
@@ -31693,8 +31693,8 @@ msgctxt ""
"03130800.xhp\n"
"hd_id3155364\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function [Runtime]\">Environ Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function [Runtime]\">የ መስሪያ ስርአት ተለዋዋጭ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function\">Environ Function</link>"
+msgstr ""
#: 03130800.xhp
msgctxt ""
@@ -31773,8 +31773,8 @@ msgctxt ""
"03131000.xhp\n"
"tit\n"
"help.text"
-msgid "GetSolarVersion Function [Runtime]"
-msgstr "የ አሁኑን የ ውስጥ ቁጥር እትም ማሳያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "GetSolarVersion Function"
+msgstr ""
#: 03131000.xhp
msgctxt ""
@@ -31789,8 +31789,8 @@ msgctxt ""
"03131000.xhp\n"
"hd_id3157898\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function [Runtime]\">GetSolarVersion Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function [Runtime]\">የ አሁኑን የ ውስጥ ቁጥር እትም ማሳያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function\">GetSolarVersion Function</link>"
+msgstr ""
#: 03131000.xhp
msgctxt ""
@@ -31845,8 +31845,8 @@ msgctxt ""
"03131300.xhp\n"
"tit\n"
"help.text"
-msgid "TwipsPerPixelX Function [Runtime]"
-msgstr "የ ኢንች አንድ ሀያኛ: በ ፒክስልX ተግባር [ማስኬጃ ጊዜ]"
+msgid "TwipsPerPixelX Function"
+msgstr ""
#: 03131300.xhp
msgctxt ""
@@ -31861,8 +31861,8 @@ msgctxt ""
"03131300.xhp\n"
"hd_id3153539\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function [Runtime]\">TwipsPerPixelX Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function [Runtime]\">የ ኢንች አንድ ሀያኛ: በ ፒክስልX ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function\">TwipsPerPixelX Function</link>"
+msgstr ""
#: 03131300.xhp
msgctxt ""
@@ -31917,8 +31917,8 @@ msgctxt ""
"03131400.xhp\n"
"tit\n"
"help.text"
-msgid "TwipsPerPixelY Function [Runtime]"
-msgstr "<bookmark_value>የ ኢንች አንድ ሀያኛ: በ ፒክስልY ተግባር</bookmark_value>"
+msgid "TwipsPerPixelY Function"
+msgstr ""
#: 03131400.xhp
msgctxt ""
@@ -31933,8 +31933,8 @@ msgctxt ""
"03131400.xhp\n"
"hd_id3150040\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Runtime]\">TwipsPerPixelY Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Runtime]\">የ ኢንች አንድ ሀያኛ በ ፒክስልY ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function\">TwipsPerPixelY Function</link>"
+msgstr ""
#: 03131400.xhp
msgctxt ""
@@ -31989,8 +31989,8 @@ msgctxt ""
"03131500.xhp\n"
"tit\n"
"help.text"
-msgid "CreateUnoStruct Function [Runtime]"
-msgstr "CreateUnoStruct ተግባር [ማስኬጃ ጊዜ]"
+msgid "CreateUnoStruct Function"
+msgstr ""
#: 03131500.xhp
msgctxt ""
@@ -32005,8 +32005,8 @@ msgctxt ""
"03131500.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131500.xhp\" name=\"CreateUnoStruct Function [Runtime]\">CreateUnoStruct Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03131500.xhp\" name=\"CreateUnoStruct Function [Runtime]\">CreateUnoStruct ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03131500.xhp\" name=\"CreateUnoStruct Function\">CreateUnoStruct Function</link>"
+msgstr ""
#: 03131500.xhp
msgctxt ""
@@ -32061,8 +32061,8 @@ msgctxt ""
"03131600.xhp\n"
"tit\n"
"help.text"
-msgid "CreateUnoService Function [Runtime]"
-msgstr "CreateUnoService ተግባር [ማስኬጃ ጊዜ]"
+msgid "CreateUnoService Function"
+msgstr ""
#: 03131600.xhp
msgctxt ""
@@ -32077,8 +32077,8 @@ msgctxt ""
"03131600.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function\">CreateUnoService Function</link>"
+msgstr ""
#: 03131600.xhp
msgctxt ""
@@ -32109,8 +32109,8 @@ msgctxt ""
"03131600.xhp\n"
"par_idN1060F\n"
"help.text"
-msgid "For a list of available services, go to: <link href=\"http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"linkname\">http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</link>"
-msgstr "ለ ዝርዝር ዝግጁ ግልጋሎቶች ይሂዱ ወደ: <link href=\"http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"linkname\">http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</link>"
+msgid "For a list of available services, go to: <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"api.libreoffice.org com::sun::star Module Reference\">https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</link>"
+msgstr ""
#: 03131600.xhp
msgctxt ""
@@ -32165,8 +32165,8 @@ msgctxt ""
"03131700.xhp\n"
"tit\n"
"help.text"
-msgid "GetProcessServiceManager Function [Runtime]"
-msgstr "ያግኙ የ ሂደት ግልጋሎት አስተዳዳሪ ተግባር [ማስኬጃ ጊዜ]"
+msgid "GetProcessServiceManager Function"
+msgstr ""
#: 03131700.xhp
msgctxt ""
@@ -32181,8 +32181,8 @@ msgctxt ""
"03131700.xhp\n"
"hd_id3153255\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131700.xhp\" name=\"GetProcessServiceManager Function [Runtime]\">GetProcessServiceManager Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03131700.xhp\" name=\"GetProcessServiceManager Function [Runtime]\">ያግኙ የ ሂደት ግልጋሎት አስተዳዳሪ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03131700.xhp\" name=\"GetProcessServiceManager Function\">GetProcessServiceManager Function</link>"
+msgstr ""
#: 03131700.xhp
msgctxt ""
@@ -32229,8 +32229,8 @@ msgctxt ""
"03131800.xhp\n"
"tit\n"
"help.text"
-msgid "CreateUnoDialog Function [Runtime]"
-msgstr "CreateUnoDialog ተግባር [ማስኬጃ ጊዜ]"
+msgid "CreateUnoDialog Function"
+msgstr ""
#: 03131800.xhp
msgctxt ""
@@ -32245,8 +32245,8 @@ msgctxt ""
"03131800.xhp\n"
"hd_id3150040\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function [Runtime]\">CreateUnoDialog Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function [Runtime]\">CreateUnoDialog ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function\">CreateUnoDialog Function</link>"
+msgstr ""
#: 03131800.xhp
msgctxt ""
@@ -32317,8 +32317,8 @@ msgctxt ""
"03131900.xhp\n"
"tit\n"
"help.text"
-msgid "GlobalScope [Runtime]"
-msgstr "አለም አቀፍ ክልል [ማስኬጃ ጊዜ]"
+msgid "GlobalScope"
+msgstr "የ አለም አቀፍ ክልል"
#: 03131900.xhp
msgctxt ""
@@ -32333,8 +32333,8 @@ msgctxt ""
"03131900.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope [Runtime]\">GlobalScope [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope [Runtime]\">አለም አቀፍ ክልል [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>"
+msgstr "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">የ አለም አቀፍ ክልል</link>"
#: 03131900.xhp
msgctxt ""
@@ -32445,8 +32445,8 @@ msgctxt ""
"03132000.xhp\n"
"tit\n"
"help.text"
-msgid "CreateUnoListener Function [Runtime]"
-msgstr "መፍጠሪያ Uno አድማጭ ተግባር [ማስኬጃ ጊዜ]"
+msgid "CreateUnoListener Function"
+msgstr ""
#: 03132000.xhp
msgctxt ""
@@ -32461,8 +32461,8 @@ msgctxt ""
"03132000.xhp\n"
"hd_id3155150\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function [Runtime]\">CreateUnoListener Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function [Runtime]\">መፍጠሪያ Uno አድማጭ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function\">CreateUnoListener Function</link>"
+msgstr ""
#: 03132000.xhp
msgctxt ""
@@ -32741,8 +32741,8 @@ msgctxt ""
"03132100.xhp\n"
"tit\n"
"help.text"
-msgid "GetGuiType Function [Runtime]"
-msgstr "GetGuiType ተግባር [ማስኬጃ ጊዜ]"
+msgid "GetGuiType Function"
+msgstr ""
#: 03132100.xhp
msgctxt ""
@@ -32757,8 +32757,8 @@ msgctxt ""
"03132100.xhp\n"
"hd_id3155310\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function [Runtime]\">GetGuiType Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function [Runtime]\">GetGuiType ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function\">GetGuiType Function</link>"
+msgstr ""
#: 03132100.xhp
msgctxt ""
@@ -32773,8 +32773,8 @@ msgctxt ""
"03132100.xhp\n"
"par_id3153323\n"
"help.text"
-msgid "This runtime function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments."
-msgstr "ይህ ማስኬጃ ጊዜ ተግባር የ ቀረበው ለ ወደ ታች ተስማሚ ላለፈው እትሞች ነው: የሚመልሰው ዋጋ አይገለጽም በ ደንበኛ-ሰርቨር አካባቢዎች ላይ"
+msgid "This function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments."
+msgstr ""
#: 03132100.xhp
msgctxt ""
@@ -32837,8 +32837,8 @@ msgctxt ""
"03132200.xhp\n"
"tit\n"
"help.text"
-msgid "ThisComponent Statement [Runtime]"
-msgstr "የዚህ አካል አረፍተ ነገር [ማስኬጃ ጊዜ]"
+msgid "ThisComponent Statement"
+msgstr ""
#: 03132200.xhp
msgctxt ""
@@ -32853,7 +32853,7 @@ msgctxt ""
"03132200.xhp\n"
"hd_id3155342\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent Statement [Runtime]\">ThisComponent Statement [Runtime]</link>"
+msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent Statement\">ThisComponent Statement</link>"
msgstr ""
#: 03132200.xhp
@@ -32909,8 +32909,8 @@ msgctxt ""
"03132300.xhp\n"
"tit\n"
"help.text"
-msgid "CreateUnoValue Function [Runtime]"
-msgstr "CreateUnoValue ተግባር [ማስኬጃ ጊዜ]"
+msgid "CreateUnoValue Function"
+msgstr ""
#: 03132300.xhp
msgctxt ""
@@ -32925,8 +32925,8 @@ msgctxt ""
"03132300.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03132300.xhp\" name=\"CreateUnoValue Function [Runtime]\">CreateUnoValue Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03132300.xhp\" name=\"CreateUnoValue Function [Runtime]\">CreateUnoValue ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03132300.xhp\" name=\"CreateUnoValue Function\">CreateUnoValue Function</link>"
+msgstr ""
#: 03132300.xhp
msgctxt ""
@@ -33005,8 +33005,8 @@ msgctxt ""
"03132400.xhp\n"
"tit\n"
"help.text"
-msgid "CreateObject Function [Runtime]"
-msgstr "እቃ መፍጠሪያ ተግባር [ማስኬጃ ጊዜ]"
+msgid "CreateObject Function"
+msgstr "እቃ መፍጠሪያ ተግባር"
#: 03132400.xhp
msgctxt ""
@@ -33021,8 +33021,8 @@ msgctxt ""
"03132400.xhp\n"
"par_idN10580\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03132400.xhp\">እቃ መፍጠሪያ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function</link>"
+msgstr "<link href=\"text/sbasic/shared/03132400.xhp\">እቃ መፍጠሪያ ተግባር</link>"
#: 03132400.xhp
msgctxt ""
@@ -33069,8 +33069,8 @@ msgctxt ""
"03132500.xhp\n"
"tit\n"
"help.text"
-msgid "GetDefaultContext Function [Runtime]"
-msgstr "ነባር ይዞታ ማግኛ ተግባር [ማስኬጃ ጊዜ]"
+msgid "GetDefaultContext Function"
+msgstr ""
#: 03132500.xhp
msgctxt ""
@@ -33085,8 +33085,8 @@ msgctxt ""
"03132500.xhp\n"
"par_idN10580\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03132500.xhp\">ነባር አገባብ ማግኛ ተግባር [ማስኬጃ ጊዜ]</link>"
+msgid "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function</link>"
+msgstr ""
#: 03132500.xhp
msgctxt ""
@@ -33101,16 +33101,16 @@ msgctxt ""
"03132500.xhp\n"
"par_idN10593\n"
"help.text"
-msgid "This runtime function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the <item type=\"literal\">Professional UNO</item> chapter in the <item type=\"literal\">Developer's Guide</item> on <link href=\"http://api.libreoffice.org\">api.libreoffice.org</link> for more information."
-msgstr "ይህ ማስኬጃ ጊዜ ተግባር ለ ነባር አካላት ይዞታዎች የሚጠቀሙት: ይህ ግልጋሎት ማስጀመሪያ በ Xበርካታ ግልጋሎት ፋክቶሪ: ይህን ይመልከቱ የ <item type=\"literal\">Professional UNO</item> ምእራፍ በ <item type=\"literal\">አበልጻጊዎች መምሪያ ውስጥ</item> ከ <link href=\"http://api.libreoffice.org\">api.libreoffice.org</link> ለ በለጠ መረጃ"
+msgid "This function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the <item type=\"literal\">Professional UNO</item> chapter in the <item type=\"literal\">Developer's Guide</item> on <link href=\"https://api.libreoffice.org\" name=\"api.libreoffice.org\">api.libreoffice.org</link> for more information."
+msgstr ""
#: 03140000.xhp
msgctxt ""
"03140000.xhp\n"
"tit\n"
"help.text"
-msgid "DDB Function [Runtime - VBA]"
-msgstr "የ DDB ተግባር [ማስኬጃ ጊዜ - VBA]"
+msgid "DDB Function [VBA]"
+msgstr ""
#: 03140000.xhp
msgctxt ""
@@ -33125,8 +33125,8 @@ msgctxt ""
"03140000.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140000.xhp\" name=\"DDB Function [Runtime - VBA]\">DDB Function [Runtime - VBA]</link>"
-msgstr "<link href=\"text/sbasic/shared/03140000.xhp\" name=\"DDB Function [Runtime - VBA]\">የ DDB ተግባር [ማስኬጃ ጊዜ - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140000.xhp\" name=\"DDB Function [VBA]\">DDB Function [VBA]</link>"
+msgstr ""
#: 03140000.xhp
msgctxt ""
@@ -33205,8 +33205,8 @@ msgctxt ""
"03140001.xhp\n"
"tit\n"
"help.text"
-msgid "FV Function [Runtime - VBA]"
-msgstr "የ FV ተግባር [ማስኬጃ ጊዜ - VBA]"
+msgid "FV Function [VBA]"
+msgstr ""
#: 03140001.xhp
msgctxt ""
@@ -33221,8 +33221,8 @@ msgctxt ""
"03140001.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140001.xhp\" name=\"FV Function [Runtime - VBA]\">FV Function [Runtime - VBA]</link>"
-msgstr "<link href=\"text/sbasic/shared/03140001.xhp\" name=\"FV Function [Runtime - VBA]\">የ FV ተግባር [ማስኬጃ ጊዜ - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140001.xhp\" name=\"FV Function [VBA]\">FV Function [VBA]</link>"
+msgstr ""
#: 03140001.xhp
msgctxt ""
@@ -33309,7 +33309,7 @@ msgctxt ""
"03140002.xhp\n"
"tit\n"
"help.text"
-msgid "IPmt Function [Runtime - VBA]"
+msgid "IPmt Function [VBA]"
msgstr ""
#: 03140002.xhp
@@ -33325,7 +33325,7 @@ msgctxt ""
"03140002.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140002.xhp\" name=\"IPmt Function [Runtime - VBA]\">IPmt Function [Runtime - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140002.xhp\" name=\"IPmt Function [VBA]\">IPmt Function [VBA]</link>"
msgstr ""
#: 03140002.xhp
@@ -33421,8 +33421,8 @@ msgctxt ""
"03140003.xhp\n"
"tit\n"
"help.text"
-msgid "IRR Function [Runtime - VBA]"
-msgstr "የ ውስጥ መጠን ለ ተከታታይ ገንዘብ ተግባር [ማስኬጃ ጊዜ - VBA]"
+msgid "IRR Function [VBA]"
+msgstr ""
#: 03140003.xhp
msgctxt ""
@@ -33437,8 +33437,8 @@ msgctxt ""
"03140003.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140003.xhp\" name=\"IRR Function [Runtime - VBA]\">IRR Function [Runtime - VBA]</link>"
-msgstr "<link href=\"text/sbasic/shared/03140001.xhp\" name=\"FV Function [Runtime - VBA]\">የ ውስጥ መጠን ለ ተከታታይ ገንዘብ ተግባር [ማስኬጃ ጊዜ - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140003.xhp\" name=\"IRR Function [VBA]\">IRR Function [VBA]</link>"
+msgstr ""
#: 03140003.xhp
msgctxt ""
@@ -33485,8 +33485,8 @@ msgctxt ""
"03140004.xhp\n"
"tit\n"
"help.text"
-msgid "MIRR Function [Runtime - VBA]"
-msgstr "የ ተሻሻለው የ ውስጥ መጠን ለ ተከታታይ ገንዘብ ተግባር [ማስኬጃ ጊዜ - VBA]"
+msgid "MIRR Function [VBA]"
+msgstr ""
#: 03140004.xhp
msgctxt ""
@@ -33501,8 +33501,8 @@ msgctxt ""
"03140004.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140004.xhp\" name=\"MIRR Function [Runtime - VBA]\">MIRR Function [Runtime - VBA]</link>"
-msgstr "<link href=\"text/sbasic/shared/03140004.xhp\" name=\"MIRR Function [Runtime - VBA]\">የ ተሻሻለው የ ውስጥ መጠን ለ ተከታታይ ገንዘብ ተግባር [ማስኬጃ ጊዜ - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140004.xhp\" name=\"MIRR Function [VBA]\">MIRR Function [VBA]</link>"
+msgstr ""
#: 03140004.xhp
msgctxt ""
@@ -33557,7 +33557,7 @@ msgctxt ""
"03140005.xhp\n"
"tit\n"
"help.text"
-msgid "NPer Function [Runtime - VBA]"
+msgid "NPer Function [VBA]"
msgstr ""
#: 03140005.xhp
@@ -33573,7 +33573,7 @@ msgctxt ""
"03140005.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140005.xhp\" name=\"NPer Function [Runtime - VBA]\">NPer Function [Runtime - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140005.xhp\" name=\"NPer Function [VBA]\">NPer Function [VBA]</link>"
msgstr ""
#: 03140005.xhp
@@ -33661,7 +33661,7 @@ msgctxt ""
"03140006.xhp\n"
"tit\n"
"help.text"
-msgid "NPV Function [Runtime - VBA]"
+msgid "NPV Function [VBA]"
msgstr ""
#: 03140006.xhp
@@ -33677,7 +33677,7 @@ msgctxt ""
"03140006.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140006.xhp\" name=\"NPV Function [Runtime - VBA]\">NPV Function [Runtime - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140006.xhp\" name=\"NPV Function [VBA]\">NPV Function [VBA]</link>"
msgstr ""
#: 03140006.xhp
@@ -33725,7 +33725,7 @@ msgctxt ""
"03140007.xhp\n"
"tit\n"
"help.text"
-msgid "Pmt Function [Runtime - VBA]"
+msgid "Pmt Function [VBA]"
msgstr ""
#: 03140007.xhp
@@ -33741,7 +33741,7 @@ msgctxt ""
"03140007.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140007.xhp\" name=\"Pmt Function [Runtime - VBA]\">Pmt Function [Runtime - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140007.xhp\" name=\"Pmt Function [VBA]\">Pmt Function [VBA]</link>"
msgstr ""
#: 03140007.xhp
@@ -33845,7 +33845,7 @@ msgctxt ""
"03140008.xhp\n"
"tit\n"
"help.text"
-msgid "PPmt Function [Runtime - VBA]"
+msgid "PPmt Function [VBA]"
msgstr ""
#: 03140008.xhp
@@ -33861,7 +33861,7 @@ msgctxt ""
"03140008.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140008.xhp\" name=\"PPmt Function [Runtime - VBA]\">PPmt Function [Runtime - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140008.xhp\" name=\"PPmt Function [VBA]\">PPmt Function [VBA]</link>"
msgstr ""
#: 03140008.xhp
@@ -33965,7 +33965,7 @@ msgctxt ""
"03140008.xhp\n"
"par_id230720172348086687\n"
"help.text"
-msgid "print ppMth4 ' ppMth4 is calculated to be -1044,94463903636"
+msgid "print ppMth4 ' ppMth4 is calculated to be -1044,94463903636."
msgstr ""
#: 03140008.xhp
@@ -33981,7 +33981,7 @@ msgctxt ""
"03140008.xhp\n"
"par_id230720172348086456\n"
"help.text"
-msgid "print ppMth5' ppMth5 is calculated to be -1053,65251102833"
+msgid "print ppMth5' ppMth5 is calculated to be -1053,65251102833."
msgstr ""
#: 03140008.xhp
@@ -33997,8 +33997,8 @@ msgctxt ""
"03140009.xhp\n"
"tit\n"
"help.text"
-msgid "PV Function [Runtime - VBA]"
-msgstr "የ አሁኑ ዋጋ ተግባር [ማስኬጃ ጊዜ - VBA]"
+msgid "PV Function [VBA]"
+msgstr ""
#: 03140009.xhp
msgctxt ""
@@ -34013,8 +34013,8 @@ msgctxt ""
"03140009.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140009.xhp\" name=\"PV Function [Runtime - VBA]\">PV Function [Runtime - VBA]</link>"
-msgstr "<link href=\"text/sbasic/shared/03140009.xhp\" name=\"PV Function [Runtime - VBA]\">የ አሁኑ ዋጋ ተግባር [ማስኬጃ ጊዜ - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140009.xhp\" name=\"PV Function [VBA]\">PV Function [VBA]</link>"
+msgstr ""
#: 03140009.xhp
msgctxt ""
@@ -34117,8 +34117,8 @@ msgctxt ""
"03140010.xhp\n"
"tit\n"
"help.text"
-msgid "Rate Function [Runtime - VBA]"
-msgstr "የ መጠን ተግባር [ማስኬጃ ጊዜ - VBA]"
+msgid "Rate Function [VBA]"
+msgstr ""
#: 03140010.xhp
msgctxt ""
@@ -34133,8 +34133,8 @@ msgctxt ""
"03140010.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140010.xhp\" name=\"Rate Function [Runtime - VBA]\">Rate Function [Runtime - VBA]</link>"
-msgstr "<link href=\"text/sbasic/shared/03140010.xhp\" name=\"Rate Function [Runtime - VBA]\">የ መጠን ተግባር [ማስኬጃ ጊዜ - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140010.xhp\" name=\"Rate Function [VBA]\">Rate Function [VBA]</link>"
+msgstr ""
#: 03140010.xhp
msgctxt ""
@@ -34245,8 +34245,8 @@ msgctxt ""
"03140011.xhp\n"
"tit\n"
"help.text"
-msgid "SLN Function [Runtime - VBA]"
-msgstr "የ ንብረት እርጅና በ ቀጥታ-መስመር [ማስኬጃ ጊዜ - VBA]"
+msgid "SLN Function [VBA]"
+msgstr ""
#: 03140011.xhp
msgctxt ""
@@ -34261,8 +34261,8 @@ msgctxt ""
"03140011.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140011.xhp\" name=\"SLN Function [Runtime - VBA]\">SLN Function [Runtime - VBA]</link>"
-msgstr "<link href=\"text/sbasic/shared/03140011.xhp\" name=\"SLN Function [Runtime - VBA]\">የ ንብረት እርጅና በ ቀጥታ-መስመር [ማስኬጃ ጊዜ - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140011.xhp\" name=\"SLN Function [VBA]\">SLN Function [VBA]</link>"
+msgstr ""
#: 03140011.xhp
msgctxt ""
@@ -34333,8 +34333,8 @@ msgctxt ""
"03140012.xhp\n"
"tit\n"
"help.text"
-msgid "SYD Function [Runtime - VBA]"
-msgstr "የ ንብረት እርጅና ተግባር [ማስኬጃ ጊዜ - VBA]"
+msgid "SYD Function [VBA]"
+msgstr ""
#: 03140012.xhp
msgctxt ""
@@ -34349,8 +34349,8 @@ msgctxt ""
"03140012.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03140012.xhp\" name=\"SYD Function [Runtime - VBA]\">SYD Function [Runtime - VBA]</link>"
-msgstr "<link href=\"text/sbasic/shared/03140012.xhp\" name=\"SYD Function [Runtime - VBA]\">የ ንብረት እርጅና ተግባር [ማስኬጃ ጊዜ - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03140012.xhp\" name=\"SYD Function [VBA]\">SYD Function [VBA]</link>"
+msgstr ""
#: 03140012.xhp
msgctxt ""
@@ -34381,8 +34381,8 @@ msgctxt ""
"03140012.xhp\n"
"par_id240720170117395610\n"
"help.text"
-msgid "<emph>Life </emph>is the depreciation period determining the number of periods in the depreciation of the asset."
-msgstr "<emph>ሕይወት </emph> ዋጋው የሚቀንስበት ጊዜ ነው: ለ መወሰን የ ጊዜ ቁጥር ንብረቱ ዋጋው የሚቀንስበትን"
+msgid "<emph>Life</emph> is the depreciation period determining the number of periods in the depreciation of the asset."
+msgstr ""
#: 03140012.xhp
msgctxt ""
@@ -34413,7 +34413,7 @@ msgctxt ""
"03140012.xhp\n"
"par_id240720170144223139\n"
"help.text"
-msgid "REM Calculate the depreciation during year 1"
+msgid "REM Calculate the depreciation during year 1."
msgstr ""
#: 03140012.xhp
@@ -34437,7 +34437,7 @@ msgctxt ""
"03150000.xhp\n"
"tit\n"
"help.text"
-msgid "FormatDateTime Function [Runtime - VBA]"
+msgid "FormatDateTime Function [VBA]"
msgstr ""
#: 03150000.xhp
@@ -34453,7 +34453,7 @@ msgctxt ""
"03150000.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03150000.xhp\" name=\"FormatDateTime Function [Runtime - VBA]\">FormatDateTime Function [Runtime - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03150000.xhp\" name=\"FormatDateTime Function [VBA]\">FormatDateTime Function [VBA]</link>"
msgstr ""
#: 03150000.xhp
@@ -34473,13 +34473,12 @@ msgid "<emph>DateExpression</emph>: The date expression to be formatted."
msgstr "<emph>የ ቀን መግለጫ</emph>: የ ቀን መግለጫ አቀራረብ ሊሰናዳ ነው"
#: 03150000.xhp
-#, fuzzy
msgctxt ""
"03150000.xhp\n"
"par_id24072017011739895\n"
"help.text"
-msgid "<emph>NamedFormat</emph>: An optional <emph>vbDateTimeFormat</emph> enumeration specifying the format that is to be applied to the date and time exression. If omitted, the value <emph>vbGeneralDate</emph> is used."
-msgstr "<emph>NamedFormat</emph>: An optional <emph>vbDateTimeFormat</emph> enumeration specifying the format that is to be applied to the date and time exression. If omitted, the value <emph>vbGeneralDate</emph> is used."
+msgid "<emph>NamedFormat</emph>: An optional <emph>vbDateTimeFormat</emph> enumeration specifying the format that is to be applied to the date and time expression. If omitted, the value <emph>vbGeneralDate</emph> is used."
+msgstr ""
#: 03150000.xhp
msgctxt ""
@@ -34598,7 +34597,7 @@ msgctxt ""
"03150001.xhp\n"
"tit\n"
"help.text"
-msgid "WeekdayName Function [Runtime - VBA]"
+msgid "WeekdayName Function [VBA]"
msgstr ""
#: 03150001.xhp
@@ -34614,8 +34613,8 @@ msgctxt ""
"03150001.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03150001.xhp\" name=\"WeekdayName Function [Runtime - VBA]\">WeekdayName Function [Runtime - VBA]</link>"
-msgstr "<link href=\"text/sbasic/shared/03150001.xhp\" name=\"WeekdayName Function [Runtime - VBA]\">የ ስራ ቀን ስም ተግባር [ማስኬጃ ጊዜ - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03150001.xhp\" name=\"WeekdayName Function [VBA]\">WeekdayName Function [VBA]</link>"
+msgstr ""
#: 03150001.xhp
msgctxt ""
@@ -34630,7 +34629,7 @@ msgctxt ""
"03150001.xhp\n"
"par_id240720170117391741\n"
"help.text"
-msgid "<emph>Weekday</emph>: Value from 1 to 7, Mon­day to Sun­day, whose Week Day Name need to be cal­cu­lated."
+msgid "<emph>Weekday</emph>: Value from 1 to 7, Mon­day to Sun­day, whose Week Day Name need to be calculated."
msgstr "<emph>የ ስራ ቀን</emph>: ዋጋ ከ 1 እስከ 7, ነው: ከ ሰኞ እስከ እሑድ ድረስ: የ ስራ ቀን ስም መሰላት አለበት"
#: 03150001.xhp
@@ -34758,8 +34757,8 @@ msgctxt ""
"03150002.xhp\n"
"tit\n"
"help.text"
-msgid "MonthName Function [Runtime - VBA]"
-msgstr "የ ወር ስም ተግባር [ማስኬጃ ጊዜ - VBA]"
+msgid "MonthName Function [VBA]"
+msgstr ""
#: 03150002.xhp
msgctxt ""
@@ -34774,8 +34773,8 @@ msgctxt ""
"03150002.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03150002.xhp\" name=\"MonthName Function [Runtime - VBA]\">MonthName Function [Runtime - VBA]</link>"
-msgstr "<link href=\"text/sbasic/shared/03150002.xhp\" name=\"MonthName Function [Runtime - VBA]\">የ ወር ስም ተግባር [ማስኬጃ ጊዜ - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03150002.xhp\" name=\"MonthName Function [VBA]\">MonthName Function [VBA]</link>"
+msgstr ""
#: 03150002.xhp
msgctxt ""
@@ -34806,8 +34805,8 @@ msgctxt ""
"03160000.xhp\n"
"tit\n"
"help.text"
-msgid "Input Function [Runtime - VBA]"
-msgstr "የ ማስገቢያ ተግባር [ማስኬጃ ጊዜ - VBA]"
+msgid "Input Function [VBA]"
+msgstr ""
#: 03160000.xhp
msgctxt ""
@@ -34822,8 +34821,8 @@ msgctxt ""
"03160000.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [Runtime - VBA]\">Input Function [Runtime - VBA]</link>"
-msgstr "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [Runtime - VBA]\">የ ማስገቢያ ተግባር [ማስኬጃ ጊዜ - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [VBA]\">Input Function [VBA]</link>"
+msgstr ""
#: 03160000.xhp
msgctxt ""
@@ -34870,8 +34869,8 @@ msgctxt ""
"03170000.xhp\n"
"tit\n"
"help.text"
-msgid "Round Function [Runtime - VBA]"
-msgstr "የ ክብ ተግባር [ማስኬጃ ጊዜ - VBA]"
+msgid "Round Function [VBA]"
+msgstr ""
#: 03170000.xhp
msgctxt ""
@@ -34886,8 +34885,8 @@ msgctxt ""
"03170000.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03170000.xhp\" name=\"Round Function [Runtime - VBA]\">Round Function [Runtime - VBA]</link>"
-msgstr "<link href=\"text/sbasic/shared/03170000.xhp\" name=\"Round Function [Runtime - VBA]\">የ ክብ ተግባር [ማስኬጃ ጊዜ - VBA]</link>"
+msgid "<link href=\"text/sbasic/shared/03170000.xhp\" name=\"Round Function [VBA]\">Round Function [VBA]</link>"
+msgstr ""
#: 03170000.xhp
msgctxt ""
@@ -35414,8 +35413,8 @@ msgctxt ""
"keys.xhp\n"
"par_id3159254\n"
"help.text"
-msgid "Run code starting from the first line, or from the current breakpoint, if the program stopped there before"
-msgstr "ኮድ ማስኬጃ ከ መጀመሪያው መስመር በማስጀመር: ወይንም ከ አሁኑ መጨረሻ ነጥብ ጀምሮ: ፕሮግራሙ እዚህ ጋር ቆሞ ከ ነበረ"
+msgid "Run code starting from the first line, or from the current breakpoint, if the program stopped there before."
+msgstr ""
#: keys.xhp
msgctxt ""
@@ -35446,8 +35445,8 @@ msgctxt ""
"keys.xhp\n"
"par_id3151073\n"
"help.text"
-msgid "Add <link href=\"text/sbasic/shared/01050100.xhp\" name=\"watch\">watch</link> for the variable at the cursor"
-msgstr "መጨመሪያ <link href=\"text/sbasic/shared/01050100.xhp\" name=\"watch\">መመልከቻ</link> ለ ተለዋዋጭ መጠቆሚያው ባለበት ቦታ"
+msgid "Add <link href=\"text/sbasic/shared/01050100.xhp\" name=\"watch\">watch</link> for the variable at the cursor."
+msgstr ""
#: keys.xhp
msgctxt ""
@@ -35478,8 +35477,8 @@ msgctxt ""
"keys.xhp\n"
"par_id3156275\n"
"help.text"
-msgid "Single step as with F8, but a function call is considered to be only <emph>one</emph> statement"
-msgstr "ነጠላ ደረጃ እንደ በ F8, ነግገር ግን የ ተግባር መጥሪያ የሚገመተው በ <emph>አንድ</emph> አረፍተ ነገር ብቻ ነው"
+msgid "Single step as with F8, but a function call is considered to be only <emph>one</emph> statement."
+msgstr ""
#: keys.xhp
msgctxt ""
@@ -35494,8 +35493,8 @@ msgctxt ""
"keys.xhp\n"
"par_id3150323\n"
"help.text"
-msgid "Set or remove a <link href=\"text/sbasic/shared/01030300.xhp\" name=\"breakpoint\">breakpoint</link> at the current line or all breakpoints in the current selection"
-msgstr "ማሰናጃ ወይንም ማስወገጃ የ <link href=\"text/sbasic/shared/01030300.xhp\" name=\"breakpoint\">መጨረሻ ነጥብ</link> በ አሁኑ መስመር ላይ ወይንም ሁሉንም መጨረሻ ነጥብ በ አሁኑ ምርጫ ውስጥ"
+msgid "Set or remove a <link href=\"text/sbasic/shared/01030300.xhp\" name=\"breakpoint\">breakpoint</link> at the current line or all breakpoints in the current selection."
+msgstr ""
#: keys.xhp
msgctxt ""
@@ -35510,8 +35509,8 @@ msgctxt ""
"keys.xhp\n"
"par_id3153963\n"
"help.text"
-msgid "Enable/disable the breakpoint at the current line or all breakpoints in the current selection"
-msgstr "ማስቻያ/ማሰናከያ የ መጨረሻ ነጥብ በ አሁኑ መስመር ላይ ወይንም ሁሉንም መጨረሻ ነጥብ በ አሁኑ ምርጫ ውስጥ"
+msgid "Enable/disable the breakpoint at the current line or all breakpoints in the current selection."
+msgstr ""
#: keys.xhp
msgctxt ""
@@ -35582,16 +35581,16 @@ msgctxt ""
"main0601.xhp\n"
"par_id3153894\n"
"help.text"
-msgid "%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href=\"http://api.libreoffice.org/\" name=\"http://api.libreoffice.org\">http://api.libreoffice.org</link>"
-msgstr "%PRODUCTNAME ያቀርባል የ Application Programming Interface (API) እርስዎን መቆጣጠር ያስችሎታል የ $[officename] አካላቶች በ ተለያዩ የ ፕሮግራም ቋንቋዎች በ መጠቀም የ $[officename] Software Development Kit (SDK). ለ በለጠ መረጃ ይጎብኙ $[officename] API እና የ Software Development Kit, visit <link href=\"http://api.libreoffice.org/\" name=\"http://api.libreoffice.org\">http://api.libreoffice.org</link>"
+msgid "%PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href=\"https://api.libreoffice.org/\" name=\"api.libreoffice.org\">https://api.libreoffice.org</link>"
+msgstr ""
#: main0601.xhp
msgctxt ""
"main0601.xhp\n"
"par_id3147226\n"
"help.text"
-msgid "This help section explains the most common runtime functions of %PRODUCTNAME Basic. For more in-depth information please refer to the <link href=\"http://wiki.documentfoundation.org/Documentation/BASIC_Guide\">OpenOffice.org BASIC Programming Guide</link> on the Wiki."
-msgstr "ይህ የ እርዳታ ክፍል የሚገልጸው በጣም የ ተለመደውን ማስኬጃ ተግባሮች ነው የ %PRODUCTNAME Basic. በበለጠ ለ ተጨማሪ በጥ-ልቀት መረጃ: እባክዎን ይህን ገጽ ያመሳክሩ የ <link href=\"http://wiki.documentfoundation.org/Documentation/BASIC_Guide\">OpenOffice.org BASIC Programming Guide</link> በ Wiki."
+msgid "This help section explains the most common functions of %PRODUCTNAME Basic. For more in-depth information please refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/BASIC_Guide\" name=\"wiki.documentfoundation.org BASIC Guide\">OpenOffice.org BASIC Programming Guide</link> on the Wiki."
+msgstr ""
#: main0601.xhp
msgctxt ""
@@ -35695,7 +35694,7 @@ msgctxt ""
"bm_id051920170358102074\n"
"help.text"
msgid "<bookmark_value>VBA Functions;Date and Time Functions</bookmark_value>"
-msgstr "<bookmark_value>የ VBA ተግባሮች: የ ቀን እና ጊዜ ተግባሮች</bookmark_value>"
+msgstr "<bookmark_value>የ VBA ተግባሮች: የ ቀን እና ጊዜ ተግባሮች</bookmark_value>"
#: special_vba_func.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/01.po b/source/am/helpcontent2/source/text/scalc/01.po
index 8c9cd6f524c..8f8eb266558 100644
--- a/source/am/helpcontent2/source/text/scalc/01.po
+++ b/source/am/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-18 12:32+0100\n"
-"PO-Revision-Date: 2017-12-21 16:29+0000\n"
+"POT-Creation-Date: 2018-04-25 13:24+0200\n"
+"PO-Revision-Date: 2018-04-01 19:07+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1513873757.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1522609656.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -1189,7 +1189,7 @@ msgctxt ""
"02140600.xhp\n"
"par_id3148797\n"
"help.text"
-msgid "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">Automatically generate series with the options in this dialog. Determine direction, increment, time unit and series type.</ahelp></variable>"
+msgid "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">Automatically generate series with the options in this dialog. Determine direction, increment, time unit and series type.</ahelp> </variable>"
msgstr "<variable id=\"reihenfuellentext\"><ahelp hid=\".uno:FillSeries\">ራሱ በራሱ ተከታታይ በ ምርጫ በዚህ ንግግር ውስጥ ያመነጫል: አቅጣጫ: ጭማሪ: የ ሰአት መለኪያ እና የ ተከታታይ አይነቶች ይወስናል </ahelp></variable>"
#: 02140600.xhp
@@ -1405,8 +1405,8 @@ msgctxt ""
"02140600.xhp\n"
"par_id3148605\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/filldlg/day\">Use the <emph>Date</emph> series type and this option to create a series using seven days.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/filldlg/day\">ይጠቀሙ የ<emph>ቀን</emph> ተከታታይ አይነት እና ይህን ምርጫ ለመፍጠር ተከታታይ ሰባት ቀኖች</ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/filldlg/day\">Use the <emph>Date</emph> series type and this option to create a series using all seven days of the week. Unit of <emph>Increment</emph> is day.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/filldlg/day\"> ይጠቀሙ የ <emph> ቀን </emph> ተከታታይ አይነት እና ይህን ምርጫ ለ መፍጠር ተከታታይ ሰባት ቀኖች ለ ሳምንት: መለኪያ ለ <emph> ጭማሪ </emph> ቀን ነው </ahelp>"
#: 02140600.xhp
msgctxt ""
@@ -1421,8 +1421,8 @@ msgctxt ""
"02140600.xhp\n"
"par_id3150108\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/filldlg/week\">Use the <emph>Date</emph> series type and this option to create a series of five day sets.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/filldlg/week\">ይጠቀሙ የ <emph>ቀን</emph> ተከታታይ አይነት እና ይህን ምርጫ ለመፍጠር ተከታታይ አምስት ቀኖች</ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/filldlg/week\">Use the <emph>Date</emph> series type and this option to create a series only using the five weekdays. Unit of <emph>Increment</emph> is day.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/filldlg/week\"> ይጠቀሙ የ <emph> ቀን </emph> ተከታታይ አይነት እና ይህን ምርጫ ለ መፍጠር ተከታታይ አምስት የ ስራ ቀኖች: መለኪያ ለ <emph> ተጨማሪ </emph> ቀን ነው </ahelp>"
#: 02140600.xhp
msgctxt ""
@@ -1437,8 +1437,8 @@ msgctxt ""
"02140600.xhp\n"
"par_id3149126\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/filldlg/month\">Use the <emph>Date</emph> series type and this option to form a series from the names or abbreviations of the months.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/filldlg/month\">ይጠቀሙ የ <emph>ቀን</emph> ተከታታይ አይነት እና ይህን ምርጫ ለመፍጠር ተከታታይ ስሞች ወይንም የ ወሮች አሕፃሮ ቃል ለመፍጠር</ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/filldlg/month\">Use the <emph>Date</emph> series type and this option to form a series which unit of <emph>Increment</emph> is month.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/filldlg/month\">ይጠቀሙ የ <emph> ቀን </emph> ተከታታይ አይነት እና ይህን ምርጫ ለመፍጠር ተከታታይ ስሞች የትኛው መለኪያ ለ <emph> ጭማሪዎች </emph> ወር ነው </ahelp>"
#: 02140600.xhp
msgctxt ""
@@ -1453,8 +1453,8 @@ msgctxt ""
"02140600.xhp\n"
"par_id3151300\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/filldlg/year\">Use the <emph>Date</emph> series type and this option to create a series of years.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/filldlg/year\">ይጠቀሙ የ <emph>ቀን</emph> ተከታታይ አይነት እና ይህን ምርጫ ለመፍጠር ተከታታይ አመቶች</ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/filldlg/year\">Use the <emph>Date</emph> series type and this option to create a series which unit of <emph>Increment</emph> is year.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/filldlg/year\">ይጠቀሙ የ <emph> ቀን </emph> ተከታታይ አይነት እና ይህን ምርጫ ለ መፍጠር ተከታታይ የትኛው መለኪያ ለ <emph> ተጨማሪ </emph> አመት ነው </ahelp>"
#: 02140600.xhp
msgctxt ""
@@ -2643,6 +2643,14 @@ msgstr "ማድመቂያ ለ ማስወገድ ዝርዝር ማስገቢያውን
#: 03080000.xhp
msgctxt ""
"03080000.xhp\n"
+"par_id3145784\n"
+"help.text"
+msgid "By default:"
+msgstr ""
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
"par_id3145785\n"
"help.text"
msgid "Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
@@ -2651,6 +2659,14 @@ msgstr "በ ክፍሎች ውስጥ የ ጽሁፍ አቀራረብ በ ጥቁር
#: 03080000.xhp
msgctxt ""
"03080000.xhp\n"
+"par_id3145786\n"
+"help.text"
+msgid "These colors can be customized in <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME - Application Colors</item>."
+msgstr ""
+
+#: 03080000.xhp
+msgctxt ""
+"03080000.xhp\n"
"par_id3153188\n"
"help.text"
msgid "If this function is active, colors that you define in the document will not be displayed. When you deactivate the function, the user-defined colors are displayed again."
@@ -4213,8 +4229,8 @@ msgctxt ""
"04060101.xhp\n"
"par_id3882869\n"
"help.text"
-msgid "See also the Wiki page about <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Conditional_Counting_and_Summation\">Conditional Counting and Summation</link>."
-msgstr "ይህን የ ዊኪ ገጽ ይመልከቱ ስለ <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Conditional_Counting_and_Summation\"> እንደ ሁኔታው መደመሪያ </link>"
+msgid "See also the Wiki page about <link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Conditional_Counting_and_Summation\" name=\"wiki.documentfoundation.org Documentation/HowTo/Calc/Conditional Counting and Summation\">Conditional Counting and Summation</link>."
+msgstr ""
#: 04060101.xhp
msgctxt ""
@@ -9933,12 +9949,60 @@ msgctxt ""
"04060105.xhp\n"
"par_id3149312\n"
"help.text"
-msgid "<variable id=\"logischtext\">This category contains the <emph>Logical</emph> functions. </variable>"
+msgid "<variable id=\"logischtext\">This category contains the <emph>Logical</emph> functions.</variable>"
msgstr "<variable id=\"logischtext\">ይህ ምድብ የያዘው የ <emph> ሎጂካል </emph> ተግባሮች </variable> ነው"
#: 04060105.xhp
msgctxt ""
"04060105.xhp\n"
+"hd_id631520887352751\n"
+"help.text"
+msgid "Handling non-logical arguments in logical functions"
+msgstr "ምንም-ሎጂካል ያልሆኑ ክርክሮችን በ ሎጂካል ተግባሮች አያያዝ"
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id431520887384579\n"
+"help.text"
+msgid "Zero (0) is equivalent to FALSE and all other numbers are equivalent to TRUE."
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id881520887475288\n"
+"help.text"
+msgid "Empty cells and text in cells are ignored."
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id461520887504085\n"
+"help.text"
+msgid "A #VALUE error is raised if all arguments are ignored."
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id591520888006686\n"
+"help.text"
+msgid "A #VALUE error is raised if one argument is direct text (not text in a cell)."
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
+"par_id321520889630477\n"
+"help.text"
+msgid "Errors as argument lead to an error."
+msgstr ""
+
+#: 04060105.xhp
+msgctxt ""
+"04060105.xhp\n"
"bm_id3147505\n"
"help.text"
msgid "<bookmark_value>AND function</bookmark_value>"
@@ -9989,8 +10053,8 @@ msgctxt ""
"04060105.xhp\n"
"par_id3150038\n"
"help.text"
-msgid "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row. The result is TRUE if the logical value in all cells within the cell range is TRUE."
-msgstr "<emph>የ ሎጂካል ዋጋ1; የ ሎጂካል ዋጋ2 ...የ ሎጂካል ዋጋ30</emph> የሚመረመሩት ዋጋዎች ናቸው: ሁሉም ሁኔታዎች መሆን ይችላሉ አንዱን እውነት ወይንም ሀሰት: መጠን እንደ ደንብ ከ ገባ: ተግባሩ ይጠቀማል ዋጋ ከ መጠን ውስጥ ከ አሁኑ አምድ ወይንም ረድፍ ውስጥ: ውጤቱ እውነት ይሆናል ከሆነ የ ሎጂካል ዋጋ በ ሁሉም ክፍሎች ውስጥ በ ክፍል መጠን ውስጥ መጠን እውነት ከሆነ"
+msgid "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses all values of the range. The result is TRUE if the logical value in all cells within the cell range is TRUE."
+msgstr ""
#: 04060105.xhp
msgctxt ""
@@ -10285,8 +10349,8 @@ msgctxt ""
"04060105.xhp\n"
"par_id3155819\n"
"help.text"
-msgid "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses the value from the range that is in the current column or row."
-msgstr "<emph>የ ሎጂካል ዋጋ1; የ ሎጂካል ዋጋ2 ...የ ሎጂካል ዋጋ30</emph> የሚመረመሩት ሁኔታዎች ናቸው: ሁሉም ሁኔታዎች መሆን ይችላሉ አንዱን እውነት ወይንም ሀሰት: መጠን እንደ ደንብ ከ ገባ: ተግባሩ ይጠቀማል ዋጋ ከ መጠን ውስጥ ከ አሁኑ አምድ ወይንም ረድፍ ውስጥ:"
+msgid "<emph>LogicalValue1; LogicalValue2 ...LogicalValue30</emph> are conditions to be checked. All conditions can be either TRUE or FALSE. If a range is entered as a parameter, the function uses all values of the range."
+msgstr ""
#: 04060105.xhp
msgctxt ""
@@ -12645,8 +12709,8 @@ msgctxt ""
"04060106.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "The <emph>visible</emph> decimal places of the result are specified in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences </caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>."
-msgstr "ይህ <emph> የሚታየው </emph> ዴሲማል ቦታ ውጤት የ ተወሰነ ነው በ <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - ምርጫዎች </caseinline><defaultinline> መሳሪያዎች - ምርጫ </defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME ሰንጠረዥ - ማስሊያ ውስጥ </link>"
+msgid "The <emph>visible</emph> decimal places of the result are specified in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>."
+msgstr "ይህ <emph> የሚታየው </emph> ዴሲማል ቦታ ውጤት የ ተወሰነ ነው በ <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - ምርጫዎች </caseinline><defaultinline> መሳሪያዎች - ምርጫ </defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME ሰንጠረዥ - ማስሊያ </link>"
#: 04060106.xhp
msgctxt ""
@@ -13067,6 +13131,206 @@ msgstr "<item type=\"input\">=ጣራ.በትክክል(-11;-2)</item> ይመልሳ
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
+"bm_id911516997198644\n"
+"help.text"
+msgid "<bookmark_value>CEILING.MATH function</bookmark_value>"
+msgstr "<bookmark_value>የ ጣራ.ሂሳብ ተግባር</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id91516997330445\n"
+"help.text"
+msgid "CEILING.MATH"
+msgstr "የ ጣራ.ሂሳብ ተግባር"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id81516997342088\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CEIL_MATH\">Rounds a number up to the nearest multiple of Significance.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_CEIL_MATH\">ቁጥር ማጠጋጊያ ወደ ቅርቡ ያለ ቀሪ አካፋይ </ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id971516997377435\n"
+"help.text"
+msgid "Syntax"
+msgstr "አገባብ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id841516997669932\n"
+"help.text"
+msgid "CEILING.MATH(Number; Significance; Mode)"
+msgstr "የ ጣራ.ሂሳብ(ቁጥር: አስፈላጊ: ዘዴ)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id651516997706287\n"
+"help.text"
+msgid "<emph>Number</emph> is the number that is to be rounded up."
+msgstr "<emph> ቁጥር </emph> ወደ ላይ የሚጠጋጋው ቁጥር ነው"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id491516997725772\n"
+"help.text"
+msgid "<emph>Significance</emph> is the number to whose multiple the value is to be rounded up."
+msgstr "<emph> አስፈላጊ </emph> ቁጥር ነው ዋጋው ያለ ምንም ቀሪ የሚካፈል እና ወደ ላይ የሚጠጋጋው"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id451516997742909\n"
+"help.text"
+msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number, i.e. negative numbers are rounded away from zero. If the Mode value is equal to zero or is not given, negative numbers are rounded towards zero."
+msgstr "<emph>ዘዴ </emph> የ ዋጋ ምርጫ ነው: የ ዘዴ ዋጋ ከ ተሰጠ እና ከ ዜሮ ጋር እኩል ካልሆነ: እና ቁጥር አስፈላጊ እና አሉታዊ ከሆነ: ከዛ ማጠጋጋት የሚፈጸመው በ ፍጹም ቁጥሩ ዋጋ ቤዝ መሰረት ነው: ይህም ማለት አሉታዊ ቁጥር ይጠጋጋል ከ ዜሮ ባሻገር: የ ዘዴ ዋጋ ከ ዜሮ ጋር እኩል ከሆነ ወይንም ካልተሰጠ: አሉታዊ ቁጥሮች ወደ ዜሮ አጠገብ ይጠጋጋሉ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id291516998575663\n"
+"help.text"
+msgid "This function exists for interoperability with Microsoft Excel 2013 or newer."
+msgstr "ይህ ተግባር ቀደም ብሎ ነበር ለ መቀያየሪያ ከ Microsoft Excel 2013 ወይንም አዲስ እትም ጋር"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id561516997761868\n"
+"help.text"
+msgid "Example"
+msgstr "ለምሳሌ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id111516997803684\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING.MATH(-10;-3)</item> returns -9"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id1001516997821483\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING.MATH(-10;-3;0)</item> returns -9"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id641516997837754\n"
+"help.text"
+msgid "<item type=\"item_type\">=CEILING.MATH(-10;-3;1)</item> returns -12"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"bm_id921516998608939\n"
+"help.text"
+msgid "<bookmark_value>CEILING.XCL function</bookmark_value>"
+msgstr "<bookmark_value>የ ጣራ.XCL ተግባር</bookmark_value>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id411516998838823\n"
+"help.text"
+msgid "CEILING.XCL"
+msgstr "የ ጣራ.XCL"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id811516998845826\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_CEIL_MS\">Rounds a number away from zero to the nearest multiple of Significance.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_CEIL_MS\">ቁጥር ማጠጋጊያ ከ ዜሮ ወዲያ ወደ ቅርቡ ያለ ቀሪ አካፋይ </ahelp>"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id361516998851918\n"
+"help.text"
+msgid "Syntax"
+msgstr "አገባብ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id251516998856873\n"
+"help.text"
+msgid "CEILING.XCL(Number; Significance)"
+msgstr "የ ጣራ.XCL(ቁጥር; አስፈላጊ)"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id671516998874263\n"
+"help.text"
+msgid "<emph>Number</emph> is the number that is to be rounded."
+msgstr "<emph> ቁጥር </emph> የሚጠጋጋው ቁጥር ነው"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id151516998882622\n"
+"help.text"
+msgid "<emph>Significance</emph> is the number to whose multiple the value is to be rounded."
+msgstr "<emph> አስፈላጊ </emph> ቁጥር ነው ዋጋው ያለ ምንም ቀሪ የሚካፈል እና የሚጠጋጋው"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id341516998889754\n"
+"help.text"
+msgid "This function exists for interoperability with Microsoft Excel 2007 or older versions."
+msgstr "ይህ ተግባር ቀደም ብሎ ነበር ለ መቀያየሪያ ከ Microsoft Excel 2007 ወይንም አዲስ እትም ጋር"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"hd_id81516998896303\n"
+"help.text"
+msgid "Example"
+msgstr "ለምሳሌ"
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id91516998917254\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING.XCL(1;3)</item> returns 3"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id761516998929693\n"
+"help.text"
+msgid "<item type=\"input\">=CEILING.XCL(7;4)</item> returns 8"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id671516998958873\n"
+"help.text"
+msgid "<item type=\"item_type\">=CEILING.XCL(-10;-3)</item> returns -12"
+msgstr ""
+
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
"bm_id8952518\n"
"help.text"
msgid "<bookmark_value>ISO.CEILING function</bookmark_value> <bookmark_value>rounding;up to multiples of significance</bookmark_value>"
@@ -13693,8 +13957,8 @@ msgctxt ""
"04060106.xhp\n"
"par_id7985168\n"
"help.text"
-msgid "QUOTIENT is equivalent to <item type=\"literal\">INT(numerator/denominator)</item>, except that it may report errors with different error codes."
-msgstr "የ ክፍያ ውጤት እኩል ነው ከ <item type=\"literal\">ኢንቲጀር(አካፋይ/ተካፋይ)</item> የ ስህተት መግለጫ ከሌለ በስተቀር ከ ተለያዩ የ ስህተት ኮዶች ጋር"
+msgid "QUOTIENT is equivalent to <item type=\"literal\">INT(numerator/denominator)</item> for same-sign numerator and denominator, except that it may report errors with different error codes. More generally, it is equivalent to <item type=\"literal\">INT(numerator/denominator/SIGN(numerator/denominator))*SIGN(numerator/denominator)</item>."
+msgstr "ኮሸንት እኩል ነው ከ <item type=\"literal\">ኢንቲጀር(አካፋይ/ተካፋይ)</item> ለ ተመሳሳይ-ምልክት አካፋይ እና ተካፋይ: የ ስህተት መግለጫ ሊያሳይ ይችላል ከ ተለያዩ የ ስህተት መግለጫዎች ጋር: ባጠቃላይ: ይህ እኩል ነው ከ <item type=\"literal\">ኢንቲጀር(አካፋይ/ተካፋይ/ምልክት(አካፋይ/ተካፋይ))*ምልክት(አካፋይ/ተካፋይ)</item>."
#: 04060106.xhp
msgctxt ""
@@ -14477,8 +14741,8 @@ msgctxt ""
"04060106.xhp\n"
"par_id3151828\n"
"help.text"
-msgid "In order to enter this as an array formula, you must press the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command </caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Enter keys instead of simply pressing the Enter key to close the formula. The formula will then be shown in the <emph>Formula</emph> bar enclosed in braces."
-msgstr "ይህን እንደ መቀመሪያ ማዘጋጃ ለማስገባት: እርስዎ መጫን አለብዎት የ Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+ትእዛዝ </caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ ማስገቢያ ቁልፎች በ ቀላሉ የ ማስገቢያ ቁልፍ መቀመሪያውን ለ መዝጋት ከ መጫን ይልቅ: መቀመሪያ ይታያል በ <emph> መቀመሪያ </emph> መደርደሪያ ውስጥ በ ጠምዛዛ ቅንፍ ውስጥ ተከብቦ"
+msgid "In order to enter this as an array formula, you must press the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Enter keys instead of simply pressing the Enter key to close the formula. The formula will then be shown in the <emph>Formula</emph> bar enclosed in braces."
+msgstr "ይህን እንደ መቀመሪያ ማዘጋጃ ለማስገባት: እርስዎ መጫን አለብዎት የ Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+ትእዛዝ</caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ ማስገቢያ ቁልፎች በ ቀላሉ የ ማስገቢያ ቁልፍ መቀመሪያውን ለ መዝጋት ከ መጫን ይልቅ: መቀመሪያ ይታያል በ <emph> መቀመሪያ </emph> መደርደሪያ ውስጥ በ ጠምዛዛ ቅንፍ ውስጥ ተከብቦ"
#: 04060106.xhp
msgctxt ""
@@ -15813,7 +16077,7 @@ msgctxt ""
"04060106.xhp\n"
"par_id2855616\n"
"help.text"
-msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
msgstr "ይህ ተግባር የሚሰራው አዲስ በደፈናው ቁጥር በ እያንዳንዱ ጊዜ ሰንጠረዥ እንደገና ሲያሰላ ነው: ሰንጠረዥን ለማስገደድ እንደገና እንዲያሰላ በ እጅ ይጫኑ Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\"> ትእዛዝ </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
#: 04060106.xhp
@@ -16245,8 +16509,8 @@ msgctxt ""
"04060107.xhp\n"
"par_id936615\n"
"help.text"
-msgid "The row and column separator can be seen and altered in <item type=\"menuitem\">Tools - Options - Calc - Formula - Separators</item>."
-msgstr "የ ረድፍ እና አምድ መለያያ መመልከት ይቻላል እና መቀየር በ <item type=\"menuitem\"> መሳሪያዎች - ምርጫዎች - ሰንጠረዥ - መቀመሪያ - መለያያዎች </item>"
+msgid "You can view and change the row and column separator in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Calc - Formula - Separators</emph>."
+msgstr "እርስዎ መመልከት እና መቀየር ይችላሉ የ ረድፍ እና የ አምድ መለያያዎች በ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph> መሳሪያዎች - ምርጫ</emph></defaultinline></switchinline><emph> - ሰንጠረዥ - መቀመሪያ - መለያያዎች</emph>:"
#: 04060107.xhp
msgctxt ""
@@ -19333,8 +19597,8 @@ msgctxt ""
"04060109.xhp\n"
"par_id1027200802301521\n"
"help.text"
-msgid "When opening documents from ODF 1.0/1.1 format, the ADDRESS functions that show a sheet name as the fourth paramater will shift that sheet name to become the fifth parameter. A new fourth parameter with the value 1 will be inserted."
-msgstr "ሰነድ በሚከፍቱ ጊዜ ከ ODF 1.0/1.1 አቀራረብ: የ አድራሻ ተግባር የ ወረቀት ስም የሚያሳየው እንደ አራተኛ ደንብ የ ወረቀት ስምይቀይራል አምስተኛ ደንብ ለ መሆን: አዲስ አራተኛ ደንብ በ ዋጋ 1 ውስጥ ይገባል"
+msgid "When opening documents from ODF 1.0/1.1 format, the ADDRESS functions that show a sheet name as the fourth parameter will shift that sheet name to become the fifth parameter. A new fourth parameter with the value 1 will be inserted."
+msgstr "ሰነድ በሚከፍቱ ጊዜ ከ ODF 1.0/1.1 አቀራረብ: የ አድራሻ ተግባር የ ወረቀት ስም የሚያሳየው እንደ አራተኛ ደንብ የ ወረቀት ስም ይቀይራል አምስተኛ ደንብ ለ መሆን: አዲስ አራተኛ ደንብ በ ዋጋ 1 ውስጥ ይገባል"
#: 04060109.xhp
msgctxt ""
@@ -20805,8 +21069,8 @@ msgctxt ""
"04060109.xhp\n"
"par_id3150826\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_VORLAGE\">Applies a style to the cell containing the formula.</ahelp> After a set amount of time, another style can be applied. This function always returns the value 0, allowing you to add it to another function without changing the value. Together with the CURRENT function you can apply a color to a cell depending on the value. For example: =...+STYLE(IF(CURRENT()>3;\"red\";\"green\")) applies the style \"red\" to the cell if the value is greater than 3, otherwise the style \"green\" is applied. Both cell formats have to be defined beforehand."
-msgstr "<ahelp hid=\"HID_FUNC_VORLAGE\">መቀመሪያ በያዘው ክፍል ውስጥ ዘዴ መፈጸሚያ </ahelp> ከ ተወሰነ ጊዜ በኋላ: ሌላ ዘዴ መፈጸም ይቻላል: ይህ ተግባር ሁልጊዜ የሚመልሰው ዋጋ 0, ነው: እርስዎን የሚያስችለው መጨመር ነው ወደ ሌላ ተግባር ውስጥ ዋጋውን ሳይቀይር: በ አንድ ላይ ከ አሁኑ ተግባር ጋር እርስዎ ቀለም መፈጸም ይችላሉ ወደ ክፍል ውስጥ ዋጋው ምንም ቢሆን: ለምሳሌ: =...+ዘዴ(ከሆነ(አሁን()>3;\"ቀይ\";\"አረንጓዴ\")) ይህን ዘዴ \"ቀይ\" ይፈጸማል ወደ ክፍል ውስጥ ዋጋው የሚበልጥ ከሆነ ከ 3, ያለ በለዚያ ይህ ዘዴ \"አረንጓዴ\" ይፈጸማል: ሁለቱም የ ክፍሎች አቀራረብ በ ቅድሚያ መገለጽ አለበት"
+msgid "<ahelp hid=\"HID_FUNC_VORLAGE\">Applies a style to the cell containing the formula.</ahelp> After a set amount of time, another style can be applied. This function always returns the value 0, allowing you to add it to another function without changing the value. Together with the CURRENT function you can apply a color to a cell depending on the value. For example: =...+STYLE(IF(CURRENT()>3;\"red\";\"green\")) applies the style \"red\" to the cell if the value is greater than 3, otherwise the style \"green\" is applied. Both cell formats, \"red\" and \"green\" have to be defined beforehand."
+msgstr ""
#: 04060109.xhp
msgctxt ""
@@ -20869,8 +21133,8 @@ msgctxt ""
"04060109.xhp\n"
"par_id8056886\n"
"help.text"
-msgid "Since STYLE() has a numeric return value of zero, this return value gets appended to a string. This can be avoided using T() as in the following example"
-msgstr "ይህ ዘዴ() ቁጥር የ መመለስ ዋጋ አለው ለ ዜሮ: ይህ ዋጋ ይመልሳል ለ ተጨመረ ሀረግ: ይህን ለማስወገድ በ መጠቀም T() እንደሚቀጥለው ምሳሌ"
+msgid "Since STYLE() has a numeric return value of zero, this return value gets appended to a string. This can be avoided using T() as in the following example:"
+msgstr ""
#: 04060109.xhp
msgctxt ""
@@ -20941,8 +21205,8 @@ msgctxt ""
"04060109.xhp\n"
"par_id3149939\n"
"help.text"
-msgid "<emph>Value1...Value30</emph> is the list of values entered as a reference to a cell or as individual values."
-msgstr "<emph>ዋጋ1...ዋጋ30</emph> ዝርዝር ዋጋዎች ናቸው እንደ ማመሳከሪያ የ ገቡ ወደ ክፍል ውስጥ ወይንም እንደ እያንዳንዱ ዋጋዎች"
+msgid "<emph>Value1, Value2, ..., Value30</emph> is the list of values entered as a reference to a cell or as individual values."
+msgstr ""
#: 04060109.xhp
msgctxt ""
@@ -21333,8 +21597,8 @@ msgctxt ""
"04060109.xhp\n"
"par_id2958769\n"
"help.text"
-msgid "<item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\"Go to Writer bookmark\")</item>displays the text Go to Writer bookmark, loads the specified text document and jumps to bookmark \"Specification\"."
-msgstr "<item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\"Go to Writer bookmark\")</item>ጽሁፍ መሄጃ ወደ ጽሁፍ ምልክት ማድረጊያ: የ ተወሰነ የ ጽሁፍ ሰነድ ይጭናል: እና ይዘላል ወደ ምልክት ማድረጊያ \"መወሰኛ\""
+msgid "<item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\"Go to Writer bookmark\")</item> displays the text \"Go to Writer bookmark\", loads the specified text document and jumps to bookmark \"Specification\"."
+msgstr ""
#: 04060109.xhp
msgctxt ""
@@ -21645,8 +21909,8 @@ msgctxt ""
"04060110.xhp\n"
"par_id9912411\n"
"help.text"
-msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
-msgstr "ይመልከቱ <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> ለ መቀየሪያ ሰንጠረዥ"
+msgid "See <link href=\"https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\" name=\"wiki.documentfoundation.org Calc/Features/JIS and ASC functions\">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
+msgstr ""
#: 04060110.xhp
msgctxt ""
@@ -22573,8 +22837,8 @@ msgctxt ""
"04060110.xhp\n"
"par_id1551561\n"
"help.text"
-msgid "See <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
-msgstr "ይመልከቱ <link href=\"http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\">http://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> ለ መቀየሪያ ሰንጠረዥ"
+msgid "See <link href=\"https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions\" name=\"wiki.documentfoundation.org Calc/Features/JIS and ASC functions\">https://wiki.documentfoundation.org/Calc/Features/JIS_and_ASC_functions</link> for a conversion table."
+msgstr ""
#: 04060110.xhp
msgctxt ""
@@ -24461,8 +24725,8 @@ msgctxt ""
"04060111.xhp\n"
"par_id3147427\n"
"help.text"
-msgid "<variable id=\"addintext\">The following describes and lists some of the available add-in functions. </variable>"
-msgstr "<variable id=\"addintext\">የሚቀጥለው መግለጫ እና ዝርዝር ነው ዝግጁ ለሆኑ ተጨ-ማሪ ተግባሮች </variable>"
+msgid "<variable id=\"addintext\">The following describes and lists some of the available add-in functions.</variable>"
+msgstr ""
#: 04060111.xhp
msgctxt ""
@@ -25037,8 +25301,8 @@ msgctxt ""
"04060111.xhp\n"
"par_id3149351\n"
"help.text"
-msgid "Add-ins can also be implemented through the %PRODUCTNAME <link href=\"http://api.libreoffice.org/\">API</link>."
-msgstr "ተጨማ-ሪዎች መፈጸም ይቻላል በ %PRODUCTNAME <link href=\"http://api.libreoffice.org/\">API</link>."
+msgid "Add-ins can also be implemented through the %PRODUCTNAME <link href=\"https://api.libreoffice.org/\" name=\"api.libreoffice.org\">API</link>."
+msgstr ""
#: 04060112.xhp
msgctxt ""
@@ -33661,8 +33925,8 @@ msgctxt ""
"04060119.xhp\n"
"par_id3153321\n"
"help.text"
-msgid "NPV(Rate; Value1; Value2; ...)"
-msgstr "የ አሁኑ ካፒታል ዋጋ(መጠን: ዋጋ1: ዋጋ2; ...)"
+msgid "NPV(Rate; Value1; Value2; ...; Value30)"
+msgstr ""
#: 04060119.xhp
msgctxt ""
@@ -33677,8 +33941,8 @@ msgctxt ""
"04060119.xhp\n"
"par_id3150427\n"
"help.text"
-msgid "<emph>Value1;...</emph> are up to 30 values, which represent deposits or withdrawals."
-msgstr "<emph>ዋጋ1;...</emph> እስከ 30 ዋጋዎች ነው: የሚወክሉት ገንዘብ ማስቀመጥ እና ማውጣት ነው"
+msgid "<emph>Value1, Value2, ..., Value30</emph> are up to 30 values, which represent deposits or withdrawals."
+msgstr ""
#: 04060119.xhp
msgctxt ""
@@ -33693,8 +33957,8 @@ msgctxt ""
"04060119.xhp\n"
"par_id3154800\n"
"help.text"
-msgid "What is the net present value of periodic payments of 10, 20 and 30 currency units with a discount rate of 8.75%. At time zero the costs were payed as -40 currency units."
-msgstr "የ አሁኑ ንጽህ ዋጋ ምን ያህል ነው ለ ጊዜ ክፍያዎች ለ 10, 20 እና 30 ገንዘብ ክፍሎች በ ቅናሽ መጠን በ 8.75%. በ ጊዜ ዜሮ ዋጋዎች ቢከፈል እንደ -40 ገንዘብ ክፍሎች"
+msgid "What is the net present value of periodic payments of 10, 20 and 30 currency units with a discount rate of 8.75%. At time zero the costs were paid as -40 currency units."
+msgstr "የ አሁኑ ንጽህ ዋጋ ምን ያህል ነው ለ ጊዜ ክፍያዎች ለ 10, 20 እና 30 ገንዘብ ክፍሎች በ ቅናሽ መጠን በ 8.75%. በ ጊዜ ዜሮ ዋጋዎች ቢከፈል እንደ -40 ገንዘብ መለኪያ"
#: 04060119.xhp
msgctxt ""
@@ -35309,16 +35573,16 @@ msgctxt ""
"04060181.xhp\n"
"par_id3148585\n"
"help.text"
-msgid "COUNT(Value1; Value2; ... Value30)"
-msgstr "መቁጠሪያ(ዋጋ1: ዋጋ2; ... ዋጋ30)"
+msgid "COUNT(Value1; Value2; ...; Value30)"
+msgstr ""
#: 04060181.xhp
msgctxt ""
"04060181.xhp\n"
"par_id3155827\n"
"help.text"
-msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 values or ranges representing the values to be counted."
-msgstr "<emph>ዋጋ 1, ዋጋ 2, ... </emph>ከ 1 እስከ 30 ያሉ ክርክሮች ናቸው የሚወክሉት ዋጋ ይቆጠራል"
+msgid "<emph>Value1; Value2, ..., Value30</emph> are 1 to 30 values or ranges representing the values to be counted."
+msgstr ""
#: 04060181.xhp
msgctxt ""
@@ -35381,16 +35645,16 @@ msgctxt ""
"04060181.xhp\n"
"par_id3153111\n"
"help.text"
-msgid "COUNTA(Value1; Value2; ... Value30)"
-msgstr "ክርክር መቁጠሪያ(ዋጋ1: ዋጋ2: ... ዋጋ30)"
+msgid "COUNTA(Value1; Value2; ...; Value30)"
+msgstr ""
#: 04060181.xhp
msgctxt ""
"04060181.xhp\n"
"par_id3150001\n"
"help.text"
-msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 arguments representing the values to be counted."
-msgstr "<emph>ዋጋ 1, ዋጋ 2, ... </emph>ከ 1 እስከ 30 ያሉ ክርክሮች ናቸው የሚወክሉት ዋጋ ይቆጠራል"
+msgid "<emph>Value1; Value2, ..., Value30</emph> are 1 to 30 arguments representing the values to be counted."
+msgstr ""
#: 04060181.xhp
msgctxt ""
@@ -35557,40 +35821,40 @@ msgctxt ""
"04060181.xhp\n"
"par_id3581652\n"
"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;2006)</item> - this returns 1"
-msgstr "<item type=\"input\">=በ ክፍል ቁጥር ውስጥ ሁኔታውን የሚያሟሉ(A1:A10;2006)</item> - ይህን ይመልሳል 1"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;2006)</item> - this returns 1."
+msgstr ""
#: 04060181.xhp
msgctxt ""
"04060181.xhp\n"
"par_id708639\n"
"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;B1)</item> - this returns 1"
-msgstr "<item type=\"input\">=በ ክፍል ቁጥር ውስጥ ሁኔታውን የሚያሟሉ(A1:A10;B1)</item> - ይህን ይመልሳል 1"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;B1)</item> - this returns 1."
+msgstr ""
#: 04060181.xhp
msgctxt ""
"04060181.xhp\n"
"par_id5169225\n"
"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\") </item>- this returns 4"
-msgstr "<item type=\"input\">=በ ክፍል ቁጥር ውስጥ ሁኔታውን የሚያሟሉ(A1:A10;\">=2006\")</item> - ይህን ይመልሳል 4"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\")</item> - this returns 4."
+msgstr ""
#: 04060181.xhp
msgctxt ""
"04060181.xhp\n"
"par_id2118594\n"
"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - when B1 contains <item type=\"input\">2006</item>, this returns 6"
-msgstr "<item type=\"input\">=በ ክፍል ቁጥር ውስጥ ሁኔታውን የሚያሟሉ(A1:A10;\"<\"&B1)</item> - ይህ B1 ከያዘ <item type=\"input\">2006</item> ይህን ይመልሳል 6"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - when B1 contains <item type=\"input\">2006</item>, this returns 6."
+msgstr ""
#: 04060181.xhp
msgctxt ""
"04060181.xhp\n"
"par_id166020\n"
"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;C2)</item> where cell C2 contains the text <item type=\"input\">>2006</item> counts the number of cells in the range A1:A10 which are >2006"
-msgstr "<item type=\"input\">=በ ክፍል ቁጥር ውስጥ ሁኔታውን የሚያሟሉ(A1:A10;C2)</item> ይህ ክፍል C2 ጽሁፍ ከያዘ <item type=\"input\">>2006</item> የ ክፍሎች ቁጥር ይቆጥራል በ መጠን ውስጥ A1:A10 እነዚህ ናቸው >2006"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;C2)</item> where cell C2 contains the text <item type=\"input\">>2006</item> counts the number of cells in the range A1:A10 which are >2006."
+msgstr ""
#: 04060181.xhp
msgctxt ""
@@ -36061,8 +36325,8 @@ msgctxt ""
"04060181.xhp\n"
"par_id3156118\n"
"help.text"
-msgid "<item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
-msgstr "<item type=\"input\">=የ ቤታ ስርጭት(0.75;3;4)</item> ይመልሳል ዋጋ 0.96"
+msgid "<item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96."
+msgstr ""
#: 04060181.xhp
msgctxt ""
@@ -37445,8 +37709,8 @@ msgctxt ""
"04060181.xhp\n"
"par_id2745774\n"
"help.text"
-msgid "<item type=\"input\">=CHISQ.DIST(3; 2; 1) </item>equals 0.7768698399, the cumulative chi-square distribution with 2 degrees of freedom, at the value x = 3"
-msgstr "<item type=\"input\">=የ ቺ ስኴር.ስርጭት(3; 2; 1) </item>እኩል ነው ከ 0.7768698399, የ ተጠራቀመው የ ቺ ስኴር-ስርጭት ከ 2 ዲግሪዎች ነፃነት: በ ዋጋ x = 3"
+msgid "<item type=\"input\">=CHISQ.DIST(3; 2; 1) </item>equals 0.7768698399, the cumulative chi-square distribution with 2 degrees of freedom, at the value x = 3."
+msgstr ""
#: 04060181.xhp
msgctxt ""
@@ -38949,8 +39213,8 @@ msgctxt ""
"04060182.xhp\n"
"par_id3151015\n"
"help.text"
-msgid "<emph>Beta</emph> is the parameter Beta of the Gamma distribution"
-msgstr "<emph>ቤታ</emph> የ ቤታ ደንብ ነው ለ ጋማ ስርጭት"
+msgid "<emph>Beta</emph> is the parameter Beta of the Gamma distribution."
+msgstr ""
#: 04060182.xhp
msgctxt ""
@@ -39053,8 +39317,8 @@ msgctxt ""
"04060182.xhp\n"
"par_id2406201422390458\n"
"help.text"
-msgid "<emph>Beta</emph> is the parameter Beta of the Gamma distribution"
-msgstr "<emph>ቤታ</emph> የ ቤታ ደንብ ነው ለ ጋማ ስርጭት"
+msgid "<emph>Beta</emph> is the parameter Beta of the Gamma distribution."
+msgstr ""
#: 04060182.xhp
msgctxt ""
@@ -39197,16 +39461,16 @@ msgctxt ""
"04060182.xhp\n"
"par_id3153720\n"
"help.text"
-msgid "GEOMEAN(Number1; Number2; ...Number30)"
-msgstr "የ ጂዮሜትሪክ አማካይ(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "GEOMEAN(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060182.xhp
msgctxt ""
"04060182.xhp\n"
"par_id3152585\n"
"help.text"
-msgid "<emph>Number1, Number2,...Number30</emph> are numeric arguments or ranges that represent a random sample."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ክርክሮች ናቸው ወይንም መጠኖች በደፈናው ናሙና የሚወክሉ"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numeric arguments or ranges that represent a random sample."
+msgstr ""
#: 04060182.xhp
msgctxt ""
@@ -39365,8 +39629,8 @@ msgctxt ""
"04060182.xhp\n"
"par_id0305200911372999\n"
"help.text"
-msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_ZTEST_function\">Wiki page</link>."
-msgstr "ይህን ይመልከቱ <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_ZTEST_function\">Wiki page</link>."
+msgid "See also the <link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_ZTEST_function\" name=\"wiki.documentfoundation.org Documentation/HowTo/Calc/ZTEST function\">Wiki page</link>."
+msgstr ""
#: 04060182.xhp
msgctxt ""
@@ -39485,16 +39749,16 @@ msgctxt ""
"04060182.xhp\n"
"par_id3149287\n"
"help.text"
-msgid "HARMEAN(Number1; Number2; ...Number30)"
-msgstr "የ ስምምነት አማካይ(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "HARMEAN(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060182.xhp
msgctxt ""
"04060182.xhp\n"
"par_id3154303\n"
"help.text"
-msgid "<emph>Number1,Number2,...Number30</emph> are up to 30 values or ranges, that can be used to calculate the harmonic mean."
-msgstr "<emph>ቁጥር1,ቁጥር2,...ቁጥር30</emph> እስከ 30 ዋጋዎች ወይንም መጠኖች ናቸው: እርስዎ ማስላት የሚችሉበት የ ስምምነት አማካይ"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are up to 30 values or ranges, that can be used to calculate the harmonic mean."
+msgstr ""
#: 04060182.xhp
msgctxt ""
@@ -40509,16 +40773,16 @@ msgctxt ""
"04060183.xhp\n"
"par_id3154508\n"
"help.text"
-msgid "KURT(Number1; Number2; ...Number30)"
-msgstr "ኩርት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "KURT(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060183.xhp
msgctxt ""
"04060183.xhp\n"
"par_id3145167\n"
"help.text"
-msgid "<emph>Number1,Number2,...Number30</emph> are numeric arguments or ranges representing a random sample of distribution."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ክርክሮች ናቸው ወይንም መጠኖች በ ደፈናው ናሙና የሚወክሉ"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numeric arguments or ranges representing a random sample of distribution."
+msgstr ""
#: 04060183.xhp
msgctxt ""
@@ -40941,16 +41205,16 @@ msgctxt ""
"04060184.xhp\n"
"par_id3147340\n"
"help.text"
-msgid "MAX(Number1; Number2; ...Number30)"
-msgstr "ከፍተኛ(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "MAX(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060184.xhp
msgctxt ""
"04060184.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች መጠኖች ናቸው"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges."
+msgstr ""
#: 04060184.xhp
msgctxt ""
@@ -41021,16 +41285,16 @@ msgctxt ""
"04060184.xhp\n"
"par_id3166431\n"
"help.text"
-msgid "MAXA(Value1; Value2; ... Value30)"
-msgstr "ከፍተኛ(ዋጋ1: ዋጋ2: ... ዋጋ30)"
+msgid "MAXA(Value1; Value2; ...; Value30)"
+msgstr ""
#: 04060184.xhp
msgctxt ""
"04060184.xhp\n"
"par_id3150202\n"
"help.text"
-msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
-msgstr "<emph>ዋጋ1: ዋጋ2:...ዋጋ30</emph> ዋጋዎች ወይንም መጠኖች ናቸው: ጽሁፍ ዋጋው 0 ነው"
+msgid "<emph>Value1; Value2;...; Value30</emph> are values or ranges. Text has the value of 0."
+msgstr ""
#: 04060184.xhp
msgctxt ""
@@ -41093,16 +41357,16 @@ msgctxt ""
"04060184.xhp\n"
"par_id3155264\n"
"help.text"
-msgid "MEDIAN(Number1; Number2; ...Number30)"
-msgstr "መካከለኛ(ቁጥር1: ቁጥር2: ...ቁጥር30)"
+msgid "MEDIAN(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060184.xhp
msgctxt ""
"04060184.xhp\n"
"par_id3150109\n"
"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are values or ranges, which represent a sample. Each number can also be replaced by a reference."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> ዋጋዎች ወይንም መጠኖች ናቸው: ናሙና የሚወክሉ: እያንዳንዱን ቁጥር በ ማመሳከሪያ መቀየር ይችላል"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are values or ranges, which represent a sample. Each number can also be replaced by a reference."
+msgstr ""
#: 04060184.xhp
msgctxt ""
@@ -41173,16 +41437,16 @@ msgctxt ""
"04060184.xhp\n"
"par_id3146964\n"
"help.text"
-msgid "MIN(Number1; Number2; ...Number30)"
-msgstr "አነስተኛ(ቁጥር1: ቁጥር2: ...ቁጥር30)"
+msgid "MIN(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060184.xhp
msgctxt ""
"04060184.xhp\n"
"par_id3153486\n"
"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች መጠኖች ናቸው"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges."
+msgstr ""
#: 04060184.xhp
msgctxt ""
@@ -41245,16 +41509,16 @@ msgctxt ""
"04060184.xhp\n"
"par_id3153336\n"
"help.text"
-msgid "MINA(Value1; Value2; ... Value30)"
-msgstr "አነስተኛ የ ክርክር(ዋጋ1: ዋጋ2: ... ዋጋ30)"
+msgid "MINA(Value1; Value2; ...; Value30)"
+msgstr ""
#: 04060184.xhp
msgctxt ""
"04060184.xhp\n"
"par_id3146098\n"
"help.text"
-msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
-msgstr "<emph>ዋጋ1: ዋጋ2:...ዋጋ30</emph> ዋጋዎች ወይንም መጠኖች ናቸው: ጽሁፍ ዋጋው 0 ነው"
+msgid "<emph>Value1, Value2, ..., Value30</emph> are values or ranges. Text has the value of 0."
+msgstr ""
#: 04060184.xhp
msgctxt ""
@@ -41317,16 +41581,16 @@ msgctxt ""
"04060184.xhp\n"
"par_id3145636\n"
"help.text"
-msgid "AVEDEV(Number1; Number2; ...Number30)"
-msgstr "የ ፍጹም ልዩነቶች ዋጋ ከ አማካይ ውስጥ(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "AVEDEV(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060184.xhp
msgctxt ""
"04060184.xhp\n"
"par_id3157871\n"
"help.text"
-msgid "<emph>Number1, Number2,...Number30</emph> are values or ranges that represent a sample. Each number can also be replaced by a reference."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> ዋጋዎች ወይንም መጠኖች ናቸው: ናሙና የሚወክሉ: እያንዳንዱን ቁጥር በ ማመሳከሪያ መቀየር ይችላል"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are values or ranges that represent a sample. Each number can also be replaced by a reference."
+msgstr ""
#: 04060184.xhp
msgctxt ""
@@ -41381,16 +41645,16 @@ msgctxt ""
"04060184.xhp\n"
"par_id3154679\n"
"help.text"
-msgid "AVERAGE(Number1; Number2; ...Number30)"
-msgstr "መካከለኛ(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "AVERAGE(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060184.xhp
msgctxt ""
"04060184.xhp\n"
"par_id3150741\n"
"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች ወይንም መጠኖች ናቸው"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges."
+msgstr ""
#: 04060184.xhp
msgctxt ""
@@ -41445,16 +41709,16 @@ msgctxt ""
"04060184.xhp\n"
"par_id3149734\n"
"help.text"
-msgid "AVERAGEA(Value1; Value2; ... Value30)"
-msgstr "የ ክርክሮች አማካይ(ዋጋ1: ዋጋ2: ... ዋጋ30)"
+msgid "AVERAGEA(Value1; Value2; ...; Value30)"
+msgstr ""
#: 04060184.xhp
msgctxt ""
"04060184.xhp\n"
"par_id3155260\n"
"help.text"
-msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
-msgstr "<emph>ዋጋ1: ዋጋ2:...ዋጋ30</emph> ዋጋዎች ወይንም መጠኖች ናቸው: ጽሁፍ ዋጋው 0 ነው"
+msgid "<emph>Value1, Value2, ..., Value30</emph> are values or ranges. Text has the value of 0."
+msgstr ""
#: 04060184.xhp
msgctxt ""
@@ -41509,16 +41773,16 @@ msgctxt ""
"04060184.xhp\n"
"par_id3155950\n"
"help.text"
-msgid "MODE(Number1; Number2; ...Number30)"
-msgstr "መደበኛ ዋጋ ለ ቁጥር ስብስብ(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "MODE(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060184.xhp
msgctxt ""
"04060184.xhp\n"
"par_id3150337\n"
"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች መጠኖች ናቸው"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges."
+msgstr ""
#: 04060184.xhp
msgctxt ""
@@ -41573,16 +41837,16 @@ msgctxt ""
"04060184.xhp\n"
"par_id2955950\n"
"help.text"
-msgid "MODE.SNGL(Number1; Number2; ...Number30)"
-msgstr "በ ብዛት.የሚደጋገም(ቁጥር1: ቁጥር2: ...ቁጥር30)"
+msgid "MODE.SNGL(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060184.xhp
msgctxt ""
"04060184.xhp\n"
"par_id2950337\n"
"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች መጠኖች ናቸው"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges."
+msgstr ""
#: 04060184.xhp
msgctxt ""
@@ -41645,16 +41909,16 @@ msgctxt ""
"04060184.xhp\n"
"par_id2855950\n"
"help.text"
-msgid "MODE.MULT(Number1; Number2; ...Number30)"
-msgstr "ድግግሞሽ.በርካታ(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "MODE.MULT(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060184.xhp
msgctxt ""
"04060184.xhp\n"
"par_id2850337\n"
"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች መጠኖች ናቸው"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges."
+msgstr ""
#: 04060184.xhp
msgctxt ""
@@ -43605,16 +43869,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id3151191\n"
"help.text"
-msgid "SKEW(Number1; Number2; ...Number30)"
-msgstr "ስርጭቱ የሚያጋድልበት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "SKEW(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id3155757\n"
"help.text"
-msgid "<emph>Number1, Number2...Number30</emph> are numerical values or ranges."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች ወይንም መጠኖች ናቸው"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -43829,16 +44093,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id3149946\n"
"help.text"
-msgid "STDEV(Number1; Number2; ...Number30)"
-msgstr "መደበኛ ልዩነት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "STDEV(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id3157904\n"
"help.text"
-msgid "<emph>Number1, Number2, ... Number30</emph> are numerical values or ranges representing a sample based on an entire population."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30 </emph> የ ቁጥር ዋጋዎች ናቸው ወይንም መጠኖች ናቸው: ናሙና የሚወክሉ ጠቅላላ ሕዝቡን መሰረት ያደረገ"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -43893,16 +44157,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id3147422\n"
"help.text"
-msgid "STDEVA(Value1;Value2;...Value30)"
-msgstr "መደበኛ የ ክርክር ልዩነት(ዋጋ1: ዋጋ2: ... ዋጋ30)"
+msgid "STDEVA(Value1; Value2; ...; Value30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id3154547\n"
"help.text"
-msgid "<emph>Value1, Value2, ...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> ዋጋዎች ወይንም መጠኖች ናቸው ናሙና የሚወክሉ የ መነጨ ከ ጠቅላላ ሕዝቡ: ጽሁፍ ዋጋው 0 ነው"
+msgid "<emph>Value1, Value2, ..., Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -43957,16 +44221,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id3154392\n"
"help.text"
-msgid "STDEVP(Number1;Number2;...Number30)"
-msgstr "መደበኛ የ ሕዝብ ልዩነት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "STDEVP(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id3155261\n"
"help.text"
-msgid "<emph>Number 1,Number 2,...Number 30</emph> are numerical values or ranges representing an entire population."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች ናቸው ወይንም መጠኖች ናቸው: የሚወክሉ ጠቅላላ ሕዝቡን"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges representing an entire population."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -44021,16 +44285,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id2954392\n"
"help.text"
-msgid "STDEV.P(Number1;Number2;...Number30)"
-msgstr "መደበኛ.የ ሕዝብ ልዩነት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "STDEV.P(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id2955261\n"
"help.text"
-msgid "<emph>Number 1,Number 2,...Number 30</emph> are numerical values or ranges representing an entire population."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች ናቸው ወይንም መጠኖች ናቸው: የሚወክሉ ጠቅላላ ሕዝቡን"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges representing an entire population."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -44085,16 +44349,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id2854392\n"
"help.text"
-msgid "STDEV.S(Number1;Number2;...Number30)"
-msgstr "መደበኛ ልዩነት.የ ናሙና(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "STDEV.S(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id2855261\n"
"help.text"
-msgid "<emph>Number 1,Number 2,...Number 30</emph> are numerical values or ranges representing a sample of the population."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች ናቸው ወይንም መጠኖች ናቸው: ናሙና የሚወክሉ ጠቅላላ ሕዝቡን መሰረት ያደረገ"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges representing a sample of the population."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -44149,16 +44413,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id3146851\n"
"help.text"
-msgid "STDEVPA(Value1;Value2;...Value30)"
-msgstr "መደበኛ የ ሕዝብ ልዩነት ሎጂክ ዋጋ(ዋጋ1: ዋጋ2: ... ዋጋ30)"
+msgid "STDEVPA(Value1; Value2; ...; Value30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id3153109\n"
"help.text"
-msgid "<emph>Value1,value2,...value30</emph> are values or ranges representing an entire population. Text has the value 0."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> ዋጋዎች ወይንም መጠኖች ናቸው ናሙና የሚወክሉ የ መነጨ ከ ጠቅላላ ሕዝቡ: ጽሁፍ ዋጋው 0 ነው"
+msgid "<emph>Value1, Value2, ..., Value30</emph> are values or ranges representing an entire population. Text has the value 0."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -44717,16 +44981,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id3146790\n"
"help.text"
-msgid "DEVSQ(Number1; Number2; ...Number30)"
-msgstr "የ ስኴር ልዩነት ድምር(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "DEVSQ(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id3155995\n"
"help.text"
-msgid "<emph>Number1, Number2, ...Number30</emph> numerical values or ranges representing a sample."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች ወይንም መጠኖች ናቸው በደፈናው ናሙና የሚወክሉ"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges representing a sample."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -45477,16 +45741,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id3153054\n"
"help.text"
-msgid "VAR(Number1; Number2; ...Number30)"
-msgstr "የ ልዩነት ናሙና(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "VAR(Number1 ; Number2; ...; Number30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id3148938\n"
"help.text"
-msgid "<emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing a sample based on an entire population."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30 </emph> የ ቁጥር ዋጋዎች ናቸው ወይንም መጠኖች ናቸው: ናሙና የሚወክሉ ጠቅላላ ሕዝቡን መሰረት ያደረገ"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -45541,16 +45805,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id2953054\n"
"help.text"
-msgid "VAR.S(Number1; Number2; ...Number30)"
-msgstr "ናሙና መሰረት ባደረገ ልዩነት መገመቻ(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "VAR.S(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id2948938\n"
"help.text"
-msgid "<emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing a sample based on an entire population."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30 </emph> የ ቁጥር ዋጋዎች ናቸው ወይንም መጠኖች ናቸው: የሚወክሉ ጠቅላላ ሕዝቡን መሰረት ያደረገ"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges representing a sample based on an entire population."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -45605,16 +45869,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id3149999\n"
"help.text"
-msgid "VARA(Value1; Value2; ...Value30)"
-msgstr "የ ልዩነት ናሙና(ዋጋ1: ዋጋ2: ... ዋጋ30)"
+msgid "VARA(Value1; Value2; ...; Value30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id3158421\n"
"help.text"
-msgid "<emph>Value1, Value2,...Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> ዋጋዎች ወይንም መጠኖች ናቸው ናሙና የሚወክሉ የ መነጨ ከ ጠቅላላ ሕዝቡ: ጽሁፍ ዋጋው 0 ነው"
+msgid "<emph>Value1, Value2, ..., Value30</emph> are values or ranges representing a sample derived from an entire population. Text has the value 0."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -45669,16 +45933,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id3147282\n"
"help.text"
-msgid "VARP(Number1; Number2; ...Number30)"
-msgstr "የ ዳታቤዝ ሕዝብ ልዩነት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "VARP(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id3149793\n"
"help.text"
-msgid "<emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing an entire population."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች ናቸው ወይንም መጠኖች ናቸው: የሚወክሉ ጠቅላላ ሕዝቡን መሰረት ያደረገ"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges representing an entire population."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -45733,16 +45997,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id2947282\n"
"help.text"
-msgid "VAR.P(Number1; Number2; ...Number30)"
-msgstr "የ ህዝብ.ልዩነት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgid "VAR.P(Number1; Number2; ...; Number30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id2949793\n"
"help.text"
-msgid "<emph>Number1, Number2, ...Number30</emph> are numerical values or ranges representing an entire population."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> የ ቁጥር ዋጋዎች ናቸው ወይንም መጠኖች ናቸው: የሚወክሉ ጠቅላላ ሕዝቡን መሰረት ያደረገ"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are numerical values or ranges representing an entire population."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -45797,16 +46061,16 @@ msgctxt ""
"04060185.xhp\n"
"par_id3149967\n"
"help.text"
-msgid "VARPA(Value1; Value2; ...Value30)"
-msgstr "የ ህዝብ ልዩነት ጽሁፍ እና ሎጂክ(ዋጋ1: ዋጋ2: ... ዋጋ30)"
+msgid "VARPA(Value1; Value2; ...; Value30)"
+msgstr ""
#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"par_id3149920\n"
"help.text"
-msgid "<emph>Value1,value2,...Value30</emph> are values or ranges representing an entire population."
-msgstr "<emph>ቁጥር1, ቁጥር2,...ቁጥር30</emph> ዋጋዎች ወይንም መጠኖች ናቸው: የሚወክሉ ጠቅላላ ሕዝቡን መሰረት ያደረገ"
+msgid "<emph>Value1, Value2, ..., Value30</emph> are values or ranges representing an entire population."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -46053,8 +46317,8 @@ msgctxt ""
"04060185.xhp\n"
"par_id3153694\n"
"help.text"
-msgid "<emph>End</emph> (optional) is the end value of the interval whose probabilities are to be summed. If this parameter is missing, the probability for the <emph>Start </emph>value is calculated."
-msgstr "<emph>መጨረሻ</emph> (በ ምርጫ) የ መጨረሻ ዋጋ ነው ለ ክፍተት ምናልባቶች የሚጨመሩበት: ይህ ደንብ ከ ጎደለ: ምናልባት ለ <emph>መጀመሪያ </emph>ዋጋ ይሰላል"
+msgid "<emph>End</emph> (optional) is the end value of the interval whose probabilities are to be summed. If this parameter is missing, the probability for the <emph>Start</emph> value is calculated."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -46189,8 +46453,8 @@ msgctxt ""
"04060185.xhp\n"
"par_id0305200911372899\n"
"help.text"
-msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\">Wiki page</link>."
-msgstr "ይህን ይመልከቱ <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\">Wiki page</link>."
+msgid "See also the <link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\" name=\"wiki.documentfoundation.org Documentation/HowTo/Calc/WEIBULL function\">Wiki page</link>."
+msgstr ""
#: 04060185.xhp
msgctxt ""
@@ -46309,8 +46573,8 @@ msgctxt ""
"04060185.xhp\n"
"par_id2905200911372899\n"
"help.text"
-msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\">Wiki page</link>."
-msgstr "ይህን ይመልከቱ <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\">Wiki page</link>."
+msgid "See also the <link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\" name=\"wiki.documentfoundation.org Documentation/HowTo/Calc/WEIBULL function\">Wiki page</link>."
+msgstr ""
#: 04060199.xhp
msgctxt ""
@@ -47669,7 +47933,7 @@ msgctxt ""
"04090000.xhp\n"
"par_id3149262\n"
"help.text"
-msgid "<ahelp hid=\".uno:InsertExternalDataSourc\">Inserts data from an HTML, Calc, or Excel file into the current sheet as a link. The data must be located within a named range.</ahelp>"
+msgid "<ahelp hid=\".uno:InsertExternalDataSourc\">Inserts data from an HTML, Calc, CSV or Excel file into the current sheet as a link. The data must be located within a named range.</ahelp>"
msgstr "<ahelp hid=\".uno:InsertExternalDataSourc\">ማስገቢያ ዳታ ከ HTML, ሰንጠረዥ ወይንም Excel ፋይል ውስጥ ወደ አሁኑ ወረቀት ውስጥ እንደ አገናኝ: ዳታው መኖር አለበት በ ተሰየመ መጠን ውስጥ </ahelp>"
#: 04090000.xhp
@@ -47685,8 +47949,16 @@ msgctxt ""
"04090000.xhp\n"
"par_id3145366\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/externaldata/url\">Enter the URL or the file name that contains the data that you want to insert, and then press Enter.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/externaldata/url\">ያስገቡ URL ወይንም የ ፋይል ስም ዳታውን የያዘ እርስዎ ማስገባት የሚፈልጉትን እና ከዛ ይጫኑ ማስገቢያውን </ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/externaldata/url\">Enter the URL or the file name that contains the data that you want to insert, and then press Enter.</ahelp> Only then the URL will be requested from the network or file system."
+msgstr "<ahelp hid=\"modules/scalc/ui/externaldata/url\">URL ያስገቡ ወይንም የ ፋይል ስምእርስዎ ማስገባት የሚፈልጉትን ዳታ የይያዘውን: እና ይጫኑ ማስገቢያ </ahelp> URL ብቻ ይጠየቃል ከ ኔትዎርክ ወይንም የ ፋይል ስርአት ውስጥ:"
+
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"par_id621519313666202\n"
+"help.text"
+msgid "<link href=\"text/shared/00/00000208.xhp\" name=\"linkname\">A dialog for CSV data import</link> appears when linking to external CSV file."
+msgstr "<link href=\"text/shared/00/00000208.xhp\" name=\"linkname\">በ ኮማ የ ተለያየ ዋጋ ዳታ ንግግር ማምጫ </link> ይታያል የ ውጪ በ ኮማ የ ተለያየ ዋጋ ፋይል በሚያገናኙ ጊዜ"
#: 04090000.xhp
msgctxt ""
@@ -48469,32 +48741,32 @@ msgctxt ""
"05060000.xhp\n"
"par_id1001240\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/mergecellsdialog/MergeCellsDialog\">Three options are available:</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/mergecellsdialog/MergeCellsDialog\">ሶስት ምርጫዎች ዝግጁ ናቸው:</ahelp>"
+msgid "Three options are available:"
+msgstr "ሶስት አማራጮች ዝግጁ ናቸው:"
#: 05060000.xhp
msgctxt ""
"05060000.xhp\n"
"par_id3155879\n"
"help.text"
-msgid "<emph>Move the contents of the hidden cells into the first cell</emph>: the actual contents of the hidden cells are concatenated to the first cell, and hidden cells are emptied; the results of formulas referring to the hidden cells or the first cell will be updated."
-msgstr "<emph>የ ተደበቁ ክፍል ይዞታዎችን ማንቀሳቀሻ ወደ መጀመሪያው ክፍል </emph>: ዋናው የ ተደበቁ ክፍል ይዞታዎች በ ተከታታይ የ ተገናኙ ናቸው ከ መጀመሪያው ክፍል ጋር: እና የ ተደበቁ ክፍሎች ባዶ ይሆናሉ: የ መቀመሪያ ውጤቶች የሚያመሳክሩት የ ተደበቁ ክፍሎች ነው: ወይንም የ መጀመሪያው ክፍል ይሻሻላል"
+msgid "<emph>Move the contents of the hidden cells into the first cell</emph>: <ahelp hid=\".\">The actual contents of the hidden cells are concatenated to the first cell, and hidden cells are emptied; the results of formulas referring to the hidden cells or the first cell will be updated.</ahelp>"
+msgstr "<emph>የ ተደበቁ ክፍል ይዞታዎችን ወደ መጀመሪያው ክፍል ማንቀሳቀሻ </emph>: <ahelp hid=\".\"> ዋናው የ ተደበቁ ክፍል ይዞታዎች በ ተከታታይ የ ተገናኙ ናቸው ከ መጀመሪያው ክፍል ጋር: እና የ ተደበቁ ክፍሎች ባዶ ይሆናሉ: የ መቀመሪያ ውጤቶች የሚያመሳክሩት የ ተደበቁ ክፍሎች ነው: ወይንም የ መጀመሪያው ክፍል ይሻሻላል </ahelp>"
#: 05060000.xhp
msgctxt ""
"05060000.xhp\n"
"par_id3155878\n"
"help.text"
-msgid "<emph>Keep the contents of the hidden cells</emph>: the contents of the hidden cells are kept; the results of formulas referring to the hidden cells will not change."
-msgstr "<emph>የ ተደበቁ ክፍሎች ይዞታዎች ማስቀመጫ</emph>: ይዞታዎች የ ተደበቁ ክፍሎች የሚቀመጡበት: የ መቀመሪያ ማመሳከሪያ ውጤት ለ ተደበቀው ክፍል አይቀየርም"
+msgid "<emph>Keep the contents of the hidden cells</emph>: <ahelp hid=\".\">The contents of the hidden cells are kept; the results of formulas referring to the hidden cells will not change.</ahelp>"
+msgstr "<emph>የ ተደበቁ ክፍሎች ይዞታዎች ማስቀመጫ</emph>: <ahelp hid=\".\">ይዞታዎች የ ተደበቁ ክፍሎች የሚቀመጡበት: የ መቀመሪያ ማመሳከሪያ ውጤት ለ ተደበቀው ክፍል አይቀየርም </ahelp>"
#: 05060000.xhp
msgctxt ""
"05060000.xhp\n"
"par_id3155877\n"
"help.text"
-msgid "<emph>Empty the contents of the hidden cells</emph>: the contents of the hidden cells are removed; the results of formulas referring to the hidden cells will be updated."
-msgstr "<emph>የ ተደበቁ ክፍሎች ይዞታዎች ባዶ ማድረጊያ</emph>: ይዞታዎች የ ተደበቁ ክፍሎች የሚወገዱት: የ መቀመሪያ ማመሳከሪያ ውጤት ለ ተደበቀው ክፍል ይሻሻላል"
+msgid "<emph>Empty the contents of the hidden cells</emph>: <ahelp hid=\".\">The contents of the hidden cells are removed; the results of formulas referring to the hidden cells will be updated.</ahelp>"
+msgstr "<emph>የ ተደበቁ ክፍሎች ይዞታዎች ባዶ ማድረጊያ</emph>: <ahelp hid=\".\">ይዞታዎች የ ተደበቁ ክፍሎች የሚወገዱት: የ መቀመሪያ ማመሳከሪያ ውጤት ለ ተደበቀው ክፍል ይሻሻላል </ahelp>"
#: 05060000.xhp
msgctxt ""
@@ -49581,16 +49853,40 @@ msgctxt ""
"05110000.xhp\n"
"par_id3154017\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/autoformattable/add\">Allows you to add the current formatting of a range of at least 4 x 4 cells to the list of predefined AutoFormats.</ahelp> The <link href=\"text/shared/01/05150101.xhp\" name=\"Add AutoFormat\">Add AutoFormat</link> dialog then appears."
-msgstr "<ahelp hid=\"modules/scalc/ui/autoformattable/add\">እርስዎን የሚያስችለው መጨመር ነው ለ አሁኑ አቀራረብ መጠን ቢያንስ 4 x 4 ክፍሎች ወደ ዝርዝር ውስጥ በቅድሚያ በ ተወሰነው በራሱ አቀራረብ </ahelp> የ <link href=\"text/shared/01/05150101.xhp\" name=\"Add AutoFormat\"> በራሱ አቀራረብ መጨመሪያ </link> ንግግር ይታያል"
+msgid "<ahelp hid=\"modules/scalc/ui/autoformattable/add\">Allows you to add the current formatting of a range of at least 4 x 4 cells to the list of predefined AutoFormats.</ahelp> The <emph>Add AutoFormat</emph> dialog then appears."
+msgstr "<ahelp hid=\"modules/scalc/ui/autoformattable/add\">እርስዎን የሚያስችለው መጨመር ነው ለ አሁኑ አቀራረብ መጠን ቢያንስ 4 x 4 ክፍሎች ወደ ዝርዝር ውስጥ በቅድሚያ በ ተወሰነው በራሱ አቀራረብ ነው </ahelp> የ <emph> በራሱ አቀራረብ </emph> ንግግር ይታያል"
#: 05110000.xhp
msgctxt ""
"05110000.xhp\n"
"par_id3153708\n"
"help.text"
-msgid "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">Enter a name and click <emph>OK</emph>. </ahelp>"
-msgstr "<ahelp hid=\"HID_SC_AUTOFMT_NAME\">ስም ያስገቡ እና ይጫኑ <emph> እሺ </emph></ahelp>"
+msgid "<ahelp hid=\".\">Enter a name and click <emph>OK</emph>. </ahelp>"
+msgstr "<ahelp hid=\".\">ስም ያስገቡ እና ይጫኑ <emph> እሺ </emph></ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3159223\n"
+"help.text"
+msgid "Rename"
+msgstr "እንደገና መሰየሚያ"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153064\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a dialog where you can change the name of the selected AutoFormat.</ahelp>"
+msgstr "<ahelp hid=\".\">እርስዎ የ ተመረጠውን ጽሁፍ ስም በራሱ አቀራረብ የሚቀይሩበት ንግግር መክፈቻ </ahelp>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"par_id3153912\n"
+"help.text"
+msgid "The <emph>Rename AutoFormat</emph> dialog opens.<ahelp hid=\".\"> Enter the new name of the AutoFormat here.</ahelp>"
+msgstr "የ <emph> እንደገና መሰየሚያ በራሱ አቀራረብ </emph> ንግግር መክፈቻ <ahelp hid=\".\"> እዚህ አዲስ ስም ለ በራሱ አቀራረብ ያስገቡ </ahelp>"
#: 05110000.xhp
msgctxt ""
@@ -49704,46 +50000,6 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/autoformattable/autofitcb\">When marked, specifies that you want to retain the width and height of the selected cells of the selected format.</ahelp>"
msgstr "<ahelp hid=\"modules/scalc/ui/autoformattable/autofitcb\">ምልክት በሚደረግበት ጊዜ: እርስዎ መጠቀም የሚፈልጉትን የ ተመረጠውን የ ስፋት እና እርዝመት ለ ተመረጠው ክፍል አቀራረብ መወሰኛ </ahelp>"
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3159223\n"
-"help.text"
-msgid "Rename"
-msgstr "እንደገና መሰየሚያ"
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3153064\n"
-"help.text"
-msgid "<ahelp hid=\"HID_SC_RENAME_AUTOFMT\">Opens a dialog where you can change the specification of the selected AutoFormat.</ahelp> The button is only visible if you clicked the <emph>More</emph> button."
-msgstr "<ahelp hid=\"HID_SC_RENAME_AUTOFMT\">ንግግር መክፈቻ እርስዎ መቀየር የሚችሉበት ለ ተመረጠው በራሱ አቀራረብ መወሰኛ</ahelp> ቁልፉ የሚታየው እርስዎ ሲጫኑ ነው የ <emph>ተጨማሪ</emph> ቁልፍ"
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3153912\n"
-"help.text"
-msgid "The <emph>Rename AutoFormat</emph> dialog opens.<ahelp hid=\"HID_SC_REN_AFMT_NAME\"> Enter the new name of the AutoFormat here.</ahelp>"
-msgstr "የ <emph> እንደገና መሰየሚያ በራሱ አቀራረብ </emph> ንግግር ይከፈታል <ahelp hid=\"HID_SC_REN_AFMT_NAME\"> አዲስ ስም ያስገቡ እዚህ ለ በራሱ አቀራረብ </ahelp>"
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"hd_id3155264\n"
-"help.text"
-msgid "More"
-msgstr "ተጨማሪ"
-
-#: 05110000.xhp
-msgctxt ""
-"05110000.xhp\n"
-"par_id3159094\n"
-"help.text"
-msgid "Closes the <emph>Formatting</emph> options section, if it is currently open."
-msgstr "መዝጊያ የ <emph>አቀራረብ</emph> ምርጫ ክፍል: አሁን የተከፈተ ከሆነ"
-
#: 05120000.xhp
msgctxt ""
"05120000.xhp\n"
@@ -49765,8 +50021,8 @@ msgctxt ""
"05120000.xhp\n"
"par_id3163710\n"
"help.text"
-msgid "<variable id=\"bedingtetext\"><ahelp hid=\".uno:ConditionalFormatDialog\">Choose <emph>Conditional Formatting</emph> to define format styles depending on certain conditions.</ahelp></variable> If a style was already assigned to a cell, it remains unchanged. The style entered here is then evaluated. There are several types of conditional formatting that can be used."
-msgstr "<variable id=\"bedingtetext\"><ahelp hid=\".uno:ConditionalFormatDialog\">ይምረጡ <emph> እንደ ሁኔታው አቀራረብ </emph> የ አቀራረብ ዘዴዎች ለ መግለጽ እንደ ሁኔታው ይለያያል </ahelp></variable> ለ ክፍሉ ቀደም ብሎ ዘዴ ተመድቦ ከ ነበረ: ሳይቀየር ይቀራል: እዚህ ያስገቡት ዘዴ ይመረመራል: እርስዎ ሊጠቀሙበት የሚችሉት በርካታ የሆኑ እንደ ሁኔታው አቀራረቦች አሉ"
+msgid "<variable id=\"bedingtetext\"><ahelp hid=\".\">Choose <emph>Conditional Formatting</emph> to define format styles depending on certain conditions.</ahelp></variable> If a style was already assigned to a cell, it remains unchanged. The style entered here is then evaluated. There are several types of conditional formatting that can be used."
+msgstr "<variable id=\"bedingtetext\"><ahelp hid=\".\">ይምረጡ <emph> እንደ ሁኔታው አቀራረብ </emph> የ አቀራረብ ዘዴዎች ለ መግለጽ እንደ ሁኔታው ይለያያል </ahelp></variable> ለ ክፍሉ ቀደም ብሎ ዘዴ ተመድቦ ከ ነበረ: ሳይቀየር ይቀራል: እዚህ ያስገቡት ዘዴ ይመረመራል: እርስዎ ሊጠቀሙበት የሚችሉት በርካታ የሆኑ እንደ ሁኔታው አቀራረቦች አሉ"
#: 05120000.xhp
msgctxt ""
@@ -49795,6 +50051,30 @@ msgstr "<bookmark_value>እንደ ሁኔታው አቀራረብ; ሁኔታዎች<
#: 05120000.xhp
msgctxt ""
"05120000.xhp\n"
+"par_id3149413\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">List of the conditions defined for the cell range in order of evaluation.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">የ ክፍል መጠን መገምገም እንዲቻል የ ተገለጸው ዝርዝር ሁኔታ </ahelp>"
+
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3149414\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Increase priority of the selected condition.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ለ ተመረጠው ሁኔታ ቅድሚያ መጨመሪያ </ahelp>"
+
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3149415\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Decrease priority of the selected condition.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ለ ተመረጠው ሁኔታ ቅድሚያ መቀነሻ </ahelp>"
+
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
"hd_id31531891\n"
"help.text"
msgid "Condition"
@@ -49853,16 +50133,16 @@ msgctxt ""
"05120000.xhp\n"
"par_id31494137\n"
"help.text"
-msgid "Click the <emph>Add</emph> button to add another condition, click the <emph>Remove</emph> button to remove a condition."
-msgstr "ይጫኑ የ <emph> መጨመሪያ </emph> ቁልፍ ሌላ ሁኔታ ለ መጨመር: ይጫኑ የ <emph> ማስወገጃ </emph> ቁልፍ ሁኔታውን ለ ማስወገድ"
+msgid "<ahelp hid=\".\">Click the <emph>Add</emph> button to add another condition, click the <emph>Remove</emph> button to remove a condition.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጫኑ የ <emph> መጨመሪያ </emph> ቁልፍ ሌላ ሁኔታ ለ መጨመር: ይጫኑ የ <emph> ማስወገጃ </emph> ቁልፍ ሁኔታውን ለ ማስወገድ </ahelp>"
#: 05120000.xhp
msgctxt ""
"05120000.xhp\n"
"par_id31494138\n"
"help.text"
-msgid "In the <emph>Range</emph> field, define the range of cells concerned by the conditional formatting. Click on the <emph>Shrink</emph> button to minimize the dialog box. Click again on the button to come back to the dialog box once the range is selected."
-msgstr "በ <emph> መጠን </emph> ሜዳ ውስጥ: መግለጫ የ መጠን ክፍሎች ተገቢውን እንደ ሁኔታዎች አቀራረብ: ይጫኑ በ <emph> ማሳነሻ </emph> ቁልፍ በ ማሳነሻ ንግግር ሳጥን ውስጥ: ይጫኑ እንደገና በ ቁልፉ ላይ ለ መመለስ ወደ ንግግር ሳጥን ውስጥ አንዴ መጠን ከ ተመረጠ በኋላ"
+msgid "<ahelp hid=\".\">In the <emph>Range</emph> field, define the range of cells concerned by the conditional formatting.</ahelp> Click on the <emph>Shrink</emph> button to minimize the dialog box. Click again on the button to come back to the dialog box once the range is selected."
+msgstr "<ahelp hid=\".\">በ <emph> መጠን </emph> ሜዳ ውስጥ: ለ መጠን ክፍሎች ተገቢውን እንደ ሁኔታዎች አቀራረብ መግለጫ</ahelp>: ይጫኑ በ <emph> ማሳነሻ </emph> ቁልፍ ላይ ለ ማሳነስ በ ንግግር ሳጥን ውስጥ: ይጫኑ እንደገና በ ቁልፉ ላይ ለ መመለስ ወደ ንግግር ሳጥን ውስጥ አንዴ መጠን ከ ተመረጠ በኋላ"
#: 05120000.xhp
msgctxt ""
@@ -49917,8 +50197,8 @@ msgctxt ""
"05120000.xhp\n"
"par_id3155605\n"
"help.text"
-msgid "For a detailed explanation and examples, please visit <link href=\"http://wiki.documentfoundation.org/Faq/Calc/142\">How to apply a Color Scale Conditional Formatting page in TDF Wiki</link>."
-msgstr "በ ዝርዝር ለ መረዳት እና ምሳሌዎች ለማግኘት: እባክዎን ይጎብኙ <link href=\"http://wiki.documentfoundation.org/Faq/Calc/142\"> እንዴት እንደሚፈጽሙ የ ቀለም መመጠኛ ሁኔታዎች አቀራረብ ገጽ ውስጥ ከ TDF Wiki </link>"
+msgid "For a detailed explanation and examples, please visit <link href=\"https://wiki.documentfoundation.org/Faq/Calc/142\">How to apply a Color Scale Conditional Formatting page</link> in TDF Wiki."
+msgstr ""
#: 05120000.xhp
msgctxt ""
@@ -50013,8 +50293,8 @@ msgctxt ""
"05120000.xhp\n"
"par_id3155606\n"
"help.text"
-msgid "For a detailed explanation and examples, please visit <link href=\"http://wiki.documentfoundation.org/Faq/Calc/141\">How to use Icon Set Conditional Formating page in TDF Wiki</link>."
-msgstr "በ ዝርዝር ለ መረዳት እና ምሳሌዎች ለማግኘት: እባክዎን ይጎብኙ <link href=\"http://wiki.documentfoundation.org/Faq/Calc/141\"> እንዴት እንደሚፈጽሙ የ ቀለም መመጠኛ ሁኔታዎች አቀራረብ ገጽ ውስጥ ከ TDF Wiki </link>"
+msgid "For a detailed explanation and examples, please visit <link href=\"https://wiki.documentfoundation.org/Faq/Calc/141\">How to use Icon Set Conditional Formatting page</link> in TDF Wiki."
+msgstr ""
#: 05120000.xhp
msgctxt ""
@@ -50069,8 +50349,8 @@ msgctxt ""
"05120000.xhp\n"
"par_id3155906\n"
"help.text"
-msgid "This dialog allows you to see all the conditional formatting defined in the spreadsheet."
-msgstr "ይህ ንግግር እርስዎን የሚያስችለው ሁሉንም የ እንደ ሁኔታው አቀራረብ ዝርዝር ለ ማሳየት ነው በ ሰንጠረዥ ውስጥ የ ተገለጸውን"
+msgid "<ahelp hid=\".\">This dialog allows you to see all the conditional formatting defined in the spreadsheet.</ahelp>"
+msgstr "<ahelp hid=\".\">ይህ ንግግር እርስዎን የሚያስችለው ሁሉንም የ እንደ ሁኔታው አቀራረብ ዝርዝር በ ሰንጠረዥ ውስጥ የ ተገለጸውን ለ ማሳየት ነው </ahelp>"
#: 05120000.xhp
msgctxt ""
@@ -50085,8 +50365,16 @@ msgctxt ""
"05120000.xhp\n"
"par_id3155907\n"
"help.text"
-msgid "The <emph>Manage Conditional Formatting</emph> dialog box opens. Here you can add, edit or remove one or several conditional formattings."
-msgstr "የ <emph>እንደ ሁኔታው አቀራረብ አስተዳዳሪ</emph> ንግግር ሳጥን መክፈቻ: እዚህ እርስዎ መጭመር: ማረም: ወይንም ማስወገድ ይችላሉ አንድ ወይንም በርካታ እንደ ሁኔታው አቀራረብ"
+msgid "The <emph>Manage Conditional Formatting</emph> dialog box opens. <ahelp hid=\".\">Here you can add, edit or remove one or several conditional formattings.</ahelp>"
+msgstr "የ <emph>እንደ ሁኔታው አቀራረብ አስተዳዳሪ</emph> ንግግር ሳጥን መክፈቻ: <ahelp hid=\".\">እዚህ እርስዎ መጨመር: ማረም: ወይንም ማስወገድ ይችላሉ አንድ ወይንም በርካታ እንደ ሁኔታው አቀራረብ </ahelp>"
+
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"par_id3155909\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Conditional Formats</emph> list displays the active conditional formatting rules set in the current spreadsheet.</ahelp> Only the first rule for each cell range is listed, even if there are multiple rules defined for a given range."
+msgstr "<ahelp hid=\".\">የ <emph> እንደ ሁኔታው አቀራረብ </emph> ዝርዝር የሚያሳየው ንቁ የሆነውን የ እንደ ሁኔታው አቀራረብ ደንብ ማሰናጃ ነው በ አሁኑ ሰንጠረዥ ውስጥ: </ahelp> የ መጀመሪያው ደንብ ብቻ ለ እያንዳንዱ ክፍል መጠን ይዘረዘራል: ለ ተሰጠው መጠን በርካታ ደንቦች ቢኖሩም እንኳን:"
#: 05120000.xhp
msgctxt ""
@@ -52653,8 +52941,8 @@ msgctxt ""
"12050200.xhp\n"
"par_id3154124\n"
"help.text"
-msgid "<ahelp hid=\"HID_SCPAGE_SUBT_OPTIONS\">Specify the settings for calculating and presenting subtotals.</ahelp>"
-msgstr "<ahelp hid=\"HID_SCPAGE_SUBT_OPTIONS\">ማስሊያ እና ንዑስ ድምር ማቅረቢያ ማሰናጃዎች መግለጫ </ahelp>"
+msgid "<ahelp hid=\".\">Specify the settings for calculating and presenting subtotals.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ንዑስ ድምር ማቅረቢያ እና ማስሊያ መግለጫ ማሰናጃዎች </ahelp>"
#: 12050200.xhp
msgctxt ""
@@ -52741,8 +53029,8 @@ msgctxt ""
"12050200.xhp\n"
"par_id3149400\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/subtotaloptionspage/lbuserdef\">Uses a custom sorting order that you defined in the Options dialog box at <emph>%PRODUCTNAME Calc - Sort Lists</emph>.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/subtotaloptionspage/lbuserdef\">የ መለያ ደንብ ማስተካከያ ይጠቀሙ እርስዎ የ ገለጹትን ከ ምርጫዎች ሳጥን ውስጥ በ <emph>%PRODUCTNAME ሰንጠረዥ - ዝርዝር መለያ ውስጥ</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">Uses a custom sorting order that you defined in the Options dialog box at <emph>%PRODUCTNAME Calc - Sort Lists</emph>.</ahelp>"
+msgstr "<ahelp hid=\".\">የ መለያ ደንብ ማስተካከያ ይጠቀሙ እርስዎ የ ገለጹትን ከ ምርጫዎች ሳጥን ውስጥ ከሆነ በ <emph>%PRODUCTNAME ሰንጠረዥ - ዝርዝር መለያ ውስጥ</emph>:</ahelp>"
#: 12050200.xhp
msgctxt ""
@@ -56277,7 +56565,7 @@ msgctxt ""
"data_form.xhp\n"
"hd_id240920171003006302\n"
"help.text"
-msgid "<link href=\"text/scalc/01/data_form.xhp\">Data Entry Forms for Spreasheets</link>"
+msgid "<link href=\"text/scalc/01/data_form.xhp\">Data Entry Forms for Spreadsheets</link>"
msgstr "<link href=\"text/scalc/01/data_form.xhp\">የ ዳታ ማስገቢያ ፎርም ለ ሰንጠዥ</link>"
#: data_form.xhp
@@ -56347,6 +56635,14 @@ msgstr "ፎርሙን ዳታ በ መሙላት ላይ"
#: data_form.xhp
msgctxt ""
"data_form.xhp\n"
+"par_id361512503457039\n"
+"help.text"
+msgid "Enter the data in the text fields. Press Enter or click <item type=\"literal\">New</item> to add it to the table."
+msgstr ""
+
+#: data_form.xhp
+msgctxt ""
+"data_form.xhp\n"
"hd_id111512507319306\n"
"help.text"
msgid "Form dialog buttons"
@@ -56629,8 +56925,8 @@ msgctxt ""
"exponsmooth_embd.xhp\n"
"par_id0403201618694537\n"
"help.text"
-msgid "See the <link href=\"http://en.wikipedia.org/wiki/Exponential_smoothing\">Wikipedia on Exponential smoothing algorithms</link> for more information."
-msgstr "ይህን ይመልከቱ <link href=\"http://en.wikipedia.org/wiki/Exponential_smoothing\">Wikipedia on Exponential smoothing algorithms</link> ለ በለጠ መረጃ"
+msgid "See the <link href=\"https://en.wikipedia.org/wiki/Exponential_smoothing\" name=\"English Wikipedia: Exponential smoothing\">Wikipedia on Exponential smoothing algorithms</link> for more information."
+msgstr ""
#: exponsmooth_embd.xhp
msgctxt ""
@@ -58189,32 +58485,32 @@ msgctxt ""
"func_color.xhp\n"
"par_id1102201617001888\n"
"help.text"
-msgid "<item type=\"literal\">COLOR(255;255;255;1)</item> returns 33554431"
-msgstr "<item type=\"literal\">ቀለም(255;255;255;1)</item> ይመልሳል 33554431"
+msgid "<item type=\"input\">COLOR(255;255;255;1)</item> returns 33554431"
+msgstr "<item type=\"input\">ቀለም(255;255;255;1)</item> ይመልሳል 33554431"
#: func_color.xhp
msgctxt ""
"func_color.xhp\n"
"par_id1102201618185378\n"
"help.text"
-msgid "<item type=\"literal\">COLOR(0;0;255;0)</item> returns 255"
-msgstr "<item type=\"literal\">ቀለም(0;0;255;0)</item> ይመልሳል 255"
+msgid "<item type=\"input\">COLOR(0;0;255;0)</item> returns 255"
+msgstr "<item type=\"input\">ቀለም(0;0;255;0)</item> ይመልሳል 255"
#: func_color.xhp
msgctxt ""
"func_color.xhp\n"
"par_id1102201618185326\n"
"help.text"
-msgid "<item type=\"literal\">COLOR(0;0;255;255)</item> returns 4278190335"
-msgstr "<item type=\"literal\">ቀለም(0;0;255;255)</item> ይመልሳል 4278190335"
+msgid "<item type=\"input\">COLOR(0;0;255;255)</item> returns 4278190335"
+msgstr "<item type=\"input\">ቀለም(0;0;255;255)</item> ይመልሳል 4278190335"
#: func_color.xhp
msgctxt ""
"func_color.xhp\n"
"par_id1102201618188326\n"
"help.text"
-msgid "<item type=\"literal\">COLOR(0;0;400;0)</item> returns Err:502 (Invalid argument) because the blue value is greater than 255."
-msgstr "<item type=\"literal\">ቀለም(0;0;400;0)</item> ይመልሳል ስህተት:502 (ዋጋ የሌለው ክርክር) ምክንያቱም ሰማያዊ ይበልጣል ከ 255."
+msgid "<item type=\"input\">COLOR(0;0;400;0)</item> returns Err:502 (Invalid argument) because the blue value is greater than 255."
+msgstr "<item type=\"input\">ቀለም(0;0;400;0)</item> ይመልሳል ስህተት:502 (ዋጋ የሌለው ክርክር) ምክንያቱም ሰማያዊ ይበልጣል ከ 255."
#: func_countifs.xhp
msgctxt ""
@@ -60758,7 +61054,7 @@ msgctxt ""
"par_id979369793697936\n"
"help.text"
msgid "<ahelp hid=\".\"><variable id=\"imcsch_des\">Returns the hyperbolic cosecant of a complex number.</variable> The hyperbolic cosecant of a complex number can be expressed by:</ahelp>"
-msgstr "<ahelp hid=\".\"><variable id=\"imcsch_des\">የ ውስብስብ ቁጥር ሀይፐርቦሊክ ኮሴካንት ይመልሳል.</variable> ሀይፐርቦሊክ ኮሴካንት ለ ውስብስብ ቁጥር መግለጽ ይቻላል በ:</ahelp>"
+msgstr "<ahelp hid=\".\"><variable id=\"imcsch_des\">የ ውስብስብ ቁጥር ሀይፐርቦሊክ ኮሴካንት ይመልሳል </variable> ሀይፐርቦሊክ ኮሴካንት ለ ውስብስብ ቁጥር መግለጽ ይቻላል በ:</ahelp>"
#: func_imcsch.xhp
msgctxt ""
@@ -61960,6 +62256,110 @@ msgctxt ""
msgid "<item type=\"literal\">RAWSUBTRACT(0.987654321098765)</item> returns Err:511 (Missing variable) because RAWSUBTRACT requires a minimum of two numbers."
msgstr "<item type=\"literal\">ረድፍ መቀነሻ ተግባር(0.987654321098765)</item> ይመልሳል ስህተት:511 (ተለዋጭ ጎድሏል) ምክንያቱም ረድፍ መቀነሻ ቢያንስ ሁለት ቁጥሮች ይፈልጋል"
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"tit\n"
+"help.text"
+msgid "ROUNDSIG Function"
+msgstr "ወደ አስፈላጊ ተግባር ማጠጋጊያ"
+
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"bm_id151519154954070\n"
+"help.text"
+msgid "<bookmark_value>ROUNDSIG Function</bookmark_value>"
+msgstr "<bookmark_value>ወደ አስፈላጊ ተግባር ማጠጋጊያ</bookmark_value>"
+
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"hd_id351519154702177\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/func_roundsig.xhp\" name=\"command name\">ROUNDSIG</link>"
+msgstr "<link href=\"text/scalc/01/func_roundsig.xhp\" name=\"command name\">ወደ አስፈላጊ ማጠጋጊያ </link>"
+
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"par_id921519154702177\n"
+"help.text"
+msgid "<variable id=\"roundsig\"><ahelp hid=\"HID_FUNC_ROUNDSIG\">Returns a number rounded to a specified number of significant decimal digits of its normalized floating point notation.</ahelp></variable>"
+msgstr "<variable id=\"roundsig\"><ahelp hid=\"HID_FUNC_ROUNDSIG\">ወደ ተወሰነው አስፈላጊ የ ተጠጋጋ የ ዴሲማል ዲጂትስ ቁጥር ይመልሳ: የ መደበኛ ተንሳፋፊ ነጥብ ምልክት </ahelp></variable>"
+
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"par_id291519155534115\n"
+"help.text"
+msgid "ROUNDSIG( Value; Digits )"
+msgstr "ወደ አስፈላጊ ማጠጋጊያ(ዋጋ: ዲጂትስ)"
+
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"par_id51519155217204\n"
+"help.text"
+msgid "<emph>Value</emph>: the number to be rounded."
+msgstr "<emph>ዋጋ</emph>: የሚጠጋጋው ቁጥር"
+
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"par_id321519155209912\n"
+"help.text"
+msgid "<emph>Digits</emph>: the number of decimal places to round."
+msgstr "<emph>ዲጂትስ</emph>: የሚጠጋጋው የ ዴሲማል ቁጥር"
+
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"par_id371519155264297\n"
+"help.text"
+msgid "<emph>Digits</emph> must be an integer greater than 0."
+msgstr "<emph>ዲጂትስ</emph> ኢንቲጀር መሆን አለበት የሚበልጥ ከ 0."
+
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"par_id691519155470333\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDSIG(123.456789; 5)</item> returns 123.46."
+msgstr ""
+
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"par_id821519155475673\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDSIG(0.000123456789; 5)</item> returns 0.00012346"
+msgstr ""
+
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"par_id381519155481234\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDSIG(123456789012345; 2)</item> returns 1.2E14"
+msgstr ""
+
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"par_id231519155486155\n"
+"help.text"
+msgid "<item type=\"input\">=ROUNDSIG(123456789; 4)</item> returns 123500000 or 123.5E6"
+msgstr ""
+
+#: func_roundsig.xhp
+msgctxt ""
+"func_roundsig.xhp\n"
+"par_id51519156941987\n"
+"help.text"
+msgid "See also <link href=\"text/scalc/01/04060106.xhp#Section21\" name=\"ROUND function\">ROUND</link>, <link href=\"text/scalc/01/04060106.xhp#Section7\" name=\"MROUND function\">MROUND</link>, <link href=\"text/scalc/01/04060106.xhp#Section19\" name=\"ROUNDUP function\">ROUNDUP</link>, <link href=\"text/scalc/01/04060106.xhp#Section20\" name=\"ROUNDDOWN function\">ROUNDDOWN</link>."
+msgstr "ይህን ይመልከቱ <link href=\"text/scalc/01/04060106.xhp#Section21\" name=\"ROUND function\"> ማጠጋጊያ </link>, <link href=\"text/scalc/01/04060106.xhp#Section7\" name=\"MROUND function\">ወደ ያለ ቀሪ አካፋይ ማጠጋጊያ</link>, <link href=\"text/scalc/01/04060106.xhp#Section19\" name=\"ROUNDUP function\">ወደ ላይ ማጠጋጊያ</link>, <link href=\"text/scalc/01/04060106.xhp#Section20\" name=\"ROUNDDOWN function\">ወደ ታች ማጠጋጊያ</link>:"
+
#: func_second.xhp
msgctxt ""
"func_second.xhp\n"
@@ -62077,8 +62477,8 @@ msgctxt ""
"func_skewp.xhp\n"
"par_id27421466710275\n"
"help.text"
-msgid "SKEWP(Number1; Number2;..., Number30)"
-msgstr "የ ሕዝብ ስርጭት የሚያጋድልበት(ቁጥር1; ቁጥር2; ...; ቁጥር30)"
+msgid "SKEWP(Number1; Number2; ...; Number30)"
+msgstr ""
#: func_skewp.xhp
msgctxt ""
@@ -62117,8 +62517,8 @@ msgctxt ""
"func_skewp.xhp\n"
"par_id1102201618185326\n"
"help.text"
-msgid "<item type=\"literal\">SKEWP(Number1;Number2)</item> returns zero always, if Number1 and Number2 results in two numbers."
-msgstr "<item type=\"literal\">የ ሕዝብ ስርጭት የሚያጋድልበት(ቁጥር1;ቁጥር2)</item> ሁል ጊዜ ዜሮ ይመልሳል: የ ቁጥር1 እና ቁጥር2 ውጤት ሁለት ቁጥር ከሆነ"
+msgid "<item type=\"literal\">SKEWP(Number1; Number2)</item> always returns zero, if Number1 and Number2 results in two numbers."
+msgstr ""
#: func_skewp.xhp
msgctxt ""
@@ -62645,8 +63045,8 @@ msgctxt ""
"func_webservice.xhp\n"
"tit\n"
"help.text"
-msgid "WEBSERVICE"
-msgstr "የ ዌብ ግልጋሎት"
+msgid "URI Functions"
+msgstr "URI ተግባሮች"
#: func_webservice.xhp
msgctxt ""
@@ -62709,16 +63109,16 @@ msgctxt ""
"func_webservice.xhp\n"
"par_id3146142\n"
"help.text"
-msgid "=WEBSERVICE(\"http://api.openweathermap.org/data/2.5/forecast?q=Copenhagen,dk&mode=xml&units=metric\")"
-msgstr "=የ ዌብ ግልጋሎት(\"http://api.openweathermap.org/data/2.5/forecast?q=Copenhagen,dk&mode=xml&units=metric\")"
+msgid "<item type=\"input\">=WEBSERVICE(\"wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss\")</item>"
+msgstr "<item type=\"input\">=የ ዌብ ግልጋሎት(\"wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss\")</item>"
#: func_webservice.xhp
msgctxt ""
"func_webservice.xhp\n"
"par_id3146143\n"
"help.text"
-msgid "Returns the web page content of \"http://api.openweathermap.org/data/2.5/forecast?q=Copenhagen,dk&mode=xml&units=metric\""
-msgstr "የ ዌብ ገጽ ይዞታዎችን ይመልሳል ከ \"http://api.openweathermap.org/data/2.5/forecast?q=Copenhagen,dk&mode=xml&units=metric\""
+msgid "Returns the web page content of \"https://wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss\"."
+msgstr "የ ድህረ ገጽ ይዞታ ይመልሳል ለ \"http://wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss\"."
#: func_webservice.xhp
msgctxt ""
@@ -62789,16 +63189,96 @@ msgctxt ""
"func_webservice.xhp\n"
"par_id2946142\n"
"help.text"
-msgid "=FILTERXML(WEBSERVICE(\"http://api.openweathermap.org/data/2.5/forecast?q=Copenhagen,dk&mode=xml&units=metric\");\"number(/weatherdata/forecast/time[2]/temperature/@value)\")"
-msgstr "=ማጣሪያ የ XML(WEBSERVICE(\"http://api.openweathermap.org/data/2.5/forecast?q=Copenhagen,dk&mode=xml&units=metric\");\"number(/weatherdata/forecast/time[2]/temperature/@value)\")"
+msgid "<item type=\"input\">=FILTERXML(WEBSERVICE(\"wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss\");\"//lastBuildDate\")</item>"
+msgstr "<item type=\"input\">=XML ማጣሪያ(የ ዌብ ግልጋሎት(\"wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss\");\"//lastBuildDate\")</item>"
#: func_webservice.xhp
msgctxt ""
"func_webservice.xhp\n"
"par_id2946143\n"
"help.text"
-msgid "Returns information on Copenhagen weather temperature."
-msgstr "ስለ ኮፐንሀገን የ አየር ንብረት መረጃ ይመልሳል"
+msgid "Returns information on the last build date of the wiki."
+msgstr "ዊኪ መጨረሻ የ ተገነባበትን ቀን መረጃ ይመልሳል"
+
+#: func_webservice.xhp
+msgctxt ""
+"func_webservice.xhp\n"
+"bm_id811517136840444\n"
+"help.text"
+msgid "<bookmark_value>ENCODEURL function</bookmark_value>"
+msgstr "<bookmark_value>URL መቀየሪያ ተግባር</bookmark_value>"
+
+#: func_webservice.xhp
+msgctxt ""
+"func_webservice.xhp\n"
+"hd_id671517132649769\n"
+"help.text"
+msgid "ENCODEURL function"
+msgstr "URL መቀየሪያ ተግባር"
+
+#: func_webservice.xhp
+msgctxt ""
+"func_webservice.xhp\n"
+"par_id51517132649769\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_ENCODEURL\">Returns a URL-encoded string.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ENCODEURL\">የ URL-መቀየሪያ ሀረግ ይመልሳል </ahelp>"
+
+#: func_webservice.xhp
+msgctxt ""
+"func_webservice.xhp\n"
+"par_id721517134647880\n"
+"help.text"
+msgid "Use this function to transform text with symbols of national alphabets (for example accented characters, non-ASCII alphabets or Asian words) to a string of URL-standard symbols."
+msgstr "ይህን ተግባር ይጠቄሙ ለ መቀየር ጽሁፍ ከ ምልክቶች ጋር ወደ ፊደሎች: (ለምሳሌ የ አነባበብ ባህሪዎች: non-ASCII ፊደሎች ወይንም የ እሲያን ቃሎች) ወደ ሀረግ ለ URL-መደበኛ ምልክቶች:"
+
+#: func_webservice.xhp
+msgctxt ""
+"func_webservice.xhp\n"
+"hd_id351517132879400\n"
+"help.text"
+msgid "Syntax"
+msgstr "አገባብ"
+
+#: func_webservice.xhp
+msgctxt ""
+"func_webservice.xhp\n"
+"par_id351517132879400\n"
+"help.text"
+msgid "ENCODEURL(Text)"
+msgstr ""
+
+#: func_webservice.xhp
+msgctxt ""
+"func_webservice.xhp\n"
+"par_id921517132924079\n"
+"help.text"
+msgid "<emph>Text</emph>: String to encode to a sequence of URL-standard symbols."
+msgstr "<emph>ጽሁፍ</emph>: የ URL-መደበኛ ምልክቶች ቅደም ተከተል ሀረግ መቀየሪያ"
+
+#: func_webservice.xhp
+msgctxt ""
+"func_webservice.xhp\n"
+"hd_id901517132933934\n"
+"help.text"
+msgid "Example"
+msgstr "ለምሳሌ"
+
+#: func_webservice.xhp
+msgctxt ""
+"func_webservice.xhp\n"
+"par_id651517132994921\n"
+"help.text"
+msgid "If cell A1 contains the Cyrillic text \"автомобиль\", <item type=\"input\">=ENCODEURL(A1)</item> returns %D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%BE%D0%B1%D0%B8%D0%BB%D1%8C (the word \"автомобиль\" means car in Russian)."
+msgstr ""
+
+#: func_webservice.xhp
+msgctxt ""
+"func_webservice.xhp\n"
+"par_id991517133057478\n"
+"help.text"
+msgid "If cell B1 contains the text \"車\", <item type=\"input\">=ENCODEURL(B1)</item> returns %E8%BB%8A (\"車\" means car in Japanese)."
+msgstr "ይህ B1 ክፍል የያዘው ጽሁፍ \"車\", <item type=\"input\">=ENCODEURL(B1)</item> returns %E8%BB%8A (\"車\" መኪና ማለት ነው በ ጃፓንኛ)"
#: func_weekday.xhp
msgctxt ""
@@ -64709,8 +65189,8 @@ msgctxt ""
"statistics.xhp\n"
"par_id1000670\n"
"help.text"
-msgid "For more information on descriptive statistics, refer to the <link href=\"http://en.wikipedia.org/wiki/Descriptive_statistics\">corresponding Wikipedia article</link>."
-msgstr "ለ በለጠ መረጃ ስለ መግለጫ ስታትስቲክስ: ማመሳከሪያ ለ <link <link href=\"http://en.wikipedia.org/wiki/Descriptive_statistics\">ተመሳሳይ ጽሁፍ በ Wikipedia </link>."
+msgid "For more information on descriptive statistics, refer to the <link href=\"https://en.wikipedia.org/wiki/Descriptive_statistics\" name=\"English Wikipedia: Descriptive statistics\">corresponding Wikipedia article</link>."
+msgstr ""
#: statistics.xhp
msgctxt ""
@@ -64893,8 +65373,8 @@ msgctxt ""
"statistics.xhp\n"
"par_id1001270\n"
"help.text"
-msgid "For more information on ANOVA, refer to the <link href=\"http://en.wikipedia.org/wiki/ANOVA\">corresponding Wikipedia article</link>."
-msgstr "ለ በለጠ መረጃ ስለ የ ልዩነት መመርመሪያ: ማመሳከሪያ ለ <link href=\"http://en.wikipedia.org/wiki/ANOVA\"> ተመሳሳይ ጽሁፍ በ Wikipedia </link>"
+msgid "For more information on ANOVA, refer to the <link href=\"https://en.wikipedia.org/wiki/ANOVA\" name=\"English Wikipedia: ANOVA\">corresponding Wikipedia article</link>."
+msgstr ""
#: statistics.xhp
msgctxt ""
@@ -65157,8 +65637,8 @@ msgctxt ""
"statistics.xhp\n"
"par_id1001790\n"
"help.text"
-msgid "For more information on statistical correlation, refer to the <link href=\"http://en.wikipedia.org/wiki/Correlation\">corresponding Wikipedia article</link>."
-msgstr "ለ በለጠ መረጃ ስለ ስታትስቲክስ ልዩነት: ማመሳከሪያ ለ <link href=\"http://en.wikipedia.org/wiki/Correlation\">ተመሳሳይ ጽሁፍ በ Wikipedia </link>."
+msgid "For more information on statistical correlation, refer to the <link href=\"https://en.wikipedia.org/wiki/Correlation\" name=\"English Wikipedia: Correlation\">corresponding Wikipedia article</link>."
+msgstr ""
#: statistics.xhp
msgctxt ""
@@ -65269,8 +65749,8 @@ msgctxt ""
"statistics.xhp\n"
"par_id1001970\n"
"help.text"
-msgid "For more information on statistical covariance, refer to the <link href=\"http://en.wikipedia.org/wiki/Covariance\">corresponding Wikipedia article</link>."
-msgstr "ለ በለጠ መረጃ ስለ ስታስትቲክስ ኮቫሪያንስ: ይህን ይመልከቱ <link href=\"http://en.wikipedia.org/wiki/Covariance\"> ተመሳሳይ የ Wikipedia ጽሁፍ </link>:"
+msgid "For more information on statistical covariance, refer to the <link href=\"https://en.wikipedia.org/wiki/Covariance\" name=\"English Wikipedia: Covariance\">corresponding Wikipedia article</link>."
+msgstr ""
#: statistics.xhp
msgctxt ""
@@ -65381,8 +65861,8 @@ msgctxt ""
"statistics.xhp\n"
"par_id1002150\n"
"help.text"
-msgid "For more information on exponential smoothing, refer to the <link href=\"http://en.wikipedia.org/wiki/Exponential_smoothing\">corresponding Wikipedia article</link>."
-msgstr "በበለጠ ለ መረዳት ስለ ኤክስፖኔንሺያል ማለስለሻ ይህን ገጽ ይመልከቱ <link href=\"http://en.wikipedia.org/wiki/Exponential_smoothing\">corresponding Wikipedia article</link>."
+msgid "For more information on exponential smoothing, refer to the <link href=\"https://en.wikipedia.org/wiki/Exponential_smoothing\" name=\"English Wikipedia: Exponential smoothing\">corresponding Wikipedia article</link>."
+msgstr ""
#: statistics.xhp
msgctxt ""
@@ -65469,8 +65949,8 @@ msgctxt ""
"statistics.xhp\n"
"par_id1002520\n"
"help.text"
-msgid "For more information on the moving average, refer to the <link href=\"http://en.wikipedia.org/wiki/Moving_average\">corresponding Wikipedia article</link>."
-msgstr "ለ በለጠ መረጃ ስለ በ መካከለኛ በ መጓዝ ላይ: ማመሳከሪያ ለ <link href=\"http://en.wikipedia.org/wiki/Moving_average\">ተመሳሳይ ጽሁፍ በ Wikipedia </link>."
+msgid "For more information on the moving average, refer to the <link href=\"https://en.wikipedia.org/wiki/Moving_average\" name=\"English Wikipedia: Moving average\">corresponding Wikipedia article</link>."
+msgstr ""
#: statistics.xhp
msgctxt ""
@@ -65589,8 +66069,8 @@ msgctxt ""
"statistics.xhp\n"
"par_id1002850\n"
"help.text"
-msgid "For more information on paired t-tests, refer to the <link href=\"http://en.wikipedia.org/wiki/T-test\">corresponding Wikipedia article</link>."
-msgstr "ለ በለጠ መረጃ ስለ የ ተጣመረ t-መሞከሪያ: ማመሳከሪያ ለ <link href=\"http://en.wikipedia.org/wiki/T-test\"> ተመሳሳይ ጽሁፍ በ Wikipedia ውስጥ </link>"
+msgid "For more information on paired t-tests, refer to the <link href=\"https://en.wikipedia.org/wiki/T-test\" name=\"English Wikipedia: T-test\">corresponding Wikipedia article</link>."
+msgstr ""
#: statistics.xhp
msgctxt ""
@@ -65821,8 +66301,8 @@ msgctxt ""
"statistics.xhp\n"
"par_id1003270\n"
"help.text"
-msgid "For more information on F-tests, refer to the <link href=\"http://en.wikipedia.org/wiki/F-test\">corresponding Wikipedia article</link>."
-msgstr "ለ በለጠ መረጃ ስለ F-መሞከሪያ: ማመሳከሪያ ለ <link href=\"http://en.wikipedia.org/wiki/F-test\">ተመሳሳይ ጽሁፍ በ Wikipedia </link>."
+msgid "For more information on F-tests, refer to the <link href=\"https://en.wikipedia.org/wiki/F-test\" name=\"English Wikipedia: F-test\">corresponding Wikipedia article</link>."
+msgstr ""
#: statistics.xhp
msgctxt ""
@@ -66029,8 +66509,8 @@ msgctxt ""
"statistics.xhp\n"
"par_id1003660\n"
"help.text"
-msgid "For more information on Z-tests, refer to the <link href=\"http://en.wikipedia.org/wiki/Z-test\">corresponding Wikipedia article</link>."
-msgstr "ለ በለጠ መረጃ ስለ z-መሞከሪያ: ማመሳከሪያ ለ <link href=\"http://en.wikipedia.org/wiki/Z-test\">ተመሳሳይ ጽሁፍ በ Wikipedia </link>."
+msgid "For more information on Z-tests, refer to the <link href=\"https://en.wikipedia.org/wiki/Z-test\" name=\"English Wikipedia: Z-test\">corresponding Wikipedia article</link>."
+msgstr ""
#: statistics.xhp
msgctxt ""
@@ -66253,8 +66733,8 @@ msgctxt ""
"statistics.xhp\n"
"par_id1004000\n"
"help.text"
-msgid "For more information on chi-square tests, refer to the <link href=\"http://en.wikipedia.org/wiki/Chi-square_test\">corresponding Wikipedia article</link>."
-msgstr "ለ በለጠ መረጃ ስለ ቺ-ስኴር መሞከሪያ: ማመሳከሪያ ለ <link href=\"http://en.wikipedia.org/wiki/Chi-square_test\">ተመሳሳይ ጽሁፍ በ Wikipedia </link>."
+msgid "For more information on chi-square tests, refer to the <link href=\"https://en.wikipedia.org/wiki/Chi-square_test\" name=\"English Wikipedia: Chi-square_test\">corresponding Wikipedia article</link>."
+msgstr ""
#: statistics.xhp
msgctxt ""
@@ -66389,8 +66869,8 @@ msgctxt ""
"statistics_regression.xhp\n"
"par_id1001270\n"
"help.text"
-msgid "For more information on regression analysis, refer to the <link href=\"http://en.wikipedia.org/wiki/Regression_analysis\">corresponding Wikipedia article</link>."
-msgstr "ለ በለጠ መረጃ ስለ regression analysis,ይህን ይመልከቱ <link href=\"http://en.wikipedia.org/wiki/Regression_analysis\">ተመሳሳይ Wikipedia ጽሁፍ </link>."
+msgid "For more information on regression analysis, refer to the <link href=\"https://en.wikipedia.org/wiki/Regression_analysis\" name=\"English Wikipedia: Regression analysis\">corresponding Wikipedia article</link>."
+msgstr ""
#: statistics_regression.xhp
msgctxt ""
@@ -66637,8 +67117,8 @@ msgctxt ""
"xml_source.xhp\n"
"tit\n"
"help.text"
-msgid "Live Data Stream"
-msgstr "በ ቀጥታ ዳታ ማስተላለፊያ"
+msgid "XML Data"
+msgstr ""
#: xml_source.xhp
msgctxt ""
@@ -66661,8 +67141,16 @@ msgctxt ""
"xml_source.xhp\n"
"par_id240920171003293400\n"
"help.text"
-msgid "<ahelp hid=\".\">Live data stream for spreadsheets</ahelp>"
-msgstr "<ahelp hid=\".\">በ ቀጥታ ዳታ ማስተላለፊያ ለ ሰንጠረዥ</ahelp>"
+msgid "<ahelp hid=\".\">Import XML data in a spreadsheet.</ahelp>"
+msgstr "<ahelp hid=\".\">የ XML ዳታ በ ሰንጠረዥ ውስጥ ማምጫ </ahelp>"
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id861521496523519\n"
+"help.text"
+msgid "The XML Source feature allows to import data from arbitrarily structured XML content into cells in an existing spreadsheet document. It allows XML content to be imported either partially or in full, depending on the structure of the XML content and the map definitions that the user defines. The user can specify multiple non-overlapping sub-structures to be mapped to different cell positions within the same document. The user can import either element contents, attribute values or both."
+msgstr ""
#: xml_source.xhp
msgctxt ""
@@ -66675,7 +67163,143 @@ msgstr "ዝርዝር <item type=\"menuitem\"> ዳታ – XML Source...</item>"
#: xml_source.xhp
msgctxt ""
"xml_source.xhp\n"
+"hd_id801521494731764\n"
+"help.text"
+msgid "XML Source Dialog"
+msgstr "የ XML ምንጭ ንግግር"
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id2521\n"
+"help.text"
+msgid "<image id=\"img_id35279\" src=\"media/screenshots/modules/scalc/ui/xmlsourcedialog/XMLSourceDialog.png\" width=\"16cm\" height=\"13cm\"><alt id=\"alt_id55711\">XML Source Dialog</alt></image>"
+msgstr "<image id=\"img_id35279\" src=\"media/screenshots/modules/scalc/ui/xmlsourcedialog/XMLSourceDialog.png\" width=\"16cm\" height=\"13cm\"><alt id=\"alt_id55711\">የ XML ምንጭ ንግግር</alt></image>"
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id291521494762812\n"
+"help.text"
+msgid "The dialog consists of four parts."
+msgstr "ይህ ንግግር የያዘው አራት ክፍሎች ነው"
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"hd_id601521494755603\n"
+"help.text"
+msgid "Source file"
+msgstr "የ ፋይሉ ምንጭ"
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id161521494769832\n"
+"help.text"
+msgid "This lets you specify the path to the XML file that you wish to import into your document."
+msgstr ""
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"hd_id491521494788029\n"
+"help.text"
+msgid "Map to Document"
+msgstr ""
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id211521494776007\n"
+"help.text"
+msgid "This pane shows the structure of the source XML content as a tree. This is initially empty, and gets populated when you specify the source file."
+msgstr ""
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id161521494796604\n"
+"help.text"
+msgid "Each element in the tree can be one of three types:"
+msgstr ""
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id931521494810426\n"
+"help.text"
+msgid "attribute, represented by the symbol <emph>@</emph>"
+msgstr ""
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id521521494825665\n"
+"help.text"
+msgid "single non-recurring element, represented by the symbol <emph></></emph>, and"
+msgstr ""
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id691521494844848\n"
+"help.text"
+msgid "recurring element, represented by the symbol <emph><//></emph>."
+msgstr ""
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id451521494864514\n"
+"help.text"
+msgid "A non-recurring element is an element that can only occur once under the same parent. It is mapped to a single cell in the document."
+msgstr ""
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id361521494872103\n"
+"help.text"
+msgid "A recurring element is an element that can appear multiple times under the same parent. It serves as an enclosing parent of a single record entry of multiple record entries. These entries are imported into a range those height equals the number of entries plus one additional header row."
+msgstr ""
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"hd_id581521494885433\n"
+"help.text"
+msgid "Mapped cell"
+msgstr ""
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id661521494897796\n"
+"help.text"
+msgid "This field specifies the position of a cell in the document that an element or an attribute is linked to. If it is a non-recurring element or an attribute, it simply points to the cell where the value of the linked element/attribute will get imported. If it is a recurring element, it points to the top-left cell of the range where the whole record entries plus header will get imported."
+msgstr ""
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"hd_id151521553082338\n"
+"help.text"
+msgid "Import"
+msgstr "ማምጫ"
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
+"par_id131521553077261\n"
+"help.text"
+msgid "Pressing the Import button starts the import process based on the link definitions that the user has provided. Once the import finishes, the dialog will close."
+msgstr ""
+
+#: xml_source.xhp
+msgctxt ""
+"xml_source.xhp\n"
"par_id240920171007419799\n"
"help.text"
-msgid "XML Source"
-msgstr "የ XML ምንጭ"
+msgid "<link href=\"https://wiki.documentfoundation.org/Development/Calc/XMLSource\" target=\"_blank\" name=\"Wiki page on XML Source\">Wiki page on XML Source</link>"
+msgstr ""
diff --git a/source/am/helpcontent2/source/text/scalc/06.po b/source/am/helpcontent2/source/text/scalc/06.po
new file mode 100644
index 00000000000..52b372abe78
--- /dev/null
+++ b/source/am/helpcontent2/source/text/scalc/06.po
@@ -0,0 +1,38 @@
+#. extracted from helpcontent2/source/text/scalc/06
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#: calcsamplefiles.xhp
+msgctxt ""
+"calcsamplefiles.xhp\n"
+"tit\n"
+"help.text"
+msgid "Calc Sample Files"
+msgstr ""
+
+#: calcsamplefiles.xhp
+msgctxt ""
+"calcsamplefiles.xhp\n"
+"par_id161521663319917\n"
+"help.text"
+msgid "<object data=\"media/files/scalc/imtrigon.ods\" id=\"ods_id61521568603544\" type=\"application/vnd.oasis.opendocument.spreadsheet\"/>"
+msgstr ""
+
+#: calcsamplefiles.xhp
+msgctxt ""
+"calcsamplefiles.xhp\n"
+"par_id161521663319918\n"
+"help.text"
+msgid "<object data=\"media/files/scalc/trigon.ods\" id=\"ods_id61521548603544\" type=\"application/vnd.oasis.opendocument.spreadsheet\"/>"
+msgstr ""
diff --git a/source/am/helpcontent2/source/text/scalc/guide.po b/source/am/helpcontent2/source/text/scalc/guide.po
index 51ab48c2e84..07a613687dc 100644
--- a/source/am/helpcontent2/source/text/scalc/guide.po
+++ b/source/am/helpcontent2/source/text/scalc/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: 2018-02-05 01:11+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-03-26 16:15+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1517793081.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1522080941.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -77,8 +77,8 @@ msgctxt ""
"address_auto.xhp\n"
"par_id3149210\n"
"help.text"
-msgid "If you want a name to be automatically recognized by Calc, the name must start with a letter and be composed of alphanumeric characters. If you enter the name in the formula yourself, enclose the name in single quotation marks ('). If a single quotation mark appears in a name, you must enter a backslash in front of the quotation mark, for example, <item type=\"literal\">'Harry\\'s Bar'.</item>"
-msgstr "እርስዎ ስም ራሱ በራሱ እንዲለይ ከ ፈለጉ በ ሰንጠረዥ ውስጥ: ስሙ በ ፊደል መጀመር አለበት እና የ ፊደል እና ቁጥር ባህሪዎች መያዝ አለበት: እርስዎ ስም ካስገቡ በ መቀመሪያ ውስጥ: ስሙን በ ነጠላ ጥቅስ ምልክት ውስጥ መሆን ('). ነጠላ ጥቅስ ምልክት ከ ስሙ ጋር ከቀረበ: እርስዎ ማስገባት አለብዎት ወደ ኋላ ስላሽ ከ ጥቅስ ምልክቱ ፊት ለ ፊት: ለምሳሌ <item type=\"literal\">'Harry\\'s Bar'.</item>"
+msgid "If you want a name to be automatically recognized by Calc, the name must start with a letter and be composed of alphanumeric characters. If you enter the name in the formula yourself, enclose the name in single quotation marks ('). If a single quotation mark appears in a name, you must enter a backslash in front of the quotation mark, for example, <item type=\"literal\">'Harry\\'s Bar'</item>."
+msgstr ""
#: auto_off.xhp
msgctxt ""
@@ -3829,8 +3829,8 @@ msgctxt ""
"database_filter.xhp\n"
"par_id4525284\n"
"help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">Wiki page about defining a data range</link>"
-msgstr "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">ዊኪ ገጽ ስለ የ ዳታ መጠን መግለጫ</link>"
+msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\" name=\"wiki.documentfoundation.org Defining a Data Range\">Wiki page about defining a data range</link>"
+msgstr ""
#: database_sort.xhp
msgctxt ""
@@ -3909,8 +3909,8 @@ msgctxt ""
"database_sort.xhp\n"
"par_id1846980\n"
"help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">Wiki page about defining a data range</link>"
-msgstr "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">ዊኪ ገጽ ስለ የ ዳታ መጠን መግለጫ</link>"
+msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\" name=\"wiki.documentfoundation.org: Defining a Data Range\">Wiki page about defining a data range</link>"
+msgstr ""
#: datapilot.xhp
msgctxt ""
@@ -8995,17 +8995,25 @@ msgstr "<variable id=\"rename_table\"><link href=\"text/scalc/guide/rename_table
#: rename_table.xhp
msgctxt ""
"rename_table.xhp\n"
+"par_id701519308848244\n"
+"help.text"
+msgid "Setting sheet names is an important feature to produce readable and understandable spreadsheets documents. To rename a sheet in your document:"
+msgstr "የ ወረቀት ስም ማሰናዳት አስፈላጊ ገጽታ ነው: ሊነበብ የሚችል እና በ ቀላሉ የሚረዱት ሰንጠረዥ ሰነድ ለ ማሰናዳት: በ እርስዎ ሰነድ ውስጥ ወረቀት እንደገና ለ መሰየም:"
+
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
"par_id3155131\n"
"help.text"
-msgid "Click the name of the sheet that you want to change."
-msgstr "እርስዎ መቀየር የሚፈልጉትን የ ወረቀቱን ስም ይጫኑ"
+msgid "Click on the sheet tab to select it."
+msgstr "ይጫኑ በ ወረቀቱ tab ላይ ለ መምረጥ"
#: rename_table.xhp
msgctxt ""
"rename_table.xhp\n"
"par_id3146976\n"
"help.text"
-msgid "Open the context menu and choose the <emph>Rename Sheet</emph> command. A dialog box appears where you can enter a new name."
+msgid "Open the context menu of the sheet tab and choose the <emph>Rename Sheet</emph> command. A dialog box appears where you can enter a new name."
msgstr "የ አገባብ ዝርዝር ይክፈቱ እና ይምረጡ የ <emph> ወረቀት እንደገና መሰየሚያ </emph> ትእዛዝ: የ ንግግር ሳጥን ይታያል እርስዎ አዲስ ስም የሚያስገቡበት"
#: rename_table.xhp
@@ -9029,16 +9037,8 @@ msgctxt ""
"rename_table.xhp\n"
"par_id0909200810502833\n"
"help.text"
-msgid "Sheet names can contain almost any character. Some naming restrictions apply when you want to save the spreadsheet to Microsoft Excel format."
-msgstr "የ ወረቀት ስሞች ማንኛውንም ባህሪዎች መያዝ ይችላሉ: አንዳንድ የ ስም መከልከያ የሚፈጸመው እርስዎ ማስቀመጥ ሲፈልጉ ነው ሰንጠረዥ ወደ Microsoft Excel አቀራረብ"
-
-#: rename_table.xhp
-msgctxt ""
-"rename_table.xhp\n"
-"par_id090920081050283\n"
-"help.text"
-msgid "When saving to Microsoft Excel format, the following characters are not allowed in sheet names:"
-msgstr "እርስዎ በሚያስቀምጡ ጊዜ የ Microsoft Excel አቀራረብ የሚቀጥሉት ባህሪዎች የ ተፈቀዱ አይደሉም በ ወረቀት ስም ውስጥ:"
+msgid "Sheet names can contain almost any character. Some naming restrictions apply, the following characters are not allowed in sheet names:"
+msgstr "የ ወረቀት ስም ማንኛውንም ባህሪ መያዝ ይችላል: አንዳንድ የ ስም ገደቦች አሉ: የሚቀጥሉት ባህሪዎች ለ ወረቀት ስም መሰየሚያ የ ተፈቀዱ አይደሉም:"
#: rename_table.xhp
msgctxt ""
@@ -9109,8 +9109,16 @@ msgctxt ""
"rename_table.xhp\n"
"par_id090920081050307\n"
"help.text"
-msgid "In cell references, a sheet name has to be enclosed in single quotes ' if the name contains other characters than alphanumeric or underscore. A single quote contained within a name has to be escaped by doubling it (two single quotes). For example, you want to reference the cell A1 on a sheet with the following name:"
-msgstr "በ ክፍል ማመሳከሪያ ውስጥ: የ ወረቀት ስም መከበብ አለበት በ ነጠላ የ ትምህርተ ጥቅሶች ' ስሙ ሌላ ባህሪዎች ከያዘ ከ ቁጥር እና ፊደል ወይንም ከ ስሩ ማስመሪያ በ ነጠላ ጥቅስ በ ስሙ ውስጥ የያዘው ስም መዘለል አለበት በ መደረብ (ሁለት ነጠላ ጥቅሶች). ለምሳሌ: እርስዎ ማመሳከር ከፈለጉ ክፍል A1 በ ወረቀቱ ውስጥ በሚቀጥለው ስም:"
+msgid "In cell references, a sheet name must be enclosed in single quotes ' when the name contains other characters than alphanumeric or underscore. A single quote contained within a name has to be escaped by doubling it (two single quotes)."
+msgstr "በ ክፍል ማመሳከሪያ ውስጥ: የ ወረቀት ስም መከበብ አለበት በ ነጠላ የ ትምህርተ ጥቅሶች ' ስሙ ሌላ ባህሪዎች ከያዘ ከ ቁጥር እና ፊደል ወይንም ከ ስሩ ማስመሪያ: በ ነጠላ ጥቅስ በ ስሙ ውስጥ የያዘው ስም መዘለል አለበት በ መደረብ (ሁለት ነጠላ ጥቅሶች). ለምሳሌ: እርስዎ ማመሳከር ከፈለጉ ክፍል A1 በ ወረቀቱ ውስጥ በሚቀጥለው ስም:"
+
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id321519307869857\n"
+"help.text"
+msgid "For example, you want to reference the cell A1 on a sheet with the following name:"
+msgstr "ለምሳሌ: እርስዎ ማመሳከር ከ ፈለጉ ክፍል A1 በ ወረቀቱ ላይ በሚቀጥለው ስም:"
#: rename_table.xhp
msgctxt ""
@@ -9141,8 +9149,32 @@ msgctxt ""
"rename_table.xhp\n"
"par_id3155444\n"
"help.text"
-msgid "The name of a sheet is independent of the name of the spreadsheet. You enter the spreadsheet name when you save it for the first time as a file. The document can contain up to 256 individual sheets, which can have different names."
-msgstr "የ ወረቀት ስም ነፃ ነው ከ ሰንጠረዥ ስም: እርስዎ ያስገቡ የ ሰንጠረዥ ስም እርስዎ ሲያስቀምጡ ለ መጀመሪያ ጊዜ እንደ ፋይል: ሰነዱ መያዝ ይችላል እስከ 256 እያንዳንዱ ወረቀቶች: የ ተለየ ስሞች ሊኖራቸው ይችላል"
+msgid "The name of a sheet is independent of the name of the spreadsheet. You enter the spreadsheet name when you save it for the first time as a file."
+msgstr "የ ወረቀት ስም ነፅ ነው ከ ከ ሰንጠረዥ ስም: እርስዎ የ ሰንጠረዥ ስም የሚያስገቡት አንድ ጊዜ ነው ለ መጀመሪያ ጊዜ እንደ ፋይል ሲያስቀምጡት:"
+
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id471519308256437\n"
+"help.text"
+msgid "The document can contain up to 10,000 individual sheets, which must have different names."
+msgstr "ሰነድ እስከ 10,000 የ ተለያዩ ወረቀቶች መያዝ ይችላል: ነገር ግን የ ተለያየ ስም ሊኖራቸው ይገባል"
+
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id81519309108908\n"
+"help.text"
+msgid "You can set a prefix for the names of new sheets you create. See <link href=\"text/shared/optionen/01061000.xhp\" name=\"prefix names\">this page of Calc options.</link>"
+msgstr "እርስዎ መነሻ ማሰናዳት ይችላሉ ለ አዲስ ወረቀቶች ስሞች እርስዎ ለሚፈጥሩት: ይህን ይመልከቱ <link href=\"text/shared/optionen/01061000.xhp\" name=\"prefix names\"> ይህን ገጽ ለ ሰንጠረዥ ምርጫ </link>"
+
+#: rename_table.xhp
+msgctxt ""
+"rename_table.xhp\n"
+"par_id81519379108908\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01061000.xhp\" name=\"prefix names\">New sheet names prefixing.</link>"
+msgstr "<link href=\"text/shared/optionen/01061000.xhp\" name=\"prefix names\">አዲስ የ ወረቀት ስም በ መነሻ ላይ </link>"
#: rounding_numbers.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/schart.po b/source/am/helpcontent2/source/text/schart.po
index b256f5d7ec8..b8dcfc71ba0 100644
--- a/source/am/helpcontent2/source/text/schart.po
+++ b/source/am/helpcontent2/source/text/schart.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: 2017-05-09 16:45+0200\n"
-"PO-Revision-Date: 2017-06-15 02:11+0000\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"PO-Revision-Date: 2018-03-04 00:53+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1497492705.000000\n"
+"X-POOTLE-MTIME: 1520124816.000000\n"
#: main0000.xhp
msgctxt ""
@@ -621,8 +621,8 @@ msgctxt ""
"main0202.xhp\n"
"par_id0810200902300539\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens the properties dialog for the selected element.</ahelp>"
-msgstr "<ahelp hid=\".\">ለተመረጠው አካል የ ባህሪዎች ንግግር መክፈቻ</ahelp>"
+msgid "Opens the properties dialog for the selected element."
+msgstr "ለ ተመረጠው አካል ባህሪዎች መክፈቻ"
#: main0202.xhp
msgctxt ""
@@ -637,8 +637,8 @@ msgctxt ""
"main0202.xhp\n"
"par_id0810200902300594\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens the Chart Type dialog.</ahelp>"
-msgstr "<ahelp hid=\".\">የ ቻርትስ አይነት ንግግር መክፈቻ</ahelp>"
+msgid "Opens the Chart Type dialog."
+msgstr "የ ቻርት አይነት ንግግር መክፈቻ"
#: main0202.xhp
msgctxt ""
@@ -653,8 +653,8 @@ msgctxt ""
"main0202.xhp\n"
"par_id0810200902300699\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens the Data Table dialog where you can edit the chart data.</ahelp>"
-msgstr "<ahelp hid=\".\">መክፈቻ የ ዳታ ሰንጠረዥ ንግግር የ ቻርትስ ዳታ የሚያርሙበት</ahelp>"
+msgid "Opens the Data Table dialog where you can edit the chart data."
+msgstr "የ ቻርትስ ዳታ የሚያርሙበት የ ዳታ ሰንጠረዥ ንግግር መክፈቻ"
#: main0202.xhp
msgctxt ""
@@ -669,8 +669,8 @@ msgctxt ""
"main0202.xhp\n"
"par_id0810200902300630\n"
"help.text"
-msgid "<ahelp hid=\".\">The Horizontal Grids icon on the Formatting bar toggles the visibility of the grid display for the Y axis.</ahelp>"
-msgstr "<ahelp hid=\".\">የ አግድም መጋጠሚያ ምልክት በ አቀራረብ መደርደሪያ ላይ መመልከቻውን ይቀያይራል የ መጋጠሚያ ማሳያውን ለ Y አክሲስ</ahelp>"
+msgid "The Horizontal Grids icon on the Formatting bar toggles the visibility of the grid display for the Y axis."
+msgstr "የ አግድም መጋጠሚያ ምልክት በ አቀራረብ መደርደሪያ ላይ መመልከቻውን ይቀያይራል የ መጋጠሚያ ማሳያውን ለ Y አክሲስ"
#: main0202.xhp
msgctxt ""
@@ -685,8 +685,8 @@ msgctxt ""
"main0202.xhp\n"
"par_id081020090230076\n"
"help.text"
-msgid "<ahelp hid=\".\">To show or hide a legend, click Legend On/Off on the Formatting bar.</ahelp>"
-msgstr "<ahelp hid=\".\">መግለጫውን ለ ማሳየት ወይንም ለ መደበቅ: ይጫኑ መግለጫ ማብሪያ/ማጥፊያ አቀራረብ መደርደሪያ ላይ </ahelp>"
+msgid "To show or hide a legend, click Legend On/Off on the Formatting bar."
+msgstr "መግለጫውን ለ ማሳየት ወይንም ለ መደበቅ: ይጫኑ መግለጫ ማብሪያ/ማጥፊያ በ አቀራረብ መደርደሪያ ላይ"
#: main0202.xhp
msgctxt ""
@@ -701,8 +701,8 @@ msgctxt ""
"main0202.xhp\n"
"par_id0810200902300784\n"
"help.text"
-msgid "<ahelp hid=\".\">Rescales the text in the chart when you change the size of the chart.</ahelp>"
-msgstr "<ahelp hid=\".\">በ ቻርት ውስጥ ያለውን ጽሁፍ እንደ ገና መመጠኛ: የ ቻርት መጠን በሚቀይሩ ጊዜ</ahelp>"
+msgid "Rescales the text in the chart when you change the size of the chart."
+msgstr "እርስዎ የ ቻርት መጠን በሚቀይሩ ጊዜ ጽሁፉን እንደገና መመጠኛ"
#: main0202.xhp
msgctxt ""
@@ -717,8 +717,8 @@ msgctxt ""
"main0202.xhp\n"
"par_id0810200902300834\n"
"help.text"
-msgid "<ahelp hid=\".\">Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements.</ahelp>"
-msgstr "<ahelp hid=\".\">በ አሁኑ የ ቻርትስ ሰነድ ውስጥ ሁሉንም የ ቻርትስ አካላቶች ወደ ነባር ቦታቸው መመለሻ: ይህ ተግባር የ ቻርትስ አይነቱን ወይንም ሌሎች ባህሪዎች አይቀይርም ከ አካላቶቹ ቦታ በስተቀር </ahelp>"
+msgid "Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements."
+msgstr "በ አሁኑ የ ቻርትስ ሰነድ ውስጥ ሁሉንም የ ቻርትስ አካላቶች ወደ ነባር ቦታቸው መመለሻ: ይህ ተግባር የ ቻርትስ አይነቱን ወይንም ሌሎች ባህሪዎች አይቀይርም ከ አካላቶቹ ቦታ በስተቀር"
#: main0503.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/schart/00.po b/source/am/helpcontent2/source/text/schart/00.po
index e2c4423f440..caa7c43c31d 100644
--- a/source/am/helpcontent2/source/text/schart/00.po
+++ b/source/am/helpcontent2/source/text/schart/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-05-17 15:41+0200\n"
-"PO-Revision-Date: 2017-06-20 00:06+0000\n"
+"POT-Creation-Date: 2018-04-05 11:28+0200\n"
+"PO-Revision-Date: 2018-04-06 23:27+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1497917172.000000\n"
+"X-POOTLE-MTIME: 1523057239.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -69,7 +69,7 @@ msgctxt ""
"00000004.xhp\n"
"par_id3153160\n"
"help.text"
-msgid "<variable id=\"efgttl\">Choose <emph>Insert - Title </emph>(Charts)</variable>"
+msgid "<variable id=\"efgttl\">Choose <emph>Insert - Titles</emph> (Charts)</variable>"
msgstr "<variable id=\"efgttl\">ይምረጡ <emph> ማስገቢያ - አርእስት </emph> (ቻርትስ)</variable>"
#: 00000004.xhp
diff --git a/source/am/helpcontent2/source/text/schart/01.po b/source/am/helpcontent2/source/text/schart/01.po
index dccb915f666..64311dbea60 100644
--- a/source/am/helpcontent2/source/text/schart/01.po
+++ b/source/am/helpcontent2/source/text/schart/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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2018-02-05 02:32+0000\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"PO-Revision-Date: 2018-03-06 01:47+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1517797964.000000\n"
+"X-POOTLE-MTIME: 1520300870.000000\n"
#: 03010000.xhp
msgctxt ""
@@ -1141,7 +1141,7 @@ msgctxt ""
"04050000.xhp\n"
"par_id0428200810573991\n"
"help.text"
-msgid "<ahelp hid=\".\">Enable to use the positive error values also as negative error values. You can only change the value of the \"Positve (+)\" box. That value gets copied to the \"Negative (-)\" box automatically.</ahelp>"
+msgid "<ahelp hid=\".\">Enable to use the positive error values also as negative error values. You can only change the value of the \"Positive (+)\" box. That value gets copied to the \"Negative (-)\" box automatically.</ahelp>"
msgstr "<ahelp hid=\".\">ያስችሉ ለ መጠቀም የ አዎንታዊ ስህተት ዋጋዎች እንዲሁም የ አሉታዊ ስህተት ዋጋዎች: እርስዎ መቀየር የሚችሉት የ \"አዎንታዊ (+)\" ሳጥን ብቻ ነው: ዋጋው ኮፒ ይደረጋል ወደ የ \"አሉታዊ (-)\" ሳጥን ውስጥ ራሱ በራሱ</ahelp>"
#: 04050000.xhp
@@ -3229,8 +3229,8 @@ msgctxt ""
"05040100.xhp\n"
"par_id3154319\n"
"help.text"
-msgid "<variable id=\"achsen\"><ahelp hid=\".uno:DiagramAxisAll\">Opens a dialog, where you can edit the properties of the selected axis.</ahelp></variable> The name of the dialog depends on the selected axis."
-msgstr "<variable id=\"achsen\"><ahelp hid=\".uno:DiagramAxisAll\">ንግግር መክፈቻ: እርስዎ ማረም የሚችሉበት የ ተመረጠውን አክሲስ </ahelp></variable> የ ንግግሩ ስም እንደ ሁኔታው ነው እንደ ተመረጠው አክሲስ"
+msgid "<variable id=\"achsen\"><ahelp hid=\".\">Opens a dialog, where you can edit the properties of the selected axis.</ahelp></variable> The name of the dialog depends on the selected axis."
+msgstr "<variable id=\"achsen\"><ahelp hid=\".\">ንግግር መክፈቻ: እርስዎ ማረም የሚችሉበት የ ተመረጠውን አክሲስ </ahelp></variable> የ ንግግሩ ስም እንደ ሁኔታው ነው እንደ ተመረጠው አክሲስ"
#: 05040100.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sdraw/guide.po b/source/am/helpcontent2/source/text/sdraw/guide.po
index ee4abbe8a98..acff704c0c2 100644
--- a/source/am/helpcontent2/source/text/sdraw/guide.po
+++ b/source/am/helpcontent2/source/text/sdraw/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-05-12 14:35+0200\n"
-"PO-Revision-Date: 2017-10-09 14:55+0000\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
+"PO-Revision-Date: 2018-04-15 22:16+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1507560911.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1523830612.000000\n"
#: align_arrange.xhp
msgctxt ""
@@ -261,8 +261,8 @@ msgctxt ""
"color_define.xhp\n"
"bm_id3149263\n"
"help.text"
-msgid "<bookmark_value>colors; defining and saving</bookmark_value> <bookmark_value>user-defined colors</bookmark_value> <bookmark_value>custom colors</bookmark_value>"
-msgstr "<bookmark_value>ቀለሞች: መግለጫ እና ማስቀመጫ</bookmark_value> <bookmark_value>በ ተጠቃሚ-የሚወሰን ቀለሞች</bookmark_value> <bookmark_value>ቀለሞች ማስተካከያ</bookmark_value>"
+msgid "<bookmark_value>colors; defining</bookmark_value> <bookmark_value>user-defined colors</bookmark_value> <bookmark_value>custom colors</bookmark_value>"
+msgstr "<bookmark_value>ቀለሞች: መግለጫ</bookmark_value> <bookmark_value>በ ተጠቃሚ-የሚወሰኑ ቀለሞች</bookmark_value> <bookmark_value>ቀለሞች ማስተካከያ</bookmark_value>"
#: color_define.xhp
msgctxt ""
@@ -277,8 +277,8 @@ msgctxt ""
"color_define.xhp\n"
"par_id3154511\n"
"help.text"
-msgid "If you want, you can mix a custom color and add it to a color table."
-msgstr "ከ ፈለጉ ማስተካከያ ቀለም መቀላቀል እና ወደ ቀለም ሰንጠረዥ መጨመር ይችላሉ"
+msgid "Define custom colors and add them to the <emph>Custom</emph> color palette."
+msgstr ""
#: color_define.xhp
msgctxt ""
@@ -293,88 +293,64 @@ msgctxt ""
"color_define.xhp\n"
"par_id3150327\n"
"help.text"
-msgid "Choose <emph>Format - Area</emph> and click the <emph>Colors</emph> tab. A table of the predefined colors is displayed."
-msgstr "ይምረጡ <emph> አቀራረብ - ቦታ </emph> እና ይጫኑ <emph> ቀለሞች </emph> tab. ሰንጠረዥ በ ቅድሚያ የተወሰኑ ቀለሞች የያዘ ይታያል"
+msgid "Choose <emph>Format - Area</emph>, click the <emph>Area</emph> tab and press the <emph>Color</emph> button. A table of the predefined palette colors is displayed."
+msgstr ""
#: color_define.xhp
msgctxt ""
"color_define.xhp\n"
"par_id3154657\n"
"help.text"
-msgid "Changes made to the standard color table are permanent and are saved automatically."
-msgstr "በ መደበኛ የ ቀለም ሰንጠረዥ ውስጥ የሚያደርጉት ለውጥ ቋሚ ይሆናል እና ራሱ በራሱ ያስቀምጣቸዋል"
+msgid "Custom colors are saved in the <emph>Custom</emph> color palette."
+msgstr ""
#: color_define.xhp
msgctxt ""
"color_define.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "Click a color in the table that is similar to the one you want to mix. The color appears in the upper preview box to the right of the table."
-msgstr "ይጫኑ ቀለም ከ ሰንጠረዡ ውስጥ እርስዎ መቀላቀል ከሚፈልጉት ጋር የሚመሳሰል: ቀለሙ ከ ላይ በኩል በ ቅድመ እይታ ሰንጠረዥ ሳጥን ውስጥ ይታያል"
+msgid "Click a color in the table that is similar to the one you want to define. You can select the similar color from any of the available color palettes in the <emph>Colors</emph> area on the left or the <emph>Recent colors</emph> in the list below the color table. The color appears in the <emph>New</emph> preview box to the right of the dialog."
+msgstr ""
#: color_define.xhp
msgctxt ""
"color_define.xhp\n"
-"par_id3152992\n"
+"par_id41522705652544\n"
"help.text"
-msgid "Select the RGB or CMYK color model in the box below the preview boxes."
-msgstr "ይምረጡ RGB ወይንም CMYK ቀለም ዘዴ ከ ታች በኩል በ ቅድመ እይታ ሳጥን ውስጥ"
+msgid "Click the <emph>Pick</emph> button to open the <link href=\"text/shared/optionen/01010501.xhp\" name=\"linkname\">Pick a Color</link> dialog."
+msgstr "ይጫኑ የ <emph> መምረጫ </emph> ቁልፍ ለ መክፈት የ <link href=\"text/shared/optionen/01010501.xhp\" name=\"linkname\"> ቀለም መምረጫ </link> ንግግር:"
#: color_define.xhp
msgctxt ""
"color_define.xhp\n"
"par_id4979705\n"
"help.text"
-msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
-msgstr "%PRODUCTNAME ይጠቀሙ የ ቀአሰ ቀለም ዘዴ ለማተሚያ ቀለም: የ CMYK መቆጣጠሪያዎች የሚቀርቡት የ ቀለም ማስገቢያውን ለማለስለስ ነው ይህን በ መጠቀም CMYK notation."
-
-#: color_define.xhp
-msgctxt ""
-"color_define.xhp\n"
-"par_id3152987\n"
-"help.text"
-msgid "The RGB color model mixes red, green and blue light to create colors on a computer screen. In the RGB model, the three color components are additive and can have values ranging from 0 (black) to 255 (white). The CMYK color model combines Cyan (C), Magenta (M), Yellow (Y), and blacK (K, also used for \"Key\") to create colors for printing. The four colors of the CMYK models are subtractive and are defined as percentages. Black corresponds to 100 % and white to 0 %."
-msgstr "የ ቀአሰ ቀለም ዘዴ ይቀላቅላል ቀይ: አረንጓዴ እና ሰማያዊ ብርሃን ቀለሞች ለ መፍጠር በ ኮምፒዩተር መመልከቻ ላይ: በ ቀአሰ ቀለም ዘዴ: የ ሶስቱ ቀለሞች አካሎች ይጨመራል እና ዋጋዎች ይኖራቸዋል ከ 0 (ጥቁር) እስከ 255 (ነጭ). የ CMYK ቀለም ዘዴ ይቀላቅላል ሲያን (C), ማጄንታ (M), ቢጫ (ቢ), እና ጥቁር (K, እንዲሁም ይጠቀማል ለ \"ቁልፍ\") ይፈጥራል በ ቀለም ማተሚያ: አራቱ ቀለሞች የ ሲማቢጥ ዘዴዎች መቀነሻ እና የሚገለጹት በ ፐርሰንት ነው: ጥቁር ተመሳሳይ ነው ከ 100 % እና ነጭ ከ 0 %. ጋር"
-
-#: color_define.xhp
-msgctxt ""
-"color_define.xhp\n"
-"par_id3145386\n"
-"help.text"
-msgid "Enter a numeric value in the boxes next to the color components. The new color appears in the preview box directly above the color model box."
-msgstr "የ ቁጥር ዋጋ ያስገቡ በ ሳጥኑ ውስጥ ከ ቀለም አካላቶች ውስጥ: አዲሱ ቀለም በ ቀጥታ ከ ላይ በ ቀለም ዘዴ ሳጥን ውስጥ በ ቅድመ እይታ ሳጥን ውስጥ ይታያል"
-
-#: color_define.xhp
-msgctxt ""
-"color_define.xhp\n"
-"par_id3152871\n"
-"help.text"
-msgid "You can also create a color using a color spectrum. Click the <emph>Edit</emph> button to open the <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>Color</emph></link> dialog. Click a color. Use the Hue, Saturation, and Brightness boxes to adjust your color selection."
-msgstr "እርስዎ ቀለም መፍጠር ይችላሉ ይህን የ ቀለምr spectrum በመጠቀም ይጫኑ <emph>ማረሚያ</emph> ቁልፍ ላይ ለ መክፈት የ <link href=\"text/shared/optionen/01010501.xhp\" name=\"Color\"><emph>ቀለም</emph></link> ንግግርን: ይጫኑ ቀለም እና ይጠቀሙ Hue, Saturation, እና Brightness ሳጥኖች የ እርስዎን ምርጫ ቀለም ለ ማስተካከል"
+msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The RGB values of the selected color are displayed below the preview boxes."
+msgstr ""
#: color_define.xhp
msgctxt ""
"color_define.xhp\n"
-"par_id3153011\n"
+"par_id691522706451849\n"
"help.text"
-msgid "Do one of the following:"
-msgstr "ከ እነዚህ አንዱን ይስሩ:"
+msgid "Press the <emph>Add</emph> button to add the custom color to the <emph>Custom</emph> color palette. A dialog box asking to enter a color name appears. Enter a unique name for the new color within all color names existing in the <emph>Custom</emph> color palette."
+msgstr ""
#: color_define.xhp
msgctxt ""
"color_define.xhp\n"
-"par_id3147244\n"
+"par_id701522707038880\n"
"help.text"
-msgid "If you want to replace the color in the standard color table that your custom color is based on, click <emph>Modify</emph>."
-msgstr "እርስዎ ቀለም መቀየር ከፈለጉ በ መደበኛ የ ቀለም ሰንጠረዥ በ እርስዎ የ ቀለም ማስተካከያ መሰረት ያደረገ ይጫኑ <emph> ማሻሻያ </emph>"
+msgid "To remove a color from the <emph>Custom</emph> color palette, select the <emph>Custom</emph> color palette in the <emph>Colors</emph> area, select the color to be deleted and click <emph>Delete</emph>."
+msgstr ""
#: color_define.xhp
msgctxt ""
"color_define.xhp\n"
-"par_id3145116\n"
+"par_id661522713547390\n"
"help.text"
-msgid "If you want to add your custom color to the standard color table, enter a name in the <emph>Name</emph> text box and click <emph>Add</emph>."
-msgstr "የ እርስዎን ማስተካከያ ቀለም መጨመር ከፈለጉ ወደ መደበኛ የ ቀለም ሰንጠረዥ ስም ያስገቡ በ <emph> ስም </emph> ጽሁፍ ሳጥን ውስጥ እና ይጫኑ <emph> መጨመሪያ </emph>"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Color\">Color dialog</link>."
+msgstr "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Color\">የ ቀለም ንግግር dialog</link>:"
#: color_define.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared.po b/source/am/helpcontent2/source/text/shared.po
index edfda9a1ec5..877434e67fc 100644
--- a/source/am/helpcontent2/source/text/shared.po
+++ b/source/am/helpcontent2/source/text/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: 2017-12-18 12:32+0100\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2017-11-23 01:11+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -659,14 +659,6 @@ msgstr "<link href=\"text/shared/01/06010000.xhp\">ፊደል ማረሚያ</link>
#: main0201.xhp
msgctxt ""
"main0201.xhp\n"
-"par_idN106B5\n"
-"help.text"
-msgid "<ahelp hid=\".\">Checks the document or the current selection for spelling errors.</ahelp>"
-msgstr "<ahelp hid=\".\">አሁን የተመረጠውን ሰነድ የ ፊደል ስህተት ይመረምራል</ahelp>"
-
-#: main0201.xhp
-msgctxt ""
-"main0201.xhp\n"
"par_idN1086E\n"
"help.text"
msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\">Insert Chart</link>"
@@ -715,22 +707,6 @@ msgstr "በ አሁኑ ሰነድ ውስጥ ቻርትስ መፍጠሪያ"
#: main0201.xhp
msgctxt ""
"main0201.xhp\n"
-"par_idN108C1\n"
-"help.text"
-msgid "Spreadsheet"
-msgstr "ሰንጠረዥ"
-
-#: main0201.xhp
-msgctxt ""
-"main0201.xhp\n"
-"par_idN10901\n"
-"help.text"
-msgid "<ahelp hid=\".\">Inserts a spreadsheet as an OLE object. Enter or paste data into the cells, then click outside the object to return to Impress.</ahelp>"
-msgstr "<ahelp hid=\".\">ሰንጠረዥ ማስገቢያ እንደ የ OLE እቃ: ዳታ ወደ ክፍሉ ያስገቡ ወይንም ይለጥፉ: እና ከዛ ይጫኑ ከ እቃው ውጪ ወደ ማስደነቂያ ለመመለስ</ahelp>"
-
-#: main0201.xhp
-msgctxt ""
-"main0201.xhp\n"
"par_idN108C4\n"
"help.text"
msgid "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display Grid</link>"
diff --git a/source/am/helpcontent2/source/text/shared/00.po b/source/am/helpcontent2/source/text/shared/00.po
index 47eb93adbdf..8fe0d666821 100644
--- a/source/am/helpcontent2/source/text/shared/00.po
+++ b/source/am/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-18 12:31+0100\n"
-"PO-Revision-Date: 2017-12-18 17:11+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-04-15 22:10+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1513617094.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1523830227.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -1235,6 +1235,14 @@ msgstr "<variable id=\"related\"><emph>የ ተዛመዱ አርእስቶች</emph
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
+"hd_id161521663319917\n"
+"help.text"
+msgid "<variable id=\"samplefile\">Open file with example:</variable>"
+msgstr ""
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
"par_id3154689\n"
"help.text"
msgid "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">Icon</alt></image>"
@@ -2821,7 +2829,7 @@ msgctxt ""
"00000020.xhp\n"
"par_id3145669\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>$[officename] Writer can read various versions of the Microsoft Word text format. You also can save your own texts in Word format. However, not everything available with $[officename] Writer can be transferred to MS Word, and not everything can be imported.</defaultinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>$[officename] Writer can read various versions of the Microsoft Word text format. You also can save your own texts in Word format. However, not everything available with $[officename] Writer can be transferred to Word, and not everything can be imported.</defaultinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>$[officename] መጻፊያ ማንበብ ይችላል በርካታ አይነት የ Microsoft Word ጽሁፍ አቀራረብ እትም: እርስዎ የራስዎትን ጽሁፎች በ ቃላት አቀራረብ ማስቀመጥ ይችላሉ: ነገር ግን: ሁሉም ዝግጁ ላይሆን ይችላል በ $[officename] መጻፊያ ይተላለፋል ወደ MS Word, እና ሁሉንም ነገር ማምጣት አይቻልም </defaultinline></switchinline>"
#: 00000020.xhp
@@ -3269,8 +3277,8 @@ msgctxt ""
"00000021.xhp\n"
"par_idN10725\n"
"help.text"
-msgid "The OpenDocument file format (ODF) is a standardized file format used by many software applications. You can find more information at the Wikipedia site: <link href=\"http://en.wikipedia.org/wiki/OpenDocument\">wikipedia.org/wiki/OpenDocument</link>."
-msgstr "የ OpenDocument file format (ODF) መደበኛ የ ፋይል አቀራረብ ነው በርካታ የ ሶፍዌር እና መተግበሪያዎች የሚጠቀሙበት: እርስዎ ተጨማሪ መረጃ ማግኘት ይችላሉ ከ Wikipedia site: <link href=\"http://en.wikipedia.org/wiki/OpenDocument\">wikipedia.org/wiki/OpenDocument</link>."
+msgid "The OpenDocument file format (ODF) is a standardized file format used by many software applications. You can find more information at the Wikipedia site: <link href=\"https://en.wikipedia.org/wiki/OpenDocument\" name=\"English Wikipedia: OpenDocument\">wikipedia.org/wiki/OpenDocument</link>."
+msgstr ""
#: 00000021.xhp
msgctxt ""
@@ -4645,8 +4653,8 @@ msgctxt ""
"00000208.xhp\n"
"par_id3156329\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/inputother\">Separates data into columns using the custom separator that you specify. Note: The custom separator must also be contained in your data.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/textimportcsv/inputother\">ዳታ መለያያ ወደ አምዶች ውስጥ እርስዎ የ ወሰኑትን መለያያ በ መጠቀም: ማስታወሻ: በ እርስዎ ዳታ ውስጥ መለያያ ማስተካከያ መኖር አለበት </ahelp>"
+msgid "<ahelp hid=\".\">Separates data into columns using the custom separator that you specify. Note: The custom separator must also be contained in your data.</ahelp>"
+msgstr "<ahelp hid=\".\">ዳታ ወደ አምዶች ውስጥ መለያያ እርስዎ የ ወሰኑትን መለያያ በ መጠቀም: ማስታወሻ: በ እርስዎ ዳታ ውስጥ መለያያ ማስተካከያ መኖር አለበት </ahelp>"
#: 00000208.xhp
msgctxt ""
@@ -4667,10 +4675,26 @@ msgstr "<ahelp hid=\"modules/scalc/ui/textimportcsv/mergedelimiters\">ተከታ
#: 00000208.xhp
msgctxt ""
"00000208.xhp\n"
+"hd_id3150979\n"
+"help.text"
+msgid "Trim spaces"
+msgstr "ክፍተት መከርከሚያ"
+
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id3153828\n"
+"help.text"
+msgid "<ahelp hid=\".\">Removes starting and trailing spaces from data fields.</ahelp>"
+msgstr "<ahelp hid=\".\">ከ ዳታ ሜዳዎች ውስጥ መጀመሪያ እና ተከታታይ ክፍተት ማስወገጃ </ahelp>"
+
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
"hd_id3155341\n"
"help.text"
-msgid "Text delimiter"
-msgstr "የ ጽሁፍ ቅደም ተከተል"
+msgid "String delimiter"
+msgstr "የ ሀረግ ምልክት:"
#: 00000208.xhp
msgctxt ""
@@ -4701,8 +4725,8 @@ msgctxt ""
"00000208.xhp\n"
"hd_id314847411\n"
"help.text"
-msgid "Quoted fields as text"
-msgstr "የ ተጠቀሱ ሜዳዎች እንደ ጽሁፍ"
+msgid "Format quoted field as text"
+msgstr "የ ጥቅስ ሜዳ አቀራረብ እንደ ጽሁፍ"
#: 00000208.xhp
msgctxt ""
@@ -4747,6 +4771,30 @@ msgstr "ይህን ምርጫ ካስቻሉ: ሰንጠረዥ ፋልጎ ያገኝ
#: 00000208.xhp
msgctxt ""
"00000208.xhp\n"
+"hd_id171220172142361711\n"
+"help.text"
+msgid "Skip empty cells"
+msgstr "ባዶ ክፍሎች መዝለያ"
+
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id171220172144419125\n"
+"help.text"
+msgid "<ahelp hid=\".\">When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells.</ahelp>"
+msgstr "<ahelp hid=\".\">እርስዎ ይህን ምርጫ ሲያስችሉ: ሰንጠረዥ ቀደም ያለውን የ ክፍል ይዞታ ይጠብቃል ባዶ ክፍል በሚለጥፉ ጊዜ: ያለበለዚያ: ሰንጠረዥ ቀደም ያለውን የ ክፍል ይዞታ ያጠፋል </ahelp>"
+
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
+"par_id171220172156279613\n"
+"help.text"
+msgid "In <emph>Text to Columns</emph> conversion, if cell content begins with a separator and this option is disabled, then first column will be emptied."
+msgstr "ከ <emph> ጽሁፍ ወደ አምድ </emph> መቀየሪያ: የ ክፍል ይዞታ በ መለያያ የሚጀምር ከሆነ እና ይህን ምርጫ ካስቻሉ: የ መጀመሪያው አምድ ባዶ ይሆናል"
+
+#: 00000208.xhp
+msgctxt ""
+"00000208.xhp\n"
"hd_id3155388\n"
"help.text"
msgid "Fields"
@@ -4982,7 +5030,7 @@ msgctxt ""
"par_id3153143\n"
"help.text"
msgid "If you want to include the leading zero in the data you import, in telephone numbers for example, apply the \"Text\" format to the column."
-msgstr "እርስዎ ከ ፈለጉ ማካተት የ ቀዳሚ ዜሮ እርስዎ ባመጡት ዳታ ውስጥ: በ ስልክ ቁጥሮች ውስጥ ለምሳሌ: መፈጸም ይቻላል ለ \"ጽሁፍ\" አቀራረብ ወደ አምድ ውስጥ"
+msgstr "እርስዎ የ ቀዳሚ ዜሮ ማካተት ከ ፈለጉ እርስዎ ባመጡት ዳታ ውስጥ: በ ስልክ ቁጥሮች ውስጥ ለምሳሌ: መፈጸም ይቻላል ለ \"ጽሁፍ\" አቀራረብ ወደ አምድ ውስጥ"
#: 00000208.xhp
msgctxt ""
@@ -4997,8 +5045,8 @@ msgctxt ""
"00000208.xhp\n"
"par_id3147377\n"
"help.text"
-msgid "Shows how the imported text will look after it is separated into columns. To apply a format to a column when it is imported, click a column and select a <emph>Column type</emph>. When you select a <emph>Column type</emph>, the column heading displays the applied format."
-msgstr "ከ ውጪ የመጣው ጽሁፍ በ አምዶች ከ ተለየ በኋላ ምን እንደሚመስል ማሳያ: አቀራረብ ለ መፈጸም ወደ አምድ ውስጥ ከ ውጪ ሲመጣ: ይጫኑ አምድ ላይ እና ይምረጡ የ <emph>አምድ አይነት</emph> እርስዎ በሚመርጡ ጊዜ የ <emph>አምድ አይነት</emph> የ አምድ ራስጌ የ ተፈጸመውን አቀራረብ ያሳያል"
+msgid "<ahelp hid=\".\">Shows how the imported text will look after it is separated into columns. To apply a format to a column when it is imported, click a column and select a <emph>Column type</emph>. When you select a <emph>Column type</emph>, the column heading displays the applied format.</ahelp>"
+msgstr "<ahelp hid=\".\">ከ ውጪ የመጣው ጽሁፍ በ አምዶች ከ ተለየ በኋላ ምን እንደሚመስል ማሳያ: አቀራረብ ለ መፈጸም ወደ አምድ ውስጥ ከ ውጪ ሲመጣ: ይጫኑ አምድ ላይ እና ይምረጡ የ <emph>አምድ አይነት</emph> እርስዎ በሚመርጡ ጊዜ የ <emph>አምድ አይነት</emph> የ አምድ ራስጌ የ ተፈጸመውን አቀራረብ ያሳያል</ahelp>"
#: 00000208.xhp
msgctxt ""
@@ -7965,32 +8013,24 @@ msgctxt ""
"00000406.xhp\n"
"par_id3145729\n"
"help.text"
-msgid "Choose <emph>Format - Area - Colors</emph> tab<emph> - Edit</emph> button"
-msgstr "ይምረጡ <emph> አቀራረብ - ቦታ - ቀለሞች </emph> tab <emph> - ማረሚያ </emph> ቁልፍ"
-
-#: 00000406.xhp
-msgctxt ""
-"00000406.xhp\n"
-"par_id3149488\n"
-"help.text"
-msgid "Choose <emph>Format - 3D Effects</emph> icon on the <emph>Illumination</emph> tab"
-msgstr "ይምረጡ <emph> አቀራረብ - 3ዲ ውጤቶች </emph> ምልክት ላይ ከ <emph> የ ብርሃን ምንጭ </emph> tab"
+msgid "Choose <emph>Format - Area - Area</emph>, press the <emph>Color</emph> button and click the <emph>Pick</emph> button."
+msgstr "ይምረጡ <emph> አቀራረብ - ቦታ - ቦታ </emph> ይጫኑ የ <emph> ቀለም </emph> ቁልፍ እና ከዛ ይጫኑ የ <emph> መምረጫ</emph> ቁልፍ"
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3153876\n"
"help.text"
-msgid "<image id=\"img_id3148386\" src=\"svx/res/colordlg.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148386\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148386\" src=\"svx/res/colordlg.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148386\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3148386\" src=\"svx/res/colordlg.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148386\">Icon</alt> </image>"
+msgstr "<image id=\"img_id3148386\" src=\"svx/res/colordlg.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148386\">ምልክት</alt> </image>"
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151037\n"
"help.text"
-msgid "Select color on the <emph>Color</emph> tab page"
-msgstr "ይምረጡ ቀለም ከ <emph>ቀለም</emph> tab ገጽ"
+msgid "Press the <emph>Color Dialog</emph> button in the <emph>Illumination</emph> tab of the <emph>3D Effects</emph> dialog."
+msgstr ""
#: 00000406.xhp
msgctxt ""
@@ -9451,6 +9491,22 @@ msgstr "ይምረጡ <emph> አቀራረብ - ገጽ - ገጽ </emph> tab"
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
+"par_id3149323\n"
+"help.text"
+msgid "Choose <emph>Slide - Properties - Page</emph> tab (in $[officename] Impress)"
+msgstr ""
+
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154972\n"
+"help.text"
+msgid "Choose <emph>Page - Properties - Page</emph> tab (in $[officename] Draw)"
+msgstr ""
+
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
"par_id3154362\n"
"help.text"
msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Page</emph> tab"
@@ -11101,8 +11157,16 @@ msgctxt ""
"00040502.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "Choose <emph>Format - Page - Background</emph> tab (in $[officename] Impress and $[officename] Draw)"
-msgstr "ይምረጡ <emph> አቀራረብ - ገጽ - መደብ </emph> tab (በ $[officename] ማስደነቂያ እና $[officename] መሳያ)"
+msgid "Choose <emph>Slide - Properties - Background</emph> tab (in $[officename] Impress)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id9149694\n"
+"help.text"
+msgid "Choose <emph>Page - Properties - Background</emph> tab (in $[officename] Draw)"
+msgstr ""
#: 00040502.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index 4d88437d6fb..f0fcc897d00 100644
--- a/source/am/helpcontent2/source/text/shared/01.po
+++ b/source/am/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: 2018-02-19 11:42+0100\n"
-"PO-Revision-Date: 2018-02-19 21:02+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-04-01 22:56+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1519074171.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1522623376.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -693,8 +693,8 @@ msgctxt ""
"01010201.xhp\n"
"par_id3149750\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/cardmediumpage/insert\">Select the database field that you want, and then click the arrow to the left of this box to insert the field into the <emph>Label text</emph> box.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/cardmediumpage/insert\">እንዲታይ የሚፈልጉትን የ ዳታቤዝ ሜዳ ይምረጡ: እና ከዛ ይጫኑ ቀስት ወደ ግራ በዚህ ሳጥን ውስጥ ሜዳ ለማስገባት ወደ የ <emph> ጽሁፍ ምልክት </emph> ሳጥን </ahelp> ውስጥ"
+msgid "<ahelp hid=\".\">Select the database field that you want, and then click the arrow to the left of this box to insert the field into the <emph>Label text</emph> box.</ahelp>"
+msgstr "<ahelp hid=\".\">እንዲታይ የሚፈልጉትን የ ዳታቤዝ ሜዳ ይምረጡ: እና ከዛ ይጫኑ ቀስት ወደ ግራ በዚህ ሳጥን ውስጥ ሜዳ ለማስገባት ወደ የ <emph> ጽሁፍ ምልክት </emph> ሳጥን </ahelp> ውስጥ"
#: 01010201.xhp
msgctxt ""
@@ -717,7 +717,7 @@ msgctxt ""
"01010201.xhp\n"
"par_id3149762\n"
"help.text"
-msgid "You can select a pre-defined size format for your label or a size format that you specify on the <emph>Format </emph>tab.."
+msgid "You can select a pre-defined size format for your label or a size format that you specify on the <emph>Format </emph>tab."
msgstr "እርስዎ መምረጥ ይችላሉ በቅድሚያ-የተገለጽ መጠን አቀራረብ ለ እርስዎ ምልክት ወይንም እርስዎ በሚወስኑት መጠን አቀራረብ በ <emph>አቀራረብ </emph>tab.."
#: 01010201.xhp
@@ -1245,8 +1245,8 @@ msgctxt ""
"01010301.xhp\n"
"par_id3150279\n"
"help.text"
-msgid "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_CONT\">Prints business cards on continuous paper.</ahelp>"
-msgstr "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_CONT\">የ ንግድ ካርዶች በሚቀጥለው ወረቀት ላይ ማተሚያ</ahelp>"
+msgid "<ahelp hid=\".\">Prints business cards on continuous paper.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ንግድ ካርዶች በሚቀጥለው ወረቀት ላይ ማተሚያ</ahelp>"
#: 01010301.xhp
msgctxt ""
@@ -1261,8 +1261,8 @@ msgctxt ""
"01010301.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_SHEET\">Prints business cards on individual sheets.</ahelp>"
-msgstr "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_SHEET\">የ ንግድ ካርዶች በ እያንዳንዱ ወረቀት ላይ ማተሚያ</ahelp>"
+msgid "<ahelp hid=\".\">Prints business cards on individual sheets.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ንግድ ካርዶች በ እያንዳንዱ ወረቀት ላይ ማተሚያ</ahelp>"
#: 01010301.xhp
msgctxt ""
@@ -1277,8 +1277,8 @@ msgctxt ""
"01010301.xhp\n"
"par_id3155351\n"
"help.text"
-msgid "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_BRAND\">Select the brand of paper that you want to use.</ahelp> Each brand has its own size formats."
-msgstr "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_BRAND\">መጠቀም የሚፈልጉትን የ ወረቀት አይነት ይምረጡ </ahelp> እያንዳንዱ ወረቀት የ ራሱ መጠን እና አቀራረብ አለው"
+msgid "<ahelp hid=\".\">Select the brand of paper that you want to use.</ahelp> Each brand has its own size formats."
+msgstr "<ahelp hid=\".\">መጠቀም የሚፈልጉትን የ ወረቀት አይነት ይምረጡ </ahelp> እያንዳንዱ ወረቀት የ ራሱ መጠን እና አቀራረብ አለው"
#: 01010301.xhp
msgctxt ""
@@ -1293,8 +1293,8 @@ msgctxt ""
"01010301.xhp\n"
"par_id3159201\n"
"help.text"
-msgid "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_TYPE\">Select the size format that you want to use. The available formats depend on what you selected in the <emph>Brand</emph> list. If you want to use a custom size format, select <emph>[User]</emph>, and then click the <link href=\"text/shared/01/01010202.xhp\" name=\"Format\"><emph>Format</emph></link> tab to define the format.</ahelp>"
-msgstr "<ahelp hid=\"HID_BUSINESS_FMT_PAGE_TYPE\">ይምረጡ መጠቀም የሚፈልጉትን መጠን አቀራረብ: እንደ እርስዎ ምርጫ ዝግጁ የሆነው አቀራረብ አይነቱ ይወሰናል የ <emph> አይነት </emph> ዝርዝር: መጠቀም ከ ፈለጉ የ አቀራረብ ማስተካከያ: ይምረጡ <emph>[ተጠቃሚ]</emph> እና ከዛ ይጫኑ የ <link href=\"text/shared/01/01010202.xhp\" name=\"Format\"><emph> አቀራረብ </emph></link> tab አቀራረብ ለመግለጽ </ahelp>"
+msgid "<ahelp hid=\".\">Select the size format that you want to use. The available formats depend on what you selected in the <emph>Brand</emph> list. If you want to use a custom size format, select <emph>[User]</emph>, and then click the <link href=\"text/shared/01/01010202.xhp\" name=\"Format\"><emph>Format</emph></link> tab to define the format.</ahelp>"
+msgstr "<ahelp hid=\".\">ይምረጡ መጠቀም የሚፈልጉትን መጠን አቀራረብ: እንደ እርስዎ ምርጫ ዝግጁ የሆነው አቀራረብ አይነቱ ይወሰናል የ <emph> ተለየ </emph> ዝርዝር: መጠቀም ከ ፈለጉ የ አቀራረብ ማስተካከያ: ይምረጡ <emph>[ተጠቃሚ]</emph> እና ከዛ ይጫኑ <link href=\"text/shared/01/01010202.xhp\" name=\"Format\"><emph> አቀራረብ </emph></link> tab አቀራረብ ለ መግለጽ </ahelp>"
#: 01010301.xhp
msgctxt ""
@@ -1309,8 +1309,8 @@ msgctxt ""
"01010301.xhp\n"
"par_id3153394\n"
"help.text"
-msgid "The paper type and the dimensions of the business card are displayed at the bottom of the <emph>Format</emph> area."
-msgstr "የ ወረቀቱ አይነት እና አቅጣጫዎች የሚታዩት ከ ምልክቱ በ ታች በኩል ነው በ <emph>አቀራረብ</emph> ቦታ ውስጥ"
+msgid "<ahelp hid=\".\">The paper type and the dimensions of the business card are displayed at the bottom of the <emph>Format</emph> area.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ወረቀቱ አይነት እና አቅጣጫዎች የሚታዩት ከ ምልክቱ በ ታች በኩል ነው በ <emph> አቀራረብ </emph> ቦታ ውስጥ </ahelp>"
#: 01010302.xhp
msgctxt ""
@@ -2013,7 +2013,7 @@ msgctxt ""
"01020000.xhp\n"
"par_id7375713\n"
"help.text"
-msgid "When you use <item type=\"menuitem\">File - Templates - Save as Template</item> to save a template, the template will be stored in your user template folder. When you open a document that is based on such a template, the document will be checked for a changed template as decribed below. The template is associated with the document, it may be called a \"sticky template\"."
+msgid "When you use <item type=\"menuitem\">File - Templates - Save as Template</item> to save a template, the template will be stored in your user template folder. When you open a document that is based on such a template, the document will be checked for a changed template as described below. The template is associated with the document, it may be called a \"sticky template\"."
msgstr "እርስዎ በሚጠቀሙ ጊዜ <item type=\"menuitem\"> ፋይል - ቴምፕሌት - እንደ ቴምፕሌት ማስቀመጫ </item> ቴምፕሌት ለማስቀመጥ: ቴምፕሌቱ ይቀመጣል በ እርስዎ ተጠቃሚ ቴምፕሌት ፎልደር ውስጥ: እርስዎ ሰነድ ሲከፍቱ ይህን ቴምፕሌት መሰረት ያደረገ: ሰነዱ ይመረመራል: ቴምፕሌቱ ተቀይሮ እንደሆን ከ ታች በኩል እንደ ተገለጸው: ከ ሰነድ ጋር የ ተዛመደ ቴምፕሌት \"ተጣባቂ ቴምፕሌት\" ይባላል"
#: 01020000.xhp
@@ -2141,7 +2141,7 @@ msgctxt ""
"01020001.xhp\n"
"par_id531513630220632\n"
"help.text"
-msgid "A remote file server is web service that stores documents with or without check-in, check-out, version controls and backups."
+msgid "A remote file server is web service that stores documents with or without checkin, checkout, version controls and backups."
msgstr "የ ሩቅ ፋይል ሰርቨር ሰነዶችን የሚያስቀምጥ የ ዌብ ግልጋሎት ነው: በ-መግቢያ እና በ-መውጫ: ወይንም ያለ መግቢያ እና መውጫ የ ተተኪ እና የ እትም መቆጣጠሪያ ነው"
#: 01020001.xhp
@@ -2445,7 +2445,7 @@ msgctxt ""
"01060001.xhp\n"
"par_id531513630220632\n"
"help.text"
-msgid "A remote file server is a web service that stores documents with or without check-in, check-out, version controls and backups."
+msgid "A remote file server is a web service that stores documents with or without checkin, checkout, version controls and backups."
msgstr "የ ሩቅ ፋይል ሰርቨር ሰነዶችን የሚያስቀምጥ የ ዌብ ግልጋሎት ነው: በ-መግቢያ እና በ-መውጫ: ወይንም ያለ መግቢያ እና መውጫ የ ተተኪ እና የ እትም መቆጣጠሪያ ነው"
#: 01060001.xhp
@@ -2653,8 +2653,8 @@ msgctxt ""
"01070000.xhp\n"
"par_id3149902\n"
"help.text"
-msgid "<ahelp hid=\"HID_FILESAVE_FILEVIEW\">Displays the files and folders in the folder that you are in.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_FILEVIEW\">ፋይሎች እና ፎልደሮች ማሳያ አሁን ባሉበት ፎልደር ውስጥ </ahelp>"
+msgid "<ahelp hid=\".\">Displays the files and folders in the folder that you are in.</ahelp>"
+msgstr "<ahelp hid=\".\">ፋይሎች እና ፎልደሮች ማሳያ አሁን ባሉበት ፎልደር ውስጥ </ahelp>"
#: 01070000.xhp
msgctxt ""
@@ -2669,8 +2669,8 @@ msgctxt ""
"01070000.xhp\n"
"par_id3153626\n"
"help.text"
-msgid "<ahelp hid=\"HID_FILESAVE_FILEURL\">Enter a file name or a path for the file. You can also enter a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link></ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_FILEURL\">የ ፋይል ስም ያስገቡ ወይንም መንገድ ለ ፋይሉ: እንዲሁም ማስገባት ይችላሉ <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link></ahelp>"
+msgid "<ahelp hid=\".\">Enter a file name or a path for the file. You can also enter a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link></ahelp>"
+msgstr "<ahelp hid=\".\">የ ፋይል ስም ያስገቡ ወይንም መንገድ ለ ፋይሉ: እንዲሁም ማስገባት ይችላሉ <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link></ahelp>"
#: 01070000.xhp
msgctxt ""
@@ -2685,8 +2685,8 @@ msgctxt ""
"01070000.xhp\n"
"par_id3156343\n"
"help.text"
-msgid "<ahelp hid=\"HID_FILESAVE_FILETYPE\">Select the file format for the document that you are saving.</ahelp> In the display area, only the documents with this file type are displayed. File types are described in <link href=\"text/shared/00/00000020.xhp\" name=\"Information on Import and Export Filters\">Information on Import and Export Filters</link>."
-msgstr "<ahelp hid=\"HID_FILESAVE_FILETYPE\">እርስዎ ማስቀመጥ ለሚፈልጉት ሰነድ የ ፋይል አቀራረብ ይምረጡ: </ahelp> በ ማሳያው ቦታ ብቻ: የዚህ አይነት ፋይል ሰነዶች ብቻ ይታያሉ: የ ፋይል አይነቶች ተገልጸዋል በ <link href=\"text/shared/00/00000020.xhp\" name=\"Information on Import and Export Filters\"> ማጣሪያዎች ማምጫ እና መላኪያ መረጃ ውስጥ </link>"
+msgid "<ahelp hid=\".\">Select the file format for the document that you are saving.</ahelp> In the display area, only the documents with this file type are displayed. File types are described in <link href=\"text/shared/00/00000020.xhp\" name=\"Information on Import and Export Filters\">Information on Import and Export Filters</link>."
+msgstr "<ahelp hid=\".\">እርስዎ ማስቀመጥ ለሚፈልጉት ሰነድ የ ፋይል አቀራረብ ይምረጡ: </ahelp> በ ማሳያው ቦታ ብቻ: የዚህ አይነት ፋይል ሰነዶች ብቻ ይታያሉ: የ ፋይል አይነቶች ተገልጸዋል በ <link href=\"text/shared/00/00000020.xhp\" name=\"Information on Import and Export Filters\"> ማጣሪያዎች ማምጫ እና መላኪያ መረጃ ውስጥ </link>"
#: 01070000.xhp
msgctxt ""
@@ -2709,8 +2709,8 @@ msgctxt ""
"01070000.xhp\n"
"par_id3154068\n"
"help.text"
-msgid "<ahelp hid=\"HID_FILESAVE_DOSAVE\">Saves the file.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_DOSAVE\">ፋይል ማስቀመጫ</ahelp>"
+msgid "<ahelp hid=\".\">Saves the file.</ahelp>"
+msgstr "<ahelp hid=\".\">ፋይል ማስቀመጫ</ahelp>"
#: 01070000.xhp
msgctxt ""
@@ -4797,8 +4797,8 @@ msgctxt ""
"01140000.xhp\n"
"par_id3157322\n"
"help.text"
-msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
-msgstr "እርግጠኛ ይሁኑ የ መሬት አቀማመጥ ወይንም የ ምስል እቅድ ምርጫ መሰናዱትን በ ማተሚያ ባህሪዎች ንግግር ውስጥ: እና ተመሳሳይ መሆኑን ከ ገጽ አቀራረብ እርስዎ ካሰናዱት ጋር: በ መምረጥ <emph> አቀራረብ - ገጽ </emph> ውስጥ"
+msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><emph>Slide - Properties</emph></caseinline><caseinline select=\"DRAW\"><emph>Page - Properties</emph></caseinline><defaultinline><emph>Format - Page</emph></defaultinline></switchinline>."
+msgstr ""
#: 01140000.xhp
msgctxt ""
@@ -4885,8 +4885,8 @@ msgctxt ""
"01160000.xhp\n"
"par_id5917844\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</ahelp>"
-msgstr "<ahelp hid=\".\">አዲስ መስኮት መክፈቻ በ እርስዎ ነባር የ ኢ-ሜይል ፕሮግራም ከ አሁኑ ሰነድ ጋር እንደ ማያያዣ: የ OpenDocument ፋይል አቀራረብ ይጠቀማል</ahelp>"
+msgid "Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used."
+msgstr "አዲስ መስኮት መክፈቻ በ እርስዎ ነባር የ ኢ-ሜይል ፕሮግራም ከ አሁኑ ሰነድ ጋር እንደ ማያያዣ: የ OpenDocument ፋይል አቀራረብ ይጠቀማል"
#: 01160000.xhp
msgctxt ""
@@ -4901,8 +4901,8 @@ msgctxt ""
"01160000.xhp\n"
"par_id5759453\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft Excel file format is used.</ahelp>"
-msgstr "<ahelp hid=\".\">አዲስ መስኮት መክፈቻ በ እርስዎ ነባር የ ኢ-ሜይል ፕሮግራም ከ አሁኑ ሰነድ ጋር እንደ ማያያዣ: የ Microsoft Excel ፋይል አቀራረብ ይጠቀማል</ahelp>"
+msgid "Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft Excel file format is used."
+msgstr "አዲስ መስኮት መክፈቻ በ እርስዎ ነባር የ ኢ-ሜይል ፕሮግራም ከ አሁኑ ሰነድ ጋር እንደ ማያያዣ: የ Microsoft Excel ፋይል አቀራረብ ይጠቀማል"
#: 01160000.xhp
msgctxt ""
@@ -4917,8 +4917,8 @@ msgctxt ""
"01160000.xhp\n"
"par_id7829218\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</ahelp>"
-msgstr "<ahelp hid=\".\">አዲስ መስኮት መክፈቻ በ እርስዎ ነባር የ ኢ-ሜይል ፕሮግራም ከ አሁኑ ሰነድ ጋር እንደ ማያያዣ: የ OpenDocument ፋይል አቀራረብ ይጠቀማል</ahelp>"
+msgid "Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used."
+msgstr "አዲስ መስኮት መክፈቻ በ እርስዎ ነባር የ ኢ-ሜይል ፕሮግራም ከ አሁኑ ሰነድ ጋር እንደ ማያያዣ: የ OpenDocument ፋይል አቀራረብ ይጠቀማል"
#: 01160000.xhp
msgctxt ""
@@ -4933,8 +4933,8 @@ msgctxt ""
"01160000.xhp\n"
"par_id8319650\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft PowerPoint file format is used.</ahelp>"
-msgstr "<ahelp hid=\".\">አዲስ መስኮት መክፈቻ በ እርስዎ ነባር የ ኢ-ሜይል ፕሮግራም ከ አሁኑ ሰነድ ጋር እንደ ማያያዣ: የ Microsoft PowerPoint ፋይል አቀራረብ ይጠቀማል</ahelp>"
+msgid "Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft PowerPoint file format is used."
+msgstr "አዲስ መስኮት መክፈቻ በ እርስዎ ነባር የ ኢ-ሜይል ፕሮግራም ከ አሁኑ ሰነድ ጋር እንደ ማያያዣ: የ Microsoft PowerPoint ፋይል አቀራረብ ይጠቀማል"
#: 01160000.xhp
msgctxt ""
@@ -4949,8 +4949,8 @@ msgctxt ""
"01160000.xhp\n"
"par_id9085055\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used.</ahelp>"
-msgstr "<ahelp hid=\".\">አዲስ መስኮት መክፈቻ በ እርስዎ ነባር የ ኢ-ሜይል ፕሮግራም ከ አሁኑ ሰነድ ጋር እንደ ማያያዣ: የ OpenDocument ፋይል አቀራረብ ይጠቀማል</ahelp>"
+msgid "Opens a new window in your default e-mail program with the current document as an attachment. The OpenDocument file format is used."
+msgstr "አዲስ መስኮት መክፈቻ በ እርስዎ ነባር የ ኢ-ሜይል ፕሮግራም ከ አሁኑ ሰነድ ጋር እንደ ማያያዣ: የ OpenDocument ፋይል አቀራረብ ይጠቀማል"
#: 01160000.xhp
msgctxt ""
@@ -4965,8 +4965,8 @@ msgctxt ""
"01160000.xhp\n"
"par_id5421918\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft Word file format is used.</ahelp>"
-msgstr "<ahelp hid=\".\">አዲስ መስኮት መክፈቻ በ እርስዎ ነባር የ ኢ-ሜይል ፕሮግራም ከ አሁኑ ሰነድ ጋር እንደ ማያያዣ: የ Microsoft Word ፋይል አቀራረብ ይጠቀማል</ahelp>"
+msgid "Opens a new window in your default e-mail program with the current document as an attachment. The Microsoft Word file format is used."
+msgstr "አዲስ መስኮት መክፈቻ በ እርስዎ ነባር የ ኢ-ሜይል ፕሮግራም ከ አሁኑ ሰነድ ጋር እንደ ማያያዣ: የ Microsoft PowerPoint ፋይል አቀራረብ ይጠቀማል"
#: 01160000.xhp
msgctxt ""
@@ -5045,8 +5045,8 @@ msgctxt ""
"01160300.xhp\n"
"par_id3148668\n"
"help.text"
-msgid "<variable id=\"globtext\"><ahelp hid=\"HID_SEND_MASTER_CTRL_PUSHBUTTON_CANCEL\">Creates a master document from the current Writer document. A new sub-document is created at each occurrence of a chosen paragraph style or outline level in the source document.</ahelp></variable>"
-msgstr "<variable id=\"globtext\"><ahelp hid=\"HID_SEND_MASTER_CTRL_PUSHBUTTON_CANCEL\">ዋናውም ሰነድ መፍጠሪያ ከ አሁኑ የ መጻፊያ ሰነድ ውስጥ: አዲስ ንዑስ-ሰነድ ይፈጠራል ለ እያንዳንዱ ሁኔታ ለ ተመረጠው የ አንቀጽ ዘዴ ወይንም ረቂቅ ደረጃ በ ሰነዱ ምንጭ ውስጥ </ahelp></variable>"
+msgid "<variable id=\"globtext\"><ahelp hid=\".\">Creates a master document from the current Writer document. A new sub-document is created at each occurrence of a chosen paragraph style or outline level in the source document.</ahelp></variable>"
+msgstr "<variable id=\"globtext\"><ahelp hid=\".\"> ዋናውን ሰነድ መፍጠሪያ ከ አሁኑ የ መጻፊያ ሰነድ ውስጥ: አዲስ ንዑስ-ሰነድ ይፈጠራል ለ እያንዳንዱ ሁኔታ ለ ተመረጠው የ አንቀጽ ዘዴ ወይንም ረቂቅ ደረጃ በ ሰነዱ ምንጭ ውስጥ </ahelp></variable>"
#: 01160300.xhp
msgctxt ""
@@ -5085,8 +5085,8 @@ msgctxt ""
"01160300.xhp\n"
"par_id3156426\n"
"help.text"
-msgid "<ahelp hid=\"HID_FILESAVE_TEMPLATE\">Select the paragraph style or outline level that you want to use to separate the source document into sub-documents.</ahelp> By default a new document is created for every chapter level 1."
-msgstr "<ahelp hid=\"HID_FILESAVE_TEMPLATE\">ይምረጡ የ አንቀጽ ዘዴ ወይንም የ ረቂቅ ደረጃ እርስዎ መጠቀም የሚፈልጉትን ለ መለያየት የ ሰነዱን ምንጭ ከ ንዑስ-ሰነዶች </ahelp> በ ነባር አዲስ ሰነድ የሚፈጠረው ለ እያንዳንዱ ረቂቅ ደረጃ 1 ነው"
+msgid "<ahelp hid=\".\">Select the paragraph style or outline level that you want to use to separate the source document into sub-documents.</ahelp> By default a new document is created for every chapter level 1."
+msgstr "<ahelp hid=\".\">የ አንቀጽ ዘዴ ወይንም የ ረቂቅ ደረጃ ይምረጡ እርስዎ መጠቀም የሚፈልጉትን ለ መለያየት የ ሰነዱን ምንጭ ከ ንዑስ-ሰነዶች </ahelp> በ ነባር አዲስ ሰነድ የሚፈጠረው ለ እያንዳንዱ ረቂቅ ደረጃ 1 ነው"
#: 01160300.xhp
msgctxt ""
@@ -5661,8 +5661,8 @@ msgctxt ""
"02060000.xhp\n"
"bm_id3149031\n"
"help.text"
-msgid "<bookmark_value>pasting;cell ranges</bookmark_value><bookmark_value>clipboard; pasting</bookmark_value><bookmark_value>cells;pasting</bookmark_value>"
-msgstr "<bookmark_value>መለጠፊያ;የ ክፍል መጠኖች</bookmark_value><bookmark_value>ቁራጭ ሰሌዳ; መለጠፊያ</bookmark_value><bookmark_value>ክፍሎች;መለጠፊያ</bookmark_value>"
+msgid "<bookmark_value>pasting;cell ranges</bookmark_value><bookmark_value>clipboard; pasting</bookmark_value><bookmark_value>cells;pasting</bookmark_value><bookmark_value>pasting;Enter key</bookmark_value><bookmark_value>pasting;Ctrl + V shortcut</bookmark_value>"
+msgstr "<bookmark_value>በ መለጠፍ ላይ;የ ክፍል መጠኖች</bookmark_value><bookmark_value>ቁራጭ ሰሌዳ; በ መለጠፍ ላይ</bookmark_value><bookmark_value>ክፍሎች;በ መለጠፍ ላይ</bookmark_value><bookmark_value>በ መለጠፍ ላይ;ማስገቢያ ቁልፍ</bookmark_value><bookmark_value>በ መለጠፍ ላይ;Ctrl + V አቋራጭ</bookmark_value>"
#: 02060000.xhp
msgctxt ""
@@ -5683,10 +5683,74 @@ msgstr "<ahelp hid=\".uno:Paste\">መጠቆሚያው ባለበት ቦታ የ ቁ
#: 02060000.xhp
msgctxt ""
"02060000.xhp\n"
+"par_id551521061448109\n"
+"help.text"
+msgid "Press the <emph>Enter key</emph>."
+msgstr "ይጫኑ <emph> ማስገቢያ ቁልፍ</emph>"
+
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
"par_id3147834\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">In a spreadsheet, when you paste a range of cells from the clipboard, the result depends on the current selection: If only one cell is selected, the cell range will be pasted started from that cell. If you mark a cell range wider than the cell range in the clipboard, the cell range will be pasted repeatedly to fill the selected cell range. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">በ ሰንጠረዥ ውስጥ: እርስዎ በሚለጥፉ ጊዜ የ ክፍሎች መጠን ከ ቁራጭ ሰሌዳ ውስጥ: ውጤቱ እንደ አሁኑ ምርጫ ይለያያል: አንድ ክፍል ብቻ ከ ተመረጠ: የ ክፍሉ መጠን ይለጠፋል ከዛ ክፍል ጀምሮ: እርስዎ ምልክት ካደረጉ የ ክፍል መጠን ከ ክፍሉ መጠን በላይ የ ሰፋ በ ቁራጭ ሰሌዳ ውስጥ: የ ክፍሉ መጠን ይለጠፋል በተከታታይ የ ተመረጠውን ክፍል መጠን ለ መሙላት </caseinline></switchinline>"
+msgid "In a spreadsheet, when you paste a range of cells from the clipboard, the result depends on the current selection: If only one cell is selected, the cell range will be pasted started from that cell. If you mark a cell range wider than the cell range in the clipboard, the cell range will be pasted repeatedly to fill the selected cell range."
+msgstr "በ ሰንጠረዥ ውስጥ: እርስዎ በሚለጥፉ ጊዜ የ ክፍሎች መጠን ከ ቁራጭ ሰሌዳ ውስጥ: ውጤቱ እንደ አሁኑ ምርጫ ይለያያል: አንድ ክፍል ብቻ ከ ተመረጠ: የ ክፍሉ መጠን ይለጠፋል ከዛ ክፍል ጀምሮ: እርስዎ ምልክት ካደረጉ የ ክፍል መጠን ከ ክፍሉ መጠን በላይ የ ሰፋ በ ቁራጭ ሰሌዳ ውስጥ: የ ክፍሉ መጠን ይለጠፋል በ ተከታታይ የ ተመረጠውን ክፍል መጠን ለ መሙላት"
+
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
+"hd_id221521057740108\n"
+"help.text"
+msgid "Pasting contents in %PRODUCTNAME Calc"
+msgstr "ይዞታዎችን በ መለጠፍ ላይ በ %PRODUCTNAME ሰንጠረዥ ውስጥ"
+
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
+"par_id271521057645962\n"
+"help.text"
+msgid "When copying a cell or a range in %PRODUCTNAME Calc the selection is marked with blinking dashes around the range (the \"marching ants\") to indicate what was being selected during the clipboard operation."
+msgstr ""
+
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
+"par_id481521058175847\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sw_paste_range.png\" id=\"img_id541521058175847\" width=\"153\" height=\"60\"><alt id=\"alt_id221521058175847\">Marching ants mark for Calc clipboard</alt></image>"
+msgstr ""
+
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
+"par_id861521058166011\n"
+"help.text"
+msgid "There are two ways to paste the clipboard contents in a spreadsheet document:"
+msgstr ""
+
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
+"par_id561521057687471\n"
+"help.text"
+msgid "Using <emph>Ctrl+V shortcut</emph>, the <emph>Paste icon</emph> in the toolbar or choose <item type=\"menuitem\">Edit - Paste</item> : The contents of the clipboard is pasted in the target location and the clipboard keeps the contents for more paste operations. The copied selection mark stays active."
+msgstr ""
+
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
+"par_id811521057699468\n"
+"help.text"
+msgid "Using <emph>Enter</emph> key: the clipboard contents is pasted once and cleared. No further paste is possible with the clipboard contents. The copied selection mark is disabled."
+msgstr ""
+
+#: 02060000.xhp
+msgctxt ""
+"02060000.xhp\n"
+"par_id531521057600924\n"
+"help.text"
+msgid "To deactivate the copied selection mark press the <emph>Esc</emph> key. The clipboard contents is not cleared."
+msgstr ""
#: 02070000.xhp
msgctxt ""
@@ -5749,48 +5813,48 @@ msgctxt ""
"02070000.xhp\n"
"par_id3147653\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">When you paste HTML data into a text document, you can choose \"HTML format\" or \"HTML format without comments\". The second choice is the default; it pastes all HTML data, but no comments. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">እርስዎ በሚለጥፉ ጊዜ የ HTML ዳታ ወደ እርስዎ ሰነድ ውስጥ: መምረጥ ይችላሉ የ \"HTML አቀራረብ\" ወይንም \"HTML አቀራረብ ያለ አስተያየት\": ነባሩ ምርጫ ሁለተኛው ነው: ሁሉንም ይለጥፋል የ HTML ዳታ: አስተያየቶች ግን አይደለም </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">When you paste HTML data into a text document, you can choose \"HTML format\" or \"HTML format without comments\". The second choice is the default; it pastes all HTML data, but no comments.</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3155420\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Paste Special </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">የተለየ መለጠፊያ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Paste Special</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3150976\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">This dialog appears in Calc if the clipboard contains spreadsheet cells. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ይህ ንግግር ይታያል በ ሰንጠረዥ ውስጥ ቁራጭ ሰሌዳው በውስጡ የ ሰንጠረዥ ክፍሎችን ከያዘ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">This dialog appears in Calc if the clipboard contains spreadsheet cells.</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3155341\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Selection </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ምርጫዎች </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Selection</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3152909\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Select a format for the clipboard contents that you want to paste. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">መለጠፍ ለሚፈልጉት የ ቁራጭ ሰሌዳ ይዞታዎች አቀራረብ ይምረጡ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Select a format for the clipboard contents that you want to paste.</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3145120\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Paste all </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ሁሉንም መለጠፊያ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Paste all</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
@@ -5805,56 +5869,56 @@ msgctxt ""
"02070000.xhp\n"
"hd_id3155449\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Text </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ጽሁፍ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Text</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3149244\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/text\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cells containing text. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/text\"><switchinline select=\"appl\"><caseinline select=\"CALC\">ጽሁፍ የያዙ ክፍሎች ማስገቢያ </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/text\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cells containing text.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3148947\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Numbers </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ቁጥሮች </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Numbers</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3152360\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/numbers\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cells containing numbers. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/numbers\"><switchinline select=\"appl\"><caseinline select=\"CALC\">ቁጥሮች የያዙ ክፍሎች ማስገቢያ </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/numbers\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cells containing numbers.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3151054\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Date & Time </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ቀን & ሰአት </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Date & Time</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3154226\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/datetime\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cells containing date and time values. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/datetime\"><switchinline select=\"appl\"><caseinline select=\"CALC\">የ ቀን እና የ ሰአት ዋጋዎችን የያዙ ክፍሎች ማስገቢያ </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/datetime\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cells containing date and time values.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3150791\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulas </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">መቀመሪያ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulas</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
@@ -5869,168 +5933,168 @@ msgctxt ""
"02070000.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">አስተያየቶች </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3156422\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/comments\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts comments that are attached to cells. If you want to add the comments to the existing cell content, select the \"Add\" operation. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/comments\"><switchinline select=\"appl\"><caseinline select=\"CALC\">ከ ክፍሉ ጋር የ ተያያዙ አስተያየቶች ማስገቢያ: እርስዎ አስተያየቶች መጨመር ከ ፈለጉ ወደ ነበረው የ ክፍል ይዞታ: ይምረጡ የ \"መጨመሪያ\" ተግባር </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/comments\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts comments that are attached to cells. If you want to add the comments to the existing cell content, select the \"Add\" operation.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3152935\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formats </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">አቀራረብ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formats</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3125863\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/formats\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cell format attributes. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/formats\"><switchinline select=\"appl\"><caseinline select=\"CALC\">የ ክፍል አቀራረብ ባህሪዎች ማስገቢያ </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/formats\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts cell format attributes.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3156282\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Objects </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">እቃዎች </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Objects</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3149810\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/objects\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts objects contained within the selected cell range. These can be OLE objects, chart objects, or drawing objects. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/objects\"><switchinline select=\"appl\"><caseinline select=\"CALC\">ማስገቢያ እቃዎች በ ተመረጠው ክፍል መጠን ውስጥ ያሉ: እነዚህ ሊሆኑ ይችላሉ የ OLE እቃዎች: የ ቻርትስ እቃዎች: ወይንም የ መሳያ እቃዎች </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/objects\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserts objects contained within the selected cell range. These can be OLE objects, chart objects, or drawing objects.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3150440\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Operations </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ተግባሮች </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Operations</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3151351\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Select the operation to apply when you paste cells into your sheet. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ይምረጡ ተግባሮች ለ መፈጸም እርስዎ ክፍሎች በሚለጥፉ ጊዜ ወደ እርስዎ ወረቀት ውስጥ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Select the operation to apply when you paste cells into your sheet.</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3153952\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">None </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ምንም </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">None</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3147348\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/none\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Does not apply an operation when you insert the cell range from the clipboard. The contents of the clipboard will replace existing cell contents. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/none\"><switchinline select=\"appl\"><caseinline select=\"CALC\">ምንም ተግባር አይፈጸምም እርስዎ የ ክፍል መጠን ከ ቁራጭ ሰሌዳ ውስጥ በሚያስገቡ ጊዜ: የ ቁራጭ ሰሌዳ ይዞታዎች የ ነበረውን የ ክፍል ይዞታዎች ይቀይራል: </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/none\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Does not apply an operation when you insert the cell range from the clipboard. The contents of the clipboard will replace existing cell contents.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3154988\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Add </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">መጨመሪያ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Add</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3159196\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/add\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Adds the values in the clipboard cells to the values in the target cells. Also, if the clipboard only contains comments, adds the comments to the target cells. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/add\"><switchinline select=\"appl\"><caseinline select=\"CALC\">በ ቁራጭ ሰሌዳ ውስጥ ያሉ ዋጋዎች መጨመሪያ ወደ ታለመው ከፍሎች ዋጋ ውስጥ: እንዲሁም የ ቁራጭ ሰሌዳ አስተያየቶች ብቻ ከያዘ: አስተያየቶች ብቻ ወደ ታለመው ክፍል መጨመሪያ </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/add\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Adds the values in the clipboard cells to the values in the target cells. Also, if the clipboard only contains comments, adds the comments to the target cells.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3145263\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Subtract </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">መቀነሻ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Subtract</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3154149\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/subtract\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Subtracts the values in the clipboard cells from the values in the target cells. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/subtract\"><switchinline select=\"appl\"><caseinline select=\"CALC\">በ ቁራጭ ሰሌዳ ውስጥ ያሉትን ዋጋዎች መቀነሻ በ ታለመው ክፍሎች ዋጋ </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/subtract\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Subtracts the values in the clipboard cells from the values in the target cells.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3155312\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Multiply </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ማባዣ</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Multiply</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3155307\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/multiply\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Multiplies the values in the clipboard cells with the values in the target cells. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/multiply\"><switchinline select=\"appl\"><caseinline select=\"CALC\">በ ቁራጭ ሰሌዳ ውስጥ ያሉትን ዋጋዎች ማባዣ በ ታለመው ክፍሎች ዋጋ </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/multiply\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Multiplies the values in the clipboard cells with the values in the target cells.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3154320\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Divide </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ማካፈያ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Divide</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3155417\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/divide\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Divides the values in the target cells by the values in the clipboard cells. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/divide\"><switchinline select=\"appl\"><caseinline select=\"CALC\">በ ታለመው ክፍሎች ውስጥ ያሉትን ዋጋዎች ማካፈያ በ ቁራጭ ሰሌዳ ውስጥ ባሉት ዋጋዎች </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/divide\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Divides the values in the target cells by the values in the clipboard cells.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3147048\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Options </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ምርጫ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Options</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3156283\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Sets the paste options for the clipboard contents. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ለ ቁራጭ ሰሌዳ ይዞታዎች የ መለጠፊያ ምርጫ ማሰናጃ</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Sets the paste options for the clipboard contents.</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3151052\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Skip empty cells </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ባዶ ክፍሎችን መዝለያ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Skip empty cells</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
@@ -6053,8 +6117,8 @@ msgctxt ""
"02070000.xhp\n"
"hd_id3147173\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Transpose </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">መገልበጫ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Transpose</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
@@ -6069,8 +6133,8 @@ msgctxt ""
"02070000.xhp\n"
"hd_id3152971\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Link </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">አገናኝ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Link</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
@@ -6085,72 +6149,72 @@ msgctxt ""
"02070000.xhp\n"
"par_id3145667\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">You can also link sheets within the same spreadsheet. When you link to other files, a <link href=\"text/shared/00/00000005.xhp#dde\" name=\"DDE link\">DDE link</link> is automatically created. A DDE link is inserted as a matrix formula and can only be modified as a whole. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">እርስዎ ማገናኘት ይችላሉ ወረቀቶች በ ተመሳሳይ ሰንጠረዥ ውስጥ: እርስዎ ሲያገናኙ ወደ ሌሎች ፋይሎች: የ <link href=\"text/shared/00/00000005.xhp#dde\" name=\"DDE link\">DDE አገናኝ</link> ራሱ በራሱ ይፈጠራል: የ DDE አገናኝ የሚገባው እንደ matrix መቀመሪያ እና ባጠቃላይ ማሻሻል ይቻላል </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">You can also link sheets within the same spreadsheet. When you link to other files, a <link href=\"text/shared/00/00000005.xhp#dde\" name=\"DDE link\">DDE link</link> is automatically created. A DDE link is inserted as a matrix formula and can only be modified as a whole.</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3146914\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Shift Cells </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ክፍሎች መቀየሪያ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Shift Cells</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3145169\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Set the shift options for the target cells when the clipboard content is inserted. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ለ ታለመው ክፍል መቀየሪያ ምርጫ ማሰናጃ: የ ቁራጭ ሰሌዳ ይዞታዎች በሚያስገቡ ጊዜ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Set the shift options for the target cells when the clipboard content is inserted.</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3155518\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Don't shift </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">አትቀይር </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Don't shift</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3154158\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/no_shift\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserted cells replace the target cells. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/no_shift\"><switchinline select=\"appl\"><caseinline select=\"CALC\">ያስገቡት ክፍሎች የታለመውን ክፍሎች ይቀይሩዋቸዋል </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/no_shift\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Inserted cells replace the target cells.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3148483\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Down </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ወደ ታች </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Down</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3152962\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/move_down\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Target cells are shifted downward when you insert cells from the clipboard. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/move_down\"><switchinline select=\"appl\"><caseinline select=\"CALC\">የ ታለሙት ክፍሎች ይቀየራሉ ወደ ታች በኩል እርስዎ ክፍሎች በሚያስገቡ ጊዜ ከ ቁራጭ ሰሌዳ ውስጥ </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/move_down\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Target cells are shifted downward when you insert cells from the clipboard.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"hd_id3145621\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Right </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ቀኝ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Right</caseinline></switchinline>"
+msgstr ""
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3159264\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/move_right\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Target cells are shifted to the right when you insert cells from the clipboard. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/move_right\"><switchinline select=\"appl\"><caseinline select=\"CALC\">እርስዎ ከ ቁራጭ ሰሌዳ ውስጥ ክፍሎች ሲያስገቡ የታለመው ክፍል ወደ ታች ይቀየራል </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/move_right\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Target cells are shifted to the right when you insert cells from the clipboard.</caseinline></switchinline></ahelp>"
+msgstr ""
#: 02090000.xhp
msgctxt ""
@@ -7597,16 +7661,16 @@ msgctxt ""
"02100001.xhp\n"
"par_id1751457\n"
"help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Writer\">Wiki page about regular expressions in Writer</link>"
-msgstr "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Writer\">ዊኪ ገጽ ስለ መደበኛ አገላለጾች በ መጻፊያ ውስጥ</link>"
+msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Writer\" name=\"wiki.documentfoundation.org Documentation/HowTo/Writer/Regular Expressions\">Wiki page about regular expressions in Writer</link>"
+msgstr ""
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5483870\n"
"help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Calc\">Wiki page about regular expressions in Calc</link>"
-msgstr "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Calc\">ዊኪ ገጽ ስለ መደበኛ አገላለጾች በ ሰንጠረዥ ውስጥ</link>"
+msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Regular_Expressions_in_Calc\" name=\"wiki.documentfoundation.org Documentation/HowTo/Calc/Regular Expressions\">Wiki page about regular expressions in Calc</link>"
+msgstr ""
#: 02100100.xhp
msgctxt ""
@@ -8821,8 +8885,8 @@ msgctxt ""
"02180000.xhp\n"
"par_id3150774\n"
"help.text"
-msgid "<variable id=\"links_text\"><variable id=\"verknuepfungentext\"><ahelp hid=\".uno:ManageLinks\">Lets you edit the properties of each link in the current document, including the path to the source file. This command is not available if the current document does not contain links to other files.</ahelp> </variable></variable>"
-msgstr "<variable id=\"links_text\"><variable id=\"verknuepfungentext\"><ahelp hid=\".uno:ManageLinks\">በ አሁኑ ሰነድ ውስጥ የ አገናኝ ባህሪዎችን ማረም ያስችሎታል: እንዲሁም የ ፋል ምንጩን መንገድ: ይህ ትእዛዝ ዝግጁ አይደለም በ አሁኑ ሰነድ ውስጥ አገናኝ ከሌለ ወደ ሌሎች ፋይሎች</ahelp> </variable></variable>"
+msgid "<variable id=\"links_text\"><variable id=\"verknuepfungentext\"><ahelp hid=\".\">Lets you edit the properties of each link in the current document, including the path to the source file. This command is not available if the current document does not contain links to other files.</ahelp> </variable></variable>"
+msgstr "<variable id=\"links_text\"><variable id=\"verknuepfungentext\"><ahelp hid=\".\">በ አሁኑ ሰነድ ውስጥ የ አገናኝ ባህሪዎችን ማረም ያስችሎታል: እንዲሁም የ ፋል ምንጩን መንገድ: ይህ ትእዛዝ ዝግጁ አይደለም በ አሁኑ ሰነድ ውስጥ አገናኝ ከሌለ ወደ ሌሎች ፋይሎች</ahelp> </variable></variable>"
#: 02180000.xhp
msgctxt ""
@@ -10877,8 +10941,8 @@ msgctxt ""
"02230401.xhp\n"
"par_id3150868\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/acceptrejectchangesdialog/calccomment\">Lists the comments that are attached to the change.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/acceptrejectchangesdialog/calccomment\">ከ ለውጦቹ ጋር የ ተያያዙትን የ አስተያየቶች ዝርዝር መለያ </ahelp>"
+msgid "<ahelp hid=\"svx/ui/acceptrejectchangesdialog/calcdesc\">Lists the comments that are attached to the change.</ahelp>"
+msgstr "<ahelp hid=\"svx/ui/acceptrejectchangesdialog/calcdesc\">ከ ለውጦቹ ጋር የ ተያያዙትን የ አስተያየቶች ዝርዝር መለያ </ahelp>"
#: 02230401.xhp
msgctxt ""
@@ -11701,8 +11765,8 @@ msgctxt ""
"03010000.xhp\n"
"par_id3144760\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/zoommenu/optimal\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Resizes the display to fit the width of the selected cell area at the moment the command is started.</caseinline><defaultinline>Resizes the display to fit the width of the text in the document at the moment the command is started.</defaultinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"svx/ui/zoommenu/optimal\"><switchinline select=\"appl\"><caseinline select=\"CALC\">እርስዎ በ መረጡት ስፋት ክፍል አቀራረብ ቦታ ልክ እንዲሆን እቃዎችን እንደገና መመጠኛ: ትእዛዙ በሚጀምር ጊዜ: </caseinline><defaultinline> እንደገና መመጠኛ መመልከቻውን: ጽሁፉ በ ስፋቱ ልክ እንዲሆን በ ሰነዱ ውስጥ </defaultinline></switchinline></ahelp>"
+msgid "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Resizes the display to fit the width of the selected cell area at the moment the command is started.</caseinline><defaultinline>Resizes the display to fit the width of the text in the document at the moment the command is started.</defaultinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"CALC\">እርስዎ በ መረጡት ስፋት ክፍል አቀራረብ ቦታ ልክ እንዲሆን እቃዎችን እንደገና መመጠኛ: ትእዛዙ በሚጀምር ጊዜ: </caseinline><defaultinline> እንደገና መመጠኛ መመልከቻውን: ጽሁፉ በ ስፋቱ ልክ እንዲሆን በ ሰነዱ ውስጥ </defaultinline></switchinline></ahelp>"
#: 03010000.xhp
msgctxt ""
@@ -11717,8 +11781,8 @@ msgctxt ""
"03010000.xhp\n"
"par_id3150543\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/zoommenu/page\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Resizes the display to fit the width and height of the selected cell area at the moment the command is started.</caseinline><defaultinline>Displays the entire page on your screen.</defaultinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"svx/ui/zoommenu/page\"><switchinline select=\"appl\"><caseinline select=\"CALC\">እርስዎ በ መረጡት ስፋት እና እርዝመት ክፍል አቀራረብ ቦታ ልክ እንዲሆን እቃዎችን እንደገና መመጠኛ: ትእዛዙ በሚጀምር ጊዜ </caseinline><defaultinline> በ እርስዎ መመልከቻ ላይ በ ሙሉ ገጽ ማሳያ </defaultinline></switchinline></ahelp>"
+msgid "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Resizes the display to fit the width and height of the selected cell area at the moment the command is started.</caseinline><defaultinline>Displays the entire page on your screen.</defaultinline></switchinline></ahelp>"
+msgstr "<ahelp hid=\".\"><switchinline select=\"appl\"><caseinline select=\"CALC\">እርስዎ በ መረጡት ስፋት እና እርዝመት ክፍል አቀራረብ ቦታ ልክ እንዲሆን እቃዎችን እንደገና መመጠኛ: ትእዛዙ በሚጀምር ጊዜ: </caseinline><defaultinline> እንደገና መመጠኛ መመልከቻውን: ጽሁፉ በ ስፋቱ ልክ እንዲሆን በ ሰነዱ ውስጥ </defaultinline></switchinline></ahelp>"
#: 03010000.xhp
msgctxt ""
@@ -11733,8 +11797,8 @@ msgctxt ""
"03010000.xhp\n"
"par_id3143231\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/zoommenu/width\">Displays the complete width of the document page. The top and bottom edges of the page may not be visible.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/zoommenu/width\">የ ሰነዱን ገጽ ሙሉ ስፋት ማሳያ: የ ላይኛው እና የ ታችኛው ጠርዝ ላይታይ ይችላል</ahelp>"
+msgid "<ahelp hid=\".\">Displays the complete width of the document page. The top and bottom edges of the page may not be visible.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ሰነዱን ገጽ ሙሉ ስፋት ማሳያ: የ ላይኛው እና የ ታችኛው ጠርዝ ላይታይ ይችላል</ahelp>"
#: 03010000.xhp
msgctxt ""
@@ -11765,8 +11829,8 @@ msgctxt ""
"03010000.xhp\n"
"par_id3159125\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/zoomdialog/zoomsb\">Enter the zoom factor at which you want to display the document. Enter a percentage in the box.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/zoomdialog/zoomsb\">የ ማሳያ መጠን ማስገቢያ እርስዎ ሰነዱን ማየት እንደሚፈልጉት: በ ሳጥኑ ውስጥ ፐርሰንት ያስገቡ</ahelp>"
+msgid "<ahelp hid=\".\">Enter the zoom factor at which you want to display the document. Enter a percentage in the box.</ahelp>"
+msgstr "<ahelp hid=\".\">የማሳያ መጠን ማስገቢያ እርስዎ ሰነዱን ማየት እንደሚፈልጉት: በ ሳጥኑ ውስጥ ፐርሰንት ያስገቡ</ahelp>"
#: 03010000.xhp
msgctxt ""
@@ -12269,8 +12333,8 @@ msgctxt ""
"04050000.xhp\n"
"par_id1857051\n"
"help.text"
-msgid "<ahelp hid=\".\">Choose a command to delete the current comment, or all comments from the same author as the current comment, or all comments in the document.</ahelp>"
-msgstr "<ahelp hid=\".\">ይምረጡ ትእዛዝ ለማጥፋት የ አሁኑን አስተያየት ወይንም ሁሉንም አስተያየቶች በ ተመሳሳይ ደራሲ የ አሁኑን አስተያየት: ወይንም ሁሉንም አስተያየቶች ከ ሰነዱ ውስጥ</ahelp>"
+msgid "Choose a command to delete the current comment, or all comments from the same author as the current comment, or all comments in the document."
+msgstr "ይምረጡ ትእዛዝ ለማጥፋት የ አሁኑን አስተያየት ወይንም ሁሉንም አስተያየቶች በ ተመሳሳይ ደራሲ የ አሁኑን አስተያየት: ወይንም ሁሉንም አስተያየቶች ከ ሰነዱ ውስጥ"
#: 04050000.xhp
msgctxt ""
@@ -12285,8 +12349,8 @@ msgctxt ""
"04050000.xhp\n"
"par_id0804200803435883\n"
"help.text"
-msgid "<ahelp hid=\".\">Use <item type=\"menuitem\">View - Comments</item> to show or hide all comments (not available in Calc).</ahelp>"
-msgstr "<ahelp hid=\".\">ይጠቀሙ <item type=\"menuitem\"> መመልከቻ - አስተያየቶች </item> ሁሉንም አስተያየቶች ለማሳያ ወይንም ለመደበቂያ (በ ሰንጠረዥ ውስጥ አይሰራም) </ahelp>"
+msgid "<ahelp hid=\".\">Use <item type=\"menuitem\">View - Comments</item> to show or hide all comments.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጠቀሙ <item type=\"menuitem\"> መመልከቻ - አስተያየቶች </item> ሁሉንም አስተያየቶች ለ ማሳያ ወይንም ለ መደበቂያ </ahelp>"
#: 04050000.xhp
msgctxt ""
@@ -12445,8 +12509,8 @@ msgctxt ""
"04060000.xhp\n"
"par_id3153124\n"
"help.text"
-msgid "To insert a scanned image, the driver for your scanner must be installed. <switchinline select=\"sys\"><caseinline select=\"UNIX\">Under UNIX systems, install the SANE package found at http://www.mostang.com/sane/. The SANE package must use the same libc as $[officename].</caseinline></switchinline>"
-msgstr "የ ታሰሰ ምስል ለማስገባት የ ማሰሻው driver በቅድሚያ መገጠም አለበት <switchinline select=\"sys\"><caseinline select=\"UNIX\">Under UNIX systems, install the SANE package found at http://www.mostang.com/sane/. The SANE package must use the same libc as $[officename].</caseinline></switchinline>"
+msgid "To insert a scanned image, the driver for your scanner must be installed. <switchinline select=\"sys\"><caseinline select=\"UNIX\">Under UNIX systems, install the SANE package found at <link href=\"http://www.sane-project.org\" name=\"Sane Project\">http://www.sane-project.org</link>. The SANE package must use the same libc as $[officename].</caseinline></switchinline>"
+msgstr ""
#: 04060000.xhp
msgctxt ""
@@ -12941,8 +13005,8 @@ msgctxt ""
"04160300.xhp\n"
"par_id3149495\n"
"help.text"
-msgid "<variable id=\"starmath\"><ahelp hid=\".uno:InsertObjectStarMath\">Inserts a formula into the current document.</ahelp><switchinline select=\"appl\"><caseinline select=\"MATH\"></caseinline><defaultinline> For more information open the $[officename] Math Help.</defaultinline></switchinline></variable>"
-msgstr "<variable id=\"starmath\"><ahelp hid=\".uno:InsertObjectStarMath\">ወደ አሁኑ ሰነድ መቀመሪያ ማስገቢያ </ahelp><switchinline select=\"appl\"><caseinline select=\"MATH\"></caseinline><defaultinline> ለ በለጠ መረጃ ይህን ይመልከቱ $[officename] ሂሳብ እርዳታ</defaultinline></switchinline></variable>"
+msgid "<variable id=\"starmath\"><ahelp hid=\".\">Inserts a formula into the current document.</ahelp><switchinline select=\"appl\"><caseinline select=\"MATH\"></caseinline><defaultinline> For more information open the $[officename] Math Help.</defaultinline></switchinline></variable>"
+msgstr "<variable id=\"starmath\"><ahelp hid=\".\">ወደ አሁኑ ሰነድ መቀመሪያ ማስገቢያ </ahelp><switchinline select=\"appl\"><caseinline select=\"MATH\"></caseinline><defaultinline> ለ በለጠ መረጃ ይህን ይመልከቱ $[officename] ሂሳብ እርዳታ</defaultinline></switchinline></variable>"
#: 04160300.xhp
msgctxt ""
@@ -13693,8 +13757,8 @@ msgctxt ""
"05020200.xhp\n"
"par_id3150496\n"
"help.text"
-msgid "If you save your document in MS Word format, all of the strikethrough styles are converted to the single line style."
-msgstr "የ እርስዎን ሰነድ ካስቀመጡ በ MS Word format, ሁሉም በላዩ ያሰመሩበት ዘዴዎች በሙሉ ይቀየራሉ ወደ ነጠላ መስመር ዘዴ"
+msgid "If you save your document in Microsoft Word format, all of the strikethrough styles are converted to the single line style."
+msgstr "የ እርስዎን ሰነድ ካስቀመጡ በ MS Word format, ሁሉም በላዩ ያሰመሩበት ዘዴዎች በሙሉ ወደ ነጠላ መስመር ዘዴ ይቀየራሉ"
#: 05020200.xhp
msgctxt ""
@@ -17997,16 +18061,16 @@ msgctxt ""
"05020700.xhp\n"
"par_id3147275\n"
"help.text"
-msgid "<emph>Apply spacing between Asian, Latin and Complex text</emph>"
-msgstr "<emph>ክፍተት ማስቻያ በ እስያ: ላቲን: እና በ ውስብስብ ጽሁፍ መካከል</emph>"
+msgid "<emph>Apply spacing between Asian and non-Asian text</emph>"
+msgstr "<emph>በ እስያ: እና የ እስያን-ባልሆነ ጽሁፍ መካከል ክፍተት ማስቻያ</emph>"
#: 05020700.xhp
msgctxt ""
"05020700.xhp\n"
"par_id3148539\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/asiantypography/checkApplySpacing\">Inserts a space between Asian, Latin and complex characters.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/asiantypography/checkApplySpacing\">ክፍተት ማስገቢያ በ እስያ: ላቲን እና በ ውስብስብ ባህሪዎች መካከል ውስጥ </ahelp>"
+msgid "<ahelp hid=\"cui/ui/asiantypography/checkApplySpacing\">Inserts a space between ideographic and alphabetic text.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/asiantypography/checkApplySpacing\">ክፍተት ማስገቢያ ለ ተለዩ እና የ ፊደል ጽሁፍ ውስጥ </ahelp>"
#: 05020700.xhp
msgctxt ""
@@ -21237,7 +21301,7 @@ msgctxt ""
"05060000.xhp\n"
"par_id3083278\n"
"help.text"
-msgid "<ahelp hid=\".uno:RubyDialog\">Allows you to add comments above Asian characters to serve as a pronunciation guide.</ahelp>"
+msgid "<ahelp hid=\".uno:RubyDialog\">Allows you to add comments next to Asian characters to serve as a pronunciation guide.</ahelp>"
msgstr "<ahelp hid=\".uno:RubyDialog\">እርስዎን መጨመር ያስችሎታል ከ እስያ ባህሪዎች በላይ እንዴት እንደሚነበብ አንባቢውን ለመርዳት </ahelp>"
#: 05060000.xhp
@@ -21429,8 +21493,8 @@ msgctxt ""
"05070100.xhp\n"
"par_id3160463\n"
"help.text"
-msgid "<ahelp hid=\".uno:AlignLeft\">Aligns the left edges of the selected objects. If only one object is selected in Draw or Impress, the left edge of the object is aligned to the left page margin.</ahelp>"
-msgstr "<ahelp hid=\".uno:AlignLeft\">የ ተመረጡትን እቃዎች የ ላይ ጠርዝ መሀከል ያደርጋቸዋል: አንድ እቃ ብቻ ከ ተመረጠ በ መሳያ ወይንም በ ማስደነቂያ: የ እቃው መሀከል ከ ላይ ጠርዝ መሀከል በ ገጹ መስመር ላይ ይሆናል </ahelp>"
+msgid "<ahelp hid=\".\">Aligns the left edges of the selected objects. If only one object is selected in Draw or Impress, the left edge of the object is aligned to the left page margin.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ተመረጡትን እቃዎች የ ላይ ጠርዝ መሀከል ያደርጋቸዋል: አንድ እቃ ብቻ ከ ተመረጠ በ መሳያ ወይንም በ ማስደነቂያ: የ እቃው መሀከል ከ ላይ ጠርዝ መሀከል በ ገጹ መስመር ላይ ይሆናል </ahelp>"
#: 05070100.xhp
msgctxt ""
@@ -21469,8 +21533,8 @@ msgctxt ""
"05070200.xhp\n"
"par_id3145138\n"
"help.text"
-msgid "<ahelp hid=\".uno:AlignHorizontalCenter\">Horizontally centers the selected objects. If only one object is selected in Draw or Impress, the center of the object is aligned to the horizontal center of the page.</ahelp>"
-msgstr "<ahelp hid=\".uno:AlignHorizontalCenter\">የ ተመረጡትን እቃዎች በ አግድም መሀከል ያደርጋቸዋል: አንድ እቃ ብቻ ከ ተመረጠ በ መሳያ ወይንም በ ማስደነቂያ: የ እቃው መሀከል በ አግድም መሀከል ላይ ይሆናል በ ገጹ ውስጥ </ahelp>"
+msgid "<ahelp hid=\".\">Horizontally centers the selected objects. If only one object is selected in Draw or Impress, the center of the object is aligned to the horizontal center of the page.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ተመረጡትን እቃዎች በ አግድም መሀከል ያደርጋቸዋል: አንድ እቃ ብቻ ከ ተመረጠ በ መሳያ ወይንም በ ማስደነቂያ: የ እቃው መሀከል በ አግድም መሀከል ላይ ይሆናል በ ገጹ ውስጥ </ahelp>"
#: 05070200.xhp
msgctxt ""
@@ -21501,8 +21565,8 @@ msgctxt ""
"05070300.xhp\n"
"par_id3151264\n"
"help.text"
-msgid "<ahelp hid=\".uno:AlignRight\">Aligns the right edges of the selected objects. If only one object is selected in Impress or Draw, the right edge of the object is aligned to the right page margin.</ahelp>"
-msgstr "<ahelp hid=\".uno:AlignRight\">የ ተመረጡትን እቃዎች በ ቀኝ ጠርዝ ማሰለፊያ: አንድ እቃ ብቻ ከ ተመረጠ በ መሳያ ወይንም በ ማስደነቂያ: የ እቃው መሀከል ከ ላይ ጠርዝ መሀከል በ ገጹ መስመር ላይ ይሆናል </ahelp>"
+msgid "<ahelp hid=\".\">Aligns the right edges of the selected objects. If only one object is selected in Impress or Draw, the right edge of the object is aligned to the right page margin.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ተመረጡትን እቃዎች በ ቀኝ ጠርዝ በኩል ያደርጋቸዋል: አንድ እቃ ብቻ ከ ተመረጠ በ መሳያ ወይንም በ ማስደነቂያ: የ እቃው የ ቀኝ ጠርዝ በ ቀኝ ጠርዝ በኩል በ ገጹ መስመር ላይ ይሆናል </ahelp>"
#: 05070300.xhp
msgctxt ""
@@ -21533,8 +21597,8 @@ msgctxt ""
"05070400.xhp\n"
"par_id3154613\n"
"help.text"
-msgid "<ahelp hid=\".uno:AlignTop\">Vertically aligns the top edges of the selected objects. If only one object is selected in Draw or Impress, the top edge of the object is aligned to the upper page margin.</ahelp>"
-msgstr "<ahelp hid=\".uno:AlignTop\">የ ተመረጡትን እቃዎች በ አግድም ጠርዝ መሀከል ያደርጋቸውል: አንድ እቃ ብቻ ከ ተመረጠ በ መሳያ ወይንም በ ማስደነቂያ: የ እቃው መሀከል በ ላይ ጠርዝ መሀከል በ ገጹ መስመር ላይ ይሆናል </ahelp>"
+msgid "<ahelp hid=\".\">Vertically aligns the top edges of the selected objects. If only one object is selected in Draw or Impress, the top edge of the object is aligned to the upper page margin.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ተመረጡትን እቃዎች በ ቁመት ጠርዝ መሀከል ያደርጋቸውል: አንድ እቃ ብቻ ከ ተመረጠ በ መሳያ ወይንም በ ማስደነቂያ: የ እቃው ጠርዝ በ ላይ ጠርዝ መሀከል በ ገጹ መስመር ላይ ይሆናል </ahelp>"
#: 05070400.xhp
msgctxt ""
@@ -21565,8 +21629,8 @@ msgctxt ""
"05070500.xhp\n"
"par_id3160463\n"
"help.text"
-msgid "<ahelp hid=\".uno:AlignVerticalCenter\">Vertically centers the selected objects. If only one object is selected in Draw or Impress, the center of the object is aligned to the vertical center of the page.</ahelp>"
-msgstr "<ahelp hid=\".uno:AlignVerticalCenter\">የ ተመረጡትን እቃዎች በ ቁመት መሀከል ያደርጋቸውል: አንድ እቃ ብቻ ከ ተመረጠ በ መሳያ ወይንም በ ማስደነቂያ: የ እቃው መሀከል በ ቁመት መሀከል ላይ ይሆናል በ ገጹ ውስጥ</ahelp>"
+msgid "<ahelp hid=\".\">Vertically centers the selected objects. If only one object is selected in Draw or Impress, the center of the object is aligned to the vertical center of the page.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ተመረጡትን እቃዎች በ ቁመት መሀከል ያደርጋቸዋል: አንድ እቃ ብቻ ከ ተመረጠ በ መሳያ ወይንም በ ማስደነቂያ: የ እቃው መሀከል በ ቁመት መሀከል ላይ ይሆናል በ ገጹ ውስጥ </ahelp>"
#: 05070600.xhp
msgctxt ""
@@ -22648,38 +22712,6 @@ msgctxt ""
msgid "Lists the user-defined styles that are attached to the current document."
msgstr "ከ አሁኑ ሰነድ ጋር የተያያዙ በ ተጠቃሚ-የተገለጹ ዘዴዎች ዝርዝር"
-#: 05150101.xhp
-msgctxt ""
-"05150101.xhp\n"
-"tit\n"
-"help.text"
-msgid "Add AutoFormat"
-msgstr "በራሱ አቀራረብ መጨመሪያ"
-
-#: 05150101.xhp
-msgctxt ""
-"05150101.xhp\n"
-"hd_id3154841\n"
-"help.text"
-msgid "Add AutoFormat"
-msgstr "በራሱ አቀራረብ መጨመሪያ"
-
-#: 05150101.xhp
-msgctxt ""
-"05150101.xhp\n"
-"hd_id3154812\n"
-"help.text"
-msgid "Name"
-msgstr "ስም"
-
-#: 05150101.xhp
-msgctxt ""
-"05150101.xhp\n"
-"par_id3153391\n"
-"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\"modules/swriter/ui/stringinput/edit\">Enter a name for the new AutoFormat, and then click<emph> OK</emph>.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\"modules/swriter/ui/stringinput/edit\">ለ አዲሱ አቀራረብ ስም ያስገቡ እና ከዛ ይጫኑ <emph> እሺ </emph></ahelp>"
-
#: 05190000.xhp
msgctxt ""
"05190000.xhp\n"
@@ -25317,8 +25349,8 @@ msgctxt ""
"05230500.xhp\n"
"par_id368358\n"
"help.text"
-msgid "These callouts are a legacy of the first versions of %PRODUCTNAME. You must customize a toolbar or menu to insert these callouts. The newer custom shape callouts offer more features, for example a Callouts toolbar <image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\">Icon</alt></image> where you can select the shape."
-msgstr "እነዚህ መጥሪያዎች የ መጀመሪያው እትም ስጦታ ናቸው %PRODUCTNAME. እርስዎ የ እቃ መደርደሪያ ወይንም ዝርዝር ማስተካከል አለብዎት እነዚህን መጥሪያዎች ለማስገባት: አዲሱ እትም በርካታ የ መጥሪያ ቅርጾች ገጽታ በ ውስጡ ይዟል: ለምሳሌ: የ መጥሪያ እቃ መደርደሪያ <image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\"> ምልክት </alt></image> እርስዎ ቅርጹን የሚመርጡበት"
+msgid "These callouts are a legacy of the first versions of %PRODUCTNAME. You must customize a toolbar or menu to insert these callouts. The newer custom shape callouts offer more features, for example a Callouts toolbar<image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\">Icon</alt></image> where you can select the shape."
+msgstr ""
#: 05230500.xhp
msgctxt ""
@@ -30813,8 +30845,8 @@ msgctxt ""
"06030000.xhp\n"
"par_id3145138\n"
"help.text"
-msgid "<ahelp hid=\".uno:BmpMask\">Opens the Color Replacer dialog, where you can replace colors in bitmap and meta file graphics.</ahelp>"
-msgstr "<ahelp hid=\".uno:BmpMask\">የ ቀለም መቀየሪያ ንግግር መክፈቻ: እርስዎ መቀየር የሚችሉበት የ ቢትማፕስ እና meta ንድፍ ፋይል </ahelp>"
+msgid "<ahelp hid=\".\">Opens the Color Replacer dialog, where you can replace colors in bitmap and meta file graphics.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ቀለም መቀየሪያ ንግግር መክፈቻ: እርስዎ ቀለም መቀየር የሚችሉበት የ ቢትማፕስ እና meta ንድፍ ፋይል </ahelp>"
#: 06030000.xhp
msgctxt ""
@@ -30909,8 +30941,8 @@ msgctxt ""
"06030000.xhp\n"
"par_id3149819\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/dockingcolorreplace/cbx4\">Select this checkbox to replace the current <emph>Source color</emph> with the color that you specify in the <emph>Replace with </emph>box.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/dockingcolorreplace/cbx4\">ይምረጡ ይህን ምልክት ማድረጊያ ሳጥን ለ መቀየር የ አሁኑን <emph>ቀለም ምንጭ</emph> እርስዎ በሚወስኑት ቀለም በ <emph>መቀየሪያ በ </emph>ሳጥን</ahelp>"
+msgid "<ahelp hid=\".\">Select this checkbox to replace the current <emph>Source color</emph> with the color that you specify in the <emph>Replace with </emph>box.</ahelp>"
+msgstr "<ahelp hid=\".\">ይምረጡ ይህን ምልክት ማድረጊያ ሳጥን ለ መቀየር የ አሁኑን <emph> ቀለም ምንጭ </emph> እርስዎ በሚወስኑት ቀለም በ <emph> መቀየሪያ በ </emph> ሳጥን </ahelp> ውስጥ"
#: 06030000.xhp
msgctxt ""
@@ -30941,8 +30973,8 @@ msgctxt ""
"06030000.xhp\n"
"par_id3144438\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/dockingcolorreplace/tol4\">Set the tolerance for replacing a source color in the source image. To replace colors that are similar to the color that you selected, enter a low value. To replace a wider range of colors, enter a higher value.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/dockingcolorreplace/tol4\">የ ቀለም ምንጭ ለ መቀየር ከ ምስል ምንጭ ውስጥ ማካካሻ ማሰናጃ: ቀለም ለ መቀየር ተመሳሳይ የሆነ እርስዎ የ መረጡት: ዝቅተኛ ዋጋ ያስገቡ: ለ መቀየር ሰፊ የ ቀለም መጠኖች: ከፍተኛ ዋጋ ያስገቡ </ahelp>"
+msgid "<ahelp hid=\".\">Set the tolerance for replacing a source color in the source image. To replace colors that are similar to the color that you selected, enter a low value. To replace a wider range of colors, enter a higher value.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ቀለም ምንጭ ለ መቀየር ከ ምስል ምንጭ ውስጥ ማካካሻ ማሰናጃ: ቀለም ለ መቀየር ተመሳሳይ የሆነ እርስዎ የ መረጡት: ዝቅተኛ ዋጋ ያስገቡ: ለ መቀየር ሰፊ የ ቀለም መጠኖች: ከፍተኛ ዋጋ ያስገቡ </ahelp>"
#: 06030000.xhp
msgctxt ""
@@ -30957,8 +30989,8 @@ msgctxt ""
"06030000.xhp\n"
"par_id3154173\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/dockingcolorreplace/color4\">Lists the available replacement colors. To modify the current list of colors, deselect the image, choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/dockingcolorreplace/color4\">ዝግጁ የሆኑ የ መቀየሪያ ቀለሞች ዝርዝር: የ አሁኑን ዝርዝር ቀለሞች ለማሻሻል: ምስል አይምረጡ: ይምረጡ <emph> አቀራረብ - ቦታ </emph> እና ከዛ ይጫኑ የ <emph> ቀለሞች </emph> tab.</ahelp>"
+msgid "<ahelp hid=\".\">Lists the available replacement colors. To modify the current list of colors, deselect the image, choose <emph>Format - Area</emph>, and then click the <emph>Colors</emph> tab.</ahelp>"
+msgstr "<ahelp hid=\".\">ዝግጁ የሆኑ የ መቀየሪያ ቀለሞች ዝርዝር: የ አሁኑን ዝርዝር ቀለሞች ለማሻሻል: ምስል አይምረጡ: ይምረጡ <emph> አቀራረብ - ቦታ </emph> እና ከዛ ይጫኑ የ <emph> ቀለሞች </emph> tab.</ahelp>"
#: 06030000.xhp
msgctxt ""
@@ -33429,8 +33461,8 @@ msgctxt ""
"06050600.xhp\n"
"par_id423291\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the element that will follow the numbering: a tab stop, a space, or nothing.</ahelp>"
-msgstr "<ahelp hid=\".\">ይምረጡ ቁጥር መስጫን ተከትሎ የሚመጣውን አካል: የ tab ማስቆሚያ: ክፍተት: ወይንም ምንም </ahelp>"
+msgid "<ahelp hid=\".\">Select the element that will follow the numbering: a tab stop, a space, a line break, or nothing.</ahelp>"
+msgstr ""
#: 06050600.xhp
msgctxt ""
@@ -34549,8 +34581,8 @@ msgctxt ""
"06140000.xhp\n"
"par_id3155069\n"
"help.text"
-msgid "<variable id=\"anpassen\"><ahelp hid=\".uno:LoadToolBox\">Customizes $[officename] menus, shortcut keys, toolbars, and macro assignments to events.</ahelp></variable>"
-msgstr "<variable id=\"anpassen\"><ahelp hid=\".uno:LoadToolBox\">ማስተካከያ $[officename] ዝርዝር: አቋራጭ ቁልፍ: እቃ መደርደሪያ: እና ማክሮስ ስራ ለ ሁኔታዎች </ahelp></variable>"
+msgid "<variable id=\"anpassen\"><ahelp hid=\".uno:LoadToolBox\">Customizes $[officename] menus, context menus, shortcut keys, toolbars, and macro assignments to events.</ahelp></variable>"
+msgstr "<variable id=\"anpassen\"><ahelp hid=\".uno:LoadToolBox\">ማስተካከያ $[officename] የ አገባብ ዝርዝር አቋራጭ ቁልፍ: እቃ መደርደሪያ: እና ማክሮስ ለ ሁኔታዎች ስራ </ahelp></variable>"
#: 06140000.xhp
msgctxt ""
@@ -34573,192 +34605,176 @@ msgctxt ""
"06140100.xhp\n"
"tit\n"
"help.text"
-msgid "Menu"
-msgstr "ዝርዝር"
+msgid "Menus"
+msgstr "ዝርዝሮች"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"bm_id900601\n"
+"bm_id721515298976736\n"
"help.text"
-msgid "<bookmark_value>editing;menus</bookmark_value><bookmark_value>customizing;menus</bookmark_value><bookmark_value>menus;customizing</bookmark_value>"
-msgstr "<bookmark_value>ማረሚያ: ዝርዝር</bookmark_value><bookmark_value>ማስተካከያ: ዝርዝር</bookmark_value><bookmark_value>ዝርዝር: ማስተካከያ</bookmark_value>"
+msgid "<bookmark_value>menus;customizing</bookmark_value> <bookmark_value>customizing;menus</bookmark_value> <bookmark_value>editing;menus</bookmark_value>"
+msgstr "<bookmark_value>ዝርዝሮች;ማስተካከያ</bookmark_value> <bookmark_value>ማስተካከያ;ዝርዝሮች</bookmark_value> <bookmark_value>ማረሚያ;ዝርዝሮች</bookmark_value>"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"hd_id3153008\n"
+"hd_id431514298399070\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140100.xhp\" name=\"Menu\">Menu</link>"
-msgstr "<link href=\"text/shared/01/06140100.xhp\" name=\"Menu\">ዝርዝር</link>"
+msgid "<link href=\"text/shared/01/06140100.xhp\" name=\"Menus\">Menus</link>"
+msgstr "<link href=\"text/shared/01/06140100.xhp\" name=\"Menus\">ዝርዝሮች</link>"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_id3152952\n"
+"par_id991514298399076\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/menuassignpage/MenuAssignPage\">Customizes and saves current menu layouts as well as creates new menus.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/menuassignpage/MenuAssignPage\">የ አሁኑን ዝርዝር እቅድ ማስተካከያ እና ማስቀመጫ እንዲሁም አዲስ ዝርዝር መፍጠሪያ: እርስዎ የ አገባብ ዝርዝሮችን ማስተካከል አይችሉም </ahelp>"
+msgid "<ahelp hid=\"cui/ui/menuassignpage/MenuAssignPage\">Lets you customize %PRODUCTNAME menus for all modules.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/menuassignpage/MenuAssignPage\">እርስዎን ማስተካከል ያስችሎታል %PRODUCTNAME ዝርዝር ለ ሁሉም ክፍሎች </ahelp>"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
"par_id3146873\n"
"help.text"
-msgid "You can add new commands, modify existing commands, or rearrange the menu items."
-msgstr "እርስዎ አዲስ ትእዛዞችን መጨመር: የ ነበሩ ትእዛዞችን ማሻሻል: ወይንም የ ዝርዝር እቃዎችን እንደገና ማዘጋጀት ይችላሉ"
+msgid "You can add new commands, modify existing commands, or rearrange the menu items. You can also add commands executed by macros and apply all kind of styles directly from the menu."
+msgstr "እርስዎ አዲስ ትእዛዝ መጨመር: የ ነበረውን ትእዛዝ ማሻሻል: ወይንም ዝርዝር እቃዎችን እንደገና ማሰናዳት ይችላሉ: እርስዎ እንዲሁም ይችላሉ ትእዛዝ መፈጸም በ ማክሮስ እና ሁሉንም አይነት ዘደዎች በ ቀጥታ ወደ ዝርዝር ውስጥ መፈጸም ይችላሉ"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN1069B\n"
+"par_id621514299131013\n"
"help.text"
-msgid "Menu"
-msgstr "ዝርዝር"
+msgid "Choose <item type=\"menuitem\">Tools - Customize - Menus</item> tab."
+msgstr "ይምረጡ <item type=\"menuitem\"> መሳሪያዎች - ማስተካከያ - ዝርዝሮች</item>"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN1069F\n"
+"hd_id611514302475667\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/menuassignpage/toplevellist\">Select the menu and submenu that you want to edit.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/menuassignpage/toplevellist\">እርስዎ ማረም የሚፈልጉትን ዝርዝር እና ንዑስ ዝርዝር ይምረጡ </ahelp>"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_idN106B0\n"
-"help.text"
-msgid "New"
-msgstr "አዲስ"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_idN106B4\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/menuassignpage/toplevelbutton\">Opens the <link href=\"text/shared/01/06140101.xhp\">New Menu</link> dialog where you can enter the name of a new menu as well as select the location for the menu.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/menuassignpage/toplevelbutton\">መክፈቻ የ <link href=\"text/shared/01/06140101.xhp\">አዲስ ዝርዝር</link> ንግግር እርስዎ ስም የሚያስገቡበት ለ አዲስ ዝርዝር እንዲሁም የሚመርጡበት የ አካባቢ ለ ዝርዝር </ahelp>"
+msgid "Search"
+msgstr "መፈለጊያ"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN106B7\n"
+"par_id771514302498290\n"
"help.text"
-msgid "Menu"
-msgstr "ዝርዝር"
+msgid "<ahelp hid=\".\">Enter a string in the text box to narrow the search of commands.</ahelp>"
+msgstr "<ahelp hid=\".\">የ መፈለጊያ ትእዛዝ ለ ማጥበብ ወደ ጽሁፍ ሳጥን ውስጥ ሀረግ ያስገቡ</ahelp>"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN106BB\n"
+"hd_id441514302482125\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/menuassignpage/menuedit\">Opens a submenu with additional commands.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/menuassignpage/menuedit\">መክፈቻ ንዑስ ንግግር ከ ተጨማሪ ትእዛዞች ጋር</ahelp>"
+msgid "Category"
+msgstr "ምድብ"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN106BE\n"
+"par_id811514302506979\n"
"help.text"
-msgid "Move"
-msgstr "ማንቀሳቀሻ"
+msgid "<ahelp hid=\".\">Select the menu command category in the drop-down list to restrict the search of commands or scroll the list below. Macros and styles commands are in the bottom of the list.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ዝርዝር ትእዛዝ ምድብ ይምረጡ ወደ ታች-ከሚዘረገፍ ዝርዝር ውስጥ የ መፈለጊያ ትእዛዝ ለ መወሰን ወይንም ከ ታች በኩል ያለውን ዝርዝር ይሸብልሉ: የ ማክሮስ እና ዘዴዎች ትእዛዝ ከ ዝርዝር በ ታች በኩል ናቸው</ahelp>"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN106C2\n"
+"hd_id551514302487751\n"
"help.text"
-msgid "Opens the <link href=\"text/shared/01/06140102.xhp\">Move Menu</link> dialog where you can specify the location of the selected menu."
-msgstr "መክፈቻ የ <link href=\"text/shared/01/06140102.xhp\">ዝርዝር ማንቀሳቀሻ</link> ንግግር እርስዎ ለ ተመረጠው ዝርዝር አካባቢ የሚወስኑበት"
+msgid "Function"
+msgstr "ተግባር"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN106C5\n"
+"par_id831514302518564\n"
"help.text"
-msgid "Rename"
-msgstr "እንደገና መሰየሚያ"
+msgid "<ahelp hid=\".\">Displays the results of the combination of the search string and category of the desired function.</ahelp>"
+msgstr "<ahelp hid=\".\">የ መቀላቀያ መፈለጊያ ሀረግ ውጤት ማሳያ እና የሚፈለገው ተግባር ምድብ</ahelp>"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN106C9\n"
+"hd_id221514304363862\n"
"help.text"
-msgid "Opens a dialog where you can change the name of the selected menu."
-msgstr "እርስዎ የ ተመረጠውን ዝርዝር ስም የሚቀይሩበት ንግግር መክፈቻ"
+msgid "Description"
+msgstr "መግለጫ"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN1071C\n"
+"par_id841514304376338\n"
"help.text"
-msgid "New name"
-msgstr "አዲስ ስም"
+msgid "<ahelp hid=\".\">The text box contains a short description of the selected command.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ጽሁፍ ሳጥን የያዘው አቋራጭ መግለጫ ለ ተመረጠው ትእዛዝ ነው</ahelp>"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN1071F\n"
+"hd_id541514303919911\n"
"help.text"
-msgid "Enter the new name for the selected menu."
-msgstr "ለ ተመረጠው ዝርዝር አዲስ ስም ያስገቡ"
+msgid "Scope"
+msgstr "ክልል"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN106CC\n"
+"hd_id231514303933476\n"
"help.text"
-msgid "To specify the keyboard accelerator for a menu"
-msgstr "ለ ዝርዝር የ ፊደል ገበታ ማፍጠኛ ለ መወሰን"
+msgid "<ahelp hid=\".\">Select the location where the menu is to be attached. If attached to a %PRODUCTNAME module, the menu is available for all files opened in that module. If attached to the file, the menu will be available only when that file is opened and active.</ahelp>"
+msgstr "<ahelp hid=\".\">ዝርዝር የት እንደሚጣበቅ አካባቢ ይምረጡ: ከተያያዘ ከ %PRODUCTNAME ክፍል ጋር: ዝርዝር ዝግጁ ይሆናል ለ ሁሉም ለ ተከፈቱ ፋይሎች በ ክፍሉ ውስጥ: ከ ፋይል ጋር ከ ተያያዘ: ዝርዝር ዝግጁ ይሆናል ፋይሉ በሚከፈት እና ንቁ በሚሆን ጊዜ</ahelp>"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN108C6\n"
+"hd_id581514303962835\n"
"help.text"
-msgid "A keyboard accelerator allows you to select a menu command when you press Alt+ an underlined letter in a menu command. For example, to select the <emph>Save All</emph> command by pressing Alt+V, enter Sa~ve All."
-msgstr "የ ፊደል ገበታ ማፍጠኛ እርስዎን የሚያስችለው የ ዝርዝር ትእዛዝ መምረጥ ነው በሚጫኑ ጊዜ Alt+ ከ ስሩ የ ተሰመረ ቃል በ ዝርዝር ትእዛዝ ውስጥ:ለምሳሌ: ለ መምረጥ የ <emph>ሁሉንም ማስቀመጫ</emph> ትእዛዝ በ መጫን Alt+V, ማስገቢያ ሁሉንም ማስ~ቀመጫ"
+msgid "Target"
+msgstr "ኢላማው"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN106D0\n"
+"par_id921514303969718\n"
"help.text"
-msgid "Select a menu or menu entry."
-msgstr "ዝርዝር ይምረጡ ወይንም ዝርዝር ማስገቢያ"
+msgid "<ahelp hid=\".\">Select the menu where the customization is to be applied. The current set of functions is displayed in the box below.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ዝርዝር ማስተካከያ የሚፈጸምበትን ይምረጡ: አሁን የ ተሰናዳው ተግባር ከ ታች በኩል ባለው ሳጥን ውስጥ ይታያል</ahelp>"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN108DC\n"
+"hd_id351514304283480\n"
"help.text"
-msgid "Click the <emph>Menu</emph> button and select <emph>Rename</emph>."
-msgstr "ይጫኑ የ <emph> ዝርዝር </emph> ቁልፍ እና ይምረጡ <emph> እንደገና መሰየሚያ </emph>"
+msgid "Add"
+msgstr "መጨመሪያ"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN108E8\n"
+"par_id151514304300251\n"
"help.text"
-msgid "Add a tilde (~) in front of the letter that you want to use as an accelerator."
-msgstr "መጨመሪያ ቲልዴ (~) ከ ፊደል ፊት ለ ፊት እርስዎ እንደ አፍጣኝ መጠቀም በሚፈልጉበት ውስጥ"
+msgid "<ahelp hid=\".\">Click on the Add button to add a new menu.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጫኑ መጨመሪያ ቁልፍ ላይ አዲስ ዝርዝር ለ መጨመር</ahelp>"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN106F9\n"
+"hd_id651514304289436\n"
"help.text"
-msgid "Delete"
-msgstr "ማጥፊያ"
+msgid "Remove"
+msgstr "ማስወገጃ"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN106FD\n"
+"par_id61514304306614\n"
"help.text"
-msgid "Deletes the selected menu or menu entry."
-msgstr "የ ተመረጠውን ዝርዝር ወይንም ዝርዝር ማስገቢያ ማጥፊያ"
+msgid "<ahelp hid=\".\">Click on the remove button to delete the menu.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጫኑ ማስወገጃ ቁልፍ ላይ ዝርዝር ለ ማጥፋት</ahelp>"
#: 06140100.xhp
msgctxt ""
@@ -34771,234 +34787,122 @@ msgstr "እርስዎ ማጥፋት የሚችሉት ዝርዝር ማስተካከ
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"hd_id3154408\n"
-"help.text"
-msgid "Entries"
-msgstr "ማስገቢያዎች"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_id3150999\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/menuassignpage/entries\">Displays a list of the available menu commands for the selected menu in the current application or document.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/menuassignpage/entries\">ለ ተመረጠው ዝርዝር ዝግጁ ትእዛዞችን ማሳያ ለ አሁኑ መተግበሪያ ወይንም ሰነድ </ahelp>"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_id3150838\n"
-"help.text"
-msgid "To rearrange the order of menu entries, select an entry, and then click the up or down arrow button."
-msgstr "የ ዝርዝር ማስገቢያዎች ደንብ እንደገና ለማዘጋጀት: ማስገቢያ ይምረጡ እና ከዛ ይጫኑ ቀስት ወደ ላይ ወይንም ቀስት ወደ ታች"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"hd_id3147620\n"
-"help.text"
-msgid "Arrow Up"
-msgstr "ቀስት ወደ ላይ"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_id3153585\n"
+"hd_id961514303975994\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/menuassignpage/up\">Moves the selected item up one position.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/menuassignpage/up\">የ ተመረጠውን እቃ አንድ ደረጃ ወደ ላይ ማንቀሳቀሻ </ahelp>"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_id3150119\n"
-"help.text"
-msgid "<image id=\"img_id3156192\" src=\"dbaccess/res/sortup.png\" width=\"0.2083inch\" height=\"0.222inch\"><alt id=\"alt_id3156192\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156192\" src=\"dbaccess/res/sortup.png\" width=\"0.2083inch\" height=\"0.222inch\"><alt id=\"alt_id3156192\">ምልክት</alt></image>"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_id3153331\n"
-"help.text"
-msgid "Arrow Up"
-msgstr "ቀስት ወደ ላይ"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"hd_id3155388\n"
-"help.text"
-msgid "Arrow Down"
-msgstr "ቀስት ወደ ታች"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_id3147335\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/menuassignpage/down\">Moves the selected item down one position.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/menuassignpage/down\">የ ተመረጠውን እቃ አንድ ደረጃ ወደ ታች ማንቀሳቀሻ </ahelp>"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_id3148943\n"
-"help.text"
-msgid "<image id=\"img_id3145609\" src=\"dbaccess/res/sortdown.png\" width=\"0.1563inch\" height=\"0.1665inch\"><alt id=\"alt_id3145609\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145609\" src=\"dbaccess/res/sortdown.png\" width=\"0.1563inch\" height=\"0.1665inch\"><alt id=\"alt_id3145609\">ምልክት</alt></image>"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_id3149295\n"
-"help.text"
-msgid "Arrow Down"
-msgstr "ቀስት ወደ ታች"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_idN107EA\n"
-"help.text"
-msgid "Add Commands"
-msgstr "ትእዛዞች መጨመሪያ"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_idN107EE\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the Add Commands dialog. Select any command, then click <emph>Add</emph> or drag-and-drop the command into the <emph>Customize</emph> dialog box.</ahelp>"
-msgstr "<ahelp hid=\".\">መክፈቻ የ ትእዛዝ ንግግር ለ መጨመር: ይምረጡ ማንኛውንም ትእዛዝ: እና ከዛ ይጫኑ <emph> መጨመሪያ </emph> ወይንም ይጎትቱ-እና-ይጣሉ ትእዛዝ ወደ <emph> ማስተካከያ </emph> ንግግር ሳጥን ውስጥ </ahelp>"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_idN107F9\n"
-"help.text"
-msgid "Command"
-msgstr "ትእዛዝ"
-
-#: 06140100.xhp
-msgctxt ""
-"06140100.xhp\n"
-"par_idN107FD\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/menuassignpage/modify\">Opens a menu that contains additional commands.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/menuassignpage/modify\">ተጨማሪ ትእዛዞች የያዘ ዝርዝር መክፈቻ</ahelp>"
+msgid "Right Arrow button"
+msgstr ""
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN10800\n"
+"par_id941514303982378\n"
"help.text"
-msgid "Add Submenu"
-msgstr "ንዑስ ዝርዝር መጨመሪያ"
+msgid "<ahelp hid=\".\">Click on the right arrow button to select a function on the left display box and copy to the right display box. This will add the function to the selected menu.</ahelp>"
+msgstr ""
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN10804\n"
+"hd_id161514303992615\n"
"help.text"
-msgid "Opens the Add Submenu dialog, where you enter the name of a submenu."
-msgstr "መክፈቻ የ ንዑስ ዝርዝር ንግግር መጨመሪያ: እርስዎ ስም ለ ንዑስ ዝርዝር የሚያስገቡበት"
+msgid "Left Arrow button"
+msgstr ""
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN10807\n"
+"par_id361514304000470\n"
"help.text"
-msgid "Add Separator"
-msgstr "መለያያ መጨመሪያ"
+msgid "<ahelp hid=\".\">Click on the left arrow button to remove the selected command from the current menu.</ahelp>"
+msgstr ""
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN1080B\n"
+"hd_id761514304005994\n"
"help.text"
-msgid "Inserts a separator line under the current menu entry."
-msgstr "መለያያ መስመር ከ ስር ማስገቢያ ለ አሁኑ ዝርዝር ማስገቢያ"
+msgid "Up and Down arrow buttons"
+msgstr "የ ላይ እና የ ታች ቀስት ቁልፎች"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN1080E\n"
+"par_id761514304011466\n"
"help.text"
-msgid "Rename"
-msgstr "እንደገና መሰየሚያ"
+msgid "<ahelp hid=\".\">Click on the Up or Down arrows on the right to move the selected command upward or downward in the list of displayed menu commands.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጫኑ ቀስት ወደ ላይ ወይንም ወደ ታች በ ቀኝ በኩል የ ተመረጠውን ትእዛዝ ወደ ላይ ወይንም ወደ ታች ለ ማንቀሳቀስ: በ ዝርዝር ውስጥ የሚታየውን ዝርዝር ትእዛዝ</ahelp>"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN10812\n"
+"par_id301514305066046\n"
"help.text"
-msgid "Opens the <emph>Rename</emph> dialog, where you enter a new name for the selected command."
-msgstr "መክፈቻ የ <emph> እንደገና መሰየሚያ </emph> ንግግር: እርስዎ አዲስ ስም ለ ተመረጠው ትእዛዝ የሚያስገቡበት"
+msgid "You can drag and drop the selected command to move it to the position you want."
+msgstr "እርስዎ መጎተት እና መጣል ይችላሉ የ ተመረጠውን ትእዛዝ እርስዎ ወደሚፈልጉት ቦታ ለ ማንቀሳቀስ"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN108CA\n"
+"hd_id321514310951605\n"
"help.text"
-msgid "New name"
-msgstr "አዲስ ስም"
+msgid "Insert"
+msgstr "ማስገቢያ"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN108CD\n"
+"par_id981514310786648\n"
"help.text"
-msgid "Enter the new name for the selected command."
-msgstr "ለ ተመረጠው ትእዛዝ አዲስ ስም ያስገቡ"
+msgid "<emph>Insert Separator</emph>: Add a separator mark to improve menu readability and to group commands by subject."
+msgstr "<emph>መለያያ ማስገቢያ </emph>: የ ዝርዝር ማንበቢያውን ለ ማሻሻል መለያያ መጨመሪያ እና ትእዛዞችን በ ጉዳይ በ ቡድን ለማድረግ"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN10824\n"
+"par_id831514310878540\n"
"help.text"
-msgid "Delete"
-msgstr "ማጥፊያ"
+msgid "<emph>Insert Submenu</emph>: Insert a submenu entry. Enter a name for the new submenu in the dialog box that follows. The new submenu is automatically available in the menu list for edition."
+msgstr "<emph>ንዑስ ዝርዝር ማስገቢያ </emph>: የ ንዑስ ዝርዝር ማስገቢያ: ለ አዲሱ ንዑስ ዝርዝር ስም ያስገቡ በ ንግግር ሳጥን ውስጥ: አዲሱ ንዑስ ዝርዝር ራሱ በራሱ ለ እትሙ ዝግጁ ይሆናል በ ዝርዝር ውስጥ"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN10828\n"
+"hd_id341514311059169\n"
"help.text"
-msgid "Deletes the selected command."
-msgstr "የተመረጠውን ትእዛዝ ማጥፊያ"
+msgid "Modify"
+msgstr "ማሻሻያ"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN10918\n"
+"par_id111514311020590\n"
"help.text"
-msgid "Save In"
-msgstr "ማስቀመጫ በ"
+msgid "<emph>Rename</emph>: Rename the entry."
+msgstr "<emph>እንደገና መሰየሚያ</emph>: ማስገቢያውን እንደገና መሰየሚያ"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN1091C\n"
+"hd_id641514311180774\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/menuassignpage/savein\">Select the application or open document where you want to add the menu.</ahelp> A separate menu configuration is saved for the item that you select."
-msgstr "<ahelp hid=\"cui/ui/menuassignpage/savein\">መተግበሪያ ይምረጡ ወይንም ሰነድ ይክፈቱ እርስዎ ዝርዝር መጨመር ወደሚፈልጉበት </ahelp> የ ተለየ ዝርዝር ማዋቀሪያ ይቀመጣል እርስዎ ለ መረጡት እቃ"
+msgid "Defaults"
+msgstr "ነባሮች"
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN10AFB\n"
+"par_id851514311086417\n"
"help.text"
-msgid "To edit a menu configuration that is associated with an item in the list, select the item, make the changes that you want, and then click the <emph>OK</emph> button."
-msgstr "የ ዝርዝር ማዋቀሪያ ለማረም የ ተገናኘ ከ እቃ ጋር በ ዝርዝር ውስጥ: ይምረጡ እቃ: እርስዎ የሚፈልጉትን ለውጥ ይፈጽሙ: እና ከዛ ይጫኑ የ <emph> እሺ </emph> ቁልፍ"
+msgid "<ahelp hid=\"cui/ui/menuassignpage/defaultsbtn\">Deletes all changes previously made to this menu.</ahelp>"
+msgstr ""
#: 06140100.xhp
msgctxt ""
"06140100.xhp\n"
-"par_idN10922\n"
+"par_id481514299760750\n"
"help.text"
-msgid "You cannot load a menu configuration from one location and save the configuration to another location."
-msgstr "እርስዎ መጫን አይችሉም ዝርዝር ማሰናጃ በ አንድ አካባቢ እና ማስቀመጥ ማሰጃውን ወደ ሌላ አካባቢ"
+msgid "<link href=\"text/shared/01/06140300.xhp\" name=\"linkname\">Customizing %PRODUCTNAME context menus</link>"
+msgstr "<link href=\"text/shared/01/06140300.xhp\" name=\"linkname\">ማስተካከያ %PRODUCTNAME የ አገባብ ዝርዝር</link>"
#: 06140101.xhp
msgctxt ""
@@ -35312,469 +35216,597 @@ msgctxt ""
msgid "<ahelp hid=\".\">Resets modified values back to the default values.</ahelp>"
msgstr "<ahelp hid=\".\">እንደ ነበር መመለሻ የ ተሻሻሉ ዋጋዎችን ወደ ነባር ዋጋቸው</ahelp>"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
+"06140300.xhp\n"
"tit\n"
"help.text"
-msgid "Toolbars"
-msgstr "እቃ መደርደሪያ"
+msgid "Context Menus"
+msgstr "የ አገባብ ዝርዝሮች"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"hd_id3154100\n"
+"06140300.xhp\n"
+"bm_id721514298976736\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140400.xhp\" name=\"Toolbars\">Toolbars</link>"
-msgstr "<link href=\"text/shared/01/06140400.xhp\" name=\"Toolbars\">እቃ መደርደሪያ</link>"
+msgid "<bookmark_value>context menus;customizing</bookmark_value> <bookmark_value>customizing;context menus</bookmark_value> <bookmark_value>editing;context menus</bookmark_value>"
+msgstr "<bookmark_value>የ አገባብ ዝርዝሮች;ማስተካከያ</bookmark_value> <bookmark_value>ማስተካከያ;የ አገባብ ዝርዝሮች</bookmark_value> <bookmark_value>ማረሚያ;የ አገባብ ዝርዝሮች</bookmark_value>"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_id3150279\n"
+"06140300.xhp\n"
+"hd_id431514298399070\n"
"help.text"
-msgid "<ahelp hid=\".\">Lets you customize $[officename] toolbars.</ahelp>"
-msgstr "<ahelp hid=\".\">እርስዎን ማስተካከል ያስችሎታል $[officename] እቃ መደርደሪያ </ahelp>"
+msgid "<link href=\"text/shared/01/06140300.xhp\" name=\"Context Menus\">Context Menus</link>"
+msgstr "<link href=\"text/shared/01/06140300.xhp\" name=\"Context Menus\">የ አገባብ ዝርዝሮች</link>"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN10601\n"
+"06140300.xhp\n"
+"par_id991514298399076\n"
"help.text"
-msgid "Toolbar"
-msgstr "እቃ መደርደሪያ"
+msgid "<ahelp hid=\"cui/ui/menuassignpage/MenuAssignPage\">Lets you customize %PRODUCTNAME context menus for all modules.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/menuassignpage/MenuAssignPage\">እርስዎን ማስተካከል ያስችሎታል %PRODUCTNAME ዝርዝር ለ ሁሉም ክፍሎች </ahelp>"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN10604\n"
+"06140300.xhp\n"
+"par_id3146873\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the toolbar you want to edit.</ahelp>"
-msgstr "<ahelp hid=\".\">እርስዎ ማረም የሚፈልጉትን የ እቃ መደርደሪያ ይምረጡ </ahelp>"
+msgid "You can add new commands, modify existing commands, or rearrange the context menu items. You can also add commands executed by macros and apply all kind of styles directly from the context menu."
+msgstr "እርስዎ አዲስ ትእዛዝ መጨመር: የ ነበረውን ትእዛዝ ማሻሻል: ወይንም ዝርዝር እቃዎችን እንደገና ማሰናዳት ይችላሉ: እርስዎ እንዲሁም ይችላሉ ትእዛዝ መፈጸም በ ማክሮስ እና ሁሉንም አይነት ዘደዎች በ ቀጥታ ወደ ዝርዝር ውስጥ መፈጸም ይችላሉ"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN10602\n"
+"06140300.xhp\n"
+"par_id621514299131013\n"
"help.text"
-msgid "Style"
-msgstr "ዘዴ"
+msgid "Choose <item type=\"menuitem\">Tools - Customize - Context Menus</item> tab."
+msgstr "ይምረጡ <item type=\"menuitem\"> መሳሪያዎች - ማስተካከያ - የ አገባብ ዝርዝሮች</item> tab."
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN10605\n"
+"06140300.xhp\n"
+"hd_id611514302475667\n"
"help.text"
-msgid "Select the toolbar style you want to use."
-msgstr "እርስዎ መጠቀም የሚፈልጉትን የ እቃ መደርደሪያ ይምረጡ"
+msgid "Search"
+msgstr "መፈለጊያ"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN1064E\n"
+"06140300.xhp\n"
+"par_id771514302498290\n"
"help.text"
-msgid "Icons"
-msgstr "ምልክቶች"
+msgid "Enter a string in the text box to narrow the search of commands."
+msgstr "የ መፈለጊያ ትእዛዝ ለ ማጥበብ ወደ ጽሁፍ ሳጥን ውስጥ ሀረግ ያስገቡ"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN10652\n"
+"06140300.xhp\n"
+"hd_id441514302482125\n"
"help.text"
-msgid "<ahelp hid=\".\">Shows icons only.</ahelp>"
-msgstr "<ahelp hid=\".\">ምልክቶች ብቻ ማሳያ</ahelp>"
+msgid "Category"
+msgstr "ምድብ"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN1065B\n"
+"06140300.xhp\n"
+"par_id811514302506979\n"
"help.text"
-msgid "Icons & Text"
-msgstr "ምልክቶች & ጽሁፍ"
+msgid "Select the menu command category in the drop-down list to restrict the search of commands or scroll the list below. Macros and styles commands are in the bottom of the list."
+msgstr "የ ዝርዝር ትእዛዝ ምድብ ይምረጡ ወደ ታች-ከሚዘረገፍ ዝርዝር ውስጥ የ መፈለጊያ ትእዛዝ ለ መወሰን ወይንም ከ ታች በኩል ያለውን ዝርዝር ይሸብልሉ: የ ማክሮስ እና ዘዴዎች ትእዛዝ ከ ዝርዝር በ ታች በኩል ናቸው"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN1065E\n"
+"06140300.xhp\n"
+"hd_id551514302487751\n"
"help.text"
-msgid "<ahelp hid=\".\">Shows icons and text.</ahelp>"
-msgstr "<ahelp hid=\".\">ምልክቶች እና ጽሁፍ ማሳያ</ahelp>"
+msgid "Function"
+msgstr "ተግባር"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN10655\n"
+"06140300.xhp\n"
+"par_id831514302518564\n"
"help.text"
-msgid "Text"
-msgstr "ጽሁፍ"
+msgid "Displays the results of the combination of the search string and category of the desired function."
+msgstr "የ መቀላቀያ መፈለጊያ ሀረግ ውጤት ማሳያ እና የሚፈለገው ተግባር ምድብ"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN10658\n"
+"06140300.xhp\n"
+"hd_id221514304363862\n"
"help.text"
-msgid "<ahelp hid=\".\">Shows text only.</ahelp>"
-msgstr "<ahelp hid=\".\">ጽሁፍ ብቻ ማሳያ</ahelp>"
+msgid "Description"
+msgstr "መግለጫ"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN10607\n"
+"06140300.xhp\n"
+"par_id841514304376338\n"
"help.text"
-msgid "New"
-msgstr "አዲስ"
+msgid "The text box contains a short description of the selected command."
+msgstr "የ ጽሁፍ ሳጥን የያዘው አቋራጭ መግለጫ ለ ተመረጠው ትእዛዝ ነው"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN1060A\n"
+"06140300.xhp\n"
+"hd_id541514303919911\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens the Name dialog, where you can enter the name of a new toolbar and select the location of the new toolbar.</ahelp>"
-msgstr "<ahelp hid=\".\">የ ስም ንግግር መክፈቻ: እርስዎ ስም ማስገባት የሚችሉበት ለ አዲሱ እቃ መደርደሪያ: እና ለ አዲሱ እቃ መደርደሪያ ቦታ ይምረጡ </ahelp>"
+msgid "Location"
+msgstr "አካባቢ"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN106011\n"
+"06140300.xhp\n"
+"hd_id231514303933476\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the name of a new toolbar.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ለአዲሱ እቃ መደርደሪያ ስም ያስገቡ</ahelp>"
+msgid "Select the location where the context menu is to be attached. If attached to a %PRODUCTNAME module, the context menu is available for all files opened in that module. If attached to the file, the context menu will be available only when that file is opened and active."
+msgstr "የ አገባብ ዝርዝር የት እንደሚጣበቅ አካባቢ ይምረጡ: ከተያያዘ ከ %PRODUCTNAME ክፍል ጋር: የ አገባብ ዝርዝር ዝግጁ ይሆናል ለ ሁሉም ለ ተከፈቱ ፋይሎች በ ክፍሉ ውስጥ: ከ ፋይል ጋር ከ ተያያዘ: የ አገባብ ዝርዝር ዝግጁ ይሆናል ፋይሉ በሚከፈት እና ንቁ በሚሆን ጊዜ"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN106012\n"
+"06140300.xhp\n"
+"hd_id581514303962835\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the location of the new toolbar.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ለ አዲሱ እቃ መደርደሪያ ቦታ ያስገቡ</ahelp>"
+msgid "Menu"
+msgstr "ዝርዝር"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN1061B\n"
+"06140300.xhp\n"
+"par_id921514303969718\n"
"help.text"
-msgid "Toolbar"
-msgstr "እቃ መደርደሪያ"
+msgid "Select the Context Menu where the customization is to be applied. The current set of functions is displayed in the box below."
+msgstr "የ አገባብ ዝርዝር ይምረጡ ማስተካከያ የሚፈጸምበት: አሁን የ ተሰናዳው ተግባር ከ ታች በኩል ባለው ሳጥን ውስጥ ይታያል"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN1061E\n"
+"06140300.xhp\n"
+"hd_id351514304283480\n"
"help.text"
-msgid "<ahelp hid=\".\">The Toolbar button opens a submenu</ahelp> with the following commands:"
-msgstr "<ahelp hid=\".\">የ እቃ መደርደሪያ ይከፍታል ንዑስ ዝርዝር </ahelp> በሚቀጥሉት ትእዛዞች:"
+msgid "Add"
+msgstr "መጨመሪያ"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN10621\n"
+"06140300.xhp\n"
+"par_id151514304300251\n"
"help.text"
-msgid "Rename"
-msgstr "እንደገና መሰየሚያ"
+msgid "Click on the Add button to add a new context menu."
+msgstr "ይጫኑ በ መጨመሪያ ቁልፍ ላይ አዲስ የ አገባብ ዝርዝር ለ መጨመር"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN10624\n"
+"06140300.xhp\n"
+"hd_id651514304289436\n"
"help.text"
-msgid "Opens the <emph>Rename Toolbar</emph> dialog, where you enter a new name for the selected toolbar."
-msgstr "መክፈቻ የ <emph> እቃ መደርደሪያ እንደገና መሰየሚያ </emph> ንግግር: እርስዎ አዲስ ስም የሚያስገቡበት ለ ተመረጠው እቃ መደርደሪያ"
+msgid "Remove"
+msgstr "ማስወገጃ"
-#: 06140400.xhp
+#: 06140300.xhp
msgctxt ""
-"06140400.xhp\n"
-"par_idN1062B\n"
+"06140300.xhp\n"
+"par_id61514304306614\n"
+"help.text"
+msgid "Click on the remove button to delete the context menu."
+msgstr "ይጫኑ በ ማስወገጃ ቁልፍ ላይ ዝርዝር አገባብ ለ ማጥፋት"
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"par_idN10910\n"
"help.text"
-msgid "New name"
-msgstr "አዲስ ስም"
+msgid "You can only delete custom context menus and custom context menu entries."
+msgstr "እርስዎ ማጥፋት የሚችሉት የ አገባብ ዝርዝር ማስተካከያ እና የ አገባብ ዝርዝር ማስተካከያ ማስገቢያዎችን ነው"
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"hd_id961514303975994\n"
+"help.text"
+msgid "Right Arrow button"
+msgstr ""
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"par_id941514303982378\n"
+"help.text"
+msgid "Click on the right arrow button to select a function on the left display box and copy to the right display box. This will add the function to the selected context menu."
+msgstr ""
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"hd_id161514303992615\n"
+"help.text"
+msgid "Left Arrow button"
+msgstr ""
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"par_id361514304000470\n"
+"help.text"
+msgid "Click on the left arrow button to remove the selected command from the current contex menu."
+msgstr ""
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"hd_id761514304005994\n"
+"help.text"
+msgid "Up and Down arrow buttons"
+msgstr "የ ላይ እና የ ታች ቀስት ቁልፎች"
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"par_id761514304011466\n"
+"help.text"
+msgid "Click on the Up or Down arrows on the right to move the selected command upward or downward in the list of displayed context menus commands."
+msgstr "ይጫኑ ቀስት ወደ ላይ ወይንም ወደ ታች በ ቀኝ በኩል የ ተመረጠውን ትእዛዝ ወደ ላይ ወይንም ወደ ታች ለ ማንቀሳቀስ: በ ዝርዝር አገባብ ውስጥ የሚታየውን ዝርዝር ትእዛዝ"
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"par_id301514305066046\n"
+"help.text"
+msgid "You can drag and drop the selected command to move it to the position you want."
+msgstr "እርስዎ መጎተት እና መጣል ይችላሉ የ ተመረጠውን ትእዛዝ እርስዎ ወደሚፈልጉት ቦታ ለ ማንቀሳቀስ"
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"hd_id321514310951605\n"
+"help.text"
+msgid "Insert"
+msgstr "ማስገቢያ"
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"par_id981514310786648\n"
+"help.text"
+msgid "<emph>Insert Separator</emph>: Add a separator mark to improve menu readability and to group commands by subject."
+msgstr "<emph>መለያያ ማስገቢያ </emph>: የ ዝርዝር ማንበቢያውን ለ ማሻሻል መለያያ መጨመሪያ እና ትእዛዞችን በ ጉዳይ በ ቡድን ለማድረግ"
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"par_id831514310878540\n"
+"help.text"
+msgid "<emph>Insert Submenu</emph>: Insert a submenu entry. Enter a name for the new submenu in the dialog box that follows. The new submenu is automatically available in the menu list for edition."
+msgstr "<emph>ንዑስ ዝርዝር ማስገቢያ </emph>: የ ንዑስ ዝርዝር ማስገቢያ: ለ አዲሱ ንዑስ ዝርዝር ስም ያስገቡ በ ንግግር ሳጥን ውስጥ: አዲሱ ንዑስ ዝርዝር ራሱ በራሱ ለ እትሙ ዝግጁ ይሆናል በ ዝርዝር ውስጥ"
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"hd_id341514311059169\n"
+"help.text"
+msgid "Modify"
+msgstr "ማሻሻያ"
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"par_id111514311020590\n"
+"help.text"
+msgid "<emph>Rename</emph>: Rename the entry."
+msgstr "<emph>እንደገና መሰየሚያ</emph>: ማስገቢያውን እንደገና መሰየሚያ"
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"hd_id641514311180774\n"
+"help.text"
+msgid "Defaults"
+msgstr "ነባሮች"
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"par_id851514311086417\n"
+"help.text"
+msgid "Deletes all changes previously made to this context menu."
+msgstr "በ ዝርዝር ውስጥ የ ተፈጸመውን ቀደም ያለ ለውጥ ሁሉንም ማጥፊያ"
+
+#: 06140300.xhp
+msgctxt ""
+"06140300.xhp\n"
+"par_id481514299760750\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140100.xhp\" name=\"linkname\">Customizing %PRODUCTNAME menus</link>"
+msgstr "<link href=\"text/shared/01/06140100.xhp\" name=\"linkname\">ማስተካከያ %PRODUCTNAME ዝርዝር </link>"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN1062E\n"
+"tit\n"
"help.text"
-msgid "Enter the new name for the selected toolbar."
-msgstr "ለ ተመረጠው የ እቃ መደርደሪያ አዲስ ስም ያስገቡ"
+msgid "Toolbars"
+msgstr "እቃ መደርደሪያ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10631\n"
+"hd_id3154100\n"
"help.text"
-msgid "Delete"
-msgstr "ማጥፊያ"
+msgid "<link href=\"text/shared/01/06140400.xhp\" name=\"Toolbars\">Toolbars</link>"
+msgstr "<link href=\"text/shared/01/06140400.xhp\" name=\"Toolbars\">እቃ መደርደሪያ</link>"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10634\n"
+"par_id3150279\n"
"help.text"
-msgid "Deletes the selected toolbar without any further question. You can only delete custom toolbars, not the built-in toolbars."
-msgstr "የ ተመረጠውን እቃ መደርደሪያ ማጥፊያ እርስዎ ምንም ጥያቄ ሳይጠየቁ: እርስዎ ማጥፋት የሚችሉት እቃ መደርደሪያ ማስተካከያ ብቻ ነው: አብሮ-የተገነባውን እቃ መደርደሪያ አይደለም"
+msgid "<ahelp hid=\".\">Lets you customize $[officename] toolbars.</ahelp>"
+msgstr "<ahelp hid=\".\">እርስዎን ማስተካከል ያስችሎታል $[officename] እቃ መደርደሪያ </ahelp>"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10637\n"
+"hd_id611514302475667\n"
"help.text"
-msgid "Restore Default Settings"
-msgstr "ነባር አቀማመጡን እንደ ነበር መመለሻ"
+msgid "Search"
+msgstr "መፈለጊያ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN1063A\n"
+"par_id771514302498290\n"
"help.text"
-msgid "Restores the default settings."
-msgstr "ነባር አቀማመጡን እንደ ነበር መመለሻ"
+msgid "Enter a string in the text box to narrow the search of commands."
+msgstr "የ መፈለጊያ ትእዛዝ ለ ማጥበብ ወደ ጽሁፍ ሳጥን ውስጥ ሀረግ ያስገቡ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN1069AAA\n"
+"hd_id441514302482125\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected item up in the list.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ከ ዝርዝር ውስጥ የ ተመረጠውን እቃ ወደ ላይ ማንቀሳቀሻ </ahelp>"
+msgid "Category"
+msgstr "ምድብ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN1068AAA\n"
+"par_id811514302506979\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves the selected item down in the list.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ከ ዝርዝር ውስጥ የ ተመረጠውን እቃ ወደ ታች ማንቀሳቀሻ </ahelp>"
+msgid "Select the command category in the drop-down list to restrict the search of commands or scroll the list below. Macros and styles commands are in the bottom of the list."
+msgstr "የ ትእዛዝ ምድብ ይምረጡ ወደ ታች-ከሚዘረገፍ ዝርዝር ውስጥ የ መፈለጊያ ትእዛዝ ለ መወሰን ወይንም ከ ታች በኩል ያለውን ዝርዝር ይሸብልሉ: የ ማክሮስ እና ዘዴዎች ትእዛዝ ከ ዝርዝር በ ታች በኩል ናቸው"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10661\n"
+"hd_id551514302487751\n"
"help.text"
-msgid "Commands"
-msgstr "ትእዛዞች"
+msgid "Function"
+msgstr "ተግባር"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10664\n"
+"par_id831514302518564\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays a list of commands for the selected toolbar of the current application or document.</ahelp>"
-msgstr "<ahelp hid=\".\">ለ አሁኑ መተግበሪያ ወይንም ሰነድ ዝርዝር ትእዛዞች ማሳያ ለ ተመረጠው እቃ መደርደሪያ </ahelp>"
+msgid "Displays the results of the combination of the search string and category of the desired function."
+msgstr "የ መቀላቀያ መፈለጊያ ሀረግ ውጤት ማሳያ እና የሚፈለገው ተግባር ምድብ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10667\n"
+"hd_id221514304363862\n"
"help.text"
-msgid "Add Command"
-msgstr "ትእዛዝ መጨመሪያ"
+msgid "Description"
+msgstr "መግለጫ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN1066A\n"
+"par_id841514304376338\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens the Add Commands dialog. Select any command, then click <emph>Add</emph> to insert the command into the <emph>Customize</emph> dialog.</ahelp>"
-msgstr "<ahelp hid=\".\">መክፈቻ የ ትእዛዝ ንግግር መጨመሪያ: ይምረጡ ማንኛውንም ትእዛዝ: እና ከዛ ይጫኑ <emph> መጨመሪያ </emph> ወይንም መጎተቻ-እና-መጣያ ትእዛዝ ወደ <emph> ማስተካከያ </emph> ንግግር </ahelp> ውስጥ"
+msgid "The text box contains a short description of the selected command."
+msgstr "የ ጽሁፍ ሳጥን የያዘው አቋራጭ መግለጫ ለ ተመረጠው ትእዛዝ ነው"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN106A9\n"
+"hd_id541514303919911\n"
"help.text"
-msgid "Add Separator"
-msgstr "መለያያ መጨመሪያ"
+msgid "Location"
+msgstr "አካባቢ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN106AC\n"
+"hd_id231514303933476\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts a separator line under the current toolbar entry.</ahelp>"
-msgstr "<ahelp hid=\".\">መለያያ መስመር ከ ስር ማስገቢያ ለ አሁኑ እቃ መደርደሪያ ማስገቢያ </ahelp>"
+msgid "Select the location where the toolbar is to be attached. If attached to a %PRODUCTNAME module, the toolbar is available for all files opened in that module. If attached to the file, the toolbar will be available only when that file is opened and active."
+msgstr "የ እቃ መደርደሪያ የት እንደሚጣበቅ አካባቢ ይምረጡ: ከተያያዘ ከ %PRODUCTNAME ክፍል ጋር: የ እቃ መደርደሪያ ዝግጁ ይሆናል ለ ሁሉም ለ ተከፈቱ ፋይሎች በ ክፍሉ ውስጥ: ከ ፋይል ጋር ከ ተያያዘ: የ እቃ መደርደሪያ ዝግጁ ይሆናል ፋይሉ በሚከፈት እና ንቁ በሚሆን ጊዜ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10675\n"
+"hd_id581514303962835\n"
"help.text"
-msgid "Modify"
-msgstr "ማሻሻያ"
+msgid "Toolbar"
+msgstr "እቃ መደርደሪያ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10678\n"
+"par_id921514303969718\n"
"help.text"
-msgid "<ahelp hid=\".\">The Modify button opens a submenu</ahelp> with the following commands:"
-msgstr "<ahelp hid=\".\">የ ማሻሻያ ቁልፍ ይከፍታል ንዑስ ዝርዝር </ahelp> በሚቀጥሉት ትእዛዞች:"
+msgid "Select the toolbar where the customization is to be applied. The current ser of functions is displayed in the box below."
+msgstr "የ እቃ መደርደሪያ ይምረጡ ማስተካከያ የሚፈጸምበት: አሁን የ ተሰናዳው ተግባር ከ ታች በኩል ባለው ሳጥን ውስጥ ይታያል"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN1067B\n"
+"hd_id351514304283480\n"
"help.text"
-msgid "Rename"
-msgstr "እንደገና መሰየሚያ"
+msgid "Add"
+msgstr "መጨመሪያ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN1067E\n"
+"par_id151514304300251\n"
"help.text"
-msgid "Opens the <emph>Rename</emph> dialog, where you enter a new name for the selected command."
-msgstr "መክፈቻ የ <emph> እንደገና መሰየሚያ </emph> ንግግር: እርስዎ አዲስ ስም ለ ተመረጠው ትእዛዝ የሚያስገቡበት"
+msgid "Click on the Add button to add a new toolbar."
+msgstr "ይጫኑ በ መጨመሪያ ቁልፍ ላይ አዲስ የ እቃ መደርደሪያ ለ መጨመር"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10685\n"
+"hd_id651514304289436\n"
"help.text"
-msgid "New name"
-msgstr "አዲስ ስም"
+msgid "Remove"
+msgstr "ማስወገጃ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10688\n"
+"par_id61514304306614\n"
"help.text"
-msgid "Enter the new name for the selected command."
-msgstr "ለ ተመረጠው ትእዛዝ አዲስ ስም ያስገቡ"
+msgid "Click on the remove button to delete the toolbar."
+msgstr "ይጫኑ በ ማስወገጃ ቁልፍ ላይ የ እቃ መደርደሪያ ለ ማጥፋት"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10691\n"
+"par_idN10910\n"
"help.text"
-msgid "Restore Default Settings"
-msgstr "ነባር አቀማመጡን እንደ ነበር መመለሻ"
+msgid "You can only delete custom toolbar and custom toolbar entries."
+msgstr "እርስዎ ማጥፋት የሚችሉት ዝርዝር ማስተካከያ እና የ ዝርዝር ማስተካከያ ማስገቢያዎችን ነው"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10694\n"
+"hd_id961514303975994\n"
"help.text"
-msgid "Restores the default settings."
-msgstr "ነባር አቀማመጡን እንደ ነበር መመለሻ"
+msgid "Right Arrow button"
+msgstr ""
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN106AF\n"
+"par_id941514303982378\n"
"help.text"
-msgid "Change Icon"
-msgstr "ምልክት መቀየሪያ"
+msgid "Click on the right arrow button to select a function on the left display box and copy to the right display box. This will add the function to the selected toolbar."
+msgstr ""
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN106B2\n"
+"hd_id161514303992615\n"
"help.text"
-msgid "Opens the <link href=\"text/shared/01/06140402.xhp\" name=\"Change Icon\">Change Icon</link> dialog, where you can assign a different icon to the current command."
-msgstr "መክፈቻ የ <link href=\"text/shared/01/06140402.xhp\" name=\"Change Icon\"> ምልክት መቀየሪያ </link> ንግግር: እርስዎ መመደብ የሚችሉበት የ ተለየ ምልክት በ አሁኑ ትእዛዝ ውስጥ"
+msgid "Left Arrow button"
+msgstr ""
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN106B5\n"
+"par_id361514304000470\n"
"help.text"
-msgid "Reset Icon"
-msgstr "ምልክቱን እንደ ነበር መመለሻ"
+msgid "Click on the left arrow button to remove the selected command from the current toolbar."
+msgstr ""
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN106B8\n"
+"hd_id761514304005994\n"
"help.text"
-msgid "Resets the icon to the default icon."
-msgstr "ምልክት እንደነበር መመለሻ ወደ ነባር ምልክት"
+msgid "Up and Down Arrow buttons"
+msgstr "የ ላይ እና የ ታች ቀስት ቁልፎች"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN1068B\n"
+"par_id761514304011466\n"
"help.text"
-msgid "Remove"
-msgstr "ማስወገጃ"
+msgid "Click on the Up or Down arrows on the right to move the selected command upward or downward in the list of displayed toolbar commands."
+msgstr "ይጫኑ ቀስት ወደ ላይ ወይንም ወደ ታች በ ቀኝ በኩል የ ተመረጠውን ትእዛዝ ወደ ላይ ወይንም ወደ ታች ለ ማንቀሳቀስ: በ ዝርዝር ውስጥ የሚታየውን እቃ መደርደሪያ ትእዛዝ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN1068E\n"
+"par_id301514305066046\n"
"help.text"
-msgid "<ahelp hid=\".\">Deletes the selected command without any further question.</ahelp>"
-msgstr "<ahelp hid=\".\">የ ተመረጠውን ትእዛዝ ማጥፊያ ምንም ጥያቄ ሳይጠየቁ </ahelp>"
+msgid "You can drag and drop the selected command to move it to the position you want."
+msgstr "እርስዎ መጎተት እና መጣል ይችላሉ የ ተመረጠውን ትእዛዝ እርስዎ ወደሚፈልጉት ቦታ ለ ማንቀሳቀስ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10687\n"
+"hd_id321514310951605\n"
"help.text"
-msgid "Reset"
-msgstr "እንደ ነበር መመለሻ"
+msgid "Insert"
+msgstr "ማስገቢያ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN1068F\n"
+"par_id981514310786648\n"
"help.text"
-msgid "<ahelp hid=\".\">Restores the selected toolbar to its original state after you agree to the question.</ahelp>"
-msgstr "<ahelp hid=\".\">የ ተመረጠውን እቃ መደርደሪያ ወደ ዋናው ሁኔታ እንደ ነበር መመለሻ: እርስዎ ለ ጥያቄውን ከ መለሱ በኋላ </ahelp>"
+msgid "<emph>Insert Separator</emph>: Add a separator mark to improve toolbar readability and to group commands by subject."
+msgstr "<emph>መለያያ ማስገቢያ </emph>: የ እቃ መደርደሪያ ማንበቢያውን ለ ማሻሻል መለያያ መጨመሪያ እና ትእዛዞችን በ ጉዳይ በ ቡድን ለማድረግ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN106BB\n"
+"hd_id341514311059169\n"
"help.text"
-msgid "Save In"
-msgstr "ማስቀመጫ በ"
+msgid "Modify"
+msgstr "ማሻሻያ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN106D2\n"
+"par_id111514311020590\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the location where to load the configuration and where to save it.</ahelp>"
-msgstr "<ahelp hid=\".\">ይምረጡ አካባቢ የሚጫንበት እና የሚዋቀርበት እና የሚቀመጥበት </ahelp>"
+msgid "<emph>Rename</emph>: Rename the entry."
+msgstr "<emph>እንደገና መሰየሚያ</emph>: ማስገቢያውን እንደገና መሰየሚያ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN106D5\n"
+"par_idN106B2\n"
"help.text"
-msgid "For every entry in the list box, an own configuration is maintained. Select one of the open documents or select the application to load and edit the associated configuration. Edit the configuration and save it back to the location from where you loaded it. Editing the configuration in one location does not change the configuration in any other location."
-msgstr "ለ እያንዳንዱ ማስገቢያ በ ዝርዝር ሳጥን ውስጥ: የ ራስዎት ማሰናጃ ይጠበቃል: ይምረጡ አንድ የተከፈተ ሰነድ ወይንም ይምረጡ መተግባሪያ የሚጫን እና የሚታረም ከ ተዛመደው ማሰናጃ ጋር: ያርሙ ማሰናጃ እና ያስቀምጡ በ ነበረበት አካባቢ እርስዎ ከጫኑበት ቦታ: ማሰናጃውን አንድ አካባቢ ማረም ማሰናጃውን በ ሌላ አካባቢ አይቀይርም"
+msgid "<emph>Change Icon</emph>: Opens the <link href=\"text/shared/01/06140402.xhp\" name=\"Change Icon\">Change Icon</link> dialog, where you can assign a different icon to the current command."
+msgstr "<emph>ምልክት መቀየሪያ </emph>: መክፈቻ የ <link href=\"text/shared/01/06140402.xhp\" name=\"Change Icon\">ምልክት መቀየሪያ </link> ንግግር እርስዎ መመደብ የሚችሉበት የ ተለየ ምልክት በ አሁኑ ትእዛዝ ውስጥ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN106D8\n"
+"par_idN106B8\n"
"help.text"
-msgid "It is not possible to load a configuration from one location and save it to another location."
-msgstr "እርስዎ መጫን አይችሉም ዝርዝር ማሰናጃ ከ አንድ አካባቢ እና ማስቀመጥ ማሰናጃውን ወደ ሌላ አካባቢ"
+msgid "<emph>Reset Icon</emph>: Resets the icon to the default icon."
+msgstr "<emph>ምልክት እንደ ነበር መመለሻ </emph>: ምልክት እንደ ነበር መመለሻ ወደ ነባሩ ምልክት"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN10689\n"
+"par_id371514386517453\n"
"help.text"
-msgid "Description"
-msgstr "መግለጫ"
+msgid "<emph>Restore Default Command</emph>: Restores the default command."
+msgstr "<emph>እንደ ነበር መመለሻ ነባር ትእዛዝ </emph>: እንደ ነበር መመለሻ ወደ ነባር ትእዛዝ"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN106D9\n"
+"hd_id641514311180774\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays a short description of the given command.</ahelp>"
-msgstr "<ahelp hid=\".\">የ ተሰጠውን ትእዛዝ አጭር መግለጫ ማሳያ </ahelp>"
+msgid "Defaults"
+msgstr "ነባሮች"
#: 06140400.xhp
msgctxt ""
"06140400.xhp\n"
-"par_idN106D56\n"
+"par_id851514311086417\n"
"help.text"
-msgid "For this feature to work the help content package for the currently used language must be installed."
-msgstr "ይህ ገጽታ በ ትክክል እንዲሰራ የ እርዳታ ይዞታ ጥቅል አሁን ለሚጠቀሙት ቋንቋ መገጠም አለበት"
+msgid "Deletes all changes previously made to this toolbar."
+msgstr "በ እቃ መደርደሪያ ውስጥ የ ተፈጸመውን ቀደም ያለ ለውጥ ሁሉንም ማጥፊያ"
#: 06140402.xhp
msgctxt ""
@@ -36581,8 +36613,8 @@ msgctxt ""
"06150200.xhp\n"
"par_id3144436\n"
"help.text"
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_BROWSE\">Locate the file that you want to apply the XML export filter to. The XML code of the transformed file is opened in your default XML editor after transformation.</ahelp>"
-msgstr "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_BROWSE\">እርስዎ መፈጸም የሚፈልጉትን ፋይል ፈልገው ያግኙ የ XML መላኪያ ማጣሪያ ወደ: የ XML ኮድ የ ተቀየረው ፋይል ይከፈታል በ እርስዎ ነባር የ XML አራሚ ከ ተቀየረ በኋላ </ahelp>"
+msgid "<ahelp hid=\".\">Locate the file that you want to apply the XML export filter to. The XML code of the transformed file is opened in your default XML editor after transformation.</ahelp>"
+msgstr "<ahelp hid=\".\">እርስዎ መፈጸም የሚፈልጉትን ፋይል ፈልገው ያግኙ የ XML መላኪያ ማጣሪያ ወደ: የ XML ኮድ የ ተቀየረው ፋይል ይከፈታል በ እርስዎ ነባር የ XML አራሚ ከ ተቀየረ በኋላ </ahelp>"
#: 06150200.xhp
msgctxt ""
@@ -36597,8 +36629,8 @@ msgctxt ""
"06150200.xhp\n"
"par_id3147250\n"
"help.text"
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_CURRENT\">The front-most open file that matches the XML filter criteria will be used to test the filter. The current XML export filter transforms the file and the resulting XML code is displayed in the <link href=\"text/shared/01/06150210.xhp\">XML Filter output</link> window.</ahelp>"
-msgstr "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_CURRENT\">የ በጣም-የ ፊት መክፈቻ ፋይል ተመሳሳይ የሆነ ከ XML ማጣሪያ መመዘኛ ጋር ይጠቀማል ማጣሪያውን ለ መሞከር: የ አሁኑ XML ማጣሪያ መመዘኛ ፋይል ይቀይራል እና ውጤቱ የ XML ኮድ ይታያል በ <link href=\"text/shared/01/06150210.xhp\">XML ማጣሪያ ውጤት</link> መስኮት </ahelp> ውስጥ"
+msgid "<ahelp hid=\".\">The front-most open file that matches the XML filter criteria will be used to test the filter. The current XML export filter transforms the file and the resulting XML code is displayed in the <link href=\"text/shared/01/06150210.xhp\">XML Filter output</link> window.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ፊት-ለፊት መክፈቻ ፋይል ተመሳሳይ የሆነ ከ XML ማጣሪያ መመዘኛ ይጠቀማል ማጣሪያውን ለ መሞከር: የ አሁኑ XML ማጣሪያ መመዘኛ ፋይል ይቀይራል እና ውጤቱ የ XML ኮድ ይታያል በ <link href=\"text/shared/01/06150210.xhp\">XML ማጣሪያ ውጤት</link> መስኮት </ahelp> ውስጥ"
#: 06150200.xhp
msgctxt ""
@@ -36621,8 +36653,8 @@ msgctxt ""
"06150200.xhp\n"
"par_id3153681\n"
"help.text"
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_CURRENT\">Displays the file name of the XSLT filter that you entered on the <emph>Transformation</emph> tab page.</ahelp>"
-msgstr "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_CURRENT\">የ ፋይል ስም ማሳያ ለ XSLT ማጣሪያ እርስዎ ላስገቡት በ <emph> መቀየሪያ </emph> tab ገጽ ውስጥ </ahelp>"
+msgid "<ahelp hid=\".\">Displays the file name of the XSLT filter that you entered on the <emph>Transformation</emph> tab page.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ፋይል ስም ማሳያ ለ XSLT ማጣሪያ እርስዎ ላስገቡት በ <emph> መቀየሪያ </emph> tab ገጽ ውስጥ </ahelp>"
#: 06150200.xhp
msgctxt ""
@@ -36637,8 +36669,8 @@ msgctxt ""
"06150200.xhp\n"
"par_id3156410\n"
"help.text"
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_CURRENT\">Displays the file name of the template that you entered on the <emph>Transformation</emph> tab page.</ahelp>"
-msgstr "<ahelp hid=\"HID_XML_FILTER_TEST_EXPORT_CURRENT\">የ ፋይል ስም ማሳያ ለ ቲምፕሌት እርስዎ ላስገቡት በ <emph> መቀየሪያ </emph> tab ገጽ ውስጥ </ahelp>"
+msgid "<ahelp hid=\".\">Displays the file name of the template that you entered on the <emph>Transformation</emph> tab page.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ፋይል ስም ማሳያ ለ ቲምፕሌት እርስዎ ላስገቡት በ <emph> መቀየሪያ </emph> tab ገጽ ውስጥ </ahelp>"
#: 06150200.xhp
msgctxt ""
@@ -36661,8 +36693,8 @@ msgctxt ""
"06150200.xhp\n"
"par_id3150444\n"
"help.text"
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_IMPORT_DISPLAY_SOURCE\">Opens the XML source of the selected document in your default XML editor after importing.</ahelp>"
-msgstr "<ahelp hid=\"HID_XML_FILTER_TEST_IMPORT_DISPLAY_SOURCE\">መክፈቻ የ XML ምንጭ በ ተመረጠው ሰነድ በ እርስዎ ነባር XML ማረሚያ ከ መጣ በኋላ</ahelp>"
+msgid "<ahelp hid=\".\">Opens the XML source of the selected document in your default XML editor after importing.</ahelp>"
+msgstr "<ahelp hid=\".\">መክፈቻ የ XML ምንጭ በ ተመረጠው ሰነድ በ እርስዎ ነባር XML ማረሚያ ከ መጣ በኋላ</ahelp>"
#: 06150200.xhp
msgctxt ""
@@ -36677,8 +36709,8 @@ msgctxt ""
"06150200.xhp\n"
"par_id3149885\n"
"help.text"
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_IMPORT_BROWSE\">Opens a file selection dialog. The selected file is opened using the current XML import filter.</ahelp>"
-msgstr "<ahelp hid=\"HID_XML_FILTER_TEST_IMPORT_BROWSE\">የ ፋይል ርጫ ንግግር መክፈቻ: የ ተመረጠው ፋይል የሚከፈተው በ መጠቀም ነው የ አሁኑን የ XML ማምጫ ማጣሪያ </ahelp>"
+msgid "<ahelp hid=\".\">Opens a file selection dialog. The selected file is opened using the current XML import filter.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ፋይል ርጫ ንግግር መክፈቻ: የ ተመረጠው ፋይል የሚከፈተው በ መጠቀም ነው የ አሁኑን የ XML ማምጫ ማጣሪያ </ahelp>"
#: 06150200.xhp
msgctxt ""
@@ -36693,8 +36725,8 @@ msgctxt ""
"06150200.xhp\n"
"par_id3146137\n"
"help.text"
-msgid "<ahelp hid=\"HID_XML_FILTER_TEST_IMPORT_RECENT\">Re-opens the document that was last opened with this dialog.</ahelp>"
-msgstr "<ahelp hid=\"HID_XML_FILTER_TEST_IMPORT_RECENT\">እንደገና-መክፈቻ ሰነድ መጨረሻ በዚህ ንግግር ተክፍቶ የነበረውን </ahelp>"
+msgid "<ahelp hid=\".\">Re-opens the document that was last opened with this dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">እንደገና-መክፈቻ በዚህ ንግግር መጨረሻ ተክፍቶ የነበረውን ሰነድ </ahelp>"
#: 06150210.xhp
msgctxt ""
@@ -40453,7 +40485,7 @@ msgctxt ""
"ref_epub_export.xhp\n"
"bm_id3149532\n"
"help.text"
-msgid "<bookmark_value>EPUB;export</bookmark_value> <bookmark_value>electornic publication</bookmark_value> <bookmark_value>exporting;to EPUB</bookmark_value>"
+msgid "<bookmark_value>EPUB;export</bookmark_value> <bookmark_value>electronic publication</bookmark_value> <bookmark_value>exporting;to EPUB</bookmark_value>"
msgstr "<bookmark_value>EPUB: መላኪያ </bookmark_value> <bookmark_value>ኤሌክትሮኒክ ሕትመት</bookmark_value> <bookmark_value>መላኪያ: ወደ EPUB</bookmark_value>"
#: ref_epub_export.xhp
@@ -40469,12 +40501,20 @@ msgctxt ""
"ref_epub_export.xhp\n"
"par_id3154044\n"
"help.text"
-msgid "Saves the current file to EPUB. An EPUB file can be viewed and printed on any platform, provided that supporting software is installed."
+msgid "Saves the current file to EPUB. An EPUB is a reflowable file that can be viewed or printed on any platform, provided that supporting software is installed."
msgstr "የ አሁኑን ፋይል ማስቀመጫ ወደ EPUB. የ EPUB ፋይል መመልከት እና ማተም ይቻላል በ ማንኛውም መድረክ ላይ: የሚደግፈው ሶፍትዌር ከ ተገጠመ"
#: ref_epub_export.xhp
msgctxt ""
"ref_epub_export.xhp\n"
+"hd_id3148519\n"
+"help.text"
+msgid "General"
+msgstr "ባጠቃላይ"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
"hd_id3148520\n"
"help.text"
msgid "Version"
@@ -40501,8 +40541,160 @@ msgctxt ""
"ref_epub_export.xhp\n"
"par_id3154231\n"
"help.text"
-msgid "Determines if a next EPUB section will start on page breaks or on paragraphs with the Heading 1 style."
-msgstr "የሚቀጥለው የ EPUB ክፍል የሚጀምረው በ ገጽ መጨረሻ ወይንም በ አንቀጽ ከ ራስጌ 1 ዘዴ ጋር እንደሆን ይወስናል"
+msgid "Determines if a next EPUB section will start on page breaks or on paragraphs according to outline numbering."
+msgstr "የሚቀጥለው የ EPUB ክፍል የሚጀምረው በ ገጽ መጨረሻ ወይንም በ አንቀጽ ረቂቅ ቁጥር መስጫ ጋር እንደሆን ይወስናል"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"hd_id3148522\n"
+"help.text"
+msgid "Layout method"
+msgstr "የ እቅድ ዘዴ"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"par_id3154232\n"
+"help.text"
+msgid "Determines if a reflowable or a fixed layout EPUB will be generated."
+msgstr "ወደ የ ተለያየ ወይንም የ ተወሰነ እቅድ EPUB ይመነጭ እንደሆን መወሰኛ"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"hd_id3148523\n"
+"help.text"
+msgid "Custom cover image"
+msgstr "የ ሽፋን ምስል ማስተካከያ"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"par_id3154233\n"
+"help.text"
+msgid "The exporter uses a cover image from the media directory (see below) if the image is named cover.gif, cover.jpg, cover.png or cover.svg. This default can be customized here."
+msgstr "መላኪያው የሚጠቀመው የ ሽፋን ምስል ከ መገናኛ ዳይሬክቶሪ ውስጥ ነው (ከ ታች በኩል ይመልከቱ) ምስሉ የ ተሰየመው cover.gif, cover.jpg, cover.png ወይንም cover.svg. እንደሆነ: ይህን ነባር እዚህ ማስተካከል ይቻላል:"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"hd_id3148524\n"
+"help.text"
+msgid "Custom media directory"
+msgstr "የ መገናኛ ዳይሬክቶሪ ማስተካከያ"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"par_id3154234\n"
+"help.text"
+msgid "The exporter uses media from the FILENAME (without extension) directory (in the same directory than the document itself) by default. This can be customized here."
+msgstr "መላኪያው የሚጠቀመው መገናኛ የ ፋይል ስም ነው (ያለ ምንም ተቀጥያ) ዳይሬክቶሪ (በ ተመሳሳይ ዳይሬክቶሪ ከ ሰነዱ በስተቀር) በ ነባር እዚህ ማስተካከል ይቻላል"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"par_id3154235\n"
+"help.text"
+msgid "The media directory may contain: a cover image (see above), custom metadata (FILENAME-WITHOUT-EXTENSION.xmp, has priority over in-document metadata) and image links. Image links mean that if you create relative links on images or text and they link an image that's available in the media directory, then this media will be available in the EPUB export result as a popup."
+msgstr "የ መገናኛ ዳይሬክቶሪ ሊይዝ ይችላል: የ ሽፋን ምስል (ከ ላይ በኩል ይመልከቱ) metadata ማስተካከያ (FILENAME-WITHOUT-EXTENSION.xmp, ቅድሚያ አለው በ-ሰነድ metadata) ውስጥ እና ምስል አገናኝ ውስጥ: የ ምስል አገናኝ ማለት እርስዎ አንፃራዊ አገናኝ በ ምስል ላይ ከ ፈጠሩ ወይንም ጽሁፍ እና ምስል የሚያገናኙ ከሆነ ዝግጁ የሆነ በ መገናኛ ዳይሬክቶሪ ውስጥ: ከዛ ይህ መገናኛ ዝግጁ ይሆናል በ EPUB መላኪያ ውጤት ውስጥ እንደ ብቅ ባይ:"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"hd_id3148525\n"
+"help.text"
+msgid "Metadata"
+msgstr "Metadata"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"par_id3154236\n"
+"help.text"
+msgid "Allows manual override of document metadata. This is handy if for example the user creating the document is not the author of the publication in fact. If a metadata property should not be customized, it can be left empty."
+msgstr "በ እጅ የ ሰነድ መረጃ መቆጣጠሪያ ማስቻያ: ይህ የሚጠቅመው ለምሳሌ ተጠቃሚው የሚፈጥረው ሰነድ የ ህትመቱ ደራሲ ካልሆነ ነው: ይህ የ መረጃ ባህሪ መስተካከል የለበትም: ባዶ መተው አለበት:"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"hd_id3148526\n"
+"help.text"
+msgid "Identifier"
+msgstr "ለዪ"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"par_id3154237\n"
+"help.text"
+msgid "Unique identifier for the publication."
+msgstr "የ ተለየ መለያ ለ ሕትመት"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"hd_id3148527\n"
+"help.text"
+msgid "Title"
+msgstr "አርእስት"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"par_id3154238\n"
+"help.text"
+msgid "Title of the publication."
+msgstr "የ ሕትመት አርእስት"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"hd_id3148528\n"
+"help.text"
+msgid "Author"
+msgstr "ደራሲው"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"par_id3154239\n"
+"help.text"
+msgid "Author of the publication."
+msgstr "የ ሕትመት ደራሲ"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"hd_id3148529\n"
+"help.text"
+msgid "Language"
+msgstr "ቋንቋ"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"par_id3154240\n"
+"help.text"
+msgid "Language of the publication (see RFC4646 and ISO 639 for possible values)."
+msgstr "የ ሕትመት ቋንቋ (ይህን ይመልከቱ RFC4646 እና ISO 639 የሚቻሉ ዋጋዎች)."
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"hd_id3148530\n"
+"help.text"
+msgid "Date"
+msgstr "ቀን"
+
+#: ref_epub_export.xhp
+msgctxt ""
+"ref_epub_export.xhp\n"
+"par_id3154241\n"
+"help.text"
+msgid "Last modification date for the publication. The value of this property must be an XML Schema dateTime conformant date of the form: CCYY-MM-DDThh:mm:ssZ."
+msgstr "ሕትመቱ መጨረሻ የ ተሻሻለበት ቀን: የዚህ ባህሪ ዋጋ የ XML Schema ቀን ሰአት መሆን አለበት ማረጋገጫ ቀን ለ ፎርም: CCYY-MM-DDThh:mm:ssZ."
#: ref_pdf_export.xhp
msgctxt ""
@@ -40533,8 +40725,8 @@ msgctxt ""
"ref_pdf_export.xhp\n"
"par_id3154044\n"
"help.text"
-msgid "<variable id=\"export\"><ahelp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed.</variable>"
-msgstr "<variable id=\"export\"><ahelp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\">የ አሁኑን ፋይል ማስቀመጫ ወደ Portable Document Format (PDF) version 1.4.</ahelp> የ PDF ፋይል መመልከት እና ማተም ይቻላል በማንኛውም መድረክ በ ዋናው አቀራረብ እንደ ነበረ: ይህን የሚደግፍ ሶፍትዌር ከ ተገጠመ </variable>"
+msgid "<variable id=\"export\"><ahelp hid=\".\">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed.</variable>"
+msgstr "<variable id=\"export\"><ahelp hid=\".\">የ አሁኑን ፋይል ማስቀመጫ ወደ Portable Document Format (PDF) version 1.4.</ahelp> የ PDF ፋይል መመልከት እና ማተም ይቻላል በማንኛውም መድረክ በ ዋናው አቀራረብ እንደ ነበረ: ይህን የሚደግፍ ሶፍትዌር ከ ተገጠመ </variable>"
#: ref_pdf_export.xhp
msgctxt ""
@@ -41861,8 +42053,8 @@ msgctxt ""
"ref_pdf_export.xhp\n"
"par_id11371501\n"
"help.text"
-msgid "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."
-msgstr "እነዚህ ሶስት ሜዳዎች እርስዎን የሚያስችለው በ ምርጫ ያስገቡ ተጨማሪ መረጃ ለ ዲጂታል ፊርማ የሚፈጸም ወደ ወደ PDF (የት: በማን: እና ለምን እንደ ተሰራ). ይህ ይጣበቃል ከ ተገቢው PDF ሜዳዎች ሃር እና ይታያል ለ ማንኛውም ተመልካች በ PDF. ውስጥ: እያንዳንዱ ወይንም ሁሉም ሶስት ሜዳዎች ባዶ ሊተዉ ይችላሉ"
+msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
+msgstr "<ahelp hid=\".\">እነዚህ ሶስት ሜዳዎች እርስዎን የሚያስችለው በ ምርጫ ያስገቡ ተጨማሪ መረጃ ለ ዲጂታል ፊርማ የሚፈጸም ወደ ወደ PDF (የት: በማን: እና ለምን እንደ ተሰራ). ይህ ይጣበቃል ከ ተገቢው PDF ሜዳዎች ጋር እና ይታያል ለ ማንኛውም ተመልካች በ PDF. ውስጥ: እያንዳንዱ ወይንም ሁሉም ሶስት ሜዳዎች ባዶ ሊተዉ ይችላሉ </ahelp>"
#: ref_pdf_export.xhp
msgctxt ""
@@ -43237,7 +43429,7 @@ msgctxt ""
"xformsdatatab.xhp\n"
"par_id2318796\n"
"help.text"
-msgid "<ahelp hid=\".\">Specifies a regular expression pattern. Strings validated against the data type must conform to this pattern to be valid. The XSD data type syntax for regular expressions is different from the regular expression syntax used elseswhere in %PRODUCTNAME, for example in the Find & Replace dialog.</ahelp>"
+msgid "<ahelp hid=\".\">Specifies a regular expression pattern. Strings validated against the data type must conform to this pattern to be valid. The XSD data type syntax for regular expressions is different from the regular expression syntax used elsewhere in %PRODUCTNAME, for example in the Find & Replace dialog.</ahelp>"
msgstr "<ahelp hid=\".\">የ መደበኛ መግለጫ ድግግሞሽ መወሰኛ: የ ተረጋገጡ ሀረጎች ከ ዳታ አይነት ጋር መረጋገጥ አለባቸው ከዚህ ድግግሞሽ ጋር ዋጋ እንዲኖራቸው: የ XSD ዳታ አይነት አገባብ ለ መደበኛ መግለጫ የ ተለየ ነው ከ መደበኛ መግለጫ አገባብ ጋር የ ተጠቀሙት በ ሌላ ቦታ በ %PRODUCTNAME, ለምሳሌ በ መፈለጊያ & መቀየሪያ ንግግር ውስጥ </ahelp>"
#: xformsdatatab.xhp
diff --git a/source/am/helpcontent2/source/text/shared/02.po b/source/am/helpcontent2/source/text/shared/02.po
index 6a9d6fc5b2c..b8e83e9d218 100644
--- a/source/am/helpcontent2/source/text/shared/02.po
+++ b/source/am/helpcontent2/source/text/shared/02.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-19 11:42+0100\n"
-"PO-Revision-Date: 2018-02-19 21:06+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-03-04 01:50+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1519074380.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1520128229.000000\n"
#: 01110000.xhp
msgctxt ""
@@ -11301,8 +11301,8 @@ msgctxt ""
"09070000.xhp\n"
"par_id3155391\n"
"help.text"
-msgid "<ahelp hid=\"HID_ICCDIALOG_CHOICECTRL\">Select the type of hyperlink to be inserted.</ahelp>"
-msgstr "<ahelp hid=\"HID_ICCDIALOG_CHOICECTRL\">ይምረጡ የሚገባውን የ hyperlink አይነት </ahelp>"
+msgid "<ahelp hid=\".\">Select the type of hyperlink to be inserted.</ahelp>"
+msgstr "<ahelp hid=\".\">ይምረጡ የሚገባውን የ hyperlink አይነት </ahelp>"
#: 09070000.xhp
msgctxt ""
@@ -11349,8 +11349,8 @@ msgctxt ""
"09070000.xhp\n"
"par_id3147209\n"
"help.text"
-msgid "<ahelp hid=\"HID_ICCDIALOG_OK_BTN\">Applies the data to your document.</ahelp>"
-msgstr "<ahelp hid=\"HID_ICCDIALOG_OK_BTN\">ዳታውን ወደ እርስዎ ሰነድ ላይ መፈጸሚያ</ahelp>"
+msgid "<ahelp hid=\".\">Applies the data to your document.</ahelp>"
+msgstr "<ahelp hid=\".\">ዳታውን ወደ እርስዎ ሰነድ ውስጥ መፈጸሚያ</ahelp>"
#: 09070000.xhp
msgctxt ""
@@ -11365,8 +11365,8 @@ msgctxt ""
"09070000.xhp\n"
"par_id3149734\n"
"help.text"
-msgid "<ahelp hid=\"HID_ICCDIALOG_CANCEL_BTN\">Closes the dialog without saving.</ahelp>"
-msgstr "<ahelp hid=\"HID_ICCDIALOG_CANCEL_BTN\">ሳያስቀምጡ ንግግሩን መዝጊያ</ahelp>"
+msgid "<ahelp hid=\".\">Closes the dialog without saving.</ahelp>"
+msgstr "<ahelp hid=\".\">ንግግሩን ሳያስቀምጡ መዝጊያ </ahelp>"
#: 09070000.xhp
msgctxt ""
@@ -11397,8 +11397,8 @@ msgctxt ""
"09070000.xhp\n"
"par_id3149234\n"
"help.text"
-msgid "<ahelp hid=\"HID_ICCDIALOG_RESET_BTN\">Resets the entries in the dialog to their original state.</ahelp>"
-msgstr "<ahelp hid=\"HID_ICCDIALOG_RESET_BTN\">በ ንግግር ውስጥ ማስገቢያዎችን እንደ ነበር መመለሻ ወደ ዋናው ሁኔታቸው </ahelp>"
+msgid "<ahelp hid=\".\">Resets the entries in the dialog to their original state.</ahelp>"
+msgstr "<ahelp hid=\".\">በ ንግግር ውስጥ ማስገቢያዎችን እንደ ነበር መመለሻ ወደ ዋናው ሁኔታቸው </ahelp>"
#: 09070100.xhp
msgctxt ""
@@ -11421,8 +11421,8 @@ msgctxt ""
"09070100.xhp\n"
"par_id3154230\n"
"help.text"
-msgid "Use the <emph>Internet</emph> page of the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> to edit hyperlinks with WWW or FTP addresses."
-msgstr "ይጠቀሙ የ <emph>ኢንተርኔት</emph> ገጽ በ <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink ንግግር</link> ለ ማረም hyperlinks በ WWW ወይንም FTP አድራሻዎች"
+msgid "<ahelp hid=\".\">Use the <emph>Internet</emph> page of the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> to edit hyperlinks with WWW or FTP addresses.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጠቀሙ የ <emph> ኢንተርኔት </emph> ገጽ በ <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink ንግግር</link> ለ ማረም hyperlinks በ WWW ወይንም FTP አድራሻዎች </ahelp>"
#: 09070100.xhp
msgctxt ""
@@ -11485,8 +11485,8 @@ msgctxt ""
"09070100.xhp\n"
"par_id9887081\n"
"help.text"
-msgid "<ahelp hid=\"CUI_HID_HYPERDLG_INET_PATH\">Enter a URL for the file that you want to open when you click the hyperlink. If you do not specify a target frame, the file opens in the current document or frame.</ahelp>"
-msgstr "<ahelp hid=\"CUI_HID_HYPERDLG_INET_PATH\">URL ያስገቡ ለ ፋይል እርስዎ መክፈት ለሚፈልጉት በሚጫኑ ጊዜ hyperlink. እርስዎ ካልወሰኑ የ ኢላማ ክፈፍ: ፋይሉ ይከፈታል በ አሁኑ ሰነድ ወይንም ክፈፍ ውስጥ </ahelp>"
+msgid "<ahelp hid=\".\">Enter a URL for the file that you want to open when you click the hyperlink. If you do not specify a target frame, the file opens in the current document or frame.</ahelp>"
+msgstr "<ahelp hid=\".\">URL le fayl ያስገቡ: እርስዎ በሚጫኑ ጊዜ መክፈት ለሚፈልጉት hyperlink. እርስዎ የ ኢላማ ክፈፍ ካልወሰኑ: ፋይሉ በ አሁኑ ሰነድ ወይንም ክፈፍ ውስጥ ይከፈታል </ahelp>"
#: 09070100.xhp
msgctxt ""
@@ -11669,8 +11669,8 @@ msgctxt ""
"09070200.xhp\n"
"par_id3153049\n"
"help.text"
-msgid "On the <emph>Mail</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail addresses."
-msgstr "በ <emph>ደብዳቤ</emph> ገጽ ውስጥ በ <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink ንግግር</link> ውስጥ እርስዎ ማረም ይችላሉ hyperlinks ለ ኢ-ሜይል አድራሻዎች"
+msgid "<ahelp hid=\".\">On the <emph>Mail</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail addresses.</ahelp>"
+msgstr "<ahelp hid=\".\"> በ <emph> ደብዳቤ </emph> ገጽ ውስጥ በ <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink ንግግር </link> ውስጥ እርስዎ ማረም ይችላሉ hyperlinks ለ ኢ-ሜይል አድራሻዎች </ahelp>"
#: 09070200.xhp
msgctxt ""
@@ -11693,8 +11693,8 @@ msgctxt ""
"09070200.xhp\n"
"par_id3166460\n"
"help.text"
-msgid "<ahelp hid=\"CUI_HID_HYPERDLG_MAIL_PATH\">Assigns the specified e-mail address to the hyperlink.</ahelp> Clicking the new hyperlink in the document will open a new message document, addressed to the receiver specified in the <emph>Recipient</emph> field."
-msgstr "<ahelp hid=\"CUI_HID_HYPERDLG_MAIL_PATH\"> የ ተወሰነ የ ኢ-ሜይል አድራሻ ለ hyperlink.ይመድቡ </ahelp> በ እርስዎ ሰነድ ውስጥ አዲስ hyperlink ላይ መጫን አዲስ የ መልእክት ሰነድ ይከፍታል: ለ ተወሰነ የ ተቀባይ አድራሻ የያዘ በ <emph> ተቀባይ </emph> ሜዳ ውስጥ"
+msgid "<ahelp hid=\".\">Assigns the specified e-mail address to the hyperlink.</ahelp> Clicking the new hyperlink in the document will open a new message document, addressed to the receiver specified in the <emph>Recipient</emph> field."
+msgstr "<ahelp hid=\".\"> የ ተወሰነ የ ኢ-ሜይል አድራሻ ለ hyperlink.ይመድቡ </ahelp> በ እርስዎ ሰነድ ውስጥ አዲስ hyperlink ላይ መጫን አዲስ የ መልእክት ሰነድ ይከፍታል: ለ ተወሰነ የ ተቀባይ አድራሻ የያዘ በ <emph> ተቀባይ </emph> ሜዳ ውስጥ"
#: 09070200.xhp
msgctxt ""
@@ -11749,8 +11749,8 @@ msgctxt ""
"09070300.xhp\n"
"par_id3154682\n"
"help.text"
-msgid "Hyperlinks to any document or targets in documents can be edited using the <emph>Document</emph> tab from the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link>."
-msgstr "Hyperlinks በ ማንኛውም ሰነድ ወይንም ኢላማዎች ሰነድ ውስጥ ማረም ይችላሉ በ መጠቀም የ <emph>ሰነድ</emph> tab ከ <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink ንግግር</link> ውስጥ"
+msgid "<ahelp hid=\".\">Hyperlinks to any document or targets in documents can be edited using the <emph>Document</emph> tab from the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link>.</ahelp>"
+msgstr ""
#: 09070300.xhp
msgctxt ""
@@ -11789,8 +11789,8 @@ msgctxt ""
"09070300.xhp\n"
"par_id3149095\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/hyperlinkdocpage/fileopen\">Opens the <emph>Open dialog,</emph> where you can select a file.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/hyperlinkdocpage/fileopen\">መክፈቻ የ <emph> ንግግር መክፈቻ </emph> እርስዎ ፋይል የሚመርጡበት </ahelp>"
+msgid "<ahelp hid=\"cui/ui/hyperlinkdocpage/fileopen\">Opens the <emph>Open dialog</emph>, where you can select a file.</ahelp>"
+msgstr ""
#: 09070300.xhp
msgctxt ""
@@ -11869,8 +11869,8 @@ msgctxt ""
"09070400.xhp\n"
"par_id3150445\n"
"help.text"
-msgid "Use the <emph>New Document</emph> tab from the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> to set up a hyperlink to a new document and create the new document simultaneously."
-msgstr "ይጠቀሙ የe <emph>አዲስ ሰነድ</emph> tab ከ <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink ንግግር</link> ውስጥ ወደ ማሰናጃ የ hyperlink ለ አዲስ ሰነድ እና አዲስ ሰነድ መፍጠሪያ በ ተመሳሳይ ጊዜ"
+msgid "<ahelp hid=\".\">Use the <emph>New Document</emph> tab from the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> to set up a hyperlink to a new document and create the new document simultaneously.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጠቀሙ የ <emph> አዲስ ሰነድ </emph> tab ከ <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink ንግግር </link> ውስጥ ወደ ማሰናጃ የ hyperlink ለ አዲስ ሰነድ እና አዲስ ሰነድ መፍጠሪያ በ ተመሳሳይ ጊዜ </ahelp>"
#: 09070400.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/06.po b/source/am/helpcontent2/source/text/shared/06.po
new file mode 100644
index 00000000000..cc319fa67bb
--- /dev/null
+++ b/source/am/helpcontent2/source/text/shared/06.po
@@ -0,0 +1,33 @@
+#. extracted from helpcontent2/source/text/shared/06
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
+"PO-Revision-Date: 2018-03-31 21:31+0000\n"
+"Last-Translator: Samson B <sambelet@yahoo.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: am\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n > 1;\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1522531870.000000\n"
+
+#: youtubevideos.xhp
+msgctxt ""
+"youtubevideos.xhp\n"
+"tit\n"
+"help.text"
+msgid "YouTube Videos"
+msgstr "የ ዩቲዩብ ቪዲዮዎች"
+
+#: youtubevideos.xhp
+msgctxt ""
+"youtubevideos.xhp\n"
+"par_ytvideosample\n"
+"help.text"
+msgid "<object data=\"https://www.youtube-nocookie.com/embed/YHBve8v13VY\" id=\"vid_id61521568603544\" type=\"video/youtube\" width=\"560\" height=\"315\"/>"
+msgstr ""
diff --git a/source/am/helpcontent2/source/text/shared/autopi.po b/source/am/helpcontent2/source/text/shared/autopi.po
index b1cd9648cc9..c0713c7d231 100644
--- a/source/am/helpcontent2/source/text/shared/autopi.po
+++ b/source/am/helpcontent2/source/text/shared/autopi.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: 2017-12-18 12:32+0100\n"
-"PO-Revision-Date: 2018-02-10 17:21+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-03-31 21:32+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1518283272.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1522531927.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -221,8 +221,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3147226\n"
"help.text"
-msgid "<ahelp hid=\"HID_LETTER_PAGE1\">Specifies whether you want to create a personal or a business letter.</ahelp> The available options on the following pages vary depending on your choice."
-msgstr "<ahelp hid=\"HID_LETTER_PAGE1\">የ ግል ወይንም የ ንግድ ደብዳቤ ቴምፕሌት መፍጠር እንደሚፈልጉ እዚህ ይወስኑ</ahelp> ዝግጁ የሆኑ ምርጫዎች በሚቀጥለው ገጽ ላይ ይለያያል እንደ እርስዎ ምርጫ"
+msgid "<ahelp hid=\".\">Specifies whether you want to create a personal or a business letter.</ahelp> The available options on the following pages vary depending on your choice."
+msgstr "<ahelp hid=\".\">የ ግል ወይንም የ ንግድ ደብዳቤ ቴምፕሌት መፍጠር እንደሚፈልጉ እዚህ ይወስኑ </ahelp> ዝግጁ የሆኑ ምርጫዎች በሚቀጥለው ገጽ ላይ እንደ እርስዎ ምርጫ ይለያያል"
#: 01010100.xhp
msgctxt ""
@@ -237,8 +237,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3145346\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify whether you want to create a business or personal letter template.</ahelp>"
-msgstr "<ahelp hid=\".\">የ ንግድ ወይንም የ ግል ደብዳቤ ቴምፕሌት መፍጠር እንደሚፈልጉ እዚህ ይወስኑ</ahelp>"
+msgid "Specify whether you want to create a business or personal letter template."
+msgstr "እርስዎ መፍጠር የሚፈልጉትን የ ንግድ ወይንም የ ግል ደብዳቤ ቴምፕሌት እዚህ ይወስኑ"
#: 01010100.xhp
msgctxt ""
@@ -253,8 +253,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3153681\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTBUSINESSLETTER\">Specifies that you want to create a business letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_OPTBUSINESSLETTER\">የ ንግድ ደብዳቤ ቴምፕሌት መፍጠር እንደሚፈልጉ መወሰኛ</ahelp>"
+msgid "<ahelp hid=\".\">Specifies that you want to create a business letter template.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ንግድ ደብዳቤ ቴምፕሌት መፍጠር እንደሚፈልጉ መወሰኛ</ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -269,8 +269,8 @@ msgctxt ""
"01010100.xhp\n"
"par_idN1061D\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTPRIVOFFICIALLETTER\">Specifies that you want to create a formal personal letter.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_OPTPRIVOFFICIALLETTER\">መደበኛ የ ግል ደብዳቤ መፍጠር እንደሚፈልጉ መወሰኛ</ahelp>"
+msgid "<ahelp hid=\".\">Specifies that you want to create a formal personal letter.</ahelp>"
+msgstr "<ahelp hid=\".\">መደበኛ የ ግል ደብዳቤ መፍጠር እንደሚፈልጉ መወሰኛ</ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -285,8 +285,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3148538\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTPRIVATELETTER\">Specifies that you want to create a personal letter.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_OPTPRIVATELETTER\">የግል ደብዳቤ መፍጠር እንደሚፈልጉ መወሰኛ</ahelp>"
+msgid "<ahelp hid=\".\">Specifies that you want to create a personal letter.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ግል ደብዳቤ መፍጠር እንደሚፈልጉ መወሰኛ</ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -301,8 +301,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3149415\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_LSTBUSINESSSTYLE\">Select the design for your letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_LSTBUSINESSSTYLE\">ይምረጡ የሚፈልጉትን የ ደብዳቤ ቴምፕሌት ንድፍ</ahelp>"
+msgid "<ahelp hid=\".\">Select the design for your letter template.</ahelp>"
+msgstr "<ahelp hid=\".\">እርስዎ የሚፈልጉትን የ ደብዳቤ ቴምፕሌት ንድፍ ይምረጡ</ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -317,8 +317,8 @@ msgctxt ""
"01010100.xhp\n"
"par_idN106AB\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKBUSINESSPAPER\">Specifies whether paper is used that already contains an imprinted logo, address, or footer line. The Wizard shows the Letterhead layout page next.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKBUSINESSPAPER\">የሚጠቀሙት ወረቀት ቀደም ብሎ በላዩ ላይ የታተመ ምልክት: አድራሻ: ወይንም የ ግርጌ ማስታወሻ እንዳለው መወሰኛ: አዋቂው የ ደብዳቤ ራስጌ እቅድ ገጽ ቀጥሎ ያሳያል </ahelp>"
+msgid "<ahelp hid=\".\">Specifies whether paper is used that already contains an imprinted logo, address, or footer line. The Wizard shows the Letterhead layout page next.</ahelp>"
+msgstr "<ahelp hid=\".\">እርስዎ የሚጠቀሙት ወረቀት ቀደም ብሎ በላዩ ላይ የታተመ ምልክት: አድራሻ: ወይንም የ ግርጌ መስመር እንዳለው መወሰኛ: አዋቂው የ ደብዳቤ ራስጌ እቅድ ገጽ ቀጥሎ ያሳያል </ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -349,8 +349,8 @@ msgctxt ""
"01010200.xhp\n"
"par_id3146856\n"
"help.text"
-msgid "<ahelp hid=\"HID_LETTER_PAGE2\">Allows you to specify the elements that are already imprinted on your letterhead paper.</ahelp> Those elements are not printed, and the space they occupy is left blank by the printer."
-msgstr "<ahelp hid=\"HID_LETTER_PAGE2\">እርስዎን በ ደብዳቤ ራስጌ ላይ የታተመ ምልክት አካሎችን በ ወረቀት ላይ መወሰን ያስችሎታል </ahelp> እነዚህ አካሎች የታተሙ አይደሉም እና የያዙት ቦታ ባዶ ይተዋል በ ማተሚያው"
+msgid "<ahelp hid=\".\">Allows you to specify the elements that are already imprinted on your letterhead paper.</ahelp> Those elements are not printed, and the space they occupy is left blank by the printer."
+msgstr "<ahelp hid=\".\">እርስዎን በ ደብዳቤ ራስጌ ላይ የታተመ ምልክት አካሎችን በ ወረቀት ላይ መወሰን ያስችሎታል </ahelp> እነዚህ አካሎች የታተሙ አይደሉም እና የያዙት ቦታ በ ማተሚያው ባዶ ይተዋል"
#: 01010200.xhp
msgctxt ""
@@ -373,8 +373,8 @@ msgctxt ""
"01010200.xhp\n"
"par_id3154186\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKPAPERCOMPANYLOGO\">Specifies that a logo is already printed on your letterhead paper. %PRODUCTNAME does not print a logo.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKPAPERCOMPANYLOGO\">ምልክት ቀደም ብሎ በ እርስዎ የ ደብዳቤ ራስጌ ወረቀት ላይ መታተሙን መግለጫ %PRODUCTNAME ምልክት አያትምም</ahelp>"
+msgid "<ahelp hid=\".\">Specifies that a logo is already printed on your letterhead paper. %PRODUCTNAME does not print a logo.</ahelp>"
+msgstr "<ahelp hid=\".\">በ እርስዎ የ ደብዳቤ ራስጌ ወረቀት ላይ አድራሻ ቀደም ብሎ መታተሙን መግለጫ %PRODUCTNAME አርማ አያትምም </ahelp>"
#: 01010200.xhp
msgctxt ""
@@ -389,8 +389,8 @@ msgctxt ""
"01010200.xhp\n"
"par_id3148944\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_NUMLOGOHEIGHT\">Defines the height of the object.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_NUMLOGOHEIGHT\">የ እቃውን እርዝመት ይወስናል</ahelp>"
+msgid "<ahelp hid=\".\">Defines the height of the object.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እቃ እርዝመት መግለጫ</ahelp>"
#: 01010200.xhp
msgctxt ""
@@ -405,8 +405,8 @@ msgctxt ""
"01010200.xhp\n"
"par_id3156192\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_NUMLOGOWIDTH\">Defines the width of the object.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_NUMLOGOWIDTH\">የ እቃውን ስፋት መወሰኛ</ahelp>"
+msgid "<ahelp hid=\".\">Defines the width of the object.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እቃ ስፋት መግለጫ</ahelp>"
#: 01010200.xhp
msgctxt ""
@@ -421,8 +421,8 @@ msgctxt ""
"01010200.xhp\n"
"par_id3149766\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_NUMLOGOX\">Sets the object distance from the left page margin.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_NUMLOGOX\">የ እቃውን እርቀት ይወስናል ከ ግራ መስመር በኩል</ahelp>"
+msgid "<ahelp hid=\".\">Sets the object distance from the left page margin.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እቃውን እርቀት መወሰኛ ከ ግራ ገጽ መስመር በኩል</ahelp>"
#: 01010200.xhp
msgctxt ""
@@ -437,8 +437,8 @@ msgctxt ""
"01010200.xhp\n"
"par_id3156423\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_NUMLOGOY\">Sets the object distance from the top page margin.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_NUMLOGOY\">የ እቃውን እርቀት ይወስናል ከ ላይ መስመር በኩል</ahelp>"
+msgid "<ahelp hid=\".\">Sets the object distance from the top page margin.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እቃውን እርቀት መወሰኛ ከ ላይ ገጽ መስመር በኩል</ahelp>"
#: 01010200.xhp
msgctxt ""
@@ -453,8 +453,8 @@ msgctxt ""
"01010200.xhp\n"
"par_idN106CF\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKPAPERCOMPANYADDRESS\">Specifies that an address is already printed on your letterhead paper. %PRODUCTNAME does not print an address.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKPAPERCOMPANYADDRESS\">አድራሻ ቀደም ብሎ በ እርስዎ የ ደብዳቤ ራስጌ ወረቀት ላይ መታተሙን መግለጫ %PRODUCTNAME ምልክት አያትምም</ahelp>"
+msgid "<ahelp hid=\".\">Specifies that an address is already printed on your letterhead paper. %PRODUCTNAME does not print an address.</ahelp>"
+msgstr "<ahelp hid=\".\">በ እርስዎ የ ደብዳቤ ራስጌ ወረቀት ላይ አድራሻ ቀደም ብሎ መታተሙን መግለጫ %PRODUCTNAME አድራሻ አያትምም </ahelp>"
#: 01010200.xhp
msgctxt ""
@@ -469,8 +469,8 @@ msgctxt ""
"01010200.xhp\n"
"par_idN106D6\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKCOMPANYRECEIVER\">Specifies that your own address is already imprinted in small size above the area of the recipient's address. %PRODUCTNAME does not print an address in small size.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKCOMPANYRECEIVER\">ከ ተቀባዩ አድራሻ በላይ በኩል የ እርስዎ አድራሻ ቀደም ብሎ በ ትንንሽ መጠን መታተሙን መግለጫ %PRODUCTNAME አድራሻ በ ትንንሹ አያትምም </ahelp>"
+msgid "<ahelp hid=\".\">Specifies that your own address is already imprinted in small size above the area of the recipient's address. %PRODUCTNAME does not print an address in small size.</ahelp>"
+msgstr "<ahelp hid=\".\">ከ ተቀባዩ አድራሻ በላይ በኩል የ እርስዎ አድራሻ ቀደም ብሎ በ ትንንሽ መጠን መታተሙን መግለጫ %PRODUCTNAME አድራሻ በ ትንንሹ አያትምም </ahelp>"
#: 01010200.xhp
msgctxt ""
@@ -485,8 +485,8 @@ msgctxt ""
"01010200.xhp\n"
"par_idN106DD\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKPAPERFOOTER\">Specifies that a footer area is already printed on your letterhead paper. %PRODUCTNAME does not print a footer.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKPAPERFOOTER\">የ ግርጌ ቦታ ቀደም ብሎ በ እርስዎ የ ደብዳቤ ራስጌ ወረቀት ላይ መታተሙን መወሰኛ %PRODUCTNAME ግርጌ አያትምም</ahelp>"
+msgid "<ahelp hid=\".\">Specifies that a footer area is already printed on your letterhead paper. %PRODUCTNAME does not print a footer.</ahelp>"
+msgstr "<ahelp hid=\".\">በ እርስዎ የ ደብዳቤ ወረቀት ላይ የ ግርጌ ቦታ ቀደም ብሎ መታተሙን መግለጫ %PRODUCTNAME ግርጌ አያትምም </ahelp>"
#: 01010200.xhp
msgctxt ""
@@ -501,8 +501,8 @@ msgctxt ""
"01010200.xhp\n"
"par_idN106E4\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_NUMFOOTERHEIGHT\">Enter the height of the footer area that is already imprinted on your letterhead paper. %PRODUCTNAME does not print in that area.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_NUMFOOTERHEIGHT\">የ ግርጌ ቦታ እርዝመት ቀደም ብሎ በ እርስዎ የ ደብዳቤ ራስጌ ወረቀት ላይ መታተሙን መወሰኛ %PRODUCTNAME በዛ ቦታ ላይ አያትምም</ahelp>"
+msgid "<ahelp hid=\".\">Enter the height of the footer area that is already imprinted on your letterhead paper. %PRODUCTNAME does not print in that area.</ahelp>"
+msgstr "<ahelp hid=\".\"> በ እርስዎ የ ደብዳቤ ራስጌ ወረቀት ላይ የ ግርጌ ቦታ እርዝመት ቀደም ብሎ መታተሙን መወሰኛ %PRODUCTNAME በዛ ቦታ ላይ አያትምም </ahelp>"
#: 01010200.xhp
msgctxt ""
@@ -533,8 +533,8 @@ msgctxt ""
"01010300.xhp\n"
"par_id3152594\n"
"help.text"
-msgid "<ahelp hid=\"HID_LETTER_PAGE3\">Defines the items to be included in the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LETTER_PAGE3\">በ ደብዳቤ ቴምፕሌት ውስጥ የሚካተቱትን እቃዎች መግለጫ</ahelp>"
+msgid "<ahelp hid=\".\">Defines the items to be included in the letter template.</ahelp>"
+msgstr "<ahelp hid=\".\">በ ደብዳቤ ቴምፕሌት ውስጥ የሚካተቱትን እቃዎች መግለጫ</ahelp>"
#: 01010300.xhp
msgctxt ""
@@ -549,8 +549,8 @@ msgctxt ""
"01010300.xhp\n"
"par_idN105FE\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSELOGO\">Includes a logo on the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSELOGO\">አርማ በ ደብዳቤ ቴምፕሌት ላይ ማካተቻ</ahelp>"
+msgid "<ahelp hid=\".\">Includes a logo on the letter template.</ahelp>"
+msgstr "<ahelp hid=\".\">አርማ በ ደብዳቤ ቴምፕሌት ላይ ማካተቻ</ahelp>"
#: 01010300.xhp
msgctxt ""
@@ -565,8 +565,8 @@ msgctxt ""
"01010300.xhp\n"
"par_idN10619\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSEADDRESSRECEIVER\">Includes a small size return address on the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSEADDRESSRECEIVER\">በ ቴምፕሌቱ ውስጥ በ ትንሹ የ መመለሻ አድራሻ ማካተቻ</ahelp>"
+msgid "<ahelp hid=\".\">Includes a small size return address on the letter template.</ahelp>"
+msgstr "<ahelp hid=\".\">በ ቴምፕሌቱ ውስጥ በ ትንሹ የ መመለሻ አድራሻ ማካተቻ</ahelp>"
#: 01010300.xhp
msgctxt ""
@@ -581,8 +581,8 @@ msgctxt ""
"01010300.xhp\n"
"par_idN10634\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSESIGNS\">Includes a line with references to a business letter on the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSESIGNS\">ለ ንግድ ደብዳቤ የ ማመሳከሪያ መስመር ማካተቻ በ ደብዳቤ ቴምፕሌት ውስጥ </ahelp>"
+msgid "<ahelp hid=\".\">Includes a line with references to a business letter on the letter template.</ahelp>"
+msgstr "<ahelp hid=\".\">ለ ንግድ ደብዳቤ የ ማመሳከሪያ መስመር ማካተቻ በ ደብዳቤ ቴምፕሌት ውስጥ </ahelp>"
#: 01010300.xhp
msgctxt ""
@@ -597,8 +597,8 @@ msgctxt ""
"01010300.xhp\n"
"par_idN1064F\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSESUBJECT\">Includes a subject line on the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSESUBJECT\">በ ደብዳቤ ቴምፕሌት ውስጥ የ ጉዳዩ መስመር ማካተቻ</ahelp>"
+msgid "<ahelp hid=\".\">Includes a subject line on the letter template.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ጉዳይ መስመር ማካተቻ በ ደብዳቤ ቴምፕሌት ውስጥ</ahelp>"
#: 01010300.xhp
msgctxt ""
@@ -613,8 +613,8 @@ msgctxt ""
"01010300.xhp\n"
"par_idN10672\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSESALUTATION\">Includes a salutation on the letter template. Select the salutation from the list box.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSESALUTATION\">በ ደብዳቤ ቴምፕሌት ውስጥ ሰላምታ ማካተቻ ፡ ሰላምታውን ከ ዝርዝር ሳጥን ውስጥ ይምረጡ</ahelp>"
+msgid "<ahelp hid=\".\">Includes a salutation on the letter template. Select the salutation from the list box.</ahelp>"
+msgstr "<ahelp hid=\".\">በ ደብዳቤ ቴምፕሌት ውስጥ ሰላምታ ማካተቻ: ሰላምታውን ከ ዝርዝር ሳጥን ውስጥ ይምረጡ</ahelp>"
#: 01010300.xhp
msgctxt ""
@@ -629,8 +629,8 @@ msgctxt ""
"01010300.xhp\n"
"par_idN1068D\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSEBENDMARKS\">Includes fold marks on the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSEBENDMARKS\">በ ደብዳቤ ቴምፕሌት ውስጥ የ ማጠፊያ ምልክት ማካተቻ </ahelp>"
+msgid "<ahelp hid=\".\">Includes fold marks on the letter template.</ahelp>"
+msgstr "<ahelp hid=\".\">በ ደብዳቤ ቴምፕሌት ውስጥ የ ማጠፊያ ምልክት ማካተቻ </ahelp>"
#: 01010300.xhp
msgctxt ""
@@ -645,8 +645,8 @@ msgctxt ""
"01010300.xhp\n"
"par_idN106B0\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSEGREETING\">Includes a complimentary close on the letter template. Select the text from the list box.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSEGREETING\">የ ደብዳቤ ቴምፕሌት በ ምስጋና መዝጊያ ማካተቻ: ከ ዝርዝር ሳጥን ውስጥ የሚፈልጉትን ጽሁፍ ይምረጡ </ahelp>"
+msgid "<ahelp hid=\".\">Includes a complimentary close on the letter template. Select the text from the list box.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ደብዳቤ ቴምፕሌት በ ምስጋና መዝጊያ ማካተቻ: ከ ዝርዝር ሳጥን ውስጥ የሚፈልጉትን ጽሁፍ ይምረጡ </ahelp>"
#: 01010300.xhp
msgctxt ""
@@ -661,8 +661,8 @@ msgctxt ""
"01010300.xhp\n"
"par_idN106CB\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKUSEFOOTER\">Includes a footer on the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKUSEFOOTER\">በ ደብዳቤ ቴምፕሌት ውስጥ ግርጌ ማካተቻ</ahelp>"
+msgid "<ahelp hid=\".\">Includes a footer on the letter template.</ahelp>"
+msgstr "<ahelp hid=\".\">በ ደብዳቤ ቴምፕሌት ላይ ግርጌ ማካተቻ</ahelp>"
#: 01010300.xhp
msgctxt ""
@@ -693,8 +693,8 @@ msgctxt ""
"01010400.xhp\n"
"par_id3159233\n"
"help.text"
-msgid "<ahelp hid=\"HID_LETTER_PAGE4\">Specifies the sender and recipient information.</ahelp>"
-msgstr "<ahelp hid=\"HID_LETTER_PAGE4\">የ ላኪውን እና የተቀባዩን መረጃ መወሰኛ</ahelp>"
+msgid "<ahelp hid=\".\">Specifies the sender and recipient information.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ላኪውን እና የ ተቀባዩን መረጃ መወሰኛ</ahelp>"
#: 01010400.xhp
msgctxt ""
@@ -709,8 +709,8 @@ msgctxt ""
"01010400.xhp\n"
"par_idN105DE\n"
"help.text"
-msgid "<ahelp hid=\".\">Specifies your address information.</ahelp>"
-msgstr "<ahelp hid=\".\">የ እርስዎን አድራሻ መረጃ መወሰኛ</ahelp>"
+msgid "Specifies your address information."
+msgstr "የ እርስዎን አድራሻ መረጃ መግለጫ"
#: 01010400.xhp
msgctxt ""
@@ -725,8 +725,8 @@ msgctxt ""
"01010400.xhp\n"
"par_idN105EC\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTSENDERPLACEHOLDER\">Use the address data from %PRODUCTNAME - User Data in the Options dialog box.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_OPTSENDERPLACEHOLDER\">ይጠቀሙ የ አድራሻ ዳታ ከ %PRODUCTNAME - ተጠቃሚ ዳታ ከ ምርጫ ንግግር ሳጥን ውስጥ</ahelp>"
+msgid "<ahelp hid=\".\">Use the address data from %PRODUCTNAME - User Data in the Options dialog box.</ahelp>"
+msgstr "<ahelp hid=\".\">የ አድራሻ ዳታ ይጠቀሙ ከ %PRODUCTNAME - ተጠቃሚ ዳታ ምርጫ ንግግር ሳጥን ውስጥ</ahelp>"
#: 01010400.xhp
msgctxt ""
@@ -741,8 +741,8 @@ msgctxt ""
"01010400.xhp\n"
"par_idN10606\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTSENDERDEFINE\">Use the address data from the following text boxes.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_OPTSENDERDEFINE\">ይጠቀሙ የ አድራሻ ዳታ ከ ሚቀጥለው የ ጽሁፍ ሳጥኖች ውስጥ</ahelp>"
+msgid "<ahelp hid=\".\">Use the address data from the following text boxes.</ahelp>"
+msgstr "<ahelp hid=\".\">የ አድራሻ ዳታ ይጠቀሙ ከ ሚቀጥለው የ ጽሁፍ ሳጥኖች ውስጥ</ahelp>"
#: 01010400.xhp
msgctxt ""
@@ -757,8 +757,8 @@ msgctxt ""
"01010400.xhp\n"
"par_idN10620\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_TXTSENDERNAME\">Specifies the name of the sender.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_TXTSENDERNAME\">የ ላኪውን ስም መወሰኛ </ahelp>"
+msgid "<ahelp hid=\".\">Specifies the name of the sender.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ላኪውን ስም መግለጫ</ahelp>"
#: 01010400.xhp
msgctxt ""
@@ -773,8 +773,8 @@ msgctxt ""
"01010400.xhp\n"
"par_idN1063A\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_TXTSENDERSTREET\">Specifies the street address of the sender.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_TXTSENDERSTREET\">የ ላኪውን አድራሻ መወሰኛ</ahelp>"
+msgid "<ahelp hid=\".\">Specifies the street address of the sender.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ላኪውን የ መንገድ አድራሻ መወሰኛ</ahelp>"
#: 01010400.xhp
msgctxt ""
@@ -789,8 +789,8 @@ msgctxt ""
"01010400.xhp\n"
"par_idN10664\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_TXTSENDERPOSTCODE\">Specifies the address data of the sender.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_TXTSENDERPOSTCODE\">የ ላኪውን አድራሻ ዳታ መወሰኛ</ahelp>"
+msgid "<ahelp hid=\".\">Specifies the address data of the sender.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ላኪውን የ አድራሻ ዳታ መወሰኛ</ahelp>"
#: 01010400.xhp
msgctxt ""
@@ -821,8 +821,8 @@ msgctxt ""
"01010400.xhp\n"
"par_idN10685\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTRECEIVERPLACEHOLDER\">Specifies that placeholder fields are inserted into the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_OPTRECEIVERPLACEHOLDER\">በ ደብዳቤ ቴምፕሌት ውስጥ የሚገቡትን ቦታ ያዢ ሜዳዎች መወሰኛ </ahelp>"
+msgid "<ahelp hid=\".\">Specifies that placeholder fields are inserted into the letter template.</ahelp>"
+msgstr "<ahelp hid=\".\">በ ደብዳቤ ቴምፕሌት ውስጥ የሚገቡትን ቦታ ያዢ ሜዳዎች መወሰኛ </ahelp>"
#: 01010400.xhp
msgctxt ""
@@ -837,8 +837,8 @@ msgctxt ""
"01010400.xhp\n"
"par_idN1069F\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTRECEIVERDATABASE\">Address database fields are inserted into the letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_OPTRECEIVERDATABASE\">የ አድራሻ ዳታቤዝ ሜዳዎች ወደ ደብዳቤ ተምፕሌት ማስገቢያ</ahelp>"
+msgid "<ahelp hid=\".\">Address database fields are inserted into the letter template.</ahelp>"
+msgstr "<ahelp hid=\".\">የ አድራሻ ዳታቤዝ ሜዳዎች ወደ ደብዳቤ ቴምፕሌት ውስጥ ማስገቢያ</ahelp>"
#: 01010400.xhp
msgctxt ""
@@ -869,8 +869,8 @@ msgctxt ""
"01010500.xhp\n"
"par_id3147834\n"
"help.text"
-msgid "<ahelp hid=\"HID_LETTER_PAGE5\">Specifies the information to include in the footer space.</ahelp>"
-msgstr "<ahelp hid=\"HID_LETTER_PAGE5\">በ ግርጌ ቦታ የሚካተተውን መረጃ መወሰኛ</ahelp>"
+msgid "<ahelp hid=\".\">Specifies the information to include in the footer space.</ahelp>"
+msgstr "<ahelp hid=\".\">በ ግርጌ ቦታ የሚካተተውን መረጃ መወሰኛ</ahelp>"
#: 01010500.xhp
msgctxt ""
@@ -885,8 +885,8 @@ msgctxt ""
"01010500.xhp\n"
"par_idN105E3\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_TXTFOOTER\">Enter the text for the footer lines.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_TXTFOOTER\">ለ ግርጌ መስመር ጽሁፍ ያስገቡ</ahelp>"
+msgid "<ahelp hid=\".\">Enter the text for the footer lines.</ahelp>"
+msgstr "<ahelp hid=\".\">ለ ግርጌ መስመር ጽሁፍ ያስገቡ</ahelp>"
#: 01010500.xhp
msgctxt ""
@@ -917,8 +917,8 @@ msgctxt ""
"01010500.xhp\n"
"par_id3155414\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_CHKFOOTERPAGENUMBERS\">Includes page numbers in your letter template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_CHKFOOTERPAGENUMBERS\">በ እርስዎ ደብዳቤ ቴምፕሌት ላይ ቁጥሮች ማካተቻ</ahelp>"
+msgid "<ahelp hid=\".\">Includes page numbers in your letter template.</ahelp>"
+msgstr "<ahelp hid=\".\">በ እርስዎ የ ደብዳቤ ቴምፕሌት ውስጥ የ ገጽ ቁጥር ማካተቻ</ahelp>"
#: 01010500.xhp
msgctxt ""
@@ -949,8 +949,8 @@ msgctxt ""
"01010600.xhp\n"
"par_id3152996\n"
"help.text"
-msgid "<ahelp hid=\"HID_LETTER_PAGE6\">Specifies where and under which name you want to save the document and template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LETTER_PAGE6\">የት እና በምን ስም ስር ሰነድ እና ቴምፕሌት እንደሚቀመጥ መወሰኛ</ahelp>"
+msgid "<ahelp hid=\".\">Specifies where and under which name you want to save the document and template.</ahelp>"
+msgstr "<ahelp hid=\".\">ሰነድ እና ቴምፕሌት የት እና በምን ስም ስር እንደሚቀመጥ መወሰኛ</ahelp>"
#: 01010600.xhp
msgctxt ""
@@ -965,8 +965,8 @@ msgctxt ""
"01010600.xhp\n"
"par_id3159157\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_TXTTEMPLATENAME\">Specifies the title of the document template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_TXTTEMPLATENAME\">የ ሰነድ ቴምፕሌት አርእስት መወሰኛ</ahelp>"
+msgid "<ahelp hid=\".\">Specifies the title of the document template.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ሰነድ ቴምፕሌትስ አርእስት መወሰኛ</ahelp>"
#: 01010600.xhp
msgctxt ""
@@ -981,8 +981,8 @@ msgctxt ""
"01010600.xhp\n"
"par_idN1061A\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_TXTPATH\">Enter the path and file name for the template, or click the <emph>...</emph> button to select the path and file name.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_TXTPATH\">ለ ቴምፕሌቱ የ ፋይል ስም እና መንገድ ያስገቡ ወይንም ይጫኑ የ <emph>...</emph> ቁልፍ መንገድ እና የ ፋይል ስም ለመምረጥ</ahelp>"
+msgid "<ahelp hid=\".\">Enter the path and file name for the template, or click the <emph>...</emph> button to select the path and file name.</ahelp>"
+msgstr "<ahelp hid=\".\">ለ ቴምፕሌቱ የ ፋይል ስም እና መንገድ ያስገቡ ወይንም ይጫኑ የ <emph>...</emph> ቁልፍ መንገድ እና የ ፋይል ስም ለ መምረጥ </ahelp>"
#: 01010600.xhp
msgctxt ""
@@ -997,8 +997,8 @@ msgctxt ""
"01010600.xhp\n"
"par_idN1063C\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTCREATELETTER\">Saves and closes the template, and then opens a new untitled document based on the template.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_OPTCREATELETTER\">ቴምፕሌት ማስቀመጫ እና መዝጊያ እና ከዛ ቴምፕሌቱን መሰረት ባደረገ አዲስ ያልተሰየመ ሰነድ መክፈቻ </ahelp>"
+msgid "<ahelp hid=\".\">Saves and closes the template, and then opens a new untitled document based on the template.</ahelp>"
+msgstr "<ahelp hid=\".\">ቴምፕሌት ማስቀመጫ እና መዝጊያ እና ከዛ ቴምፕሌቱን መሰረት ባደረገ አዲስ ያልተሰየመ ሰነድ መክፈቻ </ahelp>"
#: 01010600.xhp
msgctxt ""
@@ -1013,8 +1013,8 @@ msgctxt ""
"01010600.xhp\n"
"par_idN10656\n"
"help.text"
-msgid "<ahelp hid=\"HID_LTRWIZ_OPTMAKECHANGES\">Saves the template and keeps it open for editing.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_OPTMAKECHANGES\">ቴምፕሌቱን ማስቀመጫ እና ለ ማረም ክፍት ማድረጊያ</ahelp>"
+msgid "<ahelp hid=\".\">Saves the template and keeps it open for editing.</ahelp>"
+msgstr "<ahelp hid=\".\">ቴምፕሌቱን ማስቀመጫ እና ለ ማረም ክፍት ማድረጊያ</ahelp>"
#: 01010600.xhp
msgctxt ""
@@ -3477,8 +3477,8 @@ msgctxt ""
"01100100.xhp\n"
"par_id3150476\n"
"help.text"
-msgid "<ahelp hid=\".\">Specifies the table or query for which you are creating the report, and which fields you wish to include in the report.</ahelp>"
-msgstr "<ahelp hid=\".\">እርስዎ መፍጠር በሚፈልጉት ሰንጠረዥ ወይንም ጥያቄ መግለጫ ውስጥ: የትኛውን ሜዳዎች በ መግለጫው ውስጥ ማካተት እንደሚፈልጉ መወሰኛ</ahelp>"
+msgid "Specifies the table or query for which you are creating the report, and which fields you wish to include in the report."
+msgstr "እርስዎ መፍጠር በሚፈልጉት ሰንጠረዥ ወይንም ጥያቄ መግለጫ ውስጥ: የትኛውን ሜዳዎች በ መግለጫው ውስጥ ማካተት እንደሚፈልጉ መወሰኛ"
#: 01100100.xhp
msgctxt ""
@@ -3493,8 +3493,8 @@ msgctxt ""
"01100100.xhp\n"
"par_id3147043\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_1_LBTABLES\">Select the table or query for which the report is to be created.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_1_LBTABLES\">መግለጫ ለሚፈጠርለት ሰንጠረዥ ወይን ጥያቄ ይምረጡ</ahelp>"
+msgid "<ahelp hid=\".\">Select the table or query for which the report is to be created.</ahelp>"
+msgstr "<ahelp hid=\".\">መግለጫ የሚፈጠርለትን ሰንጠረዥ ወይንም ጥያቄ ይምረጡ</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3509,8 +3509,8 @@ msgctxt ""
"01100100.xhp\n"
"par_id3155338\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_1_FIELDSAVAILABLE\">Displays the names of the data base fields in the selected table or query.</ahelp> Click to select a field or press the Shift or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking to select multiple fields."
-msgstr "<ahelp hid=\"HID_DLGREPORT_1_FIELDSAVAILABLE\">የ ዳታቤዝ ሜዳዎች ስም ማሳያ በ ተመረጠው ሰንጠረዥ ወይንም ጥያቄ ውስጥ </ahelp> ይጭኑ ለ መምረጥ ሜዳ ወይንም ይጫኑ የ Shift ወይንም <switchinline select=\"sys\"><caseinline select=\"MAC\"> ትእዛዝ </caseinline><defaultinline>Ctrl</defaultinline></switchinline> ቁልፍ በሚጫኑ ጊዜ በርካታ ሜዳዎች ለ መምረጥ"
+msgid "<ahelp hid=\".\">Displays the names of the data base fields in the selected table or query.</ahelp> Click to select a field or press the Shift or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking to select multiple fields."
+msgstr "<ahelp hid=\".\">በ ተመረጠው ሰንጠረዥ ወይንም ጥያቄ ውስጥ የ ዳታቤዝ ሜዳዎች ስም ማሳያ </ahelp> ይጭኑ ለ መምረጥ ሜዳ ወይንም ይጫኑ የ Shift ወይንም <switchinline select=\"sys\"><caseinline select=\"MAC\"> ትእዛዝ </caseinline><defaultinline>Ctrl</defaultinline></switchinline> ቁልፍ በርካታ ሜዳዎች ለ መምረጥ በሚጫኑ ጊዜ"
#: 01100100.xhp
msgctxt ""
@@ -3525,8 +3525,8 @@ msgctxt ""
"01100100.xhp\n"
"par_id3147275\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_1_FIELDSSELECTED\">Displays all fields that are included in the new report.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_1_FIELDSSELECTED\">በ አዲሱ መግለጫ ውስጥ የተካተቱን ሁሉንም ሜዳዎች ማሳያ</ahelp>"
+msgid "<ahelp hid=\".\">Displays all fields that are included in the new report.</ahelp>"
+msgstr "<ahelp hid=\".\">በ አዲሱ መግለጫ ውስጥ የተካተቱን ሁሉንም ሜዳዎች ማሳያ</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3541,8 +3541,8 @@ msgctxt ""
"01100100.xhp\n"
"par_id3152350\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_1_CMDMOVESELECTED\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_1_CMDMOVESELECTED\">ይጫኑ ለማንቀሳቀስ የ ተመረጠውን ሜዳ(ዎች) ወደ ሳጥን ቀስቱ ወደሚያሳየው አቅጣጫ ወደ</ahelp>"
+msgid "<ahelp hid=\".\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጫኑ ለማንቀሳቀስ የ ተመረጠውን ሜዳ(ዎች) ቀስቱ ወደሚያሳየው ሳጥን አቅጣጫ ወደ</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3557,8 +3557,8 @@ msgctxt ""
"01100100.xhp\n"
"par_id3149784\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_1_CMDMOVEALL\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_1_CMDMOVEALL\">ይጫኑ ለማንቀሳቀስ ሁሉንም ሜዳዎች ወደ ሳጥን ቀስቱ ወደሚያሳየው አቅጣጫ ወደ</ahelp>"
+msgid "<ahelp hid=\".\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጫኑ ለማንቀሳቀስ ሁሉንም ሜዳዎች ቀስቱ ወደሚያሳየው ሳጥን አቅጣጫ ወደ</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3573,8 +3573,8 @@ msgctxt ""
"01100100.xhp\n"
"par_id3150275\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_1_CMDREMOVESELECTED\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_1_CMDREMOVESELECTED\">ይጫኑ ለማንቀሳቀስ የ ተመረጠውን ሜዳ(ዎች) ወደ ሳጥን ቀስቱ ወደሚያሳየው አቅጣጫ ወደ</ahelp>"
+msgid "<ahelp hid=\".\">Click to move the selected field(s) to the box that the arrow is pointing to.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጫኑ ለማንቀሳቀስ የ ተመረጠውን ሜዳ(ዎች) ቀስቱ ወደሚያሳየው ሳጥን አቅጣጫ ወደ</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3589,8 +3589,8 @@ msgctxt ""
"01100100.xhp\n"
"par_id3150084\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_1_CMDREMOVEALL\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_1_CMDREMOVEALL\">ይጫኑ ለማንቀሳቀስ ሁሉንም ሜዳዎች ወደ ሳጥን ቀስቱ ወደሚያሳየው አቅጣጫ ወደ</ahelp>"
+msgid "<ahelp hid=\".\">Click to move all fields to the box that the arrow is pointing to.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጫኑ ለማንቀሳቀስ ሁሉንም ሜዳዎች ቀስቱ ወደሚያሳየው ሳጥን አቅጣጫ ወደ</ahelp>"
#: 01100100.xhp
msgctxt ""
@@ -3621,8 +3621,8 @@ msgctxt ""
"01100150.xhp\n"
"par_id3147102\n"
"help.text"
-msgid "<ahelp hid=\".\">Specifies how you want to label the fields.</ahelp>"
-msgstr "<ahelp hid=\".\">የ ሜዳዎቹ ምልክት እንዴት እንደሚሆኑ መወሰኛ</ahelp>"
+msgid "Specifies how you want to label the fields."
+msgstr "እርስዎ ሜዳዎቹን እንዴት ነው ምልክት ማድረግ የሚፈልጉት?"
#: 01100150.xhp
msgctxt ""
@@ -3637,8 +3637,8 @@ msgctxt ""
"01100150.xhp\n"
"par_id3150774\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_6_TXTTITLE_6\">Displays the names of the fields to be included in the report. At the right you can enter a label for each field that will be printed in the report.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_6_TXTTITLE_6\">በ መግለጫ ውስጥ የሚካተቱትን ሜዳዎች ስሞች ማሳያ: በ ቀኝ በኩል እርስዎ ምልክት ማስገባት ይችላሉ ለ እያንዳንዱ ሜዳ በ መግለጫው ላይ ለታተመው </ahelp>"
+msgid "<ahelp hid=\".\">Displays the names of the fields to be included in the report. At the right you can enter a label for each field that will be printed in the report.</ahelp>"
+msgstr "<ahelp hid=\".\">በ መግለጫ ውስጥ የሚካተቱትን ሜዳዎች ስም ማሳያ: በ ቀኝ በኩል እርስዎ ምልክት ማስገባት ይችላሉ ለ እያንዳንዱ ሜዳ በ መግለጫው ላይ ለሚታተመው </ahelp>"
#: 01100150.xhp
msgctxt ""
@@ -3669,8 +3669,8 @@ msgctxt ""
"01100200.xhp\n"
"par_id3163829\n"
"help.text"
-msgid "You can group records in a report based on the values in one or more fields. <ahelp hid=\".\">Select the fields by which the resulting report will be grouped. You can group up to four fields in a report.</ahelp> When you group more than one field, $[officename] nests the groups according to their group level."
-msgstr "እርስዎ መዝገቦችን በ ቡድን ማድረግ ይችላሉ የ ዋጋዎችን መግለጫ መሰረት ባደረገ በ አንድ ወይንም ተጨማሪ ሜዳዎች ውስጥ <ahelp hid=\".\"> ሜዳዎች ይምረጡ ውጤቱ በ ቡድን የሚደረግበት: እርስዎ እስከ አራት ሜዳዎች በ ቡድን መግለጫ ውስጥ ማድረግ ይችላሉ </ahelp> እርስዎ በ ቡድን በሚያደርጉ ጊዜ ከ አንድ ሜዳ በላይ $[officename] እንደ ቡድኑ ደረጃ ቡድኖች ያሰናዳል"
+msgid "You can group records in a report based on the values in one or more fields. Select the fields by which the resulting report will be grouped. You can group up to four fields in a report. When you group more than one field, $[officename] nests the groups according to their group level."
+msgstr "እርስዎ መዝገቦችን በ ቡድን ማድረግ ይችላሉ የ ዋጋዎችን መግለጫ መሰረት ባደረገ በ አንድ ወይንም ተጨማሪ ሜዳዎች ውስጥ: ሜዳዎች ይምረጡ የ መግለጫ ውጤቱ በ ቡድን የሚደረግበትን: እርስዎ እስከ አራት ሜዳዎች በ ቡድን መግለጫ ውስጥ ማድረግ ይችላሉ: እርስዎ በ ቡድን በሚያደርጉ ጊዜ ከ አንድ ሜዳ በላይ $[officename] እንደ ቡድኑ ደረጃ ቡድኖች ያሰናዳሉ"
#: 01100200.xhp
msgctxt ""
@@ -3685,8 +3685,8 @@ msgctxt ""
"01100200.xhp\n"
"par_id3155805\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_2_GROUPING\">Lists the fields from your selection on the previous page of the Wizard. To group the report by a field, select the field name, then click the <emph>></emph> button. You may select up to four levels of grouping.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_2_GROUPING\">የ እርስዎ የ ሜዳዎች ዝርዝር ምርጫ ካለፈው የ አዋቂው ገጽ: የ መዝገብ ሜዳዎችን በ ቡድን ለማድረግ: ይምረጡ የ ሜዳ ስም: እና ከዛ ይጫኑ የ <emph>></emph> ቁልፍ: እርስዎ እስከ አራት ቡድን ደረጃዎች መምረጥ ይችላሉ </ahelp>"
+msgid "<ahelp hid=\".\">Lists the fields from your selection on the previous page of the Wizard. To group the report by a field, select the field name, then click the <emph>></emph> button. You may select up to four levels of grouping.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን ምርጫ ሜዳዎች በ ዝርዝር ማድረጊያ ያለፈውን ገጽ የ አዋቂውን: በ ቡድን ለ ማድረግ የ ሜዳ መግለጫ ዝርዝር: የ ሜዳ ስም ይምረጡ: እና ከዛ ይጫኑ የ <emph>></emph> ቁልፍ: እርስዎ መምረጥ ይችላሉ እስከ አራት የ ቡድን ደረጃዎች ድረስ </ahelp>"
#: 01100200.xhp
msgctxt ""
@@ -3701,8 +3701,8 @@ msgctxt ""
"01100200.xhp\n"
"par_id3155892\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_2_PREGROUPINGDEST\">Lists the fields by which the report will be grouped. To remove one level of grouping, select the field name, then click the <emph><</emph> button. You may select up to four levels of grouping.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_2_PREGROUPINGDEST\">የ ሜዳዎች ዝርዝር መግለጫው በ ቡድን የሚሆንበት: ቡድኑን አንድ ደረጃ ለማንቀሳቀስ: ይምረጡ የ ሜዳ ስም: እና ከዛ ይጫኑ የ <emph><</emph> ቁልፍ: እርስዎ እስከ አራት ቡድን ደረጃዎች መምረጥ ይችላሉ </ahelp>"
+msgid "<ahelp hid=\".\">Lists the fields by which the report will be grouped. To remove one level of grouping, select the field name, then click the <emph><</emph> button. You may select up to four levels of grouping.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ሜዳዎች ዝርዝር መግለጫው በ ቡድን የሚሆንበት: ቡድኑን አንድ ደረጃ ለማንቀሳቀስ: ይምረጡ የ ሜዳ ስም: እና ከዛ ይጫኑ የ <emph><</emph> ቁልፍ: እርስዎ እስከ አራት ቡድን ደረጃዎች መምረጥ ይችላሉ </ahelp>"
#: 01100200.xhp
msgctxt ""
@@ -3717,8 +3717,8 @@ msgctxt ""
"01100200.xhp\n"
"par_id3157958\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_2_CMDGROUP\">Click to move the selected field to the box that the arrow is pointing to.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_2_CMDGROUP\">ይጫኑ ለማንቀሳቀስ የ ተመረጠውን ሜዳ ወደ ሳጥን ቀስቱ ወደሚያሳየው አቅጣጫ ወደ</ahelp>"
+msgid "<ahelp hid=\".\">Click to move the selected field to the box that the arrow is pointing to.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጫኑ የ ተመረጠውን ሜዳ ለ ማንቀሳቀስ ቀስቱ ወደሚያሳየው ሳጥን አቅጣጫ ወደ</ahelp>"
#: 01100200.xhp
msgctxt ""
@@ -3733,8 +3733,8 @@ msgctxt ""
"01100200.xhp\n"
"par_id3149811\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_2_CMDUNGROUP\">Click to move the selected field to the box that the arrow is pointing to.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_2_CMDUNGROUP\">ይጫኑ ለማንቀሳቀስ የ ተመረጠውን ሜዳ ወደ ሳጥን ቀስቱ ወደሚያሳየው አቅጣጫ ወደ</ahelp>"
+msgid "<ahelp hid=\".\">Click to move the selected field to the box that the arrow is pointing to.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጫኑ የ ተመረጠውን ሜዳ ለ ማንቀሳቀስ ቀስቱ ወደሚያሳየው ሳጥን አቅጣጫ ወደ</ahelp>"
#: 01100200.xhp
msgctxt ""
@@ -3765,8 +3765,8 @@ msgctxt ""
"01100300.xhp\n"
"par_id3148520\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the fields by which to sort the report. Fields can be sorted by up to four levels, each either ascending or descending. Grouped fields can only be sorted within each group.</ahelp>"
-msgstr "<ahelp hid=\".\">ይምረጡ ሜዳዎች መግለጫው እንዴት እንደሚለይ: ሜዳዎችን መለየት ይችላል በ አራት ደረጃዎች: እያንዳንዱን በ እየጨመረ በሚሄድ ወይንም እየቀነሰ በሚሄድ: በ ቡድን የሆኑ ሜዳዎች መለየት የሚቻለው በ እያንዳንዱ ቡድን ነው</ahelp>"
+msgid "Select the fields by which to sort the report. Fields can be sorted by up to four levels, each either ascending or descending. Grouped fields can only be sorted within each group."
+msgstr "ይምረጡ ሜዳዎች መግለጫው እንዴት እንደሚለይ: ሜዳዎችን መለየት ይችላል በ አራት ደረጃዎች: እያንዳንዱን በ እየጨመረ በሚሄድ ወይንም እየቀነሰ በሚሄድ: በ ቡድን የሆኑ ሜዳዎች መለየት የሚቻለው በ እያንዳንዱ ቡድን ነው"
#: 01100300.xhp
msgctxt ""
@@ -3781,8 +3781,8 @@ msgctxt ""
"01100300.xhp\n"
"par_id3155555\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_3_SORT1\">Select the first field by which to sort the report.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_3_SORT1\">መግለጫው የሚለይበትን የ መጀመሪያውን ሜዳ ይምረጡ</ahelp>"
+msgid "<ahelp hid=\".\">Select the first field by which to sort the report.</ahelp>"
+msgstr "<ahelp hid=\".\">መግለጫው የሚለይበትን የ መጀመሪያውን ሜዳ ይምረጡ</ahelp>"
#: 01100300.xhp
msgctxt ""
@@ -3797,8 +3797,8 @@ msgctxt ""
"01100300.xhp\n"
"par_id3149182\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_3_SORT4\">Select an additional field by which to sort the report.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_3_SORT4\">መግለጫውን ለ መለያ ተጨማሪ ሜዳ መምረጫ</ahelp>"
+msgid "<ahelp hid=\".\">Select an additional field by which to sort the report.</ahelp>"
+msgstr "<ahelp hid=\".\">መግለጫውን ለ መለያ ተጨማሪ ሜዳ መምረጫ</ahelp>"
#: 01100300.xhp
msgctxt ""
@@ -3813,8 +3813,8 @@ msgctxt ""
"01100300.xhp\n"
"par_id3155338\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_3_OPTASCEND4\">Sorts the field contents in ascending order.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_3_OPTASCEND4\">የ ሜዳ ይዞታዎችን መለያ እየጨመረ በሚሄድ</ahelp>"
+msgid "<ahelp hid=\".\">Sorts the field contents in ascending order.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ሜዳ ይዞታዎችን መለያ እየጨመረ በሚሄድ</ahelp>"
#: 01100300.xhp
msgctxt ""
@@ -3829,8 +3829,8 @@ msgctxt ""
"01100300.xhp\n"
"par_id3156113\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_3_OPTDESCEND4\">Sorts the field contents in descending order.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_3_OPTDESCEND4\">የ ሜዳ ይዞታዎችን መለያ እየቀነሰ በሚሄድ</ahelp>"
+msgid "<ahelp hid=\".\">Sorts the field contents in descending order.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ሜዳ ይዞታዎችን መለያ እየቀነሰ በሚሄድ</ahelp>"
#: 01100300.xhp
msgctxt ""
@@ -3861,8 +3861,8 @@ msgctxt ""
"01100400.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>"
-msgstr "<ahelp hid=\".\">ይምረጡ ረቂቅ ከ ተለየ ቴምፕሌቶች እና ዘዴዎች ውስጥ: እና ይምረጡ የ መሬት አቀማመጥ ወይንም የ ምስል ገጽ አቅጣጫ </ahelp>"
+msgid "Choose the layout from different templates and styles, and choose landscape or portrait page orientation."
+msgstr "ይምረጡ ረቂቅ ከ ተለያየ ቴምፕሌቶች እና ዘዴዎች ውስጥ: እና ይምረጡ የ መሬት አቀማመጥ ወይንም የ ምስል ገጽ አቅጣጫ"
#: 01100400.xhp
msgctxt ""
@@ -3877,8 +3877,8 @@ msgctxt ""
"01100400.xhp\n"
"par_id3153681\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_4_DATALAYOUT\">Defines a set of styles for the report. The styles assign fonts, indents, table background, and more.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_4_DATALAYOUT\">ለ መግለጫ ዘዴዎች መግለጫ ማሰናጃ: በ ዘዴው ይችላሉ መመደብ ፊደል: ማስረጊያ: የ ሰንጠረዥ መደብ እና ሌሎችንም ተጨማሪዎች</ahelp>"
+msgid "<ahelp hid=\".\">Defines a set of styles for the report. The styles assign fonts, indents, table background, and more.</ahelp>"
+msgstr "<ahelp hid=\".\">ለ መግለጫ ዘዴዎች መግለጫ ማሰናጃ: በ ዘዴው መመደብ ይችላሉ ፊደል: ማስረጊያ: የ ሰንጠረዥ መደብ እና ሌሎችንም ተጨማሪዎች</ahelp>"
#: 01100400.xhp
msgctxt ""
@@ -3893,8 +3893,8 @@ msgctxt ""
"01100400.xhp\n"
"par_id3152551\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_4_PAGELAYOUT\">Defines a page layout for the report. The page layouts are loaded from template files, which assign a header, footer, and page background.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_4_PAGELAYOUT\">ለ መግለጫ የ ገጽ እቅድ መግለጫ: የ ገጽ እቅድ ይጫናል ከ ቴምፕሌት ፋይሎች ውስጥ: ለ መመደብ ራስጌ: ግርጌ: እና የ ገጽ መደብ </ahelp>"
+msgid "<ahelp hid=\".\">Defines a page layout for the report. The page layouts are loaded from template files, which assign a header, footer, and page background.</ahelp>"
+msgstr "<ahelp hid=\".\">ለ መግለጫ የ ገጽ እቅድ መግለጫ: የ ገጽ እቅድ ይጫናል ከ ቴምፕሌት ፋይሎች ውስጥ: ለ መመደብ ራስጌ: ግርጌ: እና የ ገጽ መደብ </ahelp>"
#: 01100400.xhp
msgctxt ""
@@ -3925,8 +3925,8 @@ msgctxt ""
"01100400.xhp\n"
"par_id3145382\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_4_LANDSCAPE\">Selects a landscape page orientation for the report.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_4_LANDSCAPE\">ለ መግለጫው የ መሬት ገጽ አቀማመጥ መምረጫ</ahelp>"
+msgid "<ahelp hid=\".\">Selects a landscape page orientation for the report.</ahelp>"
+msgstr "<ahelp hid=\".\">ለ መግለጫው የ መሬት ገጽ አቀማመጥ መምረጫ</ahelp>"
#: 01100400.xhp
msgctxt ""
@@ -3941,8 +3941,8 @@ msgctxt ""
"01100400.xhp\n"
"par_id3154285\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_4_PORTRAIT\">Selects a portrait page orientation for the report.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_4_PORTRAIT\">ለ መግለጫው የ ምስል ገጽ አቀማመጥ መምረጫ</ahelp>"
+msgid "<ahelp hid=\".\">Selects a portrait page orientation for the report.</ahelp>"
+msgstr "<ahelp hid=\".\">ለ መግለጫው የ ምስል ገጽ አቀማመጥ መምረጫ</ahelp>"
#: 01100400.xhp
msgctxt ""
@@ -3973,8 +3973,8 @@ msgctxt ""
"01100500.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp hid=\".\">You can create the report as a static or dynamic report. When you open a dynamic report, it will display with the current data contents. When you open a static report, it will always display the same data from the time when the static report was created.</ahelp>"
-msgstr "<ahelp hid=\".\">እርስዎ መፍጠር ይችላሉ መግለጫ እንደ ተጣባቂ ወይንም ሀይለኛ መግለጫ: እርስዎ በሚከፍቱ ጊዜ ሀይለኛ መግለጫ: የሚያሳየው የ አሁኑን ዳታ ይዞታዎች ነው: እርስዎ በሚከፍቱ ጊዜ ተጣባቂ መግለጫ: የሚያሳየው ሁልጊዜ ተመሳሳይ ዳታ ነው ተጣባቂ መግለጫ ከ ተፈጠረ ጊዜ ጀምሮ ያለውን ነው </ahelp>"
+msgid "You can create the report as a static or dynamic report. When you open a dynamic report, it will display with the current data contents. When you open a static report, it will always display the same data from the time when the static report was created."
+msgstr "እርስዎ መፍጠር ይችላሉ መግለጫ እንደ ተጣባቂ ወይንም ሀይለኛ መግለጫ: እርስዎ በሚከፍቱ ጊዜ ሀይለኛ መግለጫ: የሚያሳየው የ አሁኑን ዳታ ይዞታዎች ነው: እርስዎ በሚከፍቱ ጊዜ ተጣባቂ መግለጫ: የሚያሳየው ሁልጊዜ ተመሳሳይ ዳታ ነው ተጣባቂ መግለጫ ከ ተፈጠረ ጊዜ ጀምሮ ያለውን ነው"
#: 01100500.xhp
msgctxt ""
@@ -3989,8 +3989,8 @@ msgctxt ""
"01100500.xhp\n"
"par_id3156136\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_4_TITLE\">Specifies the title that is printed at the title line of each page.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_4_TITLE\">መወሰኛ አርእስት የሚታተመውን የ አርእስት መስመር በ እያንዳንዱ ገጽ ላይ </ahelp>"
+msgid "<ahelp hid=\".\">Specifies the title that is printed at the title line of each page.</ahelp>"
+msgstr "<ahelp hid=\".\">የሚታተመውን አርእስት መወሰኛ የ አርእስት መስመር በ እያንዳንዱ ገጽ ላይ </ahelp>"
#: 01100500.xhp
msgctxt ""
@@ -4005,8 +4005,8 @@ msgctxt ""
"01100500.xhp\n"
"par_id3149580\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_5_OPTSTATDOCUMENT\">Saves the report as a static report. When you open a static report, it will always display the data from the time the report was created.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_5_OPTSTATDOCUMENT\">መግለጫ ማስቀመጫ እንደ ቋሚ መግለጫ: እርስዎ በሚክፍቱ ጊዜ ቋሚ መግለጫ: ሁልጊዜ ዳታ ያሳያል መግለጫው ከ ተፈጠረበት ጊዜ ጀምሮ</ahelp>"
+msgid "<ahelp hid=\".\">Saves the report as a static report. When you open a static report, it will always display the data from the time the report was created.</ahelp>"
+msgstr "<ahelp hid=\".\">መግለጫ ማስቀመጫ እንደ ቋሚ መግለጫ: እርስዎ በሚክፍቱ ጊዜ ቋሚ መግለጫ: ሁልጊዜ ዳታ ያሳያል መግለጫው ከ ተፈጠረበት ጊዜ ጀምሮ</ahelp>"
#: 01100500.xhp
msgctxt ""
@@ -4021,8 +4021,8 @@ msgctxt ""
"01100500.xhp\n"
"par_id3155805\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_5_OPTDYNTEMPLATE\">Saves the report as a template. When you open a dynamic report, it will display with the current data contents.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_5_OPTDYNTEMPLATE\">የ ቴምፕሌት መግለጫ ማስቀመጫ: እርስዎ በሚከፍቱ ጊዜ ሀይለኛ መግለጫ: የ አሁኑን ዳታ ይዞታዎች ያሳያል </ahelp>"
+msgid "<ahelp hid=\".\">Saves the report as a template. When you open a dynamic report, it will display with the current data contents.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ቴምፕሌት መግለጫ ማስቀመጫ: እርስዎ በሚከፍቱ ጊዜ ሀይለኛ መግለጫ: የ አሁኑን ዳታ ይዞታዎች ያሳያል </ahelp>"
#: 01100500.xhp
msgctxt ""
@@ -4037,8 +4037,8 @@ msgctxt ""
"01100500.xhp\n"
"par_id3163802\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_5_OPTEDITTEMPLATE\">When you click <emph>Finish</emph>, the report will be saved and opened for edit.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_5_OPTEDITTEMPLATE\">በሚጫኑ ጊዜ <emph> መጨረሻ: </emph> መግለጫው ይቀመጣል እና እንደገና ይከፈታል ለ ማረሚያ </ahelp>"
+msgid "<ahelp hid=\".\">When you click <emph>Finish</emph>, the report will be saved and opened for edit.</ahelp>"
+msgstr "<ahelp hid=\".\">በሚጫኑ ጊዜ <emph> መጨረሻ: </emph> መግለጫው ይቀመጣል እና እንደገና ይከፈታል ለ ማረሚያ </ahelp>"
#: 01100500.xhp
msgctxt ""
@@ -4053,8 +4053,8 @@ msgctxt ""
"01100500.xhp\n"
"par_id3156194\n"
"help.text"
-msgid "<ahelp hid=\"HID_DLGREPORT_5_OPTUSETEMPLATE\">When you click <emph>Finish</emph>, the report will be saved.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGREPORT_5_OPTUSETEMPLATE\">በሚጫኑ ጊዜ <emph> መጨረሻ </emph>: መግለጫው ይቀመጣል </ahelp>"
+msgid "<ahelp hid=\".\">When you click <emph>Finish</emph>, the report will be saved.</ahelp>"
+msgstr "<ahelp hid=\".\">በሚጫኑ ጊዜ <emph> መጨረሻ </emph>: መግለጫው ይቀመጣል </ahelp>"
#: 01110000.xhp
msgctxt ""
@@ -4093,8 +4093,8 @@ msgctxt ""
"01110000.xhp\n"
"hd_id3146797\n"
"help.text"
-msgid "<< Back"
-msgstr "<< ወደ ኋላ"
+msgid "< Back"
+msgstr "< ወደ ኋላ"
#: 01110000.xhp
msgctxt ""
@@ -4109,8 +4109,8 @@ msgctxt ""
"01110000.xhp\n"
"hd_id3147242\n"
"help.text"
-msgid "Next >>"
-msgstr "የሚቀጥለው >>"
+msgid "Next >"
+msgstr "ይቀጥሉ >"
#: 01110000.xhp
msgctxt ""
@@ -6709,8 +6709,8 @@ msgctxt ""
"01170000.xhp\n"
"hd_id3154288\n"
"help.text"
-msgid "Firefox / Iceweasel"
-msgstr "ፋየርፎክስ / አይስዊዝል"
+msgid "Firefox"
+msgstr ""
#: 01170000.xhp
msgctxt ""
@@ -6725,8 +6725,8 @@ msgctxt ""
"01170000.xhp\n"
"hd_id3895382\n"
"help.text"
-msgid "Thunderbird / Icedove"
-msgstr "ተንደርበርድ / አይስዶቭ"
+msgid "Thunderbird"
+msgstr ""
#: 01170000.xhp
msgctxt ""
@@ -6989,16 +6989,16 @@ msgctxt ""
"01170400.xhp\n"
"tit\n"
"help.text"
-msgid "Data Source Name"
-msgstr "የ ዳታ ምንጭ ስም"
+msgid "Data Source Title"
+msgstr "የ ዳታ ምንጭ አርእስት"
#: 01170400.xhp
msgctxt ""
"01170400.xhp\n"
"hd_id3147000\n"
"help.text"
-msgid "<link href=\"text/shared/autopi/01170400.xhp\" name=\"Data Source Name\">Data Source Name</link>"
-msgstr "<link href=\"text/shared/autopi/01170400.xhp\" name=\"Data Source Name\">የ ዳታ ምንጭ ስም</link>"
+msgid "<link href=\"text/shared/autopi/01170400.xhp\" name=\"Data Source Name\">Data Source Title</link>"
+msgstr "<link href=\"text/shared/autopi/01170400.xhp\" name=\"Data Source Name\">የ ዳታ ምንጭ አርእስት</link>"
#: 01170400.xhp
msgctxt ""
@@ -7053,8 +7053,8 @@ msgctxt ""
"01170400.xhp\n"
"par_idN105C9\n"
"help.text"
-msgid "<ahelp hid=\".\">Registers the newly created database file in %PRODUCTNAME. The database will then be listed in the data source window (F4). If this check box is cleared, the database will be available only by opening the database file.</ahelp>"
-msgstr "<ahelp hid=\".\">አዲስ የ ተፈጠረ የ ዳታቤዝ ፋይል መመዝገቢያ በ %PRODUCTNAME. የ ዳታቤ ከዛ ዝርዝር ውስጥ ይገባል ከ ዳታ ምንጭ መስኮት ውስጥ (F4). ይህ ምልክት ማድረጊያ ከጸዳ: የ ዳታቤዝ ዝግጁ ይሆናል በ መክፈት የ ዳታቤዝ ፋይል ብቻ </ahelp>"
+msgid "<ahelp hid=\".\">Registers the newly created database file in %PRODUCTNAME. The database will then be listed in the Data sources pane (<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F4). If this check box is cleared, the database will be available only by opening the database file.</ahelp>"
+msgstr "<ahelp hid=\".\">አዲስ የ ተፈጠረውን ዳታቤዝ ፋይል መመዝገቢያ በ %PRODUCTNAME. የ ዳታቤዝ ዝርዝር ውስጥ ይታያል ዳታ ምንጮች ክፍል ውስጥ (<switchinline select=\"sys\"><caseinline select=\"MAC\"> ትእዛዝ </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F4). ይህ ምልክት ማድረጊያ ሳጥን ከፀዳ: የ ዳታቤዝ ዝግጁ ይሆናል ለ መክፈት የ ዳታቤዝ ፋይል </ahelp>"
#: 01170400.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/explorer/database.po b/source/am/helpcontent2/source/text/shared/explorer/database.po
index f05700f64eb..96aba341f8a 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: 2017-12-18 12:32+0100\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
"PO-Revision-Date: 2018-02-11 00:22+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1518308563.000000\n"
#: 02000000.xhp
@@ -7493,8 +7493,8 @@ msgctxt ""
"dabawiz02access.xhp\n"
"par_id1142772\n"
"help.text"
-msgid "See also the English Wiki page <link href=\"http://wiki.documentfoundation.org/MSA-Base_Faq\">http://wiki.documentfoundation.org/MSA-Base_Faq</link>."
-msgstr "ይህን ይመልከቱ English Wiki page <link href=\"http://wiki.documentfoundation.org/MSA-Base_Faq\">http://wiki.documentfoundation.org/MSA-Base_Faq</link>."
+msgid "See also the English Wiki page <link href=\"https://wiki.documentfoundation.org/MSA-Base_Faq\" name=\"wiki.documentfoundation.org MS Access Base FAQ\">https://wiki.documentfoundation.org/MSA-Base_Faq</link>."
+msgstr ""
#: dabawiz02access.xhp
msgctxt ""
@@ -9005,8 +9005,8 @@ msgctxt ""
"main.xhp\n"
"par_id6474806\n"
"help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/Database\">Wiki page about Base</link>"
-msgstr "<link href=\"http://wiki.documentfoundation.org/Database\">የ ዊኪ ገጽ ስለ ቤዝ</link>"
+msgid "<link href=\"https://wiki.documentfoundation.org/Database\" name=\"wiki.documentfoundation.org Database\">Wiki page about Base</link>"
+msgstr ""
#: menubar.xhp
msgctxt ""
@@ -10117,8 +10117,8 @@ msgctxt ""
"migrate_macros.xhp\n"
"par_id0112200902353554\n"
"help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/Macros_in_Database_Documents\">An in depth explanation by the developers (Wiki).</link>"
-msgstr "<link href=\"http://wiki.documentfoundation.org/Macros_in_Database_Documents\">በ ጥልቀት መግለጫ በ አበልጻጊዎች (ዊኪ) </link>"
+msgid "<link href=\"https://wiki.documentfoundation.org/Macros_in_Database_Documents\" name=\"wiki.documentfoundation.org Macros in Database Documents\">An in depth explanation by the developers (Wiki).</link>"
+msgstr ""
#: password.xhp
msgctxt ""
@@ -11717,16 +11717,16 @@ msgctxt ""
"rep_navigator.xhp\n"
"par_id9449446\n"
"help.text"
-msgid "Functions can be entered using a syntax as specified by the <link href=\"http://en.wikipedia.org/wiki/OpenFormula\">OpenFormula</link> proposal."
-msgstr "ተግባሮችን ማስገባት ይቻላል አገባብ በ መጠቀም እንደ ተወሰነው በ <link href=\"http://en.wikipedia.org/wiki/OpenFormula\"> መቀመሪያ መክፈቻ </link> ማቅረቢያ"
+msgid "Functions can be entered using a syntax as specified by the <link href=\"https://en.wikipedia.org/wiki/OpenFormula\" name=\"English Wikipedia: OpenFormula\">OpenFormula</link> proposal."
+msgstr ""
#: rep_navigator.xhp
msgctxt ""
"rep_navigator.xhp\n"
"par_id4095583\n"
"help.text"
-msgid "See <link href=\"http://wiki.documentfoundation.org/Database\">Wiki page about Base</link> for some more help regarding the functions in a report."
-msgstr "ይህን ይመልከቱ <link href=\"http://wiki.documentfoundation.org/Database\">ዊኪ ገጽ ስለ Base</link> ለ ተጨማሪ እርዳታ ስለ ተግባሮች እና መግለጫ"
+msgid "See <link href=\"https://wiki.documentfoundation.org/Database\" name=\"wiki.documentfoundation.org Database\">Wiki page about Base</link> for some more help regarding the functions in a report."
+msgstr ""
#: rep_navigator.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/guide.po b/source/am/helpcontent2/source/text/shared/guide.po
index 59ac1537992..9b15560536a 100644
--- a/source/am/helpcontent2/source/text/shared/guide.po
+++ b/source/am/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-18 12:31+0100\n"
-"PO-Revision-Date: 2018-02-19 01:56+0000\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
+"PO-Revision-Date: 2018-04-07 22:02+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1519005392.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1523138531.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -509,8 +509,8 @@ msgctxt ""
"assistive.xhp\n"
"par_id8847010\n"
"help.text"
-msgid "A current list of supported assistive tools can be found on the Wiki at <link href=\"http://wiki.documentfoundation.org/Accessibility\">http://wiki.documentfoundation.org/Accessibility</link>."
-msgstr "የ እርዳታ ቴክኖሎጂ መሳሪያዎች ዝርዝር ይገኛል በ ዊኪ በ <link href=\"http://wiki.documentfoundation.org/Accessibility\">http://wiki.documentfoundation.org/Accessibility</link>."
+msgid "A current list of supported assistive tools can be found on the Wiki at <link href=\"https://wiki.documentfoundation.org/Accessibility\" name=\"wiki.documentfoundation.org Accessibility\">https://wiki.documentfoundation.org/Accessibility</link>."
+msgstr ""
#: assistive.xhp
msgctxt ""
@@ -1821,8 +1821,8 @@ msgctxt ""
"chart_title.xhp\n"
"par_id2706991\n"
"help.text"
-msgid "If no title text exists, choose <emph>Insert - Title</emph> to enter the text in a dialog."
-msgstr "የ ጽሁፍ አርእስት ከሌለ: ይምረጡ <emph> ማስገቢያ - አርእስት </emph> የ ጽሁፍ አርእስት ለማስገባት በ ንግግር ሳጥን ውስጥ"
+msgid "If no title text exists, choose <emph>Insert - Titles</emph> to enter the text in a dialog."
+msgstr "የ ጽሁፍ አርእስት ከሌለ: ይምረጡ <emph> አርእስት - ማስገቢያ </emph> የ ጽሁፍ አርእስት ለ ማስገባት በ ንግግር ሳጥን ውስጥ"
#: chart_title.xhp
msgctxt ""
@@ -2253,8 +2253,8 @@ msgctxt ""
"cmis-remote-files.xhp\n"
"par_id150820161816031425\n"
"help.text"
-msgid "%PRODUCTNAME can open and save files stored on remote servers. Keeping files on remote servers allows to work with the documents using different computers. For example, you can work on a document in the office during the day and edit it at home for last-minute changes. Storing files on a remote server also backs up documents from computer loss or hard disk failure. Some servers are also able to check-in and check-out files, thus controlling their usage and access."
-msgstr "%PRODUCTNAME ፋይሎች መክፈት እና ማስቀመጥ ይችላል በ ሩቅ ሰርቨሮች ላይ የ ተቀመጥኡ: ፋይሎች በ ሩቅ ሰርቨር ላይ ማስቀመጥ የሚያስችለው በ ተለያዩ ኮምፒዩተሮች በ ሰነዶቹ ላይ መስራት ማስቻል ነው: ለምሳሌ: እርስዎ በ ቢሮ ውስጥ በ ሰነዶች ላይ ይሰራሉ ቀን እና እርስዎ ከ ቤትዎ ማረም ይችላሉ በ መጨረሻው-ደቂቃ ለውጦችን መፈጸም: ፋይሎችን በ ሩቅ ሰርቨር ላይ ማስቀመጥ እንዲሁም ጥሩ ነው ለ ሰነድ ተተኪ ለመፍጠር: በ ድንገት የ እርስዎ ኮምፒዩተር ቢሰበር: አንዳንድ ሰርቨሮች እንዲሁም መግቢያ-መመርመሪያ እና መውጪያ-መመርመሪያ አላቸው ለ ፋይሎች: ይህ ፋይሎች ጋር ለ መድረስ እና ለ መቆጣጠር ይጠቅማል"
+msgid "%PRODUCTNAME can open and save files stored on remote servers. Keeping files on remote servers allows to work with the documents using different computers. For example, you can work on a document in the office during the day and edit it at home for last-minute changes. Storing files on a remote server also protects them from computer loss or hard disk failure. Some servers are also able to check in and check out files, thus controlling their usage and access."
+msgstr "%PRODUCTNAME ፋይሎች መክፈት እና ማስቀመጥ ይችላል በ ሩቅ ሰርቨሮች ላይ የ ተቀመጡ: ፋይሎች በ ሩቅ ሰርቨር ላይ ማስቀመጥ የሚያስችለው በ ተለያዩ ኮምፒዩተሮች በ ሰነዶቹ ላይ መስራት ማስቻል ነው: ለምሳሌ: እርስዎ በ ቢሮ ውስጥ በ ሰነዶች ላይ ይሰራሉ ቀን እና እርስዎ ከ ቤትዎ ማረም ይችላሉ በ መጨረሻው-ደቂቃ ለውጦችን መፈጸም: ፋይሎችን በ ሩቅ ሰርቨር ላይ ማስቀመጥ እንዲሁም ጥሩ ነው ለ ሰነድ ተተኪ ለመፍጠር: በ ድንገት የ እርስዎ ኮምፒዩተር ቢሰበር: አንዳንድ ሰርቨሮች እንዲሁም መግቢያ-መመርመሪያ እና መውጪያ-መመርመሪያ አላቸው ለ ፋይሎች: ይህ ፋይሎች ጋር ለ መድረስ እና ለ መቆጣጠር ይጠቅማል"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2341,8 +2341,8 @@ msgctxt ""
"cmis-remote-files.xhp\n"
"bm_id190820161721082861\n"
"help.text"
-msgid "<bookmark_value>remote file service;file lock</bookmark_value> <bookmark_value>remote file service;version control</bookmark_value> <bookmark_value>remote file service;working copy</bookmark_value> <bookmark_value>remote file service;check-out</bookmark_value> <bookmark_value>remote file service;check-in</bookmark_value>"
-msgstr "<bookmark_value>የ ሩቅ ፋይል ግልጋሎት: ፋይል መቆለፊያ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት: እትም መቆጣጠሪያ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት: የሚሰራ ኮፒ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት: መውጫ-መመርመሪያ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት: መግቢያ-መመርመሪያ</bookmark_value>"
+msgid "<bookmark_value>remote file service;file lock</bookmark_value> <bookmark_value>remote file service;version control</bookmark_value> <bookmark_value>remote file service;working copy</bookmark_value> <bookmark_value>remote file service;checkout</bookmark_value> <bookmark_value>remote file service;checkin</bookmark_value>"
+msgstr "<bookmark_value>የ ሩቅ ፋይል ግልጋሎት;ፋይል መቆለፊያ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት;እትም መቆጣጠሪያ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት;የሚሰራ ኮፒ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት;መውጫ-</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት;መግቢያ</bookmark_value>"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2357,64 +2357,64 @@ msgctxt ""
"cmis-remote-files.xhp\n"
"par_id170820161605429941\n"
"help.text"
-msgid "Check Out and Check In services control updates to document and prevent unwanted overwrites in a CMIS remote service."
-msgstr "ይውጡ እና ይመርምሩ በ ስነድ ግልጋሎቶች መቆጣጠሪያ ማሻሻያዎች ውስጥ: እና ከ ማይፈለግ በላዩ መጻፊያ ለ መጠበቅ በ CMIS የ ሩቅ ግልጋሎት ውስጥ"
+msgid "The Check Out and Check In actions control updates to the document and prevent unwanted overwrites in a CMIS remote service."
+msgstr "የ መግቢያ እና መውጫ በ ሰነድ ተግባሮች የሚቆጣጠረው ለ ሰነዶች ማሻሻያዎች: እና ከ ማይፈለግ በላዩ ላይ መጻፊያ ለ መጠበቅ ነው በ CMIS የ ሩቅ ግልጋሎት ውስጥ"
#: cmis-remote-files.xhp
msgctxt ""
"cmis-remote-files.xhp\n"
"par_id17082016160542203\n"
"help.text"
-msgid "Checking out a document locks it, preventing other users writing changes to it. Only one user can have a particular document checked out (locked) at any time. Checking in a document or canceling the check out unlocks the document."
-msgstr "መውጪያ መመርመሪያ ሰነዱን ይቆልፋል: ሌሎች ተጠቃሚዎች በላዩ ላይ ለውጦችን እንዳይጽፉ: አንድ ተጠቃሚ ብቻ ይኖረዋል የ ተወሰነ ሰነድ የ መውጪያ መመርመሪያ (የ ተቆለፈ) በማንኛውም ጊዜ: መግቢያ መመርመሪያ በ ሰነድ ውስጥ ወይንም መሰረዝ የ መውጪያ መመርመሪያ ሰነዱን ይከፍተዋል"
+msgid "Checking out a document locks it, preventing other users from writing changes to it. Only one user can have a particular document checked out (locked) at any time. Checking in a document or canceling the checkout unlocks the document."
+msgstr "መውጫ ሰነዱን ይቆልፋል: ሌሎች ተጠቃሚዎች በላዩ ላይ ለውጦችን እንዳይጽፉ: አንድ ተጠቃሚ ብቻ ይኖረዋል የ ተወሰነ ሰነድ መውጫ (የ ተቆለፈ) በማንኛውም ጊዜ: መግቢያ በ ሰነድ ውስጥ ወይንም መሰረዣ የ መውጫ ሰነዱን ይከፍተዋል"
#: cmis-remote-files.xhp
msgctxt ""
"cmis-remote-files.xhp\n"
"par_id170820161605426690\n"
"help.text"
-msgid "There are no check controls for remote files in Windows Shares, WebDAV, FTP and SSH services."
-msgstr "ለ ሩቅ ፋይሎች የ መቆጣጠሪያ መመርመሪያ የለም ለ Windows ማካፈያዎች: WebDAV, FTP እና SSH ግልጋሎቶች"
+msgid "There are no checkin/checkout controls for remote files in Windows Shares, WebDAV, FTP and SSH services."
+msgstr "ለ ሩቅ ፋይሎች የ መግቢያ/መውጫ መቆጣጠሪያ የለም የለም ለ ሩቅ ፋይሎች በ Windows ማካፈያዎች: WebDAV, FTP እና SSH ግልጋሎቶች ውስጥ"
#: cmis-remote-files.xhp
msgctxt ""
"cmis-remote-files.xhp\n"
"par_id170820161605428976\n"
"help.text"
-msgid "When a file is open from a CMIS remote file service, %PRODUCTNAME display a <emph>Check-out</emph> button on the top message area. Click the <emph>Check-out</emph> button to lock the file in the server to prevent edition by another user. Alternatively choose <item type=\"menuitem\">File - Check-out</item>."
-msgstr "ፋይል በሚከፈት ጊዜ በ CMIS የ ሩቅ ፋይል ግልጋሎት: %PRODUCTNAME ይታያል የ <emph> መውጫ-መመርመሪያ </emph> ቁልፍ ከ መልእክቱ በ ላይ በኩል: ይጫኑ የ <emph> መውጫ-መመርመሪያ </emph> ቁልፍ ፋይል ለ መቆለፍ በ ሰርቨሩ ውስጥ ለ መከልከል ፋይሉን ከ ማረም በ ሌሎች ተጠቃሚዎች: በ አማራጭ ይምረጡ <item type=\"menuitem\"> ፋይል - መውጫ-መመርመሪያ </item>"
+msgid "When a file is open from a CMIS remote file service, %PRODUCTNAME displays a <emph>Check Out</emph> button on the top message area. Click the <emph>Check Out</emph> button to lock the file in the server to prevent edition by another user. Alternatively choose <item type=\"menuitem\">File - Check Out</item>."
+msgstr "ፋይል በሚከፈት ጊዜ በ CMIS የ ሩቅ ፋይል ግልጋሎት: %PRODUCTNAME ይታያል የ <emph> መውጫ </emph> ቁልፍ ከ መልእክቱ በ ላይ በኩል: ይጫኑ የ <emph> መውጫ </emph> ቁልፍ ፋይል ለ መቆለፍ በ ሰርቨሩ ውስጥ ለ መከልከል ፋይሉን ከ ማረም በ ሌሎች ተጠቃሚዎች: በ አማራጭ ይምረጡ <item type=\"menuitem\"> ፋይል - መውጫ </item>"
#: cmis-remote-files.xhp
msgctxt ""
"cmis-remote-files.xhp\n"
"par_id190820161707153804\n"
"help.text"
-msgid "%PRODUCTNAME creates a working copy of the file in the server (and inserts the string <item type=\"literal\">(Working Copy)</item> in the file name) when a file is checked-out. Every edition and save operation is done in the working copy. You can save your file as many times you want. When you finished your changes, check-in the file."
-msgstr "%PRODUCTNAME የሚሰራ ፋይል ኮፒ መፍጠሪያ በ ሰርቨር ውስጥ (እና ሀረግ ማስገቢያ <item type=\"literal\">( የሚሰራ ኮፒ )</item> በ ፋይል ስም) ፋይል በ መውጫ-መመርመሪያ: እያንዳንዱ እትም የ ማስቀመጫ ተግባር ይፈጸማል በሚሰራ ኮፒ ውስጥ: እርስዎ ማስቀመጥ ይችላሉ የ እርስዎን ፋይል በሚፈልጉት ቁጥር መጠን: እርስዎ ለውጦችን ከ ፈጸሙ በኋላ: በ መግቢያ-መመርመሪያ ፋይል ውስጥ"
+msgid "%PRODUCTNAME creates a working copy of the file in the server (and inserts the string <item type=\"literal\">(Working Copy)</item> in the file name) when a file is checked out. Every edition and save operation is done in the working copy. You can save your file as many times you want. When you finished your changes, check in the file."
+msgstr "%PRODUCTNAME በ ሰርቨር ውስጥ የሚሰራ ፋይል ኮፒ መፍጠሪያ (እና ሀረግ ማስገቢያ <item type=\"literal\">(የሚሰራ ኮፒ)</item> በ ፋይል ስም) ፋይል በ መውጫ: እያንዳንዱ እትም የ ማስቀመጫ ተግባር ይፈጸማል በሚሰራ ኮፒ ውስጥ: እርስዎ ማስቀመጥ ይችላሉ የ እርስዎን ፋይል በሚፈልጉት ቁጥር መጠን: እርስዎ ለውጦችን ከ ፈጸሙ በኋላ: ፋይሉን ይመርምሩ"
#: cmis-remote-files.xhp
msgctxt ""
"cmis-remote-files.xhp\n"
"par_id190820161707156843\n"
"help.text"
-msgid "To check-in the file, choose <item type=\"menuitem\">File - Check-in</item>. A dialog opens to insert comments about the last edition. These comments are recorded in the CMIS server for version control. The working copy replaces the existing file and its version number is updated."
-msgstr "የ መግቢያ-መመርመሪያ በ ፋይል ላይ ለ መፈጸም: ይምረጡ <item type=\"menuitem\"> ፋይል - መግቢያ-መመርመሪያ </item> ንግግር ይከፈታል ትእዛዞች ለማስገቢያ ስለ መጨረሻው እትም: እነዚህ ትእዛዞች ይቀረጻሉ በ CMIS ሰርቨር ለ እትም መቆጣጠሪያ: የ መስሪያ ኮፒ ይቀይራል የ ነበረውን ፋይል እና የ እትም ቁጥር ይሻሻላል"
+msgid "To check in the file, choose <item type=\"menuitem\">File - Check In</item>. A dialog opens to insert comments about the last edition. These comments are recorded in the CMIS server for version control. The working copy replaces the existing file and its version number is updated."
+msgstr "ፋይል ለ መመርመር: ይምረጡ <item type=\"menuitem\"> ፋይል - መግቢያ </item> ንግግር ይከፈታል ትእዛዞች ለ ማስገቢያ ስለ መጨረሻው እትም: እነዚህ ትእዛዞች ይቀረጻሉ በ CMIS ሰርቨር ለ እትም መቆጣጠሪያ: የ መስሪያ ኮፒ ይቀይራል የ ነበረውን ፋይል እና የ እትም ቁጥር ይሻሻላል"
#: cmis-remote-files.xhp
msgctxt ""
"cmis-remote-files.xhp\n"
"par_id190820161707155303\n"
"help.text"
-msgid "To cancel a check-out, choose <item type=\"menuitem\">File - Cancel Check-Out</item>. A warning message will inform that the latest edition will be discarded. If confirmed, no version updates occurs."
-msgstr "የ መውጫ-መመርመሪያ ለ መሰረዝ: ይምረጡ <item type=\"menuitem\"> ፋይል - መሰረዥ መውጫ-መመርመሪያ </item> የ ማስጠንቀቂያ መልእክት ይታያል እና ዘመናዊው እትም ይወገዳል: እርስዎ ካረጋገጡ: ምንም የ እትም ማሻሻያ አይካሄድም"
+msgid "To cancel a checkout, choose <item type=\"menuitem\">File - Cancel Checkout</item>. A warning message will inform that the latest edition will be discarded. If confirmed, no version updates occurs."
+msgstr "መመርመሩን ለ መሰረዝ: ይምረጡ <item type=\"menuitem\"> ፋይል - መመርመሪያ መሰረዣ </item> የ ማስጠንቀቂያ መልእክት ይታያል እና ዘመናዊው እትም ይወገዳል: እርስዎ ካረጋገጡ: ምንም የ እትም ማሻሻያ አይካሄድም"
#: cmis-remote-files.xhp
msgctxt ""
"cmis-remote-files.xhp\n"
"par_id19082016170715785\n"
"help.text"
-msgid "Remember to check-in the file when finishing using it. Not doing so will lock the file and no other user will be allowed to modify it."
-msgstr "ያስታውሱ የ መግቢያ-መመርመሪያ በ ፋይል ውስጥ መፈጸሙን መጠቀም ሲጨርሱ: ይህን ካላደረጉ ፋይሉ ይቆለፋል: እና ሌላ ተጠቃሚ ፋይሉን ማሻሻል አይችልም"
+msgid "Remember to check in the file when finishing using it. Not doing so will lock the file and no other user will be allowed to modify it."
+msgstr "ያስታውሱ ፋይል መመርመሩን መጠቀም ከ ጨረሱ በኋላ: ይህን ካላደረጉ ፋይሉ ይቆለፋል: እና ሌላ ተጠቃሚ ፋይሉን ማሻሻል አይችልም"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2453,8 +2453,8 @@ msgctxt ""
"cmis-remote-files.xhp\n"
"par_id190820161707166344\n"
"help.text"
-msgid "If the file is not stored in a CMIS server, Choose <item type=\"menuitem\">File - Save to Remote Server </item>or do a long click in the <emph>Save</emph> icon, and select <emph>Save Remote File</emph>"
-msgstr "ፋይሉ በ CMIS ሰርቨር ላይ ካልተቀመጠ: ይምረጡ <item type=\"menuitem\"> ፋይል - ማስቀመጫ ወደ ሩቅ ሰርቨር </item> ወይንም በ ረጅሙ ይጫኑ በ <emph> ማስቀመጫ </emph> ምልክት ላይ: እና ይምረጡ <emph> ፋይል በ ሩቅ ማስቀመጫ </emph>"
+msgid "If the file is not stored in a CMIS server, choose <item type=\"menuitem\">File - Save to Remote Server</item> or long-click the <emph>Save</emph> icon and select <emph>Save Remote File</emph>."
+msgstr "ፋይሉ በ CMIS ሰርቨር ላይ ካልተቀመጠ: ይምረጡ <item type=\"menuitem\"> ፋይል - ማስቀመጫ ወደ ሩቅ ሰርቨር </item> ወይንም በ እረጅሙ ይጫኑ በ <emph> ማስቀመጫ </emph> ምልክት ላይ: እና ይምረጡ <emph> ፋይል በ ሩቅ ማስቀመጫ </emph>"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2485,8 +2485,8 @@ msgctxt ""
"cmis-remote-files.xhp\n"
"par_id190820161707163121\n"
"help.text"
-msgid "If you will end working with the file, check-in the file, Go to <item type=\"menuitem\">File - Check-in</item>."
-msgstr "በ ፋይሉ የሚሰሩትን ከ ጨረሱ: የ ፋይሉን መግቢያ-መመርመሪያ: ይሂዱ ወደ <item type=\"menuitem\"> ፋይል - መግቢያ-መመርመሪያ </item>"
+msgid "When you finish working with the file, check it in. To do so, choose <item type=\"menuitem\">File - Check In</item>."
+msgstr "በ ፋይሉ የሚሰሩትን ከ ጨረሱ: ፋይሉን ይመርምሩ: ይህን ለማድረግ: ይምረጡ <item type=\"menuitem\"> ፋይል መመርመሪያ </item>"
#: cmis-remote-files.xhp
msgctxt ""
@@ -5773,8 +5773,8 @@ msgctxt ""
"digital_signatures.xhp\n"
"par_id3204443\n"
"help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/How_to_use_digital_Signatures\">English Wiki page on digital signatures</link>"
-msgstr "<link href=\"http://wiki.documentfoundation.org/How_to_use_digital_Signatures\">English Wiki ገጽ በ ዲጂታል ፊርማዎች ላይ</link>"
+msgid "<link href=\"https://wiki.documentfoundation.org/How_to_use_digital_Signatures\" name=\"wiki.documentfoundation.org: How to use digital Signatures\">English Wiki page on digital signatures</link>"
+msgstr ""
#: digital_signatures.xhp
msgctxt ""
@@ -5813,8 +5813,8 @@ msgctxt ""
"digitalsign_receive.xhp\n"
"hd_id4989165\n"
"help.text"
-msgid "<variable id=\"digitalsign_receive\"><link href=\"text/shared/guide/digitalsign_receive.xhp\">Opening a Document Using WebDAV over HTTPS</link> </variable>"
-msgstr "<variable id=\"digitalsign_receive\"><link href=\"text/shared/guide/digitalsign_receive.xhp\">ሰነዶችን መክፈቻ በ WebDAV over HTTPS</link> </variable>"
+msgid "<variable id=\"digitalsign_receive\"><link href=\"text/shared/guide/digitalsign_receive.xhp\">Opening a Document Using WebDAV over HTTPS</link></variable>"
+msgstr ""
#: digitalsign_receive.xhp
msgctxt ""
@@ -5965,8 +5965,8 @@ msgctxt ""
"digitalsign_receive.xhp\n"
"par_id3204443\n"
"help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/How_to_use_digital_Signatures\">English Wiki page on digital signatures</link>"
-msgstr "<link href=\"http://wiki.documentfoundation.org/How_to_use_digital_Signatures\">English Wiki ገጽ በ ዲጂታል ፊርማዎች ላይ</link>"
+msgid "<link href=\"https://wiki.documentfoundation.org/How_to_use_digital_Signatures\" name=\"wiki.documentfoundation.org How to use digital Signatures\">English Wiki page on digital signatures</link>"
+msgstr ""
#: digitalsign_receive.xhp
msgctxt ""
@@ -6027,22 +6027,6 @@ msgstr "የ ምስክር ወረቀቶች ማስተዳደሪያ"
#: digitalsign_send.xhp
msgctxt ""
"digitalsign_send.xhp\n"
-"par_idN1070A\n"
-"help.text"
-msgid "If you are using Microsoft Windows, you can manage your certificates either from the Control Panel applet \"Internet Options\" on the \"Contents\" tab page or from MS Internet Explorer."
-msgstr "እርስዎ የሚጠቀሙት የ Microsoft Windows, ከሆነ እርስዎ ማስተዳደር ይችላሉ የ ምስክር ወረቀት ከ መቆጣጠሪያ ክፍል applet ውስጥ: \"የ ኢንተርኔት ምርጫዎች\" ከ \"ይዞታዎች\" tab ገጽ ውስጥ"
-
-#: digitalsign_send.xhp
-msgctxt ""
-"digitalsign_send.xhp\n"
-"par_id8311410\n"
-"help.text"
-msgid "Import your new root certificate into the Trusted Root Certification Authorities list."
-msgstr "እርስዎ ያምጡ አዲስ የ root የምስክር ወረቀት ወደ የሚታመኑ root የምስክር ወረቀት ባለስልጣን ዝርዝር ውስጥ"
-
-#: digitalsign_send.xhp
-msgctxt ""
-"digitalsign_send.xhp\n"
"par_idN1071D\n"
"help.text"
msgid "If you are using Linux, macOS or Solaris, you must install a recent version of Thunderbird or Firefox. %PRODUCTNAME will then access their certificate storage."
@@ -6083,6 +6067,46 @@ msgstr "እርስዎ አዲሱን የ ምስክር ወረቀት ካረሙ: እ
#: digitalsign_send.xhp
msgctxt ""
"digitalsign_send.xhp\n"
+"par_id921519766138177\n"
+"help.text"
+msgid "On Windows systems, %PRODUCTNAME will access the system certificate storage."
+msgstr ""
+
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id461519763996407\n"
+"help.text"
+msgid "Your private key for the digital signature will usually be generated and securely stored by Windows as part of the signature-issuance process. Once the issuing Certificate Authority is satisfied that your computer produced the private key and you have satisfied any other identification requirements, the corresponding public key is signed by the Certificate Authority. (For personal keys obtained over the Internet, the private key is generated by your browser and it is notshared with the Certificate Authority.)"
+msgstr ""
+
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id181519764008387\n"
+"help.text"
+msgid "If a private key is received by other means or you transfer it from another computer, you can install it on your Windows PC by double-clicking on the private key certificate and providing any required password. This private key may be known to others (such as an organizational or governmental security administration) depending on how it was issued to you."
+msgstr ""
+
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id21519764016831\n"
+"help.text"
+msgid "Public keys of other people used to verify document digital signatures, or encrypt documents for their eyes only, are usually stored in your system with digital certificate-management applications. In some cases you will need to manage those public-key certificates yourself."
+msgstr ""
+
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
+"par_id351519764024243\n"
+"help.text"
+msgid "The general management of public and private keys on your PC will vary depending on the version of Windows you are operating. For more information, use the \"Help and Support\" topic of your Windows version and search for \"digital signature\"."
+msgstr ""
+
+#: digitalsign_send.xhp
+msgctxt ""
+"digitalsign_send.xhp\n"
"par_idN10681\n"
"help.text"
msgid "Signing a document"
@@ -6133,8 +6157,8 @@ msgctxt ""
"digitalsign_send.xhp\n"
"par_idN106C3\n"
"help.text"
-msgid "A signed document shows an icon <image id=\"img_id262764\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id262764\">Icon</alt></image> in the status bar. You can double-click the icon in the status bar to view the certificate."
-msgstr "የ ተፈረመ ሰነድ ምልክት ያሳያል <image id=\"img_id262764\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id262764\">ምልክት</alt></image> በ ሁኔታዎች መደርደሪያ ላይ ሁለት ጊዜ-ይጫኑ ምልክቱን በ ሁኔታዎች መደርደሪያ ላይ ያለውን የ ምስክር ወረቀቱን ለማያት"
+msgid "A signed document shows an icon<image id=\"img_id262764\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id262764\">Icon</alt></image> in the status bar. You can double-click the icon in the status bar to view the certificate."
+msgstr "የ ተፈረመ ሰነድ ምልክት ያሳያል <image id=\"img_id262764\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id262764\">ምልክት</alt></image> በ ሁኔታዎች መደርደሪያ ላይ ሁለት ጊዜ-ይጫኑ ምልክቱን በ ሁኔታዎች መደርደሪያ ላይ ያለውን የ ምስክር ወረቀቱን ለማየት"
#: digitalsign_send.xhp
msgctxt ""
@@ -6181,8 +6205,8 @@ msgctxt ""
"digitalsign_send.xhp\n"
"par_idN106F5\n"
"help.text"
-msgid "When you open the Basic IDE that contains signed macros, you see an icon <image id=\"img_id9252296\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id9252296\">Icon</alt></image> in the status bar. You can double-click the icon in the status bar to view the certificate."
-msgstr "እርስዎ በሚከፍቱ ጊዜ የ Basic IDE የተፈረመ ማክሮስ የያዘ: ምልክት ይታያል <image id=\"img_id9252296\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id9252296\"> ምልክት </alt></image> በ ሁኔታዎች መደርደሪያ ላይ: ሁለት ጊዜ-ይጫኑ ምልክቱን በ ሁኔታዎች መደርደሪያ ላይ ያለውን የ ምስክር ወረቀቱን ለማያት"
+msgid "When you open the Basic IDE that contains signed macros, you see an icon<image id=\"img_id9252296\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id9252296\">Icon</alt></image> in the status bar. You can double-click the icon in the status bar to view the certificate."
+msgstr "እርስዎ በሚከፍቱ ጊዜ የ Basic IDE የ ተፈረመ ማክሮስ የያዘ: ምልክት ይታያል <image id=\"img_id9252296\" src=\"xmlsecurity/res/certificate_16.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id9252296\"> ምልክት </alt></image> በ ሁኔታዎች መደርደሪያ ላይ: ሁለት ጊዜ-ይጫኑ ምልክቱን በ ሁኔታዎች መደርደሪያ ላይ ያለውን የ ምስክር ወረቀቱን ለማየት"
#: digitalsign_send.xhp
msgctxt ""
@@ -12101,8 +12125,8 @@ msgctxt ""
"language_select.xhp\n"
"par_id9852903\n"
"help.text"
-msgid "If you use %PRODUCTNAME packages maintaned by your Linux distribution, follow the steps below."
-msgstr "እርስዎ የሚጠቀሙ ከሆነ %PRODUCTNAME ጥቅሎች የሚጠገኑ በ እርስዎ የ ሊነክስ ስርጭት: ከ ታች በኩል ያለውን ደረጃ ይከተሉ"
+msgid "If you use %PRODUCTNAME packages maintained by your Linux distribution, follow the steps below."
+msgstr "እርስዎ የሚጠቀሙ ከሆነ %PRODUCTNAME ጥቅሎች የሚጠገኑት በ እርስዎ የ ሊነክስ ስርጭት: ከ ታች በኩል ያለውን ደረጃ ይከተሉ"
#: language_select.xhp
msgctxt ""
@@ -13805,8 +13829,8 @@ msgctxt ""
"ms_import_export_limitations.xhp\n"
"par_id3150439\n"
"help.text"
-msgid "For a detailed overview about converting documents to and from Microsoft Office format, see the <link href=\"http://wiki.documentfoundation.org/Documentation/OOoAuthors_User_Manual/Migration_Guide\">Migration Guide</link>."
-msgstr "ስለ የ Microsoft Office ሰነዶችን መቀየሪያ ዝርዝር መግለጫ ለማግኘት ይህን ይመልከቱ <link href=\"http://wiki.documentfoundation.org/Documentation/OOoAuthors_User_Manual/Migration_Guide\"> የ መሸጋገሪያ መምሪያ </link>"
+msgid "For a detailed overview about converting documents to and from Microsoft Office format, see the <link href=\"https://wiki.documentfoundation.org/Documentation/OOoAuthors_User_Manual/Migration_Guide\" name=\"wiki.dcoumentfoundation.org OOoAuthors User Manual: Migration Guide\">Migration Guide</link>."
+msgstr ""
#: ms_import_export_limitations.xhp
msgctxt ""
@@ -14021,8 +14045,8 @@ msgctxt ""
"ms_user.xhp\n"
"par_id3153543\n"
"help.text"
-msgid "MS Word, *.doc, *.docx"
-msgstr "MS Word, *.doc, *.docx"
+msgid "Microsoft Word, *.doc, *.docx"
+msgstr "Microsoft Word, *.doc, *.docx"
#: ms_user.xhp
msgctxt ""
@@ -14053,8 +14077,8 @@ msgctxt ""
"ms_user.xhp\n"
"par_id3147574\n"
"help.text"
-msgid "MS PowerPoint, *.ppt, *.pps, *.pptx"
-msgstr "MS PowerPoint, *.ppt, *.pps, *.pptx"
+msgid "Microsoft PowerPoint, *.ppt, *.pps, *.pptx"
+msgstr "Microsoft PowerPoint, *.ppt, *.pps, *.pptx"
#: ms_user.xhp
msgctxt ""
@@ -16333,8 +16357,8 @@ msgctxt ""
"scripting.xhp\n"
"par_idN1091F\n"
"help.text"
-msgid "In addition, developers can use high-level languages, for example Java programming language, to control %PRODUCTNAME externally. The API reference is online at <link href=\"http://api.libreoffice.org/\">api.libreoffice.org</link>."
-msgstr "በ ተጨማሪ አበልፃጊዎች መጠቀም ይችላሉ ከፍተኛ-ደረጃ ቋንቋዎች: ለምሳሌ: Java programming ቋንቋ: ለ መቆጣጠሪያ %PRODUCTNAME የ ውጪ: የ API ማመሳከሪያ በ መስመር ላይ በ <link href=\"http://api.libreoffice.org/\">api.libreoffice.org</link>."
+msgid "In addition, developers can use high-level languages, for example Java programming language, to control %PRODUCTNAME externally. The API reference is online at <link href=\"https://api.libreoffice.org/\" name=\"api.libreoffice.org\">api.libreoffice.org</link>."
+msgstr ""
#: scripting.xhp
msgctxt ""
@@ -17477,8 +17501,8 @@ msgctxt ""
"start_parameters.xhp\n"
"par_id3148914\n"
"help.text"
-msgid "Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "ከ ሁለቱ አንዱ ይህ-ማስጀመሪያ አርማ ወይንም ማስጀመሪያ ፕሮግራም መስኮት ይታያል $[officename]ሶፍትዌር መቆጣጠር ይቻላል: እና ሰነዶች እና ንግግሮች መቆጣጠር እና መክፈት ይቻላል በ <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href=\"https://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
@@ -17517,8 +17541,8 @@ msgctxt ""
"start_parameters.xhp\n"
"par_id3156353\n"
"help.text"
-msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "ይህን የ ተለየ ዘዴ መጠቀም ይችላሉ መተግባሪያ በ ውጪ ደንበኞች በሚቆጣጠሩት ጊዜ በ <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"https://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
@@ -17869,8 +17893,8 @@ msgctxt ""
"startcenter.xhp\n"
"bm_id0820200802500562\n"
"help.text"
-msgid "<bookmark_value>backing window</bookmark_value> <bookmark_value>start center</bookmark_value>"
-msgstr "<bookmark_value>ተተኪ መስኮት</bookmark_value> <bookmark_value>መሀከል ማስጀመሪያ</bookmark_value>"
+msgid "<bookmark_value>backing window</bookmark_value> <bookmark_value>start center</bookmark_value>"
+msgstr ""
#: startcenter.xhp
msgctxt ""
@@ -17885,16 +17909,16 @@ msgctxt ""
"startcenter.xhp\n"
"par_id0820200803204063\n"
"help.text"
-msgid "Welcome to %PRODUCTNAME.Thank you for using the %PRODUCTNAME <link href=\"text/shared/05/00000110.xhp\">application help</link>.Press F1 whenever you need help using the %PRODUCTNAME software."
-msgstr "እንኳን ደህና መጡ ወደ %PRODUCTNAME. እናመሰግናለን በ መጠቀምዎ የ %PRODUCTNAME <link href=\"text/shared/05/00000110.xhp\">የ መተግበሪያ እርዳታ</link> ይጫኑ F1 እርስዎ እርዳታ በሚፈልጉ ጊዜ የ %PRODUCTNAME ሶፍትዌር"
+msgid "Welcome to %PRODUCTNAME. Thank you for using the %PRODUCTNAME <link href=\"text/shared/05/00000110.xhp\">application help</link>. Press F1 whenever you need help using the %PRODUCTNAME software."
+msgstr ""
#: startcenter.xhp
msgctxt ""
"startcenter.xhp\n"
"par_id0820200802524413\n"
"help.text"
-msgid "You see the Start Center when no document is open in %PRODUCTNAME. It is divided into two panes. <ahelp hid=\".\">Click a button on the left pane to open a new document or a file dialog.</ahelp>"
-msgstr "ለ እርስዎ ይታያል የ መጀመሪያ መሀከል ምንም ሰነድ ሳይከፈት በ %PRODUCTNAME. ሁለት ቦታ ተከፍሏል ክፍሎቹ: <ahelp hid=\".\"> ይጫኑ በ ምልክት ላይ በ ግራ ክፍል በኩል ለ መክፈት አዲስ ሰነድ ወይንም የ ፋይል ንግግር </ahelp>"
+msgid "You see the Start Center when no document is open in %PRODUCTNAME. It is divided into two panes. <ahelp hid=\".\">Click a button on the left pane to open a new document or a file dialog.</ahelp>"
+msgstr ""
#: startcenter.xhp
msgctxt ""
@@ -18693,8 +18717,8 @@ msgctxt ""
"template_manager.xhp\n"
"par_id041620170723518567\n"
"help.text"
-msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N or File – New Template to open the Template Manager"
-msgstr "ይጫኑ <switchinline select=\"sys\"><caseinline select=\"MAC\"> ትእዛዝ </caseinline><defaultinline>Ctrl</defaultinline></switchinline>++Shift+N ወይንም ፋይል – አዲስ ቴምፕሌት ለ መክፈት ከ ቴምፕሌት አስተዳዳሪ ውስጥ"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N or choose <emph>File - New - Templates</emph> to open the Template Manager"
+msgstr "ይጫኑ <switchinline select=\"sys\"><caseinline select=\"MAC\"> ትእዛዝ </caseinline><defaultinline>Ctrl</defaultinline></switchinline>++Shift+N ወይንም ይምረጡ <emph>ፋይል – አዲስ ቴምፕሌት</emph> ለ መክፈት ከ ቴምፕሌት አስተዳዳሪ ውስጥ"
#: template_manager.xhp
msgctxt ""
@@ -18749,8 +18773,8 @@ msgctxt ""
"template_manager.xhp\n"
"par_id041620170723518639\n"
"help.text"
-msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N or File – New Template to open the Template Manager"
-msgstr "ይጫኑ <switchinline select=\"sys\"><caseinline select=\"MAC\"> ትእዛዝ </caseinline><defaultinline>Ctrl</defaultinline></switchinline>++Shift+N ወይንም ፋይል – አዲስ ቴምፕሌት ለ መክፈት ከ ቴምፕሌት አስተዳዳሪ ውስጥ"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+N or choose <emph>File - New - Templates</emph> to open the Template Manager"
+msgstr "ይጫኑ <switchinline select=\"sys\"><caseinline select=\"MAC\"> ትእዛዝ </caseinline><defaultinline>Ctrl</defaultinline></switchinline>++Shift+N ወይንም ይምረጡ <emph>ፋይል – አዲስ ቴምፕሌት</emph> ለ መክፈት ከ ቴምፕሌት አስተዳዳሪ ውስጥ"
#: template_manager.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/optionen.po b/source/am/helpcontent2/source/text/shared/optionen.po
index eccfea65388..a7f56682b80 100644
--- a/source/am/helpcontent2/source/text/shared/optionen.po
+++ b/source/am/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: 2017-12-18 12:32+0100\n"
-"PO-Revision-Date: 2018-02-19 01:38+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-04-08 20:06+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1519004298.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1523217976.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -229,8 +229,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3156410\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/OptUserPage\">Use this tab page to enter or edit user data.</ahelp> Some of the data may have already been entered by the user when installing $[officename]."
-msgstr "<ahelp hid=\"cui/ui/optuserpage/OptUserPage\">ይጠቀሙ የ tab ገጽ ለማስገባት ወይንም ለማረም የ ተጠቃሚ ዳታ </ahelp> አንዳንድ ዳታ ቀደም ብለው ገብተው ይሆናል በ ተጠቃሚው ሲገጠም $[officename]."
+msgid "<ahelp hid=\"cui/ui/optuserpage/OptUserPage\">Use this tab page to enter or edit user data.</ahelp> Some of the data may have already been entered by the user or system administrator when installing $[officename]."
+msgstr "<ahelp hid=\"cui/ui/optuserpage/OptUserPage\">ገጽ ለማስገባት ይህን tab ይጠቀሙ ወይንም የ ተጠቃሚ ዳታ ለማረም </ahelp> አንዳንድ ዳታ ቀደም ብለው ገብተው ይሆናል በ ተጠቃሚው ሲገጠም $[officename]."
#: 01010100.xhp
msgctxt ""
@@ -277,8 +277,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3143270\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/company\">Type the name of your company in this field.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/company\">የ ድርጅቱን ስም በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type the name of your company in this field.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን ድርጅት ስም በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -293,8 +293,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3153821\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/firstname\">Type your first name.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/firstname\">የ መጀመሪያ ስም ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type your first name.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን የ መጀመሪያ ስም ይጻፉ </ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -309,8 +309,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3145609\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/lastname\">Type your last name.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/lastname\">የ አባት ስም ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type your last name.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን የ አባት ስም ይጻፉ </ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -325,8 +325,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3147264\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/shortname\">Type your initials.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/shortname\">መነሻዎችን ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type your initials.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን መነሻ ይጻፉ </ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -341,8 +341,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3151212\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/street\">Type the name of your street in this field.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/street\">የ መንገድ ስም በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type the name of your street in this field.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን መንገድ ስም በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -357,8 +357,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3145607\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/izip\">Type your ZIP in this field.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/izip\">በዚህ ሜዳ ውስጥ ፖሳቁ ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type your ZIP in this field.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን ፖሳቁ በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -373,8 +373,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3149807\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/icity\">Type the city where you live.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/icity\">የሚኖሩበትን ከተማ እዚህ ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type the city where you live.</ahelp>"
+msgstr "<ahelp hid=\".\">እርስዎ የሚኖሩበትን ከተማ ይጻፉ </ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -389,8 +389,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3150441\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/state\">Type your state.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/state\">ያሉበትን አገር ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type your state.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን ክፍለ ሀገር ይጻፉ </ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -405,8 +405,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3147317\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/title\">Type your title in this field.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/title\">በዚህ ሜዳ ውስጥ የ እርስዎን አርእስት ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type your title in this field.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን አርእስት በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -421,8 +421,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3147428\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/position\">Type your position in the company in this field.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/position\">በዚህ ሜዳ ውስጥ በ ድርጅቱ ውስጥ የ እርስዎን ቦታ ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type your position in the company in this field.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን ቦታ በ ድርጅቱ ውስጥ በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -437,8 +437,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3154011\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/home\">Type your private telephone number in this field.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/home\">የ ግል ስልክ ቁጥርዎን በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type your private telephone number in this field.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን የ ግል ስልክ በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -453,8 +453,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3159153\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/work\">Type your work number in this field.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/work\">የ ስራ ስልክዎን በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type your work number in this field.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን የ ስራ ስልክ በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -469,8 +469,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3153159\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/fax\">Type your fax number in this field.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/fax\">የ ፋክስ ቁጥርዎን በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
+msgid "<ahelp hid=\".\">Type your fax number in this field.</ahelp>"
+msgstr "<ahelp hid=\".\">የ እርስዎን የ ፋክስ ቁጥር በዚህ ሜዳ ውስጥ ይጻፉ</ahelp>"
#: 01010100.xhp
msgctxt ""
@@ -485,8 +485,8 @@ msgctxt ""
"01010100.xhp\n"
"par_id3154942\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optuserpage/email\">Type your e-mail address.</ahelp> For example, my.name@my.provider.com"
-msgstr "<ahelp hid=\"cui/ui/optuserpage/email\">የ እርስዎን ኢ-ሜይል አድራሻ ይጻፉ</ahelp> ለምሳሌ my.name@my.provider.com"
+msgid "<ahelp hid=\".\">Type your e-mail address.</ahelp> For example, my.name@my.provider.com"
+msgstr "<ahelp hid=\".\">የ እርስዎን ኢ-ሜይል አድራሻ ይጻፉ</ahelp> ለምሳሌ my.name@my.provider.com"
#: 01010200.xhp
msgctxt ""
@@ -869,8 +869,8 @@ msgctxt ""
"01010200.xhp\n"
"par_id6944181\n"
"help.text"
-msgid "OpenOffice.org 3 and StarOffice 9 introduce new features which have to be saved using the <link href=\"http://en.wikipedia.org/wiki/OpenDocument\">OpenDocument</link> format (ODF) version 1.2. The prior versions of OpenOffice.org 2 and StarOffice 8 support the file formats ODF 1.0/1.1. Those prior file formats cannot store all new features of the new software."
-msgstr "OpenOffice.org 3 እና StarOffice 9 አዲስ ገጽታዎችን አስተዋውቀዋል ሰለዚህ መቀመጥ ያለበት በ መጠቀም ነው የ <link href=\"http://en.wikipedia.org/wiki/OpenDocument\">OpenDocument</link> አቀራረብ (ODF) እትም 1.2. ቀደም ያለው እትም የ OpenOffice.org 2 እና StarOffice 8 የሚደግፉት የ ፋይል አቀራረብ ODF 1.0/1.1. ቀደም ያለው የ ፋይል አቀራረብ ማስቀመጥ አይችልም ሁሉንም አዲስ ገጽታዎች የ አዲሱን ሶፍትዌር"
+msgid "OpenOffice.org 3 and StarOffice 9 introduce new features which have to be saved using the <link href=\"https://en.wikipedia.org/wiki/OpenDocument\" name=\"English Wikipedia: OpenDocument\">OpenDocument</link> format (ODF) version 1.2. The prior versions of OpenOffice.org 2 and StarOffice 8 support the file formats ODF 1.0/1.1. Those prior file formats cannot store all new features of the new software."
+msgstr ""
#: 01010200.xhp
msgctxt ""
@@ -1453,8 +1453,8 @@ msgctxt ""
"01010400.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optlingupage/lingudictsedit\">Lists the available user dictionaries.</ahelp> Mark the user dictionaries that you want to use for spellcheck and hyphenation."
-msgstr "<ahelp hid=\"cui/ui/optlingupage/lingudictsedit\">ዝግጁ የሆኑ የ ተጠቃሚ መዝገበ ቃላት </ahelp> ምልክት ያድርጉ የ ተጠቃሚ መዝገበ ቃላት እርስዎ መጠቀም የሚፈልጉትን ለ ፊደል ማረሚያ እና ለ ጭረት"
+msgid "<ahelp hid=\".\">Lists the available user dictionaries.</ahelp> Mark the user dictionaries that you want to use for spellcheck and hyphenation."
+msgstr "<ahelp hid=\".\">ዝግጁ የሆኑ የ ተጠቃሚ መዝገበ ቃላት ዝርዝር </ahelp> ምልክት ያድርጉ የ ተጠቃሚ መዝገበ ቃላት እርስዎ መጠቀም የሚፈልጉትን ለ ፊደል ማረሚያ እና ለ ጭረት"
#: 01010400.xhp
msgctxt ""
@@ -1485,8 +1485,8 @@ msgctxt ""
"01010400.xhp\n"
"par_id3153360\n"
"help.text"
-msgid "In the <emph>Dictionary</emph> section you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
-msgstr "በ <emph>መዝገበ ቃላት</emph> ክፍል እርስዎ መሰየም ይችላሉ አዲስ በ ተጠቃሚ-የሚገለጽ መዝገበ ቃላት ወይንም የተለየ መዝገበ ቃላት እና ለ ተወሰነ ቋንቋ"
+msgid "<ahelp hid=\".\">In the <emph>Dictionary</emph> section you can name a new user-defined dictionary or dictionary of exceptions and specify the language.</ahelp>"
+msgstr "<ahelp hid=\".\"> በ <emph> መዝገበ ቃላት </emph> ክፍል እርስዎ መሰየም ይችላሉ አዲስ በ ተጠቃሚ-የሚገለጽ መዝገበ ቃላት ወይንም የተለየ መዝገበ ቃላት እና ለ ተወሰነ ቋንቋ </ahelp>"
#: 01010400.xhp
msgctxt ""
@@ -1557,8 +1557,8 @@ msgctxt ""
"01010400.xhp\n"
"par_id3147436\n"
"help.text"
-msgid "In the <emph>Edit custom dictionary </emph>dialog you have the option to enter new terms or edit existing entries. If you edit an exception dictionary, the dialog has the added facility of defining an exception for a word. During the spellcheck this exception is then listed as a suggestion."
-msgstr "በ <emph>መዝገበ ቃላት ማስተካከያ ማረሚያ </emph>ንግግር ውስጥ እርስዎ ምርጫ አለዎት አዲስ ቃል ለ ማስገባት ወይንም የ ነበረውን ማስገቢያ ለማረም: እርስዎ የሚያርሙ ከሆነ የ ተለየ መዝገበ ቃላት: ንግግሩ ጨምሯል የ ተለዩ ቃሎችን መለያ ክፍል: ፊደል በሚታረም ጊዜ ይህ የ ተለየ እንደ ሀሳብ ይቀርባል"
+msgid "<ahelp hid=\".\">In the <emph>Edit Custom Dictionary</emph> dialog you have the option to enter new terms or edit existing entries.</ahelp> If you edit an exception dictionary, the dialog has the added facility of defining an exception for a word. During the spellcheck this exception is then listed as a suggestion."
+msgstr "<ahelp hid=\".\">በ <emph> መዝገበ ቃላት ማስተካከያ ማረሚያ </emph> ንግግር ውስጥ እርስዎ ምርጫ አለዎት አዲስ ቃል ለ ማስገባት ወይንም የ ነበረውን ማስገቢያ ለማረም: </ahelp> እርስዎ የሚያርሙ ከሆነ የ ተለየ መዝገበ ቃላት: ንግግሩ የ ተለዩ ቃሎችን መለያ ክፍል ውስጥ ይጨምራል: ፊደል በሚታረም ጊዜ ይህ የ ተለየ እንደ ሀሳብ ይቀርባል"
#: 01010400.xhp
msgctxt ""
@@ -1813,8 +1813,8 @@ msgctxt ""
"01010400.xhp\n"
"par_id3150316\n"
"help.text"
-msgid "Specifies the minimum number of characters required for automatic hyphenation to be applied. <ahelp hid=\"cui/ui/breaknumberoptions/BreakNumberOption\" visibility=\"hidden\"> Type the minimum number of characters that must come before or after the hyphen.</ahelp>"
-msgstr "አነስተኛ የ ባህሪ ቁጥር ይወስኑ የሚያስፈልገውን ለ ራሱ በራሱ ጭረት መፈጸሚያ <ahelp hid=\"cui/ui/breaknumberoptions/BreakNumberOption\" visibility=\"hidden\"> ይጻፉአነስተኛ የ ባህሪ ቁጥር ከ ጭረት በፊት እና በኋላ የሚመጣውን</ahelp>"
+msgid "<ahelp hid=\".\">Specifies the minimum number of characters required for automatic hyphenation to be applied.</ahelp>"
+msgstr "<ahelp hid=\".\">ራሱ በራሱ ጭረት ለ መፈጸም የሚያስፈልገውን አነስተኛ የ ባህሪ ቁጥር መወሰኛ</ahelp>"
#: 01010400.xhp
msgctxt ""
@@ -1829,8 +1829,8 @@ msgctxt ""
"01010400.xhp\n"
"par_id3156029\n"
"help.text"
-msgid "Sets the minimum number of characters of the word to be hyphenated that must remain at the end of the line."
-msgstr "አነስተኛ የ ባህሪ ቁጥር ማሰናጃ ለ ቃል ጭረት ለ መፈጸም ከ መስመሩ መጨረሻ መቅረት ያለበትን"
+msgid "<ahelp hid=\".\">Sets the minimum number of characters of the word to be hyphenated that must remain at the end of the line.</ahelp>"
+msgstr "<ahelp hid=\".\">አነስተኛ የ ባህሪ ቁጥር ማሰናጃ ለ ቃል ጭረት ለ መፈጸም ከ መስመሩ መጨረሻ መቅረት ያለበትን </ahelp>"
#: 01010400.xhp
msgctxt ""
@@ -1845,8 +1845,8 @@ msgctxt ""
"01010400.xhp\n"
"par_id3149439\n"
"help.text"
-msgid "Specifies the minimum number of characters of a hyphenated word required at the next line."
-msgstr "አነስተኛ የ ባህሪ ቁጥር መወሰኛ ለ ቃል ጭረት ለ መፈጸም በሚቀጥለው መስመር ላይ መቅረት ያለበትን"
+msgid "<ahelp hid=\".\">Specifies the minimum number of characters of a hyphenated word required at the next line.</ahelp>"
+msgstr "<ahelp hid=\".\">አነስተኛ የ ባህሪ ቁጥር መወሰኛ ለ ቃል ጭረት ለ መፈጸም በሚቀጥለው መስመር ላይ መቅረት ያለበትን </ahelp>"
#: 01010400.xhp
msgctxt ""
@@ -2277,8 +2277,8 @@ msgctxt ""
"01010501.xhp\n"
"par_id3150771\n"
"help.text"
-msgid "<variable id=\"farbentext\"><ahelp hid=\".\">%PRODUCTNAME lets you define custom colors using a two-dimensional graphic and numerical gradient chart of the Pick a Color dialog.</ahelp></variable> Click <emph>OK</emph> to display the newly defined color in the <emph>New</emph> preview box of the <emph>Colors</emph> tab, where you can then decide if you want to add or replace the new color in the current color palette."
-msgstr "<variable id=\"farbentext\"><ahelp hid=\".\">%PRODUCTNAME እርስዎን የ ራስዎትን ቀለሞች መግለጽ ያስችሎታል: የ ሁለት-አቅጣጫ ንድፍ እና የ ቁጥር ከፍታ ቻርትስ የ ቀለም ንግግር በ መጠቀም </ahelp></variable> ይጫኑ <emph> እሺ </emph> ለ ማሳየት አዲስ የ ተገለጸውን ቀለም በ <emph> አዲስ </emph> ቅድመ እይታ ሳጥን ውስጥ በ <emph> ቀለሞች </emph> tab ውስጥ: እርስዎ መወሰን ይችላሉ መጨመር ወይንም መቀየር አዲስ ቀለም በ አሁኑ የ ቀለም ማሰናጃ ውስጥ"
+msgid "<variable id=\"farbentext\"><ahelp hid=\".\">%PRODUCTNAME lets you define custom colors using a two-dimensional graphic and numerical gradient chart of the <emph>Pick a Color</emph> dialog.</ahelp></variable>"
+msgstr ""
#: 01010501.xhp
msgctxt ""
@@ -2293,8 +2293,8 @@ msgctxt ""
"01010501.xhp\n"
"par_id61884\n"
"help.text"
-msgid "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\" width=\"19cm\" height=\"16cm\"><alt id=\"alt_id5337\">The Pick a Color Window</alt><caption id=\"alt_id34144\">Pick a Color window</caption></image>"
-msgstr "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\" width=\"19cm\" height=\"16cm\"><alt id=\"alt_id5337\">የ ቀለም መስኮት መምረጫ </alt><caption id=\"alt_id34144\">የ ቀለም መስኮት መምረጫ </caption></image>"
+msgid "<image id=\"img_id5337\" src=\"media/screenshots/cui/ui/colorpickerdialog/ColorPicker.png\" width=\"19cm\" height=\"16cm\"><caption id=\"alt_id34144\">The Pick a Color window</caption></image>"
+msgstr ""
#: 01010501.xhp
msgctxt ""
@@ -2325,8 +2325,8 @@ msgctxt ""
"01010501.xhp\n"
"par_id3148947\n"
"help.text"
-msgid "<ahelp hid=\".\">With the vertical color component slider you can modify the value of each component of the color.</ahelp> With the large colored square you can select the color component approximatively."
-msgstr "<ahelp hid=\".\">በ ቁመት የ ቀለም ተንሸራታች አካል ውስጥ እርስዎ ማሻሻል ይችላሉ እያንዳንዱን የ ቀለም ዋጋዎች: </ahelp> በ ትልቁ የ ቀለም ስኬር ውስጥ እርስዎ የ ቀለም አካላት በ ግምት መምረጥ ይችላሉ"
+msgid "<ahelp hid=\".\">With the vertical color component slider you can modify the value of each component of the color.</ahelp> With the large colored square you can select the color component approximately."
+msgstr "<ahelp hid=\".\">በ ቁመት የ ቀለም ተንሸራታች አካል ውስጥ እርስዎ ማሻሻል ይችላሉ እያንዳንዱን የ ቀለም ዋጋዎች: </ahelp> በ ትልቁ የ ቀለም ስኴር ውስጥ እርስዎ የ ቀለም አካላት በ ግምት መምረጥ ይችላሉ"
#: 01010501.xhp
msgctxt ""
@@ -5997,8 +5997,32 @@ msgctxt ""
"01040500.xhp\n"
"par_id3149481\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/opttablepage/numformatting\">Specifies that numbers in a text table are recognized and formatted as numbers.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/opttablepage/numformatting\">ቁጥሮች በ ጽሁፍ ሰንጠረዥ ውስጥ መለያ እና እንደ ቁጥር መቅረባቸውን መወሰኛ</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/opttablepage/numformatting\">Specifies that numbers in a text table are recognized and formatted as numbers.</ahelp> Table cells in %PRODUCTNAME Writer can recognize a number when it is represented in one of the number formats available in categories of Numbers, Percent, Currency, Date, Time, Scientific, Fraction and Boolean."
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id871520543043646\n"
+"help.text"
+msgid "The recognized number is displayed with default number format for table cells, and sets the cell format to the recognized category. For example, if a number is recognized as Date, the cell format category is set to Date. You can set a specific number format for the cell, for example, a date entered as <item type=\"input\">8/3/2018</item> displays as Thursday March 8, 2018 when the cell number format is set to \"Friday, December 31, 1999\" in the Number Format dialog."
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id451520542990536\n"
+"help.text"
+msgid "Recognized Date and Time numbers are converted to internal date and time serial values. Percent numbers are converted internally to their numeric values. Boolean values are converted internally to 0 or 1."
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id331520543028270\n"
+"help.text"
+msgid "When an input cannot be recognized as a number, the number category changes to <emph>Text</emph> and the input is not changed."
+msgstr ""
#: 01040500.xhp
msgctxt ""
@@ -6027,6 +6051,22 @@ msgstr "<ahelp hid=\"modules/swriter/ui/opttablepage/numfmtformatting\">ይህ<e
#: 01040500.xhp
msgctxt ""
"01040500.xhp\n"
+"par_id391520546159065\n"
+"help.text"
+msgid "For example, if a cell contains a date value and has its cell format as date, a new input of a percent value in the cell set the cell format to <emph>Text</emph> and the percent input number is not recognized."
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
+"par_id961520546165825\n"
+"help.text"
+msgid "When <emph>Number format recognition</emph> is marked, input numbers sets the cell format to the recognized number category."
+msgstr ""
+
+#: 01040500.xhp
+msgctxt ""
+"01040500.xhp\n"
"hd_id3153876\n"
"help.text"
msgid "Alignment"
@@ -7141,8 +7181,8 @@ msgctxt ""
"01041000.xhp\n"
"par_id3155602\n"
"help.text"
-msgid "Specifies that printer metrics are applied for printing and also for formatting the display on the screen. If this box is not checked, a printer independent layout will be used for screen display and printing."
-msgstr "የ ማተሚያ መለኪያ ይፈጸም እንደሆን መወሰኛ በ ማተሚያው ላይ እና በ መመልከቻው ማሳያ አቀራረብ ላይ እዚህ ሳጥን ውስጥ ምልክት ካልተደረገበት: የማተሚያ ነፃ እቅድ ይጠቀማል ለ መመልከቻ ማሳያ እና ለማተሚያ"
+msgid "<ahelp hid=\".\">Specifies that printer metrics are applied for printing and also for formatting the display on the screen. If this box is not checked, a printer independent layout will be used for screen display and printing.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ማተሚያ መለኪያ ይፈጸም እንደሆን መወሰኛ በ ማተሚያው ላይ እና በ መመልከቻው ማሳያ አቀራረብ ላይ እዚህ ሳጥን ውስጥ ምልክት ካልተደረገበት: የ ማተሚያ ነፃ እቅድ ይጠቀማል ለ መመልከቻ ማሳያ እና ለ ማተሚያ </ahelp>"
#: 01041000.xhp
msgctxt ""
@@ -7157,32 +7197,32 @@ msgctxt ""
"01041000.xhp\n"
"hd_id3145640\n"
"help.text"
-msgid "Add spacing between paragraphs and tables (in current document)"
-msgstr "በ አንቀጾች እና በ ሰንጠረዦች መካከል ክፍተት መጨመሪያ (በ አሁኑ ሰነድ ውስጥ)"
+msgid "Add spacing between paragraphs and tables"
+msgstr "በ አንቀጾች እና በ ሰንጠረዦች መካከል ክፍተት መጨመሪያ"
#: 01041000.xhp
msgctxt ""
"01041000.xhp\n"
"par_id3147339\n"
"help.text"
-msgid "In $[officename] Writer, paragraph spacing is defined differently than in MS Word documents. If you have defined spacing between two paragraphs or tables, spacing is also added in the corresponding MS Word documents."
-msgstr "በ $[officename] መጻፊያ: አንቀጽ ክፍተት የሚገለጸው በ ተለየ መንገድ ነው ከ MS Word ሰነዶች ውስጥ: እርስዎ ከ ገለጹ ክፍተት በ ሁለት አንቀጾች ወይንም ሰንጠረዦች መካከል: ክፍተት ይጨመራል በ ተመሳሳይ የ MS Word ሰነዶች ውስጥ:"
+msgid "In $[officename] Writer, paragraph spacing is defined differently than in Microsoft Word documents. If you have defined spacing between two paragraphs or tables, spacing is also added in the corresponding Word documents."
+msgstr "በ $[officename] መጻፊያ: አንቀጽ ክፍተት የሚገለጸው በ ተለየ መንገድ ነው ከ Microsoft Word ሰነዶች ውስጥ: እርስዎ ከ ገለጹ ክፍተት በ ሁለት አንቀጾች ወይንም ሰንጠረዦች መካከል: ክፍተት ይጨመራል በ ተመሳሳይ የ ቃላት ሰነዶች ውስጥ:"
#: 01041000.xhp
msgctxt ""
"01041000.xhp\n"
"par_id3151250\n"
"help.text"
-msgid "Specifies whether to add MS Word-compatible spacing between paragraphs and tables in $[officename] Writer text documents."
-msgstr "ይወስኑ ይጨመር እንደሆን የ MS Word-ተስማሚ ክፍተት በ አንቀጽ እና በ ሰንጠረዞች መካከል: በ $[officename] መጻፊያ የ ጽሁፍ ሰነድ ውስጥ"
+msgid "Specifies whether to add Microsoft Word-compatible spacing between paragraphs and tables in $[officename] Writer text documents."
+msgstr "ይጨመር እንደሆን ይወስኑ የ Microsoft Word-ተስማሚ ክፍተት በ አንቀጽ እና በ ሰንጠረዞች መካከል: በ $[officename] መጻፊያ የ ጽሁፍ ሰነድ ውስጥ"
#: 01041000.xhp
msgctxt ""
"01041000.xhp\n"
"hd_id3146317\n"
"help.text"
-msgid "Add paragraph and table spacing at tops of pages (in current document)"
-msgstr "በ አንቀጾች እና በ ሰንጠረዦች መካከል ክፍተት በ ገጹ ከ ላይ በኩል መጨመሪያ (በ አሁኑ ሰነድ ውስጥ)"
+msgid "Add paragraph and table spacing at tops of pages"
+msgstr "የ አንቀጽ እና የ ሰንጠረዥ ክፍተት በ ገጹ ከ ላይ በኩል መጨመሪያ"
#: 01041000.xhp
msgctxt ""
@@ -7197,8 +7237,8 @@ msgctxt ""
"01041000.xhp\n"
"par_id3145789\n"
"help.text"
-msgid "If you import an MS Word document, the spaces are automatically added during the conversion."
-msgstr "እርስዎ ካመጡ የ MS Word ሰነድ: ክፍተት ራሱ በራሱ ይጨመራል በሚቀየር ጊዜ"
+msgid "If you import a Word document, the spaces are automatically added during the conversion."
+msgstr "እርስዎ ካመጡ የ ቃላት ሰነድ: ክፍተት ራሱ በራሱ ይጨመራል በሚቀየር ጊዜ"
#: 01041000.xhp
msgctxt ""
@@ -7341,16 +7381,16 @@ msgctxt ""
"01041000.xhp\n"
"par_id4016541\n"
"help.text"
-msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
-msgstr "MS Word መጻፊያ የ ተለያየ አቀራረብ አላቸው ለ ጽሁፍ ለ መጠቅለያ በ ተንሳፋፊ እቃዎች መመልከቻ ዙሪያ: ተንሳፋፊ እቃዎች መመልከቻ የ መጻፊያ ክፈፎች እና እቃዎች መሳያ ናቸው እና እቃዎቹ የ 'ጽሁፍ ሳጥን': 'ንድፎች': 'ክፈፎች': 'ስእሎች' ወዘተ ናቸው: በ MS Word ውስጥ"
+msgid "Microsoft Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in Microsoft Word."
+msgstr "Microsoft Word እና መጻፊያ የ ተለያየ አቀራረብ አላቸው: ለ ጽሁፍ ለ መጠቅለያ በ ተንሳፋፊ እቃዎች መመልከቻ ዙሪያ: ተንሳፋፊ እቃዎች መመልከቻ የ መጻፊያ ክፈፎች እና እቃዎች መሳያ ናቸው እና እቃዎቹ የ 'ጽሁፍ ሳጥን': 'ንድፎች': 'ክፈፎች': 'ስእሎች' ወዘተ ናቸው: በ Microsoft Word ውስጥ"
#: 01041000.xhp
msgctxt ""
"01041000.xhp\n"
"par_id7280190\n"
"help.text"
-msgid "In MS Word and in current versions of Writer, page header/footer content and footnote/endnote content does not wrap around floating screen objects. Text body content wraps around floating screen objects which are anchored in the page header."
-msgstr "በ MS Word እና የ አሁኑ እትሞች ውስጥ: የ መጻፊያ ገጽ ራስጌ/ግርጌ ይዞታ እና የ ግርጌ ማስታወሻ/የ መጨረሻ ማስታወሻ ይዞታ አይጠቀልሉም በ ተንሳፋፊ እቃዎች መመልከቻ ዙሪያ: የ ጽሁፍ አካል ይዞታ የሚጠቀለለው በ ተንሳፋፊ እቃዎች መመልከቻ ዙሪያ ነው: የሚገኙትም በ ገጽ ራስጌ ውስጥ ነው"
+msgid "In Microsoft Word and in current versions of Writer, page header/footer content and footnote/endnote content does not wrap around floating screen objects. Text body content wraps around floating screen objects which are anchored in the page header."
+msgstr "በ Microsoft Word እና የ አሁኑ እትሞች ውስጥ: የ መጻፊያ ገጽ ራስጌ/ግርጌ ይዞታ እና የ ግርጌ ማስታወሻ/የ መጨረሻ ማስታወሻ ይዞታ አይጠቀልሉም በ ተንሳፋፊ እቃዎች መመልከቻ ዙሪያ: የ ጽሁፍ አካል ይዞታ የሚጠቀለለው በ ተንሳፋፊ እቃዎች መመልከቻ ዙሪያ ነው: የሚገኙትም በ ገጽ ራስጌ ውስጥ ነው"
#: 01041000.xhp
msgctxt ""
@@ -7421,8 +7461,8 @@ msgctxt ""
"01041000.xhp\n"
"hd_id5241028\n"
"help.text"
-msgid "Tolerate white lines of PDF page backgrounds for compatibility with old documents (in current document)"
-msgstr "ነጭ መስመር መተው በ PDF ገጽ መደብ ላይ: ከ አሮጌ ሰነዶች ጋር እንዲስማማ (በ አሁኑ ሰነድ ውስጥ)"
+msgid "Tolerate white lines of PDF page backgrounds for compatibility with old documents"
+msgstr "ነጭ መስመር መተው በ PDF ገጽ መደብ ላይ: ከ አሮጌ ሰነዶች ጋር እንዲስማማ"
#: 01041000.xhp
msgctxt ""
@@ -7461,16 +7501,16 @@ msgctxt ""
"01041000.xhp\n"
"par_idN1097D\n"
"help.text"
-msgid "Add spacing between paragraphs and tables (in current document)"
-msgstr "በ አንቀጾች እና በ ሰንጠረዦች መካከል ክፍተት መጨመሪያ (በ አሁኑ ሰነድ ውስጥ)"
+msgid "Add spacing between paragraphs and tables"
+msgstr "በ አንቀጾች እና በ ሰንጠረዦች መካከል ክፍተት መጨመሪያ"
#: 01041000.xhp
msgctxt ""
"01041000.xhp\n"
"par_idN10981\n"
"help.text"
-msgid "Add paragraph and table spacing at tops of pages (in current document)"
-msgstr "በ አንቀጾች እና በ ሰንጠረዦች መካከል ክፍተት በ ገጹ ከ ላይ በኩል መጨመሪያ (በ አሁኑ ሰነድ ውስጥ)"
+msgid "Add paragraph and table spacing at tops of pages"
+msgstr "የ አንቀጽ እና የ ሰንጠረዥ ክፍተት በ ገጹ ከ ላይ በኩል መጨመሪያ"
#: 01041000.xhp
msgctxt ""
@@ -10589,8 +10629,8 @@ msgctxt ""
"01070300.xhp\n"
"par_id3150717\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/optgridpage/mtrfldangle\">Specifies that graphic objects can only be rotated within the rotation angle that you selected in the <emph>When rotating</emph> control.</ahelp> If you want to rotate an object outside the defined angle, press the Shift key when rotating. Release the key when the desired rotation angle is reached."
-msgstr "<ahelp hid=\"svx/ui/optgridpage/mtrfldangle\">መወሰኛ የ ንድፍ እቃዎችን ማዞር እንደሚቻል እርስዎ በ መረጡት አንግል ብቻ <emph>በሚያዞሩ ጊዜ</emph> መቆጣጠሪያ </ahelp> እርስዎ እቃ ማዞር ከ ፈለጉ ከ ተወሰነው አንግል ውጪ: ይጫኑ የ Shift ቁልፍ በሚያዞሩ ጊዜ: ቁልፉን ይልቀቁ የሚፈልጉት ማዞሪያ አንግል ላይ ሲደርሱ"
+msgid "<ahelp hid=\".\">Specifies that graphic objects can only be rotated within the rotation angle that you selected in the <emph>When rotating</emph> control.</ahelp> If you want to rotate an object outside the defined angle, press the Shift key when rotating. Release the key when the desired rotation angle is reached."
+msgstr "<ahelp hid=\".\">እርስዎ በ መረጡት አንግል ብቻ የ ንድፍ እቃዎችን ማዞር እንደሚቻል መወሰኛ <emph> በሚያዞሩ ጊዜ </emph> መቆጣጠሪያ </ahelp> እርስዎ እቃ ማዞር ከ ፈለጉ ከ ተወሰነው አንግል ውጪ: ይጫኑ የ Shift ቁልፍ በሚያዞሩ ጊዜ: ቁልፉን ይልቀቁ የሚፈልጉት ማዞሪያ አንግል ላይ ሲደርሱ"
#: 01070300.xhp
msgctxt ""
@@ -10989,8 +11029,8 @@ msgctxt ""
"01070500.xhp\n"
"par_id3149808\n"
"help.text"
-msgid "<variable id=\"textbereich\"><ahelp hid=\".uno:PickThrough\">Specifies whether to select a text frame by clicking the text.</ahelp></variable>"
-msgstr "<variable id=\"textbereich\"><ahelp hid=\".uno:PickThrough\">መወሰኛ ይመርጡ እንደሆን የ ጽሁፍ ክፈፍ በ መጫን ጽሁፍ ላይ </ahelp></variable>"
+msgid "<variable id=\"textbereich\"><ahelp hid=\".\">Specifies whether to select a text frame by clicking the text.</ahelp></variable>"
+msgstr "<variable id=\"textbereich\"><ahelp hid=\".\">የ ጽሁፍ ክፈፍ በ መጫን ጽሁፍ ላይ ይመርጡ እንደሆን መወሰኛ </ahelp></variable>"
#: 01070500.xhp
msgctxt ""
@@ -11021,16 +11061,16 @@ msgctxt ""
"01070500.xhp\n"
"hd_id3146986\n"
"help.text"
-msgid "Start with Wizard"
-msgstr "በ አዋቂ መጀመሪያ"
+msgid "Start with Template Selection"
+msgstr "በ ቴምፕሌት ምርጫ ይጀምሩ"
#: 01070500.xhp
msgctxt ""
"01070500.xhp\n"
"par_id3148646\n"
"help.text"
-msgid "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/startwithwizard\">Specifies whether to activate the Wizard when opening a presentation with <emph>File - New - Presentation</emph>.</ahelp>"
-msgstr "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/startwithwizard\">ማቅረቢያ በሚከፍቱ ጊዜ አዋቂው ይጀምር እንደሆን መወሰኛ <emph>ፋይል - አዲስ - ማቅረቢያ </emph>.</ahelp>"
+msgid "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/startwithwizard\">Specifies whether to activate the <link href=\"text/shared/guide/template_manager.xhp\">Select a Template</link> window when opening a presentation with <emph>File - New - Presentation</emph>.</ahelp>"
+msgstr "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/startwithwizard\"> ይጀምር እንደሆን መወሰኛ የ <link href=\"text/shared/guide/template_manager.xhp\">ቴምፕሌት ይምረጡ</link> መስኮት ማቅረቢያ በሚከፍቱ ጊዜ በ <emph> ፋይል - አዲስ - ማቅረቢያ </emph>:</ahelp>"
#: 01070500.xhp
msgctxt ""
@@ -11163,6 +11203,22 @@ msgstr "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/enremotcont\">እ
#: 01070500.xhp
msgctxt ""
"01070500.xhp\n"
+"hd_id3155904\n"
+"help.text"
+msgid "Enable Presenter Console"
+msgstr "የ ማቅረቢያ መቆጣጠሪያ ለ ማስቻያ:"
+
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
+"par_id3155964\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies that you want to enable the <link href=\"text/simpress/guide/presenter_console.xhp\">Presenter Console</link> during slideshows.</ahelp>"
+msgstr "<ahelp hid=\".\">እርስዎ ማስቻል ይፈልጉ እንደሆን መወሰኛ የ <link href=\"text/simpress/guide/presenter_console.xhp\"> ማቅረቢያ ክፍል </link> ተንሸራታች በሚታይ ጊዜ </ahelp>"
+
+#: 01070500.xhp
+msgctxt ""
+"01070500.xhp\n"
"hd_id3163806\n"
"help.text"
msgid "Scale (only in drawings)"
@@ -11205,8 +11261,8 @@ msgctxt ""
"01070500.xhp\n"
"hd_id3145790\n"
"help.text"
-msgid "Add spacing between paragraphs in the current document"
-msgstr "በ አንቀጾች እና በ አሁኑ ሰነድ ውስጥ መካከል ክፍተት መጨመሪያ"
+msgid "Add spacing between paragraphs and tables"
+msgstr "በ አንቀጾች እና በ ሰንጠረዦች መካከል ክፍተት መጨመሪያ"
#: 01070500.xhp
msgctxt ""
@@ -11629,8 +11685,8 @@ msgctxt ""
"01130100.xhp\n"
"par_id3159399\n"
"help.text"
-msgid "<variable id=\"codetext\"><ahelp hid=\"cui/ui/optfltrpage/wo_basic\">Loads and saves the Basic code from a Microsoft document as a special $[officename] Basic module with the document. The disabled Microsoft Basic code is visible in the $[officename] Basic IDE between <emph>Sub</emph> and <emph>End Sub</emph>.</ahelp> You can edit the code. When saving the document in $[officename] format, the Basic code is saved as well. When saving in another format, the Basic code from the $[officename] Basic IDE is not saved. </variable>"
-msgstr "<variable id=\"codetext\"><ahelp hid=\"cui/ui/optfltrpage/wo_basic\">መጫኛ እና ማስቀመጫ የ Basic code ከ Microsoft ሰነድ ውስጥ እንደ የ ተለየ $[officename] Basic ክፍል በ ሰነድ ውስጥ: የ ተሰናከለው የ Microsoft Basic code ይታያል በ $[officename] Basic IDE መካከል <emph> ንዑስ </emph> እና <emph> ንዑስ መጨረሻ </emph></ahelp> እርስዎ ኮድ ማረም ይችላሉ: ሰነድ በሚያስቀምጡ ጊዜ በ $[officename] አቀራረብ: የ Basic code እንዲሁም ይቀመጣል: በ ሌላ አቀራረብ በሚያስቀምጡ ጊዜ: የ Basic code ከ $[officename] Basic IDE አይቀመጥም </variable>"
+msgid "<variable id=\"codetext\"><ahelp hid=\".\">Loads and saves the Basic code from a Microsoft document as a special $[officename] Basic module with the document. The disabled Microsoft Basic code is visible in the $[officename] Basic IDE between <emph>Sub</emph> and <emph>End Sub</emph>.</ahelp> You can edit the code. When saving the document in $[officename] format, the Basic code is saved as well. When saving in another format, the Basic code from the $[officename] Basic IDE is not saved. </variable>"
+msgstr ""
#: 01130100.xhp
msgctxt ""
@@ -11653,8 +11709,8 @@ msgctxt ""
"01130100.xhp\n"
"par_id05172017121531273\n"
"help.text"
-msgid "After loading the VBA code, %PRODUCTNAME inserts the statement <item type=\"literal\">Option VBASupport 1</item> in every Basic module to enable a limited support for VBA statements, functions and objects. See <link href=\"text/sbasic/shared/03103350.xhp\">Option VBASupport Statement [Runtime]</link> for more information."
-msgstr "የ VBA ኮድ ከ ተጫነ በኋላ: %PRODUCTNAME አረፍተ ነገር ያስገባል <item type=\"literal\"> ምርጫ የ VBA ድጋፍ 1 </item> በ ሁሉም የ መሰረታዊ ክፍል ድጋፍ ለማስቻል ለ VBA አረፍተ ነገር: ለ ተግባሮች እና እቃዎች: ይህን ይመልከቱ <link href=\"text/sbasic/shared/03103350.xhp\"> ምርጫ የ VBA ድጋፍ አረፍተ ነገር [ማስኬጃ ጊዜ] </link> ለ በለጠ መረጃ"
+msgid "After loading the VBA code, %PRODUCTNAME inserts the statement <item type=\"literal\">Option VBASupport 1</item> in every Basic module to enable a limited support for VBA statements, functions and objects. See <link href=\"text/sbasic/shared/03103350.xhp\">Option VBASupport Statement</link> for more information."
+msgstr "የ VBA ኮድ ከ ተጫነ በኋላ: %PRODUCTNAME አረፍተ ነገር ያስገባል <item type=\"literal\"> ምርጫ የ VBA ድጋፍ 1 </item> በ ሁሉም የ መሰረታዊ ክፍል ድጋፍ ለማስቻል ለ VBA አረፍተ ነገር: ለ ተግባሮች እና እቃዎች: ይህን ይመልከቱ <link href=\"text/sbasic/shared/03103350.xhp\"> ምርጫ የ VBA ድጋፍ አረፍተ ነገር </link> ለ በለጠ መረጃ"
#: 01130100.xhp
msgctxt ""
@@ -11669,8 +11725,8 @@ msgctxt ""
"01130100.xhp\n"
"par_id3150084\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/optfltrpage/wo_saveorig\">Specifies that the original Microsoft Basic code contained in the document is held in a special internal memory for as long as the document remains loaded in $[officename]. When saving the document in Microsoft format the Microsoft Basic is saved again with the code in an unchanged form.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optfltrpage/wo_saveorig\">መወሰኛ ዋናው የ Microsoft Basic code በ ሰነድ ውስጥ መያዙን በ ተለየ የ ውስጥ ማስታወሻ ሰነዱ እስከሚዘጋ ድረስ እንደ ተጫኑ ይቆያል $[officename]. ሰነድ በሚያስቀምጡ ጊዜ በ Microsoft አቀራረብ የ Microsoft Basic እንደገና ይቀመጣል በ ኮድ ባልተቀየረ ፎርም ውስጥ </ahelp>"
+msgid "<ahelp hid=\".\">Specifies that the original Microsoft Basic code contained in the document is held in a special internal memory for as long as the document remains loaded in $[officename]. When saving the document in Microsoft format the Microsoft Basic is saved again with the code in an unchanged form.</ahelp>"
+msgstr ""
#: 01130100.xhp
msgctxt ""
@@ -11797,8 +11853,8 @@ msgctxt ""
"01130200.xhp\n"
"par_id3149095\n"
"help.text"
-msgid "Specifies the settings for importing and exporting Microsoft Office documents."
-msgstr "የ Microsoft Office ሰነዶች ለ ማምጣት እና ለ መላክ ማሰናጃ ይወስኑ"
+msgid "<ahelp hid=\".\">Specifies the settings for importing and exporting Microsoft Office documents.</ahelp>"
+msgstr ""
#: 01130200.xhp
msgctxt ""
@@ -11885,8 +11941,8 @@ msgctxt ""
"01130200.xhp\n"
"par_id3150671\n"
"help.text"
-msgid "Microsoft Office has two character attributes similar to $[officename] character background. Select the appropriate attribute (highlighting or shading) which you would like to use during export to Microsoft Office file formats."
-msgstr "Microsoft Office ሁለት የ ባህሪ መለያዎች አሉት ለ $[officename] ባህሪ መደብ: ይምረጡ ተገቢውን መለያ (ማድመቂያ ወይንም ጥላ) እርስዎ መጠቀም የሚፈልጉትን በሚልኩ ጊዜ ወደ Microsoft Office ፋይል አቀራረብ"
+msgid "<ahelp hid=\".\">Microsoft Office has two character attributes similar to $[officename] character background. Select the appropriate attribute (highlighting or shading) which you would like to use during export to Microsoft Office file formats.</ahelp>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress/00.po b/source/am/helpcontent2/source/text/simpress/00.po
index 82e1768ad9b..edca227d4b3 100644
--- a/source/am/helpcontent2/source/text/simpress/00.po
+++ b/source/am/helpcontent2/source/text/simpress/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: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
"PO-Revision-Date: 2017-10-04 16:40+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1507135210.000000\n"
#: 00000004.xhp
@@ -741,8 +741,8 @@ msgctxt ""
"00000405.xhp\n"
"par_id3153012\n"
"help.text"
-msgid "<variable id=\"seitenvorlage\">Choose <emph>Slide - Master Slide Design</emph></variable>"
-msgstr "<variable id=\"seitenvorlage\">ይምረጡ <emph> ተንሸራታች - ዋናው የ ተንሸራታች ንድፍ - </emph></variable>"
+msgid "<variable id=\"seitenvorlage\">Choose <emph>Slide - Master Slide</emph></variable>"
+msgstr ""
#: 00000406.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress/01.po b/source/am/helpcontent2/source/text/simpress/01.po
index 721941493b1..d90dad844ce 100644
--- a/source/am/helpcontent2/source/text/simpress/01.po
+++ b/source/am/helpcontent2/source/text/simpress/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
"PO-Revision-Date: 2017-11-11 17:15+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1510420536.000000\n"
#: 01170000.xhp
@@ -2344,22 +2344,6 @@ msgctxt ""
msgid "<variable id=\"seitetext\"><ahelp hid=\".uno:InsertPage\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Inserts a slide after the currently selected slide.</caseinline><defaultinline>Inserts a page after the currently selected page.</defaultinline></switchinline></ahelp></variable>"
msgstr "<variable id=\"seitetext\"><ahelp hid=\".uno:InsertPage\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">አሁን ከ ተመረጠው ተንሸራታች ቀጥሎ ተንሸራታች ማስገቢያ</caseinline><defaultinline>አሁን ከ ተመረጠው ገጽ ቀጥሎ ገጽ ማስገቢያ</defaultinline></switchinline></ahelp></variable>"
-#: 04010000.xhp
-msgctxt ""
-"04010000.xhp\n"
-"par_id3149207\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Applies the master slide background to the new slide.</caseinline><defaultinline>Applies the master slide background to the new page.</defaultinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">የ ዋናውን ተንሸራታች መደብ ለ አዲሱ ተንሸራታች መፈጸሚያ </caseinline><defaultinline> የ ዋናውን ተንሸራታች መደብ ለ አዲሱ ገጽ መፈጸሚያ </defaultinline></switchinline></ahelp>"
-
-#: 04010000.xhp
-msgctxt ""
-"04010000.xhp\n"
-"par_id3145584\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Includes objects on the master slide in the new slide.</caseinline><defaultinline>Includes objects on the master slide in the new page.</defaultinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\"><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">የ ዋናውን ተንሸራታች እቃዎች ለ አዲሱ ተንሸራታች መፈጸሚያ </caseinline><defaultinline> የ ዋናውን ተንሸራታች እቃዎች ለ አዲሱ ገጽ መፈጸሚያ </defaultinline></switchinline></ahelp>"
-
#: 04020000.xhp
msgctxt ""
"04020000.xhp\n"
@@ -3325,8 +3309,8 @@ msgctxt ""
"04990500.xhp\n"
"par_id3145799\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts the page number into the current slide or page.</ahelp> If you want to add a page number to every slide, choose View - Master<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"> Slide</caseinline></switchinline> and insert the page number field. To change the number format, choose <emph>Format - Page</emph> and then select a format from the list in the <emph>Layout Settings</emph> area."
-msgstr "<ahelp hid=\".\">ወደ አሁኑ ተንሸራታች ወይንም ገጽ ውስጥ ቁጥር ማገቢያ </ahelp> የ ገጽ ቁጥር ለሁሉም ተንሸራታች ማስገባት ከ ፈለጉ: ይምረጡ መመልከቻ - ዋናው <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"> ተንሸራታች </caseinline></switchinline> እና ያስገቡ የ ገጽቁጥር ሜዳ: የ ቁጥር አቀራረብ ለ መቀየር: ይምረጡ <emph> አቀራረብ - ገጽ </emph> እና ከዛ ይምረጡ ከ ዝርዝሩ ውስጥ ከ <emph> እቅድ ማሰናጃ </emph> ቦታ ውስጥ"
+msgid "<ahelp hid=\".\">Inserts the page number into the current slide or page.</ahelp> If you want to add a page number to every slide, choose View - Master<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"> Slide</caseinline></switchinline> and insert the page number field. To change the number format, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><emph>Slide</emph></caseinline><caseinline select=\"DRAW\"><emph>Page</emph></caseinline></switchinline><emph> - Properties - Page</emph> tab and then select a format from the list in the <emph>Layout Settings</emph> area."
+msgstr ""
#: 04990600.xhp
msgctxt ""
@@ -5469,8 +5453,8 @@ msgctxt ""
"06060000.xhp\n"
"tit\n"
"help.text"
-msgid "Custom Animation Pane"
-msgstr "የ እንቅስቃሴ ክፍል ማስተካከያ"
+msgid "Animation Pane"
+msgstr ""
#: 06060000.xhp
msgctxt ""
@@ -5485,16 +5469,16 @@ msgctxt ""
"06060000.xhp\n"
"hd_id3148837\n"
"help.text"
-msgid "<link href=\"text/simpress/01/06060000.xhp\" name=\"Effects\">Custom Animation Pane</link>"
-msgstr "<link href=\"text/simpress/01/06060000.xhp\" name=\"Effects\">የ እንቅስቃሴ ክፍል ማስተካከያ </link>"
+msgid "<link href=\"text/simpress/01/06060000.xhp\" name=\"Effects\">Animation Pane</link>"
+msgstr ""
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
"par_id3144773\n"
"help.text"
-msgid "<variable id=\"effekttext\"><ahelp hid=\".uno:EffectWindow\">Assigns effects to selected objects.</ahelp></variable>"
-msgstr "<variable id=\"effekttext\"><ahelp hid=\".uno:EffectWindow\">ለ ተመረጡት እቃዎች ውጤት መመደቢያ</ahelp></variable>"
+msgid "<variable id=\"effekttext\"><ahelp hid=\".\">Assigns effects to selected objects.</ahelp></variable>"
+msgstr ""
#: 06060000.xhp
msgctxt ""
@@ -5533,96 +5517,136 @@ msgctxt ""
"06060000.xhp\n"
"par_idN1079F\n"
"help.text"
-msgid "Each list entry can consist of the following columns, from left to right:"
-msgstr "እያንዳንዱ ማስገቢያ መያዝ ይችላል የሚቀጥሉትን አምዶች: ከ ግራ ወደ ቀኝ:"
+msgid "Each list entry consists of the following two rows:"
+msgstr ""
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN107A5\n"
+"par_idN107B5\n"
"help.text"
-msgid "An optional + character signals that the text paragraphs are animated."
-msgstr "በ ምርጫ + የ ባህሪ ምልክት የ ጽሁፍ አንቀጽ እንቅስቃሴ"
+msgid "The first row of the entry shows a mouse icon if the animation is started by a mouse click, and a clock if the animation starts after the previous animation ends. The name of the shape for the animation effect or the first characters of the animated text."
+msgstr ""
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN107A9\n"
+"par_idN107B1\n"
"help.text"
-msgid "The second column shows the execution number of the animation."
-msgstr "ሁለተኛው አምድ የሚያሳየው የ እንቅስቃሴ መፈጸሚያ ቁጥር ነው"
+msgid "In the second row an icon shows the animation effect, followed by the category and the name of the effect."
+msgstr ""
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN107AD\n"
+"par_idN107B8\n"
"help.text"
-msgid "Column three shows a mouse icon if the animation is started by a mouse click, and a clock if the animation starts after the previous animation ends."
-msgstr "አምድ ሶስት የ አይጥ ምልክት ያሳያል እንቅስቃሴው ከጀመረ በ አይጥ መጫን: እና ሰአት እንቅስቃሴ ከጀመረ ያለፈው እንቅስቃሴ ካለቀ በኋላ"
+msgid "Add"
+msgstr "መጨመሪያ"
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN107B1\n"
+"par_idN107BC\n"
"help.text"
-msgid "In column four, an icon shows the animation effect."
-msgstr "በ አምድ አራት: ምልክት ይታያል ለ እንቅስቃሴ ውጤት"
+msgid "<ahelp hid=\".\">Adds another animation effect for the selected object on the slide.</ahelp>"
+msgstr ""
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN107B5\n"
+"par_idN107E2\n"
"help.text"
-msgid "The fifth column shows the name of the shape for this animation effect and optionally the first characters of animated text."
-msgstr "አምስተኛው አምድ የሚያሳየው የ ቅርጹን ስም ነው ለዚህ እንቅስቃሴ ውጤት እና በምርጫ የ መጀመሪያ ጽሁፍ እንቅስቃሴ ባህሪዎች"
+msgid "Remove"
+msgstr "ማስወገጃ"
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN107B8\n"
+"par_idN107E6\n"
"help.text"
-msgid "Add"
-msgstr "መጨመሪያ"
+msgid "<ahelp hid=\".\">Removes the selected animation effects from the animation list.</ahelp>"
+msgstr "<ahelp hid=\".\">የተመረጠውን የ እንቅስቃሴ ውጤት ከ እንቅስቃሴ ዝርዝር ውስጥ ማስወገጃ</ahelp>"
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN107BC\n"
+"par_idN10827\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens the <link href=\"text/simpress/01/animationeffect.xhp\">Custom Animation</link> dialog to add another animation effect for the selected object on the slide.</ahelp>"
-msgstr "<ahelp hid=\".\">መክፈቻ የ <link href=\"text/simpress/01/animationeffect.xhp\"> እንቅስስቃሴ ማስተካከያ</link> ንግግር ለ መጨመር ሌላ የ እንቅስቃሴ ውጤት በ ተመረጠው ተንሸራታች እቃ ላይ </ahelp>"
+msgid "Change order"
+msgstr "ተራውን መቀየሪያ"
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN107CD\n"
+"par_idN1082B\n"
"help.text"
-msgid "Change"
-msgstr "መቀየሪያ"
+msgid "<ahelp hid=\".\">Click one of the buttons to move the selected animation effect up or down in the list.</ahelp>"
+msgstr "<ahelp hid=\".\">ይጫኑ ከ ቁልፎቹ አንዱን ለ ማንቀሳቀስ የ ተመረጠውን እንቅስቃሴ ውጤት ወደ ላይ ወይንም ወደ ታች ከ ዝርዝር ውስጥ</ahelp>"
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN107D1\n"
+"par_idN107F0\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens the <link href=\"text/simpress/01/animationeffect.xhp\">Custom Animation</link> dialog to change the animation effect for the selected entry on the animation list.</ahelp>"
-msgstr "<ahelp hid=\".\">መክፈቻ የ <link href=\"text/simpress/01/animationeffect.xhp\">እንቃቃሴ ማስተካከያ</link> ንግግር ለ መቀየሪያ የ እንቅስቃሴ ውጤት በ ተመረጠው ተንሸራታች ዝርዝር ላይ</ahelp>"
+msgid "Category"
+msgstr ""
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN107E2\n"
+"par_idN107EF\n"
"help.text"
-msgid "Remove"
-msgstr "ማስወገጃ"
+msgid "<ahelp hid=\".\">Select an animation effect category.</ahelp> The following categories are available:"
+msgstr ""
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN107E6\n"
+"par_idN10571\n"
"help.text"
-msgid "<ahelp hid=\".\">Removes the selected animation effects from the animation list.</ahelp>"
-msgstr "<ahelp hid=\".\">የተመረጠውን የ እንቅስቃሴ ውጤት ከ እንቅስቃሴ ዝርዝር ውስጥ ማስወገጃ</ahelp>"
+msgid "<emph>Entrance:</emph> Select an entrance effect from the list of effects."
+msgstr ""
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10578\n"
+"help.text"
+msgid "<emph>Emphasis:</emph> Select an emphasis effect from the list of effects."
+msgstr ""
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN1057F\n"
+"help.text"
+msgid "<emph>Exit:</emph> Select an exiting effect from the list of effects."
+msgstr ""
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN10586\n"
+"help.text"
+msgid "<emph>Motion Paths:</emph> Select a motion path effect from the list of effects."
+msgstr ""
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107F1\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#: 06060000.xhp
+msgctxt ""
+"06060000.xhp\n"
+"par_idN107F2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select an animation effect.</ahelp>"
+msgstr ""
#: 06060000.xhp
msgctxt ""
@@ -5637,8 +5661,8 @@ msgctxt ""
"06060000.xhp\n"
"par_idN107ED\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the start property of the selected animation effect.</ahelp> The following start properties are available:"
-msgstr "<ahelp hid=\".\">የተመረጠውን እንቅስቃሴ ውጤት ባህሪ ማስጀመሪያ ማሳያ </ahelp> የሚቀጥሉት ባህሪዎች ማስጀመሪያ ዝግጁ ናቸው:"
+msgid "<ahelp hid=\".\">Displays when the selected animation effect should be started.</ahelp> The following start options are available:"
+msgstr ""
#: 06060000.xhp
msgctxt ""
@@ -5669,8 +5693,8 @@ msgctxt ""
"06060000.xhp\n"
"par_idN10807\n"
"help.text"
-msgid "Property"
-msgstr "ባህሪ"
+msgid "Properties: Direction, Amount, Color, Fill color, Size, Line color, Font, Font size, Typeface"
+msgstr ""
#: 06060000.xhp
msgctxt ""
@@ -5685,80 +5709,64 @@ msgctxt ""
"06060000.xhp\n"
"par_idN10820\n"
"help.text"
-msgid "Speed"
-msgstr "ፍጥነት"
+msgid "Duration"
+msgstr ""
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
"par_idN10824\n"
"help.text"
-msgid "<ahelp hid=\".\">Specifies the speed or duration of the selected animation effect.</ahelp>"
-msgstr "<ahelp hid=\".\">የተመረጠውን የ እንቅስቃሴ ውጤት ፍጥነት ወይንም የሚቆይበትን ጊዜ መወሰኛ </ahelp>"
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"par_idN10827\n"
-"help.text"
-msgid "Change order"
-msgstr "ተራውን መቀየሪያ"
-
-#: 06060000.xhp
-msgctxt ""
-"06060000.xhp\n"
-"par_idN1082B\n"
-"help.text"
-msgid "<ahelp hid=\".\">Click one of the buttons to move the selected animation effect up or down in the list.</ahelp>"
-msgstr "<ahelp hid=\".\">ይጫኑ ከ ቁልፎቹ አንዱን ለ ማንቀሳቀስ የ ተመረጠውን እንቅስቃሴ ውጤት ወደ ላይ ወይንም ወደ ታች ከ ዝርዝር ውስጥ</ahelp>"
+msgid "<ahelp hid=\".\">Specifies the duration of the selected animation effect.</ahelp>"
+msgstr ""
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN1082E\n"
+"par_idN10835\n"
"help.text"
-msgid "Play"
-msgstr "ማጫወቻ"
+msgid "Delay"
+msgstr ""
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN10832\n"
+"par_idN10839\n"
"help.text"
-msgid "<ahelp hid=\".\">Plays the selected animation effect in the preview.</ahelp>"
-msgstr "<ahelp hid=\".\">የ ተመረጠውን እንቅስቃሴው ውጤት ማጫወቻ በ ቅድመ እይታ </ahelp>"
+msgid "<ahelp hid=\".\">The animation starts delayed by this amount of time.</ahelp>"
+msgstr ""
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN10835\n"
+"par_idN1083C\n"
"help.text"
-msgid "Slide Show"
-msgstr "ተንሸራታች ማሳያ"
+msgid "Automatic preview"
+msgstr "ራሱ በራሱ ቅድመ እይታ"
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN10839\n"
+"par_idN10840\n"
"help.text"
-msgid "<ahelp hid=\".\">Starts the slide show from the current slide.</ahelp>"
-msgstr "<ahelp hid=\".\">ተንሸራታች ማሳያውን ከ አሁኑ ተንሸራታች ማስጀመሪያ</ahelp>"
+msgid "<ahelp hid=\".\">Select to preview new or edited effects on the slide while you assign them.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ተመረጠውን አዲስ ወይንም የ ታረመ ውጤት በ ተንሸራታች ላይ በ ቅድመ እይታ ለማየት ይምረጡ</ahelp>"
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN1083C\n"
+"par_idN1082E\n"
"help.text"
-msgid "Automatic preview"
-msgstr "ራሱ በራሱ ቅድመ እይታ"
+msgid "Play"
+msgstr "ማጫወቻ"
#: 06060000.xhp
msgctxt ""
"06060000.xhp\n"
-"par_idN10840\n"
+"par_idN10832\n"
"help.text"
-msgid "<ahelp hid=\".\">Select to preview new or edited effects on the slide while you assign them.</ahelp>"
-msgstr "<ahelp hid=\".\">የ ተመረጠውን አዲስ ወይንም የ ታረመ ውጤት በ ተንሸራታች ላይ በ ቅድመ እይታ ለማየት ይምረጡ</ahelp>"
+msgid "<ahelp hid=\".\">Plays the selected animation effect in the preview.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ተመረጠውን እንቅስቃሴው ውጤት ማጫወቻ በ ቅድመ እይታ </ahelp>"
#: 06070000.xhp
msgctxt ""
@@ -7576,142 +7584,6 @@ msgctxt ""
msgid "<ahelp hid=\".uno:Intersect\" visibility=\"visible\">Creates a shape from the overlapping area of the selected objects.</ahelp>"
msgstr "<ahelp hid=\".uno:Intersect\" visibility=\"visible\">ለ ተመረጠው እቃ ቅርጽ መፍጠሪያ አንዱ በ አንዱ ላይ ከ ተደራረበት ቦታ ውስጥ </ahelp>"
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"tit\n"
-"help.text"
-msgid "Custom Animation"
-msgstr "እንቅስቃሴ ማስተካከያ"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN10547\n"
-"help.text"
-msgid "Custom Animation"
-msgstr "እንቅስቃሴ ማስተካከያ"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN105C7\n"
-"help.text"
-msgid "<ahelp hid=\"878874113\" visibility=\"hidden\">Select an effect and click OK to assign it.</ahelp>"
-msgstr "<ahelp hid=\"878874113\" visibility=\"hidden\">ውጤት ይምረጡ እና ከዛ ለ መፈጸም ይጫኑ እሺ የሚለውን </ahelp>"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN1055D\n"
-"help.text"
-msgid "Adds a new animation effect to the object selected in the slide, or changes the animation of the selected element in the <link href=\"text/simpress/01/06060000.xhp\">Custom Animations Pane</link>."
-msgstr "በ ተንሸራታች ውስጥ ለ ተመረጠው እቅ አዲስ እንቅስቃሴ መጨመሪያ: ወይንም ለ ተመረጠው አካል እንቅስቃሴውን መቀየሪያ በ <link href=\"text/simpress/01/06060000.xhp\"> እንቅስቃሴ ክፍል ማስተካከያ</link>."
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN1056E\n"
-"help.text"
-msgid "The dialog contains the following tab pages:"
-msgstr "ንግግሩ የያዘው የሚከተሉትን የ tab ገጾችን ነው:"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN10571\n"
-"help.text"
-msgid "Entrance"
-msgstr "መግቢያ"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN10575\n"
-"help.text"
-msgid "Select an entrance effect from the effect categories."
-msgstr "የ መግቢያ ውጤት ከ ውጤት ምድቦች ውስጥ ይምረጡ"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN10578\n"
-"help.text"
-msgid "Emphasis"
-msgstr "ማጋነኛ"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN1057C\n"
-"help.text"
-msgid "Select an emphasis effect from the effect categories."
-msgstr "የ ማጋነኛ ውጤት ከ ውጤት ምድቦች ውስጥ ይምረጡ"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN1057F\n"
-"help.text"
-msgid "Exit"
-msgstr "መውጫ"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN10583\n"
-"help.text"
-msgid "Select an exiting effect from the effect categories."
-msgstr "የ መውጫ ውጤት ከ ውጤት ምድቦች ውስጥ ይምረጡ"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN10586\n"
-"help.text"
-msgid "Motion Paths"
-msgstr "የ እንቅስቃሴ መንገድ"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN1058A\n"
-"help.text"
-msgid "Select a motion path from the motion path categories."
-msgstr "የ እንቅስቃሴ መንገድ ከ እንቅስቃሴ መንገድ ምድቦች ውስጥ ይምረጡ"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN1058D\n"
-"help.text"
-msgid "Speed"
-msgstr "ፍጥነት"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN10591\n"
-"help.text"
-msgid "<ahelp hid=\"modules/simpress/ui/customanimationcreatetab/effect_speed_list\">Specifies the speed or duration of the selected animation effect.</ahelp>"
-msgstr "<ahelp hid=\"modules/simpress/ui/customanimationcreatetab/effect_speed_list\">የተመረጠውን የ እንቅስቃሴ ውጤት ፍጥነት ወይንም የሚቆይበትን ጊዜ መወሰኛ</ahelp>"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN10594\n"
-"help.text"
-msgid "Automatic preview"
-msgstr "ራሱ በራሱ ቅድመ እይታ"
-
-#: animationeffect.xhp
-msgctxt ""
-"animationeffect.xhp\n"
-"par_idN10598\n"
-"help.text"
-msgid "<ahelp hid=\"modules/simpress/ui/customanimationcreatetab/auto_preview\">Select to preview new or edited effects on the slide.</ahelp>"
-msgstr "<ahelp hid=\"modules/simpress/ui/customanimationcreatetab/auto_preview\">የተመረጠውን አዲስ የታረመ ውጤት በ ተንሸራታች ላይ በ ቅድመ እይታ ለማየት ይምረጡ</ahelp>"
-
#: effectoptions.xhp
msgctxt ""
"effectoptions.xhp\n"
diff --git a/source/am/helpcontent2/source/text/simpress/guide.po b/source/am/helpcontent2/source/text/simpress/guide.po
index 12e6bee46ca..0dd34082675 100644
--- a/source/am/helpcontent2/source/text/simpress/guide.po
+++ b/source/am/helpcontent2/source/text/simpress/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-18 12:31+0100\n"
-"PO-Revision-Date: 2017-12-20 18:04+0000\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
+"PO-Revision-Date: 2018-03-31 21:29+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1513793091.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1522531791.000000\n"
#: 3d_create.xhp
msgctxt ""
@@ -493,7 +493,7 @@ msgctxt ""
"animated_objects.xhp\n"
"hd_id3150251\n"
"help.text"
-msgid "<variable id=\"animated_objects\"><link href=\"text/simpress/guide/animated_objects.xhp\" name=\"Animating Objects in Slides\">Animating Objects in Presentation Slides</link> </variable>"
+msgid "<variable id=\"animated_objects\"><link href=\"text/simpress/guide/animated_objects.xhp\" name=\"Animating Objects in Slides\">Animating Objects in Presentation Slides</link></variable>"
msgstr "<variable id=\"animated_objects\"><link href=\"text/simpress/guide/animated_objects.xhp\" name=\"Animating Objects in Slides\">እቃዎችን ማንቀሳቀሻ በ ማቅረቢያ ተንሸራታቾች ውስጥ</link> </variable>"
#: animated_objects.xhp
@@ -525,8 +525,8 @@ msgctxt ""
"animated_objects.xhp\n"
"par_id3149875\n"
"help.text"
-msgid "Choose <emph>Slide Show - Custom Animation</emph>, click <emph>Add</emph>, and then select an animation effect."
-msgstr "ይምረጡ <emph> ተንሸራታች ማሳያ - እንቅስቃሴ ማስተካከያ </emph> ይጫኑ <emph> መጨመሪያ </emph> እና ከዛ ይምረጡ የ እንቅስቃሴ ውጤቶች"
+msgid "Choose <emph>Format - Animation</emph>, to open the Custom Animation pane in the Sidebar. Click on <emph>Add (+)</emph> button, and then select an animation effect."
+msgstr "ይምረጡ <emph> አቀራረብ - እንቅስቃሴ </emph> የ እንቅስቃሴ ክፍል በ ጎን መደርደሪያ ውስጥ ለ መክፈት: ይጫኑ በ <emph> መጨመሪያ (+)</emph> ቁልፍ ላይ: እና ከዛ የ እንቅስቃሴ ውጤት አይነት ይምረጡ"
#: animated_objects.xhp
msgctxt ""
@@ -733,8 +733,8 @@ msgctxt ""
"animated_slidechange.xhp\n"
"par_id3148826\n"
"help.text"
-msgid "If you want, you can use the <emph>Zoom</emph> toolbar <image id=\"img_id3151172\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151172\">Icon</alt></image> to change the view magnification for the slides."
-msgstr "ከ ፈለጉ መጠቀም ይችላሉ <emph>ማሳያ</emph> እቃ መደርደሪያ <image id=\"img_id3151172\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151172\">ምልክት</alt></image> ለ መቀየር የ ተንሸራታቹን መመልከቻ አጉልቶ ለማሳየት"
+msgid "If you want, you can use the <emph>Zoom</emph> toolbar<image id=\"img_id3151172\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151172\">Icon</alt></image> to change the view magnification for the slides."
+msgstr "ከ ፈለጉ መጠቀም ይችላሉ <emph>ማሳያ</emph> እቃ መደርደሪያ <image id=\"img_id3151172\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151172\">ምልክት</alt></image> የ ተንሸራታቹን መመልከቻ ለ መቀየር አጉልቶ ለማሳያ"
#: animated_slidechange.xhp
msgctxt ""
@@ -917,8 +917,8 @@ msgctxt ""
"background.xhp\n"
"par_id3149942\n"
"help.text"
-msgid "Choose <emph>Format - Page</emph>, and then click on the <emph>Background</emph> tab."
-msgstr "ይምረጡ <emph> አቀራረብ - ገጽ </emph> እና ከዛ ይጫኑ በ <emph> መደብ </emph> tab."
+msgid "Choose <emph>Slide - Properties</emph>, and then click on the <emph>Background</emph> tab."
+msgstr ""
#: background.xhp
msgctxt ""
@@ -981,8 +981,8 @@ msgctxt ""
"background.xhp\n"
"par_id3156064\n"
"help.text"
-msgid "Choose <emph>Format - Page</emph>, and then click on the <emph>Background</emph> tab."
-msgstr "ይምረጡ <emph> አቀራረብ - ገጽ </emph> እና ከዛ ይምረጡ ከ <emph> መደብ </emph> tab."
+msgid "Choose <emph>Slide - Properties</emph>, and then click on the <emph>Background</emph> tab."
+msgstr ""
#: background.xhp
msgctxt ""
@@ -1061,8 +1061,8 @@ msgctxt ""
"background.xhp\n"
"par_idN1082F\n"
"help.text"
-msgid "Choose <emph>Format - Page</emph> to change the slide background, or choose other formatting commands. Objects that you add here will be visible on all slides that are based on this master slide."
-msgstr "ይምረጡ <emph> አቀራረብ - ገጽ </emph> የ ተንሸራታች መደብ ለ መቀየር ወይንም ሌላ የ አቀራረብ ትእዛዝ ይምረጡ: እዚህ የሚጨመሩ እቃዎች በ ተንሸራታቹ ላይ ይታያሉ: ዋናውን ተንሸራታች መሰረት ባደረገ"
+msgid "Choose <emph>Slide - Properties</emph> to change the slide background, or choose other formatting commands. Objects that you add here will be visible on all slides that are based on this master slide."
+msgstr ""
#: background.xhp
msgctxt ""
@@ -4717,8 +4717,8 @@ msgctxt ""
"presenter_console.xhp\n"
"par_id351512577323192\n"
"help.text"
-msgid "<item type=\"item_type\">Tools - Options - %PRODUCTNAME Impres - General</item>"
-msgstr "<item type=\"item_type\">መሳሪያዎች - ምርጫዎች - %PRODUCTNAME ማስደነቂያ - ባጠቃላይ </item>"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Impress - General</item>"
+msgstr ""
#: presenter_console.xhp
msgctxt ""
@@ -4733,8 +4733,8 @@ msgctxt ""
"presenter_console.xhp\n"
"par_id261512578116942\n"
"help.text"
-msgid "<image src=\"media/screenshots/cui/ui/optionsdialog/impressoptionsgeneraldialog.png\" width=\"793px\" height=\"538px\"> <alt id=\"alt_id821512578116950\">Enable Presenter Console option</alt> </image>"
-msgstr "<image src=\"media/screenshots/cui/ui/optionsdialog/impressoptionsgeneraldialog.png\" width=\"793px\" height=\"538px\"> <alt id=\"alt_id821512578116950\">የ ማቅረቢያ መቆጣጠሪያ ምርጫ ማስቻያ</alt> </image>"
+msgid "<image id=\"img_impressoptions\" src=\"media/screenshots/cui/ui/optionsdialog/impressoptionsgeneraldialog.png\" width=\"793px\" height=\"538px\"> <alt id=\"alt_id821512578116950\">Enable Presenter Console option</alt> </image>"
+msgstr ""
#: presenter_console.xhp
msgctxt ""
@@ -4813,8 +4813,8 @@ msgctxt ""
"presenter_console.xhp\n"
"par_id241512828268769\n"
"help.text"
-msgid "<emph>Restart</emph>: restart the presentation from slide one."
-msgstr "<emph> እንደገና ማስጀመሪያ </emph>: እንደገና ማስጀመሪያ ተንሸራታቹን ከ መጀመሪያ ያስጀምራል"
+msgid "<emph>Restart</emph>: restart the slide show’s elapsed time."
+msgstr "<emph>እንደገና ማስጀመሪያ </emph>: እንደገና ማስጀመሪያ ተንሸራታች ማሳያ ያለፈውን ጊዜ"
#: presenter_console.xhp
msgctxt ""
@@ -4869,7 +4869,7 @@ msgctxt ""
"presenter_console.xhp\n"
"par_id311512825411947\n"
"help.text"
-msgid "<image src=\"media/helpimg/sd_PresenterConsole01.png\" id=\"img_id481512825411947\" width=\"640\" height=\"360\"> <alt id=\"alt_id151512825411947\">resenter console normal mode</alt> </image>"
+msgid "<image src=\"media/helpimg/sd_PresenterConsole01.png\" id=\"img_id481512825411947\" width=\"640\" height=\"360\"> <alt id=\"alt_id151512825411947\">Presenter console normal mode</alt> </image>"
msgstr "<image src=\"media/helpimg/sd_PresenterConsole01.png\" id=\"img_id481512825411947\" width=\"640\" height=\"360\"> <alt id=\"alt_id151512825411947\">የ ማቅረቢያ መደበኛ መቆጣጠሪያ ዘዴ </alt> </image>"
#: presenter_console.xhp
@@ -4973,8 +4973,8 @@ msgctxt ""
"print_tofit.xhp\n"
"par_id3145384\n"
"help.text"
-msgid "In <emph>Normal View</emph>, choose <emph>Format - Page</emph>, and then click the <emph>Page</emph> tab."
-msgstr "ከ <emph> መደበኛ መመልከቻው </emph> ይምረጡ <emph> አቀራረብ - ገጽ </emph> እና ከዛ ይጫኑ የ <emph> ገጽ </emph> tab"
+msgid "In <emph>Normal View</emph>, choose <emph>Slide - Properties</emph>, and then click the <emph>Page</emph> tab."
+msgstr ""
#: print_tofit.xhp
msgctxt ""
@@ -6085,8 +6085,8 @@ msgctxt ""
"vectorize.xhp\n"
"bm_id3153415\n"
"help.text"
-msgid "<bookmark_value>vectorizing bitmaps</bookmark_value><bookmark_value>converting; bitmaps to polygons</bookmark_value><bookmark_value>bitmaps; converting to vector graphics</bookmark_value><bookmark_value>vector graphics;converting bitmaps</bookmark_value>"
-msgstr "<bookmark_value>የ አቅጣጫ ቢትማፕስ</bookmark_value><bookmark_value>መቀየሪያ: ቢትማፕስ ወደ ፖሊጎን</bookmark_value><bookmark_value>ቢትማፕስ: መቀየሪያ ወደ አቅጣጫ ንድፎች</bookmark_value><bookmark_value>የ አቅጣጫ ንድፎች: መቀየሪያ ወደ ቢትማፕስ</bookmark_value>"
+msgid "<bookmark_value>vectorizing bitmaps</bookmark_value><bookmark_value>converting; bitmaps to polygons</bookmark_value><bookmark_value>bitmaps; converting to vector graphics</bookmark_value><bookmark_value>vector graphics; converting bitmaps</bookmark_value>"
+msgstr ""
#: vectorize.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/smath/01.po b/source/am/helpcontent2/source/text/smath/01.po
index f1470bb0ea3..95461cf96db 100644
--- a/source/am/helpcontent2/source/text/smath/01.po
+++ b/source/am/helpcontent2/source/text/smath/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: 2017-05-12 14:35+0200\n"
-"PO-Revision-Date: 2018-02-04 21:31+0000\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
+"PO-Revision-Date: 2018-02-27 23:21+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1517779864.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1519773680.000000\n"
#: 02080000.xhp
msgctxt ""
@@ -2133,8 +2133,8 @@ msgctxt ""
"03090400.xhp\n"
"par_id3155374\n"
"help.text"
-msgid "Choose a function in the lower part of the window. These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window."
-msgstr "ይምረጡ ተግባር ከ ታችኛው መስኮት ክፍል ውስጥ: እነዚህ ተግባሮች ይታያሉ በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\"> አገባብ ዝርዝር </link> ውስጥ በ <emph> ትእዛዞች </emph> መስኮት ውስጥ: ማንኛውም ሌሎች በ አካላቶች ክፍል ውስጥ የሌሉ ወይንም በ አገባብ ዝርዝር ውስጥ በ እጅ መጻፍ ይቻላል በ ትእዛዞች መስኮት ውስጥ:"
+msgid "Choose a function in the lower part of the Elements pane. These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window."
+msgstr ""
#: 03090400.xhp
msgctxt ""
@@ -2909,8 +2909,8 @@ msgctxt ""
"03090500.xhp\n"
"par_id3147101\n"
"help.text"
-msgid "<ahelp hid=\"HID_SMA_LRBRACEX\">Inserts a placeholder withing braces (curly brackets).</ahelp> You can also type <emph>lbrace<?>rbrace</emph> directly in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"HID_SMA_LRBRACEX\">ማስገቢያ የ ቦታ ያዢ በ ቅንፍ (ጠምዛዛ ቅንፍ) </ahelp> እንዲሁም መጻፍ ይችላሉ <emph> የ ግራ ጠምዛዛ ቅንፍ <?> የ ቀኝ ጠምዛዛ ቅንፍ </emph> በ ቀጥታ በ <emph> ትእዛዝ </emph> መስኮት ውስጥ"
+msgid "<ahelp hid=\"HID_SMA_LRBRACEX\">Inserts a placeholder within braces (curly brackets).</ahelp> You can also type <emph>lbrace<?>rbrace</emph> directly in the <emph>Commands</emph> window."
+msgstr "<ahelp hid=\"HID_SMA_LRBRACEX\">ማስገቢያ የ ቦታ ያዢ በ ቅንፍ ውስጥ (ጠምዛዛ ቅንፍ) </ahelp> እንዲሁም መጻፍ ይችላሉ <emph> የ ግራ ጠምዛዛ ቅንፍ <?> የ ቀኝ ጠምዛዛ ቅንፍ </emph> በ ቀጥታ በ <emph> ትእዛዝ </emph> መስኮት ውስጥ"
#: 03090500.xhp
msgctxt ""
@@ -4093,8 +4093,8 @@ msgctxt ""
"03090700.xhp\n"
"par_id3147262\n"
"help.text"
-msgid "You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements pane. These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
-msgstr "እርስዎ መምረጥ ይችላሉ የ ተለያዩ አቀራረቦች በ $[officename] ሂሳብ መቀመሪያ ውስጥ: አንዳንድ መለያዎች ይታያሉ ከ ታችኛው ግማሽ የ መቀመሪያ አካላቶች ክፍል ውስጥ: የ እነዚህ ምርጫዎች ዝርዝር ይታያል በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\"> አገባብ ዝርዝር</link> ውስጥ በ <emph> ትእዛዞች </emph> መስኮት ውስጥ:"
+msgid "You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower part of the Elements pane. These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
+msgstr ""
#: 03090700.xhp
msgctxt ""
@@ -4637,8 +4637,8 @@ msgctxt ""
"03090800.xhp\n"
"par_id3149290\n"
"help.text"
-msgid "After clicking the <emph>Set Operations</emph> icon in the Elements pane additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
-msgstr "ከ ተጫኑ በኋላ የ <emph> እንቅስቃሴ ማሰናጃ </emph> ምልክት በ አካላቶች ክፍል ውስጥ ተጨማሪ ምልክቶች ይታያሉ በ ታችኛው መስኮት ውስጥ: በ ቀላሉ ይጫኑ ምልክቱ ላይ ለ ማዋሀድ ከ አንቀሳቃሽ ጋር በ መቀመሪያ ውስጥ በ መታረም ላይ ባለው ትእዛዝ መስኮት ውስጥ"
+msgid "After selecting the <emph>Set Operations</emph> item in the Elements pane, relevant icons will be shown in the lower part of this pane. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
+msgstr ""
#: 03090800.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter.po b/source/am/helpcontent2/source/text/swriter.po
index 9ce74a88191..80b662cc46f 100644
--- a/source/am/helpcontent2/source/text/swriter.po
+++ b/source/am/helpcontent2/source/text/swriter.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: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: 2017-12-08 01:37+0000\n"
+"POT-Creation-Date: 2018-04-05 11:28+0200\n"
+"PO-Revision-Date: 2018-04-07 15:50+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1512697043.000000\n"
+"X-POOTLE-MTIME: 1523116231.000000\n"
#: classificationbar.xhp
msgctxt ""
@@ -341,7 +341,7 @@ msgctxt ""
"classificationbar.xhp\n"
"par_id030820161754171423\n"
"help.text"
-msgid "The Classification toolbar contains listboxes to help in selecting the security of the document, according to the <item type=\"acronym\">BAF</item> category policy and <item type=\"acronym\">BAILS</item> levels. %PRODUCTNAME will add custom fields in the document properties (<item type=\"menuitem\">File - Properties</item>, Custom fields tab) to store the classification policy as document metadata."
+msgid "The Classification toolbar contains listboxes to help in selecting the security of the document, according to the <item type=\"acronym\">BAF</item> category policy and <item type=\"acronym\">BAILS</item> levels. %PRODUCTNAME will add custom fields in the document properties (<item type=\"menuitem\">File - Properties</item>, Custom Properties tab) to store the classification policy as document metadata."
msgstr "የ መመደቢያ እቃ መደርደሪያ የያዛቸው ዝርዝር ሳጥኖች እርስዎ እንዲመርጡ ነው ለ ሰነድ ደህንነት እንደ ምርጫዎ <item type=\"acronym\"> BAF </item> የ ምድብ አሰራር እና <item type=\"acronym\"> BAILS </item> ደረጃዎች %PRODUCTNAME ይጨምራል የ ሜዳዎች ማስተካከያ በ ሰነድ ባህሪዎች ውስጥ (<item type=\"menuitem\"> ፋይል -> ባህሪዎች </item> ሜዳዎች ማስተካከያ tab) የ መመደቢያ አሰራር ለማስቀመጥ በ ሰነድ metadata. ውስጥ"
#: classificationbar.xhp
@@ -1147,26 +1147,26 @@ msgstr "<ahelp hid=\".\">ትእዛዞች ማሳያ ለ ማስገቢያ: ማረ
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
-"par_idN105AB\n"
+"par_idN105B5\n"
"help.text"
-msgid "Insert"
-msgstr "ማስገቢያ"
+msgid "<link href=\"text/swriter/01/04150000.xhp\">Insert Table</link>"
+msgstr "<link href=\"text/swriter/01/04150000.xhp\">ሰንጠረዥ ማስገቢያ</link>"
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
-"par_idN105B5\n"
+"par_idN105B8\n"
"help.text"
-msgid "Table"
-msgstr "ሰንጠረዥ"
+msgid "Inserts a new table."
+msgstr "አዲስ ሰንጠረዥ ማስገቢያ"
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
-"par_idN105B8\n"
+"par_idN105AB\n"
"help.text"
-msgid "Inserts a new table."
-msgstr "አዲስ ሰንጠረዥ ማስገቢያ"
+msgid "Insert"
+msgstr "ማስገቢያ"
#: main0110.xhp
msgctxt ""
@@ -1533,8 +1533,8 @@ msgctxt ""
"main0110.xhp\n"
"par_idN107AC\n"
"help.text"
-msgid "Opens <link href=\"text/shared/optionen/01040500.xhp\">a dialog</link> where you can specifiy the format of numbers in the table."
-msgstr "መክፈቻ <link href=\"text/shared/optionen/01040500.xhp\">ንግግር </link> በ ሰንጠረዥ ውስጥ የ ቁጥር አቀራረብ መወሰኛ"
+msgid "Opens <link href=\"text/shared/optionen/01040500.xhp\">a dialog</link> where you can specify the format of numbers in the table."
+msgstr "መክፈቻ <link href=\"text/shared/optionen/01040500.xhp\"> ንግግር </link> እርስዎ በ ሰንጠረዥ ውስጥ የ ቁጥር አቀራረብ የሚወስኑበት"
#: main0110.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/01.po b/source/am/helpcontent2/source/text/swriter/01.po
index 23a1e9a22d4..3ed5b7b7cf4 100644
--- a/source/am/helpcontent2/source/text/swriter/01.po
+++ b/source/am/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-06 15:59+0100\n"
-"PO-Revision-Date: 2018-02-11 01:06+0000\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
+"PO-Revision-Date: 2018-04-08 18:11+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1518311164.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1523211082.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -541,8 +541,8 @@ msgctxt ""
"01160500.xhp\n"
"par_id3151175\n"
"help.text"
-msgid "<variable id=\"htmltext\"><ahelp hid=\".uno:NewHtmlDoc\">Saves the file as an HTML document, so that you can view it in a web browser. You can choose to create a separate page when a heading style that you specify is encountered in the document.</ahelp> If you choose this option, a separate page of links to all of the pages that are generated is also created. </variable>"
-msgstr "<variable id=\"htmltext\"><ahelp hid=\".uno:NewHtmlDoc\">ፋይል ማስቀመጫ እንደ HTML ሰነድ: ስለዚህ እርስዎ መመልከት ይችላሉ በ ዌብ መቃኛ ውስጥ: እርስዎ መምረጥ ይችላሉ ለ መፍጠር የ ተለየ ገጽ የ ራስጌ ዘዴ እርስዎ የወሰኑት ችግር እስከሚገጥመው ድረስ በ ሰነዱ ውስጥ: </ahelp> እርስዎ ይህን ምርጫ ከ መረጡ: የ ተለየ ገጽ አገናኝ ለ ሁሉም ለ መነጩ ገጾች ይፈጠራል </variable>"
+msgid "<variable id=\"htmltext\"><ahelp hid=\".\">Saves the file as an HTML document, so that you can view it in a web browser. You can choose to create a separate page when a heading style that you specify is encountered in the document.</ahelp> If you choose this option, a separate page of links to all of the pages that are generated is also created. </variable>"
+msgstr "<variable id=\"htmltext\"><ahelp hid=\".\">ፋይል ማስቀመጫ እንደ HTML ሰነድ: ስለዚህ እርስዎ መመልከት ይችላሉ በ ዌብ መቃኛ ውስጥ: እርስዎ መምረጥ ይችላሉ ለ መፍጠር የ ተለየ ገጽ የ ራስጌ ዘዴ እርስዎ የወሰኑት ችግር እስከሚገጥመው ድረስ በ ሰነዱ ውስጥ: </ahelp> እርስዎ ይህን ምርጫ ከ መረጡ: የ ተለየ ገጽ አገናኝ ለ ሁሉም ለ መነጩ ገጾች ይፈጠራል </variable>"
#: 01160500.xhp
msgctxt ""
@@ -573,16 +573,16 @@ msgctxt ""
"01160500.xhp\n"
"hd_id3155892\n"
"help.text"
-msgid "Current Style"
-msgstr "የ አሁኑ ዘዴ"
+msgid "separated by"
+msgstr "የተለየው በ"
#: 01160500.xhp
msgctxt ""
"01160500.xhp\n"
"par_id3149688\n"
"help.text"
-msgid "<ahelp hid=\"HID_SEND_HTML_CTRL_LISTBOX_TEMPLATE\">Select the heading paragraph style that you want to use to indicate a new HTML page.</ahelp> To use this option, apply one of the heading paragraph styles to the paragraphs where you want to start a new page in the document."
-msgstr "<ahelp hid=\"HID_SEND_HTML_CTRL_LISTBOX_TEMPLATE\">ይምረጡ የ ራስጌ አንቀጽ ዘዴ እርስዎ መጠቀም የሚፈልጉትን አንዲያሳይ አዲስ የ HTML ገጽ </ahelp> ይህን ምርጫ ለ መጠቀም: አንዱን የ ራስጌ አንቀጽ ዘዴ ለ አንቀጽ ይፈጽሙ: እርስዎ አዲሱ አዲስ ገጽ እንዲጀምር በሚፈልጉበት ቦታ በ ሰነድ ውስጥ"
+msgid "<ahelp hid=\".\">Select the heading paragraph style that you want to use to indicate a new HTML page.</ahelp> To use this option, apply one of the heading paragraph styles to the paragraphs where you want to start a new page in the document."
+msgstr "<ahelp hid=\".\">ይምረጡ የ ራስጌ አንቀጽ ዘዴ እርስዎ መጠቀም የሚፈልጉትን አንዲያሳይ አዲስ የ HTML ገጽ </ahelp> ይህን ምርጫ ለ መጠቀም: አንዱን የ ራስጌ አንቀጽ ዘዴ ለ አንቀጽ ይፈጽሙ: እርስዎ አዲሱ አዲስ ገጽ እንዲጀምር በሚፈልጉበት ቦታ በ ሰነድ ውስጥ"
#: 01160500.xhp
msgctxt ""
@@ -3589,8 +3589,8 @@ msgctxt ""
"04010000.xhp\n"
"par_id3149805\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/insertbreak/linerb\">Ends the current line, and moves the text found to the right of the cursor to the next line, without creating a new paragraph.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/insertbreak/linerb\">የ አሁኑን መስመር መጨረሻ እና የ ተገኘውን ጽሁፍ ከ መጠቆሚያው በ ስተ ቀኝ በኩል ወደሚቀጥለው መስመር ማንቀሳቀሻ፡ አዲስ አንቀጽ ሳይፈጥር</ahelp>"
+msgid "Ends the current line, and moves the text found to the right of the cursor to the next line, without creating a new paragraph."
+msgstr "የ አሁኑን መስመር መጨረሻ: እና በ መጠቆሚያው በ ቀኝ በኩል ያለውን ጽሁፍ ወደ የሚቀጥለው መስመር ማንቀሳቀሻ: አዲስ አንቀጽ ሳይፈጥሩ"
#: 04010000.xhp
msgctxt ""
@@ -3613,8 +3613,8 @@ msgctxt ""
"04010000.xhp\n"
"par_id3155182\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/insertbreak/columnrb\">Inserts a manual column break (in a multiple column layout), and moves the text found to the right of the cursor to the beginning of the next <link href=\"text/swriter/01/05040500.xhp\" name=\"column\">column</link>. A manual column break is indicated by a nonprinting border at the top of the new column.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/insertbreak/columnrb\">በ እጅ የ አምድ መጨረሻ ማስገቢያ (በ በርካታ አምድ እቅድ ውስጥ) እና ማንቀሳቀሻ የተገኘውን ጽሁፍ ወደ መጠቆሚያው ቀኝ በኩል ወደሚቀጥለው ጽሁፍ መጀመሪያ <link href=\"text/swriter/01/05040500.xhp\" name=\"column\"> አምድ </link> የ አምድ መጨረሻ የሚታየው በ ምንም በማይታተሙ ድንበር በ አዲስ አምድ ላይ ከ ላይ በኩል ነው </ahelp>"
+msgid "Inserts a manual column break (in a multiple column layout), and moves the text found to the right of the cursor to the beginning of the next <link href=\"text/swriter/01/05040500.xhp\" name=\"column\">column</link>. A manual column break is indicated by a nonprinting border at the top of the new column."
+msgstr "በ እጅ የ አምድ መጨረሻ ማስገቢያ (በ በርካታ አምድ እቅድ ውስጥ) እና የተገኘውን ጽሁፍ ወደ መጠቆሚያው ቀኝ በኩል ወደሚቀጥለው ጽሁፍ መጀመሪያ ማንቀሳቀሻ <link href=\"text/swriter/01/05040500.xhp\" name=\"column\"> አምድ </link> የ አምድ መጨረሻ የሚታየው በ ምንም በማይታተሙ ድንበር በ አዲስ አምድ ላይ ከ ላይ በኩል ነው"
#: 04010000.xhp
msgctxt ""
@@ -3629,8 +3629,8 @@ msgctxt ""
"04010000.xhp\n"
"par_id3149102\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/insertbreak/pagerb\">Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/insertbreak/pagerb\">በ እጅ የ አምድ መጨረሻ ማስገቢያ እና ማንቀሳቀሻ የተገኘውን ጽሁፍ ወደ መጠቆሚያው ቀኝ በኩል ወደሚቀጥለው ጽሁፍ መጀመሪያ ወደሚቀጥለው ገጽ: ያስገቡት የ ገጽ መጨረሻ የሚታየው በ ምንም በማይታተሙ ድንበር በ አዲስ ገጽ ላይ ከ ላይ በኩል ነው </ahelp>"
+msgid "Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page."
+msgstr "በ እጅ የ አምድ መጨረሻ ማስገቢያ እና የተገኘውን ጽሁፍ ወደ መጠቆሚያው ቀኝ በኩል ወደሚቀጥለው ጽሁፍ መጀመሪያ ወደሚቀጥለው ገጽ ማንቀሳቀሻ: ያስገቡት የ ገጽ መጨረሻ የሚታየው በ ምንም በማይታተሙ ድንበር በ አዲስ ገጽ ላይ ከ ላይ በኩል ነው"
#: 04010000.xhp
msgctxt ""
@@ -3653,8 +3653,8 @@ msgctxt ""
"04010000.xhp\n"
"par_id3156275\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/insertbreak/stylelb\">Select the page style for the page that follows the manual page break.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/insertbreak/stylelb\">ይምረጡ የ ገጽ ዘዴ በ እጅ ከ ገጽ መጨረሻ በ ኋላ የሚገባውን </ahelp>"
+msgid "Select the page style for the page that follows the manual page break."
+msgstr "አዲስ የ ገጽ ዘዴ ይምረጡ በ እጅ የ ገጽ መጨረሻን ለሚከተለው"
#: 04010000.xhp
msgctxt ""
@@ -3669,8 +3669,8 @@ msgctxt ""
"04010000.xhp\n"
"par_id3155917\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/insertbreak/pagenumcb\">Assigns the page number that you specify to the page that follows the manual page break. This option is only available if you assign a different page style to the page that follows manual page break.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/insertbreak/pagenumcb\">የ ገጽ ቁጥር መመደቢያ እርስዎ የ ወሰኑትን በ እጅ የ ገጽ መጨረሻ ገጽ ተከትሎ ለሚመጣው ገጽ ነው: ይህ ምርጫ ዝግጁ የሚሆነው እርስዎ የ ተለየ የ ገጽ ዘዴ ከ መደቡ ነው በ እጅ የ ገጽ መጨረሻ ገጽ ተከትሎ ለሚመጣው ገጽ </ahelp>"
+msgid "Assigns the page number that you specify to the page that follows the manual page break. This option is only available if you assign a different page style to the page that follows manual page break."
+msgstr "የ ገጽ ቁጥር መመደቢያ እርስዎ የ ወሰኑትን በ እጅ የ ገጽ መጨረሻ ገጽ ተከትሎ ለሚመጣው ገጽ ነው: ይህ ምርጫ ዝግጁ የሚሆነው እርስዎ የ ተለየ የ ገጽ ዘዴ ከ መደቡ ነው: በ እጅ የ ገጽ መጨረሻ ገጽ ተከትሎ ለሚመጣው ገጽ"
#: 04010000.xhp
msgctxt ""
@@ -3685,8 +3685,8 @@ msgctxt ""
"04010000.xhp\n"
"par_id3150700\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/insertbreak/pagenumsb\">Enter the new page number for the page that follows the manual page break.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/insertbreak/pagenumsb\">ይምረጡ አዲስ የ ገጽ ቁጥር በ እጅ ከ ገጽ መጨረሻ በ ኋላ የሚገባውን </ahelp>"
+msgid "Enter the new page number for the page that follows the manual page break."
+msgstr "አዲስ የ ገጽቁጥር ያስገቡ በ እጅ ገጽ መጨረሻን ለሚከተለው"
#: 04010000.xhp
msgctxt ""
@@ -5477,8 +5477,8 @@ msgctxt ""
"04090001.xhp\n"
"par_id3147167\n"
"help.text"
-msgid "Fields are used to insert information about the current document, for example, file name, template, statistics, user data, date, and time."
-msgstr "ሜዳዎች የሚጠቅሙት ስለ አሁኑ ሰነድ መረጃ ለማስገባት ነው፡ ለምሳሌ የ ፋይል ስም: ቴምፕሌት: ስታስቲክስ የ ተጠቃሚ ዳታ: ቀን እና ሰአት"
+msgid "<ahelp hid=\".\">Fields are used to insert information about the current document, for example, file name, template, statistics, user data, date, and time.</ahelp>"
+msgstr "<ahelp hid=\".\">ሜዳዎች የሚጠቅሙት ስለ አሁኑ ሰነድ መረጃ ለ ማስገባት ነው: ለምሳሌ የ ፋይል ስም: ቴምፕሌት: ስታስቲክስ የ ተጠቃሚ ዳታ: ቀን እና ሰአት</ahelp>"
#: 04090001.xhp
msgctxt ""
@@ -6181,8 +6181,8 @@ msgctxt ""
"04090002.xhp\n"
"par_id7374187\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/flddocumentpage/select\">Lists the available fields for the field type selected in the <emph>Type </emph>list. To insert a field, click the field, select a format in the \"Insert reference to\" list, and then click <emph>Insert</emph>.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/flddocumentpage/select\">ዝግጁ የሆኑ የ ሜዳ አይነቶች ዝርዝር ለ ተመረጠው ሜዳ አይነት በ <emph> አይነት </emph> ዝርዝር ውስጥ: ሜዳ ለማስገባት ይጫኑ ሜዳ: አቀራረብ ይምረጡ ከ \"ማመሳከሪያ ማስገቢያ ወደ\" ዝርዝር: እና ከዛ ይጫኑ <emph> ማስገቢያ </emph></ahelp>"
+msgid "<ahelp hid=\".\">Lists the available fields for the field type selected in the <emph>Type </emph>list. To insert a field, click the field, select a format in the \"Insert reference to\" list, and then click <emph>Insert</emph>.</ahelp>"
+msgstr ""
#: 04090002.xhp
msgctxt ""
@@ -6493,16 +6493,16 @@ msgctxt ""
"04090003.xhp\n"
"par_id3150343\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/fldfuncpage/value\" visibility=\"hidden\">Sets additional function parameters for fields. The type of parameter depends on the field type that you select.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/fldfuncpage/value\" visibility=\"hidden\">ለ ሜዳዎች ተጨማሪ የ ተግባር ደንብ ማሰናጃ: የ ደንቡ አይነት ይለያያል እንደ ሜዳው አይነት እርስዎ እንደመረጡት </ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets additional function parameters for fields. The type of parameter depends on the field type that you select.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ለ ሜዳዎች ተጨማሪ የ ተግባር ደንብ ማሰናጃ: የ ደንቡ አይነት ይለያያል እንደ ሜዳው አይነት እርስዎ እንደመረጡት </ahelp>"
#: 04090003.xhp
msgctxt ""
"04090003.xhp\n"
"par_id3151242\n"
"help.text"
-msgid "Depending on the field type that you select, you can assign conditions to certain functions. For example, you can define a field that executes a macro when you click the field in the document, or a condition that, when met, hides a field. You can also define placeholder fields that insert graphics, tables, frames and other objects into your document when needed."
-msgstr "እርስዎ እንደመረጡት ሜዳ አይነት ይለያያል: እርስዎ ሁኔታዎችን መመደብ ይችላሉ ለ ተወሰኑ ተግባሮች: ለምሳሌ: እርስዎ ሜዳ መግለጽ ይችላሉ ማክሮስ የሚፈጽም እርስዎ በ ሰነድ ውስጥ ሜዳ በሚጫኑ ጊዜ: ወይንም ሁኔታው ሲሟላ ሜዳ የሚደብቅ: እንዲሁም እርስዎ መግለጽ ይችላሉ ባታ ያዢ ሜዳዎች ንድፍ: ሰንጠረዦች: ክፈፎች: እና ሌሎች እቃዎች ወደ እርስዎ ሰነድ ውስጥ በሚያስፈልግ ጊዜ እንዲያስገቡ"
+msgid "<ahelp hid=\".\">Depending on the field type that you select, you can assign conditions to certain functions. For example, you can define a field that executes a macro when you click the field in the document, or a condition that, when met, hides a field. You can also define placeholder fields that insert graphics, tables, frames and other objects into your document when needed.</ahelp>"
+msgstr "<ahelp hid=\".\">እርስዎ እንደመረጡት ሜዳ አይነት ይለያያል: እርስዎ ሁኔታዎችን መመደብ ይችላሉ ለ ተወሰኑ ተግባሮች: ለምሳሌ: እርስዎ ሜዳ መግለጽ ይችላሉ ማክሮስ የሚፈጽም እርስዎ በ ሰነድ ውስጥ ሜዳ በሚጫኑ ጊዜ: ወይንም ሁኔታው ሲሟላ ሜዳ የሚደብቅ: እንዲሁም እርስዎ መግለጽ ይችላሉ ባታ ያዢ ሜዳዎች ንድፍ: ሰንጠረዦች: ክፈፎች: እና ሌሎች እቃዎች ወደ እርስዎ ሰነድ ውስጥ በሚያስፈልግ ጊዜ እንዲያስገቡ</ahelp>"
#: 04090003.xhp
msgctxt ""
@@ -6701,8 +6701,8 @@ msgctxt ""
"04090003.xhp\n"
"par_id3154830\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/fldfuncpage/cond2\">Enter the text to display when the condition is met in the <emph>Then </emph>box, and the text to display when the condition is not met in the <emph>Else </emph>box.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/fldfuncpage/cond2\">ሁኔታዎች ሲሟሉ የሚታየውን ጽሁፍ ያስገቡ በ <emph>ከዛ </emph>ሳጥን: እና የሚታየውን ጽሁፍ ሁኔታዎች ሲሟሉ በ <emph>ያለ በለዚያ </emph>ሳጥን</ahelp>"
+msgid "<ahelp hid=\".\">Enter the text to display when the condition is met in the <emph>Then </emph>box, and the text to display when the condition is not met in the <emph>Else </emph>box.</ahelp>"
+msgstr "<ahelp hid=\".\">ሁኔታዎች ሲሟሉ የሚታየውን ጽሁፍ ያስገቡ በ <emph> ከዛ </emph> ሳጥን ውስጥ: እና የሚታየውን ጽሁፍ ሁኔታዎች ሲሟሉ በ <emph>ያለ በለዚያ </emph> ሳጥን </ahelp> ውስጥ"
#: 04090003.xhp
msgctxt ""
@@ -7053,8 +7053,8 @@ msgctxt ""
"04090004.xhp\n"
"par_id3149692\n"
"help.text"
-msgid "DocInformation fields contain information about the properties of a document, such as the date a document was created. To view the properties of a document, choose <emph>File - Properties</emph>."
-msgstr "የ ሰነድ መረጃ ሜዳዎች የያዙት መረጃ ስለ ሰነዱ ባህሪ ነው: እንደ ሰነዱ መቼ እንደ ተፈጠረ: የ ሰነዱን ባህሪዎች መመልከቻ አይነት: ይምረጡ <emph> ፋይል - ባህሪዎች </emph>"
+msgid "<ahelp hid=\".\">DocInformation fields contain information about the properties of a document, such as the date a document was created. To view the properties of a document, choose <emph>File - Properties</emph>.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ሰነድ መረጃ ሜዳዎች የያዙት መረጃ ስለ ሰነዱ ባህሪ ነው: እንደ ሰነዱ አይነት መቼ እንደ ተፈጠረ: የ ሰነዱን ባህሪዎች መመልከቻ አይነት: ይምረጡ <emph> ፋይል - ባህሪዎች </emph></ahelp>"
#: 04090004.xhp
msgctxt ""
@@ -7133,16 +7133,16 @@ msgctxt ""
"04090004.xhp\n"
"par_id3147490\n"
"help.text"
-msgid "Inserts the comments as entered in the <emph>Description</emph> tab page of the <emph>Properties</emph> dialog."
-msgstr "ማስገቢያ አስተያየቶች እንደገቡ ከ <emph>መግለጫ</emph> tab ገጽ የ <emph>ባህሪዎች</emph> ንግግር"
+msgid "Inserts the comments as entered in the <emph>Description</emph> tab page of the <link href=\"text/shared/01/01100300.xhp\" name=\"File - Properties\"><emph>File - Properties</emph></link> dialog."
+msgstr "የ ተገኘውን አስተያየት ማስገቢያ በ <emph> መግለጫ</emph> tab ገጽ ውስጥ በ <link href=\"text/shared/01/01100300.xhp\" name=\"File - Properties\"><emph> ፋይል - ባህሪዎች </emph></link> ንግግር ውስጥ"
#: 04090004.xhp
msgctxt ""
"04090004.xhp\n"
"par_id3145262\n"
"help.text"
-msgid "Document number"
-msgstr "የ ሰነዱ ቁጥር"
+msgid "Revision number"
+msgstr "የ ክለሳ ቁጥር"
#: 04090004.xhp
msgctxt ""
@@ -7173,16 +7173,16 @@ msgctxt ""
"04090004.xhp\n"
"par_id3148856\n"
"help.text"
-msgid "Info 0 - 3"
-msgstr "መረጃ 0 - 3"
+msgid "Custom"
+msgstr "ማስተካከያ"
#: 04090004.xhp
msgctxt ""
"04090004.xhp\n"
"par_id3154784\n"
"help.text"
-msgid "Inserts the contents of the info fields found on the <emph>User Defined </emph>tab of the <link href=\"text/shared/01/01100300.xhp\" name=\"File - Properties\"><emph>File - Properties</emph></link> dialog."
-msgstr "ማስገቢያ የ መረጃ ሜዳዎች ይዞታ የተገኘውን በ <emph> ተጠቃሚ የሚገለጽ </emph>tab የ <link href=\"text/shared/01/01100300.xhp\" name=\"File - Properties\"><emph> ፋይል - ባህሪዎች </emph></link> ንግግር"
+msgid "Inserts the contents of the properties found on the <emph>Custom Properties</emph>tab of the <link href=\"text/shared/01/01100300.xhp\" name=\"File - Properties\"><emph>File - Properties</emph></link> dialog."
+msgstr "የ ተገኘውን የ መረጃ ሜዳዎች ይዞታ ማስገቢያ በ <emph> ባህሪዎች ማስተካከያ </emph>tab የ <link href=\"text/shared/01/01100300.xhp\" name=\"File - Properties\"><emph> ፋይል - ባህሪዎች </emph></link> ንግግር"
#: 04090004.xhp
msgctxt ""
@@ -7213,8 +7213,8 @@ msgctxt ""
"04090004.xhp\n"
"par_id3150912\n"
"help.text"
-msgid "Inserts the keywords as entered in the <emph>Description </emph>tab of the <emph>File Properties </emph>dialog."
-msgstr "የ ቁልፍ ቃሎች ማስገቢያ እንዳስገቡት በ <emph>መግለጫው </emph>tab የ <emph>ፋይል ባህሪዎች </emph>ንግግር"
+msgid "Inserts the keywords as entered in the <emph>Description </emph>tab of the <link href=\"text/shared/01/01100300.xhp\" name=\"File - Properties\"><emph>File - Properties</emph></link> dialog."
+msgstr "የ ተገኘውን ቁልፍ ቃል ማስገቢያ በ <emph> መግለጫ </emph> tab ገጽ ውስጥ በ <link href=\"text/shared/01/01100300.xhp\" name=\"File - Properties\"><emph> ፋይል - ባህሪዎች </emph></link> ንግግር ውስጥ"
#: 04090004.xhp
msgctxt ""
@@ -7229,8 +7229,8 @@ msgctxt ""
"04090004.xhp\n"
"par_id3146942\n"
"help.text"
-msgid "Inserts the subject as entered in the <emph>Description </emph>tab of the <emph>File Properties </emph>dialog."
-msgstr "ጉዳይ ማስገቢያ እንዳስገቡት የ <emph>መግለጫ </emph>tab የ <emph>ፋይል ባህሪዎች </emph>ንግግር"
+msgid "Inserts the subject as entered in the <emph>Description </emph>tab of the <link href=\"text/shared/01/01100300.xhp\" name=\"File - Properties\"><emph>File - Properties</emph></link> dialog."
+msgstr "የ ተገኘውን ጉዳይ ማስገቢያ በ <emph> መግለጫ</emph> tab ገጽ ውስጥ ለ <link href=\"text/shared/01/01100300.xhp\" name=\"File - Properties\"><emph> ፋይል - ባህሪዎች </emph></link> ንግግር ውስጥ"
#: 04090004.xhp
msgctxt ""
@@ -7245,8 +7245,8 @@ msgctxt ""
"04090004.xhp\n"
"par_id3150033\n"
"help.text"
-msgid "Inserts the title as entered in the <emph>Description </emph>tab of the <emph>File Properties </emph>dialog."
-msgstr "አርእስት ማስገቢያ እንዳስገቡት የ <emph>መግለጫ </emph>tab የ <emph>ፋይል ባህሪዎች </emph>ንግግር"
+msgid "Inserts the title as entered in the <emph>Description </emph>tab of the <link href=\"text/shared/01/01100300.xhp\" name=\"File - Properties\"><emph>File - Properties</emph></link> dialog."
+msgstr "የ ተገኘውን አርእስት ማስገቢያ በ <emph> መግለጫ </emph> tab ገጽ ውስጥ ለ <link href=\"text/shared/01/01100300.xhp\" name=\"File - Properties\"><emph> ፋይል - ባህሪዎች </emph></link> ንግግር ውስጥ"
#: 04090004.xhp
msgctxt ""
@@ -7325,8 +7325,8 @@ msgctxt ""
"04090005.xhp\n"
"par_id3150764\n"
"help.text"
-msgid "Variable fields let you add dynamic content to your document. For example, you can use a variable to reset the page numbering."
-msgstr "ተለዋዋጭ ሜዳዎች እርስዎን የሚያስችለው ሀይለኛ ይዞታዎችን መጨመር ማስቻል ነው: ለምሳሌ: እርስዎ ተለዋዋጭ መጠቀም ይችላሉ የ ገጽ ቁጥር መስጫን እንደ ነበር ለ መመለስ"
+msgid "<ahelp hid=\".\">Variable fields let you add dynamic content to your document. For example, you can use a variable to reset the page numbering.</ahelp>"
+msgstr "<ahelp hid=\".\">ተለዋዋጭ ሜዳዎች እርስዎን የሚያስችለው ሀይለኛ ይዞታዎችን መጨመር ማስቻል ነው: ለምሳሌ: እርስዎ ተለዋዋጭ መጠቀም ይችላሉ የ ገጽ ቁጥር መስጫን እንደ ነበር ለ መመለስ</ahelp>"
#: 04090005.xhp
msgctxt ""
@@ -7565,16 +7565,16 @@ msgctxt ""
"04090005.xhp\n"
"hd_id3888363\n"
"help.text"
-msgid "Selection"
-msgstr "ምርጫ"
+msgid "Select"
+msgstr "ይምረጡ"
#: 04090005.xhp
msgctxt ""
"04090005.xhp\n"
"par_id7453535\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/flddocumentpage/select\">Lists the available fields for the field type selected in the <emph>Type </emph>list. To insert a field, click the field, and then click <emph>Insert</emph>.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/flddocumentpage/select\">ዝግጁ የሆኑ የ ሜዳ አይነቶች ዝርዝር ለ ተመረጠው ሜዳ አይነት በ <emph> አይነት </emph> ዝርዝር ውስጥ: ሜዳ ለማስገባት ይጫኑ ሜዳ: እና ከዛ ይጫኑ <emph> ማስገቢያ </emph></ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\">Lists the available fields for the field type selected in the <emph>Type </emph>list. To insert a field, click the field, and then click <emph>Insert</emph>.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/fldvarpage/select\">ዝግጁ የሆኑ የ ሜዳ አይነቶች ዝርዝር ለ ተመረጠው ሜዳ አይነት በ <emph> አይነት </emph> ዝርዝር ውስጥ: ሜዳ ለ ማስገባት ይጫኑ ሜዳ ላይ: እና ከዛ ይጫኑ <emph> ማስገቢያ </emph></ahelp>"
#: 04090005.xhp
msgctxt ""
@@ -7749,8 +7749,8 @@ msgctxt ""
"04090006.xhp\n"
"par_id3154471\n"
"help.text"
-msgid "You can insert fields from any database, for example, address fields, into your document."
-msgstr "እርስዎ ሜዳዎች ማስገባት ይችላሉ ከ ማንኛውም ዳታቤዝ ውስጥ: ለምሳሌ: የ አድራሻ ሜዳዎች: ወደ እርስዎ ሰነድ ውስጥ"
+msgid "<ahelp hid=\".\">You can insert fields from any database, for example, address fields, into your document.</ahelp>"
+msgstr "<ahelp hid=\".\">እርስዎ ሜዳዎች ማስገባት ይችላሉ ከ ማንኛውም ዳታቤዝ ውስጥ: ለምሳሌ: የ አድራሻ ሜዳዎች: ወደ እርስዎ ሰነድ ውስጥ</ahelp>"
#: 04090006.xhp
msgctxt ""
@@ -7941,8 +7941,8 @@ msgctxt ""
"04090006.xhp\n"
"par_id3156122\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the format of the field that you want to insert. This option is available for numerical, boolean, date and time fields.</ahelp>"
-msgstr "<ahelp hid=\".\">እርስዎ ማስገባት የሚፈልጉትን የ ሜዳ አቀራረብ ይምረጡ: ይህ ምርጫ ዝግጁ የሚሆነው ለ ቁጥር: ቡልያን: ቀን እና ሰአት ሜዳ ነው </ahelp>"
+msgid "Select the format of the field that you want to insert. This option is available for numerical, boolean, date and time fields."
+msgstr "እርስዎ ማስገባት የሚፈልጉትን የ ሜዳ አቀራረብ ይምረጡ: ይህ ምርጫ ዝግጁ የሚሆነው ለ ቁጥር: ቡልያን: ቀን እና ሰአት ሜዳ ነው"
#: 04090006.xhp
msgctxt ""
@@ -8005,8 +8005,8 @@ msgctxt ""
"04090006.xhp\n"
"par_id3150093\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/flddbpage/format\">Lists the available user-defined formats.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/flddbpage/format\">ዝግጁ በተጠቃሚው-የሚገለጽ አቀራረብ ዝርዝር</ahelp>"
+msgid "<ahelp hid=\".\">Lists the available user-defined formats.</ahelp>"
+msgstr "<ahelp hid=\".\">በ ተጠቃሚ-የሚገለጽ ዝግጁ ዝርዝር አቀራረብ</ahelp>"
#: 04090006.xhp
msgctxt ""
@@ -8024,22 +8024,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">When you print a document that contains database fields, a dialog asks you if you want to print a form letter. If you answer Yes, the <link href=\"text/swriter/01/01150000.xhp\">Mail Merge</link> dialog opens where you can select the database records to print.</ahelp>"
msgstr "<ahelp hid=\".\">እርስዎ ሰነድ በሚያትሙበት ጊዜ የ ዳታቤዝ ሜዳዎች የያዘ: ወዲያውኑ ንግግር ተከፍቶ ይጠይቆታል የ ፎርም ደብዳቤ ማተም ይፈልጉ እንደሆን: እርስዎ ከ መለሱ አዎ: የ <link href=\"text/swriter/01/01150000.xhp\"> ደብዳቤ ማዋሀጃ </link> ንግግር ይከፈታል እርስዎ የ ዳታቤዝ መዝገቦች ለማተም የሚመርጡበት </ahelp>"
-#: 04090006.xhp
-msgctxt ""
-"04090006.xhp\n"
-"par_idN10812\n"
-"help.text"
-msgid "Do not show warning again"
-msgstr "ማስጠንቀቂያ በድጋሚ አታሳየኝ"
-
-#: 04090006.xhp
-msgctxt ""
-"04090006.xhp\n"
-"par_idN10816\n"
-"help.text"
-msgid "<ahelp hid=\".\">Suppresses this dialog from now on. There is no easy way to get it back!</ahelp>"
-msgstr "<ahelp hid=\".\">ከ አሁን በኋላ ይህን ንግግር መከልከያ: እንደገን በ ቀላሉ ማግኘት አይቻልም!</ahelp>"
-
#: 04090007.xhp
msgctxt ""
"04090007.xhp\n"
@@ -9472,6 +9456,94 @@ msgctxt ""
msgid "Click <emph>Insert</emph>."
msgstr "ይጫኑ <emph> ማስገቢያ </emph>"
+#: 04090300.xhp
+msgctxt ""
+"04090300.xhp\n"
+"tit\n"
+"help.text"
+msgid "Edit fields"
+msgstr "ሜዳዎች ማረሚያ"
+
+#: 04090300.xhp
+msgctxt ""
+"04090300.xhp\n"
+"bm_id991519648545589\n"
+"help.text"
+msgid "<bookmark_value>fields;editing</bookmark_value> <bookmark_value>edit;fields</bookmark_value>"
+msgstr "<bookmark_value>ሜዳዎች;ማረሚያ</bookmark_value> <bookmark_value>ማረሚያ;ሜዳዎች</bookmark_value>"
+
+#: 04090300.xhp
+msgctxt ""
+"04090300.xhp\n"
+"hd_id431519648111292\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04090300.xhp\" name=\"Edit Fields\">Edit Fields</link>"
+msgstr "<link href=\"text/swriter/01/04090300.xhp\" name=\"Edit Fields\">ሜዳዎች ማረሚያ</link>"
+
+#: 04090300.xhp
+msgctxt ""
+"04090300.xhp\n"
+"par_id361519648111293\n"
+"help.text"
+msgid "<variable id=\"editfields2\"><ahelp hid=\".\">Edit field contents.</ahelp></variable>"
+msgstr "<variable id=\"editfields2\"><ahelp hid=\".\">የ ሜዳዎች ይዞታ ማረሚያ </ahelp></variable>"
+
+#: 04090300.xhp
+msgctxt ""
+"04090300.xhp\n"
+"par_id761519649446210\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Fields</item> of the context menu of the selected field."
+msgstr ""
+
+#: 04090300.xhp
+msgctxt ""
+"04090300.xhp\n"
+"hd_id511519649431645\n"
+"help.text"
+msgid "Type pane"
+msgstr "የ ክፍል አይነት"
+
+#: 04090300.xhp
+msgctxt ""
+"04090300.xhp\n"
+"par_id761519649446212\n"
+"help.text"
+msgid "Shows the type of the selected field. The middle and left pane of the dialog contents depends on the field type. For a complete description of the fields see <link href=\"text/swriter/01/04090000.xhp\" name=\"fields\">Fields</link> page."
+msgstr "የ ተመረጠውን ሜዳ አይነት ማሳያ: የ መሀከል እና የ ግራ ክፍል ለ ንግግር ይዞታዎች እንደ ተመረጠው ሜዳ አይነት ይለያያል: ለ ሙሉ ሜዳ መግለጫ ይህን ይመልከቱ <link href=\"text/swriter/01/04090000.xhp\" name=\"fields\"> ሜዳዎች </link> ገጽ:"
+
+#: 04090300.xhp
+msgctxt ""
+"04090300.xhp\n"
+"hd_id931519650651402\n"
+"help.text"
+msgid "Edit"
+msgstr "ማረሚያ"
+
+#: 04090300.xhp
+msgctxt ""
+"04090300.xhp\n"
+"par_id241519650657361\n"
+"help.text"
+msgid "When visible, opens a dialog to edit the contents of the field. The dialog depends on the type of the field."
+msgstr "በሚታይ ጊዜ ንግግር መክፈቻ ለ ማረም የ ሜዳ ይዞታዎችን: ንግግሩ የሚወሰነው እንደ ሜዳው አይነት ነው"
+
+#: 04090300.xhp
+msgctxt ""
+"04090300.xhp\n"
+"hd_id941519649436996\n"
+"help.text"
+msgid "Arrow buttons"
+msgstr "የ ቀስት ቁልፎች"
+
+#: 04090300.xhp
+msgctxt ""
+"04090300.xhp\n"
+"par_id951519649454340\n"
+"help.text"
+msgid "Use the arrow buttons to go to next or previous field of same type in the document."
+msgstr "የ ቀስት ቁልፎችን ይጠቀሙ ለ መሄድ ወደ የሚቀጥለው ወይንም ወዳለፈው ተመሳሳይ ሜዳ በ ሰነድ ውስጥ"
+
#: 04120000.xhp
msgctxt ""
"04120000.xhp\n"
@@ -11909,16 +11981,16 @@ msgctxt ""
"04120229.xhp\n"
"par_id3145582\n"
"help.text"
-msgid "<ahelp hid=\"HID_AUTH_FIELD_IDENTIFIER\">Displays the short name for the bibliography entry. You can only enter a name here if you are creating a new bibliography entry.</ahelp>"
-msgstr "<ahelp hid=\"HID_AUTH_FIELD_IDENTIFIER\">አጭር ስም ማሳያ ለ ጽሁፎች ዝርዝር ማስገቢያ: እርስዎ እዚህ ስም ማስገባት ይችላሉ አዲስ የ ጽሁፎች ዝርዝር ማስገቢያ ሲፈጥሩ</ahelp>"
+msgid "<ahelp hid=\".\">Displays the short name for the bibliography entry. You can only enter a name here if you are creating a new bibliography entry.</ahelp>"
+msgstr "<ahelp hid=\".\">አጭር ስም ማሳያ ለ ጽሁፎች ዝርዝር ማስገቢያ: እርስዎ እዚህ ስም ማስገባት ይችላሉ አዲስ የ ጽሁፎች ዝርዝር ማስገቢያ ሲፈጥሩ</ahelp>"
#: 04120229.xhp
msgctxt ""
"04120229.xhp\n"
"par_id3153527\n"
"help.text"
-msgid "<ahelp hid=\"HID_AUTH_FIELD_CUSTOM4\">This is where you select the desired entry data for your bibliography.</ahelp>"
-msgstr "<ahelp hid=\"HID_AUTH_FIELD_CUSTOM4\">እዚህ ነው እርስዎ መምረጥ የሚችሉት የሚፈለገውን የ ዳታ ማስገቢያ ለ እርስዎ የ ጽሁፎች ዝርዝር.</ahelp>"
+msgid "<ahelp hid=\".\">This is where you select the desired entry data for your bibliography.</ahelp>"
+msgstr "<ahelp hid=\".\">እዚህ ነው እርስዎ መምረጥ የሚችሉት የሚፈለገውን የ ዳታ ማስገቢያ ለ እርስዎ የ ጽሁፎች ዝርዝር.</ahelp>"
#: 04120229.xhp
msgctxt ""
@@ -11933,8 +12005,8 @@ msgctxt ""
"04120229.xhp\n"
"par_id3143283\n"
"help.text"
-msgid "<ahelp hid=\"HID_AUTH_FIELD_AUTHORITY_TYPE\">Select the source for the bibliography entry.</ahelp>"
-msgstr "<ahelp hid=\"HID_AUTH_FIELD_AUTHORITY_TYPE\">ለ ጽሁፎች ዝርዝር ማስገቢያ ምንጭ ይምረጡ</ahelp>"
+msgid "<ahelp hid=\".\">Select the source for the bibliography entry.</ahelp>"
+msgstr "<ahelp hid=\".\">የ ጽሁፍ ዝርዝር ማስገቢያ ምንጭ ይምረጡ </ahelp>"
#: 04120229.xhp
msgctxt ""
@@ -12501,24 +12573,24 @@ msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Table"
-msgstr "ሰንጠረዥ"
+msgid "Insert Table"
+msgstr "ሰንጠረዥ ማስገቢያ"
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"hd_id3147402\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04150000.xhp\">Table</link>"
-msgstr "<link href=\"text/swriter/01/04150000.xhp\">ሰንጠረዥ</link>"
+msgid "<link href=\"text/swriter/01/04150000.xhp\">Insert Table</link>"
+msgstr "<link href=\"text/swriter/01/04150000.xhp\">ሰንጠረዥ ማስገቢያ</link>"
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3149355\n"
"help.text"
-msgid "<variable id=\"table_text\"><variable id=\"tabelletext\"><ahelp hid=\".uno:InsertTable\">Inserts a table into the document. You can also click the arrow, drag to select the number of rows and columns to include in the table, and then click in the last cell.</ahelp></variable></variable>"
-msgstr "<variable id=\"table_text\"><variable id=\"tabelletext\"><ahelp hid=\".uno:InsertTable\">ሰንጠረዥ ወደ ሰነድ ውስጥ ማስገቢያ: እርስዎ እንዲሁም መጫን ይችላሉ የ ቀስት ቁልፎች: ይጎትቱ ለ መምረጥ የ ረድፎች እና አምዶች ቁጥር በ ሰንጠረዥ ውስጥ ለማካተት: እና ከዛ ይጫኑ በ መጨረሻው ክፍል ላይ</ahelp></variable></variable>"
+msgid "<variable id=\"table_text\"><variable id=\"tabelletext\"><ahelp hid=\".\">Inserts a table into the document. You can also click the arrow, drag to select the number of rows and columns to include in the table, and then click in the last cell.</ahelp></variable></variable>"
+msgstr "<variable id=\"table_text\"><variable id=\"tabelletext\"><ahelp hid=\".\">ሰንጠረዥ ወደ ሰነድ ውስጥ ማስገቢያ: እርስዎ እንዲሁም መጫን ይችላሉ የ ቀስት ቁልፎች: ይጎትቱ ለ መምረጥ የ ረድፎች እና አምዶች ቁጥር በ ሰንጠረዥ ውስጥ ለማካተት: እና ከዛ ይጫኑ በ መጨረሻው ክፍል ላይ</ahelp></variable></variable>"
#: 04150000.xhp
msgctxt ""
@@ -12541,7 +12613,7 @@ msgctxt ""
"04150000.xhp\n"
"par_idN10642\n"
"help.text"
-msgid "To insert a table into a table, click in a cell in the table and choose <emph>Table - Insert - Table</emph>."
+msgid "To insert a table into a table, click in a cell in the table and choose <emph>Table - Insert Table</emph>."
msgstr "ሰንጠረዥ ወደ ሰንጠረዥ ለማስገባት: ይጫኑ በ ክፍሉ ላይ በ ክፍሉ ውስጥ በ ሰንጠረዡ ላይ እና ይምረጡ <emph> ሰንጠረዥ - ማስገቢያ - ሰንጠረዥ </emph>"
#: 04150000.xhp
@@ -12571,22 +12643,6 @@ msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/nameedit\">ለ ሰንጠረ
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
-"hd_id3149806\n"
-"help.text"
-msgid "Table size"
-msgstr "የ ሰንጠረዥ መጠን"
-
-#: 04150000.xhp
-msgctxt ""
-"04150000.xhp\n"
-"par_id3153533\n"
-"help.text"
-msgid "Specify the number of columns and rows in the new table."
-msgstr "በ ሰንጠረዥ ውስጥ የሚፈልጉትን ረድፎች እና አምዶች ቁጥር ይወስኑ"
-
-#: 04150000.xhp
-msgctxt ""
-"04150000.xhp\n"
"hd_id3153672\n"
"help.text"
msgid "Columns"
@@ -12653,8 +12709,8 @@ msgctxt ""
"04150000.xhp\n"
"hd_id3143270\n"
"help.text"
-msgid "Repeat heading"
-msgstr "ራስጌ መድገሚያ"
+msgid "Repeat heading rows on new pages"
+msgstr "የ ራስጌ ረድፎችን በ አዲስ _ገጾች ላይ መድገሚያ"
#: 04150000.xhp
msgctxt ""
@@ -12669,8 +12725,8 @@ msgctxt ""
"04150000.xhp\n"
"par_idN10754\n"
"help.text"
-msgid "The first ... rows"
-msgstr "የ መጀመሪያው ... አምድ"
+msgid "Heading rows"
+msgstr "የ ራስጌ ረድፎች"
#: 04150000.xhp
msgctxt ""
@@ -12685,8 +12741,8 @@ msgctxt ""
"04150000.xhp\n"
"hd_id3149821\n"
"help.text"
-msgid "Do not split the table"
-msgstr "ሰንጠረዡን አትክፈል"
+msgid "Don't split the table over pages"
+msgstr "ሰንጠረዥ በ ገጾቹ ላይ አትክፈል"
#: 04150000.xhp
msgctxt ""
@@ -12699,34 +12755,18 @@ msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/dontsplitcb\">ሰንጠረ
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
-"hd_id3154838\n"
-"help.text"
-msgid "Border"
-msgstr "ድንበር"
-
-#: 04150000.xhp
-msgctxt ""
-"04150000.xhp\n"
-"par_id3148970\n"
-"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/inserttable/bordercb\">Adds a border to the table cells.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/inserttable/bordercb\">ለ ሰንጠረዥ ክፍሎች ድንበር መጨመሪያ</ahelp>"
-
-#: 04150000.xhp
-msgctxt ""
-"04150000.xhp\n"
"hd_id3147213\n"
"help.text"
-msgid "AutoFormat"
-msgstr "በራሱ አቀራረብ"
+msgid "List of AutoFormats"
+msgstr "የ በራሱ አቀራረብ ዝርዝር"
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3149036\n"
"help.text"
-msgid "<variable id=\"autoformattext\"><ahelp hid=\"modules/swriter/ui/inserttable/autoformat\">Opens the <emph>AutoFormat</emph> dialog, where you can select a predefined layout for table.</ahelp></variable>"
-msgstr "<variable id=\"autoformattext\"><ahelp hid=\"modules/swriter/ui/inserttable/autoformat\">መክፈቻ የ <emph>በራሱ አቀራረብ</emph> ንግግር: እርስዎ በቅድሚያ የተወሰነ እቅድ ለ ሰንጠረዥ የሚመርጡበት</ahelp></variable>"
+msgid "<ahelp hid=\".\">Select a predefined <emph>AutoFormat</emph> for the new table.</ahelp>"
+msgstr "<ahelp hid=\".\">ይምረጡ በ ቅድሚያ የተገለጸ <emph> በራሱ አቀራረብ </emph> ለ አዲሱ ሰንጠረዥ </ahelp>"
#: 04150000.xhp
msgctxt ""
@@ -15605,8 +15645,8 @@ msgctxt ""
"05060200.xhp\n"
"par_id3149171\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/wrappage/before\">Wraps text on the left side of the object if there is enough space.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/wrappage/before\">ጽሁፍ መጠቅለያ ከ እቃው በ ግራ በኩል በቂ ቦታ ካለ</ahelp>"
+msgid "<ahelp hid=\".\">Wraps text on the left side of the object if there is enough space.</ahelp>"
+msgstr "<ahelp hid=\".\">ጽሁፍ መጠቅለያ ከ እቃው በ ግራ በኩል በቂ ቦታ ካለ</ahelp>"
#: 05060200.xhp
msgctxt ""
@@ -15637,8 +15677,8 @@ msgctxt ""
"05060200.xhp\n"
"par_id3150700\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/wrappage/after\">Wraps text on the right side of the object if there is enough space.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/wrappage/after\">ጽሁፍ መጠቅለያ ከ እቃው በ ቀኝ በኩል በቂ ቦታ ካለ</ahelp>"
+msgid "<ahelp hid=\".\">Wraps text on the right side of the object if there is enough space.</ahelp>"
+msgstr "<ahelp hid=\".\">ጽሁፍ መጠቅለያ ከ እቃው በ ቀኝ በኩል በቂ ቦታ ካለ</ahelp>"
#: 05060200.xhp
msgctxt ""
@@ -20285,8 +20325,8 @@ msgctxt ""
"05150101.xhp\n"
"par_id3149500\n"
"help.text"
-msgid "<variable id=\"autoformattabelle\"><ahelp hid=\"modules/swriter/ui/autoformattable/AutoFormatTableDialog\">Automatically applies formats to the current table, including fonts, shading, and borders.</ahelp></variable>"
-msgstr "<variable id=\"autoformattabelle\"><ahelp hid=\"modules/swriter/ui/autoformattable/AutoFormatTableDialog\">ራሱ በራስ ወደ አሁኑ ሰንጠረዥ አቀራረብ መፈጸሚያ: ፊደሎች ጥላዎች እና ድንበሮችን ያካትታል</ahelp></variable>"
+msgid "<variable id=\"autoformattabelle\"><ahelp hid=\".\">Automatically applies formats to the current table, including fonts, shading, and borders.</ahelp></variable>"
+msgstr "<variable id=\"autoformattabelle\"><ahelp hid=\".\">ራሱ በራስ ወደ አሁኑ ሰንጠረዥ አቀራረብ መፈጸሚያ: ፊደሎች ጥላዎች እና ድንበሮችን ያካትታል</ahelp></variable>"
#: 05150101.xhp
msgctxt ""
@@ -20381,8 +20421,16 @@ msgctxt ""
"05150101.xhp\n"
"par_id3151168\n"
"help.text"
-msgid "In the <link href=\"text/shared/01/05150101.xhp\" name=\"Add AutoFormat\"><emph>Add AutoFormat</emph></link> dialog, enter a name, and then click <emph>OK</emph>."
-msgstr "ከ <link href=\"text/shared/01/05150101.xhp\" name=\"Add AutoFormat\"><emph>በራሱ አቀራረብ መጨመሪያ </emph></link> ንግግር ውስጥ ስም ያስገቡ እና ይጫኑ <emph> እሺ </emph>"
+msgid "In the <emph>Add AutoFormat</emph> dialog, enter a name, and then click <emph>OK</emph>."
+msgstr "የ <emph>በራሱ አቀራረብ መጨመሪያ</emph> ንግግር: ስም ያስገቡ እና ከዛ ይጫኑ <emph> እሺ</emph>:"
+
+#: 05150101.xhp
+msgctxt ""
+"05150101.xhp\n"
+"par_id3153391\n"
+"help.text"
+msgid "<ahelp visibility=\"hidden\" hid=\"modules/swriter/ui/stringinput/edit\">Enter a name for the new AutoFormat, and then click<emph> OK</emph>.</ahelp>"
+msgstr "<ahelp visibility=\"hidden\" hid=\"modules/swriter/ui/stringinput/edit\">ለ አዲሱ አቀራረብ ስም ያስገቡ እና ከዛ ይጫኑ <emph> እሺ </emph></ahelp>"
#: 05150101.xhp
msgctxt ""
@@ -20397,8 +20445,8 @@ msgctxt ""
"05150101.xhp\n"
"par_id3150707\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">Deletes the selected table style.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">የተመረጠውን የ ሰንጠርዥ ዘዴ ማጥፊያ</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">Deletes the selected table style. You cannot delete the \"Default Style\" table style.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/remove\">የ ተመረጠውን የ ሰንጠረዥ ዘዴ ማጥፊያ: እርስዎ \"የ ነበረውን ዘዴ\" የ ሰንጠረዥ ዘዴ ማጥፋት አይችሉም </ahelp>"
#: 05150101.xhp
msgctxt ""
@@ -20509,8 +20557,8 @@ msgctxt ""
"05150101.xhp\n"
"par_id3149490\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">Changes the name of the selected table style. You cannot rename the \"Standard\" table style.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">የ ተመረጠውን የ ሰንጠረዥ ዘዴ ስም መቀየሪያ: እርስዎ መሰየም አይችሉም የ \"መደበኛ\" ሰንጠረዥ ዘዴ </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">Changes the name of the selected table style. You cannot rename the \"Default Style\" table style.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/autoformattable/rename\">የ ተመረጠውን የ ሰንጠረዥ ዘዴ ስም መቀየሪያ: እርስዎ የ \"መደበኛ\" ሰንጠረዥ ዘዴ መሰየም አይችሉም </ahelp>"
#: 05150104.xhp
msgctxt ""
@@ -20741,8 +20789,8 @@ msgctxt ""
"05150300.xhp\n"
"par_id3149029\n"
"help.text"
-msgid "<ahelp hid=\"HID_AUTOFORMAT_ACCEPT\">Applies all of the formatting changes.</ahelp>"
-msgstr "<ahelp hid=\"HID_AUTOFORMAT_ACCEPT\">ሁሉንም የአቀራረብ ለውጦችን መፈጸሚያ</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/queryredlinedialog/ok\">Applies all of the formatting changes.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/queryredlinedialog/ok\">ሁሉንም የ አቀራረብ ለውጦች መፈጸሚያ </ahelp>"
#: 05150300.xhp
msgctxt ""
@@ -20757,8 +20805,8 @@ msgctxt ""
"05150300.xhp\n"
"par_id3149711\n"
"help.text"
-msgid "<ahelp hid=\"HID_AUTOFORMAT_REJECT\">Rejects all of the formatting changes.</ahelp>"
-msgstr "<ahelp hid=\"HID_AUTOFORMAT_REJECT\">ሁሉንም የአቀራረብ ለውጦችን አልቀበልም</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/queryredlinedialog/cancel\">Rejects all of the formatting changes.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/queryredlinedialog/cancel\">ሁሉንም የ አቀራረብ ለውጦች አልቀበልም </ahelp>"
#: 05150300.xhp
msgctxt ""
@@ -20773,8 +20821,8 @@ msgctxt ""
"05150300.xhp\n"
"par_id3147570\n"
"help.text"
-msgid "<ahelp hid=\"HID_AUTOFORMAT_EDIT_CHG\">Opens a dialog where you can accept or reject AutoCorrect changes. You can also view the changes made by a specific author or on a specific date.</ahelp>"
-msgstr "<ahelp hid=\"HID_AUTOFORMAT_EDIT_CHG\">ንግግር ይከፈታል እርስዎ የሚጠየቁበት እንደሚቀበሉ ወይንም እንደማይቀበሉ በራሱ አራሚ ለውጦችን: እርስዎ እንዲሁም ለውጦችን ማየት ይችላሉ በ ተወሰነ ደራሲ ወይንም በ ተወሰነ ቀን የ ተፈጠረውን</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/queryredlinedialog/edit\">Opens a dialog where you can accept or reject AutoCorrect changes. You can also view the changes made by a specific author or on a specific date.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/queryredlinedialog/edit\">እርስዎ የሚጠየቁበት ንግግር ይከፈታል በራሱ አራሚ ለውጦችን እንደሚቀበሉ ወይንም እንደማይቀበሉ: እርስዎ እንዲሁም ለውጦችን ማየት ይችላሉ በ ተወሰነ ደራሲ ወይንም በ ተወሰነ ቀን የ ተፈጠረውን </ahelp>"
#: 05150300.xhp
msgctxt ""
@@ -26455,3 +26503,203 @@ msgctxt ""
"help.text"
msgid "<link href=\"text/swriter/guide/change_header.xhp\">Creating a Page Style Based on the Current Page</link>."
msgstr "<link href=\"text/swriter/guide/change_header.xhp\">የ አሁኑን ገጽ መሰረት ያደረገ የ ገጽ ዘደ መፍጠሪያ </link>"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"tit\n"
+"help.text"
+msgid "Page Watermark"
+msgstr "የ ገጽ ውሀ ምልክት"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"hd_id781516897374563\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/watermark.xhp\" name=\"Watermark\">Page Watermark</link>"
+msgstr "<link href=\"text/swriter/01/watermark.xhp\" name=\"Watermark\">የ ገጽ ውሀ ምልክት</link>"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id121516897374563\n"
+"help.text"
+msgid "<variable id=\"waterm01\"><ahelp hid=\".\">Insert a watermark text in the current page style background.</ahelp></variable>"
+msgstr "<variable id=\"waterm01\"><ahelp hid=\".\">የ ውሀ ምልክት ጽሁፍ ማስገቢያ በ አሁኑ የ ገጽ ዘዴ መደብ ውስጥ </ahelp></variable>"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"bm_id171516897713635\n"
+"help.text"
+msgid "<bookmark_value>watermark;text documents</bookmark_value> <bookmark_value>watermark;page background</bookmark_value> <bookmark_value>page background;watermark</bookmark_value>"
+msgstr "<bookmark_value>የ ውሀ ምልክት;የ ጽሁፍ ሰነዶች</bookmark_value> <bookmark_value>የ ውሀ ምልክት;የ ገጽ መደብ</bookmark_value> <bookmark_value>የ ገጽ መደብ;የ ውሀ ምልክት</bookmark_value>"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id761516899094991\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Format - Watermark</item>"
+msgstr "ይምረጡ <item type=\"menuitem\"> አቀራረብ - የ ውሀ ምልክት </item>"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id521516905298143\n"
+"help.text"
+msgid "A watermark is an identifying image or pattern in paper that appears as various shades of brightness when viewed by transmitted light. Watermarks were originally created directly during paper manufacturing to discourage counterfeiting of documents, currency bills, stamps and more."
+msgstr "የ ውሀ ምልክት መለያ ምስል ወይንም ንድፍ ነው በ ወረቀት ውስጥ የሚታይ: እንደ የ ተለያዩ ጥላዎች ብሩህነት ብርሃን በ ውስጡ በሚያሳልፉ ጊዜ: የ ውሀ ምልክት በ ቅድሚያ ይፈጠር የ ነበረው በ ወረቀት አምራቹ ነበር: ተመሳሳይ ሰነዶች: ገንዘቦች: ቴምብሮች እና ሌሎችም የ መሳሰሉ በ አጭበርባሪዎች እንዳይፈጠሩ:"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id201516905302881\n"
+"help.text"
+msgid "Use watermarks in %PRODUCTNAME Writer to simulate a paper watermark on the document pages."
+msgstr "የ ውሀ ምልክት ይጠቀሙ በ %PRODUCTNAME መጻፊያ ውስጥ ለ ማሳየት የ ውሀ ምልክት በ ሰነድ ገጾች ላይ"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id731516900297974\n"
+"help.text"
+msgid "Fill the dialog settings below."
+msgstr "ከ ታች በኩል ያለውን የ ንግግር ማሰናጃ መሙያ"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id501516905708560\n"
+"help.text"
+msgid "The values entered applies to the actual page style."
+msgstr "ያስገቡት ዋጋዎች የሚፈጸሙት በ ዋናው ገጽ ዘዴ ላይ ነው"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id47418\n"
+"help.text"
+msgid "<image id=\"img_id16673\" src=\"media/screenshots/modules/swriter/ui/watermarkdialog/WatermarkDialog.png\" width=\"11cm\" height=\"8cm\"><alt id=\"alt_id47763\">Watermark dialog</alt></image>"
+msgstr "<image id=\"img_id16673\" src=\"media/screenshots/modules/swriter/ui/watermarkdialog/WatermarkDialog.png\" width=\"11cm\" height=\"8cm\"><alt id=\"alt_id47763\">የ ውሀ ምልክት ንግግር</alt></image>"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"hd_id341516900303248\n"
+"help.text"
+msgid "Text"
+msgstr "ጽሁፍ"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id181516900309119\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enter the watermark text to be displayed as image in the page background.</ahelp>"
+msgstr "<ahelp hid=\".\">እንደ ምስል በ ገጽ መደብ ላይ የሚታየውን የ ውሀ ምልክት ጽሁፍ ያስገቡ</ahelp>"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"hd_id171516900315575\n"
+"help.text"
+msgid "Font"
+msgstr "ፊደል"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id781516900322735\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the font from the list.</ahelp>"
+msgstr "<ahelp hid=\".\">ለ ዝርዝር ፊደል ይምረጡ </ahelp>"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id1001516900331585\n"
+"help.text"
+msgid "You cannot choose font size or font style for the watermark text. The text size will be scaled to fit in one line in the page background."
+msgstr "እርስዎ ለ ውሀ ምልክት ሁፍ የ ፊደል መጠን መምረጥ አይችሉም: የ ጽሁፉ መጠን የሚመጠነው በ አንድ መስመር ላይ በ ገጽ መደብ ላይ ነው"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"hd_id721516900337255\n"
+"help.text"
+msgid "Angle"
+msgstr "አንግል"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id531516900343270\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the slant angle for the watermark. A positive angle displays tha watermark from bottom to top. A negative value displays the watermark text from top to bottom.</ahelp>"
+msgstr "<ahelp hid=\".\">ለ ውሀ ምልክት የ ማዝመሚያ አንግል ይምረጡ: አዎንታዊ አንግል የሚያሳየው የ ውሀ ምልክት ጽሁፍ ከ ታች ወደ ላይ በኩል ነው: አሉታዊ አንግል የሚያሳየው የ ውሀ ምልክት ጽሁፍ ከ ላይ ወደ ታች በኩል ነው:</ahelp>"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"hd_id511516900348606\n"
+"help.text"
+msgid "Transparency"
+msgstr "ግልጽነት"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id301516900356824\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select the transparency level for the watermark. A 0% value produces an opaque watermark and a value of 100% is totally transparent (invisible).</ahelp>"
+msgstr ""
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"hd_id321516900368799\n"
+"help.text"
+msgid "Color"
+msgstr "ቀለም"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id521516900373461\n"
+"help.text"
+msgid "<ahelp hid=\".\">Select a color from the drop-down box.</ahelp>"
+msgstr "<ahelp hid=\".\">ቀለም ይምረጡ ወደ ታች-ከሚዘረገፍ ሳጥን ውስጥ </ahelp>"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"hd_id771516906476223\n"
+"help.text"
+msgid "To change a watermark contents or setting."
+msgstr "የ ውሀ ቀለም ይዞታ ለ መቀየር ወይንም ለ ማሰናዳት"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id831516906589936\n"
+"help.text"
+msgid "If the watermark in use is a text inserted by the <item type=\"menuitem\">Format - Watermark</item> menu command or by the <link href=\"text/swriter/classificationbar.xhp\" name=\"classification bar\">document classification settings</link>, you can edit the contents and settings on opening the watermark dialog."
+msgstr "እርስዎ የሚጠቀሙት የ ውሀ ምልክት ጽሁፍ የገባው ከሆነ በ <item type=\"menuitem\"> አቀራረብ - የ ውሀ ምልክት </item> ዝርዝር ትእዛዝ ወይንም በ <link href=\"text/swriter/classificationbar.xhp\" name=\"classification bar\"> ሰነድ መመደቢያ ማሰናጃ </link>ከሆነ: እርስዎ የ ውሀ ምልክት ንግግር በ መክፈት ሊያርሙት ይችላሉ ይዞታውን እና ማሰናጃውን"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id611516900724619\n"
+"help.text"
+msgid "<link href=\"text/swriter/classificationbar.xhp#bm_id030820161856432825\" name=\"classification watermark\">Document classification watermarks</link>"
+msgstr "<link href=\"text/swriter/classificationbar.xhp#bm_id030820161856432825\" name=\"classification watermark\">ሰነድ መመደቢያ የ ውሀ ቀለም </link>"
+
+#: watermark.xhp
+msgctxt ""
+"watermark.xhp\n"
+"par_id891516901777257\n"
+"help.text"
+msgid "<link href=\"text/swriter/guide/pagebackground.xhp#bm_id8431653\" name=\"page background\">Page background</link>"
+msgstr "<link href=\"text/swriter/guide/pagebackground.xhp#bm_id8431653\" name=\"page background\">የ ገጽ መደብ</link>"
diff --git a/source/am/helpcontent2/source/text/swriter/04.po b/source/am/helpcontent2/source/text/swriter/04.po
index fb0f8901916..f844e4a67ec 100644
--- a/source/am/helpcontent2/source/text/swriter/04.po
+++ b/source/am/helpcontent2/source/text/swriter/04.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-05 11:28+0200\n"
"PO-Revision-Date: 2017-11-05 18:10+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1509905411.000000\n"
#: 01020000.xhp
@@ -1867,38 +1867,6 @@ msgstr "እንደ <switchinline select=\"sys\"><caseinline select=\"MAC\"> ም
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
-"hd_id3145272\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Insert"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ምርጫ</caseinline><defaultinline>Alt</defaultinline></switchinline>+ማስገቢያ"
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3145297\n"
-"help.text"
-msgid "3 seconds in Insert mode, Arrow Key inserts row/column, <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key inserts cell"
-msgstr "3 ሰከንዶች በማስገቢያ ዘዴ ውስጥ: የ ቀስት ቁልፍ ረድፍ/አምድ ያስገባል <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+የ ቀስት ቁልፍ ክፍሎች ያስገባል"
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"hd_id3155533\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Del"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ምርጫ</caseinline><defaultinline>Alt</defaultinline></switchinline>+ማጥፊያ"
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
-"par_id3155559\n"
-"help.text"
-msgid "3 seconds in Delete mode, Arrow key deletes row/column, <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow key merges cell with neighboring cell"
-msgstr "3 ሰከንዶች በማስገቢያ ዘዴ ውስጥ: የ ቀስት ቁልፍ ረድፍ/አምድ ያጠፋል <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+የ ቀስት ቁልፍ ጎረቤታም ክፍሎችን ያዋህዳል"
-
-#: 01020000.xhp
-msgctxt ""
-"01020000.xhp\n"
"bm_id3155593\n"
"help.text"
msgid "<bookmark_value>removing; cell protection in text documents</bookmark_value>"
diff --git a/source/am/helpcontent2/source/text/swriter/guide.po b/source/am/helpcontent2/source/text/swriter/guide.po
index 812b70a5d1b..8c4dbb1ed42 100644
--- a/source/am/helpcontent2/source/text/swriter/guide.po
+++ b/source/am/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-18 12:32+0100\n"
-"PO-Revision-Date: 2018-02-19 01:47+0000\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
+"PO-Revision-Date: 2018-04-08 18:13+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1519004835.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1523211186.000000\n"
#: anchor_object.xhp
msgctxt ""
@@ -2253,8 +2253,8 @@ msgctxt ""
"calculate_intable.xhp\n"
"par_id3154243\n"
"help.text"
-msgid "Choose <emph>Insert - Table</emph>, and insert a table with one column and more than one row into a text document."
-msgstr "ይምረጡ <emph> ማስገቢያ - ሰንጠረዥ </emph> እና ያስገቡ ሰንጠረዥ ባለ አንድ አምድ እና ተጨማሪ ከ አንድ በላይ ረድፍ ወደ ጽሁፍ ሰነድ ውስጥ"
+msgid "Choose <emph>Table - Insert Table</emph>, and insert a table with one column and more than one row into a text document."
+msgstr "ይምረጡ <emph> ሰንጠረዥ - ሰንጠረዥ ማስገቢያ </emph> እና ያስገቡ ሰንጠረዥ ባለ አንድ አምድ እና ተጨማሪ ከ አንድ በላይ ረድፍ ወደ ጽሁፍ ሰነድ ውስጥ"
#: calculate_intable.xhp
msgctxt ""
@@ -3789,8 +3789,8 @@ msgctxt ""
"fields.xhp\n"
"par_id3147812\n"
"help.text"
-msgid "Opens a dialog to insert the object for which the placeholder was set."
-msgstr "ቦታ ያዢ ለ ተሰናዳለት እቃ ለ ማስገቢያ ንግግር መክፈቻ"
+msgid "Opens a dialog to insert the object corresponding to the placeholder, except for text placeholders. For text placeholders, click on the placeholder and type over it."
+msgstr ""
#: fields.xhp
msgctxt ""
@@ -3843,14 +3843,6 @@ msgstr "የ ሜዳ ይዞታዎችን ለማረም ንግግር መክፈቻ"
#: fields.xhp
msgctxt ""
"fields.xhp\n"
-"par_id3151244\n"
-"help.text"
-msgid "Placeholder, hidden text, insert reference, variable, database, and user-defined fields display a help tip when you rest the mouse pointer over the field in a document. To enable this feature, ensure that the Extended Tips option (<item type=\"menuitem\">What's This?</item>) is selected in the <item type=\"menuitem\">Help</item> menu."
-msgstr "ቦታ ያዢዎች: የ ተደበቀ ጽሁፍ: ማመሳከሪያ ማስገቢያ: ተለዋዋጭ: ዳታቤዝ: እና በ ተጠቃሚ-የሚገለጽ ሜዳዎች ማሳያ: የ እርዳታ ምክር እርስዎ የ አይጥ መጠቆሚያውን በ ሜዳ ላይ በሚያደርጉ ጊዜ በ ሰነድ ውስጥ: ይህን ገጽታ ለ ማስቻል እርግጠኛ ይሁኑ የ ተስፋፉ ምክሮች ምርጫ (<item type=\"menuitem\"> ይህ ምንድነው? </item>) መመረጡን በ <item type=\"menuitem\"> እርዳታ </item> ዝርዝር ውስጥ"
-
-#: fields.xhp
-msgctxt ""
-"fields.xhp\n"
"hd_id3155937\n"
"help.text"
msgid "Updating Fields"
@@ -3872,6 +3864,14 @@ msgctxt ""
msgid "To update a field that was inserted from a database, select the field, and then press F9."
msgstr "ከ ዳታቤዝ ውስጥ የገባውን ሜዳ ለማሻሻል: ሜዳውን ይምረጡ እና ከዛ ይጫኑ F9."
+#: fields.xhp
+msgctxt ""
+"fields.xhp\n"
+"par_id271519643331154\n"
+"help.text"
+msgid "Placeholders are not updated."
+msgstr "ቦታ ያዢዎች አልተሻሻሉም"
+
#: fields_date.xhp
msgctxt ""
"fields_date.xhp\n"
@@ -9469,8 +9469,8 @@ msgctxt ""
"numbering_lines.xhp\n"
"par_id2212591\n"
"help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Setting_up_a_Style_for_Numbering_Lines_in_Code_Listings\">Wiki page about numbering paragraphs by styles</link>"
-msgstr "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Setting_up_a_Style_for_Numbering_Lines_in_Code_Listings\">የ ዊኪ ገጽ ለ አንቀጾች ቁጥር መስጫ በ ዘዴዎች </link>"
+msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Setting_up_a_Style_for_Numbering_Lines_in_Code_Listings\" name=\"wiki.documentfoundation.org Setting up a Style for Numbering Lines in Code Listings\">Wiki page about numbering paragraphs by styles</link>"
+msgstr ""
#: numbering_paras.xhp
msgctxt ""
@@ -9597,8 +9597,8 @@ msgctxt ""
"numbering_paras.xhp\n"
"par_id6943571\n"
"help.text"
-msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Setting_up_a_Style_for_Numbering_Lines_in_Code_Listings\">Wiki page about numbering paragraphs by styles</link>"
-msgstr "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Setting_up_a_Style_for_Numbering_Lines_in_Code_Listings\">የ ዊኪ ገጽ ለ አንቀጾች ቁጥር መስጫ በ ዘዴዎች </link>"
+msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/How_Tos/Setting_up_a_Style_for_Numbering_Lines_in_Code_Listings\" name=\"wiki.documentfoundation.org Setting up a Style for Numbering Lines in Code Listings\">Wiki page about numbering paragraphs by styles</link>"
+msgstr ""
#: page_break.xhp
msgctxt ""
@@ -10237,7 +10237,7 @@ msgctxt ""
"pagenumbers.xhp\n"
"par_id399182\n"
"help.text"
-msgid "You can now for example insert a footer for the \"Default\" page atyle only, or insert footers in both page styles, but with differently formatted page number fields."
+msgid "You can now for example insert a footer for the \"Default\" page style only, or insert footers in both page styles, but with differently formatted page number fields."
msgstr "እርስዎ አሁን ለምሳሌ ግርጌ ማስገባት ይችላሉ ለ \"ነባር\" ገጽ ዘዴ ብቻ: ወይንም ግርጌ ማስገባት ለ ሁለቱም የ ገጽ ዘዴዎች: ነገር ግን በ ተለያየ የ ገጽ ቁጥር ሜዳዎች አቀራረብ"
#: pagenumbers.xhp
@@ -13885,8 +13885,8 @@ msgctxt ""
"table_insert.xhp\n"
"par_id3149609\n"
"help.text"
-msgid "Choose <emph>Table - Insert - Table</emph>."
-msgstr "ይምረጡ <emph> ሰንጠረዥ - ማስገቢያ - ሰንጠረዥ </emph>"
+msgid "Choose <emph>Table - Insert Table</emph>."
+msgstr "ይምረጡ <emph> ሰንጠረዥ - ሰንጠረዥ - ማስገቢያ</emph>"
#: table_insert.xhp
msgctxt ""
@@ -14165,16 +14165,16 @@ msgctxt ""
"table_repeat_multiple_headers.xhp\n"
"par_id3145098\n"
"help.text"
-msgid "Choose <emph>Table - Insert - Table</emph>."
-msgstr "ይምረጡ <emph> ሰንጠረዥ - ማስገቢያ - ሰንጠረዥ </emph>"
+msgid "Choose <emph>Table - Insert Table</emph>."
+msgstr "ይምረጡ <emph> ሰንጠረዥ - ሰንጠረዥ - ማስገቢያ</emph>"
#: table_repeat_multiple_headers.xhp
msgctxt ""
"table_repeat_multiple_headers.xhp\n"
"par_id3156240\n"
"help.text"
-msgid "Select the <item type=\"menuitem\">Heading</item> and the <item type=\"menuitem\">Repeat heading</item> check boxes."
-msgstr "ይምረጡ የ <item type=\"menuitem\"> ራስጌ </item> እና የ <item type=\"menuitem\"> ራስጌ መድገሚያ </item> ሳጥን ውስጥ ምልክት ያድርጉ"
+msgid "Select the <item type=\"menuitem\">Heading</item> and the <item type=\"menuitem\">Repeat heading rows on new pages</item> check boxes."
+msgstr "ይምረጡ <item type=\"menuitem\"> ራስጌ </item> እና የ <item type=\"menuitem\"> ራስጌ መድገሚያ ረድፎች በ አዲስ ገጾች </item> ሳጥን ውስጥ ምልክት ያድርጉ"
#: table_repeat_multiple_headers.xhp
msgctxt ""
diff --git a/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 08abd8bb85d..494de997989 100644
--- a/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
"PO-Revision-Date: 2018-01-08 01:23+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1515374629.000000\n"
#: ActionTe.ulf
@@ -2816,14 +2816,6 @@ msgctxt ""
msgid "The same version of this product is already installed."
msgstr "የዚህ እቃ ተመሳሳይ እትም ቀደም ብሎ ተገጥሟል"
-#: CustomAc.ulf
-msgctxt ""
-"CustomAc.ulf\n"
-"OOO_CUSTOMACTION_5\n"
-"LngText.text"
-msgid "[ProductName] cannot be installed on this Windows version. [WindowsMinVersionText] or newer is required."
-msgstr "[ProductName] እዚህ መስኮት እትም ላይ መግጠም አይቻልም [WindowsMinVersionText] ወይንም አዲስ እትም ያስፈልጋል"
-
#: Error.ulf
msgctxt ""
"Error.ulf\n"
@@ -3872,6 +3864,22 @@ msgctxt ""
msgid "The Installation Wizard cannot be run properly because you are logged in as a user without sufficient administrator rights for this system."
msgstr "የመግጠሚያውን ረዳት በትክክል ማስኬድ አልተቻለም ፡ የገቡበት የተጠቃሚ ስም በቂ የሆነ የአስተዳዳሪ ፍቃድ ለስርአቱ የለውም"
+#: LaunchCo.ulf
+msgctxt ""
+"LaunchCo.ulf\n"
+"OOO_LAUNCH_2\n"
+"LngText.text"
+msgid "[ProductName] cannot be installed on this Windows version. [WindowsMinVersionText] or newer is required."
+msgstr ""
+
+#: LaunchCo.ulf
+msgctxt ""
+"LaunchCo.ulf\n"
+"OOO_LAUNCH_3\n"
+"LngText.text"
+msgid "To install [ProductName] on Windows 8.1, at least April 2014 update rollup (MS KB 2919355) must be installed."
+msgstr ""
+
#: Property.ulf
msgctxt ""
"Property.ulf\n"
@@ -3885,32 +3893,24 @@ msgctxt ""
"Property.ulf\n"
"OOO_ARPHELPLINKTEMPLATE\n"
"LngText.text"
-msgid "http://www.libreoffice.org/get-help"
-msgstr "http://www.libreoffice.org/get-help"
-
-#: Property.ulf
-msgctxt ""
-"Property.ulf\n"
-"OOO_ARPHELPTELEPHONETEMPLATE\n"
-"LngText.text"
-msgid "x-xxx-xxx-xxx"
-msgstr "x-xxx-xxx-xxx"
+msgid "https://www.libreoffice.org/get-help"
+msgstr ""
#: Property.ulf
msgctxt ""
"Property.ulf\n"
"OOO_ARPURLINFOABOUTTEMPLATE\n"
"LngText.text"
-msgid "http://www.documentfoundation.org"
-msgstr "http://www.documentfoundation.org"
+msgid "https://www.libreoffice.org/"
+msgstr ""
#: Property.ulf
msgctxt ""
"Property.ulf\n"
"OOO_ARPURLUPDATEINFOTEMPLATE\n"
"LngText.text"
-msgid "http://www.libreoffice.org/download"
-msgstr "http://www.libreoffice.org/download"
+msgid "https://www.libreoffice.org/download"
+msgstr ""
#: Property.ulf
msgctxt ""
diff --git a/source/am/officecfg/registry/data/org/openoffice.po b/source/am/officecfg/registry/data/org/openoffice.po
index 7200ea30b3f..b9e2be05940 100644
--- a/source/am/officecfg/registry/data/org/openoffice.po
+++ b/source/am/officecfg/registry/data/org/openoffice.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2014-11-30 17:24+0000\n"
-"Last-Translator: Samson <sambelet@yahoo.com>\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"PO-Revision-Date: 2018-02-27 23:29+0000\n"
+"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1417368263.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1519774188.000000\n"
#: Setup.xcu
msgctxt ""
@@ -94,5 +94,5 @@ msgctxt ""
"..Setup.Office.Factories.com.sun.star.report.ReportDefinition\n"
"ooSetupFactoryUIName\n"
"value.text"
-msgid "Base: Oracle Report Builder"
-msgstr "Base: Oracle Report Builder"
+msgid "Base: Report Builder"
+msgstr "መሰረት: መግለጫ ገንቢ"
diff --git a/source/am/officecfg/registry/data/org/openoffice/Office.po b/source/am/officecfg/registry/data/org/openoffice/Office.po
index 1963be2d53a..9a53c8b5b54 100644
--- a/source/am/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/am/officecfg/registry/data/org/openoffice/Office.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2017-11-23 14:54+0000\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"PO-Revision-Date: 2018-03-24 19:26+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1511448864.000000\n"
+"X-POOTLE-MTIME: 1521919584.000000\n"
#: Addons.xcu
msgctxt ""
@@ -347,7 +347,7 @@ msgctxt ""
"PreferMailFormat\n"
"value.text"
msgid "Mail Format"
-msgstr "የደብዳቤ አቀራረብ"
+msgstr "የ ደብዳቤ አቀራረብ"
#: DataAccess.xcu
msgctxt ""
@@ -715,8 +715,8 @@ msgctxt ""
".ExtendedColorScheme.EntryNames.SunReportBuilder\n"
"DisplayName\n"
"value.text"
-msgid "Oracle Report Builder"
-msgstr "Oracle Report Builder"
+msgid "Report Builder"
+msgstr "መግለጫ ገንቢ"
#: ExtendedColorScheme.xcu
msgctxt ""
diff --git a/source/am/officecfg/registry/data/org/openoffice/Office/UI.po b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
index 87448c36acc..ed32a4e4619 100644
--- a/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-01-10 11:50+0100\n"
-"PO-Revision-Date: 2018-02-05 17:20+0000\n"
+"POT-Creation-Date: 2018-04-25 13:24+0200\n"
+"PO-Revision-Date: 2018-04-16 21:40+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1517851224.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1523914853.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -82,6 +82,15 @@ msgstr "መሄጃ ወደ መስመር..."
#: BasicIDECommands.xcu
msgctxt ""
"BasicIDECommands.xcu\n"
+"..BasicIDECommands.UserInterface.Commands..uno:RepeatSearch\n"
+"Label\n"
+"value.text"
+msgid "Repeat Search"
+msgstr ""
+
+#: BasicIDECommands.xcu
+msgctxt ""
+"BasicIDECommands.xcu\n"
"..BasicIDECommands.UserInterface.Commands..uno:ShowLines\n"
"Label\n"
"value.text"
@@ -436,8 +445,26 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
"Label\n"
"value.text"
+msgid "Clear"
+msgstr "ማጽጃ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
+"ContextLabel\n"
+"value.text"
msgid "Clear ~Direct Formatting"
-msgstr "~በቀጥታ አቀራረብ ማጽጃ"
+msgstr "በ ~ቀጥታ አቀራረብ ማጽጃ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Clear Direct Formatting"
+msgstr "በቀጥታ አቀራረብ ማጽጃ"
#: CalcCommands.xcu
msgctxt ""
@@ -649,15 +676,6 @@ msgstr "ኢዩሮ መቀየሪያ"
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
-"Label\n"
-"value.text"
-msgid "~Protect Records..."
-msgstr "መዝገቦች ~መጠበቂያ..."
-
-#: CalcCommands.xcu
-msgctxt ""
-"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertExternalDataSource\n"
"Label\n"
"value.text"
@@ -1147,8 +1165,8 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:ConditionalFormatMenu\n"
"Label\n"
"value.text"
-msgid "C~onditional Formatting"
-msgstr "እ~ንደ ሁኔታው አቀራረብ"
+msgid "C~onditional"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -1171,6 +1189,15 @@ msgstr "ሁኔታው..."
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CurrentConditionalFormatDialog\n"
+"Label\n"
+"value.text"
+msgid "Conditional Formatting..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ColorScaleFormatDialog\n"
"Label\n"
"value.text"
@@ -1252,6 +1279,15 @@ msgstr "ማስተዳደሪያ..."
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CurrentConditionalFormatManagerDialog\n"
+"Label\n"
+"value.text"
+msgid "Manage Conditional Formatting..."
+msgstr "እንደ ሁኔታው አቀራረብ አስተዳዳሪ..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:Deselect\n"
"Label\n"
"value.text"
@@ -1810,6 +1846,15 @@ msgstr "~ማረጋገጫ..."
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CurrentValidation\n"
+"Label\n"
+"value.text"
+msgid "Data ~Validation..."
+msgstr "ዳታ ~ማረጋገጫ..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
"Label\n"
"value.text"
@@ -1849,8 +1894,17 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:TraceChangeMode\n"
"Label\n"
"value.text"
-msgid "~Record Changes"
-msgstr "የ ~መዝገብ ለውጦች"
+msgid "~Record"
+msgstr "~መቅረጫ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TraceChangeMode\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Record Track Changes"
+msgstr "ለውጦችን መቅረጫ"
#: CalcCommands.xcu
msgctxt ""
@@ -1858,8 +1912,17 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:ShowChanges\n"
"Label\n"
"value.text"
-msgid "~Show Changes..."
-msgstr "ለውጦችን ~ማሳያ..."
+msgid "~Show..."
+msgstr "~ማሳያ..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowChanges\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Show Track Changes"
+msgstr "ለውጦች መከታተያ ማሳያ"
#: CalcCommands.xcu
msgctxt ""
@@ -1975,8 +2038,8 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:ViewRowColumnHeaders\n"
"Label\n"
"value.text"
-msgid "C~olumn & Row Headers"
-msgstr "አ~ምድ & ረድፍ ራስጌዎች"
+msgid "View Headers"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -2083,17 +2146,17 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:AcceptChanges\n"
"Label\n"
"value.text"
-msgid "~Manage Changes..."
-msgstr "ስሞችን ~ማስተዳደሪያ..."
+msgid "~Manage..."
+msgstr "~አስተዳዳሪ..."
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:UnderlineDouble\n"
-"Label\n"
+"..CalcCommands.UserInterface.Commands..uno:AcceptChanges\n"
+"TooltipLabel\n"
"value.text"
-msgid "Underline: Double"
-msgstr "ከ ስሩ ማስመሪያ: በ ድርብ"
+msgid "Manage Track Changes"
+msgstr "የ ለውጦች መከታተያ አስተዳዳሪ"
#: CalcCommands.xcu
msgctxt ""
@@ -2101,8 +2164,17 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:CommentChange\n"
"Label\n"
"value.text"
-msgid "~Comment on Change..."
-msgstr "~አስተያየት በ ለውጦቹ ላይ..."
+msgid "~Comment..."
+msgstr "~አስተያየት..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CommentChange\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Track Change Comment"
+msgstr "የ አስተያየት ለውጥ መከታተያ ማስገቢያ"
#: CalcCommands.xcu
msgctxt ""
@@ -2476,6 +2548,15 @@ msgstr "~ማስተዳደሪያ..."
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineCurrentName\n"
+"Label\n"
+"value.text"
+msgid "~Manage Names..."
+msgstr "የ ስሞች ~አስተዳደሪ..."
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertName\n"
"Label\n"
"value.text"
@@ -2974,17 +3055,8 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:DefineDBName\n"
"Label\n"
"value.text"
-msgid "~Define Data Range..."
-msgstr "የዳታ መጠን ~መግለጫ..."
-
-#: CalcCommands.xcu
-msgctxt ""
-"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:DefineDBName\n"
-"ContextLabel\n"
-"value.text"
msgid "~Define Range..."
-msgstr "የ መጠን ~መግለጫ..."
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -2992,17 +3064,8 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:SelectDB\n"
"Label\n"
"value.text"
-msgid "Select Data ~Range..."
-msgstr "የዳታ መጠን ~ይምረጡ..."
-
-#: CalcCommands.xcu
-msgctxt ""
-"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:SelectDB\n"
-"ContextLabel\n"
-"value.text"
msgid "Select ~Range..."
-msgstr "መጠን ~ይምረጡ..."
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -3271,8 +3334,8 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:AlignHorizontalCenter\n"
"Label\n"
"value.text"
-msgid "Center Horizontally"
-msgstr "በ አግድም መሀከል ላይ"
+msgid "Align Center"
+msgstr "መሀከል ማሰለፊያ"
#: CalcCommands.xcu
msgctxt ""
@@ -3511,6 +3574,15 @@ msgstr "የ ዴሲማል ቦታ ማጥፊያ"
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatThousands\n"
+"Label\n"
+"value.text"
+msgid "Thousands Separator"
+msgstr "ሺዎች መለያያ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:EditLinks\n"
"Label\n"
"value.text"
@@ -3565,6 +3637,15 @@ msgstr "ወደ ገ~ጽ"
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToPage\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Anchor to p~age"
+msgstr "ወደ ገ~ጽ ማስቆሚያ"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCell\n"
"Label\n"
"value.text"
@@ -3583,6 +3664,42 @@ msgstr "ወደ ~ክፍል"
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCell\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Anchor to ~cell (move with cell)"
+msgstr "ወደ ~ክፍል ማስቆሚያ (ከ ክፍል ጋር ማንቀሳቀሻ)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize\n"
+"Label\n"
+"value.text"
+msgid "Anchor: To Cell (~resize with cell)"
+msgstr "ወደ ክፍል ማስቆሚያ: (ከ ክፍል ጋር እንደገና መመጠኛ)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize\n"
+"ContextLabel\n"
+"value.text"
+msgid "To Cell (~resize with cell)"
+msgstr "ወደ ክፍል (ከ ክፍል ጋር ~እንደገና መመጠኛ)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Anchor to cell (move and ~resize with cell)"
+msgstr "ወደ ክፍል ማስቆሚያ (ማንቀሳቀሻ እና ከ ክፍል ጋር ~እንደገና መመጠኛ)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:SendMailDocAsMS\n"
"Label\n"
"value.text"
@@ -3613,17 +3730,8 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:ToggleSheetGrid\n"
"Label\n"
"value.text"
-msgid "Toggle Grid Lines for Current Sheet"
-msgstr "ለ አሁኑ ወረቀት የ መገናኛ መስመሮች ማያያዣ"
-
-#: CalcCommands.xcu
-msgctxt ""
-"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:ToggleSheetGrid\n"
-"ContextLabel\n"
-"value.text"
-msgid "Grid Lines for Sheet"
-msgstr "መጋጠሚያ መስመሮች ለ ወረቀት"
+msgid "View Grid Lines"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -3803,7 +3911,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Format Cell Borders"
-msgstr "የክፍል ድንበሮች አቀራረብ"
+msgstr "የ ክፍል ድንበሮች አቀራረብ"
#: CalcCommands.xcu
msgctxt ""
@@ -5315,7 +5423,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Format Trend Line Equation..."
-msgstr "የ አቅጣጫ መስመር Equation አቀራረብ..."
+msgstr "የ አቅጣጫ መስመር ማስሊያ አቀራረብ..."
#: ChartCommands.xcu
msgctxt ""
@@ -5342,7 +5450,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Format Mean Value Line..."
-msgstr "አማካይ የዋጋ መስመር አቀራረብ..."
+msgstr "አማካይ የ ዋጋ መስመር አቀራረብ..."
#: ChartCommands.xcu
msgctxt ""
@@ -6422,7 +6530,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Forms"
-msgstr "መፍጠሪያዎች"
+msgstr "ፎርሞች"
#: DbuCommands.xcu
msgctxt ""
@@ -6832,6 +6940,24 @@ msgstr "ተ~ንሸራታች"
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:PageMenu\n"
+"Label\n"
+"value.text"
+msgid "~Page"
+msgstr "~ገጽ"
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:ShapeMenu\n"
+"Label\n"
+"value.text"
+msgid "~Shape"
+msgstr "~ቅርጽ"
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:SlideMoveMenu\n"
"Label\n"
"value.text"
@@ -7654,8 +7780,8 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Commands..uno:PageSetup\n"
"ContextLabel\n"
"value.text"
-msgid "~Page Properties..."
-msgstr "የ ~ገጽ ባህሪዎች..."
+msgid "Properties..."
+msgstr "ባህሪዎች..."
#: DrawImpressCommands.xcu
msgctxt ""
@@ -7780,8 +7906,8 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Commands..uno:ImportFromFile\n"
"Label\n"
"value.text"
-msgid "~File..."
-msgstr "~ፋይል..."
+msgid "Insert Page from File..."
+msgstr "ገጽ ከ ፋይል ውስጥ ማስገቢያ..."
#: DrawImpressCommands.xcu
msgctxt ""
@@ -8083,6 +8209,15 @@ msgstr "ዋናው ተንሸራታች..."
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
+"Label\n"
+"value.text"
+msgid "Master Page..."
+msgstr "ዋናው ገጽ..."
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:AssignLayout\n"
"Label\n"
"value.text"
@@ -9352,15 +9487,6 @@ msgstr "የሰ~ንጠረዥ ባህሪዎች"
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Popups..uno:AutoSum\n"
-"Label\n"
-"value.text"
-msgid "Sum"
-msgstr "ድምር"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TableSort\n"
"Label\n"
"value.text"
@@ -9379,15 +9505,6 @@ msgstr "~ሰንጠረዥ..."
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Popups..uno:UnderlineDouble\n"
-"Label\n"
-"value.text"
-msgid "Double Underline "
-msgstr "ከ ስሩ ማስመሪያ በ ድርብ "
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:InsertAnnotation\n"
"Label\n"
"value.text"
@@ -15904,6 +16021,15 @@ msgstr "ከ ስሩ ማስመሪያ"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:UnderlineDouble\n"
+"Label\n"
+"value.text"
+msgid "Double Underline"
+msgstr "ከ ስሩ በ ድርብ ማስመሪያ"
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Overline\n"
"Label\n"
"value.text"
@@ -16123,8 +16249,8 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:CenterPara\n"
"TooltipLabel\n"
"value.text"
-msgid "Center Horizontally"
-msgstr "በ አግድም መሀከል ላይ"
+msgid "Align Center"
+msgstr "መሀከል ማሰለፊያ"
#: GenericCommands.xcu
msgctxt ""
@@ -16723,6 +16849,15 @@ msgstr "~ዋናው መጠን"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:FitCellSize\n"
+"Label\n"
+"value.text"
+msgid "~Fit to Cell Size"
+msgstr "በ ክፍሉ መጠን ~ልክ"
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:GridMenu\n"
"Label\n"
"value.text"
@@ -17358,17 +17493,17 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:ChangeCaseRotateCase\n"
"Label\n"
"value.text"
-msgid "Cycle Case (Title Case, UPPERCASE, lowercase)"
-msgstr "ጉዳይ ማዞሪያ (የ አርእስት ጉዳይ: በ አቢይ ፊደል: በትንንሹ መጻፊያ:)"
+msgid "Cycle Case"
+msgstr "ጉዳይ ማዞሪያ"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ChangeCaseRotateCase\n"
-"ContextLabel\n"
+"TooltipLabel\n"
"value.text"
-msgid "Cycle Case"
-msgstr "ጉዳይ ማዞሪያ"
+msgid "Cycle Case (Title Case, Sentence case, UPPERCASE, lowercase)"
+msgstr "ጉዳይ ማዞሪያ (የ አርእስት ጉዳይ: የ አረፍተ ነገር ጉዳይ: በ አቢይ ፊደል: በ ትንንሽ መጻፊያ:)"
#: GenericCommands.xcu
msgctxt ""
@@ -17625,6 +17760,24 @@ msgstr "የ ማረሚያ ዘዴ መቀያየሪያ"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ReadOnlyDoc\n"
+"Label\n"
+"value.text"
+msgid "Read Only Mode"
+msgstr "ለ ንባብ ብቻ ዘዴ"
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ReadOnlyDoc\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Toggle Read Only Mode"
+msgstr "ለ ንባብ ብቻ ዘዴ መቀየያሪያ"
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:InsertImageControl\n"
"Label\n"
"value.text"
@@ -18501,8 +18654,8 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:FormatFormMenu\n"
"Label\n"
"value.text"
-msgid "~Form"
-msgstr "~ፎርም"
+msgid "Fo~rm"
+msgstr "ፎር~ም"
#: GenericCommands.xcu
msgctxt ""
@@ -19141,7 +19294,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "~Unformatted Text"
-msgstr "~በ ትክክል ያልቀረበ ጽሁፍ"
+msgstr "በ ~ትክክል ያልቀረበ ጽሁፍ"
#: GenericCommands.xcu
msgctxt ""
@@ -19839,6 +19992,24 @@ msgstr "በራሱ አብራሪ: ማስታወሻ"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
+"Label\n"
+"value.text"
+msgid "~Protect..."
+msgstr "~መጠበቂያ..."
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect Track Changes"
+msgstr "ለውጦችን መጠበቂያ"
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:CompareDocuments\n"
"Label\n"
"value.text"
@@ -20031,8 +20202,26 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:SetDefault\n"
"Label\n"
"value.text"
-msgid "~Default Formatting"
-msgstr "~ነባር አቀራረብ"
+msgid "Clear"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:SetDefault\n"
+"ContextLabel\n"
+"value.text"
+msgid "Clear ~Direct Formatting"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:SetDefault\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Clear Direct Formatting"
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
@@ -20608,7 +20797,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "License Information..."
-msgstr "የፍቃድ መረጃ..."
+msgstr "የ ፍቃድ መረጃ..."
#: GenericCommands.xcu
msgctxt ""
@@ -21876,8 +22065,8 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:ToolbarMode\n"
"Label\n"
"value.text"
-msgid "Toolbar ~Layout"
-msgstr "እቃ መደርደሪያ ~እቅድ"
+msgid "User ~Interface"
+msgstr "የ ተጠቃሚ ~ግንኙነቶች"
#: GenericCommands.xcu
msgctxt ""
@@ -22134,6 +22323,15 @@ msgstr "ከ ታች ማሰለፊያ"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:AutoSum\n"
+"Label\n"
+"value.text"
+msgid "Sum"
+msgstr "ድምር"
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ThesaurusFromContext\n"
"Label\n"
"value.text"
@@ -22740,7 +22938,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:ClassificationApply\n"
"Label\n"
"value.text"
-msgid "Apply Document Classification"
+msgid "Apply document classification"
msgstr "የ ሰነድ መመደቢያ መፈጸሚያ"
#: GenericCommands.xcu
@@ -22749,8 +22947,8 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:ClassificationDialog\n"
"Label\n"
"value.text"
-msgid "Classification Dialog"
-msgstr "የ መመደቢያ ንግግር"
+msgid "Manage document classification"
+msgstr "የ ሰነድ መመደቢያ አስተዳዳሪ"
#: GenericCommands.xcu
msgctxt ""
@@ -22758,8 +22956,8 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:ParagraphClassificationDialog\n"
"Label\n"
"value.text"
-msgid "Paragraph Classification Dialog"
-msgstr "የ አንቀጽ መመደቢያ ንግግር"
+msgid "Manage paragraph classification"
+msgstr "የ አንቀጽ መመደቢያ አስተዳዳሪ"
#: GenericCommands.xcu
msgctxt ""
@@ -22824,6 +23022,42 @@ msgctxt ""
msgid "Navigate"
msgstr "መቃኛ"
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:BreaksMenu\n"
+"Label\n"
+"value.text"
+msgid "More Breaks"
+msgstr "ተጨማሪ መጨረሻ"
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InsertSignatureLine\n"
+"Label\n"
+"value.text"
+msgid "Signatu~re Line..."
+msgstr "የ ፊር~ማ መስመር..."
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:EditSignatureLine\n"
+"Label\n"
+"value.text"
+msgid "Edit Signature ~Line..."
+msgstr "የ ፊርማ ~መስመር ማረሚያ..."
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:SignSignatureLine\n"
+"Label\n"
+"value.text"
+msgid "~Sign Signature Line..."
+msgstr ""
+
#: ImpressWindowState.xcu
msgctxt ""
"ImpressWindowState.xcu\n"
@@ -23904,132 +24138,6 @@ msgctxt ""
msgid "Full Screen"
msgstr "በሙሉ መመልከቻው"
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.Tabbed\n"
-"Label\n"
-"value.text"
-msgid "Tabbed"
-msgstr "ምልክት የ ተደረገበት"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.TabbedCompact\n"
-"Label\n"
-"value.text"
-msgid "Tabbed Compact"
-msgstr "ምልክት የ ተደረገበት አነስተኛ"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.GroupedbarCompact\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Compact"
-msgstr "በ አነስተኛ በ ቡድን መደርደሪያ"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.GroupedbarFull\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Full"
-msgstr "በ ሙሉ በ ቡድን መደርደሪያ"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.Groups\n"
-"Label\n"
-"value.text"
-msgid "Contextual groups"
-msgstr "እንደ ቡድኖች አገባብ"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.Single\n"
-"Label\n"
-"value.text"
-msgid "Contextual single"
-msgstr "እንደ ነጠላ አገባብ"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.Tabbed\n"
-"Label\n"
-"value.text"
-msgid "Tabbed"
-msgstr "ምልክት የ ተደረገበት"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.GroupedbarCompact\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Compact"
-msgstr "በ አነስተኛ በ ቡድን መደርደሪያ"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.GroupedbarFull\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Full"
-msgstr "በ ሙሉ በ ቡድን መደርደሪያ"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.Groups\n"
-"Label\n"
-"value.text"
-msgid "Contextual groups"
-msgstr "እንደ ቡድኖች አገባብ"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.Tabbed\n"
-"Label\n"
-"value.text"
-msgid "Tabbed"
-msgstr "ምልክት የ ተደረገበት"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.Groups\n"
-"Label\n"
-"value.text"
-msgid "Contextual groups"
-msgstr "እንደ ቡድኖች አገባብ"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.GroupedbarCompact\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Compact"
-msgstr "በ አነስተኛ በ ቡድን መደርደሪያ"
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.GroupedbarFull\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Full"
-msgstr "በ ሙሉ በ ቡድን መደርደሪያ"
-
#: ReportCommands.xcu
msgctxt ""
"ReportCommands.xcu\n"
@@ -25002,347 +25110,239 @@ msgctxt ""
msgid "Character"
msgstr "ባህሪ"
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:AddDirect\n"
-"Label\n"
-"value.text"
-msgid "~New"
-msgstr "~አዲስ"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:CloseDoc\n"
-"Label\n"
-"value.text"
-msgid "~Close"
-msgstr "~መዝጊያ"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:CloseWin\n"
-"Label\n"
-"value.text"
-msgid "Close Window"
-msgstr "መስኮት መዝጊያ"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Copy\n"
-"Label\n"
-"value.text"
-msgid "~Copy"
-msgstr "~ኮፒ"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Cut\n"
-"Label\n"
-"value.text"
-msgid "~Cut"
-msgstr "~መቁረጫ"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:ExtendedHelp\n"
-"Label\n"
-"value.text"
-msgid "What's ~This?"
-msgstr "~ይህ ምንድነው?"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:HelpIndex\n"
-"Label\n"
-"value.text"
-msgid "%PRODUCTNAME ~Help"
-msgstr "%PRODUCTNAME ~እርዳታ"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:NewDoc\n"
-"Label\n"
-"value.text"
-msgid "New Document From Template"
-msgstr "አዲስ ሰነድ ከ ቴምፕሌት"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Open\n"
-"Label\n"
-"value.text"
-msgid "~Open..."
-msgstr "~መክፈቻ..."
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:OpenUrl\n"
-"Label\n"
-"value.text"
-msgid "Load URL"
-msgstr "URL መጫኛ"
-
-#: StartModuleCommands.xcu
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Paste\n"
-"Label\n"
-"value.text"
-msgid "~Paste"
-msgstr "~መለጠፊያ"
-
-#: StartModuleCommands.xcu
+#: StartModuleWindowState.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Print\n"
-"Label\n"
+"StartModuleWindowState.xcu\n"
+"..StartModuleWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
+"UIName\n"
"value.text"
-msgid "~Print..."
-msgstr "~ማተሚያ..."
+msgid "Standard"
+msgstr "መደበኛ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:PrinterSetup\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
"Label\n"
"value.text"
-msgid "P~rinter Settings..."
-msgstr "ማ~ተሚያ ማሰናጃዎች..."
+msgid "Standard Toolbar"
+msgstr "መደበኛ የ እቃ መደርደሪያ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Quit\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
"Label\n"
"value.text"
-msgid "E~xit"
-msgstr "መ~ውጫ"
+msgid "Single Toolbar"
+msgstr "ነጠላ እቃ መደርደሪያ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Save\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
"Label\n"
"value.text"
-msgid "~Save"
-msgstr "~ማስቀመጫ"
+msgid "Sidebar"
+msgstr "የ ጎን መደርደሪያ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:SaveAs\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.ContextualGroups\n"
"Label\n"
"value.text"
-msgid "Save ~As..."
-msgstr "ማስቀመጫ ~እንደ..."
+msgid "Contextual groups"
+msgstr "እንደ ቡድኖች አገባብ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:SendMail\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.ContextualSingle\n"
"Label\n"
"value.text"
-msgid "Document as ~E-mail..."
-msgstr "ሰነድ እንደ ~ኢ-ሜይል..."
+msgid "Contextual Single"
+msgstr "እንደ ነጠላ አገባብ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:SetDocumentProperties\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Tabbed\n"
"Label\n"
"value.text"
-msgid "Propert~ies..."
-msgstr "ባህሪ~ዎች..."
+msgid "Tabbed"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Undo\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.TabbedCompact\n"
"Label\n"
"value.text"
-msgid "Undo"
-msgstr "መተው"
+msgid "Tabbed Compact"
+msgstr "ምልክት የ ተደረገበት አነስተኛ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:EditMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.GroupedbarCompact\n"
"Label\n"
"value.text"
-msgid "~Edit"
-msgstr "~ማረሚያ"
+msgid "Groupedbar Compact"
+msgstr "በ አነስተኛ በ ቡድን መደርደሪያ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:HelpMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.GroupedbarFull\n"
"Label\n"
"value.text"
-msgid "~Help"
-msgstr "~እርዳታ"
+msgid "Groupedbar"
+msgstr "በ ቡድን መደርደሪያ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:MacrosMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
"Label\n"
"value.text"
-msgid "~Macros"
-msgstr "~ማክሮስ"
+msgid "Standard Toolbar"
+msgstr "መደበኛ የ እቃ መደርደሪያ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:PickList\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
"Label\n"
"value.text"
-msgid "~File"
-msgstr "~ፋይል"
+msgid "Single Toolbar"
+msgstr "ነጠላ እቃ መደርደሪያ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:ToolsMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
"Label\n"
"value.text"
-msgid "~Tools"
-msgstr "~መሳሪያዎች"
+msgid "Sidebar"
+msgstr "የ ጎን መደርደሪያ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:ViewMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.ContextualGroups\n"
"Label\n"
"value.text"
-msgid "~View"
-msgstr "~መመልከቻ"
+msgid "Contextual groups"
+msgstr "እንደ ቡድኖች አገባብ"
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:WindowList\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Tabbed\n"
"Label\n"
"value.text"
-msgid "~Window"
-msgstr "~መስኮት"
-
-#: StartModuleWindowState.xcu
-msgctxt ""
-"StartModuleWindowState.xcu\n"
-"..StartModuleWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
-"UIName\n"
-"value.text"
-msgid "Standard"
-msgstr "መደበኛ"
+msgid "Tabbed"
+msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"..ToolbarMode.Applications.Calc.Modes.GroupedbarCompact\n"
"Label\n"
"value.text"
-msgid "Default"
-msgstr "ነባር"
+msgid "Groupedbar Compact"
+msgstr "በ አነስተኛ በ ቡድን መደርደሪያ"
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"..ToolbarMode.Applications.Calc.Modes.GroupedbarFull\n"
"Label\n"
"value.text"
-msgid "Single Toolbar"
-msgstr "ነጠላ እቃ መደርደሪያ"
+msgid "Groupedbar"
+msgstr "በ ቡድን መደርደሪያ"
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Sidebar"
-msgstr "የ ጎን መደርደሪያ"
+msgid "Standard Toolbar"
+msgstr "መደበኛ የ እቃ መደርደሪያ"
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
"Label\n"
"value.text"
-msgid "Notebookbar"
-msgstr "የ ማስታወሻ ደብተር መደርደሪያ"
+msgid "Single Toolbar"
+msgstr "ነጠላ እቃ መደርደሪያ"
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"..ToolbarMode.Applications.Impress.Modes.ContextualGroups\n"
"Label\n"
"value.text"
-msgid "Default"
-msgstr "ነባር"
+msgid "Contextual groups"
+msgstr "እንደ ቡድኖች አገባብ"
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"..ToolbarMode.Applications.Impress.Modes.Tabbed\n"
"Label\n"
"value.text"
-msgid "Single Toolbar"
-msgstr "ነጠላ እቃ መደርደሪያ"
+msgid "Tabbed"
+msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"..ToolbarMode.Applications.Impress.Modes.GroupedbarCompact\n"
"Label\n"
"value.text"
-msgid "Sidebar"
-msgstr "የ ጎን መደርደሪያ"
+msgid "Groupedbar Compact"
+msgstr "በ አነስተኛ በ ቡድን መደርደሪያ"
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"..ToolbarMode.Applications.Impress.Modes.GroupedbarFull\n"
"Label\n"
"value.text"
-msgid "Notebookbar"
-msgstr "የ ማስታወሻ ደብተር መደርደሪያ"
+msgid "Groupedbar"
+msgstr "በ ቡድን መደርደሪያ"
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"..ToolbarMode.Applications.Draw.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Default"
-msgstr "ነባር"
+msgid "Standard Toolbar"
+msgstr "መደበኛ የ እቃ መደርደሪያ"
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"..ToolbarMode.Applications.Formula.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Single Toolbar"
-msgstr "ነጠላ እቃ መደርደሪያ"
+msgid "Standard Toolbar"
+msgstr "መደበኛ የ እቃ መደርደሪያ"
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"..ToolbarMode.Applications.Base.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Notebookbar"
-msgstr "የ ማስታወሻ ደብተር መደርደሪያ"
+msgid "Standard Toolbar"
+msgstr "መደበኛ የ እቃ መደርደሪያ"
#: WriterCommands.xcu
msgctxt ""
@@ -25662,24 +25662,6 @@ msgstr "ማውጫውን ማጥፊያ"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
-"Label\n"
-"value.text"
-msgid "~Protect..."
-msgstr "~መጠበቂያ..."
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Protect Track Changes"
-msgstr "ለውጦችን መጠበቂያ"
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:RejectTrackedChange\n"
"Label\n"
"value.text"
@@ -25896,11 +25878,29 @@ msgstr "~ለውጦች መከታተያ"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:ShowInlineTooltips\n"
+"Label\n"
+"value.text"
+msgid "T~ooltips"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:ShowInlineTooltips\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Show change authorship in tooltips"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:GotoPage\n"
"Label\n"
"value.text"
-msgid "Go t~o Page"
-msgstr "ወ~ደ ገጽ መሄጃ"
+msgid "Go t~o Page..."
+msgstr "መሄጃ ወ~ደ ገጽ..."
#: WriterCommands.xcu
msgctxt ""
@@ -26619,8 +26619,8 @@ msgctxt ""
"..WriterCommands.UserInterface.Commands..uno:InsertAuthorField\n"
"Label\n"
"value.text"
-msgid "~Author"
-msgstr "~ደራሲው"
+msgid "First ~Author"
+msgstr "የ መጀመሪያው ~ደራሲ"
#: WriterCommands.xcu
msgctxt ""
@@ -26679,15 +26679,6 @@ msgstr "የ ገጽ ዘዴ"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:UnderlineDouble\n"
-"Label\n"
-"value.text"
-msgid "Double Underline "
-msgstr "ከ ስሩ ማስመሪያ በ ድርብ "
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:AutoFormatRedlineApply\n"
"Label\n"
"value.text"
@@ -28420,7 +28411,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Number Format: Exponential"
-msgstr "የ ቁጥር አቀራረብ: Exponential"
+msgstr "የ ቁጥር አቀራረብ: ኤክስፖኔንሺያል"
#: WriterCommands.xcu
msgctxt ""
@@ -28771,7 +28762,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Edit Footnote/Endnote"
-msgstr "ማረሚያ የ ግርጌ ማስታወሻ/የ መጨረሻ ማስታወሻ"
+msgstr "የ ግርጌ/መጨረሻ ማስታወሻ ማረሚያ"
#: WriterCommands.xcu
msgctxt ""
@@ -29019,15 +29010,6 @@ msgstr "ቀደም ወዳለው ማውጫ ምልክት መሄጃ"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:AutoSum\n"
-"Label\n"
-"value.text"
-msgid "Sum"
-msgstr "ድምር"
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:GotoNextTableFormula\n"
"Label\n"
"value.text"
@@ -29379,6 +29361,33 @@ msgstr "የ Smart ~Tag ምርጫዎች..."
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatPaintbrush\n"
+"Label\n"
+"value.text"
+msgid "Clone"
+msgstr "ማባዣ"
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatPaintbrush\n"
+"ContextLabel\n"
+"value.text"
+msgid "Clone Formatting"
+msgstr "አቀራረብ ማባዣ"
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatPaintbrush\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Clone Formatting (double click and Ctrl or Cmd to alter behavior)"
+msgstr "አቀራረብ ማባዣ (ሁለት ጊዜ ይጫኑ እና Ctrl ወይንም Cmd ባህሪውን ለ መቀየር)"
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Popups..uno:TableMenu\n"
"Label\n"
"value.text"
@@ -29472,8 +29481,8 @@ msgctxt ""
"..WriterCommands.UserInterface.Popups..uno:WordCountDialog\n"
"Label\n"
"value.text"
-msgid "~Word Count"
-msgstr "~ቃላት መቁጠሪያ"
+msgid "~Word Count..."
+msgstr "~ቃላት መቁጠሪያ..."
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/am/readlicense_oo/docs.po b/source/am/readlicense_oo/docs.po
index a07bc13aae4..9bf622933a5 100644
--- a/source/am/readlicense_oo/docs.po
+++ b/source/am/readlicense_oo/docs.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: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: 2017-12-24 23:40+0000\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
+"PO-Revision-Date: 2018-03-04 00:47+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1514158852.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1520124475.000000\n"
#: readme.xrm
msgctxt ""
@@ -29,8 +29,8 @@ msgctxt ""
"readme.xrm\n"
"LatestUpdates\n"
"readmeitem.text"
-msgid "For the latest updates to this readme file, see <a href=\"http://www.libreoffice.org/welcome/readme.html\">http://www.libreoffice.org/welcome/readme.html</a>"
-msgstr "ለ ዘመናዊ የተሻሻለ አንብቡኝ እትም ፋይል ይህን ይመልከቱ <a href=\"http://www.libreoffice.org/welcome/readme.html\">http://www.libreoffice.org/welcome/readme.html</a>"
+msgid "For the latest updates to this readme file, see <a href=\"https://www.libreoffice.org/welcome/readme.html\">https://www.libreoffice.org/welcome/readme.html</a>"
+msgstr "ለ ዘመናዊ የተሻሻለ አንብቡኝ እትም ፋይል ይህን ይመልከቱ <a href=\"https://www.libreoffice.org/welcome/readme.html\">https://www.libreoffice.org/welcome/readme.html</a>"
#: readme.xrm
msgctxt ""
@@ -45,8 +45,8 @@ msgctxt ""
"readme.xrm\n"
"A7\n"
"readmeitem.text"
-msgid "The ${PRODUCTNAME} community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the ${PRODUCTNAME} site, where you will find lots of information about the ${PRODUCTNAME} project and the communities that exist around it. Go to <a href=\"http://www.libreoffice.org/\">http://www.libreoffice.org/</a>."
-msgstr "የ ${PRODUCTNAME} ሕብረተሰቡ ሀላፊነት ነው ይህን እቃ ማበልጸግ: እና እንደ ሕብረተሰቡ እንዲሳተፉ እናሳስባለን: አዲስ ተጠቃሚ ከሆኑ ይህን ይጎብኙ የ ${PRODUCTNAME} ድህረ ገጽ: በርካታ መረጃ ያገኛሉ: ስለ የ ${PRODUCTNAME} እቅድ እና ዙሪያውን ስላሉ ሕብረተሰቦች: ይህን ይጎብኙ የ <a href=\"http://www.libreoffice.org/\">http://www.libreoffice.org/</a>."
+msgid "The ${PRODUCTNAME} community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the ${PRODUCTNAME} site, where you will find lots of information about the ${PRODUCTNAME} project and the communities that exist around it. Go to <a href=\"https://www.libreoffice.org/\">https://www.libreoffice.org/</a>."
+msgstr "የ ${PRODUCTNAME} ሕብረተሰቡ ሀላፊነት ነው ይህን እቃ ማበልጸግ: እና እንደ ሕብረተሰቡ እንዲሳተፉ እናሳስባለን: አዲስ ተጠቃሚ ከሆኑ ይህን ይጎብኙ የ ${PRODUCTNAME} ድህረ ገጽ: በርካታ መረጃ ያገኛሉ: ስለ የ ${PRODUCTNAME} እቅድ እና ዙሪያውን ስላሉ ሕብረተሰቦች: ይህን ይጎብኙ የ <a href=\"https://www.libreoffice.org/\">https://www.libreoffice.org/</a>."
#: readme.xrm
msgctxt ""
@@ -85,8 +85,8 @@ msgctxt ""
"readme.xrm\n"
"A13b\n"
"readmeitem.text"
-msgid "If you appreciate their efforts, and would like to ensure that ${PRODUCTNAME} continues to be available far into the future, please consider contributing to the project - see <a href=\"http://www.documentfoundation.org/contribution/\">http://www.documentfoundation.org/contribution/</a> for details. Everyone can make a contribution of some kind."
-msgstr "If you appreciate their efforts, and would like to ensure that ${PRODUCTNAME} continues to be available far into the future, please consider contributing to the project - see <a href=\"http://www.documentfoundation.org/contribution/\">http://www.documentfoundation.org/contribution/</a> for details. Everyone can make a contribution of some kind."
+msgid "If you appreciate their efforts, and would like to ensure that ${PRODUCTNAME} continues to be available far into the future, please consider contributing to the project - see <a href=\"https://www.documentfoundation.org/contribution/\">https://www.documentfoundation.org/contribution/</a> for details. Everyone can make a contribution of some kind."
+msgstr ""
#: readme.xrm
msgctxt ""
@@ -125,8 +125,8 @@ msgctxt ""
"readme.xrm\n"
"s2s3sdf21\n"
"readmeitem.text"
-msgid "Microsoft Windows 7, 8.x, or 10"
-msgstr "Microsoft Windows 7, 8.x, or 10"
+msgid "Microsoft Windows 7 SP1, 8, 8.1 Update (S14) or 10"
+msgstr ""
#: readme.xrm
msgctxt ""
@@ -405,8 +405,8 @@ msgctxt ""
"readme.xrm\n"
"otherinstall2\n"
"readmeitem.text"
-msgid "The RPMS (or DEBS, respectively) directory also contains a package named libreoffice${PRODUCTVERSION}-freedesktop-menus-${PRODUCTVERSION}.0.1-1.noarch.rpm (or libreoffice${PRODUCTVERSION}-debian-menus_${PRODUCTVERSION}.0.1-1_all.deb, respectively, or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (<a href=\"http://en.wikipedia.org/wiki/Freedesktop.org\">http://en.wikipedia.org/wiki/Freedesktop.org</a>), and is provided for installation on other Linux distributions not covered in the aforementioned instructions."
-msgstr "The RPMS (or DEBS, respectively) directory also contains a package named libreoffice${PRODUCTVERSION}-freedesktop-menus-${PRODUCTVERSION}.0.1-1.noarch.rpm (or libreoffice${PRODUCTVERSION}-debian-menus_${PRODUCTVERSION}.0.1-1_all.deb, respectively, or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (<a href=\"http://en.wikipedia.org/wiki/Freedesktop.org\">http://en.wikipedia.org/wiki/Freedesktop.org</a>), and is provided for installation on other Linux distributions not covered in the aforementioned instructions."
+msgid "The RPMS (or DEBS, respectively) directory also contains a package named libreoffice${PRODUCTVERSION}-freedesktop-menus-${PRODUCTVERSION}.0.1-1.noarch.rpm (or libreoffice${PRODUCTVERSION}-debian-menus_${PRODUCTVERSION}.0.1-1_all.deb, respectively, or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (<a href=\"https://en.wikipedia.org/wiki/Freedesktop.org\">https://en.wikipedia.org/wiki/Freedesktop.org</a>), and is provided for installation on other Linux distributions not covered in the aforementioned instructions."
+msgstr ""
#: readme.xrm
msgctxt ""
@@ -645,8 +645,8 @@ msgctxt ""
"readme.xrm\n"
"pji76w1\n"
"readmeitem.text"
-msgid "When sending a document via 'File - Send - Document as E-mail' or 'Document as PDF Attachment' problems might occur (program crashes or hangs). This is due to the Windows system file \"Mapi\" (Messaging Application Programming Interface) which causes problems in some file versions. Unfortunately, the problem cannot be narrowed down to a certain version number. For more information visit <a href=\"http://www.microsoft.com\">http://www.microsoft.com</a> to search the Microsoft Knowledge Base for \"mapi dll\"."
-msgstr "ሰነድ በሚልኩ ጊዜ በ 'ፋይል - መላኪያ - ሰነድ እንደ ኢ-ሜይል' ወይንም ' ሰነድ እንደ PDF ማያያዣ' ችግር ሊያጋጥመው ይችላል (ፕሮግራም ሊጋጭ ወይንም ሊደነዝዝ ይችላል). ይህ የሚሆነው በ Windows system file \"Mapi\" (Messaging Application Programming Interface) ችግር የሚፈጥረው ለ አንዳንድ የ ፋይል አይነቶች ነው: እንደ እድል ሆኖ ይህን ችግር ማጥበብ አይቻልም ወደ የ ተወሰነ እትም ቁጥር: በበለጠ ለ መረዳት ይህን ይጎብኙ <a href=\"http://www.microsoft.com\">http://www.microsoft.com</a> ለ መፈለግ በ Microsoft Knowledge Base for \"mapi dll\"."
+msgid "When sending a document via 'File - Send - Document as E-mail' or 'Document as PDF Attachment' problems might occur (program crashes or hangs). This is due to the Windows system file \"Mapi\" (Messaging Application Programming Interface) which causes problems in some file versions. Unfortunately, the problem cannot be narrowed down to a certain version number. For more information visit <a href=\"https://www.microsoft.com\">https://www.microsoft.com</a> to search the Microsoft Knowledge Base for \"mapi dll\"."
+msgstr ""
#: readme.xrm
msgctxt ""
@@ -661,8 +661,8 @@ msgctxt ""
"readme.xrm\n"
"access7\n"
"readmeitem.text"
-msgid "For more information on the accessibility features in ${PRODUCTNAME}, see <a href=\"http://www.libreoffice.org/accessibility/\">http://www.libreoffice.org/accessibility/</a>"
-msgstr "ለ በለጠ መረጃ ገጽታዎች ጋር ለ መድረስ በ ${PRODUCTNAME}, ይህን ይመልከቱ <a href=\"http://www.libreoffice.org/accessibility/\">http://www.libreoffice.org/accessibility/</a>"
+msgid "For more information on the accessibility features in ${PRODUCTNAME}, see <a href=\"https://www.libreoffice.org/accessibility/\">https://www.libreoffice.org/accessibility/</a>"
+msgstr ""
#: readme.xrm
msgctxt ""
@@ -677,7 +677,7 @@ msgctxt ""
"readme.xrm\n"
"support1\n"
"readmeitem.text"
-msgid "The main support page <a href=\"http://www.libreoffice.org/support/\">http://www.libreoffice.org/support/</a> offers various possibilities for help with ${PRODUCTNAME}. Your question may have already been answered - check the Community Forum at <a href=\"http://www.documentfoundation.org/nabble/\">http://www.documentfoundation.org/nabble/</a> or search the archives of the 'users@libreoffice.org' mailing list at <a href=\"http://www.libreoffice.org/lists/users/\">http://www.libreoffice.org/lists/users/</a>. Alternatively, you can send in your questions to <a href=\"mailto:users@libreoffice.org\">users@libreoffice.org</a>. If you like to subscribe to the list (to get email responses), send an empty mail to: <a href=\"mailto:users+subscribe@libreoffice.org\">users+subscribe@libreoffice.org</a>."
+msgid "The <a href=\"https://www.libreoffice.org/get-help/community-support/\">main support page</a> offers various possibilities for help with ${PRODUCTNAME}. Your question may have already been answered - check the Community Forum at <a href=\"https://www.documentfoundation.org/nabble/\">https://www.documentfoundation.org/nabble/</a> or search the archives of the 'users@libreoffice.org' mailing list at <a href=\"https://www.libreoffice.org/lists/users/\">https://www.libreoffice.org/lists/users/</a>. Alternatively, you can send in your questions to <a href=\"mailto:users@libreoffice.org\">users@libreoffice.org</a>. If you like to subscribe to the list (to get email responses), send an empty mail to: <a href=\"mailto:users+subscribe@libreoffice.org\">users+subscribe@libreoffice.org</a>."
msgstr ""
#: readme.xrm
@@ -685,8 +685,8 @@ msgctxt ""
"readme.xrm\n"
"faq\n"
"readmeitem.text"
-msgid "Also check the FAQ section at <a href=\"http://www.libreoffice.org/faq/\">http://www.libreoffice.org/faq/.</a>"
-msgstr "እንዲሁም ይህን ይመልከቱ ብዙ ጊዜ የሚጠየቁ ክፍል በ <a href=\"http://www.libreoffice.org/faq/\">http://www.libreoffice.org/faq/.</a>"
+msgid "Also check the FAQ section at <a href=\"https://www.libreoffice.org/get-help/frequently-asked-questions/\">the LibreOffice website</a>."
+msgstr ""
#: readme.xrm
msgctxt ""
@@ -701,7 +701,7 @@ msgctxt ""
"readme.xrm\n"
"reportbugs1\n"
"readmeitem.text"
-msgid "Our system for reporting, tracking and solving bugs is currently BugZilla, kindly hosted at <a href=\"https://bugs.libreoffice.org/\">https://bugs.libreoffice.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}."
+msgid "Our system for reporting, tracking and solving bugs is currently Bugzilla, hosted at <a href=\"http://bugs.documentfoundation.org/\">http://bugs.documentfoundation.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}."
msgstr ""
#: readme.xrm
@@ -725,7 +725,7 @@ msgctxt ""
"readme.xrm\n"
"gettingimvolved3\n"
"readmeitem.text"
-msgid "As a user, you are already a valuable part of the suite's development process and we would like to encourage you to take an even more active role with a view to being a long-term contributor to the community. Please join and check out the contributing page at <a href=\"http://www.libreoffice.org/contribution/\">http://www.libreoffice.org/contribution/</a>"
+msgid "As a user, you are already a valuable part of the suite's development process and we would like to encourage you to take an even more active role with a view to being a long-term contributor to the community. Please join and check out the contributing page at <a href=\"https://www.libreoffice.org/community/get-involved/\">the LibreOffice website</a>."
msgstr ""
#: readme.xrm
@@ -741,7 +741,7 @@ msgctxt ""
"readme.xrm\n"
"howtostart1\n"
"readmeitem.text"
-msgid "The best way to start contributing is to subscribe to one or more of the mailing lists, lurk for a while, and gradually use the mail archives to familiarize yourself with many of the topics covered since the ${PRODUCTNAME} source code was released back in October 2000. When you're comfortable, all you need to do is send an email self-introduction and jump right in. If you are familiar with Open Source Projects, check out our To-Dos list and see if there is anything you would like to help with at <a href=\"http://www.libreoffice.org/develop/\">http://www.libreoffice.org/develop/</a>."
+msgid "The best way to start contributing is to subscribe to one or more of the mailing lists, lurk for a while, and gradually use the mail archives to familiarize yourself with many of the topics covered since the ${PRODUCTNAME} source code was released back in October 2000. When you're comfortable, all you need to do is send an email self-introduction and jump right in. If you are familiar with Open Source Projects, check out our To-Dos list and see if there is anything you would like to help with at <a href=\"https://www.libreoffice.org/community/developers/\">the LibreOffice website</a>."
msgstr ""
#: readme.xrm
@@ -757,8 +757,8 @@ msgctxt ""
"readme.xrm\n"
"subscribe1\n"
"readmeitem.text"
-msgid "Here are a few of the mailing lists to which you can subscribe at <a href=\"http://www.libreoffice.org/contribution/\">http://www.libreoffice.org/contribution/</a>"
-msgstr "እዚህ አንዳንድ የ ደብዳቤ ዝርዝሮች አሉ እርስዎ ማህበርተኛ መሆን ይችላሉ <a href=\"http://www.libreoffice.org/contribution/\">http://www.libreoffice.org/contribution/</a>"
+msgid "Here are a few of the mailing lists to which you can subscribe at <a href=\"https://www.libreoffice.org/get-help/mailing-lists/\">https://www.libreoffice.org/get-help/mailing-lists/</a>"
+msgstr ""
#: readme.xrm
msgctxt ""
diff --git a/source/am/reportdesign/messages.po b/source/am/reportdesign/messages.po
index 7d040b0ead4..3008cba6b93 100644
--- a/source/am/reportdesign/messages.po
+++ b/source/am/reportdesign/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
"PO-Revision-Date: 2017-10-06 12:21+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,1299 +16,1299 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1507292475.000000\n"
-#: stringarray.hrc:17
+#: reportdesign/inc/stringarray.hrc:17
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "None"
msgstr "ምንም"
-#: stringarray.hrc:18
+#: reportdesign/inc/stringarray.hrc:18
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "Before Section"
msgstr "ከ ክፍሉ በፊት"
-#: stringarray.hrc:19
+#: reportdesign/inc/stringarray.hrc:19
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "After Section"
msgstr "ከ ክፍሉ በኋላ"
-#: stringarray.hrc:20
+#: reportdesign/inc/stringarray.hrc:20
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "Before & After Section"
msgstr "ከ ክፍሉ በፊት & በኋላ"
-#: stringarray.hrc:26
+#: reportdesign/inc/stringarray.hrc:26
msgctxt "RID_STR_GROUPKEEPTOGETHER_CONST"
msgid "Per Page"
msgstr "በ ገጹ ላይ"
-#: stringarray.hrc:27
+#: reportdesign/inc/stringarray.hrc:27
msgctxt "RID_STR_GROUPKEEPTOGETHER_CONST"
msgid "Per Column"
msgstr "በ አምድ ላይ"
-#: stringarray.hrc:33
+#: reportdesign/inc/stringarray.hrc:33
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "All Pages"
msgstr "ሁሉንም ገጾች"
-#: stringarray.hrc:34
+#: reportdesign/inc/stringarray.hrc:34
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Header"
msgstr "በ ራስጌ መግለጫ ላይ አይደለም"
-#: stringarray.hrc:35
+#: reportdesign/inc/stringarray.hrc:35
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Footer"
msgstr "በ ግርጌ መግለጫ ላይ አይደለም"
-#: stringarray.hrc:36
+#: reportdesign/inc/stringarray.hrc:36
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Header/Footer"
msgstr "በ ራስጌ/ግርጌ መግለጫ ላይ አይደለም"
-#: stringarray.hrc:42
+#: reportdesign/inc/stringarray.hrc:42
msgctxt "RID_STR_TYPE_CONST"
msgid "Field or Formula"
msgstr "ሜዳ ወይንም መቀመሪያ"
-#: stringarray.hrc:43
+#: reportdesign/inc/stringarray.hrc:43
msgctxt "RID_STR_TYPE_CONST"
msgid "Function"
msgstr "ተግባር"
-#: stringarray.hrc:44
+#: reportdesign/inc/stringarray.hrc:44
msgctxt "RID_STR_TYPE_CONST"
msgid "Counter"
msgstr "ቆጣሪ"
-#: stringarray.hrc:45
+#: reportdesign/inc/stringarray.hrc:45
msgctxt "RID_STR_TYPE_CONST"
msgid "User defined Function"
msgstr "በ ተጠቃሚ የሚገለጽ ተግባር"
-#: stringarray.hrc:51
+#: reportdesign/inc/stringarray.hrc:51
msgctxt "RID_STR_BOOL"
msgid "No"
msgstr "አይ"
-#: stringarray.hrc:52
+#: reportdesign/inc/stringarray.hrc:52
msgctxt "RID_STR_BOOL"
msgid "Yes"
msgstr "አዎ"
-#: stringarray.hrc:58
+#: reportdesign/inc/stringarray.hrc:58
msgctxt "RID_STR_KEEPTOGETHER_CONST"
msgid "No"
msgstr "አይ"
-#: stringarray.hrc:59
+#: reportdesign/inc/stringarray.hrc:59
msgctxt "RID_STR_KEEPTOGETHER_CONST"
msgid "Whole Group"
msgstr "ቡድኑ በሙሉ"
-#: stringarray.hrc:60
+#: reportdesign/inc/stringarray.hrc:60
msgctxt "RID_STR_KEEPTOGETHER_CONST"
msgid "With First Detail"
msgstr "በ መጀመሪያው ዝርዝር"
-#: stringarray.hrc:66
+#: reportdesign/inc/stringarray.hrc:66
msgctxt "RID_STR_VERTICAL_ALIGN_CONST"
msgid "Top"
msgstr "ከ ላይ"
-#: stringarray.hrc:67
+#: reportdesign/inc/stringarray.hrc:67
msgctxt "RID_STR_VERTICAL_ALIGN_CONST"
msgid "Middle"
msgstr "መሀከል"
-#: stringarray.hrc:68
+#: reportdesign/inc/stringarray.hrc:68
msgctxt "RID_STR_VERTICAL_ALIGN_CONST"
msgid "Bottom"
msgstr "ከ ታች"
-#: stringarray.hrc:74
+#: reportdesign/inc/stringarray.hrc:74
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Left"
msgstr "በ ግራ"
-#: stringarray.hrc:75
+#: reportdesign/inc/stringarray.hrc:75
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Right"
msgstr "በ ቀኝ"
-#: stringarray.hrc:76
+#: reportdesign/inc/stringarray.hrc:76
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Block"
msgstr "መከልከያ"
-#: stringarray.hrc:77
+#: reportdesign/inc/stringarray.hrc:77
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Center"
msgstr "መሀከል"
-#: strings.hrc:25
+#: reportdesign/inc/strings.hrc:25
msgctxt "RID_STR_PROPPAGE_DEFAULT"
msgid "General"
msgstr "ባጠቃላይ"
-#: strings.hrc:26
+#: reportdesign/inc/strings.hrc:26
msgctxt "RID_STR_PROPPAGE_DATA"
msgid "Data"
msgstr "ዳታ"
-#: strings.hrc:27
+#: reportdesign/inc/strings.hrc:27
msgctxt "RID_STR_FORCENEWPAGE"
msgid "Force New Page"
msgstr "አዲስ ገጽ ማስገደጃ"
-#: strings.hrc:28
+#: reportdesign/inc/strings.hrc:28
msgctxt "RID_STR_NEWROWORCOL"
msgid "New Row Or Column"
msgstr "አዲስ ረድፍ ወይም አምድ"
-#: strings.hrc:29
+#: reportdesign/inc/strings.hrc:29
msgctxt "RID_STR_KEEPTOGETHER"
msgid "Keep Together"
msgstr "በአንድ ላይ ማስቀመጫ"
-#: strings.hrc:30
+#: reportdesign/inc/strings.hrc:30
msgctxt "RID_STR_CANGROW"
msgid "Can Grow"
msgstr "ያድጋል"
-#: strings.hrc:31
+#: reportdesign/inc/strings.hrc:31
msgctxt "RID_STR_CANSHRINK"
msgid "Can Shrink"
msgstr "ያንሳል"
-#: strings.hrc:32
+#: reportdesign/inc/strings.hrc:32
msgctxt "RID_STR_REPEATSECTION"
msgid "Repeat Section"
msgstr "ክፍሉን መድገሚያ"
-#: strings.hrc:33
+#: reportdesign/inc/strings.hrc:33
msgctxt "RID_STR_PRINTREPEATEDVALUES"
msgid "Print repeated values"
msgstr "የተደገሙ ዋጋዎችን ማተሚያ"
-#: strings.hrc:34
+#: reportdesign/inc/strings.hrc:34
msgctxt "RID_STR_CONDITIONALPRINTEXPRESSION"
msgid "Conditional Print Expression"
msgstr "እንደ ሁኔታው አቀራረብ የ ህትመት መግለጫ"
-#: strings.hrc:35
+#: reportdesign/inc/strings.hrc:35
msgctxt "RID_STR_STARTNEWCOLUMN"
msgid "Start new column"
msgstr "አዲስ አምድ መጀመሪያ"
-#: strings.hrc:36
+#: reportdesign/inc/strings.hrc:36
msgctxt "RID_STR_STARTNEWPAGE"
msgid "Start new page"
msgstr "አዲስ ገጽ መጀመሪያ"
-#: strings.hrc:37
+#: reportdesign/inc/strings.hrc:37
msgctxt "RID_STR_RESETPAGENUMBER"
msgid "Reset page number"
msgstr "የ ገጽ ቁጥር እንደ ነበር መመለሻ"
-#: strings.hrc:38
+#: reportdesign/inc/strings.hrc:38
msgctxt "RID_STR_CHARTTYPE"
msgid "Chart type"
msgstr "የ ቻርት አይነት"
-#: strings.hrc:39
+#: reportdesign/inc/strings.hrc:39
msgctxt "RID_STR_PRINTWHENGROUPCHANGE"
msgid "Print repeated value on group change"
msgstr "በ ቡድን ላይ ተደጋግመው የተቀየሩ ዋጋዎችን ማተሚያ"
-#: strings.hrc:40
+#: reportdesign/inc/strings.hrc:40
msgctxt "RID_STR_VISIBLE"
msgid "Visible"
msgstr "የሚታይ"
-#: strings.hrc:41
+#: reportdesign/inc/strings.hrc:41
msgctxt "RID_STR_GROUPKEEPTOGETHER"
msgid "Group keep together"
msgstr "ቡድኑን በአንድ ላይ ማስቀመጫ"
-#: strings.hrc:42
+#: reportdesign/inc/strings.hrc:42
msgctxt "RID_STR_PAGEHEADEROPTION"
msgid "Page header"
msgstr "የ ገጽ ራስጌ"
-#: strings.hrc:43
+#: reportdesign/inc/strings.hrc:43
msgctxt "RID_STR_PAGEFOOTEROPTION"
msgid "Page footer"
msgstr "የ ገጽ ግርጌ"
-#: strings.hrc:44
+#: reportdesign/inc/strings.hrc:44
msgctxt "RID_STR_DEEPTRAVERSING"
msgid "Deep traversing"
msgstr "በጥልቀት አቋርጦ ማለፊያ"
-#: strings.hrc:45
+#: reportdesign/inc/strings.hrc:45
msgctxt "RID_STR_PREEVALUATED"
msgid "Pre evaluation"
msgstr "ከግምገማው በፊት"
-#: strings.hrc:46
+#: reportdesign/inc/strings.hrc:46
msgctxt "RID_STR_POSITIONX"
msgid "Position X"
msgstr "የ X ቦታ"
-#: strings.hrc:47
+#: reportdesign/inc/strings.hrc:47
msgctxt "RID_STR_POSITIONY"
msgid "Position Y"
msgstr "የ Y ቦታ"
-#: strings.hrc:48
+#: reportdesign/inc/strings.hrc:48
msgctxt "RID_STR_WIDTH"
msgid "Width"
msgstr "ስፋት"
-#: strings.hrc:49
+#: reportdesign/inc/strings.hrc:49
msgctxt "RID_STR_HEIGHT"
msgid "Height"
msgstr "እርዝመት"
-#: strings.hrc:50
+#: reportdesign/inc/strings.hrc:50
msgctxt "RID_STR_INITIALFORMULA"
msgid "Initial value"
msgstr "መነሻው ዋጋ"
-#: strings.hrc:51
+#: reportdesign/inc/strings.hrc:51
msgctxt "RID_STR_PRESERVEIRI"
msgid "Preserve as Link"
msgstr "እንደ አገናኝ ማስቀመጫ"
-#: strings.hrc:52
+#: reportdesign/inc/strings.hrc:52
msgctxt "RID_STR_FORMULA"
msgid "Formula"
msgstr "መቀመሪያ"
-#: strings.hrc:53
+#: reportdesign/inc/strings.hrc:53
msgctxt "RID_STR_DATAFIELD"
msgid "Data field"
msgstr "የ ዳታ ሜዳ"
-#: strings.hrc:54
+#: reportdesign/inc/strings.hrc:54
msgctxt "RID_STR_FONT"
msgid "Font"
msgstr "ፊደል"
-#: strings.hrc:55
+#: reportdesign/inc/strings.hrc:55
msgctxt "RID_STR_BACKCOLOR"
msgid "Background color"
msgstr "የ መደብ ቀለም"
-#: strings.hrc:56
+#: reportdesign/inc/strings.hrc:56
msgctxt "RID_STR_BACKTRANSPARENT"
msgid "Background Transparent"
msgstr "የ መደቡ ግልጽነት"
-#: strings.hrc:57
+#: reportdesign/inc/strings.hrc:57
msgctxt "RID_STR_CONTROLBACKGROUNDTRANSPARENT"
msgid "Background Transparent"
msgstr "የ መደቡ ግልጽነት"
-#: strings.hrc:58
+#: reportdesign/inc/strings.hrc:58
msgctxt "RID_STR_OVERLAP_OTHER_CONTROL"
msgid "This operation is not allowed. The control overlaps with another one."
msgstr "ይህ ተግባር የተፈቀደ አይደለም ፡ መቆጣጠሪያው በሌሎች ላይ ይደራረባል"
-#: strings.hrc:59
+#: reportdesign/inc/strings.hrc:59
msgctxt "RID_STR_ILLEGAL_POSITION"
msgid "This position can not be set. It is invalid."
msgstr "ይህን ቦታ ማሰናዳት አይቻልም: ዋጋ የለውም"
-#: strings.hrc:60
+#: reportdesign/inc/strings.hrc:60
msgctxt "RID_STR_SCOPE_GROUP"
msgid "Group: %1"
msgstr "ቡድን: %1"
-#: strings.hrc:61
+#: reportdesign/inc/strings.hrc:61
msgctxt "RID_STR_FORMULALIST"
msgid "Function"
msgstr "ተግባር"
-#: strings.hrc:62
+#: reportdesign/inc/strings.hrc:62
msgctxt "RID_STR_SCOPE"
msgid "Scope"
msgstr "ክልል"
-#: strings.hrc:63
+#: reportdesign/inc/strings.hrc:63
msgctxt "RID_STR_TYPE"
msgid "Data Field Type"
msgstr "የ ዳታ ሜዳ አይነት"
-#: strings.hrc:64
+#: reportdesign/inc/strings.hrc:64
msgctxt "RID_STR_MASTERFIELDS"
msgid "Link master fields"
msgstr "ዋና ሜዳዎችን አገናኝ"
-#: strings.hrc:65
+#: reportdesign/inc/strings.hrc:65
msgctxt "RID_STR_DETAILFIELDS"
msgid "Link slave fields"
msgstr "Link slave fields"
-#: strings.hrc:67
+#: reportdesign/inc/strings.hrc:67
msgctxt "RID_STR_DETAILLABEL"
msgid "Chart"
msgstr "ቻርት"
-#: strings.hrc:68
+#: reportdesign/inc/strings.hrc:68
msgctxt "RID_STR_MASTERLABEL"
msgid "Report"
msgstr "መግለጫ"
-#: strings.hrc:69
+#: reportdesign/inc/strings.hrc:69
msgctxt "RID_STR_PREVIEW_COUNT"
msgid "Preview Row(s)"
msgstr "ቅድመ እይታ ረድፍ(ፎች)"
-#: strings.hrc:70
+#: reportdesign/inc/strings.hrc:70
msgctxt "RID_STR_AREA"
msgid "Area"
msgstr "ስፋት"
-#: strings.hrc:71
+#: reportdesign/inc/strings.hrc:71
msgctxt "RID_STR_MIMETYPE"
msgid "Report Output Format"
msgstr "የ ውጤት አቀራረብ መግለጫ"
-#: strings.hrc:72
+#: reportdesign/inc/strings.hrc:72
msgctxt "RID_STR_VERTICALALIGN"
msgid "Vert. Alignment"
msgstr "በ ቁመት ማሰለፊያ"
-#: strings.hrc:73
+#: reportdesign/inc/strings.hrc:73
msgctxt "RID_STR_PARAADJUST"
msgid "Horz. Alignment"
msgstr "በ አግድም ማሰለፊያ"
-#: strings.hrc:74
+#: reportdesign/inc/strings.hrc:74
msgctxt "RID_STR_F_COUNTER"
msgid "Counter"
msgstr "ቆጣሪ"
-#: strings.hrc:75
+#: reportdesign/inc/strings.hrc:75
msgctxt "RID_STR_F_ACCUMULATION"
msgid "Accumulation"
msgstr "ጥርቅም"
-#: strings.hrc:76
+#: reportdesign/inc/strings.hrc:76
msgctxt "RID_STR_F_MINIMUM"
msgid "Minimum"
msgstr "ዝቅተኛ"
-#: strings.hrc:77
+#: reportdesign/inc/strings.hrc:77
msgctxt "RID_STR_F_MAXIMUM"
msgid "Maximum"
msgstr "ከፍተኛ"
-#: strings.hrc:79
+#: reportdesign/inc/strings.hrc:79
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "ባህሪዎች: "
-#: strings.hrc:80
+#: reportdesign/inc/strings.hrc:80
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr "መቆጣጠሪያ ምልክት የለም"
-#: strings.hrc:81
+#: reportdesign/inc/strings.hrc:81
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "በርካታ መምረጫ"
-#: strings.hrc:82
+#: reportdesign/inc/strings.hrc:82
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "የምስል መቆጣጠሪያ"
-#: strings.hrc:83
+#: reportdesign/inc/strings.hrc:83
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label field"
msgstr "የ ምልክት ሜዳ"
-#: strings.hrc:84
+#: reportdesign/inc/strings.hrc:84
msgctxt "RID_STR_PROPTITLE_FIXEDLINE"
msgid "Line"
msgstr "መስመር"
-#: strings.hrc:85
+#: reportdesign/inc/strings.hrc:85
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "የ ሜዳ አቀራረብ"
-#: strings.hrc:86
+#: reportdesign/inc/strings.hrc:86
msgctxt "RID_STR_PROPTITLE_SHAPE"
msgid "Shape"
msgstr "ቅርጽ"
-#: strings.hrc:87
+#: reportdesign/inc/strings.hrc:87
msgctxt "RID_STR_PROPTITLE_REPORT"
msgid "Report"
msgstr "መግለጫ"
-#: strings.hrc:88
+#: reportdesign/inc/strings.hrc:88
msgctxt "RID_STR_PROPTITLE_SECTION"
msgid "Section"
msgstr "ክፍል"
-#: strings.hrc:89
+#: reportdesign/inc/strings.hrc:89
msgctxt "RID_STR_PROPTITLE_FUNCTION"
msgid "Function"
msgstr "ተግባር"
-#: strings.hrc:90
+#: reportdesign/inc/strings.hrc:90
msgctxt "RID_STR_PROPTITLE_GROUP"
msgid "Group"
msgstr "ቡድን"
-#: strings.hrc:91
+#: reportdesign/inc/strings.hrc:91
msgctxt "RID_STR_UNDO_CHANGEPOSITION"
msgid "Change Object"
msgstr "እቃ መቀየሪያ"
-#: strings.hrc:92
+#: reportdesign/inc/strings.hrc:92
msgctxt "RID_STR_UNDO_MOVE_GROUP"
msgid "Move Group(s)"
msgstr "ቡድን(ኖችን) ማንቀሳቀሻ"
-#: strings.hrc:93
+#: reportdesign/inc/strings.hrc:93
msgctxt "RID_STR_UNDO_CONDITIONAL_FORMATTING"
msgid "Conditional Formatting"
msgstr "እንደ ሁኔታው አቀራረብ"
-#: strings.hrc:94
+#: reportdesign/inc/strings.hrc:94
msgctxt "RID_STR_UNDO_REMOVE_REPORTHEADERFOOTER"
msgid "Remove report header / report footer"
msgstr "የ ራስጌ / የ ግርጌ መግለጫ ማስወገጃ"
-#: strings.hrc:95
+#: reportdesign/inc/strings.hrc:95
msgctxt "RID_STR_UNDO_ADD_REPORTHEADERFOOTER"
msgid "Add report header / report footer"
msgstr "የ ራስጌ / የ ግርጌ መግለጫ መጨመሪያ"
#. The # character is used for replacing
-#: strings.hrc:97
+#: reportdesign/inc/strings.hrc:97
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Change property '#'"
msgstr "ባህሪ መቀየሪያ '#'"
-#: strings.hrc:98
+#: reportdesign/inc/strings.hrc:98
msgctxt "RID_STR_UNDO_ADD_GROUP_HEADER"
msgid "Add group header "
msgstr "የ ቡድን ራስጌ መጨመሪያ "
-#: strings.hrc:99
+#: reportdesign/inc/strings.hrc:99
msgctxt "RID_STR_UNDO_REMOVE_GROUP_HEADER"
msgid "Remove group header "
msgstr "የ ቡድን ራስጌ ማስወገጃ "
-#: strings.hrc:100
+#: reportdesign/inc/strings.hrc:100
msgctxt "RID_STR_UNDO_ADD_GROUP_FOOTER"
msgid "Add group footer "
msgstr "የ ቡድን ግርጌ መጨመሪያ "
-#: strings.hrc:101
+#: reportdesign/inc/strings.hrc:101
msgctxt "RID_STR_UNDO_REMOVE_GROUP_FOOTER"
msgid "Remove group footer "
msgstr "የ ቡድን ግርጌ ማስወገጃ "
-#: strings.hrc:102
+#: reportdesign/inc/strings.hrc:102
msgctxt "RID_STR_UNDO_ADDFUNCTION"
msgid "Add function"
msgstr "ተግባር መጨመሪያ"
-#: strings.hrc:103
+#: reportdesign/inc/strings.hrc:103
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "ስም ~መግለጫ"
-#: strings.hrc:104
+#: reportdesign/inc/strings.hrc:104
msgctxt "RID_STR_UNDO_REMOVE_GROUP"
msgid "Delete Group"
msgstr "ቡድን ማጥፊያ"
-#: strings.hrc:105
+#: reportdesign/inc/strings.hrc:105
msgctxt "RID_STR_UNDO_APPEND_GROUP"
msgid "Add Group"
msgstr "ቡድን መጨመሪያ"
-#: strings.hrc:106
+#: reportdesign/inc/strings.hrc:106
msgctxt "RID_STR_UNDO_REMOVE_SELECTION"
msgid "Delete Selection"
msgstr "የተመረጠውን ማጥፊያ"
-#: strings.hrc:107
+#: reportdesign/inc/strings.hrc:107
msgctxt "RID_STR_UNDO_REMOVE_FUNCTION"
msgid "Delete Function"
msgstr "ተግባር ማጥፊያ"
-#: strings.hrc:108
+#: reportdesign/inc/strings.hrc:108
msgctxt "RID_STR_UNDO_CHANGE_SIZE"
msgid "Change Size"
msgstr "መጠን መቀየሪያ"
-#: strings.hrc:109
+#: reportdesign/inc/strings.hrc:109
msgctxt "RID_STR_UNDO_PASTE"
msgid "Paste"
msgstr "መለጠፊያ"
-#: strings.hrc:110
+#: reportdesign/inc/strings.hrc:110
msgctxt "RID_STR_UNDO_INSERT_CONTROL"
msgid "Insert Control"
msgstr "መቆጣጠሪያ ማስገቢያ"
-#: strings.hrc:111
+#: reportdesign/inc/strings.hrc:111
msgctxt "RID_STR_UNDO_DELETE_CONTROL"
msgid "Delete Control"
msgstr "መቆጣጠሪያ ማጥፊያ"
#. Please try to avoid spaces in the name. It is used as a programmatic one.
-#: strings.hrc:113
+#: reportdesign/inc/strings.hrc:113
msgctxt "RID_STR_GROUPHEADER"
msgid "GroupHeader"
msgstr "የ ቡድን ራስጌ"
#. Please try to avoid spaces in the name. It is used as a programmatic one.
-#: strings.hrc:115
+#: reportdesign/inc/strings.hrc:115
msgctxt "RID_STR_GROUPFOOTER"
msgid "GroupFooter"
msgstr "የ ቡድን ግርጌ"
-#: strings.hrc:116
+#: reportdesign/inc/strings.hrc:116
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "ሜዳ መጨመሪያ:"
-#: strings.hrc:117
+#: reportdesign/inc/strings.hrc:117
msgctxt "RID_STR_FILTER"
msgid "Filter"
msgstr "ማጣሪያ"
-#: strings.hrc:118
+#: reportdesign/inc/strings.hrc:118
msgctxt "RID_STR_UNDO_ALIGNMENT"
msgid "Change Alignment"
msgstr "ማሰለፊያ መቀየሪያ"
#. # will be replaced with a name.
-#: strings.hrc:120
+#: reportdesign/inc/strings.hrc:120
msgctxt "RID_STR_HEADER"
msgid "# Header"
msgstr "# ራስጌ"
#. # will be replaced with a name.";
-#: strings.hrc:122
+#: reportdesign/inc/strings.hrc:122
msgctxt "RID_STR_FOOTER"
msgid "# Footer"
msgstr "# ግርጌ"
-#: strings.hrc:123
+#: reportdesign/inc/strings.hrc:123
msgctxt "RID_STR_IMPORT_GRAPHIC"
msgid "Insert graphics"
msgstr "ንድፎች ማስገቢያ"
-#: strings.hrc:124
+#: reportdesign/inc/strings.hrc:124
msgctxt "RID_STR_DELETE"
msgid "Delete"
msgstr "ማጥፊያ"
-#: strings.hrc:125
+#: reportdesign/inc/strings.hrc:125
msgctxt "RID_STR_FUNCTION"
msgid "Function"
msgstr "ተግባር"
-#: strings.hrc:126
+#: reportdesign/inc/strings.hrc:126
msgctxt "RID_STR_COULD_NOT_CREATE_REPORT"
msgid "An error occurred while creating the report."
msgstr "መግለጫው በሚፈጠርበት ጊዜ ስህተት ተፈጥሯል"
-#: strings.hrc:127
+#: reportdesign/inc/strings.hrc:127
msgctxt "RID_STR_CAUGHT_FOREIGN_EXCEPTION"
msgid "An exception of type $type$ was caught."
msgstr "የተለየ አይነት $type$ ተገኝቷል"
-#: strings.hrc:128
+#: reportdesign/inc/strings.hrc:128
msgctxt "RID_STR_UNDO_CHANGEFONT"
msgid "Change font"
msgstr "ፊደል መቀየሪያ"
-#: strings.hrc:129
+#: reportdesign/inc/strings.hrc:129
msgctxt "RID_STR_UNDO_CHANGEPAGE"
msgid "Change page attributes"
msgstr "የገጽ ባህሪዎችን መቀየሪያ"
-#: strings.hrc:130
+#: reportdesign/inc/strings.hrc:130
msgctxt "RID_STR_PAGEHEADERFOOTER_INSERT"
msgid "Insert Page Header/Footer"
msgstr "የ ገጽ ራስጌ/ግርጌ ማስገቢያ"
-#: strings.hrc:131
+#: reportdesign/inc/strings.hrc:131
msgctxt "RID_STR_PAGEHEADERFOOTER_DELETE"
msgid "Delete Page Header/Footer"
msgstr "የ ገጽ ራስጌ/ግርጌ ማጥፊያ"
-#: strings.hrc:132
+#: reportdesign/inc/strings.hrc:132
msgctxt "RID_STR_REPORTHEADERFOOTER_INSERT"
msgid "Insert Report Header/Footer"
msgstr "የ መግለጫ ራስጌ/ግርጌ ማስገቢያ"
-#: strings.hrc:133
+#: reportdesign/inc/strings.hrc:133
msgctxt "RID_STR_REPORTHEADERFOOTER_DELETE"
msgid "Delete Report Header/Footer"
msgstr "የ መግለጫ ራስጌ/ግርጌ ማጥፊያ"
-#: strings.hrc:134
+#: reportdesign/inc/strings.hrc:134
msgctxt "RID_ERR_NO_COMMAND"
msgid "The report can not be executed unless it is bound to content."
msgstr "በይዞታው ክልል ውስጥ ካልሆነ መግለጫውን ማስኬድ አይቻልም"
-#: strings.hrc:135
+#: reportdesign/inc/strings.hrc:135
msgctxt "RID_ERR_NO_OBJECTS"
msgid "The report can not be executed unless at least one object has been inserted."
msgstr "ቢያንስ አንድ እቃ መጨመር አለበት ያለበለዚያ መግለጫውን ማስኬድ አይቻልም"
-#: strings.hrc:136
+#: reportdesign/inc/strings.hrc:136
msgctxt "RID_STR_UNDO_SHRINK"
msgid "Shrink Section"
msgstr "ክፍል ማሳነሻ"
-#: strings.hrc:137 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:171
+#: reportdesign/inc/strings.hrc:137 reportdesign/inc/strings.hrc:171
msgctxt "RID_STR_DETAIL"
msgid "Detail"
msgstr "ዝርዝር"
-#: strings.hrc:138 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:172
+#: reportdesign/inc/strings.hrc:138 reportdesign/inc/strings.hrc:172
msgctxt "RID_STR_PAGE_HEADER"
msgid "Page Header"
msgstr "የ ገጽ ራስጌ"
-#: strings.hrc:139 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:173
+#: reportdesign/inc/strings.hrc:139 reportdesign/inc/strings.hrc:173
msgctxt "RID_STR_PAGE_FOOTER"
msgid "Page Footer"
msgstr "የ ገጽ ግርጌ"
-#: strings.hrc:140 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:176
+#: reportdesign/inc/strings.hrc:140 reportdesign/inc/strings.hrc:176
msgctxt "RID_STR_REPORT_HEADER"
msgid "Report Header"
msgstr "የ ራስጌ መግለጫ"
-#: strings.hrc:141 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:177
+#: reportdesign/inc/strings.hrc:141 reportdesign/inc/strings.hrc:177
msgctxt "RID_STR_REPORT_FOOTER"
msgid "Report Footer"
msgstr "የ ግርጌ መግለጫ"
-#: strings.hrc:143
+#: reportdesign/inc/strings.hrc:143
msgctxt "STR_NUMBERED_CONDITION"
msgid "Condition $number$"
msgstr "ሁኔታዎች $number$"
-#: strings.hrc:145
+#: reportdesign/inc/strings.hrc:145
msgctxt "STR_RPT_EXPRESSION"
msgid "Field/Expression"
msgstr "ሜዳ / አገላለጽ"
-#: strings.hrc:146
+#: reportdesign/inc/strings.hrc:146
msgctxt "STR_RPT_PREFIXCHARS"
msgid "Prefix Characters"
msgstr "መነሻ ባህሪዎች"
-#: strings.hrc:147
+#: reportdesign/inc/strings.hrc:147
msgctxt "STR_RPT_YEAR"
msgid "Year"
msgstr "አመት"
-#: strings.hrc:148
+#: reportdesign/inc/strings.hrc:148
msgctxt "STR_RPT_QUARTER"
msgid "Quarter"
msgstr "ሩብ"
-#: strings.hrc:149
+#: reportdesign/inc/strings.hrc:149
msgctxt "STR_RPT_MONTH"
msgid "Month"
msgstr "ወር"
-#: strings.hrc:150
+#: reportdesign/inc/strings.hrc:150
msgctxt "STR_RPT_WEEK"
msgid "Week"
msgstr "ሳምንት"
-#: strings.hrc:151
+#: reportdesign/inc/strings.hrc:151
msgctxt "STR_RPT_DAY"
msgid "Day"
msgstr "ቀን"
-#: strings.hrc:152
+#: reportdesign/inc/strings.hrc:152
msgctxt "STR_RPT_HOUR"
msgid "Hour"
msgstr "ሰአት"
-#: strings.hrc:153
+#: reportdesign/inc/strings.hrc:153
msgctxt "STR_RPT_MINUTE"
msgid "Minute"
msgstr "ደቂቃ"
-#: strings.hrc:154
+#: reportdesign/inc/strings.hrc:154
msgctxt "STR_RPT_INTERVAL"
msgid "Interval"
msgstr "ክፍተት"
-#: strings.hrc:155
+#: reportdesign/inc/strings.hrc:155
msgctxt "STR_RPT_HELP_FIELD"
msgid "Select a field or type an expression to sort or group on."
msgstr "ሜዳ ይምረጡ ወይም አገላለጹን ይጻፉ ለመለየት ወይም በቡድን ለማድረግ"
-#: strings.hrc:156
+#: reportdesign/inc/strings.hrc:156
msgctxt "STR_RPT_HELP_HEADER"
msgid "Display a header for this group?"
msgstr "ለዚህ ቡድን ራስጌ ላሳይ?"
-#: strings.hrc:157
+#: reportdesign/inc/strings.hrc:157
msgctxt "STR_RPT_HELP_FOOTER"
msgid "Display a footer for this group?"
msgstr "ለዚህ ቡድን ግርጌ ላሳይ?"
-#: strings.hrc:158
+#: reportdesign/inc/strings.hrc:158
msgctxt "STR_RPT_HELP_GROUPON"
msgid "Select the value or range of values that starts a new group."
msgstr "አዲስ ቡድን ለማስጀመር ዋጋ ወይም የዋጋ መጠኖችን ይምረጡ"
-#: strings.hrc:159
+#: reportdesign/inc/strings.hrc:159
msgctxt "STR_RPT_HELP_INTERVAL"
msgid "Interval or number of characters to group on."
msgstr "በቡድን የሚደረገው የቁጥር ባህሪዎች ወይም ክፍተት"
-#: strings.hrc:160
+#: reportdesign/inc/strings.hrc:160
msgctxt "STR_RPT_HELP_KEEP"
msgid "Keep group together on one page?"
msgstr "ቡድኖቹን በአንድ ላይ በአንድ ገጽ ላስቀምጥ?"
-#: strings.hrc:161
+#: reportdesign/inc/strings.hrc:161
msgctxt "STR_RPT_HELP_SORT"
msgid "Select ascending or descending sort order. Ascending means from A to Z or 0 to 9"
msgstr "ይምረጡ ከ ታች ወደ ላይ ወይም ከ ላይ ወደ ታች መለያ: ከ ታች ወደ ላይ ማለት ከ A ወደ Z ወይም ከ 0 ወደ 9 ማለት ነው"
#. The space after the word is no error. #PAGENUMBER# is a replacement and & must not be translated as well as "
-#: strings.hrc:164
+#: reportdesign/inc/strings.hrc:164
msgctxt "STR_RPT_PN_PAGE"
msgid "\"Page \" & #PAGENUMBER#"
msgstr "\"ገጽ \" & #PAGENUMBER#"
#. The space before and after the word is no error. #PAGECOUNT# is a replacement and & must not be translated as well as "
-#: strings.hrc:166
+#: reportdesign/inc/strings.hrc:166
msgctxt "STR_RPT_PN_PAGE_OF"
msgid " & \" of \" & #PAGECOUNT#"
msgstr " & \" of \" & #PAGECOUNT#"
-#: strings.hrc:168
+#: reportdesign/inc/strings.hrc:168
msgctxt "RID_STR_FUNCTIONS"
msgid "Functions"
msgstr "ተግባሮች"
-#: strings.hrc:169
+#: reportdesign/inc/strings.hrc:169
msgctxt "RID_STR_GROUPS"
msgid "Groups"
msgstr "ቡድኖች"
-#: strings.hrc:174
+#: reportdesign/inc/strings.hrc:174
msgctxt "RID_STR_GROUP_HEADER"
msgid "Group Header"
msgstr "የ ቡድን ራስጌ"
-#: strings.hrc:175
+#: reportdesign/inc/strings.hrc:175
msgctxt "RID_STR_GROUP_FOOTER"
msgid "Group Footer"
msgstr "የ ቡድን ግርጌ"
-#: strings.hrc:178
+#: reportdesign/inc/strings.hrc:178
msgctxt "RID_STR_ERROR_WRONG_ARGUMENT"
msgid "You tried to set an illegal argument. Please have a look at '#1' for valid arguments."
msgstr "ለማሰናዳት እየሞከሩ ያሉት ክርክር ህገወጥ ነው: እባክዎን ይህን ይመልከቱ '#1' ሕጋዊ ለሆኑ ክርክሮች"
-#: strings.hrc:179
+#: reportdesign/inc/strings.hrc:179
msgctxt "RID_STR_ARGUMENT_IS_NULL"
msgid "The element is invalid."
msgstr "አካሉ ዋጋ የለውም"
-#: strings.hrc:180
+#: reportdesign/inc/strings.hrc:180
msgctxt "RID_STR_FIXEDTEXT"
msgid "Label field"
msgstr "የ ምልክት ሜዳ"
-#: strings.hrc:181
+#: reportdesign/inc/strings.hrc:181
msgctxt "RID_STR_FORMATTEDFIELD"
msgid "Formatted field"
msgstr "የ ሜዳ አቀራረብ"
-#: strings.hrc:182
+#: reportdesign/inc/strings.hrc:182
msgctxt "RID_STR_IMAGECONTROL"
msgid "Image control"
msgstr "የምስል መቆጣጠሪያ"
-#: strings.hrc:183
+#: reportdesign/inc/strings.hrc:183
msgctxt "RID_STR_REPORT"
msgid "Report"
msgstr "መግለጫ"
-#: strings.hrc:184
+#: reportdesign/inc/strings.hrc:184
msgctxt "RID_STR_SHAPE"
msgid "Shape"
msgstr "ቅርጽ"
-#: strings.hrc:185
+#: reportdesign/inc/strings.hrc:185
msgctxt "RID_STR_FIXEDLINE"
msgid "Fixed line"
msgstr "የተወሰን መስመር"
-#: backgrounddialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/backgrounddialog.ui:8
msgctxt "backgrounddialog|BackgroundDialog"
msgid "Section Setup"
msgstr "ክፍል ማሰናጃ"
-#: backgrounddialog.ui:105
+#: reportdesign/uiconfig/dbreport/ui/backgrounddialog.ui:105
msgctxt "backgrounddialog|background"
msgid "Background"
msgstr "መደብ"
-#: chardialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:8
msgctxt "chardialog|CharDialog"
msgid "Character Settings"
msgstr "ባህሪ ማሰናጃዎች"
-#: chardialog.ui:105
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:105
msgctxt "chardialog|font"
msgid "Font"
msgstr "ፊደል"
-#: chardialog.ui:127
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:127
msgctxt "chardialog|fonteffects"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
-#: chardialog.ui:150
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:150
msgctxt "chardialog|position"
msgid "Position"
msgstr "ቦታ"
-#: chardialog.ui:173
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:173
msgctxt "chardialog|asianlayout"
msgid "Asian Layout"
msgstr "የ እስያ እቅድ"
-#: chardialog.ui:196
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:196
msgctxt "chardialog|background"
msgid "Highlighting"
msgstr "ማድመቂያ"
-#: chardialog.ui:219
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:219
msgctxt "chardialog|alignment"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: condformatdialog.ui:10
+#: reportdesign/uiconfig/dbreport/ui/condformatdialog.ui:10
msgctxt "condformatdialog|CondFormat"
msgid "Conditional Formatting"
msgstr "እንደ ሁኔታው አቀራረብ"
-#: conditionwin.ui:56
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:56
msgctxt "conditionwin|typeCombobox"
msgid "Field Value Is"
msgstr "የ ሜዳው ዋጋ"
-#: conditionwin.ui:57
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:57
msgctxt "conditionwin|typeCombobox"
msgid "Expression Is"
msgstr "አገላለጹ"
-#: conditionwin.ui:71
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:71
msgctxt "conditionwin|opCombobox"
msgid "between"
msgstr "መካከል"
-#: conditionwin.ui:72
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:72
msgctxt "conditionwin|opCombobox"
msgid "not between"
msgstr "መካከል አይደለም"
-#: conditionwin.ui:73
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:73
msgctxt "conditionwin|opCombobox"
msgid "equal to"
msgstr "እኩል ይሆናል"
-#: conditionwin.ui:74
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:74
msgctxt "conditionwin|opCombobox"
msgid "not equal to"
msgstr "እኩል አይደለም"
-#: conditionwin.ui:75
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:75
msgctxt "conditionwin|opCombobox"
msgid "greater than"
msgstr "ይበልጣል"
-#: conditionwin.ui:76
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:76
msgctxt "conditionwin|opCombobox"
msgid "less than"
msgstr "ያንሳል"
-#: conditionwin.ui:77
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:77
msgctxt "conditionwin|opCombobox"
msgid "greater than or equal to"
msgstr "ይበልጣል ወይም እኩል ይሆናል"
-#: conditionwin.ui:78
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:78
msgctxt "conditionwin|opCombobox"
msgid "less than or equal to"
msgstr "ያንሳል ወይንም እኩል ይሆናል"
-#: conditionwin.ui:107
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:107
msgctxt "conditionwin|lhsButton"
msgid "..."
msgstr "..."
-#: conditionwin.ui:130
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:130
msgctxt "conditionwin|andLabel"
msgid "and"
msgstr "እና"
-#: conditionwin.ui:158
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:158
msgctxt "conditionwin|rhsButton"
msgid "..."
msgstr "..."
-#: conditionwin.ui:220
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:221
msgctxt "conditionwin|ToolBoxItem1"
msgid "Bold"
msgstr "ማድመቂያ"
-#: conditionwin.ui:235
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:236
msgctxt "conditionwin|ToolBoxItem2"
msgid "Italic"
msgstr "ማዝመሚያ"
-#: conditionwin.ui:250
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:251
msgctxt "conditionwin|ToolBoxItem3"
msgid "Underline"
msgstr "ከ ስሩ ማስመሪያ"
-#: conditionwin.ui:275
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:276
msgctxt "conditionwin|ToolBoxItem4"
msgid "Background Color"
msgstr "የ መደብ ቀለም"
-#: conditionwin.ui:290
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:291
msgctxt "conditionwin|ToolBoxItem5"
msgid "Font Color"
msgstr "የ ፊደል ቀለም"
-#: conditionwin.ui:305
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:306
msgctxt "conditionwin|ToolBoxItem6"
msgid "Character Formatting"
msgstr "የ ባህሪ አቀራረብ"
-#: conditionwin.ui:371
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:373
msgctxt "conditionwin|removeButton"
msgid "-"
msgstr "-"
-#: conditionwin.ui:385
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:388
msgctxt "conditionwin|addButton"
msgid "+"
msgstr "+"
-#: datetimedialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:8
msgctxt "datetimedialog|DateTimeDialog"
msgid "Date and Time"
msgstr "ቀን እና ሰአት"
-#: datetimedialog.ui:87
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:87
msgctxt "datetimedialog|date"
msgid "_Include Date"
msgstr "ቀን _ማካተቻ"
-#: datetimedialog.ui:108
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:108
msgctxt "datetimedialog|datelistbox_label"
msgid "_Format:"
msgstr "_አቀራረብ:"
-#: datetimedialog.ui:119
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:119
msgctxt "datetimedialog|time"
msgid "Include _Time"
msgstr "ሰአት _ማካተቻ"
-#: datetimedialog.ui:140
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:140
msgctxt "datetimedialog|timelistbox_label"
msgid "Fo_rmat:"
msgstr "አቀ_ራረብ:"
-#: floatingfield.ui:11
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:11
msgctxt "floatingfield|FloatingField"
msgid "Sorting and Grouping"
msgstr "መለያ እና በ ቡድን ማድረጊያ"
-#: floatingfield.ui:30
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:30
msgctxt "floatingfield|up"
msgid "Sort Ascending"
msgstr "ከ ታች ወደ ላይ መለያ"
-#: floatingfield.ui:43
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:43
msgctxt "floatingfield|down"
msgid "Sort Descending"
msgstr "ከ ላይ ወደ ታች መለያ"
-#: floatingfield.ui:56
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:56
msgctxt "floatingfield|delete"
msgid "Remove sorting"
msgstr "መለያውን ማስወገጃ"
-#: floatingfield.ui:79
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:79
msgctxt "floatingfield|insert"
msgid "Insert"
msgstr "ማስገቢያ"
-#: floatingfield.ui:98
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:98
msgctxt "floatingfield|helptext"
msgid "Highlight the fields to insert into the selected section of the template, then click Insert or press Enter."
msgstr "ወደ ተመረጠው ቴምፕሌት ክፍል ማስገባት የሚፈልጉትን ሜዳዎች ያድምቁ ከዚያም ማስገቢያ ይጫኑ ወይንም ማስገቢያውን"
-#: floatingnavigator.ui:10
+#: reportdesign/uiconfig/dbreport/ui/floatingnavigator.ui:10
msgctxt "floatingnavigator|FloatingNavigator"
msgid "Report navigator"
msgstr "የ መቃኛ መግለጫ"
-#: floatingsort.ui:11
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:11
msgctxt "floatingsort|FloatingSort"
msgid "Sorting and Grouping"
msgstr "መለያ እና በቡድን ማድረጊያ"
-#: floatingsort.ui:53
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:53
msgctxt "floatingsort|label5"
msgid "Group actions"
msgstr "የቡድን ተግባሮች"
-#: floatingsort.ui:75
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:75
msgctxt "floatingsort|up"
msgid "Move up"
msgstr "ወደ ላይ ማንቀሳቀሻ"
-#: floatingsort.ui:88
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:88
msgctxt "floatingsort|down"
msgid "Move down"
msgstr "ወደ ታች ማንቀሳቀሻ"
-#: floatingsort.ui:101
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:101
msgctxt "floatingsort|delete"
msgid "Delete"
msgstr "ማጥፊያ"
-#: floatingsort.ui:152
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:152
msgctxt "floatingsort|label1"
msgid "Groups"
msgstr "ቡድኖች"
-#: floatingsort.ui:192
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:192
msgctxt "floatingsort|label6"
msgid "Sorting"
msgstr "በመለየት ላይ"
-#: floatingsort.ui:208
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:208
msgctxt "floatingsort|label7"
msgid "Group Header"
msgstr "የ ቡድን ራስጌ"
-#: floatingsort.ui:224
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:224
msgctxt "floatingsort|label8"
msgid "Group Footer"
msgstr "የ ቡድን ግርጌ"
-#: floatingsort.ui:240
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:240
msgctxt "floatingsort|label9"
msgid "Group On"
msgstr "በ ቡድን"
-#: floatingsort.ui:256
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:256
msgctxt "floatingsort|label10"
msgid "Group Interval"
msgstr "የ ቡድን ክፍተት"
-#: floatingsort.ui:272
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:272
msgctxt "floatingsort|label11"
msgid "Keep Together"
msgstr "በአንድ ላይ ማስቀመጫ"
-#: floatingsort.ui:290
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:290
msgctxt "floatingsort|sorting"
msgid "Ascending"
msgstr "እየጨመረ በሚሄድ"
-#: floatingsort.ui:291
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:291
msgctxt "floatingsort|sorting"
msgid "Descending"
msgstr "እየቀነሰ በሚሄድ"
-#: floatingsort.ui:308
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:308
msgctxt "floatingsort|header"
msgid "Present"
msgstr "አለ"
-#: floatingsort.ui:309
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:309
msgctxt "floatingsort|header"
msgid "Not present"
msgstr "የለም"
-#: floatingsort.ui:326
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:326
msgctxt "floatingsort|keep"
msgid "No"
msgstr "አይ"
-#: floatingsort.ui:327
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:327
msgctxt "floatingsort|keep"
msgid "Whole Group"
msgstr "ቡድኑ በሙሉ"
-#: floatingsort.ui:328
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:328
msgctxt "floatingsort|keep"
msgid "With First Detail"
msgstr "በመጀመሪያው ዝርዝር"
-#: floatingsort.ui:345
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:345
msgctxt "floatingsort|footer"
msgid "Present"
msgstr "አለ"
-#: floatingsort.ui:346
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:346
msgctxt "floatingsort|footer"
msgid "Not present"
msgstr "የለም"
-#: floatingsort.ui:363
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:363
msgctxt "floatingsort|group"
msgid "Each Value"
msgstr "የእያንዳንዱ ዋጋ"
-#: floatingsort.ui:394
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:394
msgctxt "floatingsort|label2"
msgid "Properties"
msgstr "ባህሪዎች"
-#: floatingsort.ui:436
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:436
msgctxt "floatingsort|label3"
msgid "Help"
msgstr "እርዳታ"
-#: groupsortmenu.ui:12
+#: reportdesign/uiconfig/dbreport/ui/groupsortmenu.ui:12
msgctxt "groupsortmenu|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: navigatormenu.ui:12
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:12
msgctxt "navigatormenu|sorting"
msgid "Sorting and Grouping..."
msgstr "መለያ እና በ ቡድን ማድረጊያ..."
-#: navigatormenu.ui:26
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:26
msgctxt "navigatormenu|page"
msgid "Page Header/Footer..."
msgstr "የ ገጽ ራስጌ/ግርጌ..."
-#: navigatormenu.ui:34
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:34
msgctxt "navigatormenu|report"
msgid "Report Header/Footer..."
msgstr "የ መግለጫ ራስጌ/ግርጌ..."
-#: navigatormenu.ui:48
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:48
msgctxt "navigatormenu|function"
msgid "New Function"
msgstr "አዲስ ተግባር"
-#: navigatormenu.ui:62
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:62
msgctxt "navigatormenu|properties"
msgid "Properties..."
msgstr "ባህሪዎች..."
-#: navigatormenu.ui:70
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:70
msgctxt "navigatormenu|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: pagedialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/pagedialog.ui:8
msgctxt "pagedialog|PageDialog"
msgid "Page Setup"
msgstr "ገጽ ማሰናጃ"
-#: pagedialog.ui:105
+#: reportdesign/uiconfig/dbreport/ui/pagedialog.ui:105
msgctxt "pagedialog|page"
msgid "Page"
msgstr "ገጽ"
-#: pagedialog.ui:127
+#: reportdesign/uiconfig/dbreport/ui/pagedialog.ui:127
msgctxt "pagedialog|background"
msgid "Background"
msgstr "መደብ"
-#: pagenumberdialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:8
msgctxt "pagenumberdialog|PageNumberDialog"
msgid "Page Numbers"
msgstr "የ ገጽ ቁጥሮች"
-#: pagenumberdialog.ui:98
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:98
msgctxt "pagenumberdialog|pagen"
msgid "_Page N"
msgstr "_የ ገጽ ቁ"
-#: pagenumberdialog.ui:116
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:116
msgctxt "pagenumberdialog|pagenofm"
msgid "Page _N of M"
msgstr "ገጽ _ቁ ከ M"
-#: pagenumberdialog.ui:140
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:140
msgctxt "pagenumberdialog|label1"
msgid "Format"
msgstr "አቀራረብ"
-#: pagenumberdialog.ui:177
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:177
msgctxt "pagenumberdialog|toppage"
msgid "_Top of Page (Header)"
msgstr "ከ ገጹ ከ _ላይ በኩል (ራስጌ)"
-#: pagenumberdialog.ui:195
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:195
msgctxt "pagenumberdialog|bottompage"
msgid "_Bottom of Page (Footer)"
msgstr "ከ ገጹ ከ _ታች በኩል (ግርጌ)"
-#: pagenumberdialog.ui:219
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:219
msgctxt "pagenumberdialog|label2"
msgid "Position"
msgstr "ቦታ"
-#: pagenumberdialog.ui:262
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:262
msgctxt "pagenumberdialog|alignment"
msgid "Left"
msgstr "በ ግራ"
-#: pagenumberdialog.ui:263
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:263
msgctxt "pagenumberdialog|alignment"
msgid "Center"
msgstr "መሀከል"
-#: pagenumberdialog.ui:264
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:264
msgctxt "pagenumberdialog|alignment"
msgid "Right"
msgstr "በ ቀኝ"
-#: pagenumberdialog.ui:277
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:277
msgctxt "pagenumberdialog|alignment_label"
msgid "_Alignment:"
msgstr "_ማሰለፊያ:"
-#: pagenumberdialog.ui:288
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:288
msgctxt "pagenumberdialog|shownumberonfirstpage"
msgid "Show Number on First Page"
msgstr "በ መጀመሪያው ገጽ ላይ ቁጥር ማሳያ"
-#: pagenumberdialog.ui:309
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:310
msgctxt "pagenumberdialog|label3"
msgid "General"
msgstr "ባጠቃላይ"
diff --git a/source/am/sc/messages.po b/source/am/sc/messages.po
index 590971dadac..85aeb228f1c 100644
--- a/source/am/sc/messages.po
+++ b/source/am/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-01-10 11:50+0100\n"
-"PO-Revision-Date: 2018-01-10 17:28+0000\n"
+"POT-Creation-Date: 2018-04-17 15:53+0200\n"
+"PO-Revision-Date: 2018-04-12 00:48+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,60 +13,60 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1515605323.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1523494098.000000\n"
-#: compiler.hrc:27
+#: sc/inc/compiler.hrc:27
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Database"
msgstr "ዳታቤዝ"
-#: compiler.hrc:28
+#: sc/inc/compiler.hrc:28
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Date&Time"
msgstr "ቀን & ሰአት"
-#: compiler.hrc:29
+#: sc/inc/compiler.hrc:29
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Financial"
msgstr "ገንዘብ"
-#: compiler.hrc:30
+#: sc/inc/compiler.hrc:30
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Information"
msgstr "መረጃ"
-#: compiler.hrc:31
+#: sc/inc/compiler.hrc:31
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Logical"
msgstr "ሎጂካል"
-#: compiler.hrc:32
+#: sc/inc/compiler.hrc:32
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Mathematical"
msgstr "ሂሳብ"
-#: compiler.hrc:33
+#: sc/inc/compiler.hrc:33
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Array"
msgstr "ማዘጋጃ"
-#: compiler.hrc:34
+#: sc/inc/compiler.hrc:34
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Statistical"
msgstr "ስታትስቲክስ"
-#: compiler.hrc:35
+#: sc/inc/compiler.hrc:35
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Spreadsheet"
msgstr "ሰንጠረዥ"
-#: compiler.hrc:36
+#: sc/inc/compiler.hrc:36
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Text"
msgstr "ጽሁፍ"
-#: compiler.hrc:37
+#: sc/inc/compiler.hrc:37
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Add-in"
msgstr "ተጨ-ማሪ"
@@ -77,457 +77,462 @@ msgstr "ተጨ-ማሪ"
#. * RID_GLOBSTR and are meant to be accessed via ScGlobal::GetRscString(). All
#. * other string IDs of strings used in message boxes and elsewhere go into
#. * sc/inc/strings.hrc
-#: globstr.hrc:34
+#: sc/inc/globstr.hrc:34
msgctxt "STR_UNDO_INSERTCELLS"
msgid "Insert"
msgstr "ማስገቢያ"
-#: globstr.hrc:35
+#: sc/inc/globstr.hrc:35
msgctxt "STR_UNDO_DELETECELLS"
msgid "Delete"
msgstr "ማጥፊያ"
-#: globstr.hrc:36
+#: sc/inc/globstr.hrc:36
msgctxt "STR_UNDO_CUT"
msgid "Cut"
msgstr "መቁረጫ"
-#: globstr.hrc:37
+#: sc/inc/globstr.hrc:37
msgctxt "STR_UNDO_PASTE"
msgid "Insert"
msgstr "ማስገቢያ"
-#: globstr.hrc:38
+#: sc/inc/globstr.hrc:38
msgctxt "STR_UNDO_DRAGDROP"
msgid "Drag and Drop"
msgstr "መጎተቻ እና መጣያ"
-#: globstr.hrc:39
+#: sc/inc/globstr.hrc:39
msgctxt "STR_UNDO_MOVE"
msgid "Move"
msgstr "ማንቀሳቀሻ"
-#: globstr.hrc:40
+#: sc/inc/globstr.hrc:40
msgctxt "STR_UNDO_COPY"
msgid "Copy"
msgstr "ኮፒ"
-#: globstr.hrc:41
+#: sc/inc/globstr.hrc:41
msgctxt "STR_UNDO_DELETECONTENTS"
msgid "Delete"
msgstr "ማጥፊያ"
-#: globstr.hrc:42
+#: sc/inc/globstr.hrc:42
msgctxt "STR_UNDO_SELATTR"
msgid "Attributes"
msgstr "ባህሪዎች"
-#: globstr.hrc:43
+#: sc/inc/globstr.hrc:43
msgctxt "STR_UNDO_SELATTRLINES"
msgid "Attributes/Lines"
msgstr "ባህሪዎች / መስመሮች"
-#: globstr.hrc:44
+#: sc/inc/globstr.hrc:44
msgctxt "STR_UNDO_COLWIDTH"
msgid "Column Width"
msgstr "የ አምድ ስፋት"
-#: globstr.hrc:45
+#: sc/inc/globstr.hrc:45
msgctxt "STR_UNDO_OPTCOLWIDTH"
msgid "Optimal Column Width"
msgstr "አጥጋቢ የ አምድ ስፋት"
-#: globstr.hrc:46
+#: sc/inc/globstr.hrc:46
msgctxt "STR_UNDO_ROWHEIGHT"
msgid "Row height"
msgstr "የ ረድፍ እርዝመት"
-#: globstr.hrc:47
+#: sc/inc/globstr.hrc:47
msgctxt "STR_UNDO_OPTROWHEIGHT"
msgid "Optimal Row Height"
msgstr "አጥጋቢ የ ረድፍ እርዝመት"
-#: globstr.hrc:48
+#: sc/inc/globstr.hrc:48
msgctxt "STR_UNDO_AUTOFILL"
msgid "Fill"
msgstr "መሙያ"
-#: globstr.hrc:49
+#: sc/inc/globstr.hrc:49
msgctxt "STR_UNDO_MERGE"
msgid "Merge"
msgstr "ማዋሀጃ"
-#: globstr.hrc:50
+#: sc/inc/globstr.hrc:50
msgctxt "STR_UNDO_REMERGE"
msgid "Split"
msgstr "መክፈያ"
-#: globstr.hrc:51
+#: sc/inc/globstr.hrc:51
msgctxt "STR_UNDO_AUTOFORMAT"
msgid "AutoFormat"
msgstr "በራሱ አቀራረብ"
-#: globstr.hrc:52
+#: sc/inc/globstr.hrc:52
msgctxt "STR_UNDO_REPLACE"
msgid "Replace"
msgstr "መቀየሪያ"
-#: globstr.hrc:53
+#: sc/inc/globstr.hrc:53
msgctxt "STR_UNDO_CURSORATTR"
msgid "Attributes"
msgstr "ባህሪዎች"
-#: globstr.hrc:54
+#: sc/inc/globstr.hrc:54
msgctxt "STR_UNDO_ENTERDATA"
msgid "Input"
msgstr "ማስገቢያ"
-#: globstr.hrc:55
+#: sc/inc/globstr.hrc:55
msgctxt "STR_UNDO_INSCOLBREAK"
msgid "Insert Column Break"
msgstr "የ አምድ መጨረሻ ማስገቢያ"
-#: globstr.hrc:56
+#: sc/inc/globstr.hrc:56
msgctxt "STR_UNDO_DELCOLBREAK"
msgid "Delete column break"
msgstr "የ አምድ መጨረሻ ማጥፊያ"
-#: globstr.hrc:57
+#: sc/inc/globstr.hrc:57
msgctxt "STR_UNDO_INSROWBREAK"
msgid "Insert Row Break"
msgstr "የ ረድፍ መጨረሻ ማስገቢያ"
-#: globstr.hrc:58
+#: sc/inc/globstr.hrc:58
msgctxt "STR_UNDO_DELROWBREAK"
msgid "Delete row break"
msgstr "የ ረድፍ መጨረሻ ማጥፊያ"
-#: globstr.hrc:59
+#: sc/inc/globstr.hrc:59
msgctxt "STR_UNDO_DOOUTLINE"
msgid "View Details"
msgstr "ዝርዝሮች መመልከቻ"
-#: globstr.hrc:60
+#: sc/inc/globstr.hrc:60
msgctxt "STR_UNDO_REDOOUTLINE"
msgid "Hide details"
msgstr "ዝርዝሮች መደበቂያ"
-#: globstr.hrc:61
+#: sc/inc/globstr.hrc:61
msgctxt "STR_UNDO_MAKEOUTLINE"
msgid "Group"
msgstr "ቡድን"
-#: globstr.hrc:62
+#: sc/inc/globstr.hrc:62
msgctxt "STR_UNDO_REMAKEOUTLINE"
msgid "Ungroup"
msgstr "መለያያ"
-#: globstr.hrc:63
+#: sc/inc/globstr.hrc:63
msgctxt "STR_UNDO_OUTLINELEVEL"
msgid "Select outline level"
msgstr "የረቂቅ ደረጃ ይምረጡ"
-#: globstr.hrc:64
+#: sc/inc/globstr.hrc:64
msgctxt "STR_UNDO_DOOUTLINEBLK"
msgid "View Details"
msgstr "ዝርዝሮች መመልከቻ"
-#: globstr.hrc:65
+#: sc/inc/globstr.hrc:65
msgctxt "STR_UNDO_REDOOUTLINEBLK"
msgid "Hide details"
msgstr "ዝርዝሮች መደበቂያ"
-#: globstr.hrc:66
+#: sc/inc/globstr.hrc:66
msgctxt "STR_UNDO_REMOVEALLOTLNS"
msgid "Clear Outline"
msgstr "ረቂቅ ማጽጃ"
-#: globstr.hrc:67
+#: sc/inc/globstr.hrc:67
msgctxt "STR_UNDO_AUTOOUTLINE"
msgid "AutoOutline"
msgstr "በራሱ ማርቀቂያ"
-#: globstr.hrc:68
+#: sc/inc/globstr.hrc:68
msgctxt "STR_UNDO_SUBTOTALS"
msgid "Subtotals"
msgstr "ንዑስ ድምር"
-#: globstr.hrc:69
+#: sc/inc/globstr.hrc:69
msgctxt "STR_UNDO_SORT"
msgid "Sort"
msgstr "መለያ"
-#: globstr.hrc:70
+#: sc/inc/globstr.hrc:70
msgctxt "STR_UNDO_QUERY"
msgid "Filter"
msgstr "ማጣሪያ"
-#: globstr.hrc:71
+#: sc/inc/globstr.hrc:71
msgctxt "STR_UNDO_DBDATA"
msgid "Change Database Range"
msgstr "የ ዳታቤዝ መጠን መቀየሪያ"
-#: globstr.hrc:72
+#: sc/inc/globstr.hrc:72
msgctxt "STR_UNDO_IMPORTDATA"
msgid "Importing"
msgstr "በማምጣት ላይ"
-#: globstr.hrc:73
+#: sc/inc/globstr.hrc:73
msgctxt "STR_UNDO_REPEATDB"
msgid "Refresh range"
msgstr "የማነቃቂያ መጠን"
-#: globstr.hrc:74
+#: sc/inc/globstr.hrc:74
msgctxt "STR_UNDO_LISTNAMES"
msgid "List names"
msgstr "የስሞች ዝርዝር"
-#: globstr.hrc:75
+#: sc/inc/globstr.hrc:75
msgctxt "STR_UNDO_PIVOT_NEW"
msgid "Create pivot table"
msgstr "pivot ሰንጠረዥ መፍጠሪያ"
-#: globstr.hrc:76
+#: sc/inc/globstr.hrc:76
msgctxt "STR_UNDO_PIVOT_MODIFY"
msgid "Edit pivot table"
msgstr "pivot ሰንጠረዥ ማረሚያ"
-#: globstr.hrc:77
+#: sc/inc/globstr.hrc:77
msgctxt "STR_UNDO_PIVOT_DELETE"
msgid "Delete pivot table"
msgstr "pivot ሰንጠረዥ ማጥፊያ"
-#: globstr.hrc:78
+#: sc/inc/globstr.hrc:78
msgctxt "STR_UNDO_CONSOLIDATE"
msgid "Consolidate"
msgstr "ማጠንከሪያ"
-#: globstr.hrc:79
+#: sc/inc/globstr.hrc:79
msgctxt "STR_UNDO_USESCENARIO"
msgid "Use scenario"
msgstr "ትእይንት መጠቀሚያ"
-#: globstr.hrc:80
+#: sc/inc/globstr.hrc:80
msgctxt "STR_UNDO_MAKESCENARIO"
msgid "Create scenario"
msgstr "ትእይንት መፍጠሪያ"
-#: globstr.hrc:81
+#: sc/inc/globstr.hrc:81
msgctxt "STR_UNDO_EDITSCENARIO"
msgid "Edit scenario"
msgstr "ትእይንት ማረሚያ"
-#: globstr.hrc:82
+#: sc/inc/globstr.hrc:82
msgctxt "STR_UNDO_APPLYCELLSTYLE"
msgid "Apply Cell Style"
msgstr "የክፍል ዘዴ መፈጸሚያ"
-#: globstr.hrc:83
+#: sc/inc/globstr.hrc:83
msgctxt "STR_UNDO_EDITCELLSTYLE"
msgid "Edit Cell Style"
msgstr "የ ክፍል ዘዴ ማረሚያ"
-#: globstr.hrc:84
+#: sc/inc/globstr.hrc:84
msgctxt "STR_UNDO_APPLYPAGESTYLE"
msgid "Apply Page Style"
msgstr "የ ገጽ ዘዴ መፈጸሚያ"
-#: globstr.hrc:85
+#: sc/inc/globstr.hrc:85
msgctxt "STR_UNDO_EDITPAGESTYLE"
msgid "Edit Page Style"
msgstr "የ ገጽ ዘዴ ማረሚያ"
-#: globstr.hrc:86
+#: sc/inc/globstr.hrc:86
msgctxt "STR_UNDO_DETADDPRED"
msgid "Trace Precedents"
msgstr "ምሳሌ መከተያ"
-#: globstr.hrc:87
+#: sc/inc/globstr.hrc:87
msgctxt "STR_UNDO_DETDELPRED"
msgid "Remove Precedent"
msgstr "ምሳሌ ማስወገጃ"
-#: globstr.hrc:88
+#: sc/inc/globstr.hrc:88
msgctxt "STR_UNDO_DETADDSUCC"
msgid "Trace Dependents"
msgstr "ጥገኞችን መከተያ"
-#: globstr.hrc:89
+#: sc/inc/globstr.hrc:89
msgctxt "STR_UNDO_DETDELSUCC"
msgid "Remove Dependent"
msgstr "ጥገኞችን ማስወገጃ"
-#: globstr.hrc:90
+#: sc/inc/globstr.hrc:90
msgctxt "STR_UNDO_DETADDERROR"
msgid "Trace Error"
msgstr "ስህተቶችን ፈልጎ ማግኛ"
-#: globstr.hrc:91
+#: sc/inc/globstr.hrc:91
msgctxt "STR_UNDO_DETDELALL"
msgid "Remove all Traces"
msgstr "ሁሉንም ፈልጎ ማግኛ ማስወገጃ"
-#: globstr.hrc:92
+#: sc/inc/globstr.hrc:92
msgctxt "STR_UNDO_DETINVALID"
msgid "Mark invalid data"
msgstr "ዋጋ የሌለውን ዳታ ምልክት ማድረጊያ"
-#: globstr.hrc:93
+#: sc/inc/globstr.hrc:93
msgctxt "STR_UNDO_DETREFRESH"
msgid "Refresh Traces"
msgstr "ፈልጎ ማግኛን ማነቃቂያ"
-#: globstr.hrc:94
+#: sc/inc/globstr.hrc:94
msgctxt "STR_UNDO_CHARTDATA"
msgid "Modify chart data range"
msgstr "የ ቻርት ዳታ መጠን ማሻሻያ"
-#: globstr.hrc:95
+#: sc/inc/globstr.hrc:95
msgctxt "STR_UNDO_ORIGINALSIZE"
msgid "Original Size"
msgstr "ዋናው መጠን"
-#: globstr.hrc:96
+#: sc/inc/globstr.hrc:96
+msgctxt "STR_UNDO_FITCELLSIZE"
+msgid "Fit to Cell Size"
+msgstr "በ ክፍሉ መጠን ልክ"
+
+#: sc/inc/globstr.hrc:97
msgctxt "STR_UNDO_UPDATELINK"
msgid "Update Link"
msgstr "አገናኝ ማሻሻያ"
-#: globstr.hrc:97
+#: sc/inc/globstr.hrc:98
msgctxt "STR_UNDO_REMOVELINK"
msgid "Unlink"
msgstr "አታገናኝ"
-#: globstr.hrc:98
+#: sc/inc/globstr.hrc:99
msgctxt "STR_UNDO_INSERTAREALINK"
msgid "Insert Link"
msgstr "አገናኝ ማስገቢያ"
-#: globstr.hrc:99
+#: sc/inc/globstr.hrc:100
msgctxt "STR_UNDO_ENTERMATRIX"
msgid "Insert Array Formula"
msgstr "የ መቀመሪያ ማሰለፊያ ማስገቢያ"
-#: globstr.hrc:100
+#: sc/inc/globstr.hrc:101
msgctxt "STR_UNDO_INSERTNOTE"
msgid "Insert Comment"
msgstr "አስተያየት ማስገቢያ"
-#: globstr.hrc:101
+#: sc/inc/globstr.hrc:102
msgctxt "STR_UNDO_DELETENOTE"
msgid "Delete Comment"
msgstr "አስተያየት ማጥፊያ"
-#: globstr.hrc:102
+#: sc/inc/globstr.hrc:103
msgctxt "STR_UNDO_SHOWNOTE"
msgid "Show Comment"
msgstr "አስተያየት ማሳያ"
-#: globstr.hrc:103
+#: sc/inc/globstr.hrc:104
msgctxt "STR_UNDO_HIDENOTE"
msgid "Hide Comment"
msgstr "አስተያየት መደበቂያ"
-#: globstr.hrc:104
+#: sc/inc/globstr.hrc:105
msgctxt "STR_UNDO_SHOWALLNOTES"
msgid "Show All Comments"
msgstr "ሁሉንም አስተያየቶች ማሳያ"
-#: globstr.hrc:105
+#: sc/inc/globstr.hrc:106
msgctxt "STR_UNDO_HIDEALLNOTES"
msgid "Hide All Comments"
msgstr "ሁሉንም አስተያየቶች መደበቂያ"
-#: globstr.hrc:106
+#: sc/inc/globstr.hrc:107
msgctxt "STR_UNDO_EDITNOTE"
msgid "Edit Comment"
msgstr "አስተያየት ማረሚያ"
-#: globstr.hrc:107
+#: sc/inc/globstr.hrc:108
msgctxt "STR_UNDO_DEC_INDENT"
msgid "Decrease Indent"
msgstr "ማስረጊያ መቀነሻ"
-#: globstr.hrc:108
+#: sc/inc/globstr.hrc:109
msgctxt "STR_UNDO_INC_INDENT"
msgid "Increase Indent"
msgstr "ማስረጊያ መጨመሪያ"
-#: globstr.hrc:109
+#: sc/inc/globstr.hrc:110
msgctxt "STR_UNDO_PROTECT_TAB"
msgid "Protect sheet"
msgstr "ወረቀት መጠበቂያ"
-#: globstr.hrc:110
+#: sc/inc/globstr.hrc:111
msgctxt "STR_UNDO_UNPROTECT_TAB"
msgid "Unprotect sheet"
msgstr "ወረቀት አትጠብቅ"
-#: globstr.hrc:111
+#: sc/inc/globstr.hrc:112
msgctxt "STR_UNDO_PROTECT_DOC"
msgid "Protect document"
msgstr "ሰነድ መጠበቂያ"
-#: globstr.hrc:112
+#: sc/inc/globstr.hrc:113
msgctxt "STR_UNDO_UNPROTECT_DOC"
msgid "Unprotect document"
msgstr "ሰነድ አትጠብቅ"
-#: globstr.hrc:113
+#: sc/inc/globstr.hrc:114
msgctxt "STR_UNDO_PRINTRANGES"
msgid "Print range"
msgstr "የማተሚያ መጠን"
-#: globstr.hrc:114
+#: sc/inc/globstr.hrc:115
msgctxt "STR_UNDO_REMOVEBREAKS"
msgid "Delete Page Breaks"
msgstr "የ ገጽ መጨረሻ ማጥፊያ"
-#: globstr.hrc:115
+#: sc/inc/globstr.hrc:116
msgctxt "STR_UNDO_PRINTSCALE"
msgid "Change Scale"
msgstr "መጠን መቀየሪያ"
-#: globstr.hrc:116
+#: sc/inc/globstr.hrc:117
msgctxt "STR_UNDO_DRAG_BREAK"
msgid "Move Page Break"
msgstr "የ ገጽ መጨረሻ ማንቀሳቀሻ"
-#: globstr.hrc:117
+#: sc/inc/globstr.hrc:118
msgctxt "STR_UNDO_RANGENAMES"
msgid "Edit range names"
msgstr "የስም መጠኖችን ማረሚያ"
-#: globstr.hrc:118
+#: sc/inc/globstr.hrc:119
msgctxt "STR_UNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "ጉዳይ መቀየሪያ"
-#: globstr.hrc:119
+#: sc/inc/globstr.hrc:120
msgctxt "STR_DBNAME_IMPORT"
msgid "Import"
msgstr "ማምጫ"
-#: globstr.hrc:120
+#: sc/inc/globstr.hrc:121
msgctxt "STR_MSSG_DOSUBTOTALS_0"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME ሰንጠረዥ"
-#: globstr.hrc:121
+#: sc/inc/globstr.hrc:122
msgctxt "STR_MSSG_DOSUBTOTALS_1"
msgid "Delete data?"
msgstr "ዳታውን ላጥፋው?"
-#: globstr.hrc:122
+#: sc/inc/globstr.hrc:123
msgctxt "STR_MSSG_DOSUBTOTALS_2"
msgid "Unable to insert rows"
msgstr "ረድፍ ማስገባት አልተቻለም"
-#: globstr.hrc:123
+#: sc/inc/globstr.hrc:124
msgctxt "STR_MSSG_REPEATDB_0"
msgid "No operations to execute"
msgstr "ለማስኬድ ምንም ተግባር የለም"
-#: globstr.hrc:124
+#: sc/inc/globstr.hrc:125
msgctxt "STR_MSSG_MAKEAUTOFILTER_0"
msgid ""
"The range does not contain column headers.\n"
@@ -536,62 +541,62 @@ msgstr ""
"ይህ መጠን የአምድ ራስጌዎች አልያዘም \n"
"የመጀመሪያውን መስመር እንደ አምድ ራስጌ መጠቀም ይፈልጋሉ?"
-#: globstr.hrc:125
+#: sc/inc/globstr.hrc:126
msgctxt "STR_MSSG_IMPORTDATA_0"
msgid "Error while importing data!"
msgstr "ዳታ በማምጣት ላይ ስህተት ተፈጥሯል"
-#: globstr.hrc:126
+#: sc/inc/globstr.hrc:127
msgctxt "STR_PROGRESS_IMPORT"
msgid "# records imported..."
msgstr "# መዝገቦቹ መጥተዋል..."
-#: globstr.hrc:127
+#: sc/inc/globstr.hrc:128
msgctxt "STR_MSSG_MAKEOUTLINE_0"
msgid "Grouping not possible"
msgstr "በቡድን ማድረግ አልተቻለም"
-#: globstr.hrc:128
+#: sc/inc/globstr.hrc:129
msgctxt "STR_MSSG_REMOVEOUTLINE_0"
msgid "Ungrouping not possible"
msgstr "መበተን አልተቻለም"
-#: globstr.hrc:129
+#: sc/inc/globstr.hrc:130
msgctxt "STR_MSSG_PASTEFROMCLIP_0"
msgid "Insert into multiple selection not possible"
msgstr "ወደ በርካት ምርጫዎች ማስገባት አይቻልም"
-#: globstr.hrc:130
+#: sc/inc/globstr.hrc:131
msgctxt "STR_MSSG_MOVEBLOCKTO_0"
msgid "Cell merge not possible if cells already merged!"
msgstr "ከፍል ማዋሀድ አይቻልም ክፍሎቹ ቀደም ሲል ተዋህደው ከነበር!"
-#: globstr.hrc:131
+#: sc/inc/globstr.hrc:132
msgctxt "STR_MSSG_INSERTCELLS_0"
msgid "Inserting into merged ranges not possible"
msgstr "ወደ ተዋሀዱ መጠኖች ማስገባት አይቻልም"
-#: globstr.hrc:132
+#: sc/inc/globstr.hrc:133
msgctxt "STR_MSSG_DELETECELLS_0"
msgid "Deleting in merged ranges not possible"
msgstr "የተዋሀዱ መጠኖች ውስጥ ማጥፋት አይቻልም"
-#: globstr.hrc:133
+#: sc/inc/globstr.hrc:134
msgctxt "STR_MSSG_MERGECELLS_0"
msgid "Cell merge not possible if cells already merged"
msgstr "ክፍል ማዋሀድ አይቻልም ክፍሎቹ ቀደም ብለው ተዋህደው ከነበረ"
-#: globstr.hrc:134
+#: sc/inc/globstr.hrc:135
msgctxt "STR_SORT_ERR_MERGED"
msgid "Ranges containing merged cells can only be sorted without formats."
msgstr "የተዋሀዱ ክፍሎችን የያዙ መጠኖች መለየት የሚቻለው ያለ አቀራረብ ነው"
-#: globstr.hrc:135
+#: sc/inc/globstr.hrc:136
msgctxt "STR_MSSG_SOLVE_0"
msgid "Goal Seek succeeded. Result: "
msgstr "የኋሊዮሽ ፍለጋው ተሳክቷል ፡ ውጤቱ: "
-#: globstr.hrc:136
+#: sc/inc/globstr.hrc:137
msgctxt "STR_MSSG_SOLVE_1"
msgid ""
"\n"
@@ -602,7 +607,7 @@ msgstr ""
"\n"
"ውጤቱን በተለዋዋጭ ክፍል ውስጥ ላስገባ?"
-#: globstr.hrc:137
+#: sc/inc/globstr.hrc:138
msgctxt "STR_MSSG_SOLVE_2"
msgid ""
"Goal Seek failed.\n"
@@ -611,77 +616,77 @@ msgstr ""
"የኋሊዮሽ ፍለጋው አልተሳካም\n"
"\n"
-#: globstr.hrc:138
+#: sc/inc/globstr.hrc:139
msgctxt "STR_MSSG_SOLVE_3"
msgid "Insert the closest value ("
msgstr "የሚቀርበውን ዋጋ ማስገቢያ ("
-#: globstr.hrc:139
+#: sc/inc/globstr.hrc:140
msgctxt "STR_MSSG_SOLVE_4"
msgid ") into the variable cell anyway?"
msgstr ") ወደ ተለዋዋጭ ክፍል ለማንኛውም?"
-#: globstr.hrc:140
+#: sc/inc/globstr.hrc:141
msgctxt "STR_TABLE_GRAND"
msgid "Grand"
msgstr "ትልቅ"
-#: globstr.hrc:141
+#: sc/inc/globstr.hrc:142
msgctxt "STR_TABLE_ERGEBNIS"
msgid "Result"
msgstr "ውጤት"
-#: globstr.hrc:142
+#: sc/inc/globstr.hrc:143
msgctxt "STR_UNDO_SPELLING"
msgid "Spellcheck"
msgstr "ፊደል አራሚ"
-#: globstr.hrc:143
+#: sc/inc/globstr.hrc:144
msgctxt "STR_TABLE_UND"
msgid "AND"
msgstr "እና"
-#: globstr.hrc:144
+#: sc/inc/globstr.hrc:145
msgctxt "STR_TABLE_ODER"
msgid "OR"
msgstr "ወይንም"
-#: globstr.hrc:145
+#: sc/inc/globstr.hrc:146
msgctxt "STR_TABLE_DEF"
msgid "Sheet"
msgstr "ወረቀት"
-#: globstr.hrc:146
+#: sc/inc/globstr.hrc:147
msgctxt "STR_MOVE_TO_END"
msgid "- move to end position -"
msgstr "- ወደ መጨረሻው ቦታ ማንቀሳቀሻ -"
-#: globstr.hrc:147
+#: sc/inc/globstr.hrc:148
msgctxt "STR_NO_REF_TABLE"
msgid "#REF!"
msgstr "#ማመሳከሪያ!"
-#: globstr.hrc:148
+#: sc/inc/globstr.hrc:149
msgctxt "STR_PIVOT_NODATA"
msgid "The pivot table must contain at least one entry."
msgstr "የ pivot ሰንጠረዥ ቢያንስ አንድ ማስገቢያ መያዝ አለበት"
-#: globstr.hrc:149
+#: sc/inc/globstr.hrc:150
msgctxt "STR_PIVOT_MOVENOTALLOWED"
msgid "The data range can not be deleted."
msgstr "የዳታውን መጠን ማጥፋት አይችሉም"
-#: globstr.hrc:150
+#: sc/inc/globstr.hrc:151
msgctxt "STR_PIVOT_ERROR"
msgid "Error creating the pivot table."
msgstr "ስህተት የ pivot ሰንጠረዥ በመፍጠር ላይ"
-#: globstr.hrc:151
+#: sc/inc/globstr.hrc:152
msgctxt "STR_PIVOT_NOTEMPTY"
msgid "The destination range is not empty. Overwrite existing contents?"
msgstr "መድረሻው መጠን ባዶ አይደለም ፡ በነበረው ይዞታ ላይ ደርቤ ልጻፍበት?"
-#: globstr.hrc:152
+#: sc/inc/globstr.hrc:153
msgctxt "STR_PIVOT_REMOVE_PIVOTCHART"
msgid ""
"Deleting the pivot table will also remove any associated pivot charts.\n"
@@ -690,127 +695,127 @@ msgstr ""
"የ ፒቮት ሰንጠረዥ ማጥፋት: ማንኛውም ከ ፒቮት ሰንጠረዥ ጋር የ ተገናኘውን ሁሉንም ያጠፋዋል\n"
"እርስዎ መቀጠል ይፈልጋሉ?"
-#: globstr.hrc:153
+#: sc/inc/globstr.hrc:154
msgctxt "STR_DATAPILOT_SUBTOTAL"
msgid "The source range contains subtotals which may distort the results. Use it anyway?"
msgstr "የ ምንጩ መጠን የያዘው ንዑስ ድምር ውጤቱን ሊያጣምመው ይችላል: ለማንኛውም ልጠቀመው?"
-#: globstr.hrc:154
+#: sc/inc/globstr.hrc:155
msgctxt "STR_PIVOT_TOTAL"
msgid "Total"
msgstr "ጠቅላላ"
-#: globstr.hrc:155
+#: sc/inc/globstr.hrc:156
msgctxt "STR_PIVOT_DATA"
msgid "Data"
msgstr "ዳታ"
-#: globstr.hrc:156
+#: sc/inc/globstr.hrc:157
msgctxt "STR_PIVOT_GROUP"
msgid "Group"
msgstr "ቡድን"
-#: globstr.hrc:157
+#: sc/inc/globstr.hrc:158
msgctxt "STR_ROWCOL_SELCOUNT"
msgid "$1 rows, $2 columns selected"
msgstr "$1 ረድፎች, $2 አምዶች ተመርጠዋል"
-#: globstr.hrc:158
+#: sc/inc/globstr.hrc:159
msgctxt "STR_FILTER_SELCOUNT"
msgid "$1 of $2 records found"
msgstr "$1 ከ $2 መዝገቦች ተገኝተዋል"
-#: globstr.hrc:159
+#: sc/inc/globstr.hrc:160
msgctxt "STR_COLUMN"
msgid "Column"
msgstr "አምድ"
-#: globstr.hrc:160
+#: sc/inc/globstr.hrc:161
msgctxt "STR_ROW"
msgid "Row"
msgstr "ረድፍ"
-#: globstr.hrc:161
+#: sc/inc/globstr.hrc:162
msgctxt "STR_PAGE"
msgid "Page"
msgstr "ገጽ"
-#: globstr.hrc:162
+#: sc/inc/globstr.hrc:163
msgctxt "STR_PGNUM"
msgid "Page %1"
msgstr "ገጽ %1"
-#: globstr.hrc:163
+#: sc/inc/globstr.hrc:164
msgctxt "STR_LOAD_DOC"
msgid "Load document"
msgstr "ሰነድ መጫኛ"
-#: globstr.hrc:164
+#: sc/inc/globstr.hrc:165
msgctxt "STR_SAVE_DOC"
msgid "Save document"
msgstr "ሰነድ ማስቀመጫ"
-#: globstr.hrc:165
+#: sc/inc/globstr.hrc:166
msgctxt "STR_AREA_ALREADY_INSERTED"
msgid "This range has already been inserted."
msgstr "ይህ መጠን ቀደም ሲል ተጨምሯል"
-#: globstr.hrc:166
+#: sc/inc/globstr.hrc:167
msgctxt "STR_INVALID_TABREF"
msgid "Invalid sheet reference."
msgstr "ዋጋ የሌለው የወረቀት ማመሳከሪያ"
-#: globstr.hrc:167
+#: sc/inc/globstr.hrc:168
msgctxt "STR_INVALID_QUERYAREA"
msgid "This range does not contain a valid query."
msgstr "ይህ መጠን በ ውስጡ ዋጋ ያለው ጥያቄ አልያዘም"
-#: globstr.hrc:168
+#: sc/inc/globstr.hrc:169
msgctxt "STR_REIMPORT_EMPTY"
msgid "This range does not contain imported data."
msgstr "ይህ መጠን በውስጡ ዋጋ ያለው ከውጪ የመጣ ዳታ የለውም"
-#: globstr.hrc:169
+#: sc/inc/globstr.hrc:170
msgctxt "STR_NOMULTISELECT"
msgid "This function cannot be used with multiple selections."
msgstr "ይህን ተግባር ለበርካታ ምርጫዎች መጠቀም አይችሉም"
-#: globstr.hrc:170
+#: sc/inc/globstr.hrc:171
msgctxt "STR_FILL_SERIES_PROGRESS"
msgid "Fill Row..."
msgstr "ረድፍ መሙያ..."
-#: globstr.hrc:171
+#: sc/inc/globstr.hrc:172
msgctxt "STR_UNDO_THESAURUS"
msgid "Thesaurus"
msgstr "ተመሳሳይ"
-#: globstr.hrc:172
+#: sc/inc/globstr.hrc:173
msgctxt "STR_FILL_TAB"
msgid "Fill Sheets"
msgstr "ወረቀቶች መሙያ"
-#: globstr.hrc:173
+#: sc/inc/globstr.hrc:174
msgctxt "STR_UPDATE_SCENARIO"
msgid "Add selected ranges to current scenario?"
msgstr "የተመረጡትን መጠኖች ወደ አሁኑ ትእይንት ልጨምር?"
-#: globstr.hrc:174
+#: sc/inc/globstr.hrc:175
msgctxt "STR_ERR_NEWSCENARIO"
msgid "The scenario ranges must be selected in order to be able to create a new scenario."
msgstr "የትእይንት መጠን በቅድሚያ መመረጥ አለበት አዲስ ትእይንት ለመፍጠር"
-#: globstr.hrc:175
+#: sc/inc/globstr.hrc:176
msgctxt "STR_NOAREASELECTED"
msgid "A range has not been selected."
msgstr "መጠኑ አልተመረጠም"
-#: globstr.hrc:176
+#: sc/inc/globstr.hrc:177
msgctxt "STR_NEWTABNAMENOTUNIQUE"
msgid "This name already exists."
msgstr "ይህ ስም ቀደም ሲል ነበር"
-#: globstr.hrc:177
+#: sc/inc/globstr.hrc:178
msgctxt "STR_INVALIDTABNAME"
msgid ""
"Invalid sheet name.\n"
@@ -823,323 +828,293 @@ msgstr ""
"እና እነዚህን ባህሪዎች መያዝ የለበትም [ ] * ? : / \\ \n"
"ወይንም ይህን ባህሪ ' (አፖስትሮፊ) እንደ መጀመሪያ ወይንም መጨረሻ ባህሪ"
-#: globstr.hrc:178
+#: sc/inc/globstr.hrc:179
msgctxt "STR_SCENARIO"
msgid "Scenario"
msgstr "ትእይንት"
-#: globstr.hrc:179
+#: sc/inc/globstr.hrc:180
msgctxt "STR_PIVOT_TABLE"
msgid "Pivot Table"
msgstr "የ ፒቮት ሰንጠረዥ"
#. Text strings for captions of subtotal functions.
-#: globstr.hrc:181
+#: sc/inc/globstr.hrc:182
msgctxt "STR_FUN_TEXT_SUM"
msgid "Sum"
msgstr "ድምር"
-#: globstr.hrc:182
+#: sc/inc/globstr.hrc:183
msgctxt "STR_FUN_TEXT_SELECTION_COUNT"
msgid "Selection count"
msgstr "የምርጫ መቁጠሪያ"
-#: globstr.hrc:183
+#: sc/inc/globstr.hrc:184
msgctxt "STR_FUN_TEXT_COUNT"
msgid "Count"
msgstr "መቁጠሪያ"
-#: globstr.hrc:184
+#: sc/inc/globstr.hrc:185
msgctxt "STR_FUN_TEXT_COUNT2"
msgid "CountA"
msgstr "ክርክር መቁጠሪያ"
-#: globstr.hrc:185
+#: sc/inc/globstr.hrc:186
msgctxt "STR_FUN_TEXT_AVG"
msgid "Average"
msgstr "መካከለኛ"
-#: globstr.hrc:186
+#: sc/inc/globstr.hrc:187
msgctxt "STR_FUN_TEXT_MEDIAN"
msgid "Median"
msgstr "መሀከለኛ"
-#: globstr.hrc:187
+#: sc/inc/globstr.hrc:188
msgctxt "STR_FUN_TEXT_MAX"
msgid "Max"
msgstr "ከፍተኛ"
-#: globstr.hrc:188
+#: sc/inc/globstr.hrc:189
msgctxt "STR_FUN_TEXT_MIN"
msgid "Min"
msgstr "ዝቅተኛ"
-#: globstr.hrc:189
+#: sc/inc/globstr.hrc:190
msgctxt "STR_FUN_TEXT_PRODUCT"
msgid "Product"
msgstr "ውጤት"
-#: globstr.hrc:190
+#: sc/inc/globstr.hrc:191
msgctxt "STR_FUN_TEXT_STDDEV"
msgid "StDev"
msgstr "StDev"
-#: globstr.hrc:191
+#: sc/inc/globstr.hrc:192
msgctxt "STR_FUN_TEXT_VAR"
msgid "Var"
msgstr "Var"
-#: globstr.hrc:192
+#: sc/inc/globstr.hrc:193
msgctxt "STR_NOCHARTATCURSOR"
msgid "No chart found at this position."
msgstr "በዚህ ቦታ ምንም ቻርት አልተገኘም"
-#: globstr.hrc:193
+#: sc/inc/globstr.hrc:194
msgctxt "STR_PIVOT_NOTFOUND"
msgid "No pivot table found at this position."
msgstr "የ pivot ሰንጠረዥ በዚህ አካባቢ አልተገኘም"
-#: globstr.hrc:194
+#: sc/inc/globstr.hrc:195
msgctxt "STR_EMPTYDATA"
msgid "(empty)"
msgstr "(ባዶ)"
-#: globstr.hrc:195
+#: sc/inc/globstr.hrc:196
msgctxt "STR_PRINT_INVALID_AREA"
msgid "Invalid print range"
msgstr "ዋጋ የሌለው የ ማተሚያ መጠን"
-#: globstr.hrc:196
+#: sc/inc/globstr.hrc:197
msgctxt "STR_PAGESTYLE"
msgid "Page Style"
msgstr "የ ገጽ ዘዴ"
-#: globstr.hrc:197
+#: sc/inc/globstr.hrc:198
msgctxt "STR_HEADER"
msgid "Header"
msgstr "ራስጌ"
-#: globstr.hrc:198
+#: sc/inc/globstr.hrc:199
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr "ግርጌ"
-#: globstr.hrc:199
+#: sc/inc/globstr.hrc:200
msgctxt "STR_TEXTATTRS"
msgid "Text Attributes"
msgstr "የጽሁፍ መለያዎች"
-#: globstr.hrc:200
-msgctxt "STR_HFCMD_PAGE"
-msgid "PAGE"
-msgstr "ገጽ"
-
-#: globstr.hrc:201
-msgctxt "STR_HFCMD_PAGES"
-msgid "PAGES"
-msgstr "ገጾች"
-
-#: globstr.hrc:202
-msgctxt "STR_HFCMD_DATE"
-msgid "DATE"
-msgstr "ቀን"
-
-#: globstr.hrc:203
-msgctxt "STR_HFCMD_TIME"
-msgid "TIME"
-msgstr "ሰአት"
-
-#: globstr.hrc:204
-msgctxt "STR_HFCMD_FILE"
-msgid "FILE"
-msgstr "ፋይል"
-
-#: globstr.hrc:205
-msgctxt "STR_HFCMD_TABLE"
-msgid "SHEET"
-msgstr "ወረቀት"
-
-#: globstr.hrc:206
+#: sc/inc/globstr.hrc:201
msgctxt "STR_PROTECTIONERR"
msgid "Protected cells can not be modified."
msgstr "የሚጠበቁ ክፍሎችን ማሻሻል አይቻልም"
-#: globstr.hrc:207
+#: sc/inc/globstr.hrc:202
msgctxt "STR_READONLYERR"
msgid "Document opened in read-only mode."
msgstr "ሰነዱ የተከፈተው ለንባብ ዘዴ ብቻ ነው"
-#: globstr.hrc:208
+#: sc/inc/globstr.hrc:203
msgctxt "STR_MATRIXFRAGMENTERR"
msgid "You cannot change only part of an array."
msgstr "የማሰለፊያ አካል ብቻ መቀየር አይቻልም"
-#: globstr.hrc:209
+#: sc/inc/globstr.hrc:204
msgctxt "STR_PAGEHEADER"
msgid "Header"
msgstr "ራስጌ"
-#: globstr.hrc:210
+#: sc/inc/globstr.hrc:205
msgctxt "STR_PAGEFOOTER"
msgid "Footer"
msgstr "ግርጌ"
#. BEGIN error constants and error strings.
-#: globstr.hrc:213
+#: sc/inc/globstr.hrc:208
msgctxt "STR_ERROR_STR"
msgid "Err:"
msgstr "ስህተት :"
#. BEGIN defined ERROR.TYPE() values.
#. ERROR.TYPE( #DIV/0! ) == 2
-#: globstr.hrc:216
+#: sc/inc/globstr.hrc:211
msgctxt "STR_LONG_ERR_DIV_ZERO"
msgid "Error: Division by zero"
msgstr "ስህተት : በዜሮ ማካፈል"
#. ERROR.TYPE( #VALUE! ) == 3
-#: globstr.hrc:218
+#: sc/inc/globstr.hrc:213
msgctxt "STR_LONG_ERR_NO_VALUE"
msgid "Error: Wrong data type"
msgstr "ስህተት : የተሳሳተ የዳታ አይነት"
#. ERROR.TYPE( #REF! ) == 4
-#: globstr.hrc:220
+#: sc/inc/globstr.hrc:215
msgctxt "STR_LONG_ERR_NO_REF"
msgid "Error: Not a valid reference"
msgstr "ስህተት: ዋጋ የሌለው ማመሳከሪያ"
#. ERROR.TYPE( #NAME! ) == 5
-#: globstr.hrc:222
+#: sc/inc/globstr.hrc:217
msgctxt "STR_LONG_ERR_NO_NAME"
msgid "Error: Invalid name"
msgstr "ስህተት: ዋጋ የሌለው ስም"
#. ERROR.TYPE( #NUM! ) == 6
-#: globstr.hrc:224
+#: sc/inc/globstr.hrc:219
msgctxt "STR_LONG_ERR_ILL_FPO"
msgid "Error: Invalid numeric value"
msgstr "ስህተት: ዋጋ የሌለው የ ቁጥር ዋጋ"
#. ERROR.TYPE( #N/A ) == 7
-#: globstr.hrc:226
+#: sc/inc/globstr.hrc:221
msgctxt "STR_LONG_ERR_NV"
msgid "Error: Value not available"
msgstr "ስህተት : ዋጋው አልተገኘም"
#. END defined ERROR.TYPE() values.
-#: globstr.hrc:228
+#: sc/inc/globstr.hrc:223
msgctxt "STR_NO_ADDIN"
msgid "#ADDIN?"
msgstr "#ADDIN?"
-#: globstr.hrc:229
+#: sc/inc/globstr.hrc:224
msgctxt "STR_LONG_ERR_NO_ADDIN"
msgid "Error: Add-in not found"
msgstr "ስህተት : መጨመሪያ አልተገኘም"
-#: globstr.hrc:230
+#: sc/inc/globstr.hrc:225
msgctxt "STR_NO_MACRO"
msgid "#MACRO?"
msgstr "#MACRO?"
-#: globstr.hrc:231
+#: sc/inc/globstr.hrc:226
msgctxt "STR_LONG_ERR_NO_MACRO"
msgid "Error: Macro not found"
msgstr "ስህተት: Macro አልተገኘም"
-#: globstr.hrc:232
+#: sc/inc/globstr.hrc:227
msgctxt "STR_LONG_ERR_SYNTAX"
msgid "Internal syntactical error"
msgstr "የውስጥ syntactical ስህተት"
-#: globstr.hrc:233
+#: sc/inc/globstr.hrc:228
msgctxt "STR_LONG_ERR_ILL_ARG"
msgid "Error: Invalid argument"
msgstr "ስህተት: ዋጋ የሌለው ክርክር"
-#: globstr.hrc:234
+#: sc/inc/globstr.hrc:229
msgctxt "STR_LONG_ERR_ILL_PAR"
msgid "Error in parameter list"
msgstr "ስህተት በ ደንቦች ዝርዝር ውስጥ"
-#: globstr.hrc:235
+#: sc/inc/globstr.hrc:230
msgctxt "STR_LONG_ERR_ILL_CHAR"
msgid "Error: Invalid character"
msgstr "ስህተት: ዋጋ የሌለው ባህሪ"
-#: globstr.hrc:236
+#: sc/inc/globstr.hrc:231
msgctxt "STR_LONG_ERR_PAIR"
msgid "Error: in bracketing"
msgstr "ስህተት : የቅንፍ"
-#: globstr.hrc:237
+#: sc/inc/globstr.hrc:232
msgctxt "STR_LONG_ERR_OP_EXP"
msgid "Error: Operator missing"
msgstr "ስህተት : አንቀሳቃሹ አልተገኘም"
-#: globstr.hrc:238
+#: sc/inc/globstr.hrc:233
msgctxt "STR_LONG_ERR_VAR_EXP"
msgid "Error: Variable missing"
msgstr "ስህተት : ተለዋዋጭ አልተገኘም"
-#: globstr.hrc:239
+#: sc/inc/globstr.hrc:234
msgctxt "STR_LONG_ERR_CODE_OVF"
msgid "Error: Formula overflow"
msgstr "ስህተት: መቀመሪያ መጠኑን አልፏል"
-#: globstr.hrc:240
+#: sc/inc/globstr.hrc:235
msgctxt "STR_LONG_ERR_STR_OVF"
msgid "Error: String overflow"
msgstr "ስህተት : ሀረግ መጠኑን አልፏል"
-#: globstr.hrc:241
+#: sc/inc/globstr.hrc:236
msgctxt "STR_LONG_ERR_STACK_OVF"
msgid "Error: Internal overflow"
msgstr "ስህተት : የ ውስጥ መጠኑን አልፏል"
-#: globstr.hrc:242
+#: sc/inc/globstr.hrc:237
msgctxt "STR_LONG_ERR_MATRIX_SIZE"
msgid "Error: Array or matrix size"
msgstr "ስህተት: ማዘጋጃ ወይንም matrix መጠን"
-#: globstr.hrc:243
+#: sc/inc/globstr.hrc:238
msgctxt "STR_LONG_ERR_CIRC_REF"
msgid "Error: Circular reference"
msgstr "ስህተት : Circular reference"
-#: globstr.hrc:244
+#: sc/inc/globstr.hrc:239
msgctxt "STR_LONG_ERR_NO_CONV"
msgid "Error: Calculation does not converge"
msgstr "ስህተት : Calculation does not converge"
#. END error constants and error strings.
-#: globstr.hrc:247
+#: sc/inc/globstr.hrc:242
msgctxt "STR_GRIDCOLOR"
msgid "Grid color"
msgstr "የ መጋጠሚያ ቀለም"
-#: globstr.hrc:248
+#: sc/inc/globstr.hrc:243
msgctxt "STR_CELL_FILTER"
msgid "Filter"
msgstr "ማጣሪያ"
-#: globstr.hrc:249
+#: sc/inc/globstr.hrc:244
msgctxt "STR_TARGETNOTFOUND"
msgid "The target database range does not exist."
msgstr "ኢላማው የ ዳታቤዝ መጠን አልተገኘም"
-#: globstr.hrc:250
+#: sc/inc/globstr.hrc:245
msgctxt "STR_INVALID_EPS"
msgid "Invalid increment"
msgstr "ዋጋ የሌለው ጭማሪ"
-#: globstr.hrc:251
+#: sc/inc/globstr.hrc:246
msgctxt "STR_UNDO_TABOP"
msgid "Multiple operations"
msgstr "በርካታ ማንቀሳቀሻ"
-#: globstr.hrc:252
+#: sc/inc/globstr.hrc:247
msgctxt "STR_INVALID_AFNAME"
msgid ""
"You have entered an invalid name.\n"
@@ -1150,42 +1125,42 @@ msgstr ""
"በራሱ አቀራረብ መፍጠር አልተቻለም \n"
"የተለየ ስም በማስገባት እንደገና ይሞክሩ"
-#: globstr.hrc:253
+#: sc/inc/globstr.hrc:248
msgctxt "STR_AREA"
msgid "Range"
msgstr "መጠን"
-#: globstr.hrc:254
+#: sc/inc/globstr.hrc:249
msgctxt "STR_YES"
msgid "Yes"
msgstr "አዎ"
-#: globstr.hrc:255
+#: sc/inc/globstr.hrc:250
msgctxt "STR_NO"
msgid "No"
msgstr "አይ"
-#: globstr.hrc:256
+#: sc/inc/globstr.hrc:251
msgctxt "STR_PROTECTION"
msgid "Protection"
msgstr "ጥበቃ"
-#: globstr.hrc:257
+#: sc/inc/globstr.hrc:252
msgctxt "STR_FORMULAS"
msgid "Formulas"
msgstr "መቀመሪያ"
-#: globstr.hrc:258
+#: sc/inc/globstr.hrc:253
msgctxt "STR_HIDE"
msgid "Hide"
msgstr "መደበቂያ"
-#: globstr.hrc:259
+#: sc/inc/globstr.hrc:254
msgctxt "STR_PRINT"
msgid "Print"
msgstr "ማተሚያ"
-#: globstr.hrc:260
+#: sc/inc/globstr.hrc:255
msgctxt "STR_INVALID_AFAREA"
msgid ""
"To apply an AutoFormat,\n"
@@ -1196,102 +1171,102 @@ msgstr ""
"የ ሰንጠረዥ መጠን ቢያንስ \n"
"3x3 ክፍሎች መመረጥ አለበት"
-#: globstr.hrc:261
+#: sc/inc/globstr.hrc:256
msgctxt "STR_OPTIONAL"
msgid "(optional)"
msgstr "(በምርጫ)"
-#: globstr.hrc:262
+#: sc/inc/globstr.hrc:257
msgctxt "STR_REQUIRED"
msgid "(required)"
msgstr "(ያስፈልጋል)"
-#: globstr.hrc:263
+#: sc/inc/globstr.hrc:258
msgctxt "STR_NOTES"
msgid "Comments"
msgstr "አስተያየቶች"
-#: globstr.hrc:264
+#: sc/inc/globstr.hrc:259
msgctxt "STR_QUERY_DELTAB"
msgid "Are you sure you want to delete the selected sheet(s)?"
msgstr "በእርግጥ የተመረጠውን ማጥፋት ይፈልጋሉ ወረቀት(ቶች)?"
-#: globstr.hrc:265
+#: sc/inc/globstr.hrc:260
msgctxt "STR_QUERY_DELSCENARIO"
msgid "Are you sure you want to delete the selected scenario?"
msgstr "በእርግጥ የተመረጠውን ትእይንት ማጥፋት ይፈልጋሉ?"
-#: globstr.hrc:266
+#: sc/inc/globstr.hrc:261
msgctxt "STR_EXPORT_ASCII"
msgid "Export Text File"
msgstr "የጽሁፍ ፋይል መላኪያ"
-#: globstr.hrc:267
+#: sc/inc/globstr.hrc:262
msgctxt "STR_IMPORT_LOTUS"
msgid "Import Lotus files"
msgstr "የ Lotus files ማምጫ"
-#: globstr.hrc:268
+#: sc/inc/globstr.hrc:263
msgctxt "STR_IMPORT_DBF"
msgid "Import DBase files"
msgstr "የ DBase files ማምጫ"
-#: globstr.hrc:269
+#: sc/inc/globstr.hrc:264
msgctxt "STR_EXPORT_DBF"
msgid "DBase export"
msgstr "DBase መላኪያ"
-#: globstr.hrc:270
+#: sc/inc/globstr.hrc:265
msgctxt "STR_EXPORT_DIF"
msgid "Dif Export"
msgstr "Dif መላኪያ"
-#: globstr.hrc:271
+#: sc/inc/globstr.hrc:266
msgctxt "STR_IMPORT_DIF"
msgid "Dif Import"
msgstr "Dif ማምጫ"
-#: globstr.hrc:272
+#: sc/inc/globstr.hrc:267
msgctxt "STR_STYLENAME_STANDARD"
msgid "Default"
msgstr "ነባር"
-#: globstr.hrc:273
+#: sc/inc/globstr.hrc:268
msgctxt "STR_STYLENAME_RESULT"
msgid "Result"
msgstr "ውጤት"
-#: globstr.hrc:274
+#: sc/inc/globstr.hrc:269
msgctxt "STR_STYLENAME_RESULT1"
msgid "Result2"
msgstr "ውጤት2"
-#: globstr.hrc:275
+#: sc/inc/globstr.hrc:270
msgctxt "STR_STYLENAME_HEADLINE"
msgid "Heading"
msgstr "ራስጌ"
-#: globstr.hrc:276
+#: sc/inc/globstr.hrc:271
msgctxt "STR_STYLENAME_HEADLINE1"
msgid "Heading1"
msgstr "ራስጌ1"
-#: globstr.hrc:277
+#: sc/inc/globstr.hrc:272
msgctxt "STR_STYLENAME_REPORT"
msgid "Report"
msgstr "ውጤት"
-#: globstr.hrc:278
+#: sc/inc/globstr.hrc:273
msgctxt "STR_THESAURUS_NO_STRING"
msgid "Thesaurus can only be used in text cells!"
msgstr "ተመሳሳይ መጠቀም የሚቻለው ለ ጽሁፍ ክፍሎች ብቻ ነው!"
-#: globstr.hrc:279
+#: sc/inc/globstr.hrc:274
msgctxt "STR_SPELLING_BEGIN_TAB"
msgid "Should the spellcheck be continued at the beginning of the current sheet?"
msgstr "ፊደል ማረሚያው ከአሁኑ ወረቀት መጀመሪያ ጀምሮ ይቀጥል?"
-#: globstr.hrc:280
+#: sc/inc/globstr.hrc:275
msgctxt "STR_SPELLING_NO_LANG"
msgid ""
"is not available for the thesaurus.\n"
@@ -1302,276 +1277,272 @@ msgstr ""
"እባክዎን አገጣጠሞትን ይመርምሩ እና ይግጠሙ \n"
"የተፈለገውን ቋንቋ አስፈላጊ ከሆነ"
-#: globstr.hrc:281
+#: sc/inc/globstr.hrc:276
msgctxt "STR_SPELLING_STOP_OK"
msgid "The spellcheck of this sheet has been completed."
msgstr "ለዚህ ወረቀት ፊደል ማረሙ ተፈጽሟል"
-#: globstr.hrc:282
+#: sc/inc/globstr.hrc:277
msgctxt "STR_UNDO_INSERT_TAB"
msgid "Insert Sheet"
msgstr "ወረቀት ማስገቢያ"
-#: globstr.hrc:283
+#: sc/inc/globstr.hrc:278
msgctxt "STR_UNDO_DELETE_TAB"
msgid "Delete Sheets"
msgstr "ወረቀት ማጥፊያ"
-#: globstr.hrc:284
+#: sc/inc/globstr.hrc:279
msgctxt "STR_UNDO_RENAME_TAB"
msgid "Rename Sheet"
msgstr "ወረቀት እንደገና መሰየሚያ"
-#: globstr.hrc:285
+#: sc/inc/globstr.hrc:280
msgctxt "STR_UNDO_SET_TAB_BG_COLOR"
msgid "Color Tab"
msgstr "የ ቀለም Tab"
-#: globstr.hrc:286
+#: sc/inc/globstr.hrc:281
msgctxt "STR_UNDO_SET_MULTI_TAB_BG_COLOR"
msgid "Color Tabs"
msgstr "የ ቀለም Tabs"
-#: globstr.hrc:287
+#: sc/inc/globstr.hrc:282
msgctxt "STR_UNDO_MOVE_TAB"
msgid "Move Sheets"
msgstr "ወረቀቶች ማንቀሳቀሻ"
-#: globstr.hrc:288
+#: sc/inc/globstr.hrc:283
msgctxt "STR_UNDO_COPY_TAB"
msgid "Copy Sheet"
msgstr "ወረቀት ኮፒ ማድረጊያ"
-#: globstr.hrc:289
+#: sc/inc/globstr.hrc:284
msgctxt "STR_UNDO_APPEND_TAB"
msgid "Append sheet"
msgstr "ወረቀት መጨመሪያ"
-#: globstr.hrc:290
+#: sc/inc/globstr.hrc:285
msgctxt "STR_UNDO_SHOWTAB"
msgid "Show Sheet"
msgstr "ወረቀት ማሳያ"
-#: globstr.hrc:291
+#: sc/inc/globstr.hrc:286
msgctxt "STR_UNDO_SHOWTABS"
msgid "Show Sheets"
msgstr "ወረቀቶች ማሳያ"
-#: globstr.hrc:292
+#: sc/inc/globstr.hrc:287
msgctxt "STR_UNDO_HIDETAB"
msgid "Hide sheet"
msgstr "ወረቀት መደበቂያ"
-#: globstr.hrc:293
+#: sc/inc/globstr.hrc:288
msgctxt "STR_UNDO_HIDETABS"
msgid "Hide sheets"
msgstr "ወረቀቶች መደበቂያ"
-#: globstr.hrc:294
+#: sc/inc/globstr.hrc:289
msgctxt "STR_UNDO_TAB_RTL"
msgid "Flip sheet"
msgstr "ወረቀት መገልበጫ"
-#: globstr.hrc:295
+#: sc/inc/globstr.hrc:290
msgctxt "STR_ABSREFLOST"
msgid "The new table contains absolute references to other tables which may be incorrect!"
msgstr "አዲሱ ሰንጠረዥ ፍጹም የሆነ ማመሳከሪያ በውስጡ ይዟል ወደ ሌላ ሰንጠረዦች ምናልባት የተሳሳቱ ሊሆኑ ይችላሉ"
-#: globstr.hrc:296
+#: sc/inc/globstr.hrc:291
msgctxt "STR_NAMECONFLICT"
msgid "Due to identical names, an existing range name in the destination document has been altered!"
msgstr "በ ተመሳሳይ ስም ምክንያት ቀደም ሲል የነበረ የ ስም መጠን በ መድረሻው ሰነድ ውስጥ ተቀይሯል!"
-#: globstr.hrc:297
+#: sc/inc/globstr.hrc:292
msgctxt "STR_ERR_AUTOFILTER"
msgid "AutoFilter not possible"
msgstr "በራሱ ማጣራት አልተቻለም"
-#: globstr.hrc:298
+#: sc/inc/globstr.hrc:293
msgctxt "STR_CREATENAME_REPLACE"
msgid "Replace existing definition of #?"
msgstr "የ ነበረውን መግለጫ ልቀይረው #?"
-#: globstr.hrc:299
+#: sc/inc/globstr.hrc:294
msgctxt "STR_CREATENAME_MARKERR"
msgid "Invalid selection for range names"
msgstr "ዋጋ የሌለው ምርጫ ለ ስሞች መጠን"
-#: globstr.hrc:300
+#: sc/inc/globstr.hrc:295
msgctxt "STR_CONSOLIDATE_ERR1"
msgid "References can not be inserted above the source data."
msgstr "ከ ዳታው ምንጭ በላይ ማመሳከሪያዎች አይጨመሩም"
-#: globstr.hrc:301
+#: sc/inc/globstr.hrc:296
msgctxt "STR_SCENARIO_NOTFOUND"
msgid "Scenario not found"
msgstr "ትእይንቱ አልተገኘም"
-#: globstr.hrc:302
+#: sc/inc/globstr.hrc:297
msgctxt "STR_QUERY_DELENTRY"
msgid "Do you really want to delete the entry #?"
msgstr "በእርግጥ ያስገቡትን ማጥፋት ይፈልጋሉ #?"
-#: globstr.hrc:303
+#: sc/inc/globstr.hrc:298
msgctxt "STR_VOBJ_OBJECT"
msgid "Objects/Images"
msgstr "እቃዎች/ምስሎች"
-#: globstr.hrc:304
+#: sc/inc/globstr.hrc:299
msgctxt "STR_VOBJ_CHART"
msgid "Charts"
msgstr "ቻርትስ"
-#: globstr.hrc:305
+#: sc/inc/globstr.hrc:300
msgctxt "STR_VOBJ_DRAWINGS"
msgid "Drawing Objects"
msgstr "እቃዎች መሳያ"
-#: globstr.hrc:306
+#: sc/inc/globstr.hrc:301
msgctxt "STR_VOBJ_MODE_SHOW"
msgid "Show"
msgstr "ማሳያ"
-#: globstr.hrc:307
+#: sc/inc/globstr.hrc:302
msgctxt "STR_VOBJ_MODE_HIDE"
msgid "Hide"
msgstr "መደበቂያ"
-#: globstr.hrc:308
+#: sc/inc/globstr.hrc:303
msgctxt "STR_SCATTR_PAGE_TOPDOWN"
msgid "Top to bottom"
msgstr "ከ ላይ እስከ ታች"
-#: globstr.hrc:309
+#: sc/inc/globstr.hrc:304
msgctxt "STR_SCATTR_PAGE_LEFTRIGHT"
msgid "Left-to-right"
msgstr "ከ ግራ-ወደ-ቀኝ"
-#: globstr.hrc:310
+#: sc/inc/globstr.hrc:305
msgctxt "STR_SCATTR_PAGE_NOTES"
msgid "Comments"
msgstr "አስተያየቶች"
-#: globstr.hrc:311
+#: sc/inc/globstr.hrc:306
msgctxt "STR_SCATTR_PAGE_GRID"
msgid "Grid"
msgstr "መጋጠሚያ"
-#: globstr.hrc:312
+#: sc/inc/globstr.hrc:307
msgctxt "STR_SCATTR_PAGE_HEADERS"
msgid "Row & Column Headers"
msgstr "የ ረድፍ & የ አምድ ራስጌዎች"
-#: globstr.hrc:313
+#: sc/inc/globstr.hrc:308
msgctxt "STR_SCATTR_PAGE_FORMULAS"
msgid "Formulas"
msgstr "መቀመሪያ"
-#: globstr.hrc:314
+#: sc/inc/globstr.hrc:309
msgctxt "STR_SCATTR_PAGE_NULLVALS"
msgid "Zero Values"
msgstr "የዜሮ ዋጋዎች"
-#: globstr.hrc:315
+#: sc/inc/globstr.hrc:310
msgctxt "STR_SCATTR_PAGE_PRINTDIR"
msgid "Print direction"
msgstr "የማተሚያ አቅጣጫ"
-#: globstr.hrc:316
+#: sc/inc/globstr.hrc:311
msgctxt "STR_SCATTR_PAGE_FIRSTPAGENO"
msgid "First page number"
msgstr "የ መጀመሪያ ገጽ ቁጥር"
-#: globstr.hrc:317
+#: sc/inc/globstr.hrc:312
msgctxt "STR_SCATTR_PAGE_SCALE"
msgid "Reduce/enlarge printout"
msgstr "ህትመቱን ማሳነሻ/ማሳደጊያ"
-#: globstr.hrc:318
+#: sc/inc/globstr.hrc:313
msgctxt "STR_SCATTR_PAGE_SCALETOPAGES"
msgid "Fit print range(s) on number of pages"
msgstr "በማተሚያው ልክ መጠን(ኖች) በ ገጽ ቁጥሮች ላይ"
-#: globstr.hrc:319
+#: sc/inc/globstr.hrc:314
msgctxt "STR_SCATTR_PAGE_SCALETO"
msgid "Fit print range(s) to width/height"
msgstr "በ ማተሚያው ልክ መጠን(ኖች) ስፋት/እርዝመት"
-#: globstr.hrc:320
+#: sc/inc/globstr.hrc:315
msgctxt "STR_SCATTR_PAGE_SCALE_WIDTH"
msgid "Width"
msgstr "ስፋት"
-#: globstr.hrc:321
+#: sc/inc/globstr.hrc:316
msgctxt "STR_SCATTR_PAGE_SCALE_HEIGHT"
msgid "Height"
msgstr "እርዝመት"
-#: globstr.hrc:322
+#: sc/inc/globstr.hrc:317
msgctxt "STR_SCATTR_PAGE_SCALE_PAGES"
msgid "%1 page(s)"
msgstr "%1 ገጽ(ጾች)"
-#: globstr.hrc:323
+#: sc/inc/globstr.hrc:318
msgctxt "STR_SCATTR_PAGE_SCALE_AUTO"
msgid "automatic"
msgstr "ራሱ በራሱ"
-#: globstr.hrc:324
+#: sc/inc/globstr.hrc:319
msgctxt "STR_DOC_STAT"
msgid "Statistics"
msgstr "ስታትስቲክስ"
-#: globstr.hrc:325
+#: sc/inc/globstr.hrc:320
msgctxt "STR_LINKERROR"
msgid "The link could not be updated."
msgstr "አገናኙን ማሻሻል አልተቻለም"
-#: globstr.hrc:326
+#: sc/inc/globstr.hrc:321
msgctxt "STR_LINKERRORFILE"
msgid "File:"
msgstr "ፋይል:"
-#: globstr.hrc:327
+#: sc/inc/globstr.hrc:322
msgctxt "STR_LINKERRORTAB"
msgid "Sheet:"
msgstr "ወረቀት :"
-#: globstr.hrc:328
+#: sc/inc/globstr.hrc:323
msgctxt "STR_OVERVIEW"
msgid "Overview"
msgstr "ባጠቃላይ"
-#: globstr.hrc:329
+#: sc/inc/globstr.hrc:324
msgctxt "STR_DOC_INFO"
msgid "Doc.Information"
msgstr "የ ሰነድ መረጃ"
-#: globstr.hrc:330
+#: sc/inc/globstr.hrc:325
msgctxt "STR_DOC_PRINTED"
msgid "Printed"
msgstr "ታትሟል"
-#: globstr.hrc:331
+#: sc/inc/globstr.hrc:326
msgctxt "STR_BY"
msgid "by"
msgstr "በ"
-#: globstr.hrc:332
+#: sc/inc/globstr.hrc:327
msgctxt "STR_ON"
msgid "on"
msgstr "ላይ"
-#: globstr.hrc:333
+#: sc/inc/globstr.hrc:328
msgctxt "STR_RELOAD_TABLES"
-msgid ""
-"This file contains links to other files.\n"
-"Should they be updated?"
-msgstr ""
-"ይህ ፋይል ወደ ሌላ ፋይሎች አገናኝ ይዟል \n"
-"ይሻሻሉ?"
+msgid "Automatic update of external links has been disabled."
+msgstr "ራሱ በራሱ የ ውጪ አገና ማሻሻያ ተሰናክሏል"
-#: globstr.hrc:334
+#: sc/inc/globstr.hrc:329
msgctxt "STR_REIMPORT_AFTER_LOAD"
msgid ""
"This file contains queries. The results of these queries were not saved.\n"
@@ -1580,7 +1551,7 @@ msgstr ""
"ይህ ፋይል ጥያቄዎችን ይዟል: የ እነዚህ ጥያቄዎች ውጤት አልተቀመጠም \n"
"እነዚህ ጥያቄዎች እንዲደገሙ ይፈልጋሉ?"
-#: globstr.hrc:335
+#: sc/inc/globstr.hrc:330
msgctxt "STR_INSERT_FULL"
msgid ""
"Filled cells cannot be shifted\n"
@@ -1589,27 +1560,27 @@ msgstr ""
"የተሞሉ ክፍሎችን መቀየር አይቻልም \n"
"ከወረቀቱ ባሻገር"
-#: globstr.hrc:336
+#: sc/inc/globstr.hrc:331
msgctxt "STR_TABINSERT_ERROR"
msgid "The table could not be inserted."
msgstr "ሰንጠረዡን ማስገባት አልተቻለም"
-#: globstr.hrc:337
+#: sc/inc/globstr.hrc:332
msgctxt "STR_TABREMOVE_ERROR"
msgid "The sheets could not be deleted."
msgstr "ወረቀቱን ማጥፋት አልተቻለም"
-#: globstr.hrc:338
+#: sc/inc/globstr.hrc:333
msgctxt "STR_PASTE_ERROR"
msgid "The contents of the clipboard could not be pasted."
msgstr "የቁራጭ ሰሌዳውን ይዞታዎች መለጠፍ አልተቻለም"
-#: globstr.hrc:339
+#: sc/inc/globstr.hrc:334
msgctxt "STR_PASTE_FULL"
msgid "There is not enough space on the sheet to insert here."
msgstr "በወረቀቱ ላይ ለማስገባት በቂ ቦታ የለም"
-#: globstr.hrc:340
+#: sc/inc/globstr.hrc:335
msgctxt "STR_PASTE_BIGGER"
msgid ""
"The content of the clipboard is bigger than the range selected.\n"
@@ -1618,52 +1589,52 @@ msgstr ""
"የቁራጭ ሰሌዳው ይዞታዎች ከተመረጠው መጠን ይበልጣል \n"
"ለማናቸውም ማስገባት ይፈልጋሉ?"
-#: globstr.hrc:341
+#: sc/inc/globstr.hrc:336
msgctxt "STR_ERR_NOREF"
msgid "No cell references are found in the selected cells."
msgstr "የ ክፍል ማመሳከሪያ በ ተመረጡት ክፍሎች ውስጥ አልተገኘም"
-#: globstr.hrc:342
+#: sc/inc/globstr.hrc:337
msgctxt "STR_GRAPHICNAME"
msgid "Image"
msgstr "ምስል"
-#: globstr.hrc:343
+#: sc/inc/globstr.hrc:338
msgctxt "STR_INVALIDNAME"
msgid "Invalid name."
msgstr "ዋጋ የሌለው ስም"
-#: globstr.hrc:344
+#: sc/inc/globstr.hrc:339
msgctxt "STR_VALID_MACRONOTFOUND"
msgid "Selected macro not found."
msgstr "የ ተመረጠው macro አልተገኘም"
-#: globstr.hrc:345
+#: sc/inc/globstr.hrc:340
msgctxt "STR_VALID_DEFERROR"
msgid "Invalid value."
msgstr "ዋጋ የሌለው ዋጋ"
-#: globstr.hrc:346
+#: sc/inc/globstr.hrc:341
msgctxt "STR_PROGRESS_CALCULATING"
msgid "calculating"
msgstr "በማስላት ላይ"
-#: globstr.hrc:347
+#: sc/inc/globstr.hrc:342
msgctxt "STR_PROGRESS_SORTING"
msgid "sorting"
msgstr "በመለየት ላይ"
-#: globstr.hrc:348
+#: sc/inc/globstr.hrc:343
msgctxt "STR_PROGRESS_HEIGHTING"
msgid "Adapt row height"
msgstr "የ ረድፍ እርዝመት ማስማሚያ"
-#: globstr.hrc:349
+#: sc/inc/globstr.hrc:344
msgctxt "STR_PROGRESS_COMPARING"
msgid "Compare #"
msgstr "ማወዳደሪያ #"
-#: globstr.hrc:350
+#: sc/inc/globstr.hrc:345
msgctxt "STR_DETINVALID_OVERFLOW"
msgid ""
"The maximum number of invalid cells has been exceeded.\n"
@@ -1672,123 +1643,123 @@ msgstr ""
"ዋጋ የሌላቸው ክፍሎች ከፍተኛውን ቁጥር አልፏል \n"
"ሁሉንም ዋጋ የሌላቸው ክፍሎች ምልክት አልተደረገባቸውም"
-#: globstr.hrc:351
+#: sc/inc/globstr.hrc:346
msgctxt "STR_QUICKHELP_DELETE"
msgid "Delete contents"
msgstr "ይዞታዎችን ማጥፊያ"
-#: globstr.hrc:352
+#: sc/inc/globstr.hrc:347
msgctxt "STR_QUICKHELP_REF"
msgid "%1 R x %2 C"
msgstr "%1 R x %2 C"
-#: globstr.hrc:353
+#: sc/inc/globstr.hrc:348
msgctxt "STR_FUNCTIONLIST_MORE"
msgid "More..."
msgstr "ተጨማሪ..."
-#: globstr.hrc:354
+#: sc/inc/globstr.hrc:349
msgctxt "STR_ERR_INVALID_AREA"
msgid "Invalid range"
msgstr "ዋጋ የሌለው መጠን"
#. Templates for data pilot tables.
-#: globstr.hrc:356
+#: sc/inc/globstr.hrc:351
msgctxt "STR_PIVOT_STYLE_INNER"
msgid "Pivot Table Value"
msgstr "የ Pivot ሰንጠረዥ ዋጋ"
-#: globstr.hrc:357
+#: sc/inc/globstr.hrc:352
msgctxt "STR_PIVOT_STYLE_RESULT"
msgid "Pivot Table Result"
msgstr "የ Pivot ሰንጠረዥ ውጤት"
-#: globstr.hrc:358
+#: sc/inc/globstr.hrc:353
msgctxt "STR_PIVOT_STYLE_CATEGORY"
msgid "Pivot Table Category"
msgstr "የ Pivot ሰንጠረዥ ምድብ"
-#: globstr.hrc:359
+#: sc/inc/globstr.hrc:354
msgctxt "STR_PIVOT_STYLE_TITLE"
msgid "Pivot Table Title"
msgstr "የ Pivot ሰንጠረዥ አርእስት"
-#: globstr.hrc:360
+#: sc/inc/globstr.hrc:355
msgctxt "STR_PIVOT_STYLE_FIELDNAME"
msgid "Pivot Table Field"
msgstr "የ Pivot ሰንጠረዥ ሜዳ"
-#: globstr.hrc:361
+#: sc/inc/globstr.hrc:356
msgctxt "STR_PIVOT_STYLE_TOP"
msgid "Pivot Table Corner"
msgstr "የ Pivot ሰንጠረዥ ጠርዝ"
-#: globstr.hrc:362
+#: sc/inc/globstr.hrc:357
msgctxt "STR_OPERATION_FILTER"
msgid "Filter"
msgstr "ማጣሪያ"
-#: globstr.hrc:363
+#: sc/inc/globstr.hrc:358
msgctxt "STR_OPERATION_SORT"
msgid "Sort"
msgstr "መለያ"
-#: globstr.hrc:364
+#: sc/inc/globstr.hrc:359
msgctxt "STR_OPERATION_SUBTOTAL"
msgid "Subtotals"
msgstr "ንዑስ ድምር"
-#: globstr.hrc:365
+#: sc/inc/globstr.hrc:360
msgctxt "STR_OPERATION_NONE"
msgid "None"
msgstr "ምንም"
-#: globstr.hrc:366
+#: sc/inc/globstr.hrc:361
msgctxt "STR_IMPORT_REPLACE"
msgid "Do you want to replace the contents of #?"
msgstr "ይዞታዎቹን መቀየር ይፈልጋሉ ከ #?"
-#: globstr.hrc:367
+#: sc/inc/globstr.hrc:362
msgctxt "STR_TIP_WIDTH"
msgid "Width:"
msgstr "ስፋት:"
-#: globstr.hrc:368
+#: sc/inc/globstr.hrc:363
msgctxt "STR_TIP_HEIGHT"
msgid "Height:"
msgstr "እርዝመት:"
-#: globstr.hrc:369
+#: sc/inc/globstr.hrc:364
msgctxt "STR_TIP_HIDE"
msgid "Hide"
msgstr "መደበቂያ"
-#: globstr.hrc:370
+#: sc/inc/globstr.hrc:365
msgctxt "STR_CHANGED_BLANK"
msgid "<empty>"
msgstr "<ባዶ>"
-#: globstr.hrc:371
+#: sc/inc/globstr.hrc:366
msgctxt "STR_CHANGED_CELL"
msgid "Cell #1 changed from '#2' to '#3'"
msgstr "ክፍሉ #1 ተቀይሯል ከ '#2' ወደ '#3'"
-#: globstr.hrc:372
+#: sc/inc/globstr.hrc:367
msgctxt "STR_CHANGED_INSERT"
msgid "#1 inserted"
msgstr "#1 ተጨምሯል"
-#: globstr.hrc:373
+#: sc/inc/globstr.hrc:368
msgctxt "STR_CHANGED_DELETE"
msgid "#1 deleted"
msgstr "#1 ጠፍቷል"
-#: globstr.hrc:374
+#: sc/inc/globstr.hrc:369
msgctxt "STR_CHANGED_MOVE"
msgid "Range moved from #1 to #2"
msgstr "መጠኑ ተንቀሳቅሷል ከ #1 ወደ #2"
-#: globstr.hrc:375
+#: sc/inc/globstr.hrc:370
msgctxt "STR_END_REDLINING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -1803,112 +1774,112 @@ msgstr ""
"ከ ለውጥ መቅረጫ ዘዴ ልውጣ?\n"
"\n"
-#: globstr.hrc:376
+#: sc/inc/globstr.hrc:371
msgctxt "STR_CLOSE_ERROR_LINK"
msgid "The document can not be closed while a link is being updated."
msgstr "ሰነዱን መዝጋት አይችሉም አገናኙ በ መሻሻል ላይ እያለ"
-#: globstr.hrc:377
+#: sc/inc/globstr.hrc:372
msgctxt "STR_UNDO_RESIZEMATRIX"
msgid "Adapt array area"
msgstr "ማሰለፊያ ቦታ ማስማሚያ"
-#: globstr.hrc:378
+#: sc/inc/globstr.hrc:373
msgctxt "STR_TIP_RESIZEMATRIX"
msgid "Array formula %1 R x %2 C"
msgstr "መቀመሪያ ማዘጋጃ %1 R x %2 C"
-#: globstr.hrc:379
+#: sc/inc/globstr.hrc:374
msgctxt "STR_UNDO_HANGULHANJA"
msgid "Hangul/Hanja Conversion"
msgstr "ሀንጉል/ሀንጃ መቀየሪያ"
-#: globstr.hrc:380
+#: sc/inc/globstr.hrc:375
msgctxt "STR_NAME_INPUT_CELL"
msgid "Select Cell"
msgstr "ክፍል ይምረጡ"
-#: globstr.hrc:381
+#: sc/inc/globstr.hrc:376
msgctxt "STR_NAME_INPUT_RANGE"
msgid "Select Range"
msgstr "መጠን ይምረጡ"
-#: globstr.hrc:382
+#: sc/inc/globstr.hrc:377
msgctxt "STR_NAME_INPUT_DBRANGE"
msgid "Select Database Range"
msgstr "የ ዳታቤዝ መጠን ይምረጡ"
-#: globstr.hrc:383
+#: sc/inc/globstr.hrc:378
msgctxt "STR_NAME_INPUT_ROW"
msgid "Go To Row"
msgstr "ወደ ረድፍ መሄጃ"
-#: globstr.hrc:384
+#: sc/inc/globstr.hrc:379
msgctxt "STR_NAME_INPUT_SHEET"
msgid "Go To Sheet"
msgstr "ወደ ወረቀት መሄጃ"
-#: globstr.hrc:385
+#: sc/inc/globstr.hrc:380
msgctxt "STR_NAME_INPUT_DEFINE"
msgid "Define Name for Range"
msgstr "ስም ይግለጹ ለመጠን"
-#: globstr.hrc:386
+#: sc/inc/globstr.hrc:381
msgctxt "STR_NAME_ERROR_SELECTION"
msgid "The selection needs to be rectangular in order to name it."
msgstr "ምርጫው አራት ማእዘን መሆን አለበት ለመሰየም"
-#: globstr.hrc:387
+#: sc/inc/globstr.hrc:382
msgctxt "STR_NAME_ERROR_NAME"
msgid "You must enter a valid reference or type a valid name for the selected range."
msgstr "ዋጋ ያለው ማመሳከሪያ ማስገባት አለብዎት ወይንም ዋጋ ያለው ስም ለ ተመረጠው መጠን"
-#: globstr.hrc:388
+#: sc/inc/globstr.hrc:383
msgctxt "STR_CHANGED_MOVE_REJECTION_WARNING"
msgid "WARNING: This action may have resulted in unintended changes to cell references in formulas."
msgstr "ማስጠንቀቂያ: ይህ ተግባር ያልተጠበቁ ለውጦችን በ ክፍሎች ማመሳከሪያ መቀመሪያ ውስጥ ለውጦችን ሊያስከትል ይችላል"
-#: globstr.hrc:389
+#: sc/inc/globstr.hrc:384
msgctxt "STR_CHANGED_DELETE_REJECTION_WARNING"
msgid "WARNING: This action may have resulted in references to the deleted area not being restored."
msgstr "ማስጠንቀቂያ: ይህ ተግባር የተፈጠረው በጠፉ ማመሳከሪያዎች እንደ ነበሩ ባለመመለሳቸው ነው"
-#: globstr.hrc:390
+#: sc/inc/globstr.hrc:385
msgctxt "STR_UNDO_CHINESE_TRANSLATION"
msgid "Chinese conversion"
msgstr "ቻይንኛ መቀየሪያ"
-#: globstr.hrc:391
+#: sc/inc/globstr.hrc:386
msgctxt "STR_ERR_DATAPILOT_INPUT"
msgid "You cannot change this part of the pivot table."
msgstr "ይህን ክፍል ከ pivot ሰንጠረዥ መቀየር አይቻልም"
-#: globstr.hrc:392
+#: sc/inc/globstr.hrc:387
msgctxt "STR_RECALC_MANUAL"
msgid "Manual"
msgstr "በእጅ"
-#: globstr.hrc:393
+#: sc/inc/globstr.hrc:388
msgctxt "STR_RECALC_AUTO"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: globstr.hrc:394
+#: sc/inc/globstr.hrc:389
msgctxt "STR_ERR_LONG_NESTED_ARRAY"
msgid "Nested arrays are not supported."
msgstr "Nested arrays are not supported."
-#: globstr.hrc:395
+#: sc/inc/globstr.hrc:390
msgctxt "STR_UNDO_TEXTTOCOLUMNS"
msgid "Text to Columns"
msgstr "ጽሁፍ ወደ አምዶች"
-#: globstr.hrc:396
+#: sc/inc/globstr.hrc:391
msgctxt "STR_DOC_UPDATED"
msgid "Your spreadsheet has been updated with changes saved by other users."
msgstr "የእርስዎ ሰንጠረዥ ተሻሽሏል ለውጦቹም በሌላ ተጠቃሚ ተቀምጠዋል"
-#: globstr.hrc:397
+#: sc/inc/globstr.hrc:392
msgctxt "STR_DOC_WILLBESAVED"
msgid ""
"The spreadsheet must be saved now to activate sharing mode.\n"
@@ -1919,7 +1890,7 @@ msgstr ""
"\n"
"መቀጠል ይፈልጋሉ?"
-#: globstr.hrc:398
+#: sc/inc/globstr.hrc:393
msgctxt "STR_DOC_WILLNOTBESAVED"
msgid ""
"Already resolved merge conflicts will be lost and your changes to the shared spreadsheet will not be saved.\n"
@@ -1930,7 +1901,7 @@ msgstr ""
"\n"
"መቀጠል ይፈልጋሉ?"
-#: globstr.hrc:399
+#: sc/inc/globstr.hrc:394
msgctxt "STR_DOC_DISABLESHARED"
msgid ""
"Disabling shared mode of a spreadsheet hinders all other users of the shared spreadsheet to merge back their work.\n"
@@ -1941,7 +1912,7 @@ msgstr ""
"\n"
"መቀጠል ይፈልጋሉ?"
-#: globstr.hrc:400
+#: sc/inc/globstr.hrc:395
msgctxt "STR_DOC_NOLONGERSHARED"
msgid ""
"This spreadsheet is no longer in shared mode.\n"
@@ -1952,18 +1923,7 @@ msgstr ""
"\n"
"የ ሰንጠረዥ ፋይሉን በሌላ ፋይል ውስጥ ያስቀምጡ እና ለውጦቹን ከሚካፈሉዋቸው ሰንጠረዦች ጋር በ እጅ ያዋህዱ"
-#: globstr.hrc:401
-msgctxt "STR_SHARED_DOC_WARNING"
-msgid ""
-"The spreadsheet is in shared mode. This allows multiple users to access and edit the spreadsheet at the same time.\n"
-"\n"
-"Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities."
-msgstr ""
-"ይህ ሰንጠረዥ በ መካፈያ ዘዴ ውስጥ ነው: ሰለሆነም በርካታ ተጠቃሚዎችን ሰንጠረዡ ጋር ለ መድረስ እና በ ተመሳሳይ ጊዜ ለማረም ይችላሉ \n"
-"\n"
-"ለውጦች ለ አቀራረብ ባህሪዎች እንደ ፊደል: ቀለም እና የ ቁጥር አቀራረብ አይቀመጡም እና አንዳንድ ተግባሮች እንደ ማረሚያ: ቻርትስ እና መሳያ እቃዎች በ ማካፈያ ዘዴ ውስጥ ዝግጁ አይደሉም: የ ማካፈያ ዘዴውን ይዝጉ ሙሉ በሙሉ ፍቃድ ለማግኘት እና ለሚፈልጉዋቸው ለውጦች እና ተግባሮች ለ መፈጸም"
-
-#: globstr.hrc:402
+#: sc/inc/globstr.hrc:396
msgctxt "STR_FILE_LOCKED_TRY_LATER"
msgid ""
"The shared spreadsheet file is locked due to a merge in progress by user: '%1'\n"
@@ -1974,7 +1934,7 @@ msgstr ""
"\n"
"ለውጦቹን ለማስቀመጥ ጥቂት ቆይተው በኋላ ይሞክሩ"
-#: globstr.hrc:403
+#: sc/inc/globstr.hrc:397
msgctxt "STR_FILE_LOCKED_SAVE_LATER"
msgid ""
"The shared spreadsheet file is locked due to a merge in progress by user: '%1'\n"
@@ -1985,147 +1945,147 @@ msgstr ""
"\n"
"ለውጦቹን ለማስቀመጥ ጥቂት ቆይተው በኋላ ይሞክሩ"
-#: globstr.hrc:404
+#: sc/inc/globstr.hrc:398
msgctxt "STR_UNKNOWN_USER"
msgid "Unknown User"
msgstr "ያልታወቀ ተጠቃሚ"
-#: globstr.hrc:405
+#: sc/inc/globstr.hrc:399
msgctxt "STR_SHAPE_AUTOSHAPE"
msgid "AutoShape"
msgstr "በራሱ ቅርጾች"
-#: globstr.hrc:406
+#: sc/inc/globstr.hrc:400
msgctxt "STR_SHAPE_RECTANGLE"
msgid "Rectangle"
msgstr "አራት ማእዘን"
-#: globstr.hrc:407
+#: sc/inc/globstr.hrc:401
msgctxt "STR_SHAPE_LINE"
msgid "Line"
msgstr "መስመር"
-#: globstr.hrc:408
+#: sc/inc/globstr.hrc:402
msgctxt "STR_SHAPE_OVAL"
msgid "Oval"
msgstr "ኦቫል"
-#: globstr.hrc:409
+#: sc/inc/globstr.hrc:403
msgctxt "STR_FORM_BUTTON"
msgid "Button"
msgstr "ቁልፍ"
-#: globstr.hrc:410
+#: sc/inc/globstr.hrc:404
msgctxt "STR_FORM_CHECKBOX"
msgid "Check Box"
msgstr "ሳጥኑ ውስጥ ምልክት ያድርጉ"
-#: globstr.hrc:411
+#: sc/inc/globstr.hrc:405
msgctxt "STR_FORM_OPTIONBUTTON"
msgid "Option Button"
msgstr "አማራጭ ቁልፍ"
-#: globstr.hrc:412
+#: sc/inc/globstr.hrc:406
msgctxt "STR_FORM_LABEL"
msgid "Label"
msgstr "ምልክት"
-#: globstr.hrc:413
+#: sc/inc/globstr.hrc:407
msgctxt "STR_FORM_LISTBOX"
msgid "List Box"
msgstr "የ ዝርዝር ሳጥን"
-#: globstr.hrc:414
+#: sc/inc/globstr.hrc:408
msgctxt "STR_FORM_GROUPBOX"
msgid "Group Box"
msgstr "የ ቡድን ሳጥን"
-#: globstr.hrc:415
+#: sc/inc/globstr.hrc:409
msgctxt "STR_FORM_DROPDOWN"
msgid "Drop Down"
msgstr "ወደ ታች የሚዘረግፍ"
-#: globstr.hrc:416
+#: sc/inc/globstr.hrc:410
msgctxt "STR_FORM_SPINNER"
msgid "Spinner"
msgstr "አሽከርካሪ"
-#: globstr.hrc:417
+#: sc/inc/globstr.hrc:411
msgctxt "STR_FORM_SCROLLBAR"
msgid "Scroll Bar"
msgstr "መሸብለያ መደርደሪያ"
-#: globstr.hrc:418
+#: sc/inc/globstr.hrc:412
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell Styles"
msgstr "የ ክፍል ዘዴዎች"
-#: globstr.hrc:419
+#: sc/inc/globstr.hrc:413
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Page Styles"
msgstr "የ ገጽ ዘዴዎች"
-#: globstr.hrc:420
+#: sc/inc/globstr.hrc:414
msgctxt "STR_ERR_DATAPILOTSOURCE"
msgid "Pivot table source data is invalid."
msgstr "የ Pivot ሰንጠረዥ ምንጭ ዳታ ዋጋ የለውም"
-#: globstr.hrc:421
+#: sc/inc/globstr.hrc:415
msgctxt "STR_OPTIONS_WARN_SEPARATORS"
msgid "Because the current formula separator settings conflict with the locale, the formula separators have been reset to their default values."
msgstr "ምክንያቱም የ አሁኑ መቀመሪያ መለያያ ማሰናጃ ከ ቋንቋው ጋር ይጋጫል: ስለዚህ የ መቀመሪያ መለያያ ወደ ነባር ዋጋዎቹ እንደ ነበር ተመልሷል"
-#: globstr.hrc:422
+#: sc/inc/globstr.hrc:416
msgctxt "STR_UNDO_INSERT_CURRENT_DATE"
msgid "Insert Current Date"
msgstr "የዛሬን ቀን ማስገቢያ"
-#: globstr.hrc:423
+#: sc/inc/globstr.hrc:417
msgctxt "STR_UNDO_INSERT_CURRENT_TIME"
msgid "Insert Current Time"
msgstr "የአሁኑን ሰአት ማስገቢያ"
-#: globstr.hrc:424
+#: sc/inc/globstr.hrc:418
msgctxt "STR_MANAGE_NAMES"
msgid "Manage Names..."
msgstr "የስሞች አስተዳደሪ..."
-#: globstr.hrc:425
+#: sc/inc/globstr.hrc:419
msgctxt "STR_HEADER_NAME"
msgid "Name"
msgstr "ስም"
-#: globstr.hrc:426
+#: sc/inc/globstr.hrc:420
msgctxt "STR_HEADER_RANGE_OR_EXPR"
msgid "Range or formula expression"
msgstr "መጠን ወይንም የ መቀመሪያ መግለጫ"
-#: globstr.hrc:427
+#: sc/inc/globstr.hrc:421
msgctxt "STR_HEADER_SCOPE"
msgid "Scope"
msgstr "ክልል"
-#: globstr.hrc:428
+#: sc/inc/globstr.hrc:422
msgctxt "STR_MULTI_SELECT"
msgid "(multiple)"
msgstr "(በርካታ)"
-#: globstr.hrc:429
+#: sc/inc/globstr.hrc:423
msgctxt "STR_GLOBAL_SCOPE"
msgid "Document (Global)"
msgstr "ሰነድ (አለም አቀፍ)"
-#: globstr.hrc:430
+#: sc/inc/globstr.hrc:424
msgctxt "STR_ERR_NAME_EXISTS"
msgid "Invalid name. Already in use for the selected scope."
msgstr "ዋጋ የሌለው ስም: ለ ተመረጠው ክልል ቀደም ሲል ተጠቅመዋል"
-#: globstr.hrc:431
+#: sc/inc/globstr.hrc:425
msgctxt "STR_ERR_NAME_INVALID"
msgid "Invalid name. Only use letters, numbers and underscore."
msgstr "ዋጋ የሌለው ስም የሚጠቀመው ፊደሎችን: ቁጥሮችን እና ከ ስሩ ማስመሪያ ብቻ ነው"
-#: globstr.hrc:432
+#: sc/inc/globstr.hrc:426
msgctxt "STR_UNSAVED_EXT_REF"
msgid ""
"This Document contains external references to unsaved documents.\n"
@@ -2136,217 +2096,217 @@ msgstr ""
"\n"
"መቀጠል ይፈልጋሉ?"
-#: globstr.hrc:433
+#: sc/inc/globstr.hrc:427
msgctxt "STR_CLOSE_WITH_UNSAVED_REFS"
msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
msgstr "ይህ ሰነድ በሌላ ሰነድ ለማመሳከሪያነት የቀረበ ነው እና ገና አልተቀመጠም ፡ ሰነዱን ሳያስቀምጡ ከዘጉት የዳታ መጥፋት ሊያስከትል ይችላል"
-#: globstr.hrc:434
+#: sc/inc/globstr.hrc:428
msgctxt "STR_HEADER_RANGE"
msgid "Range"
msgstr "መጠን"
-#: globstr.hrc:435
+#: sc/inc/globstr.hrc:429
msgctxt "STR_HEADER_COND"
msgid "First Condition"
msgstr "የመጀመሪያ ሁኔታ"
-#: globstr.hrc:436
+#: sc/inc/globstr.hrc:430
msgctxt "STR_COND_CONDITION"
msgid "Cell value is"
msgstr "የክፍሉ ዋጋ"
-#: globstr.hrc:437
+#: sc/inc/globstr.hrc:431
msgctxt "STR_COND_COLORSCALE"
msgid "ColorScale"
msgstr "ቀለም መመጠኛ"
-#: globstr.hrc:438
+#: sc/inc/globstr.hrc:432
msgctxt "STR_COND_DATABAR"
msgid "DataBar"
msgstr "DataBar"
-#: globstr.hrc:439
+#: sc/inc/globstr.hrc:433
msgctxt "STR_COND_ICONSET"
msgid "IconSet"
msgstr "ምልክት ማሰናጃ"
-#: globstr.hrc:440
+#: sc/inc/globstr.hrc:434
msgctxt "STR_COND_BETWEEN"
msgid "between"
msgstr "መካከል"
-#: globstr.hrc:441
+#: sc/inc/globstr.hrc:435
msgctxt "STR_COND_NOTBETWEEN"
msgid "not between"
msgstr "መካከል አይደለም"
-#: globstr.hrc:442
+#: sc/inc/globstr.hrc:436
msgctxt "STR_COND_UNIQUE"
msgid "unique"
msgstr "ልዩ"
-#: globstr.hrc:443
+#: sc/inc/globstr.hrc:437
msgctxt "STR_COND_DUPLICATE"
msgid "duplicate"
msgstr "ማባዣ"
-#: globstr.hrc:444
+#: sc/inc/globstr.hrc:438
msgctxt "STR_COND_FORMULA"
msgid "Formula is"
msgstr "መቀመሪያ ነው"
-#: globstr.hrc:445
+#: sc/inc/globstr.hrc:439
msgctxt "STR_COND_TOP10"
msgid "Top Elements"
msgstr "ከፍተኛ አካላቶች"
-#: globstr.hrc:446
+#: sc/inc/globstr.hrc:440
msgctxt "STR_COND_BOTTOM10"
msgid "Bottom Elements"
msgstr "የታችኛው አካላቶች"
-#: globstr.hrc:447
+#: sc/inc/globstr.hrc:441
msgctxt "STR_COND_TOP_PERCENT"
msgid "Top Percent"
msgstr "ከፍተኛው ፐርሰንት"
-#: globstr.hrc:448
+#: sc/inc/globstr.hrc:442
msgctxt "STR_COND_DATE"
msgid "Date is"
msgstr "ቀን ነው"
-#: globstr.hrc:449
+#: sc/inc/globstr.hrc:443
msgctxt "STR_COND_BOTTOM_PERCENT"
msgid "Bottom Percent"
msgstr "ዝቅተኛው ፐርሰንት"
-#: globstr.hrc:450
+#: sc/inc/globstr.hrc:444
msgctxt "STR_COND_ABOVE_AVERAGE"
msgid "Above Average"
msgstr "ከ መካከለኛ በላይ"
-#: globstr.hrc:451
+#: sc/inc/globstr.hrc:445
msgctxt "STR_COND_BELOW_AVERAGE"
msgid "Below Average"
msgstr "ከ መካከለኛ በታች"
-#: globstr.hrc:452
+#: sc/inc/globstr.hrc:446
msgctxt "STR_COND_ABOVE_EQUAL_AVERAGE"
msgid "Above or equal Average"
msgstr "ከ ላይ ወይንም ከ መካከለኛ ጋር እኩል ነው"
-#: globstr.hrc:453
+#: sc/inc/globstr.hrc:447
msgctxt "STR_COND_BELOW_EQUAL_AVERAGE"
msgid "Below or equal Average"
msgstr "በታች ወይንም ከ መካከለኛ እኩል"
-#: globstr.hrc:454
+#: sc/inc/globstr.hrc:448
msgctxt "STR_COND_ERROR"
msgid "an Error code"
msgstr "የ ኮድ ስህተት"
-#: globstr.hrc:455
+#: sc/inc/globstr.hrc:449
msgctxt "STR_COND_NOERROR"
msgid "not an Error code"
msgstr "የ ኮድ ስህተት አይደለም"
-#: globstr.hrc:456
+#: sc/inc/globstr.hrc:450
msgctxt "STR_COND_BEGINS_WITH"
msgid "Begins with"
msgstr "የሚጀምረው በ"
-#: globstr.hrc:457
+#: sc/inc/globstr.hrc:451
msgctxt "STR_COND_ENDS_WITH"
msgid "Ends with"
msgstr "የሚጨርሰው በ"
-#: globstr.hrc:458
+#: sc/inc/globstr.hrc:452
msgctxt "STR_COND_CONTAINS"
msgid "Contains"
msgstr "የያዘው"
-#: globstr.hrc:459
+#: sc/inc/globstr.hrc:453
msgctxt "STR_COND_NOT_CONTAINS"
msgid "Not Contains"
msgstr "ምንም አልያዘም"
-#: globstr.hrc:460
+#: sc/inc/globstr.hrc:454
msgctxt "STR_COND_TODAY"
msgid "today"
msgstr "ዛሬ"
-#: globstr.hrc:461
+#: sc/inc/globstr.hrc:455
msgctxt "STR_COND_YESTERDAY"
msgid "yesterday"
msgstr "ትናንትና"
-#: globstr.hrc:462
+#: sc/inc/globstr.hrc:456
msgctxt "STR_COND_TOMORROW"
msgid "tomorrow"
msgstr "ነገ"
-#: globstr.hrc:463
+#: sc/inc/globstr.hrc:457
msgctxt "STR_COND_LAST7DAYS"
msgid "in the last 7 days"
msgstr "ባለፉት 7 ቀኖች"
-#: globstr.hrc:464
+#: sc/inc/globstr.hrc:458
msgctxt "STR_COND_THISWEEK"
msgid "this week"
msgstr "በዚህ ሳምንት"
-#: globstr.hrc:465
+#: sc/inc/globstr.hrc:459
msgctxt "STR_COND_LASTWEEK"
msgid "last week"
msgstr "ባለፈው ሳምንት"
-#: globstr.hrc:466
+#: sc/inc/globstr.hrc:460
msgctxt "STR_COND_NEXTWEEK"
msgid "next week"
msgstr "በሚቀጥለው ሳምንት"
-#: globstr.hrc:467
+#: sc/inc/globstr.hrc:461
msgctxt "STR_COND_THISMONTH"
msgid "this month"
msgstr "በዚህ ወር"
-#: globstr.hrc:468
+#: sc/inc/globstr.hrc:462
msgctxt "STR_COND_LASTMONTH"
msgid "last month"
msgstr "ባለፈው ወር"
-#: globstr.hrc:469
+#: sc/inc/globstr.hrc:463
msgctxt "STR_COND_NEXTMONTH"
msgid "next month"
msgstr "በሚቀጥለው ወር"
-#: globstr.hrc:470
+#: sc/inc/globstr.hrc:464
msgctxt "STR_COND_THISYEAR"
msgid "this year"
msgstr "በዚህ አመት"
-#: globstr.hrc:471
+#: sc/inc/globstr.hrc:465
msgctxt "STR_COND_LASTYEAR"
msgid "last year"
msgstr "ባለፈው አመት"
-#: globstr.hrc:472
+#: sc/inc/globstr.hrc:466
msgctxt "STR_COND_NEXTYEAR"
msgid "next year"
msgstr "በሚቀጥለው አመት"
-#: globstr.hrc:473
+#: sc/inc/globstr.hrc:467
msgctxt "STR_COND_AND"
msgid "and"
msgstr "እና"
-#: globstr.hrc:474
+#: sc/inc/globstr.hrc:468
msgctxt "STR_ERR_CONDFORMAT_PROTECTED"
-msgid "Conditional Formats can not be created, deleted or changed in protected sheets!"
+msgid "Conditional Formats can not be created, deleted or changed in protected sheets."
msgstr "በሚጠበቁ ወረቀቶች ውስጥ እንደ ሁኔታው አቀራረብ መፍጠር: ማጥፋት ወይንም መቀየር አይቻልም"
-#: globstr.hrc:475
+#: sc/inc/globstr.hrc:469
msgctxt "STR_EDIT_EXISTING_COND_FORMATS"
msgid ""
"The selected cell already contains conditional formatting. You can either edit the existing conditional format or you define a new overlapping conditional format.\n"
@@ -2357,7 +2317,7 @@ msgstr ""
"\n"
" የ ነበረውን ጊዚያዊ አቀራረብ ማረም ይፈልጋሉ?"
-#: globstr.hrc:476
+#: sc/inc/globstr.hrc:470
msgctxt "STR_QUERY_FORMULA_RECALC_ONLOAD_ODS"
msgid ""
"This document was last saved by an application other than %PRODUCTNAME. Some formula cells may produce different results when recalculated.\n"
@@ -2368,7 +2328,7 @@ msgstr ""
"\n"
"በዚህ ሰነድ ውስጥ ያሉትን የ መቀመሪያ ክፍሎች አሁን እንደገና ማስላት ይፈልጋሉ?"
-#: globstr.hrc:477
+#: sc/inc/globstr.hrc:471
msgctxt "STR_QUERY_FORMULA_RECALC_ONLOAD_XLS"
msgid ""
"This document was last saved by Excel. Some formula cells may produce different results when recalculated.\n"
@@ -2379,82 +2339,77 @@ msgstr ""
"\n"
"ሁሉንም የ መቀመሪያ ክፍሎች አሁን እንደገና ማስላት ይፈልጋሉ?"
-#: globstr.hrc:478
-msgctxt "STR_ALWAYS_PERFORM_SELECTED"
-msgid "Always perform this without prompt in the future."
-msgstr "ለ ወደፊቱ ሁል ጊዜ ይህን በአስቸኳይ ፈጽም"
-
-#: globstr.hrc:479
+#: sc/inc/globstr.hrc:472
msgctxt "STR_NO_INSERT_DELETE_OVER_PIVOT_TABLE"
msgid "You cannot insert or delete cells when the affected range intersects with pivot table."
msgstr "ክፍሎች ማስገባት ወይንም ማጥፋት አይችሉም የተጎዳው መጠን ከ pivot ሰንጠረዥ ጋር ሲገናኝ"
-#: globstr.hrc:480
+#: sc/inc/globstr.hrc:473
msgctxt "STR_DPFIELD_GROUP_BY_SECONDS"
msgid "Seconds"
msgstr "ሰከንዶች"
-#: globstr.hrc:481
+#: sc/inc/globstr.hrc:474
msgctxt "STR_DPFIELD_GROUP_BY_MINUTES"
msgid "Minutes"
msgstr "ደቂቃዎች"
-#: globstr.hrc:482
+#: sc/inc/globstr.hrc:475
msgctxt "STR_DPFIELD_GROUP_BY_HOURS"
msgid "Hours"
msgstr "ሰአቶች"
-#: globstr.hrc:483
+#: sc/inc/globstr.hrc:476
msgctxt "STR_DPFIELD_GROUP_BY_DAYS"
msgid "Days"
msgstr "ቀኖች"
-#: globstr.hrc:484
+#: sc/inc/globstr.hrc:477
msgctxt "STR_DPFIELD_GROUP_BY_MONTHS"
msgid "Months"
msgstr "ወሮች"
-#: globstr.hrc:485
+#: sc/inc/globstr.hrc:478
msgctxt "STR_DPFIELD_GROUP_BY_QUARTERS"
msgid "Quarters"
msgstr "ሩቦች"
-#: globstr.hrc:486
+#: sc/inc/globstr.hrc:479
msgctxt "STR_DPFIELD_GROUP_BY_YEARS"
msgid "Years"
msgstr "አመቶች"
-#: globstr.hrc:487
+#: sc/inc/globstr.hrc:480
msgctxt "STR_INVALIDVAL"
msgid "Invalid target value."
msgstr "ዋጋ የሌለው የ ኢላማ ዋጋ"
-#: globstr.hrc:488
+#: sc/inc/globstr.hrc:481
msgctxt "STR_INVALIDVAR"
msgid "Undefined name for variable cell."
msgstr "ለተለዋዋጭ ክፍል ያልተገለጽ ስም"
-#: globstr.hrc:489
+#: sc/inc/globstr.hrc:482
msgctxt "STR_INVALIDFORM"
msgid "Undefined name as formula cell."
msgstr "እንደ መቀመሪያ ክፍል ያልተገለጽ ስም"
-#: globstr.hrc:490
+#: sc/inc/globstr.hrc:483
msgctxt "STR_NOFORMULA"
msgid "Formula cell must contain a formula."
msgstr "የ መቀመሪያ ክፍል መቀመሪያ መያዝ አለበት"
-#: globstr.hrc:491
+#: sc/inc/globstr.hrc:484
msgctxt "STR_INVALIDINPUT"
msgid "Invalid input."
msgstr "ዋጋ የሌለው ማስገቢያ"
-#: globstr.hrc:492
+#: sc/inc/globstr.hrc:485
msgctxt "STR_INVALIDCONDITION"
msgid "Invalid condition."
msgstr "ዋጋ የሌለው ሁኔታ"
-#: globstr.hrc:493
+#: sc/inc/globstr.hrc:486
msgctxt "STR_QUERYREMOVE"
msgid ""
"Should the entry\n"
@@ -2465,316 +2420,316 @@ msgstr ""
"#\n"
"ላጥፋው?"
-#: globstr.hrc:494
+#: sc/inc/globstr.hrc:487
msgctxt "STR_COPYLIST"
msgid "Copy List"
msgstr "ዝርዝሮች ኮፒ ማድረጊያ"
-#: globstr.hrc:495
+#: sc/inc/globstr.hrc:488
msgctxt "STR_COPYFROM"
msgid "List from"
msgstr "ዝርዝር ከ"
-#: globstr.hrc:496
+#: sc/inc/globstr.hrc:489
msgctxt "STR_COPYERR"
msgid "Cells without text have been ignored."
msgstr "ጽሁፍ የሌላቸውን ክፍሎች መተው"
-#: globstr.hrc:497
+#: sc/inc/globstr.hrc:490
#, c-format
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%s-click to follow hyperlink:"
msgstr "%s-ይጫኑ hyperlink ለ መከተል:"
-#: globstr.hrc:498
+#: sc/inc/globstr.hrc:491
msgctxt "STR_CLICKHYPERLINK"
msgid "click to open hyperlink:"
msgstr "ይጫኑ hyperlink ለመክፈት:"
-#: globstr.hrc:499
+#: sc/inc/globstr.hrc:492
msgctxt "STR_PRINT_PREVIEW_NODATA"
msgid "No Data"
msgstr "ዳታ የለም"
-#: globstr.hrc:500
+#: sc/inc/globstr.hrc:493
msgctxt "STR_PRINT_PREVIEW_EMPTY_RANGE"
msgid "Print Range Empty"
msgstr "የ ማተሚያ መጠን ባዶ ነው"
-#: globstr.hrc:501
+#: sc/inc/globstr.hrc:494
msgctxt "STR_UNDO_CONDFORMAT"
msgid "Conditional Format"
msgstr "እንደ ሁኔታው አቀራረብ"
-#: globstr.hrc:502
+#: sc/inc/globstr.hrc:495
msgctxt "STR_UNDO_CONDFORMAT_LIST"
msgid "Conditional Formats"
msgstr "እንደ ሁኔታው አቀራረብ"
-#: globstr.hrc:503
+#: sc/inc/globstr.hrc:496
msgctxt "STR_UNDO_FORMULA_TO_VALUE"
msgid "Convert Formula To Value"
msgstr "መቀመሪያ ወደ ዋጋ መቀየሪያ"
-#: globstr.hrc:504
+#: sc/inc/globstr.hrc:497
msgctxt "STR_UNQUOTED_STRING"
msgid "Strings without quotes are interpreted as column/row labels."
msgstr "ሀረጎች ያለ ትምህርተ ጥቅስ የሚተረጎሙት እንደ አምድ/ረድፍ ምልክቶች ነው"
-#: globstr.hrc:505
+#: sc/inc/globstr.hrc:498
msgctxt "STR_ENTER_VALUE"
msgid "Enter a value!"
msgstr "ዋጋ ያስገቡ!"
-#: globstr.hrc:506
+#: sc/inc/globstr.hrc:499
msgctxt "STR_TABLE_COUNT"
msgid "Sheet %1 of %2"
msgstr "ወረቀት %1 ከ %2"
-#: globstr.hrc:507
+#: sc/inc/globstr.hrc:500
msgctxt "STR_FUNCTIONS_FOUND"
msgid "%1 and %2 more"
msgstr "%1 እና %2 ተጨማሪ"
-#: globstr.hrc:508
+#: sc/inc/globstr.hrc:501
msgctxt "STR_GENERAL"
msgid "General"
msgstr "ባጠቃላይ"
-#: globstr.hrc:509
+#: sc/inc/globstr.hrc:502
msgctxt "STR_NUMBER"
msgid "Number"
msgstr "ቁጥር"
-#: globstr.hrc:510
+#: sc/inc/globstr.hrc:503
msgctxt "STR_PERCENT"
msgid "Percent"
msgstr "ፐርሰንት"
-#: globstr.hrc:511
+#: sc/inc/globstr.hrc:504
msgctxt "STR_CURRENCY"
msgid "Currency"
msgstr "ገንዘብ"
-#: globstr.hrc:512
+#: sc/inc/globstr.hrc:505
msgctxt "STR_DATE"
msgid "Date"
msgstr "ቀን"
-#: globstr.hrc:513
+#: sc/inc/globstr.hrc:506
msgctxt "STR_TIME"
msgid "Time"
msgstr "ሰአት"
-#: globstr.hrc:514
+#: sc/inc/globstr.hrc:507
msgctxt "STR_SCIENTIFIC"
msgid "Scientific"
msgstr "ሳይንሳዊ"
-#: globstr.hrc:515
+#: sc/inc/globstr.hrc:508
msgctxt "STR_FRACTION"
msgid "Fraction"
msgstr "ክፍልፋይ"
-#: globstr.hrc:516
+#: sc/inc/globstr.hrc:509
msgctxt "STR_BOOLEAN_VALUE"
msgid "Boolean Value"
msgstr "የ ቡሊየን ዋጋ"
-#: globstr.hrc:517
+#: sc/inc/globstr.hrc:510
msgctxt "STR_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: globstr.hrc:518
+#: sc/inc/globstr.hrc:511
msgctxt "STR_QUERY_PIVOTTABLE_DELTAB"
msgid "The selected sheet(s) contain source data of related pivot tables that will be lost. Are you sure you want to delete the selected sheet(s)?"
msgstr "የ ተመረጠው ወረቀት(ቶች) የያዘው የ ዳታ ምንጭ ከ ፒቮት ሰንጠረዥ ጋር የ ተዛመደ የሚጠፋ ነው: እርስዎ በ እርግጥ የ ተመረጠው ወረቀት(ቶች) ማጥፋት ይፈልጋሉ?"
-#: globstr.hrc:519
+#: sc/inc/globstr.hrc:512
msgctxt "STR_ERR_NAME_INVALID_CELL_REF"
msgid "Invalid name. Reference to a cell, or a range of cells not allowed."
msgstr "ዋጋ የሌለው ስም: ወደ ክፍል ማመሳከሪያ: ወይንም የ ክፍሎች መጠን አይቻልም"
-#: pvfundlg.hrc:27
+#: sc/inc/pvfundlg.hrc:27
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Sum"
msgstr "ድምር"
-#: pvfundlg.hrc:28
+#: sc/inc/pvfundlg.hrc:28
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Count"
msgstr "መቁጠሪያ"
-#: pvfundlg.hrc:29
+#: sc/inc/pvfundlg.hrc:29
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Average"
msgstr "መካከለኛ"
-#: pvfundlg.hrc:30
+#: sc/inc/pvfundlg.hrc:30
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Median"
msgstr "መሀከለኛ"
-#: pvfundlg.hrc:31
+#: sc/inc/pvfundlg.hrc:31
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Max"
msgstr "ከፍተኛ"
-#: pvfundlg.hrc:32
+#: sc/inc/pvfundlg.hrc:32
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Min"
msgstr "ዝቅተኛ"
-#: pvfundlg.hrc:33
+#: sc/inc/pvfundlg.hrc:33
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Product"
msgstr "ውጤት"
-#: pvfundlg.hrc:34
+#: sc/inc/pvfundlg.hrc:34
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Count (Numbers only)"
msgstr "መቁጠሪያ (ቁጥሮች ብቻ)"
-#: pvfundlg.hrc:35
+#: sc/inc/pvfundlg.hrc:35
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "StDev (Sample)"
msgstr "StDev (Sample)"
-#: pvfundlg.hrc:36
+#: sc/inc/pvfundlg.hrc:36
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "StDevP (Population)"
msgstr "StDevP (Population)"
-#: pvfundlg.hrc:37
+#: sc/inc/pvfundlg.hrc:37
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Var (Sample)"
msgstr "Var (Sample)"
-#: pvfundlg.hrc:38
+#: sc/inc/pvfundlg.hrc:38
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "VarP (Population)"
msgstr "የ ጠቅላላ ሕዝብ ልዩነት (ሕዝብ)"
#. ERRORS -----------------------------------------------------
-#: scerrors.hrc:30
+#: sc/inc/scerrors.hrc:30
msgctxt "RID_ERRHDLSC"
msgid "Impossible to connect to the file."
msgstr "ወደ ፋይሉ መገናኘት አይቻልም"
-#: scerrors.hrc:32
+#: sc/inc/scerrors.hrc:32
msgctxt "RID_ERRHDLSC"
msgid "File could not be opened."
msgstr "ፋይሉ አይከፈትም"
-#: scerrors.hrc:34
+#: sc/inc/scerrors.hrc:34
msgctxt "RID_ERRHDLSC"
msgid "An unknown error has occurred."
msgstr "ያልታወቀ ስህተት ተፈጥሯል"
-#: scerrors.hrc:36
+#: sc/inc/scerrors.hrc:36
msgctxt "RID_ERRHDLSC"
msgid "Not enough memory while importing."
msgstr "በማምጣት ላይ እንዳለ በቂ ማስታወሻ አልተገኘም"
-#: scerrors.hrc:38
+#: sc/inc/scerrors.hrc:38
msgctxt "RID_ERRHDLSC"
msgid "Unknown Lotus1-2-3 file format."
msgstr "ያልታወቀ Lotus1-2-3 file format."
-#: scerrors.hrc:40
+#: sc/inc/scerrors.hrc:40
msgctxt "RID_ERRHDLSC"
msgid "Error in file structure while importing."
msgstr "በማምጣት ላይ እንዳለ በ ፋይል መዋቅር ላይ ስህተት ተፈጥሯል"
-#: scerrors.hrc:42
+#: sc/inc/scerrors.hrc:42
msgctxt "RID_ERRHDLSC"
msgid "There is no filter available for this file type."
msgstr "ለዚህ አይነት ፋይል ማጣሪያ የለም"
-#: scerrors.hrc:44
+#: sc/inc/scerrors.hrc:44
msgctxt "RID_ERRHDLSC"
msgid "Unknown or unsupported Excel file format."
msgstr "ያልታወቀ ወይም ያልተደገፈ የ Excel file format."
-#: scerrors.hrc:46
+#: sc/inc/scerrors.hrc:46
msgctxt "RID_ERRHDLSC"
msgid "Excel file format not yet implemented."
msgstr "የ Excel file format ገና በ ተግባር ላይ አልተፈጸመም"
-#: scerrors.hrc:48
+#: sc/inc/scerrors.hrc:48
msgctxt "RID_ERRHDLSC"
msgid "This file is password-protected."
msgstr "ይህ ፋይል በ መግቢያ ቃል-የተጠበቀ ነው"
-#: scerrors.hrc:50
+#: sc/inc/scerrors.hrc:50
msgctxt "RID_ERRHDLSC"
msgid "Internal import error."
msgstr "የ ውስጥ ማምጫ ስህተት"
-#: scerrors.hrc:52
+#: sc/inc/scerrors.hrc:52
msgctxt "RID_ERRHDLSC"
msgid "The file contains data after row 8192 and therefore can not be read."
msgstr "ይህ የ ፋይል ዳታ ከ ረድፍ 8192 በኋላ ይዟል እና ስለዚህ ማንበብ አይቻልም"
-#: scerrors.hrc:54 /home/cl/vc/git/libo-core/sc/inc/scerrors.hrc:102
+#: sc/inc/scerrors.hrc:54 sc/inc/scerrors.hrc:102
msgctxt "RID_ERRHDLSC"
msgid "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)."
msgstr "የ አቀራረብ ስህተት ተገኝቷል በ ፋይሉ በ ንዑስ-ሰነድ ውስጥ $(ARG1) በ $(ARG2)(ረድፍ , አምድ)."
-#: scerrors.hrc:56
+#: sc/inc/scerrors.hrc:56
msgctxt "RID_ERRHDLSC"
msgid "File format error found at $(ARG1)(row,col)."
msgstr "የ ፋይል አቀራረብ ስህተት ተገኝቷል በ $(ARG1)(ረድፍ , አምድ)"
#. Export ----------------------------------------------------
-#: scerrors.hrc:60
+#: sc/inc/scerrors.hrc:60
msgctxt "RID_ERRHDLSC"
msgid "Connection to the file could not be established."
msgstr "ወደ ፋይሉ ግንኙነት መፍጠር አልተቻለም"
-#: scerrors.hrc:62
+#: sc/inc/scerrors.hrc:62
msgctxt "RID_ERRHDLSC"
msgid "Data could not be written."
msgstr "ዳታ መጻፍ አልተቻለም"
-#: scerrors.hrc:64
+#: sc/inc/scerrors.hrc:64
msgctxt "RID_ERRHDLSC"
msgid "$(ARG1)"
msgstr "$(ARG1)"
-#: scerrors.hrc:66
+#: sc/inc/scerrors.hrc:66
msgctxt "RID_ERRHDLSC"
msgid "Cell $(ARG1) contains characters that are not representable in the selected target character set \"$(ARG2)\"."
msgstr "ክፍሉ $(ARG1) ሊቀርቡ የማይችሉ ባህሪዎችን በ ተመረጠው ኢላማ ባህሪ ማሰናጃ ውስጥ ይዟል \"$(ARG2)\"."
-#: scerrors.hrc:68
+#: sc/inc/scerrors.hrc:68
msgctxt "RID_ERRHDLSC"
msgid "Cell $(ARG1) contains a string that is longer in the selected target character set \"$(ARG2)\" than the given field width."
msgstr "ክፍሉ $(ARG1) ሀርግ ይዟል በ ተመረጠው ኢላማ ባህሪ ማሰናጃ ውስጥ የሌለ \"$(ARG2)\" ከ ተሰጠው የ ሜዳ ስፋት በስተቀር"
#. WARNINGS ---------------------------------------------------
-#: scerrors.hrc:72
+#: sc/inc/scerrors.hrc:72
msgctxt "RID_ERRHDLSC"
msgid "Only the active sheet was saved."
msgstr "ንቁው ወረቀት ብቻ ተቀምጧል"
-#: scerrors.hrc:74
+#: sc/inc/scerrors.hrc:74
msgctxt "RID_ERRHDLSC"
msgid "The maximum number of rows has been exceeded. Excess rows were not imported!"
msgstr "የ ተፈቀደውን ከፍተኛ ቁጥር ረድፎቹ አልፈዋል: ተጨማሪ ረድፎች አልመጡም!"
-#: scerrors.hrc:76
+#: sc/inc/scerrors.hrc:76
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of rows per sheet was exceeded."
msgstr "ዳታውን ሙሉ በሙሉ መጫን አልተቻለም: ምክንያቱም በ ገጹ የ ተፈቀደውን ከፍተኛ ቁጥር ረድፎቹ አልፈዋል"
-#: scerrors.hrc:78
+#: sc/inc/scerrors.hrc:78
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of columns per sheet was exceeded."
msgstr "ዳታውን ሙሉ በ ሙሉ መጫን አልተቻለም: ምክንያቱም በ ገጹ የተፈቀደውን ከፍተኛ ቁጥር አምዶች አልፏል"
-#: scerrors.hrc:80
+#: sc/inc/scerrors.hrc:80
msgctxt "RID_ERRHDLSC"
msgid ""
"Not all sheets have been loaded because the maximum number of sheets was exceeded.\n"
@@ -2785,27 +2740,27 @@ msgstr ""
"\n"
"እባክዎን ይጠንቀቁ ይህን ሰነድ እንደገና-ማስቀመጥ ያልተጫኑትን ወረቀቶች በ ቋሚነት ያጠፋቸዋል!"
-#: scerrors.hrc:82
+#: sc/inc/scerrors.hrc:82
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of characters per cell was exceeded."
msgstr "ዳታውን መጫን አልተቻለም: ምክንያቱም ክፍሉ ሊይዘው ከሚችለው ከፍተኛው የ ባህሪ ቁጥር በላይ አልፏል"
-#: scerrors.hrc:84
+#: sc/inc/scerrors.hrc:84
msgctxt "RID_ERRHDLSC"
msgid "Corresponding FM3-File could not be opened."
msgstr "ተመሳሳይ የ FM3-ፋይል መክፈት አልተቻለም"
-#: scerrors.hrc:86
+#: sc/inc/scerrors.hrc:86
msgctxt "RID_ERRHDLSC"
msgid "Error in file structure of corresponding FM3-File."
msgstr "ስህተት በ ፋይል አካል ውስጥ ለ ተመሳሳዩ የ FM3-ፋይል"
-#: scerrors.hrc:88
+#: sc/inc/scerrors.hrc:88
msgctxt "RID_ERRHDLSC"
msgid "Document too complex for automatic calculation. Press F9 to recalculate."
msgstr "ሰነዱ እጅግ በጣም ውስብስብ ነው ራሱ በራሱ እንዲያሰላው F9 ይጫኑ እንደገና ለማስላት"
-#: scerrors.hrc:90
+#: sc/inc/scerrors.hrc:90
msgctxt "RID_ERRHDLSC"
msgid ""
"The document contains more rows than supported in the selected format.\n"
@@ -2814,7 +2769,7 @@ msgstr ""
"በ ተመረጠው አቀራረብ ሰነዱ ከሚደገፈው በላይ ረድፎችን ይዟል\n"
"ተጨማሪ ረድፎች አልተቀመጡም"
-#: scerrors.hrc:92
+#: sc/inc/scerrors.hrc:92
msgctxt "RID_ERRHDLSC"
msgid ""
"The document contains more columns than supported in the selected format.\n"
@@ -2823,7 +2778,7 @@ msgstr ""
"ይህ ሰነድ ተጨማሪ አምዶችን ይዟል የ ተመረጠው አቀራረብ ከሚደግፈው በላይ\n"
"ተጨማሪ አምዶቹ አልተቀመጡም"
-#: scerrors.hrc:94
+#: sc/inc/scerrors.hrc:94
msgctxt "RID_ERRHDLSC"
msgid ""
"The document contains more sheets than supported in the selected format.\n"
@@ -2832,7 +2787,7 @@ msgstr ""
"ይህ ሰነድ ተጨማሪ ወረቀቶችን ይዟል የ ተመረጠው አቀራረብ ከሚደግፈው በላይ\n"
"ተጨማሪ ወረቀቶቹ አልተቀመጡም"
-#: scerrors.hrc:96
+#: sc/inc/scerrors.hrc:96
msgctxt "RID_ERRHDLSC"
msgid ""
"The document contains information not recognized by this program version.\n"
@@ -2841,12 +2796,12 @@ msgstr ""
"ይህ ሰነድ የዚህ ፕሮግራም እትም ሊያውቀው ያልቻለ መረጃ ይዟል \n"
"ሰነዱን እንደገና ማስቀመጥ መረጃውን ያጠፋዋል!"
-#: scerrors.hrc:98
+#: sc/inc/scerrors.hrc:98
msgctxt "RID_ERRHDLSC"
msgid "Not all cell contents could be saved in the specified format."
msgstr "የ ሁሉንም ክፍሎች ይዞታ በ ተወሰነው አቀራረብ ማስቀመጥ አይቻልም"
-#: scerrors.hrc:100
+#: sc/inc/scerrors.hrc:100
msgctxt "RID_ERRHDLSC"
msgid ""
"The following characters could not be converted to the selected character set\n"
@@ -2859,927 +2814,927 @@ msgstr ""
"\n"
"$(ARG1)"
-#: scerrors.hrc:104
+#: sc/inc/scerrors.hrc:104
msgctxt "RID_ERRHDLSC"
msgid "Not all attributes could be read."
msgstr "ሁሉንም ባህሪዎች ማንበብ አልተቻለም"
-#: scfuncs.hrc:37
+#: sc/inc/scfuncs.hrc:37
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Counts the cells of a data range whose contents match the search criteria."
msgstr "የ ዳታው መጠን ክፍሎች መቁጠሪያ: ይዞታው ከ መፈለጊያ መመዘኛ ጋር የሚመሳሰለውን"
-#: scfuncs.hrc:38
+#: sc/inc/scfuncs.hrc:38
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Database"
msgstr "ዳታቤዝ"
-#: scfuncs.hrc:39
+#: sc/inc/scfuncs.hrc:39
msgctxt "SC_OPCODE_DB_COUNT"
msgid "The range of cells containing data."
msgstr "ዳታውን የያዙት ክፍሎች መጠን"
-#: scfuncs.hrc:40
+#: sc/inc/scfuncs.hrc:40
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: scfuncs.hrc:41
+#: sc/inc/scfuncs.hrc:41
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ዳታቤዝ ሜዳ (አምድ) እንደሚጠቀሙ ማሳያ"
-#: scfuncs.hrc:42
+#: sc/inc/scfuncs.hrc:42
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Search criteria"
msgstr "የ መፈለጊያ መመዘኛ"
-#: scfuncs.hrc:43
+#: sc/inc/scfuncs.hrc:43
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Defines the cell range containing the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ክፍል መጠን እንደሚጠቀሙ መግለጫ"
-#: scfuncs.hrc:49
+#: sc/inc/scfuncs.hrc:49
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Counts all non-blank cells of a data range where the content corresponds to the search criteria."
msgstr "ከ ዳታ መጠን ውስጥ ባዶ-ያልሆኑ ክፍሎችን መቁጠሪያ ይዞታቸው ከ መፈለጊያ መመዘኛው ጋር የሚገናኘውን"
-#: scfuncs.hrc:50
+#: sc/inc/scfuncs.hrc:50
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Database"
msgstr "ዳታቤዝ"
-#: scfuncs.hrc:51
+#: sc/inc/scfuncs.hrc:51
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "The range of cells containing data."
msgstr "ዳታውን የያዙት ክፍሎች መጠን"
-#: scfuncs.hrc:52
+#: sc/inc/scfuncs.hrc:52
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: scfuncs.hrc:53
+#: sc/inc/scfuncs.hrc:53
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ዳታቤዝ ሜዳ (አምድ) እንደሚጠቀሙ ማሳያ"
-#: scfuncs.hrc:54
+#: sc/inc/scfuncs.hrc:54
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Search criteria"
msgstr "የ መፈለጊያ መመዘኛ"
-#: scfuncs.hrc:55
+#: sc/inc/scfuncs.hrc:55
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Defines the cell range containing the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ክፍል መጠን እንደሚጠቀሙ መግለጫ"
-#: scfuncs.hrc:61
+#: sc/inc/scfuncs.hrc:61
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Returns the average value of all the cells of a data range whose contents match the search criteria."
msgstr "የ ሁሉንም ክፍሎች መካከለኛ የ ዳታ መጠን ይዞታቸው ለ መፈለጊያ መመዘኛ የሚመሳሰለውን ይመልሳል"
-#: scfuncs.hrc:62
+#: sc/inc/scfuncs.hrc:62
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Database"
msgstr "ዳታቤዝ"
-#: scfuncs.hrc:63
+#: sc/inc/scfuncs.hrc:63
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "The range of cells containing data."
msgstr "ዳታውን የያዙት ክፍሎች መጠን"
-#: scfuncs.hrc:64
+#: sc/inc/scfuncs.hrc:64
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: scfuncs.hrc:65
+#: sc/inc/scfuncs.hrc:65
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ዳታቤዝ ሜዳ (አምድ) እንደሚጠቀሙ ማሳያ"
-#: scfuncs.hrc:66
+#: sc/inc/scfuncs.hrc:66
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Search criteria"
msgstr "የ መፈለጊያ መመዘኛ"
-#: scfuncs.hrc:67
+#: sc/inc/scfuncs.hrc:67
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Defines the cell range containing the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ክፍል መጠን እንደሚጠቀሙ መግለጫ"
-#: scfuncs.hrc:73
+#: sc/inc/scfuncs.hrc:73
msgctxt "SC_OPCODE_DB_GET"
msgid "Defines the contents of the cell of a data range which matches the search criteria."
msgstr "የ ክፍሉን ዳታ መጠን ይዞታቸው ለ መፈለጊያ መመዘኛ የሚመሳሰለውን መግለጫ"
-#: scfuncs.hrc:74
+#: sc/inc/scfuncs.hrc:74
msgctxt "SC_OPCODE_DB_GET"
msgid "Database"
msgstr "ዳታቤዝ"
-#: scfuncs.hrc:75
+#: sc/inc/scfuncs.hrc:75
msgctxt "SC_OPCODE_DB_GET"
msgid "The range of cells containing data."
msgstr "ዳታውን የያዙት ክፍሎች መጠን"
-#: scfuncs.hrc:76
+#: sc/inc/scfuncs.hrc:76
msgctxt "SC_OPCODE_DB_GET"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: scfuncs.hrc:77
+#: sc/inc/scfuncs.hrc:77
msgctxt "SC_OPCODE_DB_GET"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ዳታቤዝ ሜዳ (አምድ) እንደሚጠቀሙ ማሳያ"
-#: scfuncs.hrc:78
+#: sc/inc/scfuncs.hrc:78
msgctxt "SC_OPCODE_DB_GET"
msgid "Search criteria"
msgstr "የ መፈለጊያ መመዘኛ"
-#: scfuncs.hrc:79
+#: sc/inc/scfuncs.hrc:79
msgctxt "SC_OPCODE_DB_GET"
msgid "Defines the cell range containing the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ክፍል መጠን እንደሚጠቀሙ መግለጫ"
-#: scfuncs.hrc:85
+#: sc/inc/scfuncs.hrc:85
msgctxt "SC_OPCODE_DB_MAX"
msgid "Returns the maximum value from all of the cells of a data range which correspond to the search criteria."
msgstr "ከፍተኛውን የ ክፍሎች ዳታ መጠን ይዞታቸው ለ መፈለጊያ መመዘኛ የሚመሳሰለውን ይመልሳል"
-#: scfuncs.hrc:86
+#: sc/inc/scfuncs.hrc:86
msgctxt "SC_OPCODE_DB_MAX"
msgid "Database"
msgstr "ዳታቤዝ"
-#: scfuncs.hrc:87
+#: sc/inc/scfuncs.hrc:87
msgctxt "SC_OPCODE_DB_MAX"
msgid "The range of cells containing data."
msgstr "ዳታውን የያዙት ክፍሎች መጠን"
-#: scfuncs.hrc:88
+#: sc/inc/scfuncs.hrc:88
msgctxt "SC_OPCODE_DB_MAX"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: scfuncs.hrc:89
+#: sc/inc/scfuncs.hrc:89
msgctxt "SC_OPCODE_DB_MAX"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ዳታቤዝ ሜዳ (አምድ) እንደሚጠቀሙ ማሳያ"
-#: scfuncs.hrc:90
+#: sc/inc/scfuncs.hrc:90
msgctxt "SC_OPCODE_DB_MAX"
msgid "Search criteria"
msgstr "የ መፈለጊያ መመዘኛ"
-#: scfuncs.hrc:91
+#: sc/inc/scfuncs.hrc:91
msgctxt "SC_OPCODE_DB_MAX"
msgid "Defines the cell range containing the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ክፍል መጠን እንደሚጠቀሙ መግለጫ"
-#: scfuncs.hrc:97
+#: sc/inc/scfuncs.hrc:97
msgctxt "SC_OPCODE_DB_MIN"
msgid "Returns the minimum of all cells of a data range where the contents correspond to the search criteria."
msgstr "ዝቅተኛውን የ ክፍሎች ዳታ መጠን ይዞታቸው ለ መፈለጊያ መመዘኛ የሚመሳሰለውን ይመልሳል"
-#: scfuncs.hrc:98
+#: sc/inc/scfuncs.hrc:98
msgctxt "SC_OPCODE_DB_MIN"
msgid "Database"
msgstr "ዳታቤዝ"
-#: scfuncs.hrc:99
+#: sc/inc/scfuncs.hrc:99
msgctxt "SC_OPCODE_DB_MIN"
msgid "The range of cells containing data."
msgstr "ዳታውን የያዙት ክፍሎች መጠን"
-#: scfuncs.hrc:100
+#: sc/inc/scfuncs.hrc:100
msgctxt "SC_OPCODE_DB_MIN"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: scfuncs.hrc:101
+#: sc/inc/scfuncs.hrc:101
msgctxt "SC_OPCODE_DB_MIN"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ዳታቤዝ ሜዳ (አምድ) እንደሚጠቀሙ ማሳያ"
-#: scfuncs.hrc:102
+#: sc/inc/scfuncs.hrc:102
msgctxt "SC_OPCODE_DB_MIN"
msgid "Search criteria"
msgstr "የ መፈለጊያ መመዘኛ"
-#: scfuncs.hrc:103
+#: sc/inc/scfuncs.hrc:103
msgctxt "SC_OPCODE_DB_MIN"
msgid "Defines the cell range containing the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ክፍል መጠን እንደሚጠቀሙ መግለጫ"
-#: scfuncs.hrc:109
+#: sc/inc/scfuncs.hrc:109
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Multiplies all cells of a data range where the contents match the search criteria."
msgstr "የ ሁሉንም ክፍሎች ዳታ መጠን ማባዣ ይዞታቸው የ መፈለጊያ መመዘኛ የሚስማማውን"
-#: scfuncs.hrc:110
+#: sc/inc/scfuncs.hrc:110
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Database"
msgstr "ዳታቤዝ"
-#: scfuncs.hrc:111
+#: sc/inc/scfuncs.hrc:111
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "The range of cells containing data."
msgstr "ዳታውን የያዙት ክፍሎች መጠን"
-#: scfuncs.hrc:112
+#: sc/inc/scfuncs.hrc:112
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: scfuncs.hrc:113
+#: sc/inc/scfuncs.hrc:113
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ዳታቤዝ ሜዳ (አምድ) እንደሚጠቀሙ ማሳያ"
-#: scfuncs.hrc:114
+#: sc/inc/scfuncs.hrc:114
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Search criteria"
msgstr "የ መፈለጊያ መመዘኛ"
-#: scfuncs.hrc:115
+#: sc/inc/scfuncs.hrc:115
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Defines the cell range containing the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ክፍል መጠን እንደሚጠቀሙ መግለጫ"
-#: scfuncs.hrc:121
+#: sc/inc/scfuncs.hrc:121
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Calculates the standard deviation of all cells in a data range whose contents match the search criteria."
msgstr "የ መደበኛ ልዩነት ማስሊያ ሁሉንም ክፍሎች ከ ዳታ መጠን ይዞታቸው ከ መፈለጊያ መመዘኛው ጋር የሚመሳሰለውን"
-#: scfuncs.hrc:122
+#: sc/inc/scfuncs.hrc:122
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Database"
msgstr "ዳታቤዝ"
-#: scfuncs.hrc:123
+#: sc/inc/scfuncs.hrc:123
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "The range of cells containing data."
msgstr "ዳታውን የያዙት ክፍሎች መጠን"
-#: scfuncs.hrc:124
+#: sc/inc/scfuncs.hrc:124
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: scfuncs.hrc:125
+#: sc/inc/scfuncs.hrc:125
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ዳታቤዝ ሜዳ (አምድ) እንደሚጠቀሙ ማሳያ"
-#: scfuncs.hrc:126
+#: sc/inc/scfuncs.hrc:126
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Search criteria"
msgstr "የ መፈለጊያ መመዘኛ"
-#: scfuncs.hrc:127
+#: sc/inc/scfuncs.hrc:127
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Defines the cell range containing the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ክፍል መጠን እንደሚጠቀሙ መግለጫ"
-#: scfuncs.hrc:133
+#: sc/inc/scfuncs.hrc:133
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Returns the standard deviation with regards to the population of all cells of a data range matching the search criteria."
msgstr "የ መደበኛ ልዩነት ሕዝብን መሰረት ባደረገ ከ ሁሉም ክፍሎች የ ዳታ መጠን ለ መፈለጊያ መመዘኛ የሚስማማውን ይመልሳል"
-#: scfuncs.hrc:134
+#: sc/inc/scfuncs.hrc:134
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Database"
msgstr "ዳታቤዝ"
-#: scfuncs.hrc:135
+#: sc/inc/scfuncs.hrc:135
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "The range of cells containing data."
msgstr "ዳታውን የያዙት ክፍሎች መጠን"
-#: scfuncs.hrc:136
+#: sc/inc/scfuncs.hrc:136
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: scfuncs.hrc:137
+#: sc/inc/scfuncs.hrc:137
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ዳታቤዝ ሜዳ (አምድ) እንደሚጠቀሙ ማሳያ"
-#: scfuncs.hrc:138
+#: sc/inc/scfuncs.hrc:138
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Search criteria"
msgstr "የ መፈለጊያ መመዘኛ"
-#: scfuncs.hrc:139
+#: sc/inc/scfuncs.hrc:139
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Defines the cell range containing the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ክፍል መጠን እንደሚጠቀሙ መግለጫ"
-#: scfuncs.hrc:145
+#: sc/inc/scfuncs.hrc:145
msgctxt "SC_OPCODE_DB_SUM"
msgid "Adds all the cells of a data range where the contents match the search criteria."
msgstr "ይዞታቸው የ መፈለጊያ መመዘኛ የሚመሳሰለውን የ ሁሉንም ክፍሎች ዳታ መጠን መጨመሪያ"
-#: scfuncs.hrc:146
+#: sc/inc/scfuncs.hrc:146
msgctxt "SC_OPCODE_DB_SUM"
msgid "Database"
msgstr "ዳታቤዝ"
-#: scfuncs.hrc:147
+#: sc/inc/scfuncs.hrc:147
msgctxt "SC_OPCODE_DB_SUM"
msgid "The range of cells containing data."
msgstr "ዳታውን የያዙት ክፍሎች መጠን"
-#: scfuncs.hrc:148
+#: sc/inc/scfuncs.hrc:148
msgctxt "SC_OPCODE_DB_SUM"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: scfuncs.hrc:149
+#: sc/inc/scfuncs.hrc:149
msgctxt "SC_OPCODE_DB_SUM"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ዳታቤዝ ሜዳ (አምድ) እንደሚጠቀሙ ማሳያ"
-#: scfuncs.hrc:150
+#: sc/inc/scfuncs.hrc:150
msgctxt "SC_OPCODE_DB_SUM"
msgid "Search criteria"
msgstr "የ መፈለጊያ መመዘኛ"
-#: scfuncs.hrc:151
+#: sc/inc/scfuncs.hrc:151
msgctxt "SC_OPCODE_DB_SUM"
msgid "Defines the cell range containing the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ክፍል መጠን እንደሚጠቀሙ መግለጫ"
-#: scfuncs.hrc:157
+#: sc/inc/scfuncs.hrc:157
msgctxt "SC_OPCODE_DB_VAR"
msgid "Determines the variance of all the cells in a data range where the contents match the search criteria."
msgstr "የ ክፍሎችን ዳታ መጠን መለያ ይዞታቸው ከ መፈለጊያ መመዘኛው ጋር የሚስማማውን"
-#: scfuncs.hrc:158
+#: sc/inc/scfuncs.hrc:158
msgctxt "SC_OPCODE_DB_VAR"
msgid "Database"
msgstr "ዳታቤዝ"
-#: scfuncs.hrc:159
+#: sc/inc/scfuncs.hrc:159
msgctxt "SC_OPCODE_DB_VAR"
msgid "The range of cells containing data."
msgstr "ዳታውን የያዙት ክፍሎች መጠን"
-#: scfuncs.hrc:160
+#: sc/inc/scfuncs.hrc:160
msgctxt "SC_OPCODE_DB_VAR"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: scfuncs.hrc:161
+#: sc/inc/scfuncs.hrc:161
msgctxt "SC_OPCODE_DB_VAR"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ዳታቤዝ ሜዳ (አምድ) እንደሚጠቀሙ ማሳያ"
-#: scfuncs.hrc:162
+#: sc/inc/scfuncs.hrc:162
msgctxt "SC_OPCODE_DB_VAR"
msgid "Search criteria"
msgstr "የ መፈለጊያ መመዘኛ"
-#: scfuncs.hrc:163
+#: sc/inc/scfuncs.hrc:163
msgctxt "SC_OPCODE_DB_VAR"
msgid "Defines the cell range containing the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ክፍል መጠን እንደሚጠቀሙ መግለጫ"
-#: scfuncs.hrc:169
+#: sc/inc/scfuncs.hrc:169
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Determines variance of a population based on all cells in a data range where contents match the search criteria."
msgstr "የ ሕዝብ ልዩነት መግለጫ የ ክፍሎችን ዳታ መጠን መለያን መሰረት ባደረገ: ይዞታቸው ከ መፈለጊያ መመዘኛው ጋር የሚስማማውን"
-#: scfuncs.hrc:170
+#: sc/inc/scfuncs.hrc:170
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Database"
msgstr "ዳታቤዝ"
-#: scfuncs.hrc:171
+#: sc/inc/scfuncs.hrc:171
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "The range of cells containing data."
msgstr "ዳታውን የያዙት ክፍሎች መጠን"
-#: scfuncs.hrc:172
+#: sc/inc/scfuncs.hrc:172
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: scfuncs.hrc:173
+#: sc/inc/scfuncs.hrc:173
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ዳታቤዝ ሜዳ (አምድ) እንደሚጠቀሙ ማሳያ"
-#: scfuncs.hrc:174
+#: sc/inc/scfuncs.hrc:174
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Search criteria"
msgstr "የ መፈለጊያ መመዘኛ"
-#: scfuncs.hrc:175
+#: sc/inc/scfuncs.hrc:175
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Defines the cell range containing the search criteria."
msgstr "ለ መፈለጊያ መመዘኛ የትኛውን የ ክፍል መጠን እንደሚጠቀሙ መግለጫ"
-#: scfuncs.hrc:181
+#: sc/inc/scfuncs.hrc:181
msgctxt "SC_OPCODE_GET_DATE"
msgid "Provides an internal number for the date given."
msgstr "ለተሰጠው ቀን የ ውስጥ ቁጥር ይሰጣል"
-#: scfuncs.hrc:182
+#: sc/inc/scfuncs.hrc:182
msgctxt "SC_OPCODE_GET_DATE"
msgid "Year"
msgstr "አመት"
-#: scfuncs.hrc:183
+#: sc/inc/scfuncs.hrc:183
msgctxt "SC_OPCODE_GET_DATE"
msgid "An integer between 1583 and 9956 or 0 and 99 (19xx or 20xx depending on the defined option)."
msgstr "ቁጥር በ 1583 እና በ 9956 መካከል ወይንም በ 0 እና በ 99 መካከል (19xx ወይንም 20xx እንደ መግለጫው ሁኔታ ይለያያል)"
-#: scfuncs.hrc:184
+#: sc/inc/scfuncs.hrc:184
msgctxt "SC_OPCODE_GET_DATE"
msgid "Month"
msgstr "ወር"
-#: scfuncs.hrc:185
+#: sc/inc/scfuncs.hrc:185
msgctxt "SC_OPCODE_GET_DATE"
msgid "An integer between 1 and 12 representing the month."
msgstr "ቁጥር በ 1 እና በ 12 መካከል ወሮችን የሚወክሉ"
-#: scfuncs.hrc:186
+#: sc/inc/scfuncs.hrc:186
msgctxt "SC_OPCODE_GET_DATE"
msgid "Day"
msgstr "ቀን"
-#: scfuncs.hrc:187
+#: sc/inc/scfuncs.hrc:187
msgctxt "SC_OPCODE_GET_DATE"
msgid "An integer between 1 and 31 representing the day of the month."
msgstr "ቁጥር በ 1 እና በ 31 መካከል እያንዳንዱን ቀን በወር ውስጥ የሚወክሉ"
-#: scfuncs.hrc:193
+#: sc/inc/scfuncs.hrc:193
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "Returns an internal number for a text having a possible date format."
msgstr "ለጽሁፍ የውስጥ ቁጥር የቀን አቀራረብ ሊሆን የሚችል ይመልሳል"
-#: scfuncs.hrc:194
+#: sc/inc/scfuncs.hrc:194
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:195
+#: sc/inc/scfuncs.hrc:195
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "A text enclosed in quotation marks which returns a date in a %PRODUCTNAME date format."
msgstr "በጥቅስ ምልክት ውስጥ የተከበቡትን ጽሁፎች ይመልሳል እንደ ቀን በ %PRODUCTNAME ቀን አቀራረብ"
-#: scfuncs.hrc:201
+#: sc/inc/scfuncs.hrc:201
msgctxt "SC_OPCODE_GET_DAY"
msgid "Returns the sequential date of the month as an integer (1-31) in relation to the date value."
msgstr "ተከታታይ ቀኖችን በወር ውስጥ እንደ ቁጥር ይመልሳል ከ (1-31) እንደ ቀኑ ዋጋ ግንኙነት"
-#: scfuncs.hrc:202
+#: sc/inc/scfuncs.hrc:202
msgctxt "SC_OPCODE_GET_DAY"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:203
+#: sc/inc/scfuncs.hrc:203
msgctxt "SC_OPCODE_GET_DAY"
msgid "The internal number for the date."
msgstr "ለቀን የውስጥ ቁጥር"
-#: scfuncs.hrc:209
+#: sc/inc/scfuncs.hrc:209
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Calculates the number of days between two dates based on a 360-day year."
msgstr "በ ሁለት ቀኖች መካከል ያለውን ቁጥር ያሰላል በ 360-ቀኖች ወይም አንድ አመት ውስጥ"
-#: scfuncs.hrc:210
+#: sc/inc/scfuncs.hrc:210
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Date 1"
msgstr "ቀን 1"
-#: scfuncs.hrc:211
+#: sc/inc/scfuncs.hrc:211
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "The start date for calculating the difference in days."
msgstr "መጀመሪያው ቀን ልዩነቱን ለማስላት በቀኖች መካከል"
-#: scfuncs.hrc:212
+#: sc/inc/scfuncs.hrc:212
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Date 2"
msgstr "ቀን 2"
-#: scfuncs.hrc:213
+#: sc/inc/scfuncs.hrc:213
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "The end date for calculating the difference in days."
msgstr "መጨረሻው ቀን ልዩነቱን ለማስላት በቀኖች መካከል"
-#: scfuncs.hrc:214
+#: sc/inc/scfuncs.hrc:214
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:215
+#: sc/inc/scfuncs.hrc:215
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Method used to form differences: Type = 0 denotes US method (NASD), Type = 1 denotes the European method."
msgstr "ልዩነቶቹን ለመፍጠር የተጠቀመው ዘዴ : አይነት = 0 የሚያመለክተው የ US method (NASD), አይነት = 1 የሚያመለክተው የ European method"
-#: scfuncs.hrc:221
+#: sc/inc/scfuncs.hrc:221
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Returns the number of workdays between two dates using arguments to indicate weekenddays and holidays."
msgstr "የ ሰራ ቀኖችን ቁጥር ይመልሳል በ ሁለት ቀኖች መካከል ክርክሮችን በ መጠቀም ለማሳየት የ ሳምንቱን መጨረሻ እና የ አመት በአሎችን"
-#: scfuncs.hrc:222
+#: sc/inc/scfuncs.hrc:222
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Start date"
msgstr "መጀመሪያ ቀን"
-#: scfuncs.hrc:223
+#: sc/inc/scfuncs.hrc:223
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Start date for calculation."
msgstr "የማስሊያው መጀመሪያ ቀን"
-#: scfuncs.hrc:224
+#: sc/inc/scfuncs.hrc:224
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "End date"
msgstr "መጨረሻ ቀን"
-#: scfuncs.hrc:225
+#: sc/inc/scfuncs.hrc:225
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "End date for calculation."
msgstr "የማስሊያው መጨረሻ ቀን"
-#: scfuncs.hrc:226
+#: sc/inc/scfuncs.hrc:226
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "List of dates"
msgstr "የ ቀኖች ዝርዝር"
-#: scfuncs.hrc:227
+#: sc/inc/scfuncs.hrc:227
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Optional set of one or more dates to be considered as holiday."
msgstr "በ ምርጫ ማሰናጃ አንድ ወይንም ከዚያ በላይ ቀኖችን እንደ አመት በአል መቁጠሪያ"
-#: scfuncs.hrc:228
+#: sc/inc/scfuncs.hrc:228
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Array"
msgstr "ማዘጋጃ"
-#: scfuncs.hrc:229
+#: sc/inc/scfuncs.hrc:229
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Optional list of numbers to indicate working (0) and weekend (non-zero) days. When omitted, weekend is Saturday and Sunday."
msgstr "በ ምርጫ የ ሰራ ቀኖችን ቁጥር ይመልሳል (0) እና የ ሳምንቱን መጨረሻ (ምንም-ዜሮ) ያልሆነ ቀኖች: በሚተው ጊዜ: የ ሳምንቱን መጨረሻ ቅዳሜ እና እሑድ ነው"
-#: scfuncs.hrc:235
+#: sc/inc/scfuncs.hrc:235
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Returns the number of workdays between two dates using arguments to indicate weekend days and holidays."
msgstr "የ ሰራ ቀኖችን ቁጥር ይመልሳል በ ሁለት ቀኖች መካከል ክርክሮችን በ መጠቀም ለማሳየት የ ሳምንቱን መጨረሻ እና የ አመት በአሎችን"
-#: scfuncs.hrc:236
+#: sc/inc/scfuncs.hrc:236
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Start date"
msgstr "መጀመሪያ ቀን"
-#: scfuncs.hrc:237
+#: sc/inc/scfuncs.hrc:237
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Start date for calculation."
msgstr "የማስሊያው መጀመሪያ ቀን"
-#: scfuncs.hrc:238
+#: sc/inc/scfuncs.hrc:238
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "End date"
msgstr "መጨረሻ ቀን"
-#: scfuncs.hrc:239
+#: sc/inc/scfuncs.hrc:239
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "End date for calculation."
msgstr "የማስሊያው መጨረሻ ቀን"
-#: scfuncs.hrc:240
+#: sc/inc/scfuncs.hrc:240
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Number or string"
msgstr "ቁጥር ወይንም ሀረግ"
-#: scfuncs.hrc:241
+#: sc/inc/scfuncs.hrc:241
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Optional number or string to indicate when weekends occur. When omitted, weekend is Saturday and Sunday."
msgstr "በ ምርጫ ቁጥር ወይንም ሀረግ የሚያሳየው የ ሳምንቱን መጨረሻ መቼ እንደሚሆን ነው: በሚተው ጊዜ: የ ሳምንቱን መጨረሻ ቅዳሜ እና እሑድ ነው"
-#: scfuncs.hrc:242
+#: sc/inc/scfuncs.hrc:242
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Array"
msgstr "ማዘጋጃ"
-#: scfuncs.hrc:243
+#: sc/inc/scfuncs.hrc:243
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Optional set of one or more dates to be considered as holiday."
msgstr "በ ምርጫ ማሰናጃ አንድ ወይንም ከዚያ በላይ ቀኖችን እንደ አመት በአል መቁጠሪያ"
-#: scfuncs.hrc:249
+#: sc/inc/scfuncs.hrc:249
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Returns the serial number of the date before or after a number of workdays using arguments to indicate weekend days and holidays."
msgstr "የ ሰራ ቀኖችን ቁጥር ይመልሳል በ ሰራ ቀኖች በፊት እና በኋላ መሀከል ክርክሮችን በ መጠቀም ለማሳየት የ ሳምንቱን መጨረሻ እና የ አመት በአሎችን"
-#: scfuncs.hrc:250
+#: sc/inc/scfuncs.hrc:250
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Start date"
msgstr "መጀመሪያ ቀን"
-#: scfuncs.hrc:251
+#: sc/inc/scfuncs.hrc:251
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Start date for calculation."
msgstr "የማስሊያው መጀመሪያ ቀን"
-#: scfuncs.hrc:252
+#: sc/inc/scfuncs.hrc:252
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Days"
msgstr "ቀኖች"
-#: scfuncs.hrc:253
+#: sc/inc/scfuncs.hrc:253
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "The number of workdays before or after start date."
msgstr "የስራ ቀኖችን ቁጥር ስራው ከመጀመሩ በፊት እና በኋላ"
-#: scfuncs.hrc:254
+#: sc/inc/scfuncs.hrc:254
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Number or string"
msgstr "ቁጥር ወይንም ሀረግ"
-#: scfuncs.hrc:255
+#: sc/inc/scfuncs.hrc:255
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Optional number or string to indicate when weekends occur. When omitted, weekend is Saturday and Sunday."
msgstr "በ ምርጫ ቁጥር ወይንም ሀረግ የሚያሳየው የ ሳምንቱን መጨረሻ መቼ እንደሚሆን ነው: በሚተው ጊዜ: የ ሳምንቱን መጨረሻ ቅዳሜ እና እሑድ ነው"
-#: scfuncs.hrc:256
+#: sc/inc/scfuncs.hrc:256
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Array"
msgstr "ማዘጋጃ"
-#: scfuncs.hrc:257
+#: sc/inc/scfuncs.hrc:257
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Optional set of one or more dates to be considered as holiday."
msgstr "በ ምርጫ ማሰናጃ አንድ ወይንም ከዚያ በላይ ቀኖችን እንደ አመት በአል መቁጠሪያ"
-#: scfuncs.hrc:263
+#: sc/inc/scfuncs.hrc:263
msgctxt "SC_OPCODE_GET_HOUR"
msgid "Determines the sequential number of the hour of the day (0-23) for the time value."
msgstr "በቀን ውስጥ የሰአትን ተከታታይነት ይወስናል ከ (0-23) ለሰአት ዋጋ"
-#: scfuncs.hrc:264
+#: sc/inc/scfuncs.hrc:264
msgctxt "SC_OPCODE_GET_HOUR"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:265
+#: sc/inc/scfuncs.hrc:265
msgctxt "SC_OPCODE_GET_HOUR"
msgid "Internal time value"
msgstr "የሰአት ውስጥ ዋጋ"
-#: scfuncs.hrc:271
+#: sc/inc/scfuncs.hrc:271
msgctxt "SC_OPCODE_GET_MIN"
msgid "Determines the sequential number for the minute of the hour (0-59) for the time value."
msgstr "የተከታታይ ደቂቃዎችን ቁጥር በሰአት ውስጥ ይወስናል (0-59) ለሰአት ዋጋ"
-#: scfuncs.hrc:272
+#: sc/inc/scfuncs.hrc:272
msgctxt "SC_OPCODE_GET_MIN"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:273
+#: sc/inc/scfuncs.hrc:273
msgctxt "SC_OPCODE_GET_MIN"
msgid "Internal time value."
msgstr "የሰአት ውስጥ ዋጋ"
-#: scfuncs.hrc:279
+#: sc/inc/scfuncs.hrc:279
msgctxt "SC_OPCODE_GET_MONTH"
msgid "Determines the sequential number of a month of the year (1-12) for the date value."
msgstr "የተከታታይ ወሮችን ቁጥር በአመት ውስጥ ይወስናል (1-12) ለቀን ዋጋ"
-#: scfuncs.hrc:280
+#: sc/inc/scfuncs.hrc:280
msgctxt "SC_OPCODE_GET_MONTH"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:281
+#: sc/inc/scfuncs.hrc:281
msgctxt "SC_OPCODE_GET_MONTH"
msgid "The internal number of the date."
msgstr "የቀን የውስጥ ቁጥር"
-#: scfuncs.hrc:287
+#: sc/inc/scfuncs.hrc:287
msgctxt "SC_OPCODE_GET_ACT_TIME"
msgid "Determines the current time of the computer."
msgstr "የአሁኑን ሰአት በኮምፒዩተሩ ውስጥ ይወስናል"
-#: scfuncs.hrc:293
+#: sc/inc/scfuncs.hrc:293
msgctxt "SC_OPCODE_GET_SEC"
msgid "Determines the sequential number of the second of a minute (0-59) for the time value."
msgstr "የተከታታይ ሰከንዶችን ቁጥር በደቂቃ ውስጥ ይወስናል (0-59) ለሰአት ዋጋ"
-#: scfuncs.hrc:294
+#: sc/inc/scfuncs.hrc:294
msgctxt "SC_OPCODE_GET_SEC"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:295
+#: sc/inc/scfuncs.hrc:295
msgctxt "SC_OPCODE_GET_SEC"
msgid "The internal time value."
msgstr "የሰአት ውስጥ ዋጋ"
-#: scfuncs.hrc:301
+#: sc/inc/scfuncs.hrc:301
msgctxt "SC_OPCODE_GET_TIME"
msgid "Determines a time value from the details for hour, minute and second."
msgstr "የሰአትን ዋጋ ከዝርዝር ውስጥ ይወስናል ለሰአት ፡ ደቂቃ ፡ እና ሰከንድ"
-#: scfuncs.hrc:302
+#: sc/inc/scfuncs.hrc:302
msgctxt "SC_OPCODE_GET_TIME"
msgid "Hour"
msgstr "ሰአት"
-#: scfuncs.hrc:303
+#: sc/inc/scfuncs.hrc:303
msgctxt "SC_OPCODE_GET_TIME"
msgid "The integer for the hour."
msgstr "ቁጥር ለሰአት"
-#: scfuncs.hrc:304
+#: sc/inc/scfuncs.hrc:304
msgctxt "SC_OPCODE_GET_TIME"
msgid "Minute"
msgstr "ደቂቃ"
-#: scfuncs.hrc:305
+#: sc/inc/scfuncs.hrc:305
msgctxt "SC_OPCODE_GET_TIME"
msgid "The integer for the minute."
msgstr "ቁጥር ለደቂቃ"
-#: scfuncs.hrc:306
+#: sc/inc/scfuncs.hrc:306
msgctxt "SC_OPCODE_GET_TIME"
msgid "Second"
msgstr "ሰከንድ"
-#: scfuncs.hrc:307
+#: sc/inc/scfuncs.hrc:307
msgctxt "SC_OPCODE_GET_TIME"
msgid "The integer for the second."
msgstr "ቁጥር ለሰከንድ"
-#: scfuncs.hrc:313
+#: sc/inc/scfuncs.hrc:313
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "Returns a sequential number for a text shown in a possible time entry format."
msgstr "ለሚታየው ጽሁፍ ተከታታይ ቁጥር ይመልሳል በሚቻለው የሰአት ማስገቢያ አቀራረብ"
-#: scfuncs.hrc:314
+#: sc/inc/scfuncs.hrc:314
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:315
+#: sc/inc/scfuncs.hrc:315
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "A text enclosed in quotation marks which returns a time in a %PRODUCTNAME time format."
-msgstr "በጥቅስ ምልክት ውስጥ የተካተተን ጽሁፍን በሰአት ውስጥ ይመልሳል በ %PRODUCTNAME ሰአት አቀራረብ"
+msgstr "በ ጥቅስ ምልክት ውስጥ የተካተተን ጽሁፍን በ ሰአት ውስጥ ይመልሳል በ %PRODUCTNAME ሰአት አቀራረብ"
-#: scfuncs.hrc:321
+#: sc/inc/scfuncs.hrc:321
msgctxt "SC_OPCODE_GET_ACT_DATE"
msgid "Determines the current date of the computer."
msgstr "በኮምፒዩተር ውስጥ የዛሬውን እለት መወሰኛ"
-#: scfuncs.hrc:327
+#: sc/inc/scfuncs.hrc:327
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Returns the day of the week for the date value as an integer."
msgstr "በ ሳምንት ውስጥ የ ቀኑን ዋጋ ለ ቀኑ በ ቁጥር ይመልሳል"
-#: scfuncs.hrc:328
+#: sc/inc/scfuncs.hrc:328
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:329
+#: sc/inc/scfuncs.hrc:329
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "The internal number for the date."
msgstr "ለቀን የውስጥ ቁጥር"
-#: scfuncs.hrc:330
+#: sc/inc/scfuncs.hrc:330
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:331
+#: sc/inc/scfuncs.hrc:331
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Fixes the beginning of the week and the type of calculation to be used."
msgstr "የሳምንቱን መጀመሪያ እና የተጠቀሙትን ማስሊያ ዘዴ ይጠግናል"
-#: scfuncs.hrc:337
+#: sc/inc/scfuncs.hrc:337
msgctxt "SC_OPCODE_GET_YEAR"
msgid "Returns the year of a date value as an integer."
msgstr "የቀኑን ዋጋ ለቀኑ በአመት ውስጥ በቁጥር ይመልሳል"
-#: scfuncs.hrc:338
+#: sc/inc/scfuncs.hrc:338
msgctxt "SC_OPCODE_GET_YEAR"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:339
+#: sc/inc/scfuncs.hrc:339
msgctxt "SC_OPCODE_GET_YEAR"
msgid "Internal number of the date."
msgstr "የውስጥ ቁጥር ለቀን"
-#: scfuncs.hrc:345
+#: sc/inc/scfuncs.hrc:345
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Calculates the number of days between two dates."
msgstr "በሁለት ቀኖች መካከል ያሉትን ቀኖች ያሰላል"
-#: scfuncs.hrc:346
+#: sc/inc/scfuncs.hrc:346
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Date 2"
msgstr "ቀን 2"
-#: scfuncs.hrc:347
+#: sc/inc/scfuncs.hrc:347
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "The end date for calculating the difference in days."
msgstr "መጨረሻው ቀን ልዩነቱን ለማስላት በቀኖች መካከል"
-#: scfuncs.hrc:348
+#: sc/inc/scfuncs.hrc:348
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Date 1"
msgstr "ቀን 1"
-#: scfuncs.hrc:349
+#: sc/inc/scfuncs.hrc:349
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "The start date for calculating the difference in days."
msgstr "መጀመሪያው ቀን ልዩነቱን ለማስላት በቀኖች መካከል"
-#: scfuncs.hrc:355
+#: sc/inc/scfuncs.hrc:355
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Returns the number of whole days, months or years between 'start date' and 'end date'."
msgstr "የ ሙሉ ቀኖች: ወሮች ወይንም አመቶች ቁጥር በ 'መጀመሪያው ቀን' እና በ 'መጨረሻው ቀን' መካከል ያለውን ይመልሳል"
-#: scfuncs.hrc:356
+#: sc/inc/scfuncs.hrc:356
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Start date"
msgstr "መጀመሪያ ቀን"
-#: scfuncs.hrc:357
+#: sc/inc/scfuncs.hrc:357
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "The start date."
msgstr "መጀመሪያው ቀን"
-#: scfuncs.hrc:358
+#: sc/inc/scfuncs.hrc:358
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "End date"
msgstr "መጨረሻ ቀን"
-#: scfuncs.hrc:359
+#: sc/inc/scfuncs.hrc:359
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "The end date."
msgstr "መጨረሻው ቀን"
-#: scfuncs.hrc:360
+#: sc/inc/scfuncs.hrc:360
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Interval"
msgstr "እረፍት"
-#: scfuncs.hrc:361
+#: sc/inc/scfuncs.hrc:361
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Interval to be calculated. Can be \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"."
msgstr "የሚሰሉ እረፍቶች ፡ ሊሆኑ ይችላሉ \"ቀ\", \"ወ\", \"አ\", \"አ.ወ\", \"ወ.ቀ\" ወይንም \"አ.ቀ\"."
-#: scfuncs.hrc:367
+#: sc/inc/scfuncs.hrc:367
msgctxt "SC_OPCODE_WEEK"
msgid "Calculates the calendar week corresponding to the given date."
msgstr "ለተሰጠው ቀን የሳምንቱን ዋጋ በቀን መቁጠሪያ ውስጥ ያሰላል"
-#: scfuncs.hrc:368
+#: sc/inc/scfuncs.hrc:368
msgctxt "SC_OPCODE_WEEK"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:369
+#: sc/inc/scfuncs.hrc:369
msgctxt "SC_OPCODE_WEEK"
msgid "The internal number of the date."
msgstr "የቀን የውስጥ ቁጥር"
-#: scfuncs.hrc:370
+#: sc/inc/scfuncs.hrc:370
msgctxt "SC_OPCODE_WEEK"
msgid "Mode"
msgstr "ዘዴ"
-#: scfuncs.hrc:371
+#: sc/inc/scfuncs.hrc:371
msgctxt "SC_OPCODE_WEEK"
msgid "Indicates the first day of the week and when week 1 starts."
msgstr "የ ሳምንቱን መጀመሪያ ቀን ያሳያል እና የ ሳምንቱ 1 መጀመሪያ"
-#: scfuncs.hrc:377
+#: sc/inc/scfuncs.hrc:377
msgctxt "SC_OPCODE_ISOWEEKNUM"
msgid "Calculates the ISO 8601 calendar week for the given date."
msgstr "ማስሊያ የ ISO 8601 ቀን መቁጠሪያ ሳምንት ለ ተሰጠው ቀን"
-#: scfuncs.hrc:378
+#: sc/inc/scfuncs.hrc:378
msgctxt "SC_OPCODE_ISOWEEKNUM"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:379
+#: sc/inc/scfuncs.hrc:379
msgctxt "SC_OPCODE_ISOWEEKNUM"
msgid "The internal number of the date."
msgstr "የ ቀን የ ውስጥ ቁጥር"
-#: scfuncs.hrc:384
+#: sc/inc/scfuncs.hrc:384
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid ""
"Calculates the calendar week corresponding to the given date.\n"
@@ -3788,2577 +3743,2577 @@ msgstr ""
"የ ቀን መቁጠሪያ ሳምንት ማስሊያ ለ ተመሳሳይ ለ ተሰጠው ቀን\n"
"ይህ ተግባር የሚያቀርበው ሊሰራ የሚችለው በ %PRODUCTNAME 5.0 እና ከዚያ በኋላ እና OpenOffice.org."
-#: scfuncs.hrc:385
+#: sc/inc/scfuncs.hrc:385
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:386
+#: sc/inc/scfuncs.hrc:386
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "The internal number of the date."
msgstr "የ ቀን የ ውስጥ ቁጥር"
-#: scfuncs.hrc:387
+#: sc/inc/scfuncs.hrc:387
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "Mode"
msgstr "ዘዴ"
-#: scfuncs.hrc:388
+#: sc/inc/scfuncs.hrc:388
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "Indicates the first day of the week (1 = Sunday, other values = Monday)."
msgstr "የሚያመለክተው የ ሳምንቱን የ መጀመሪያ ቀን ነው (1 = እሑድ: ሌሎች ዋጋዎች = ሰኞ)."
-#: scfuncs.hrc:394
+#: sc/inc/scfuncs.hrc:394
msgctxt "SC_OPCODE_EASTERSUNDAY"
msgid "Calculates the date of Easter Sunday in a given year."
msgstr "የ ፋሲካ እሑድ ለተሰጠው አመት በ ቀን መቁጠሪያ ውስጥ ያሰላል"
-#: scfuncs.hrc:395
+#: sc/inc/scfuncs.hrc:395
msgctxt "SC_OPCODE_EASTERSUNDAY"
msgid "Year"
msgstr "አመት"
-#: scfuncs.hrc:396
+#: sc/inc/scfuncs.hrc:396
msgctxt "SC_OPCODE_EASTERSUNDAY"
msgid "An integer between 1583 and 9956, or 0 and 99 (19xx or 20xx depending on the option set)."
msgstr "ቁጥር በ 1583 እና በ 9956, ወይንም በ 0 እና በ 99 መካከል (19xx ወይንም 20xx እንደ ሁኔታው ማሰናጃ)."
-#: scfuncs.hrc:402
+#: sc/inc/scfuncs.hrc:402
msgctxt "SC_OPCODE_PV"
msgid "Present value. Calculates the present value of an investment."
msgstr "የአሁኑ ዋጋ ፡ የአሁኑን investment ዋጋ ያሰላል"
-#: scfuncs.hrc:403
+#: sc/inc/scfuncs.hrc:403
msgctxt "SC_OPCODE_PV"
msgid "Rate"
msgstr "መጠን"
-#: scfuncs.hrc:404
+#: sc/inc/scfuncs.hrc:404
msgctxt "SC_OPCODE_PV"
msgid "The rate of interest for the period given."
msgstr "የወለዱ መጠን በተሰጠው ጊዜ"
-#: scfuncs.hrc:405
+#: sc/inc/scfuncs.hrc:405
msgctxt "SC_OPCODE_PV"
msgid "NPER"
msgstr "የ ጊዜ ቁጥር"
-#: scfuncs.hrc:406
+#: sc/inc/scfuncs.hrc:406
msgctxt "SC_OPCODE_PV"
msgid "The payment period. The total number of periods in which the annuity is paid."
msgstr "የ ክፍያዎቹ ጊዜ: ጠቅላላ የ ክፍያዎቹ ቁጥር ከፍያው የሚከፈልበት"
-#: scfuncs.hrc:407
+#: sc/inc/scfuncs.hrc:407
msgctxt "SC_OPCODE_PV"
msgid "PMT"
msgstr "PMT"
-#: scfuncs.hrc:408
+#: sc/inc/scfuncs.hrc:408
msgctxt "SC_OPCODE_PV"
msgid "Regular payments. The constant amount of annuity that is paid in each period."
msgstr "መደበኛ ክፍያ: ቋሚው መጠን በየጊዜው የሚከፈለው"
-#: scfuncs.hrc:409
+#: sc/inc/scfuncs.hrc:409
msgctxt "SC_OPCODE_PV"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:410
+#: sc/inc/scfuncs.hrc:410
msgctxt "SC_OPCODE_PV"
msgid "Future value. The value (final value) to be attained after the last payment."
msgstr "የወደፊቱ ዋጋ ፡ ዋጋው (የመጨረሻው ዋጋ) ከመጨረሻው ክፍያ በኋላ የሚመጣው"
-#: scfuncs.hrc:411
+#: sc/inc/scfuncs.hrc:411
msgctxt "SC_OPCODE_PV"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:412
+#: sc/inc/scfuncs.hrc:412
msgctxt "SC_OPCODE_PV"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "አይነት = 1 የመክፈያውን የመጀመሪያ ጊዜ ያመልክታል = 0 መጨረሻውን"
-#: scfuncs.hrc:418
+#: sc/inc/scfuncs.hrc:418
msgctxt "SC_OPCODE_FV"
msgid "Future value. Returns the future value of an investment based on regular payments and a constant interest rate."
msgstr "የወደፊት ዋጋ: በ ኢንቬስትመንት መሰረት በ መደበኛ ክፍያዎች እና በማያቋርጥ ወለድ መጠን የ ወደፊት ዋጋ ይመልሳል"
-#: scfuncs.hrc:419
+#: sc/inc/scfuncs.hrc:419
msgctxt "SC_OPCODE_FV"
msgid "Rate"
msgstr "መጠን"
-#: scfuncs.hrc:420
+#: sc/inc/scfuncs.hrc:420
msgctxt "SC_OPCODE_FV"
msgid "The rate of interest per period."
msgstr "የወለዱ መጠን በተሰጠው ጊዜ"
-#: scfuncs.hrc:421
+#: sc/inc/scfuncs.hrc:421
msgctxt "SC_OPCODE_FV"
msgid "NPER"
msgstr "የ ጊዜ ቁጥር"
-#: scfuncs.hrc:422
+#: sc/inc/scfuncs.hrc:422
msgctxt "SC_OPCODE_FV"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "የ ክፍያዎቹ ጊዜ: ጠቅላላ የ ክፍያዎቹ ቁጥር ከ ከፍያው (ጡረታው) የሚከፈልበት"
-#: scfuncs.hrc:423
+#: sc/inc/scfuncs.hrc:423
msgctxt "SC_OPCODE_FV"
msgid "PMT"
msgstr "PMT"
-#: scfuncs.hrc:424
+#: sc/inc/scfuncs.hrc:424
msgctxt "SC_OPCODE_FV"
msgid "Regular payments. The constant annuity to be paid in each period."
msgstr "መደበኛ ክፍያው: ቋሚው ክፍያ በ እያንዳንዱ ክፍያ ጊዜ የሚከፈለው"
-#: scfuncs.hrc:425
+#: sc/inc/scfuncs.hrc:425
msgctxt "SC_OPCODE_FV"
msgid "PV"
msgstr "የ አሁኑ ዋጋ"
-#: scfuncs.hrc:426
+#: sc/inc/scfuncs.hrc:426
msgctxt "SC_OPCODE_FV"
msgid "Present value. The current value of a series of payments"
msgstr "የአሁኑ ዋጋ ፡ የአሁኑ ተከታታይ ክፍያ ዋጋ"
-#: scfuncs.hrc:427
+#: sc/inc/scfuncs.hrc:427
msgctxt "SC_OPCODE_FV"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:428
+#: sc/inc/scfuncs.hrc:428
msgctxt "SC_OPCODE_FV"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "አይነት = 1 የመክፈያውን የመጀመሪያ ጊዜ ያመልክታል = 0 መጨረሻውን"
-#: scfuncs.hrc:434
+#: sc/inc/scfuncs.hrc:434
msgctxt "SC_OPCODE_NPER"
msgid "Payment period. Calculates the number of payment periods for an investment based on regular payments and a constant interest rate."
msgstr "የ መክፈያ ጊዜ: የ መክፈያ ጊዜዎችን ኢንቬስትመንትን መሰረት ባደረገ በ መደበኛ ክፍያዎች እና በማያቋርጥ የ ወለድ መጠን ያሰላል"
-#: scfuncs.hrc:435
+#: sc/inc/scfuncs.hrc:435
msgctxt "SC_OPCODE_NPER"
msgid "Rate"
msgstr "መጠን"
-#: scfuncs.hrc:436
+#: sc/inc/scfuncs.hrc:436
msgctxt "SC_OPCODE_NPER"
msgid "The rate of interest per period."
msgstr "የወለዱ መጠን በተሰጠው ጊዜ"
-#: scfuncs.hrc:437
+#: sc/inc/scfuncs.hrc:437
msgctxt "SC_OPCODE_NPER"
msgid "PMT"
msgstr "PMT"
-#: scfuncs.hrc:438
+#: sc/inc/scfuncs.hrc:438
msgctxt "SC_OPCODE_NPER"
msgid "Regular payments. The constant annuity to be paid in each period."
msgstr "መደበኛ ክፍያው: ቋሚው ክፍያ በ እያንዳንዱ ክፍያ ጊዜ የሚከፈለው"
-#: scfuncs.hrc:439
+#: sc/inc/scfuncs.hrc:439
msgctxt "SC_OPCODE_NPER"
msgid "PV"
msgstr "የ አሁኑ ዋጋ"
-#: scfuncs.hrc:440
+#: sc/inc/scfuncs.hrc:440
msgctxt "SC_OPCODE_NPER"
msgid "Present value. The current value of a series of payments"
msgstr "የአሁኑ ዋጋ ፡ የአሁኑ ተከታታይ ክፍያ ዋጋ"
-#: scfuncs.hrc:441
+#: sc/inc/scfuncs.hrc:441
msgctxt "SC_OPCODE_NPER"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:442
+#: sc/inc/scfuncs.hrc:442
msgctxt "SC_OPCODE_NPER"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr "የ ወደ ፊቱ ዋጋ: ዋጋው (የ መጨረሻው ዋጋ) ከ መጨረሻው ክፍያ በኋላ የሚመጣው ነው"
-#: scfuncs.hrc:443
+#: sc/inc/scfuncs.hrc:443
msgctxt "SC_OPCODE_NPER"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:444
+#: sc/inc/scfuncs.hrc:444
msgctxt "SC_OPCODE_NPER"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "አይነት = 1 የ መክፈያውን የ መጀመሪያ ጊዜ ያመልክታል = 0 መጨረሻውን"
-#: scfuncs.hrc:450
+#: sc/inc/scfuncs.hrc:450
msgctxt "SC_OPCODE_PMT"
msgid "Regular payments. Returns the periodic payment of an annuity, based on regular payments and a fixed periodic interest rate."
msgstr "መደበኛ ክፍያዎች: በ አመት ውስጥ የ ተወሰነ ጊዜ ክፍያ ይመልሳል: መሰረታዊ ክፍያውን መሰረት ባደረገ እና በተወሰነ ጊዜ የ ወለድ መጠን"
-#: scfuncs.hrc:451
+#: sc/inc/scfuncs.hrc:451
msgctxt "SC_OPCODE_PMT"
msgid "Rate"
msgstr "መጠን"
-#: scfuncs.hrc:452
+#: sc/inc/scfuncs.hrc:452
msgctxt "SC_OPCODE_PMT"
msgid "The rate of interest per period."
msgstr "የወለዱ መጠን በተሰጠው ጊዜ"
-#: scfuncs.hrc:453
+#: sc/inc/scfuncs.hrc:453
msgctxt "SC_OPCODE_PMT"
msgid "NPER"
msgstr "የ ጊዜ ቁጥር"
-#: scfuncs.hrc:454
+#: sc/inc/scfuncs.hrc:454
msgctxt "SC_OPCODE_PMT"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "የ ክፍያዎቹ ጊዜ: ጠቅላላ የ ክፍያዎቹ ቁጥር ከ ከፍያው (ጡረታው) የሚከፈልበት"
-#: scfuncs.hrc:455
+#: sc/inc/scfuncs.hrc:455
msgctxt "SC_OPCODE_PMT"
msgid "PV"
msgstr "የ አሁኑ ዋጋ"
-#: scfuncs.hrc:456
+#: sc/inc/scfuncs.hrc:456
msgctxt "SC_OPCODE_PMT"
msgid "Present value. The current value of a series of payments"
msgstr "የአሁኑ ዋጋ ፡ የአሁኑ ተከታታይ ክፍያ ዋጋ"
-#: scfuncs.hrc:457
+#: sc/inc/scfuncs.hrc:457
msgctxt "SC_OPCODE_PMT"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:458
+#: sc/inc/scfuncs.hrc:458
msgctxt "SC_OPCODE_PMT"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr "የ ወደ ፊቱ ዋጋ: ዋጋው (የ መጨረሻው ዋጋ) ከ መጨረሻው ክፍያ በኋላ የሚመጣው ነው"
-#: scfuncs.hrc:459
+#: sc/inc/scfuncs.hrc:459
msgctxt "SC_OPCODE_PMT"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:460
+#: sc/inc/scfuncs.hrc:460
msgctxt "SC_OPCODE_PMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "አይነት = 1 የ መክፈያውን የ መጀመሪያ ጊዜ ያመልክታል = 0 መጨረሻውን"
-#: scfuncs.hrc:466
+#: sc/inc/scfuncs.hrc:466
msgctxt "SC_OPCODE_RATE"
msgid "Calculates the constant interest rate of an investment with regular payments."
msgstr "መደበኛ የወለድ መጠን ያሰላል ለ investment በመደበኛ ክፍያዎች"
-#: scfuncs.hrc:467
+#: sc/inc/scfuncs.hrc:467
msgctxt "SC_OPCODE_RATE"
msgid "NPER"
msgstr "የ ጊዜ ቁጥር"
-#: scfuncs.hrc:468
+#: sc/inc/scfuncs.hrc:468
msgctxt "SC_OPCODE_RATE"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "የ ክፍያዎቹ ጊዜ: ጠቅላላ የ ክፍያዎቹ ቁጥር ከ ከፍያው (ጡረታው) የሚከፈልበት"
-#: scfuncs.hrc:469
+#: sc/inc/scfuncs.hrc:469
msgctxt "SC_OPCODE_RATE"
msgid "PMT"
msgstr "PMT"
-#: scfuncs.hrc:470
+#: sc/inc/scfuncs.hrc:470
msgctxt "SC_OPCODE_RATE"
msgid "Regular payments. The constant annuity to be paid in each period."
msgstr "መደበኛ ክፍያው: ቋሚው ክፍያ በ እያንዳንዱ ክፍያ ጊዜ የሚከፈለው"
-#: scfuncs.hrc:471
+#: sc/inc/scfuncs.hrc:471
msgctxt "SC_OPCODE_RATE"
msgid "PV"
msgstr "የ አሁኑ ዋጋ"
-#: scfuncs.hrc:472
+#: sc/inc/scfuncs.hrc:472
msgctxt "SC_OPCODE_RATE"
msgid "Present value. The current value of a series of payments"
msgstr "የአሁኑ ዋጋ ፡ የአሁኑ ተከታታይ ክፍያ ዋጋ"
-#: scfuncs.hrc:473
+#: sc/inc/scfuncs.hrc:473
msgctxt "SC_OPCODE_RATE"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:474
+#: sc/inc/scfuncs.hrc:474
msgctxt "SC_OPCODE_RATE"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr "የ ወደ ፊቱ ዋጋ: ዋጋው (የ መጨረሻው ዋጋ) ከ መጨረሻው ክፍያ በኋላ የሚመጣው ነው"
-#: scfuncs.hrc:475
+#: sc/inc/scfuncs.hrc:475
msgctxt "SC_OPCODE_RATE"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:476
+#: sc/inc/scfuncs.hrc:476
msgctxt "SC_OPCODE_RATE"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "አይነት = 1 የ መክፈያውን የ መጀመሪያ ጊዜ ያመልክታል = 0 መጨረሻውን"
-#: scfuncs.hrc:477
+#: sc/inc/scfuncs.hrc:477
msgctxt "SC_OPCODE_RATE"
msgid "Guess"
msgstr "ግምት"
-#: scfuncs.hrc:478
+#: sc/inc/scfuncs.hrc:478
msgctxt "SC_OPCODE_RATE"
msgid "Guess. The estimate of the interest rate for the iterative calculating method."
msgstr "ግምት ፡ የወለዱ መጠን በድግግሞሽ ማስሊያ ዘዴ ይገምቱ"
-#: scfuncs.hrc:484
+#: sc/inc/scfuncs.hrc:484
msgctxt "SC_OPCODE_IPMT"
msgid "Compounded interest. Calculates the interest payment on the principal for an investment with regular payments and a constant interest rate for a given period."
msgstr "Compounded interest. የወለድ ክፍያን ያሰላል በዋናው ላይ ለ investment በመደበኛ ክፍያዎች እና ቋሚ የወለድ መጠን ለተወሰነው ጊዜ"
-#: scfuncs.hrc:485
+#: sc/inc/scfuncs.hrc:485
msgctxt "SC_OPCODE_IPMT"
msgid "Rate"
msgstr "መጠን"
-#: scfuncs.hrc:486
+#: sc/inc/scfuncs.hrc:486
msgctxt "SC_OPCODE_IPMT"
msgid "The rate of interest per period."
msgstr "የወለዱ መጠን በተሰጠው ጊዜ"
-#: scfuncs.hrc:487
+#: sc/inc/scfuncs.hrc:487
msgctxt "SC_OPCODE_IPMT"
msgid "Period"
msgstr "ጊዜ"
-#: scfuncs.hrc:488
+#: sc/inc/scfuncs.hrc:488
msgctxt "SC_OPCODE_IPMT"
msgid "Periods. The periods for which the compounded interest is to be calculated. P = 1 denotes for the first period, P = NPER for the last one."
msgstr "ጊዜ: የ compounded interest የሚሰላበትን ጊዜ: P = 1 የ መጀመሪያውን ጊዜ P = የ ጊዜ ቁጥር ነው ለ መጨረሻው ጊዜ"
-#: scfuncs.hrc:489
+#: sc/inc/scfuncs.hrc:489
msgctxt "SC_OPCODE_IPMT"
msgid "NPER"
msgstr "የ ጊዜ ቁጥር"
-#: scfuncs.hrc:490
+#: sc/inc/scfuncs.hrc:490
msgctxt "SC_OPCODE_IPMT"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "የ ክፍያዎቹ ጊዜ: ጠቅላላ የ ክፍያዎቹ ቁጥር ከ ከፍያው (ጡረታው) የሚከፈልበት"
-#: scfuncs.hrc:491
+#: sc/inc/scfuncs.hrc:491
msgctxt "SC_OPCODE_IPMT"
msgid "PV"
msgstr "የ አሁኑ ዋጋ"
-#: scfuncs.hrc:492
+#: sc/inc/scfuncs.hrc:492
msgctxt "SC_OPCODE_IPMT"
msgid "Present value. The current value of a series of payments"
msgstr "የአሁኑ ዋጋ ፡ የአሁኑ ተከታታይ ክፍያ ዋጋ"
-#: scfuncs.hrc:493
+#: sc/inc/scfuncs.hrc:493
msgctxt "SC_OPCODE_IPMT"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:494
+#: sc/inc/scfuncs.hrc:494
msgctxt "SC_OPCODE_IPMT"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr "የ ወደ ፊቱ ዋጋ: ዋጋው (የ መጨረሻው ዋጋ) ከ መጨረሻው ክፍያ በኋላ የሚመጣው ነው"
-#: scfuncs.hrc:495
+#: sc/inc/scfuncs.hrc:495
msgctxt "SC_OPCODE_IPMT"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:496
+#: sc/inc/scfuncs.hrc:496
msgctxt "SC_OPCODE_IPMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "አይነት = 1 የ መክፈያውን የ መጀመሪያ ጊዜ ያመልክታል = 0 መጨረሻውን"
-#: scfuncs.hrc:502
+#: sc/inc/scfuncs.hrc:502
msgctxt "SC_OPCODE_PPMT"
msgid "Repayment. Calculates the repayment amount for a period for an investment whereby the payments are at regular intervals and the interest rate constant."
msgstr "የሚከፈለው: በየ ጊዜው ለ ኢንቬስትመንት የሚከፈለውን መጠን ክፍያዎች በ መደበኛ ክፍተት እና በማያቋርጥ የ ወለድ መጠን ያሰላል"
-#: scfuncs.hrc:503
+#: sc/inc/scfuncs.hrc:503
msgctxt "SC_OPCODE_PPMT"
msgid "Rate"
msgstr "መጠን"
-#: scfuncs.hrc:504
+#: sc/inc/scfuncs.hrc:504
msgctxt "SC_OPCODE_PPMT"
msgid "The interest rate per period."
msgstr "የወለዱ መጠን በተወሰነ ጊዜ"
-#: scfuncs.hrc:505
+#: sc/inc/scfuncs.hrc:505
msgctxt "SC_OPCODE_PPMT"
msgid "Period"
msgstr "ጊዜ"
-#: scfuncs.hrc:506
+#: sc/inc/scfuncs.hrc:506
msgctxt "SC_OPCODE_PPMT"
msgid "Period. The period for which the repayments are to be calculated. Per = 1 denotes for the first period, P = NPER for the last"
msgstr "ጊዜ: ክፍያው የሚሰላበትን ጊዜ: በ = 1 የ መጀመሪያውን ጊዜ: P = የ ጊዜ ቁጥር ለ መጨረሻው ጊዜ"
-#: scfuncs.hrc:507
+#: sc/inc/scfuncs.hrc:507
msgctxt "SC_OPCODE_PPMT"
msgid "NPER"
msgstr "የ ጊዜ ቁጥር"
-#: scfuncs.hrc:508
+#: sc/inc/scfuncs.hrc:508
msgctxt "SC_OPCODE_PPMT"
msgid "The payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "የ ክፍያዎቹ ጊዜ: ጠቅላላ የ ክፍያዎቹ ቁጥር ከ ከፍያው (ጡረታው) የሚከፈልበት"
-#: scfuncs.hrc:509
+#: sc/inc/scfuncs.hrc:509
msgctxt "SC_OPCODE_PPMT"
msgid "PV"
msgstr "የ አሁኑ ዋጋ"
-#: scfuncs.hrc:510
+#: sc/inc/scfuncs.hrc:510
msgctxt "SC_OPCODE_PPMT"
msgid "The present value. The present value or the amount the annuity is currently worth."
msgstr "የ አሁኑ ዋጋ: የ አሁኑ ዋጋ ወይንም የ አሁኑ ክፍያ አሁን ግምቱ"
-#: scfuncs.hrc:511
+#: sc/inc/scfuncs.hrc:511
msgctxt "SC_OPCODE_PPMT"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:512
+#: sc/inc/scfuncs.hrc:512
msgctxt "SC_OPCODE_PPMT"
msgid "Future value. The value (end value) attained after the last payment has been made."
msgstr "የ ወደ ፊቱ ዋጋ: ዋጋው (የ መጨረሻው ዋጋ) ከ መጨረሻው ክፍያ በኋላ የሚመጣው ነው"
-#: scfuncs.hrc:513
+#: sc/inc/scfuncs.hrc:513
msgctxt "SC_OPCODE_PPMT"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:514
+#: sc/inc/scfuncs.hrc:514
msgctxt "SC_OPCODE_PPMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "አይነት = 1 የ መክፈያውን የ መጀመሪያ ጊዜ ያመልክታል = 0 መጨረሻውን"
-#: scfuncs.hrc:520
+#: sc/inc/scfuncs.hrc:520
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Cumulative capital. Calculates the total amount of the repayment share in a period for an investment with constant interest rate."
msgstr "የ ተጠራቀመው ካፒታል: የሚያሰላው የ ጠቅላላ ክፍያውን መጠን ነው በ ኢንቬስትመንት ክፍያ ጊዜ የ ቋሚ ወለዱን መጠን ነው"
-#: scfuncs.hrc:521
+#: sc/inc/scfuncs.hrc:521
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Rate"
msgstr "መጠን"
-#: scfuncs.hrc:522
+#: sc/inc/scfuncs.hrc:522
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "The rate of interest per period."
msgstr "የወለዱ መጠን በተሰጠው ጊዜ"
-#: scfuncs.hrc:523
+#: sc/inc/scfuncs.hrc:523
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "NPER"
msgstr "የ ጊዜ ቁጥር"
-#: scfuncs.hrc:524
+#: sc/inc/scfuncs.hrc:524
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "የ ክፍያዎቹ ጊዜ: ጠቅላላ የ ክፍያዎቹ ቁጥር ከ ከፍያው (ጡረታው) የሚከፈልበት"
-#: scfuncs.hrc:525
+#: sc/inc/scfuncs.hrc:525
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "PV"
msgstr "የ አሁኑ ዋጋ"
-#: scfuncs.hrc:526
+#: sc/inc/scfuncs.hrc:526
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "The present value. The present value or the amount the annuity is currently worth."
msgstr "የ አሁኑ ዋጋ: የ አሁኑ ዋጋ ወይንም የ አሁኑ ክፍያ አሁን ግምቱ"
-#: scfuncs.hrc:527
+#: sc/inc/scfuncs.hrc:527
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "S"
msgstr "S"
-#: scfuncs.hrc:528
+#: sc/inc/scfuncs.hrc:528
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "The start period. The first period to be taken into account. S = 1 denotes the very first period."
msgstr "መጀመሪያው ጊዜ፡ መጀመሪያው ጊዜ ግምት ውስጥ የሚገባበት ጊዜ S = 1 የ መጀመሪያውን ጊዜ ያመለክታል"
-#: scfuncs.hrc:529
+#: sc/inc/scfuncs.hrc:529
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "E"
msgstr "E"
-#: scfuncs.hrc:530
+#: sc/inc/scfuncs.hrc:530
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "End period. The last period to be taken into account."
msgstr "መጨረሻው ጊዜ: የመጨረሻው ጊዜ ግምት ውስጥ የሚገባበት"
-#: scfuncs.hrc:531
+#: sc/inc/scfuncs.hrc:531
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:532
+#: sc/inc/scfuncs.hrc:532
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "አይነት = 1 የ መክፈያውን የ መጀመሪያ ጊዜ ያመልክታል = 0 መጨረሻውን"
-#: scfuncs.hrc:538
+#: sc/inc/scfuncs.hrc:538
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Cumulative compounded interest. Calculates the total amount of the interest share in a period for an investment with a constant interest rate."
msgstr "የተጠራቀመው compounded interest ፡ የሚያሰላው የጠቅላላ ክፍያውን መጠን በ investment ክፍያ ጊዜ የቋሚ ወለዱን መጠን ነው"
-#: scfuncs.hrc:539
+#: sc/inc/scfuncs.hrc:539
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Rate"
msgstr "መጠን"
-#: scfuncs.hrc:540
+#: sc/inc/scfuncs.hrc:540
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The rate of interest per period."
msgstr "የወለዱ መጠን በተሰጠው ጊዜ"
-#: scfuncs.hrc:541
+#: sc/inc/scfuncs.hrc:541
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "NPER"
msgstr "የ ጊዜ ቁጥር"
-#: scfuncs.hrc:542
+#: sc/inc/scfuncs.hrc:542
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "የ ክፍያዎቹ ጊዜ: ጠቅላላ የ ክፍያዎቹ ቁጥር ከ ከፍያው (ጡረታው) የሚከፈልበት"
-#: scfuncs.hrc:543
+#: sc/inc/scfuncs.hrc:543
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "PV"
msgstr "የ አሁኑ ዋጋ"
-#: scfuncs.hrc:544
+#: sc/inc/scfuncs.hrc:544
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The present value. The present value or the amount the annuity is currently worth."
msgstr "የ አሁኑ ዋጋ: የ አሁኑ ዋጋ ወይንም የ አሁኑ ክፍያ አሁን ግምቱ"
-#: scfuncs.hrc:545
+#: sc/inc/scfuncs.hrc:545
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "S"
msgstr "S"
-#: scfuncs.hrc:546
+#: sc/inc/scfuncs.hrc:546
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The start period. The first period to be taken into account. S = 1 denotes the very first period."
msgstr "መጀመሪያው ጊዜ፡ መጀመሪያው ጊዜ ግምት ውስጥ የሚገባበት ጊዜ S = 1 የ መጀመሪያውን ጊዜ ያመለክታል"
-#: scfuncs.hrc:547
+#: sc/inc/scfuncs.hrc:547
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "E"
msgstr "E"
-#: scfuncs.hrc:548
+#: sc/inc/scfuncs.hrc:548
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The end period. The last period to be taken into account."
msgstr "መጨረሻው ጊዜ: የ መጨረሻው ጊዜ ግምት ውስጥ የሚገባበት"
-#: scfuncs.hrc:549
+#: sc/inc/scfuncs.hrc:549
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:550
+#: sc/inc/scfuncs.hrc:550
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "አይነት = 1 የ መክፈያውን የ መጀመሪያ ጊዜ ያመልክታል = 0 መጨረሻውን"
-#: scfuncs.hrc:556
+#: sc/inc/scfuncs.hrc:556
msgctxt "SC_OPCODE_SYD"
msgid "Calculates the arithmetically declining value of an asset (depreciation) for a specified period."
msgstr "የንብረት ዋጋ የሚቀንስበትን በሂሳብ ስሌት ያሰላል ፡ (ዋጋው የሚቀንስበትን) በተወሰነ ጊዜ ውስጥ"
-#: scfuncs.hrc:557
+#: sc/inc/scfuncs.hrc:557
msgctxt "SC_OPCODE_SYD"
msgid "Cost"
msgstr "ወጪ"
-#: scfuncs.hrc:558
+#: sc/inc/scfuncs.hrc:558
msgctxt "SC_OPCODE_SYD"
msgid "Acquisition costs. The initial cost of the asset."
msgstr "የ ተገኙ ወጪዎች: የ ንብረቱ የ መጀመሪያ ወጪ"
-#: scfuncs.hrc:559
+#: sc/inc/scfuncs.hrc:559
msgctxt "SC_OPCODE_SYD"
msgid "Salvage"
msgstr "ከጥፋት ማዳን"
-#: scfuncs.hrc:560
+#: sc/inc/scfuncs.hrc:560
msgctxt "SC_OPCODE_SYD"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr "ከጥፋት ማዳን: የ ንብረቱ ቀሪ ዋጋ በ ሕይወቱ መጨረሻ ጊዜ"
-#: scfuncs.hrc:561
+#: sc/inc/scfuncs.hrc:561
msgctxt "SC_OPCODE_SYD"
msgid "Life"
msgstr "ሕይወት"
-#: scfuncs.hrc:562
+#: sc/inc/scfuncs.hrc:562
msgctxt "SC_OPCODE_SYD"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "ጠቃሚ ሕይወቱ ፡ የንብረቱ ጠቃሚ የሕይወት ጊዜ በቁጥር"
-#: scfuncs.hrc:563
+#: sc/inc/scfuncs.hrc:563
msgctxt "SC_OPCODE_SYD"
msgid "Period"
msgstr "ጊዜ"
-#: scfuncs.hrc:564
+#: sc/inc/scfuncs.hrc:564
msgctxt "SC_OPCODE_SYD"
msgid "Period. The depreciation period which must have the same time unit as average useful life."
msgstr "ጊዜ: ዋጋው የሚቀንስበት ጊዜ ተመሳሳይ የ ጊዜ ክፍል ነው እንደ መካከለኛ ጠቃሚ የ ሕይወት ዘመን"
-#: scfuncs.hrc:570
+#: sc/inc/scfuncs.hrc:570
msgctxt "SC_OPCODE_SLN"
msgid "Calculates the linear depreciation per period."
msgstr "በቀጥታ ዋጋው የሚቀንስበትን ጊዜ ያሰላል"
-#: scfuncs.hrc:571
+#: sc/inc/scfuncs.hrc:571
msgctxt "SC_OPCODE_SLN"
msgid "Cost"
msgstr "ወጪ"
-#: scfuncs.hrc:572
+#: sc/inc/scfuncs.hrc:572
msgctxt "SC_OPCODE_SLN"
msgid "Acquisition cost. The initial cost of an asset."
msgstr "የ ተገኙ ወጪዎች: የ ንብረቱ የ መጀመሪያ ወጪ"
-#: scfuncs.hrc:573
+#: sc/inc/scfuncs.hrc:573
msgctxt "SC_OPCODE_SLN"
msgid "Salvage"
msgstr "ከጥፋት ማዳን"
-#: scfuncs.hrc:574
+#: sc/inc/scfuncs.hrc:574
msgctxt "SC_OPCODE_SLN"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr "ከጥፋት ማዳን: የ ንብረቱ ቀሪ ዋጋ በ ሕይወቱ መጨረሻ ጊዜ"
-#: scfuncs.hrc:575
+#: sc/inc/scfuncs.hrc:575
msgctxt "SC_OPCODE_SLN"
msgid "Life"
msgstr "ሕይወት"
-#: scfuncs.hrc:576
+#: sc/inc/scfuncs.hrc:576
msgctxt "SC_OPCODE_SLN"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "ጠቃሚ ሕይወቱ ፡ የንብረቱ ጠቃሚ የሕይወት ጊዜ በቁጥር"
-#: scfuncs.hrc:582
+#: sc/inc/scfuncs.hrc:582
msgctxt "SC_OPCODE_DDB"
msgid "Calculates the depreciation of an asset for a specific period using the double-declining balance method or declining balance factor."
msgstr "ንብረቱ ዋጋው የሚቀንስበት በተወሰን ጊዜ በድርብ-ዋጋው የሚቀንስበት ሚዛናዊ ዘዴ ወይንም ዋጋው የሚቀንስበትን ሚዛናዊ ምክንያት በመጠቀም"
-#: scfuncs.hrc:583
+#: sc/inc/scfuncs.hrc:583
msgctxt "SC_OPCODE_DDB"
msgid "Cost"
msgstr "ወጪ"
-#: scfuncs.hrc:584
+#: sc/inc/scfuncs.hrc:584
msgctxt "SC_OPCODE_DDB"
msgid "Acquisition costs. The initial cost of the asset."
msgstr "የ ተገኙ ወጪዎች: የ ንብረቱ የ መጀመሪያ ወጪ"
-#: scfuncs.hrc:585
+#: sc/inc/scfuncs.hrc:585
msgctxt "SC_OPCODE_DDB"
msgid "Salvage"
msgstr "ከጥፋት ማዳን"
-#: scfuncs.hrc:586
+#: sc/inc/scfuncs.hrc:586
msgctxt "SC_OPCODE_DDB"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr "ከጥፋት ማዳን: የ ንብረቱ ቀሪ ዋጋ በ ሕይወቱ መጨረሻ ጊዜ"
-#: scfuncs.hrc:587
+#: sc/inc/scfuncs.hrc:587
msgctxt "SC_OPCODE_DDB"
msgid "Life"
msgstr "ሕይወት"
-#: scfuncs.hrc:588
+#: sc/inc/scfuncs.hrc:588
msgctxt "SC_OPCODE_DDB"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "ጠቃሚ ሕይወቱ ፡ የንብረቱ ጠቃሚ የሕይወት ጊዜ በቁጥር"
-#: scfuncs.hrc:589
+#: sc/inc/scfuncs.hrc:589
msgctxt "SC_OPCODE_DDB"
msgid "Period"
msgstr "ጊዜ"
-#: scfuncs.hrc:590
+#: sc/inc/scfuncs.hrc:590
msgctxt "SC_OPCODE_DDB"
msgid "Period. The depreciation period in the same time unit as the average useful life entry."
msgstr "ጊዜ: ዋጋው የሚቀንስበት ጊዜ ተመሳሳይ የ ጊዜ ክፍል ነው እንደ መካከለኛ ጠቃሚ የ ሕይወት ዘመን ማስገቢያ"
-#: scfuncs.hrc:591
+#: sc/inc/scfuncs.hrc:591
msgctxt "SC_OPCODE_DDB"
msgid "Factor"
msgstr "ምክንያት"
-#: scfuncs.hrc:592
+#: sc/inc/scfuncs.hrc:592
msgctxt "SC_OPCODE_DDB"
msgid "Factor. The factor for balance decline. F = 2 means a double declining balance factor"
msgstr "Factor. The factor for balance decline. F = 2 means a double declining balance factor"
-#: scfuncs.hrc:598
+#: sc/inc/scfuncs.hrc:598
msgctxt "SC_OPCODE_DB"
msgid "Returns the real depreciation of an asset for a specified period using the fixed-declining balance method."
msgstr "በተወሰነ ጊዜ ንብረቱ እውነተኛ ዋጋውን የሚቀንስበትን ጊዜ ያሰላል ፡ የተወሰነ-ዋጋው የሚቀንስበትን ሚዛናዊ ዘዴ በመጠቀም"
-#: scfuncs.hrc:599
+#: sc/inc/scfuncs.hrc:599
msgctxt "SC_OPCODE_DB"
msgid "Cost"
msgstr "ወጪ"
-#: scfuncs.hrc:600
+#: sc/inc/scfuncs.hrc:600
msgctxt "SC_OPCODE_DB"
msgid "Acquisition costs: The initial cost of the asset."
msgstr "ዋጋዎችን ማግኛ: የንብረቱ መነሻ ዋጋ"
-#: scfuncs.hrc:601
+#: sc/inc/scfuncs.hrc:601
msgctxt "SC_OPCODE_DB"
msgid "Salvage"
msgstr "ከጥፋት ማዳን"
-#: scfuncs.hrc:602
+#: sc/inc/scfuncs.hrc:602
msgctxt "SC_OPCODE_DB"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr "ከጥፋት ማዳን: የ ንብረቱ ቀሪ ዋጋ በ ሕይወቱ መጨረሻ ጊዜ"
-#: scfuncs.hrc:603
+#: sc/inc/scfuncs.hrc:603
msgctxt "SC_OPCODE_DB"
msgid "Life"
msgstr "ሕይወት"
-#: scfuncs.hrc:604
+#: sc/inc/scfuncs.hrc:604
msgctxt "SC_OPCODE_DB"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "ጠቃሚ ሕይወቱ ፡ የንብረቱ ጠቃሚ የሕይወት ጊዜ በቁጥር"
-#: scfuncs.hrc:605
+#: sc/inc/scfuncs.hrc:605
msgctxt "SC_OPCODE_DB"
msgid "Period"
msgstr "ጊዜ"
-#: scfuncs.hrc:606
+#: sc/inc/scfuncs.hrc:606
msgctxt "SC_OPCODE_DB"
msgid "Periods: The period for which the depreciation is calculated. The time unit used for period must be the same as that for the useful life."
msgstr "ጊዜ ፡ ዋጋው የሚቀንስበት ጊዜ የሚሰላበት ፡ ተመሳሳይ የጊዜ ክፍል እንደ ጠቀሚ የሕይወት ዘመኑ መጠቀም አለበት"
-#: scfuncs.hrc:607
+#: sc/inc/scfuncs.hrc:607
msgctxt "SC_OPCODE_DB"
msgid "Month"
msgstr "ወር"
-#: scfuncs.hrc:608
+#: sc/inc/scfuncs.hrc:608
msgctxt "SC_OPCODE_DB"
msgid "Months: The number of months in the first year of depreciation."
msgstr "ወሮች: በመጀመሪያው አመት ዋጋቸው የሚቀንስበት የወሮች ቁጥር"
-#: scfuncs.hrc:614
+#: sc/inc/scfuncs.hrc:614
msgctxt "SC_OPCODE_VBD"
msgid "Variable declining balance. Returns the declining balance depreciation for a particular period."
msgstr "ተለዋዋጭ እየቀነስ የሚሄድ ቀሪ ፡ የሚመልሰው እየቀነሰ የሚሄደውን ቀሪ በተወሰን ጊዜ ዋጋው የሚቀንስበትን ነው"
-#: scfuncs.hrc:615
+#: sc/inc/scfuncs.hrc:615
msgctxt "SC_OPCODE_VBD"
msgid "Cost"
msgstr "ወጪ"
-#: scfuncs.hrc:616
+#: sc/inc/scfuncs.hrc:616
msgctxt "SC_OPCODE_VBD"
msgid "Cost. The initial cost of the asset."
msgstr "ወጪ: የ ንብረቱ የ መጀመሪያ ወጪ"
-#: scfuncs.hrc:617
+#: sc/inc/scfuncs.hrc:617
msgctxt "SC_OPCODE_VBD"
msgid "Salvage"
msgstr "ከጥፋት ማዳን"
-#: scfuncs.hrc:618
+#: sc/inc/scfuncs.hrc:618
msgctxt "SC_OPCODE_VBD"
msgid "Salvage. The salvage value of an asset at the end of its useful life."
msgstr "ከጥፋት ማዳን: የ ንብረቱ ቀሪ ዋጋ በ ሕይወቱ መጨረሻ ጊዜ"
-#: scfuncs.hrc:619
+#: sc/inc/scfuncs.hrc:619
msgctxt "SC_OPCODE_VBD"
msgid "Life"
msgstr "ሕይወት"
-#: scfuncs.hrc:620
+#: sc/inc/scfuncs.hrc:620
msgctxt "SC_OPCODE_VBD"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "ጠቃሚ ሕይወቱ ፡ የንብረቱ ጠቃሚ የሕይወት ጊዜ በቁጥር"
-#: scfuncs.hrc:621
+#: sc/inc/scfuncs.hrc:621
msgctxt "SC_OPCODE_VBD"
msgid "Start"
msgstr "መጀመሪያ"
-#: scfuncs.hrc:622
+#: sc/inc/scfuncs.hrc:622
msgctxt "SC_OPCODE_VBD"
msgid "Start. The first period for depreciation in the same time unit as the useful life."
msgstr "መጀመሪያ ፡ መጀመሪያ ዋጋው የሚቀንስበት ጊዜ ተመሳሳይ የጊዜ ክፍል እንደ ጠቀሚ የሕይወት ዘመኑ መጠቀም አለበት"
-#: scfuncs.hrc:623
+#: sc/inc/scfuncs.hrc:623
msgctxt "SC_OPCODE_VBD"
msgid "End"
msgstr "መጨረሻ"
-#: scfuncs.hrc:624
+#: sc/inc/scfuncs.hrc:624
msgctxt "SC_OPCODE_VBD"
msgid "End. The last period of the depreciation using the same time unit as for the useful life."
msgstr "መጨረሻ: መጨረሻ ዋጋው የሚቀንስበት ጊዜ ተመሳሳይ የ ጊዜ ክፍል እንደ ጠቀሚ የ ሕይወት ዘመኑ መጠቀም አለበት"
-#: scfuncs.hrc:625
+#: sc/inc/scfuncs.hrc:625
msgctxt "SC_OPCODE_VBD"
msgid "Factor"
msgstr "ምክንያት"
-#: scfuncs.hrc:626
+#: sc/inc/scfuncs.hrc:626
msgctxt "SC_OPCODE_VBD"
msgid "Factor. The factor for the reduction of the depreciation. Factor = 2 denotes double rate depreciation."
msgstr "ፋክተር: ዋጋው የሚቀንስበት ፋክተር: ፋክተር = 2 ዋጋው በ ድርብ መጠን እንደሚቀንስ ያመለክታል"
-#: scfuncs.hrc:627
+#: sc/inc/scfuncs.hrc:627
msgctxt "SC_OPCODE_VBD"
msgid "NoSwitch"
msgstr "መቀየሪያ የለም"
-#: scfuncs.hrc:628
+#: sc/inc/scfuncs.hrc:628
msgctxt "SC_OPCODE_VBD"
msgid "NoSwitch = 0 denotes switch to linear depreciation, NoSwitch = 1 do not switch."
msgstr "መቀየሪያ የለም = 0 የሚያመለክተው ወደ ቀጥተኛ መቀነሻ መቀየሪያ ነው: መቀየሪያ የለም = 1 አትቀይር"
-#: scfuncs.hrc:634
+#: sc/inc/scfuncs.hrc:634
msgctxt "SC_OPCODE_EFFECT"
msgid "Calculates the annual net interest rate for a nominal interest rate."
msgstr "የ አመቱን ጠቅላላ ወለድ መጠን በ አነስተኛ ወለድ መጠን ማስሊያ"
-#: scfuncs.hrc:635
+#: sc/inc/scfuncs.hrc:635
msgctxt "SC_OPCODE_EFFECT"
msgid "NOM"
msgstr "አነስተኛ"
-#: scfuncs.hrc:636
+#: sc/inc/scfuncs.hrc:636
msgctxt "SC_OPCODE_EFFECT"
msgid "Nominal interest"
msgstr "አነስተኛ ወለድ"
-#: scfuncs.hrc:637
+#: sc/inc/scfuncs.hrc:637
msgctxt "SC_OPCODE_EFFECT"
msgid "P"
msgstr "P"
-#: scfuncs.hrc:638
+#: sc/inc/scfuncs.hrc:638
msgctxt "SC_OPCODE_EFFECT"
msgid "Periods. The number of interest payments per year."
msgstr "ጊዜዎች: የ ወለድ ክፍያ ቁጥሮች በ አመት ውስጥ"
-#: scfuncs.hrc:644
+#: sc/inc/scfuncs.hrc:644
msgctxt "SC_OPCODE_NOMINAL"
msgid "Calculates the yearly nominal interest rate as an effective interest rate."
msgstr "መደበኛ የ ወለድ መጠን እንደ ውጤቱ ደረጃ መጠን ለ አመት ያሰላል"
-#: scfuncs.hrc:645
+#: sc/inc/scfuncs.hrc:645
msgctxt "SC_OPCODE_NOMINAL"
msgid "Effective rate"
msgstr "ውጤታማው መጠን"
-#: scfuncs.hrc:646
+#: sc/inc/scfuncs.hrc:646
msgctxt "SC_OPCODE_NOMINAL"
msgid "The effective interest rate"
msgstr "የ ወለዱ ውጤት መጠን"
-#: scfuncs.hrc:647
+#: sc/inc/scfuncs.hrc:647
msgctxt "SC_OPCODE_NOMINAL"
msgid "NPER"
msgstr "የ ክፍያ ጊዜ ቁጥር"
-#: scfuncs.hrc:648
+#: sc/inc/scfuncs.hrc:648
msgctxt "SC_OPCODE_NOMINAL"
msgid "Periods. The number of interest payment per year."
msgstr "ጊዜዎች: የወለድ ክፍያ ቁጥር በአመት ውስጥ"
-#: scfuncs.hrc:654
+#: sc/inc/scfuncs.hrc:654
msgctxt "SC_OPCODE_NPV"
msgid "Net present value. Calculates the net present value of an investment based on a series of periodic payments and a discount rate."
msgstr "የ ተጣራ የ አሁኑ ዋጋ: በ ኢንቬስትመንት መሰረት በ ተከታታይ ጊዜ ክፍያዎች እና የ ቅናሽ መጠን የ ተጣራ የ አሁኑ ዋጋ ለማስላት ያስችላል"
-#: scfuncs.hrc:655
+#: sc/inc/scfuncs.hrc:655
msgctxt "SC_OPCODE_NPV"
msgid "Rate"
msgstr "መጠን"
-#: scfuncs.hrc:656
+#: sc/inc/scfuncs.hrc:656
msgctxt "SC_OPCODE_NPV"
msgid "The rate of discount for one period."
msgstr "የ ቅናሹ መጠን ለ አንድ ጊዜ"
-#: scfuncs.hrc:657
+#: sc/inc/scfuncs.hrc:657
msgctxt "SC_OPCODE_NPV"
msgid "Value "
msgstr "ዋጋ "
-#: scfuncs.hrc:658
+#: sc/inc/scfuncs.hrc:658
msgctxt "SC_OPCODE_NPV"
msgid "Value 1, value 2,... are arguments representing payments and income."
msgstr "ዋጋ 1, ዋጋ 2,... ክርክር ናቸው ክፍያውን እና ገቢውን የሚወክል"
-#: scfuncs.hrc:664
+#: sc/inc/scfuncs.hrc:664
msgctxt "SC_OPCODE_IRR"
msgid "Returns the actuarial rate of interest of an investment excluding costs or profits."
msgstr "ወጪ እና ትርፍ ሳይጨምር የ ወለድ መጠን ማወዳደሪያን ይመልሳል"
-#: scfuncs.hrc:665
+#: sc/inc/scfuncs.hrc:665
msgctxt "SC_OPCODE_IRR"
msgid "Values"
msgstr "ዋጋዎች"
-#: scfuncs.hrc:666
+#: sc/inc/scfuncs.hrc:666
msgctxt "SC_OPCODE_IRR"
msgid "An array or reference to cells whose contents correspond to the payments."
msgstr "ማሰለፊያ ወይንም ማመሳከሪያ ለ ክፍሎቹ ይዞታቸው ከ ክፍያው ጋር የሚገናኘውን"
-#: scfuncs.hrc:667
+#: sc/inc/scfuncs.hrc:667
msgctxt "SC_OPCODE_IRR"
msgid "Guess"
msgstr "ግምት"
-#: scfuncs.hrc:668
+#: sc/inc/scfuncs.hrc:668
msgctxt "SC_OPCODE_IRR"
msgid "Guess. An estimated value of the rate of return to be used for the iteration calculation."
msgstr "ግምት ፡ የተገመተው የዋጋ መጠን የሚመልሰው ለተደጋጋሚ ማስሊያ የሚጠቀሙት"
-#: scfuncs.hrc:674
+#: sc/inc/scfuncs.hrc:674
msgctxt "SC_OPCODE_MIRR"
msgid "Returns the modified internal rate of return for a series of investments."
msgstr "የተሻሻለውን የውስጥ መጠን ይመልሳል ተከታታይ investments የሚመልሱትን"
-#: scfuncs.hrc:675
+#: sc/inc/scfuncs.hrc:675
msgctxt "SC_OPCODE_MIRR"
msgid "Values"
msgstr "ዋጋዎች"
-#: scfuncs.hrc:676
+#: sc/inc/scfuncs.hrc:676
msgctxt "SC_OPCODE_MIRR"
msgid "An array or reference to cells whose contents correspond to the payments."
msgstr "ማሰለፊያ ወይንም ማመሳከሪያ ለክፍሎቹ ይዞታቸው ከፍያው ጋር የሚገናኘውን"
-#: scfuncs.hrc:677
+#: sc/inc/scfuncs.hrc:677
msgctxt "SC_OPCODE_MIRR"
msgid "Investment"
msgstr "ኢንቬስትመንት"
-#: scfuncs.hrc:678
+#: sc/inc/scfuncs.hrc:678
msgctxt "SC_OPCODE_MIRR"
msgid "Interest rate for investments (the negative values in the array)."
msgstr "የወለድ መጠን ለ investments (አሉታዊ ዋጋዎች በማዘጋጃው ውስጥ)"
-#: scfuncs.hrc:679
+#: sc/inc/scfuncs.hrc:679
msgctxt "SC_OPCODE_MIRR"
msgid "Reinvest rate"
msgstr "የ እንደገና ኢንቬስትመንት መጠን"
-#: scfuncs.hrc:680
+#: sc/inc/scfuncs.hrc:680
msgctxt "SC_OPCODE_MIRR"
msgid "Interest rate for reinvestments (the positive values in the array)."
msgstr "የ ወለድ መጠን ለ ኢንቬስትመንት (አዎንታዊ ዋጋዎች በ ማዘጋጃው ውስጥ)"
-#: scfuncs.hrc:686
+#: sc/inc/scfuncs.hrc:686
msgctxt "SC_OPCODE_ISPMT"
msgid "Returns the amount of interest for constant amortization rates."
msgstr "የወለዱን መጠን ይመልሳል ለማያቋርጥ የክፍያ መጠኖች"
-#: scfuncs.hrc:687
+#: sc/inc/scfuncs.hrc:687
msgctxt "SC_OPCODE_ISPMT"
msgid "Rate"
msgstr "መጠን"
-#: scfuncs.hrc:688
+#: sc/inc/scfuncs.hrc:688
msgctxt "SC_OPCODE_ISPMT"
msgid "Interest rate for a single amortization rate."
msgstr "የወለድ መጠን ለአንድ ጊዜ ክፍያ"
-#: scfuncs.hrc:689
+#: sc/inc/scfuncs.hrc:689
msgctxt "SC_OPCODE_ISPMT"
msgid "Period"
msgstr "ጊዜ"
-#: scfuncs.hrc:690
+#: sc/inc/scfuncs.hrc:690
msgctxt "SC_OPCODE_ISPMT"
msgid "Number of amortization periods for the calculation of the interest."
msgstr "የክፍያ ጊዜዎች ጠቅላላ ቁጥር ለወለዱ ማስሊያ"
-#: scfuncs.hrc:691
+#: sc/inc/scfuncs.hrc:691
msgctxt "SC_OPCODE_ISPMT"
msgid "Total periods"
msgstr "ጠቅላላ ጊዜዎች"
-#: scfuncs.hrc:692
+#: sc/inc/scfuncs.hrc:692
msgctxt "SC_OPCODE_ISPMT"
msgid "Sum total of amortization periods."
msgstr "የክፍያ ጊዜዎች ጠቅላላ ድምር"
-#: scfuncs.hrc:693
+#: sc/inc/scfuncs.hrc:693
msgctxt "SC_OPCODE_ISPMT"
msgid "Investment"
msgstr "ኢንቬስትመንት"
-#: scfuncs.hrc:694
+#: sc/inc/scfuncs.hrc:694
msgctxt "SC_OPCODE_ISPMT"
msgid "Amount of the investment."
msgstr "የ investment መጠን"
-#: scfuncs.hrc:700
+#: sc/inc/scfuncs.hrc:700
msgctxt "SC_OPCODE_PDURATION"
msgid "Duration. Calculates the number of periods required by an investment to attain the desired value."
msgstr "የሚፈጀው ጊዜ: በ ካፒታሉ የሚፈለገውን መጠን ዋጋ ለማግኘት የሚያስፈልገው የ ጊዜ ቁጥር ያሰላል"
-#: scfuncs.hrc:701
+#: sc/inc/scfuncs.hrc:701
msgctxt "SC_OPCODE_PDURATION"
msgid "Rate"
msgstr "መጠን"
-#: scfuncs.hrc:702
+#: sc/inc/scfuncs.hrc:702
msgctxt "SC_OPCODE_PDURATION"
msgid "The constant rate of interest."
msgstr "የ ወለዱ ቋሚ መጠን"
-#: scfuncs.hrc:703
+#: sc/inc/scfuncs.hrc:703
msgctxt "SC_OPCODE_PDURATION"
msgid "PV"
msgstr "የ አሁኑ ዋጋ"
-#: scfuncs.hrc:704
+#: sc/inc/scfuncs.hrc:704
msgctxt "SC_OPCODE_PDURATION"
msgid "The present value. The current value of the investment."
msgstr "የአሁኑ ዋጋ: የ ካፒታሉ የ አሁኑ ዋጋ ነው"
-#: scfuncs.hrc:705
+#: sc/inc/scfuncs.hrc:705
msgctxt "SC_OPCODE_PDURATION"
msgid "FV"
msgstr "የ ወደፊት ዋጋ"
-#: scfuncs.hrc:706
+#: sc/inc/scfuncs.hrc:706
msgctxt "SC_OPCODE_PDURATION"
msgid "The future value of the investment."
msgstr "የ ካፒታሉ የ ወደፊት ዋጋ ነው"
-#: scfuncs.hrc:712
+#: sc/inc/scfuncs.hrc:712
msgctxt "SC_OPCODE_RRI"
msgid "Interest. Calculates the interest rate which represents the rate of return from an investment."
msgstr "ወለድ ፡ ከ investment መጠን የተገኘውን የወለዱን መጠን ያሰላል"
-#: scfuncs.hrc:713
+#: sc/inc/scfuncs.hrc:713
msgctxt "SC_OPCODE_RRI"
msgid "Periods"
msgstr "ጊዜዎች"
-#: scfuncs.hrc:714
+#: sc/inc/scfuncs.hrc:714
msgctxt "SC_OPCODE_RRI"
msgid "The number of periods used in the calculation."
msgstr "ለማስላት የተጠቀሙበት የጊዜዎች ቁጥር"
-#: scfuncs.hrc:715
+#: sc/inc/scfuncs.hrc:715
msgctxt "SC_OPCODE_RRI"
msgid "PV"
msgstr "የ አሁኑ ዋጋ"
-#: scfuncs.hrc:716
+#: sc/inc/scfuncs.hrc:716
msgctxt "SC_OPCODE_RRI"
msgid "Present value. The current value of the investment."
msgstr "የአሁኑ ዋጋ ፡ የ investment የአሁኑ ዋጋ"
-#: scfuncs.hrc:717
+#: sc/inc/scfuncs.hrc:717
msgctxt "SC_OPCODE_RRI"
msgid "FV"
msgstr "FV"
-#: scfuncs.hrc:718
+#: sc/inc/scfuncs.hrc:718
msgctxt "SC_OPCODE_RRI"
msgid "The future value of the investment."
msgstr "የ investment የወደፊት ዋጋ"
-#: scfuncs.hrc:724
+#: sc/inc/scfuncs.hrc:724
msgctxt "SC_OPCODE_IS_REF"
msgid "Returns TRUE if value is a reference."
msgstr "ዋጋው ማመሳከሪያ ከሆነ እውነት ይመልሳል"
-#: scfuncs.hrc:725
+#: sc/inc/scfuncs.hrc:725
msgctxt "SC_OPCODE_IS_REF"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:726
+#: sc/inc/scfuncs.hrc:726
msgctxt "SC_OPCODE_IS_REF"
msgid "The value to be tested."
msgstr "የሚሞከረው ዋጋ"
-#: scfuncs.hrc:732
+#: sc/inc/scfuncs.hrc:732
msgctxt "SC_OPCODE_IS_ERR"
msgid "Returns TRUE if the value is an error value not equal to #N/A."
msgstr "እውነት ይመልሳል ዋጋው የተሳሳተ ዋጋ ከሆነ እና እኩል ካልሆነ ከ #ዝ/አ"
-#: scfuncs.hrc:733
+#: sc/inc/scfuncs.hrc:733
msgctxt "SC_OPCODE_IS_ERR"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:734
+#: sc/inc/scfuncs.hrc:734
msgctxt "SC_OPCODE_IS_ERR"
msgid "The value to be tested."
msgstr "የሚሞከረው ዋጋ"
-#: scfuncs.hrc:740
+#: sc/inc/scfuncs.hrc:740
msgctxt "SC_OPCODE_IS_ERROR"
msgid "Returns TRUE if the value is an error value."
msgstr "እውነት ይመልሳል ዋጋው የተሳሳተ ዋጋ ከሆነ"
-#: scfuncs.hrc:741
+#: sc/inc/scfuncs.hrc:741
msgctxt "SC_OPCODE_IS_ERROR"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:742
+#: sc/inc/scfuncs.hrc:742
msgctxt "SC_OPCODE_IS_ERROR"
msgid "The value to be tested."
msgstr "የሚሞከረው ዋጋ"
-#: scfuncs.hrc:748
+#: sc/inc/scfuncs.hrc:748
msgctxt "SC_OPCODE_IS_EMPTY"
msgid "Returns TRUE if value refers to an empty cell."
msgstr "እውነት ይመልሳል ዋጋው የሚጠቅሰው ባዶ ክፍል ከሆነ"
-#: scfuncs.hrc:749
+#: sc/inc/scfuncs.hrc:749
msgctxt "SC_OPCODE_IS_EMPTY"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:750
+#: sc/inc/scfuncs.hrc:750
msgctxt "SC_OPCODE_IS_EMPTY"
msgid "The value to be tested."
msgstr "የሚሞከረው ዋጋ"
-#: scfuncs.hrc:756
+#: sc/inc/scfuncs.hrc:756
msgctxt "SC_OPCODE_IS_LOGICAL"
msgid "Returns TRUE if the value carries a logical number format."
msgstr "እውነት ይመልሳል ዋጋው የ logical ቁጥር አቀራረብ ከያዘ."
-#: scfuncs.hrc:757
+#: sc/inc/scfuncs.hrc:757
msgctxt "SC_OPCODE_IS_LOGICAL"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:758
+#: sc/inc/scfuncs.hrc:758
msgctxt "SC_OPCODE_IS_LOGICAL"
msgid "The value to be tested."
msgstr "የሚሞከረው ዋጋ"
-#: scfuncs.hrc:764
+#: sc/inc/scfuncs.hrc:764
msgctxt "SC_OPCODE_IS_NV"
msgid "Returns TRUE if value equals #N/A."
msgstr "እውነት ይመልሳል ዋጋው እኩል ከሆነ #ዝ/አ"
-#: scfuncs.hrc:765
+#: sc/inc/scfuncs.hrc:765
msgctxt "SC_OPCODE_IS_NV"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:766
+#: sc/inc/scfuncs.hrc:766
msgctxt "SC_OPCODE_IS_NV"
msgid "The value to be tested."
msgstr "የሚሞከረው ዋጋ"
-#: scfuncs.hrc:772
+#: sc/inc/scfuncs.hrc:772
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "Returns TRUE if the value is not text."
msgstr "ዋጋው ጽሁፍ ካልሆነ እውነት ይመልሳል"
-#: scfuncs.hrc:773
+#: sc/inc/scfuncs.hrc:773
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:774
+#: sc/inc/scfuncs.hrc:774
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "The value to be tested."
msgstr "የሚሞከረው ዋጋ"
-#: scfuncs.hrc:780
+#: sc/inc/scfuncs.hrc:780
msgctxt "SC_OPCODE_IS_STRING"
msgid "Returns TRUE if value is text."
msgstr "ዋጋው ጽሁፍ ካልሆነ እውነት ይመልሳል"
-#: scfuncs.hrc:781
+#: sc/inc/scfuncs.hrc:781
msgctxt "SC_OPCODE_IS_STRING"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:782
+#: sc/inc/scfuncs.hrc:782
msgctxt "SC_OPCODE_IS_STRING"
msgid "The value to be tested."
msgstr "የሚሞከረው ዋጋ"
-#: scfuncs.hrc:788
+#: sc/inc/scfuncs.hrc:788
msgctxt "SC_OPCODE_IS_VALUE"
msgid "Returns TRUE if value is a number."
msgstr "ዋጋው ቁጥር ከሆነ እውነት ይመልሳል"
-#: scfuncs.hrc:789
+#: sc/inc/scfuncs.hrc:789
msgctxt "SC_OPCODE_IS_VALUE"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:790
+#: sc/inc/scfuncs.hrc:790
msgctxt "SC_OPCODE_IS_VALUE"
msgid "The value to be tested."
msgstr "የሚሞከረው ዋጋ"
-#: scfuncs.hrc:796
+#: sc/inc/scfuncs.hrc:796
msgctxt "SC_OPCODE_IS_FORMULA"
msgid "Returns TRUE if the cell is a formula cell."
msgstr "እውነት ይመልሳል ዋጋው የ መቀመሪያ ክፍል ከሆነ"
-#: scfuncs.hrc:797
+#: sc/inc/scfuncs.hrc:797
msgctxt "SC_OPCODE_IS_FORMULA"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: scfuncs.hrc:798
+#: sc/inc/scfuncs.hrc:798
msgctxt "SC_OPCODE_IS_FORMULA"
msgid "The cell to be tested."
msgstr "የሚሞከረው ክፍል"
-#: scfuncs.hrc:804
+#: sc/inc/scfuncs.hrc:804
msgctxt "SC_OPCODE_FORMULA"
msgid "Returns the formula of a formula cell."
msgstr "ለ መቀመሪያ ክፍል መቀመሪያ ይመልሳል"
-#: scfuncs.hrc:805
+#: sc/inc/scfuncs.hrc:805
msgctxt "SC_OPCODE_FORMULA"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: scfuncs.hrc:806
+#: sc/inc/scfuncs.hrc:806
msgctxt "SC_OPCODE_FORMULA"
msgid "The formula cell."
msgstr "የ መቀመሪያ ክፍል"
-#: scfuncs.hrc:812
+#: sc/inc/scfuncs.hrc:812
msgctxt "SC_OPCODE_N"
msgid "Converts a value to a number."
msgstr "ዋጋን ወደ ቁጥር መቀየሪያ"
-#: scfuncs.hrc:813
+#: sc/inc/scfuncs.hrc:813
msgctxt "SC_OPCODE_N"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:814
+#: sc/inc/scfuncs.hrc:814
msgctxt "SC_OPCODE_N"
msgid "The value to be interpreted as a number."
msgstr "እንደ ቁጥር የሚተረጓመው ዋጋ"
-#: scfuncs.hrc:820
+#: sc/inc/scfuncs.hrc:820
msgctxt "SC_OPCODE_NO_VALUE"
msgid "Not available. Returns the error value #N/A."
msgstr "ዝግጁ አይደለም የ ስህተት ዋጋ ይመልሳል #ዝ/አ"
-#: scfuncs.hrc:826
+#: sc/inc/scfuncs.hrc:826
msgctxt "SC_OPCODE_TYPE"
msgid "Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula, 16 = error value, 64 = array)."
msgstr "ይመልሳል የ ዳታ አይነት ዋጋ (1 = ቁጥር: 2 = ጽሁፍ: 4 = ቡሊያን ዋጋ, 8 = መቀመሪያ: 16 = የ ስህተት ዋጋ: 64 = ማዘጋጃ)."
-#: scfuncs.hrc:827
+#: sc/inc/scfuncs.hrc:827
msgctxt "SC_OPCODE_TYPE"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:828
+#: sc/inc/scfuncs.hrc:828
msgctxt "SC_OPCODE_TYPE"
msgid "The value for which the data type is to be determined."
msgstr "ዋጋ ለ ዳታ አይነት የሚወሰነው"
-#: scfuncs.hrc:834
+#: sc/inc/scfuncs.hrc:834
msgctxt "SC_OPCODE_CELL"
msgid "Determines information about address, formatting or contents of a cell."
msgstr "ስለ አድራሻው መረጃ ይወስናል: ስለ አቀራረብ ወይንም ስለ ክፍሉ ይዞታ"
-#: scfuncs.hrc:835
+#: sc/inc/scfuncs.hrc:835
msgctxt "SC_OPCODE_CELL"
msgid "Info type"
msgstr "የ መረጃ አይነት"
-#: scfuncs.hrc:836
+#: sc/inc/scfuncs.hrc:836
msgctxt "SC_OPCODE_CELL"
msgid "String that specifies the type of information."
msgstr "የመረጃውን አይነት የሚወስን ሐረግ"
-#: scfuncs.hrc:837
+#: sc/inc/scfuncs.hrc:837
msgctxt "SC_OPCODE_CELL"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: scfuncs.hrc:838
+#: sc/inc/scfuncs.hrc:838
msgctxt "SC_OPCODE_CELL"
msgid "The position of the cell you want to examine."
msgstr "መመርመር የሚፈልጉት የክፍሉ ቦታ"
-#: scfuncs.hrc:844
+#: sc/inc/scfuncs.hrc:844
msgctxt "SC_OPCODE_CURRENT"
msgid "Calculates the current value of the formula at the present location."
msgstr "የ አሁኑን ዋጋ በ መቀመሪያ በ አሁኑ ቦታ ውስጥ ያሰላል"
-#: scfuncs.hrc:850
+#: sc/inc/scfuncs.hrc:850
msgctxt "SC_OPCODE_FALSE"
msgid "Defines the logical value as FALSE."
msgstr "የ logical ዋጋ እንደ ሀሰት ይገልጻል."
-#: scfuncs.hrc:856
+#: sc/inc/scfuncs.hrc:856
msgctxt "SC_OPCODE_NOT"
msgid "Reverses the value of the argument."
msgstr "የክርክሩን ዋጋ ወደነበረበት መመለሻ"
-#: scfuncs.hrc:857
+#: sc/inc/scfuncs.hrc:857
msgctxt "SC_OPCODE_NOT"
msgid "Logical value"
msgstr "የ Logical ዋጋ"
-#: scfuncs.hrc:858
+#: sc/inc/scfuncs.hrc:858
msgctxt "SC_OPCODE_NOT"
msgid "An expression that can be either TRUE or FALSE."
msgstr "እውነት ወይም ሀሰት ሊሆን የሚችል ማንኛውም አገላለጽ"
-#: scfuncs.hrc:864
+#: sc/inc/scfuncs.hrc:864
msgctxt "SC_OPCODE_TRUE"
msgid "Returns the logical value TRUE."
msgstr "የ logical ዋጋ እንደ እውነት ይመልሳል"
-#: scfuncs.hrc:870
+#: sc/inc/scfuncs.hrc:870
msgctxt "SC_OPCODE_IF"
msgid "Specifies a logical test to be performed."
msgstr "የ logical ሙከራ የሚደረግበትን ይወስናል"
-#: scfuncs.hrc:871
+#: sc/inc/scfuncs.hrc:871
msgctxt "SC_OPCODE_IF"
msgid "Test"
msgstr "መሞከሪያ"
-#: scfuncs.hrc:872
+#: sc/inc/scfuncs.hrc:872
msgctxt "SC_OPCODE_IF"
msgid "Any value or expression which can be either TRUE or FALSE."
msgstr "እውነት ወይም ሀሰት ሊሆን የሚችል ማንኛውም ዋጋ ወይንም አገላለጽ"
-#: scfuncs.hrc:873
+#: sc/inc/scfuncs.hrc:873
msgctxt "SC_OPCODE_IF"
msgid "Then value"
msgstr "ከዛ ዋጋ"
-#: scfuncs.hrc:874
+#: sc/inc/scfuncs.hrc:874
msgctxt "SC_OPCODE_IF"
msgid "The result of the function if the logical test returns a TRUE."
msgstr "የተግባሩ ውጤት የ logical ሙከራው እውነት ከመለሰ"
-#: scfuncs.hrc:875
+#: sc/inc/scfuncs.hrc:875
msgctxt "SC_OPCODE_IF"
msgid "Otherwise value"
msgstr "ያለ በለዚያ ዋጋ"
-#: scfuncs.hrc:876
+#: sc/inc/scfuncs.hrc:876
msgctxt "SC_OPCODE_IF"
msgid "The result of the function if the logical test returns FALSE."
msgstr "የተግባሩ ውጤት የ logical ሙከራው ሀሰት ከመለሰ"
-#: scfuncs.hrc:882
+#: sc/inc/scfuncs.hrc:882
msgctxt "SC_OPCODE_IF_ERROR"
msgid "Returns value if not an error value, else alternative."
msgstr "ዋጋ ይመልሳል ስህተት ካልሆነ ፡ ያለ በለዚያ አማራጩን"
-#: scfuncs.hrc:883
+#: sc/inc/scfuncs.hrc:883
msgctxt "SC_OPCODE_IF_ERROR"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:884
+#: sc/inc/scfuncs.hrc:884
msgctxt "SC_OPCODE_IF_ERROR"
msgid "The value to be calculated."
msgstr "የሚሰላው ዋጋ"
-#: scfuncs.hrc:885
+#: sc/inc/scfuncs.hrc:885
msgctxt "SC_OPCODE_IF_ERROR"
msgid "Alternative value"
msgstr "አማራጭ ዋጋ"
-#: scfuncs.hrc:886
+#: sc/inc/scfuncs.hrc:886
msgctxt "SC_OPCODE_IF_ERROR"
msgid "The alternative to be returned, should value be an error value."
msgstr "አማራጩ የሚመልሰው ዋጋው የ ስህተት ዋጋ ከሆነ"
-#: scfuncs.hrc:892
+#: sc/inc/scfuncs.hrc:892
msgctxt "SC_OPCODE_IF_NA"
msgid "Returns value if not a #N/A error, else alternative."
msgstr "ዋጋ ይመልሳል ካልሆነ #ዝ/አ ስህተት: ያለ በለዚያ አማራጩን"
-#: scfuncs.hrc:893
+#: sc/inc/scfuncs.hrc:893
msgctxt "SC_OPCODE_IF_NA"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:894
+#: sc/inc/scfuncs.hrc:894
msgctxt "SC_OPCODE_IF_NA"
msgid "The value to be calculated."
msgstr "የሚሰላው ዋጋ"
-#: scfuncs.hrc:895
+#: sc/inc/scfuncs.hrc:895
msgctxt "SC_OPCODE_IF_NA"
msgid "Alternative value"
msgstr "አማራጭ ዋጋ"
-#: scfuncs.hrc:896
+#: sc/inc/scfuncs.hrc:896
msgctxt "SC_OPCODE_IF_NA"
msgid "The alternative to be returned, should value be a #N/A error."
msgstr "አማራጩ የሚመልሰው: ዋጋው #ዝ/አ ስህተት ከሆነ"
-#: scfuncs.hrc:902
+#: sc/inc/scfuncs.hrc:902
msgctxt "SC_OPCODE_OR"
msgid "Returns TRUE if an argument is TRUE."
msgstr "ክርክሩ እውነት ከሆነ እውነት ይመልሳል"
-#: scfuncs.hrc:903
+#: sc/inc/scfuncs.hrc:903
msgctxt "SC_OPCODE_OR"
msgid "Logical value "
msgstr "የ Logical ዋጋ "
-#: scfuncs.hrc:904
+#: sc/inc/scfuncs.hrc:904
msgctxt "SC_OPCODE_OR"
msgid "Logical value 1, logical value 2,... are conditions to be tested and which return either TRUE or FALSE."
msgstr "የ ሎጂካል ዋጋ 1, የ ሎጂካል ዋጋ 2,... ሁኔታቸው የሚመረመሩ ናቸው ለ እውነት ወይንም ሀሰት ይመልሳል"
-#: scfuncs.hrc:910
+#: sc/inc/scfuncs.hrc:910
msgctxt "SC_OPCODE_XOR"
msgid "Returns TRUE if an odd number of arguments evaluates to TRUE."
msgstr "እውነት ይመልሳል የ ጎዶሎ ቁጥር ክርክር ከ ገመተ እውነት"
-#: scfuncs.hrc:911
+#: sc/inc/scfuncs.hrc:911
msgctxt "SC_OPCODE_XOR"
msgid "Logical value "
msgstr "የ Logical ዋጋ "
-#: scfuncs.hrc:912
+#: sc/inc/scfuncs.hrc:912
msgctxt "SC_OPCODE_XOR"
msgid "Logical value 1, logical value 2, ... are conditions to be tested and which return either TRUE or FALSE."
msgstr "የ ሎጂካል ዋጋ 1, የ ሎጂካል ዋጋ 2,... ሁኔታቸው የሚመረመሩ ናቸው ለ እውነት ወይንም ሀሰት ይመልሳል"
-#: scfuncs.hrc:918
+#: sc/inc/scfuncs.hrc:918
msgctxt "SC_OPCODE_AND"
msgid "Returns TRUE if all arguments are TRUE."
msgstr "ሁሉም ክርክሮች እውነት ከሆኑ እውነት ይመልሳል"
-#: scfuncs.hrc:919
+#: sc/inc/scfuncs.hrc:919
msgctxt "SC_OPCODE_AND"
msgid "Logical value "
msgstr "የ Logical ዋጋ "
-#: scfuncs.hrc:920
+#: sc/inc/scfuncs.hrc:920
msgctxt "SC_OPCODE_AND"
msgid "Logical value 1, logical value 2;...are conditions to be tested and each returns either TRUE or FALSE."
msgstr "የ ሎጂካል ዋጋ 1, የ ሎጂካል ዋጋ 2,... ሁኔታቸው የሚመረመሩ ናቸው ለ እውነት ወይንም ሀሰት ይመልሳል"
-#: scfuncs.hrc:926
+#: sc/inc/scfuncs.hrc:926
msgctxt "SC_OPCODE_ABS"
msgid "Absolute value of a number."
msgstr "የ ቁጥር ፍጹም ዋጋ"
-#: scfuncs.hrc:927
+#: sc/inc/scfuncs.hrc:927
msgctxt "SC_OPCODE_ABS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:928
+#: sc/inc/scfuncs.hrc:928
msgctxt "SC_OPCODE_ABS"
msgid "The number whose absolute value is to be returned."
msgstr "ቁጥሩ ፍጽም ዋጋው የሚመለሰው"
-#: scfuncs.hrc:934
+#: sc/inc/scfuncs.hrc:934
msgctxt "SC_OPCODE_POWER"
msgid "Returns a^b, base a raised to the power of exponent b."
msgstr "ይመልሳል a^b, መሰረት a ሲነሳ በ ሀይል ኤክስፖነንት b."
-#: scfuncs.hrc:935
+#: sc/inc/scfuncs.hrc:935
msgctxt "SC_OPCODE_POWER"
msgid "Base"
msgstr "መሰረት"
-#: scfuncs.hrc:936
+#: sc/inc/scfuncs.hrc:936
msgctxt "SC_OPCODE_POWER"
msgid "The base a of the power a^b."
msgstr "መሰረት a በ ሀይል a^b."
-#: scfuncs.hrc:937
+#: sc/inc/scfuncs.hrc:937
msgctxt "SC_OPCODE_POWER"
msgid "Exponent"
msgstr "ኤክስፖነንት"
-#: scfuncs.hrc:938
+#: sc/inc/scfuncs.hrc:938
msgctxt "SC_OPCODE_POWER"
msgid "The exponent b of the power a^b."
msgstr "ኤክስፖነንት b በ ሀይል a^b."
-#: scfuncs.hrc:944
+#: sc/inc/scfuncs.hrc:944
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "Counts the blank cells in a specified range."
msgstr "ባዶ ክፍሎችን ለተወሰነ መጠን መቁጠሪያ"
-#: scfuncs.hrc:945
+#: sc/inc/scfuncs.hrc:945
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "Range"
msgstr "መጠን"
-#: scfuncs.hrc:946
+#: sc/inc/scfuncs.hrc:946
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "The range in which empty cells are to be counted."
msgstr "የሚቆጠሩ ባዶ የሆኑ ክፍሎች መጠን"
-#: scfuncs.hrc:952
+#: sc/inc/scfuncs.hrc:952
msgctxt "SC_OPCODE_PI"
msgid "Returns the value of the number Pi."
msgstr "የ ፓይ ቁጥር ዋጋ ይመልሳል"
-#: scfuncs.hrc:958
+#: sc/inc/scfuncs.hrc:958
msgctxt "SC_OPCODE_SUM"
msgid "Returns the sum of all arguments."
msgstr "የሁሉንም ክርክሮች ድምር ይመልሳል"
-#: scfuncs.hrc:959
+#: sc/inc/scfuncs.hrc:959
msgctxt "SC_OPCODE_SUM"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:960
+#: sc/inc/scfuncs.hrc:960
msgctxt "SC_OPCODE_SUM"
msgid "Number 1, number 2, ... are arguments whose total is to be calculated."
msgstr "ቁጥር 1, ቁጥር 2, ... ክርክሮች ናቸው ጠቅላላው የሚሰላው"
-#: scfuncs.hrc:966
+#: sc/inc/scfuncs.hrc:966
msgctxt "SC_OPCODE_SUM_SQ"
msgid "Returns the sum of the squares of the arguments."
msgstr "ለ ክርክር የ ስኴሮች ድምር ይመልሳል"
-#: scfuncs.hrc:967
+#: sc/inc/scfuncs.hrc:967
msgctxt "SC_OPCODE_SUM_SQ"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:968
+#: sc/inc/scfuncs.hrc:968
msgctxt "SC_OPCODE_SUM_SQ"
msgid "Number 1, number 2,... are arguments for which the sum of the squares is to be calculated."
msgstr "ቁጥር 1, ቁጥር 2,... ክርክሮች ናቸው የ ስኴር ድምር የሚሰላበት"
-#: scfuncs.hrc:974
+#: sc/inc/scfuncs.hrc:974
msgctxt "SC_OPCODE_PRODUCT"
msgid "Multiplies the arguments."
msgstr "ክርክሮቹን ያባዛል"
-#: scfuncs.hrc:975
+#: sc/inc/scfuncs.hrc:975
msgctxt "SC_OPCODE_PRODUCT"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:976
+#: sc/inc/scfuncs.hrc:976
msgctxt "SC_OPCODE_PRODUCT"
msgid "Number 1, number 2, ... are arguments to be multiplied and a result returned."
msgstr "ቁጥር 1, ቁጥር 2, ... ክርክሮች ናቸው የሚባዙ እና ውጤታቸው የሚመለሰው"
-#: scfuncs.hrc:982
+#: sc/inc/scfuncs.hrc:982
msgctxt "SC_OPCODE_SUM_IF"
msgid "Totals the arguments that meet the condition."
msgstr "ሁኔታዎቹን የሚያሟሉትን ክርክሮች ጠቅላላ"
-#: scfuncs.hrc:983
+#: sc/inc/scfuncs.hrc:983
msgctxt "SC_OPCODE_SUM_IF"
msgid "Range"
msgstr "መጠን"
-#: scfuncs.hrc:984
+#: sc/inc/scfuncs.hrc:984
msgctxt "SC_OPCODE_SUM_IF"
msgid "The range to be evaluated by the criteria given."
msgstr "በተሰጠው መመዘኛ መጠናቸው የሚመዘነው"
-#: scfuncs.hrc:985
+#: sc/inc/scfuncs.hrc:985
msgctxt "SC_OPCODE_SUM_IF"
msgid "Criteria"
msgstr "መመዘኛ"
-#: scfuncs.hrc:986
+#: sc/inc/scfuncs.hrc:986
msgctxt "SC_OPCODE_SUM_IF"
msgid "The criteria to be applied to the range."
msgstr "መጠኑ ላይ የሚፈጸመው መመዘኛ"
-#: scfuncs.hrc:987
+#: sc/inc/scfuncs.hrc:987
msgctxt "SC_OPCODE_SUM_IF"
msgid "Sum range"
msgstr "የ ድምር መጠን"
-#: scfuncs.hrc:988
+#: sc/inc/scfuncs.hrc:988
msgctxt "SC_OPCODE_SUM_IF"
msgid "The range from which the values are to be totalled."
msgstr "መጠኑ ከዋጋዎቹ የሚደመሩት"
-#: scfuncs.hrc:994
+#: sc/inc/scfuncs.hrc:994
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Averages the arguments that meet the conditions."
msgstr "ሁኔታዎቹ የሚያሟሉትን ክርክሮች መካከለኛ"
-#: scfuncs.hrc:995
+#: sc/inc/scfuncs.hrc:995
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Range"
msgstr "መጠን"
-#: scfuncs.hrc:996
+#: sc/inc/scfuncs.hrc:996
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "The range to be evaluated by the criteria given."
msgstr "በተሰጠው መመዘኛ መጠናቸው የሚመዘነው"
-#: scfuncs.hrc:997
+#: sc/inc/scfuncs.hrc:997
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Criteria"
msgstr "መመዘኛ"
-#: scfuncs.hrc:998
+#: sc/inc/scfuncs.hrc:998
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "The criteria to be applied to the range."
msgstr "መጠኑ ላይ የሚፈጸመው መመዘኛ"
-#: scfuncs.hrc:999
+#: sc/inc/scfuncs.hrc:999
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Average range"
msgstr "መካከለኛ መጠን"
-#: scfuncs.hrc:1000
+#: sc/inc/scfuncs.hrc:1000
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "The range from which the values are to be averaged."
msgstr "የ መጠን ዋጋዎች መካከለኛው የሚወጣበት"
-#: scfuncs.hrc:1005
+#: sc/inc/scfuncs.hrc:1005
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Totals the values of cells in a range that meet multiple criteria in multiple ranges."
msgstr "በ በርካታ መጠኖች ውስጥ በርካታ መመዘኛ የሚያሟሉ ክፍሎች ጠቅላላ ዋጋ"
-#: scfuncs.hrc:1006
+#: sc/inc/scfuncs.hrc:1006
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Sum range"
msgstr "የ ድምር መጠን"
-#: scfuncs.hrc:1007
+#: sc/inc/scfuncs.hrc:1007
msgctxt "SC_OPCODE_SUM_IFS"
msgid "The range from which the values are to be totalled."
msgstr "መጠኑ ከዋጋዎቹ የሚደመሩት"
-#: scfuncs.hrc:1008
+#: sc/inc/scfuncs.hrc:1008
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Range "
msgstr "መጠን "
-#: scfuncs.hrc:1009
+#: sc/inc/scfuncs.hrc:1009
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr "መጠን 1, መጠን 2,... እነዚህ መጠኖች በተሰጠው መመዘኛ ይገመገማሉ"
-#: scfuncs.hrc:1010
+#: sc/inc/scfuncs.hrc:1010
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Criteria "
msgstr "መመዘኛ "
-#: scfuncs.hrc:1011
+#: sc/inc/scfuncs.hrc:1011
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr "መመዘኛ 1, መመዘኛ 2,... መመዘኛ ናቸው ለተሰጠው መጠን መፈጸሚያ"
-#: scfuncs.hrc:1017
+#: sc/inc/scfuncs.hrc:1017
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Averages the value of the cells that meet multiple criteria in multiple ranges."
msgstr "በ በርካታ መጠኖች ውስጥ በርካታ መመዘኛ የሚያሟሉ ክፍሎች መካከለኛ ዋጋ"
-#: scfuncs.hrc:1018
+#: sc/inc/scfuncs.hrc:1018
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Average range"
msgstr "መካከለኛ መጠን"
-#: scfuncs.hrc:1019
+#: sc/inc/scfuncs.hrc:1019
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "The range from which the values are to be averaged."
msgstr "የ መጠን ዋጋዎች መካከለኛው የሚወጣበት"
-#: scfuncs.hrc:1020
+#: sc/inc/scfuncs.hrc:1020
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Range "
msgstr "መጠን "
-#: scfuncs.hrc:1021
+#: sc/inc/scfuncs.hrc:1021
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr "መጠን 1, መጠን 2,... እነዚህ መጠኖች በተሰጠው መመዘኛ ይገመገማሉ"
-#: scfuncs.hrc:1022
+#: sc/inc/scfuncs.hrc:1022
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Criteria "
msgstr "መመዘኛ "
-#: scfuncs.hrc:1023
+#: sc/inc/scfuncs.hrc:1023
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr "መመዘኛ 1, መመዘኛ 2,... መመዘኛ ናቸው ለተሰጠው መጠን መፈጸሚያ"
-#: scfuncs.hrc:1029
+#: sc/inc/scfuncs.hrc:1029
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Counts the cells that meet multiple criteria in multiple ranges."
msgstr "በ በርካታ መጠኖች ውስጥ በርካታ መመዘኛ የሚያሟሉ ክፍሎች መቁጠሪያ"
-#: scfuncs.hrc:1030
+#: sc/inc/scfuncs.hrc:1030
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Range "
msgstr "መጠን "
-#: scfuncs.hrc:1031
+#: sc/inc/scfuncs.hrc:1031
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr "መጠን 1, መጠን 2,... እነዚህ መጠኖች በተሰጠው መመዘኛ ይገመገማሉ"
-#: scfuncs.hrc:1032
+#: sc/inc/scfuncs.hrc:1032
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Criteria "
msgstr "መመዘኛ "
-#: scfuncs.hrc:1033
+#: sc/inc/scfuncs.hrc:1033
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr "መመዘኛ 1, መመዘኛ 2,... መመዘኛ ናቸው ለተሰጠው መጠን መፈጸሚያ"
-#: scfuncs.hrc:1039
+#: sc/inc/scfuncs.hrc:1039
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Counts the arguments which meet the set conditions."
msgstr "የስብስብ ሁኔታዎቹ የሚያሟሉትን ክርክሮች ይቆጥራል"
-#: scfuncs.hrc:1040
+#: sc/inc/scfuncs.hrc:1040
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Range"
msgstr "መጠን"
-#: scfuncs.hrc:1041
+#: sc/inc/scfuncs.hrc:1041
msgctxt "SC_OPCODE_COUNT_IF"
msgid "The range of cells to be evaluated by the criteria given."
msgstr "በተሰጠው መመዘኛ መጠናቸው የሚመዘነው ክፍሎች"
-#: scfuncs.hrc:1042
+#: sc/inc/scfuncs.hrc:1042
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Criteria"
msgstr "መመዘኛ"
-#: scfuncs.hrc:1043
+#: sc/inc/scfuncs.hrc:1043
msgctxt "SC_OPCODE_COUNT_IF"
msgid "The criteria to be applied to the range."
msgstr "መጠኑ ላይ የሚፈጸመው መመዘኛ"
-#: scfuncs.hrc:1049
+#: sc/inc/scfuncs.hrc:1049
msgctxt "SC_OPCODE_SQRT"
msgid "Returns the square root of a number."
msgstr "የ ቁጥር ስኴር ሩት ይመልሳል"
-#: scfuncs.hrc:1050
+#: sc/inc/scfuncs.hrc:1050
msgctxt "SC_OPCODE_SQRT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1051
+#: sc/inc/scfuncs.hrc:1051
msgctxt "SC_OPCODE_SQRT"
msgid "A positive value for which the square root is to be calculated."
msgstr "አዎንታዊ ዋጋ የ ስኴር ሩት የሚሰላለት"
-#: scfuncs.hrc:1057
+#: sc/inc/scfuncs.hrc:1057
msgctxt "SC_OPCODE_RANDOM"
msgid "Returns a random number between 0 and 1."
msgstr "በ 0 እና በ 1. መካከል ያሉ ቁጥሮችን በነሲብ ይመልሳል"
-#: scfuncs.hrc:1063
+#: sc/inc/scfuncs.hrc:1063
msgctxt "SC_OPCODE_IS_EVEN"
msgid "Returns TRUE if value is an even integer."
msgstr "ዋጋው ሙሉ ቁጥር ከሆነ እውነት ይመልሳል"
-#: scfuncs.hrc:1064
+#: sc/inc/scfuncs.hrc:1064
msgctxt "SC_OPCODE_IS_EVEN"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:1065
+#: sc/inc/scfuncs.hrc:1065
msgctxt "SC_OPCODE_IS_EVEN"
msgid "The value to be tested."
msgstr "የሚሞከረው ዋጋ"
-#: scfuncs.hrc:1071
+#: sc/inc/scfuncs.hrc:1071
msgctxt "SC_OPCODE_IS_ODD"
msgid "Returns TRUE if value is an odd integer."
msgstr "ዋጋው ጎዶሎ ቁጥር ከሆነ እውነት ይመልሳል"
-#: scfuncs.hrc:1072
+#: sc/inc/scfuncs.hrc:1072
msgctxt "SC_OPCODE_IS_ODD"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:1073
+#: sc/inc/scfuncs.hrc:1073
msgctxt "SC_OPCODE_IS_ODD"
msgid "The value to be tested."
msgstr "የሚሞከረው ዋጋ"
-#: scfuncs.hrc:1079
+#: sc/inc/scfuncs.hrc:1079
msgctxt "SC_OPCODE_COMBIN"
msgid "Calculates the number of combinations for elements without repetition."
msgstr "አካላቶቹ ሳይደጋገሙ የ ተቀላቀሉበትን ቁጥር ያሰላል"
-#: scfuncs.hrc:1080
+#: sc/inc/scfuncs.hrc:1080
msgctxt "SC_OPCODE_COMBIN"
msgid "Number 1"
msgstr "ቁጥር 1"
-#: scfuncs.hrc:1081
+#: sc/inc/scfuncs.hrc:1081
msgctxt "SC_OPCODE_COMBIN"
msgid "The total number of elements."
msgstr "ጠቅላላ የአካላቶች ቁጥር"
-#: scfuncs.hrc:1082
+#: sc/inc/scfuncs.hrc:1082
msgctxt "SC_OPCODE_COMBIN"
msgid "Number 2"
msgstr "ቁጥር 2"
-#: scfuncs.hrc:1083
+#: sc/inc/scfuncs.hrc:1083
msgctxt "SC_OPCODE_COMBIN"
msgid "The number of elements selected."
msgstr "የተመረጡት የአካላቶች ቁጥር"
-#: scfuncs.hrc:1089
+#: sc/inc/scfuncs.hrc:1089
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Calculates the number of combinations of elements including repetition."
msgstr "አካላቶቹ ተደጋግመው የ ተቀላቀሉበትን ቁጥር ያሰላል"
-#: scfuncs.hrc:1090
+#: sc/inc/scfuncs.hrc:1090
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Number 1"
msgstr "ቁጥር 1"
-#: scfuncs.hrc:1091
+#: sc/inc/scfuncs.hrc:1091
msgctxt "SC_OPCODE_COMBIN_A"
msgid "The total number of elements."
msgstr "ጠቅላላ የአካላቶች ቁጥር"
-#: scfuncs.hrc:1092
+#: sc/inc/scfuncs.hrc:1092
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Number 2"
msgstr "ቁጥር 2"
-#: scfuncs.hrc:1093
+#: sc/inc/scfuncs.hrc:1093
msgctxt "SC_OPCODE_COMBIN_A"
msgid "The number of elements selected."
msgstr "የተመረጡት የአካላቶች ቁጥር"
-#: scfuncs.hrc:1099
+#: sc/inc/scfuncs.hrc:1099
msgctxt "SC_OPCODE_ARC_COS"
msgid "Returns the arccosine of a number."
msgstr "የ አርክኮሳይን ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1100
+#: sc/inc/scfuncs.hrc:1100
msgctxt "SC_OPCODE_ARC_COS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1101
+#: sc/inc/scfuncs.hrc:1101
msgctxt "SC_OPCODE_ARC_COS"
msgid "A value between -1 and 1 for which the arccosine is to be returned."
msgstr "ዋጋ በ -1 እና በ 1 መካከል ለ አርክኮሳይን ይመልሳል"
-#: scfuncs.hrc:1107
+#: sc/inc/scfuncs.hrc:1107
msgctxt "SC_OPCODE_ARC_SIN"
msgid "Returns the arcsine of a number."
msgstr "የ አርክሳይን ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1108
+#: sc/inc/scfuncs.hrc:1108
msgctxt "SC_OPCODE_ARC_SIN"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1109
+#: sc/inc/scfuncs.hrc:1109
msgctxt "SC_OPCODE_ARC_SIN"
msgid "A value between -1 and 1 for which the arcsine is to be returned."
msgstr "ዋጋ በ -1 እና በ 1 መካከል ለ አርክሳይን ይመልሳል"
-#: scfuncs.hrc:1115
+#: sc/inc/scfuncs.hrc:1115
msgctxt "SC_OPCODE_ARC_COS_HYP"
msgid "Returns the inverse hyperbolic cosine of a number."
msgstr "የ ሀይፐርቦሊክ ኮሳይን ግልባጭ ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1116
+#: sc/inc/scfuncs.hrc:1116
msgctxt "SC_OPCODE_ARC_COS_HYP"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1117
+#: sc/inc/scfuncs.hrc:1117
msgctxt "SC_OPCODE_ARC_COS_HYP"
msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
msgstr "ዋጋ ው የሚበልጥ ወይንም እኩል የሚሆን ከ 1 ጋር የ ሀይፐርቦሊክ ኮሳይን የሚመለስለት"
-#: scfuncs.hrc:1123
+#: sc/inc/scfuncs.hrc:1123
msgctxt "SC_OPCODE_ARC_SIN_HYP"
msgid "Returns the inverse hyperbolic sine of a number."
msgstr "የ ሀይፐርቦሊክ ሳይን ግልባጭ ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1124
+#: sc/inc/scfuncs.hrc:1124
msgctxt "SC_OPCODE_ARC_SIN_HYP"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1125
+#: sc/inc/scfuncs.hrc:1125
msgctxt "SC_OPCODE_ARC_SIN_HYP"
msgid "The value for which the inverse hyperbolic sine is to be returned."
msgstr "ዋጋው የ ሀይፐርቦሊክ ሳይን ግልባጭ የሚመለስለት"
-#: scfuncs.hrc:1131
+#: sc/inc/scfuncs.hrc:1131
msgctxt "SC_OPCODE_ARC_COT"
msgid "Returns the inverse cotangent of a number."
msgstr "የ ኮታንጀንት ግልባጭ ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1132
+#: sc/inc/scfuncs.hrc:1132
msgctxt "SC_OPCODE_ARC_COT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1133
+#: sc/inc/scfuncs.hrc:1133
msgctxt "SC_OPCODE_ARC_COT"
msgid "The value for which the inverse cotangent is to be returned."
msgstr "ዋጋ የ ኮታንጀንት ግልባጭ የሚመለስለት"
-#: scfuncs.hrc:1139
+#: sc/inc/scfuncs.hrc:1139
msgctxt "SC_OPCODE_ARC_TAN"
msgid "Returns the arctangent of a number."
msgstr "የ አርክታንጀንት ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1140
+#: sc/inc/scfuncs.hrc:1140
msgctxt "SC_OPCODE_ARC_TAN"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1141
+#: sc/inc/scfuncs.hrc:1141
msgctxt "SC_OPCODE_ARC_TAN"
msgid "The value for which the arctangent is to be returned."
msgstr "ዋጋ የ አርክታንጀንት የሚመለስለት"
-#: scfuncs.hrc:1147
+#: sc/inc/scfuncs.hrc:1147
msgctxt "SC_OPCODE_ARC_COT_HYP"
msgid "Returns the inverse hyperbolic cotangent of a number."
msgstr "የ ሀይፐርቦሊክ ኮታንጀንት ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1148
+#: sc/inc/scfuncs.hrc:1148
msgctxt "SC_OPCODE_ARC_COT_HYP"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1149
+#: sc/inc/scfuncs.hrc:1149
msgctxt "SC_OPCODE_ARC_COT_HYP"
msgid "A value smaller than -1 or greater than 1 for which the inverse hyperbolic cotangent is to be returned."
msgstr "ዋጋው የሚያንስ ከ -1 ወይንም የሚበልጥ ከ 1 ጋር የ ሀይፐርቦሊክ ኮሳይን ግልባጭ የሚመለስለት"
-#: scfuncs.hrc:1155
+#: sc/inc/scfuncs.hrc:1155
msgctxt "SC_OPCODE_ARC_TAN_HYP"
msgid "Returns the inverse hyperbolic tangent of a number."
msgstr "የ ሀይፐርቦሊክ ታንጀንት ግልባጭ ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1156
+#: sc/inc/scfuncs.hrc:1156
msgctxt "SC_OPCODE_ARC_TAN_HYP"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1157
+#: sc/inc/scfuncs.hrc:1157
msgctxt "SC_OPCODE_ARC_TAN_HYP"
msgid "A value between -1 and 1 for which the inverse hyperbolic tangent is to be returned."
msgstr "ዋጋው በ -1 እና በ 1 መካከል የሆነ የ ሀይፐርቦሊክ ታንጀንት ግልባጭ የሚመለስለት"
-#: scfuncs.hrc:1163
+#: sc/inc/scfuncs.hrc:1163
msgctxt "SC_OPCODE_COS"
msgid "Returns the cosine of a number."
msgstr "ለ ቁጥር ኮሳይን ይመልሳል"
-#: scfuncs.hrc:1164
+#: sc/inc/scfuncs.hrc:1164
msgctxt "SC_OPCODE_COS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1165
+#: sc/inc/scfuncs.hrc:1165
msgctxt "SC_OPCODE_COS"
msgid "The angle in the radians for which the cosine is to be returned."
msgstr "አንግል በ ራዲያንስ ኮሳይን የሚመለስለት"
-#: scfuncs.hrc:1171
+#: sc/inc/scfuncs.hrc:1171
msgctxt "SC_OPCODE_SIN"
msgid "Returns the sine of a number."
msgstr "ለ ቁጥር ሳይን ይመልሳል"
-#: scfuncs.hrc:1172
+#: sc/inc/scfuncs.hrc:1172
msgctxt "SC_OPCODE_SIN"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1173
+#: sc/inc/scfuncs.hrc:1173
msgctxt "SC_OPCODE_SIN"
msgid "The angle in radians for which the sine is to be calculated."
msgstr "The angle in radians for which the sine is to be calculated."
-#: scfuncs.hrc:1179
+#: sc/inc/scfuncs.hrc:1179
msgctxt "SC_OPCODE_COT"
msgid "Returns the cotangent of a number."
msgstr "ኮታንጀንት ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1180
+#: sc/inc/scfuncs.hrc:1180
msgctxt "SC_OPCODE_COT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1181
+#: sc/inc/scfuncs.hrc:1181
msgctxt "SC_OPCODE_COT"
msgid "The angle in radians whose cotangent value is to be returned."
msgstr "አንግል በ ራዲያንስ የ ኮታንጀንት ዋጋ የሚመለስለት"
-#: scfuncs.hrc:1187
+#: sc/inc/scfuncs.hrc:1187
msgctxt "SC_OPCODE_TAN"
msgid "Returns the tangent of a number."
msgstr "ታንጀንት ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1188
+#: sc/inc/scfuncs.hrc:1188
msgctxt "SC_OPCODE_TAN"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1189
+#: sc/inc/scfuncs.hrc:1189
msgctxt "SC_OPCODE_TAN"
msgid "The angle in radians for which the tangent is to be calculated."
msgstr "አንግል በ ራዲያንስ ታንጀንት ዋጋ የሚመለስለት"
-#: scfuncs.hrc:1195
+#: sc/inc/scfuncs.hrc:1195
msgctxt "SC_OPCODE_COS_HYP"
msgid "Returns the hyperbolic cosine of a number."
msgstr "የ ሀይፐርቦሊክ ኮሳይን ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1196
+#: sc/inc/scfuncs.hrc:1196
msgctxt "SC_OPCODE_COS_HYP"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1197
+#: sc/inc/scfuncs.hrc:1197
msgctxt "SC_OPCODE_COS_HYP"
msgid "The value for which the hyperbolic cosine is to be returned."
msgstr "ዋጋ የ ሀይፐርቦሊክ ኮሳይን የሚመለስለት"
-#: scfuncs.hrc:1203
+#: sc/inc/scfuncs.hrc:1203
msgctxt "SC_OPCODE_SIN_HYP"
msgid "Returns the hyperbolic sine of a number."
msgstr "የ ሀይፐርቦሊክ ሳይን ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1204
+#: sc/inc/scfuncs.hrc:1204
msgctxt "SC_OPCODE_SIN_HYP"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1205
+#: sc/inc/scfuncs.hrc:1205
msgctxt "SC_OPCODE_SIN_HYP"
msgid "The value for which the hyperbolic sine is to be calculated."
msgstr "ዋጋው የ ሀይፐርቦሊክ ሳይን የሚሰላለት"
-#: scfuncs.hrc:1211
+#: sc/inc/scfuncs.hrc:1211
msgctxt "SC_OPCODE_COT_HYP"
msgid "Returns the hyperbolic cotangent of a number."
msgstr "የ ሀይፐርቦሊክ ኮታንጀንት ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1212
+#: sc/inc/scfuncs.hrc:1212
msgctxt "SC_OPCODE_COT_HYP"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1213
+#: sc/inc/scfuncs.hrc:1213
msgctxt "SC_OPCODE_COT_HYP"
msgid "A value not equal to 0 for which the hyperbolic cotangent is to be returned."
msgstr "ዋጋው እኩል ያልሆነ ከ 0 ጋር የ ሀይፐርቦሊክ ኮታንጀንት የሚመለስለት"
-#: scfuncs.hrc:1219
+#: sc/inc/scfuncs.hrc:1219
msgctxt "SC_OPCODE_TAN_HYP"
msgid "Returns the hyperbolic tangent of a number."
msgstr "የ ሀይፐርቦሊክ ታንጀንት ለ ቁጥር ይመልሳል"
-#: scfuncs.hrc:1220
+#: sc/inc/scfuncs.hrc:1220
msgctxt "SC_OPCODE_TAN_HYP"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1221
+#: sc/inc/scfuncs.hrc:1221
msgctxt "SC_OPCODE_TAN_HYP"
msgid "The value for which the hyperbolic tangent is to be calculated."
msgstr "ዋጋ የ ሀይፐርቦሊክ ታንጀንት የሚሰላለት"
-#: scfuncs.hrc:1227
+#: sc/inc/scfuncs.hrc:1227
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Returns the arctangent for the specified coordinates."
msgstr "አርክ ታንጀንት ለ ተወሰነ coordinates. ይመልሳል"
-#: scfuncs.hrc:1228
+#: sc/inc/scfuncs.hrc:1228
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Number X"
msgstr "ቁጥር X"
-#: scfuncs.hrc:1229
+#: sc/inc/scfuncs.hrc:1229
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "The value for the X coordinate."
msgstr "የ X መገናኛ ዋጋ"
-#: scfuncs.hrc:1230
+#: sc/inc/scfuncs.hrc:1230
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Number Y"
msgstr "ቁጥር Y"
-#: scfuncs.hrc:1231
+#: sc/inc/scfuncs.hrc:1231
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "The value for the Y coordinate."
msgstr "የ Y መገናኛ ዋጋ"
-#: scfuncs.hrc:1237
+#: sc/inc/scfuncs.hrc:1237
msgctxt "SC_OPCODE_COSECANT"
msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
msgstr "የ አንግል ኮሴካንት ይመልሳል: ኮሴካንት(x)=1/ሳይን(x)"
-#: scfuncs.hrc:1238
+#: sc/inc/scfuncs.hrc:1238
msgctxt "SC_OPCODE_COSECANT"
msgid "Angle"
msgstr "አንግል"
-#: scfuncs.hrc:1239
+#: sc/inc/scfuncs.hrc:1239
msgctxt "SC_OPCODE_COSECANT"
msgid "The angle in radians for which the cosecant is to be calculated."
msgstr "አንግል በ ራዲያንስ ውስጥ ኮሴካንት የሚሰላበት"
-#: scfuncs.hrc:1245
+#: sc/inc/scfuncs.hrc:1245
msgctxt "SC_OPCODE_SECANT"
msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
msgstr "የ አንግል ሴካንት ይመልሳል: ሴካንት(x)=1/ኮስ(x)"
-#: scfuncs.hrc:1246
+#: sc/inc/scfuncs.hrc:1246
msgctxt "SC_OPCODE_SECANT"
msgid "Angle"
msgstr "አንግል"
-#: scfuncs.hrc:1247
+#: sc/inc/scfuncs.hrc:1247
msgctxt "SC_OPCODE_SECANT"
msgid "The angle in radians for which the secant is to be calculated."
msgstr "አንግል በ ራዲያንስ ውስጥ ሴካንት የሚሰላበት"
-#: scfuncs.hrc:1253
+#: sc/inc/scfuncs.hrc:1253
msgctxt "SC_OPCODE_COSECANT_HYP"
msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
msgstr "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
-#: scfuncs.hrc:1254
+#: sc/inc/scfuncs.hrc:1254
msgctxt "SC_OPCODE_COSECANT_HYP"
msgid "Angle"
msgstr "አንግል"
-#: scfuncs.hrc:1255
+#: sc/inc/scfuncs.hrc:1255
msgctxt "SC_OPCODE_COSECANT_HYP"
msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
msgstr "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
-#: scfuncs.hrc:1261
+#: sc/inc/scfuncs.hrc:1261
msgctxt "SC_OPCODE_SECANT_HYP"
msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
msgstr "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
-#: scfuncs.hrc:1262
+#: sc/inc/scfuncs.hrc:1262
msgctxt "SC_OPCODE_SECANT_HYP"
msgid "Angle"
msgstr "አንግል"
-#: scfuncs.hrc:1263
+#: sc/inc/scfuncs.hrc:1263
msgctxt "SC_OPCODE_SECANT_HYP"
msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
msgstr "የ ሀይፐርቦሊክ አንግል በ ራዲያንስ ውስጥ የ ሀይፐርቦሊክ ሴካንት የሚሰላበት"
-#: scfuncs.hrc:1269
+#: sc/inc/scfuncs.hrc:1269
msgctxt "SC_OPCODE_DEG"
msgid "Converts a radian to degrees"
msgstr "ራዲያን ወደ ዲግሪ መቀየሪያ"
-#: scfuncs.hrc:1270
+#: sc/inc/scfuncs.hrc:1270
msgctxt "SC_OPCODE_DEG"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1271
+#: sc/inc/scfuncs.hrc:1271
msgctxt "SC_OPCODE_DEG"
msgid "The angle in a radian"
msgstr "አንግል በ ራዲያን"
-#: scfuncs.hrc:1277
+#: sc/inc/scfuncs.hrc:1277
msgctxt "SC_OPCODE_RAD"
msgid "Converts degrees to radians"
msgstr "ዲግሪዎች ወደ ራዲያንስ መቀየሪያ"
-#: scfuncs.hrc:1278
+#: sc/inc/scfuncs.hrc:1278
msgctxt "SC_OPCODE_RAD"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1279
+#: sc/inc/scfuncs.hrc:1279
msgctxt "SC_OPCODE_RAD"
msgid "The angle in degrees."
msgstr "አንግል በ ዲግሪዎች"
-#: scfuncs.hrc:1285
+#: sc/inc/scfuncs.hrc:1285
msgctxt "SC_OPCODE_EXP"
msgid "Calculates the exponent for basis e."
msgstr "ለ ኤክስፖነንት መሰረት e. ማስሊያ"
-#: scfuncs.hrc:1286
+#: sc/inc/scfuncs.hrc:1286
msgctxt "SC_OPCODE_EXP"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1287
+#: sc/inc/scfuncs.hrc:1287
msgctxt "SC_OPCODE_EXP"
msgid "The exponent applied to base e."
msgstr "ኤክስፖነንት ይፈጸማል ለ መሰረት e."
-#: scfuncs.hrc:1293
+#: sc/inc/scfuncs.hrc:1293
msgctxt "SC_OPCODE_LOG"
msgid "Calculates the logarithm to any specified base."
msgstr "Calculates the logarithm to any specified base."
-#: scfuncs.hrc:1294
+#: sc/inc/scfuncs.hrc:1294
msgctxt "SC_OPCODE_LOG"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1295
+#: sc/inc/scfuncs.hrc:1295
msgctxt "SC_OPCODE_LOG"
msgid "A value greater than 0 for which the logarithm is to be calculated."
msgstr "A value greater than 0 for which the logarithm is to be calculated."
-#: scfuncs.hrc:1296
+#: sc/inc/scfuncs.hrc:1296
msgctxt "SC_OPCODE_LOG"
msgid "Base"
msgstr "መሰረት"
-#: scfuncs.hrc:1297
+#: sc/inc/scfuncs.hrc:1297
msgctxt "SC_OPCODE_LOG"
msgid "The base of the logarithm. If omitted, the base is regarded as 10."
msgstr "The base of the logarithm. If omitted, the base is regarded as 10."
-#: scfuncs.hrc:1303
+#: sc/inc/scfuncs.hrc:1303
msgctxt "SC_OPCODE_LN"
msgid "Calculates the natural logarithm of a number."
msgstr "የ ተፈጥሯዊ ሎጋሪዝም ለ ቁጥር ማስሊያ"
-#: scfuncs.hrc:1304
+#: sc/inc/scfuncs.hrc:1304
msgctxt "SC_OPCODE_LN"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1305
+#: sc/inc/scfuncs.hrc:1305
msgctxt "SC_OPCODE_LN"
msgid "A value greater than 0 for which the natural logarithm is to be calculated."
msgstr "ዋጋው የሚበልጥ ከ 0 የ ተፈጥሯዊ ሎጋሪዝም የሚሰላለት"
-#: scfuncs.hrc:1311
+#: sc/inc/scfuncs.hrc:1311
msgctxt "SC_OPCODE_LOG10"
msgid "Calculates the base-10 logarithm of a number."
msgstr "መሰረት-10 ሎጋሪዝም የ ቁጥር ያሰላል"
-#: scfuncs.hrc:1312
+#: sc/inc/scfuncs.hrc:1312
msgctxt "SC_OPCODE_LOG10"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1313
+#: sc/inc/scfuncs.hrc:1313
msgctxt "SC_OPCODE_LOG10"
msgid "A value greater than 0 for which the logarithm is to be calculated."
msgstr "A value greater than 0 for which the logarithm is to be calculated."
-#: scfuncs.hrc:1319
+#: sc/inc/scfuncs.hrc:1319
msgctxt "SC_OPCODE_FACT"
msgid "Calculates the factorial of a number."
msgstr "የ ቁጥር ፋክቶሪያል ያሰላል"
-#: scfuncs.hrc:1320
+#: sc/inc/scfuncs.hrc:1320
msgctxt "SC_OPCODE_FACT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1321
+#: sc/inc/scfuncs.hrc:1321
msgctxt "SC_OPCODE_FACT"
msgid "The number for which the factorial is to be calculated."
msgstr "ቁጥር ፋክቶሪያል የሚሰላለት"
-#: scfuncs.hrc:1327
+#: sc/inc/scfuncs.hrc:1327
msgctxt "SC_OPCODE_MOD"
msgid "Calculates the remainder of a division."
msgstr "የ ማካፈያውን ቀሪ ያሰላል"
-#: scfuncs.hrc:1328
+#: sc/inc/scfuncs.hrc:1328
msgctxt "SC_OPCODE_MOD"
msgid "Dividend"
msgstr "አካፋይ"
-#: scfuncs.hrc:1329
+#: sc/inc/scfuncs.hrc:1329
msgctxt "SC_OPCODE_MOD"
msgid "The number to be divided."
msgstr "ለስንት ቁጥር ያካፈል"
-#: scfuncs.hrc:1330
+#: sc/inc/scfuncs.hrc:1330
msgctxt "SC_OPCODE_MOD"
msgid "Divisor"
msgstr "ተካፋይ"
-#: scfuncs.hrc:1331
+#: sc/inc/scfuncs.hrc:1331
msgctxt "SC_OPCODE_MOD"
msgid "The number by which the dividend is divided."
msgstr "አካፋዩ ለስንት ቁጥር ተካፋዮች እንደሚካፈል"
-#: scfuncs.hrc:1337
+#: sc/inc/scfuncs.hrc:1337
msgctxt "SC_OPCODE_PLUS_MINUS"
msgid "Returns the algebraic sign of a number."
msgstr "Returns the algebraic sign of a number."
-#: scfuncs.hrc:1338
+#: sc/inc/scfuncs.hrc:1338
msgctxt "SC_OPCODE_PLUS_MINUS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1339
+#: sc/inc/scfuncs.hrc:1339
msgctxt "SC_OPCODE_PLUS_MINUS"
msgid "The number for which the algebraic sign is to be determined."
msgstr "The number for which the algebraic sign is to be determined."
-#: scfuncs.hrc:1345
+#: sc/inc/scfuncs.hrc:1345
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Calculates subtotals in a spreadsheet."
msgstr "በሰንጠረዥ ውስጥ ንዑስ ጠቅላላ ማስሊያ"
-#: scfuncs.hrc:1346
+#: sc/inc/scfuncs.hrc:1346
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Function"
msgstr "ተግባር"
-#: scfuncs.hrc:1347
+#: sc/inc/scfuncs.hrc:1347
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Function index. Is an index of the possible functions Total, Max, ..."
msgstr "የ ተግባር ማውጫ: በጠቅላላው ከፍተኛው የሚቻሉ ተግባሮች ማውጫ ነው..."
-#: scfuncs.hrc:1348
+#: sc/inc/scfuncs.hrc:1348
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Range"
msgstr "መጠን"
-#: scfuncs.hrc:1349
+#: sc/inc/scfuncs.hrc:1349
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "The cells of the range which are to be taken into account."
msgstr "የክፍሎቹ መጠን ግምት ውስጥ የሚገባበት"
-#: scfuncs.hrc:1355
+#: sc/inc/scfuncs.hrc:1355
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Calculates an aggregate in a spreadsheet."
msgstr "በ ሰንጠረዥ ውስጥ ስብስብ ማስሊያ"
-#: scfuncs.hrc:1356
+#: sc/inc/scfuncs.hrc:1356
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Function"
msgstr "ተግባር"
-#: scfuncs.hrc:1357
+#: sc/inc/scfuncs.hrc:1357
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Function index. Is an index of the possible functions Total, Max, ..."
msgstr "የተግባር ማውጫ ፡ በጠቅላላው ከፍተኛው የሚቻሉ ተግባሮች ማውጫ ነው..."
-#: scfuncs.hrc:1358
+#: sc/inc/scfuncs.hrc:1358
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Options"
msgstr "ምርጫዎች"
-#: scfuncs.hrc:1359
+#: sc/inc/scfuncs.hrc:1359
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Option index. Is an index of the possible ignore options."
msgstr "የ ምርጫ ማውጫ: ለ መተው የሚቻለው ምርጫ ማውጫ ነው"
-#: scfuncs.hrc:1360
+#: sc/inc/scfuncs.hrc:1360
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Reference 1 or array"
msgstr "ማመሳከሪያ 1 ወይንም ማዘጋጃ"
-#: scfuncs.hrc:1361
+#: sc/inc/scfuncs.hrc:1361
msgctxt "SC_OPCODE_AGGREGATE"
msgid "The cell(s) of the range which are to be taken into account."
msgstr "የክፍል(ሎቹ) መጠን ግምት ውስጥ የሚገባበት"
-#: scfuncs.hrc:1362
+#: sc/inc/scfuncs.hrc:1362
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Reference 2..n or k "
msgstr "ማመሳከሪያ 2..n ወይንም k "
-#: scfuncs.hrc:1363
+#: sc/inc/scfuncs.hrc:1363
msgctxt "SC_OPCODE_AGGREGATE"
msgid "The cells of the range which are to be taken into account or mandatory 2nd argument for certain functions."
msgstr "ክፍሎቹ እንደ መጠን የሚወሰዱት ወደ መግለጫ ወይንም እንደ አስፈላጊ ለ 2ኛ ክርክር ለ አንዳንድ ተግባሮች ያስፈልጋል"
-#: scfuncs.hrc:1369
+#: sc/inc/scfuncs.hrc:1369
msgctxt "SC_OPCODE_INT"
msgid "Rounds a number down to the nearest integer."
msgstr "ወደ ታች የሚጠጋጋው ቁጥር ወደ ቅርቡ ኢንቲጀር"
-#: scfuncs.hrc:1370
+#: sc/inc/scfuncs.hrc:1370
msgctxt "SC_OPCODE_INT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1371
+#: sc/inc/scfuncs.hrc:1371
msgctxt "SC_OPCODE_INT"
msgid "The number to be rounded down."
msgstr "ወደ ታች የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1377
+#: sc/inc/scfuncs.hrc:1377
msgctxt "SC_OPCODE_TRUNC"
msgid "Truncates the decimal places of a number."
msgstr "የሚቆረጡት የዴሲማል ቁጥር ቦታዎች"
-#: scfuncs.hrc:1378
+#: sc/inc/scfuncs.hrc:1378
msgctxt "SC_OPCODE_TRUNC"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1379
+#: sc/inc/scfuncs.hrc:1379
msgctxt "SC_OPCODE_TRUNC"
msgid "The number to be truncated."
msgstr "የሚቆረጠው ቁጥር"
-#: scfuncs.hrc:1380
+#: sc/inc/scfuncs.hrc:1380
msgctxt "SC_OPCODE_TRUNC"
msgid "Count"
msgstr "መቁጠሪያ"
-#: scfuncs.hrc:1381
+#: sc/inc/scfuncs.hrc:1381
msgctxt "SC_OPCODE_TRUNC"
msgid "The number of places after the decimal point that are not to be truncated."
msgstr "ከዴሲማል ቦታ በኋላ የማይቆረጡት ቁጥሮች መጠን"
-#: scfuncs.hrc:1387
+#: sc/inc/scfuncs.hrc:1387
msgctxt "SC_OPCODE_ROUND"
msgid "Rounds a number to a predefined accuracy."
msgstr "ቀደም ብሎ በተገለጸው ትክክለኛነት ቁጥር ማጠጋጊያ"
-#: scfuncs.hrc:1388
+#: sc/inc/scfuncs.hrc:1388
msgctxt "SC_OPCODE_ROUND"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1389
+#: sc/inc/scfuncs.hrc:1389
msgctxt "SC_OPCODE_ROUND"
msgid "The number to be rounded."
msgstr "የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1390
+#: sc/inc/scfuncs.hrc:1390
msgctxt "SC_OPCODE_ROUND"
msgid "Count"
msgstr "መቁጠሪያ"
-#: scfuncs.hrc:1391
+#: sc/inc/scfuncs.hrc:1391
msgctxt "SC_OPCODE_ROUND"
msgid "The number of places to which a number is to be rounded."
msgstr "የሚጠጋጋው የቁጥር ቦታ"
-#: scfuncs.hrc:1397
+#: sc/inc/scfuncs.hrc:1397
msgctxt "SC_OPCODE_ROUND_UP"
msgid "Rounds a number up to the predefined accuracy."
msgstr "ቀደም ብሎ በተገለጸው ትክክለኛነት ቁጥር ማጠጋጊያ"
-#: scfuncs.hrc:1398
+#: sc/inc/scfuncs.hrc:1398
msgctxt "SC_OPCODE_ROUND_UP"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1399
+#: sc/inc/scfuncs.hrc:1399
msgctxt "SC_OPCODE_ROUND_UP"
msgid "The number to be rounded up."
msgstr "ወደ ላይ የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1400
+#: sc/inc/scfuncs.hrc:1400
msgctxt "SC_OPCODE_ROUND_UP"
msgid "Count"
msgstr "መቁጠሪያ"
-#: scfuncs.hrc:1401
+#: sc/inc/scfuncs.hrc:1401
msgctxt "SC_OPCODE_ROUND_UP"
msgid "The number of places to which a number is to be rounded."
msgstr "የሚጠጋጋው የቁጥር ቦታ"
-#: scfuncs.hrc:1407
+#: sc/inc/scfuncs.hrc:1407
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "Rounds a number down to a predefined accuracy."
msgstr "ቀደም ብሎ በተገለጸው ትክክለኛነት ቁጥር ማጠጋጊያ"
-#: scfuncs.hrc:1408
+#: sc/inc/scfuncs.hrc:1408
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1409
+#: sc/inc/scfuncs.hrc:1409
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "The number to be rounded down."
msgstr "ወደ ታች የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1410
+#: sc/inc/scfuncs.hrc:1410
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "Count"
msgstr "መቁጠሪያ"
-#: scfuncs.hrc:1411
+#: sc/inc/scfuncs.hrc:1411
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "The number of places down to which a number is to be rounded."
msgstr "የሚጠጋጋው የቁጥር ቦታ"
-#: scfuncs.hrc:1417
+#: sc/inc/scfuncs.hrc:1417
msgctxt "SC_OPCODE_EVEN"
msgid "Rounds a positive number up and negative number down to the nearest even integer."
msgstr "አዎንታዊ ቁጥሮችን ወደ ላይ ማጠጋጊያ እና አሉታዊ ቁጥሮችን ወደ ታች ማጠጋጊያ ወደ ሚቀጥለው ሙሉ ኢንቲጀር"
-#: scfuncs.hrc:1418
+#: sc/inc/scfuncs.hrc:1418
msgctxt "SC_OPCODE_EVEN"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1419
+#: sc/inc/scfuncs.hrc:1419
msgctxt "SC_OPCODE_EVEN"
msgid "The number to be rounded up."
msgstr "ወደ ላይ የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1425
+#: sc/inc/scfuncs.hrc:1425
msgctxt "SC_OPCODE_ODD"
msgid "Rounds a positive number up and negative number down to the nearest odd integer."
msgstr "አዎንታዊ ቁጥሮችን ወደ ላይ ማጠጋጊያ እና አሉታዊ ቁጥሮችን ወደ ታች ማጠጋጊያ ወደ ሚቀጥለው ጎዶሎ ኢንቲጀር"
-#: scfuncs.hrc:1426
+#: sc/inc/scfuncs.hrc:1426
msgctxt "SC_OPCODE_ODD"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1427
+#: sc/inc/scfuncs.hrc:1427
msgctxt "SC_OPCODE_ODD"
msgid "The number to be rounded up."
msgstr "ወደ ላይ የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1433
+#: sc/inc/scfuncs.hrc:1433
msgctxt "SC_OPCODE_CEIL_MS"
msgid ""
"Rounds a number away from zero to the nearest multiple of significance.\n"
@@ -6367,182 +6322,182 @@ msgstr ""
"ቁጥር ከ ዜሮ ወዲያ አጠገብ ማጠጋጊያ: ወደ ፍጹም ያለ ቀሪ አካፋይ ዋጋ እንደ አስፈላጊነቱ\n"
"ይህ ተግባር ይኖራል ለ interoperability with Microsoft Excel 2007 ወይንም አሮጌ እትሞች ውስጥ"
-#: scfuncs.hrc:1434
+#: sc/inc/scfuncs.hrc:1434
msgctxt "SC_OPCODE_CEIL_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1435
+#: sc/inc/scfuncs.hrc:1435
msgctxt "SC_OPCODE_CEIL_MS"
msgid "The number to be rounded up."
msgstr "ወደ ላይ የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1436
+#: sc/inc/scfuncs.hrc:1436
msgctxt "SC_OPCODE_CEIL_MS"
msgid "Significance"
msgstr "አስፈላጊነቱ"
-#: scfuncs.hrc:1437
+#: sc/inc/scfuncs.hrc:1437
msgctxt "SC_OPCODE_CEIL_MS"
msgid "The number to whose multiple the value is rounded."
msgstr "ቁጥሩ ያለ ቀሪ አካፋይ ዋጋ የሚጠጋጋው"
-#: scfuncs.hrc:1443
+#: sc/inc/scfuncs.hrc:1443
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "Rounds a number up to the nearest multiple of significance, regardless of sign of significance."
msgstr "ቁጥር ወደ ላይ ማጠጋጊያ ወደ ቅርቡ አስፈላጊ ያለ ቀሪ አካፋይ"
-#: scfuncs.hrc:1444
+#: sc/inc/scfuncs.hrc:1444
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1445
+#: sc/inc/scfuncs.hrc:1445
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "The number to be rounded up."
msgstr "ወደ ላይ የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1446
+#: sc/inc/scfuncs.hrc:1446
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "Significance"
msgstr "አስፈላጊነቱ"
-#: scfuncs.hrc:1447
+#: sc/inc/scfuncs.hrc:1447
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "The number to whose multiple the value is rounded."
msgstr "ቁጥሩ ያለ ቀሪ አካፋይ ዋጋ የሚጠጋጋው"
-#: scfuncs.hrc:1453
+#: sc/inc/scfuncs.hrc:1453
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "Rounds a number up to the nearest multiple of significance, regardless of sign of significance."
msgstr "ቁጥር ወደ ላይ ማጠጋጊያ ወደ ቅርቡ አስፈላጊ ያለ ቀሪ አካፋይ"
-#: scfuncs.hrc:1454
+#: sc/inc/scfuncs.hrc:1454
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1455
+#: sc/inc/scfuncs.hrc:1455
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "The number to be rounded up."
msgstr "ወደ ላይ የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1456
+#: sc/inc/scfuncs.hrc:1456
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "Significance"
msgstr "አስፈላጊነቱ"
-#: scfuncs.hrc:1457
+#: sc/inc/scfuncs.hrc:1457
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "The number to whose multiple the value is rounded."
msgstr "ቁጥሩ ያለ ቀሪ አካፋይ ዋጋ የሚጠጋጋው"
-#: scfuncs.hrc:1463
+#: sc/inc/scfuncs.hrc:1463
msgctxt "SC_OPCODE_CEIL"
msgid "Rounds a number up to the nearest multiple of significance."
msgstr "ቁጥሮችን ማጠጋጊያ ወደ ቅርቡ አስፈላጊ ያለ ቀሪ አካፋይ"
-#: scfuncs.hrc:1464
+#: sc/inc/scfuncs.hrc:1464
msgctxt "SC_OPCODE_CEIL"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1465
+#: sc/inc/scfuncs.hrc:1465
msgctxt "SC_OPCODE_CEIL"
msgid "The number to be rounded up."
msgstr "ወደ ላይ የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1466
+#: sc/inc/scfuncs.hrc:1466
msgctxt "SC_OPCODE_CEIL"
msgid "Significance"
msgstr "አስፈላጊነቱ"
-#: scfuncs.hrc:1467
+#: sc/inc/scfuncs.hrc:1467
msgctxt "SC_OPCODE_CEIL"
msgid "If given the number to whose multiple the value is rounded, else -1 or 1 depending on sign of Number."
msgstr "ቁጥር ከ ተሰጠ የ ዋጋው መጠን የሚጠጋጋው ወደ ያለ ምንም ቀሪ አካፋይ: ያለ በለዚያ -1 ወይንም 1 እንደ ቁጥሩ ምልክት አይነት ይወሰናል"
-#: scfuncs.hrc:1468
+#: sc/inc/scfuncs.hrc:1468
msgctxt "SC_OPCODE_CEIL"
msgid "Mode"
msgstr "ዘዴ"
-#: scfuncs.hrc:1469
+#: sc/inc/scfuncs.hrc:1469
msgctxt "SC_OPCODE_CEIL"
msgid "If given and not equal to zero then rounded up according to amount when a negative number and significance."
msgstr "ከተሰጠ እና ከዜሮ እኩል ካልሆነ እንደ መጠኑ ይጠጋጋል አሉታዊ ቁጥርም እና እንደ አስፈላጊነቱ"
-#: scfuncs.hrc:1475
+#: sc/inc/scfuncs.hrc:1475
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Rounds a number up to the nearest multiple of significance."
msgstr "ቁጥሮችን ማጠጋጊያ ወደ ቅርቡ አስፈላጊ ያለ ቀሪ አካፋይ"
-#: scfuncs.hrc:1476
+#: sc/inc/scfuncs.hrc:1476
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1477
+#: sc/inc/scfuncs.hrc:1477
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "The number to be rounded up."
msgstr "ወደ ላይ የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1478
+#: sc/inc/scfuncs.hrc:1478
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Significance"
msgstr "አስፈላጊነቱ"
-#: scfuncs.hrc:1479
+#: sc/inc/scfuncs.hrc:1479
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "If given the number to whose multiple the value is rounded, else 1."
msgstr "ቁጥር ከ ተሰጠ የ ዋጋው መጠን የሚጠጋጋው ወደ ያለ ምንም ቀሪ አካፋይ: ያለ በለዚያ 1 ነው"
-#: scfuncs.hrc:1480
+#: sc/inc/scfuncs.hrc:1480
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Mode"
msgstr "ዘዴ"
-#: scfuncs.hrc:1481
+#: sc/inc/scfuncs.hrc:1481
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "For negative numbers; if given and not equal to zero then rounds away from zero, else rounds towards zero."
msgstr "ለ አሉታዊ ቁጥሮች: ከተሰጠ እና ከ ዜሮ እኩል ካልሆነ ወይንም ከ ዜሮ ካነሰ ወደ ዜሮ ይጠጋጋል"
-#: scfuncs.hrc:1487
+#: sc/inc/scfuncs.hrc:1487
msgctxt "SC_OPCODE_FLOOR"
msgid "Rounds number down to the nearest multiple of significance."
msgstr "ቁጥሮችን ወደ ታች ማጠጋጊያ ወደ ቅርቡ አስፈላጊ ያለ ቀሪ አካፋይ"
-#: scfuncs.hrc:1488
+#: sc/inc/scfuncs.hrc:1488
msgctxt "SC_OPCODE_FLOOR"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1489
+#: sc/inc/scfuncs.hrc:1489
msgctxt "SC_OPCODE_FLOOR"
msgid "The number to be rounded down."
msgstr "ወደ ታች የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1490
+#: sc/inc/scfuncs.hrc:1490
msgctxt "SC_OPCODE_FLOOR"
msgid "Significance"
msgstr "አስፈላጊነቱ"
-#: scfuncs.hrc:1491
+#: sc/inc/scfuncs.hrc:1491
msgctxt "SC_OPCODE_FLOOR"
msgid "The number to whose multiple the value is to be rounded down."
msgstr "ቁጥሩ ያለ ቀሪ አካፋይ ዋጋ ወደ ታች የሚጠጋጋው"
-#: scfuncs.hrc:1492
+#: sc/inc/scfuncs.hrc:1492
msgctxt "SC_OPCODE_FLOOR"
msgid "Mode"
msgstr "ዘዴ"
-#: scfuncs.hrc:1493
+#: sc/inc/scfuncs.hrc:1493
msgctxt "SC_OPCODE_FLOOR"
msgid "If given and not equal to zero then rounded towards zero with negative number and significance."
msgstr "ከተሰጠ እና ከ ዜሮ ጋር እኩል ካልሆነ እንደ መጠኑ ወደ ዜሮ ጋር ይጠጋጋል ከ አሉታዊ ቁጥር ጋር እና እንደ አስፈላጊነቱ"
-#: scfuncs.hrc:1499
+#: sc/inc/scfuncs.hrc:1499
msgctxt "SC_OPCODE_FLOOR_MS"
msgid ""
"Rounds number towards zero to the nearest multiple of absolute value of significance.\n"
@@ -6551,7230 +6506,7240 @@ msgstr ""
"ቁጥር ወደ ዜሮ አጠገብ ማጠጋጊያ ወደ ፍጹም ያለ ቀሪ አካፋይ ዋጋ እንደ አስፈላጊነቱ \n"
"ይህ ተግባር ይኖራል ለ interoperability with Microsoft Excel 2007 ወይንም አሮጌ እትሞች"
-#: scfuncs.hrc:1500
+#: sc/inc/scfuncs.hrc:1500
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1501
+#: sc/inc/scfuncs.hrc:1501
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "The number to be rounded down."
msgstr "ወደ ታች የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1502
+#: sc/inc/scfuncs.hrc:1502
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "Significance"
msgstr "አስፈላጊነቱ"
-#: scfuncs.hrc:1503
+#: sc/inc/scfuncs.hrc:1503
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "The number to whose multiple the value is to be rounded down."
msgstr "ቁጥሩ ያለ ቀሪ አካፋይ ዋጋ ወደ ታች የሚጠጋጋው"
-#: scfuncs.hrc:1509
+#: sc/inc/scfuncs.hrc:1509
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Rounds number down to the nearest multiple of significance, regardless of sign of significance."
msgstr "ቁጥር ወደ ታች ማጠጋጊያ ወደ ቅርቡ አስፈላጊ ያለ ቀሪ አካፋይ"
-#: scfuncs.hrc:1510
+#: sc/inc/scfuncs.hrc:1510
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1511
+#: sc/inc/scfuncs.hrc:1511
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "The number to be rounded down."
msgstr "ወደ ታች የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1512
+#: sc/inc/scfuncs.hrc:1512
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Significance"
msgstr "አስፈላጊነቱ"
-#: scfuncs.hrc:1513
+#: sc/inc/scfuncs.hrc:1513
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "The number to whose multiple the value is to be rounded down."
msgstr "ቁጥሩ ያለ ቀሪ አካፋይ ዋጋ ወደ ታች የሚጠጋጋው"
-#: scfuncs.hrc:1514
+#: sc/inc/scfuncs.hrc:1514
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Mode"
msgstr "ዘዴ"
-#: scfuncs.hrc:1515
+#: sc/inc/scfuncs.hrc:1515
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "For negative numbers; if given and not equal to or less than zero rounds towards zero."
msgstr "ለ አሉታዊ ቁጥሮች: ከተሰጠ እና ከ ዜሮ እኩል ካልሆነ ወይንም ከ ዜሮ ካነሰ ወደ ዜሮ ይጠጋጋል"
-#: scfuncs.hrc:1521
+#: sc/inc/scfuncs.hrc:1521
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "Rounds number down (towards -∞) to the nearest multiple of significance."
msgstr "ቁጥሮችን ወደ ታች ማጠጋጊያ (ወደ -∞) ወደ ቅርቡ አስፈላጊ ያለ ቀሪ ተካፋይ"
-#: scfuncs.hrc:1522
+#: sc/inc/scfuncs.hrc:1522
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:1523
+#: sc/inc/scfuncs.hrc:1523
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "The number to be rounded down."
msgstr "ወደ ታች የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:1524
+#: sc/inc/scfuncs.hrc:1524
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "Significance"
msgstr "አስፈላጊነቱ"
-#: scfuncs.hrc:1525
+#: sc/inc/scfuncs.hrc:1525
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "The number to whose multiple the value is to be rounded down. Sign has no meaning."
msgstr "ቁጥሩ ያለ ቀሪ አካፋይ ዋጋ ወደ ታች የሚጠጋጋው: ምልክት ምንም ትርጉም የ ለውም"
-#: scfuncs.hrc:1531
+#: sc/inc/scfuncs.hrc:1531
msgctxt "SC_OPCODE_GCD"
msgid "Greatest Common Divisor"
msgstr "ትልቁ የጋራ አካፋይ"
-#: scfuncs.hrc:1532
+#: sc/inc/scfuncs.hrc:1532
msgctxt "SC_OPCODE_GCD"
msgid "Integer "
msgstr "Integer "
-#: scfuncs.hrc:1533
+#: sc/inc/scfuncs.hrc:1533
msgctxt "SC_OPCODE_GCD"
msgid "Integer 1; integer 2,... are integers for which the greatest common divisor is to be calculated."
msgstr "Integer 1; integer 2,... are integers ትልቁ የጋራ አካፋይ የሚሰላበት"
-#: scfuncs.hrc:1539
+#: sc/inc/scfuncs.hrc:1539
msgctxt "SC_OPCODE_LCM"
msgid "Lowest common multiple"
msgstr "ትንሹ የጋራ አካፋይ"
-#: scfuncs.hrc:1540
+#: sc/inc/scfuncs.hrc:1540
msgctxt "SC_OPCODE_LCM"
msgid "Integer "
msgstr "Integer "
-#: scfuncs.hrc:1541
+#: sc/inc/scfuncs.hrc:1541
msgctxt "SC_OPCODE_LCM"
msgid "Integer 1; integer 2,... are integers whose smallest common multiple is to be calculated."
msgstr "Integer 1; integer 2,... are integers ትንሹ የጋራ አካፋይ የሚሰላበት"
-#: scfuncs.hrc:1547
+#: sc/inc/scfuncs.hrc:1547
msgctxt "SC_OPCODE_MAT_TRANS"
msgid "Array transposition. Exchanges the rows and columns of an array."
msgstr "ማዘጋጃ መቀየሪያ ፡ የረድፎች እና የአምዶች ማዘጋጃ ይቀያይራል"
-#: scfuncs.hrc:1548
+#: sc/inc/scfuncs.hrc:1548
msgctxt "SC_OPCODE_MAT_TRANS"
msgid "Array"
msgstr "ማዘጋጃ"
-#: scfuncs.hrc:1549
+#: sc/inc/scfuncs.hrc:1549
msgctxt "SC_OPCODE_MAT_TRANS"
msgid "The array in which the rows and columns have been transposed."
msgstr "ረድፎች እና አምዶች በማዘጋጃው የተቀያየሩት"
-#: scfuncs.hrc:1555
+#: sc/inc/scfuncs.hrc:1555
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array multiplication. Returns the product of two arrays."
msgstr "የማዘጋጃ ማባዣ የሚመልሰው የሁለት ማዘጋጃ ውጤቶችን ነው"
-#: scfuncs.hrc:1556
+#: sc/inc/scfuncs.hrc:1556
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array 1"
msgstr "ማዘጋጃ 1"
-#: scfuncs.hrc:1557
+#: sc/inc/scfuncs.hrc:1557
msgctxt "SC_OPCODE_MAT_MULT"
msgid "The first array for the array product."
msgstr "የመጀመሪያው ማዘጋጃ ለእቃው ማዘጋጃ"
-#: scfuncs.hrc:1558
+#: sc/inc/scfuncs.hrc:1558
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array 2"
msgstr "ማዘጋጃ 2"
-#: scfuncs.hrc:1559
+#: sc/inc/scfuncs.hrc:1559
msgctxt "SC_OPCODE_MAT_MULT"
msgid "The second array having the same number of rows as the first array has columns."
msgstr "ሁለተኛው ማዘጋጃ ተመሳሳይ ረድፎች ነው ያለው እንደ መጀመሪያው ማዘጋጃ አምዶችም አለው"
-#: scfuncs.hrc:1565
+#: sc/inc/scfuncs.hrc:1565
msgctxt "SC_OPCODE_MAT_DET"
msgid "Returns the array determinant."
msgstr "የማዘጋጃ መወሰኛ ይመልሳል"
-#: scfuncs.hrc:1566
+#: sc/inc/scfuncs.hrc:1566
msgctxt "SC_OPCODE_MAT_DET"
msgid "Array"
msgstr "ማዘጋጃ"
-#: scfuncs.hrc:1567
+#: sc/inc/scfuncs.hrc:1567
msgctxt "SC_OPCODE_MAT_DET"
msgid "The array for which the determinant is to be determined."
msgstr "ለ ወሳኝ የሚወሰነውን ማዘጋጃ"
-#: scfuncs.hrc:1573
+#: sc/inc/scfuncs.hrc:1573
msgctxt "SC_OPCODE_MAT_INV"
msgid "Returns the inverse of an array."
msgstr "የማዘጋጃውን ግልባጭ ይመልሳል"
-#: scfuncs.hrc:1574
+#: sc/inc/scfuncs.hrc:1574
msgctxt "SC_OPCODE_MAT_INV"
msgid "Array"
msgstr "ማዘጋጃ"
-#: scfuncs.hrc:1575
+#: sc/inc/scfuncs.hrc:1575
msgctxt "SC_OPCODE_MAT_INV"
msgid "The array to be inverted."
msgstr "የሚገለበጠው ጽሁፍ"
-#: scfuncs.hrc:1581
+#: sc/inc/scfuncs.hrc:1581
msgctxt "SC_OPCODE_MATRIX_UNIT"
msgid "Returns the unitary square array of a certain size."
msgstr "Returns the unitary square array of a certain size."
-#: scfuncs.hrc:1582
+#: sc/inc/scfuncs.hrc:1582
msgctxt "SC_OPCODE_MATRIX_UNIT"
msgid "Dimensions"
msgstr "Dimensions"
-#: scfuncs.hrc:1583
+#: sc/inc/scfuncs.hrc:1583
msgctxt "SC_OPCODE_MATRIX_UNIT"
msgid "The size of the unitary array."
msgstr "የ ጠቅላላ መጠን ማዘጋጃ"
-#: scfuncs.hrc:1589
+#: sc/inc/scfuncs.hrc:1589
msgctxt "SC_OPCODE_SUM_PRODUCT"
msgid "(Inner products) Returns the sum of the products of array arguments."
msgstr "(የውስጥ እቃዎች) የእቃዎችን ድምር ማዘጋጃ ክርክር ይመልሳል"
-#: scfuncs.hrc:1590
+#: sc/inc/scfuncs.hrc:1590
msgctxt "SC_OPCODE_SUM_PRODUCT"
msgid "Array "
msgstr "ማዘጋጃ "
-#: scfuncs.hrc:1591
+#: sc/inc/scfuncs.hrc:1591
msgctxt "SC_OPCODE_SUM_PRODUCT"
msgid "Array 1, array 2, ... are arrays whose arguments are to be multiplied."
msgstr "ማዘጋጃ 1, ማዘጋጃ 2, ... ማዘጋጃ ናቸው ክርክሮቻቸው የሚባዙበት"
-#: scfuncs.hrc:1597
+#: sc/inc/scfuncs.hrc:1597
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Returns the sum of the difference of squares of two arrays."
msgstr "Returns the sum of the difference of squares of two arrays."
-#: scfuncs.hrc:1598
+#: sc/inc/scfuncs.hrc:1598
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Array X"
msgstr "ማዘጋጃ X"
-#: scfuncs.hrc:1599
+#: sc/inc/scfuncs.hrc:1599
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "First array where the square of the arguments are totalled."
msgstr "First array where the square of the arguments are totalled."
-#: scfuncs.hrc:1600
+#: sc/inc/scfuncs.hrc:1600
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Array Y"
msgstr "ማዘጋጃ Y"
-#: scfuncs.hrc:1601
+#: sc/inc/scfuncs.hrc:1601
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Second array where the square of the arguments is to be subtracted."
msgstr "Second array where the square of the arguments is to be subtracted."
-#: scfuncs.hrc:1607
+#: sc/inc/scfuncs.hrc:1607
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Returns the total of the square sum of two arrays."
msgstr "Returns the total of the square sum of two arrays."
-#: scfuncs.hrc:1608
+#: sc/inc/scfuncs.hrc:1608
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Array X"
msgstr "ማዘጋጃ X"
-#: scfuncs.hrc:1609
+#: sc/inc/scfuncs.hrc:1609
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "First array where the square of the arguments are totalled."
msgstr "First array where the square of the arguments are totalled."
-#: scfuncs.hrc:1610
+#: sc/inc/scfuncs.hrc:1610
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Array Y"
msgstr "ማዘጋጃ Y"
-#: scfuncs.hrc:1611
+#: sc/inc/scfuncs.hrc:1611
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Second array where the square of the arguments is to be totalled."
msgstr "Second array where the square of the arguments is to be totalled."
-#: scfuncs.hrc:1617
+#: sc/inc/scfuncs.hrc:1617
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Returns the sum of squares of differences of two arrays."
msgstr "Returns the sum of squares of differences of two arrays."
-#: scfuncs.hrc:1618
+#: sc/inc/scfuncs.hrc:1618
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Array X"
msgstr "ማዘጋጃ X"
-#: scfuncs.hrc:1619
+#: sc/inc/scfuncs.hrc:1619
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "First array for forming argument differences."
-msgstr "የመጀመሪያ ማዘጋጃ መፍጠሪያ ለክርክር ልዩነቶች"
+msgstr "የ መጀመሪያ ማዘጋጃ መፍጠሪያ ለ ክርክር ልዩነቶች"
-#: scfuncs.hrc:1620
+#: sc/inc/scfuncs.hrc:1620
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Array Y"
msgstr "ማዘጋጃ Y"
-#: scfuncs.hrc:1621
+#: sc/inc/scfuncs.hrc:1621
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Second array for forming the argument differences."
-msgstr "ሁለተኛ ማዘጋጃ መፍጠሪያ ለክርክር ልዩነቶች"
+msgstr "ሁለተኛ ማዘጋጃ መፍጠሪያ ለ ክርክር ልዩነቶች"
-#: scfuncs.hrc:1627
+#: sc/inc/scfuncs.hrc:1627
msgctxt "SC_OPCODE_FREQUENCY"
msgid "Returns a frequency distribution as a vertical array."
msgstr "የ ድግግሞሽ ስርጭት እንደ በ ቁመት ማዘጋጃ ይመልሳል"
-#: scfuncs.hrc:1628
+#: sc/inc/scfuncs.hrc:1628
msgctxt "SC_OPCODE_FREQUENCY"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:1629
+#: sc/inc/scfuncs.hrc:1629
msgctxt "SC_OPCODE_FREQUENCY"
msgid "The array of the data."
msgstr "የዳታው ማዘጋጃ"
-#: scfuncs.hrc:1630
+#: sc/inc/scfuncs.hrc:1630
msgctxt "SC_OPCODE_FREQUENCY"
msgid "Classes"
msgstr "ክፍሎች"
-#: scfuncs.hrc:1631
+#: sc/inc/scfuncs.hrc:1631
msgctxt "SC_OPCODE_FREQUENCY"
msgid "The array for forming classes."
msgstr "ክፍሎችን መስሪያ ማዘጋጃ"
-#: scfuncs.hrc:1637
+#: sc/inc/scfuncs.hrc:1637
msgctxt "SC_OPCODE_LINEST"
msgid "Calculates parameters of the linear regression as an array."
msgstr "Calculates parameters of the linear regression as an array."
-#: scfuncs.hrc:1638
+#: sc/inc/scfuncs.hrc:1638
msgctxt "SC_OPCODE_LINEST"
msgid "Data Y"
msgstr "የ Y ዳታ"
-#: scfuncs.hrc:1639
+#: sc/inc/scfuncs.hrc:1639
msgctxt "SC_OPCODE_LINEST"
msgid "The Y data array."
msgstr "የ Y ዳታ ማዘጋጃ"
-#: scfuncs.hrc:1640
+#: sc/inc/scfuncs.hrc:1640
msgctxt "SC_OPCODE_LINEST"
msgid "Data X"
msgstr "የ X ዳታ"
-#: scfuncs.hrc:1641
+#: sc/inc/scfuncs.hrc:1641
msgctxt "SC_OPCODE_LINEST"
msgid "The X data array."
msgstr "የ X ዳታ ማዘጋጃ"
-#: scfuncs.hrc:1642
+#: sc/inc/scfuncs.hrc:1642
msgctxt "SC_OPCODE_LINEST"
msgid "Linear type"
msgstr "ቀጥተኛ አይነት"
-#: scfuncs.hrc:1643
+#: sc/inc/scfuncs.hrc:1643
msgctxt "SC_OPCODE_LINEST"
msgid "If type = 0 the linears will be calculated through the zero point, or else moved linears."
msgstr "አይነቱ ከሆነ = 0 ቀጥተኛው የሚሰላው በዜሮ ነጥብ ውስጥ ነው: ወይንም: ያለበለዚያ ቀጥተኛው ይንቀሳቀሳል"
-#: scfuncs.hrc:1644
+#: sc/inc/scfuncs.hrc:1644
msgctxt "SC_OPCODE_LINEST"
msgid "Stats"
msgstr "ስታትስትኪስ"
-#: scfuncs.hrc:1645
+#: sc/inc/scfuncs.hrc:1645
msgctxt "SC_OPCODE_LINEST"
msgid "If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well."
msgstr "If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well."
-#: scfuncs.hrc:1651
+#: sc/inc/scfuncs.hrc:1651
msgctxt "SC_OPCODE_LOGEST"
msgid "Calculates the parameters of the exponential regression curve as an array."
msgstr "Calculates the parameters of the exponential regression curve as an array."
-#: scfuncs.hrc:1652
+#: sc/inc/scfuncs.hrc:1652
msgctxt "SC_OPCODE_LOGEST"
msgid "Data Y"
msgstr "የ Y ዳታ"
-#: scfuncs.hrc:1653
+#: sc/inc/scfuncs.hrc:1653
msgctxt "SC_OPCODE_LOGEST"
msgid "The Y data array."
msgstr "የ Y ዳታ ማዘጋጃ"
-#: scfuncs.hrc:1654
+#: sc/inc/scfuncs.hrc:1654
msgctxt "SC_OPCODE_LOGEST"
msgid "Data X"
msgstr "የ X ዳታ"
-#: scfuncs.hrc:1655
+#: sc/inc/scfuncs.hrc:1655
msgctxt "SC_OPCODE_LOGEST"
msgid "The X data array."
msgstr "የ X ዳታ ማዘጋጃ"
-#: scfuncs.hrc:1656
+#: sc/inc/scfuncs.hrc:1656
msgctxt "SC_OPCODE_LOGEST"
msgid "Function type"
msgstr "የ ተግባር አይነት"
-#: scfuncs.hrc:1657
+#: sc/inc/scfuncs.hrc:1657
msgctxt "SC_OPCODE_LOGEST"
msgid "If type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x."
msgstr "አይነቱ ከሆነ= 0 ከዛ ተግባሩ የሚሰላው በዚህ ፎርሙላ ነው y=m^x, ወይንም በነዚህ ተግባሮች y=b*m^x."
-#: scfuncs.hrc:1658
+#: sc/inc/scfuncs.hrc:1658
msgctxt "SC_OPCODE_LOGEST"
msgid "Stats"
msgstr "ስታትስትኪስ"
-#: scfuncs.hrc:1659
+#: sc/inc/scfuncs.hrc:1659
msgctxt "SC_OPCODE_LOGEST"
msgid "If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well."
msgstr "If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well."
-#: scfuncs.hrc:1665
+#: sc/inc/scfuncs.hrc:1665
msgctxt "SC_OPCODE_TREND"
msgid "Calculates points along a regression line."
msgstr "ነጥቦችን ዝቅ በማድረጊያው መስመር አጠገብ ያሰላል"
-#: scfuncs.hrc:1666
+#: sc/inc/scfuncs.hrc:1666
msgctxt "SC_OPCODE_TREND"
msgid "Data Y"
msgstr "የ Y ዳታ"
-#: scfuncs.hrc:1667
+#: sc/inc/scfuncs.hrc:1667
msgctxt "SC_OPCODE_TREND"
msgid "The Y data array."
msgstr "የ Y ዳታ ማዘጋጃ"
-#: scfuncs.hrc:1668
+#: sc/inc/scfuncs.hrc:1668
msgctxt "SC_OPCODE_TREND"
msgid "Data X"
msgstr "የ X ዳታ"
-#: scfuncs.hrc:1669
+#: sc/inc/scfuncs.hrc:1669
msgctxt "SC_OPCODE_TREND"
msgid "The X data array as the basis for the regression."
msgstr "የ X ዳታ ማዘጋጃ እንደ መሰረታዊ ወደ ነበረበት መመለሻ"
-#: scfuncs.hrc:1670
+#: sc/inc/scfuncs.hrc:1670
msgctxt "SC_OPCODE_TREND"
msgid "New data X"
msgstr "አዲስ የ X ዳታ"
-#: scfuncs.hrc:1671
+#: sc/inc/scfuncs.hrc:1671
msgctxt "SC_OPCODE_TREND"
msgid "The array of X data for recalculating the values."
msgstr "የ X ዳታ ማሰለፊያ ዋጋዎችን እንደገና ማስሊያ"
-#: scfuncs.hrc:1672
+#: sc/inc/scfuncs.hrc:1672
msgctxt "SC_OPCODE_TREND"
msgid "Linear type"
msgstr "ቀጥተኛ አይነት"
-#: scfuncs.hrc:1673
+#: sc/inc/scfuncs.hrc:1673
msgctxt "SC_OPCODE_TREND"
msgid "If type = 0 the linears will be calculated through the zero point, or else moved linears."
msgstr "አይነት = 0 ቀጥተኛው የሚሰላው በዜሮ ነጥብ ውስጥ ነው ፡ ያለበለዚያ ቀጥተኛው ይንቀሳቀሳል"
-#: scfuncs.hrc:1679
+#: sc/inc/scfuncs.hrc:1679
msgctxt "SC_OPCODE_GROWTH"
msgid "Calculates points on the exponential regression function."
msgstr "ነጥቦችን በ ኤክስፖኔንሺያል ዝቅ ማድረጊያ ተግባር ያሰላል"
-#: scfuncs.hrc:1680
+#: sc/inc/scfuncs.hrc:1680
msgctxt "SC_OPCODE_GROWTH"
msgid "Data Y"
msgstr "የ Y ዳታ"
-#: scfuncs.hrc:1681
+#: sc/inc/scfuncs.hrc:1681
msgctxt "SC_OPCODE_GROWTH"
msgid "The Y data array."
msgstr "የ Y ዳታ ማዘጋጃ"
-#: scfuncs.hrc:1682
+#: sc/inc/scfuncs.hrc:1682
msgctxt "SC_OPCODE_GROWTH"
msgid "Data X"
msgstr "የ X ዳታ"
-#: scfuncs.hrc:1683
+#: sc/inc/scfuncs.hrc:1683
msgctxt "SC_OPCODE_GROWTH"
msgid "The X data array as the basis for the regression."
msgstr "የ X ዳታ ማዘጋጃ እንደ መሰረታዊ ወደ ነበረበት መመለሻ"
-#: scfuncs.hrc:1684
+#: sc/inc/scfuncs.hrc:1684
msgctxt "SC_OPCODE_GROWTH"
msgid "New data X"
msgstr "አዲስ የ X ዳታ"
-#: scfuncs.hrc:1685
+#: sc/inc/scfuncs.hrc:1685
msgctxt "SC_OPCODE_GROWTH"
msgid "The array of X data for recalculating the values."
msgstr "የ X ዳታ ማሰለፊያ ዋጋዎችን እንደገና ማስሊያ"
-#: scfuncs.hrc:1686
+#: sc/inc/scfuncs.hrc:1686
msgctxt "SC_OPCODE_GROWTH"
msgid "Function type"
msgstr "የ ተግባር አይነት"
-#: scfuncs.hrc:1687
+#: sc/inc/scfuncs.hrc:1687
msgctxt "SC_OPCODE_GROWTH"
msgid "If type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x."
msgstr "አይነቱ = 0 ከሆነ ተግባሩ የሚሰላው በዚህ ፎርሙላ ነው y=m^x, ወይንም በነዚህ ተግባሮች y=b*m^x."
-#: scfuncs.hrc:1693
+#: sc/inc/scfuncs.hrc:1693
msgctxt "SC_OPCODE_COUNT"
msgid "Counts how many numbers are in the list of arguments."
msgstr "ምን ያህል ቁጥሮች በክርክሮች ዝርዝር ውስጥ እንዳሉ ይቆጥራል"
-#: scfuncs.hrc:1694
+#: sc/inc/scfuncs.hrc:1694
msgctxt "SC_OPCODE_COUNT"
msgid "Value "
msgstr "ዋጋ "
-#: scfuncs.hrc:1695
+#: sc/inc/scfuncs.hrc:1695
msgctxt "SC_OPCODE_COUNT"
msgid "Value 1, value 2, ... are arguments containing different data types but where only numbers are counted."
msgstr "ዋጋ 1, ዋጋ 2, ... ክርክሮች ናቸው የተለያያ የ ዳታ አይነት ቁጥሮች ብቻ የሚቆጠሩባቸው"
-#: scfuncs.hrc:1701
+#: sc/inc/scfuncs.hrc:1701
msgctxt "SC_OPCODE_COUNT_2"
msgid "Counts how many values are in the list of arguments."
msgstr "በዝርዝር ክርክሮች ውስጥ ምን ያህል ዋጋ እንዳለ ይቆጥራል"
-#: scfuncs.hrc:1702
+#: sc/inc/scfuncs.hrc:1702
msgctxt "SC_OPCODE_COUNT_2"
msgid "Value "
msgstr "ዋጋ "
-#: scfuncs.hrc:1703
+#: sc/inc/scfuncs.hrc:1703
msgctxt "SC_OPCODE_COUNT_2"
msgid "Value 1, value 2, ... are arguments representing the values to be counted."
msgstr "ዋጋ 1, ዋጋ 2, ... ክርክሮች ናቸው የሚወክሉት ዋጋዎች ይቆጠራሉ"
-#: scfuncs.hrc:1709
+#: sc/inc/scfuncs.hrc:1709
msgctxt "SC_OPCODE_MAX"
msgid "Returns the maximum value in a list of arguments."
msgstr "ከዝርዝር ክርክሮች ውስጥ ከፍተኛውን ዋጋ ይመልሳል"
-#: scfuncs.hrc:1710
+#: sc/inc/scfuncs.hrc:1710
msgctxt "SC_OPCODE_MAX"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1711
+#: sc/inc/scfuncs.hrc:1711
msgctxt "SC_OPCODE_MAX"
msgid "Number 1, number 2, ... are numerical arguments for which the largest number is to be determined."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው ከፍተኛው ቁጥር የሚወሰንበት"
-#: scfuncs.hrc:1717
+#: sc/inc/scfuncs.hrc:1717
msgctxt "SC_OPCODE_MAX_A"
msgid "Returns the maximum value in a list of arguments. Text is evaluated as Zero."
msgstr "ከዝርዝር ክርክሮች ውስጥ ከፍተኛውን ዋጋ ይመልሳል ፡ ጽሁፍ የሚገመተው እንደ ዜሮ ነው"
-#: scfuncs.hrc:1718
+#: sc/inc/scfuncs.hrc:1718
msgctxt "SC_OPCODE_MAX_A"
msgid "Value "
msgstr "ዋጋ "
-#: scfuncs.hrc:1719
+#: sc/inc/scfuncs.hrc:1719
msgctxt "SC_OPCODE_MAX_A"
msgid "Value 1, value 2, are arguments whose largest value is to be determined."
msgstr "ዋጋ 1, ዋጋ 2, ክርክሮች ናቸው ከፍተኛው ቁጥር የሚወሰንበት"
-#: scfuncs.hrc:1725
+#: sc/inc/scfuncs.hrc:1725
msgctxt "SC_OPCODE_MIN"
msgid "Returns the minimum value in a list of arguments."
msgstr "ከዝርዝር ክርክሮች ውስጥ አነስተኛውን ዋጋ ይመልሳል"
-#: scfuncs.hrc:1726
+#: sc/inc/scfuncs.hrc:1726
msgctxt "SC_OPCODE_MIN"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1727
+#: sc/inc/scfuncs.hrc:1727
msgctxt "SC_OPCODE_MIN"
msgid "Number 1, number 2, ... are numerical arguments for which the smallest number is to be determined."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው ዝቅተኛው ቁጥር የሚወሰንበት"
-#: scfuncs.hrc:1733
+#: sc/inc/scfuncs.hrc:1733
msgctxt "SC_OPCODE_MIN_A"
msgid "Returns the smallest value in a list of arguments. Text is evaluated as zero."
msgstr "ከዝርዝር ክርክሮች ውስጥ አነስተኛውን ዋጋ ይመልሳል ፡ ጽሁፍ የሚገመተው እንደ ዜሮ ነው"
-#: scfuncs.hrc:1734
+#: sc/inc/scfuncs.hrc:1734
msgctxt "SC_OPCODE_MIN_A"
msgid "Value "
msgstr "ዋጋ "
-#: scfuncs.hrc:1735
+#: sc/inc/scfuncs.hrc:1735
msgctxt "SC_OPCODE_MIN_A"
msgid "Value 1; value 2;... are arguments whose smallest number is to be determined."
msgstr "ዋጋ 1, ዋጋ 2,... የ ቁጥር ክርክሮች ናቸው ዝቅተኛው ቁጥር የሚወሰንበት"
-#: scfuncs.hrc:1741
+#: sc/inc/scfuncs.hrc:1741
msgctxt "SC_OPCODE_VAR"
msgid "Calculates the variance based on a sample."
msgstr "ናሙናዎችን መሰረት አድርጎ ልዩነቶችን ያሰላል"
-#: scfuncs.hrc:1742
+#: sc/inc/scfuncs.hrc:1742
msgctxt "SC_OPCODE_VAR"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1743
+#: sc/inc/scfuncs.hrc:1743
msgctxt "SC_OPCODE_VAR"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው የ ሕዝብ ናሙና የሚስሉ"
-#: scfuncs.hrc:1749
+#: sc/inc/scfuncs.hrc:1749
msgctxt "SC_OPCODE_VAR_S"
msgid "Calculates the variance based on a sample."
msgstr "ናሙናዎችን መሰረት አድርጎ ልዩነቶችን ያሰላል"
-#: scfuncs.hrc:1750
+#: sc/inc/scfuncs.hrc:1750
msgctxt "SC_OPCODE_VAR_S"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1751
+#: sc/inc/scfuncs.hrc:1751
msgctxt "SC_OPCODE_VAR_S"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው የ ሕዝብ ናሙና የሚስሉ"
-#: scfuncs.hrc:1757
+#: sc/inc/scfuncs.hrc:1757
msgctxt "SC_OPCODE_VAR_A"
msgid "Returns the variance based on a sample. Text is evaluated as zero."
msgstr "ናሙናውን መሰረት ባደረግ ልዩነትን ይመልሳል ፡ ጽሁፍ የሚገመተው እንደ ዜሮ ነው"
-#: scfuncs.hrc:1758
+#: sc/inc/scfuncs.hrc:1758
msgctxt "SC_OPCODE_VAR_A"
msgid "Value "
msgstr "ዋጋ "
-#: scfuncs.hrc:1759
+#: sc/inc/scfuncs.hrc:1759
msgctxt "SC_OPCODE_VAR_A"
msgid "Value 1; value 2; ... are arguments representing a sample taken from a basic total population."
msgstr "ዋጋ 1; ዋጋ 2; ... ክርክሮች ናቸው ከ መሰረታዊ ጠቅላላ ሕዝቡ የተወሰዱ ናሙናን የሚወክሉ"
-#: scfuncs.hrc:1765
+#: sc/inc/scfuncs.hrc:1765
msgctxt "SC_OPCODE_VAR_P"
msgid "Calculates variance based on the entire population."
msgstr "ጠቅላላ ሕዝቡን በተመለከተ መሰረታዊ ልዩነቶችን ያሰላል"
-#: scfuncs.hrc:1766
+#: sc/inc/scfuncs.hrc:1766
msgctxt "SC_OPCODE_VAR_P"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1767
+#: sc/inc/scfuncs.hrc:1767
msgctxt "SC_OPCODE_VAR_P"
msgid "Number 1, number 2, ... are numerical arguments which represent a population."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው ሕዝብ የሚወክሉ"
-#: scfuncs.hrc:1773
+#: sc/inc/scfuncs.hrc:1773
msgctxt "SC_OPCODE_VAR_P_MS"
msgid "Calculates variance based on the entire population."
msgstr "ጠቅላላ ሕዝቡን በተመለከተ መሰረታዊ ልዩነቶችን ያሰላል"
-#: scfuncs.hrc:1774
+#: sc/inc/scfuncs.hrc:1774
msgctxt "SC_OPCODE_VAR_P_MS"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1775
+#: sc/inc/scfuncs.hrc:1775
msgctxt "SC_OPCODE_VAR_P_MS"
msgid "Number 1, number 2, ... are numerical arguments which represent a population."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው ሕዝብ የሚወክሉ"
-#: scfuncs.hrc:1781
+#: sc/inc/scfuncs.hrc:1781
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Returns the variance based on the entire population. Text is evaluated as zero."
msgstr "ጠቅላላ ሕዝቡን መሰረት ባደረግ ልዩነትን ይመልሳል ፡ ጽሁፍ የሚገመተው እንደ ዜሮ ነው"
-#: scfuncs.hrc:1782
+#: sc/inc/scfuncs.hrc:1782
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Value "
msgstr "ዋጋ "
-#: scfuncs.hrc:1783
+#: sc/inc/scfuncs.hrc:1783
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Value 1; value 2;... are arguments representing a population."
msgstr "ዋጋ 1, ዋጋ 2, ... ክርክሮች ናቸው ሕዝብ የሚወክሉ"
-#: scfuncs.hrc:1789
+#: sc/inc/scfuncs.hrc:1789
msgctxt "SC_OPCODE_ST_DEV"
msgid "Calculates the standard deviation based on a sample."
msgstr "የ መደበኛ ልዩነት ናሙናን መሰረት ባደረገ ያሰላል"
-#: scfuncs.hrc:1790
+#: sc/inc/scfuncs.hrc:1790
msgctxt "SC_OPCODE_ST_DEV"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1791
+#: sc/inc/scfuncs.hrc:1791
msgctxt "SC_OPCODE_ST_DEV"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው የ ሕዝብ ናሙና የሚስሉ"
-#: scfuncs.hrc:1797
+#: sc/inc/scfuncs.hrc:1797
msgctxt "SC_OPCODE_ST_DEV_S"
msgid "Calculates the standard deviation based on a sample."
msgstr "የ መደበኛ ልዩነት ናሙናን መሰረት ባደረገ ያሰላል"
-#: scfuncs.hrc:1798
+#: sc/inc/scfuncs.hrc:1798
msgctxt "SC_OPCODE_ST_DEV_S"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1799
+#: sc/inc/scfuncs.hrc:1799
msgctxt "SC_OPCODE_ST_DEV_S"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው የ ሕዝብ ናሙና የሚስሉ"
-#: scfuncs.hrc:1805
+#: sc/inc/scfuncs.hrc:1805
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Returns the standard deviation based on a sample. Text is evaluated as zero."
msgstr "ናሙናውን መሰረት ባደረግ መደበኛ ልዩነት ይመልሳል: ጽሁፍ የሚገመተው እንደ ዜሮ ነው"
-#: scfuncs.hrc:1806
+#: sc/inc/scfuncs.hrc:1806
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Value "
msgstr "ዋጋ "
-#: scfuncs.hrc:1807
+#: sc/inc/scfuncs.hrc:1807
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Value 1; value 2; ... are arguments representing a sample taken from a basic total population."
msgstr "ዋጋ 1; ዋጋ 2; ... ክርክሮች ናቸው ከ መሰረታዊ ጠቅላላ ሕዝቡ የተወሰዱ ናሙናን የሚወክሉ"
-#: scfuncs.hrc:1813
+#: sc/inc/scfuncs.hrc:1813
msgctxt "SC_OPCODE_ST_DEV_P"
msgid "Calculates the standard deviation based on the entire population."
msgstr "መሰረታዊ ልዩነቶችን ጠቅላላ ሕዝቡን በተመለከት ያሰላል"
-#: scfuncs.hrc:1814
+#: sc/inc/scfuncs.hrc:1814
msgctxt "SC_OPCODE_ST_DEV_P"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1815
+#: sc/inc/scfuncs.hrc:1815
msgctxt "SC_OPCODE_ST_DEV_P"
msgid "Number 1, number 2, ... are numerical arguments which portray a population."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው ሕዝብ የሚስሉ"
-#: scfuncs.hrc:1821
+#: sc/inc/scfuncs.hrc:1821
msgctxt "SC_OPCODE_ST_DEV_P_MS"
msgid "Calculates the standard deviation based on the entire population."
msgstr "መሰረታዊ ልዩነቶችን ጠቅላላ ሕዝቡን በተመለከት ያሰላል"
-#: scfuncs.hrc:1822
+#: sc/inc/scfuncs.hrc:1822
msgctxt "SC_OPCODE_ST_DEV_P_MS"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1823
+#: sc/inc/scfuncs.hrc:1823
msgctxt "SC_OPCODE_ST_DEV_P_MS"
msgid "Number 1, number 2, ... are numerical arguments which portray a population."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው ሕዝብ የሚስሉ"
-#: scfuncs.hrc:1829
+#: sc/inc/scfuncs.hrc:1829
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Returns the standard deviation based on the entire population. Text is evaluated as zero."
msgstr "ጠቅላላ ሕዝቡን መሰረት ባደረገ መደበኛ ልዩነት ይመልሳል: ጽሁፍ የሚገመተው እንደ ዜሮ ነው"
-#: scfuncs.hrc:1830
+#: sc/inc/scfuncs.hrc:1830
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Value "
msgstr "ዋጋ "
-#: scfuncs.hrc:1831
+#: sc/inc/scfuncs.hrc:1831
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Value 1; value 2;... are arguments corresponding to a population."
msgstr "ዋጋ 1; ዋጋ 2;... ክርክሮች ናቸው ሕዝብን በ ተመሳሰለ"
-#: scfuncs.hrc:1837
+#: sc/inc/scfuncs.hrc:1837
msgctxt "SC_OPCODE_AVERAGE"
msgid "Returns the average of a sample."
msgstr "መካከለኛ ናሙና ይመልሳል"
-#: scfuncs.hrc:1838
+#: sc/inc/scfuncs.hrc:1838
msgctxt "SC_OPCODE_AVERAGE"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1839
+#: sc/inc/scfuncs.hrc:1839
msgctxt "SC_OPCODE_AVERAGE"
msgid "Number 1, number 2;...are numeric arguments representing a population sample."
msgstr "ቁጥር 1, ቁጥር 2;... የ ቁጥር ክርክሮች ናቸው የ ሕዝብን ናሙና የሚወክሉ"
-#: scfuncs.hrc:1845
+#: sc/inc/scfuncs.hrc:1845
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Returns the average value for a sample. Text is evaluated as zero."
msgstr "አማካይ ዋጋ ለናሙናው ይመልሳል ፡ ጽሁፍ የሚገመተው እንደ ዜሮ ነው"
-#: scfuncs.hrc:1846
+#: sc/inc/scfuncs.hrc:1846
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Value "
msgstr "ዋጋ "
-#: scfuncs.hrc:1847
+#: sc/inc/scfuncs.hrc:1847
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Value 1; value 2; ... are arguments representing a sample taken from a basic total population."
msgstr "ዋጋ 1; ዋጋ 2; ... ክርክሮች ናቸው ከ መሰረታዊ ጠቅላላ ሕዝቡ የተወሰዱ ናሙናን የሚወክሉ"
-#: scfuncs.hrc:1853
+#: sc/inc/scfuncs.hrc:1853
msgctxt "SC_OPCODE_DEV_SQ"
msgid "Returns the sum of squares of deviations from the sample mean value"
msgstr "Returns the sum of squares of deviations from the sample mean value"
-#: scfuncs.hrc:1854
+#: sc/inc/scfuncs.hrc:1854
msgctxt "SC_OPCODE_DEV_SQ"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1855
+#: sc/inc/scfuncs.hrc:1855
msgctxt "SC_OPCODE_DEV_SQ"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው ናሙናን ለ መሳያ"
-#: scfuncs.hrc:1861
+#: sc/inc/scfuncs.hrc:1861
msgctxt "SC_OPCODE_AVE_DEV"
msgid "Returns the average of the absolute deviations of a sample from the mean."
msgstr "Returns the average of the absolute deviations of a sample from the mean."
-#: scfuncs.hrc:1862
+#: sc/inc/scfuncs.hrc:1862
msgctxt "SC_OPCODE_AVE_DEV"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1863
+#: sc/inc/scfuncs.hrc:1863
msgctxt "SC_OPCODE_AVE_DEV"
msgid "Number 1, number 2;...are numerical arguments representing a sample."
msgstr "ቁጥር 1, ቁጥር 2;... የ ቁጥር ክርክሮች ናቸው ናሙና የሚወክሉ"
-#: scfuncs.hrc:1869
+#: sc/inc/scfuncs.hrc:1869
msgctxt "SC_OPCODE_SKEW"
msgid "Returns the skewness of a distribution."
msgstr "Returns the skewness of a distribution."
-#: scfuncs.hrc:1870
+#: sc/inc/scfuncs.hrc:1870
msgctxt "SC_OPCODE_SKEW"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1871
+#: sc/inc/scfuncs.hrc:1871
msgctxt "SC_OPCODE_SKEW"
msgid "Number 1, number 2, ... are numerical arguments portraying a sample of the distribution."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው የ ስርጭቱን ናሙና ለመሳል"
-#: scfuncs.hrc:1877
+#: sc/inc/scfuncs.hrc:1877
msgctxt "SC_OPCODE_SKEWP"
msgid "Returns the skewness of a distribution using the population of a random variable."
msgstr "ስርጭቱ የሚያጋድልበትን ይመልሳል በ ደፈናው የ ህዝብ ተለዋዋጭ በ መጠቀም"
-#: scfuncs.hrc:1878
+#: sc/inc/scfuncs.hrc:1878
msgctxt "SC_OPCODE_SKEWP"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1879
+#: sc/inc/scfuncs.hrc:1879
msgctxt "SC_OPCODE_SKEWP"
msgid "Number 1, number 2, ... are numerical arguments portraying the population."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች የ ሕዝብ ናሙና የሚስሉ ናቸው"
-#: scfuncs.hrc:1885
+#: sc/inc/scfuncs.hrc:1885
msgctxt "SC_OPCODE_KURT"
msgid "Returns the kurtosis of a distribution."
msgstr "የ ስርጭት ኩርቶሲስ ይመልሳል"
-#: scfuncs.hrc:1886
+#: sc/inc/scfuncs.hrc:1886
msgctxt "SC_OPCODE_KURT"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1887
+#: sc/inc/scfuncs.hrc:1887
msgctxt "SC_OPCODE_KURT"
msgid "Number 1, number 2, ... are numerical arguments, representing a sample of the distribution."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው የ ስርጭት ናሙና የሚወክሉ"
-#: scfuncs.hrc:1893
+#: sc/inc/scfuncs.hrc:1893
msgctxt "SC_OPCODE_GEO_MEAN"
msgid "Returns the geometric mean of a sample."
msgstr "የናሙናውን geometric mean ይመልሳል"
-#: scfuncs.hrc:1894
+#: sc/inc/scfuncs.hrc:1894
msgctxt "SC_OPCODE_GEO_MEAN"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1895
+#: sc/inc/scfuncs.hrc:1895
msgctxt "SC_OPCODE_GEO_MEAN"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው ናሙና ለ መሳያ"
-#: scfuncs.hrc:1901
+#: sc/inc/scfuncs.hrc:1901
msgctxt "SC_OPCODE_HAR_MEAN"
msgid "Returns the harmonic mean of a sample."
msgstr "የናሙናውን harmonic mean ይመልሳል"
-#: scfuncs.hrc:1902
+#: sc/inc/scfuncs.hrc:1902
msgctxt "SC_OPCODE_HAR_MEAN"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1903
+#: sc/inc/scfuncs.hrc:1903
msgctxt "SC_OPCODE_HAR_MEAN"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው ናሙና ለ መሳያ"
-#: scfuncs.hrc:1909
+#: sc/inc/scfuncs.hrc:1909
msgctxt "SC_OPCODE_MODAL_VALUE"
msgid "Returns the most common value in a sample."
msgstr "ከናሙና ውስጥ በጣም የተለመደውን ዋጋ ይመልሳል"
-#: scfuncs.hrc:1910
+#: sc/inc/scfuncs.hrc:1910
msgctxt "SC_OPCODE_MODAL_VALUE"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1911
+#: sc/inc/scfuncs.hrc:1911
msgctxt "SC_OPCODE_MODAL_VALUE"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው ናሙና ለ መሳያ"
-#: scfuncs.hrc:1917
+#: sc/inc/scfuncs.hrc:1917
msgctxt "SC_OPCODE_MODAL_VALUE_MS"
msgid "Returns the most common value in a sample."
msgstr "ከናሙና ውስጥ በጣም የተለመደውን ዋጋ ይመልሳል"
-#: scfuncs.hrc:1918
+#: sc/inc/scfuncs.hrc:1918
msgctxt "SC_OPCODE_MODAL_VALUE_MS"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1919
+#: sc/inc/scfuncs.hrc:1919
msgctxt "SC_OPCODE_MODAL_VALUE_MS"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው ናሙና ለ መሳያ"
-#: scfuncs.hrc:1925
+#: sc/inc/scfuncs.hrc:1925
msgctxt "SC_OPCODE_MODAL_VALUE_MULTI"
msgid "Returns the most common value in a sample."
msgstr "ከናሙና ውስጥ በጣም የተለመደውን ዋጋ ይመልሳል"
-#: scfuncs.hrc:1926
+#: sc/inc/scfuncs.hrc:1926
msgctxt "SC_OPCODE_MODAL_VALUE_MULTI"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1927
+#: sc/inc/scfuncs.hrc:1927
msgctxt "SC_OPCODE_MODAL_VALUE_MULTI"
msgid "Number 1, number 2, ... are 1 to 254 numerical arguments which portray a sample."
msgstr "ቁጥር 1, ቁጥር 2, ... ከ 1 እስከ 254 የ ቁጥር ክርክሮች ናቸው ናሙናን ለመሳያ"
-#: scfuncs.hrc:1933
+#: sc/inc/scfuncs.hrc:1933
msgctxt "SC_OPCODE_MEDIAN"
msgid "Returns the median of a given sample."
msgstr "የተሰጠውን ናሙና መሀከለኛ ይመልሳል"
-#: scfuncs.hrc:1934
+#: sc/inc/scfuncs.hrc:1934
msgctxt "SC_OPCODE_MEDIAN"
msgid "Number "
msgstr "ቁጥር "
-#: scfuncs.hrc:1935
+#: sc/inc/scfuncs.hrc:1935
msgctxt "SC_OPCODE_MEDIAN"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "ቁጥር 1, ቁጥር 2, ... የ ቁጥር ክርክሮች ናቸው ናሙና ለ መሳያ"
-#: scfuncs.hrc:1941
+#: sc/inc/scfuncs.hrc:1941
msgctxt "SC_OPCODE_PERCENTILE"
msgid "Returns the alpha quantile of a sample."
msgstr "የናሙናውን alpha quantile ይመልሳል"
-#: scfuncs.hrc:1942
+#: sc/inc/scfuncs.hrc:1942
msgctxt "SC_OPCODE_PERCENTILE"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:1943
+#: sc/inc/scfuncs.hrc:1943
msgctxt "SC_OPCODE_PERCENTILE"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:1944
+#: sc/inc/scfuncs.hrc:1944
msgctxt "SC_OPCODE_PERCENTILE"
msgid "Alpha"
msgstr "Alpha"
-#: scfuncs.hrc:1945
+#: sc/inc/scfuncs.hrc:1945
msgctxt "SC_OPCODE_PERCENTILE"
msgid "The percentage rate of the quantile between 0 and 1."
msgstr "የፐርሰንቱ መጠን quantile በ 0 እና 1 መካከል"
-#: scfuncs.hrc:1951
+#: sc/inc/scfuncs.hrc:1951
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "Returns the alpha percentile of a sample."
msgstr "Returns the alpha percentile of a sample."
-#: scfuncs.hrc:1952
+#: sc/inc/scfuncs.hrc:1952
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:1953
+#: sc/inc/scfuncs.hrc:1953
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:1954
+#: sc/inc/scfuncs.hrc:1954
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "Alpha"
msgstr "Alpha"
-#: scfuncs.hrc:1955
+#: sc/inc/scfuncs.hrc:1955
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "The percentile value, range 0...1, exclusive."
msgstr "የ ፐርሰንት ዋጋ: መጠን 0...1, ብቻ"
-#: scfuncs.hrc:1961
+#: sc/inc/scfuncs.hrc:1961
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "Returns the alpha percentile of a sample."
msgstr "ይመልሳል የ alpha ፐርሰንት ናሙና"
-#: scfuncs.hrc:1962
+#: sc/inc/scfuncs.hrc:1962
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:1963
+#: sc/inc/scfuncs.hrc:1963
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:1964
+#: sc/inc/scfuncs.hrc:1964
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "Alpha"
msgstr "Alpha"
-#: scfuncs.hrc:1965
+#: sc/inc/scfuncs.hrc:1965
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "The percentile value, range 0...1, inclusive."
msgstr "የ ፐርሰንት ዋጋ: መጠን 0...1, ብቻ"
-#: scfuncs.hrc:1971
+#: sc/inc/scfuncs.hrc:1971
msgctxt "SC_OPCODE_QUARTILE"
msgid "Returns the quartile of a sample."
msgstr "የናሙናውን አንድ አራተኛ ይመልሳል"
-#: scfuncs.hrc:1972
+#: sc/inc/scfuncs.hrc:1972
msgctxt "SC_OPCODE_QUARTILE"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:1973
+#: sc/inc/scfuncs.hrc:1973
msgctxt "SC_OPCODE_QUARTILE"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:1974
+#: sc/inc/scfuncs.hrc:1974
msgctxt "SC_OPCODE_QUARTILE"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:1975
+#: sc/inc/scfuncs.hrc:1975
msgctxt "SC_OPCODE_QUARTILE"
msgid "The type of the quartile (0 = MIN, 1 = 25%, 2 = 50%, 3 = 75%, 4 = MAX)."
msgstr "የ ሩብ አይነቶች (0 = አነስተኛ, 1 = 25%, 2 = 50%, 3 = 75%, 4 = ከፍተኛ)."
-#: scfuncs.hrc:1981
+#: sc/inc/scfuncs.hrc:1981
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "Returns the quartile of a sample."
msgstr "የናሙናውን አንድ አራተኛ ይመልሳል"
-#: scfuncs.hrc:1982
+#: sc/inc/scfuncs.hrc:1982
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:1983
+#: sc/inc/scfuncs.hrc:1983
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:1984
+#: sc/inc/scfuncs.hrc:1984
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:1985
+#: sc/inc/scfuncs.hrc:1985
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "The type of the quartile (1 = 25%, 2 = 50%, 3 = 75%)."
msgstr "የ ሩብ አይነቶች (1 = 25%, 2 = 50%, 3 = 75%)."
-#: scfuncs.hrc:1991
+#: sc/inc/scfuncs.hrc:1991
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "Returns the quartile of a sample."
msgstr "የናሙናውን አንድ አራተኛ ይመልሳል"
-#: scfuncs.hrc:1992
+#: sc/inc/scfuncs.hrc:1992
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:1993
+#: sc/inc/scfuncs.hrc:1993
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:1994
+#: sc/inc/scfuncs.hrc:1994
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:1995
+#: sc/inc/scfuncs.hrc:1995
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "The type of the quartile (0 = MIN, 1 = 25%, 2 = 50%, 3 = 75%, 4 = MAX)."
msgstr "የ ሩብ አይነቶች (0 = አነስተኛ, 1 = 25%, 2 = 50%, 3 = 75%, 4 = ከፍተኛ)."
-#: scfuncs.hrc:2001
+#: sc/inc/scfuncs.hrc:2001
msgctxt "SC_OPCODE_LARGE"
msgid "Returns the k-th largest value of a sample."
msgstr "Returns the k-th largest value of a sample."
-#: scfuncs.hrc:2002
+#: sc/inc/scfuncs.hrc:2002
msgctxt "SC_OPCODE_LARGE"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:2003
+#: sc/inc/scfuncs.hrc:2003
msgctxt "SC_OPCODE_LARGE"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2004
+#: sc/inc/scfuncs.hrc:2004
msgctxt "SC_OPCODE_LARGE"
msgid "Rank c"
msgstr "ደረጃ c"
-#: scfuncs.hrc:2005
+#: sc/inc/scfuncs.hrc:2005
msgctxt "SC_OPCODE_LARGE"
msgid "The ranking of the value."
msgstr "የዋጋዎች ደረጃ"
-#: scfuncs.hrc:2011
+#: sc/inc/scfuncs.hrc:2011
msgctxt "SC_OPCODE_SMALL"
msgid "Returns the k-th smallest value of a sample."
msgstr "Returns the k-th smallest value of a sample."
-#: scfuncs.hrc:2012
+#: sc/inc/scfuncs.hrc:2012
msgctxt "SC_OPCODE_SMALL"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:2013
+#: sc/inc/scfuncs.hrc:2013
msgctxt "SC_OPCODE_SMALL"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2014
+#: sc/inc/scfuncs.hrc:2014
msgctxt "SC_OPCODE_SMALL"
msgid "Rank c"
msgstr "ደረጃ c"
-#: scfuncs.hrc:2015
+#: sc/inc/scfuncs.hrc:2015
msgctxt "SC_OPCODE_SMALL"
msgid "The ranking of the value."
msgstr "የዋጋዎች ደረጃ"
-#: scfuncs.hrc:2021
+#: sc/inc/scfuncs.hrc:2021
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Returns the percentage rank of a value in a sample."
msgstr "ከናሙና ውስጥ በፐርሰንት ደረጃውን ይመልሳል"
-#: scfuncs.hrc:2022
+#: sc/inc/scfuncs.hrc:2022
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:2023
+#: sc/inc/scfuncs.hrc:2023
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2024
+#: sc/inc/scfuncs.hrc:2024
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:2025
+#: sc/inc/scfuncs.hrc:2025
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "The value for which percentage ranking is to be determined."
msgstr "የ ፐርሰንት ደረጃ የሚወሰነለት ዋጋ"
-#: scfuncs.hrc:2026
+#: sc/inc/scfuncs.hrc:2026
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Significance"
msgstr "አስፈላጊነቱ"
-#: scfuncs.hrc:2027
+#: sc/inc/scfuncs.hrc:2027
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "The number of significant digits for the returned percentage: if omitted, a value of 3 is used."
msgstr "አስፈላጊ የ ቁጥር አሀዝ የ ተመለሰው ለ ፐርሰንት: ካልታየ የ 3 ዋጋ ይወሰዳል"
-#: scfuncs.hrc:2033
+#: sc/inc/scfuncs.hrc:2033
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Returns the percentage rank (0..1, exclusive) of a value in a sample."
msgstr "ይመልሳል የ ፐርሰንት ዋጋ መጠን (0..1, ብቻ) ዋጋ ከ ናሙና ውስጥ"
-#: scfuncs.hrc:2034
+#: sc/inc/scfuncs.hrc:2034
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:2035
+#: sc/inc/scfuncs.hrc:2035
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2036
+#: sc/inc/scfuncs.hrc:2036
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:2037
+#: sc/inc/scfuncs.hrc:2037
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "The value for which percentage ranking is to be determined."
msgstr "የ ፐርሰንት ደረጃ የሚወሰነለት ዋጋ"
-#: scfuncs.hrc:2038
+#: sc/inc/scfuncs.hrc:2038
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Significance"
msgstr "አስፈላጊነቱ"
-#: scfuncs.hrc:2039
+#: sc/inc/scfuncs.hrc:2039
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "The number of significant digits for the returned percentage: if omitted, a value of 3 is used."
msgstr "አስፈላጊ የ ቁጥር አሀዝ የ ተመለሰው ለ ፐርሰንት: ካልታየ የ 3 ዋጋ ይወሰዳል"
-#: scfuncs.hrc:2045
+#: sc/inc/scfuncs.hrc:2045
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Returns the percentage rank (0..1, inclusive) of a value in a sample."
msgstr "ይመልሳል የ ፐርሰንት ዋጋ መጠን (0..1, ብቻ) ዋጋ ከ ናሙና ውስጥ"
-#: scfuncs.hrc:2046
+#: sc/inc/scfuncs.hrc:2046
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:2047
+#: sc/inc/scfuncs.hrc:2047
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2048
+#: sc/inc/scfuncs.hrc:2048
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:2049
+#: sc/inc/scfuncs.hrc:2049
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "The value for which percentage ranking is to be determined."
msgstr "የ ፐርሰንት ደረጃ የሚወሰነለት ዋጋ"
-#: scfuncs.hrc:2050
+#: sc/inc/scfuncs.hrc:2050
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Significance"
msgstr "አስፈላጊነቱ"
-#: scfuncs.hrc:2051
+#: sc/inc/scfuncs.hrc:2051
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "The number of significant digits for the returned percentage: if omitted, a value of 3 is used."
msgstr "አስፈላጊ የ ቁጥር አሀዝ የ ተመለሰው ለ ፐርሰንት: ካልታየ የ 3 ዋጋ ይወሰዳል"
-#: scfuncs.hrc:2057
+#: sc/inc/scfuncs.hrc:2057
msgctxt "SC_OPCODE_RANK"
msgid "Returns the ranking of a value in a sample."
msgstr "ከናሙና ውስጥ የደረጃውን ዋጋ ይመልሳል"
-#: scfuncs.hrc:2058
+#: sc/inc/scfuncs.hrc:2058
msgctxt "SC_OPCODE_RANK"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:2059
+#: sc/inc/scfuncs.hrc:2059
msgctxt "SC_OPCODE_RANK"
msgid "The value for which the rank is to be determined."
msgstr "ደረጃ የሚወሰነለት ዋጋ"
-#: scfuncs.hrc:2060
+#: sc/inc/scfuncs.hrc:2060
msgctxt "SC_OPCODE_RANK"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:2061
+#: sc/inc/scfuncs.hrc:2061
msgctxt "SC_OPCODE_RANK"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2062
+#: sc/inc/scfuncs.hrc:2062
msgctxt "SC_OPCODE_RANK"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:2063
+#: sc/inc/scfuncs.hrc:2063
msgctxt "SC_OPCODE_RANK"
msgid "Sequence order: 0 or omitted means descending, any other value than 0 means ascending."
msgstr "የቅደም ተከተል ደንብ : 0 ወይንም ከተዘለለ እየቀነስ የሚሄድ ማለት ነው ፡ ሌላ የተለየ ዋጋ ከ 0 ሌላ እየጨመረ የሚሄድ ማለት ነው"
-#: scfuncs.hrc:2069
+#: sc/inc/scfuncs.hrc:2069
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Returns the ranking of a value in a sample; if more than one value has the same rank, the top rank of that set of values is returned."
msgstr "በ ናሙና ውስጥ የ ዋጋ ደረጃ ይመልሳል: ከ አንድ በላይ ተመሳሳይ ደረጃ ካለው: የ ላይኛው ደረጃ ከ ስብስብ ዋጋዎች ውስጥ ይመልሳል"
-#: scfuncs.hrc:2070
+#: sc/inc/scfuncs.hrc:2070
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:2071
+#: sc/inc/scfuncs.hrc:2071
msgctxt "SC_OPCODE_RANK_EQ"
msgid "The value for which the rank is to be determined."
msgstr "ደረጃ የሚወሰነለት ዋጋ"
-#: scfuncs.hrc:2072
+#: sc/inc/scfuncs.hrc:2072
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:2073
+#: sc/inc/scfuncs.hrc:2073
msgctxt "SC_OPCODE_RANK_EQ"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2074
+#: sc/inc/scfuncs.hrc:2074
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:2075
+#: sc/inc/scfuncs.hrc:2075
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Sequence order: 0 or omitted means descending, any other value than 0 means ascending."
msgstr "የቅደም ተከተል ደንብ : 0 ወይንም ከተዘለለ እየቀነስ የሚሄድ ማለት ነው: ሌላ የተለየ ዋጋ ከ 0 ሌላ እየጨመረ የሚሄድ ማለት ነው"
-#: scfuncs.hrc:2081
+#: sc/inc/scfuncs.hrc:2081
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Returns the ranking of a value in a sample; if more than one value has the same rank, the average rank is returned."
msgstr "በ ናሙና ውስጥ የ ዋጋ ደረጃ ይመልሳል: ከ አንድ በላይ ተመሳሳይ ደረጃ ካለው: የ መከከለኛውን ደረጃ ይመልሳል"
-#: scfuncs.hrc:2082
+#: sc/inc/scfuncs.hrc:2082
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:2083
+#: sc/inc/scfuncs.hrc:2083
msgctxt "SC_OPCODE_RANK_AVG"
msgid "The value for which the rank is to be determined."
msgstr "ደረጃ የሚወሰነለት ዋጋ"
-#: scfuncs.hrc:2084
+#: sc/inc/scfuncs.hrc:2084
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:2085
+#: sc/inc/scfuncs.hrc:2085
msgctxt "SC_OPCODE_RANK_AVG"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2086
+#: sc/inc/scfuncs.hrc:2086
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:2087
+#: sc/inc/scfuncs.hrc:2087
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Sequence order: 0 or omitted means descending, any other value than 0 means ascending."
msgstr "የ ቅደም ተከተል ደንብ : 0 ወይንም ከተዘለለ እየቀነስ የሚሄድ ማለት ነው: ሌላ የተለየ ዋጋ ከ 0 ሌላ እየጨመረ የሚሄድ ማለት ነው"
-#: scfuncs.hrc:2093
+#: sc/inc/scfuncs.hrc:2093
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "Returns the mean of a sample without including the marginal values."
msgstr "የናሙናውን አማካይ marginal values ሳያካትት ይመልሳል"
-#: scfuncs.hrc:2094
+#: sc/inc/scfuncs.hrc:2094
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:2095
+#: sc/inc/scfuncs.hrc:2095
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "The array of the data in the sample."
msgstr "በናሙና ውስጥ የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2096
+#: sc/inc/scfuncs.hrc:2096
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "Alpha"
msgstr "Alpha"
-#: scfuncs.hrc:2097
+#: sc/inc/scfuncs.hrc:2097
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "The percentage of marginal data that is not to be taken into account."
msgstr "The percentage of marginal data that is not to be taken into account."
-#: scfuncs.hrc:2103
+#: sc/inc/scfuncs.hrc:2103
msgctxt "SC_OPCODE_PROB"
msgid "Returns the discrete probability of an interval."
msgstr "Returns the discreet probability of an interval."
-#: scfuncs.hrc:2104
+#: sc/inc/scfuncs.hrc:2104
msgctxt "SC_OPCODE_PROB"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:2105
+#: sc/inc/scfuncs.hrc:2105
msgctxt "SC_OPCODE_PROB"
msgid "The sample data array."
msgstr "የናሙና ዳታ ማዘጋጃ"
-#: scfuncs.hrc:2106
+#: sc/inc/scfuncs.hrc:2106
msgctxt "SC_OPCODE_PROB"
msgid "Probability"
msgstr "ምናልባት"
-#: scfuncs.hrc:2107
+#: sc/inc/scfuncs.hrc:2107
msgctxt "SC_OPCODE_PROB"
msgid "The array of the associated probabilities."
msgstr "የተዛመዱ ምናልባቶች ማዘጋጃ"
-#: scfuncs.hrc:2108
+#: sc/inc/scfuncs.hrc:2108
msgctxt "SC_OPCODE_PROB"
msgid "Start"
msgstr "መጀመሪያ"
-#: scfuncs.hrc:2109
+#: sc/inc/scfuncs.hrc:2109
msgctxt "SC_OPCODE_PROB"
msgid "The start of the value interval whose probabilities is to be totalled."
msgstr "The start of the value interval whose probabilities is to be totalled."
-#: scfuncs.hrc:2110
+#: sc/inc/scfuncs.hrc:2110
msgctxt "SC_OPCODE_PROB"
msgid "End"
msgstr "መጨረሻ"
-#: scfuncs.hrc:2111
+#: sc/inc/scfuncs.hrc:2111
msgctxt "SC_OPCODE_PROB"
msgid "The end of the value interval where the probabilities are to be totalled."
msgstr "The end of the value interval where the probabilities are to be totalled."
-#: scfuncs.hrc:2117
+#: sc/inc/scfuncs.hrc:2117
msgctxt "SC_OPCODE_B"
msgid "Returns the probability of a trial result using binomial distribution."
msgstr "Returns the probability of a trial result using binomial distribution."
-#: scfuncs.hrc:2118
+#: sc/inc/scfuncs.hrc:2118
msgctxt "SC_OPCODE_B"
msgid "Trials"
msgstr "ሙከራዎች"
-#: scfuncs.hrc:2119
+#: sc/inc/scfuncs.hrc:2119
msgctxt "SC_OPCODE_B"
msgid "The number of trials."
msgstr "የሙከራዎች ቁጥር"
-#: scfuncs.hrc:2120
+#: sc/inc/scfuncs.hrc:2120
msgctxt "SC_OPCODE_B"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2121
+#: sc/inc/scfuncs.hrc:2121
msgctxt "SC_OPCODE_B"
msgid "The individual probability of a trial result."
msgstr "እያንዳንዱ ምናልባት የሚሞከሩበት ውጤት"
-#: scfuncs.hrc:2122
+#: sc/inc/scfuncs.hrc:2122
msgctxt "SC_OPCODE_B"
msgid "T 1"
msgstr "T 1"
-#: scfuncs.hrc:2123
+#: sc/inc/scfuncs.hrc:2123
msgctxt "SC_OPCODE_B"
msgid "Lower limit for the number of trials."
msgstr "ለሙከራዎች ዝቅተኛው የቁጥር መጠን"
-#: scfuncs.hrc:2124
+#: sc/inc/scfuncs.hrc:2124
msgctxt "SC_OPCODE_B"
msgid "T 2"
msgstr "T 2"
-#: scfuncs.hrc:2125
+#: sc/inc/scfuncs.hrc:2125
msgctxt "SC_OPCODE_B"
msgid "Upper limit for the number of trials."
msgstr "ለ ሙከራዎች ከፍተኛው የ ቁጥር መጠን"
-#: scfuncs.hrc:2131
+#: sc/inc/scfuncs.hrc:2131
msgctxt "SC_OPCODE_PHI"
msgid "Values of the distribution function for a standard normal distribution."
msgstr "ዋጋዎች ለ ስርጭት ተግባር ለ መመደቢያ መደበኛ ስርጭት"
-#: scfuncs.hrc:2132
+#: sc/inc/scfuncs.hrc:2132
msgctxt "SC_OPCODE_PHI"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2133
+#: sc/inc/scfuncs.hrc:2133
msgctxt "SC_OPCODE_PHI"
msgid "The value for which the standard normal distribution is to be calculated."
msgstr "ዋጋው የ መደበኛ ስርጭት የሚሰላለት"
-#: scfuncs.hrc:2139
+#: sc/inc/scfuncs.hrc:2139
msgctxt "SC_OPCODE_GAUSS"
msgid "Returns the integral values of the standard normal cumulative distribution."
msgstr "የ ኢንትግራል ዋጋዎች ይመልሳል ለ መደበኛ የ ተጠራቀመ ስርጭት"
-#: scfuncs.hrc:2140
+#: sc/inc/scfuncs.hrc:2140
msgctxt "SC_OPCODE_GAUSS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2141
+#: sc/inc/scfuncs.hrc:2141
msgctxt "SC_OPCODE_GAUSS"
msgid "The value for which the integral value of the standard normal distribution is to be calculated."
msgstr "ዋጋው የ ኢንትግራል ዋጋ ይመልሳል ለ መደበኛ የ ተጠራቀመ ስርጭት ለሚሰላለት"
-#: scfuncs.hrc:2147
+#: sc/inc/scfuncs.hrc:2147
msgctxt "SC_OPCODE_FISHER"
msgid "Returns the Fisher transformation."
msgstr "Returns the Fisher transformation."
-#: scfuncs.hrc:2148
+#: sc/inc/scfuncs.hrc:2148
msgctxt "SC_OPCODE_FISHER"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2149
+#: sc/inc/scfuncs.hrc:2149
msgctxt "SC_OPCODE_FISHER"
msgid "The value to be transformed (-1 < VALUE < 1)."
msgstr "የሚቀየረው ዋጋ (-1 < VALUE < 1)."
-#: scfuncs.hrc:2155
+#: sc/inc/scfuncs.hrc:2155
msgctxt "SC_OPCODE_FISHER_INV"
msgid "Returns the inverse of the Fisher transformation."
msgstr "Returns the inverse of the Fisher transformation."
-#: scfuncs.hrc:2156
+#: sc/inc/scfuncs.hrc:2156
msgctxt "SC_OPCODE_FISHER_INV"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2157
+#: sc/inc/scfuncs.hrc:2157
msgctxt "SC_OPCODE_FISHER_INV"
msgid "The value that is to be transformed back."
msgstr "ዋጋው ወደ ነበረበት የሚቀየረው"
-#: scfuncs.hrc:2163
+#: sc/inc/scfuncs.hrc:2163
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "Values of the binomial distribution."
msgstr "የ ባይኖሚያል ስርጭት ዋጋዎች"
-#: scfuncs.hrc:2164
+#: sc/inc/scfuncs.hrc:2164
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "X"
msgstr "X"
-#: scfuncs.hrc:2165
+#: sc/inc/scfuncs.hrc:2165
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "The number of successes in a series of trials."
msgstr "ከተከታታይ ሙከራዎች የተሳካው ቁጥር"
-#: scfuncs.hrc:2166
+#: sc/inc/scfuncs.hrc:2166
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "Trials"
msgstr "ሙከራዎች"
-#: scfuncs.hrc:2167
+#: sc/inc/scfuncs.hrc:2167
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "The total number of trials."
msgstr "ጠቅላላ የሙከራዎች ቁጥር"
-#: scfuncs.hrc:2168
+#: sc/inc/scfuncs.hrc:2168
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2169
+#: sc/inc/scfuncs.hrc:2169
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "The success probability of a trial."
msgstr "The success probability of a trial."
-#: scfuncs.hrc:2170
+#: sc/inc/scfuncs.hrc:2170
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2171
+#: sc/inc/scfuncs.hrc:2171
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "Cumulated. C=0 calculates the individual probability, C=1 the cumulated probability."
msgstr "Cumulated. C=0 calculates the individual probability, C=1 the cumulated probability."
-#: scfuncs.hrc:2177
+#: sc/inc/scfuncs.hrc:2177
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "Values of the binomial distribution."
msgstr "የ ባይኖሚያል ስርጭት ዋጋዎች"
-#: scfuncs.hrc:2178
+#: sc/inc/scfuncs.hrc:2178
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "X"
msgstr "X"
-#: scfuncs.hrc:2179
+#: sc/inc/scfuncs.hrc:2179
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "The number of successes in a series of trials."
msgstr "ከተከታታይ ሙከራዎች የተሳካው ቁጥር"
-#: scfuncs.hrc:2180
+#: sc/inc/scfuncs.hrc:2180
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "Trials"
msgstr "ሙከራዎች"
-#: scfuncs.hrc:2181
+#: sc/inc/scfuncs.hrc:2181
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "The total number of trials."
msgstr "ጠቅላላ የሙከራዎች ቁጥር"
-#: scfuncs.hrc:2182
+#: sc/inc/scfuncs.hrc:2182
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2183
+#: sc/inc/scfuncs.hrc:2183
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "The success probability of a trial."
msgstr "The success probability of a trial."
-#: scfuncs.hrc:2184
+#: sc/inc/scfuncs.hrc:2184
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2185
+#: sc/inc/scfuncs.hrc:2185
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "Cumulated. C=0 calculates the individual probability, C=1 the cumulated probability."
msgstr "የ ተጠራቀመው: የ ተጠራቀመው=0 የሚያሰላው የ እያንዳንዱን ምናልባት ነው: የ ተጠራቀመው=1 የ ተጠራቀመው ምናልባት ነው"
-#: scfuncs.hrc:2191
+#: sc/inc/scfuncs.hrc:2191
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "Values of the negative binomial distribution."
msgstr "የ አሉታዊ ባይኖሚያል ስርጭት ዋጋዎች"
-#: scfuncs.hrc:2192
+#: sc/inc/scfuncs.hrc:2192
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "X"
msgstr "X"
-#: scfuncs.hrc:2193
+#: sc/inc/scfuncs.hrc:2193
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "The number of failures in the trial range."
msgstr "ከተከታታይ ሙከራዎች ያልተሳካው ቁጥር መጠን"
-#: scfuncs.hrc:2194
+#: sc/inc/scfuncs.hrc:2194
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "R"
msgstr "R"
-#: scfuncs.hrc:2195
+#: sc/inc/scfuncs.hrc:2195
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "The number of successes in the trial sequence."
msgstr "ከተከታታይ ሙከራዎች የተሳካው ቁጥር መጠን"
-#: scfuncs.hrc:2196
+#: sc/inc/scfuncs.hrc:2196
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2197
+#: sc/inc/scfuncs.hrc:2197
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "The success probability of a trial."
msgstr "The success probability of a trial."
-#: scfuncs.hrc:2203
+#: sc/inc/scfuncs.hrc:2203
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "Values of the negative binomial distribution."
msgstr "የ አሉታዊ ባይኖሚያል ስርጭት ዋጋዎች"
-#: scfuncs.hrc:2204
+#: sc/inc/scfuncs.hrc:2204
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "X"
msgstr "X"
-#: scfuncs.hrc:2205
+#: sc/inc/scfuncs.hrc:2205
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "The number of failures in the trial range."
msgstr "ከተከታታይ ሙከራዎች ያልተሳካው ቁጥር መጠን"
-#: scfuncs.hrc:2206
+#: sc/inc/scfuncs.hrc:2206
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "R"
msgstr "R"
-#: scfuncs.hrc:2207
+#: sc/inc/scfuncs.hrc:2207
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "The number of successes in the trial sequence."
msgstr "ከተከታታይ ሙከራዎች የተሳካው ቁጥር መጠን"
-#: scfuncs.hrc:2208
+#: sc/inc/scfuncs.hrc:2208
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2209
+#: sc/inc/scfuncs.hrc:2209
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "The success probability of a trial."
msgstr "The success probability of a trial."
-#: scfuncs.hrc:2210
+#: sc/inc/scfuncs.hrc:2210
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2211
+#: sc/inc/scfuncs.hrc:2211
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2217
+#: sc/inc/scfuncs.hrc:2217
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value."
msgstr "የ ትንሹን ዋጋ ይመልሳል ለ ተጠራቀመ ባይኖሚያል ስርጭት ይበልጥ ወይንም እኩል ይሆን እንደሆን ከ መመዘኛ ዋጋ ጋር"
-#: scfuncs.hrc:2218
+#: sc/inc/scfuncs.hrc:2218
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "Trials"
msgstr "ሙከራዎች"
-#: scfuncs.hrc:2219
+#: sc/inc/scfuncs.hrc:2219
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "The total number of trials."
msgstr "ጠቅላላ የሙከራዎች ቁጥር"
-#: scfuncs.hrc:2220
+#: sc/inc/scfuncs.hrc:2220
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2221
+#: sc/inc/scfuncs.hrc:2221
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "The success probability of a trial."
msgstr "The success probability of a trial."
-#: scfuncs.hrc:2222
+#: sc/inc/scfuncs.hrc:2222
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2223
+#: sc/inc/scfuncs.hrc:2223
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "The border probability that is attained or exceeded."
msgstr "The border probability that is attained or exceeded."
-#: scfuncs.hrc:2229
+#: sc/inc/scfuncs.hrc:2229
msgctxt "SC_OPCODE_BINOM_INV"
msgid "Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value."
msgstr "የ ትንሹን ዋጋ ይመልሳል ለ ተጠራቀመ ባይኖሚያል ስርጭት ይበልጥ ወይንም እኩል ይሆን እንደሆን ከ መመዘኛ ዋጋ ጋር"
-#: scfuncs.hrc:2230
+#: sc/inc/scfuncs.hrc:2230
msgctxt "SC_OPCODE_BINOM_INV"
msgid "Trials"
msgstr "ሙከራዎች"
-#: scfuncs.hrc:2231
+#: sc/inc/scfuncs.hrc:2231
msgctxt "SC_OPCODE_BINOM_INV"
msgid "The total number of trials."
msgstr "ጠቅላላ የሙከራዎች ቁጥር"
-#: scfuncs.hrc:2232
+#: sc/inc/scfuncs.hrc:2232
msgctxt "SC_OPCODE_BINOM_INV"
msgid "SP"
msgstr "SP"
-#: scfuncs.hrc:2233
+#: sc/inc/scfuncs.hrc:2233
msgctxt "SC_OPCODE_BINOM_INV"
msgid "The success probability of a trial."
msgstr "The success probability of a trial."
-#: scfuncs.hrc:2234
+#: sc/inc/scfuncs.hrc:2234
msgctxt "SC_OPCODE_BINOM_INV"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2235
+#: sc/inc/scfuncs.hrc:2235
msgctxt "SC_OPCODE_BINOM_INV"
msgid "The border probability that is attained or exceeded."
msgstr "The border probability that is attained or exceeded."
-#: scfuncs.hrc:2241
+#: sc/inc/scfuncs.hrc:2241
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Returns the Poisson distribution."
msgstr "የ Poisson distribution ይመልሳል"
-#: scfuncs.hrc:2242
+#: sc/inc/scfuncs.hrc:2242
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2243
+#: sc/inc/scfuncs.hrc:2243
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "The value for which the Poisson distribution is to be calculated."
msgstr "The value for which the hyperbolic sine is to be calculated."
-#: scfuncs.hrc:2244
+#: sc/inc/scfuncs.hrc:2244
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Mean"
msgstr "አማካይ"
-#: scfuncs.hrc:2245
+#: sc/inc/scfuncs.hrc:2245
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Mean. The mean value of the Poisson distribution."
msgstr "አማካይ ፡ የ Poisson distribution አማካይ ዋጋ"
-#: scfuncs.hrc:2246
+#: sc/inc/scfuncs.hrc:2246
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2247
+#: sc/inc/scfuncs.hrc:2247
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2253
+#: sc/inc/scfuncs.hrc:2253
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Returns the Poisson distribution."
msgstr "የ Poisson distribution ይመልሳል"
-#: scfuncs.hrc:2254
+#: sc/inc/scfuncs.hrc:2254
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2255
+#: sc/inc/scfuncs.hrc:2255
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "The value for which the Poisson distribution is to be calculated."
msgstr "The value for which the hyperbolic sine is to be calculated."
-#: scfuncs.hrc:2256
+#: sc/inc/scfuncs.hrc:2256
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Mean"
msgstr "አማካይ"
-#: scfuncs.hrc:2257
+#: sc/inc/scfuncs.hrc:2257
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Mean. The mean value of the Poisson distribution."
msgstr "አማካይ ፡ የ Poisson distribution አማካይ ዋጋ"
-#: scfuncs.hrc:2258
+#: sc/inc/scfuncs.hrc:2258
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2259
+#: sc/inc/scfuncs.hrc:2259
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2265
+#: sc/inc/scfuncs.hrc:2265
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Values of the normal distribution."
msgstr "መደበኛ የ ስርጭት ዋጋዎች"
-#: scfuncs.hrc:2266
+#: sc/inc/scfuncs.hrc:2266
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2267
+#: sc/inc/scfuncs.hrc:2267
msgctxt "SC_OPCODE_NORM_DIST"
msgid "The value for which the normal distribution is to be calculated."
msgstr "ዋጋው የ መደበኛ ስርጭት የሚሰላለት"
-#: scfuncs.hrc:2268
+#: sc/inc/scfuncs.hrc:2268
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Mean"
msgstr "አማካይ"
-#: scfuncs.hrc:2269
+#: sc/inc/scfuncs.hrc:2269
msgctxt "SC_OPCODE_NORM_DIST"
msgid "The mean value. The mean value of the normal distribution."
msgstr "አማካይ ዋጋ ፡ የመደበኛ ስርጭቱ አማካይ ዋጋ"
-#: scfuncs.hrc:2270
+#: sc/inc/scfuncs.hrc:2270
msgctxt "SC_OPCODE_NORM_DIST"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2271
+#: sc/inc/scfuncs.hrc:2271
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr "መደበኛ ልዩነት: መደበኛ ልዩነት ለ መደበኛ ስርጭት"
-#: scfuncs.hrc:2272
+#: sc/inc/scfuncs.hrc:2272
msgctxt "SC_OPCODE_NORM_DIST"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2273
+#: sc/inc/scfuncs.hrc:2273
msgctxt "SC_OPCODE_NORM_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2279
+#: sc/inc/scfuncs.hrc:2279
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Values of the normal distribution."
msgstr "መደበኛ የ ስርጭት ዋጋዎች"
-#: scfuncs.hrc:2280
+#: sc/inc/scfuncs.hrc:2280
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2281
+#: sc/inc/scfuncs.hrc:2281
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "The value for which the normal distribution is to be calculated."
msgstr "ዋጋው የ መደበኛ ስርጭት የሚሰላለት"
-#: scfuncs.hrc:2282
+#: sc/inc/scfuncs.hrc:2282
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Mean"
msgstr "አማካይ"
-#: scfuncs.hrc:2283
+#: sc/inc/scfuncs.hrc:2283
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "The mean value. The mean value of the normal distribution."
msgstr "አማካይ ዋጋ ፡ የመደበኛ ስርጭቱ አማካይ ዋጋ"
-#: scfuncs.hrc:2284
+#: sc/inc/scfuncs.hrc:2284
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2285
+#: sc/inc/scfuncs.hrc:2285
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr "መደበኛ ልዩነት: መደበኛ ልዩነት ለ መደበኛ ስርጭት"
-#: scfuncs.hrc:2286
+#: sc/inc/scfuncs.hrc:2286
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2287
+#: sc/inc/scfuncs.hrc:2287
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2293
+#: sc/inc/scfuncs.hrc:2293
msgctxt "SC_OPCODE_NORM_INV"
msgid "Values of the inverse normal distribution."
msgstr "Values of the inverse normal distribution."
-#: scfuncs.hrc:2294
+#: sc/inc/scfuncs.hrc:2294
msgctxt "SC_OPCODE_NORM_INV"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2295
+#: sc/inc/scfuncs.hrc:2295
msgctxt "SC_OPCODE_NORM_INV"
msgid "The probability value for which the inverse normal distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ጥራት ለ መደበኛ ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2296
+#: sc/inc/scfuncs.hrc:2296
msgctxt "SC_OPCODE_NORM_INV"
msgid "Mean"
msgstr "አማካይ"
-#: scfuncs.hrc:2297
+#: sc/inc/scfuncs.hrc:2297
msgctxt "SC_OPCODE_NORM_INV"
msgid "The mean value. The mean value of the normal distribution."
msgstr "አማካይ ዋጋ ፡ የመደበኛ ስርጭቱ አማካይ ዋጋ"
-#: scfuncs.hrc:2298
+#: sc/inc/scfuncs.hrc:2298
msgctxt "SC_OPCODE_NORM_INV"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2299
+#: sc/inc/scfuncs.hrc:2299
msgctxt "SC_OPCODE_NORM_INV"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr "መደበኛ ልዩነት: መደበኛ ልዩነት ለ መደበኛ ስርጭት"
-#: scfuncs.hrc:2305
+#: sc/inc/scfuncs.hrc:2305
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Values of the inverse normal distribution."
msgstr "Values of the inverse normal distribution."
-#: scfuncs.hrc:2306
+#: sc/inc/scfuncs.hrc:2306
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2307
+#: sc/inc/scfuncs.hrc:2307
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "The probability value for which the inverse normal distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ጥራት ለ መደበኛ ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2308
+#: sc/inc/scfuncs.hrc:2308
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Mean"
msgstr "አማካይ"
-#: scfuncs.hrc:2309
+#: sc/inc/scfuncs.hrc:2309
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "The mean value. The mean value of the normal distribution."
msgstr "አማካይ ዋጋ ፡ የመደበኛ ስርጭቱ አማካይ ዋጋ"
-#: scfuncs.hrc:2310
+#: sc/inc/scfuncs.hrc:2310
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2311
+#: sc/inc/scfuncs.hrc:2311
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr "መደበኛ ልዩነት: መደበኛ ልዩነት ለ መደበኛ ስርጭት"
-#: scfuncs.hrc:2317
+#: sc/inc/scfuncs.hrc:2317
msgctxt "SC_OPCODE_STD_NORM_DIST"
msgid "The values of the standard normal cumulative distribution."
msgstr "ዋጋዎች ለ መመደቢያ መደበኛ የ ጥርቅም ስርጭት"
-#: scfuncs.hrc:2318
+#: sc/inc/scfuncs.hrc:2318
msgctxt "SC_OPCODE_STD_NORM_DIST"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2319
+#: sc/inc/scfuncs.hrc:2319
msgctxt "SC_OPCODE_STD_NORM_DIST"
msgid "The value for which the standard normal distribution is to be calculated."
msgstr "ዋጋው የ መመደቢያ መደበኛ ስርጭት የሚሰላለት"
-#: scfuncs.hrc:2325
+#: sc/inc/scfuncs.hrc:2325
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "The values of the standard normal distribution."
msgstr "የ ዋጋዎች ደረጃ ለ መደበኛ ስርጭት"
-#: scfuncs.hrc:2326
+#: sc/inc/scfuncs.hrc:2326
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2327
+#: sc/inc/scfuncs.hrc:2327
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "The value for which the standard normal distribution is to be calculated."
msgstr "ዋጋዎች ለ መደበኛ የ መደበኛ ጥርቅም ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2328
+#: sc/inc/scfuncs.hrc:2328
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2329
+#: sc/inc/scfuncs.hrc:2329
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2335
+#: sc/inc/scfuncs.hrc:2335
msgctxt "SC_OPCODE_S_NORM_INV"
msgid "Values of the inverse standard normal distribution."
msgstr "ዋጋዎች ለ ግልባጭ ጥራት መደበኛ ስርጭት"
-#: scfuncs.hrc:2336
+#: sc/inc/scfuncs.hrc:2336
msgctxt "SC_OPCODE_S_NORM_INV"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2337
+#: sc/inc/scfuncs.hrc:2337
msgctxt "SC_OPCODE_S_NORM_INV"
msgid "The probability value for which the inverse standard normal distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ጥራት ለ መደበኛ ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2343
+#: sc/inc/scfuncs.hrc:2343
msgctxt "SC_OPCODE_S_NORM_INV_MS"
msgid "Values of the inverse standard normal distribution."
msgstr "ዋጋዎች ለ ግልባጭ ጥራት መደበኛ ስርጭት"
-#: scfuncs.hrc:2344
+#: sc/inc/scfuncs.hrc:2344
msgctxt "SC_OPCODE_S_NORM_INV_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2345
+#: sc/inc/scfuncs.hrc:2345
msgctxt "SC_OPCODE_S_NORM_INV_MS"
msgid "The probability value for which the inverse standard normal distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ጥራት ለ መደበኛ ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2351
+#: sc/inc/scfuncs.hrc:2351
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Values of the log normal distribution."
msgstr "Values of the log normal distribution."
-#: scfuncs.hrc:2352
+#: sc/inc/scfuncs.hrc:2352
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2353
+#: sc/inc/scfuncs.hrc:2353
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "The value for which the log normal distribution is to be calculated."
msgstr "ዋጋው የ መደበኛ ሎግ ስርጭት የሚሰላለት"
-#: scfuncs.hrc:2354
+#: sc/inc/scfuncs.hrc:2354
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Mean"
msgstr "አማካይ"
-#: scfuncs.hrc:2355
+#: sc/inc/scfuncs.hrc:2355
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "The mean value of the log normal distribution. It is set to 0 if omitted."
msgstr "The mean value of the log normal distribution. It is set to 0 if omitted."
-#: scfuncs.hrc:2356
+#: sc/inc/scfuncs.hrc:2356
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2357
+#: sc/inc/scfuncs.hrc:2357
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "The standard deviation of the log normal distribution. It is set to 1 if omitted."
msgstr "የ መደበኛ ልዩነት ለ ሎግ መደበኛ ስርጭት: የሚሰናዳው 1 ነው ከተተወ"
-#: scfuncs.hrc:2358
+#: sc/inc/scfuncs.hrc:2358
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2359
+#: sc/inc/scfuncs.hrc:2359
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2365
+#: sc/inc/scfuncs.hrc:2365
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Values of the log normal distribution."
msgstr "Values of the log normal distribution."
-#: scfuncs.hrc:2366
+#: sc/inc/scfuncs.hrc:2366
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2367
+#: sc/inc/scfuncs.hrc:2367
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "The value for which the log normal distribution is to be calculated."
msgstr "ዋጋው የ መደበኛ ሎግ ስርጭት የሚሰላለት"
-#: scfuncs.hrc:2368
+#: sc/inc/scfuncs.hrc:2368
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Mean"
msgstr "አማካይ"
-#: scfuncs.hrc:2369
+#: sc/inc/scfuncs.hrc:2369
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "The mean value of the log normal distribution."
msgstr "የ አማካይ ዋጋ ለ ሎግ መደበኛ ስርጭት"
-#: scfuncs.hrc:2370
+#: sc/inc/scfuncs.hrc:2370
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2371
+#: sc/inc/scfuncs.hrc:2371
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "The standard deviation of the log normal distribution."
msgstr "የ መደበኛ ልዩነት ለ ሎግ መደበኛ ስርጭት"
-#: scfuncs.hrc:2372
+#: sc/inc/scfuncs.hrc:2372
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2373
+#: sc/inc/scfuncs.hrc:2373
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2379
+#: sc/inc/scfuncs.hrc:2379
msgctxt "SC_OPCODE_LOG_INV"
msgid "Values of the inverse of the lognormal distribution."
msgstr "Values of the inverse of the lognormal distribution."
-#: scfuncs.hrc:2380
+#: sc/inc/scfuncs.hrc:2380
msgctxt "SC_OPCODE_LOG_INV"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2381
+#: sc/inc/scfuncs.hrc:2381
msgctxt "SC_OPCODE_LOG_INV"
msgid "The probability value for which the inverse log normal distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ሎግ ለ መደበኛ ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2382
+#: sc/inc/scfuncs.hrc:2382
msgctxt "SC_OPCODE_LOG_INV"
msgid "Mean"
msgstr "አማካይ"
-#: scfuncs.hrc:2383
+#: sc/inc/scfuncs.hrc:2383
msgctxt "SC_OPCODE_LOG_INV"
msgid "Mean value. The mean value of the log normal distribution."
msgstr "Mean value. The mean value of the log normal distribution."
-#: scfuncs.hrc:2384
+#: sc/inc/scfuncs.hrc:2384
msgctxt "SC_OPCODE_LOG_INV"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2385
+#: sc/inc/scfuncs.hrc:2385
msgctxt "SC_OPCODE_LOG_INV"
msgid "Standard deviation. The standard deviation of the log normal distribution."
msgstr "መደበኛ ልዩነት: መደበኛ ልዩነት ለ ሎጋሪዝም መደበኛ ስርጭት"
-#: scfuncs.hrc:2391
+#: sc/inc/scfuncs.hrc:2391
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Values of the inverse of the lognormal distribution."
msgstr "Values of the inverse of the lognormal distribution."
-#: scfuncs.hrc:2392
+#: sc/inc/scfuncs.hrc:2392
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2393
+#: sc/inc/scfuncs.hrc:2393
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "The probability value for which the inverse log normal distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ሎግ ለ መደበኛ ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2394
+#: sc/inc/scfuncs.hrc:2394
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Mean"
msgstr "አማካይ"
-#: scfuncs.hrc:2395
+#: sc/inc/scfuncs.hrc:2395
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Mean value. The mean value of the log normal distribution."
msgstr "አማካይ ዋጋ: አማካይ ዋጋ ለ ሎጋሪዝም መደበኛ ስርጭት"
-#: scfuncs.hrc:2396
+#: sc/inc/scfuncs.hrc:2396
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2397
+#: sc/inc/scfuncs.hrc:2397
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Standard deviation. The standard deviation of the log normal distribution."
msgstr "መደበኛ ልዩነት: መደበኛ ልዩነት ለ ሎጋሪዝም መደበኛ ስርጭት"
-#: scfuncs.hrc:2403
+#: sc/inc/scfuncs.hrc:2403
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Values of the exponential distribution."
msgstr "ዋጋዎች ለ ኤክስፖኔንሺያል ስርጭት"
-#: scfuncs.hrc:2404
+#: sc/inc/scfuncs.hrc:2404
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2405
+#: sc/inc/scfuncs.hrc:2405
msgctxt "SC_OPCODE_EXP_DIST"
msgid "The value to which the exponential distribution is to be calculated."
msgstr "ዋጋ የ ኤክስፖኔንሺያል ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2406
+#: sc/inc/scfuncs.hrc:2406
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Lambda"
msgstr "ላምባዳ"
-#: scfuncs.hrc:2407
+#: sc/inc/scfuncs.hrc:2407
msgctxt "SC_OPCODE_EXP_DIST"
msgid "The parameters of the exponential distribution."
msgstr "ደንቦች ለ ኤክስፖኔንሺያል ስርጭት"
-#: scfuncs.hrc:2408
+#: sc/inc/scfuncs.hrc:2408
msgctxt "SC_OPCODE_EXP_DIST"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2409
+#: sc/inc/scfuncs.hrc:2409
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr "Cumulated. C=0 calculates the density function, C=1 the distribution."
-#: scfuncs.hrc:2415
+#: sc/inc/scfuncs.hrc:2415
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Values of the exponential distribution."
msgstr "ዋጋዎች ለ ኤክስፖኔንሺያል ስርጭት"
-#: scfuncs.hrc:2416
+#: sc/inc/scfuncs.hrc:2416
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2417
+#: sc/inc/scfuncs.hrc:2417
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "The value to which the exponential distribution is to be calculated."
msgstr "ዋጋ የ ኤክስፖኔንሺያል ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2418
+#: sc/inc/scfuncs.hrc:2418
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Lambda"
msgstr "ላምባዳ"
-#: scfuncs.hrc:2419
+#: sc/inc/scfuncs.hrc:2419
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "The parameters of the exponential distribution."
msgstr "ደንቦች ለ ኤክስፖኔንሺያል ስርጭት"
-#: scfuncs.hrc:2420
+#: sc/inc/scfuncs.hrc:2420
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2421
+#: sc/inc/scfuncs.hrc:2421
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr "Cumulated. C=0 calculates the density function, C=1 the distribution."
-#: scfuncs.hrc:2427
+#: sc/inc/scfuncs.hrc:2427
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Returns the value of the probability density function or the cumulative distribution function for the Gamma distribution."
msgstr "የ ምናልባት ዋጋ መጠን ተግባር ወይንም የ ተጠራቀመ ስርጭት ተግባር ለ ጋማ ስርጭት ይመልሳል"
-#: scfuncs.hrc:2428
+#: sc/inc/scfuncs.hrc:2428
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2429
+#: sc/inc/scfuncs.hrc:2429
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "The value for which the gamma distribution is to be calculated."
msgstr "ዋጋው የ ጋማ ስርጭት የሚሰላለት"
-#: scfuncs.hrc:2430
+#: sc/inc/scfuncs.hrc:2430
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2431
+#: sc/inc/scfuncs.hrc:2431
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "The Alpha parameter of the Gamma distribution."
msgstr "የ አልፋ ደንብ ለ ጋማ ስርጭት"
-#: scfuncs.hrc:2432
+#: sc/inc/scfuncs.hrc:2432
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Beta"
msgstr "ቤታ"
-#: scfuncs.hrc:2433
+#: sc/inc/scfuncs.hrc:2433
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "The Beta parameter of the Gamma distribution."
msgstr "የ ቤታ ደንብ ለ ጋማ ስርጭት"
-#: scfuncs.hrc:2434
+#: sc/inc/scfuncs.hrc:2434
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2435
+#: sc/inc/scfuncs.hrc:2435
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2441
+#: sc/inc/scfuncs.hrc:2441
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Returns the value of the probability density function or the cumulative distribution function for the Gamma distribution."
msgstr "የ ምናልባት ዋጋ መጠን ተግባር ወይንም የ ተጠራቀመ ስርጭት ተግባር ለ ጋማ ስርጭት ይመልሳል"
-#: scfuncs.hrc:2442
+#: sc/inc/scfuncs.hrc:2442
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2443
+#: sc/inc/scfuncs.hrc:2443
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "The value for which the gamma distribution is to be calculated."
msgstr "ዋጋው የ ጋማ ስርጭት የሚሰላለት"
-#: scfuncs.hrc:2444
+#: sc/inc/scfuncs.hrc:2444
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2445
+#: sc/inc/scfuncs.hrc:2445
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "The Alpha parameter of the Gamma distribution."
msgstr "የ አልፋ ደንብ ለ ጋማ ስርጭት"
-#: scfuncs.hrc:2446
+#: sc/inc/scfuncs.hrc:2446
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Beta"
msgstr "ቤታ"
-#: scfuncs.hrc:2447
+#: sc/inc/scfuncs.hrc:2447
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "The Beta parameter of the Gamma distribution."
msgstr "የ ቤታ ደንብ ለ ጋማ ስርጭት"
-#: scfuncs.hrc:2448
+#: sc/inc/scfuncs.hrc:2448
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2449
+#: sc/inc/scfuncs.hrc:2449
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2455
+#: sc/inc/scfuncs.hrc:2455
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Values of the inverse gamma distribution."
msgstr "ዋጋዎች ለ ግልባጭ ጋማ ስርጭት"
-#: scfuncs.hrc:2456
+#: sc/inc/scfuncs.hrc:2456
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2457
+#: sc/inc/scfuncs.hrc:2457
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "The probability value for which the inverse gamma distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ጋማ ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2458
+#: sc/inc/scfuncs.hrc:2458
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2459
+#: sc/inc/scfuncs.hrc:2459
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "The Alpha (shape) parameter of the Gamma distribution."
msgstr "የ አልፋ (ቅርጽ) ደንብ ለ ጋማ ስርጭት"
-#: scfuncs.hrc:2460
+#: sc/inc/scfuncs.hrc:2460
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Beta"
msgstr "ቤታ"
-#: scfuncs.hrc:2461
+#: sc/inc/scfuncs.hrc:2461
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "The Beta (scale) parameter of the Gamma distribution."
msgstr "የ ቤታ (መመጠኛ) ደንብ ለ ጋማ ስርጭት"
-#: scfuncs.hrc:2467
+#: sc/inc/scfuncs.hrc:2467
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Values of the inverse gamma distribution."
msgstr "ዋጋዎች ለ ግልባጭ ጋማ ስርጭት"
-#: scfuncs.hrc:2468
+#: sc/inc/scfuncs.hrc:2468
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2469
+#: sc/inc/scfuncs.hrc:2469
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "The probability value for which the inverse gamma distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ጋማ ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2470
+#: sc/inc/scfuncs.hrc:2470
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2471
+#: sc/inc/scfuncs.hrc:2471
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "The Alpha (shape) parameter of the Gamma distribution."
msgstr "የ አልፋ (ቅርጽ) ደንብ ለ ጋማ ስርጭት"
-#: scfuncs.hrc:2472
+#: sc/inc/scfuncs.hrc:2472
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Beta"
msgstr "ቤታ"
-#: scfuncs.hrc:2473
+#: sc/inc/scfuncs.hrc:2473
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "The Beta (scale) parameter of the Gamma distribution."
msgstr "የ ቤታ (መመጠኛ) ደንብ ለ ጋማ ስርጭት"
-#: scfuncs.hrc:2479
+#: sc/inc/scfuncs.hrc:2479
msgctxt "SC_OPCODE_GAMMA_LN"
msgid "Returns the natural logarithm of the gamma function."
msgstr "የ ተፈጥሯዊ ሎጋሪዝም ለ ጋማ ተግባር ይመልሳል"
-#: scfuncs.hrc:2480
+#: sc/inc/scfuncs.hrc:2480
msgctxt "SC_OPCODE_GAMMA_LN"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2481
+#: sc/inc/scfuncs.hrc:2481
msgctxt "SC_OPCODE_GAMMA_LN"
msgid "The value for which the natural logarithm of the gamma function is to be calculated."
msgstr "ዋጋ ነው የ ተፈጥሯዊ ሎጋሪዝም ለ ጋማ ተግባር የሚሰላለት"
-#: scfuncs.hrc:2487
+#: sc/inc/scfuncs.hrc:2487
msgctxt "SC_OPCODE_GAMMA_LN_MS"
msgid "Returns the natural logarithm of the gamma function."
msgstr "የ ተፈጥሯዊ ሎጋሪዝም ለ ጋማ ተግባር ይመልሳል"
-#: scfuncs.hrc:2488
+#: sc/inc/scfuncs.hrc:2488
msgctxt "SC_OPCODE_GAMMA_LN_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2489
+#: sc/inc/scfuncs.hrc:2489
msgctxt "SC_OPCODE_GAMMA_LN_MS"
msgid "The value for which the natural logarithm of the gamma function is to be calculated."
msgstr "ዋጋ ለ ተፈጥሯዊ ሎጋሪዝም ለ ጋማ ተግባር የሚሰላበት"
-#: scfuncs.hrc:2496
+#: sc/inc/scfuncs.hrc:2496
msgctxt "SC_OPCODE_GAMMA"
msgid "Returns the value of the Gamma function."
msgstr "ዋጋ ለ ጋማ ተግባር ይመልሳል"
-#: scfuncs.hrc:2497
+#: sc/inc/scfuncs.hrc:2497
msgctxt "SC_OPCODE_GAMMA"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2498
+#: sc/inc/scfuncs.hrc:2498
msgctxt "SC_OPCODE_GAMMA"
msgid "The value for which the Gamma function is to be calculated."
msgstr "ዋጋ የ ጋማ ተግባር የሚሰላበት"
-#: scfuncs.hrc:2505
+#: sc/inc/scfuncs.hrc:2505
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Values of the beta distribution."
msgstr "ዋጋዎች ለ ቤታ ስርጭት"
-#: scfuncs.hrc:2506
+#: sc/inc/scfuncs.hrc:2506
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2507
+#: sc/inc/scfuncs.hrc:2507
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The value for which the beta distribution is to be calculated."
msgstr "ዋጋ የ ቤታ ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2508
+#: sc/inc/scfuncs.hrc:2508
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2509
+#: sc/inc/scfuncs.hrc:2509
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The Alpha parameter of the Beta distribution."
msgstr "የ አልፋ ደንብ ለ ቤታ ስርጭት"
-#: scfuncs.hrc:2510
+#: sc/inc/scfuncs.hrc:2510
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Beta"
msgstr "ቤታ"
-#: scfuncs.hrc:2511
+#: sc/inc/scfuncs.hrc:2511
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The Beta parameter of the Beta distribution."
msgstr "የ ቤታ ደንብ ለ ቤታ ስርጭት"
-#: scfuncs.hrc:2512
+#: sc/inc/scfuncs.hrc:2512
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Start"
msgstr "መጀመሪያ"
-#: scfuncs.hrc:2513
+#: sc/inc/scfuncs.hrc:2513
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The starting value for the value interval of the distribution."
msgstr "መጀመሪያ ዋጋ ለ ዋጋ ክፍተት ለ ስርጭት"
-#: scfuncs.hrc:2514
+#: sc/inc/scfuncs.hrc:2514
msgctxt "SC_OPCODE_BETA_DIST"
msgid "End"
msgstr "መጨረሻ"
-#: scfuncs.hrc:2515
+#: sc/inc/scfuncs.hrc:2515
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The final value for the value interval of the distribution."
msgstr "የ መጨረሻው ዋጋ ለ ዋጋ ክፍተት ለ ስርጭት"
-#: scfuncs.hrc:2516
+#: sc/inc/scfuncs.hrc:2516
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2517
+#: sc/inc/scfuncs.hrc:2517
msgctxt "SC_OPCODE_BETA_DIST"
msgid "0 or FALSE for probability density function, any other value or TRUE or omitted for cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2523
+#: sc/inc/scfuncs.hrc:2523
msgctxt "SC_OPCODE_BETA_INV"
msgid "Values of the inverse beta distribution."
msgstr "ዋጋዎች ለ ግልባጭ ቤታ ስርጭት"
-#: scfuncs.hrc:2524
+#: sc/inc/scfuncs.hrc:2524
msgctxt "SC_OPCODE_BETA_INV"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2525
+#: sc/inc/scfuncs.hrc:2525
msgctxt "SC_OPCODE_BETA_INV"
msgid "The probability value for which the inverse beta distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ቤታ ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2526
+#: sc/inc/scfuncs.hrc:2526
msgctxt "SC_OPCODE_BETA_INV"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2527
+#: sc/inc/scfuncs.hrc:2527
msgctxt "SC_OPCODE_BETA_INV"
msgid "The Alpha parameter of the Beta distribution."
msgstr "የ አልፋ ደንብ ለ ቤታ ስርጭት"
-#: scfuncs.hrc:2528
+#: sc/inc/scfuncs.hrc:2528
msgctxt "SC_OPCODE_BETA_INV"
msgid "Beta"
msgstr "ቤታ"
-#: scfuncs.hrc:2529
+#: sc/inc/scfuncs.hrc:2529
msgctxt "SC_OPCODE_BETA_INV"
msgid "The Beta parameter of the Beta distribution."
msgstr "የ ቤታ ደንብ ለ ቤታ ስርጭት"
-#: scfuncs.hrc:2530
+#: sc/inc/scfuncs.hrc:2530
msgctxt "SC_OPCODE_BETA_INV"
msgid "Start"
msgstr "መጀመሪያ"
-#: scfuncs.hrc:2531
+#: sc/inc/scfuncs.hrc:2531
msgctxt "SC_OPCODE_BETA_INV"
msgid "The starting value for the value interval of the distribution."
msgstr "መጀመሪያ ዋጋ ለ ዋጋ ክፍተት ለ ስርጭት"
-#: scfuncs.hrc:2532
+#: sc/inc/scfuncs.hrc:2532
msgctxt "SC_OPCODE_BETA_INV"
msgid "End"
msgstr "መጨረሻ"
-#: scfuncs.hrc:2533
+#: sc/inc/scfuncs.hrc:2533
msgctxt "SC_OPCODE_BETA_INV"
msgid "The final value for the value interval of the distribution."
msgstr "የ መጨረሻው ዋጋ ለ ዋጋ ክፍተት ለ ስርጭት"
-#: scfuncs.hrc:2539
+#: sc/inc/scfuncs.hrc:2539
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Values of the beta distribution."
msgstr "ዋጋዎች ለ ቤታ ስርጭት"
-#: scfuncs.hrc:2540
+#: sc/inc/scfuncs.hrc:2540
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2541
+#: sc/inc/scfuncs.hrc:2541
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The value for which the beta distribution is to be calculated."
msgstr "ዋጋ የ ቤታ ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2542
+#: sc/inc/scfuncs.hrc:2542
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2543
+#: sc/inc/scfuncs.hrc:2543
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The Alpha parameter of the Beta distribution."
msgstr "የ አልፋ ደንብ ለ ቤታ ስርጭት"
-#: scfuncs.hrc:2544
+#: sc/inc/scfuncs.hrc:2544
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Beta"
msgstr "ቤታ"
-#: scfuncs.hrc:2545
+#: sc/inc/scfuncs.hrc:2545
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The Beta parameter of the Beta distribution."
msgstr "የ ቤታ ደንብ ለ ቤታ ስርጭት"
-#: scfuncs.hrc:2546
+#: sc/inc/scfuncs.hrc:2546
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2547
+#: sc/inc/scfuncs.hrc:2547
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "0 or FALSE for probability density function, any other value or TRUE or omitted for cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2548
+#: sc/inc/scfuncs.hrc:2548
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Start"
msgstr "መጀመሪያ"
-#: scfuncs.hrc:2549
+#: sc/inc/scfuncs.hrc:2549
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The starting value for the value interval of the distribution."
msgstr "መጀመሪያ ዋጋ ለ ዋጋ ክፍተት ለ ስርጭት"
-#: scfuncs.hrc:2550
+#: sc/inc/scfuncs.hrc:2550
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "End"
msgstr "መጨረሻ"
-#: scfuncs.hrc:2551
+#: sc/inc/scfuncs.hrc:2551
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The final value for the value interval of the distribution."
msgstr "የ መጨረሻው ዋጋ ለ ዋጋ ክፍተት ለ ስርጭት"
-#: scfuncs.hrc:2557
+#: sc/inc/scfuncs.hrc:2557
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Values of the inverse beta distribution."
msgstr "ዋጋዎች ለ ግልባጭ ቤታ ስርጭት"
-#: scfuncs.hrc:2558
+#: sc/inc/scfuncs.hrc:2558
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2559
+#: sc/inc/scfuncs.hrc:2559
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The probability value for which the inverse beta distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ቤታ ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2560
+#: sc/inc/scfuncs.hrc:2560
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2561
+#: sc/inc/scfuncs.hrc:2561
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The Alpha parameter of the Beta distribution."
msgstr "የ አልፋ ደንብ ለ ቤታ ስርጭት"
-#: scfuncs.hrc:2562
+#: sc/inc/scfuncs.hrc:2562
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Beta"
msgstr "ቤታ"
-#: scfuncs.hrc:2563
+#: sc/inc/scfuncs.hrc:2563
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The Beta parameter of the Beta distribution."
msgstr "የ ቤታ ደንብ ለ ቤታ ስርጭት"
-#: scfuncs.hrc:2564
+#: sc/inc/scfuncs.hrc:2564
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Start"
msgstr "መጀመሪያ"
-#: scfuncs.hrc:2565
+#: sc/inc/scfuncs.hrc:2565
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The starting value for the value interval of the distribution."
msgstr "መጀመሪያ ዋጋ ለ ዋጋ ክፍተት ለ ስርጭት"
-#: scfuncs.hrc:2566
+#: sc/inc/scfuncs.hrc:2566
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "End"
msgstr "መጨረሻ"
-#: scfuncs.hrc:2567
+#: sc/inc/scfuncs.hrc:2567
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The final value for the value interval of the distribution."
msgstr "የ መጨረሻው ዋጋ ለ ዋጋ ክፍተት ለ ስርጭት"
-#: scfuncs.hrc:2573
+#: sc/inc/scfuncs.hrc:2573
msgctxt "SC_OPCODE_WEIBULL"
msgid "Returns the values of the Weibull distribution."
msgstr "ዋጋዎች ይመልሳል ለ ዌይቡል ስርጭት"
-#: scfuncs.hrc:2574
+#: sc/inc/scfuncs.hrc:2574
msgctxt "SC_OPCODE_WEIBULL"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2575
+#: sc/inc/scfuncs.hrc:2575
msgctxt "SC_OPCODE_WEIBULL"
msgid "The value for which the Weibull distribution is to be calculated."
msgstr "ዋጋ የ ዌይቡል ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2576
+#: sc/inc/scfuncs.hrc:2576
msgctxt "SC_OPCODE_WEIBULL"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2577
+#: sc/inc/scfuncs.hrc:2577
msgctxt "SC_OPCODE_WEIBULL"
msgid "The Alpha parameter of the Weibull distribution."
msgstr "The Beta parameter of the Weibull distribution."
-#: scfuncs.hrc:2578
+#: sc/inc/scfuncs.hrc:2578
msgctxt "SC_OPCODE_WEIBULL"
msgid "Beta"
msgstr "ቤታ"
-#: scfuncs.hrc:2579
+#: sc/inc/scfuncs.hrc:2579
msgctxt "SC_OPCODE_WEIBULL"
msgid "The Beta parameter of the Weibull distribution."
msgstr "የ ቤታ ደንብ ለ ዌይቡል ስርጭት"
-#: scfuncs.hrc:2580
+#: sc/inc/scfuncs.hrc:2580
msgctxt "SC_OPCODE_WEIBULL"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2581
+#: sc/inc/scfuncs.hrc:2581
msgctxt "SC_OPCODE_WEIBULL"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr "Cumulated. C=0 calculates the density function, C=1 the distribution."
-#: scfuncs.hrc:2587
+#: sc/inc/scfuncs.hrc:2587
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Returns the values of the Weibull distribution."
msgstr "ዋጋዎች ይመልሳል ለ ዌይቡል ስርጭት"
-#: scfuncs.hrc:2588
+#: sc/inc/scfuncs.hrc:2588
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2589
+#: sc/inc/scfuncs.hrc:2589
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "The value for which the Weibull distribution is to be calculated."
msgstr "ዋጋ የ ዌይቡል ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2590
+#: sc/inc/scfuncs.hrc:2590
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2591
+#: sc/inc/scfuncs.hrc:2591
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "The Alpha parameter of the Weibull distribution."
msgstr "The Beta parameter of the Weibull distribution."
-#: scfuncs.hrc:2592
+#: sc/inc/scfuncs.hrc:2592
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Beta"
msgstr "ቤታ"
-#: scfuncs.hrc:2593
+#: sc/inc/scfuncs.hrc:2593
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "The Beta parameter of the Weibull distribution."
msgstr "የ ቤታ ደንብ ለ ዌይቡል ስርጭት"
-#: scfuncs.hrc:2594
+#: sc/inc/scfuncs.hrc:2594
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2595
+#: sc/inc/scfuncs.hrc:2595
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr "Cumulated. C=0 calculates the density function, C=1 the distribution."
-#: scfuncs.hrc:2601
+#: sc/inc/scfuncs.hrc:2601
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Values of the hypergeometric distribution."
msgstr "ዋጋዎች ለ ሀይፐርጂዮሜትሪክ ስርጭት"
-#: scfuncs.hrc:2602
+#: sc/inc/scfuncs.hrc:2602
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "X"
msgstr "X"
-#: scfuncs.hrc:2603
+#: sc/inc/scfuncs.hrc:2603
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The number of successes in the sample."
msgstr "የተሳካው ቁጥር ከናሙና"
-#: scfuncs.hrc:2604
+#: sc/inc/scfuncs.hrc:2604
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "N sample"
msgstr "N ናሙና"
-#: scfuncs.hrc:2605
+#: sc/inc/scfuncs.hrc:2605
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The size of the sample."
msgstr "የ ናሙናው መጠን"
-#: scfuncs.hrc:2606
+#: sc/inc/scfuncs.hrc:2606
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Successes"
msgstr "ስኬቶች"
-#: scfuncs.hrc:2607
+#: sc/inc/scfuncs.hrc:2607
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The number of successes in the population."
msgstr "የ ስኬቶች ቁጥር በ ሕዝብ ውስጥ"
-#: scfuncs.hrc:2608
+#: sc/inc/scfuncs.hrc:2608
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "N population"
msgstr "N ሕዝቡ"
-#: scfuncs.hrc:2609
+#: sc/inc/scfuncs.hrc:2609
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The population size."
msgstr "የ ሕዝቡ መጠን"
-#: scfuncs.hrc:2610
+#: sc/inc/scfuncs.hrc:2610
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Cumulative"
msgstr "የ ተጠራቀመው"
-#: scfuncs.hrc:2611
+#: sc/inc/scfuncs.hrc:2611
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Cumulated. TRUE calculates the cumulative distribution function, FALSE the probability mass function."
msgstr "የ ተጠራቀመ. እውነት የሚያሰላው የ ተጠራቀመ ስርጭት ተግባር ነው: ሀሰት የ ምናልባት ስብስብ ተግባር ነው"
-#: scfuncs.hrc:2617
+#: sc/inc/scfuncs.hrc:2617
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Values of the hypergeometric distribution."
msgstr "ዋጋዎች ለ ሀይፐርጂዮሜትሪክ ስርጭት"
-#: scfuncs.hrc:2618
+#: sc/inc/scfuncs.hrc:2618
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "X"
msgstr "X"
-#: scfuncs.hrc:2619
+#: sc/inc/scfuncs.hrc:2619
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The number of successes in the sample."
msgstr "የተሳካው ቁጥር ከናሙና"
-#: scfuncs.hrc:2620
+#: sc/inc/scfuncs.hrc:2620
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "N sample"
msgstr "N ናሙና"
-#: scfuncs.hrc:2621
+#: sc/inc/scfuncs.hrc:2621
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The size of the sample."
msgstr "የ ናሙናው መጠን"
-#: scfuncs.hrc:2622
+#: sc/inc/scfuncs.hrc:2622
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Successes"
msgstr "ስኬቶች"
-#: scfuncs.hrc:2623
+#: sc/inc/scfuncs.hrc:2623
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The number of successes in the population."
msgstr "የ ስኬቶች ቁጥር በ ሕዝብ ውስጥ"
-#: scfuncs.hrc:2624
+#: sc/inc/scfuncs.hrc:2624
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "N population"
msgstr "N ሕዝቡ"
-#: scfuncs.hrc:2625
+#: sc/inc/scfuncs.hrc:2625
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The population size."
msgstr "የ ሕዝቡ መጠን"
-#: scfuncs.hrc:2626
+#: sc/inc/scfuncs.hrc:2626
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2627
+#: sc/inc/scfuncs.hrc:2627
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Cumulated. TRUE calculates the cumulative distribution function, FALSE the probability mass function."
msgstr "የ ተጠራቀመ. እውነት የሚያሰላው የ ተጠራቀመ ስርጭት ተግባር ነው: ሀሰት የ ምናልባት ስብስብ ተግባር ነው"
-#: scfuncs.hrc:2633
+#: sc/inc/scfuncs.hrc:2633
msgctxt "SC_OPCODE_T_DIST"
msgid "Returns the t-distribution."
msgstr "የ t-ስርጭት ይመልሳል"
-#: scfuncs.hrc:2634
+#: sc/inc/scfuncs.hrc:2634
msgctxt "SC_OPCODE_T_DIST"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2635
+#: sc/inc/scfuncs.hrc:2635
msgctxt "SC_OPCODE_T_DIST"
msgid "The value for which the T distribution is to be calculated."
msgstr "ዋጋ የ T ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2636
+#: sc/inc/scfuncs.hrc:2636
msgctxt "SC_OPCODE_T_DIST"
msgid "Degrees freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2637
+#: sc/inc/scfuncs.hrc:2637
msgctxt "SC_OPCODE_T_DIST"
msgid "The degrees of freedom of the T distribution."
msgstr "የ ዲግሪዎች ነፃነት ለ T ስርጭት"
-#: scfuncs.hrc:2638
+#: sc/inc/scfuncs.hrc:2638
msgctxt "SC_OPCODE_T_DIST"
msgid "Mode"
msgstr "ዘዴ"
-#: scfuncs.hrc:2639
+#: sc/inc/scfuncs.hrc:2639
msgctxt "SC_OPCODE_T_DIST"
msgid "Mode = 1 calculates the one-tailed test, 2 = two-tailed distribution."
msgstr "ዘዴ = 1 ያሰላል የ አንድ-ጭራ መሞከሪያ: 2 = ሁለት-ጭራ መሞከሪያ:"
-#: scfuncs.hrc:2645
+#: sc/inc/scfuncs.hrc:2645
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "Returns the two-tailed t-distribution."
msgstr "የ ሁለት-ጭራ t-ስርጭት ይመልሳል"
-#: scfuncs.hrc:2646
+#: sc/inc/scfuncs.hrc:2646
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2647
+#: sc/inc/scfuncs.hrc:2647
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "The value for which the T distribution is to be calculated."
msgstr "ዋጋ የ T ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2648
+#: sc/inc/scfuncs.hrc:2648
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "Degrees freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2649
+#: sc/inc/scfuncs.hrc:2649
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "The degrees of freedom of the T distribution."
msgstr "የ ዲግሪዎች ነፃነት ለ T ስርጭት"
-#: scfuncs.hrc:2655
+#: sc/inc/scfuncs.hrc:2655
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Returns the t-distribution."
msgstr "የ t-ስርጭት ይመልሳል"
-#: scfuncs.hrc:2656
+#: sc/inc/scfuncs.hrc:2656
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2657
+#: sc/inc/scfuncs.hrc:2657
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "The value for which the T distribution is to be calculated."
msgstr "ዋጋ የ T ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2658
+#: sc/inc/scfuncs.hrc:2658
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Degrees freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2659
+#: sc/inc/scfuncs.hrc:2659
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "The degrees of freedom of the T distribution."
msgstr "The degrees of freedom of the T distribution."
-#: scfuncs.hrc:2660
+#: sc/inc/scfuncs.hrc:2660
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Cumulative"
msgstr "የ ተጠራቀመው"
-#: scfuncs.hrc:2661
+#: sc/inc/scfuncs.hrc:2661
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "True calculates the cumulative distribution function, false the probability density function."
msgstr "እውነት የሚያሰላው የ ተጠራቀመ ስርጭት ተግባር ነው: ሀሰት የ ምናልባት ሜዕጠን ተግባር ነው"
-#: scfuncs.hrc:2667
+#: sc/inc/scfuncs.hrc:2667
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "Returns the right-tailed t-distribution."
msgstr "የ ቀኝ-ጭራ ጭራ-ስርጭት ይመልሳል"
-#: scfuncs.hrc:2668
+#: sc/inc/scfuncs.hrc:2668
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2669
+#: sc/inc/scfuncs.hrc:2669
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "The value for which the T distribution is to be calculated."
msgstr "ዋጋ የ T ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2670
+#: sc/inc/scfuncs.hrc:2670
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "Degrees freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2671
+#: sc/inc/scfuncs.hrc:2671
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "The degrees of freedom of the T distribution."
msgstr "የ ዲግሪዎች ነፃነት ለ T ስርጭት"
-#: scfuncs.hrc:2677
+#: sc/inc/scfuncs.hrc:2677
msgctxt "SC_OPCODE_T_INV"
msgid "Values of the inverse t-distribution."
msgstr "ዋጋዎች ለ ግልባጭ t-ስርጭት."
-#: scfuncs.hrc:2678
+#: sc/inc/scfuncs.hrc:2678
msgctxt "SC_OPCODE_T_INV"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2679
+#: sc/inc/scfuncs.hrc:2679
msgctxt "SC_OPCODE_T_INV"
msgid "The probability value for which the inverse T distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ T ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2680
+#: sc/inc/scfuncs.hrc:2680
msgctxt "SC_OPCODE_T_INV"
msgid "Degrees freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2681
+#: sc/inc/scfuncs.hrc:2681
msgctxt "SC_OPCODE_T_INV"
msgid "The degrees of freedom of the T distribution."
msgstr "The degrees of freedom of the T distribution."
-#: scfuncs.hrc:2687
+#: sc/inc/scfuncs.hrc:2687
msgctxt "SC_OPCODE_T_INV_MS"
msgid "Values of the left-tailed inverse t-distribution."
msgstr "የ ግራ-ጭራ ግልባጭ ጭራ-ስርጭት ዋጋዎች ይመልሳል"
-#: scfuncs.hrc:2688
+#: sc/inc/scfuncs.hrc:2688
msgctxt "SC_OPCODE_T_INV_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2689
+#: sc/inc/scfuncs.hrc:2689
msgctxt "SC_OPCODE_T_INV_MS"
msgid "The probability value for which the inverse T distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ T ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2690
+#: sc/inc/scfuncs.hrc:2690
msgctxt "SC_OPCODE_T_INV_MS"
msgid "Degrees freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2691
+#: sc/inc/scfuncs.hrc:2691
msgctxt "SC_OPCODE_T_INV_MS"
msgid "The degrees of freedom of the T distribution."
msgstr "The degrees of freedom of the T distribution."
-#: scfuncs.hrc:2697
+#: sc/inc/scfuncs.hrc:2697
msgctxt "SC_OPCODE_T_INV_2T"
msgid "Values of the two-tailed inverse t-distribution."
msgstr "የ ሁለት-ጭራ ግልባጭ ጭራ-ስርጭት ዋጋዎች ይመልሳል"
-#: scfuncs.hrc:2698
+#: sc/inc/scfuncs.hrc:2698
msgctxt "SC_OPCODE_T_INV_2T"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2699
+#: sc/inc/scfuncs.hrc:2699
msgctxt "SC_OPCODE_T_INV_2T"
msgid "The probability value for which the inverse T distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ T ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2700
+#: sc/inc/scfuncs.hrc:2700
msgctxt "SC_OPCODE_T_INV_2T"
msgid "Degrees freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2701
+#: sc/inc/scfuncs.hrc:2701
msgctxt "SC_OPCODE_T_INV_2T"
msgid "The degrees of freedom of the T distribution."
msgstr "The degrees of freedom of the T distribution."
-#: scfuncs.hrc:2707
+#: sc/inc/scfuncs.hrc:2707
msgctxt "SC_OPCODE_F_DIST"
msgid "Values of the F probability distribution."
msgstr "ዋጋዎች ለ F ምናልባት ስርጭት"
-#: scfuncs.hrc:2708
+#: sc/inc/scfuncs.hrc:2708
msgctxt "SC_OPCODE_F_DIST"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2709
+#: sc/inc/scfuncs.hrc:2709
msgctxt "SC_OPCODE_F_DIST"
msgid "The value for which the F distribution is to be calculated."
msgstr "ዋጋ የ F ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2710
+#: sc/inc/scfuncs.hrc:2710
msgctxt "SC_OPCODE_F_DIST"
msgid "Degrees freedom 1"
msgstr "የ ዲግሪዎች ነፃነት 1"
-#: scfuncs.hrc:2711
+#: sc/inc/scfuncs.hrc:2711
msgctxt "SC_OPCODE_F_DIST"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "The degrees of freedom in the numerator of the F distribution."
-#: scfuncs.hrc:2712
+#: sc/inc/scfuncs.hrc:2712
msgctxt "SC_OPCODE_F_DIST"
msgid "Degrees freedom 2"
msgstr "የ ዲግሪዎች ነፃነት 2"
-#: scfuncs.hrc:2713
+#: sc/inc/scfuncs.hrc:2713
msgctxt "SC_OPCODE_F_DIST"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "The degrees of freedom in the denominator of the F distribution."
-#: scfuncs.hrc:2719
+#: sc/inc/scfuncs.hrc:2719
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Values of the left tail F probability distribution."
msgstr "Values of the left tail F probability distribution."
-#: scfuncs.hrc:2720
+#: sc/inc/scfuncs.hrc:2720
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2721
+#: sc/inc/scfuncs.hrc:2721
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "The value for which the F distribution is to be calculated."
msgstr "The value for which the F distribution is to be calculated."
-#: scfuncs.hrc:2722
+#: sc/inc/scfuncs.hrc:2722
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Degrees freedom 1"
msgstr "የ ዲግሪዎች ነፃነት 1"
-#: scfuncs.hrc:2723
+#: sc/inc/scfuncs.hrc:2723
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "የ ዲግሪዎች ነፃነት በ አካፋዮች ውስጥ ለ F ስርጭት"
-#: scfuncs.hrc:2724
+#: sc/inc/scfuncs.hrc:2724
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Degrees freedom 2"
msgstr "የ ዲግሪዎች ነፃነት 2"
-#: scfuncs.hrc:2725
+#: sc/inc/scfuncs.hrc:2725
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "የ ዲግሪዎችነፃነት በ ተካፋዮች ውስጥ ለ F ስርጭት"
-#: scfuncs.hrc:2726
+#: sc/inc/scfuncs.hrc:2726
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Cumulative"
msgstr "የ ተጠራቀመው"
-#: scfuncs.hrc:2727
+#: sc/inc/scfuncs.hrc:2727
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Cumulative distribution function (TRUE) or probability density function (FALSE)."
msgstr "የ ተጠራቀመው የ ስርጭት ተግባር (እውነት) ወይንም የ ምናልባት መጠን ተግባር (ሀሰት)"
-#: scfuncs.hrc:2733
+#: sc/inc/scfuncs.hrc:2733
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Values of the right tail F probability distribution."
msgstr "ዋጋዎች ለ ቀኝ ጭራ F ምናልባት ስርጭት"
-#: scfuncs.hrc:2734
+#: sc/inc/scfuncs.hrc:2734
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2735
+#: sc/inc/scfuncs.hrc:2735
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "The value for which the F distribution is to be calculated."
msgstr "ዋጋ የ F ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2736
+#: sc/inc/scfuncs.hrc:2736
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Degrees freedom 1"
msgstr "የ ዲግሪዎች ነፃነት 1"
-#: scfuncs.hrc:2737
+#: sc/inc/scfuncs.hrc:2737
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "የ ዲግሪዎች ነፃነት በ አካፋዮች ውስጥ ለ F ስርጭት"
-#: scfuncs.hrc:2738
+#: sc/inc/scfuncs.hrc:2738
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Degrees freedom 2"
msgstr "የ ዲግሪዎች ነፃነት 2"
-#: scfuncs.hrc:2739
+#: sc/inc/scfuncs.hrc:2739
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "የ ዲግሪዎችነፃነት በ ተካፋዮች ውስጥ ለ F ስርጭት"
-#: scfuncs.hrc:2745
+#: sc/inc/scfuncs.hrc:2745
msgctxt "SC_OPCODE_F_INV"
msgid "Values of the inverse F distribution."
msgstr "ዋጋዎች ለ ግልባጭ F ስርጭት"
-#: scfuncs.hrc:2746
+#: sc/inc/scfuncs.hrc:2746
msgctxt "SC_OPCODE_F_INV"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2747
+#: sc/inc/scfuncs.hrc:2747
msgctxt "SC_OPCODE_F_INV"
msgid "The probability value for which the inverse F distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ ነው የ ግልባጭ F ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2748
+#: sc/inc/scfuncs.hrc:2748
msgctxt "SC_OPCODE_F_INV"
msgid "Degrees freedom 1"
msgstr "የ ዲግሪዎች ነፃነት 1"
-#: scfuncs.hrc:2749
+#: sc/inc/scfuncs.hrc:2749
msgctxt "SC_OPCODE_F_INV"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "የ ዲግሪዎችነፃነት በ አካፋዮች ውስጥ ለ F ስርጭት"
-#: scfuncs.hrc:2750
+#: sc/inc/scfuncs.hrc:2750
msgctxt "SC_OPCODE_F_INV"
msgid "Degrees freedom 2"
msgstr "የ ዲግሪዎች ነፃነት 2"
-#: scfuncs.hrc:2751
+#: sc/inc/scfuncs.hrc:2751
msgctxt "SC_OPCODE_F_INV"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "የ ዲግሪዎችነፃነት በ ተካፋዮች ውስጥ ለ F ስርጭት"
-#: scfuncs.hrc:2757
+#: sc/inc/scfuncs.hrc:2757
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Values of the inverse left tail F distribution."
msgstr "ዋጋዎች ለ ግልባጭ የ ግራ ጭራ F ስርጭት"
-#: scfuncs.hrc:2758
+#: sc/inc/scfuncs.hrc:2758
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2759
+#: sc/inc/scfuncs.hrc:2759
msgctxt "SC_OPCODE_F_INV_LT"
msgid "The probability value for which the inverse F distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ F ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2760
+#: sc/inc/scfuncs.hrc:2760
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Degrees freedom 1"
msgstr "የ ዲግሪዎች ነፃነት 1"
-#: scfuncs.hrc:2761
+#: sc/inc/scfuncs.hrc:2761
msgctxt "SC_OPCODE_F_INV_LT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "የ ዲግሪዎች ነፃነት በ አካፋዮች ውስጥ ለ F ስርጭት"
-#: scfuncs.hrc:2762
+#: sc/inc/scfuncs.hrc:2762
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Degrees freedom 2"
msgstr "የ ዲግሪዎች ነፃነት 2"
-#: scfuncs.hrc:2763
+#: sc/inc/scfuncs.hrc:2763
msgctxt "SC_OPCODE_F_INV_LT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "የ ዲግሪዎችነፃነት በ ተካፋዮች ውስጥ ለ F ስርጭት"
-#: scfuncs.hrc:2769
+#: sc/inc/scfuncs.hrc:2769
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Values of the inverse right tail F distribution."
msgstr "ዋጋዎች ለ ግልባጭ የ ቀኝ ጭራ ለ F ስርጭት"
-#: scfuncs.hrc:2770
+#: sc/inc/scfuncs.hrc:2770
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2771
+#: sc/inc/scfuncs.hrc:2771
msgctxt "SC_OPCODE_F_INV_RT"
msgid "The probability value for which the inverse F distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ ነው የ ግልባጭ F ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2772
+#: sc/inc/scfuncs.hrc:2772
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Degrees freedom 1"
msgstr "የ ዲግሪዎች ነፃነት 1"
-#: scfuncs.hrc:2773
+#: sc/inc/scfuncs.hrc:2773
msgctxt "SC_OPCODE_F_INV_RT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "የ ዲግሪዎች ነፃነት በ አካፋዮች ውስጥ ለ F ስርጭት"
-#: scfuncs.hrc:2774
+#: sc/inc/scfuncs.hrc:2774
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Degrees freedom 2"
msgstr "የ ዲግሪዎች ነፃነት 2"
-#: scfuncs.hrc:2775
+#: sc/inc/scfuncs.hrc:2775
msgctxt "SC_OPCODE_F_INV_RT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "የ ዲግሪዎችነፃነት በ ተካፋዮች ውስጥ ለ F ስርጭት"
-#: scfuncs.hrc:2781
+#: sc/inc/scfuncs.hrc:2781
msgctxt "SC_OPCODE_CHI_DIST"
msgid "Returns the right-tail probability of the chi-square distribution."
msgstr "ይመልሳል የ ቀኝ-ጭራ ምናልባት ለ ቺ-ስኴር ስርጭት"
-#: scfuncs.hrc:2782
+#: sc/inc/scfuncs.hrc:2782
msgctxt "SC_OPCODE_CHI_DIST"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2783
+#: sc/inc/scfuncs.hrc:2783
msgctxt "SC_OPCODE_CHI_DIST"
msgid "The value for which the chi square distribution is to be calculated."
msgstr "ዋጋ የ ቺ ስኴር ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2784
+#: sc/inc/scfuncs.hrc:2784
msgctxt "SC_OPCODE_CHI_DIST"
msgid "Degrees freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2785
+#: sc/inc/scfuncs.hrc:2785
msgctxt "SC_OPCODE_CHI_DIST"
msgid "The degrees of freedom of the chi square distribution."
msgstr "The degrees of freedom of the T distribution."
-#: scfuncs.hrc:2791
+#: sc/inc/scfuncs.hrc:2791
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "Returns the right-tail probability of the chi-square distribution."
msgstr "ይመልሳል የ ቀኝ-ጭራ ምናልባት ለ ቺ-ስኴር ስርጭት"
-#: scfuncs.hrc:2792
+#: sc/inc/scfuncs.hrc:2792
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2793
+#: sc/inc/scfuncs.hrc:2793
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "The value for which the chi square distribution is to be calculated."
msgstr "ዋጋ የ ለ ቺ ስኴር ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2794
+#: sc/inc/scfuncs.hrc:2794
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "Degrees freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2795
+#: sc/inc/scfuncs.hrc:2795
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "The degrees of freedom of the chi square distribution."
msgstr "The degrees of freedom of the T distribution."
-#: scfuncs.hrc:2802
+#: sc/inc/scfuncs.hrc:2802
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Returns left-tail probability of the cumulative distribution function or values of the probability density function of the chi-square distribution."
msgstr "ይመልሳል የ ግራ-ጭራ ምናልባት ለ ተጠራቀመው ስርጭት ተግባር ወይንም ዋጋዎች የ ምናልባት መጠን ተግባር ለ ቺ-ስኴር ስርጭት"
-#: scfuncs.hrc:2803
+#: sc/inc/scfuncs.hrc:2803
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2804
+#: sc/inc/scfuncs.hrc:2804
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "The value for which the probability density function or cumulative distribution function is to be calculated."
msgstr "ዋጋ ለ ምናልባት መጠን ተግባር ወይንም ለ ተጠራቀመው ስርጭት ተግባር ለሚሰላው"
-#: scfuncs.hrc:2805
+#: sc/inc/scfuncs.hrc:2805
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Degrees of Freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2806
+#: sc/inc/scfuncs.hrc:2806
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "The degrees of freedom of the chi-square distribution."
msgstr "The degrees of freedom of the T distribution."
-#: scfuncs.hrc:2807
+#: sc/inc/scfuncs.hrc:2807
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2808
+#: sc/inc/scfuncs.hrc:2808
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2815
+#: sc/inc/scfuncs.hrc:2815
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Returns left-tail probability of the cumulative distribution function or values of the probability density function of the chi-square distribution."
msgstr "ይመልሳል የ ግራ-ጭራ ምናልባት ለ ተጠራቀመው ስርጭት ተግባር ወይንም ዋጋዎች የ ምናልባት መጠን ተግባር ለ ቺ-ስኴር ስርጭት"
-#: scfuncs.hrc:2816
+#: sc/inc/scfuncs.hrc:2816
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2817
+#: sc/inc/scfuncs.hrc:2817
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "The value for which the probability density function or cumulative distribution function is to be calculated."
msgstr "ዋጋ ለ ምናልባት መጠን ተግባር ወይንም ለ ተጠራቀመው ስርጭት ተግባር ለሚሰላው"
-#: scfuncs.hrc:2818
+#: sc/inc/scfuncs.hrc:2818
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Degrees of Freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2819
+#: sc/inc/scfuncs.hrc:2819
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "The degrees of freedom of the chi-square distribution."
msgstr "The degrees of freedom of the T distribution."
-#: scfuncs.hrc:2820
+#: sc/inc/scfuncs.hrc:2820
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Cumulative"
msgstr "የተጠራቀመው"
-#: scfuncs.hrc:2821
+#: sc/inc/scfuncs.hrc:2821
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 ወይንም ሀሰት የሚያሰላው የምናልባት density function ነው ሌሎች ዋጋዎች ወይንም እውነት ወይንም የተተወ የሚያሰላው የ cumulative distribution function."
-#: scfuncs.hrc:2828
+#: sc/inc/scfuncs.hrc:2828
msgctxt "SC_OPCODE_CHI_INV"
msgid "Values of the inverse of CHIDIST(x; DegreesOfFreedom)."
msgstr "ዋጋዎች ለ ግልባጭ ቺ ስርጭት(x; የ ዲግሪዎች ነፃነት)."
-#: scfuncs.hrc:2829
+#: sc/inc/scfuncs.hrc:2829
msgctxt "SC_OPCODE_CHI_INV"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2830
+#: sc/inc/scfuncs.hrc:2830
msgctxt "SC_OPCODE_CHI_INV"
msgid "The probability value for which the inverse chi square distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ቺ ስኴር ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2831
+#: sc/inc/scfuncs.hrc:2831
msgctxt "SC_OPCODE_CHI_INV"
msgid "Degrees freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2832
+#: sc/inc/scfuncs.hrc:2832
msgctxt "SC_OPCODE_CHI_INV"
msgid "The degrees of freedom of the chi square distribution."
msgstr "The degrees of freedom of the T distribution."
-#: scfuncs.hrc:2839
+#: sc/inc/scfuncs.hrc:2839
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "Values of the inverse of CHIDIST(x; DegreesOfFreedom)."
msgstr "ዋጋዎች ለ ግልባጭ ቺ ስርጭት(x; የ ዲግሪዎች ነፃነት)."
-#: scfuncs.hrc:2840
+#: sc/inc/scfuncs.hrc:2840
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2841
+#: sc/inc/scfuncs.hrc:2841
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "The probability value for which the inverse chi square distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ቺ ስኴር ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2842
+#: sc/inc/scfuncs.hrc:2842
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "Degrees freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2843
+#: sc/inc/scfuncs.hrc:2843
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "The degrees of freedom of the chi square distribution."
msgstr "The degrees of freedom of the T distribution."
-#: scfuncs.hrc:2850
+#: sc/inc/scfuncs.hrc:2850
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "Values of the inverse of CHISQDIST(x;DegreesOfFreedom;TRUE())."
msgstr "ዋጋዎች ለ ግልባጭ ቺ ስርጭት(x; የ ዲግሪዎች ነፃነት:እውነት())."
-#: scfuncs.hrc:2851
+#: sc/inc/scfuncs.hrc:2851
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "Probability"
msgstr "ምናልባት"
-#: scfuncs.hrc:2852
+#: sc/inc/scfuncs.hrc:2852
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "The probability value for which the inverse of the chi square distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ቺ ስኴር ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2853
+#: sc/inc/scfuncs.hrc:2853
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "Degrees of Freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2854
+#: sc/inc/scfuncs.hrc:2854
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "The degrees of freedom of the chi square distribution."
msgstr "The degrees of freedom of the T distribution."
-#: scfuncs.hrc:2861
+#: sc/inc/scfuncs.hrc:2861
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "Values of the inverse of CHISQ.DIST(x;DegreesOfFreedom;TRUE())."
msgstr "ዋጋዎች ለ ግልባጭ ቺ ስኬር.ስርጭት(x; የ ዲግሪዎች ነፃነት:እውነት())."
-#: scfuncs.hrc:2862
+#: sc/inc/scfuncs.hrc:2862
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "Probability"
msgstr "ምናልባት"
-#: scfuncs.hrc:2863
+#: sc/inc/scfuncs.hrc:2863
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "The probability value for which the inverse of the chi square distribution is to be calculated."
msgstr "የ ምናልባት ዋጋ የ ግልባጭ ቺ ስኴር ስርጭት የሚሰላበት"
-#: scfuncs.hrc:2864
+#: sc/inc/scfuncs.hrc:2864
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "Degrees of Freedom"
msgstr "የ ዲግሪዎች ነፃነት"
-#: scfuncs.hrc:2865
+#: sc/inc/scfuncs.hrc:2865
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "The degrees of freedom of the chi square distribution."
msgstr "The degrees of freedom of the T distribution."
-#: scfuncs.hrc:2872
+#: sc/inc/scfuncs.hrc:2872
msgctxt "SC_OPCODE_STANDARD"
msgid "Converts a random variable to a normalized value."
msgstr "በ ነሲብ ተለዋዋጮችን ወደ መደበኛ ዋጋ መቀየሪያ"
-#: scfuncs.hrc:2873
+#: sc/inc/scfuncs.hrc:2873
msgctxt "SC_OPCODE_STANDARD"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:2874
+#: sc/inc/scfuncs.hrc:2874
msgctxt "SC_OPCODE_STANDARD"
msgid "The value to be standardized."
msgstr "ዋጋ ለ ደረጃው"
-#: scfuncs.hrc:2875
+#: sc/inc/scfuncs.hrc:2875
msgctxt "SC_OPCODE_STANDARD"
msgid "Mean"
msgstr "አማካይ"
-#: scfuncs.hrc:2876
+#: sc/inc/scfuncs.hrc:2876
msgctxt "SC_OPCODE_STANDARD"
msgid "The mean value used for moving."
msgstr "ለማንቀሳቀስ የተጠቀሙት አማካይ ዋጋ"
-#: scfuncs.hrc:2877
+#: sc/inc/scfuncs.hrc:2877
msgctxt "SC_OPCODE_STANDARD"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2878
+#: sc/inc/scfuncs.hrc:2878
msgctxt "SC_OPCODE_STANDARD"
msgid "The standard deviation used for scaling."
msgstr "የ መደበኛ ልዩነት ለ መመጠኛ የሚጠቀሙበት"
-#: scfuncs.hrc:2884
+#: sc/inc/scfuncs.hrc:2884
msgctxt "SC_OPCODE_PERMUT"
msgid "Returns the number of permutations for a given number of elements without repetition."
msgstr "Returns the number of permutations for a given number of elements without repetition."
-#: scfuncs.hrc:2885
+#: sc/inc/scfuncs.hrc:2885
msgctxt "SC_OPCODE_PERMUT"
msgid "Count 1"
msgstr "መቁጠሪያ 1"
-#: scfuncs.hrc:2886
+#: sc/inc/scfuncs.hrc:2886
msgctxt "SC_OPCODE_PERMUT"
msgid "The total number of elements."
msgstr "ጠቅላላ የአካላቶች ቁጥር"
-#: scfuncs.hrc:2887
+#: sc/inc/scfuncs.hrc:2887
msgctxt "SC_OPCODE_PERMUT"
msgid "Count 2"
msgstr "መቁጠሪያ 2"
-#: scfuncs.hrc:2888
+#: sc/inc/scfuncs.hrc:2888
msgctxt "SC_OPCODE_PERMUT"
msgid "The selection number taken from the elements."
msgstr "ከአካላቶቹ የተወሰደው የተመረጠው ቁጥር"
-#: scfuncs.hrc:2894
+#: sc/inc/scfuncs.hrc:2894
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "Returns the number of permutations for a given number of objects (repetition allowed)."
msgstr "Returns the number of permutations for a given number of objects (repetition allowed)."
-#: scfuncs.hrc:2895
+#: sc/inc/scfuncs.hrc:2895
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "Count 1"
msgstr "መቁጠሪያ 1"
-#: scfuncs.hrc:2896
+#: sc/inc/scfuncs.hrc:2896
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "The total number of elements."
msgstr "ጠቅላላ የአካላቶች ቁጥር"
-#: scfuncs.hrc:2897
+#: sc/inc/scfuncs.hrc:2897
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "Count 2"
msgstr "መቁጠሪያ 2"
-#: scfuncs.hrc:2898
+#: sc/inc/scfuncs.hrc:2898
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "The selection number taken from the elements."
msgstr "ከአካላቶቹ የተወሰደው የተመረጠው ቁጥር"
-#: scfuncs.hrc:2904
+#: sc/inc/scfuncs.hrc:2904
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "Returns a (1-alpha) confidence interval for a normal distribution."
msgstr "ይመልሳል የ (1 አልፋ) መተማመኛ ክፍተት ለ መደበኛ ስርጭት"
-#: scfuncs.hrc:2905
+#: sc/inc/scfuncs.hrc:2905
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2906
+#: sc/inc/scfuncs.hrc:2906
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "The level of the confidence interval."
msgstr "የ መተማመኛ ክፍተት ደረጃ"
-#: scfuncs.hrc:2907
+#: sc/inc/scfuncs.hrc:2907
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2908
+#: sc/inc/scfuncs.hrc:2908
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "The standard deviation of the population."
msgstr "መደበኛ ልዩነት ለ ሕዝብ"
-#: scfuncs.hrc:2909
+#: sc/inc/scfuncs.hrc:2909
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "Size"
msgstr "መጠን"
-#: scfuncs.hrc:2910
+#: sc/inc/scfuncs.hrc:2910
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "The size of the population."
msgstr "የ ሕዝቡ መጠን"
-#: scfuncs.hrc:2916
+#: sc/inc/scfuncs.hrc:2916
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "Returns a (1-alpha) confidence interval for a normal distribution."
msgstr "ይመልሳል የ (1 አልፋ) መተማመኛ ክፍተት ለ መደበኛ ስርጭት"
-#: scfuncs.hrc:2917
+#: sc/inc/scfuncs.hrc:2917
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2918
+#: sc/inc/scfuncs.hrc:2918
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "The level of the confidence interval."
msgstr "የ መተማመኛ ክፍተት ደረጃ"
-#: scfuncs.hrc:2919
+#: sc/inc/scfuncs.hrc:2919
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2920
+#: sc/inc/scfuncs.hrc:2920
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "The standard deviation of the population."
msgstr "መደበኛ ልዩነት ለ ሕዝብ"
-#: scfuncs.hrc:2921
+#: sc/inc/scfuncs.hrc:2921
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "Size"
msgstr "መጠን"
-#: scfuncs.hrc:2922
+#: sc/inc/scfuncs.hrc:2922
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "The size of the population."
msgstr "የ ሕዝቡ መጠን"
-#: scfuncs.hrc:2928
+#: sc/inc/scfuncs.hrc:2928
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "Returns a (1-alpha) confidence interval for a Student's t distribution."
msgstr "ይመልሳል የ (1 አልፋ) መተማመኛ ክፍተት ለ ተማሪዎች t ስርጭት"
-#: scfuncs.hrc:2929
+#: sc/inc/scfuncs.hrc:2929
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "Alpha"
msgstr "አልፋ"
-#: scfuncs.hrc:2930
+#: sc/inc/scfuncs.hrc:2930
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "The level of the confidence interval."
msgstr "የ መተማመኛ ክፍተት ደረጃ"
-#: scfuncs.hrc:2931
+#: sc/inc/scfuncs.hrc:2931
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "STDEV"
msgstr "STDEV"
-#: scfuncs.hrc:2932
+#: sc/inc/scfuncs.hrc:2932
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "The standard deviation of the population."
msgstr "መደበኛ ልዩነት ለ ሕዝብ"
-#: scfuncs.hrc:2933
+#: sc/inc/scfuncs.hrc:2933
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "Size"
msgstr "መጠን"
-#: scfuncs.hrc:2934
+#: sc/inc/scfuncs.hrc:2934
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "The size of the population."
msgstr "የ ሕዝቡ መጠን"
-#: scfuncs.hrc:2940
+#: sc/inc/scfuncs.hrc:2940
msgctxt "SC_OPCODE_Z_TEST"
msgid "Calculates the probability of observing a z-statistic greater than the one computed based on a sample."
msgstr "የሚያሰላው የ ምናልባት ለሚታየው የ z-ስታትስቲክስ የሚበልጠውን የሚሰላውን ናሙና መሰረት ባደረገ ነው"
-#: scfuncs.hrc:2941
+#: sc/inc/scfuncs.hrc:2941
msgctxt "SC_OPCODE_Z_TEST"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:2942
+#: sc/inc/scfuncs.hrc:2942
msgctxt "SC_OPCODE_Z_TEST"
msgid "The given sample, drawn from a normally distributed population."
msgstr "የ ተሰጠው ናሙና ነው: ከ መደበኛ የ ሕዝብ ስርጭት ውስጥ የ ወጣ"
-#: scfuncs.hrc:2943
+#: sc/inc/scfuncs.hrc:2943
msgctxt "SC_OPCODE_Z_TEST"
msgid "mu"
msgstr "mu"
-#: scfuncs.hrc:2944
+#: sc/inc/scfuncs.hrc:2944
msgctxt "SC_OPCODE_Z_TEST"
msgid "The known mean of the population."
msgstr "The known mean of the population."
-#: scfuncs.hrc:2945
+#: sc/inc/scfuncs.hrc:2945
msgctxt "SC_OPCODE_Z_TEST"
msgid "sigma"
msgstr "sigma"
-#: scfuncs.hrc:2946
+#: sc/inc/scfuncs.hrc:2946
msgctxt "SC_OPCODE_Z_TEST"
msgid "The known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
msgstr "የ ታወቀ መደበኛ ልዩነት ነው ለ ሕዝብ: የማይታይ ከሆነ: የ መደበኛ ልዩነት የ ተሰጠውን ናሙና ይጠቀማል"
-#: scfuncs.hrc:2952
+#: sc/inc/scfuncs.hrc:2952
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "Calculates the probability of observing a z-statistic greater than the one computed based on a sample."
msgstr "የሚያሰላው የ ምናልባት ለሚታየው የ z-ስታትስቲክስ የሚበልጠውን የሚሰላውን ናሙና መሰረት ባደረገ ነው"
-#: scfuncs.hrc:2953
+#: sc/inc/scfuncs.hrc:2953
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "Data"
msgstr "ዳታ"
-#: scfuncs.hrc:2954
+#: sc/inc/scfuncs.hrc:2954
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "The given sample, drawn from a normally distributed population."
msgstr "የ ተሰጠው ናሙና ነው: ከ መደበኛ የ ሕዝብ ስርጭት ውስጥ የ ወጣ"
-#: scfuncs.hrc:2955
+#: sc/inc/scfuncs.hrc:2955
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "mu"
msgstr "mu"
-#: scfuncs.hrc:2956
+#: sc/inc/scfuncs.hrc:2956
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "The known mean of the population."
msgstr "The known mean of the population."
-#: scfuncs.hrc:2957
+#: sc/inc/scfuncs.hrc:2957
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "sigma"
msgstr "sigma"
-#: scfuncs.hrc:2958
+#: sc/inc/scfuncs.hrc:2958
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "The known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
msgstr "የ ታወቀ መደበኛ ልዩነት ነው ለ ሕዝብ: የማይታይ ከሆነ: የ መደበኛ ልዩነት የ ተሰጠውን ናሙና ይጠቀማል"
-#: scfuncs.hrc:2964
+#: sc/inc/scfuncs.hrc:2964
msgctxt "SC_OPCODE_CHI_TEST"
msgid "Returns the chi square independence test."
msgstr "የ ቺ ስኴር ነፃ መሞከሪያ ይመልሳል"
-#: scfuncs.hrc:2965
+#: sc/inc/scfuncs.hrc:2965
msgctxt "SC_OPCODE_CHI_TEST"
msgid "Data B"
msgstr "ዳታ B"
-#: scfuncs.hrc:2966
+#: sc/inc/scfuncs.hrc:2966
msgctxt "SC_OPCODE_CHI_TEST"
msgid "The observed data array."
msgstr "የታየው የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2967
+#: sc/inc/scfuncs.hrc:2967
msgctxt "SC_OPCODE_CHI_TEST"
msgid "Data E"
msgstr "ዳታ E"
-#: scfuncs.hrc:2968
+#: sc/inc/scfuncs.hrc:2968
msgctxt "SC_OPCODE_CHI_TEST"
msgid "The expected data array."
msgstr "የሚጠበቀው የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2974
+#: sc/inc/scfuncs.hrc:2974
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "Returns the chi square independence test."
msgstr "የ ቺ ስኴር ነፃ መሞከሪያ ይመልሳል"
-#: scfuncs.hrc:2975
+#: sc/inc/scfuncs.hrc:2975
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "Data B"
msgstr "ዳታ B"
-#: scfuncs.hrc:2976
+#: sc/inc/scfuncs.hrc:2976
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "The observed data array."
msgstr "የታየው የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2977
+#: sc/inc/scfuncs.hrc:2977
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "Data E"
msgstr "ዳታ E"
-#: scfuncs.hrc:2978
+#: sc/inc/scfuncs.hrc:2978
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "The expected data array."
msgstr "የሚጠበቀው የዳታ ማዘጋጃ"
-#: scfuncs.hrc:2984
+#: sc/inc/scfuncs.hrc:2984
msgctxt "SC_OPCODE_F_TEST"
msgid "Calculates the F test."
msgstr "የ F ሙከራ ያሰላል"
-#: scfuncs.hrc:2985
+#: sc/inc/scfuncs.hrc:2985
msgctxt "SC_OPCODE_F_TEST"
msgid "Data 1"
msgstr "ዳታ 1"
-#: scfuncs.hrc:2986
+#: sc/inc/scfuncs.hrc:2986
msgctxt "SC_OPCODE_F_TEST"
msgid "The first record array."
msgstr "የ መጀመሪያው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:2987
+#: sc/inc/scfuncs.hrc:2987
msgctxt "SC_OPCODE_F_TEST"
msgid "Data 2"
msgstr "ዳታ 2"
-#: scfuncs.hrc:2988
+#: sc/inc/scfuncs.hrc:2988
msgctxt "SC_OPCODE_F_TEST"
msgid "The second record array."
msgstr "የ ሁለተኛው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:2994
+#: sc/inc/scfuncs.hrc:2994
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Calculates the F test."
msgstr "የ F ሙከራ ያሰላል"
-#: scfuncs.hrc:2995
+#: sc/inc/scfuncs.hrc:2995
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Data 1"
msgstr "ዳታ 1"
-#: scfuncs.hrc:2996
+#: sc/inc/scfuncs.hrc:2996
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "The first record array."
msgstr "የ መጀመሪያው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:2997
+#: sc/inc/scfuncs.hrc:2997
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Data 2"
msgstr "ዳታ 2"
-#: scfuncs.hrc:2998
+#: sc/inc/scfuncs.hrc:2998
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "The second record array."
msgstr "የ ሁለተኛው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3004
+#: sc/inc/scfuncs.hrc:3004
msgctxt "SC_OPCODE_T_TEST"
msgid "Calculates the T test."
msgstr "የ T ሙከራን ያሰላል"
-#: scfuncs.hrc:3005
+#: sc/inc/scfuncs.hrc:3005
msgctxt "SC_OPCODE_T_TEST"
msgid "Data 1"
msgstr "ዳታ 1"
-#: scfuncs.hrc:3006
+#: sc/inc/scfuncs.hrc:3006
msgctxt "SC_OPCODE_T_TEST"
msgid "The first record array."
msgstr "የ መጀመሪያው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3007
+#: sc/inc/scfuncs.hrc:3007
msgctxt "SC_OPCODE_T_TEST"
msgid "Data 2"
msgstr "ዳታ 2"
-#: scfuncs.hrc:3008
+#: sc/inc/scfuncs.hrc:3008
msgctxt "SC_OPCODE_T_TEST"
msgid "The second record array."
msgstr "የ ሁለተኛው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3009
+#: sc/inc/scfuncs.hrc:3009
msgctxt "SC_OPCODE_T_TEST"
msgid "Mode"
msgstr "ዘዴ"
-#: scfuncs.hrc:3010
+#: sc/inc/scfuncs.hrc:3010
msgctxt "SC_OPCODE_T_TEST"
msgid "Mode specifies the number of distribution tails to return. 1= one-tailed, 2 = two-tailed distribution"
msgstr "ዘዴ የሚወስነው ቁጥር ለ ስርጭት ጭራ እንዲመልስ 1= አንድ-ጭራ: 2 = ሁለት-ጭራ ስርጭት"
-#: scfuncs.hrc:3011
+#: sc/inc/scfuncs.hrc:3011
msgctxt "SC_OPCODE_T_TEST"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:3012
+#: sc/inc/scfuncs.hrc:3012
msgctxt "SC_OPCODE_T_TEST"
msgid "The type of the T test."
msgstr "የ T ሙከራ አይነት"
-#: scfuncs.hrc:3018
+#: sc/inc/scfuncs.hrc:3018
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Calculates the T test."
msgstr "የ T ሙከራን ያሰላል"
-#: scfuncs.hrc:3019
+#: sc/inc/scfuncs.hrc:3019
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Data 1"
msgstr "ዳታ 1"
-#: scfuncs.hrc:3020
+#: sc/inc/scfuncs.hrc:3020
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The first record array."
msgstr "የ መጀመሪያው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3021
+#: sc/inc/scfuncs.hrc:3021
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Data 2"
msgstr "ዳታ 2"
-#: scfuncs.hrc:3022
+#: sc/inc/scfuncs.hrc:3022
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The second record array."
msgstr "የ ሁለተኛው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3023
+#: sc/inc/scfuncs.hrc:3023
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Mode"
msgstr "ዘዴ"
-#: scfuncs.hrc:3024
+#: sc/inc/scfuncs.hrc:3024
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Mode specifies the number of distribution tails to return. 1= one-tailed, 2 = two-tailed distribution"
msgstr "ዘዴ የሚወስነው ቁጥር ለ ስርጭት ጭራ እንዲመልስ 1= አንድ-ጭራ: 2 = ሁለት-ጭራ ስርጭት"
-#: scfuncs.hrc:3025
+#: sc/inc/scfuncs.hrc:3025
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:3026
+#: sc/inc/scfuncs.hrc:3026
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The type of the T test."
msgstr "የ T ሙከራ አይነት"
-#: scfuncs.hrc:3032
+#: sc/inc/scfuncs.hrc:3032
msgctxt "SC_OPCODE_RSQ"
msgid "Returns the square of the Pearson product moment correlation coefficient."
msgstr "Returns the square of the Pearson product moment correlation coefficient."
-#: scfuncs.hrc:3033
+#: sc/inc/scfuncs.hrc:3033
msgctxt "SC_OPCODE_RSQ"
msgid "Data Y"
msgstr "ዳታ Y"
-#: scfuncs.hrc:3034
+#: sc/inc/scfuncs.hrc:3034
msgctxt "SC_OPCODE_RSQ"
msgid "The Y data array."
msgstr "የ Y ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3035
+#: sc/inc/scfuncs.hrc:3035
msgctxt "SC_OPCODE_RSQ"
msgid "Data X"
msgstr "ዳታ X"
-#: scfuncs.hrc:3036
+#: sc/inc/scfuncs.hrc:3036
msgctxt "SC_OPCODE_RSQ"
msgid "The X data array."
msgstr "የ X ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3042
+#: sc/inc/scfuncs.hrc:3042
msgctxt "SC_OPCODE_INTERCEPT"
msgid "Returns the intercept of the linear regression line and the Y axis."
msgstr "ኢንተርሴፕት ለ ቀጥታ ዝቅ ማድረጊያ መስመር እና ለ Y አክሲስ ይመልሳል"
-#: scfuncs.hrc:3043
+#: sc/inc/scfuncs.hrc:3043
msgctxt "SC_OPCODE_INTERCEPT"
msgid "Data Y"
msgstr "ዳታ Y"
-#: scfuncs.hrc:3044
+#: sc/inc/scfuncs.hrc:3044
msgctxt "SC_OPCODE_INTERCEPT"
msgid "The Y data array."
msgstr "የ Y ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3045
+#: sc/inc/scfuncs.hrc:3045
msgctxt "SC_OPCODE_INTERCEPT"
msgid "Data X"
msgstr "ዳታ X"
-#: scfuncs.hrc:3046
+#: sc/inc/scfuncs.hrc:3046
msgctxt "SC_OPCODE_INTERCEPT"
msgid "The X data array."
msgstr "የ X ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3052
+#: sc/inc/scfuncs.hrc:3052
msgctxt "SC_OPCODE_SLOPE"
msgid "Returns the slope of the linear regression line."
msgstr "ስሎፕ ለ ቀጥታ ዝቅ ማድረጊያ መስመር ይመልሳል"
-#: scfuncs.hrc:3053
+#: sc/inc/scfuncs.hrc:3053
msgctxt "SC_OPCODE_SLOPE"
msgid "Data Y"
msgstr "ዳታ Y"
-#: scfuncs.hrc:3054
+#: sc/inc/scfuncs.hrc:3054
msgctxt "SC_OPCODE_SLOPE"
msgid "The Y data array."
msgstr "የ Y ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3055
+#: sc/inc/scfuncs.hrc:3055
msgctxt "SC_OPCODE_SLOPE"
msgid "Data X"
msgstr "ዳታ X"
-#: scfuncs.hrc:3056
+#: sc/inc/scfuncs.hrc:3056
msgctxt "SC_OPCODE_SLOPE"
msgid "The X data array."
msgstr "የ X ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3062
+#: sc/inc/scfuncs.hrc:3062
msgctxt "SC_OPCODE_STEYX"
msgid "Returns the standard error of the linear regression."
msgstr "ይመልሳል መደበኛ ስህተት ለ ቀጥተኛ ዝቅ ማድረጊያ"
-#: scfuncs.hrc:3063
+#: sc/inc/scfuncs.hrc:3063
msgctxt "SC_OPCODE_STEYX"
msgid "Data Y"
msgstr "ዳታ Y"
-#: scfuncs.hrc:3064
+#: sc/inc/scfuncs.hrc:3064
msgctxt "SC_OPCODE_STEYX"
msgid "The Y data array."
msgstr "የ Y ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3065
+#: sc/inc/scfuncs.hrc:3065
msgctxt "SC_OPCODE_STEYX"
msgid "Data X"
msgstr "ዳታ X"
-#: scfuncs.hrc:3066
+#: sc/inc/scfuncs.hrc:3066
msgctxt "SC_OPCODE_STEYX"
msgid "The X data array."
msgstr "የ X ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3072
+#: sc/inc/scfuncs.hrc:3072
msgctxt "SC_OPCODE_PEARSON"
msgid "Returns the Pearson product moment correlation coefficient."
msgstr "Returns the Pearson product moment correlation coefficient."
-#: scfuncs.hrc:3073
+#: sc/inc/scfuncs.hrc:3073
msgctxt "SC_OPCODE_PEARSON"
msgid "Data 1"
msgstr "ዳታ 1"
-#: scfuncs.hrc:3074
+#: sc/inc/scfuncs.hrc:3074
msgctxt "SC_OPCODE_PEARSON"
msgid "The first record array."
msgstr "የ መጀመሪያው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3075
+#: sc/inc/scfuncs.hrc:3075
msgctxt "SC_OPCODE_PEARSON"
msgid "Data 2"
msgstr "ዳታ 2"
-#: scfuncs.hrc:3076
+#: sc/inc/scfuncs.hrc:3076
msgctxt "SC_OPCODE_PEARSON"
msgid "The second record array."
msgstr "የ ሁለተኛው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3082
+#: sc/inc/scfuncs.hrc:3082
msgctxt "SC_OPCODE_CORREL"
msgid "Returns the correlation coefficient."
msgstr "የ ኮኦሪሌሽን ኮኦፊሺየንት ይመልሳል"
-#: scfuncs.hrc:3083
+#: sc/inc/scfuncs.hrc:3083
msgctxt "SC_OPCODE_CORREL"
msgid "Data 1"
msgstr "ዳታ 1"
-#: scfuncs.hrc:3084
+#: sc/inc/scfuncs.hrc:3084
msgctxt "SC_OPCODE_CORREL"
msgid "The first record array."
msgstr "የ መጀመሪያው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3085
+#: sc/inc/scfuncs.hrc:3085
msgctxt "SC_OPCODE_CORREL"
msgid "Data 2"
msgstr "ዳታ 2"
-#: scfuncs.hrc:3086
+#: sc/inc/scfuncs.hrc:3086
msgctxt "SC_OPCODE_CORREL"
msgid "The second record array."
msgstr "የ ሁለተኛው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3092
+#: sc/inc/scfuncs.hrc:3092
msgctxt "SC_OPCODE_COVAR"
msgid "Calculates the population covariance."
msgstr "የ ኮቫሪያንስ ሕዝብ ማስሊያ"
-#: scfuncs.hrc:3093
+#: sc/inc/scfuncs.hrc:3093
msgctxt "SC_OPCODE_COVAR"
msgid "Data 1"
msgstr "ዳታ 1"
-#: scfuncs.hrc:3094
+#: sc/inc/scfuncs.hrc:3094
msgctxt "SC_OPCODE_COVAR"
msgid "The first record array."
msgstr "የ መጀመሪያው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3095
+#: sc/inc/scfuncs.hrc:3095
msgctxt "SC_OPCODE_COVAR"
msgid "Data 2"
msgstr "ዳታ 2"
-#: scfuncs.hrc:3096
+#: sc/inc/scfuncs.hrc:3096
msgctxt "SC_OPCODE_COVAR"
msgid "The second record array."
msgstr "የ ሁለተኛው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3102
+#: sc/inc/scfuncs.hrc:3102
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Calculates the population covariance."
msgstr "የ ኮቫሪያንስ ሕዝብ ማስሊያ"
-#: scfuncs.hrc:3103
+#: sc/inc/scfuncs.hrc:3103
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Data 1"
msgstr "ዳታ 1"
-#: scfuncs.hrc:3104
+#: sc/inc/scfuncs.hrc:3104
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "The first record array."
msgstr "የ መጀመሪያው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3105
+#: sc/inc/scfuncs.hrc:3105
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Data 2"
msgstr "ዳታ 2"
-#: scfuncs.hrc:3106
+#: sc/inc/scfuncs.hrc:3106
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "The second record array."
msgstr "የ ሁለተኛው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3112
+#: sc/inc/scfuncs.hrc:3112
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Calculates the sample covariance."
msgstr "የ ኮቫሪያንስ ናሙና ማስሊያ"
-#: scfuncs.hrc:3113
+#: sc/inc/scfuncs.hrc:3113
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Data 1"
msgstr "ዳታ 1"
-#: scfuncs.hrc:3114
+#: sc/inc/scfuncs.hrc:3114
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "The first record array."
msgstr "የ መጀመሪያው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3115
+#: sc/inc/scfuncs.hrc:3115
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Data 2"
msgstr "ዳታ 2"
-#: scfuncs.hrc:3116
+#: sc/inc/scfuncs.hrc:3116
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "The second record array."
msgstr "የ ሁለተኛው መዝገብ ማዘጋጃ"
-#: scfuncs.hrc:3122
+#: sc/inc/scfuncs.hrc:3122
msgctxt "SC_OPCODE_FORECAST"
msgid "Returns a value along a linear regression"
msgstr "በ ቀጥታ ዝቅ ማድረጊያ አጠገብ ዋጋ ይመልሳል"
-#: scfuncs.hrc:3123
+#: sc/inc/scfuncs.hrc:3123
msgctxt "SC_OPCODE_FORECAST"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:3124
+#: sc/inc/scfuncs.hrc:3124
msgctxt "SC_OPCODE_FORECAST"
msgid "The X value for which the Y value on the regression linear is to be calculated."
msgstr "የ X ዋጋ ለ Y ዋጋ በ regression linear የሚሰላበት"
-#: scfuncs.hrc:3125
+#: sc/inc/scfuncs.hrc:3125
msgctxt "SC_OPCODE_FORECAST"
msgid "Data Y"
msgstr "ዳታ Y"
-#: scfuncs.hrc:3126
+#: sc/inc/scfuncs.hrc:3126
msgctxt "SC_OPCODE_FORECAST"
msgid "The Y data array."
msgstr "የ Y ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3127
+#: sc/inc/scfuncs.hrc:3127
msgctxt "SC_OPCODE_FORECAST"
msgid "Data X"
msgstr "ዳታ X"
-#: scfuncs.hrc:3128
+#: sc/inc/scfuncs.hrc:3128
msgctxt "SC_OPCODE_FORECAST"
msgid "The X data array."
msgstr "የ X ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3134
+#: sc/inc/scfuncs.hrc:3134
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Calculates future value(s) using additive Exponential Smoothing algorithm."
msgstr "የ ወደፊት ዋጋ(ዎችs) ማስሊያ በመጠቀም መጨመሪያ ለ ኤክስፖኔንሺያል ማለስለሻ"
-#: scfuncs.hrc:3135
+#: sc/inc/scfuncs.hrc:3135
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Target"
msgstr "ኢላማው"
-#: scfuncs.hrc:3136
+#: sc/inc/scfuncs.hrc:3136
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "The date (array) for which you want to predict a value."
msgstr "ቀን (ማዘጋጃ) እርስዎ ዋጋውን የሚተነብዩበት"
-#: scfuncs.hrc:3137
+#: sc/inc/scfuncs.hrc:3137
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Values"
msgstr "ዋጋዎች"
-#: scfuncs.hrc:3138
+#: sc/inc/scfuncs.hrc:3138
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "The data array from which you want to forecast."
msgstr "እርስዎ መገመት የሚፈልጉት የ ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3139
+#: sc/inc/scfuncs.hrc:3139
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Timeline"
msgstr "የ ሰአት መስመር"
-#: scfuncs.hrc:3140
+#: sc/inc/scfuncs.hrc:3140
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr "የ ቀን ወይንም ቁጥር ማዘጋጃ: ለ ዘላቂ ደረጃ በ ዋጋዎች መካከል እንደ አስፋላጊነቱ"
-#: scfuncs.hrc:3141
+#: sc/inc/scfuncs.hrc:3141
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Period length"
msgstr "የ ጊዜ እርዝመት"
-#: scfuncs.hrc:3142
+#: sc/inc/scfuncs.hrc:3142
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr "የ ናሙናዎች ቁጥር በ ጊዜ ውስጥ (ነባር 1): እርዝመት ለ እንደ ወቅቱ ንድፍ"
-#: scfuncs.hrc:3143
+#: sc/inc/scfuncs.hrc:3143
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Data completion"
msgstr "ዳታ መጨረሻ"
-#: scfuncs.hrc:3144
+#: sc/inc/scfuncs.hrc:3144
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr "ዳታ መጨረሻ (ነባር 1); 0 የ ጎደሉ ነጥቦችን የሚወስደው እንደ ዜሮ ነው: 1 ማስገቢያ"
-#: scfuncs.hrc:3145
+#: sc/inc/scfuncs.hrc:3145
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Aggregation"
msgstr "ስብስብ"
-#: scfuncs.hrc:3146
+#: sc/inc/scfuncs.hrc:3146
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr "ስብስብ (ነባር 1 = መካከለኛ): ዘዴ የሚጠቀሙት ለ ስብስብ ተመሳሳይ (ጊዜ) ዋጋዎች ነው"
-#: scfuncs.hrc:3152
+#: sc/inc/scfuncs.hrc:3152
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Calculates future value(s) using multiplicative Exponential Smoothing algorithm."
msgstr "የ ወደፊት ዋጋ(ዎች) ማስሊያ በመጠቀም መጨመሪያ ለ ኤክስፖኔንሺያል ማለስለሻ"
-#: scfuncs.hrc:3153
+#: sc/inc/scfuncs.hrc:3153
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Target"
msgstr "ኢላማው"
-#: scfuncs.hrc:3154
+#: sc/inc/scfuncs.hrc:3154
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "The date (array) for which you want to predict a value."
msgstr "ቀን (ማዘጋጃ) እርስዎ ዋጋውን የሚገምቱበት"
-#: scfuncs.hrc:3155
+#: sc/inc/scfuncs.hrc:3155
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Values"
msgstr "ዋጋዎች"
-#: scfuncs.hrc:3156
+#: sc/inc/scfuncs.hrc:3156
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "The data array from which you want to forecast."
msgstr "እርስዎ መገመት የሚፈልጉት የ ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3157
+#: sc/inc/scfuncs.hrc:3157
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Timeline"
msgstr "የ ሰአት መስመር"
-#: scfuncs.hrc:3158
+#: sc/inc/scfuncs.hrc:3158
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr "የ ቀን ወይንም ቁጥር ማዘጋጃ: ለ ዘላቂ ደረጃ በ ዋጋዎች መካከል እንደ አስፋላጊነቱ"
-#: scfuncs.hrc:3159
+#: sc/inc/scfuncs.hrc:3159
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Period length"
msgstr "የ ጊዜ እርዝመት"
-#: scfuncs.hrc:3160
+#: sc/inc/scfuncs.hrc:3160
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr "የ ናሙናዎች ቁጥር በ ጊዜ ውስጥ (ነባር 1): እርዝመት ለ እንደ ወቅቱ ንድፍ"
-#: scfuncs.hrc:3161
+#: sc/inc/scfuncs.hrc:3161
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Data completion"
msgstr "ዳታ መጨረሻ"
-#: scfuncs.hrc:3162
+#: sc/inc/scfuncs.hrc:3162
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr "ዳታ መጨረሻ (ነባር 1); 0 የ ጎደሉ ነጥቦችን የሚወስደው እንደ ዜሮ ነው: 1 ማስገቢያ"
-#: scfuncs.hrc:3163
+#: sc/inc/scfuncs.hrc:3163
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Aggregation"
msgstr "ስብስብ"
-#: scfuncs.hrc:3164
+#: sc/inc/scfuncs.hrc:3164
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr "ስብስብ (ነባር 1 = መካከለኛ); ዘዴ የሚጠቀሙት ለ ስብስብ ተመሳሳይ (ጊዜ) ዋጋዎች ነው"
-#: scfuncs.hrc:3170
+#: sc/inc/scfuncs.hrc:3170
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Returns a prediction interval at the specified target value(s) for additive Exponential Smoothing method"
msgstr "የ መገመቻ ክፍተት ይመልሳል ለ ተወሰነ ኢላማ ዋጋ(ዎች) ለ መጨመሪያ ኤክስፖኔንሺያል ማለስለሻ ዘዴ"
-#: scfuncs.hrc:3171
+#: sc/inc/scfuncs.hrc:3171
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Target"
msgstr "ኢላማው"
-#: scfuncs.hrc:3172
+#: sc/inc/scfuncs.hrc:3172
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "The date (array) for which you want to predict a value."
msgstr "ቀን (ማዘጋጃ) እርስዎ ዋጋውን የሚገምቱበት"
-#: scfuncs.hrc:3173
+#: sc/inc/scfuncs.hrc:3173
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Values"
msgstr "ዋጋዎች"
-#: scfuncs.hrc:3174
+#: sc/inc/scfuncs.hrc:3174
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "The data array from which you want to forecast."
msgstr "እርስዎ መገመት የሚፈልጉት የ ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3175
+#: sc/inc/scfuncs.hrc:3175
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Timeline"
msgstr "የ ሰአት መስመር"
-#: scfuncs.hrc:3176
+#: sc/inc/scfuncs.hrc:3176
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr "የ ቀን ወይንም ቁጥር ማዘጋጃ: ለ ዘላቂ ደረጃ በ ዋጋዎች መካከል እንደ አስፋላጊነቱ"
-#: scfuncs.hrc:3177
+#: sc/inc/scfuncs.hrc:3177
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Confidence level"
msgstr "የ መተማመኛ ደረጃ"
-#: scfuncs.hrc:3178
+#: sc/inc/scfuncs.hrc:3178
#, c-format
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Confidence level (default 0.95); value 0 to 1 (exclusive) for 0 to 100% calculated prediction interval."
msgstr "መተማመኛ ደረጃ (ነባር 0.95): ዋጋ 0 እስከ 1 (አያካትትም) ለ 0 እስከ 100% ለሚሰላው መገመቻ ክፍተት"
-#: scfuncs.hrc:3179
+#: sc/inc/scfuncs.hrc:3179
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Period length"
msgstr "የ ጊዜ እርዝመት"
-#: scfuncs.hrc:3180
+#: sc/inc/scfuncs.hrc:3180
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr "የ ናሙናዎች ቁጥር በ ጊዜ ውስጥ (ነባር 1): እርዝመት ለ እንደ ወቅቱ ንድፍ"
-#: scfuncs.hrc:3181
+#: sc/inc/scfuncs.hrc:3181
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Data completion"
msgstr "ዳታ መጨረሻ"
-#: scfuncs.hrc:3182
+#: sc/inc/scfuncs.hrc:3182
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr "ዳታ መጨረሻ (ነባር 1); 0 የ ጎደሉ ነጥቦችን የሚወስደው እንደ ዜሮ ነው: 1 ማስገቢያ"
-#: scfuncs.hrc:3183
+#: sc/inc/scfuncs.hrc:3183
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Aggregation"
msgstr "ስብስብ"
-#: scfuncs.hrc:3184
+#: sc/inc/scfuncs.hrc:3184
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr "ስብስብ (ነባር 1 = መካከለኛ); ዘዴ የሚጠቀሙት ለ ስብስብ ተመሳሳይ (ጊዜ) ዋጋዎች ነው"
-#: scfuncs.hrc:3190
+#: sc/inc/scfuncs.hrc:3190
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Returns a prediction interval at the specified target value(s) for multiplicative Exponential Smoothing method"
msgstr "የ መገመቻ ክፍተት ይመልሳል ለ ተወሰነ ኢላማ ዋጋ(ዎች) ለ ማባዣ ኤክስፖኔንሺያል ማለስለሻ ዘዴ"
-#: scfuncs.hrc:3191
+#: sc/inc/scfuncs.hrc:3191
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Target"
msgstr "ኢላማው"
-#: scfuncs.hrc:3192
+#: sc/inc/scfuncs.hrc:3192
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "The date (array) for which you want to predict a value."
msgstr "ቀን (ማዘጋጃ) እርስዎ ዋጋውን የሚገምቱበት"
-#: scfuncs.hrc:3193
+#: sc/inc/scfuncs.hrc:3193
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Values"
msgstr "ዋጋዎች"
-#: scfuncs.hrc:3194
+#: sc/inc/scfuncs.hrc:3194
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "The data array from which you want to forecast."
msgstr "እርስዎ መገመት የሚፈልጉት የ ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3195
+#: sc/inc/scfuncs.hrc:3195
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Timeline"
msgstr "የ ሰአት መስመር"
-#: scfuncs.hrc:3196
+#: sc/inc/scfuncs.hrc:3196
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr "የ ቀን ወይንም ቁጥር ማዘጋጃ: ለ ዘላቂ ደረጃ በ ዋጋዎች መካከል እንደ አስፋላጊነቱ"
-#: scfuncs.hrc:3197
+#: sc/inc/scfuncs.hrc:3197
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Confidence level"
msgstr "የ መተማመኛ ደረጃ"
-#: scfuncs.hrc:3198
+#: sc/inc/scfuncs.hrc:3198
#, c-format
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Confidence level (default 0.95); value 0 to 1 (exclusive) for 0 to 100% calculated prediction interval."
msgstr "መተማመኛ ደረጃ (ነባር 0.95): ዋጋ 0 እስከ 1 (አያካትትም) ለ 0 እስከ 100% ለሚሰላው መገመቻ ክፍተት"
-#: scfuncs.hrc:3199
+#: sc/inc/scfuncs.hrc:3199
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Period length"
msgstr "የ ጊዜ እርዝመት"
-#: scfuncs.hrc:3200
+#: sc/inc/scfuncs.hrc:3200
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr "የ ናሙናዎች ቁጥር በ ጊዜ ውስጥ (ነባር 1): እርዝመት ለ እንደ ወቅቱ ንድፍ"
-#: scfuncs.hrc:3201
+#: sc/inc/scfuncs.hrc:3201
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Data completion"
msgstr "ዳታ መጨረሻ"
-#: scfuncs.hrc:3202
+#: sc/inc/scfuncs.hrc:3202
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr "ዳታ መጨረሻ (ነባር 1); 0 የ ጎደሉ ነጥቦችን የሚወስደው እንደ ዜሮ ነው: 1 ማስገቢያ"
-#: scfuncs.hrc:3203
+#: sc/inc/scfuncs.hrc:3203
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Aggregation"
msgstr "ስብስብ"
-#: scfuncs.hrc:3204
+#: sc/inc/scfuncs.hrc:3204
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr "ስብስብ (ነባር 1 = መካከለኛ); ዘዴ የሚጠቀሙት ለ ስብስብ ተመሳሳይ (ጊዜ) ዋጋዎች ነው"
-#: scfuncs.hrc:3210
+#: sc/inc/scfuncs.hrc:3210
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Calculates the number of samples in period (season) using additive Exponential Triple Smoothing algorithm."
msgstr "የ ናሙናዎች ቁጥር ማስሊያ በ ጊዜ ውስጥ (በየጊዜው) በ መጠቀም መጨመሪያ ኤክስፖኔንሺያል ሶስትዮሽ ማለስለሻ አልጎሪዝም በ መጠቀም"
-#: scfuncs.hrc:3211
+#: sc/inc/scfuncs.hrc:3211
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Values"
msgstr "ዋጋዎች"
-#: scfuncs.hrc:3212
+#: sc/inc/scfuncs.hrc:3212
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "The data array from which you want to forecast."
msgstr "እርስዎ መገመት የሚፈልጉት የ ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3213
+#: sc/inc/scfuncs.hrc:3213
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Timeline"
msgstr "የ ሰአት መስመር"
-#: scfuncs.hrc:3214
+#: sc/inc/scfuncs.hrc:3214
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr "የ ቀን ወይንም ቁጥር ማዘጋጃ: ለ ዘላቂ ደረጃ በ ዋጋዎች መካከል እንደ አስፋላጊነቱ"
-#: scfuncs.hrc:3215
+#: sc/inc/scfuncs.hrc:3215
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Data completion"
msgstr "ዳታ መጨረሻ"
-#: scfuncs.hrc:3216
+#: sc/inc/scfuncs.hrc:3216
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr "ዳታ መጨረሻ (ነባር 1); 0 የ ጎደሉ ነጥቦችን የሚወስደው እንደ ዜሮ ነው: 1 ማስገቢያ"
-#: scfuncs.hrc:3217
+#: sc/inc/scfuncs.hrc:3217
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Aggregation"
msgstr "ስብስብ"
-#: scfuncs.hrc:3218
+#: sc/inc/scfuncs.hrc:3218
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr "ስብስብ (ነባር 1 = መካከለኛ); ዘዴ የሚጠቀሙት ለ ስብስብ ተመሳሳይ (ጊዜ) ዋጋዎች ነው"
-#: scfuncs.hrc:3224
+#: sc/inc/scfuncs.hrc:3224
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Returns statistical value(s) using additive Exponential Smoothing algorithm."
msgstr "የ ስታስቲካል ዋጋ(ዎች) ይመልሳል በመጠቀም መጨመሪያ ለ ኤክስፖኔንሺያል ማለስለሻ አልጎሪዝም"
-#: scfuncs.hrc:3225
+#: sc/inc/scfuncs.hrc:3225
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Values"
msgstr "ዋጋዎች"
-#: scfuncs.hrc:3226
+#: sc/inc/scfuncs.hrc:3226
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "The data array from which you want to forecast."
msgstr "እርስዎ መገመት የሚፈልጉት የ ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3227
+#: sc/inc/scfuncs.hrc:3227
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Timeline"
msgstr "የ ሰአት መስመር"
-#: scfuncs.hrc:3228
+#: sc/inc/scfuncs.hrc:3228
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr "የ ቀን ወይንም ቁጥር ማዘጋጃ: ለ ዘላቂ ደረጃ በ ዋጋዎች መካከል እንደ አስፋላጊነቱ"
-#: scfuncs.hrc:3229
+#: sc/inc/scfuncs.hrc:3229
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Statistic type"
msgstr "የ ስታትስቲክስ አይነት"
-#: scfuncs.hrc:3230
+#: sc/inc/scfuncs.hrc:3230
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
msgstr "ዋጋ (1-9) ወይንም ማዘጋጃ ለ ዋጋዎች: ለ ተሰላው መገመቻ የትኛው statistic እንደሚመለስ የሚያሳዩ"
-#: scfuncs.hrc:3231
+#: sc/inc/scfuncs.hrc:3231
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Period length"
msgstr "የ ጊዜ እርዝመት"
-#: scfuncs.hrc:3232
+#: sc/inc/scfuncs.hrc:3232
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr "የ ናሙናዎች ቁጥር በ ጊዜ ውስጥ (ነባር 1): እርዝመት ለ እንደ ወቅቱ ንድፍ"
-#: scfuncs.hrc:3233
+#: sc/inc/scfuncs.hrc:3233
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Data completion"
msgstr "ዳታ መጨረሻ"
-#: scfuncs.hrc:3234
+#: sc/inc/scfuncs.hrc:3234
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr "ዳታ መጨረሻ (ነባር 1); 0 የ ጎደሉ ነጥቦችን የሚወስደው እንደ ዜሮ ነው: 1 ማስገቢያ"
-#: scfuncs.hrc:3235
+#: sc/inc/scfuncs.hrc:3235
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Aggregation"
msgstr "ስብስብ"
-#: scfuncs.hrc:3236
+#: sc/inc/scfuncs.hrc:3236
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr "ስብስብ (ነባር 1 = መካከለኛ); ዘዴ የሚጠቀሙት ለ ስብስብ ተመሳሳይ (ጊዜ) ዋጋዎች ነው"
-#: scfuncs.hrc:3242
+#: sc/inc/scfuncs.hrc:3242
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Returns statistical value(s) using multiplicative Exponential Smoothing algorithm."
msgstr "የ ስታስቲካል ዋጋ(ዎች) ይመልሳል በመጠቀም ማባዣ ለ ኤክስፖኔንሺያል ማለስለሻ አልጎሪዝም"
-#: scfuncs.hrc:3243
+#: sc/inc/scfuncs.hrc:3243
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Values"
msgstr "ዋጋዎች"
-#: scfuncs.hrc:3244
+#: sc/inc/scfuncs.hrc:3244
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "The data array from which you want to forecast."
msgstr "እርስዎ መገመት የሚፈልጉት የ ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3245
+#: sc/inc/scfuncs.hrc:3245
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Timeline"
msgstr "የ ሰአት ክልል"
-#: scfuncs.hrc:3246
+#: sc/inc/scfuncs.hrc:3246
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr "የ ቀን ወይንም ቁጥር ማዘጋጃ: ለ ዘላቂ ደረጃ በ ዋጋዎች መካከል እንደ አስፋላጊነቱ"
-#: scfuncs.hrc:3247
+#: sc/inc/scfuncs.hrc:3247
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Statistic type"
msgstr "የ ስታትስቲክስ አይነት"
-#: scfuncs.hrc:3248
+#: sc/inc/scfuncs.hrc:3248
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
msgstr "ዋጋ (1-9) ወይንም ማዘጋጃ ለ ዋጋዎች: ለ ተሰላው መገመቻ የትኛው statistic እንደሚመለስ የሚያሳዩ"
-#: scfuncs.hrc:3249
+#: sc/inc/scfuncs.hrc:3249
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Period length"
msgstr "የ ጊዜ እርዝመት"
-#: scfuncs.hrc:3250
+#: sc/inc/scfuncs.hrc:3250
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Number of samples in period (default 1); length of the seasonal pattern."
msgstr "የ ናሙናዎች ቁጥር በ ጊዜ ውስጥ (ነባር 1): እርዝመት ለ እንደ ወቅቱ ንድፍ"
-#: scfuncs.hrc:3251
+#: sc/inc/scfuncs.hrc:3251
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Data completion"
msgstr "ዳታ መጨረሻ"
-#: scfuncs.hrc:3252
+#: sc/inc/scfuncs.hrc:3252
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr "ዳታ መጨረሻ (ነባር 1); 0 የ ጎደሉ ነጥቦችን የሚወስደው እንደ ዜሮ ነው: 1 ማስገቢያ"
-#: scfuncs.hrc:3253
+#: sc/inc/scfuncs.hrc:3253
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Aggregation"
msgstr "ስብስብ"
-#: scfuncs.hrc:3254
+#: sc/inc/scfuncs.hrc:3254
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr "ስብስብ (ነባር 1 = መካከለኛ); ዘዴ የሚጠቀሙት ለ ስብስብ ተመሳሳይ (ጊዜ) ዋጋዎች ነው"
-#: scfuncs.hrc:3260
+#: sc/inc/scfuncs.hrc:3260
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Returns a value along a linear regression"
msgstr "በ ቀጥታ ዝቅ ማድረጊያ አጠገብ ዋጋዎች ይመልሳል"
-#: scfuncs.hrc:3261
+#: sc/inc/scfuncs.hrc:3261
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:3262
+#: sc/inc/scfuncs.hrc:3262
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "The X value for which the Y value on the regression linear is to be calculated."
msgstr "የ X ዋጋ ለ Y ዋጋ በ ቀጥታ ዝቅ ማድረጊያ የሚሰላበት"
-#: scfuncs.hrc:3263
+#: sc/inc/scfuncs.hrc:3263
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Data Y"
msgstr "ዳታ Y"
-#: scfuncs.hrc:3264
+#: sc/inc/scfuncs.hrc:3264
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "The Y data array."
msgstr "የ Y ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3265
+#: sc/inc/scfuncs.hrc:3265
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Data X"
msgstr "ዳታ X"
-#: scfuncs.hrc:3266
+#: sc/inc/scfuncs.hrc:3266
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "The X data array."
msgstr "የ X ዳታ ማዘጋጃ"
-#: scfuncs.hrc:3272
+#: sc/inc/scfuncs.hrc:3272
msgctxt "SC_OPCODE_ADDRESS"
msgid "Returns the reference to a cell as text."
msgstr "ወደ ክፍሉ ማመሳከሪያውን እንደ ጽሁፍ ይመልሳል"
-#: scfuncs.hrc:3273
+#: sc/inc/scfuncs.hrc:3273
msgctxt "SC_OPCODE_ADDRESS"
msgid "Row"
msgstr "ረድፍ"
-#: scfuncs.hrc:3274
+#: sc/inc/scfuncs.hrc:3274
msgctxt "SC_OPCODE_ADDRESS"
msgid "The row number of the cell."
msgstr "የረድፉ ቁጥር በክፍሉ ውስጥ"
-#: scfuncs.hrc:3275
+#: sc/inc/scfuncs.hrc:3275
msgctxt "SC_OPCODE_ADDRESS"
msgid "Column"
msgstr "አምድ"
-#: scfuncs.hrc:3276
+#: sc/inc/scfuncs.hrc:3276
msgctxt "SC_OPCODE_ADDRESS"
msgid "The column number of the cell."
msgstr "የአምዱ ቁጥር በክፍሉ ውስጥ"
-#: scfuncs.hrc:3277
+#: sc/inc/scfuncs.hrc:3277
msgctxt "SC_OPCODE_ADDRESS"
msgid "ABS"
msgstr "ፍጹም"
-#: scfuncs.hrc:3278
+#: sc/inc/scfuncs.hrc:3278
msgctxt "SC_OPCODE_ADDRESS"
msgid "Specifies whether absolute or relative referencing is to be used."
msgstr "የሚጠቀሙት ፍጹም ወይንም አንጻራዊ ማመሳከሪያ እንደሆነ መግለጫ"
-#: scfuncs.hrc:3279
+#: sc/inc/scfuncs.hrc:3279
msgctxt "SC_OPCODE_ADDRESS"
msgid "A1"
msgstr "A1"
-#: scfuncs.hrc:3280
+#: sc/inc/scfuncs.hrc:3280
msgctxt "SC_OPCODE_ADDRESS"
msgid "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style."
msgstr "የ ማመሳከሪያ ዘዴ: 0 ወይንም ሀሰት ማለት R1C1 ዘዴ ነው: ሌላ ማንኛውም ዋጋ ወይንም ካልታየ ማለት A1 ዘዴ ነው"
-#: scfuncs.hrc:3281
+#: sc/inc/scfuncs.hrc:3281
msgctxt "SC_OPCODE_ADDRESS"
msgid "Sheet"
msgstr "ወረቀት"
-#: scfuncs.hrc:3282
+#: sc/inc/scfuncs.hrc:3282
msgctxt "SC_OPCODE_ADDRESS"
msgid "The spreadsheet name of the cell reference."
msgstr "የክፍሉ ማመሳከሪያ ሰንጠረዥ ስም"
-#: scfuncs.hrc:3288
+#: sc/inc/scfuncs.hrc:3288
msgctxt "SC_OPCODE_AREAS"
msgid "Returns the number of individual ranges that belong to a (multiple) range."
msgstr "Returns the number of individual ranges that belong to a (multiple) range."
-#: scfuncs.hrc:3289
+#: sc/inc/scfuncs.hrc:3289
msgctxt "SC_OPCODE_AREAS"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: scfuncs.hrc:3290
+#: sc/inc/scfuncs.hrc:3290
msgctxt "SC_OPCODE_AREAS"
msgid "The reference to a (multiple) range."
msgstr "ማመሳከሪያ ለ (በርካታ) መጠን"
-#: scfuncs.hrc:3296
+#: sc/inc/scfuncs.hrc:3296
msgctxt "SC_OPCODE_CHOOSE"
msgid "Selects a value from a list of up to 30 value arguments."
msgstr "ይምረጡ ዋጋ ከ ዝርዝር ውስጥ እስከ 30 የ ክርክሮች ዋጋ"
-#: scfuncs.hrc:3297
+#: sc/inc/scfuncs.hrc:3297
msgctxt "SC_OPCODE_CHOOSE"
msgid "Index"
msgstr "ማውጫ"
-#: scfuncs.hrc:3298
+#: sc/inc/scfuncs.hrc:3298
msgctxt "SC_OPCODE_CHOOSE"
msgid "The index of the value (1..30) selected."
msgstr "የዋጋው ማውጫ ከ (1..30) የተመረጠው"
-#: scfuncs.hrc:3299
+#: sc/inc/scfuncs.hrc:3299
msgctxt "SC_OPCODE_CHOOSE"
msgid "Value "
msgstr "ዋጋ "
-#: scfuncs.hrc:3300
+#: sc/inc/scfuncs.hrc:3300
msgctxt "SC_OPCODE_CHOOSE"
msgid "Value 1, value 2,... The list of arguments from which a value is chosen."
msgstr "ዋጋ 1, ዋጋ 2,... ዋጋው የሚመረጥበት የክርክሮች ዝርዝር"
-#: scfuncs.hrc:3306
+#: sc/inc/scfuncs.hrc:3306
msgctxt "SC_OPCODE_COLUMN"
msgid "Returns the internal column number of a reference."
msgstr "የማመሳከሪያውን የውስጥ አምድ ቁጥር ይመልሳል"
-#: scfuncs.hrc:3307
+#: sc/inc/scfuncs.hrc:3307
msgctxt "SC_OPCODE_COLUMN"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: scfuncs.hrc:3308
+#: sc/inc/scfuncs.hrc:3308
msgctxt "SC_OPCODE_COLUMN"
msgid "The reference to a cell or a range."
msgstr "የክፍሉ ማመሳከሪያ ወይንም መጠን"
-#: scfuncs.hrc:3314
+#: sc/inc/scfuncs.hrc:3314
msgctxt "SC_OPCODE_ROW"
msgid "Defines the internal row number of a reference."
msgstr "የማመሳከሪያውን የውስጥ ረድፍ ቁጥር መግለጫ"
-#: scfuncs.hrc:3315
+#: sc/inc/scfuncs.hrc:3315
msgctxt "SC_OPCODE_ROW"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: scfuncs.hrc:3316
+#: sc/inc/scfuncs.hrc:3316
msgctxt "SC_OPCODE_ROW"
msgid "The reference to a cell or a range."
msgstr "የክፍሉ ማመሳከሪያ ወይንም መጠን"
-#: scfuncs.hrc:3322
+#: sc/inc/scfuncs.hrc:3322
msgctxt "SC_OPCODE_SHEET"
msgid "Returns the internal sheet number of a reference or a string."
msgstr "የማመሳከሪያውን ወይንም የሐረጉን የውስጥ ወረቀት ቁጥር ይመልሳል"
-#: scfuncs.hrc:3323
+#: sc/inc/scfuncs.hrc:3323
msgctxt "SC_OPCODE_SHEET"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: scfuncs.hrc:3324
+#: sc/inc/scfuncs.hrc:3324
msgctxt "SC_OPCODE_SHEET"
msgid "The reference to a cell or a range or the character string of a sheet name."
msgstr "የ ክፍሉ ማመሳከሪያ ወይንም መጠን ወይንም የ ወረቀቱ ስም የ ባህሪ ሐረግ"
-#: scfuncs.hrc:3330
+#: sc/inc/scfuncs.hrc:3330
msgctxt "SC_OPCODE_COLUMNS"
msgid "Returns the number of columns in an array or reference."
msgstr "የአምዶችን ቁጥር ማዘጋጃ ወይንም ማመሳከሪያ ይመልሳል"
-#: scfuncs.hrc:3331
+#: sc/inc/scfuncs.hrc:3331
msgctxt "SC_OPCODE_COLUMNS"
msgid "Array"
msgstr "ማዘጋጃ"
-#: scfuncs.hrc:3332
+#: sc/inc/scfuncs.hrc:3332
msgctxt "SC_OPCODE_COLUMNS"
msgid "The array (reference) for which the number of columns is to be determined."
msgstr "የማዘጋጃ (ማመሳከሪያ) የአምዶች ቁጥር የሚወሰንበት"
-#: scfuncs.hrc:3338
+#: sc/inc/scfuncs.hrc:3338
msgctxt "SC_OPCODE_ROWS"
msgid "Returns the number of rows in a reference or array."
msgstr "የረድፎችን ቁጥር ማዘጋጃ ወይንም ማመሳከሪያ ይመልሳል"
-#: scfuncs.hrc:3339
+#: sc/inc/scfuncs.hrc:3339
msgctxt "SC_OPCODE_ROWS"
msgid "Array"
msgstr "ማዘጋጃ"
-#: scfuncs.hrc:3340
+#: sc/inc/scfuncs.hrc:3340
msgctxt "SC_OPCODE_ROWS"
msgid "The array (reference) for which the number of rows is to be determined."
msgstr "የማዘጋጃ (ማመሳከሪያ) የረድፎች ቁጥር የሚወሰንበት"
-#: scfuncs.hrc:3346
+#: sc/inc/scfuncs.hrc:3346
msgctxt "SC_OPCODE_SHEETS"
msgid "Returns the number of sheets of a given reference. If no parameter has been entered, the total number of sheets in the document is returned."
msgstr "የ ወረቀቶችን ቁጥር ለተሰጠው ማመሳከሪያ ይመልሳል: ምንም ደንብ ካልገባ የ ጠቅላላ ወረቀቶቹን ቁጥር በ ሰነዱ ውስጥ ይመልሳል"
-#: scfuncs.hrc:3347
+#: sc/inc/scfuncs.hrc:3347
msgctxt "SC_OPCODE_SHEETS"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: scfuncs.hrc:3348
+#: sc/inc/scfuncs.hrc:3348
msgctxt "SC_OPCODE_SHEETS"
msgid "The reference to a cell or a range."
msgstr "የክፍሉ ማመሳከሪያ ወይንም መጠን"
-#: scfuncs.hrc:3354
+#: sc/inc/scfuncs.hrc:3354
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Horizontal search and reference to the cells located below."
msgstr "በ አግድም መፈለጊያ እና ማመሳከሪያ ከ ታች በኩል ላሉት ክፍሎች"
-#: scfuncs.hrc:3355
+#: sc/inc/scfuncs.hrc:3355
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Search criterion"
msgstr "መፈለጊያ ደንብ"
-#: scfuncs.hrc:3356
+#: sc/inc/scfuncs.hrc:3356
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The value to be found in the first row."
msgstr "በመጀመሪያው ረድፍ ውስጥ የሚፈለገው ዋጋ"
-#: scfuncs.hrc:3357
+#: sc/inc/scfuncs.hrc:3357
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Array"
msgstr "ማዘጋጃ"
-#: scfuncs.hrc:3358
+#: sc/inc/scfuncs.hrc:3358
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The array or the range for the reference."
msgstr "ለማመሳከሪያው ማዘጋጃ ወይንም መጠን"
-#: scfuncs.hrc:3359
+#: sc/inc/scfuncs.hrc:3359
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Index"
msgstr "ማውጫ"
-#: scfuncs.hrc:3360
+#: sc/inc/scfuncs.hrc:3360
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The row index in the array."
msgstr "የረድፍ ማውጫ በማዘጋጃ ውስጥ"
-#: scfuncs.hrc:3361
+#: sc/inc/scfuncs.hrc:3361
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Sorted"
msgstr "ተለይቷል"
-#: scfuncs.hrc:3362
+#: sc/inc/scfuncs.hrc:3362
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "If the value is TRUE or not given, the search row of the array must be sorted in ascending order."
msgstr "ዋጋው እውነት ክሆነ ወይንም ካልተሰጠ: የ ረድፍ መፈለጊያ ማዘጋጃ የሚለየው እየጨመረ በሚሄድ ደንብ ነው"
-#: scfuncs.hrc:3368
+#: sc/inc/scfuncs.hrc:3368
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Vertical search and reference to indicated cells."
msgstr "በ ቁመት መፈለጊያ እና ማመሳከሪያ ለ ተጠቆሙት ክፍሎች"
-#: scfuncs.hrc:3369
+#: sc/inc/scfuncs.hrc:3369
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Search criterion"
msgstr "መፈለጊያ ደንብ"
-#: scfuncs.hrc:3370
+#: sc/inc/scfuncs.hrc:3370
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "The value to be found in the first column."
msgstr "በመጀመሪያው አምድ ውስጥ የሚፈለገው ዋጋ"
-#: scfuncs.hrc:3371
+#: sc/inc/scfuncs.hrc:3371
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Array"
msgstr "ማዘጋጃ"
-#: scfuncs.hrc:3372
+#: sc/inc/scfuncs.hrc:3372
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "The array or range for referencing."
msgstr "የማመሳከሪያ መጠን ወይንም ማዘጋጃ"
-#: scfuncs.hrc:3373
+#: sc/inc/scfuncs.hrc:3373
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Index"
msgstr "ማውጫ"
-#: scfuncs.hrc:3374
+#: sc/inc/scfuncs.hrc:3374
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Column index number in the array."
msgstr "የአምድ ማውጫ ቁጥር በማዘጋጃ ውስጥ"
-#: scfuncs.hrc:3375
+#: sc/inc/scfuncs.hrc:3375
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Sort order"
msgstr "መለያ ደንብ"
-#: scfuncs.hrc:3376
+#: sc/inc/scfuncs.hrc:3376
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "If the value is TRUE or not given, the search column of the array must be sorted in ascending order."
msgstr "ዋጋው እውነት ክሆነ ወይንም ካልተሰጠ: የ አምድ መፈለጊያ ማዘጋጃ የሚለየው እየጨመረ በሚሄድ ደንብ ነው"
-#: scfuncs.hrc:3382
+#: sc/inc/scfuncs.hrc:3382
msgctxt "SC_OPCODE_INDEX"
msgid "Returns a reference to a cell from a defined range."
msgstr "ለክፍሉ ማመሳከሪያ ከተወሰነ መጠን ይመልሳል"
-#: scfuncs.hrc:3383
+#: sc/inc/scfuncs.hrc:3383
msgctxt "SC_OPCODE_INDEX"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: scfuncs.hrc:3384
+#: sc/inc/scfuncs.hrc:3384
msgctxt "SC_OPCODE_INDEX"
msgid "The reference to a (multiple) range."
msgstr "ማመሳከሪያ ለ (በርካታ) መጠን"
-#: scfuncs.hrc:3385
+#: sc/inc/scfuncs.hrc:3385
msgctxt "SC_OPCODE_INDEX"
msgid "Row"
msgstr "ረድፍ"
-#: scfuncs.hrc:3386
+#: sc/inc/scfuncs.hrc:3386
msgctxt "SC_OPCODE_INDEX"
msgid "The row in the range."
msgstr "የረድፉ መጠን"
-#: scfuncs.hrc:3387
+#: sc/inc/scfuncs.hrc:3387
msgctxt "SC_OPCODE_INDEX"
msgid "Column"
msgstr "አምድ"
-#: scfuncs.hrc:3388
+#: sc/inc/scfuncs.hrc:3388
msgctxt "SC_OPCODE_INDEX"
msgid "The column in the range."
msgstr "የአምዱ መጠን"
-#: scfuncs.hrc:3389
+#: sc/inc/scfuncs.hrc:3389
msgctxt "SC_OPCODE_INDEX"
msgid "Range"
msgstr "መጠን"
-#: scfuncs.hrc:3390
+#: sc/inc/scfuncs.hrc:3390
msgctxt "SC_OPCODE_INDEX"
msgid "The index of the subrange if referring to a multiple range."
msgstr "የ ንዑስ መጠን ማውጫ የሚያመሳክር ከሆነ ለ በርካታ መጠን"
-#: scfuncs.hrc:3396
+#: sc/inc/scfuncs.hrc:3396
msgctxt "SC_OPCODE_INDIRECT"
msgid "Returns the contents of a cell that is referenced in text form."
msgstr "የተመሳከሩትን የክፍሉን ይዞታዎች በጽሁፍ ፎርም ይመልሳል"
-#: scfuncs.hrc:3397
+#: sc/inc/scfuncs.hrc:3397
msgctxt "SC_OPCODE_INDIRECT"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: scfuncs.hrc:3398
+#: sc/inc/scfuncs.hrc:3398
msgctxt "SC_OPCODE_INDIRECT"
msgid "The cell whose contents are to be evaluated is to be referenced in text form (e.g. \"A1\")."
msgstr "የሚገመገሙት የክፍሉ ይዞታዎች በጽሁፍ ፎርም ይመሳከራሉ (ለምሳሌ . \"A1\")."
-#: scfuncs.hrc:3399
+#: sc/inc/scfuncs.hrc:3399
msgctxt "SC_OPCODE_INDIRECT"
msgid "A1"
msgstr "A1"
-#: scfuncs.hrc:3400
+#: sc/inc/scfuncs.hrc:3400
msgctxt "SC_OPCODE_INDIRECT"
msgid "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style."
msgstr "የ ማመሳከሪያ ዘዴ: 0 ወይንም ሀሰት ማለት R1C1 ዘዴ ነው: ሌላ ማንኛውም ዋጋ ወይንም ካልታየ ማለት A1 ዘዴ ነው"
-#: scfuncs.hrc:3406
+#: sc/inc/scfuncs.hrc:3406
msgctxt "SC_OPCODE_LOOKUP"
msgid "Determines a value in a vector by comparison to values in another vector."
msgstr "ዋጋን በአቅጣጫ ውስጥ ከሌሎች አቅጣጫ ዋጋዎች ጋር ያወዳድራል"
-#: scfuncs.hrc:3407
+#: sc/inc/scfuncs.hrc:3407
msgctxt "SC_OPCODE_LOOKUP"
msgid "Search criterion"
msgstr "መፈለጊያ ደንብ"
-#: scfuncs.hrc:3408
+#: sc/inc/scfuncs.hrc:3408
msgctxt "SC_OPCODE_LOOKUP"
msgid "The value to be used for comparison."
msgstr "ለማወዳደሪያ የሚጠቀሙበት ዋጋ"
-#: scfuncs.hrc:3409
+#: sc/inc/scfuncs.hrc:3409
msgctxt "SC_OPCODE_LOOKUP"
msgid "Search vector"
msgstr "መፈለጊያ አቅጣጫ"
-#: scfuncs.hrc:3410
+#: sc/inc/scfuncs.hrc:3410
msgctxt "SC_OPCODE_LOOKUP"
msgid "The vector (row or column) in which to search."
msgstr "ፍለጋው የሚካሄድበት (የረድፉ ወይንም የአምዱ) አቅጣጫ"
-#: scfuncs.hrc:3411
+#: sc/inc/scfuncs.hrc:3411
msgctxt "SC_OPCODE_LOOKUP"
msgid "Result vector"
msgstr "የ ውጤቱ አቅጣጫ"
-#: scfuncs.hrc:3412
+#: sc/inc/scfuncs.hrc:3412
msgctxt "SC_OPCODE_LOOKUP"
msgid "The vector (row or range) from which the value is to be determined."
msgstr "ዋጋው የሚወሰንበት (የረድፉ ወይንም የመጠኑ) አቅጣጫ"
-#: scfuncs.hrc:3418
+#: sc/inc/scfuncs.hrc:3418
msgctxt "SC_OPCODE_MATCH"
msgid "Defines a position in an array after comparing values."
msgstr "በ ማዘጋጃ ውስጥ ቦታውን መወሰኛ ዋጋዎችን ካወዳደረ በኋላ"
-#: scfuncs.hrc:3419
+#: sc/inc/scfuncs.hrc:3419
msgctxt "SC_OPCODE_MATCH"
msgid "Search criterion"
msgstr "መፈለጊያ ደንብ"
-#: scfuncs.hrc:3420
+#: sc/inc/scfuncs.hrc:3420
msgctxt "SC_OPCODE_MATCH"
msgid "The value to be used for comparison."
msgstr "ለማወዳደሪያ የሚጠቀሙበት ዋጋ"
-#: scfuncs.hrc:3421
+#: sc/inc/scfuncs.hrc:3421
msgctxt "SC_OPCODE_MATCH"
msgid "Lookup array"
msgstr "መፈለጊያ ማዘጋጃ"
-#: scfuncs.hrc:3422
+#: sc/inc/scfuncs.hrc:3422
msgctxt "SC_OPCODE_MATCH"
msgid "The array (range) in which the search is made."
msgstr "የማዘጋጃ (መጠን) ፍለጋው የሚካሄድበት"
-#: scfuncs.hrc:3423
+#: sc/inc/scfuncs.hrc:3423
msgctxt "SC_OPCODE_MATCH"
msgid "Type"
msgstr "አይነት"
-#: scfuncs.hrc:3424
+#: sc/inc/scfuncs.hrc:3424
msgctxt "SC_OPCODE_MATCH"
msgid "Type can take the value 1, 0 or -1 and determines the criteria to be used for comparison purposes."
msgstr "አይነት እነዚህን ዋጋዎች ይወስዳል 1, 0 ወይንም -1 እና መመዘኛውን ይወስናል ለ ማወዳደሪያ የሚጠቀሙበትን አላማ"
-#: scfuncs.hrc:3430
+#: sc/inc/scfuncs.hrc:3430
msgctxt "SC_OPCODE_OFFSET"
msgid "Returns a reference which has been moved in relation to the starting point."
msgstr "ከመጀመሪያው ነጥብ ጋር የሚዛመደውን የተንቀሳቀሰውን ማመሳከሪያ ይመልሳል"
-#: scfuncs.hrc:3431
+#: sc/inc/scfuncs.hrc:3431
msgctxt "SC_OPCODE_OFFSET"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: scfuncs.hrc:3432
+#: sc/inc/scfuncs.hrc:3432
msgctxt "SC_OPCODE_OFFSET"
msgid "The reference (cell) from which to base the movement."
msgstr "ማመሳከሪያው (ክፍል) የእንቅስቃሴው መሰረት"
-#: scfuncs.hrc:3433
+#: sc/inc/scfuncs.hrc:3433
msgctxt "SC_OPCODE_OFFSET"
msgid "Rows"
msgstr "ረድፎች"
-#: scfuncs.hrc:3434
+#: sc/inc/scfuncs.hrc:3434
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of rows to be moved either up or down."
msgstr "የረድፎች ቁጥር ወደ ላይ ወይም ወደ ታች የሚንቀሳቀሱ"
-#: scfuncs.hrc:3435
+#: sc/inc/scfuncs.hrc:3435
msgctxt "SC_OPCODE_OFFSET"
msgid "Columns"
msgstr "አምዶች"
-#: scfuncs.hrc:3436
+#: sc/inc/scfuncs.hrc:3436
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of columns that are to be moved to the left or to the right."
msgstr "የ አምዶች ቁጥር ወደ ቀኝ ወይም ወደ ግራ የሚንቀሳቀሱ"
-#: scfuncs.hrc:3437
+#: sc/inc/scfuncs.hrc:3437
msgctxt "SC_OPCODE_OFFSET"
msgid "Height"
msgstr "እርዝመት"
-#: scfuncs.hrc:3438
+#: sc/inc/scfuncs.hrc:3438
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of rows of the moved reference."
msgstr "የረድፎች ቁጥር በተንቀሳቀሰው ማመሳከሪያ"
-#: scfuncs.hrc:3439
+#: sc/inc/scfuncs.hrc:3439
msgctxt "SC_OPCODE_OFFSET"
msgid "Width"
msgstr "ስፋት"
-#: scfuncs.hrc:3440
+#: sc/inc/scfuncs.hrc:3440
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of columns in the moved reference."
msgstr "የአምዶች ቁጥር በተንቀሳቀሰው ማመሳከሪያ"
-#: scfuncs.hrc:3446
+#: sc/inc/scfuncs.hrc:3446
msgctxt "SC_OPCODE_ERROR_TYPE"
msgid "Returns a number corresponding to an error type"
msgstr "የስህተቱን አይነት በቁጥር ግንኙነት ይመልሳል"
-#: scfuncs.hrc:3447
+#: sc/inc/scfuncs.hrc:3447
msgctxt "SC_OPCODE_ERROR_TYPE"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: scfuncs.hrc:3448
+#: sc/inc/scfuncs.hrc:3448
msgctxt "SC_OPCODE_ERROR_TYPE"
msgid "The reference (cell) in which the error occurred."
msgstr "ማመሳከሪያው (ክፍል) ስህተቱ የተፈጠረበት"
-#: scfuncs.hrc:3454
+#: sc/inc/scfuncs.hrc:3454
msgctxt "SC_OPCODE_ERROR_TYPE_ODF"
msgid "Returns a number corresponding to one of the error values or #N/A if no error exists"
msgstr "ቁጥር ይመልሳል ከ ስህተት ዋጋዎች ጋር ተመሳሳይ ወይንም #ዝ/አ ስህተት ከሌለ"
-#: scfuncs.hrc:3455
+#: sc/inc/scfuncs.hrc:3455
msgctxt "SC_OPCODE_ERROR_TYPE_ODF"
msgid "Expression"
msgstr "መግለጫ"
-#: scfuncs.hrc:3456
+#: sc/inc/scfuncs.hrc:3456
msgctxt "SC_OPCODE_ERROR_TYPE_ODF"
msgid "The error value whose identifying number you want to find. Can be the actual error value or a reference to a cell that you want to test."
msgstr "እርስዎ ማግኘት የሚፈልጉት የ ስህተት ዋጋ የ መለያ ቁጥር: ሊሆን ይችላል ትክክለኛ የ ስህተት ዋጋ ወይንም እርስዎ መሞከር ለሚፈልጉት ማመሳከሪያ ክፍል"
-#: scfuncs.hrc:3462
+#: sc/inc/scfuncs.hrc:3462
msgctxt "SC_OPCODE_STYLE"
msgid "Applies a Style to the formula cell."
msgstr "ለ መቀመሪያ ክፍል ዘዴ መፈጸሚያ"
-#: scfuncs.hrc:3463
+#: sc/inc/scfuncs.hrc:3463
msgctxt "SC_OPCODE_STYLE"
msgid "Style"
msgstr "ዘዴ"
-#: scfuncs.hrc:3464
+#: sc/inc/scfuncs.hrc:3464
msgctxt "SC_OPCODE_STYLE"
msgid "The name of the Style to be applied."
msgstr "የሚፈጸመው የ ዘዴው ስም"
-#: scfuncs.hrc:3465
+#: sc/inc/scfuncs.hrc:3465
msgctxt "SC_OPCODE_STYLE"
msgid "Time"
msgstr "ሰአት"
-#: scfuncs.hrc:3466
+#: sc/inc/scfuncs.hrc:3466
msgctxt "SC_OPCODE_STYLE"
msgid "The time (in seconds) that the Style is to remain valid."
msgstr "ሰአት (በ ሰከንዶች) ዘዴው ዋጋ እንዳለው የሚቆይበት"
-#: scfuncs.hrc:3467
+#: sc/inc/scfuncs.hrc:3467
msgctxt "SC_OPCODE_STYLE"
msgid "Style 2"
msgstr "ዘዴ 2"
-#: scfuncs.hrc:3468
+#: sc/inc/scfuncs.hrc:3468
msgctxt "SC_OPCODE_STYLE"
msgid "The style to be applied after time expires."
msgstr "ሰአት ካለቀ በኋላ የሚፈጸመው ዘዴ"
-#: scfuncs.hrc:3474
+#: sc/inc/scfuncs.hrc:3474
msgctxt "SC_OPCODE_DDE"
msgid "Result of a DDE link."
msgstr "የ DDE አገናኝ ውጤት"
-#: scfuncs.hrc:3475
+#: sc/inc/scfuncs.hrc:3475
msgctxt "SC_OPCODE_DDE"
msgid "Server"
msgstr "ሰርቨር"
-#: scfuncs.hrc:3476
+#: sc/inc/scfuncs.hrc:3476
msgctxt "SC_OPCODE_DDE"
msgid "The name of the server application."
msgstr "የሰርቨሩ መተግበሪያ ስም"
-#: scfuncs.hrc:3477
+#: sc/inc/scfuncs.hrc:3477
msgctxt "SC_OPCODE_DDE"
msgid "Topic/file"
msgstr "አርእስት/ፋይል"
-#: scfuncs.hrc:3478
+#: sc/inc/scfuncs.hrc:3478
msgctxt "SC_OPCODE_DDE"
msgid "The topic or name of the file."
msgstr "የ ፋይሉ ስም ወይንም አርእስት"
-#: scfuncs.hrc:3479
+#: sc/inc/scfuncs.hrc:3479
msgctxt "SC_OPCODE_DDE"
msgid "Item/range"
msgstr "እቃ/መጠን"
-#: scfuncs.hrc:3480
+#: sc/inc/scfuncs.hrc:3480
msgctxt "SC_OPCODE_DDE"
msgid "The item or range from which data is to be taken."
msgstr "ዳታው የሚወሰድበት እቃው ወይንም መጠን"
-#: scfuncs.hrc:3481
+#: sc/inc/scfuncs.hrc:3481
msgctxt "SC_OPCODE_DDE"
msgid "Mode"
msgstr "ዘዴ"
-#: scfuncs.hrc:3482
+#: sc/inc/scfuncs.hrc:3482
msgctxt "SC_OPCODE_DDE"
msgid "Defines how data is to be converted to numbers."
msgstr "ዳታዎች ወደ ቁጥር እንዴት እንደሚቀየሩ መግለጫ"
-#: scfuncs.hrc:3488
+#: sc/inc/scfuncs.hrc:3488
msgctxt "SC_OPCODE_HYPERLINK"
msgid "Construct a Hyperlink."
msgstr "Hyperlink መገንቢያ"
-#: scfuncs.hrc:3489
+#: sc/inc/scfuncs.hrc:3489
msgctxt "SC_OPCODE_HYPERLINK"
msgid "URL"
msgstr "URL"
-#: scfuncs.hrc:3490
+#: sc/inc/scfuncs.hrc:3490
msgctxt "SC_OPCODE_HYPERLINK"
msgid "The clickable URL."
msgstr "ሊጫኑ የሚችሉት URL."
-#: scfuncs.hrc:3491
+#: sc/inc/scfuncs.hrc:3491
msgctxt "SC_OPCODE_HYPERLINK"
msgid "Cell text"
msgstr "የ ክፍል ጽሁፍ"
-#: scfuncs.hrc:3492
+#: sc/inc/scfuncs.hrc:3492
msgctxt "SC_OPCODE_HYPERLINK"
msgid "The cell text to be displayed."
msgstr "የ ክፍል ጽሁፍ የሚታየው"
-#: scfuncs.hrc:3498
+#: sc/inc/scfuncs.hrc:3498
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Extracts value(s) from a pivot table."
msgstr "ዋጋ(ዎች) ከ pivot ሰንጠረዥ ለይቶ ያወጣል"
-#: scfuncs.hrc:3499
+#: sc/inc/scfuncs.hrc:3499
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Data field"
msgstr "የ ዳታ ሜዳ"
-#: scfuncs.hrc:3500
+#: sc/inc/scfuncs.hrc:3500
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "The name of the pivot table field to extract."
msgstr "የ pivot ሰንጠረዥ ሜዳ ስም ለ ማራገፍ"
-#: scfuncs.hrc:3501
+#: sc/inc/scfuncs.hrc:3501
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Pivot table"
msgstr "የ ፒቮት ሰንጠረዥ"
-#: scfuncs.hrc:3502
+#: sc/inc/scfuncs.hrc:3502
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "A reference to a cell or range in the pivot table."
msgstr "ለክፍሉ ማመሳከሪያ ወይንም መጠን በ pivot ሰንጠረዥ"
-#: scfuncs.hrc:3503
+#: sc/inc/scfuncs.hrc:3503
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Field name / item"
msgstr "የ ሜዳ ስም / እቃ"
-#: scfuncs.hrc:3504
+#: sc/inc/scfuncs.hrc:3504
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Field name/value pair to filter the target data."
msgstr "የ ሜዳ ስም/የ ዋጋ ጥንድ ለማጣሪያ የ ኢላማውን ዳታ"
-#: scfuncs.hrc:3510
+#: sc/inc/scfuncs.hrc:3510
msgctxt "SC_OPCODE_BAHTTEXT"
msgid "Converts a number to text (Baht)."
msgstr "ቁጥሮችን ወደ ቁጥር መቀየሪያ (Baht)."
-#: scfuncs.hrc:3511
+#: sc/inc/scfuncs.hrc:3511
msgctxt "SC_OPCODE_BAHTTEXT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3512
+#: sc/inc/scfuncs.hrc:3512
msgctxt "SC_OPCODE_BAHTTEXT"
msgid "The number to convert."
msgstr "የሚቀየረው ቁጥር"
-#: scfuncs.hrc:3518
+#: sc/inc/scfuncs.hrc:3518
msgctxt "SC_OPCODE_JIS"
msgid "Converts half-width ASCII and katakana characters to full-width."
msgstr "ከ ግማሽ-ስፋት ASCII እና katakana ባህሪዎች ወደ ሙሉ-ስፋት መቀየሪያ"
-#: scfuncs.hrc:3519
+#: sc/inc/scfuncs.hrc:3519
msgctxt "SC_OPCODE_JIS"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3520
+#: sc/inc/scfuncs.hrc:3520
msgctxt "SC_OPCODE_JIS"
msgid "The text to convert."
msgstr "የሚቀየረው ጽሁፍ"
-#: scfuncs.hrc:3526
+#: sc/inc/scfuncs.hrc:3526
msgctxt "SC_OPCODE_ASC"
msgid "Converts full-width ASCII and katakana characters to half-width."
msgstr "ከ ሙሉ-ስፋት ASCII እና katakana ባህሪዎች ወደ ግማሽ-ስፋት መቀየሪያ"
-#: scfuncs.hrc:3527
+#: sc/inc/scfuncs.hrc:3527
msgctxt "SC_OPCODE_ASC"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3528
+#: sc/inc/scfuncs.hrc:3528
msgctxt "SC_OPCODE_ASC"
msgid "The text to convert."
msgstr "የሚቀየረው ጽሁፍ"
-#: scfuncs.hrc:3534
+#: sc/inc/scfuncs.hrc:3534
msgctxt "SC_OPCODE_CODE"
msgid "Returns a numeric code for the first character in a text string."
msgstr "የ ቁጥር ኮድ ለ መጀመሪያው ባህሪ በ ጽሁፍ ሀረግ ውስጥ ይመልሳል"
-#: scfuncs.hrc:3535
+#: sc/inc/scfuncs.hrc:3535
msgctxt "SC_OPCODE_CODE"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3536
+#: sc/inc/scfuncs.hrc:3536
msgctxt "SC_OPCODE_CODE"
msgid "This is the text for which the code of the first character is to be found."
msgstr "በዚህ ጽሁፍ ውስጥ ነው የመጀመሪያው ባህሪ ኮድ የሚገኘው"
-#: scfuncs.hrc:3542
+#: sc/inc/scfuncs.hrc:3542
msgctxt "SC_OPCODE_CURRENCY"
msgid "Converts a number to text in currency format."
msgstr "ቁጥሮችን ወደ ጽሁፍ በ ገንዘብ አቀራረብ መቀየሪያ"
-#: scfuncs.hrc:3543
+#: sc/inc/scfuncs.hrc:3543
msgctxt "SC_OPCODE_CURRENCY"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:3544
+#: sc/inc/scfuncs.hrc:3544
msgctxt "SC_OPCODE_CURRENCY"
msgid "Value is a number, a reference to a cell containing a number or a formula that results in a number."
msgstr "ዋጋ ቁጥር ነው: ለክፍሉ ማመሳከሪያ ቁጥር የያዘ ወይንም መቀመሪያ የ ቁጥር ውጤት የሚያስገኝ"
-#: scfuncs.hrc:3545
+#: sc/inc/scfuncs.hrc:3545
msgctxt "SC_OPCODE_CURRENCY"
msgid "Decimals"
msgstr "ዴሲማል"
-#: scfuncs.hrc:3546
+#: sc/inc/scfuncs.hrc:3546
msgctxt "SC_OPCODE_CURRENCY"
msgid "Decimal places. Denotes the number of digits to the right of the decimal point."
msgstr "የ ዴሲማል ቦታ: የ ቁጥርን አሀዝ ከ ዴሲማል ነጥብ በስተ ቀኝ በኩል ያመለክታል"
-#: scfuncs.hrc:3552
+#: sc/inc/scfuncs.hrc:3552
msgctxt "SC_OPCODE_CHAR"
msgid "Converts a code number into a character or letter."
msgstr "የ ኮድ ቁጥር ወደ ባህሪ ወይንም ፊደል መቀየሪያ"
-#: scfuncs.hrc:3553
+#: sc/inc/scfuncs.hrc:3553
msgctxt "SC_OPCODE_CHAR"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3554
+#: sc/inc/scfuncs.hrc:3554
msgctxt "SC_OPCODE_CHAR"
msgid "The code value for the character."
msgstr "የ ኮድ ዋጋ ለባህሪው"
-#: scfuncs.hrc:3560
+#: sc/inc/scfuncs.hrc:3560
msgctxt "SC_OPCODE_CLEAN"
msgid "Removes all nonprintable characters from text."
msgstr "ሊታተሙ የማይችሉ ባህሪዎችን በሙሉ ከጽሁፍ ውስጥ ማስወገጃ"
-#: scfuncs.hrc:3561
+#: sc/inc/scfuncs.hrc:3561
msgctxt "SC_OPCODE_CLEAN"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3562
+#: sc/inc/scfuncs.hrc:3562
msgctxt "SC_OPCODE_CLEAN"
msgid "The text from which nonprintable characters are to be removed."
msgstr "ሊታተሙ የማይችሉ ባህሪዎች የሚወገዱበት ጽሁፍ"
-#: scfuncs.hrc:3568
+#: sc/inc/scfuncs.hrc:3568
msgctxt "SC_OPCODE_CONCAT"
msgid "Combines several text items into one."
msgstr "በርካታ የ ጽሁፍ እቃዎችን ወደ አንድ መቀላቀያ"
-#: scfuncs.hrc:3569
+#: sc/inc/scfuncs.hrc:3569
msgctxt "SC_OPCODE_CONCAT"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3570
+#: sc/inc/scfuncs.hrc:3570
msgctxt "SC_OPCODE_CONCAT"
msgid "Text for the concatenation."
msgstr "ጽሁፍ ለማገናኛ"
-#: scfuncs.hrc:3576
+#: sc/inc/scfuncs.hrc:3576
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Combines several text items into one, accepts cell ranges as arguments."
msgstr "መቀላቀያ በርካታ የ ጽሁፍ እቃዎች ወደ አንድ: የ ክፍል መጠኖችን እንደ ክርክር ይቀበላል"
-#: scfuncs.hrc:3577
+#: sc/inc/scfuncs.hrc:3577
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3578
+#: sc/inc/scfuncs.hrc:3578
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Text and/or cell ranges for the concatenation."
msgstr "ጽሁፍ እና/ወይንም የ ክፍል መጠኖች ለማገናኛ"
-#: scfuncs.hrc:3584
+#: sc/inc/scfuncs.hrc:3584
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Combines several text items into one, accepts cell ranges as arguments. Uses delimiter between items."
msgstr "መቀላቀያ በርካታ የ ጽሁፍ እቃዎች ወደ አንድ: የ ክፍል መጠኖችን እንደ ክርክር ይቀበላል: በ እቃዎች መካከል ምልክቶች ይጠቀማል"
-#: scfuncs.hrc:3585
+#: sc/inc/scfuncs.hrc:3585
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Delimiter"
msgstr "ምልክት"
-#: scfuncs.hrc:3586
+#: sc/inc/scfuncs.hrc:3586
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text string to be used as delimiter."
msgstr "የ ጽሁፍ ሀረግ የሚጠቀሙት እንደ ምልክት"
-#: scfuncs.hrc:3587
+#: sc/inc/scfuncs.hrc:3587
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Skip empty cells"
msgstr "ባዶ ክፍሎች መዝለያ"
-#: scfuncs.hrc:3588
+#: sc/inc/scfuncs.hrc:3588
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "If TRUE, empty cells will be ignored."
msgstr "እውነት ከሆነ: ባዶ ክፍሎች ይተዋሉ"
-#: scfuncs.hrc:3589
+#: sc/inc/scfuncs.hrc:3589
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3590
+#: sc/inc/scfuncs.hrc:3590
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text and/or cell ranges for the concatenation."
msgstr "ጽሁፍ እና/ወይንም የ ክፍል መጠኖች ለማገናኛ"
-#: scfuncs.hrc:3596
+#: sc/inc/scfuncs.hrc:3596
msgctxt "SC_OPCODE_IFS_MS"
msgid "Checks 1 or more conditions and returns a value corresponding to the first true condition."
msgstr "ይመረምራል 1 ወይንም ከዚያ በላይ ሁኔታዎችን እና ይመልሳል ተመሳሳይ ዋጋ የ መጀመሪያውን እውነት ዋጋ"
-#: scfuncs.hrc:3597
+#: sc/inc/scfuncs.hrc:3597
msgctxt "SC_OPCODE_IFS_MS"
msgid "Test"
msgstr "ሙከራ"
-#: scfuncs.hrc:3598
+#: sc/inc/scfuncs.hrc:3598
msgctxt "SC_OPCODE_IFS_MS"
msgid "Any value or expression which can be either TRUE or FALSE."
msgstr "እውነት ወይም ሀሰት ሊሆን የሚችል ማንኛውም ዋጋ ወይንም አገላለጽ"
-#: scfuncs.hrc:3599
+#: sc/inc/scfuncs.hrc:3599
msgctxt "SC_OPCODE_IFS_MS"
msgid "Result"
msgstr "ውጤት"
-#: scfuncs.hrc:3600
+#: sc/inc/scfuncs.hrc:3600
msgctxt "SC_OPCODE_IFS_MS"
msgid "The result of the function if test is TRUE."
msgstr "የ ተግባሩ ውጤት ለ ከሆነ ሙከራ እውነት ነው"
-#: scfuncs.hrc:3606
+#: sc/inc/scfuncs.hrc:3606
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Checks 1 or more values and returns a result corresponding to the first value equal to the given expression."
msgstr "ይመረምራል 1 ወይንም ከዚያ በላይ እና ይመልሳል ተመሳሳይ ዋጋ የ መጀመሪያውን እኩል ዋጋ ከ ተሰጠው መግለጫ ጋር"
-#: scfuncs.hrc:3607
+#: sc/inc/scfuncs.hrc:3607
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Expression"
msgstr "መግለጫ"
-#: scfuncs.hrc:3608
+#: sc/inc/scfuncs.hrc:3608
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value that will be compared against value1-valueN."
msgstr "የሚወዳደረው ዋጋ ከ ዋጋ1-ዋጋN. ጋር"
-#: scfuncs.hrc:3609
+#: sc/inc/scfuncs.hrc:3609
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:3610
+#: sc/inc/scfuncs.hrc:3610
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value that will be compared against expression."
msgstr "የሚወዳደረው ዋጋ ከ ተሰጠው መግለጫ ጋር"
-#: scfuncs.hrc:3611
+#: sc/inc/scfuncs.hrc:3611
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Result"
msgstr "ውጤት"
-#: scfuncs.hrc:3612
+#: sc/inc/scfuncs.hrc:3612
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value to return when corresponding value argument matches expression."
msgstr "የ ሚመልሰው ዋጋ ተመሳሳይ የ ዋጋ ክርክር ከ መግለጫ ጋር ሲመሳሰል"
-#: scfuncs.hrc:3617
+#: sc/inc/scfuncs.hrc:3617
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Returns the minimum value in a range that meet multiple criteria in multiple ranges."
msgstr "በ በርካታ መጠኖች ውስጥ በርካታ መመዘኛ የሚያሟሉ ክፍሎች ጠቅላላ ዋጋ ይመልሳል"
-#: scfuncs.hrc:3618
+#: sc/inc/scfuncs.hrc:3618
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Min range"
msgstr "አነስተኛ መጠን"
-#: scfuncs.hrc:3619
+#: sc/inc/scfuncs.hrc:3619
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "The range from which the minimum will be determined."
msgstr "አነስተኛው መጠን የሚወሰንበት"
-#: scfuncs.hrc:3620
+#: sc/inc/scfuncs.hrc:3620
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Range "
msgstr "መጠን "
-#: scfuncs.hrc:3621
+#: sc/inc/scfuncs.hrc:3621
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr "መጠን 1, መጠን 2,... እነዚህ መጠኖች በተሰጠው መመዘኛ ይገመገማሉ"
-#: scfuncs.hrc:3622
+#: sc/inc/scfuncs.hrc:3622
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Criteria "
msgstr "መመዘኛ "
-#: scfuncs.hrc:3623
+#: sc/inc/scfuncs.hrc:3623
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr "መመዘኛ 1, መመዘኛ 2,... መመዘኛ ናቸው ለተሰጠው መጠን መፈጸሚያ"
-#: scfuncs.hrc:3628
+#: sc/inc/scfuncs.hrc:3628
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Returns the maximum value in a range that meet multiple criteria in multiple ranges."
msgstr "በ በርካታ መጠኖች ውስጥ በርካታ መመዘኛ የሚያሟሉ ክፍሎች ጠቅላላ ዋጋ"
-#: scfuncs.hrc:3629
+#: sc/inc/scfuncs.hrc:3629
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Max range"
msgstr "ከፍተኛ መጠን"
-#: scfuncs.hrc:3630
+#: sc/inc/scfuncs.hrc:3630
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "The range from which the maximum will be determined."
msgstr "ከፍተኛው መጠን የሚወሰንበት"
-#: scfuncs.hrc:3631
+#: sc/inc/scfuncs.hrc:3631
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Range "
msgstr "መጠን "
-#: scfuncs.hrc:3632
+#: sc/inc/scfuncs.hrc:3632
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr "መጠን 1, መጠን 2,... እነዚህ መጠኖች በተሰጠው መመዘኛ ይገመገማሉ"
-#: scfuncs.hrc:3633
+#: sc/inc/scfuncs.hrc:3633
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Criteria "
msgstr "መመዘኛ "
-#: scfuncs.hrc:3634
+#: sc/inc/scfuncs.hrc:3634
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr "መመዘኛ 1, መመዘኛ 2,... መመዘኛ ናቸው ለተሰጠው መጠን መፈጸሚያ"
-#: scfuncs.hrc:3640
+#: sc/inc/scfuncs.hrc:3640
msgctxt "SC_OPCODE_EXACT"
msgid "Specifies whether two texts are identical."
msgstr "ሁለት ጽሁፎች ተመሳሳይ መሆናቸውን ይወስናል"
-#: scfuncs.hrc:3641
+#: sc/inc/scfuncs.hrc:3641
msgctxt "SC_OPCODE_EXACT"
msgid "Text 1"
msgstr "ጽሁፍ 1"
-#: scfuncs.hrc:3642
+#: sc/inc/scfuncs.hrc:3642
msgctxt "SC_OPCODE_EXACT"
msgid "The first text to be used for comparing texts."
msgstr "ጽሁፎችን ለማወዳደር የሚጠቀሙበት የመጀመሪያው ጽሁፍ"
-#: scfuncs.hrc:3643
+#: sc/inc/scfuncs.hrc:3643
msgctxt "SC_OPCODE_EXACT"
msgid "Text 2"
msgstr "ጽሁፍ 2"
-#: scfuncs.hrc:3644
+#: sc/inc/scfuncs.hrc:3644
msgctxt "SC_OPCODE_EXACT"
msgid "The second text for comparing texts."
msgstr "ጽሁፎችን ለማወዳደር የሚጠቀሙበት ሁለተኛው ጽሁፍ"
-#: scfuncs.hrc:3650
+#: sc/inc/scfuncs.hrc:3650
msgctxt "SC_OPCODE_FIND"
msgid "Looks for a string of text within another (case sensitive)"
msgstr "የ ጽሁፍ ሐርግ በሌላው ውስጥ ይፈልጋል (ፊደል መመጠኛ)"
-#: scfuncs.hrc:3651
+#: sc/inc/scfuncs.hrc:3651
msgctxt "SC_OPCODE_FIND"
msgid "Find text"
msgstr "ጽሁፍ መፈለጊያ"
-#: scfuncs.hrc:3652
+#: sc/inc/scfuncs.hrc:3652
msgctxt "SC_OPCODE_FIND"
msgid "The text to be found."
msgstr "የሚፈለገው ጽሁፍ"
-#: scfuncs.hrc:3653
+#: sc/inc/scfuncs.hrc:3653
msgctxt "SC_OPCODE_FIND"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3654
+#: sc/inc/scfuncs.hrc:3654
msgctxt "SC_OPCODE_FIND"
msgid "The text in which a search is to be made."
msgstr "ጽሁፉ ፍለጋ የሚካሄድለት"
-#: scfuncs.hrc:3655
+#: sc/inc/scfuncs.hrc:3655
msgctxt "SC_OPCODE_FIND"
msgid "Position"
msgstr "ቦታ"
-#: scfuncs.hrc:3656
+#: sc/inc/scfuncs.hrc:3656
msgctxt "SC_OPCODE_FIND"
msgid "The position in the text from which the search starts."
msgstr "ፍለጋው የሚጀመርበት የጽሁፉ ቦታ"
-#: scfuncs.hrc:3662
+#: sc/inc/scfuncs.hrc:3662
msgctxt "SC_OPCODE_SEARCH"
msgid "Looks for one text value within another (not case-sensitive)."
msgstr "የ አንድ ጽሁፍ ዋጋ በሌላ ውስጥ መፈለጊያ (ፊደል መመጠኛ አይደለም)"
-#: scfuncs.hrc:3663
+#: sc/inc/scfuncs.hrc:3663
msgctxt "SC_OPCODE_SEARCH"
msgid "Find text"
msgstr "ጽሁፍ መፈለጊያ"
-#: scfuncs.hrc:3664
+#: sc/inc/scfuncs.hrc:3664
msgctxt "SC_OPCODE_SEARCH"
msgid "The text to be found."
msgstr "የሚፈለገው ጽሁፍ"
-#: scfuncs.hrc:3665
+#: sc/inc/scfuncs.hrc:3665
msgctxt "SC_OPCODE_SEARCH"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3666
+#: sc/inc/scfuncs.hrc:3666
msgctxt "SC_OPCODE_SEARCH"
msgid "The text in which a search is to be made."
msgstr "ጽሁፉ ፍለጋ የሚካሄድለት"
-#: scfuncs.hrc:3667
+#: sc/inc/scfuncs.hrc:3667
msgctxt "SC_OPCODE_SEARCH"
msgid "Position"
msgstr "ቦታ"
-#: scfuncs.hrc:3668
+#: sc/inc/scfuncs.hrc:3668
msgctxt "SC_OPCODE_SEARCH"
msgid "The position in the text where the search is started."
msgstr "በ ጽሁፉ ውስጥ ቦታው ፍለጋው የሚጀመርበት"
-#: scfuncs.hrc:3674
+#: sc/inc/scfuncs.hrc:3674
msgctxt "SC_OPCODE_TRIM"
msgid "Removes extra spaces from text."
msgstr "ከጽሁፉ ውስጥ ተጨማሪ ቦታዎችን ማስወገጃ"
-#: scfuncs.hrc:3675
+#: sc/inc/scfuncs.hrc:3675
msgctxt "SC_OPCODE_TRIM"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3676
+#: sc/inc/scfuncs.hrc:3676
msgctxt "SC_OPCODE_TRIM"
msgid "The text in which extra spaces between words are to be deleted."
msgstr "ከጽሁፉ ውስጥ ተጨማሪ ክፍት ቦታዎችን በቃላቶች መካከል ማስወገጃ"
-#: scfuncs.hrc:3682
+#: sc/inc/scfuncs.hrc:3682
msgctxt "SC_OPCODE_PROPER"
msgid "Capitalizes the first letter in all words."
msgstr "የ ሁሉንም ቃላቶች በ አቢይ ፊደሎች ማስጀመሪያ"
-#: scfuncs.hrc:3683
+#: sc/inc/scfuncs.hrc:3683
msgctxt "SC_OPCODE_PROPER"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3684
+#: sc/inc/scfuncs.hrc:3684
msgctxt "SC_OPCODE_PROPER"
msgid "The text in which the beginning of words are to be replaced by capital letters."
msgstr "የ ቃላቶቹ መጀመሪያ ወደ አቢይ ፊደል የሚቀየረው ጽሁፉ"
-#: scfuncs.hrc:3690
+#: sc/inc/scfuncs.hrc:3690
msgctxt "SC_OPCODE_UPPER"
msgid "Converts text to uppercase."
msgstr "ጽሁፍ ወደ አቢይ ፊደል መቀየሪያ"
-#: scfuncs.hrc:3691
+#: sc/inc/scfuncs.hrc:3691
msgctxt "SC_OPCODE_UPPER"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3692
+#: sc/inc/scfuncs.hrc:3692
msgctxt "SC_OPCODE_UPPER"
msgid "The text in which lower case letters are to be converted to capitals."
msgstr "በ ትንንሽ ፊደል የተጻፈው ወደ አቢይ ፊደል የሚቀየረው ጽሁፉ"
-#: scfuncs.hrc:3698
+#: sc/inc/scfuncs.hrc:3698
msgctxt "SC_OPCODE_LOWER"
msgid "Converts text to lowercase."
msgstr "ጽሁፍ ወደ ትንንሽ ፊደል መቀየሪያ"
-#: scfuncs.hrc:3699
+#: sc/inc/scfuncs.hrc:3699
msgctxt "SC_OPCODE_LOWER"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3700
+#: sc/inc/scfuncs.hrc:3700
msgctxt "SC_OPCODE_LOWER"
msgid "The text in which capitals are converted to lower case letters."
msgstr "በ አቢይ ፊደል የተጻፈው ወደ ትንንሽ ፊደል የሚቀየረው ጽሁፉ"
-#: scfuncs.hrc:3706
+#: sc/inc/scfuncs.hrc:3706
msgctxt "SC_OPCODE_VALUE"
msgid "Converts text to a number."
msgstr "ጽሁፍን ወደ ቁጥር መቀየሪያ"
-#: scfuncs.hrc:3707
+#: sc/inc/scfuncs.hrc:3707
msgctxt "SC_OPCODE_VALUE"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3708
+#: sc/inc/scfuncs.hrc:3708
msgctxt "SC_OPCODE_VALUE"
msgid "The text to be converted to a number."
msgstr "ጽሁፉ ወደ ቁጥር የሚቀየረው"
-#: scfuncs.hrc:3714
+#: sc/inc/scfuncs.hrc:3714
msgctxt "SC_OPCODE_TEXT"
msgid "Converts a number to text according to a given format."
msgstr "ቁጥሮችን ወደ ጽሁፍ በ ተሰጠው አቀራረብ መቀየሪያ"
-#: scfuncs.hrc:3715
+#: sc/inc/scfuncs.hrc:3715
msgctxt "SC_OPCODE_TEXT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3716
+#: sc/inc/scfuncs.hrc:3716
msgctxt "SC_OPCODE_TEXT"
msgid "The numeric value to be converted."
msgstr "የሚቀየረው የቁጥር ዋጋ"
-#: scfuncs.hrc:3717
+#: sc/inc/scfuncs.hrc:3717
msgctxt "SC_OPCODE_TEXT"
msgid "Format"
msgstr "አቀራረብ"
-#: scfuncs.hrc:3718
+#: sc/inc/scfuncs.hrc:3718
msgctxt "SC_OPCODE_TEXT"
msgid "The text that describes the format."
msgstr "አቀራረቡን የሚገልጸው ጽሁፍ"
-#: scfuncs.hrc:3724
+#: sc/inc/scfuncs.hrc:3724
msgctxt "SC_OPCODE_T"
msgid "Returns a value if it is text, otherwise an empty string."
msgstr "ጽሁፍ ከሆነ ዋጋ ያለበለዚያ ባዶ ሐረግ ይመልሳል"
-#: scfuncs.hrc:3725
+#: sc/inc/scfuncs.hrc:3725
msgctxt "SC_OPCODE_T"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:3726
+#: sc/inc/scfuncs.hrc:3726
msgctxt "SC_OPCODE_T"
msgid "The value to be checked and returned if it is text."
msgstr "የሚመረመረው ዋጋ እና ጽሁፍ ከሆነ የሚመልሰው"
-#: scfuncs.hrc:3732
+#: sc/inc/scfuncs.hrc:3732
msgctxt "SC_OPCODE_REPLACE"
msgid "Replaces characters within a text string with a different text string."
msgstr "ባህሪዎችን በ ጽሁፍ ሐረግ ውስጥ በተለየ የ ጽሁፍ ሐረግ መቀየሪያ"
-#: scfuncs.hrc:3733
+#: sc/inc/scfuncs.hrc:3733
msgctxt "SC_OPCODE_REPLACE"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3734
+#: sc/inc/scfuncs.hrc:3734
msgctxt "SC_OPCODE_REPLACE"
msgid "The text in which some characters are to be replaced."
msgstr "በ ጽሁፍ ውስጥ አንዳንድ የሚቀየሩ ባህሪዎች"
-#: scfuncs.hrc:3735
+#: sc/inc/scfuncs.hrc:3735
msgctxt "SC_OPCODE_REPLACE"
msgid "Position"
msgstr "ቦታ"
-#: scfuncs.hrc:3736
+#: sc/inc/scfuncs.hrc:3736
msgctxt "SC_OPCODE_REPLACE"
msgid "The character position from which text is to be replaced."
msgstr "በ ጽሁፍ ውስጥ የሚቀየረው የ ባህሪው ቦታ"
-#: scfuncs.hrc:3737
+#: sc/inc/scfuncs.hrc:3737
msgctxt "SC_OPCODE_REPLACE"
msgid "Length"
msgstr "እርዝመት"
-#: scfuncs.hrc:3738
+#: sc/inc/scfuncs.hrc:3738
msgctxt "SC_OPCODE_REPLACE"
msgid "The number of characters to be replaced."
msgstr "የሚቀየሩት ባህሪዎች ቁጥር ብዛት"
-#: scfuncs.hrc:3739
+#: sc/inc/scfuncs.hrc:3739
msgctxt "SC_OPCODE_REPLACE"
msgid "New text"
msgstr "አዲስ ጽሁፍ"
-#: scfuncs.hrc:3740
+#: sc/inc/scfuncs.hrc:3740
msgctxt "SC_OPCODE_REPLACE"
msgid "The text to be inserted."
msgstr "የሚገባው ጽሁፍ"
-#: scfuncs.hrc:3746
+#: sc/inc/scfuncs.hrc:3746
msgctxt "SC_OPCODE_FIXED"
msgid "Formats a number with a fixed number of places after the decimal point and thousands separator."
msgstr "የ ቁጥር አቀራረብ በ ተወሰነ ቁጥር ቦታዎች ከ ዴሲማል ቦታ በኋላ እና ሺዎችን መለያያ"
-#: scfuncs.hrc:3747
+#: sc/inc/scfuncs.hrc:3747
msgctxt "SC_OPCODE_FIXED"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3748
+#: sc/inc/scfuncs.hrc:3748
msgctxt "SC_OPCODE_FIXED"
msgid "The number to be formatted."
msgstr "የ ቁጥሩ አቀራረብ"
-#: scfuncs.hrc:3749
+#: sc/inc/scfuncs.hrc:3749
msgctxt "SC_OPCODE_FIXED"
msgid "Decimals"
msgstr "ዴሲማልስ"
-#: scfuncs.hrc:3750
+#: sc/inc/scfuncs.hrc:3750
msgctxt "SC_OPCODE_FIXED"
msgid "Decimal places. The number of fixed decimal places that are to be displayed."
msgstr "የዴሲማል ቦታዎች ፡ የተወሰነ ቁጥር የዴሲማል ቦታ የሚታየው"
-#: scfuncs.hrc:3751
+#: sc/inc/scfuncs.hrc:3751
msgctxt "SC_OPCODE_FIXED"
msgid "No thousands separators"
msgstr "ሺዎችን መለያያ የለም"
-#: scfuncs.hrc:3752
+#: sc/inc/scfuncs.hrc:3752
msgctxt "SC_OPCODE_FIXED"
msgid "Thousands separator. If 0 or omitted the locale group separator is used else the separator is suppressed."
msgstr "ሺዎች መለያያ ከሆነ 0 ወይንም የማይታይ ከሆነ በ ቋንቋ ቡድን መለያያ ይጠቀማል ያለ በለዚያ መለያያው አይታይም"
-#: scfuncs.hrc:3758
+#: sc/inc/scfuncs.hrc:3758
msgctxt "SC_OPCODE_LEN"
msgid "Calculates length of a text string."
msgstr "የጽሁፍ ሐረጎችን እርዝመት ማስሊያ"
-#: scfuncs.hrc:3759
+#: sc/inc/scfuncs.hrc:3759
msgctxt "SC_OPCODE_LEN"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3760
+#: sc/inc/scfuncs.hrc:3760
msgctxt "SC_OPCODE_LEN"
msgid "The text in which the length is to be determined."
msgstr "እርዝመቱ የሚወሰነው ጽሁፍ"
-#: scfuncs.hrc:3766
+#: sc/inc/scfuncs.hrc:3766
msgctxt "SC_OPCODE_LEFT"
msgid "Returns the first character or characters of a text."
msgstr "የ መጀመሪያውን ባህሪ ወይንም የ ጽሁፍ ባህሪዎች ይመልሳል"
-#: scfuncs.hrc:3767
+#: sc/inc/scfuncs.hrc:3767
msgctxt "SC_OPCODE_LEFT"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3768
+#: sc/inc/scfuncs.hrc:3768
msgctxt "SC_OPCODE_LEFT"
msgid "The text where the initial partial words are to be determined."
msgstr "በጽሁፉ ውስጥ በከፊል የሚታዩት ቃላቶች የሚወሰኑት"
-#: scfuncs.hrc:3769
+#: sc/inc/scfuncs.hrc:3769
msgctxt "SC_OPCODE_LEFT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3770
+#: sc/inc/scfuncs.hrc:3770
msgctxt "SC_OPCODE_LEFT"
msgid "The number of characters for the start text."
msgstr "የባህሪዎች ቁጥር ለጽሁፍ መጀመሪያ"
-#: scfuncs.hrc:3776
+#: sc/inc/scfuncs.hrc:3776
msgctxt "SC_OPCODE_RIGHT"
msgid "Returns the last character or characters of a text."
msgstr "የ መጨረሻውን ባህሪ ወይንም የ ጽሁፍ ባህሪዎች ይመልሳል"
-#: scfuncs.hrc:3777
+#: sc/inc/scfuncs.hrc:3777
msgctxt "SC_OPCODE_RIGHT"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3778
+#: sc/inc/scfuncs.hrc:3778
msgctxt "SC_OPCODE_RIGHT"
msgid "The text in which the end partial words are to be determined."
msgstr "በ ጽሁፉ መጨረሻ ውስጥ በ ከፊል የሚታዩት ቃላቶች የሚወሰኑት"
-#: scfuncs.hrc:3779
+#: sc/inc/scfuncs.hrc:3779
msgctxt "SC_OPCODE_RIGHT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3780
+#: sc/inc/scfuncs.hrc:3780
msgctxt "SC_OPCODE_RIGHT"
msgid "The number of characters for the end text."
msgstr "የ ባህሪዎች ቁጥር ለ ጽሁፉ መጨረሻ"
-#: scfuncs.hrc:3786
+#: sc/inc/scfuncs.hrc:3786
msgctxt "SC_OPCODE_MID"
msgid "Returns a partial text string of a text."
msgstr "በከፊል የጽሁፍ ሐረግ ከጽሁፍ ይመልሳል"
-#: scfuncs.hrc:3787
+#: sc/inc/scfuncs.hrc:3787
msgctxt "SC_OPCODE_MID"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3788
+#: sc/inc/scfuncs.hrc:3788
msgctxt "SC_OPCODE_MID"
msgid "The text in which partial words are to be determined."
msgstr "በጽሁፉ ውስጥ የተወሰኑ በከፊል የሚቀየሩት ቃላቶች"
-#: scfuncs.hrc:3789
+#: sc/inc/scfuncs.hrc:3789
msgctxt "SC_OPCODE_MID"
msgid "Start"
msgstr "መጀመሪያ"
-#: scfuncs.hrc:3790
+#: sc/inc/scfuncs.hrc:3790
msgctxt "SC_OPCODE_MID"
msgid "The position from which the part word is to be determined."
msgstr "ቦታው ቃሉ የሚወሰንበት"
-#: scfuncs.hrc:3791
+#: sc/inc/scfuncs.hrc:3791
msgctxt "SC_OPCODE_MID"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3792
+#: sc/inc/scfuncs.hrc:3792
msgctxt "SC_OPCODE_MID"
msgid "The number of characters for the text."
msgstr "የባህሪው ቁጥር ለጽሁፉ"
-#: scfuncs.hrc:3798
+#: sc/inc/scfuncs.hrc:3798
msgctxt "SC_OPCODE_REPT"
msgid "Repeats text a given number of times."
msgstr "ጽሁፍን መድገሚያ በተሰጠው ቁጥር መሰረት"
-#: scfuncs.hrc:3799
+#: sc/inc/scfuncs.hrc:3799
msgctxt "SC_OPCODE_REPT"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3800
+#: sc/inc/scfuncs.hrc:3800
msgctxt "SC_OPCODE_REPT"
msgid "The text to be repeated."
msgstr "የሚደገመው ጽሁፍ"
-#: scfuncs.hrc:3801
+#: sc/inc/scfuncs.hrc:3801
msgctxt "SC_OPCODE_REPT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3802
+#: sc/inc/scfuncs.hrc:3802
msgctxt "SC_OPCODE_REPT"
msgid "The number of times the text is to be repeated."
msgstr "ጽሁፉ በምን ያህል ቁጥር ጊዜ ይደጋገም"
-#: scfuncs.hrc:3808
+#: sc/inc/scfuncs.hrc:3808
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Substitutes new text for old text in a string."
msgstr "በ ሐረግ ውስጥ አሮጌ ጽሁፎችን በ አዲስ ጽሁፎች መቀየሪያ"
-#: scfuncs.hrc:3809
+#: sc/inc/scfuncs.hrc:3809
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3810
+#: sc/inc/scfuncs.hrc:3810
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The text in which partial words are to be replaced."
msgstr "በ ጽሁፉ ውስጥ በ ከፊል የሚቀየሩት ቃላቶች"
-#: scfuncs.hrc:3811
+#: sc/inc/scfuncs.hrc:3811
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Search text"
msgstr "ጽሁፍ መፈለጊያ"
-#: scfuncs.hrc:3812
+#: sc/inc/scfuncs.hrc:3812
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The partial string to be (repeatedly) replaced."
msgstr "በ ከፊል ሐረጎች በ (ተደጋጋሚ) የሚቀየሩት"
-#: scfuncs.hrc:3813
+#: sc/inc/scfuncs.hrc:3813
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "New text"
msgstr "አዲስ ጽሁፍ"
-#: scfuncs.hrc:3814
+#: sc/inc/scfuncs.hrc:3814
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The text which is to replace the text string."
msgstr "የ ጽሁፍ ሀረግ መቀየሪያ ጽሁፍ"
-#: scfuncs.hrc:3815
+#: sc/inc/scfuncs.hrc:3815
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Occurrence"
msgstr "የ ተከሰተ"
-#: scfuncs.hrc:3816
+#: sc/inc/scfuncs.hrc:3816
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Which occurrence of the old text is to be replaced."
msgstr "የትኛው የ ነበረ አሮጌ ጽሁፍ ነው የሚቀየረው"
-#: scfuncs.hrc:3822
+#: sc/inc/scfuncs.hrc:3822
msgctxt "SC_OPCODE_BASE"
msgid "Converts a positive integer to text from a number system to the base defined."
msgstr "አሉታዊ ኢንቲጀር ወደ ጽሁፍ በ ቁጥር ስርአት ውስጥ መቀየሪያ ወደ ተገለጸው መሰረት"
-#: scfuncs.hrc:3823
+#: sc/inc/scfuncs.hrc:3823
msgctxt "SC_OPCODE_BASE"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3824
+#: sc/inc/scfuncs.hrc:3824
msgctxt "SC_OPCODE_BASE"
msgid "The number to be converted."
msgstr "የሚቀየረው ቁጥር"
-#: scfuncs.hrc:3825
+#: sc/inc/scfuncs.hrc:3825
msgctxt "SC_OPCODE_BASE"
msgid "Radix"
msgstr "መሰረት"
-#: scfuncs.hrc:3826
+#: sc/inc/scfuncs.hrc:3826
msgctxt "SC_OPCODE_BASE"
msgid "The base number for conversion must be in the range 2 - 36."
msgstr "የሚቀየረው መሰረታዊ ቁጥር በዚህ መጠን መካከል መሆን አለበት 2 - 36."
-#: scfuncs.hrc:3827
+#: sc/inc/scfuncs.hrc:3827
msgctxt "SC_OPCODE_BASE"
msgid "Minimum length"
msgstr "አነስተኛ እርዝመት"
-#: scfuncs.hrc:3828
+#: sc/inc/scfuncs.hrc:3828
msgctxt "SC_OPCODE_BASE"
msgid "If the text is shorter than the specified length, zeros are added to the left of the string."
msgstr "ጽሁፉ አጭር ከሆነ ከተወሰነው እርዝመት በታች ዜሮ ይጨመራል ከሐረጉ በስተግራ በኩል"
-#: scfuncs.hrc:3834
+#: sc/inc/scfuncs.hrc:3834
msgctxt "SC_OPCODE_DECIMAL"
msgid "Converts a text of a specified number system to a positive integer in the base given."
msgstr "ጽሁፍ ወደ ተወሰነው ቁጥር ስርአት ውስጥ በ አዎንታዊ ኢንቲጀር ወደ ተገለጸው መሰረት መቀየሪያ"
-#: scfuncs.hrc:3835
+#: sc/inc/scfuncs.hrc:3835
msgctxt "SC_OPCODE_DECIMAL"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3836
+#: sc/inc/scfuncs.hrc:3836
msgctxt "SC_OPCODE_DECIMAL"
msgid "The text to be converted."
msgstr "የሚቀየረው ጽሁፍ"
-#: scfuncs.hrc:3837
+#: sc/inc/scfuncs.hrc:3837
msgctxt "SC_OPCODE_DECIMAL"
msgid "Radix"
msgstr "መሰረት"
-#: scfuncs.hrc:3838
+#: sc/inc/scfuncs.hrc:3838
msgctxt "SC_OPCODE_DECIMAL"
msgid "The base number for conversion must be in the range 2 - 36."
msgstr "የሚቀየረው መሰረታዊ ቁጥር በዚህ መጠን መካከል መሆን አለበት 2 - 36."
-#: scfuncs.hrc:3844
+#: sc/inc/scfuncs.hrc:3844
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Converts a value according to a conversion table in the configuration (main.xcd)."
msgstr "ዋጋዎችን እንደ መቀየሪያው ሰንጠረዥ አወቃቀር ይቀይራል (main.xcd)."
-#: scfuncs.hrc:3845
+#: sc/inc/scfuncs.hrc:3845
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:3846
+#: sc/inc/scfuncs.hrc:3846
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "The value to be converted."
msgstr "የሚቀየረው ዋጋ"
-#: scfuncs.hrc:3847 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3849
+#: sc/inc/scfuncs.hrc:3847 sc/inc/scfuncs.hrc:3849
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3848
+#: sc/inc/scfuncs.hrc:3848
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Unit from which something is converted, case-sensitive."
msgstr "ክፍሉ ከ አንድ ነገር ወደ ሌላ የሚቀየርበት ፊደል መመጠኛ ነው"
-#: scfuncs.hrc:3850
+#: sc/inc/scfuncs.hrc:3850
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Unit into which something is converted, case-sensitive."
msgstr "ክፍሉ ከ አንድ ነገር ወደ ሌላ የሚቀየርበት ፊደል መመጠኛ ነው"
-#: scfuncs.hrc:3856
+#: sc/inc/scfuncs.hrc:3856
msgctxt "SC_OPCODE_ROMAN"
msgid "Converts a number to a Roman numeral."
msgstr "ቁጥርን ወደ Roman ቁጥር መቀየሪያ"
-#: scfuncs.hrc:3857
+#: sc/inc/scfuncs.hrc:3857
msgctxt "SC_OPCODE_ROMAN"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3858
+#: sc/inc/scfuncs.hrc:3858
msgctxt "SC_OPCODE_ROMAN"
msgid "The number to be converted to a Roman numeral must be in the 0 - 3999 range."
msgstr "ወደ Roman ቁጥር የሚቀየረው ቁጥር ከ 0 - 3999 መጠን መሆን አለበት"
-#: scfuncs.hrc:3859
+#: sc/inc/scfuncs.hrc:3859
msgctxt "SC_OPCODE_ROMAN"
msgid "Mode"
msgstr "ዘዴ"
-#: scfuncs.hrc:3860
+#: sc/inc/scfuncs.hrc:3860
msgctxt "SC_OPCODE_ROMAN"
msgid "The more this value increases, the more the Roman numeral is simplified. The value must be in the 0 - 4 range."
msgstr "የዚህ ዋጋ ሲጨምር ለ Roman ቁጥር ይቀለዋል ፡ ዋጋው ከ 0 - 4 መጠን መሆን አለበት"
-#: scfuncs.hrc:3866
+#: sc/inc/scfuncs.hrc:3866
msgctxt "SC_OPCODE_ARABIC"
msgid "Calculates the value of a Roman numeral."
msgstr "የ Roman ቁጥር ዋጋ ማስሊያ"
-#: scfuncs.hrc:3867
+#: sc/inc/scfuncs.hrc:3867
msgctxt "SC_OPCODE_ARABIC"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3868
+#: sc/inc/scfuncs.hrc:3868
msgctxt "SC_OPCODE_ARABIC"
msgid "The text that represents a Roman numeral."
msgstr "የ Roman ቁጥር የሚወክለው ጽሁፍ"
-#: scfuncs.hrc:3873
+#: sc/inc/scfuncs.hrc:3873
msgctxt "SC_OPCODE_INFO"
msgid "Returns information about the environment."
msgstr "ስለ አካባቢው መረጃ ይመልሳል"
-#: scfuncs.hrc:3874
+#: sc/inc/scfuncs.hrc:3874
msgctxt "SC_OPCODE_INFO"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3875
+#: sc/inc/scfuncs.hrc:3875
msgctxt "SC_OPCODE_INFO"
msgid "Can be \"osversion\", \"system\", \"release\", \"numfile\", and \"recalc\"."
msgstr "Can be \"osversion\", \"system\", \"release\", \"numfile\", and \"recalc\"."
-#: scfuncs.hrc:3880
+#: sc/inc/scfuncs.hrc:3880
msgctxt "SC_OPCODE_UNICODE"
msgid "Returns the numeric code for the first Unicode character in a text string."
msgstr "Returns a numeric code for the first character in a text string."
-#: scfuncs.hrc:3881
+#: sc/inc/scfuncs.hrc:3881
msgctxt "SC_OPCODE_UNICODE"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3882
+#: sc/inc/scfuncs.hrc:3882
msgctxt "SC_OPCODE_UNICODE"
msgid "This is the text for which the code of the first character is to be found."
msgstr "በዚህ ጽሁፍ ውስጥ ነው የመጀመሪያው ባህሪ ኮድ የሚገኘው"
-#: scfuncs.hrc:3887
+#: sc/inc/scfuncs.hrc:3887
msgctxt "SC_OPCODE_UNICHAR"
msgid "Converts a code number into a Unicode character or letter."
msgstr "የ ኮድ ቁጥር ወደ Unicode ባህሪ ወይንም ፊደል መቀየሪያ"
-#: scfuncs.hrc:3888
+#: sc/inc/scfuncs.hrc:3888
msgctxt "SC_OPCODE_UNICHAR"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3889
+#: sc/inc/scfuncs.hrc:3889
msgctxt "SC_OPCODE_UNICHAR"
msgid "The code value for the character."
msgstr "የ ኮድ ዋጋ ለባህሪው"
-#: scfuncs.hrc:3894
+#: sc/inc/scfuncs.hrc:3894
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Converts a value from one to another Euro currency."
msgstr "ዋጋ መቀየሪያ ከ አንዱ ወደ ሌላው የ ኢዩሮ ገንዘብ"
-#: scfuncs.hrc:3895
+#: sc/inc/scfuncs.hrc:3895
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:3896
+#: sc/inc/scfuncs.hrc:3896
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "The value to be converted."
msgstr "የሚቀየረው ዋጋ"
-#: scfuncs.hrc:3897
+#: sc/inc/scfuncs.hrc:3897
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "From currency"
msgstr "ከ ገንዘብ"
-#: scfuncs.hrc:3898
+#: sc/inc/scfuncs.hrc:3898
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "ISO 4217 code of the currency from which is converted, case-sensitive."
msgstr "ISO 4217 ገንዘቡ የ ተቀየረበት ኮድ: ፊደል መመጠኛ"
-#: scfuncs.hrc:3899
+#: sc/inc/scfuncs.hrc:3899
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "To currency"
msgstr "ወደ ገንዘብ"
-#: scfuncs.hrc:3900
+#: sc/inc/scfuncs.hrc:3900
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "ISO 4217 code of the currency into which is converted, case-sensitive."
msgstr "ISO 4217 ገንዘቡ ወደ የተቀየረበት ኮድ: ፊደል መመጠኛ"
-#: scfuncs.hrc:3901
+#: sc/inc/scfuncs.hrc:3901
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Full precision"
msgstr "ሙሉ ትክክለኛ"
-#: scfuncs.hrc:3902
+#: sc/inc/scfuncs.hrc:3902
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "If omitted or 0 or FALSE, the result is rounded to the decimals of To_currency. Else the result is not rounded."
msgstr "ከ ተተወ ወይንም 0 ወይንም ሀሰት ከሆነ ውጤቱ ወደ_ገንዘቡ ዴሲማል ይጠጋጋል: ያለበለዚያ ውጤቱ አይጠጋጋም"
-#: scfuncs.hrc:3903
+#: sc/inc/scfuncs.hrc:3903
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Triangulation precision"
msgstr "ትሪያንጉሌሽን ትክክለኛነት"
#. This description uses almost all available space in the dialog, make sure translations fit in size
-#: scfuncs.hrc:3905
+#: sc/inc/scfuncs.hrc:3905
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "If given and >=3, the intermediate result of a triangular conversion is rounded to that precision. If omitted, the result is not rounded."
msgstr "ከ ተሰጠ እና >=3, የ መሀከል ውጤቱ ወደ ትሪያንጉላር መቀየሪያ ይጠጋጋል ወደ እዛ ትክክለኛነት: የማይታይ ከሆነ: ውጤቱ አይጠጋጋም"
-#: scfuncs.hrc:3910
+#: sc/inc/scfuncs.hrc:3910
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Converts text to a number, in a locale-independent way."
msgstr "ጽሁፉ ወደ ቁጥር መቀየሪያ: ከ ቋንቋ-ነፃ በሆነ መንገድ"
-#: scfuncs.hrc:3911
+#: sc/inc/scfuncs.hrc:3911
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3912
+#: sc/inc/scfuncs.hrc:3912
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "The text to be converted to a number."
msgstr "ጽሁፉ ወደ ቁጥር የሚቀየረው"
-#: scfuncs.hrc:3913
+#: sc/inc/scfuncs.hrc:3913
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Decimal separator"
msgstr "ዴሲማል መለያያ"
-#: scfuncs.hrc:3914
+#: sc/inc/scfuncs.hrc:3914
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Defines the character used as the decimal separator."
msgstr "በ ዴሲማል ነጥብ የተጠቀሙትን ባህሪ መግለጫ"
-#: scfuncs.hrc:3915
+#: sc/inc/scfuncs.hrc:3915
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Group separator"
msgstr "ቡድን መለያያ"
-#: scfuncs.hrc:3916
+#: sc/inc/scfuncs.hrc:3916
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Defines the character(s) used as the group separator."
msgstr "ለ ቡድን መለያያ የተጠቀሙትን ባህሪ(ዎች) መግለጫ"
-#: scfuncs.hrc:3922
+#: sc/inc/scfuncs.hrc:3922
msgctxt "SC_OPCODE_BITAND"
msgid "Bitwise \"AND\" of two integers."
msgstr "Bitwise \"AND\" of two integers."
-#: scfuncs.hrc:3923
+#: sc/inc/scfuncs.hrc:3923
msgctxt "SC_OPCODE_BITAND"
msgid "Number1"
msgstr "ቁጥር1"
-#: scfuncs.hrc:3924 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3926
+#: sc/inc/scfuncs.hrc:3924 sc/inc/scfuncs.hrc:3926
msgctxt "SC_OPCODE_BITAND"
msgid "Positive integer less than 2^48."
msgstr "አዎንታዊ ኢንቲጀር የሚያንሱ ከ 2^48."
-#: scfuncs.hrc:3925
+#: sc/inc/scfuncs.hrc:3925
msgctxt "SC_OPCODE_BITAND"
msgid "Number2"
msgstr "ቁጥር2"
-#: scfuncs.hrc:3931
+#: sc/inc/scfuncs.hrc:3931
msgctxt "SC_OPCODE_BITOR"
msgid "Bitwise \"OR\" of two integers."
msgstr "Bitwise \"AND\" of two integers."
-#: scfuncs.hrc:3932
+#: sc/inc/scfuncs.hrc:3932
msgctxt "SC_OPCODE_BITOR"
msgid "Number1"
msgstr "ቁጥር1"
-#: scfuncs.hrc:3933 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3935
+#: sc/inc/scfuncs.hrc:3933 sc/inc/scfuncs.hrc:3935
msgctxt "SC_OPCODE_BITOR"
msgid "Positive integer less than 2^48."
msgstr "አዎንታዊ ኢንቲጀር የሚያንሱ ከ 2^48."
-#: scfuncs.hrc:3934
+#: sc/inc/scfuncs.hrc:3934
msgctxt "SC_OPCODE_BITOR"
msgid "Number2"
msgstr "ቁጥር2"
-#: scfuncs.hrc:3940
+#: sc/inc/scfuncs.hrc:3940
msgctxt "SC_OPCODE_BITXOR"
msgid "Bitwise \"exclusive OR\" of two integers."
msgstr "Bitwise \"exclusive OR\" of two integers."
-#: scfuncs.hrc:3941
+#: sc/inc/scfuncs.hrc:3941
msgctxt "SC_OPCODE_BITXOR"
msgid "Number1"
msgstr "ቁጥር1"
-#: scfuncs.hrc:3942 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3944
+#: sc/inc/scfuncs.hrc:3942 sc/inc/scfuncs.hrc:3944
msgctxt "SC_OPCODE_BITXOR"
msgid "Positive integer less than 2^48."
msgstr "አዎንታዊ ኢንቲጀር የሚያንሱ ከ 2^48."
-#: scfuncs.hrc:3943
+#: sc/inc/scfuncs.hrc:3943
msgctxt "SC_OPCODE_BITXOR"
msgid "Number2"
msgstr "ቁጥር2"
-#: scfuncs.hrc:3949
+#: sc/inc/scfuncs.hrc:3949
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "Bitwise right shift of an integer value."
msgstr "Bitwise right shift of an integer value."
-#: scfuncs.hrc:3950
+#: sc/inc/scfuncs.hrc:3950
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3951
+#: sc/inc/scfuncs.hrc:3951
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "The value to be shifted. Positive integer less than 2^48."
msgstr "ዋጋው የሚቀየረው ፡ አዎንታዊ integer የሚያንሱ ከ 2^48."
-#: scfuncs.hrc:3952
+#: sc/inc/scfuncs.hrc:3952
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "Shift"
msgstr "መቀየሪያ"
-#: scfuncs.hrc:3953
+#: sc/inc/scfuncs.hrc:3953
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "The integer number of bits the value is to be shifted."
msgstr "The integer number of bits the value is to be shifted."
-#: scfuncs.hrc:3958
+#: sc/inc/scfuncs.hrc:3958
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "Bitwise left shift of an integer value."
msgstr "Bitwise left shift of an integer value."
-#: scfuncs.hrc:3959
+#: sc/inc/scfuncs.hrc:3959
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3960
+#: sc/inc/scfuncs.hrc:3960
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "The value to be shifted. Positive integer less than 2^48."
msgstr "ዋጋው የሚቀየረው ፡ አዎንታዊ integer የሚያንሱ ከ 2^48."
-#: scfuncs.hrc:3961
+#: sc/inc/scfuncs.hrc:3961
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "Shift"
msgstr "መቀየሪያ"
-#: scfuncs.hrc:3962
+#: sc/inc/scfuncs.hrc:3962
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "The integer number of bits the value is to be shifted."
msgstr "The integer number of bits the value is to be shifted."
-#: scfuncs.hrc:3967
+#: sc/inc/scfuncs.hrc:3967
msgctxt "SC_OPCODE_LENB"
msgid "Calculates length of a text string, with DBCS"
msgstr "የጽሁፍ ሐረጎችን እርዝመት ማስሊያ በ DBCS"
-#: scfuncs.hrc:3968
+#: sc/inc/scfuncs.hrc:3968
msgctxt "SC_OPCODE_LENB"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3969
+#: sc/inc/scfuncs.hrc:3969
msgctxt "SC_OPCODE_LENB"
msgid "The text in which the length is to be determined."
msgstr "እርዝመቱ የሚወሰነው ጽሁፍ"
-#: scfuncs.hrc:3974
+#: sc/inc/scfuncs.hrc:3974
msgctxt "SC_OPCODE_RIGHTB"
msgid "Returns the last character or characters of a text,with DBCS"
msgstr "የ መጨረሻውን ባህሪ ወይንም የ ጽሁፍ ባህሪዎች ይመልሳል ከ DBCS ጋር"
-#: scfuncs.hrc:3975
+#: sc/inc/scfuncs.hrc:3975
msgctxt "SC_OPCODE_RIGHTB"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3976
+#: sc/inc/scfuncs.hrc:3976
msgctxt "SC_OPCODE_RIGHTB"
msgid "The text in which the end partial words are to be determined."
msgstr "በ ጽሁፉ መጨረሻ ውስጥ በ ከፊል የሚታዩት ቃላቶች የሚወሰኑት"
-#: scfuncs.hrc:3977
+#: sc/inc/scfuncs.hrc:3977
msgctxt "SC_OPCODE_RIGHTB"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3978
+#: sc/inc/scfuncs.hrc:3978
msgctxt "SC_OPCODE_RIGHTB"
msgid "The number of characters for the end text."
msgstr "የ ባህሪዎች ቁጥር ለ ጽሁፉ መጨረሻ"
-#: scfuncs.hrc:3983
+#: sc/inc/scfuncs.hrc:3983
msgctxt "SC_OPCODE_LEFTB"
msgid "Returns the first character or characters of a text,with DBCS"
msgstr "የ መጨረሻውን ባህሪ ወይንም የ ጽሁፍ ባህሪዎች ይመልሳል ከ DBCS ጋር"
-#: scfuncs.hrc:3984
+#: sc/inc/scfuncs.hrc:3984
msgctxt "SC_OPCODE_LEFTB"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3985
+#: sc/inc/scfuncs.hrc:3985
msgctxt "SC_OPCODE_LEFTB"
msgid "The text where the initial partial words are to be determined."
msgstr "በጽሁፉ ውስጥ በከፊል የሚታዩት ቃላቶች የሚወሰኑት"
-#: scfuncs.hrc:3986
+#: sc/inc/scfuncs.hrc:3986
msgctxt "SC_OPCODE_LEFTB"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3987
+#: sc/inc/scfuncs.hrc:3987
msgctxt "SC_OPCODE_LEFTB"
msgid "The number of characters for the start text."
msgstr "የባህሪዎች ቁጥር ለጽሁፍ መጀመሪያ"
-#: scfuncs.hrc:3992
+#: sc/inc/scfuncs.hrc:3992
msgctxt "SC_OPCODE_MIDB"
msgid "Returns a partial text string of a text, with DBCS"
msgstr "በ ከፊል የጽሁፍ ሐረግ ከ ጽሁፍ ይመልሳል ከ DBCS"
-#: scfuncs.hrc:3993
+#: sc/inc/scfuncs.hrc:3993
msgctxt "SC_OPCODE_MIDB"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:3994
+#: sc/inc/scfuncs.hrc:3994
msgctxt "SC_OPCODE_MIDB"
msgid "The text in which partial words are to be determined."
msgstr "በጽሁፉ ውስጥ የተወሰኑ በከፊል የሚቀየሩት ቃላቶች"
-#: scfuncs.hrc:3995
+#: sc/inc/scfuncs.hrc:3995
msgctxt "SC_OPCODE_MIDB"
msgid "Start"
msgstr "መጀመሪያ"
-#: scfuncs.hrc:3996
+#: sc/inc/scfuncs.hrc:3996
msgctxt "SC_OPCODE_MIDB"
msgid "The position from which the part word is to be determined."
msgstr "ቦታው ቃሉ የሚወሰንበት"
-#: scfuncs.hrc:3997
+#: sc/inc/scfuncs.hrc:3997
msgctxt "SC_OPCODE_MIDB"
msgid "Number"
msgstr "ቁጥር"
-#: scfuncs.hrc:3998
+#: sc/inc/scfuncs.hrc:3998
msgctxt "SC_OPCODE_MIDB"
msgid "The number of characters for the text."
msgstr "የባህሪው ቁጥር ለጽሁፉ"
-#: scfuncs.hrc:4003
+#: sc/inc/scfuncs.hrc:4003
msgctxt "SC_OPCODE_FILTERXML"
msgid "Apply an XPath expression to an XML document"
msgstr "የ Xመንገድ መግለጫ ለ XML ሰነድ መፈጸሚያ"
-#: scfuncs.hrc:4004
+#: sc/inc/scfuncs.hrc:4004
msgctxt "SC_OPCODE_FILTERXML"
msgid "XML Document"
msgstr "የ XML ሰነድ"
-#: scfuncs.hrc:4005
+#: sc/inc/scfuncs.hrc:4005
msgctxt "SC_OPCODE_FILTERXML"
msgid "String containing a valid XML stream"
msgstr "ዋጋ ያለው የ XML ማስተላለፊያ ሀረግ የያዘ"
-#: scfuncs.hrc:4006
+#: sc/inc/scfuncs.hrc:4006
msgctxt "SC_OPCODE_FILTERXML"
msgid "XPath expression"
msgstr "የ Xመንገድ መግለጫ"
-#: scfuncs.hrc:4007
+#: sc/inc/scfuncs.hrc:4007
msgctxt "SC_OPCODE_FILTERXML"
msgid "String containing a valid XPath expression"
msgstr "ሀረግ የያዘ ዋጋ ያለው የ Xመንገድ መግለጫ"
-#: scfuncs.hrc:4012
+#: sc/inc/scfuncs.hrc:4012
msgctxt "SC_OPCODE_COLOR"
msgid "Returns an implementation defined value representing a RGBA color"
msgstr "የ ተገለጸውን ዋጋ የሚፈጽመውን ይመልሳል ለ ቀአሰአ ቀለሞች"
-#: scfuncs.hrc:4013
+#: sc/inc/scfuncs.hrc:4013
msgctxt "SC_OPCODE_COLOR"
msgid "Red"
msgstr "ቀይ"
-#: scfuncs.hrc:4014
+#: sc/inc/scfuncs.hrc:4014
msgctxt "SC_OPCODE_COLOR"
msgid "Value of red"
msgstr "የ ቀይ ዋጋ"
-#: scfuncs.hrc:4015
+#: sc/inc/scfuncs.hrc:4015
msgctxt "SC_OPCODE_COLOR"
msgid "Green"
msgstr "አረንጓዴ"
-#: scfuncs.hrc:4016
+#: sc/inc/scfuncs.hrc:4016
msgctxt "SC_OPCODE_COLOR"
msgid "Value of green"
msgstr "የ አረንጓዴ ዋጋ"
-#: scfuncs.hrc:4017
+#: sc/inc/scfuncs.hrc:4017
msgctxt "SC_OPCODE_COLOR"
msgid "Blue"
msgstr "ሰማያዊ"
-#: scfuncs.hrc:4018
+#: sc/inc/scfuncs.hrc:4018
msgctxt "SC_OPCODE_COLOR"
msgid "Value of blue"
msgstr "የ ሰማያዊ ዋጋ"
-#: scfuncs.hrc:4019
+#: sc/inc/scfuncs.hrc:4019
msgctxt "SC_OPCODE_COLOR"
msgid "Alpha"
msgstr "Alpha"
-#: scfuncs.hrc:4020
+#: sc/inc/scfuncs.hrc:4020
msgctxt "SC_OPCODE_COLOR"
msgid "Value of alpha"
msgstr "የ አልፋ ዋጋ"
-#: scfuncs.hrc:4025
+#: sc/inc/scfuncs.hrc:4025
msgctxt "SC_OPCODE_WEBSERVICE"
msgid "Get some webcontent from an URI."
msgstr "አንዳንድ የ ዌብ ይዞታዎ ከ URI. ያግኙ"
-#: scfuncs.hrc:4026
+#: sc/inc/scfuncs.hrc:4026
msgctxt "SC_OPCODE_WEBSERVICE"
msgid "URI"
msgstr "URI"
-#: scfuncs.hrc:4027
+#: sc/inc/scfuncs.hrc:4027
msgctxt "SC_OPCODE_WEBSERVICE"
msgid "URI of the webservice"
msgstr "URI of the webservice"
-#: scfuncs.hrc:4032
+#: sc/inc/scfuncs.hrc:4032
msgctxt "SC_OPCODE_ENCODEURL"
msgid "Return a URL-encoded string."
msgstr "ይመልሳል የ URL-መቀየሪያ ሀረግ"
-#: scfuncs.hrc:4033
+#: sc/inc/scfuncs.hrc:4033
msgctxt "SC_OPCODE_ENCODEURL"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:4034
+#: sc/inc/scfuncs.hrc:4034
msgctxt "SC_OPCODE_ENCODEURL"
msgid "A string to be URL-encoded"
msgstr "ሀረግ ወደ URL-መቀየሪያ"
-#: scfuncs.hrc:4039
+#: sc/inc/scfuncs.hrc:4039
msgctxt "SC_OPCODE_ERF_MS"
msgid "Returns the error function."
msgstr "የ ተግባሩን ስህተት ይመልሳል"
-#: scfuncs.hrc:4040
+#: sc/inc/scfuncs.hrc:4040
msgctxt "SC_OPCODE_ERF_MS"
msgid "Lower limit"
msgstr "ዝቅተኛው መጠን"
-#: scfuncs.hrc:4041
+#: sc/inc/scfuncs.hrc:4041
msgctxt "SC_OPCODE_ERF_MS"
msgid "The lower limit for integration"
msgstr "ዝቅተኛው መጠን ለማዋሀጃ"
-#: scfuncs.hrc:4046
+#: sc/inc/scfuncs.hrc:4046
msgctxt "SC_OPCODE_ERFC_MS"
msgid "Returns the complementary error function."
msgstr "የ ስህተት ተግባር አስተያየት ይመልሳል"
-#: scfuncs.hrc:4047
+#: sc/inc/scfuncs.hrc:4047
msgctxt "SC_OPCODE_ERFC_MS"
msgid "Lower limit"
msgstr "ዝቅተኛው መጠን"
-#: scfuncs.hrc:4048
+#: sc/inc/scfuncs.hrc:4048
msgctxt "SC_OPCODE_ERFC_MS"
msgid "The lower limit for integration"
msgstr "ዝቅተኛው መጠን ለማዋሀጃ"
-#: scfuncs.hrc:4053
+#: sc/inc/scfuncs.hrc:4053
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Returns the subtraction of numbers. Like a-b-c but without eliminating small roundoff errors."
msgstr "የ ቁጥሮች መቀነሻ ይመልሳል እንደ a-b-c ነገር ግን ምንም ሳያጠፋ ትንሽ ማጠጋጊያ ስህተቶችን"
-#: scfuncs.hrc:4054
+#: sc/inc/scfuncs.hrc:4054
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Minuend"
msgstr "ቀናሽ"
-#: scfuncs.hrc:4055
+#: sc/inc/scfuncs.hrc:4055
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Number from which following arguments are subtracted."
msgstr "ቁጥር የሚቀጥሉት ክርክሮች የሚቀነሱበት"
-#: scfuncs.hrc:4056
+#: sc/inc/scfuncs.hrc:4056
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Subtrahend "
msgstr "ተቀናሽ "
-#: scfuncs.hrc:4057
+#: sc/inc/scfuncs.hrc:4057
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Subtrahend 1, subtrahend 2, ... are numerical arguments subtracted from the minuend."
msgstr "ተቀናሽ 1: ተቀናሽ 2, ... የ ቁጥር ክርክሮች ናቸው የሚቀነሱ ከ ቀናሽ ላይ"
-#: scfuncs.hrc:4063
+#: sc/inc/scfuncs.hrc:4063
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "Rounds a number to predefined significant digits."
msgstr "ቁጥር ወደ ተገለጸው አስፈላጊ አሀዝ ማጠጋጊያ"
-#: scfuncs.hrc:4064
+#: sc/inc/scfuncs.hrc:4064
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "Value"
msgstr "ዋጋ"
-#: scfuncs.hrc:4065
+#: sc/inc/scfuncs.hrc:4065
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "The number to be rounded."
msgstr "የሚጠጋጋው ቁጥር"
-#: scfuncs.hrc:4066
+#: sc/inc/scfuncs.hrc:4066
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "Digits"
msgstr "ዲጂትስ"
-#: scfuncs.hrc:4067
+#: sc/inc/scfuncs.hrc:4067
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "The number of significant digits to which value is to be rounded."
msgstr "ቁጥር ወደ ተገለጸው አስፈላጊ አሀዝ ዋጋ የሚጠጋጋው"
-#: scfuncs.hrc:4072
+#: sc/inc/scfuncs.hrc:4072
msgctxt "SC_OPCODE_REPLACEB"
msgid "Replaces characters within a text string with a different text string, with DBCS."
msgstr "ባህሪዎችን በ ጽሁፍ ሐረግ ውስጥ በተለየ የ ጽሁፍ ሐረግ መቀየሪያ"
-#: scfuncs.hrc:4073
+#: sc/inc/scfuncs.hrc:4073
msgctxt "SC_OPCODE_REPLACEB"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:4074
+#: sc/inc/scfuncs.hrc:4074
msgctxt "SC_OPCODE_REPLACEB"
msgid "The text in which some characters are to be replaced."
msgstr "በ ጽሁፍ ውስጥ አንዳንድ የሚቀየሩ ባህሪዎች"
-#: scfuncs.hrc:4075
+#: sc/inc/scfuncs.hrc:4075
msgctxt "SC_OPCODE_REPLACEB"
msgid "Position"
msgstr "ቦታ"
-#: scfuncs.hrc:4076
+#: sc/inc/scfuncs.hrc:4076
msgctxt "SC_OPCODE_REPLACEB"
msgid "The character position from which text is to be replaced."
msgstr "በ ጽሁፍ ውስጥ የሚቀየረው የ ባህሪው ቦታ"
-#: scfuncs.hrc:4077
+#: sc/inc/scfuncs.hrc:4077
msgctxt "SC_OPCODE_REPLACEB"
msgid "Length"
msgstr "እርዝመት"
-#: scfuncs.hrc:4078
+#: sc/inc/scfuncs.hrc:4078
msgctxt "SC_OPCODE_REPLACEB"
msgid "The number of characters to be replaced."
msgstr "የሚቀየሩት ባህሪዎች ቁጥር ብዛት"
-#: scfuncs.hrc:4079
+#: sc/inc/scfuncs.hrc:4079
msgctxt "SC_OPCODE_REPLACEB"
msgid "New text"
msgstr "አዲስ ጽሁፍ"
-#: scfuncs.hrc:4080
+#: sc/inc/scfuncs.hrc:4080
msgctxt "SC_OPCODE_REPLACEB"
msgid "The text to be inserted."
msgstr "የሚገባው ጽሁፍ"
-#: scfuncs.hrc:4086
+#: sc/inc/scfuncs.hrc:4086
msgctxt "SC_OPCODE_FINDB"
msgid "Looks for a string of text within another (case sensitive), using byte positions."
msgstr "የ ጽሁፍ ሐርግ በሌላው ውስጥ ይፈልጋል (ፊደል መመጠኛ) የ ባይት ቦታዎች በ መጠቀም"
-#: scfuncs.hrc:4087
+#: sc/inc/scfuncs.hrc:4087
msgctxt "SC_OPCODE_FINDB"
msgid "Find text"
msgstr "ጽሁፍ መፈለጊያ"
-#: scfuncs.hrc:4088
+#: sc/inc/scfuncs.hrc:4088
msgctxt "SC_OPCODE_FINDB"
msgid "The text to be found."
msgstr "የሚፈለገው ጽሁፍ"
-#: scfuncs.hrc:4089
+#: sc/inc/scfuncs.hrc:4089
msgctxt "SC_OPCODE_FINDB"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:4090
+#: sc/inc/scfuncs.hrc:4090
msgctxt "SC_OPCODE_FINDB"
msgid "The text in which a search is to be made."
msgstr "ጽሁፉ ፍለጋ የሚካሄድለት"
-#: scfuncs.hrc:4091
+#: sc/inc/scfuncs.hrc:4091
msgctxt "SC_OPCODE_FINDB"
msgid "Position"
msgstr "ቦታ"
-#: scfuncs.hrc:4092
+#: sc/inc/scfuncs.hrc:4092
msgctxt "SC_OPCODE_FINDB"
msgid "The position in the text from which the search starts."
msgstr "ፍለጋው የሚጀመርበት የ ጽሁፉ ቦታ"
-#: scfuncs.hrc:4098
+#: sc/inc/scfuncs.hrc:4098
msgctxt "SC_OPCODE_SEARCHB"
msgid "Looks for a string of text within another (not case sensitive), using byte positions."
msgstr "የ ጽሁፍ ሐርግ በሌላው ውስጥ ይፈልጋል (ፊደል መመጠኛ አይደለም) የ ባይት ቦታዎች በ መጠቀም"
-#: scfuncs.hrc:4099
+#: sc/inc/scfuncs.hrc:4099
msgctxt "SC_OPCODE_SEARCHB"
msgid "Find text"
msgstr "ጽሁፍ መፈለጊያ"
-#: scfuncs.hrc:4100
+#: sc/inc/scfuncs.hrc:4100
msgctxt "SC_OPCODE_SEARCHB"
msgid "The text to be found."
msgstr "የሚፈለገው ጽሁፍ"
-#: scfuncs.hrc:4101
+#: sc/inc/scfuncs.hrc:4101
msgctxt "SC_OPCODE_SEARCHB"
msgid "Text"
msgstr "ጽሁፍ"
-#: scfuncs.hrc:4102
+#: sc/inc/scfuncs.hrc:4102
msgctxt "SC_OPCODE_SEARCHB"
msgid "The text in which a search is to be made."
msgstr "ጽሁፉ ፍለጋ የሚካሄድለት"
-#: scfuncs.hrc:4103
+#: sc/inc/scfuncs.hrc:4103
msgctxt "SC_OPCODE_SEARCHB"
msgid "Position"
msgstr "ቦታ"
-#: scfuncs.hrc:4104
+#: sc/inc/scfuncs.hrc:4104
msgctxt "SC_OPCODE_SEARCHB"
msgid "The position in the text from which the search starts."
msgstr "ፍለጋው የሚጀመርበት የ ጽሁፉ ቦታ"
-#: scstyles.hrc:29
+#: sc/inc/scstyles.hrc:29
msgctxt "RID_CELLSTYLEFAMILY"
msgid "All Styles"
msgstr "ሁሉንም ዘዴዎች"
-#: scstyles.hrc:30
+#: sc/inc/scstyles.hrc:30
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Hidden Styles"
msgstr "የ ተደበቁ ዘዴዎች"
-#: scstyles.hrc:31
+#: sc/inc/scstyles.hrc:31
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Applied Styles"
msgstr "የ ተፈጸሙ ዘዴዎች"
-#: scstyles.hrc:32
+#: sc/inc/scstyles.hrc:32
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Custom Styles"
msgstr "ማስተካከያ ዘዴዎች"
-#: scstyles.hrc:38
+#: sc/inc/scstyles.hrc:38
msgctxt "RID_PAGESTYLEFAMILY"
msgid "All Styles"
msgstr "ሁሉንም ዘዴዎች"
-#: scstyles.hrc:39
+#: sc/inc/scstyles.hrc:39
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Hidden Styles"
msgstr "የ ተደበቁ ዘዴዎች"
-#: scstyles.hrc:40
+#: sc/inc/scstyles.hrc:40
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Custom Styles"
msgstr "ማስተካከያ ዘዴዎች"
#. Strings for interface names -------------------------------------------
-#: strings.hrc:27
+#: sc/inc/strings.hrc:27
+msgctxt "SCSTR_LONG_SCDOC_NAME"
+msgid "%PRODUCTNAME Spreadsheet format (calc6)"
+msgstr ""
+
+#: sc/inc/strings.hrc:28
msgctxt "SCSTR_LONG_SCDOC_NAME"
msgid "%PRODUCTNAME %PRODUCTVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTVERSION ሰንጠረዥ"
-#: strings.hrc:28
+#: sc/inc/strings.hrc:29
msgctxt "SCSTR_SHORT_SCDOC_NAME"
msgid "Spreadsheet"
msgstr "ሰንጠረዥ"
-#: strings.hrc:29
+#: sc/inc/strings.hrc:30
msgctxt "SCSTR_UNDEFINED"
msgid "- undefined -"
msgstr "- ያልተገለጸ -"
-#: strings.hrc:30
+#: sc/inc/strings.hrc:31
msgctxt "SCSTR_NONE"
msgid "- none -"
msgstr "- ምንም -"
-#: strings.hrc:31
+#: sc/inc/strings.hrc:32
msgctxt "SCSTR_ALL"
msgid "- all -"
msgstr "- ሁሉንም -"
-#: strings.hrc:32
+#: sc/inc/strings.hrc:33
msgctxt "SCSTR_MULTIPLE"
msgid "- multiple -"
msgstr "- የተለያዩ -"
-#: strings.hrc:33
+#: sc/inc/strings.hrc:34
msgctxt "SCSTR_STDFILTER"
msgid "Standard Filter..."
msgstr "መደበኛ ማጣሪያ..."
-#: strings.hrc:34
+#: sc/inc/strings.hrc:35
msgctxt "SCSTR_TOP10FILTER"
msgid "Top 10"
msgstr "ከፍተኛ 10"
-#: strings.hrc:35
+#: sc/inc/strings.hrc:36
msgctxt "SCSTR_FILTER_EMPTY"
msgid "Empty"
msgstr "ባዶ"
-#: strings.hrc:36
+#: sc/inc/strings.hrc:37
msgctxt "SCSTR_FILTER_NOTEMPTY"
msgid "Not Empty"
msgstr "ባዶ አይደለም"
-#: strings.hrc:37
+#: sc/inc/strings.hrc:38
msgctxt "SCSTR_NONAME"
msgid "unnamed"
msgstr "ያልተሰየመ"
#. "%1 is replaced to column letter, such as 'Column A'"
-#: strings.hrc:39
+#: sc/inc/strings.hrc:40
msgctxt "SCSTR_COLUMN"
msgid "Column %1"
msgstr "አምድ %1"
#. "%1 is replaced to row number, such as 'Row 1'"
-#: strings.hrc:41
+#: sc/inc/strings.hrc:42
msgctxt "SCSTR_ROW"
msgid "Row %1"
msgstr "ረድፍ %1"
-#: strings.hrc:42
+#: sc/inc/strings.hrc:43
msgctxt "SCSTR_TABLE"
msgid "Sheet"
msgstr "ወረቀት"
-#: strings.hrc:43
+#: sc/inc/strings.hrc:44
msgctxt "SCSTR_NAME"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:44
+#: sc/inc/strings.hrc:45
msgctxt "SCSTR_APDTABLE"
msgid "Append Sheet"
msgstr "ወረቀት መጨመሪያ"
-#: strings.hrc:45
+#: sc/inc/strings.hrc:46
msgctxt "SCSTR_RENAMETAB"
msgid "Rename Sheet"
msgstr "ወረቀቱን እንደገና መሰየሚያ"
-#: strings.hrc:46
+#: sc/inc/strings.hrc:47
msgctxt "SCSTR_SET_TAB_BG_COLOR"
msgid "Tab Color"
msgstr "Tab ቀለም"
-#: strings.hrc:47
+#: sc/inc/strings.hrc:48
msgctxt "SCSTR_NO_TAB_BG_COLOR"
msgid "Default"
msgstr "ነባር"
-#: strings.hrc:48
+#: sc/inc/strings.hrc:49
msgctxt "SCSTR_RENAMEOBJECT"
msgid "Name Object"
msgstr "የእቃው ስም"
-#: strings.hrc:49
+#: sc/inc/strings.hrc:50
msgctxt "STR_INSERTGRAPHIC"
msgid "Insert Image"
msgstr "ምስል ማስገቢያ"
-#: strings.hrc:50
+#: sc/inc/strings.hrc:51
+msgctxt "STR_QUERYROTATION"
+msgid "This image is rotated. Would you like to rotate it into standard orientation?"
+msgstr "ይህ ምስል ዟሯል: እርስዎ ወደ መደበኛ አቅጣጫው ማዞር ይፈልጋሉ?"
+
+#: sc/inc/strings.hrc:52
msgctxt "SCSTR_TOTAL"
msgid "%1 results found"
msgstr "%1 ውጤት ተገኝቷል"
-#: strings.hrc:51
+#: sc/inc/strings.hrc:53
msgctxt "SCSTR_SKIPPED"
msgid "(only %1 are listed)"
msgstr "(ብቻ %1 ተዘርዝሯል)"
#. Attribute
-#: strings.hrc:53
+#: sc/inc/strings.hrc:55
msgctxt "SCSTR_PROTECTDOC"
msgid "Protect Document"
msgstr "ሰነድ መጠበቂያ"
-#: strings.hrc:54
+#: sc/inc/strings.hrc:56
msgctxt "SCSTR_UNPROTECTDOC"
msgid "Unprotect document"
msgstr "ሰነድ አለመጠበቅ"
-#: strings.hrc:55
+#: sc/inc/strings.hrc:57
msgctxt "SCSTR_UNPROTECTTAB"
msgid "Unprotect sheet"
msgstr "ወረቀት አለመጠበቅ"
-#: strings.hrc:56
+#: sc/inc/strings.hrc:58
msgctxt "SCSTR_CHG_PROTECT"
msgid "Protect Records"
msgstr "መዝገቦችን መጠበቂያ"
-#: strings.hrc:57
+#: sc/inc/strings.hrc:59
msgctxt "SCSTR_CHG_UNPROTECT"
msgid "Unprotect Records"
msgstr "መዝገቦችን አትጠብቅ"
-#: strings.hrc:58
+#: sc/inc/strings.hrc:60
msgctxt "SCSTR_PASSWORD"
msgid "Password:"
msgstr "የመግቢያ ቃል :"
-#: strings.hrc:59
+#: sc/inc/strings.hrc:61
msgctxt "SCSTR_PASSWORDOPT"
msgid "Password (optional):"
msgstr "የመግቢያ ቃል (በምርጫ):"
-#: strings.hrc:60
+#: sc/inc/strings.hrc:62
msgctxt "SCSTR_WRONGPASSWORD"
msgid "Incorrect Password"
msgstr "የተሳሳተ የመግቢያ ቃል"
-#: strings.hrc:61
+#: sc/inc/strings.hrc:63
msgctxt "SCSTR_END"
msgid "~End"
msgstr "~መጨረሻ"
-#: strings.hrc:62
+#: sc/inc/strings.hrc:64
msgctxt "SCSTR_UNKNOWN"
msgid "Unknown"
msgstr "ያልታወቀ"
-#: strings.hrc:63
+#: sc/inc/strings.hrc:65
msgctxt "SCSTR_VALID_MINIMUM"
msgid "~Minimum"
msgstr "~አነስተኛ"
-#: strings.hrc:64
+#: sc/inc/strings.hrc:66
msgctxt "SCSTR_VALID_MAXIMUM"
msgid "~Maximum"
msgstr "~ከፍተኛ"
-#: strings.hrc:65
+#: sc/inc/strings.hrc:67
msgctxt "SCSTR_VALID_VALUE"
msgid "~Value"
msgstr "~ዋጋ"
-#: strings.hrc:66
+#: sc/inc/strings.hrc:68
msgctxt "SCSTR_VALID_RANGE"
msgid "~Source"
msgstr "~ምንጭ"
-#: strings.hrc:67
+#: sc/inc/strings.hrc:69
msgctxt "SCSTR_VALID_LIST"
msgid "~Entries"
msgstr "~ማስገቢያዎች"
#. for dialogues:
-#: strings.hrc:69
+#: sc/inc/strings.hrc:71
msgctxt "SCSTR_CHARSET_USER"
msgid "System"
msgstr "ስርአት"
-#: strings.hrc:70
+#: sc/inc/strings.hrc:72
msgctxt "SCSTR_COLUMN_USER"
msgid "Standard;Text;Date (DMY);Date (MDY);Date (YMD);US English;Hide"
msgstr "መደበኛ: ጽሁፍ: ቀን (ቀወአ ):ቀን (ወቀአ ):ቀን (አወቀ ):US English;መደበቂያ"
-#: strings.hrc:71
+#: sc/inc/strings.hrc:73
msgctxt "SCSTR_FIELDSEP_TAB"
msgid "Tab"
msgstr "Tab"
-#: strings.hrc:72
+#: sc/inc/strings.hrc:74
msgctxt "SCSTR_FIELDSEP_SPACE"
msgid "space"
msgstr "ክፍተት"
-#: strings.hrc:73
+#: sc/inc/strings.hrc:75
msgctxt "SCSTR_FORMULA_AUTOCORRECTION"
msgid ""
"%PRODUCTNAME Calc found an error in the formula entered.\n"
@@ -13785,1458 +13750,1476 @@ msgstr ""
"ከታች በኩል የቀረበውን ማረሚያ መቀበል ይፈልጋሉ?\n"
"\n"
-#: strings.hrc:74
+#: sc/inc/strings.hrc:76
msgctxt "SCSTR_UNDO_GRAFFILTER"
msgid "Image Filter"
msgstr "ምስል ማጣሪያ"
-#: strings.hrc:75
+#: sc/inc/strings.hrc:77
msgctxt "STR_CAPTION_DEFAULT_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. Select tables dialog title
-#: strings.hrc:77
+#: sc/inc/strings.hrc:79
msgctxt "STR_DLG_SELECTTABLES_TITLE"
msgid "Select Sheets"
msgstr "ወረቀቶች ይምረጡ"
#. Select tables dialog listbox
-#: strings.hrc:79
+#: sc/inc/strings.hrc:81
msgctxt "STR_DLG_SELECTTABLES_LBNAME"
msgid "~Selected sheets"
msgstr "~የተመረጡት ወረቀቶች"
-#: strings.hrc:80
-msgctxt "STR_REPLCELLSWARN"
-msgid ""
-"You are pasting data into cells that already contain data.\n"
-"Do you really want to overwrite the existing data?"
-msgstr ""
-"ወደ ክፍሎቹ ውስጥ ዳታ እየለጠፉ ነው ፡ ክፍሎቹ ውስጥ ቀደም ሲል ዳታ ነበር \n"
-"በእርግጥ በነበረው ዳታ ላይ ደርበው መጻፍ ይፈልጋሉ?"
-
-#: strings.hrc:81
+#: sc/inc/strings.hrc:82
msgctxt "STR_ACC_CSVRULER_NAME"
msgid "Ruler"
msgstr "ማስመሪያ"
-#: strings.hrc:82
+#: sc/inc/strings.hrc:83
msgctxt "STR_ACC_CSVRULER_DESCR"
msgid "This ruler manages objects at fixed positions."
msgstr "ይህ ማስመሪያ የሚያስተዳድረው እቃዎችን በ ተወሰነ ቦታ ብቻ ነው"
-#: strings.hrc:83
+#: sc/inc/strings.hrc:84
msgctxt "STR_ACC_CSVGRID_NAME"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: strings.hrc:84
+#: sc/inc/strings.hrc:85
msgctxt "STR_ACC_CSVGRID_DESCR"
msgid "This sheet shows how the data will be arranged in the document."
msgstr "ይህ ወረቀት የሚያሳየው ዳታው በሰነዱ ውስጥ እንዴት እንደሚቀመጥ ነው"
-#: strings.hrc:85
+#: sc/inc/strings.hrc:86
msgctxt "STR_ACC_DOC_NAME"
msgid "Document view"
msgstr "ሰነድ መመልከቻ"
-#: strings.hrc:86
+#: sc/inc/strings.hrc:87
msgctxt "STR_ACC_TABLE_NAME"
msgid "Sheet %1"
msgstr "ወረቀት %1"
-#: strings.hrc:87
+#: sc/inc/strings.hrc:88
msgctxt "STR_ACC_CELL_NAME"
msgid "Cell %1"
msgstr "ክፍል %1"
-#: strings.hrc:88
+#: sc/inc/strings.hrc:89
msgctxt "STR_ACC_LEFTAREA_NAME"
msgid "Left area"
msgstr "በ ግራ በኩል"
-#: strings.hrc:89
+#: sc/inc/strings.hrc:90
msgctxt "STR_ACC_PREVIEWDOC_NAME"
msgid "Page preview"
msgstr "የገጽ ቅድመ እይታ"
-#: strings.hrc:90
+#: sc/inc/strings.hrc:91
msgctxt "STR_ACC_CENTERAREA_NAME"
msgid "Center area"
msgstr "መሀከል ላይ"
-#: strings.hrc:91
+#: sc/inc/strings.hrc:92
msgctxt "STR_ACC_RIGHTAREA_NAME"
msgid "Right area"
msgstr "በ ቀኝ በኩል"
-#: strings.hrc:92
+#: sc/inc/strings.hrc:93
msgctxt "STR_ACC_HEADER_NAME"
msgid "Header of page %1"
msgstr "የ ገጽ ራስጌ %1"
-#: strings.hrc:93
+#: sc/inc/strings.hrc:94
msgctxt "STR_ACC_FOOTER_NAME"
msgid "Footer of page %1"
msgstr "የ ገጽ ግርጌ %1"
-#: strings.hrc:94
+#: sc/inc/strings.hrc:95
msgctxt "STR_ACC_EDITLINE_NAME"
msgid "Input line"
msgstr "መስመር ማስገቢያ"
-#: strings.hrc:95
+#: sc/inc/strings.hrc:96
msgctxt "STR_ACC_EDITLINE_DESCR"
msgid "This is where you enter or edit text, numbers and formulas."
msgstr "እዚህ ነው ጽሁፍ ማስገባት ወይም ማረም የሚችሉት ቁጥሮች እና መቀመሪያ"
-#: strings.hrc:96
+#: sc/inc/strings.hrc:97
msgctxt "SCSTR_MEDIASHELL"
msgid "Media Playback"
msgstr "መገናኛ በድጋሚ ማጫወቻ"
-#: strings.hrc:97
+#: sc/inc/strings.hrc:98
msgctxt "RID_SCSTR_ONCLICK"
msgid "Mouse button pressed"
msgstr "የአይጥ ቁልፍ ተጭነዋል"
-#: strings.hrc:98
+#: sc/inc/strings.hrc:99
msgctxt "STR_ACC_TOOLBAR_FORMULA"
msgid "Formula Tool Bar"
msgstr "የ መቀመሪያ እቃ መደርደሪያ"
-#: strings.hrc:99
+#: sc/inc/strings.hrc:100
msgctxt "STR_ACC_DOC_SPREADSHEET"
msgid "%PRODUCTNAME Spreadsheets"
msgstr "%PRODUCTNAME ሰንጠረዥ"
-#: strings.hrc:100
+#: sc/inc/strings.hrc:101
msgctxt "STR_ACC_DOC_SPREADSHEET_READONLY"
msgid "(read-only)"
msgstr "(ለንባብ ብቻ)"
-#: strings.hrc:101
+#: sc/inc/strings.hrc:102
msgctxt "STR_ACC_DOC_PREVIEW_SUFFIX"
msgid "(Preview mode)"
msgstr "(በቅድመ እይታ ዘዴ)"
-#: strings.hrc:102
+#: sc/inc/strings.hrc:103
msgctxt "SCSTR_PRINTOPT_PAGES"
msgid "Pages"
msgstr "ገጾች"
-#: strings.hrc:103
+#: sc/inc/strings.hrc:104
msgctxt "SCSTR_PRINTOPT_SUPPRESSEMPTY"
msgid "~Suppress output of empty pages"
msgstr "የ ባዶ ገጽ ውጤቶችን ~ማስቆሚያ"
-#: strings.hrc:104
+#: sc/inc/strings.hrc:105
msgctxt "SCSTR_PRINTOPT_PRNTCONTENT"
msgid "Print content"
msgstr "የ ማተሚያ ይዞታ"
-#: strings.hrc:105
+#: sc/inc/strings.hrc:106
msgctxt "SCSTR_PRINTOPT_ALLSHEETS"
msgid "~All sheets"
msgstr "~ሁሉንም ወረቀቶች"
-#: strings.hrc:106
+#: sc/inc/strings.hrc:107
msgctxt "SCSTR_PRINTOPT_SELECTEDSHEETS"
msgid "~Selected sheets"
msgstr "የ ~ተመረጡት ወረቀቶች"
-#: strings.hrc:107
+#: sc/inc/strings.hrc:108
msgctxt "SCSTR_PRINTOPT_SELECTEDCELLS"
msgid "Selected cells"
msgstr "የ ተመረጡት ክፍሎች"
-#: strings.hrc:108
+#: sc/inc/strings.hrc:109
msgctxt "SCSTR_PRINTOPT_FROMWHICH"
msgid "From which print"
msgstr "ከ የትኛው ህትመት"
-#: strings.hrc:109
+#: sc/inc/strings.hrc:110
msgctxt "SCSTR_PRINTOPT_ALLPAGES"
msgid "All ~pages"
msgstr "ሁሉንም ~ገጾች"
-#: strings.hrc:110
+#: sc/inc/strings.hrc:111
msgctxt "SCSTR_PRINTOPT_PAGES_"
msgid "Pa~ges"
msgstr "ገ~ጾች"
-#: strings.hrc:111
+#: sc/inc/strings.hrc:112
msgctxt "SCSTR_PRINTOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
-#: strings.hrc:112
+#: sc/inc/strings.hrc:113
msgctxt "SCSTR_WARN_ME_IN_FUTURE_CHECK"
msgid "Warn me about this in the future."
msgstr "ስለዚህ ወደፊት አስጠንቅቀኝ"
-#: strings.hrc:113
+#: sc/inc/strings.hrc:114
msgctxt "SCSTR_DDEDOC_NOT_LOADED"
msgid "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again."
msgstr "ይህን የ DDE ምንጭ ማሻሻል አልተቻለም ምናልባት የሰነዱ ምንጩ አልተከፈተ ይሆናል ፡ እባክዎን የሰነዱን ምንጭ ያስነሱ እና እንደገና ይሞክሩ"
-#: strings.hrc:114
+#: sc/inc/strings.hrc:115
msgctxt "SCSTR_EXTDOC_NOT_LOADED"
msgid "The following external file could not be loaded. Data linked from this file did not get updated."
msgstr "ይህን የሚቀጥለውን ፋይል መጫን አልተቻለም ፡ ከዚህ ፋይል ጋር የተገናኘው ዳታ ፋይል አልተሻሻለም"
-#: strings.hrc:115
+#: sc/inc/strings.hrc:116
msgctxt "SCSTR_UPDATE_EXTDOCS"
msgid "Updating external links."
msgstr "የ ውጪ አገናኞች ማሻሻያ"
-#: strings.hrc:116
+#: sc/inc/strings.hrc:117
msgctxt "SCSTR_FORMULA_SYNTAX_CALC_A1"
msgid "Calc A1"
msgstr "Calc A1"
-#: strings.hrc:117
+#: sc/inc/strings.hrc:118
msgctxt "SCSTR_FORMULA_SYNTAX_XL_A1"
msgid "Excel A1"
msgstr "Excel A1"
-#: strings.hrc:118
+#: sc/inc/strings.hrc:119
msgctxt "SCSTR_FORMULA_SYNTAX_XL_R1C1"
msgid "Excel R1C1"
msgstr "Excel R1C1"
-#: strings.hrc:119
+#: sc/inc/strings.hrc:120
msgctxt "SCSTR_COL_LABEL"
msgid "Range contains column la~bels"
msgstr "መጠኑ የአምድ ምል~ክቶችን ይዟል"
-#: strings.hrc:120
+#: sc/inc/strings.hrc:121
msgctxt "SCSTR_ROW_LABEL"
msgid "Range contains ~row labels"
msgstr "መጠኑ ~የረድፍ ምልክቶችን ይዟል"
-#: strings.hrc:121
+#: sc/inc/strings.hrc:122
msgctxt "SCSTR_VALERR"
msgid "Invalid value"
msgstr "ዋጋ የሌለው ዋጋ"
-#: strings.hrc:122
+#: sc/inc/strings.hrc:123
msgctxt "STR_NOFORMULASPECIFIED"
msgid "No formula specified."
msgstr "ምንም መቀመሪያ አልተገለጸም"
-#: strings.hrc:123
+#: sc/inc/strings.hrc:124
msgctxt "STR_NOCOLROW"
msgid "Neither row or column specified."
msgstr "ምንም ረድፍ ወይንም አምድ አልተወሰነም"
-#: strings.hrc:124
+#: sc/inc/strings.hrc:125
msgctxt "STR_WRONGFORMULA"
msgid "Undefined name or range."
msgstr "ያልተገለጸ ስም ወይንም መጠን"
-#: strings.hrc:125
+#: sc/inc/strings.hrc:126
msgctxt "STR_WRONGROWCOL"
msgid "Undefined name or wrong cell reference."
msgstr "ያልተገለጸ ስም ወይንም የተሳሳተ ክፍል ማመሳከሪያ"
-#: strings.hrc:126
+#: sc/inc/strings.hrc:127
msgctxt "STR_NOCOLFORMULA"
msgid "Formulas don't form a column."
msgstr "መቀመሪያ አምድ አይሰራም"
-#: strings.hrc:127
+#: sc/inc/strings.hrc:128
msgctxt "STR_NOROWFORMULA"
msgid "Formulas don't form a row."
msgstr "መቀመሪያ ረድፍ አይሰራም"
-#: strings.hrc:128
+#: sc/inc/strings.hrc:129
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "በራሱ አቀራረብ መጨመሪያ"
-#: strings.hrc:129
+#: sc/inc/strings.hrc:130
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "በራሱ አቀራረብ እንደገና መሰየሚያ"
-#: strings.hrc:130
+#: sc/inc/strings.hrc:131
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:131
+#: sc/inc/strings.hrc:132
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "በራሱ አቀራረብ ማጥፊያ"
-#: strings.hrc:132
+#: sc/inc/strings.hrc:133
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "Do you really want to delete the # AutoFormat?"
msgstr "በ እርግጥ ይህን ማጥፋት ይፈልጋሉ # በራሱ አቀራረብ?"
-#: strings.hrc:133
+#: sc/inc/strings.hrc:134
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~መዝጊያ"
-#: strings.hrc:134
+#: sc/inc/strings.hrc:135
msgctxt "STR_JAN"
msgid "Jan"
msgstr "ጥር"
-#: strings.hrc:135
+#: sc/inc/strings.hrc:136
msgctxt "STR_FEB"
msgid "Feb"
msgstr "የካ"
-#: strings.hrc:136
+#: sc/inc/strings.hrc:137
msgctxt "STR_MAR"
msgid "Mar"
msgstr "መጋ"
-#: strings.hrc:137
+#: sc/inc/strings.hrc:138
msgctxt "STR_NORTH"
msgid "North"
msgstr "ሰሜን"
-#: strings.hrc:138
+#: sc/inc/strings.hrc:139
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mid"
-#: strings.hrc:139
+#: sc/inc/strings.hrc:140
msgctxt "STR_SOUTH"
msgid "South"
msgstr "ደቡብ"
-#: strings.hrc:140
+#: sc/inc/strings.hrc:141
msgctxt "STR_SUM"
msgid "Total"
msgstr "ጠቅላላ"
-#: strings.hrc:141
+#: sc/inc/strings.hrc:142
msgctxt "STR_SHEET"
msgid "Sheet"
msgstr "ወረቀት"
-#: strings.hrc:142
+#: sc/inc/strings.hrc:143
msgctxt "STR_CELL"
msgid "Cell"
msgstr "ክፍል"
-#: strings.hrc:143
+#: sc/inc/strings.hrc:144
msgctxt "STR_CONTENT"
msgid "Content"
msgstr "ይዞታው"
-#: strings.hrc:144
+#: sc/inc/strings.hrc:145
msgctxt "SCSTR_UNDO_PAGE_ANCHOR"
msgid "Page Anchor"
msgstr "ገጽ ማስቆሚያ"
-#: strings.hrc:145
+#: sc/inc/strings.hrc:146
msgctxt "SCSTR_UNDO_CELL_ANCHOR"
msgid "Cell Anchor"
msgstr "ክፍል ማስቆሚያ"
-#: strings.hrc:146
+#: sc/inc/strings.hrc:147
msgctxt "SCSTR_CONDITION"
msgid "Condition "
msgstr "ሁኔታው "
#. content description strings are also use d in ScLinkTargetsObj
-#: strings.hrc:149
+#: sc/inc/strings.hrc:150
msgctxt "SCSTR_CONTENT_ROOT"
msgid "Contents"
msgstr "ይዞታዎች"
-#: strings.hrc:150
+#: sc/inc/strings.hrc:151
msgctxt "SCSTR_CONTENT_TABLE"
msgid "Sheets"
msgstr "ወረቀቶች"
-#: strings.hrc:151
+#: sc/inc/strings.hrc:152
msgctxt "SCSTR_CONTENT_RANGENAME"
msgid "Range names"
msgstr "የስሞች መጠን"
-#: strings.hrc:152
+#: sc/inc/strings.hrc:153
msgctxt "SCSTR_CONTENT_DBAREA"
msgid "Database ranges"
msgstr "የዳታቤዝ መጠኖች"
-#: strings.hrc:153
+#: sc/inc/strings.hrc:154
msgctxt "SCSTR_CONTENT_GRAPHIC"
msgid "Images"
msgstr "ምስሎች"
-#: strings.hrc:154
+#: sc/inc/strings.hrc:155
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
msgstr "የ OLE እቃዎች"
-#: strings.hrc:155
+#: sc/inc/strings.hrc:156
msgctxt "SCSTR_CONTENT_NOTE"
msgid "Comments"
msgstr "አስተያየቶች"
-#: strings.hrc:156
+#: sc/inc/strings.hrc:157
msgctxt "SCSTR_CONTENT_AREALINK"
msgid "Linked areas"
msgstr "የ ተገናኙ ቦታዎች"
-#: strings.hrc:157
+#: sc/inc/strings.hrc:158
msgctxt "SCSTR_CONTENT_DRAWING"
msgid "Drawing objects"
msgstr "እቃዎች መሳያ"
-#: strings.hrc:158
+#: sc/inc/strings.hrc:159
msgctxt "SCSTR_DRAGMODE"
msgid "Drag Mode"
msgstr "መጎተቻ ዘዴ"
-#: strings.hrc:159
+#: sc/inc/strings.hrc:160
msgctxt "SCSTR_DISPLAY"
msgid "Display"
msgstr "ማሳያ"
-#: strings.hrc:160
+#: sc/inc/strings.hrc:161
msgctxt "SCSTR_ACTIVE"
msgid "active"
msgstr "ንቁ"
-#: strings.hrc:161
+#: sc/inc/strings.hrc:162
msgctxt "SCSTR_NOTACTIVE"
msgid "inactive"
msgstr "የ ቦዘነ"
-#: strings.hrc:162
+#: sc/inc/strings.hrc:163
msgctxt "SCSTR_HIDDEN"
msgid "hidden"
msgstr "የ ተደበቀ"
-#: strings.hrc:163
+#: sc/inc/strings.hrc:164
msgctxt "SCSTR_ACTIVEWIN"
msgid "Active Window"
msgstr "ንቁ መስኮት"
-#: strings.hrc:164
+#: sc/inc/strings.hrc:165
msgctxt "SCSTR_QHLP_SCEN_LISTBOX"
msgid "Scenario Name"
msgstr "የ ትእይንት ስም"
-#: strings.hrc:165
+#: sc/inc/strings.hrc:166
msgctxt "SCSTR_QHLP_SCEN_COMMENT"
msgid "Comment"
msgstr "አስተያየት"
-#: strings.hrc:167
+#: sc/inc/strings.hrc:168
+msgctxt "STR_MENU_AUTOFILTER"
+msgid "AutoFilter"
+msgstr "በራሱ ማጣሪያ"
+
+#: sc/inc/strings.hrc:169
msgctxt "STR_MENU_SORT_ASC"
msgid "Sort Ascending"
msgstr "እየጨመረ በሚሄድ መለያ"
-#: strings.hrc:168
+#: sc/inc/strings.hrc:170
msgctxt "STR_MENU_SORT_DESC"
msgid "Sort Descending"
msgstr "እየቀነሰ በሚሄድ መለያ"
-#: strings.hrc:169
+#: sc/inc/strings.hrc:171
msgctxt "STR_MENU_SORT_CUSTOM"
msgid "Custom Sort"
msgstr "መለያ ማስተካከያ"
-#: strings.hrc:170
+#: sc/inc/strings.hrc:172
msgctxt "STR_BTN_TOGGLE_ALL"
msgid "All"
msgstr "ሁሉንም"
-#: strings.hrc:171
+#: sc/inc/strings.hrc:173
msgctxt "STR_BTN_SELECT_CURRENT"
msgid "Show only the current item."
msgstr "የ አሁኑን እቃ ብቻ ማሳያ"
-#: strings.hrc:172
+#: sc/inc/strings.hrc:174
msgctxt "STR_BTN_UNSELECT_CURRENT"
msgid "Hide only the current item."
msgstr "የ አሁኑን እቃ ብቻ መደበቂያ"
-#: strings.hrc:173
+#: sc/inc/strings.hrc:175
msgctxt "STR_EDIT_SEARCH_ITEMS"
msgid "Search items..."
msgstr "እቃዎችን መፈለጊያ..."
-#: strings.hrc:175
+#: sc/inc/strings.hrc:177
msgctxt "SCSTR_QHELP_POSWND"
msgid "Name Box"
msgstr "የሳጥኑ ስም"
-#: strings.hrc:176
+#: sc/inc/strings.hrc:178
msgctxt "SCSTR_QHELP_INPUTWND"
msgid "Input line"
msgstr "መስመር ማስገቢያ"
-#: strings.hrc:177
+#: sc/inc/strings.hrc:179
msgctxt "SCSTR_QHELP_BTNCALC"
msgid "Function Wizard"
msgstr "የተግባር አዋቂ"
-#: strings.hrc:178
+#: sc/inc/strings.hrc:180
msgctxt "SCSTR_QHELP_BTNOK"
msgid "Accept"
msgstr "ተቀብያለሁ"
-#: strings.hrc:179
+#: sc/inc/strings.hrc:181
msgctxt "SCSTR_QHELP_BTNCANCEL"
msgid "Cancel"
msgstr "መሰረዣ"
-#: strings.hrc:180
+#: sc/inc/strings.hrc:182
msgctxt "SCSTR_QHELP_BTNSUM"
msgid "Sum"
msgstr "ድምር"
-#: strings.hrc:181
+#: sc/inc/strings.hrc:183
msgctxt "SCSTR_QHELP_BTNEQUAL"
msgid "Formula"
msgstr "መቀመሪያ"
-#: strings.hrc:182
+#: sc/inc/strings.hrc:184
msgctxt "SCSTR_QHELP_EXPAND_FORMULA"
msgid "Expand Formula Bar"
msgstr "የ መቀመሪያ መደርደሪያ ማስፊያ"
-#: strings.hrc:183
+#: sc/inc/strings.hrc:185
msgctxt "SCSTR_QHELP_COLLAPSE_FORMULA"
msgid "Collapse Formula Bar"
msgstr "የ መቀመሪያ መደርደሪያ ማሳነሻ"
-#: strings.hrc:185
+#: sc/inc/strings.hrc:187
msgctxt "STR_TITLE_CONFLICT"
msgid "Conflict"
msgstr "ልዩነት"
-#: strings.hrc:186
+#: sc/inc/strings.hrc:188
msgctxt "STR_TITLE_AUTHOR"
msgid "Author"
msgstr "ደራሲው"
-#: strings.hrc:187
+#: sc/inc/strings.hrc:189
msgctxt "STR_TITLE_DATE"
msgid "Date"
msgstr "ቀን"
-#: strings.hrc:188
+#: sc/inc/strings.hrc:190
msgctxt "STR_UNKNOWN_USER_CONFLICT"
msgid "Unknown User"
msgstr "ያልታወቀ ተጠቃሚ"
-#: strings.hrc:190
+#: sc/inc/strings.hrc:192
msgctxt "STR_CHG_INSERT_COLS"
msgid "Column inserted"
msgstr "አምድ ተጨምሯል"
-#: strings.hrc:191
+#: sc/inc/strings.hrc:193
msgctxt "STR_CHG_INSERT_ROWS"
msgid "Row inserted "
msgstr "ረድፍ ተጨምሯል "
-#: strings.hrc:192
+#: sc/inc/strings.hrc:194
msgctxt "STR_CHG_INSERT_TABS"
msgid "Sheet inserted "
msgstr "ወረቀት ተጨምሯል "
-#: strings.hrc:193
+#: sc/inc/strings.hrc:195
msgctxt "STR_CHG_DELETE_COLS"
msgid "Column deleted"
msgstr "አምዱ ጠፍቷል"
-#: strings.hrc:194
+#: sc/inc/strings.hrc:196
msgctxt "STR_CHG_DELETE_ROWS"
msgid "Row deleted"
msgstr "ረድፉ ጠፍቷል"
-#: strings.hrc:195
+#: sc/inc/strings.hrc:197
msgctxt "STR_CHG_DELETE_TABS"
msgid "Sheet deleted"
msgstr "ወረቀቱ ጠፍቷል"
-#: strings.hrc:196
+#: sc/inc/strings.hrc:198
msgctxt "STR_CHG_MOVE"
msgid "Range moved"
msgstr "የተንቀሳቀሰው መጠን"
-#: strings.hrc:197
+#: sc/inc/strings.hrc:199
msgctxt "STR_CHG_CONTENT"
msgid "Changed contents"
msgstr "ይዞታቸው የተቀየረ"
-#: strings.hrc:198
+#: sc/inc/strings.hrc:200
msgctxt "STR_CHG_CONTENT_WITH_CHILD"
msgid "Changed contents"
msgstr "ይዞታቸው የተቀየረ"
-#: strings.hrc:199
+#: sc/inc/strings.hrc:201
msgctxt "STR_CHG_CHILD_CONTENT"
msgid "Changed to "
msgstr "የተቀየረ ወደ "
-#: strings.hrc:200
+#: sc/inc/strings.hrc:202
msgctxt "STR_CHG_CHILD_ORGCONTENT"
msgid "Original"
msgstr "ዋነኛው"
-#: strings.hrc:201
+#: sc/inc/strings.hrc:203
msgctxt "STR_CHG_REJECT"
msgid "Changes rejected"
msgstr "ለውጡ ተከልክሏል"
-#: strings.hrc:202
+#: sc/inc/strings.hrc:204
msgctxt "STR_CHG_ACCEPTED"
msgid "Accepted"
msgstr "ተቀብያለሁ"
-#: strings.hrc:203
+#: sc/inc/strings.hrc:205
msgctxt "STR_CHG_REJECTED"
msgid "Rejected"
msgstr "አልቀበልም"
-#: strings.hrc:204
+#: sc/inc/strings.hrc:206
msgctxt "STR_CHG_NO_ENTRY"
msgid "No Entry"
msgstr "ማስገቢያ የለም"
-#: strings.hrc:205
+#: sc/inc/strings.hrc:207
msgctxt "STR_CHG_EMPTY"
msgid "<empty>"
msgstr "<ባዶ>"
-#: strings.hrc:207
+#: sc/inc/strings.hrc:209
msgctxt "STR_NOT_PROTECTED"
msgid "Not protected"
msgstr "ያልተጠበቀ"
-#: strings.hrc:208
+#: sc/inc/strings.hrc:210
msgctxt "STR_NOT_PASS_PROTECTED"
msgid "Not password-protected"
msgstr "በመግቢያ ቃል-የተጠበቀ አይደለም"
-#: strings.hrc:209
+#: sc/inc/strings.hrc:211
msgctxt "STR_HASH_BAD"
msgid "Hash incompatible"
msgstr "Hash incompatible"
-#: strings.hrc:210
+#: sc/inc/strings.hrc:212
msgctxt "STR_HASH_GOOD"
msgid "Hash compatible"
msgstr "Hash compatible"
-#: strings.hrc:211
+#: sc/inc/strings.hrc:213
msgctxt "STR_RETYPE"
msgid "Re-type"
msgstr "እንደገና-መጻፊያ"
#. MovingAverageDialog
-#: strings.hrc:214
+#: sc/inc/strings.hrc:216
msgctxt "STR_MOVING_AVERAGE_UNDO_NAME"
msgid "Moving Average"
msgstr "በ መካከለኛ በ _መጓዝ ላይ"
#. ExponentialSmoothingDialog
-#: strings.hrc:216
+#: sc/inc/strings.hrc:218
msgctxt "STR_EXPONENTIAL_SMOOTHING_UNDO_NAME"
msgid "Exponential Smoothing"
msgstr "ኤክስፖኔንሺያል ማለስለሻ"
#. AnalysisOfVarianceDialog
-#: strings.hrc:218
+#: sc/inc/strings.hrc:220
msgctxt "STR_ANALYSIS_OF_VARIANCE_UNDO_NAME"
msgid "Analysis of Variance"
msgstr "የ ልዩነት መመርመሪያ"
-#: strings.hrc:219
+#: sc/inc/strings.hrc:221
msgctxt "STR_ANOVA_SINGLE_FACTOR_LABEL"
msgid "ANOVA - Single Factor"
msgstr "የ ልዩነት መመርመሪያ - ነጠላ ጉዳይ"
-#: strings.hrc:220
+#: sc/inc/strings.hrc:222
msgctxt "STR_ANOVA_TWO_FACTOR_LABEL"
msgid "ANOVA - Two Factor"
msgstr "የ ልዩነት መመርመሪያ - ሁለት ጉዳይ"
-#: strings.hrc:221
+#: sc/inc/strings.hrc:223
msgctxt "STR_ANOVA_LABEL_GROUPS"
msgid "Groups"
msgstr "ቡድኖች"
-#: strings.hrc:222
+#: sc/inc/strings.hrc:224
msgctxt "STR_ANOVA_LABEL_BETWEEN_GROUPS"
msgid "Between Groups"
msgstr "በ ቡድኖች መካከል"
-#: strings.hrc:223
+#: sc/inc/strings.hrc:225
msgctxt "STR_ANOVA_LABEL_WITHIN_GROUPS"
msgid "Within Groups"
msgstr "በ ቡድኖች ውስጥ"
-#: strings.hrc:224
+#: sc/inc/strings.hrc:226
msgctxt "STR_ANOVA_LABEL_SOURCE_OF_VARIATION"
msgid "Source of Variation"
msgstr "የ ልዩነቶች ምንጭ"
-#: strings.hrc:225
+#: sc/inc/strings.hrc:227
msgctxt "STR_ANOVA_LABEL_SS"
msgid "SS"
msgstr "SS"
-#: strings.hrc:226
+#: sc/inc/strings.hrc:228
msgctxt "STR_ANOVA_LABEL_DF"
msgid "df"
msgstr "df"
-#: strings.hrc:227
+#: sc/inc/strings.hrc:229
msgctxt "STR_ANOVA_LABEL_MS"
msgid "MS"
msgstr "MS"
-#: strings.hrc:228
+#: sc/inc/strings.hrc:230
msgctxt "STR_ANOVA_LABEL_F"
msgid "F"
msgstr "F"
-#: strings.hrc:229
+#: sc/inc/strings.hrc:231
msgctxt "STR_ANOVA_LABEL_P_VALUE"
msgid "P-value"
msgstr "P-value"
-#: strings.hrc:230
+#: sc/inc/strings.hrc:232
msgctxt "STR_ANOVA_LABEL_F_CRITICAL"
msgid "F critical"
msgstr "F critical"
-#: strings.hrc:231
+#: sc/inc/strings.hrc:233
msgctxt "STR_ANOVA_LABEL_TOTAL"
msgid "Total"
msgstr "ጠቅላላ"
#. CorrelationDialog
-#: strings.hrc:233
+#: sc/inc/strings.hrc:235
msgctxt "STR_CORRELATION_UNDO_NAME"
msgid "Correlation"
msgstr "ኮኦሪሌሽን"
-#: strings.hrc:234
+#: sc/inc/strings.hrc:236
msgctxt "STR_CORRELATION_LABEL"
msgid "Correlations"
msgstr "ኮኦሪሌሽን"
#. CovarianceDialog
-#: strings.hrc:236
+#: sc/inc/strings.hrc:238
msgctxt "STR_COVARIANCE_UNDO_NAME"
msgid "Covariance"
msgstr "ኮቫሪያንስ"
-#: strings.hrc:237
+#: sc/inc/strings.hrc:239
msgctxt "STR_COVARIANCE_LABEL"
msgid "Covariances"
msgstr "ኮቫሪያንስስ"
#. DescriptiveStatisticsDialog
-#: strings.hrc:239
+#: sc/inc/strings.hrc:241
msgctxt "STR_DESCRIPTIVE_STATISTICS_UNDO_NAME"
msgid "Descriptive Statistics"
msgstr "መግለጫ ስታትስቲክስ"
-#: strings.hrc:240
+#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_MEAN"
msgid "Mean"
msgstr "አማካይ"
-#: strings.hrc:241
+#: sc/inc/strings.hrc:243
msgctxt "STRID_CALC_STD_ERROR"
msgid "Standard Error"
msgstr "መደበኛ ስህተት"
-#: strings.hrc:242
+#: sc/inc/strings.hrc:244
msgctxt "STRID_CALC_MODE"
msgid "Mode"
msgstr "ዘዴ"
-#: strings.hrc:243
+#: sc/inc/strings.hrc:245
msgctxt "STRID_CALC_MEDIAN"
msgid "Median"
msgstr "መሀከለኛ"
-#: strings.hrc:244
+#: sc/inc/strings.hrc:246
msgctxt "STRID_CALC_VARIANCE"
msgid "Variance"
msgstr "ልዩነት"
-#: strings.hrc:245
+#: sc/inc/strings.hrc:247
msgctxt "STRID_CALC_STD_DEVIATION"
msgid "Standard Deviation"
msgstr "መደበኛ ልዩነት"
-#: strings.hrc:246
+#: sc/inc/strings.hrc:248
msgctxt "STRID_CALC_KURTOSIS"
msgid "Kurtosis"
msgstr "ኩርቶሲስ"
-#: strings.hrc:247
+#: sc/inc/strings.hrc:249
msgctxt "STRID_CALC_SKEWNESS"
msgid "Skewness"
msgstr "የሚያጋድልበት"
-#: strings.hrc:248
+#: sc/inc/strings.hrc:250
msgctxt "STRID_CALC_RANGE"
msgid "Range"
msgstr "መጠን"
-#: strings.hrc:249
+#: sc/inc/strings.hrc:251
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
msgstr "አነስተኛ"
-#: strings.hrc:250
+#: sc/inc/strings.hrc:252
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
msgstr "ከፍተኛ"
-#: strings.hrc:251
+#: sc/inc/strings.hrc:253
msgctxt "STRID_CALC_SUM"
msgid "Sum"
msgstr "ድምር"
-#: strings.hrc:252
+#: sc/inc/strings.hrc:254
msgctxt "STRID_CALC_COUNT"
msgid "Count"
msgstr "መቁጠሪያ"
-#: strings.hrc:253
+#: sc/inc/strings.hrc:255
msgctxt "STRID_CALC_FIRST_QUARTILE"
msgid "First Quartile "
msgstr "የ መጀመሪያ ሩብ "
-#: strings.hrc:254
+#: sc/inc/strings.hrc:256
msgctxt "STRID_CALC_THIRD_QUARTILE"
msgid "Third Quartile"
msgstr "የ ሶስተኛ ሩብ"
#. RandomNumberGeneratorDialog
-#: strings.hrc:256
+#: sc/inc/strings.hrc:258
msgctxt "STR_UNDO_DISTRIBUTION_TEMPLATE"
msgid "Random ($(DISTRIBUTION))"
msgstr "በነሲብ ($(DISTRIBUTION))"
-#: strings.hrc:257
+#: sc/inc/strings.hrc:259
msgctxt "STR_DISTRIBUTION_UNIFORM_REAL"
msgid "Uniform"
msgstr "ተመሳሳይ"
-#: strings.hrc:258
+#: sc/inc/strings.hrc:260
msgctxt "STR_DISTRIBUTION_UNIFORM_INTEGER"
msgid "Uniform Integer"
msgstr "ተመሳሳይ ኢንቲጀር"
-#: strings.hrc:259
+#: sc/inc/strings.hrc:261
msgctxt "STR_DISTRIBUTION_NORMAL"
msgid "Normal"
msgstr "መደበኛ"
-#: strings.hrc:260
+#: sc/inc/strings.hrc:262
msgctxt "STR_DISTRIBUTION_CAUCHY"
msgid "Cauchy"
msgstr "ኮቺ"
-#: strings.hrc:261
+#: sc/inc/strings.hrc:263
msgctxt "STR_DISTRIBUTION_BERNOULLI"
msgid "Bernoulli"
msgstr "ቤርኖሊ"
-#: strings.hrc:262
+#: sc/inc/strings.hrc:264
msgctxt "STR_DISTRIBUTION_BINOMIAL"
msgid "Binomial"
msgstr "ባይኖሚያል"
-#: strings.hrc:263
+#: sc/inc/strings.hrc:265
msgctxt "STR_DISTRIBUTION_NEGATIVE_BINOMIAL"
msgid "Negative Binomial"
msgstr "አሉታዊ ባይኖሚያል"
-#: strings.hrc:264
+#: sc/inc/strings.hrc:266
msgctxt "STR_DISTRIBUTION_CHI_SQUARED"
msgid "Chi Squared"
msgstr "ቺ ስኴርድ"
-#: strings.hrc:265
+#: sc/inc/strings.hrc:267
msgctxt "STR_DISTRIBUTION_GEOMETRIC"
msgid "Geometric"
msgstr "ጂኦሜትሪክ"
-#: strings.hrc:266
+#: sc/inc/strings.hrc:268
msgctxt "STR_RNG_PARAMETER_MINIMUM"
msgid "Minimum"
msgstr "አነስተኛ"
-#: strings.hrc:267
+#: sc/inc/strings.hrc:269
msgctxt "STR_RNG_PARAMETER_MAXIMUM"
msgid "Maximum"
msgstr "ከፍተኛ"
-#: strings.hrc:268
+#: sc/inc/strings.hrc:270
msgctxt "STR_RNG_PARAMETER_MEAN"
msgid "Mean"
msgstr "አማካይ"
-#: strings.hrc:269
+#: sc/inc/strings.hrc:271
msgctxt "STR_RNG_PARAMETER_STANDARD_DEVIATION"
msgid "Standard Deviation"
msgstr "መደበኛ ልዩነት"
-#: strings.hrc:270
+#: sc/inc/strings.hrc:272
msgctxt "STR_RNG_PARAMETER_STANDARD_MEDIAN"
msgid "Median"
msgstr "መሀከለኛ"
-#: strings.hrc:271
+#: sc/inc/strings.hrc:273
msgctxt "STR_RNG_PARAMETER_STANDARD_SIGMA"
msgid "Sigma"
msgstr "ሲግማ"
-#: strings.hrc:272
+#: sc/inc/strings.hrc:274
msgctxt "STR_RNG_PARAMETER_STANDARD_PROBABILITY"
msgid "p Value"
msgstr "p ዋጋ"
-#: strings.hrc:273
+#: sc/inc/strings.hrc:275
msgctxt "STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS"
msgid "Number of Trials"
msgstr "የ ሙከራዎች ቁጥር"
-#: strings.hrc:274
+#: sc/inc/strings.hrc:276
msgctxt "STR_RNG_PARAMETER_STANDARD_NU_VALUE"
msgid "nu Value"
msgstr "የ nu ዋጋ"
#. SamplingDialog
-#: strings.hrc:276
+#: sc/inc/strings.hrc:278
msgctxt "STR_SAMPLING_UNDO_NAME"
msgid "Sampling"
msgstr "ናሙና"
#. Names of dialogs
-#: strings.hrc:278
+#: sc/inc/strings.hrc:280
msgctxt "STR_FTEST"
msgid "F-test"
msgstr "F-መሞከሪያ"
-#: strings.hrc:279
+#: sc/inc/strings.hrc:281
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
msgstr "F-መሞከሪያ"
-#: strings.hrc:280
+#: sc/inc/strings.hrc:282
msgctxt "STR_TTEST"
msgid "Paired t-test"
msgstr "የ ተጣመረ t-መሞከሪያ"
-#: strings.hrc:281
+#: sc/inc/strings.hrc:283
msgctxt "STR_TTEST_UNDO_NAME"
msgid "Paired t-test"
msgstr "የ ተጣመረ t-መሞከሪያ"
-#: strings.hrc:282
+#: sc/inc/strings.hrc:284
msgctxt "STR_ZTEST"
msgid "z-test"
msgstr "z-መሞከሪያ"
-#: strings.hrc:283
+#: sc/inc/strings.hrc:285
msgctxt "STR_ZTEST_UNDO_NAME"
msgid "z-test"
msgstr "z-መሞከሪያ"
-#: strings.hrc:284
+#: sc/inc/strings.hrc:286
msgctxt "STR_CHI_SQUARE_TEST"
msgid "Test of Independence (Chi-Square)"
msgstr "የ ነፃነት መሞከሪያ (ቺ-ስኴር)"
-#: strings.hrc:285
+#: sc/inc/strings.hrc:287
msgctxt "STR_REGRESSION_UNDO_NAME"
msgid "Regression"
msgstr "ዝቅ ማድረጊያ"
-#: strings.hrc:286
+#: sc/inc/strings.hrc:288
msgctxt "STR_REGRESSION"
msgid "Regression"
msgstr "ዝቅ ማድረጊያ"
#. Common
-#: strings.hrc:288
+#: sc/inc/strings.hrc:290
msgctxt "STR_COLUMN_LABEL_TEMPLATE"
msgid "Column %NUMBER%"
msgstr "አምድ %NUMBER%"
-#: strings.hrc:289
+#: sc/inc/strings.hrc:291
msgctxt "STR_ROW_LABEL_TEMPLATE"
msgid "Row %NUMBER%"
msgstr "ረድፍ %NUMBER%"
-#: strings.hrc:290
+#: sc/inc/strings.hrc:292
msgctxt "STR_LABEL_ALPHA"
msgid "Alpha"
msgstr "አልፋ"
-#: strings.hrc:291
+#: sc/inc/strings.hrc:293
msgctxt "STR_VARIABLE_1_LABEL"
msgid "Variable 1"
msgstr "ተለዋዋጭ 1"
-#: strings.hrc:292
+#: sc/inc/strings.hrc:294
msgctxt "STR_VARIABLE_2_LABEL"
msgid "Variable 2"
msgstr "ተለዋዋጭ 2"
-#: strings.hrc:293
+#: sc/inc/strings.hrc:295
msgctxt "STR_HYPOTHESIZED_MEAN_DIFFERENCE_LABEL"
msgid "Hypothesized Mean Difference"
msgstr "የ መላምት አማካይ ልዩነት"
-#: strings.hrc:294
+#: sc/inc/strings.hrc:296
msgctxt "STR_OBSERVATIONS_LABEL"
msgid "Observations"
msgstr "የታየው"
-#: strings.hrc:295
+#: sc/inc/strings.hrc:297
msgctxt "STR_OBSERVED_MEAN_DIFFERENCE_LABEL"
msgid "Observed Mean Difference"
msgstr "የታየው አማካይ ልዩነት"
-#: strings.hrc:296
+#: sc/inc/strings.hrc:298
msgctxt "STR_DEGREES_OF_FREEDOM_LABEL"
msgid "df"
msgstr "df"
-#: strings.hrc:297
+#: sc/inc/strings.hrc:299
msgctxt "STR_P_VALUE_LABEL"
msgid "P-value"
msgstr "P-ዋጋ"
-#: strings.hrc:298
+#: sc/inc/strings.hrc:300
msgctxt "STR_CRITICAL_VALUE_LABEL"
msgid "Critical Value"
msgstr "አደገኛ ዋጋ"
-#: strings.hrc:299
+#: sc/inc/strings.hrc:301
msgctxt "STR_TEST_STATISTIC_LABEL"
msgid "Test Statistic"
msgstr "ስታስቲክስ መሞከሪያ"
#. RegressionDialog
-#: strings.hrc:301
+#: sc/inc/strings.hrc:303
msgctxt "STR_LABEL_LINEAR"
msgid "Linear"
msgstr "ቀጥተኛ"
-#: strings.hrc:302
+#: sc/inc/strings.hrc:304
msgctxt "STR_LABEL_LOGARITHMIC"
msgid "Logarithmic"
msgstr "ሎጋሪዝም"
-#: strings.hrc:303
+#: sc/inc/strings.hrc:305
msgctxt "STR_LABEL_POWER"
msgid "Power"
msgstr "ሀይል"
-#: strings.hrc:304
+#: sc/inc/strings.hrc:306
msgctxt "STR_LABEL_REGRESSION_MODEL"
msgid "Regression Model"
msgstr "ዝቅ ማድረጊያ ዘዴ"
-#: strings.hrc:305
+#: sc/inc/strings.hrc:307
msgctxt "STR_LABEL_RSQUARED"
msgid "R^2"
msgstr "R^2"
-#: strings.hrc:306
+#: sc/inc/strings.hrc:308
msgctxt "STR_LABEL_SLOPE"
msgid "Slope"
msgstr "ስሎፕ"
-#: strings.hrc:307
+#: sc/inc/strings.hrc:309
msgctxt "STR_LABEL_INTERCEPT"
msgid "Intercept"
msgstr "ኢንተርሴፕት"
#. F Test
-#: strings.hrc:309
+#: sc/inc/strings.hrc:311
msgctxt "STR_FTEST_P_RIGHT_TAIL"
msgid "P (F<=f) right-tail"
msgstr "P (F<=f) right-tail"
-#: strings.hrc:310
+#: sc/inc/strings.hrc:312
msgctxt "STR_FTEST_F_CRITICAL_RIGHT_TAIL"
msgid "F Critical right-tail"
msgstr "F Critical right-tail"
-#: strings.hrc:311
+#: sc/inc/strings.hrc:313
msgctxt "STR_FTEST_P_LEFT_TAIL"
msgid "P (F<=f) left-tail"
msgstr "P (F<=f) left-tail"
-#: strings.hrc:312
+#: sc/inc/strings.hrc:314
msgctxt "STR_FTEST_F_CRITICAL_LEFT_TAIL"
msgid "F Critical left-tail"
msgstr "F Critical left-tail"
-#: strings.hrc:313
+#: sc/inc/strings.hrc:315
msgctxt "STR_FTEST_P_TWO_TAIL"
msgid "P two-tail"
msgstr "P two-tail"
-#: strings.hrc:314
+#: sc/inc/strings.hrc:316
msgctxt "STR_FTEST_F_CRITICAL_TWO_TAIL"
msgid "F Critical two-tail"
msgstr "F Critical two-tail"
#. t Test
-#: strings.hrc:316
+#: sc/inc/strings.hrc:318
msgctxt "STR_TTEST_PEARSON_CORRELATION"
msgid "Pearson Correlation"
msgstr "ፒርሰን ኮኦሪሌሽን"
-#: strings.hrc:317
+#: sc/inc/strings.hrc:319
msgctxt "STR_TTEST_VARIANCE_OF_THE_DIFFERENCES"
msgid "Variance of the Differences"
msgstr "የ ተለዋዋጭ ልዩነቶች"
-#: strings.hrc:318
+#: sc/inc/strings.hrc:320
msgctxt "STR_TTEST_T_STAT"
msgid "t Stat"
msgstr "t ስታስቲክስ"
-#: strings.hrc:319
+#: sc/inc/strings.hrc:321
msgctxt "STR_TTEST_P_ONE_TAIL"
msgid "P (T<=t) one-tail"
msgstr "P (T<=t) አንድ-ጭራ"
-#: strings.hrc:320
+#: sc/inc/strings.hrc:322
msgctxt "STR_TTEST_T_CRITICAL_ONE_TAIL"
msgid "t Critical one-tail"
msgstr "t ወሳኝ አንድ-ጭራ"
-#: strings.hrc:321
+#: sc/inc/strings.hrc:323
msgctxt "STR_TTEST_P_TWO_TAIL"
msgid "P (T<=t) two-tail"
msgstr "P (T<=t) ሁለት-ጭራ"
-#: strings.hrc:322
+#: sc/inc/strings.hrc:324
msgctxt "STR_TTEST_T_CRITICAL_TWO_TAIL"
msgid "t Critical two-tail"
msgstr "t ወሳኝ ሁለት-ጭራ"
#. Z Test
-#: strings.hrc:324
+#: sc/inc/strings.hrc:326
msgctxt "STR_ZTEST_Z_VALUE"
msgid "z"
msgstr "z"
-#: strings.hrc:325
+#: sc/inc/strings.hrc:327
msgctxt "STR_ZTEST_KNOWN_VARIANCE"
msgid "Known Variance"
msgstr "የ ታወቀ ልዩነት"
-#: strings.hrc:326
+#: sc/inc/strings.hrc:328
msgctxt "STR_ZTEST_P_ONE_TAIL"
msgid "P (Z<=z) one-tail"
msgstr "P (Z<=z) አንድ-ጭራ"
-#: strings.hrc:327
+#: sc/inc/strings.hrc:329
msgctxt "STR_ZTEST_Z_CRITICAL_ONE_TAIL"
msgid "z Critical one-tail"
msgstr "z ወሳኝ አንድ-ጭራ"
-#: strings.hrc:328
+#: sc/inc/strings.hrc:330
msgctxt "STR_ZTEST_P_TWO_TAIL"
msgid "P (Z<=z) two-tail"
msgstr "P (Z<=z) ሁለት-ጭራ"
-#: strings.hrc:329
+#: sc/inc/strings.hrc:331
msgctxt "STR_ZTEST_Z_CRITICAL_TWO_TAIL"
msgid "z Critical two-tail"
msgstr "z ወሳኝ ሁለት-ጭራ"
-#: units.hrc:27
+#. infobar for allowing links to update or not
+#: sc/inc/strings.hrc:333
+msgctxt "STR_ENABLE_CONTENT"
+msgid "Enable Content"
+msgstr "ይዞታ ማስቻያ"
+
+#. Insert image dialog
+#: sc/inc/strings.hrc:335
+msgctxt "STR_ANCHOR_TO_CELL"
+msgid "To cell"
+msgstr "ወደ ክፍል"
+
+#: sc/inc/strings.hrc:336
+msgctxt "STR_ANCHOR_TO_CELL_RESIZE"
+msgid "To cell (resize with cell)"
+msgstr "ወደ ክፍል (ከ ክፍል ጋር እንደገና መመጠኛ)"
+
+#: sc/inc/strings.hrc:337
+msgctxt "STR_ANCHOR_TO_PAGE"
+msgid "To page"
+msgstr "ወደ ገጽ"
+
+#: sc/inc/units.hrc:27
msgctxt "SCSTR_UNIT"
msgid "Millimeter"
msgstr "ሚሊ ሚትር"
-#: units.hrc:28
+#: sc/inc/units.hrc:28
msgctxt "SCSTR_UNIT"
msgid "Centimeter"
msgstr "ሴንቲ ሚትር"
-#: units.hrc:29
+#: sc/inc/units.hrc:29
msgctxt "SCSTR_UNIT"
msgid "Meter"
msgstr "ሚትር"
-#: units.hrc:30
+#: sc/inc/units.hrc:30
msgctxt "SCSTR_UNIT"
msgid "Kilometer"
msgstr "ኪሎ ሚትር"
-#: units.hrc:31
+#: sc/inc/units.hrc:31
msgctxt "SCSTR_UNIT"
msgid "Inch"
msgstr "ኢንች"
-#: units.hrc:32
+#: sc/inc/units.hrc:32
msgctxt "SCSTR_UNIT"
msgid "Foot"
msgstr "ፉት"
-#: units.hrc:33
+#: sc/inc/units.hrc:33
msgctxt "SCSTR_UNIT"
msgid "Miles"
msgstr "ማይል"
-#: units.hrc:34
+#: sc/inc/units.hrc:34
msgctxt "SCSTR_UNIT"
msgid "Pica"
msgstr "ፒካ"
-#: units.hrc:35
+#: sc/inc/units.hrc:35
msgctxt "SCSTR_UNIT"
msgid "Point"
msgstr "ነጥብ"
-#: advancedfilterdialog.ui:9
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:9
msgctxt "advancedfilterdialog|AdvancedFilterDialog"
msgid "Advanced Filter"
msgstr "የረቀቀ ማጣሪያ"
-#: advancedfilterdialog.ui:151
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:150
msgctxt "advancedfilterdialog|label1"
msgid "Read _Filter Criteria From"
msgstr "ያንብቡ የ _ማጣሪያ መመዘኛ ከ"
-#: advancedfilterdialog.ui:192
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:191
msgctxt "advancedfilterdialog|case"
msgid "_Case sensitive"
msgstr "_ፊደል መመጠኛ"
-#: advancedfilterdialog.ui:208
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:207
msgctxt "advancedfilterdialog|header"
msgid "Range c_ontains column labels"
msgstr "መጠኑ የ አምድ ምልክቶች _ይዟል"
-#: advancedfilterdialog.ui:224
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:223
msgctxt "advancedfilterdialog|regexp"
msgid "Regular _expressions"
msgstr "መደበኛ _አገላለጽ"
-#: advancedfilterdialog.ui:240
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:239
msgctxt "advancedfilterdialog|unique"
msgid "_No duplications"
msgstr "የተባዛ _የለም"
-#: advancedfilterdialog.ui:256
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:255
msgctxt "advancedfilterdialog|copyresult"
msgid "Co_py results to:"
msgstr "ውጠቶችን ኮ_ፒ ማድረጊያ ወደ:"
-#: advancedfilterdialog.ui:276
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:275
msgctxt "advancedfilterdialog|destpers"
msgid "_Keep filter criteria"
msgstr "የማጣሪያ መመዘኛን _መጠበቂያ"
-#: advancedfilterdialog.ui:315
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:314
msgctxt "advancedfilterdialog|lbcopyarea-atkobject"
msgid "Copy results to:"
msgstr "ውጠቶችን ኮፒ ማድረጊያ ወደ:"
-#: advancedfilterdialog.ui:337
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:335
msgctxt "advancedfilterdialog|edcopyarea-atkobject"
msgid "Copy results to:"
msgstr "ውጤቶችን ኮፒ ማድረጊያ ወደ:"
-#: advancedfilterdialog.ui:375
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:373
msgctxt "advancedfilterdialog|dbarealabel"
msgid "Data range:"
msgstr "የ ዳታ መጠን:"
-#: advancedfilterdialog.ui:388
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:386
msgctxt "advancedfilterdialog|dbarea"
msgid "dummy"
msgstr "አሻንጉሊት"
-#: advancedfilterdialog.ui:408
+#: sc/uiconfig/scalc/ui/advancedfilterdialog.ui:406
msgctxt "advancedfilterdialog|label2"
msgid "Op_tions"
msgstr "ምር_ጫዎች"
-#: allheaderfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:8
msgctxt "allheaderfooterdialog|AllHeaderFooterDialog"
msgid "Headers/Footers"
msgstr "ራስጌዎች/ግርጌዎች"
-#: allheaderfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:106
msgctxt "allheaderfooterdialog|headerright"
msgid "Header (right)"
msgstr "ራስጌ (በ ቀኝ)"
-#: allheaderfooterdialog.ui:128
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:128
msgctxt "allheaderfooterdialog|headerleft"
msgid "Header (left)"
msgstr "ራስጌ (በ ግራ)"
-#: allheaderfooterdialog.ui:151
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:151
msgctxt "allheaderfooterdialog|footerright"
msgid "Footer (right)"
msgstr "ግርጌ (በ ቀኝ)"
-#: allheaderfooterdialog.ui:174
+#: sc/uiconfig/scalc/ui/allheaderfooterdialog.ui:174
msgctxt "allheaderfooterdialog|footerleft"
msgid "Footer (left)"
msgstr "ግርጌ (በ ግራ)"
-#: analysisofvariancedialog.ui:16
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:16
msgctxt "analysisofvariancedialog|AnalysisOfVarianceDialog"
msgid "Analysis of Variance (ANOVA)"
msgstr "መመርመሪያ የ ልዩነት (ANOVA)..."
-#: analysisofvariancedialog.ui:108
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:108
msgctxt "analysisofvariancedialog|input-range-label"
msgid "Input range:"
msgstr "የ ማስገቢያ መጠን:"
-#: analysisofvariancedialog.ui:122
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:122
msgctxt "analysisofvariancedialog|output-range-label"
msgid "Results to:"
msgstr "ውጤቶች ወደ:"
-#: analysisofvariancedialog.ui:189
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:187
msgctxt "analysisofvariancedialog|label4"
msgid "Data"
msgstr "ዳታ"
-#: analysisofvariancedialog.ui:224
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:222
msgctxt "analysisofvariancedialog|radio-single-factor"
msgid "Single factor"
msgstr "ነጠላ ምክንያት"
-#: analysisofvariancedialog.ui:240
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:238
msgctxt "analysisofvariancedialog|radio-two-factor"
msgid "Two factor"
msgstr "ሁለት ምክንያት"
-#: analysisofvariancedialog.ui:262
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:260
msgctxt "analysisofvariancedialog|label3"
msgid "Type"
msgstr "አይነት"
-#: analysisofvariancedialog.ui:297
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:295
msgctxt "analysisofvariancedialog|groupedby-columns-radio"
msgid "Columns"
msgstr "አምዶች"
-#: analysisofvariancedialog.ui:314
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:312
msgctxt "analysisofvariancedialog|groupedby-rows-radio"
msgid "Rows"
msgstr "ረድፎች"
-#: analysisofvariancedialog.ui:337
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:335
msgctxt "analysisofvariancedialog|label2"
msgid "Grouped by"
msgstr "የተቀመጡት በቡድን"
-#: analysisofvariancedialog.ui:375
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:373
msgctxt "analysisofvariancedialog|alpha-label"
msgid "Alpha:"
msgstr "አልፋ:"
-#: analysisofvariancedialog.ui:389
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:386
msgctxt "analysisofvariancedialog|alpha-spin"
msgid "0,05"
msgstr "0,05"
-#: analysisofvariancedialog.ui:404
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:401
msgctxt "analysisofvariancedialog|rows-per-sample-label"
msgid "Rows per sample:"
msgstr "ረድፎች በ ናሙና:"
-#: analysisofvariancedialog.ui:434
+#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:430
msgctxt "analysisofvariancedialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
-#: autoformattable.ui:9
+#: sc/uiconfig/scalc/ui/autoformattable.ui:9
msgctxt "autoformattable|AutoFormatTableDialog"
msgid "AutoFormat"
msgstr "በራሱ አቀራረብ"
-#: autoformattable.ui:94
+#: sc/uiconfig/scalc/ui/autoformattable.ui:94
msgctxt "autoformattable|rename"
msgid "Rename"
msgstr "እንደገና መሰየሚያ"
-#: autoformattable.ui:186
+#: sc/uiconfig/scalc/ui/autoformattable.ui:186
msgctxt "autoformattable|label1"
msgid "Format"
msgstr "አቀራረብ"
-#: autoformattable.ui:219
+#: sc/uiconfig/scalc/ui/autoformattable.ui:219
msgctxt "autoformattable|numformatcb"
msgid "_Number format"
msgstr "የ _ቁጥር አቀራረብ"
-#: autoformattable.ui:236
+#: sc/uiconfig/scalc/ui/autoformattable.ui:236
msgctxt "autoformattable|bordercb"
msgid "_Borders"
msgstr "_ድንበሮች"
-#: autoformattable.ui:253
+#: sc/uiconfig/scalc/ui/autoformattable.ui:253
msgctxt "autoformattable|fontcb"
msgid "F_ont"
msgstr "ፊ_ደል"
-#: autoformattable.ui:270
+#: sc/uiconfig/scalc/ui/autoformattable.ui:270
msgctxt "autoformattable|patterncb"
msgid "_Pattern"
msgstr "_ንድፍ"
-#: autoformattable.ui:287
+#: sc/uiconfig/scalc/ui/autoformattable.ui:287
msgctxt "autoformattable|alignmentcb"
msgid "Alignmen_t"
msgstr "ማሰለፊ_ያ"
-#: autoformattable.ui:304
+#: sc/uiconfig/scalc/ui/autoformattable.ui:304
msgctxt "autoformattable|autofitcb"
msgid "A_utoFit width and height"
msgstr "ስፋት እና እርዝመት በ_ራሱ ልክ"
-#: autoformattable.ui:327
+#: sc/uiconfig/scalc/ui/autoformattable.ui:327
msgctxt "autoformattable|label2"
msgid "Formatting"
msgstr "አቀራረብ"
-#: cellprotectionpage.ui:35
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:35
msgctxt "cellprotectionpage|checkProtected"
msgid "_Protected"
msgstr "_የተጠበቀ"
-#: cellprotectionpage.ui:55
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:55
msgctxt "cellprotectionpage|checkHideFormula"
msgid "Hide _formula"
msgstr "_መቀመሪያ መደበቂያ"
-#: cellprotectionpage.ui:74
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:74
msgctxt "cellprotectionpage|checkHideAll"
msgid "Hide _all"
msgstr "_ሁሉንም መደበቂያ"
-#: cellprotectionpage.ui:99
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:99
msgctxt "cellprotectionpage|label1"
msgid ""
"Cell protection is only effective after the current sheet has been protected.\n"
@@ -15247,7652 +15230,7768 @@ msgstr ""
"\n"
"ይምረጡ 'ወረቀት መጠበቂያ' ከ 'መሳሪያዎች' ዝርዝር ውስጥ"
-#: cellprotectionpage.ui:120
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:120
msgctxt "cellprotectionpage|LabelProtection"
msgid "Protection"
msgstr "ጥበቃ"
-#: cellprotectionpage.ui:154
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:154
msgctxt "cellprotectionpage|checkHidePrinting"
msgid "Hide _when printing"
msgstr "_በሚታተምበት ጊዜ መደበቂያ"
-#: cellprotectionpage.ui:177
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:177
msgctxt "cellprotectionpage|label4"
msgid "The cells selected will be omitted when printing."
msgstr "የተመረጡት ክፍሎች በሚታተምበት ጊዜ ይዘለላሉ"
-#: cellprotectionpage.ui:196
+#: sc/uiconfig/scalc/ui/cellprotectionpage.ui:196
msgctxt "cellprotectionpage|label3"
msgid "Print"
msgstr "ማተሚያ"
-#: changesourcedialog.ui:8
+#: sc/uiconfig/scalc/ui/changesourcedialog.ui:8
msgctxt "changesourcedialog|ChangeSourceDialog"
msgid "Change Source Data Range"
msgstr "የ ዳታ መጠን ምንጩን መቀየሪያ"
-#: changesourcedialog.ui:92
+#: sc/uiconfig/scalc/ui/changesourcedialog.ui:92
msgctxt "changesourcedialog|col"
msgid "First _column as label"
msgstr "የ መጀመሪያ _አምድ እንደ ምልክት"
-#: changesourcedialog.ui:107
+#: sc/uiconfig/scalc/ui/changesourcedialog.ui:107
msgctxt "changesourcedialog|row"
msgid "First _row as label"
msgstr "የ መጀመሪያ _ረድፍ እንደ ምልክት"
-#: changesourcedialog.ui:128
+#: sc/uiconfig/scalc/ui/changesourcedialog.ui:128
msgctxt "changesourcedialog|label1"
msgid "Labels"
msgstr "ምልክቶች"
-#: chardialog.ui:8
+#: sc/uiconfig/scalc/ui/chardialog.ui:8
msgctxt "chardialog|CharDialog"
msgid "Character"
msgstr "ባህሪ"
-#: chardialog.ui:106
+#: sc/uiconfig/scalc/ui/chardialog.ui:106
msgctxt "chardialog|font"
msgid "Font"
msgstr "ፊደል"
-#: chardialog.ui:128
+#: sc/uiconfig/scalc/ui/chardialog.ui:128
msgctxt "chardialog|fonteffects"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
-#: chardialog.ui:151
+#: sc/uiconfig/scalc/ui/chardialog.ui:151
msgctxt "chardialog|position"
msgid "Position"
msgstr "ቦታ"
-#: chisquaretestdialog.ui:9
+#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:11
+msgctxt "checkwarningdialog|CheckWarningDialog"
+msgid "You are pasting data into cells that already contain data."
+msgstr "እርስዎ ወደ ክፍል ውስጥ ዳታ ለ መለጠፍ እየሞከሩ ነው: ቀደም ብሎ በ ውስጡ ዳታ ነበር"
+
+#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:12
+msgctxt "checkwarningdialog|CheckWarningDialog"
+msgid "Do you really want to overwrite the existing data?"
+msgstr "እርስዎ በ እርግጥ በ ነበረው ዳታ ላይ ደርበው መጻፍ ይፈልጋሉ?"
+
+#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:76
+msgctxt "checkwarningdialog|ask"
+msgid "Warn me about this in the future."
+msgstr "ስለዚህ ወደፊት አስጠንቅቀኝ"
+
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:9
msgctxt "chisquaretestdialog|ChiSquareTestDialog"
msgid "Chi Square Test"
msgstr "ቺ ስኴር መሞከሪያ"
-#: chisquaretestdialog.ui:42
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:42
msgctxt "chisquaretestdialog|input-range-label"
msgid "Input range:"
msgstr "የ ማስገቢያ መጠን:"
-#: chisquaretestdialog.ui:81
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:80
msgctxt "chisquaretestdialog|output-range-label"
msgid "Results to:"
msgstr "ውጤቶች ወደ:"
-#: chisquaretestdialog.ui:123
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:121
msgctxt "chisquaretestdialog|label1"
msgid "Data"
msgstr "ዳታ"
-#: chisquaretestdialog.ui:217
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:215
msgctxt "chisquaretestdialog|groupedby-columns-radio"
msgid "_Columns"
msgstr "_አምዶች"
-#: chisquaretestdialog.ui:233
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:231
msgctxt "chisquaretestdialog|groupedby-rows-radio"
msgid "_Rows"
msgstr "_ረድፎች"
-#: chisquaretestdialog.ui:255
+#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:253
msgctxt "chisquaretestdialog|label2"
msgid "Grouped by"
msgstr "የተቀመጡት በቡድን"
-#: colorrowdialog.ui:8
+#: sc/uiconfig/scalc/ui/colorrowdialog.ui:8
msgctxt "colorrowdialog|ColOrRowDialog"
msgid "Copy List"
msgstr "የ ኮፒ ዝርዝር"
-#: colorrowdialog.ui:93
+#: sc/uiconfig/scalc/ui/colorrowdialog.ui:93
msgctxt "colorrowdialog|columns"
msgid "_Columns"
msgstr "_አምዶች"
-#: colorrowdialog.ui:111
+#: sc/uiconfig/scalc/ui/colorrowdialog.ui:111
msgctxt "colorrowdialog|rows"
msgid "_Rows"
msgstr "_ረድፎች"
-#: colorrowdialog.ui:134
+#: sc/uiconfig/scalc/ui/colorrowdialog.ui:134
msgctxt "colorrowdialog|label"
msgid "List From"
msgstr "ዝርዝር ክ"
-#: colwidthdialog.ui:8
+#: sc/uiconfig/scalc/ui/colwidthdialog.ui:8
msgctxt "colwidthdialog|ColWidthDialog"
msgid "Column Width"
msgstr "የ አምድ ስፋት"
-#: colwidthdialog.ui:88
+#: sc/uiconfig/scalc/ui/colwidthdialog.ui:88
msgctxt "colwidthdialog|label1"
msgid "Width"
msgstr "ስፋት"
-#: colwidthdialog.ui:112
+#: sc/uiconfig/scalc/ui/colwidthdialog.ui:111
msgctxt "colwidthdialog|default"
msgid "_Default value"
msgstr "_ነባር ዋጋ"
-#: condformatmanager.ui:8
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:8
msgctxt "condformatmanager|CondFormatManager"
msgid "Manage Conditional Formatting"
msgstr "እንደ ሁኔታው አቀራረብ አስታዳዳሪ"
-#: condformatmanager.ui:62
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:62
msgctxt "condformatmanager|add"
msgid "Add"
msgstr "መጨመሪያ"
-#: condformatmanager.ui:76
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:76
msgctxt "condformatmanager|edit"
msgid "Edit..."
msgstr "ማረሚያ..."
-#: condformatmanager.ui:90
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:90
msgctxt "condformatmanager|remove"
msgid "Remove"
msgstr "ማስወገጃ"
-#: condformatmanager.ui:117
+#: sc/uiconfig/scalc/ui/condformatmanager.ui:117
msgctxt "condformatmanager|label1"
msgid "Conditional Formats"
msgstr "እንደ ሁኔታው አቀራረብ"
-#: conditionalentry.ui:58
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:58
msgctxt "conditionalentry|type"
msgid "All Cells"
msgstr "ሁሉንም ክፍሎች"
-#: conditionalentry.ui:59
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:59
msgctxt "conditionalentry|type"
msgid "Cell value is"
msgstr "የ ክፍል ዋጋ ነው"
-#: conditionalentry.ui:60
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:60
msgctxt "conditionalentry|type"
msgid "Formula is"
msgstr "መቀመሪያ ነው"
-#: conditionalentry.ui:61
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:61
msgctxt "conditionalentry|type"
msgid "Date is"
msgstr "ቀን ነው"
-#: conditionalentry.ui:72
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:72
msgctxt "conditionalentry|styleft"
msgid "Apply Style:"
msgstr "ዘዴ መፈጸሚያ:"
-#: conditionalentry.ui:86
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:86
msgctxt "conditionalentry|style"
msgid "New Style..."
msgstr "አዲስ ዘዴ..."
-#: conditionalentry.ui:97
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:97
msgctxt "conditionalentry|valueft"
msgid "Enter a value:"
msgstr "ዋጋ ያስገቡ:"
-#: conditionalentry.ui:162
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:162
msgctxt "conditionalentry|options"
msgid "More Options..."
msgstr "ተጫማሪ ምርጫዎች..."
-#: conditionalentry.ui:175
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:175
msgctxt "conditionalentry|colscalemin"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: conditionalentry.ui:176
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:176
msgctxt "conditionalentry|colscalemin"
msgid "Min"
msgstr "ዝቅተኛ"
-#: conditionalentry.ui:177
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:177
msgctxt "conditionalentry|colscalemin"
msgid "Max"
msgstr "ከፍተኛ"
-#: conditionalentry.ui:178
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:178
msgctxt "conditionalentry|colscalemin"
msgid "Percentile"
msgstr "ፐርሰንት"
-#: conditionalentry.ui:179
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:179
msgctxt "conditionalentry|colscalemin"
msgid "Value"
msgstr "ዋጋ"
-#: conditionalentry.ui:180
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:180
msgctxt "conditionalentry|colscalemin"
msgid "Percent"
msgstr "ፐርሰንት"
-#: conditionalentry.ui:181
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:181
msgctxt "conditionalentry|colscalemin"
msgid "Formula"
msgstr "መቀመሪያ"
-#: conditionalentry.ui:193
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:193
msgctxt "conditionalentry|colscalemiddle"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: conditionalentry.ui:194
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:194
msgctxt "conditionalentry|colscalemiddle"
msgid "Min"
msgstr "ዝቅተኛ"
-#: conditionalentry.ui:195
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:195
msgctxt "conditionalentry|colscalemiddle"
msgid "Max"
msgstr "ከፍተኛ"
-#: conditionalentry.ui:196
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:196
msgctxt "conditionalentry|colscalemiddle"
msgid "Percentile"
msgstr "ፐርሰንት"
-#: conditionalentry.ui:197
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:197
msgctxt "conditionalentry|colscalemiddle"
msgid "Value"
msgstr "ዋጋ"
-#: conditionalentry.ui:198
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:198
msgctxt "conditionalentry|colscalemiddle"
msgid "Percent"
msgstr "ፐርሰንት"
-#: conditionalentry.ui:199
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:199
msgctxt "conditionalentry|colscalemiddle"
msgid "Formula"
msgstr "መቀመሪያ"
-#: conditionalentry.ui:211
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:211
msgctxt "conditionalentry|colscalemax"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: conditionalentry.ui:212
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:212
msgctxt "conditionalentry|colscalemax"
msgid "Min"
msgstr "ዝቅተኛ"
-#: conditionalentry.ui:213
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:213
msgctxt "conditionalentry|colscalemax"
msgid "Max"
msgstr "ከፍተኛ"
-#: conditionalentry.ui:214
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:214
msgctxt "conditionalentry|colscalemax"
msgid "Percentile"
msgstr "ፐርሰንት"
-#: conditionalentry.ui:215
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:215
msgctxt "conditionalentry|colscalemax"
msgid "Value"
msgstr "ዋጋ"
-#: conditionalentry.ui:216
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:216
msgctxt "conditionalentry|colscalemax"
msgid "Percent"
msgstr "ፐርሰንት"
-#: conditionalentry.ui:217
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:217
msgctxt "conditionalentry|colscalemax"
msgid "Formula"
msgstr "መቀመሪያ"
-#: conditionalentry.ui:228
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:228
msgctxt "conditionalentry|preview|tooltip_text"
msgid "Example"
msgstr "ለምሳሌ"
-#: conditionalentry.ui:251
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:251
msgctxt "conditionalentry|typeis"
msgid "equal to"
msgstr "እኩል ነው"
-#: conditionalentry.ui:252
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:252
msgctxt "conditionalentry|typeis"
msgid "less than"
msgstr "ያንሳል"
-#: conditionalentry.ui:253
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:253
msgctxt "conditionalentry|typeis"
msgid "greater than"
msgstr "ይበልጣል"
-#: conditionalentry.ui:254
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:254
msgctxt "conditionalentry|typeis"
msgid "less than or equal to"
msgstr "ያንሳል ወይም እኩል ነው"
-#: conditionalentry.ui:255
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:255
msgctxt "conditionalentry|typeis"
msgid "greater than or equal to"
msgstr "ይበልጣል ወይም እኩል ነው"
-#: conditionalentry.ui:256
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:256
msgctxt "conditionalentry|typeis"
msgid "not equal to"
msgstr "እኩል አይደለም"
-#: conditionalentry.ui:257
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:257
msgctxt "conditionalentry|typeis"
msgid "between"
msgstr "መካከል"
-#: conditionalentry.ui:258
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:258
msgctxt "conditionalentry|typeis"
msgid "not between"
msgstr "መካከል አይደለም"
-#: conditionalentry.ui:259
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:259
msgctxt "conditionalentry|typeis"
msgid "duplicate"
msgstr "ማባዣ"
-#: conditionalentry.ui:260
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:260
msgctxt "conditionalentry|typeis"
msgid "not duplicate"
msgstr "የ ተባዛ አይደለም"
-#: conditionalentry.ui:261
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:261
msgctxt "conditionalentry|typeis"
msgid "top 10 elements"
msgstr "ከፍተኛው 10 አካላቶች"
-#: conditionalentry.ui:262
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:262
msgctxt "conditionalentry|typeis"
msgid "bottom 10 elements"
msgstr "ዝቅተኛው 10 አካላቶች"
-#: conditionalentry.ui:263
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:263
msgctxt "conditionalentry|typeis"
msgid "top 10 percent"
msgstr "ከፍተኛው 10 ፐርሰንት"
-#: conditionalentry.ui:264
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:264
msgctxt "conditionalentry|typeis"
msgid "bottom 10 percent"
msgstr "ዝቅተኛው 10 ፐርሰንት"
-#: conditionalentry.ui:265
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:265
msgctxt "conditionalentry|typeis"
msgid "above average"
msgstr "ከ መካከለኛ በላይ"
-#: conditionalentry.ui:266
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:266
msgctxt "conditionalentry|typeis"
msgid "below average"
msgstr "ከ መካከለኛ በታች"
-#: conditionalentry.ui:267
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:267
msgctxt "conditionalentry|typeis"
msgid "above or equal average"
msgstr "ከ መካከለኛ በላይ ወይንም እኩል"
-#: conditionalentry.ui:268
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:268
msgctxt "conditionalentry|typeis"
msgid "below or equal average"
msgstr "ከ መካከለኛ በታች ወይንም እኩል"
-#: conditionalentry.ui:269
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:269
msgctxt "conditionalentry|typeis"
msgid "Error"
msgstr "ስህተት"
-#: conditionalentry.ui:270
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:270
msgctxt "conditionalentry|typeis"
msgid "No Error"
msgstr "ስህተት የለም"
-#: conditionalentry.ui:271
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:271
msgctxt "conditionalentry|typeis"
msgid "Begins with"
msgstr "የሚጀምረው በ"
-#: conditionalentry.ui:272
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:272
msgctxt "conditionalentry|typeis"
msgid "Ends with"
msgstr "የሚጨርሰው በ"
-#: conditionalentry.ui:273
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:273
msgctxt "conditionalentry|typeis"
msgid "Contains"
msgstr "የያዘው"
-#: conditionalentry.ui:274
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:274
msgctxt "conditionalentry|typeis"
msgid "Not Contains"
msgstr "ምንም አልያዘም"
-#: conditionalentry.ui:287
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:287
msgctxt "conditionalentry|datetype"
msgid "Today"
msgstr "ዛሬ"
-#: conditionalentry.ui:288
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:288
msgctxt "conditionalentry|datetype"
msgid "Yesterday"
msgstr "ትናንትና"
-#: conditionalentry.ui:289
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:289
msgctxt "conditionalentry|datetype"
msgid "Tomorrow"
msgstr "ነገ"
-#: conditionalentry.ui:290
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:290
msgctxt "conditionalentry|datetype"
msgid "Last 7 days"
msgstr "ባለፉት 7 ቀኖች"
-#: conditionalentry.ui:291
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:291
msgctxt "conditionalentry|datetype"
msgid "This week"
msgstr "በዚህ ሳምንት"
-#: conditionalentry.ui:292
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:292
msgctxt "conditionalentry|datetype"
msgid "Last week"
msgstr "ባለፈው ሳምንት"
-#: conditionalentry.ui:293
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:293
msgctxt "conditionalentry|datetype"
msgid "Next week"
msgstr "በሚቀጥለው ሳምንት"
-#: conditionalentry.ui:294
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:294
msgctxt "conditionalentry|datetype"
msgid "This month"
msgstr "በዚህ ወር"
-#: conditionalentry.ui:295
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:295
msgctxt "conditionalentry|datetype"
msgid "Last month"
msgstr "ባለፈው ወር"
-#: conditionalentry.ui:296
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:296
msgctxt "conditionalentry|datetype"
msgid "Next month"
msgstr "በሚቀጥለው ወር"
-#: conditionalentry.ui:297
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:297
msgctxt "conditionalentry|datetype"
msgid "This year"
msgstr "በዚህ አመት"
-#: conditionalentry.ui:298
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:298
msgctxt "conditionalentry|datetype"
msgid "Last year"
msgstr "ባለፈው አመት"
-#: conditionalentry.ui:299
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:299
msgctxt "conditionalentry|datetype"
msgid "Next year"
msgstr "በሚቀጥለው አመት"
-#: conditionalentry.ui:312
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:312
msgctxt "conditionalentry|colorformat"
msgid "Color Scale (2 Entries)"
msgstr "የ ቀለም መጠን (2 ማስገቢያ)"
-#: conditionalentry.ui:313
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:313
msgctxt "conditionalentry|colorformat"
msgid "Color Scale (3 Entries)"
msgstr "የ ቀለም መጠን (3 ማስገቢያ)"
-#: conditionalentry.ui:314
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:314
msgctxt "conditionalentry|colorformat"
msgid "Data Bar"
msgstr "የ ዳታ መደርደሪያ"
-#: conditionalentry.ui:315
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:315
msgctxt "conditionalentry|colorformat"
msgid "Icon Set"
msgstr "ምልክት ማሰናጃ"
-#: conditionalentry.ui:359
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:359
msgctxt "conditionalentry|iconsettype"
msgid "3 Arrows"
msgstr "3 ቀስቶች"
-#: conditionalentry.ui:360
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:360
msgctxt "conditionalentry|iconsettype"
msgid "3 Gray Arrows"
msgstr "3 ግራጫ ቀስቶች"
-#: conditionalentry.ui:361
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:361
msgctxt "conditionalentry|iconsettype"
msgid "3 Flags"
msgstr "3 ባንዲራዎች"
-#: conditionalentry.ui:362
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:362
msgctxt "conditionalentry|iconsettype"
msgid "3 Traffic Lights 1"
msgstr "3 የ ትራፊክ መብራቶች 1"
-#: conditionalentry.ui:363
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:363
msgctxt "conditionalentry|iconsettype"
msgid "3 Traffic Lights 2"
msgstr "3 የትራፊክ መብራቶች 2"
-#: conditionalentry.ui:364
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:364
msgctxt "conditionalentry|iconsettype"
msgid "3 Signs"
msgstr "3 ምልክቶች"
-#: conditionalentry.ui:365
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:365
msgctxt "conditionalentry|iconsettype"
msgid "3 Symbols 1"
msgstr "3 ምልክቶች 1"
-#: conditionalentry.ui:366
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:366
msgctxt "conditionalentry|iconsettype"
msgid "3 Symbols 2"
msgstr "3 ምልክቶች 2"
-#: conditionalentry.ui:367
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:367
msgctxt "conditionalentry|iconsettype"
msgid "3 Smileys"
msgstr "3 ሳቂታዎች"
-#: conditionalentry.ui:368
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:368
msgctxt "conditionalentry|iconsettype"
msgid "3 Stars"
msgstr "3 ኮከቦች"
-#: conditionalentry.ui:369
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:369
msgctxt "conditionalentry|iconsettype"
msgid "3 Triangles"
msgstr "3 ሶስት ማእዘኖች"
-#: conditionalentry.ui:370
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:370
msgctxt "conditionalentry|iconsettype"
msgid "3 Colored Smileys"
msgstr "3 ባለ ቀለም ሳቂታዎች"
-#: conditionalentry.ui:371
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:371
msgctxt "conditionalentry|iconsettype"
msgid "4 Arrows"
msgstr "4 ቀስቶች"
-#: conditionalentry.ui:372
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:372
msgctxt "conditionalentry|iconsettype"
msgid "4 Gray Arrows"
msgstr "4 ግራጫ ቀስቶች"
-#: conditionalentry.ui:373
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:373
msgctxt "conditionalentry|iconsettype"
msgid "4 Circles Red to Black"
msgstr "4 ክቦች ከ ቀይ ወደ ጥቁር"
-#: conditionalentry.ui:374
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:374
msgctxt "conditionalentry|iconsettype"
msgid "4 Ratings"
msgstr "4 ደረጃው"
-#: conditionalentry.ui:375
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:375
msgctxt "conditionalentry|iconsettype"
msgid "4 Traffic Lights"
msgstr "4 የ ትራፊክ መብራቶች"
-#: conditionalentry.ui:376
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:376
msgctxt "conditionalentry|iconsettype"
msgid "5 Arrows"
msgstr "5 ቀስቶች"
-#: conditionalentry.ui:377
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:377
msgctxt "conditionalentry|iconsettype"
msgid "5 Gray Arrows"
msgstr "5 ግራጫ ቀስቶች"
-#: conditionalentry.ui:378
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:378
msgctxt "conditionalentry|iconsettype"
msgid "5 Ratings"
msgstr "5 ደረጃው"
-#: conditionalentry.ui:379
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:379
msgctxt "conditionalentry|iconsettype"
msgid "5 Quarters"
msgstr "5 ሩቦች"
-#: conditionalentry.ui:380
+#: sc/uiconfig/scalc/ui/conditionalentry.ui:380
msgctxt "conditionalentry|iconsettype"
msgid "5 Boxes"
msgstr "5 ሳጥኖች"
-#: conditionalformatdialog.ui:8
+#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:8
msgctxt "conditionalformatdialog|ConditionalFormatDialog"
msgid "Conditional Formatting for"
msgstr "እንደ ሁኔታው አቀራረብ ለ"
-#: conditionalformatdialog.ui:128
+#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:128
msgctxt "conditionalformatdialog|label1"
msgid "Conditions"
msgstr "ሁኔታዎች"
-#: conditionalformatdialog.ui:223
+#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:223
msgctxt "conditionalformatdialog|ftassign"
msgid "Range:"
msgstr "መጠን:"
-#: conditionalformatdialog.ui:268
+#: sc/uiconfig/scalc/ui/conditionalformatdialog.ui:267
msgctxt "conditionalformatdialog|label2"
msgid "Cell Range"
msgstr "የክፍል መጠን"
-#: conditionaliconset.ui:20
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:20
msgctxt "conditionaliconset|label"
msgid " >= "
msgstr " >= "
-#: conditionaliconset.ui:43
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:43
msgctxt "conditionaliconset|listbox"
msgid "Value"
msgstr "ዋጋ"
-#: conditionaliconset.ui:44
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:44
msgctxt "conditionaliconset|listbox"
msgid "Percent"
msgstr "ፐርሰንት"
-#: conditionaliconset.ui:45
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:45
msgctxt "conditionaliconset|listbox"
msgid "Percentile"
msgstr "ፐርሰንት"
-#: conditionaliconset.ui:46
+#: sc/uiconfig/scalc/ui/conditionaliconset.ui:46
msgctxt "conditionaliconset|listbox"
msgid "Formula"
msgstr "መቀመሪያ"
-#: conflictsdialog.ui:8
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:8
msgctxt "conflictsdialog|ConflictsDialog"
msgid "Resolve Conflicts"
msgstr "ልዩነት ማስማሚያ"
-#: conflictsdialog.ui:22
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:22
msgctxt "conflictsdialog|keepallmine"
msgid "_Keep All Mine"
msgstr "የእኔን ሁሉንም _አስቀምጥ"
-#: conflictsdialog.ui:37
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:37
msgctxt "conflictsdialog|keepallothers"
msgid "Keep _All Others"
msgstr "_ሁሉንም የሌሎች ማስቀመጫ"
-#: conflictsdialog.ui:102
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:102
msgctxt "conflictsdialog|label1"
msgid "There are conflicting changes in this shared spreadsheet. Conflicts must be resolved before saving the spreadsheet. Keep either own or other changes."
msgstr "በሚካፈሉት ሰንጠረዥ ውስጥ የሚጋጩ ለውጦች አሉ: ግጭቱ በቅድሚያ መወገድ አለበት ሰንጠረዡን ከማስቀመጥዎ በፊት ፡ የራስዎን ወይንም የሌሎችን ለውጦች ማስቀመጥ ይችላሉ"
-#: conflictsdialog.ui:137
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:137
msgctxt "conflictsdialog|keepmine"
msgid "Keep _Mine"
msgstr "የ_እኔን አስቀምጥ"
-#: conflictsdialog.ui:152
+#: sc/uiconfig/scalc/ui/conflictsdialog.ui:152
msgctxt "conflictsdialog|keepother"
msgid "Keep _Other"
msgstr "የ _ሌሎችን አስቀምጥ"
-#: consolidatedialog.ui:9
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:9
msgctxt "consolidatedialog|ConsolidateDialog"
msgid "Consolidate"
msgstr "ማጠንከሪያ"
-#: consolidatedialog.ui:91
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:91
msgctxt "consolidatedialog|label1"
msgid "_Function:"
msgstr "_ተግባር:"
-#: consolidatedialog.ui:108
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:108
msgctxt "consolidatedialog|label2"
msgid "_Consolidation ranges:"
msgstr "የ _ማጠንከሪያ መጠኖች:"
-#: consolidatedialog.ui:125
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:125
msgctxt "consolidatedialog|func"
msgid "Sum"
msgstr "ድምር"
-#: consolidatedialog.ui:126
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:126
msgctxt "consolidatedialog|func"
msgid "Count"
msgstr "መቁጠሪያ"
-#: consolidatedialog.ui:127
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:127
msgctxt "consolidatedialog|func"
msgid "Average"
msgstr "መካከለኛ"
-#: consolidatedialog.ui:128
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:128
msgctxt "consolidatedialog|func"
msgid "Max"
msgstr "ከፍተኛ"
-#: consolidatedialog.ui:129
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:129
msgctxt "consolidatedialog|func"
msgid "Min"
msgstr "ዝቅተኛ"
-#: consolidatedialog.ui:130
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:130
msgctxt "consolidatedialog|func"
msgid "Product"
msgstr "ውጤት"
-#: consolidatedialog.ui:131
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:131
msgctxt "consolidatedialog|func"
msgid "Count (numbers only)"
msgstr "መቁጠሪያ (ቁጥር ብቻ)"
-#: consolidatedialog.ui:132
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:132
msgctxt "consolidatedialog|func"
msgid "StDev (sample)"
msgstr "መደበኛ ልዩነት (ናሙና)"
-#: consolidatedialog.ui:133
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:133
msgctxt "consolidatedialog|func"
msgid "StDevP (population)"
msgstr "መደበኛ ልዩነት ክርክር (ሕዝብ)"
-#: consolidatedialog.ui:134
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:134
msgctxt "consolidatedialog|func"
msgid "Var (sample)"
msgstr "ልዩነት (ናሙና)"
-#: consolidatedialog.ui:135
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:135
msgctxt "consolidatedialog|func"
msgid "VarP (population)"
msgstr "የ ጠቅላላ ሕዝብ ልዩነት (ሕዝብ)"
-#: consolidatedialog.ui:344
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:342
msgctxt "consolidatedialog|ftdataarea"
msgid "_Source data ranges:"
msgstr "የ _ምንጭ ዳታ መጠኖች:"
-#: consolidatedialog.ui:360
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:358
msgctxt "consolidatedialog|ftdestarea"
msgid "Copy results _to:"
msgstr "ውጤቶችን ኮፒ ማድረጊያ _ወደ:"
-#: consolidatedialog.ui:417
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:415
msgctxt "consolidatedialog|byrow"
msgid "_Row labels"
msgstr "_የረድፍ ምልክቶች"
-#: consolidatedialog.ui:435
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:433
msgctxt "consolidatedialog|bycol"
msgid "C_olumn labels"
msgstr "የ_አምድ ምልክቶች"
-#: consolidatedialog.ui:459
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:457
msgctxt "consolidatedialog|label3"
msgid "Consolidate by"
msgstr "የተዋሀደው በ"
-#: consolidatedialog.ui:491
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:489
msgctxt "consolidatedialog|refs"
msgid "_Link to source data"
msgstr "ወደ ዳታ ምንጭ _አገናኝ"
-#: consolidatedialog.ui:507
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:505
msgctxt "consolidatedialog|label4"
msgid "Options"
msgstr "ምርጫዎች"
-#: consolidatedialog.ui:526
+#: sc/uiconfig/scalc/ui/consolidatedialog.ui:524
msgctxt "consolidatedialog|more_label"
msgid "Options"
msgstr "ምርጫዎች"
-#: correlationdialog.ui:9
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:9
msgctxt "correlationdialog|CorrelationDialog"
msgid "Correlation"
msgstr "ኮኦሪሌሽን"
-#: correlationdialog.ui:100
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:100
msgctxt "correlationdialog|input-range-label"
msgid "Input range:"
msgstr "የ ማስገቢያ መጠን:"
-#: correlationdialog.ui:114
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:114
msgctxt "correlationdialog|output-range-label"
msgid "Results to:"
msgstr "ውጤቶች ወደ:"
-#: correlationdialog.ui:181
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:179
msgctxt "correlationdialog|label4"
msgid "Data"
msgstr "ዳታ"
-#: correlationdialog.ui:216
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:214
msgctxt "correlationdialog|groupedby-columns-radio"
msgid "Columns"
msgstr "አምዶች"
-#: correlationdialog.ui:231
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:230
msgctxt "correlationdialog|groupedby-rows-radio"
msgid "Rows"
msgstr "ረድፎች"
-#: correlationdialog.ui:252
+#: sc/uiconfig/scalc/ui/correlationdialog.ui:252
msgctxt "correlationdialog|label2"
msgid "Grouped by"
msgstr "የተቀመጡት በቡድን"
-#: covariancedialog.ui:10
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:10
msgctxt "covariancedialog|CovarianceDialog"
msgid "Covariance"
msgstr "ኮቫሪያንስ"
-#: covariancedialog.ui:42
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:42
msgctxt "covariancedialog|input-range-label"
msgid "Input range:"
msgstr "የ ማስገቢያ መጠን:"
-#: covariancedialog.ui:81
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:80
msgctxt "covariancedialog|output-range-label"
msgid "Results to:"
msgstr "ውጤቶች ወደ:"
-#: covariancedialog.ui:123
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:121
msgctxt "covariancedialog|label1"
msgid "Data"
msgstr "ዳታ"
-#: covariancedialog.ui:217
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:215
msgctxt "covariancedialog|groupedby-columns-radio"
msgid "Columns"
msgstr "አምዶች"
-#: covariancedialog.ui:232
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:231
msgctxt "covariancedialog|groupedby-rows-radio"
msgid "Rows"
msgstr "ረድፎች"
-#: covariancedialog.ui:253
+#: sc/uiconfig/scalc/ui/covariancedialog.ui:253
msgctxt "covariancedialog|label2"
msgid "Grouped by"
msgstr "የተቀመጡት በቡድን"
-#: createnamesdialog.ui:8
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:8
msgctxt "createnamesdialog|CreateNamesDialog"
msgid "Create Names"
msgstr "ስም መፍጠሪያ"
-#: createnamesdialog.ui:96
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:99
msgctxt "createnamesdialog|top"
msgid "_Top row"
msgstr "የ _ላይ ረድፍ"
-#: createnamesdialog.ui:112
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:115
msgctxt "createnamesdialog|left"
msgid "_Left column"
msgstr "የ _ግራ አምድ"
-#: createnamesdialog.ui:128
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:131
msgctxt "createnamesdialog|bottom"
msgid "_Bottom row"
msgstr "ከ _ታች ረድፍ"
-#: createnamesdialog.ui:146
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:149
msgctxt "createnamesdialog|right"
msgid "_Right column"
msgstr "የ _ቀኝ አምድ"
-#: createnamesdialog.ui:169
+#: sc/uiconfig/scalc/ui/createnamesdialog.ui:171
msgctxt "createnamesdialog|label1"
msgid "Create Names From"
msgstr "ስም መፍጠሪያ ከ"
-#: dapiservicedialog.ui:9
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:9
msgctxt "dapiservicedialog|DapiserviceDialog"
msgid "External Source"
msgstr "የውጪ ምንጮች"
-#: dapiservicedialog.ui:108
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:108
msgctxt "dapiservicedialog|label2"
msgid "_Service"
msgstr "_ግልጋሎት"
-#: dapiservicedialog.ui:124
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:124
msgctxt "dapiservicedialog|label3"
msgid "So_urce"
msgstr "ምን_ጭ"
-#: dapiservicedialog.ui:140
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:140
msgctxt "dapiservicedialog|label4"
msgid "_Name"
msgstr "_ስም"
-#: dapiservicedialog.ui:156
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:156
msgctxt "dapiservicedialog|label5"
msgid "Us_er"
msgstr "ተጠ_ቃሚ"
-#: dapiservicedialog.ui:172
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:172
msgctxt "dapiservicedialog|label6"
msgid "_Password"
msgstr "_የመግቢያ ቃል"
-#: dapiservicedialog.ui:259
+#: sc/uiconfig/scalc/ui/dapiservicedialog.ui:255
msgctxt "dapiservicedialog|label1"
msgid "Selection"
msgstr "የተመረጠው"
-#: databaroptions.ui:9
+#: sc/uiconfig/scalc/ui/databaroptions.ui:9
msgctxt "databaroptions|DataBarOptions"
msgid "Data Bar"
msgstr "ዳታ መደርደሪያ"
-#: databaroptions.ui:89
+#: sc/uiconfig/scalc/ui/databaroptions.ui:89
msgctxt "databaroptions|label4"
msgid "Minimum:"
msgstr "አነስተኛ:"
-#: databaroptions.ui:103
+#: sc/uiconfig/scalc/ui/databaroptions.ui:103
msgctxt "databaroptions|label5"
msgid "Maximum:"
msgstr "ከፍተኛ:"
-#: databaroptions.ui:118
+#: sc/uiconfig/scalc/ui/databaroptions.ui:118
msgctxt "databaroptions|min"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: databaroptions.ui:119
+#: sc/uiconfig/scalc/ui/databaroptions.ui:119
msgctxt "databaroptions|min"
msgid "Minimum"
msgstr "አነስተኛ"
-#: databaroptions.ui:120
+#: sc/uiconfig/scalc/ui/databaroptions.ui:120
msgctxt "databaroptions|min"
msgid "Maximum"
msgstr "ከፍተኛ"
-#: databaroptions.ui:121
+#: sc/uiconfig/scalc/ui/databaroptions.ui:121
msgctxt "databaroptions|min"
msgid "Percentile"
msgstr "ፐርሰንት"
-#: databaroptions.ui:122
+#: sc/uiconfig/scalc/ui/databaroptions.ui:122
msgctxt "databaroptions|min"
msgid "Value"
msgstr "ዋጋ"
-#: databaroptions.ui:123
+#: sc/uiconfig/scalc/ui/databaroptions.ui:123
msgctxt "databaroptions|min"
msgid "Percent"
msgstr "ፐርሰንት"
-#: databaroptions.ui:124
+#: sc/uiconfig/scalc/ui/databaroptions.ui:124
msgctxt "databaroptions|min"
msgid "Formula"
msgstr "መቀመሪያ"
-#: databaroptions.ui:138
+#: sc/uiconfig/scalc/ui/databaroptions.ui:138
msgctxt "databaroptions|max"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: databaroptions.ui:139
+#: sc/uiconfig/scalc/ui/databaroptions.ui:139
msgctxt "databaroptions|max"
msgid "Minimum"
msgstr "አነስተኛ"
-#: databaroptions.ui:140
+#: sc/uiconfig/scalc/ui/databaroptions.ui:140
msgctxt "databaroptions|max"
msgid "Maximum"
msgstr "ከፍተኛ"
-#: databaroptions.ui:141
+#: sc/uiconfig/scalc/ui/databaroptions.ui:141
msgctxt "databaroptions|max"
msgid "Percentile"
msgstr "ፐርሰንት"
-#: databaroptions.ui:142
+#: sc/uiconfig/scalc/ui/databaroptions.ui:142
msgctxt "databaroptions|max"
msgid "Value"
msgstr "ዋጋ"
-#: databaroptions.ui:143
+#: sc/uiconfig/scalc/ui/databaroptions.ui:143
msgctxt "databaroptions|max"
msgid "Percent"
msgstr "ፐርሰንት"
-#: databaroptions.ui:144
+#: sc/uiconfig/scalc/ui/databaroptions.ui:144
msgctxt "databaroptions|max"
msgid "Formula"
msgstr "መቀመሪያ"
-#: databaroptions.ui:182
+#: sc/uiconfig/scalc/ui/databaroptions.ui:180
msgctxt "databaroptions|label1"
msgid "Entry Values"
msgstr "ዋግዎች ማስገቢያ"
-#: databaroptions.ui:220
+#: sc/uiconfig/scalc/ui/databaroptions.ui:218
msgctxt "databaroptions|label6"
msgid "Positive:"
msgstr "አዎንታዊ:"
-#: databaroptions.ui:234
+#: sc/uiconfig/scalc/ui/databaroptions.ui:232
msgctxt "databaroptions|label7"
msgid "Negative:"
msgstr "አሉታዊ:"
-#: databaroptions.ui:270
+#: sc/uiconfig/scalc/ui/databaroptions.ui:268
msgctxt "databaroptions|label10"
msgid "Fill:"
msgstr "መሙያ:"
-#: databaroptions.ui:282
+#: sc/uiconfig/scalc/ui/databaroptions.ui:280
msgctxt "databaroptions|fill_type"
msgid "Color"
msgstr "ቀለም"
-#: databaroptions.ui:283
+#: sc/uiconfig/scalc/ui/databaroptions.ui:281
msgctxt "databaroptions|fill_type"
msgid "Gradient"
msgstr "ከፍታ"
-#: databaroptions.ui:299
+#: sc/uiconfig/scalc/ui/databaroptions.ui:297
msgctxt "databaroptions|label2"
msgid "Bar Colors"
msgstr "የ መደርደሪያ ቀለሞች"
-#: databaroptions.ui:337
+#: sc/uiconfig/scalc/ui/databaroptions.ui:335
msgctxt "databaroptions|label8"
msgid "Position of vertical axis:"
msgstr "በ ቁመት የ አክሲስ ቦታ:"
-#: databaroptions.ui:351
+#: sc/uiconfig/scalc/ui/databaroptions.ui:349
msgctxt "databaroptions|label9"
msgid "Color of vertical axis:"
msgstr "የ ቁመት አክሲስ ቀለም:"
-#: databaroptions.ui:366
+#: sc/uiconfig/scalc/ui/databaroptions.ui:364
msgctxt "databaroptions|axis_pos"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: databaroptions.ui:367
+#: sc/uiconfig/scalc/ui/databaroptions.ui:365
msgctxt "databaroptions|axis_pos"
msgid "Middle"
msgstr "መሀከል"
-#: databaroptions.ui:368
+#: sc/uiconfig/scalc/ui/databaroptions.ui:366
msgctxt "databaroptions|axis_pos"
msgid "None"
msgstr "ምንም"
-#: databaroptions.ui:395
+#: sc/uiconfig/scalc/ui/databaroptions.ui:393
msgctxt "databaroptions|label3"
msgid "Axis"
msgstr "አክሲስ"
-#: databaroptions.ui:433
+#: sc/uiconfig/scalc/ui/databaroptions.ui:431
msgctxt "databaroptions|label12"
msgid "Minimum bar length (%):"
msgstr "አነስተኛ የመደርደሪያ እርዝመት (%):"
-#: databaroptions.ui:447
+#: sc/uiconfig/scalc/ui/databaroptions.ui:445
msgctxt "databaroptions|label13"
msgid "Maximum bar length (%):"
msgstr "ከፍተኛ የ መደርደሪያ እርዝመት (%):"
-#: databaroptions.ui:486
+#: sc/uiconfig/scalc/ui/databaroptions.ui:482
msgctxt "databaroptions|label11"
msgid "Bar Lengths"
msgstr "የ መደርደሪያ እርዝመት"
-#: databaroptions.ui:501
+#: sc/uiconfig/scalc/ui/databaroptions.ui:497
msgctxt "databaroptions|only_bar"
msgid "Display bar only"
msgstr "መደርደሪያ ብቻ ማሳያ"
-#: databaroptions.ui:518
+#: sc/uiconfig/scalc/ui/databaroptions.ui:515
msgctxt "databaroptions|str_same_value"
msgid "The minimum value must be less than the maximum value."
msgstr "አነስተኛ ዋጋ ከ ከፍተኛ ዋጋ ማነስ አለበት"
-#: datafielddialog.ui:8
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:8
msgctxt "datafielddialog|DataFieldDialog"
msgid "Data Field"
msgstr "የ ዳታ ሜዳ"
-#: datafielddialog.ui:130
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:130
msgctxt "datafielddialog|label1"
msgid "Function"
msgstr "ተግባር"
-#: datafielddialog.ui:144
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:144
msgctxt "datafielddialog|checkbutton1"
msgid "Show it_ems without data"
msgstr "እቃ_ዎቹን ያለ ዳታ ማሳያ"
-#: datafielddialog.ui:167
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:167
msgctxt "datafielddialog|label2"
msgid "Name:"
msgstr "ስም:"
-#: datafielddialog.ui:215
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:215
msgctxt "datafielddialog|label4"
msgid "_Type:"
msgstr "_አይነት:"
-#: datafielddialog.ui:230
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:230
msgctxt "datafielddialog|basefieldft"
msgid "_Base field:"
msgstr "_መሰረታዊ ሜዳ:"
-#: datafielddialog.ui:245
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:245
msgctxt "datafielddialog|baseitemft"
msgid "Ba_se item:"
msgstr "መሰ_ረታዊ እቃ:"
-#: datafielddialog.ui:260
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:260
msgctxt "datafielddialog|type"
msgid "Normal"
msgstr "መደበኛ"
-#: datafielddialog.ui:261
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:261
msgctxt "datafielddialog|type"
msgid "Difference from"
msgstr "ልዩነቱ ከ"
-#: datafielddialog.ui:262
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:262
msgctxt "datafielddialog|type"
msgid "% of"
msgstr "% ከ"
-#: datafielddialog.ui:263
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:263
msgctxt "datafielddialog|type"
msgid "% difference from"
msgstr "% ልዩነቱ ከ"
-#: datafielddialog.ui:264
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:264
msgctxt "datafielddialog|type"
msgid "Running total in"
msgstr "ጠቅላላ ማስኬጃ በ"
-#: datafielddialog.ui:265
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:265
msgctxt "datafielddialog|type"
msgid "% of row"
msgstr "% ከ ረድፍ"
-#: datafielddialog.ui:266
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:266
msgctxt "datafielddialog|type"
msgid "% of column"
msgstr "% ከ አምድ"
-#: datafielddialog.ui:267
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:267
msgctxt "datafielddialog|type"
msgid "% of total"
msgstr "% ከ ጠቅላላው"
-#: datafielddialog.ui:268
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:268
msgctxt "datafielddialog|type"
msgid "Index"
msgstr "ማውጫ"
-#: datafielddialog.ui:291
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:291
msgctxt "datafielddialog|baseitem"
msgid "- previous item -"
msgstr "- ቀደም ያለው እቃ -"
-#: datafielddialog.ui:292
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:292
msgctxt "datafielddialog|baseitem"
msgid "- next item -"
msgstr "- የሚቀጥለው እቃ -"
-#: datafielddialog.ui:308
+#: sc/uiconfig/scalc/ui/datafielddialog.ui:308
msgctxt "datafielddialog|label3"
msgid "Displayed value"
msgstr "የሚታየው ዋጋ"
-#: datafieldoptionsdialog.ui:15
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:15
msgctxt "datafieldoptionsdialog|DataFieldOptionsDialog"
msgid "Data Field Options"
msgstr "የ ዳታ ሜዳ ምርጫዎች"
-#: datafieldoptionsdialog.ui:110
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:110
msgctxt "datafieldoptionsdialog|ascending"
msgid "_Ascending"
msgstr "_እየጨመረ የሚሄድ"
-#: datafieldoptionsdialog.ui:127
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:127
msgctxt "datafieldoptionsdialog|descending"
msgid "_Descending"
msgstr "_እየቀነሰ የሚሄድ"
-#: datafieldoptionsdialog.ui:143
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:143
msgctxt "datafieldoptionsdialog|manual"
msgid "_Manual"
msgstr "በ _እጅ"
-#: datafieldoptionsdialog.ui:181
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:181
msgctxt "datafieldoptionsdialog|label1"
msgid "Sort by"
msgstr "መለያ በ"
-#: datafieldoptionsdialog.ui:213
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:213
msgctxt "datafieldoptionsdialog|repeatitemlabels"
msgid "_Repeat item labels"
msgstr "የ እቃውን ምልክቶች _መድገሚያ"
-#: datafieldoptionsdialog.ui:229
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:229
msgctxt "datafieldoptionsdialog|emptyline"
msgid "_Empty line after each item"
msgstr "_ባዶ መስመር ከ እያንዳንዱ እቃ በኋላ"
-#: datafieldoptionsdialog.ui:248
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:248
msgctxt "datafieldoptionsdialog|label3"
msgid "_Layout:"
msgstr "_እቅድ:"
-#: datafieldoptionsdialog.ui:263
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:263
msgctxt "datafieldoptionsdialog|layout"
msgid "Tabular layout"
msgstr "የ ሰንጠረዥ እቅድ"
-#: datafieldoptionsdialog.ui:264
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:264
msgctxt "datafieldoptionsdialog|layout"
msgid "Outline layout with subtotals at the top"
msgstr "የ ረቂቅ እቅድ በ ንዑስ ድምር ከ ላይ"
-#: datafieldoptionsdialog.ui:265
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:265
msgctxt "datafieldoptionsdialog|layout"
msgid "Outline layout with subtotals at the bottom"
msgstr "የ ረቂቅ እቅድ በ ንዑስ ድምር ከ ታች"
-#: datafieldoptionsdialog.ui:281
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:281
msgctxt "datafieldoptionsdialog|label2"
msgid "Display Options"
msgstr "የማሳያ ምርጫዎች"
-#: datafieldoptionsdialog.ui:313
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:313
msgctxt "datafieldoptionsdialog|show"
msgid "_Show:"
msgstr "_ማሳያ:"
-#: datafieldoptionsdialog.ui:334
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:334
msgctxt "datafieldoptionsdialog|showfromft"
msgid "_From:"
msgstr "_ከ:"
-#: datafieldoptionsdialog.ui:348
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:348
msgctxt "datafieldoptionsdialog|usingft"
msgid "_Using field:"
msgstr "ሜዳ _ይጠቀሙ:"
-#: datafieldoptionsdialog.ui:367
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:367
msgctxt "datafieldoptionsdialog|showft"
msgid "items"
msgstr "እቃዎች"
-#: datafieldoptionsdialog.ui:401
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:401
msgctxt "datafieldoptionsdialog|from"
msgid "Top"
msgstr "ከ ላይ"
-#: datafieldoptionsdialog.ui:402
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:402
msgctxt "datafieldoptionsdialog|from"
msgid "Bottom"
msgstr "ከ ታች"
-#: datafieldoptionsdialog.ui:428
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:428
msgctxt "datafieldoptionsdialog|label4"
msgid "Show Automatically"
msgstr "ራሱ በራሱ ማሳያ"
-#: datafieldoptionsdialog.ui:473
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:473
msgctxt "datafieldoptionsdialog|label9"
msgid "Hide Items"
msgstr "እቃዎችን መደበቂያ"
-#: datafieldoptionsdialog.ui:505
+#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:505
msgctxt "datafieldoptionsdialog|hierarchyft"
msgid "Hierarch_y:"
msgstr "በ ቅደም ተከተ_ል:"
-#: dataform.ui:8
+#: sc/uiconfig/scalc/ui/dataform.ui:8
msgctxt "dataform|DataFormDialog"
msgid "Data Form"
msgstr "ዳታ ፎርም"
-#: dataform.ui:25
+#: sc/uiconfig/scalc/ui/dataform.ui:25
msgctxt "dataform|label"
msgid "New Record"
msgstr "አዲስ መዝገብ"
-#: dataform.ui:35
+#: sc/uiconfig/scalc/ui/dataform.ui:35
msgctxt "dataform|new"
msgid "_New"
msgstr "_አዲስ"
-#: dataform.ui:51
+#: sc/uiconfig/scalc/ui/dataform.ui:51
msgctxt "dataform|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: dataform.ui:65
+#: sc/uiconfig/scalc/ui/dataform.ui:65
msgctxt "dataform|restore"
msgid "_Restore"
msgstr "_እንደ ነበር መመለሻ"
-#: dataform.ui:79
+#: sc/uiconfig/scalc/ui/dataform.ui:79
msgctxt "dataform|prev"
msgid "_Previous Record"
msgstr "_ቀደም ያለው መዝገብ"
-#: dataform.ui:94
+#: sc/uiconfig/scalc/ui/dataform.ui:94
msgctxt "dataform|next"
msgid "Ne_xt Record"
msgstr "የሚቀ_ጥለው መዝገብ"
-#: dataform.ui:124
+#: sc/uiconfig/scalc/ui/dataform.ui:124
msgctxt "dataform|close"
msgid "_Close"
msgstr "_መዝጊያ"
-#: dataprovider.ui:9
+#: sc/uiconfig/scalc/ui/dataprovider.ui:9
msgctxt "dataprovider|DataStreamDialog"
msgid "Live Data Streams"
msgstr "በ ቀጥታ ዳታ ማስተላለፊያ"
-#: dataprovider.ui:107
+#: sc/uiconfig/scalc/ui/dataprovider.ui:107
msgctxt "dataprovider|label6"
msgid "URL:"
msgstr "URL:"
-#: dataprovider.ui:120
+#: sc/uiconfig/scalc/ui/dataprovider.ui:120
msgctxt "dataprovider|url|tooltip_text"
msgid "Enter the URL of the source document in the local file system or Internet here."
msgstr "የ ሰነዱን ምንጭ URL ያስገቡ በ አካባቢ ፋይል ስርአት ውስጥ ወይንም እዚህ ኢንተርኔት ውስጥ"
-#: dataprovider.ui:138
+#: sc/uiconfig/scalc/ui/dataprovider.ui:138
msgctxt "dataprovider|browse"
msgid "_Browse..."
msgstr "_መቃኛ..."
-#: dataprovider.ui:165
+#: sc/uiconfig/scalc/ui/dataprovider.ui:165
msgctxt "dataprovider|label_db"
msgid "Database Range:"
msgstr "የ ዳታቤዝ መጠን:"
-#: dataprovider.ui:199
+#: sc/uiconfig/scalc/ui/dataprovider.ui:199
msgctxt "dataprovider|label_provider"
msgid "Data Provider:"
msgstr "ዳታ አቅራቢ:"
-#: dataprovider.ui:234
+#: sc/uiconfig/scalc/ui/dataprovider.ui:234
msgctxt "dataprovider|label_search"
msgid "Search String:"
msgstr "መፈለጊያ ሀረግ:"
-#: dataprovider.ui:268
+#: sc/uiconfig/scalc/ui/dataprovider.ui:268
msgctxt "dataprovider|label"
msgid "Source Stream"
msgstr "ማስተላለፊያ ምንጭ"
-#: dataproviderentry.ui:46
+#: sc/uiconfig/scalc/ui/dataproviderentry.ui:46
msgctxt "dataproviderentry|url"
msgid "URL:"
msgstr "URL:"
-#: dataproviderentry.ui:57
+#: sc/uiconfig/scalc/ui/dataproviderentry.ui:57
msgctxt "dataproviderentry|id"
msgid "ID:"
msgstr "መለያ:"
-#: dataproviderentry.ui:68
+#: sc/uiconfig/scalc/ui/dataproviderentry.ui:68
msgctxt "dataproviderentry|provider"
msgid "Data Provider:"
msgstr "ዳታ አቅራቢ:"
-#: datastreams.ui:9
+#: sc/uiconfig/scalc/ui/datastreams.ui:9
msgctxt "datastreams|DataStreamDialog"
msgid "Live Data Streams"
msgstr "በቀጥታ ዳታ ማሰራጫ"
-#: datastreams.ui:50
+#: sc/uiconfig/scalc/ui/datastreams.ui:50
msgctxt "datastreams|label6"
msgid "URL:"
msgstr "URL:"
-#: datastreams.ui:63
+#: sc/uiconfig/scalc/ui/datastreams.ui:63
msgctxt "datastreams|url|tooltip_text"
msgid "Enter the URL of the source document in the local file system or Internet here."
msgstr "የሰነዱን ምንጭ URL ያስገቡ በአካባቢ ፋይል ስርአት ውስጥ ወይንም እዚህ ኢንተርኔት ውስጥ"
-#: datastreams.ui:81
+#: sc/uiconfig/scalc/ui/datastreams.ui:81
msgctxt "datastreams|browse"
msgid "_Browse..."
msgstr "_መቃኛ..."
-#: datastreams.ui:120
+#: sc/uiconfig/scalc/ui/datastreams.ui:120
msgctxt "datastreams|valuesinline"
msgid "value1,value2,...,valueN, and fill into range:"
msgstr "ዋጋ1,ዋጋ2,...,ዋጋN, እና መሙያ ወደ መጠን ውስጥ:"
-#: datastreams.ui:137
+#: sc/uiconfig/scalc/ui/datastreams.ui:137
msgctxt "datastreams|addressvalue"
msgid "address,value"
msgstr "አድራሻ,ዋጋ"
-#: datastreams.ui:174
+#: sc/uiconfig/scalc/ui/datastreams.ui:173
msgctxt "datastreams|label4"
msgid "Interpret stream data as"
msgstr "የሚተላለፍ ዳታ መተርጎሚያ እንደ"
-#: datastreams.ui:187
+#: sc/uiconfig/scalc/ui/datastreams.ui:186
msgctxt "datastreams|refresh_ui"
msgid "Empty lines trigger UI refresh"
msgstr "ባዶ መስመሮች የ ተጠቃሚ ገጽታ ማነቃቂያ ያስጀምራሉ"
-#: datastreams.ui:209
+#: sc/uiconfig/scalc/ui/datastreams.ui:209
msgctxt "datastreams|label"
msgid "Source Stream"
msgstr "ምንጭ ማስተላለፊያ"
-#: datastreams.ui:250
+#: sc/uiconfig/scalc/ui/datastreams.ui:250
msgctxt "datastreams|datadown"
msgid "Move existing data down"
msgstr "የነበረውን ዳታ ወደ ታች ማንቀሳቀሻ"
-#: datastreams.ui:267
+#: sc/uiconfig/scalc/ui/datastreams.ui:267
msgctxt "datastreams|rangedown"
msgid "Move the range down"
msgstr "መጠኑን ወደ ታች ማንቀሳቀሻ"
-#: datastreams.ui:285
+#: sc/uiconfig/scalc/ui/datastreams.ui:285
msgctxt "datastreams|nomove"
msgid "Overwrite existing data"
msgstr "በነበረው ዳታ ላይ ደርቦ መጻፊያ"
-#: datastreams.ui:308
+#: sc/uiconfig/scalc/ui/datastreams.ui:308
msgctxt "datastreams|label2"
msgid "When New Data Arrives"
msgstr "አዲስ ዳታ በሚመጣ ጊዜ"
-#: datastreams.ui:342
+#: sc/uiconfig/scalc/ui/datastreams.ui:342
msgctxt "datastreams|maxlimit"
msgid "Limit to:"
msgstr "መወሰኛ ወደ:"
-#: datastreams.ui:372
+#: sc/uiconfig/scalc/ui/datastreams.ui:371
msgctxt "datastreams|unlimited"
msgid "_Unlimited"
msgstr "_ያልተወሰነ"
-#: datastreams.ui:398
+#: sc/uiconfig/scalc/ui/datastreams.ui:397
msgctxt "datastreams|label3"
msgid "Maximal Amount of Rows"
msgstr "ከፍተኛው የረድፎች መጠን"
-#: definedatabaserangedialog.ui:9
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:9
msgctxt "definedatabaserangedialog|DefineDatabaseRangeDialog"
msgid "Define Database Range"
msgstr "የ ዳታቤዝ መጠን ይግለጹ"
-#: definedatabaserangedialog.ui:61
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:61
msgctxt "definedatabaserangedialog|Name"
msgid "Name"
msgstr "ስም"
-#: definedatabaserangedialog.ui:125
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:125
msgctxt "definedatabaserangedialog|Range"
msgid "Range"
msgstr "መጠን"
-#: definedatabaserangedialog.ui:160
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:160
msgctxt "definedatabaserangedialog|modify"
msgid "M_odify"
msgstr "ማ_ሻሻያ"
-#: definedatabaserangedialog.ui:213
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:213
msgctxt "definedatabaserangedialog|ContainsColumnLabels"
msgid "Co_ntains column labels"
msgstr "የ አምድ ምልክቶች ይ_ዟል"
-#: definedatabaserangedialog.ui:229
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:229
msgctxt "definedatabaserangedialog|ContainsTotalsRow"
msgid "Contains _totals row"
msgstr "_ጠቅላላ ረድፎች ይዟል"
-#: definedatabaserangedialog.ui:245
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:245
msgctxt "definedatabaserangedialog|InsertOrDeleteCells"
msgid "Insert or delete _cells"
msgstr "_ክፍሎች ማስገቢያ ወይንም ማጥፊያ"
-#: definedatabaserangedialog.ui:261
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:261
msgctxt "definedatabaserangedialog|KeepFormatting"
msgid "Keep _formatting"
msgstr "_አቀራረቡን ማስቀመጫ"
-#: definedatabaserangedialog.ui:277
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:277
msgctxt "definedatabaserangedialog|DontSaveImportedData"
msgid "Don't save _imported data"
msgstr "_የመጡ ዳታዎችን አታስቀምጥ"
-#: definedatabaserangedialog.ui:296
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:296
msgctxt "definedatabaserangedialog|Source"
msgid "Source:"
msgstr "ምንጭ:"
-#: definedatabaserangedialog.ui:309
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:309
msgctxt "definedatabaserangedialog|Operations"
msgid "Operations:"
msgstr "ተግባሮች:"
-#: definedatabaserangedialog.ui:322
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:322
msgctxt "definedatabaserangedialog|invalid"
msgid "Invalid range"
msgstr "ዋጋ የሌለው መጠን"
-#: definedatabaserangedialog.ui:338
+#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:338
msgctxt "definedatabaserangedialog|label1"
msgid "Options"
msgstr "ምርጫዎች"
-#: definename.ui:9
+#: sc/uiconfig/scalc/ui/definename.ui:9
msgctxt "definename|DefineNameDialog"
msgid "Define Name"
msgstr "ስም መግለጫ"
-#: definename.ui:89
+#: sc/uiconfig/scalc/ui/definename.ui:89
msgctxt "definename|label2"
msgid "Name:"
msgstr "ስም:"
-#: definename.ui:103
+#: sc/uiconfig/scalc/ui/definename.ui:103
msgctxt "definename|label3"
msgid "Range or formula expression:"
msgstr "መጠን ወይንም የ መቀመሪያ መግለጫ:"
-#: definename.ui:117
+#: sc/uiconfig/scalc/ui/definename.ui:117
msgctxt "definename|label4"
msgid "Scope:"
msgstr "ክልል:"
-#: definename.ui:190
+#: sc/uiconfig/scalc/ui/definename.ui:188
msgctxt "definename|label"
msgid "Define the name and range or formula expression."
msgstr "ስም መግለጫ እና መጠን ወይንም የ መቀመሪያ መግለጫ"
-#: definename.ui:220
+#: sc/uiconfig/scalc/ui/definename.ui:218
msgctxt "definename|printarea"
msgid "_Print range"
msgstr "የመጠን _ማተሚያዎች"
-#: definename.ui:235
+#: sc/uiconfig/scalc/ui/definename.ui:233
msgctxt "definename|filter"
msgid "_Filter"
msgstr "_ማጣሪያ"
-#: definename.ui:250
+#: sc/uiconfig/scalc/ui/definename.ui:248
msgctxt "definename|colheader"
msgid "Repeat _column"
msgstr "_አምድ መድገሚያ"
-#: definename.ui:265
+#: sc/uiconfig/scalc/ui/definename.ui:263
msgctxt "definename|rowheader"
msgid "Repeat _row"
msgstr "_ረድፍ መድገሚያ"
-#: definename.ui:284
+#: sc/uiconfig/scalc/ui/definename.ui:282
msgctxt "definename|label5"
msgid "Range _Options"
msgstr "የመጠን _ምርጫዎች"
-#: deletecells.ui:8
+#: sc/uiconfig/scalc/ui/deletecells.ui:8
msgctxt "deletecells|DeleteCellsDialog"
msgid "Delete Cells"
msgstr "ክፍሎች ማጥፊያ"
-#: deletecells.ui:93
+#: sc/uiconfig/scalc/ui/deletecells.ui:97
msgctxt "deletecells|up"
msgid "Shift cells _up"
msgstr "ክፍሎችን ወደ _ላይ መቀየሪያ"
-#: deletecells.ui:111
+#: sc/uiconfig/scalc/ui/deletecells.ui:114
msgctxt "deletecells|left"
msgid "Shift cells _left"
msgstr "ክፍሎችን ወደ _ግራ መቀየሪያ"
-#: deletecells.ui:128
+#: sc/uiconfig/scalc/ui/deletecells.ui:131
msgctxt "deletecells|rows"
msgid "Delete entire _row(s)"
msgstr "ጠቅላላ _ረድፍ(ፎች) ማጥፊያ"
-#: deletecells.ui:145
+#: sc/uiconfig/scalc/ui/deletecells.ui:148
msgctxt "deletecells|cols"
msgid "Delete entire _column(s)"
msgstr "ጠቅላላ _አምድ(ዶች) ማጥፊያ"
-#: deletecells.ui:168
+#: sc/uiconfig/scalc/ui/deletecells.ui:171
msgctxt "deletecells|label1"
msgid "Selection"
msgstr "የተመረጠው"
-#: deletecontents.ui:8
+#: sc/uiconfig/scalc/ui/deletecolumnentry.ui:21
+msgctxt "deletecolumnentry|name"
+msgid "Delete Columns Action"
+msgstr "የ አምዶች ተግባር ማጥፊያ"
+
+#: sc/uiconfig/scalc/ui/deletecolumnentry.ui:37
+msgctxt "deletecolumnentry|separator"
+msgid "Columns (List of ';' separated columns)"
+msgstr "አምዶች (ዝርዝር የ ';' ተለያዩ አምዶች)"
+
+#: sc/uiconfig/scalc/ui/deletecontents.ui:8
msgctxt "deletecontents|DeleteContentsDialog"
msgid "Delete Contents"
msgstr "ይዞታዎችን ማጥፊያ"
-#: deletecontents.ui:93
+#: sc/uiconfig/scalc/ui/deletecontents.ui:96
msgctxt "deletecontents|deleteall"
msgid "Delete _all"
msgstr "_ሁሉንም ማጥፊያ"
-#: deletecontents.ui:116
+#: sc/uiconfig/scalc/ui/deletecontents.ui:119
msgctxt "deletecontents|text"
msgid "_Text"
msgstr "_ጽሁፍ"
-#: deletecontents.ui:131
+#: sc/uiconfig/scalc/ui/deletecontents.ui:134
msgctxt "deletecontents|numbers"
msgid "_Numbers"
msgstr "_ቁጥሮች"
-#: deletecontents.ui:146
+#: sc/uiconfig/scalc/ui/deletecontents.ui:149
msgctxt "deletecontents|datetime"
msgid "_Date & time"
msgstr "_ቀን & ሰአት"
-#: deletecontents.ui:161
+#: sc/uiconfig/scalc/ui/deletecontents.ui:164
msgctxt "deletecontents|formulas"
msgid "_Formulas"
msgstr "_መቀመሪያ"
-#: deletecontents.ui:176
+#: sc/uiconfig/scalc/ui/deletecontents.ui:179
msgctxt "deletecontents|comments"
msgid "_Comments"
msgstr "_አስተያየቶች"
-#: deletecontents.ui:191
+#: sc/uiconfig/scalc/ui/deletecontents.ui:194
msgctxt "deletecontents|formats"
msgid "For_mats"
msgstr "For_mats"
-#: deletecontents.ui:206
+#: sc/uiconfig/scalc/ui/deletecontents.ui:209
msgctxt "deletecontents|objects"
msgid "_Objects"
msgstr "_እቃዎች"
-#: deletecontents.ui:237
+#: sc/uiconfig/scalc/ui/deletecontents.ui:240
msgctxt "deletecontents|label2"
msgid "Selection"
msgstr "የተመረጠው"
-#: descriptivestatisticsdialog.ui:9
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:9
msgctxt "descriptivestatisticsdialog|DescriptiveStatisticsDialog"
msgid "Descriptive Statistics"
msgstr "መግለጫ ስታትስቲክስ"
-#: descriptivestatisticsdialog.ui:42
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:42
msgctxt "descriptivestatisticsdialog|input-range-label"
msgid "Input range:"
msgstr "የ ማስገቢያ መጠን:"
-#: descriptivestatisticsdialog.ui:81
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:80
msgctxt "descriptivestatisticsdialog|output-range-label"
msgid "Results to:"
msgstr "ውጤቶች ወደ:"
-#: descriptivestatisticsdialog.ui:123
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:121
msgctxt "descriptivestatisticsdialog|label1"
msgid "Data"
msgstr "ዳታ"
-#: descriptivestatisticsdialog.ui:217
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:215
msgctxt "descriptivestatisticsdialog|groupedby-columns-radio"
msgid "_Columns"
msgstr "_አምዶች"
-#: descriptivestatisticsdialog.ui:233
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:231
msgctxt "descriptivestatisticsdialog|groupedby-rows-radio"
msgid "_Rows"
msgstr "_ረድፎች"
-#: descriptivestatisticsdialog.ui:255
+#: sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui:253
msgctxt "descriptivestatisticsdialog|label2"
msgid "Grouped by"
msgstr "የተቀመጡት በቡድን"
-#: doubledialog.ui:7
+#: sc/uiconfig/scalc/ui/doubledialog.ui:7
msgctxt "doubledialog|DoubleDialog"
msgid "Edit Setting"
msgstr "ማሰናጃ ማረሚያ"
-#: dropmenu.ui:12
+#: sc/uiconfig/scalc/ui/dropmenu.ui:12
msgctxt "dropmenu|hyperlink"
msgid "Insert as Hyperlink"
msgstr "እንደ hyperlink ማስገቢያ"
-#: dropmenu.ui:20
+#: sc/uiconfig/scalc/ui/dropmenu.ui:20
msgctxt "dropmenu|link"
msgid "Insert as Link"
msgstr "እንደ አገናኝ ማስገቢያ"
-#: dropmenu.ui:28
+#: sc/uiconfig/scalc/ui/dropmenu.ui:28
msgctxt "dropmenu|copy"
msgid "Insert as Copy"
msgstr "እንደ ኮፒ ማስገቢያ"
-#: erroralerttabpage.ui:14
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:14
msgctxt "erroralerttabpage|tsbshow"
msgid "Show error _message when invalid values are entered"
msgstr "ዋጋ የሌለው ዳታ በሚገባ ጊዜ የ ስህተት _መልእክት አሳይ"
-#: erroralerttabpage.ui:59
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:59
msgctxt "erroralerttabpage|action_label"
msgid "_Action:"
msgstr "_ተግባር:"
-#: erroralerttabpage.ui:76
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:76
msgctxt "erroralerttabpage|title_label"
msgid "_Title:"
msgstr "_አርእስት:"
-#: erroralerttabpage.ui:128
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:126
msgctxt "erroralerttabpage|errormsg_label"
msgid "_Error message:"
msgstr "የ _ስህተት መልእክት:"
-#: erroralerttabpage.ui:141
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:139
msgctxt "erroralerttabpage|browseBtn"
msgid "_Browse..."
msgstr "_መቃኛ..."
-#: erroralerttabpage.ui:160
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:158
msgctxt "erroralerttabpage|actionCB"
msgid "Stop"
msgstr "ማስቆሚያ"
-#: erroralerttabpage.ui:161
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:159
msgctxt "erroralerttabpage|actionCB"
msgid "Warning"
msgstr "ማስጠንቀቂያ"
-#: erroralerttabpage.ui:162
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:160
msgctxt "erroralerttabpage|actionCB"
msgid "Information"
msgstr "መረጃ"
-#: erroralerttabpage.ui:163
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:161
msgctxt "erroralerttabpage|actionCB"
msgid "Macro"
msgstr "Macro"
-#: erroralerttabpage.ui:181
+#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:179
msgctxt "erroralerttabpage|label1"
msgid "Contents"
msgstr "ይዞታዎች"
-#: exponentialsmoothingdialog.ui:15
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:15
msgctxt "exponentialsmoothingdialog|ExponentialSmoothingDialog"
msgid "Exponential Smoothing"
msgstr "ኤክስፖኔንሺያል ማለስለሻ"
-#: exponentialsmoothingdialog.ui:48
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:48
msgctxt "exponentialsmoothingdialog|input-range-label"
msgid "Input range:"
msgstr "የ ማስገቢያ መጠን:"
-#: exponentialsmoothingdialog.ui:87
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:86
msgctxt "exponentialsmoothingdialog|output-range-label"
msgid "Results to:"
msgstr "ውጤቶች ወደ:"
-#: exponentialsmoothingdialog.ui:129
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:127
msgctxt "exponentialsmoothingdialog|label5"
msgid "Data"
msgstr "ዳታ"
-#: exponentialsmoothingdialog.ui:223
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:221
msgctxt "exponentialsmoothingdialog|groupedby-columns-radio"
msgid "Columns"
msgstr "አምዶች"
-#: exponentialsmoothingdialog.ui:239
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:237
msgctxt "exponentialsmoothingdialog|groupedby-rows-radio"
msgid "Rows"
msgstr "ረድፎች"
-#: exponentialsmoothingdialog.ui:261
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:259
msgctxt "exponentialsmoothingdialog|label2"
msgid "Grouped by"
msgstr "የተቀመጡት በቡድን"
-#: exponentialsmoothingdialog.ui:299
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:297
msgctxt "exponentialsmoothingdialog|smoothing-factor-label"
msgid "Smoothing factor:"
msgstr "ማለስለሻ ምክንያት:"
-#: exponentialsmoothingdialog.ui:331
+#: sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui:328
msgctxt "exponentialsmoothingdialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
-#: externaldata.ui:16
+#: sc/uiconfig/scalc/ui/externaldata.ui:23
msgctxt "externaldata|ExternalDataDialog"
msgid "External Data"
msgstr "የውጪ ዳታ"
-#: externaldata.ui:118
+#: sc/uiconfig/scalc/ui/externaldata.ui:129
msgctxt "externaldata|url|tooltip_text"
msgid "Enter the URL of the source document in the local file system or Internet here."
msgstr "የሰነዱን ምንጭ URL ያስገቡ በአካባቢ ፋይል ስርአት ውስጥ ወይንም እዚህ ኢንተርኔት ውስጥ"
-#: externaldata.ui:136
+#: sc/uiconfig/scalc/ui/externaldata.ui:146
msgctxt "externaldata|browse"
msgid "_Browse..."
msgstr "_መቃኛ..."
-#: externaldata.ui:163
+#: sc/uiconfig/scalc/ui/externaldata.ui:173
msgctxt "externaldata|label1"
msgid "URL of _External Data Source"
msgstr "URL ከ _ውጪ የዳታ ምንጭ"
-#: externaldata.ui:233
+#: sc/uiconfig/scalc/ui/externaldata.ui:257
msgctxt "externaldata|reload"
msgid "_Update every:"
msgstr "_ማሻሻያ በየ:"
-#: externaldata.ui:275
+#: sc/uiconfig/scalc/ui/externaldata.ui:298
msgctxt "externaldata|secondsft"
msgid "_seconds"
msgstr "_ሰከንዶች"
-#: externaldata.ui:307
+#: sc/uiconfig/scalc/ui/externaldata.ui:329
msgctxt "externaldata|label2"
msgid "_Available Tables/Ranges"
msgstr "_ዝግጁ ሰንጠረዥ/መጠኖች"
-#: filldlg.ui:8
+#: sc/uiconfig/scalc/ui/filldlg.ui:8
msgctxt "filldlg|FillSeriesDialog"
msgid "Fill Series"
msgstr "ተከታታይ መሙያ"
-#: filldlg.ui:100
+#: sc/uiconfig/scalc/ui/filldlg.ui:100
msgctxt "filldlg|down"
msgid "_Down"
msgstr "ወደ _ታች"
-#: filldlg.ui:118
+#: sc/uiconfig/scalc/ui/filldlg.ui:118
msgctxt "filldlg|right"
msgid "_Right"
msgstr "ወደ _ቀኝ"
-#: filldlg.ui:135
+#: sc/uiconfig/scalc/ui/filldlg.ui:135
msgctxt "filldlg|up"
msgid "_Up"
msgstr "_ወደ ላይ"
-#: filldlg.ui:152
+#: sc/uiconfig/scalc/ui/filldlg.ui:152
msgctxt "filldlg|left"
msgid "_Left"
msgstr "በ _ግራ"
-#: filldlg.ui:176
+#: sc/uiconfig/scalc/ui/filldlg.ui:176
msgctxt "filldlg|label1"
msgid "Direction"
msgstr "አቅጣጫ"
-#: filldlg.ui:211
+#: sc/uiconfig/scalc/ui/filldlg.ui:211
msgctxt "filldlg|linear"
msgid "Li_near"
msgstr "ቀጥ_ተኛ"
-#: filldlg.ui:229
+#: sc/uiconfig/scalc/ui/filldlg.ui:229
msgctxt "filldlg|growth"
msgid "_Growth"
msgstr "_እድገት"
-#: filldlg.ui:246
+#: sc/uiconfig/scalc/ui/filldlg.ui:246
msgctxt "filldlg|date"
msgid "Da_te"
msgstr "ቀ_ን"
-#: filldlg.ui:263
+#: sc/uiconfig/scalc/ui/filldlg.ui:263
msgctxt "filldlg|autofill"
msgid "_AutoFill"
msgstr "_በራሱ መሙያ"
-#: filldlg.ui:287
+#: sc/uiconfig/scalc/ui/filldlg.ui:287
msgctxt "filldlg|label2"
msgid "Series Type"
msgstr "ተከታታይ አይነት"
-#: filldlg.ui:322
+#: sc/uiconfig/scalc/ui/filldlg.ui:322
msgctxt "filldlg|day"
msgid "Da_y"
msgstr "ቀ_ን"
-#: filldlg.ui:340
+#: sc/uiconfig/scalc/ui/filldlg.ui:340
msgctxt "filldlg|week"
msgid "_Weekday"
msgstr "የ _ስራ ቀን"
-#: filldlg.ui:358
+#: sc/uiconfig/scalc/ui/filldlg.ui:358
msgctxt "filldlg|month"
msgid "_Month"
msgstr "_ወር"
-#: filldlg.ui:375
+#: sc/uiconfig/scalc/ui/filldlg.ui:375
msgctxt "filldlg|year"
msgid "Y_ear"
msgstr "አ_መት"
-#: filldlg.ui:399
+#: sc/uiconfig/scalc/ui/filldlg.ui:399
msgctxt "filldlg|tuL"
msgid "Time Unit"
msgstr "የሰአት መለኪያ"
-#: filldlg.ui:422
+#: sc/uiconfig/scalc/ui/filldlg.ui:422
msgctxt "filldlg|startL"
msgid "_Start value:"
msgstr "_መጀመሪያ ዋጋ:"
-#: filldlg.ui:436
+#: sc/uiconfig/scalc/ui/filldlg.ui:436
msgctxt "filldlg|endL"
msgid "End _value:"
msgstr "_መጨረሻ ዋጋ:"
-#: filldlg.ui:450
+#: sc/uiconfig/scalc/ui/filldlg.ui:450
msgctxt "filldlg|incrementL"
msgid "In_crement:"
msgstr "ጭ_ማሪ:"
-#: floatingborderstyle.ui:32
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:32
msgctxt "floatingborderstyle|none|tooltip_text"
msgid "No Border"
msgstr "ድንበር የለም"
-#: floatingborderstyle.ui:45
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:45
msgctxt "floatingborderstyle|all|tooltip_text"
msgid "All Borders"
msgstr "ሁሉንም ድንበሮች"
-#: floatingborderstyle.ui:58
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:58
msgctxt "floatingborderstyle|outside|tooltip_text"
msgid "Outside Borders"
msgstr "ከ ድንበሮች ውጪ"
-#: floatingborderstyle.ui:71
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:71
msgctxt "floatingborderstyle|thickbox|tooltip_text"
msgid "Thick Box Border"
msgstr "ወፍራም የ ሳጥን ድንበር"
-#: floatingborderstyle.ui:95
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:95
msgctxt "floatingborderstyle|thickbottom|tooltip_text"
msgid "Thick Bottom Border"
msgstr "ወፍራም ድንበር ከ ታች"
-#: floatingborderstyle.ui:108
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:108
msgctxt "floatingborderstyle|doublebottom|tooltip_text"
msgid "Double Bottom Border"
msgstr "ድርብ ድንበር ከ ታች"
-#: floatingborderstyle.ui:121
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:121
msgctxt "floatingborderstyle|topthickbottom|tooltip_text"
msgid "Top and Thick Bottom Borders"
msgstr "ከ ላይ እና ከ ታች ወፍራም ድንበሮች"
-#: floatingborderstyle.ui:134
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:134
msgctxt "floatingborderstyle|topdoublebottom|tooltip_text"
msgid "Top and Double Bottom Borders"
msgstr "ከ ላይ እና ከ ታች ድርብ ድንበሮች"
-#: floatingborderstyle.ui:158
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:158
msgctxt "floatingborderstyle|left|tooltip_text"
msgid "Left Border"
msgstr "የ ግራ ድንበር"
-#: floatingborderstyle.ui:171
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:171
msgctxt "floatingborderstyle|right|tooltip_text"
msgid "Right Border"
msgstr "የ ቀኝ ድንበር"
-#: floatingborderstyle.ui:184
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:184
msgctxt "floatingborderstyle|top|tooltip_text"
msgid "Top Border"
msgstr "የ ላይ ድንበር"
-#: floatingborderstyle.ui:197
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:197
msgctxt "floatingborderstyle|bottom|tooltip_text"
msgid "Bottom Border"
msgstr "የ ታች ድንበር"
-#: floatingborderstyle.ui:210
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:210
msgctxt "floatingborderstyle|diagup|tooltip_text"
msgid "Diagonal Up Border"
msgstr "ከ ላይ ሰያፍ ድንበር"
-#: floatingborderstyle.ui:224
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:224
msgctxt "floatingborderstyle|diagdown|tooltip_text"
msgid "Diagonal Down Border"
msgstr "ከ ታች ሰያፍ ድንበር"
-#: floatingborderstyle.ui:238
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:238
msgctxt "floatingborderstyle|topbottom|tooltip_text"
msgid "Top and Bottom Borders"
msgstr "የ ላይ እና የ ታች ድንበሮች"
-#: floatingborderstyle.ui:252
+#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:252
msgctxt "floatingborderstyle|leftright|tooltip_text"
msgid "Left and Right Borders"
msgstr "የ ግራ እና የ ቀኝ ድንበሮች"
-#: floatinglinestyle.ui:41
+#: sc/uiconfig/scalc/ui/floatinglinestyle.ui:41
msgctxt "floatinglinestyle|more"
msgid "_More Options..."
msgstr "_ተጫማሪ ምርጫዎች..."
-#: footerdialog.ui:8
+#: sc/uiconfig/scalc/ui/footerdialog.ui:8
msgctxt "footerdialog|FooterDialog"
msgid "Footers"
msgstr "ግርጌዎች"
-#: footerdialog.ui:106
+#: sc/uiconfig/scalc/ui/footerdialog.ui:106
msgctxt "footerdialog|footerright"
msgid "Footer (right)"
msgstr "ግርጌ (በ ቀኝ)"
-#: footerdialog.ui:128
+#: sc/uiconfig/scalc/ui/footerdialog.ui:128
msgctxt "footerdialog|footerleft"
msgid "Footer (left)"
msgstr "ግርጌ (በ ግራ)"
-#: formatcellsdialog.ui:8
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:8
msgctxt "formatcellsdialog|FormatCellsDialog"
msgid "Format Cells"
msgstr "የ ክፍሎች አቀራረብ"
-#: formatcellsdialog.ui:106
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:106
msgctxt "formatcellsdialog|numbers"
msgid "Numbers"
msgstr "ቁጥሮች"
-#: formatcellsdialog.ui:128
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:128
msgctxt "formatcellsdialog|font"
msgid "Font"
msgstr "ፊደል"
-#: formatcellsdialog.ui:151
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:151
msgctxt "formatcellsdialog|fonteffects"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
-#: formatcellsdialog.ui:174
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:174
msgctxt "formatcellsdialog|alignment"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: formatcellsdialog.ui:197
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:197
msgctxt "formatcellsdialog|asiantypography"
msgid "Asian Typography"
msgstr "Asian Typography"
-#: formatcellsdialog.ui:220
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:220
msgctxt "formatcellsdialog|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: formatcellsdialog.ui:243
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:243
msgctxt "formatcellsdialog|background"
msgid "Background"
msgstr "መደብ"
-#: formatcellsdialog.ui:266
+#: sc/uiconfig/scalc/ui/formatcellsdialog.ui:266
msgctxt "formatcellsdialog|cellprotection"
msgid "Cell Protection"
msgstr "ክፍሉን መጠበቂያ"
-#: formulacalculationoptions.ui:16
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:16
msgctxt "formulacalculationoptions|FormulaCalculationOptions"
msgid "Detailed Calculation Settings"
msgstr "ዝርዝር የማስሊያ ማሰናጃዎች"
-#: formulacalculationoptions.ui:46
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:46
msgctxt "formulacalculationoptions|labelConvT2N"
msgid "Conversion from text to number:"
msgstr "ከ ጽሁፍ ወደ ቁጥር መቀየሪያ:"
-#: formulacalculationoptions.ui:55
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:55
msgctxt "formulacalculationoptions|checkEmptyAsZero"
msgid "Treat _empty string as zero"
msgstr "_ባዶ ሐረጎችን እንደ ዜሮ መጠቀሚያ"
-#: formulacalculationoptions.ui:73
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:73
msgctxt "formulacalculationoptions|labelSyntaxRef"
msgid "Reference syntax for string reference:"
msgstr "የ ማመሳከሪያ አገባብ ለ ሀረግ ማመሳከሪያ:"
-#: formulacalculationoptions.ui:85
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:85
msgctxt "formulacalculationoptions|comboSyntaxRef"
msgid "Use formula syntax"
msgstr "የ መቀመሪያ አገባብ ይጠቀሙ"
-#: formulacalculationoptions.ui:102
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:102
msgctxt "formulacalculationoptions|comboConversion"
msgid "Generate #VALUE! error"
msgstr "ያመነጫል #VALUE! ስህተት"
-#: formulacalculationoptions.ui:103
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:103
msgctxt "formulacalculationoptions|comboConversion"
msgid "Treat as zero"
msgstr "እንደ ዜሮ መጠቀሚያ"
-#: formulacalculationoptions.ui:104
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:104
msgctxt "formulacalculationoptions|comboConversion"
msgid "Convert only if unambiguous"
msgstr "የማያሻማ ብቻ መቀየሪያ"
-#: formulacalculationoptions.ui:105
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:105
msgctxt "formulacalculationoptions|comboConversion"
msgid "Convert also locale dependent"
msgstr "ወደ ቋንቋ ጥገኝነት መቀየሪያ"
-#: formulacalculationoptions.ui:115
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:115
msgctxt "formulacalculationoptions|current_doc"
msgid "Apply those settings to current document only"
msgstr "ይህን ማሰናጃ ለ አሁኑ ሰነድ ብቻ መፈጸሚያ"
-#: formulacalculationoptions.ui:136
+#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:137
msgctxt "formulacalculationoptions|label3"
msgid "Contents to Numbers"
msgstr "ይዞታዎች ለ ቁጥሮች"
-#: functionpanel.ui:45
+#: sc/uiconfig/scalc/ui/functionpanel.ui:45
msgctxt "functionpanel|insert|tooltip_text"
msgid "Insert Function into calculation sheet"
msgstr "ተግባር ማስገቢያ ወደ ማስሊያ ወረቀት"
-#: functionpanel.ui:59
+#: sc/uiconfig/scalc/ui/functionpanel.ui:59
msgctxt "functionpanel|category"
msgid "Last Used"
msgstr "መጨረሻ የተጠቀሙት"
-#: functionpanel.ui:60
+#: sc/uiconfig/scalc/ui/functionpanel.ui:60
msgctxt "functionpanel|category"
msgid "All"
msgstr "ሁሉንም"
-#: functionpanel.ui:61
+#: sc/uiconfig/scalc/ui/functionpanel.ui:61
msgctxt "functionpanel|category"
msgid "Database"
msgstr "ዳታቤዝ"
-#: functionpanel.ui:62
+#: sc/uiconfig/scalc/ui/functionpanel.ui:62
msgctxt "functionpanel|category"
msgid "Date&Time"
msgstr "ቀን&ሰአት"
-#: functionpanel.ui:63
+#: sc/uiconfig/scalc/ui/functionpanel.ui:63
msgctxt "functionpanel|category"
msgid "Financial"
msgstr "ገንዘብ"
-#: functionpanel.ui:64
+#: sc/uiconfig/scalc/ui/functionpanel.ui:64
msgctxt "functionpanel|category"
msgid "Information"
msgstr "መረጃ"
-#: functionpanel.ui:65
+#: sc/uiconfig/scalc/ui/functionpanel.ui:65
msgctxt "functionpanel|category"
msgid "Logical"
msgstr "ሎጂካል"
-#: functionpanel.ui:66
+#: sc/uiconfig/scalc/ui/functionpanel.ui:66
msgctxt "functionpanel|category"
msgid "Mathematical"
msgstr "ሂሳብ"
-#: functionpanel.ui:67
+#: sc/uiconfig/scalc/ui/functionpanel.ui:67
msgctxt "functionpanel|category"
msgid "Array"
msgstr "ማዘጋጃ"
-#: functionpanel.ui:68
+#: sc/uiconfig/scalc/ui/functionpanel.ui:68
msgctxt "functionpanel|category"
msgid "Statistical"
msgstr "ስታትስቲክስ"
-#: functionpanel.ui:69
+#: sc/uiconfig/scalc/ui/functionpanel.ui:69
msgctxt "functionpanel|category"
msgid "Spreadsheet"
msgstr "ሰንጠረዥ"
-#: functionpanel.ui:70
+#: sc/uiconfig/scalc/ui/functionpanel.ui:70
msgctxt "functionpanel|category"
msgid "Text"
msgstr "ጽሁፍ"
-#: functionpanel.ui:71
+#: sc/uiconfig/scalc/ui/functionpanel.ui:71
msgctxt "functionpanel|category"
msgid "Add-in"
msgstr "ተጨ-ማሪ"
-#: functionpanel.ui:112
+#: sc/uiconfig/scalc/ui/functionpanel.ui:112
msgctxt "functionpanel|funcdesc"
msgid "label"
msgstr "ምልክት"
-#: goalseekdlg.ui:9
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:9
msgctxt "goalseekdlg|GoalSeekDialog"
msgid "Goal Seek"
msgstr "Goal Seek"
-#: goalseekdlg.ui:97
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:97
msgctxt "goalseekdlg|formulatext"
msgid "_Formula cell:"
msgstr "የ _መቀመሪያ ክፍል:"
-#: goalseekdlg.ui:110
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:110
msgctxt "goalseekdlg|label3"
msgid "Target _value:"
msgstr "የ ኢላማው _ዋጋ:"
-#: goalseekdlg.ui:123
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:123
msgctxt "goalseekdlg|vartext"
msgid "Variable _cell:"
msgstr "ተለዋዋጭ _ክፍል:"
-#: goalseekdlg.ui:229
+#: sc/uiconfig/scalc/ui/goalseekdlg.ui:226
msgctxt "goalseekdlg|label1"
msgid "Default Settings"
msgstr "ነባር ማሰናጃዎች"
-#: groupbydate.ui:8
+#: sc/uiconfig/scalc/ui/groupbydate.ui:8
msgctxt "groupbydate|PivotTableGroupByDate"
msgid "Grouping"
msgstr "በ ቡድን በመመደብ ላይ"
-#: groupbydate.ui:99
+#: sc/uiconfig/scalc/ui/groupbydate.ui:99
msgctxt "groupbydate|auto_start"
msgid "_Automatically"
msgstr "_ራሱ በራሱ"
-#: groupbydate.ui:116
+#: sc/uiconfig/scalc/ui/groupbydate.ui:116
msgctxt "groupbydate|manual_start"
msgid "_Manually at:"
msgstr "በ_እጅ በ:"
-#: groupbydate.ui:153
+#: sc/uiconfig/scalc/ui/groupbydate.ui:152
msgctxt "groupbydate|label1"
msgid "Start"
msgstr "ማስጀመሪያ"
-#: groupbydate.ui:188
+#: sc/uiconfig/scalc/ui/groupbydate.ui:187
msgctxt "groupbydate|auto_end"
msgid "A_utomatically"
msgstr "ራ_ሱ በራሱ"
-#: groupbydate.ui:205
+#: sc/uiconfig/scalc/ui/groupbydate.ui:204
msgctxt "groupbydate|manual_end"
msgid "Ma_nually at:"
msgstr "በ እ_ጅ በ:"
-#: groupbydate.ui:242
+#: sc/uiconfig/scalc/ui/groupbydate.ui:240
msgctxt "groupbydate|label2"
msgid "End"
msgstr "መጨረሻ"
-#: groupbydate.ui:277
+#: sc/uiconfig/scalc/ui/groupbydate.ui:275
msgctxt "groupbydate|days"
msgid "Number of _days:"
msgstr "የ _ቀኖች ቁጥር:"
-#: groupbydate.ui:294
+#: sc/uiconfig/scalc/ui/groupbydate.ui:292
msgctxt "groupbydate|intervals"
msgid "_Intervals:"
msgstr "_እረፍት:"
-#: groupbydate.ui:344
+#: sc/uiconfig/scalc/ui/groupbydate.ui:341
msgctxt "groupbydate|label3"
msgid "Group by"
msgstr "በ ቡድን"
-#: groupbynumber.ui:9
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:9
msgctxt "groupbynumber|PivotTableGroupByNumber"
msgid "Grouping"
msgstr "በ ቡድን በመመደብ ላይ"
-#: groupbynumber.ui:100
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:100
msgctxt "groupbynumber|auto_start"
msgid "_Automatically"
msgstr "_ራሱ በራሱ"
-#: groupbynumber.ui:117
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:117
msgctxt "groupbynumber|manual_start"
msgid "_Manually at:"
msgstr "በ_እጅ በ:"
-#: groupbynumber.ui:155
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:154
msgctxt "groupbynumber|label1"
msgid "Start"
msgstr "ማስጀመሪያ"
-#: groupbynumber.ui:190
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:189
msgctxt "groupbynumber|auto_end"
msgid "A_utomatically"
msgstr "ራ_ሱ በራሱ"
-#: groupbynumber.ui:207
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:206
msgctxt "groupbynumber|manual_end"
msgid "Ma_nually at:"
msgstr "በ_እጅ በ:"
-#: groupbynumber.ui:245
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:243
msgctxt "groupbynumber|label2"
msgid "End"
msgstr "መጨረሻ"
-#: groupbynumber.ui:283
+#: sc/uiconfig/scalc/ui/groupbynumber.ui:280
msgctxt "groupbynumber|label3"
msgid "Group by"
msgstr "በ ቡድን"
-#: groupdialog.ui:8
+#: sc/uiconfig/scalc/ui/groupdialog.ui:8
msgctxt "groupdialog|GroupDialog"
msgid "Group"
msgstr "ቡድን"
-#: groupdialog.ui:98
+#: sc/uiconfig/scalc/ui/groupdialog.ui:98
msgctxt "groupdialog|rows"
msgid "_Rows"
msgstr "_ረድፎች"
-#: groupdialog.ui:116
+#: sc/uiconfig/scalc/ui/groupdialog.ui:116
msgctxt "groupdialog|cols"
msgid "_Columns"
msgstr "_አምዶች"
-#: groupdialog.ui:141
+#: sc/uiconfig/scalc/ui/groupdialog.ui:141
msgctxt "groupdialog|includeLabel"
msgid "Include"
msgstr "ማካተቻ"
-#: headerdialog.ui:8
+#: sc/uiconfig/scalc/ui/headerdialog.ui:8
msgctxt "headerdialog|HeaderDialog"
msgid "Headers"
msgstr "ራስጌዎች"
-#: headerdialog.ui:106
+#: sc/uiconfig/scalc/ui/headerdialog.ui:106
msgctxt "headerdialog|headerright"
msgid "Header (right)"
msgstr "ራስጌ (በ ቀኝ)"
-#: headerdialog.ui:128
+#: sc/uiconfig/scalc/ui/headerdialog.ui:128
msgctxt "headerdialog|headerleft"
msgid "Header (left)"
msgstr "ራስጌ (በ ግራ)"
-#: headerfootercontent.ui:22
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:22
msgctxt "headerfootercontent|labelFT_LEFT"
msgid "_Left area"
msgstr "በ _ግራ በኩል"
-#: headerfootercontent.ui:37
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:37
msgctxt "headerfootercontent|labelFT_CENTER"
msgid "_Center area"
msgstr "_መሀከል ቦታ"
-#: headerfootercontent.ui:52
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:52
msgctxt "headerfootercontent|labelFT_RIGHT"
msgid "R_ight area"
msgstr "በቀ_ኝ ቦታ"
-#: headerfootercontent.ui:123
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:123
msgctxt "headerfootercontent|labelFT_H_DEFINED"
msgid "_Header"
msgstr "_ራስጌ"
-#: headerfootercontent.ui:137
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:137
msgctxt "headerfootercontent|labelFT_F_DEFINED"
msgid "_Footer"
msgstr "_ግርጌ"
-#: headerfootercontent.ui:164
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:164
msgctxt "headerfootercontent|labelFT_H_CUSTOM"
msgid "Custom header"
msgstr "ራስጌ ማስተካከያ"
-#: headerfootercontent.ui:177
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:177
msgctxt "headerfootercontent|labelFT_F_CUSTOM"
msgid "Custom footer"
msgstr "ግርጌ ማስተካከያ"
-#: headerfootercontent.ui:204
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:204
msgctxt "headerfootercontent|buttonBTN_TEXT|tooltip_text"
msgid "Text Attributes"
msgstr "የ ጽሁፍ ባህሪዎች"
-#: headerfootercontent.ui:218
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:218
msgctxt "headerfootercontent|buttonBTN_FILE|tooltip_text"
msgid "Title"
msgstr "አርእስት"
-#: headerfootercontent.ui:233
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:233
msgctxt "headerfootercontent|buttonBTN_TABLE|tooltip_text"
msgid "Sheet Name"
msgstr "የ ወረቀቱ ስም"
-#: headerfootercontent.ui:249
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:249
msgctxt "headerfootercontent|buttonBTN_PAGE|tooltip_text"
msgid "Page"
msgstr "ገጽ"
-#: headerfootercontent.ui:264
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:264
msgctxt "headerfootercontent|buttonBTN_PAGES|tooltip_text"
msgid "Pages"
msgstr "ገጾች"
-#: headerfootercontent.ui:280
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:280
msgctxt "headerfootercontent|buttonBTN_DATE|tooltip_text"
msgid "Date"
msgstr "ቀን"
-#: headerfootercontent.ui:296
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:296
msgctxt "headerfootercontent|buttonBTN_TIME|tooltip_text"
msgid "Time"
msgstr "ሰአት"
-#: headerfootercontent.ui:349
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:349
msgctxt "headerfootercontent|label2"
msgid "Use the buttons to change the font or insert field commands such as date, time, etc."
msgstr "ቁልፉን ይጠቀሙ ፊደሎችን ለመቀየር ወይንም የሜዳ ትእዛዞችን እንደ ቀን: ሰአት ወዘተ ለማስገባት"
-#: headerfootercontent.ui:358
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:358
msgctxt "headerfootercontent|label1"
msgid "Note"
msgstr "ማስታወሻ"
-#: headerfootercontent.ui:379
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:379
msgctxt "headerfootercontent|labelSTR_HF_NONE_IN_BRACKETS"
msgid "(none)"
msgstr "(ምንም)"
-#: headerfootercontent.ui:391
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:391
msgctxt "headerfootercontent|labelSTR_PAGE"
msgid "Page"
msgstr "ገጽ"
-#: headerfootercontent.ui:403
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:403
msgctxt "headerfootercontent|labelSTR_HF_OF_QUESTION"
msgid "of ?"
msgstr "ከ ?"
-#: headerfootercontent.ui:415
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:415
msgctxt "headerfootercontent|labelSTR_HF_CONFIDENTIAL"
msgid "Confidential"
msgstr "ምስጢር"
-#: headerfootercontent.ui:427
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:427
msgctxt "headerfootercontent|labelSTR_HF_CREATED_BY"
msgid "Created by"
msgstr "የተፈጠረው በ"
-#: headerfootercontent.ui:439
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:439
msgctxt "headerfootercontent|labelSTR_HF_CUSTOMIZED"
msgid "Customized"
msgstr "ተስተካክሏል"
-#: headerfootercontent.ui:451
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:451
msgctxt "headerfootercontent|labelSTR_HF_OF"
msgid "of"
msgstr "ከ"
-#: headerfootercontent.ui:509
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:509
msgctxt "headerfootercontent|title"
msgid "Title"
msgstr "አርእስት"
-#: headerfootercontent.ui:517
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:517
msgctxt "headerfootercontent|filename"
msgid "File Name"
msgstr "የ ፋይሉ ስም"
-#: headerfootercontent.ui:525
+#: sc/uiconfig/scalc/ui/headerfootercontent.ui:525
msgctxt "headerfootercontent|pathname"
msgid "Path/File Name"
msgstr "መንገድ/የፈይሉ ስም"
-#: headerfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/headerfooterdialog.ui:8
msgctxt "headerfooterdialog|HeaderFooterDialog"
msgid "Headers/Footers"
msgstr "ራስጌዎች / ግርጌዎች"
-#: headerfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/headerfooterdialog.ui:106
msgctxt "headerfooterdialog|header"
msgid "Header"
msgstr "ራስጌ"
-#: headerfooterdialog.ui:128
+#: sc/uiconfig/scalc/ui/headerfooterdialog.ui:128
msgctxt "headerfooterdialog|footer"
msgid "Footer"
msgstr "ግርጌ"
-#: imoptdialog.ui:9
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:9
msgctxt "imoptdialog|ImOptDialog"
msgid "Import File"
msgstr "ፋይል ማምጫ"
-#: imoptdialog.ui:97
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:97
msgctxt "imoptdialog|charsetft"
msgid "_Character set:"
msgstr "_ባህሪ ማሰናጃ:"
-#: imoptdialog.ui:110
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:110
msgctxt "imoptdialog|fieldft"
msgid "_Field delimiter:"
msgstr "የ _ሜዳ ቅደም ተከተል:"
-#: imoptdialog.ui:124
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:124
msgctxt "imoptdialog|textft"
msgid "Strin_g delimiter:"
msgstr "የ ሀረ_ግ ምልክት:"
-#: imoptdialog.ui:135
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:135
msgctxt "imoptdialog|asshown"
msgid "Save cell content as _shown"
msgstr "የ ክፍሉን ይዞታ እንደ _ሚታየው ማስቀመጫ"
-#: imoptdialog.ui:151
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:151
msgctxt "imoptdialog|formulas"
msgid "Save cell fo_rmulas instead of calculated values"
msgstr "የ ክፍል fo_rmulas ማስቀመጫ በተሰሉ ዋጋዎች ፋንታ"
-#: imoptdialog.ui:167
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:167
msgctxt "imoptdialog|quoteall"
msgid "_Quote all text cells"
msgstr "ሁሉንም የጽሁፍ ክፍሎች _መጥቀሻ"
-#: imoptdialog.ui:183
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:183
msgctxt "imoptdialog|fixedwidth"
msgid "Fixed column _width"
msgstr "የተወሰነ የ አምድ _ስፋት"
-#: imoptdialog.ui:272
+#: sc/uiconfig/scalc/ui/imoptdialog.ui:272
msgctxt "imoptdialog|label"
msgid "Field Options"
msgstr "የ ሜዳ ምርጫዎች"
-#: insertcells.ui:8
+#: sc/uiconfig/scalc/ui/insertcells.ui:8
msgctxt "insertcells|InsertCellsDialog"
msgid "Insert Cells"
msgstr "ክፍሎች ማስገቢያ"
-#: insertcells.ui:98
+#: sc/uiconfig/scalc/ui/insertcells.ui:100
msgctxt "insertcells|down"
msgid "Shift cells _down"
msgstr "ክፍሎችን ወደ _ታች መቀየሪያ"
-#: insertcells.ui:117
+#: sc/uiconfig/scalc/ui/insertcells.ui:118
msgctxt "insertcells|right"
msgid "Shift cells _right"
msgstr "ክፍሎችን ወደ _ቀኝ መቀየሪያ"
-#: insertcells.ui:135
+#: sc/uiconfig/scalc/ui/insertcells.ui:136
msgctxt "insertcells|rows"
msgid "Entire ro_w"
msgstr "በጠቅላላው ረድ_ፍ"
-#: insertcells.ui:153
+#: sc/uiconfig/scalc/ui/insertcells.ui:154
msgctxt "insertcells|cols"
msgid "Entire _column"
msgstr "በጠቅላላው _አምድ"
-#: insertcells.ui:177
+#: sc/uiconfig/scalc/ui/insertcells.ui:178
msgctxt "insertcells|label1"
msgid "Selection"
msgstr "የተመረጠው"
-#: insertname.ui:8
+#: sc/uiconfig/scalc/ui/insertname.ui:8
msgctxt "insertname|InsertNameDialog"
msgid "Paste Names"
msgstr "ስሞች መለጠፊያ"
-#: insertname.ui:37
+#: sc/uiconfig/scalc/ui/insertname.ui:37
msgctxt "insertname|pasteall"
msgid "_Paste All"
msgstr "ሁሉንም _መለጠፊያ"
-#: insertsheet.ui:15
+#: sc/uiconfig/scalc/ui/insertsheet.ui:15
msgctxt "insertsheet|InsertSheetDialog"
msgid "Insert Sheet"
msgstr "ወረቀት ማስገቢያ"
-#: insertsheet.ui:105
+#: sc/uiconfig/scalc/ui/insertsheet.ui:105
msgctxt "insertsheet|before"
msgid "B_efore current sheet"
msgstr "ከአሁኑ ወረቀት በ_ፊት"
-#: insertsheet.ui:123
+#: sc/uiconfig/scalc/ui/insertsheet.ui:123
msgctxt "insertsheet|after"
msgid "_After current sheet"
msgstr "ከአሁኑ ወረቀት _በኋላ"
-#: insertsheet.ui:146
+#: sc/uiconfig/scalc/ui/insertsheet.ui:146
msgctxt "insertsheet|label1"
msgid "Position"
msgstr "ቦታ"
-#: insertsheet.ui:192
+#: sc/uiconfig/scalc/ui/insertsheet.ui:192
msgctxt "insertsheet|new"
msgid "_New sheet"
msgstr "_አዲስ ወረቀት"
-#: insertsheet.ui:226
+#: sc/uiconfig/scalc/ui/insertsheet.ui:226
msgctxt "insertsheet|countft"
msgid "N_o. of sheets:"
msgstr "የወረቀቶች ቁ_ጥር:"
-#: insertsheet.ui:242
+#: sc/uiconfig/scalc/ui/insertsheet.ui:242
msgctxt "insertsheet|nameft"
msgid "Na_me:"
msgstr "ስ_ም:"
-#: insertsheet.ui:275
+#: sc/uiconfig/scalc/ui/insertsheet.ui:273
msgctxt "insertsheet|nameed"
msgid "Sheet..."
msgstr "ወረቀት..."
-#: insertsheet.ui:310
+#: sc/uiconfig/scalc/ui/insertsheet.ui:308
msgctxt "insertsheet|fromfile"
msgid "_From file"
msgstr "_ከ ፋይል"
-#: insertsheet.ui:371
+#: sc/uiconfig/scalc/ui/insertsheet.ui:369
msgctxt "insertsheet|tables-atkobject"
msgid "Tables in file"
msgstr "ሰንጠረዦች በ ፋይል ውስጥ"
-#: insertsheet.ui:391
+#: sc/uiconfig/scalc/ui/insertsheet.ui:389
msgctxt "insertsheet|browse"
msgid "_Browse..."
msgstr "_መቃኛ..."
-#: insertsheet.ui:406
+#: sc/uiconfig/scalc/ui/insertsheet.ui:404
msgctxt "insertsheet|link"
msgid "Lin_k"
msgstr "አገና_ኝ"
-#: insertsheet.ui:455
+#: sc/uiconfig/scalc/ui/insertsheet.ui:453
msgctxt "insertsheet|label2"
msgid "Sheet"
msgstr "ወረቀት"
-#: integerdialog.ui:14
+#: sc/uiconfig/scalc/ui/integerdialog.ui:14
msgctxt "integerdialog|IntegerDialog"
msgid "Edit Setting"
msgstr "ማሰናጃ ማረሚያ"
-#: leftfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/leftfooterdialog.ui:8
msgctxt "leftfooterdialog|LeftFooterDialog"
msgid "Footer (left)"
msgstr "ግርጌ (በ ግራ)"
-#: leftfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/leftfooterdialog.ui:106
msgctxt "leftfooterdialog|footerleft"
msgid "Footer (left)"
msgstr "ግርጌ (በ ግራ)"
-#: leftheaderdialog.ui:8
+#: sc/uiconfig/scalc/ui/leftheaderdialog.ui:8
msgctxt "leftheaderdialog|Left Header"
msgid "Header (left)"
msgstr "ራስጌ (በ ግራ)"
-#: leftheaderdialog.ui:106
+#: sc/uiconfig/scalc/ui/leftheaderdialog.ui:106
msgctxt "leftheaderdialog|headerleft"
msgid "Header (left)"
msgstr "ራስጌ (በ ግራ)"
-#: managenamesdialog.ui:10
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:10
msgctxt "managenamesdialog|ManageNamesDialog"
msgid "Manage Names"
msgstr "ስሞችን ማስተዳደሪያ"
-#: managenamesdialog.ui:115
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:115
msgctxt "managenamesdialog|info"
msgid "Select cells in the document to update the range."
msgstr "ከ ሰነዱ ውስጥ ክፍሎች ይምረጡ መጠኑን ለማሻሻል"
-#: managenamesdialog.ui:135
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:135
msgctxt "managenamesdialog|label2"
msgid "Name:"
msgstr "ስም:"
-#: managenamesdialog.ui:149
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:149
msgctxt "managenamesdialog|label4"
msgid "Scope:"
msgstr "ክልል:"
-#: managenamesdialog.ui:213
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:212
msgctxt "managenamesdialog|label3"
msgid "Range or formula expression:"
msgstr "መጠን ወይንም የ መቀመሪያ መግለጫ:"
-#: managenamesdialog.ui:261
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:259
msgctxt "managenamesdialog|printrange"
msgid "_Print range"
msgstr "የመጠን _ማተሚያዎች"
-#: managenamesdialog.ui:276
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:274
msgctxt "managenamesdialog|filter"
msgid "_Filter"
msgstr "_ማጣሪያ"
-#: managenamesdialog.ui:291
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:289
msgctxt "managenamesdialog|colheader"
msgid "Repeat _column"
msgstr "_አምድ መድገሚያ"
-#: managenamesdialog.ui:306
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:304
msgctxt "managenamesdialog|rowheader"
msgid "Repeat _row"
msgstr "_ረድፍ መድገሚያ"
-#: managenamesdialog.ui:327
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:325
msgctxt "managenamesdialog|label1"
msgid "Range _Options"
msgstr "የመጠን _ምርጫዎች"
-#: managenamesdialog.ui:398
+#: sc/uiconfig/scalc/ui/managenamesdialog.ui:396
msgctxt "managenamesdialog|treeviewcolumn1"
msgid "column"
msgstr "አምድ"
-#: mergecellsdialog.ui:8
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:8
msgctxt "mergecellsdialog|MergeCellsDialog"
msgid "Merge Cells"
msgstr "ክፍሎች ማዋሀጃ"
-#: mergecellsdialog.ui:84
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:81
msgctxt "mergecellsdialog|label"
msgid "Some cells are not empty."
msgstr "አንዳንድ ክፍሎች ባዶ አይደሉም"
-#: mergecellsdialog.ui:95
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:96
msgctxt "mergecellsdialog|move-cells-radio"
msgid "Move the contents of the hidden cells into the first cell"
msgstr "የ ተደበቁትን ክፍሎች ይዞታዎች ወደ መጀመሪያው ክፍል ይንቀሳቀሱ?"
-#: mergecellsdialog.ui:112
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:111
+msgctxt "mergecellsdialog|empty-cells-radio"
+msgid "Empty the contents of the hidden cells"
+msgstr "የ ተደበቁትን ክፍሎች ይዞታዎች ባዶ ማድረጊያ"
+
+#: sc/uiconfig/scalc/ui/mergecellsdialog.ui:126
msgctxt "mergecellsdialog|keep-content-radio"
msgid "Keep the contents of the hidden cells"
msgstr "የ ተደበቁትን ክፍሎች ይዞታዎች እንደ ነበር ይቆዩ"
-#: mergecellsdialog.ui:129
-msgctxt "mergecellsdialog|empty-cells-radio"
-msgid "Empty the contents of the hidden cells"
-msgstr "የ ተደበቁትን ክፍሎች ይዞታዎች ባዶ ማድረጊያ"
+#: sc/uiconfig/scalc/ui/mergecolumnentry.ui:21
+msgctxt "mergecolumnentry|name"
+msgid "Merge Column Action"
+msgstr "የ አምድ ተግባር ማዋሀጃ"
+
+#: sc/uiconfig/scalc/ui/mergecolumnentry.ui:37
+msgctxt "mergecolumnentry|separator"
+msgid "Separator:"
+msgstr "መለያያ:"
+
+#: sc/uiconfig/scalc/ui/mergecolumnentry.ui:58
+msgctxt "mergecolumnentry|columns"
+msgid "Columns:"
+msgstr "አምዶች:"
-#: movecopysheet.ui:8
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:8
msgctxt "movecopysheet|MoveCopySheetDialog"
msgid "Move/Copy Sheet"
msgstr "ማንቀሳቀሻ/ወረቀት ኮፒ ማድረጊያ"
-#: movecopysheet.ui:90
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:90
msgctxt "movecopysheet|move"
msgid "_Move"
msgstr "_ማንቀሳቀሻ"
-#: movecopysheet.ui:109
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:109
msgctxt "movecopysheet|copy"
msgid "C_opy"
msgstr "ኮ_ፒ"
-#: movecopysheet.ui:134
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:134
msgctxt "movecopysheet|label1"
msgid "Action"
msgstr "ተግባር"
-#: movecopysheet.ui:184
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:184
msgctxt "movecopysheet|toDocumentLabel"
msgid "To _document"
msgstr "ወደ _ሰነድ"
-#: movecopysheet.ui:199
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:199
msgctxt "movecopysheet|toDocument"
msgid "(current document)"
msgstr "(የአሁኑ ሰነድ)"
-#: movecopysheet.ui:200
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:200
msgctxt "movecopysheet|toDocument"
msgid "- new document -"
msgstr "- አዲስ ሰነድ -"
-#: movecopysheet.ui:229
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:229
msgctxt "movecopysheet|insertBeforeLabel"
msgid "_Insert before"
msgstr "ከፊት _ማስገቢያ"
-#: movecopysheet.ui:279
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:279
msgctxt "movecopysheet|label2"
msgid "Location"
msgstr "አካባቢ"
-#: movecopysheet.ui:348
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:347
msgctxt "movecopysheet|warnunused"
msgid "This name is already used."
msgstr "ይህን ስም ቀደም ሲል ተጠቅመውበታል"
-#: movecopysheet.ui:363
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:362
msgctxt "movecopysheet|warnempty"
msgid "Name is empty."
msgstr "ስም ባዶ ነው"
-#: movecopysheet.ui:378
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:377
msgctxt "movecopysheet|warninvalid"
msgid "Name contains one or more invalid characters."
msgstr "ስሙ አንድ ወይንም ከዚያ በላይ ዋጋ የሌላቸው ባህሪዎችን ይዟል"
-#: movecopysheet.ui:403
+#: sc/uiconfig/scalc/ui/movecopysheet.ui:402
msgctxt "movecopysheet|newNameLabel"
msgid "New _name"
msgstr "አዲስ _ስም"
-#: movingaveragedialog.ui:16
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:16
msgctxt "movingaveragedialog|MovingAverageDialog"
msgid "Moving Average"
msgstr "በ መካከለኛ በ መጓዝ ላይ"
-#: movingaveragedialog.ui:49
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:49
msgctxt "movingaveragedialog|input-range-label"
msgid "Input range:"
msgstr "የ ማስገቢያ መጠን:"
-#: movingaveragedialog.ui:88
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:87
msgctxt "movingaveragedialog|output-range-label"
msgid "Results to:"
msgstr "ውጤቶች ወደ:"
-#: movingaveragedialog.ui:130
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:128
msgctxt "movingaveragedialog|label3"
msgid "Data"
msgstr "ዳታ"
-#: movingaveragedialog.ui:224
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:222
msgctxt "movingaveragedialog|groupedby-columns-radio"
msgid "Columns"
msgstr "አምዶች"
-#: movingaveragedialog.ui:239
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:238
msgctxt "movingaveragedialog|groupedby-rows-radio"
msgid "Rows"
msgstr "ረድፎች"
-#: movingaveragedialog.ui:260
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:260
msgctxt "movingaveragedialog|label2"
msgid "Grouped by"
msgstr "በ ቡድን"
-#: movingaveragedialog.ui:298
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:298
msgctxt "movingaveragedialog|interval-label"
msgid "Interval:"
msgstr "እረፍት:"
-#: movingaveragedialog.ui:328
+#: sc/uiconfig/scalc/ui/movingaveragedialog.ui:327
msgctxt "movingaveragedialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
-#: multipleoperationsdialog.ui:9
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:9
msgctxt "multipleoperationsdialog|MultipleOperationsDialog"
msgid "Multiple operations"
msgstr "በርካታ ተግባሮች"
-#: multipleoperationsdialog.ui:42
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:42
msgctxt "multipleoperationsdialog|formulasft"
msgid "_Formulas:"
msgstr "_መቀመሪያ:"
-#: multipleoperationsdialog.ui:56
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:56
msgctxt "multipleoperationsdialog|rowft"
msgid "_Row input cell:"
msgstr "_ረድፍ ማስገቢያ ክፍል:"
-#: multipleoperationsdialog.ui:70
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:70
msgctxt "multipleoperationsdialog|colft"
msgid "_Column input cell:"
msgstr "_አምድ ማስገቢያ ክፍል:"
-#: multipleoperationsdialog.ui:159
+#: sc/uiconfig/scalc/ui/multipleoperationsdialog.ui:156
msgctxt "multipleoperationsdialog|label1"
msgid "Default Settings"
msgstr "ነባር ማሰናጃዎች"
-#: namerangesdialog.ui:9
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:9
msgctxt "namerangesdialog|NameRangesDialog"
msgid "Define Label Range"
msgstr "የምልክት መጠን መግለጫ"
-#: namerangesdialog.ui:147
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:146
msgctxt "namerangesdialog|colhead"
msgid "Contains _column labels"
msgstr "_የረድፍ ምልክቶች ይዟል"
-#: namerangesdialog.ui:165
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:164
msgctxt "namerangesdialog|rowhead"
msgid "Contains _row labels"
msgstr "_የረድፍ ምልክቶች ይዟል"
-#: namerangesdialog.ui:192
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:191
msgctxt "namerangesdialog|datarange"
msgid "For _data range"
msgstr "ለ _ዳታ መጠን"
-#: namerangesdialog.ui:303
+#: sc/uiconfig/scalc/ui/namerangesdialog.ui:301
msgctxt "namerangesdialog|label1"
msgid "Range"
msgstr "መጠን"
-#: navigatorpanel.ui:30
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:30
msgctxt "navigatorpanel|label1"
msgid "Column:"
msgstr "አምድ:"
-#: navigatorpanel.ui:44
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:44
msgctxt "navigatorpanel|label2"
msgid "Row:"
msgstr "ረድፍ:"
-#: navigatorpanel.ui:58
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:58
msgctxt "navigatorpanel|column|tooltip_text"
msgid "Column"
msgstr "አምድ"
-#: navigatorpanel.ui:70
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:70
msgctxt "navigatorpanel|row|tooltip_text"
msgid "Row"
msgstr "ረድፍ"
-#: navigatorpanel.ui:86
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:86
msgctxt "navigatorpanel|datarange|tooltip_text"
msgid "Data Range"
msgstr "የ ዳታ መጠን"
-#: navigatorpanel.ui:99
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:99
msgctxt "navigatorpanel|start|tooltip_text"
msgid "Start"
msgstr "መጀመሪያ"
-#: navigatorpanel.ui:112
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:112
msgctxt "navigatorpanel|end|tooltip_text"
msgid "End"
msgstr "መጨረሻ"
-#: navigatorpanel.ui:125
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:125
msgctxt "navigatorpanel|contents|tooltip_text"
msgid "Contents"
msgstr "ይዞታዎች"
-#: navigatorpanel.ui:138
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:138
msgctxt "navigatorpanel|toggle|tooltip_text"
msgid "Toggle"
msgstr "መቀያየሪያ"
-#: navigatorpanel.ui:151
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:151
msgctxt "navigatorpanel|scenarios|tooltip_text"
msgid "Scenarios"
msgstr "ትእይንቶች"
-#: navigatorpanel.ui:164
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:164
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr "መጎተቻ ዘዴ"
-#: navigatorpanel.ui:190
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:190
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "ሰነድ"
-#: navigatorpanel.ui:193
+#: sc/uiconfig/scalc/ui/navigatorpanel.ui:193
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "ንቁ መስኮት"
-#: nosolutiondialog.ui:8
+#: sc/uiconfig/scalc/ui/nosolutiondialog.ui:8
msgctxt "nosolutiondialog|NoSolutionDialog"
msgid "No Solution"
msgstr "መፍትሄ የለም"
-#: nosolutiondialog.ui:55
+#: sc/uiconfig/scalc/ui/nosolutiondialog.ui:55
msgctxt "nosolutiondialog|label1"
msgid "No solution was found."
msgstr "ምንም መፍትሄ አልተገኘም"
-#: notebookbar.ui:391
+#: sc/uiconfig/scalc/ui/notebookbar.ui:2369
+msgctxt "notebookbar_compact|fileb"
+msgid "_File"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:2388
+msgctxt "notebookbar_compact|fileb"
+msgid "_Help"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3187
msgctxt "notebookbar|FileLabel"
msgid "File"
msgstr "ፋይል"
-#: notebookbar.ui:468
-msgctxt "notebookbar|FormatPaintbrush"
-msgid "Clone"
-msgstr "ማባዣ"
-
-#: notebookbar.ui:668
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3575
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6575
msgctxt "notebookbar|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr "ለ ተመረጡት ክፍሎች ድንበር ይወስኑ"
-#: notebookbar.ui:907
-msgctxt "notebookbar|verticalalignment|tooltip_text"
-msgid "Vertical Alignment"
-msgstr "በ ቁመት ማሰለፊያ"
-
-#: notebookbar.ui:1053
-msgctxt "notebookbar|horizontalalignment|tooltip_text"
-msgid "Horizontal Alignment"
-msgstr "በ አግድም ማሰለፊያ"
-
-#: notebookbar.ui:1116
-msgctxt "notebookbar|indent|tooltip_text"
-msgid "Indent"
-msgstr "ማስረጊያ"
-
-#: notebookbar.ui:1123
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3850
msgctxt "notebookbar|increaseindent1|tooltip_text"
msgid "Increase Indent"
msgstr "ማስረጊያ መጨመሪያ"
-#: notebookbar.ui:1139
+#: sc/uiconfig/scalc/ui/notebookbar.ui:3866
msgctxt "notebookbar|decreaseindent1|tooltip_text"
msgid "Decrease Indent"
msgstr "ማስረጊያ መቀነሻ"
-#: notebookbar.ui:1677
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4857
+msgctxt "notebookbar_compact|menub"
+msgid "_Home"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:4965
msgctxt "notebookbar|CalcLabel"
msgid "Home"
msgstr "ቤት"
-#: notebookbar.ui:1762
-msgctxt "notebookbar|InsertAVMedia|tooltip_text"
-msgid "Insert Audio or Video"
-msgstr "ድምፅ ወይንም ቪዲዮ ማስገቢያ"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5412
+msgctxt "notebookbar|Field"
+msgid "Fiel_d"
+msgstr ""
-#: notebookbar.ui:1918
-msgctxt "notebookbar|InsertSymbol"
-msgid "Symbol"
-msgstr "ምልክት"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:5917
+msgctxt "notebookbar_compact|menub"
+msgid "_Insert"
+msgstr ""
-#: notebookbar.ui:2022
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6002
msgctxt "notebookbar|InsertLabel"
msgid "Insert"
msgstr "ማስገቢያ"
-#: notebookbar.ui:2090
-msgctxt "notebookbar|ToggleSheetGrid"
-msgid "Toggle Grid Lines"
-msgstr "የ መጋጠሚያ መስመሮች መቀያየሪያ"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6031
+msgctxt "notebookbar_compact|reviewb"
+msgid "Pag_e"
+msgstr ""
-#: notebookbar.ui:2247
+#: sc/uiconfig/scalc/ui/notebookbar.ui:6759
msgctxt "notebookbar|PageLayoutLabel"
-msgid "Page Layout"
-msgstr "የ ገጽ እቅድ"
+msgid "Layout"
+msgstr ""
-#: notebookbar.ui:2726
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7660
+msgctxt "notebookbar|Statistics"
+msgid "_Statistics"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7728
+msgctxt "notebookbar_compact|viewb"
+msgid "_Data"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:7836
msgctxt "notebookbar|DataLabel"
msgid "Data"
msgstr "ዳታ"
-#: notebookbar.ui:2756
-msgctxt "notebookbar|SpellOnline"
-msgid "Auto Spellcheck"
-msgstr "በራሱ ፊደል ማረሚያ"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8459
+msgctxt "notebookbar_compact|reviewR"
+msgid "_Review"
+msgstr ""
-#: notebookbar.ui:3041
+#: sc/uiconfig/scalc/ui/notebookbar.ui:8544
msgctxt "notebookbar|ReviewLabel"
msgid "Review"
msgstr "ከለሳ"
-#: notebookbar.ui:3119
-msgctxt "notebookbar|ToggleSheetGrid2"
-msgid "Toggle Grid Lines"
-msgstr "የ መጋጠሚያ መስመሮች መቀያየሪያ"
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9320
+msgctxt "notebookbar_compact|viewb"
+msgid "_View"
+msgstr ""
-#: notebookbar.ui:3345
+#: sc/uiconfig/scalc/ui/notebookbar.ui:9405
msgctxt "notebookbar|ViewLabel"
msgid "View"
msgstr "መመልከቻ"
-#: notebookbar.ui:3860
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10240
+msgctxt "notebookbar|graphicB"
+msgid "_Graphic"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:10352
msgctxt "notebookbar|ImageLabel"
msgid "Image"
msgstr "ምስል"
-#: notebookbar_groupedbar_compact.ui:3863
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11636
+msgctxt "notebookbar|drab"
+msgid "D_raw"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:11748
+msgctxt "notebookbar|ShapeLabel"
+msgid "Draw"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12402
+msgctxt "notebookbar|frame:MenuDraw"
+msgid "Object"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12491
+msgctxt "notebookbar|FrameLabel"
+msgid "Object"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:12522
+msgctxt "notebookbar_compact|referenceb"
+msgid "_Tools"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar.ui:13659
+msgctxt "notebookbar_compact|DevLabel"
+msgid "Tools"
+msgstr ""
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3856
msgctxt "notebookbar_groupedbar_compact|defaultD"
msgid "Default"
msgstr "ነባር"
-#: notebookbar_groupedbar_compact.ui:3877
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3870
msgctxt "notebookbar_groupedbar_compact|Accent1"
msgid "Accent 1"
msgstr "ማጋነኛ 1"
-#: notebookbar_groupedbar_compact.ui:3885
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3878
msgctxt "notebookbar_groupedbar_compact|Accent2"
msgid "Accent 2"
msgstr "ማጋነኛ 2"
-#: notebookbar_groupedbar_compact.ui:3893
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3886
msgctxt "notebookbar_groupedbar_compact|Accent3"
msgid "Accent 3"
msgstr "ማጋነኛ 3"
-#: notebookbar_groupedbar_compact.ui:3907
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3900
msgctxt "notebookbar_groupedbar_compact|Header1"
msgid "Header 1"
msgstr "ራስጌ 1"
-#: notebookbar_groupedbar_compact.ui:3915
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3908
msgctxt "notebookbar_groupedbar_compact|Header2"
msgid "Header 2"
msgstr "ራስጌ 2"
-#: notebookbar_groupedbar_compact.ui:3929
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3922
msgctxt "notebookbar_groupedbar_compact|bad"
msgid "Bad"
msgstr "መጥፎ"
-#: notebookbar_groupedbar_compact.ui:3937
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3930
msgctxt "notebookbar_groupedbar_compact|error"
msgid "Error"
msgstr "ስህተት"
-#: notebookbar_groupedbar_compact.ui:3945
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3938
msgctxt "notebookbar_groupedbar_compact|good"
msgid "Good"
msgstr "ጥሩ"
-#: notebookbar_groupedbar_compact.ui:3953
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3946
msgctxt "notebookbar_groupedbar_compact|neutral"
msgid "Neutral"
msgstr "ገለልተኛ"
-#: notebookbar_groupedbar_compact.ui:3961
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3954
msgctxt "notebookbar_groupedbar_compact|warning"
msgid "Warning"
msgstr "ማስጠንቀቂያ"
-#: notebookbar_groupedbar_compact.ui:3975
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3968
msgctxt "notebookbar_groupedbar_compact|footnote"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: notebookbar_groupedbar_compact.ui:3983
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:3976
msgctxt "notebookbar_groupedbar_compact|note"
msgid "Note"
msgstr "ማስታወሻ"
-#: notebookbar_groupedbar_compact.ui:4643
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4625
+msgctxt "notebookbar_groupedbar_compact|menub"
+msgid "_Menu"
+msgstr "_ዝርዝር"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4681
+msgctxt "notebookbar_groupedbar_compact|toolsb"
+msgid "_Tools"
+msgstr "_መሳሪያዎች"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4770
msgctxt "notebookbar_groupedbar_compact|fileb"
msgid "_File"
msgstr "_ፋይል"
-#: notebookbar_groupedbar_compact.ui:4782
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4925
msgctxt "notebookbar_groupedbar_compact|editb"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: notebookbar_groupedbar_compact.ui:4939
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5083
msgctxt "notebookbar_groupedbar_compact|paragraphstyleb"
msgid "St_yles"
msgstr "ዘዴ_ዎች"
-#: notebookbar_groupedbar_compact.ui:5092
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5240
msgctxt "notebookbar_groupedbar_compact|formatb"
msgid "F_ont"
msgstr "ፊ_ደል"
-#: notebookbar_groupedbar_compact.ui:5152
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5301
msgctxt "notebookbar_groupedbar_compact|bordertype"
msgid "Specify the borders of the selected cells."
msgstr "ለ ተመረጡት ክፍሎች ድንበር ይወስኑ"
-#: notebookbar_groupedbar_compact.ui:5315
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5462
msgctxt "notebookbar_groupedbar_compact|numberb"
msgid "_Number"
msgstr "_ቁጥር"
-#: notebookbar_groupedbar_compact.ui:5470
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5621
msgctxt "notebookbar_groupedbar_compact|paragraphb"
msgid "_Alignment"
msgstr "_ማሰለፊያ"
-#: notebookbar_groupedbar_compact.ui:5633
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5788
msgctxt "notebookbar_groupedbar_compact|cellb"
msgid "_Cells"
msgstr "_ክፍሎች"
-#: notebookbar_groupedbar_compact.ui:5772
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:5931
msgctxt "notebookbar_groupedbar_compact|insertb"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_groupedbar_compact.ui:5901
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6064
msgctxt "notebookbar_groupedbar_compact|datab"
msgid "_Data"
msgstr "_ዳታ"
-#: notebookbar_groupedbar_compact.ui:6011
-msgctxt "notebookbar_groupedbar_compact|viewb"
-msgid "_View"
-msgstr "_መመልከቻ"
-
-#: notebookbar_groupedbar_compact.ui:6120
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6178
msgctxt "notebookbar_groupedbar_compact|reviewb"
msgid "_Review"
msgstr "_ከለሳ"
-#: notebookbar_groupedbar_compact.ui:6262
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6293
+msgctxt "notebookbar_groupedbar_compact|viewb"
+msgid "_View"
+msgstr "_መመልከቻ"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6434
msgctxt "notebookbar_groupedbar_compact|graphicB"
msgid "_Graphic"
msgstr "_ንድፍ"
-#: notebookbar_groupedbar_compact.ui:6366
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6539
msgctxt "notebookbar_groupedbar_compact|colorb"
msgid "C_olor"
msgstr "ቀ_ለም"
-#: notebookbar_groupedbar_compact.ui:6705
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:6882
msgctxt "notebookbar_groupedbar_compact|arrange"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_compact.ui:6865
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7046
msgctxt "notebookbar_groupedbar_compact|GridB"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_compact.ui:6985
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7173
msgctxt "notebookbar_groupedbar_compact|languageb"
msgid "_Language"
msgstr "_ቋንቋ"
-#: notebookbar_groupedbar_compact.ui:7111
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7303
msgctxt "notebookbar_groupedbar_compact|revieb"
msgid "_Review"
msgstr "_ከለሳ"
-#: notebookbar_groupedbar_compact.ui:7261
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7438
msgctxt "notebookbar_groupedbar_compact|commentsb"
msgid "_Comments"
msgstr "_አስተያየቶች"
-#: notebookbar_groupedbar_compact.ui:7361
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7539
msgctxt "notebookbar_groupedbar_compact|compareb"
msgid "Com_pare"
msgstr "ማወዳ_ደሪያ"
-#: notebookbar_groupedbar_compact.ui:7461
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7643
msgctxt "notebookbar_groupedbar_compact|viewA"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_compact.ui:7634
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:7820
msgctxt "notebookbar_groupedbar_compact|editdrawb"
msgid "_Styles"
msgstr "_ዘዴዎች"
-#: notebookbar_groupedbar_compact.ui:7850
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8037
msgctxt "notebookbar_groupedbar_compact|drawb"
msgid "D_raw"
msgstr "መ_ሳያ"
-#: notebookbar_groupedbar_compact.ui:8040
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8228
msgctxt "notebookbar_groupedbar_compact|arrangeD"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_compact.ui:8149
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8341
msgctxt "notebookbar_groupedbar_compact|Grid"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_compact.ui:8258
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8454
msgctxt "notebookbar_groupedbar_compact|viewDrawb"
msgid "Grou_p"
msgstr "ቡድ_ን"
-#: notebookbar_groupedbar_compact.ui:8366
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8566
msgctxt "notebookbar_groupedbar_compact|3Db"
msgid "3_D"
msgstr "3_ዲ"
-#: notebookbar_groupedbar_compact.ui:8549
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8753
msgctxt "notebookbar_groupedbar_compact|oleB"
msgid "F_rame"
msgstr "ክ_ፈፍ"
-#: notebookbar_groupedbar_compact.ui:8756
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:8961
msgctxt "notebookbar_groupedbar_compact|arrangeO"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_compact.ui:8865
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9074
msgctxt "notebookbar_groupedbar_compact|GridO"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_compact.ui:8975
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9188
msgctxt "notebookbar_groupedbar_compact|viewO"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_compact.ui:9080
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9297
msgctxt "notebookbar_groupedbar_compact|paragraphstyles"
msgid "_Styles"
msgstr "_ዘዴዎች"
-#: notebookbar_groupedbar_compact.ui:9255
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9473
msgctxt "notebookbar_groupedbar_compact|formats"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: notebookbar_groupedbar_compact.ui:9527
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9749
msgctxt "notebookbar_groupedbar_compact|paragraphS"
msgid "_Paragraph"
msgstr "_አንቀጽ"
-#: notebookbar_groupedbar_compact.ui:9685
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:9911
msgctxt "notebookbar_groupedbar_compact|viewS"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_compact.ui:9795
-msgctxt "notebookbar_groupedbar_compact|menub"
-msgid "_Menu"
-msgstr "_ዝርዝር"
-
-#: notebookbar_groupedbar_compact.ui:9850
-msgctxt "notebookbar_groupedbar_compact|toolsb"
-msgid "_Tools"
-msgstr "_መሳሪያዎች"
-
-#: notebookbar_groupedbar_full.ui:3663
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3663
msgctxt "notebookbar_groupedbar_full|menubarD"
msgid "Menubar"
msgstr "ዝርዝር መደርደሪያ"
-#: notebookbar_groupedbar_full.ui:3797
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3790
msgctxt "notebookbar_groupedbar_full|defaultD"
msgid "Default"
msgstr "ነባር"
-#: notebookbar_groupedbar_full.ui:3811
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3804
msgctxt "notebookbar_groupedbar_full|Accent1"
msgid "Accent 1"
msgstr "ማጋነኛ 1"
-#: notebookbar_groupedbar_full.ui:3819
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3812
msgctxt "notebookbar_groupedbar_full|Accent2"
msgid "Accent 2"
msgstr "ማጋነኛ 2"
-#: notebookbar_groupedbar_full.ui:3827
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3820
msgctxt "notebookbar_groupedbar_full|Accent3"
msgid "Accent 3"
msgstr "ማጋነኛ 3"
-#: notebookbar_groupedbar_full.ui:3841
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3834
msgctxt "notebookbar_groupedbar_full|Header1"
msgid "Header 1"
msgstr "ራስጌ 1"
-#: notebookbar_groupedbar_full.ui:3849
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3842
msgctxt "notebookbar_groupedbar_full|Header2"
msgid "Header 2"
msgstr "ራስጌ 2"
-#: notebookbar_groupedbar_full.ui:3863
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3856
msgctxt "notebookbar_groupedbar_full|bad"
msgid "Bad"
msgstr "መጥፎ"
-#: notebookbar_groupedbar_full.ui:3871
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3864
msgctxt "notebookbar_groupedbar_full|error"
msgid "Error"
msgstr "ስህተት"
-#: notebookbar_groupedbar_full.ui:3879
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3872
msgctxt "notebookbar_groupedbar_full|good"
msgid "Good"
msgstr "ጥሩ"
-#: notebookbar_groupedbar_full.ui:3887
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3880
msgctxt "notebookbar_groupedbar_full|neutral"
msgid "Neutral"
msgstr "ገለልተኛ"
-#: notebookbar_groupedbar_full.ui:3895
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3888
msgctxt "notebookbar_groupedbar_full|warning"
msgid "Warning"
msgstr "ማስጠንቀቂያ"
-#: notebookbar_groupedbar_full.ui:3909
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3902
msgctxt "notebookbar_groupedbar_full|footnote"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: notebookbar_groupedbar_full.ui:3917
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:3910
msgctxt "notebookbar_groupedbar_full|note"
msgid "Note"
msgstr "ማስታወሻ"
-#: notebookbar_groupedbar_full.ui:4589
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4564
+msgctxt "notebookbar_groupedbar_full|menub"
+msgid "_Menu"
+msgstr "_ዝርዝር"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4617
+msgctxt "notebookbar_groupedbar_full|toolsb"
+msgid "_Tools"
+msgstr "_መሳሪያዎች"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4672
+msgctxt "notebookbar_groupedbar_full|helpb"
+msgid "_Help"
+msgstr "_እርዳታ"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4780
msgctxt "notebookbar_groupedbar_full|fileb"
msgid "_File"
msgstr "_ፋይል"
-#: notebookbar_groupedbar_full.ui:4811
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5018
msgctxt "notebookbar_groupedbar_full|editb"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: notebookbar_groupedbar_full.ui:5007
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5215
msgctxt "notebookbar_groupedbar_full|paragraphstyleb"
msgid "St_yles"
msgstr "ዘዴ_ዎች"
-#: notebookbar_groupedbar_full.ui:5278
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5490
msgctxt "notebookbar_groupedbar_full|formatb"
msgid "F_ont"
msgstr "ፊ_ደል"
-#: notebookbar_groupedbar_full.ui:5525
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5737
msgctxt "notebookbar_groupedbar_full|numberb"
msgid "_Number"
msgstr "_ቁጥር"
-#: notebookbar_groupedbar_full.ui:5736
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5952
msgctxt "notebookbar_groupedbar_full|paragraphb"
msgid "_Alignment"
msgstr "_ማሰለፊያ"
-#: notebookbar_groupedbar_full.ui:5974
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6194
msgctxt "notebookbar_groupedbar_full|cellb"
msgid "_Cells"
msgstr "_ክፍሎች"
-#: notebookbar_groupedbar_full.ui:6147
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6371
msgctxt "notebookbar_groupedbar_full|insertb"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_groupedbar_full.ui:6317
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6545
msgctxt "notebookbar_groupedbar_full|datab"
msgid "_Data"
msgstr "_ዳታ"
-#: notebookbar_groupedbar_full.ui:6500
-msgctxt "notebookbar_groupedbar_full|viewb"
-msgid "_View"
-msgstr "_መመልከቻ"
-
-#: notebookbar_groupedbar_full.ui:6668
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6717
msgctxt "notebookbar_groupedbar_full|reviewb"
msgid "_Review"
msgstr "_ከለሳ"
-#: notebookbar_groupedbar_full.ui:6889
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:6904
+msgctxt "notebookbar_groupedbar_full|viewb"
+msgid "_View"
+msgstr "_መመልከቻ"
+
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:7129
msgctxt "notebookbar_groupedbar_full|graphicB"
msgid "_Graphic"
msgstr "_ንድፍ"
-#: notebookbar_groupedbar_full.ui:7240
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:7481
msgctxt "notebookbar_groupedbar_full|arrange"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_full.ui:7389
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:7634
msgctxt "notebookbar_groupedbar_full|colorb"
msgid "C_olor"
msgstr "ቀ_ለም"
-#: notebookbar_groupedbar_full.ui:7640
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:7889
msgctxt "notebookbar_groupedbar_full|GridB"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_full.ui:7776
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8029
msgctxt "notebookbar_groupedbar_full|languageb"
msgid "_Language"
msgstr "_ቋንቋ"
-#: notebookbar_groupedbar_full.ui:8001
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8258
msgctxt "notebookbar_groupedbar_full|revieb"
msgid "_Review"
msgstr "_ከለሳ"
-#: notebookbar_groupedbar_full.ui:8213
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8471
msgctxt "notebookbar_groupedbar_full|commentsb"
msgid "_Comments"
msgstr "_አስተያየቶች"
-#: notebookbar_groupedbar_full.ui:8415
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8674
msgctxt "notebookbar_groupedbar_full|compareb"
msgid "Com_pare"
msgstr "ማወዳ_ደሪያ"
-#: notebookbar_groupedbar_full.ui:8613
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:8876
msgctxt "notebookbar_groupedbar_full|viewa"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_full.ui:9055
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:9322
msgctxt "notebookbar_groupedbar_full|drawb"
msgid "D_raw"
msgstr "መ_ሳያ"
-#: notebookbar_groupedbar_full.ui:9425
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:9693
msgctxt "notebookbar_groupedbar_full|editdrawb"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: notebookbar_groupedbar_full.ui:9762
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10034
msgctxt "notebookbar_groupedbar_full|arrangedrawb"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_full.ui:9926
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10202
msgctxt "notebookbar_groupedbar_full|GridDrawB"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_full.ui:10124
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10404
msgctxt "notebookbar_groupedbar_full|viewDrawb"
msgid "Grou_p"
msgstr "ቡድ_ን"
-#: notebookbar_groupedbar_full.ui:10273
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10557
msgctxt "notebookbar_groupedbar_full|3Db"
msgid "3_D"
msgstr "3_ዲ"
-#: notebookbar_groupedbar_full.ui:10580
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10868
msgctxt "notebookbar_groupedbar_full|formatd"
msgid "F_ont"
msgstr "ፊ_ደል"
-#: notebookbar_groupedbar_full.ui:10845
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11134
msgctxt "notebookbar_groupedbar_full|paragraphTextb"
msgid "_Alignment"
msgstr "_ማሰለፊያ"
-#: notebookbar_groupedbar_full.ui:11043
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11336
msgctxt "notebookbar_groupedbar_full|viewd"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_full.ui:11193
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11490
msgctxt "notebookbar_groupedbar_full|insertTextb"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_groupedbar_full.ui:11334
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11635
msgctxt "notebookbar_groupedbar_full|media"
msgid "_Media"
msgstr "_መገናኛ"
-#: notebookbar_groupedbar_full.ui:11571
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:11876
msgctxt "notebookbar_groupedbar_full|oleB"
msgid "F_rame"
msgstr "ክ_ፈፍ"
-#: notebookbar_groupedbar_full.ui:12001
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:12307
msgctxt "notebookbar_groupedbar_full|arrageOLE"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_full.ui:12164
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:12474
msgctxt "notebookbar_groupedbar_full|OleGridB"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_full.ui:12362
+#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:12676
msgctxt "notebookbar_groupedbar_full|viewf"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_full.ui:12509
-msgctxt "notebookbar_groupedbar_full|menub"
-msgid "_Menu"
-msgstr "_ዝርዝር"
-
-#: notebookbar_groupedbar_full.ui:12561
-msgctxt "notebookbar_groupedbar_full|toolsb"
-msgid "_Tools"
-msgstr "_መሳሪያዎች"
-
-#: notebookbar_groupedbar_full.ui:12615
-msgctxt "notebookbar_groupedbar_full|helpb"
-msgid "_Help"
-msgstr "_እርዳታ"
-
-#: notebookbar_groups.ui:40
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:40
msgctxt "notebookbar_groups|hyperlink"
msgid "Hyperlink"
msgstr "Hyperlink"
-#: notebookbar_groups.ui:54
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:54
msgctxt "notebookbar_groups|footnote"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: notebookbar_groups.ui:63
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:63
msgctxt "notebookbar_groups|endnote"
msgid "Endnote"
msgstr "የ መጨረሻ ማስታወሻ"
-#: notebookbar_groups.ui:78
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:78
msgctxt "notebookbar_groups|bookmark"
msgid "Bookmark"
msgstr "ምልክት ማድረጊያ"
-#: notebookbar_groups.ui:87
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:87
msgctxt "notebookbar_groups|crossreference"
msgid "Cross-Reference"
msgstr "መስቀልኛ-ማመሳከሪያ"
-#: notebookbar_groups.ui:152
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:152
msgctxt "notebookbar_groups|stylemenudefault"
msgid "Default"
msgstr "ነባር"
-#: notebookbar_groups.ui:167
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:167
msgctxt "notebookbar_groups|stylemenuacc1"
msgid "Accent 1"
msgstr "ማጉሊያ 1"
-#: notebookbar_groups.ui:176
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:176
msgctxt "notebookbar_groups|stylemenuacc2"
msgid "Accent 2"
msgstr "ማጉሊያ 2"
-#: notebookbar_groups.ui:185
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:185
msgctxt "notebookbar_groups|stylemenuacc3"
msgid "Accent 3"
msgstr "ማጉሊያ 3"
-#: notebookbar_groups.ui:200
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:200
msgctxt "notebookbar_groups|stylemenuhed1"
msgid "Heading 1"
msgstr "ራስጌ 1"
-#: notebookbar_groups.ui:209
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:209
msgctxt "notebookbar_groups|stylemenuhed2"
msgid "Heading 2"
msgstr "ራስጌ 2"
-#: notebookbar_groups.ui:224
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:224
msgctxt "notebookbar_groups|stylemenustatg"
msgid "Good"
msgstr "ጥሩ"
-#: notebookbar_groups.ui:233
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:233
msgctxt "notebookbar_groups|stylemenustatn"
msgid "Neutral"
msgstr "ገለልተኛ"
-#: notebookbar_groups.ui:242
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:242
msgctxt "notebookbar_groups|stylemenustatb"
msgid "Bad"
msgstr "መጥፎ"
-#: notebookbar_groups.ui:251
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:251
msgctxt "notebookbar_groups|stylemenustatw"
msgid "Warning"
msgstr "ማስጠንቀቂያ"
-#: notebookbar_groups.ui:260
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:260
msgctxt "notebookbar_groups|stylemenustate"
msgid "Error"
msgstr "ስህተት"
-#: notebookbar_groups.ui:275
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:275
msgctxt "notebookbar_groups|stylemenutxtn"
msgid "Note"
msgstr "ማስታወሻ"
-#: notebookbar_groups.ui:284
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:284
msgctxt "notebookbar_groups|stylemenutxtf"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: notebookbar_groups.ui:296
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:296
msgctxt "notebookbar_groups|tablestylenone"
msgid "None"
msgstr "ምንም"
-#: notebookbar_groups.ui:304
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:304
msgctxt "notebookbar_groups|tablestyledefault"
msgid "Default"
msgstr "ነባር"
-#: notebookbar_groups.ui:312
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:312
msgctxt "notebookbar_groups|tablestyle1"
msgid "Style 1"
msgstr "ዘዴ 1"
-#: notebookbar_groups.ui:320
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:320
msgctxt "notebookbar_groups|tablestyle2"
msgid "Style 2"
msgstr "ዘዴ 2"
-#: notebookbar_groups.ui:328
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:328
msgctxt "notebookbar_groups|tablestyle3"
msgid "Style 3"
msgstr "ዘዴ 3"
-#: notebookbar_groups.ui:336
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:336
msgctxt "notebookbar_groups|tablestyle4"
msgid "Style 4"
msgstr "ዘዴ 4"
-#: notebookbar_groups.ui:530
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:535
msgctxt "notebookbar_groups|filegrouplabel"
msgid "File"
msgstr "ፋይል"
-#: notebookbar_groups.ui:683
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:691
msgctxt "notebookbar_groups|clipboardgrouplabel"
msgid "Clipboard"
msgstr "ቁራጭ ሰሌዳ"
-#: notebookbar_groups.ui:729
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:737
msgctxt "notebookbar_groups|paragraphstyleb"
msgid "Style"
msgstr "ዘዴ"
-#: notebookbar_groups.ui:971
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:980
msgctxt "notebookbar_groups|growb"
msgid " "
msgstr " "
-#: notebookbar_groups.ui:993
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1003
msgctxt "notebookbar_groups|shrinkb"
msgid " "
msgstr " "
-#: notebookbar_groups.ui:1034
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1045
msgctxt "notebookbar_groups|leftb"
msgid "Left"
msgstr "በ ግራ"
-#: notebookbar_groups.ui:1052
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1063
msgctxt "notebookbar_groups|centerb"
msgid "Center"
msgstr "መሀከል"
-#: notebookbar_groups.ui:1069
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1081
msgctxt "notebookbar_groups|rightb"
msgid "Right"
msgstr "በ ቀኝ"
-#: notebookbar_groups.ui:1275
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1290
msgctxt "notebookbar_groups|formatgrouplabel"
msgid "Text"
msgstr "ጽሁፍ"
-#: notebookbar_groups.ui:1376
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1393
msgctxt "notebookbar_groups|mergeb"
msgid "Merge"
msgstr "ማዋሀጃ"
-#: notebookbar_groups.ui:1394
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1412
msgctxt "notebookbar_groups|splitb"
msgid "Split"
msgstr "መክፈያ"
-#: notebookbar_groups.ui:1457
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1478
msgctxt "notebookbar_groups|conditionalb"
msgid "Conditional"
msgstr "እንደ ሁኔታው"
-#: notebookbar_groups.ui:1583
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1605
msgctxt "notebookbar_groups|topb"
msgid "Top"
msgstr "ከ ላይ"
-#: notebookbar_groups.ui:1600
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1623
msgctxt "notebookbar_groups|vcenterb"
msgid "Center"
msgstr "መሀከል"
-#: notebookbar_groups.ui:1617
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1641
msgctxt "notebookbar_groups|bottomb"
msgid "Bottom"
msgstr "ከ ታች"
-#: notebookbar_groups.ui:1663
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1688
msgctxt "notebookbar_groups|tablegrouplabel"
msgid "Spreadsheet"
msgstr "ሰንጠረዥ"
-#: notebookbar_groups.ui:1740
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1765
msgctxt "notebookbar_groups|shapesb"
msgid "Shapes"
msgstr "ቅርጾች"
-#: notebookbar_groups.ui:1756
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1781
msgctxt "notebookbar_groups|linksb"
msgid "Links"
msgstr "አገናኞች"
-#: notebookbar_groups.ui:1864
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1893
msgctxt "notebookbar_groups|insertgrouplabel"
msgid "Insert"
msgstr "ማስገቢያ"
-#: notebookbar_groups.ui:1900
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1929
msgctxt "notebookbar_groups|imagestyleb"
msgid "Style"
msgstr "ዘዴ"
-#: notebookbar_groups.ui:1940
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1971
msgctxt "notebookbar_groups|resetb"
msgid "Reset"
msgstr "እንደ ነበር መመለሻ"
-#: notebookbar_groups.ui:1984
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2017
msgctxt "notebookbar_groups|wrapb"
msgid "Wrap"
msgstr "መጠቅለያ"
-#: notebookbar_groups.ui:1999
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2033
msgctxt "notebookbar_groups|lockb"
msgid "Lock"
msgstr "መቆለፊያ"
-#: notebookbar_groups.ui:2043
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2078
msgctxt "notebookbar_groups|imagegrouplabel"
msgid "Image"
msgstr "ምስል"
-#: notebookbar_groups.ui:2099
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2134
msgctxt "notebookbar_groups|wrapoff"
msgid "None"
msgstr "ምንም"
-#: notebookbar_groups.ui:2108
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2143
msgctxt "notebookbar_groups|wrapideal"
msgid "Optimal"
msgstr "አጥጋቢ"
-#: notebookbar_groups.ui:2117
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2152
msgctxt "notebookbar_groups|wrapon"
msgid "Parallel"
msgstr "አጓዳኝ"
-#: notebookbar_groups.ui:2126
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2161
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
msgstr "በፊት"
-#: notebookbar_groups.ui:2135
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2170
msgctxt "notebookbar_groups|wrapright"
msgid "After"
msgstr "በኋላ"
-#: notebookbar_groups.ui:2144
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2179
msgctxt "notebookbar_groups|wrapthrough"
msgid "Through"
msgstr "በሙሉ"
-#: notebookbar_groups.ui:2159
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2194
msgctxt "notebookbar_groups|wrapcontour"
msgid "Contour"
msgstr "ቅርጽ"
-#: notebookbar_groups.ui:2168
+#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:2203
msgctxt "notebookbar_groups|contourdialog"
msgid "Edit Contour"
msgstr "ቅርጽ ማረሚያ"
-#: optcalculatepage.ui:48
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:48
msgctxt "optcalculatepage|threadingenabled"
-msgid "Enable multi-threaded calculation: Warning Experimental."
-msgstr "ዘርፈ-ብዙ ማስሊያ ማስቻያ: ማስጠንቀቂያ: ለ ሙከራ"
+msgid "Enable multi-threaded calculation"
+msgstr "በርካታ-ተግባሮች ስሌት ማስቻያ"
-#: optcalculatepage.ui:52
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:52
msgctxt "optcalculatepage|threadingenabled|tooltip_text"
-msgid "Enable Experimental multi-threaded calculation of formula-groups, this may break your spreadsheet."
-msgstr "ዘርፈ-ብዙ ማስሊያ ማስቻያ: ለ መቀመሪያ-ቡድኖች: ይህ የ እርስዎን ሰንጠረዥ ሊሰብር ይችላል"
+msgid "Enable multi-threaded calculation of formula-groups"
+msgstr "በርካታ-ሂደት ስሌቶች ለ መቀመሪያ-ቡድኖች ማስቻያ"
-#: optcalculatepage.ui:71
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:71
msgctxt "optcalculatepage|label4"
msgid "CPU threading settings"
msgstr "የ CPU ዘረፈ ብዙ ማስቻያ"
-#: optcalculatepage.ui:107
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:107
msgctxt "optcalculatepage|case"
msgid "Case se_nsitive"
msgstr "Case se_nsitive"
-#: optcalculatepage.ui:111
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:111
msgctxt "optcalculatepage|case|tooltip_text"
msgid "Disable case sensitivity for interoperability with Microsoft Excel"
msgstr "ማሰናከያ የ case sensitivity ለ መቀያየሪያ ከ Microsoft Excel ጋር"
-#: optcalculatepage.ui:124
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:124
msgctxt "optcalculatepage|calc"
msgid "_Precision as shown"
msgstr "_ትክክለኛነቱ እንደሚታየው ነው"
-#: optcalculatepage.ui:140
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:140
msgctxt "optcalculatepage|match"
msgid "Search criteria = and <> must apply to _whole cells"
msgstr "የ መፈለጊያ መመዘኛ = እና <> መፈጸም ያለበት ወደ _ሁሉም ክፍሎች"
-#: optcalculatepage.ui:144
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:144
msgctxt "optcalculatepage|match|tooltip_text"
msgid "Enable this for interoperability with Microsoft Excel"
msgstr "ሁለገብ ማስቻያ ለ መቀያየሪያ እና መጠቀመያ በ Microsoft Excel ውስጥ"
-#: optcalculatepage.ui:157
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:157
msgctxt "optcalculatepage|formulawildcards"
msgid "Enable w_ildcards in formulas"
msgstr "ሁ_ለገብ በ መቀመሪያ ውስጥ ማስቻያ"
-#: optcalculatepage.ui:161
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:161
msgctxt "optcalculatepage|formulawildcards|tooltip_text"
msgid "Enable wildcards for interoperability with Microsoft Excel"
msgstr "ሁለገብ ማስቻያ ለ መቀያየሪያ እና መጠቀመያ በ Microsoft Excel"
-#: optcalculatepage.ui:176
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:176
msgctxt "optcalculatepage|formularegex"
msgid "Enable r_egular expressions in formulas"
msgstr "መ_ደበኛ አገላለጽ በ መቀመሪያ ማስቻያ"
-#: optcalculatepage.ui:194
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:194
msgctxt "optcalculatepage|formulaliteral"
msgid "No wildcards or regular expressions in formulas"
msgstr "ሁለገብ ወይንም መደበኛ አገላለጽ በ መቀመሪያ ውስጥ የለም"
-#: optcalculatepage.ui:212
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:212
msgctxt "optcalculatepage|lookup"
msgid "_Automatically find column and row labels"
msgstr "_ራሱ በራሱ የ አምድ እና የ ረድፍ ምልክቶች ፈልጎ ማግኛ"
-#: optcalculatepage.ui:228
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:228
msgctxt "optcalculatepage|generalprec"
msgid "_Limit decimals for general number format"
msgstr "ለጠቅላላ የ ዴሲማል ቁጥር አቀራረብ _መወሰኛ"
-#: optcalculatepage.ui:252
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:252
msgctxt "optcalculatepage|precft"
msgid "_Decimal places:"
msgstr "_የዴሲማል ቦታዎች:"
-#: optcalculatepage.ui:289
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:288
msgctxt "optcalculatepage|label1"
msgid "General Calculations"
msgstr "ባጠቃላይ ማስሊያ"
-#: optcalculatepage.ui:323
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:322
msgctxt "optcalculatepage|iterate"
msgid "_Iterations"
msgstr "_መደጋገሚያዎች"
-#: optcalculatepage.ui:343
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:342
msgctxt "optcalculatepage|stepsft"
msgid "_Steps:"
msgstr "_ደረጃዎች:"
-#: optcalculatepage.ui:358
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:357
msgctxt "optcalculatepage|minchangeft"
msgid "_Minimum change:"
msgstr "_አነስተኛ ለውጥ:"
-#: optcalculatepage.ui:400
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:397
msgctxt "optcalculatepage|label2"
msgid "Iterative References"
msgstr "ማመሳከሪያዎች መደጋገሚያ"
-#: optcalculatepage.ui:431
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:428
msgctxt "optcalculatepage|datestd"
msgid "12/30/1899 (defa_ult)"
msgstr "12/30/1899 (ነባ_ር)"
-#: optcalculatepage.ui:435
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:432
msgctxt "optcalculatepage|datestd|tooltip_text"
msgid "Value 0 corresponds to 12/30/1899"
msgstr "ዋጋ 0 ተመሳሳይ ነው ከ 12/30/1899"
-#: optcalculatepage.ui:449
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:446
msgctxt "optcalculatepage|datesc10"
msgid "01/01/1900 (Star_Calc 1.0)"
msgstr "01/01/1900 (Star_Calc 1.0)"
-#: optcalculatepage.ui:453
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:450
msgctxt "optcalculatepage|datesc10|tooltip_text"
msgid "Value 0 corresponds to 01/01/1900"
msgstr "ዋጋ 0 ተመሳሳይ ነው ከ 01/01/1900"
-#: optcalculatepage.ui:466
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:463
msgctxt "optcalculatepage|date1904"
msgid "_01/01/1904"
msgstr "_01/01/1904"
-#: optcalculatepage.ui:470
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:467
msgctxt "optcalculatepage|date1904|tooltip_text"
msgid "0 corresponds to 01/01/1904"
msgstr "0 ተመሳሳይ ነው 01/01/1904"
-#: optcalculatepage.ui:489
+#: sc/uiconfig/scalc/ui/optcalculatepage.ui:486
msgctxt "optcalculatepage|label3"
msgid "Date"
msgstr "ቀን"
-#: optchangespage.ui:38
+#: sc/uiconfig/scalc/ui/optchangespage.ui:38
msgctxt "optchangespage|label2"
msgid "Chan_ges:"
msgstr "ለው_ጦች:"
-#: optchangespage.ui:52
+#: sc/uiconfig/scalc/ui/optchangespage.ui:52
msgctxt "optchangespage|label3"
msgid "_Deletions:"
msgstr "_ማጥፊያዎች:"
-#: optchangespage.ui:66
+#: sc/uiconfig/scalc/ui/optchangespage.ui:66
msgctxt "optchangespage|label4"
msgid "_Insertions:"
msgstr "_ማስገቢያዎች:"
-#: optchangespage.ui:80
+#: sc/uiconfig/scalc/ui/optchangespage.ui:80
msgctxt "optchangespage|label5"
msgid "_Moved entries:"
msgstr "_የተንቀሳቀሱ ማስገቢያዎች:"
-#: optchangespage.ui:137
+#: sc/uiconfig/scalc/ui/optchangespage.ui:137
msgctxt "optchangespage|label1"
msgid "Colors for Changes"
msgstr "የሚቀየሩት ቀለሞች"
-#: optcompatibilitypage.ui:43
+#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:43
msgctxt "optcompatibilitypage|label2"
msgid "Select desired _key binding type. Changing the key binding type may overwrite some of the existing key bindings."
msgstr "ይምረጡ የሚፈልጉትን _ቁልፍ ማጣመሪያ አይነት: የቁልፍ ማጣመሪያ አይነቱን መቀየር በነበረው የቁልፍ ማጣመሪያ አይነት ላይ ደርቦ ይጽፍበታል"
-#: optcompatibilitypage.ui:62
+#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:62
msgctxt "optcompatibilitypage|keybindings"
msgid "Default"
msgstr "ነባር"
-#: optcompatibilitypage.ui:63
+#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:63
msgctxt "optcompatibilitypage|keybindings"
msgid "OpenOffice.org legacy"
msgstr "OpenOffice.org legacy"
-#: optcompatibilitypage.ui:81
+#: sc/uiconfig/scalc/ui/optcompatibilitypage.ui:81
msgctxt "optcompatibilitypage|label1"
msgid "Key Bindings"
msgstr "ቁልፍ ማጣመሪያዎች"
-#: optdefaultpage.ui:40
+#: sc/uiconfig/scalc/ui/optdefaultpage.ui:40
msgctxt "optdefaultpage|textsheetsnumber"
msgid "_Number of worksheets in new document:"
msgstr "የ ስራ ወረቀቶች _ቁጥር በ አዲሱ ሰነድ ውስጥ:"
-#: optdefaultpage.ui:54
+#: sc/uiconfig/scalc/ui/optdefaultpage.ui:54
msgctxt "optdefaultpage|textsheetprefix"
msgid "_Prefix name for new worksheet:"
msgstr "_መነሻ ስም ለ አዲስ የ ስራ ወረቀት:"
-#: optdefaultpage.ui:98
+#: sc/uiconfig/scalc/ui/optdefaultpage.ui:96
msgctxt "optdefaultpage|label1"
msgid "New Spreadsheet"
msgstr "አዲስ ሰንጠረዥ"
-#: optdlg.ui:30
+#: sc/uiconfig/scalc/ui/optdlg.ui:30
msgctxt "optdlg|suppressCB"
msgid "_Suppress output of empty pages"
msgstr "የባዶ ገጽ ውጤቶችን _ማስቆሚያ"
-#: optdlg.ui:46
+#: sc/uiconfig/scalc/ui/optdlg.ui:46
msgctxt "optdlg|forceBreaksCB"
msgid "_Always apply manual breaks"
msgstr "_ሁል ጊዜ በ እጅ መጨረሻ መፈጸሚያ"
-#: optdlg.ui:68
+#: sc/uiconfig/scalc/ui/optdlg.ui:68
msgctxt "optdlg|label1"
msgid "Pages"
msgstr "ገጾች"
-#: optdlg.ui:101
+#: sc/uiconfig/scalc/ui/optdlg.ui:101
msgctxt "optdlg|printCB"
msgid "_Print only selected sheets"
msgstr "የተመረጡትን ወረቀቶች ብቻ _ማተሚያ"
-#: optdlg.ui:124
+#: sc/uiconfig/scalc/ui/optdlg.ui:124
msgctxt "optdlg|label2"
msgid "Sheets"
msgstr "ወረቀቶች"
-#: optformula.ui:30
+#: sc/uiconfig/scalc/ui/optformula.ui:30
msgctxt "optformula|englishfuncname"
msgid "Use English function names"
msgstr "የ እንግሊዝኛ የ ተግባር ስሞችን ይጠቀሙ"
-#: optformula.ui:64
+#: sc/uiconfig/scalc/ui/optformula.ui:64
msgctxt "optformula|formulasyntaxlabel"
msgid "Formula _syntax:"
msgstr "የ መቀመሪያ _አገባብ:"
-#: optformula.ui:87
+#: sc/uiconfig/scalc/ui/optformula.ui:87
msgctxt "optformula|label1"
msgid "Formula Options"
msgstr "የ መቀመሪያ ምርጫዎች"
-#: optformula.ui:121
+#: sc/uiconfig/scalc/ui/optformula.ui:121
msgctxt "optformula|label9"
msgid "Excel 2007 and newer:"
msgstr "Excel 2007 እና አዲስ:"
-#: optformula.ui:135
+#: sc/uiconfig/scalc/ui/optformula.ui:135
msgctxt "optformula|label10"
msgid "ODF spreadsheet (not saved by %PRODUCTNAME):"
msgstr "ODF ሰንጠረዥ (not saved by %PRODUCTNAME)"
-#: optformula.ui:151
+#: sc/uiconfig/scalc/ui/optformula.ui:151
msgctxt "optformula|ooxmlrecalc"
msgid "Always recalculate"
msgstr "ሁልጊዜ እንደ ገና አስላ"
-#: optformula.ui:152
+#: sc/uiconfig/scalc/ui/optformula.ui:152
msgctxt "optformula|ooxmlrecalc"
msgid "Never recalculate"
msgstr "በፍጹም እንደ ገና አታስላ"
-#: optformula.ui:153
+#: sc/uiconfig/scalc/ui/optformula.ui:153
msgctxt "optformula|ooxmlrecalc"
msgid "Prompt user"
msgstr "ተጠቃሚውን ጠይቅ"
-#: optformula.ui:167
+#: sc/uiconfig/scalc/ui/optformula.ui:167
msgctxt "optformula|odfrecalc"
msgid "Always recalculate"
msgstr "ሁል ጊዜ እንደ ገና አስላ"
-#: optformula.ui:168
+#: sc/uiconfig/scalc/ui/optformula.ui:168
msgctxt "optformula|odfrecalc"
msgid "Never recalculate"
msgstr "በፍጹም እንደ ገና አታስላ"
-#: optformula.ui:169
+#: sc/uiconfig/scalc/ui/optformula.ui:169
msgctxt "optformula|odfrecalc"
msgid "Prompt user"
msgstr "ተጠቃሚውን ጠይቅ"
-#: optformula.ui:185
+#: sc/uiconfig/scalc/ui/optformula.ui:185
msgctxt "optformula|label4"
msgid "Recalculation on File Load"
msgstr "የ ፋይል መጫኛ እንደገና በ ማስላት ላይ"
-#: optformula.ui:219
+#: sc/uiconfig/scalc/ui/optformula.ui:219
msgctxt "optformula|calcdefault"
msgid "Default settings"
msgstr "ነባር ማሰናጃዎች"
-#: optformula.ui:240
+#: sc/uiconfig/scalc/ui/optformula.ui:240
msgctxt "optformula|calccustom"
msgid "Custom (conversion of text to numbers and more):"
msgstr "ማስተካከያ (ጽሁፍ ወደ ቁጥር መቀየሪያ: እና ሌሎችም):"
-#: optformula.ui:256
+#: sc/uiconfig/scalc/ui/optformula.ui:256
msgctxt "optformula|details"
msgid "Details…"
msgstr "ዝርዝሮች…"
-#: optformula.ui:281
+#: sc/uiconfig/scalc/ui/optformula.ui:281
msgctxt "optformula|label2"
msgid "Detailed Calculation Settings"
msgstr "ዝርዝር የማስሊያ ማሰናጃዎች"
-#: optformula.ui:318
+#: sc/uiconfig/scalc/ui/optformula.ui:318
msgctxt "optformula|label6"
msgid "_Function:"
msgstr "_ተግባር:"
-#: optformula.ui:332
+#: sc/uiconfig/scalc/ui/optformula.ui:332
msgctxt "optformula|label7"
msgid "Array co_lumn:"
msgstr "አም_ድ ማዘጋጃ:"
-#: optformula.ui:346
+#: sc/uiconfig/scalc/ui/optformula.ui:346
msgctxt "optformula|label8"
msgid "Array _row:"
msgstr "_ረድፍ ማዘጋጃ:"
-#: optformula.ui:397
+#: sc/uiconfig/scalc/ui/optformula.ui:394
msgctxt "optformula|reset"
msgid "Rese_t Separators Settings"
msgstr "መለያያ ማሰናጃዎችን እንደነበ_ር መመለሻ"
-#: optformula.ui:423
+#: sc/uiconfig/scalc/ui/optformula.ui:420
msgctxt "optformula|label3"
msgid "Separators"
msgstr "መለያያዎች"
-#: optimalcolwidthdialog.ui:8
+#: sc/uiconfig/scalc/ui/optimalcolwidthdialog.ui:8
msgctxt "optimalcolwidthdialog|OptimalColWidthDialog"
msgid "Optimal Column Width"
msgstr "አጥጋቢ የ አምድ ስፋት"
-#: optimalcolwidthdialog.ui:88
+#: sc/uiconfig/scalc/ui/optimalcolwidthdialog.ui:88
msgctxt "optimalcolwidthdialog|label1"
msgid "Add:"
msgstr "መጨመሪያ:"
-#: optimalcolwidthdialog.ui:112
+#: sc/uiconfig/scalc/ui/optimalcolwidthdialog.ui:111
msgctxt "optimalcolwidthdialog|default"
msgid "_Default value"
msgstr "_ነባር ዋጋዎች"
-#: optimalrowheightdialog.ui:8
+#: sc/uiconfig/scalc/ui/optimalrowheightdialog.ui:8
msgctxt "optimalrowheightdialog|OptimalRowHeightDialog"
msgid "Optimal Row Height"
msgstr "አጥጋቢ የ ረድፍ እርዝመት"
-#: optimalrowheightdialog.ui:88
+#: sc/uiconfig/scalc/ui/optimalrowheightdialog.ui:88
msgctxt "optimalrowheightdialog|label1"
msgid "Add:"
msgstr "መጨመሪያ:"
-#: optimalrowheightdialog.ui:112
+#: sc/uiconfig/scalc/ui/optimalrowheightdialog.ui:111
msgctxt "optimalrowheightdialog|default"
msgid "_Default value"
msgstr "_ነባር ዋጋ"
-#: optsortlists.ui:22
+#: sc/uiconfig/scalc/ui/optsortlists.ui:22
msgctxt "optsortlists|copy"
msgid "_Copy"
msgstr "_ኮፒ"
-#: optsortlists.ui:45
+#: sc/uiconfig/scalc/ui/optsortlists.ui:45
msgctxt "optsortlists|copyfromlabel"
msgid "Copy list _from:"
msgstr "ዝርዝር ኮፒ ማድረጊያ _ከ:"
-#: optsortlists.ui:91
+#: sc/uiconfig/scalc/ui/optsortlists.ui:90
msgctxt "optsortlists|listslabel"
msgid "_Lists"
msgstr "_ዝርዝሮች"
-#: optsortlists.ui:107
+#: sc/uiconfig/scalc/ui/optsortlists.ui:106
msgctxt "optsortlists|entrieslabel"
msgid "_Entries"
msgstr "_ማስገቢያዎች"
-#: optsortlists.ui:166
+#: sc/uiconfig/scalc/ui/optsortlists.ui:165
msgctxt "optsortlists|new"
msgid "_New"
msgstr "_አዲስ"
-#: optsortlists.ui:180
+#: sc/uiconfig/scalc/ui/optsortlists.ui:179
msgctxt "optsortlists|discard"
msgid "_Discard"
msgstr "_ማስወገጃ"
-#: optsortlists.ui:194
+#: sc/uiconfig/scalc/ui/optsortlists.ui:193
msgctxt "optsortlists|add"
msgid "_Add"
msgstr "_መጨመሪያ"
-#: optsortlists.ui:208
+#: sc/uiconfig/scalc/ui/optsortlists.ui:207
msgctxt "optsortlists|modify"
msgid "Modif_y"
msgstr "ማሻሻ_ያ"
-#: optsortlists.ui:222
+#: sc/uiconfig/scalc/ui/optsortlists.ui:221
msgctxt "optsortlists|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: pagetemplatedialog.ui:8
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:8
msgctxt "pagetemplatedialog|PageTemplateDialog"
msgid "Page Style"
msgstr "የ ገጽ ዘዴ"
-#: pagetemplatedialog.ui:106
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:106
msgctxt "pagetemplatedialog|organizer"
msgid "Organizer"
msgstr "አደራጅ"
-#: pagetemplatedialog.ui:128
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:128
msgctxt "pagetemplatedialog|page"
msgid "Page"
msgstr "ገጽ"
-#: pagetemplatedialog.ui:151
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:151
msgctxt "pagetemplatedialog|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: pagetemplatedialog.ui:174
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:174
msgctxt "pagetemplatedialog|background"
msgid "Background"
msgstr "መደብ"
-#: pagetemplatedialog.ui:197
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:197
msgctxt "pagetemplatedialog|header"
msgid "Header"
msgstr "ራስጌ"
-#: pagetemplatedialog.ui:220
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:220
msgctxt "pagetemplatedialog|footer"
msgid "Footer"
msgstr "ግርጌ"
-#: pagetemplatedialog.ui:243
+#: sc/uiconfig/scalc/ui/pagetemplatedialog.ui:243
msgctxt "pagetemplatedialog|sheet"
msgid "Sheet"
msgstr "ወረቀት"
-#: paradialog.ui:8
+#: sc/uiconfig/scalc/ui/paradialog.ui:8
msgctxt "paradialog|ParagraphDialog"
msgid "Paragraph"
msgstr "አንቀጽ"
-#: paradialog.ui:106
+#: sc/uiconfig/scalc/ui/paradialog.ui:106
msgctxt "paradialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr "ማስረጊያ & ክፍተት"
-#: paradialog.ui:128
+#: sc/uiconfig/scalc/ui/paradialog.ui:128
msgctxt "paradialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: paradialog.ui:152
+#: sc/uiconfig/scalc/ui/paradialog.ui:152
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr "Asian Typography"
-#: paradialog.ui:175
+#: sc/uiconfig/scalc/ui/paradialog.ui:175
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr "ማስረጊያዎች"
-#: paratemplatedialog.ui:8
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:8
msgctxt "paratemplatedialog|ParaTemplateDialog"
msgid "Cell Style"
msgstr "የክፍል ዘዴ"
-#: paratemplatedialog.ui:81
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:81
msgctxt "paratemplatedialog|standard"
msgid "_Standard"
msgstr "_መደበኛ"
-#: paratemplatedialog.ui:120
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:120
msgctxt "paratemplatedialog|organizer"
msgid "Organizer"
msgstr "ማደራጃ"
-#: paratemplatedialog.ui:142
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:142
msgctxt "paratemplatedialog|numbers"
msgid "Numbers"
msgstr "ቁጥሮች"
-#: paratemplatedialog.ui:165
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:165
msgctxt "paratemplatedialog|font"
msgid "Font"
msgstr "ፊደል"
-#: paratemplatedialog.ui:188
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:188
msgctxt "paratemplatedialog|fonteffects"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
-#: paratemplatedialog.ui:211
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:211
msgctxt "paratemplatedialog|alignment"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: paratemplatedialog.ui:234
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:234
msgctxt "paratemplatedialog|asiantypo"
msgid "Asian Typography"
msgstr "Asian Typography"
-#: paratemplatedialog.ui:257
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:257
msgctxt "paratemplatedialog|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: paratemplatedialog.ui:280
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:280
msgctxt "paratemplatedialog|background"
msgid "Background"
msgstr "መደብ"
-#: paratemplatedialog.ui:303
+#: sc/uiconfig/scalc/ui/paratemplatedialog.ui:303
msgctxt "paratemplatedialog|protection"
msgid "Cell Protection"
msgstr "ክፍሉን መጠበቂያ"
-#: pastespecial.ui:23
+#: sc/uiconfig/scalc/ui/pastespecial.ui:23
msgctxt "pastespecial|PasteSpecial"
msgid "Paste Special"
msgstr "የ ተለየ መለጠፊያ"
-#: pastespecial.ui:98
+#: sc/uiconfig/scalc/ui/pastespecial.ui:98
msgctxt "pastespecial|paste_values_only|tooltip_text"
msgid "Values Only"
msgstr "ዋጋዎች ብቻ"
-#: pastespecial.ui:113
+#: sc/uiconfig/scalc/ui/pastespecial.ui:113
msgctxt "pastespecial|paste_values_formats|tooltip_text"
msgid "Values & Formats"
msgstr "ዋጋዎች & አቀራረብ"
-#: pastespecial.ui:128
+#: sc/uiconfig/scalc/ui/pastespecial.ui:128
msgctxt "pastespecial|paste_transpose|tooltip_text"
msgid "Transpose"
msgstr "መለዋወጫ"
-#: pastespecial.ui:172
+#: sc/uiconfig/scalc/ui/pastespecial.ui:172
msgctxt "pastespecial|paste_all"
msgid "_Paste all"
msgstr "ሁሉንም _መለጠፊያ"
-#: pastespecial.ui:189
+#: sc/uiconfig/scalc/ui/pastespecial.ui:189
msgctxt "pastespecial|text"
msgid "Te_xt"
msgstr "ጽ_ሁፍ"
-#: pastespecial.ui:205
+#: sc/uiconfig/scalc/ui/pastespecial.ui:205
msgctxt "pastespecial|numbers"
msgid "_Numbers"
msgstr "_ቁጥሮች"
-#: pastespecial.ui:221
+#: sc/uiconfig/scalc/ui/pastespecial.ui:221
msgctxt "pastespecial|datetime"
msgid "_Date & time"
msgstr "_ቀን & ሰአት"
-#: pastespecial.ui:237
+#: sc/uiconfig/scalc/ui/pastespecial.ui:237
msgctxt "pastespecial|formulas"
msgid "_Formulas"
msgstr "_መቀመሪያ"
-#: pastespecial.ui:253
+#: sc/uiconfig/scalc/ui/pastespecial.ui:253
msgctxt "pastespecial|comments"
msgid "_Comments"
msgstr "_አስተያየቶች"
-#: pastespecial.ui:269
+#: sc/uiconfig/scalc/ui/pastespecial.ui:269
msgctxt "pastespecial|formats"
msgid "For_mats"
msgstr "For_mats"
-#: pastespecial.ui:285
+#: sc/uiconfig/scalc/ui/pastespecial.ui:285
msgctxt "pastespecial|objects"
msgid "_Objects"
msgstr "_እቃዎች"
-#: pastespecial.ui:307
+#: sc/uiconfig/scalc/ui/pastespecial.ui:307
msgctxt "pastespecial|label1"
msgid "Selection"
msgstr "የተመረጠው"
-#: pastespecial.ui:341
+#: sc/uiconfig/scalc/ui/pastespecial.ui:341
msgctxt "pastespecial|none"
msgid "Non_e"
msgstr "ምን_ም"
-#: pastespecial.ui:359
+#: sc/uiconfig/scalc/ui/pastespecial.ui:359
msgctxt "pastespecial|add"
msgid "_Add"
msgstr "_መጨመሪያ"
-#: pastespecial.ui:377
+#: sc/uiconfig/scalc/ui/pastespecial.ui:377
msgctxt "pastespecial|subtract"
msgid "_Subtract"
msgstr "_መቀነሻ"
-#: pastespecial.ui:395
+#: sc/uiconfig/scalc/ui/pastespecial.ui:395
msgctxt "pastespecial|multiply"
msgid "Multipl_y"
msgstr "ማባ_ዣ"
-#: pastespecial.ui:413
+#: sc/uiconfig/scalc/ui/pastespecial.ui:413
msgctxt "pastespecial|divide"
msgid "Di_vide"
msgstr "ማካ_ፈያ"
-#: pastespecial.ui:437
+#: sc/uiconfig/scalc/ui/pastespecial.ui:437
msgctxt "pastespecial|label2"
msgid "Operations"
msgstr "ተግባሮች"
-#: pastespecial.ui:471
+#: sc/uiconfig/scalc/ui/pastespecial.ui:471
msgctxt "pastespecial|skip_empty"
msgid "S_kip empty cells"
msgstr "ባዶ ክፍሎችን ዝ_ለል"
-#: pastespecial.ui:488
+#: sc/uiconfig/scalc/ui/pastespecial.ui:476
+msgctxt "pastespecial|skip_empty"
+msgid "If enabled, blank cells in source will not override the target."
+msgstr "ይህን ካስቻሉ: ባዶ ክፍሎች በ ምንጭ ውስጥ በ ኢላማው ላይ ደርቦ አይጽፍም"
+
+#: sc/uiconfig/scalc/ui/pastespecial.ui:489
msgctxt "pastespecial|transpose"
msgid "_Transpose"
msgstr "_መለዋወጫ"
-#: pastespecial.ui:505
+#: sc/uiconfig/scalc/ui/pastespecial.ui:506
msgctxt "pastespecial|link"
msgid "_Link"
msgstr "_አገናኝ"
-#: pastespecial.ui:528
+#: sc/uiconfig/scalc/ui/pastespecial.ui:529
msgctxt "pastespecial|label3"
msgid "Options"
msgstr "ምርጫዎች"
-#: pastespecial.ui:562
+#: sc/uiconfig/scalc/ui/pastespecial.ui:563
msgctxt "pastespecial|no_shift"
msgid "Don't sh_ift"
msgstr "አትቀ_ይር"
-#: pastespecial.ui:580
+#: sc/uiconfig/scalc/ui/pastespecial.ui:581
msgctxt "pastespecial|move_down"
msgid "Do_wn"
msgstr "ወደ_ታች"
-#: pastespecial.ui:598
+#: sc/uiconfig/scalc/ui/pastespecial.ui:599
msgctxt "pastespecial|move_right"
msgid "_Right"
msgstr "ወደ _ቀኝ"
-#: pastespecial.ui:623
+#: sc/uiconfig/scalc/ui/pastespecial.ui:624
msgctxt "pastespecial|label4"
msgid "Shift Cells"
msgstr "ክፍሎች መቀየሪያ"
-#: pivotfielddialog.ui:9
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:9
msgctxt "pivotfielddialog|PivotFieldDialog"
msgid "Data Field"
msgstr "የ ዳታ ሜዳ"
-#: pivotfielddialog.ui:69
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:69
msgctxt "pivotfielddialog|options"
msgid "_Options..."
msgstr "_ምርጫዎች..."
-#: pivotfielddialog.ui:123
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:123
msgctxt "pivotfielddialog|none"
msgid "_None"
msgstr "_ምንም"
-#: pivotfielddialog.ui:142
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:142
msgctxt "pivotfielddialog|auto"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
-#: pivotfielddialog.ui:160
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:160
msgctxt "pivotfielddialog|user"
msgid "_User-defined"
msgstr "በ _ተጠቃሚው የሚወሰን"
-#: pivotfielddialog.ui:203
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:203
msgctxt "pivotfielddialog|label1"
msgid "Subtotals"
msgstr "ንዑስ ድምር"
-#: pivotfielddialog.ui:219
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:219
msgctxt "pivotfielddialog|showall"
msgid "Show it_ems without data"
msgstr "እቃ_ዎችን ያለ ዳታ ማሳያ"
-#: pivotfielddialog.ui:244
+#: sc/uiconfig/scalc/ui/pivotfielddialog.ui:244
msgctxt "pivotfielddialog|label2"
msgid "Name:"
msgstr "ስም:"
-#: pivotfilterdialog.ui:8
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:8
msgctxt "pivotfilterdialog|PivotFilterDialog"
msgid "Filter"
msgstr "ማጣሪያ"
-#: pivotfilterdialog.ui:104
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:104
msgctxt "pivotfilterdialog|connect1"
msgid "AND"
msgstr "እና"
-#: pivotfilterdialog.ui:105
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:105
msgctxt "pivotfilterdialog|connect1"
msgid "OR"
msgstr "ወይንም"
-#: pivotfilterdialog.ui:121
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:121
msgctxt "pivotfilterdialog|connect2"
msgid "AND"
msgstr "እና"
-#: pivotfilterdialog.ui:122
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:122
msgctxt "pivotfilterdialog|connect2"
msgid "OR"
msgstr "ወይንም"
-#: pivotfilterdialog.ui:134
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:134
msgctxt "pivotfilterdialog|label2"
msgid "Operator"
msgstr "አንቀሳቃሽ"
-#: pivotfilterdialog.ui:145
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:145
msgctxt "pivotfilterdialog|label3"
msgid "Field name"
msgstr "የ ሜዳ ስም"
-#: pivotfilterdialog.ui:156
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:156
msgctxt "pivotfilterdialog|label4"
msgid "Condition"
msgstr "ሁኔታው"
-#: pivotfilterdialog.ui:167
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:167
msgctxt "pivotfilterdialog|label5"
msgid "Value"
msgstr "ዋጋ"
-#: pivotfilterdialog.ui:347
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:347
msgctxt "pivotfilterdialog|label1"
msgid "Filter Criteria"
msgstr "መመዘኛ ማጣሪያ"
-#: pivotfilterdialog.ui:385
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:385
msgctxt "pivotfilterdialog|case"
msgid "_Case sensitive"
msgstr "_ፊደል መመጠኛ"
-#: pivotfilterdialog.ui:401
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:401
msgctxt "pivotfilterdialog|regexp"
msgid "Regular _expressions"
msgstr "መደበኛ _አገላለጽ"
-#: pivotfilterdialog.ui:417
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:417
msgctxt "pivotfilterdialog|unique"
msgid "_No duplications"
msgstr "የተባዛ _የለም"
-#: pivotfilterdialog.ui:450
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:450
msgctxt "pivotfilterdialog|dbarealabel"
msgid "Data range:"
msgstr "የ ዳታ መጠን:"
-#: pivotfilterdialog.ui:463
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:463
msgctxt "pivotfilterdialog|dbarea"
msgid "dummy"
msgstr "አሻንጉሊት"
-#: pivotfilterdialog.ui:482
+#: sc/uiconfig/scalc/ui/pivotfilterdialog.ui:482
msgctxt "pivotfilterdialog|label6"
msgid "Op_tions"
msgstr "ምር_ጫዎች"
-#: pivottablelayoutdialog.ui:9
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:9
msgctxt "pivottablelayoutdialog|PivotTableLayout"
msgid "Pivot Table Layout"
msgstr "የ Pivot ሰንጠረዥ ረቂቅ"
-#: pivottablelayoutdialog.ui:110
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:110
msgctxt "pivottablelayoutdialog|label3"
msgid "Column Fields:"
msgstr "የ አምድ ሜዳዎች:"
-#: pivottablelayoutdialog.ui:162
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:162
msgctxt "pivottablelayoutdialog|label5"
msgid "Data Fields:"
msgstr "የ ዳታ ሜዳዎች:"
-#: pivottablelayoutdialog.ui:214
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:214
msgctxt "pivottablelayoutdialog|label4"
msgid "Row Fields:"
msgstr "የ ረድፍ ሜዳዎች:"
-#: pivottablelayoutdialog.ui:265
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:265
msgctxt "pivottablelayoutdialog|label2"
msgid "Page Fields:"
msgstr "የ ገጽ ሜዳዎች:"
-#: pivottablelayoutdialog.ui:326
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:326
msgctxt "pivottablelayoutdialog|label1"
msgid "Available Fields:"
msgstr "ዝግጁ ሜዳዎች:"
-#: pivottablelayoutdialog.ui:376
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:376
msgctxt "pivottablelayoutdialog|label6"
msgid "Drag the Items into the Desired Position"
msgstr "እቃውን ወደሚፈልጉበት ቦታ ይጎትቱ"
-#: pivottablelayoutdialog.ui:401
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:401
msgctxt "pivottablelayoutdialog|check-ignore-empty-rows"
msgid "Ignore empty rows"
msgstr "ባዶ ረድፎችን መተው"
-#: pivottablelayoutdialog.ui:416
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:417
msgctxt "pivottablelayoutdialog|check-identify-categories"
msgid "Identify categories"
msgstr "ምድቦች መለያ"
-#: pivottablelayoutdialog.ui:431
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:433
msgctxt "pivottablelayoutdialog|check-total-rows"
msgid "Total rows"
msgstr "ጠቅላላ ረድፎች"
-#: pivottablelayoutdialog.ui:446
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:449
msgctxt "pivottablelayoutdialog|check-total-columns"
msgid "Total columns"
msgstr "ጠቅላላ አምዶች"
-#: pivottablelayoutdialog.ui:461
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:465
msgctxt "pivottablelayoutdialog|check-add-filter"
msgid "Add filter"
msgstr "ማጣሪያ መጨመሪያ"
-#: pivottablelayoutdialog.ui:476
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:481
msgctxt "pivottablelayoutdialog|check-drill-to-details"
msgid "Enable drill to details"
msgstr "በ ጥልቀት መፈለጊያ ማስቻያ"
-#: pivottablelayoutdialog.ui:495
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:501
msgctxt "pivottablelayoutdialog|label11"
msgid "Options"
msgstr "ምርጫዎች"
-#: pivottablelayoutdialog.ui:546
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:552
msgctxt "pivottablelayoutdialog|destination-radio-new-sheet"
msgid "New sheet"
msgstr "አዲስ ወረቀት"
-#: pivottablelayoutdialog.ui:562
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:569
msgctxt "pivottablelayoutdialog|destination-radio-selection"
msgid "Selection"
msgstr "የተመረጠው"
-#: pivottablelayoutdialog.ui:611
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:618
msgctxt "pivottablelayoutdialog|destination-radio-named-range"
msgid "Named range"
msgstr "የተሰየመ መጠን"
-#: pivottablelayoutdialog.ui:632
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:640
msgctxt "pivottablelayoutdialog|label8"
msgid "Destination"
msgstr "መድረሻ"
-#: pivottablelayoutdialog.ui:668
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:676
msgctxt "pivottablelayoutdialog|source-radio-selection"
msgid "Selection"
msgstr "የተመረጠው"
-#: pivottablelayoutdialog.ui:706
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:714
msgctxt "pivottablelayoutdialog|source-radio-named-range"
msgid "Named range"
msgstr "የተሰየመ መጠን"
-#: pivottablelayoutdialog.ui:738
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:747
msgctxt "pivottablelayoutdialog|label9"
msgid "Source"
msgstr "ምንጭ"
-#: pivottablelayoutdialog.ui:756
+#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:765
msgctxt "pivottablelayoutdialog|label7"
msgid "Source and Destination"
msgstr "ምንጩ እና መድረሻው"
-#: printareasdialog.ui:9
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:9
msgctxt "printareasdialog|PrintAreasDialog"
msgid "Edit Print Ranges"
msgstr "የሕትመት መጠን ማረሚያ"
-#: printareasdialog.ui:134
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:133
msgctxt "printareasdialog|lbprintarea"
msgid "- none -"
msgstr "- ምንም -"
-#: printareasdialog.ui:135
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:134
msgctxt "printareasdialog|lbprintarea"
msgid "- entire sheet -"
msgstr "- በሙሉ ወረቀት -"
-#: printareasdialog.ui:136
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:135
msgctxt "printareasdialog|lbprintarea"
msgid "- user defined -"
msgstr "- በተጠቃሚ የሚገለጽ -"
-#: printareasdialog.ui:137
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:136
msgctxt "printareasdialog|lbprintarea"
msgid "- selection -"
msgstr "- ምርጫ -"
-#: printareasdialog.ui:153
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:152
msgctxt "printareasdialog|label1"
msgid "Print Range"
msgstr "የ ማተሚያ መጠን"
-#: printareasdialog.ui:219
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:217
msgctxt "printareasdialog|lbrepeatrow"
msgid "- none -"
msgstr "- ምንም -"
-#: printareasdialog.ui:220
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:218
msgctxt "printareasdialog|lbrepeatrow"
msgid "- user defined -"
msgstr "- በተጠቃሚ የሚወሰን -"
-#: printareasdialog.ui:236
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:234
msgctxt "printareasdialog|label2"
msgid "Rows to Repeat"
msgstr "የሚደገሙት ረድፎች"
-#: printareasdialog.ui:302
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:299
msgctxt "printareasdialog|lbrepeatcol"
msgid "- none -"
msgstr "- ምንም -"
-#: printareasdialog.ui:303
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:300
msgctxt "printareasdialog|lbrepeatcol"
msgid "- user defined -"
msgstr "- በተጠቃሚው የሚገለጽ -"
-#: printareasdialog.ui:319
+#: sc/uiconfig/scalc/ui/printareasdialog.ui:316
msgctxt "printareasdialog|label3"
msgid "Columns to Repeat"
msgstr "የሚደገሙት አምዶች"
-#: printeroptions.ui:25
+#: sc/uiconfig/scalc/ui/printeroptions.ui:25
msgctxt "printeroptions|suppressemptypages"
msgid "Suppress output of empty pages"
msgstr "የባዶ ገጽ ውጤቶችን ማስቆሚያ"
-#: printeroptions.ui:40
+#: sc/uiconfig/scalc/ui/printeroptions.ui:41
msgctxt "printeroptions|label6"
msgid "Pages"
msgstr "ገጾች"
-#: protectsheetdlg.ui:9
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:9
msgctxt "protectsheetdlg|ProtectSheetDialog"
msgid "Protect Sheet"
msgstr "ወረቀት መጠበቂያ"
-#: protectsheetdlg.ui:90
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:90
msgctxt "protectsheetdlg|protect"
msgid "P_rotect this sheet and the contents of protected cells"
msgstr "የሚጠበቁ ክፍሎችን ይዞታ እና ይህን ወረቀት ጠ_ብቅ"
-#: protectsheetdlg.ui:116
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:116
msgctxt "protectsheetdlg|label1"
msgid "_Password:"
msgstr "_የመግቢያ ቃል:"
-#: protectsheetdlg.ui:131
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:131
msgctxt "protectsheetdlg|label2"
msgid "_Confirm:"
msgstr "_ማረጋገጫ:"
-#: protectsheetdlg.ui:195
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:193
msgctxt "protectsheetdlg|label4"
msgid "Allow all users of this sheet to:"
msgstr "ሁሉንም የዚህ ወረቀት ተጠቃሚዎችን ማስቻል ወደ :"
-#: protectsheetdlg.ui:231
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:229
msgctxt "protectsheetdlg|protected"
msgid "Select protected cells"
msgstr "የሚጠበቁ ክፍሎችን መምረጫ"
-#: protectsheetdlg.ui:243
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:241
msgctxt "protectsheetdlg|unprotected"
msgid "Select unprotected cells"
msgstr "የማይጠበቁ ክፍሎችን መምረጫ"
-#: protectsheetdlg.ui:255
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:253
msgctxt "protectsheetdlg|insert-columns"
msgid "Insert columns"
msgstr "አምዶች ማስገቢያ"
-#: protectsheetdlg.ui:267
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:265
msgctxt "protectsheetdlg|insert-rows"
msgid "Insert rows"
msgstr "ረድፎች ማስገቢያ"
-#: protectsheetdlg.ui:279
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:277
msgctxt "protectsheetdlg|delete-columns"
msgid "Delete columns"
msgstr "አምዶች ማጥፊያ"
-#: protectsheetdlg.ui:291
+#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:289
msgctxt "protectsheetdlg|delete-rows"
msgid "Delete rows"
msgstr "ረድፎች ማጥፊያ"
-#: queryrunstreamscriptdialog.ui:13
+#: sc/uiconfig/scalc/ui/queryrunstreamscriptdialog.ui:13
msgctxt "queryrunstreamscriptdialog|QueryRunStreamScriptDialog"
msgid "This data stream is generated by a script. Do you want to execute %URL?"
msgstr "ይህ ዳታ የ መነጨው በ ጽሁፍ ነው: እርስዎ ይህን መፈጸም ይፈልጋሉ %URL?"
-#: randomnumbergenerator.ui:22
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:22
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Uniform"
msgstr "ተመሳሳይ"
-#: randomnumbergenerator.ui:26
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:26
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Uniform Integer"
msgstr "Uniform Integer"
-#: randomnumbergenerator.ui:30
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:30
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Normal"
msgstr "መደበኛ"
-#: randomnumbergenerator.ui:34
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:34
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Cauchy"
msgstr "Cauchy"
-#: randomnumbergenerator.ui:38
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:38
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Bernoulli"
msgstr "Bernoulli"
-#: randomnumbergenerator.ui:42
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:42
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Binomial"
msgstr "ባይኖሚያል"
-#: randomnumbergenerator.ui:46
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:46
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Chi Squared"
msgstr "Chi Squared"
-#: randomnumbergenerator.ui:50
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:50
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Geometric"
msgstr "Geometric"
-#: randomnumbergenerator.ui:54
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:54
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Negative Binomial"
msgstr "አሉታዊ ባይኖሚያል"
-#: randomnumbergenerator.ui:73
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:73
msgctxt "randomnumbergenerator|RandomNumberGeneratorDialog"
msgid "Random Number Generator"
msgstr "በነሲብ ቁጥር ማመንጫ"
-#: randomnumbergenerator.ui:180
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:180
msgctxt "randomnumbergenerator|cell-range-label"
msgid "Cell range:"
msgstr "የ ክፍል መጠን:"
-#: randomnumbergenerator.ui:225
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:224
msgctxt "randomnumbergenerator|label1"
msgid "Data"
msgstr "ዳታ"
-#: randomnumbergenerator.ui:263
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:262
msgctxt "randomnumbergenerator|distribution-label"
msgid "Distribution:"
msgstr "ስርጭት:"
-#: randomnumbergenerator.ui:288
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:287
msgctxt "randomnumbergenerator|parameter1-label"
msgid "..."
msgstr "..."
-#: randomnumbergenerator.ui:303
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:302
msgctxt "randomnumbergenerator|parameter2-label"
msgid "..."
msgstr "..."
-#: randomnumbergenerator.ui:351
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:348
msgctxt "randomnumbergenerator|label2"
msgid "Random Number Generator"
msgstr "በነሲብ ቁጥር ማመንጫ"
-#: randomnumbergenerator.ui:386
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:383
msgctxt "randomnumbergenerator|enable-seed-check"
msgid "Enable custom seed"
msgstr "መነሻ ማስተካከያ ማስቻያ"
-#: randomnumbergenerator.ui:406
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:403
msgctxt "randomnumbergenerator|seed-label"
msgid "Seed:"
msgstr "መነሻ:"
-#: randomnumbergenerator.ui:429
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:425
msgctxt "randomnumbergenerator|enable-rounding-check"
msgid "Enable rounding"
msgstr "ማጠጋጊያ ማስቻያ"
-#: randomnumbergenerator.ui:450
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:446
msgctxt "randomnumbergenerator|decimal-places-label"
msgid "Decimal places:"
msgstr "የ ዴሲማል ቦታዎች:"
-#: randomnumbergenerator.ui:481
+#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:476
msgctxt "randomnumbergenerator|label4"
msgid "Options"
msgstr "ምርጫዎች"
-#: regressiondialog.ui:9
+#: sc/uiconfig/scalc/ui/recalcquerydialog.ui:30
+msgctxt "recalcquerydialog|ask"
+msgid "Always perform this without prompt in the future."
+msgstr "ለ ወደፊቱ ሁል ጊዜ ይህን በአስቸኳይ ፈጽም"
+
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:9
msgctxt "regressiondialog|RegressionDialog"
msgid "Regression"
msgstr "Regression"
-#: regressiondialog.ui:99
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:99
msgctxt "regressiondialog|variable1-range-label"
msgid "Variable 1 range:"
msgstr "ተለዋዋጭ 1 መጠን:"
-#: regressiondialog.ui:138
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:137
msgctxt "regressiondialog|variable2-range-label"
msgid "Variable 2 range:"
msgstr "ተለዋዋጭ 2 መጠን:"
-#: regressiondialog.ui:177
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:175
msgctxt "regressiondialog|output-range-label"
msgid "Results to:"
msgstr "ውጤቶች ወደ:"
-#: regressiondialog.ui:220
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:217
msgctxt "regressiondialog|label1"
msgid "Data"
msgstr "ዳታ"
-#: regressiondialog.ui:255
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:252
msgctxt "regressiondialog|groupedby-columns-radio"
msgid "Columns"
msgstr "አምዶች"
-#: regressiondialog.ui:271
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:268
msgctxt "regressiondialog|groupedby-rows-radio"
msgid "Rows"
msgstr "ረድፎች"
-#: regressiondialog.ui:293
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:290
msgctxt "regressiondialog|label2"
msgid "Grouped by"
msgstr "በ ቡድን የተቀመጡ"
-#: regressiondialog.ui:328
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:325
msgctxt "regressiondialog|linear-check"
msgid "Linear Regression"
msgstr "ቀጥተኛ ዝቅ ማድረጊያ"
-#: regressiondialog.ui:343
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:341
msgctxt "regressiondialog|logarithmic-check"
msgid "Logarithmic Regression"
msgstr "ሎጋሪዝሚክ ዝቅ ማድረጊያ"
-#: regressiondialog.ui:357
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:356
msgctxt "regressiondialog|power-check"
msgid "Power Regression"
msgstr "ሀይል ዝቅ ማድረጊያ"
-#: regressiondialog.ui:377
+#: sc/uiconfig/scalc/ui/regressiondialog.ui:377
msgctxt "regressiondialog|label3"
msgid "Output Regression Types"
msgstr "የ ውጤት ዝቅ ማድረጊያ አይነቶች"
-#: retypepassdialog.ui:10
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:10
msgctxt "retypepassdialog|RetypePass"
msgid "Re-type Password"
msgstr "የ መግቢያ ቃል እንደ-ገና ይጻፉ"
-#: retypepassdialog.ui:93
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:93
msgctxt "retypepassdialog|descLabel"
msgid "The document you are about to export has one or more protected items with password that cannot be exported. Please re-type your password to be able to export your document."
msgstr "ለመላክ እየሞከሩ ያለው ሰነድ በ ውስጡ አንድ ወይም ከዚያ በላይ በ መግቢያ ቃል የሚጠበቁ ሰነዶችን ይዟል: ስለዚህ መላክ አይቻልም: እባክዎን የመግቢያ ቃልዎን እንደገና-ያስገቡ ሰነዱን ለመላክ እንዲችሉ"
-#: retypepassdialog.ui:124
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:124
msgctxt "retypepassdialog|docStatusLabel"
msgid "Status unknown"
msgstr "ሁኔታው ያልታወቀ"
-#: retypepassdialog.ui:134
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:134
msgctxt "retypepassdialog|retypeDocButton"
msgid "_Re-type"
msgstr "_እንደገና-መጻፊያ"
-#: retypepassdialog.ui:155
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:155
msgctxt "retypepassdialog|label2"
msgid "Document protection"
msgstr "ሰነድ መጠበቂያ"
-#: retypepassdialog.ui:217
+#: sc/uiconfig/scalc/ui/retypepassdialog.ui:217
msgctxt "retypepassdialog|label3"
msgid "Sheet protection"
msgstr "ወረቀት መጠበቂያ"
-#: retypepassworddialog.ui:8
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:8
msgctxt "retypepassworddialog|RetypePasswordDialog"
msgid "Re-type Password"
msgstr "የ መግቢያ ቃል እንደ-ገና ይጻፉ"
-#: retypepassworddialog.ui:81
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:81
msgctxt "retypepassworddialog|retypepassword"
msgid "Re-type password"
msgstr "የ መግቢያ ቃል እንደ-ገና ይጻፉ"
-#: retypepassworddialog.ui:140
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:140
msgctxt "retypepassworddialog|label4"
msgid "Pa_ssword:"
msgstr "የ መ_ግቢያ ቃል:"
-#: retypepassworddialog.ui:154
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:154
msgctxt "retypepassworddialog|label5"
msgid "Confi_rm:"
msgstr "ማረጋ_ገጫ:"
-#: retypepassworddialog.ui:165
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:165
msgctxt "retypepassworddialog|mustmatch"
msgid "New password must match the original password"
msgstr "አዲሱ የ መግቢያ ቃል ከ ዋናው የ መግቢያ ቃል ጋር አንድ አይነት መሆን አለበት"
-#: retypepassworddialog.ui:190
+#: sc/uiconfig/scalc/ui/retypepassworddialog.ui:190
msgctxt "retypepassworddialog|removepassword"
msgid "Remove password from this protected item"
msgstr "ከዚህ ከሚጠበቅ እቃ ላይ የ መግቢያ ቃሉን ማስወገጃ"
-#: rightfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/rightfooterdialog.ui:8
msgctxt "rightfooterdialog|RightFooterDialog"
msgid "Footer (right)"
msgstr "ግርጌ (በ ቀኝ)"
-#: rightfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/rightfooterdialog.ui:106
msgctxt "rightfooterdialog|footerright"
msgid "Footer (right)"
msgstr "ግርጌ (በ ቀኝ)"
-#: rightheaderdialog.ui:8
+#: sc/uiconfig/scalc/ui/rightheaderdialog.ui:8
msgctxt "rightheaderdialog|RightHeaderDialog"
msgid "Header (right)"
msgstr "ራስጌ (በ ቀኝ)"
-#: rightheaderdialog.ui:106
+#: sc/uiconfig/scalc/ui/rightheaderdialog.ui:106
msgctxt "rightheaderdialog|headerright"
msgid "Header (right)"
msgstr "ራስጌ (በ ቀኝ)"
-#: rowheightdialog.ui:8
+#: sc/uiconfig/scalc/ui/rowheightdialog.ui:8
msgctxt "rowheightdialog|RowHeightDialog"
msgid "Row Height"
msgstr "የ ረድፍ እርዝመት"
-#: rowheightdialog.ui:88
+#: sc/uiconfig/scalc/ui/rowheightdialog.ui:88
msgctxt "rowheightdialog|label1"
msgid "Height:"
msgstr "እርዝመት:"
-#: rowheightdialog.ui:112
+#: sc/uiconfig/scalc/ui/rowheightdialog.ui:111
msgctxt "rowheightdialog|default"
msgid "_Default value"
msgstr "_ነባር ዋጋ"
-#: samplingdialog.ui:21
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:21
msgctxt "samplingdialog|SamplingDialog"
msgid "Sampling"
msgstr "ናሙና"
-#: samplingdialog.ui:113
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:113
msgctxt "samplingdialog|input-range-label"
msgid "Input range:"
msgstr "የ ማስገቢያ መጠን:"
-#: samplingdialog.ui:152
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:151
msgctxt "samplingdialog|output-range-label"
msgid "Results to:"
msgstr "ውጤቶች ወደ:"
-#: samplingdialog.ui:194
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:192
msgctxt "samplingdialog|label4"
msgid "Data"
msgstr "ዳታ"
-#: samplingdialog.ui:250
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:247
msgctxt "samplingdialog|label1"
msgid "Sample size:"
msgstr "የ ናሙና መጠን:"
-#: samplingdialog.ui:262
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:259
msgctxt "samplingdialog|random-method-radio"
msgid "Random"
msgstr "በነሲብ"
-#: samplingdialog.ui:278
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:276
msgctxt "samplingdialog|periodic-method-radio"
msgid "Periodic"
msgstr "በየጊዜው"
-#: samplingdialog.ui:315
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:313
msgctxt "samplingdialog|label3"
msgid "Period:"
msgstr "ጊዜ:"
-#: samplingdialog.ui:332
+#: sc/uiconfig/scalc/ui/samplingdialog.ui:330
msgctxt "samplingdialog|label2"
msgid "Sampling Method"
msgstr "የናሙና ዘዴ"
-#: scenariodialog.ui:9
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:9
msgctxt "scenariodialog|ScenarioDialog"
msgid "Create Scenario"
msgstr "ትእይንት መፍጠሪያ"
-#: scenariodialog.ui:111
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:111
msgctxt "scenariodialog|label1"
msgid "Name of Scenario"
msgstr "የ ትእይንት ስም"
-#: scenariodialog.ui:155
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:155
msgctxt "scenariodialog|label2"
msgid "Comment"
msgstr "አስተያየት"
-#: scenariodialog.ui:189
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:189
msgctxt "scenariodialog|copyback"
msgid "Copy _back"
msgstr "_መልሶ ኮፒ ማድረጊያ"
-#: scenariodialog.ui:204
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:204
msgctxt "scenariodialog|copysheet"
msgid "Copy _entire sheet"
msgstr "_ጠቅላላ ገጹን ኮፒ ማድረጊያ"
-#: scenariodialog.ui:219
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:219
msgctxt "scenariodialog|preventchanges"
msgid "_Prevent changes"
msgstr "ለውጦች _መከልከያ"
-#: scenariodialog.ui:239
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:239
msgctxt "scenariodialog|showframe"
msgid "_Display border"
msgstr "ድንበር _ማሳያ"
-#: scenariodialog.ui:264
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:264
msgctxt "scenariodialog|bordercolor-atkobject"
msgid "Display border in"
msgstr "ድንበር ማሳያ በ"
-#: scenariodialog.ui:287
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:287
msgctxt "scenariodialog|label3"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: scenariodialog.ui:303
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:303
msgctxt "scenariodialog|alttitle"
msgid "Edit Scenario"
msgstr "ትእይንት ማረሚያ"
-#: scenariodialog.ui:319
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:319
msgctxt "scenariodialog|createdft"
msgid "Created by"
msgstr "የተፈጠረው በ"
-#: scenariodialog.ui:330
+#: sc/uiconfig/scalc/ui/scenariodialog.ui:330
msgctxt "scenariodialog|onft"
msgid "on"
msgstr "ማብሪያ"
-#: scenariomenu.ui:12
+#: sc/uiconfig/scalc/ui/scenariomenu.ui:12
msgctxt "scenariomenu|delete"
msgid "Delete"
msgstr "ማጥፊያ"
-#: scenariomenu.ui:20
+#: sc/uiconfig/scalc/ui/scenariomenu.ui:20
msgctxt "scenariomenu|edit"
msgid "Properties..."
msgstr "ባህሪዎች..."
-#: scgeneralpage.ui:48
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:48
msgctxt "scgeneralpage|label4"
msgid "Measurement _unit:"
msgstr "የ መለኪያ _ክፍል:"
-#: scgeneralpage.ui:62
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:62
msgctxt "scgeneralpage|label5"
msgid "_Tab stops:"
msgstr "_ማስረጊያ ማስቆሚያ:"
-#: scgeneralpage.ui:102
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:101
msgctxt "scgeneralpage|label1"
msgid "Metrics"
msgstr "መነሻዎች"
-#: scgeneralpage.ui:138
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:137
msgctxt "scgeneralpage|label6"
msgid "Update links when opening"
msgstr "በሚከፈት ጊዜ አገናኞችን ማሻሻያ"
-#: scgeneralpage.ui:157
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:156
msgctxt "scgeneralpage|alwaysrb"
-msgid "_Always"
-msgstr "_ሁል ጊዜ"
+msgid "_Always (from trusted locations)"
+msgstr "_ሁል ጊዜ (ከ ታመኑ አካባቢዎች)"
-#: scgeneralpage.ui:175
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:174
msgctxt "scgeneralpage|requestrb"
msgid "_On request"
msgstr "_በሚጠየቅ ጊዜ"
-#: scgeneralpage.ui:193
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:192
msgctxt "scgeneralpage|neverrb"
msgid "_Never"
msgstr "_በፍጹም"
-#: scgeneralpage.ui:225
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:224
msgctxt "scgeneralpage|label2"
msgid "Updating"
msgstr "በማሻሻል ላይ"
-#: scgeneralpage.ui:265
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:264
msgctxt "scgeneralpage|editmodecb"
msgid "Press Enter to switch to _edit mode"
msgstr "ወደ _ማረሚያ ዘዴ ለመቀየር ማስገቢያውን ይጫኑ"
-#: scgeneralpage.ui:281
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:281
msgctxt "scgeneralpage|formatcb"
msgid "Expand _formatting"
msgstr "_አቀራረቡን ማስፊያ"
-#: scgeneralpage.ui:297
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:297
msgctxt "scgeneralpage|exprefcb"
msgid "Expand _references when new columns/rows are inserted"
msgstr "አዲስ አምዶች/ረድፎች በሚገቡ ጊዜ _ማመሳከሪያውን ማስፊያ"
-#: scgeneralpage.ui:318
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:318
msgctxt "scgeneralpage|alignlb"
msgid "Down"
msgstr "ወደ ታች"
-#: scgeneralpage.ui:319
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:319
msgctxt "scgeneralpage|alignlb"
msgid "Right"
msgstr "በ ቀኝ"
-#: scgeneralpage.ui:320
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:320
msgctxt "scgeneralpage|alignlb"
msgid "Up"
msgstr "ወደ ላይ"
-#: scgeneralpage.ui:321
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:321
msgctxt "scgeneralpage|alignlb"
msgid "Left"
msgstr "በ ግራ"
-#: scgeneralpage.ui:331
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:331
msgctxt "scgeneralpage|aligncb"
msgid "Press Enter to _move selection"
msgstr "የ ተመረጠውን ለ _ማንቀሳቀስ ማስገቢያውን ይጫኑ"
-#: scgeneralpage.ui:346
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:346
msgctxt "scgeneralpage|legacy_cell_selection_cb"
msgid "Use legacy cursor movement behavior when selecting"
msgstr "የ መጠቆሚያ እንቅስቃሴ ባህሪ በሚመርጡ ጊዜ ይጠቀሙ"
-#: scgeneralpage.ui:361
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:361
msgctxt "scgeneralpage|replwarncb"
msgid "Show overwrite _warning when pasting data"
msgstr "በ ላዩ ላይ ደርቦ መጻፊያ _ማስጠንቀቂያ ማሳያ ዳታ በሚለጠፍ ጊዜ"
-#: scgeneralpage.ui:376
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:376
msgctxt "scgeneralpage|textfmtcb"
msgid "Use printer metrics for text formatting"
msgstr "ለ ጽሁፍ አቀራረብ የ ማተሚያ መለኪያ ይጠቀሙ"
-#: scgeneralpage.ui:390
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:390
msgctxt "scgeneralpage|markhdrcb"
msgid "Highlight sele_ction in column/row headers"
msgstr "የተመ_ረጠውን ማድመቂያ በ አምድ/ረድፍ ራስጌዎች ውስጥ"
-#: scgeneralpage.ui:405
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:405
msgctxt "scgeneralpage|sortrefupdatecb"
msgid "Update references when sorting range of cells"
msgstr "ማመሳከሪያዎችን ማሻሻያ የ ክፍሎች መጠን በሚለይ ጊዜ"
-#: scgeneralpage.ui:440
+#: sc/uiconfig/scalc/ui/scgeneralpage.ui:440
msgctxt "scgeneralpage|label3"
msgid "Input Settings"
msgstr "ማስገቢያ ማሰናጃዎች"
-#: searchresults.ui:9
+#: sc/uiconfig/scalc/ui/searchresults.ui:9
msgctxt "searchresults|SearchResultsDialog"
msgid "Search Results"
msgstr "የ ፍለጋው ውጤቶች"
-#: selectdatasource.ui:8
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:8
msgctxt "selectdatasource|SelectDataSourceDialog"
msgid "Select Data Source"
msgstr "የ ዳታ ምንጭ ይምረጡ"
-#: selectdatasource.ui:99
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:99
msgctxt "selectdatasource|label2"
msgid "_Database:"
msgstr "_ዳታቤዝ:"
-#: selectdatasource.ui:115
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:115
msgctxt "selectdatasource|label4"
msgid "_Type:"
msgstr "_አይነት:"
-#: selectdatasource.ui:145
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:145
msgctxt "selectdatasource|type"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: selectdatasource.ui:146
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:146
msgctxt "selectdatasource|type"
msgid "Query"
msgstr "ጥያቄ"
-#: selectdatasource.ui:147
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:147
msgctxt "selectdatasource|type"
msgid "Sql"
msgstr "Sql"
-#: selectdatasource.ui:148
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:148
msgctxt "selectdatasource|type"
msgid "Sql [Native]"
msgstr "Sql [Native]"
-#: selectdatasource.ui:163
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:163
msgctxt "selectdatasource|label3"
msgid "Data so_urce:"
msgstr "የ ዳታ ምን_ጭ:"
-#: selectdatasource.ui:201
+#: sc/uiconfig/scalc/ui/selectdatasource.ui:201
msgctxt "selectdatasource|label1"
msgid "Selection"
msgstr "የተመረጠው"
-#: selectrange.ui:7
+#: sc/uiconfig/scalc/ui/selectrange.ui:7
msgctxt "selectrange|SelectRangeDialog"
msgid "Select Database Range"
msgstr "የ ዳታቤዝ መጠን ይምረጡ"
-#: selectrange.ui:107
+#: sc/uiconfig/scalc/ui/selectrange.ui:107
msgctxt "selectrange|label1"
msgid "Ranges"
msgstr "መጠኖች"
-#: selectsource.ui:8
+#: sc/uiconfig/scalc/ui/selectsource.ui:8
msgctxt "selectsource|SelectSourceDialog"
msgid "Select Source"
msgstr "ምንጩን መምረጫ"
-#: selectsource.ui:94
+#: sc/uiconfig/scalc/ui/selectsource.ui:94
msgctxt "selectsource|selection"
msgid "_Current selection"
msgstr "_የአሁኑ ምርጫ"
-#: selectsource.ui:117
+#: sc/uiconfig/scalc/ui/selectsource.ui:117
msgctxt "selectsource|namedrange"
msgid "_Named range:"
msgstr "የ _ተሰየመ መጠን:"
-#: selectsource.ui:158
+#: sc/uiconfig/scalc/ui/selectsource.ui:158
msgctxt "selectsource|database"
msgid "_Data source registered in %PRODUCTNAME"
msgstr "_የዳታ ምንጩ ተመዝግቧል በ %PRODUCTNAME"
-#: selectsource.ui:175
+#: sc/uiconfig/scalc/ui/selectsource.ui:175
msgctxt "selectsource|external"
msgid "_External source/interface"
msgstr "የ _ውጪ ምንጭ/ገጽታ"
-#: selectsource.ui:198
+#: sc/uiconfig/scalc/ui/selectsource.ui:198
msgctxt "selectsource|label1"
msgid "Selection"
msgstr "የተመረጠው"
-#: sharedfooterdialog.ui:8
+#: sc/uiconfig/scalc/ui/sharedfooterdialog.ui:8
msgctxt "sharedfooterdialog|SharedFooterDialog"
msgid "Headers/Footers"
msgstr "ራስጌዎች/ግርጌዎች"
-#: sharedfooterdialog.ui:106
+#: sc/uiconfig/scalc/ui/sharedfooterdialog.ui:106
msgctxt "sharedfooterdialog|headerright"
msgid "Header (right)"
msgstr "ራስጌ (በ ቀኝ)"
-#: sharedfooterdialog.ui:128
+#: sc/uiconfig/scalc/ui/sharedfooterdialog.ui:128
msgctxt "sharedfooterdialog|headerleft"
msgid "Header (left)"
msgstr "ራስጌ (በ ግራ)"
-#: sharedfooterdialog.ui:151
+#: sc/uiconfig/scalc/ui/sharedfooterdialog.ui:151
msgctxt "sharedfooterdialog|footer"
msgid "Footer"
msgstr "ግርጌ"
-#: sharedheaderdialog.ui:8
+#: sc/uiconfig/scalc/ui/sharedheaderdialog.ui:8
msgctxt "sharedheaderdialog|SharedHeaderDialog"
msgid "Headers/Footers"
msgstr "ራስጌዎች/ግርጌዎች"
-#: sharedheaderdialog.ui:106
+#: sc/uiconfig/scalc/ui/sharedheaderdialog.ui:106
msgctxt "sharedheaderdialog|header"
msgid "Header"
msgstr "ራስጌ"
-#: sharedheaderdialog.ui:128
+#: sc/uiconfig/scalc/ui/sharedheaderdialog.ui:128
msgctxt "sharedheaderdialog|footerright"
msgid "Footer (right)"
msgstr "ግርጌ (በ ቀኝ)"
-#: sharedheaderdialog.ui:151
+#: sc/uiconfig/scalc/ui/sharedheaderdialog.ui:151
msgctxt "sharedheaderdialog|footerleft"
msgid "Footer (left)"
msgstr "ግርጌ (በ ግራ)"
-#: sharedocumentdlg.ui:8
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:8
msgctxt "sharedocumentdlg|ShareDocumentDialog"
msgid "Share Document"
msgstr "ሰነድ ማካፈያ"
-#: sharedocumentdlg.ui:90
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:90
msgctxt "sharedocumentdlg|share"
msgid "_Share this spreadsheet with other users"
msgstr "ይህን ሰንጠረዥ ከሌሎች ተጠቃሚዎች ጋር _መካፈያ"
-#: sharedocumentdlg.ui:116
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:116
msgctxt "sharedocumentdlg|warning"
msgid "Note: Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities."
msgstr "ማስታወሻ: ባህሪዎችን ለመቀየር ወደ አቀራረብ መለያ እንደ ፊደሎች: ቀለሞች እና ቁጥር አቀራረብ አይቀመጡም እና አንዳንድ ተግባሮች እንደ ቻርትስ ማረሚያ እና እቃዎችን መሳያ ያሉ ዝግጁ አይሆኑም ለማካፈያ ዘዴ: በመጀመሪያ የማካፈያ ዘዴውን ያጥፉ ሙሉ በሙሉ ፍቃድ ለማግኘት ለ እነዚህ ለውጦች እና ተግባሮች"
-#: sharedocumentdlg.ui:169
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:169
msgctxt "sharedocumentdlg|name"
msgid "Name"
msgstr "ስም"
-#: sharedocumentdlg.ui:181
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:181
msgctxt "sharedocumentdlg|accessed"
msgid "Accessed"
msgstr "Accessed"
-#: sharedocumentdlg.ui:222
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:222
msgctxt "sharedocumentdlg|nouserdata"
msgid "No user data available."
msgstr "ምንም የተጠቃሚ ዳታ የለም"
-#: sharedocumentdlg.ui:234
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:234
msgctxt "sharedocumentdlg|unknownuser"
msgid "Unknown User"
msgstr "ያልታወቀ ተጠቃሚ"
-#: sharedocumentdlg.ui:246
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:246
msgctxt "sharedocumentdlg|exclusive"
msgid "(exclusive access)"
msgstr "(exclusive access)"
-#: sharedocumentdlg.ui:269
+#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:269
msgctxt "sharedocumentdlg|label1"
msgid "Users Currently Accessing This Spreadsheet"
msgstr "ተጠቃሚዎች አሁን ይህን ሰንጠረዥ እየተጠቀሙበት ነው"
-#: sheetprintpage.ui:63
+#: sc/uiconfig/scalc/ui/sharedwarningdialog.ui:12
+msgctxt "sharedwarningdialog|SharedWarningDialog"
+msgid "The spreadsheet is in shared mode. This allows multiple users to access and edit the spreadsheet at the same time."
+msgstr "ይህ ሰንጠረዥ በ ማካፈያ ዘዴ ውስጥ ነው: ይህ በርካታ ተጠቃሚዎች ወድ ሰንጠረዡ እንዲደርሱ እና እንዲያርሙ ያስችላል በ ተመሳሳይ ጊዜ ውስጥ"
+
+#: sc/uiconfig/scalc/ui/sharedwarningdialog.ui:13
+msgctxt "sharedwarningdialog|SharedWarningDialog"
+msgid "Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities."
+msgstr "የ አቀራረብ ባህሪዎች መቀየሪያ እንደ ፊደል: ቀለም እና የ ቁጥር አቀራረብ አይቀመጡም እና አንዳንድ ተግባሮች እንደ ማረሚያ: ቻርትስ እና መሳያ እቃዎች በ ማካፈያ ዘዴ ውስጥ ዝግጁ አይደሉም: የ ማካፈያ ዘዴውን ይዝጉ ሙሉ በሙሉ ፍቃድ ለማግኘት እና ለሚፈልጉዋቸው ለውጦች እና ተግባሮች ለ መፈጸም"
+
+#: sc/uiconfig/scalc/ui/sharedwarningdialog.ui:32
+msgctxt "sharedwarningdialog|ask"
+msgid "Do not show warning again."
+msgstr "ማስጠንቀቂያ በድጋሚ አታሳየኝ"
+
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:63
msgctxt "sheetprintpage|radioBTN_TOPDOWN"
msgid "_Top to bottom, then right"
msgstr "ከ _ላይ ወደ ታች: ከዚያ ወደ ቀኝ"
-#: sheetprintpage.ui:80
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:80
msgctxt "sheetprintpage|radioBTN_LEFTRIGHT"
msgid "_Left to right, then down"
msgstr "ከ _ግራ ወደ ቀኝ: ከዚያ ወደ ታች"
-#: sheetprintpage.ui:99
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:99
msgctxt "sheetprintpage|checkBTN_PAGENO"
msgid "First _page number:"
msgstr "የ መጀመሪያ _ገጽ ቁጥር:"
-#: sheetprintpage.ui:162
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:167
msgctxt "sheetprintpage|labelPageOrder"
msgid "Page Order"
msgstr "የገጽ ተራ"
-#: sheetprintpage.ui:196
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:201
msgctxt "sheetprintpage|checkBTN_HEADER"
msgid "_Column and row headers"
msgstr "የ _አምድ እና የ ረድፍ ራስጌዎች"
-#: sheetprintpage.ui:211
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:216
msgctxt "sheetprintpage|checkBTN_GRID"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: sheetprintpage.ui:227
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:232
msgctxt "sheetprintpage|checkBTN_NOTES"
msgid "_Comments"
msgstr "_አስተያየቶች"
-#: sheetprintpage.ui:242
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:247
msgctxt "sheetprintpage|checkBTN_OBJECTS"
msgid "_Objects/Images"
msgstr "_እቃዎች/ምስሎች"
-#: sheetprintpage.ui:257
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:262
msgctxt "sheetprintpage|checkBTN_CHARTS"
msgid "Charts"
msgstr "ቻርትስ"
-#: sheetprintpage.ui:272
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:277
msgctxt "sheetprintpage|checkBTN_DRAWINGS"
msgid "_Drawing objects"
msgstr "እቃዎች _መሳያ"
-#: sheetprintpage.ui:287
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:292
msgctxt "sheetprintpage|checkBTN_FORMULAS"
msgid "_Formulas"
msgstr "_መቀመሪያ"
-#: sheetprintpage.ui:302
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:307
msgctxt "sheetprintpage|checkBTN_NULLVALS"
msgid "_Zero values"
msgstr "_የዜሮ ዋጋዎች"
-#: sheetprintpage.ui:335
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:340
msgctxt "sheetprintpage|labelPrint"
msgid "Print"
msgstr "ማተሚያ"
-#: sheetprintpage.ui:368
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:373
msgctxt "sheetprintpage|labelScalingMode"
msgid "Scaling _mode:"
msgstr "መመጠኛ _ዘዴ"
-#: sheetprintpage.ui:393
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:398
msgctxt "sheetprintpage|labelSF"
msgid "_Scaling factor:"
msgstr "_የመመጠኛ ምክንያት:"
-#: sheetprintpage.ui:435
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:439
msgctxt "sheetprintpage|labelWP"
msgid "_Width in pages:"
msgstr "_ስፋት በ ገጾች ውስጥ:"
-#: sheetprintpage.ui:449
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:457
msgctxt "sheetprintpage|labelHP"
msgid "_Height in pages:"
msgstr "_እርዝመት በገጾች ውስጥ:"
-#: sheetprintpage.ui:486
-msgctxt "sheetprintpage|unsetwidth"
-msgid "Unspecified"
-msgstr "ያልተገለጸ"
-
-#: sheetprintpage.ui:499
-msgctxt "sheetprintpage|unsetheight"
-msgid "Unspecified"
-msgstr "ያልተገለጸ"
-
-#: sheetprintpage.ui:526
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:517
msgctxt "sheetprintpage|labelNP"
msgid "N_umber of pages:"
msgstr "የገጾች ቁ_ጥር:"
-#: sheetprintpage.ui:569
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:559
msgctxt "sheetprintpage|comboLB_SCALEMODE"
msgid "Reduce/enlarge printout"
msgstr "ህትመቱን ማሳነሻ/ማሳደጊያ"
-#: sheetprintpage.ui:570
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:560
msgctxt "sheetprintpage|comboLB_SCALEMODE"
msgid "Fit print range(s) to width/height"
msgstr "በ ማተሚያው ልክ መጠን(ኖች) ስፋት/እርዝመት"
-#: sheetprintpage.ui:571
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:561
msgctxt "sheetprintpage|comboLB_SCALEMODE"
msgid "Fit print range(s) on number of pages"
msgstr "በማተሚያው ልክ መጠን(ኖች) በ ገጽ ቁጥሮች ላይ"
-#: sheetprintpage.ui:590
+#: sc/uiconfig/scalc/ui/sheetprintpage.ui:580
msgctxt "sheetprintpage|labelScale"
msgid "Scale"
msgstr "መመዘኛ"
-#: showchangesdialog.ui:9
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:9
msgctxt "showchangesdialog|ShowChangesDialog"
msgid "Show Changes"
msgstr "ለውጦች ማሳያ"
-#: showchangesdialog.ui:86
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:86
msgctxt "showchangesdialog|showchanges"
msgid "_Show changes in spreadsheet"
msgstr "ለውጦቹን በ ሰንጠረዥ ላይ _ማሳያ"
-#: showchangesdialog.ui:118
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:118
msgctxt "showchangesdialog|showaccepted"
msgid "Show _accepted changes"
msgstr "የ _ተቀበልኩትን ለውጦች ማሳያ"
-#: showchangesdialog.ui:133
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:133
msgctxt "showchangesdialog|showrejected"
msgid "Show _rejected changes"
msgstr "_ያልተቀበልኩትን ለውጦች ማሳያ"
-#: showchangesdialog.ui:168
+#: sc/uiconfig/scalc/ui/showchangesdialog.ui:168
msgctxt "showchangesdialog|label1"
msgid "Filter Settings"
msgstr "ማጣሪያ ማሰናጃዎች"
-#: showdetaildialog.ui:10
+#: sc/uiconfig/scalc/ui/showdetaildialog.ui:10
msgctxt "showdetaildialog|ShowDetail"
msgid "Show Detail"
msgstr "ዝርዝር ማሳያ"
-#: showdetaildialog.ui:92
+#: sc/uiconfig/scalc/ui/showdetaildialog.ui:92
msgctxt "showdetaildialog|label1"
msgid "_Choose the field containing the detail you want to show"
msgstr "ለማሳየት የሚፈልጉትን ዝርዝር የያዘውን ሜዳ _ይምረጡ"
-#: showsheetdialog.ui:8
+#: sc/uiconfig/scalc/ui/showsheetdialog.ui:8
msgctxt "showsheetdialog|ShowSheetDialog"
msgid "Show Sheet"
msgstr "ወረቀት ማሳያ"
-#: showsheetdialog.ui:108
+#: sc/uiconfig/scalc/ui/showsheetdialog.ui:108
msgctxt "showsheetdialog|label1"
msgid "Hidden Sheets"
msgstr "የተደበቁ ወረቀቶች"
-#: sidebaralignment.ui:43
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:43
msgctxt "sidebaralignment|horizontalalignment|tooltip_text"
msgid "Horizontal Alignment"
msgstr "በ አግድም ማሰለፊያ"
-#: sidebaralignment.ui:106
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:106
msgctxt "sidebaralignment|verticalalignment|tooltip_text"
msgid "Vertical Alignment"
msgstr "በ ቁመት ማሰለፊያ"
-#: sidebaralignment.ui:256
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:256
msgctxt "sidebaralignment|leftindentlabel"
msgid "_Indent:"
msgstr "_ማስረጊያ:"
-#: sidebaralignment.ui:278
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:278
msgctxt "sidebaralignment|leftindent|tooltip_text"
msgid "Indents from the left edge."
msgstr "በ ግራ ጠርዝ በኩል ማስረጊያ"
-#: sidebaralignment.ui:285
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:284
msgctxt "sidebaralignment|leftindent-atkobject"
msgid "Left Indent"
msgstr "በ ግራ ማስረጊያ"
-#: sidebaralignment.ui:310
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:309
msgctxt "sidebaralignment|mergecells"
msgid "Merge cells"
msgstr "ክፍሎች ማዋሀጃ"
-#: sidebaralignment.ui:315
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:315
msgctxt "sidebaralignment|mergecells|tooltip_text"
msgid "Joins the selected cells into one."
msgstr "የተመረጡትን ክፍሎች ወደ አንድ ክፍል ማዋሀጃ"
-#: sidebaralignment.ui:329
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:329
msgctxt "sidebaralignment|wraptext"
msgid "Wrap text"
msgstr "ጽሁፍ መጠቅለያ"
-#: sidebaralignment.ui:334
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:335
msgctxt "sidebaralignment|wraptext|tooltip_text"
msgid "Wrap texts automatically."
msgstr "ራሱ በራሱ ጽሁፍ መጠቅለያ"
-#: sidebaralignment.ui:369
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:370
msgctxt "sidebaralignment|orientationlabel"
msgid "Text _orientation:"
msgstr "የ ጽሁፍ _አቅጣጫ:"
-#: sidebaralignment.ui:384
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:385
msgctxt "sidebaralignment|orientationdegrees|tooltip_text"
msgid "Select the angle for rotation."
msgstr "ለ ማዞር አንግል ይምረጡ"
-#: sidebaralignment.ui:390
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:391
msgctxt "sidebaralignment|orientationdegrees-atkobject"
msgid "Text Orientation"
msgstr "የ ጽሁፍ አቅጣጫ"
-#: sidebaralignment.ui:411
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:413
msgctxt "sidebaralignment|bottom|tooltip_text"
msgid "Text Extension From Lower Cell Border"
msgstr "የ ጽሁፍ ተቀጥያዎች ከ ዝቅተኛው ክፍል ድንበር"
-#: sidebaralignment.ui:429
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:432
msgctxt "sidebaralignment|top|tooltip_text"
msgid "Text Extension From Upper Cell Border"
msgstr "የ ጽሁፍ ተቀጥያዎች ከ ከፍተኛው ክፍል ድንበር"
-#: sidebaralignment.ui:447
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:451
msgctxt "sidebaralignment|standard|tooltip_text"
msgid "Text Extension Inside Cell"
msgstr "የ ጽሁፍ ተቀጥያዎች በ ክፍል ውስጥ"
-#: sidebaralignment.ui:476
+#: sc/uiconfig/scalc/ui/sidebaralignment.ui:480
msgctxt "sidebaralignment|stacked"
msgid "Vertically stacked"
msgstr "በ ቁመት የተደረደረ"
-#: sidebarcellappearance.ui:26
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:26
msgctxt "sidebarcellappearance|cellbackgroundlabel"
msgid "_Background:"
msgstr "_መደብ:"
-#: sidebarcellappearance.ui:42
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:42
msgctxt "sidebarcellappearance|cellbackgroundcolor|tooltip_text"
msgid "Select the background color of the selected cells."
msgstr "ለ ተመረጡት ክፍሎች የ መደብ ቀለም ይምረጡ"
-#: sidebarcellappearance.ui:50
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:50
msgctxt "sidebarcellappearance|cellbackground|tooltip_text"
msgid "Select the background color of the selected cells."
msgstr "ለ ተመረጡት ክፍሎች የ መደብ ቀለም ይምረጡ"
-#: sidebarcellappearance.ui:91
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:91
msgctxt "sidebarcellappearance|bordertype|tooltip_text"
msgid "Specify the borders of the selected cells."
msgstr "ለ ተመረጡት ክፍሎች ድንበር ይወስኑ"
-#: sidebarcellappearance.ui:126
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:126
msgctxt "sidebarcellappearance|linestyle|tooltip_text"
msgid "Select the line style of the borders."
msgstr "የድንበሮች መስመር ዘዴ ይምረጡ"
-#: sidebarcellappearance.ui:139
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:139
msgctxt "sidebarcellappearance|borderlinestyle-atkobject"
msgid "Border Line Style"
msgstr "የ ድንበር መስመር ዘዴ"
-#: sidebarcellappearance.ui:154
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:154
msgctxt "sidebarcellappearance|borderlinecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr "የ ድንበሮች መስመር ቀለም ይምረጡ"
-#: sidebarcellappearance.ui:162
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:162
msgctxt "sidebarcellappearance|linecolor|tooltip_text"
msgid "Select the line color of the borders."
msgstr "የ ድንበሮች መስመር ዘዴ ይምረጡ"
-#: sidebarcellappearance.ui:175
+#: sc/uiconfig/scalc/ui/sidebarcellappearance.ui:175
msgctxt "sidebarcellappearance|borderlinecolor-atkobject"
msgid "Border Line Color"
msgstr "የ ድንበር መስመር ቀለም"
-#: sidebarnumberformat.ui:38
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:38
msgctxt "sidebarnumberformat|category|tooltip_text"
msgid "Select a category of contents."
msgstr "የ ምድብ ይዞታዎችን ይምረጡ"
-#: sidebarnumberformat.ui:41
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:41
msgctxt "sidebarnumberformat|category"
msgid "General"
msgstr "ባጠቃላይ"
-#: sidebarnumberformat.ui:42
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:42
msgctxt "sidebarnumberformat|category"
msgid "Number"
msgstr "ቁጥር"
-#: sidebarnumberformat.ui:43
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:43
msgctxt "sidebarnumberformat|category"
msgid "Percent"
msgstr "ፐርሰንት"
-#: sidebarnumberformat.ui:44
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:44
msgctxt "sidebarnumberformat|category"
msgid "Currency"
msgstr "ገንዘብ"
-#: sidebarnumberformat.ui:45
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:45
msgctxt "sidebarnumberformat|category"
msgid "Date "
msgstr "ቀን "
-#: sidebarnumberformat.ui:46
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:46
msgctxt "sidebarnumberformat|category"
msgid "Time"
msgstr "ሰአት"
-#: sidebarnumberformat.ui:47
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:47
msgctxt "sidebarnumberformat|category"
msgid "Scientific"
msgstr "ሳይንሳዊ"
-#: sidebarnumberformat.ui:48
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:48
msgctxt "sidebarnumberformat|category"
msgid "Fraction"
msgstr "ክፍልፋይ"
-#: sidebarnumberformat.ui:49
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:49
msgctxt "sidebarnumberformat|category"
msgid "Boolean Value"
msgstr "የ ቡሊያን ዋጋ"
-#: sidebarnumberformat.ui:50
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:50
msgctxt "sidebarnumberformat|category"
msgid "Text"
msgstr "ጽሁፍ"
-#: sidebarnumberformat.ui:54
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:54
msgctxt "sidebarnumberformat|category-atkobject"
msgid "Category"
msgstr "ምድብ"
-#: sidebarnumberformat.ui:135
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:135
msgctxt "sidebarnumberformat|decimalplaceslabel"
msgid "_Decimal places:"
msgstr "_የዴሲማል ቦታዎች:"
-#: sidebarnumberformat.ui:150
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:150
msgctxt "sidebarnumberformat|decimalplaces|tooltip_text"
msgid "Enter the number of decimal places that you want to display."
msgstr "ማሳየት የሚፈልጉትን የዴሲማል ቦታዎች ያስገቡ"
-#: sidebarnumberformat.ui:155
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:154
msgctxt "sidebarnumberformat|decimalplaces-atkobject"
msgid "Decimal Places"
msgstr "የ ዴሲማል ቦታዎች"
-#: sidebarnumberformat.ui:169
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:168
msgctxt "sidebarnumberformat|denominatorplaceslabel"
msgid "Den_ominator places:"
msgstr "የ ተካ_ፋይ ቦታዎች:"
-#: sidebarnumberformat.ui:184
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:183
msgctxt "sidebarnumberformat|denominatorplaces|tooltip_text"
msgid "Enter the number of places for the denominator that you want to display."
msgstr "የ ቁጥር ቦታዎች ያስገቡ ለ ተካፋይ እርስዎ ማሳየት የሚፈልጉትን"
-#: sidebarnumberformat.ui:189
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:187
msgctxt "sidebarnumberformat|denominatorplaces-atkobject"
msgid "Denominator Places"
msgstr "የ ተካፋይ ቦታዎች"
-#: sidebarnumberformat.ui:216
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:214
msgctxt "sidebarnumberformat|leadingzeroeslabel"
msgid "Leading _zeroes:"
msgstr "ቀዳሚ _ዜሮዎች:"
-#: sidebarnumberformat.ui:232
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:230
msgctxt "sidebarnumberformat|leadingzeroes|tooltip_text"
msgid "Enter the maximum number of zeroes to display before the decimal point."
msgstr "ከዴሲማል ነጥብ በፊት ማሳየት የሚፍልጉትን ከፍተኛ የዜሮ ቁጥር ያስገቡ"
-#: sidebarnumberformat.ui:237
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:234
msgctxt "sidebarnumberformat|leadingzeroes-atkobject"
msgid "Leading Zeroes"
msgstr "ቀዳሚ ዜሮዎች"
-#: sidebarnumberformat.ui:264
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:261
msgctxt "sidebarnumberformat|negativenumbersred"
msgid "_Negative numbers in red"
msgstr "_አሉታዊ ቁጥሮች በ ቀይ ቀለም"
-#: sidebarnumberformat.ui:270
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:267
msgctxt "sidebarnumberformat|negativenumbersred|tooltip_text"
msgid "Changes the font color of negative numbers to red."
msgstr "የ አሉታዊ ቁጥሮችን ፊደል ወደ ቀይ ቀለም መቀየሪያ"
-#: sidebarnumberformat.ui:283
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:280
msgctxt "sidebarnumberformat|thousandseparator"
msgid "_Thousands separator"
msgstr "_ሺዎች መለያያ"
-#: sidebarnumberformat.ui:289
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:286
msgctxt "sidebarnumberformat|thousandseparator|tooltip_text"
msgid "Inserts a separator between thousands."
msgstr "በሺዎች መካከል መለያ ማስገቢያ"
-#: sidebarnumberformat.ui:302
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:299
msgctxt "sidebarnumberformat|engineeringnotation"
msgid "_Engineering notation"
msgstr "የ _ኤንጂኔር ምልክት"
-#: sidebarnumberformat.ui:308
+#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:305
msgctxt "sidebarnumberformat|engineeringnotation|tooltip_text"
msgid "Ensures that exponent is a multiple of 3."
msgstr "እርግጠኛ ይሁኑ ኤክስፖነንት በ 3 ያለ ቀሪ እንደሚካፈል"
-#: simplerefdialog.ui:9
+#: sc/uiconfig/scalc/ui/simplerefdialog.ui:9
msgctxt "simplerefdialog|SimpleRefDialog"
msgid "Set range"
msgstr "መጠን ማሰናጃ"
-#: simplerefdialog.ui:30
+#: sc/uiconfig/scalc/ui/simplerefdialog.ui:30
msgctxt "simplerefdialog|area"
msgid "Area:"
msgstr "ቦታ:"
-#: solverdlg.ui:9
+#: sc/uiconfig/scalc/ui/solverdlg.ui:9
msgctxt "solverdlg|SolverDialog"
msgid "Solver"
msgstr "መፍትሄ ሰጪ"
-#: solverdlg.ui:22
+#: sc/uiconfig/scalc/ui/solverdlg.ui:22
msgctxt "solverdlg|options"
msgid "O_ptions..."
msgstr "ም_ርጫዎች..."
-#: solverdlg.ui:65
+#: sc/uiconfig/scalc/ui/solverdlg.ui:65
msgctxt "solverdlg|solve"
msgid "_Solve"
msgstr "_መፍትሄ"
-#: solverdlg.ui:107
+#: sc/uiconfig/scalc/ui/solverdlg.ui:107
msgctxt "solverdlg|targetlabel"
msgid "_Target cell"
msgstr "_ኢላማው ክፍል"
-#: solverdlg.ui:120
+#: sc/uiconfig/scalc/ui/solverdlg.ui:120
msgctxt "solverdlg|result"
msgid "Optimize result to"
msgstr "ከፍተኛው ውጤት ወደ"
-#: solverdlg.ui:133
+#: sc/uiconfig/scalc/ui/solverdlg.ui:133
msgctxt "solverdlg|changelabel"
msgid "_By changing cells"
msgstr "ክፍሎቹን _በ መቀየር"
-#: solverdlg.ui:144
+#: sc/uiconfig/scalc/ui/solverdlg.ui:144
msgctxt "solverdlg|min"
msgid "Minim_um"
msgstr "አነስ_ተኛ"
-#: solverdlg.ui:163
+#: sc/uiconfig/scalc/ui/solverdlg.ui:163
msgctxt "solverdlg|max"
msgid "_Maximum"
msgstr "_ከፍተኛ"
-#: solverdlg.ui:263
+#: sc/uiconfig/scalc/ui/solverdlg.ui:263
msgctxt "solverdlg|value"
msgid "_Value of"
msgstr "_ዋጋ ከ"
-#: solverdlg.ui:366
+#: sc/uiconfig/scalc/ui/solverdlg.ui:365
msgctxt "solverdlg|cellreflabel"
msgid "_Cell reference"
msgstr "_ክፍል ማመሳከሪያ"
-#: solverdlg.ui:380
+#: sc/uiconfig/scalc/ui/solverdlg.ui:379
msgctxt "solverdlg|oplabel"
msgid "_Operator"
msgstr "_አንቀሳቃሽ"
-#: solverdlg.ui:394
+#: sc/uiconfig/scalc/ui/solverdlg.ui:393
msgctxt "solverdlg|constraintlabel"
msgid "V_alue"
msgstr "ዋ_ጋ"
-#: solverdlg.ui:413
+#: sc/uiconfig/scalc/ui/solverdlg.ui:411
msgctxt "solverdlg|ref1edit-atkobject"
msgid "Cell reference"
msgstr "የ ክፍል ማመሳከሪያ"
-#: solverdlg.ui:431
+#: sc/uiconfig/scalc/ui/solverdlg.ui:428
msgctxt "solverdlg|ref2edit-atkobject"
msgid "Cell reference"
msgstr "የ ክፍል ማመሳከሪያ"
-#: solverdlg.ui:449
+#: sc/uiconfig/scalc/ui/solverdlg.ui:445
msgctxt "solverdlg|ref3edit-atkobject"
msgid "Cell reference"
msgstr "የ ክፍል ማመሳከሪያ"
-#: solverdlg.ui:467
+#: sc/uiconfig/scalc/ui/solverdlg.ui:462
msgctxt "solverdlg|ref4edit-atkobject"
msgid "Cell reference"
msgstr "የ ክፍል ማመሳከሪያ"
-#: solverdlg.ui:527
+#: sc/uiconfig/scalc/ui/solverdlg.ui:522
msgctxt "solverdlg|op1list"
msgid "<="
msgstr "<="
-#: solverdlg.ui:528
+#: sc/uiconfig/scalc/ui/solverdlg.ui:523
msgctxt "solverdlg|op1list"
msgid "="
msgstr "="
-#: solverdlg.ui:529
+#: sc/uiconfig/scalc/ui/solverdlg.ui:524
msgctxt "solverdlg|op1list"
msgid "=>"
msgstr "=>"
-#: solverdlg.ui:530
+#: sc/uiconfig/scalc/ui/solverdlg.ui:525
msgctxt "solverdlg|op1list"
msgid "Integer"
msgstr "Integer"
-#: solverdlg.ui:531
+#: sc/uiconfig/scalc/ui/solverdlg.ui:526
msgctxt "solverdlg|op1list"
msgid "Binary"
msgstr "Binary"
-#: solverdlg.ui:535
+#: sc/uiconfig/scalc/ui/solverdlg.ui:530
msgctxt "solverdlg|op1list-atkobject"
msgid "Operator"
msgstr "አንቀሳቃሽ"
-#: solverdlg.ui:551
+#: sc/uiconfig/scalc/ui/solverdlg.ui:546
msgctxt "solverdlg|op2list"
msgid "<="
msgstr "<="
-#: solverdlg.ui:552
+#: sc/uiconfig/scalc/ui/solverdlg.ui:547
msgctxt "solverdlg|op2list"
msgid "="
msgstr "="
-#: solverdlg.ui:553
+#: sc/uiconfig/scalc/ui/solverdlg.ui:548
msgctxt "solverdlg|op2list"
msgid "=>"
msgstr "=>"
-#: solverdlg.ui:554
+#: sc/uiconfig/scalc/ui/solverdlg.ui:549
msgctxt "solverdlg|op2list"
msgid "Integer"
msgstr "Integer"
-#: solverdlg.ui:555
+#: sc/uiconfig/scalc/ui/solverdlg.ui:550
msgctxt "solverdlg|op2list"
msgid "Binary"
msgstr "Binary"
-#: solverdlg.ui:559
+#: sc/uiconfig/scalc/ui/solverdlg.ui:554
msgctxt "solverdlg|op2list-atkobject"
msgid "Operator"
msgstr "አንቀሳቃሽ"
-#: solverdlg.ui:575
+#: sc/uiconfig/scalc/ui/solverdlg.ui:570
msgctxt "solverdlg|op3list"
msgid "<="
msgstr "<="
-#: solverdlg.ui:576
+#: sc/uiconfig/scalc/ui/solverdlg.ui:571
msgctxt "solverdlg|op3list"
msgid "="
msgstr "="
-#: solverdlg.ui:577
+#: sc/uiconfig/scalc/ui/solverdlg.ui:572
msgctxt "solverdlg|op3list"
msgid "=>"
msgstr "=>"
-#: solverdlg.ui:578
+#: sc/uiconfig/scalc/ui/solverdlg.ui:573
msgctxt "solverdlg|op3list"
msgid "Integer"
msgstr "Integer"
-#: solverdlg.ui:579
+#: sc/uiconfig/scalc/ui/solverdlg.ui:574
msgctxt "solverdlg|op3list"
msgid "Binary"
msgstr "Binary"
-#: solverdlg.ui:583
+#: sc/uiconfig/scalc/ui/solverdlg.ui:578
msgctxt "solverdlg|op3list-atkobject"
msgid "Operator"
msgstr "አንቀሳቃሽ"
-#: solverdlg.ui:599
+#: sc/uiconfig/scalc/ui/solverdlg.ui:594
msgctxt "solverdlg|op4list"
msgid "<="
msgstr "<="
-#: solverdlg.ui:600
+#: sc/uiconfig/scalc/ui/solverdlg.ui:595
msgctxt "solverdlg|op4list"
msgid "="
msgstr "="
-#: solverdlg.ui:601
+#: sc/uiconfig/scalc/ui/solverdlg.ui:596
msgctxt "solverdlg|op4list"
msgid "=>"
msgstr "=>"
-#: solverdlg.ui:602
+#: sc/uiconfig/scalc/ui/solverdlg.ui:597
msgctxt "solverdlg|op4list"
msgid "Integer"
msgstr "Integer"
-#: solverdlg.ui:603
+#: sc/uiconfig/scalc/ui/solverdlg.ui:598
msgctxt "solverdlg|op4list"
msgid "Binary"
msgstr "Binary"
-#: solverdlg.ui:607
+#: sc/uiconfig/scalc/ui/solverdlg.ui:602
msgctxt "solverdlg|op4list-atkobject"
msgid "Operator"
msgstr "አንቀሳቃሽ"
-#: solverdlg.ui:626
+#: sc/uiconfig/scalc/ui/solverdlg.ui:620
msgctxt "solverdlg|val1edit-atkobject"
msgid "Value"
msgstr "ዋጋ"
-#: solverdlg.ui:645
+#: sc/uiconfig/scalc/ui/solverdlg.ui:638
msgctxt "solverdlg|val2edit-atkobject"
msgid "Value"
msgstr "ዋጋ"
-#: solverdlg.ui:664
+#: sc/uiconfig/scalc/ui/solverdlg.ui:656
msgctxt "solverdlg|val3edit-atkobject"
msgid "Value"
msgstr "ዋጋ"
-#: solverdlg.ui:683
+#: sc/uiconfig/scalc/ui/solverdlg.ui:674
msgctxt "solverdlg|val4edit-atkobject"
msgid "Value"
msgstr "ዋጋ"
-#: solverdlg.ui:742
+#: sc/uiconfig/scalc/ui/solverdlg.ui:733
msgctxt "solverdlg|del2|tooltip_text"
msgid "Remove"
msgstr "ማስወገጃ"
-#: solverdlg.ui:755
+#: sc/uiconfig/scalc/ui/solverdlg.ui:746
msgctxt "solverdlg|del1|tooltip_text"
msgid "Remove"
msgstr "ማስወገጃ"
-#: solverdlg.ui:768
+#: sc/uiconfig/scalc/ui/solverdlg.ui:759
msgctxt "solverdlg|del3|tooltip_text"
msgid "Remove"
msgstr "ማስወገጃ"
-#: solverdlg.ui:781
+#: sc/uiconfig/scalc/ui/solverdlg.ui:772
msgctxt "solverdlg|del4|tooltip_text"
msgid "Remove"
msgstr "ማስወገጃ"
-#: solverdlg.ui:809
+#: sc/uiconfig/scalc/ui/solverdlg.ui:800
msgctxt "solverdlg|label1"
msgid "Limiting Conditions"
msgstr "ሁኔታዎችን መወሰኛ"
-#: solveroptionsdialog.ui:8
+#: sc/uiconfig/scalc/ui/solveroptionsdialog.ui:8
msgctxt "solveroptionsdialog|SolverOptionsDialog"
msgid "Options"
msgstr "ምርጫዎች"
-#: solveroptionsdialog.ui:33
+#: sc/uiconfig/scalc/ui/solveroptionsdialog.ui:33
msgctxt "solveroptionsdialog|label2"
msgid "Solver engine:"
msgstr "መፍትሄ ሰጪ ሞተር:"
-#: solveroptionsdialog.ui:70
+#: sc/uiconfig/scalc/ui/solveroptionsdialog.ui:70
msgctxt "solveroptionsdialog|label1"
msgid "Settings:"
msgstr "ማሰናጃዎች:"
-#: solveroptionsdialog.ui:96
+#: sc/uiconfig/scalc/ui/solveroptionsdialog.ui:96
msgctxt "solveroptionsdialog|edit"
msgid "Edit..."
msgstr "ማረሚያ..."
-#: solverprogressdialog.ui:8
+#: sc/uiconfig/scalc/ui/solverprogressdialog.ui:8
msgctxt "solverprogressdialog|SolverProgressDialog"
msgid "Solving..."
msgstr "በመፍታት ላይ..."
-#: solverprogressdialog.ui:26
+#: sc/uiconfig/scalc/ui/solverprogressdialog.ui:26
msgctxt "solverprogressdialog|label2"
msgid "Solving in progress..."
msgstr "በመፍታት ሂደት ላይ..."
-#: solverprogressdialog.ui:38
+#: sc/uiconfig/scalc/ui/solverprogressdialog.ui:38
msgctxt "solverprogressdialog|progress"
msgid "(time limit # seconds)"
msgstr "(የሰአት መጠን # ሰከንድስ)"
-#: solversuccessdialog.ui:8
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:8
msgctxt "solversuccessdialog|SolverSuccessDialog"
msgid "Solving Result"
msgstr "የመፍትሄው ውጤት"
-#: solversuccessdialog.ui:26
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:26
msgctxt "solversuccessdialog|label1"
msgid "Do you want to keep the result or do you want to restore previous values?"
msgstr "ውጤቱን ማስቀመጥ ይፈልጋሉ ወይንስ ቀደም ያሉትን ዋጋዎች እንደነበር መመለስ ይፈልጋሉ?"
-#: solversuccessdialog.ui:40
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:40
msgctxt "solversuccessdialog|label2"
msgid "Solving successfully finished."
msgstr "መፍታቱ በሚገባ ተሳክቶ ተፈጽሟል"
-#: solversuccessdialog.ui:52
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:52
msgctxt "solversuccessdialog|result"
msgid "Result:"
msgstr "ውጤት:"
-#: solversuccessdialog.ui:72
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:72
msgctxt "solversuccessdialog|ok"
msgid "Keep Result"
msgstr "ውጤቱን ማስቀመጫ"
-#: solversuccessdialog.ui:88
+#: sc/uiconfig/scalc/ui/solversuccessdialog.ui:88
msgctxt "solversuccessdialog|cancel"
msgid "Restore Previous"
msgstr "ቀደም ያለውን እንደ ነበር መመለሻ"
-#: sortdialog.ui:8
+#: sc/uiconfig/scalc/ui/sortdialog.ui:8
msgctxt "sortdialog|SortDialog"
msgid "Sort"
msgstr "መለያ"
-#: sortdialog.ui:106
+#: sc/uiconfig/scalc/ui/sortdialog.ui:106
msgctxt "sortdialog|criteria"
msgid "Sort Criteria"
msgstr "መመዘኛ መለያ"
-#: sortdialog.ui:128
+#: sc/uiconfig/scalc/ui/sortdialog.ui:128
msgctxt "sortdialog|options"
msgid "Options"
msgstr "ምርጫዎች"
-#: sortkey.ui:38
+#: sc/uiconfig/scalc/ui/sortkey.ui:38
msgctxt "sortkey|up"
msgid "_Ascending"
msgstr "_እየጨመረ የሚሄድ"
-#: sortkey.ui:57
+#: sc/uiconfig/scalc/ui/sortkey.ui:57
msgctxt "sortkey|down"
msgid "_Descending"
msgstr "_እየቀነሰ የሚሄድ"
-#: sortkey.ui:81
+#: sc/uiconfig/scalc/ui/sortkey.ui:81
msgctxt "sortkey|sortft"
msgid "Sort Key "
msgstr "መለያ ቁልፍ "
-#: sortoptionspage.ui:32
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:32
msgctxt "sortoptionspage|case"
msgid "Case _sensitive"
msgstr "ፊደል _መመጠኛ"
-#: sortoptionspage.ui:47
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:47
msgctxt "sortoptionspage|header"
msgid "Range contains..."
msgstr "መጠን የያዛቸው..."
-#: sortoptionspage.ui:61
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:62
msgctxt "sortoptionspage|formats"
msgid "Include formats"
msgstr "አቀራረብ መጨመሪያ"
-#: sortoptionspage.ui:75
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:77
msgctxt "sortoptionspage|naturalsort"
msgid "Enable natural sort"
msgstr "በተፈጥሮ መለያ ማስቻያ"
-#: sortoptionspage.ui:89
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:92
msgctxt "sortoptionspage|includenotes"
-msgid "Include comments-only boundary column(s)"
-msgstr "አስተያየቶች-ብቻ ለ አምድ(ዶች) ድንበሮች ማካተቻ"
+msgid "Include boundary column(s) containing only comments"
+msgstr "አስተያየት የያዙ የ አምድ(ዶች) ድንበር ማካተቻ"
-#: sortoptionspage.ui:103
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:107
+msgctxt "sortoptionspage|includeimages"
+msgid "Include boundary column(s) containing only images"
+msgstr "ምስሎች ብቻ የያዙ የ አምድ(ዶች) ድንበር ማካተቻ"
+
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:122
msgctxt "sortoptionspage|copyresult"
msgid "Copy sort results to:"
msgstr "ኮፒ ማድረጊያ መለያ ውጤቶችን ወደ :"
-#: sortoptionspage.ui:129
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:149
msgctxt "sortoptionspage|outarealb-atkobject"
msgid "Copy sort results to:"
msgstr "የ መለያ ውጤቶች ኮፒ ማድረጊያ ወደ:"
-#: sortoptionspage.ui:149
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:168
msgctxt "sortoptionspage|outareaed-atkobject"
msgid "Copy sort results to:"
msgstr "የ መለያ ውጤቶች ኮፒ ማድረጊያ ወደ:"
-#: sortoptionspage.ui:160
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:179
msgctxt "sortoptionspage|sortuser"
msgid "Custom sort order"
msgstr "መለያ ደንብ ማስተካከያ"
-#: sortoptionspage.ui:186
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:206
msgctxt "sortoptionspage|sortuserlb-atkobject"
msgid "Custom sort order"
msgstr "የ መለያ ደንብ ማስተካከያ"
-#: sortoptionspage.ui:201
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:221
msgctxt "sortoptionspage|label6"
msgid "Language"
msgstr "ቋንቋ"
-#: sortoptionspage.ui:215
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:235
msgctxt "sortoptionspage|algorithmft"
msgid "Options"
msgstr "ምርጫዎች"
-#: sortoptionspage.ui:270
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:296
msgctxt "sortoptionspage|label2"
msgid "Sort Options"
msgstr "የመለያ ምርጫዎች"
-#: sortoptionspage.ui:301
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:327
msgctxt "sortoptionspage|topdown"
msgid "_Top to bottom (sort rows)"
msgstr "ከ _ላይ ወደ ታች (ረድፎችን መለያ)"
-#: sortoptionspage.ui:318
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:344
msgctxt "sortoptionspage|leftright"
msgid "L_eft to right (sort columns)"
msgstr "ከ ግ_ራ ወደ ቀኝ (አምዶች መለያ)"
-#: sortoptionspage.ui:340
+#: sc/uiconfig/scalc/ui/sortoptionspage.ui:366
msgctxt "sortoptionspage|label1"
msgid "Direction"
msgstr "አቅጣጫ"
-#: sortwarning.ui:8
+#: sc/uiconfig/scalc/ui/sortwarning.ui:8
msgctxt "sortwarning|SortWarning"
msgid "Sort Range"
msgstr "መጠን መለያ"
-#: sortwarning.ui:35
+#: sc/uiconfig/scalc/ui/sortwarning.ui:35
msgctxt "sortwarning|sorttext"
msgid "The cells next to the current selection also contain data. Do you want to extend the sort range to %1, or sort the currently selected range, %2?"
msgstr "አሁን ከመረጡት ክፍል ቀጥሎ ያለው ክፍል ዳታ በውስጡ ይዟል: የመለያ ደረጃውን ማስፋት ይፈልጋሉ ወደ %1 ወይንስ አሁን የተመረጠውን መጠን መለየት ይፈልጋሉ %2?"
-#: sortwarning.ui:55
+#: sc/uiconfig/scalc/ui/sortwarning.ui:55
msgctxt "sortwarning|extend"
msgid "_Extend selection"
msgstr "ምርጫዎችን _ማስፊያ"
-#: sortwarning.ui:71
+#: sc/uiconfig/scalc/ui/sortwarning.ui:71
msgctxt "sortwarning|current"
msgid "Current selection"
msgstr "የአሁኑ ምርጫ"
-#: sortwarning.ui:115
+#: sc/uiconfig/scalc/ui/sortwarning.ui:115
msgctxt "sortwarning|sorttip"
msgid "Tip: The sort range can be detected automatically. Place the cell cursor inside a list and execute sort. The whole range of neighboring non-empty cells will then be sorted."
msgstr "Tip: The sort range can be detected automatically. Place the cell cursor inside a list and execute sort. The whole range of neighboring non-empty cells will then be sorted."
-#: splitcolumnentry.ui:21
+#: sc/uiconfig/scalc/ui/splitcolumnentry.ui:21
msgctxt "splitcolumnentry|name"
msgid "Split Column Action"
msgstr "የ አምድ መክፈያ ተግባር"
-#: splitcolumnentry.ui:37
+#: sc/uiconfig/scalc/ui/splitcolumnentry.ui:37
msgctxt "splitcolumnentry|separator"
msgid "Separator:"
msgstr "መለያያ:"
-#: splitcolumnentry.ui:48
+#: sc/uiconfig/scalc/ui/splitcolumnentry.ui:48
msgctxt "splitcolumnentry|max_num_columns"
msgid "Maximum Number of Columns"
msgstr "ከፍተኛ የ አምዶች ቁጥር"
-#: standardfilterdialog.ui:9
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:9
msgctxt "standardfilterdialog|StandardFilterDialog"
msgid "Standard Filter"
msgstr "መደበኛ ማጣሪያ"
-#: standardfilterdialog.ui:119
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:119
msgctxt "standardfilterdialog|connect1"
msgid "AND"
msgstr "እና"
-#: standardfilterdialog.ui:120
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:120
msgctxt "standardfilterdialog|connect1"
msgid "OR"
msgstr "ወይንም"
-#: standardfilterdialog.ui:127
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:127
msgctxt "standardfilterdialog|connect1-atkobject"
msgid "Operator 1"
msgstr "አንቀሳቃሽ 1"
-#: standardfilterdialog.ui:141
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:141
msgctxt "standardfilterdialog|connect2"
msgid "AND"
msgstr "እና"
-#: standardfilterdialog.ui:142
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:142
msgctxt "standardfilterdialog|connect2"
msgid "OR"
msgstr "ወይንም"
-#: standardfilterdialog.ui:149
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:149
msgctxt "standardfilterdialog|connect2-atkobject"
msgid "Operator 2"
msgstr "አንቀሳቃሽ 2"
-#: standardfilterdialog.ui:163
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:163
msgctxt "standardfilterdialog|connect3"
msgid "AND"
msgstr "እና"
-#: standardfilterdialog.ui:164
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:164
msgctxt "standardfilterdialog|connect3"
msgid "OR"
msgstr "ወይንም"
-#: standardfilterdialog.ui:168
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:168
msgctxt "standardfilterdialog|connect3-atkobject"
msgid "Operator 3"
msgstr "አንቀሳቃሽ 3"
-#: standardfilterdialog.ui:182
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:182
msgctxt "standardfilterdialog|connect4"
msgid "AND"
msgstr "እና"
-#: standardfilterdialog.ui:183
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:183
msgctxt "standardfilterdialog|connect4"
msgid "OR"
msgstr "ወይንም"
-#: standardfilterdialog.ui:187
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:187
msgctxt "standardfilterdialog|connect4-atkobject"
msgid "Operator 4"
msgstr "አንቀሳቃሽ 4"
-#: standardfilterdialog.ui:200
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:200
msgctxt "standardfilterdialog|label2"
msgid "Operator"
msgstr "አንቀሳቃሽ"
-#: standardfilterdialog.ui:211
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:211
msgctxt "standardfilterdialog|label3"
msgid "Field name"
msgstr "የ ሜዳ ስም"
-#: standardfilterdialog.ui:222
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:222
msgctxt "standardfilterdialog|label4"
msgid "Condition"
msgstr "ሁኔታው"
-#: standardfilterdialog.ui:233
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:233
msgctxt "standardfilterdialog|label5"
msgid "Value"
msgstr "ዋጋ"
-#: standardfilterdialog.ui:249
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:249
msgctxt "standardfilterdialog|field1-atkobject"
msgid "Field Name 1"
msgstr "የ ሜዳ ስም 1"
-#: standardfilterdialog.ui:267
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:267
msgctxt "standardfilterdialog|field2-atkobject"
msgid "Field Name 2"
msgstr "የ ሜዳ ስም 2"
-#: standardfilterdialog.ui:285
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:285
msgctxt "standardfilterdialog|field3-atkobject"
msgid "Field Name 3"
msgstr "የ ሜዳ ስም 3"
-#: standardfilterdialog.ui:300
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:300
msgctxt "standardfilterdialog|field4-atkobject"
msgid "Field Name 4"
msgstr "የ ሜዳ ስም 4"
-#: standardfilterdialog.ui:320
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:320
msgctxt "standardfilterdialog|cond1"
msgid "Largest"
msgstr "ትልቁን"
-#: standardfilterdialog.ui:321
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:321
msgctxt "standardfilterdialog|cond1"
msgid "Smallest"
msgstr "ትንሹን"
-#: standardfilterdialog.ui:322
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:322
msgctxt "standardfilterdialog|cond1"
msgid "Largest %"
msgstr "ትልቁን %"
-#: standardfilterdialog.ui:323
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:323
msgctxt "standardfilterdialog|cond1"
msgid "Smallest %"
msgstr "ትንሹን %"
-#: standardfilterdialog.ui:324
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:324
msgctxt "standardfilterdialog|cond1"
msgid "Contains"
msgstr "ይዟል"
-#: standardfilterdialog.ui:325
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:325
msgctxt "standardfilterdialog|cond1"
msgid "Does not contain"
msgstr "አልያዘም"
-#: standardfilterdialog.ui:326
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:326
msgctxt "standardfilterdialog|cond1"
msgid "Begins with"
msgstr "የሚጀምረው በ"
-#: standardfilterdialog.ui:327
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:327
msgctxt "standardfilterdialog|cond1"
msgid "Does not begin with"
msgstr "አይጀምርም በ"
-#: standardfilterdialog.ui:328
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:328
msgctxt "standardfilterdialog|cond1"
msgid "Ends with"
msgstr "መጨረሻ በ"
-#: standardfilterdialog.ui:329
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:329
msgctxt "standardfilterdialog|cond1"
msgid "Does not end with"
msgstr "አይጨረስም በ"
-#: standardfilterdialog.ui:336
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:336
msgctxt "standardfilterdialog|cond1-atkobject"
msgid "Condition 1"
msgstr "ሁኔታ 1"
-#: standardfilterdialog.ui:356
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:356
msgctxt "standardfilterdialog|cond2"
msgid "Largest"
msgstr "ትልቁን"
-#: standardfilterdialog.ui:357
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:357
msgctxt "standardfilterdialog|cond2"
msgid "Smallest"
msgstr "ትንሹን"
-#: standardfilterdialog.ui:358
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:358
msgctxt "standardfilterdialog|cond2"
msgid "Largest %"
msgstr "ትልቁን %"
-#: standardfilterdialog.ui:359
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:359
msgctxt "standardfilterdialog|cond2"
msgid "Smallest %"
msgstr "ትንሹን %"
-#: standardfilterdialog.ui:360
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:360
msgctxt "standardfilterdialog|cond2"
msgid "Contains"
msgstr "ይዟል"
-#: standardfilterdialog.ui:361
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:361
msgctxt "standardfilterdialog|cond2"
msgid "Does not contain"
msgstr "አልያዘም"
-#: standardfilterdialog.ui:362
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:362
msgctxt "standardfilterdialog|cond2"
msgid "Begins with"
msgstr "የሚጀምረው በ"
-#: standardfilterdialog.ui:363
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:363
msgctxt "standardfilterdialog|cond2"
msgid "Does not begin with"
msgstr "አይጀምርም በ"
-#: standardfilterdialog.ui:364
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:364
msgctxt "standardfilterdialog|cond2"
msgid "Ends with"
msgstr "መጨረሻ በ"
-#: standardfilterdialog.ui:365
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:365
msgctxt "standardfilterdialog|cond2"
msgid "Does not end with"
msgstr "አይጨረስም በ"
-#: standardfilterdialog.ui:372
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:372
msgctxt "standardfilterdialog|cond2-atkobject"
msgid "Condition 2"
msgstr "ሁኔታ 2"
-#: standardfilterdialog.ui:392
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:392
msgctxt "standardfilterdialog|cond3"
msgid "Largest"
msgstr "ትልቁን"
-#: standardfilterdialog.ui:393
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:393
msgctxt "standardfilterdialog|cond3"
msgid "Smallest"
msgstr "ትንሹን"
-#: standardfilterdialog.ui:394
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:394
msgctxt "standardfilterdialog|cond3"
msgid "Largest %"
msgstr "ትልቁን %"
-#: standardfilterdialog.ui:395
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:395
msgctxt "standardfilterdialog|cond3"
msgid "Smallest %"
msgstr "ትንሹን %"
-#: standardfilterdialog.ui:396
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:396
msgctxt "standardfilterdialog|cond3"
msgid "Contains"
msgstr "ይዟል"
-#: standardfilterdialog.ui:397
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:397
msgctxt "standardfilterdialog|cond3"
msgid "Does not contain"
msgstr "አልያዘም"
-#: standardfilterdialog.ui:398
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:398
msgctxt "standardfilterdialog|cond3"
msgid "Begins with"
msgstr "መጀመሪያ በ"
-#: standardfilterdialog.ui:399
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:399
msgctxt "standardfilterdialog|cond3"
msgid "Does not begin with"
msgstr "አይጀምርም በ"
-#: standardfilterdialog.ui:400
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:400
msgctxt "standardfilterdialog|cond3"
msgid "Ends with"
msgstr "መጨረሻ በ"
-#: standardfilterdialog.ui:401
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:401
msgctxt "standardfilterdialog|cond3"
msgid "Does not end with"
msgstr "አይጨርስም በ"
-#: standardfilterdialog.ui:408
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:408
msgctxt "standardfilterdialog|cond3-atkobject"
msgid "Condition 3"
msgstr "ሁኔታ 3"
-#: standardfilterdialog.ui:428
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:428
msgctxt "standardfilterdialog|cond4"
msgid "Largest"
msgstr "ትልቁን"
-#: standardfilterdialog.ui:429
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:429
msgctxt "standardfilterdialog|cond4"
msgid "Smallest"
msgstr "ትንሹን"
-#: standardfilterdialog.ui:430
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:430
msgctxt "standardfilterdialog|cond4"
msgid "Largest %"
msgstr "ትልቁን %"
-#: standardfilterdialog.ui:431
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:431
msgctxt "standardfilterdialog|cond4"
msgid "Smallest %"
msgstr "ትንሹን %"
-#: standardfilterdialog.ui:432
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:432
msgctxt "standardfilterdialog|cond4"
msgid "Contains"
msgstr "ይዟል"
-#: standardfilterdialog.ui:433
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:433
msgctxt "standardfilterdialog|cond4"
msgid "Does not contain"
msgstr "አልያዘም"
-#: standardfilterdialog.ui:434
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:434
msgctxt "standardfilterdialog|cond4"
msgid "Begins with"
msgstr "የሚጀምረው በ"
-#: standardfilterdialog.ui:435
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:435
msgctxt "standardfilterdialog|cond4"
msgid "Does not begin with"
msgstr "አይጀምርም በ"
-#: standardfilterdialog.ui:436
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:436
msgctxt "standardfilterdialog|cond4"
msgid "Ends with"
msgstr "መጨረሻ በ"
-#: standardfilterdialog.ui:437
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:437
msgctxt "standardfilterdialog|cond4"
msgid "Does not end with"
msgstr "አይጨርስም በ"
-#: standardfilterdialog.ui:441
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:441
msgctxt "standardfilterdialog|cond4-atkobject"
msgid "Condition 4"
msgstr "ሁኔታ 4"
-#: standardfilterdialog.ui:466
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:466
msgctxt "standardfilterdialog|val1-atkobject"
msgid "Value 1"
msgstr "ዋጋ 1"
-#: standardfilterdialog.ui:491
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:491
msgctxt "standardfilterdialog|val2-atkobject"
msgid "Value 2"
msgstr "ዋጋ 2"
-#: standardfilterdialog.ui:516
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:516
msgctxt "standardfilterdialog|val3-atkobject"
msgid "Value 3"
msgstr "ዋጋ 3"
-#: standardfilterdialog.ui:538
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:538
msgctxt "standardfilterdialog|val4-atkobject"
msgid "Value 4"
msgstr "ዋጋ 4"
-#: standardfilterdialog.ui:555
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:555
msgctxt "standardfilterdialog|label1"
msgid "Filter Criteria"
msgstr "መመዘኛ ማጣሪያ"
-#: standardfilterdialog.ui:593
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:593
msgctxt "standardfilterdialog|case"
msgid "_Case sensitive"
msgstr "_ፊደል መመጠኛ"
-#: standardfilterdialog.ui:609
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:609
msgctxt "standardfilterdialog|header"
msgid "Range c_ontains column labels"
msgstr "መጠኑ የ አምድ ምልክቶች ይ_ዟል"
-#: standardfilterdialog.ui:625
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:625
msgctxt "standardfilterdialog|regexp"
msgid "Regular _expressions"
msgstr "መደበኛ _አገላለጾች"
-#: standardfilterdialog.ui:641
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:641
msgctxt "standardfilterdialog|unique"
msgid "_No duplications"
msgstr "የተባዛ _የለም"
-#: standardfilterdialog.ui:657
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:657
msgctxt "standardfilterdialog|copyresult"
msgid "Co_py results to:"
msgstr "ውጠቶችን ኮ_ፒ ማድረጊያ ወደ:"
-#: standardfilterdialog.ui:677
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:677
msgctxt "standardfilterdialog|destpers"
msgid "_Keep filter criteria"
msgstr "የማጣሪያ መመዘኛን _መጠበቂያ"
-#: standardfilterdialog.ui:713
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:713
msgctxt "standardfilterdialog|lbcopyarea-atkobject"
msgid "Copy results to"
msgstr "ውጤቶችን ኮፒ ማድረጊያ ወደ"
-#: standardfilterdialog.ui:735
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:734
msgctxt "standardfilterdialog|edcopyarea-atkobject"
msgid "Copy results to"
msgstr "ውጤቶችን ኮፒ ማድረጊያ ወደ"
-#: standardfilterdialog.ui:773
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:772
msgctxt "standardfilterdialog|dbarealabel"
msgid "Data range:"
msgstr "የ ዳታ መጠን:"
-#: standardfilterdialog.ui:786
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:785
msgctxt "standardfilterdialog|dbarea"
msgid "dummy"
msgstr "አሻንጉሊት"
-#: standardfilterdialog.ui:806
+#: sc/uiconfig/scalc/ui/standardfilterdialog.ui:805
msgctxt "standardfilterdialog|label6"
msgid "Op_tions"
msgstr "ምር_ጫዎች"
-#: statisticsinfopage.ui:27
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:27
msgctxt "statisticsinfopage|label6"
msgid "Pages:"
msgstr "ገጾች:"
-#: statisticsinfopage.ui:53
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:53
msgctxt "statisticsinfopage|label5"
msgid "Cells:"
msgstr "ክፍሎች:"
-#: statisticsinfopage.ui:79
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:79
msgctxt "statisticsinfopage|label2"
msgid "Sheets:"
msgstr "ወረቀቶች:"
-#: statisticsinfopage.ui:106
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:106
msgctxt "statisticsinfopage|label3"
msgid "Formula groups:"
msgstr "የ መቀመሪያ ቡድኖች:"
-#: statisticsinfopage.ui:136
+#: sc/uiconfig/scalc/ui/statisticsinfopage.ui:136
msgctxt "statisticsinfopage|label1"
msgid "Document: "
msgstr "ሰነድ: "
-#: subtotaldialog.ui:8
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:8
msgctxt "subtotaldialog|SubTotalDialog"
msgid "Subtotals"
msgstr "ንዑስ ድምር"
-#: subtotaldialog.ui:121
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:121
msgctxt "subtotaldialog|1stgroup"
msgid "1st Group"
msgstr "1ኛ ቡድን"
-#: subtotaldialog.ui:143
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:143
msgctxt "subtotaldialog|2ndgroup"
msgid "2nd Group"
msgstr "2ኛ ቡድን"
-#: subtotaldialog.ui:166
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:166
msgctxt "subtotaldialog|3rdgroup"
msgid "3rd Group"
msgstr "3ኛ ቡድን"
-#: subtotaldialog.ui:189
+#: sc/uiconfig/scalc/ui/subtotaldialog.ui:189
msgctxt "subtotaldialog|options"
msgid "Options"
msgstr "ምርጫዎች"
-#: subtotalgrppage.ui:12
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:12
msgctxt "subtotalgrppage|liststore1"
msgid "Sum"
msgstr "ድምር"
-#: subtotalgrppage.ui:15
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:15
msgctxt "subtotalgrppage|liststore1"
msgid "Count"
msgstr "መቁጠሪያ"
-#: subtotalgrppage.ui:18
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:18
msgctxt "subtotalgrppage|liststore1"
msgid "Average"
msgstr "መካከለኛ"
-#: subtotalgrppage.ui:21
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:21
msgctxt "subtotalgrppage|liststore1"
msgid "Max"
msgstr "ከፍተኛ"
-#: subtotalgrppage.ui:24
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:24
msgctxt "subtotalgrppage|liststore1"
msgid "Min"
msgstr "ዝቅተኛ"
-#: subtotalgrppage.ui:27
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:27
msgctxt "subtotalgrppage|liststore1"
msgid "Product"
msgstr "ውጤት"
-#: subtotalgrppage.ui:30
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:30
msgctxt "subtotalgrppage|liststore1"
msgid "Count (numbers only)"
msgstr "መቁጠሪያ (ቁጥር ብቻ)"
-#: subtotalgrppage.ui:33
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:33
msgctxt "subtotalgrppage|liststore1"
msgid "StDev (Sample)"
msgstr "መደበኛ ልዩነት (ናሙና)"
-#: subtotalgrppage.ui:36
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:36
msgctxt "subtotalgrppage|liststore1"
msgid "StDevP (Population)"
msgstr "መደበኛ ልዩነት ክርክር (ሕዝብ)"
-#: subtotalgrppage.ui:39
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:39
msgctxt "subtotalgrppage|liststore1"
msgid "Var (Sample)"
msgstr "ልዩነት (ናሙና)"
-#: subtotalgrppage.ui:42
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:42
msgctxt "subtotalgrppage|liststore1"
msgid "VarP (Population)"
msgstr "የ ጠቅላላ ሕዝብ ልዩነት (ሕዝብ)"
-#: subtotalgrppage.ui:62
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:62
msgctxt "subtotalgrppage|label1"
msgid "Group by:"
msgstr "በ ቡድን:"
-#: subtotalgrppage.ui:103
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:103
msgctxt "subtotalgrppage|label2"
msgid "Calculate subtotals for:"
msgstr "ንዑስ ድምር ማስሊያ ለ:"
-#: subtotalgrppage.ui:119
+#: sc/uiconfig/scalc/ui/subtotalgrppage.ui:119
msgctxt "subtotalgrppage|label3"
msgid "Use function:"
msgstr "ተግባር ይጠቀሙ:"
-#: subtotaloptionspage.ui:35
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:35
msgctxt "subtotaloptionspage|pagebreak"
msgid "_Page break between groups"
msgstr "የ _ገጽ መጨረሻ በ ቡድኖች መካከል"
-#: subtotaloptionspage.ui:53
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:53
msgctxt "subtotaloptionspage|case"
msgid "_Case sensitive"
msgstr "_ፊደል መመጠኛ"
-#: subtotaloptionspage.ui:71
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:71
msgctxt "subtotaloptionspage|sort"
msgid "Pre-_sort area according to groups"
msgstr "በ ቅድሚያ-_መለያ ቦታ እንደ ቡድኖቹ"
-#: subtotaloptionspage.ui:95
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:95
msgctxt "subtotaloptionspage|label1"
msgid "Groups"
msgstr "ቡድኖች"
-#: subtotaloptionspage.ui:133
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:133
msgctxt "subtotaloptionspage|ascending"
msgid "_Ascending"
msgstr "_እየጨመረ የሚሄድ"
-#: subtotaloptionspage.ui:153
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:153
msgctxt "subtotaloptionspage|descending"
msgid "D_escending"
msgstr "እ_የቀነስ በሚሄድ"
-#: subtotaloptionspage.ui:173
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:173
msgctxt "subtotaloptionspage|formats"
msgid "I_nclude formats"
msgstr "አቀራረብ መ_ጨመሪያ"
-#: subtotaloptionspage.ui:191
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:191
msgctxt "subtotaloptionspage|btnuserdef"
msgid "C_ustom sort order"
msgstr "C_ustom መለያ ደንብ"
-#: subtotaloptionspage.ui:237
+#: sc/uiconfig/scalc/ui/subtotaloptionspage.ui:237
msgctxt "subtotaloptionspage|label2"
msgid "Sort"
msgstr "መለያ"
-#: textimportcsv.ui:16
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:16
msgctxt "textimportcsv|TextImportCsvDialog"
msgid "Text Import"
msgstr "ጽሁፍ ማምጫ"
-#: textimportcsv.ui:110
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:110
msgctxt "textimportcsv|textcharset"
msgid "Ch_aracter set:"
msgstr "ባህ_ሪ ማሰናጃ:"
-#: textimportcsv.ui:124
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:124
msgctxt "textimportcsv|textlanguage"
msgid "_Language:"
msgstr "_ቋንቋ:"
-#: textimportcsv.ui:138
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:138
msgctxt "textimportcsv|textfromrow"
msgid "From ro_w:"
msgstr "ከ ረድ_ፍ:"
-#: textimportcsv.ui:189
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:188
msgctxt "textimportcsv|label1"
msgid "Import"
msgstr "ማምጫ"
-#: textimportcsv.ui:231
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:230
msgctxt "textimportcsv|tofixedwidth"
msgid "_Fixed width"
msgstr "የ _ተወሰነ ስፋት"
-#: textimportcsv.ui:248
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:247
msgctxt "textimportcsv|toseparatedby"
msgid "_Separated by"
msgstr "_ተለያይቷል በ"
-#: textimportcsv.ui:286
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:285
msgctxt "textimportcsv|tab"
msgid "_Tab"
msgstr "_Tab"
-#: textimportcsv.ui:302
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:301
msgctxt "textimportcsv|mergedelimiters"
msgid "Merge _delimiters"
msgstr "_ምልክቶች ማዋሀጃ"
-#: textimportcsv.ui:320
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:319
+msgctxt "textimportcsv|removespace"
+msgid "Tr_im spaces"
+msgstr "ክፍተት መከ_ርከሚያ"
+
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:337
msgctxt "textimportcsv|comma"
msgid "_Comma"
msgstr "_Comma"
-#: textimportcsv.ui:336
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:353
msgctxt "textimportcsv|semicolon"
msgid "S_emicolon"
msgstr "S_emicolon"
-#: textimportcsv.ui:352
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:369
msgctxt "textimportcsv|space"
msgid "S_pace"
msgstr "ክ_ፍተት"
-#: textimportcsv.ui:374
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:391
msgctxt "textimportcsv|other"
msgid "Othe_r"
msgstr "ሌ_ላ"
-#: textimportcsv.ui:403
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:419
msgctxt "textimportcsv|inputother-atkobject"
msgid "Other"
msgstr "ሌላ"
-#: textimportcsv.ui:428
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:444
msgctxt "textimportcsv|texttextdelimiter"
msgid "Strin_g delimiter:"
msgstr "የ ሀረ_ግ ምልክት:"
-#: textimportcsv.ui:479
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:494
msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "የ መለያያ ምርጫዎች"
-#: textimportcsv.ui:513
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:528
msgctxt "textimportcsv|quotedfieldastext"
msgid "F_ormat quoted field as text"
msgstr "የ ጥቅስ ሜዳ አ_ቀራረብ እንደ ጽሁፍ"
-#: textimportcsv.ui:529
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:544
msgctxt "textimportcsv|detectspecialnumbers"
msgid "Detect special _numbers"
msgstr "የተለዩ _ቁጥሮችን ፈልጎ ማግኛ"
-#: textimportcsv.ui:551
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:560
+msgctxt "textimportcsv|skipemptycells"
+msgid "S_kip empty cells"
+msgstr "ባዶ ክፍሎች መ_ዝለያ"
+
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:564
+msgctxt "textimportcsv|skipemptycells"
+msgid "If enabled, blank cells in source will not override the target."
+msgstr "ይህን ካስቻሉ: ባዶ ክፍሎች በ ምንጭ ውስጥ በ ኢላማው ላይ ደርቦ አይጽፍም"
+
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:583
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "ሌሎች ምርጫዎች"
-#: textimportcsv.ui:593
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:625
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "የ አምድ አ_ይነት:"
-#: textimportcsv.ui:638
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:670
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "ጽሁፍ ወደ አምዶች"
-#: textimportcsv.ui:654
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:686
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ሜዳዎች"
-#: textimportoptions.ui:9
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:9
msgctxt "textimportoptions|TextImportOptionsDialog"
msgid "Import Options"
msgstr "የማምጫ ምርጫዎች"
-#: textimportoptions.ui:98
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:98
msgctxt "textimportoptions|custom"
msgid "Custom:"
msgstr "ማስተካከያ:"
-#: textimportoptions.ui:113
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:114
msgctxt "textimportoptions|automatic"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: textimportoptions.ui:145
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:147
msgctxt "textimportoptions|label2"
msgid "Select the Language to Use for Import"
msgstr "ለማምጫ የሚጠቀሙበትን ቋንቋ ይምረጡ"
-#: textimportoptions.ui:172
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:174
msgctxt "textimportoptions|convertdata"
msgid "Detect special numbers (such as dates)"
msgstr "የተለዩ ቁጥሮችን መለያ (እንደ ቀን ያሉ)"
-#: textimportoptions.ui:186
+#: sc/uiconfig/scalc/ui/textimportoptions.ui:189
msgctxt "textimportoptions|label3"
msgid "Options"
msgstr "ምርጫዎች"
-#: tpviewpage.ui:37
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:37
msgctxt "tpviewpage|formula"
msgid "_Formulas"
msgstr "_መቀመሪያ"
-#: tpviewpage.ui:54
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:54
msgctxt "tpviewpage|nil"
msgid "Zero val_ues"
msgstr "የዜሮ ዋጋ_ዎች"
-#: tpviewpage.ui:71
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:71
msgctxt "tpviewpage|annot"
msgid "_Comment indicator"
msgstr "_አስተያየት ጠቋሚ"
-#: tpviewpage.ui:88
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:88
msgctxt "tpviewpage|value"
msgid "Value h_ighlighting"
msgstr "ዋጋ ማ_ድመቂያ"
-#: tpviewpage.ui:105
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:105
msgctxt "tpviewpage|anchor"
msgid "_Anchor"
msgstr "_ማስቆሚያ"
-#: tpviewpage.ui:122
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:122
msgctxt "tpviewpage|clipmark"
msgid "Te_xt overflow"
msgstr "ጽሁ_ፍ መጠኑን አልፏል"
-#: tpviewpage.ui:139
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:139
msgctxt "tpviewpage|rangefind"
msgid "_Show references in color"
msgstr "ማመሳከሪያዎችን በ ቀለም _ማሳያ"
-#: tpviewpage.ui:162
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:162
msgctxt "tpviewpage|label4"
msgid "Display"
msgstr "ማሳያ"
-#: tpviewpage.ui:198
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:198
msgctxt "tpviewpage|rowcolheader"
msgid "Colu_mn/row headers"
msgstr "የ አም_ድ/ረድፍ ራስጌዎች"
-#: tpviewpage.ui:215
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:215
msgctxt "tpviewpage|hscroll"
msgid "Hori_zontal scroll bar"
msgstr "የ አግ_ድም መሸብለያ መደርደሪያ"
-#: tpviewpage.ui:232
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:232
msgctxt "tpviewpage|vscroll"
msgid "_Vertical scroll bar"
msgstr "የ _ቁመት መሸብለያ መደርደሪያ"
-#: tpviewpage.ui:249
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:249
msgctxt "tpviewpage|tblreg"
msgid "Sh_eet tabs"
msgstr "የ ወረ_ቀት tabs"
-#: tpviewpage.ui:266
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:266
msgctxt "tpviewpage|outline"
msgid "_Outline symbols"
msgstr "የ _ረቂቅ ምልክቶች"
-#: tpviewpage.ui:289
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:289
msgctxt "tpviewpage|label5"
msgid "Window"
msgstr "መስኮት"
-#: tpviewpage.ui:365
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:365
msgctxt "tpviewpage|grid_label"
msgid "_Grid lines:"
msgstr "የ _መጋጠሚያ መስመሮች:"
-#: tpviewpage.ui:382
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:382
msgctxt "tpviewpage|color_label"
msgid "_Color:"
msgstr "_ቀለም:"
-#: tpviewpage.ui:399
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:399
msgctxt "tpviewpage|grid"
msgid "Show"
msgstr "ማሳያ"
-#: tpviewpage.ui:400
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:400
msgctxt "tpviewpage|grid"
msgid "Show on colored cells"
msgstr "በ ቀለም ክፍሎች ውስጥ ማሳያ"
-#: tpviewpage.ui:401
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:401
msgctxt "tpviewpage|grid"
msgid "Hide"
msgstr "መደበቂያ"
-#: tpviewpage.ui:421
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:421
msgctxt "tpviewpage|break"
msgid "_Page breaks"
msgstr "የ _ገጽ መጨረሻ"
-#: tpviewpage.ui:438
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:438
msgctxt "tpviewpage|guideline"
msgid "Helplines _while moving"
msgstr "የ እርዳታ መስመሮች በ ማንቀሳቀስ ላይ _እንዳሉ"
-#: tpviewpage.ui:461
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:461
msgctxt "tpviewpage|label1"
msgid "Visual Aids"
msgstr "የ መመልከቻ እርዳታ"
-#: tpviewpage.ui:500
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:500
msgctxt "tpviewpage|objgrf_label"
msgid "Ob_jects/Images:"
msgstr "እቃ_ዎች/ምስሎች:"
-#: tpviewpage.ui:516
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:516
msgctxt "tpviewpage|diagram_label"
msgid "Cha_rts:"
msgstr "Cha_rts:"
-#: tpviewpage.ui:532
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:532
msgctxt "tpviewpage|draw_label"
msgid "_Drawing objects:"
msgstr "እቃዎች _መሳያ:"
-#: tpviewpage.ui:548
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:548
msgctxt "tpviewpage|objgrf"
msgid "Show"
msgstr "ማሳያ"
-#: tpviewpage.ui:549
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:549
msgctxt "tpviewpage|objgrf"
msgid "Hide"
msgstr "መደበቂያ"
-#: tpviewpage.ui:564
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:564
msgctxt "tpviewpage|diagram"
msgid "Show"
msgstr "ማሳያ"
-#: tpviewpage.ui:565
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:565
msgctxt "tpviewpage|diagram"
msgid "Hide"
msgstr "መደበቂያ"
-#: tpviewpage.ui:580
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:580
msgctxt "tpviewpage|draw"
msgid "Show"
msgstr "ማሳያ"
-#: tpviewpage.ui:581
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:581
msgctxt "tpviewpage|draw"
msgid "Hide"
msgstr "መደበቂያ"
-#: tpviewpage.ui:599
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:599
msgctxt "tpviewpage|label2"
msgid "Objects"
msgstr "እቃዎች"
-#: tpviewpage.ui:629
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:629
msgctxt "tpviewpage|synczoom"
msgid "S_ynchronize sheets"
msgstr "ወረቀቶች ማ_ስማሚያ"
-#: tpviewpage.ui:644
+#: sc/uiconfig/scalc/ui/tpviewpage.ui:644
msgctxt "tpviewpage|label3"
msgid "Zoom"
msgstr "ማሳያ"
-#: ttestdialog.ui:40
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:40
msgctxt "ttestdialog|variable1-range-label"
msgid "Variable 1 range:"
msgstr "ተለዋዋጭ 1 መጠን:"
-#: ttestdialog.ui:79
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:78
msgctxt "ttestdialog|variable2-range-label"
msgid "Variable 2 range:"
msgstr "ተለዋዋጭ 2 መጠን:"
-#: ttestdialog.ui:118
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:116
msgctxt "ttestdialog|output-range-label"
msgid "Results to:"
msgstr "ውጤቶች ወደ:"
-#: ttestdialog.ui:160
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:157
msgctxt "ttestdialog|label1"
msgid "Data"
msgstr "ዳታ"
-#: ttestdialog.ui:254
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:251
msgctxt "ttestdialog|groupedby-columns-radio"
msgid "Columns"
msgstr "አምዶች"
-#: ttestdialog.ui:270
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:267
msgctxt "ttestdialog|groupedby-rows-radio"
msgid "Rows"
msgstr "ረድፎች"
-#: ttestdialog.ui:292
+#: sc/uiconfig/scalc/ui/ttestdialog.ui:289
msgctxt "ttestdialog|label2"
msgid "Grouped by"
msgstr "በ ቡድን"
-#: ungroupdialog.ui:8
+#: sc/uiconfig/scalc/ui/ungroupdialog.ui:8
msgctxt "ungroupdialog|UngroupDialog"
msgid "Ungroup"
msgstr "መለያያ"
-#: ungroupdialog.ui:98
+#: sc/uiconfig/scalc/ui/ungroupdialog.ui:98
msgctxt "ungroupdialog|rows"
msgid "_Rows"
msgstr "_ረድፎች"
-#: ungroupdialog.ui:116
+#: sc/uiconfig/scalc/ui/ungroupdialog.ui:116
msgctxt "ungroupdialog|cols"
msgid "_Columns"
msgstr "_አምዶች"
-#: ungroupdialog.ui:141
+#: sc/uiconfig/scalc/ui/ungroupdialog.ui:141
msgctxt "ungroupdialog|includeLabel"
msgid "Deactivate for"
msgstr "አታስነሳ ከ"
-#: validationcriteriapage.ui:15
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:15
msgctxt "validationcriteriapage|liststore1"
msgid "All values"
msgstr "ሁሉንም ዋጋዎች"
-#: validationcriteriapage.ui:19
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:19
msgctxt "validationcriteriapage|liststore1"
msgid "Whole Numbers"
msgstr "ሙሉ ቁጥሮች"
-#: validationcriteriapage.ui:23
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:23
msgctxt "validationcriteriapage|liststore1"
msgid "Decimal"
msgstr "ዴሲማል"
-#: validationcriteriapage.ui:27
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:27
msgctxt "validationcriteriapage|liststore1"
msgid "Date"
msgstr "ቀን"
-#: validationcriteriapage.ui:31
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:31
msgctxt "validationcriteriapage|liststore1"
msgid "Time"
msgstr "ሰአት"
-#: validationcriteriapage.ui:35
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:35
msgctxt "validationcriteriapage|liststore1"
msgid "Cell range"
msgstr "የክፍል መጠን"
-#: validationcriteriapage.ui:39
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:39
msgctxt "validationcriteriapage|liststore1"
msgid "List"
msgstr "ዝርዝር"
-#: validationcriteriapage.ui:43
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:43
msgctxt "validationcriteriapage|liststore1"
msgid "Text length"
msgstr "የ ጽሁፍ እርዝመት"
-#: validationcriteriapage.ui:57
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:57
msgctxt "validationcriteriapage|liststore2"
msgid "equal"
msgstr "እኩል ነው"
-#: validationcriteriapage.ui:61
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:61
msgctxt "validationcriteriapage|liststore2"
msgid "less than"
msgstr "ያንሳል"
-#: validationcriteriapage.ui:65
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:65
msgctxt "validationcriteriapage|liststore2"
msgid "greater than"
msgstr "ይበልጣል"
-#: validationcriteriapage.ui:69
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:69
msgctxt "validationcriteriapage|liststore2"
msgid "less than or equal"
msgstr "ያንሳል ወይንም እኩል ነው"
-#: validationcriteriapage.ui:73
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:73
msgctxt "validationcriteriapage|liststore2"
msgid "greater than or equal to"
msgstr "ይበልጣል ወይንም እኩል ነው"
-#: validationcriteriapage.ui:77
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:77
msgctxt "validationcriteriapage|liststore2"
msgid "not equal"
msgstr "እኩል አይደለም"
-#: validationcriteriapage.ui:81
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:81
msgctxt "validationcriteriapage|liststore2"
msgid "valid range"
msgstr "ዋጋ ያለው መጠን"
-#: validationcriteriapage.ui:85
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:85
msgctxt "validationcriteriapage|liststore2"
msgid "invalid range"
msgstr "ዋጋ የሌለው መጠን"
-#: validationcriteriapage.ui:103
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:103
msgctxt "validationcriteriapage|label1"
msgid "_Allow:"
msgstr "_መፍቀጃ:"
-#: validationcriteriapage.ui:117
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:117
msgctxt "validationcriteriapage|valueft"
msgid "_Data:"
msgstr "_ዳታ:"
-#: validationcriteriapage.ui:153
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:153
msgctxt "validationcriteriapage|minft"
msgid "_Minimum:"
msgstr "_አነስተኛ:"
-#: validationcriteriapage.ui:235
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:235
msgctxt "validationcriteriapage|maxft"
msgid "Ma_ximum:"
msgstr "ከፍ_ተኛ:"
-#: validationcriteriapage.ui:246
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:246
msgctxt "validationcriteriapage|allowempty"
msgid "Allow _empty cells"
msgstr "_ባዶ ክፍሎች ማሳያ"
-#: validationcriteriapage.ui:261
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:261
msgctxt "validationcriteriapage|showlist"
msgid "Show selection _list"
msgstr "የ ተመረጠውን _ዝርዝር ማሳያ"
-#: validationcriteriapage.ui:276
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:276
msgctxt "validationcriteriapage|sortascend"
msgid "Sor_t entries ascending"
msgstr "እየጨመረ በሚሄድ መለ_ያ ማስገቢያ"
-#: validationcriteriapage.ui:297
+#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:297
msgctxt "validationcriteriapage|hintft"
msgid "A valid source can only consist of a contiguous selection of rows and columns, or a formula that results in an area or array."
msgstr "ዋጋ ያለው ምንጭ መያዝ የሚችለው ከ ረድፍ ወይንም ከ አምድ ወይንም ከ መቀመሪያ ጋር የ ተገናኘ ምርጫ ውጤቶች በ መለያ ቦታ ውስጥ ሲኖር ነው"
-#: validationdialog.ui:8
+#: sc/uiconfig/scalc/ui/validationdialog.ui:8
msgctxt "validationdialog|ValidationDialog"
msgid "Validity"
msgstr "ዋጋ"
-#: validationdialog.ui:111
+#: sc/uiconfig/scalc/ui/validationdialog.ui:111
msgctxt "validationdialog|criteria"
msgid "Criteria"
msgstr "መመዘኛ"
-#: validationdialog.ui:133
+#: sc/uiconfig/scalc/ui/validationdialog.ui:133
msgctxt "validationdialog|inputhelp"
msgid "Input Help"
msgstr "የማስገቢያ እርዳታ"
-#: validationdialog.ui:156
+#: sc/uiconfig/scalc/ui/validationdialog.ui:156
msgctxt "validationdialog|erroralert"
msgid "Error Alert"
msgstr "የ ስህተት ማስጠንቀቂያ"
-#: validationhelptabpage.ui:14
+#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:14
msgctxt "validationhelptabpage|tsbhelp"
msgid "_Show input help when cell is selected"
msgstr "ክፍል ሲመረጥ የ ማስገቢያ እርዳታ _ማሳያ"
-#: validationhelptabpage.ui:73
+#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:72
msgctxt "validationhelptabpage|title_label"
msgid "_Title:"
msgstr "_አርእስት:"
-#: validationhelptabpage.ui:90
+#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:89
msgctxt "validationhelptabpage|inputhelp_label"
msgid "_Input help:"
msgstr "_የማስገቢያ እርዳታ:"
-#: validationhelptabpage.ui:132
+#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:131
msgctxt "validationhelptabpage|label1"
msgid "Contents"
msgstr "ይዞታዎች"
-#: xmlsourcedialog.ui:14
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:14
msgctxt "xmlsourcedialog|XMLSourceDialog"
msgid "XML Source"
msgstr "የ XML ምንጭ"
-#: xmlsourcedialog.ui:47
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:47
msgctxt "xmlsourcedialog|selectsource|tooltip_text"
msgid "Browse to set source file."
msgstr "የ ፋይል ምንጭ ለማሰናጃ መቃኛ"
-#: xmlsourcedialog.ui:61
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:61
msgctxt "xmlsourcedialog|sourcefile"
msgid "- not set -"
msgstr "- አልተዘጋጀም -"
-#: xmlsourcedialog.ui:76
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:76
msgctxt "xmlsourcedialog|label1"
msgid "Source File"
msgstr "የ ፋይል ምንጭ"
-#: xmlsourcedialog.ui:138
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:138
msgctxt "xmlsourcedialog|label5"
msgid "Mapped cell:"
msgstr "ካርታ በ ክፍል ውስጥ:"
-#: xmlsourcedialog.ui:183
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:183
msgctxt "xmlsourcedialog|label4"
msgid "Map to Document"
msgstr "ካርታ ወደ ሰነድ"
-#: xmlsourcedialog.ui:202
+#: sc/uiconfig/scalc/ui/xmlsourcedialog.ui:202
msgctxt "xmlsourcedialog|ok"
msgid "_Import"
msgstr "_ማምጫ"
-#: ztestdialog.ui:40
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:40
msgctxt "ztestdialog|variable1-range-label"
msgid "Variable 1 range:"
msgstr "ተለዋዋጭ 1 መጠን:"
-#: ztestdialog.ui:79
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:78
msgctxt "ztestdialog|variable2-range-label"
msgid "Variable 2 range:"
msgstr "ተለዋዋጭ 2 መጠን:"
-#: ztestdialog.ui:118
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:116
msgctxt "ztestdialog|output-range-label"
msgid "Results to:"
msgstr "ውጤቶች ወደ:"
-#: ztestdialog.ui:160
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:157
msgctxt "ztestdialog|label1"
msgid "Data"
msgstr "ዳታ"
-#: ztestdialog.ui:254
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:251
msgctxt "ztestdialog|groupedby-columns-radio"
msgid "Columns"
msgstr "አምዶች"
-#: ztestdialog.ui:270
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:267
msgctxt "ztestdialog|groupedby-rows-radio"
msgid "Rows"
msgstr "ረድፎች"
-#: ztestdialog.ui:292
+#: sc/uiconfig/scalc/ui/ztestdialog.ui:289
msgctxt "ztestdialog|label2"
msgid "Grouped by"
msgstr "የተቀመጡት በቡድን"
diff --git a/source/am/scaddins/messages.po b/source/am/scaddins/messages.po
index bc65af2a245..3313801ee2d 100644
--- a/source/am/scaddins/messages.po
+++ b/source/am/scaddins/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 15:06+0100\n"
"PO-Revision-Date: 2018-01-08 01:31+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,105 +13,105 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1515375061.000000\n"
-#: analysis.hrc:27
+#: scaddins/inc/analysis.hrc:27
msgctxt "ANALYSIS_Workday"
msgid "Returns the serial number of the date before or after a specified number of workdays"
msgstr "ለ ቀኑ ተከታታይ ቁጥር ይመልሳል ከ ተወሰነው ቁጥር የ ስራ ቀኖች በፊት ወይንም በኋላ"
-#: analysis.hrc:28
+#: scaddins/inc/analysis.hrc:28
msgctxt "ANALYSIS_Workday"
msgid "Start date"
msgstr "መጀመሪያ ቀን"
-#: analysis.hrc:29
+#: scaddins/inc/analysis.hrc:29
msgctxt "ANALYSIS_Workday"
msgid "The start date"
msgstr "መጀመሪያው ቀን"
-#: analysis.hrc:30
+#: scaddins/inc/analysis.hrc:30
msgctxt "ANALYSIS_Workday"
msgid "Days"
msgstr "ቀኖች"
-#: analysis.hrc:31
+#: scaddins/inc/analysis.hrc:31
msgctxt "ANALYSIS_Workday"
msgid "The number of workdays before or after the start date"
msgstr "የ ስራ ቀኖችን ቁጥር ስራው ከ መጀመሩ በፊት እና በኋላ"
-#: analysis.hrc:32
+#: scaddins/inc/analysis.hrc:32
msgctxt "ANALYSIS_Workday"
msgid "Holidays"
msgstr "በአላት"
-#: analysis.hrc:33
+#: scaddins/inc/analysis.hrc:33
msgctxt "ANALYSIS_Workday"
msgid "List of date values of days off (vacation, holidays, etc.)"
msgstr "ዝርዝር የ ቀን ዋጋዎች በ እረፍት ቀን (የ አመት ፈቃድ: በአላት: ወዘተ)"
-#: analysis.hrc:38
+#: scaddins/inc/analysis.hrc:38
msgctxt "ANALYSIS_Yearfrac"
msgid "Returns the number of years (including fractional part) between two dates"
msgstr "የ አመቶች ቁጥር ይመልሳል (ክፍልፋይን ጨምሮ) በ ሁለት ቀኖች መካከል"
-#: analysis.hrc:39
+#: scaddins/inc/analysis.hrc:39
msgctxt "ANALYSIS_Yearfrac"
msgid "Start date"
msgstr "መጀመሪያ ቀን"
-#: analysis.hrc:40
+#: scaddins/inc/analysis.hrc:40
msgctxt "ANALYSIS_Yearfrac"
msgid "The start date"
msgstr "መጀመሪያው ቀን"
-#: analysis.hrc:41
+#: scaddins/inc/analysis.hrc:41
msgctxt "ANALYSIS_Yearfrac"
msgid "End date"
msgstr "መጨረሻ ቀን"
-#: analysis.hrc:42
+#: scaddins/inc/analysis.hrc:42
msgctxt "ANALYSIS_Yearfrac"
msgid "The end date"
msgstr "መጨረሻው ቀን"
-#: analysis.hrc:43
+#: scaddins/inc/analysis.hrc:43
msgctxt "ANALYSIS_Yearfrac"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:44
+#: scaddins/inc/analysis.hrc:44
msgctxt "ANALYSIS_Yearfrac"
msgid "Basis indicates the day-count convention to use in the calculation"
msgstr "መሰረት የሚያሳየው የ ቀን-መቁጠሪያ መቀየሪያ ነው ለ ስሌቶች መጠቀሚያ"
-#: analysis.hrc:49
+#: scaddins/inc/analysis.hrc:49
msgctxt "ANALYSIS_Edate"
msgid "Returns the serial number of the date that is a specified number of months before or after the start date"
msgstr "ለ ቀኑ ተከታታይ ቁጥር ይመልሳል በወሩ የተወሰነውን ቁጥር ስራው ከ መጀመሩ በፊት ወይንም በኋላ"
-#: analysis.hrc:50
+#: scaddins/inc/analysis.hrc:50
msgctxt "ANALYSIS_Edate"
msgid "Start date"
msgstr "መጀመሪያ ቀን"
-#: analysis.hrc:51
+#: scaddins/inc/analysis.hrc:51
msgctxt "ANALYSIS_Edate"
msgid "The start date"
msgstr "መጀመሪያው ቀን"
-#: analysis.hrc:52
+#: scaddins/inc/analysis.hrc:52
msgctxt "ANALYSIS_Edate"
msgid "Months"
msgstr "ወሮች"
-#: analysis.hrc:53
+#: scaddins/inc/analysis.hrc:53
msgctxt "ANALYSIS_Edate"
msgid "Number of months before or after the start date"
msgstr "የ ወሮች ቁጥር ከ መጀመሪያው ቀን በፊት ወይንም በኋላ"
-#: analysis.hrc:58
+#: scaddins/inc/analysis.hrc:58
msgctxt "ANALYSIS_Weeknum"
msgid ""
"Returns the number of the calendar week in which the specified date occurs.\n"
@@ -120,52 +120,52 @@ msgstr ""
"የ ተወሰነው ቀን የሚውልበትን የ ሳምንት ቀን መቁጠሪያ ቁጥር ይመልሳል\n"
"ይህ ተግባር በ ግልባጭ በ Microsoft Excel በ አሮጌ ሰነዶች ውስጥ አለ: ለ አዲስ ሰነዶች የ ሳምንት ቁጥር ይጠቀሙ"
-#: analysis.hrc:59
+#: scaddins/inc/analysis.hrc:59
msgctxt "ANALYSIS_Weeknum"
msgid "Date"
msgstr "ቀን"
-#: analysis.hrc:60
+#: scaddins/inc/analysis.hrc:60
msgctxt "ANALYSIS_Weeknum"
msgid "The date or date serial number"
msgstr "ቀን ወይንም የ ቀን ተከታታይ ቁጥር"
-#: analysis.hrc:61
+#: scaddins/inc/analysis.hrc:61
msgctxt "ANALYSIS_Weeknum"
msgid "Return type"
msgstr "የ መልሱ አይነት"
-#: analysis.hrc:62
+#: scaddins/inc/analysis.hrc:62
msgctxt "ANALYSIS_Weeknum"
msgid "Indicates the first day of the week (1 = Sunday, 2 = Monday)"
msgstr "የ ሳምንቱን መጀመሪያ ቀን ያሳያል (1 = እሑድ, 2 = ሰኞ)"
-#: analysis.hrc:67
+#: scaddins/inc/analysis.hrc:67
msgctxt "ANALYSIS_Eomonth"
msgid "Returns the serial number of the last day of the month that comes a certain number of months before or after the start date"
msgstr "የ ወሩን መጨረሻ ተከታታይ ቀን ቁጥር ይመልሳል ከ ወሩ መጀመሪያ ቀን በፊት ወይንም በኋላ"
-#: analysis.hrc:68
+#: scaddins/inc/analysis.hrc:68
msgctxt "ANALYSIS_Eomonth"
msgid "Start date"
msgstr "መጀመሪያ ቀን"
-#: analysis.hrc:69
+#: scaddins/inc/analysis.hrc:69
msgctxt "ANALYSIS_Eomonth"
msgid "The start date"
msgstr "መጀመሪያው ቀን"
-#: analysis.hrc:70
+#: scaddins/inc/analysis.hrc:70
msgctxt "ANALYSIS_Eomonth"
msgid "Months"
msgstr "ወሮች"
-#: analysis.hrc:71
+#: scaddins/inc/analysis.hrc:71
msgctxt "ANALYSIS_Eomonth"
msgid "Number of months before or after the start date"
msgstr "የ ወሮች ቁጥር ከ መጀመሪያው ቀን በፊት ወይንም በኋላ"
-#: analysis.hrc:76
+#: scaddins/inc/analysis.hrc:76
msgctxt "ANALYSIS_Networkdays"
msgid ""
"Returns the number of workdays between two dates.\n"
@@ -174,217 +174,217 @@ msgstr ""
"በ ሁለት ቀኖች መካከል የ ስራ ቀኖች ይመልሳል\n"
"ይህ ተግባር በ ግልባጭ በ Microsoft Excel በ አሮጌ ሰነዶች ውስጥ አለ: ለ አዲስ ሰነዶች የ ተጣሩ የ ስራ ቀኖች ይጠቀሙ"
-#: analysis.hrc:77
+#: scaddins/inc/analysis.hrc:77
msgctxt "ANALYSIS_Networkdays"
msgid "Start date"
msgstr "መጀመሪያ ቀን"
-#: analysis.hrc:78
+#: scaddins/inc/analysis.hrc:78
msgctxt "ANALYSIS_Networkdays"
msgid "The start date"
msgstr "መጀመሪያው ቀን"
-#: analysis.hrc:79
+#: scaddins/inc/analysis.hrc:79
msgctxt "ANALYSIS_Networkdays"
msgid "End date"
msgstr "መጨረሻ ቀን"
-#: analysis.hrc:80
+#: scaddins/inc/analysis.hrc:80
msgctxt "ANALYSIS_Networkdays"
msgid "The end date"
msgstr "መጨረሻው ቀን"
-#: analysis.hrc:81
+#: scaddins/inc/analysis.hrc:81
msgctxt "ANALYSIS_Networkdays"
msgid "Holidays"
msgstr "በአላት"
-#: analysis.hrc:82
+#: scaddins/inc/analysis.hrc:82
msgctxt "ANALYSIS_Networkdays"
msgid "List of date values representing days off (vacation, holidays, etc.)"
msgstr "ዝርዝር የ ቀን ዋጋዎች የሚወክላቸውን ስራ የሌለበት ቀን (እረፍቶች: የ በአል ቀኖች ወዘተ)"
-#: analysis.hrc:87
+#: scaddins/inc/analysis.hrc:87
msgctxt "ANALYSIS_Iseven"
msgid "Returns the value 'true' if the number is even"
msgstr "ቁጥሩ ሙሉ ከሆነ 'እውነት' ዋጋ ይመልሳል"
-#: analysis.hrc:88
+#: scaddins/inc/analysis.hrc:88
msgctxt "ANALYSIS_Iseven"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:89
+#: scaddins/inc/analysis.hrc:89
msgctxt "ANALYSIS_Iseven"
msgid "The number"
msgstr "ቁጥሩ"
-#: analysis.hrc:94
+#: scaddins/inc/analysis.hrc:94
msgctxt "ANALYSIS_Isodd"
msgid "Returns the value 'true' if the number is odd"
msgstr "ቁጥሩ ጎዶሎ ከሆነ 'እውነት' ዋጋ ይመልሳል"
-#: analysis.hrc:95
+#: scaddins/inc/analysis.hrc:95
msgctxt "ANALYSIS_Isodd"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:96
+#: scaddins/inc/analysis.hrc:96
msgctxt "ANALYSIS_Isodd"
msgid "The number"
msgstr "ቁጥሩ"
-#: analysis.hrc:101
+#: scaddins/inc/analysis.hrc:101
msgctxt "ANALYSIS_Multinomial"
msgid "Returns the multinomial coefficient of a set of numbers"
msgstr "የ መልቲኖሚያል ኮኦፊሺየንት ለ ቁጥሮች ስብስብ ይመልሳል"
-#: analysis.hrc:102
+#: scaddins/inc/analysis.hrc:102
msgctxt "ANALYSIS_Multinomial"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:103
+#: scaddins/inc/analysis.hrc:103
msgctxt "ANALYSIS_Multinomial"
msgid "Number or list of numbers for which you want the multinomial coefficient"
msgstr "ቁጥር ወይንም ዝርዝር ቁጥሮች ለ multinomial coefficient የሚፈልጉዋቸው"
-#: analysis.hrc:108
+#: scaddins/inc/analysis.hrc:108
msgctxt "ANALYSIS_Seriessum"
msgid "Returns the sum of a power series"
msgstr "ይመልሳል ድምር ለ ሀይል ተከታታይ"
-#: analysis.hrc:109
+#: scaddins/inc/analysis.hrc:109
msgctxt "ANALYSIS_Seriessum"
msgid "X"
msgstr "X"
-#: analysis.hrc:110
+#: scaddins/inc/analysis.hrc:110
msgctxt "ANALYSIS_Seriessum"
msgid "The independent variable of the power series"
msgstr "ነፃ ተለዋዋጭ ለ ሀይል ተከታታይ"
-#: analysis.hrc:111
+#: scaddins/inc/analysis.hrc:111
msgctxt "ANALYSIS_Seriessum"
msgid "N"
msgstr "N"
-#: analysis.hrc:112
+#: scaddins/inc/analysis.hrc:112
msgctxt "ANALYSIS_Seriessum"
msgid "The initial power to which x is to be raised"
msgstr "የ መነሻ ሀይል x የሚነሳበት"
-#: analysis.hrc:113
+#: scaddins/inc/analysis.hrc:113
msgctxt "ANALYSIS_Seriessum"
msgid "M"
msgstr "M"
-#: analysis.hrc:114
+#: scaddins/inc/analysis.hrc:114
msgctxt "ANALYSIS_Seriessum"
msgid "The increment by which to increase n for each term in the series"
msgstr "The increment by which to increase n for each term in the series"
-#: analysis.hrc:115
+#: scaddins/inc/analysis.hrc:115
msgctxt "ANALYSIS_Seriessum"
msgid "Coefficients"
msgstr "ኮኦፊሺየንት"
-#: analysis.hrc:116
+#: scaddins/inc/analysis.hrc:116
msgctxt "ANALYSIS_Seriessum"
msgid "Set of coefficients by which each successive power of the variable x is multiplied"
msgstr "ኮኦፊሺየንት ማሰናጃ እያንዳንዱ ተከታታይ ሀይል ለ ተለዋዋጭ x የሚባዛበት"
-#: analysis.hrc:121
+#: scaddins/inc/analysis.hrc:121
msgctxt "ANALYSIS_Quotient"
msgid "Returns the integer portion of a division"
msgstr "የ ኢንቲጀር ቁጥር አካል ማካፈያ ይመልሳል"
-#: analysis.hrc:122
+#: scaddins/inc/analysis.hrc:122
msgctxt "ANALYSIS_Quotient"
msgid "Numerator"
msgstr "አካፋይ"
-#: analysis.hrc:123
+#: scaddins/inc/analysis.hrc:123
msgctxt "ANALYSIS_Quotient"
msgid "The dividend"
msgstr "አካፋይ"
-#: analysis.hrc:124
+#: scaddins/inc/analysis.hrc:124
msgctxt "ANALYSIS_Quotient"
msgid "Denominator"
msgstr "ተካፋይ"
-#: analysis.hrc:125
+#: scaddins/inc/analysis.hrc:125
msgctxt "ANALYSIS_Quotient"
msgid "The divisor"
msgstr "ተካፋይ"
-#: analysis.hrc:130
+#: scaddins/inc/analysis.hrc:130
msgctxt "ANALYSIS_Mround"
msgid "Returns a number rounded to a specified multiple"
msgstr "የ ተጠጋጋ ቁጥር ይመልሳል ለ ተወሰነ ያለ ቀሪ አካፋይ"
-#: analysis.hrc:131
+#: scaddins/inc/analysis.hrc:131
msgctxt "ANALYSIS_Mround"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:132
+#: scaddins/inc/analysis.hrc:132
msgctxt "ANALYSIS_Mround"
msgid "The number to round off"
msgstr "የሚጠጋጋው ቁጥር"
-#: analysis.hrc:133
+#: scaddins/inc/analysis.hrc:133
msgctxt "ANALYSIS_Mround"
msgid "Multiple"
msgstr "ያለ ቀሪ አካፋይ"
-#: analysis.hrc:134
+#: scaddins/inc/analysis.hrc:134
msgctxt "ANALYSIS_Mround"
msgid "The multiple to which you want to round number"
msgstr "ያለ ቀሪ አካፋይ ማጠጋጋት የሚፈልጉት ቁጥር"
-#: analysis.hrc:139
+#: scaddins/inc/analysis.hrc:139
msgctxt "ANALYSIS_Sqrtpi"
msgid "Returns the square root of a number which has been multiplied by pi"
msgstr "የ ቁጥር ስኴር ሩት ይመልሳል በ ፓይ የ ተባዛ"
-#: analysis.hrc:140
+#: scaddins/inc/analysis.hrc:140
msgctxt "ANALYSIS_Sqrtpi"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:141
+#: scaddins/inc/analysis.hrc:141
msgctxt "ANALYSIS_Sqrtpi"
msgid "The number by which pi is multiplied"
msgstr "በ ፓይ ያሚባዛው ቁጥር"
-#: analysis.hrc:146
+#: scaddins/inc/analysis.hrc:146
msgctxt "ANALYSIS_Randbetween"
msgid "Returns a random integer between the numbers you specify"
msgstr "እርስዎ በወሰኑት ቁጥሮች መካከል በ ነሲብ ኢንቲጀር ይመልሳል"
-#: analysis.hrc:147
+#: scaddins/inc/analysis.hrc:147
msgctxt "ANALYSIS_Randbetween"
msgid "Bottom"
msgstr "ከ ታች"
-#: analysis.hrc:148
+#: scaddins/inc/analysis.hrc:148
msgctxt "ANALYSIS_Randbetween"
msgid "The smallest integer returned"
msgstr "ትንሹን ኢንቲጀር ቁጥር ይመልሳል"
-#: analysis.hrc:149
+#: scaddins/inc/analysis.hrc:149
msgctxt "ANALYSIS_Randbetween"
msgid "Top"
msgstr "ከ ላይ"
-#: analysis.hrc:150
+#: scaddins/inc/analysis.hrc:150
msgctxt "ANALYSIS_Randbetween"
msgid "The largest integer returned"
msgstr "ትልቁ ኢንቲጀር ቁጥር የተመለሰው"
-#: analysis.hrc:155
+#: scaddins/inc/analysis.hrc:155
msgctxt "ANALYSIS_Gcd"
msgid ""
"Returns the greatest common divisor.\n"
@@ -393,17 +393,17 @@ msgstr ""
"ትልቁን የ ጋራ አካፋይ ይመልሳል\n"
"ይህ ተግባር በ ግልባጭ በ Microsoft Excel በ አሮጌ ሰነዶች ውስጥ አለ: ለ አዲስ ሰነዶች ትልቁን የ ጋራ አካፋይ ይጠቀሙ"
-#: analysis.hrc:156
+#: scaddins/inc/analysis.hrc:156
msgctxt "ANALYSIS_Gcd"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:157
+#: scaddins/inc/analysis.hrc:157
msgctxt "ANALYSIS_Gcd"
msgid "Number or list of numbers"
msgstr "ቁጥር ወይም የ ቁጥሮች ዝርዝር"
-#: analysis.hrc:162
+#: scaddins/inc/analysis.hrc:162
msgctxt "ANALYSIS_Lcm"
msgid ""
"Returns the least common multiple.\n"
@@ -412,4128 +412,4128 @@ msgstr ""
"ትንሹን የ ጋራ አካፋይ ይመልሳል\n"
"ይህ ተግባር በ ግልባጭ በ Microsoft Excel በ አሮጌ ሰነዶች ውስጥ አለ: ለ አዲስ ሰነዶች ትንሹን የ ጋራ አካፋይ ይጠቀሙ"
-#: analysis.hrc:163
+#: scaddins/inc/analysis.hrc:163
msgctxt "ANALYSIS_Lcm"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:164
+#: scaddins/inc/analysis.hrc:164
msgctxt "ANALYSIS_Lcm"
msgid "Number or list of numbers"
msgstr "ቁጥር ወይም የ ቁጥሮች ዝርዝር"
-#: analysis.hrc:169
+#: scaddins/inc/analysis.hrc:169
msgctxt "ANALYSIS_Besseli"
msgid "Returns the modified Bessel function In(x)"
msgstr "የ ተሻሻለ የ ቤሴል ተግባር ይመልሳል In(x)"
-#: analysis.hrc:170
+#: scaddins/inc/analysis.hrc:170
msgctxt "ANALYSIS_Besseli"
msgid "X"
msgstr "X"
-#: analysis.hrc:171
+#: scaddins/inc/analysis.hrc:171
msgctxt "ANALYSIS_Besseli"
msgid "The value at which the function is to be evaluated"
msgstr "ተግባሩ የሚገመገምበት ዋጋ"
-#: analysis.hrc:172
+#: scaddins/inc/analysis.hrc:172
msgctxt "ANALYSIS_Besseli"
msgid "N"
msgstr "N"
-#: analysis.hrc:173
+#: scaddins/inc/analysis.hrc:173
msgctxt "ANALYSIS_Besseli"
msgid "The order of the Bessel function"
msgstr "የ ቤሴል ተግባር ቅደም ተከተል"
-#: analysis.hrc:178
+#: scaddins/inc/analysis.hrc:178
msgctxt "ANALYSIS_Besselj"
msgid "Returns the Bessel function Jn(x)"
msgstr "የ ቤሴል ተግባር ይመልሳል Jn(x)"
-#: analysis.hrc:179
+#: scaddins/inc/analysis.hrc:179
msgctxt "ANALYSIS_Besselj"
msgid "X"
msgstr "X"
-#: analysis.hrc:180
+#: scaddins/inc/analysis.hrc:180
msgctxt "ANALYSIS_Besselj"
msgid "The value at which the function is to be evaluated"
msgstr "ተግባሩ የሚገመገምበት ዋጋ"
-#: analysis.hrc:181
+#: scaddins/inc/analysis.hrc:181
msgctxt "ANALYSIS_Besselj"
msgid "N"
msgstr "N"
-#: analysis.hrc:182
+#: scaddins/inc/analysis.hrc:182
msgctxt "ANALYSIS_Besselj"
msgid "The order of the Bessel function"
msgstr "የ ቤሴል ተግባር ቅደም ተከተል ይመልሳል"
-#: analysis.hrc:187
+#: scaddins/inc/analysis.hrc:187
msgctxt "ANALYSIS_Besselk"
msgid "Returns the Bessel function Kn(x)"
msgstr "የ ቤሴል ተግባር ይመልሳል Kn(x)"
-#: analysis.hrc:188
+#: scaddins/inc/analysis.hrc:188
msgctxt "ANALYSIS_Besselk"
msgid "X"
msgstr "X"
-#: analysis.hrc:189
+#: scaddins/inc/analysis.hrc:189
msgctxt "ANALYSIS_Besselk"
msgid "The value at which the function is to be evaluated"
msgstr "ተግባሩ የሚገመገምበት ዋጋ"
-#: analysis.hrc:190
+#: scaddins/inc/analysis.hrc:190
msgctxt "ANALYSIS_Besselk"
msgid "N"
msgstr "N"
-#: analysis.hrc:191
+#: scaddins/inc/analysis.hrc:191
msgctxt "ANALYSIS_Besselk"
msgid "The order of the Bessel function"
msgstr "የ ቤሴል ተግባር ቅደም ተከተል ይመልሳል"
-#: analysis.hrc:196
+#: scaddins/inc/analysis.hrc:196
msgctxt "ANALYSIS_Bessely"
msgid "Returns the Bessel function Yn(x)"
msgstr "የ ቤሴል ተግባር ይመልሳል Yn(x)"
-#: analysis.hrc:197
+#: scaddins/inc/analysis.hrc:197
msgctxt "ANALYSIS_Bessely"
msgid "X"
msgstr "X"
-#: analysis.hrc:198
+#: scaddins/inc/analysis.hrc:198
msgctxt "ANALYSIS_Bessely"
msgid "The value at which the function is to be evaluated"
msgstr "ተግባሩ የሚገመገምበት ዋጋ"
-#: analysis.hrc:199
+#: scaddins/inc/analysis.hrc:199
msgctxt "ANALYSIS_Bessely"
msgid "N"
msgstr "N"
-#: analysis.hrc:200
+#: scaddins/inc/analysis.hrc:200
msgctxt "ANALYSIS_Bessely"
msgid "The order of the Bessel function"
msgstr "የ ቤሴል ተግባር ቅደም ተከተል"
-#: analysis.hrc:205
+#: scaddins/inc/analysis.hrc:205
msgctxt "ANALYSIS_Bin2Oct"
msgid "Converts a binary number to an octal number"
msgstr "የ binary ቁጥር ወደ octal ቁጥር መቀየሪያ"
-#: analysis.hrc:206
+#: scaddins/inc/analysis.hrc:206
msgctxt "ANALYSIS_Bin2Oct"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:207
+#: scaddins/inc/analysis.hrc:207
msgctxt "ANALYSIS_Bin2Oct"
msgid "The binary number to be converted (as text)"
msgstr "የ binary ቁጥር የሚቀየረው (እንደ ጽሁፍ)"
-#: analysis.hrc:208
+#: scaddins/inc/analysis.hrc:208
msgctxt "ANALYSIS_Bin2Oct"
msgid "Places"
msgstr "ቦታዎች"
-#: analysis.hrc:209
+#: scaddins/inc/analysis.hrc:209
msgctxt "ANALYSIS_Bin2Oct"
msgid "Number of places used"
msgstr "የተጠቀሙት የ ቦታዎች ቁጥር"
-#: analysis.hrc:214
+#: scaddins/inc/analysis.hrc:214
msgctxt "ANALYSIS_Bin2Dec"
msgid "Converts a binary number to a decimal number"
msgstr "የ binary ቁጥር ወደ decimal ቁጥር መቀየሪያ"
-#: analysis.hrc:215
+#: scaddins/inc/analysis.hrc:215
msgctxt "ANALYSIS_Bin2Dec"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:216
+#: scaddins/inc/analysis.hrc:216
msgctxt "ANALYSIS_Bin2Dec"
msgid "The binary number to be converted (as text)"
msgstr "የ binary ቁጥር የሚቀየረው (እንደ ጽሁፍ)"
-#: analysis.hrc:221
+#: scaddins/inc/analysis.hrc:221
msgctxt "ANALYSIS_Bin2Hex"
msgid "Converts a binary number to a hexadecimal number"
msgstr "የ binary ቁጥር ወደ hexadecimal ቁጥር የሚቀየረው"
-#: analysis.hrc:222
+#: scaddins/inc/analysis.hrc:222
msgctxt "ANALYSIS_Bin2Hex"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:223
+#: scaddins/inc/analysis.hrc:223
msgctxt "ANALYSIS_Bin2Hex"
msgid "The binary number to be converted (as text)"
msgstr "የ binary ቁጥር የሚቀየረው (እንደ ጽሁፍ)"
-#: analysis.hrc:224
+#: scaddins/inc/analysis.hrc:224
msgctxt "ANALYSIS_Bin2Hex"
msgid "Places"
msgstr "ቦታዎች"
-#: analysis.hrc:225
+#: scaddins/inc/analysis.hrc:225
msgctxt "ANALYSIS_Bin2Hex"
msgid "Number of places used."
msgstr "የተጠቀሙት የ ቦታዎች ቁጥር"
-#: analysis.hrc:230
+#: scaddins/inc/analysis.hrc:230
msgctxt "ANALYSIS_Oct2Bin"
msgid "Converts an octal number to a binary number"
msgstr "የ octal ቁጥር ወደ binary ቁጥር መቀየሪያ"
-#: analysis.hrc:231
+#: scaddins/inc/analysis.hrc:231
msgctxt "ANALYSIS_Oct2Bin"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:232
+#: scaddins/inc/analysis.hrc:232
msgctxt "ANALYSIS_Oct2Bin"
msgid "The octal number to be converted (as text)"
msgstr "የ octal ቁጥር የሚቀየረው (እንደ ጽሁፍ)"
-#: analysis.hrc:233
+#: scaddins/inc/analysis.hrc:233
msgctxt "ANALYSIS_Oct2Bin"
msgid "Places"
msgstr "ቦታዎች"
-#: analysis.hrc:234
+#: scaddins/inc/analysis.hrc:234
msgctxt "ANALYSIS_Oct2Bin"
msgid "Number of places used"
msgstr "የተጠቀሙት የ ቦታዎች ቁጥር"
-#: analysis.hrc:239
+#: scaddins/inc/analysis.hrc:239
msgctxt "ANALYSIS_Oct2Dec"
msgid "Converts an octal number to a decimal number"
msgstr "የ octal ቁጥር ወደ decimal ቁጥር መቀየሪያ"
-#: analysis.hrc:240
+#: scaddins/inc/analysis.hrc:240
msgctxt "ANALYSIS_Oct2Dec"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:241
+#: scaddins/inc/analysis.hrc:241
msgctxt "ANALYSIS_Oct2Dec"
msgid "The octal number to be converted (as text)"
msgstr "የ octal ቁጥር የሚቀየረው (እንደ ጽሁፍ)"
-#: analysis.hrc:246
+#: scaddins/inc/analysis.hrc:246
msgctxt "ANALYSIS_Oct2Hex"
msgid "Converts an octal number to a hexadecimal number"
msgstr "የ octal ቁጥር ወደ hexadecimal ቁጥር መቀየሪያ"
-#: analysis.hrc:247
+#: scaddins/inc/analysis.hrc:247
msgctxt "ANALYSIS_Oct2Hex"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:248
+#: scaddins/inc/analysis.hrc:248
msgctxt "ANALYSIS_Oct2Hex"
msgid "The octal number to be converted (as text)"
msgstr "የ octal ቁጥር የሚቀየረው (እንደ ጽሁፍ)"
-#: analysis.hrc:249
+#: scaddins/inc/analysis.hrc:249
msgctxt "ANALYSIS_Oct2Hex"
msgid "Places"
msgstr "ቦታዎች"
-#: analysis.hrc:250
+#: scaddins/inc/analysis.hrc:250
msgctxt "ANALYSIS_Oct2Hex"
msgid "Number of places used"
msgstr "የተጠቀሙት የ ቦታዎች ቁጥር"
-#: analysis.hrc:255
+#: scaddins/inc/analysis.hrc:255
msgctxt "ANALYSIS_Dec2Bin"
msgid "Converts a decimal number to a binary number"
msgstr "የ decimal ቁጥር ወደ binary ቁጥር መቀየሪያ"
-#: analysis.hrc:256
+#: scaddins/inc/analysis.hrc:256
msgctxt "ANALYSIS_Dec2Bin"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:257
+#: scaddins/inc/analysis.hrc:257
msgctxt "ANALYSIS_Dec2Bin"
msgid "The decimal integer to be converted"
msgstr "የሚቀየረው የ ዴሲማል ኢንቲጀር"
-#: analysis.hrc:258
+#: scaddins/inc/analysis.hrc:258
msgctxt "ANALYSIS_Dec2Bin"
msgid "Places"
msgstr "ቦታዎች"
-#: analysis.hrc:259
+#: scaddins/inc/analysis.hrc:259
msgctxt "ANALYSIS_Dec2Bin"
msgid "Number of places used"
msgstr "የተጠቀሙት የ ቦታዎች ቁጥር"
-#: analysis.hrc:264
+#: scaddins/inc/analysis.hrc:264
msgctxt "ANALYSIS_Dec2Hex"
msgid "Converts a decimal number to a hexadecimal number"
msgstr "የ decimal ቁጥር ወደ hexadecimal ቁጥር መቀየሪያ"
-#: analysis.hrc:265
+#: scaddins/inc/analysis.hrc:265
msgctxt "ANALYSIS_Dec2Hex"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:266
+#: scaddins/inc/analysis.hrc:266
msgctxt "ANALYSIS_Dec2Hex"
msgid "The decimal integer to be converted"
msgstr "የሚቀየረው የ ዴሲማል ኢንቲጀር"
-#: analysis.hrc:267
+#: scaddins/inc/analysis.hrc:267
msgctxt "ANALYSIS_Dec2Hex"
msgid "Places"
msgstr "ቦታዎች"
-#: analysis.hrc:268
+#: scaddins/inc/analysis.hrc:268
msgctxt "ANALYSIS_Dec2Hex"
msgid "Number of places used"
msgstr "የተጠቀሙት የ ቦታዎች ቁጥር"
-#: analysis.hrc:273
+#: scaddins/inc/analysis.hrc:273
msgctxt "ANALYSIS_Dec2Oct"
msgid "Converts a decimal number into an octal number"
msgstr "የ decimal ቁጥር ወደ octal ቁጥር መቀየሪያ"
-#: analysis.hrc:274
+#: scaddins/inc/analysis.hrc:274
msgctxt "ANALYSIS_Dec2Oct"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:275
+#: scaddins/inc/analysis.hrc:275
msgctxt "ANALYSIS_Dec2Oct"
msgid "The decimal number"
msgstr "የ ዴሲማል ቁጥር"
-#: analysis.hrc:276
+#: scaddins/inc/analysis.hrc:276
msgctxt "ANALYSIS_Dec2Oct"
msgid "Places"
msgstr "ቦታዎች"
-#: analysis.hrc:277
+#: scaddins/inc/analysis.hrc:277
msgctxt "ANALYSIS_Dec2Oct"
msgid "Number of places used"
msgstr "የተጠቀሙት የ ቦታዎች ቁጥር"
-#: analysis.hrc:282
+#: scaddins/inc/analysis.hrc:282
msgctxt "ANALYSIS_Hex2Bin"
msgid "Converts a hexadecimal number to a binary number"
msgstr "የ hexadecimal ቁጥር ወደ binary ቁጥር መቀየሪያ"
-#: analysis.hrc:283
+#: scaddins/inc/analysis.hrc:283
msgctxt "ANALYSIS_Hex2Bin"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:284
+#: scaddins/inc/analysis.hrc:284
msgctxt "ANALYSIS_Hex2Bin"
msgid "The hexadecimal number to be converted (as text)"
msgstr "የ hexadecimal ቁጥር (እንደ ጽሁፍ) የሚቀየረው"
-#: analysis.hrc:285
+#: scaddins/inc/analysis.hrc:285
msgctxt "ANALYSIS_Hex2Bin"
msgid "Places"
msgstr "ቦታዎች"
-#: analysis.hrc:286
+#: scaddins/inc/analysis.hrc:286
msgctxt "ANALYSIS_Hex2Bin"
msgid "Number of places used"
msgstr "የተጠቀሙት የ ቦታዎች ቁጥር"
-#: analysis.hrc:291
+#: scaddins/inc/analysis.hrc:291
msgctxt "ANALYSIS_Hex2Dec"
msgid "Converts a hexadecimal number to a decimal number"
msgstr "የ hexadecimal ቁጥር ወደ decimal ቁጥር መቀየሪያ"
-#: analysis.hrc:292
+#: scaddins/inc/analysis.hrc:292
msgctxt "ANALYSIS_Hex2Dec"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:293
+#: scaddins/inc/analysis.hrc:293
msgctxt "ANALYSIS_Hex2Dec"
msgid "The hexadecimal number to be converted (as text)"
msgstr "የ hexadecimal ቁጥር (እንደ ጽሁፍ) የሚቀየረው"
-#: analysis.hrc:298
+#: scaddins/inc/analysis.hrc:298
msgctxt "ANALYSIS_Hex2Oct"
msgid "Converts a hexadecimal number to an octal number"
msgstr "የ hexadecimal ቁጥር ወደ octal ቁጥር የሚቀየረው"
-#: analysis.hrc:299
+#: scaddins/inc/analysis.hrc:299
msgctxt "ANALYSIS_Hex2Oct"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:300
+#: scaddins/inc/analysis.hrc:300
msgctxt "ANALYSIS_Hex2Oct"
msgid "The hexadecimal number to be converted (as text)"
msgstr "የ hexadecimal ቁጥር (እንደ ጽሁፍ) የሚቀየረው"
-#: analysis.hrc:301
+#: scaddins/inc/analysis.hrc:301
msgctxt "ANALYSIS_Hex2Oct"
msgid "Places"
msgstr "ቦታዎች"
-#: analysis.hrc:302
+#: scaddins/inc/analysis.hrc:302
msgctxt "ANALYSIS_Hex2Oct"
msgid "Number of places used"
msgstr "የተጠቀሙት የ ቦታዎች ቁጥር"
-#: analysis.hrc:307
+#: scaddins/inc/analysis.hrc:307
msgctxt "ANALYSIS_Delta"
msgid "Tests whether two values are equal"
msgstr "ሁለት ዋጋዎች እኩል እንደሆኑ መመርመሪያ"
-#: analysis.hrc:308
+#: scaddins/inc/analysis.hrc:308
msgctxt "ANALYSIS_Delta"
msgid "Number 1"
msgstr "ቁጥር 1"
-#: analysis.hrc:309
+#: scaddins/inc/analysis.hrc:309
msgctxt "ANALYSIS_Delta"
msgid "The first number"
msgstr "የ መጀመሪያው ቁጥር"
-#: analysis.hrc:310
+#: scaddins/inc/analysis.hrc:310
msgctxt "ANALYSIS_Delta"
msgid "Number 2"
msgstr "ቁጥር 2"
-#: analysis.hrc:311
+#: scaddins/inc/analysis.hrc:311
msgctxt "ANALYSIS_Delta"
msgid "The second number"
msgstr "ሁለተኛው ቁጥር"
-#: analysis.hrc:316
+#: scaddins/inc/analysis.hrc:316
msgctxt "ANALYSIS_Erf"
msgid "Returns the error function"
msgstr "የ ተግባር ስህተት ይመልሳል"
-#: analysis.hrc:317
+#: scaddins/inc/analysis.hrc:317
msgctxt "ANALYSIS_Erf"
msgid "Lower limit"
msgstr "ዝቅተኛው መጠን"
-#: analysis.hrc:318
+#: scaddins/inc/analysis.hrc:318
msgctxt "ANALYSIS_Erf"
msgid "The lower limit for integration"
msgstr "ዝቅተኛው መጠን ለ ማዋሀጃ"
-#: analysis.hrc:319
+#: scaddins/inc/analysis.hrc:319
msgctxt "ANALYSIS_Erf"
msgid "Upper limit"
msgstr "ከፍተኛው መጠን"
-#: analysis.hrc:320
+#: scaddins/inc/analysis.hrc:320
msgctxt "ANALYSIS_Erf"
msgid "The upper limit for integration"
msgstr "ከፍተኛው መጠን ለ ማዋሀጃ"
-#: analysis.hrc:325
+#: scaddins/inc/analysis.hrc:325
msgctxt "ANALYSIS_Erfc"
msgid "Returns the complementary error function"
msgstr "የ ስህተት ተግባር አስተያየት ይመልሳል"
-#: analysis.hrc:326
+#: scaddins/inc/analysis.hrc:326
msgctxt "ANALYSIS_Erfc"
msgid "Lower limit"
msgstr "ዝቅተኛው መጠን"
-#: analysis.hrc:327
+#: scaddins/inc/analysis.hrc:327
msgctxt "ANALYSIS_Erfc"
msgid "The lower limit for integration"
msgstr "ዝቅተኛው መጠን ለ ማዋሀጃ"
-#: analysis.hrc:332
+#: scaddins/inc/analysis.hrc:332
msgctxt "ANALYSIS_Gestep"
msgid "Tests whether a number is greater than a threshold value"
msgstr "ቁጥሩ ከ መግቢያው ዋጋ ይበልጥ እንደሆን መሞከሪያ"
-#: analysis.hrc:333
+#: scaddins/inc/analysis.hrc:333
msgctxt "ANALYSIS_Gestep"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:334
+#: scaddins/inc/analysis.hrc:334
msgctxt "ANALYSIS_Gestep"
msgid "The value to test against step"
msgstr "የሚሞከረው ዋጋ ከደረጃው አንጻር"
-#: analysis.hrc:335
+#: scaddins/inc/analysis.hrc:335
msgctxt "ANALYSIS_Gestep"
msgid "Step"
msgstr "ደረጃ"
-#: analysis.hrc:336
+#: scaddins/inc/analysis.hrc:336
msgctxt "ANALYSIS_Gestep"
msgid "The threshold value"
msgstr "የ መግቢያ ዋጋ"
-#: analysis.hrc:341
+#: scaddins/inc/analysis.hrc:341
msgctxt "ANALYSIS_Factdouble"
msgid "Returns the double factorial of Number"
msgstr "ድርብ የ ቁጥር ፋክቶሪያል ይመልሳል"
-#: analysis.hrc:342
+#: scaddins/inc/analysis.hrc:342
msgctxt "ANALYSIS_Factdouble"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:343
+#: scaddins/inc/analysis.hrc:343
msgctxt "ANALYSIS_Factdouble"
msgid "The number"
msgstr "ቁጥሩ"
-#: analysis.hrc:348
+#: scaddins/inc/analysis.hrc:348
msgctxt "ANALYSIS_Imabs"
msgid "Returns the absolute value (modulus) of a complex number"
msgstr "የ ፍጹም ዋጋ ይመልሳል (modulus) ለ ውስብስብ ቁጥር"
-#: analysis.hrc:349
+#: scaddins/inc/analysis.hrc:349
msgctxt "ANALYSIS_Imabs"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:350
+#: scaddins/inc/analysis.hrc:350
msgctxt "ANALYSIS_Imabs"
msgid "The complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:355
+#: scaddins/inc/analysis.hrc:355
msgctxt "ANALYSIS_Imaginary"
msgid "Returns the imaginary coefficient of a complex number"
msgstr "ለ ውስብስብ ቁጥር የ ኢማጂነሪ ኮኦፊሺየንት ይመልሳል"
-#: analysis.hrc:356
+#: scaddins/inc/analysis.hrc:356
msgctxt "ANALYSIS_Imaginary"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:357
+#: scaddins/inc/analysis.hrc:357
msgctxt "ANALYSIS_Imaginary"
msgid "The complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:362
+#: scaddins/inc/analysis.hrc:362
msgctxt "ANALYSIS_Impower"
msgid "Returns a complex number raised to a real power"
msgstr "ይመልሳል የ ውስብስብ ቁጥር ሲነሳ በ ሪይል ሀይል"
-#: analysis.hrc:363
+#: scaddins/inc/analysis.hrc:363
msgctxt "ANALYSIS_Impower"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:364
+#: scaddins/inc/analysis.hrc:364
msgctxt "ANALYSIS_Impower"
msgid "The complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:365
+#: scaddins/inc/analysis.hrc:365
msgctxt "ANALYSIS_Impower"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:366
+#: scaddins/inc/analysis.hrc:366
msgctxt "ANALYSIS_Impower"
msgid "Power to which the complex number is raised"
msgstr "ሀይል የ ውስብስብ ቁጥር የሚነሳበት"
-#: analysis.hrc:371
+#: scaddins/inc/analysis.hrc:371
msgctxt "ANALYSIS_Imargument"
msgid "Returns the argument theta, an angle expressed in radians"
msgstr "የ ክርክር ቴታ ይመልሳል: ለ ተሰጠው አንግል በ ራዲያንስ"
-#: analysis.hrc:372
+#: scaddins/inc/analysis.hrc:372
msgctxt "ANALYSIS_Imargument"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:373
+#: scaddins/inc/analysis.hrc:373
msgctxt "ANALYSIS_Imargument"
msgid "A complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:378
+#: scaddins/inc/analysis.hrc:378
msgctxt "ANALYSIS_Imcos"
msgid "Returns the cosine of a complex number"
msgstr "ለ ውስብስብ ቁጥር ኮሳይን ይመልሳል"
-#: analysis.hrc:379
+#: scaddins/inc/analysis.hrc:379
msgctxt "ANALYSIS_Imcos"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:380
+#: scaddins/inc/analysis.hrc:380
msgctxt "ANALYSIS_Imcos"
msgid "A complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:385
+#: scaddins/inc/analysis.hrc:385
msgctxt "ANALYSIS_Imdiv"
msgid "Returns the quotient of two complex numbers"
msgstr "የ ሁለት ውስብስብ ልዩነቶች ይመልሳል"
-#: analysis.hrc:386
+#: scaddins/inc/analysis.hrc:386
msgctxt "ANALYSIS_Imdiv"
msgid "Numerator"
msgstr "አካፋይ"
-#: analysis.hrc:387
+#: scaddins/inc/analysis.hrc:387
msgctxt "ANALYSIS_Imdiv"
msgid "The dividend"
msgstr "አካፋይ"
-#: analysis.hrc:388
+#: scaddins/inc/analysis.hrc:388
msgctxt "ANALYSIS_Imdiv"
msgid "Denominator"
msgstr "ተካፋይ"
-#: analysis.hrc:389
+#: scaddins/inc/analysis.hrc:389
msgctxt "ANALYSIS_Imdiv"
msgid "The divisor"
msgstr "ተካፋይ"
-#: analysis.hrc:394
+#: scaddins/inc/analysis.hrc:394
msgctxt "ANALYSIS_Imexp"
msgid "Returns the algebraic form of the exponential of a complex number"
msgstr "Returns the algebraic form of the exponential of a complex number"
-#: analysis.hrc:395
+#: scaddins/inc/analysis.hrc:395
msgctxt "ANALYSIS_Imexp"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:396
+#: scaddins/inc/analysis.hrc:396
msgctxt "ANALYSIS_Imexp"
msgid "The complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:401
+#: scaddins/inc/analysis.hrc:401
msgctxt "ANALYSIS_Imconjugate"
msgid "Returns the complex conjugate of a complex number"
msgstr "ለ ውስብስብ ቁጥር የ ውስብስብ መጋጠሚያ ይመልሳል"
-#: analysis.hrc:402
+#: scaddins/inc/analysis.hrc:402
msgctxt "ANALYSIS_Imconjugate"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:403
+#: scaddins/inc/analysis.hrc:403
msgctxt "ANALYSIS_Imconjugate"
msgid "The complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:408
+#: scaddins/inc/analysis.hrc:408
msgctxt "ANALYSIS_Imln"
msgid "Returns the natural logarithm of a complex number"
msgstr "ተፈጥሯዊ ሎጋሪዝም ለ ውስብስብ ቁጥር ይመልሳል"
-#: analysis.hrc:409
+#: scaddins/inc/analysis.hrc:409
msgctxt "ANALYSIS_Imln"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:410
+#: scaddins/inc/analysis.hrc:410
msgctxt "ANALYSIS_Imln"
msgid "The complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:415
+#: scaddins/inc/analysis.hrc:415
msgctxt "ANALYSIS_Imlog10"
msgid "Returns the base-10 logarithm of a complex number"
msgstr "ለ ውስብስብ ቁጥር የ ቤዝ-10 ሎጋሪዝም ይመልሳል"
-#: analysis.hrc:416
+#: scaddins/inc/analysis.hrc:416
msgctxt "ANALYSIS_Imlog10"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:417
+#: scaddins/inc/analysis.hrc:417
msgctxt "ANALYSIS_Imlog10"
msgid "The complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:422
+#: scaddins/inc/analysis.hrc:422
msgctxt "ANALYSIS_Imlog2"
msgid "Returns the base-2 logarithm of a complex number"
msgstr "ለ ውስብስብ ቁጥር የ ቤዝ-2 ሎጋሪዝም ይመልሳል"
-#: analysis.hrc:423
+#: scaddins/inc/analysis.hrc:423
msgctxt "ANALYSIS_Imlog2"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:424
+#: scaddins/inc/analysis.hrc:424
msgctxt "ANALYSIS_Imlog2"
msgid "The complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:429
+#: scaddins/inc/analysis.hrc:429
msgctxt "ANALYSIS_Improduct"
msgid "Returns the product of several complex numbers"
msgstr "የ በርካታ ውስብስብ ቁጥር ውጤቶችን ይመልሳል"
-#: analysis.hrc:430 /home/cl/vc/git/libo-core/scaddins/inc/analysis.hrc:432
+#: scaddins/inc/analysis.hrc:430 scaddins/inc/analysis.hrc:432
msgctxt "ANALYSIS_Improduct"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:431
+#: scaddins/inc/analysis.hrc:431
msgctxt "ANALYSIS_Improduct"
msgid "The first complex number"
msgstr "የ መጀመሪያው ውስብስብ ቁጥር"
-#: analysis.hrc:433
+#: scaddins/inc/analysis.hrc:433
msgctxt "ANALYSIS_Improduct"
msgid "Another complex number"
msgstr "ሌላ ውስብስብ ቁጥር"
-#: analysis.hrc:438
+#: scaddins/inc/analysis.hrc:438
msgctxt "ANALYSIS_Imreal"
msgid "Returns the real coefficient of a complex number"
msgstr "የ ውስብስብ ቁጥር ሪያል ኮኦፊሺየንት ይመልሳል"
-#: analysis.hrc:439
+#: scaddins/inc/analysis.hrc:439
msgctxt "ANALYSIS_Imreal"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:440
+#: scaddins/inc/analysis.hrc:440
msgctxt "ANALYSIS_Imreal"
msgid "The complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:445
+#: scaddins/inc/analysis.hrc:445
msgctxt "ANALYSIS_Imsin"
msgid "Returns the sine of a complex number"
msgstr "ለ ውስብስብ ቁጥር ሳይን ይመልሳል"
-#: analysis.hrc:446
+#: scaddins/inc/analysis.hrc:446
msgctxt "ANALYSIS_Imsin"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:447
+#: scaddins/inc/analysis.hrc:447
msgctxt "ANALYSIS_Imsin"
msgid "The complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:452
+#: scaddins/inc/analysis.hrc:452
msgctxt "ANALYSIS_Imsub"
msgid "Returns the difference of two complex numbers"
msgstr "የ ሁለት ውስብስብ ቁጥር ልዩነቶችን ይመልሳል"
-#: analysis.hrc:453 /home/cl/vc/git/libo-core/scaddins/inc/analysis.hrc:454
+#: scaddins/inc/analysis.hrc:453 scaddins/inc/analysis.hrc:454
msgctxt "ANALYSIS_Imsub"
msgid "Complex number 1"
msgstr "ውስብስብ ቁጥር 1"
-#: analysis.hrc:455 /home/cl/vc/git/libo-core/scaddins/inc/analysis.hrc:456
+#: scaddins/inc/analysis.hrc:455 scaddins/inc/analysis.hrc:456
msgctxt "ANALYSIS_Imsub"
msgid "Complex number 2"
msgstr "ውስብስብ ቁጥር 2"
-#: analysis.hrc:461
+#: scaddins/inc/analysis.hrc:461
msgctxt "ANALYSIS_Imsqrt"
msgid "Returns the square root of a complex number"
msgstr "የ ውስብስብ ቁጥር ስኴር ሩት ይመልሳል"
-#: analysis.hrc:462
+#: scaddins/inc/analysis.hrc:462
msgctxt "ANALYSIS_Imsqrt"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:463
+#: scaddins/inc/analysis.hrc:463
msgctxt "ANALYSIS_Imsqrt"
msgid "The complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:468
+#: scaddins/inc/analysis.hrc:468
msgctxt "ANALYSIS_Imsum"
msgid "Returns the sum of complex numbers"
msgstr "የ ውስብስብ ቁጥሮች ድምር ይመልሳል"
-#: analysis.hrc:469
+#: scaddins/inc/analysis.hrc:469
msgctxt "ANALYSIS_Imsum"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:470
+#: scaddins/inc/analysis.hrc:470
msgctxt "ANALYSIS_Imsum"
msgid "The complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:475
+#: scaddins/inc/analysis.hrc:475
msgctxt "ANALYSIS_Imtan"
msgid "Returns the tangent of a complex number"
msgstr "ለ ውስብስብ ቁጥር ታንጀንት ይመልሳል"
-#: analysis.hrc:476
+#: scaddins/inc/analysis.hrc:476
msgctxt "ANALYSIS_Imtan"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:477
+#: scaddins/inc/analysis.hrc:477
msgctxt "ANALYSIS_Imtan"
msgid "A complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:482
+#: scaddins/inc/analysis.hrc:482
msgctxt "ANALYSIS_Imsec"
msgid "Returns the secant of a complex number"
msgstr "ለ ውስብስብ ቁጥር ሴካንት ይመልሳል"
-#: analysis.hrc:483
+#: scaddins/inc/analysis.hrc:483
msgctxt "ANALYSIS_Imsec"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:484
+#: scaddins/inc/analysis.hrc:484
msgctxt "ANALYSIS_Imsec"
msgid "A complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:489
+#: scaddins/inc/analysis.hrc:489
msgctxt "ANALYSIS_Imcsc"
msgid "Returns the cosecant of a complex number"
msgstr "ለ ውስብስብ ቁጥር ኮሴካንት ይመልሳል"
-#: analysis.hrc:490
+#: scaddins/inc/analysis.hrc:490
msgctxt "ANALYSIS_Imcsc"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:491
+#: scaddins/inc/analysis.hrc:491
msgctxt "ANALYSIS_Imcsc"
msgid "A complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:496
+#: scaddins/inc/analysis.hrc:496
msgctxt "ANALYSIS_Imcot"
msgid "Returns the cotangent of a complex number"
msgstr "ለ ውስብስብ ቁጥር ኮታንጀንት ይመልሳል"
-#: analysis.hrc:497
+#: scaddins/inc/analysis.hrc:497
msgctxt "ANALYSIS_Imcot"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:498
+#: scaddins/inc/analysis.hrc:498
msgctxt "ANALYSIS_Imcot"
msgid "A complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:503
+#: scaddins/inc/analysis.hrc:503
msgctxt "ANALYSIS_Imsinh"
msgid "Returns the hyperbolic sine of a complex number"
msgstr "ለ ውስብስብ ቁጥር ሀይፐርቦሊክ ሳይን ይመልሳል"
-#: analysis.hrc:504
+#: scaddins/inc/analysis.hrc:504
msgctxt "ANALYSIS_Imsinh"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:505
+#: scaddins/inc/analysis.hrc:505
msgctxt "ANALYSIS_Imsinh"
msgid "A complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:510
+#: scaddins/inc/analysis.hrc:510
msgctxt "ANALYSIS_Imcosh"
msgid "Returns the hyperbolic cosine of a complex number"
msgstr "ለ ውስብስብ ቁጥር ሀይፐርቦሊክ ኮሳይን ይመልሳል"
-#: analysis.hrc:511
+#: scaddins/inc/analysis.hrc:511
msgctxt "ANALYSIS_Imcosh"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:512
+#: scaddins/inc/analysis.hrc:512
msgctxt "ANALYSIS_Imcosh"
msgid "A complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:517
+#: scaddins/inc/analysis.hrc:517
msgctxt "ANALYSIS_Imsech"
msgid "Returns the hyperbolic secant of a complex number"
msgstr "ለ ውስብስብ ቁጥር ሀይፐርቦሊክ ሴካንት ይመልሳል"
-#: analysis.hrc:518
+#: scaddins/inc/analysis.hrc:518
msgctxt "ANALYSIS_Imsech"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:519
+#: scaddins/inc/analysis.hrc:519
msgctxt "ANALYSIS_Imsech"
msgid "A complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:524
+#: scaddins/inc/analysis.hrc:524
msgctxt "ANALYSIS_Imcsch"
msgid "Returns the hyperbolic cosecant of a complex number"
msgstr "ለ ውስብስብ ቁጥር ሀይፐርቦሊክ ኮሴካንት ይመልሳል"
-#: analysis.hrc:525
+#: scaddins/inc/analysis.hrc:525
msgctxt "ANALYSIS_Imcsch"
msgid "Complex number"
msgstr "ውስብስብ ቁጥር"
-#: analysis.hrc:526
+#: scaddins/inc/analysis.hrc:526
msgctxt "ANALYSIS_Imcsch"
msgid "A complex number"
msgstr "የ ውስብስብ ቁጥር"
-#: analysis.hrc:531
+#: scaddins/inc/analysis.hrc:531
msgctxt "ANALYSIS_Complex"
msgid "Converts real and imaginary coefficients into a complex number"
msgstr "የ ሪያል እና ኢማጂነሪ ኮኦፊሺየንት ወደ ውስብስብ ቁጥር መቀየሪያ"
-#: analysis.hrc:532
+#: scaddins/inc/analysis.hrc:532
msgctxt "ANALYSIS_Complex"
msgid "Real num"
msgstr "ሪያል ቁጥር"
-#: analysis.hrc:533
+#: scaddins/inc/analysis.hrc:533
msgctxt "ANALYSIS_Complex"
msgid "The real coefficient"
msgstr "የ ሪያል ኮኦፊሺየንት"
-#: analysis.hrc:534
+#: scaddins/inc/analysis.hrc:534
msgctxt "ANALYSIS_Complex"
msgid "I num"
msgstr "I ቁጥር"
-#: analysis.hrc:535
+#: scaddins/inc/analysis.hrc:535
msgctxt "ANALYSIS_Complex"
msgid "The imaginary coefficient"
msgstr "የ ኢማጂነሪ ኮኦፊሺየንት"
-#: analysis.hrc:536
+#: scaddins/inc/analysis.hrc:536
msgctxt "ANALYSIS_Complex"
msgid "Suffix"
msgstr "መድረሻ"
-#: analysis.hrc:537
+#: scaddins/inc/analysis.hrc:537
msgctxt "ANALYSIS_Complex"
msgid "The suffix"
msgstr "መድረሻው"
-#: analysis.hrc:542
+#: scaddins/inc/analysis.hrc:542
msgctxt "ANALYSIS_Convert"
msgid "Converts a number from one measurement system to another"
msgstr "ቁጥር ከ አንድ መለኪያ ስርአት ወደ ሌላ መቀየሪያ"
-#: analysis.hrc:543
+#: scaddins/inc/analysis.hrc:543
msgctxt "ANALYSIS_Convert"
msgid "Number"
msgstr "ቁጥር"
-#: analysis.hrc:544
+#: scaddins/inc/analysis.hrc:544
msgctxt "ANALYSIS_Convert"
msgid "The number"
msgstr "ቁጥሩ"
-#: analysis.hrc:545
+#: scaddins/inc/analysis.hrc:545
msgctxt "ANALYSIS_Convert"
msgid "From unit"
msgstr "ከ መለኪያ"
-#: analysis.hrc:546
+#: scaddins/inc/analysis.hrc:546
msgctxt "ANALYSIS_Convert"
msgid "Unit of measure for number"
msgstr "ለ ቁጥር መለኪያ ክፍል"
-#: analysis.hrc:547
+#: scaddins/inc/analysis.hrc:547
msgctxt "ANALYSIS_Convert"
msgid "To unit"
msgstr "ወደ ክፍል"
-#: analysis.hrc:548
+#: scaddins/inc/analysis.hrc:548
msgctxt "ANALYSIS_Convert"
msgid "Unit of measure for the result"
msgstr "ለ ውጤቱ መለኪያ ክፍል"
-#: analysis.hrc:553
+#: scaddins/inc/analysis.hrc:553
msgctxt "ANALYSIS_Amordegrc"
msgid "Returns the prorated linear depreciation of an asset for each accounting period"
msgstr "የ ተከፋፈለ ቀጥተኛ ንብረቱ የሚቀንስበትን ለ እያንዳንዱ መቆጣጠሪያ ጊዜ ይመልሳል"
-#: analysis.hrc:554
+#: scaddins/inc/analysis.hrc:554
msgctxt "ANALYSIS_Amordegrc"
msgid "Cost"
msgstr "ወጪ"
-#: analysis.hrc:555
+#: scaddins/inc/analysis.hrc:555
msgctxt "ANALYSIS_Amordegrc"
msgid "Cost of the asset"
msgstr "የ ንብረቱ ዋጋ"
-#: analysis.hrc:556
+#: scaddins/inc/analysis.hrc:556
msgctxt "ANALYSIS_Amordegrc"
msgid "Date purchased"
msgstr "የ ተገዛበት ቀን"
-#: analysis.hrc:557
+#: scaddins/inc/analysis.hrc:557
msgctxt "ANALYSIS_Amordegrc"
msgid "Purchase date of the asset"
msgstr "እቃው የ ተገዛበት ቀን"
-#: analysis.hrc:558
+#: scaddins/inc/analysis.hrc:558
msgctxt "ANALYSIS_Amordegrc"
msgid "First period"
msgstr "መጀመሪያ ጊዜ"
-#: analysis.hrc:559
+#: scaddins/inc/analysis.hrc:559
msgctxt "ANALYSIS_Amordegrc"
msgid "Date the first period ends"
msgstr "የ መጀመሪያ ጊዜ የሚያልቅበት"
-#: analysis.hrc:560
+#: scaddins/inc/analysis.hrc:560
msgctxt "ANALYSIS_Amordegrc"
msgid "Salvage"
msgstr "ከ ጥፋት ማዳን"
-#: analysis.hrc:561
+#: scaddins/inc/analysis.hrc:561
msgctxt "ANALYSIS_Amordegrc"
msgid "Salvage value of an asset at the end of its life"
msgstr "ከ ጥፋት ማዳን የ ንብረቱ ቀሪ ዋጋ በ ሕይወቱ መጨረሻ ጊዜ"
-#: analysis.hrc:562
+#: scaddins/inc/analysis.hrc:562
msgctxt "ANALYSIS_Amordegrc"
msgid "Period"
msgstr "ጊዜ"
-#: analysis.hrc:563
+#: scaddins/inc/analysis.hrc:563
msgctxt "ANALYSIS_Amordegrc"
msgid "The period"
msgstr "ጊዜው"
-#: analysis.hrc:564
+#: scaddins/inc/analysis.hrc:564
msgctxt "ANALYSIS_Amordegrc"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:565
+#: scaddins/inc/analysis.hrc:565
msgctxt "ANALYSIS_Amordegrc"
msgid "The rate of depreciation"
msgstr "ዋጋው የሚቀንስበት መጠን"
-#: analysis.hrc:566
+#: scaddins/inc/analysis.hrc:566
msgctxt "ANALYSIS_Amordegrc"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:567
+#: scaddins/inc/analysis.hrc:567
msgctxt "ANALYSIS_Amordegrc"
msgid "The year basis to be used"
msgstr "የሚጠቀሙት የ አመት መሰረት"
-#: analysis.hrc:572
+#: scaddins/inc/analysis.hrc:572
msgctxt "ANALYSIS_Amorlinc"
msgid "Returns the prorated linear depreciation of an asset for each accounting period"
msgstr "የ ተከፋፈለ ቀጥተኛ ንብረቱ የሚቀንስበትን ለ እያንዳንዱ መቆጣጠሪያ ጊዜ ይመልሳል"
-#: analysis.hrc:573
+#: scaddins/inc/analysis.hrc:573
msgctxt "ANALYSIS_Amorlinc"
msgid "Cost"
msgstr "ወጪ"
-#: analysis.hrc:574
+#: scaddins/inc/analysis.hrc:574
msgctxt "ANALYSIS_Amorlinc"
msgid "Cost of the asset"
msgstr "የ ንብረቱ ዋጋ"
-#: analysis.hrc:575
+#: scaddins/inc/analysis.hrc:575
msgctxt "ANALYSIS_Amorlinc"
msgid "Date purchased"
msgstr "የተገዛበት ቀን"
-#: analysis.hrc:576
+#: scaddins/inc/analysis.hrc:576
msgctxt "ANALYSIS_Amorlinc"
msgid "Purchase date of the asset"
msgstr "እቃው የተገዛበት ቀን"
-#: analysis.hrc:577
+#: scaddins/inc/analysis.hrc:577
msgctxt "ANALYSIS_Amorlinc"
msgid "First period"
msgstr "መጀመሪያ ጊዜ"
-#: analysis.hrc:578
+#: scaddins/inc/analysis.hrc:578
msgctxt "ANALYSIS_Amorlinc"
msgid "The date the first period ends"
msgstr "የ መጀመሪያው ጊዜ የሚያልቅበት"
-#: analysis.hrc:579
+#: scaddins/inc/analysis.hrc:579
msgctxt "ANALYSIS_Amorlinc"
msgid "Salvage"
msgstr "ከ ጥፋት ማዳን"
-#: analysis.hrc:580
+#: scaddins/inc/analysis.hrc:580
msgctxt "ANALYSIS_Amorlinc"
msgid "The salvage value of an asset at the end of its life"
msgstr "ከ ጥፋት ማዳን የ ንብረቱ ቀሪ ዋጋ በ ሕይወቱ መጨረሻ ጊዜ"
-#: analysis.hrc:581
+#: scaddins/inc/analysis.hrc:581
msgctxt "ANALYSIS_Amorlinc"
msgid "Period"
msgstr "ጊዜ"
-#: analysis.hrc:582
+#: scaddins/inc/analysis.hrc:582
msgctxt "ANALYSIS_Amorlinc"
msgid "The period"
msgstr "ጊዜው"
-#: analysis.hrc:583
+#: scaddins/inc/analysis.hrc:583
msgctxt "ANALYSIS_Amorlinc"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:584
+#: scaddins/inc/analysis.hrc:584
msgctxt "ANALYSIS_Amorlinc"
msgid "The rate of depreciation"
msgstr "ዋጋው የሚቀንስበት መጠን"
-#: analysis.hrc:585
+#: scaddins/inc/analysis.hrc:585
msgctxt "ANALYSIS_Amorlinc"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:586
+#: scaddins/inc/analysis.hrc:586
msgctxt "ANALYSIS_Amorlinc"
msgid "The year basis to be used"
msgstr "የሚጠቀሙት የ አመት መሰረት"
-#: analysis.hrc:591
+#: scaddins/inc/analysis.hrc:591
msgctxt "ANALYSIS_Accrint"
msgid "Returns the accrued interest for a security that pays periodic interest"
msgstr "የ ተጠራቀመውን ወለድ በ ደህንነቱ ላይ ክፍያው ሲደርስ ወለድ ይመልሳል"
-#: analysis.hrc:592
+#: scaddins/inc/analysis.hrc:592
msgctxt "ANALYSIS_Accrint"
msgid "Issue"
msgstr "የተሰጠው"
-#: analysis.hrc:593
+#: scaddins/inc/analysis.hrc:593
msgctxt "ANALYSIS_Accrint"
msgid "Issue date of the security"
msgstr "ለ ደህንነቱ የተሰጠው ቀን"
-#: analysis.hrc:594
+#: scaddins/inc/analysis.hrc:594
msgctxt "ANALYSIS_Accrint"
msgid "First interest"
msgstr "የ መጀመሪያው ወለድ"
-#: analysis.hrc:595
+#: scaddins/inc/analysis.hrc:595
msgctxt "ANALYSIS_Accrint"
msgid "First interest date of the security"
msgstr "ለ ደህንነቱ የ ወለዱ የ መጀመሪያ ቀን"
-#: analysis.hrc:596
+#: scaddins/inc/analysis.hrc:596
msgctxt "ANALYSIS_Accrint"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:597
+#: scaddins/inc/analysis.hrc:597
msgctxt "ANALYSIS_Accrint"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:598
+#: scaddins/inc/analysis.hrc:598
msgctxt "ANALYSIS_Accrint"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:599
+#: scaddins/inc/analysis.hrc:599
msgctxt "ANALYSIS_Accrint"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:600
+#: scaddins/inc/analysis.hrc:600
msgctxt "ANALYSIS_Accrint"
msgid "Par"
msgstr "እኩል"
-#: analysis.hrc:601
+#: scaddins/inc/analysis.hrc:601
msgctxt "ANALYSIS_Accrint"
msgid "The par value"
msgstr "የ እኩል ዋጋ"
-#: analysis.hrc:602
+#: scaddins/inc/analysis.hrc:602
msgctxt "ANALYSIS_Accrint"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:603
+#: scaddins/inc/analysis.hrc:603
msgctxt "ANALYSIS_Accrint"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:604
+#: scaddins/inc/analysis.hrc:604
msgctxt "ANALYSIS_Accrint"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:605
+#: scaddins/inc/analysis.hrc:605
msgctxt "ANALYSIS_Accrint"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:610
+#: scaddins/inc/analysis.hrc:610
msgctxt "ANALYSIS_Accrintm"
msgid "Returns the accrued interest for a security that pays interest at maturity"
msgstr "የ ተጠራቀመውን ወለድ በ ደህንነቱ ላይ ክፍያው ሲደርስ ወለድ ይመልሳል"
-#: analysis.hrc:611
+#: scaddins/inc/analysis.hrc:611
msgctxt "ANALYSIS_Accrintm"
msgid "Issue"
msgstr "የተሰጠው"
-#: analysis.hrc:612
+#: scaddins/inc/analysis.hrc:612
msgctxt "ANALYSIS_Accrintm"
msgid "The issue date"
msgstr "የተሰጠበት ቀን"
-#: analysis.hrc:613
+#: scaddins/inc/analysis.hrc:613
msgctxt "ANALYSIS_Accrintm"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:614
+#: scaddins/inc/analysis.hrc:614
msgctxt "ANALYSIS_Accrintm"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:615
+#: scaddins/inc/analysis.hrc:615
msgctxt "ANALYSIS_Accrintm"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:616
+#: scaddins/inc/analysis.hrc:616
msgctxt "ANALYSIS_Accrintm"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:617
+#: scaddins/inc/analysis.hrc:617
msgctxt "ANALYSIS_Accrintm"
msgid "Par"
msgstr "እኩል"
-#: analysis.hrc:618
+#: scaddins/inc/analysis.hrc:618
msgctxt "ANALYSIS_Accrintm"
msgid "The par value"
msgstr "የ እኩል ዋጋ"
-#: analysis.hrc:619
+#: scaddins/inc/analysis.hrc:619
msgctxt "ANALYSIS_Accrintm"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:620
+#: scaddins/inc/analysis.hrc:620
msgctxt "ANALYSIS_Accrintm"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:625
+#: scaddins/inc/analysis.hrc:625
msgctxt "ANALYSIS_Received"
msgid "Returns the amount paid out at maturity for a fully invested security"
msgstr "Returns the amount paid out at maturity for a fully invested security"
-#: analysis.hrc:626
+#: scaddins/inc/analysis.hrc:626
msgctxt "ANALYSIS_Received"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:627
+#: scaddins/inc/analysis.hrc:627
msgctxt "ANALYSIS_Received"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:628
+#: scaddins/inc/analysis.hrc:628
msgctxt "ANALYSIS_Received"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:629
+#: scaddins/inc/analysis.hrc:629
msgctxt "ANALYSIS_Received"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:630
+#: scaddins/inc/analysis.hrc:630
msgctxt "ANALYSIS_Received"
msgid "Investment"
msgstr "ስምምነት"
-#: analysis.hrc:631
+#: scaddins/inc/analysis.hrc:631
msgctxt "ANALYSIS_Received"
msgid "The investment"
msgstr "ስምምነቱ"
-#: analysis.hrc:632
+#: scaddins/inc/analysis.hrc:632
msgctxt "ANALYSIS_Received"
msgid "Discount"
msgstr "ቅናሽ"
-#: analysis.hrc:633
+#: scaddins/inc/analysis.hrc:633
msgctxt "ANALYSIS_Received"
msgid "The discount"
msgstr "ቅናሹ"
-#: analysis.hrc:634
+#: scaddins/inc/analysis.hrc:634
msgctxt "ANALYSIS_Received"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:635
+#: scaddins/inc/analysis.hrc:635
msgctxt "ANALYSIS_Received"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:640
+#: scaddins/inc/analysis.hrc:640
msgctxt "ANALYSIS_Disc"
msgid "Returns the discount rate for a security"
msgstr "ለ ደህንነቱ የ ቅናሽ መጠን ይመልሳል"
-#: analysis.hrc:641
+#: scaddins/inc/analysis.hrc:641
msgctxt "ANALYSIS_Disc"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:642
+#: scaddins/inc/analysis.hrc:642
msgctxt "ANALYSIS_Disc"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:643
+#: scaddins/inc/analysis.hrc:643
msgctxt "ANALYSIS_Disc"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:644
+#: scaddins/inc/analysis.hrc:644
msgctxt "ANALYSIS_Disc"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:645
+#: scaddins/inc/analysis.hrc:645
msgctxt "ANALYSIS_Disc"
msgid "Price"
msgstr "ዋጋ"
-#: analysis.hrc:646
+#: scaddins/inc/analysis.hrc:646
msgctxt "ANALYSIS_Disc"
msgid "The price"
msgstr "ዋጋው"
-#: analysis.hrc:647
+#: scaddins/inc/analysis.hrc:647
msgctxt "ANALYSIS_Disc"
msgid "Redemption"
msgstr "ከ እዳ መንፃት"
-#: analysis.hrc:648
+#: scaddins/inc/analysis.hrc:648
msgctxt "ANALYSIS_Disc"
msgid "The redemption value"
msgstr "ከ እዳ የሚነፃበት ዋጋ"
-#: analysis.hrc:649
+#: scaddins/inc/analysis.hrc:649
msgctxt "ANALYSIS_Disc"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:650
+#: scaddins/inc/analysis.hrc:650
msgctxt "ANALYSIS_Disc"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:655
+#: scaddins/inc/analysis.hrc:655
msgctxt "ANALYSIS_Duration"
msgid "Returns the annual Macaulay duration of a security with periodic interest payments"
msgstr "Returns the annual Macaulay duration of a security with periodic interest payments"
-#: analysis.hrc:656
+#: scaddins/inc/analysis.hrc:656
msgctxt "ANALYSIS_Duration"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:657
+#: scaddins/inc/analysis.hrc:657
msgctxt "ANALYSIS_Duration"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:658
+#: scaddins/inc/analysis.hrc:658
msgctxt "ANALYSIS_Duration"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:659
+#: scaddins/inc/analysis.hrc:659
msgctxt "ANALYSIS_Duration"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:660
+#: scaddins/inc/analysis.hrc:660
msgctxt "ANALYSIS_Duration"
msgid "Coupon"
msgstr "ቲኬት"
-#: analysis.hrc:661
+#: scaddins/inc/analysis.hrc:661
msgctxt "ANALYSIS_Duration"
msgid "The coupon rate"
msgstr "የ ቲኬት መጠን"
-#: analysis.hrc:662
+#: scaddins/inc/analysis.hrc:662
msgctxt "ANALYSIS_Duration"
msgid "Yield"
msgstr "ትርፍ"
-#: analysis.hrc:663
+#: scaddins/inc/analysis.hrc:663
msgctxt "ANALYSIS_Duration"
msgid "The yield"
msgstr "ትርፉ"
-#: analysis.hrc:664
+#: scaddins/inc/analysis.hrc:664
msgctxt "ANALYSIS_Duration"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:665
+#: scaddins/inc/analysis.hrc:665
msgctxt "ANALYSIS_Duration"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:666
+#: scaddins/inc/analysis.hrc:666
msgctxt "ANALYSIS_Duration"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:667
+#: scaddins/inc/analysis.hrc:667
msgctxt "ANALYSIS_Duration"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:672
+#: scaddins/inc/analysis.hrc:672
msgctxt "ANALYSIS_Effect"
msgid "Returns the effective annual interest rate"
msgstr "የ አመቱን የ ወለድ መጠን ውጤት ይመልሳል"
-#: analysis.hrc:673
+#: scaddins/inc/analysis.hrc:673
msgctxt "ANALYSIS_Effect"
msgid "Nominal rate"
msgstr "አነስተኛ መጠን"
-#: analysis.hrc:674
+#: scaddins/inc/analysis.hrc:674
msgctxt "ANALYSIS_Effect"
msgid "The nominal rate"
msgstr "አነስተኛው መጠን"
-#: analysis.hrc:675
+#: scaddins/inc/analysis.hrc:675
msgctxt "ANALYSIS_Effect"
msgid "Npery"
msgstr "Npery"
-#: analysis.hrc:676
+#: scaddins/inc/analysis.hrc:676
msgctxt "ANALYSIS_Effect"
msgid "The periods"
msgstr "ጊዜዎቹ"
-#: analysis.hrc:681
+#: scaddins/inc/analysis.hrc:681
msgctxt "ANALYSIS_Cumprinc"
msgid "Returns the cumulative principal on a loan to be paid between two periods"
msgstr "በ ብድሩ ላይ የ ተጠራቀመውን ዋናውን በ ሁለት ጊዜ የሚከፈለውን ይመልሳል"
-#: analysis.hrc:682
+#: scaddins/inc/analysis.hrc:682
msgctxt "ANALYSIS_Cumprinc"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:683
+#: scaddins/inc/analysis.hrc:683
msgctxt "ANALYSIS_Cumprinc"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:684
+#: scaddins/inc/analysis.hrc:684
msgctxt "ANALYSIS_Cumprinc"
msgid "Nper"
msgstr "የ ክፍያ ጊዜ ቁጥር"
-#: analysis.hrc:685
+#: scaddins/inc/analysis.hrc:685
msgctxt "ANALYSIS_Cumprinc"
msgid "Number of payment periods"
msgstr "የ ክፍያው ጊዜዎች በ ቁጥር"
-#: analysis.hrc:686
+#: scaddins/inc/analysis.hrc:686
msgctxt "ANALYSIS_Cumprinc"
msgid "Pv"
msgstr "የ አሁን ዋጋ"
-#: analysis.hrc:687
+#: scaddins/inc/analysis.hrc:687
msgctxt "ANALYSIS_Cumprinc"
msgid "The present value"
msgstr "የ አሁኑ ዋጋ"
-#: analysis.hrc:688
+#: scaddins/inc/analysis.hrc:688
msgctxt "ANALYSIS_Cumprinc"
msgid "Start period"
msgstr "መጀመሪያ ጊዜ"
-#: analysis.hrc:689
+#: scaddins/inc/analysis.hrc:689
msgctxt "ANALYSIS_Cumprinc"
msgid "The start period"
msgstr "መጀመሪያው ጊዜ"
-#: analysis.hrc:690
+#: scaddins/inc/analysis.hrc:690
msgctxt "ANALYSIS_Cumprinc"
msgid "End period"
msgstr "መጨረሻ ጊዜ"
-#: analysis.hrc:691
+#: scaddins/inc/analysis.hrc:691
msgctxt "ANALYSIS_Cumprinc"
msgid "The end period"
msgstr "መጨረሻው ጊዜ"
-#: analysis.hrc:692
+#: scaddins/inc/analysis.hrc:692
msgctxt "ANALYSIS_Cumprinc"
msgid "Type"
msgstr "አይነት"
-#: analysis.hrc:693
+#: scaddins/inc/analysis.hrc:693
msgctxt "ANALYSIS_Cumprinc"
msgid "The type of maturity"
msgstr "የ ክፍያ ጊዜ አይነት"
-#: analysis.hrc:698
+#: scaddins/inc/analysis.hrc:698
msgctxt "ANALYSIS_Cumipmt"
msgid "Returns the cumulative interest to be paid between two periods"
msgstr "በ ሁለት ጊዜ የሚከፈለውን የ ተጠራቀመ ወለድ ይመልሳል"
-#: analysis.hrc:699
+#: scaddins/inc/analysis.hrc:699
msgctxt "ANALYSIS_Cumipmt"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:700
+#: scaddins/inc/analysis.hrc:700
msgctxt "ANALYSIS_Cumipmt"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:701
+#: scaddins/inc/analysis.hrc:701
msgctxt "ANALYSIS_Cumipmt"
msgid "Nper"
msgstr "የ ክፍያ ጊዜ ቁጥር"
-#: analysis.hrc:702
+#: scaddins/inc/analysis.hrc:702
msgctxt "ANALYSIS_Cumipmt"
msgid "Number of payment periods"
msgstr "የ ክፍያው ጊዜዎች በ ቁጥር"
-#: analysis.hrc:703
+#: scaddins/inc/analysis.hrc:703
msgctxt "ANALYSIS_Cumipmt"
msgid "Pv"
msgstr "የ አሁን ዋጋ"
-#: analysis.hrc:704
+#: scaddins/inc/analysis.hrc:704
msgctxt "ANALYSIS_Cumipmt"
msgid "The present value"
msgstr "የ አሁኑ ዋጋ"
-#: analysis.hrc:705
+#: scaddins/inc/analysis.hrc:705
msgctxt "ANALYSIS_Cumipmt"
msgid "Start period"
msgstr "መጀመሪያ ጊዜ"
-#: analysis.hrc:706
+#: scaddins/inc/analysis.hrc:706
msgctxt "ANALYSIS_Cumipmt"
msgid "The start period"
msgstr "መጀመሪያው ጊዜ"
-#: analysis.hrc:707
+#: scaddins/inc/analysis.hrc:707
msgctxt "ANALYSIS_Cumipmt"
msgid "End period"
msgstr "መጨረሻ ጊዜ"
-#: analysis.hrc:708
+#: scaddins/inc/analysis.hrc:708
msgctxt "ANALYSIS_Cumipmt"
msgid "The end period"
msgstr "መጨረሻው ጊዜ"
-#: analysis.hrc:709
+#: scaddins/inc/analysis.hrc:709
msgctxt "ANALYSIS_Cumipmt"
msgid "Type"
msgstr "አይነት"
-#: analysis.hrc:710
+#: scaddins/inc/analysis.hrc:710
msgctxt "ANALYSIS_Cumipmt"
msgid "The type of maturity"
msgstr "የ ክፍያ ጊዜ አይነት"
-#: analysis.hrc:715
+#: scaddins/inc/analysis.hrc:715
msgctxt "ANALYSIS_Price"
msgid "Returns the price per 100 currency units face value of a security that pays periodic interest"
msgstr "Returns the price per 100 currency units face value of a security that pays periodic interest"
-#: analysis.hrc:716
+#: scaddins/inc/analysis.hrc:716
msgctxt "ANALYSIS_Price"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:717
+#: scaddins/inc/analysis.hrc:717
msgctxt "ANALYSIS_Price"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:718
+#: scaddins/inc/analysis.hrc:718
msgctxt "ANALYSIS_Price"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:719
+#: scaddins/inc/analysis.hrc:719
msgctxt "ANALYSIS_Price"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:720
+#: scaddins/inc/analysis.hrc:720
msgctxt "ANALYSIS_Price"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:721
+#: scaddins/inc/analysis.hrc:721
msgctxt "ANALYSIS_Price"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:722
+#: scaddins/inc/analysis.hrc:722
msgctxt "ANALYSIS_Price"
msgid "Yield"
msgstr "ትርፍ"
-#: analysis.hrc:723
+#: scaddins/inc/analysis.hrc:723
msgctxt "ANALYSIS_Price"
msgid "The yield"
msgstr "ትርፉ"
-#: analysis.hrc:724
+#: scaddins/inc/analysis.hrc:724
msgctxt "ANALYSIS_Price"
msgid "Redemption"
msgstr "ከ እዳ መንፃት"
-#: analysis.hrc:725
+#: scaddins/inc/analysis.hrc:725
msgctxt "ANALYSIS_Price"
msgid "The redemption value"
msgstr "ከ እዳ የሚነፃበት ዋጋ"
-#: analysis.hrc:726
+#: scaddins/inc/analysis.hrc:726
msgctxt "ANALYSIS_Price"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:727
+#: scaddins/inc/analysis.hrc:727
msgctxt "ANALYSIS_Price"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:728
+#: scaddins/inc/analysis.hrc:728
msgctxt "ANALYSIS_Price"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:729
+#: scaddins/inc/analysis.hrc:729
msgctxt "ANALYSIS_Price"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:734
+#: scaddins/inc/analysis.hrc:734
msgctxt "ANALYSIS_Pricedisc"
msgid "Returns the price per 100 currency units face value of a discounted security"
msgstr "Returns the price per 100 currency units face value of a discounted security"
-#: analysis.hrc:735
+#: scaddins/inc/analysis.hrc:735
msgctxt "ANALYSIS_Pricedisc"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:736
+#: scaddins/inc/analysis.hrc:736
msgctxt "ANALYSIS_Pricedisc"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:737
+#: scaddins/inc/analysis.hrc:737
msgctxt "ANALYSIS_Pricedisc"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:738
+#: scaddins/inc/analysis.hrc:738
msgctxt "ANALYSIS_Pricedisc"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:739
+#: scaddins/inc/analysis.hrc:739
msgctxt "ANALYSIS_Pricedisc"
msgid "Discount"
msgstr "ቅናሽ"
-#: analysis.hrc:740
+#: scaddins/inc/analysis.hrc:740
msgctxt "ANALYSIS_Pricedisc"
msgid "The discount"
msgstr "ቅናሹ"
-#: analysis.hrc:741
+#: scaddins/inc/analysis.hrc:741
msgctxt "ANALYSIS_Pricedisc"
msgid "Redemption"
msgstr "ከ እዳ መንፃት"
-#: analysis.hrc:742
+#: scaddins/inc/analysis.hrc:742
msgctxt "ANALYSIS_Pricedisc"
msgid "The redemption value"
msgstr "ከ እዳ የሚነፃበት ዋጋ"
-#: analysis.hrc:743
+#: scaddins/inc/analysis.hrc:743
msgctxt "ANALYSIS_Pricedisc"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:744
+#: scaddins/inc/analysis.hrc:744
msgctxt "ANALYSIS_Pricedisc"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:749
+#: scaddins/inc/analysis.hrc:749
msgctxt "ANALYSIS_Pricemat"
msgid "Returns the price per 100 currency units face value of a security that pays interest at maturity"
msgstr "Returns the price per 100 currency units face value of a security that pays interest at maturity"
-#: analysis.hrc:750
+#: scaddins/inc/analysis.hrc:750
msgctxt "ANALYSIS_Pricemat"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:751
+#: scaddins/inc/analysis.hrc:751
msgctxt "ANALYSIS_Pricemat"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:752
+#: scaddins/inc/analysis.hrc:752
msgctxt "ANALYSIS_Pricemat"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:753
+#: scaddins/inc/analysis.hrc:753
msgctxt "ANALYSIS_Pricemat"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:754
+#: scaddins/inc/analysis.hrc:754
msgctxt "ANALYSIS_Pricemat"
msgid "Issue"
msgstr "የተሰጠው"
-#: analysis.hrc:755
+#: scaddins/inc/analysis.hrc:755
msgctxt "ANALYSIS_Pricemat"
msgid "The issue date"
msgstr "የተሰጠበት ቀን"
-#: analysis.hrc:756
+#: scaddins/inc/analysis.hrc:756
msgctxt "ANALYSIS_Pricemat"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:757
+#: scaddins/inc/analysis.hrc:757
msgctxt "ANALYSIS_Pricemat"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:758
+#: scaddins/inc/analysis.hrc:758
msgctxt "ANALYSIS_Pricemat"
msgid "Yield"
msgstr "ትርፍ"
-#: analysis.hrc:759
+#: scaddins/inc/analysis.hrc:759
msgctxt "ANALYSIS_Pricemat"
msgid "The yield"
msgstr "ትርፉ"
-#: analysis.hrc:760
+#: scaddins/inc/analysis.hrc:760
msgctxt "ANALYSIS_Pricemat"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:761
+#: scaddins/inc/analysis.hrc:761
msgctxt "ANALYSIS_Pricemat"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:766
+#: scaddins/inc/analysis.hrc:766
msgctxt "ANALYSIS_Mduration"
msgid "Returns the Macaulay modified duration for a security with an assumed par value of 100 currency units"
msgstr "Returns the Macaulay modified duration for a security with an assumed par value of 100 currency units"
-#: analysis.hrc:767
+#: scaddins/inc/analysis.hrc:767
msgctxt "ANALYSIS_Mduration"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:768
+#: scaddins/inc/analysis.hrc:768
msgctxt "ANALYSIS_Mduration"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:769
+#: scaddins/inc/analysis.hrc:769
msgctxt "ANALYSIS_Mduration"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:770
+#: scaddins/inc/analysis.hrc:770
msgctxt "ANALYSIS_Mduration"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:771
+#: scaddins/inc/analysis.hrc:771
msgctxt "ANALYSIS_Mduration"
msgid "Coupon"
msgstr "ቲኬት"
-#: analysis.hrc:772
+#: scaddins/inc/analysis.hrc:772
msgctxt "ANALYSIS_Mduration"
msgid "The coupon rate"
msgstr "የ ቲኬት መጠን"
-#: analysis.hrc:773
+#: scaddins/inc/analysis.hrc:773
msgctxt "ANALYSIS_Mduration"
msgid "Yield"
msgstr "ትርፍ"
-#: analysis.hrc:774
+#: scaddins/inc/analysis.hrc:774
msgctxt "ANALYSIS_Mduration"
msgid "The yield"
msgstr "ትርፉ"
-#: analysis.hrc:775
+#: scaddins/inc/analysis.hrc:775
msgctxt "ANALYSIS_Mduration"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:776
+#: scaddins/inc/analysis.hrc:776
msgctxt "ANALYSIS_Mduration"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:777
+#: scaddins/inc/analysis.hrc:777
msgctxt "ANALYSIS_Mduration"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:778
+#: scaddins/inc/analysis.hrc:778
msgctxt "ANALYSIS_Mduration"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:783
+#: scaddins/inc/analysis.hrc:783
msgctxt "ANALYSIS_Nominal"
msgid "Returns the annual nominal interest rate"
msgstr "የ አመቱን አነስተኛ የ ወለድ መጠን ይመልሳል"
-#: analysis.hrc:784
+#: scaddins/inc/analysis.hrc:784
msgctxt "ANALYSIS_Nominal"
msgid "Effective rate"
msgstr "ውጤታማው መጠን"
-#: analysis.hrc:785
+#: scaddins/inc/analysis.hrc:785
msgctxt "ANALYSIS_Nominal"
msgid "The effective interest rate"
msgstr "ውጤታማው የ ወለድ መጠን"
-#: analysis.hrc:786
+#: scaddins/inc/analysis.hrc:786
msgctxt "ANALYSIS_Nominal"
msgid "Npery"
msgstr "Npery"
-#: analysis.hrc:787
+#: scaddins/inc/analysis.hrc:787
msgctxt "ANALYSIS_Nominal"
msgid "The periods"
msgstr "ጊዜዎቹ"
-#: analysis.hrc:792
+#: scaddins/inc/analysis.hrc:792
msgctxt "ANALYSIS_Dollarfr"
msgid "Converts a price expressed as a decimal into a price expressed as a fraction"
msgstr "በ ዴሲማል የ ተቀመጡ ዋጋዎችን ወደ ክፍልፋይ ዋጋ ለ መቀየር ይረዳል"
-#: analysis.hrc:793
+#: scaddins/inc/analysis.hrc:793
msgctxt "ANALYSIS_Dollarfr"
msgid "Decimal dollar"
msgstr "ክፍልፋይ ብር"
-#: analysis.hrc:794
+#: scaddins/inc/analysis.hrc:794
msgctxt "ANALYSIS_Dollarfr"
msgid "The decimal number"
msgstr "የ ዴሲማል ቁጥር"
-#: analysis.hrc:795
+#: scaddins/inc/analysis.hrc:795
msgctxt "ANALYSIS_Dollarfr"
msgid "Fraction"
msgstr "ክፍልፋይ"
-#: analysis.hrc:796
+#: scaddins/inc/analysis.hrc:796
msgctxt "ANALYSIS_Dollarfr"
msgid "The divisor"
msgstr "ተካፋይ"
-#: analysis.hrc:801
+#: scaddins/inc/analysis.hrc:801
msgctxt "ANALYSIS_Dollarde"
msgid "Converts a price expressed as a fraction into a price expressed as a decimal"
msgstr "በ ክፍልፋይ የ ተቀመጡ ዋጋዎችን ወደ ዴሲማል ዋጋ ለ መቀየር ይረዳል"
-#: analysis.hrc:802
+#: scaddins/inc/analysis.hrc:802
msgctxt "ANALYSIS_Dollarde"
msgid "Fractional dollar"
msgstr "ክፍልፋይ ብር"
-#: analysis.hrc:803
+#: scaddins/inc/analysis.hrc:803
msgctxt "ANALYSIS_Dollarde"
msgid "The number as a fraction"
msgstr "ቁጥሩ እንደ ክፍልፋይ"
-#: analysis.hrc:804
+#: scaddins/inc/analysis.hrc:804
msgctxt "ANALYSIS_Dollarde"
msgid "Fraction"
msgstr "ክፍልፋይ"
-#: analysis.hrc:805
+#: scaddins/inc/analysis.hrc:805
msgctxt "ANALYSIS_Dollarde"
msgid "The divisor"
msgstr "ተካፋይ"
-#: analysis.hrc:810
+#: scaddins/inc/analysis.hrc:810
msgctxt "ANALYSIS_Yield"
msgid "Returns the yield on a security that pays periodic interest"
msgstr "በ ደህንነቱ ላይ ትርፉ በየጊዜው የሚከፍለውን ወለድ ይመልሳል"
-#: analysis.hrc:811
+#: scaddins/inc/analysis.hrc:811
msgctxt "ANALYSIS_Yield"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:812
+#: scaddins/inc/analysis.hrc:812
msgctxt "ANALYSIS_Yield"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:813
+#: scaddins/inc/analysis.hrc:813
msgctxt "ANALYSIS_Yield"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:814
+#: scaddins/inc/analysis.hrc:814
msgctxt "ANALYSIS_Yield"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:815
+#: scaddins/inc/analysis.hrc:815
msgctxt "ANALYSIS_Yield"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:816
+#: scaddins/inc/analysis.hrc:816
msgctxt "ANALYSIS_Yield"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:817
+#: scaddins/inc/analysis.hrc:817
msgctxt "ANALYSIS_Yield"
msgid "Price"
msgstr "ዋጋ"
-#: analysis.hrc:818
+#: scaddins/inc/analysis.hrc:818
msgctxt "ANALYSIS_Yield"
msgid "The price"
msgstr "ዋጋው"
-#: analysis.hrc:819
+#: scaddins/inc/analysis.hrc:819
msgctxt "ANALYSIS_Yield"
msgid "Redemption"
msgstr "ከ እዳ መንፃት"
-#: analysis.hrc:820
+#: scaddins/inc/analysis.hrc:820
msgctxt "ANALYSIS_Yield"
msgid "The redemption value"
msgstr "ከ እዳ የሚነፃበት ዋጋ"
-#: analysis.hrc:821
+#: scaddins/inc/analysis.hrc:821
msgctxt "ANALYSIS_Yield"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:822
+#: scaddins/inc/analysis.hrc:822
msgctxt "ANALYSIS_Yield"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:823
+#: scaddins/inc/analysis.hrc:823
msgctxt "ANALYSIS_Yield"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:824
+#: scaddins/inc/analysis.hrc:824
msgctxt "ANALYSIS_Yield"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:829
+#: scaddins/inc/analysis.hrc:829
msgctxt "ANALYSIS_Yielddisc"
msgid "Returns the annual yield for a discounted security"
msgstr "ለ ተቀነሰው ደህንነት የ አመቱን ትርፍ ይመልሳል"
-#: analysis.hrc:830
+#: scaddins/inc/analysis.hrc:830
msgctxt "ANALYSIS_Yielddisc"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:831
+#: scaddins/inc/analysis.hrc:831
msgctxt "ANALYSIS_Yielddisc"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:832
+#: scaddins/inc/analysis.hrc:832
msgctxt "ANALYSIS_Yielddisc"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:833
+#: scaddins/inc/analysis.hrc:833
msgctxt "ANALYSIS_Yielddisc"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:834
+#: scaddins/inc/analysis.hrc:834
msgctxt "ANALYSIS_Yielddisc"
msgid "Price"
msgstr "ዋጋ"
-#: analysis.hrc:835
+#: scaddins/inc/analysis.hrc:835
msgctxt "ANALYSIS_Yielddisc"
msgid "The price"
msgstr "ዋጋው"
-#: analysis.hrc:836
+#: scaddins/inc/analysis.hrc:836
msgctxt "ANALYSIS_Yielddisc"
msgid "Redemption"
msgstr "ከ እዳ መንፃት"
-#: analysis.hrc:837
+#: scaddins/inc/analysis.hrc:837
msgctxt "ANALYSIS_Yielddisc"
msgid "The redemption value"
msgstr "ከ እዳ የሚነፃበት ዋጋ"
-#: analysis.hrc:838
+#: scaddins/inc/analysis.hrc:838
msgctxt "ANALYSIS_Yielddisc"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:839
+#: scaddins/inc/analysis.hrc:839
msgctxt "ANALYSIS_Yielddisc"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:844
+#: scaddins/inc/analysis.hrc:844
msgctxt "ANALYSIS_Yieldmat"
msgid "Returns the annual yield of a security that pays interest at maturity"
msgstr "የ አመቱን ትርፍ በ ደህንነቱ ላይ ክፍያው ሲደርስ ወለድ ይመልሳል"
-#: analysis.hrc:845
+#: scaddins/inc/analysis.hrc:845
msgctxt "ANALYSIS_Yieldmat"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:846
+#: scaddins/inc/analysis.hrc:846
msgctxt "ANALYSIS_Yieldmat"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:847
+#: scaddins/inc/analysis.hrc:847
msgctxt "ANALYSIS_Yieldmat"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:848
+#: scaddins/inc/analysis.hrc:848
msgctxt "ANALYSIS_Yieldmat"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:849
+#: scaddins/inc/analysis.hrc:849
msgctxt "ANALYSIS_Yieldmat"
msgid "Issue"
msgstr "የተሰጠው"
-#: analysis.hrc:850
+#: scaddins/inc/analysis.hrc:850
msgctxt "ANALYSIS_Yieldmat"
msgid "The issue date"
msgstr "የተሰጠበት ቀን"
-#: analysis.hrc:851
+#: scaddins/inc/analysis.hrc:851
msgctxt "ANALYSIS_Yieldmat"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:852
+#: scaddins/inc/analysis.hrc:852
msgctxt "ANALYSIS_Yieldmat"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:853
+#: scaddins/inc/analysis.hrc:853
msgctxt "ANALYSIS_Yieldmat"
msgid "Price"
msgstr "ዋጋ"
-#: analysis.hrc:854
+#: scaddins/inc/analysis.hrc:854
msgctxt "ANALYSIS_Yieldmat"
msgid "The price"
msgstr "ዋጋው"
-#: analysis.hrc:855
+#: scaddins/inc/analysis.hrc:855
msgctxt "ANALYSIS_Yieldmat"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:856
+#: scaddins/inc/analysis.hrc:856
msgctxt "ANALYSIS_Yieldmat"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:861
+#: scaddins/inc/analysis.hrc:861
msgctxt "ANALYSIS_Tbilleq"
msgid "Returns the bond-equivalent yield for a treasury bill"
msgstr "Returns the bond-equivalent yield for a treasury bill"
-#: analysis.hrc:862
+#: scaddins/inc/analysis.hrc:862
msgctxt "ANALYSIS_Tbilleq"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:863
+#: scaddins/inc/analysis.hrc:863
msgctxt "ANALYSIS_Tbilleq"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:864
+#: scaddins/inc/analysis.hrc:864
msgctxt "ANALYSIS_Tbilleq"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:865
+#: scaddins/inc/analysis.hrc:865
msgctxt "ANALYSIS_Tbilleq"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:866
+#: scaddins/inc/analysis.hrc:866
msgctxt "ANALYSIS_Tbilleq"
msgid "Discount"
msgstr "ቅናሽ"
-#: analysis.hrc:867
+#: scaddins/inc/analysis.hrc:867
msgctxt "ANALYSIS_Tbilleq"
msgid "The discount rate"
msgstr "የ ቅናሹ መጠን"
-#: analysis.hrc:872
+#: scaddins/inc/analysis.hrc:872
msgctxt "ANALYSIS_Tbillprice"
msgid "Returns the price of 100 currency units face value for a treasury bill"
msgstr "ለ treasury bill ዋጋውን በ 100 አገር ገንዘብ ክፍሎች በሚታየው ዋጋ ያቀርባል"
-#: analysis.hrc:873
+#: scaddins/inc/analysis.hrc:873
msgctxt "ANALYSIS_Tbillprice"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:874
+#: scaddins/inc/analysis.hrc:874
msgctxt "ANALYSIS_Tbillprice"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:875
+#: scaddins/inc/analysis.hrc:875
msgctxt "ANALYSIS_Tbillprice"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:876
+#: scaddins/inc/analysis.hrc:876
msgctxt "ANALYSIS_Tbillprice"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:877
+#: scaddins/inc/analysis.hrc:877
msgctxt "ANALYSIS_Tbillprice"
msgid "Discount"
msgstr "ቅናሽ"
-#: analysis.hrc:878
+#: scaddins/inc/analysis.hrc:878
msgctxt "ANALYSIS_Tbillprice"
msgid "The discount rate"
msgstr "የ ቅናሹ መጠን"
-#: analysis.hrc:883
+#: scaddins/inc/analysis.hrc:883
msgctxt "ANALYSIS_Tbillyield"
msgid "Returns the yield for a treasury bill"
msgstr "ለሀብቱ ትርፍ ይመልሳል"
-#: analysis.hrc:884
+#: scaddins/inc/analysis.hrc:884
msgctxt "ANALYSIS_Tbillyield"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:885
+#: scaddins/inc/analysis.hrc:885
msgctxt "ANALYSIS_Tbillyield"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:886
+#: scaddins/inc/analysis.hrc:886
msgctxt "ANALYSIS_Tbillyield"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:887
+#: scaddins/inc/analysis.hrc:887
msgctxt "ANALYSIS_Tbillyield"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:888
+#: scaddins/inc/analysis.hrc:888
msgctxt "ANALYSIS_Tbillyield"
msgid "Price"
msgstr "ዋጋ"
-#: analysis.hrc:889
+#: scaddins/inc/analysis.hrc:889
msgctxt "ANALYSIS_Tbillyield"
msgid "The price"
msgstr "ዋጋው"
-#: analysis.hrc:894
+#: scaddins/inc/analysis.hrc:894
msgctxt "ANALYSIS_Oddfprice"
msgid "Returns the price per $100 face value of a security with an odd first period"
msgstr "ለ ደህንነቱ ዋጋውን በ $100 ገንዘብ ክፍሎች በሚታየው ዋጋ ባልተወሰነ መጀመሪያ ጊዜ ያቀርባል"
-#: analysis.hrc:895
+#: scaddins/inc/analysis.hrc:895
msgctxt "ANALYSIS_Oddfprice"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:896
+#: scaddins/inc/analysis.hrc:896
msgctxt "ANALYSIS_Oddfprice"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:897
+#: scaddins/inc/analysis.hrc:897
msgctxt "ANALYSIS_Oddfprice"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:898
+#: scaddins/inc/analysis.hrc:898
msgctxt "ANALYSIS_Oddfprice"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:899
+#: scaddins/inc/analysis.hrc:899
msgctxt "ANALYSIS_Oddfprice"
msgid "Issue"
msgstr "የተሰጠው"
-#: analysis.hrc:900
+#: scaddins/inc/analysis.hrc:900
msgctxt "ANALYSIS_Oddfprice"
msgid "The issue date"
msgstr "የተሰጠበት ቀን"
-#: analysis.hrc:901
+#: scaddins/inc/analysis.hrc:901
msgctxt "ANALYSIS_Oddfprice"
msgid "First coupon"
msgstr "የ መጀመሪያ ቲኬት"
-#: analysis.hrc:902
+#: scaddins/inc/analysis.hrc:902
msgctxt "ANALYSIS_Oddfprice"
msgid "The first coupon date"
msgstr "የ መጀመሪያው ቲኬት ቀን"
-#: analysis.hrc:903
+#: scaddins/inc/analysis.hrc:903
msgctxt "ANALYSIS_Oddfprice"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:904
+#: scaddins/inc/analysis.hrc:904
msgctxt "ANALYSIS_Oddfprice"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:905
+#: scaddins/inc/analysis.hrc:905
msgctxt "ANALYSIS_Oddfprice"
msgid "Yield"
msgstr "ትርፍ"
-#: analysis.hrc:906
+#: scaddins/inc/analysis.hrc:906
msgctxt "ANALYSIS_Oddfprice"
msgid "The yield"
msgstr "ትርፉ"
-#: analysis.hrc:907
+#: scaddins/inc/analysis.hrc:907
msgctxt "ANALYSIS_Oddfprice"
msgid "Redemption"
msgstr "ከ እዳ መንፃት"
-#: analysis.hrc:908
+#: scaddins/inc/analysis.hrc:908
msgctxt "ANALYSIS_Oddfprice"
msgid "The redemption value"
msgstr "ከ እዳ የሚነፃበት ዋጋ"
-#: analysis.hrc:909
+#: scaddins/inc/analysis.hrc:909
msgctxt "ANALYSIS_Oddfprice"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:910
+#: scaddins/inc/analysis.hrc:910
msgctxt "ANALYSIS_Oddfprice"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:911
+#: scaddins/inc/analysis.hrc:911
msgctxt "ANALYSIS_Oddfprice"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:912
+#: scaddins/inc/analysis.hrc:912
msgctxt "ANALYSIS_Oddfprice"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:917
+#: scaddins/inc/analysis.hrc:917
msgctxt "ANALYSIS_Oddfyield"
msgid "Returns the yield of a security with an odd first period"
msgstr "ለ ደህንነቱ ትርፍ ባልተወሰነ መጀመሪያ ጊዜ ይመልሳል"
-#: analysis.hrc:918
+#: scaddins/inc/analysis.hrc:918
msgctxt "ANALYSIS_Oddfyield"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:919
+#: scaddins/inc/analysis.hrc:919
msgctxt "ANALYSIS_Oddfyield"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:920
+#: scaddins/inc/analysis.hrc:920
msgctxt "ANALYSIS_Oddfyield"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:921
+#: scaddins/inc/analysis.hrc:921
msgctxt "ANALYSIS_Oddfyield"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:922
+#: scaddins/inc/analysis.hrc:922
msgctxt "ANALYSIS_Oddfyield"
msgid "Issue"
msgstr "የተሰጠው"
-#: analysis.hrc:923
+#: scaddins/inc/analysis.hrc:923
msgctxt "ANALYSIS_Oddfyield"
msgid "The issue date"
msgstr "የተሰጠበት ቀን"
-#: analysis.hrc:924
+#: scaddins/inc/analysis.hrc:924
msgctxt "ANALYSIS_Oddfyield"
msgid "First coupon"
msgstr "የ መጀመሪያ ቲኬት"
-#: analysis.hrc:925
+#: scaddins/inc/analysis.hrc:925
msgctxt "ANALYSIS_Oddfyield"
msgid "The first coupon date"
msgstr "የ መጀመሪያው ቲኬት ቀን"
-#: analysis.hrc:926
+#: scaddins/inc/analysis.hrc:926
msgctxt "ANALYSIS_Oddfyield"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:927
+#: scaddins/inc/analysis.hrc:927
msgctxt "ANALYSIS_Oddfyield"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:928
+#: scaddins/inc/analysis.hrc:928
msgctxt "ANALYSIS_Oddfyield"
msgid "Price"
msgstr "ዋጋ"
-#: analysis.hrc:929
+#: scaddins/inc/analysis.hrc:929
msgctxt "ANALYSIS_Oddfyield"
msgid "The price"
msgstr "ዋጋው"
-#: analysis.hrc:930
+#: scaddins/inc/analysis.hrc:930
msgctxt "ANALYSIS_Oddfyield"
msgid "Redemption"
msgstr "ከ እዳ መንፃት"
-#: analysis.hrc:931
+#: scaddins/inc/analysis.hrc:931
msgctxt "ANALYSIS_Oddfyield"
msgid "The redemption value"
msgstr "ከ እዳ የሚነፃበት ዋጋ"
-#: analysis.hrc:932
+#: scaddins/inc/analysis.hrc:932
msgctxt "ANALYSIS_Oddfyield"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:933
+#: scaddins/inc/analysis.hrc:933
msgctxt "ANALYSIS_Oddfyield"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:934
+#: scaddins/inc/analysis.hrc:934
msgctxt "ANALYSIS_Oddfyield"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:935
+#: scaddins/inc/analysis.hrc:935
msgctxt "ANALYSIS_Oddfyield"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:940
+#: scaddins/inc/analysis.hrc:940
msgctxt "ANALYSIS_Oddlprice"
msgid "Returns the price per $100 face value of a security with an odd last period"
msgstr "ዋጋውን ይመልሳል በ $100 በሚታየው የ ደህንነት ዋጋ ፊት በጎዶሎ መጨረሻ ጊዜ"
-#: analysis.hrc:941
+#: scaddins/inc/analysis.hrc:941
msgctxt "ANALYSIS_Oddlprice"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:942
+#: scaddins/inc/analysis.hrc:942
msgctxt "ANALYSIS_Oddlprice"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:943
+#: scaddins/inc/analysis.hrc:943
msgctxt "ANALYSIS_Oddlprice"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:944
+#: scaddins/inc/analysis.hrc:944
msgctxt "ANALYSIS_Oddlprice"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:945
+#: scaddins/inc/analysis.hrc:945
msgctxt "ANALYSIS_Oddlprice"
msgid "Last interest"
msgstr "የ ወለዱ መጨረሻ"
-#: analysis.hrc:946
+#: scaddins/inc/analysis.hrc:946
msgctxt "ANALYSIS_Oddlprice"
msgid "The last interest date"
msgstr "የ ወለዱ መጨረሻ ቀን"
-#: analysis.hrc:947
+#: scaddins/inc/analysis.hrc:947
msgctxt "ANALYSIS_Oddlprice"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:948
+#: scaddins/inc/analysis.hrc:948
msgctxt "ANALYSIS_Oddlprice"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:949
+#: scaddins/inc/analysis.hrc:949
msgctxt "ANALYSIS_Oddlprice"
msgid "Yield"
msgstr "ትርፍ"
-#: analysis.hrc:950
+#: scaddins/inc/analysis.hrc:950
msgctxt "ANALYSIS_Oddlprice"
msgid "The yield"
msgstr "ትርፉ"
-#: analysis.hrc:951
+#: scaddins/inc/analysis.hrc:951
msgctxt "ANALYSIS_Oddlprice"
msgid "Redemption"
msgstr "ከ እዳ መንፃት"
-#: analysis.hrc:952
+#: scaddins/inc/analysis.hrc:952
msgctxt "ANALYSIS_Oddlprice"
msgid "The redemption value"
msgstr "ከ እዳ የሚነፃበት ዋጋ"
-#: analysis.hrc:953
+#: scaddins/inc/analysis.hrc:953
msgctxt "ANALYSIS_Oddlprice"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:954
+#: scaddins/inc/analysis.hrc:954
msgctxt "ANALYSIS_Oddlprice"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:955
+#: scaddins/inc/analysis.hrc:955
msgctxt "ANALYSIS_Oddlprice"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:956
+#: scaddins/inc/analysis.hrc:956
msgctxt "ANALYSIS_Oddlprice"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:961
+#: scaddins/inc/analysis.hrc:961
msgctxt "ANALYSIS_Oddlyield"
msgid "Returns the yield of a security with an odd last period"
msgstr "ለ ደህንነቱን ትርፍ ባልተወሰነ መጨረሻ ጊዜ ይመልሳል"
-#: analysis.hrc:962
+#: scaddins/inc/analysis.hrc:962
msgctxt "ANALYSIS_Oddlyield"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:963
+#: scaddins/inc/analysis.hrc:963
msgctxt "ANALYSIS_Oddlyield"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:964
+#: scaddins/inc/analysis.hrc:964
msgctxt "ANALYSIS_Oddlyield"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:965
+#: scaddins/inc/analysis.hrc:965
msgctxt "ANALYSIS_Oddlyield"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:966
+#: scaddins/inc/analysis.hrc:966
msgctxt "ANALYSIS_Oddlyield"
msgid "Last interest"
msgstr "የ ወለዱ መጨረሻ"
-#: analysis.hrc:967
+#: scaddins/inc/analysis.hrc:967
msgctxt "ANALYSIS_Oddlyield"
msgid "The last interest date"
msgstr "የ ወለዱ መጨረሻ ቀን"
-#: analysis.hrc:968
+#: scaddins/inc/analysis.hrc:968
msgctxt "ANALYSIS_Oddlyield"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:969
+#: scaddins/inc/analysis.hrc:969
msgctxt "ANALYSIS_Oddlyield"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:970
+#: scaddins/inc/analysis.hrc:970
msgctxt "ANALYSIS_Oddlyield"
msgid "Price"
msgstr "ዋጋ"
-#: analysis.hrc:971
+#: scaddins/inc/analysis.hrc:971
msgctxt "ANALYSIS_Oddlyield"
msgid "The price"
msgstr "ዋጋው"
-#: analysis.hrc:972
+#: scaddins/inc/analysis.hrc:972
msgctxt "ANALYSIS_Oddlyield"
msgid "Redemption"
msgstr "ከ እዳ መንፃት"
-#: analysis.hrc:973
+#: scaddins/inc/analysis.hrc:973
msgctxt "ANALYSIS_Oddlyield"
msgid "The redemption value"
msgstr "ከ እዳ የሚነፃበት ዋጋ"
-#: analysis.hrc:974
+#: scaddins/inc/analysis.hrc:974
msgctxt "ANALYSIS_Oddlyield"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:975
+#: scaddins/inc/analysis.hrc:975
msgctxt "ANALYSIS_Oddlyield"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:976
+#: scaddins/inc/analysis.hrc:976
msgctxt "ANALYSIS_Oddlyield"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:977
+#: scaddins/inc/analysis.hrc:977
msgctxt "ANALYSIS_Oddlyield"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:982
+#: scaddins/inc/analysis.hrc:982
msgctxt "ANALYSIS_Xirr"
msgid "Returns the internal rate of return for a non-periodic schedule of payments"
msgstr "ጊዜያቸው-ላልተወሰነ እቅድ ክፍያዎች የ ውስጥ መጠን ይመልሳል"
-#: analysis.hrc:983
+#: scaddins/inc/analysis.hrc:983
msgctxt "ANALYSIS_Xirr"
msgid "Values"
msgstr "ዋጋዎች"
-#: analysis.hrc:984
+#: scaddins/inc/analysis.hrc:984
msgctxt "ANALYSIS_Xirr"
msgid "The values"
msgstr "ዋጋዎቹ"
-#: analysis.hrc:985
+#: scaddins/inc/analysis.hrc:985
msgctxt "ANALYSIS_Xirr"
msgid "Dates"
msgstr "ቀኖች"
-#: analysis.hrc:986
+#: scaddins/inc/analysis.hrc:986
msgctxt "ANALYSIS_Xirr"
msgid "The dates"
msgstr "ቀኖቹ"
-#: analysis.hrc:987
+#: scaddins/inc/analysis.hrc:987
msgctxt "ANALYSIS_Xirr"
msgid "Guess"
msgstr "ግምት"
-#: analysis.hrc:988
+#: scaddins/inc/analysis.hrc:988
msgctxt "ANALYSIS_Xirr"
msgid "The guess"
msgstr "ግምቱ"
-#: analysis.hrc:993
+#: scaddins/inc/analysis.hrc:993
msgctxt "ANALYSIS_Xnpv"
msgid "Returns the net present value for a non-periodic schedule of payments"
msgstr "ጊዜያቸው-ላልተወሰነ እቅድ ክፍያዎች የ አሁኑን የተጣራ ዋጋ ይመልሳል"
-#: analysis.hrc:994
+#: scaddins/inc/analysis.hrc:994
msgctxt "ANALYSIS_Xnpv"
msgid "Rate"
msgstr "መጠን"
-#: analysis.hrc:995
+#: scaddins/inc/analysis.hrc:995
msgctxt "ANALYSIS_Xnpv"
msgid "The rate"
msgstr "መጠኑ"
-#: analysis.hrc:996
+#: scaddins/inc/analysis.hrc:996
msgctxt "ANALYSIS_Xnpv"
msgid "Values"
msgstr "ዋጋዎች"
-#: analysis.hrc:997
+#: scaddins/inc/analysis.hrc:997
msgctxt "ANALYSIS_Xnpv"
msgid "The values"
msgstr "ዋጋዎቹ"
-#: analysis.hrc:998
+#: scaddins/inc/analysis.hrc:998
msgctxt "ANALYSIS_Xnpv"
msgid "Dates"
msgstr "ቀኖች"
-#: analysis.hrc:999
+#: scaddins/inc/analysis.hrc:999
msgctxt "ANALYSIS_Xnpv"
msgid "The dates"
msgstr "ቀኖቹ"
-#: analysis.hrc:1004
+#: scaddins/inc/analysis.hrc:1004
msgctxt "ANALYSIS_Intrate"
msgid "Returns the interest rate for a fully invested security"
msgstr "በሙሉ invested ለሆነ ደህንነት የወለዱን መጠን ይመልሳል"
-#: analysis.hrc:1005
+#: scaddins/inc/analysis.hrc:1005
msgctxt "ANALYSIS_Intrate"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:1006
+#: scaddins/inc/analysis.hrc:1006
msgctxt "ANALYSIS_Intrate"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:1007
+#: scaddins/inc/analysis.hrc:1007
msgctxt "ANALYSIS_Intrate"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:1008
+#: scaddins/inc/analysis.hrc:1008
msgctxt "ANALYSIS_Intrate"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:1009
+#: scaddins/inc/analysis.hrc:1009
msgctxt "ANALYSIS_Intrate"
msgid "Investment"
msgstr "Investment"
-#: analysis.hrc:1010
+#: scaddins/inc/analysis.hrc:1010
msgctxt "ANALYSIS_Intrate"
msgid "The investment"
msgstr "The investment"
-#: analysis.hrc:1011
+#: scaddins/inc/analysis.hrc:1011
msgctxt "ANALYSIS_Intrate"
msgid "Redemption"
msgstr "ከ እዳ መንፃት"
-#: analysis.hrc:1012
+#: scaddins/inc/analysis.hrc:1012
msgctxt "ANALYSIS_Intrate"
msgid "The redemption value"
msgstr "ከ እዳ የሚነፃበት ዋጋ"
-#: analysis.hrc:1013
+#: scaddins/inc/analysis.hrc:1013
msgctxt "ANALYSIS_Intrate"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:1014
+#: scaddins/inc/analysis.hrc:1014
msgctxt "ANALYSIS_Intrate"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:1019
+#: scaddins/inc/analysis.hrc:1019
msgctxt "ANALYSIS_Coupncd"
msgid "Returns the first coupon date after the settlement date"
msgstr "ከ ስምምነቱ ቀን በኋላ የ ቲኬቱን የ መጀመሪያ ቀን ይመልሳል"
-#: analysis.hrc:1020
+#: scaddins/inc/analysis.hrc:1020
msgctxt "ANALYSIS_Coupncd"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:1021
+#: scaddins/inc/analysis.hrc:1021
msgctxt "ANALYSIS_Coupncd"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:1022
+#: scaddins/inc/analysis.hrc:1022
msgctxt "ANALYSIS_Coupncd"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:1023
+#: scaddins/inc/analysis.hrc:1023
msgctxt "ANALYSIS_Coupncd"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:1024
+#: scaddins/inc/analysis.hrc:1024
msgctxt "ANALYSIS_Coupncd"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:1025
+#: scaddins/inc/analysis.hrc:1025
msgctxt "ANALYSIS_Coupncd"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:1026
+#: scaddins/inc/analysis.hrc:1026
msgctxt "ANALYSIS_Coupncd"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:1027
+#: scaddins/inc/analysis.hrc:1027
msgctxt "ANALYSIS_Coupncd"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:1032
+#: scaddins/inc/analysis.hrc:1032
msgctxt "ANALYSIS_Coupdays"
msgid "Returns the number of days in the coupon period containing the settlement date"
msgstr "ቲኬት ለ ስምምነቱ የያዘውን ቀን የ ቀን ቁጥር ይመልሳል"
-#: analysis.hrc:1033
+#: scaddins/inc/analysis.hrc:1033
msgctxt "ANALYSIS_Coupdays"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:1034
+#: scaddins/inc/analysis.hrc:1034
msgctxt "ANALYSIS_Coupdays"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:1035
+#: scaddins/inc/analysis.hrc:1035
msgctxt "ANALYSIS_Coupdays"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:1036
+#: scaddins/inc/analysis.hrc:1036
msgctxt "ANALYSIS_Coupdays"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:1037
+#: scaddins/inc/analysis.hrc:1037
msgctxt "ANALYSIS_Coupdays"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:1038
+#: scaddins/inc/analysis.hrc:1038
msgctxt "ANALYSIS_Coupdays"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:1039
+#: scaddins/inc/analysis.hrc:1039
msgctxt "ANALYSIS_Coupdays"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:1040
+#: scaddins/inc/analysis.hrc:1040
msgctxt "ANALYSIS_Coupdays"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:1045
+#: scaddins/inc/analysis.hrc:1045
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Returns the number of days from the settlement date to the next coupon date"
msgstr "የ ቀኖች ቁጥር ከ ስምምነቱ ቀን እስከሚቀጥለው ቲኬት ቀን ድረስ የያዘውን የ ቀን ቁጥር ይመልሳል"
-#: analysis.hrc:1046
+#: scaddins/inc/analysis.hrc:1046
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:1047
+#: scaddins/inc/analysis.hrc:1047
msgctxt "ANALYSIS_Coupdaysnc"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:1048
+#: scaddins/inc/analysis.hrc:1048
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:1049
+#: scaddins/inc/analysis.hrc:1049
msgctxt "ANALYSIS_Coupdaysnc"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:1050
+#: scaddins/inc/analysis.hrc:1050
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:1051
+#: scaddins/inc/analysis.hrc:1051
msgctxt "ANALYSIS_Coupdaysnc"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:1052
+#: scaddins/inc/analysis.hrc:1052
msgctxt "ANALYSIS_Coupdaysnc"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:1053
+#: scaddins/inc/analysis.hrc:1053
msgctxt "ANALYSIS_Coupdaysnc"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:1058
+#: scaddins/inc/analysis.hrc:1058
msgctxt "ANALYSIS_Coupdaybs"
msgid "Returns the number of days from the beginning of the coupon period to the settlement date"
msgstr "የ ቀኖች ቁጥር ከ ስምምነቱ ቀን መጀመሪያ እስከ ስምምነቱ ቀን ድረስ የያዘውን የ ቀን ቁጥር ይመልሳል"
-#: analysis.hrc:1059
+#: scaddins/inc/analysis.hrc:1059
msgctxt "ANALYSIS_Coupdaybs"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:1060
+#: scaddins/inc/analysis.hrc:1060
msgctxt "ANALYSIS_Coupdaybs"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:1061
+#: scaddins/inc/analysis.hrc:1061
msgctxt "ANALYSIS_Coupdaybs"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:1062
+#: scaddins/inc/analysis.hrc:1062
msgctxt "ANALYSIS_Coupdaybs"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:1063
+#: scaddins/inc/analysis.hrc:1063
msgctxt "ANALYSIS_Coupdaybs"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:1064
+#: scaddins/inc/analysis.hrc:1064
msgctxt "ANALYSIS_Coupdaybs"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:1065
+#: scaddins/inc/analysis.hrc:1065
msgctxt "ANALYSIS_Coupdaybs"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:1066
+#: scaddins/inc/analysis.hrc:1066
msgctxt "ANALYSIS_Coupdaybs"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:1071
+#: scaddins/inc/analysis.hrc:1071
msgctxt "ANALYSIS_Couppcd"
msgid "Returns the last coupon date preceding the settlement date"
msgstr "የ ቲኬት መጨረሻ ቀን ለ ስምምነት የያዘውን ቀን ይመልሳል"
-#: analysis.hrc:1072
+#: scaddins/inc/analysis.hrc:1072
msgctxt "ANALYSIS_Couppcd"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:1073
+#: scaddins/inc/analysis.hrc:1073
msgctxt "ANALYSIS_Couppcd"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:1074
+#: scaddins/inc/analysis.hrc:1074
msgctxt "ANALYSIS_Couppcd"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:1075
+#: scaddins/inc/analysis.hrc:1075
msgctxt "ANALYSIS_Couppcd"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:1076
+#: scaddins/inc/analysis.hrc:1076
msgctxt "ANALYSIS_Couppcd"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:1077
+#: scaddins/inc/analysis.hrc:1077
msgctxt "ANALYSIS_Couppcd"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:1078
+#: scaddins/inc/analysis.hrc:1078
msgctxt "ANALYSIS_Couppcd"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:1079
+#: scaddins/inc/analysis.hrc:1079
msgctxt "ANALYSIS_Couppcd"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:1084
+#: scaddins/inc/analysis.hrc:1084
msgctxt "ANALYSIS_Coupnum"
msgid "Returns the number of coupons payable between the settlement and maturity dates"
msgstr "የሚከፈለውን የ ቲኬቶች ቁጥር በ ስምምነቱ መካከል እና የ ክፍያው ጊዜ ቀኑ የደረሰውን ይመልሳል"
-#: analysis.hrc:1085
+#: scaddins/inc/analysis.hrc:1085
msgctxt "ANALYSIS_Coupnum"
msgid "Settlement"
msgstr "ስምምነት"
-#: analysis.hrc:1086
+#: scaddins/inc/analysis.hrc:1086
msgctxt "ANALYSIS_Coupnum"
msgid "The settlement"
msgstr "ስምምነቱ"
-#: analysis.hrc:1087
+#: scaddins/inc/analysis.hrc:1087
msgctxt "ANALYSIS_Coupnum"
msgid "Maturity"
msgstr "የ ክፍያ ጊዜ ደረሰ"
-#: analysis.hrc:1088
+#: scaddins/inc/analysis.hrc:1088
msgctxt "ANALYSIS_Coupnum"
msgid "The maturity"
msgstr "የ ክፍያው ጊዜ ደረሰ"
-#: analysis.hrc:1089
+#: scaddins/inc/analysis.hrc:1089
msgctxt "ANALYSIS_Coupnum"
msgid "Frequency"
msgstr "ድግግሞሽ"
-#: analysis.hrc:1090
+#: scaddins/inc/analysis.hrc:1090
msgctxt "ANALYSIS_Coupnum"
msgid "The frequency"
msgstr "ድግግሞሹ"
-#: analysis.hrc:1091
+#: scaddins/inc/analysis.hrc:1091
msgctxt "ANALYSIS_Coupnum"
msgid "Basis"
msgstr "መሰረት"
-#: analysis.hrc:1092
+#: scaddins/inc/analysis.hrc:1092
msgctxt "ANALYSIS_Coupnum"
msgid "The basis"
msgstr "መሰረቱ"
-#: analysis.hrc:1097
+#: scaddins/inc/analysis.hrc:1097
msgctxt "ANALYSIS_Fvschedule"
msgid "Returns the future value of the initial principal after a series of compound interest rates are applied"
msgstr "የ መጀመሪያውን ዋጋ በተከታታይ የ compound ወለድ መጠን ከተፈጸመ በኋላ የ ወደፊት ዋጋውን ይመልሳል"
-#: analysis.hrc:1098
+#: scaddins/inc/analysis.hrc:1098
msgctxt "ANALYSIS_Fvschedule"
msgid "Principal"
msgstr "ዋናው ገንዘብ"
-#: analysis.hrc:1099
+#: scaddins/inc/analysis.hrc:1099
msgctxt "ANALYSIS_Fvschedule"
msgid "The principal"
msgstr "ዋናው ገንዘቡ"
-#: analysis.hrc:1100
+#: scaddins/inc/analysis.hrc:1100
msgctxt "ANALYSIS_Fvschedule"
msgid "Schedule"
msgstr "እቅድ"
-#: analysis.hrc:1101
+#: scaddins/inc/analysis.hrc:1101
msgctxt "ANALYSIS_Fvschedule"
msgid "The schedule"
msgstr "እቅዱ"
-#: datefunc.hrc:27
+#: scaddins/inc/datefunc.hrc:27
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Calculates the number of weeks in a specific period"
msgstr "በተወሰነ ጊዜ ውስጥ የ ሳምንቶችን ቁጥር ያሰላል"
-#: datefunc.hrc:28
+#: scaddins/inc/datefunc.hrc:28
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Start date"
msgstr "መጀመሪያ ቀን"
-#: datefunc.hrc:29
+#: scaddins/inc/datefunc.hrc:29
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "First day of the period"
msgstr "የ ጊዜው መጀመሪያ ቀን"
-#: datefunc.hrc:30
+#: scaddins/inc/datefunc.hrc:30
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "End date"
msgstr "መጨረሻ ቀን"
-#: datefunc.hrc:31
+#: scaddins/inc/datefunc.hrc:31
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Last day of the period"
msgstr "የ ጊዜው መጨረሻ ቀን"
-#: datefunc.hrc:32
+#: scaddins/inc/datefunc.hrc:32
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Type"
msgstr "አይነት"
-#: datefunc.hrc:33
+#: scaddins/inc/datefunc.hrc:33
msgctxt "DATE_FUNCDESC_DiffWeeks"
msgid "Type of calculation: Type=0 means the time interval, Type=1 means calendar weeks."
msgstr "የ ስሌቱ አይነት: አይነት=0 ማለት የሰ አት ክፍተት: አይነት=1 ሳምንቶች በ ቀን መቁጠሪያ ውስጥ"
-#: datefunc.hrc:38
+#: scaddins/inc/datefunc.hrc:38
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Determines the number of months in a specific period."
msgstr "በ ተወሰነ ጊዜ ውስጥ የ ወሮችን ቁጥር ይወስናል"
-#: datefunc.hrc:39
+#: scaddins/inc/datefunc.hrc:39
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Start date"
msgstr "መጀመሪያ ቀን"
-#: datefunc.hrc:40
+#: scaddins/inc/datefunc.hrc:40
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "First day of the period."
msgstr "የ ጊዜው መጀመሪያ ቀን"
-#: datefunc.hrc:41
+#: scaddins/inc/datefunc.hrc:41
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "End date"
msgstr "መጨረሻ ቀን"
-#: datefunc.hrc:42
+#: scaddins/inc/datefunc.hrc:42
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Last day of the period."
msgstr "የ ጊዜው የ መጨረሻ ቀን"
-#: datefunc.hrc:43
+#: scaddins/inc/datefunc.hrc:43
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Type"
msgstr "አይነት"
-#: datefunc.hrc:44
+#: scaddins/inc/datefunc.hrc:44
msgctxt "DATE_FUNCDESC_DiffMonths"
msgid "Type of calculation: Type=0 means the time interval, Type=1 means calendar months."
msgstr "የ ስሌቱ አይነት: አይነት=0 የ ሰአት ክፍተት: አይነት=1 ሳምንቶች በ ቀን መቁጠሪያ ውስጥ"
-#: datefunc.hrc:49
+#: scaddins/inc/datefunc.hrc:49
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Calculates the number of years in a specific period."
msgstr "በ ተወሰነ ጊዜ ውስጥ የ አመቶችን ቁጥር ያሰላል"
-#: datefunc.hrc:50
+#: scaddins/inc/datefunc.hrc:50
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Start date"
msgstr "መጀመሪያ ቀን"
-#: datefunc.hrc:51
+#: scaddins/inc/datefunc.hrc:51
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "First day of the period"
msgstr "የ ጊዜው መጀመሪያ ቀን"
-#: datefunc.hrc:52
+#: scaddins/inc/datefunc.hrc:52
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "End date"
msgstr "መጨረሻ ቀን"
-#: datefunc.hrc:53
+#: scaddins/inc/datefunc.hrc:53
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Last day of the period"
msgstr "የ ጊዜው መጨረሻ ቀን"
-#: datefunc.hrc:54
+#: scaddins/inc/datefunc.hrc:54
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Type"
msgstr "አይነት"
-#: datefunc.hrc:55
+#: scaddins/inc/datefunc.hrc:55
msgctxt "DATE_FUNCDESC_DiffYears"
msgid "Type of calculation: Type=0 means the time interval, Type=1 means calendar years."
msgstr "የ ስሌቱ አይነት: አይነት=0 ማለት የ ሰአት ክፍተት: አይነት=1 አመቶች በ ቀን መቁጠሪያ ውስጥ"
-#: datefunc.hrc:60
+#: scaddins/inc/datefunc.hrc:60
msgctxt "DATE_FUNCDESC_IsLeapYear"
msgid "Returns 1 (TRUE) if the date is a day of a leap year, otherwise 0 (FALSE)."
msgstr "ይመላሳል 1 (እውነት) ቀኑ ጳጉሜ 6 ከሆነ : ያለ በለዚያ 0 (ሀሰት)."
-#: datefunc.hrc:61
+#: scaddins/inc/datefunc.hrc:61
msgctxt "DATE_FUNCDESC_IsLeapYear"
msgid "Date"
msgstr "ቀን"
-#: datefunc.hrc:62
+#: scaddins/inc/datefunc.hrc:62
msgctxt "DATE_FUNCDESC_IsLeapYear"
msgid "Any day in the desired year"
msgstr "ማንኛውም ቀን በሚፈለገው አመት ውስጥ"
-#: datefunc.hrc:67
+#: scaddins/inc/datefunc.hrc:67
msgctxt "DATE_FUNCDESC_DaysInMonth"
msgid "Returns the number of days of the month in which the date entered occurs"
msgstr "የ ቀኖችን ቁጥር ይመልሳል ቀኑ የገባበትን አመት ያስገቡት ቀን የሚውልበትን"
-#: datefunc.hrc:68
+#: scaddins/inc/datefunc.hrc:68
msgctxt "DATE_FUNCDESC_DaysInMonth"
msgid "Date"
msgstr "ቀን"
-#: datefunc.hrc:69
+#: scaddins/inc/datefunc.hrc:69
msgctxt "DATE_FUNCDESC_DaysInMonth"
msgid "Any day in the desired month"
msgstr "ማንኛውንም ቀን በተፈለገው ወር ውስጥ"
-#: datefunc.hrc:74
+#: scaddins/inc/datefunc.hrc:74
msgctxt "DATE_FUNCDESC_DaysInYear"
msgid "Returns the number of days of the year in which the date entered occurs."
msgstr "የ ቀኖችን ቁጥር ይመልሳል ቀኑ የገባበትን አመት ያስገቡት ቀን የሚውልበትን"
-#: datefunc.hrc:75
+#: scaddins/inc/datefunc.hrc:75
msgctxt "DATE_FUNCDESC_DaysInYear"
msgid "Date"
msgstr "ቀን"
-#: datefunc.hrc:76
+#: scaddins/inc/datefunc.hrc:76
msgctxt "DATE_FUNCDESC_DaysInYear"
msgid "Any day in the desired year"
msgstr "ማንኛውም ቀን በሚፈለገው አመት ውስጥ"
-#: datefunc.hrc:81
+#: scaddins/inc/datefunc.hrc:81
msgctxt "DATE_FUNCDESC_WeeksInYear"
msgid "Returns the number of weeks of the year in which the date entered occurs"
msgstr "የ ሳምንቶቹን ቁጥር ይመልሳል ቀኑ የገባበትን አመት ያስገቡት ቀን የሚውልበትን"
-#: datefunc.hrc:82
+#: scaddins/inc/datefunc.hrc:82
msgctxt "DATE_FUNCDESC_WeeksInYear"
msgid "Date"
msgstr "ቀን"
-#: datefunc.hrc:83
+#: scaddins/inc/datefunc.hrc:83
msgctxt "DATE_FUNCDESC_WeeksInYear"
msgid "Any day in the desired year"
msgstr "ማንኛውም ቀን በሚፈለገው አመት ውስጥ"
-#: datefunc.hrc:88
+#: scaddins/inc/datefunc.hrc:88
msgctxt "DATE_FUNCDESC_Rot13"
msgid "Encrypts or decrypts a text using the ROT13 algorithm"
msgstr "Encrypts or decrypts a text using the ROT13 algorithm"
-#: datefunc.hrc:89
+#: scaddins/inc/datefunc.hrc:89
msgctxt "DATE_FUNCDESC_Rot13"
msgid "Text"
msgstr "ጽሁፍ"
-#: datefunc.hrc:90
+#: scaddins/inc/datefunc.hrc:90
msgctxt "DATE_FUNCDESC_Rot13"
msgid "Text to be encrypted or text already encrypted"
msgstr "Text to be encrypted or text already encrypted"
-#: pricing.hrc:28
+#: scaddins/inc/pricing.hrc:28
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Pricing of a barrier option"
msgstr "የ ዋጋ ገደብ ምርጫዎች"
-#: pricing.hrc:29
+#: scaddins/inc/pricing.hrc:29
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "spot"
msgstr "ምልክት"
-#: pricing.hrc:30
+#: scaddins/inc/pricing.hrc:30
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Price/value of the underlying asset"
msgstr "ዋጋ/ንብረቱ ይዞት ያለው ዋጋ"
-#: pricing.hrc:31
+#: scaddins/inc/pricing.hrc:31
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "vol"
msgstr "vol"
-#: pricing.hrc:32
+#: scaddins/inc/pricing.hrc:32
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Annual volatility of the underlying asset"
msgstr "Annual volatility of the underlying asset"
-#: pricing.hrc:33
+#: scaddins/inc/pricing.hrc:33
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "r"
msgstr "r"
-#: pricing.hrc:34
+#: scaddins/inc/pricing.hrc:34
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Interest rate (continuously compounded)"
msgstr "የወለድ መጠን (continuously compounded)"
-#: pricing.hrc:35
+#: scaddins/inc/pricing.hrc:35
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "rf"
msgstr "rf"
-#: pricing.hrc:36
+#: scaddins/inc/pricing.hrc:36
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Foreign interest rate (continuously compounded)"
msgstr "የውጪ የወለድ መጠን (continuously compounded)"
-#: pricing.hrc:37
+#: scaddins/inc/pricing.hrc:37
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "T"
msgstr "T"
-#: pricing.hrc:38
+#: scaddins/inc/pricing.hrc:38
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Time to maturity of the option in years"
msgstr "የ ክፍያው ጊዜ እስኪደርሰ ምርጫው በ አመቶች"
-#: pricing.hrc:39
+#: scaddins/inc/pricing.hrc:39
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "strike"
msgstr "መሰረዣ"
-#: pricing.hrc:40
+#: scaddins/inc/pricing.hrc:40
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Strike level of the option"
msgstr "የ መሰረዣ ደረጃው ምርጫ"
-#: pricing.hrc:41
+#: scaddins/inc/pricing.hrc:41
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "barrier_low"
msgstr "ዝቅተኛ_ገደብ"
-#: pricing.hrc:42
+#: scaddins/inc/pricing.hrc:42
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Lower barrier (set to 0 for no lower barrier)"
msgstr "ዝቅተኛ ገደብ (የተሰናዳው ወደ 0 ለ ዝቅተኛ ገደብ ላልሆኑ)"
-#: pricing.hrc:43
+#: scaddins/inc/pricing.hrc:43
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "barrier_up"
msgstr "ከፍተኛ_ገደብ"
-#: pricing.hrc:44
+#: scaddins/inc/pricing.hrc:44
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Upper barrier (set to 0 for no upper barrier)"
msgstr "ከፍተኛ ገደብ (የተሰናዳው ወደ 0 ለ ከፍተኛ ገደብ ላልሆኑ)"
-#: pricing.hrc:45
+#: scaddins/inc/pricing.hrc:45
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "rebate"
msgstr "ቅናሽ"
-#: pricing.hrc:46
+#: scaddins/inc/pricing.hrc:46
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Amount of money paid at maturity if barrier was hit"
msgstr "ጊዜው ሲደርስ የተከፈለው ገንዘብ ገደቡ ከ መድረሱ በፊት"
-#: pricing.hrc:47
+#: scaddins/inc/pricing.hrc:47
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "put/call"
msgstr "put/call"
-#: pricing.hrc:48
+#: scaddins/inc/pricing.hrc:48
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "String to define if the option is a (p)ut or a (c)all"
msgstr "String to define if the option is a (p)ut or a (c)all"
-#: pricing.hrc:49
+#: scaddins/inc/pricing.hrc:49
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "knock in/out"
msgstr "knock in/out"
-#: pricing.hrc:50
+#: scaddins/inc/pricing.hrc:50
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "String to define if the option is of type knock-(i)n or knock-(o)ut"
msgstr "String to define if the option is of type knock-(i)n or knock-(o)ut"
-#: pricing.hrc:51
+#: scaddins/inc/pricing.hrc:51
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "barrier_type"
msgstr "የ ገደብ_አይነት"
-#: pricing.hrc:52
+#: scaddins/inc/pricing.hrc:52
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "String to define whether the barrier is observed (c)ontinuously or only at the (e)nd/maturity"
msgstr "የሚገለጸው ሀረግ ለ መከልከያ ይታይ እንደሆን በ (ተ)ከታታይ ወይንም በ (መ)ጨረሻ/ክፍያው በሚደርስ ጊዜ"
-#: pricing.hrc:53
+#: scaddins/inc/pricing.hrc:53
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "greek"
msgstr "greek"
-#: pricing.hrc:54
+#: scaddins/inc/pricing.hrc:54
msgctxt "PRICING_FUNCDESC_OptBarrier"
msgid "Optional parameter, if left out then the function simply returns the option price; if set, the function returns price sensitivities (Greeks) to one of the input parameters; possible values are (d)elta, (g)amma, (t)heta, v(e)ga, v(o)lga, v(a)nna, (r)ho, rho(f)"
msgstr "በ ምርጫ ደንብ: ከተተወ ተግባር በ ቀላሉ ይመልሳል የ ምርጫ ዋጋ: ከ ተሰናዳ ተግባር ይመልሳል የ ዋጋ sensitivities (ግሪክኛ) በ አንዱ የማስገቢያ ደንብ: የሚቻሉት ዋጋዎች እነዚህ ናቸው (ዴ)ልታ: (ጋ)ማ: (ቴ)ታ: ቬ(ኤ)ጋ: ቮ(ኦ)ልጋ: ቫ(አ)ና: (ር)ሆ: ሮሆ(ፍ)"
-#: pricing.hrc:59
+#: scaddins/inc/pricing.hrc:59
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Pricing of a touch/no-touch option"
msgstr "ዋጋ መንካት/አለ-መንካት ምርጫ"
-#: pricing.hrc:60
+#: scaddins/inc/pricing.hrc:60
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "spot"
msgstr "ምልክት"
-#: pricing.hrc:61
+#: scaddins/inc/pricing.hrc:61
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Price/value of the underlying asset"
msgstr "ዋጋ/ንብረቱ ይዞት ያለው ዋጋ"
-#: pricing.hrc:62
+#: scaddins/inc/pricing.hrc:62
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "vol"
msgstr "vol"
-#: pricing.hrc:63
+#: scaddins/inc/pricing.hrc:63
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Annual volatility of the underlying asset"
msgstr "በ አመት የሚቀንሰው ንብረቱ"
-#: pricing.hrc:64
+#: scaddins/inc/pricing.hrc:64
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "r"
msgstr "r"
-#: pricing.hrc:65
+#: scaddins/inc/pricing.hrc:65
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Interest rate (continuously compounded)"
msgstr "የወለድ መጠን (continuously compounded)"
-#: pricing.hrc:66
+#: scaddins/inc/pricing.hrc:66
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "rf"
msgstr "rf"
-#: pricing.hrc:67
+#: scaddins/inc/pricing.hrc:67
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Foreign interest rate (continuously compounded)"
msgstr "የውጪ የወለድ መጠን (continuously compounded)"
-#: pricing.hrc:68
+#: scaddins/inc/pricing.hrc:68
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "T"
msgstr "T"
-#: pricing.hrc:69
+#: scaddins/inc/pricing.hrc:69
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Time to maturity of the option in years"
msgstr "የ ክፍያው ጊዜ እስኪደርሰ ምርጫው በ አመቶች"
-#: pricing.hrc:70
+#: scaddins/inc/pricing.hrc:70
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "barrier_low"
msgstr "ዝቅተኛ_ገደብ"
-#: pricing.hrc:71
+#: scaddins/inc/pricing.hrc:71
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Lower barrier (set to 0 for no lower barrier)"
msgstr "ዝቅተኛ ገደብ (የተሰናዳው ወደ 0 ለ ዝቅተኛ ገደብ ላልሆኑ)"
-#: pricing.hrc:72
+#: scaddins/inc/pricing.hrc:72
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "barrier_up"
msgstr "ከፍተኛ_ገደብ"
-#: pricing.hrc:73
+#: scaddins/inc/pricing.hrc:73
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Upper barrier (set to 0 for no upper barrier)"
msgstr "ከፍተኛ ገደብ (የተሰናዳው ወደ 0 ለ ከፍተኛ ገደብ ላልሆኑ)"
-#: pricing.hrc:74
+#: scaddins/inc/pricing.hrc:74
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "foreign/domestic"
msgstr "የ ውጪ አገር /የ አገር ውስጥ"
-#: pricing.hrc:75
+#: scaddins/inc/pricing.hrc:75
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "String to define if the option pays one unit of (d)omestic currency (cash or nothing) or (f)oreign currency (asset or nothing)"
msgstr "የሚገለጸው ሀረግ ምርጫው የሚከፍል ከሆነ አንድ ክፍል ለ በ (አ)ገር ውስጥ ገንዘብ (ገንዘብ ወይንም ምንም) ወይንም በ (ው)ጪ ገንዘብ (ንብረት ወይንም ምንም)"
-#: pricing.hrc:76
+#: scaddins/inc/pricing.hrc:76
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "knock in/out"
msgstr "knock in/out"
-#: pricing.hrc:77
+#: scaddins/inc/pricing.hrc:77
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "String to define if the option is of type knock-(i)n (touch) or knock-(o)ut (no-touch)"
msgstr "String to define if the option is of type knock-(i)n (touch) or knock-(o)ut (no-touch)"
-#: pricing.hrc:78
+#: scaddins/inc/pricing.hrc:78
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "barrier_type"
msgstr "የ ገደብ_አይነት"
-#: pricing.hrc:79
+#: scaddins/inc/pricing.hrc:79
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "String to define whether the barrier is observed (c)ontinuously or only at the (e)nd/maturity"
msgstr "የሚገለጸው ሀረግ ለ መከልከያ ይታይ እንደሆን በ (ተ)ከታታይ ወይንም በ (መ)ጨረሻ/ክፍያው በሚደርስ ጊዜ"
-#: pricing.hrc:80
+#: scaddins/inc/pricing.hrc:80
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "greek"
msgstr "ግሪክ"
-#: pricing.hrc:81
+#: scaddins/inc/pricing.hrc:81
msgctxt "PRICING_FUNCDESC_OptTouch"
msgid "Optional parameter, if left out then the function simply returns the option price; if set, the function returns price sensitivities (Greeks) to one of the input parameters; possible values are (d)elta, (g)amma, (t)heta, v(e)ga, v(o)lga, v(a)nna, (r)ho, rho(f)"
msgstr "በ ምርጫ ደንብ: ከተተወ ተግባር በ ቀላሉ ይመልሳል የ ምርጫ ዋጋ: ከ ተሰናዳ ተግባር ይመልሳል የ ዋጋ sensitivities (ግሪክኛ) በ አንዱ የማስገቢያ ደንብ: የሚቻሉት ዋጋዎች እነዚህ ናቸው (ዴ)ልታ: (ጋ)ማ: (ቴ)ታ: ቬ(ኤ)ጋ: ቮ(ኦ)ልጋ: ቫ(አ)ና: (ር)ሆ: ሮሆ(ፍ)"
-#: pricing.hrc:86
+#: scaddins/inc/pricing.hrc:86
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Probability that an asset hits a barrier assuming it follows dS/S = mu dt + vol dW"
msgstr "ምናልባት ንብረቱ ገደቡ ላይ ደርሶ ይሆናል ይህን የሚከተል ከሆነ dS/S = mu dt + vol dW"
-#: pricing.hrc:87
+#: scaddins/inc/pricing.hrc:87
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "spot"
msgstr "ምልክት"
-#: pricing.hrc:88
+#: scaddins/inc/pricing.hrc:88
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Price/value S of the underlying asset"
msgstr "Price/value S of the underlying asset"
-#: pricing.hrc:89
+#: scaddins/inc/pricing.hrc:89
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "vol"
msgstr "vol"
-#: pricing.hrc:90
+#: scaddins/inc/pricing.hrc:90
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Annual volatility of the underlying asset"
msgstr "Annual volatility of the underlying asset"
-#: pricing.hrc:91
+#: scaddins/inc/pricing.hrc:91
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "drift"
msgstr "drift"
-#: pricing.hrc:92
+#: scaddins/inc/pricing.hrc:92
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Parameter mu in dS/S = mu dt + vol dW"
msgstr "Parameter mu in dS/S = mu dt + vol dW"
-#: pricing.hrc:93
+#: scaddins/inc/pricing.hrc:93
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "T"
msgstr "T"
-#: pricing.hrc:94
+#: scaddins/inc/pricing.hrc:94
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Time to maturity"
msgstr "የ ክፍያ ጊዜ እስከሚደርስ ድረስ"
-#: pricing.hrc:95
+#: scaddins/inc/pricing.hrc:95
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "barrier_low"
msgstr "ዝቅተኛ_ገደብ"
-#: pricing.hrc:96
+#: scaddins/inc/pricing.hrc:96
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Lower barrier (set to 0 for no lower barrier)"
msgstr "ዝቅተኛ ገደብ (የተሰናዳው ወደ 0 ለ ዝቅተኛ ገደብ ላልሆኑ)"
-#: pricing.hrc:97
+#: scaddins/inc/pricing.hrc:97
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "barrier_up"
msgstr "ከፍተኛ_ገደብ"
-#: pricing.hrc:98
+#: scaddins/inc/pricing.hrc:98
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "Upper barrier (set to 0 for no upper barrier)"
msgstr "ከፍተኛ ገደብ (የተሰናዳው ወደ 0 ለ ከፍተኛ ገደብ ላልሆኑ)"
-#: pricing.hrc:103
+#: scaddins/inc/pricing.hrc:103
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Probability that an asset will at maturity end up between two barrier levels, assuming it follows dS/S = mu dt + vol dW (if the last two optional parameters (strike, put/call) are specified, the probability of S_T in [strike, upper barrier] for a call and S_T in [lower barrier, strike] for a put will be returned)"
msgstr "ምናልባት ንብረቱ በሚደርስበት ጊዜ በ ሁለት መከልከያዎች መካከል ይሆናል: ይህን እንደሚከተል በ መገመት dS/S = mu dt + vol dW (የ መጨረሻው ሁለት ደንብ ምርጫ ከሆነ (መምቻ: ማስቀመጭ/መጥሪያ) ከ ተወሰነ: ምናልባት የ S_T በ [መምቻ: የ ላይኛውን መከለከያ] ፤እ መጥሪያ እና S_T በ [መምቻ የ ታችኛውን መከለከያ] ለ ማስቀመጫ ይመልሳል)"
-#: pricing.hrc:104
+#: scaddins/inc/pricing.hrc:104
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "spot"
msgstr "ምልክት"
-#: pricing.hrc:105
+#: scaddins/inc/pricing.hrc:105
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Price/value of the asset"
msgstr "ዋጋ/የ ንብረቱ ዋጋ"
-#: pricing.hrc:106
+#: scaddins/inc/pricing.hrc:106
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "vol"
msgstr "vol"
-#: pricing.hrc:107
+#: scaddins/inc/pricing.hrc:107
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Annual volatility of the asset"
msgstr "ንብረቱ በ አመት የሚቀንሰው"
-#: pricing.hrc:108
+#: scaddins/inc/pricing.hrc:108
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "drift"
msgstr "drift"
-#: pricing.hrc:109
+#: scaddins/inc/pricing.hrc:109
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Parameter mu from dS/S = mu dt + vol dW"
msgstr "parameter mu from dS/S = mu dt + vol dW"
-#: pricing.hrc:110
+#: scaddins/inc/pricing.hrc:110
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "T"
msgstr "T"
-#: pricing.hrc:111
+#: scaddins/inc/pricing.hrc:111
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Time to maturity in years"
msgstr "የ ክፍያ ጊዜ እስከሚደርስ በ አመቶች"
-#: pricing.hrc:112
+#: scaddins/inc/pricing.hrc:112
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "barrier_low"
msgstr "ዝቅተኛ_ገደብ"
-#: pricing.hrc:113
+#: scaddins/inc/pricing.hrc:113
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Lower barrier (set to 0 for no lower barrier)"
msgstr "ዝቅተኛ ገደብ (የተሰናዳው ወደ 0 ለ ዝቅተኛ ገደብ ላልሆኑ)"
-#: pricing.hrc:114
+#: scaddins/inc/pricing.hrc:114
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "barrier_up"
msgstr "ከፍተኛ_ገደብ"
-#: pricing.hrc:115
+#: scaddins/inc/pricing.hrc:115
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Upper barrier (set to 0 for no upper barrier)"
msgstr "ከፍተኛ ገደብ (የተሰናዳው ወደ 0 ለ ከፍተኛ ገደብ ላልሆኑ)"
-#: pricing.hrc:116
+#: scaddins/inc/pricing.hrc:116
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "put/call"
msgstr "put/call"
-#: pricing.hrc:117
+#: scaddins/inc/pricing.hrc:117
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Optional (p)ut/(c)all indicator"
msgstr "optional (p)ut/(c)all indicator"
-#: pricing.hrc:118
+#: scaddins/inc/pricing.hrc:118
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "strike"
msgstr "መሰረዣ"
-#: pricing.hrc:119
+#: scaddins/inc/pricing.hrc:119
msgctxt "PRICING_FUNCDESC_OptProbInMoney"
msgid "Optional strike level"
msgstr "በ ምርጫ መሰረዣ ደረጃ"
#. function names as accessible from cells
-#: strings.hrc:26
+#: scaddins/inc/strings.hrc:26
msgctxt "PRICING_FUNCNAME_OptBarrier"
msgid "OPT_BARRIER"
msgstr "በ ምርጫ_መከልከያ"
-#: strings.hrc:27
+#: scaddins/inc/strings.hrc:27
msgctxt "PRICING_FUNCNAME_OptTouch"
msgid "OPT_TOUCH"
msgstr "በ ምርጫ_መንኪያ"
-#: strings.hrc:28
+#: scaddins/inc/strings.hrc:28
msgctxt "PRICING_FUNCNAME_OptProbHit"
msgid "OPT_PROB_HIT"
msgstr "ምናልባት_ንብረቱ_ገደብ ላይ ይደርስ እንደሆን"
-#: strings.hrc:29
+#: scaddins/inc/strings.hrc:29
msgctxt "PRICING_FUNCNAME_OptProbInMoney"
msgid "OPT_PROB_INMONEY"
msgstr "ምናልባት_ንብረቱ_በ ክፍያ ጊዜ ገደብ ላይ ይደርስ እንደሆን"
-#: strings.hrc:31
+#: scaddins/inc/strings.hrc:31
msgctxt "DATE_FUNCNAME_DiffWeeks"
msgid "WEEKS"
msgstr "ሳምንቶች"
-#: strings.hrc:32
+#: scaddins/inc/strings.hrc:32
msgctxt "DATE_FUNCNAME_DiffMonths"
msgid "MONTHS"
msgstr "ወሮች"
-#: strings.hrc:33
+#: scaddins/inc/strings.hrc:33
msgctxt "DATE_FUNCNAME_DiffYears"
msgid "YEARS"
msgstr "አመቶች"
-#: strings.hrc:34
+#: scaddins/inc/strings.hrc:34
msgctxt "DATE_FUNCNAME_IsLeapYear"
msgid "ISLEAPYEAR"
msgstr "የ መዝለያ አመት"
-#: strings.hrc:35
+#: scaddins/inc/strings.hrc:35
msgctxt "DATE_FUNCNAME_DaysInMonth"
msgid "DAYSINMONTH"
msgstr "ቀኖች በ ወር ውስጥ"
-#: strings.hrc:36
+#: scaddins/inc/strings.hrc:36
msgctxt "DATE_FUNCNAME_DaysInYear"
msgid "DAYSINYEAR"
msgstr "ቀኖች በ አመት ውስጥ"
-#: strings.hrc:37
+#: scaddins/inc/strings.hrc:37
msgctxt "DATE_FUNCNAME_WeeksInYear"
msgid "WEEKSINYEAR"
msgstr "ሳምንቶች በ አመት ውስጥ"
-#: strings.hrc:38
+#: scaddins/inc/strings.hrc:38
msgctxt "DATE_FUNCNAME_Rot13"
msgid "ROT13"
msgstr "ROT13"
-#: strings.hrc:40
+#: scaddins/inc/strings.hrc:40
msgctxt "ANALYSIS_FUNCNAME_Workday"
msgid "WORKDAY"
msgstr "የ ስራ ቀን"
-#: strings.hrc:41
+#: scaddins/inc/strings.hrc:41
msgctxt "ANALYSIS_FUNCNAME_Yearfrac"
msgid "YEARFRAC"
msgstr "አመት በ ክፍልፋይ"
-#: strings.hrc:42
+#: scaddins/inc/strings.hrc:42
msgctxt "ANALYSIS_FUNCNAME_Edate"
msgid "EDATE"
msgstr "የ ቀን እና ወር ቁጥር"
-#: strings.hrc:43
+#: scaddins/inc/strings.hrc:43
msgctxt "ANALYSIS_FUNCNAME_Weeknum"
msgid "WEEKNUM"
msgstr "የ ሳምንት ቁጥር"
-#: strings.hrc:44
+#: scaddins/inc/strings.hrc:44
msgctxt "ANALYSIS_FUNCNAME_Eomonth"
msgid "EOMONTH"
msgstr "የ ወር መጨረሻ"
-#: strings.hrc:45
+#: scaddins/inc/strings.hrc:45
msgctxt "ANALYSIS_FUNCNAME_Networkdays"
msgid "NETWORKDAYS"
msgstr "የ ተጣሩ የ ስራ ቀኖች"
-#: strings.hrc:46
+#: scaddins/inc/strings.hrc:46
msgctxt "ANALYSIS_FUNCNAME_Amordegrc"
msgid "AMORDEGRC"
msgstr "እርጅና በ ተወሰነ ጊዜ ውስጥ"
-#: strings.hrc:47
+#: scaddins/inc/strings.hrc:47
msgctxt "ANALYSIS_FUNCNAME_Amorlinc"
msgid "AMORLINC"
msgstr "እርጅና በ ተወሰነ ቀጥተኛ ጊዜ ውስጥ"
-#: strings.hrc:48
+#: scaddins/inc/strings.hrc:48
msgctxt "ANALYSIS_FUNCNAME_Accrint"
msgid "ACCRINT"
msgstr "ውዝፍ ወለድ ለ ደህንነት"
-#: strings.hrc:49
+#: scaddins/inc/strings.hrc:49
msgctxt "ANALYSIS_FUNCNAME_Accrintm"
msgid "ACCRINTM"
msgstr "ውዝፍ ወለድ ለ ደህንነት በ ክፍያ ጊዜ"
-#: strings.hrc:50
+#: scaddins/inc/strings.hrc:50
msgctxt "ANALYSIS_FUNCNAME_Received"
msgid "RECEIVED"
msgstr "ተቀብያለሁ"
-#: strings.hrc:51
+#: scaddins/inc/strings.hrc:51
msgctxt "ANALYSIS_FUNCNAME_Disc"
msgid "DISC"
msgstr "ቅናሽ"
-#: strings.hrc:52
+#: scaddins/inc/strings.hrc:52
msgctxt "ANALYSIS_FUNCNAME_Duration"
msgid "DURATION"
msgstr "የሚፈጀው ጊዜ"
-#: strings.hrc:53
+#: scaddins/inc/strings.hrc:53
msgctxt "ANALYSIS_FUNCNAME_Effect"
msgid "EFFECT"
msgstr "ውጤት"
-#: strings.hrc:54
+#: scaddins/inc/strings.hrc:54
msgctxt "ANALYSIS_FUNCNAME_Cumprinc"
msgid "CUMPRINC"
msgstr "ጠቅላላ የ ተከፈለው ከ እዳው"
-#: strings.hrc:55
+#: scaddins/inc/strings.hrc:55
msgctxt "ANALYSIS_FUNCNAME_Cumipmt"
msgid "CUMIPMT"
msgstr "ጠቅላላ የ ተከፈለው ወለድ ከ እዳው"
-#: strings.hrc:56
+#: scaddins/inc/strings.hrc:56
msgctxt "ANALYSIS_FUNCNAME_Price"
msgid "PRICE"
msgstr "ዋጋ"
-#: strings.hrc:57
+#: scaddins/inc/strings.hrc:57
msgctxt "ANALYSIS_FUNCNAME_Pricedisc"
msgid "PRICEDISC"
msgstr "የ ዋጋ ቅናሽ"
-#: strings.hrc:58
+#: scaddins/inc/strings.hrc:58
msgctxt "ANALYSIS_FUNCNAME_Pricemat"
msgid "PRICEMAT"
msgstr "የ ደህንነት የ ፊት ዋጋ"
-#: strings.hrc:59
+#: scaddins/inc/strings.hrc:59
msgctxt "ANALYSIS_FUNCNAME_Mduration"
msgid "MDURATION"
msgstr "የ ተሻሻለ ደህንነት ጊዜ ማስሊያ"
-#: strings.hrc:60
+#: scaddins/inc/strings.hrc:60
msgctxt "ANALYSIS_FUNCNAME_Nominal"
msgid "NOMINAL"
msgstr "አነስተኛ"
-#: strings.hrc:61
+#: scaddins/inc/strings.hrc:61
msgctxt "ANALYSIS_FUNCNAME_Dollarfr"
msgid "DOLLARFR"
msgstr "ዶላር ፍራንስ"
-#: strings.hrc:62
+#: scaddins/inc/strings.hrc:62
msgctxt "ANALYSIS_FUNCNAME_Dollarde"
msgid "DOLLARDE"
msgstr "ዶላር ጀርመን"
-#: strings.hrc:63
+#: scaddins/inc/strings.hrc:63
msgctxt "ANALYSIS_FUNCNAME_Yield"
msgid "YIELD"
msgstr "ትርፍ"
-#: strings.hrc:64
+#: scaddins/inc/strings.hrc:64
msgctxt "ANALYSIS_FUNCNAME_Yielddisc"
msgid "YIELDDISC"
msgstr "ምንም-ወለድ-የሌለው የ ተቀነሰ ቦንድ"
-#: strings.hrc:65
+#: scaddins/inc/strings.hrc:65
msgctxt "ANALYSIS_FUNCNAME_Yieldmat"
msgid "YIELDMAT"
msgstr "ለ ቦንድ ትርፍ የሚከፈል ወለድ ማስሊያ"
-#: strings.hrc:66
+#: scaddins/inc/strings.hrc:66
msgctxt "ANALYSIS_FUNCNAME_Tbilleq"
msgid "TBILLEQ"
msgstr "TBILLEQ"
-#: strings.hrc:67
+#: scaddins/inc/strings.hrc:67
msgctxt "ANALYSIS_FUNCNAME_Tbillprice"
msgid "TBILLPRICE"
msgstr "የ ፊት ዋጋ ለ ትሬዠሪ በ መቶ"
-#: strings.hrc:68
+#: scaddins/inc/strings.hrc:68
msgctxt "ANALYSIS_FUNCNAME_Tbillyield"
msgid "TBILLYIELD"
msgstr "TBILLYIELD"
-#: strings.hrc:69
+#: scaddins/inc/strings.hrc:69
msgctxt "ANALYSIS_FUNCNAME_Oddfprice"
msgid "ODDFPRICE"
msgstr "ጎዶሎ ዋጋ"
-#: strings.hrc:70
+#: scaddins/inc/strings.hrc:70
msgctxt "ANALYSIS_FUNCNAME_Oddfyield"
msgid "ODDFYIELD"
msgstr "ODDFYIELD"
-#: strings.hrc:71
+#: scaddins/inc/strings.hrc:71
msgctxt "ANALYSIS_FUNCNAME_Oddlprice"
msgid "ODDLPRICE"
msgstr "ጎዶሎ ዋጋ"
-#: strings.hrc:72
+#: scaddins/inc/strings.hrc:72
msgctxt "ANALYSIS_FUNCNAME_Oddlyield"
msgid "ODDLYIELD"
msgstr "የ ደህንነት ትርፍ"
-#: strings.hrc:73
+#: scaddins/inc/strings.hrc:73
msgctxt "ANALYSIS_FUNCNAME_Xirr"
msgid "XIRR"
msgstr "XIRR"
-#: strings.hrc:74
+#: scaddins/inc/strings.hrc:74
msgctxt "ANALYSIS_FUNCNAME_Xnpv"
msgid "XNPV"
msgstr "የ አሁኑ ዋጋ ካፒታል"
-#: strings.hrc:75
+#: scaddins/inc/strings.hrc:75
msgctxt "ANALYSIS_FUNCNAME_Intrate"
msgid "INTRATE"
msgstr "የ ወለድ መጠን"
-#: strings.hrc:76
+#: scaddins/inc/strings.hrc:76
msgctxt "ANALYSIS_FUNCNAME_Coupncd"
msgid "COUPNCD"
msgstr "ከ ስምምነት ቀን በኋላ"
-#: strings.hrc:77
+#: scaddins/inc/strings.hrc:77
msgctxt "ANALYSIS_FUNCNAME_Coupdays"
msgid "COUPDAYS"
msgstr "የ ስምምነት ቀን የያዘው ቲኬት"
-#: strings.hrc:78
+#: scaddins/inc/strings.hrc:78
msgctxt "ANALYSIS_FUNCNAME_Coupdaysnc"
msgid "COUPDAYSNC"
msgstr "የ ስምምነት ቀን የያዘው ቲኬት ማስማሚያ"
-#: strings.hrc:79
+#: scaddins/inc/strings.hrc:79
msgctxt "ANALYSIS_FUNCNAME_Coupdaybs"
msgid "COUPDAYBS"
msgstr "የ ስምምነት ቀን የያዘው ቲኬት ያለፈው"
-#: strings.hrc:80
+#: scaddins/inc/strings.hrc:80
msgctxt "ANALYSIS_FUNCNAME_Couppcd"
msgid "COUPPCD"
msgstr "የ ወለድ ክፍያ ስምምነቱ ያለፈው ቀን"
-#: strings.hrc:81
+#: scaddins/inc/strings.hrc:81
msgctxt "ANALYSIS_FUNCNAME_Coupnum"
msgid "COUPNUM"
msgstr "በ ስምምነት እና በ መክፈያው ቀን መካከል"
-#: strings.hrc:82
+#: scaddins/inc/strings.hrc:82
msgctxt "ANALYSIS_FUNCNAME_Fvschedule"
msgid "FVSCHEDULE"
msgstr "የ ወደፊት ዋጋ እቅድ"
-#: strings.hrc:83
+#: scaddins/inc/strings.hrc:83
msgctxt "ANALYSIS_FUNCNAME_Iseven"
msgid "ISEVEN"
msgstr "ሙሉ ነው"
-#: strings.hrc:84
+#: scaddins/inc/strings.hrc:84
msgctxt "ANALYSIS_FUNCNAME_Isodd"
msgid "ISODD"
msgstr "ጎዶሎ ነው"
-#: strings.hrc:85
+#: scaddins/inc/strings.hrc:85
msgctxt "ANALYSIS_FUNCNAME_Gcd"
msgid "GCD"
msgstr "ትልቁ የ ጋራ አካፋይ"
-#: strings.hrc:86
+#: scaddins/inc/strings.hrc:86
msgctxt "ANALYSIS_FUNCNAME_Lcm"
msgid "LCM"
msgstr "ትንሹ የ ጋራ አካፋይ"
-#: strings.hrc:87
+#: scaddins/inc/strings.hrc:87
msgctxt "ANALYSIS_FUNCNAME_Multinomial"
msgid "MULTINOMIAL"
msgstr "MULTINOMIAL"
-#: strings.hrc:88
+#: scaddins/inc/strings.hrc:88
msgctxt "ANALYSIS_FUNCNAME_Seriessum"
msgid "SERIESSUM"
msgstr "SERIESSUM"
-#: strings.hrc:89
+#: scaddins/inc/strings.hrc:89
msgctxt "ANALYSIS_FUNCNAME_Quotient"
msgid "QUOTIENT"
msgstr "ኮሸንት"
-#: strings.hrc:90
+#: scaddins/inc/strings.hrc:90
msgctxt "ANALYSIS_FUNCNAME_Mround"
msgid "MROUND"
msgstr "ማጠጋጊያ ወደ ቅርቡ አካፋይ"
-#: strings.hrc:91
+#: scaddins/inc/strings.hrc:91
msgctxt "ANALYSIS_FUNCNAME_Sqrtpi"
msgid "SQRTPI"
msgstr "ስኴር ሩት ፓይ"
-#: strings.hrc:92
+#: scaddins/inc/strings.hrc:92
msgctxt "ANALYSIS_FUNCNAME_Randbetween"
msgid "RANDBETWEEN"
msgstr "በነሲብ መካከል"
-#: strings.hrc:93
+#: scaddins/inc/strings.hrc:93
msgctxt "ANALYSIS_FUNCNAME_Besseli"
msgid "BESSELI"
msgstr "ቤሴልI"
-#: strings.hrc:94
+#: scaddins/inc/strings.hrc:94
msgctxt "ANALYSIS_FUNCNAME_Besselj"
msgid "BESSELJ"
msgstr "ቤሴልJ"
-#: strings.hrc:95
+#: scaddins/inc/strings.hrc:95
msgctxt "ANALYSIS_FUNCNAME_Besselk"
msgid "BESSELK"
msgstr "ቤሴልK"
-#: strings.hrc:96
+#: scaddins/inc/strings.hrc:96
msgctxt "ANALYSIS_FUNCNAME_Bessely"
msgid "BESSELY"
msgstr "ቤሴልY"
-#: strings.hrc:97
+#: scaddins/inc/strings.hrc:97
msgctxt "ANALYSIS_FUNCNAME_Bin2Dec"
msgid "BIN2DEC"
msgstr "BIN2DEC"
-#: strings.hrc:98
+#: scaddins/inc/strings.hrc:98
msgctxt "ANALYSIS_FUNCNAME_Bin2Hex"
msgid "BIN2HEX"
msgstr "BIN2HEX"
-#: strings.hrc:99
+#: scaddins/inc/strings.hrc:99
msgctxt "ANALYSIS_FUNCNAME_Bin2Oct"
msgid "BIN2OCT"
msgstr "BIN2OCT"
-#: strings.hrc:100
+#: scaddins/inc/strings.hrc:100
msgctxt "ANALYSIS_FUNCNAME_Delta"
msgid "DELTA"
msgstr "ዴልታ"
-#: strings.hrc:101
+#: scaddins/inc/strings.hrc:101
msgctxt "ANALYSIS_FUNCNAME_Dec2Bin"
msgid "DEC2BIN"
msgstr "ዴሲማል2ባይነሪ"
-#: strings.hrc:102
+#: scaddins/inc/strings.hrc:102
msgctxt "ANALYSIS_FUNCNAME_Dec2Hex"
msgid "DEC2HEX"
msgstr "ዴሲማል2ሄክሳ ዴሲማል"
-#: strings.hrc:103
+#: scaddins/inc/strings.hrc:103
msgctxt "ANALYSIS_FUNCNAME_Dec2Oct"
msgid "DEC2OCT"
msgstr "ዴሲማል2ኦክታል"
-#: strings.hrc:104
+#: scaddins/inc/strings.hrc:104
msgctxt "ANALYSIS_FUNCNAME_Erf"
msgid "ERF"
msgstr "የ ስህተት ተግባር"
-#: strings.hrc:105
+#: scaddins/inc/strings.hrc:105
msgctxt "ANALYSIS_FUNCNAME_Erfc"
msgid "ERFC"
msgstr "የ ስህተት ተግባር አስተያየት"
-#: strings.hrc:106
+#: scaddins/inc/strings.hrc:106
msgctxt "ANALYSIS_FUNCNAME_Gestep"
msgid "GESTEP"
msgstr "ይበልጣል ወይንም እኩል ነው"
-#: strings.hrc:107
+#: scaddins/inc/strings.hrc:107
msgctxt "ANALYSIS_FUNCNAME_Hex2Bin"
msgid "HEX2BIN"
msgstr "ሄክሳ2ባይነሪ"
-#: strings.hrc:108
+#: scaddins/inc/strings.hrc:108
msgctxt "ANALYSIS_FUNCNAME_Hex2Dec"
msgid "HEX2DEC"
msgstr "ሄክሳ2ዴሲማል"
-#: strings.hrc:109
+#: scaddins/inc/strings.hrc:109
msgctxt "ANALYSIS_FUNCNAME_Hex2Oct"
msgid "HEX2OCT"
msgstr "ሄክሳ2ኦክታል"
-#: strings.hrc:110
+#: scaddins/inc/strings.hrc:110
msgctxt "ANALYSIS_FUNCNAME_Imabs"
msgid "IMABS"
msgstr "ፍጹም ዋጋ ለ ውስብስብ ቁጥር"
-#: strings.hrc:111
+#: scaddins/inc/strings.hrc:111
msgctxt "ANALYSIS_FUNCNAME_Imaginary"
msgid "IMAGINARY"
msgstr "ኢማጂነሪ"
-#: strings.hrc:112
+#: scaddins/inc/strings.hrc:112
msgctxt "ANALYSIS_FUNCNAME_Impower"
msgid "IMPOWER"
msgstr "ውስብስብ ቁጥር ሲነሳ በ ሀይል"
-#: strings.hrc:113
+#: scaddins/inc/strings.hrc:113
msgctxt "ANALYSIS_FUNCNAME_Imargument"
msgid "IMARGUMENT"
msgstr "የ ውስብስብ ቁጥር ክርክር"
-#: strings.hrc:114
+#: scaddins/inc/strings.hrc:114
msgctxt "ANALYSIS_FUNCNAME_Imcos"
msgid "IMCOS"
msgstr "የ ውስብስብ ቁጥር ኮሳይን"
-#: strings.hrc:115
+#: scaddins/inc/strings.hrc:115
msgctxt "ANALYSIS_FUNCNAME_Imdiv"
msgid "IMDIV"
msgstr "ውስብስብ ቁጥር ሲካፈል በ ሌላ"
-#: strings.hrc:116
+#: scaddins/inc/strings.hrc:116
msgctxt "ANALYSIS_FUNCNAME_Imexp"
msgid "IMEXP"
msgstr "e በ ውስብስብ ቁጥር ኤክስፖነንት"
-#: strings.hrc:117
+#: scaddins/inc/strings.hrc:117
msgctxt "ANALYSIS_FUNCNAME_Imconjugate"
msgid "IMCONJUGATE"
msgstr "ውስብስብ ማያያዣ ለ ውስብስብ ቁጥር"
-#: strings.hrc:118
+#: scaddins/inc/strings.hrc:118
msgctxt "ANALYSIS_FUNCNAME_Imln"
msgid "IMLN"
msgstr "ተፈጥሯዊ ሎጋሪዝም ለ ውስብስብ ቁጥር"
-#: strings.hrc:119
+#: scaddins/inc/strings.hrc:119
msgctxt "ANALYSIS_FUNCNAME_Imlog10"
msgid "IMLOG10"
msgstr "በ ቤዝ 10 ሎጋሪዝም ለ ውስብስብ ቁጥር"
-#: strings.hrc:120
+#: scaddins/inc/strings.hrc:120
msgctxt "ANALYSIS_FUNCNAME_Imlog2"
msgid "IMLOG2"
msgstr "በ ቤዝ 2 ሎጋሪዝም ለ ውስብስብ ቁጥር"
-#: strings.hrc:121
+#: scaddins/inc/strings.hrc:121
msgctxt "ANALYSIS_FUNCNAME_Improduct"
msgid "IMPRODUCT"
msgstr "የ ውስብስብ ቁጥር ውጤት"
-#: strings.hrc:122
+#: scaddins/inc/strings.hrc:122
msgctxt "ANALYSIS_FUNCNAME_Imreal"
msgid "IMREAL"
msgstr "የ ውስብስብ ቁጥር ሪያል አካል"
-#: strings.hrc:123
+#: scaddins/inc/strings.hrc:123
msgctxt "ANALYSIS_FUNCNAME_Imsin"
msgid "IMSIN"
msgstr "የ ውስብስብ ቁጥር ሳይን"
-#: strings.hrc:124
+#: scaddins/inc/strings.hrc:124
msgctxt "ANALYSIS_FUNCNAME_Imsub"
msgid "IMSUB"
msgstr "በ 2 ውስብስብ ቁጥር መካከል ልዩነት"
-#: strings.hrc:125
+#: scaddins/inc/strings.hrc:125
msgctxt "ANALYSIS_FUNCNAME_Imsum"
msgid "IMSUM"
msgstr "የ ውስብስብ ቁጥር ድምር"
-#: strings.hrc:126
+#: scaddins/inc/strings.hrc:126
msgctxt "ANALYSIS_FUNCNAME_Imsqrt"
msgid "IMSQRT"
msgstr "የ ውስብስብ ቁጥር ስኴር ሩት"
-#: strings.hrc:127
+#: scaddins/inc/strings.hrc:127
msgctxt "ANALYSIS_FUNCNAME_Imtan"
msgid "IMTAN"
msgstr "የ ውስብስብ ቁጥር ታንጀንት"
-#: strings.hrc:128
+#: scaddins/inc/strings.hrc:128
msgctxt "ANALYSIS_FUNCNAME_Imsec"
msgid "IMSEC"
msgstr "የ ውስብስብ ቁጥር ሴካንት"
-#: strings.hrc:129
+#: scaddins/inc/strings.hrc:129
msgctxt "ANALYSIS_FUNCNAME_Imcsc"
msgid "IMCSC"
msgstr "የ ውስብስብ ቁጥር ኮሴካንት"
-#: strings.hrc:130
+#: scaddins/inc/strings.hrc:130
msgctxt "ANALYSIS_FUNCNAME_Imcot"
msgid "IMCOT"
msgstr "የ ውስብስብ ቁጥር ኮታንጀንት"
-#: strings.hrc:131
+#: scaddins/inc/strings.hrc:131
msgctxt "ANALYSIS_FUNCNAME_Imsinh"
msgid "IMSINH"
msgstr "የ ውስብስብ ቁጥር ሀይፐርቦሊክ ሳይን"
-#: strings.hrc:132
+#: scaddins/inc/strings.hrc:132
msgctxt "ANALYSIS_FUNCNAME_Imcosh"
msgid "IMCOSH"
msgstr "የ ውስብስብ ቁጥር ሀይፐርቦሊክ ኮሳይን"
-#: strings.hrc:133
+#: scaddins/inc/strings.hrc:133
msgctxt "ANALYSIS_FUNCNAME_Imsech"
msgid "IMSECH"
msgstr "የ ውስብስብ ቁጥር ሀይፐርቦሊክ ሴካንት"
-#: strings.hrc:134
+#: scaddins/inc/strings.hrc:134
msgctxt "ANALYSIS_FUNCNAME_Imcsch"
msgid "IMCSCH"
msgstr "ሀይፐርቦሊክ ኮሴካንት"
-#: strings.hrc:135
+#: scaddins/inc/strings.hrc:135
msgctxt "ANALYSIS_FUNCNAME_Complex"
msgid "COMPLEX"
msgstr "ውስብስብ"
-#: strings.hrc:136
+#: scaddins/inc/strings.hrc:136
msgctxt "ANALYSIS_FUNCNAME_Oct2Bin"
msgid "OCT2BIN"
msgstr "ኦክታል2ባይነሪ"
-#: strings.hrc:137
+#: scaddins/inc/strings.hrc:137
msgctxt "ANALYSIS_FUNCNAME_Oct2Dec"
msgid "OCT2DEC"
msgstr "ኦክታል2ዴሲማል"
-#: strings.hrc:138
+#: scaddins/inc/strings.hrc:138
msgctxt "ANALYSIS_FUNCNAME_Oct2Hex"
msgid "OCT2HEX"
msgstr "ኦክታል2ሄክሳ ዴሲማል"
-#: strings.hrc:139
+#: scaddins/inc/strings.hrc:139
msgctxt "ANALYSIS_FUNCNAME_Convert"
msgid "CONVERT"
msgstr "መቀየሪያ"
-#: strings.hrc:140
+#: scaddins/inc/strings.hrc:140
msgctxt "ANALYSIS_FUNCNAME_Factdouble"
msgid "FACTDOUBLE"
msgstr "የ ቁጥር ድርብ ፋክቶሪያል"
diff --git a/source/am/sccomp/messages.po b/source/am/sccomp/messages.po
index 2e1fdc4c9dc..beb33540868 100644
--- a/source/am/sccomp/messages.po
+++ b/source/am/sccomp/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,72 +13,72 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: sccomp/inc/strings.hrc:25
msgctxt "RID_SOLVER_COMPONENT"
msgid "%PRODUCTNAME Linear Solver"
msgstr "%PRODUCTNAME Linear Solver"
-#: strings.hrc:26
+#: sccomp/inc/strings.hrc:26
msgctxt "RID_COINMP_SOLVER_COMPONENT"
msgid "%PRODUCTNAME CoinMP Linear Solver"
msgstr "%PRODUCTNAME CoinMP Linear Solver"
-#: strings.hrc:27
+#: sccomp/inc/strings.hrc:27
msgctxt "RID_SWARM_SOLVER_COMPONENT"
msgid "%PRODUCTNAME Swarm Non-Linear Solver (experimental)"
msgstr ""
-#: strings.hrc:28
+#: sccomp/inc/strings.hrc:28
msgctxt "RID_PROPERTY_NONNEGATIVE"
msgid "Assume variables as non-negative"
msgstr "Assume variables as non-negative"
-#: strings.hrc:29
+#: sccomp/inc/strings.hrc:29
msgctxt "RID_PROPERTY_INTEGER"
msgid "Assume variables as integer"
msgstr "Assume variables as integer"
-#: strings.hrc:30
+#: sccomp/inc/strings.hrc:30
msgctxt "RID_PROPERTY_TIMEOUT"
msgid "Solving time limit (seconds)"
msgstr "Solving time limit (seconds)"
-#: strings.hrc:31
+#: sccomp/inc/strings.hrc:31
msgctxt "RID_PROPERTY_EPSILONLEVEL"
msgid "Epsilon level (0-3)"
msgstr "የ ኤፕሲሎን ደረጃ (0-3)"
-#: strings.hrc:32
+#: sccomp/inc/strings.hrc:32
msgctxt "RID_PROPERTY_LIMITBBDEPTH"
msgid "Limit branch-and-bound depth"
msgstr "Limit branch-and-bound depth"
-#: strings.hrc:33
+#: sccomp/inc/strings.hrc:33
msgctxt "RID_PROPERTY_ALGORITHM"
msgid "Swarm algorithm (0 - Differential Evolution, 1 - Particle Swarm Optimization)"
msgstr ""
-#: strings.hrc:34
+#: sccomp/inc/strings.hrc:34
msgctxt "RID_ERROR_NONLINEAR"
msgid "The model is not linear."
msgstr "ዘዴው ቀጥተኛ አይደለም"
-#: strings.hrc:35
+#: sccomp/inc/strings.hrc:35
msgctxt "RID_ERROR_EPSILONLEVEL"
msgid "The epsilon level is invalid."
msgstr "የ ኤፕሲሎን ደረጃ ዋጋ የለውም"
-#: strings.hrc:36
+#: sccomp/inc/strings.hrc:36
msgctxt "RID_ERROR_INFEASIBLE"
msgid "The model is infeasible. Check limiting conditions."
msgstr "The model is infeasible. Check limiting conditions."
-#: strings.hrc:37
+#: sccomp/inc/strings.hrc:37
msgctxt "RID_ERROR_UNBOUNDED"
msgid "The model is unbounded."
msgstr "The model is unbounded."
-#: strings.hrc:38
+#: sccomp/inc/strings.hrc:38
msgctxt "RID_ERROR_TIMEOUT"
msgid "The time limit was reached."
msgstr "የ ሰአቱ መጠን ደርሷል"
diff --git a/source/am/scp2/source/calc.po b/source/am/scp2/source/calc.po
index e88b32665e2..6f657da8514 100644
--- a/source/am/scp2/source/calc.po
+++ b/source/am/scp2/source/calc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2017-04-12 14:13+0200\n"
-"PO-Revision-Date: 2017-04-12 21:29+0000\n"
+"PO-Revision-Date: 2018-03-26 00:17+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1492032575.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1522023420.000000\n"
#: folderitem_calc.ulf
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"STR_FI_TOOLTIP_CALC\n"
"LngText.text"
msgid "Perform calculations, analyze information and manage lists in spreadsheets by using Calc."
-msgstr "Perform calculations, analyze information and manage lists in spreadsheets by using Calc."
+msgstr "ስሌቶችን ያስሉ: መረጃዎችን ይመርምሩ: እና የ ሰንጠረዥ ዝርዝሮችን ያስተዳድሩ ሰንጠረዥን በ መጠቀም"
#: module_calc.ulf
msgctxt ""
@@ -46,7 +46,7 @@ msgctxt ""
"STR_DESC_MODULE_PRG_CALC\n"
"LngText.text"
msgid "Perform calculations, analyze information and manage lists in spreadsheets by using %PRODUCTNAME Calc."
-msgstr "ስሌቶችን ያስሉ ፡ መረጃዎችን ይመርምሩ ፡ እና የሰንጠረዥ ዝርዝሮችን ያስተዳድሩ በመጠቀም%PRODUCTNAME ሰንጠረዥን"
+msgstr "ስሌቶችን ያስሉ: መረጃዎችን ይመርምሩ: እና የ ሰንጠረዥ ዝርዝሮችን ያስተዳድሩ በ መጠቀም%PRODUCTNAME ሰንጠረዥን"
#: module_calc.ulf
msgctxt ""
@@ -118,7 +118,7 @@ msgctxt ""
"STR_REG_VAL_SO60_CALC_TEMPLATE\n"
"LngText.text"
msgid "%SXWFORMATNAME %SXWFORMATVERSION Spreadsheet Template"
-msgstr "%SXWFORMATNAME %SXWFORMATVERSION የሰንጠረዥ ቴምፕሌት"
+msgstr "%SXWFORMATNAME %SXWFORMATVERSION የ ሰንጠረዥ ቴምፕሌት"
#: registryitem_calc.ulf
msgctxt ""
diff --git a/source/am/scp2/source/graphicfilter.po b/source/am/scp2/source/graphicfilter.po
index 2c2e596ceef..d6f88c4a8a2 100644
--- a/source/am/scp2/source/graphicfilter.po
+++ b/source/am/scp2/source/graphicfilter.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2013-12-02 01:51+0000\n"
-"Last-Translator: Samson <sambelet@yahoo.com>\n"
+"POT-Creation-Date: 2015-04-22 23:41+0200\n"
+"PO-Revision-Date: 2018-03-24 19:42+0000\n"
+"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Pootle 2.5.0\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1385949071.0\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1521920552.000000\n"
#: module_graphicfilter.ulf
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"STR_DESC_MODULE_OPTIONAL_GRFFLT\n"
"LngText.text"
msgid "Additional filters required to read alien image formats."
-msgstr "ይህን የተለየ የንድፍ አቀራረብ ለማንበብ ተጨማሪ ማጣሪያዎች ያስፈልጋሉ"
+msgstr "ይህን የተለየ የ ንድፍ አቀራረብ ለ ማንበብ ተጨማሪ ማጣሪያዎች ያስፈልጋሉ"
#: module_graphicfilter.ulf
msgctxt ""
diff --git a/source/am/sd/messages.po b/source/am/sd/messages.po
index 59f2cf33f5d..c56c3d59f2a 100644
--- a/source/am/sd/messages.po
+++ b/source/am/sd/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-19 11:42+0100\n"
-"PO-Revision-Date: 2018-01-08 01:15+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-03-28 15:47+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,439 +14,444 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1515374128.000000\n"
+"X-POOTLE-MTIME: 1522252021.000000\n"
-#: DocumentRenderer.hrc:29
+#: sd/inc/DocumentRenderer.hrc:29
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES"
msgid "Slides"
msgstr "ተንሸራታቾች"
-#: DocumentRenderer.hrc:30
+#: sd/inc/DocumentRenderer.hrc:30
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES"
msgid "Handouts"
msgstr "በ እጅ የሚሰጥ"
-#: DocumentRenderer.hrc:31
+#: sd/inc/DocumentRenderer.hrc:31
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES"
msgid "Notes"
msgstr "ማስታወሻዎች"
-#: DocumentRenderer.hrc:32
+#: sd/inc/DocumentRenderer.hrc:32
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT_CHOICES"
msgid "Outline"
msgstr "ረቂቅ"
-#: DocumentRenderer.hrc:37
+#: sd/inc/DocumentRenderer.hrc:37
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "According to layout"
msgstr "እንደ እቅዱ"
-#: DocumentRenderer.hrc:38
+#: sd/inc/DocumentRenderer.hrc:38
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "1"
msgstr "1"
-#: DocumentRenderer.hrc:39
+#: sd/inc/DocumentRenderer.hrc:39
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "2"
msgstr "2"
-#: DocumentRenderer.hrc:40
+#: sd/inc/DocumentRenderer.hrc:40
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "3"
msgstr "3"
-#: DocumentRenderer.hrc:41
+#: sd/inc/DocumentRenderer.hrc:41
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "4"
msgstr "4"
-#: DocumentRenderer.hrc:42
+#: sd/inc/DocumentRenderer.hrc:42
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "6"
msgstr "6"
-#: DocumentRenderer.hrc:43
+#: sd/inc/DocumentRenderer.hrc:43
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "9"
msgstr "9"
-#: DocumentRenderer.hrc:48
+#: sd/inc/DocumentRenderer.hrc:48
msgctxt "STR_IMPRESS_PRINT_UI_ORDER_CHOICES"
msgid "Left to right, then down"
msgstr "ከ ግራ ወደ ቀኝ ከዚያ ወደ ታች"
-#: DocumentRenderer.hrc:49
+#: sd/inc/DocumentRenderer.hrc:49
msgctxt "STR_IMPRESS_PRINT_UI_ORDER_CHOICES"
msgid "Top to bottom, then right"
msgstr "ከ ላይ ወደ ታች ከዚያ ወደ ቀኝ"
-#: DocumentRenderer.hrc:54
+#: sd/inc/DocumentRenderer.hrc:54
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY_CHOICES"
msgid "Original colors"
msgstr "ዋናው ቀለም"
-#: DocumentRenderer.hrc:55
+#: sd/inc/DocumentRenderer.hrc:55
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY_CHOICES"
msgid "Grayscale"
msgstr "ግራጫማ"
-#: DocumentRenderer.hrc:56
+#: sd/inc/DocumentRenderer.hrc:56
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY_CHOICES"
msgid "Black & white"
msgstr "ጥቁር & ነጭ"
-#: DocumentRenderer.hrc:61
+#: sd/inc/DocumentRenderer.hrc:61
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Original size"
msgstr "ዋናው መጠን"
-#: DocumentRenderer.hrc:62
+#: sd/inc/DocumentRenderer.hrc:62
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Fit to printable page"
msgstr "በሚታተመው ገጽ ልክ"
-#: DocumentRenderer.hrc:63
+#: sd/inc/DocumentRenderer.hrc:63
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Distribute on multiple sheets of paper"
msgstr "በ በርካታ ወረቀቶች ላይ ማሰራጫ"
-#: DocumentRenderer.hrc:64
+#: sd/inc/DocumentRenderer.hrc:64
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Tile sheet of paper with repeated slides"
msgstr "የተደጋገሙ ተንሸራታች ወረቀቶችን መከመሪያ"
-#: DocumentRenderer.hrc:69
+#: sd/inc/DocumentRenderer.hrc:69
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW"
msgid "Original size"
msgstr "ዋናው መጠን"
-#: DocumentRenderer.hrc:70
+#: sd/inc/DocumentRenderer.hrc:70
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW"
msgid "Fit to printable page"
msgstr "በሚታተመው ገጽ ልክ"
-#: DocumentRenderer.hrc:71
+#: sd/inc/DocumentRenderer.hrc:71
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW"
msgid "Distribute on multiple sheets of paper"
msgstr "በ በርካታ ወረቀቶች ላይ ማሰራጫ"
-#: DocumentRenderer.hrc:72
+#: sd/inc/DocumentRenderer.hrc:72
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW"
msgid "Tile sheet of paper with repeated pages"
msgstr "የ ተደጋገሙ ተንሸራታች ወረቀቶችን መከመሪያ"
-#: DocumentRenderer.hrc:77
+#: sd/inc/DocumentRenderer.hrc:77
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST"
msgid "All pages"
msgstr "ሁሉንም ገጾች"
-#: DocumentRenderer.hrc:78
+#: sd/inc/DocumentRenderer.hrc:78
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST"
msgid "Front sides / right pages"
msgstr "የ ፊት ጎኖች / የ ቀኝ ገጾች"
-#: DocumentRenderer.hrc:79
+#: sd/inc/DocumentRenderer.hrc:79
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST"
msgid "Back sides / left pages"
msgstr "የኋላ ጎኖች / የ ግራ ገጾች"
-#: DocumentRenderer.hrc:84
+#: sd/inc/DocumentRenderer.hrc:84
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "~All slides"
msgstr "~ሁሉንም ተንሸራታቾች"
-#: DocumentRenderer.hrc:85
+#: sd/inc/DocumentRenderer.hrc:85
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "~Slides"
msgstr "~ተንሸራታቾች"
-#: DocumentRenderer.hrc:86
+#: sd/inc/DocumentRenderer.hrc:86
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "Se~lection"
msgstr "ምር~ጫዎች"
-#: DocumentRenderer.hrc:91
+#: sd/inc/DocumentRenderer.hrc:91
msgctxt "STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "~All pages"
msgstr "~ሁሉንም ገጾች"
-#: DocumentRenderer.hrc:92
+#: sd/inc/DocumentRenderer.hrc:92
msgctxt "STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "Pa~ges"
msgstr "ገ~ጾች"
-#: DocumentRenderer.hrc:93
+#: sd/inc/DocumentRenderer.hrc:93
msgctxt "STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE"
msgid "Se~lection"
msgstr "ምር~ጫዎች"
-#: errhdl.hrc:29
+#: sd/inc/errhdl.hrc:29
msgctxt "RID_SD_ERRHDL"
msgid "File format error found at $(ARG1)(row,col)."
msgstr "የ ፋይል አቀራረብ ስህተት ተገኝቷል በ $(ARG1)(ረድፍ: አምድ)"
-#: errhdl.hrc:31 /home/cl/vc/git/libo-core/sd/inc/errhdl.hrc:33
+#: sd/inc/errhdl.hrc:31 sd/inc/errhdl.hrc:33
msgctxt "RID_SD_ERRHDL"
msgid "Format error discovered in the file in sub-document $(ARG1) at position $(ARG2)(row,col)."
msgstr "የ አቀራረብ ስህተት ተገኝቶበታል በ ፋይሉ ንዑስ-ሰነድ ውስጥ በ $(ARG1) ቦታ ላይ $(ARG2)(ረድፍ: አምድ)"
-#: family.hrc:29
+#: sd/inc/family.hrc:29
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "All Styles"
msgstr "ሁሉንም ዘዴዎች"
-#: family.hrc:30
+#: sd/inc/family.hrc:30
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Hidden Styles"
msgstr "የ ተደበቁ ዘዴዎች"
-#: family.hrc:31
+#: sd/inc/family.hrc:31
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Applied Styles"
msgstr "የ ተፈጸሙ ዘዴዎች"
-#: family.hrc:32
+#: sd/inc/family.hrc:32
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Custom Styles"
msgstr "ዘዴዎች ማስተካከያ"
-#: family.hrc:38
+#: sd/inc/family.hrc:38
msgctxt "RID_PRESENTATIONSTYLEFAMILY"
msgid "All Styles"
msgstr "ሁሉንም ዘዴዎች"
-#: family.hrc:39
+#: sd/inc/family.hrc:39
msgctxt "RID_PRESENTATIONSTYLEFAMILY"
msgid "Hidden Styles"
msgstr "የ ተደበቁ ዘዴዎች"
-#: strings.hrc:25
+#: sd/inc/strings.hrc:25
msgctxt "STR_NULL"
msgid "None"
msgstr "ምንም"
-#: strings.hrc:26
+#: sd/inc/strings.hrc:26
msgctxt "STR_INSERTPAGE"
msgid "Insert Slide"
msgstr "ተንሸራታች ማስገቢያ"
-#: strings.hrc:27
+#: sd/inc/strings.hrc:27
msgctxt "STR_INSERTLAYER"
msgid "Insert Layer"
msgstr "ደረጃ ማስገቢያ"
-#: strings.hrc:28
+#: sd/inc/strings.hrc:28
msgctxt "STR_MODIFYLAYER"
msgid "Modify Layer"
msgstr "ደረጃ ማሻሻያ"
-#: strings.hrc:29
+#: sd/inc/strings.hrc:29
msgctxt "STR_UNDO_SLIDE_PARAMS"
msgid "Slide parameter"
msgstr "የ ተንሸራታች ደንብ"
-#: strings.hrc:30
+#: sd/inc/strings.hrc:30
msgctxt "STR_UNDO_CUT"
msgid "Cut"
msgstr "መቁረጫ"
-#: strings.hrc:31
+#: sd/inc/strings.hrc:31
msgctxt "STR_UNDO_REPLACE"
msgid "Replace"
msgstr "መቀየሪያ"
-#: strings.hrc:32
+#: sd/inc/strings.hrc:32
msgctxt "STR_UNDO_DRAGDROP"
msgid "Drag and Drop"
msgstr "መጎተቻ እና መጣያ"
-#: strings.hrc:33
+#: sd/inc/strings.hrc:33
msgctxt "STR_INSERTGRAPHIC"
msgid "Insert Image"
msgstr "ምስል ማስገቢያ"
-#: strings.hrc:34
+#: sd/inc/strings.hrc:34
+msgctxt "STR_QUERYROTATION"
+msgid "This image is rotated. Would you like to rotate it into standard orientation?"
+msgstr "ይህ ምስል ዟሯል: እርስዎ ወደ መደበኛ አቅጣጫው ማዞር ይፈልጋሉ?"
+
+#: sd/inc/strings.hrc:35
msgctxt "STR_UNDO_BEZCLOSE"
msgid "Close Polygon"
msgstr "ፖሊጎን መዝጊያ"
-#: strings.hrc:35
+#: sd/inc/strings.hrc:36
msgctxt "STR_SLIDE_SORTER_MODE"
msgid "Slide Sorter"
msgstr "ተንሸራታች መለያ"
-#: strings.hrc:36
+#: sd/inc/strings.hrc:37
msgctxt "STR_NORMAL_MODE"
msgid "Normal"
msgstr "መደበኛ"
-#: strings.hrc:37
+#: sd/inc/strings.hrc:38
msgctxt "STR_SLIDE_MASTER_MODE"
msgid "Master Slide"
msgstr "ዋናው ተንሸራታች"
-#: strings.hrc:38
+#: sd/inc/strings.hrc:39
msgctxt "STR_OUTLINE_MODE"
msgid "Outline"
msgstr "ረቂቅ"
-#: strings.hrc:39
+#: sd/inc/strings.hrc:40
msgctxt "STR_NOTES_MODE"
msgid "Notes"
msgstr "ማስታወሻዎች"
-#: strings.hrc:40
+#: sd/inc/strings.hrc:41
msgctxt "STR_NOTES_MASTER_MODE"
msgid "Master Notes"
msgstr "ዋናው ማስታወሻ"
-#: strings.hrc:41
+#: sd/inc/strings.hrc:42
msgctxt "STR_HANDOUT_MASTER_MODE"
msgid "Master Handout"
msgstr "ዋናው በ እጅ የሚሰጥ"
-#: strings.hrc:42
+#: sd/inc/strings.hrc:43
msgctxt "STR_AUTOLAYOUT_NONE"
msgid "Blank Slide"
msgstr "ባዶ ተንሸራታች"
-#: strings.hrc:43
+#: sd/inc/strings.hrc:44
msgctxt "STR_AUTOLAYOUT_ONLY_TITLE"
msgid "Title Only"
msgstr "አርእስት ብቻ"
-#: strings.hrc:44
+#: sd/inc/strings.hrc:45
msgctxt "STR_AUTOLAYOUT_ONLY_TEXT"
msgid "Centered Text"
msgstr "መሀከል ላይ መጻፊያ"
-#: strings.hrc:45
+#: sd/inc/strings.hrc:46
msgctxt "STR_AUTOLAYOUT_TITLE"
msgid "Title Slide"
msgstr "የ ተንሸራታች አርእስት"
-#: strings.hrc:46
+#: sd/inc/strings.hrc:47
msgctxt "STR_AUTOLAYOUT_CONTENT"
msgid "Title, Content"
msgstr "አርእስት: ይዞታው"
-#: strings.hrc:47
+#: sd/inc/strings.hrc:48
msgctxt "STR_AUTOLAYOUT_2CONTENT"
msgid "Title and 2 Content"
msgstr "አርእስት እና 2 ይዞታው"
-#: strings.hrc:48
+#: sd/inc/strings.hrc:49
msgctxt "STR_AUTOLAYOUT_CONTENT_2CONTENT"
msgid "Title, Content and 2 Content"
msgstr "አርእስት: ይዞታው እና 2 ይዞታው"
-#: strings.hrc:49
+#: sd/inc/strings.hrc:50
msgctxt "STR_AUTOLAYOUT_2CONTENT_CONTENT"
msgid "Title, 2 Content and Content"
msgstr "አርእስት: 2 ይዞታው እና ይዞታው"
-#: strings.hrc:50
+#: sd/inc/strings.hrc:51
msgctxt "STR_AUTOLAYOUT_2CONTENT_OVER_CONTENT"
msgid "Title, 2 Content over Content"
msgstr "አርእስት: ከ 2 ይዞታው በላይ ይዞታው"
-#: strings.hrc:51
+#: sd/inc/strings.hrc:52
msgctxt "STR_AUTOLAYOUT_CONTENT_OVER_CONTENT"
msgid "Title, Content over Content"
msgstr "አርእስት: ይዞታው ከ ይዞታው በላይ"
-#: strings.hrc:52
+#: sd/inc/strings.hrc:53
msgctxt "STR_AUTOLAYOUT_4CONTENT"
msgid "Title, 4 Content"
msgstr "አርእስት: 4 ይዞታ"
-#: strings.hrc:53
+#: sd/inc/strings.hrc:54
msgctxt "STR_AUTOLAYOUT_6CONTENT"
msgid "Title, 6 Content"
msgstr "አርእስት: 6 ይዞታ"
-#: strings.hrc:54
+#: sd/inc/strings.hrc:55
msgctxt "STR_AL_TITLE_VERT_OUTLINE"
msgid "Title, Vertical Text"
msgstr "አርእስት: በ ቁመት ጽሁፍ"
-#: strings.hrc:55
+#: sd/inc/strings.hrc:56
msgctxt "STR_AL_TITLE_VERT_OUTLINE_CLIPART"
msgid "Title, Vertical Text, Clipart"
msgstr "አርእስት: በ ቁመት ጽሁፍ: Clipart"
-#: strings.hrc:56
+#: sd/inc/strings.hrc:57
msgctxt "STR_AL_VERT_TITLE_TEXT_CHART"
msgid "Vertical Title, Text, Chart"
msgstr "በ ቁመት አርእስት: ጽሁፍ: ቻርት"
-#: strings.hrc:57
+#: sd/inc/strings.hrc:58
msgctxt "STR_AL_VERT_TITLE_VERT_OUTLINE"
msgid "Vertical Title, Vertical Text"
msgstr "በ ቁመት አርእስት: በ ቁመት ጽሁፍ"
-#: strings.hrc:58
+#: sd/inc/strings.hrc:59
msgctxt "STR_AUTOLAYOUT_HANDOUT1"
msgid "One Slide"
msgstr "አንድ ተንሸራታች"
-#: strings.hrc:59
+#: sd/inc/strings.hrc:60
msgctxt "STR_AUTOLAYOUT_HANDOUT2"
msgid "Two Slides"
msgstr "ሁለት ተንሸራታቾች"
-#: strings.hrc:60
+#: sd/inc/strings.hrc:61
msgctxt "STR_AUTOLAYOUT_HANDOUT3"
msgid "Three Slides"
msgstr "ሶስት ተንሸራታቾች"
-#: strings.hrc:61
+#: sd/inc/strings.hrc:62
msgctxt "STR_AUTOLAYOUT_HANDOUT4"
msgid "Four Slides"
msgstr "አራት ተንሸራታቾች"
-#: strings.hrc:62
+#: sd/inc/strings.hrc:63
msgctxt "STR_AUTOLAYOUT_HANDOUT6"
msgid "Six Slides"
msgstr "ስድስት ተንሸራታቾች"
-#: strings.hrc:63
+#: sd/inc/strings.hrc:64
msgctxt "STR_AUTOLAYOUT_HANDOUT9"
msgid "Nine Slides"
msgstr "ዘጠኝ ተንሸራታቾች"
-#: strings.hrc:64
+#: sd/inc/strings.hrc:65
msgctxt "STR_DISPLAYMODE_EDITMODES"
msgid "Edit Modes"
msgstr "ዘዴ ማረሚያ"
-#: strings.hrc:65
+#: sd/inc/strings.hrc:66
msgctxt "STR_DISPLAYMODE_MASTERMODES"
msgid "Master Modes"
msgstr "ዋናው ዘዴዎች"
-#: strings.hrc:66
+#: sd/inc/strings.hrc:67
msgctxt "STR_AUTOLAYOUT_NOTES"
msgid "Notes"
msgstr "ማስታወሻዎች"
-#: strings.hrc:67
+#: sd/inc/strings.hrc:68
msgctxt "STR_TRANSFORM"
msgid "Transform"
-msgstr "መለወጫ"
+msgstr "መቀየሪያ"
-#: strings.hrc:68
+#: sd/inc/strings.hrc:69
msgctxt "STR_LINEEND"
msgid "Line Ends"
msgstr "መስመሩ አልቋል"
-#: strings.hrc:69
+#: sd/inc/strings.hrc:70
msgctxt "STR_DESC_LINEEND"
msgid "Please enter a name for the new arrowhead:"
msgstr "እባክዎን ለ አዲሱ ቀስት ራስጌ ስም ያስገቡ:"
-#: strings.hrc:70
+#: sd/inc/strings.hrc:71
msgctxt "STR_WARN_NAME_DUPLICATE"
msgid ""
"The name chosen already exists. \n"
@@ -455,87 +460,82 @@ msgstr ""
"የመረጡት ስም ቀደም ሲል ነበር \n"
"እባክዎን ሌላ ስም ያስገቡ"
-#: strings.hrc:71
+#: sd/inc/strings.hrc:72
msgctxt "STR_UNDO_ANIMATION"
msgid "Animation parameters"
msgstr "የ እንቅስቃሴ ደንቦች"
-#: strings.hrc:72
-msgctxt "STR_EXPORT_HTML_NAME"
-msgid "Web Page"
-msgstr "ድህረ ገጽ"
-
-#: strings.hrc:73
+#: sd/inc/strings.hrc:73
msgctxt "STR_UNDO_COPYOBJECTS"
msgid "Duplicate"
msgstr "ማባዣ"
-#: strings.hrc:74
+#: sd/inc/strings.hrc:74
msgctxt "STR_TITLE_NAMEGROUP"
msgid "Name Object"
msgstr "የእቃው ስም"
-#: strings.hrc:75
+#: sd/inc/strings.hrc:75
msgctxt "STR_DESC_NAMEGROUP"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:76
+#: sd/inc/strings.hrc:76
msgctxt "STR_WARN_PAGE_EXISTS"
msgid "The slide name already exists or is invalid. Please enter another name."
msgstr "የ ተንሸራታቹ ስም ቀደም ሲል ነበር ወይም ዋጋ የሌለው ነው: እባክዎን ሌላ ስም ያስገቡ"
-#: strings.hrc:77
+#: sd/inc/strings.hrc:77
msgctxt "STR_SNAPDLG_SETLINE"
msgid "Edit Snap Line"
msgstr "መቁረጫ መስመር ማረሚያ"
-#: strings.hrc:78
+#: sd/inc/strings.hrc:78
msgctxt "STR_SNAPDLG_SETPOINT"
msgid "Edit Snap Point"
msgstr "መቁረጫ ነጥብ ማረሚያ"
-#: strings.hrc:79
+#: sd/inc/strings.hrc:79
msgctxt "STR_POPUP_EDIT_SNAPLINE"
msgid "Edit Snap Line..."
msgstr "መቁረጫ መስመር ማረሚያ..."
-#: strings.hrc:80
+#: sd/inc/strings.hrc:80
msgctxt "STR_POPUP_EDIT_SNAPPOINT"
msgid "Edit Snap Point..."
msgstr "መቁረጫ ነጥብ ማረሚያ..."
-#: strings.hrc:81
+#: sd/inc/strings.hrc:81
msgctxt "STR_POPUP_DELETE_SNAPLINE"
msgid "Delete Snap Line"
msgstr "መቁረጫ መስመር ማጥፊያ"
-#: strings.hrc:82
+#: sd/inc/strings.hrc:82
msgctxt "STR_POPUP_DELETE_SNAPPOINT"
msgid "Delete Snap Point"
msgstr "መቁረጫ ነጥብ ማጥፊያ"
-#: strings.hrc:83
+#: sd/inc/strings.hrc:83
msgctxt "STR_IMPRESS"
msgid "StarImpress 4.0"
msgstr "StarImpress 4.0"
-#: strings.hrc:84
+#: sd/inc/strings.hrc:84
msgctxt "STR_LAYER"
msgid "Layer"
msgstr "ደረጃ"
-#: strings.hrc:85
+#: sd/inc/strings.hrc:85
msgctxt "STR_UNDO_DELETEPAGES"
msgid "Delete slides"
msgstr "ተንሸራታቾች ማጥፊያ"
-#: strings.hrc:86
+#: sd/inc/strings.hrc:86
msgctxt "STR_UNDO_INSERTPAGES"
msgid "Insert slides"
msgstr "ተንሸራታቾች ማስገቢያ"
-#: strings.hrc:87
+#: sd/inc/strings.hrc:87
msgctxt "STR_ASK_DELETE_LAYER"
msgid ""
"Are you sure you want to delete the level \"$\"?\n"
@@ -544,77 +544,77 @@ msgstr ""
"በ እርግጥ ደረጃውን ማጥፋት ይፈልጋሉ \"$\"?\n"
"ማስታወሻ: ሁሉም እቃዎች በዚህ ደረጃ ላይ ያሉ አብረው ይጠፋሉ!"
-#: strings.hrc:88
+#: sd/inc/strings.hrc:88
msgctxt "STR_ASK_DELETE_ALL_PICTURES"
msgid "Do you really want to delete all images?"
msgstr "በእርግጥ ምስሎቹን በሙሉ ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:89
+#: sd/inc/strings.hrc:89
msgctxt "STR_UNDO_CHANGE_TITLE_AND_LAYOUT"
msgid "Modify title and outline"
msgstr "አርእስት እና ረቂቁን ማሻሻያ"
-#: strings.hrc:90
+#: sd/inc/strings.hrc:90
msgctxt "STR_WAV_FILE"
msgid "Audio"
msgstr "ድምፅ"
-#: strings.hrc:91
+#: sd/inc/strings.hrc:91
msgctxt "STR_MIDI_FILE"
msgid "MIDI"
msgstr "MIDI"
-#: strings.hrc:92
+#: sd/inc/strings.hrc:92
msgctxt "STR_AU_FILE"
msgid "Sun/NeXT Audio"
msgstr "Sun/NeXT Audio"
-#: strings.hrc:93
+#: sd/inc/strings.hrc:93
msgctxt "STR_VOC_FILE"
msgid "Creative Labs Audio"
msgstr "Creative Labs Audio"
-#: strings.hrc:94
+#: sd/inc/strings.hrc:94
msgctxt "STR_AIFF_FILE"
msgid "Apple/SGI Audio"
msgstr "Apple/SGI Audio"
-#: strings.hrc:95
+#: sd/inc/strings.hrc:95
msgctxt "STR_SVX_FILE"
msgid "Amiga SVX Audio"
msgstr "Amiga SVX Audio"
-#: strings.hrc:96
+#: sd/inc/strings.hrc:96
msgctxt "STR_SD_PAGE"
msgid "Slide"
msgstr "ተንሸራታች"
-#: strings.hrc:97
+#: sd/inc/strings.hrc:97
msgctxt "STR_SD_PAGE_COUNT"
msgid "Slide %1 of %2"
msgstr "ተንሸራታች %1 ከ %2"
-#: strings.hrc:98
+#: sd/inc/strings.hrc:98
msgctxt "STR_SD_PAGE_COUNT_CUSTOM"
msgid "Slide %1 of %2 (%3)"
msgstr "ተንሸራታች %1 ከ %2 (%3)"
-#: strings.hrc:99
+#: sd/inc/strings.hrc:99
msgctxt "STR_ALL_SUPPORTED_FORMATS"
msgid "All supported formats"
msgstr "ሁሉም የ ተደገፉ አቀራረቦች"
-#: strings.hrc:100
+#: sd/inc/strings.hrc:100
msgctxt "STR_ALL_FILES"
msgid "All files"
msgstr "ሁሉንም ፋይሎች"
-#: strings.hrc:101
+#: sd/inc/strings.hrc:101
msgctxt "STR_UNDO_INSERT_TEXTFRAME"
msgid "Insert text frame"
msgstr "የጽሁፍ ክፈፎች ማስገቢያ"
-#: strings.hrc:102
+#: sd/inc/strings.hrc:102
msgctxt "STR_ACTION_NOTPOSSIBLE"
msgid ""
"This function cannot be run \n"
@@ -623,17 +623,17 @@ msgstr ""
"ይህን ተግባር ማስኬድ አይቻለም \n"
"ከተመረጠው እቃ ጋር"
-#: strings.hrc:103
+#: sd/inc/strings.hrc:103
msgctxt "STR_DLG_INSERT_PAGES_FROM_FILE"
msgid "Insert File"
msgstr "ፋይል ማስገቢያ"
-#: strings.hrc:104
+#: sd/inc/strings.hrc:104
msgctxt "STR_READ_DATA_ERROR"
msgid "The file could not be loaded!"
msgstr "ፋይሉን መጫን አልተቻለም!"
-#: strings.hrc:105
+#: sd/inc/strings.hrc:105
msgctxt "STR_SCALE_OBJECTS"
msgid ""
"The page size of the target document is different than the source document.\n"
@@ -644,127 +644,127 @@ msgstr ""
"\n"
"ኮፒ የተደረገውን እቃ በ አዲሱ ገጽ መጠን መመጠን ይፈልጋሉ??"
-#: strings.hrc:106
+#: sd/inc/strings.hrc:106
msgctxt "STR_CREATE_PAGES"
msgid "Create Slides"
msgstr "ተንሸራታቾች መፍጠሪያ"
-#: strings.hrc:107
+#: sd/inc/strings.hrc:107
msgctxt "STR_UNDO_CHANGE_PAGEFORMAT"
msgid "Modify page format"
msgstr "የ ገጽ አቀራረብ ማሻሻያ"
-#: strings.hrc:108
+#: sd/inc/strings.hrc:108
msgctxt "STR_UNDO_CHANGE_PAGEBORDER"
msgid "Modify page margins"
msgstr "የ ገጽ መስመሮች ማሻሻያ"
-#: strings.hrc:109
+#: sd/inc/strings.hrc:109
msgctxt "STR_EDIT_OBJ"
msgid "~Edit"
msgstr "~ማረሚያ"
-#: strings.hrc:110
+#: sd/inc/strings.hrc:110
msgctxt "STR_DELETE_PAGES"
msgid "Delete Slides"
msgstr "ተንሸራታቾች ማጥፊያ"
-#: strings.hrc:111
+#: sd/inc/strings.hrc:111
msgctxt "STR_WARN_PRINTFORMAT_FAILURE"
msgid "The document format could not be set on the specified printer."
msgstr "ለ ተወሰነው ማተሚያ የ ሰነዱን አቀራረብ ማሰናዳት አልተቻለም"
-#: strings.hrc:112
+#: sd/inc/strings.hrc:112
msgctxt "STR_IMPORT_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "የምስል ፋይል መክፈት አልተቻለም"
-#: strings.hrc:113
+#: sd/inc/strings.hrc:113
msgctxt "STR_IMPORT_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr "የምስል ፋይል ማንበብ አልተቻለም"
-#: strings.hrc:114
+#: sd/inc/strings.hrc:114
msgctxt "STR_IMPORT_GRFILTER_FORMATERROR"
msgid "Unknown image format"
-msgstr "ያልታወቀ የምስል አቀራረብ"
+msgstr "ያልታወቀ የ ምስል አቀራረብ"
-#: strings.hrc:115
+#: sd/inc/strings.hrc:115
msgctxt "STR_IMPORT_GRFILTER_VERSIONERROR"
msgid "This image file version is not supported"
msgstr "ይህ የንድፍ ፋይል እትም የተደገፈ አይደለም"
-#: strings.hrc:116
+#: sd/inc/strings.hrc:116
msgctxt "STR_IMPORT_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "የምስል ማጣሪያ አልተገኘም"
-#: strings.hrc:117
+#: sd/inc/strings.hrc:117
msgctxt "STR_IMPORT_GRFILTER_TOOBIG"
msgid "Not enough memory to import image"
msgstr "ምስሎቹን ለማምጣት በቂ memory አልተገኘም"
-#: strings.hrc:118
+#: sd/inc/strings.hrc:118
msgctxt "STR_OBJECTS"
msgid "Objects"
msgstr "አቃዎች"
-#: strings.hrc:119
+#: sd/inc/strings.hrc:119
msgctxt "STR_END_SPELLING"
msgid "Spellcheck of entire document has been completed."
msgstr "ጠቅላላ ሰነዱን የፊደል ግድፈት መርምሮ ጨርሷል"
-#: strings.hrc:120
+#: sd/inc/strings.hrc:120
msgctxt "STR_END_SPELLING_OBJ"
msgid "The spellcheck for the selected objects has been completed."
msgstr "ለተመረጠው እቃ የፊደል ግድፈት መርምሮ ጨርሷል"
-#: strings.hrc:121
+#: sd/inc/strings.hrc:121
msgctxt "STR_ASK_FOR_CONVERT_TO_BEZIER"
msgid "Convert selected object to curve?"
msgstr "የተመረጠውን እቃ ወደ ክብ ልቀይረው?"
-#: strings.hrc:122
+#: sd/inc/strings.hrc:122
msgctxt "STR_UNDO_CHANGE_PRES_OBJECT"
msgid "Modify presentation object '$'"
msgstr "የማቅረቢያውን እቃ ማሻሻያ '$'"
-#: strings.hrc:123
+#: sd/inc/strings.hrc:123
msgctxt "STR_UNDO_MODIFY_PAGE"
msgid "Slide layout"
msgstr "የ ተንሸራታች ረቂቅ"
-#: strings.hrc:124
+#: sd/inc/strings.hrc:124
msgctxt "STR_UNDO_INSERT_FILE"
msgid "Insert file"
msgstr "ፋይል ማስገቢያ"
-#: strings.hrc:125
+#: sd/inc/strings.hrc:125
msgctxt "STR_UNDO_INSERT_SPECCHAR"
msgid "Insert special character"
msgstr "የተለየ ባህሪ ማስገቢያ"
-#: strings.hrc:126
+#: sd/inc/strings.hrc:126
msgctxt "STR_UNDO_SET_PRESLAYOUT"
msgid "Apply presentation layout"
msgstr "የ ማቅረቢያ እቅድ መፈጸሚያ"
-#: strings.hrc:127
+#: sd/inc/strings.hrc:127
msgctxt "STR_PLAY"
msgid "~Play"
msgstr "~ማጫወቻ"
-#: strings.hrc:128
+#: sd/inc/strings.hrc:128
msgctxt "STR_STOP"
msgid "Sto~p"
msgstr "ማቆሚ~ያ"
-#: strings.hrc:129
+#: sd/inc/strings.hrc:129
msgctxt "STR_UNDO_ORIGINALSIZE"
msgid "Original Size"
msgstr "ዋነኛው መጠን"
-#: strings.hrc:130
+#: sd/inc/strings.hrc:130
msgctxt "STR_WARN_SCALE_FAIL"
msgid ""
"The specified scale is invalid.\n"
@@ -773,339 +773,344 @@ msgstr ""
"ያስገቡት መጠን ዋጋ የሌለው ነው \n"
"አዲስ መጠን ማስገባት ይፈልጋሉ?"
-#: strings.hrc:131
+#: sd/inc/strings.hrc:131
msgctxt "STR_CLICK_ACTION_NONE"
msgid "No action"
msgstr "ምንም ተግባር የለም"
-#: strings.hrc:132
+#: sd/inc/strings.hrc:132
msgctxt "STR_CLICK_ACTION_PREVPAGE"
msgid "Go to previous slide"
msgstr "ቀደም ወዳለው ተንሸራታች መሄጃ"
-#: strings.hrc:133
+#: sd/inc/strings.hrc:133
msgctxt "STR_CLICK_ACTION_NEXTPAGE"
msgid "Go to next slide"
msgstr "ወደሚቀጥለው ተንሸራታች መሄጃ"
-#: strings.hrc:134
+#: sd/inc/strings.hrc:134
msgctxt "STR_CLICK_ACTION_FIRSTPAGE"
msgid "Go to first slide"
msgstr "ወደ መጀመሪያው ተንሸራታች መሄጃ"
-#: strings.hrc:135
+#: sd/inc/strings.hrc:135
msgctxt "STR_CLICK_ACTION_LASTPAGE"
msgid "Go to last slide"
msgstr "ወደ መጨረሻው ተንሸራታች መሄጃ"
-#: strings.hrc:136
+#: sd/inc/strings.hrc:136
msgctxt "STR_CLICK_ACTION_BOOKMARK"
msgid "Go to page or object"
msgstr "ወደ ገጽ ወይም እቃው ጋ መሄጃ"
-#: strings.hrc:137
+#: sd/inc/strings.hrc:137
msgctxt "STR_CLICK_ACTION_DOCUMENT"
msgid "Go to document"
msgstr "ወደ ሰነዱ ጋ መሄጃ"
-#: strings.hrc:138
+#: sd/inc/strings.hrc:138
msgctxt "STR_CLICK_ACTION_SOUND"
msgid "Play audio"
msgstr "ድምፅ ማጫወቻ"
-#: strings.hrc:139
+#: sd/inc/strings.hrc:139
msgctxt "STR_CLICK_ACTION_VERB"
msgid "Start object action"
msgstr "የእቃ ተግባር ማስጀመሪያ"
-#: strings.hrc:140
+#: sd/inc/strings.hrc:140
msgctxt "STR_CLICK_ACTION_PROGRAM"
msgid "Run program"
msgstr "ፕሮግራም ማስኬጃ"
-#: strings.hrc:141
+#: sd/inc/strings.hrc:141
msgctxt "STR_CLICK_ACTION_MACRO"
msgid "Run macro"
msgstr "macro ማስኬጃ"
-#: strings.hrc:142
+#: sd/inc/strings.hrc:142
msgctxt "STR_CLICK_ACTION_STOPPRESENTATION"
msgid "Exit presentation"
msgstr "ከ ማቅረቢያው መውጫ"
-#: strings.hrc:143
+#: sd/inc/strings.hrc:143
msgctxt "STR_EFFECTDLG_JUMP"
msgid "Target"
msgstr "ኢላማው"
-#: strings.hrc:144
+#: sd/inc/strings.hrc:144
msgctxt "STR_EFFECTDLG_ACTION"
msgid "Act~ion"
msgstr "ተግ~ባር"
-#: strings.hrc:145
+#: sd/inc/strings.hrc:145
msgctxt "STR_EFFECTDLG_SOUND"
msgid "Audio"
msgstr "ድምፅ"
-#: strings.hrc:146
+#: sd/inc/strings.hrc:146
msgctxt "STR_EFFECTDLG_PAGE_OBJECT"
msgid "Slide / Object"
msgstr "ተንሸራታች / እቃ"
-#: strings.hrc:147
+#: sd/inc/strings.hrc:147
msgctxt "STR_EFFECTDLG_DOCUMENT"
msgid "Document"
msgstr "ሰነድ"
-#: strings.hrc:148
+#: sd/inc/strings.hrc:148
msgctxt "STR_EFFECTDLG_PROGRAM"
msgid "Program"
msgstr "ፕሮግራም"
-#: strings.hrc:149
+#: sd/inc/strings.hrc:149
msgctxt "STR_EFFECTDLG_MACRO"
msgid "Macro"
msgstr "Macro"
#. Strings for animation effects
-#: strings.hrc:151
+#: sd/inc/strings.hrc:151
msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "ጽሁፍ ማስገቢያ"
-#: strings.hrc:152
+#: sd/inc/strings.hrc:152
msgctxt "STR_SLIDE_SINGULAR"
msgid " Slide"
msgstr " ተንሸራታች"
-#: strings.hrc:153
+#: sd/inc/strings.hrc:153
msgctxt "STR_SLIDE_PLURAL"
msgid " Slides"
msgstr " ተንሸራታቾች"
-#: strings.hrc:154
+#: sd/inc/strings.hrc:154
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Slide Design"
msgstr "የ ተንሸራታች ንድፍ መጫኛ"
-#: strings.hrc:155
+#: sd/inc/strings.hrc:155
msgctxt "STR_DRAGTYPE_URL"
msgid "Insert as Hyperlink"
msgstr "እንደ hyperlink ማስገቢያ"
-#: strings.hrc:156
+#: sd/inc/strings.hrc:156
msgctxt "STR_DRAGTYPE_EMBEDDED"
msgid "Insert as Copy"
msgstr "እንደ ኮፒ ማስገቢያ"
-#: strings.hrc:157
+#: sd/inc/strings.hrc:157
msgctxt "STR_DRAGTYPE_LINK"
msgid "Insert as Link"
msgstr "እንደ አገናኝ ማስገቢያ"
-#: strings.hrc:158
+#: sd/inc/strings.hrc:158
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "ብልጥ"
-#: strings.hrc:159
+#: sd/inc/strings.hrc:159
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "በ ግራ"
-#: strings.hrc:160
+#: sd/inc/strings.hrc:160
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "በ ቀኝ"
-#: strings.hrc:161
+#: sd/inc/strings.hrc:161
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "ከ ላይ"
-#: strings.hrc:162
+#: sd/inc/strings.hrc:162
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "ከ ታች"
-#: strings.hrc:163
+#: sd/inc/strings.hrc:163
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "ከ ላይ በ ግራ በኩል?"
-#: strings.hrc:164
+#: sd/inc/strings.hrc:164
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "ከ ታች በ ግራ በኩል?"
-#: strings.hrc:165
+#: sd/inc/strings.hrc:165
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "ከ ላይ በ ቀኝ በኩል?"
-#: strings.hrc:166
+#: sd/inc/strings.hrc:166
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "ከ ታች በ ቀኝ በኩል?"
-#: strings.hrc:167
+#: sd/inc/strings.hrc:167
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "በ አግድም"
-#: strings.hrc:168
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "በ ቁመት"
-#: strings.hrc:169
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "ሁሉንም?"
-#: strings.hrc:170
+#: sd/inc/strings.hrc:170
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "ይህን ተግባር በ live ዘዴ ማስኬድ አይቻልም"
-#: strings.hrc:171
+#: sd/inc/strings.hrc:171
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "ወደ ኋላ"
-#: strings.hrc:172
+#: sd/inc/strings.hrc:172
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "ይቀጥሉ"
-#: strings.hrc:173
+#: sd/inc/strings.hrc:173
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "ባጠቃላይ"
-#: strings.hrc:174
+#: sd/inc/strings.hrc:174
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "ቀለም መቀየሪያ"
-#: strings.hrc:175
+#: sd/inc/strings.hrc:175
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "መስቀልኛ-ማፍዘዣ"
-#: strings.hrc:176
-msgctxt "STR_UNDO_COLORRESOLUTION"
-msgid "Color resolution"
-msgstr "የ ቀለም ሪዞሊሽን"
-
-#: strings.hrc:177
+#: sd/inc/strings.hrc:176
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "ተንሸራታች ማስፊያ"
-#: strings.hrc:178
+#: sd/inc/strings.hrc:177
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "የ ተንሸራታች የ ሰንጠረዥ ይዞታዎች"
-#: strings.hrc:179
+#: sd/inc/strings.hrc:178
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "ምንም የ SANE ምንጭ ዝግጁ የሆነ አልተገኘም"
-#: strings.hrc:180
+#: sd/inc/strings.hrc:179
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "ለጊዜው ምንም የ TWAIN ምንጭ ዝግጁ የሆነ አልተገኘም"
-#: strings.hrc:181
+#: sd/inc/strings.hrc:180
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "የተወሰነ"
-#: strings.hrc:182
+#: sd/inc/strings.hrc:181
msgctxt "STR_VAR"
msgid "Variable"
msgstr "ተለዋዋጭ"
-#: strings.hrc:183
+#: sd/inc/strings.hrc:182
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "መደበኛ"
-#: strings.hrc:184
+#: sd/inc/strings.hrc:183
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "መደበኛ (አጭር)"
-#: strings.hrc:185
+#: sd/inc/strings.hrc:184
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "መደበኛ (ረጅም)"
-#: strings.hrc:186
+#: sd/inc/strings.hrc:185
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "የ ፋይል ስም"
-#: strings.hrc:187
+#: sd/inc/strings.hrc:186
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "መንገድ/የ ፋይል ስም"
-#: strings.hrc:188
+#: sd/inc/strings.hrc:187
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "መንገድ"
-#: strings.hrc:189
+#: sd/inc/strings.hrc:188
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "የ ፋይሉ ስም ያለ ተጨማሪ"
-#: strings.hrc:190
+#: sd/inc/strings.hrc:189
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "አዲስ ተንሸራታች ማሳያ ማስተካከያ"
-#: strings.hrc:191
+#: sd/inc/strings.hrc:190
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "ኮፒ "
-#: strings.hrc:192
+#: sd/inc/strings.hrc:191
msgctxt "STR_IMPRESS_DOCUMENT"
msgid "Presentation"
msgstr "ማቅረቢያ"
-#: strings.hrc:193
+#: sd/inc/strings.hrc:192
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
-msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ማቅረቢያ"
+msgid "%PRODUCTNAME Presentation format (Impress 6)"
+msgstr ""
-#: strings.hrc:194
+#: sd/inc/strings.hrc:193
msgctxt "STR_GRAPHIC_DOCUMENT"
msgid "Drawing"
msgstr "መሳያ"
-#: strings.hrc:195
+#: sd/inc/strings.hrc:194
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
-msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
-msgstr "%PRODUCTNAME %PRODUCTVERSION መሳያ"
+msgid "%PRODUCTNAME Drawing format (Draw 6)"
+msgstr ""
-#: strings.hrc:196
+#: sd/inc/strings.hrc:195
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "መለያያ Metafile(s)..."
-#: strings.hrc:197
+#: sd/inc/strings.hrc:196
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "ሁሉንም የ መሳያ እቃዎች መለያየት አልተቻለም"
+#: sd/inc/strings.hrc:197
+msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
+msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
+msgstr ""
+
+#: sd/inc/strings.hrc:198
+msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
+msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
+msgstr ""
+
#. HtmlExport
-#: strings.hrc:199
+#: sd/inc/strings.hrc:201
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1114,132 +1119,132 @@ msgstr ""
"በዚህ ስም ቀደም ሲል ንድፍ ነበር \n"
"መቀየር ይፈልጋሉ?"
-#: strings.hrc:200
+#: sd/inc/strings.hrc:202
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:201
+#: sd/inc/strings.hrc:203
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlink"
-#: strings.hrc:202
+#: sd/inc/strings.hrc:204
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "የተጎበኙ አገናኞች"
-#: strings.hrc:203
+#: sd/inc/strings.hrc:205
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "ንቁ አገናኞች"
-#: strings.hrc:204
+#: sd/inc/strings.hrc:206
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "ማስታወሻዎች"
-#: strings.hrc:205
+#: sd/inc/strings.hrc:207
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "የ ሰንጠረዥ ማውጫዎች"
-#: strings.hrc:206
+#: sd/inc/strings.hrc:208
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "ለማስጀመር እዚህ ይጫኑ"
-#: strings.hrc:207
+#: sd/inc/strings.hrc:209
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "ደራሲው"
-#: strings.hrc:208
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLEXP_EMAIL"
msgid "E-mail"
msgstr "ኢ-ሜይል"
-#: strings.hrc:209
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "የ ገጽ ቤት"
-#: strings.hrc:210
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
-msgstr "በበለጠ ለመረዳት"
+msgstr "በ በለጠ ለመረዳት"
-#: strings.hrc:211
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "ማቅረቢያውን ማውረጃ"
-#: strings.hrc:212
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "የእርስዎ መቃኛ ተንሳፋፊ ክፈፎችን አይደግፍም"
-#: strings.hrc:213
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "መጀመሪያ ገጽ"
-#: strings.hrc:214
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "የ መጨረሻው ገጽ"
-#: strings.hrc:215
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:216
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "ምስል"
-#: strings.hrc:217
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "ከይዞታዎች ጋር"
-#: strings.hrc:218
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "ያለ ይዞታዎች"
-#: strings.hrc:219
+#: sd/inc/strings.hrc:221
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "ለተሰጠው ገጽ"
-#: strings.hrc:220
+#: sd/inc/strings.hrc:222
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "bitmap ወደ ፖሊጎን መቀየሪያ"
-#: strings.hrc:221
+#: sd/inc/strings.hrc:223
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "ይጫኑ ከ ማቅረቢያው ለመውጣት..."
-#: strings.hrc:222
+#: sd/inc/strings.hrc:224
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "ማቆሚያ..."
-#: strings.hrc:223
+#: sd/inc/strings.hrc:225
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3ዲ የምወዳቸው መፈጸሚያ"
-#: strings.hrc:224
+#: sd/inc/strings.hrc:226
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "የ ምስል ማጣሪያ"
-#: strings.hrc:225
+#: sd/inc/strings.hrc:227
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1248,4938 +1253,4965 @@ msgstr ""
"ይህ ፋይል %\n"
"ዋጋ ያለው የድምፅ ፋይል አይደለም!"
-#: strings.hrc:226
+#: sd/inc/strings.hrc:228
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "ወደ metafile መቀየሪያ"
-#: strings.hrc:227
+#: sd/inc/strings.hrc:229
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "ወደ bitmap መቀየሪያ"
-#: strings.hrc:228
+#: sd/inc/strings.hrc:230
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "ፋይሉን መፍጠር አልተቻለም $(URL1)."
-#: strings.hrc:229
+#: sd/inc/strings.hrc:231
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "ፋይሉን መክፈት አልተቻለም $(URL1)."
-#: strings.hrc:230
+#: sd/inc/strings.hrc:232
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "ይህን ፋይል $(URL1) ኮፒ ማድረግ አልተቻለም ወደ $(URL2)"
-#: strings.hrc:231
+#: sd/inc/strings.hrc:233
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list and double-click for dialog."
msgstr "ዋናው የ ተንሸራታች ስም: በ ቀኝ-ይጫኑ ለ ዝርዝር እና ሁለት ጊዜ-ይጫኑ ለ ንግግር"
-#: strings.hrc:232
+#: sd/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "ተንሸራታቹን እንደገና መሰየሚያ"
-#: strings.hrc:233
+#: sd/inc/strings.hrc:235
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:234
+#: sd/inc/strings.hrc:236
msgctxt "STR_TITLE_RENAMEMASTER"
msgid "Rename Master Slide"
msgstr "ዋናውን ተንሸራታች እንደገና መሰየሚያ"
-#: strings.hrc:235
+#: sd/inc/strings.hrc:237
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "የ አርእስት ቦታ ራሱ በራሱ ማርቀቂያ"
-#: strings.hrc:236
+#: sd/inc/strings.hrc:238
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "የ እቃ ቦታ ራሱ በራሱ ማርቀቂያ"
-#: strings.hrc:237
+#: sd/inc/strings.hrc:239
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "የ ግርጌ ቦታ"
-#: strings.hrc:238
+#: sd/inc/strings.hrc:240
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "የ ራስጌ ቦታ"
-#: strings.hrc:239
+#: sd/inc/strings.hrc:241
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "የቀን ቦታ"
-#: strings.hrc:240
+#: sd/inc/strings.hrc:242
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "የ ተንሸራታች ቁጥር ቦታ"
-#: strings.hrc:241
+#: sd/inc/strings.hrc:243
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "የ ገጽ ቁጥር ቦታ"
-#: strings.hrc:242
+#: sd/inc/strings.hrc:244
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<ራስጌ>"
-#: strings.hrc:243
+#: sd/inc/strings.hrc:245
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<ግርጌ>"
-#: strings.hrc:244
+#: sd/inc/strings.hrc:246
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<ቀን / ሰአት>"
-#: strings.hrc:245
+#: sd/inc/strings.hrc:247
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<ቁጥር>"
-#: strings.hrc:246
+#: sd/inc/strings.hrc:248
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<መቁጠሪያ>"
-#: strings.hrc:247
+#: sd/inc/strings.hrc:249
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<የ ተንሸራታች-ስም>"
-#: strings.hrc:248
+#: sd/inc/strings.hrc:250
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<የ ገጽ-ስም>"
-#: strings.hrc:249
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "የማስታወሻዎች ቦታ"
-#: strings.hrc:250
+#: sd/inc/strings.hrc:252
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "ሀንጉል/ሀንጃ መቀየሪያ"
-#: strings.hrc:251
+#: sd/inc/strings.hrc:253
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "ተንሸራታቾች"
-#: strings.hrc:252
+#: sd/inc/strings.hrc:254
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "ገጾች"
-#: strings.hrc:253
+#: sd/inc/strings.hrc:255
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "ቅድመ እይታ የለም"
-#: strings.hrc:254
+#: sd/inc/strings.hrc:256
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "ቅድመ እይታ በማዘጋጀት ላይ"
-#: strings.hrc:255
+#: sd/inc/strings.hrc:257
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "እቅዶች"
-#: strings.hrc:256
+#: sd/inc/strings.hrc:258
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "የ መሳያ ዘዴዎች"
-#: strings.hrc:257
+#: sd/inc/strings.hrc:259
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "የ ማቅረቢያ ዘዴዎች"
-#: strings.hrc:258
+#: sd/inc/strings.hrc:260
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "የ ክፍል ዘዴዎች"
-#: strings.hrc:259
+#: sd/inc/strings.hrc:261
msgctxt "STR_NAVIGATOR_SHOW_NAMED_SHAPES"
msgid "Named shapes"
msgstr "የተሰየሙ ቅርጾች"
-#: strings.hrc:260
+#: sd/inc/strings.hrc:262
msgctxt "STR_NAVIGATOR_SHOW_ALL_SHAPES"
msgid "All shapes"
msgstr "ሁሉንም ቅርጾች"
-#: strings.hrc:261
+#: sd/inc/strings.hrc:263
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "ቅርጽ %1"
-#: strings.hrc:262
+#: sd/inc/strings.hrc:264
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image for Slide ..."
msgstr "ለ ተንሸራታቹ የ መደብ ስእል ማሰናጃ..."
-#: strings.hrc:263
+#: sd/inc/strings.hrc:265
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "አስተያየቶች"
-#: strings.hrc:264
+#: sd/inc/strings.hrc:266
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "የ ተንሸራታች ረቂቅ እንደነበረ መመለሻ"
-#: strings.hrc:265
+#: sd/inc/strings.hrc:267
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ሰንጠረዥ ማስገቢያ"
-#: strings.hrc:266
+#: sd/inc/strings.hrc:268
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "ቻርት ማስገቢያ"
-#: strings.hrc:267
+#: sd/inc/strings.hrc:269
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ምስል ማስገቢያ"
-#: strings.hrc:268
+#: sd/inc/strings.hrc:270
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "ድምፅ ወይንም ቪዲዮ ማስገቢያ"
-#: strings.hrc:269
+#: sd/inc/strings.hrc:271
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "ገጾች መጎተቻ እና መጣያ"
-#: strings.hrc:270
+#: sd/inc/strings.hrc:272
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "መጎተቻ እና መጣያ ተንሸራታቾች"
-#: strings.hrc:271
+#: sd/inc/strings.hrc:273
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "እባክዎን ምስሎች ወደ አልበሙ ውስጥ ይጨምሩ"
-#: strings.hrc:272
+#: sd/inc/strings.hrc:274
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "የ ጽሁፍ ተንሸራታች"
-#: strings.hrc:273
-msgctxt "STR_INSERT_3D_MODEL_TITLE"
-msgid "Insert 3D Model"
-msgstr "3ዲ ዘዴ ማስገቢያ"
-
-#: strings.hrc:274
-msgctxt "STR_INSERT_3D_MODEL_ALL_SUPPORTED_FORMATS"
-msgid "All supported formats"
-msgstr "ሁሉም የ ተደገፉ አቀራረቦች"
-
-#: strings.hrc:275
+#: sd/inc/strings.hrc:275
msgctxt "STR_OBJECTS_TREE"
msgid "Page Tree"
msgstr "የ ገጽ ዛፍ"
-#: strings.hrc:276
+#: sd/inc/strings.hrc:276
#, c-format
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "የ አካባቢ ኢላማ ዳይሬክቶሪ '%FILENAME' ባዶ አይደለም: አንዳንድ ፋይሎች ላይ ተደርቦ ተጽፏል: መቀጠል ይፈልጋሉ?"
-#: strings.hrc:278
+#: sd/inc/strings.hrc:278
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "መደብ"
-#: strings.hrc:279
+#: sd/inc/strings.hrc:279
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "የ መደቡ እቃዎች"
-#: strings.hrc:280
+#: sd/inc/strings.hrc:280
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "ረቂቅ"
-#: strings.hrc:281
+#: sd/inc/strings.hrc:281
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "መቆጣጠሪያዎች"
-#: strings.hrc:282
+#: sd/inc/strings.hrc:282
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "የ ወርድ ፡ ስፋት ፡ ቁመት መስመሮች"
-#: strings.hrc:283
+#: sd/inc/strings.hrc:283
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "ተንሸራታች"
-#: strings.hrc:284
+#: sd/inc/strings.hrc:284
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "ገጽ"
-#: strings.hrc:285
+#: sd/inc/strings.hrc:285
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "ተንሸራታች"
-#: strings.hrc:286
+#: sd/inc/strings.hrc:286
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "ዋናው ተንሸራታች"
-#: strings.hrc:287
+#: sd/inc/strings.hrc:287
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "ዋናው ተንሸራታች:"
-#: strings.hrc:288
+#: sd/inc/strings.hrc:288
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "ዋናው ገጽ"
-#: strings.hrc:289
+#: sd/inc/strings.hrc:289
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "ዋናው ገጽ:"
-#: strings.hrc:290
+#: sd/inc/strings.hrc:290
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(ማስታወሻዎች)"
-#: strings.hrc:291
+#: sd/inc/strings.hrc:291
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "ምፅዋት"
-#: strings.hrc:292
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
-msgstr "የአርእስት ጽሁፍ አቀራረብ ለማረም ይጫኑ"
+msgstr "የ አርእስት ጽሁፍ አቀራረብ ለ ማረም ይጫኑ"
-#: strings.hrc:293
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
-msgstr "የአርእስት ጽሁፍ ረቂቅ አቀራረብ ለማረም ይጫኑ"
+msgstr "የ አርእስት ጽሁፍ ረቂቅ አቀራረብ ለ ማረም ይጫኑ"
-#: strings.hrc:294
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "ሁለተኛ የረቂቅ ደረጃ"
-#: strings.hrc:295
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "ሶስተኛ የረቂቅ ደረጃ"
-#: strings.hrc:296
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "አራተኛ የረቂቅ ደረጃ"
-#: strings.hrc:297
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "አምስተኛ የረቂቅ ደረጃ"
-#: strings.hrc:298
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ስድስተኛ የረቂቅ ደረጃ"
-#: strings.hrc:299
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "ሰባተኛ የረቂቅ ደረጃ"
-#: strings.hrc:300
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "ተንሸራቱቹን ለማንቀሳቀስ ይጫኑ"
-#: strings.hrc:301
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
-msgstr "የማስታወሻ አቀራረብ ለማረም ይጫኑ"
+msgstr "የ ማስታወሻ አቀራረብ ለ ማረም ይጫኑ"
-#: strings.hrc:302
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "አርእስት ለ መጨመር ይጫኑ"
-#: strings.hrc:303
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "ጽሁፍ ለ መጨመር ይጫኑ"
-#: strings.hrc:304
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "ጽሁፍ ለ መጨመር ይጫኑ"
-#: strings.hrc:305
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "ማስታወሻዎች ለመጨመር ይጫኑ"
-#: strings.hrc:306
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "ሁለት-ጊዜ ይጫኑ ምስል ለመጨመር"
-#: strings.hrc:307
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "ሁለት-ጊዜ ይጫኑ እቃ ለመጨመር"
-#: strings.hrc:308
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "ሁለት-ጊዜ ይጫኑ ቻርት ለ መጨመር"
-#: strings.hrc:309
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "ሁለት-ጊዜ ይጫኑ የ ድርጅት ቻርት ለ መጨመር"
-#: strings.hrc:310
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "ሁለት-ጊዜ ይጫኑ ሰንጠረዥ ለመጨመር"
-#: strings.hrc:311
+#: sd/inc/strings.hrc:311
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "ነባር"
-#: strings.hrc:312
+#: sd/inc/strings.hrc:312
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:313
+#: sd/inc/strings.hrc:313
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default"
msgstr "ነባር"
-#: strings.hrc:314
+#: sd/inc/strings.hrc:314
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "ተንሸራታቾችን ማንቀሳቀሻ"
-#: strings.hrc:315
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Dimension Line"
msgstr "የ ወርድ ፡ ስፋት ፡ ቁመት መስመር"
-#: strings.hrc:316
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "መሙያ እና መስመር የሌለው እቃ"
-#: strings.hrc:317
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_OBJWITHARROW"
msgid "Object with arrow"
msgstr "እቃዎች ከ ቀስት ጋር"
-#: strings.hrc:318
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_OBJWITHSHADOW"
msgid "Object with shadow"
msgstr "እቃዎች ከጥላ ጋር"
-#: strings.hrc:319
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "መሙያ የሌላቸው እቃዎች"
-#: strings.hrc:320
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:321
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_TEXTBODY"
msgid "Text body"
msgstr "የ ጽሁፍ አካል"
-#: strings.hrc:322
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_TEXTBODY_JUSTIFY"
msgid "Text body justified"
msgstr "የ ጽሁፍ አካል እኩል ማካፈያ"
-#: strings.hrc:323
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_TEXTBODY_INDENT"
msgid "First line indent"
msgstr "የ መጀመሪያ መስመር ማስረጊያ"
-#: strings.hrc:324
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_TITLE"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:325
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_TITLE1"
msgid "Title1"
msgstr "አርእስት1"
-#: strings.hrc:326
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_TITLE2"
msgid "Title2"
msgstr "አርእስት2"
-#: strings.hrc:327
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_HEADLINE"
msgid "Heading"
msgstr "ራስጌ"
-#: strings.hrc:328
+#: sd/inc/strings.hrc:328
msgctxt "STR_POOLSHEET_HEADLINE1"
msgid "Heading1"
msgstr "ራስጌ1"
-#: strings.hrc:329
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_HEADLINE2"
msgid "Heading2"
msgstr "ራስጌ2"
-#: strings.hrc:330
+#: sd/inc/strings.hrc:330
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:331
+#: sd/inc/strings.hrc:331
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
-#: strings.hrc:332
+#: sd/inc/strings.hrc:332
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "ረቂቅ"
-#: strings.hrc:333
+#: sd/inc/strings.hrc:333
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "የ መደቡ እቃዎች"
-#: strings.hrc:334
+#: sd/inc/strings.hrc:334
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "መደብ"
-#: strings.hrc:335
+#: sd/inc/strings.hrc:335
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "ማስታወሻዎች"
-#: strings.hrc:336
+#: sd/inc/strings.hrc:336
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint Import"
-#: strings.hrc:337
+#: sd/inc/strings.hrc:337
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ሰነድ ማስቀመጫ"
-#: strings.hrc:338
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_BANDED_CELL"
msgid "Banding cell"
msgstr "ክፍል ማጣመሪያ"
-#: strings.hrc:339
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_HEADER"
msgid "Header"
msgstr "ራስጌ"
-#: strings.hrc:340
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_TOTAL"
msgid "Total line"
msgstr "ጠቅላላ መስመር"
-#: strings.hrc:341
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_FIRST_COLUMN"
msgid "First column"
msgstr "የመጀመሪያው አምድ"
-#: strings.hrc:342
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_LAST_COLUMN"
msgid "Last column"
msgstr "የ መጨረሻው አምድ"
-#: strings.hrc:343
+#: sd/inc/strings.hrc:343
msgctxt "STR_ENTER_PIN"
msgid "Enter PIN:"
msgstr "የመግቢያ ቃል ያስገቡ:"
-#: strings.hrc:344
+#: sd/inc/strings.hrc:344
msgctxt "STR_DEAUTHORISE_CLIENT"
msgid "Remove client authorisation"
msgstr "የ ደንበኛ ፍቃድ ማስወገጃ"
-#: strings.hrc:345
+#: sd/inc/strings.hrc:345
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "የ ፊደል መጠን ማሳነሻ"
-#: strings.hrc:346
+#: sd/inc/strings.hrc:346
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "የ ፊደል መጠን ማሳደጊያ"
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: strings.hrc:351
+#: sd/inc/strings.hrc:351
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "መሳያ መመልከቻ"
-#: strings.hrc:352
+#: sd/inc/strings.hrc:352
msgctxt "SID_SD_A11Y_D_DRAWVIEW_D"
msgid "This is where you create and edit drawings."
msgstr "እዚህ ነው ስእል መፍጠር እና ማረም የሚችሉት"
-#: strings.hrc:353
+#: sd/inc/strings.hrc:353
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "መሳያ መመልከቻ"
-#: strings.hrc:354
+#: sd/inc/strings.hrc:354
msgctxt "SID_SD_A11Y_I_DRAWVIEW_D"
msgid "This is where you create and edit slides."
msgstr "እዚህ ነው ተንሸራታቾች መፍጠር እና ማረም የሚችሉት"
-#: strings.hrc:355
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "ረቂቅ መመልከቻ"
-#: strings.hrc:356
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_D"
msgid "This is where you enter or edit text in list form."
-msgstr "እዚህ ነው የሚያስገቡት ወይም ከዝርዝር ፎርም ውስጥ ጽሁፍ የሚያርሙት"
+msgstr "እዚህ ነው የሚያስገቡት ወይም በ ዝርዝር ፎርም ውስጥ ጽሁፍ የሚያርሙት"
-#: strings.hrc:357
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "ተንሸራታች መመልከቻ"
-#: strings.hrc:358
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "ተንሸራታቾችን የሚለዩት እዚህ ነው"
-#: strings.hrc:359
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "ማስታወሻ መመልከቻ"
-#: strings.hrc:360
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_D"
msgid "This is where you enter and view notes."
msgstr "እዚህ ነው ማስታወሻ ማስገባት እና መመልከት የሚችሉት"
-#: strings.hrc:361
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "ምፅዋት መመልከቻ"
-#: strings.hrc:362
+#: sd/inc/strings.hrc:362
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_D"
msgid "This is where you decide on the layout for handouts."
msgstr "እዚህ ነው ለ እቅድ ረቀቅ የሚወስኑት"
-#: strings.hrc:363
+#: sd/inc/strings.hrc:363
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "የ ማቅረቢያ አርእስት"
-#: strings.hrc:364
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "የ ማቅረቢያ ንድፍ"
-#: strings.hrc:365
+#: sd/inc/strings.hrc:365
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "የ ማቅረቢያ ንዑስ አርእስት"
-#: strings.hrc:366
+#: sd/inc/strings.hrc:366
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "የ ማቅረቢያ ገጽ"
-#: strings.hrc:367
+#: sd/inc/strings.hrc:367
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "የ ማቅረቢያ ማስታወሻዎች"
-#: strings.hrc:368
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "በ እጅ የሚሰጥ"
-#: strings.hrc:369
+#: sd/inc/strings.hrc:369
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "ያልታወቀ ሊደረስበት የሚችል የማቅረቢያ ቅርጽ"
-#: strings.hrc:370
+#: sd/inc/strings.hrc:370
msgctxt "SID_SD_A11Y_P_TITLE_D"
msgid "PresentationTitleShape"
msgstr "የ ማቅረቢያ አርእስት ቅርጽ"
-#: strings.hrc:371
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_OUTLINER_D"
msgid "PresentationOutlinerShape"
msgstr "የ ማቅረቢያ እቅድ ቅርጽ"
-#: strings.hrc:372
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_SUBTITLE_D"
msgid "PresentationSubtitleShape"
msgstr "የ ማቅረቢያ ንዑስ አርእስት ቅርጽ"
-#: strings.hrc:373
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_P_PAGE_D"
msgid "PresentationPageShape"
msgstr "የ ማቅረቢያ ገጽ ቅርጽ"
-#: strings.hrc:374
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_NOTES_D"
msgid "PresentationNotesShape"
msgstr "የ ማቅረቢያ ማስታወሻዎች ቅርጽ"
-#: strings.hrc:375
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_P_HANDOUT_D"
msgid "PresentationHandoutShape"
msgstr "የ ማቅረቢያ በ እጅ የሚሰጥ ቅርጽ"
-#: strings.hrc:376
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_UNKNOWN_D"
msgid "Unknown accessible presentation shape"
msgstr "ያልታወቀ ሊደረስበት የሚችል የማቅረቢያ ቅርጽ"
-#: strings.hrc:377
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "የ ማቅረቢያ ግርጌ"
-#: strings.hrc:378
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_FOOTER_D"
msgid "PresentationFooterShape"
msgstr "የ ማቅረቢያ ግርጌ ቅርጽ"
-#: strings.hrc:379
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "የ ማቅረቢያ ራስጌ"
-#: strings.hrc:380
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_HEADER_D"
msgid "PresentationHeaderShape"
msgstr "የ ማቅረቢያ አርእስት ቅርጽ"
-#: strings.hrc:381
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "የ ማቅረቢያ ቀን እና ሰአት"
-#: strings.hrc:382
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_DATE_D"
msgid "PresentationDateAndTimeShape"
msgstr "የ ማቅረቢያ ቀን እና ሰአት ቅርጽ"
-#: strings.hrc:383
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "የ ማቅረቢያ ገጽ ቁጥር"
-#: strings.hrc:384
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_D"
msgid "PresentationPageNumberShape"
msgstr "የ ማቅረቢያ ገጽ ቁጥር ቅርጽ"
-#: strings.hrc:385
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME ማቅረቢያ"
-#: strings.hrc:386
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:387
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "ንድፍ"
-#: strings.hrc:388
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
-#: strings.hrc:389
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "ገጽ"
-#: strings.hrc:390
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "ማስታወሻዎች"
-#: strings.hrc:391
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "በ እጅ የሚሰጥ"
-#: strings.hrc:392
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "ያልታወቀ ሊደረስበት የሚችል የማቅረቢያ ቅርጽ"
-#: strings.hrc:393
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ግርጌ"
-#: strings.hrc:394
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "ራስጌ"
-#: strings.hrc:395
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "ቀን"
-#: strings.hrc:396
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "ቁጥር"
-#: strings.hrc:397
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(ለንባብ-ብቻ)"
-#: strings.hrc:399
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ምንም"
-#: strings.hrc:400
+#: sd/inc/strings.hrc:400
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "የሚቀጥለውን እስክጫን"
-#: strings.hrc:401
+#: sd/inc/strings.hrc:401
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "ተንሸራታቹ እስከሚያልቅ"
-#: strings.hrc:402
+#: sd/inc/strings.hrc:402
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "አቅጣጫ:"
-#: strings.hrc:403
+#: sd/inc/strings.hrc:403
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "ማሳያ:"
-#: strings.hrc:404
+#: sd/inc/strings.hrc:404
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "ሽቦዎች:"
-#: strings.hrc:405
+#: sd/inc/strings.hrc:405
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "የ መጀመሪያ ቀለም:"
-#: strings.hrc:406
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "ሁለተኛ ቀለም:"
-#: strings.hrc:407
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "ቀለም መሙያ"
-#: strings.hrc:408
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "ዘዴ:"
-#: strings.hrc:409
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ፊደል:"
-#: strings.hrc:410
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "የ ፈደል ቀለም:"
-#: strings.hrc:411
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "ዘዴ:"
-#: strings.hrc:412
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Typeface:"
-#: strings.hrc:413
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "የ መስመር ቀለም:"
-#: strings.hrc:414
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "የ ፊደል መጠን:"
-#: strings.hrc:415
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "መጠን:"
-#: strings.hrc:416
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "ብዛት:"
-#: strings.hrc:417
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ቀለም:"
-#: strings.hrc:418
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ድምጽ የለም)"
-#: strings.hrc:419
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(ቀደም ያለውን ድምጽ ማቆሚያ)"
-#: strings.hrc:420
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "ሌላ ድምጽ..."
-#: strings.hrc:421
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "ናሙና"
-#: strings.hrc:422
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ማስነሻ"
-#: strings.hrc:423
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_LIST_HELPTEXT"
msgid "First select the slide element and then click 'Add...' to add an animation effect."
msgstr "በ መጀመሪያ የ ተንሸራታች አካል ይምረጡ እና ይጫኑ 'መጨመሪያ...' የ እንቅስቃሴ ውጤቶች ለመጨመር"
-#: strings.hrc:424
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "የተጠቃሚ መንገዶች"
-#: strings.hrc:425
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "መግቢያ: %1"
-#: strings.hrc:426
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "ማጋነኛ: %1"
-#: strings.hrc:427
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "መውጫ: %1"
-#: strings.hrc:428
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "የ እንቅስቃሴ መንገድ: %1"
-#: strings.hrc:429
+#: sd/inc/strings.hrc:429
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ምንም"
-#: strings.hrc:431
+#: sd/inc/strings.hrc:431
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "ዛሬ"
-#: strings.hrc:432
+#: sd/inc/strings.hrc:432
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "ትናንትና"
-#: strings.hrc:433
+#: sd/inc/strings.hrc:433
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ደራሲው የለም)"
-#: strings.hrc:434
+#: sd/inc/strings.hrc:434
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ማስደነቂያ ከ ማቅረቢያው መጨረሻ ደርሷል: ከ መጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:435
+#: sd/inc/strings.hrc:435
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ማስደነቂያ ከ መጀመሪያው ማቅረቢያው ጋር ደርሷል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:436
+#: sd/inc/strings.hrc:436
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME መሳያ ከ ሰነዱ መጨረሻ ደርሷል: ከ መጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:437
+#: sd/inc/strings.hrc:437
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME መሳያ ከሰነዱ መጀመሪያ ጋር ደርሷል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:438
+#: sd/inc/strings.hrc:438
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "አስተያየት ማስገቢያ"
-#: strings.hrc:439
+#: sd/inc/strings.hrc:439
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "አስተያየት(ቶች) ማጥፊያ"
-#: strings.hrc:440
+#: sd/inc/strings.hrc:440
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "አስተያየት ማንቀሳቀሻ"
-#: strings.hrc:441
+#: sd/inc/strings.hrc:441
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "አስተያየት ማረሚያ"
-#: strings.hrc:442
+#: sd/inc/strings.hrc:442
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "መልስ ለ %1"
-#: strings.hrc:444
+#: sd/inc/strings.hrc:444
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "መገናኛ በ ድጋሚ ማጫወቻ"
-#: strings.hrc:445
+#: sd/inc/strings.hrc:445
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:447
+#: sd/inc/strings.hrc:447
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
-#: strings.hrc:448
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_PRINT_GROUP"
msgid "Print"
msgstr "ማተሚያ"
-#: strings.hrc:449
+#: sd/inc/strings.hrc:449
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "ሰነድ"
-#: strings.hrc:450
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page"
msgstr "ተንሸራታች በ ገጽ ውስጥ"
-#: strings.hrc:451
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order"
msgstr "ደንብ"
-#: strings.hrc:452
+#: sd/inc/strings.hrc:452
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~ይዞታዎች"
-#: strings.hrc:453
+#: sd/inc/strings.hrc:453
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "የ ~ተንሸራታች ስም"
-#: strings.hrc:454
+#: sd/inc/strings.hrc:454
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "የ ~ገጽ ስም"
-#: strings.hrc:455
+#: sd/inc/strings.hrc:455
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~ቀን እና ሰአት"
-#: strings.hrc:456
+#: sd/inc/strings.hrc:456
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "የተደበቁ ገጾች"
-#: strings.hrc:457
+#: sd/inc/strings.hrc:457
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ቀለም"
-#: strings.hrc:458
+#: sd/inc/strings.hrc:458
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~መጠን"
-#: strings.hrc:459
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "መግለጫ ጽሁፍ"
-#: strings.hrc:460
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "የ ገጽ ጎኖች"
-#: strings.hrc:461
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "ማካተቻ"
-#: strings.hrc:462
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "የ ወረቀት ትሪ ከ ማተሚያ ምርጫዎች ውስጥ ብቻ ~መጠቀሚያ"
-#: strings.hrc:463
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Print range"
msgstr "የ ህትመት መጠን"
-#: strings.hrc:465
+#: sd/inc/strings.hrc:465
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ማስደነቂያ እስከ መጨረሻው ማስደነቂያ ድረስ ፈልጓል: ከ መጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:466
+#: sd/inc/strings.hrc:466
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ማስደነቂያ እስከ መጀመሪያው ማስደነቂያ ድረስ ፈልጓል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:467
+#: sd/inc/strings.hrc:467
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME መሳያ እስከ መጨረሻው ሰነድ ድረስ ፈልጓል: ከመጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:468
+#: sd/inc/strings.hrc:468
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME መሳያ እስከ መጀመሪያው ሰነድ ድረስ ፈልጓል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:470
+#: sd/inc/strings.hrc:470
msgctxt "STR_SD_NONE"
msgid "- None -"
msgstr "- ምንም -"
-#: annotationmenu.ui:13
+#: sd/inc/strings.hrc:472
+#, c-format
+msgctxt "STR_CTRLCLICKHYPERLINK"
+msgid "%s-click to follow hyperlink: "
+msgstr ""
+
+#: sd/inc/strings.hrc:473
+msgctxt "STR_CLICKHYPERLINK"
+msgid "Click to open hyperlink: "
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "_መመለሻ"
-#: annotationmenu.ui:28
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
msgctxt "annotationmenu|bold"
msgid "_Bold"
msgstr "_ማድመቂያ"
-#: annotationmenu.ui:37
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
msgctxt "annotationmenu|italic"
msgid "_Italic"
msgstr "_ማዝመሚያ"
-#: annotationmenu.ui:46
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
msgctxt "annotationmenu|underline"
msgid "_Underline"
msgstr "ከ _ስሩ ማስመሪያ"
-#: annotationmenu.ui:55
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
msgctxt "annotationmenu|strike"
msgid "_Strikethrough"
msgstr "_በላዩ ላይ መሰረዣ"
-#: annotationmenu.ui:70
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
msgctxt "annotationmenu|copy"
msgid "_Copy"
msgstr "_ኮፒ"
-#: annotationmenu.ui:79
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
msgctxt "annotationmenu|paste"
msgid "_Paste"
msgstr "_መለጠፊያ"
-#: annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "_አስተያየት ማጥፊያ"
-#: annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "ሁሉንም አስተያየቶች ማጥፊያ _በ %1"
-#: annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "_ሁሉንም አስተያየቶች ማጥፊያ"
-#: annotationtagmenu.ui:12
+#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:12
msgctxt "annotationtagmenu|reply"
msgid "_Reply"
msgstr "_መመለሻ"
-#: annotationtagmenu.ui:26
+#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:26
msgctxt "annotationtagmenu|delete"
msgid "_Delete Comment"
msgstr "አስተያየት _ማጥፊያ"
-#: annotationtagmenu.ui:34
+#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:34
msgctxt "annotationtagmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "ሁሉንም አስተያየቶች ማጥፊያ _በ %1"
-#: annotationtagmenu.ui:42
+#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:42
msgctxt "annotationtagmenu|deleteall"
msgid "Delete _All Comments"
msgstr "_ሁሉንም አስተያየቶች ማጥፊያ"
-#: currentmastermenu.ui:12
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:12
msgctxt "currentmastermenu|applyall"
msgid "_Apply to All Slides"
msgstr "ለሁሉም ተንሸራታቾች _መፈጸሚያ"
-#: currentmastermenu.ui:20
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:20
msgctxt "currentmastermenu|applyselect"
msgid "Apply to _Selected Slides"
msgstr "ለ _ተመረጡት ተንሸራታቾች መፈጸሚያ"
-#: currentmastermenu.ui:34
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:34
msgctxt "currentmastermenu|edit"
msgid "_Edit Master..."
msgstr "ዋናውን _ማረሚያ..."
-#: currentmastermenu.ui:42
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:42
msgctxt "currentmastermenu|delete"
msgid "D_elete Master"
msgstr "ዋናውን ማ_ጥፊያ"
-#: currentmastermenu.ui:56
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:56
msgctxt "currentmastermenu|large"
msgid "Show _Large Preview"
msgstr "በ _ትልቅ ቅድመ እይታ ማሳያ"
-#: currentmastermenu.ui:63
+#: sd/uiconfig/simpress/ui/currentmastermenu.ui:63
msgctxt "currentmastermenu|small"
msgid "Show S_mall Preview"
msgstr "በ _ትንሽ ቅድመ እይታ ማሳያ"
-#: customanimationeffecttab.ui:44
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:44
msgctxt "customanimationeffecttab|prop_label1"
msgid "_Direction:"
msgstr "_አቅጣጫ:"
-#: customanimationeffecttab.ui:90
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:90
msgctxt "customanimationeffecttab|smooth_start"
msgid "Accelerated start"
msgstr "ማስኬድ ተጀምሯል"
-#: customanimationeffecttab.ui:104
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:105
msgctxt "customanimationeffecttab|smooth_end"
msgid "Decelerated end"
msgstr "ማስቆም ጨርሷል"
-#: customanimationeffecttab.ui:131
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:133
msgctxt "customanimationeffecttab|label3"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: customanimationeffecttab.ui:169
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:171
msgctxt "customanimationeffecttab|aeffect_label"
msgid "A_fter animation:"
msgstr "ከ እንቅስቃሴው በ_ኋላ:"
-#: customanimationeffecttab.ui:183
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:185
msgctxt "customanimationeffecttab|sound_label"
msgid "_Sound:"
msgstr "_ድምጽ:"
-#: customanimationeffecttab.ui:197
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:199
msgctxt "customanimationeffecttab|text_animation_label"
msgid "_Text animation:"
msgstr "_ጽሁፍ ማንቀሳቀሻ:"
-#: customanimationeffecttab.ui:211
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:213
msgctxt "customanimationeffecttab|dim_color_label"
msgid "Di_m color:"
msgstr "ቀለም ማፍ_ዘዣ:"
-#: customanimationeffecttab.ui:288
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:289
msgctxt "customanimationeffecttab|text_delay_label"
msgid "delay between characters"
msgstr "በ ባህሪዎች መሀከል ማዘግያ"
-#: customanimationeffecttab.ui:307
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:308
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Don't dim"
msgstr "አታደብዝዝ"
-#: customanimationeffecttab.ui:308
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:309
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Dim with color"
msgstr "በቀለም ማደብዘዣ"
-#: customanimationeffecttab.ui:309
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:310
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Hide after animation"
msgstr "ከ እንቅስቃሴው በኋላ መደበቂያ"
-#: customanimationeffecttab.ui:310
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:311
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Hide on next animation"
msgstr "በሚቀጥለው እንቅስቃሴ ላይ መደበቂያ"
-#: customanimationeffecttab.ui:323
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:324
msgctxt "customanimationeffecttab|text_animation_list"
msgid "All at once"
msgstr "ሁሉንም በአንድ ጊዜ"
-#: customanimationeffecttab.ui:324
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:325
msgctxt "customanimationeffecttab|text_animation_list"
msgid "Word by word"
msgstr "ቃል በ ቃል"
-#: customanimationeffecttab.ui:325
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:326
msgctxt "customanimationeffecttab|text_animation_list"
msgid "Letter by letter"
msgstr "ፊደል በ ፊደል"
-#: customanimationeffecttab.ui:344
+#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:345
msgctxt "customanimationeffecttab|label4"
msgid "Enhancement"
msgstr "መጨመሪያ"
-#: customanimationproperties.ui:8
+#: sd/uiconfig/simpress/ui/customanimationproperties.ui:8
msgctxt "customanimationproperties|CustomAnimationProperties"
msgid "Effect Options"
msgstr "የውጤቶች ምርጫ"
-#: customanimationproperties.ui:91
+#: sd/uiconfig/simpress/ui/customanimationproperties.ui:91
msgctxt "customanimationproperties|effect"
msgid "Effect"
msgstr "ውጤት"
-#: customanimationproperties.ui:113
+#: sd/uiconfig/simpress/ui/customanimationproperties.ui:113
msgctxt "customanimationproperties|timing"
msgid "Timing"
msgstr "ሰአት"
-#: customanimationproperties.ui:136
+#: sd/uiconfig/simpress/ui/customanimationproperties.ui:136
msgctxt "customanimationproperties|textanim"
msgid "Text Animation"
msgstr "የጽሁፍ እንቅስቃሴ"
-#: customanimationspanel.ui:91
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:91
msgctxt "customanimationspanel|add_effect|tooltip_text"
msgid "Add Effect"
msgstr "ውጤት መጨመሪያ"
-#: customanimationspanel.ui:106
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:106
msgctxt "customanimationspanel|remove_effect|tooltip_text"
msgid "Remove Effect"
msgstr "ውጤት ማስወገጃ"
-#: customanimationspanel.ui:121
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:121
msgctxt "customanimationspanel|move_up|tooltip_text"
msgid "Move Up"
msgstr "ወደ ላይ ማንቀሳቀሻ"
-#: customanimationspanel.ui:136
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:136
msgctxt "customanimationspanel|move_down|tooltip_text"
msgid "Move Down"
msgstr "ወደ ታች ማንቀሳቀሻ"
-#: customanimationspanel.ui:164
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:164
msgctxt "customanimationspanel|categorylabel"
msgid "Category:"
msgstr "ምድብ:"
-#: customanimationspanel.ui:178
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:178
msgctxt "customanimationspanel|effectlabel"
msgid "Effect:"
msgstr "ተጽዕኖው:"
-#: customanimationspanel.ui:193
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:193
msgctxt "customanimationspanel|categorylb"
msgid "Entrance"
msgstr "መግቢያ"
-#: customanimationspanel.ui:194
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:194
msgctxt "customanimationspanel|categorylb"
msgid "Emphasis"
msgstr "ማጋነኛ"
-#: customanimationspanel.ui:195
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:195
msgctxt "customanimationspanel|categorylb"
msgid "Exit"
msgstr "መውጫ"
-#: customanimationspanel.ui:196
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:196
msgctxt "customanimationspanel|categorylb"
msgid "Motion Paths"
msgstr "የ እንቅስቃሴ መንገድ"
-#: customanimationspanel.ui:197
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:197
msgctxt "customanimationspanel|categorylb"
msgid "Misc Effects"
msgstr "የ ተለያዩ ውጤቶች"
-#: customanimationspanel.ui:242
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:242
msgctxt "customanimationspanel|start_effect"
msgid "_Start:"
msgstr "_መጀመሪያ:"
-#: customanimationspanel.ui:256
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:256
msgctxt "customanimationspanel|effect_property"
msgid "_Direction:"
msgstr "_አቅጣጫ:"
-#: customanimationspanel.ui:270
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:270
msgctxt "customanimationspanel|effect_duration"
msgid "D_uration:"
msgstr "የ_ሚፈጀው ጊዜ:"
-#: customanimationspanel.ui:285
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:285
msgctxt "customanimationspanel|start_effect_list"
msgid "On click"
msgstr "በምጫን ጊዜ"
-#: customanimationspanel.ui:286
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:286
msgctxt "customanimationspanel|start_effect_list"
msgid "With previous"
msgstr "ቀደም ካለው ጋር"
-#: customanimationspanel.ui:287
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:287
msgctxt "customanimationspanel|start_effect_list"
msgid "After previous"
msgstr "ቀደም ካለው በኋላ"
-#: customanimationspanel.ui:324
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:324
msgctxt "customanimationspanel|more_properties|tooltip_text"
msgid "Options"
msgstr "ምርጫዎች"
-#: customanimationspanel.ui:350
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:350
msgctxt "customanimationspanel|delay_label"
msgid "_Delay:"
msgstr "_ማዘግያ:"
-#: customanimationspanel.ui:387
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:387
msgctxt "customanimationspanel|effect_label"
msgid "Effect"
msgstr "ውጤት"
-#: customanimationspanel.ui:429
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:429
msgctxt "customanimationspanel|auto_preview"
msgid "Automatic Preview"
msgstr "ራሱ በራሱ ቅድመ እይታ"
-#: customanimationspanel.ui:446
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:446
msgctxt "customanimationspanel|play"
msgid "Play"
msgstr "ማጫወቻ"
-#: customanimationspanel.ui:451
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:451
msgctxt "customanimationspanel|play|tooltip_text"
msgid "Preview Effect"
msgstr "የውጤቱ ቅድመ እይታ"
-#: customanimationspanel.ui:479
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:479
msgctxt "customanimationspanel|box1_label"
msgid "Animation Deck"
msgstr "እንቅስቃሴ ማሳረፊያ"
-#: customanimationspanel.ui:492
+#: sd/uiconfig/simpress/ui/customanimationspanel.ui:492
msgctxt "customanimationspanel|custom_animation_list_label"
msgid "Animation List"
msgstr "የ እንቅስቃሴ ዝርዝር"
-#: customanimationspanelhorizontal.ui:96
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:96
msgctxt "customanimationspanelhorizontal|add_effect|tooltip_text"
msgid "Add Effect"
msgstr "ውጤት መጨመሪያ"
-#: customanimationspanelhorizontal.ui:110
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:110
msgctxt "customanimationspanelhorizontal|remove_effect|tooltip_text"
msgid "Remove Effect"
msgstr "ውጤት ማስወገጃ"
-#: customanimationspanelhorizontal.ui:124
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:124
msgctxt "customanimationspanelhorizontal|move_up|tooltip_text"
msgid "Move Up"
msgstr "ወደ ላይ ማንቀሳቀሻ"
-#: customanimationspanelhorizontal.ui:138
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:138
msgctxt "customanimationspanelhorizontal|move_down|tooltip_text"
msgid "Move Down"
msgstr "ወደ ታች ማንቀሳቀሻ"
-#: customanimationspanelhorizontal.ui:166
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:166
msgctxt "customanimationspanelhorizontal|start_effect"
msgid "_Start:"
msgstr "_መጀመሪያ:"
-#: customanimationspanelhorizontal.ui:179
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:179
msgctxt "customanimationspanelhorizontal|effect_property"
msgid "_Direction:"
msgstr "_አቅጣጫ:"
-#: customanimationspanelhorizontal.ui:193
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:193
msgctxt "customanimationspanelhorizontal|start_effect_list"
msgid "On click"
msgstr "በ ምጫን ጊዜ"
-#: customanimationspanelhorizontal.ui:194
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:194
msgctxt "customanimationspanelhorizontal|start_effect_list"
msgid "With previous"
msgstr "ቀደም ካለው ጋር"
-#: customanimationspanelhorizontal.ui:195
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:195
msgctxt "customanimationspanelhorizontal|start_effect_list"
msgid "After previous"
msgstr "ቀደም ካለው በኋላ"
-#: customanimationspanelhorizontal.ui:247
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:247
msgctxt "customanimationspanelhorizontal|categorylabel"
msgid "Category:"
msgstr "ምድብ:"
-#: customanimationspanelhorizontal.ui:260
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:260
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Entrance"
msgstr "መግቢያ"
-#: customanimationspanelhorizontal.ui:261
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:261
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Emphasis"
msgstr "ማጋነኛ"
-#: customanimationspanelhorizontal.ui:262
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:262
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Exit"
msgstr "መውጫ"
-#: customanimationspanelhorizontal.ui:263
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:263
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Motion Paths"
msgstr "የ እንቅስቃሴ መንገድ"
-#: customanimationspanelhorizontal.ui:264
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:264
msgctxt "customanimationspanelhorizontal|categorylb"
msgid "Misc Effects"
msgstr "የ ተለያዩ ውጤቶች"
-#: customanimationspanelhorizontal.ui:277
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:277
msgctxt "customanimationspanelhorizontal|effect_duration"
msgid "D_uration:"
msgstr "የ _ሚፈጀው ጊዜ:"
-#: customanimationspanelhorizontal.ui:290
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:290
msgctxt "customanimationspanelhorizontal|anim_duration|tooltip_text"
msgid "Select the speed of the Animation."
msgstr "ለ እንቅስቃሴ ፍጥነት ይምረጡ"
-#: customanimationspanelhorizontal.ui:302
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:302
msgctxt "customanimationspanelhorizontal|delay_label"
msgid "_Delay:"
msgstr "_ማዘግያ:"
-#: customanimationspanelhorizontal.ui:340
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:340
msgctxt "customanimationspanelhorizontal|effectlabel"
msgid "Effect:"
msgstr "ውጤት:"
-#: customanimationspanelhorizontal.ui:378
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:378
msgctxt "customanimationspanelhorizontal|auto_preview"
msgid "Automatic Preview"
msgstr "ራሱ በራሱ ቅድመ እይታ"
-#: customanimationspanelhorizontal.ui:407
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:407
msgctxt "customanimationspanelhorizontal|play"
msgid "Play"
msgstr "ማጫወቻ"
-#: customanimationspanelhorizontal.ui:412
+#: sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui:412
msgctxt "customanimationspanelhorizontal|play|tooltip_text"
msgid "Preview Effect"
msgstr "የ ቅድመ እይታ ውጤት"
-#: customanimationtexttab.ui:26
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:26
msgctxt "customanimationtexttab|group_text_label"
msgid "_Group text:"
msgstr "_ጽሁፍ በ ቡድን:"
-#: customanimationtexttab.ui:56
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:55
msgctxt "customanimationtexttab|auto_after"
msgid "_Automatically after:"
msgstr "_ራሱ በራሱ በኋላ:"
-#: customanimationtexttab.ui:78
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:77
msgctxt "customanimationtexttab|group_text_list"
msgid "As one object"
msgstr "እንደ አንድ እቃ"
-#: customanimationtexttab.ui:79
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:78
msgctxt "customanimationtexttab|group_text_list"
msgid "All paragraphs at once"
msgstr "ሁሉንም ምእራፎች በአንድ ጊዜ"
-#: customanimationtexttab.ui:80
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:79
msgctxt "customanimationtexttab|group_text_list"
msgid "By 1st level paragraphs"
msgstr "በ 1ኛ ደረጃ አንቀጾች"
-#: customanimationtexttab.ui:81
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:80
msgctxt "customanimationtexttab|group_text_list"
msgid "By 2nd level paragraphs"
msgstr "በ 2ኛ ደረጃ አንቀጾች"
-#: customanimationtexttab.ui:82
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:81
msgctxt "customanimationtexttab|group_text_list"
msgid "By 3rd level paragraphs"
msgstr "በ 3ኛ ደረጃ አንቀጾች"
-#: customanimationtexttab.ui:83
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:82
msgctxt "customanimationtexttab|group_text_list"
msgid "By 4th level paragraphs"
msgstr "በ 4ኛ ደረጃ አንቀጾች"
-#: customanimationtexttab.ui:84
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:83
msgctxt "customanimationtexttab|group_text_list"
msgid "By 5th level paragraphs"
msgstr "በ 5ኛ ደረጃ አንቀጾች"
-#: customanimationtexttab.ui:103
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:102
msgctxt "customanimationtexttab|animate_shape"
msgid "Animate attached _shape"
msgstr "የተያያዙትን _ቅርጾች ማንቀሳቀሻ"
-#: customanimationtexttab.ui:119
+#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:118
msgctxt "customanimationtexttab|reverse_order"
msgid "_In reverse order"
msgstr "_በ ተቃራኒ ደንብ"
-#: customanimationtimingtab.ui:29
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:29
msgctxt "customanimationtimingtab|start_label"
msgid "_Start:"
msgstr "_መጀመሪያ:"
-#: customanimationtimingtab.ui:42
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:42
msgctxt "customanimationtimingtab|delay_label"
msgid "_Delay:"
msgstr "_ማዘግያ:"
-#: customanimationtimingtab.ui:55
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:55
msgctxt "customanimationtimingtab|duration_label"
msgid "D_uration:"
msgstr "የ_ሚፈጀው ጊዜ:"
-#: customanimationtimingtab.ui:68
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:68
msgctxt "customanimationtimingtab|repeat_label"
msgid "_Repeat:"
msgstr "_መድገሚያ:"
-#: customanimationtimingtab.ui:82
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:82
msgctxt "customanimationtimingtab|start_list"
msgid "On click"
msgstr "በምጫን ጊዜ"
-#: customanimationtimingtab.ui:83
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:83
msgctxt "customanimationtimingtab|start_list"
msgid "With previous"
msgstr "ቀደም ካለው ጋር"
-#: customanimationtimingtab.ui:84
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:84
msgctxt "customanimationtimingtab|start_list"
msgid "After previous"
msgstr "ቀደም ካለው በኋላ"
-#: customanimationtimingtab.ui:111
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:111
msgctxt "customanimationtimingtab|anim_duration|tooltip_text"
msgid "Select the speed of the Animation."
msgstr "ለ እንቅስቃሴ ፍጥነት ይምረጡ"
-#: customanimationtimingtab.ui:133
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:133
msgctxt "customanimationtimingtab|rewind"
msgid "Rewind _when done playing"
msgstr "ማጫወቱን ከጨረሰ _በኋላ እንደገና ማጠንጠኛ"
-#: customanimationtimingtab.ui:174
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:174
msgctxt "customanimationtimingtab|rb_click_sequence"
msgid "_Animate as part of click sequence"
msgstr "እንደምጫነው መጠን _ማንቀሳቀሻ"
-#: customanimationtimingtab.ui:192
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:192
msgctxt "customanimationtimingtab|rb_interactive"
msgid "Start _effect on click of:"
msgstr "በምጫን ጊዜ _ተጽእኖውን ማስጀመሪያ:"
-#: customanimationtimingtab.ui:228
+#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:228
msgctxt "customanimationtimingtab|label11"
msgid "Trigger"
msgstr "ማስነሻ"
-#: customslideshows.ui:8
+#: sd/uiconfig/simpress/ui/customslideshows.ui:8
msgctxt "customslideshows|CustomSlideShows"
msgid "Custom Slide Shows"
msgstr "ተንሸራታች ማሳያ ማስተካከያ"
-#: customslideshows.ui:37
+#: sd/uiconfig/simpress/ui/customslideshows.ui:37
msgctxt "customslideshows|startshow"
msgid "_Start"
msgstr "_መጀመሪያ"
-#: customslideshows.ui:103
+#: sd/uiconfig/simpress/ui/customslideshows.ui:103
msgctxt "customslideshows|usecustomshows"
msgid "_Use custom slide show"
msgstr "ተንሸራታች ማሳያ ማስተካከያ _ይጠቀሙ"
-#: customslideshows.ui:165
+#: sd/uiconfig/simpress/ui/customslideshows.ui:165
msgctxt "customslideshows|copy"
msgid "Cop_y"
msgstr "ኮ_ፒ"
-#: definecustomslideshow.ui:9
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:9
msgctxt "definecustomslideshow|DefineCustomSlideShow"
msgid "Define Custom Slide Show"
msgstr "የ ተንሸራታች ማሳያ መግለጫ ማስተካከያ"
-#: definecustomslideshow.ui:91
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:91
msgctxt "definecustomslideshow|label1"
msgid "_Name:"
msgstr "_ስም:"
-#: definecustomslideshow.ui:134
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:133
msgctxt "definecustomslideshow|label2"
msgid "_Existing slides:"
msgstr "የ _ነበሩ ተንሸራታቾች:"
-#: definecustomslideshow.ui:148
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:147
msgctxt "definecustomslideshow|label3"
msgid "_Selected slides:"
msgstr "የ _ተመረጡት ተንሸራታቾች:"
-#: definecustomslideshow.ui:198
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:197
msgctxt "definecustomslideshow|add"
msgid ">>"
msgstr ">>"
-#: definecustomslideshow.ui:211
+#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:210
msgctxt "definecustomslideshow|remove"
msgid "<<"
msgstr "<<"
-#: dlgfield.ui:9
+#: sd/uiconfig/simpress/ui/dlgfield.ui:9
msgctxt "dlgfield|EditFieldsDialog"
msgid "Edit Field"
msgstr "ሜዳ ማረሚያ"
-#: dlgfield.ui:100
+#: sd/uiconfig/simpress/ui/dlgfield.ui:100
msgctxt "dlgfield|fixedRB"
msgid "_Fixed"
msgstr "_የተወሰነ"
-#: dlgfield.ui:118
+#: sd/uiconfig/simpress/ui/dlgfield.ui:118
msgctxt "dlgfield|varRB"
msgid "_Variable"
msgstr "_ተለዋዋጭ"
-#: dlgfield.ui:142
+#: sd/uiconfig/simpress/ui/dlgfield.ui:142
msgctxt "dlgfield|label1"
msgid "Field Type"
msgstr "የ ሜዳ አይነት"
-#: dlgfield.ui:164
+#: sd/uiconfig/simpress/ui/dlgfield.ui:164
msgctxt "dlgfield|label2"
msgid "_Language:"
msgstr "_ቋንቋ:"
-#: dlgfield.ui:216
+#: sd/uiconfig/simpress/ui/dlgfield.ui:216
msgctxt "dlgfield|label3"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: dockinganimation.ui:62
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:62
msgctxt "dockinganimation|DockingAnimation"
msgid "Animation"
msgstr "እንቅስቃሴ"
-#: dockinganimation.ui:90
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:90
msgctxt "dockinganimation|box|tooltip_text"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: dockinganimation.ui:115
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:115
msgctxt "dockinganimation|loopcount|tooltip_text"
msgid "Loop Count"
msgstr "ዙር መቁጠሪያ"
-#: dockinganimation.ui:135
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:135
msgctxt "dockinganimation|loopcount"
msgid "Max."
msgstr "ከፍተኛ"
-#: dockinganimation.ui:149
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:149
msgctxt "dockinganimation|duration|tooltip_text"
msgid "Duration"
msgstr "የሚፈጀው ጊዜ"
-#: dockinganimation.ui:163
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:163
msgctxt "dockinganimation|numbitmap|tooltip_text"
msgid "Image Number"
msgstr "የምስል ቁጥር"
-#: dockinganimation.ui:186
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:186
msgctxt "dockinganimation|first|tooltip_text"
msgid "First Image"
msgstr "የመጀመሪያው ምስል"
-#: dockinganimation.ui:201
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:201
msgctxt "dockinganimation|prev|tooltip_text"
msgid "Backwards"
msgstr "ወደ ኋላ"
-#: dockinganimation.ui:216
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:216
msgctxt "dockinganimation|stop|tooltip_text"
msgid "Stop"
msgstr "ማስቆሚያ"
-#: dockinganimation.ui:231
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:231
msgctxt "dockinganimation|next|tooltip_text"
msgid "Play"
msgstr "ማጫወቻ"
-#: dockinganimation.ui:246
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:246
msgctxt "dockinganimation|last|tooltip_text"
msgid "Last Image"
msgstr "የ መጨረሻው ምስል"
-#: dockinganimation.ui:299
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:299
msgctxt "dockinganimation|group"
msgid "Group object"
msgstr "እቃ በቡድን መመደቢያ"
-#: dockinganimation.ui:317
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:318
msgctxt "dockinganimation|bitmap"
msgid "Bitmap object"
msgstr "የ Bitmap እቃ"
-#: dockinganimation.ui:340
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:342
msgctxt "dockinganimation|alignmentft"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: dockinganimation.ui:355
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:357
msgctxt "dockinganimation|alignment"
msgid "Top Left"
msgstr "ከ ላይ በ ግራ በኩል"
-#: dockinganimation.ui:356
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:358
msgctxt "dockinganimation|alignment"
msgid "Left"
msgstr "በ ግራ"
-#: dockinganimation.ui:357
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:359
msgctxt "dockinganimation|alignment"
msgid "Bottom Left"
msgstr "ከ ታች በ ግራ በኩል"
-#: dockinganimation.ui:358
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:360
msgctxt "dockinganimation|alignment"
msgid "Top"
msgstr "ከ ላይ"
-#: dockinganimation.ui:359
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:361
msgctxt "dockinganimation|alignment"
msgid "Centered"
msgstr "መሀከል"
-#: dockinganimation.ui:360
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:362
msgctxt "dockinganimation|alignment"
msgid "Bottom"
msgstr "ከ ታች"
-#: dockinganimation.ui:361
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:363
msgctxt "dockinganimation|alignment"
msgid "Top Right"
msgstr "ከ ላይ በ ቀኝ በኩል"
-#: dockinganimation.ui:362
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:364
msgctxt "dockinganimation|alignment"
msgid "Right"
msgstr "በ ቀኝ"
-#: dockinganimation.ui:363
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:365
msgctxt "dockinganimation|alignment"
msgid "Bottom Right"
msgstr "ከ ታች በ ቀኝ በኩል"
-#: dockinganimation.ui:389
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:391
msgctxt "dockinganimation|label1"
msgid "Animation group"
msgstr "የ እንቅስቃሴ ቡድን"
-#: dockinganimation.ui:433
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:435
msgctxt "dockinganimation|getone|tooltip_text"
msgid "Apply Object"
msgstr "እቃ መፈጸሚያ"
-#: dockinganimation.ui:448
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:450
msgctxt "dockinganimation|getall|tooltip_text"
msgid "Apply Objects Individually"
msgstr "እያንዳንዱን እቃዎች መፈጸሚያ"
-#: dockinganimation.ui:478
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:480
msgctxt "dockinganimation|label3"
msgid "Number"
msgstr "ቁጥር"
-#: dockinganimation.ui:521
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:523
msgctxt "dockinganimation|delone|tooltip_text"
msgid "Delete Current Image"
msgstr "የአሁኑን ምስል ማጥፊያ"
-#: dockinganimation.ui:536
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:538
msgctxt "dockinganimation|delall|tooltip_text"
msgid "Delete All Images"
msgstr "ሁሉንም ምስሎች ማጥፊያ"
-#: dockinganimation.ui:562
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:564
msgctxt "dockinganimation|label2"
msgid "Image"
msgstr "ምስል"
-#: dockinganimation.ui:605
+#: sd/uiconfig/simpress/ui/dockinganimation.ui:607
msgctxt "dockinganimation|create"
msgid "Create"
msgstr "መፍጠሪያ"
-#: effectmenu.ui:12
+#: sd/uiconfig/simpress/ui/effectmenu.ui:12
msgctxt "effectmenu|onclick"
msgid "Start On _Click"
msgstr "_በምጫን ጊዜ ማስጀመሪያ"
-#: effectmenu.ui:20
+#: sd/uiconfig/simpress/ui/effectmenu.ui:20
msgctxt "effectmenu|withprev"
msgid "Start _With Previous"
msgstr "ቀደም _ባለው ማስጀመሪያ"
-#: effectmenu.ui:28
+#: sd/uiconfig/simpress/ui/effectmenu.ui:28
msgctxt "effectmenu|afterprev"
msgid "Start _After Previous"
msgstr "ቀደም ካለው _በኋላ ማስጀመሪያ"
-#: effectmenu.ui:41
+#: sd/uiconfig/simpress/ui/effectmenu.ui:41
msgctxt "effectmenu|options"
msgid "_Effect Options..."
msgstr "የ _ውጤት ምርጫዎች..."
-#: effectmenu.ui:49
+#: sd/uiconfig/simpress/ui/effectmenu.ui:49
msgctxt "effectmenu|timing"
msgid "_Timing..."
msgstr "የ _ተመጠነው ጊዜ..."
-#: effectmenu.ui:57
+#: sd/uiconfig/simpress/ui/effectmenu.ui:57
msgctxt "effectmenu|remove"
msgid "_Remove"
msgstr "_ማስወገጃ"
-#: fontsizemenu.ui:12
+#: sd/uiconfig/simpress/ui/fontsizemenu.ui:12
msgctxt "fontsizemenu|25"
msgid "Tiny"
msgstr "ትንሽ"
-#: fontsizemenu.ui:20
+#: sd/uiconfig/simpress/ui/fontsizemenu.ui:20
msgctxt "fontsizemenu|50"
msgid "Smaller"
msgstr "በጣም ትንሽ"
-#: fontsizemenu.ui:28
+#: sd/uiconfig/simpress/ui/fontsizemenu.ui:28
msgctxt "fontsizemenu|150"
msgid "Larger"
msgstr "ትልቅ"
-#: fontsizemenu.ui:36
+#: sd/uiconfig/simpress/ui/fontsizemenu.ui:36
msgctxt "fontsizemenu|400"
msgid "Extra Large"
msgstr "በጣም ትልቅ"
-#: fontstylemenu.ui:12
+#: sd/uiconfig/simpress/ui/fontstylemenu.ui:12
msgctxt "fontstylemenu|bold"
msgid "Bold"
msgstr "ማድመቂያ"
-#: fontstylemenu.ui:20
+#: sd/uiconfig/simpress/ui/fontstylemenu.ui:20
msgctxt "fontstylemenu|italic"
msgid "Italic"
msgstr "ማዝመሚያ"
-#: fontstylemenu.ui:28
+#: sd/uiconfig/simpress/ui/fontstylemenu.ui:28
msgctxt "fontstylemenu|underline"
msgid "Underlined"
msgstr "ከ ስሩ ማስመሪያ"
-#: headerfooterdialog.ui:8
+#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:8
msgctxt "headerfooterdialog|HeaderFooterDialog"
msgid "Header and Footer"
msgstr "ራስጌ እና ግርጌ"
-#: headerfooterdialog.ui:21
+#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:21
msgctxt "headerfooterdialog|apply_all"
msgid "Appl_y to All"
msgstr "ለሁሉም መፈጸሚ_ያ"
-#: headerfooterdialog.ui:106
+#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:106
msgctxt "headerfooterdialog|slides"
msgid "Slides"
msgstr "ተንሸራታቾች"
-#: headerfooterdialog.ui:128
+#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:128
msgctxt "headerfooterdialog|notes"
msgid "Notes and Handouts"
msgstr "ማስታወሻዎች እና በ እጅ የሚሰጡ"
-#: headerfootertab.ui:40
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:40
msgctxt "headerfootertab|header_cb"
msgid "Heade_r"
msgstr "ራስ_ጌ"
-#: headerfootertab.ui:67
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:67
msgctxt "headerfootertab|header_label"
msgid "Header _text:"
msgstr "የ ራስጌ _ጽሁፍ:"
-#: headerfootertab.ui:101
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:100
msgctxt "headerfootertab|datetime_cb"
msgid "_Date and time"
msgstr "_ቀን እና ሰአት"
-#: headerfootertab.ui:132
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:131
msgctxt "headerfootertab|rb_fixed"
msgid "Fi_xed"
msgstr "የተ_ወሰነ"
-#: headerfootertab.ui:180
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:178
msgctxt "headerfootertab|rb_auto"
msgid "_Variable"
msgstr "_ተለዋዋጭ"
-#: headerfootertab.ui:223
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:221
msgctxt "headerfootertab|language_label"
msgid "_Language:"
msgstr "_ቋንቋ:"
-#: headerfootertab.ui:247
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:245
msgctxt "headerfootertab|language_label1"
msgid "_Format:"
msgstr "_አቀራረብ:"
-#: headerfootertab.ui:292
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:290
msgctxt "headerfootertab|footer_cb"
msgid "_Footer"
msgstr "_ግርጌ"
-#: headerfootertab.ui:319
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:317
msgctxt "headerfootertab|footer_label"
msgid "F_ooter text:"
msgstr "የ_ግርጌ ጽሁፍ:"
-#: headerfootertab.ui:360
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:357
msgctxt "headerfootertab|slide_number"
msgid "_Slide number"
msgstr "የ _ተንሸራታች ቁጥር"
-#: headerfootertab.ui:382
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:379
msgctxt "headerfootertab|include_label"
msgid "Include on Slide"
msgstr "በ ተንሸራታች ውስጥ ማካተቻ"
-#: headerfootertab.ui:397
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:394
msgctxt "headerfootertab|not_on_title"
msgid "Do _not show on the first slide"
msgstr "በ መጀመሪያው ተንሸራታች ላይ አታ_ሳይ"
-#: headerfootertab.ui:416
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:413
msgctxt "headerfootertab|replacement_a"
msgid "_Page Number"
msgstr "የ _ገጽ ቁጥር"
-#: headerfootertab.ui:430
+#: sd/uiconfig/simpress/ui/headerfootertab.ui:427
msgctxt "headerfootertab|replacement_b"
msgid "Include on page"
msgstr "በ ገጹ ላይ ማካተቻ"
-#: impressprinteroptions.ui:32
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:32
msgctxt "impressprinteroptions|printname"
msgid "Slide name"
msgstr "የ ተንሸራታች ስም"
-#: impressprinteroptions.ui:48
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:49
msgctxt "impressprinteroptions|printdatetime"
msgid "Date and time"
msgstr "ቀን እና ሰአት"
-#: impressprinteroptions.ui:64
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:66
msgctxt "impressprinteroptions|printhidden"
msgid "Hidden pages"
msgstr "የ ተደበቁ ገጾች"
-#: impressprinteroptions.ui:86
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:89
msgctxt "impressprinteroptions|label4"
msgid "Contents"
msgstr "ይዞታዎች"
-#: impressprinteroptions.ui:119
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:122
msgctxt "impressprinteroptions|originalcolors"
msgid "Original size"
msgstr "ዋናው መጠን"
-#: impressprinteroptions.ui:137
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:141
msgctxt "impressprinteroptions|grayscale"
msgid "Grayscale"
msgstr "ግራጫማ"
-#: impressprinteroptions.ui:155
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:160
msgctxt "impressprinteroptions|blackandwhite"
msgid "Black & white"
msgstr "ጥቁር & ነጭ"
-#: impressprinteroptions.ui:179
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:185
msgctxt "impressprinteroptions|label5"
msgid "Color"
msgstr "ቀለም"
-#: impressprinteroptions.ui:212
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:218
msgctxt "impressprinteroptions|originalsize"
msgid "Original size"
msgstr "ዋናው መጠን"
-#: impressprinteroptions.ui:230
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:237
msgctxt "impressprinteroptions|fittoprintable"
msgid "Fit to printable page"
msgstr "በሚታተመው ገጽ ልክ"
-#: impressprinteroptions.ui:248
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:256
msgctxt "impressprinteroptions|distributeonmultiple"
msgid "Distribute on multiple sheets of paper"
msgstr "በ በርካታ ወረቀቶች ላይ ማሰራጫ"
-#: impressprinteroptions.ui:266
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:275
msgctxt "impressprinteroptions|tilesheet"
msgid "Tile sheet of paper with repeated slides"
msgstr "የ ተደጋገሙ ተንሸራታች ወረቀቶችን መከመሪያ"
-#: impressprinteroptions.ui:290
+#: sd/uiconfig/simpress/ui/impressprinteroptions.ui:300
msgctxt "impressprinteroptions|label6"
msgid "Size"
msgstr "መጠን"
-#: insertslides.ui:8
+#: sd/uiconfig/simpress/ui/insertslides.ui:8
msgctxt "insertslides|InsertSlidesDialog"
msgid "Insert Slides"
msgstr "ተንሸራታች ማስገቢያ"
-#: insertslides.ui:92
+#: sd/uiconfig/simpress/ui/insertslides.ui:92
msgctxt "insertslides|before"
msgid "_Before"
msgstr "_በፊት"
-#: insertslides.ui:111
+#: sd/uiconfig/simpress/ui/insertslides.ui:111
msgctxt "insertslides|after"
msgid "A_fter"
msgstr "በ_ኋላ"
-#: insertslides.ui:137
+#: sd/uiconfig/simpress/ui/insertslides.ui:137
msgctxt "insertslides|label1"
msgid "Position"
msgstr "ቦታ"
-#: interactiondialog.ui:8
+#: sd/uiconfig/simpress/ui/interactiondialog.ui:8
msgctxt "interactiondialog|InteractionDialog"
msgid "Interaction"
msgstr "ተፅእኖ"
-#: interactionpage.ui:40
+#: sd/uiconfig/simpress/ui/interactionpage.ui:40
msgctxt "interactionpage|label2"
msgid "Action at mouse click:"
msgstr "አይጡን ስጫን መፈጸሚያ:"
-#: interactionpage.ui:65
+#: sd/uiconfig/simpress/ui/interactionpage.ui:65
msgctxt "interactionpage|fttree"
msgid "Target:"
msgstr "ኢላማ:"
-#: interactionpage.ui:143
+#: sd/uiconfig/simpress/ui/interactionpage.ui:143
msgctxt "interactionpage|label1"
msgid "Interaction"
msgstr "ተፅእኖ"
-#: interactionpage.ui:183
+#: sd/uiconfig/simpress/ui/interactionpage.ui:183
msgctxt "interactionpage|browse"
msgid "_Browse..."
msgstr "_መቃኛ..."
-#: interactionpage.ui:197
+#: sd/uiconfig/simpress/ui/interactionpage.ui:197
msgctxt "interactionpage|find"
msgid "_Find"
msgstr "_መፈለጊያ"
-#: interactionpage.ui:229
+#: sd/uiconfig/simpress/ui/interactionpage.ui:228
msgctxt "interactionpage|sound-atkobject"
msgid "Path Name"
msgstr "የመንገዱ ስም"
-#: layoutmenu.ui:12
+#: sd/uiconfig/simpress/ui/layoutmenu.ui:12
msgctxt "layoutmenu|apply"
msgid "Apply to _Selected Slides"
msgstr "ለ _ተመረጡት ተንሸራታቾች መፈጸሚያ"
-#: layoutmenu.ui:26
+#: sd/uiconfig/simpress/ui/layoutmenu.ui:26
msgctxt "layoutmenu|insert"
msgid "_Insert Slide"
msgstr "ተንሸራታች _ማስገቢያ"
-#: masterlayoutdlg.ui:8
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:8
msgctxt "masterlayoutdlg|MasterLayoutDialog"
msgid "Master Elements"
msgstr "ዋናው አካላቶች"
-#: masterlayoutdlg.ui:92
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:92
msgctxt "masterlayoutdlg|header"
msgid "_Header"
msgstr "_ራስጌ"
-#: masterlayoutdlg.ui:108
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:108
msgctxt "masterlayoutdlg|datetime"
msgid "_Date/time"
msgstr "_ቀን/ሰአት"
-#: masterlayoutdlg.ui:124
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:124
msgctxt "masterlayoutdlg|footer"
msgid "_Footer"
msgstr "_ግርጌ"
-#: masterlayoutdlg.ui:140
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:140
msgctxt "masterlayoutdlg|pagenumber"
msgid "_Page number"
msgstr "የ _ገጽ ቁጥር"
-#: masterlayoutdlg.ui:156
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:156
msgctxt "masterlayoutdlg|slidenumber"
msgid "_Slide number"
msgstr "የ _ተንሸራታች ቁጥር"
-#: masterlayoutdlg.ui:178
+#: sd/uiconfig/simpress/ui/masterlayoutdlg.ui:178
msgctxt "masterlayoutdlg|Placeholders"
msgid "Placeholders"
msgstr "ቦታያዦች"
-#: mastermenu.ui:12
+#: sd/uiconfig/simpress/ui/mastermenu.ui:12
msgctxt "mastermenu|applyall"
msgid "_Apply to All Slides"
msgstr "ለሁሉም ተንሸራታቾች _መፈጸሚያ"
-#: mastermenu.ui:20
+#: sd/uiconfig/simpress/ui/mastermenu.ui:20
msgctxt "mastermenu|applyselect"
msgid "Apply to _Selected Slides"
msgstr "ለ _ተመረጡት ተንሸራታቾች መፈጸሚያ"
-#: mastermenu.ui:34
+#: sd/uiconfig/simpress/ui/mastermenu.ui:34
msgctxt "mastermenu|large"
msgid "Show _Large Preview"
msgstr "በ _ትልቅ ቅድመ እይታ ማሳያ"
-#: mastermenu.ui:42
+#: sd/uiconfig/simpress/ui/mastermenu.ui:42
msgctxt "mastermenu|small"
msgid "Show S_mall Preview"
msgstr "በ _ትንሽ ቅድመ እይታ ማሳያ"
-#: navigatorpanel.ui:22
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:22
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "ሰነድ"
-#: navigatorpanel.ui:25
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:25
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "ንቁ መስኮት"
-#: navigatorpanel.ui:58
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:58
msgctxt "navigatorpanel|first|tooltip_text"
msgid "First Slide"
msgstr "የ መጀመሪያው ተንሸራታች"
-#: navigatorpanel.ui:71
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:71
msgctxt "navigatorpanel|previous|tooltip_text"
msgid "Previous Slide"
msgstr "ቀደም ያለው ተንሸራታች"
-#: navigatorpanel.ui:84
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:84
msgctxt "navigatorpanel|next|tooltip_text"
msgid "Next Slide"
msgstr "የሚቀጥለው ተንሸራታች"
-#: navigatorpanel.ui:97
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:97
msgctxt "navigatorpanel|last|tooltip_text"
msgid "Last Slide"
msgstr "የ መጨረሻው ተንሸራታች"
-#: navigatorpanel.ui:120
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:120
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr "መጎተቻ ዘዴ"
-#: navigatorpanel.ui:133
+#: sd/uiconfig/simpress/ui/navigatorpanel.ui:133
msgctxt "navigatorpanel|shapes|tooltip_text"
msgid "Show Shapes"
msgstr "ቅርጾች ማሳያ"
-#: notebookbar.ui:340
-msgctxt "notebookbar|FileLabel"
-msgid "File"
-msgstr "ፋይል"
-
-#: notebookbar.ui:421
-msgctxt "notebookbar|FormatPaintbrush"
-msgid "Clone"
-msgstr "ማባዣ"
-
-#: notebookbar.ui:921
-msgctxt "notebookbar|numberbullet|tooltip_text"
-msgid "Bullets and Numbering"
-msgstr "ነጥቦች እና ቁጥር መስጫ"
-
-#: notebookbar.ui:961
-msgctxt "notebookbar|indent|tooltip_text"
-msgid "Indent"
-msgstr "ማስረጊያ"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:2313
+msgctxt "notebookbar_compact|fileb"
+msgid "_File"
+msgstr ""
-#: notebookbar.ui:968
-msgctxt "notebookbar|increaseindent|tooltip_text"
-msgid "Increase Indent"
-msgstr "ማስረጊያ መጨመሪያ"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:2332
+msgctxt "notebookbar_compact|fileb"
+msgid "_Help"
+msgstr ""
-#: notebookbar.ui:984
-msgctxt "notebookbar|decreaseindent|tooltip_text"
-msgid "Decrease Indent"
-msgstr "ማስረጊያ መቀነሻ"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:3122
+msgctxt "notebookbar_compact|FileLabel"
+msgid "File"
+msgstr ""
-#: notebookbar.ui:1018
-msgctxt "notebookbar|horizontalalignment|tooltip_text"
-msgid "Horizontal Alignment"
-msgstr "በ አግድም ማሰለፊያ"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:3281
+msgctxt "notebookbar_compact|menub"
+msgid "_Home"
+msgstr ""
-#: notebookbar.ui:1497
-msgctxt "notebookbar|ImpressLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:4566
+msgctxt "notebookbar_compact|HomeLabel"
msgid "Home"
-msgstr "ቤት"
+msgstr ""
-#: notebookbar.ui:1618
-msgctxt "notebookbar|InsertAVMedia|tooltip_text"
-msgid "Insert Audio or Video"
-msgstr "ድምፅ ወይንም ቪዲዮ ማስገቢያ"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:5024
+msgctxt "notebookbar|Field"
+msgid "Fiel_d"
+msgstr ""
-#: notebookbar.ui:1935
-msgctxt "notebookbar|InsertSymbol"
-msgid "Symbol"
-msgstr "ምልክት"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:5529
+msgctxt "notebookbar_compact|menub"
+msgid "_Insert"
+msgstr ""
-#: notebookbar.ui:2011
-msgctxt "notebookbar|InsertLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:5613
+msgctxt "notebookbar_compact|InsertLabel"
msgid "Insert"
-msgstr "ማስገቢያ"
+msgstr ""
-#: notebookbar.ui:2033
-msgctxt "notebookbar|TransitionsLabel"
-msgid "Transitions"
-msgstr "መሸጋገሪያዎች"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:5642
+msgctxt "notebookbar_compact|reviewb"
+msgid "Pag_e"
+msgstr ""
-#: notebookbar.ui:2053
-msgctxt "notebookbar|AnimationLabel"
-msgid "Animation"
-msgstr "እንቅስቃሴ"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:6377
+msgctxt "notebookbar_compact|LayoutLabel"
+msgid "Layout"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:6408
+msgctxt "notebookbar|slideshowb"
+msgid "_Slide Show"
+msgstr ""
-#: notebookbar.ui:2218
-msgctxt "notebookbar|SlideShowLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:7003
+msgctxt "notebookbar_compact|ReferencesLabel"
msgid "Slide Show"
-msgstr "ተንሸራታች ማሳያ"
+msgstr ""
-#: notebookbar.ui:2252
-msgctxt "notebookbar|SpellOnline"
-msgid "Auto Spellcheck"
-msgstr "በራሱ ፊደል ማረሚያ"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:7031
+msgctxt "notebookbar|reviewb"
+msgid "_Review"
+msgstr ""
-#: notebookbar.ui:2354
-msgctxt "notebookbar|ReviewLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:7460
+msgctxt "notebookbar_compact|ReviewLabel"
msgid "Review"
-msgstr "ክለሳ"
+msgstr ""
-#: notebookbar.ui:2547
-msgctxt "notebookbar|GridVisible"
-msgid "Grid"
-msgstr "መጋጠሚያ"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:7488
+msgctxt "notebookbar_compact|viewb"
+msgid "_View"
+msgstr ""
-#: notebookbar.ui:2737
-msgctxt "notebookbar|ViewLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:8389
+msgctxt "notebookbar_compact|ViewLabel"
msgid "View"
-msgstr "መመልከቻ"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:9180
+msgctxt "notebookbar_compact|tableT"
+msgid "T_able"
+msgstr ""
-#: notebookbar.ui:2757
-msgctxt "notebookbar|TableLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:9264
+msgctxt "notebookbar_compact|TableLabel"
msgid "Table"
-msgstr "ሰንጠረዥ"
+msgstr ""
-#: notebookbar.ui:3275
-msgctxt "notebookbar|ImageLabel"
+#: sd/uiconfig/simpress/ui/notebookbar.ui:9644
+#: sd/uiconfig/simpress/ui/notebookbar.ui:10702
+msgctxt "notebookbar|Field"
+msgid "Convert"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:9926
+msgctxt "notebookbar_compact|graphicB"
+msgid "_Graphic"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:10038
+msgctxt "notebookbar_compact|ImageLabel"
msgid "Image"
-msgstr "ምስል"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:11231
+msgctxt "notebookbar_compact|drab"
+msgid "D_raw"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:11345
+msgctxt "notebookbar_compact|ShapeLabel"
+msgid "Draw"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar.ui:11377
+msgctxt "notebookbar_compact|referenceb"
+msgid "_Tools"
+msgstr ""
-#: notebookbar_groupedbar_compact.ui:466
+#: sd/uiconfig/simpress/ui/notebookbar.ui:12331
+msgctxt "notebookbar_compact|DevLabel"
+msgid "Tools"
+msgstr ""
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:541
msgctxt "notebookbar_groupedbar_compact|menubarD1"
msgid "Menubar"
msgstr "ዝርዝር መደርደሪያ"
-#: notebookbar_groupedbar_compact.ui:1884
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:2195
msgctxt "notebookbar_groupedbar_compact|menubarD"
msgid "Menubar"
msgstr "ዝርዝር መደርደሪያ"
-#: notebookbar_groupedbar_compact.ui:2575
-msgctxt "notebookbar_groupedbar_compact|fileb"
-msgid "_File"
-msgstr "_ፋይል"
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:2973
+msgctxt "notebookbar_groupedbar_compact|menub"
+msgid "_Menu"
+msgstr "_ዝርዝር"
-#: notebookbar_groupedbar_compact.ui:2714
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3029
+msgctxt "notebookbar_groupedbar_compact|toolsb"
+msgid "_Tools"
+msgstr "_መሳሪያዎች"
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3141
msgctxt "notebookbar_groupedbar_compact|editb"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: notebookbar_groupedbar_compact.ui:2884
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3284
+msgctxt "notebookbar_groupedbar_compact|fileb"
+msgid "_File"
+msgstr "_ፋይል"
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3444
msgctxt "notebookbar_groupedbar_compact|reviewb"
msgid "_Slide Show"
msgstr "_ተንሸራታች ማሳያ"
-#: notebookbar_groupedbar_compact.ui:3012
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3573
msgctxt "notebookbar_groupedbar_compact|paragraphstylet"
msgid "S_lide"
msgstr "ተ_ንሸራታች"
-#: notebookbar_groupedbar_compact.ui:3163
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3725
msgctxt "notebookbar_groupedbar_compact|insertText"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_groupedbar_compact.ui:3332
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:3898
msgctxt "notebookbar_groupedbar_compact|draw"
msgid "D_raw"
msgstr "መ_ሳያ"
-#: notebookbar_groupedbar_compact.ui:3616
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4189
msgctxt "notebookbar_groupedbar_compact|viewb"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_compact.ui:3767
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4777
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4344
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5372
msgctxt "notebookbar_groupedbar_compact|reviewb"
msgid "_Review"
msgstr "_ከለሳ"
-#: notebookbar_groupedbar_compact.ui:3906
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4487
msgctxt "notebookbar_groupedbar_compact|slideshowf"
msgid "_Slide Show"
msgstr "_ተንሸራታች ማሳያ"
-#: notebookbar_groupedbar_compact.ui:4071
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5079
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4653
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5679
msgctxt "notebookbar_groupedbar_compact|formatt"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: notebookbar_groupedbar_compact.ui:4321
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5329
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4904
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5930
msgctxt "notebookbar_groupedbar_compact|paragrapht"
msgid "_Paragraph"
msgstr "_አንቀጽ"
-#: notebookbar_groupedbar_compact.ui:4492
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5079
msgctxt "notebookbar_groupedbar_compact|insertTextO"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_groupedbar_compact.ui:4626
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5217
msgctxt "notebookbar_groupedbar_compact|viewT"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_compact.ui:4914
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:5513
msgctxt "notebookbar_groupedbar_compact|slideshowb"
msgid "_Slide Show"
msgstr "_ተንሸራታች ማሳያ"
-#: notebookbar_groupedbar_compact.ui:5479
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:6084
msgctxt "notebookbar_groupedbar_compact|rowscolumnst"
msgid "R_ows"
msgstr "ረ_ድፎች"
-#: notebookbar_groupedbar_compact.ui:5795
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:6407
msgctxt "notebookbar_groupedbar_compact|calculatet"
msgid "_Calc"
msgstr "_ሰንጠረዥ"
-#: notebookbar_groupedbar_compact.ui:5987
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:6603
msgctxt "notebookbar_groupedbar_compact|editdrawb"
msgid "St_yles"
msgstr "ዘዴ_ዎች"
-#: notebookbar_groupedbar_compact.ui:6214
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:6831
msgctxt "notebookbar_groupedbar_compact|drawb"
msgid "D_raw"
msgstr "መ_ሳያ"
-#: notebookbar_groupedbar_compact.ui:6585
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7206
msgctxt "notebookbar_groupedbar_compact|viewDrawb"
msgid "Grou_p"
msgstr "ቡድ_ን"
-#: notebookbar_groupedbar_compact.ui:6694
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7319
msgctxt "notebookbar_groupedbar_compact|GridO"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_compact.ui:6836
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7465
msgctxt "notebookbar_groupedbar_compact|3Db"
msgid "3_D"
msgstr "3_ዲ"
-#: notebookbar_groupedbar_compact.ui:7008
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7641
msgctxt "notebookbar_groupedbar_compact|graphicB"
msgid "_Graphic"
msgstr "_ንድፍ"
-#: notebookbar_groupedbar_compact.ui:7123
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:7757
msgctxt "notebookbar_groupedbar_compact|colorb"
msgid "C_olor"
msgstr "ቀ_ለም"
-#: notebookbar_groupedbar_compact.ui:7596
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:8350
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:8237
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9003
msgctxt "notebookbar_groupedbar_compact|GridB"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_compact.ui:7732
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:8377
msgctxt "notebookbar_groupedbar_compact|slideshowOLE"
msgid "_Slide Show"
msgstr "_ተንሸራታች ማሳያ"
-#: notebookbar_groupedbar_compact.ui:7957
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:8603
msgctxt "notebookbar_groupedbar_compact|oleB"
msgid "F_rame"
msgstr "ክ_ፈፍ"
-#: notebookbar_groupedbar_compact.ui:8484
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9141
msgctxt "notebookbar_groupedbar_compact|viewOLE"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_compact.ui:8663
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9324
msgctxt "notebookbar_groupedbar_compact|oleB"
msgid "_Master Page"
msgstr "_ዋናው ገጽ"
-#: notebookbar_groupedbar_compact.ui:8808
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9470
msgctxt "notebookbar_groupedbar_compact|insertTextb"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_groupedbar_compact.ui:9016
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:9682
msgctxt "notebookbar_groupedbar_compact|drawMaster"
msgid "D_raw"
msgstr "መ_ሳያ"
-#: notebookbar_groupedbar_compact.ui:9391
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:10064
msgctxt "notebookbar_groupedbar_compact|viewMaster"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_compact.ui:9526
-msgctxt "notebookbar_groupedbar_compact|menub"
-msgid "_Menu"
-msgstr "_ዝርዝር"
-
-#: notebookbar_groupedbar_compact.ui:9581
-msgctxt "notebookbar_groupedbar_compact|toolsb"
-msgid "_Tools"
-msgstr "_መሳሪያዎች"
-
-#: notebookbar_groupedbar_full.ui:2372
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:2372
msgctxt "notebookbar_groupedbar_full|menubarD"
msgid "Menubar"
msgstr "ዝርዝር መደርደሪያ"
-#: notebookbar_groupedbar_full.ui:2541
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:2534
msgctxt "notebookbar_groupedbar_full|Quotation2"
msgid "Quotation"
msgstr "ጥቅሶች"
-#: notebookbar_groupedbar_full.ui:3227
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3202
+msgctxt "notebookbar_groupedbar_full|menub"
+msgid "_Menu"
+msgstr "_ዝርዝር"
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3255
+msgctxt "notebookbar_groupedbar_full|toolsb"
+msgid "_Tools"
+msgstr "_መሳሪያዎች"
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3310
+msgctxt "notebookbar_groupedbar_full|helpb"
+msgid "_Help"
+msgstr "_እርዳታ"
+
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3418
msgctxt "notebookbar_groupedbar_full|fileb"
msgid "_File"
msgstr "_ፋይል"
-#: notebookbar_groupedbar_full.ui:3449
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3656
msgctxt "notebookbar_groupedbar_full|editb"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: notebookbar_groupedbar_full.ui:3608
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3816
msgctxt "notebookbar_groupedbar_full|slideshowb"
msgid "_Slide Show"
msgstr "_ተንሸራታች ማሳያ"
-#: notebookbar_groupedbar_full.ui:3805
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4014
msgctxt "notebookbar_groupedbar_full|paragraphstylet"
msgid "S_lide"
msgstr "ተ_ንሸራታች"
-#: notebookbar_groupedbar_full.ui:3956
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4166
msgctxt "notebookbar_groupedbar_full|insertText"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_groupedbar_full.ui:4302
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4516
msgctxt "notebookbar_groupedbar_full|draw"
msgid "D_raw"
msgstr "መ_ሳያ"
-#: notebookbar_groupedbar_full.ui:4486
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4704
msgctxt "notebookbar_groupedbar_full|viewb"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_full.ui:4632
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6202
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4854
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6446
msgctxt "notebookbar_groupedbar_full|reviewb"
msgid "_Review"
msgstr "_ከለሳ"
-#: notebookbar_groupedbar_full.ui:4920
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8526
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9790
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11217
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12467
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5146
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8797
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:10082
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11526
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12797
msgctxt "notebookbar_groupedbar_full|arrangedrawb"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_full.ui:5075
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5305
msgctxt "notebookbar_groupedbar_full|slideshowt"
msgid "_Slide Show"
msgstr "_ተንሸራታች ማሳያ"
-#: notebookbar_groupedbar_full.ui:5327
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6592
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5558
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6841
msgctxt "notebookbar_groupedbar_full|formatd"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: notebookbar_groupedbar_full.ui:5651
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6918
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5883
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:7168
msgctxt "notebookbar_groupedbar_full|paragraphTextb"
msgid "_Paragraph"
msgstr "_አንቀጽ"
-#: notebookbar_groupedbar_full.ui:5894
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6130
msgctxt "notebookbar_groupedbar_full|insertTextt"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_groupedbar_full.ui:6056
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6296
msgctxt "notebookbar_groupedbar_full|viewt"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_full.ui:6339
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:6587
msgctxt "notebookbar_groupedbar_full|slideshowtt"
msgid "_Slide Show"
msgstr "_ተንሸራታች ማሳያ"
-#: notebookbar_groupedbar_full.ui:7097
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:7351
msgctxt "notebookbar_groupedbar_full|tabled"
msgid "T_able"
msgstr "ሰ_ንጠረዥ"
-#: notebookbar_groupedbar_full.ui:7362
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:7620
msgctxt "notebookbar_groupedbar_full|rowscolumnst"
msgid "R_ows"
msgstr "ረ_ድፎች"
-#: notebookbar_groupedbar_full.ui:7482
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:7744
msgctxt "notebookbar_groupedbar_full|calculatet"
msgid "_Calc"
msgstr "_ሰንጠረዥ"
-#: notebookbar_groupedbar_full.ui:7818
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8084
msgctxt "notebookbar_groupedbar_full|drawb"
msgid "D_raw"
msgstr "መ_ሳያ"
-#: notebookbar_groupedbar_full.ui:8114
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8381
msgctxt "notebookbar_groupedbar_full|editdrawb"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: notebookbar_groupedbar_full.ui:8677
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9941
-#: /home/cl/vc/git/libo-core/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11368
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:8952
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:10237
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11681
msgctxt "notebookbar_groupedbar_full|GridDrawB"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_full.ui:8819
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9098
msgctxt "notebookbar_groupedbar_full|viewDrawb"
msgid "Grou_p"
msgstr "ቡድ_ን"
-#: notebookbar_groupedbar_full.ui:8958
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9241
msgctxt "notebookbar_groupedbar_full|3Db"
msgid "3_D"
msgstr "3_ዲ"
-#: notebookbar_groupedbar_full.ui:9216
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9503
msgctxt "notebookbar_groupedbar_full|graphicB"
msgid "_Graphic"
msgstr "_ንድፍ"
-#: notebookbar_groupedbar_full.ui:9387
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:9675
msgctxt "notebookbar_groupedbar_full|colorb"
msgid "C_olor"
msgstr "ቀ_ለም"
-#: notebookbar_groupedbar_full.ui:10344
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:10644
msgctxt "notebookbar_groupedbar_full|media"
msgid "_Media"
msgstr "_መገናኛ"
-#: notebookbar_groupedbar_full.ui:10520
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:10824
msgctxt "notebookbar_groupedbar_full|slideshowOLE"
msgid "_Slide Show"
msgstr "_ተንሸራታች ማሳያ"
-#: notebookbar_groupedbar_full.ui:10805
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11110
msgctxt "notebookbar_groupedbar_full|editdrawb"
msgid "F_rame"
msgstr "ክ_ፈፍ"
-#: notebookbar_groupedbar_full.ui:11514
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11831
msgctxt "notebookbar_groupedbar_full|viewtOLE"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_full.ui:11674
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11995
msgctxt "notebookbar_groupedbar_full|oleB"
msgid "_Master Page"
msgstr "_ዋናው ገጽ"
-#: notebookbar_groupedbar_full.ui:11912
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12234
msgctxt "notebookbar_groupedbar_full|insertTextm"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_groupedbar_full.ui:12141
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12467
msgctxt "notebookbar_groupedbar_full|drawm"
msgid "D_raw"
msgstr "መ_ሳያ"
-#: notebookbar_groupedbar_full.ui:12629
+#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:12963
msgctxt "notebookbar_groupedbar_full|masterviewm"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_full.ui:12749
-msgctxt "notebookbar_groupedbar_full|menub"
-msgid "_Menu"
-msgstr "_ዝርዝር"
-
-#: notebookbar_groupedbar_full.ui:12801
-msgctxt "notebookbar_groupedbar_full|toolsb"
-msgid "_Tools"
-msgstr "_መሳሪያዎች"
-
-#: notebookbar_groupedbar_full.ui:12855
-msgctxt "notebookbar_groupedbar_full|helpb"
-msgid "_Help"
-msgstr "_እርዳታ"
-
-#: notebookbar_groups.ui:49
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:49
msgctxt "notebookbar_groups|layout01"
msgid "Blank"
msgstr "ባዶ"
-#: notebookbar_groups.ui:57
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:57
msgctxt "notebookbar_groups|layout02"
msgid "Title Slide"
msgstr "አርእስት ማንሸራተቻ"
-#: notebookbar_groups.ui:65
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:65
msgctxt "notebookbar_groups|layout03"
msgid "Title, Text"
msgstr "አርእስት: ጽሁፍ"
-#: notebookbar_groups.ui:73
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:73
msgctxt "notebookbar_groups|layout04"
msgid "Title, Content"
msgstr "አርእስት: ይዞታ"
-#: notebookbar_groups.ui:81
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:81
msgctxt "notebookbar_groups|layout05"
msgid "Centered Text"
msgstr "ጽሁፍ መሀከል ላይ"
-#: notebookbar_groups.ui:104
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:104
msgctxt "notebookbar_groups|hyperlink"
msgid "Hyperlink"
msgstr "Hyperlink"
-#: notebookbar_groups.ui:118
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:118
msgctxt "notebookbar_groups|footnote"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: notebookbar_groups.ui:127
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:127
msgctxt "notebookbar_groups|endnote"
msgid "Endnote"
msgstr "የ መጨረሻ ማስታወሻ"
-#: notebookbar_groups.ui:142
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:142
msgctxt "notebookbar_groups|bookmark"
msgid "Bookmark"
msgstr "ምልክት ማድረጊያ"
-#: notebookbar_groups.ui:151
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:151
msgctxt "notebookbar_groups|crossreference"
msgid "Cross-Reference"
msgstr "መስቀልኛ-ማመሳከሪያ"
-#: notebookbar_groups.ui:168
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:168
msgctxt "notebookbar_groups|master01"
msgid "Master 1"
msgstr "ዋናው 1"
-#: notebookbar_groups.ui:177
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:177
msgctxt "notebookbar_groups|master02"
msgid "Master 2"
msgstr "ዋናው 2"
-#: notebookbar_groups.ui:257
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:257
msgctxt "notebookbar_groups|shapestyledefault"
msgid "Default"
msgstr "ነባር"
-#: notebookbar_groups.ui:265
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:265
msgctxt "notebookbar_groups|shapestylenofill"
msgid "No Fill"
msgstr "መሙያ የለም"
-#: notebookbar_groups.ui:273
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:273
msgctxt "notebookbar_groups|shapestyleshadow"
msgid "With Shadow"
msgstr "ከ ጥላ ጋር"
-#: notebookbar_groups.ui:287
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:287
msgctxt "notebookbar_groups|shapestyletitle1"
msgid "Title 1"
msgstr "አርዕስት 1"
-#: notebookbar_groups.ui:295
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:295
msgctxt "notebookbar_groups|shapestyletitle2"
msgid "Title 2"
msgstr "አርእስት 2"
-#: notebookbar_groups.ui:489
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:494
msgctxt "notebookbar_groups|filegrouplabel"
msgid "File"
msgstr "ፋይል"
-#: notebookbar_groups.ui:642
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:650
msgctxt "notebookbar_groups|clipboardgrouplabel"
msgid "Clipboard"
msgstr "ቁራጭ ሰሌዳ"
-#: notebookbar_groups.ui:688
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:696
msgctxt "notebookbar_groups|shapestyleb"
msgid "Style"
msgstr "ዘዴ"
-#: notebookbar_groups.ui:849
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:858
msgctxt "notebookbar_groups|growb"
msgid " "
msgstr " "
-#: notebookbar_groups.ui:871
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:881
msgctxt "notebookbar_groups|shrinkb"
msgid " "
msgstr " "
-#: notebookbar_groups.ui:1201
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1218
msgctxt "notebookbar_groups|formatgrouplabel"
msgid "Text"
msgstr "ጽሁፍ"
-#: notebookbar_groups.ui:1251
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1268
msgctxt "notebookbar_groups|startshowb"
msgid "Start"
msgstr "መጀመሪያ"
-#: notebookbar_groups.ui:1275
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1293
msgctxt "notebookbar_groups|masterb"
msgid "Master"
msgstr "ዋናው"
-#: notebookbar_groups.ui:1293
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1312
msgctxt "notebookbar_groups|layoutb"
msgid "Layout"
msgstr "እቅድ"
-#: notebookbar_groups.ui:1323
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1343
msgctxt "notebookbar_groups|animationb"
msgid "Animation"
msgstr "እንቅስቃሴ"
-#: notebookbar_groups.ui:1340
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1361
msgctxt "notebookbar_groups|transitionb"
msgid "Transition"
msgstr "መሸጋገሪያ"
-#: notebookbar_groups.ui:1386
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1408
msgctxt "notebookbar_groups|slidegrouplabel"
msgid "Slide"
msgstr "ተንሸራታች"
-#: notebookbar_groups.ui:1460
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1482
msgctxt "notebookbar_groups|shapesb"
msgid "Shapes"
msgstr "ቅርጾች"
-#: notebookbar_groups.ui:1476
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1498
msgctxt "notebookbar_groups|linksb"
msgid "Links"
msgstr "አገናኞች"
-#: notebookbar_groups.ui:1584
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1610
msgctxt "notebookbar_groups|insertgrouplabel"
msgid "Insert"
msgstr "ማስገቢያ"
-#: notebookbar_groups.ui:1620
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1646
msgctxt "notebookbar_groups|imagestyleb"
msgid "Style"
msgstr "ዘዴ"
-#: notebookbar_groups.ui:1659
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1687
msgctxt "notebookbar_groups|resetb"
msgid "Reset"
msgstr "እንደ ነበር መመለሻ"
-#: notebookbar_groups.ui:1703
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1733
msgctxt "notebookbar_groups|wrapb"
msgid "Wrap"
msgstr "መጠቅለያ"
-#: notebookbar_groups.ui:1718
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1749
msgctxt "notebookbar_groups|lockb"
msgid "Lock"
msgstr "መቆለፊያ"
-#: notebookbar_groups.ui:1762
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1794
msgctxt "notebookbar_groups|imagegrouplabel"
msgid "Image"
msgstr "ምስል"
-#: notebookbar_groups.ui:1818
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1850
msgctxt "notebookbar_groups|wrapoff"
msgid "None"
msgstr "ምንም"
-#: notebookbar_groups.ui:1827
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1859
msgctxt "notebookbar_groups|wrapideal"
msgid "Optimal"
msgstr "አጥጋቢ"
-#: notebookbar_groups.ui:1836
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1868
msgctxt "notebookbar_groups|wrapon"
msgid "Parallel"
msgstr "አጓዳኝ"
-#: notebookbar_groups.ui:1845
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1877
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
msgstr "በፊት"
-#: notebookbar_groups.ui:1854
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1886
msgctxt "notebookbar_groups|wrapright"
msgid "After"
msgstr "በኋላ"
-#: notebookbar_groups.ui:1863
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1895
msgctxt "notebookbar_groups|wrapthrough"
msgid "Through"
msgstr "በሙሉ"
-#: notebookbar_groups.ui:1878
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1910
msgctxt "notebookbar_groups|wrapcontour"
msgid "Contour"
msgstr "ቅርጽ"
-#: notebookbar_groups.ui:1887
+#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1919
msgctxt "notebookbar_groups|contourdialog"
msgid "Edit Contour"
msgstr "ቅርጽ ማረሚያ"
-#: optimpressgeneralpage.ui:40
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:40
msgctxt "optimpressgeneralpage|qickedit"
msgid "Allow quick editing"
msgstr "ፈጣን ማረሚያ ማስቻያ"
-#: optimpressgeneralpage.ui:56
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:56
msgctxt "optimpressgeneralpage|textselected"
-msgid "Only text area selected"
-msgstr "ጽሁፍ ብቻ ተመርጧል"
+msgid "Only text area selectable"
+msgstr "የ ጽሁፍ ቦታ ብቻ መምረጥ ይቻላል"
-#: optimpressgeneralpage.ui:79
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:79
msgctxt "optimpressgeneralpage|label2"
msgid "Text Objects"
msgstr "የ ጽሁፍ እቃዎች"
-#: optimpressgeneralpage.ui:113
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:113
msgctxt "optimpressgeneralpage|startwithwizard"
msgid "Start with _Template Selection"
msgstr "በ _ቴምፕሌት ምርጫ ይጀምሩ"
-#: optimpressgeneralpage.ui:134
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:134
msgctxt "optimpressgeneralpage|newdoclbl"
msgid "New Document"
msgstr "አዲስ ሰነድ"
-#: optimpressgeneralpage.ui:170
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:170
msgctxt "optimpressgeneralpage|copywhenmove"
msgid "Copy when moving"
msgstr "በሚያንቀሳቅሱ ጊዜ ኮፒ ማድረጊያ"
-#: optimpressgeneralpage.ui:193
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:193
msgctxt "optimpressgeneralpage|label6"
msgid "Unit of _measurement:"
msgstr "የ_መለኪያ ክፍል:"
-#: optimpressgeneralpage.ui:230
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:230
msgctxt "optimpressgeneralpage|tapstoplabel"
msgid "Ta_b stops:"
msgstr "የ ማስ_ረጊያ ማስቆሚያ:"
-#: optimpressgeneralpage.ui:262
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:261
msgctxt "optimpressgeneralpage|objalwymov"
msgid "Objects always moveable"
msgstr "እቃው ሁልጊዜ ተንቀሳቃሽ ነው"
-#: optimpressgeneralpage.ui:277
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:276
msgctxt "optimpressgeneralpage|distrotcb"
msgid "Do not distort objects in curve"
msgstr "እቃዎችን ክብ በሚደረጉበት ጊዜ አታጣምም"
-#: optimpressgeneralpage.ui:293
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:292
msgctxt "optimpressgeneralpage|backgroundback"
msgid "Use background cache"
msgstr "የ መደብ መደበቂያ መጠቀሚያ"
-#: optimpressgeneralpage.ui:315
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:314
msgctxt "optimpressgeneralpage|label4"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: optimpressgeneralpage.ui:350
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:349
msgctxt "optimpressgeneralpage|enremotcont"
msgid "Enable remote control"
msgstr "በርቀት መቆጣጠሪያ ማስቻያ"
-#: optimpressgeneralpage.ui:365
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:364
msgctxt "optimpressgeneralpage|enprsntcons"
msgid "Enable Presenter Console"
msgstr "የማቅረቢያ መቆጣጠሪያ ማስቻያ"
-#: optimpressgeneralpage.ui:386
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:385
msgctxt "optimpressgeneralpage|label7"
msgid "Presentation"
msgstr "ማቅረቢያ"
-#: optimpressgeneralpage.ui:425
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:424
msgctxt "optimpressgeneralpage|label8"
msgid "_Drawing scale:"
msgstr "የ _መሳያ መጠን:"
-#: optimpressgeneralpage.ui:439
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:438
msgctxt "optimpressgeneralpage|widthlbl"
msgid "Page _width:"
msgstr "የ ገጽ _ስፋት:"
-#: optimpressgeneralpage.ui:453
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:452
msgctxt "optimpressgeneralpage|heightlbl"
msgid "Page _height:"
msgstr "የ ገጽ _እርዝመት:"
-#: optimpressgeneralpage.ui:575
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:569
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "መለኪያ"
-#: optimpressgeneralpage.ui:607
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:601
msgctxt "optimpressgeneralpage|printermetrics"
msgid "Us_e printer metrics for document formatting"
msgstr "ለ ሰነድ አቀራረብ የ ማተሚያ መለኪያ ይጠቀ_ሙ"
-#: optimpressgeneralpage.ui:622
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:616
msgctxt "optimpressgeneralpage|cbCompatibility"
msgid "Add _spacing between paragraphs and tables"
msgstr "በ ንድፎች እና በ ሰንጠረዦች መካከል _ክፍተት መጨመሪያ"
-#: optimpressgeneralpage.ui:645
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:639
msgctxt "optimpressgeneralpage|label1"
msgid "Compatibility"
msgstr "ተስማሚነት"
-#: photoalbum.ui:18
+#: sd/uiconfig/simpress/ui/photoalbum.ui:18
msgctxt "photoalbum|liststore2"
msgid "1 Image"
msgstr "1 ምስል"
-#: photoalbum.ui:21
+#: sd/uiconfig/simpress/ui/photoalbum.ui:21
msgctxt "photoalbum|liststore2"
msgid "2 Images"
msgstr "2 ምስሎች"
-#: photoalbum.ui:24
+#: sd/uiconfig/simpress/ui/photoalbum.ui:24
msgctxt "photoalbum|liststore2"
msgid "4 Images"
msgstr "4 ምስሎች"
-#: photoalbum.ui:31
+#: sd/uiconfig/simpress/ui/photoalbum.ui:31
msgctxt "photoalbum|PhotoAlbumCreatorDialog"
msgid "Create Photo Album"
msgstr "የ ፎቶ አልበም መፍጠሪያ"
-#: photoalbum.ui:60
+#: sd/uiconfig/simpress/ui/photoalbum.ui:60
msgctxt "photoalbum|create_btn"
msgid "Insert Slides"
msgstr "ተንሸራታች ማስገቢያ"
-#: photoalbum.ui:169
+#: sd/uiconfig/simpress/ui/photoalbum.ui:169
msgctxt "photoalbum|rem_btn|tooltip_text"
msgid "Remove Image from List"
msgstr "ምስል ከ ዝርዝር ውስጥ ማስወገጃ"
-#: photoalbum.ui:185
+#: sd/uiconfig/simpress/ui/photoalbum.ui:185
msgctxt "photoalbum|up_btn|tooltip_text"
msgid "Move Image Up"
msgstr "ምስል ወደ ላይ ማንቀሳቀሻ"
-#: photoalbum.ui:201
+#: sd/uiconfig/simpress/ui/photoalbum.ui:201
msgctxt "photoalbum|down_btn|tooltip_text"
msgid "Move Image Down"
msgstr "ምስል ወደ ታች ማንቀሳቀሻ"
-#: photoalbum.ui:277
+#: sd/uiconfig/simpress/ui/photoalbum.ui:277
msgctxt "photoalbum|label2"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: photoalbum.ui:306
+#: sd/uiconfig/simpress/ui/photoalbum.ui:306
msgctxt "photoalbum|label7"
msgid "Slide layout:"
msgstr "የ ተንሸራታች እቅድ:"
-#: photoalbum.ui:344
+#: sd/uiconfig/simpress/ui/photoalbum.ui:344
msgctxt "photoalbum|cap_check"
msgid "Add caption to each slide"
msgstr "ለ እያንዳንዱ ተንሸራታች መግለጫ መጨመሪያ"
-#: photoalbum.ui:359
+#: sd/uiconfig/simpress/ui/photoalbum.ui:360
msgctxt "photoalbum|asr_check"
msgid "Keep aspect ratio"
msgstr "የ መጠን አንጻር መጠበቂያ"
-#: photoalbum.ui:375
+#: sd/uiconfig/simpress/ui/photoalbum.ui:377
msgctxt "photoalbum|asr_check_crop"
msgid "Fill Screen"
msgstr "በ ሙሉ መመልከቻው"
-#: photoalbum.ui:390
+#: sd/uiconfig/simpress/ui/photoalbum.ui:393
msgctxt "photoalbum|insert_as_link_check"
msgid "Link images"
msgstr "ምስሎች አገናኝ"
-#: presentationdialog.ui:8
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:8
msgctxt "presentationdialog|PresentationDialog"
msgid "Slide Show Settings"
msgstr "ተንሸራታች ማሳያ ማሰናጃዎች"
-#: presentationdialog.ui:49
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:49
msgctxt "presentationdialog|from"
msgid "_From:"
msgstr "_ከ :"
-#: presentationdialog.ui:76
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:76
msgctxt "presentationdialog|from_cb-atkobject"
msgid "Starting slide"
msgstr "ተንሸራታች ማስጀመሪያ"
-#: presentationdialog.ui:93
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:93
msgctxt "presentationdialog|allslides"
msgid "All _slides"
msgstr "ሁሉንም _ተንሸራታቾች"
-#: presentationdialog.ui:110
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:110
msgctxt "presentationdialog|customslideshow"
msgid "_Custom slide show:"
msgstr "ተንሸራታች ማሳያ _ማስተካከያ:"
-#: presentationdialog.ui:150
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:150
msgctxt "presentationdialog|label1"
msgid "Range"
msgstr "መጠን"
-#: presentationdialog.ui:205
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:205
msgctxt "presentationdialog|presdisplay_label"
msgid "P_resentation display:"
msgstr "ማ_ቅረቢያ ማሳያ:"
-#: presentationdialog.ui:226
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:226
msgctxt "presentationdialog|externalmonitor_str"
msgid "Display %1 (external)"
msgstr "ማሳያ %1 (የውጪ)"
-#: presentationdialog.ui:236
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:236
msgctxt "presentationdialog|monitor_str"
msgid "Display %1"
msgstr "ማሳያ %1"
-#: presentationdialog.ui:246
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:246
msgctxt "presentationdialog|allmonitors_str"
msgid "All displays"
msgstr "ሁሉንም ማሳያዎች"
-#: presentationdialog.ui:256
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:256
msgctxt "presentationdialog|external_str"
msgid "Auto External (Display %1)"
msgstr "በራሱ የ ውጪ (ማሳያ %1)"
-#: presentationdialog.ui:277
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:277
msgctxt "presentationdialog|label3"
msgid "Multiple Displays"
msgstr "በርካታ ማሳያዎች"
-#: presentationdialog.ui:317
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:317
msgctxt "presentationdialog|default"
msgid "F_ull screen"
msgstr "በ _ሙሉ መመልከቻ ዘዴ"
-#: presentationdialog.ui:334
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:334
msgctxt "presentationdialog|window"
msgid "In a _window"
msgstr "በ _መስኮት ውስጥ"
-#: presentationdialog.ui:350
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:350
msgctxt "presentationdialog|auto"
msgid "_Loop and repeat after:"
msgstr "_ዙር እና መድገሚያ በኋላ:"
-#: presentationdialog.ui:369
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:369
msgctxt "presentationdialog|showlogo"
msgid "Show _logo"
msgstr "_አርማ ማሳያ"
-#: presentationdialog.ui:388
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:388
msgctxt "presentationdialog|pauseduration|tooltip_text"
msgid "Duration of pause"
msgstr "የማስቆሚያው ጊዜ"
-#: presentationdialog.ui:395
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:395
msgctxt "presentationdialog|pauseduration-atkobject"
msgid "Pause Duration"
msgstr "የማስቆሚያው ጊዜ"
-#: presentationdialog.ui:412
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:412
msgctxt "presentationdialog|label2"
msgid "Presentation Mode"
msgstr "የ ማቅረቢያ ዘዴ"
-#: presentationdialog.ui:447
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:447
msgctxt "presentationdialog|manualslides"
msgid "Change slides _manually"
msgstr "ተንሸራታቾችን _በእጅ መቀየሪያ"
-#: presentationdialog.ui:462
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:462
msgctxt "presentationdialog|pointervisible"
msgid "Mouse pointer _visible"
msgstr "የአይጥ መጠቆሚያ _የሚታየው"
-#: presentationdialog.ui:477
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:477
msgctxt "presentationdialog|pointeraspen"
msgid "Mouse pointer as _pen"
msgstr "የአይጥ መጠቆሚያ እንደ _ብዕር"
-#: presentationdialog.ui:492
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:492
msgctxt "presentationdialog|animationsallowed"
msgid "_Animations allowed"
msgstr "_እንቅስቃሴ የተፈቀደ"
-#: presentationdialog.ui:507
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:507
msgctxt "presentationdialog|changeslidesbyclick"
msgid "Change slides by clic_king on background"
msgstr "የ ተንሸራታቹን መደብ በ መ_ጫን መቀየሪያ"
-#: presentationdialog.ui:522
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:522
msgctxt "presentationdialog|alwaysontop"
msgid "Presentation always _on top"
msgstr "ማቅረቢያው ሁልጊዜ ከ _ላይ"
-#: presentationdialog.ui:543
+#: sd/uiconfig/simpress/ui/presentationdialog.ui:543
msgctxt "presentationdialog|label4"
msgid "Options"
msgstr "ምርጫዎች"
-#: prntopts.ui:37
+#: sd/uiconfig/simpress/ui/prntopts.ui:37
msgctxt "prntopts|pagenmcb"
msgid "_Page name"
msgstr "_የገጽ ስም"
-#: prntopts.ui:54
+#: sd/uiconfig/simpress/ui/prntopts.ui:54
msgctxt "prntopts|datecb"
msgid "D_ate"
msgstr "ቀ_ን"
-#: prntopts.ui:71
+#: sd/uiconfig/simpress/ui/prntopts.ui:71
msgctxt "prntopts|timecb"
msgid "Ti_me"
msgstr "ሰአ_ት"
-#: prntopts.ui:88
+#: sd/uiconfig/simpress/ui/prntopts.ui:88
msgctxt "prntopts|hiddenpgcb"
msgid "H_idden pages"
msgstr "የ_ተደበቁ ገጾች"
-#: prntopts.ui:111
+#: sd/uiconfig/simpress/ui/prntopts.ui:111
msgctxt "prntopts|printlbl"
msgid "Print"
msgstr "ማተሚያ"
-#: prntopts.ui:145
+#: sd/uiconfig/simpress/ui/prntopts.ui:145
msgctxt "prntopts|pagedefaultrb"
msgid "Default"
msgstr "ነባር"
-#: prntopts.ui:163
+#: sd/uiconfig/simpress/ui/prntopts.ui:164
msgctxt "prntopts|fittopgrb"
msgid "_Fit to page"
msgstr "በ ገጹ _ልክ"
-#: prntopts.ui:181
+#: sd/uiconfig/simpress/ui/prntopts.ui:182
msgctxt "prntopts|tilepgrb"
msgid "_Tile pages"
msgstr "ገጾች _መደርደሪያ"
-#: prntopts.ui:199
+#: sd/uiconfig/simpress/ui/prntopts.ui:200
msgctxt "prntopts|brouchrb"
msgid "B_rochure"
msgstr "መ_ግለጫ ጽሁፍ"
-#: prntopts.ui:217
+#: sd/uiconfig/simpress/ui/prntopts.ui:218
msgctxt "prntopts|papertryfrmprntrcb"
msgid "Paper tray from printer s_ettings"
msgstr "የ ወረቀት ትሪ ከ ማተሚያ ማ_ሰናጃዎች"
-#: prntopts.ui:240
+#: sd/uiconfig/simpress/ui/prntopts.ui:241
msgctxt "prntopts|frontcb"
msgid "Fr_ont"
msgstr "ከ ፊት_ለፊት"
-#: prntopts.ui:259
+#: sd/uiconfig/simpress/ui/prntopts.ui:260
msgctxt "prntopts|backcb"
msgid "Ba_ck"
msgstr "ከ ኋ_ላ"
-#: prntopts.ui:293
+#: sd/uiconfig/simpress/ui/prntopts.ui:294
msgctxt "prntopts|label3"
msgid "Page Options"
msgstr "የ ገጽ ምርጫዎች"
-#: prntopts.ui:339
+#: sd/uiconfig/simpress/ui/prntopts.ui:340
msgctxt "prntopts|drawingcb"
msgid "Drawing"
msgstr "መሳያ"
-#: prntopts.ui:355
+#: sd/uiconfig/simpress/ui/prntopts.ui:357
msgctxt "prntopts|notecb"
msgid "Notes"
msgstr "ማስታወሻዎች"
-#: prntopts.ui:371
+#: sd/uiconfig/simpress/ui/prntopts.ui:374
msgctxt "prntopts|handoutcb"
msgid "Handouts"
msgstr "በ እጅ የሚሰጥ"
-#: prntopts.ui:387
+#: sd/uiconfig/simpress/ui/prntopts.ui:391
msgctxt "prntopts|outlinecb"
msgid "Outline"
msgstr "ረቂቅ"
-#: prntopts.ui:409
+#: sd/uiconfig/simpress/ui/prntopts.ui:414
msgctxt "prntopts|contentlbl"
msgid "Content"
msgstr "ይዞታ"
-#: prntopts.ui:442
+#: sd/uiconfig/simpress/ui/prntopts.ui:447
msgctxt "prntopts|defaultrb"
msgid "Default"
msgstr "ነባር"
-#: prntopts.ui:459
+#: sd/uiconfig/simpress/ui/prntopts.ui:465
msgctxt "prntopts|grayscalerb"
msgid "Gra_yscale"
msgstr "Gra_yscale"
-#: prntopts.ui:477
+#: sd/uiconfig/simpress/ui/prntopts.ui:483
msgctxt "prntopts|blackwhiterb"
msgid "Black & _white"
msgstr "ጥቁር & _ነጭ"
-#: prntopts.ui:501
+#: sd/uiconfig/simpress/ui/prntopts.ui:507
msgctxt "prntopts|label2"
msgid "Quality"
msgstr "ጥራት"
-#: publishingdialog.ui:9
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:9
msgctxt "publishingdialog|PublishingDialog"
msgid "HTML Export"
msgstr "HTML መላኪያ"
-#: publishingdialog.ui:42
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:42
msgctxt "publishingdialog|newDesignRadiobutton"
msgid "New _design"
msgstr "አዲስ _ንድፍ"
-#: publishingdialog.ui:61
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:61
msgctxt "publishingdialog|oldDesignRadiobutton"
msgid "Existing design"
msgstr "የነበረው ንድፍ"
-#: publishingdialog.ui:109
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:110
msgctxt "publishingdialog|delDesingButton"
msgid "Delete Selected Design"
msgstr "የተመረጠውን ንድፍ ማጥፊያ"
-#: publishingdialog.ui:136
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:137
msgctxt "publishingdialog|descLabel"
msgid "Select an existing design or create a new one"
msgstr "የነበረውን ንድፍ መምረጫ ወይም አዲስ መፍጠሪያ"
-#: publishingdialog.ui:155
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:156
msgctxt "publishingdialog|assignLabel"
msgid "Assign Design"
msgstr "ንድፍ መመደቢያ"
-#: publishingdialog.ui:200
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:201
msgctxt "publishingdialog|ASPRadiobutton"
msgid "_Active Server Pages (ASP)"
msgstr "_ንቁ የ ሰርቨር ገጾች (ASP)"
-#: publishingdialog.ui:218
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:219
msgctxt "publishingdialog|perlRadiobutton"
msgid "Perl"
msgstr "Perl"
-#: publishingdialog.ui:250
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:252
msgctxt "publishingdialog|indexTxtLabel"
msgid "_URL for listeners:"
msgstr "_URL ለ አድማጮች:"
-#: publishingdialog.ui:276
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:278
msgctxt "publishingdialog|URLTxtLabel"
msgid "URL for _presentation:"
msgstr "URL ለ _ማቅረቢያ:"
-#: publishingdialog.ui:302
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:304
msgctxt "publishingdialog|CGITxtLabel"
msgid "URL for _Perl scripts:"
msgstr "URL for _Perl scripts:"
-#: publishingdialog.ui:341
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:343
msgctxt "publishingdialog|webCastLabel"
msgid "Webcast"
msgstr "ዌብ ማስተላለፊያ"
-#: publishingdialog.ui:376
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:378
msgctxt "publishingdialog|chgDefaultRadiobutton"
msgid "_As stated in document"
msgstr "በ ሰነዱ ላይ _እንደተወሰነው"
-#: publishingdialog.ui:394
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:396
msgctxt "publishingdialog|chgAutoRadiobutton"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
-#: publishingdialog.ui:431
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:433
msgctxt "publishingdialog|durationTxtLabel"
msgid "_Slide view time:"
msgstr "_ተንሸራታች መመልከቻ ጊዜ:"
-#: publishingdialog.ui:461
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:463
msgctxt "publishingdialog|endlessCheckbutton"
msgid "_Endless"
msgstr "_መጨረሻ የሌለው"
-#: publishingdialog.ui:494
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:496
msgctxt "publishingdialog|kioskLabel"
msgid "Advance Slides"
msgstr "የ ረቀቁ ተንሸራታቾች"
-#: publishingdialog.ui:532
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:534
msgctxt "publishingdialog|contentCheckbutton"
msgid "Create title page"
msgstr "የ ገጽ አርእስት መፍጠሪያ"
-#: publishingdialog.ui:549
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:552
msgctxt "publishingdialog|notesCheckbutton"
msgid "Show notes"
msgstr "ማስታወሻዎች ማሳያ"
-#: publishingdialog.ui:572
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:576
msgctxt "publishingdialog|htmlOptionsLabel"
msgid "Options"
msgstr "ምርጫዎች"
-#: publishingdialog.ui:663
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:667
msgctxt "publishingdialog|webCastRadiobutton"
msgid "_WebCast"
msgstr "_ዌብ ማስተላለፊያ"
-#: publishingdialog.ui:680
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:684
msgctxt "publishingdialog|kioskRadiobutton"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
-#: publishingdialog.ui:697
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:701
msgctxt "publishingdialog|singleDocumentRadiobutton"
msgid "_Single-document HTML"
msgstr "የ HTML _ነጠላ-ሰነድ"
-#: publishingdialog.ui:714
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:718
msgctxt "publishingdialog|framesRadiobutton"
msgid "Standard HTML with _frames"
msgstr "መደበኛ HTML ከ _ክፈፎች ጋር"
-#: publishingdialog.ui:731
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:735
msgctxt "publishingdialog|standardRadiobutton"
msgid "Standard H_TML format"
msgstr "መደበኛ የ H_TML አቀራረብ"
-#: publishingdialog.ui:754
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:758
msgctxt "publishingdialog|publicationLabel"
msgid "Publication Type"
msgstr "የህትመቱ አይነት"
-#: publishingdialog.ui:812
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:816
msgctxt "publishingdialog|pngRadiobutton"
msgid "_PNG"
msgstr "_PNG"
-#: publishingdialog.ui:831
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:835
msgctxt "publishingdialog|gifRadiobutton"
msgid "_GIF"
msgstr "_GIF"
-#: publishingdialog.ui:849
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:853
msgctxt "publishingdialog|jpgRadiobutton"
msgid "_JPG"
msgstr "_JPG"
-#: publishingdialog.ui:876
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:880
msgctxt "publishingdialog|qualityTxtLabel"
msgid "_Quality:"
msgstr "_ጥራት:"
-#: publishingdialog.ui:918
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:922
msgctxt "publishingdialog|saveImgAsLabel"
msgid "Save Images As"
msgstr "ምስሉን ማስቀመጫ እንደ"
-#: publishingdialog.ui:953
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:957
msgctxt "publishingdialog|resolution1Radiobutton"
msgid "Low (_640 × 480 pixels)"
msgstr "ዝቅተኛ (_640 × 480 ፒክስልስ)"
-#: publishingdialog.ui:972
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:976
msgctxt "publishingdialog|resolution2Radiobutton"
msgid "Medium (_800 × 600 pixels)"
msgstr "መካከለኛ (_800 × 600 ፒክስልስ)"
-#: publishingdialog.ui:990
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:994
msgctxt "publishingdialog|resolution3Radiobutton"
msgid "High (_1024 × 768 pixels)"
msgstr "ከፍተኛ (_1024 × 768 ፒክስልስ)"
-#: publishingdialog.ui:1015
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1019
msgctxt "publishingdialog|monitorResolutionLabel"
msgid "Monitor Resolution"
msgstr "የ መመልከቻው ሪዞሊሽን"
-#: publishingdialog.ui:1055
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1059
msgctxt "publishingdialog|sldSoundCheckbutton"
msgid "_Export sounds when slide advances"
msgstr "ተንሸራታቹ ሲጀምር ድምጾችን _መላኪያ"
-#: publishingdialog.ui:1073
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1077
msgctxt "publishingdialog|hiddenSlidesCheckbutton"
msgid "Export _hidden slides"
msgstr "የ_ተደበቁ ተንሸራታቾች መላኪያ"
-#: publishingdialog.ui:1096
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1100
msgctxt "publishingdialog|effectsLabel"
msgid "Effects"
msgstr "ውጤት"
-#: publishingdialog.ui:1144
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1148
msgctxt "publishingdialog|authorTxtLabel"
msgid "_Author:"
msgstr "_ደራሲ:"
-#: publishingdialog.ui:1169
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1173
msgctxt "publishingdialog|emailTxtLabel"
msgid "E-_mail address:"
msgstr "ኢ-_ሜይል አድራሻ:"
-#: publishingdialog.ui:1183
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1187
msgctxt "publishingdialog|wwwTxtLabel"
msgid "Your hom_epage:"
msgstr "የ እርስዎ ድህረ_ገጽ:"
-#: publishingdialog.ui:1198
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1202
msgctxt "publishingdialog|addInformLabel"
msgid "Additional _information:"
msgstr "ተጨማሪ _መረጃ:"
-#: publishingdialog.ui:1243
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1247
msgctxt "publishingdialog|downloadCheckbutton"
msgid "Link to a copy of the _original presentation"
msgstr "ለ _ዋናው ማቅረቢያ ኮፒ አገናኝ"
-#: publishingdialog.ui:1266
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1270
msgctxt "publishingdialog|infTitlePageLabel"
msgid "Information for the Title Page"
msgstr "የ አርእስት ገጽ መረጃ"
-#: publishingdialog.ui:1304
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1308
msgctxt "publishingdialog|textOnlyCheckbutton"
msgid "_Text only"
msgstr "_ጽሁፍ ብቻ"
-#: publishingdialog.ui:1343
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1347
msgctxt "publishingdialog|buttonStyleLabel"
msgid "Select Button Style"
msgstr "የ ቁልፍ ዘዴ ይምረጡ"
-#: publishingdialog.ui:1381
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1385
msgctxt "publishingdialog|docColorsRadiobutton"
msgid "_Apply color scheme from document"
msgstr "ከ ሰነዱ የቀለም ገጽታ _መፈጸሚያ"
-#: publishingdialog.ui:1400
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1404
msgctxt "publishingdialog|defaultRadiobutton"
msgid "Use _browser colors"
msgstr "የ _መቃኛ ቀለሞች ይጠቀሙ"
-#: publishingdialog.ui:1418
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1422
msgctxt "publishingdialog|userRadiobutton"
msgid "_Use custom color scheme"
msgstr "_ይጠቀሙ የ ቀለም ገጽታ ማስተካከያ"
-#: publishingdialog.ui:1453
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1457
msgctxt "publishingdialog|vLinkButton"
msgid "_Visited Link"
msgstr "_የተጎበኘ አገናኝ"
-#: publishingdialog.ui:1467
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1471
msgctxt "publishingdialog|aLinkButton"
msgid "Active Li_nk"
msgstr "ንቁ አገ_ናኝ"
-#: publishingdialog.ui:1481
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1485
msgctxt "publishingdialog|linkButton"
msgid "Hyper_link"
msgstr "Hyper_link"
-#: publishingdialog.ui:1495
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1499
msgctxt "publishingdialog|textButton"
msgid "Text"
msgstr "ጽሁፍ"
-#: publishingdialog.ui:1528
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1532
msgctxt "publishingdialog|backButton"
msgid "Bac_kground"
msgstr "መደ_ብ"
-#: publishingdialog.ui:1559
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1563
msgctxt "publishingdialog|selectColorLabel"
msgid "Select Color Scheme"
msgstr "የ ቀለም ገጽታ ይምረጡ"
-#: publishingdialog.ui:1607
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1611
msgctxt "publishingdialog|lastPageButton"
msgid "< Back"
msgstr "< ወደ ኋላ"
-#: publishingdialog.ui:1621
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1625
msgctxt "publishingdialog|nextPageButton"
msgid "Ne_xt >"
msgstr "ይቀ_ጥሉ >"
-#: publishingdialog.ui:1638
+#: sd/uiconfig/simpress/ui/publishingdialog.ui:1642
msgctxt "publishingdialog|finishButton"
msgid "_Create"
msgstr "_መፍጠሪያ"
-#: remotedialog.ui:9
+#: sd/uiconfig/simpress/ui/remotedialog.ui:9
msgctxt "remotedialog|RemoteDialog"
msgid "Impress Remote"
msgstr "በርቀት ማስደነቂያ"
-#: remotedialog.ui:102
+#: sd/uiconfig/simpress/ui/remotedialog.ui:102
msgctxt "remotedialog|label1"
msgid "Connections"
msgstr "ግንኙነቶች"
-#: rotatemenu.ui:12
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:12
msgctxt "rotatemenu|90"
msgid "Quarter Spin"
msgstr "በ ሩብ ማዞሪያ"
-#: rotatemenu.ui:20
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:20
msgctxt "rotatemenu|180"
msgid "Half Spin"
msgstr "በ ግማሽ ማዞሪያ"
-#: rotatemenu.ui:28
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:28
msgctxt "rotatemenu|360"
msgid "Full Spin"
msgstr "በ ሙሉ ማዞሪያ"
-#: rotatemenu.ui:36
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:36
msgctxt "rotatemenu|720"
msgid "Two Spins"
msgstr "ሁለት ጊዜ ማዞሪያ"
-#: rotatemenu.ui:50
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:50
msgctxt "rotatemenu|clockwise"
msgid "Clockwise"
msgstr "ከ ግራ ወደ ቀኝ"
-#: rotatemenu.ui:58
+#: sd/uiconfig/simpress/ui/rotatemenu.ui:58
msgctxt "rotatemenu|counterclock"
msgid "Counter-clockwise"
msgstr "ከ ቀኝ-ወደ ግራ"
-#: scalemenu.ui:12
+#: sd/uiconfig/simpress/ui/scalemenu.ui:12
msgctxt "scalemenu|25"
msgid "Tiny"
msgstr "ትንሽ"
-#: scalemenu.ui:20
+#: sd/uiconfig/simpress/ui/scalemenu.ui:20
msgctxt "scalemenu|50"
msgid "Smaller"
msgstr "በጣም ትንሽ"
-#: scalemenu.ui:28
+#: sd/uiconfig/simpress/ui/scalemenu.ui:28
msgctxt "scalemenu|150"
msgid "Larger"
msgstr "ትልቅ"
-#: scalemenu.ui:36
+#: sd/uiconfig/simpress/ui/scalemenu.ui:36
msgctxt "scalemenu|400"
msgid "Extra Large"
msgstr "በጣም ትልቅ"
-#: scalemenu.ui:50
+#: sd/uiconfig/simpress/ui/scalemenu.ui:50
msgctxt "scalemenu|hori"
msgid "Horizontal"
msgstr "በ አግድም"
-#: scalemenu.ui:58
+#: sd/uiconfig/simpress/ui/scalemenu.ui:58
msgctxt "scalemenu|vert"
msgid "Vertical"
msgstr "በ ቁመት"
-#: scalemenu.ui:66
+#: sd/uiconfig/simpress/ui/scalemenu.ui:66
msgctxt "scalemenu|both"
msgid "Both"
msgstr "ሁለቱንም"
-#: sdviewpage.ui:26
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:26
msgctxt "sdviewpage|ruler"
msgid "_Rulers visible"
msgstr "የሚታዩ _ማስመሪያዎች"
-#: sdviewpage.ui:42
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:42
msgctxt "sdviewpage|dragstripes"
msgid "_Helplines while moving"
msgstr "የ _እርዳታ መስመር በ ማንቀሳቀስ ላይ እንዳለ"
-#: sdviewpage.ui:58
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:58
msgctxt "sdviewpage|handlesbezier"
msgid "_All control points in Bézier editor"
msgstr "_ሁሉም መቆጣጠሪያ ነጥቦች በ ቤዤ ማረሚያ ውስጥ"
-#: sdviewpage.ui:74
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:74
msgctxt "sdviewpage|moveoutline"
msgid "_Contour of each individual object"
msgstr "የ እያንዳንዱ እቃ _ቅርጽ"
-#: sdviewpage.ui:96
+#: sd/uiconfig/simpress/ui/sdviewpage.ui:96
msgctxt "sdviewpage|label1"
msgid "Display"
msgstr "ማሳያ"
-#: sidebarslidebackground.ui:26
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:26
msgctxt "sidebarslidebackground|label2"
msgid "_Format:"
msgstr "_አቀራረብ:"
-#: sidebarslidebackground.ui:39
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:39
msgctxt "sidebarslidebackground|label3"
msgid "Background:"
msgstr "መደብ:"
-#: sidebarslidebackground.ui:52
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:52
msgctxt "sidebarslidebackground|orientation"
msgid "Landscape"
msgstr "በ መሬት አቀማመጥ"
-#: sidebarslidebackground.ui:53
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:53
msgctxt "sidebarslidebackground|orientation"
msgid "Portrait"
msgstr "ምስል"
-#: sidebarslidebackground.ui:86
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:86
msgctxt "sidebarslidebackground|displaymasterobjects"
msgid "Master Objects"
msgstr "ዋናው እቃዎች"
-#: sidebarslidebackground.ui:125
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:126
msgctxt "sidebarslidebackground|button2"
msgid "Insert Image"
msgstr "ምስል ማስገቢያ"
-#: sidebarslidebackground.ui:163
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:164
msgctxt "sidebarslidebackground|displaymasterbackground"
msgid "Master Background"
msgstr "ዋናው መደብ"
-#: sidebarslidebackground.ui:192
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:194
msgctxt "sidebarslidebackground|label4"
msgid "Orientation:"
msgstr "አቅጣጫ:"
-#: sidebarslidebackground.ui:207
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:209
msgctxt "sidebarslidebackground|masterslidebutton"
msgid "Master View"
msgstr "ዋናው መመልከቻ"
-#: sidebarslidebackground.ui:221
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:223
msgctxt "sidebarslidebackground|closemasterslide"
msgid "Close Master View"
msgstr "ዋናውን መመልከቻ መዝጊያ"
-#: sidebarslidebackground.ui:243
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:245
msgctxt "sidebarslidebackground|marginLB"
msgid "None"
msgstr "ምንም"
-#: sidebarslidebackground.ui:244
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:246
msgctxt "sidebarslidebackground|marginLB"
msgid "Narrow"
msgstr "ጠባብ"
-#: sidebarslidebackground.ui:245
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:247
msgctxt "sidebarslidebackground|marginLB"
msgid "Moderate"
msgstr "መሀከለኛ"
-#: sidebarslidebackground.ui:246
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:248
msgctxt "sidebarslidebackground|marginLB"
msgid "Normal 0.75\""
msgstr "መደበኛ 0.75\""
-#: sidebarslidebackground.ui:247
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:249
msgctxt "sidebarslidebackground|marginLB"
msgid "Normal 1\""
msgstr "መደበኛ 1\""
-#: sidebarslidebackground.ui:248
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:250
msgctxt "sidebarslidebackground|marginLB"
msgid "Normal 1.25\""
msgstr "መደበኛ 1.25\""
-#: sidebarslidebackground.ui:249
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:251
msgctxt "sidebarslidebackground|marginLB"
msgid "Wide"
msgstr "ሰፊ"
-#: sidebarslidebackground.ui:262
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:264
msgctxt "sidebarslidebackground|labelmargin"
msgid "Margin:"
msgstr "መስመር:"
-#: sidebarslidebackground.ui:272
+#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:274
msgctxt "sidebarslidebackground|customlabel"
msgid "Custom"
msgstr "ማስተካከያ"
-#: slidecontextmenu.ui:12
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:12
msgctxt "slidecontextmenu|next"
msgid "_Next"
msgstr "_የሚቀጥለው"
-#: slidecontextmenu.ui:20
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:20
msgctxt "slidecontextmenu|prev"
msgid "_Previous"
msgstr "_ያለፈው"
-#: slidecontextmenu.ui:28
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:28
msgctxt "slidecontextmenu|goto"
msgid "_Go to Slide"
msgstr "ወደ ተንሸራታች _መሄጃ"
-#: slidecontextmenu.ui:38
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:38
msgctxt "slidecontextmenu|first"
msgid "_First Slide"
msgstr "የ _መጀመሪያው ተንሸራታች"
-#: slidecontextmenu.ui:46
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:46
msgctxt "slidecontextmenu|last"
msgid "_Last Slide"
msgstr "የ _መጨረሻው ተንሸራታች"
-#: slidecontextmenu.ui:70
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:70
msgctxt "slidecontextmenu|pen"
msgid "Mouse Pointer as ~Pen"
msgstr "የ አይጥ መጠቆሚያ እንደ ~ብዕር"
-#: slidecontextmenu.ui:78
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:78
msgctxt "slidecontextmenu|width"
msgid "_Pen Width"
msgstr "የ _ብዕር ስፋት"
-#: slidecontextmenu.ui:88
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:88
msgctxt "slidecontextmenu|4"
msgid "_Very Thin"
msgstr "_በጣም ቀጭን"
-#: slidecontextmenu.ui:96
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:96
msgctxt "slidecontextmenu|100"
msgid "_Thin"
msgstr "_ቀጭን"
-#: slidecontextmenu.ui:104
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:104
msgctxt "slidecontextmenu|150"
msgid "_Normal"
msgstr "_መደበኛ"
-#: slidecontextmenu.ui:112
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:112
msgctxt "slidecontextmenu|200"
msgid "_Thick"
msgstr "_ወፍራም"
-#: slidecontextmenu.ui:120
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:120
msgctxt "slidecontextmenu|400"
msgid "_Very Thick"
msgstr "_በጣም ወፍራም"
-#: slidecontextmenu.ui:132
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:132
msgctxt "slidecontextmenu|color"
msgid "_Change Pen Color..."
msgstr "የ ብዕር ቀለም _መቀየሪያ..."
-#: slidecontextmenu.ui:140
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:140
msgctxt "slidecontextmenu|erase"
msgid "_Erase All Ink on Slide"
msgstr "በ ተንሸራታቹ ላይ ያሉትን ቀለሞች _መሰረዣ"
-#: slidecontextmenu.ui:154
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:154
msgctxt "slidecontextmenu|screen"
msgid "_Screen"
msgstr "_መመልከቻ"
-#: slidecontextmenu.ui:164
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:164
msgctxt "slidecontextmenu|black"
msgid "_Black"
msgstr "_ጥቁር"
-#: slidecontextmenu.ui:172
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:172
msgctxt "slidecontextmenu|white"
msgid "_White"
msgstr "_ነጭ"
-#: slidecontextmenu.ui:184
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:184
msgctxt "slidecontextmenu|edit"
msgid "E_dit Presentation"
msgstr "ማቅረቢያ ማ_ረሚያ"
-#: slidecontextmenu.ui:192
+#: sd/uiconfig/simpress/ui/slidecontextmenu.ui:192
msgctxt "slidecontextmenu|end"
msgid "_End Show"
msgstr "ማሳያውን _መጨረሻ"
-#: slidedesigndialog.ui:9
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:9
msgctxt "slidedesigndialog|SlideDesignDialog"
msgid "Slide Design"
msgstr "የ ተንሸራታች ንድፍ"
-#: slidedesigndialog.ui:69
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:69
msgctxt "slidedesigndialog|load"
msgid "_Load..."
msgstr "_መጫኛ..."
-#: slidedesigndialog.ui:110
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:110
msgctxt "slidedesigndialog|masterpage"
msgid "_Exchange background page"
msgstr "የ ገጹን መደብ _መቀያየሪያ"
-#: slidedesigndialog.ui:125
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:125
msgctxt "slidedesigndialog|checkmasters"
msgid "_Delete unused backgrounds"
msgstr "የማይጠቀሙበትን መደብ _ማጥፊያ"
-#: slidedesigndialog.ui:158
+#: sd/uiconfig/simpress/ui/slidedesigndialog.ui:158
msgctxt "slidedesigndialog|label1"
msgid "Select a Slide Design"
msgstr "የ ተንሸራታች ንድፍ ይምረጡ"
-#: slidetransitionspanel.ui:77
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:77
msgctxt "slidetransitionspanel|duration_label"
msgid "Duration:"
msgstr "የሚፈጀው ጊዜ:"
-#: slidetransitionspanel.ui:92
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:92
msgctxt "slidetransitionspanel|transition_duration|tooltip_text"
msgid "Select the speed of Slide Transition."
msgstr "የ ተንሸራታች መሸጋገሪያ ፍጥነት ይምረጡ"
-#: slidetransitionspanel.ui:105
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:105
msgctxt "slidetransitionspanel|sound_label"
msgid "Sound:"
msgstr "ድምጽ:"
-#: slidetransitionspanel.ui:120
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:120
msgctxt "slidetransitionspanel|sound_list"
msgid "No sound"
msgstr "ድምጽ የለም"
-#: slidetransitionspanel.ui:121
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:121
msgctxt "slidetransitionspanel|sound_list"
msgid "Stop previous sound"
msgstr "ቀደም ያለውን ድምፅ ማስቆሚያ"
-#: slidetransitionspanel.ui:122
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:122
msgctxt "slidetransitionspanel|sound_list"
msgid "Other sound..."
msgstr "ሌላ ድምጽ..."
-#: slidetransitionspanel.ui:132
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:132
msgctxt "slidetransitionspanel|loop_sound"
msgid "Loop until next sound"
msgstr "እስከሚቀጥለው ድምጽ አታቋርጥ"
-#: slidetransitionspanel.ui:149
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:150
msgctxt "slidetransitionspanel|variant_label"
msgid "Variant:"
msgstr "የተለያየ:"
-#: slidetransitionspanel.ui:179
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:180
msgctxt "slidetransitionspanel|label1"
msgid "Modify Transition"
msgstr "መሸጋገሪያ ማሻሻያ"
-#: slidetransitionspanel.ui:212
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:213
msgctxt "slidetransitionspanel|rb_mouse_click"
msgid "On mouse click"
msgstr "አይጡን በምጫን ጊዜ"
-#: slidetransitionspanel.ui:228
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:230
msgctxt "slidetransitionspanel|rb_auto_after"
msgid "Automatically after:"
msgstr "ራሱ በራሱ በኋላ:"
-#: slidetransitionspanel.ui:261
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:263
msgctxt "slidetransitionspanel|label2"
msgid "Advance Slide"
msgstr "የ ረቀቀ ተንሸራታች"
-#: slidetransitionspanel.ui:286
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:288
msgctxt "slidetransitionspanel|apply_to_all"
msgid "Apply Transition to All Slides"
msgstr "መሸጋገሪያ ለሁሉም ተንሸራታቾች መፈጸሚያ"
-#: slidetransitionspanel.ui:324
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:326
msgctxt "slidetransitionspanel|auto_preview"
msgid "Automatic Preview"
msgstr "ራሱ በራሱ ቅድመ እይታ"
-#: slidetransitionspanel.ui:339
+#: sd/uiconfig/simpress/ui/slidetransitionspanel.ui:342
msgctxt "slidetransitionspanel|play"
msgid "Play"
msgstr "ማጫወቻ"
-#: slidetransitionspanelhorizontal.ui:56
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:56
msgctxt "slidetransitionspanelhorizontal|duration_label"
msgid "Duration:"
msgstr "የሚፈጀው ጊዜ:"
-#: slidetransitionspanelhorizontal.ui:69
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:69
msgctxt "slidetransitionspanelhorizontal|transition_duration|tooltip_text"
msgid "Select the speed of Slide Transition."
msgstr "የ ተንሸራታች መሸጋገሪያ ፍጥነት ይምረጡ"
-#: slidetransitionspanelhorizontal.ui:81
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:81
msgctxt "slidetransitionspanelhorizontal|variant_label"
msgid "Variant:"
msgstr "የ ተለያየ:"
-#: slidetransitionspanelhorizontal.ui:103
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:103
msgctxt "slidetransitionspanelhorizontal|sound_label"
msgid "Sound:"
msgstr "ድምፅ:"
-#: slidetransitionspanelhorizontal.ui:116
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:116
msgctxt "slidetransitionspanelhorizontal|sound_list"
msgid "No sound"
msgstr "ድምፅ የለም"
-#: slidetransitionspanelhorizontal.ui:117
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:117
msgctxt "slidetransitionspanelhorizontal|sound_list"
msgid "Stop previous sound"
msgstr "ቀደም ያለውን ድምፅ ማስቆሚያ"
-#: slidetransitionspanelhorizontal.ui:118
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:118
msgctxt "slidetransitionspanelhorizontal|sound_list"
msgid "Other sound..."
msgstr "ሌላ ድምፅ..."
-#: slidetransitionspanelhorizontal.ui:128
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:128
msgctxt "slidetransitionspanelhorizontal|loop_sound"
msgid "Loop until next sound"
msgstr "እስከሚቀጥለው ድምጽ አታቋርጥ"
-#: slidetransitionspanelhorizontal.ui:142
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:143
msgctxt "slidetransitionspanelhorizontal|rb_mouse_click"
msgid "On mouse click"
msgstr "አይጡን በምጫን ጊዜ"
-#: slidetransitionspanelhorizontal.ui:159
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:161
msgctxt "slidetransitionspanelhorizontal|rb_auto_after"
msgid "Automatically after:"
msgstr "ራሱ በራሱ በኋላ:"
-#: slidetransitionspanelhorizontal.ui:186
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:188
msgctxt "slidetransitionspanelhorizontal|auto_preview"
msgid "Automatic Preview"
msgstr "ራሱ በራሱ ቅድመ እይታ"
-#: slidetransitionspanelhorizontal.ui:205
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:208
msgctxt "slidetransitionspanelhorizontal|apply_to_all"
msgid "Apply Transition to All Slides"
msgstr "መሸጋገሪያ ለሁሉም ተንሸራታቾች መፈጸሚያ"
-#: slidetransitionspanelhorizontal.ui:226
+#: sd/uiconfig/simpress/ui/slidetransitionspanelhorizontal.ui:229
msgctxt "slidetransitionspanelhorizontal|play"
msgid "Play"
msgstr "ማጫወቻ"
-#: tabledesignpanel.ui:22
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:22
msgctxt "tabledesignpanel|UseFirstRowStyle"
msgid "_Header row"
msgstr "የ _ራስጌ ረድፍ"
-#: tabledesignpanel.ui:37
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:37
msgctxt "tabledesignpanel|UseLastRowStyle"
msgid "Tot_al row"
msgstr "ጠቅ_ላላ ረድፍ"
-#: tabledesignpanel.ui:52
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:52
msgctxt "tabledesignpanel|UseBandingRowStyle"
msgid "_Banded rows"
msgstr "_ምልክት የተደረገባቸው ረድፎች"
-#: tabledesignpanel.ui:67
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:67
msgctxt "tabledesignpanel|UseFirstColumnStyle"
msgid "Fi_rst column"
msgstr "የ መጀ_መሪያው አምድ"
-#: tabledesignpanel.ui:82
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:82
msgctxt "tabledesignpanel|UseLastColumnStyle"
msgid "_Last column"
msgstr "የ _መጨረሻው አምድ"
-#: tabledesignpanel.ui:97
+#: sd/uiconfig/simpress/ui/tabledesignpanel.ui:97
msgctxt "tabledesignpanel|UseBandingColumnStyle"
msgid "Ba_nded columns"
msgstr "ምል_ክት የተደረገባቸው አምዶች"
-#: tabledesignpanelhorizontal.ui:39
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:39
msgctxt "tabledesignpanelhorizontal|UseFirstRowStyle"
msgid "_Header row"
msgstr "የ _ራስጌ ረድፍ"
-#: tabledesignpanelhorizontal.ui:54
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:54
msgctxt "tabledesignpanelhorizontal|UseLastRowStyle"
msgid "Tot_al row"
msgstr "ጠቅ_ላላ ረድፍ"
-#: tabledesignpanelhorizontal.ui:69
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:69
msgctxt "tabledesignpanelhorizontal|UseBandingRowStyle"
msgid "_Banded rows"
msgstr "_ምልክት የተደረገባቸው ረድፎች"
-#: tabledesignpanelhorizontal.ui:84
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:84
msgctxt "tabledesignpanelhorizontal|UseBandingColumnStyle"
msgid "Ba_nded columns"
msgstr "ምል_ክት የተደረገባቸው አምዶች"
-#: tabledesignpanelhorizontal.ui:99
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:99
msgctxt "tabledesignpanelhorizontal|UseFirstColumnStyle"
msgid "Fi_rst column"
msgstr "የ መጀ_መሪያው አምድ"
-#: tabledesignpanelhorizontal.ui:114
+#: sd/uiconfig/simpress/ui/tabledesignpanelhorizontal.ui:114
msgctxt "tabledesignpanelhorizontal|UseLastColumnStyle"
msgid "_Last column"
msgstr "የ _መጨረሻው አምድ"
-#: templatedialog.ui:8
+#: sd/uiconfig/simpress/ui/templatedialog.ui:8
msgctxt "templatedialog|TemplateDialog"
msgid "Graphic Styles"
msgstr "የ ንድፍ ዘዴዎች"
-#: templatedialog.ui:80
+#: sd/uiconfig/simpress/ui/templatedialog.ui:80
msgctxt "templatedialog|standard"
msgid "_Standard"
msgstr "_መደበኛ"
-#: templatedialog.ui:119
+#: sd/uiconfig/simpress/ui/templatedialog.ui:119
msgctxt "templatedialog|organizer"
msgid "Organizer"
msgstr "አደራጅ"
-#: templatedialog.ui:141
+#: sd/uiconfig/simpress/ui/templatedialog.ui:141
msgctxt "templatedialog|line"
msgid "Line"
msgstr "መስመር"
-#: templatedialog.ui:164
+#: sd/uiconfig/simpress/ui/templatedialog.ui:164
msgctxt "templatedialog|area"
msgid "Area"
msgstr "ቦታ"
-#: templatedialog.ui:187
+#: sd/uiconfig/simpress/ui/templatedialog.ui:187
msgctxt "templatedialog|shadowing"
msgid "Shadowing"
msgstr "በ ማጥላት ላይ"
-#: templatedialog.ui:210
+#: sd/uiconfig/simpress/ui/templatedialog.ui:210
msgctxt "templatedialog|transparency"
msgid "Transparency"
msgstr "ግልጽነት"
-#: templatedialog.ui:233
+#: sd/uiconfig/simpress/ui/templatedialog.ui:233
msgctxt "templatedialog|font"
msgid "Font"
msgstr "ፊደል"
-#: templatedialog.ui:256
+#: sd/uiconfig/simpress/ui/templatedialog.ui:256
msgctxt "templatedialog|fonteffect"
msgid "Font Effects"
msgstr "የፊደል ውጤት"
-#: templatedialog.ui:279
+#: sd/uiconfig/simpress/ui/templatedialog.ui:279
msgctxt "templatedialog|indents"
msgid "Indents & Spacing"
msgstr "ማስረጊያዎች & ክፍተት"
-#: templatedialog.ui:302
+#: sd/uiconfig/simpress/ui/templatedialog.ui:302
msgctxt "templatedialog|text"
msgid "Text"
msgstr "ጽሁፍ"
-#: templatedialog.ui:325
+#: sd/uiconfig/simpress/ui/templatedialog.ui:325
msgctxt "templatedialog|animation"
msgid "Text Animation"
msgstr "የጽሁፍ እንቅስቃሴ"
-#: templatedialog.ui:348
+#: sd/uiconfig/simpress/ui/templatedialog.ui:348
msgctxt "templatedialog|dimensioning"
msgid "Dimensioning"
msgstr "አቅጣጫ"
-#: templatedialog.ui:371
+#: sd/uiconfig/simpress/ui/templatedialog.ui:371
msgctxt "templatedialog|connector"
msgid "Connector"
msgstr "አገናኝ"
-#: templatedialog.ui:394
+#: sd/uiconfig/simpress/ui/templatedialog.ui:394
msgctxt "templatedialog|alignment"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: templatedialog.ui:417
+#: sd/uiconfig/simpress/ui/templatedialog.ui:417
msgctxt "templatedialog|asiantypo"
msgid "Asian Typography"
msgstr "Asian Typography"
-#: templatedialog.ui:440
+#: sd/uiconfig/simpress/ui/templatedialog.ui:440
msgctxt "templatedialog|tabs"
msgid "Tabs"
msgstr "ማስረጊያ"
-#: templatedialog.ui:463
+#: sd/uiconfig/simpress/ui/templatedialog.ui:463
msgctxt "templatedialog|background"
msgid "Highlighting"
msgstr "በ ማድመቅ ላይ"
-#: breakdialog.ui:7
+#: sd/uiconfig/sdraw/ui/breakdialog.ui:8
msgctxt "breakdialog|BreakDialog"
msgid "Break"
msgstr "መጨረሻ"
-#: breakdialog.ui:51
+#: sd/uiconfig/sdraw/ui/breakdialog.ui:54
msgctxt "breakdialog|label1"
msgid "Processing metafile:"
msgstr "metafile በ ሂደት ላይ:"
-#: breakdialog.ui:65
+#: sd/uiconfig/sdraw/ui/breakdialog.ui:66
msgctxt "breakdialog|label2"
msgid "Broken down metaobjects:"
msgstr "የ ተሰበሩ እቃዎች:"
-#: breakdialog.ui:79
+#: sd/uiconfig/sdraw/ui/breakdialog.ui:78
msgctxt "breakdialog|label3"
msgid "Inserted drawing objects:"
msgstr "የ ገቡ የ መሳያ እቃዎች:"
-#: bulletsandnumbering.ui:8
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:8
msgctxt "bulletsandnumbering|BulletsAndNumberingDialog"
msgid "Bullets and Numbering"
msgstr "ነጥቦች እና ቁጥር መስጫ"
-#: bulletsandnumbering.ui:67
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:67
msgctxt "bulletsandnumbering|reset"
msgid "Reset"
msgstr "እንደ ነበር መመለሻ"
-#: bulletsandnumbering.ui:105
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:105
msgctxt "bulletsandnumbering|bullets"
msgid "Bullets"
msgstr "ነጥቦች"
-#: bulletsandnumbering.ui:127
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:127
msgctxt "bulletsandnumbering|singlenum"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: bulletsandnumbering.ui:150
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:150
msgctxt "bulletsandnumbering|graphics"
msgid "Image"
msgstr "ምስል"
-#: bulletsandnumbering.ui:173
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:173
msgctxt "bulletsandnumbering|position"
msgid "Position"
msgstr "ቦታ"
-#: bulletsandnumbering.ui:196
+#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:196
msgctxt "bulletsandnumbering|customize"
msgid "Customize"
msgstr "ማስተካከያ"
-#: copydlg.ui:33
+#: sd/uiconfig/sdraw/ui/copydlg.ui:33
msgctxt "copydlg|DuplicateDialog"
msgid "Duplicate"
msgstr "ማባዣ"
-#: copydlg.ui:76
+#: sd/uiconfig/sdraw/ui/copydlg.ui:76
msgctxt "copydlg|default"
msgid "_Default"
msgstr "_ነባር"
-#: copydlg.ui:128
+#: sd/uiconfig/sdraw/ui/copydlg.ui:128
msgctxt "copydlg|label4"
msgid "Number of _copies:"
msgstr "የ _ኮፒዎች ቁጥር:"
-#: copydlg.ui:158
+#: sd/uiconfig/sdraw/ui/copydlg.ui:157
msgctxt "copydlg|viewdata|tooltip_text"
msgid "Values from Selection"
msgstr "ዋጋዎች ከምርጫ ውስጥ"
-#: copydlg.ui:162
+#: sd/uiconfig/sdraw/ui/copydlg.ui:161
msgctxt "copydlg|viewdata-atkobject"
msgid "Values from Selection"
msgstr "ዋጋዎች ከ ምርጫ ውስጥ"
-#: copydlg.ui:204
+#: sd/uiconfig/sdraw/ui/copydlg.ui:203
msgctxt "copydlg|label5"
msgid "_X axis:"
msgstr "_X አክሲስ:"
-#: copydlg.ui:218
+#: sd/uiconfig/sdraw/ui/copydlg.ui:217
msgctxt "copydlg|label6"
msgid "_Y axis:"
msgstr "_Y አክሲስ:"
-#: copydlg.ui:232
+#: sd/uiconfig/sdraw/ui/copydlg.ui:231
msgctxt "copydlg|label7"
msgid "_Angle:"
msgstr "_ማእዘን:"
-#: copydlg.ui:292
+#: sd/uiconfig/sdraw/ui/copydlg.ui:288
msgctxt "copydlg|label1"
msgid "Placement"
msgstr "አቀማመጥ"
-#: copydlg.ui:330
+#: sd/uiconfig/sdraw/ui/copydlg.ui:326
msgctxt "copydlg|label8"
msgid "_Width:"
msgstr "_ስፋት:"
-#: copydlg.ui:344
+#: sd/uiconfig/sdraw/ui/copydlg.ui:340
msgctxt "copydlg|label9"
msgid "_Height:"
msgstr "_እርዝመት:"
-#: copydlg.ui:390
+#: sd/uiconfig/sdraw/ui/copydlg.ui:384
msgctxt "copydlg|label2"
msgid "Enlargement"
msgstr "ማሳደጊያ"
-#: copydlg.ui:428
+#: sd/uiconfig/sdraw/ui/copydlg.ui:422
msgctxt "copydlg|label10"
msgid "_Start:"
msgstr "_መጀመሪያ:"
-#: copydlg.ui:442
+#: sd/uiconfig/sdraw/ui/copydlg.ui:436
msgctxt "copydlg|endlabel"
msgid "_End:"
msgstr "_መጨረሻ:"
-#: copydlg.ui:482
+#: sd/uiconfig/sdraw/ui/copydlg.ui:476
msgctxt "copydlg|label3"
msgid "Colors"
msgstr "ቀለሞች"
-#: crossfadedialog.ui:15
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:15
msgctxt "crossfadedialog|CrossFadeDialog"
msgid "Cross-fading"
msgstr "መስቀልኛ-ማፍዘዣ"
-#: crossfadedialog.ui:102
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:102
msgctxt "crossfadedialog|orientation"
msgid "Same orientation"
msgstr "ተመሳሳይ አቅጣጫ"
-#: crossfadedialog.ui:118
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:118
msgctxt "crossfadedialog|attributes"
msgid "Cross-fade attributes"
msgstr "መስቀልኛ-ማፍዘዣ ባህሪዎች"
-#: crossfadedialog.ui:137
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:137
msgctxt "crossfadedialog|label2"
msgid "Increments:"
msgstr "ጭማሪዎች:"
-#: crossfadedialog.ui:166
+#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:165
msgctxt "crossfadedialog|label1"
msgid "Settings"
msgstr "ማሰናጃ"
-#: dlgsnap.ui:35
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:35
msgctxt "dlgsnap|SnapObjectDialog"
msgid "New Snap Object"
msgstr "አዲስ እቃ መቁረጫ"
-#: dlgsnap.ui:170
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:168
msgctxt "dlgsnap|xlabel"
msgid "_X:"
msgstr "_X:"
-#: dlgsnap.ui:183
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:181
msgctxt "dlgsnap|ylabel"
msgid "_Y:"
msgstr "_Y:"
-#: dlgsnap.ui:200
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:198
msgctxt "dlgsnap|label1"
msgid "Position"
msgstr "ቦታ"
-#: dlgsnap.ui:233
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:231
msgctxt "dlgsnap|point"
msgid "_Point"
msgstr "_ነጥብ"
-#: dlgsnap.ui:252
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:250
msgctxt "dlgsnap|vert"
msgid "_Vertical"
msgstr "በ _ቁመት"
-#: dlgsnap.ui:270
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:268
msgctxt "dlgsnap|horz"
msgid "Hori_zontal"
msgstr "በአግ_ድም"
-#: dlgsnap.ui:294
+#: sd/uiconfig/sdraw/ui/dlgsnap.ui:292
msgctxt "dlgsnap|label2"
msgid "Type"
msgstr "አይነት"
-#: drawchardialog.ui:8
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:8
msgctxt "drawchardialog|DrawCharDialog"
msgid "Character"
msgstr "ባህሪ"
-#: drawchardialog.ui:105
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:105
msgctxt "drawchardialog|RID_SVXPAGE_CHAR_NAME"
msgid "Fonts"
msgstr "ፊደሎች"
-#: drawchardialog.ui:127
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:127
msgctxt "drawchardialog|RID_SVXPAGE_CHAR_EFFECTS"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
-#: drawchardialog.ui:150
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:150
msgctxt "drawchardialog|RID_SVXPAGE_CHAR_POSITION"
msgid "Position"
msgstr "ቦታ"
-#: drawchardialog.ui:173
+#: sd/uiconfig/sdraw/ui/drawchardialog.ui:173
msgctxt "drawchardialog|RID_SVXPAGE_BACKGROUND"
msgid "Highlighting"
msgstr "ማድመቂያ"
-#: drawpagedialog.ui:8
+#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:8
msgctxt "drawpagedialog|DrawPageDialog"
msgid "Page Setup"
msgstr "ገጽ ማሰናጃ"
-#: drawpagedialog.ui:105
+#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:105
msgctxt "drawpagedialog|RID_SVXPAGE_PAGE"
msgid "Page"
msgstr "ገጽ"
-#: drawpagedialog.ui:127
+#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:127
msgctxt "drawpagedialog|RID_SVXPAGE_AREA"
msgid "Background"
msgstr "መደብ"
-#: drawpagedialog.ui:150
+#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:150
msgctxt "drawpagedialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
msgstr "ግልጽነት"
-#: drawparadialog.ui:8
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:8
msgctxt "drawparadialog|DrawParagraphPropertiesDialog"
msgid "Paragraph"
msgstr "አንቀጽ"
-#: drawparadialog.ui:105
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:105
msgctxt "drawparadialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr "ማስረጊያ & ክፍተት"
-#: drawparadialog.ui:127
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:127
msgctxt "drawparadialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr "Asian Typography"
-#: drawparadialog.ui:150
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:150
msgctxt "drawparadialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr "ማስረጊያ"
-#: drawparadialog.ui:173
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:173
msgctxt "drawparadialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: drawparadialog.ui:197
+#: sd/uiconfig/sdraw/ui/drawparadialog.ui:197
msgctxt "drawparadialog|labelNUMBERING"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: drawprinteroptions.ui:32
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:32
msgctxt "drawprinteroptions|printname"
msgid "Page name"
msgstr "የ ገጽ ስም"
-#: drawprinteroptions.ui:48
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:49
msgctxt "drawprinteroptions|printdatetime"
msgid "Date and time"
msgstr "ቀን እና ሰአት"
-#: drawprinteroptions.ui:70
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:72
msgctxt "drawprinteroptions|label4"
msgid "Contents"
msgstr "ይዞታዎች"
-#: drawprinteroptions.ui:103
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:105
msgctxt "drawprinteroptions|originalcolors"
msgid "Original size"
msgstr "ዋናው መጠን"
-#: drawprinteroptions.ui:121
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:124
msgctxt "drawprinteroptions|grayscale"
msgid "Grayscale"
msgstr "ግራጫማ"
-#: drawprinteroptions.ui:139
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:143
msgctxt "drawprinteroptions|blackandwhite"
msgid "Black & white"
msgstr "ጥቁር & ነጭ"
-#: drawprinteroptions.ui:163
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:168
msgctxt "drawprinteroptions|label5"
msgid "Color"
msgstr "ቀለም"
-#: drawprinteroptions.ui:196
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:201
msgctxt "drawprinteroptions|originalsize"
msgid "Original size"
msgstr "ዋናው መጠን"
-#: drawprinteroptions.ui:214
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:220
msgctxt "drawprinteroptions|fittoprintable"
msgid "Fit to printable page"
msgstr "በሚታተመው ገጽ ልክ"
-#: drawprinteroptions.ui:232
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:239
msgctxt "drawprinteroptions|distributeonmultiple"
msgid "Distribute on multiple sheets of paper"
msgstr "በ በርካታ ወረቀቶች ላይ ማሰራጫ"
-#: drawprinteroptions.ui:250
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:258
msgctxt "drawprinteroptions|tilesheet"
msgid "Tile sheet of paper with repeated pages"
msgstr "የ ተደጋገሙ ተንሸራታች ወረቀቶችን መከመሪያ"
-#: drawprinteroptions.ui:274
+#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:283
msgctxt "drawprinteroptions|label6"
msgid "Size"
msgstr "መጠን"
-#: drawprtldialog.ui:8
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:8
msgctxt "drawprtldialog|DrawPRTLDialog"
msgid "Presentation Layout"
msgstr "የ ማቅረቢያ እቅድ"
-#: drawprtldialog.ui:105
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:105
msgctxt "drawprtldialog|RID_SVXPAGE_LINE"
msgid "Line"
msgstr "መስመር"
-#: drawprtldialog.ui:127
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:127
msgctxt "drawprtldialog|RID_SVXPAGE_AREA"
msgid "Area"
msgstr "ቦታ"
-#: drawprtldialog.ui:150
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:150
msgctxt "drawprtldialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
msgstr "ጥላ"
-#: drawprtldialog.ui:173
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:173
msgctxt "drawprtldialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
msgstr "ግልጽነት"
-#: drawprtldialog.ui:196
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:196
msgctxt "drawprtldialog|RID_SVXPAGE_CHAR_NAME"
msgid "Font"
msgstr "ፊደል"
-#: drawprtldialog.ui:219
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:219
msgctxt "drawprtldialog|RID_SVXPAGE_CHAR_EFFECTS"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
-#: drawprtldialog.ui:242
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:242
msgctxt "drawprtldialog|RID_SVXPAGE_STD_PARAGRAPH"
msgid "Indents & Spacing"
msgstr "ማስረጊያዎች & ክፍተት"
-#: drawprtldialog.ui:265
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:265
msgctxt "drawprtldialog|RID_SVXPAGE_TEXTATTR"
msgid "Text"
msgstr "ጽሁፍ"
-#: drawprtldialog.ui:288
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:288
msgctxt "drawprtldialog|RID_SVXPAGE_PICK_BULLET"
msgid "Bullets"
msgstr "ነጥቦች"
-#: drawprtldialog.ui:311
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:311
msgctxt "drawprtldialog|RID_SVXPAGE_PICK_SINGLE_NUM"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: drawprtldialog.ui:334
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:334
msgctxt "drawprtldialog|RID_SVXPAGE_PICK_BMP"
msgid "Image"
msgstr "ምስል"
-#: drawprtldialog.ui:357
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:357
msgctxt "drawprtldialog|RID_SVXPAGE_NUM_OPTIONS"
msgid "Customize"
msgstr "ማስተካከያ"
-#: drawprtldialog.ui:380
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:380
msgctxt "drawprtldialog|RID_SVXPAGE_ALIGN_PARAGRAPH"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: drawprtldialog.ui:403
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:403
msgctxt "drawprtldialog|RID_SVXPAGE_PARA_ASIAN"
msgid "Asian Typography"
msgstr "Asian Typography"
-#: drawprtldialog.ui:426
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:426
msgctxt "drawprtldialog|RID_SVXPAGE_TABULATOR"
msgid "Tabs"
msgstr "ማስረጊያ"
-#: drawprtldialog.ui:449
+#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:449
msgctxt "drawprtldialog|RID_SVXPAGE_BACKGROUND"
msgid "Highlighting"
msgstr "በማድመቅ ላይ"
-#: insertlayer.ui:8
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:8
msgctxt "insertlayer|InsertLayerDialog"
msgid "Insert Layer"
msgstr "ደረጃ ማስገቢያ"
-#: insertlayer.ui:106
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:105
msgctxt "insertlayer|label4"
msgid "_Name"
msgstr "_ስም"
-#: insertlayer.ui:146
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:144
msgctxt "insertlayer|label5"
msgid "_Title"
msgstr "_አርእስት"
-#: insertlayer.ui:197
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:195
msgctxt "insertlayer|description"
msgid "_Description"
msgstr "_መግለጫ"
-#: insertlayer.ui:213
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:211
msgctxt "insertlayer|visible"
msgid "_Visible"
msgstr "_የሚታይ"
-#: insertlayer.ui:229
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:227
msgctxt "insertlayer|printable"
msgid "_Printable"
msgstr "_ሊታተም የሚችል"
-#: insertlayer.ui:245
+#: sd/uiconfig/sdraw/ui/insertlayer.ui:243
msgctxt "insertlayer|locked"
msgid "_Locked"
msgstr "_የተቆለፈ"
-#: insertslidesdialog.ui:9
+#: sd/uiconfig/sdraw/ui/insertslidesdialog.ui:9
msgctxt "insertslidesdialog|InsertSlidesDialog"
msgid "Insert Slides/Objects"
msgstr "ተንሸራታቾች/እቃዎች ማስገቢያ"
-#: insertslidesdialog.ui:83
+#: sd/uiconfig/sdraw/ui/insertslidesdialog.ui:83
msgctxt "insertslidesdialog|backgrounds"
msgid "Delete unused backg_rounds"
msgstr "የማይጠቀሙበትን መደ_ቦች ማጥፊያ"
-#: insertslidesdialog.ui:98
+#: sd/uiconfig/sdraw/ui/insertslidesdialog.ui:98
msgctxt "insertslidesdialog|links"
msgid "_Link"
msgstr "_አገናኝ"
-#: namedesign.ui:8
+#: sd/uiconfig/sdraw/ui/namedesign.ui:8
msgctxt "namedesign|NameDesignDialog"
msgid "Name HTML Design"
msgstr "የ HTML ንድፍ ስም"
-#: paranumberingtab.ui:30
+#: sd/uiconfig/sdraw/ui/paranumberingtab.ui:30
msgctxt "paranumberingtab|checkbuttonCB_NEW_START"
msgid "R_estart at this paragraph"
msgstr "በዚህ አንቀጽ ላይ እ_ንደገና ማስጀመሪያ"
-#: paranumberingtab.ui:60
+#: sd/uiconfig/sdraw/ui/paranumberingtab.ui:59
msgctxt "paranumberingtab|checkbuttonCB_NUMBER_NEW_START"
msgid "S_tart with:"
msgstr "ማ_ስጀመሪያ በ:"
-#: paranumberingtab.ui:85
+#: sd/uiconfig/sdraw/ui/paranumberingtab.ui:84
msgctxt "paranumberingtab|label1"
msgid "Paragraph Numbering"
msgstr "አንቀጽ ቁጥር መስጫ"
-#: queryunlinkimagedialog.ui:8
+#: sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui:7
msgctxt "queryunlinkimagedialog|QueryUnlinkImageDialog"
msgid "Release image's link?"
msgstr "የ ምስል አገናኙን ልለያየው?"
-#: queryunlinkimagedialog.ui:14
+#: sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui:14
msgctxt "queryunlinkimagedialog|QueryUnlinkImageDialog"
msgid "This image is linked to a document."
msgstr "ይህ ምስል ከ ሰነድ ጋር ተገናኝቷል"
-#: queryunlinkimagedialog.ui:15
+#: sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui:15
msgctxt "queryunlinkimagedialog|QueryUnlinkImageDialog"
msgid "Do you want to unlink the image in order to edit it?"
msgstr "ለማረም እንዲችሉ ምስሉን መለያየት ይፈልጋሉ?"
-#: tabledesigndialog.ui:9
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:9
msgctxt "tabledesigndialog|TableDesignDialog"
msgid "Table Design"
msgstr "የሰንጠረዥ ንድፍ"
-#: tabledesigndialog.ui:85
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:85
msgctxt "tabledesigndialog|UseFirstRowStyle"
msgid "_Header row"
msgstr "የ _ራስጌ ረድፍ"
-#: tabledesigndialog.ui:100
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:100
msgctxt "tabledesigndialog|UseLastRowStyle"
msgid "Tot_al row"
msgstr "ጠቅ_ላላ ረድፍ"
-#: tabledesigndialog.ui:115
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:115
msgctxt "tabledesigndialog|UseBandingRowStyle"
msgid "_Banded rows"
msgstr "_ምልክት የተደረገባቸው ረድፎች"
-#: tabledesigndialog.ui:130
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:130
msgctxt "tabledesigndialog|UseFirstColumnStyle"
msgid "Fi_rst column"
msgstr "የመ_ጀመሪያ አምድ"
-#: tabledesigndialog.ui:145
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:145
msgctxt "tabledesigndialog|UseLastColumnStyle"
msgid "_Last column"
msgstr "የ _መጨረሻው አምድ"
-#: tabledesigndialog.ui:160
+#: sd/uiconfig/sdraw/ui/tabledesigndialog.ui:160
msgctxt "tabledesigndialog|UseBandingColumnStyle"
msgid "Ba_nded columns"
msgstr "ምል_ክት የተደረገባቸው አምዶች"
-#: vectorize.ui:27
+#: sd/uiconfig/sdraw/ui/vectorize.ui:27
msgctxt "vectorize|VectorizeDialog"
msgid "Convert to Polygon"
msgstr "ወደ ፖሊጎን መቀየሪያ"
-#: vectorize.ui:72
+#: sd/uiconfig/sdraw/ui/vectorize.ui:72
msgctxt "vectorize|preview"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: vectorize.ui:118
+#: sd/uiconfig/sdraw/ui/vectorize.ui:118
msgctxt "vectorize|label2"
msgid "Number of colors:"
msgstr "የ ቀለሞች ቁጥር:"
-#: vectorize.ui:144
+#: sd/uiconfig/sdraw/ui/vectorize.ui:143
msgctxt "vectorize|label3"
msgid "Point reduction:"
msgstr "ነጥብ መቀነሻ:"
-#: vectorize.ui:172
+#: sd/uiconfig/sdraw/ui/vectorize.ui:170
msgctxt "vectorize|tilesft"
msgid "Tile size:"
msgstr "የ መደርደሪያ መጠን:"
-#: vectorize.ui:195
+#: sd/uiconfig/sdraw/ui/vectorize.ui:192
msgctxt "vectorize|fillholes"
msgid "_Fill holes"
msgstr "ቀዳዶች _መሙያ:"
-#: vectorize.ui:229
+#: sd/uiconfig/sdraw/ui/vectorize.ui:226
msgctxt "vectorize|label5"
msgid "Source image:"
msgstr "የ ምስሉ ምንጭ:"
-#: vectorize.ui:243
+#: sd/uiconfig/sdraw/ui/vectorize.ui:240
msgctxt "vectorize|label6"
msgid "Vectorized image:"
msgstr "አቅጣጫ ያለው ምስል:"
diff --git a/source/am/sfx2/messages.po b/source/am/sfx2/messages.po
index e73c594193d..e68b79f26c4 100644
--- a/source/am/sfx2/messages.po
+++ b/source/am/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: 2017-12-18 12:31+0100\n"
-"PO-Revision-Date: 2018-01-04 01:46+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-04-06 23:39+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,75 +13,75 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1515030419.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1523057973.000000\n"
-#: strings.hrc:25
+#: include/sfx2/strings.hrc:25
msgctxt "STR_TEMPLATE_FILTER"
msgid "Templates"
msgstr "ቴምፕሌቶች"
-#: strings.hrc:26
+#: include/sfx2/strings.hrc:26
msgctxt "STR_SAVEDOC"
msgid "~Save"
msgstr "~ማስቀመጫ"
-#: strings.hrc:27
+#: include/sfx2/strings.hrc:27
msgctxt "STR_SAVEASDOC"
msgid "Save ~As..."
msgstr "ማሰቀመጫ ~እንደ..."
-#: strings.hrc:28
+#: include/sfx2/strings.hrc:28
msgctxt "STR_SAVEACOPY"
msgid "Save a Copy..."
msgstr "ኮፒ ማስቀመጫ..."
-#: strings.hrc:29
+#: include/sfx2/strings.hrc:29
msgctxt "STR_CLOSEDOC"
msgid "~Close"
msgstr "~መዝጊያ"
-#: strings.hrc:30
+#: include/sfx2/strings.hrc:30
msgctxt "STR_OPEN"
msgid "Open"
msgstr "መክፈቻ"
-#: strings.hrc:31
+#: include/sfx2/strings.hrc:31
msgctxt "STR_EDIT_TEMPLATE"
msgid "Edit"
msgstr "ማረሚያ"
-#: strings.hrc:32
+#: include/sfx2/strings.hrc:32
msgctxt "STR_DEFAULT_TEMPLATE"
msgid "Set As Default"
msgstr "እንደ ነባር ማሰናጃ"
-#: strings.hrc:33
+#: include/sfx2/strings.hrc:33
msgctxt "STR_RESET_DEFAULT"
msgid "Reset Default"
msgstr "ነባሩን እንደ ነበር መመለሻ"
-#: strings.hrc:34
+#: include/sfx2/strings.hrc:34
msgctxt "STR_DELETE"
msgid "Delete"
msgstr "ማጥፊያ"
-#: strings.hrc:35
+#: include/sfx2/strings.hrc:35
msgctxt "STR_RENAME"
msgid "Rename"
msgstr "እንደገና መሰየሚያ"
-#: strings.hrc:36
+#: include/sfx2/strings.hrc:36
msgctxt "STR_CATEGORY_RENAME"
msgid "Rename Category"
msgstr "እንደገና መሰየሚያ ምድብ"
-#: strings.hrc:37
+#: include/sfx2/strings.hrc:37
msgctxt "STR_RENAME_TEMPLATE"
msgid "Enter New Name: "
msgstr "አዲስ ስም ያስገቡ: "
-#: strings.hrc:38
+#: include/sfx2/strings.hrc:38
msgctxt "STR_TEMPLATE_TOOLTIP"
msgid ""
"Title: $1\n"
@@ -90,27 +90,27 @@ msgstr ""
"አርእስት: $1\n"
"ምድብ: $2"
-#: strings.hrc:39
+#: include/sfx2/strings.hrc:39
msgctxt "STR_TEMPLATE_SELECTION"
msgid "Select a Template"
msgstr "ቴምፕሌት ይምረጡ"
-#: strings.hrc:40
+#: include/sfx2/strings.hrc:40
msgctxt "STR_AUTOMATICVERSION"
msgid "Automatically saved version"
msgstr "ራሱ በራሱ የ ተቀመጠ እትም"
-#: strings.hrc:41
+#: include/sfx2/strings.hrc:41
msgctxt "STR_EXPORTBUTTON"
msgid "Export"
msgstr "መላኪያ"
-#: strings.hrc:42
+#: include/sfx2/strings.hrc:42
msgctxt "STR_LABEL_FILEFORMAT"
msgid "File format:"
msgstr "የ ፋይል አቀራረብ:"
-#: strings.hrc:43
+#: include/sfx2/strings.hrc:43
msgctxt "STR_HIDDENINFO_CONTAINS"
msgid ""
"This document contains:\n"
@@ -119,58 +119,58 @@ msgstr ""
"ይህ ሰነድ የያዘው :\n"
"\n"
-#: strings.hrc:44
+#: include/sfx2/strings.hrc:44
msgctxt "STR_HIDDENINFO_RECORDCHANGES"
msgid "Recorded changes"
msgstr "የ ተመዘገቡ ለውጦች"
-#: strings.hrc:45
+#: include/sfx2/strings.hrc:45
msgctxt "STR_HIDDENINFO_NOTES"
msgid "Notes"
msgstr "ማስታወሻዎች"
-#: strings.hrc:46
+#: include/sfx2/strings.hrc:46
msgctxt "STR_HIDDENINFO_DOCVERSIONS"
msgid "Document versions"
msgstr "የ ሰነድ እትሞች"
-#: strings.hrc:47
+#: include/sfx2/strings.hrc:47
msgctxt "STR_HIDDENINFO_CONTINUE_SAVING"
msgid "Do you want to continue saving the document?"
msgstr "ሰነዱን ማስቀመጥ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:48
+#: include/sfx2/strings.hrc:48
msgctxt "STR_HIDDENINFO_CONTINUE_PRINTING"
msgid "Do you want to continue printing the document?"
msgstr "ሰነዱን ማተም መቀጠል ይፈልጋሉ?"
-#: strings.hrc:49
+#: include/sfx2/strings.hrc:49
msgctxt "STR_HIDDENINFO_CONTINUE_SIGNING"
msgid "Do you want to continue signing the document?"
msgstr "ሰነዱን መፈረም መቀጠል ይፈልጋሉ?"
-#: strings.hrc:50
+#: include/sfx2/strings.hrc:50
msgctxt "STR_HIDDENINFO_CONTINUE_CREATEPDF"
msgid "Do you want to continue creating a PDF file?"
msgstr "የ PDF ፋይል መፍጠር መቀጠል ይፈልጋሉ?"
-#: strings.hrc:51
+#: include/sfx2/strings.hrc:51
msgctxt "STR_NEW_FILENAME_SAVE"
msgid "If you do not want to overwrite the original document, you should save your work under a new filename."
msgstr "በ ዋናው ሰነድ ላይ ደርበው መጻፍ ካልፈለጉ: ሰነዱን በ አዲስ ስም ማስቀመጥ አለብዎት"
#. Used in the title of a shared document.
-#: strings.hrc:53
+#: include/sfx2/strings.hrc:53
msgctxt "STR_SHARED"
msgid " (shared)"
msgstr " (የሚካፈሉት)"
-#: strings.hrc:54
+#: include/sfx2/strings.hrc:54
msgctxt "STR_XMLSEC_ODF12_EXPECTED"
msgid "The document format version is set to ODF 1.1 (OpenOffice.org 2.x) in Tools-Options-Load/Save-General. Signing documents requires ODF 1.2 (OpenOffice.org 3.x)."
msgstr "የ ሰነዱ አቀራረብ እትም የተዘጋጀው ወደ ODF 1.1 (OpenOffice.org 2.x) ነው: ከ መሳሪያዎች-ምርጫዎች-መጫኛ/ማስቀመጫ-ባጠቃላይ: ሰነዶችን ለ መፈረም ODF 1.2 (OpenOffice.org 3.x). ያስፈልጋል"
-#: strings.hrc:55
+#: include/sfx2/strings.hrc:55
msgctxt "STR_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN"
msgid ""
"The document has to be saved before it can be signed. Saving the document removes all present signatures.\n"
@@ -179,73 +179,73 @@ msgstr ""
"ሰነዱ ከ መፈረሙ በፊት መቀመጥ አለበት: ሰነዱን አሁን ማስቀመጥ የነበረቱን ፊርማዎች በሙሉ ያስወግዳቸዋል \n"
"ሰነዱን ማስቀመጥ ይፈልጋሉ?"
-#: strings.hrc:56
+#: 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 "ይህ ቴምፕሌት '$(ARG1)' ሰነዱን መሰረት ያደረገው ተሻሽሏል: ማሻሻል ይፈልጋሉ ዘዴውን መሰረት ያደረገ አቀራረብ በተሻሻለው ቴምፕሌት መሰረት?"
+msgstr "ይህ ቴምፕሌት '$(ARG1)' ይህ ሰነድ መሰረት ያደረገው ተሻሽሏል: ማሻሻል ይፈልጋሉ ዘዴውን መሰረት ባደረገ አቀራረብ በ ተሻሻለው ቴምፕሌት መሰረት?"
-#: strings.hrc:57
+#: include/sfx2/strings.hrc:57
msgctxt "STR_QRYTEMPL_UPDATE_BTN"
msgid "~Update Styles"
msgstr "ዘዴዎች ~ማሻሻያ"
-#: strings.hrc:58
+#: include/sfx2/strings.hrc:58
msgctxt "STR_QRYTEMPL_KEEP_BTN"
msgid "~Keep Old Styles"
msgstr "አሮጌ ዘዴዎችን ~ማስቀመጫ"
-#: strings.hrc:59
+#: include/sfx2/strings.hrc:59
msgctxt "STR_ACTION_REFRESH"
msgid "Refresh"
msgstr "ማነቃቂያ"
#. leave ending space
-#: strings.hrc:61
+#: include/sfx2/strings.hrc:61
msgctxt "STR_ACTION_DEFAULT"
msgid "Reset Default Template "
msgstr "ነባር ቴምፕሌት እንደ ነበር መመለሻ "
-#: strings.hrc:62
+#: include/sfx2/strings.hrc:62
msgctxt "STR_CATEGORY_NEW"
msgid "New Category"
msgstr "አዲስ ምድብ"
-#: strings.hrc:63
+#: include/sfx2/strings.hrc:63
msgctxt "STR_CATEGORY_DELETE"
msgid "Delete Category"
msgstr "ምድብ ማጥፊያ"
-#: strings.hrc:64
+#: include/sfx2/strings.hrc:64
msgctxt "STR_CATEGORY_SELECT"
msgid "Select Category"
msgstr "ምድብ ይምረጡ"
-#: strings.hrc:65
+#: include/sfx2/strings.hrc:65
msgctxt "STR_MSG_EXPORT_SUCCESS"
msgid "$1 templates successfully exported."
msgstr "$1 ቲምፕሌት ተሳክቶ ተልኳል"
-#: strings.hrc:66
+#: include/sfx2/strings.hrc:66
msgctxt "STR_MSG_QUERY_COPY"
msgid "$1 could not be moved to the category \"$2\". Do you want to copy the template instead?"
msgstr "$1 ወደ ምድብ ማንቀሳቀስ አልተቻለም \"$2\". በሱ ፋንታ ቴምፕሌቱን ኮፒ ማድረግ ይፈልጋሉ?"
-#: strings.hrc:67
+#: include/sfx2/strings.hrc:67
msgctxt "STR_CREATE_ERROR"
msgid "Cannot create category: $1"
msgstr "መፍጠር አልተቻለም ምድብ: $1"
-#: strings.hrc:68
+#: include/sfx2/strings.hrc:68
msgctxt "STR_ERROR_SAVEAS"
msgid "Cannot save template: $1"
msgstr "ቴምፕሌት ማስቀመጥ አልተቻለም: $1"
-#: strings.hrc:69
+#: include/sfx2/strings.hrc:69
msgctxt "STR_INPUT_NEW"
msgid "Enter category name:"
msgstr "የ ምድብ ስም ያስገቡ:"
-#: strings.hrc:70
+#: include/sfx2/strings.hrc:70
msgctxt "STR_MSG_ERROR_LOCAL_MOVE"
msgid ""
"Error moving the following templates to $1.\n"
@@ -254,7 +254,7 @@ msgstr ""
"ስህተት ተፈጥሯል እነዚህ ቴምፕሌቶች ሲንቀሳቀሱ ወደ $1.\n"
"$2"
-#: strings.hrc:71
+#: include/sfx2/strings.hrc:71
msgctxt "STR_MSG_ERROR_EXPORT"
msgid ""
"Error exporting the following templates:\n"
@@ -263,7 +263,7 @@ msgstr ""
"ስህተት ተፈጥሯል እነዚህ ቴምፕሌቶች ሲላኩ:\n"
"$1"
-#: strings.hrc:72
+#: include/sfx2/strings.hrc:72
msgctxt "STR_MSG_ERROR_IMPORT"
msgid ""
"Error importing the following templates to $1:\n"
@@ -272,7 +272,7 @@ msgstr ""
"ስህተት ተፈጥሯል እነዚህ ቴምፕሌቶ ሲመጡ ወደ $1:\n"
"$2"
-#: strings.hrc:73
+#: include/sfx2/strings.hrc:73
msgctxt "STR_MSG_ERROR_DELETE_TEMPLATE"
msgid ""
"The following templates cannot be deleted:\n"
@@ -281,7 +281,7 @@ msgstr ""
"እነዚህን ቴምፕሌቶች ማጥፋት አይቻልም:\n"
"$1"
-#: strings.hrc:74
+#: include/sfx2/strings.hrc:74
msgctxt "STR_MSG_ERROR_DELETE_FOLDER"
msgid ""
"The following folders cannot be deleted:\n"
@@ -290,32 +290,32 @@ msgstr ""
"እነዚህን ፎልደሮች ማጥፋት አይቻልም:\n"
"$1"
-#: strings.hrc:75
+#: include/sfx2/strings.hrc:75
msgctxt "STR_QMSG_SEL_FOLDER_DELETE"
msgid "Do you want to delete the selected folders?"
msgstr "የ ተመረጡትን ፎልደሮች ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:76
+#: include/sfx2/strings.hrc:76
msgctxt "STR_QMSG_TEMPLATE_OVERWRITE"
msgid "A template named $1 already exist in $2. Do you want to overwrite it?"
msgstr "በዚህ ስም የ ተሰየመ ቴምፕሌት $1 ቀደም ሲል ነበር በ $2. ውስጥ በላዩ ላይ ደርበው መጻፍ ይፈልጋሉ?"
-#: strings.hrc:77
+#: include/sfx2/strings.hrc:77
msgctxt "STR_QMSG_SEL_TEMPLATE_DELETE"
msgid "Do you want to delete the selected templates?"
msgstr "የ ተመረጡትን ፎልደሮች ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:78
+#: include/sfx2/strings.hrc:78
msgctxt "STR_QMSG_ERROR_OPENING_FILE"
msgid "An error occurred during opening the file. This may be caused by incorrect file contents.\n"
msgstr "ፋይል በሚከፈት ጊዜ ስህተት ተፈጥሯል: ይህ ሊፈጠር የሚችለው በ ተሳሳተ የ ፋይል ይዞታዎች የተነሳ ነው\n"
-#: strings.hrc:79
+#: include/sfx2/strings.hrc:79
msgctxt "STR_QMSG_ERROR_OPENING_FILE_DETAILS"
msgid "The error details are:\n"
msgstr "የ ስህተቱ ዝርዝር እነዚህ ናቸው:\n"
-#: strings.hrc:80
+#: include/sfx2/strings.hrc:80
msgctxt "STR_QMSG_ERROR_OPENING_FILE_CONTINUE"
msgid ""
"\n"
@@ -328,117 +328,117 @@ msgstr ""
"\n"
"እርስዎ ችግሩን መተው እና ፋይሉን ለ መጫን መሞከር መቀጠል ይፈልጋሉ?"
-#: strings.hrc:82
+#: include/sfx2/strings.hrc:82
msgctxt "STR_HELP_WINDOW_TITLE"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME እርዳታ"
-#: strings.hrc:83
+#: include/sfx2/strings.hrc:83
msgctxt "STR_HELP_BUTTON_INDEX_ON"
msgid "Show Navigation Pane"
msgstr "የመቃኛ ክፍል ማሳያ"
-#: strings.hrc:84
+#: include/sfx2/strings.hrc:84
msgctxt "STR_HELP_BUTTON_INDEX_OFF"
msgid "Hide Navigation Pane"
msgstr "የ መቃኛ ክፍል መደበቂያ"
-#: strings.hrc:85
+#: include/sfx2/strings.hrc:85
msgctxt "STR_HELP_BUTTON_START"
msgid "First Page"
msgstr "የመጀመሪያ ገጽ"
-#: strings.hrc:86
+#: include/sfx2/strings.hrc:86
msgctxt "STR_HELP_BUTTON_PREV"
msgid "Previous Page"
msgstr "ቀደም ያለው ገጽ"
-#: strings.hrc:87
+#: include/sfx2/strings.hrc:87
msgctxt "STR_HELP_BUTTON_NEXT"
msgid "Next Page"
msgstr "የሚቀጥለው ገጽ"
-#: strings.hrc:88
+#: include/sfx2/strings.hrc:88
msgctxt "STR_HELP_BUTTON_PRINT"
msgid "Print..."
msgstr "ማተሚያ..."
-#: strings.hrc:89
+#: include/sfx2/strings.hrc:89
msgctxt "STR_HELP_BUTTON_ADDBOOKMARK"
msgid "Add to Bookmarks..."
msgstr "ወደ ምልክት ማድረጊያው መጨመሪያ..."
-#: strings.hrc:90
+#: include/sfx2/strings.hrc:90
msgctxt "STR_HELP_BUTTON_SEARCHDIALOG"
msgid "Find on this Page..."
msgstr "በዚህ ገጽ ላይ መፈለጊያ..."
-#: strings.hrc:91
+#: include/sfx2/strings.hrc:91
msgctxt "STR_HELP_BUTTON_SOURCEVIEW"
msgid "HTML Source"
msgstr "HTML Source"
-#: strings.hrc:92
+#: include/sfx2/strings.hrc:92
msgctxt "STR_HELP_MENU_TEXT_SELECTION_MODE"
msgid "Select Text"
msgstr "ጽሁፍ ይምረጡ"
-#: strings.hrc:93
+#: include/sfx2/strings.hrc:93
msgctxt "STR_HELP_MENU_TEXT_COPY"
msgid "~Copy"
msgstr "~ኮፒ"
-#: strings.hrc:94
+#: include/sfx2/strings.hrc:94
msgctxt "STR_INFO_NOSEARCHRESULTS"
msgid "No topics found."
msgstr "ምንም አርእስት አልተገኘም"
-#: strings.hrc:95
+#: include/sfx2/strings.hrc:95
msgctxt "STR_INFO_NOSEARCHTEXTFOUND"
msgid "The text you entered was not found."
msgstr "ያስገቡት ጽሁፍ አልተገኘም"
-#: strings.hrc:96
+#: include/sfx2/strings.hrc:96
msgctxt "RID_HELP_ONSTARTUP_TEXT"
msgid "~Display %PRODUCTNAME %MODULENAME Help at Startup"
msgstr "~ማሳያ %PRODUCTNAME %MODULENAME እርዳታ በሚጀምር ጊዜ"
-#: strings.hrc:98
+#: include/sfx2/strings.hrc:98
msgctxt "STR_NONAME"
msgid "Untitled"
msgstr "ያልተሰየመ"
-#: strings.hrc:99
+#: include/sfx2/strings.hrc:99
msgctxt "STR_STANDARD_SHORTCUT"
msgid "Standard"
msgstr "መደበኛ"
-#: strings.hrc:100
+#: include/sfx2/strings.hrc:100
msgctxt "STR_BYTES"
msgid "Bytes"
msgstr "ባይትስ"
-#: strings.hrc:101
+#: include/sfx2/strings.hrc:101
msgctxt "STR_KB"
msgid "KB"
msgstr "ኪ/ባ"
-#: strings.hrc:102
+#: include/sfx2/strings.hrc:102
msgctxt "STR_MB"
msgid "MB"
msgstr "ሜ/ባ"
-#: strings.hrc:103
+#: include/sfx2/strings.hrc:103
msgctxt "STR_GB"
msgid "GB"
msgstr "ጌ/ባ"
-#: strings.hrc:104
+#: include/sfx2/strings.hrc:104
msgctxt "STR_QUERY_LASTVERSION"
msgid "Cancel all changes?"
msgstr "ሁሉንም ለውጦች ልሰርዛቸው?"
-#: strings.hrc:105
+#: include/sfx2/strings.hrc:105
msgctxt "STR_NO_WEBBROWSER_FOUND"
msgid ""
"Opening \"$(ARG1)\" failed with error code $(ARG2) and message: \"$(ARG3)\"\n"
@@ -447,207 +447,207 @@ msgstr ""
"መክፈት \"$(ARG1)\" አልተቻለም: የ ስህተት ኮድ $(ARG2) እና መልእክት: \"$(ARG3)\"\n"
"ምናልባት የ ዌብ መቃኛ በ እርስዎ ስርአት ውስጥ አልተገኘም ይሆናል: እባክዎን የ እርስዎን ዴስክቶፕ ምርጫዎች ይመርምሩ ወይንም የ ዌብ መቃኛ ይግጠሙ: (ለምሳሌ: Firefox) በ ነባር ቦታ የ መቃኛ መግጠሚያ በሚጠየቅበት አካባቢ"
-#: strings.hrc:106
+#: include/sfx2/strings.hrc:106
msgctxt "STR_NO_ABS_URI_REF"
msgid "\"$(ARG1)\" is not an absolute URL that can be passed to an external application to open it."
msgstr "\"$(ARG1)\" ፍጹም URL አይደለም የ ውጪ መተግበሪያ ለ መክፈት የሚተላለፍ"
-#: strings.hrc:107
+#: include/sfx2/strings.hrc:107
msgctxt "STR_GID_INTERN"
msgid "Internal"
msgstr "የ ውስጥ"
-#: strings.hrc:108
+#: include/sfx2/strings.hrc:108
msgctxt "STR_GID_APPLICATION"
msgid "Application"
msgstr "መተግበሪያ"
-#: strings.hrc:109
+#: include/sfx2/strings.hrc:109
msgctxt "STR_GID_VIEW"
msgid "View"
msgstr "መመልከቻ"
-#: strings.hrc:110
+#: include/sfx2/strings.hrc:110
msgctxt "STR_GID_DOCUMENT"
msgid "Documents"
msgstr "ሰነዶች"
-#: strings.hrc:111
+#: include/sfx2/strings.hrc:111
msgctxt "STR_GID_EDIT"
msgid "Edit"
msgstr "ማረሚያ"
-#: strings.hrc:112
+#: include/sfx2/strings.hrc:112
msgctxt "STR_GID_MACRO"
msgid "BASIC"
msgstr "መሰረታዊ"
-#: strings.hrc:113
+#: include/sfx2/strings.hrc:113
msgctxt "STR_GID_OPTIONS"
msgid "Options"
msgstr "ምርጫዎች"
-#: strings.hrc:114
+#: include/sfx2/strings.hrc:114
msgctxt "STR_GID_MATH"
msgid "Math"
msgstr "ሂሳብ"
-#: strings.hrc:115
+#: include/sfx2/strings.hrc:115
msgctxt "STR_GID_NAVIGATOR"
msgid "Navigate"
msgstr "መቃኛ"
-#: strings.hrc:116
+#: include/sfx2/strings.hrc:116
msgctxt "STR_GID_INSERT"
msgid "Insert"
msgstr "ማስገቢያ"
-#: strings.hrc:117
+#: include/sfx2/strings.hrc:117
msgctxt "STR_GID_FORMAT"
msgid "Format"
msgstr "አቀራረብ"
-#: strings.hrc:118
+#: include/sfx2/strings.hrc:118
msgctxt "STR_GID_TEMPLATE"
msgid "Templates"
msgstr "ቴምፕሌትስ"
-#: strings.hrc:119
+#: include/sfx2/strings.hrc:119
msgctxt "STR_GID_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:120
+#: include/sfx2/strings.hrc:120
msgctxt "STR_GID_FRAME"
msgid "Frame"
msgstr "ክፈፍ"
-#: strings.hrc:121
+#: include/sfx2/strings.hrc:121
msgctxt "STR_GID_GRAPHIC"
msgid "Image"
msgstr "ምስል"
-#: strings.hrc:122
+#: include/sfx2/strings.hrc:122
msgctxt "STR_GID_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:123
+#: include/sfx2/strings.hrc:123
msgctxt "STR_GID_ENUMERATION"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: strings.hrc:124
+#: include/sfx2/strings.hrc:124
msgctxt "STR_GID_DATA"
msgid "Data"
msgstr "ዳታ"
-#: strings.hrc:125
+#: include/sfx2/strings.hrc:125
msgctxt "STR_GID_SPECIAL"
msgid "Special Functions"
msgstr "የተለዩ ተግባሮች"
-#: strings.hrc:126
+#: include/sfx2/strings.hrc:126
msgctxt "STR_GID_IMAGE"
msgid "Image"
msgstr "ምስል"
-#: strings.hrc:127
+#: include/sfx2/strings.hrc:127
msgctxt "STR_GID_CHART"
msgid "Chart"
msgstr "ቻርት"
-#: strings.hrc:128
+#: include/sfx2/strings.hrc:128
msgctxt "STR_GID_EXPLORER"
msgid "Explorer"
msgstr "መቃኛ"
-#: strings.hrc:129
+#: include/sfx2/strings.hrc:129
msgctxt "STR_GID_CONNECTOR"
msgid "Connector"
msgstr "አገናኝ"
-#: strings.hrc:130
+#: include/sfx2/strings.hrc:130
msgctxt "STR_GID_MODIFY"
msgid "Modify"
msgstr "ማሻሻያ"
-#: strings.hrc:131
+#: include/sfx2/strings.hrc:131
msgctxt "STR_GID_DRAWING"
msgid "Drawing"
msgstr "መሳያ"
-#: strings.hrc:132
+#: include/sfx2/strings.hrc:132
msgctxt "STR_GID_CONTROLS"
msgid "Controls"
msgstr "መቆጣጠሪያ"
-#: strings.hrc:133
+#: include/sfx2/strings.hrc:133
msgctxt "STR_QUITAPP"
msgid "E~xit %PRODUCTNAME"
msgstr "መ~ውጫ %PRODUCTNAME"
-#: strings.hrc:134
+#: include/sfx2/strings.hrc:134
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "እርዳታ"
-#: strings.hrc:135
+#: include/sfx2/strings.hrc:135
msgctxt "RID_STR_HLPFILENOTEXIST"
msgid "The help file for this topic is not installed."
msgstr "ለዚህ አርእስት የ እርዳታ ፋይሉ አልተገጠመም"
-#: strings.hrc:136
+#: include/sfx2/strings.hrc:136
msgctxt "STR_QUICKSTART_EXIT"
msgid "Exit Quickstarter"
msgstr "ከ በፍጥነት ማስጀመሪያ መውጫ"
-#: strings.hrc:137
+#: include/sfx2/strings.hrc:137
msgctxt "STR_QUICKSTART_TIP"
msgid "%PRODUCTNAME %PRODUCTVERSION Quickstarter"
msgstr "%PRODUCTNAME %PRODUCTVERSION በፍጥነት ማስጀመሪያ"
-#: strings.hrc:138
+#: include/sfx2/strings.hrc:138
msgctxt "STR_QUICKSTART_FILEOPEN"
msgid "Open Document..."
msgstr "ሰነድ መክፈቻ..."
-#: strings.hrc:139
+#: include/sfx2/strings.hrc:139
msgctxt "STR_QUICKSTART_FROMTEMPLATE"
msgid "From Template..."
msgstr "ከ ቴምፕሌት..."
-#: strings.hrc:140
+#: include/sfx2/strings.hrc:140
msgctxt "STR_QUICKSTART_PRELAUNCH"
msgid "Load %PRODUCTNAME During System Start-Up"
msgstr "መጫኛ %PRODUCTNAME ስርአቱ በሚጀምር-ጊዜ"
-#: strings.hrc:141
+#: include/sfx2/strings.hrc:141
msgctxt "STR_QUICKSTART_PRELAUNCH_UNX"
msgid "Disable systray Quickstarter"
msgstr "በ ስርአቱ ትሪ ላይ በፍጥነት ማጥፊያ"
-#: strings.hrc:142
+#: include/sfx2/strings.hrc:142
msgctxt "STR_QUICKSTART_LNKNAME"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
-#: strings.hrc:143
+#: include/sfx2/strings.hrc:143
msgctxt "STR_QUICKSTART_FILE"
msgid "File"
msgstr "ፋይል"
-#: strings.hrc:144
+#: include/sfx2/strings.hrc:144
msgctxt "STR_QUICKSTART_STARTCENTER"
msgid "Startcenter"
msgstr "መሀከል መጀመሪያ"
-#: strings.hrc:145
+#: include/sfx2/strings.hrc:145
msgctxt "STR_QUICKSTART_RECENTDOC"
msgid "Recent Documents"
msgstr "የ ቅርብ ጊዜ ሰነዶች"
-#: strings.hrc:146
+#: include/sfx2/strings.hrc:146
msgctxt "STR_QUERY_UPDATE_LINKS"
msgid ""
"This document contains one or more links to external data.\n"
@@ -660,12 +660,12 @@ msgstr ""
"ሰነዱን መቀየር እና አገናኞቹን በሙሉ ማሻሻል ይፈልጋሉ\n"
"በጣም የ ቅርብ ጊዜ ሰነዶችን ለማግኘት?"
-#: strings.hrc:147
+#: include/sfx2/strings.hrc:147
msgctxt "STR_DDE_ERROR"
msgid "DDE link to %1 for %2 area %3 are not available."
msgstr "DDE አገናኝ ወደ %1 ለ %2 ቦታ %3 ዝግጁ አይደለም"
-#: strings.hrc:148
+#: include/sfx2/strings.hrc:148
msgctxt "STR_SECURITY_WARNING_NO_HYPERLINKS"
msgid ""
"For security reasons, the hyperlink cannot be executed.\n"
@@ -674,12 +674,12 @@ msgstr ""
"በደህንነት ምክንያት ፡ ይህ hyperlink cannot be executed.\n"
"የ ተፈለገውን አድራሻ አይከፈትም"
-#: strings.hrc:149
+#: include/sfx2/strings.hrc:149
msgctxt "RID_SECURITY_WARNING_TITLE"
msgid "Security Warning"
msgstr "የደህንነት ማስጠንቀቂያ"
-#: strings.hrc:150
+#: include/sfx2/strings.hrc:150
msgctxt "RID_SVXSTR_XMLSEC_QUERY_LOSINGSIGNATURE"
msgid ""
"Saving will remove all existing signatures.\n"
@@ -688,7 +688,7 @@ msgstr ""
"ማስቀመጥ ቀደም ሲል የነበሩትን ፊርማዎች ያስወግዳቸዋል \n"
"ሰነዱን ማስቀመጥ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:151
+#: include/sfx2/strings.hrc:151
msgctxt "RID_SVXSTR_XMLSEC_QUERY_SAVEBEFORESIGN"
msgid ""
"The document has to be saved before it can be signed.\n"
@@ -697,7 +697,7 @@ msgstr ""
"ሰነዱ ከመፈረሙ በፊት መቀመጥ አለበት \n"
"ሰነዱን ማስቀመጥ ይፈልጋሉ?"
-#: strings.hrc:152
+#: include/sfx2/strings.hrc:152
msgctxt "STR_QUERY_CANCELCHECKOUT"
msgid ""
"This will discard all changes on the server since check-out.\n"
@@ -706,58 +706,58 @@ msgstr ""
"በ ሰርቨሩ ላይ ያለውን ለውጦች በሙሉ ያስወግዳል መጨረሻ-ከወጡበት ጊዜ ጀምሮ ያለውን \n"
"መቀጠል ይፈልጋሉ?"
-#: strings.hrc:153
+#: include/sfx2/strings.hrc:153
msgctxt "STR_INFO_WRONGDOCFORMAT"
msgid "This document must be saved in OpenDocument file format before it can be digitally signed."
msgstr "ይህ ሰነድ በ OpenDocument file format መቀመጥ አለበት: ዲጂታሊ ከመፈረሙ በፊት"
-#: strings.hrc:154
+#: include/sfx2/strings.hrc:154
msgctxt "RID_XMLSEC_DOCUMENTSIGNED"
msgid " (Signed)"
msgstr " (የተፈረመ)"
-#: strings.hrc:155
+#: include/sfx2/strings.hrc:155
msgctxt "STR_EMBEDDED_TITLE"
msgid " (Embedded document)"
msgstr " (የ ተጣበቀ ሰነድ)"
-#: strings.hrc:156
+#: include/sfx2/strings.hrc:156
msgctxt "STR_STANDARD"
msgid "Standard"
msgstr "መደበኛ"
-#: strings.hrc:157
+#: include/sfx2/strings.hrc:157
msgctxt "RID_SVXSTR_FILELINK"
msgid "Document"
msgstr "ሰነድ"
-#: strings.hrc:158
+#: include/sfx2/strings.hrc:158
msgctxt "STR_NONE"
msgid "- None -"
msgstr "- ምንም -"
-#: strings.hrc:159
+#: include/sfx2/strings.hrc:159
msgctxt "RID_SVXSTR_GRAFIKLINK"
msgid "Image"
msgstr "ምስል"
-#: strings.hrc:160
+#: include/sfx2/strings.hrc:160
msgctxt "STR_SFX_FILTERNAME_ALL"
msgid "All files"
msgstr "ሁሉንም ፋይሎች"
-#: strings.hrc:161
+#: include/sfx2/strings.hrc:161
msgctxt "STR_SFX_FILTERNAME_PDF"
msgid "PDF files"
msgstr "የ PDF ፋይሎች"
-#: strings.hrc:162
+#: include/sfx2/strings.hrc:162
msgctxt "RID_SVXSTR_EDITGRFLINK"
msgid "Link Image"
msgstr "ምስል አገናኝ"
#. i66948 used in project scripting
-#: strings.hrc:164
+#: include/sfx2/strings.hrc:164
msgctxt "STR_ERRUNOEVENTBINDUNG"
msgid ""
"An appropriate component method %1\n"
@@ -770,32 +770,32 @@ msgstr ""
"\n"
"የዘዴውን ስም አፃፃፍ ትክክል መሆኑን ይመርምሩ"
-#: strings.hrc:165
+#: include/sfx2/strings.hrc:165
msgctxt "RID_SVXSTR_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "የ ምስል ፋይሉን መክፈት አልተቻለም"
-#: strings.hrc:166
+#: include/sfx2/strings.hrc:166
msgctxt "RID_SVXSTR_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr "የ ምስል ፋይሉን ማንበብ አልተቻለም"
-#: strings.hrc:167
+#: include/sfx2/strings.hrc:167
msgctxt "RID_SVXSTR_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr "ያልታወቀ የ ምስል አቀራረብ"
-#: strings.hrc:168
+#: include/sfx2/strings.hrc:168
msgctxt "RID_SVXSTR_GRFILTER_VERSIONERROR"
msgid "This version of the image file is not supported"
msgstr "የዚህ እትም ምስል ፋይል የተደገፈ አይደለም"
-#: strings.hrc:169
+#: include/sfx2/strings.hrc:169
msgctxt "RID_SVXSTR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "የ ምስል ማጣሪያ አልተገኘም"
-#: strings.hrc:170
+#: include/sfx2/strings.hrc:170
msgctxt "RID_SVXSTR_END_REDLINING_WARNING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -810,37 +810,37 @@ msgstr ""
"ከመመዝገቢያ መቀየሪያ ዘዴ ልውጣ?\n"
"\n"
-#: strings.hrc:171
+#: include/sfx2/strings.hrc:171
msgctxt "RID_SVXSTR_INCORRECT_PASSWORD"
msgid "Incorrect password"
msgstr "የተሳሳተ የመግቢያ ቃል"
-#: strings.hrc:172
+#: include/sfx2/strings.hrc:172
msgctxt "RID_SVXSTR_GPG_ENCRYPT_FAILURE"
msgid "OpenPGP key not trusted, damaged, or encryption failure. Please try again."
msgstr "OpenPGP key አይታመንም: የ ተበላሸ ነው: ወይንም መመስጠሪያው ተበላሽቷል: እባክዎን እንደገና ይሞክሩ"
-#: strings.hrc:174
+#: include/sfx2/strings.hrc:174
msgctxt "STR_PASSWD_MIN_LEN"
msgid "(Minimum $(MINLEN) characters)"
msgstr "(አነስተኛ $(MINLEN) ባህሪዎች)"
-#: strings.hrc:175
+#: include/sfx2/strings.hrc:175
msgctxt "STR_PASSWD_MIN_LEN1"
msgid "(Minimum 1 character)"
msgstr "(አነስተኛ 1 ባህሪ)"
-#: strings.hrc:176
+#: include/sfx2/strings.hrc:176
msgctxt "STR_PASSWD_EMPTY"
msgid "(The password can be empty)"
msgstr "(የመግቢያ ቃሉ ባዶ ሊሆን ይችላል)"
-#: strings.hrc:177
+#: include/sfx2/strings.hrc:177
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
msgstr "ተግባሩን ማስኬድ አልተቻለም የ %PRODUCTNAME ፕሮግራሙ ክፍል ለዚህ ተግባር እስከ አሁን አልተገጠመም"
-#: strings.hrc:179
+#: include/sfx2/strings.hrc:179
msgctxt "STR_FILTER_NOT_INSTALLED"
msgid ""
"The selected filter $(FILTER) has not been installed.\n"
@@ -849,7 +849,7 @@ msgstr ""
"የተመረጠው ማጣሪያ $(FILTER) አልተገጠመም\n"
"ይህን አሁን መስራት ይፈልጋሉ?"
-#: strings.hrc:180
+#: include/sfx2/strings.hrc:180
msgctxt "STR_FILTER_CONSULT_SERVICE"
msgid ""
"The selected filter $(FILTER) is not included in your edition.\n"
@@ -858,72 +858,72 @@ msgstr ""
"የ ተመረጠው ማጣሪያ $(FILTER) በ እርስዎ እትም ውስጥ አልተካተተም \n"
"በ ድህረ ገጻችን እቃዎችን ለማዘዝ መረጃ ማግኘት ይችላሉ"
-#: strings.hrc:182
+#: include/sfx2/strings.hrc:182
msgctxt "STR_WELCOME_LINE1"
msgid "Welcome to %PRODUCTNAME."
msgstr "እንኳን ደህና መጡ ወደ %PRODUCTNAME."
-#: strings.hrc:183
+#: include/sfx2/strings.hrc:183
msgctxt "STR_WELCOME_LINE2"
msgid "Drop a document here or pick an app from the left side to create one."
msgstr "ሰነድ እዚህ ይጣሉ ወይንም መተግበሪያ ከ ግራ በኩል ያንሱ አዲስ ለ መፍጠር"
-#: strings.hrc:185
+#: include/sfx2/strings.hrc:185
msgctxt "STR_SFX_FILEDLG_ACTUALVERSION"
msgid "Current version"
msgstr "የአሁኑ እትም"
-#: strings.hrc:186
+#: include/sfx2/strings.hrc:186
msgctxt "STR_SFX_EXPLORERFILE_EXPORT"
msgid "Export"
msgstr "መላኪያ"
-#: strings.hrc:187
+#: include/sfx2/strings.hrc:187
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
msgstr "ማስገቢያ"
-#: strings.hrc:188
+#: include/sfx2/strings.hrc:188
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
msgstr "~ማስገቢያ"
-#: strings.hrc:189
+#: include/sfx2/strings.hrc:189
msgctxt "STR_SFX_IMPORT_ALL"
msgid "<All formats>"
msgstr "<ሁሉንም አቀራረብ>"
-#: strings.hrc:190
+#: include/sfx2/strings.hrc:190
msgctxt "STR_PB_SAVEACOPY"
msgid "Save a Copy"
msgstr "ኮፒ ማስቀመጫ"
-#: strings.hrc:191
+#: include/sfx2/strings.hrc:191
msgctxt "STR_PB_COMPAREDOC"
msgid "Compare to"
msgstr "ማወዳደሪያ ከ"
-#: strings.hrc:192
+#: include/sfx2/strings.hrc:192
msgctxt "STR_PB_MERGEDOC"
msgid "Merge with"
msgstr "መቀላቀያ ከ"
-#: strings.hrc:194
+#: include/sfx2/strings.hrc:194
msgctxt "STR_SFX_NEWOFFICEDOC"
msgid "%PRODUCTNAME document"
msgstr "%PRODUCTNAME ሰነድ"
-#: strings.hrc:195
+#: include/sfx2/strings.hrc:195
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"
-#: strings.hrc:196
+#: include/sfx2/strings.hrc:196
msgctxt "STR_SFX_REMOVE_PROPERTY"
msgid "Remove Property"
msgstr "ባህሪ ማስወገጃ"
-#: strings.hrc:197
+#: include/sfx2/strings.hrc:197
msgctxt "STR_SFX_QUERY_WRONG_TYPE"
msgid ""
"The value entered does not match the specified type.\n"
@@ -932,27 +932,27 @@ msgstr ""
"ያስገቡት ዋጋ ከተመረጠው ዘዴ ጋር አይመሳሰልም \n"
"ዋጋው እንደ ጽሁፍ ይቀመጣል"
-#: strings.hrc:199
+#: include/sfx2/strings.hrc:199
msgctxt "STR_QUERY_OVERWRITE"
msgid "Style already exists. Overwrite?"
msgstr "ዘዴው ቀደም ሲል ነበር: በላዩ ላይ ደርቤ ልጻፍበት?"
-#: strings.hrc:201
+#: include/sfx2/strings.hrc:201
msgctxt "STR_RESET"
msgid "~Reset"
msgstr "~እንደ ነበር መመለሻ"
-#: strings.hrc:202
+#: include/sfx2/strings.hrc:202
msgctxt "STR_TABPAGE_INVALIDNAME"
msgid "This name is already in use."
msgstr "ይህን ስም ቀደም ሲል ተጠቅመውበታል"
-#: strings.hrc:203
+#: include/sfx2/strings.hrc:203
msgctxt "STR_TABPAGE_INVALIDSTYLE"
msgid "This Style does not exist."
msgstr "ይህ ዘዴ አልተገኘም"
-#: strings.hrc:204
+#: include/sfx2/strings.hrc:204
msgctxt "STR_TABPAGE_INVALIDPARENT"
msgid ""
"This Style cannot be used as a base Style,\n"
@@ -961,7 +961,7 @@ msgstr ""
"ይህን ዘዴ እንደ መሰረታዊ ዘዴ ሊጠቀሙበት አይችሉም \n"
"ምክንያቱም የድግግሞሽ ማመሳከሪያ ውጤት ያስከትላል"
-#: strings.hrc:205
+#: include/sfx2/strings.hrc:205
msgctxt "STR_POOL_STYLE_NAME"
msgid ""
"Name already exists as a default Style.\n"
@@ -970,7 +970,7 @@ msgstr ""
"ይህ ስም ቀደም ሲል በነባር ዘዴ ውስጥ ነበር \n"
"እባክዎን ሌላ አዲስ ስም ይምረጡ"
-#: strings.hrc:206
+#: include/sfx2/strings.hrc:206
msgctxt "STR_DELETE_STYLE_USED"
msgid ""
"One or more of the selected styles is in use in this document.\n"
@@ -981,92 +981,87 @@ msgstr ""
"እነዚህን ዘዴዎች ካጠፉ ጽሁፉ ወደ ነበረበት ወደ ወላጅ ዘዴው ይመለሳል\n"
"እነዚህን ዘዴዎች ማጥፋት ይፈልጋሉ?\n"
-#: strings.hrc:207
+#: include/sfx2/strings.hrc:207
msgctxt "STR_DELETE_STYLE"
msgid "Styles in use: "
msgstr "የሚጠቀሙት ዘዴዎች: "
-#: strings.hrc:208
+#: include/sfx2/strings.hrc:208
msgctxt "STR_SID_NAVIGATOR"
msgid "Navigator"
msgstr "መቃኛ"
-#: strings.hrc:209
-msgctxt "STR_SID_SIDEBAR"
-msgid "Sidebar"
-msgstr "የ ጎን መደርደሪያ"
-
-#: strings.hrc:210
+#: include/sfx2/strings.hrc:209
msgctxt "STR_ERROR_WRONG_CONFIRM"
msgid "Faulty password confirmation"
msgstr "የተሳሳተ የመግቢያ ቃል ማረጋገጫ"
-#: strings.hrc:211
+#: include/sfx2/strings.hrc:210
msgctxt "STR_PDF_EXPORT_SEND"
msgid "Send"
msgstr "መላኪያ"
-#: strings.hrc:212
+#: include/sfx2/strings.hrc:211
msgctxt "STR_FONT_TABPAGE"
msgid "Font"
msgstr "ፊደል"
-#: strings.hrc:213
+#: include/sfx2/strings.hrc:212
msgctxt "STR_PREVIEW_CHECKBOX"
msgid "Show Previews"
msgstr "ቅድመ እይታ ማሳያ"
-#: strings.hrc:215
+#: include/sfx2/strings.hrc:214
msgctxt "STR_VIEWVERSIONCOMMENT"
msgid "View Version Comment"
msgstr "የእትም አስተያየት መመልከቻ"
-#: strings.hrc:216
+#: include/sfx2/strings.hrc:215
msgctxt "STR_NO_NAME_SET"
msgid "(no name set)"
msgstr "(ምንም ስም አልተሰናዳም)"
-#: strings.hrc:218
+#: include/sfx2/strings.hrc:217
msgctxt "STR_STYLE_ELEMTLIST"
msgid "Style List"
msgstr "የዘዴ ዝርዝር"
-#: strings.hrc:219
+#: include/sfx2/strings.hrc:218
msgctxt "STR_STYLE_FILTER_HIERARCHICAL"
msgid "Hierarchical"
msgstr "በ ቅደም ተከተል"
-#: strings.hrc:220
+#: include/sfx2/strings.hrc:219
msgctxt "STR_STYLE_FILL_FORMAT_MODE"
msgid "Fill Format Mode"
msgstr "የ መሙያ አቀራረብ ዘዴ"
-#: strings.hrc:221
+#: include/sfx2/strings.hrc:220
msgctxt "STR_STYLE_NEW_STYLE_FROM_SELECTION"
msgid "New Style from Selection"
msgstr "አዲስ ዘዴ ከ ምርጫው ውስጥ"
-#: strings.hrc:222
+#: include/sfx2/strings.hrc:221
msgctxt "STR_STYLE_UPDATE_STYLE"
msgid "Update Style"
msgstr "የ ማሻሻያ ዘዴ"
-#: strings.hrc:224
+#: include/sfx2/strings.hrc:223
msgctxt "STR_MACRO_LOSS"
msgid "Do you really want to cancel the recording? Any steps recorded up to this point will be lost."
msgstr "በእርግጥ መመዝገቡን ማጥፋት ይፈልጋሉ? እስከ አሁን የተመዘገበው በሙሉ ይጠፋል"
-#: strings.hrc:225
+#: include/sfx2/strings.hrc:224
msgctxt "STR_CANCEL_RECORDING"
msgid "Cancel Recording"
msgstr "ምዝገባውን መሰረዣ"
-#: strings.hrc:227
+#: include/sfx2/strings.hrc:226
msgctxt "RID_CNT_STR_WAITING"
msgid "The templates are being initialized for first-time usage."
msgstr "ቴምፕሌቶቹ ለ መጀመሪያ-ጊዜ መጠቀሚያ በ መነሳት ላይ ናቸው"
-#: strings.hrc:229
+#: include/sfx2/strings.hrc:228
msgctxt "STR_NODEFPRINTER"
msgid ""
"No default printer found.\n"
@@ -1075,7 +1070,7 @@ msgstr ""
"ነባር ማተሚያ አልተገኘም \n"
"እባክዎን ማተሚያ ይምረጡ እና እንደገና ይሞክሩ"
-#: strings.hrc:230
+#: include/sfx2/strings.hrc:229
msgctxt "STR_NOSTARTPRINTER"
msgid ""
"Could not start printer.\n"
@@ -1084,17 +1079,17 @@ msgstr ""
"ማተሚያውን ማስጀመር አልተቻለም \n"
"እባክዎን የማተሚያውን ማዋቀሪያ ይመርምሩ"
-#: strings.hrc:231
+#: include/sfx2/strings.hrc:230
msgctxt "STR_ERROR_PRINTER_BUSY"
msgid "Printer busy"
msgstr "ማተሚያው በ ስራ ላይ ነው"
-#: strings.hrc:232
+#: include/sfx2/strings.hrc:231
msgctxt "STR_READONLY"
msgid " (read-only)"
msgstr " (ለማንበብ ብቻ)"
-#: strings.hrc:233
+#: include/sfx2/strings.hrc:232
msgctxt "STR_PRINT_NEWORI"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1105,7 +1100,7 @@ msgstr ""
"በ ንቁ ሰነድ ውስጥ አዲስ የተዘጋጀውን \n"
"ማስቀመጥ ይፈልጋሉ?"
-#: strings.hrc:234
+#: include/sfx2/strings.hrc:233
msgctxt "STR_PRINT_NEWSIZE"
msgid ""
"The page size has been modified.\n"
@@ -1116,7 +1111,7 @@ msgstr ""
"በንቁ ሰነድ ውስጥ አዲስ የተዘጋጀውን \n"
"ማስቀመጥ ይፈልጋሉ?"
-#: strings.hrc:235
+#: include/sfx2/strings.hrc:234
msgctxt "STR_PRINT_NEWORISIZE"
msgid ""
"The page size and orientation have been modified.\n"
@@ -1127,7 +1122,7 @@ msgstr ""
"በ ንቁ ሰነድ ውስጥ አዲስ የተዘጋጀውን \n"
"ማስቀመጥ ይፈልጋሉ?"
-#: strings.hrc:236
+#: include/sfx2/strings.hrc:235
msgctxt "STR_CANT_CLOSE"
msgid ""
"The document cannot be closed because a\n"
@@ -1136,7 +1131,7 @@ msgstr ""
"ሰነዱን መዝጋት አልተቻለም ምክንያቱም \n"
" የህትመት ስራ እየተከናወነ ነው"
-#: strings.hrc:237
+#: include/sfx2/strings.hrc:236
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"
@@ -1145,1029 +1140,1087 @@ msgstr ""
"መልእክቱን በመላክ ላይ እንዳለ ስህተት ተፈጥሯል: ምናልባት ስህተቱ የተጠቃሚ መግለጫ ማጣት ወይንም የተሳሳተ ማሰናጃ ሊሆን ይችላል \n"
"እባክዎን ማሰናጃውን %PRODUCTNAME ይመርምሩ ወይንም የኢ-ሜይል ፕሮግራም ማሰናጃውን ይመርምሩ"
-#: strings.hrc:238
+#. Error codes look like "MAPI_E_FAILURE" or "1234"
+#: include/sfx2/strings.hrc:238
+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"
+"\n"
+"Error code is $1"
+msgstr ""
+"መልእክት በ መላክ ላይ እንዳለ ስህተት ተፈጥሯል: ምናልባት ስህተቱ የ ተጠቃሚ መግለጫ ጎድሎት ይሆናል: ወይንም ማሰናጃው የ ተበላሸ ነው:\n"
+"\n"
+"የ ስህተቱ ኮድ ይህ ነው $1"
+
+#: include/sfx2/strings.hrc:239
+msgctxt "STR_ERROR_SEND_MAIL_HEADER"
+msgid "Error sending mail"
+msgstr "ደብዳቤ በ መላክ ላይ ስህተት ተፈጥሯል"
+
+#: include/sfx2/strings.hrc:240
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 "ይህን ሰነድ ማረም አይቻልም ፡ ምክንያቱም በፍቃድ ማጣት ምክንያት: የሰነዱን ኮፒ ማረም ይፈልጋሉ?"
-#: strings.hrc:239
+#: include/sfx2/strings.hrc:241
+msgctxt "STR_QUERY_OPENASTEMPLATE_ALLOW_IGNORE"
+msgid ""
+"This document cannot be edited, because it is locked in another session. Do you want to edit a copy of the document?\n"
+"\n"
+"You can also try to ignore the lock and open the file for editing."
+msgstr ""
+"ይህን ሰነድ ማረም አይቻልም: ምክንያቱም በ ሌላ ክፍለ ጊዜ ተቆልፏል: እርስዎ የ ሰነዱን ኮፒ ማረም ይፈልጋሉ?\n"
+"\n"
+"እርስዎ የ ተቆለፈውን መተው እና ፋይሉን ለ ማረም ለ መክፈት ይችላሉ"
+
+#: include/sfx2/strings.hrc:242
+msgctxt "STR_QUERY_OPENASTEMPLATE_OPENCOPY_BTN"
+msgid "Open ~Copy"
+msgstr "~ኮፒ መክፈቻ"
+
+#: include/sfx2/strings.hrc:243
+msgctxt "STR_QUERY_OPENASTEMPLATE_OPEN_BTN"
+msgid "~Open"
+msgstr "~መክፈቻ"
+
+#: include/sfx2/strings.hrc:244
msgctxt "STR_REPAIREDDOCUMENT"
msgid " (repaired document)"
msgstr " (የተጠገነ ሰነድ)"
-#: strings.hrc:240
+#: include/sfx2/strings.hrc:245
msgctxt "STR_NONCHECKEDOUT_DOCUMENT"
msgid "This document is not checked out on the server."
msgstr "ሰነዱ ከሰርቨሩ አልወጣም"
-#: strings.hrc:241
+#: include/sfx2/strings.hrc:246
msgctxt "STR_READONLY_DOCUMENT"
msgid "This document is open in read-only mode."
msgstr "ሰነዱ የተከፈተው ለማንበብ-ብቻ ዘዴ ነው"
-#: strings.hrc:242
+#: include/sfx2/strings.hrc:247
msgctxt "STR_READONLY_PDF"
msgid "This PDF is open in read-only mode to allow signing the existing file."
msgstr "ይህ PDF የ ተከፈተው ለ ንባብ-ብቻ ነው የ ነበረውን ፋይል መፈረም እንዲችሉ"
-#: strings.hrc:243
+#: include/sfx2/strings.hrc:248
msgctxt "STR_CLASSIFIED_DOCUMENT"
msgid "The classification label of this document is %1."
msgstr "ይህ የዚህ ሰነድ ምድብ ምልክት ነው %1."
-#: strings.hrc:244
+#: include/sfx2/strings.hrc:249
msgctxt "STR_TARGET_DOC_NOT_CLASSIFIED"
msgid "This document must be classified before the clipboard can be pasted."
msgstr "ይህ ሰነድ መመደብ አለበት ቁራጭ ሰሌዳ ከ መለጠፉ በፊት"
-#: strings.hrc:245
+#: include/sfx2/strings.hrc:250
msgctxt "STR_DOC_CLASSIFICATION_TOO_LOW"
msgid "This document has a lower classification level than the clipboard."
msgstr "ይህ ሰነድ አነስተኛ መመደቢያ ደረጃ አለው ከ ቁራጭ ሰሌዳ ይልቅ"
-#: strings.hrc:246
+#: include/sfx2/strings.hrc:251
msgctxt "STR_CLASSIFIED_INTELLECTUAL_PROPERTY"
-msgid "Intellectual Property:"
-msgstr "የ ግለሰብ ንብረቶች:"
+msgid "Level"
+msgstr "ደረጃ"
-#: strings.hrc:247
+#: include/sfx2/strings.hrc:252
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
msgstr "የ አገር ደህንነት:"
-#: strings.hrc:248
+#: include/sfx2/strings.hrc:253
msgctxt "STR_CLASSIFIED_EXPORT_CONTROL"
msgid "Export Control:"
msgstr "የ መላኪያ መቆጣጠሪያ:"
-#: strings.hrc:249
+#: include/sfx2/strings.hrc:254
msgctxt "STR_CHECKOUT"
msgid "Check Out"
msgstr "የ ወጣበት ጊዜ"
-#: strings.hrc:250
+#: include/sfx2/strings.hrc:255
msgctxt "STR_READONLY_EDIT"
msgid "Edit Document"
msgstr "ሰነድ ማረሚያ"
-#: strings.hrc:251
+#: include/sfx2/strings.hrc:256
msgctxt "STR_READONLY_SIGN"
msgid "Sign Document"
msgstr "ሰነድ መፈረሚያ"
-#: strings.hrc:252
+#: include/sfx2/strings.hrc:257
msgctxt "STR_SIGNATURE_BROKEN"
msgid "This document has an invalid signature."
msgstr "ይህ ሰነድ ዋጋ የሌለው ፊርማ አለው"
-#: strings.hrc:253
+#: include/sfx2/strings.hrc:258
msgctxt "STR_SIGNATURE_INVALID"
msgid "The signature was valid, but the document has been modified"
msgstr "ፊርማው ዋጋ ያለው ነው: ነገር ግን ሰነዱ ተሻሽሏል:"
-#: strings.hrc:254
+#: include/sfx2/strings.hrc:259
msgctxt "STR_SIGNATURE_NOTVALIDATED"
msgid "The signature is OK, but the certificate could not be validated."
msgstr "ፊርማው ጥሩ ነው: ነገር ግን የ ምስክር ወረቀቱን ማረጋገጥ አልተቻለም"
-#: strings.hrc:255
+#: include/sfx2/strings.hrc:260
msgctxt "STR_SIGNATURE_PARTIAL_OK"
msgid "The signature is OK, but the document is only partially signed."
msgstr "ፊርማው ጥሩ ነው: ነገር ግን ሰነዱ የ ተፈረመው በከፊል ነው"
-#: strings.hrc:256
+#: include/sfx2/strings.hrc:261
msgctxt "STR_SIGNATURE_OK"
msgid "This document is digitally signed and the signature is valid."
msgstr "ይህ ሰነድ ዲጂታሊ የ ተፈረመ ነው: እና ፊርማው ዋጋ ያለው ነው"
-#: strings.hrc:257
+#: include/sfx2/strings.hrc:262
msgctxt "STR_SIGNATURE_SHOW"
msgid "Show Signatures"
msgstr "ፊርማዎች ማሳያ"
-#: strings.hrc:259
+#: include/sfx2/strings.hrc:264
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "ክፍል መዝጊያ"
-#: strings.hrc:260
+#: include/sfx2/strings.hrc:265
msgctxt "STR_SFX_DOCK"
msgid "Dock"
msgstr "ማሳረፊያ"
-#: strings.hrc:261
+#: include/sfx2/strings.hrc:266
msgctxt "STR_SFX_UNDOCK"
msgid "Undock"
msgstr "አታሳርፍ"
-#: strings.hrc:263
+#: include/sfx2/strings.hrc:268
msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
msgid "More Options"
msgstr "ተጨማሪ ምርጫዎች"
-#: strings.hrc:264
+#: include/sfx2/strings.hrc:269
msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
msgid "Close Sidebar Deck"
msgstr "የ ጎን መደርደሪያ መዝጊያ"
-#: strings.hrc:265
+#: include/sfx2/strings.hrc:270
msgctxt "SFX_STR_SIDEBAR_SETTINGS"
msgid "Sidebar Settings"
msgstr "የ ጎን መደርደሪያ ማሰናጃዎች"
-#: strings.hrc:266
+#: include/sfx2/strings.hrc:271
msgctxt "SFX_STR_SIDEBAR_CUSTOMIZATION"
msgid "Customization"
msgstr "ማስተካከያ"
-#: strings.hrc:267
+#: include/sfx2/strings.hrc:272
msgctxt "SFX_STR_SIDEBAR_RESTORE"
msgid "Restore Default"
msgstr "ነባሩን መመለሻ"
-#: strings.hrc:268
+#: include/sfx2/strings.hrc:273
msgctxt "SFX_STR_SIDEBAR_HIDE_SIDEBAR"
msgid "Close Sidebar"
msgstr "የ ጎን መደርደሪያ መዝጊያ"
#. Translators: default Impress template names
-#: strings.hrc:271
+#: include/sfx2/strings.hrc:276
msgctxt "STR_TEMPLATE_NAME1"
msgid "Alizarin"
msgstr "አሊዛሪን"
-#: strings.hrc:272
+#: include/sfx2/strings.hrc:277
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "የ ንብ እንጀራ"
-#: strings.hrc:273
+#: include/sfx2/strings.hrc:278
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "ሰማያዊ ክብ"
-#: strings.hrc:274
+#: include/sfx2/strings.hrc:279
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "የ ንድፍ እቅድ"
-#: strings.hrc:275
+#: include/sfx2/strings.hrc:280
msgctxt "STR_TEMPLATE_NAME5"
msgid "Bright Blue"
msgstr "ደማቅ ሰማያዊ"
-#: strings.hrc:276
+#: include/sfx2/strings.hrc:281
msgctxt "STR_TEMPLATE_NAME6"
msgid "Classy Red"
msgstr "ቀይ"
-#: strings.hrc:277
+#: include/sfx2/strings.hrc:282
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "DNA"
-#: strings.hrc:278
+#: include/sfx2/strings.hrc:283
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "ትኩረት"
-#: strings.hrc:279
+#: include/sfx2/strings.hrc:284
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "የ ጫካ ወፍ"
-#: strings.hrc:280
+#: include/sfx2/strings.hrc:285
msgctxt "STR_TEMPLATE_NAME10"
msgid "Impress"
msgstr "ማስደነቂያ"
-#: strings.hrc:281
+#: include/sfx2/strings.hrc:286
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "ቀስቃሽ"
-#: strings.hrc:282
+#: include/sfx2/strings.hrc:287
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "ብርሃን"
-#: strings.hrc:283
+#: include/sfx2/strings.hrc:288
msgctxt "STR_TEMPLATE_NAME13"
msgid "Lush Green"
msgstr "ለምለም አረንጓዴ"
-#: strings.hrc:284
+#: include/sfx2/strings.hrc:289
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "ትልቅ ከተማ"
-#: strings.hrc:285
+#: include/sfx2/strings.hrc:290
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "እኩለ ሌሊት ሰማያዊ"
-#: strings.hrc:286
+#: include/sfx2/strings.hrc:291
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "ተፈጥሮ ማሳያ"
-#: strings.hrc:287
+#: include/sfx2/strings.hrc:292
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "እርሳስ"
-#: strings.hrc:288
+#: include/sfx2/strings.hrc:293
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "ፒያኖ"
-#: strings.hrc:289
+#: include/sfx2/strings.hrc:294
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "ቦርሳ"
-#: strings.hrc:290
+#: include/sfx2/strings.hrc:295
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "ሂደት"
-#: strings.hrc:291
+#: include/sfx2/strings.hrc:296
msgctxt "STR_TEMPLATE_NAME21"
msgid "Sunset"
msgstr "ፀሐይ መጥለቂያ"
-#: strings.hrc:292
+#: include/sfx2/strings.hrc:297
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "የ ጥንት"
-#: strings.hrc:293
+#: include/sfx2/strings.hrc:298
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "ደማቅ"
#. Translators: default Writer template names
-#: strings.hrc:295
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "ስራ ማመልከቻ"
-#: strings.hrc:296
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "መቀጠያ"
-#: strings.hrc:297
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "ነባር"
-#: strings.hrc:298
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "ዘመናዊ"
-#: strings.hrc:299
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "ዘመናዊ የ ንግድ ደብዳቤ sans-serif"
-#: strings.hrc:300
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "ዘመናዊ የ ንግድ ደብዳቤ serif"
-#: strings.hrc:301
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "የ ንግድ ካርድ ከ አርማ ጋር"
-#: strings.hrc:303
+#: include/sfx2/strings.hrc:308
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "ማስወገጃ"
-#: strings.hrc:304
+#: include/sfx2/strings.hrc:309
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "ሁሉንም ማጽጃ"
-#: dinfdlg.hrc:27
+#: include/sfx2/strings.hrc:311
+msgctxt "STR_PASSWORD_LEN"
+msgid "Password length"
+msgstr "የ መግቢያ ቃል እርዝመት"
+
+#: include/sfx2/strings.hrc:312
+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 ባይትስ:"
+
+#: sfx2/inc/dinfdlg.hrc:27
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Checked by"
msgstr "የ ተመረመረው በ"
-#: dinfdlg.hrc:28
+#: sfx2/inc/dinfdlg.hrc:28
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Client"
msgstr "ደምበኛ"
-#: dinfdlg.hrc:29
+#: sfx2/inc/dinfdlg.hrc:29
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Date completed"
msgstr "የ ተፈጸመበት ቀን"
-#: dinfdlg.hrc:30
+#: sfx2/inc/dinfdlg.hrc:30
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Department"
msgstr "ክፍል"
-#: dinfdlg.hrc:31
+#: sfx2/inc/dinfdlg.hrc:31
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Destinations"
msgstr "መድረሻው"
-#: dinfdlg.hrc:32
+#: sfx2/inc/dinfdlg.hrc:32
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Disposition"
msgstr "አቀማመጥ"
-#: dinfdlg.hrc:33
+#: sfx2/inc/dinfdlg.hrc:33
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Division"
msgstr "ማካፈያ"
-#: dinfdlg.hrc:34
+#: sfx2/inc/dinfdlg.hrc:34
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Document number"
msgstr "የ ሰነድ ቁጥር"
-#: dinfdlg.hrc:35
+#: sfx2/inc/dinfdlg.hrc:35
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Editor"
msgstr "አራሚው"
-#: dinfdlg.hrc:36
+#: sfx2/inc/dinfdlg.hrc:36
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "E-Mail"
msgstr "ኢ-ሜይል"
-#: dinfdlg.hrc:37
+#: sfx2/inc/dinfdlg.hrc:37
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Forward to"
msgstr "ወደ ፊት ለ"
-#: dinfdlg.hrc:38
+#: sfx2/inc/dinfdlg.hrc:38
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Group"
msgstr "ቡድን"
-#: dinfdlg.hrc:39
+#: sfx2/inc/dinfdlg.hrc:39
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Info"
msgstr "መረጃ"
-#: dinfdlg.hrc:40
+#: sfx2/inc/dinfdlg.hrc:40
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Language"
msgstr "ቋንቋ"
-#: dinfdlg.hrc:41
+#: sfx2/inc/dinfdlg.hrc:41
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Mailstop"
msgstr "ፖስታ ቤት"
-#: dinfdlg.hrc:42
+#: sfx2/inc/dinfdlg.hrc:42
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Matter"
msgstr "እቃ"
-#: dinfdlg.hrc:43
+#: sfx2/inc/dinfdlg.hrc:43
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Office"
msgstr "ቢሮ"
-#: dinfdlg.hrc:44
+#: sfx2/inc/dinfdlg.hrc:44
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Owner"
msgstr "ባለቤት"
-#: dinfdlg.hrc:45
+#: sfx2/inc/dinfdlg.hrc:45
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Project"
msgstr "እቅድ"
-#: dinfdlg.hrc:46
+#: sfx2/inc/dinfdlg.hrc:46
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Publisher"
msgstr "አሳታሚው"
-#: dinfdlg.hrc:47
+#: sfx2/inc/dinfdlg.hrc:47
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Purpose"
msgstr "አላማው"
-#: dinfdlg.hrc:48
+#: sfx2/inc/dinfdlg.hrc:48
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Received from"
msgstr "የ ተቀበለው ከ"
-#: dinfdlg.hrc:49
+#: sfx2/inc/dinfdlg.hrc:49
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Recorded by"
msgstr "የ ተመዘገበው በ"
-#: dinfdlg.hrc:50
+#: sfx2/inc/dinfdlg.hrc:50
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Recorded date"
msgstr "የ ተመዘገበበት ቀን"
-#: dinfdlg.hrc:51
+#: sfx2/inc/dinfdlg.hrc:51
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: dinfdlg.hrc:52
+#: sfx2/inc/dinfdlg.hrc:52
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Source"
msgstr "ምንጭ"
-#: dinfdlg.hrc:53
+#: sfx2/inc/dinfdlg.hrc:53
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Status"
msgstr "ሁኔታው"
-#: dinfdlg.hrc:54
+#: sfx2/inc/dinfdlg.hrc:54
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Telephone number"
msgstr "የ ስልክ ቁጥር"
-#: dinfdlg.hrc:55
+#: sfx2/inc/dinfdlg.hrc:55
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Typist"
msgstr "ፀሀፊ"
-#: dinfdlg.hrc:56
+#: sfx2/inc/dinfdlg.hrc:56
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "URL"
msgstr "URL"
-#: dinfdlg.hrc:69
+#: sfx2/inc/dinfdlg.hrc:69
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Text"
msgstr "ጽሁፍ"
-#: dinfdlg.hrc:70
+#: sfx2/inc/dinfdlg.hrc:70
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "DateTime"
msgstr "ቀን ሰአት"
-#: dinfdlg.hrc:71
+#: sfx2/inc/dinfdlg.hrc:71
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Date"
msgstr "ቀን"
-#: dinfdlg.hrc:72
+#: sfx2/inc/dinfdlg.hrc:72
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Duration"
msgstr "የሚፈጀው ጊዜ"
-#: dinfdlg.hrc:73
+#: sfx2/inc/dinfdlg.hrc:73
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Number"
msgstr "ቁጥር"
-#: dinfdlg.hrc:74
+#: sfx2/inc/dinfdlg.hrc:74
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Yes or no"
msgstr "አዎ ወይንም አይ"
-#: doctempl.hrc:27
+#: sfx2/inc/doctempl.hrc:27
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "My Templates"
msgstr "የ እኔ ቴምፕሌቶች"
-#: doctempl.hrc:28
+#: sfx2/inc/doctempl.hrc:28
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Business Correspondence"
msgstr "የ ንግድ ስምምነት"
-#: doctempl.hrc:29
+#: sfx2/inc/doctempl.hrc:29
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Other Business Documents"
msgstr "ሌሎች የ ንግድ ሰነዶች"
-#: doctempl.hrc:30
+#: sfx2/inc/doctempl.hrc:30
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Personal Correspondence and Documents"
msgstr "የ ግል ስምምነት እና ሰነዶች"
-#: doctempl.hrc:31
+#: sfx2/inc/doctempl.hrc:31
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Forms and Contracts"
msgstr "ፎርሞች እና ኮንትራቶች"
-#: doctempl.hrc:32
+#: sfx2/inc/doctempl.hrc:32
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Finances"
msgstr "ገንዘብ"
-#: doctempl.hrc:33
+#: sfx2/inc/doctempl.hrc:33
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Education"
msgstr "ትምህርት"
-#: doctempl.hrc:34
+#: sfx2/inc/doctempl.hrc:34
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Presentation Backgrounds"
msgstr "የ ማቅረቢይ መደቦች"
-#: doctempl.hrc:35
+#: sfx2/inc/doctempl.hrc:35
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Presentations"
msgstr "ማቅረቢያዎች"
-#: doctempl.hrc:36
+#: sfx2/inc/doctempl.hrc:36
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Miscellaneous"
msgstr "የተለያዩ"
-#: doctempl.hrc:37
+#: sfx2/inc/doctempl.hrc:37
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Labels"
msgstr "ምልክቶች"
-#: doctempl.hrc:38
+#: sfx2/inc/doctempl.hrc:38
msgctxt "TEMPLATE_LONG_NAMES_ARY"
msgid "Styles"
msgstr "ዘዴዎች"
-#: alienwarndialog.ui:8
+#: sfx2/uiconfig/ui/alienwarndialog.ui:7
msgctxt "alienwarndialog|AlienWarnDialog"
msgid "Confirm File Format"
msgstr "የ ፋይል አቀራረቡን ያረጋግጡ"
-#: alienwarndialog.ui:14
+#: sfx2/uiconfig/ui/alienwarndialog.ui:13
msgctxt "alienwarndialog|AlienWarnDialog"
msgid "This document may contain formatting or content that cannot be saved in the currently selected file format “%FORMATNAME”."
msgstr "ይህ ሰነድ የያዘው አቀራረብ ወይንም ይዞታ አሁን በተመረጠው የፋይል አቀራረብ ዘዴ ማስቀመጥ አይቻልም “%FORMATNAME”."
-#: alienwarndialog.ui:15
+#: sfx2/uiconfig/ui/alienwarndialog.ui:14
msgctxt "alienwarndialog|AlienWarnDialog"
msgid "Use the default ODF file format to be sure that the document is saved correctly."
msgstr "ነባር የ ODF ፋይል አቀራረብ ይጠቀሙ ሰነዱ በትክክል መቀመጡን ለማረጋገጥ"
-#: alienwarndialog.ui:27
+#: sfx2/uiconfig/ui/alienwarndialog.ui:25
msgctxt "alienwarndialog|cancel"
msgid "Use %DEFAULTEXTENSION _Format"
msgstr "ይጠቀሙ %DEFAULTEXTENSION _አቀራረብ"
-#: alienwarndialog.ui:43
+#: sfx2/uiconfig/ui/alienwarndialog.ui:41
msgctxt "alienwarndialog|save"
msgid "_Use %FORMATNAME Format"
msgstr "_ይጠቀሙ %FORMATNAME አቀራረብ"
-#: alienwarndialog.ui:68
+#: sfx2/uiconfig/ui/alienwarndialog.ui:66
msgctxt "alienwarndialog|ask"
msgid "_Ask when not saving in ODF or default format"
msgstr "በ ODF አቀራረብ ሳይቀምጥ ሲቀር _ጠይቀኝ"
-#: bookmarkdialog.ui:7
+#: sfx2/uiconfig/ui/bookmarkdialog.ui:8
msgctxt "bookmarkdialog|BookmarkDialog"
msgid "Add to Bookmarks"
msgstr "ወደ ምልክት ማድረጊያው መጨመሪያ"
-#: bookmarkdialog.ui:18
+#: sfx2/uiconfig/ui/bookmarkdialog.ui:80
msgctxt "bookmarkdialog|alttitle"
msgid "Rename Bookmark"
msgstr "ምልክት ማድረጊያውን እንደገና መሰየሚያ"
-#: bookmarkdialog.ui:97
+#: sfx2/uiconfig/ui/bookmarkdialog.ui:99
msgctxt "bookmarkdialog|label2"
msgid "Bookmark:"
msgstr "ምልክት ማድረጊያ:"
-#: bookmarkmenu.ui:12
+#: sfx2/uiconfig/ui/bookmarkmenu.ui:12
msgctxt "bookmarkmenu|display"
msgid "Display"
msgstr "ማሳያ"
-#: bookmarkmenu.ui:26
+#: sfx2/uiconfig/ui/bookmarkmenu.ui:26
msgctxt "bookmarkmenu|rename"
msgid "Rename..."
msgstr "እንደገና መሰየሚያ..."
-#: bookmarkmenu.ui:34
+#: sfx2/uiconfig/ui/bookmarkmenu.ui:34
msgctxt "bookmarkmenu|delete"
msgid "Delete"
msgstr "ማጥፊያ"
-#: charmapcontrol.ui:27
+#: sfx2/uiconfig/ui/charmapcontrol.ui:27
msgctxt "charmapcontrol|label1"
msgid "Favorites"
msgstr "የምወዳቸው"
-#: charmapcontrol.ui:248
+#: sfx2/uiconfig/ui/charmapcontrol.ui:248
msgctxt "charmapcontrol|label2"
msgid "Recent"
msgstr "የ ቅርብ ጊዜ"
-#: charmapcontrol.ui:469
+#: sfx2/uiconfig/ui/charmapcontrol.ui:469
msgctxt "charmapcontrol|specialchardlg"
msgid "More Characters…"
msgstr "ተጨማሪ ባህሪዎች…"
-#: checkin.ui:8
+#: sfx2/uiconfig/ui/charviewmenu.ui:12
+msgctxt "charviewmenu|clearchar"
+msgid "Remove"
+msgstr "ማስወገጃ"
+
+#: sfx2/uiconfig/ui/charviewmenu.ui:20
+msgctxt "charviewmenu|clearallchar"
+msgid "Clear All"
+msgstr "ሁሉንም ማጽጃ"
+
+#: sfx2/uiconfig/ui/checkin.ui:8
msgctxt "checkin|CheckinDialog"
msgid "Check-In"
msgstr "የገባበት - ጊዜ"
-#: checkin.ui:84
+#: sfx2/uiconfig/ui/checkin.ui:84
msgctxt "checkin|MajorVersion"
msgid "New major version"
msgstr "አዲስ ዋናው እትም"
-#: checkin.ui:114
+#: sfx2/uiconfig/ui/checkin.ui:115
msgctxt "checkin|label2"
msgid "Version comment:"
msgstr "የ እትም አስተያየት:"
-#: cmisinfopage.ui:54
+#: sfx2/uiconfig/ui/cmisinfopage.ui:54
msgctxt "cmisinfopage|name"
msgid "Name"
msgstr "ስም"
-#: cmisinfopage.ui:66
+#: sfx2/uiconfig/ui/cmisinfopage.ui:66
msgctxt "cmisinfopage|type"
msgid "Type"
msgstr "አይነት"
-#: cmisinfopage.ui:78
+#: sfx2/uiconfig/ui/cmisinfopage.ui:78
msgctxt "cmisinfopage|value"
msgid "Value"
msgstr "ዋጋ"
-#: cmisline.ui:46
+#: sfx2/uiconfig/ui/cmisline.ui:46
msgctxt "cmisline|type"
msgid "Type"
msgstr "አይነት"
-#: cmisline.ui:61
+#: sfx2/uiconfig/ui/cmisline.ui:61
msgctxt "cmisline|yes"
msgid "Yes"
msgstr "አዎ"
-#: cmisline.ui:82
+#: sfx2/uiconfig/ui/cmisline.ui:82
msgctxt "cmisline|no"
msgid "No"
msgstr "አይ"
-#: custominfopage.ui:14
+#: sfx2/uiconfig/ui/custominfopage.ui:14
msgctxt "custominfopage|add"
msgid "Add _Property"
msgstr "_ባህሪ መጨመሪያ"
-#: custominfopage.ui:49
+#: sfx2/uiconfig/ui/custominfopage.ui:49
msgctxt "custominfopage|name"
msgid "Name"
msgstr "ስም"
-#: custominfopage.ui:61
+#: sfx2/uiconfig/ui/custominfopage.ui:61
msgctxt "custominfopage|type"
msgid "Type"
msgstr "አይነት"
-#: custominfopage.ui:73
+#: sfx2/uiconfig/ui/custominfopage.ui:73
msgctxt "custominfopage|value"
msgid "Value"
msgstr "ዋጋ"
-#: descriptioninfopage.ui:18
+#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
msgid "_Title:"
msgstr "_አርእስት:"
-#: descriptioninfopage.ui:32
+#: sfx2/uiconfig/ui/descriptioninfopage.ui:32
msgctxt "descriptioninfopage|label28"
msgid "_Subject:"
msgstr "_ጉዳዩ:"
-#: descriptioninfopage.ui:46
+#: sfx2/uiconfig/ui/descriptioninfopage.ui:46
msgctxt "descriptioninfopage|label29"
msgid "_Keywords:"
msgstr "_ቁልፍ ቃሎች:"
-#: descriptioninfopage.ui:61
+#: sfx2/uiconfig/ui/descriptioninfopage.ui:61
msgctxt "descriptioninfopage|label30"
msgid "_Comments:"
msgstr "_አስተያየቶች:"
-#: documentfontspage.ui:25
+#: sfx2/uiconfig/ui/documentfontspage.ui:25
msgctxt "documentfontspage|embedFonts"
msgid "_Embed fonts in the document"
msgstr "ፊደሎችን በሰነድ ውስጥ _ማጣበቂያ"
-#: documentfontspage.ui:40
+#: sfx2/uiconfig/ui/documentfontspage.ui:40
msgctxt "documentfontspage|fontEmbeddingLabel"
msgid "Font Embedding"
msgstr "ፊደል ማጣበቂያ"
-#: documentinfopage.ui:18
+#: sfx2/uiconfig/ui/documentinfopage.ui:18
msgctxt "documentinfopage|label13"
msgid "_Created:"
msgstr "_የተፈጠረው:"
-#: documentinfopage.ui:32
+#: sfx2/uiconfig/ui/documentinfopage.ui:32
msgctxt "documentinfopage|label14"
msgid "_Modified:"
msgstr "_የተሻሻለው:"
-#: documentinfopage.ui:46
+#: sfx2/uiconfig/ui/documentinfopage.ui:46
msgctxt "documentinfopage|label15"
msgid "_Digitally signed:"
msgstr "_ዲጂታሊ የተፈረመ:"
-#: documentinfopage.ui:60
+#: sfx2/uiconfig/ui/documentinfopage.ui:60
msgctxt "documentinfopage|label16"
msgid "Last pri_nted:"
msgstr "መጨረሻ የ ታተ_መው:"
-#: documentinfopage.ui:74
+#: sfx2/uiconfig/ui/documentinfopage.ui:74
msgctxt "documentinfopage|label17"
msgid "Total _editing time:"
msgstr "ጠቅላላ ለ _ማረም የፈጀው ጊዜ:"
-#: documentinfopage.ui:88
+#: sfx2/uiconfig/ui/documentinfopage.ui:88
msgctxt "documentinfopage|label18"
msgid "Re_vision number:"
msgstr "የ ክለ_ሳ ቁጥር:"
-#: documentinfopage.ui:131
+#: sfx2/uiconfig/ui/documentinfopage.ui:131
msgctxt "documentinfopage|showsigned"
msgid "Multiply signed document"
msgstr "የተፈረሙ ሰነዶችን ማባዣ"
-#: documentinfopage.ui:183
+#: sfx2/uiconfig/ui/documentinfopage.ui:183
msgctxt "documentinfopage|userdatacb"
msgid "_Apply user data"
msgstr "የተጠቃሚ ዳታ _መፈጸሚያ"
-#: documentinfopage.ui:200
+#: sfx2/uiconfig/ui/documentinfopage.ui:200
msgctxt "documentinfopage|thumbnailsavecb"
msgid "Save preview image with this document"
msgstr "የ ቅድመ እይታ ምስል በዚህ ሰነድ ውስጥ ማስቀመጫ"
-#: documentinfopage.ui:217
+#: sfx2/uiconfig/ui/documentinfopage.ui:217
msgctxt "documentinfopage|reset"
msgid "Reset Properties"
msgstr "ባህሪዎች እንደ ነበር መመለሻ"
-#: documentinfopage.ui:231
+#: sfx2/uiconfig/ui/documentinfopage.ui:231
msgctxt "documentinfopage|signature"
msgid "Di_gital Signatures..."
msgstr "ዲጂ_ታል ፊርማ..."
-#: documentinfopage.ui:250
+#: sfx2/uiconfig/ui/documentinfopage.ui:250
msgctxt "documentinfopage|label11"
msgid "_Size:"
msgstr "_መጠን:"
-#: documentinfopage.ui:264
+#: sfx2/uiconfig/ui/documentinfopage.ui:264
msgctxt "documentinfopage|showsize"
msgid "unknown"
msgstr "ያልታወቀ"
-#: documentinfopage.ui:278
+#: sfx2/uiconfig/ui/documentinfopage.ui:278
msgctxt "documentinfopage|label8"
msgid "_Location:"
msgstr "_አካባቢ:"
-#: documentinfopage.ui:308
+#: sfx2/uiconfig/ui/documentinfopage.ui:308
msgctxt "documentinfopage|label7"
msgid "_Type:"
msgstr "_አይነት:"
-#: documentinfopage.ui:332
+#: sfx2/uiconfig/ui/documentinfopage.ui:332
msgctxt "documentinfopage|changepass"
msgid "Change _Password"
msgstr "_የመግቢያ ቃል መቀየሪያ"
-#: documentinfopage.ui:350
+#: sfx2/uiconfig/ui/documentinfopage.ui:350
msgctxt "documentinfopage|templateft"
msgid "Template:"
msgstr "ቴምፕሌት :"
-#: documentpropertiesdialog.ui:8
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:8
msgctxt "documentpropertiesdialog|DocumentPropertiesDialog"
msgid "Properties of “%1”"
msgstr "ባህሪዎች የ “%1”"
-#: documentpropertiesdialog.ui:103
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:103
msgctxt "documentpropertiesdialog|general"
msgid "General "
msgstr "ባጠቃላይ "
-#: documentpropertiesdialog.ui:125
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:125
msgctxt "documentpropertiesdialog|description"
msgid "Description"
msgstr "መግለጫ"
-#: documentpropertiesdialog.ui:148
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:148
msgctxt "documentpropertiesdialog|customprops"
msgid "Custom Properties"
msgstr "ባህሪዎች ማስተካከያ"
-#: documentpropertiesdialog.ui:171
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:171
msgctxt "documentpropertiesdialog|cmisprops"
msgid "CMIS Properties"
msgstr "CMIS ባህሪዎች"
-#: documentpropertiesdialog.ui:194
+#: sfx2/uiconfig/ui/documentpropertiesdialog.ui:194
msgctxt "documentpropertiesdialog|security"
msgid "Security"
msgstr "ደህንነት"
-#: editdocumentdialog.ui:8
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:7
msgctxt "editdocumentdialog|EditDocumentDialog"
msgid "Confirm editing of document"
msgstr "ሰነድ ማረሙን ያረጋግጡ"
-#: editdocumentdialog.ui:14
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:13
msgctxt "editdocumentdialog|EditDocumentDialog"
msgid "Are you sure you want to edit the document?"
msgstr "በ እርግጥ ሰነዱን ማረም ይፈልጋሉ?"
-#: editdocumentdialog.ui:15
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:14
msgctxt "editdocumentdialog|EditDocumentDialog"
msgid "The original file can be signed without editing the document. Existing signatures on the document will be lost in case of saving an edited version."
msgstr "ዋናውን ፋይል መፈረም ይቻላል ሰነዱ ምንም ሳይታረም: በ ሰነዱ ላይ የ ነበሩ ፊርማዎች ይጠፋሉ የ ታረመውን ሰነድ እትም በሚያስቀምጡ ጊዜ"
-#: editdocumentdialog.ui:27
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:25
msgctxt "editdocumentdialog|edit"
msgid "Edit Document"
msgstr "ሰነድ ማረሚያ"
-#: editdocumentdialog.ui:44
+#: sfx2/uiconfig/ui/editdocumentdialog.ui:42
msgctxt "editdocumentdialog|cancel"
msgid "Cancel"
msgstr "መሰረዣ"
-#: editdurationdialog.ui:8
+#: sfx2/uiconfig/ui/editdurationdialog.ui:43
msgctxt "editdurationdialog|EditDurationDialog"
msgid "Edit Duration"
msgstr "የሚፈጀውን ጊዜ ማረሚያ"
-#: editdurationdialog.ui:97
+#: sfx2/uiconfig/ui/editdurationdialog.ui:135
msgctxt "editdurationdialog|negative"
msgid "_Negative"
msgstr "_አሉታዊ"
-#: editdurationdialog.ui:116
+#: sfx2/uiconfig/ui/editdurationdialog.ui:153
msgctxt "editdurationdialog|label1"
msgid "_Years:"
msgstr "_አመቶች:"
-#: editdurationdialog.ui:130
+#: sfx2/uiconfig/ui/editdurationdialog.ui:167
msgctxt "editdurationdialog|label"
msgid "_Months:"
msgstr "_ወሮች:"
-#: editdurationdialog.ui:144
+#: sfx2/uiconfig/ui/editdurationdialog.ui:181
msgctxt "editdurationdialog|label3"
msgid "_Days:"
msgstr "_ቀኖች:"
-#: editdurationdialog.ui:158
+#: sfx2/uiconfig/ui/editdurationdialog.ui:195
msgctxt "editdurationdialog|label4"
msgid "H_ours:"
msgstr "ሰ_አቶች:"
-#: editdurationdialog.ui:172
+#: sfx2/uiconfig/ui/editdurationdialog.ui:209
msgctxt "editdurationdialog|label5"
msgid "Min_utes:"
msgstr "ደቂ_ቆች:"
-#: editdurationdialog.ui:186
+#: sfx2/uiconfig/ui/editdurationdialog.ui:223
msgctxt "editdurationdialog|label6"
msgid "_Seconds:"
msgstr "_ሰከንዶች:"
-#: editdurationdialog.ui:200
+#: sfx2/uiconfig/ui/editdurationdialog.ui:237
msgctxt "editdurationdialog|label7"
msgid "Millise_conds:"
msgstr "ሚሊ ሰከ_ንዶች:"
-#: editdurationdialog.ui:287
+#: sfx2/uiconfig/ui/editdurationdialog.ui:339
msgctxt "editdurationdialog|label2"
msgid "Duration"
msgstr "የሚፈጀው ጊዜ"
-#: errorfindemaildialog.ui:8
+#: sfx2/uiconfig/ui/errorfindemaildialog.ui:7
msgctxt "errorfindemaildialog|ErrorFindEmailDialog"
msgid "No e-mail configuration"
msgstr "የተዋቀረ ኢ-ሜይል የለም"
-#: errorfindemaildialog.ui:14
+#: sfx2/uiconfig/ui/errorfindemaildialog.ui:14
msgctxt "errorfindemaildialog|ErrorFindEmailDialog"
msgid "%PRODUCTNAME was unable to find a working e-mail configuration."
msgstr "%PRODUCTNAME የሚሰራ የ ተሰናዳ ኢ-ሜይል አልተገኘም"
-#: errorfindemaildialog.ui:15
+#: sfx2/uiconfig/ui/errorfindemaildialog.ui:15
msgctxt "errorfindemaildialog|ErrorFindEmailDialog"
msgid "Please save this document locally instead and attach it from within your e-mail client."
msgstr "እባክዎን ይህን ሰነድ ያስቀምጡ ከ ማያያዝዎት በፊት: ከ እርስዎ ኢ-ሜይል ደንበኛ ጋር"
-#: floatingrecord.ui:9
+#: sfx2/uiconfig/ui/floatingrecord.ui:9
msgctxt "floatingrecord|FloatingRecord"
msgid "Record Macro"
msgstr "Macro መቅረጫ"
-#: helpbookmarkpage.ui:22
+#: sfx2/uiconfig/ui/helpbookmarkpage.ui:22
msgctxt "helpbookmarkpage|display"
msgid "_Display"
msgstr "_ማሳያ"
-#: helpbookmarkpage.ui:41
+#: sfx2/uiconfig/ui/helpbookmarkpage.ui:41
msgctxt "helpbookmarkpage|label1"
msgid "_Bookmarks"
msgstr "_ምልክት ማድረጊያዎች"
-#: helpcontrol.ui:49
+#: sfx2/uiconfig/ui/helpcontrol.ui:49
msgctxt "helpcontrol|contents"
msgid "Contents"
msgstr "ይዞታዎች"
-#: helpcontrol.ui:71
+#: sfx2/uiconfig/ui/helpcontrol.ui:71
msgctxt "helpcontrol|index"
msgid "Index"
msgstr "ማውጫ"
-#: helpcontrol.ui:94
+#: sfx2/uiconfig/ui/helpcontrol.ui:94
msgctxt "helpcontrol|find"
msgid "Find"
msgstr "መፈለጊያ"
-#: helpcontrol.ui:117
+#: sfx2/uiconfig/ui/helpcontrol.ui:117
msgctxt "helpcontrol|bookmarks"
msgid "Bookmarks"
msgstr "ምልክት ማድረጊያዎች"
-#: helpindexpage.ui:22
+#: sfx2/uiconfig/ui/helpindexpage.ui:22
msgctxt "helpindexpage|display"
msgid "_Display"
msgstr "_ማሳያ"
-#: helpindexpage.ui:41
+#: sfx2/uiconfig/ui/helpindexpage.ui:41
msgctxt "helpindexpage|label1"
msgid "_Search term"
msgstr "_መፈለጊያ ደንብ"
-#: helpmanual.ui:8
+#: sfx2/uiconfig/ui/helpmanual.ui:7
msgctxt "helpmanual|onlinehelpmanual"
msgid "%PRODUCTNAME Help Not Installed"
msgstr "%PRODUCTNAME እርዳታ አልተገጠመም"
-#: helpmanual.ui:12
+#: sfx2/uiconfig/ui/helpmanual.ui:12
msgctxt "helpmanual|onlinehelpmanual"
-msgid "The %PRODUCTNAME built-in help is not installed on your computer."
-msgstr "በ %PRODUCTNAME ውስጡ-የ ተገነባ እርዳታ በዚህ ኮምፒዩተር ላይ አልተገጠመም"
+msgid "The %PRODUCTNAME built-in help for current UI language ($UILOCALE) is not installed on your computer."
+msgstr "ይህ %PRODUCTNAME አብሮ-የ ተገነባ እርዳታ ለ አሁኑ የ ተጠቃሚ ገጽታ ቋንቋ ($UILOCALE) በ እርስዎ ኮምፒዩተር ላይ አልተገጠመም"
-#: helpmanual.ui:13
+#: sfx2/uiconfig/ui/helpmanual.ui:13
msgctxt "helpmanual|onlinehelpmanual"
msgid "You may either install it from our website or your system’s repositories, or read an online version."
msgstr "እርስዎ መግጠም ወይንም በ ድህረ ገጽ ላይ ወይንም በ እርስዎ ኮምፒዩተር በ መስመር ላይ እትሙን ማንበብ አለብዎት"
-#: helpmanual.ui:26
+#: sfx2/uiconfig/ui/helpmanual.ui:23
msgctxt "helpmanual|website"
msgid "Read Help Online"
msgstr "እርዳታ በ መስመር ላይ ያንብቡ"
-#: helpsearchpage.ui:22
+#: sfx2/uiconfig/ui/helpsearchpage.ui:22
msgctxt "helpsearchpage|display"
msgid "_Display"
msgstr "_ማሳያ"
-#: helpsearchpage.ui:41
+#: sfx2/uiconfig/ui/helpsearchpage.ui:41
msgctxt "helpsearchpage|label1"
msgid "_Search term"
msgstr "_መፈለጊያ ደንብ"
-#: helpsearchpage.ui:116
+#: sfx2/uiconfig/ui/helpsearchpage.ui:116
msgctxt "helpsearchpage|completewords"
msgid "_Complete words only"
msgstr "_ሙሉ ቃላቶችን ብቻ"
-#: helpsearchpage.ui:133
+#: sfx2/uiconfig/ui/helpsearchpage.ui:133
msgctxt "helpsearchpage|headings"
msgid "Find in _headings only"
msgstr "በ _ራስጌዎች ብቻ መፈለጊያ"
-#: inputdialog.ui:83
+#: sfx2/uiconfig/ui/inputdialog.ui:86
msgctxt "inputdialog|label"
msgid "Height:"
msgstr "እርዝመት:"
-#: licensedialog.ui:8
+#: sfx2/uiconfig/ui/licensedialog.ui:8
msgctxt "licensedialog|LicenseDialog"
msgid "Licensing and Legal information"
msgstr "ስለ ፍቃድ እና ስለ ሕጋዊነቱ መረጃ"
-#: licensedialog.ui:22
+#: sfx2/uiconfig/ui/licensedialog.ui:25
msgctxt "licensedialog|show"
msgid "_Show License"
msgstr "ፍቃድ _ማሳያ"
-#: licensedialog.ui:63
+#: sfx2/uiconfig/ui/licensedialog.ui:68
msgctxt "licensedialog|label"
msgid ""
"%PRODUCTNAME is made available subject to the terms of the Mozilla Public License, v. 2.0. A copy of the MPL can be obtained at http://mozilla.org/MPL/2.0/.\n"
@@ -2176,7 +2229,7 @@ msgid ""
"\n"
"All trademarks and registered trademarks mentioned herein are the property of their respective owners.\n"
"\n"
-"Copyright © 2000–2017 LibreOffice contributors. All rights reserved.\n"
+"Copyright © 2000–2018 LibreOffice contributors. All rights reserved.\n"
"\n"
"This product was created by %OOOVENDOR, based on OpenOffice.org, which is Copyright 2000, 2011 Oracle and/or its affiliates. %OOOVENDOR acknowledges all community members, please see http://www.libreoffice.org/ for more details."
msgstr ""
@@ -2186,811 +2239,811 @@ msgstr ""
"\n"
"All trademarks and registered trademarks mentioned herein are the property of their respective owners.\n"
"\n"
-"Copyright © 2000–2017 LibreOffice contributors. All rights reserved.\n"
+"Copyright © 2000–2018 LibreOffice contributors. All rights reserved.\n"
"\n"
"This product was created by %OOOVENDOR, based on OpenOffice.org, which is Copyright 2000, 2011 Oracle and/or its affiliates. %OOOVENDOR acknowledges all community members, please see http://www.libreoffice.org/ for more details."
-#: linkeditdialog.ui:100
+#: sfx2/uiconfig/ui/linkeditdialog.ui:105
msgctxt "linkeditdialog|label2"
msgid "_Application:"
msgstr "_መተግበሪያ:"
-#: linkeditdialog.ui:114
+#: sfx2/uiconfig/ui/linkeditdialog.ui:119
msgctxt "linkeditdialog|label3"
msgid "_File:"
msgstr "_ፋይል:"
-#: linkeditdialog.ui:128
+#: sfx2/uiconfig/ui/linkeditdialog.ui:133
msgctxt "linkeditdialog|label4"
msgid "_Category:"
msgstr "_ምድብ:"
-#: linkeditdialog.ui:181
+#: sfx2/uiconfig/ui/linkeditdialog.ui:183
msgctxt "linkeditdialog|label1"
msgid "Modify Link"
msgstr "አገናኝ ማሻሻያ"
-#: loadtemplatedialog.ui:9
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:20
msgctxt "loadtemplatedialog|LoadTemplateDialog"
msgid "New"
msgstr "አዲስ"
-#: loadtemplatedialog.ui:70
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:35
msgctxt "loadtemplatedialog|fromfile"
msgid "From File..."
msgstr "ከ ፋይል..."
-#: loadtemplatedialog.ui:128
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:164
msgctxt "loadtemplatedialog|label1"
msgid "Categories"
msgstr "ምድቦች"
-#: loadtemplatedialog.ui:172
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:231
msgctxt "loadtemplatedialog|label2"
msgid "Templates"
msgstr "ቴምፕሌቶች"
-#: loadtemplatedialog.ui:195
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:252
msgctxt "loadtemplatedialog|text"
msgid "Te_xt"
msgstr "ጽ_ሁፍ"
-#: loadtemplatedialog.ui:212
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:267
msgctxt "loadtemplatedialog|frame"
msgid "_Frame"
msgstr "_ክፈፍ"
-#: loadtemplatedialog.ui:229
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:282
msgctxt "loadtemplatedialog|pages"
msgid "_Pages"
msgstr "_ገጾች"
-#: loadtemplatedialog.ui:246
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:297
msgctxt "loadtemplatedialog|numbering"
msgid "N_umbering"
msgstr "ቁ_ጥር መስጫ"
-#: loadtemplatedialog.ui:263
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:312
msgctxt "loadtemplatedialog|overwrite"
msgid "_Overwrite"
msgstr "_በላዩ ላይ መጻፊያ"
-#: loadtemplatedialog.ui:293
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:339
msgctxt "loadtemplatedialog|alttitle"
msgid "Load Styles"
msgstr "ዘዴዎች መጫኛ"
-#: loadtemplatedialog.ui:331
+#: sfx2/uiconfig/ui/loadtemplatedialog.ui:375
msgctxt "loadtemplatedialog|label3"
msgid "Pre_view"
msgstr "ቅድመ_እይታ"
-#: managestylepage.ui:38
+#: sfx2/uiconfig/ui/managestylepage.ui:38
msgctxt "managestylepage|nameft"
msgid "_Name:"
msgstr "_ስም:"
-#: managestylepage.ui:52
+#: sfx2/uiconfig/ui/managestylepage.ui:52
msgctxt "managestylepage|nextstyleft"
msgid "Ne_xt style:"
msgstr "የሚ_ቀጥለው ዘዴ:"
-#: managestylepage.ui:66
+#: sfx2/uiconfig/ui/managestylepage.ui:66
msgctxt "managestylepage|linkedwithft"
msgid "Inherit from:"
msgstr "የተወረሰው ከ:"
-#: managestylepage.ui:80
+#: sfx2/uiconfig/ui/managestylepage.ui:80
msgctxt "managestylepage|categoryft"
msgid "_Category:"
msgstr "_ምድብ:"
-#: managestylepage.ui:103
+#: sfx2/uiconfig/ui/managestylepage.ui:103
msgctxt "managestylepage|editstyle"
msgid "Edit Style"
msgstr "ዘዴ ማረሚያ"
-#: managestylepage.ui:126
+#: sfx2/uiconfig/ui/managestylepage.ui:126
msgctxt "managestylepage|editlinkstyle"
msgid "Edit Style"
msgstr "ዘዴ ማረሚያ"
-#: managestylepage.ui:188
+#: sfx2/uiconfig/ui/managestylepage.ui:187
msgctxt "managestylepage|autoupdate"
msgid "_AutoUpdate"
msgstr "_ራሱ በራሱ ማሻሻያ"
-#: managestylepage.ui:212
+#: sfx2/uiconfig/ui/managestylepage.ui:211
msgctxt "managestylepage|label1"
msgid "Style"
msgstr "ዘዴ"
-#: managestylepage.ui:253
+#: sfx2/uiconfig/ui/managestylepage.ui:252
msgctxt "managestylepage|label2"
msgid "Contains"
msgstr "ይዟል"
-#: newstyle.ui:9
+#: sfx2/uiconfig/ui/newstyle.ui:9
msgctxt "newstyle|CreateStyleDialog"
msgid "Create Style"
msgstr "ዘዴ መፍጠሪያ"
-#: newstyle.ui:108
+#: sfx2/uiconfig/ui/newstyle.ui:108
msgctxt "newstyle|stylename-atkobject"
msgid "Style Name"
msgstr "የ ዘዴው ስም"
-#: newstyle.ui:119
+#: sfx2/uiconfig/ui/newstyle.ui:119
msgctxt "newstyle|label1"
msgid "Style Name"
msgstr "የ ዘዴው ስም"
-#: notebookbar.ui:73
+#: sfx2/uiconfig/ui/notebookbar.ui:73
msgctxt "notebookbar|label9"
msgid "File"
msgstr "ፋይል"
-#: optprintpage.ui:43
+#: sfx2/uiconfig/ui/optprintpage.ui:43
msgctxt "optprintpage|printer"
msgid "_Printer"
msgstr "_ማተሚያ"
-#: optprintpage.ui:60
+#: sfx2/uiconfig/ui/optprintpage.ui:60
msgctxt "optprintpage|file"
msgid "Print to _file"
msgstr "ወደ _ፋይል ማተሚያ"
-#: optprintpage.ui:79
+#: sfx2/uiconfig/ui/optprintpage.ui:79
msgctxt "optprintpage|label4"
msgid "Settings for:"
msgstr "ማሰናጃዎች ለ:"
-#: optprintpage.ui:107
+#: sfx2/uiconfig/ui/optprintpage.ui:107
msgctxt "optprintpage|reducetrans"
msgid "_Reduce transparency"
msgstr "ግልጽነቱን _መቀነሻ"
-#: optprintpage.ui:122
+#: sfx2/uiconfig/ui/optprintpage.ui:122
msgctxt "optprintpage|reducegrad"
msgid "Reduce _gradient"
msgstr "_ከፍታዎች መቀነሻ"
-#: optprintpage.ui:137
+#: sfx2/uiconfig/ui/optprintpage.ui:137
msgctxt "optprintpage|converttogray"
msgid "Con_vert colors to grayscale"
msgstr "ቀለሞችን ወደ ግራጫማ መቀየ_ሪያ"
-#: optprintpage.ui:162
+#: sfx2/uiconfig/ui/optprintpage.ui:162
msgctxt "optprintpage|reducetransauto"
msgid "Auto_matically"
msgstr "ራሱ_በራሱ"
-#: optprintpage.ui:179
+#: sfx2/uiconfig/ui/optprintpage.ui:179
msgctxt "optprintpage|reducetransnone"
msgid "_No transparency"
msgstr "ግልጽነት _የለም"
-#: optprintpage.ui:218
+#: sfx2/uiconfig/ui/optprintpage.ui:218
msgctxt "optprintpage|reducegradstripes"
msgid "Gradient _stripes:"
msgstr "የከፍታ _መስመሮች:"
-#: optprintpage.ui:253
+#: sfx2/uiconfig/ui/optprintpage.ui:252
msgctxt "optprintpage|reducegradcolor"
msgid "Intermediate _color"
msgstr "መካከለኛ _ቀለም"
-#: optprintpage.ui:287
+#: sfx2/uiconfig/ui/optprintpage.ui:286
msgctxt "optprintpage|reducebitmapoptimal"
msgid "_High print quality"
msgstr "_ከፍተኛ የህትመት ጥራት"
-#: optprintpage.ui:304
+#: sfx2/uiconfig/ui/optprintpage.ui:303
msgctxt "optprintpage|reducebitmapnormal"
msgid "N_ormal print quality"
msgstr "መ_ደበኛ የህትመት ጥራት"
-#: optprintpage.ui:325
+#: sfx2/uiconfig/ui/optprintpage.ui:324
msgctxt "optprintpage|reducebitmapresol"
msgid "Reso_lution:"
msgstr "Reso_lution:"
-#: optprintpage.ui:344
+#: sfx2/uiconfig/ui/optprintpage.ui:343
msgctxt "optprintpage|reducebitmapdpi"
msgid "72 DPI"
msgstr "72 DPI"
-#: optprintpage.ui:345
+#: sfx2/uiconfig/ui/optprintpage.ui:344
msgctxt "optprintpage|reducebitmapdpi"
msgid "96 DPI"
msgstr "96 DPI"
-#: optprintpage.ui:346
+#: sfx2/uiconfig/ui/optprintpage.ui:345
msgctxt "optprintpage|reducebitmapdpi"
msgid "150 DPI (Fax)"
msgstr "150 DPI (ፋክስ)"
-#: optprintpage.ui:347
+#: sfx2/uiconfig/ui/optprintpage.ui:346
msgctxt "optprintpage|reducebitmapdpi"
msgid "200 DPI (default)"
msgstr "200 DPI (ነባር)"
-#: optprintpage.ui:348
+#: sfx2/uiconfig/ui/optprintpage.ui:347
msgctxt "optprintpage|reducebitmapdpi"
msgid "300 DPI"
msgstr "300 DPI"
-#: optprintpage.ui:349
+#: sfx2/uiconfig/ui/optprintpage.ui:348
msgctxt "optprintpage|reducebitmapdpi"
msgid "600 DPI"
msgstr "600 DPI"
-#: optprintpage.ui:365
+#: sfx2/uiconfig/ui/optprintpage.ui:364
msgctxt "optprintpage|reducebitmaptrans"
msgid "Include transparent objects"
msgstr "ግልጽ እቃዎችን መጨመሪያ"
-#: optprintpage.ui:388
+#: sfx2/uiconfig/ui/optprintpage.ui:388
msgctxt "optprintpage|reducebitmap"
msgid "Reduce _bitmaps"
msgstr "_bitmaps መቀነሻ"
-#: optprintpage.ui:403
+#: sfx2/uiconfig/ui/optprintpage.ui:403
msgctxt "optprintpage|pdf"
msgid "_PDF as standard print job format"
msgstr "_PDF እንደ መደበኛ የ ሕትመት ስራ ማቅረቢያ"
-#: optprintpage.ui:433
+#: sfx2/uiconfig/ui/optprintpage.ui:433
msgctxt "optprintpage|label1"
msgid "Reduce Print Data"
msgstr "የ ማተሚያ ዳታ መቀነሻ"
-#: optprintpage.ui:466
+#: sfx2/uiconfig/ui/optprintpage.ui:466
msgctxt "optprintpage|papersize"
msgid "P_aper size"
msgstr "የ_ወረቀት መጠን"
-#: optprintpage.ui:481
+#: sfx2/uiconfig/ui/optprintpage.ui:481
msgctxt "optprintpage|paperorient"
msgid "Pap_er orientation"
msgstr "የ ወረ_ቀት አቅጣጫ"
-#: optprintpage.ui:497
+#: sfx2/uiconfig/ui/optprintpage.ui:497
msgctxt "optprintpage|trans"
msgid "_Transparency"
msgstr "_ግልጽነት"
-#: optprintpage.ui:518
+#: sfx2/uiconfig/ui/optprintpage.ui:518
msgctxt "optprintpage|label2"
msgid "Printer Warnings"
msgstr "የ ማተሚያ ማስጠንቀቂያ"
-#: password.ui:8
+#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Enter Password"
msgstr "የመግቢያ ቃል ማስገቢያ"
-#: password.ui:100
+#: sfx2/uiconfig/ui/password.ui:104
msgctxt "password|userft"
msgid "User:"
msgstr "ተጠቃሚ:"
-#: password.ui:114
+#: sfx2/uiconfig/ui/password.ui:118
msgctxt "password|pass1ft"
msgid "Password:"
msgstr "የመግቢያ ቃል:"
-#: password.ui:128
+#: sfx2/uiconfig/ui/password.ui:132
msgctxt "password|confirm1ft"
msgid "Confirm:"
msgstr "ማረጋገጫ:"
-#: password.ui:158
+#: sfx2/uiconfig/ui/password.ui:164
msgctxt "password|pass1ed-atkobject"
msgid "Password"
msgstr "የ መግቢያ ቃል"
-#: password.ui:188
+#: sfx2/uiconfig/ui/password.ui:195
msgctxt "password|label1"
msgid "Password"
msgstr "የመግቢያ ቃል"
-#: password.ui:223
+#: sfx2/uiconfig/ui/password.ui:230
msgctxt "password|pass2ft"
msgid "Password:"
msgstr "የመግቢያ ቃል:"
-#: password.ui:237
+#: sfx2/uiconfig/ui/password.ui:244
msgctxt "password|confirm2ft"
msgid "Confirm:"
msgstr "ማረጋገጫ:"
-#: password.ui:281
+#: sfx2/uiconfig/ui/password.ui:290
msgctxt "password|label2"
msgid "Second Password"
msgstr "ሁለተኛ የመግቢያ ቃል"
-#: printeroptionsdialog.ui:8
+#: sfx2/uiconfig/ui/printeroptionsdialog.ui:8
msgctxt "printeroptionsdialog|PrinterOptionsDialog"
msgid "Printer Options"
msgstr "የ ማተሚያ ምርጫዎች"
-#: querysavedialog.ui:8
+#: sfx2/uiconfig/ui/querysavedialog.ui:7
msgctxt "querysavedialog|QuerySaveDialog"
msgid "Save Document?"
msgstr "ሰነዱን ላስቀምጥ?"
-#: querysavedialog.ui:13
+#: sfx2/uiconfig/ui/querysavedialog.ui:13
msgctxt "querysavedialog|QuerySaveDialog"
msgid "Save changes to document “$(DOC)” before closing?"
msgstr "ለውጦቹን ሰነዱ ላይ ላስቀምጣቸው“$(DOC)” ከመዘጋቱ በፊት?"
-#: querysavedialog.ui:14
+#: sfx2/uiconfig/ui/querysavedialog.ui:14
msgctxt "querysavedialog|QuerySaveDialog"
msgid "Your changes will be lost if you don’t save them."
msgstr "የተቀየሩትን ካላስቀመጧቸው ለውጦቹ በሙሉ ይጠፋሉ"
-#: querysavedialog.ui:26
+#: sfx2/uiconfig/ui/querysavedialog.ui:25
msgctxt "querysavedialog|discard"
msgid "_Don’t Save"
msgstr "_አታስቀምጥ"
-#: safemodequerydialog.ui:8
+#: sfx2/uiconfig/ui/safemodequerydialog.ui:7
msgctxt "safemodequerydialog|SafeModeQueryDialog"
msgid "Enter Safe Mode"
msgstr "ወደ ጥንቃቄ ዘዴ ውስጥ መግቢያ"
-#: safemodequerydialog.ui:39
-msgctxt "safemodequerydialog|restart"
-msgid "_Restart"
-msgstr "_እንደገና ማስጀመሪያ"
-
-#: safemodequerydialog.ui:63
+#: sfx2/uiconfig/ui/safemodequerydialog.ui:12
msgctxt "safemodequerydialog|label"
msgid "Are you sure you want to restart %PRODUCTNAME and enter safe mode?"
msgstr "በ እርግጥ እርስዎ እንደገና ማስነሳት %PRODUCTNAME እና ወደ ጥንቃቄ ዘዴ ውስጥ መግባት ይፈልጋሉ?"
-#: saveastemplatedlg.ui:13
+#: sfx2/uiconfig/ui/safemodequerydialog.ui:41
+msgctxt "safemodequerydialog|restart"
+msgid "_Restart"
+msgstr "_እንደገና ማስጀመሪያ"
+
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:12
msgctxt "saveastemplatedlg|categorylist"
msgid "None"
msgstr "ምንም"
-#: saveastemplatedlg.ui:20
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:19
msgctxt "saveastemplatedlg|SaveAsTemplateDialog"
msgid "Save As Template"
msgstr "እንደ ቴምፕሌት ማስቀመጫ"
-#: saveastemplatedlg.ui:103
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:106
msgctxt "saveastemplatedlg|create_label"
msgid "Template _Name"
msgstr "የ ቴምፕሌት _ስም"
-#: saveastemplatedlg.ui:145
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:151
msgctxt "saveastemplatedlg|select_label"
msgid "Template _Category"
msgstr "የ ቴምፕሌት _ምድብ"
-#: saveastemplatedlg.ui:184
+#: sfx2/uiconfig/ui/saveastemplatedlg.ui:213
msgctxt "saveastemplatedlg|defaultcb"
msgid "_Set as default template"
msgstr "እንደ ነባር ቴምፕሌት _ማሰናጃ"
-#: searchdialog.ui:8
+#: sfx2/uiconfig/ui/searchdialog.ui:8
msgctxt "searchdialog|SearchDialog"
msgid "Find on this Page"
msgstr "በዚህ ገጽ ላይ መፈለጊያ"
-#: searchdialog.ui:21
+#: sfx2/uiconfig/ui/searchdialog.ui:21
msgctxt "searchdialog|search"
msgid "_Find"
msgstr "_መፈለጊያ"
-#: searchdialog.ui:93
+#: sfx2/uiconfig/ui/searchdialog.ui:93
msgctxt "searchdialog|label1"
msgid "_Search for:"
msgstr "_መፈለጊያ ደንብ:"
-#: searchdialog.ui:117
+#: sfx2/uiconfig/ui/searchdialog.ui:117
msgctxt "searchdialog|matchcase"
msgid "Ma_tch case"
msgstr "ጉዳይ ማመ_ሳሰያ"
-#: searchdialog.ui:132
+#: sfx2/uiconfig/ui/searchdialog.ui:132
msgctxt "searchdialog|wholewords"
msgid "Whole wor_ds only"
msgstr "ሙሉ ቃሎ_ችን ብቻ"
-#: searchdialog.ui:147
+#: sfx2/uiconfig/ui/searchdialog.ui:147
msgctxt "searchdialog|backwards"
msgid "Bac_kwards"
msgstr "ወደ_ኋላ"
-#: searchdialog.ui:162
+#: sfx2/uiconfig/ui/searchdialog.ui:162
msgctxt "searchdialog|wrap"
msgid "Wrap _around"
msgstr "_ዙሪያውን መጠቅለያ"
-#: securityinfopage.ui:31
+#: sfx2/uiconfig/ui/securityinfopage.ui:31
msgctxt "securityinfopage|readonly"
msgid "_Open file read-only"
msgstr "ፋይል ለንባብ-ብቻ _መክፈቻ"
-#: securityinfopage.ui:50
+#: sfx2/uiconfig/ui/securityinfopage.ui:50
msgctxt "securityinfopage|recordchanges"
msgid "Record _changes"
msgstr "_ለውጦችን መመዝገቢያ"
-#: securityinfopage.ui:73
+#: sfx2/uiconfig/ui/securityinfopage.ui:73
msgctxt "securityinfopage|protect"
msgid "Protect..."
msgstr "መጠበቂያ..."
-#: securityinfopage.ui:87
+#: sfx2/uiconfig/ui/securityinfopage.ui:87
msgctxt "securityinfopage|unprotect"
msgid "_Unprotect..."
msgstr "_የማይጠበቅ..."
-#: securityinfopage.ui:119
+#: sfx2/uiconfig/ui/securityinfopage.ui:119
msgctxt "securityinfopage|label47"
msgid "File Sharing Options"
msgstr "የ ፋይል መጋሪያ ምርጫዎች"
-#: startcenter.ui:18
+#: sfx2/uiconfig/ui/startcenter.ui:18
msgctxt "startcenter|clear_all"
msgid "Clear Recent Documents"
msgstr "የ ቅርብ ጊዜ ሰነዶች ማጽጃ"
-#: startcenter.ui:39
+#: sfx2/uiconfig/ui/startcenter.ui:39
msgctxt "startcenter|filter_writer"
msgid "Writer Templates"
msgstr "የ መጻፊያ ቴምፕሌቶች"
-#: startcenter.ui:46
+#: sfx2/uiconfig/ui/startcenter.ui:46
msgctxt "startcenter|filter_calc"
msgid "Calc Templates"
msgstr "የ ሰንጠረዥ ቴምፕሌቶች"
-#: startcenter.ui:53
+#: sfx2/uiconfig/ui/startcenter.ui:53
msgctxt "startcenter|filter_impress"
msgid "Impress Templates"
msgstr "የ ማስደነቂያ ቴምፕሌቶች"
-#: startcenter.ui:60
+#: sfx2/uiconfig/ui/startcenter.ui:60
msgctxt "startcenter|filter_draw"
msgid "Draw Templates"
msgstr "የ መሳያ ቴምፕሌቶች"
-#: startcenter.ui:73
+#: sfx2/uiconfig/ui/startcenter.ui:73
msgctxt "startcenter|manage"
msgid "Manage Templates"
msgstr "ቴምፕሌቶች አስተዳዳሪ"
-#: startcenter.ui:146
+#: sfx2/uiconfig/ui/startcenter.ui:146
msgctxt "startcenter|open_all"
msgid "_Open File"
msgstr "ፋይል _መክፈቻ"
-#: startcenter.ui:166
+#: sfx2/uiconfig/ui/startcenter.ui:166
msgctxt "startcenter|open_remote"
msgid "Remote File_s"
msgstr "የ ሩቅ ፋይሎ_ች"
-#: startcenter.ui:198
+#: sfx2/uiconfig/ui/startcenter.ui:198
msgctxt "startcenter|open_recent"
msgid "_Recent Files"
msgstr "የ _ቅርብ ጊዜ ፋይሎች"
-#: startcenter.ui:217
+#: sfx2/uiconfig/ui/startcenter.ui:217
msgctxt "startcenter|templates_all"
msgid "T_emplates"
msgstr "ቴ_ምፕሌት"
-#: startcenter.ui:253
+#: sfx2/uiconfig/ui/startcenter.ui:253
msgctxt "startcenter|create_label"
msgid "Create:"
msgstr "መፍጠሪያ:"
-#: startcenter.ui:264
+#: sfx2/uiconfig/ui/startcenter.ui:264
msgctxt "startcenter|writer_all"
msgid "_Writer Document"
msgstr "_መጻፊያ ሰነድ"
-#: startcenter.ui:284
+#: sfx2/uiconfig/ui/startcenter.ui:284
msgctxt "startcenter|calc_all"
msgid "_Calc Spreadsheet"
msgstr "_ሂሳብ ሰንጠረዥ"
-#: startcenter.ui:304
+#: sfx2/uiconfig/ui/startcenter.ui:304
msgctxt "startcenter|impress_all"
msgid "_Impress Presentation"
msgstr "_ማስደነቂያ ማቅረቢያ"
-#: startcenter.ui:324
+#: sfx2/uiconfig/ui/startcenter.ui:324
msgctxt "startcenter|draw_all"
msgid "_Draw Drawing"
msgstr "_መሳያ ስእል"
-#: startcenter.ui:344
+#: sfx2/uiconfig/ui/startcenter.ui:344
msgctxt "startcenter|math_all"
msgid "_Math Formula"
msgstr "_ሂሳብ መቀመሪያ"
-#: startcenter.ui:364
+#: sfx2/uiconfig/ui/startcenter.ui:364
msgctxt "startcenter|database_all"
msgid "_Base Database"
msgstr "_መሰረት ዳታቤዝ"
-#: startcenter.ui:397
+#: sfx2/uiconfig/ui/startcenter.ui:397
msgctxt "startcenter|althelplabel"
msgid "He_lp"
msgstr "እር_ዳታ"
-#: startcenter.ui:454
+#: sfx2/uiconfig/ui/startcenter.ui:454
msgctxt "startcenter|extensions"
msgid "E_xtensions"
msgstr "ተ_ጨማሪዎች"
-#: startcenter.ui:482
+#: sfx2/uiconfig/ui/startcenter.ui:482
msgctxt "startcenter|label1"
msgid "Application"
msgstr "መተግበሪያ"
-#: startcenter.ui:500
+#: sfx2/uiconfig/ui/startcenter.ui:500
msgctxt "startcenter|all_recent_label"
msgid "Recent Files List"
msgstr "የ ቅርብ ጊዜ ፋይሎች ዝርዝር"
-#: startcenter.ui:513
+#: sfx2/uiconfig/ui/startcenter.ui:513
msgctxt "startcenter|local_view_label"
msgid "Templates List"
msgstr "የ ቴምፕሌቶች ዝርዝር"
-#: stylecontextmenu.ui:12
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:12
msgctxt "stylecontextmenu|new"
msgid "New..."
msgstr "አዲስ..."
-#: stylecontextmenu.ui:20
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:20
msgctxt "stylecontextmenu|edit"
msgid "Modify..."
msgstr "ማሻሻያ..."
-#: stylecontextmenu.ui:28
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:28
msgctxt "stylecontextmenu|hide"
msgid "Hide"
msgstr "መደበቂያ"
-#: stylecontextmenu.ui:36
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:36
msgctxt "stylecontextmenu|show"
msgid "Show"
msgstr "ማሳያ"
-#: stylecontextmenu.ui:44
+#: sfx2/uiconfig/ui/stylecontextmenu.ui:44
msgctxt "stylecontextmenu|delete"
msgid "Delete..."
msgstr "ማጥፊያ..."
-#: templatecategorydlg.ui:13
+#: sfx2/uiconfig/ui/templatecategorydlg.ui:14
msgctxt "templatecategorydlg|categorylist"
msgid "None"
msgstr "ምንም"
-#: templatecategorydlg.ui:20
+#: sfx2/uiconfig/ui/templatecategorydlg.ui:21
msgctxt "templatecategorydlg|TemplatesCategoryDialog"
msgid "Select Category"
msgstr "ምድብ ይምረጡ"
-#: templatecategorydlg.ui:103
+#: sfx2/uiconfig/ui/templatecategorydlg.ui:109
msgctxt "templatecategorydlg|select_label"
msgid "Select from Existing Category"
msgstr "የ ነበረውን ምድብ ይምረጡ"
-#: templatecategorydlg.ui:149
+#: sfx2/uiconfig/ui/templatecategorydlg.ui:177
msgctxt "templatecategorydlg|create_label"
msgid "or Create a New Category"
msgstr "ወይንም አዲስ ምድብ ይፍጠሩ"
-#: templatedlg.ui:13
+#: sfx2/uiconfig/ui/templatedlg.ui:13
msgctxt "templatedlg|applist"
msgid "All Applications"
msgstr "ሁሉም መፈጸሚያዎች"
-#: templatedlg.ui:16
+#: sfx2/uiconfig/ui/templatedlg.ui:16
msgctxt "templatedlg|applist"
msgid "Documents"
msgstr "ሰነዶች"
-#: templatedlg.ui:19
+#: sfx2/uiconfig/ui/templatedlg.ui:19
msgctxt "templatedlg|applist"
msgid "Spreadsheets"
msgstr "ሰንጠረዦች"
-#: templatedlg.ui:22
+#: sfx2/uiconfig/ui/templatedlg.ui:22
msgctxt "templatedlg|applist"
msgid "Presentations"
msgstr "ማቅረቢያዎች"
-#: templatedlg.ui:25
+#: sfx2/uiconfig/ui/templatedlg.ui:25
msgctxt "templatedlg|applist"
msgid "Drawings"
msgstr "መሳያዎች"
-#: templatedlg.ui:36
+#: sfx2/uiconfig/ui/templatedlg.ui:36
msgctxt "templatedlg|folderlist"
msgid "All Categories"
msgstr "ሁሉም ምድቦች"
-#: templatedlg.ui:65
+#: sfx2/uiconfig/ui/templatedlg.ui:65
msgctxt "templatedlg|TemplateDialog"
msgid "Templates"
msgstr "ቴምፕሌቶች"
-#: templatedlg.ui:146
+#: sfx2/uiconfig/ui/templatedlg.ui:146
msgctxt "templatedlg|search_filter|tooltip_text"
msgid "Search"
msgstr "መፈለጊያ"
-#: templatedlg.ui:147
+#: sfx2/uiconfig/ui/templatedlg.ui:147
msgctxt "templatedlg|search_filter"
msgid "Search..."
msgstr "መፈለጊያ..."
-#: templatedlg.ui:169
+#: sfx2/uiconfig/ui/templatedlg.ui:169
msgctxt "templatedlg|filter_application|tooltip_text"
msgid "Filter by Application"
msgstr "በ መተግበሪያ ማጣሪያ"
-#: templatedlg.ui:184
+#: sfx2/uiconfig/ui/templatedlg.ui:184
msgctxt "templatedlg|filter_folder|tooltip_text"
msgid "Filter by Category"
msgstr "በ ምድብ ማጣሪያ"
-#: templatedlg.ui:205
+#: sfx2/uiconfig/ui/templatedlg.ui:205
msgctxt "templatedlg|label1"
msgid "Filter"
msgstr "ማጣሪያ"
-#: templatedlg.ui:282
+#: sfx2/uiconfig/ui/templatedlg.ui:282
msgctxt "templatedlg|thumbnailviewlabel"
msgid "Template List"
msgstr "የ ቴምፕሌት ዝርዝር"
-#: templatedlg.ui:312
+#: sfx2/uiconfig/ui/templatedlg.ui:312
msgctxt "templatedlg|action_menu|tooltip_text"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: templatedlg.ui:333
+#: sfx2/uiconfig/ui/templatedlg.ui:333
msgctxt "templatedlg|online_link|tooltip_text"
msgid "Browse online templates"
msgstr "በ መስመር ላይ ቴምፕሌቶች መቃኛ"
-#: templatedlg.ui:347
+#: sfx2/uiconfig/ui/templatedlg.ui:347
msgctxt "templatedlg|hidedialogcb"
msgid "Show this dialog at startup"
msgstr "በሚጀምር ጊዜ ይህን ንግግር ማሳያ"
-#: templatedlg.ui:373
+#: sfx2/uiconfig/ui/templatedlg.ui:374
msgctxt "templatedlg|move_btn"
msgid "Move"
msgstr "ማንቀሳቀሻ"
-#: templatedlg.ui:377
+#: sfx2/uiconfig/ui/templatedlg.ui:378
msgctxt "templatedlg|move_btn|tooltip_text"
msgid "Move Templates"
msgstr "ቴምፕሌቶች ማንቀሳቀሻ"
-#: templatedlg.ui:391
+#: sfx2/uiconfig/ui/templatedlg.ui:392
msgctxt "templatedlg|export_btn"
msgid "Export"
msgstr "መላኪያ"
-#: templatedlg.ui:395
+#: sfx2/uiconfig/ui/templatedlg.ui:396
msgctxt "templatedlg|export_btn|tooltip_text"
msgid "Export Templates"
msgstr "ቴምፕሌቶች መላኪያ"
-#: templatedlg.ui:408
+#: sfx2/uiconfig/ui/templatedlg.ui:409
msgctxt "templatedlg|import_btn"
msgid "Import"
msgstr "ማምጫ"
-#: templatedlg.ui:412
+#: sfx2/uiconfig/ui/templatedlg.ui:413
msgctxt "templatedlg|import_btn|tooltip_text"
msgid "Import Templates"
msgstr "ቴምፕሌቶች ማምጫ"
-#: versioncommentdialog.ui:8
+#: sfx2/uiconfig/ui/versioncommentdialog.ui:8
msgctxt "versioncommentdialog|VersionCommentDialog"
msgid "Insert Version Comment"
msgstr "የ እትም አስተያየት ማስገቢያ"
-#: versioncommentdialog.ui:101
+#: sfx2/uiconfig/ui/versioncommentdialog.ui:103
msgctxt "versioncommentdialog|timestamp"
msgid "Date and time: "
msgstr "ቀን እና ሰአት: "
-#: versioncommentdialog.ui:113
+#: sfx2/uiconfig/ui/versioncommentdialog.ui:115
msgctxt "versioncommentdialog|author"
msgid "Saved by: "
msgstr "የተቀመጠው በ: "
-#: versionscmis.ui:52
+#: sfx2/uiconfig/ui/versionscmis.ui:52
msgctxt "versionscmis|show"
msgid "_Show..."
msgstr "_ማሳያ..."
-#: versionscmis.ui:83
+#: sfx2/uiconfig/ui/versionscmis.ui:83
msgctxt "versionscmis|compare"
msgid "_Compare"
msgstr "_ማወዳደሪያ"
-#: versionscmis.ui:160
+#: sfx2/uiconfig/ui/versionscmis.ui:160
msgctxt "versionscmis|datetime"
msgid "Date and time"
msgstr "ቀን እና ሰአት"
-#: versionscmis.ui:172
+#: sfx2/uiconfig/ui/versionscmis.ui:172
msgctxt "versionscmis|savedby"
msgid "Saved by"
msgstr "የተቀመጠው በ"
-#: versionscmis.ui:184
+#: sfx2/uiconfig/ui/versionscmis.ui:184
msgctxt "versionscmis|comments"
msgid "Comments"
msgstr "አስተያየቶች"
-#: versionscmis.ui:221
+#: sfx2/uiconfig/ui/versionscmis.ui:221
msgctxt "versionscmis|label2"
msgid "Existing Versions"
msgstr "የ ነበሩት እትሞች"
-#: versionsofdialog.ui:51
+#: sfx2/uiconfig/ui/versionsofdialog.ui:51
msgctxt "versionsofdialog|show"
msgid "_Show..."
msgstr "_ማሳያ..."
-#: versionsofdialog.ui:80
+#: sfx2/uiconfig/ui/versionsofdialog.ui:80
msgctxt "versionsofdialog|compare"
msgid "_Compare"
msgstr "_ማወዳደሪያ"
-#: versionsofdialog.ui:94
+#: sfx2/uiconfig/ui/versionsofdialog.ui:94
msgctxt "versionsofdialog|cmis"
msgid "CMIS"
msgstr "CMIS"
-#: versionsofdialog.ui:155
+#: sfx2/uiconfig/ui/versionsofdialog.ui:155
msgctxt "versionsofdialog|save"
msgid "Save _New Version"
msgstr "_አዲስ እትም ማስቀመጫ"
-#: versionsofdialog.ui:168
+#: sfx2/uiconfig/ui/versionsofdialog.ui:168
msgctxt "versionsofdialog|always"
msgid "_Always save a new version on closing"
msgstr "_ሁል ጊዜ አዲስ እትም በሚዘጋ ጊዜ አስቀምጥ"
-#: versionsofdialog.ui:189
+#: sfx2/uiconfig/ui/versionsofdialog.ui:189
msgctxt "versionsofdialog|label1"
msgid "New Versions"
msgstr "አዲስ እትሞች"
-#: versionsofdialog.ui:234
+#: sfx2/uiconfig/ui/versionsofdialog.ui:234
msgctxt "versionsofdialog|datetime"
msgid "Date and time"
msgstr "ቀን እና ሰአት"
-#: versionsofdialog.ui:246
+#: sfx2/uiconfig/ui/versionsofdialog.ui:246
msgctxt "versionsofdialog|savedby"
msgid "Saved by"
msgstr "የተቀመጠው በ"
-#: versionsofdialog.ui:258
+#: sfx2/uiconfig/ui/versionsofdialog.ui:258
msgctxt "versionsofdialog|comments"
msgid "Comments"
msgstr "አስተያየቶች"
-#: versionsofdialog.ui:295
+#: sfx2/uiconfig/ui/versionsofdialog.ui:295
msgctxt "versionsofdialog|label2"
msgid "Existing Versions"
msgstr "የ ነበሩት እትሞች"
diff --git a/source/am/starmath/messages.po b/source/am/starmath/messages.po
index 40892f99aea..c9fecf5047b 100644
--- a/source/am/starmath/messages.po
+++ b/source/am/starmath/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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2018-01-08 01:54+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-03-24 19:45+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,2535 +13,2535 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1515376463.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521920713.000000\n"
-#: smmod.hrc:16
+#: starmath/inc/smmod.hrc:16
msgctxt "RID_UI_SYMBOLSET_NAMES"
msgid "Greek"
msgstr "Greek"
-#: smmod.hrc:17
+#: starmath/inc/smmod.hrc:17
msgctxt "RID_UI_SYMBOLSET_NAMES"
msgid "Special"
msgstr "የተለየ"
-#: smmod.hrc:22
+#: starmath/inc/smmod.hrc:22
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "alpha"
msgstr "alpha"
-#: smmod.hrc:23
+#: starmath/inc/smmod.hrc:23
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "ALPHA"
msgstr "ALPHA"
-#: smmod.hrc:24
+#: starmath/inc/smmod.hrc:24
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "beta"
msgstr "beta"
-#: smmod.hrc:25
+#: starmath/inc/smmod.hrc:25
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "BETA"
msgstr "BETA"
-#: smmod.hrc:26
+#: starmath/inc/smmod.hrc:26
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "gamma"
msgstr "gamma"
-#: smmod.hrc:27
+#: starmath/inc/smmod.hrc:27
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "GAMMA"
msgstr "GAMMA"
-#: smmod.hrc:28
+#: starmath/inc/smmod.hrc:28
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "delta"
msgstr "ዴልታ"
-#: smmod.hrc:29
+#: starmath/inc/smmod.hrc:29
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "DELTA"
msgstr "ዴልታ"
-#: smmod.hrc:30
+#: starmath/inc/smmod.hrc:30
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "epsilon"
msgstr "epsilon"
-#: smmod.hrc:31
+#: starmath/inc/smmod.hrc:31
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "EPSILON"
msgstr "EPSILON"
-#: smmod.hrc:32
+#: starmath/inc/smmod.hrc:32
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "zeta"
msgstr "zeta"
-#: smmod.hrc:33
+#: starmath/inc/smmod.hrc:33
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "ZETA"
msgstr "ZETA"
-#: smmod.hrc:34
+#: starmath/inc/smmod.hrc:34
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "eta"
msgstr "eta"
-#: smmod.hrc:35
+#: starmath/inc/smmod.hrc:35
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "ETA"
msgstr "ETA"
-#: smmod.hrc:36
+#: starmath/inc/smmod.hrc:36
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "theta"
msgstr "theta"
-#: smmod.hrc:37
+#: starmath/inc/smmod.hrc:37
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "THETA"
msgstr "THETA"
-#: smmod.hrc:38
+#: starmath/inc/smmod.hrc:38
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "iota"
msgstr "iota"
-#: smmod.hrc:39
+#: starmath/inc/smmod.hrc:39
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "IOTA"
msgstr "IOTA"
-#: smmod.hrc:40
+#: starmath/inc/smmod.hrc:40
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "kappa"
msgstr "kappa"
-#: smmod.hrc:41
+#: starmath/inc/smmod.hrc:41
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "KAPPA"
msgstr "KAPPA"
-#: smmod.hrc:42
+#: starmath/inc/smmod.hrc:42
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "lambda"
msgstr "lambda"
-#: smmod.hrc:43
+#: starmath/inc/smmod.hrc:43
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "LAMBDA"
msgstr "LAMBDA"
-#: smmod.hrc:44
+#: starmath/inc/smmod.hrc:44
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "mu"
msgstr "mu"
-#: smmod.hrc:45
+#: starmath/inc/smmod.hrc:45
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "MU"
msgstr "MU"
-#: smmod.hrc:46
+#: starmath/inc/smmod.hrc:46
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "nu"
msgstr "nu"
-#: smmod.hrc:47
+#: starmath/inc/smmod.hrc:47
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "NU"
msgstr "NU"
-#: smmod.hrc:48
+#: starmath/inc/smmod.hrc:48
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "xi"
msgstr "xi"
-#: smmod.hrc:49
+#: starmath/inc/smmod.hrc:49
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "XI"
msgstr "XI"
-#: smmod.hrc:50
+#: starmath/inc/smmod.hrc:50
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "omicron"
msgstr "omicron"
-#: smmod.hrc:51
+#: starmath/inc/smmod.hrc:51
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "OMICRON"
msgstr "OMICRON"
-#: smmod.hrc:52
+#: starmath/inc/smmod.hrc:52
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "pi"
msgstr "pi"
-#: smmod.hrc:53
+#: starmath/inc/smmod.hrc:53
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "PI"
msgstr "PI"
-#: smmod.hrc:54
+#: starmath/inc/smmod.hrc:54
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "rho"
msgstr "rho"
-#: smmod.hrc:55
+#: starmath/inc/smmod.hrc:55
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "RHO"
msgstr "RHO"
-#: smmod.hrc:56
+#: starmath/inc/smmod.hrc:56
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "sigma"
msgstr "sigma"
-#: smmod.hrc:57
+#: starmath/inc/smmod.hrc:57
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "SIGMA"
msgstr "SIGMA"
-#: smmod.hrc:58
+#: starmath/inc/smmod.hrc:58
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "tau"
msgstr "tau"
-#: smmod.hrc:59
+#: starmath/inc/smmod.hrc:59
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "TAU"
msgstr "TAU"
-#: smmod.hrc:60
+#: starmath/inc/smmod.hrc:60
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "upsilon"
msgstr "upsilon"
-#: smmod.hrc:61
+#: starmath/inc/smmod.hrc:61
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "UPSILON"
msgstr "UPSILON"
-#: smmod.hrc:62
+#: starmath/inc/smmod.hrc:62
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "phi"
msgstr "phi"
-#: smmod.hrc:63
+#: starmath/inc/smmod.hrc:63
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "PHI"
msgstr "PHI"
-#: smmod.hrc:64
+#: starmath/inc/smmod.hrc:64
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "chi"
msgstr "chi"
-#: smmod.hrc:65
+#: starmath/inc/smmod.hrc:65
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "CHI"
msgstr "CHI"
-#: smmod.hrc:66
+#: starmath/inc/smmod.hrc:66
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "psi"
msgstr "psi"
-#: smmod.hrc:67
+#: starmath/inc/smmod.hrc:67
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "PSI"
msgstr "PSI"
-#: smmod.hrc:68
+#: starmath/inc/smmod.hrc:68
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "omega"
msgstr "omega"
-#: smmod.hrc:69
+#: starmath/inc/smmod.hrc:69
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "OMEGA"
msgstr "OMEGA"
-#: smmod.hrc:70
+#: starmath/inc/smmod.hrc:70
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varepsilon"
msgstr "varepsilon"
-#: smmod.hrc:71
+#: starmath/inc/smmod.hrc:71
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "vartheta"
msgstr "vartheta"
-#: smmod.hrc:72
+#: starmath/inc/smmod.hrc:72
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varpi"
msgstr "ቫርፒ"
-#: smmod.hrc:73
+#: starmath/inc/smmod.hrc:73
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varrho"
msgstr "varrho"
-#: smmod.hrc:74
+#: starmath/inc/smmod.hrc:74
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varsigma"
msgstr "varsigma"
-#: smmod.hrc:75
+#: starmath/inc/smmod.hrc:75
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "varphi"
msgstr "ቫርፊ"
-#: smmod.hrc:76
+#: starmath/inc/smmod.hrc:76
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "element"
msgstr "element"
-#: smmod.hrc:77
+#: starmath/inc/smmod.hrc:77
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "noelement"
msgstr "noelement"
-#: smmod.hrc:78
+#: starmath/inc/smmod.hrc:78
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "strictlylessthan"
msgstr "strictlylessthan"
-#: smmod.hrc:79
+#: starmath/inc/smmod.hrc:79
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "strictlygreaterthan"
msgstr "strictlygreaterthan"
-#: smmod.hrc:80
+#: starmath/inc/smmod.hrc:80
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "notequal"
msgstr "notequal"
-#: smmod.hrc:81
+#: starmath/inc/smmod.hrc:81
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "identical"
msgstr "ተመሳሳይ"
-#: smmod.hrc:82
+#: starmath/inc/smmod.hrc:82
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "tendto"
msgstr "tendto"
-#: smmod.hrc:83
+#: starmath/inc/smmod.hrc:83
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "infinite"
msgstr "infinite"
-#: smmod.hrc:84
+#: starmath/inc/smmod.hrc:84
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "angle"
msgstr "angle"
-#: smmod.hrc:85
+#: starmath/inc/smmod.hrc:85
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "perthousand"
msgstr "perthousand"
-#: smmod.hrc:86
+#: starmath/inc/smmod.hrc:86
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "and"
msgstr "እና"
-#: smmod.hrc:87
+#: starmath/inc/smmod.hrc:87
msgctxt "RID_UI_SYMBOL_NAMES"
msgid "or"
msgstr "ወይንም"
-#: strings.hrc:25
+#: starmath/inc/strings.hrc:25
msgctxt "RID_PLUSX_HELP"
msgid "+ Sign"
msgstr "+ ምልክት"
-#: strings.hrc:26
+#: starmath/inc/strings.hrc:26
msgctxt "RID_MINUSX_HELP"
msgid "- Sign"
msgstr "- ምልክት"
-#: strings.hrc:27
+#: starmath/inc/strings.hrc:27
msgctxt "RID_PLUSMINUSX_HELP"
msgid "+- Sign"
msgstr "+- ምልክት"
-#: strings.hrc:28
+#: starmath/inc/strings.hrc:28
msgctxt "RID_MINUSPLUSX_HELP"
msgid "-+ Sign"
msgstr "-+ ምልክት"
-#: strings.hrc:29
+#: starmath/inc/strings.hrc:29
msgctxt "RID_NEGX_HELP"
msgid "Boolean NOT"
msgstr "ቡሊያን አይደለም"
-#: strings.hrc:30
+#: starmath/inc/strings.hrc:30
msgctxt "RID_XPLUSY_HELP"
msgid "Addition +"
msgstr "መደመሪያ +"
-#: strings.hrc:31
+#: starmath/inc/strings.hrc:31
msgctxt "RID_XMINUSY_HELP"
msgid "Subtraction -"
msgstr "መቀነሻ -"
-#: strings.hrc:32
+#: starmath/inc/strings.hrc:32
msgctxt "RID_XCDOTY_HELP"
msgid "Multiplication (Dot)"
msgstr "ማባዣ (ነጥብ)"
-#: strings.hrc:33
+#: starmath/inc/strings.hrc:33
msgctxt "RID_XTIMESY_HELP"
msgid "Multiplication (x)"
msgstr "ማባዣ (x)"
-#: strings.hrc:34
+#: starmath/inc/strings.hrc:34
msgctxt "RID_XSYMTIMESY_HELP"
msgid "Multiplication (*)"
msgstr "ማባዣ (*)"
-#: strings.hrc:35
+#: starmath/inc/strings.hrc:35
msgctxt "RID_XSYMDIVIDEY_HELP"
msgid "Division (Slash)"
msgstr "ማካፈያ (ስላሽ)"
-#: strings.hrc:36
+#: starmath/inc/strings.hrc:36
msgctxt "RID_XDIVY_HELP"
msgid "Division (÷)"
msgstr "ማካፈያ (÷)"
-#: strings.hrc:37
+#: starmath/inc/strings.hrc:37
msgctxt "RID_XOVERY_HELP"
msgid "Division (Fraction)"
msgstr "ማካፈያ (ክፍልፋይ)"
-#: strings.hrc:38
+#: starmath/inc/strings.hrc:38
msgctxt "RID_XODIVIDEY_HELP"
msgid "Circled Slash"
msgstr "ክብ ውስጡ ስላሽ"
-#: strings.hrc:39
+#: starmath/inc/strings.hrc:39
msgctxt "RID_XODOTY_HELP"
msgid "Circled Dot"
msgstr "ክብ ውስጡ ነጥብ"
-#: strings.hrc:40
+#: starmath/inc/strings.hrc:40
msgctxt "RID_XOMINUSY_HELP"
msgid "Circled Minus"
msgstr "ክብ ውስጡ መቀነስ"
-#: strings.hrc:41
+#: starmath/inc/strings.hrc:41
msgctxt "RID_XOPLUSY_HELP"
msgid "Circled Plus"
msgstr "ክብ ውስጡ መደመር"
-#: strings.hrc:42
+#: starmath/inc/strings.hrc:42
msgctxt "RID_XOTIMESY_HELP"
msgid "Tensor Product"
msgstr "የ ቴንሰር እቃ"
-#: strings.hrc:43
+#: starmath/inc/strings.hrc:43
msgctxt "RID_XANDY_HELP"
msgid "Boolean AND"
msgstr "ቡሊያን እና"
-#: strings.hrc:44
+#: starmath/inc/strings.hrc:44
msgctxt "RID_XORY_HELP"
msgid "Boolean OR"
msgstr "ቡሊያን ወይንም"
-#: strings.hrc:45
+#: starmath/inc/strings.hrc:45
msgctxt "RID_XEQY_HELP"
msgid "Is Equal"
msgstr "እኩል ነው"
-#: strings.hrc:46
+#: starmath/inc/strings.hrc:46
msgctxt "RID_XNEQY_HELP"
msgid "Is Not Equal"
msgstr "እኩል አይደለም"
-#: strings.hrc:47
+#: starmath/inc/strings.hrc:47
msgctxt "RID_XLTY_HELP"
msgid "Is Less Than"
msgstr "ያንሳል"
-#: strings.hrc:48
+#: starmath/inc/strings.hrc:48
msgctxt "RID_XGTY_HELP"
msgid "Is Greater Than"
msgstr "ይበልጣል"
-#: strings.hrc:49
+#: starmath/inc/strings.hrc:49
msgctxt "RID_XLEY_HELP"
msgid "Is Less Than Or Equal To"
msgstr "ያንሳል ወይንም እኩል ነው ከ"
-#: strings.hrc:50
+#: starmath/inc/strings.hrc:50
msgctxt "RID_XGEY_HELP"
msgid "Is Greater Than Or Equal To"
msgstr "ይበልጣል ወይንም እኩል ነው ከ"
-#: strings.hrc:51
+#: starmath/inc/strings.hrc:51
msgctxt "RID_XLESLANTY_HELP"
msgid "Is Less Than Or Equal To"
msgstr "ያንሳል ወይንም እኩል ነው ከ"
-#: strings.hrc:52
+#: starmath/inc/strings.hrc:52
msgctxt "RID_XGESLANTY_HELP"
msgid "Is Greater Than Or Equal To"
msgstr "ይበልጣል ወይንም እኩል ነው ከ"
-#: strings.hrc:53
+#: starmath/inc/strings.hrc:53
msgctxt "RID_XLLY_HELP"
msgid "Is Much Less Than"
msgstr "በጣም ያንሳል"
-#: strings.hrc:54
+#: starmath/inc/strings.hrc:54
msgctxt "RID_XGGY_HELP"
msgid "Is Much Greater Than"
msgstr "በጣም ይበልጣል"
-#: strings.hrc:55
+#: starmath/inc/strings.hrc:55
msgctxt "RID_XDEFY_HELP"
msgid "Is Defined As"
msgstr "የ ተገለጸው እንደ"
-#: strings.hrc:56
+#: starmath/inc/strings.hrc:56
msgctxt "RID_XEQUIVY_HELP"
msgid "Is Congruent To"
msgstr "ኮንግረንት ነው ከ"
-#: strings.hrc:57
+#: starmath/inc/strings.hrc:57
msgctxt "RID_XAPPROXY_HELP"
msgid "Is Approximately Equal"
msgstr "በግምት እኩል ነው"
-#: strings.hrc:58
+#: starmath/inc/strings.hrc:58
msgctxt "RID_XSIMY_HELP"
msgid "Is Similar To"
msgstr "ተመሳሳይ ነው"
-#: strings.hrc:59
+#: starmath/inc/strings.hrc:59
msgctxt "RID_XSIMEQY_HELP"
msgid "Is Similar Or Equal"
msgstr "ተመሳሳይ ወይም እኩል ነው"
-#: strings.hrc:60
+#: starmath/inc/strings.hrc:60
msgctxt "RID_XPROPY_HELP"
msgid "Is Proportional To"
msgstr "ተመጣጣኝ ነው ከ"
-#: strings.hrc:61
+#: starmath/inc/strings.hrc:61
msgctxt "RID_XORTHOY_HELP"
msgid "Is Orthogonal To"
msgstr "ኦርቶጎናል ነው ለ"
-#: strings.hrc:62
+#: starmath/inc/strings.hrc:62
msgctxt "RID_XPARALLELY_HELP"
msgid "Is Parallel To"
msgstr "አጓዳኝ ነው ለ"
-#: strings.hrc:63
+#: starmath/inc/strings.hrc:63
msgctxt "RID_XTOWARDY_HELP"
msgid "Toward"
msgstr "ወደ"
-#: strings.hrc:64
+#: starmath/inc/strings.hrc:64
msgctxt "RID_XTRANSLY_HELP"
msgid "Corresponds To (Left)"
msgstr "ተመሳሳይ ወደ (ግራ)"
-#: strings.hrc:65
+#: starmath/inc/strings.hrc:65
msgctxt "RID_XTRANSRY_HELP"
msgid "Corresponds To (Right)"
msgstr "ተመሳሳይ ወደ (ቀኝ)"
-#: strings.hrc:66
+#: starmath/inc/strings.hrc:66
msgctxt "RID_XINY_HELP"
msgid "Is In"
msgstr "ውስጥ ነው"
-#: strings.hrc:67
+#: starmath/inc/strings.hrc:67
msgctxt "RID_XNOTINY_HELP"
msgid "Is Not In"
msgstr "ውስጥ አይደለም"
-#: strings.hrc:68
+#: starmath/inc/strings.hrc:68
msgctxt "RID_XOWNSY_HELP"
msgid "Owns"
msgstr "አለው"
-#: strings.hrc:69
+#: starmath/inc/strings.hrc:69
msgctxt "RID_XUNIONY_HELP"
msgid "Union"
msgstr "መዋሀድ"
-#: strings.hrc:70
+#: starmath/inc/strings.hrc:70
msgctxt "RID_XINTERSECTIONY_HELP"
msgid "Intersection"
msgstr "መገናኛ"
-#: strings.hrc:71
+#: starmath/inc/strings.hrc:71
msgctxt "RID_XSETMINUSY_HELP"
msgid "Difference"
msgstr "ልዩነት"
-#: strings.hrc:72
+#: starmath/inc/strings.hrc:72
msgctxt "RID_XSLASHY_HELP"
msgid "Quotient Set"
msgstr "የ ኮሸንት ስብስብ"
-#: strings.hrc:73
+#: starmath/inc/strings.hrc:73
msgctxt "RID_XSUBSETY_HELP"
msgid "Subset"
msgstr "ንዑስ ስብስብ"
-#: strings.hrc:74
+#: starmath/inc/strings.hrc:74
msgctxt "RID_XSUBSETEQY_HELP"
msgid "Subset Or Equal To"
msgstr "ንዑስ ስብስብ ወይንም እኩል ነው ከ"
-#: strings.hrc:75
+#: starmath/inc/strings.hrc:75
msgctxt "RID_XSUPSETY_HELP"
msgid "Superset"
msgstr "ትልቅ ስብስብ"
-#: strings.hrc:76
+#: starmath/inc/strings.hrc:76
msgctxt "RID_XSUPSETEQY_HELP"
msgid "Superset Or Equal To"
msgstr "ትልቅ ስብስብ ወይንም እኩል ነው"
-#: strings.hrc:77
+#: starmath/inc/strings.hrc:77
msgctxt "RID_XNSUBSETY_HELP"
msgid "Not Subset"
msgstr "ንዑስ ስብስብ አይደለም"
-#: strings.hrc:78
+#: starmath/inc/strings.hrc:78
msgctxt "RID_XNSUBSETEQY_HELP"
msgid "Not Subset Or Equal"
msgstr "ንዑስ ስብስብ አይደለም ወይንም እኩል ነው"
-#: strings.hrc:79
+#: starmath/inc/strings.hrc:79
msgctxt "RID_XNSUPSETY_HELP"
msgid "Not Superset"
msgstr "ትልቅ ስብስብ አይደለም"
-#: strings.hrc:80
+#: starmath/inc/strings.hrc:80
msgctxt "RID_XNSUPSETEQY_HELP"
msgid "Not Superset Or Equal"
msgstr "ትልቅ ስብስብ አይደለም ወይንም እኩል ነው"
-#: strings.hrc:81
+#: starmath/inc/strings.hrc:81
msgctxt "RID_ABSX_HELP"
msgid "Absolute Value"
msgstr "ፍጹም ዋጋ"
-#: strings.hrc:82
+#: starmath/inc/strings.hrc:82
msgctxt "RID_FACTX_HELP"
msgid "Factorial"
msgstr "ፋክቶሪያል"
-#: strings.hrc:83
+#: starmath/inc/strings.hrc:83
msgctxt "RID_SQRTX_HELP"
msgid "Square Root"
msgstr "ስኴር ሩት"
-#: strings.hrc:84
+#: starmath/inc/strings.hrc:84
msgctxt "RID_NROOTXY_HELP"
msgid "N-th Root"
msgstr "N-ኛ ሩት"
-#: strings.hrc:85
+#: starmath/inc/strings.hrc:85
msgctxt "RID_EX_HELP"
msgid "Exponential Function"
msgstr "ኤክስፖኔንሺያል ተግባር"
-#: strings.hrc:86
+#: starmath/inc/strings.hrc:86
msgctxt "RID_EXPX_HELP"
msgid "Exponential Function"
msgstr "ኤክስፖኔንሺያል ተግባር"
-#: strings.hrc:87
+#: starmath/inc/strings.hrc:87
msgctxt "RID_LNX_HELP"
msgid "Natural Logarithm"
msgstr "የ ተፈጥሯዊ ሎጋሪዝም"
-#: strings.hrc:88
+#: starmath/inc/strings.hrc:88
msgctxt "RID_LOGX_HELP"
msgid "Logarithm"
msgstr "ሎጋሪዝም"
-#: strings.hrc:89
+#: starmath/inc/strings.hrc:89
msgctxt "RID_SINX_HELP"
msgid "Sine"
msgstr "ሳይን"
-#: strings.hrc:90
+#: starmath/inc/strings.hrc:90
msgctxt "RID_COSX_HELP"
msgid "Cosine"
msgstr "ኮሳይን"
-#: strings.hrc:91
+#: starmath/inc/strings.hrc:91
msgctxt "RID_TANX_HELP"
msgid "Tangent"
msgstr "ታንጀንት"
-#: strings.hrc:92
+#: starmath/inc/strings.hrc:92
msgctxt "RID_COTX_HELP"
msgid "Cotangent"
msgstr "ኮታንጀንት"
-#: strings.hrc:93
+#: starmath/inc/strings.hrc:93
msgctxt "RID_ARCSINX_HELP"
msgid "Arcsine"
msgstr "አርክሳይን"
-#: strings.hrc:94
+#: starmath/inc/strings.hrc:94
msgctxt "RID_ARCCOSX_HELP"
msgid "Arccosine"
msgstr "አርክ ኮሳይን"
-#: strings.hrc:95
+#: starmath/inc/strings.hrc:95
msgctxt "RID_ARCTANX_HELP"
msgid "Arctangent"
msgstr "አርክታንጀንት"
-#: strings.hrc:96
+#: starmath/inc/strings.hrc:96
msgctxt "RID_ARCCOTX_HELP"
msgid "Arccotangent"
msgstr "አርክኮታንጀንት"
-#: strings.hrc:97
+#: starmath/inc/strings.hrc:97
msgctxt "RID_SINHX_HELP"
msgid "Hyperbolic Sine"
msgstr "ሀይፐርቦሊክ ሳይን"
-#: strings.hrc:98
+#: starmath/inc/strings.hrc:98
msgctxt "RID_COSHX_HELP"
msgid "Hyperbolic Cosine"
msgstr "ሀይፐርቦሊክ ኮሳይን"
-#: strings.hrc:99
+#: starmath/inc/strings.hrc:99
msgctxt "RID_TANHX_HELP"
msgid "Hyperbolic Tangent"
msgstr "ሀይፐርቦሊክ ታንጀንት"
-#: strings.hrc:100
+#: starmath/inc/strings.hrc:100
msgctxt "RID_COTHX_HELP"
msgid "Hyperbolic Cotangent"
msgstr "ሀይፐርቦሊክ ኮታንጀንት"
-#: strings.hrc:101
+#: starmath/inc/strings.hrc:101
msgctxt "RID_ARSINHX_HELP"
msgid "Area Hyperbolic Sine"
msgstr "የ ሀይፐርቦሊክ ሳይን ቦታ"
-#: strings.hrc:102
+#: starmath/inc/strings.hrc:102
msgctxt "RID_ARCOSHX_HELP"
msgid "Area Hyperbolic Cosine"
msgstr "የ ሀይፐርቦሊክ ኮሳይን ቦታ"
-#: strings.hrc:103
+#: starmath/inc/strings.hrc:103
msgctxt "RID_ARTANHX_HELP"
msgid "Area Hyperbolic Tangent"
msgstr "የ ሀይፐርቦሊክ ታንጀንት ቦታ"
-#: strings.hrc:104
+#: starmath/inc/strings.hrc:104
msgctxt "RID_ARCOTHX_HELP"
msgid "Area Hyperbolic Cotangent"
msgstr "የ ሀይፐርቦሊክ ኮታንጀንት ቦታ"
-#: strings.hrc:105
+#: starmath/inc/strings.hrc:105
msgctxt "RID_SUMX_HELP"
msgid "Sum"
msgstr "ድምር"
-#: strings.hrc:106
+#: starmath/inc/strings.hrc:106
msgctxt "RID_SUM_FROMX_HELP"
msgid "Sum Subscript Bottom"
msgstr "ድምር በትንንሹ ዝቅ ብሎ ከ ታች መጻፊያ"
-#: strings.hrc:107
+#: starmath/inc/strings.hrc:107
msgctxt "RID_SUM_TOX_HELP"
msgid "Sum Superscript Top"
msgstr "ድምር በትንንሹ ከፍ ብሎ ከላይ መጻፊያ"
-#: strings.hrc:108
+#: starmath/inc/strings.hrc:108
msgctxt "RID_SUM_FROMTOX_HELP"
msgid "Sum Sup/Sub script"
msgstr "ድምር ወደ ላይ ከፍ/ዝቅ አድርጎ መጻፊያ"
-#: strings.hrc:109
+#: starmath/inc/strings.hrc:109
msgctxt "RID_PRODX_HELP"
msgid "Product"
msgstr "ውጤት"
-#: strings.hrc:110
+#: starmath/inc/strings.hrc:110
msgctxt "RID_PROD_FROMX_HELP"
msgid "Product Subscript Bottom"
msgstr "ውጤት በትንንሹ ዝቅ ብሎ ከ ታች መጻፊያ"
-#: strings.hrc:111
+#: starmath/inc/strings.hrc:111
msgctxt "RID_PROD_TOX_HELP"
msgid "Product Superscript Top"
msgstr "ውጤት በትንንሹ ከፍ ብሎ ከላይ መጻፊያ"
-#: strings.hrc:112
+#: starmath/inc/strings.hrc:112
msgctxt "RID_PROD_FROMTOX_HELP"
msgid "Product Sup/Sub script"
msgstr "ውጤት በትንንሹ ከፍ/ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:113
+#: starmath/inc/strings.hrc:113
msgctxt "RID_COPRODX_HELP"
msgid "Coproduct"
msgstr "Coproduct"
-#: strings.hrc:114
+#: starmath/inc/strings.hrc:114
msgctxt "RID_COPROD_FROMX_HELP"
msgid "Coproduct Subscript Bottom"
msgstr "በትንንሹ ዝቅ ብሎ መቀላቀያ ከ ታች መጻፊያ"
-#: strings.hrc:115
+#: starmath/inc/strings.hrc:115
msgctxt "RID_COPROD_TOX_HELP"
msgid "Coproduct Superscript Top"
msgstr "በትንንሹ ከፍ ብሎ Coproduct ከላይ መጻፊያ"
-#: strings.hrc:116
+#: starmath/inc/strings.hrc:116
msgctxt "RID_COPROD_FROMTOX_HELP"
msgid "Coproduct Sup/Sub script"
msgstr "Coproduct በትንንሹ ከፍ/ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:117
+#: starmath/inc/strings.hrc:117
msgctxt "RID_LIMX_HELP"
msgid "Limes"
msgstr "Limes"
-#: strings.hrc:118
+#: starmath/inc/strings.hrc:118
msgctxt "RID_LIM_FROMX_HELP"
msgid "Limes Subscript Bottom"
msgstr "ድንበር በትንንሹ ዝቅ ብሎ ከ ታች መጻፊያ"
-#: strings.hrc:119
+#: starmath/inc/strings.hrc:119
msgctxt "RID_LIM_TOX_HELP"
msgid "Limes Superscript Top"
msgstr "Limes ወደ ላይ ከፍ አድርጎ ከላይ መጻፊያ"
-#: strings.hrc:120
+#: starmath/inc/strings.hrc:120
msgctxt "RID_LIM_FROMTOX_HELP"
msgid "Limes Sup/Sub script"
msgstr "Limes ወደ ላይ ከፍ/ዝቅ አድርጎ መጻፊያ"
-#: strings.hrc:121
+#: starmath/inc/strings.hrc:121
msgctxt "RID_LIMINFX_HELP"
msgid "Limit Inferior"
msgstr "አነስተኛ መጠን"
-#: strings.hrc:122
+#: starmath/inc/strings.hrc:122
msgctxt "RID_LIMINF_FROMX_HELP"
msgid "Limit Inferior Subscript Bottom"
msgstr "አነስተኛ መጠን በትንንሽ ዝቅ ብሎ ከ ታች መጻፊያ"
-#: strings.hrc:123
+#: starmath/inc/strings.hrc:123
msgctxt "RID_LIMINF_TOX_HELP"
msgid "Limit Inferior Superscript Top"
msgstr "አነስተኛ መጠን በትንንሽ ከፍ ብሎ ከ ላይ መጻፊያ"
-#: strings.hrc:124
+#: starmath/inc/strings.hrc:124
msgctxt "RID_LIMINF_FROMTOX_HELP"
msgid "Limit Inferior Sup/Sub script"
msgstr "አነስተኛ መጠን በትንንሽ ከፍ/ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:125
+#: starmath/inc/strings.hrc:125
msgctxt "RID_LIMSUPX_HELP"
msgid "Limit Superior"
msgstr "አነስተኛ መጠን"
-#: strings.hrc:126
+#: starmath/inc/strings.hrc:126
msgctxt "RID_LIMSUP_FROMX_HELP"
msgid "Limit Superior Subscript Bottom"
msgstr "አነስተኛ መጠን በትንንሽ ዝቅ ብሎ ከ ታች መጻፊያ"
-#: strings.hrc:127
+#: starmath/inc/strings.hrc:127
msgctxt "RID_LIMSUP_TOX_HELP"
msgid "Limit Superior Superscript Top"
msgstr "አነስተኛ መጠን በትንንሽ ከፍ ብሎ ከ ላይ መጻፊያ"
-#: strings.hrc:128
+#: starmath/inc/strings.hrc:128
msgctxt "RID_LIMSUP_FROMTOX_HELP"
msgid "Limit Superior Sup/Sub script"
msgstr "አነስተኛ መጠን በትንንሽ ከፍ/ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:129
+#: starmath/inc/strings.hrc:129
msgctxt "RID_EXISTS_HELP"
msgid "There Exists"
msgstr "እዛ ነበር"
-#: strings.hrc:130
+#: starmath/inc/strings.hrc:130
msgctxt "RID_NOTEXISTS_HELP"
msgid "There Not Exists"
msgstr "እዛ አልነበረም"
-#: strings.hrc:131
+#: starmath/inc/strings.hrc:131
msgctxt "RID_FORALL_HELP"
msgid "For all"
msgstr "ለ ሁሉም"
-#: strings.hrc:132
+#: starmath/inc/strings.hrc:132
msgctxt "RID_INTX_HELP"
msgid "Integral"
msgstr "ኢንትግራል"
-#: strings.hrc:133
+#: starmath/inc/strings.hrc:133
msgctxt "RID_INT_FROMX_HELP"
msgid "Integral Subscript Bottom"
msgstr "ኢንትግራል ከ ታች በትንንሽ ፊደል ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:134
+#: starmath/inc/strings.hrc:134
msgctxt "RID_INT_TOX_HELP"
msgid "Integral Superscript Top"
msgstr "ኢንትግራል ከ ላይ በትንንሽ ፊደል ከፍ ብሎ መጻፊያ"
-#: strings.hrc:135
+#: starmath/inc/strings.hrc:135
msgctxt "RID_INT_FROMTOX_HELP"
msgid "Integral Sup/Sub script"
msgstr "ኢንትግራል ዝቅ/ከፍ ብሎ በትንንሽ ፊደል መጻፊያ"
-#: strings.hrc:136
+#: starmath/inc/strings.hrc:136
msgctxt "RID_IINTX_HELP"
msgid "Double Integral"
msgstr "ድርብ ኢንትግራል"
-#: strings.hrc:137
+#: starmath/inc/strings.hrc:137
msgctxt "RID_IINT_FROMX_HELP"
msgid "Double Integral Subscript Bottom"
msgstr "ድርብ ኢንትግራል ከ ታች በትንንሽ ፊደል ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:138
+#: starmath/inc/strings.hrc:138
msgctxt "RID_IINT_TOX_HELP"
msgid "Double Integral Superscript Top"
msgstr "ድርብ ኢንትግራል ከ ላይ በትንንሽ ፊደል ከፍ ብሎ መጻፊያ"
-#: strings.hrc:139
+#: starmath/inc/strings.hrc:139
msgctxt "RID_IINT_FROMTOX_HELP"
msgid "Double Integral Sup/Sub script"
msgstr "ድርብ ኢንትግራል ዝቅ/ከፍ ብሎ በትንንሽ ፊደል መጻፊያ"
-#: strings.hrc:140
+#: starmath/inc/strings.hrc:140
msgctxt "RID_IIINTX_HELP"
msgid "Triple Integral"
msgstr "ትሪፕል ኢንትግራል"
-#: strings.hrc:141
+#: starmath/inc/strings.hrc:141
msgctxt "RID_IIINT_FROMX_HELP"
msgid "Triple Integral Subscript Bottom"
msgstr "ትሪፕል ኢንትግራል ከ ታች በትንንሽ ፊደል ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:142
+#: starmath/inc/strings.hrc:142
msgctxt "RID_IIINT_TOX_HELP"
msgid "Triple Integral Superscript Top"
msgstr "ትሪፕል ኢንትግራል ከ ላይ በትንንሽ ፊደል ከፍ ብሎ መጻፊያ"
-#: strings.hrc:143
+#: starmath/inc/strings.hrc:143
msgctxt "RID_IIINT_FROMTOX_HELP"
msgid "Triple Integral Sup/Sub script"
msgstr "ትሪፕል ኢንትግራል ከፍ/ዝቅ ብሎ በትንንሽ ፊደል መጻፊያ"
-#: strings.hrc:144
+#: starmath/inc/strings.hrc:144
msgctxt "RID_LINTX_HELP"
msgid "Curve Integral"
msgstr "ክብ ኢንትግራል"
-#: strings.hrc:145
+#: starmath/inc/strings.hrc:145
msgctxt "RID_LINT_FROMX_HELP"
msgid "Curve Integral Subscript Bottom"
msgstr "ክብ ኢንትግራል ከ ታች በትንንሽ ፊደል ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:146
+#: starmath/inc/strings.hrc:146
msgctxt "RID_LINT_TOX_HELP"
msgid "Curve Integral Superscript Top"
msgstr "ክብ ኢንትግራል ከ ላይ በትንንሽ ፊደል ከፍ ብሎ መጻፊያ"
-#: strings.hrc:147
+#: starmath/inc/strings.hrc:147
msgctxt "RID_LINT_FROMTOX_HELP"
msgid "Curve Integral Sup/Sub script"
msgstr "ክብ ኢንትግራል ከፍ/ዝቅ ብሎ በትንንሽ ፊደል መጻፊያ"
-#: strings.hrc:148
+#: starmath/inc/strings.hrc:148
msgctxt "RID_LLINTX_HELP"
msgid "Double Curve Integral"
msgstr "ድርብ ክብ ኢንትግራል"
-#: strings.hrc:149
+#: starmath/inc/strings.hrc:149
msgctxt "RID_LLINT_FROMX_HELP"
msgid "Double Curve Integral Subscript Bottom"
msgstr "ድርብ ክብ ኢንትግራል ከ ታች በትንንሽ ፊደል ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:150
+#: starmath/inc/strings.hrc:150
msgctxt "RID_LLINT_TOX_HELP"
msgid "Double Curve Integral Superscript Top"
msgstr "ድርብ ክብ ኢንትግራል ከ ላይ በትንንሽ ፊደል ከፍ ብሎ መጻፊያ"
-#: strings.hrc:151
+#: starmath/inc/strings.hrc:151
msgctxt "RID_LLINT_FROMTOX_HELP"
msgid "Double Curve Integral Sup/Sub script"
msgstr "ድርብ ክብ ኢንትግራል ከፍ/ዝቅ ብሎ በትንንሽ ፊደል መጻፊያ"
-#: strings.hrc:152
+#: starmath/inc/strings.hrc:152
msgctxt "RID_LLLINTX_HELP"
msgid "Triple Curve Integral"
msgstr "ትሪፕል ክብ ኢንትግራል"
-#: strings.hrc:153
+#: starmath/inc/strings.hrc:153
msgctxt "RID_LLLINT_FROMX_HELP"
msgid "Triple Curve Integral Subscript Bottom"
msgstr "ትሪፕል ክብ ኢንትግራል ከ ታች በትንንሽ ፊደል ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:154
+#: starmath/inc/strings.hrc:154
msgctxt "RID_LLLINT_TOX_HELP"
msgid "Triple Curve Integral Superscript Top"
msgstr "ትሪፕል ክብ ኢንትግራል ከ ላይ በትንንሽ ፊደል ከፍ ብሎ መጻፊያ"
-#: strings.hrc:155
+#: starmath/inc/strings.hrc:155
msgctxt "RID_LLLINT_FROMTOX_HELP"
msgid "Triple Curve Integral Sup/Sub script"
msgstr "ትሪፕል ክብ ኢንትግራል ከፍ/ዝቅ ብሎ በትንንሽ ፊደል መጻፊያ"
-#: strings.hrc:156
+#: starmath/inc/strings.hrc:156
msgctxt "RID_ACUTEX_HELP"
msgid "Acute Accent"
msgstr "አኪዩት አክሰንት"
-#: strings.hrc:157
+#: starmath/inc/strings.hrc:157
msgctxt "RID_BARX_HELP"
msgid "Line Above"
msgstr "መስመር ከ ላይ"
-#: strings.hrc:158
+#: starmath/inc/strings.hrc:158
msgctxt "RID_BREVEX_HELP"
msgid "Breve"
msgstr "ብሬቬ"
-#: strings.hrc:159
+#: starmath/inc/strings.hrc:159
msgctxt "RID_CHECKX_HELP"
msgid "Reverse Circumflex"
msgstr "የ ተገለበጠ ስርከምፍሌክስ"
-#: strings.hrc:160
+#: starmath/inc/strings.hrc:160
msgctxt "RID_CIRCLEX_HELP"
msgid "Circle"
msgstr "ክብ"
-#: strings.hrc:161
+#: starmath/inc/strings.hrc:161
msgctxt "RID_DOTX_HELP"
msgid "Dot"
msgstr "ነጥብ"
-#: strings.hrc:162
+#: starmath/inc/strings.hrc:162
msgctxt "RID_DDOTX_HELP"
msgid "Double Dot"
msgstr "ድርብ ነጥብ"
-#: strings.hrc:163
+#: starmath/inc/strings.hrc:163
msgctxt "RID_DDDOTX_HELP"
msgid "Triple Dot"
msgstr "ሶስት ነጥብ"
-#: strings.hrc:164
+#: starmath/inc/strings.hrc:164
msgctxt "RID_GRAVEX_HELP"
msgid "Grave Accent"
msgstr "ግሬቭ አክሰንት"
-#: strings.hrc:165
+#: starmath/inc/strings.hrc:165
msgctxt "RID_HATX_HELP"
msgid "Circumflex"
msgstr "ስርከምፍሌክስ"
-#: strings.hrc:166
+#: starmath/inc/strings.hrc:166
msgctxt "RID_TILDEX_HELP"
msgid "Tilde"
msgstr "ቲልዴ"
-#: strings.hrc:167
+#: starmath/inc/strings.hrc:167
msgctxt "RID_VECX_HELP"
msgid "Vector Arrow"
msgstr "የ አቅጣጫ ቀስት"
-#: strings.hrc:168
+#: starmath/inc/strings.hrc:168
msgctxt "RID_UNDERLINEX_HELP"
msgid "Line Below"
msgstr "መስመር ከ ታች"
-#: strings.hrc:169
+#: starmath/inc/strings.hrc:169
msgctxt "RID_OVERLINEX_HELP"
msgid "Line Over"
msgstr "መስመር ከላይ"
-#: strings.hrc:170
+#: starmath/inc/strings.hrc:170
msgctxt "RID_OVERSTRIKEX_HELP"
msgid "Line Through"
msgstr "መስመር በላዩ ላይ"
-#: strings.hrc:171
+#: starmath/inc/strings.hrc:171
msgctxt "RID_PHANTOMX_HELP"
msgid "Transparent"
msgstr "ግልጽ"
-#: strings.hrc:172
+#: starmath/inc/strings.hrc:172
msgctxt "RID_BOLDX_HELP"
msgid "Bold Font"
msgstr "ፊደል ማድመቂያ"
-#: strings.hrc:173
+#: starmath/inc/strings.hrc:173
msgctxt "RID_ITALX_HELP"
msgid "Italic Font"
msgstr "ፊደል ማዝመሚያ"
-#: strings.hrc:174
+#: starmath/inc/strings.hrc:174
msgctxt "RID_SIZEXY_HELP"
msgid "Resize"
msgstr "እንደገና መመጠኛ"
-#: strings.hrc:175
+#: starmath/inc/strings.hrc:175
msgctxt "RID_FONTXY_HELP"
msgid "Change Font"
msgstr "ፊደል መቀየሪያ"
-#: strings.hrc:176
+#: starmath/inc/strings.hrc:176
msgctxt "RID_COLORX_BLACK_HELP"
msgid "Color Black"
msgstr "ጥቁር ቀለም"
-#: strings.hrc:177
+#: starmath/inc/strings.hrc:177
msgctxt "RID_COLORX_BLUE_HELP"
msgid "Color Blue"
msgstr "ሰማያዊ ቀለም"
-#: strings.hrc:178
+#: starmath/inc/strings.hrc:178
msgctxt "RID_COLORX_GREEN_HELP"
msgid "Color Green"
msgstr "አረንጓዴ ቀለም"
-#: strings.hrc:179
+#: starmath/inc/strings.hrc:179
msgctxt "RID_COLORX_RED_HELP"
msgid "Color Red"
msgstr "ቀይ ቀለም"
-#: strings.hrc:180
+#: starmath/inc/strings.hrc:180
msgctxt "RID_COLORX_CYAN_HELP"
msgid "Color Cyan"
msgstr "ሲያን ቀለም"
-#: strings.hrc:181
+#: starmath/inc/strings.hrc:181
msgctxt "RID_COLORX_MAGENTA_HELP"
msgid "Color Magenta"
msgstr "ቀለም ቀይ የ ወይን ጠጅ"
-#: strings.hrc:182
+#: starmath/inc/strings.hrc:182
msgctxt "RID_COLORX_GRAY_HELP"
msgid "Color Gray"
msgstr "ቀለም ግራጫ"
-#: strings.hrc:183
+#: starmath/inc/strings.hrc:183
msgctxt "RID_COLORX_LIME_HELP"
msgid "Color Lime"
msgstr "ቀለም ሎሚ"
-#: strings.hrc:184
+#: starmath/inc/strings.hrc:184
msgctxt "RID_COLORX_MAROON_HELP"
msgid "Color Maroon"
msgstr "ቀለም የ ሸክላ ቀለም"
-#: strings.hrc:185
+#: starmath/inc/strings.hrc:185
msgctxt "RID_COLORX_NAVY_HELP"
msgid "Color Navy"
msgstr "ቀለም ሰማያዊ"
-#: strings.hrc:186
+#: starmath/inc/strings.hrc:186
msgctxt "RID_COLORX_OLIVE_HELP"
msgid "Color Olive"
msgstr "ቀለም ወይራ"
-#: strings.hrc:187
+#: starmath/inc/strings.hrc:187
msgctxt "RID_COLORX_PURPLE_HELP"
msgid "Color Purple"
msgstr "ቀለም ወይን ጠጅ"
-#: strings.hrc:188
+#: starmath/inc/strings.hrc:188
msgctxt "RID_COLORX_SILVER_HELP"
msgid "Color Silver"
msgstr "ቀለም ብር"
-#: strings.hrc:189
+#: starmath/inc/strings.hrc:189
msgctxt "RID_COLORX_TEAL_HELP"
msgid "Color Teal"
msgstr "አረንጓዴ ሰማያዊ ቀለም"
-#: strings.hrc:190
+#: starmath/inc/strings.hrc:190
msgctxt "RID_COLORX_YELLOW_HELP"
msgid "Color Yellow"
msgstr "ቀለም ቢጫ"
-#: strings.hrc:191
+#: starmath/inc/strings.hrc:191
msgctxt "RID_LRGROUPX_HELP"
msgid "Group Brackets"
msgstr "የ ቡድን ቅንፎች"
-#: strings.hrc:192
+#: starmath/inc/strings.hrc:192
msgctxt "RID_LRPARENTX_HELP"
msgid "Round Brackets"
msgstr "ክብ ቅንፎች"
-#: strings.hrc:193
+#: starmath/inc/strings.hrc:193
msgctxt "RID_LRBRACKETX_HELP"
msgid "Square Brackets"
msgstr "ስኴር ቅንፎች"
-#: strings.hrc:194
+#: starmath/inc/strings.hrc:194
msgctxt "RID_LRDBRACKETX_HELP"
msgid "Double Square Brackets"
msgstr "ድርብ ስኴር ቅንፎች"
-#: strings.hrc:195
+#: starmath/inc/strings.hrc:195
msgctxt "RID_LRBRACEX_HELP"
msgid "Braces"
msgstr "ብሬስስ"
-#: strings.hrc:196
+#: starmath/inc/strings.hrc:196
msgctxt "RID_LRANGLEX_HELP"
msgid "Angle Brackets"
msgstr "አንግል ቅንፎች"
-#: strings.hrc:197
+#: starmath/inc/strings.hrc:197
msgctxt "RID_LRCEILX_HELP"
msgid "Upper Ceil"
msgstr "ከፍተኛው ጣራ"
-#: strings.hrc:198
+#: starmath/inc/strings.hrc:198
msgctxt "RID_LRFLOORX_HELP"
msgid "Floor"
msgstr "ወለል"
-#: strings.hrc:199
+#: starmath/inc/strings.hrc:199
msgctxt "RID_LRLINEX_HELP"
msgid "Single Lines"
msgstr "ነጠላ መስመሮች"
-#: strings.hrc:200
+#: starmath/inc/strings.hrc:200
msgctxt "RID_LRDLINEX_HELP"
msgid "Double Lines"
msgstr "ድርብ መስመሮች"
-#: strings.hrc:201
+#: starmath/inc/strings.hrc:201
msgctxt "RID_LMRANGLEXY_HELP"
msgid "Operator Brackets"
msgstr "አንቀሳቃሽ ቅንፎች"
-#: strings.hrc:202
+#: starmath/inc/strings.hrc:202
msgctxt "RID_SLRPARENTX_HELP"
msgid "Round Brackets (Scalable)"
msgstr "ክብ ቅንፎች (ሊመጠን የሚችል)"
-#: strings.hrc:203
+#: starmath/inc/strings.hrc:203
msgctxt "RID_SLRBRACKETX_HELP"
msgid "Square Brackets (Scalable)"
msgstr "ስኴር ቅንፎች (ሊመጠን የሚችል)"
-#: strings.hrc:204
+#: starmath/inc/strings.hrc:204
msgctxt "RID_SLRDBRACKETX_HELP"
msgid "Double Square Brackets (Scalable)"
msgstr "ድርብ ስኴር ቅንፎች (ሊመጠን የሚችል)"
-#: strings.hrc:205
+#: starmath/inc/strings.hrc:205
msgctxt "RID_SLRBRACEX_HELP"
msgid "Braces (Scalable)"
msgstr "ብሬስስ (ሊመጠን የሚችል)"
-#: strings.hrc:206
+#: starmath/inc/strings.hrc:206
msgctxt "RID_SLRANGLEX_HELP"
msgid "Angle Brackets (Scalable)"
msgstr "አንግል ቅንፎች (ሊመጠን የሚችል)"
-#: strings.hrc:207
+#: starmath/inc/strings.hrc:207
msgctxt "RID_SLRCEILX_HELP"
msgid "Ceiling (Scalable)"
msgstr "ጣራ (ሊመጠን የሚችል)"
-#: strings.hrc:208
+#: starmath/inc/strings.hrc:208
msgctxt "RID_SLRFLOORX_HELP"
msgid "Floor (Scalable)"
msgstr "ወለል (ሊመጠን የሚችል)"
-#: strings.hrc:209
+#: starmath/inc/strings.hrc:209
msgctxt "RID_SLRLINEX_HELP"
msgid "Single Lines (Scalable)"
msgstr "ነጠላ መስመር (ሊመጠን የሚችል)"
-#: strings.hrc:210
+#: starmath/inc/strings.hrc:210
msgctxt "RID_SLRDLINEX_HELP"
msgid "Double Lines (Scalable)"
msgstr "ድርብ መስመሮች (ሊመጠን የሚችል)"
-#: strings.hrc:211
+#: starmath/inc/strings.hrc:211
msgctxt "RID_SLMRANGLEXY_HELP"
msgid "Operator Brackets (Scalable)"
msgstr "አንቀሳቃሽ ቅንፎች (ሊመጠን የሚችል)"
-#: strings.hrc:212
+#: starmath/inc/strings.hrc:212
msgctxt "RID_XEVALUATEDATY_HELP"
msgid "Evaluated At"
msgstr "የ ተገመገመው በ"
-#: strings.hrc:213
+#: starmath/inc/strings.hrc:213
msgctxt "RID_XOVERBRACEY_HELP"
msgid "Braces Top (Scalable)"
msgstr "ብሬስ ከ ላይ (ሊመጠን የሚችል)"
-#: strings.hrc:214
+#: starmath/inc/strings.hrc:214
msgctxt "RID_XUNDERBRACEY_HELP"
msgid "Braces Bottom (Scalable)"
msgstr "ብሬስስ ከ ታች (ሊመጠን የሚችል)"
-#: strings.hrc:215
+#: starmath/inc/strings.hrc:215
msgctxt "RID_RSUBX_HELP"
msgid "Subscript Right"
msgstr "በትንንሹ ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:216
+#: starmath/inc/strings.hrc:216
msgctxt "RID_RSUPX_HELP"
msgid "Power"
msgstr "ሀይል"
-#: strings.hrc:217
+#: starmath/inc/strings.hrc:217
msgctxt "RID_LSUBX_HELP"
msgid "Subscript Left"
msgstr "በትንንሹ ዝቅ ብሎ በ ግራ መጻፊያ"
-#: strings.hrc:218
+#: starmath/inc/strings.hrc:218
msgctxt "RID_LSUPX_HELP"
msgid "Superscript Left"
msgstr "በትንንሹ ከፍ ብሎ በ ግራ መጻፊያ"
-#: strings.hrc:219
+#: starmath/inc/strings.hrc:219
msgctxt "RID_CSUBX_HELP"
msgid "Subscript Bottom"
msgstr "በትንንሹ ዝቅ ብሎ ከ ታች መጻፊያ"
-#: strings.hrc:220
+#: starmath/inc/strings.hrc:220
msgctxt "RID_CSUPX_HELP"
msgid "Superscript Top"
msgstr "በትንንሹ ከፍ ብሎ ከላይ መጻፊያ"
-#: strings.hrc:221
+#: starmath/inc/strings.hrc:221
msgctxt "RID_SBLANK_HELP"
msgid "Small Gap"
msgstr "Small Gap"
-#: strings.hrc:222
+#: starmath/inc/strings.hrc:222
msgctxt "RID_BLANK_HELP"
msgid "Blank"
msgstr "ባዶ"
-#: strings.hrc:223
+#: starmath/inc/strings.hrc:223
msgctxt "RID_NEWLINE_HELP"
msgid "New Line"
msgstr "አዲስ መስመር"
-#: strings.hrc:224
+#: starmath/inc/strings.hrc:224
msgctxt "RID_BINOMXY_HELP"
msgid "Vertical Stack (2 Elements)"
msgstr "በ ቁመት መከመሪያ (2 አካላቶች)"
-#: strings.hrc:225
+#: starmath/inc/strings.hrc:225
msgctxt "RID_STACK_HELP"
msgid "Vertical Stack"
msgstr "በ ቁመት መከመሪያ"
-#: strings.hrc:226
+#: starmath/inc/strings.hrc:226
msgctxt "RID_MATRIX_HELP"
msgid "Matrix Stack"
msgstr "Matrix Stack"
-#: strings.hrc:227
+#: starmath/inc/strings.hrc:227
msgctxt "RID_ALIGNLX_HELP"
msgid "Align Left"
msgstr "በ ግራ ማሰለፊያ"
-#: strings.hrc:228
+#: starmath/inc/strings.hrc:228
msgctxt "RID_ALIGNCX_HELP"
msgid "Align Center"
msgstr "መሀከል ማሰለፊያ"
-#: strings.hrc:229
+#: starmath/inc/strings.hrc:229
msgctxt "RID_ALIGNRX_HELP"
msgid "Align Right"
msgstr "በ ቀኝ ማሰለፊያ"
-#: strings.hrc:230
+#: starmath/inc/strings.hrc:230
msgctxt "RID_ALEPH_HELP"
msgid "Aleph"
msgstr "አሌፍ"
-#: strings.hrc:231
+#: starmath/inc/strings.hrc:231
msgctxt "RID_EMPTYSET_HELP"
msgid "Empty Set"
msgstr "ባዶ ስብስብ"
-#: strings.hrc:232
+#: starmath/inc/strings.hrc:232
msgctxt "RID_RE_HELP"
msgid "Real Part"
msgstr "ሪይል አካል"
-#: strings.hrc:233
+#: starmath/inc/strings.hrc:233
msgctxt "RID_IM_HELP"
msgid "Imaginary Part"
msgstr "ኢማጂነሪ አካል"
-#: strings.hrc:234
+#: starmath/inc/strings.hrc:234
msgctxt "RID_INFINITY_HELP"
msgid "Infinity"
msgstr "ኢንፊኒቲ"
-#: strings.hrc:235
+#: starmath/inc/strings.hrc:235
msgctxt "RID_PARTIAL_HELP"
msgid "Partial"
msgstr "በከፊል"
-#: strings.hrc:236
+#: starmath/inc/strings.hrc:236
msgctxt "RID_NABLA_HELP"
msgid "Nabla"
msgstr "ናብላ"
-#: strings.hrc:237
+#: starmath/inc/strings.hrc:237
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "ዌይርስታራስ p"
-#: strings.hrc:238
+#: starmath/inc/strings.hrc:238
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "ነጥቦች ከ መሀከል"
-#: strings.hrc:239
+#: starmath/inc/strings.hrc:239
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "ነጥቦች ወደ ላይ"
-#: strings.hrc:240
+#: starmath/inc/strings.hrc:240
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "ነጥቦች ወደ ታች"
-#: strings.hrc:241
+#: starmath/inc/strings.hrc:241
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "ነጥቦች ከ ታች"
-#: strings.hrc:242
+#: starmath/inc/strings.hrc:242
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "ነጥቦች በ ቁመት"
-#: strings.hrc:243
+#: starmath/inc/strings.hrc:243
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "ማገናኛ"
-#: strings.hrc:244
+#: starmath/inc/strings.hrc:244
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "ማካፈያ (ሰፊ ጭረት)"
-#: strings.hrc:245
+#: starmath/inc/strings.hrc:245
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr "ማካፈያ (መቁጠሪያ ሰፊ ጭረት)"
-#: strings.hrc:246
+#: starmath/inc/strings.hrc:246
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "ማካፈያ"
-#: strings.hrc:247
+#: starmath/inc/strings.hrc:247
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "አያካፍልም"
-#: strings.hrc:248
+#: starmath/inc/strings.hrc:248
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "ድርብ ቀስት በ ግራ"
-#: strings.hrc:249
+#: starmath/inc/strings.hrc:249
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "ድርብ ቀስት በ ግራ እና በ ቀኝ"
-#: strings.hrc:250
+#: starmath/inc/strings.hrc:250
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "ድርብ ቀስት በ ቀኝ"
-#: strings.hrc:251
+#: starmath/inc/strings.hrc:251
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "የ ተፈጥሮ ቁጥሮች ስብስብ"
-#: strings.hrc:252
+#: starmath/inc/strings.hrc:252
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "የ ኢንቲጀር ስብስብ"
-#: strings.hrc:253
+#: starmath/inc/strings.hrc:253
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "የ ራሺናል ቁጥሮች ስብስብ"
-#: strings.hrc:254
+#: starmath/inc/strings.hrc:254
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "የ ሪያል ቁጥሮች ስብስብ"
-#: strings.hrc:255
+#: starmath/inc/strings.hrc:255
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "የ ውስብስብ ቁጥሮች ስብስብ"
-#: strings.hrc:256
+#: starmath/inc/strings.hrc:256
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "ትልቅ ስርከምፍሌክስ"
-#: strings.hrc:257
+#: starmath/inc/strings.hrc:257
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "ትልቅ ቲልዴ"
-#: strings.hrc:258
+#: starmath/inc/strings.hrc:258
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "ትልቅ የ አቅጣጫ ቀስት"
-#: strings.hrc:259
+#: starmath/inc/strings.hrc:259
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h ባር"
-#: strings.hrc:260
+#: starmath/inc/strings.hrc:260
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "ላምብዳ ባር"
-#: strings.hrc:261
+#: starmath/inc/strings.hrc:261
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "የ ግራ ቀስት"
-#: strings.hrc:262
+#: starmath/inc/strings.hrc:262
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "የ ቀኝ ቀስት"
-#: strings.hrc:263
+#: starmath/inc/strings.hrc:263
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "የ ላይ ቀስት"
-#: strings.hrc:264
+#: starmath/inc/strings.hrc:264
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "የ ታች ቀስት"
-#: strings.hrc:265
+#: starmath/inc/strings.hrc:265
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "ክፍተት የለም"
-#: strings.hrc:266
+#: starmath/inc/strings.hrc:266
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "ይቀድማል"
-#: strings.hrc:267
+#: starmath/inc/strings.hrc:267
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "ይቀድማል ወይንም እኩል ነው"
-#: strings.hrc:268
+#: starmath/inc/strings.hrc:268
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "ይቀድማል ወይንም ተመሳሳይ ነው"
-#: strings.hrc:269
+#: starmath/inc/strings.hrc:269
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "ተሳክቷል"
-#: strings.hrc:270
+#: starmath/inc/strings.hrc:270
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "ተሳክቷል ወይንም እኩል ነው"
-#: strings.hrc:271
+#: starmath/inc/strings.hrc:271
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "ተሳክቷል ወይንም ተመሳሳይ ነው"
-#: strings.hrc:272
+#: starmath/inc/strings.hrc:272
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "አይቀድምም"
-#: strings.hrc:273
+#: starmath/inc/strings.hrc:273
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "አልተሳካም"
-#: strings.hrc:274
+#: starmath/inc/strings.hrc:274
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Unary/Binary Operators"
-#: strings.hrc:275
+#: starmath/inc/strings.hrc:275
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "ግንኙነቱ"
-#: strings.hrc:276
+#: starmath/inc/strings.hrc:276
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "ተግባሮች ማሰናጃ"
-#: strings.hrc:277
+#: starmath/inc/strings.hrc:277
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "ተግባሮች"
-#: strings.hrc:278
+#: starmath/inc/strings.hrc:278
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "አንቀሳቃሽ"
-#: strings.hrc:279
+#: starmath/inc/strings.hrc:279
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "ባህሪዎች"
-#: strings.hrc:280
+#: starmath/inc/strings.hrc:280
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "ቅንፎች"
-#: strings.hrc:281
+#: starmath/inc/strings.hrc:281
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "አቀራረብ"
-#: strings.hrc:282
+#: starmath/inc/strings.hrc:282
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "ሌሎችም"
-#: strings.hrc:283
+#: starmath/inc/strings.hrc:283
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "ምሳሌዎች"
-#: strings.hrc:285
+#: starmath/inc/strings.hrc:285
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "መደበኛ"
-#: strings.hrc:286
+#: starmath/inc/strings.hrc:286
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "ማዝመሚያ"
-#: strings.hrc:287
+#: starmath/inc/strings.hrc:287
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "ማድመቂያ"
-#: strings.hrc:288
+#: starmath/inc/strings.hrc:288
msgctxt "STR_BLACK"
msgid "black"
msgstr "ጥቁር"
-#: strings.hrc:289
+#: starmath/inc/strings.hrc:289
msgctxt "STR_BLUE"
msgid "blue"
msgstr "ሰማያዊ"
-#: strings.hrc:290
+#: starmath/inc/strings.hrc:290
msgctxt "STR_GREEN"
msgid "green"
msgstr "አረንጓዴ"
-#: strings.hrc:291
+#: starmath/inc/strings.hrc:291
msgctxt "STR_RED"
msgid "red"
msgstr "ቀይ"
-#: strings.hrc:292
+#: starmath/inc/strings.hrc:292
msgctxt "STR_CYAN"
msgid "cyan"
msgstr "ሲያን"
-#: strings.hrc:293
+#: starmath/inc/strings.hrc:293
msgctxt "STR_MAGENTA"
msgid "magenta"
msgstr "ቀይ የ ወይን ጠጅ"
-#: strings.hrc:294
+#: starmath/inc/strings.hrc:294
msgctxt "STR_GRAY"
msgid "gray"
msgstr "ግራጫ"
-#: strings.hrc:295
+#: starmath/inc/strings.hrc:295
msgctxt "STR_LIME"
msgid "lime"
msgstr "ሎሚ"
-#: strings.hrc:296
+#: starmath/inc/strings.hrc:296
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "የ ሸክላ ቀለም"
-#: strings.hrc:297
+#: starmath/inc/strings.hrc:297
msgctxt "STR_NAVY"
msgid "navy"
msgstr "ሰማያዊ"
-#: strings.hrc:298
+#: starmath/inc/strings.hrc:298
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "ወይራ"
-#: strings.hrc:299
+#: starmath/inc/strings.hrc:299
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "ወይን ጠጅ"
-#: strings.hrc:300
+#: starmath/inc/strings.hrc:300
msgctxt "STR_SILVER"
msgid "silver"
msgstr "ብር"
-#: strings.hrc:301
+#: starmath/inc/strings.hrc:301
msgctxt "STR_TEAL"
msgid "teal"
msgstr "አረንጓዴ ሰማያዊ"
-#: strings.hrc:302
+#: starmath/inc/strings.hrc:302
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "ቢጫ"
-#: strings.hrc:303
+#: starmath/inc/strings.hrc:303
msgctxt "STR_HIDE"
msgid "hide"
msgstr "መደበቂያ"
-#: strings.hrc:304
+#: starmath/inc/strings.hrc:304
msgctxt "STR_SIZE"
msgid "size"
msgstr "መጠን"
-#: strings.hrc:305
+#: starmath/inc/strings.hrc:305
msgctxt "STR_FONT"
msgid "font"
msgstr "ፊደል"
-#: strings.hrc:306
+#: starmath/inc/strings.hrc:306
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "በ ግራ"
-#: strings.hrc:307
+#: starmath/inc/strings.hrc:307
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "መሀከል"
-#: strings.hrc:308
+#: starmath/inc/strings.hrc:308
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "በ ቀኝ"
-#: strings.hrc:309
+#: starmath/inc/strings.hrc:309
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "ትእዛዞች"
-#: strings.hrc:310
+#: starmath/inc/strings.hrc:310
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "መቀመሪያ"
-#: strings.hrc:311
+#: starmath/inc/strings.hrc:311
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "ሰነዶችን በማስቀመጥ ላይ..."
-#: strings.hrc:312
+#: starmath/inc/strings.hrc:312
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION መቀመሪያ"
-#: strings.hrc:313
+#: starmath/inc/strings.hrc:313
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "ስህተት : "
-#: strings.hrc:314
+#: starmath/inc/strings.hrc:314
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "ያልተጠበቀ ባህሪ"
-#: strings.hrc:315
+#: starmath/inc/strings.hrc:315
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr "ያልተጠበቀ ምልክት"
-#: strings.hrc:316
+#: starmath/inc/strings.hrc:316
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "'{' የተጠበቀ"
-#: strings.hrc:317
+#: starmath/inc/strings.hrc:317
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "'}' የተጠበቀ"
-#: strings.hrc:318
+#: starmath/inc/strings.hrc:318
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "'(' የተጠበቀ"
-#: strings.hrc:319
+#: starmath/inc/strings.hrc:319
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "')' የተጠበቀ"
-#: strings.hrc:320
+#: starmath/inc/strings.hrc:320
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr "የ ግራ እና የ ቀኝ ምልክቶች አይመሳሰሉም"
-#: strings.hrc:321
+#: starmath/inc/strings.hrc:321
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr "'fixed', 'sans', or 'serif' expected"
-#: strings.hrc:322
+#: starmath/inc/strings.hrc:322
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr "'መጠን' ያልተጠበቀ ምልክት አስከትሎ"
-#: strings.hrc:323
+#: starmath/inc/strings.hrc:323
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr "ድርብ ማሰለፊያ አይፈቀድም"
-#: strings.hrc:324
+#: starmath/inc/strings.hrc:324
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr "ድርብ በትንንሽ ዝቅ/ከፍ ብሎ መጻፍ አይቻልም"
-#: strings.hrc:325
+#: starmath/inc/strings.hrc:325
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "'#' የተጠበቀ"
-#: strings.hrc:326
+#: starmath/inc/strings.hrc:326
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "ቀለም ያስፈልጋል"
-#: strings.hrc:327
+#: starmath/inc/strings.hrc:327
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "'ቀኝ' የተጠበቀ"
-#: strings.hrc:328
+#: starmath/inc/strings.hrc:328
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
-#: strings.hrc:329
+#: starmath/inc/strings.hrc:329
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "ይዞታዎች"
-#: strings.hrc:330
+#: starmath/inc/strings.hrc:330
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "~አርእስት"
-#: strings.hrc:331
+#: starmath/inc/strings.hrc:331
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "የ ~መቀመሪያ ጽሁፍ"
-#: strings.hrc:332
+#: starmath/inc/strings.hrc:332
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "ድ~ንበሮች"
-#: strings.hrc:333
+#: starmath/inc/strings.hrc:333
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "መጠን"
-#: strings.hrc:334
+#: starmath/inc/strings.hrc:334
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "ዋ~ናው መጠን"
-#: strings.hrc:335
+#: starmath/inc/strings.hrc:335
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "በ ~ገጹ ልክ"
-#: strings.hrc:336
+#: starmath/inc/strings.hrc:336
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "~መመጠኛ"
-#: alignmentdialog.ui:8
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:8
msgctxt "alignmentdialog|AlignmentDialog"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: alignmentdialog.ui:67
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:23
msgctxt "alignmentdialog|default"
msgid "_Default"
msgstr "_ነባር"
-#: alignmentdialog.ui:111
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:112
msgctxt "alignmentdialog|left"
msgid "_Left"
msgstr "በ _ግራ"
-#: alignmentdialog.ui:128
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:129
msgctxt "alignmentdialog|center"
msgid "_Centered"
msgstr "_መሀከል"
-#: alignmentdialog.ui:146
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:146
msgctxt "alignmentdialog|right"
msgid "_Right"
msgstr "በ _ቀኝ"
-#: alignmentdialog.ui:169
+#: starmath/uiconfig/smath/ui/alignmentdialog.ui:169
msgctxt "alignmentdialog|label1"
msgid "Horizontal"
msgstr "አግድም"
-#: catalogdialog.ui:9
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:9
msgctxt "catalogdialog|CatalogDialog"
msgid "Symbols"
msgstr "ምልክቶች"
-#: catalogdialog.ui:24
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:24
msgctxt "catalogdialog|insert"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: catalogdialog.ui:55
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:55
msgctxt "catalogdialog|edit"
msgid "_Edit..."
msgstr "_ማረሚያ..."
-#: catalogdialog.ui:102
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:102
msgctxt "catalogdialog|label1"
msgid "_Symbol set:"
msgstr "_ምልክት ማሰናጃ:"
-#: catalogdialog.ui:123
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:123
msgctxt "catalogdialog|symbolsetdisplay"
msgid "button"
msgstr "ቁልፍ"
-#: catalogdialog.ui:152
+#: starmath/uiconfig/smath/ui/catalogdialog.ui:152
msgctxt "catalogdialog|symbolname"
msgid "Unknown"
msgstr "ያልታወቀ"
-#: dockingelements.ui:10
+#: starmath/uiconfig/smath/ui/dockingelements.ui:10
msgctxt "dockingelements|DockingElements"
msgid "Elements"
msgstr "አካሎች"
-#: fontdialog.ui:9
+#: starmath/uiconfig/smath/ui/fontdialog.ui:9
msgctxt "fontdialog|FontDialog"
msgid "Fonts"
msgstr "ፊደሎች"
-#: fontdialog.ui:115
+#: starmath/uiconfig/smath/ui/fontdialog.ui:115
msgctxt "fontdialog|formulaL"
msgid "Font"
msgstr "ፊደል"
-#: fontdialog.ui:150
+#: starmath/uiconfig/smath/ui/fontdialog.ui:150
msgctxt "fontdialog|bold"
msgid "_Bold"
msgstr "_ማድመቂያ"
-#: fontdialog.ui:165
+#: starmath/uiconfig/smath/ui/fontdialog.ui:165
msgctxt "fontdialog|italic"
msgid "_Italic"
msgstr "_ማዝመሚያ"
-#: fontdialog.ui:187
+#: starmath/uiconfig/smath/ui/fontdialog.ui:187
msgctxt "fontdialog|formulaL1"
msgid "Attributes"
msgstr "ባህሪ"
-#: fontsizedialog.ui:20
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:44
msgctxt "fontsizedialog|FontSizeDialog"
msgid "Font Sizes"
msgstr "የ ፊደል መጠኖች"
-#: fontsizedialog.ui:35
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:61
msgctxt "fontsizedialog|default"
msgid "_Default"
msgstr "_ነባር"
-#: fontsizedialog.ui:122
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:148
msgctxt "fontsizedialog|label4"
msgid "Base _size:"
msgstr "የ መሰረት _መጠን:"
-#: fontsizedialog.ui:194
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:220
msgctxt "fontsizedialog|label2"
msgid "_Operators:"
msgstr "_አንቀሳቃሾች:"
-#: fontsizedialog.ui:208
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:234
msgctxt "fontsizedialog|label3"
msgid "_Limits:"
msgstr "_መጠኖች:"
-#: fontsizedialog.ui:248
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:274
msgctxt "fontsizedialog|label5"
msgid "_Text:"
msgstr "_ጽሁፍ:"
-#: fontsizedialog.ui:262
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:288
msgctxt "fontsizedialog|label7"
msgid "_Functions:"
msgstr "_ተግባሮች:"
-#: fontsizedialog.ui:276
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:302
msgctxt "fontsizedialog|label6"
msgid "_Indexes:"
msgstr "_ማውጫዎች:"
-#: fontsizedialog.ui:320
+#: starmath/uiconfig/smath/ui/fontsizedialog.ui:346
msgctxt "fontsizedialog|label1"
msgid "Relative Sizes"
msgstr "Relative መጠን"
-#: fonttypedialog.ui:9
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:9
msgctxt "fonttypedialog|FontsDialog"
msgid "Fonts"
msgstr "ፊደሎች"
-#: fonttypedialog.ui:24
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:24
msgctxt "fonttypedialog|modify"
msgid "_Modify"
msgstr "_ማሻሻያ"
-#: fonttypedialog.ui:53
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:53
msgctxt "fonttypedialog|default"
msgid "_Default"
msgstr "_ነባር"
-#: fonttypedialog.ui:135
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:135
msgctxt "fonttypedialog|label1"
msgid "_Variables:"
msgstr "_ተለዋዋጮች:"
-#: fonttypedialog.ui:152
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:152
msgctxt "fonttypedialog|label2"
msgid "_Functions:"
msgstr "_ተግባሮች:"
-#: fonttypedialog.ui:169
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:169
msgctxt "fonttypedialog|label3"
msgid "_Numbers:"
msgstr "_ቁጥሮች:"
-#: fonttypedialog.ui:186
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:186
msgctxt "fonttypedialog|label4"
msgid "_Text:"
msgstr "_ጽሁፍ:"
-#: fonttypedialog.ui:251
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:251
msgctxt "fonttypedialog|formulaL"
msgid "Formula Fonts"
msgstr "የ መቀመሪያ ፊደሎች"
-#: fonttypedialog.ui:288
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:288
msgctxt "fonttypedialog|label5"
msgid "_Serif:"
msgstr "_Serif:"
-#: fonttypedialog.ui:305
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:305
msgctxt "fonttypedialog|label6"
msgid "S_ans-serif:"
msgstr "S_ans-serif:"
-#: fonttypedialog.ui:322
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:322
msgctxt "fonttypedialog|label7"
msgid "F_ixed-width:"
msgstr "የ _ተወሰነ-ስፋት:"
-#: fonttypedialog.ui:376
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:376
msgctxt "fonttypedialog|customL"
msgid "Custom Fonts"
msgstr "ፊደሎች ማስተካከያ"
-#: fonttypedialog.ui:424
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:424
msgctxt "fonttypedialog|menuitem1"
msgid "_Variables"
msgstr "_ተለዋዋጮች"
-#: fonttypedialog.ui:432
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:432
msgctxt "fonttypedialog|menuitem2"
msgid "_Functions"
msgstr "_ተግባሮች"
-#: fonttypedialog.ui:440
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:440
msgctxt "fonttypedialog|menuitem3"
msgid "_Numbers"
msgstr "_ቁጥሮች"
-#: fonttypedialog.ui:448
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:448
msgctxt "fonttypedialog|menuitem4"
msgid "_Text"
msgstr "_ጽሁፍ"
-#: fonttypedialog.ui:456
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:456
msgctxt "fonttypedialog|menuitem5"
msgid "_Serif"
msgstr "_Serif"
-#: fonttypedialog.ui:464
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:464
msgctxt "fonttypedialog|menuitem6"
msgid "S_ans-serif"
msgstr "S_ans-serif"
-#: fonttypedialog.ui:472
+#: starmath/uiconfig/smath/ui/fonttypedialog.ui:472
msgctxt "fonttypedialog|menuitem7"
msgid "Fixe_d-width"
msgstr "የ ተወሰ_ነ-ስፋት"
-#: printeroptions.ui:32
+#: starmath/uiconfig/smath/ui/printeroptions.ui:32
msgctxt "printeroptions|title"
msgid "Title"
msgstr "አርእስት"
-#: printeroptions.ui:48
+#: starmath/uiconfig/smath/ui/printeroptions.ui:49
msgctxt "printeroptions|formulatext"
msgid "Formula text"
msgstr "የ መቀመሪያ ጽሁፍ"
-#: printeroptions.ui:64
+#: starmath/uiconfig/smath/ui/printeroptions.ui:66
msgctxt "printeroptions|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: printeroptions.ui:86
+#: starmath/uiconfig/smath/ui/printeroptions.ui:89
msgctxt "printeroptions|label4"
msgid "Contents"
msgstr "ይዞታዎች"
-#: printeroptions.ui:119
+#: starmath/uiconfig/smath/ui/printeroptions.ui:122
msgctxt "printeroptions|originalsize"
msgid "Original size"
msgstr "ዋናው መጠን"
-#: printeroptions.ui:137
+#: starmath/uiconfig/smath/ui/printeroptions.ui:141
msgctxt "printeroptions|fittopage"
msgid "Fit to page"
msgstr "በ ገጹ ልክ"
-#: printeroptions.ui:159
+#: starmath/uiconfig/smath/ui/printeroptions.ui:164
msgctxt "printeroptions|scaling"
msgid "Scaling:"
msgstr "መመጠኛ:"
-#: printeroptions.ui:201
+#: starmath/uiconfig/smath/ui/printeroptions.ui:206
msgctxt "printeroptions|label5"
msgid "Size"
msgstr "መጠን"
-#: savedefaultsdialog.ui:8
+#: starmath/uiconfig/smath/ui/savedefaultsdialog.ui:7
msgctxt "savedefaultsdialog|SaveDefaultsDialog"
msgid "Save defaults?"
msgstr "ነባሮቹን ላስቀምጣቸው?"
-#: savedefaultsdialog.ui:15
+#: starmath/uiconfig/smath/ui/savedefaultsdialog.ui:14
msgctxt "savedefaultsdialog|SaveDefaultsDialog"
msgid "Should the changes be saved as defaults?"
msgstr "ለውጦቹ እንደ ነባሮች ይቀመጡ?"
-#: savedefaultsdialog.ui:16
+#: starmath/uiconfig/smath/ui/savedefaultsdialog.ui:15
msgctxt "savedefaultsdialog|SaveDefaultsDialog"
msgid "These changes will apply for all new formulas."
-msgstr "እነዚህ ለውጦች ለሁሉም አዲስ መቀመሪያ ይፈጸማሉ"
+msgstr "እነዚህ ለውጦች ለሁሉም አዲስ መቀመሪያዎች ይፈጸማሉ"
-#: smathsettings.ui:39
+#: starmath/uiconfig/smath/ui/smathsettings.ui:39
msgctxt "smathsettings|title"
msgid "_Title row"
msgstr "የ _አርእስት ረድፍ"
-#: smathsettings.ui:55
+#: starmath/uiconfig/smath/ui/smathsettings.ui:55
msgctxt "smathsettings|text"
msgid "_Formula text"
msgstr "የ _መቀመሪያ ጽሁፍ"
-#: smathsettings.ui:71
+#: starmath/uiconfig/smath/ui/smathsettings.ui:71
msgctxt "smathsettings|frame"
msgid "B_order"
msgstr "ድ_ንበር"
-#: smathsettings.ui:93
+#: starmath/uiconfig/smath/ui/smathsettings.ui:93
msgctxt "smathsettings|label4"
msgid "Print Options"
msgstr "የ ሕትመት ምርጫዎች"
-#: smathsettings.ui:127
+#: starmath/uiconfig/smath/ui/smathsettings.ui:127
msgctxt "smathsettings|sizenormal"
msgid "O_riginal size"
msgstr "በ _ዋናው መጠን"
-#: smathsettings.ui:145
+#: starmath/uiconfig/smath/ui/smathsettings.ui:144
msgctxt "smathsettings|sizescaled"
msgid "Fit to _page"
msgstr "በ_ገጹ ልክ"
-#: smathsettings.ui:167
+#: starmath/uiconfig/smath/ui/smathsettings.ui:166
msgctxt "smathsettings|sizezoomed"
msgid "_Scaling:"
msgstr "_መመጠኛ:"
-#: smathsettings.ui:210
+#: starmath/uiconfig/smath/ui/smathsettings.ui:209
msgctxt "smathsettings|label5"
msgid "Print Format"
-msgstr "የህትመት አቀራረብ"
+msgstr "የ ህትመት አቀራረብ"
-#: smathsettings.ui:243
+#: starmath/uiconfig/smath/ui/smathsettings.ui:242
msgctxt "smathsettings|norightspaces"
msgid "Ig_nore ~~ and ' at the end of the line"
msgstr "መ_ተው ~~ እና ' በ መስመሩ መጨረሻ ላይ"
-#: smathsettings.ui:259
+#: starmath/uiconfig/smath/ui/smathsettings.ui:258
msgctxt "smathsettings|saveonlyusedsymbols"
msgid "Embed only used symbols (smaller file size)"
msgstr "የተጠቀሙበትን ምልክቶች ብቻ ማጣበቂያ (ትንሹን የ ፋይል መጠን)"
-#: smathsettings.ui:275
+#: starmath/uiconfig/smath/ui/smathsettings.ui:274
msgctxt "smathsettings|autoclosebrackets"
msgid "Auto close brackets, parentheses and braces"
msgstr "በራሱ ቅንፎች መዝጊያ: ቅንፎች እና ቅንፎች"
-#: smathsettings.ui:297
+#: starmath/uiconfig/smath/ui/smathsettings.ui:296
msgctxt "smathsettings|label1"
msgid "Miscellaneous Options"
msgstr "የተለያዩ ምርጫዎች"
-#: spacingdialog.ui:8
-msgctxt "spacingdialog|SpacingDialog"
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:28
+msgctxt "spacingdialog|menuitem1"
msgid "Spacing"
msgstr "ክፍተት"
-#: spacingdialog.ui:53
-msgctxt "spacingdialog|category"
-msgid "_Category"
-msgstr "_ምድብ"
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:38
+msgctxt "spacingdialog|menuitem2"
+msgid "Indexes"
+msgstr "ማውጫዎች"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:48
+msgctxt "spacingdialog|menuitem3"
+msgid "Fractions"
+msgstr "ክፍልፋዮች"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:58
+msgctxt "spacingdialog|menuitem4"
+msgid "Fraction Bars"
+msgstr "ክፍልፋይ መደርደሪያ"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:68
+msgctxt "spacingdialog|menuitem5"
+msgid "Limits"
+msgstr "መጠኖች"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:78
+msgctxt "spacingdialog|menuitem6"
+msgid "Brackets"
+msgstr "ቅንፎች"
-#: spacingdialog.ui:68
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:88
+msgctxt "spacingdialog|menuitem7"
+msgid "Matrices"
+msgstr "መነሻዎች"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:98
+msgctxt "spacingdialog|menuitem8"
+msgid "Symbols"
+msgstr "ምልክቶች"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:108
+msgctxt "spacingdialog|menuitem9"
+msgid "Operators"
+msgstr "አንቀሳቃሾች"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:118
+msgctxt "spacingdialog|menuitem10"
+msgid "Borders"
+msgstr "ድንበሮች"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:128
+msgctxt "spacingdialog|SpacingDialog"
+msgid "Spacing"
+msgstr "ክፍተት"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:145
msgctxt "spacingdialog|default"
msgid "_Default"
msgstr "_ነባር"
-#: spacingdialog.ui:250
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:159
+msgctxt "spacingdialog|category"
+msgid "_Category"
+msgstr "_ምድብ"
+
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:376
msgctxt "spacingdialog|checkbutton"
msgid "Scale all brackets"
msgstr "ሁሉንም ቅንፎች መመጠኛ"
-#: spacingdialog.ui:310
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:717
msgctxt "spacingdialog|title"
msgid "Title"
msgstr "አርእስት"
-#: spacingdialog.ui:365
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:772
msgctxt "spacingdialog|1label1"
msgid "_Spacing:"
msgstr "_ክፍተት:"
-#: spacingdialog.ui:378
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:785
msgctxt "spacingdialog|1label2"
msgid "_Line spacing:"
msgstr "የ _መስመር ክፍተት:"
-#: spacingdialog.ui:391
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:798
msgctxt "spacingdialog|1label3"
msgid "_Root spacing:"
msgstr "_Root ክፍተት:"
-#: spacingdialog.ui:469
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:829
msgctxt "spacingdialog|1title"
msgid "Spacing"
msgstr "ክፍተት"
-#: spacingdialog.ui:524
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:883
msgctxt "spacingdialog|2label1"
msgid "_Superscript:"
msgstr "_በትንንሹ ከፍ ብሎ መጻፊያ:"
-#: spacingdialog.ui:537
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:896
msgctxt "spacingdialog|2label2"
msgid "S_ubscript:"
msgstr "በ_ትንንሹ ዝቅ ብሎ መጻፊያ:"
-#: spacingdialog.ui:603
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:927
msgctxt "spacingdialog|2title"
msgid "Indexes"
msgstr "ማውጫዎች"
-#: spacingdialog.ui:658
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:981
msgctxt "spacingdialog|3label1"
msgid "_Numerator:"
msgstr "_አካፋይ:"
-#: spacingdialog.ui:671
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:994
msgctxt "spacingdialog|3label2"
msgid "_Denominator:"
msgstr "_ተካፋይ:"
-#: spacingdialog.ui:737
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1025
msgctxt "spacingdialog|3title"
msgid "Fractions"
msgstr "ክፍልፋዮች"
-#: spacingdialog.ui:792
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1079
msgctxt "spacingdialog|4label1"
msgid "_Excess length:"
msgstr "_ትርፍ እርዝመት:"
-#: spacingdialog.ui:805
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1092
msgctxt "spacingdialog|4label2"
msgid "_Weight:"
msgstr "_ክብደት:"
-#: spacingdialog.ui:871
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1123
msgctxt "spacingdialog|4title"
msgid "Fraction Bar"
msgstr "ክፍልፋይ መደርደሪያ"
-#: spacingdialog.ui:926
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1177
msgctxt "spacingdialog|5label1"
msgid "_Upper limit:"
msgstr "_ከፍተኛው መጠን:"
-#: spacingdialog.ui:939
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1190
msgctxt "spacingdialog|5label2"
msgid "_Lower limit:"
msgstr "_ዝቅተኛው መጠን:"
-#: spacingdialog.ui:1005
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1221
msgctxt "spacingdialog|5title"
msgid "Limits"
msgstr "መጠኖች"
-#: spacingdialog.ui:1060
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1275
msgctxt "spacingdialog|6label1"
msgid "_Excess size (left/right):"
msgstr "_ትርፍ መጠን (በ ግራ/በ ቀኝ):"
-#: spacingdialog.ui:1073
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1288
msgctxt "spacingdialog|6label2"
msgid "_Spacing:"
msgstr "_ክፍተት:"
-#: spacingdialog.ui:1086
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1301
msgctxt "spacingdialog|6label4"
msgid "_Excess size:"
msgstr "_ትርፍ መጠን:"
-#: spacingdialog.ui:1164
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1332
msgctxt "spacingdialog|6title"
msgid "Brackets"
msgstr "ቅንፎች"
-#: spacingdialog.ui:1219
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1386
msgctxt "spacingdialog|7label1"
msgid "_Line spacing:"
msgstr "የ _መስመር ክፍተት:"
-#: spacingdialog.ui:1232
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1399
msgctxt "spacingdialog|7label2"
msgid "_Column spacing:"
msgstr "የ _አምድ ክፍተት:"
-#: spacingdialog.ui:1298
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1430
msgctxt "spacingdialog|7title"
msgid "Matrix"
msgstr "መነሻ"
-#: spacingdialog.ui:1353
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1484
msgctxt "spacingdialog|8label1"
msgid "_Primary height:"
msgstr "_ቀዳሚ እርዝመት:"
-#: spacingdialog.ui:1366
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1497
msgctxt "spacingdialog|8label2"
msgid "_Minimum spacing:"
msgstr "_ዝቅተኛ ክፍተት:"
-#: spacingdialog.ui:1432
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1528
msgctxt "spacingdialog|8title"
msgid "Symbols"
msgstr "ምልክቶች"
-#: spacingdialog.ui:1487
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1582
msgctxt "spacingdialog|9label1"
msgid "_Excess size:"
msgstr "_ትርፍ መጠን:"
-#: spacingdialog.ui:1500
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1595
msgctxt "spacingdialog|9label2"
msgid "_Spacing:"
msgstr "_ክፍተት:"
-#: spacingdialog.ui:1566
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1626
msgctxt "spacingdialog|9title"
msgid "Operators"
msgstr "አንቀሳቃሾች"
-#: spacingdialog.ui:1621
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1680
msgctxt "spacingdialog|10label1"
msgid "_Left:"
msgstr "በ _ግራ:"
-#: spacingdialog.ui:1634
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1693
msgctxt "spacingdialog|10label2"
msgid "_Right:"
msgstr "በ _ቀኝ:"
-#: spacingdialog.ui:1647
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1706
msgctxt "spacingdialog|10label3"
msgid "_Top:"
msgstr "ከ _ላይ:"
-#: spacingdialog.ui:1660
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1719
msgctxt "spacingdialog|10label4"
msgid "_Bottom:"
msgstr "ከ _ታች:"
-#: spacingdialog.ui:1750
+#: starmath/uiconfig/smath/ui/spacingdialog.ui:1750
msgctxt "spacingdialog|10title"
msgid "Borders"
msgstr "ድንበሮች"
-#: spacingdialog.ui:1865
-msgctxt "spacingdialog|menuitem1"
-msgid "Spacing"
-msgstr "ክፍተት"
-
-#: spacingdialog.ui:1873
-msgctxt "spacingdialog|menuitem2"
-msgid "Indexes"
-msgstr "ማውጫዎች"
-
-#: spacingdialog.ui:1881
-msgctxt "spacingdialog|menuitem3"
-msgid "Fractions"
-msgstr "ክፍልፋዮች"
-
-#: spacingdialog.ui:1889
-msgctxt "spacingdialog|menuitem4"
-msgid "Fraction Bars"
-msgstr "ክፍልፋይ መደርደሪያ"
-
-#: spacingdialog.ui:1897
-msgctxt "spacingdialog|menuitem5"
-msgid "Limits"
-msgstr "መጠኖች"
-
-#: spacingdialog.ui:1905
-msgctxt "spacingdialog|menuitem6"
-msgid "Brackets"
-msgstr "ቅንፎች"
-
-#: spacingdialog.ui:1913
-msgctxt "spacingdialog|menuitem7"
-msgid "Matrices"
-msgstr "መነሻዎች"
-
-#: spacingdialog.ui:1921
-msgctxt "spacingdialog|menuitem8"
-msgid "Symbols"
-msgstr "ምልክቶች"
-
-#: spacingdialog.ui:1929
-msgctxt "spacingdialog|menuitem9"
-msgid "Operators"
-msgstr "አንቀሳቃሾች"
-
-#: spacingdialog.ui:1937
-msgctxt "spacingdialog|menuitem10"
-msgid "Borders"
-msgstr "ድንበሮች"
-
-#: symdefinedialog.ui:9
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:8
msgctxt "symdefinedialog|EditSymbols"
msgid "Edit Symbols"
msgstr "ምልክቶች ማረሚያ"
-#: symdefinedialog.ui:41
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:101
msgctxt "symdefinedialog|oldSymbolSetText"
msgid "O_ld symbol set:"
msgstr "አ_ሮጌ ምልክት ማሰናጃ:"
-#: symdefinedialog.ui:86
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:146
msgctxt "symdefinedialog|oldSymbolText"
msgid "_Old symbol:"
msgstr "_አሮጌ ምልክት:"
-#: symdefinedialog.ui:157
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:244
+msgctxt "symdefinedialog|modify"
+msgid "_Modify"
+msgstr "_ማሻሻያ"
+
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:299
msgctxt "symdefinedialog|symbolText"
msgid "_Symbol:"
msgstr "_ምልክት:"
-#: symdefinedialog.ui:171
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:313
msgctxt "symdefinedialog|symbolSetText"
msgid "Symbol s_et:"
msgstr "ምልክት ማሰናጃ:"
-#: symdefinedialog.ui:185
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:327
msgctxt "symdefinedialog|fontText"
msgid "_Font:"
msgstr "_ፊደል:"
-#: symdefinedialog.ui:199
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:341
msgctxt "symdefinedialog|styleText"
msgid "S_tyle:"
msgstr "ዘ_ዴ:"
-#: symdefinedialog.ui:213
+#: starmath/uiconfig/smath/ui/symdefinedialog.ui:355
msgctxt "symdefinedialog|fontsSubsetFT"
msgid "S_ubset:"
msgstr "ን_ዑስ ስብስብ:"
-
-#: symdefinedialog.ui:387
-msgctxt "symdefinedialog|modify"
-msgid "_Modify"
-msgstr "_ማሻሻያ"
diff --git a/source/am/svl/messages.po b/source/am/svl/messages.po
index 772970526cf..9ed1ba03549 100644
--- a/source/am/svl/messages.po
+++ b/source/am/svl/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: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: 2017-10-06 12:21+0000\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"PO-Revision-Date: 2018-03-03 21:01+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,360 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1507292506.000000\n"
+"X-POOTLE-MTIME: 1520110868.000000\n"
#. Internet Media Type Presentations
-#: svl.hrc:26
-msgctxt "STR_SVT_MIMETYPE_APP_OCTSTREAM"
-msgid "Binary file"
-msgstr "Binary file"
-
-#: svl.hrc:27
-msgctxt "STR_SVT_MIMETYPE_APP_PDF"
-msgid "PDF file"
-msgstr "ፒዲኤፍ ፋይል"
-
-#: svl.hrc:28
-msgctxt "STR_SVT_MIMETYPE_APP_RTF"
-msgid "RTF File"
-msgstr "RTF File"
-
-#: svl.hrc:29
-msgctxt "STR_SVT_MIMETYPE_APP_MSWORD"
-msgid "MS-Word document"
-msgstr "የማይክሮ-ሶፍት ቃላት ሰነድ"
-
-#: svl.hrc:30
-msgctxt "STR_SVT_MIMETYPE_APP_STARCALC"
-msgid "%PRODUCTNAME Spreadsheet"
-msgstr "%PRODUCTNAME ሰንጠረዥ"
-
-#: svl.hrc:31
-msgctxt "STR_SVT_MIMETYPE_APP_STARCHART"
-msgid "%PRODUCTNAME Chart"
-msgstr "%PRODUCTNAME ቻርት"
-
-#: svl.hrc:32
-msgctxt "STR_SVT_MIMETYPE_APP_STARDRAW"
-msgid "%PRODUCTNAME Drawing"
-msgstr "%PRODUCTNAME መሳያ"
-
-#: svl.hrc:33
-msgctxt "STR_SVT_MIMETYPE_APP_STARIMAGE"
-msgid "%PRODUCTNAME Image"
-msgstr "%PRODUCTNAME ምስል"
-
-#: svl.hrc:34
-msgctxt "STR_SVT_MIMETYPE_APP_STARMATH"
-msgid "%PRODUCTNAME Formula"
-msgstr "%PRODUCTNAME መቀመሪያ"
-
-#: svl.hrc:35
-msgctxt "STR_SVT_MIMETYPE_APP_STARWRITER"
-msgid "%PRODUCTNAME Text"
-msgstr "%PRODUCTNAME ጽሁፍ"
-
-#: svl.hrc:36
-msgctxt "STR_SVT_MIMETYPE_APP_ZIP"
-msgid "ZIP file"
-msgstr "ZIP file"
-
-#: svl.hrc:37
-msgctxt "STR_SVT_MIMETYPE_APP_JAR"
-msgid "JAR file"
-msgstr "JAR file"
-
-#: svl.hrc:38
-msgctxt "STR_SVT_MIMETYPE_AUDIO_AIFF"
-msgid "Audio file"
-msgstr "የድምጽ ፋይል"
-
-#: svl.hrc:39
-msgctxt "STR_SVT_MIMETYPE_AUDIO_BASIC"
-msgid "Audio file"
-msgstr "የድምጽ ፋይል"
-
-#: svl.hrc:40
-msgctxt "STR_SVT_MIMETYPE_AUDIO_MIDI"
-msgid "Audio file"
-msgstr "የድምጽ ፋይል"
-
-#: svl.hrc:41
-msgctxt "STR_SVT_MIMETYPE_AUDIO_VORBIS"
-msgid "Audio file"
-msgstr "የድምጽ ፋይል"
-
-#: svl.hrc:42
-msgctxt "STR_SVT_MIMETYPE_AUDIO_WAV"
-msgid "Audio file"
-msgstr "የድምጽ ፋይል"
-
-#: svl.hrc:43
-msgctxt "STR_SVT_MIMETYPE_AUDIO_WEBM"
-msgid "Audio file"
-msgstr "የድምጽ ፋይል"
-
-#: svl.hrc:44
-msgctxt "STR_SVT_MIMETYPE_IMAGE_GIF"
-msgid "Image"
-msgstr "ምስል"
-
-#: svl.hrc:45
-msgctxt "STR_SVT_MIMETYPE_IMAGE_PNG"
-msgid "Image"
-msgstr "ምስል"
-
-#: svl.hrc:46
-msgctxt "STR_SVT_MIMETYPE_IMAGE_TIFF"
-msgid "Image"
-msgstr "ምስል"
-
-#: svl.hrc:47
-msgctxt "STR_SVT_MIMETYPE_IMAGE_JPEG"
-msgid "Image"
-msgstr "ምስል"
-
-#: svl.hrc:48
-msgctxt "STR_SVT_MIMETYPE_IMAGE_PCX"
-msgid "Image"
-msgstr "ምስል"
-
-#: svl.hrc:49
-msgctxt "STR_SVT_MIMETYPE_IMAGE_BMP"
-msgid "Bitmap"
-msgstr "Bitmap"
-
-#: svl.hrc:50
-msgctxt "STR_SVT_MIMETYPE_TEXT_HTML"
-msgid "HTML document"
-msgstr "HTML document"
-
-#: svl.hrc:51
-msgctxt "STR_SVT_MIMETYPE_TEXT_PLAIN"
-msgid "Text file"
-msgstr "የጽሁፍ ፋይል"
-
-#: svl.hrc:52
-msgctxt "STR_SVT_MIMETYPE_TEXT_URL"
-msgid "Bookmark"
-msgstr "ምልክት ማድረጊያ"
-
-#: svl.hrc:53
-msgctxt "STR_SVT_MIMETYPE_TEXT_VCARD"
-msgid "vCard file"
-msgstr "vCard file"
-
-#: svl.hrc:54
-msgctxt "STR_SVT_MIMETYPE_VIDEO_MSVIDEO"
-msgid "Video file"
-msgstr "የ ቪዲዮ ፋይል"
-
-#: svl.hrc:55
-msgctxt "STR_SVT_MIMETYPE_VIDEO_THEORA"
-msgid "Video file"
-msgstr "የ ቪዲዮ ፋይል"
-
-#: svl.hrc:56
-msgctxt "STR_SVT_MIMETYPE_VIDEO_VDO"
-msgid "Video file"
-msgstr "የ ቪዲዮ ፋይል"
-
-#: svl.hrc:57
-msgctxt "STR_SVT_MIMETYPE_VIDEO_WEBM"
-msgid "Video file"
-msgstr "የ ቪዲዮ ፋይል"
-
-#: svl.hrc:58
-msgctxt "STR_SVT_MIMETYPE_X_STARMAIL"
-msgid "Message"
-msgstr "መልእክት"
-
-#: svl.hrc:59
-msgctxt "STR_SVT_MIMETYPE_X_VRML"
-msgid "VRML file"
-msgstr "VRML file"
-
-#: svl.hrc:60
-msgctxt "STR_SVT_MIMETYPE_APP_STARIMPRESS"
-msgid "%PRODUCTNAME Presentation"
-msgstr "%PRODUCTNAME ማቅረቢያ"
-
-#: svl.hrc:61
-msgctxt "STR_SVT_MIMETYPE_APP_IMPRESSPACKED"
-msgid "%PRODUCTNAME Presentation (packed)"
-msgstr "%PRODUCTNAME ማቅረቢያ (ጥቅል)"
-
-#: svl.hrc:62
-msgctxt "STR_SVT_MIMETYPE_APP_STARHELP"
-msgid "%PRODUCTNAME Help"
-msgstr "%PRODUCTNAME እርዳታ"
-
-#: svl.hrc:63
+#: include/svl/svl.hrc:26
msgctxt "STR_SVT_MIMETYPE_CNT_FSYSBOX"
msgid "Workplace"
-msgstr "የመስሪያ ቦታ"
-
-#: svl.hrc:64
-msgctxt "STR_SVT_MIMETYPE_CNT_FSYSFLD"
-msgid "Folder"
-msgstr "ፎልደር"
-
-#: svl.hrc:65
-msgctxt "STR_SVT_MIMETYPE_APP_GAL"
-msgid "Gallery"
-msgstr "አዳራሽ"
-
-#: svl.hrc:66
-msgctxt "STR_SVT_MIMETYPE_APP_GAL_THEME"
-msgid "Gallery theme"
-msgstr "የ አዳራሽ ገጽታ"
-
-#: svl.hrc:67
-msgctxt "STR_SVT_MIMETYPE_APP_STARW_GLOB"
-msgid "%PRODUCTNAME Master Document"
-msgstr "%PRODUCTNAME ዋናው ሰነድ"
-
-#: svl.hrc:68
-msgctxt "STR_SVT_MIMETYPE_APP_SDM"
-msgid "Message"
-msgstr "መልእክት"
-
-#: svl.hrc:69
-msgctxt "STR_SVT_MIMETYPE_APP_SMD"
-msgid "Message"
-msgstr "መልእክት"
-
-#: svl.hrc:70
-msgctxt "STR_SVT_MIMETYPE_APP_STARW_WEB"
-msgid "%PRODUCTNAME Writer/Web"
-msgstr "%PRODUCTNAME መጻፊያ/ዌብ"
-
-#: svl.hrc:71
-msgctxt "STR_SVT_MIMETYPE_FRAMESET"
-msgid "Frameset Document"
-msgstr "Frameset Document"
-
-#: svl.hrc:72
-msgctxt "STR_SVT_MIMETYPE_MACRO"
-msgid "Macro file"
-msgstr "የ Macro ፋይል"
-
-#: svl.hrc:73
-msgctxt "STR_SVT_MIMETYPE_CNT_SFSYSFOLDER"
-msgid "System folder"
-msgstr "የስርአቱ ፎልደር"
-
-#: svl.hrc:74
-msgctxt "STR_SVT_MIMETYPE_APP_TEMPLATE"
-msgid "%PRODUCTNAME Template"
-msgstr "%PRODUCTNAME ቴምፕሌት"
-
-#: svl.hrc:75
-msgctxt "STR_SVT_MIMETYPE_IMAGE_GENERIC"
-msgid "Image"
-msgstr "ምስል"
-
-#: svl.hrc:76
-msgctxt "STR_SVT_MIMETYPE_APP_MSEXCEL"
-msgid "MS Excel document"
-msgstr "MS Excel document"
-
-#: svl.hrc:77
-msgctxt "STR_SVT_MIMETYPE_APP_MSEXCEL_TEMPL"
-msgid "MS Excel Template"
-msgstr "MS Excel Template"
-
-#: svl.hrc:78
-msgctxt "STR_SVT_MIMETYPE_APP_MSPPOINT"
-msgid "MS PowerPoint document"
-msgstr "MS PowerPoint document"
-
-#: svl.hrc:79
-msgctxt "STR_SVT_MIMETYPE_TEXT_VCALENDAR"
-msgid "vCalendar-file"
-msgstr "iCalendar-File"
-
-#: svl.hrc:80
-msgctxt "STR_SVT_MIMETYPE_TEXT_ICALENDAR"
-msgid "iCalendar-File"
-msgstr "iCalendar-File"
-
-#: svl.hrc:81
-msgctxt "STR_SVT_MIMETYPE_TEXT_XMLICALENDAR"
-msgid "XML-iCalendar-File"
-msgstr "XML-iCalendar-File"
-
-#: svl.hrc:82
-msgctxt "STR_SVT_MIMETYPE_TEXT_CDE_CALENDAR_APP"
-msgid "CDE-Calendar-File"
-msgstr "CDE-Calendar-File"
-
-#: svl.hrc:83
-msgctxt "STR_SVT_MIMETYPE_INET_MSG_RFC822"
-msgid "message/rfc822"
-msgstr "message/rfc822"
-
-#: svl.hrc:84
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_ALTERNATIVE"
-msgid "multipart/alternative"
-msgstr "multipart/alternative"
-
-#: svl.hrc:85
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_DIGEST"
-msgid "multipart/digest"
-msgstr "multipart/digest"
-
-#: svl.hrc:86
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_PARALLEL"
-msgid "multipart/parallel"
-msgstr "በርካታ አካል/አጓዳኝ"
-
-#: svl.hrc:87
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_RELATED"
-msgid "multipart/related"
-msgstr "multipart/related"
-
-#: svl.hrc:88
-msgctxt "STR_SVT_MIMETYPE_INET_MULTI_MIXED"
-msgid "multipart/mixed"
-msgstr "multipart/mixed"
-
-#: svl.hrc:89
-msgctxt "STR_SVT_MIMETYPE_APP_SXCALC"
-msgid "OpenOffice.org 1.0 Spreadsheet"
-msgstr "OpenOffice.org 1.0 ሰንጠረዥ"
-
-#: svl.hrc:90
-msgctxt "STR_SVT_MIMETYPE_APP_SXCHART"
-msgid "OpenOffice.org 1.0 Chart"
-msgstr "OpenOffice.org 1.0 Chart"
-
-#: svl.hrc:91
-msgctxt "STR_SVT_MIMETYPE_APP_SXDRAW"
-msgid "OpenOffice.org 1.0 Drawing"
-msgstr "OpenOffice.org 1.0 መሳያ"
-
-#: svl.hrc:92
-msgctxt "STR_SVT_MIMETYPE_APP_SXMATH"
-msgid "OpenOffice.org 1.0 Formula"
-msgstr "OpenOffice.org 1.0 መቀመሪያ"
-
-#: svl.hrc:93
-msgctxt "STR_SVT_MIMETYPE_APP_SXWRITER"
-msgid "OpenOffice.org 1.0 Text Document"
-msgstr "OpenOffice.org 1.0 የጽሁፍ ሰነድ"
-
-#: svl.hrc:94
-msgctxt "STR_SVT_MIMETYPE_APP_SXIMPRESS"
-msgid "OpenOffice.org 1.0 Presentation"
-msgstr "OpenOffice.org 1.0 ማቅረቢያ"
-
-#: svl.hrc:95
-msgctxt "STR_SVT_MIMETYPE_APP_SXGLOBAL"
-msgid "OpenOffice.org 1.0 Master Document"
-msgstr "OpenOffice.org 1.0 ዋናው ሰነድ"
-
-#: svl.hrc:96
-msgctxt "STR_SVT_MIMETYPE_APP_SXIPACKED"
-msgid "OpenOffice.org 1.0 Presentation (packed)"
-msgstr "OpenOffice.org 1.0 ማቅረቢያ (እንደታሸገ)"
+msgstr "የ መስሪያ ቦታ"
diff --git a/source/am/svtools/messages.po b/source/am/svtools/messages.po
index 21fa18aeabf..5842cac40a9 100644
--- a/source/am/svtools/messages.po
+++ b/source/am/svtools/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-06 15:58+0100\n"
-"PO-Revision-Date: 2017-12-26 20:55+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-03-26 00:19+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,205 +13,205 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1514321758.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1522023594.000000\n"
-#: errtxt.hrc:30
+#: svtools/inc/errtxt.hrc:30
msgctxt "RID_ERRCTX"
msgid "Error"
msgstr "ስህተት"
-#: errtxt.hrc:31
+#: svtools/inc/errtxt.hrc:31
msgctxt "RID_ERRCTX"
msgid "Warning"
msgstr "ማስጠንቀቂያ"
-#: errtxt.hrc:32
+#: svtools/inc/errtxt.hrc:32
msgctxt "RID_ERRCTX"
msgid "$(ERR) loading the template $(ARG1)"
msgstr "$(ERR) ቴምፕሌት በ መጫን ላይ $(ARG1)"
-#: errtxt.hrc:33 /home/cl/vc/git/libo-core/svtools/inc/errtxt.hrc:34
+#: svtools/inc/errtxt.hrc:33 svtools/inc/errtxt.hrc:34
msgctxt "RID_ERRCTX"
msgid "$(ERR) saving the document $(ARG1)"
msgstr "$(ERR) ሰነዱን በ ማስቀመጥ ላይ $(ARG1)"
-#: errtxt.hrc:35
+#: svtools/inc/errtxt.hrc:35
msgctxt "RID_ERRCTX"
msgid "$(ERR) displaying doc. information for document $(ARG1)"
msgstr "$(ERR) ሰነድ ማሳያ: ለ ሰነድ መረጃ $(ARG1)"
-#: errtxt.hrc:36
+#: svtools/inc/errtxt.hrc:36
msgctxt "RID_ERRCTX"
msgid "$(ERR) writing document $(ARG1) as template"
msgstr "$(ERR) ሰነዱን በ መጻፍ ላይ $(ARG1) እንደ ቴምፕሌት"
-#: errtxt.hrc:37
+#: svtools/inc/errtxt.hrc:37
msgctxt "RID_ERRCTX"
msgid "$(ERR) copying or moving document contents"
msgstr "$(ERR) የ ሰነዱን ይዞታዎች ኮፒ በ ማድረግ ላይ ወይንም በ ማንቀሳቀስ ላይ"
-#: errtxt.hrc:38
+#: svtools/inc/errtxt.hrc:38
msgctxt "RID_ERRCTX"
msgid "$(ERR) starting the Document Manager"
msgstr "$(ERR) የ ሰነዱን አስተዳዳሪ በ ማስነሳት ላይ"
-#: errtxt.hrc:39
+#: svtools/inc/errtxt.hrc:39
msgctxt "RID_ERRCTX"
msgid "$(ERR) loading document $(ARG1)"
msgstr "$(ERR) ሰነዱን በ መጫን ላይ $(ARG1)"
-#: errtxt.hrc:40 /home/cl/vc/git/libo-core/svtools/inc/errtxt.hrc:41
+#: svtools/inc/errtxt.hrc:40 svtools/inc/errtxt.hrc:41
msgctxt "RID_ERRCTX"
msgid "$(ERR) creating a new document"
msgstr "$(ERR) አዲስ ሰነድ በ መፍጠር ላይ"
-#: errtxt.hrc:42
+#: svtools/inc/errtxt.hrc:42
msgctxt "RID_ERRCTX"
msgid "$(ERR) expanding entry"
msgstr "$(ERR) መግቢያውን በ ማስፋት ላይ"
-#: errtxt.hrc:43
+#: svtools/inc/errtxt.hrc:43
msgctxt "RID_ERRCTX"
msgid "$(ERR) loading BASIC of document $(ARG1)"
msgstr "$(ERR) መሰረታዊ ሰነድ በ መጫን ላይ $(ARG1)"
-#: errtxt.hrc:44
+#: svtools/inc/errtxt.hrc:44
msgctxt "RID_ERRCTX"
msgid "$(ERR) searching for an address"
msgstr "$(ERR) አድራሻ በ መፈለግ ላይ"
-#: errtxt.hrc:50
+#: svtools/inc/errtxt.hrc:50
msgctxt "RID_ERRHDL"
msgid "Abort"
msgstr "ማቋረጫ"
-#: errtxt.hrc:51
+#: svtools/inc/errtxt.hrc:51
msgctxt "RID_ERRHDL"
msgid "Nonexistent object"
msgstr "ያልነበረ እቃ"
-#: errtxt.hrc:52
+#: svtools/inc/errtxt.hrc:52
msgctxt "RID_ERRHDL"
msgid "Object already exists"
msgstr "እቃው ቀደም ሲል ነበር"
-#: errtxt.hrc:53
+#: svtools/inc/errtxt.hrc:53
msgctxt "RID_ERRHDL"
msgid "Object not accessible"
msgstr "እቃው ጋር መድረስ አልተቻለም"
-#: errtxt.hrc:54
+#: svtools/inc/errtxt.hrc:54
msgctxt "RID_ERRHDL"
msgid "Inadmissible path"
msgstr "ሊኖር የማይገባ መንገድ"
-#: errtxt.hrc:55
+#: svtools/inc/errtxt.hrc:55
msgctxt "RID_ERRHDL"
msgid "Locking problem"
msgstr "የ መቆለፊያ ችግር"
-#: errtxt.hrc:56
+#: svtools/inc/errtxt.hrc:56
msgctxt "RID_ERRHDL"
msgid "Wrong parameter"
msgstr "የ ተሳሳተ ደንብ"
-#: errtxt.hrc:57
+#: svtools/inc/errtxt.hrc:57
msgctxt "RID_ERRHDL"
msgid "Resource exhausted"
msgstr "ምንጩ አክትሟል"
-#: errtxt.hrc:58
+#: svtools/inc/errtxt.hrc:58
msgctxt "RID_ERRHDL"
msgid "Action not supported"
msgstr "ተግባሩ የ ተደገፈ አይደለም"
-#: errtxt.hrc:59
+#: svtools/inc/errtxt.hrc:59
msgctxt "RID_ERRHDL"
msgid "Read Error"
msgstr "የ ማንበብ ስህተት"
-#: errtxt.hrc:60
+#: svtools/inc/errtxt.hrc:60
msgctxt "RID_ERRHDL"
msgid "Write Error"
msgstr "የ መጻፍ ስህተት"
-#: errtxt.hrc:61
+#: svtools/inc/errtxt.hrc:61
msgctxt "RID_ERRHDL"
msgid "unknown"
msgstr "ያልታወቀ"
-#: errtxt.hrc:62
+#: svtools/inc/errtxt.hrc:62
msgctxt "RID_ERRHDL"
msgid "Version Incompatibility"
msgstr "እትሙ አይስማም"
-#: errtxt.hrc:63 /home/cl/vc/git/libo-core/svtools/inc/errtxt.hrc:74
+#: svtools/inc/errtxt.hrc:63 svtools/inc/errtxt.hrc:74
msgctxt "RID_ERRHDL"
msgid "General Error"
msgstr "ባጠቃላይ ስህተት"
-#: errtxt.hrc:64
+#: svtools/inc/errtxt.hrc:64
msgctxt "RID_ERRHDL"
msgid "Incorrect format"
msgstr "የ ተሳሳተ አቀራረብ"
-#: errtxt.hrc:65
+#: svtools/inc/errtxt.hrc:65
msgctxt "RID_ERRHDL"
msgid "Error creating object"
msgstr "ስህተት እቃውን በ መፍጠር ላይ"
-#: errtxt.hrc:66
+#: svtools/inc/errtxt.hrc:66
msgctxt "RID_ERRHDL"
msgid "Inadmissible value or data type"
msgstr "ሊኖር የማይገባው ዋጋ ወይንም የ ዳታ አይነት"
-#: errtxt.hrc:67
+#: svtools/inc/errtxt.hrc:67
msgctxt "RID_ERRHDL"
msgid "BASIC runtime error"
msgstr "መሰረታዊ የ ማስኬጃ ሰአት ስህተት"
-#: errtxt.hrc:68
+#: svtools/inc/errtxt.hrc:68
msgctxt "RID_ERRHDL"
msgid "BASIC syntax error"
msgstr "መሰረታዊ የ አገባብ ስህተት"
-#: errtxt.hrc:75
+#: svtools/inc/errtxt.hrc:75
msgctxt "RID_ERRHDL"
msgid "General input/output error."
msgstr "ባጠቃላይ የ ማስገቢያ/ውጤት ስህተት"
-#: errtxt.hrc:76
+#: svtools/inc/errtxt.hrc:76
msgctxt "RID_ERRHDL"
msgid "Invalid file name."
msgstr "ዋጋ የ ሌለው የ ፋይል ስም"
-#: errtxt.hrc:77
+#: svtools/inc/errtxt.hrc:77
msgctxt "RID_ERRHDL"
msgid "Nonexistent file."
msgstr "ይህ ፋይል አልነበረም"
-#: errtxt.hrc:78
+#: svtools/inc/errtxt.hrc:78
msgctxt "RID_ERRHDL"
msgid "File already exists."
msgstr "ፋይሉ ቀደም ሲል ነበር"
-#: errtxt.hrc:79
+#: svtools/inc/errtxt.hrc:79
msgctxt "RID_ERRHDL"
msgid "The object is not a directory."
msgstr "አካሉ ዳይሬክቶሪ አይደለም"
-#: errtxt.hrc:80
+#: svtools/inc/errtxt.hrc:80
msgctxt "RID_ERRHDL"
msgid "The object is not a file."
msgstr "አካሉ ፋይል አይደለም"
-#: errtxt.hrc:81
+#: svtools/inc/errtxt.hrc:81
msgctxt "RID_ERRHDL"
msgid "The specified device is invalid."
msgstr "የ ተመረጠው አካል ዋጋ የለውም"
-#: errtxt.hrc:82
+#: svtools/inc/errtxt.hrc:82
msgctxt "RID_ERRHDL"
msgid ""
"The object cannot be accessed\n"
@@ -220,17 +220,17 @@ msgstr ""
"አካሉ ጋር መድረስ አልተቻለም \n"
"በቂ የሆነ የ ተጠቃሚ ፍቃድ የለም"
-#: errtxt.hrc:83
+#: svtools/inc/errtxt.hrc:83
msgctxt "RID_ERRHDL"
msgid "Sharing violation while accessing the object."
msgstr "የማካፈል ሕግ መጣስ እቃው ጋር በ መድረስ ላይ እንዳሉ"
-#: errtxt.hrc:84
+#: svtools/inc/errtxt.hrc:84
msgctxt "RID_ERRHDL"
msgid "No more space on device."
msgstr "በ አካሉ ላይ ምንም ቦታ የለም"
-#: errtxt.hrc:85
+#: svtools/inc/errtxt.hrc:85
msgctxt "RID_ERRHDL"
msgid ""
"This operation cannot be run on\n"
@@ -239,137 +239,137 @@ msgstr ""
"ተግባሩን ማስኬድ አልተቻለም በ\n"
"ሁለገብ ፋይሎች በያዙ ላይ"
-#: errtxt.hrc:86
+#: svtools/inc/errtxt.hrc:86
msgctxt "RID_ERRHDL"
msgid "This operation is not supported on this operating system."
msgstr "ይህ ተግባር በዚህ የ ስርአት መተግበሪያ የተደገፈ አይደለም"
-#: errtxt.hrc:87
+#: svtools/inc/errtxt.hrc:87
msgctxt "RID_ERRHDL"
msgid "There are too many files open."
msgstr "በጣም ብዙ የተከፈቱ ፋይሎች አሉ"
-#: errtxt.hrc:88
+#: svtools/inc/errtxt.hrc:88
msgctxt "RID_ERRHDL"
msgid "Data could not be read from the file."
msgstr "ዳታውን ከ ፋይሉ ላይ ማንበብ አልተቻለም"
-#: errtxt.hrc:89
+#: svtools/inc/errtxt.hrc:89
msgctxt "RID_ERRHDL"
msgid "The file could not be written."
msgstr "ፋይሉን መጻፍ አልተቻለም"
-#: errtxt.hrc:90
+#: svtools/inc/errtxt.hrc:90
msgctxt "RID_ERRHDL"
msgid "The operation could not be run due to insufficient memory."
msgstr "ተግባሩን ማስኬድ አልተቻለም በቂ የሆነ ማስታወሻ የለም"
-#: errtxt.hrc:91
+#: svtools/inc/errtxt.hrc:91
msgctxt "RID_ERRHDL"
msgid "The seek operation could not be run."
msgstr "የ መፈለጊያ ተግባሩን ማስኬድ አልተቻለም"
-#: errtxt.hrc:92
+#: svtools/inc/errtxt.hrc:92
msgctxt "RID_ERRHDL"
msgid "The tell operation could not be run."
msgstr "የ መናገሪያ ተግባሩን ማስኬድ አልተቻለም"
-#: errtxt.hrc:93
+#: svtools/inc/errtxt.hrc:93
msgctxt "RID_ERRHDL"
msgid "Incorrect file version."
msgstr "የ ተሳሳተ የ ፋይል እትም"
-#: errtxt.hrc:94
+#: svtools/inc/errtxt.hrc:94
msgctxt "RID_ERRHDL"
msgid "Incorrect file format."
msgstr "የ ተሳሳተ የ ፋይል አቀራረብ"
-#: errtxt.hrc:95
+#: svtools/inc/errtxt.hrc:95
msgctxt "RID_ERRHDL"
msgid "The file name contains invalid characters."
msgstr "የ ፋይሉ ስም ዋጋ የሌላቸው ባህሪዎች ይዟል"
-#: errtxt.hrc:96
+#: svtools/inc/errtxt.hrc:96
msgctxt "RID_ERRHDL"
msgid "An unknown I/O error has occurred."
msgstr "ያልታወቀ የ I/O ስህተት ተፈጥሯል"
-#: errtxt.hrc:97
+#: svtools/inc/errtxt.hrc:97
msgctxt "RID_ERRHDL"
msgid "An invalid attempt was made to access the file."
msgstr "ፋይሉ ጋር ለ መድረስ ዋጋ የሌለው ሙከራ ተደርጓል"
-#: errtxt.hrc:98
+#: svtools/inc/errtxt.hrc:98
msgctxt "RID_ERRHDL"
msgid "The file could not be created."
msgstr "ፋይሉን መፍጠር አልተቻለም"
-#: errtxt.hrc:99
+#: svtools/inc/errtxt.hrc:99
msgctxt "RID_ERRHDL"
msgid "The operation was started under an invalid parameter."
msgstr "ተግባሩ የ ተጀመረው ዋጋ በሌለው ደንብ ስር ነው"
-#: errtxt.hrc:100
+#: svtools/inc/errtxt.hrc:100
msgctxt "RID_ERRHDL"
msgid "The operation on the file was aborted."
msgstr "ተግባሩ ከ ፋይሉ ላይ ተቋርጧል"
-#: errtxt.hrc:101
+#: svtools/inc/errtxt.hrc:101
msgctxt "RID_ERRHDL"
msgid "Path to the file does not exist."
msgstr "መንገድ ወደ ፋይሉ አልነበረም"
-#: errtxt.hrc:102
+#: svtools/inc/errtxt.hrc:102
msgctxt "RID_ERRHDL"
msgid "An object cannot be copied into itself."
msgstr "እቃውን ወደ ራሱ ኮፒ ማድረግ አይቻልም"
-#: errtxt.hrc:103
+#: svtools/inc/errtxt.hrc:103
msgctxt "RID_ERRHDL"
msgid "The specified template could not be found."
msgstr "የ ተመረጠውን ቴምፕሌት ማግኘት አልተቻለም"
-#: errtxt.hrc:104
+#: svtools/inc/errtxt.hrc:104
msgctxt "RID_ERRHDL"
msgid "The file cannot be used as template."
msgstr "ፋይሉን እንደ ቴምፕሌት መጠቀም አይቻልም"
-#: errtxt.hrc:105
+#: svtools/inc/errtxt.hrc:105
msgctxt "RID_ERRHDL"
msgid "This document has already been opened for editing."
msgstr "ሰነዱ ቀደም ብሎ ለ እርማት ተከፍቶ ነበር"
-#: errtxt.hrc:106
+#: svtools/inc/errtxt.hrc:106
msgctxt "RID_ERRHDL"
msgid "The wrong password has been entered."
msgstr "የ ተሳሳተ የ መግቢያ ቃል ነው ያስገቡት"
-#: errtxt.hrc:107
+#: svtools/inc/errtxt.hrc:107
msgctxt "RID_ERRHDL"
msgid "Error reading file."
msgstr "ስህተት ፋይሉን በ ማንበብ ላይ"
-#: errtxt.hrc:108
+#: svtools/inc/errtxt.hrc:108
msgctxt "RID_ERRHDL"
msgid "The document was opened as read-only."
msgstr "ሰነዱ የ ተከፈተው ለ ማንበብ-ብቻ ነው"
-#: errtxt.hrc:109
+#: svtools/inc/errtxt.hrc:109
msgctxt "RID_ERRHDL"
msgid "General OLE Error."
msgstr "ባጠቃላይ የ OLE ስህተት"
-#: errtxt.hrc:110
+#: svtools/inc/errtxt.hrc:110
msgctxt "RID_ERRHDL"
msgid "The host name $(ARG1) could not be resolved."
msgstr "የ ጋባዡን ስም $(ARG1) መወሰን አልተቻለም"
-#: errtxt.hrc:111
+#: svtools/inc/errtxt.hrc:111
msgctxt "RID_ERRHDL"
msgid "Could not establish Internet connection to $(ARG1)."
msgstr "የ ኢንተርኔት ግንኙነት መመስረት አልተቻለም $(ARG1)."
-#: errtxt.hrc:112
+#: svtools/inc/errtxt.hrc:112
msgctxt "RID_ERRHDL"
msgid ""
"Error reading data from the Internet.\n"
@@ -378,7 +378,7 @@ msgstr ""
"ስህተት ዳታውን ከ ኢንተርኔት በማንበብ ላይ\n"
"የ ሰርቨሩ የ ስህተት መልእክት: $(ARG1)."
-#: errtxt.hrc:113
+#: svtools/inc/errtxt.hrc:113
msgctxt "RID_ERRHDL"
msgid ""
"Error transferring data to the Internet.\n"
@@ -387,32 +387,32 @@ msgstr ""
"ስህተት ዳታ ወደ ኢንተርኔት በ ማስተላለፍ ላይ\n"
"የ ሰርቨሩ የ ስህተት መልእክት: $(ARG1)."
-#: errtxt.hrc:114
+#: svtools/inc/errtxt.hrc:114
msgctxt "RID_ERRHDL"
msgid "General Internet error has occurred."
msgstr "ባጠቃላይ የ ኢንተርኔት ስህተት ተፈጥሯል"
-#: errtxt.hrc:115
+#: svtools/inc/errtxt.hrc:115
msgctxt "RID_ERRHDL"
msgid "The requested Internet data is not available in the cache and cannot be transmitted as the Online mode has not be activated."
msgstr "የ ተጠየቀው የ ኢንተርኔት ዳታ ዝግጁ አይደለም በ cache ውስጥ እና ማስተላለፍ አይቻልም እንደ በ መስመር ላይ ዘዴ አልጀመረም"
-#: errtxt.hrc:116
+#: svtools/inc/errtxt.hrc:116
msgctxt "RID_ERRHDL"
msgid "The contents could not be created."
msgstr "ይዞታዎችን መፍጠር አልተቻለም"
-#: errtxt.hrc:117
+#: svtools/inc/errtxt.hrc:117
msgctxt "RID_ERRHDL"
msgid "The file name is too long for the target file system."
msgstr "የ ፋይሉ ስም በጣም ረጅም ነው ለ ታለመው የ ፋይል ስርአት"
-#: errtxt.hrc:118
+#: svtools/inc/errtxt.hrc:118
msgctxt "RID_ERRHDL"
msgid "The input syntax is invalid."
msgstr "ያስገቡት አገባብ ዋጋ የለውም"
-#: errtxt.hrc:119
+#: svtools/inc/errtxt.hrc:119
msgctxt "RID_ERRHDL"
msgid ""
"This document contains attributes that cannot be saved in the selected format.\n"
@@ -421,17 +421,17 @@ msgstr ""
"ይህ ሰነድ በ ተመረጠው አቀራረብ ሊቀመጡ የማይችሉ ባህሪዎችን ይዟል \n"
"እባክዎን ሰነዱን በ %PRODUCTNAME %PRODUCTVERSION ፋይል አቀራረብ ያስቀምጡ"
-#: errtxt.hrc:120
+#: svtools/inc/errtxt.hrc:120
msgctxt "RID_ERRHDL"
msgid "The maximum number of documents that can be opened at the same time has been reached. You need to close one or more documents before you can open a new document."
msgstr "በ አንድ ጊዜ ሊከፍቱት የሚችሉትን ከፍተኛው የ ሰንድ ቁጥር ላይ ደርሰዋል: አንድ ወይንም ሁለት ሰንዶችን መዝጋት አለብዎት አዲስ ሰነድ ከ መክፈትዎ በፊት"
-#: errtxt.hrc:121
+#: svtools/inc/errtxt.hrc:121
msgctxt "RID_ERRHDL"
msgid "Could not create backup copy."
msgstr "ተተኪ ኮፒ መፍጠር አልተቻለም"
-#: errtxt.hrc:122
+#: svtools/inc/errtxt.hrc:122
msgctxt "RID_ERRHDL"
msgid ""
"An attempt was made to execute a macro.\n"
@@ -440,7 +440,7 @@ msgstr ""
"ማክሮ ለማስኬድ ሙከራ ተደርጓል \n"
"ለ ደህንነት ምክንያት ሲባል የ ማክሮ ድጋፍ ተሰናክሏል"
-#: errtxt.hrc:123
+#: svtools/inc/errtxt.hrc:123
msgctxt "RID_ERRHDL"
msgid ""
"This document contains macros.\n"
@@ -455,7 +455,7 @@ msgstr ""
"\n"
"ስለዚህ አንዳንድ ተግባሮች ላይኖሩ ይችላሉ"
-#: errtxt.hrc:124
+#: svtools/inc/errtxt.hrc:124
msgctxt "RID_ERRHDL"
msgid ""
"This document contains macros.\n"
@@ -470,7 +470,7 @@ msgstr ""
"\n"
"ስለዚህ አንዳንድ ተግባሮች በትክክል ላይሰሩ ይችላሉ"
-#: errtxt.hrc:125
+#: svtools/inc/errtxt.hrc:125
msgctxt "RID_ERRHDL"
msgid ""
"The encrypted document contains unexpected non-encrypted streams.\n"
@@ -489,37 +489,37 @@ msgstr ""
"ለዚህ ሰነድ ማክሮ ማስኬጃው ተሰናክሏል\n"
" "
-#: errtxt.hrc:126
+#: svtools/inc/errtxt.hrc:126
msgctxt "RID_ERRHDL"
msgid "Invalid data length."
msgstr "ዋጋ የሌለው የ ዳታ እርዝመት"
-#: errtxt.hrc:127
+#: svtools/inc/errtxt.hrc:127
msgctxt "RID_ERRHDL"
msgid "Function not possible: path contains current directory."
msgstr "ተግባሩን መፈጸም አይቻልም: መንገዱ የ አሁኑን ዳይሬክቶሪ ይዟል"
-#: errtxt.hrc:128
+#: svtools/inc/errtxt.hrc:128
msgctxt "RID_ERRHDL"
msgid "Function not possible: device (drive) not identical."
msgstr "ተግባሩን መፈጸም አይቻልም: አካሉ (drive) ተመሳሳይ አይደለም"
-#: errtxt.hrc:129
+#: svtools/inc/errtxt.hrc:129
msgctxt "RID_ERRHDL"
msgid "Device (drive) not ready."
msgstr "አካሉ (drive) ዝግጁ አይደለም"
-#: errtxt.hrc:130
+#: svtools/inc/errtxt.hrc:130
msgctxt "RID_ERRHDL"
msgid "Wrong checksum."
msgstr "የ ተሳሳተ የ ድምር ውጤት"
-#: errtxt.hrc:131
+#: svtools/inc/errtxt.hrc:131
msgctxt "RID_ERRHDL"
msgid "Function not possible: write protected."
msgstr "ተግባሩን መፈጸም አልተቻለም: መጻፍ የተከለከለ"
-#: errtxt.hrc:132
+#: svtools/inc/errtxt.hrc:132
msgctxt "RID_ERRHDL"
msgid ""
"The password of a shared spreadsheet cannot be set or changed.\n"
@@ -528,3979 +528,4008 @@ msgstr ""
"የሚካፈሉትን የ ሰንጠረዥ የ መግቢያ ቃል ማዘጋጀት አልተቻለም ወይንም ተቀይሯል \n"
"በ መጀመሪያ የ መካፈያ ዘዴን ያቦዝኑ"
-#: errtxt.hrc:138
+#: svtools/inc/errtxt.hrc:133
+msgctxt "RID_ERRHDL"
+msgid "File format error found at $(ARG1)(row,col)."
+msgstr "የ ፋይል አቀራረብ ስህተት ተገኝቷል በ $(ARG1)(ረድፍ , አምድ)"
+
+#: svtools/inc/errtxt.hrc:134
+msgctxt "RID_ERRHDL"
+msgid "The filter for this file format is disabled in configuration. Please contact your systems administrator."
+msgstr "የ ፋይል አቀራረብ ማጣሪያ በ ማሰናጃ ውስጥ ተሰናክሏል: እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ"
+
+#: svtools/inc/errtxt.hrc:140
msgctxt "RID_ERRHDL"
msgid "General OLE error."
msgstr "ባጠቃላይ የ OLE ስህተት"
-#: errtxt.hrc:140
+#: svtools/inc/errtxt.hrc:142
msgctxt "RID_ERRHDL"
msgid "The action cannot be executed in the object's current state."
msgstr "ተግባሩን መፈጸም አልተቻለም በ አሁኑ የ እቃው ሁኔታ ውስጥ"
-#: errtxt.hrc:142
+#: svtools/inc/errtxt.hrc:144
msgctxt "RID_ERRHDL"
msgid "The object does not support any actions."
msgstr "እቃው ምንም አይነት ተግባሮች አይደግፍም"
-#: errtxt.hrc:144
+#: svtools/inc/errtxt.hrc:146
msgctxt "RID_ERRHDL"
msgid "Object does not support this action."
msgstr "እቃው ይህን ተግባር አይደግፍም"
-#: errtxt.hrc:151
+#: svtools/inc/errtxt.hrc:153
msgctxt "RID_ERRHDL"
msgid "$(ERR) activating object"
msgstr "$(ERR) እቃውን በ ማስነሳት ላይ"
-#: langtab.hrc:29
+#: svtools/inc/langtab.hrc:29
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "[None]"
msgstr "[ምንም]"
-#: langtab.hrc:30
+#: svtools/inc/langtab.hrc:30
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Unknown"
msgstr "ያልታወቀ"
-#: langtab.hrc:31 /home/cl/vc/git/libo-core/svtools/inc/langtab.hrc:32
+#: svtools/inc/langtab.hrc:31 svtools/inc/langtab.hrc:32
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Default"
msgstr "ነባር"
-#: langtab.hrc:33
+#: svtools/inc/langtab.hrc:33
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Afrikaans (South Africa)"
msgstr "Afrikaans (South Africa)"
-#: langtab.hrc:34
+#: svtools/inc/langtab.hrc:34
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Albanian"
msgstr "Albanian"
-#: langtab.hrc:35
+#: svtools/inc/langtab.hrc:35
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic"
msgstr "Arabic"
-#: langtab.hrc:36
+#: svtools/inc/langtab.hrc:36
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Algeria)"
msgstr "Arabic (Algeria)"
-#: langtab.hrc:37
+#: svtools/inc/langtab.hrc:37
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Bahrain)"
msgstr "Arabic (Bahrain)"
-#: langtab.hrc:38
+#: svtools/inc/langtab.hrc:38
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Chad)"
msgstr "Arabic (Chad)"
-#: langtab.hrc:39
+#: svtools/inc/langtab.hrc:39
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Comoros)"
msgstr "Arabic (Comoros)"
-#: langtab.hrc:40
+#: svtools/inc/langtab.hrc:40
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Djibouti)"
msgstr "Arabic (Djibouti)"
-#: langtab.hrc:41
+#: svtools/inc/langtab.hrc:41
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Egypt)"
msgstr "Arabic (Egypt)"
-#: langtab.hrc:42
+#: svtools/inc/langtab.hrc:42
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Eritrea)"
msgstr "Arabic (Eritrea)"
-#: langtab.hrc:43
+#: svtools/inc/langtab.hrc:43
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Iraq)"
msgstr "Arabic (Iraq)"
-#: langtab.hrc:44
+#: svtools/inc/langtab.hrc:44
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Israel)"
msgstr "Arabic (Israel)"
-#: langtab.hrc:45
+#: svtools/inc/langtab.hrc:45
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Jordan)"
msgstr "Arabic (Jordan)"
-#: langtab.hrc:46
+#: svtools/inc/langtab.hrc:46
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Kuwait)"
msgstr "Arabic (Kuwait)"
-#: langtab.hrc:47
+#: svtools/inc/langtab.hrc:47
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Lebanon)"
msgstr "Arabic (Lebanon)"
-#: langtab.hrc:48
+#: svtools/inc/langtab.hrc:48
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Libya)"
msgstr "Arabic (Libya)"
-#: langtab.hrc:49
+#: svtools/inc/langtab.hrc:49
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Mauritania)"
msgstr "Arabic (Mauritania)"
-#: langtab.hrc:50
+#: svtools/inc/langtab.hrc:50
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Morocco)"
msgstr "Arabic (Morocco)"
-#: langtab.hrc:51
+#: svtools/inc/langtab.hrc:51
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Oman)"
msgstr "Arabic (Oman)"
-#: langtab.hrc:52
+#: svtools/inc/langtab.hrc:52
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Palestine)"
msgstr "Arabic (Palestine)"
-#: langtab.hrc:53
+#: svtools/inc/langtab.hrc:53
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Qatar)"
msgstr "Arabic (Qatar)"
-#: langtab.hrc:54
+#: svtools/inc/langtab.hrc:54
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Saudi Arabia)"
msgstr "Arabic (Saudi Arabia)"
-#: langtab.hrc:55
+#: svtools/inc/langtab.hrc:55
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Somalia)"
msgstr "Arabic (Somalia)"
-#: langtab.hrc:56
+#: svtools/inc/langtab.hrc:56
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Sudan)"
msgstr "Arabic (Sudan)"
-#: langtab.hrc:57
+#: svtools/inc/langtab.hrc:57
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Syria)"
msgstr "Arabic (Syria)"
-#: langtab.hrc:58
+#: svtools/inc/langtab.hrc:58
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Tunisia)"
msgstr "Arabic (Tunisia)"
-#: langtab.hrc:59
+#: svtools/inc/langtab.hrc:59
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (UAE)"
msgstr "Arabic (UAE)"
-#: langtab.hrc:60
+#: svtools/inc/langtab.hrc:60
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arabic (Yemen)"
msgstr "Arabic (Yemen)"
-#: langtab.hrc:61
+#: svtools/inc/langtab.hrc:61
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Aragonese"
msgstr "Aragonese"
-#: langtab.hrc:62
+#: svtools/inc/langtab.hrc:62
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
-msgid "Armenian"
-msgstr "Armenian"
+msgid "Armenian, Eastern (Armenia)"
+msgstr "Armenian, Eastern (Armenia)"
-#: langtab.hrc:63
+#: svtools/inc/langtab.hrc:63
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Assamese"
msgstr "Assamese"
-#: langtab.hrc:64
+#: svtools/inc/langtab.hrc:64
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Azerbaijani Latin"
msgstr "Azerbaijani Latin"
-#: langtab.hrc:65
+#: svtools/inc/langtab.hrc:65
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Azerbaijani Cyrillic"
msgstr "Azerbaijani Cyrillic"
-#: langtab.hrc:66
+#: svtools/inc/langtab.hrc:66
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Basque"
msgstr "Basque"
-#: langtab.hrc:67
+#: svtools/inc/langtab.hrc:67
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bengali (India)"
msgstr "Bengali (India)"
-#: langtab.hrc:68
+#: svtools/inc/langtab.hrc:68
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bulgarian"
msgstr "Bulgarian"
-#: langtab.hrc:69
+#: svtools/inc/langtab.hrc:69
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Belarusian"
msgstr "Belarusian"
-#: langtab.hrc:70
+#: svtools/inc/langtab.hrc:70
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Catalan"
msgstr "Catalan"
-#: langtab.hrc:71
+#: svtools/inc/langtab.hrc:71
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Catalan (Valencian)"
msgstr "Catalan (Valencian)"
-#: langtab.hrc:72
+#: svtools/inc/langtab.hrc:72
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (traditional)"
msgstr "Chinese (traditional)"
-#: langtab.hrc:73
+#: svtools/inc/langtab.hrc:73
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (simplified)"
msgstr "Chinese (simplified)"
-#: langtab.hrc:74
+#: svtools/inc/langtab.hrc:74
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (Hong Kong)"
msgstr "Chinese (Hong Kong)"
-#: langtab.hrc:75
+#: svtools/inc/langtab.hrc:75
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (Singapore)"
msgstr "Chinese (Singapore)"
-#: langtab.hrc:76
+#: svtools/inc/langtab.hrc:76
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chinese (Macau)"
msgstr "Chinese (Macau)"
-#: langtab.hrc:77
+#: svtools/inc/langtab.hrc:77
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Church Slavic"
msgstr "Church Slavic"
-#: langtab.hrc:78
+#: svtools/inc/langtab.hrc:78
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Croatian"
msgstr "Croatian"
-#: langtab.hrc:79
+#: svtools/inc/langtab.hrc:79
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Czech"
msgstr "Czech"
-#: langtab.hrc:80
+#: svtools/inc/langtab.hrc:80
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Danish"
msgstr "Danish"
-#: langtab.hrc:81
+#: svtools/inc/langtab.hrc:81
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dutch (Netherlands)"
msgstr "Dutch (Netherlands)"
-#: langtab.hrc:82
+#: svtools/inc/langtab.hrc:82
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dutch (Belgium)"
msgstr "Dutch (Belgium)"
-#: langtab.hrc:83
+#: svtools/inc/langtab.hrc:83
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (USA)"
msgstr "English (USA)"
-#: langtab.hrc:84
+#: svtools/inc/langtab.hrc:84
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (UK)"
msgstr "English (UK)"
-#: langtab.hrc:85
+#: svtools/inc/langtab.hrc:85
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English, OED spelling (UK)"
msgstr "English, OED spelling (UK)"
-#: langtab.hrc:86
+#: svtools/inc/langtab.hrc:86
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Australia)"
msgstr "English (Australia)"
-#: langtab.hrc:87
+#: svtools/inc/langtab.hrc:87
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Canada)"
msgstr "English (Canada)"
-#: langtab.hrc:88
+#: svtools/inc/langtab.hrc:88
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (New Zealand)"
msgstr "English (New Zealand)"
-#: langtab.hrc:89
+#: svtools/inc/langtab.hrc:89
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Ireland)"
msgstr "English (Ireland)"
-#: langtab.hrc:90
+#: svtools/inc/langtab.hrc:90
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (South Africa)"
msgstr "English (South Africa)"
-#: langtab.hrc:91
+#: svtools/inc/langtab.hrc:91
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Jamaica)"
msgstr "English (Jamaica)"
-#: langtab.hrc:92
+#: svtools/inc/langtab.hrc:92
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Caribbean)"
msgstr "English (Caribbean)"
-#: langtab.hrc:93
+#: svtools/inc/langtab.hrc:93
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Belize)"
msgstr "English (Belize)"
-#: langtab.hrc:94
+#: svtools/inc/langtab.hrc:94
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Trinidad)"
msgstr "English (Trinidad)"
-#: langtab.hrc:95
+#: svtools/inc/langtab.hrc:95
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Zimbabwe)"
msgstr "English (Zimbabwe)"
-#: langtab.hrc:96
+#: svtools/inc/langtab.hrc:96
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Philippines)"
msgstr "English (Philippines)"
-#: langtab.hrc:97
+#: svtools/inc/langtab.hrc:97
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (India)"
msgstr "English (India)"
-#: langtab.hrc:98
+#: svtools/inc/langtab.hrc:98
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Estonian"
msgstr "Estonian"
-#: langtab.hrc:99
+#: svtools/inc/langtab.hrc:99
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Finnish"
msgstr "Finnish"
-#: langtab.hrc:100
+#: svtools/inc/langtab.hrc:100
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Faroese"
msgstr "Faroese"
-#: langtab.hrc:101
+#: svtools/inc/langtab.hrc:101
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Persian"
msgstr "Persian"
-#: langtab.hrc:102
+#: svtools/inc/langtab.hrc:102
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (France)"
msgstr "French (France)"
-#: langtab.hrc:103
+#: svtools/inc/langtab.hrc:103
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Belgium)"
msgstr "French (Belgium)"
-#: langtab.hrc:104
+#: svtools/inc/langtab.hrc:104
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Canada)"
msgstr "French (Canada)"
-#: langtab.hrc:105
+#: svtools/inc/langtab.hrc:105
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Switzerland)"
msgstr "French (Switzerland)"
-#: langtab.hrc:106
+#: svtools/inc/langtab.hrc:106
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Luxembourg)"
msgstr "French (Luxembourg)"
-#: langtab.hrc:107
+#: svtools/inc/langtab.hrc:107
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Monaco)"
msgstr "French (Monaco)"
-#: langtab.hrc:108
+#: svtools/inc/langtab.hrc:108
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gascon"
msgstr "Gascon"
-#: langtab.hrc:109
+#: svtools/inc/langtab.hrc:109
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Germany)"
msgstr "German (Germany)"
-#: langtab.hrc:110
+#: svtools/inc/langtab.hrc:110
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Switzerland)"
msgstr "German (Switzerland)"
-#: langtab.hrc:111
+#: svtools/inc/langtab.hrc:111
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Austria)"
msgstr "German (Austria)"
-#: langtab.hrc:112
+#: svtools/inc/langtab.hrc:112
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Luxembourg)"
msgstr "German (Luxembourg)"
-#: langtab.hrc:113
+#: svtools/inc/langtab.hrc:113
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Liechtenstein)"
msgstr "German (Liechtenstein)"
-#: langtab.hrc:114
+#: svtools/inc/langtab.hrc:114
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Greek"
msgstr "Greek"
-#: langtab.hrc:115
+#: svtools/inc/langtab.hrc:115
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gujarati"
msgstr "Gujarati"
-#: langtab.hrc:116
+#: svtools/inc/langtab.hrc:116
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hebrew"
msgstr "Hebrew"
-#: langtab.hrc:117
+#: svtools/inc/langtab.hrc:117
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hindi"
msgstr "Hindi"
-#: langtab.hrc:118
+#: svtools/inc/langtab.hrc:118
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hungarian"
msgstr "Hungarian"
-#: langtab.hrc:119
+#: svtools/inc/langtab.hrc:119
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Icelandic"
msgstr "Icelandic"
-#: langtab.hrc:120
+#: svtools/inc/langtab.hrc:120
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Indonesian"
msgstr "Indonesian"
-#: langtab.hrc:121
+#: svtools/inc/langtab.hrc:121
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Italian (Italy)"
msgstr "Italian (Italy)"
-#: langtab.hrc:122
+#: svtools/inc/langtab.hrc:122
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Italian (Switzerland)"
msgstr "Italian (Switzerland)"
-#: langtab.hrc:123
+#: svtools/inc/langtab.hrc:123
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Japanese"
msgstr "Japanese"
-#: langtab.hrc:124
+#: svtools/inc/langtab.hrc:124
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kannada"
msgstr "Kannada"
-#: langtab.hrc:125
+#: svtools/inc/langtab.hrc:125
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kashmiri (Kashmir)"
msgstr "Kashmiri (Kashmir)"
-#: langtab.hrc:126
+#: svtools/inc/langtab.hrc:126
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kashmiri (India)"
msgstr "Kashmiri (India)"
-#: langtab.hrc:127
+#: svtools/inc/langtab.hrc:127
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kazakh"
msgstr "Kazak"
-#: langtab.hrc:128
+#: svtools/inc/langtab.hrc:128
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Konkani"
msgstr "Konkani"
-#: langtab.hrc:129
+#: svtools/inc/langtab.hrc:129
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Korean (RoK)"
msgstr "Korean (RoK)"
-#: langtab.hrc:130
+#: svtools/inc/langtab.hrc:130
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Latvian"
msgstr "Latvian"
-#: langtab.hrc:131
+#: svtools/inc/langtab.hrc:131
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lithuanian"
msgstr "Lithuanian"
-#: langtab.hrc:132
+#: svtools/inc/langtab.hrc:132
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Macedonian"
msgstr "Macedonian"
-#: langtab.hrc:133
+#: svtools/inc/langtab.hrc:133
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Malay (Malaysia)"
msgstr "Malay (Malaysia)"
-#: langtab.hrc:134
+#: svtools/inc/langtab.hrc:134
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Malay (Brunei Darussalam)"
msgstr "Malay (Brunei Darussalam)"
-#: langtab.hrc:135
+#: svtools/inc/langtab.hrc:135
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Malayalam"
msgstr "Malayalam"
-#: langtab.hrc:136
+#: svtools/inc/langtab.hrc:136
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Manipuri"
msgstr "Manipuri"
-#: langtab.hrc:137
+#: svtools/inc/langtab.hrc:137
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Marathi"
msgstr "Marathi"
-#: langtab.hrc:138
+#: svtools/inc/langtab.hrc:138
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nepali (Nepal)"
msgstr "Nepali (Nepal)"
-#: langtab.hrc:139
+#: svtools/inc/langtab.hrc:139
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nepali (India)"
msgstr "Nepali (India)"
-#: langtab.hrc:140
+#: svtools/inc/langtab.hrc:140
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Norwegian, Bokmål"
msgstr "Norwegian, Bokmål"
-#: langtab.hrc:141
+#: svtools/inc/langtab.hrc:141
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Norwegian, Nynorsk"
msgstr "Norwegian, Nynorsk"
-#: langtab.hrc:142
+#: svtools/inc/langtab.hrc:142
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Odia"
msgstr "Odia"
-#: langtab.hrc:143
+#: svtools/inc/langtab.hrc:143
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Polish"
msgstr "Polish"
-#: langtab.hrc:144
+#: svtools/inc/langtab.hrc:144
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Portuguese (Angola)"
msgstr "Portuguese (Angola)"
-#: langtab.hrc:145
+#: svtools/inc/langtab.hrc:145
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Portuguese (Portugal)"
msgstr "Portuguese (Portugal)"
-#: langtab.hrc:146
+#: svtools/inc/langtab.hrc:146
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Portuguese (Brazil)"
msgstr "Portuguese (Brazil)"
-#: langtab.hrc:147
+#: svtools/inc/langtab.hrc:147
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Punjabi"
msgstr "Punjabi"
-#: langtab.hrc:148
+#: svtools/inc/langtab.hrc:148
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Rhaeto-Romance"
msgstr "Rhaeto-Romance"
-#: langtab.hrc:149
+#: svtools/inc/langtab.hrc:149
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Romanian (Romania)"
msgstr "Romanian (Romania)"
-#: langtab.hrc:150
+#: svtools/inc/langtab.hrc:150
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Romanian (Moldova)"
msgstr "Romanian (Moldova)"
-#: langtab.hrc:151
+#: svtools/inc/langtab.hrc:151
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Russian"
msgstr "Russian"
-#: langtab.hrc:152
+#: svtools/inc/langtab.hrc:152
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sanskrit"
msgstr "Sanskrit"
-#: langtab.hrc:153
+#: svtools/inc/langtab.hrc:153
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Cyrillic (Serbia and Montenegro)"
msgstr "Serbian Cyrillic (Serbia and Montenegro)"
-#: langtab.hrc:154
+#: svtools/inc/langtab.hrc:154
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Latin (Serbia and Montenegro)"
msgstr "Serbian Latin (Serbia and Montenegro)"
-#: langtab.hrc:155
+#: svtools/inc/langtab.hrc:155
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Cyrillic (Serbia)"
msgstr "Serbian Cyrillic (Serbia)"
-#: langtab.hrc:156
+#: svtools/inc/langtab.hrc:156
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Latin (Serbia)"
msgstr "Serbian Latin (Serbia)"
-#: langtab.hrc:157
+#: svtools/inc/langtab.hrc:157
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Cyrillic (Montenegro)"
msgstr "Serbian Cyrillic (Montenegro)"
-#: langtab.hrc:158
+#: svtools/inc/langtab.hrc:158
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Latin (Montenegro)"
msgstr "Serbian Latin (Montenegro)"
-#: langtab.hrc:159
+#: svtools/inc/langtab.hrc:159
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Serbian Latin"
msgstr "Serbian Latin"
-#: langtab.hrc:160
+#: svtools/inc/langtab.hrc:160
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sidama"
msgstr "Sidama"
-#: langtab.hrc:161
+#: svtools/inc/langtab.hrc:161
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sindhi"
msgstr "Sindhi"
-#: langtab.hrc:162
+#: svtools/inc/langtab.hrc:162
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Slovak"
msgstr "Slovak"
-#: langtab.hrc:163
+#: svtools/inc/langtab.hrc:163
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Slovenian"
msgstr "Slovenian"
-#: langtab.hrc:164
+#: svtools/inc/langtab.hrc:164
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Spain)"
msgstr "Spanish (Spain)"
-#: langtab.hrc:165
+#: svtools/inc/langtab.hrc:165
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Mexico)"
msgstr "Spanish (Mexico)"
-#: langtab.hrc:166
+#: svtools/inc/langtab.hrc:166
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Guatemala)"
msgstr "Spanish (Guatemala)"
-#: langtab.hrc:167
+#: svtools/inc/langtab.hrc:167
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Costa Rica)"
msgstr "Spanish (Costa Rica)"
-#: langtab.hrc:168
+#: svtools/inc/langtab.hrc:168
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Panama)"
msgstr "Spanish (Panama)"
-#: langtab.hrc:169
+#: svtools/inc/langtab.hrc:169
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Dom. Rep.)"
msgstr "Spanish (Dom. Rep.)"
-#: langtab.hrc:170
+#: svtools/inc/langtab.hrc:170
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Venezuela)"
msgstr "Spanish (Venezuela)"
-#: langtab.hrc:171
+#: svtools/inc/langtab.hrc:171
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Colombia)"
msgstr "Spanish (Colombia)"
-#: langtab.hrc:172
+#: svtools/inc/langtab.hrc:172
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Peru)"
msgstr "Spanish (Peru)"
-#: langtab.hrc:173
+#: svtools/inc/langtab.hrc:173
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Argentina)"
msgstr "Spanish (Argentina)"
-#: langtab.hrc:174
+#: svtools/inc/langtab.hrc:174
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Ecuador)"
msgstr "Spanish (Ecuador)"
-#: langtab.hrc:175
+#: svtools/inc/langtab.hrc:175
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Chile)"
msgstr "Spanish (Chile)"
-#: langtab.hrc:176
+#: svtools/inc/langtab.hrc:176
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Uruguay)"
msgstr "Spanish (Uruguay)"
-#: langtab.hrc:177
+#: svtools/inc/langtab.hrc:177
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Paraguay)"
msgstr "Spanish (Paraguay)"
-#: langtab.hrc:178
+#: svtools/inc/langtab.hrc:178
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Bolivia)"
msgstr "Spanish (Bolivia)"
-#: langtab.hrc:179
+#: svtools/inc/langtab.hrc:179
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (El Salvador)"
msgstr "Spanish (El Salvador)"
-#: langtab.hrc:180
+#: svtools/inc/langtab.hrc:180
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Honduras)"
msgstr "Spanish (Honduras)"
-#: langtab.hrc:181
+#: svtools/inc/langtab.hrc:181
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Nicaragua)"
msgstr "Spanish (Nicaragua)"
-#: langtab.hrc:182
+#: svtools/inc/langtab.hrc:182
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Puerto Rico)"
msgstr "Spanish (Puerto Rico)"
-#: langtab.hrc:183
+#: svtools/inc/langtab.hrc:183
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swahili (Kenya)"
msgstr "Swahili (Kenya)"
-#: langtab.hrc:184
+#: svtools/inc/langtab.hrc:184
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swedish (Sweden)"
msgstr "Swedish (Sweden)"
-#: langtab.hrc:185
+#: svtools/inc/langtab.hrc:185
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swedish (Finland)"
msgstr "Swedish (Finland)"
-#: langtab.hrc:186
+#: svtools/inc/langtab.hrc:186
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tajik"
msgstr "Tajik"
-#: langtab.hrc:187
+#: svtools/inc/langtab.hrc:187
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tamil"
msgstr "Tamil"
-#: langtab.hrc:188
+#: svtools/inc/langtab.hrc:188
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tatar"
msgstr "Tatar"
-#: langtab.hrc:189
+#: svtools/inc/langtab.hrc:189
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Telugu"
msgstr "Telugu"
-#: langtab.hrc:190
+#: svtools/inc/langtab.hrc:190
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Thai"
msgstr "Thai"
-#: langtab.hrc:191
+#: svtools/inc/langtab.hrc:191
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Turkish"
msgstr "Turkish"
-#: langtab.hrc:192
+#: svtools/inc/langtab.hrc:192
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Urdu (Pakistan)"
msgstr "Urdu (Pakistan)"
-#: langtab.hrc:193
+#: svtools/inc/langtab.hrc:193
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Urdu (India)"
msgstr "Urdu (India)"
-#: langtab.hrc:194
+#: svtools/inc/langtab.hrc:194
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ukrainian"
msgstr "Ukrainian"
-#: langtab.hrc:195
+#: svtools/inc/langtab.hrc:195
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Uzbek Latin"
msgstr "Uzbek Latin"
-#: langtab.hrc:196
+#: svtools/inc/langtab.hrc:196
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Uzbek Cyrillic"
msgstr "Uzbek Cyrillic"
-#: langtab.hrc:197
+#: svtools/inc/langtab.hrc:197
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Welsh"
msgstr "Welsh"
-#: langtab.hrc:198
+#: svtools/inc/langtab.hrc:198
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Latin"
msgstr "Latin"
-#: langtab.hrc:199
+#: svtools/inc/langtab.hrc:199
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Esperanto"
msgstr "Esperanto"
-#: langtab.hrc:200
+#: svtools/inc/langtab.hrc:200
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kinyarwanda (Rwanda)"
msgstr "Kinyarwanda (Rwanda)"
-#: langtab.hrc:201
+#: svtools/inc/langtab.hrc:201
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maori"
msgstr "Maori"
-#: langtab.hrc:202
+#: svtools/inc/langtab.hrc:202
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Galician"
msgstr "Galician"
-#: langtab.hrc:203
+#: svtools/inc/langtab.hrc:203
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dhivehi"
msgstr "Dhivehi"
-#: langtab.hrc:204
+#: svtools/inc/langtab.hrc:204
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Northern Sotho"
msgstr "Northern Sotho"
-#: langtab.hrc:205
+#: svtools/inc/langtab.hrc:205
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gaelic (Scotland)"
msgstr "Gaelic (Scotland)"
-#: langtab.hrc:206
+#: svtools/inc/langtab.hrc:206
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mongolian Cyrillic"
msgstr "Mongolian Cyrillic"
-#: langtab.hrc:207
+#: svtools/inc/langtab.hrc:207
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mongolian Mongolian"
msgstr "Mongolian Mongolian"
-#: langtab.hrc:208
+#: svtools/inc/langtab.hrc:208
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Interlingua"
msgstr "Interlingua"
-#: langtab.hrc:209
+#: svtools/inc/langtab.hrc:209
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bosnian"
msgstr "Bosnian"
-#: langtab.hrc:210
+#: svtools/inc/langtab.hrc:210
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bengali (Bangladesh)"
msgstr "Bengali (Bangladesh)"
-#: langtab.hrc:211
+#: svtools/inc/langtab.hrc:211
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Occitan"
msgstr "Occitan"
-#: langtab.hrc:212
+#: svtools/inc/langtab.hrc:212
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Khmer"
msgstr "Khmer"
-#: langtab.hrc:213
+#: svtools/inc/langtab.hrc:213
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Northern (Turkey)"
msgstr "Kurdish, Northern (Turkey)"
-#: langtab.hrc:214
+#: svtools/inc/langtab.hrc:214
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Northern (Syria)"
msgstr "Kurdish, Northern (Syria)"
-#: langtab.hrc:215
+#: svtools/inc/langtab.hrc:215
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Central (Iraq)"
msgstr "Kurdish, Central (Iraq)"
-#: langtab.hrc:216
+#: svtools/inc/langtab.hrc:216
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Central (Iran)"
msgstr "Kurdish, Central (Iran)"
-#: langtab.hrc:217
+#: svtools/inc/langtab.hrc:217
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Southern (Iran)"
msgstr "Kurdish, Southern (Iran)"
-#: langtab.hrc:218
+#: svtools/inc/langtab.hrc:218
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kurdish, Southern (Iraq)"
msgstr "Kurdish, Southern (Iraq)"
-#: langtab.hrc:219
+#: svtools/inc/langtab.hrc:219
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian"
msgstr "Sardinian"
-#: langtab.hrc:220
+#: svtools/inc/langtab.hrc:220
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dzongkha"
msgstr "Dzongkha"
-#: langtab.hrc:221
+#: svtools/inc/langtab.hrc:221
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swahili (Tanzania)"
msgstr "Swahili (Tanzania)"
-#: langtab.hrc:222
+#: svtools/inc/langtab.hrc:222
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lao"
msgstr "Lao"
-#: langtab.hrc:223
+#: svtools/inc/langtab.hrc:223
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Irish"
msgstr "Irish"
-#: langtab.hrc:224
+#: svtools/inc/langtab.hrc:224
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tibetan (PR China)"
msgstr "Tibetan (PR China)"
-#: langtab.hrc:225
+#: svtools/inc/langtab.hrc:225
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Georgian"
msgstr "Georgian"
-#: langtab.hrc:226
+#: svtools/inc/langtab.hrc:226
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Frisian"
msgstr "Frisian"
-#: langtab.hrc:227
+#: svtools/inc/langtab.hrc:227
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tswana (South Africa)"
msgstr "Tswana (South Africa)"
-#: langtab.hrc:228
+#: svtools/inc/langtab.hrc:228
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Zulu"
msgstr "Zulu"
-#: langtab.hrc:229
+#: svtools/inc/langtab.hrc:229
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Vietnamese"
msgstr "Vietnamese"
-#: langtab.hrc:230
+#: svtools/inc/langtab.hrc:230
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Breton"
msgstr "Breton"
-#: langtab.hrc:231
+#: svtools/inc/langtab.hrc:231
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kalaallisut"
msgstr "Kalaallisut"
-#: langtab.hrc:232
+#: svtools/inc/langtab.hrc:232
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ndebele, South"
msgstr "Ndebele, South"
-#: langtab.hrc:233
+#: svtools/inc/langtab.hrc:233
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Southern Sotho"
msgstr "Southern Sotho"
-#: langtab.hrc:234
+#: svtools/inc/langtab.hrc:234
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swazi"
msgstr "Swazi"
-#: langtab.hrc:235
+#: svtools/inc/langtab.hrc:235
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tsonga"
msgstr "Tsonga"
-#: langtab.hrc:236
+#: svtools/inc/langtab.hrc:236
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Venda"
msgstr "Venda"
-#: langtab.hrc:237
+#: svtools/inc/langtab.hrc:237
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tswana (Botswana)"
msgstr "Tswana (Botswana)"
-#: langtab.hrc:238
+#: svtools/inc/langtab.hrc:238
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Xhosa"
msgstr "Xhosa"
-#: langtab.hrc:239
+#: svtools/inc/langtab.hrc:239
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sinhala"
msgstr "Sinhala"
-#: langtab.hrc:240
+#: svtools/inc/langtab.hrc:240
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Moore"
msgstr "Moore"
-#: langtab.hrc:241
+#: svtools/inc/langtab.hrc:241
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bambara"
msgstr "Bambara"
-#: langtab.hrc:242
+#: svtools/inc/langtab.hrc:242
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Akan"
msgstr "Akan"
-#: langtab.hrc:243
+#: svtools/inc/langtab.hrc:243
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Luxembourgish"
msgstr "Luxembourgish"
-#: langtab.hrc:244
+#: svtools/inc/langtab.hrc:244
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Friulian"
msgstr "Friulian"
-#: langtab.hrc:245
+#: svtools/inc/langtab.hrc:245
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Fijian"
msgstr "Fijian"
-#: langtab.hrc:246
+#: svtools/inc/langtab.hrc:246
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Afrikaans (Namibia)"
msgstr "Afrikaans (Namibia)"
-#: langtab.hrc:247
+#: svtools/inc/langtab.hrc:247
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Namibia)"
msgstr "English (Namibia)"
-#: langtab.hrc:248
+#: svtools/inc/langtab.hrc:248
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Walloon"
msgstr "Walloon"
-#: langtab.hrc:249
+#: svtools/inc/langtab.hrc:249
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Coptic"
msgstr "Coptic"
-#: langtab.hrc:250
+#: svtools/inc/langtab.hrc:250
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tigrigna (Eritrea)"
msgstr "Tigrigna (Eritrea)"
-#: langtab.hrc:251
+#: svtools/inc/langtab.hrc:251
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tigrigna (Ethiopia)"
msgstr "Tigrigna (Ethiopia)"
-#: langtab.hrc:252
+#: svtools/inc/langtab.hrc:252
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Amharic"
msgstr "Amharic"
-#: langtab.hrc:253
+#: svtools/inc/langtab.hrc:253
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kirghiz"
msgstr "Kirghiz"
-#: langtab.hrc:254
+#: svtools/inc/langtab.hrc:254
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Belgium)"
msgstr "German (Belgium)"
-#: langtab.hrc:255
+#: svtools/inc/langtab.hrc:255
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chuvash"
msgstr "Chuvash"
-#: langtab.hrc:256
+#: svtools/inc/langtab.hrc:256
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Burmese"
msgstr "Burmese"
-#: langtab.hrc:257
+#: svtools/inc/langtab.hrc:257
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hausa (Nigeria)"
msgstr "Hausa (Nigeria)"
-#: langtab.hrc:258
+#: svtools/inc/langtab.hrc:258
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hausa (Ghana)"
msgstr "Hausa (Ghana)"
-#: langtab.hrc:259
+#: svtools/inc/langtab.hrc:259
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Éwé"
msgstr "Éwé"
-#: langtab.hrc:260
+#: svtools/inc/langtab.hrc:260
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Ghana)"
msgstr "English (Ghana)"
-#: langtab.hrc:261
+#: svtools/inc/langtab.hrc:261
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sango"
msgstr "Sango"
-#: langtab.hrc:262
+#: svtools/inc/langtab.hrc:262
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tagalog"
msgstr "Tagalog"
-#: langtab.hrc:263
+#: svtools/inc/langtab.hrc:263
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ganda"
msgstr "Ganda"
-#: langtab.hrc:264
+#: svtools/inc/langtab.hrc:264
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lingala"
msgstr "Lingala"
-#: langtab.hrc:265
+#: svtools/inc/langtab.hrc:265
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Low German"
msgstr "Low German"
-#: langtab.hrc:266
+#: svtools/inc/langtab.hrc:266
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hiligaynon"
msgstr "Hiligaynon"
-#: langtab.hrc:267
+#: svtools/inc/langtab.hrc:267
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nyanja"
msgstr "Nyanja"
-#: langtab.hrc:268
+#: svtools/inc/langtab.hrc:268
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kashubian"
msgstr "Kashubian"
-#: langtab.hrc:269
+#: svtools/inc/langtab.hrc:269
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Cuba)"
msgstr "Spanish (Cuba)"
-#: langtab.hrc:270
+#: svtools/inc/langtab.hrc:270
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tetun (Indonesia)"
msgstr "Tetun (Indonesia)"
-#: langtab.hrc:271
+#: svtools/inc/langtab.hrc:271
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Quechua (Bolivia, North)"
msgstr "Quechua (Bolivia, North)"
-#: langtab.hrc:272
+#: svtools/inc/langtab.hrc:272
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Quechua (Bolivia, South)"
msgstr "Quechua (Bolivia, South)"
-#: langtab.hrc:273
+#: svtools/inc/langtab.hrc:273
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Somali"
msgstr "Somali"
-#: langtab.hrc:274
+#: svtools/inc/langtab.hrc:274
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Inari (Finland)"
msgstr "Sami, Inari (Finland)"
-#: langtab.hrc:275
+#: svtools/inc/langtab.hrc:275
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Lule (Norway)"
msgstr "Sami, Lule (Norway)"
-#: langtab.hrc:276
+#: svtools/inc/langtab.hrc:276
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Lule (Sweden)"
msgstr "Sami, Lule (Sweden)"
-#: langtab.hrc:277
+#: svtools/inc/langtab.hrc:277
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Northern (Finland)"
msgstr "Sami, Northern (Finland)"
-#: langtab.hrc:278
+#: svtools/inc/langtab.hrc:278
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Northern (Norway)"
msgstr "Sami, Northern (Norway)"
-#: langtab.hrc:279
+#: svtools/inc/langtab.hrc:279
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Northern (Sweden)"
msgstr "Sami, Northern (Sweden)"
-#: langtab.hrc:280
+#: svtools/inc/langtab.hrc:280
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Skolt (Finland)"
msgstr "Sami, Skolt (Finland)"
-#: langtab.hrc:281
+#: svtools/inc/langtab.hrc:281
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Southern (Norway)"
msgstr "Sami, Southern (Norway)"
-#: langtab.hrc:282
+#: svtools/inc/langtab.hrc:282
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Southern (Sweden)"
msgstr "Sami, Southern (Sweden)"
-#: langtab.hrc:283
+#: svtools/inc/langtab.hrc:283
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Kildin (Russia)"
msgstr "Sami, Kildin (Russia)"
-#: langtab.hrc:284
+#: svtools/inc/langtab.hrc:284
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Guarani (Paraguay)"
msgstr "Guarani (Paraguay)"
-#: langtab.hrc:285
+#: svtools/inc/langtab.hrc:285
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bodo"
msgstr "Bodo"
-#: langtab.hrc:286
+#: svtools/inc/langtab.hrc:286
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dogri"
msgstr "Dogri"
-#: langtab.hrc:287
+#: svtools/inc/langtab.hrc:287
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maithili"
msgstr "Maithili"
-#: langtab.hrc:288
+#: svtools/inc/langtab.hrc:288
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Santali"
msgstr "Santali"
-#: langtab.hrc:289
+#: svtools/inc/langtab.hrc:289
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tetun (Timor-Leste)"
msgstr "Tetun (Timor-Leste)"
-#: langtab.hrc:290
+#: svtools/inc/langtab.hrc:290
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Turkmen"
msgstr "Turkmen"
-#: langtab.hrc:291
+#: svtools/inc/langtab.hrc:291
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maltese"
msgstr "Maltese"
-#: langtab.hrc:292
+#: svtools/inc/langtab.hrc:292
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tok Pisin"
msgstr "Tok Pisin"
-#: langtab.hrc:293
+#: svtools/inc/langtab.hrc:293
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Shuswap"
msgstr "Shuswap"
-#: langtab.hrc:294
+#: svtools/inc/langtab.hrc:294
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Oromo"
msgstr "Oromo"
-#: langtab.hrc:295
+#: svtools/inc/langtab.hrc:295
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Greek, Ancient"
msgstr "Greek, Ancient"
-#: langtab.hrc:296
+#: svtools/inc/langtab.hrc:296
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yiddish (Israel)"
msgstr "Yiddish (Israel)"
-#: langtab.hrc:297
+#: svtools/inc/langtab.hrc:297
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Quechua (Ecuador)"
msgstr "Quechua (Ecuador)"
-#: langtab.hrc:298
+#: svtools/inc/langtab.hrc:298
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Uyghur"
msgstr "Uyghur"
-#: langtab.hrc:299
+#: svtools/inc/langtab.hrc:299
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Asturian"
msgstr "Asturian"
-#: langtab.hrc:300
+#: svtools/inc/langtab.hrc:300
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sorbian, Upper"
msgstr "Sorbian, Upper"
-#: langtab.hrc:301
+#: svtools/inc/langtab.hrc:301
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sorbian, Lower"
msgstr "Sorbian, Lower"
-#: langtab.hrc:302
+#: svtools/inc/langtab.hrc:302
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Latgalian"
msgstr "Latgalian"
-#: langtab.hrc:303
+#: svtools/inc/langtab.hrc:303
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maore"
msgstr "Maore"
-#: langtab.hrc:304
+#: svtools/inc/langtab.hrc:304
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bushi"
msgstr "Bushi"
-#: langtab.hrc:305
+#: svtools/inc/langtab.hrc:305
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tahitian"
msgstr "Tahitian"
-#: langtab.hrc:306
+#: svtools/inc/langtab.hrc:306
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Malagasy, Plateau"
msgstr "Malagasy, Plateau"
-#: langtab.hrc:307
+#: svtools/inc/langtab.hrc:307
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamentu (Netherlands Antilles)"
msgstr "Papiamentu (Netherlands Antilles)"
-#: langtab.hrc:308
+#: svtools/inc/langtab.hrc:308
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamento (Aruba)"
msgstr "Papiamento (Aruba)"
-#: langtab.hrc:309
+#: svtools/inc/langtab.hrc:309
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Campidanese"
msgstr "Sardinian, Campidanese"
-#: langtab.hrc:310
+#: svtools/inc/langtab.hrc:310
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Gallurese"
msgstr "Sardinian, Gallurese"
-#: langtab.hrc:311
+#: svtools/inc/langtab.hrc:311
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Logudorese"
msgstr "Sardinian, Logudorese"
-#: langtab.hrc:312
+#: svtools/inc/langtab.hrc:312
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Sassarese"
msgstr "Sardinian, Sassarese"
-#: langtab.hrc:313
+#: svtools/inc/langtab.hrc:313
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bafia"
msgstr "Bafia"
-#: langtab.hrc:314
+#: svtools/inc/langtab.hrc:314
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gikuyu"
msgstr "Gikuyu"
-#: langtab.hrc:315
+#: svtools/inc/langtab.hrc:315
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yoruba"
msgstr "Yoruba"
-#: langtab.hrc:316
+#: svtools/inc/langtab.hrc:316
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Rusyn (Ukraine)"
msgstr "Rusyn (Ukraine)"
-#: langtab.hrc:317
+#: svtools/inc/langtab.hrc:317
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Rusyn (Slovakia)"
msgstr "Rusyn (Slovakia)"
-#: langtab.hrc:318
+#: svtools/inc/langtab.hrc:318
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kabyle Latin"
msgstr "Kabyle Latin"
-#: langtab.hrc:319
+#: svtools/inc/langtab.hrc:319
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yiddish (USA)"
msgstr "Yiddish (USA)"
-#: langtab.hrc:320
+#: svtools/inc/langtab.hrc:320
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hawaiian"
msgstr "Hawaiian"
-#: langtab.hrc:321
+#: svtools/inc/langtab.hrc:321
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Limbu"
msgstr "Limbu"
-#: langtab.hrc:322
+#: svtools/inc/langtab.hrc:322
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lojban"
msgstr "Lojban"
-#: langtab.hrc:323
+#: svtools/inc/langtab.hrc:323
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Haitian"
msgstr "Haitian"
-#: langtab.hrc:324
+#: svtools/inc/langtab.hrc:324
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Beembe"
msgstr "Beembe"
-#: langtab.hrc:325
+#: svtools/inc/langtab.hrc:325
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bekwel"
msgstr "Bekwel"
-#: langtab.hrc:326
+#: svtools/inc/langtab.hrc:326
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kituba (Congo)"
msgstr "Kituba (Congo)"
-#: langtab.hrc:327
+#: svtools/inc/langtab.hrc:327
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lari"
msgstr "Lari"
-#: langtab.hrc:328
+#: svtools/inc/langtab.hrc:328
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mbochi"
msgstr "Mbochi"
-#: langtab.hrc:329
+#: svtools/inc/langtab.hrc:329
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Eboo"
msgstr "Teke-Eboo"
-#: langtab.hrc:330
+#: svtools/inc/langtab.hrc:330
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Ibali"
msgstr "Teke-Ibali"
-#: langtab.hrc:331
+#: svtools/inc/langtab.hrc:331
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Tyee"
msgstr "Teke-Tyee"
-#: langtab.hrc:332
+#: svtools/inc/langtab.hrc:332
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Vili"
msgstr "Vili"
-#: langtab.hrc:333
+#: svtools/inc/langtab.hrc:333
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "KeyID"
msgstr "KeyID"
-#: langtab.hrc:334
+#: svtools/inc/langtab.hrc:334
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Latin"
msgstr "Pali Latin"
-#: langtab.hrc:335
+#: svtools/inc/langtab.hrc:335
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kyrgyz (China)"
msgstr "Kyrgyz (China)"
-#: langtab.hrc:336
+#: svtools/inc/langtab.hrc:336
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Komi-Zyrian"
msgstr "Komi-Zyrian"
-#: langtab.hrc:337
+#: svtools/inc/langtab.hrc:337
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Komi-Permyak"
msgstr "Komi-Permyak"
-#: langtab.hrc:338
+#: svtools/inc/langtab.hrc:338
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pitjantjatjara"
msgstr "Pitjantjatjara"
-#: langtab.hrc:339
+#: svtools/inc/langtab.hrc:339
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Malawi)"
msgstr "English (Malawi)"
-#: langtab.hrc:340
+#: svtools/inc/langtab.hrc:340
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Erzya"
msgstr "Erzya"
-#: langtab.hrc:341
+#: svtools/inc/langtab.hrc:341
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mari, Meadow"
msgstr "Mari, Meadow"
-#: langtab.hrc:342
+#: svtools/inc/langtab.hrc:342
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamento (Curaçao)"
msgstr "Papiamento (Aruba)"
-#: langtab.hrc:343
+#: svtools/inc/langtab.hrc:343
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamento (Bonaire)"
msgstr "Papiamento (Bonaire)"
-#: langtab.hrc:344
+#: svtools/inc/langtab.hrc:344
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Khanty"
msgstr "Khanty"
-#: langtab.hrc:345
+#: svtools/inc/langtab.hrc:345
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Livonian"
msgstr "Livonian"
-#: langtab.hrc:346
+#: svtools/inc/langtab.hrc:346
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Moksha"
msgstr "Moksha"
-#: langtab.hrc:347
+#: svtools/inc/langtab.hrc:347
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mari, Hill"
msgstr "Mari, Hill"
-#: langtab.hrc:348
+#: svtools/inc/langtab.hrc:348
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nganasan"
msgstr "Nganasan"
-#: langtab.hrc:349
+#: svtools/inc/langtab.hrc:349
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Olonets"
msgstr "Olonets"
-#: langtab.hrc:350
+#: svtools/inc/langtab.hrc:350
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Veps"
msgstr "Veps"
-#: langtab.hrc:351
+#: svtools/inc/langtab.hrc:351
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Võro"
msgstr "Võro"
-#: langtab.hrc:352
+#: svtools/inc/langtab.hrc:352
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nenets"
msgstr "Nenets"
-#: langtab.hrc:353
+#: svtools/inc/langtab.hrc:353
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Aka (Congo)"
msgstr "Aka (Congo)"
-#: langtab.hrc:354
+#: svtools/inc/langtab.hrc:354
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dibole"
msgstr "Dibole"
-#: langtab.hrc:355
+#: svtools/inc/langtab.hrc:355
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Doondo"
msgstr "Doondo"
-#: langtab.hrc:356
+#: svtools/inc/langtab.hrc:356
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kaamba"
msgstr "Kaamba"
-#: langtab.hrc:357
+#: svtools/inc/langtab.hrc:357
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Koongo (Congo)"
msgstr "Koongo (Congo)"
-#: langtab.hrc:358
+#: svtools/inc/langtab.hrc:358
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kunyi"
msgstr "Kunyi"
-#: langtab.hrc:359
+#: svtools/inc/langtab.hrc:359
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ngungwel"
msgstr "Ngungwel"
-#: langtab.hrc:360
+#: svtools/inc/langtab.hrc:360
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Njyem (Congo)"
msgstr "Njyem (Congo)"
-#: langtab.hrc:361
+#: svtools/inc/langtab.hrc:361
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Punu"
msgstr "Punu"
-#: langtab.hrc:362
+#: svtools/inc/langtab.hrc:362
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Suundi"
msgstr "Suundi"
-#: langtab.hrc:363
+#: svtools/inc/langtab.hrc:363
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Kukuya"
msgstr "Teke-Kukuya"
-#: langtab.hrc:364
+#: svtools/inc/langtab.hrc:364
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tsaangi"
msgstr "Tsaangi"
-#: langtab.hrc:365
+#: svtools/inc/langtab.hrc:365
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yaka"
msgstr "Yaka"
-#: langtab.hrc:366
+#: svtools/inc/langtab.hrc:366
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yombe (Congo)"
msgstr "Yombe (Congo)"
-#: langtab.hrc:367
+#: svtools/inc/langtab.hrc:367
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "N'ko"
msgstr "N'ko"
-#: langtab.hrc:368
+#: svtools/inc/langtab.hrc:368
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Udmurt"
msgstr "Udmurt"
-#: langtab.hrc:369
+#: svtools/inc/langtab.hrc:369
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tibetan (India)"
msgstr "Tibetan (India)"
-#: langtab.hrc:370
+#: svtools/inc/langtab.hrc:370
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Cornish"
msgstr "Cornish"
-#: langtab.hrc:371
+#: svtools/inc/langtab.hrc:371
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sami, Pite (Sweden)"
msgstr "Sami, Pite (Sweden)"
-#: langtab.hrc:372
+#: svtools/inc/langtab.hrc:372
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ngäbere"
msgstr "Ngäbere"
-#: langtab.hrc:373
+#: svtools/inc/langtab.hrc:373
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kumyk"
msgstr "Kumyk"
-#: langtab.hrc:374
+#: svtools/inc/langtab.hrc:374
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nogai"
msgstr "Nogai"
-#: langtab.hrc:375
+#: svtools/inc/langtab.hrc:375
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Karakalpak Latin"
msgstr "Karakalpak Latin"
-#: langtab.hrc:376
+#: svtools/inc/langtab.hrc:376
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ladin"
msgstr "Ladin"
-#: langtab.hrc:377
+#: svtools/inc/langtab.hrc:377
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Burkina Faso)"
msgstr "French (Burkina Faso)"
-#: langtab.hrc:378
+#: svtools/inc/langtab.hrc:378
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Puinave"
msgstr "Puinave"
-#: langtab.hrc:379
+#: svtools/inc/langtab.hrc:379
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maninkakan, Eastern, Latin"
msgstr "Maninkakan, Eastern, Latin"
-#: langtab.hrc:380
+#: svtools/inc/langtab.hrc:380
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Avar"
msgstr "Avar"
-#: langtab.hrc:381
+#: svtools/inc/langtab.hrc:381
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Cree, Plains, Latin"
msgstr "Cree, Plains, Latin"
-#: langtab.hrc:382
+#: svtools/inc/langtab.hrc:382
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Cree, Plains, Syllabics"
msgstr "Cree, Plains, Syllabics"
-#: langtab.hrc:383
+#: svtools/inc/langtab.hrc:383
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lengo"
msgstr "Lengo"
-#: langtab.hrc:384
+#: svtools/inc/langtab.hrc:384
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Côte d'Ivoire)"
msgstr "French (Côte d'Ivoire)"
-#: langtab.hrc:385
+#: svtools/inc/langtab.hrc:385
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Mali)"
msgstr "French (Mali)"
-#: langtab.hrc:386
+#: svtools/inc/langtab.hrc:386
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Senegal)"
msgstr "French (Senegal)"
-#: langtab.hrc:387
+#: svtools/inc/langtab.hrc:387
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Benin)"
msgstr "French (Benin)"
-#: langtab.hrc:388
+#: svtools/inc/langtab.hrc:388
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Niger)"
msgstr "French (Niger)"
-#: langtab.hrc:389
+#: svtools/inc/langtab.hrc:389
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Togo)"
msgstr "French (Togo)"
-#: langtab.hrc:390
+#: svtools/inc/langtab.hrc:390
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kven Finnish"
msgstr "Kven Finnish"
-#: langtab.hrc:391
+#: svtools/inc/langtab.hrc:391
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Venetian"
msgstr "ቬኒሺያን"
-#: langtab.hrc:392
+#: svtools/inc/langtab.hrc:392
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Gambia)"
msgstr "English (Gambia)"
-#: langtab.hrc:393
+#: svtools/inc/langtab.hrc:393
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Aranese"
msgstr "Aranese"
-#: langtab.hrc:394
+#: svtools/inc/langtab.hrc:394
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arpitan (France)"
msgstr "Arpitan (France)"
-#: langtab.hrc:395
+#: svtools/inc/langtab.hrc:395
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arpitan (Italy)"
msgstr "Arpitan (Italy)"
-#: langtab.hrc:396
+#: svtools/inc/langtab.hrc:396
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Arpitan (Switzerland)"
msgstr "Arpitan (Switzerland)"
-#: langtab.hrc:397
+#: svtools/inc/langtab.hrc:397
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Botswana)"
msgstr "English (Botswana)"
-#: langtab.hrc:398
+#: svtools/inc/langtab.hrc:398
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Interlingue Occidental"
msgstr "Interlingue Occidental"
-#: langtab.hrc:399
+#: svtools/inc/langtab.hrc:399
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Apatani"
msgstr "Apatani"
-#: langtab.hrc:400
+#: svtools/inc/langtab.hrc:400
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Mauritius)"
msgstr "ኢንግልዝኛ (ሞሪሸስ)"
-#: langtab.hrc:401
+#: svtools/inc/langtab.hrc:401
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "French (Mauritius)"
msgstr "ፈረንሳይኛ (ሞሪሸስ)"
-#: langtab.hrc:402
+#: svtools/inc/langtab.hrc:402
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Silesian"
msgstr "Silesian"
-#: langtab.hrc:403
+#: svtools/inc/langtab.hrc:403
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hungarian (Szekely-Hungarian Rovas)"
msgstr "Hungarian (Szekely-Hungarian Rovas)"
-#: langtab.hrc:404
+#: svtools/inc/langtab.hrc:404
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Malaysia)"
msgstr "English (Malaysia)"
-#: langtab.hrc:405
+#: svtools/inc/langtab.hrc:405
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Manchu"
msgstr "Manchu"
-#: langtab.hrc:406
+#: svtools/inc/langtab.hrc:406
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Xibe"
msgstr "Xibe"
-#: langtab.hrc:407
+#: svtools/inc/langtab.hrc:407
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kituba (Democratic Republic of the Congo)"
msgstr "Kituba (Democratic Republic of the Congo)"
-#: langtab.hrc:408
+#: svtools/inc/langtab.hrc:408
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Fon"
msgstr "Fon"
-#: langtab.hrc:409
+#: svtools/inc/langtab.hrc:409
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Plautdietsch"
msgstr "Plautdietsch"
-#: templwin.hrc:42
+#: svtools/inc/langtab.hrc:410
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Armenian, Eastern (Russia)"
+msgstr "Armenian, Eastern (Russia)"
+
+#: svtools/inc/langtab.hrc:411
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Armenian, Eastern (Iran)"
+msgstr "Armenian, Eastern (Iran)"
+
+#: svtools/inc/langtab.hrc:412
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Armenian, Western (Armenia)"
+msgstr "Armenian, Western (Armenia)"
+
+#: svtools/inc/langtab.hrc:413
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Armenian, Classic (Armenia)"
+msgstr "Armenian, Classic (Armenia)"
+
+#: svtools/inc/templwin.hrc:42
msgctxt "STRARY_SVT_DOCINFO"
msgid "Title"
msgstr "አርእስት"
-#: templwin.hrc:43
+#: svtools/inc/templwin.hrc:43
msgctxt "STRARY_SVT_DOCINFO"
msgid "By"
msgstr "በ"
-#: templwin.hrc:44
+#: svtools/inc/templwin.hrc:44
msgctxt "STRARY_SVT_DOCINFO"
msgid "Date"
msgstr "ቀን"
-#: templwin.hrc:45
+#: svtools/inc/templwin.hrc:45
msgctxt "STRARY_SVT_DOCINFO"
msgid "Keywords"
msgstr "ቁልፍ ቃል"
-#: templwin.hrc:46
+#: svtools/inc/templwin.hrc:46
msgctxt "STRARY_SVT_DOCINFO"
msgid "Description"
msgstr "መግለጫ"
-#: templwin.hrc:47
+#: svtools/inc/templwin.hrc:47
msgctxt "STRARY_SVT_DOCINFO"
msgid "Type"
msgstr "አይነት"
-#: templwin.hrc:48
+#: svtools/inc/templwin.hrc:48
msgctxt "STRARY_SVT_DOCINFO"
msgid "Modified on"
msgstr "ተሻሽሏል በ"
-#: templwin.hrc:49
+#: svtools/inc/templwin.hrc:49
msgctxt "STRARY_SVT_DOCINFO"
msgid "Modified by"
msgstr "የተሻሻለው በ"
-#: templwin.hrc:50
+#: svtools/inc/templwin.hrc:50
msgctxt "STRARY_SVT_DOCINFO"
msgid "Printed on"
msgstr "የታተመው በ"
-#: templwin.hrc:51
+#: svtools/inc/templwin.hrc:51
msgctxt "STRARY_SVT_DOCINFO"
msgid "Printed by"
msgstr "የታተመው በ"
-#: templwin.hrc:52
+#: svtools/inc/templwin.hrc:52
msgctxt "STRARY_SVT_DOCINFO"
msgid "Subject"
msgstr "ጉዳዩ"
-#: templwin.hrc:53
+#: svtools/inc/templwin.hrc:53
msgctxt "STRARY_SVT_DOCINFO"
msgid "Size"
msgstr "መጠን"
-#: addresstemplatedialog.ui:9
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:9
msgctxt "addresstemplatedialog|AddressTemplateDialog"
msgid "Templates: Address Book Assignment"
msgstr "ቴምፕሌቶች: የ አድራሻ ደብተር ስራ"
-#: addresstemplatedialog.ui:104
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:104
msgctxt "addresstemplatedialog|label33"
msgid "Data source:"
msgstr "የ ዳታ ምንጭ:"
-#: addresstemplatedialog.ui:118
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:118
msgctxt "addresstemplatedialog|label43"
msgid "Table:"
msgstr "ሰንጠረዥ:"
-#: addresstemplatedialog.ui:165
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:163
msgctxt "addresstemplatedialog|admin"
msgid "_Address Data Source..."
msgstr "የ _አድራሻ ዳታ ምንጭ..."
-#: addresstemplatedialog.ui:187
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:185
msgctxt "addresstemplatedialog|label100"
msgid "Address Book Source"
msgstr "የ አድራሻ ደብተር ምንጭ"
-#: addresstemplatedialog.ui:522
+#: svtools/uiconfig/ui/addresstemplatedialog.ui:520
msgctxt "addresstemplatedialog|label23"
msgid "Field Assignment"
msgstr "የ ሜዳ ስራ"
-#: fileviewmenu.ui:12
+#: svtools/uiconfig/ui/fileviewmenu.ui:12
msgctxt "fileviewmenu|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: fileviewmenu.ui:20
+#: svtools/uiconfig/ui/fileviewmenu.ui:20
msgctxt "fileviewmenu|rename"
msgid "_Rename"
msgstr "_እንደገና መሰየሚያ"
-#: graphicexport.ui:31
+#: svtools/uiconfig/ui/graphicexport.ui:31
msgctxt "graphicexport|liststore1"
msgid "pixels/cm"
msgstr "ፒክስልስ/ሴ/ሚ"
-#: graphicexport.ui:34
+#: svtools/uiconfig/ui/graphicexport.ui:34
msgctxt "graphicexport|liststore1"
msgid "pixels/inch"
msgstr "ፒክስልስ/ኢንችስ"
-#: graphicexport.ui:37
+#: svtools/uiconfig/ui/graphicexport.ui:37
msgctxt "graphicexport|liststore1"
msgid "pixels/meter"
msgstr "ፒክስልስ/ሚትር"
-#: graphicexport.ui:48
+#: svtools/uiconfig/ui/graphicexport.ui:48
msgctxt "graphicexport|liststore2"
msgid "inches"
msgstr "ኢንችስ"
-#: graphicexport.ui:51
+#: svtools/uiconfig/ui/graphicexport.ui:51
msgctxt "graphicexport|liststore2"
msgid "cm"
msgstr "ሴ/ሚ"
-#: graphicexport.ui:54
+#: svtools/uiconfig/ui/graphicexport.ui:54
msgctxt "graphicexport|liststore2"
msgid "mm"
msgstr "ሚ/ሚ"
-#: graphicexport.ui:57
+#: svtools/uiconfig/ui/graphicexport.ui:57
msgctxt "graphicexport|liststore2"
msgid "points"
msgstr "ነጥቦች"
-#: graphicexport.ui:60
+#: svtools/uiconfig/ui/graphicexport.ui:60
msgctxt "graphicexport|liststore2"
msgid "pixels"
msgstr "ፒክስልስ"
-#: graphicexport.ui:67
+#: svtools/uiconfig/ui/graphicexport.ui:67
msgctxt "graphicexport|GraphicExportDialog"
msgid "%1 Options"
msgstr "%1 ምርጫዎች"
-#: graphicexport.ui:159
+#: svtools/uiconfig/ui/graphicexport.ui:159
msgctxt "graphicexport|label5"
msgid "Width:"
msgstr "ስፋት:"
-#: graphicexport.ui:173
+#: svtools/uiconfig/ui/graphicexport.ui:173
msgctxt "graphicexport|label6"
msgid "Height:"
msgstr "እርዝመት:"
-#: graphicexport.ui:187
+#: svtools/uiconfig/ui/graphicexport.ui:187
msgctxt "graphicexport|resolutionft"
msgid "Resolution:"
msgstr "ሪዞሊሽን:"
-#: graphicexport.ui:271
+#: svtools/uiconfig/ui/graphicexport.ui:268
msgctxt "graphicexport|label1"
msgid "Size"
msgstr "መጠን"
-#: graphicexport.ui:307
+#: svtools/uiconfig/ui/graphicexport.ui:304
msgctxt "graphicexport|label2"
msgid "Color Depth"
msgstr "የ ቀለም ጥልቀት"
-#: graphicexport.ui:370
+#: svtools/uiconfig/ui/graphicexport.ui:366
msgctxt "graphicexport|label9"
msgid "Quality"
msgstr "ጥራት"
-#: graphicexport.ui:433
+#: svtools/uiconfig/ui/graphicexport.ui:428
msgctxt "graphicexport|label"
msgid "Compression"
msgstr "ማመቂያ"
-#: graphicexport.ui:459
+#: svtools/uiconfig/ui/graphicexport.ui:454
msgctxt "graphicexport|rlecb"
msgid "RLE encoding"
msgstr "RLE encoding"
-#: graphicexport.ui:474
+#: svtools/uiconfig/ui/graphicexport.ui:470
msgctxt "graphicexport|label3"
msgid "Compression"
msgstr "ማመቂያ"
-#: graphicexport.ui:500
+#: svtools/uiconfig/ui/graphicexport.ui:496
msgctxt "graphicexport|interlacedcb"
msgid "Interlaced"
msgstr "የተሳሰራ"
-#: graphicexport.ui:515
+#: svtools/uiconfig/ui/graphicexport.ui:512
msgctxt "graphicexport|label12"
msgid "Mode"
msgstr "ዘዴ"
-#: graphicexport.ui:541
+#: svtools/uiconfig/ui/graphicexport.ui:538
msgctxt "graphicexport|savetransparencycb"
msgid "Save transparency"
msgstr "ግልጽነቱን ማስቀመጫ"
-#: graphicexport.ui:556
+#: svtools/uiconfig/ui/graphicexport.ui:554
msgctxt "graphicexport|labe"
msgid "Drawing Objects"
msgstr "እቃዎች መሳያ"
-#: graphicexport.ui:586
+#: svtools/uiconfig/ui/graphicexport.ui:584
msgctxt "graphicexport|binarycb"
msgid "Binary"
msgstr "Binary"
-#: graphicexport.ui:601
+#: svtools/uiconfig/ui/graphicexport.ui:600
msgctxt "graphicexport|textcb"
msgid "Text"
msgstr "ጽሁፍ"
-#: graphicexport.ui:623
+#: svtools/uiconfig/ui/graphicexport.ui:623
msgctxt "graphicexport|label16"
msgid "Encoding"
msgstr "Encoding"
-#: graphicexport.ui:657
+#: svtools/uiconfig/ui/graphicexport.ui:657
msgctxt "graphicexport|tiffpreviewcb"
msgid "Image preview (TIFF)"
msgstr "የምስል ቅድመ እይታ (TIFF)"
-#: graphicexport.ui:672
+#: svtools/uiconfig/ui/graphicexport.ui:673
msgctxt "graphicexport|epsipreviewcb"
msgid "Interchange (EPSI)"
msgstr "ማቀያየሪያ (EPSI)"
-#: graphicexport.ui:692
+#: svtools/uiconfig/ui/graphicexport.ui:694
msgctxt "graphicexport|label17"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: graphicexport.ui:722
+#: svtools/uiconfig/ui/graphicexport.ui:724
msgctxt "graphicexport|color1rb"
msgid "Color"
msgstr "ቀለም"
-#: graphicexport.ui:737
+#: svtools/uiconfig/ui/graphicexport.ui:740
msgctxt "graphicexport|color2rb"
msgid "Grayscale"
msgstr "ግራጫማ"
-#: graphicexport.ui:759
+#: svtools/uiconfig/ui/graphicexport.ui:763
msgctxt "graphicexport|label18"
msgid "Color Format"
msgstr "የ ቀለም አቀራረብ"
-#: graphicexport.ui:789
+#: svtools/uiconfig/ui/graphicexport.ui:793
msgctxt "graphicexport|level1rb"
msgid "Level 1"
msgstr "ደረጃ 1"
-#: graphicexport.ui:804
+#: svtools/uiconfig/ui/graphicexport.ui:809
msgctxt "graphicexport|level2rb"
msgid "Level 2"
msgstr "ደረጃ 2"
-#: graphicexport.ui:826
+#: svtools/uiconfig/ui/graphicexport.ui:832
msgctxt "graphicexport|label19"
msgid "Version"
msgstr "እትም"
-#: graphicexport.ui:856
+#: svtools/uiconfig/ui/graphicexport.ui:862
msgctxt "graphicexport|compresslzw"
msgid "LZW encoding"
msgstr "LZW encoding"
-#: graphicexport.ui:871
+#: svtools/uiconfig/ui/graphicexport.ui:878
msgctxt "graphicexport|compressnone"
msgid "None"
msgstr "ምንም"
-#: graphicexport.ui:893
+#: svtools/uiconfig/ui/graphicexport.ui:901
msgctxt "graphicexport|label20"
msgid "Compression"
msgstr "ማመቂያ"
-#: graphicexport.ui:939
+#: svtools/uiconfig/ui/graphicexport.ui:947
msgctxt "graphicexport|label4"
msgid "Information"
msgstr "መረጃ"
-#: javadisableddialog.ui:8
+#: svtools/uiconfig/ui/javadisableddialog.ui:7
msgctxt "javadisableddialog|JavaDisabledDialog"
msgid "Enable JRE?"
msgstr "Enable JRE?"
-#: javadisableddialog.ui:13
+#: svtools/uiconfig/ui/javadisableddialog.ui:13
msgctxt "javadisableddialog|JavaDisabledDialog"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. However, use of a JRE has been disabled. Do you want to enable the use of a JRE now?"
msgstr "%PRODUCTNAME የ Java runtime environment (JRE) ያስፈልጋል: ይህን ስራ ለመፈጸም: ነገር ግን የ JRE መጠቀሚያ ተሰናክሏል: የ JRE መጠቀሚያ አሁን ማስቻል እና መጠቀም ይፈልጋሉ?"
-#: placeedit.ui:22
+#: svtools/uiconfig/ui/placeedit.ui:18
+msgctxt "placeedit|PlaceEditDialog"
+msgid "File Services"
+msgstr "የ ፋይል ግልጋሎቶች"
+
+#: svtools/uiconfig/ui/placeedit.ui:111
+msgctxt "placeedit|typeLabel"
+msgid "Type:"
+msgstr "አይነት:"
+
+#: svtools/uiconfig/ui/placeedit.ui:127
msgctxt "placeedit|liststore1"
msgid "WebDAV"
msgstr "WebDAV"
-#: placeedit.ui:25
+#: svtools/uiconfig/ui/placeedit.ui:128
msgctxt "placeedit|liststore1"
msgid "FTP"
msgstr "FTP"
-#: placeedit.ui:28
+#: svtools/uiconfig/ui/placeedit.ui:129
msgctxt "placeedit|liststore1"
msgid "SSH"
msgstr "SSH"
-#: placeedit.ui:31
+#: svtools/uiconfig/ui/placeedit.ui:130
msgctxt "placeedit|liststore1"
msgid "Windows Share"
msgstr "መስኮት ማካፈያ"
-#: placeedit.ui:39
-msgctxt "placeedit|PlaceEditDialog"
-msgid "File Services"
-msgstr "የ ፋይል ግልጋሎቶች"
-
-#: placeedit.ui:130
-msgctxt "placeedit|typeLabel"
-msgid "Type:"
-msgstr "አይነት:"
-
-#: placeedit.ui:175
+#: svtools/uiconfig/ui/placeedit.ui:155
msgctxt "placeedit|hostLabel"
msgid "Host:"
msgstr "ጋባዥ:"
-#: placeedit.ui:189
+#: svtools/uiconfig/ui/placeedit.ui:169
msgctxt "placeedit|pathLabel"
msgid "Root:"
msgstr "Root:"
-#: placeedit.ui:215
+#: svtools/uiconfig/ui/placeedit.ui:195
msgctxt "placeedit|shareLabel"
msgid "Share:"
msgstr "ማካፈያ:"
-#: placeedit.ui:241
+#: svtools/uiconfig/ui/placeedit.ui:221
msgctxt "placeedit|repositoryLabel"
msgid "Repository:"
msgstr "ማጠራቀሚያ:"
-#: placeedit.ui:252
+#: svtools/uiconfig/ui/placeedit.ui:233
msgctxt "placeedit|webdavs"
msgid "Secure connection"
msgstr "አስተማማኝ ግንኙነት"
-#: placeedit.ui:269
+#: svtools/uiconfig/ui/placeedit.ui:250
msgctxt "placeedit|loginLabel"
msgid "User:"
msgstr "ተጠቃሚ:"
-#: placeedit.ui:295
+#: svtools/uiconfig/ui/placeedit.ui:276
msgctxt "placeedit|nameLabel"
msgid "Label:"
msgstr "ምልክቶች:"
-#: placeedit.ui:339
+#: svtools/uiconfig/ui/placeedit.ui:320
msgctxt "placeedit|portLabel"
msgid "Port:"
msgstr "Port:"
-#: placeedit.ui:414
+#: svtools/uiconfig/ui/placeedit.ui:392
msgctxt "placeedit|passwordLabel"
msgid "Password:"
msgstr "የ መግቢያ ቃል:"
-#: placeedit.ui:436
+#: svtools/uiconfig/ui/placeedit.ui:415
msgctxt "placeedit|rememberPassword"
msgid "Remember password"
msgstr "የ መግቢያ ቃሉን አስታውስ"
-#: printersetupdialog.ui:8
+#: svtools/uiconfig/ui/printersetupdialog.ui:8
msgctxt "printersetupdialog|PrinterSetupDialog"
msgid "Printer Setup"
msgstr "ማተሚያ ማሰናጃ"
-#: printersetupdialog.ui:37
+#: svtools/uiconfig/ui/printersetupdialog.ui:40
msgctxt "printersetupdialog|options"
msgid "Options..."
msgstr "ምርጫዎች..."
-#: printersetupdialog.ui:111
+#: svtools/uiconfig/ui/printersetupdialog.ui:112
msgctxt "printersetupdialog|label2"
msgid "Name:"
msgstr "ስም:"
-#: printersetupdialog.ui:125
+#: svtools/uiconfig/ui/printersetupdialog.ui:126
msgctxt "printersetupdialog|label3"
msgid "Status:"
msgstr "ሁኔታው:"
-#: printersetupdialog.ui:137
+#: svtools/uiconfig/ui/printersetupdialog.ui:138
msgctxt "printersetupdialog|label4"
msgid "Type:"
msgstr "አይነት:"
-#: printersetupdialog.ui:149
+#: svtools/uiconfig/ui/printersetupdialog.ui:150
msgctxt "printersetupdialog|label5"
msgid "Location:"
msgstr "አካባቢ:"
-#: printersetupdialog.ui:161
+#: svtools/uiconfig/ui/printersetupdialog.ui:162
msgctxt "printersetupdialog|label6"
msgid "Comment:"
msgstr "አስተያየት:"
-#: printersetupdialog.ui:218
+#: svtools/uiconfig/ui/printersetupdialog.ui:220
msgctxt "printersetupdialog|properties"
msgid "Properties..."
msgstr "ባህሪዎች..."
-#: printersetupdialog.ui:247
+#: svtools/uiconfig/ui/printersetupdialog.ui:249
msgctxt "printersetupdialog|label1"
msgid "Printer"
msgstr "ማተሚያ"
-#: querydeletedialog.ui:8
+#: svtools/uiconfig/ui/querydeletedialog.ui:7
msgctxt "querydeletedialog|QueryDeleteDialog"
msgid "Confirm Delete"
msgstr "ማጥፋቱን ያረጋግጡ"
-#: querydeletedialog.ui:13
+#: svtools/uiconfig/ui/querydeletedialog.ui:13
msgctxt "querydeletedialog|QueryDeleteDialog"
msgid "Are you sure you want to delete the selected data?"
msgstr "በእርግጥ የተመረጠውን ዳታ ማጥፋት ይፈልጋሉ?"
-#: querydeletedialog.ui:14
+#: svtools/uiconfig/ui/querydeletedialog.ui:14
msgctxt "querydeletedialog|QueryDeleteDialog"
msgid "Entry: %s"
msgstr "ማስገቢያ: %s"
-#: querydeletedialog.ui:26
+#: svtools/uiconfig/ui/querydeletedialog.ui:25
msgctxt "querydeletedialog|yes"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: querydeletedialog.ui:42
+#: svtools/uiconfig/ui/querydeletedialog.ui:41
msgctxt "querydeletedialog|all"
msgid "Delete _All"
msgstr "_ሁሉንም ማጥፊያ"
-#: querydeletedialog.ui:57
+#: svtools/uiconfig/ui/querydeletedialog.ui:56
msgctxt "querydeletedialog|no"
msgid "Do _Not Delete"
msgstr "_አታጥፋ"
-#: restartdialog.ui:8
+#: svtools/uiconfig/ui/restartdialog.ui:8
msgctxt "restartdialog|RestartDialog"
msgid "Restart %PRODUCTNAME"
msgstr "እንደገና ማስጀመሪያ %PRODUCTNAME"
-#: restartdialog.ui:23
+#: svtools/uiconfig/ui/restartdialog.ui:26
msgctxt "restartdialog|yes"
msgid "Restart Now"
msgstr "አሁን እንደገና ማስጀመሪያ:"
-#: restartdialog.ui:38
+#: svtools/uiconfig/ui/restartdialog.ui:41
msgctxt "restartdialog|no"
msgid "Restart Later"
msgstr "በኋላ እንደገና ማስጀመሪያ"
-#: restartdialog.ui:67
+#: svtools/uiconfig/ui/restartdialog.ui:70
msgctxt "restartdialog|reason_java"
msgid "For the selected Java runtime environment to work properly, %PRODUCTNAME must be restarted."
msgstr "የተመረጠው የ Java runtime environment በትክክል እንዲሰራ %PRODUCTNAME እንደገና ማስጀመር አለብዎት"
-#: restartdialog.ui:82
+#: svtools/uiconfig/ui/restartdialog.ui:85
msgctxt "restartdialog|reason_mailmerge_install"
msgid "For mail merge to work properly, %PRODUCTNAME must be restarted."
msgstr "የ ደብዳቤ ማዋሀጃ በትክክል እንዲሰራ %PRODUCTNAME እንደገና ማስጀመር ያስፈልጋል"
-#: restartdialog.ui:97
+#: svtools/uiconfig/ui/restartdialog.ui:100
msgctxt "restartdialog|reason_pdf"
msgid "For the modified default print job format to take effect, %PRODUCTNAME must be restarted."
msgstr "የ ተሻሻለውን የ ሕትመት ስራ አቀራረብ በ ትክክል እንዲሰራ %PRODUCTNAME እንደገና ማስጀመር ያስፈልጋል"
-#: restartdialog.ui:112
+#: svtools/uiconfig/ui/restartdialog.ui:115
msgctxt "restartdialog|reason_bibliography_install"
msgid "For the bibliography to work properly, %PRODUCTNAME must be restarted."
msgstr "የ ጽሁፎች ዝርዝር በ ትክክል እንዲሰራ %PRODUCTNAME እንደገና ማስጀመር ያስፈልጋል"
-#: restartdialog.ui:127
+#: svtools/uiconfig/ui/restartdialog.ui:130
msgctxt "restartdialog|reason_assigning_folders"
msgid "For the assigned folders and archives to take effect, %PRODUCTNAME must be restarted."
msgstr "የ ተሻሻለው ፎልደር እና ማህደር ውጤታማ እንዲሆን %PRODUCTNAME እንደገና ማስጀመር አለብዎት"
-#: restartdialog.ui:142
+#: svtools/uiconfig/ui/restartdialog.ui:145
msgctxt "restartdialog|reason_assigning_javaparameters"
msgid "For the assigned Java parameters to take effect, %PRODUCTNAME must be restarted."
msgstr "የ ተጨመረው Java parameters መንገድ ውጤታማ እንዲሆን %PRODUCTNAME እንደገና ማስጀመር አለብዎት"
-#: restartdialog.ui:157
+#: svtools/uiconfig/ui/restartdialog.ui:160
msgctxt "restartdialog|reason_adding_path"
msgid "For the added path to take effect, %PRODUCTNAME must be restarted."
msgstr "ለ ተጨመረው መንገድ ውጤታማ እንዲሆን %PRODUCTNAME እንደገና ማስጀመር አለብዎት"
-#: restartdialog.ui:172
+#: svtools/uiconfig/ui/restartdialog.ui:175
msgctxt "restartdialog|reason_language_change"
msgid "For the updated language settings to take effect, %PRODUCTNAME must be restarted."
msgstr "ለ ተሻሻለው ቋንቋ ማሰናጃ ውጤታማ እንዲሆን %PRODUCTNAME እንደገና ማስጀመር አለብዎት"
-#: restartdialog.ui:187
+#: svtools/uiconfig/ui/restartdialog.ui:190
msgctxt "restartdialog|reason_exp_features"
msgid "For the modified experimental features to take effect, %PRODUCTNAME must be restarted."
msgstr "የ ተሻሻለውን የ ሙከራ ገጽታ በትክክል እንዲሰራ %PRODUCTNAME እንደገና ማስጀመር ያስፈልጋል"
-#: restartdialog.ui:202
+#: svtools/uiconfig/ui/restartdialog.ui:205
msgctxt "restartdialog|reason_extension_install"
msgid "For the extension to work properly, %PRODUCTNAME must be restarted."
msgstr "ተጨማሪው በትክክል እንዲሰራ %PRODUCTNAME እንደገና ማስጀመር ያስፈልጋል"
-#: restartdialog.ui:217
+#: svtools/uiconfig/ui/restartdialog.ui:220
msgctxt "restartdialog|reason_opengl"
msgid "For the OpenGL changes to take effect, %PRODUCTNAME must be restarted."
msgstr "የ OpenGL ለውጦች በትክክል እንዲሰሩ %PRODUCTNAME እንደገና ማስጀመር ያስፈልጋል"
-#: restartdialog.ui:232
+#: svtools/uiconfig/ui/restartdialog.ui:235
msgctxt "restartdialog|label"
msgid "Do you want to restart %PRODUCTNAME now?"
msgstr "አሁን እንደገና ማስጀመር %PRODUCTNAME ይፈልጋሉ?"
-#: strings.hrc:25
+#: include/svtools/strings.hrc:25
msgctxt "STR_UNDO"
msgid "Undo: "
msgstr "መተው: "
-#: strings.hrc:26
+#: include/svtools/strings.hrc:26
msgctxt "STR_REDO"
msgid "Re~do: "
msgstr "እንደገና~መስሪያ : "
-#: strings.hrc:27
+#: include/svtools/strings.hrc:27
msgctxt "STR_REPEAT"
msgid "~Repeat: "
msgstr "~መድገሚያ: "
-#: strings.hrc:29
+#: include/svtools/strings.hrc:29
msgctxt "STR_FORMAT_STRING"
msgid "Unformatted text"
-msgstr "በትክክል ያልቀረበ ጽሁፍ"
+msgstr "በ ትክክል ያልቀረበ ጽሁፍ"
-#: strings.hrc:30
+#: include/svtools/strings.hrc:30
msgctxt "STR_FORMAT_ID_STRING_TSVC"
-msgid "Unformatted text [TSV-Calc]"
-msgstr "በ ትክክል ያለቀረበ ጽሁፍ [TSV-Calc]"
+msgid "Unformatted text (TSV-Calc)"
+msgstr ""
-#: strings.hrc:31
+#: include/svtools/strings.hrc:31
msgctxt "STR_FORMAT_BITMAP"
-msgid "Bitmap"
-msgstr "Bitmap"
+msgid "Bitmap Image (BMP)"
+msgstr ""
-#: strings.hrc:32
+#: include/svtools/strings.hrc:32
msgctxt "STR_FORMAT_GDIMETAFILE"
-msgid "GDI metafile"
-msgstr "GDI metafile"
+msgid "Graphics Device Interface metafile (GDI)"
+msgstr ""
-#: strings.hrc:33
+#: include/svtools/strings.hrc:33
msgctxt "STR_FORMAT_RTF"
-msgid "Formatted text [RTF]"
-msgstr "በትክክል የቀረበ ጽሁፍ [RTF]"
+msgid "Rich text formatting (RTF)"
+msgstr ""
-#: strings.hrc:34
+#: include/svtools/strings.hrc:34
msgctxt "STR_FORMAT_ID_RICHTEXT"
-msgid "Formatted text [Richtext]"
-msgstr "የ ጽሁፍ አቀራረብ [Richtext]"
+msgid "Rich text formatting (Richtext)"
+msgstr ""
-#: strings.hrc:35
+#: include/svtools/strings.hrc:35
msgctxt "STR_FORMAT_ID_DRAWING"
-msgid "Drawing format"
-msgstr "Drawing format"
+msgid "%PRODUCTNAME drawing format"
+msgstr ""
-#: strings.hrc:36
+#: include/svtools/strings.hrc:36
msgctxt "STR_FORMAT_ID_SVXB"
-msgid "SVXB (StarView bitmap/animation)"
-msgstr "SVXB (StarView bitmap/animation)"
+msgid "StarView bitmap/animation (SVXB)"
+msgstr ""
-#: strings.hrc:37
+#: include/svtools/strings.hrc:37
msgctxt "STR_FORMAT_ID_INTERNALLINK_STATE"
msgid "Status Info from Svx Internal Link"
msgstr "Status Info from Svx Internal Link"
-#: strings.hrc:38
+#: include/svtools/strings.hrc:38
msgctxt "STR_FORMAT_ID_SOLK"
-msgid "SOLK (%PRODUCTNAME Link)"
-msgstr "SOLK (%PRODUCTNAME Link)"
+msgid "%PRODUCTNAME Link (SOLK)"
+msgstr ""
-#: strings.hrc:39
+#: include/svtools/strings.hrc:39
msgctxt "STR_FORMAT_ID_NETSCAPE_BOOKMARK"
msgid "Netscape Bookmark"
msgstr "Netscape ምልክት ማድረጊያ"
-#: strings.hrc:40
+#: include/svtools/strings.hrc:40
msgctxt "STR_FORMAT_ID_STARSERVER"
msgid "Star server format"
msgstr "Star server format"
-#: strings.hrc:41
+#: include/svtools/strings.hrc:41
msgctxt "STR_FORMAT_ID_STAROBJECT"
msgid "Star object format"
msgstr "Star object format"
-#: strings.hrc:42
+#: include/svtools/strings.hrc:42
msgctxt "STR_FORMAT_ID_APPLETOBJECT"
msgid "Applet object"
msgstr "Applet object"
-#: strings.hrc:43
+#: include/svtools/strings.hrc:43
msgctxt "STR_FORMAT_ID_PLUGIN_OBJECT"
msgid "Plug-in object"
msgstr "ተሰኪ-እቃ"
-#: strings.hrc:44
+#: include/svtools/strings.hrc:44
msgctxt "STR_FORMAT_ID_STARWRITER_30"
msgid "StarWriter 3.0 object"
msgstr "StarWriter 3.0 object"
-#: strings.hrc:45
+#: include/svtools/strings.hrc:45
msgctxt "STR_FORMAT_ID_STARWRITER_40"
msgid "StarWriter 4.0 object"
msgstr "StarWriter 4.0 object"
-#: strings.hrc:46
+#: include/svtools/strings.hrc:46
msgctxt "STR_FORMAT_ID_STARWRITER_50"
msgid "StarWriter 5.0 object"
msgstr "StarWriter 5.0 object"
-#: strings.hrc:47
+#: include/svtools/strings.hrc:47
msgctxt "STR_FORMAT_ID_STARWRITERWEB_40"
msgid "StarWriter/Web 4.0 object"
msgstr "StarWriter/Web 4.0 object"
-#: strings.hrc:48
+#: include/svtools/strings.hrc:48
msgctxt "STR_FORMAT_ID_STARWRITERWEB_50"
msgid "StarWriter/Web 5.0 object"
msgstr "StarWriter/Web 5.0 object"
-#: strings.hrc:49
+#: include/svtools/strings.hrc:49
msgctxt "STR_FORMAT_ID_STARWRITERGLOB_40"
msgid "StarWriter/Master 4.0 object"
msgstr "StarWriter/Master 4.0 object"
-#: strings.hrc:50
+#: include/svtools/strings.hrc:50
msgctxt "STR_FORMAT_ID_STARWRITERGLOB_50"
msgid "StarWriter/Master 5.0 object"
msgstr "StarWriter/Master 5.0 object"
-#: strings.hrc:51
+#: include/svtools/strings.hrc:51
msgctxt "STR_FORMAT_ID_STARDRAW"
msgid "StarDraw object"
msgstr "StarDraw object"
-#: strings.hrc:52
+#: include/svtools/strings.hrc:52
msgctxt "STR_FORMAT_ID_STARDRAW_40"
msgid "StarDraw 4.0 object"
msgstr "StarDraw 4.0 object"
-#: strings.hrc:53
+#: include/svtools/strings.hrc:53
msgctxt "STR_FORMAT_ID_STARIMPRESS_50"
msgid "StarImpress 5.0 object"
msgstr "StarImpress 5.0 object"
-#: strings.hrc:54
+#: include/svtools/strings.hrc:54
msgctxt "STR_FORMAT_ID_STARDRAW_50"
msgid "StarDraw 5.0 object"
msgstr "StarDraw 5.0 object"
-#: strings.hrc:55
+#: include/svtools/strings.hrc:55
msgctxt "STR_FORMAT_ID_STARCALC"
msgid "StarCalc object"
msgstr "StarCalc object"
-#: strings.hrc:56
+#: include/svtools/strings.hrc:56
msgctxt "STR_FORMAT_ID_STARCALC_40"
msgid "StarCalc 4.0 object"
msgstr "StarCalc 4.0 object"
-#: strings.hrc:57
+#: include/svtools/strings.hrc:57
msgctxt "STR_FORMAT_ID_STARCALC_50"
msgid "StarCalc 5.0 object"
msgstr "StarCalc 5.0 object"
-#: strings.hrc:58
+#: include/svtools/strings.hrc:58
msgctxt "STR_FORMAT_ID_STARCHART"
msgid "StarChart object"
msgstr "StarChart object"
-#: strings.hrc:59
+#: include/svtools/strings.hrc:59
msgctxt "STR_FORMAT_ID_STARCHART_40"
msgid "StarChart 4.0 object"
msgstr "StarChart 4.0 object"
-#: strings.hrc:60
+#: include/svtools/strings.hrc:60
msgctxt "STR_FORMAT_ID_STARCHART_50"
msgid "StarChart 5.0 object"
msgstr "StarChart 5.0 object"
-#: strings.hrc:61
+#: include/svtools/strings.hrc:61
msgctxt "STR_FORMAT_ID_STARIMAGE"
msgid "StarImage object"
msgstr "StarImage object"
-#: strings.hrc:62
+#: include/svtools/strings.hrc:62
msgctxt "STR_FORMAT_ID_STARIMAGE_40"
msgid "StarImage 4.0 object"
msgstr "StarImage 4.0 object"
-#: strings.hrc:63
+#: include/svtools/strings.hrc:63
msgctxt "STR_FORMAT_ID_STARIMAGE_50"
msgid "StarImage 5.0 object"
msgstr "StarImage 5.0 object"
-#: strings.hrc:64
+#: include/svtools/strings.hrc:64
msgctxt "STR_FORMAT_ID_STARMATH"
msgid "StarMath object"
msgstr "StarMath object"
-#: strings.hrc:65
+#: include/svtools/strings.hrc:65
msgctxt "STR_FORMAT_ID_STARMATH_40"
msgid "StarMath 4.0 object"
msgstr "StarMath 4.0 object"
-#: strings.hrc:66
+#: include/svtools/strings.hrc:66
msgctxt "STR_FORMAT_ID_STARMATH_50"
msgid "StarMath 5.0 object"
msgstr "StarMath 5.0 object"
-#: strings.hrc:67
+#: include/svtools/strings.hrc:67
msgctxt "STR_FORMAT_ID_STAROBJECT_PAINTDOC"
msgid "StarObject Paint object"
msgstr "StarObject Paint object"
-#: strings.hrc:68
+#: include/svtools/strings.hrc:68
msgctxt "STR_FORMAT_ID_HTML"
-msgid "HTML (HyperText Markup Language)"
-msgstr "HTML (HyperText Markup Language)"
+msgid "HyperText Markup Language (HTML)"
+msgstr ""
-#: strings.hrc:69
+#: include/svtools/strings.hrc:69
msgctxt "STR_FORMAT_ID_HTML_SIMPLE"
-msgid "HTML format"
-msgstr "HTML format"
+msgid "Stripped HyperText Markup Language (Simple HTML)"
+msgstr ""
-#: strings.hrc:70
+#: include/svtools/strings.hrc:70
msgctxt "STR_FORMAT_ID_BIFF_5"
-msgid "Biff5 (Microsoft Excel 5.0/95)"
-msgstr "Biff5 (Microsoft Excel 5.0/95)"
+msgid "Microsoft Excel Binary Interchange Format 5.0/95 (Biff5)"
+msgstr ""
-#: strings.hrc:71
+#: include/svtools/strings.hrc:71
msgctxt "STR_FORMAT_ID_BIFF_8"
-msgid "Biff8 (Microsoft Excel 97/2000/XP/2003)"
-msgstr "Biff8 (Microsoft Excel 97/2000/XP/2003)"
+msgid "Microsoft Excel Binary Interchange Format 97/2000/XP/2003 (Biff8)"
+msgstr ""
-#: strings.hrc:72
+#: include/svtools/strings.hrc:72
msgctxt "STR_FORMAT_ID_SYLK"
msgid "Sylk"
msgstr "Sylk"
-#: strings.hrc:73
+#: include/svtools/strings.hrc:73
msgctxt "STR_FORMAT_ID_LINK"
-msgid "DDE link"
-msgstr "DDE link"
+msgid "Dynamic Data Exchange (DDE link)"
+msgstr ""
-#: strings.hrc:74
+#: include/svtools/strings.hrc:74
msgctxt "STR_FORMAT_ID_DIF"
-msgid "DIF"
-msgstr "DIF"
+msgid "Data Interchange Format (DIF)"
+msgstr ""
-#: strings.hrc:75
+#: include/svtools/strings.hrc:75
msgctxt "STR_FORMAT_ID_MSWORD_DOC"
msgid "Microsoft Word object"
msgstr "Microsoft Word object"
-#: strings.hrc:76
+#: include/svtools/strings.hrc:76
msgctxt "STR_FORMAT_ID_STAR_FRAMESET_DOC"
msgid "StarFrameSet object"
msgstr "StarFrameSet object"
-#: strings.hrc:77
+#: include/svtools/strings.hrc:77
msgctxt "STR_FORMAT_ID_OFFICE_DOC"
msgid "Office document object"
msgstr "የቢሮ ሰነድ እቃ"
-#: strings.hrc:78
+#: include/svtools/strings.hrc:78
msgctxt "STR_FORMAT_ID_NOTES_DOCINFO"
msgid "Notes document info"
msgstr "የማስታወሻ ሰነድ መረጃ"
-#: strings.hrc:79
+#: include/svtools/strings.hrc:79
msgctxt "STR_FORMAT_ID_SFX_DOC"
msgid "Sfx document"
msgstr "Sfx document"
-#: strings.hrc:80
+#: include/svtools/strings.hrc:80
msgctxt "STR_FORMAT_ID_STARCHARTDOCUMENT_50"
msgid "StarChart 5.0 object"
msgstr "StarChart 5.0 object"
-#: strings.hrc:81
+#: include/svtools/strings.hrc:81
msgctxt "STR_FORMAT_ID_GRAPHOBJ"
msgid "Graphic object"
msgstr "የንድፍ እቃ"
-#: strings.hrc:82
+#: include/svtools/strings.hrc:82
msgctxt "STR_FORMAT_ID_STARWRITER_60"
msgid "OpenOffice.org 1.0 Writer object"
msgstr "OpenOffice.org 1.0 የ መጻፊያ እቃ"
-#: strings.hrc:83
+#: include/svtools/strings.hrc:83
msgctxt "STR_FORMAT_ID_STARWRITERWEB_60"
msgid "OpenOffice.org 1.0 Writer/Web object"
msgstr "OpenOffice.org 1.0 መጻፊያ/የ ዌብ እቃ"
-#: strings.hrc:84
+#: include/svtools/strings.hrc:84
msgctxt "STR_FORMAT_ID_STARWRITERGLOB_60"
msgid "OpenOffice.org 1.0 Writer/Master object"
msgstr "OpenOffice.org 1.0 መጻፊያ/ዋናው እቃ"
-#: strings.hrc:85
+#: include/svtools/strings.hrc:85
msgctxt "STR_FORMAT_ID_STARDRAW_60"
msgid "OpenOffice.org 1.0 Draw object"
msgstr "OpenOffice.org 1.0 የ መሳያ እቃ"
-#: strings.hrc:86
+#: include/svtools/strings.hrc:86
msgctxt "STR_FORMAT_ID_STARIMPRESS_60"
msgid "OpenOffice.org 1.0 Impress object"
msgstr "OpenOffice.org 1.0 የ ማስደነቂያ እቃ"
-#: strings.hrc:87
+#: include/svtools/strings.hrc:87
msgctxt "STR_FORMAT_ID_STARCALC_60"
msgid "OpenOffice.org 1.0 Calc object"
msgstr "OpenOffice.org 1.0 የ ሰንጠረዥ እቃ"
-#: strings.hrc:88
+#: include/svtools/strings.hrc:88
msgctxt "STR_FORMAT_ID_STARCHART_60"
msgid "OpenOffice.org 1.0 Chart object"
msgstr "OpenOffice.org 1.0 Chart object"
-#: strings.hrc:89
+#: include/svtools/strings.hrc:89
msgctxt "STR_FORMAT_ID_STARMATH_60"
msgid "OpenOffice.org 1.0 Math object"
msgstr "OpenOffice.org 1.0 የ ሂሳብ እቃ"
-#: strings.hrc:90
+#: include/svtools/strings.hrc:90
msgctxt "STR_FORMAT_ID_WMF"
msgid "Windows metafile"
msgstr "Windows metafile"
-#: strings.hrc:91
+#: include/svtools/strings.hrc:91
msgctxt "STR_FORMAT_ID_DBACCESS_QUERY"
msgid "Data source object"
msgstr "የዳታ ምንጭ እቃ"
-#: strings.hrc:92
+#: include/svtools/strings.hrc:92
msgctxt "STR_FORMAT_ID_DBACCESS_TABLE"
msgid "Data source table"
msgstr "የዳታ ምንጭ ሰንጠረዥ"
-#: strings.hrc:93
+#: include/svtools/strings.hrc:93
msgctxt "STR_FORMAT_ID_DBACCESS_COMMAND"
msgid "SQL query"
msgstr "SQL query"
-#: strings.hrc:94
+#: include/svtools/strings.hrc:94
msgctxt "STR_FORMAT_ID_DIALOG_60"
msgid "OpenOffice.org 1.0 dialog"
msgstr "OpenOffice.org 1.0 ንግግር"
-#: strings.hrc:95
+#: include/svtools/strings.hrc:95
msgctxt "STR_FORMAT_ID_FILEGRPDESCRIPTOR"
msgid "Link"
msgstr "አገናኝ"
-#: strings.hrc:96
+#: include/svtools/strings.hrc:96
msgctxt "STR_FORMAT_ID_HTML_NO_COMMENT"
msgid "HTML format without comments"
msgstr "የ HTML format ያለ አስተያየት"
-#: strings.hrc:97
+#: include/svtools/strings.hrc:97
msgctxt "STR_FORMAT_ID_PNG_BITMAP"
-msgid "PNG Bitmap"
-msgstr "PNG Bitmap"
+msgid "Portable Network Graphic (PNG)"
+msgstr ""
-#: strings.hrc:99
+#: include/svtools/strings.hrc:99
#, c-format
msgctxt "STR_ERROR_OBJNOCREATE"
msgid "Object % could not be inserted."
msgstr "አካሉን % ማስገባት አልተቻለም"
-#: strings.hrc:100
+#: include/svtools/strings.hrc:100
#, c-format
msgctxt "STR_ERROR_OBJNOCREATE_FROM_FILE"
msgid "Object from file % could not be inserted."
msgstr "አካሉን ከ ፋይል % ማስገባት አልተቻለም"
-#: strings.hrc:101
-#, c-format
-msgctxt "STR_ERROR_OBJNOCREATE_PLUGIN"
-msgid "Plug-in from document % could not be inserted."
-msgstr "ተሰ-ኪውን ከ ሰነድ ውስጥ % ማስገባት አልተቻለም"
-
-#: strings.hrc:102
+#: include/svtools/strings.hrc:101
msgctxt "STR_FURTHER_OBJECT"
msgid "Further objects"
msgstr "ተጨማሪ እቃዎች"
-#: strings.hrc:103
+#: include/svtools/strings.hrc:102
msgctxt "STR_UNKNOWN_SOURCE"
msgid "Unknown source"
msgstr "ያልታወቀ ምንጭ"
-#: strings.hrc:105
+#: include/svtools/strings.hrc:104
msgctxt "STR_SVT_FILEVIEW_COLUMN_TITLE"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:106
+#: include/svtools/strings.hrc:105
msgctxt "STR_SVT_FILEVIEW_COLUMN_SIZE"
msgid "Size"
msgstr "መጠን"
-#: strings.hrc:107
+#: include/svtools/strings.hrc:106
msgctxt "STR_SVT_FILEVIEW_COLUMN_DATE"
msgid "Date modified"
msgstr "የተሻሻለበት ቀን"
-#: strings.hrc:108
+#: include/svtools/strings.hrc:107
msgctxt "STR_SVT_FILEVIEW_COLUMN_TYPE"
msgid "Type"
msgstr "አይነት"
-#: strings.hrc:109
+#: include/svtools/strings.hrc:108
msgctxt "STR_SVT_BYTES"
msgid "Bytes"
msgstr "ባይትስ"
-#: strings.hrc:110
+#: include/svtools/strings.hrc:109
msgctxt "STR_SVT_KB"
msgid "KB"
msgstr "ኪባ"
-#: strings.hrc:111
+#: include/svtools/strings.hrc:110
msgctxt "STR_SVT_MB"
msgid "MB"
msgstr "ሜባ"
-#: strings.hrc:112
+#: include/svtools/strings.hrc:111
msgctxt "STR_SVT_GB"
msgid "GB"
msgstr "ጌባ"
#. descriptions of accessible objects
-#: strings.hrc:115
+#: include/svtools/strings.hrc:114
msgctxt "STR_SVT_ACC_DESC_TABLISTBOX"
msgid "Row: %1, Column: %2"
msgstr "ረድፍ: %1, አምድ: %2"
-#: strings.hrc:116
+#: include/svtools/strings.hrc:115
msgctxt "STR_SVT_ACC_DESC_FILEVIEW"
msgid ", Type: %1, URL: %2"
msgstr ", አይነት: %1, URL: %2"
-#: strings.hrc:117
+#: include/svtools/strings.hrc:116
msgctxt "STR_SVT_ACC_DESC_FOLDER"
msgid "Folder"
msgstr "ፎልደር"
-#: strings.hrc:118
+#: include/svtools/strings.hrc:117
msgctxt "STR_SVT_ACC_DESC_FILE"
msgid "File"
msgstr "ፋይል"
-#: strings.hrc:119
+#: include/svtools/strings.hrc:118
msgctxt "STR_SVT_ACC_EMPTY_FIELD"
msgid "Empty Field"
msgstr "ባዶ ሜዳ"
#. * resources for CollatorResource / CollatorResourceData resp.
#. alphanumeric sorting algorithm
-#: strings.hrc:125
+#: include/svtools/strings.hrc:124
msgctxt "STR_SVT_COLLATE_ALPHANUMERIC"
msgid "Alphanumeric"
msgstr "Alphanumeric"
#. default or normal sorting algorithm
-#: strings.hrc:127
+#: include/svtools/strings.hrc:126
msgctxt "STR_SVT_COLLATE_NORMAL"
msgid "Normal"
msgstr "መደበኛ"
#. default or normal sorting algorithm
-#: strings.hrc:129
+#: include/svtools/strings.hrc:128
msgctxt "STR_SVT_COLLATE_CHARSET"
msgid "Character set"
msgstr "ባህሪ ማሰናጃ"
#. german dictionary word order / sorting
-#: strings.hrc:131
+#: include/svtools/strings.hrc:130
msgctxt "STR_SVT_COLLATE_DICTIONARY"
msgid "Dictionary"
msgstr "መዝገበ ቃላት"
#. chinese sorting algorithm
-#: strings.hrc:133
+#: include/svtools/strings.hrc:132
msgctxt "STR_SVT_COLLATE_PINYIN"
msgid "Pinyin"
msgstr "Pinyin"
#. chinese sorting algorithm
-#: strings.hrc:135
+#: include/svtools/strings.hrc:134
msgctxt "STR_SVT_COLLATE_STROKE"
msgid "Stroke"
msgstr "መምቻ"
#. chinese sorting algorithm
-#: strings.hrc:137
+#: include/svtools/strings.hrc:136
msgctxt "STR_SVT_COLLATE_RADICAL"
msgid "Radical"
msgstr "መሰረታዊ"
#. sorting according to the unicode code point of the character
-#: strings.hrc:139
+#: include/svtools/strings.hrc:138
msgctxt "STR_SVT_COLLATE_UNICODE"
msgid "Unicode"
msgstr "Unicode"
#. chinese sorting algorithm
-#: strings.hrc:141
+#: include/svtools/strings.hrc:140
msgctxt "STR_SVT_COLLATE_ZHUYIN"
msgid "Zhuyin"
msgstr "Zhuyin"
#. phone book sorting algorithm. e.g. German
-#: strings.hrc:143
+#: include/svtools/strings.hrc:142
msgctxt "STR_SVT_COLLATE_PHONEBOOK"
msgid "Phone book"
msgstr "የስልክ ማውጫ"
-#: strings.hrc:144
+#: include/svtools/strings.hrc:143
msgctxt "STR_SVT_COLLATE_PHONETIC_F"
msgid "Phonetic (alphanumeric first)"
msgstr "Phonetic (alphanumeric first)"
-#: strings.hrc:145
+#: include/svtools/strings.hrc:144
msgctxt "STR_SVT_COLLATE_PHONETIC_L"
msgid "Phonetic (alphanumeric last)"
msgstr "Phonetic (alphanumeric last)"
#. alphanumeric indexentry algorithm
-#: strings.hrc:147
+#: include/svtools/strings.hrc:146
msgctxt "STR_SVT_INDEXENTRY_ALPHANUMERIC"
msgid "Alphanumeric"
msgstr "Alphanumeric"
#. korean dictionary indexentry algorithm
-#: strings.hrc:149
+#: include/svtools/strings.hrc:148
msgctxt "STR_SVT_INDEXENTRY_DICTIONARY"
msgid "Dictionary"
msgstr "መዝገበ ቃላት"
#. chinese sorting algorithm
-#: strings.hrc:151
+#: include/svtools/strings.hrc:150
msgctxt "STR_SVT_INDEXENTRY_PINYIN"
msgid "Pinyin"
msgstr "Pinyin"
#. chinese indexentry algorithm
-#: strings.hrc:153
+#: include/svtools/strings.hrc:152
msgctxt "STR_SVT_INDEXENTRY_RADICAL"
msgid "Radical"
msgstr "መሰረታዊ"
#. chinese indexentry algorithm
-#: strings.hrc:155
+#: include/svtools/strings.hrc:154
msgctxt "STR_SVT_INDEXENTRY_STROKE"
msgid "Stroke"
msgstr "መምቻ"
#. chinese indexentry algorithm
-#: strings.hrc:157
+#: include/svtools/strings.hrc:156
msgctxt "STR_SVT_INDEXENTRY_ZHUYIN"
msgid "Zhuyin"
msgstr "Zhuyin"
-#: strings.hrc:158
+#: include/svtools/strings.hrc:157
msgctxt "STR_SVT_INDEXENTRY_PHONETIC_FS"
msgid "Phonetic (alphanumeric first, grouped by syllables)"
msgstr "Phonetic (alphanumeric first, grouped by syllables)"
-#: strings.hrc:159
+#: include/svtools/strings.hrc:158
msgctxt "STR_SVT_INDEXENTRY_PHONETIC_FC"
msgid "Phonetic (alphanumeric first, grouped by consonants)"
msgstr "Phonetic (alphanumeric first, grouped by consonants)"
-#: strings.hrc:160
+#: include/svtools/strings.hrc:159
msgctxt "STR_SVT_INDEXENTRY_PHONETIC_LS"
msgid "Phonetic (alphanumeric last, grouped by syllables)"
msgstr "Phonetic (alphanumeric last, grouped by syllables)"
-#: strings.hrc:161
+#: include/svtools/strings.hrc:160
msgctxt "STR_SVT_INDEXENTRY_PHONETIC_LC"
msgid "Phonetic (alphanumeric last, grouped by consonants)"
msgstr "Phonetic (alphanumeric last, grouped by consonants)"
-#: strings.hrc:163
+#: include/svtools/strings.hrc:162
msgctxt "STR_SVT_CALENDAR_DAY"
msgid "Day"
msgstr "ቀን"
-#: strings.hrc:164
+#: include/svtools/strings.hrc:163
msgctxt "STR_SVT_CALENDAR_WEEK"
msgid "Week"
msgstr "ሳምንት"
-#: strings.hrc:165
+#: include/svtools/strings.hrc:164
msgctxt "STR_SVT_CALENDAR_TODAY"
msgid "Today"
msgstr "ዛሬ"
-#: strings.hrc:166
+#: include/svtools/strings.hrc:165
msgctxt "STR_SVT_CALENDAR_NONE"
msgid "None"
msgstr "ምንም"
-#: strings.hrc:168
+#: include/svtools/strings.hrc:167
msgctxt "STR_SVT_STYLE_LIGHT"
msgid "Light"
msgstr "ቀላል"
-#: strings.hrc:169
+#: include/svtools/strings.hrc:168
msgctxt "STR_SVT_STYLE_LIGHT_ITALIC"
msgid "Light Italic"
msgstr "ቀላል ማዝመሚያ"
-#: strings.hrc:170
+#: include/svtools/strings.hrc:169
msgctxt "STR_SVT_STYLE_NORMAL"
msgid "Regular"
msgstr "መደበኛ"
-#: strings.hrc:171
+#: include/svtools/strings.hrc:170
msgctxt "STR_SVT_STYLE_NORMAL_ITALIC"
msgid "Italic"
msgstr "ማዝመሚያ"
-#: strings.hrc:172
+#: include/svtools/strings.hrc:171
msgctxt "STR_SVT_STYLE_BOLD"
msgid "Bold"
msgstr "ማድመቂያ"
-#: strings.hrc:173
+#: include/svtools/strings.hrc:172
msgctxt "STR_SVT_STYLE_BOLD_ITALIC"
msgid "Bold Italic"
msgstr "ያዘመመ ማድመቂያ"
-#: strings.hrc:174
+#: include/svtools/strings.hrc:173
msgctxt "STR_SVT_STYLE_BLACK"
msgid "Black"
msgstr "ጥቁር"
-#: strings.hrc:175
+#: include/svtools/strings.hrc:174
msgctxt "STR_SVT_STYLE_BLACK_ITALIC"
msgid "Black Italic"
msgstr "ጥቁር ያዘመመ"
-#: strings.hrc:176
+#: include/svtools/strings.hrc:175
msgctxt "STR_SVT_STYLE_BOOK"
msgid "Book"
msgstr "መጽሀፍ"
-#: strings.hrc:177
+#: include/svtools/strings.hrc:176
msgctxt "STR_SVT_STYLE_BOLD_OBLIQUE"
msgid "Bold Oblique"
msgstr "ማድመቂያ ማዝመሚያ"
-#: strings.hrc:178
+#: include/svtools/strings.hrc:177
msgctxt "STR_SVT_STYLE_CONDENSED"
msgid "Condensed"
msgstr "የታመቀ"
-#: strings.hrc:179
+#: include/svtools/strings.hrc:178
msgctxt "STR_SVT_STYLE_CONDENSED_BOLD"
msgid "Condensed Bold"
msgstr "የታመቀ ማድመቂያ"
-#: strings.hrc:180
+#: include/svtools/strings.hrc:179
msgctxt "STR_SVT_STYLE_CONDENSED_BOLD_ITALIC"
msgid "Condensed Bold Italic"
msgstr "የታመቀ ማድመቂያ ማዝመሚያ"
-#: strings.hrc:181
+#: include/svtools/strings.hrc:180
msgctxt "STR_SVT_STYLE_CONDENSED_BOLD_OBLIQUE"
msgid "Condensed Bold Oblique"
msgstr "የታመቀ ማድመቂያ ማዝመሚያ"
-#: strings.hrc:182
+#: include/svtools/strings.hrc:181
msgctxt "STR_SVT_STYLE_CONDENSED_ITALIC"
msgid "Condensed Italic"
msgstr "የታመቀ ማዝመሚያ"
-#: strings.hrc:183
+#: include/svtools/strings.hrc:182
msgctxt "STR_SVT_STYLE_CONDENSED_OBLIQUE"
msgid "Condensed Oblique"
msgstr "የታመቀ ማዝመሚያ"
-#: strings.hrc:184
+#: include/svtools/strings.hrc:183
msgctxt "STR_SVT_STYLE_EXTRALIGHT"
msgid "ExtraLight"
msgstr "ተጨማሪ ብርሃን"
-#: strings.hrc:185
+#: include/svtools/strings.hrc:184
msgctxt "STR_SVT_STYLE_EXTRALIGHT_ITALIC"
msgid "ExtraLight Italic"
msgstr "ተጨማሪ ብርሃን ማዝመሚያ"
-#: strings.hrc:186
+#: include/svtools/strings.hrc:185
msgctxt "STR_SVT_STYLE_OBLIQUE"
msgid "Oblique"
msgstr "ማዝመሚያ"
-#: strings.hrc:187
+#: include/svtools/strings.hrc:186
msgctxt "STR_SVT_STYLE_SEMIBOLD"
msgid "Semibold"
msgstr "ንዑስ ማድመቂያ"
-#: strings.hrc:188
+#: include/svtools/strings.hrc:187
msgctxt "STR_SVT_STYLE_SEMIBOLD_ITALIC"
msgid "Semibold Italic"
msgstr "ንዑስ ማድመቂያ ማዝመሚያ"
-#: strings.hrc:189
+#: include/svtools/strings.hrc:188
msgctxt "STR_SVT_FONTMAP_BOTH"
msgid "The same font will be used on both your printer and your screen."
msgstr "ተመሳሳይ ፊደል መጠቀሚያ ለ ሁለቱም ለ ማተሚያው እና ለ ስክሪኑ መመልከቻ"
-#: strings.hrc:190
+#: include/svtools/strings.hrc:189
msgctxt "STR_SVT_FONTMAP_PRINTERONLY"
msgid "This is a printer font. The screen image may differ."
msgstr "ይህ የ ማተሚያ ፊደል ነው: የ መመልከቻው ምስል ትንሽ ይለያል"
-#: strings.hrc:191
+#: include/svtools/strings.hrc:190
msgctxt "STR_SVT_FONTMAP_STYLENOTAVAILABLE"
msgid "This font style will be simulated or the closest matching style will be used."
msgstr "የዚህ ፊደል ዘዴ ይታያል ወይም ተቀራራቢውን ተመሳሳይ ዘዴ ይጠቀማል"
-#: strings.hrc:192
+#: include/svtools/strings.hrc:191
msgctxt "STR_SVT_FONTMAP_NOTAVAILABLE"
msgid "This font has not been installed. The closest available font will be used."
msgstr "ይህ ፊደል አልተገጠመም ፡ ተቀራራቢ ዝግጁ የሆነውን ፊደል ይጠቀማል"
-#: strings.hrc:194
+#: include/svtools/strings.hrc:193
msgctxt "STR_FILECTRL_BUTTONTEXT"
msgid "Browse..."
msgstr "መቃኛ ..."
-#: strings.hrc:195
+#: include/svtools/strings.hrc:194
msgctxt "STR_TABBAR_PUSHBUTTON_MOVET0HOME"
msgid "Move To Home"
msgstr "ወደ ቤት ማንቀሳቀሻ"
-#: strings.hrc:196
+#: include/svtools/strings.hrc:195
msgctxt "STR_TABBAR_PUSHBUTTON_MOVELEFT"
msgid "Move Left"
msgstr "ወደ ግራ ማንቀሳቀሻ"
-#: strings.hrc:197
+#: include/svtools/strings.hrc:196
msgctxt "STR_TABBAR_PUSHBUTTON_MOVERIGHT"
msgid "Move Right"
msgstr "ወደ ቀኝ ማንቀሳቀሻ"
-#: strings.hrc:198
+#: include/svtools/strings.hrc:197
msgctxt "STR_TABBAR_PUSHBUTTON_MOVETOEND"
msgid "Move To End"
msgstr "ወደ መጨረሻው ማንቀሳቀሻ"
-#: strings.hrc:199
+#: include/svtools/strings.hrc:198
msgctxt "STR_TABBAR_PUSHBUTTON_ADDTAB"
msgid "Add"
msgstr "መጨመሪያ"
-#: strings.hrc:201
+#: include/svtools/strings.hrc:200
msgctxt "STR_SVT_ACC_RULER_HORZ_NAME"
msgid "Horizontal Ruler"
msgstr "የ አግድም ማስመሪያ"
-#: strings.hrc:202
+#: include/svtools/strings.hrc:201
msgctxt "STR_SVT_ACC_RULER_VERT_NAME"
msgid "Vertical Ruler"
msgstr "የ ቁመት ማስመሪያ"
-#: strings.hrc:204
+#: include/svtools/strings.hrc:203
msgctxt "STR_SVT_1BIT_THRESHOLD"
msgid "1 bit threshold"
msgstr "1 bit threshold"
-#: strings.hrc:205
+#: include/svtools/strings.hrc:204
msgctxt "STR_SVT_1BIT_DITHERED"
msgid "1 bit dithered"
msgstr "1 bit dithered"
-#: strings.hrc:206
+#: include/svtools/strings.hrc:205
msgctxt "STR_SVT_4BIT_GRAYSCALE"
msgid "4 bit grayscale"
msgstr "4 ቢት ግራጫማ"
-#: strings.hrc:207
+#: include/svtools/strings.hrc:206
msgctxt "STR_SVT_4BIT_COLOR_PALETTE"
msgid "4 bit color"
msgstr "4 ቢት ቀለም"
-#: strings.hrc:208
+#: include/svtools/strings.hrc:207
msgctxt "STR_SVT_8BIT_GRAYSCALE"
msgid "8 bit grayscale"
msgstr "8 ቢት ግራጫማ"
-#: strings.hrc:209
+#: include/svtools/strings.hrc:208
msgctxt "STR_SVT_8BIT_COLOR_PALETTE"
msgid "8 bit color"
msgstr "8 ቢት ቀለም"
-#: strings.hrc:210
+#: include/svtools/strings.hrc:209
msgctxt "STR_SVT_24BIT_TRUE_COLOR"
msgid "24 bit true color"
msgstr "24 ቢት እውነተኛ ቀለም"
-#: strings.hrc:211
+#: include/svtools/strings.hrc:210
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_1"
msgid "The image needs about %1 KB of memory."
msgstr "ምስሉ በ ግምት ይህን ያህል %1 ኪባ ማስታወሻ ይፈልጋል"
-#: strings.hrc:212
+#: include/svtools/strings.hrc:211
msgctxt "STR_SVT_ESTIMATED_SIZE_PIX_2"
msgid "The image needs about %1 KB of memory, the file size is %2 KB."
msgstr "ምስሉ በ ግምት ይህን ያህል %1 ኪባ ማስታወሻ ይፈልጋል የ ፋይሉ መጠን ይህን ያህል ነው %2 ኪባ"
-#: strings.hrc:213
+#: include/svtools/strings.hrc:212
msgctxt "STR_SVT_ESTIMATED_SIZE_VEC"
msgid "The file size is %1 KB."
msgstr "የፋይሉ መጠን %1 ኪባ"
-#: strings.hrc:214
+#: include/svtools/strings.hrc:213
msgctxt "STR_SVT_HOST"
msgid "host"
msgstr "ጋባዥ"
-#: strings.hrc:215
+#: include/svtools/strings.hrc:214
msgctxt "STR_SVT_PORT"
msgid "port"
msgstr "ፖርት"
-#: strings.hrc:216
+#: include/svtools/strings.hrc:215
msgctxt "STR_SVT_OTHER_CMIS"
msgid "Other CMIS"
msgstr "Other CMIS"
-#: strings.hrc:217
+#: include/svtools/strings.hrc:216
msgctxt "STR_SVT_PRNDLG_READY"
msgid "Ready"
msgstr "ዝግጁ"
-#: strings.hrc:218
+#: include/svtools/strings.hrc:217
msgctxt "STR_SVT_PRNDLG_PAUSED"
msgid "Paused"
msgstr "ተቋርጧል"
-#: strings.hrc:219
+#: include/svtools/strings.hrc:218
msgctxt "STR_SVT_PRNDLG_PENDING"
msgid "Pending deletion"
msgstr "በቀጠሮ ላይ ማጥፊያ"
-#: strings.hrc:220
+#: include/svtools/strings.hrc:219
msgctxt "STR_SVT_PRNDLG_BUSY"
msgid "Busy"
msgstr "በስራ ላይ"
-#: strings.hrc:221
+#: include/svtools/strings.hrc:220
msgctxt "STR_SVT_PRNDLG_INITIALIZING"
msgid "Initializing"
msgstr "በማስነሳት ላይ"
-#: strings.hrc:222
+#: include/svtools/strings.hrc:221
msgctxt "STR_SVT_PRNDLG_WAITING"
msgid "Waiting"
msgstr "በመጠበቅ ላይ"
-#: strings.hrc:223
+#: include/svtools/strings.hrc:222
msgctxt "STR_SVT_PRNDLG_WARMING_UP"
msgid "Warming up"
msgstr "በሟሟቅ ላይ"
-#: strings.hrc:224
+#: include/svtools/strings.hrc:223
msgctxt "STR_SVT_PRNDLG_PROCESSING"
msgid "Processing"
msgstr "በሂደት ላይ"
-#: strings.hrc:225
+#: include/svtools/strings.hrc:224
msgctxt "STR_SVT_PRNDLG_PRINTING"
msgid "Printing"
msgstr "በማተም ላይ"
-#: strings.hrc:226
+#: include/svtools/strings.hrc:225
msgctxt "STR_SVT_PRNDLG_OFFLINE"
msgid "Offline"
msgstr "ከመስመር ውጪ"
-#: strings.hrc:227
+#: include/svtools/strings.hrc:226
msgctxt "STR_SVT_PRNDLG_ERROR"
msgid "Error"
msgstr "ስህተት"
-#: strings.hrc:228
+#: include/svtools/strings.hrc:227
msgctxt "STR_SVT_PRNDLG_SERVER_UNKNOWN"
msgid "Unknown Server"
msgstr "ያልታወቀ ሰርቨር"
-#: strings.hrc:229
+#: include/svtools/strings.hrc:228
msgctxt "STR_SVT_PRNDLG_PAPER_JAM"
msgid "Paper jam"
msgstr "ወረቀቱ ነክሷል"
-#: strings.hrc:230
+#: include/svtools/strings.hrc:229
msgctxt "STR_SVT_PRNDLG_PAPER_OUT"
msgid "Not enough paper"
msgstr "በቂ ወረቀት የለም"
-#: strings.hrc:231
+#: include/svtools/strings.hrc:230
msgctxt "STR_SVT_PRNDLG_MANUAL_FEED"
msgid "Manual feed"
msgstr "በእጅ ማቀበያ"
-#: strings.hrc:232
+#: include/svtools/strings.hrc:231
msgctxt "STR_SVT_PRNDLG_PAPER_PROBLEM"
msgid "Paper problem"
msgstr "የወረቀት ችግር"
-#: strings.hrc:233
+#: include/svtools/strings.hrc:232
msgctxt "STR_SVT_PRNDLG_IO_ACTIVE"
msgid "I/O active"
msgstr "I/O active"
-#: strings.hrc:234
+#: include/svtools/strings.hrc:233
msgctxt "STR_SVT_PRNDLG_OUTPUT_BIN_FULL"
msgid "Output bin full"
msgstr "Output bin full"
-#: strings.hrc:235
+#: include/svtools/strings.hrc:234
msgctxt "STR_SVT_PRNDLG_TONER_LOW"
msgid "Toner low"
msgstr "ቶነር ዝቅተኛ ነው"
-#: strings.hrc:236
+#: include/svtools/strings.hrc:235
msgctxt "STR_SVT_PRNDLG_NO_TONER"
msgid "No toner"
msgstr "ቶነር የለም"
-#: strings.hrc:237
+#: include/svtools/strings.hrc:236
msgctxt "STR_SVT_PRNDLG_PAGE_PUNT"
msgid "Delete Page"
msgstr "ገጹን ማጥፊያ"
-#: strings.hrc:238
+#: include/svtools/strings.hrc:237
msgctxt "STR_SVT_PRNDLG_USER_INTERVENTION"
msgid "User intervention necessary"
msgstr "የተጠቃሚ ጣልቃ መግባት ያስፈልጋል"
-#: strings.hrc:239
+#: include/svtools/strings.hrc:238
msgctxt "STR_SVT_PRNDLG_OUT_OF_MEMORY"
msgid "Insufficient memory"
msgstr "በቂ ያልሆነ memory"
-#: strings.hrc:240
+#: include/svtools/strings.hrc:239
msgctxt "STR_SVT_PRNDLG_DOOR_OPEN"
msgid "Cover open"
msgstr "ሽፋኑን መክፈቻ"
-#: strings.hrc:241
+#: include/svtools/strings.hrc:240
msgctxt "STR_SVT_PRNDLG_POWER_SAVE"
msgid "Power save mode"
msgstr "ሀይል ማዳኛ ዘዴ"
-#: strings.hrc:242
+#: include/svtools/strings.hrc:241
msgctxt "STR_SVT_PRNDLG_DEFPRINTER"
msgid "Default printer"
msgstr "ነባር ማተሚያ"
-#: strings.hrc:243
+#: include/svtools/strings.hrc:242
#, c-format
msgctxt "STR_SVT_PRNDLG_JOBCOUNT"
msgid "%d documents"
msgstr "%d ሰነዶች"
-#: strings.hrc:245
+#: include/svtools/strings.hrc:244
msgctxt "STR_WIZDLG_FINISH"
msgid "~Finish"
msgstr "~ጨርሷል"
-#: strings.hrc:246
+#: include/svtools/strings.hrc:245
msgctxt "STR_WIZDLG_NEXT"
msgid "~Next >"
msgstr "~ይቀጥሉ >"
-#: strings.hrc:247
+#: include/svtools/strings.hrc:246
msgctxt "STR_WIZDLG_PREVIOUS"
msgid "< Bac~k"
msgstr "< ወደ ኋ~ላ"
-#: strings.hrc:248
+#: include/svtools/strings.hrc:247
msgctxt "STR_WIZDLG_ROADMAP_TITLE"
msgid "Steps"
msgstr "ደረጃዎች"
-#: strings.hrc:250
+#: include/svtools/strings.hrc:249
msgctxt "STR_NO_FIELD_SELECTION"
msgid "<none>"
msgstr "<ምንም>"
-#: strings.hrc:251
+#: include/svtools/strings.hrc:250
msgctxt "STR_FIELD_COMPANY"
msgid "Company"
msgstr "ድርጅት"
-#: strings.hrc:252
+#: include/svtools/strings.hrc:251
msgctxt "STR_FIELD_DEPARTMENT"
msgid "Department"
msgstr "ክፍል"
-#: strings.hrc:253
+#: include/svtools/strings.hrc:252
msgctxt "STR_FIELD_FIRSTNAME"
msgid "First name"
msgstr "የ መጀመሪያ ስም"
-#: strings.hrc:254
+#: include/svtools/strings.hrc:253
msgctxt "STR_FIELD_LASTNAME"
msgid "Last name"
msgstr "የ አባት ስም"
-#: strings.hrc:255
+#: include/svtools/strings.hrc:254
msgctxt "STR_FIELD_STREET"
msgid "Street"
msgstr "መንገድ"
-#: strings.hrc:256
+#: include/svtools/strings.hrc:255
msgctxt "STR_FIELD_COUNTRY"
msgid "Country"
msgstr "አገር"
-#: strings.hrc:257
+#: include/svtools/strings.hrc:256
msgctxt "STR_FIELD_ZIPCODE"
msgid "ZIP Code"
msgstr "ፖሳቁ"
-#: strings.hrc:258
+#: include/svtools/strings.hrc:257
msgctxt "STR_FIELD_CITY"
msgid "City"
msgstr "ከተማ"
-#: strings.hrc:259
+#: include/svtools/strings.hrc:258
msgctxt "STR_FIELD_TITLE"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:260
+#: include/svtools/strings.hrc:259
msgctxt "STR_FIELD_POSITION"
msgid "Position"
msgstr "አካባቢ"
-#: strings.hrc:261
+#: include/svtools/strings.hrc:260
msgctxt "STR_FIELD_ADDRFORM"
msgid "Addr. Form"
msgstr "አድራሻ ከ"
-#: strings.hrc:262
+#: include/svtools/strings.hrc:261
msgctxt "STR_FIELD_INITIALS"
msgid "Initials"
msgstr "መነሻዎች"
-#: strings.hrc:263
+#: include/svtools/strings.hrc:262
msgctxt "STR_FIELD_SALUTATION"
msgid "Complimentary close"
msgstr "Complimentary close"
-#: strings.hrc:264
+#: include/svtools/strings.hrc:263
msgctxt "STR_FIELD_HOMETEL"
msgid "Tel: Home"
msgstr "የ ቤት: ስልክ"
-#: strings.hrc:265
+#: include/svtools/strings.hrc:264
msgctxt "STR_FIELD_WORKTEL"
msgid "Tel: Work"
msgstr "የስራ: ስልክ"
-#: strings.hrc:266
+#: include/svtools/strings.hrc:265
msgctxt "STR_FIELD_FAX"
msgid "FAX"
msgstr "ፋክስ"
-#: strings.hrc:267
+#: include/svtools/strings.hrc:266
msgctxt "STR_FIELD_EMAIL"
msgid "E-mail"
msgstr "ኢ-ሜይል"
-#: strings.hrc:268
+#: include/svtools/strings.hrc:267
msgctxt "STR_FIELD_URL"
msgid "URL"
msgstr "URL"
-#: strings.hrc:269
+#: include/svtools/strings.hrc:268
msgctxt "STR_FIELD_NOTE"
msgid "Note"
msgstr "ማስታወሻ"
-#: strings.hrc:270
+#: include/svtools/strings.hrc:269
msgctxt "STR_FIELD_USER1"
msgid "User 1"
msgstr "ተጠቃሚ 1"
-#: strings.hrc:271
+#: include/svtools/strings.hrc:270
msgctxt "STR_FIELD_USER2"
msgid "User 2"
msgstr "ተጠቃሚ 2"
-#: strings.hrc:272
+#: include/svtools/strings.hrc:271
msgctxt "STR_FIELD_USER3"
msgid "User 3"
msgstr "ተጠቃሚ 3"
-#: strings.hrc:273
+#: include/svtools/strings.hrc:272
msgctxt "STR_FIELD_USER4"
msgid "User 4"
msgstr "ተጠቃሚ 4"
-#: strings.hrc:274
+#: include/svtools/strings.hrc:273
msgctxt "STR_FIELD_ID"
msgid "ID"
msgstr "መለያ"
-#: strings.hrc:275
+#: include/svtools/strings.hrc:274
msgctxt "STR_FIELD_STATE"
msgid "State"
msgstr "አገር"
-#: strings.hrc:276
+#: include/svtools/strings.hrc:275
msgctxt "STR_FIELD_OFFICETEL"
msgid "Tel: Office"
msgstr "የቢሮ : ስልክ"
-#: strings.hrc:277
+#: include/svtools/strings.hrc:276
msgctxt "STR_FIELD_PAGER"
msgid "Pager"
msgstr "Pager"
-#: strings.hrc:278
+#: include/svtools/strings.hrc:277
msgctxt "STR_FIELD_MOBILE"
msgid "Mobile"
msgstr "ተንቀሳቃሽ"
-#: strings.hrc:279
+#: include/svtools/strings.hrc:278
msgctxt "STR_FIELD_TELOTHER"
msgid "Tel: Other"
msgstr "ሌሎች: ስልኮች"
-#: strings.hrc:280
+#: include/svtools/strings.hrc:279
msgctxt "STR_FIELD_CALENDAR"
msgid "Calendar"
msgstr "ቀን መቁጠሪያ"
-#: strings.hrc:281
+#: include/svtools/strings.hrc:280
msgctxt "STR_FIELD_INVITE"
msgid "Invite"
msgstr "መጋበዣ"
-#: strings.hrc:283
+#: include/svtools/strings.hrc:282
msgctxt "STR_SVT_DEFAULT_SERVICE_LABEL"
msgid "$user$'s $service$"
msgstr "$user$'s $service$"
-#: strings.hrc:285
+#: include/svtools/strings.hrc:284
msgctxt "STR_WARNING_JAVANOTFOUND"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
msgstr "%PRODUCTNAME ያስፈልጋል የ Java runtime environment (JRE) ይህን ተግባር ለመፈጸም እባክዎን JRE ን ይግጠሙ እና እንደገና ያስነሱ %PRODUCTNAME."
-#: strings.hrc:286
+#: include/svtools/strings.hrc:285
+msgctxt "STR_WARNING_JAVANOTFOUND_WIN"
+msgid "%PRODUCTNAME requires a %BITNESS-bit Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
+msgstr "%PRODUCTNAME ያስፈልጋል የ %BITNESS-bit Java runtime environment (JRE) ይህን ተግባር ለ መፈጸም እባክዎን ይህን JRE ይግጠሙ እና እንደገና ያስነሱ %PRODUCTNAME."
+
+#: include/svtools/strings.hrc:286
msgctxt "STR_WARNING_JAVANOTFOUND_MAC"
msgid "%PRODUCTNAME requires Oracle's Java Development Kit (JDK) on Mac OS X 10.10 or greater to perform this task. Please install them and restart %PRODUCTNAME."
msgstr "%PRODUCTNAME ያስፈለጋል የ Oracle's Java Development Kit (JDK) በ Mac OS X 10.10 ወይንም ይህን ስራ ለ መፈጸም: እባክዎን ይግጠሙ እና እንደገና ያስጀምሩ %PRODUCTNAME."
-#: strings.hrc:287
+#: include/svtools/strings.hrc:287
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_MAC"
msgid "The %PRODUCTNAME configuration has been changed. Under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr "ይህ %PRODUCTNAME ማዋቀሪያ ተቀይሯል: በ %PRODUCTNAME - ምርጫዎች - %PRODUCTNAME - የ ረቀቀ ይምረጡ የ Java runtime environment መጠቀም የሚፈልጉትን በ %PRODUCTNAME."
-#: strings.hrc:288
+#: include/svtools/strings.hrc:288
msgctxt "STR_WARNING_INVALIDJAVASETTINGS"
msgid "The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME."
msgstr "ይህ %PRODUCTNAME ማዋቀሪያ ተቀይሯል: በ መሳሪያ - ምርጫ - %PRODUCTNAME - የረቀቀ: ይምረጡ የ Java runtime environment መጠቀም የሚፈልጉትን በ %PRODUCTNAME."
-#: strings.hrc:289
+#: include/svtools/strings.hrc:289
msgctxt "STR_ERROR_JVMCREATIONFAILED_MAC"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced."
msgstr "%PRODUCTNAME ይህ የ Java runtime environment ይፈልጋል: (JRE) ይህን ስራ ለ መፈጸም: የ ተመረጠው የ JRE የ ተበላሸ ነው: እባክዎን ሌላ እትም ይምረጡ: ወይንም ይግጠሙ አዲስ JRE እና ይምረጡ ከ %PRODUCTNAME - ምርጫዎች - %PRODUCTNAME - የረቀቀ"
-#: strings.hrc:290
+#: include/svtools/strings.hrc:290
msgctxt "STR_ERROR_JVMCREATIONFAILED"
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Advanced."
msgstr "%PRODUCTNAME ይህ የ Java runtime environment ይፈልጋል: (JRE) ይህን ስራ ለ መፈጸም: የ ተመረጠው የ JRE የ ተበላሸ ነው: እባክዎን ሌላ እትም ይምረጡ: ወይንም ይግጠሙ አዲስ JRE እና ይምረጡ ከ መሳሪያዎች - ምርጫዎች - %PRODUCTNAME – የረቀቀ"
-#: strings.hrc:291
+#: include/svtools/strings.hrc:291
msgctxt "STR_WARNING_JAVANOTFOUND_TITLE"
msgid "JRE Required"
msgstr "JRE ያስፈልጋል"
-#: strings.hrc:292
+#: include/svtools/strings.hrc:292
msgctxt "STR_WARNING_INVALIDJAVASETTINGS_TITLE"
msgid "Select JRE"
msgstr "JRE ይምረጡ"
-#: strings.hrc:293
+#: include/svtools/strings.hrc:293
msgctxt "STR_ERROR_JVMCREATIONFAILED_TITLE"
msgid "JRE is Defective"
msgstr "JRE የተበላሸ ነው"
-#: strings.hrc:295
+#: include/svtools/strings.hrc:295
msgctxt "STR_DESCRIPTION_SOURCEFILE"
msgid "Source code"
msgstr "የ ኮዱ ምንጭ"
-#: strings.hrc:296
+#: include/svtools/strings.hrc:296
msgctxt "STR_DESCRIPTION_BOOKMARKFILE"
msgid "Bookmark file"
msgstr "ፋይል ምልክት ማድረጊያ"
-#: strings.hrc:297
+#: include/svtools/strings.hrc:297
msgctxt "STR_DESCRIPTION_GRAPHIC_DOC"
msgid "Graphics"
msgstr "ንድፍ"
-#: strings.hrc:298
+#: include/svtools/strings.hrc:298
msgctxt "STR_DESCRIPTION_CFGFILE"
msgid "Configuration file"
msgstr "ፋይል ማዋቀሪያ"
-#: strings.hrc:299
+#: include/svtools/strings.hrc:299
msgctxt "STR_DESCRIPTION_APPLICATION"
msgid "Application"
msgstr "መተግበሪያ"
-#: strings.hrc:300
+#: include/svtools/strings.hrc:300
msgctxt "STR_DESCRIPTION_DATABASE_TABLE"
msgid "Database table"
msgstr "የ ዳታቤዝ ሰንጠረዥ"
-#: strings.hrc:301
+#: include/svtools/strings.hrc:301
msgctxt "STR_DESCRIPTION_SYSFILE"
msgid "System file"
msgstr "የስርአት ፋይል"
-#: strings.hrc:302
+#: include/svtools/strings.hrc:302
msgctxt "STR_DESCRIPTION_WORD_DOC"
msgid "MS Word document"
msgstr "MS Word document"
-#: strings.hrc:303
+#: include/svtools/strings.hrc:303
msgctxt "STR_DESCRIPTION_HELP_DOC"
msgid "Help file"
msgstr "የእርዳታ ፋይል"
-#: strings.hrc:304
+#: include/svtools/strings.hrc:304
msgctxt "STR_DESCRIPTION_HTMLFILE"
msgid "HTML document"
msgstr "የ HTML ሰነድ"
-#: strings.hrc:305
+#: include/svtools/strings.hrc:305
msgctxt "STR_DESCRIPTION_ARCHIVFILE"
msgid "Archive file"
msgstr "የ ማህደር ፋይል"
-#: strings.hrc:306
+#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_LOGFILE"
msgid "Log file"
msgstr "የመግቢያ ፋይል"
-#: strings.hrc:307
+#: include/svtools/strings.hrc:307
msgctxt "STR_DESCRIPTION_SDATABASE_DOC"
msgid "StarOffice Database"
msgstr "StarOffice Database"
-#: strings.hrc:308
+#: include/svtools/strings.hrc:308
msgctxt "STR_DESCRIPTION_GLOBALDOC"
msgid "StarWriter 4.0 / 5.0 Master Document"
msgstr "StarWriter 4.0 / 5.0 Master Document"
-#: strings.hrc:309
+#: include/svtools/strings.hrc:309
msgctxt "STR_DESCRIPTION_SIMAGE_DOC"
msgid "StarOffice Image"
msgstr "StarOffice Image"
-#: strings.hrc:310
+#: include/svtools/strings.hrc:310
msgctxt "STR_DESCRIPTION_TEXTFILE"
msgid "Text file"
msgstr "የጽሁፍ ፋይል"
-#: strings.hrc:311
+#: include/svtools/strings.hrc:311
msgctxt "STR_DESCRIPTION_LINK"
msgid "Link"
msgstr "አገናኝ"
-#: strings.hrc:312
+#: include/svtools/strings.hrc:312
msgctxt "STR_DESCRIPTION_SOFFICE_TEMPLATE_DOC"
msgid "StarOffice 3.0 - 5.0 Template"
msgstr "StarOffice 3.0 - 5.0 Template"
-#: strings.hrc:313
+#: include/svtools/strings.hrc:313
msgctxt "STR_DESCRIPTION_EXCEL_DOC"
msgid "MS Excel document"
msgstr "MS Excel document"
-#: strings.hrc:314
+#: include/svtools/strings.hrc:314
msgctxt "STR_DESCRIPTION_EXCEL_TEMPLATE_DOC"
msgid "MS Excel template"
msgstr "MS Excel template"
-#: strings.hrc:315
+#: include/svtools/strings.hrc:315
msgctxt "STR_DESCRIPTION_BATCHFILE"
msgid "Batch file"
msgstr "Batch file"
-#: strings.hrc:316
+#: include/svtools/strings.hrc:316
msgctxt "STR_DESCRIPTION_FILE"
msgid "File"
msgstr "ፋይል"
-#: strings.hrc:317
+#: include/svtools/strings.hrc:317
msgctxt "STR_DESCRIPTION_FOLDER"
msgid "Folder"
msgstr "ፎልደር"
-#: strings.hrc:318
+#: include/svtools/strings.hrc:318
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
msgstr "የጽሁፍ ሰነድ"
-#: strings.hrc:319
+#: include/svtools/strings.hrc:319
msgctxt "STR_DESCRIPTION_FACTORY_CALC"
msgid "Spreadsheet"
msgstr "ሰንጠረዥ"
-#: strings.hrc:320
+#: include/svtools/strings.hrc:320
msgctxt "STR_DESCRIPTION_FACTORY_IMPRESS"
msgid "Presentation"
msgstr "ማቅረቢያ"
-#: strings.hrc:321
+#: include/svtools/strings.hrc:321
msgctxt "STR_DESCRIPTION_FACTORY_DRAW"
msgid "Drawing"
msgstr "መሳያ"
-#: strings.hrc:322
+#: include/svtools/strings.hrc:322
msgctxt "STR_DESCRIPTION_FACTORY_WRITERWEB"
msgid "HTML document"
msgstr "የ HTML ሰነድ"
-#: strings.hrc:323
+#: include/svtools/strings.hrc:323
msgctxt "STR_DESCRIPTION_FACTORY_GLOBALDOC"
msgid "Master document"
msgstr "ዋናው ሰነድ"
-#: strings.hrc:324
+#: include/svtools/strings.hrc:324
msgctxt "STR_DESCRIPTION_FACTORY_MATH"
msgid "Formula"
msgstr "መቀመሪያ"
-#: strings.hrc:325
+#: include/svtools/strings.hrc:325
msgctxt "STR_DESCRIPTION_FACTORY_DATABASE"
msgid "Database"
msgstr "ዳታቤዝ"
-#: strings.hrc:326
+#: include/svtools/strings.hrc:326
msgctxt "STR_DESCRIPTION_CALC_TEMPLATE"
msgid "OpenOffice.org 1.0 Spreadsheet Template"
msgstr "OpenOffice.org 1.0 የ ሰንጠረዥ ቴምፕሌት"
-#: strings.hrc:327
+#: include/svtools/strings.hrc:327
msgctxt "STR_DESCRIPTION_DRAW_TEMPLATE"
msgid "OpenOffice.org 1.0 Drawing Template"
msgstr "OpenOffice.org 1.0 የ መሳያ ቴምፕሌት"
-#: strings.hrc:328
+#: include/svtools/strings.hrc:328
msgctxt "STR_DESCRIPTION_IMPRESS_TEMPLATE"
msgid "OpenOffice.org 1.0 Presentation Template"
msgstr "OpenOffice.org 1.0 የ ማቅረቢያ ቴምፕሌት"
-#: strings.hrc:329
+#: include/svtools/strings.hrc:329
msgctxt "STR_DESCRIPTION_WRITER_TEMPLATE"
msgid "OpenOffice.org 1.0 Text Document Template"
msgstr "OpenOffice.org 1.0 የ ጽሁፍ ሰነድ ቴምፕሌት"
-#: strings.hrc:330
+#: include/svtools/strings.hrc:330
msgctxt "STR_DESCRIPTION_LOCALE_VOLUME"
msgid "Local drive"
msgstr "የአካባቢ drive"
-#: strings.hrc:331
+#: include/svtools/strings.hrc:331
msgctxt "STR_DESCRIPTION_FLOPPY_VOLUME"
msgid "Disk drive"
msgstr "የዲስክ drive"
-#: strings.hrc:332
+#: include/svtools/strings.hrc:332
msgctxt "STR_DESCRIPTION_CDROM_VOLUME"
msgid "CD-ROM drive"
msgstr "ሲዲ-ራም drive"
-#: strings.hrc:333
+#: include/svtools/strings.hrc:333
msgctxt "STR_DESCRIPTION_REMOTE_VOLUME"
msgid "Network connection"
msgstr "የኔትዎርክ ግንኙነት"
-#: strings.hrc:334
+#: include/svtools/strings.hrc:334
msgctxt "STR_DESCRIPTION_POWERPOINT"
msgid "MS PowerPoint Document"
msgstr "MS PowerPoint Document"
-#: strings.hrc:335
+#: include/svtools/strings.hrc:335
msgctxt "STR_DESCRIPTION_POWERPOINT_TEMPLATE"
msgid "MS PowerPoint Template"
msgstr "MS PowerPoint Template"
-#: strings.hrc:336
+#: include/svtools/strings.hrc:336
msgctxt "STR_DESCRIPTION_POWERPOINT_SHOW"
msgid "MS PowerPoint Show"
msgstr "MS PowerPoint Show"
-#: strings.hrc:337
+#: include/svtools/strings.hrc:337
msgctxt "STR_DESCRIPTION_SXMATH_DOC"
msgid "OpenOffice.org 1.0 Formula"
msgstr "OpenOffice.org 1.0 መቀመሪያ"
-#: strings.hrc:338
+#: include/svtools/strings.hrc:338
msgctxt "STR_DESCRIPTION_SXCHART_DOC"
msgid "OpenOffice.org 1.0 Chart"
msgstr "OpenOffice.org 1.0 Chart"
-#: strings.hrc:339
+#: include/svtools/strings.hrc:339
msgctxt "STR_DESCRIPTION_SXDRAW_DOC"
msgid "OpenOffice.org 1.0 Drawing"
msgstr "OpenOffice.org 1.0 መሳያ"
-#: strings.hrc:340
+#: include/svtools/strings.hrc:340
msgctxt "STR_DESCRIPTION_SXCALC_DOC"
msgid "OpenOffice.org 1.0 Spreadsheet"
msgstr "OpenOffice.org 1.0 ሰንጠረዥ"
-#: strings.hrc:341
+#: include/svtools/strings.hrc:341
msgctxt "STR_DESCRIPTION_SXIMPRESS_DOC"
msgid "OpenOffice.org 1.0 Presentation"
msgstr "OpenOffice.org 1.0 ማቅረቢያ"
-#: strings.hrc:342
+#: include/svtools/strings.hrc:342
msgctxt "STR_DESCRIPTION_SXWRITER_DOC"
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 የ ጽሁፍ ሰነድ"
-#: strings.hrc:343
+#: include/svtools/strings.hrc:343
msgctxt "STR_DESCRIPTION_SXGLOBAL_DOC"
msgid "OpenOffice.org 1.0 Master Document"
msgstr "OpenOffice.org 1.0 ዋናው ሰነድ"
-#: strings.hrc:344
+#: include/svtools/strings.hrc:344
msgctxt "STR_DESCRIPTION_MATHML_DOC"
msgid "MathML Document"
msgstr "MathML Document"
-#: strings.hrc:345
+#: include/svtools/strings.hrc:345
msgctxt "STR_DESCRIPTION_OO_DATABASE_DOC"
msgid "OpenDocument Database"
msgstr "OpenDocument ዳታቤዝ"
-#: strings.hrc:346
+#: include/svtools/strings.hrc:346
msgctxt "STR_DESCRIPTION_OO_DRAW_DOC"
msgid "OpenDocument Drawing"
msgstr "OpenDocument መሳያ"
-#: strings.hrc:347
+#: include/svtools/strings.hrc:347
msgctxt "STR_DESCRIPTION_OO_MATH_DOC"
msgid "OpenDocument Formula"
msgstr "OpenDocument መቀመሪያ"
-#: strings.hrc:348
+#: include/svtools/strings.hrc:348
msgctxt "STR_DESCRIPTION_OO_GLOBAL_DOC"
msgid "OpenDocument Master Document"
msgstr "OpenDocument ዋናው ሰነድ"
-#: strings.hrc:349
+#: include/svtools/strings.hrc:349
msgctxt "STR_DESCRIPTION_OO_IMPRESS_DOC"
msgid "OpenDocument Presentation"
msgstr "OpenDocument ማቅረቢያ"
-#: strings.hrc:350
+#: include/svtools/strings.hrc:350
msgctxt "STR_DESCRIPTION_OO_CALC_DOC"
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument ሰንጠረዥ"
-#: strings.hrc:351
+#: include/svtools/strings.hrc:351
msgctxt "STR_DESCRIPTION_OO_WRITER_DOC"
msgid "OpenDocument Text"
msgstr "OpenDocument ጽሁፍ"
-#: strings.hrc:352
+#: include/svtools/strings.hrc:352
msgctxt "STR_DESCRIPTION_OO_CALC_TEMPLATE"
msgid "OpenDocument Spreadsheet Template"
msgstr "OpenDocument የ ሰንጠረዥ ቴምፕሌት"
-#: strings.hrc:353
+#: include/svtools/strings.hrc:353
msgctxt "STR_DESCRIPTION_OO_DRAW_TEMPLATE"
msgid "OpenDocument Drawing Template"
msgstr "OpenDocument የ መሳያ ቴምፕሌት"
-#: strings.hrc:354
+#: include/svtools/strings.hrc:354
msgctxt "STR_DESCRIPTION_OO_IMPRESS_TEMPLATE"
msgid "OpenDocument Presentation Template"
msgstr "OpenDocument የ ማቅረቢያ ቴምፕሌት"
-#: strings.hrc:355
+#: include/svtools/strings.hrc:355
msgctxt "STR_DESCRIPTION_OO_WRITER_TEMPLATE"
msgid "OpenDocument Text Template"
msgstr "OpenDocument የ ጽሁፍ ቴምፕሌት"
-#: strings.hrc:356
+#: include/svtools/strings.hrc:356
msgctxt "STR_DESCRIPTION_EXTENSION"
msgid "%PRODUCTNAME Extension"
msgstr "%PRODUCTNAME ተጨማሪዎች"
-#: strings.hrc:358
+#: include/svtools/strings.hrc:358
msgctxt "STR_DESCRIPTION_HUNSPELL"
msgid "Hunspell SpellChecker"
msgstr "Hunspell SpellChecker"
-#: strings.hrc:359
+#: include/svtools/strings.hrc:359
msgctxt "STR_DESCRIPTION_LIBHYPHEN"
msgid "Libhyphen Hyphenator"
msgstr "Libhyphen Hyphenator"
-#: strings.hrc:360
+#: include/svtools/strings.hrc:360
msgctxt "STR_DESCRIPTION_MYTHES"
msgid "Mythes Thesaurus"
msgstr "Mythes Thesaurus"
diff --git a/source/am/svx/messages.po b/source/am/svx/messages.po
index b9e01b78407..ec751c763cc 100644
--- a/source/am/svx/messages.po
+++ b/source/am/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: 2018-02-19 11:42+0100\n"
-"PO-Revision-Date: 2018-02-19 22:35+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-04-12 00:39+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,532 +13,550 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1519079714.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1523493588.000000\n"
-#: fieldunit.hrc:30
+#: svx/inc/fieldunit.hrc:30
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Millimeter"
msgstr "ሚሊ ሚትር"
-#: fieldunit.hrc:31
+#: svx/inc/fieldunit.hrc:31
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Centimeter"
msgstr "ሴንቲ ሚትር"
-#: fieldunit.hrc:32
+#: svx/inc/fieldunit.hrc:32
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Meter"
msgstr "ሚትር"
-#: fieldunit.hrc:33
+#: svx/inc/fieldunit.hrc:33
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Kilometer"
msgstr "ኪሎ ሚትር"
-#: fieldunit.hrc:34
+#: svx/inc/fieldunit.hrc:34
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Inch"
msgstr "ኢንች"
-#: fieldunit.hrc:35
+#: svx/inc/fieldunit.hrc:35
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Foot"
msgstr "ጫማ"
-#: fieldunit.hrc:36
+#: svx/inc/fieldunit.hrc:36
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Miles"
msgstr "ማይልስ"
-#: fieldunit.hrc:37
+#: svx/inc/fieldunit.hrc:37
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Pica"
msgstr "Pica"
-#: fieldunit.hrc:38
+#: svx/inc/fieldunit.hrc:38
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Point"
msgstr "ነጥብ"
-#: fieldunit.hrc:39
+#: svx/inc/fieldunit.hrc:39
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Char"
msgstr "Char"
-#: fieldunit.hrc:40
+#: svx/inc/fieldunit.hrc:40
msgctxt "RID_SVXSTR_FIELDUNIT_TABLE"
msgid "Line"
msgstr "መስመር"
-#: fmstring.hrc:27
+#: svx/inc/fmstring.hrc:27
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "LIKE"
msgstr "LIKE"
-#: fmstring.hrc:28
+#: svx/inc/fmstring.hrc:28
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "NOT"
msgstr "አይደለም"
-#: fmstring.hrc:29
+#: svx/inc/fmstring.hrc:29
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "EMPTY"
msgstr "ባዶ"
-#: fmstring.hrc:30
+#: svx/inc/fmstring.hrc:30
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "TRUE"
msgstr "እውነት"
-#: fmstring.hrc:31
+#: svx/inc/fmstring.hrc:31
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "FALSE"
msgstr "ሀሰት"
-#: fmstring.hrc:32
+#: svx/inc/fmstring.hrc:32
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "IS"
msgstr "ነው"
-#: fmstring.hrc:33
+#: svx/inc/fmstring.hrc:33
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "BETWEEN"
msgstr "መካከል"
-#: fmstring.hrc:34
+#: svx/inc/fmstring.hrc:34
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "OR"
msgstr "ወይንም"
-#: fmstring.hrc:35
+#: svx/inc/fmstring.hrc:35
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "AND"
msgstr "እና"
-#: fmstring.hrc:36
+#: svx/inc/fmstring.hrc:36
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Average"
msgstr "አማካይ"
-#: fmstring.hrc:37
+#: svx/inc/fmstring.hrc:37
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Count"
msgstr "መቁጠሪያ"
-#: fmstring.hrc:38
+#: svx/inc/fmstring.hrc:38
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Maximum"
msgstr "ከፍተኛ"
-#: fmstring.hrc:39
+#: svx/inc/fmstring.hrc:39
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Minimum"
msgstr "አነስተኛ"
-#: fmstring.hrc:40
+#: svx/inc/fmstring.hrc:40
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Sum"
msgstr "ድምር"
-#: fmstring.hrc:41
+#: svx/inc/fmstring.hrc:41
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Every"
msgstr "ሁሉንም"
-#: fmstring.hrc:42
+#: svx/inc/fmstring.hrc:42
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Any"
msgstr "ማንኛውም"
-#: fmstring.hrc:43
+#: svx/inc/fmstring.hrc:43
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Some"
msgstr "ጥቂት"
-#: fmstring.hrc:44
+#: svx/inc/fmstring.hrc:44
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "STDDEV_POP"
msgstr "STDDEV_POP"
-#: fmstring.hrc:45
+#: svx/inc/fmstring.hrc:45
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "STDDEV_SAMP"
msgstr "መደበኛ ልዩነት_ናሙና"
-#: fmstring.hrc:46
+#: svx/inc/fmstring.hrc:46
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "VAR_SAMP"
msgstr "ልዩነት_ናሙና"
-#: fmstring.hrc:47
+#: svx/inc/fmstring.hrc:47
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "VAR_POP"
msgstr "ልዩነት_የ ሕዝብ"
-#: fmstring.hrc:48
+#: svx/inc/fmstring.hrc:48
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Collect"
msgstr "መሰብሰቢያ"
-#: fmstring.hrc:49
+#: svx/inc/fmstring.hrc:49
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Fusion"
msgstr "Fusion"
-#: fmstring.hrc:50
+#: svx/inc/fmstring.hrc:50
msgctxt "RID_RSC_SQL_INTERNATIONAL"
msgid "Intersection"
msgstr "መገናኛ"
-#: frmsel.hrc:29
+#: svx/inc/frmsel.hrc:29
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Border setting"
msgstr "ድንበር ማሰናጃ"
-#: frmsel.hrc:30
+#: svx/inc/frmsel.hrc:30
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Left border line"
msgstr "የ ግራ ድንበር መስመር"
-#: frmsel.hrc:31
+#: svx/inc/frmsel.hrc:31
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Right border line"
msgstr "የ ቀኝ ድንበር መስመር"
-#: frmsel.hrc:32
+#: svx/inc/frmsel.hrc:32
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Top border line"
msgstr "የ ላይ ድንበር መስመር"
-#: frmsel.hrc:33
+#: svx/inc/frmsel.hrc:33
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Bottom border line"
msgstr "የ ታች ድንበር መስመር"
-#: frmsel.hrc:34
+#: svx/inc/frmsel.hrc:34
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Horizontal border line"
msgstr "የ አግድም ድንበር መስመር"
-#: frmsel.hrc:35
+#: svx/inc/frmsel.hrc:35
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Vertical border line"
msgstr "የ ቁመት ድንበር መስመር"
-#: frmsel.hrc:36
+#: svx/inc/frmsel.hrc:36
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Diagonal border line from top left to bottom right"
msgstr "የ ሰያፍ ድንበር መስመር ከ ላይ በ ግራ እስከ ታች ቀኝ በኩል"
-#: frmsel.hrc:37
+#: svx/inc/frmsel.hrc:37
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Diagonal border line from bottom left to top right"
msgstr "የ ሰያፍ ድንበር መስመር ከ ታች በ ግራ እስከ ላይ ቀኝ በኩል"
-#: frmsel.hrc:42
+#: svx/inc/frmsel.hrc:42
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Border setting"
msgstr "ድንበር ማሰናጃ"
-#: frmsel.hrc:43
+#: svx/inc/frmsel.hrc:43
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Left border line"
msgstr "የ ግራ ድንበር መስመር"
-#: frmsel.hrc:44
+#: svx/inc/frmsel.hrc:44
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Right border line"
msgstr "የ ቀኝ ድንበር መስመር"
-#: frmsel.hrc:45
+#: svx/inc/frmsel.hrc:45
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Top border line"
msgstr "የ ላይ ድንበር መስመር"
-#: frmsel.hrc:46
+#: svx/inc/frmsel.hrc:46
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Bottom border line"
msgstr "የ ታች ድንበር መስመር"
-#: frmsel.hrc:47
+#: svx/inc/frmsel.hrc:47
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Horizontal border line"
msgstr "የ አግድም ድንበር መስመር"
-#: frmsel.hrc:48
+#: svx/inc/frmsel.hrc:48
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Vertical border line"
msgstr "የ ቁመት ድንበር መስመር"
-#: frmsel.hrc:49
+#: svx/inc/frmsel.hrc:49
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Diagonal border line from top left to bottom right"
msgstr "የ ሰያፍ ድንበር መስመር ከ ላይ በ ግራ እስከ ታች ቀኝ በኩል"
-#: frmsel.hrc:50
+#: svx/inc/frmsel.hrc:50
msgctxt "RID_SVXSTR_FRMSEL_DESCRIPTIONS"
msgid "Diagonal border line from bottom left to top right"
msgstr "የ ሰያፍ ድንበር መስመር ከ ታች በ ግራ እስከ ላይ ቀኝ በኩል"
-#: numberingtype.hrc:29
+#: svx/inc/numberingtype.hrc:29
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "None"
msgstr "ምንም"
#. SVX_NUM_NUMBER_NONE
-#: numberingtype.hrc:30
+#: svx/inc/numberingtype.hrc:30
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Bullet"
msgstr "ነጥብ"
#. SVX_NUM_CHAR_SPECIAL
-#: numberingtype.hrc:31
+#: svx/inc/numberingtype.hrc:31
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Graphics"
msgstr "ንድፍ"
#. SVX_NUM_BITMAP
-#: numberingtype.hrc:32
+#: svx/inc/numberingtype.hrc:32
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Linked graphics"
msgstr "የ ተገናኙ ንድፎች"
#. SVX_NUM_BITMAP|0x80
-#: numberingtype.hrc:33
+#: svx/inc/numberingtype.hrc:33
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#. SVX_NUM_ARABIC
-#: numberingtype.hrc:34
+#: svx/inc/numberingtype.hrc:34
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#. SVX_NUM_CHARS_UPPER_LETTER
-#: numberingtype.hrc:35
+#: svx/inc/numberingtype.hrc:35
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#. SVX_NUM_CHARS_LOWER_LETTER
-#: numberingtype.hrc:36
+#: svx/inc/numberingtype.hrc:36
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#. SVX_NUM_ROMAN_UPPER
-#: numberingtype.hrc:37
+#: svx/inc/numberingtype.hrc:37
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#. SVX_NUM_ROMAN_LOWER
-#: numberingtype.hrc:38
+#: svx/inc/numberingtype.hrc:38
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#. SVX_NUM_CHARS_UPPER_LETTER_N
-#: numberingtype.hrc:39
+#: svx/inc/numberingtype.hrc:39
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "a, .., aa, .., aaa, ..."
msgstr "a, .., aa, .., aaa, ..."
#. SVX_NUM_CHARS_LOWER_LETTER_N
-#: numberingtype.hrc:40
+#: svx/inc/numberingtype.hrc:40
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Native Numbering"
msgstr "Native Numbering"
#. NATIVE_NUMBERING
-#: numberingtype.hrc:41
+#: svx/inc/numberingtype.hrc:41
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Аб, ... (Bulgarian)"
#. CHARS_CYRILLIC_UPPER_LETTER_BG
-#: numberingtype.hrc:42
+#: svx/inc/numberingtype.hrc:42
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
msgstr "а, б, .., аа, аб, ... (Bulgarian)"
#. CHARS_CYRILLIC_LOWER_LETTER_BG
-#: numberingtype.hrc:43
+#: svx/inc/numberingtype.hrc:43
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
msgstr "А, Б, .., Аа, Бб, ... (Bulgarian)"
#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
-#: numberingtype.hrc:44
+#: svx/inc/numberingtype.hrc:44
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
msgstr "а, б, .., аа, бб, ... (Bulgarian)"
#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
-#: numberingtype.hrc:45
+#: svx/inc/numberingtype.hrc:45
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
msgstr "А, Б, .., Аа, Аб, ... (Russian)"
#. CHARS_CYRILLIC_UPPER_LETTER_RU
-#: numberingtype.hrc:46
+#: svx/inc/numberingtype.hrc:46
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
msgstr "а, б, .., аа, аб, ... (Russian)"
#. CHARS_CYRILLIC_LOWER_LETTER_RU
-#: numberingtype.hrc:47
+#: svx/inc/numberingtype.hrc:47
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
msgstr "А, Б, .., Аа, Бб, ... (Russian)"
#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
-#: numberingtype.hrc:48
+#: svx/inc/numberingtype.hrc:48
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
msgstr "а, б, .., аа, бб, ... (Russian)"
#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
-#: numberingtype.hrc:49
+#: svx/inc/numberingtype.hrc:49
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
msgstr "А, Б, .., Аа, Аб, ... (Serbian)"
#. CHARS_CYRILLIC_UPPER_LETTER_SR
-#: numberingtype.hrc:50
+#: svx/inc/numberingtype.hrc:50
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
msgstr "а, б, .., аа, аб, ... (Serbian)"
#. CHARS_CYRILLIC_LOWER_LETTER_SR
-#: numberingtype.hrc:51
+#: svx/inc/numberingtype.hrc:51
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
msgstr "А, Б, .., Аа, Бб, ... (Serbian)"
#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
-#: numberingtype.hrc:52
+#: svx/inc/numberingtype.hrc:52
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
msgstr "а, б, .., аа, бб, ... (Serbian)"
#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
-#: numberingtype.hrc:53
+#: svx/inc/numberingtype.hrc:53
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
msgstr "Α, Β, Γ, ... (Greek Upper Letter)"
#. CHARS_GREEK_UPPER_LETTER
-#: numberingtype.hrc:54
+#: svx/inc/numberingtype.hrc:54
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "α, β, γ, ... (Greek Lower Letter)"
msgstr "α, β, γ, ... (Greek Lower Letter)"
#. CHARS_GREEK_LOWER_LETTER
-#: numberingtype.hrc:55
+#: svx/inc/numberingtype.hrc:55
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...י, יא...כ, ..."
msgstr "א...י, יא...כ, ..."
#. NUMBER_HEBREW
-#: numberingtype.hrc:56
+#: svx/inc/numberingtype.hrc:56
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "א...ת, אא...תת, ..."
msgstr "א...ת, אא...תת, ..."
-#: samecontent.hrc:18
+#. CHARS_HEBREW
+#: svx/inc/numberingtype.hrc:57
+msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
+msgid "١, ٢, ٣, ٤, ... (Arabic)"
+msgstr "١, ٢, ٣, ٤, ... (Arabic)"
+
+#. NUMBER_ARABIC_INDIC
+#: svx/inc/numberingtype.hrc:58
+msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
+msgid "۱, ۲, ۳, ۴, ... (Farsi)"
+msgstr "۱, ۲, ۳, ۴, ... (Farsi)"
+
+#. NUMBER_EAST_ARABIC_INDIC
+#: svx/inc/numberingtype.hrc:59
+msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
+msgid "१, २, ३, ..."
+msgstr "१, २, ३, ..."
+
+#: svx/inc/samecontent.hrc:18
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "All Pages"
msgstr "ሁሉንም ገጾች"
-#: samecontent.hrc:19
+#: svx/inc/samecontent.hrc:19
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "First Page"
msgstr "የ መጀመሪያው ገጽ"
-#: samecontent.hrc:20
+#: svx/inc/samecontent.hrc:20
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "Left and Right Pages"
msgstr "የ ግራ እና የ ቀኝ ገጾች"
-#: samecontent.hrc:21
+#: svx/inc/samecontent.hrc:21
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "First, Left and Right Pages"
msgstr "መጀመሪያ: በ ግራ እና በ ቀኝ ገጾች"
-#: spacing.hrc:18
+#: svx/inc/spacing.hrc:18
msgctxt "RID_SVXSTRARY_SPACING"
msgid "None"
msgstr "ምንም"
-#: spacing.hrc:19
+#: svx/inc/spacing.hrc:19
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Extra Small (1/16\")"
msgstr "በጣም ትንሽ (1/16\")"
-#: spacing.hrc:20
+#: svx/inc/spacing.hrc:20
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Small (1/8\")"
msgstr "ትንሽ (1/8\")"
-#: spacing.hrc:21
+#: svx/inc/spacing.hrc:21
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Small Medium (1/4\")"
msgstr "ትንሽ መካከለኛ (1/4\")"
-#: spacing.hrc:22
+#: svx/inc/spacing.hrc:22
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Medium (3/8\")"
msgstr "መካከለኛ (3/8\")"
-#: spacing.hrc:23
+#: svx/inc/spacing.hrc:23
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Medium Large (1/2\")"
msgstr "መካከለኛ ትልቅ (1/2\")"
-#: spacing.hrc:24
+#: svx/inc/spacing.hrc:24
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Large (3/4\")"
msgstr "ትልቅ (3/4\")"
-#: spacing.hrc:25
+#: svx/inc/spacing.hrc:25
msgctxt "RID_SVXSTRARY_SPACING"
msgid "Extra Large (1\")"
msgstr "በጣም ትልቅ (1\")"
-#: svxerr.hrc:33
+#: svx/inc/svxerr.hrc:33
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) executing the thesaurus."
msgstr "$(ERR) ተመሳሳይ በ ማስኬድ ላይ"
-#: svxerr.hrc:35
+#: svx/inc/svxerr.hrc:35
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) executing the spellcheck."
msgstr "$(ERR) ፊደል ማረሚያ በ ማስኬድ ላይ"
-#: svxerr.hrc:37
+#: svx/inc/svxerr.hrc:37
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) executing the hyphenation."
msgstr "$(ERR) ጭረት በ ማስኬድ ላይ"
-#: svxerr.hrc:39
+#: svx/inc/svxerr.hrc:39
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) creating a dictionary."
msgstr "$(ERR) መዝገበ ቃላት በ መፍጠር ላይ"
-#: svxerr.hrc:41
+#: svx/inc/svxerr.hrc:41
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) setting background attribute."
msgstr "$(ERR) የ መደብ መለያ ማሰናጃ"
-#: svxerr.hrc:43
+#: svx/inc/svxerr.hrc:43
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) loading the graphics."
msgstr "$(ERR) ንድፎች በ መጫን ላይ"
-#: svxerr.hrc:51
+#: svx/inc/svxerr.hrc:51
msgctxt "RID_SVXERRCODE"
msgid ""
"$(ARG1) is not supported by the spellcheck function or is not presently active.\n"
@@ -549,57 +567,57 @@ msgstr ""
"እባክዎን አገጣጠሙን ይመርምሩ እና የሚያስፈልገውን የ ቋንቋ ክፍል ይግጠሙ\n"
"ወይንም ያስነሱ 'መሳሪያዎች - ምርጫዎች - ቋንቋ ማሰናጃ - የ መጻፊያ እርዳታ'"
-#: svxerr.hrc:53
+#: svx/inc/svxerr.hrc:53
msgctxt "RID_SVXERRCODE"
msgid "Spellcheck is not available."
msgstr "ፊደል ማረሚያው ዝግጁ አይደለም"
-#: svxerr.hrc:55
+#: svx/inc/svxerr.hrc:55
msgctxt "RID_SVXERRCODE"
msgid "The custom dictionary $(ARG1) cannot be created."
msgstr "ይህን መዝገበ ቃላት ማስተካከያ $(ARG1) መፍጠር አልተቻለም"
-#: svxerr.hrc:57
+#: svx/inc/svxerr.hrc:57
msgctxt "RID_SVXERRCODE"
msgid "The graphic $(ARG1) could not be found."
msgstr "ይህን ንድፍ $(ARG1) ማግኘት አልተቻለም"
-#: svxerr.hrc:59
+#: svx/inc/svxerr.hrc:59
msgctxt "RID_SVXERRCODE"
msgid "An unlinked graphic could not be loaded."
msgstr "ያልተገናኘን ንድፍ መጫን አይቻልም"
-#: svxerr.hrc:61
+#: svx/inc/svxerr.hrc:61
msgctxt "RID_SVXERRCODE"
msgid "A language has not been fixed for the selected term."
msgstr "ቋንቋው ለ ተመረጠው ስራ አልተጠገነም"
-#: svxerr.hrc:63
+#: 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 "ሁሉም ለውጦች ወደ Basic Code ጠፍተዋል: ዋናው የ VBA Macro Code በምትኩ ተቀምጧል"
-#: svxerr.hrc:65
+#: svx/inc/svxerr.hrc:65
msgctxt "RID_SVXERRCODE"
msgid "The original VBA Basic Code contained in the document will not be saved."
msgstr "ዋናው የ VBA Basic Code በ ሰነዱ ውስጥ የተያዘው አይቀመጥም"
-#: svxerr.hrc:67
+#: svx/inc/svxerr.hrc:67
msgctxt "RID_SVXERRCODE"
msgid "The password is incorrect. The document cannot be opened."
msgstr "የ መግቢያ ቃሉ የተሳሳተ ነው: ስለዚህ ሰነዱን መክፈት አይቻልም"
-#: svxerr.hrc:69
+#: svx/inc/svxerr.hrc:69
msgctxt "RID_SVXERRCODE"
msgid "The encryption method used in this document is not supported. Only Microsoft Office 97/2000 compatible password encryption is supported."
msgstr "የ መመስጠሪያ ዘዴ ለዚህ ሰነድ የተጠቀሙት የተደገፈ አይደለም: የ Microsoft Office 97/2000 ተስማሚ የ መግቢያ ቃል መመስጠሪያ ብቻ ይደገፋል"
-#: svxerr.hrc:71
+#: svx/inc/svxerr.hrc:71
msgctxt "RID_SVXERRCODE"
msgid "The loading of password-encrypted Microsoft PowerPoint presentations is not supported."
msgstr "የሚጫነው የ መግቢያ ቃል-መመስጠሪያ Microsoft PowerPoint presentations የተደገፈ አይደለም"
-#: svxerr.hrc:73
+#: svx/inc/svxerr.hrc:73
msgctxt "RID_SVXERRCODE"
msgid ""
"Password protection is not supported when documents are saved in a Microsoft Office format.\n"
@@ -608,1954 +626,1977 @@ msgstr ""
"በ መግቢያ ቃል ሰነዶችን መጠበቅ የተደገፈ አይደለም: ሰነዶች በ Microsoft Office format ሲቀመጡ\n"
"ሰነዱን ያለ መግቢያ ቃል ጥበቃ ማስቀመጥ ይፈልጋሉ?"
-#: swframeposstrings.hrc:28
+#: svx/inc/swframeposstrings.hrc:28
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Left"
msgstr "በ ግራ"
-#: swframeposstrings.hrc:29
+#: svx/inc/swframeposstrings.hrc:29
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right"
msgstr "በ ቀኝ"
-#: swframeposstrings.hrc:30
+#: svx/inc/swframeposstrings.hrc:30
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From left"
msgstr "ከ ግራ"
-#: swframeposstrings.hrc:31
+#: svx/inc/swframeposstrings.hrc:31
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Inside"
msgstr "ውስጥ"
-#: swframeposstrings.hrc:32
+#: svx/inc/swframeposstrings.hrc:32
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Outside"
msgstr "ውጪ"
-#: swframeposstrings.hrc:33
+#: svx/inc/swframeposstrings.hrc:33
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From inside"
msgstr "ከ ውስጥ"
-#: swframeposstrings.hrc:34
+#: svx/inc/swframeposstrings.hrc:34
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Paragraph area"
msgstr "የ አንቀጽ ቦታ"
-#: swframeposstrings.hrc:35
-#: /home/cl/vc/git/libo-core/svx/inc/swframeposstrings.hrc:50
+#: svx/inc/swframeposstrings.hrc:35 svx/inc/swframeposstrings.hrc:50
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Paragraph text area"
msgstr "የ አንቀጽ ጽሁፍ ቦታ"
-#: swframeposstrings.hrc:36
+#: svx/inc/swframeposstrings.hrc:36
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Left page border"
msgstr "የ ግራ ገጽ ድንበር"
-#: swframeposstrings.hrc:37
+#: svx/inc/swframeposstrings.hrc:37
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right page border"
msgstr "የ ቀኝ ገጽ ድንበር"
-#: swframeposstrings.hrc:38
+#: svx/inc/swframeposstrings.hrc:38
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Left paragraph border"
msgstr "የ ግራ አንቀጽ ድንበር"
-#: swframeposstrings.hrc:39
+#: svx/inc/swframeposstrings.hrc:39
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right paragraph border"
msgstr "የ ቀኝ አንቀጽ ድንበር"
-#: swframeposstrings.hrc:40
+#: svx/inc/swframeposstrings.hrc:40
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Inner page border"
msgstr "የ ውስጥ ገጽ ድንበር"
-#: swframeposstrings.hrc:41
+#: svx/inc/swframeposstrings.hrc:41
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Outer page border"
msgstr "የ ውጪ ገጽ ድንበር"
-#: swframeposstrings.hrc:42
+#: svx/inc/swframeposstrings.hrc:42
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Inner paragraph border"
msgstr "የ ውስጥ አንቀጽ ድንበር"
-#: swframeposstrings.hrc:43
+#: svx/inc/swframeposstrings.hrc:43
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Outer paragraph border"
msgstr "የ ውጪ አንቀጽ ድንበር"
-#: swframeposstrings.hrc:44
+#: svx/inc/swframeposstrings.hrc:44
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire page"
msgstr "ጠቅላላ ገጹን"
-#: swframeposstrings.hrc:45
+#: svx/inc/swframeposstrings.hrc:45
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Page text area"
msgstr "የ ገጽ ጽሁፍ ቦታ"
-#: swframeposstrings.hrc:46
+#: svx/inc/swframeposstrings.hrc:46
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Base line"
msgstr "መሰረታዊ መስመር"
-#: swframeposstrings.hrc:47
+#: svx/inc/swframeposstrings.hrc:47
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Character"
msgstr "ባህሪ"
-#: swframeposstrings.hrc:48
+#: svx/inc/swframeposstrings.hrc:48
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Row"
msgstr "ረድፍ"
-#: swframeposstrings.hrc:49
+#: svx/inc/swframeposstrings.hrc:49
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Margin"
msgstr "መስመር"
-#: swframeposstrings.hrc:51
+#: svx/inc/swframeposstrings.hrc:51
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Left frame border"
msgstr "የ ግራ ክፈፍ ድንበር"
-#: swframeposstrings.hrc:52
+#: svx/inc/swframeposstrings.hrc:52
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Right frame border"
msgstr "የ ቀኝ ክፈፍ ድንበር"
-#: swframeposstrings.hrc:53
+#: svx/inc/swframeposstrings.hrc:53
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Entire frame"
msgstr "ጠቅላላ ክፈፉ"
-#: swframeposstrings.hrc:54
+#: svx/inc/swframeposstrings.hrc:54
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Frame text area"
msgstr "የ ክፈፍ ጽሁፍ ቦታ"
-#: swframeposstrings.hrc:55
+#: svx/inc/swframeposstrings.hrc:55
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Inner frame border"
msgstr "የ ውስጥ ክፈፍ ድንበር"
-#: swframeposstrings.hrc:56
+#: svx/inc/swframeposstrings.hrc:56
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Outer frame border"
msgstr "የ ውጪ ክፈፍ ድንበር"
-#: swframeposstrings.hrc:57
+#: svx/inc/swframeposstrings.hrc:57
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Top"
msgstr "ከ ላይ"
-#: swframeposstrings.hrc:58
+#: svx/inc/swframeposstrings.hrc:58
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Bottom"
msgstr "ከ ታች"
-#: swframeposstrings.hrc:59
-#: /home/cl/vc/git/libo-core/svx/inc/swframeposstrings.hrc:60
+#: svx/inc/swframeposstrings.hrc:59 svx/inc/swframeposstrings.hrc:60
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Center"
msgstr "መሀከል"
-#: swframeposstrings.hrc:61
+#: svx/inc/swframeposstrings.hrc:61
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From top"
msgstr "ከ ላይ"
-#: swframeposstrings.hrc:62
+#: svx/inc/swframeposstrings.hrc:62
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From bottom"
msgstr "ከ ታች"
-#: swframeposstrings.hrc:63
+#: svx/inc/swframeposstrings.hrc:63
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Below"
msgstr "ከ ታች"
-#: swframeposstrings.hrc:64
+#: svx/inc/swframeposstrings.hrc:64
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "From right"
msgstr "ከ ቀኝ"
-#: swframeposstrings.hrc:65
+#: svx/inc/swframeposstrings.hrc:65
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Top page border"
msgstr "የ ላይ ገጽ ድንበር"
-#: swframeposstrings.hrc:66
+#: svx/inc/swframeposstrings.hrc:66
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Bottom page border"
msgstr "የ ታች ገጽ ድንበር"
-#: swframeposstrings.hrc:67
+#: svx/inc/swframeposstrings.hrc:67
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Top paragraph border"
msgstr "የ ላይ አንቀጽ ድንበር"
-#: swframeposstrings.hrc:68
+#: svx/inc/swframeposstrings.hrc:68
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Bottom paragraph border"
msgstr "የ ታች አንቀጽ ድንበር"
-#: swframeposstrings.hrc:69
+#: svx/inc/swframeposstrings.hrc:69
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Line of text"
msgstr "የ ጽሁፍ መስመር"
-#: tabwin.hrc:27
+#: svx/inc/tabwin.hrc:27
msgctxt "RID_RSC_TABWIN_PREFIX"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: tabwin.hrc:28
+#: svx/inc/tabwin.hrc:28
msgctxt "RID_RSC_TABWIN_PREFIX"
msgid "Query"
msgstr "ጥያቄ"
-#: tabwin.hrc:29
+#: svx/inc/tabwin.hrc:29
msgctxt "RID_RSC_TABWIN_PREFIX"
msgid "SQL"
msgstr "SQL"
-#: txenctab.hrc:32
+#: svx/inc/txenctab.hrc:32
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (Windows-1252/WinLatin 1)"
msgstr "Western Europe (Windows-1252/WinLatin 1)"
-#: txenctab.hrc:33
+#: svx/inc/txenctab.hrc:33
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (Apple Macintosh)"
msgstr "Western Europe (Apple Macintosh)"
-#: txenctab.hrc:34
+#: svx/inc/txenctab.hrc:34
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-850/International)"
msgstr "Western Europe (DOS/OS2-850/International)"
-#: txenctab.hrc:35
+#: svx/inc/txenctab.hrc:35
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-437/US)"
msgstr "Western Europe (DOS/OS2-437/US)"
-#: txenctab.hrc:36
+#: svx/inc/txenctab.hrc:36
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-860/Portuguese)"
msgstr "Western Europe (DOS/OS2-860/Portuguese)"
-#: txenctab.hrc:37
+#: svx/inc/txenctab.hrc:37
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-861/Icelandic)"
msgstr "Western Europe (DOS/OS2-861/Icelandic)"
-#: txenctab.hrc:38
+#: svx/inc/txenctab.hrc:38
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-863/French (Can.))"
msgstr "Western Europe (DOS/OS2-863/French (Can.))"
-#: txenctab.hrc:39
+#: svx/inc/txenctab.hrc:39
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (DOS/OS2-865/Nordic)"
msgstr "Western Europe (DOS/OS2-865/Nordic)"
-#: txenctab.hrc:40
+#: svx/inc/txenctab.hrc:40
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (ASCII/US)"
msgstr "Western Europe (ASCII/US)"
-#: txenctab.hrc:41
+#: svx/inc/txenctab.hrc:41
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (ISO-8859-1)"
msgstr "Western Europe (ISO-8859-1)"
-#: txenctab.hrc:42
+#: svx/inc/txenctab.hrc:42
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (ISO-8859-2)"
msgstr "Eastern Europe (ISO-8859-2)"
-#: txenctab.hrc:43
+#: svx/inc/txenctab.hrc:43
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Latin 3 (ISO-8859-3)"
msgstr "Latin 3 (ISO-8859-3)"
-#: txenctab.hrc:44
+#: svx/inc/txenctab.hrc:44
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Baltic (ISO-8859-4)"
msgstr "Baltic (ISO-8859-4)"
-#: txenctab.hrc:45
+#: svx/inc/txenctab.hrc:45
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (ISO-8859-5)"
msgstr "Cyrillic (ISO-8859-5)"
-#: txenctab.hrc:46
+#: svx/inc/txenctab.hrc:46
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Arabic (ISO-8859-6)"
msgstr "Arabic (ISO-8859-6)"
-#: txenctab.hrc:47
+#: svx/inc/txenctab.hrc:47
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (ISO-8859-7)"
msgstr "Greek (ISO-8859-7)"
-#: txenctab.hrc:48
+#: svx/inc/txenctab.hrc:48
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Hebrew (ISO-8859-8)"
msgstr "Hebrew (ISO-8859-8)"
-#: txenctab.hrc:49
+#: svx/inc/txenctab.hrc:49
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Turkish (ISO-8859-9)"
msgstr "Turkish (ISO-8859-9)"
-#: txenctab.hrc:50
+#: svx/inc/txenctab.hrc:50
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (ISO-8859-14)"
msgstr "Western Europe (ISO-8859-14)"
-#: txenctab.hrc:51
+#: svx/inc/txenctab.hrc:51
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (ISO-8859-15/EURO)"
msgstr "Western Europe (ISO-8859-15/EURO)"
-#: txenctab.hrc:52
+#: svx/inc/txenctab.hrc:52
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (DOS/OS2-737)"
msgstr "Greek (DOS/OS2-737)"
-#: txenctab.hrc:53
+#: svx/inc/txenctab.hrc:53
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Baltic (DOS/OS2-775)"
msgstr "Baltic (DOS/OS2-775)"
-#: txenctab.hrc:54
+#: svx/inc/txenctab.hrc:54
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (DOS/OS2-852)"
msgstr "Eastern Europe (DOS/OS2-852)"
-#: txenctab.hrc:55
+#: svx/inc/txenctab.hrc:55
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (DOS/OS2-855)"
msgstr "Cyrillic (DOS/OS2-855)"
-#: txenctab.hrc:56
+#: svx/inc/txenctab.hrc:56
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Turkish (DOS/OS2-857)"
msgstr "Turkish (DOS/OS2-857)"
-#: txenctab.hrc:57
+#: svx/inc/txenctab.hrc:57
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Hebrew (DOS/OS2-862)"
msgstr "Hebrew (DOS/OS2-862)"
-#: txenctab.hrc:58
+#: svx/inc/txenctab.hrc:58
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Arabic (DOS/OS2-864)"
msgstr "Arabic (DOS/OS2-864)"
-#: txenctab.hrc:59
+#: svx/inc/txenctab.hrc:59
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (DOS/OS2-866/Russian)"
msgstr "Cyrillic (DOS/OS2-866/Russian)"
-#: txenctab.hrc:60
+#: svx/inc/txenctab.hrc:60
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (DOS/OS2-869/Modern)"
msgstr "Greek (DOS/OS2-869/Modern)"
-#: txenctab.hrc:61
+#: svx/inc/txenctab.hrc:61
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (Windows-1250/WinLatin 2)"
msgstr "Eastern Europe (Windows-1250/WinLatin 2)"
-#: txenctab.hrc:62
+#: svx/inc/txenctab.hrc:62
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (Windows-1251)"
msgstr "Cyrillic (Windows-1251)"
-#: txenctab.hrc:63
+#: svx/inc/txenctab.hrc:63
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (Windows-1253)"
msgstr "Greek (Windows-1253)"
-#: txenctab.hrc:64
+#: svx/inc/txenctab.hrc:64
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Turkish (Windows-1254)"
msgstr "Turkish (Windows-1254)"
-#: txenctab.hrc:65
+#: svx/inc/txenctab.hrc:65
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Hebrew (Windows-1255)"
msgstr "Hebrew (Windows-1255)"
-#: txenctab.hrc:66
+#: svx/inc/txenctab.hrc:66
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Arabic (Windows-1256)"
msgstr "Arabic (Windows-1256)"
-#: txenctab.hrc:67
+#: svx/inc/txenctab.hrc:67
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Baltic (Windows-1257)"
msgstr "Baltic (Windows-1257)"
-#: txenctab.hrc:68
+#: svx/inc/txenctab.hrc:68
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Vietnamese (Windows-1258)"
msgstr "Vietnamese (Windows-1258)"
-#: txenctab.hrc:69
+#: svx/inc/txenctab.hrc:69
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (Apple Macintosh)"
msgstr "Eastern Europe (Apple Macintosh)"
-#: txenctab.hrc:70
+#: svx/inc/txenctab.hrc:70
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (Apple Macintosh/Croatian)"
msgstr "Eastern Europe (Apple Macintosh/Croatian)"
-#: txenctab.hrc:71
+#: svx/inc/txenctab.hrc:71
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (Apple Macintosh)"
msgstr "Cyrillic (Apple Macintosh)"
-#: txenctab.hrc:72
+#: svx/inc/txenctab.hrc:72
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Greek (Apple Macintosh)"
msgstr "Greek (Apple Macintosh)"
-#: txenctab.hrc:73
+#: svx/inc/txenctab.hrc:73
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Western Europe (Apple Macintosh/Icelandic)"
msgstr "Western Europe (Apple Macintosh/Icelandic)"
-#: txenctab.hrc:74
+#: svx/inc/txenctab.hrc:74
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (Apple Macintosh/Romanian)"
msgstr "Eastern Europe (Apple Macintosh/Romanian)"
-#: txenctab.hrc:75
+#: svx/inc/txenctab.hrc:75
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Turkish (Apple Macintosh)"
msgstr "Turkish (Apple Macintosh)"
-#: txenctab.hrc:76
+#: svx/inc/txenctab.hrc:76
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (Apple Macintosh/Ukrainian)"
msgstr "Cyrillic (Apple Macintosh/Ukrainian)"
-#: txenctab.hrc:77
+#: svx/inc/txenctab.hrc:77
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (Apple Macintosh)"
msgstr "Chinese simplified (Apple Macintosh)"
-#: txenctab.hrc:78
+#: svx/inc/txenctab.hrc:78
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (Apple Macintosh)"
msgstr "Chinese traditional (Apple Macintosh)"
-#: txenctab.hrc:79
+#: svx/inc/txenctab.hrc:79
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (Apple Macintosh)"
msgstr "Japanese (Apple Macintosh)"
-#: txenctab.hrc:80
+#: svx/inc/txenctab.hrc:80
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (Apple Macintosh)"
msgstr "Korean (Apple Macintosh)"
-#: txenctab.hrc:81
+#: svx/inc/txenctab.hrc:81
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (Windows-932)"
msgstr "Japanese (Windows-932)"
-#: txenctab.hrc:82
+#: svx/inc/txenctab.hrc:82
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (Windows-936)"
msgstr "Chinese simplified (Windows-936)"
-#: txenctab.hrc:83
+#: svx/inc/txenctab.hrc:83
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (Windows-949)"
msgstr "Korean (Windows-949)"
-#: txenctab.hrc:84
+#: svx/inc/txenctab.hrc:84
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (Windows-950)"
msgstr "Chinese traditional (Windows-950)"
-#: txenctab.hrc:85
+#: svx/inc/txenctab.hrc:85
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (Shift-JIS)"
msgstr "Japanese (Shift-JIS)"
-#: txenctab.hrc:86
+#: svx/inc/txenctab.hrc:86
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (GB-2312)"
msgstr "Chinese simplified (GB-2312)"
-#: txenctab.hrc:87
+#: svx/inc/txenctab.hrc:87
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (GB-18030)"
msgstr "Chinese simplified (GB-18030)"
-#: txenctab.hrc:88
+#: svx/inc/txenctab.hrc:88
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (GBT-12345)"
msgstr "Chinese traditional (GBT-12345)"
-#: txenctab.hrc:89
+#: svx/inc/txenctab.hrc:89
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (GBK/GB-2312-80)"
msgstr "Chinese simplified (GBK/GB-2312-80)"
-#: txenctab.hrc:90
+#: svx/inc/txenctab.hrc:90
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (Big5)"
msgstr "Chinese traditional (Big5)"
-#: txenctab.hrc:91
+#: svx/inc/txenctab.hrc:91
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (BIG5-HKSCS)"
msgstr "Chinese traditional (BIG5-HKSCS)"
-#: txenctab.hrc:92
+#: svx/inc/txenctab.hrc:92
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (EUC-JP)"
msgstr "Japanese (EUC-JP)"
-#: txenctab.hrc:93
+#: svx/inc/txenctab.hrc:93
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (EUC-CN)"
msgstr "Chinese simplified (EUC-CN)"
-#: txenctab.hrc:94
+#: svx/inc/txenctab.hrc:94
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese traditional (EUC-TW)"
msgstr "Chinese traditional (EUC-TW)"
-#: txenctab.hrc:95
+#: svx/inc/txenctab.hrc:95
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Japanese (ISO-2022-JP)"
msgstr "Japanese (ISO-2022-JP)"
-#: txenctab.hrc:96
+#: svx/inc/txenctab.hrc:96
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Chinese simplified (ISO-2022-CN)"
msgstr "Chinese simplified (ISO-2022-CN)"
-#: txenctab.hrc:97
+#: svx/inc/txenctab.hrc:97
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (KOI8-R)"
msgstr "Cyrillic (KOI8-R)"
-#: txenctab.hrc:98
+#: svx/inc/txenctab.hrc:98
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Unicode (UTF-7)"
msgstr "Unicode (UTF-7)"
-#: txenctab.hrc:99
+#: svx/inc/txenctab.hrc:99
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Unicode (UTF-8)"
msgstr "Unicode (UTF-8)"
-#: txenctab.hrc:100
+#: svx/inc/txenctab.hrc:100
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (ISO-8859-10)"
msgstr "Eastern Europe (ISO-8859-10)"
-#: txenctab.hrc:101
+#: svx/inc/txenctab.hrc:101
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Eastern Europe (ISO-8859-13)"
msgstr "Eastern Europe (ISO-8859-13)"
-#: txenctab.hrc:102
+#: svx/inc/txenctab.hrc:102
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (EUC-KR)"
msgstr "Korean (EUC-KR)"
-#: txenctab.hrc:103
+#: svx/inc/txenctab.hrc:103
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (ISO-2022-KR)"
msgstr "Korean (ISO-2022-KR)"
-#: txenctab.hrc:104
+#: svx/inc/txenctab.hrc:104
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Korean (Windows-Johab-1361)"
msgstr "Korean (Windows-Johab-1361)"
-#: txenctab.hrc:105
+#: svx/inc/txenctab.hrc:105
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Unicode (UTF-16)"
msgstr "Unicode (UTF-16)"
-#: txenctab.hrc:106
+#: svx/inc/txenctab.hrc:106
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Thai (ISO-8859-11/TIS-620)"
msgstr "Thai (ISO-8859-11/TIS-620)"
-#: txenctab.hrc:107
+#: svx/inc/txenctab.hrc:107
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Thai (Windows-874)"
msgstr "Thai (Windows-874)"
-#: txenctab.hrc:108
+#: svx/inc/txenctab.hrc:108
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (KOI8-U)"
msgstr "Cyrillic (KOI8-U)"
-#: txenctab.hrc:109
+#: svx/inc/txenctab.hrc:109
msgctxt "RID_SVXSTR_TEXTENCODING_TABLE"
msgid "Cyrillic (PT154)"
msgstr "Cyrillic (PT154)"
-#: page.hrc:30
+#: svx/source/dialog/page.hrc:30
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "A6"
msgstr "A6"
-#: page.hrc:31
+#: svx/source/dialog/page.hrc:31
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "A5"
msgstr "A5"
-#: page.hrc:32
+#: svx/source/dialog/page.hrc:32
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "A4"
msgstr "A4"
-#: page.hrc:33
+#: svx/source/dialog/page.hrc:33
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "A3"
msgstr "A3"
-#: page.hrc:34
+#: svx/source/dialog/page.hrc:34
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B6 (ISO)"
msgstr "B6 (ISO)"
-#: page.hrc:35
+#: svx/source/dialog/page.hrc:35
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B5 (ISO)"
msgstr "B5 (ISO)"
-#: page.hrc:36
+#: svx/source/dialog/page.hrc:36
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B4 (ISO)"
msgstr "B4 (ISO)"
-#: page.hrc:37
+#: svx/source/dialog/page.hrc:37
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Letter"
msgstr "ደብዳቤ"
-#: page.hrc:38
+#: svx/source/dialog/page.hrc:38
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Legal"
msgstr "ሕጋዊ"
-#: page.hrc:39
+#: svx/source/dialog/page.hrc:39
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Long Bond"
msgstr "ረጅም Bond"
-#: page.hrc:40
+#: svx/source/dialog/page.hrc:40
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Tabloid"
msgstr "ታብሎዪድ"
-#: page.hrc:41
+#: svx/source/dialog/page.hrc:41
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B6 (JIS)"
msgstr "B6 (JIS)"
-#: page.hrc:42
+#: svx/source/dialog/page.hrc:42
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B5 (JIS)"
msgstr "B5 (JIS)"
-#: page.hrc:43
+#: svx/source/dialog/page.hrc:43
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "B4 (JIS)"
msgstr "B4 (JIS)"
-#: page.hrc:44
+#: svx/source/dialog/page.hrc:44
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "16 Kai"
msgstr "16 Kai"
-#: page.hrc:45
+#: svx/source/dialog/page.hrc:45
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "32 Kai"
msgstr "32 Kai"
-#: page.hrc:46
+#: svx/source/dialog/page.hrc:46
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Big 32 Kai"
msgstr "Big 32 Kai"
-#: page.hrc:47
+#: svx/source/dialog/page.hrc:47
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "User"
msgstr "ተጠቃሚ"
-#: page.hrc:48
+#: svx/source/dialog/page.hrc:48
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "DL Envelope"
msgstr "DL ፖስታ"
-#: page.hrc:49
+#: svx/source/dialog/page.hrc:49
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "C6 Envelope"
msgstr "C6 ፖስታ"
-#: page.hrc:50
+#: svx/source/dialog/page.hrc:50
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "C6/5 Envelope"
msgstr "C6/5 ፖስታ"
-#: page.hrc:51
+#: svx/source/dialog/page.hrc:51
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "C5 Envelope"
msgstr "C5 ፖስታ"
-#: page.hrc:52
+#: svx/source/dialog/page.hrc:52
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "C4 Envelope"
msgstr "C4 ፖስታ"
-#: page.hrc:53
+#: svx/source/dialog/page.hrc:53
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#6¾ Envelope"
msgstr "#6¾ ፖስታ"
-#: page.hrc:54
+#: svx/source/dialog/page.hrc:54
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#7¾ (Monarch) Envelope"
msgstr "#7¾ (የ ነገስታት) ፖስታ"
-#: page.hrc:55
+#: svx/source/dialog/page.hrc:55
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#9 Envelope"
msgstr "#9 ፖስታ"
-#: page.hrc:56
+#: svx/source/dialog/page.hrc:56
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#10 Envelope"
msgstr "#10 ፖስታ"
-#: page.hrc:57
+#: svx/source/dialog/page.hrc:57
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#11 Envelope"
msgstr "#11 ፖስታ"
-#: page.hrc:58
+#: svx/source/dialog/page.hrc:58
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "#12 Envelope"
msgstr "#12 ፖስታ"
-#: page.hrc:59
+#: svx/source/dialog/page.hrc:59
msgctxt "RID_SVXSTRARY_PAPERSIZE_STD"
msgid "Japanese Postcard"
msgstr "የ ጃፓኒስ ፖስት ካርድ"
-#: page.hrc:64
+#: svx/source/dialog/page.hrc:64
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A6"
msgstr "A6"
-#: page.hrc:65
+#: svx/source/dialog/page.hrc:65
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A5"
msgstr "A5"
-#: page.hrc:66
+#: svx/source/dialog/page.hrc:66
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A4"
msgstr "A4"
-#: page.hrc:67
+#: svx/source/dialog/page.hrc:67
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A3"
msgstr "A3"
-#: page.hrc:68
+#: svx/source/dialog/page.hrc:68
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A2"
msgstr "A2"
-#: page.hrc:69
+#: svx/source/dialog/page.hrc:69
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A1"
msgstr "A1"
-#: page.hrc:70
+#: svx/source/dialog/page.hrc:70
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A0"
msgstr "A0"
-#: page.hrc:71
+#: svx/source/dialog/page.hrc:71
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B6 (ISO)"
msgstr "B6 (ISO)"
-#: page.hrc:72
+#: svx/source/dialog/page.hrc:72
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B5 (ISO)"
msgstr "B5 (ISO)"
-#: page.hrc:73
+#: svx/source/dialog/page.hrc:73
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B4 (ISO)"
msgstr "B4 (ISO)"
-#: page.hrc:74
+#: svx/source/dialog/page.hrc:74
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Letter"
msgstr "ደብዳቤ"
-#: page.hrc:75
+#: svx/source/dialog/page.hrc:75
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Legal"
msgstr "ሕጋዊ"
-#: page.hrc:76
+#: svx/source/dialog/page.hrc:76
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Long Bond"
msgstr "ረጅም Bond"
-#: page.hrc:77
+#: svx/source/dialog/page.hrc:77
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Tabloid"
msgstr "ታብሎዪድ"
-#: page.hrc:78
+#: svx/source/dialog/page.hrc:78
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B6 (JIS)"
msgstr "B6 (JIS)"
-#: page.hrc:79
+#: svx/source/dialog/page.hrc:79
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B5 (JIS)"
msgstr "B5 (JIS)"
-#: page.hrc:80
+#: svx/source/dialog/page.hrc:80
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "B4 (JIS)"
msgstr "B4 (JIS)"
-#: page.hrc:81
+#: svx/source/dialog/page.hrc:81
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "16 Kai"
msgstr "16 Kai"
-#: page.hrc:82
+#: svx/source/dialog/page.hrc:82
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "32 Kai"
msgstr "32 Kai"
-#: page.hrc:83
+#: svx/source/dialog/page.hrc:83
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Big 32 Kai"
msgstr "Big 32 Kai"
-#: page.hrc:84
+#: svx/source/dialog/page.hrc:84
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "User"
msgstr "ተጠቃሚ"
-#: page.hrc:85
+#: svx/source/dialog/page.hrc:85
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "DL Envelope"
msgstr "DL ፖስታ"
-#: page.hrc:86
+#: svx/source/dialog/page.hrc:86
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "C6 Envelope"
msgstr "C6 ፖስታ"
-#: page.hrc:87
+#: svx/source/dialog/page.hrc:87
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "C6/5 Envelope"
msgstr "C6/5 ፖስታ"
-#: page.hrc:88
+#: svx/source/dialog/page.hrc:88
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "C5 Envelope"
msgstr "C5 ፖስታ"
-#: page.hrc:89
+#: svx/source/dialog/page.hrc:89
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "C4 Envelope"
msgstr "C4 ፖስታ"
-#: page.hrc:90
+#: svx/source/dialog/page.hrc:90
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Dia Slide"
msgstr "ስእል ተንሸራታች"
-#: page.hrc:91
+#: svx/source/dialog/page.hrc:91
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Screen 4:3"
msgstr "መመልከቻ 4:3"
-#: page.hrc:92
+#: svx/source/dialog/page.hrc:92
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Screen 16:9"
msgstr "መመልከቻ 16:9"
-#: page.hrc:93
+#: svx/source/dialog/page.hrc:93
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Screen 16:10"
msgstr "መመልከቻ 16:10"
-#: page.hrc:94
+#: svx/source/dialog/page.hrc:94
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "Japanese Postcard"
msgstr "የ ጃፓኒስ ፖስት ካርድ"
-#: acceptrejectchangesdialog.ui:8
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:8
msgctxt "acceptrejectchangesdialog|AcceptRejectChangesDialog"
msgid "Manage Changes"
msgstr "ለውጦችን ማስተዳደሪያ"
-#: acceptrejectchangesdialog.ui:21
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:21
msgctxt "acceptrejectchangesdialog|accept"
msgid "_Accept"
msgstr "_ተቀብያለሁ"
-#: acceptrejectchangesdialog.ui:35
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:35
msgctxt "acceptrejectchangesdialog|reject"
msgid "_Reject"
msgstr "_አልቀበልም"
-#: acceptrejectchangesdialog.ui:49
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:49
msgctxt "acceptrejectchangesdialog|acceptall"
msgid "A_ccept All"
msgstr "ሁሉንም ተ_ቀብያለሁ"
-#: acceptrejectchangesdialog.ui:63
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:63
msgctxt "acceptrejectchangesdialog|rejectall"
msgid "R_eject All"
msgstr "ሁሉንም አ_ልቀበልም"
-#: acceptrejectchangesdialog.ui:134
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:134
msgctxt "acceptrejectchangesdialog|calcedit"
msgid "Edit Comment..."
msgstr "አስተያየት ማረሚያ..."
-#: acceptrejectchangesdialog.ui:141
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:141
msgctxt "acceptrejectchangesdialog|calcsort"
msgid "Sorting"
msgstr "በ መለየት ላይ"
-#: acceptrejectchangesdialog.ui:151
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:151
msgctxt "acceptrejectchangesdialog|calcaction"
msgid "Action"
msgstr "ተግባር"
-#: acceptrejectchangesdialog.ui:159
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:159
msgctxt "acceptrejectchangesdialog|calcposition"
msgid "Position"
msgstr "ቦታ"
-#: acceptrejectchangesdialog.ui:167
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:167
msgctxt "acceptrejectchangesdialog|calcauthor"
msgid "Author"
msgstr "ደራሲው"
-#: acceptrejectchangesdialog.ui:175
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:175
msgctxt "acceptrejectchangesdialog|calcdate"
msgid "Date"
msgstr "ቀን"
-#: acceptrejectchangesdialog.ui:183
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:183
msgctxt "acceptrejectchangesdialog|calcdesc"
msgid "Description"
msgstr "መግለጫ"
-#: acceptrejectchangesdialog.ui:199
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:199
msgctxt "acceptrejectchangesdialog|writeredit"
msgid "Edit Comment..."
msgstr "አስተያየት ማረሚያ..."
-#: acceptrejectchangesdialog.ui:206
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:206
msgctxt "acceptrejectchangesdialog|writersort"
msgid "Sort By"
msgstr "መለያ በ"
-#: acceptrejectchangesdialog.ui:216
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:216
msgctxt "acceptrejectchangesdialog|writeraction"
msgid "Action"
msgstr "ተግባር"
-#: acceptrejectchangesdialog.ui:224
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:224
msgctxt "acceptrejectchangesdialog|writerauthor"
msgid "Author"
msgstr "ደራሲው"
-#: acceptrejectchangesdialog.ui:232
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:232
msgctxt "acceptrejectchangesdialog|writerdate"
msgid "Date"
msgstr "ቀን"
-#: acceptrejectchangesdialog.ui:240
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:240
msgctxt "acceptrejectchangesdialog|writerdesc"
msgid "Comment"
msgstr "አስተያየት"
-#: acceptrejectchangesdialog.ui:248
+#: svx/uiconfig/ui/acceptrejectchangesdialog.ui:248
msgctxt "acceptrejectchangesdialog|writerposition"
msgid "Document Position"
msgstr "የ ሰነድ ቦታ"
-#: addconditiondialog.ui:8
+#: svx/uiconfig/ui/addconditiondialog.ui:8
msgctxt "addconditiondialog|AddConditionDialog"
msgid "Add Condition"
msgstr "ሁኔታ መጨመሪያ"
-#: addconditiondialog.ui:28
+#: svx/uiconfig/ui/addconditiondialog.ui:28
msgctxt "addconditiondialog|label1"
msgid "_Condition:"
msgstr "_ሁኔታ:"
-#: addconditiondialog.ui:69
+#: svx/uiconfig/ui/addconditiondialog.ui:69
msgctxt "addconditiondialog|label2"
msgid "_Result:"
msgstr "_ውጤት:"
-#: addconditiondialog.ui:94
+#: svx/uiconfig/ui/addconditiondialog.ui:94
msgctxt "addconditiondialog|edit"
msgid "_Edit Namespaces..."
msgstr "የ ስም ቦታዎች _ማረሚያ..."
-#: adddataitemdialog.ui:52
+#: svx/uiconfig/ui/adddataitemdialog.ui:51
msgctxt "adddataitemdialog|nameft"
msgid "_Name:"
msgstr "_ስም:"
-#: adddataitemdialog.ui:66
+#: svx/uiconfig/ui/adddataitemdialog.ui:65
msgctxt "adddataitemdialog|valueft"
msgid "_Default value:"
msgstr "_ነባር ዋጋ:"
-#: adddataitemdialog.ui:77
+#: svx/uiconfig/ui/adddataitemdialog.ui:76
msgctxt "adddataitemdialog|browse"
msgid "_Add..."
msgstr "_መጨመሪያ..."
-#: adddataitemdialog.ui:110
+#: svx/uiconfig/ui/adddataitemdialog.ui:108
msgctxt "adddataitemdialog|label1"
msgid "Item"
msgstr "እቃ"
-#: adddataitemdialog.ui:148
+#: svx/uiconfig/ui/adddataitemdialog.ui:146
msgctxt "adddataitemdialog|datatypeft"
msgid "_Data type:"
msgstr "የ _ዳታ አይነት:"
-#: adddataitemdialog.ui:171
+#: svx/uiconfig/ui/adddataitemdialog.ui:169
msgctxt "adddataitemdialog|required"
msgid "_Required"
msgstr "_የሚያስፈልገው"
-#: adddataitemdialog.ui:186
+#: svx/uiconfig/ui/adddataitemdialog.ui:184
msgctxt "adddataitemdialog|requiredcond"
msgid "Condition"
msgstr "ሁኔታ"
-#: adddataitemdialog.ui:200
+#: svx/uiconfig/ui/adddataitemdialog.ui:198
msgctxt "adddataitemdialog|relevant"
msgid "R_elevant"
msgstr "አ_ግባብ"
-#: adddataitemdialog.ui:215
+#: svx/uiconfig/ui/adddataitemdialog.ui:213
msgctxt "adddataitemdialog|relevantcond"
msgid "Condition"
msgstr "ሁኔታ"
-#: adddataitemdialog.ui:229
+#: svx/uiconfig/ui/adddataitemdialog.ui:227
msgctxt "adddataitemdialog|constraint"
msgid "_Constraint"
msgstr "_ማስገደጃ"
-#: adddataitemdialog.ui:244
+#: svx/uiconfig/ui/adddataitemdialog.ui:242
msgctxt "adddataitemdialog|readonly"
msgid "Read-_only"
msgstr "ለ ንባብ-_ብቻ"
-#: adddataitemdialog.ui:259
+#: svx/uiconfig/ui/adddataitemdialog.ui:257
msgctxt "adddataitemdialog|calculate"
msgid "Calc_ulate"
msgstr "ማስ_ሊያ"
-#: adddataitemdialog.ui:274
+#: svx/uiconfig/ui/adddataitemdialog.ui:272
msgctxt "adddataitemdialog|constraintcond"
msgid "Condition"
msgstr "ሁኔታ"
-#: adddataitemdialog.ui:288
+#: svx/uiconfig/ui/adddataitemdialog.ui:286
msgctxt "adddataitemdialog|readonlycond"
msgid "Condition"
msgstr "ሁኔታ"
-#: adddataitemdialog.ui:302
+#: svx/uiconfig/ui/adddataitemdialog.ui:300
msgctxt "adddataitemdialog|calculatecond"
msgid "Condition"
msgstr "ሁኔታ"
-#: adddataitemdialog.ui:322
+#: svx/uiconfig/ui/adddataitemdialog.ui:320
msgctxt "adddataitemdialog|label4"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: addinstancedialog.ui:9
+#: svx/uiconfig/ui/addinstancedialog.ui:9
msgctxt "addinstancedialog|AddInstanceDialog"
msgid "Add Instance"
msgstr "ምሳሌ መጨመሪያ"
-#: addinstancedialog.ui:98
+#: svx/uiconfig/ui/addinstancedialog.ui:97
msgctxt "addinstancedialog|label2"
msgid "_Name:"
msgstr "_ስም:"
-#: addinstancedialog.ui:111
+#: svx/uiconfig/ui/addinstancedialog.ui:110
msgctxt "addinstancedialog|alttitle"
msgid "Edit Instance"
msgstr "ምሳሌ ማረሚያ"
-#: addinstancedialog.ui:124
+#: svx/uiconfig/ui/addinstancedialog.ui:123
msgctxt "addinstancedialog|urlft"
msgid "_URL:"
msgstr "_URL:"
-#: addinstancedialog.ui:146
+#: svx/uiconfig/ui/addinstancedialog.ui:145
msgctxt "addinstancedialog|browse"
msgid "_Browse..."
msgstr "_መቃኛ..."
-#: addinstancedialog.ui:159
+#: svx/uiconfig/ui/addinstancedialog.ui:158
msgctxt "addinstancedialog|link"
msgid "_Link instance"
msgstr "ምሳሌ _አገናኝ"
-#: addmodeldialog.ui:8
+#: svx/uiconfig/ui/addmodeldialog.ui:8
msgctxt "addmodeldialog|AddModelDialog"
msgid "Add Model"
msgstr "ዘዴ መጨመሪያ"
-#: addmodeldialog.ui:81
+#: svx/uiconfig/ui/addmodeldialog.ui:81
msgctxt "addmodeldialog|modify"
msgid "Model data updates change document's modification status"
msgstr "የ ዳታ ዘዴ ማሻሻል የ ሰነዱን ማሻሻያ ሁኔታ ይቀይራል"
-#: addmodeldialog.ui:112
+#: svx/uiconfig/ui/addmodeldialog.ui:111
msgctxt "addmodeldialog|label2"
msgid "_Name:"
msgstr "_ስም:"
-#: addmodeldialog.ui:125
+#: svx/uiconfig/ui/addmodeldialog.ui:124
msgctxt "addmodeldialog|alttitle"
msgid "Edit Model"
msgstr "ናሙና ማረሚያ"
-#: addnamespacedialog.ui:8
+#: svx/uiconfig/ui/addnamespacedialog.ui:8
msgctxt "addnamespacedialog|AddNamespaceDialog"
msgid "Add Namespace"
msgstr "የ ስም ቦታ መጨመሪያ"
-#: addnamespacedialog.ui:85
+#: svx/uiconfig/ui/addnamespacedialog.ui:85
msgctxt "addnamespacedialog|label1"
msgid "_Prefix:"
msgstr "_መነሻ:"
-#: addnamespacedialog.ui:125
+#: svx/uiconfig/ui/addnamespacedialog.ui:123
msgctxt "addnamespacedialog|label2"
msgid "_URL:"
msgstr "_URL:"
-#: addnamespacedialog.ui:138
+#: svx/uiconfig/ui/addnamespacedialog.ui:136
msgctxt "addnamespacedialog|alttitle"
msgid "Edit Namespace"
msgstr "የ ስም ቦታ ማረሚያ"
-#: addsubmissiondialog.ui:8
+#: svx/uiconfig/ui/addsubmissiondialog.ui:8
msgctxt "addsubmissiondialog|AddSubmissionDialog"
msgid "Add Submission"
msgstr "ማስገቢያ መጨመሪያ"
-#: addsubmissiondialog.ui:98
+#: svx/uiconfig/ui/addsubmissiondialog.ui:97
msgctxt "addsubmissiondialog|label2"
msgid "_Name:"
msgstr "_ስም:"
-#: addsubmissiondialog.ui:112
+#: svx/uiconfig/ui/addsubmissiondialog.ui:111
msgctxt "addsubmissiondialog|urlft"
msgid "Binding e_xpression:"
msgstr "መ_ግለጫዎች ማጣመሪያ:"
-#: addsubmissiondialog.ui:123
+#: svx/uiconfig/ui/addsubmissiondialog.ui:122
msgctxt "addsubmissiondialog|browse"
msgid "_Add..."
msgstr "_መጨመሪያ..."
-#: addsubmissiondialog.ui:140
+#: svx/uiconfig/ui/addsubmissiondialog.ui:139
msgctxt "addsubmissiondialog|label3"
msgid "_Action:"
msgstr "_ተግባር:"
-#: addsubmissiondialog.ui:168
+#: svx/uiconfig/ui/addsubmissiondialog.ui:166
msgctxt "addsubmissiondialog|label4"
msgid "_Method:"
msgstr "_ዘዴ:"
-#: addsubmissiondialog.ui:207
+#: svx/uiconfig/ui/addsubmissiondialog.ui:204
msgctxt "addsubmissiondialog|label5"
msgid "_Binding:"
msgstr "_ማጣመሪያ:"
-#: addsubmissiondialog.ui:221
+#: svx/uiconfig/ui/addsubmissiondialog.ui:218
msgctxt "addsubmissiondialog|label6"
msgid "_Replace:"
msgstr "_መቀየሪያ:"
-#: asianphoneticguidedialog.ui:9
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:9
msgctxt "asianphoneticguidedialog|AsianPhoneticGuideDialog"
msgid "Asian Phonetic Guide"
msgstr "Asian Phonetic Guide"
-#: asianphoneticguidedialog.ui:89
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:89
msgctxt "asianphoneticguidedialog|basetextft"
msgid "Base text"
msgstr "የ መሰረት ጽሁፍ"
-#: asianphoneticguidedialog.ui:101
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:101
msgctxt "asianphoneticguidedialog|rubytextft"
msgid "Ruby text"
msgstr "የ Ruby ጽሁፍ"
-#: asianphoneticguidedialog.ui:141
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:141
msgctxt "asianphoneticguidedialog|Left2ED-atkobject"
msgid "Base text"
msgstr "የ መሰረት ጽሁፍ"
-#: asianphoneticguidedialog.ui:177
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:177
msgctxt "asianphoneticguidedialog|Right2ED-atkobject"
msgid "Ruby text"
msgstr "የ Ruby ጽሁፍ"
-#: asianphoneticguidedialog.ui:192
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:192
msgctxt "asianphoneticguidedialog|Left3ED-atkobject"
msgid "Base text"
msgstr "የ መሰረት ጽሁፍ"
-#: asianphoneticguidedialog.ui:207
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:207
msgctxt "asianphoneticguidedialog|Right3ED-atkobject"
msgid "Ruby text"
msgstr "የ Ruby ጽሁፍ"
-#: asianphoneticguidedialog.ui:222
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:222
msgctxt "asianphoneticguidedialog|Right4ED-atkobject"
msgid "Ruby text"
msgstr "የ Ruby ጽሁፍ"
-#: asianphoneticguidedialog.ui:237
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:237
msgctxt "asianphoneticguidedialog|Left4ED-atkobject"
msgid "Base text"
msgstr "የ መሰረት ጽሁፍ"
-#: asianphoneticguidedialog.ui:268
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:268
msgctxt "asianphoneticguidedialog|label4"
msgid "Alignment:"
msgstr "ማሰለፊያ:"
-#: asianphoneticguidedialog.ui:282
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:282
msgctxt "asianphoneticguidedialog|label5"
msgid "Position:"
msgstr "ቦታ:"
-#: asianphoneticguidedialog.ui:296
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:296
msgctxt "asianphoneticguidedialog|styleft"
msgid "Character style for ruby text:"
msgstr "የ ባህሪ ዘዴ ለ ruby ጽሁፍ:"
-#: asianphoneticguidedialog.ui:319
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:319
msgctxt "asianphoneticguidedialog|styles"
msgid "Styles"
msgstr "ዘዴዎች"
-#: asianphoneticguidedialog.ui:335
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:335
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "Left"
msgstr "በ ግራ"
-#: asianphoneticguidedialog.ui:336
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:336
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "Center"
msgstr "መሀከል"
-#: asianphoneticguidedialog.ui:337
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:337
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "Right"
msgstr "በ ቀኝ"
-#: asianphoneticguidedialog.ui:338
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:338
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "0 1 0"
msgstr "0 1 0"
-#: asianphoneticguidedialog.ui:339
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:339
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "1 2 1"
msgstr "1 2 1"
-#: asianphoneticguidedialog.ui:352
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:352
msgctxt "asianphoneticguidedialog|positionlb"
msgid "Top"
msgstr "ከ ላይ"
-#: asianphoneticguidedialog.ui:353
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:353
msgctxt "asianphoneticguidedialog|positionlb"
msgid "Bottom"
msgstr "ከ ታች"
-#: asianphoneticguidedialog.ui:376
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:354
+msgctxt "asianphoneticguidedialog|positionlb"
+msgid "Right"
+msgstr "በ ቀኝ"
+
+#: svx/uiconfig/ui/asianphoneticguidedialog.ui:377
msgctxt "asianphoneticguidedialog|label1"
msgid "Preview:"
msgstr "ቅድመ እይታ:"
-#: cellmenu.ui:12
+#: svx/uiconfig/ui/cellmenu.ui:12
msgctxt "cellmenu|copy"
msgid "_Copy"
msgstr "_ኮፒ"
-#: chineseconversiondialog.ui:8
+#: svx/uiconfig/ui/charsetmenu.ui:12
+msgctxt "charviewmenu|STR_CLEAR_CHAR"
+msgid "Insert into document"
+msgstr "ወደ ሰነድ ውስጥ ማስገቢያ"
+
+#: svx/uiconfig/ui/charsetmenu.ui:20
+msgctxt "charviewmenu|STR_CLEAR_ALL_CHAR"
+msgid "Add to favorites"
+msgstr "ወደ የምወደው ውስጥ መጨመሪያ"
+
+#: svx/uiconfig/ui/charsetmenu.ui:28
+msgctxt "charviewmenu|STR_CLEAR_ALL_CHAR"
+msgid "Remove from favorites"
+msgstr "ከ የምወዳቸው ውስጥ ማስወገጃ"
+
+#: svx/uiconfig/ui/charsetmenu.ui:36
+msgctxt "charviewmenu|STR_CLEAR_ALL_CHAR"
+msgid "Copy to clipboard"
+msgstr "ኮፒ ማድረጊያ ወደ ቁራጭ ሰሌዳ ውስጥ"
+
+#: svx/uiconfig/ui/chineseconversiondialog.ui:8
msgctxt "chineseconversiondialog|ChineseConversionDialog"
msgid "Chinese Conversion"
msgstr "ቻይንኛ መቀየሪያ"
-#: chineseconversiondialog.ui:103
+#: svx/uiconfig/ui/chineseconversiondialog.ui:103
msgctxt "chineseconversiondialog|tosimplified"
msgid "_Traditional Chinese to simplified Chinese"
msgstr "_Traditional Chinese to simplified Chinese"
-#: chineseconversiondialog.ui:120
+#: svx/uiconfig/ui/chineseconversiondialog.ui:120
msgctxt "chineseconversiondialog|totraditional"
msgid "_Simplified Chinese to traditional Chinese"
msgstr "_Simplified Chinese to traditional Chinese"
-#: chineseconversiondialog.ui:142
+#: svx/uiconfig/ui/chineseconversiondialog.ui:142
msgctxt "chineseconversiondialog|label1"
msgid "Conversion Direction"
msgstr "የ መቀየሪያ አቅጣጫ"
-#: chineseconversiondialog.ui:179
+#: svx/uiconfig/ui/chineseconversiondialog.ui:179
msgctxt "chineseconversiondialog|commonterms"
msgid "Translate _common terms"
msgstr "_የተለመደ ስምምነት መተርጎሚያ"
-#: chineseconversiondialog.ui:195
+#: svx/uiconfig/ui/chineseconversiondialog.ui:195
msgctxt "chineseconversiondialog|editterms"
msgid "_Edit Terms..."
msgstr "ስምምነቶች _ማረሚያ..."
-#: chineseconversiondialog.ui:214
+#: svx/uiconfig/ui/chineseconversiondialog.ui:214
msgctxt "chineseconversiondialog|label2"
msgid "Common Terms"
msgstr "የ ተለመደ ስምምነት"
-#: chinesedictionary.ui:9
+#: svx/uiconfig/ui/chinesedictionary.ui:9
msgctxt "chinesedictionary|ChineseDictionaryDialog"
msgid "Edit Dictionary"
msgstr "መዝገበ ቃላት ማረሚያ"
-#: chinesedictionary.ui:87
+#: svx/uiconfig/ui/chinesedictionary.ui:87
msgctxt "chinesedictionary|tradtosimple"
msgid "_Traditional Chinese to simplified Chinese"
msgstr "_Traditional Chinese to simplified Chinese"
-#: chinesedictionary.ui:104
+#: svx/uiconfig/ui/chinesedictionary.ui:104
msgctxt "chinesedictionary|simpletotrad"
msgid "_Simplified Chinese to traditional Chinese"
msgstr "_Simplified Chinese to traditional Chinese"
-#: chinesedictionary.ui:120
+#: svx/uiconfig/ui/chinesedictionary.ui:120
msgctxt "chinesedictionary|reverse"
msgid "Reverse mapping"
msgstr "ካርታውን እንደ ነበር መመለሻ"
-#: chinesedictionary.ui:151
+#: svx/uiconfig/ui/chinesedictionary.ui:152
msgctxt "chinesedictionary|termft"
msgid "Term"
msgstr "ስምምነት"
-#: chinesedictionary.ui:175
+#: svx/uiconfig/ui/chinesedictionary.ui:176
msgctxt "chinesedictionary|mappingft"
msgid "Mapping"
msgstr "ካርታ"
-#: chinesedictionary.ui:199
+#: svx/uiconfig/ui/chinesedictionary.ui:200
msgctxt "chinesedictionary|propertyft"
msgid "Property"
msgstr "ባህሪ"
-#: chinesedictionary.ui:212
+#: svx/uiconfig/ui/chinesedictionary.ui:213
msgctxt "chinesedictionary|property"
msgid "Other"
msgstr "ሌላ"
-#: chinesedictionary.ui:213
+#: svx/uiconfig/ui/chinesedictionary.ui:214
msgctxt "chinesedictionary|property"
msgid "Foreign"
msgstr "የውጪ"
-#: chinesedictionary.ui:214
+#: svx/uiconfig/ui/chinesedictionary.ui:215
msgctxt "chinesedictionary|property"
msgid "First name"
msgstr "የ መጀመሪያ ስም"
-#: chinesedictionary.ui:215
+#: svx/uiconfig/ui/chinesedictionary.ui:216
msgctxt "chinesedictionary|property"
msgid "Last name"
msgstr "የ አባት ስም"
-#: chinesedictionary.ui:216
+#: svx/uiconfig/ui/chinesedictionary.ui:217
msgctxt "chinesedictionary|property"
msgid "Title"
msgstr "አርእስት"
-#: chinesedictionary.ui:217
+#: svx/uiconfig/ui/chinesedictionary.ui:218
msgctxt "chinesedictionary|property"
msgid "Status"
msgstr "ሁኔታው"
-#: chinesedictionary.ui:218
+#: svx/uiconfig/ui/chinesedictionary.ui:219
msgctxt "chinesedictionary|property"
msgid "Place name"
msgstr "የ ቦታ ስም"
-#: chinesedictionary.ui:219
+#: svx/uiconfig/ui/chinesedictionary.ui:220
msgctxt "chinesedictionary|property"
msgid "Business"
msgstr "ንግድ"
-#: chinesedictionary.ui:220
+#: svx/uiconfig/ui/chinesedictionary.ui:221
msgctxt "chinesedictionary|property"
msgid "Adjective"
msgstr "ቅጽል"
-#: chinesedictionary.ui:221
+#: svx/uiconfig/ui/chinesedictionary.ui:222
msgctxt "chinesedictionary|property"
msgid "Idiom"
msgstr "አነጋገር"
-#: chinesedictionary.ui:222
+#: svx/uiconfig/ui/chinesedictionary.ui:223
msgctxt "chinesedictionary|property"
msgid "Abbreviation"
msgstr "አኅጽሮት ቃል"
-#: chinesedictionary.ui:223
+#: svx/uiconfig/ui/chinesedictionary.ui:224
msgctxt "chinesedictionary|property"
msgid "Numerical"
msgstr "ቁጥር"
-#: chinesedictionary.ui:224
+#: svx/uiconfig/ui/chinesedictionary.ui:225
msgctxt "chinesedictionary|property"
msgid "Noun"
msgstr "ስም"
-#: chinesedictionary.ui:225
+#: svx/uiconfig/ui/chinesedictionary.ui:226
msgctxt "chinesedictionary|property"
msgid "Verb"
msgstr "ግስ"
-#: chinesedictionary.ui:226
+#: svx/uiconfig/ui/chinesedictionary.ui:227
msgctxt "chinesedictionary|property"
msgid "Brand name"
msgstr "የ ስም አይነት"
-#: chinesedictionary.ui:257
+#: svx/uiconfig/ui/chinesedictionary.ui:258
msgctxt "chinesedictionary|modify"
msgid "_Modify"
msgstr "_ማሻሻያ"
-#: classificationdialog.ui:9
+#: svx/uiconfig/ui/classificationdialog.ui:9
msgctxt "classificationdialog|dialogname"
-msgid "Classification Dialog"
-msgstr "የ መመደቢያ ንግግር"
+msgid "Classification"
+msgstr "መመደቢያ"
-#: classificationdialog.ui:89
+#: svx/uiconfig/ui/classificationdialog.ui:89
msgctxt "classificationdialog|label-Classification"
msgid "Classification:"
msgstr "መመደቢያ:"
-#: classificationdialog.ui:101
+#: svx/uiconfig/ui/classificationdialog.ui:101
msgctxt "classificationdialog|label-InternationalClassification"
msgid "International:"
msgstr "አለም አቀፍ:"
-#: classificationdialog.ui:134
+#: svx/uiconfig/ui/classificationdialog.ui:134
msgctxt "classificationdialog|label-Marking"
msgid "Marking:"
msgstr "ምልክት ማድረጊያ:"
-#: classificationdialog.ui:158
+#: svx/uiconfig/ui/classificationdialog.ui:158
msgctxt "classificationdialog|label-Classification"
msgid "Recently Used:"
msgstr "በ ቅርብ ጊዜ የተጠቀሙት:"
-#: classificationdialog.ui:198
+#: svx/uiconfig/ui/classificationdialog.ui:198
msgctxt "classificationdialog|label-Content"
msgid "Content"
msgstr "ይዞታው"
-#: classificationdialog.ui:221
+#: svx/uiconfig/ui/classificationdialog.ui:221
msgctxt "classificationdialog|boldButton"
msgid "Bold"
msgstr "ማድመቂያ"
-#: classificationdialog.ui:239
+#: svx/uiconfig/ui/classificationdialog.ui:239
msgctxt "classificationdialog|signButton"
msgid "Sign Paragraph"
msgstr "አንቀጽ መፈረሚያ"
-#: classificationdialog.ui:288
+#: svx/uiconfig/ui/classificationdialog.ui:288
msgctxt "classificationdialog|label-PartNumber"
msgid "Part Number:"
msgstr "የ አካል ቁጥር:"
-#: classificationdialog.ui:310
+#: svx/uiconfig/ui/classificationdialog.ui:310
msgctxt "classificationdialog|intellectualPropertyPartAddButton"
msgid "Add"
msgstr "መጨመሪያ"
-#: classificationdialog.ui:326
+#: svx/uiconfig/ui/classificationdialog.ui:326
msgctxt "classificationdialog|label-PartNumber"
-msgid "Part:"
-msgstr "አካል:"
+msgid "License:"
+msgstr "ፍቃድ:"
-#: classificationdialog.ui:373
+#: svx/uiconfig/ui/classificationdialog.ui:373
msgctxt "classificationdialog|label-IntellectualProperty"
msgid "Intellectual Property"
msgstr "የ ምሁራን ንብረት"
-#: colorwindow.ui:59
+#: svx/uiconfig/ui/colorwindow.ui:59
msgctxt "colorwindow|none_color_button"
msgid "None"
msgstr "ምንም"
-#: colorwindow.ui:128
+#: svx/uiconfig/ui/colorwindow.ui:128
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "የ ቅርብ ጊዜ"
-#: colorwindow.ui:162
+#: svx/uiconfig/ui/colorwindow.ui:162
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "ቀለም ማስተካከያ…"
-#: colsmenu.ui:12
+#: svx/uiconfig/ui/colsmenu.ui:12
msgctxt "colsmenu|insert"
msgid "Insert _Column"
msgstr "_አምድ ማስገቢያ"
-#: colsmenu.ui:22
+#: svx/uiconfig/ui/colsmenu.ui:22
msgctxt "colsmenu|TextField"
msgid "Text Box"
msgstr "የ ጽሁፍ ሳጥን"
-#: colsmenu.ui:30
+#: svx/uiconfig/ui/colsmenu.ui:30
msgctxt "colsmenu|CheckBox"
msgid "Check Box"
msgstr "ምልክት ማድረጊያ ሳጥን"
-#: colsmenu.ui:38
+#: svx/uiconfig/ui/colsmenu.ui:38
msgctxt "colsmenu|ComboBox"
msgid "Combo Box"
msgstr "መቀላቀያ ሳጥን"
-#: colsmenu.ui:46
+#: svx/uiconfig/ui/colsmenu.ui:46
msgctxt "colsmenu|ListBox"
msgid "List Box"
msgstr "ዝርዝር ሳጥን"
-#: colsmenu.ui:54
+#: svx/uiconfig/ui/colsmenu.ui:54
msgctxt "colsmenu|DateField"
msgid "Date Field"
msgstr "የ ቀን ሜዳ"
-#: colsmenu.ui:62
+#: svx/uiconfig/ui/colsmenu.ui:62
msgctxt "colsmenu|TimeField"
msgid "Time Field"
msgstr "የ ሰአት ሜዳ"
-#: colsmenu.ui:69
+#: svx/uiconfig/ui/colsmenu.ui:69
msgctxt "colsmenu|NumericField"
msgid "Numeric Field"
msgstr "የ ቁጥር ሜዳ"
-#: colsmenu.ui:76
+#: svx/uiconfig/ui/colsmenu.ui:76
msgctxt "colsmenu|CurrencyField"
msgid "Currency Field"
msgstr "የ ገንዘብ ሜዳ"
-#: colsmenu.ui:84
+#: svx/uiconfig/ui/colsmenu.ui:84
msgctxt "colsmenu|PatternField"
msgid "Pattern Field"
msgstr "የ ንድፍ ሜዳ"
-#: colsmenu.ui:92
+#: svx/uiconfig/ui/colsmenu.ui:92
msgctxt "colsmenu|FormattedField"
msgid "Formatted Field"
msgstr "የ ሜዳ አቀራረብ"
-#: colsmenu.ui:100
+#: svx/uiconfig/ui/colsmenu.ui:100
msgctxt "colsmenu|dateandtimefield"
msgid "Date and Time Field"
msgstr "የ ቀን እና ሰአት ሜዳ"
-#: colsmenu.ui:113
+#: svx/uiconfig/ui/colsmenu.ui:113
msgctxt "colsmenu|change"
msgid "_Replace with"
msgstr "_መቀየሪያ በ"
-#: colsmenu.ui:123
+#: svx/uiconfig/ui/colsmenu.ui:123
msgctxt "colsmenu|TextField1"
msgid "Text Box"
msgstr "የ ጽሁፍ ሳጥን"
-#: colsmenu.ui:131
+#: svx/uiconfig/ui/colsmenu.ui:131
msgctxt "colsmenu|CheckBox1"
msgid "Check Box"
msgstr "ምልክት ማድረጊያ ሳጥን"
-#: colsmenu.ui:139
+#: svx/uiconfig/ui/colsmenu.ui:139
msgctxt "colsmenu|ComboBox1"
msgid "Combo Box"
msgstr "መቀላቀያ ሳጥን"
-#: colsmenu.ui:147
+#: svx/uiconfig/ui/colsmenu.ui:147
msgctxt "colsmenu|ListBox1"
msgid "List Box"
msgstr "ዝርዝር ሳጥን"
-#: colsmenu.ui:155
+#: svx/uiconfig/ui/colsmenu.ui:155
msgctxt "colsmenu|DateField1"
msgid "Date Field"
msgstr "የ ቀን ሜዳ"
-#: colsmenu.ui:163
+#: svx/uiconfig/ui/colsmenu.ui:163
msgctxt "colsmenu|TimeField1"
msgid "Time Field"
msgstr "የ ሰአት ሜዳ"
-#: colsmenu.ui:171
+#: svx/uiconfig/ui/colsmenu.ui:171
msgctxt "colsmenu|NumericField1"
msgid "Numeric Field"
msgstr "የ ቁጥር ሜዳ"
-#: colsmenu.ui:179
+#: svx/uiconfig/ui/colsmenu.ui:179
msgctxt "colsmenu|CurrencyField1"
msgid "Currency Field"
msgstr "የ ገንዘብ ሜዳ"
-#: colsmenu.ui:187
+#: svx/uiconfig/ui/colsmenu.ui:187
msgctxt "colsmenu|PatternField1"
msgid "Pattern Field"
msgstr "የ ንድፍ ሜዳ"
-#: colsmenu.ui:195
+#: svx/uiconfig/ui/colsmenu.ui:195
msgctxt "colsmenu|FormattedField1"
msgid "Formatted Field"
msgstr "የ ሜዳ አቀራረብ"
-#: colsmenu.ui:203
+#: svx/uiconfig/ui/colsmenu.ui:203
msgctxt "colsmenu|dateandtimefield1"
msgid "Date and Time Field"
msgstr "የ ቀን እና ሰአት ሜዳ"
-#: colsmenu.ui:216
+#: svx/uiconfig/ui/colsmenu.ui:216
msgctxt "colsmenu|delete"
msgid "Delete column"
msgstr "አምድ ማጥፊያ"
-#: colsmenu.ui:224
+#: svx/uiconfig/ui/colsmenu.ui:224
msgctxt "colsmenu|hide"
msgid "_Hide Column"
msgstr "አምድ _መደበቂያ"
-#: colsmenu.ui:232
+#: svx/uiconfig/ui/colsmenu.ui:232
msgctxt "colsmenu|show"
msgid "_Show Columns"
msgstr "አምድ _ማሳያ"
-#: colsmenu.ui:242
+#: svx/uiconfig/ui/colsmenu.ui:242
msgctxt "colsmenu|more"
msgid "_More..."
msgstr "_ተጨማሪ..."
-#: colsmenu.ui:255
+#: svx/uiconfig/ui/colsmenu.ui:255
msgctxt "colsmenu|all"
msgid "_All"
msgstr "_ሁሉንም"
-#: colsmenu.ui:266
+#: svx/uiconfig/ui/colsmenu.ui:266
msgctxt "colsmenu|column"
msgid "Column..."
msgstr "አምድ..."
-#: compressgraphicdialog.ui:26
-msgctxt "compressgraphicdialog|interpolation-method-store"
-msgid "None"
-msgstr "ምንም"
-
-#: compressgraphicdialog.ui:29
-msgctxt "compressgraphicdialog|interpolation-method-store"
-msgid "Bilinear"
-msgstr "Bilinear"
-
-#: compressgraphicdialog.ui:32
-msgctxt "compressgraphicdialog|interpolation-method-store"
-msgid "Bicubic"
-msgstr "Bicubic"
-
-#: compressgraphicdialog.ui:35
-msgctxt "compressgraphicdialog|interpolation-method-store"
-msgid "Lanczos"
-msgstr "Lanczos"
-
-#: compressgraphicdialog.ui:56
+#: svx/uiconfig/ui/compressgraphicdialog.ui:36
msgctxt "compressgraphicdialog|CompressGraphicDialog"
msgid "Compress Image"
msgstr "ምስል ማመቂያ"
-#: compressgraphicdialog.ui:150
+#: svx/uiconfig/ui/compressgraphicdialog.ui:132
msgctxt "compressgraphicdialog|radio-jpeg"
msgid "JPEG Quality"
msgstr "የ JPEG ጥራት"
-#: compressgraphicdialog.ui:154
+#: svx/uiconfig/ui/compressgraphicdialog.ui:136
msgctxt "compressgraphicdialog|radio-jpeg|tooltip_text"
msgid "Lossy compression"
msgstr "የ ላላ ማመቂያ"
-#: compressgraphicdialog.ui:166
+#: svx/uiconfig/ui/compressgraphicdialog.ui:149
msgctxt "compressgraphicdialog|radio-lossless"
msgid "PNG Compression"
msgstr "PNG ማመቂያ"
-#: compressgraphicdialog.ui:170
+#: svx/uiconfig/ui/compressgraphicdialog.ui:153
msgctxt "compressgraphicdialog|radio-lossless|tooltip_text"
msgid "Lossless compression"
msgstr "ያልላላ ማመቂያ"
-#: compressgraphicdialog.ui:285
+#: svx/uiconfig/ui/compressgraphicdialog.ui:269
msgctxt "compressgraphicdialog|label2"
msgid "Compression"
msgstr "ማመቂያ"
-#: compressgraphicdialog.ui:318
+#: svx/uiconfig/ui/compressgraphicdialog.ui:302
msgctxt "compressgraphicdialog|checkbox-reduce-resolution"
msgid "Reduce image resolution"
msgstr "የ ምስል ሪዞሊሽን መቀነሻ"
-#: compressgraphicdialog.ui:335
+#: svx/uiconfig/ui/compressgraphicdialog.ui:320
msgctxt "compressgraphicdialog|label3"
msgid "Width:"
msgstr "ስፋት:"
-#: compressgraphicdialog.ui:350
+#: svx/uiconfig/ui/compressgraphicdialog.ui:335
msgctxt "compressgraphicdialog|label4"
msgid "Height:"
msgstr "እርዝመት:"
-#: compressgraphicdialog.ui:365
+#: svx/uiconfig/ui/compressgraphicdialog.ui:350
msgctxt "compressgraphicdialog|label5"
msgid "Resolution:"
msgstr "ሪዞሊሽን:"
-#: compressgraphicdialog.ui:380
+#: svx/uiconfig/ui/compressgraphicdialog.ui:365
msgctxt "compressgraphicdialog|label12"
msgid "Interpolation:"
msgstr "Interpolation:"
-#: compressgraphicdialog.ui:459
+#: svx/uiconfig/ui/compressgraphicdialog.ui:437
+msgctxt "compressgraphicdialog|interpolation-method-store"
+msgid "None"
+msgstr "ምንም"
+
+#: svx/uiconfig/ui/compressgraphicdialog.ui:438
+msgctxt "compressgraphicdialog|interpolation-method-store"
+msgid "Bilinear"
+msgstr "Bilinear"
+
+#: svx/uiconfig/ui/compressgraphicdialog.ui:439
+msgctxt "compressgraphicdialog|interpolation-method-store"
+msgid "Bicubic"
+msgstr "Bicubic"
+
+#: svx/uiconfig/ui/compressgraphicdialog.ui:440
+msgctxt "compressgraphicdialog|interpolation-method-store"
+msgid "Lanczos"
+msgstr "Lanczos"
+
+#: svx/uiconfig/ui/compressgraphicdialog.ui:452
msgctxt "compressgraphicdialog|label13"
msgid "px"
msgstr "px"
-#: compressgraphicdialog.ui:471
+#: svx/uiconfig/ui/compressgraphicdialog.ui:464
msgctxt "compressgraphicdialog|label14"
msgid "px"
msgstr "px"
-#: compressgraphicdialog.ui:483
+#: svx/uiconfig/ui/compressgraphicdialog.ui:476
msgctxt "compressgraphicdialog|label16"
msgid "DPI"
msgstr "DPI"
-#: compressgraphicdialog.ui:502
+#: svx/uiconfig/ui/compressgraphicdialog.ui:495
msgctxt "compressgraphicdialog|label22"
msgid "Resolution"
msgstr "ሪዞሊሽን"
-#: compressgraphicdialog.ui:537
+#: svx/uiconfig/ui/compressgraphicdialog.ui:530
msgctxt "compressgraphicdialog|label7"
msgid "Actual dimensions:"
msgstr "ትክክለኛው አቅጣጫ:"
-#: compressgraphicdialog.ui:563
+#: svx/uiconfig/ui/compressgraphicdialog.ui:556
msgctxt "compressgraphicdialog|label8"
msgid "Apparent dimensions:"
msgstr "የሚታዩ አቅጣጫዎች:"
-#: compressgraphicdialog.ui:575
+#: svx/uiconfig/ui/compressgraphicdialog.ui:568
msgctxt "compressgraphicdialog|label9"
msgid "Image size:"
msgstr "የ ምስል መጠን:"
-#: compressgraphicdialog.ui:626
+#: svx/uiconfig/ui/compressgraphicdialog.ui:619
msgctxt "compressgraphicdialog|label15"
msgid "Type:"
msgstr "ዘዴ:"
-#: compressgraphicdialog.ui:650
+#: svx/uiconfig/ui/compressgraphicdialog.ui:643
msgctxt "compressgraphicdialog|calculate"
msgid "Calculate New Size:"
msgstr "አዲስ መጠን ማስሊያ:"
-#: compressgraphicdialog.ui:669
+#: svx/uiconfig/ui/compressgraphicdialog.ui:662
msgctxt "compressgraphicdialog|label1"
msgid "Image Information"
-msgstr "የምስል መረጃ"
+msgstr "የ ምስል መረጃ"
-#: convertmenu.ui:13
+#: svx/uiconfig/ui/convertmenu.ui:13
msgctxt "convertmenu|ConvertToEdit"
msgid "_Text Box"
msgstr "የ _ጽሁፍ ሳጥን"
-#: convertmenu.ui:22
+#: svx/uiconfig/ui/convertmenu.ui:22
msgctxt "convertmenu|ConvertToButton"
msgid "_Button"
msgstr "_ቁልፍ"
-#: convertmenu.ui:31
+#: svx/uiconfig/ui/convertmenu.ui:31
msgctxt "convertmenu|ConvertToFixed"
msgid "La_bel field"
msgstr "የ ምል_ክት ሜዳ"
-#: convertmenu.ui:40
+#: svx/uiconfig/ui/convertmenu.ui:40
msgctxt "convertmenu|ConvertToGroup"
msgid "G_roup Box"
msgstr "የ ቡ_ድን ሳጥን"
-#: convertmenu.ui:49
+#: svx/uiconfig/ui/convertmenu.ui:49
msgctxt "convertmenu|ConvertToList"
msgid "L_ist Box"
msgstr "ዝ_ርዝር ሳጥን"
-#: convertmenu.ui:58
+#: svx/uiconfig/ui/convertmenu.ui:58
msgctxt "convertmenu|ConvertToCheckBox"
msgid "_Check Box"
msgstr "_ምልክት ማድረጊያ ሳጥን"
-#: convertmenu.ui:67
+#: svx/uiconfig/ui/convertmenu.ui:67
msgctxt "convertmenu|ConvertToRadio"
msgid "_Radio Button"
msgstr "የ _ሬዲዮ ቁልፍ"
-#: convertmenu.ui:76
+#: svx/uiconfig/ui/convertmenu.ui:76
msgctxt "convertmenu|ConvertToCombo"
msgid "Combo Bo_x"
msgstr "መቀላቀያ ሳጥ_ን"
-#: convertmenu.ui:85
+#: svx/uiconfig/ui/convertmenu.ui:85
msgctxt "convertmenu|ConvertToImageBtn"
msgid "I_mage Button"
msgstr "የ ም_ስል ቁልፍ"
-#: convertmenu.ui:94
+#: svx/uiconfig/ui/convertmenu.ui:94
msgctxt "convertmenu|ConvertToFileControl"
msgid "_File Selection"
msgstr "የ _ፋይል ምርጫ"
-#: convertmenu.ui:103
+#: svx/uiconfig/ui/convertmenu.ui:103
msgctxt "convertmenu|ConvertToDate"
msgid "_Date Field"
msgstr "የ _ቀን ሜዳ"
-#: convertmenu.ui:112
+#: svx/uiconfig/ui/convertmenu.ui:112
msgctxt "convertmenu|ConvertToTime"
msgid "Tim_e Field"
msgstr "የ ሰአ_ት ሜዳ"
-#: convertmenu.ui:120
+#: svx/uiconfig/ui/convertmenu.ui:120
msgctxt "convertmenu|ConvertToNumeric"
msgid "_Numerical Field"
msgstr "የ _ቁጥር ሜዳ"
-#: convertmenu.ui:128
+#: svx/uiconfig/ui/convertmenu.ui:128
msgctxt "convertmenu|ConvertToCurrency"
msgid "C_urrency Field"
msgstr "የ ገ_ንዘብ ሜዳ"
-#: convertmenu.ui:137
+#: svx/uiconfig/ui/convertmenu.ui:137
msgctxt "convertmenu|ConvertToPattern"
msgid "_Pattern Field"
msgstr "የ _ንድፍ ሜዳ"
-#: convertmenu.ui:146
+#: svx/uiconfig/ui/convertmenu.ui:146
msgctxt "convertmenu|ConvertToImageControl"
msgid "Ima_ge Control"
msgstr "ምስ_ል መቆጣጠሪያ"
-#: convertmenu.ui:155
+#: svx/uiconfig/ui/convertmenu.ui:155
msgctxt "convertmenu|ConvertToFormatted"
msgid "Fo_rmatted Field"
msgstr "የ ሜዳ አቀ_ራረብ"
-#: convertmenu.ui:164
+#: svx/uiconfig/ui/convertmenu.ui:164
msgctxt "convertmenu|ConvertToScrollBar"
msgid "Scroll bar"
msgstr "መሸብለያ መደርደሪያ"
-#: convertmenu.ui:173
+#: svx/uiconfig/ui/convertmenu.ui:173
msgctxt "convertmenu|ConvertToSpinButton"
msgid "Spin Button"
msgstr "ማሽከርከሪያ ቁልፍ"
-#: convertmenu.ui:182
+#: svx/uiconfig/ui/convertmenu.ui:182
msgctxt "convertmenu|ConvertToNavigationBar"
msgid "Navigation Bar"
msgstr "መቃኛ መደርደሪያ"
-#: crashreportdlg.ui:8
+#: svx/uiconfig/ui/crashreportdlg.ui:8
msgctxt "crashreportdlg|CrashReportDialog"
msgid "Crash Report"
msgstr "የ ግጭት መግለጫ"
-#: crashreportdlg.ui:22
+#: svx/uiconfig/ui/crashreportdlg.ui:22
msgctxt "crashreportdlg|btn_send"
msgid "_Send Crash Report"
msgstr "_ሁለተኛ የ ግጭት መግለጫ"
-#: crashreportdlg.ui:37
+#: svx/uiconfig/ui/crashreportdlg.ui:37
msgctxt "crashreportdlg|btn_cancel"
msgid "_Don’t Send"
msgstr "_አትላክ"
-#: crashreportdlg.ui:51
+#: svx/uiconfig/ui/crashreportdlg.ui:51
msgctxt "crashreportdlg|btn_close"
msgid "Close"
msgstr "መዝጊያ"
-#: crashreportdlg.ui:72
+#: svx/uiconfig/ui/crashreportdlg.ui:72
msgctxt "crashreportdlg|ed_pre"
msgid ""
"Unfortunately it seems that %PRODUCTNAME crashed when it was last run.\n"
@@ -2566,7 +2607,7 @@ msgstr ""
"\n"
"እርስዎ እኛን ሊረዱን ይችላሉ የ ግጭቱን መግለጫ በ መላክ ማንነትዎን ሳይገልጹ ለ %PRODUCTNAME ግጭት መግለጫ ሰርቨር"
-#: crashreportdlg.ui:88
+#: svx/uiconfig/ui/crashreportdlg.ui:88
msgctxt "crashreportdlg|ed_post"
msgid ""
"The crash report was successfully uploaded.\n"
@@ -2577,7 +2618,7 @@ msgstr ""
"እርስዎ በ ትንሽ ጊዜ ውስጥ መግለጫውን ያገኙታል በ:\n"
"crashreport.libreoffice.org/stats/crash_details/%CRASHID"
-#: crashreportdlg.ui:103
+#: svx/uiconfig/ui/crashreportdlg.ui:103
msgctxt "crashreportdlg|ed_bugreport"
msgid ""
"Please check the report and if no bug report is connected to the crash report yet, open a new bug report at bugs.documentfoundation.org.\n"
@@ -2588,801 +2629,801 @@ msgstr ""
"ዝርዝር ትእዛዞች ይጨምሩ ግጭቱ እንዴት እንደ ተፈጠረ እና የ ታየው የ ግጭት መለያ በ ግጭት መግለጫ ሜዳ ውስጥ:\n"
"እናመሰግናለን እንድናሻሽል ስለረዱን %PRODUCTNAME."
-#: crashreportdlg.ui:116
+#: svx/uiconfig/ui/crashreportdlg.ui:116
msgctxt "crashreportdlg|check_safemode"
msgid "Restart %PRODUCTNAME to enter safe mode"
msgstr "እንደገና ማስጀመሪያ %PRODUCTNAME በ ጥንቃቄ ዘዴ ውስጥ ለ መግባት"
-#: datanavigator.ui:37
+#: svx/uiconfig/ui/datanavigator.ui:37
msgctxt "datanavigator|modelsbutton"
msgid "_Models"
msgstr "_ዘዴዎች"
-#: datanavigator.ui:75
+#: svx/uiconfig/ui/datanavigator.ui:75
msgctxt "datanavigator|instance"
msgid "Instance"
msgstr "ምሳሌ"
-#: datanavigator.ui:97
+#: svx/uiconfig/ui/datanavigator.ui:97
msgctxt "datanavigator|submissions"
msgid "Submissions"
msgstr "ማስገቢያዎች"
-#: datanavigator.ui:120
+#: svx/uiconfig/ui/datanavigator.ui:120
msgctxt "datanavigator|bindings"
msgid "Bindings"
msgstr "ማጣመሪያ"
-#: datanavigator.ui:136
+#: svx/uiconfig/ui/datanavigator.ui:136
msgctxt "datanavigator|instances"
msgid "_Instances"
msgstr "_ምሳሌዎች"
-#: datanavigator.ui:164
+#: svx/uiconfig/ui/datanavigator.ui:164
msgctxt "datanavigator|instancesadd"
msgid "_Add..."
msgstr "_መጨመሪያ..."
-#: datanavigator.ui:171
+#: svx/uiconfig/ui/datanavigator.ui:171
msgctxt "datanavigator|instancesedit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
-#: datanavigator.ui:178
+#: svx/uiconfig/ui/datanavigator.ui:178
msgctxt "datanavigator|instancesremove"
msgid "_Remove..."
msgstr "_ማስወገጃ..."
-#: datanavigator.ui:191
+#: svx/uiconfig/ui/datanavigator.ui:191
msgctxt "datanavigator|instancesdetails"
msgid "_Show Details"
msgstr "ዝርዝሮች _ማሳያ"
-#: datanavigator.ui:203
+#: svx/uiconfig/ui/datanavigator.ui:203
msgctxt "datanavigator|modelsadd"
msgid "_Add..."
msgstr "_መጨመሪያ..."
-#: datanavigator.ui:211
+#: svx/uiconfig/ui/datanavigator.ui:211
msgctxt "datanavigator|modelsedit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
-#: datanavigator.ui:219
+#: svx/uiconfig/ui/datanavigator.ui:219
msgctxt "datanavigator|modelsremove"
msgid "_Remove"
msgstr "_ማስወገጃ"
-#: defaultshapespanel.ui:58
+#: svx/uiconfig/ui/defaultshapespanel.ui:58
msgctxt "defaultshapespanel|label1"
msgid "Lines & Arrows"
msgstr "መስመሮች & ቀስቶች"
-#: defaultshapespanel.ui:95
+#: svx/uiconfig/ui/defaultshapespanel.ui:95
msgctxt "defaultshapespanel|label2"
msgid "Curve"
msgstr "ክብ"
-#: defaultshapespanel.ui:132
+#: svx/uiconfig/ui/defaultshapespanel.ui:132
msgctxt "defaultshapespanel|label3"
msgid "Connectors"
msgstr "አገናኞች"
-#: defaultshapespanel.ui:169
+#: svx/uiconfig/ui/defaultshapespanel.ui:169
msgctxt "defaultshapespanel|label4"
msgid "Basic Shapes"
msgstr "መሰረታዊ ቅርጾች"
-#: defaultshapespanel.ui:206
+#: svx/uiconfig/ui/defaultshapespanel.ui:206
msgctxt "defaultshapespanel|label5"
msgid "Symbols"
msgstr "ምልክቶች"
-#: defaultshapespanel.ui:243
+#: svx/uiconfig/ui/defaultshapespanel.ui:243
msgctxt "defaultshapespanel|label6"
msgid "Block Arrows"
msgstr "መከልከያ ቀስቶች"
-#: defaultshapespanel.ui:280
+#: svx/uiconfig/ui/defaultshapespanel.ui:280
msgctxt "defaultshapespanel|label7"
msgid "Flowchart"
msgstr "የ ሂደት መቆጣጠሪያ"
-#: defaultshapespanel.ui:317
+#: svx/uiconfig/ui/defaultshapespanel.ui:317
msgctxt "defaultshapespanel|label8"
msgid "Callouts"
msgstr "መጥሪያዎች"
-#: defaultshapespanel.ui:354
+#: svx/uiconfig/ui/defaultshapespanel.ui:354
msgctxt "defaultshapespanel|label9"
msgid "Stars"
msgstr "ኮከቦች"
-#: defaultshapespanel.ui:391
+#: svx/uiconfig/ui/defaultshapespanel.ui:391
msgctxt "defaultshapespanel|label10"
msgid "3D Objects"
msgstr "3ዲ እቃዎች"
-#: deletefooterdialog.ui:8
+#: svx/uiconfig/ui/deletefooterdialog.ui:7
msgctxt "deletefooterdialog|DeleteFooterDialog"
msgid "Delete footer?"
msgstr "ግርጌውን ላጥፋው?"
-#: deletefooterdialog.ui:14
+#: svx/uiconfig/ui/deletefooterdialog.ui:14
msgctxt "deletefooterdialog|DeleteFooterDialog"
msgid "Are you sure you want to delete the footer?"
msgstr "በ እርግጥ ግረጌውን ማጥፋት ይፈልጋሉ?"
-#: deletefooterdialog.ui:15
+#: svx/uiconfig/ui/deletefooterdialog.ui:15
msgctxt "deletefooterdialog|DeleteFooterDialog"
msgid "All contents of the footer will be deleted and can not be restored."
msgstr "የ ግርጌ ይዞታዎች በሙሉ ይጠፋሉ እንደ ነበር መመለስ አይቻልም"
-#: deleteheaderdialog.ui:8
+#: svx/uiconfig/ui/deleteheaderdialog.ui:7
msgctxt "deleteheaderdialog|DeleteHeaderDialog"
msgid "Delete header?"
msgstr "ራስጌውን ላጥፋው?"
-#: deleteheaderdialog.ui:14
+#: svx/uiconfig/ui/deleteheaderdialog.ui:14
msgctxt "deleteheaderdialog|DeleteHeaderDialog"
msgid "Are you sure you want to delete the header?"
msgstr "በ እርግጥ ራስጌውን ማጥፋት ይፈልጋሉ?"
-#: deleteheaderdialog.ui:15
+#: svx/uiconfig/ui/deleteheaderdialog.ui:15
msgctxt "deleteheaderdialog|DeleteHeaderDialog"
msgid "All contents of the header will be deleted and can not be restored."
msgstr "የ ራስጌ ይዞታዎች በሙሉ ይጠፋሉ እንደ ነበር መመለስ አይቻልም"
-#: docking3deffects.ui:263
+#: svx/uiconfig/ui/docking3deffects.ui:263
msgctxt "docking3deffects|Docking3DEffects"
msgid "3D Effects"
msgstr "3ዲ ውጤቶች"
-#: docking3deffects.ui:293
+#: svx/uiconfig/ui/docking3deffects.ui:293
msgctxt "docking3deffects|diagonalft"
msgid "R_ounded edges"
msgstr "ክ_ብ ጠርዞች"
-#: docking3deffects.ui:307
+#: svx/uiconfig/ui/docking3deffects.ui:307
msgctxt "docking3deffects|scaleddepthft"
msgid "_Scaled depth"
msgstr "የ _ተመጠነ ጥልቀት"
-#: docking3deffects.ui:321
+#: svx/uiconfig/ui/docking3deffects.ui:321
msgctxt "docking3deffects|angleft"
msgid "_Rotation angle"
msgstr "አንግል_ማዞሪያ"
-#: docking3deffects.ui:335
+#: svx/uiconfig/ui/docking3deffects.ui:335
msgctxt "docking3deffects|depthft"
msgid "_Depth"
msgstr "_ጥልቀት"
-#: docking3deffects.ui:401
+#: svx/uiconfig/ui/docking3deffects.ui:401
msgctxt "docking3deffects|label1"
msgid "Geometry"
msgstr "ጂኦሜትሪ"
-#: docking3deffects.ui:443
+#: svx/uiconfig/ui/docking3deffects.ui:443
msgctxt "docking3deffects|label6"
msgid "_Horizontal"
msgstr "በ _አግድም"
-#: docking3deffects.ui:482
+#: svx/uiconfig/ui/docking3deffects.ui:482
msgctxt "docking3deffects|label7"
msgid "_Vertical"
msgstr "በ _ቁመት"
-#: docking3deffects.ui:517
+#: svx/uiconfig/ui/docking3deffects.ui:517
msgctxt "docking3deffects|label10"
msgid "Segments"
msgstr "ክፋዮች"
-#: docking3deffects.ui:569
+#: svx/uiconfig/ui/docking3deffects.ui:569
msgctxt "docking3deffects|objspecific|tooltip_text"
msgid "Object-Specific"
msgstr "የተወሰነው-እቃ"
-#: docking3deffects.ui:583
+#: svx/uiconfig/ui/docking3deffects.ui:583
msgctxt "docking3deffects|flat|tooltip_text"
msgid "Flat"
msgstr "ጠፍጣፋ"
-#: docking3deffects.ui:597
+#: svx/uiconfig/ui/docking3deffects.ui:597
msgctxt "docking3deffects|spherical|tooltip_text"
msgid "Spherical"
msgstr "ስፌሪካል"
-#: docking3deffects.ui:611
+#: svx/uiconfig/ui/docking3deffects.ui:611
msgctxt "docking3deffects|invertnormals|tooltip_text"
msgid "Invert Normals"
msgstr "መደበኛ መገልበጫ"
-#: docking3deffects.ui:625
+#: svx/uiconfig/ui/docking3deffects.ui:625
msgctxt "docking3deffects|doublesidedillum|tooltip_text"
msgid "Double-Sided Illumination"
msgstr "በ ድርብ-በኩል የ ብርሃን ምንጭ"
-#: docking3deffects.ui:639
+#: svx/uiconfig/ui/docking3deffects.ui:639
msgctxt "docking3deffects|doublesided|tooltip_text"
msgid "Double-Sided"
msgstr "በ ሁለቱም-ጎን በኩል"
-#: docking3deffects.ui:665
+#: svx/uiconfig/ui/docking3deffects.ui:665
msgctxt "docking3deffects|label11"
msgid "Normals"
msgstr "መደበኛ"
-#: docking3deffects.ui:697
+#: svx/uiconfig/ui/docking3deffects.ui:697
msgctxt "docking3deffects|to3d|tooltip_text"
msgid "Convert to 3D"
msgstr "ወደ 3ዲ መቀየሪያ"
-#: docking3deffects.ui:710
+#: svx/uiconfig/ui/docking3deffects.ui:710
msgctxt "docking3deffects|tolathe|tooltip_text"
msgid "Convert to Rotation Object"
msgstr "ወደ ማዞሪያ እቃ መቀየሪያ"
-#: docking3deffects.ui:723
+#: svx/uiconfig/ui/docking3deffects.ui:723
msgctxt "docking3deffects|perspective|tooltip_text"
msgid "Perspective On/Off"
msgstr "አስተያየት ማብሪያ/ማጥፊያ"
-#: docking3deffects.ui:762
+#: svx/uiconfig/ui/docking3deffects.ui:762
msgctxt "docking3deffects|preview-atkobject"
msgid "3D Preview"
msgstr "3ዲ ቅድመ እይታ"
-#: docking3deffects.ui:782
+#: svx/uiconfig/ui/docking3deffects.ui:782
msgctxt "docking3deffects|lightpreview-atkobject"
msgid "Color Light Preview"
msgstr "የ ቀለም ብርሃን ቅድመ እይታ"
-#: docking3deffects.ui:828
+#: svx/uiconfig/ui/docking3deffects.ui:828
msgctxt "docking3deffects|label8"
msgid "_Mode"
msgstr "_ዘዴ"
-#: docking3deffects.ui:842
+#: svx/uiconfig/ui/docking3deffects.ui:842
msgctxt "docking3deffects|mode"
msgid "Flat"
msgstr "ጠፍጣፋ"
-#: docking3deffects.ui:843
+#: svx/uiconfig/ui/docking3deffects.ui:843
msgctxt "docking3deffects|mode"
msgid "Phong"
msgstr "ፖንግ"
-#: docking3deffects.ui:844
+#: svx/uiconfig/ui/docking3deffects.ui:844
msgctxt "docking3deffects|mode"
msgid "Gouraud"
msgstr "Gouraud"
-#: docking3deffects.ui:860
+#: svx/uiconfig/ui/docking3deffects.ui:860
msgctxt "docking3deffects|label12"
msgid "Shading"
msgstr "ጥላ"
-#: docking3deffects.ui:897
+#: svx/uiconfig/ui/docking3deffects.ui:897
msgctxt "docking3deffects|slantft"
msgid "S_urface angle"
msgstr "S_urface አንግል"
-#: docking3deffects.ui:923
+#: svx/uiconfig/ui/docking3deffects.ui:923
msgctxt "docking3deffects|shadow|tooltip_text"
msgid "3D Shadowing On/Off"
msgstr "3ዲ ጥላ ማብሪያ/ማጥፊያ"
-#: docking3deffects.ui:939
+#: svx/uiconfig/ui/docking3deffects.ui:939
msgctxt "docking3deffects|label13"
msgid "Shadow"
msgstr "ጥላ"
-#: docking3deffects.ui:1001
+#: svx/uiconfig/ui/docking3deffects.ui:1001
msgctxt "docking3deffects|label15"
msgid "_Focal length"
msgstr "የ _ትኩረት እርዝመት"
-#: docking3deffects.ui:1015
+#: svx/uiconfig/ui/docking3deffects.ui:1015
msgctxt "docking3deffects|label14"
msgid "_Distance"
msgstr "_እርቀት"
-#: docking3deffects.ui:1032
+#: svx/uiconfig/ui/docking3deffects.ui:1032
msgctxt "docking3deffects|label16"
msgid "Camera"
msgstr "ካሜራ"
-#: docking3deffects.ui:1067
+#: svx/uiconfig/ui/docking3deffects.ui:1067
msgctxt "docking3deffects|label17"
msgid "_Light source"
msgstr "የ _ብርሃን ምንጭ"
-#: docking3deffects.ui:1081
+#: svx/uiconfig/ui/docking3deffects.ui:1081
msgctxt "docking3deffects|colorbutton1|tooltip_text"
msgid "Colors Dialog"
msgstr "የ ቀለም ንግግር"
-#: docking3deffects.ui:1107
+#: svx/uiconfig/ui/docking3deffects.ui:1107
msgctxt "docking3deffects|colorbutton2|tooltip_text"
msgid "Colors Dialog"
msgstr "የ ቀለም ንግግር"
-#: docking3deffects.ui:1121
+#: svx/uiconfig/ui/docking3deffects.ui:1121
msgctxt "docking3deffects|label18"
msgid "_Ambient light"
msgstr "የ _አካባቢው ብርሃን"
-#: docking3deffects.ui:1141
+#: svx/uiconfig/ui/docking3deffects.ui:1141
msgctxt "docking3deffects|light1|tooltip_text"
msgid "Light Source 1"
msgstr "የ ብርሃን ምንጭ 1"
-#: docking3deffects.ui:1154
+#: svx/uiconfig/ui/docking3deffects.ui:1154
msgctxt "docking3deffects|light2|tooltip_text"
msgid "Light Source 2"
msgstr "የ ብርሃን ምንጭ 2"
-#: docking3deffects.ui:1167
+#: svx/uiconfig/ui/docking3deffects.ui:1167
msgctxt "docking3deffects|light3|tooltip_text"
msgid "Light Source 3"
msgstr "የ ብርሃን ምንጭ 3"
-#: docking3deffects.ui:1180
+#: svx/uiconfig/ui/docking3deffects.ui:1180
msgctxt "docking3deffects|light4|tooltip_text"
msgid "Light Source 4"
msgstr "የ ብርሃን ምንጭ 4"
-#: docking3deffects.ui:1193
+#: svx/uiconfig/ui/docking3deffects.ui:1193
msgctxt "docking3deffects|light5|tooltip_text"
msgid "Light Source 5"
msgstr "የ ብርሃን ምንጭ 5"
-#: docking3deffects.ui:1206
+#: svx/uiconfig/ui/docking3deffects.ui:1206
msgctxt "docking3deffects|light6|tooltip_text"
msgid "Light Source 6"
msgstr "የ ብርሃን ምንጭ 6"
-#: docking3deffects.ui:1219
+#: svx/uiconfig/ui/docking3deffects.ui:1219
msgctxt "docking3deffects|light7|tooltip_text"
msgid "Light Source 7"
msgstr "የ ብርሃን ምንጭ 7"
-#: docking3deffects.ui:1232
+#: svx/uiconfig/ui/docking3deffects.ui:1232
msgctxt "docking3deffects|light8|tooltip_text"
msgid "Light Source 8"
msgstr "የ ብርሃን ምንጭ 8"
-#: docking3deffects.ui:1369
+#: svx/uiconfig/ui/docking3deffects.ui:1369
msgctxt "docking3deffects|label19"
msgid "Illumination"
msgstr "የ ብርሃን ምንጭ"
-#: docking3deffects.ui:1404
+#: svx/uiconfig/ui/docking3deffects.ui:1404
msgctxt "docking3deffects|label20"
msgid "_Type"
msgstr "_አይነት"
-#: docking3deffects.ui:1417
+#: svx/uiconfig/ui/docking3deffects.ui:1417
msgctxt "docking3deffects|label22"
msgid "_Mode"
msgstr "_ዘዴ"
-#: docking3deffects.ui:1430
+#: svx/uiconfig/ui/docking3deffects.ui:1430
msgctxt "docking3deffects|label23"
msgid "_Projection X"
msgstr "X _ማሳያ"
-#: docking3deffects.ui:1443
+#: svx/uiconfig/ui/docking3deffects.ui:1443
msgctxt "docking3deffects|label24"
msgid "P_rojection Y"
msgstr "Y _ማሳያ"
-#: docking3deffects.ui:1456
+#: svx/uiconfig/ui/docking3deffects.ui:1456
msgctxt "docking3deffects|label25"
msgid "_Filtering"
msgstr "_በማጣራት ላይ"
-#: docking3deffects.ui:1469
+#: svx/uiconfig/ui/docking3deffects.ui:1469
msgctxt "docking3deffects|textype|tooltip_text"
msgid "Black & White"
msgstr "ጥቁር & ነጭ"
-#: docking3deffects.ui:1483
+#: svx/uiconfig/ui/docking3deffects.ui:1483
msgctxt "docking3deffects|texcolor|tooltip_text"
msgid "Color"
msgstr "ቀለም"
-#: docking3deffects.ui:1497
+#: svx/uiconfig/ui/docking3deffects.ui:1497
msgctxt "docking3deffects|texreplace|tooltip_text"
msgid "Only Texture"
msgstr "ጨርቅ ብቻ"
-#: docking3deffects.ui:1511
+#: svx/uiconfig/ui/docking3deffects.ui:1511
msgctxt "docking3deffects|texmodulate|tooltip_text"
msgid "Texture and Shading"
msgstr "ጨርቅ እና ጥላ"
-#: docking3deffects.ui:1525
+#: svx/uiconfig/ui/docking3deffects.ui:1525
msgctxt "docking3deffects|texobjx|tooltip_text"
msgid "Object-Specific"
msgstr "የተወሰነ-እቃ"
-#: docking3deffects.ui:1539
+#: svx/uiconfig/ui/docking3deffects.ui:1539
msgctxt "docking3deffects|texparallelx|tooltip_text"
msgid "Parallel"
msgstr "አጓዳኝ"
-#: docking3deffects.ui:1553
+#: svx/uiconfig/ui/docking3deffects.ui:1553
msgctxt "docking3deffects|texcirclex|tooltip_text"
msgid "Circular"
msgstr "ክብ"
-#: docking3deffects.ui:1568
+#: svx/uiconfig/ui/docking3deffects.ui:1568
msgctxt "docking3deffects|texobjy|tooltip_text"
msgid "Object-Specific"
msgstr "የተወሰነ-እቃ"
-#: docking3deffects.ui:1582
+#: svx/uiconfig/ui/docking3deffects.ui:1582
msgctxt "docking3deffects|texparallely|tooltip_text"
msgid "Parallel"
msgstr "አጓዳኝ"
-#: docking3deffects.ui:1596
+#: svx/uiconfig/ui/docking3deffects.ui:1596
msgctxt "docking3deffects|texcircley|tooltip_text"
msgid "Circular"
msgstr "ክብ"
-#: docking3deffects.ui:1610
+#: svx/uiconfig/ui/docking3deffects.ui:1610
msgctxt "docking3deffects|texfilter|tooltip_text"
msgid "Filtering On/Off"
msgstr "ማጣሪያ ማብሪያ/ማጥፊያ"
-#: docking3deffects.ui:1624
+#: svx/uiconfig/ui/docking3deffects.ui:1624
msgctxt "docking3deffects|texblend|tooltip_text"
msgid "Texture, Shadow and Color"
msgstr "ጨርቅ: ጥላ እና ቀለም"
-#: docking3deffects.ui:1651
+#: svx/uiconfig/ui/docking3deffects.ui:1651
msgctxt "docking3deffects|label21"
msgid "Textures"
msgstr "ጨርቆች"
-#: docking3deffects.ui:1686
+#: svx/uiconfig/ui/docking3deffects.ui:1686
msgctxt "docking3deffects|label26"
msgid "_Favorites"
msgstr "_የምወዳቸው"
-#: docking3deffects.ui:1699
+#: svx/uiconfig/ui/docking3deffects.ui:1699
msgctxt "docking3deffects|label27"
msgid "_Object color"
msgstr "የ _እቃው ቀለም"
-#: docking3deffects.ui:1713
+#: svx/uiconfig/ui/docking3deffects.ui:1713
msgctxt "docking3deffects|label29"
msgid "_Illumination color"
msgstr "የ _ብርሃን ምንጭ ቀለም"
-#: docking3deffects.ui:1751
+#: svx/uiconfig/ui/docking3deffects.ui:1751
msgctxt "docking3deffects|favorites"
msgid "User-defined"
msgstr "በ ተጠቃሚው -የተወሰነ"
-#: docking3deffects.ui:1752
+#: svx/uiconfig/ui/docking3deffects.ui:1752
msgctxt "docking3deffects|favorites"
msgid "Metal"
msgstr "ብረት"
-#: docking3deffects.ui:1753
+#: svx/uiconfig/ui/docking3deffects.ui:1753
msgctxt "docking3deffects|favorites"
msgid "Gold"
msgstr "ወርቅ"
-#: docking3deffects.ui:1754
+#: svx/uiconfig/ui/docking3deffects.ui:1754
msgctxt "docking3deffects|favorites"
msgid "Chrome"
msgstr "ክሮም"
-#: docking3deffects.ui:1755
+#: svx/uiconfig/ui/docking3deffects.ui:1755
msgctxt "docking3deffects|favorites"
msgid "Plastic"
msgstr "ፕላስቲክ"
-#: docking3deffects.ui:1756
+#: svx/uiconfig/ui/docking3deffects.ui:1756
msgctxt "docking3deffects|favorites"
msgid "Wood"
msgstr "እንጨት"
-#: docking3deffects.ui:1770
+#: svx/uiconfig/ui/docking3deffects.ui:1770
msgctxt "docking3deffects|colorbutton3|tooltip_text"
msgid "Colors Dialog"
msgstr "የ ቀለም ንግግር"
-#: docking3deffects.ui:1783
+#: svx/uiconfig/ui/docking3deffects.ui:1783
msgctxt "docking3deffects|colorbutton4|tooltip_text"
msgid "Colors Dialog"
msgstr "የ ቀለም ንግግር"
-#: docking3deffects.ui:1799
+#: svx/uiconfig/ui/docking3deffects.ui:1799
msgctxt "docking3deffects|label28"
msgid "Material"
msgstr "እቃ"
-#: docking3deffects.ui:1834
+#: svx/uiconfig/ui/docking3deffects.ui:1834
msgctxt "docking3deffects|label30"
msgid "_Color"
msgstr "_ቀለም"
-#: docking3deffects.ui:1848
+#: svx/uiconfig/ui/docking3deffects.ui:1848
msgctxt "docking3deffects|label31"
msgid "I_ntensity"
msgstr "ሀ_ይሉ"
-#: docking3deffects.ui:1874
+#: svx/uiconfig/ui/docking3deffects.ui:1874
msgctxt "docking3deffects|colorbutton5|tooltip_text"
msgid "Colors Dialog"
msgstr "የ ቀለም ንግግር"
-#: docking3deffects.ui:1902
+#: svx/uiconfig/ui/docking3deffects.ui:1902
msgctxt "docking3deffects|label32"
msgid "Specular"
msgstr "ነፀብራቅ"
-#: docking3deffects.ui:1924
+#: svx/uiconfig/ui/docking3deffects.ui:1924
msgctxt "docking3deffects|assign|tooltip_text"
msgid "Assign"
msgstr "መመደቢያ"
-#: docking3deffects.ui:1937
+#: svx/uiconfig/ui/docking3deffects.ui:1937
msgctxt "docking3deffects|update|tooltip_text"
msgid "Update"
msgstr "ማሻሻያ"
-#: docking3deffects.ui:1952
+#: svx/uiconfig/ui/docking3deffects.ui:1952
msgctxt "docking3deffects|material|tooltip_text"
msgid "Material"
msgstr "እቃ"
-#: docking3deffects.ui:1965
+#: svx/uiconfig/ui/docking3deffects.ui:1965
msgctxt "docking3deffects|texture|tooltip_text"
msgid "Textures"
msgstr "ገጽታዎች"
-#: docking3deffects.ui:1978
+#: svx/uiconfig/ui/docking3deffects.ui:1978
msgctxt "docking3deffects|light|tooltip_text"
msgid "Illumination"
msgstr "የ ብርሃን ምንጭ"
-#: docking3deffects.ui:1991
+#: svx/uiconfig/ui/docking3deffects.ui:1991
msgctxt "docking3deffects|representation|tooltip_text"
msgid "Shading"
msgstr "ጥላ"
-#: docking3deffects.ui:2004
+#: svx/uiconfig/ui/docking3deffects.ui:2004
msgctxt "docking3deffects|geometry|tooltip_text"
msgid "Geometry"
msgstr "ጂኦሜትሪ"
-#: dockingcolorreplace.ui:17
+#: svx/uiconfig/ui/dockingcolorreplace.ui:17
msgctxt "dockingcolorreplace|DockingColorReplace"
msgid "Color Replacer"
msgstr "ቀለም መቀየሪያ"
-#: dockingcolorreplace.ui:51
+#: svx/uiconfig/ui/dockingcolorreplace.ui:51
msgctxt "dockingcolorreplace|label2"
msgid "Source color"
msgstr "የ ቀለም ምንጭ"
-#: dockingcolorreplace.ui:64
+#: svx/uiconfig/ui/dockingcolorreplace.ui:64
msgctxt "dockingcolorreplace|label3"
msgid "Tolerance"
msgstr "ገደብ"
-#: dockingcolorreplace.ui:76
+#: svx/uiconfig/ui/dockingcolorreplace.ui:76
msgctxt "dockingcolorreplace|label4"
msgid "Replace with..."
msgstr "መቀየሪያ በ..."
#. This string is used by the eyedropper dialog to denote a color in an image that will be replaced by another color.
-#: dockingcolorreplace.ui:93
+#: svx/uiconfig/ui/dockingcolorreplace.ui:94
msgctxt "dockingcolorreplace|cbx2-atkobject"
msgid "Source Color 2"
msgstr "የ ቀለሙ ምንጭ 2"
#. This string is used by the eyedropper dialog to denote a color in an image that will be replaced by another color.
-#: dockingcolorreplace.ui:111
+#: svx/uiconfig/ui/dockingcolorreplace.ui:113
msgctxt "dockingcolorreplace|cbx3-atkobject"
msgid "Source Color 3"
msgstr "የ ቀለሙ ምንጭ 3"
#. This string is used by the eyedropper dialog to denote a color in an image that will be replaced by another color.
-#: dockingcolorreplace.ui:129
+#: svx/uiconfig/ui/dockingcolorreplace.ui:132
msgctxt "dockingcolorreplace|cbx4-atkobject"
msgid "Source Color 4"
msgstr "የ ቀለሙ ምንጭ 4"
#. This string is used by the eyedropper dialog to denote a color in an image that will be replaced by another color.
-#: dockingcolorreplace.ui:147
+#: svx/uiconfig/ui/dockingcolorreplace.ui:151
msgctxt "dockingcolorreplace|cbx1-atkobject"
msgid "Source Color 1"
msgstr "የ ቀለሙ ምንጭ 1"
-#: dockingcolorreplace.ui:158
+#: svx/uiconfig/ui/dockingcolorreplace.ui:162
msgctxt "dockingcolorreplace|cbx5"
msgid "Tr_ansparency"
msgstr "ግል_ጽነት"
-#: dockingcolorreplace.ui:179
+#: svx/uiconfig/ui/dockingcolorreplace.ui:184
msgctxt "dockingcolorreplace|tol1-atkobject"
msgid "Tolerance 1"
msgstr "ገደብ 1"
-#: dockingcolorreplace.ui:197
+#: svx/uiconfig/ui/dockingcolorreplace.ui:202
msgctxt "dockingcolorreplace|tol2-atkobject"
msgid "Tolerance 2"
msgstr "ገደብ 2"
-#: dockingcolorreplace.ui:215
+#: svx/uiconfig/ui/dockingcolorreplace.ui:220
msgctxt "dockingcolorreplace|tol3-atkobject"
msgid "Tolerance 3"
msgstr "ገደብ 3"
-#: dockingcolorreplace.ui:233
+#: svx/uiconfig/ui/dockingcolorreplace.ui:238
msgctxt "dockingcolorreplace|tol4-atkobject"
msgid "Tolerance 4"
msgstr "ገደብ 4"
-#: dockingcolorreplace.ui:249
+#: svx/uiconfig/ui/dockingcolorreplace.ui:254
msgctxt "dockingcolorreplace|color1-atkobject"
msgid "Replace with 1"
msgstr "መቀየሪያ በ 1"
-#: dockingcolorreplace.ui:265
+#: svx/uiconfig/ui/dockingcolorreplace.ui:270
msgctxt "dockingcolorreplace|color2-atkobject"
msgid "Replace with 2"
msgstr "መቀየሪያ በ 2"
-#: dockingcolorreplace.ui:281
+#: svx/uiconfig/ui/dockingcolorreplace.ui:286
msgctxt "dockingcolorreplace|color3-atkobject"
msgid "Replace with 3"
msgstr "መቀየሪያ በ 3"
-#: dockingcolorreplace.ui:297
+#: svx/uiconfig/ui/dockingcolorreplace.ui:302
msgctxt "dockingcolorreplace|color4-atkobject"
msgid "Replace with 4"
msgstr "መቀየሪያ በ 4"
-#: dockingcolorreplace.ui:336
+#: svx/uiconfig/ui/dockingcolorreplace.ui:341
msgctxt "dockingcolorreplace|label1"
msgid "Colors"
msgstr "ቀለሞች"
-#: dockingcolorreplace.ui:356
+#: svx/uiconfig/ui/dockingcolorreplace.ui:361
msgctxt "dockingcolorreplace|replace"
msgid "_Replace"
msgstr "_መቀየሪያ"
-#: dockingcolorreplace.ui:387
+#: svx/uiconfig/ui/dockingcolorreplace.ui:392
msgctxt "dockingcolorreplace|pipette"
msgid "Pipette"
msgstr "ጠብታ መለኪያ"
-#: dockingfontwork.ui:17
+#: svx/uiconfig/ui/dockingfontwork.ui:17
msgctxt "dockingfontwork|DockingFontwork"
msgid "Fontwork"
msgstr "የ ፊደል ስራ"
-#: dockingfontwork.ui:32
+#: svx/uiconfig/ui/dockingfontwork.ui:32
msgctxt "dockingfontwork|off|tooltip_text"
msgid "Off"
msgstr "ማጥፊያ"
-#: dockingfontwork.ui:55
+#: svx/uiconfig/ui/dockingfontwork.ui:55
msgctxt "dockingfontwork|rotate|tooltip_text"
msgid "Rotate"
msgstr "ማዞሪያ"
-#: dockingfontwork.ui:68
+#: svx/uiconfig/ui/dockingfontwork.ui:68
msgctxt "dockingfontwork|upright|tooltip_text"
msgid "Upright"
msgstr "በ ቁመት"
-#: dockingfontwork.ui:82
+#: svx/uiconfig/ui/dockingfontwork.ui:82
msgctxt "dockingfontwork|hori|tooltip_text"
msgid "Slant Horizontal"
msgstr "በ አግድም ማዘንበያ"
-#: dockingfontwork.ui:96
+#: svx/uiconfig/ui/dockingfontwork.ui:96
msgctxt "dockingfontwork|vert|tooltip_text"
msgid "Slant Vertical"
msgstr "በ ቁመት ማዘንበያ"
-#: dockingfontwork.ui:120
+#: svx/uiconfig/ui/dockingfontwork.ui:120
msgctxt "dockingfontwork|orientation|tooltip_text"
msgid "Orientation"
msgstr "አቅጣጫ"
-#: dockingfontwork.ui:143
+#: svx/uiconfig/ui/dockingfontwork.ui:143
msgctxt "dockingfontwork|left|tooltip_text"
msgid "Align Left"
msgstr "በ ግራ ማሰለፊያ"
-#: dockingfontwork.ui:156
+#: svx/uiconfig/ui/dockingfontwork.ui:156
msgctxt "dockingfontwork|center|tooltip_text"
msgid "Center"
msgstr "መሀከል"
-#: dockingfontwork.ui:170
+#: svx/uiconfig/ui/dockingfontwork.ui:170
msgctxt "dockingfontwork|right|tooltip_text"
msgid "Align Right"
msgstr "በ ቀኝ ማሰለፊያ"
-#: dockingfontwork.ui:184
+#: svx/uiconfig/ui/dockingfontwork.ui:184
msgctxt "dockingfontwork|autosize|tooltip_text"
msgid "AutoSize Text"
msgstr "በራሱ ጽሁፍ መመጠኛ"
-#: dockingfontwork.ui:222
+#: svx/uiconfig/ui/dockingfontwork.ui:222
msgctxt "dockingfontwork|distance|tooltip_text"
msgid "Distance"
msgstr "እርቀት"
-#: dockingfontwork.ui:259
+#: svx/uiconfig/ui/dockingfontwork.ui:259
msgctxt "dockingfontwork|indent|tooltip_text"
msgid "Indent"
msgstr "ማስረጊያ"
-#: dockingfontwork.ui:283
+#: svx/uiconfig/ui/dockingfontwork.ui:283
msgctxt "dockingfontwork|contour|tooltip_text"
msgid "Contour"
msgstr "ቅርጽ"
-#: dockingfontwork.ui:296
+#: svx/uiconfig/ui/dockingfontwork.ui:296
msgctxt "dockingfontwork|textcontour|tooltip_text"
msgid "Text Contour"
msgstr "የ ጽሁፍ ቅርጽ"
-#: dockingfontwork.ui:319
+#: svx/uiconfig/ui/dockingfontwork.ui:319
msgctxt "dockingfontwork|noshadow|tooltip_text"
msgid "No Shadow"
msgstr "ጥላ የለም"
-#: dockingfontwork.ui:332
+#: svx/uiconfig/ui/dockingfontwork.ui:332
msgctxt "dockingfontwork|vertical|tooltip_text"
msgid "Vertical"
msgstr "በ ቁመት"
-#: dockingfontwork.ui:346
+#: svx/uiconfig/ui/dockingfontwork.ui:346
msgctxt "dockingfontwork|slant|tooltip_text"
msgid "Slant"
msgstr "ማዘንበያ"
-#: dockingfontwork.ui:384
+#: svx/uiconfig/ui/dockingfontwork.ui:384
msgctxt "dockingfontwork|distancex|tooltip_text"
msgid "Distance X"
msgstr "የ X እርቀት"
-#: dockingfontwork.ui:422
+#: svx/uiconfig/ui/dockingfontwork.ui:422
msgctxt "dockingfontwork|distancey|tooltip_text"
msgid "Distance Y"
msgstr "የ Y እርቀት"
-#: dockingfontwork.ui:442
+#: svx/uiconfig/ui/dockingfontwork.ui:442
msgctxt "dockingfontwork|color|tooltip_text"
msgid "Shadow Color"
msgstr "የ ጥላ ቀለም"
-#: docrecoverybrokendialog.ui:8
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:8
msgctxt "docrecoverybrokendialog|DocRecoveryBrokenDialog"
msgid "%PRODUCTNAME Document Recovery"
msgstr "%PRODUCTNAME ሰነድ ማዳኛ"
-#: docrecoverybrokendialog.ui:21
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:21
msgctxt "docrecoverybrokendialog|save"
msgid "_Save"
msgstr "_ማስቀመጫ"
-#: docrecoverybrokendialog.ui:74
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:74
msgctxt "docrecoverybrokendialog|label1"
msgid ""
"The automatic recovery process was interrupted.\n"
@@ -3393,517 +3434,517 @@ msgstr ""
"\n"
"ከስር የተዘረዘሩት ሰነዶች በሙሉ ይቀመጣሉ ከስር በሚታየው ፎልደር ውስጥ ይህን 'ማዳኛ'. ከተጫኑ ይጫኑ 'መሰረዣ' የሚለውን ሰነዶቹ ሳይቀመጡ ረዳቱን ለመዝጋት"
-#: docrecoverybrokendialog.ui:91
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:91
msgctxt "docrecoverybrokendialog|label3"
msgid "Documents:"
msgstr "ሰነዶችሰነዶቹ:"
-#: docrecoverybrokendialog.ui:124
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:124
msgctxt "docrecoverybrokendialog|label4"
msgid "_Save to:"
msgstr "_ማስቀመጫ ወደ:"
-#: docrecoverybrokendialog.ui:155
+#: svx/uiconfig/ui/docrecoverybrokendialog.ui:154
msgctxt "docrecoverybrokendialog|change"
msgid "Chan_ge..."
msgstr "መቀየ_ሪያ..."
-#: docrecoveryprogressdialog.ui:8
+#: svx/uiconfig/ui/docrecoveryprogressdialog.ui:8
msgctxt "docrecoveryprogressdialog|DocRecoveryProgressDialog"
msgid "Documents Are Being Saved"
msgstr "ሰነዶቹ እየተቀመጡ ነው"
-#: docrecoveryprogressdialog.ui:42
+#: svx/uiconfig/ui/docrecoveryprogressdialog.ui:42
msgctxt "docrecoveryprogressdialog|label2"
msgid "Progress of saving:"
msgstr "የማስቀመጥ ሂደቱ:"
-#: docrecoveryrecoverdialog.ui:9
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:9
msgctxt "docrecoveryrecoverdialog|DocRecoveryRecoverDialog"
msgid "%PRODUCTNAME %PRODUCTVERSION Document Recovery"
msgstr "%PRODUCTNAME %PRODUCTVERSION ሰነድ ማዳኛ"
-#: docrecoveryrecoverdialog.ui:22
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:22
msgctxt "docrecoveryrecoverdialog|cancel"
msgid "_Discard"
msgstr "_ማስወገጃ"
-#: docrecoveryrecoverdialog.ui:37
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:37
msgctxt "docrecoveryrecoverdialog|next"
msgid "_Start"
msgstr "_መጀመሪያ"
-#: docrecoveryrecoverdialog.ui:77
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:77
msgctxt "docrecoveryrecoverdialog|desc"
msgid "%PRODUCTNAME will attempt to recover the state of the files you were working on before it crashed. Click 'Start' to begin the process, or click 'Discard' to cancel the recovery."
msgstr "%PRODUCTNAME እርስዎ ይሰሩበት የ ነበረውን ፋይሎች በ ነበሩበት ሁኔታ ከ መጋጨቱ በፊት ለማግኘት ይሞክራል: ይጫኑ 'ማስጀመሪያ' ሂደቱን ለ መጀመር: ወይንም ይጫኑ 'ማስወገጃ' ማዳኑን ለ መሰረዝ:"
-#: docrecoveryrecoverdialog.ui:98
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:98
msgctxt "docrecoveryrecoverdialog|label2"
msgid "Status of recovered documents:"
msgstr "የዳኑ ሰነዶች ሁኔታ:"
-#: docrecoveryrecoverdialog.ui:135
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:135
msgctxt "docrecoveryrecoverdialog|nameft"
msgid "Document Name"
msgstr "የ ሰነዱ ስም"
-#: docrecoveryrecoverdialog.ui:147
+#: svx/uiconfig/ui/docrecoveryrecoverdialog.ui:147
msgctxt "docrecoveryrecoverdialog|statusft"
msgid "Status"
msgstr "ሁኔታው"
-#: docrecoverysavedialog.ui:8
+#: svx/uiconfig/ui/docrecoverysavedialog.ui:8
msgctxt "docrecoverysavedialog|DocRecoverySaveDialog"
msgid "%PRODUCTNAME %PRODUCTVERSION Document Recovery"
msgstr "%PRODUCTNAME %PRODUCTVERSION ሰነድ ማዳኛ"
-#: docrecoverysavedialog.ui:59
+#: svx/uiconfig/ui/docrecoverysavedialog.ui:59
msgctxt "docrecoverysavedialog|label1"
msgid "Due to an unexpected 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 "ያልተጠበቀ ስህተት ተፈጥሮ %PRODUCTNAME ተጋጭቷል: ይሰሩባቸው የነበሩ ሁሉንም ፋይሎች አሁን ይቀመጣሉ: በሚቀጥለው ጊዜ %PRODUCTNAME ሲያስነሱ: የእርስዎ ፋይሎች ራሳቸው በራሳቸው ይድናሉ"
-#: docrecoverysavedialog.ui:80
+#: svx/uiconfig/ui/docrecoverysavedialog.ui:80
msgctxt "docrecoverysavedialog|label2"
msgid "The following files will be recovered:"
msgstr "የሚቀጥሉት ፋይሎች ይድናሉ:"
-#: extrustiondepthdialog.ui:12
+#: svx/uiconfig/ui/extrustiondepthdialog.ui:12
msgctxt "extrustiondepthdialog|ExtrustionDepthDialog"
msgid "Extrusion Depth"
msgstr "የ ማሾለኪያ ጥልቀት"
-#: extrustiondepthdialog.ui:116
+#: svx/uiconfig/ui/extrustiondepthdialog.ui:115
msgctxt "extrustiondepthdialog|label1"
msgid "_Value"
msgstr "_ዋጋ"
-#: extrustiondepthdialog.ui:135
+#: svx/uiconfig/ui/extrustiondepthdialog.ui:134
msgctxt "extrustiondepthdialog|label2"
msgid "Depth"
msgstr "ጥልቀት"
-#: filtermenu.ui:12
+#: svx/uiconfig/ui/filtermenu.ui:12
msgctxt "filtermenu|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: filtermenu.ui:20
+#: svx/uiconfig/ui/filtermenu.ui:20
msgctxt "filtermenu|edit"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: filtermenu.ui:28
+#: svx/uiconfig/ui/filtermenu.ui:28
msgctxt "filtermenu|isnull"
msgid "_Is Null"
msgstr "ባዶ _ነው"
-#: filtermenu.ui:36
+#: svx/uiconfig/ui/filtermenu.ui:36
msgctxt "filtermenu|isnotnull"
msgid "I_s not Null"
msgstr "ባዶ አይደ_ለም"
-#: findreplacedialog.ui:8
+#: svx/uiconfig/ui/findreplacedialog.ui:8
msgctxt "findreplacedialog|FindReplaceDialog"
msgid "Find & Replace"
msgstr "መፈለጊያ & መቀየሪያ"
-#: findreplacedialog.ui:135
+#: svx/uiconfig/ui/findreplacedialog.ui:135
msgctxt "findreplacedialog|label4"
msgid "_Find:"
msgstr "_መፈለጊያ:"
-#: findreplacedialog.ui:183
+#: svx/uiconfig/ui/findreplacedialog.ui:183
msgctxt "findreplacedialog|matchcase"
msgid "Ma_tch case"
msgstr "ጉዳይ ማመ_ሳሰያ"
-#: findreplacedialog.ui:199
+#: svx/uiconfig/ui/findreplacedialog.ui:199
msgctxt "findreplacedialog|searchformatted"
msgid "For_matted display"
msgstr "አቀ_ራረብ ማሳያ"
-#: findreplacedialog.ui:218
+#: svx/uiconfig/ui/findreplacedialog.ui:219
msgctxt "findreplacedialog|wholewords"
msgid "Whole wor_ds only"
msgstr "ሙሉ ቃሎ_ቹን ብቻ"
-#: findreplacedialog.ui:236
+#: svx/uiconfig/ui/findreplacedialog.ui:237
msgctxt "findreplacedialog|entirecells"
msgid "_Entire cells"
msgstr "_ጠቅላላ ክፍሎቹ"
-#: findreplacedialog.ui:254
+#: svx/uiconfig/ui/findreplacedialog.ui:255
msgctxt "findreplacedialog|allsheets"
msgid "All _sheets"
msgstr "ሁሉንም _ወረቀቶች"
-#: findreplacedialog.ui:281
+#: svx/uiconfig/ui/findreplacedialog.ui:282
msgctxt "findreplacedialog|label1"
msgid "_Search For"
msgstr "_መፈለጊያ ከ"
-#: findreplacedialog.ui:365
+#: svx/uiconfig/ui/findreplacedialog.ui:366
msgctxt "findreplacedialog|label5"
msgid "Re_place:"
msgstr "መቀ_የሪያ:"
-#: findreplacedialog.ui:398
+#: svx/uiconfig/ui/findreplacedialog.ui:399
msgctxt "findreplacedialog|label2"
msgid "Re_place With"
msgstr "መቀ_የሪያ በ"
-#: findreplacedialog.ui:424
+#: svx/uiconfig/ui/findreplacedialog.ui:425
msgctxt "findreplacedialog|searchall"
msgid "Find _All"
msgstr "_ሁሉንም መፈለጊያ"
-#: findreplacedialog.ui:438
+#: svx/uiconfig/ui/findreplacedialog.ui:439
msgctxt "findreplacedialog|backsearch"
msgid "Find Pre_vious"
msgstr "ያለፈ_ውን መፈለጊያ"
-#: findreplacedialog.ui:452
+#: svx/uiconfig/ui/findreplacedialog.ui:453
msgctxt "findreplacedialog|search"
msgid "Find Ne_xt"
msgstr "የሚቀጥለውን _መፈለጊያ"
-#: findreplacedialog.ui:468
+#: svx/uiconfig/ui/findreplacedialog.ui:469
msgctxt "findreplacedialog|replace"
msgid "_Replace"
msgstr "_መቀየሪያ"
-#: findreplacedialog.ui:482
+#: svx/uiconfig/ui/findreplacedialog.ui:483
msgctxt "findreplacedialog|replaceall"
msgid "Replace A_ll"
msgstr "ሁ_ሉንም መቀየሪያ"
-#: findreplacedialog.ui:633
+#: svx/uiconfig/ui/findreplacedialog.ui:634
msgctxt "findreplacedialog|selection"
msgid "C_urrent selection only"
msgstr "የ_አሁኑን ምርጫ ብቻ"
-#: findreplacedialog.ui:648
+#: svx/uiconfig/ui/findreplacedialog.ui:649
msgctxt "findreplacedialog|regexp"
msgid "Re_gular expressions"
msgstr "መደ_በኛ አገላለጽ"
-#: findreplacedialog.ui:670
+#: svx/uiconfig/ui/findreplacedialog.ui:671
msgctxt "findreplacedialog|attributes"
msgid "Attribut_es..."
msgstr "መለያ_ዎች..."
-#: findreplacedialog.ui:684
+#: svx/uiconfig/ui/findreplacedialog.ui:685
msgctxt "findreplacedialog|format"
msgid "For_mat..."
msgstr "አቀራ_ረብ..."
-#: findreplacedialog.ui:698
+#: svx/uiconfig/ui/findreplacedialog.ui:699
msgctxt "findreplacedialog|noformat"
msgid "_No Format"
msgstr "አቀራረብ _የለም"
-#: findreplacedialog.ui:719
+#: svx/uiconfig/ui/findreplacedialog.ui:720
msgctxt "findreplacedialog|layout"
msgid "Search for st_yles"
msgstr "ዘዴ_ዎች መፈለጊያ"
-#: findreplacedialog.ui:734
+#: svx/uiconfig/ui/findreplacedialog.ui:735
msgctxt "findreplacedialog|includediacritics"
msgid "Diac_ritic-sensitive"
msgstr "Diac_ritic-sensitive"
-#: findreplacedialog.ui:749
+#: svx/uiconfig/ui/findreplacedialog.ui:750
msgctxt "findreplacedialog|includekashida"
msgid "_Kashida-sensitive"
msgstr "_Kashida-sensitive"
-#: findreplacedialog.ui:764
+#: svx/uiconfig/ui/findreplacedialog.ui:765
msgctxt "findreplacedialog|matchcharwidth"
msgid "Match character _width"
msgstr "የ ባህሪውን _ስፋት ማመሳሰያ"
-#: findreplacedialog.ui:784
+#: svx/uiconfig/ui/findreplacedialog.ui:785
msgctxt "findreplacedialog|similarity"
msgid "S_imilarity search"
msgstr "ተ_መሳሳይ መፈለጊያ"
-#: findreplacedialog.ui:800
+#: svx/uiconfig/ui/findreplacedialog.ui:801
msgctxt "findreplacedialog|similaritybtn"
msgid "Similarities..."
msgstr "ተመሳሳዮች..."
-#: findreplacedialog.ui:827
+#: svx/uiconfig/ui/findreplacedialog.ui:828
msgctxt "findreplacedialog|soundslike"
msgid "Sounds like (_Japanese)"
msgstr "Sounds like (_Japanese)"
-#: findreplacedialog.ui:843
+#: svx/uiconfig/ui/findreplacedialog.ui:844
msgctxt "findreplacedialog|soundslikebtn"
msgid "Sounds..."
msgstr "ድምፅ..."
-#: findreplacedialog.ui:869
+#: svx/uiconfig/ui/findreplacedialog.ui:870
msgctxt "findreplacedialog|wildcard"
msgid "Wil_dcards"
msgstr "ሁለ_ገብ"
-#: findreplacedialog.ui:885
+#: svx/uiconfig/ui/findreplacedialog.ui:886
msgctxt "findreplacedialog|notes"
msgid "_Comments"
msgstr "_አስተያየቶች"
-#: findreplacedialog.ui:907
+#: svx/uiconfig/ui/findreplacedialog.ui:908
msgctxt "findreplacedialog|replace_backwards"
msgid "Replace _backwards"
msgstr "የ _ኋሊዮሽ መቀየሪያ"
-#: findreplacedialog.ui:943
+#: svx/uiconfig/ui/findreplacedialog.ui:944
msgctxt "findreplacedialog|searchinlabel"
msgid "Search i_n:"
msgstr "ው_ስጥ መፈለጊያ:"
-#: findreplacedialog.ui:958
+#: svx/uiconfig/ui/findreplacedialog.ui:959
msgctxt "findreplacedialog|calcsearchin"
msgid "Formulas"
msgstr "መቀመሪያ"
-#: findreplacedialog.ui:959
+#: svx/uiconfig/ui/findreplacedialog.ui:960
msgctxt "findreplacedialog|calcsearchin"
msgid "Values"
msgstr "ዋጋዎች"
-#: findreplacedialog.ui:960
+#: svx/uiconfig/ui/findreplacedialog.ui:961
msgctxt "findreplacedialog|calcsearchin"
msgid "Notes"
msgstr "ማስታወሻዎች"
-#: findreplacedialog.ui:985
+#: svx/uiconfig/ui/findreplacedialog.ui:986
msgctxt "findreplacedialog|searchdir"
msgid "Direction:"
msgstr "አቅጣጫ:"
-#: findreplacedialog.ui:1002
+#: svx/uiconfig/ui/findreplacedialog.ui:1003
msgctxt "findreplacedialog|rows"
msgid "Ro_ws"
msgstr "ረድ_ፎች"
-#: findreplacedialog.ui:1022
+#: svx/uiconfig/ui/findreplacedialog.ui:1023
msgctxt "findreplacedialog|cols"
msgid "Colum_ns"
msgstr "አም_ዶች"
-#: findreplacedialog.ui:1068
+#: svx/uiconfig/ui/findreplacedialog.ui:1069
msgctxt "findreplacedialog|label3"
msgid "Other _options"
msgstr "ሌሎች _ምርጫዎች"
-#: floatingareastyle.ui:43
+#: svx/uiconfig/ui/floatingareastyle.ui:43
msgctxt "floatingareastyle|label1"
msgid "_Angle:"
msgstr "_አንግል:"
-#: floatingareastyle.ui:62
+#: svx/uiconfig/ui/floatingareastyle.ui:62
msgctxt "floatingareastyle|angle|tooltip_text"
msgid "Specify the angle of rotation for the gradient shading style."
msgstr "ለ ጥላ ዘዴ ከፍታ የ ማዞሪያ አንግል ይወስኑ"
-#: floatingareastyle.ui:82
+#: svx/uiconfig/ui/floatingareastyle.ui:82
msgctxt "floatingareastyle|left|tooltip_text"
msgid "Rotate counterclockwise by 45 degrees."
msgstr "ማዞሪያ ከ ቀኝ ወደ ግራ በ 45 ዲግሪዎች"
-#: floatingareastyle.ui:104
+#: svx/uiconfig/ui/floatingareastyle.ui:104
msgctxt "floatingareastyle|right|tooltip_text"
msgid "Rotate clockwise by 45 degrees."
msgstr "ማዞሪያ ከ ግራ ወደ ቀኝ በ 45 ዲግሪዎች"
-#: floatingareastyle.ui:147
+#: svx/uiconfig/ui/floatingareastyle.ui:147
msgctxt "floatingareastyle|label4"
msgid "_Start value:"
msgstr "_መጀመሪያ ዋጋ:"
-#: floatingareastyle.ui:161
+#: svx/uiconfig/ui/floatingareastyle.ui:161
msgctxt "floatingareastyle|label5"
msgid "_End value:"
msgstr "_መጨረሻ ዋጋ:"
-#: floatingareastyle.ui:174
+#: svx/uiconfig/ui/floatingareastyle.ui:174
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 "የ ግልጽነት ዋጋ ያስገቡ ለ ከፍታው መጀመሪያ ነጥብ: ይህ 0% በ ውስጡ ምንም የማያሳልፍ 100% በሙሉ በ ውስጡ የሚያሳልፍ"
-#: floatingareastyle.ui:186
+#: svx/uiconfig/ui/floatingareastyle.ui:186
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 "የ ግልጽነት ዋጋ ያስገቡ ለ ከፍታው መጨረሻ ነጥብ: ይህ 0% በ ውስጡ ምንም የማያሳልፍ 100% በሙሉ በ ውስጡ የሚያሳልፍ"
-#: floatingareastyle.ui:210
+#: svx/uiconfig/ui/floatingareastyle.ui:210
msgctxt "floatingareastyle|label6"
msgid "_Border:"
msgstr "_ድንበር:"
-#: floatingareastyle.ui:223
+#: svx/uiconfig/ui/floatingareastyle.ui:223
msgctxt "floatingareastyle|border|tooltip_text"
msgid "Specify the border value of gradient transparency."
msgstr "የ ድንበር ዋጋ ለ ከፍታ በ ውስጡ የሚያሳልፍ ይወስኑ"
-#: floatingareastyle.ui:248
+#: svx/uiconfig/ui/floatingareastyle.ui:248
msgctxt "floatingareastyle|label2"
msgid "Center _X:"
msgstr "መሀከል _X:"
-#: floatingareastyle.ui:262
+#: svx/uiconfig/ui/floatingareastyle.ui:262
msgctxt "floatingareastyle|label3"
msgid "Center _Y:"
msgstr "መሀከል _Y:"
-#: floatingareastyle.ui:275
+#: svx/uiconfig/ui/floatingareastyle.ui:275
msgctxt "floatingareastyle|centerx|tooltip_text"
msgid "Specify the horizontal offset percentage from the center for the gradient shading style. 50% is the horizontal center."
msgstr "ይወስኑ የ አግድም ማካካሻ በ ፐርሰንት ከ መሀከል ለ ጥላ ዘዴ ከፍታ 50% በ አግድም መሀከል ነው"
-#: floatingareastyle.ui:287
+#: svx/uiconfig/ui/floatingareastyle.ui:287
msgctxt "floatingareastyle|centery|tooltip_text"
msgid "Specify the vertical offset percentage from the center for the gradient shading style. 50% is the vertical center."
msgstr "ይወስኑ የ ቁመት ማካካሻ በ ፐርሰንት ከ መሀከል ለ ጥላ ዘዴ ከፍታ 50% በ ቁመት መሀከል ነው"
-#: floatingcontour.ui:17
+#: svx/uiconfig/ui/floatingcontour.ui:17
msgctxt "floatingcontour|FloatingContour"
msgid "Contour Editor"
msgstr "ቅርጽ ማረሚያ"
-#: floatingcontour.ui:46
+#: svx/uiconfig/ui/floatingcontour.ui:46
msgctxt "floatingcontour|TBI_APPLY"
msgid "Apply"
msgstr "መፈጸሚያ"
-#: floatingcontour.ui:71
+#: svx/uiconfig/ui/floatingcontour.ui:71
msgctxt "floatingcontour|TBI_WORKPLACE"
msgid "Workspace"
msgstr "የ ስራ ቦታ"
-#: floatingcontour.ui:96
+#: svx/uiconfig/ui/floatingcontour.ui:96
msgctxt "floatingcontour|TBI_SELECT"
msgid "Select"
msgstr "ይምረጡ"
-#: floatingcontour.ui:111
+#: svx/uiconfig/ui/floatingcontour.ui:111
msgctxt "floatingcontour|TBI_RECT"
msgid "Rectangle"
msgstr "አራት ማእዘን"
-#: floatingcontour.ui:126
+#: svx/uiconfig/ui/floatingcontour.ui:126
msgctxt "floatingcontour|TBI_CIRCLE"
msgid "Ellipse"
msgstr "ኤሊፕስ"
-#: floatingcontour.ui:141
+#: svx/uiconfig/ui/floatingcontour.ui:141
msgctxt "floatingcontour|TBI_POLY"
msgid "Polygon"
msgstr "ፖሊጎን"
-#: floatingcontour.ui:166
+#: svx/uiconfig/ui/floatingcontour.ui:166
msgctxt "floatingcontour|TBI_POLYEDIT"
msgid "Edit Points"
msgstr "ነጥቦች ማረሚያ"
-#: floatingcontour.ui:181
+#: svx/uiconfig/ui/floatingcontour.ui:181
msgctxt "floatingcontour|TBI_POLYMOVE"
msgid "Move Points"
msgstr "ነጥቦች ማንቀሳቀሻ"
-#: floatingcontour.ui:196
+#: svx/uiconfig/ui/floatingcontour.ui:196
msgctxt "floatingcontour|TBI_POLYINSERT"
msgid "Insert Points"
msgstr "ነጥቦች ማስገቢያ"
-#: floatingcontour.ui:211
+#: svx/uiconfig/ui/floatingcontour.ui:211
msgctxt "floatingcontour|TBI_POLYDELETE"
msgid "Delete Points"
msgstr "ነጥቦች ማጥፊያ"
-#: floatingcontour.ui:234
+#: svx/uiconfig/ui/floatingcontour.ui:234
msgctxt "floatingcontour|TBI_AUTOCONTOUR"
msgid "AutoContour"
msgstr "በራሱ ቅርጽ"
-#: floatingcontour.ui:260
+#: svx/uiconfig/ui/floatingcontour.ui:260
msgctxt "floatingcontour|TBI_UNDO"
msgid "Undo "
msgstr "መተው "
-#: floatingcontour.ui:275
+#: svx/uiconfig/ui/floatingcontour.ui:275
msgctxt "floatingcontour|TBI_REDO"
msgid "Redo"
msgstr "እንደገና መስሪያ"
-#: floatingcontour.ui:290
+#: svx/uiconfig/ui/floatingcontour.ui:290
msgctxt "floatingcontour|TBI_PIPETTE"
msgid "Pipette"
msgstr "ጠብታ መለኪያ"
-#: floatingcontour.ui:310
+#: svx/uiconfig/ui/floatingcontour.ui:310
msgctxt "floatingcontour|spinbutton|tooltip_text"
msgid "Color Tolerance"
msgstr "የ ቀለም ገደብ"
-#: floatinglineproperty.ui:53
+#: svx/uiconfig/ui/floatinglineproperty.ui:53
msgctxt "floatinglineproperty|label1"
msgid "Custom Line Width:"
msgstr "የ መስመር ስፋት ማስተካከያ:"
-#: fontworkgallerydialog.ui:9
+#: svx/uiconfig/ui/fontworkgallerydialog.ui:9
msgctxt "fontworkgallerydialog|FontworkGalleryDialog"
msgid "Fontwork Gallery"
msgstr "የ ፊደል ስራ አዳራሽ"
-#: fontworkgallerydialog.ui:87
+#: svx/uiconfig/ui/fontworkgallerydialog.ui:87
msgctxt "fontworkgallerydialog|label1"
msgid "Select a Fontwork style:"
msgstr "የ ፊደል ስራ ዘዴ ይምረጡ:"
-#: fontworkspacingdialog.ui:13
+#: svx/uiconfig/ui/fontworkspacingdialog.ui:13
msgctxt "fontworkspacingdialog|FontworkSpacingDialog"
msgid "Fontwork Character Spacing"
msgstr "የ ፊደል ስራ ባህሪ ክፍተት"
-#: fontworkspacingdialog.ui:32
+#: svx/uiconfig/ui/fontworkspacingdialog.ui:32
msgctxt "fontworkspacingdialog|label2"
msgid "_Value:"
msgstr "_ዋጋ:"
-#: formdatamenu.ui:12
+#: svx/uiconfig/ui/formdatamenu.ui:12
msgctxt "formdatamenu|additem"
msgid "Add Item"
msgstr "እቃ መጨመሪያ"
-#: formdatamenu.ui:20
+#: svx/uiconfig/ui/formdatamenu.ui:20
msgctxt "formdatamenu|addelement"
msgid "Add Element"
msgstr "አካል መጨመሪያ"
-#: formdatamenu.ui:28
+#: svx/uiconfig/ui/formdatamenu.ui:28
msgctxt "formdatamenu|addattribute"
msgid "Add Attribute"
msgstr "መለያ መጨመሪያ"
-#: formdatamenu.ui:36
+#: svx/uiconfig/ui/formdatamenu.ui:36
msgctxt "formdatamenu|edit"
msgid "Edit"
msgstr "ማረሚያ"
-#: formdatamenu.ui:50
+#: svx/uiconfig/ui/formdatamenu.ui:50
msgctxt "formdatamenu|delete"
msgid "Delete"
msgstr "ማጥፊያ"
-#: formlinkwarndialog.ui:12
+#: svx/uiconfig/ui/formlinkwarndialog.ui:12
msgctxt "formlinkwarndialog|FormLinkWarnDialog"
msgid "This instance is linked with the form."
msgstr "ይህ ምሳሌ ከ ፎርሙ ጋር የተገናኘ ነው"
-#: formlinkwarndialog.ui:13
+#: svx/uiconfig/ui/formlinkwarndialog.ui:13
msgctxt "formlinkwarndialog|FormLinkWarnDialog"
msgid ""
"The changes you make to this instance will be lost when the form is reloaded.\n"
@@ -3914,762 +3955,762 @@ msgstr ""
"\n"
"እንዴት ነው መቀጠል የሚፈልጉት?"
-#: formlinkwarndialog.ui:27
+#: svx/uiconfig/ui/formlinkwarndialog.ui:26
msgctxt "formlinkwarndialog|ok"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: formnavimenu.ui:12
+#: svx/uiconfig/ui/formnavimenu.ui:12
msgctxt "formnavimenu|new"
msgid "_New"
msgstr "_አዲስ"
-#: formnavimenu.ui:22
+#: svx/uiconfig/ui/formnavimenu.ui:22
msgctxt "formnavimenu|form"
msgid "Form"
msgstr "ፎርም"
-#: formnavimenu.ui:30
+#: svx/uiconfig/ui/formnavimenu.ui:30
msgctxt "formnavimenu|hidden"
msgid "Hidden Control"
msgstr "የ ተደበቀ መቆጣጠሪያ"
-#: formnavimenu.ui:42
+#: svx/uiconfig/ui/formnavimenu.ui:42
msgctxt "formnavimenu|change"
msgid "Replace with"
msgstr "መቀየሪያ በ"
-#: formnavimenu.ui:50
+#: svx/uiconfig/ui/formnavimenu.ui:50
msgctxt "formnavimenu|cut"
msgid "Cu_t"
msgstr "መቁረ_ጫ"
-#: formnavimenu.ui:58
+#: svx/uiconfig/ui/formnavimenu.ui:58
msgctxt "formnavimenu|copy"
msgid "_Copy"
msgstr "_ኮፒ"
-#: formnavimenu.ui:66
+#: svx/uiconfig/ui/formnavimenu.ui:66
msgctxt "formnavimenu|paste"
msgid "_Paste"
msgstr "_መለጠፊያ"
-#: formnavimenu.ui:74
+#: svx/uiconfig/ui/formnavimenu.ui:74
msgctxt "formnavimenu|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: formnavimenu.ui:82
+#: svx/uiconfig/ui/formnavimenu.ui:82
msgctxt "formnavimenu|taborder"
msgid "Tab Order..."
msgstr "Tab Order..."
-#: formnavimenu.ui:90
+#: svx/uiconfig/ui/formnavimenu.ui:90
msgctxt "formnavimenu|rename"
msgid "_Rename"
msgstr "_እንደገና መሰየሚያ"
-#: formnavimenu.ui:98
+#: svx/uiconfig/ui/formnavimenu.ui:98
msgctxt "formnavimenu|props"
msgid "Propert_ies"
msgstr "ባህሪ_ዎች"
-#: formnavimenu.ui:106
+#: svx/uiconfig/ui/formnavimenu.ui:106
msgctxt "formnavimenu|designmode"
msgid "Open in Design Mode"
msgstr "በ ንድፍ ዘዴ ውስጥ መክፈቻ"
-#: formnavimenu.ui:114
+#: svx/uiconfig/ui/formnavimenu.ui:114
msgctxt "formnavimenu|controlfocus"
msgid "Automatic Control Focus"
msgstr "ራሱ በራሱ ትኩረት መቆጣጠሪያ"
-#: functionmenu.ui:12
+#: svx/uiconfig/ui/functionmenu.ui:12
msgctxt "functionmenu|avg"
msgid "Average"
msgstr "መካከለኛ"
-#: functionmenu.ui:20
+#: svx/uiconfig/ui/functionmenu.ui:20
msgctxt "functionmenu|counta"
msgid "CountA"
msgstr "መቁጠሪያ A"
-#: functionmenu.ui:27
+#: svx/uiconfig/ui/functionmenu.ui:27
msgctxt "functionmenu|count"
msgid "Count"
msgstr "መቁጠሪያ"
-#: functionmenu.ui:34
+#: svx/uiconfig/ui/functionmenu.ui:34
msgctxt "functionmenu|max"
msgid "Maximum"
msgstr "ከፍተኛ"
-#: functionmenu.ui:41
+#: svx/uiconfig/ui/functionmenu.ui:41
msgctxt "functionmenu|min"
msgid "Minimum"
msgstr "አነስተኛ"
-#: functionmenu.ui:48
+#: svx/uiconfig/ui/functionmenu.ui:48
msgctxt "functionmenu|sum"
msgid "Sum"
msgstr "ድምር"
-#: functionmenu.ui:55
+#: svx/uiconfig/ui/functionmenu.ui:55
msgctxt "functionmenu|selection"
msgid "Selection count"
msgstr "የ ተመረጠውን መቁጠሪያ"
-#: functionmenu.ui:62
+#: svx/uiconfig/ui/functionmenu.ui:62
msgctxt "functionmenu|none"
msgid "None"
msgstr "ምንም"
-#: gallerymenu1.ui:12
+#: svx/uiconfig/ui/gallerymenu1.ui:12
msgctxt "gallerymenu1|update"
msgid "Update"
msgstr "ማሻሻያ"
-#: gallerymenu1.ui:26
+#: svx/uiconfig/ui/gallerymenu1.ui:26
msgctxt "gallerymenu1|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: gallerymenu1.ui:33
+#: svx/uiconfig/ui/gallerymenu1.ui:33
msgctxt "gallerymenu1|rename"
msgid "_Rename"
msgstr "_እንደገና መሰየሚያ"
-#: gallerymenu1.ui:46
+#: svx/uiconfig/ui/gallerymenu1.ui:46
msgctxt "gallerymenu1|assign"
msgid "Assign _ID"
msgstr "_መለያ መመደቢያ"
-#: gallerymenu1.ui:59
+#: svx/uiconfig/ui/gallerymenu1.ui:59
msgctxt "gallerymenu1|properties"
msgid "Propert_ies..."
msgstr "ባህሪ_ዎች..."
-#: gallerymenu2.ui:12
+#: svx/uiconfig/ui/gallerymenu2.ui:12
msgctxt "gallerymenu2|add"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: gallerymenu2.ui:20
+#: svx/uiconfig/ui/gallerymenu2.ui:20
msgctxt "gallerymenu2|background"
msgid "Insert as Bac_kground"
msgstr "እንደ መደ_ብ ማስገቢያ"
-#: gallerymenu2.ui:34
+#: svx/uiconfig/ui/gallerymenu2.ui:34
msgctxt "gallerymenu2|preview"
msgid "_Preview"
msgstr "_ቅድመ እይታ"
-#: gallerymenu2.ui:48
+#: svx/uiconfig/ui/gallerymenu2.ui:48
msgctxt "gallerymenu2|title"
msgid "_Title"
msgstr "_አርእስት"
-#: gallerymenu2.ui:61
+#: svx/uiconfig/ui/gallerymenu2.ui:61
msgctxt "gallerymenu2|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: gallerymenu2.ui:74
+#: svx/uiconfig/ui/gallerymenu2.ui:74
msgctxt "gallerymenu2|copy"
msgid "_Copy"
msgstr "_ኮፒ"
-#: gallerymenu2.ui:82
+#: svx/uiconfig/ui/gallerymenu2.ui:82
msgctxt "gallerymenu2|paste"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: headfootformatpage.ui:58
+#: svx/uiconfig/ui/headfootformatpage.ui:58
msgctxt "headfootformatpage|checkHeaderOn"
msgid "Hea_der on"
msgstr "ራስ_ጌው በርቷል"
-#: headfootformatpage.ui:75
+#: svx/uiconfig/ui/headfootformatpage.ui:75
msgctxt "headfootformatpage|checkFooterOn"
msgid "_Footer on"
msgstr "_ግርጌው በርቷል"
-#: headfootformatpage.ui:113
+#: svx/uiconfig/ui/headfootformatpage.ui:113
msgctxt "headfootformatpage|checkSameLR"
msgid "Same _content on left and right pages"
msgstr "ተመሳሳይ _ይዞታ በ ግራ እና በ ቀኝ ገጾች ላይ"
-#: headfootformatpage.ui:131
+#: svx/uiconfig/ui/headfootformatpage.ui:131
msgctxt "headfootformatpage|checkSameFP"
msgid "Same content on first page"
msgstr "ተመሳሳይ ይዞታ በ መጀመሪያ ገጽ ላይ"
-#: headfootformatpage.ui:152
+#: svx/uiconfig/ui/headfootformatpage.ui:153
msgctxt "headfootformatpage|labelLeftMarg"
msgid "_Left margin:"
msgstr "በ _ግራ መስመር:"
-#: headfootformatpage.ui:186
+#: svx/uiconfig/ui/headfootformatpage.ui:185
msgctxt "headfootformatpage|labelRightMarg"
msgid "R_ight margin:"
msgstr "በ ቀ_ኝ መስመር:"
-#: headfootformatpage.ui:220
+#: svx/uiconfig/ui/headfootformatpage.ui:217
msgctxt "headfootformatpage|labelSpacing"
msgid "_Spacing:"
msgstr "_ክፍተት:"
-#: headfootformatpage.ui:250
+#: svx/uiconfig/ui/headfootformatpage.ui:245
msgctxt "headfootformatpage|checkDynSpacing"
msgid "Use d_ynamic spacing"
msgstr "የ_ሚቀጥል ክፍተት ይጠቀሙ"
-#: headfootformatpage.ui:271
+#: svx/uiconfig/ui/headfootformatpage.ui:266
msgctxt "headfootformatpage|labelHeight"
msgid "_Height:"
msgstr "_እርዝመት:"
-#: headfootformatpage.ui:302
+#: svx/uiconfig/ui/headfootformatpage.ui:295
msgctxt "headfootformatpage|checkAutofit"
msgid "_AutoFit height"
msgstr "_ራሱ በራሱ በ እርዝመቱ ልክ"
-#: headfootformatpage.ui:326
+#: svx/uiconfig/ui/headfootformatpage.ui:319
msgctxt "headfootformatpage|buttonMore"
msgid "More..."
msgstr "ተጨማሪ ..."
-#: headfootformatpage.ui:339
+#: svx/uiconfig/ui/headfootformatpage.ui:332
msgctxt "headfootformatpage|buttonEdit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
-#: headfootformatpage.ui:383
+#: svx/uiconfig/ui/headfootformatpage.ui:376
msgctxt "headfootformatpage|labelHeaderFormat"
msgid "Header"
msgstr "ራስጌ"
-#: headfootformatpage.ui:399
+#: svx/uiconfig/ui/headfootformatpage.ui:392
msgctxt "headfootformatpage|labelFooterFormat"
msgid "Footer"
msgstr "ግርጌ"
-#: imapdialog.ui:11
+#: svx/uiconfig/ui/imapdialog.ui:11
msgctxt "imapdialog|ImapDialog"
msgid "ImageMap Editor"
msgstr "የ ምስል ካርታ ማረሚያ"
-#: imapdialog.ui:32
+#: svx/uiconfig/ui/imapdialog.ui:32
msgctxt "imapdialog|TBI_APPLY"
msgid "Apply"
msgstr "መፈጸሚያ"
-#: imapdialog.ui:47
+#: svx/uiconfig/ui/imapdialog.ui:47
msgctxt "imapdialog|TBI_OPEN"
msgid "Open..."
msgstr "መክፈቻ..."
-#: imapdialog.ui:62
+#: svx/uiconfig/ui/imapdialog.ui:62
msgctxt "imapdialog|TBI_SAVEAS"
msgid "Save..."
msgstr "ማስቀመጫ..."
-#: imapdialog.ui:77
+#: svx/uiconfig/ui/imapdialog.ui:77
msgctxt "imapdialog|TBI_CLOSE"
msgid "Close"
msgstr "መዝጊያ"
-#: imapdialog.ui:91
+#: svx/uiconfig/ui/imapdialog.ui:91
msgctxt "imapdialog|TBI_SELECT"
msgid "Select"
msgstr "ይምረጡ"
-#: imapdialog.ui:106
+#: svx/uiconfig/ui/imapdialog.ui:106
msgctxt "imapdialog|TBI_RECT"
msgid "Rectangle"
msgstr "አራት ማእዘን"
-#: imapdialog.ui:121
+#: svx/uiconfig/ui/imapdialog.ui:121
msgctxt "imapdialog|TBI_CIRCLE"
msgid "Ellipse"
msgstr "ኤሊፕስ"
-#: imapdialog.ui:136
+#: svx/uiconfig/ui/imapdialog.ui:136
msgctxt "imapdialog|TBI_POLY"
msgid "Polygon"
msgstr "ፖሊጎን"
-#: imapdialog.ui:151
+#: svx/uiconfig/ui/imapdialog.ui:151
msgctxt "imapdialog|TBI_FREEPOLY"
msgid "Freeform Polygon"
msgstr "ነፃ የ ፖሊጎን መስመር መፍጠሪያ"
-#: imapdialog.ui:166
+#: svx/uiconfig/ui/imapdialog.ui:166
msgctxt "imapdialog|TBI_POLYEDIT"
msgid "Edit Points"
msgstr "ነጥቦች ማረሚያ"
-#: imapdialog.ui:181
+#: svx/uiconfig/ui/imapdialog.ui:181
msgctxt "imapdialog|TBI_POLYMOVE"
msgid "Move Points"
msgstr "ነጥቦች ማንቀሳቀሻ"
-#: imapdialog.ui:196
+#: svx/uiconfig/ui/imapdialog.ui:196
msgctxt "imapdialog|TBI_POLYINSERT"
msgid "Insert Points"
msgstr "ነጥቦች ማስገቢያ"
-#: imapdialog.ui:211
+#: svx/uiconfig/ui/imapdialog.ui:211
msgctxt "imapdialog|TBI_POLYDELETE"
msgid "Delete Points"
msgstr "ነጥቦች ማጥፊያ"
-#: imapdialog.ui:226
+#: svx/uiconfig/ui/imapdialog.ui:226
msgctxt "imapdialog|TBI_UNDO"
msgid "Undo "
msgstr "መተው "
-#: imapdialog.ui:241
+#: svx/uiconfig/ui/imapdialog.ui:241
msgctxt "imapdialog|TBI_REDO"
msgid "Redo"
msgstr "እንደገና መስሪያ"
-#: imapdialog.ui:256
+#: svx/uiconfig/ui/imapdialog.ui:256
msgctxt "imapdialog|TBI_ACTIVE"
msgid "Active"
msgstr "ንቁ"
-#: imapdialog.ui:271
+#: svx/uiconfig/ui/imapdialog.ui:271
msgctxt "imapdialog|TBI_MACRO"
msgid "Macro..."
msgstr "Macro..."
-#: imapdialog.ui:286
+#: svx/uiconfig/ui/imapdialog.ui:286
msgctxt "imapdialog|TBI_PROPERTY"
msgid "Properties..."
msgstr "ባህሪዎች..."
-#: imapdialog.ui:312
+#: svx/uiconfig/ui/imapdialog.ui:312
msgctxt "imapdialog|urlft"
msgid "Address:"
msgstr "አድራሻ:"
-#: imapdialog.ui:347
+#: svx/uiconfig/ui/imapdialog.ui:347
msgctxt "imapdialog|targetft"
msgid "Frame:"
msgstr "ክፈፍ:"
-#: imapdialog.ui:402
+#: svx/uiconfig/ui/imapdialog.ui:402
msgctxt "imapdialog|textft"
msgid "Text:"
msgstr "ጽሁፍ:"
-#: imapmenu.ui:12
+#: svx/uiconfig/ui/imapmenu.ui:12
msgctxt "imapmenu|url"
msgid "Description..."
msgstr "መግለጫ..."
-#: imapmenu.ui:20
+#: svx/uiconfig/ui/imapmenu.ui:20
msgctxt "imapmenu|macro"
msgid "_Macro..."
msgstr "_Macro..."
-#: imapmenu.ui:28
+#: svx/uiconfig/ui/imapmenu.ui:28
msgctxt "imapmenu|active"
msgid "Active"
msgstr "ንቁ"
-#: imapmenu.ui:42
+#: svx/uiconfig/ui/imapmenu.ui:42
msgctxt "imapmenu|arrange"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: imapmenu.ui:52
+#: svx/uiconfig/ui/imapmenu.ui:52
msgctxt "imapmenu|front"
msgid "Bring to Front"
msgstr "ወደ ፊት ማምጫ"
-#: imapmenu.ui:60
+#: svx/uiconfig/ui/imapmenu.ui:60
msgctxt "imapmenu|forward"
msgid "Bring _Forward"
msgstr "ወደ _ፊት ማምጫ"
-#: imapmenu.ui:68
+#: svx/uiconfig/ui/imapmenu.ui:68
msgctxt "imapmenu|backward"
msgid "Send Back_ward"
msgstr "ወደ ኋ_ላ መላኪያ"
-#: imapmenu.ui:76
+#: svx/uiconfig/ui/imapmenu.ui:76
msgctxt "imapmenu|back"
msgid "_Send to Back"
msgstr "ወደ ኋላ _መላኪያ"
-#: imapmenu.ui:94
+#: svx/uiconfig/ui/imapmenu.ui:94
msgctxt "imapmenu|selectall"
msgid "Select _All"
msgstr "_ሁሉንም መምረጫ"
-#: imapmenu.ui:102
+#: svx/uiconfig/ui/imapmenu.ui:102
msgctxt "imapmenu|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: linkwarndialog.ui:8
+#: svx/uiconfig/ui/linkwarndialog.ui:7
msgctxt "linkwarndialog|LinkWarnDialog"
msgid "Confirm Linked Graphic"
msgstr "የ ተገናኘ ንድፍ ማረጋገጫ"
-#: linkwarndialog.ui:14
+#: svx/uiconfig/ui/linkwarndialog.ui:13
msgctxt "linkwarndialog|LinkWarnDialog"
msgid "The file %FILENAME will not be stored along with your document, but only referenced as a link."
msgstr "ይህ ፋይል %FILENAME ከ እርስዎ ሰነድ ጋር አብሮ አይቀመጥም: ነገር ግን ይመሳከራል እንደ አገናኝ"
-#: linkwarndialog.ui:15
+#: svx/uiconfig/ui/linkwarndialog.ui:14
msgctxt "linkwarndialog|LinkWarnDialog"
msgid "This is dangerous if you move and/or rename the files. Do you want to embed the graphic instead?"
msgstr "ይህ አደገኛ ነው እርስዎ ካንቀሳቀሱ እና/ወይንም እንደገና ከሰየሙ ፋይሎችን: በ ምትኩ እርስዎ ንድፎቹን ማጣበቅ ይፈልጋሉ?"
-#: linkwarndialog.ui:27
+#: svx/uiconfig/ui/linkwarndialog.ui:25
msgctxt "linkwarndialog|ok"
msgid "_Keep Link"
msgstr "አገናኝ _ማስቀመጫ"
-#: linkwarndialog.ui:43
+#: svx/uiconfig/ui/linkwarndialog.ui:41
msgctxt "linkwarndialog|cancel"
msgid "_Embed Graphic"
msgstr "ንድፎች _ማጣበቂያ"
-#: linkwarndialog.ui:69
+#: svx/uiconfig/ui/linkwarndialog.ui:67
msgctxt "linkwarndialog|ask"
msgid "_Ask when linking a graphic"
msgstr "ንድፎችን ስታገናኝ _ጠይቀኝ"
-#: mediaplayback.ui:22
+#: svx/uiconfig/ui/mediaplayback.ui:22
msgctxt "mediaplayback|label1"
msgid "Playback:"
msgstr "መልሶ ማጫወቻ:"
-#: mediaplayback.ui:36
+#: svx/uiconfig/ui/mediaplayback.ui:36
msgctxt "mediaplayback|label2"
msgid "Seek:"
msgstr "መፈለጊያ:"
-#: mediaplayback.ui:50
+#: svx/uiconfig/ui/mediaplayback.ui:50
msgctxt "mediaplayback|label3"
msgid "Volume:"
msgstr "መጠን:"
-#: mediaplayback.ui:79
+#: svx/uiconfig/ui/mediaplayback.ui:79
msgctxt "mediaplayback|zoombox|tooltip_text"
msgid "View"
msgstr "መመልከቻ"
-#: namespacedialog.ui:9
+#: svx/uiconfig/ui/namespacedialog.ui:9
msgctxt "namespacedialog|NamespaceDialog"
msgid "Namespaces for Forms"
-msgstr "የስም ቦታዎች ለፎርሞች"
+msgstr "የ ስም ቦታዎች ለ ፎርሞች"
-#: namespacedialog.ui:106
+#: svx/uiconfig/ui/namespacedialog.ui:106
msgctxt "namespacedialog|add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
-#: namespacedialog.ui:120
+#: svx/uiconfig/ui/namespacedialog.ui:120
msgctxt "namespacedialog|edit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
-#: namespacedialog.ui:168
+#: svx/uiconfig/ui/namespacedialog.ui:168
msgctxt "namespacedialog|prefix"
msgid "Prefix"
msgstr "መነሻ"
-#: namespacedialog.ui:179
+#: svx/uiconfig/ui/namespacedialog.ui:179
msgctxt "namespacedialog|url"
msgid "URL"
msgstr "URL"
-#: namespacedialog.ui:221
+#: svx/uiconfig/ui/namespacedialog.ui:221
msgctxt "namespacedialog|label1"
msgid "Namespaces"
msgstr "የ ስም ቦታዎች"
-#: optgridpage.ui:63
+#: svx/uiconfig/ui/optgridpage.ui:63
msgctxt "optgridpage|usegridsnap"
msgid "_Snap to grid"
msgstr "መጋጠሚያው ላይ _መቁረጫ"
-#: optgridpage.ui:78
+#: svx/uiconfig/ui/optgridpage.ui:78
msgctxt "optgridpage|gridvisible"
msgid "_Visible grid"
msgstr "_የሚታይ መጋጠሚያ"
-#: optgridpage.ui:99
+#: svx/uiconfig/ui/optgridpage.ui:99
msgctxt "optgridpage|label1"
msgid "Grid"
msgstr "መጋጠሚያ"
-#: optgridpage.ui:171
+#: svx/uiconfig/ui/optgridpage.ui:169
msgctxt "optgridpage|flddrawx"
msgid "H_orizontal:"
msgstr "በ_አግድም:"
-#: optgridpage.ui:185
+#: svx/uiconfig/ui/optgridpage.ui:183
msgctxt "optgridpage|flddrawy"
msgid "_Vertical:"
msgstr "_በ ቁመት:"
-#: optgridpage.ui:196
+#: svx/uiconfig/ui/optgridpage.ui:194
msgctxt "optgridpage|synchronize"
msgid "Synchronize a_xes"
msgstr "a_xes ማስማሚያ"
-#: optgridpage.ui:219
+#: svx/uiconfig/ui/optgridpage.ui:217
msgctxt "optgridpage|label2"
msgid "Resolution"
msgstr "ሪዞሊሽን"
-#: optgridpage.ui:277
+#: svx/uiconfig/ui/optgridpage.ui:274
msgctxt "optgridpage|label4"
msgid "space(s)"
msgstr "ክፍተት(ቶች)"
-#: optgridpage.ui:312
+#: svx/uiconfig/ui/optgridpage.ui:308
msgctxt "optgridpage|label5"
msgid "space(s)"
msgstr "ክፍተት(ቶች)"
-#: optgridpage.ui:330
+#: svx/uiconfig/ui/optgridpage.ui:326
msgctxt "optgridpage|divisionx"
msgid "Horizont_al:"
msgstr "በአግ_ድም:"
-#: optgridpage.ui:344
+#: svx/uiconfig/ui/optgridpage.ui:340
msgctxt "optgridpage|divisiony"
msgid "V_ertical:"
msgstr "በ ቁ_መት:"
-#: optgridpage.ui:361
+#: svx/uiconfig/ui/optgridpage.ui:357
msgctxt "optgridpage|label3"
msgid "Subdivision"
msgstr "ንዑስ ክፍል"
-#: optgridpage.ui:406
+#: svx/uiconfig/ui/optgridpage.ui:402
msgctxt "optgridpage|snaphelplines"
msgid "To snap lines"
msgstr "መስመሮች ላይ መቁረጫ"
-#: optgridpage.ui:420
+#: svx/uiconfig/ui/optgridpage.ui:417
msgctxt "optgridpage|snapborder"
msgid "To the _page margins"
msgstr "ወደ _ገጽ መስመር"
-#: optgridpage.ui:435
+#: svx/uiconfig/ui/optgridpage.ui:432
msgctxt "optgridpage|snapframe"
msgid "To object _frame"
msgstr "ወደ እቃው _ክፈፍ"
-#: optgridpage.ui:450
+#: svx/uiconfig/ui/optgridpage.ui:447
msgctxt "optgridpage|snappoints"
msgid "To obje_ct points"
msgstr "ወደ እቃ_ው ነጥቦች"
-#: optgridpage.ui:485
+#: svx/uiconfig/ui/optgridpage.ui:481
msgctxt "optgridpage|label7"
msgid "_Snap range:"
msgstr "_መቁረጫ መጠን:"
-#: optgridpage.ui:508
+#: svx/uiconfig/ui/optgridpage.ui:504
msgctxt "optgridpage|label6"
msgid "Snap"
msgstr "መቁረጫ"
-#: optgridpage.ui:542
+#: svx/uiconfig/ui/optgridpage.ui:538
msgctxt "optgridpage|ortho"
msgid "_When creating or moving objects"
msgstr "እቃዎች በሚያንቀሳቅሱ ወይንም በሚፈጥሩ _ጊዜ"
-#: optgridpage.ui:557
+#: svx/uiconfig/ui/optgridpage.ui:553
msgctxt "optgridpage|bigortho"
msgid "_Extend edges"
msgstr "ጠርዦች _ማስፊያ"
-#: optgridpage.ui:594
+#: svx/uiconfig/ui/optgridpage.ui:589
msgctxt "optgridpage|rotate"
msgid "When ro_tating:"
msgstr "በሚ_ያዞሩ ጊዜ:"
-#: optgridpage.ui:628
+#: svx/uiconfig/ui/optgridpage.ui:622
msgctxt "optgridpage|label9"
msgid "Point reducti_on:"
msgstr "ነጥብ መቀ_ነሻ:"
-#: optgridpage.ui:651
+#: svx/uiconfig/ui/optgridpage.ui:645
msgctxt "optgridpage|label8"
msgid "Constrain Objects"
msgstr "እቃዎችን ማስገደጃ"
-#: paralinespacingcontrol.ui:66
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:66
msgctxt "paralinespacingcontrol|spacing_1"
msgid "Spacing: 1"
msgstr "ክፍተት: 1"
-#: paralinespacingcontrol.ui:84
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:84
msgctxt "paralinespacingcontrol|spacing_115"
msgid "Spacing: 1.15"
msgstr "ክፍተት: 1.15"
-#: paralinespacingcontrol.ui:102
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:102
msgctxt "paralinespacingcontrol|spacing_15"
msgid "Spacing: 1.5"
msgstr "ክፍተት: 1.5"
-#: paralinespacingcontrol.ui:120
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:120
msgctxt "paralinespacingcontrol|spacing_2"
msgid "Spacing: 2"
msgstr "ክፍተት: 2"
-#: paralinespacingcontrol.ui:163
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:163
msgctxt "paralinespacingcontrol|label3"
msgid "Line Spacing:"
msgstr "የ መስመር ክፍተት:"
-#: paralinespacingcontrol.ui:182
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:182
msgctxt "paralinespacingcontrol|line_dist"
msgid "Single"
msgstr "ነጠላ"
-#: paralinespacingcontrol.ui:183
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:183
msgctxt "paralinespacingcontrol|line_dist"
msgid "1.15 Lines"
msgstr "1.15 መስመሮች"
-#: paralinespacingcontrol.ui:184
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:184
msgctxt "paralinespacingcontrol|line_dist"
msgid "1.5 Lines"
msgstr "1.5 መስመሮች"
-#: paralinespacingcontrol.ui:185
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:185
msgctxt "paralinespacingcontrol|line_dist"
msgid "Double"
msgstr "ድርብ"
-#: paralinespacingcontrol.ui:186
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:186
msgctxt "paralinespacingcontrol|line_dist"
msgid "Proportional"
msgstr "ተመጣጣኝ"
-#: paralinespacingcontrol.ui:187
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:187
msgctxt "paralinespacingcontrol|line_dist"
msgid "At least"
msgstr "ቢያንስ"
-#: paralinespacingcontrol.ui:188
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:188
msgctxt "paralinespacingcontrol|line_dist"
msgid "Leading"
msgstr "ቀዳሚ"
-#: paralinespacingcontrol.ui:189
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:189
msgctxt "paralinespacingcontrol|line_dist"
msgid "Fixed"
msgstr "የተወሰነ"
-#: paralinespacingcontrol.ui:204
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:204
msgctxt "paralinespacingcontrol|value_label"
msgid "Value:"
msgstr "ዋጋዎች:"
-#: paralinespacingcontrol.ui:269
+#: svx/uiconfig/ui/paralinespacingcontrol.ui:265
msgctxt "paralinespacingcontrol|label2"
msgid "Custom Value"
msgstr "ዋጋ ማስተካከያ"
-#: paralrspacing.ui:37
+#: svx/uiconfig/ui/paralrspacing.ui:37
msgctxt "paralrspacing|beforetextindent|tooltip_text"
msgid "Before Text Indent"
msgstr "ከ ጽሁፍ ማስረጊያ በፊት"
-#: paralrspacing.ui:77
+#: svx/uiconfig/ui/paralrspacing.ui:76
msgctxt "paralrspacing|aftertextindent|tooltip_text"
msgid "After Text Indent"
msgstr "ከ ጽሁፍ ማስረጊያ በኋላ"
-#: paralrspacing.ui:115
+#: svx/uiconfig/ui/paralrspacing.ui:113
msgctxt "paralrspacing|firstlineindent|tooltip_text"
msgid "First Line Indent"
msgstr "የ መጀመሪያ መስመር ማስረጊያ"
-#: paraulspacing.ui:45
+#: svx/uiconfig/ui/paraulspacing.ui:45
msgctxt "paraulspacing|aboveparaspacing|tooltip_text"
msgid "Above Paragraph Spacing"
msgstr "ከ አንቀጽ በላይ ክፍተት"
-#: paraulspacing.ui:86
+#: svx/uiconfig/ui/paraulspacing.ui:85
msgctxt "paraulspacing|belowparaspacing|tooltip_text"
msgid "Below Paragraph Spacing"
msgstr "ከ አንቀጽ ክፍተት በ ታች"
-#: passwd.ui:8
+#: svx/uiconfig/ui/passwd.ui:8
msgctxt "passwd|PasswordDialog"
msgid "Change Password"
msgstr "መግቢያ ቃል መቀየሪያ"
-#: passwd.ui:104
+#: svx/uiconfig/ui/passwd.ui:106
msgctxt "passwd|oldpassL"
msgid "_Password:"
msgstr "የ _መግቢያ ቃል:"
-#: passwd.ui:135
+#: svx/uiconfig/ui/passwd.ui:140
msgctxt "passwd|oldpass"
msgid "Old Password"
msgstr "አሮጌው የ መግቢያ ቃል"
-#: passwd.ui:198
+#: svx/uiconfig/ui/passwd.ui:206
msgctxt "passwd|label4"
msgid "Pa_ssword:"
msgstr "የ መግ_ቢያ ቃል:"
-#: passwd.ui:212
+#: svx/uiconfig/ui/passwd.ui:220
msgctxt "passwd|label5"
msgid "Confi_rm:"
msgstr "ማረጋ_ገጫ:"
-#: passwd.ui:229
+#: svx/uiconfig/ui/passwd.ui:238
msgctxt "passwd|label2"
msgid "New Password"
msgstr "አዲስ የመግቢያ ቃል"
-#: presetmenu.ui:12
+#: svx/uiconfig/ui/presetmenu.ui:12
msgctxt "presetmenu|rename"
msgid "Rename"
msgstr "እንደገና መሰየሚያ"
-#: presetmenu.ui:20
+#: svx/uiconfig/ui/presetmenu.ui:20
msgctxt "presetmenu|delete"
msgid "Delete"
msgstr "ማጥፊያ"
-#: profileexporteddialog.ui:8
+#: svx/uiconfig/ui/profileexporteddialog.ui:8
msgctxt "profileexporteddialog|ProfileExportedDialog"
msgid "Profile exported"
msgstr "ገጽታው ተልኳል"
-#: profileexporteddialog.ui:40
+#: svx/uiconfig/ui/profileexporteddialog.ui:40
msgctxt "profileexporteddialog|openfolder"
msgid "Open Containing _Folder"
msgstr "የያዘውን _ፎልደር መክፈቻ"
-#: profileexporteddialog.ui:64
+#: svx/uiconfig/ui/profileexporteddialog.ui:64
msgctxt "profileexporteddialog|label"
msgid "Your user profile has been exported as “libreoffice-profile.zip”."
msgstr "የ እርስዎ የ ተጠቃሚ ገጽታ ተልኳል እንደ “libreoffice-profile.zip”."
-#: querydeletecontourdialog.ui:8
+#: svx/uiconfig/ui/querydeletecontourdialog.ui:7
msgctxt "querydeletecontourdialog|QueryDeleteContourDialog"
msgid "Delete the contour?"
msgstr "ቅርጹን ላጥፋው?"
-#: querydeletecontourdialog.ui:14
+#: svx/uiconfig/ui/querydeletecontourdialog.ui:14
msgctxt "querydeletecontourdialog|QueryDeleteContourDialog"
msgid ""
"Setting a new workspace will\n"
@@ -4678,352 +4719,352 @@ msgstr ""
"አዲስ የ ስራ ቦታ ማሰናዳት\n"
"የ ነበረውን ቅርጽ እንዲጠፋ ያደርግርዋል"
-#: querydeletecontourdialog.ui:16
+#: svx/uiconfig/ui/querydeletecontourdialog.ui:16
msgctxt "querydeletecontourdialog|QueryDeleteContourDialog"
msgid "Are you sure you want to continue?"
msgstr "በ እርግጥ መቀጠል ይፈልጋሉ?"
-#: querydeleteobjectdialog.ui:8
+#: svx/uiconfig/ui/querydeleteobjectdialog.ui:7
msgctxt "querydeleteobjectdialog|QueryDeleteObjectDialog"
msgid "Delete this object?"
msgstr "ይህን እቃ ላጥፋው?"
-#: querydeleteobjectdialog.ui:14
+#: svx/uiconfig/ui/querydeleteobjectdialog.ui:14
msgctxt "querydeleteobjectdialog|QueryDeleteObjectDialog"
msgid "Do you really want to delete this object?"
msgstr "በ እርግጥ ይህን እቃ ማጥፋት ይፈልጋሉ?"
-#: querydeletethemedialog.ui:8
+#: svx/uiconfig/ui/querydeletethemedialog.ui:7
msgctxt "querydeletethemedialog|QueryDeleteThemeDialog"
msgid "Delete this theme?"
msgstr "ይህን ገጽታ ላጥፋው?"
-#: querydeletethemedialog.ui:14
+#: svx/uiconfig/ui/querydeletethemedialog.ui:14
msgctxt "querydeletethemedialog|QueryDeleteThemeDialog"
msgid "Do you really want to delete this theme?"
msgstr "በ እርግጥ ይህን ገጽታ ማጥፋት ይፈልጋሉ?"
-#: querymodifyimagemapchangesdialog.ui:8
+#: svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui:7
msgctxt "querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog"
msgid "Save ImageMap changes?"
msgstr "የ ምስል ካርታውን ለውጦች ላስቀምጣቸው?"
-#: querymodifyimagemapchangesdialog.ui:14
+#: svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui:14
msgctxt "querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog"
msgid "The ImageMap has been modified."
msgstr "የምስል ካርታው ተሻሽሏል"
-#: querymodifyimagemapchangesdialog.ui:15
+#: svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui:15
msgctxt "querymodifyimagemapchangesdialog|QueryModifyImageMapChangesDialog"
msgid "Do you want to save the changes?"
msgstr "ለውጦቹን ማስቀመጥ ይፈልጋሉ?"
-#: querynewcontourdialog.ui:8
+#: svx/uiconfig/ui/querynewcontourdialog.ui:7
msgctxt "querynewcontourdialog|QueryNewContourDialog"
msgid "Create a new contour?"
msgstr "አዲስ ቅርጽ ልፍጠር?"
-#: querynewcontourdialog.ui:14
+#: svx/uiconfig/ui/querynewcontourdialog.ui:14
msgctxt "querynewcontourdialog|QueryNewContourDialog"
msgid "Do you want to create a new contour?"
msgstr "አዲስ ቅርጽ መፍጠር ይፈልጋሉ?"
-#: querysavecontchangesdialog.ui:8
+#: svx/uiconfig/ui/querysavecontchangesdialog.ui:7
msgctxt "querysavecontchangesdialog|QuerySaveContourChangesDialog"
msgid "Save contour changes?"
msgstr "የ ቅርጹን ለውጦች ላስቀምጥ?"
-#: querysavecontchangesdialog.ui:14
+#: svx/uiconfig/ui/querysavecontchangesdialog.ui:14
msgctxt "querysavecontchangesdialog|QuerySaveContourChangesDialog"
msgid "The contour has been modified."
msgstr "ቅርጹ ተሻሽሏል"
-#: querysavecontchangesdialog.ui:15
+#: svx/uiconfig/ui/querysavecontchangesdialog.ui:15
msgctxt "querysavecontchangesdialog|QuerySaveContourChangesDialog"
msgid "Do you want to save the changes?"
msgstr "ለውጦቹን ማስቀመጥ ይፈልጋሉ?"
-#: querysaveimagemapchangesdialog.ui:8
+#: svx/uiconfig/ui/querysaveimagemapchangesdialog.ui:7
msgctxt "querysaveimagemapchangesdialog|QuerySaveImageMapChangesDialog"
msgid "Save ImageMap changes?"
msgstr "የምስል ካርታው ተለውጧል ላስቀምጠው?"
-#: querysaveimagemapchangesdialog.ui:14
+#: svx/uiconfig/ui/querysaveimagemapchangesdialog.ui:14
msgctxt "querysaveimagemapchangesdialog|QuerySaveImageMapChangesDialog"
msgid "The ImageMap has been modified."
msgstr "የምስል ካርታው ተሻሽሏል"
-#: querysaveimagemapchangesdialog.ui:15
+#: svx/uiconfig/ui/querysaveimagemapchangesdialog.ui:15
msgctxt "querysaveimagemapchangesdialog|QuerySaveImageMapChangesDialog"
msgid "Do you want to save the changes?"
msgstr "ለውጦቹን ማስቀመጥ ይፈልጋሉ?"
-#: queryunlinkgraphicsdialog.ui:8
+#: svx/uiconfig/ui/queryunlinkgraphicsdialog.ui:7
msgctxt "queryunlinkgraphicsdialog|QueryUnlinkGraphicsDialog"
msgid "Unlink the graphics?"
msgstr "ንድፎቹን ልለያያቸው?"
-#: queryunlinkgraphicsdialog.ui:14
+#: svx/uiconfig/ui/queryunlinkgraphicsdialog.ui:14
msgctxt "queryunlinkgraphicsdialog|QueryUnlinkGraphicsDialog"
msgid "This graphic object is linked to the document."
msgstr "ይህ ንድፍ ከ ሰነድ ጋር የተገናኘ ነው"
-#: queryunlinkgraphicsdialog.ui:15
+#: svx/uiconfig/ui/queryunlinkgraphicsdialog.ui:15
msgctxt "queryunlinkgraphicsdialog|QueryUnlinkGraphicsDialog"
msgid "Do you want to unlink the graphics in order to edit it?"
msgstr "ይህ ንድፍ ለማረም እንዲችሉ አለማገናኘት ይፈልጋሉ?"
-#: redlinecontrol.ui:23
+#: svx/uiconfig/ui/redlinecontrol.ui:23
msgctxt "redlinecontrol|view"
msgid "List"
msgstr "ዝርዝር"
-#: redlinecontrol.ui:45
+#: svx/uiconfig/ui/redlinecontrol.ui:45
msgctxt "redlinecontrol|filter"
msgid "Filter"
msgstr "ማጣሪያ"
-#: redlinefilterpage.ui:31
+#: svx/uiconfig/ui/redlinefilterpage.ui:31
msgctxt "redlinefilterpage|date"
msgid "_Date:"
msgstr "_ቀን:"
-#: redlinefilterpage.ui:46
+#: svx/uiconfig/ui/redlinefilterpage.ui:46
msgctxt "redlinefilterpage|author"
msgid "_Author:"
msgstr "_ደራሲ:"
-#: redlinefilterpage.ui:61
+#: svx/uiconfig/ui/redlinefilterpage.ui:61
msgctxt "redlinefilterpage|comment"
msgid "C_omment:"
msgstr "አ_ስተያየት:"
-#: redlinefilterpage.ui:87
+#: svx/uiconfig/ui/redlinefilterpage.ui:86
msgctxt "redlinefilterpage|commentedit-atkobject"
msgid "Comment"
msgstr "አስተያየት"
-#: redlinefilterpage.ui:98
+#: svx/uiconfig/ui/redlinefilterpage.ui:97
msgctxt "redlinefilterpage|range"
msgid "_Range:"
msgstr "_መጠን:"
-#: redlinefilterpage.ui:123
+#: svx/uiconfig/ui/redlinefilterpage.ui:122
msgctxt "redlinefilterpage|actionlist-atkobject"
msgid "Action"
msgstr "ተግባር"
-#: redlinefilterpage.ui:134
+#: svx/uiconfig/ui/redlinefilterpage.ui:133
msgctxt "redlinefilterpage|action"
msgid "A_ction:"
msgstr "ተ_ግባር:"
-#: redlinefilterpage.ui:159
+#: svx/uiconfig/ui/redlinefilterpage.ui:158
msgctxt "redlinefilterpage|authorlist-atkobject"
msgid "Author"
msgstr "ደራሲው"
-#: redlinefilterpage.ui:186
+#: svx/uiconfig/ui/redlinefilterpage.ui:184
msgctxt "redlinefilterpage|rangeedit-atkobject"
msgid "Range"
msgstr "መጠን"
-#: redlinefilterpage.ui:204
+#: svx/uiconfig/ui/redlinefilterpage.ui:202
msgctxt "redlinefilterpage|dotdotdot|tooltip_text"
msgid "Set reference"
msgstr "ማመሳከሪያ ማሰናጃ"
-#: redlinefilterpage.ui:232
+#: svx/uiconfig/ui/redlinefilterpage.ui:230
msgctxt "redlinefilterpage|datecond"
msgid "earlier than"
msgstr "ቀደም ያለውን"
-#: redlinefilterpage.ui:233
+#: svx/uiconfig/ui/redlinefilterpage.ui:231
msgctxt "redlinefilterpage|datecond"
msgid "since"
msgstr "ከ"
-#: redlinefilterpage.ui:234
+#: svx/uiconfig/ui/redlinefilterpage.ui:232
msgctxt "redlinefilterpage|datecond"
msgid "equal to"
msgstr "እኩል ይሆናል"
-#: redlinefilterpage.ui:235
+#: svx/uiconfig/ui/redlinefilterpage.ui:233
msgctxt "redlinefilterpage|datecond"
msgid "not equal to"
msgstr "እኩል አይደለም"
-#: redlinefilterpage.ui:236
+#: svx/uiconfig/ui/redlinefilterpage.ui:234
msgctxt "redlinefilterpage|datecond"
msgid "between"
msgstr "መሀከል"
-#: redlinefilterpage.ui:237
+#: svx/uiconfig/ui/redlinefilterpage.ui:235
msgctxt "redlinefilterpage|datecond"
msgid "since saving"
msgstr "ካስቀመጥኩ በኋላ"
-#: redlinefilterpage.ui:244
+#: svx/uiconfig/ui/redlinefilterpage.ui:242
msgctxt "redlinefilterpage|datecond-atkobject"
msgid "Date Condition"
msgstr "የቀን ሁኔታ"
-#: redlinefilterpage.ui:266
+#: svx/uiconfig/ui/redlinefilterpage.ui:264
msgctxt "redlinefilterpage|and"
msgid "a_nd"
msgstr "እ_ና"
-#: redlinefilterpage.ui:287
+#: svx/uiconfig/ui/redlinefilterpage.ui:284
msgctxt "redlinefilterpage|startdate-atkobject"
msgid "Start Date"
msgstr "መጀመሪያ ቀን"
-#: redlinefilterpage.ui:306
+#: svx/uiconfig/ui/redlinefilterpage.ui:302
msgctxt "redlinefilterpage|starttime-atkobject"
msgid "Start Time"
msgstr "መጀመሪያ ሰአት"
-#: redlinefilterpage.ui:322
+#: svx/uiconfig/ui/redlinefilterpage.ui:318
msgctxt "redlinefilterpage|startclock|tooltip_text"
msgid "Set current time and date"
msgstr "የ አሁኑን ሰአት እና ቀን ማሰናጃ"
-#: redlinefilterpage.ui:341
+#: svx/uiconfig/ui/redlinefilterpage.ui:336
msgctxt "redlinefilterpage|enddate-atkobject"
msgid "End Date"
msgstr "መጨረሻ ቀን"
-#: redlinefilterpage.ui:360
+#: svx/uiconfig/ui/redlinefilterpage.ui:354
msgctxt "redlinefilterpage|endtime-atkobject"
msgid "End Time"
msgstr "መጨረሻ ሰአት"
-#: redlinefilterpage.ui:376
+#: svx/uiconfig/ui/redlinefilterpage.ui:370
msgctxt "redlinefilterpage|endclock|tooltip_text"
msgid "Set current time and date"
msgstr "የ አሁኑን ሰአት እና ቀን ማሰናጃ"
-#: redlineviewpage.ui:21
+#: svx/uiconfig/ui/redlineviewpage.ui:21
msgctxt "redlineviewpage|action"
msgid "Action"
msgstr "ተግባር"
-#: redlineviewpage.ui:33
+#: svx/uiconfig/ui/redlineviewpage.ui:33
msgctxt "redlineviewpage|position"
msgid "Position"
msgstr "ቦታ"
-#: redlineviewpage.ui:45
+#: svx/uiconfig/ui/redlineviewpage.ui:45
msgctxt "redlineviewpage|author"
msgid "Author"
msgstr "ደራሲው"
-#: redlineviewpage.ui:57
+#: svx/uiconfig/ui/redlineviewpage.ui:57
msgctxt "redlineviewpage|date"
msgid "Date"
msgstr "ቀን"
-#: redlineviewpage.ui:69
+#: svx/uiconfig/ui/redlineviewpage.ui:69
msgctxt "redlineviewpage|comment"
msgid "Comment"
msgstr "አስተያየት"
-#: redlineviewpage.ui:92
+#: svx/uiconfig/ui/redlineviewpage.ui:92
msgctxt "redlineviewpage|changes-atkobject"
msgid "Changes"
msgstr "ለውጦች"
-#: rowsmenu.ui:12
+#: svx/uiconfig/ui/rowsmenu.ui:12
msgctxt "rowsmenu|delete"
msgid "Delete Rows"
msgstr "ረድፎች ማጥፊያ"
-#: rowsmenu.ui:19
+#: svx/uiconfig/ui/rowsmenu.ui:19
msgctxt "rowsmenu|save"
msgid "Save Record"
msgstr "መቅረጫ ማስቀመጫ"
-#: rowsmenu.ui:26
+#: svx/uiconfig/ui/rowsmenu.ui:26
msgctxt "rowsmenu|undo"
msgid "Undo: Data entry"
msgstr "የ ዳታ ማስገቢያን: መተው"
-#: rulermenu.ui:12
+#: svx/uiconfig/ui/rulermenu.ui:12
msgctxt "rulermenu|mm"
msgid "Millimeter"
msgstr "ሚሊ ሚትር"
-#: rulermenu.ui:20
+#: svx/uiconfig/ui/rulermenu.ui:20
msgctxt "rulermenu|cm"
msgid "Centimeter"
msgstr "ሴንቲ ሚትር"
-#: rulermenu.ui:28
+#: svx/uiconfig/ui/rulermenu.ui:28
msgctxt "rulermenu|m"
msgid "Meter"
msgstr "ሚትር"
-#: rulermenu.ui:36
+#: svx/uiconfig/ui/rulermenu.ui:36
msgctxt "rulermenu|km"
msgid "Kilometer"
msgstr "ኪሎ ሚትር"
-#: rulermenu.ui:44
+#: svx/uiconfig/ui/rulermenu.ui:44
msgctxt "rulermenu|in"
msgid "Inch"
msgstr "ኢንች"
-#: rulermenu.ui:52
+#: svx/uiconfig/ui/rulermenu.ui:52
msgctxt "rulermenu|ft"
msgid "Foot"
msgstr "ጫማ"
-#: rulermenu.ui:60
+#: svx/uiconfig/ui/rulermenu.ui:60
msgctxt "rulermenu|mile"
msgid "Miles"
msgstr "ማይል"
-#: rulermenu.ui:68
+#: svx/uiconfig/ui/rulermenu.ui:68
msgctxt "rulermenu|pt"
msgid "Point"
msgstr "ነጥብ"
-#: rulermenu.ui:76
+#: svx/uiconfig/ui/rulermenu.ui:76
msgctxt "rulermenu|pc"
msgid "Pica"
msgstr "ፒካ"
-#: rulermenu.ui:84
+#: svx/uiconfig/ui/rulermenu.ui:84
msgctxt "rulermenu|ch"
msgid "Char"
msgstr "ቻር"
-#: rulermenu.ui:92
+#: svx/uiconfig/ui/rulermenu.ui:92
msgctxt "rulermenu|line"
msgid "Line"
msgstr "መስመር"
-#: safemodedialog.ui:8
+#: svx/uiconfig/ui/safemodedialog.ui:8
msgctxt "safemodedialog|SafeModeDialog"
msgid "Safe Mode"
msgstr "በ ጥንቃቄ ዘዴ"
-#: safemodedialog.ui:37
+#: svx/uiconfig/ui/safemodedialog.ui:37
msgctxt "safemodedialog|btn_continue"
msgid "_Continue in Safe Mode"
msgstr "በ ጥንቃቄ ዘዴ _ይቀጥሉ"
-#: safemodedialog.ui:52
+#: svx/uiconfig/ui/safemodedialog.ui:52
msgctxt "safemodedialog|btn_restart"
msgid "_Restart in Normal Mode"
msgstr "በ መደበኛ ዘዴ _እንደገና ማስጀመሪያ"
-#: safemodedialog.ui:66
+#: svx/uiconfig/ui/safemodedialog.ui:66
msgctxt "safemodedialog|btn_apply"
msgid "_Apply Changes and Restart"
msgstr "ለውጦቹን _መፈጸሚያ እና እንደገና ማስጀመሪያ"
-#: safemodedialog.ui:90
+#: svx/uiconfig/ui/safemodedialog.ui:90
msgctxt "safemodedialog|label1"
msgid ""
"%PRODUCTNAME is now running in safe mode which temporarily disables your user configuration and extensions.\n"
@@ -5038,6332 +5079,6262 @@ msgstr ""
"\n"
"የ ቀረበው ለውጥ ከ ላይ እስከ ታች መሰረታዊ ለውጥ ያደርጋል: ስለዚህ እያንዳንዱ እንዲሞክሩት እንመክራለን"
-#: safemodedialog.ui:112
+#: svx/uiconfig/ui/safemodedialog.ui:112
msgctxt "safemodedialog|radio_restore"
msgid "Restore from backup"
msgstr "ከ ተተኪ ውስጥ እንደ ነበር መመለሻ"
-#: safemodedialog.ui:136
+#: svx/uiconfig/ui/safemodedialog.ui:136
msgctxt "safemodedialog|check_profilesafe_config"
msgid "Restore user configuration to the last known working state"
msgstr "የ ተጠቃሚውን ማሰናጃ መጨረሻ ይታወቅ በ ነበረው ሁኔታ እንደ ነበር መመለሻ"
-#: safemodedialog.ui:151
+#: svx/uiconfig/ui/safemodedialog.ui:151
msgctxt "safemodedialog|check_profilesafe_extensions"
msgid "Restore state of installed user extensions to the last known working state"
msgstr "በ ተጠቃሚው የ ተገጠሙ ተጨማሪዎችን መጨረሻ ይታወቅ በ ነበረው ሁኔታ እንደ ነበር መመለሻ"
-#: safemodedialog.ui:173
+#: svx/uiconfig/ui/safemodedialog.ui:173
msgctxt "safemodedialog|radio_configure"
msgid "Configure"
msgstr "ማሰናጃ"
-#: safemodedialog.ui:197
+#: svx/uiconfig/ui/safemodedialog.ui:197
msgctxt "safemodedialog|check_disable_all_extensions"
msgid "Disable all user extensions"
msgstr "ሁሉንም የ ተጠቃሚ ተጨማሪዎች ማሰናከያ"
-#: safemodedialog.ui:212
+#: svx/uiconfig/ui/safemodedialog.ui:212
msgctxt "safemodedialog|check_disable_hw_acceleration"
msgid "Disable hardware acceleration (OpenGL, OpenCL)"
msgstr "የ ጠንካራ አክል ማፍጠኛ ማሰናከያ (OpenGL, OpenCL)"
-#: safemodedialog.ui:234
+#: svx/uiconfig/ui/safemodedialog.ui:234
msgctxt "safemodedialog|radio_extensions"
msgid "Extensions"
msgstr "ተጨማሪዎች"
-#: safemodedialog.ui:257
+#: svx/uiconfig/ui/safemodedialog.ui:257
msgctxt "safemodedialog|check_deinstall_user_extensions"
msgid "Uninstall all user extensions"
msgstr "ሁሉንም የ ተጠቃሚ ተጨማሪዎች ማጥፊያ"
-#: safemodedialog.ui:272
+#: svx/uiconfig/ui/safemodedialog.ui:272
msgctxt "safemodedialog|check_reset_shared_extensions"
msgid "Reset state of shared extensions"
msgstr "የሚካፈሉት ተጨማሪዎች ሁኔታ እንደ ነበር መመለሻ"
-#: safemodedialog.ui:287
+#: svx/uiconfig/ui/safemodedialog.ui:287
msgctxt "safemodedialog|check_reset_bundled_extensions"
msgid "Reset state of bundled extensions"
msgstr "የሚካፈሉት ጥቅል ተጨማሪዎች ሁኔታ እንደ ነበር መመለሻ"
-#: safemodedialog.ui:309
+#: svx/uiconfig/ui/safemodedialog.ui:309
msgctxt "safemodedialog|radio_reset"
msgid "Reset to factory settings"
msgstr "ከ ፋክቶሪ እንደ ወጣ እንደ ነበር መመለሻ"
-#: safemodedialog.ui:332
+#: svx/uiconfig/ui/safemodedialog.ui:332
msgctxt "safemodedialog|check_reset_customizations"
msgid "Reset settings and user interface modifications"
msgstr "ማሰናጃዎችን እና የ ተጠቃሚ ገጽታ የ ተቀየረውን እንደ ነበር መመለሻ"
-#: safemodedialog.ui:347
+#: svx/uiconfig/ui/safemodedialog.ui:347
msgctxt "safemodedialog|check_reset_whole_userprofile"
msgid "Reset entire user profile"
msgstr "ጠቅላላ የ ተጠቃሚ ገጽታ እንደ ነበር መመለሻ"
-#: safemodedialog.ui:389
+#: svx/uiconfig/ui/safemodedialog.ui:389
msgctxt "safemodedialog|label3"
msgid "If you experience problems that are not resolved by using safe mode, visit the following link to get help or report a bug."
msgstr "እርስዎ ችግር ካጋጠምዎት በ ጥንቃቄ ዘዴ ለ ማስወገድ ያልቻሉት: ይህን የሚቀጥለውን አገናኝ ይጎብኙ እርዳታ ለማግኘት ወይንም ችግሩን ለማሳወቅ"
-#: safemodedialog.ui:400
+#: svx/uiconfig/ui/safemodedialog.ui:400
msgctxt "safemodedialog|linkbutton_bugs"
msgid "Get Help"
msgstr "እርዳታ ያግኙ"
-#: safemodedialog.ui:416
+#: svx/uiconfig/ui/safemodedialog.ui:416
msgctxt "safemodedialog|label4"
msgid "You can also include relevant parts of your user profile in the bugreport (be aware it might contain personal data)."
msgstr "እርስዎ እንዲሁም ማስገባት ይችላሉ ተገቢውን አካል ለ እርስዎ የ ተጠቃሚ ገጽታበ ችግር መግለጫ ላይ: (ይጠንቀቁ ምናልባት የ ግል ዳታ ሊይዝ ይችላል)"
-#: safemodedialog.ui:432
+#: svx/uiconfig/ui/safemodedialog.ui:432
msgctxt "safemodedialog|btn_create_zip"
msgid "Create Zip Archive from User Profile"
msgstr "ይፍጠሩ የ Zip Archive ከ ተጠቃሚ ገጽታ ውስጥ"
-#: safemodedialog.ui:445
+#: svx/uiconfig/ui/safemodedialog.ui:445
msgctxt "safemodedialog|linkbutton_profile"
msgid "Show User Profile"
msgstr "የ ተጠቃሚ ገጽታ ማሳያ"
-#: safemodedialog.ui:471
+#: svx/uiconfig/ui/safemodedialog.ui:471
msgctxt "safemodedialog|label2"
msgid "Advanced"
msgstr "የረቀቀ"
-#: savemodifieddialog.ui:12
+#: svx/uiconfig/ui/savemodifieddialog.ui:12
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "Do you want to save your changes?"
msgstr "ለውጦቹን ማስቀመጥ ይፈልጋሉ?"
-#: savemodifieddialog.ui:13
+#: svx/uiconfig/ui/savemodifieddialog.ui:13
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "The content of the current form has been modified."
msgstr "የ አሁኑ ፎርም ይዞታዎች ተሻሽለዋል"
-#: selectionmenu.ui:12
+#: svx/uiconfig/ui/selectionmenu.ui:12
msgctxt "selectionmenu|standard"
msgid "Standard selection"
msgstr "መደበኛ ምርጫ"
-#: selectionmenu.ui:20
+#: svx/uiconfig/ui/selectionmenu.ui:20
msgctxt "selectionmenu|extending"
msgid "Extending selection"
msgstr "ምርጫዎችን ማስፋፊያ"
-#: selectionmenu.ui:28
+#: svx/uiconfig/ui/selectionmenu.ui:28
msgctxt "selectionmenu|adding"
msgid "Adding selection"
msgstr "ምርጫዎችን መጨመሪያ"
-#: selectionmenu.ui:36
+#: svx/uiconfig/ui/selectionmenu.ui:36
msgctxt "selectionmenu|block"
msgid "Block selection"
msgstr "ምርጫዎችን መከልከያ"
-#: sidebararea.ui:40
+#: svx/uiconfig/ui/sidebararea.ui:40
msgctxt "sidebararea|filllabel|tooltip_text"
msgid "Fill:"
msgstr "መሙያ:"
-#: sidebararea.ui:42
+#: svx/uiconfig/ui/sidebararea.ui:42
msgctxt "sidebararea|filllabel"
msgid "_Fill:"
msgstr "_መሙያ:"
-#: sidebararea.ui:66
+#: svx/uiconfig/ui/sidebararea.ui:66
msgctxt "sidebararea|color|tooltip_text"
msgid "Select the color to apply."
msgstr "ይምረጡ የ ቀለም አይነት ለ መፈጸም"
-#: sidebararea.ui:86
+#: svx/uiconfig/ui/sidebararea.ui:86
msgctxt "sidebararea|fillattr|tooltip_text"
msgid "Select the effect to apply."
msgstr "ይምረጡ የውጤት አይነት ለመፈጸም"
-#: sidebararea.ui:92
+#: svx/uiconfig/ui/sidebararea.ui:92
msgctxt "sidebararea|fillattr-atkobject"
msgid "Hatching/Bitmap"
msgstr "በርካታ መስመር/Bitmap"
-#: sidebararea.ui:106
+#: svx/uiconfig/ui/sidebararea.ui:106
msgctxt "sidebararea|fillgrad1|tooltip_text"
msgid "Fill gradient from."
msgstr "ከፍታ መሙያ ከ"
-#: sidebararea.ui:127
+#: svx/uiconfig/ui/sidebararea.ui:127
msgctxt "sidebararea|fillstyle|tooltip_text"
msgid "Select the fill type to apply."
msgstr "ይምረጡ የመሙያ አይነት ለመፈጸም"
-#: sidebararea.ui:135
+#: svx/uiconfig/ui/sidebararea.ui:135
msgctxt "sidebararea|fillstyle-atkobject"
msgid "Fill Type"
msgstr "መሙያ አይነት"
-#: sidebararea.ui:150
+#: svx/uiconfig/ui/sidebararea.ui:150
msgctxt "sidebararea|fillgrad2|tooltip_text"
msgid "Fill gradient to."
msgstr "ከፍታ መሙያ ለ"
-#: sidebararea.ui:167
+#: svx/uiconfig/ui/sidebararea.ui:167
msgctxt "sidebararea|gradientstyle|tooltip_text"
msgid "Select the gradient style."
msgstr "የ ከፍታ ዘዴ ይምረጡ"
-#: sidebararea.ui:169
+#: svx/uiconfig/ui/sidebararea.ui:169
msgctxt "sidebararea|gradientstyle"
msgid "Linear"
msgstr "ቀጥተኛ"
-#: sidebararea.ui:170
+#: svx/uiconfig/ui/sidebararea.ui:170
msgctxt "sidebararea|gradientstyle"
msgid "Axial"
msgstr "Axial"
-#: sidebararea.ui:171
+#: svx/uiconfig/ui/sidebararea.ui:171
msgctxt "sidebararea|gradientstyle"
msgid "Radial"
msgstr "ተሽከርካሪ"
-#: sidebararea.ui:172
+#: svx/uiconfig/ui/sidebararea.ui:172
msgctxt "sidebararea|gradientstyle"
msgid "Ellipsoid"
msgstr "ኤሊፕሶዪድ"
-#: sidebararea.ui:173
+#: svx/uiconfig/ui/sidebararea.ui:173
msgctxt "sidebararea|gradientstyle"
msgid "Quadratic"
msgstr "ኳድራቲክ"
-#: sidebararea.ui:174
+#: svx/uiconfig/ui/sidebararea.ui:174
msgctxt "sidebararea|gradientstyle"
msgid "Square"
msgstr "ስኴር"
-#: sidebararea.ui:178
+#: svx/uiconfig/ui/sidebararea.ui:178
msgctxt "sidebararea|gradientstyle-atkobject"
msgid "Gradient Type"
msgstr "የ ከፍታ አይነት"
-#: sidebararea.ui:190
+#: svx/uiconfig/ui/sidebararea.ui:190
msgctxt "sidebararea|bmpimport"
msgid "_Import"
msgstr "_ማምጫ"
-#: sidebararea.ui:212
+#: svx/uiconfig/ui/sidebararea.ui:212
msgctxt "sidebararea|gradangle|tooltip_text"
msgid "Select the gradient angle."
msgstr "የ ከፍታ አንግል ይምረጡ"
-#: sidebararea.ui:216
+#: svx/uiconfig/ui/sidebararea.ui:216
msgctxt "sidebararea|gradangle-atkobject"
msgid "Gradient angle"
msgstr "የ ከፍታ አንግል"
-#: sidebararea.ui:232
+#: svx/uiconfig/ui/sidebararea.ui:232
msgctxt "sidebararea|transparencylabel|tooltip_text"
msgid "Transparency"
msgstr "ግልጽነት"
-#: sidebararea.ui:234
+#: svx/uiconfig/ui/sidebararea.ui:234
msgctxt "sidebararea|transparencylabel"
msgid "_Transparency:"
msgstr "_ግልጽነት:"
-#: sidebararea.ui:249
+#: svx/uiconfig/ui/sidebararea.ui:249
msgctxt "sidebararea|transtype|tooltip_text"
msgid "Select the type of transparency to apply."
msgstr "ይምረጡ መፈጸም የሚፈልጉትን የ ግልጽነት አይነት"
-#: sidebararea.ui:251
+#: svx/uiconfig/ui/sidebararea.ui:251
msgctxt "sidebararea|transtype"
msgid "None"
msgstr "ምንም"
-#: sidebararea.ui:252
+#: svx/uiconfig/ui/sidebararea.ui:252
msgctxt "sidebararea|transtype"
msgid "Solid"
msgstr "ሙሉ"
-#: sidebararea.ui:253
+#: svx/uiconfig/ui/sidebararea.ui:253
msgctxt "sidebararea|transtype"
msgid "Linear"
msgstr "ቀጥተኛ"
-#: sidebararea.ui:254
+#: svx/uiconfig/ui/sidebararea.ui:254
msgctxt "sidebararea|transtype"
msgid "Axial"
msgstr "Axial"
-#: sidebararea.ui:255
+#: svx/uiconfig/ui/sidebararea.ui:255
msgctxt "sidebararea|transtype"
msgid "Radial"
msgstr "ተሽከርካሪ"
-#: sidebararea.ui:256
+#: svx/uiconfig/ui/sidebararea.ui:256
msgctxt "sidebararea|transtype"
msgid "Ellipsoid"
msgstr "ኤሊፕሶዪድ"
-#: sidebararea.ui:257
+#: svx/uiconfig/ui/sidebararea.ui:257
msgctxt "sidebararea|transtype"
msgid "Quadratic"
msgstr "ኳድራቲክ"
-#: sidebararea.ui:258
+#: svx/uiconfig/ui/sidebararea.ui:258
msgctxt "sidebararea|transtype"
msgid "Square"
msgstr "ስኴር"
-#: sidebararea.ui:262
+#: svx/uiconfig/ui/sidebararea.ui:262
msgctxt "sidebararea|transtype-atkobject"
msgid "Transparency Type"
msgstr "የ ግልጽነት አይነት"
-#: sidebararea.ui:283
+#: svx/uiconfig/ui/sidebararea.ui:283
msgctxt "sidebararea|gradient|tooltip_text"
msgid "Specify the variation of gradient transparency."
msgstr "የ ከፍታ ግልጽነት ልዩነት መወሰኛ"
-#: sidebararea.ui:320
+#: svx/uiconfig/ui/sidebararea.ui:320
msgctxt "sidebararea|transparencyslider|tooltip_text"
msgid "Specify 0% for fully opaque through 100% for fully transparent."
msgstr "ይወስኑ 0% በ ውስጡ የማያሳልፍ 100% ግልጽ በ ውስጡ የሚያሳልፍ"
-#: sidebararea.ui:337
+#: svx/uiconfig/ui/sidebararea.ui:337
msgctxt "sidebararea|settransparency|tooltip_text"
msgid "Specify 0% for fully opaque through 100% for fully transparent."
msgstr "ይወስኑ 0% በውስጡ የማያሳልፍ 100% ግልጽ በውስጡ የሚያሳልፍ"
-#: sidebararea.ui:346
+#: svx/uiconfig/ui/sidebararea.ui:345
msgctxt "sidebararea|settransparency-atkobject"
msgid "Transparency"
msgstr "ግልጽነት"
-#: sidebargraphic.ui:46
+#: svx/uiconfig/ui/sidebargraphic.ui:46
msgctxt "sidebargraphic|brightnesslabel"
msgid "_Brightness:"
msgstr "_ብሩህነት:"
-#: sidebargraphic.ui:61
+#: svx/uiconfig/ui/sidebargraphic.ui:61
msgctxt "sidebargraphic|setbrightness|tooltip_text"
msgid "Specify the luminance of the graphic."
msgstr "ለ ንድፍ ብርሃን መወሰኛ"
-#: sidebargraphic.ui:70
+#: svx/uiconfig/ui/sidebargraphic.ui:69
msgctxt "sidebargraphic|setbrightness-atkobject"
msgid "Brightness"
msgstr "ብሩህነት"
-#: sidebargraphic.ui:83
+#: svx/uiconfig/ui/sidebargraphic.ui:82
msgctxt "sidebargraphic|contrastlabel"
msgid "_Contrast:"
msgstr "_ማነፃፅሪያ:"
-#: sidebargraphic.ui:98
+#: svx/uiconfig/ui/sidebargraphic.ui:97
msgctxt "sidebargraphic|setcontrast|tooltip_text"
msgid "Specify the degree of difference between the lightest and darkest parts of the graphic."
msgstr "የ ንድፉን አካል በ ብርሃን እና በ ጥቁር መካከል ያለውን ልዩነቱን በ ዲግሪ መወሰኛ"
-#: sidebargraphic.ui:107
+#: svx/uiconfig/ui/sidebargraphic.ui:105
msgctxt "sidebargraphic|setcontrast-atkobject"
msgid "Contrast"
msgstr "ማነፃፅሪያ"
-#: sidebargraphic.ui:120
+#: svx/uiconfig/ui/sidebargraphic.ui:118
msgctxt "sidebargraphic|colorlmodelabel"
msgid "Color _mode:"
msgstr "የ ቀለም _ዘዴ:"
-#: sidebargraphic.ui:139
+#: svx/uiconfig/ui/sidebargraphic.ui:137
msgctxt "sidebargraphic|setcolormode-atkobject"
msgid "Color mode"
msgstr "የ ቀለም ዘዴ"
-#: sidebargraphic.ui:152
+#: svx/uiconfig/ui/sidebargraphic.ui:150
msgctxt "sidebargraphic|transparencylabel"
msgid "_Transparency:"
msgstr "_ግልጽነት:"
-#: sidebargraphic.ui:167
+#: svx/uiconfig/ui/sidebargraphic.ui:165
msgctxt "sidebargraphic|settransparency|tooltip_text"
msgid "Specify the percentage of transparency; 0% is fully opaque and 100% is fully transparent."
msgstr "የ ግልጽነት ዋጋ በ ፐርሰንት መወሰኛ 0% በ ውስጡ ምንም የማያሳልፍ እና 100% በ ውስጡ ብርሃን የሚያሳልፍ"
-#: sidebargraphic.ui:176
+#: svx/uiconfig/ui/sidebargraphic.ui:173
msgctxt "sidebargraphic|settransparency-atkobject"
msgid "Transparency"
msgstr "ግልጽነት"
-#: sidebargraphic.ui:209
+#: svx/uiconfig/ui/sidebargraphic.ui:206
msgctxt "sidebargraphic|setred|tooltip_text"
msgid "Red"
msgstr "ቀይ"
-#: sidebargraphic.ui:215
+#: svx/uiconfig/ui/sidebargraphic.ui:211
msgctxt "sidebargraphic|setred-atkobject"
msgid "Red"
msgstr "ቀይ"
-#: sidebargraphic.ui:255
+#: svx/uiconfig/ui/sidebargraphic.ui:251
msgctxt "sidebargraphic|setgreen|tooltip_text"
msgid "Green"
msgstr "አረንጓዴ"
-#: sidebargraphic.ui:261
+#: svx/uiconfig/ui/sidebargraphic.ui:256
msgctxt "sidebargraphic|setgreen-atkobject"
msgid "Green"
msgstr "አረንጓዴ"
-#: sidebargraphic.ui:302
+#: svx/uiconfig/ui/sidebargraphic.ui:297
msgctxt "sidebargraphic|setblue|tooltip_text"
msgid "Blue"
msgstr "ሰማያዊ"
-#: sidebargraphic.ui:308
+#: svx/uiconfig/ui/sidebargraphic.ui:302
msgctxt "sidebargraphic|setblue-atkobject"
msgid "Blue"
msgstr "ሰማያዊ"
-#: sidebargraphic.ui:348
+#: svx/uiconfig/ui/sidebargraphic.ui:342
msgctxt "sidebargraphic|setgamma|tooltip_text"
msgid "Specify the gamma value that affects the brightness of the midtone values."
msgstr "የ ጋማ ዋጋ ይወስኑ ይህ ተፅእኖ ይፈጥራል በ ብሩህነት እና በ መካከለኛ ቀለም ዋጋዎች ላይ"
-#: sidebargraphic.ui:358
+#: svx/uiconfig/ui/sidebargraphic.ui:351
msgctxt "sidebargraphic|setgamma-atkobject"
msgid "Gamma value"
msgstr "የ ጋማ ዋጋ"
-#: sidebarline.ui:40
+#: svx/uiconfig/ui/sidebarline.ui:40
msgctxt "sidebarline|beginarrowstyle|tooltip_text"
msgid "Select the style of the beginning arrowhead."
msgstr "የ ቀስት ራስጌ መጀመሪያ ዘዴ ይምረጡ"
-#: sidebarline.ui:44
+#: svx/uiconfig/ui/sidebarline.ui:44
msgctxt "sidebarline|beginarrowstyle-atkobject"
msgid "Beginning Style"
msgstr "ዘዴ ማስጀመሪያ"
-#: sidebarline.ui:60
+#: svx/uiconfig/ui/sidebarline.ui:60
msgctxt "sidebarline|linestyle|tooltip_text"
msgid "Select the style of the line."
msgstr "ይምረጡ የመስመር ዘዴ"
-#: sidebarline.ui:64
+#: svx/uiconfig/ui/sidebarline.ui:64
msgctxt "sidebarline|linestyle-atkobject"
msgid "Style"
msgstr "ዘዴ"
-#: sidebarline.ui:80
+#: svx/uiconfig/ui/sidebarline.ui:80
msgctxt "sidebarline|endarrowstyle|tooltip_text"
msgid "Select the style of the ending arrowhead."
msgstr "የ ቀስት ራስጌ መጨረሻ ዘዴ ይምረጡ"
-#: sidebarline.ui:85
+#: svx/uiconfig/ui/sidebarline.ui:85
msgctxt "sidebarline|endarrowstyle-atkobject"
msgid "Ending Style"
msgstr "ዘዴ መጨረሻ"
-#: sidebarline.ui:113
+#: svx/uiconfig/ui/sidebarline.ui:113
msgctxt "sidebarline|widthlabel"
msgid "_Width:"
msgstr "_ስፋት:"
-#: sidebarline.ui:130
+#: svx/uiconfig/ui/sidebarline.ui:130
msgctxt "sidebarline|width|tooltip_text"
msgid "Select the width of the line."
msgstr "ይምረጡ የ መስመሩን ስፋት"
-#: sidebarline.ui:159
+#: svx/uiconfig/ui/sidebarline.ui:159
msgctxt "sidebarline|colorlabel"
msgid "_Color:"
msgstr "_ቀለም:"
-#: sidebarline.ui:175
+#: svx/uiconfig/ui/sidebarline.ui:175
msgctxt "sidebarline|color|tooltip_text"
msgid "Select the color of the line."
msgstr "ይምረጡ የ መስመር ቀለም"
-#: sidebarline.ui:182
+#: svx/uiconfig/ui/sidebarline.ui:182
msgctxt "sidebarline|setcolor|tooltip_text"
msgid "Select the color of the line."
msgstr "ይምረጡ የ መስመር ቀለም"
-#: sidebarline.ui:204
+#: svx/uiconfig/ui/sidebarline.ui:204
msgctxt "sidebarline|translabel"
msgid "_Transparency:"
msgstr "_ግልጽነት:"
-#: sidebarline.ui:220
+#: svx/uiconfig/ui/sidebarline.ui:220
msgctxt "sidebarline|linetransparency|tooltip_text"
msgid "Specify the transparency of the line."
msgstr "የመስመሩን ግልጽነት ይወስኑ"
-#: sidebarline.ui:230
+#: svx/uiconfig/ui/sidebarline.ui:229
msgctxt "sidebarline|linetransparency-atkobject"
msgid "Transparency"
msgstr "ግልጽነት"
-#: sidebarline.ui:262
+#: svx/uiconfig/ui/sidebarline.ui:261
msgctxt "sidebarline|cornerlabel"
msgid "_Corner style:"
msgstr "የ _ጠርዝ ዘዴ:"
-#: sidebarline.ui:279
+#: svx/uiconfig/ui/sidebarline.ui:278
msgctxt "sidebarline|edgestyle|tooltip_text"
msgid "Select the style of the edge connections."
msgstr "የጠርዝ መገናኛዎች ዘዴ ይምረጡ"
-#: sidebarline.ui:281
+#: svx/uiconfig/ui/sidebarline.ui:280
msgctxt "sidebarline|edgestyle"
msgid "Rounded"
msgstr "የተከበበ"
-#: sidebarline.ui:282
+#: svx/uiconfig/ui/sidebarline.ui:281
msgctxt "sidebarline|edgestyle"
msgid "- none -"
msgstr "- ምንም -"
-#: sidebarline.ui:283
+#: svx/uiconfig/ui/sidebarline.ui:282
msgctxt "sidebarline|edgestyle"
msgid "Mitered"
msgstr "መጋጠሚያ"
-#: sidebarline.ui:284
+#: svx/uiconfig/ui/sidebarline.ui:283
msgctxt "sidebarline|edgestyle"
msgid "Beveled"
msgstr "ስላሽ"
-#: sidebarline.ui:288
+#: svx/uiconfig/ui/sidebarline.ui:287
msgctxt "sidebarline|edgestyle-atkobject"
msgid "Corner Style"
msgstr "የ ጠርዝ ዘዴ"
-#: sidebarline.ui:303
+#: svx/uiconfig/ui/sidebarline.ui:302
msgctxt "sidebarline|caplabel"
msgid "Ca_p style:"
msgstr "የ ባር_ኔጣ ዘዴ:"
-#: sidebarline.ui:320
+#: svx/uiconfig/ui/sidebarline.ui:319
msgctxt "sidebarline|linecapstyle|tooltip_text"
msgid "Select the style of the line caps."
msgstr "ይምረጡ የመስመር ባርኔጣ ዘዴ"
-#: sidebarline.ui:322
+#: svx/uiconfig/ui/sidebarline.ui:321
msgctxt "sidebarline|linecapstyle"
msgid "Flat"
msgstr "ጠፍጣፋ"
-#: sidebarline.ui:323
+#: svx/uiconfig/ui/sidebarline.ui:322
msgctxt "sidebarline|linecapstyle"
msgid "Round"
msgstr "የተከበበ"
-#: sidebarline.ui:324
+#: svx/uiconfig/ui/sidebarline.ui:323
msgctxt "sidebarline|linecapstyle"
msgid "Square"
msgstr "ስኴር"
-#: sidebarline.ui:328
+#: svx/uiconfig/ui/sidebarline.ui:327
msgctxt "sidebarline|linecapstyle-atkobject"
msgid "Cap Style"
msgstr "የ ባርኔጣ ዘዴ"
-#: sidebarparagraph.ui:26
+#: svx/uiconfig/ui/sidebarparagraph.ui:26
msgctxt "sidebarparagraph|numberbullet|tooltip_text"
msgid "Bullets and Numbering"
msgstr "ነጥቦች እና ቁጥር መስጫ"
-#: sidebarparagraph.ui:71
+#: svx/uiconfig/ui/sidebarparagraph.ui:71
msgctxt "sidebarparagraph|horizontalalignment|tooltip_text"
msgid "Horizontal Alignment"
msgstr "በ አግድም ማሰለፊያ"
-#: sidebarparagraph.ui:172
+#: svx/uiconfig/ui/sidebarparagraph.ui:172
msgctxt "sidebarparagraph|verticalalignment|tooltip_text"
msgid "Vertical Alignment"
msgstr "በ ቁመት ማሰለፊያ"
-#: sidebarparagraph.ui:238
+#: svx/uiconfig/ui/sidebarparagraph.ui:238
msgctxt "sidebarparagraph|spacinglabel"
msgid "_Spacing:"
msgstr "_ክፍተት:"
-#: sidebarparagraph.ui:254
+#: svx/uiconfig/ui/sidebarparagraph.ui:254
msgctxt "sidebarparagraph|paraspacing|tooltip_text"
msgid "Spacing"
msgstr "ክፍተት"
-#: sidebarparagraph.ui:313
+#: svx/uiconfig/ui/sidebarparagraph.ui:313
msgctxt "sidebarparagraph|aboveparaspacing|tooltip_text"
msgid "Above Paragraph Spacing"
msgstr "ከ አንቀጽ በላይ ክፍተት"
-#: sidebarparagraph.ui:320
+#: svx/uiconfig/ui/sidebarparagraph.ui:319
msgctxt "sidebarparagraph|aboveparaspacing-atkobject"
msgid "Above Paragraph Spacing"
msgstr "ከ አንቀጽ በላይ ክፍተት"
-#: sidebarparagraph.ui:363
+#: svx/uiconfig/ui/sidebarparagraph.ui:362
msgctxt "sidebarparagraph|belowparaspacing|tooltip_text"
msgid "Below Paragraph Spacing"
msgstr "ከ አንቀጽ ክፍተት በ ታች"
-#: sidebarparagraph.ui:370
+#: svx/uiconfig/ui/sidebarparagraph.ui:368
msgctxt "sidebarparagraph|belowparaspacing-atkobject"
msgid "Below Paragraph Spacing"
msgstr "ከ አንቀጽ ክፍተት በ ታች"
-#: sidebarparagraph.ui:399
+#: svx/uiconfig/ui/sidebarparagraph.ui:397
msgctxt "sidebarparagraph|setlinespacing|tooltip_text"
msgid "Line Spacing"
msgstr "የ መስመር ክፍተት"
-#: sidebarparagraph.ui:432
+#: svx/uiconfig/ui/sidebarparagraph.ui:430
msgctxt "sidebarparagraph|indentlabel"
msgid "_Indent:"
msgstr "_ማስረጊያ:"
-#: sidebarparagraph.ui:448
+#: svx/uiconfig/ui/sidebarparagraph.ui:446
msgctxt "sidebarparagraph|indent|tooltip_text"
msgid "Indent"
msgstr "ማስረጊያ"
-#: sidebarparagraph.ui:455
+#: svx/uiconfig/ui/sidebarparagraph.ui:453
msgctxt "sidebarparagraph|increaseindent|tooltip_text"
msgid "Increase Indent"
msgstr "ማስረጊያ መጨመሪያ"
-#: sidebarparagraph.ui:469
+#: svx/uiconfig/ui/sidebarparagraph.ui:467
msgctxt "sidebarparagraph|decreaseindent|tooltip_text"
msgid "Decrease Indent"
msgstr "ማስረጊያ መቀነሻ"
-#: sidebarparagraph.ui:483
+#: svx/uiconfig/ui/sidebarparagraph.ui:481
msgctxt "sidebarparagraph|hangingindent|tooltip_text"
msgid "Switch to Hanging Indent"
msgstr "መቀየሪያ ወደ ተንሳፋፊ ማስረጊያ"
-#: sidebarparagraph.ui:524
+#: svx/uiconfig/ui/sidebarparagraph.ui:522
msgctxt "sidebarparagraph|beforetextindent|tooltip_text"
msgid "Before Text Indent"
msgstr "ጽሁፍ ከ ማስረግ በፊት"
-#: sidebarparagraph.ui:531
+#: svx/uiconfig/ui/sidebarparagraph.ui:528
msgctxt "sidebarparagraph|beforetextindent-atkobject"
msgid "Before Text Indent"
msgstr "ከ ጽሁፍ ማስረጊያ በፊት"
-#: sidebarparagraph.ui:573
+#: svx/uiconfig/ui/sidebarparagraph.ui:570
msgctxt "sidebarparagraph|aftertextindent|tooltip_text"
msgid "After Text Indent"
msgstr "ጽሁፍ ካሰረጉ በኋላ"
-#: sidebarparagraph.ui:580
+#: svx/uiconfig/ui/sidebarparagraph.ui:576
msgctxt "sidebarparagraph|aftertextindent-atkobject"
msgid "After Text Indent"
msgstr "ከ ጽሁፍ ማስረጊያ በኋላ"
-#: sidebarparagraph.ui:622
+#: svx/uiconfig/ui/sidebarparagraph.ui:618
msgctxt "sidebarparagraph|firstlineindent|tooltip_text"
msgid "First Line Indent"
msgstr "የ መጀመሪያ መስመር ማስረጊያ"
-#: sidebarparagraph.ui:629
+#: svx/uiconfig/ui/sidebarparagraph.ui:624
msgctxt "sidebarparagraph|firstlineindent-atkobject"
msgid "First Line Indent"
msgstr "መጀመሪያ መስመር ማስረጊያ"
-#: sidebarparagraph.ui:661
+#: svx/uiconfig/ui/sidebarparagraph.ui:656
msgctxt "sidebarparagraph|backgroundcolor|tooltip_text"
msgid "Paragraph Background Color"
msgstr "የ አንቀጽ መደብ ቀለም"
-#: sidebarpossize.ui:42
+#: svx/uiconfig/ui/sidebarpossize.ui:42
msgctxt "sidebarpossize|horizontallabel"
msgid "Position _X:"
msgstr "ቦታ የ _X:"
-#: sidebarpossize.ui:57
+#: svx/uiconfig/ui/sidebarpossize.ui:57
msgctxt "sidebarpossize|horizontalpos|tooltip_text"
msgid "Enter the value for the horizontal position."
msgstr "ለ አግድም ቦታ ዋጋ ያስገቡ"
-#: sidebarpossize.ui:65
+#: svx/uiconfig/ui/sidebarpossize.ui:63
msgctxt "sidebarpossize|horizontalpos-atkobject"
msgid "Horizontal"
msgstr "በ አግድም"
-#: sidebarpossize.ui:82
+#: svx/uiconfig/ui/sidebarpossize.ui:80
msgctxt "sidebarpossize|verticallabel"
msgid "Position _Y:"
msgstr "ቦታ የ _Y:"
-#: sidebarpossize.ui:97
+#: svx/uiconfig/ui/sidebarpossize.ui:95
msgctxt "sidebarpossize|verticalpos|tooltip_text"
msgid "Enter the value for the vertical position."
msgstr "ለ ቁመት ቦታ ዋጋ ያስገቡ"
-#: sidebarpossize.ui:105
+#: svx/uiconfig/ui/sidebarpossize.ui:101
msgctxt "sidebarpossize|verticalpos-atkobject"
msgid "Vertical"
msgstr "በ ቁመት"
-#: sidebarpossize.ui:122
+#: svx/uiconfig/ui/sidebarpossize.ui:118
msgctxt "sidebarpossize|widthlabel"
msgid "_Width:"
msgstr "_ስፋት:"
-#: sidebarpossize.ui:138
+#: svx/uiconfig/ui/sidebarpossize.ui:134
msgctxt "sidebarpossize|selectwidth|tooltip_text"
msgid "Enter a width for the selected object."
msgstr "ለ ተመረጠው እቃ ስፋት ያስገቡ"
-#: sidebarpossize.ui:146
+#: svx/uiconfig/ui/sidebarpossize.ui:140
msgctxt "sidebarpossize|selectwidth-atkobject"
msgid "Width"
msgstr "ስፋት"
-#: sidebarpossize.ui:163
+#: svx/uiconfig/ui/sidebarpossize.ui:157
msgctxt "sidebarpossize|heightlabel"
msgid "H_eight:"
msgstr "እ_ርዝመት:"
-#: sidebarpossize.ui:179
+#: svx/uiconfig/ui/sidebarpossize.ui:173
msgctxt "sidebarpossize|selectheight|tooltip_text"
msgid "Enter a height for the selected object."
msgstr "ለ ተመረጠው እቃ እርዝመት ያስገቡ"
-#: sidebarpossize.ui:187
+#: svx/uiconfig/ui/sidebarpossize.ui:179
msgctxt "sidebarpossize|selectheight-atkobject"
msgid "Height"
msgstr "እርዝመት"
-#: sidebarpossize.ui:207
+#: svx/uiconfig/ui/sidebarpossize.ui:199
msgctxt "sidebarpossize|ratio"
msgid "_Keep ratio"
msgstr "መጠን _መጠበቂያ"
-#: sidebarpossize.ui:212
+#: svx/uiconfig/ui/sidebarpossize.ui:204
msgctxt "sidebarpossize|ratio|tooltip_text"
msgid "Maintain proportions when you resize the selected object."
msgstr "የተመረጠው እቃ እንደገና በሚመጠን ጊዜ ተመጣጣኝነቱን መጠበቂያ"
-#: sidebarpossize.ui:228
+#: svx/uiconfig/ui/sidebarpossize.ui:220
msgctxt "sidebarpossize|rotationlabel"
msgid "_Rotation:"
msgstr "_ማዞሪያ:"
-#: sidebarpossize.ui:254
+#: svx/uiconfig/ui/sidebarpossize.ui:246
msgctxt "sidebarpossize|orientationcontrol-atkobject"
msgid "Rotation"
msgstr "ማዞሪያ"
-#: sidebarpossize.ui:276
+#: svx/uiconfig/ui/sidebarpossize.ui:268
msgctxt "sidebarpossize|rotation|tooltip_text"
msgid "Select the angle for rotation."
msgstr "ለማዞሪያ አንግል ይምረጡ"
-#: sidebarpossize.ui:297
+#: svx/uiconfig/ui/sidebarpossize.ui:289
msgctxt "sidebarpossize|fliplabel"
msgid "_Flip:"
msgstr "_መገልበጫ:"
-#: sidebarpossize.ui:320
+#: svx/uiconfig/ui/sidebarpossize.ui:312
msgctxt "sidebarpossize|flipvertical|tooltip_text"
msgid "Flip the selected object vertically."
msgstr "የተመረጠውን እቃ በ ቁመት መገልበጫ"
-#: sidebarpossize.ui:334
+#: svx/uiconfig/ui/sidebarpossize.ui:326
msgctxt "sidebarpossize|fliphorizontal|tooltip_text"
msgid "Flip the selected object horizontally."
msgstr "የ ተመረጠውን እቃ በ አግድም መገልበጫ"
-#: sidebarshadow.ui:34
+#: svx/uiconfig/ui/sidebarshadow.ui:34
msgctxt "sidebarshadow|SHOW_SHADOW"
msgid "Enable"
msgstr "ማስቻያ"
-#: sidebarshadow.ui:58
+#: svx/uiconfig/ui/sidebarshadow.ui:59
msgctxt "sidebarshadow|angle"
msgid "Angle"
msgstr "አንግል"
-#: sidebarshadow.ui:69
+#: svx/uiconfig/ui/sidebarshadow.ui:70
msgctxt "sidebarshadow|distance"
msgid "Distance"
msgstr "እርቀት"
-#: sidebarshadow.ui:116
+#: svx/uiconfig/ui/sidebarshadow.ui:117
msgctxt "sidebarshadow|transparency_label"
msgid "Transparency:"
msgstr "ግልጽነት:"
-#: sidebarshadow.ui:179
+#: svx/uiconfig/ui/sidebarshadow.ui:180
msgctxt "sidebarshadow|color"
msgid "Color:"
msgstr "ቀለም:"
-#: stylemenu.ui:12
+#: svx/uiconfig/ui/stylemenu.ui:12
msgctxt "stylemenu|update"
msgid "Update to Match Selection"
msgstr "ምርጫውን ለማመሳሰል ያሻሽሉ"
-#: stylemenu.ui:20
+#: svx/uiconfig/ui/stylemenu.ui:20
msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "ዘዴ ማረሚያ..."
-#: textcharacterspacingcontrol.ui:73
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:73
msgctxt "textcharacterspacingcontrol|very_tight"
msgid "Very Tight"
msgstr "በጣም ጠባብ"
-#: textcharacterspacingcontrol.ui:89
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:89
msgctxt "textcharacterspacingcontrol|tight"
msgid "Tight"
msgstr "ጠባብ"
-#: textcharacterspacingcontrol.ui:105
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:105
msgctxt "textcharacterspacingcontrol|normal"
msgid "Normal"
msgstr "መደበኛ"
-#: textcharacterspacingcontrol.ui:121
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:121
msgctxt "textcharacterspacingcontrol|loose"
msgid "Loose"
msgstr "የ ላላ"
-#: textcharacterspacingcontrol.ui:137
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:137
msgctxt "textcharacterspacingcontrol|very_loose"
msgid "Very Loose"
msgstr "በጣም የ ላላ"
-#: textcharacterspacingcontrol.ui:153
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:153
msgctxt "textcharacterspacingcontrol|last_custom"
msgid "Last Custom Value"
msgstr "የ መጨረሻ ዋጋ ማስተካከያ"
-#: textcharacterspacingcontrol.ui:190
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:189
msgctxt "textcharacterspacingcontrol|kerning"
msgid "0,0"
msgstr "0,0"
-#: textcharacterspacingcontrol.ui:201
+#: svx/uiconfig/ui/textcharacterspacingcontrol.ui:200
msgctxt "textcharacterspacingcontrol|label2"
msgid "Custom Value"
msgstr "ዋጋ ማስተካከያ"
-#: textcontrolchardialog.ui:8
+#: svx/uiconfig/ui/textcontrolchardialog.ui:8
msgctxt "textcontrolchardialog|TextControlCharacterPropertiesDialog"
msgid "Character"
msgstr "ባህሪ"
-#: textcontrolchardialog.ui:106
+#: svx/uiconfig/ui/textcontrolchardialog.ui:106
msgctxt "textcontrolchardialog|font"
msgid "Font"
msgstr "ፊደል"
-#: textcontrolchardialog.ui:128
+#: svx/uiconfig/ui/textcontrolchardialog.ui:128
msgctxt "textcontrolchardialog|fonteffects"
msgid "Font Effects"
msgstr "የ ፊደል ተፅእኖ"
-#: textcontrolchardialog.ui:151
+#: svx/uiconfig/ui/textcontrolchardialog.ui:151
msgctxt "textcontrolchardialog|position"
msgid "Position"
msgstr "ቦታ"
-#: textcontrolparadialog.ui:8
+#: svx/uiconfig/ui/textcontrolparadialog.ui:8
msgctxt "textcontrolparadialog|TextControlParagraphPropertiesDialog"
msgid "Paragraph"
msgstr "አንቀጽ"
-#: textcontrolparadialog.ui:106
+#: svx/uiconfig/ui/textcontrolparadialog.ui:106
msgctxt "textcontrolparadialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr "ማስረጊያዎች እና ክፍተት"
-#: textcontrolparadialog.ui:128
+#: svx/uiconfig/ui/textcontrolparadialog.ui:128
msgctxt "textcontrolparadialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: textcontrolparadialog.ui:152
+#: svx/uiconfig/ui/textcontrolparadialog.ui:152
msgctxt "textcontrolparadialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr "Asian Typography"
-#: textcontrolparadialog.ui:175
+#: svx/uiconfig/ui/textcontrolparadialog.ui:175
msgctxt "textcontrolparadialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr "ማስረጊያ"
-#: textunderlinecontrol.ui:26
+#: svx/uiconfig/ui/textunderlinecontrol.ui:26
msgctxt "textunderlinecontrol|none"
msgid "(Without)"
msgstr "(ያለ)"
-#: textunderlinecontrol.ui:44
+#: svx/uiconfig/ui/textunderlinecontrol.ui:44
msgctxt "textunderlinecontrol|single|tooltip_text"
msgid "Single"
msgstr "ነጠላ"
-#: textunderlinecontrol.ui:61
+#: svx/uiconfig/ui/textunderlinecontrol.ui:61
msgctxt "textunderlinecontrol|double|tooltip_text"
msgid "Double"
msgstr "ድርብ"
-#: textunderlinecontrol.ui:78
+#: svx/uiconfig/ui/textunderlinecontrol.ui:78
msgctxt "textunderlinecontrol|bold|tooltip_text"
msgid "Bold"
msgstr "ማድመቂያ"
-#: textunderlinecontrol.ui:95
+#: svx/uiconfig/ui/textunderlinecontrol.ui:95
msgctxt "textunderlinecontrol|dot|tooltip_text"
msgid "Dotted"
msgstr "ነጠብጣብ"
-#: textunderlinecontrol.ui:112
+#: svx/uiconfig/ui/textunderlinecontrol.ui:112
msgctxt "textunderlinecontrol|dotbold|tooltip_text"
msgid "Dotted (Bold)"
msgstr "ነጠብጣብ (ማድመቂያ)"
-#: textunderlinecontrol.ui:129
+#: svx/uiconfig/ui/textunderlinecontrol.ui:129
msgctxt "textunderlinecontrol|dash|tooltip_text"
msgid "Dash"
msgstr "ዳሽ"
-#: textunderlinecontrol.ui:146
+#: svx/uiconfig/ui/textunderlinecontrol.ui:146
msgctxt "textunderlinecontrol|dashlong|tooltip_text"
msgid "Long Dash"
msgstr "ረጅም ዳሽ"
-#: textunderlinecontrol.ui:163
+#: svx/uiconfig/ui/textunderlinecontrol.ui:163
msgctxt "textunderlinecontrol|dashdot|tooltip_text"
msgid "Dot Dash"
msgstr "ነጥብ ዳሽ"
-#: textunderlinecontrol.ui:180
+#: svx/uiconfig/ui/textunderlinecontrol.ui:180
msgctxt "textunderlinecontrol|dashdotdot|tooltip_text"
msgid "Dot Dot Dash"
msgstr "ነጥብ ነጥብ ዳሽ"
-#: textunderlinecontrol.ui:197
+#: svx/uiconfig/ui/textunderlinecontrol.ui:197
msgctxt "textunderlinecontrol|wave|tooltip_text"
msgid "Wave"
msgstr "ማዕበል"
-#: textunderlinecontrol.ui:211
+#: svx/uiconfig/ui/textunderlinecontrol.ui:211
msgctxt "textunderlinecontrol|moreoptions"
msgid "_More Options..."
msgstr "_ተጫማሪ ምርጫዎች..."
-#: xformspage.ui:26
+#: svx/uiconfig/ui/xformspage.ui:26
msgctxt "xformspage|TBI_ITEM_ADD"
msgid "Add Item"
msgstr "እቃ መጨመሪያ"
-#: xformspage.ui:40
+#: svx/uiconfig/ui/xformspage.ui:40
msgctxt "xformspage|TBI_ITEM_ADD_ELEMENT"
msgid "Add Element"
msgstr "አካል መጨመሪያ"
-#: xformspage.ui:54
+#: svx/uiconfig/ui/xformspage.ui:54
msgctxt "xformspage|TBI_ITEM_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "ባህሪ መጨመሪያ"
-#: xformspage.ui:68
+#: svx/uiconfig/ui/xformspage.ui:68
msgctxt "xformspage|TBI_ITEM_EDIT"
msgid "Edit"
msgstr "ማረሚያ"
-#: xformspage.ui:82
+#: svx/uiconfig/ui/xformspage.ui:82
msgctxt "xformspage|TBI_ITEM_REMOVE"
msgid "Delete"
msgstr "ማጥፊያ"
-#: xmlsecstatmenu.ui:12
+#: svx/uiconfig/ui/xmlsecstatmenu.ui:12
msgctxt "xmlsecstatmenu|signatures"
msgid "Digital Signatures..."
msgstr "ዲጂታል ፊርማ..."
-#: zoommenu.ui:12
+#: svx/uiconfig/ui/zoommenu.ui:12
msgctxt "zoommenu|page"
msgid "Entire Page"
msgstr "ጠቅላላ ገጹን"
-#: zoommenu.ui:20
+#: svx/uiconfig/ui/zoommenu.ui:20
msgctxt "zoommenu|width"
msgid "Page Width"
msgstr "የ ገጽ ስፋት"
-#: zoommenu.ui:28
+#: svx/uiconfig/ui/zoommenu.ui:28
msgctxt "zoommenu|optimal"
msgid "Optimal View"
msgstr "አጥጋቢ መመልከቻ"
-#: zoommenu.ui:36
+#: svx/uiconfig/ui/zoommenu.ui:36
msgctxt "zoommenu|50"
msgid "50%"
msgstr "50%"
-#: zoommenu.ui:44
+#: svx/uiconfig/ui/zoommenu.ui:44
msgctxt "zoommenu|75"
msgid "75%"
msgstr "75%"
-#: zoommenu.ui:52
+#: svx/uiconfig/ui/zoommenu.ui:52
msgctxt "zoommenu|100"
msgid "100%"
msgstr "100%"
-#: zoommenu.ui:60
+#: svx/uiconfig/ui/zoommenu.ui:60
msgctxt "zoommenu|150"
msgid "150%"
msgstr "150%"
-#: zoommenu.ui:68
+#: svx/uiconfig/ui/zoommenu.ui:68
msgctxt "zoommenu|200"
msgid "200%"
msgstr "200%"
-#: strings.hrc:25
+#: include/svx/strings.hrc:25
msgctxt "STR_ObjNameSingulNONE"
msgid "Drawing object"
msgstr "እቃ መሳያ"
-#: strings.hrc:26
+#: include/svx/strings.hrc:26
msgctxt "STR_ObjNamePluralNONE"
msgid "Drawing objects"
msgstr "እቃዎች መሳያ"
-#: strings.hrc:27
+#: include/svx/strings.hrc:27
msgctxt "STR_ObjNameSingulGRUP"
msgid "Group object"
msgstr "እቃ በ ቡድን መመደቢያ"
-#: strings.hrc:28
+#: include/svx/strings.hrc:28
msgctxt "STR_ObjNamePluralGRUP"
msgid "Group objects"
msgstr "እቃዎችን በ ቡድን መመደቢያ"
-#: strings.hrc:29
+#: include/svx/strings.hrc:29
msgctxt "STR_ObjNameSingulGRUPEMPTY"
msgid "Blank group object"
msgstr "የ ቡድን እቃ ባዶ ማድረጊያ"
-#: strings.hrc:30
+#: include/svx/strings.hrc:30
msgctxt "STR_ObjNamePluralGRUPEMPTY"
msgid "Blank group objects"
msgstr "እቃዎችን በቡድን መመደቢያ ባዶ ማድረጊያ"
-#: strings.hrc:31
+#: include/svx/strings.hrc:31
msgctxt "STR_ObjNameSingulLINE"
msgid "Line"
msgstr "መስመር"
-#: strings.hrc:32
+#: include/svx/strings.hrc:32
msgctxt "STR_ObjNameSingulLINE_Hori"
msgid "Horizontal line"
msgstr "የ አግድም መስመር"
-#: strings.hrc:33
+#: include/svx/strings.hrc:33
msgctxt "STR_ObjNameSingulLINE_Vert"
msgid "Vertical line"
msgstr "የ ቁመት መስመር"
-#: strings.hrc:34
+#: include/svx/strings.hrc:34
msgctxt "STR_ObjNameSingulLINE_Diag"
msgid "Diagonal line"
msgstr "የ ሰያፍ መስመር"
-#: strings.hrc:35
+#: include/svx/strings.hrc:35
msgctxt "STR_ObjNamePluralLINE"
msgid "Lines"
msgstr "መስመሮች"
-#: strings.hrc:36
+#: include/svx/strings.hrc:36
msgctxt "STR_ObjNameSingulRECT"
msgid "Rectangle"
msgstr "አራት ማእዘን"
-#: strings.hrc:37
+#: include/svx/strings.hrc:37
msgctxt "STR_ObjNamePluralRECT"
msgid "Rectangles"
msgstr "አራት ማእዘኖች"
-#: strings.hrc:38
+#: include/svx/strings.hrc:38
msgctxt "STR_ObjNameSingulQUAD"
msgid "Square"
msgstr "ስኴር"
-#: strings.hrc:39
+#: include/svx/strings.hrc:39
msgctxt "STR_ObjNamePluralQUAD"
msgid "Squares"
msgstr "ስኴር"
-#: strings.hrc:40
+#: include/svx/strings.hrc:40
msgctxt "STR_ObjNameSingulPARAL"
msgid "Parallelogram"
msgstr "ፓራለልግራም"
-#: strings.hrc:41
+#: include/svx/strings.hrc:41
msgctxt "STR_ObjNamePluralPARAL"
msgid "Parallelograms"
msgstr "ፓራለልግራም"
-#: strings.hrc:42
-msgctxt "STR_ObjNameSingulRAUTE"
-msgid "Rhombus"
-msgstr "Rhombus"
-
-#: strings.hrc:43
-msgctxt "STR_ObjNamePluralRAUTE"
-msgid "Rhombuses"
-msgstr "Rhombuses"
-
-#: strings.hrc:44
+#: include/svx/strings.hrc:42
msgctxt "STR_ObjNameSingulRECTRND"
msgid "Rounded rectangle"
msgstr "የተከበበ አራት ማእዘን"
-#: strings.hrc:45
+#: include/svx/strings.hrc:43
msgctxt "STR_ObjNamePluralRECTRND"
msgid "Rounded Rectangles"
msgstr "የተከበቡ አራት ማእዘኖች"
-#: strings.hrc:46
+#: include/svx/strings.hrc:44
msgctxt "STR_ObjNameSingulQUADRND"
msgid "rounded square"
msgstr "የ ተከበበ ስኴር"
-#: strings.hrc:47
+#: include/svx/strings.hrc:45
msgctxt "STR_ObjNamePluralQUADRND"
msgid "Rounded Squares"
msgstr "የ ተከበበ ስኴር"
-#: strings.hrc:48
+#: include/svx/strings.hrc:46
msgctxt "STR_ObjNameSingulPARALRND"
msgid "Rounded Parallelogram"
msgstr "ክብ ፓራለልግራም"
-#: strings.hrc:49
+#: include/svx/strings.hrc:47
msgctxt "STR_ObjNamePluralPARALRND"
msgid "Rounded parallelograms"
msgstr "ክብ ፓራለልግራም"
-#: strings.hrc:50
-msgctxt "STR_ObjNameSingulRAUTERND"
-msgid "rounded rhombus"
-msgstr "rounded rhombus"
-
-#: strings.hrc:51
-msgctxt "STR_ObjNamePluralRAUTERND"
-msgid "Rounded rhombuses"
-msgstr "Rounded rhombuses"
-
-#: strings.hrc:52
+#: include/svx/strings.hrc:48
msgctxt "STR_ObjNameSingulCIRC"
msgid "Circle"
msgstr "ክብ"
-#: strings.hrc:53
+#: include/svx/strings.hrc:49
msgctxt "STR_ObjNamePluralCIRC"
msgid "Circles"
msgstr "ክቦች"
-#: strings.hrc:54
+#: include/svx/strings.hrc:50
msgctxt "STR_ObjNameSingulSECT"
msgid "Circle sector"
msgstr "የክብ sector"
-#: strings.hrc:55
+#: include/svx/strings.hrc:51
msgctxt "STR_ObjNamePluralSECT"
msgid "Circle sectors"
msgstr "የክብ sectors"
-#: strings.hrc:56
+#: include/svx/strings.hrc:52
msgctxt "STR_ObjNameSingulCARC"
msgid "Arc"
msgstr "ቅስት"
-#: strings.hrc:57
+#: include/svx/strings.hrc:53
msgctxt "STR_ObjNamePluralCARC"
msgid "Arcs"
msgstr "ቅስቶች"
-#: strings.hrc:58
+#: include/svx/strings.hrc:54
msgctxt "STR_ObjNameSingulCCUT"
msgid "Circle segment"
msgstr "የክብ ክፋይ"
-#: strings.hrc:59
+#: include/svx/strings.hrc:55
msgctxt "STR_ObjNamePluralCCUT"
msgid "Circle segments"
msgstr "የክብ ክፋዮች"
-#: strings.hrc:60
+#: include/svx/strings.hrc:56
msgctxt "STR_ObjNameSingulCIRCE"
msgid "Ellipse"
msgstr "ኤሊፕስ"
-#: strings.hrc:61
+#: include/svx/strings.hrc:57
msgctxt "STR_ObjNamePluralCIRCE"
msgid "Ellipses"
msgstr "ኤሊፕስ"
-#: strings.hrc:62
+#: include/svx/strings.hrc:58
msgctxt "STR_ObjNameSingulSECTE"
msgid "Ellipse Pie"
msgstr "ኤሊፕስ ፓይ"
-#: strings.hrc:63
+#: include/svx/strings.hrc:59
msgctxt "STR_ObjNamePluralSECTE"
msgid "Ellipse Pies"
msgstr "ኤሊፕስ ፓይ"
-#: strings.hrc:64
+#: include/svx/strings.hrc:60
msgctxt "STR_ObjNameSingulCARCE"
msgid "Elliptical arc"
msgstr "Elliptical arc"
-#: strings.hrc:65
+#: include/svx/strings.hrc:61
msgctxt "STR_ObjNamePluralCARCE"
msgid "Elliptical arcs"
msgstr "Elliptical arcs"
-#: strings.hrc:66
+#: include/svx/strings.hrc:62
msgctxt "STR_ObjNameSingulCCUTE"
msgid "Ellipse Segment"
msgstr "የ ኤሊፕስ ክፋይ"
-#: strings.hrc:67
+#: include/svx/strings.hrc:63
msgctxt "STR_ObjNamePluralCCUTE"
msgid "Ellipse Segments"
msgstr "የ ኤሊፕስ ክፋዮች"
-#: strings.hrc:68
+#: include/svx/strings.hrc:64
msgctxt "STR_ObjNameSingulPOLY"
msgid "Polygon"
msgstr "ፖሊጎን"
-#: strings.hrc:69
+#: include/svx/strings.hrc:65
msgctxt "STR_ObjNameSingulPOLY_PointCount"
msgid "Polygon %2 corners"
msgstr "የ ፖሊጎን %2 ጠርዞች"
-#: strings.hrc:70
+#: include/svx/strings.hrc:66
msgctxt "STR_ObjNamePluralPOLY"
msgid "Polygons"
msgstr "ፖሊጎኖች"
-#: strings.hrc:71
+#: include/svx/strings.hrc:67
msgctxt "STR_ObjNameSingulPLIN"
msgid "Polyline"
msgstr "Polyline"
-#: strings.hrc:72
+#: include/svx/strings.hrc:68
msgctxt "STR_ObjNameSingulPLIN_PointCount"
msgid "Polyline with %2 corners"
msgstr "Polyline with %2 corners"
-#: strings.hrc:73
+#: include/svx/strings.hrc:69
msgctxt "STR_ObjNamePluralPLIN"
msgid "Polylines"
msgstr "Polylines"
-#: strings.hrc:74
+#: include/svx/strings.hrc:70
msgctxt "STR_ObjNameSingulPATHLINE"
msgid "Bézier curve"
msgstr "የ ቤዤ ክብ"
-#: strings.hrc:75
+#: include/svx/strings.hrc:71
msgctxt "STR_ObjNamePluralPATHLINE"
msgid "Bézier curves"
msgstr "የ ቤዤ ክቦች"
-#: strings.hrc:76
+#: include/svx/strings.hrc:72
msgctxt "STR_ObjNameSingulPATHFILL"
msgid "Bézier curve"
msgstr "የ ቤዤ ክብ"
-#: strings.hrc:77
+#: include/svx/strings.hrc:73
msgctxt "STR_ObjNamePluralPATHFILL"
msgid "Bézier curves"
msgstr "የ ቤዤ ክቦች"
-#: strings.hrc:78
+#: include/svx/strings.hrc:74
msgctxt "STR_ObjNameSingulFREELINE"
msgid "Freeform Line"
msgstr "ነፃ መስመር መፍጠሪያ"
-#: strings.hrc:79
+#: include/svx/strings.hrc:75
msgctxt "STR_ObjNamePluralFREELINE"
msgid "Freeform Lines"
msgstr "ነፃ መስመሮች መፍጠሪያ"
-#: strings.hrc:80
+#: include/svx/strings.hrc:76
msgctxt "STR_ObjNameSingulFREEFILL"
msgid "Freeform Line"
msgstr "ነፃ መስመር መፍጠሪያ"
-#: strings.hrc:81
+#: include/svx/strings.hrc:77
msgctxt "STR_ObjNamePluralFREEFILL"
msgid "Freeform Lines"
msgstr "ነፃ መስመሮች መፍጠሪያ"
-#: strings.hrc:82
+#: include/svx/strings.hrc:78
msgctxt "STR_ObjNameSingulCOMBLINE"
msgid "Curve"
msgstr "መታጠፊያ"
-#: strings.hrc:83
+#: include/svx/strings.hrc:79
msgctxt "STR_ObjNameSingulNATSPLN"
msgid "Natural Spline"
msgstr "Natural Spline"
-#: strings.hrc:84
+#: include/svx/strings.hrc:80
msgctxt "STR_ObjNamePluralNATSPLN"
msgid "Natural Splines"
msgstr "Natural Splines"
-#: strings.hrc:85
+#: include/svx/strings.hrc:81
msgctxt "STR_ObjNameSingulPERSPLN"
msgid "Periodic Spline"
msgstr "Periodic Spline"
-#: strings.hrc:86
+#: include/svx/strings.hrc:82
msgctxt "STR_ObjNamePluralPERSPLN"
msgid "Periodic Splines"
msgstr "Periodic Splines"
-#: strings.hrc:87
+#: include/svx/strings.hrc:83
msgctxt "STR_ObjNameSingulTEXT"
msgid "Text Frame"
msgstr "የጽሁፍ ክፈፍ"
-#: strings.hrc:88
+#: include/svx/strings.hrc:84
msgctxt "STR_ObjNamePluralTEXT"
msgid "Text Frame"
msgstr "የጽሁፍ ክፈፍ"
-#: strings.hrc:89
+#: include/svx/strings.hrc:85
msgctxt "STR_ObjNameSingulTEXTLNK"
msgid "Linked text frame"
msgstr "የተገናኘ የጽሁፍ ክፈፍ"
-#: strings.hrc:90
+#: include/svx/strings.hrc:86
msgctxt "STR_ObjNamePluralTEXTLNK"
msgid "Linked text frames"
msgstr "የተገናንንኙ የጽሁፍ ክፈፎች"
-#: strings.hrc:91
+#: include/svx/strings.hrc:87
msgctxt "STR_ObjNameSingulTITLETEXT"
msgid "Title text"
msgstr "የ አርእስት ጽሁፍ"
-#: strings.hrc:92
+#: include/svx/strings.hrc:88
msgctxt "STR_ObjNamePluralTITLETEXT"
msgid "Title texts"
msgstr "የ አርእስት ጽሁፎች"
-#: strings.hrc:93
+#: include/svx/strings.hrc:89
msgctxt "STR_ObjNameSingulOUTLINETEXT"
msgid "Outline Text"
msgstr "የጽሁፍ ረቂቅ"
-#: strings.hrc:94
+#: include/svx/strings.hrc:90
msgctxt "STR_ObjNamePluralOUTLINETEXT"
msgid "Outline Texts"
msgstr "የጽሁፎች ረቂቅ"
-#: strings.hrc:95
+#: include/svx/strings.hrc:91
msgctxt "STR_ObjNameSingulGRAF"
msgid "Image"
msgstr "ምስል"
-#: strings.hrc:96
+#: include/svx/strings.hrc:92
msgctxt "STR_ObjNamePluralGRAF"
msgid "Images"
msgstr "ምስሎች"
-#: strings.hrc:97
+#: include/svx/strings.hrc:93
msgctxt "STR_ObjNameSingulGRAFLNK"
msgid "Linked image"
msgstr "የ ተገናኘ ምስል"
-#: strings.hrc:98
+#: include/svx/strings.hrc:94
msgctxt "STR_ObjNamePluralGRAFLNK"
msgid "Linked images"
msgstr "የ ተገናኙ ምስሎች"
-#: strings.hrc:99
+#: include/svx/strings.hrc:95
msgctxt "STR_ObjNameSingulGRAFNONE"
msgid "Blank image object"
msgstr "ባዶ የ ምስል እቃ"
-#: strings.hrc:100
+#: include/svx/strings.hrc:96
msgctxt "STR_ObjNamePluralGRAFNONE"
msgid "Blank image objects"
msgstr "ባዶ የ ምስል እቃዎች"
-#: strings.hrc:101
+#: include/svx/strings.hrc:97
msgctxt "STR_ObjNameSingulGRAFNONELNK"
msgid "Blank linked image"
msgstr "ባዶ የ ተገናኘ ምስል"
-#: strings.hrc:102
+#: include/svx/strings.hrc:98
msgctxt "STR_ObjNamePluralGRAFNONELNK"
msgid "Blank linked images"
msgstr "ባዶ የተገናኙ ምስሎች"
-#: strings.hrc:103
+#: include/svx/strings.hrc:99
msgctxt "STR_ObjNameSingulGRAFMTF"
msgid "Metafile"
msgstr "Metafile"
-#: strings.hrc:104
+#: include/svx/strings.hrc:100
msgctxt "STR_ObjNamePluralGRAFMTF"
msgid "Metafiles"
msgstr "Metafiles"
-#: strings.hrc:105
+#: include/svx/strings.hrc:101
msgctxt "STR_ObjNameSingulGRAFMTFLNK"
msgid "Linked Metafile"
msgstr "የተገናኘ Metafile"
-#: strings.hrc:106
+#: include/svx/strings.hrc:102
msgctxt "STR_ObjNamePluralGRAFMTFLNK"
msgid "Linked Metafiles"
msgstr "የተገናኙ Metafiles"
-#: strings.hrc:107
+#: include/svx/strings.hrc:103
msgctxt "STR_ObjNameSingulGRAFBMP"
msgid "Image"
msgstr "ምስል"
-#: strings.hrc:108
+#: include/svx/strings.hrc:104
msgctxt "STR_ObjNameSingulGRAFBMPTRANS"
msgid "Image with transparency"
msgstr "ምስል በ ውስጡ ብርሃን የሚያሳልፍ"
-#: strings.hrc:109
+#: include/svx/strings.hrc:105
msgctxt "STR_ObjNameSingulGRAFBMPLNK"
msgid "Linked Image"
msgstr "የ ተገናኘ ምስል"
-#: strings.hrc:110
+#: include/svx/strings.hrc:106
msgctxt "STR_ObjNameSingulGRAFBMPTRANSLNK"
msgid "Linked image with transparency"
msgstr "የ ተገናኘ ምስል በ ውስጡ ብርሃን የሚያሳልፍ"
-#: strings.hrc:111
+#: include/svx/strings.hrc:107
msgctxt "STR_ObjNamePluralGRAFBMP"
msgid "Images"
msgstr "ምስሎች"
-#: strings.hrc:112
+#: include/svx/strings.hrc:108
msgctxt "STR_ObjNamePluralGRAFBMPTRANS"
msgid "Images with transparency"
msgstr "ምስሎች በ ውስጣቸው ብርሃን የሚያሳልፉ"
-#: strings.hrc:113
+#: include/svx/strings.hrc:109
msgctxt "STR_ObjNamePluralGRAFBMPLNK"
msgid "Linked images"
msgstr "የ ተገናኙ ምስሎች"
-#: strings.hrc:114
+#: include/svx/strings.hrc:110
msgctxt "STR_ObjNamePluralGRAFBMPTRANSLNK"
msgid "Linked images with transparency"
msgstr "የ ተገናኙ ምስሎች በ ውስጣቸው ብርሃን የሚያሳልፉ"
-#: strings.hrc:115
+#: include/svx/strings.hrc:111
msgctxt "STR_ObjNameSingulCUSTOMSHAPE"
msgid "Shape"
msgstr "ቅርጽ"
-#: strings.hrc:116
+#: include/svx/strings.hrc:112
msgctxt "STR_ObjNamePluralCUSTOMSHAPE"
msgid "Shapes"
msgstr "ቅርጾች"
-#: strings.hrc:117
+#: include/svx/strings.hrc:113
msgctxt "STR_ObjNameSingulGRAFSVG"
msgid "SVG"
msgstr "SVG"
-#: strings.hrc:118
+#: include/svx/strings.hrc:114
msgctxt "STR_ObjNamePluralGRAFSVG"
msgid "SVGs"
msgstr "SVGs"
-#: strings.hrc:119
+#: include/svx/strings.hrc:115
msgctxt "STR_ObjNameSingulGRAFWMF"
msgid "WMF"
msgstr "WMF"
-#: strings.hrc:120
+#: include/svx/strings.hrc:116
msgctxt "STR_ObjNamePluralGRAFWMF"
msgid "WMFs"
msgstr "WMFs"
-#: strings.hrc:121
+#: include/svx/strings.hrc:117
msgctxt "STR_ObjNameSingulGRAFEMF"
msgid "EMF"
msgstr "EMF"
-#: strings.hrc:122
+#: include/svx/strings.hrc:118
msgctxt "STR_ObjNamePluralGRAFEMF"
msgid "EMFs"
msgstr "EMFs"
-#: strings.hrc:123
+#: include/svx/strings.hrc:119
msgctxt "STR_ObjNameSingulOLE2"
msgid "embedded object (OLE)"
msgstr "የ ተጣበቀ እቃ (OLE)"
-#: strings.hrc:124
+#: include/svx/strings.hrc:120
msgctxt "STR_ObjNamePluralOLE2"
msgid "Embedded objects (OLE)"
msgstr "የ ተጣበቁ እቃዎች (OLE)"
-#: strings.hrc:125
+#: include/svx/strings.hrc:121
msgctxt "STR_ObjNameSingulUno"
msgid "Control"
msgstr "መቆጣጠሪያ"
-#: strings.hrc:126
+#: include/svx/strings.hrc:122
msgctxt "STR_ObjNamePluralUno"
msgid "Controls"
msgstr "መቆጣጠሪያዎች"
-#: strings.hrc:127
+#: include/svx/strings.hrc:123
msgctxt "STR_ObjNameSingulFrame"
msgid "Frame"
msgstr "ክፈፍ"
-#: strings.hrc:128
+#: include/svx/strings.hrc:124
msgctxt "STR_ObjNamePluralFrame"
msgid "Frames"
msgstr "ክፈፎች"
-#: strings.hrc:129
+#: include/svx/strings.hrc:125
msgctxt "STR_ObjNameSingulEDGE"
msgid "Object Connectors"
msgstr "እቃ አገናኞች"
-#: strings.hrc:130
+#: include/svx/strings.hrc:126
msgctxt "STR_ObjNamePluralEDGE"
msgid "Object Connectors"
msgstr "እቃ አገናኞች"
-#: strings.hrc:131
+#: include/svx/strings.hrc:127
msgctxt "STR_ObjNameSingulCAPTION"
msgid "Callout"
msgstr "መጥሪያ"
-#: strings.hrc:132
+#: include/svx/strings.hrc:128
msgctxt "STR_ObjNamePluralCAPTION"
msgid "Callouts"
msgstr "መጥሪያዎች"
-#: strings.hrc:133
+#: include/svx/strings.hrc:129
msgctxt "STR_ObjNameSingulPAGE"
msgid "Preview object"
msgstr "እቃውን በቅድሚያ መመልከቻ"
-#: strings.hrc:134
+#: include/svx/strings.hrc:130
msgctxt "STR_ObjNamePluralPAGE"
msgid "Preview objects"
msgstr "እቃዎችን በቅድሚያ መመልከቻ"
-#: strings.hrc:135
+#: include/svx/strings.hrc:131
msgctxt "STR_ObjNameSingulMEASURE"
msgid "Dimension line"
msgstr "Dimension line"
-#: strings.hrc:136
+#: include/svx/strings.hrc:132
msgctxt "STR_ObjNamePluralMEASURE"
msgid "Dimensioning objects"
msgstr "Dimensioning objects"
-#: strings.hrc:137
+#: include/svx/strings.hrc:133
msgctxt "STR_ObjNamePlural"
msgid "Drawing objects"
msgstr "እቃዎች መሳያ"
-#: strings.hrc:138
+#: include/svx/strings.hrc:134
msgctxt "STR_ObjNameNoObj"
msgid "No draw object"
msgstr "እቃዎች መሳያ የለም"
-#: strings.hrc:139
+#: include/svx/strings.hrc:135
msgctxt "STR_ObjNameSingulPlural"
msgid "Draw object(s)"
msgstr "መሳያ እቃ(ዎች)"
-#: strings.hrc:140
+#: include/svx/strings.hrc:136
msgctxt "STR_ObjNameSingulCube3d"
msgid "3D cube"
msgstr "3ዲ ኪዩብ"
-#: strings.hrc:141
+#: include/svx/strings.hrc:137
msgctxt "STR_ObjNamePluralCube3d"
msgid "3D cubes"
msgstr "3ዲ ኪዩብ"
-#: strings.hrc:142
+#: include/svx/strings.hrc:138
msgctxt "STR_ObjNameSingulExtrude3d"
msgid "Extrusion object"
msgstr "የ ማሾለኪያ እቃ"
-#: strings.hrc:143
+#: include/svx/strings.hrc:139
msgctxt "STR_ObjNamePluralExtrude3d"
msgid "Extrusion objects"
msgstr "የ ማሾለኪያ እቃዎች"
-#: strings.hrc:144
+#: include/svx/strings.hrc:140
msgctxt "STR_ObjNameSingulLathe3d"
msgid "Rotation object"
msgstr "እቃ ማዞሪያ"
-#: strings.hrc:145
+#: include/svx/strings.hrc:141
msgctxt "STR_ObjNamePluralLathe3d"
msgid "Rotation objects"
msgstr "እቃዎች ማዞሪያ"
-#: strings.hrc:146
+#: include/svx/strings.hrc:142
msgctxt "STR_ObjNameSingulObj3d"
msgid "3D object"
msgstr "3ዲ እቃ"
-#: strings.hrc:147
+#: include/svx/strings.hrc:143
msgctxt "STR_ObjNamePluralObj3d"
msgid "3D objects"
msgstr "3ዲ እቅዎች"
-#: strings.hrc:148
+#: include/svx/strings.hrc:144
msgctxt "STR_ObjNameSingulScene3d"
msgid "3D scene"
msgstr "3ዲ ገጽታ"
-#: strings.hrc:149
+#: include/svx/strings.hrc:145
msgctxt "STR_ObjNamePluralScene3d"
msgid "3D scenes"
msgstr "3ዲ ገጽታዎች"
-#: strings.hrc:150
+#: include/svx/strings.hrc:146
msgctxt "STR_ObjNameSingulSphere3d"
msgid "Sphere"
msgstr "ስፌር"
-#: strings.hrc:151
+#: include/svx/strings.hrc:147
msgctxt "STR_ObjNamePluralSphere3d"
msgid "Spheres"
msgstr "ስፌሮች"
-#: strings.hrc:152
+#: include/svx/strings.hrc:148
msgctxt "STR_EditWithCopy"
msgid "with copy"
msgstr "with copy"
-#: strings.hrc:153
+#: include/svx/strings.hrc:149
msgctxt "STR_EditPosSize"
msgid "Set position and size for %1"
msgstr "ቦታ እና መጠን ማሰናጃ ለ %1"
-#: strings.hrc:154
+#: include/svx/strings.hrc:150
msgctxt "STR_EditDelete"
msgid "Delete %1"
msgstr "ማጥፊያ %1"
-#: strings.hrc:155
+#: include/svx/strings.hrc:151
msgctxt "STR_EditMovToTop"
msgid "Move %1 forward"
msgstr "ማንቀሳቀሻ %1 ወደ ፊት"
-#: strings.hrc:156
+#: include/svx/strings.hrc:152
msgctxt "STR_EditMovToBtm"
msgid "Move %1 further back"
msgstr "ማንቀሳቀሻ %1 ወደ ኋላ"
-#: strings.hrc:157
+#: include/svx/strings.hrc:153
msgctxt "STR_EditPutToTop"
msgid "Move %1 to front"
msgstr "ማንቀሳቀሻ %1 ወደ ፊት"
-#: strings.hrc:158
+#: include/svx/strings.hrc:154
msgctxt "STR_EditPutToBtm"
msgid "Move %1 to back"
msgstr "ማንቀሳቀሻ %1 ወደ ኋላ"
-#: strings.hrc:159
+#: include/svx/strings.hrc:155
msgctxt "STR_EditRevOrder"
msgid "Reverse order of %1"
msgstr "በተቃራኒው ደንብ ከ %1"
-#: strings.hrc:160
+#: include/svx/strings.hrc:156
msgctxt "STR_EditMove"
msgid "Move %1"
msgstr "ማንቀሳቀሻ %1"
-#: strings.hrc:161
+#: include/svx/strings.hrc:157
msgctxt "STR_EditResize"
msgid "Resize %1"
msgstr "እንደገና መመጠኛ %1"
-#: strings.hrc:162
+#: include/svx/strings.hrc:158
msgctxt "STR_EditRotate"
msgid "Rotate %1"
msgstr "ማዞሪያ %1"
-#: strings.hrc:163
+#: include/svx/strings.hrc:159
msgctxt "STR_EditMirrorHori"
msgid "Flip %1 horizontal"
msgstr "መገልበጫ %1 በ አግድም"
-#: strings.hrc:164
+#: include/svx/strings.hrc:160
msgctxt "STR_EditMirrorVert"
msgid "Flip %1 vertical"
msgstr "መገልበጫ %1 በ ቁመት"
-#: strings.hrc:165
+#: include/svx/strings.hrc:161
msgctxt "STR_EditMirrorDiag"
msgid "Flip %1 diagonal"
msgstr "መገልበጫ %1 በሰያፍ"
-#: strings.hrc:166
+#: include/svx/strings.hrc:162
msgctxt "STR_EditMirrorFree"
msgid "Flip %1 freehand"
msgstr "መገልበጫ %1 ነፃ እጅ"
-#: strings.hrc:167
+#: include/svx/strings.hrc:163
msgctxt "STR_EditShear"
msgid "Distort %1 (slant)"
msgstr "ማጣመሚያ %1 (ማዘንበያ)"
-#: strings.hrc:168
+#: include/svx/strings.hrc:164
msgctxt "STR_EditCrook"
msgid "Arrange %1 in circle"
msgstr "ማዘጋጃ %1 በክብ"
-#: strings.hrc:169
+#: include/svx/strings.hrc:165
msgctxt "STR_EditCrookContortion"
msgid "Curve %1 in circle"
msgstr "መታጠፊያ %1 በክብ"
-#: strings.hrc:170
+#: include/svx/strings.hrc:166
msgctxt "STR_EditDistort"
msgid "Distort %1"
msgstr "ማጣመሚያ %1"
-#: strings.hrc:171
+#: include/svx/strings.hrc:167
msgctxt "STR_EditRipUp"
msgid "Undo %1"
msgstr "መተው %1"
-#: strings.hrc:172
+#: include/svx/strings.hrc:168
msgctxt "STR_EditSetPointsSmooth"
msgid "Modify bézier properties of %1"
msgstr "የ ቤዤ ባህሪዎች ማሻሻያ በ %1"
-#: strings.hrc:173
+#: include/svx/strings.hrc:169
msgctxt "STR_EditSetSegmentsKind"
msgid "Modify bézier properties of %1"
msgstr "የ ቤዤ ባህሪዎች ማሻሻያ በ %1"
-#: strings.hrc:174
+#: include/svx/strings.hrc:170
msgctxt "STR_EditSetGlueEscDir"
msgid "Set exit direction for %1"
msgstr "የ መውጫ አቅጣጫ ማሰናጃ ለ %1"
-#: strings.hrc:175
+#: include/svx/strings.hrc:171
msgctxt "STR_EditSetGluePercent"
msgid "Set relative attribute at %1"
msgstr "ተዛማጅ ባህሪዎች ማሰናጃ በ %1"
-#: strings.hrc:176
+#: include/svx/strings.hrc:172
msgctxt "STR_EditSetGlueAlign"
msgid "Set reference point for %1"
msgstr "መነሻ ነጥቦች ማሰናጃ ለ %1"
-#: strings.hrc:177
+#: include/svx/strings.hrc:173
msgctxt "STR_EditGroup"
msgid "Group %1"
msgstr "ቡድን %1"
-#: strings.hrc:178
+#: include/svx/strings.hrc:174
msgctxt "STR_EditUngroup"
msgid "Ungroup %1"
msgstr "መለያያ %1"
-#: strings.hrc:179
+#: include/svx/strings.hrc:175
msgctxt "STR_EditSetAttributes"
msgid "Apply attributes to %1"
msgstr "ባህሪዎች መፈጸሚያ ወደ %1"
-#: strings.hrc:180
+#: include/svx/strings.hrc:176
msgctxt "STR_EditSetStylesheet"
msgid "Apply Styles to %1"
msgstr "ዘዴዎች መፈጸሚያ ወደ %1"
-#: strings.hrc:181
+#: include/svx/strings.hrc:177
msgctxt "STR_EditDelStylesheet"
msgid "Remove Style from %1"
msgstr "ዘዴዎች ማስወገጃ ከ %1"
-#: strings.hrc:182
+#: include/svx/strings.hrc:178
msgctxt "STR_EditConvToPoly"
msgid "Convert %1 to polygon"
msgstr "መቀየሪያ %1 ወደ ፖሊጎን"
-#: strings.hrc:183
+#: include/svx/strings.hrc:179
msgctxt "STR_EditConvToPolys"
msgid "Convert %1 to polygons"
msgstr "መቀየሪያ %1 ወደ ፖሊጎን"
-#: strings.hrc:184
+#: include/svx/strings.hrc:180
msgctxt "STR_EditConvToCurve"
msgid "Convert %1 to curve"
msgstr "መቀየሪያ %1 ወደ መታጠፊያ"
-#: strings.hrc:185
+#: include/svx/strings.hrc:181
msgctxt "STR_EditConvToCurves"
msgid "Convert %1 to curves"
msgstr "መቀየሪያ %1 ወደ ክቦች"
-#: strings.hrc:186
+#: include/svx/strings.hrc:182
msgctxt "STR_EditConvToContour"
msgid "Convert %1 to contour"
msgstr "መቀየሪያ %1 ወደ ቅርጽ"
-#: strings.hrc:187
+#: include/svx/strings.hrc:183
msgctxt "STR_EditConvToContours"
msgid "Convert %1 to contours"
msgstr "መቀየሪያ %1 ወደ ቅርጾች"
-#: strings.hrc:188
+#: include/svx/strings.hrc:184
msgctxt "STR_EditAlign"
msgid "Align %1"
msgstr "ማሰለፊያ %1"
-#: strings.hrc:189
+#: include/svx/strings.hrc:185
msgctxt "STR_EditAlignVTop"
msgid "Align %1 to top"
msgstr "ማሰለፊያ %1 ወደ ላይ"
-#: strings.hrc:190
+#: include/svx/strings.hrc:186
msgctxt "STR_EditAlignVBottom"
msgid "Align %1 to bottom"
msgstr "ማሰለፊያ %1 ወደ ታች"
-#: strings.hrc:191
+#: include/svx/strings.hrc:187
msgctxt "STR_EditAlignVCenter"
msgid "Horizontally center %1"
msgstr "በ አግድም መሀከል ላይ %1"
-#: strings.hrc:192
+#: include/svx/strings.hrc:188
msgctxt "STR_EditAlignHLeft"
msgid "Align %1 to left"
msgstr "ማሰለፊያ %1 ወደ ግራ"
-#: strings.hrc:193
+#: include/svx/strings.hrc:189
msgctxt "STR_EditAlignHRight"
msgid "Align %1 to right"
msgstr "ማሰለፊያ %1 ወደ ቀኝ"
-#: strings.hrc:194
+#: include/svx/strings.hrc:190
msgctxt "STR_EditAlignHCenter"
msgid "Vertically center %1"
msgstr "በ ቁመት መሀከል ላይ %1"
-#: strings.hrc:195
+#: include/svx/strings.hrc:191
msgctxt "STR_EditAlignCenter"
msgid "Center %1"
msgstr "መሀከል %1"
-#: strings.hrc:196
+#: include/svx/strings.hrc:192
msgctxt "STR_EditTransform"
msgid "Transform %1"
msgstr "መቀየሪያ %1"
-#: strings.hrc:197
+#: include/svx/strings.hrc:193
msgctxt "STR_EditCombine_PolyPoly"
msgid "Combine %1"
msgstr "መቀላቀያ %1"
-#: strings.hrc:198
+#: include/svx/strings.hrc:194
msgctxt "STR_EditMergeMergePoly"
msgid "Merge %1"
msgstr "ማዋሀጃ %1"
-#: strings.hrc:199
+#: include/svx/strings.hrc:195
msgctxt "STR_EditMergeSubstractPoly"
msgid "Subtract %1"
msgstr "መቀነሻ %1"
-#: strings.hrc:200
+#: include/svx/strings.hrc:196
msgctxt "STR_EditMergeIntersectPoly"
msgid "Intersect %1"
msgstr "መገናኛ %1"
-#: strings.hrc:201
+#: include/svx/strings.hrc:197
msgctxt "STR_DistributeMarkedObjects"
msgid "Distribute selected objects"
msgstr "የተመረጡትን እቃዎች ማከፋፈያ"
-#: strings.hrc:202
+#: include/svx/strings.hrc:198
msgctxt "STR_EqualizeWidthMarkedObjects"
msgid "Equalize Width %1"
msgstr "ስፋት እኩል ማድረጊያ %1"
-#: strings.hrc:203
+#: include/svx/strings.hrc:199
msgctxt "STR_EqualizeHeightMarkedObjects"
msgid "Equalize Height %1"
msgstr "እርዝመት እኩል ማድረጊያ %1"
-#: strings.hrc:204
+#: include/svx/strings.hrc:200
msgctxt "STR_EditCombine_OnePoly"
msgid "Combine %1"
msgstr "መቀላቀያ %1"
-#: strings.hrc:205
+#: include/svx/strings.hrc:201
msgctxt "STR_EditDismantle_Polys"
msgid "Split %1"
msgstr "መክፈያ %1"
-#: strings.hrc:206
+#: include/svx/strings.hrc:202
msgctxt "STR_EditDismantle_Lines"
msgid "Split %1"
msgstr "መክፈያ %1"
-#: strings.hrc:207
+#: include/svx/strings.hrc:203
msgctxt "STR_EditImportMtf"
msgid "Split %1"
msgstr "መክፈያ %1"
-#: strings.hrc:208
+#: include/svx/strings.hrc:204
msgctxt "STR_ExchangePaste"
msgid "Insert object(s)"
msgstr "እቃ(ዎች) ማስገቢያ"
-#: strings.hrc:209
+#: include/svx/strings.hrc:205
msgctxt "STR_DragInsertPoint"
msgid "Insert point to %1"
msgstr "ነጥብ ማስገቢያ ወደ %1"
-#: strings.hrc:210
+#: include/svx/strings.hrc:206
msgctxt "STR_DragInsertGluePoint"
msgid "Insert glue point to %1"
msgstr "መጋጠሚያ ነጥብ ማስገቢያ ወደ %1"
-#: strings.hrc:211
+#: include/svx/strings.hrc:207
msgctxt "STR_DragMethMovHdl"
msgid "Move reference-point"
msgstr "መነሻ-ነጥቡን ማንቀሳቀሻ"
-#: strings.hrc:212
+#: include/svx/strings.hrc:208
msgctxt "STR_DragMethObjOwn"
msgid "Geometrically change %1"
msgstr "Geometrically change %1"
-#: strings.hrc:213
+#: include/svx/strings.hrc:209
msgctxt "STR_DragMethMove"
msgid "Move %1"
msgstr "ማንቀሳቀሻ %1"
-#: strings.hrc:214
+#: include/svx/strings.hrc:210
msgctxt "STR_DragMethResize"
msgid "Resize %1"
msgstr "እንደገና መመጠኛ %1"
-#: strings.hrc:215
+#: include/svx/strings.hrc:211
msgctxt "STR_DragMethRotate"
msgid "Rotate %1"
msgstr "ማዞሪያ %1"
-#: strings.hrc:216
+#: include/svx/strings.hrc:212
msgctxt "STR_DragMethMirrorHori"
msgid "Flip %1 horizontal"
msgstr "መገልበጫ %1 በ አግድም"
-#: strings.hrc:217
+#: include/svx/strings.hrc:213
msgctxt "STR_DragMethMirrorVert"
msgid "Flip %1 vertical"
msgstr "መገልበጫ %1 በ ቁመት"
-#: strings.hrc:218
+#: include/svx/strings.hrc:214
msgctxt "STR_DragMethMirrorDiag"
msgid "Flip %1 diagonal"
msgstr "መገልበጫ %1 በሰያፍ"
-#: strings.hrc:219
+#: include/svx/strings.hrc:215
msgctxt "STR_DragMethMirrorFree"
msgid "Flip %1 freehand"
msgstr "መገልበጫ %1 ነፃ እጅ"
-#: strings.hrc:220
+#: include/svx/strings.hrc:216
msgctxt "STR_DragMethGradient"
msgid "Interactive gradient for %1"
msgstr "Interactive gradient for %1"
-#: strings.hrc:221
+#: include/svx/strings.hrc:217
msgctxt "STR_DragMethTransparence"
msgid "Interactive transparency for %1"
msgstr "Interactive transparency for %1"
-#: strings.hrc:222
+#: include/svx/strings.hrc:218
msgctxt "STR_DragMethShear"
msgid "Distort %1 (slant)"
msgstr "ማጣመሚያ %1 (ማዘንበያ)"
-#: strings.hrc:223
+#: include/svx/strings.hrc:219
msgctxt "STR_DragMethCrook"
msgid "Arrange %1 in circle"
msgstr "ማዘጋጃ %1 በክብ"
-#: strings.hrc:224
+#: include/svx/strings.hrc:220
msgctxt "STR_DragMethCrookContortion"
msgid "Curve %1 in circle"
msgstr "መታጠፊያ %1 በክብ"
-#: strings.hrc:225
+#: include/svx/strings.hrc:221
msgctxt "STR_DragMethDistort"
msgid "Distort %1"
msgstr "ማጣመሚያ %1"
-#: strings.hrc:226
+#: include/svx/strings.hrc:222
msgctxt "STR_DragMethCrop"
msgid "Crop %1"
msgstr "መከርከሚያ %1"
-#: strings.hrc:227
+#: include/svx/strings.hrc:223
msgctxt "STR_DragRectEckRad"
msgid "Alter radius by %1"
msgstr "Alter radius by %1"
-#: strings.hrc:228
+#: include/svx/strings.hrc:224
msgctxt "STR_DragPathObj"
msgid "Change %1"
msgstr "መቀየሪያ %1"
-#: strings.hrc:229
+#: include/svx/strings.hrc:225
msgctxt "STR_DragRectResize"
msgid "Resize %1"
msgstr "እንደገና መመጠኛ %1"
-#: strings.hrc:230
+#: include/svx/strings.hrc:226
msgctxt "STR_DragCaptFram"
msgid "Move %1"
msgstr "ማንቀሳቀሻ %1"
-#: strings.hrc:231
+#: include/svx/strings.hrc:227
msgctxt "STR_DragCaptTail"
msgid "Move end point of %1"
msgstr "መጨረሻ ነጥብ ማንቀሳቀሻ ከ %1"
-#: strings.hrc:232
+#: include/svx/strings.hrc:228
msgctxt "STR_DragCircAngle"
msgid "Adjust angle by %1"
msgstr "ማእዘን ማስተካከያ በ %1"
-#: strings.hrc:233
+#: include/svx/strings.hrc:229
msgctxt "STR_DragEdgeTail"
msgid "Change %1"
msgstr "መቀየሪያ %1"
-#: strings.hrc:234
+#: include/svx/strings.hrc:230
msgctxt "STR_ViewTextEdit"
msgid "TextEdit: Paragraph %1, Row %2, Column %3"
msgstr "ጽሁፍ ማረሚያ: አንቀጽ %1, ረድፍ %2, አምድ %3"
-#: strings.hrc:235
+#: include/svx/strings.hrc:231
msgctxt "STR_ViewMarked"
msgid "%1 selected"
msgstr "%1 ተመርጧል"
-#: strings.hrc:236
+#: include/svx/strings.hrc:232
msgctxt "STR_ViewMarkedPoint"
msgid "Point from %1"
msgstr "ነጥብ ከ %1"
-#: strings.hrc:237
+#: include/svx/strings.hrc:233
msgctxt "STR_ViewMarkedPoints"
msgid "%2 points from %1"
msgstr "%2 ነጥቦች ከ %1"
-#: strings.hrc:238
+#: include/svx/strings.hrc:234
msgctxt "STR_ViewMarkedGluePoint"
msgid "Glue point from %1"
msgstr "መጋጠሚያ ነጥብ ከ %1"
-#: strings.hrc:239
+#: include/svx/strings.hrc:235
msgctxt "STR_ViewMarkedGluePoints"
msgid "%2 glue points from %1"
msgstr "%2 መጋጠሚያ ነጥቦች ከ %1"
-#: strings.hrc:240
+#: include/svx/strings.hrc:236
msgctxt "STR_ViewMarkObjs"
msgid "Mark objects"
msgstr "እቃዎችን ምልክት ማድረጊያ"
-#: strings.hrc:241
+#: include/svx/strings.hrc:237
msgctxt "STR_ViewMarkMoreObjs"
msgid "Mark additional objects"
msgstr "ተጨማሪ እቃዎችን ምልክት ማድረጊያ"
-#: strings.hrc:242
+#: include/svx/strings.hrc:238
msgctxt "STR_ViewMarkPoints"
msgid "Mark points"
msgstr "ነጥቦችን ምልክት ማድረጊያ"
-#: strings.hrc:243
+#: include/svx/strings.hrc:239
msgctxt "STR_ViewMarkMorePoints"
msgid "Mark additional points"
msgstr "ተጨማሪ ነጥቦችን ምልክት ማድረጊያ"
-#: strings.hrc:244
+#: include/svx/strings.hrc:240
msgctxt "STR_ViewMarkGluePoints"
msgid "Mark glue points"
msgstr "መጋጠሚያ ነጥቦችን ምልክት ማድረጊያ"
-#: strings.hrc:245
+#: include/svx/strings.hrc:241
msgctxt "STR_ViewMarkMoreGluePoints"
msgid "Mark additional glue points"
msgstr "ተጨማሪ መጋጠሚያ ነጥቦችን ምልክት ማድረጊያ"
-#: strings.hrc:246
+#: include/svx/strings.hrc:242
msgctxt "STR_ViewCreateObj"
msgid "Create %1"
msgstr "መፍጠሪያ %1"
-#: strings.hrc:247
+#: include/svx/strings.hrc:243
msgctxt "STR_UndoInsertObj"
msgid "Insert %1"
msgstr "ማስገቢያ %1"
-#: strings.hrc:248
+#: include/svx/strings.hrc:244
msgctxt "STR_UndoCopyObj"
msgid "Copy %1"
msgstr "ኮፒ %1"
-#: strings.hrc:249
+#: include/svx/strings.hrc:245
msgctxt "STR_UndoObjOrdNum"
msgid "Change object order of %1"
msgstr "የእቃዎችን ተራ መቀየሪያ ከ %1"
-#: strings.hrc:250
+#: include/svx/strings.hrc:246
msgctxt "STR_UndoObjSetText"
msgid "Edit text of %1"
msgstr "ጽሁፍ ማረሚያ ከ %1"
-#: strings.hrc:251
+#: include/svx/strings.hrc:247
msgctxt "STR_UndoNewPage"
msgid "Insert page"
msgstr "ገጽ ማስገቢያ"
-#: strings.hrc:252
+#: include/svx/strings.hrc:248
msgctxt "STR_UndoDelPage"
msgid "Delete page"
msgstr "ገጽ ማጥፊያ"
-#: strings.hrc:253
+#: include/svx/strings.hrc:249
msgctxt "STR_UndoCopPage"
msgid "Copy page"
msgstr "ገጽ ኮፒ ማድረጊያ"
-#: strings.hrc:254
+#: include/svx/strings.hrc:250
msgctxt "STR_UndoMovPage"
msgid "Change order of pages"
msgstr "የ ገጾችን ተራ መቀየሪያ"
-#: strings.hrc:255
+#: include/svx/strings.hrc:251
msgctxt "STR_UndoDelPageMasterDscr"
msgid "Clear background page assignment"
msgstr "የ መደብ ገጽ መመደቢያውን ማጽጃ"
-#: strings.hrc:256
+#: include/svx/strings.hrc:252
msgctxt "STR_UndoChgPageMasterDscr"
msgid "Change background page assignment"
msgstr "የ መደብ ገጽ መመደቢያውን መቀየሪያ"
-#: strings.hrc:257
+#: include/svx/strings.hrc:253
msgctxt "STR_UndoMergeModel"
msgid "Insert document"
msgstr "ሰነድ ማስገቢያ"
-#: strings.hrc:258
+#: include/svx/strings.hrc:254
msgctxt "STR_UndoNewLayer"
msgid "Insert Layer"
msgstr "ደረጃ ማስገቢያ"
-#: strings.hrc:259
+#: include/svx/strings.hrc:255
msgctxt "STR_UndoDelLayer"
msgid "Delete layer"
msgstr "ደረጃ ማጥፊያ"
-#: strings.hrc:260
+#: include/svx/strings.hrc:256
msgctxt "STR_UndoMovLayer"
msgid "Change order of layers"
msgstr "የ ደረጃዎችን ተራ መቀየሪያ"
#. Undo/Redo for setting object's name (#i73249#)
-#: strings.hrc:262
+#: include/svx/strings.hrc:258
msgctxt "STR_UndoObjName"
msgid "Change object name of %1 to"
msgstr "የ እቃውን ስም መቀየሪያ ከ %1 ወደ"
-#: strings.hrc:263
+#: include/svx/strings.hrc:259
msgctxt "STR_UndoObjTitle"
msgid "Change object title of %1"
msgstr "የ እቃውን አርእስት መቀየሪያ ከ %1"
-#: strings.hrc:264
+#: include/svx/strings.hrc:260
msgctxt "STR_UndoObjDescription"
msgid "Change object description of %1"
msgstr "የ እቃውን መግለጫ መቀየሪያ ከ %1"
-#: strings.hrc:265
+#: include/svx/strings.hrc:261
msgctxt "STR_StandardLayerName"
msgid "Standard"
msgstr "መደበኛ"
-#: strings.hrc:266
+#: include/svx/strings.hrc:262
msgctxt "STR_ItemValON"
msgid "on"
msgstr "ማብሪያ"
-#: strings.hrc:267
+#: include/svx/strings.hrc:263
msgctxt "STR_ItemValOFF"
msgid "off"
msgstr "ማጥፊያ"
-#: strings.hrc:268
+#: include/svx/strings.hrc:264
msgctxt "STR_ItemValYES"
msgid "yes"
msgstr "አዎ"
-#: strings.hrc:269
+#: include/svx/strings.hrc:265
msgctxt "STR_ItemValNO"
msgid "No"
msgstr "አይ"
-#: strings.hrc:270
+#: include/svx/strings.hrc:266
msgctxt "STR_ItemValCAPTIONTYPE1"
msgid "Type 1"
msgstr "አይነት 1"
-#: strings.hrc:271
+#: include/svx/strings.hrc:267
msgctxt "STR_ItemValCAPTIONTYPE2"
msgid "Type 2"
msgstr "አይነት 2"
-#: strings.hrc:272
+#: include/svx/strings.hrc:268
msgctxt "STR_ItemValCAPTIONTYPE3"
msgid "Type 3"
msgstr "አይነት 3"
-#: strings.hrc:273
+#: include/svx/strings.hrc:269
msgctxt "STR_ItemValCAPTIONTYPE4"
msgid "Type 4"
msgstr "አይነት 4"
-#: strings.hrc:274
+#: include/svx/strings.hrc:270
msgctxt "STR_ItemValCAPTIONESCHORI"
msgid "Horizontal"
msgstr "በ አግድም"
-#: strings.hrc:275
+#: include/svx/strings.hrc:271
msgctxt "STR_ItemValCAPTIONESCVERT"
msgid "Vertical"
msgstr "በ ቁመት"
-#: strings.hrc:276
+#: include/svx/strings.hrc:272
msgctxt "STR_ItemValCAPTIONESCBESTFIT"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: strings.hrc:277
+#: include/svx/strings.hrc:273
msgctxt "STR_ItemValFITTOSIZENONE"
msgid "Off"
msgstr "ማጥፊያ"
-#: strings.hrc:278
+#: include/svx/strings.hrc:274
msgctxt "STR_ItemValFITTOSIZEPROP"
msgid "Proportional"
msgstr "ተመጣጣኝ"
-#: strings.hrc:279
+#: include/svx/strings.hrc:275
msgctxt "STR_ItemValFITTOSIZEALLLINES"
msgid "Fit to size (all rows separately) "
msgstr "በመጠኑ ልክ (ሁሉንም አምዶች ለየብቻ) "
-#: strings.hrc:280
+#: include/svx/strings.hrc:276
msgctxt "STR_ItemValFITTOSIZERESIZEAT"
msgid "Use hard attributes"
msgstr "ጠንካራ ባህሪዎች መጠቀሚያ"
-#: strings.hrc:281
+#: include/svx/strings.hrc:277
msgctxt "STR_ItemValTEXTVADJTOP"
msgid "Top"
msgstr "ከ ላይ"
-#: strings.hrc:282
+#: include/svx/strings.hrc:278
msgctxt "STR_ItemValTEXTVADJCENTER"
msgid "Center"
msgstr "መሀከል"
-#: strings.hrc:283
+#: include/svx/strings.hrc:279
msgctxt "STR_ItemValTEXTVADJBOTTOM"
msgid "Bottom"
msgstr "ከ ታች"
-#: strings.hrc:284
+#: include/svx/strings.hrc:280
msgctxt "STR_ItemValTEXTVADJBLOCK"
msgid "Use entire height"
msgstr "ጠቅላላ እርዝመቱን መጠቀሚያ"
-#: strings.hrc:285
+#: include/svx/strings.hrc:281
msgctxt "STR_ItemValTEXTVADJSTRETCH"
msgid "Stretched"
msgstr "የተስፋፋ"
-#: strings.hrc:286
+#: include/svx/strings.hrc:282
msgctxt "STR_ItemValTEXTHADJLEFT"
msgid "Left"
msgstr "በ ግራ"
-#: strings.hrc:287
+#: include/svx/strings.hrc:283
msgctxt "STR_ItemValTEXTHADJCENTER"
msgid "Center"
msgstr "መሀከል"
-#: strings.hrc:288
+#: include/svx/strings.hrc:284
msgctxt "STR_ItemValTEXTHADJRIGHT"
msgid "Right"
msgstr "በ ቀኝ"
-#: strings.hrc:289
+#: include/svx/strings.hrc:285
msgctxt "STR_ItemValTEXTHADJBLOCK"
msgid "Use entire width"
msgstr "ጠቅላላ ስፋቱን መጠቀሚያ"
-#: strings.hrc:290
+#: include/svx/strings.hrc:286
msgctxt "STR_ItemValTEXTHADJSTRETCH"
msgid "Stretched"
msgstr "የተስፋፋ"
-#: strings.hrc:291
+#: include/svx/strings.hrc:287
msgctxt "STR_ItemValTEXTANI_NONE"
msgid "off"
msgstr "ማጥፊያ"
-#: strings.hrc:292
+#: include/svx/strings.hrc:288
msgctxt "STR_ItemValTEXTANI_BLINK"
msgid "flash"
msgstr "ብርሃን"
-#: strings.hrc:293
+#: include/svx/strings.hrc:289
msgctxt "STR_ItemValTEXTANI_SCROLL"
msgid "Scroll Through"
msgstr "በውስጡ መሸብለያ"
-#: strings.hrc:294
+#: include/svx/strings.hrc:290
msgctxt "STR_ItemValTEXTANI_ALTERNATE"
msgid "alternating"
msgstr "ማፈራረቂያ"
-#: strings.hrc:295
+#: include/svx/strings.hrc:291
msgctxt "STR_ItemValTEXTANI_SLIDE"
msgid "Scroll In"
msgstr "በውስጥ መሸብለያ"
-#: strings.hrc:296
+#: include/svx/strings.hrc:292
msgctxt "STR_ItemValTEXTANI_LEFT"
msgid "left"
msgstr "በ ግራ"
-#: strings.hrc:297
+#: include/svx/strings.hrc:293
msgctxt "STR_ItemValTEXTANI_UP"
msgid "up"
msgstr "ላይ"
-#: strings.hrc:298
+#: include/svx/strings.hrc:294
msgctxt "STR_ItemValTEXTANI_RIGHT"
msgid "right"
msgstr "በ ቀኝ"
-#: strings.hrc:299
+#: include/svx/strings.hrc:295
msgctxt "STR_ItemValTEXTANI_DOWN"
msgid "down"
msgstr "ከ ታች"
-#: strings.hrc:300
+#: include/svx/strings.hrc:296
msgctxt "STR_ItemValEDGE_ORTHOLINES"
msgid "Standard Connector"
msgstr "መደበኛ አገናኝ"
-#: strings.hrc:301
+#: include/svx/strings.hrc:297
msgctxt "STR_ItemValEDGE_THREELINES"
msgid "Line Connector"
msgstr "በ መስመር አገናኝ"
-#: strings.hrc:302
+#: include/svx/strings.hrc:298
msgctxt "STR_ItemValEDGE_ONELINE"
msgid "Straight Connector"
msgstr "በ ቀጥታ አገናኝ"
-#: strings.hrc:303
+#: include/svx/strings.hrc:299
msgctxt "STR_ItemValEDGE_BEZIER"
msgid "Curved Connector"
msgstr "በ ክብ አገናኝ"
-#: strings.hrc:304
+#: include/svx/strings.hrc:300
msgctxt "STR_ItemValMEASURE_STD"
msgid "Standard"
msgstr "መደበኛ"
-#: strings.hrc:305
+#: include/svx/strings.hrc:301
msgctxt "STR_ItemValMEASURE_RADIUS"
msgid "Radius"
msgstr "Radius"
-#: strings.hrc:306
+#: include/svx/strings.hrc:302
msgctxt "STR_ItemValMEASURE_TEXTHAUTO"
msgid "automatic"
msgstr "ራሱ በራሱ"
-#: strings.hrc:307
+#: include/svx/strings.hrc:303
msgctxt "STR_ItemValMEASURE_TEXTLEFTOUTSIDE"
msgid "left outside"
msgstr "ውጪ በ ግራ በኩል"
-#: strings.hrc:308
+#: include/svx/strings.hrc:304
msgctxt "STR_ItemValMEASURE_TEXTINSIDE"
msgid "inside (centered)"
msgstr "ውስጥ (መሀከል)"
-#: strings.hrc:309
+#: include/svx/strings.hrc:305
msgctxt "STR_ItemValMEASURE_TEXTRIGHTOUTSID"
msgid "right outside"
msgstr "ውጪ በ ቀኝ በኩል"
-#: strings.hrc:310
+#: include/svx/strings.hrc:306
msgctxt "STR_ItemValMEASURE_TEXTVAUTO"
msgid "automatic"
msgstr "ራሱ በራሱ"
-#: strings.hrc:311
+#: include/svx/strings.hrc:307
msgctxt "STR_ItemValMEASURE_ABOVE"
msgid "on the line"
msgstr "በመስመሩ ላይ"
-#: strings.hrc:312
+#: include/svx/strings.hrc:308
msgctxt "STR_ItemValMEASURETEXT_BREAKEDLINE"
msgid "broken line"
msgstr "የተሰበረ መስመር"
-#: strings.hrc:313
+#: include/svx/strings.hrc:309
msgctxt "STR_ItemValMEASURE_BELOW"
msgid "below the line"
msgstr "ከ መስመሩ በታች"
-#: strings.hrc:314
+#: include/svx/strings.hrc:310
msgctxt "STR_ItemValMEASURETEXT_VERTICALCEN"
msgid "centered"
msgstr "መሀከል"
-#: strings.hrc:315
+#: include/svx/strings.hrc:311
msgctxt "STR_ItemValCIRC_FULL"
msgid "full circle"
msgstr "ሙሉ ክብ"
-#: strings.hrc:316
+#: include/svx/strings.hrc:312
msgctxt "STR_ItemValCIRC_SECT"
msgid "Circle Pie"
msgstr "ክብ ፓይ"
-#: strings.hrc:317
+#: include/svx/strings.hrc:313
msgctxt "STR_ItemValCIRC_CUT"
msgid "Circle segment"
msgstr "የክብ ክፋይ"
-#: strings.hrc:318
+#: include/svx/strings.hrc:314
msgctxt "STR_ItemValCIRC_ARC"
msgid "Arc"
msgstr "ቅስት"
#. Strings for the templates dialog
-#: strings.hrc:320
+#: include/svx/strings.hrc:316
msgctxt "SIP_UNKNOWN_ATTR"
msgid "Unknown attribute"
msgstr "ያልታወቀ ባህሪ"
#. Strings for the templates dialog
-#: strings.hrc:322
+#: include/svx/strings.hrc:318
msgctxt "SIP_XA_LINESTYLE"
msgid "Line style"
msgstr "የመስመር ዘዴ"
-#: strings.hrc:323
+#: include/svx/strings.hrc:319
msgctxt "SIP_XA_LINEDASH"
msgid "Line pattern"
msgstr "የ ንድፍ መስመር"
-#: strings.hrc:324
+#: include/svx/strings.hrc:320
msgctxt "SIP_XA_LINEWIDTH"
msgid "Line width"
msgstr "የ መስመር ስፋት"
-#: strings.hrc:325
+#: include/svx/strings.hrc:321
msgctxt "SIP_XA_LINECOLOR"
msgid "Line color"
msgstr "የ መስመር ቀለም"
-#: strings.hrc:326
+#: include/svx/strings.hrc:322
msgctxt "SIP_XA_LINESTART"
msgid "Line head"
msgstr "የ መስመር ራስጌ"
-#: strings.hrc:327
+#: include/svx/strings.hrc:323
msgctxt "SIP_XA_LINEEND"
msgid "Line end"
msgstr "የ መስመር መጨረሻ"
-#: strings.hrc:328
+#: include/svx/strings.hrc:324
msgctxt "SIP_XA_LINESTARTWIDTH"
msgid "Line head width"
msgstr "የ ራስጌ መስመር ስፋት"
-#: strings.hrc:329
+#: include/svx/strings.hrc:325
msgctxt "SIP_XA_LINEENDWIDTH"
msgid "Line end width"
msgstr "የ መስመር መጨረሻ ስፋት"
-#: strings.hrc:330
+#: include/svx/strings.hrc:326
msgctxt "SIP_XA_LINESTARTCENTER"
msgid "Center arrowhead"
msgstr "መሀከል የ ቀስት ራስጌ"
-#: strings.hrc:331
+#: include/svx/strings.hrc:327
msgctxt "SIP_XA_LINEENDCENTER"
msgid "Center arrowend"
msgstr "መሀከል የ ቀስት መጨረሻ"
-#: strings.hrc:332
+#: include/svx/strings.hrc:328
msgctxt "SIP_XA_LINETRANSPARENCE"
msgid "Line transparency"
msgstr "የመስመር ግልጽነት"
-#: strings.hrc:333
+#: include/svx/strings.hrc:329
msgctxt "SIP_XA_LINEJOINT"
msgid "Line joint"
msgstr "የመስመር መገናኛ"
-#: strings.hrc:334
+#: include/svx/strings.hrc:330
msgctxt "SIP_XATTRSET_LINE"
msgid "Line attributes"
msgstr "የመስመር ባህሪዎች"
-#: strings.hrc:335
+#: include/svx/strings.hrc:331
msgctxt "SIP_XA_FILLSTYLE"
msgid "Fill style"
msgstr "ዘዴ መሙያ"
-#: strings.hrc:336
+#: include/svx/strings.hrc:332
msgctxt "SIP_XA_FILLCOLOR"
msgid "Fillcolor"
msgstr "ቀለም መሙያ"
-#: strings.hrc:337
+#: include/svx/strings.hrc:333
msgctxt "SIP_XA_FILLGRADIENT"
msgid "Gradient"
msgstr "ከፍታ መለኪያ"
-#: strings.hrc:338
+#: include/svx/strings.hrc:334
msgctxt "SIP_XA_FILLHATCH"
msgid "Hatching"
msgstr "በርካታ መስመር"
-#: strings.hrc:339
+#: include/svx/strings.hrc:335
msgctxt "SIP_XA_FILLBITMAP"
msgid "Fillbitmap"
msgstr "Fillbitmap"
-#: strings.hrc:340
+#: include/svx/strings.hrc:336
msgctxt "SIP_XA_FILLTRANSPARENCE"
msgid "Transparency"
msgstr "ግልጽነት"
-#: strings.hrc:341
+#: include/svx/strings.hrc:337
msgctxt "SIP_XA_GRADIENTSTEPCOUNT"
msgid "Number of gradient steps"
msgstr "የከፍታ መለኪያ ደረጃዎች ቁጥር"
-#: strings.hrc:342
+#: include/svx/strings.hrc:338
msgctxt "SIP_XA_FILLBMP_TILE"
msgid "Tile fill"
msgstr "ጡብ መሙያ"
-#: strings.hrc:343
+#: include/svx/strings.hrc:339
msgctxt "SIP_XA_FILLBMP_POS"
msgid "Fillbitmap position"
msgstr "የ bitmap መሙያ ቦታ"
-#: strings.hrc:344
+#: include/svx/strings.hrc:340
msgctxt "SIP_XA_FILLBMP_SIZEX"
msgid "Fillbitmap width"
msgstr "የ bitmap መሙያ ስፋት"
-#: strings.hrc:345
+#: include/svx/strings.hrc:341
msgctxt "SIP_XA_FILLBMP_SIZEY"
msgid "Height of fillbitmap"
msgstr "የ bitmap መሙያ እርዝመት"
-#: strings.hrc:346
+#: include/svx/strings.hrc:342
msgctxt "SIP_XA_FILLFLOATTRANSPARENCE"
msgid "Transparent gradient"
msgstr "ግልጽ ከፍታ መለኪያ"
-#: strings.hrc:347
+#: include/svx/strings.hrc:343
msgctxt "SIP_XA_SECONDARYFILLCOLOR"
msgid "Fill reserved for 2"
msgstr "መሙያ መጠባበቂያ ለ 2"
-#: strings.hrc:348
+#: include/svx/strings.hrc:344
msgctxt "SIP_XA_FILLBMP_SIZELOG"
msgid "Tile size not in %"
msgstr "የጡብ መጠን አይደለም በ %"
-#: strings.hrc:349
+#: include/svx/strings.hrc:345
msgctxt "SIP_XA_FILLBMP_TILEOFFSETX"
msgid "Tile offset X in %"
msgstr "የጡብ ማካካሻ X በ %"
-#: strings.hrc:350
+#: include/svx/strings.hrc:346
msgctxt "SIP_XA_FILLBMP_TILEOFFSETY"
msgid "Tile offset Y in %"
msgstr "የጡብ ማካካሻ Y በ %"
-#: strings.hrc:351
+#: include/svx/strings.hrc:347
msgctxt "SIP_XA_FILLBMP_STRETCH"
msgid "Bitmap scaling"
msgstr "Bitmap መመጠኛ"
-#: strings.hrc:352
+#: include/svx/strings.hrc:348
msgctxt "SIP_XA_FILLBMP_POSOFFSETX"
msgid "Tile position X in %"
msgstr "የጡብ ቦታ X በ %"
-#: strings.hrc:353
+#: include/svx/strings.hrc:349
msgctxt "SIP_XA_FILLBMP_POSOFFSETY"
msgid "Tile position Y in %"
msgstr "የጡብ ቦታ Y በ %"
-#: strings.hrc:354
+#: include/svx/strings.hrc:350
msgctxt "SIP_XA_FILLBACKGROUND"
msgid "Background fill"
msgstr "መደብ መሙያ"
-#: strings.hrc:355
+#: include/svx/strings.hrc:351
msgctxt "SIP_XATTRSET_FILL"
msgid "Area attributes"
msgstr "የቦታ ባህሪዎች"
-#: strings.hrc:356
+#: include/svx/strings.hrc:352
msgctxt "SIP_XA_FORMTXTSTYLE"
msgid "Fontwork style"
msgstr "የ ፊደል ስራ ዘዴ"
-#: strings.hrc:357
+#: include/svx/strings.hrc:353
msgctxt "SIP_XA_FORMTXTADJUST"
msgid "Fontwork alignment"
msgstr "የ ፊደል ስራ ማሰለፊያ"
-#: strings.hrc:358
+#: include/svx/strings.hrc:354
msgctxt "SIP_XA_FORMTXTDISTANCE"
msgid "Fontwork spacing"
msgstr "የ ፊደል ስራ ክፍተት"
-#: strings.hrc:359
+#: include/svx/strings.hrc:355
msgctxt "SIP_XA_FORMTXTSTART"
msgid "Fontwork font begin"
msgstr "የ ፊደል ስራ የ ፊደል መጀመሪያ"
-#: strings.hrc:360
+#: include/svx/strings.hrc:356
msgctxt "SIP_XA_FORMTXTMIRROR"
msgid "Fontwork mirror"
msgstr "የ ፊደል ስራ የተንፀባረቀ"
-#: strings.hrc:361
+#: include/svx/strings.hrc:357
msgctxt "SIP_XA_FORMTXTOUTLINE"
msgid "Fontwork outline"
msgstr "የ ፊደል ስራ ረቂቅ"
-#: strings.hrc:362
+#: include/svx/strings.hrc:358
msgctxt "SIP_XA_FORMTXTSHADOW"
msgid "Fontwork shadow"
msgstr "የ ፊደል ስራ ጥላ"
-#: strings.hrc:363
+#: include/svx/strings.hrc:359
msgctxt "SIP_XA_FORMTXTSHDWCOLOR"
msgid "Fontwork shadow color"
msgstr "የ ፊደል ስራ ጥላ ቀለም"
-#: strings.hrc:364
+#: include/svx/strings.hrc:360
msgctxt "SIP_XA_FORMTXTSHDWXVAL"
msgid "Fontwork shadow offset X"
msgstr "የ ፊደል ስራ ጥላ ማካካሻ X"
-#: strings.hrc:365
+#: include/svx/strings.hrc:361
msgctxt "SIP_XA_FORMTXTSHDWYVAL"
msgid "Fontwork shadow offset Y"
msgstr "የ ፊደል ስራ ጥላ ማካካሻ Y"
-#: strings.hrc:366
+#: include/svx/strings.hrc:362
msgctxt "SIP_XA_FORMTXTHIDEFORM"
msgid "Hide fontwork outline"
msgstr "የ ፊደል ስራ ረቂቅ መደበቂያ"
-#: strings.hrc:367
+#: include/svx/strings.hrc:363
msgctxt "SIP_XA_FORMTXTSHDWTRANSP"
msgid "Fontwork shadow transparency"
msgstr "የ ፊደል ስራ ጥላ ግልጽነት"
-#: strings.hrc:368
+#: include/svx/strings.hrc:364
msgctxt "SIP_SA_SHADOW"
msgid "Shadow"
msgstr "ጥላ"
-#: strings.hrc:369
+#: include/svx/strings.hrc:365
msgctxt "SIP_SA_SHADOWCOLOR"
msgid "Shadow color"
msgstr "የ ጥላ ቀለም"
-#: strings.hrc:370
+#: include/svx/strings.hrc:366
msgctxt "SIP_SA_SHADOWXDIST"
msgid "Shadow spacing X"
msgstr "የጥላ ክፍተት ከ X"
-#: strings.hrc:371
+#: include/svx/strings.hrc:367
msgctxt "SIP_SA_SHADOWYDIST"
msgid "Shadow spacing Y"
msgstr "የጥላ ክፍተት ከ Y"
-#: strings.hrc:372
+#: include/svx/strings.hrc:368
msgctxt "SIP_SA_SHADOWTRANSPARENCE"
msgid "Shadow transparency"
msgstr "የጥላ ግልጽነት"
-#: strings.hrc:373
+#: include/svx/strings.hrc:369
msgctxt "SIP_SA_SHADOW3D"
msgid "3D shadow"
msgstr "3ዲ ጥላ"
-#: strings.hrc:374
+#: include/svx/strings.hrc:370
msgctxt "SIP_SA_SHADOWPERSP"
msgid "Perspective shadow"
msgstr "የጥላ እይታ"
-#: strings.hrc:375
+#: include/svx/strings.hrc:371
msgctxt "SIP_SA_CAPTIONTYPE"
msgid "Type of legend"
msgstr "የመግለጫው አይነት"
-#: strings.hrc:376
+#: include/svx/strings.hrc:372
msgctxt "SIP_SA_CAPTIONFIXEDANGLE"
msgid "Fixed legend angle"
msgstr "የተወሰነ መግለጫ ማእዘን"
-#: strings.hrc:377
+#: include/svx/strings.hrc:373
msgctxt "SIP_SA_CAPTIONANGLE"
msgid "Legend angle"
msgstr "የመግለጫ ማእዘን"
-#: strings.hrc:378
+#: include/svx/strings.hrc:374
msgctxt "SIP_SA_CAPTIONGAP"
msgid "Legend lines spacing"
msgstr "የ መግለጫ መስመሮች ክፍተት"
-#: strings.hrc:379
+#: include/svx/strings.hrc:375
msgctxt "SIP_SA_CAPTIONESCDIR"
msgid "Legend exit alignment"
msgstr "ከ መግለጫ ማሰለፊያ መውጫ"
-#: strings.hrc:380
+#: include/svx/strings.hrc:376
msgctxt "SIP_SA_CAPTIONESCISREL"
msgid "Relative exit legend"
msgstr "ከ መግለጫ ግንኙነት መውጫ"
-#: strings.hrc:381
+#: include/svx/strings.hrc:377
msgctxt "SIP_SA_CAPTIONESCREL"
msgid "Relative exit legend"
msgstr "ከ መግለጫ ግንኙነት መውጫ"
-#: strings.hrc:382
+#: include/svx/strings.hrc:378
msgctxt "SIP_SA_CAPTIONESCABS"
msgid "Absolute exit of legend"
msgstr "ከ መግለጫ ፍጹም መውጫ"
-#: strings.hrc:383
+#: include/svx/strings.hrc:379
msgctxt "SIP_SA_CAPTIONLINELEN"
msgid "Legend line length"
msgstr "የመግለጫ መስመር እርዝመት"
-#: strings.hrc:384
+#: include/svx/strings.hrc:380
msgctxt "SIP_SA_CAPTIONFITLINELEN"
msgid "AutoLength of legend lines"
msgstr "የ መግለጫ መስመሮች በራሱ እርዝመት"
-#: strings.hrc:385
+#: include/svx/strings.hrc:381
msgctxt "SIP_SA_ECKENRADIUS"
msgid "Corner radius"
msgstr "የጥግ radius"
-#: strings.hrc:386
+#: include/svx/strings.hrc:382
msgctxt "SIP_SA_TEXT_MINFRAMEHEIGHT"
msgid "Minimal frame height"
msgstr "አነስተኛው የክፈፍ እርዝመት"
-#: strings.hrc:387
+#: include/svx/strings.hrc:383
msgctxt "SIP_SA_TEXT_AUTOGROWHEIGHT"
msgid "AutoFit height"
msgstr "በራሱ በ እርዝመቱ ልክ"
-#: strings.hrc:388
+#: include/svx/strings.hrc:384
msgctxt "SIP_SA_TEXT_FITTOSIZE"
msgid "Fit text to frame"
msgstr "ጽሁፍ በክፈፉ ልክ"
-#: strings.hrc:389
+#: include/svx/strings.hrc:385
msgctxt "SIP_SA_TEXT_LEFTDIST"
msgid "Left text frame spacing"
msgstr "የ ግራ ጽሁፍ ክፈፍ ክፍተት"
-#: strings.hrc:390
+#: include/svx/strings.hrc:386
msgctxt "SIP_SA_TEXT_RIGHTDIST"
msgid "Right text frame spacing"
msgstr "የ ቀኝ ጽሁፍ ክፈፍ ክፍተት"
-#: strings.hrc:391
+#: include/svx/strings.hrc:387
msgctxt "SIP_SA_TEXT_UPPERDIST"
msgid "Upper text frame spacing"
msgstr "የላይ ጽሁፍ ክፈፍ ክፍተት"
-#: strings.hrc:392
+#: include/svx/strings.hrc:388
msgctxt "SIP_SA_TEXT_LOWERDIST"
msgid "Lower text frame spacing"
msgstr "የታች ጽሁፍ ክፈፍ ክፍተት"
-#: strings.hrc:393
+#: include/svx/strings.hrc:389
msgctxt "SIP_SA_TEXT_VERTADJUST"
msgid "Vertical text anchor"
msgstr "በ ቁመት ጽሁፍ ማስቆሚያ"
-#: strings.hrc:394
+#: include/svx/strings.hrc:390
msgctxt "SIP_SA_TEXT_MAXFRAMEHEIGHT"
msgid "Maximal frame height"
msgstr "ከፍተኛው የክፈፍ እርዝመት"
-#: strings.hrc:395
+#: include/svx/strings.hrc:391
msgctxt "SIP_SA_TEXT_MINFRAMEWIDTH"
msgid "Minimal frame width"
msgstr "ዝቅተኛው የ ክፈፍ ስፋት"
-#: strings.hrc:396
+#: include/svx/strings.hrc:392
msgctxt "SIP_SA_TEXT_MAXFRAMEWIDTH"
msgid "Maximal frame width"
msgstr "ከፍተኛው የ ክፈፍ ስፋት"
-#: strings.hrc:397
+#: include/svx/strings.hrc:393
msgctxt "SIP_SA_TEXT_AUTOGROWWIDTH"
msgid "AutoFit width"
msgstr "በራሱ በ ስፋቱ ልክ"
-#: strings.hrc:398
+#: include/svx/strings.hrc:394
msgctxt "SIP_SA_TEXT_HORZADJUST"
msgid "Horizontal text anchor"
msgstr "በ አግድም ጽሁፍ ማስቆሚያ"
-#: strings.hrc:399
+#: include/svx/strings.hrc:395
msgctxt "SIP_SA_TEXT_ANIKIND"
msgid "Ticker"
msgstr "ቆጣሪ"
-#: strings.hrc:400
+#: include/svx/strings.hrc:396
msgctxt "SIP_SA_TEXT_ANIDIRECTION"
msgid "Ticker direction"
msgstr "የቆጣሪ አቅጣጫ"
-#: strings.hrc:401
+#: include/svx/strings.hrc:397
msgctxt "SIP_SA_TEXT_ANISTARTINSIDE"
msgid "Ticker start inside"
msgstr "ቆጣሪ በውስጥ ማስጀመሪያ"
-#: strings.hrc:402
+#: include/svx/strings.hrc:398
msgctxt "SIP_SA_TEXT_ANISTOPINSIDE"
msgid "Ticker stop inside"
msgstr "ቆጣሪ በውስጥ ማቆሚያ"
-#: strings.hrc:403
+#: include/svx/strings.hrc:399
msgctxt "SIP_SA_TEXT_ANICOUNT"
msgid "Number of ticker runs"
msgstr "ቆጣሪው የሄዳቸው ቁጥሮች"
-#: strings.hrc:404
+#: include/svx/strings.hrc:400
msgctxt "SIP_SA_TEXT_ANIDELAY"
msgid "Speed of ticker"
msgstr "የቆጣሪው ፍጥነት"
-#: strings.hrc:405
+#: include/svx/strings.hrc:401
msgctxt "SIP_SA_TEXT_ANIAMOUNT"
msgid "Ticker step size"
msgstr "የቆጣሪው ደረጃ መጠን"
-#: strings.hrc:406
+#: include/svx/strings.hrc:402
msgctxt "SIP_SA_TEXT_CONTOURFRAME"
msgid "Outline text flow"
msgstr "የ ጽሁፍ ፍሰት ረቂቅ"
-#: strings.hrc:407
+#: include/svx/strings.hrc:403
msgctxt "SIP_SA_XMLATTRIBUTES"
msgid "User-defined attributes"
msgstr "የተጠቃሚ-መግለጫ ባህሪዎች"
-#: strings.hrc:408
+#: include/svx/strings.hrc:404
msgctxt "SIP_SA_TEXT_USEFIXEDCELLHEIGHT"
msgid "Use font-independent line spacing"
msgstr "ነፃ-የፊደል መስመር ክፍተት መጠቀሚያ"
-#: strings.hrc:409
+#: include/svx/strings.hrc:405
msgctxt "SIP_SA_WORDWRAP"
msgid "Word wrap text in shape"
msgstr "በቅርጹ ቃላት መጠቅለያ ጽሁፍ"
-#: strings.hrc:410
+#: include/svx/strings.hrc:406
msgctxt "SIP_SA_CHAINNEXTNAME"
msgid "Next link in text chain"
msgstr "የሚቀጥለው አገናኝ በ ጽሁፍ ሰንሰለት ውስጥ"
-#: strings.hrc:411
+#: include/svx/strings.hrc:407
msgctxt "SIP_SA_EDGEKIND"
msgid "Type of connector"
msgstr "የ አገናኙ አይነት"
-#: strings.hrc:412
+#: include/svx/strings.hrc:408
msgctxt "SIP_SA_EDGENODE1HORZDIST"
msgid "Horz. spacing object 1"
msgstr "በ አግድም የ እቃ ክፍተት 1"
-#: strings.hrc:413
+#: include/svx/strings.hrc:409
msgctxt "SIP_SA_EDGENODE1VERTDIST"
msgid "Vert. spacing object 1"
msgstr "በ ቁመት የ እቃ ክፍተት 1"
-#: strings.hrc:414
+#: include/svx/strings.hrc:410
msgctxt "SIP_SA_EDGENODE2HORZDIST"
msgid "Horz. spacing object 2"
msgstr "በ አግድም የ እቃ ክፍተት 2"
-#: strings.hrc:415
+#: include/svx/strings.hrc:411
msgctxt "SIP_SA_EDGENODE2VERTDIST"
msgid "Vert. spacing object 2"
msgstr "በ ቁመት የ እቃ ክፍተት 2"
-#: strings.hrc:416
+#: include/svx/strings.hrc:412
msgctxt "SIP_SA_EDGENODE1GLUEDIST"
msgid "Glue spacing object 1"
msgstr "የ መጋጠሚያ እቃ ክፍተት 1"
-#: strings.hrc:417
+#: include/svx/strings.hrc:413
msgctxt "SIP_SA_EDGENODE2GLUEDIST"
msgid "Glue spacing object 2"
msgstr "የ መጋጠሚያ እቃ ክፍተት 2"
-#: strings.hrc:418
+#: include/svx/strings.hrc:414
msgctxt "SIP_SA_EDGELINEDELTACOUNT"
msgid "Number of movable lines"
msgstr "የሚንቀሳቀሱ መስመሮች ቁጥር"
-#: strings.hrc:419
+#: include/svx/strings.hrc:415
msgctxt "SIP_SA_EDGELINE1DELTA"
msgid "Offset line 1"
msgstr "ማካካሻ መስመር 1"
-#: strings.hrc:420
+#: include/svx/strings.hrc:416
msgctxt "SIP_SA_EDGELINE2DELTA"
msgid "Offset line 2"
msgstr "ማካካሻ መስመር 2"
-#: strings.hrc:421
+#: include/svx/strings.hrc:417
msgctxt "SIP_SA_EDGELINE3DELTA"
msgid "Offset line 3"
msgstr "ማካካሻ መስመር 3"
-#: strings.hrc:422
+#: include/svx/strings.hrc:418
msgctxt "SIP_SA_MEASUREKIND"
msgid "Type of dimensioning"
msgstr "Type of dimensioning"
-#: strings.hrc:423
+#: include/svx/strings.hrc:419
msgctxt "SIP_SA_MEASURETEXTHPOS"
msgid "Dimension value - horizontal position"
msgstr "የ አቅጣጫ ዋጋ - በ አግድም ቦታ"
-#: strings.hrc:424
+#: include/svx/strings.hrc:420
msgctxt "SIP_SA_MEASURETEXTVPOS"
msgid "Dimension value - vertical position"
msgstr "የ Dimension ዋጋ - በቁመት ቦታ"
-#: strings.hrc:425
+#: include/svx/strings.hrc:421
msgctxt "SIP_SA_MEASURELINEDIST"
msgid "Dimension line space"
msgstr "የ Dimension መስመር ቦታ"
-#: strings.hrc:426
+#: include/svx/strings.hrc:422
msgctxt "SIP_SA_MEASUREHELPLINEOVERHANG"
msgid "Dimension help line overhang"
msgstr "የ Dimension እርዳታ መስመር ማስፋፊያ"
-#: strings.hrc:427
+#: include/svx/strings.hrc:423
msgctxt "SIP_SA_MEASUREHELPLINEDIST"
msgid "Dimension help line spacing"
msgstr "የ አቅጣጫ እርዳታ መስመር ክፍተት"
-#: strings.hrc:428
+#: include/svx/strings.hrc:424
msgctxt "SIP_SA_MEASUREHELPLINE1LEN"
msgid "Backlog of dimension help line 1"
msgstr "ያልተፈጸመ ስራ ከ Dimension እርዳታ መስመር 1"
-#: strings.hrc:429
+#: include/svx/strings.hrc:425
msgctxt "SIP_SA_MEASUREHELPLINE2LEN"
msgid "Backlog of dimension help line 2"
msgstr "ያልተፈጸመ ስራ ከ Dimension እርዳታ መስመር 2"
-#: strings.hrc:430
+#: include/svx/strings.hrc:426
msgctxt "SIP_SA_MEASUREBELOWREFEDGE"
msgid "Lower edge dimensioning"
msgstr "ዝቅተኛ ጠርዝ dimensioning"
-#: strings.hrc:431
+#: include/svx/strings.hrc:427
msgctxt "SIP_SA_MEASURETEXTROTA90"
msgid "Dimension value across dimension line"
msgstr "የ Dimension ዋጋ ከ dimension መስመር ባሻገር"
-#: strings.hrc:432
+#: include/svx/strings.hrc:428
msgctxt "SIP_SA_MEASURETEXTUPSIDEDOWN"
msgid "Rotate dimension value by 180 degree"
msgstr "የ dimension ዋጋ በ 180 ዲግሪ ማዞሪያ"
-#: strings.hrc:433
+#: include/svx/strings.hrc:429
msgctxt "SIP_SA_MEASUREOVERHANG"
msgid "Dimension line overhang"
msgstr "የ Dimension መስመር ማስፊያ"
-#: strings.hrc:434
+#: include/svx/strings.hrc:430
msgctxt "SIP_SA_MEASUREUNIT"
msgid "Measure unit"
msgstr "መለኪያ ክፍል"
-#: strings.hrc:435
+#: include/svx/strings.hrc:431
msgctxt "SIP_SA_MEASURESCALE"
msgid "Additional scale factor"
msgstr "ተጨማሪ የ መለኪያ ምክንያት"
-#: strings.hrc:436
+#: include/svx/strings.hrc:432
msgctxt "SIP_SA_MEASURESHOWUNIT"
msgid "Measure unit display"
msgstr "መለኪያ ክፍል ማሳያ"
-#: strings.hrc:437
+#: include/svx/strings.hrc:433
msgctxt "SIP_SA_MEASUREFORMATSTRING"
msgid "Dimension value format"
msgstr "የ አቅጣጫ ዋጋ አቀራረብ"
-#: strings.hrc:438
+#: include/svx/strings.hrc:434
msgctxt "SIP_SA_MEASURETEXTAUTOANGLE"
msgid "AutoPositioning of the dimension value"
msgstr "የ አቅጣጫ ዋጋ በራሱ ቦታ መመደቢያ"
-#: strings.hrc:439
+#: include/svx/strings.hrc:435
msgctxt "SIP_SA_MEASURETEXTAUTOANGLEVIEW"
msgid "Angle for the automatic positioning of the dimension value"
msgstr "የ አቅጣጫ ዋጋ ራሱ በራሱ ቦታ መመደቢያ Angle"
-#: strings.hrc:440
+#: include/svx/strings.hrc:436
msgctxt "SIP_SA_MEASURETEXTISFIXEDANGLE"
msgid "Determination of the dimension value angle"
msgstr "የ dimension ዋጋ መመደቢያ ማእዘን መወሰኛ"
-#: strings.hrc:441
+#: include/svx/strings.hrc:437
msgctxt "SIP_SA_MEASURETEXTFIXEDANGLE"
msgid "Angle of the dimension value"
msgstr "የ dimension ዋጋ ማእዘን"
-#: strings.hrc:442
+#: include/svx/strings.hrc:438
msgctxt "SIP_SA_MEASUREDECIMALPLACES"
msgid "Decimal places"
msgstr "የዴሲማል ቦታዎች"
-#: strings.hrc:443
+#: include/svx/strings.hrc:439
msgctxt "SIP_SA_CIRCKIND"
msgid "Type of circle"
msgstr "የክቡ አይነት"
-#: strings.hrc:444
+#: include/svx/strings.hrc:440
msgctxt "SIP_SA_CIRCSTARTANGLE"
msgid "Start angle"
msgstr "ማእዘን መጀመሪያ"
-#: strings.hrc:445
+#: include/svx/strings.hrc:441
msgctxt "SIP_SA_CIRCENDANGLE"
msgid "End angle"
msgstr "ማእዘን መጨረሻ"
-#: strings.hrc:446
+#: include/svx/strings.hrc:442
msgctxt "SIP_SA_OBJMOVEPROTECT"
msgid "Protected object position"
msgstr "የሚጠበቁ የእቃዎች ቦታ"
-#: strings.hrc:447
+#: include/svx/strings.hrc:443
msgctxt "SIP_SA_OBJSIZEPROTECT"
msgid "Protected object size"
msgstr "የሚጠበቁ የእቃዎች መጠን"
-#: strings.hrc:448
+#: include/svx/strings.hrc:444
msgctxt "SIP_SA_OBJPRINTABLE"
msgid "Object, printable"
msgstr "ሊታተም የሚችል እቃ"
-#: strings.hrc:449
+#: include/svx/strings.hrc:445
msgctxt "SIP_SA_OBJVISIBLE"
msgid "Object, visible"
msgstr "የሚታይ እቃ"
-#: strings.hrc:450
+#: include/svx/strings.hrc:446
msgctxt "SIP_SA_LAYERID"
msgid "Level ID"
msgstr "ደረጃ መለያ"
-#: strings.hrc:451
+#: include/svx/strings.hrc:447
msgctxt "SIP_SA_LAYERNAME"
msgid "Layer"
msgstr "ደረጃ"
-#: strings.hrc:452
+#: include/svx/strings.hrc:448
msgctxt "SIP_SA_OBJECTNAME"
msgid "Object name"
msgstr "የእቃው ስም"
-#: strings.hrc:453
+#: include/svx/strings.hrc:449
msgctxt "SIP_SA_ALLPOSITIONX"
msgid "Position X, complete"
msgstr "የ X, ቦታ ተፈጽሟል"
-#: strings.hrc:454
+#: include/svx/strings.hrc:450
msgctxt "SIP_SA_ALLPOSITIONY"
msgid "Position Y, complete"
msgstr "የ Y, ቦታ ተፈጽሟል"
-#: strings.hrc:455
+#: include/svx/strings.hrc:451
msgctxt "SIP_SA_ALLSIZEWIDTH"
msgid "Total Width"
msgstr "ጠቅላላ ስፋት"
-#: strings.hrc:456
+#: include/svx/strings.hrc:452
msgctxt "SIP_SA_ALLSIZEHEIGHT"
msgid "Height, complete"
msgstr "ጠቅላላ እርዝመት"
-#: strings.hrc:457
+#: include/svx/strings.hrc:453
msgctxt "SIP_SA_ONEPOSITIONX"
msgid "Single position X"
msgstr "የ X ነጠላ ቦታ"
-#: strings.hrc:458
+#: include/svx/strings.hrc:454
msgctxt "SIP_SA_ONEPOSITIONY"
msgid "Single position Y"
msgstr "የ Y ነጠላ ቦታ"
-#: strings.hrc:459
+#: include/svx/strings.hrc:455
msgctxt "SIP_SA_ONESIZEWIDTH"
msgid "Single width"
msgstr "ነጠላ ስፋት"
-#: strings.hrc:460
+#: include/svx/strings.hrc:456
msgctxt "SIP_SA_ONESIZEHEIGHT"
msgid "Single height"
msgstr "ነጠላ እርዝመት"
-#: strings.hrc:461
+#: include/svx/strings.hrc:457
msgctxt "SIP_SA_LOGICSIZEWIDTH"
msgid "Logical width"
msgstr "የ Logical ስፋት"
-#: strings.hrc:462
+#: include/svx/strings.hrc:458
msgctxt "SIP_SA_LOGICSIZEHEIGHT"
msgid "Logical height"
msgstr "የ Logical እርዝመት"
-#: strings.hrc:463
+#: include/svx/strings.hrc:459
msgctxt "SIP_SA_ROTATEANGLE"
msgid "Single rotation angle"
msgstr "ነጠላ ማዞሪያ ማእዘን"
-#: strings.hrc:464
+#: include/svx/strings.hrc:460
msgctxt "SIP_SA_SHEARANGLE"
msgid "Single shear angle"
msgstr "ነጠላ መቁረጫ ማእዘን"
-#: strings.hrc:465
+#: include/svx/strings.hrc:461
msgctxt "SIP_SA_MOVEX"
msgid "Move horizontally"
msgstr "በ አግድም ማንቀሳቀሻ"
-#: strings.hrc:466
+#: include/svx/strings.hrc:462
msgctxt "SIP_SA_MOVEY"
msgid "Move vertically"
msgstr "በ ቁመት ማንቀሳቀሻ"
-#: strings.hrc:467
+#: include/svx/strings.hrc:463
msgctxt "SIP_SA_RESIZEXONE"
msgid "Resize X, single"
msgstr "እንደገና መመጠኛ X, ነጠላ"
-#: strings.hrc:468
+#: include/svx/strings.hrc:464
msgctxt "SIP_SA_RESIZEYONE"
msgid "Resize Y, single"
msgstr "እንደገና መመጠኛ Y, ነጠላ"
-#: strings.hrc:469
+#: include/svx/strings.hrc:465
msgctxt "SIP_SA_ROTATEONE"
msgid "Single rotation"
msgstr "ነጠላ ማዞሪያ"
-#: strings.hrc:470
+#: include/svx/strings.hrc:466
msgctxt "SIP_SA_HORZSHEARONE"
msgid "Single horizontal shear"
msgstr "ነጠላ በ አግድም መቁረጫ"
-#: strings.hrc:471
+#: include/svx/strings.hrc:467
msgctxt "SIP_SA_VERTSHEARONE"
msgid "Single vertical shear"
msgstr "ነጠላ በ ቁመት መቁረጫ"
-#: strings.hrc:472
+#: include/svx/strings.hrc:468
msgctxt "SIP_SA_RESIZEXALL"
msgid "Resize X, complete"
msgstr "X, እንደገና መመጠን ተፈጽሟል"
-#: strings.hrc:473
+#: include/svx/strings.hrc:469
msgctxt "SIP_SA_RESIZEYALL"
msgid "Resize Y, complete"
msgstr "Y, እንደገና መመጠን ተፈጽሟል"
-#: strings.hrc:474
+#: include/svx/strings.hrc:470
msgctxt "SIP_SA_ROTATEALL"
msgid "Rotate all"
msgstr "ሁሉንም ማዞሪያ"
-#: strings.hrc:475
+#: include/svx/strings.hrc:471
msgctxt "SIP_SA_HORZSHEARALL"
msgid "Shear horizontal, complete"
msgstr "በ አግድም መቁረጥ ተፈጽሟል"
-#: strings.hrc:476
+#: include/svx/strings.hrc:472
msgctxt "SIP_SA_VERTSHEARALL"
msgid "Shear vertical, complete"
msgstr "በ ቁመት መቁረጥ ተፈጽሟል"
-#: strings.hrc:477
+#: include/svx/strings.hrc:473
msgctxt "SIP_SA_TRANSFORMREF1X"
msgid "Reference point 1 X"
msgstr "መነሻ ነጥብ 1 X"
-#: strings.hrc:478
+#: include/svx/strings.hrc:474
msgctxt "SIP_SA_TRANSFORMREF1Y"
msgid "Reference point 1 Y"
msgstr "መነሻ ነጥብ 1 Y"
-#: strings.hrc:479
+#: include/svx/strings.hrc:475
msgctxt "SIP_SA_TRANSFORMREF2X"
msgid "Reference point 2 X"
msgstr "መነሻ ነጥብ 2 X"
-#: strings.hrc:480
+#: include/svx/strings.hrc:476
msgctxt "SIP_SA_TRANSFORMREF2Y"
msgid "Reference point 2 Y"
msgstr "መነሻ ነጥብ 2 Y"
-#: strings.hrc:481
+#: include/svx/strings.hrc:477
msgctxt "SIP_EE_PARA_HYPHENATE"
msgid "Hyphenation"
msgstr "ጭረት"
-#: strings.hrc:482
+#: include/svx/strings.hrc:478
msgctxt "SIP_EE_PARA_BULLETSTATE"
msgid "Display bullets"
msgstr "ነጥቦች ማሳያ"
-#: strings.hrc:483
+#: include/svx/strings.hrc:479
msgctxt "SIP_EE_PARA_OUTLLRSPACE"
msgid "Numbering indents"
msgstr "ቁጥር መስጫ ማስረጊያ"
-#: strings.hrc:484
+#: include/svx/strings.hrc:480
msgctxt "SIP_EE_PARA_OUTLLEVEL"
msgid "Numbering level"
msgstr "ቁጥር መስጫ ደረጃ"
-#: strings.hrc:485
+#: include/svx/strings.hrc:481
msgctxt "SIP_EE_PARA_BULLET"
msgid "Bullets and Numberings"
msgstr "ነጥቦች እና ቁጥር መስጫዎች"
-#: strings.hrc:486
+#: include/svx/strings.hrc:482
msgctxt "SIP_EE_PARA_LRSPACE"
msgid "Indents"
msgstr "ማስረጊያዎች"
-#: strings.hrc:487
+#: include/svx/strings.hrc:483
msgctxt "SIP_EE_PARA_ULSPACE"
msgid "Paragraph spacing"
msgstr "የ አንቀጽ ክፍተት"
-#: strings.hrc:488
+#: include/svx/strings.hrc:484
msgctxt "SIP_EE_PARA_SBL"
msgid "Line spacing"
msgstr "የ መስመር ክፍተት"
-#: strings.hrc:489
+#: include/svx/strings.hrc:485
msgctxt "SIP_EE_PARA_JUST"
msgid "Paragraph alignment"
msgstr "አንቀጽ ማሰለፊያ"
-#: strings.hrc:490
+#: include/svx/strings.hrc:486
msgctxt "SIP_EE_PARA_TABS"
msgid "Tabulators"
msgstr "መቁጠሪያዎች"
-#: strings.hrc:491
+#: include/svx/strings.hrc:487
msgctxt "SIP_EE_CHAR_COLOR"
msgid "Font color"
msgstr "የ ፊደል ቀለም"
-#: strings.hrc:492
+#: include/svx/strings.hrc:488
msgctxt "SIP_EE_CHAR_FONTINFO"
msgid "Character set"
msgstr "ባህሪ ማሰናጃ"
-#: strings.hrc:493
+#: include/svx/strings.hrc:489
msgctxt "SIP_EE_CHAR_FONTHEIGHT"
msgid "Font size"
msgstr "የ ፊደል መጠን"
-#: strings.hrc:494
+#: include/svx/strings.hrc:490
msgctxt "SIP_EE_CHAR_FONTWIDTH"
msgid "Font width"
msgstr "የ ፊደል ስፋት"
-#: strings.hrc:495
+#: include/svx/strings.hrc:491
msgctxt "SIP_EE_CHAR_WEIGHT"
msgid "Bold (thickness)"
msgstr "ማድመቂያ (ውፍረቱ)"
-#: strings.hrc:496
+#: include/svx/strings.hrc:492
msgctxt "SIP_EE_CHAR_UNDERLINE"
msgid "Underline"
msgstr "ከ ስሩ ማስመሪያ"
-#: strings.hrc:497
+#: include/svx/strings.hrc:493
msgctxt "SIP_EE_CHAR_OVERLINE"
msgid "Overline"
msgstr "ከ ላይ ማስመሪያ"
-#: strings.hrc:498
+#: include/svx/strings.hrc:494
msgctxt "SIP_EE_CHAR_STRIKEOUT"
msgid "Strikethrough"
msgstr "መሰረዣ"
-#: strings.hrc:499
+#: include/svx/strings.hrc:495
msgctxt "SIP_EE_CHAR_ITALIC"
msgid "Italic"
msgstr "ማዝመሚያ"
-#: strings.hrc:500
+#: include/svx/strings.hrc:496
msgctxt "SIP_EE_CHAR_OUTLINE"
msgid "Outline"
msgstr "ረቂቅ"
-#: strings.hrc:501
+#: include/svx/strings.hrc:497
msgctxt "SIP_EE_CHAR_SHADOW"
msgid "Font shadow"
msgstr "የፊደል ጥላ"
-#: strings.hrc:502
+#: include/svx/strings.hrc:498
msgctxt "SIP_EE_CHAR_ESCAPEMENT"
msgid "Superscript/subscript"
msgstr "በትንንሹ ከፍ ብሎ መጻፊያ/በትንንሹ ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:503
+#: include/svx/strings.hrc:499
msgctxt "SIP_EE_CHAR_PAIRKERNING"
msgid "Kerning"
msgstr "Kerning"
-#: strings.hrc:504
+#: include/svx/strings.hrc:500
msgctxt "SIP_EE_CHAR_KERNING"
msgid "Manual kerning"
msgstr "Manual kerning"
-#: strings.hrc:505
+#: include/svx/strings.hrc:501
msgctxt "SIP_EE_CHAR_WLM"
msgid "No underline for spaces"
msgstr "ለ ክፍተቶች ከ ስሩ አታስምር"
-#: strings.hrc:506
+#: include/svx/strings.hrc:502
msgctxt "SIP_EE_FEATURE_TAB"
msgid "Tabulator"
msgstr "መቁጠሪያ"
-#: strings.hrc:507
+#: include/svx/strings.hrc:503
msgctxt "SIP_EE_FEATURE_LINEBR"
msgid "Optional line break"
msgstr "በምርጫ መስመር መስበሪያ"
-#: strings.hrc:508
+#: include/svx/strings.hrc:504
msgctxt "SIP_EE_FEATURE_NOTCONV"
msgid "Non-convertible character"
msgstr "ሊቀየር-የማይችል ባህሪ"
-#: strings.hrc:509
+#: include/svx/strings.hrc:505
msgctxt "SIP_EE_FEATURE_FIELD"
msgid "Fields"
msgstr "ሜዳዎች"
-#: strings.hrc:510
+#: include/svx/strings.hrc:506
msgctxt "SIP_SA_GRAFRED"
msgid "Red"
msgstr "ቀይ"
-#: strings.hrc:511
+#: include/svx/strings.hrc:507
msgctxt "SIP_SA_GRAFGREEN"
msgid "Green"
msgstr "አረንጓዴ"
-#: strings.hrc:512
+#: include/svx/strings.hrc:508
msgctxt "SIP_SA_GRAFBLUE"
msgid "Blue"
msgstr "ሰማያዊ"
-#: strings.hrc:513
+#: include/svx/strings.hrc:509
msgctxt "SIP_SA_GRAFLUMINANCE"
msgid "Brightness"
msgstr "ብርሁነት"
-#: strings.hrc:514
+#: include/svx/strings.hrc:510
msgctxt "SIP_SA_GRAFCONTRAST"
msgid "Contrast"
msgstr "አነጻጻሪ"
-#: strings.hrc:515
+#: include/svx/strings.hrc:511
msgctxt "SIP_SA_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
-#: strings.hrc:516
+#: include/svx/strings.hrc:512
msgctxt "SIP_SA_GRAFTRANSPARENCE"
msgid "Transparency"
msgstr "ግልጽነት"
-#: strings.hrc:517
+#: include/svx/strings.hrc:513
msgctxt "SIP_SA_GRAFINVERT"
msgid "Invert"
msgstr "መገልበጫ"
-#: strings.hrc:518
+#: include/svx/strings.hrc:514
msgctxt "SIP_SA_GRAFMODE"
msgid "Image mode"
msgstr "የ ምስል ዘዴ"
-#: strings.hrc:519
+#: include/svx/strings.hrc:515
msgctxt "SIP_SA_GRAFCROP"
msgid "Crop"
msgstr "መከርከሚያ"
-#: strings.hrc:520
+#: include/svx/strings.hrc:516
msgctxt "STR_ObjNameSingulMEDIA"
msgid "Media object"
msgstr "ብዙሀን መገናኛ እቃ"
-#: strings.hrc:521
+#: include/svx/strings.hrc:517
msgctxt "STR_ObjNamePluralMEDIA"
msgid "Media objects"
msgstr "ብዙሀን መገናኛ እቃዎች"
#. drawing layer table strings
-#: strings.hrc:523
+#: include/svx/strings.hrc:519
msgctxt "STR_TABLE_INSCOL"
msgid "Insert column"
msgstr "አምድ ማስገቢያ"
-#: strings.hrc:524
+#: include/svx/strings.hrc:520
msgctxt "STR_TABLE_INSROW"
msgid "Insert row"
msgstr "ረድፍ ማስገቢያ"
-#: strings.hrc:525
+#: include/svx/strings.hrc:521
msgctxt "STR_UNDO_COL_DELETE"
msgid "Delete column"
msgstr "አምድ ማጥፊያ"
-#: strings.hrc:526
+#: include/svx/strings.hrc:522
msgctxt "STR_UNDO_ROW_DELETE"
msgid "Delete row"
msgstr "ረድፍ ማጥፊያ"
-#: strings.hrc:527
+#: include/svx/strings.hrc:523
msgctxt "STR_TABLE_SPLIT"
msgid "Split cells"
msgstr "ክፍሎች መክፈያ"
-#: strings.hrc:528
+#: include/svx/strings.hrc:524
msgctxt "STR_TABLE_MERGE"
msgid "Merge cells"
msgstr "ክፍሎች ማዋሀጃ"
-#: strings.hrc:529
+#: include/svx/strings.hrc:525
msgctxt "STR_TABLE_NUMFORMAT"
msgid "Format cell"
msgstr "የ ክፍሎች አቀራረብ"
-#: strings.hrc:530
+#: include/svx/strings.hrc:526
msgctxt "STR_TABLE_DISTRIBUTE_ROWS"
msgid "Distribute rows"
msgstr "ረድፎች ማከፋፈያ"
-#: strings.hrc:531
+#: include/svx/strings.hrc:527
msgctxt "STR_TABLE_DISTRIBUTE_COLUMNS"
msgid "Distribute columns"
msgstr "አምዶች ማከፋፈያ"
-#: strings.hrc:532
+#: include/svx/strings.hrc:528
msgctxt "STR_TABLE_DELETE_CELL_CONTENTS"
msgid "Delete cell contents"
msgstr "የ ክፍል ይዞታዎችን ማጥፊያ"
-#: strings.hrc:533
+#: include/svx/strings.hrc:529
msgctxt "STR_TABLE_STYLE"
msgid "Table style"
msgstr "የሰንጠረዥ ዘዴ"
-#: strings.hrc:534
+#: include/svx/strings.hrc:530
msgctxt "STR_TABLE_STYLE_SETTINGS"
msgid "Table style settings"
msgstr "የሰንጠረዥ ዘዴ ማሰናጃዎች"
-#: strings.hrc:535
+#: include/svx/strings.hrc:531
msgctxt "STR_ObjNameSingulTable"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:536
+#: include/svx/strings.hrc:532
msgctxt "STR_ObjNamePluralTable"
msgid "Tables"
msgstr "ሰንጠረዦች"
-#: strings.hrc:537
+#: include/svx/strings.hrc:533
msgctxt "STR_ObjNameSingulFONTWORK"
msgid "Font work"
msgstr "የ ፊደል ስራ"
#. Strings for the Draw-Dialog --------------------------------------------
-#: strings.hrc:539
+#: include/svx/strings.hrc:535
msgctxt "RID_SVXSTR_SOLID"
msgid "Continuous"
msgstr "የሚቀጥል"
-#: strings.hrc:540
+#: include/svx/strings.hrc:536
msgctxt "RID_SVXSTR_GRADIENT"
msgid "Gradient"
msgstr "ከፍታ መለኪያ"
-#: strings.hrc:541
+#: include/svx/strings.hrc:537
msgctxt "RID_SVXSTR_BITMAP"
msgid "Bitmap"
msgstr "Bitmap"
-#: strings.hrc:542
+#: include/svx/strings.hrc:538
msgctxt "RID_SVXSTR_PATTERN"
msgid "Pattern"
msgstr "ንድፍ"
-#: strings.hrc:543
+#: include/svx/strings.hrc:539
msgctxt "RID_SVXSTR_PATTERN_UNTITLED"
msgid "Untitled Pattern"
msgstr "ያልተሰየመ ንድፍ"
-#: strings.hrc:544
+#: include/svx/strings.hrc:540
msgctxt "RID_SVXSTR_LINESTYLE"
msgid "Line Style"
msgstr "የመስመር ዘዴ"
-#: strings.hrc:545
+#: include/svx/strings.hrc:541
msgctxt "RID_SVXSTR_INVISIBLE"
msgid "None"
msgstr "ምንም"
-#: strings.hrc:546
+#: include/svx/strings.hrc:542
msgctxt "RID_SVXSTR_COLOR"
msgid "Color"
msgstr "ቀለም"
-#: strings.hrc:547
+#: include/svx/strings.hrc:543
msgctxt "RID_SVXSTR_HATCH"
msgid "Hatching"
msgstr "በርካታ መስመር"
-#: strings.hrc:548
+#: include/svx/strings.hrc:544
msgctxt "RID_SVXSTR_LINEEND"
msgid "Arrowheads"
msgstr "የ ቀስት ራስጌዎች"
-#: strings.hrc:549
+#: include/svx/strings.hrc:545
msgctxt "RID_SVXSTR_ARROW"
msgid "Arrow"
msgstr "ቀስት"
-#: strings.hrc:550
+#: include/svx/strings.hrc:546
msgctxt "RID_SVXSTR_SQUARE"
msgid "Square"
msgstr "ስኴር"
-#: strings.hrc:551
+#: include/svx/strings.hrc:547
msgctxt "RID_SVXSTR_CIRCLE"
msgid "Circle"
msgstr "ክብ"
-#: strings.hrc:552
+#: include/svx/strings.hrc:548
msgctxt "RID_SVXSTR_NONE"
msgid "- none -"
msgstr "- ምንም -"
-#: strings.hrc:553
+#: include/svx/strings.hrc:549
msgctxt "RID_SVXSTR_TRANSPARENCE"
msgid "Transparency"
msgstr "ግልጽነት"
-#: strings.hrc:554
+#: include/svx/strings.hrc:550
msgctxt "RID_SVXSTR_CENTERED"
msgid "Centered"
msgstr "መሀከል"
-#: strings.hrc:555
+#: include/svx/strings.hrc:551
msgctxt "RID_SVXSTR_NOTCENTERED"
msgid "Not centered"
msgstr "መሀከል ያልሆነ"
-#: strings.hrc:556
+#: include/svx/strings.hrc:552
msgctxt "RID_SVXSTR_GRAFMODE_STANDARD"
msgid "Default"
msgstr "ነባር"
-#: strings.hrc:557
+#: include/svx/strings.hrc:553
msgctxt "RID_SVXSTR_GRAFMODE_GREYS"
msgid "Grayscale"
msgstr "ግራጫማ"
-#: strings.hrc:558
+#: include/svx/strings.hrc:554
msgctxt "RID_SVXSTR_GRAFMODE_MONO"
msgid "Black/White"
msgstr "ጥቁር/ነጭ"
-#: strings.hrc:559
+#: include/svx/strings.hrc:555
msgctxt "RID_SVXSTR_GRAFMODE_WATERMARK"
msgid "Watermark"
msgstr "Watermark"
#. Elements of the standard color palette
-#: strings.hrc:561
+#: include/svx/strings.hrc:557
msgctxt "RID_SVXSTR_COLOR_BLACK"
msgid "Black"
msgstr "ጥቁር"
-#: strings.hrc:562
+#: include/svx/strings.hrc:558
msgctxt "RID_SVXSTR_COLOR_GREY"
msgid "Gray"
msgstr "ግራጫ"
-#: strings.hrc:563
+#: include/svx/strings.hrc:559
msgctxt "RID_SVXSTR_COLOR_WHITE"
msgid "White"
msgstr "ነጭ"
-#: strings.hrc:564
+#: include/svx/strings.hrc:560
msgctxt "RID_SVXSTR_COLOR_YELLOW"
msgid "Yellow"
msgstr "ቢጫ"
-#: strings.hrc:565
+#: include/svx/strings.hrc:561
msgctxt "RID_SVXSTR_COLOR_GOLD"
msgid "Gold"
msgstr "ወርቅ"
-#: strings.hrc:566
+#: include/svx/strings.hrc:562
msgctxt "RID_SVXSTR_COLOR_ORANGE"
msgid "Orange"
msgstr "ብርቱካን"
-#: strings.hrc:567
+#: include/svx/strings.hrc:563
msgctxt "RID_SVXSTR_COLOR_BRICK"
msgid "Brick"
msgstr "ሸክላ"
-#: strings.hrc:568
+#: include/svx/strings.hrc:564
msgctxt "RID_SVXSTR_COLOR_RED"
msgid "Red"
msgstr "ቀይ"
-#: strings.hrc:569
+#: include/svx/strings.hrc:565
msgctxt "RID_SVXSTR_COLOR_VIOLET"
msgid "Violet"
msgstr "ወይን ጠጅ"
-#: strings.hrc:570
+#: include/svx/strings.hrc:566
msgctxt "RID_SVXSTR_COLOR_PURPLE"
msgid "Purple"
msgstr "Purple"
-#: strings.hrc:571
+#: include/svx/strings.hrc:567
msgctxt "RID_SVXSTR_COLOR_INDIGO"
msgid "Indigo"
msgstr "ሐምራዊ ሰማያዊ"
-#: strings.hrc:572
+#: include/svx/strings.hrc:568
msgctxt "RID_SVXSTR_COLOR_BLUE"
msgid "Blue"
msgstr "ሰማያዊ"
-#: strings.hrc:573
+#: include/svx/strings.hrc:569
msgctxt "RID_SVXSTR_COLOR_TEAL"
msgid "Teal"
msgstr "አረንጓዴ ሰማያዊ"
-#: strings.hrc:574
+#: include/svx/strings.hrc:570
msgctxt "RID_SVXSTR_COLOR_GREEN"
msgid "Green"
msgstr "አረንጓዴ"
-#: strings.hrc:575
+#: include/svx/strings.hrc:571
msgctxt "RID_SVXSTR_COLOR_LIME"
msgid "Lime"
msgstr "ሎሚ"
#. Light variants of the standard color palette
-#: strings.hrc:577
+#: include/svx/strings.hrc:573
msgctxt "RID_SVXSTR_COLOR_LIGHTGRAY"
msgid "Light Gray"
msgstr "ነጣ ያለ ግራጫ"
-#: strings.hrc:578
+#: include/svx/strings.hrc:574
msgctxt "RID_SVXSTR_COLOR_LIGHTYELLOW"
msgid "Light Yellow"
msgstr "ነጣ ያለ ቢጫ"
-#: strings.hrc:579
+#: include/svx/strings.hrc:575
msgctxt "RID_SVXSTR_COLOR_LIGHTGOLD"
msgid "Light Gold"
msgstr "ነጣ ያለ ወርቅ"
-#: strings.hrc:580
+#: include/svx/strings.hrc:576
msgctxt "RID_SVXSTR_COLOR_LIGHTORANGE"
msgid "Light Orange"
msgstr "ነጣ ያለ ብርቱካን"
-#: strings.hrc:581
+#: include/svx/strings.hrc:577
msgctxt "RID_SVXSTR_COLOR_LIGHTBRICK"
msgid "Light Brick"
msgstr "ነጣ ያለ ሸክላ"
-#: strings.hrc:582
+#: include/svx/strings.hrc:578
msgctxt "RID_SVXSTR_COLOR_LIGHTRED"
msgid "Light Red"
msgstr "ነጣ ያለ ቀይ"
-#: strings.hrc:583
+#: include/svx/strings.hrc:579
msgctxt "RID_SVXSTR_COLOR_LIGHTVIOLET"
msgid "Light Violet"
msgstr "ነጣ ያለ ወይን ጠጅ"
-#: strings.hrc:584
+#: include/svx/strings.hrc:580
msgctxt "RID_SVXSTR_COLOR_LIGHTPURPLE"
msgid "Light Purple"
msgstr "ነጣ ያለ ሀምራዊ"
-#: strings.hrc:585
+#: include/svx/strings.hrc:581
msgctxt "RID_SVXSTR_COLOR_LIGHTINDIGO"
msgid "Light Indigo"
msgstr "ነጣ ያለ ሐምራዊ ሰማያዊ"
-#: strings.hrc:586
+#: include/svx/strings.hrc:582
msgctxt "RID_SVXSTR_COLOR_LIGHTBLUE"
msgid "Light Blue"
msgstr "ነጣ ያለ ሰማያዊ"
-#: strings.hrc:587
+#: include/svx/strings.hrc:583
msgctxt "RID_SVXSTR_COLOR_LIGHTTEAL"
msgid "Light Teal"
msgstr "ነጣ ያለ አረንጓዴ ሰማያዊ"
-#: strings.hrc:588
+#: include/svx/strings.hrc:584
msgctxt "RID_SVXSTR_COLOR_LIGHTGREEN"
msgid "Light Green"
msgstr "ነጣ ያለ አረንጓዴ"
-#: strings.hrc:589
+#: include/svx/strings.hrc:585
msgctxt "RID_SVXSTR_COLOR_LIGHTLIME"
msgid "Light Lime"
msgstr "ነጣ ያለ ሎሚ"
#. Dark variants of the standard color palette
-#: strings.hrc:591
+#: include/svx/strings.hrc:587
msgctxt "RID_SVXSTR_COLOR_DARKGRAY"
msgid "Dark Gray"
msgstr "ጥቁር ግራጫ"
-#: strings.hrc:592
+#: include/svx/strings.hrc:588
msgctxt "RID_SVXSTR_COLOR_DARKYELLOW"
msgid "Dark Yellow"
msgstr "ጥቁር ቢጫ"
-#: strings.hrc:593
+#: include/svx/strings.hrc:589
msgctxt "RID_SVXSTR_COLOR_DARKGOLD"
msgid "Dark Gold"
msgstr "ጥቁር ወርቅ"
-#: strings.hrc:594
+#: include/svx/strings.hrc:590
msgctxt "RID_SVXSTR_COLOR_DARKORANGE"
msgid "Dark Orange"
msgstr "ጥቁር ብርቱካን"
-#: strings.hrc:595
+#: include/svx/strings.hrc:591
msgctxt "RID_SVXSTR_COLOR_DARKBRICK"
msgid "Dark Brick"
msgstr "ጥቁር ሸክላ"
-#: strings.hrc:596
+#: include/svx/strings.hrc:592
msgctxt "RID_SVXSTR_COLOR_DARKRED"
msgid "Dark Red"
msgstr "ጥቁር ቀይ"
-#: strings.hrc:597
+#: include/svx/strings.hrc:593
msgctxt "RID_SVXSTR_COLOR_DARKVIOLET1"
msgid "Dark Violet"
msgstr "ጥቁር የ ወይን ጠጅ"
-#: strings.hrc:598
+#: include/svx/strings.hrc:594
msgctxt "RID_SVXSTR_COLOR_DARKPURPLE"
msgid "Dark Purple"
msgstr "ጥቁር ሀምራዊ"
-#: strings.hrc:599
+#: include/svx/strings.hrc:595
msgctxt "RID_SVXSTR_COLOR_DARKINDIGO"
msgid "Dark Indigo"
msgstr "ጥቁር ሐምራዊ ሰማያዊ"
-#: strings.hrc:600
+#: include/svx/strings.hrc:596
msgctxt "RID_SVXSTR_COLOR_DARKBLUE"
msgid "Dark Blue"
msgstr "ጥቁር ሰማያዊ"
-#: strings.hrc:601
+#: include/svx/strings.hrc:597
msgctxt "RID_SVXSTR_COLOR_DARKTEAL"
msgid "Dark Teal"
msgstr "ጥቁር አረንጓዴ ሰማያዊ"
-#: strings.hrc:602
+#: include/svx/strings.hrc:598
msgctxt "RID_SVXSTR_COLOR_DARKGREEN"
msgid "Dark Green"
msgstr "ጥቁር አረንጓዴ"
-#: strings.hrc:603
+#: include/svx/strings.hrc:599
msgctxt "RID_SVXSTR_COLOR_DARKLIME"
msgid "Dark Lime"
msgstr "ጥቁር ሎሚ"
#. Elements of the Tonal color palette
-#: strings.hrc:605
+#: include/svx/strings.hrc:601
msgctxt "RID_SVXSTR_COLOR_VIOLET_OUG"
msgid "Violet (Out of Gamut)"
msgstr "ወይን ጠጅ (Out of Gamut)"
-#: strings.hrc:606
+#: include/svx/strings.hrc:602
msgctxt "RID_SVXSTR_COLOR_BLUE_OUG"
msgid "Blue (Out of Gamut)"
msgstr "ሰማያዊ (Out of Gamut)"
-#: strings.hrc:607
+#: include/svx/strings.hrc:603
msgctxt "RID_SVXSTR_COLOR_AZURE_OUG"
msgid "Azure (Out of Gamut)"
msgstr "ነጣ ያለ ሰማያዊ (Out of Gamut)"
-#: strings.hrc:608
+#: include/svx/strings.hrc:604
msgctxt "RID_SVXSTR_COLOR_SPRINGGREEN_OUG"
msgid "Spring Green (Out of Gamut)"
msgstr "የ ፀደይ አረንጓዴ (Out of Gamut)"
-#: strings.hrc:609
+#: include/svx/strings.hrc:605
msgctxt "RID_SVXSTR_COLOR_GREEN_OUG"
msgid "Green (Out of Gamut)"
msgstr "አረንጓዴ (Out of Gamut)"
-#: strings.hrc:610
+#: include/svx/strings.hrc:606
msgctxt "RID_SVXSTR_COLOR_CHARTREUSEGREEN_OUG"
msgid "Chartreuse Green (Out of Gamut)"
msgstr "ፈዛዛ አረንጓዴ (Out of Gamut)"
-#: strings.hrc:611
+#: include/svx/strings.hrc:607
msgctxt "RID_SVXSTR_COLOR_ORANGE_OUG"
msgid "Orange (Out of Gamut)"
msgstr "ብርቱካን (Out of Gamut)"
-#: strings.hrc:612
+#: include/svx/strings.hrc:608
msgctxt "RID_SVXSTR_COLOR_RED_OUG"
msgid "Red (Out of Gamut)"
msgstr "ቀይ (Out of Gamut)"
-#: strings.hrc:613
+#: include/svx/strings.hrc:609
msgctxt "RID_SVXSTR_COLOR_ROSE_OUG"
msgid "Rose (Out of Gamut)"
msgstr "ሮዝ (Out of Gamut)"
-#: strings.hrc:614
+#: include/svx/strings.hrc:610
msgctxt "RID_SVXSTR_COLOR_MAGENTA"
msgid "Magenta"
msgstr "Magenta"
-#: strings.hrc:615
+#: include/svx/strings.hrc:611
msgctxt "RID_SVXSTR_COLOR_AZURE"
msgid "Azure"
msgstr "ነጣ ያለ ሰማያዊ"
-#: strings.hrc:616
+#: include/svx/strings.hrc:612
msgctxt "RID_SVXSTR_COLOR_CYAN"
msgid "Cyan"
msgstr "ሲያን"
-#: strings.hrc:617
+#: include/svx/strings.hrc:613
msgctxt "RID_SVXSTR_COLOR_SPRINGGREEN"
msgid "Spring Green"
msgstr "የ ፀደይ አረንጓዴ"
-#: strings.hrc:618
+#: include/svx/strings.hrc:614
msgctxt "RID_SVXSTR_COLOR_CHARTREUSEGREEN"
msgid "Chartreuse Green"
msgstr "ፈዛዛ አረንጓዴ"
-#: strings.hrc:619
+#: include/svx/strings.hrc:615
msgctxt "RID_SVXSTR_COLOR_ROSE"
msgid "Rose"
msgstr "ሮዝ"
#. Old default color names, probably often used in saved files
-#: strings.hrc:621
+#: include/svx/strings.hrc:617
msgctxt "RID_SVXSTR_COLOR_BLUE_CLASSIC"
msgid "Blue classic"
msgstr "ሰማያዊ"
-#: strings.hrc:622
+#: include/svx/strings.hrc:618
msgctxt "RID_SVXSTR_COLOR_BLUEGREY"
msgid "Blue gray"
msgstr "ሰማያዊ ግራጫ"
-#: strings.hrc:623
+#: include/svx/strings.hrc:619
msgctxt "RID_SVXSTR_COLOR_BORDEAUX"
msgid "Bordeaux"
msgstr "Bordeaux"
-#: strings.hrc:624
+#: include/svx/strings.hrc:620
msgctxt "RID_SVXSTR_COLOR_PALE_YELLOW"
msgid "Pale yellow"
msgstr "ደብዛዛ ቢጫ"
-#: strings.hrc:625
+#: include/svx/strings.hrc:621
msgctxt "RID_SVXSTR_COLOR_PALE_GREEN"
msgid "Pale green"
msgstr "ደብዛዛ አረንጓዴ"
-#: strings.hrc:626
+#: include/svx/strings.hrc:622
msgctxt "RID_SVXSTR_COLOR_DARKVIOLET"
msgid "Dark violet"
msgstr "ጥቁር የወይን ጠጅ"
-#: strings.hrc:627
+#: include/svx/strings.hrc:623
msgctxt "RID_SVXSTR_COLOR_SALMON"
msgid "Salmon"
msgstr "Salmon"
-#: strings.hrc:628
+#: include/svx/strings.hrc:624
msgctxt "RID_SVXSTR_COLOR_SEABLUE"
msgid "Sea blue"
msgstr "ባህር ሰማያዊ"
-#: strings.hrc:629
+#: include/svx/strings.hrc:625
msgctxt "RID_SVXSTR_COLOR_CHART"
msgid "Chart"
msgstr "ቻርት"
-#: strings.hrc:630
+#: include/svx/strings.hrc:626
msgctxt "RID_SVXSTR_COLOR_SKYBLUE"
msgid "Sky blue"
msgstr "ሰማያዊ"
-#: strings.hrc:631
+#: include/svx/strings.hrc:627
msgctxt "RID_SVXSTR_COLOR_YELLOWGREEN"
msgid "Yellow green"
msgstr "ቢጫ አረንጓዴ"
-#: strings.hrc:632
+#: include/svx/strings.hrc:628
msgctxt "RID_SVXSTR_COLOR_PINK"
msgid "Pink"
msgstr "ሮዝ"
-#: strings.hrc:633
+#: include/svx/strings.hrc:629
msgctxt "RID_SVXSTR_COLOR_TURQUOISE"
msgid "Turquoise"
msgstr "ሰማያዊ አረንጓዴ"
#. 16 old AutoFormat Table Styles
-#: strings.hrc:635
+#: include/svx/strings.hrc:631
msgctxt "RID_SVXSTR_TBLAFMT_3D"
msgid "3D"
msgstr "3ዲ"
-#: strings.hrc:636
+#: include/svx/strings.hrc:632
msgctxt "RID_SVXSTR_TBLAFMT_BLACK1"
msgid "Black 1"
msgstr "ጥቁር 1"
-#: strings.hrc:637
+#: include/svx/strings.hrc:633
msgctxt "RID_SVXSTR_TBLAFMT_BLACK2"
msgid "Black 2"
msgstr "ጥቁር 2"
-#: strings.hrc:638
+#: include/svx/strings.hrc:634
msgctxt "RID_SVXSTR_TBLAFMT_BLUE"
msgid "Blue"
msgstr "ሰማያዊ"
-#: strings.hrc:639
+#: include/svx/strings.hrc:635
msgctxt "RID_SVXSTR_TBLAFMT_BROWN"
msgid "Brown"
msgstr "ቡናማ"
-#: strings.hrc:640
+#: include/svx/strings.hrc:636
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY"
msgid "Currency"
msgstr "ገንዘብ"
-#: strings.hrc:641
+#: include/svx/strings.hrc:637
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_3D"
msgid "Currency 3D"
msgstr "ገንዘብ 3ዲ"
-#: strings.hrc:642
+#: include/svx/strings.hrc:638
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_GRAY"
msgid "Currency Gray"
msgstr "ግራጫ ገንዘብ"
-#: strings.hrc:643
+#: include/svx/strings.hrc:639
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_LAVENDER"
msgid "Currency Lavender"
msgstr "ገንዘብ ፈዛዛ ወይን ጠጅ"
-#: strings.hrc:644
+#: include/svx/strings.hrc:640
msgctxt "RID_SVXSTR_TBLAFMT_CURRENCY_TURQUOISE"
msgid "Currency Turquoise"
msgstr "ገንዘብ ሰማያዊ አረንጓዴ"
-#: strings.hrc:645
+#: include/svx/strings.hrc:641
msgctxt "RID_SVXSTR_TBLAFMT_GRAY"
msgid "Gray"
msgstr "ግራጫ"
-#: strings.hrc:646
+#: include/svx/strings.hrc:642
msgctxt "RID_SVXSTR_TBLAFMT_GREEN"
msgid "Green"
msgstr "አረንጓዴ"
-#: strings.hrc:647
+#: include/svx/strings.hrc:643
msgctxt "RID_SVXSTR_TBLAFMT_LAVENDER"
msgid "Lavender"
msgstr "ፈዛዛ ወይን ጠጅ"
-#: strings.hrc:648
+#: include/svx/strings.hrc:644
msgctxt "RID_SVXSTR_TBLAFMT_RED"
msgid "Red"
msgstr "ቀይ"
-#: strings.hrc:649
+#: include/svx/strings.hrc:645
msgctxt "RID_SVXSTR_TBLAFMT_TURQUOISE"
msgid "Turquoise"
msgstr "ሰማያዊ አረንጓዴ"
-#: strings.hrc:650
+#: include/svx/strings.hrc:646
msgctxt "RID_SVXSTR_TBLAFMT_YELLOW"
msgid "Yellow"
msgstr "ቢጫ"
#. 10 new AutoFormat Table Styles since LibreOffice 6.0
-#: strings.hrc:652
+#: include/svx/strings.hrc:648
msgctxt "RID_SVXSTR_TBLAFMT_LO6_ACADEMIC"
msgid "Academic"
msgstr "ትምህርት"
-#: strings.hrc:653
+#: include/svx/strings.hrc:649
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_BLUE"
msgid "Box List Blue"
msgstr "የ ሳጥን ዝርዝር ሰማያዊ"
-#: strings.hrc:654
+#: include/svx/strings.hrc:650
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_GREEN"
msgid "Box List Green"
msgstr "የ ሳጥን ዝርዝር አረንጓዴ"
-#: strings.hrc:655
+#: include/svx/strings.hrc:651
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_RED"
msgid "Box List Red"
msgstr "የ ሳጥን ዝርዝር ቀይ"
-#: strings.hrc:656
+#: include/svx/strings.hrc:652
msgctxt "RID_SVXSTR_TBLAFMT_LO6_BOX_LIST_YELLOW"
msgid "Box List Yellow"
msgstr "የ ሳጥን ዝርዝር ቢጫ"
-#: strings.hrc:657
+#: include/svx/strings.hrc:653
msgctxt "RID_SVXSTR_TBLAFMT_LO6_ELEGANT"
msgid "Elegant"
msgstr "ድንቅ"
-#: strings.hrc:658
+#: include/svx/strings.hrc:654
msgctxt "RID_SVXSTR_TBLAFMT_LO6_FINANCIAL"
msgid "Financial"
msgstr "ገንዘብ"
-#: strings.hrc:659
+#: include/svx/strings.hrc:655
msgctxt "RID_SVXSTR_TBLAFMT_LO6_SIMPLE_GRID_COLUMNS"
msgid "Simple Grid Columns"
msgstr "ቀላል የ አምዶች መጋጠሚያ"
-#: strings.hrc:660
+#: include/svx/strings.hrc:656
msgctxt "RID_SVXSTR_TBLAFMT_LO6_SIMPLE_GRID_ROWS"
msgid "Simple Grid Rows"
msgstr "ቀላል የ ረድፎች መጋጠሚያ"
-#: strings.hrc:661
+#: include/svx/strings.hrc:657
msgctxt "RID_SVXSTR_TBLAFMT_LO6_SIMPLE_LIST_SHADED"
msgid "Simple List Shaded"
msgstr "ቀላል የ ዝርዝር ጥላ"
-#: strings.hrc:662
+#: include/svx/strings.hrc:658
msgctxt "RID_SVXSTR_LINEJOINT_MIDDLE"
msgid "Line joint averaged"
msgstr "መካከለኛ የ መስመር መገናኛ"
-#: strings.hrc:663
+#: include/svx/strings.hrc:659
msgctxt "RID_SVXSTR_LINEJOINT_BEVEL"
msgid "Line joint bevel"
msgstr "የ መስመር ማገናኛ ስላሽ"
-#: strings.hrc:664
+#: include/svx/strings.hrc:660
msgctxt "RID_SVXSTR_LINEJOINT_MITER"
msgid "Line joint miter"
msgstr "miter የመስመር ማገናኛ"
-#: strings.hrc:665
+#: include/svx/strings.hrc:661
msgctxt "RID_SVXSTR_LINEJOINT_ROUND"
msgid "Line joint round"
msgstr "ክብ የመስመር ማገናኛ"
#. the familiar name for it
-#: strings.hrc:667
+#: include/svx/strings.hrc:663
msgctxt "RID_SVXSTR_LINECAP_BUTT"
msgid "Line cap flat"
msgstr "የመስመር ባርኔጣ ጠፍጣፋ"
-#: strings.hrc:668
+#: include/svx/strings.hrc:664
msgctxt "RID_SVXSTR_LINECAP_ROUND"
msgid "Line cap round"
msgstr "የመስመር ባርኔጣ ክብ"
-#: strings.hrc:669
+#: include/svx/strings.hrc:665
msgctxt "RID_SVXSTR_LINECAP_SQUARE"
msgid "Line cap square"
msgstr "የ መስመር ባርኔጣ ስኴር"
-#: strings.hrc:670
+#: include/svx/strings.hrc:666
msgctxt "RID_SVXSTR_GRDT0"
msgid "Gradient"
msgstr "ከፍታ መለኪያ"
-#: strings.hrc:671
+#: include/svx/strings.hrc:667
msgctxt "RID_SVXSTR_GRDT1"
msgid "Linear blue/white"
msgstr "ቀጥተኛ ሰማያዊ/ነጭ"
-#: strings.hrc:672
+#: include/svx/strings.hrc:668
msgctxt "RID_SVXSTR_GRDT2"
msgid "Linear magenta/green"
msgstr "ቀጥተኛ ቀይ ወይን ጠጅ/አረንጓዴ"
-#: strings.hrc:673
+#: include/svx/strings.hrc:669
msgctxt "RID_SVXSTR_GRDT3"
msgid "Linear yellow/brown"
msgstr "ቀጥተኛ ቢጫ/ቡናማ"
-#: strings.hrc:674
+#: include/svx/strings.hrc:670
msgctxt "RID_SVXSTR_GRDT4"
msgid "Radial green/black"
msgstr "ተሽከርካሪ አረንጓዴ/ጥቁር"
-#: strings.hrc:675
+#: include/svx/strings.hrc:671
msgctxt "RID_SVXSTR_GRDT5"
msgid "Radial red/yellow"
msgstr "ተሽከርካሪ ቀይ/ቢጫ"
-#: strings.hrc:676
+#: include/svx/strings.hrc:672
msgctxt "RID_SVXSTR_GRDT6"
msgid "Rectangular red/white"
msgstr "አራት ማእዘን ቀይ/ነጭ"
-#: strings.hrc:677
+#: include/svx/strings.hrc:673
msgctxt "RID_SVXSTR_GRDT7"
msgid "Square yellow/white"
msgstr "ስኴር ቢጫ/ነጭ"
-#: strings.hrc:678
+#: include/svx/strings.hrc:674
msgctxt "RID_SVXSTR_GRDT8"
msgid "Ellipsoid blue gray/light blue"
msgstr "ኤሊፕሶይድ ሰማያዊ ግራጫ/ነጣ ያለ ሰማያዊ"
-#: strings.hrc:679
+#: include/svx/strings.hrc:675
msgctxt "RID_SVXSTR_GRDT9"
msgid "Axial light red/white"
msgstr "Axial light ቀይ/ነጭ"
#. l means left
-#: strings.hrc:681
+#: include/svx/strings.hrc:677
msgctxt "RID_SVXSTR_GRDT10"
msgid "Diagonal 1l"
msgstr "በሰያፍ 1l"
#. r means right
-#: strings.hrc:683
+#: include/svx/strings.hrc:679
msgctxt "RID_SVXSTR_GRDT11"
msgid "Diagonal 1r"
msgstr "በሰያፍ 1r"
#. l means left
-#: strings.hrc:685
+#: include/svx/strings.hrc:681
msgctxt "RID_SVXSTR_GRDT12"
msgid "Diagonal 2l"
msgstr "በሰያፍ 2l"
#. r means right
-#: strings.hrc:687
+#: include/svx/strings.hrc:683
msgctxt "RID_SVXSTR_GRDT13"
msgid "Diagonal 2r"
msgstr "በሰያፍ 2r"
#. l means left
-#: strings.hrc:689
+#: include/svx/strings.hrc:685
msgctxt "RID_SVXSTR_GRDT14"
msgid "Diagonal 3l"
msgstr "በሰያፍ 3l"
#. r means right
-#: strings.hrc:691
+#: include/svx/strings.hrc:687
msgctxt "RID_SVXSTR_GRDT15"
msgid "Diagonal 3r"
msgstr "በሰያፍ 3r"
#. l means left
-#: strings.hrc:693
+#: include/svx/strings.hrc:689
msgctxt "RID_SVXSTR_GRDT16"
msgid "Diagonal 4l"
msgstr "በሰያፍ 4l"
#. r means right
-#: strings.hrc:695
+#: include/svx/strings.hrc:691
msgctxt "RID_SVXSTR_GRDT17"
msgid "Diagonal 4r"
msgstr "በሰያፍ 4r"
-#: strings.hrc:696
+#: include/svx/strings.hrc:692
msgctxt "RID_SVXSTR_GRDT18"
msgid "Diagonal Blue"
msgstr "በ ሰያፍ ሰማያዊ"
-#: strings.hrc:697
+#: include/svx/strings.hrc:693
msgctxt "RID_SVXSTR_GRDT19"
msgid "Diagonal Green"
msgstr "በ ሰያፍ አረንጓዴ"
-#: strings.hrc:698
+#: include/svx/strings.hrc:694
msgctxt "RID_SVXSTR_GRDT20"
msgid "Diagonal Orange"
msgstr "በሰያፍ ብርቱካንማ"
-#: strings.hrc:699
+#: include/svx/strings.hrc:695
msgctxt "RID_SVXSTR_GRDT21"
msgid "Diagonal Red"
msgstr "በሰያፍ ቀይ"
-#: strings.hrc:700
+#: include/svx/strings.hrc:696
msgctxt "RID_SVXSTR_GRDT22"
msgid "Diagonal Turquoise"
msgstr "በ ሰያፍ ሰማያዊ አረንጓዴ"
-#: strings.hrc:701
+#: include/svx/strings.hrc:697
msgctxt "RID_SVXSTR_GRDT23"
msgid "Diagonal Violet"
msgstr "በሰያፍ የወይን ጠጅ"
-#: strings.hrc:702
+#: include/svx/strings.hrc:698
msgctxt "RID_SVXSTR_GRDT24"
msgid "From a Corner"
msgstr "ከ ጥግ"
-#: strings.hrc:703
+#: include/svx/strings.hrc:699
msgctxt "RID_SVXSTR_GRDT25"
msgid "From a Corner, Blue"
msgstr "ከ ጥግ: ሰማያዊ"
-#: strings.hrc:704
+#: include/svx/strings.hrc:700
msgctxt "RID_SVXSTR_GRDT26"
msgid "From a Corner, Green"
msgstr "ከ ጥግ: አረንጓዴ"
-#: strings.hrc:705
+#: include/svx/strings.hrc:701
msgctxt "RID_SVXSTR_GRDT27"
msgid "From a Corner, Orange"
msgstr "ከ ጥግ , ብርቱካንማ"
-#: strings.hrc:706
+#: include/svx/strings.hrc:702
msgctxt "RID_SVXSTR_GRDT28"
msgid "From a Corner, Red"
msgstr "ከ ጥግ , ቀይ"
-#: strings.hrc:707
+#: include/svx/strings.hrc:703
msgctxt "RID_SVXSTR_GRDT29"
msgid "From a Corner, Turquoise"
msgstr "ከ ጥግ: ሰማያዊ አረንጓዴ"
-#: strings.hrc:708
+#: include/svx/strings.hrc:704
msgctxt "RID_SVXSTR_GRDT30"
msgid "From a Corner, Violet"
msgstr "ከ ጥግ , የወይን ጠጅ"
-#: strings.hrc:709
+#: include/svx/strings.hrc:705
msgctxt "RID_SVXSTR_GRDT31"
msgid "From the Middle"
msgstr "ከ መሀከል"
-#: strings.hrc:710
+#: include/svx/strings.hrc:706
msgctxt "RID_SVXSTR_GRDT32"
msgid "From the Middle, Blue"
msgstr "ከ መሀከል: ሰማያዊ"
-#: strings.hrc:711
+#: include/svx/strings.hrc:707
msgctxt "RID_SVXSTR_GRDT33"
msgid "From the Middle, Green"
msgstr "ከ መሀከል: አረንጓዴ"
-#: strings.hrc:712
+#: include/svx/strings.hrc:708
msgctxt "RID_SVXSTR_GRDT34"
msgid "From the Middle, Orange"
msgstr "ከ መሀከል: ብርቱካን"
-#: strings.hrc:713
+#: include/svx/strings.hrc:709
msgctxt "RID_SVXSTR_GRDT35"
msgid "From the Middle, Red"
msgstr "ከ መሀከል: ቀይ"
-#: strings.hrc:714
+#: include/svx/strings.hrc:710
msgctxt "RID_SVXSTR_GRDT36"
msgid "From the Middle, Turquoise"
msgstr "ከ መሀከል: ሰማያዊ አረንጓዴ"
-#: strings.hrc:715
+#: include/svx/strings.hrc:711
msgctxt "RID_SVXSTR_GRDT37"
msgid "From the Middle, Violet"
msgstr "ከ መሀከል: የ ወይን ጠጅ"
-#: strings.hrc:716
+#: include/svx/strings.hrc:712
msgctxt "RID_SVXSTR_GRDT38"
msgid "Horizontal"
msgstr "በ አግድም"
-#: strings.hrc:717
+#: include/svx/strings.hrc:713
msgctxt "RID_SVXSTR_GRDT39"
msgid "Horizontal Blue"
msgstr "በ አግድም ሰማያዊ"
-#: strings.hrc:718
+#: include/svx/strings.hrc:714
msgctxt "RID_SVXSTR_GRDT40"
msgid "Horizontal Green"
msgstr "በ አግድም አረንጓዴ"
-#: strings.hrc:719
+#: include/svx/strings.hrc:715
msgctxt "RID_SVXSTR_GRDT41"
msgid "Horizontal Orange"
msgstr "በ አግድም ብርቱካንማ"
-#: strings.hrc:720
+#: include/svx/strings.hrc:716
msgctxt "RID_SVXSTR_GRDT42"
msgid "Horizontal Red"
msgstr "በ አግድም ቀይ"
-#: strings.hrc:721
+#: include/svx/strings.hrc:717
msgctxt "RID_SVXSTR_GRDT43"
msgid "Horizontal Turquoise"
msgstr "በ አግድም ሰማያዊ አረንጓዴ"
-#: strings.hrc:722
+#: include/svx/strings.hrc:718
msgctxt "RID_SVXSTR_GRDT44"
msgid "Horizontal Violet"
msgstr "በ አግድም የ ወይን ጠጅ"
-#: strings.hrc:723
+#: include/svx/strings.hrc:719
msgctxt "RID_SVXSTR_GRDT45"
msgid "Radial"
msgstr "ተሽከርካሪ"
-#: strings.hrc:724
+#: include/svx/strings.hrc:720
msgctxt "RID_SVXSTR_GRDT46"
msgid "Radial Blue"
msgstr "ተሽከርካሪ ሰማያዊ"
-#: strings.hrc:725
+#: include/svx/strings.hrc:721
msgctxt "RID_SVXSTR_GRDT47"
msgid "Radial Green"
msgstr "ተሽከርካሪ አረንጓዴ"
-#: strings.hrc:726
+#: include/svx/strings.hrc:722
msgctxt "RID_SVXSTR_GRDT48"
msgid "Radial Orange"
msgstr "ተሽከርካሪ ብርቱካንማ"
-#: strings.hrc:727
+#: include/svx/strings.hrc:723
msgctxt "RID_SVXSTR_GRDT49"
msgid "Radial Red"
msgstr "ተሽከርካሪ ቀይ"
-#: strings.hrc:728
+#: include/svx/strings.hrc:724
msgctxt "RID_SVXSTR_GRDT50"
msgid "Radial Turquoise"
msgstr "ተሽከርካሪ ሰማያዊ አረንጓዴ"
-#: strings.hrc:729
+#: include/svx/strings.hrc:725
msgctxt "RID_SVXSTR_GRDT51"
msgid "Radial Violet"
msgstr "ተሽከርካሪ ወይን ጠጅ"
-#: strings.hrc:730
+#: include/svx/strings.hrc:726
msgctxt "RID_SVXSTR_GRDT52"
msgid "Vertical"
msgstr "በ ቁመት"
-#: strings.hrc:731
+#: include/svx/strings.hrc:727
msgctxt "RID_SVXSTR_GRDT53"
msgid "Vertical Blue"
msgstr "በ ቁመት ሰማያዊ"
-#: strings.hrc:732
+#: include/svx/strings.hrc:728
msgctxt "RID_SVXSTR_GRDT54"
msgid "Vertical Green"
msgstr "በ ቁመት አረንጓዴ"
-#: strings.hrc:733
+#: include/svx/strings.hrc:729
msgctxt "RID_SVXSTR_GRDT55"
msgid "Vertical Orange"
msgstr "በ ቁመት ብርቱካንማ"
-#: strings.hrc:734
+#: include/svx/strings.hrc:730
msgctxt "RID_SVXSTR_GRDT56"
msgid "Vertical Red"
msgstr "በ ቁመት ቀይ"
-#: strings.hrc:735
+#: include/svx/strings.hrc:731
msgctxt "RID_SVXSTR_GRDT57"
msgid "Vertical Turquoise"
msgstr "በ ቁመት ሰማያዊ አረንጓዴ"
-#: strings.hrc:736
+#: include/svx/strings.hrc:732
msgctxt "RID_SVXSTR_GRDT58"
msgid "Vertical Violet"
msgstr "በ ቁመት የወይን ጠጅ"
-#: strings.hrc:737
+#: include/svx/strings.hrc:733
msgctxt "RID_SVXSTR_GRDT59"
msgid "Gray Gradient"
msgstr "ግራጫ ከፍታ"
-#: strings.hrc:738
+#: include/svx/strings.hrc:734
msgctxt "RID_SVXSTR_GRDT60"
msgid "Yellow Gradient"
msgstr "ቢጫ ከፍታ"
-#: strings.hrc:739
+#: include/svx/strings.hrc:735
msgctxt "RID_SVXSTR_GRDT61"
msgid "Orange Gradient"
msgstr "ብርቱካን ከፍታ"
-#: strings.hrc:740
+#: include/svx/strings.hrc:736
msgctxt "RID_SVXSTR_GRDT62"
msgid "Red Gradient"
msgstr "ቀይ ከፍታ"
-#: strings.hrc:741
+#: include/svx/strings.hrc:737
msgctxt "RID_SVXSTR_GRDT63"
msgid "Pink Gradient"
msgstr "ሮዝ ከፍታ"
-#: strings.hrc:742
+#: include/svx/strings.hrc:738
msgctxt "RID_SVXSTR_GRDT64"
msgid "Sky"
msgstr "ሰማይ"
-#: strings.hrc:743
+#: include/svx/strings.hrc:739
msgctxt "RID_SVXSTR_GRDT65"
msgid "Cyan Gradient"
msgstr "ሲያን ከፍታ"
-#: strings.hrc:744
+#: include/svx/strings.hrc:740
msgctxt "RID_SVXSTR_GRDT66"
msgid "Blue Gradient"
msgstr "ሰማያዊ ከፍታ"
-#: strings.hrc:745
+#: include/svx/strings.hrc:741
msgctxt "RID_SVXSTR_GRDT67"
msgid "Purple Pipe"
msgstr "የ ወይን ጠጅ ቧንቧ"
-#: strings.hrc:746
+#: include/svx/strings.hrc:742
msgctxt "RID_SVXSTR_GRDT68"
msgid "Night"
msgstr "ሌሊት"
-#: strings.hrc:747
+#: include/svx/strings.hrc:743
msgctxt "RID_SVXSTR_GRDT69"
msgid "Green Gradient"
msgstr "አረንጓዴ ከፍታ"
-#: strings.hrc:748
+#: include/svx/strings.hrc:744
msgctxt "RID_SVXSTR_GRDT70"
msgid "Tango Green"
msgstr "ታንጎ አረንጓዴ"
-#: strings.hrc:749
+#: include/svx/strings.hrc:745
msgctxt "RID_SVXSTR_GRDT71"
msgid "Subtle Tango Green"
msgstr "ግልፅ ያልሆነ ታንጎ አረንጓዴ"
-#: strings.hrc:750
+#: include/svx/strings.hrc:746
msgctxt "RID_SVXSTR_GRDT72"
msgid "Tango Purple"
msgstr "ታንጎ ወይን ጠጅ"
-#: strings.hrc:751
+#: include/svx/strings.hrc:747
msgctxt "RID_SVXSTR_GRDT73"
msgid "Tango Red"
msgstr "ታንጎ ቀይ"
-#: strings.hrc:752
+#: include/svx/strings.hrc:748
msgctxt "RID_SVXSTR_GRDT74"
msgid "Tango Blue"
msgstr "ታንጎ ሰማያዊ"
-#: strings.hrc:753
+#: include/svx/strings.hrc:749
msgctxt "RID_SVXSTR_GRDT75"
msgid "Tango Yellow"
msgstr "ታንጎ ቢጫ"
-#: strings.hrc:754
+#: include/svx/strings.hrc:750
msgctxt "RID_SVXSTR_GRDT76"
msgid "Tango Orange"
msgstr "ታንጎ ብርቱካንማ"
-#: strings.hrc:755
+#: include/svx/strings.hrc:751
msgctxt "RID_SVXSTR_GRDT77"
msgid "Tango Gray"
msgstr "ታንጎ ግራጫ"
-#: strings.hrc:756
+#: include/svx/strings.hrc:752
msgctxt "RID_SVXSTR_GRDT78"
msgid "Clay"
msgstr "ጭቃ"
-#: strings.hrc:757
+#: include/svx/strings.hrc:753
msgctxt "RID_SVXSTR_GRDT79"
msgid "Olive Green"
msgstr "ወይራ አረንጓዴ"
-#: strings.hrc:758
+#: include/svx/strings.hrc:754
msgctxt "RID_SVXSTR_GRDT80"
msgid "Silver"
msgstr "ብር"
-#: strings.hrc:759
+#: include/svx/strings.hrc:755
msgctxt "RID_SVXSTR_GRDT81"
msgid "Sunburst"
msgstr "ፀሐይ"
-#: strings.hrc:760
+#: include/svx/strings.hrc:756
msgctxt "RID_SVXSTR_GRDT82"
msgid "Brownie"
msgstr "ቡናማ"
-#: strings.hrc:761
+#: include/svx/strings.hrc:757
msgctxt "RID_SVXSTR_GRDT83"
msgid "Sunset"
msgstr "ፀሐይ መጥለቂያ"
-#: strings.hrc:762
+#: include/svx/strings.hrc:758
msgctxt "RID_SVXSTR_GRDT84"
msgid "Deep Green"
msgstr "ደማቅ አረንጓዴ"
-#: strings.hrc:763
+#: include/svx/strings.hrc:759
msgctxt "RID_SVXSTR_GRDT85"
msgid "Deep Orange"
msgstr "ደማቅ ብርቱካንማ"
-#: strings.hrc:764
+#: include/svx/strings.hrc:760
msgctxt "RID_SVXSTR_GRDT86"
msgid "Deep Blue"
msgstr "ደማቅ ሰማያዊ"
-#: strings.hrc:765
+#: include/svx/strings.hrc:761
msgctxt "RID_SVXSTR_GRDT87"
msgid "Purple Haze"
msgstr "ወይን ጠጅ"
-#: strings.hrc:766
+#: include/svx/strings.hrc:762
msgctxt "RID_SVXSTR_HATCH0"
msgid "Black 45 Degrees Wide"
msgstr "ጥቁር 45 ዲግሪዎች ስፋት"
-#: strings.hrc:767
+#: include/svx/strings.hrc:763
msgctxt "RID_SVXSTR_HATCH1"
msgid "Black 45 Degrees"
msgstr "ጥቁር 45 ዲግሪዎች"
-#: strings.hrc:768
+#: include/svx/strings.hrc:764
msgctxt "RID_SVXSTR_HATCH2"
msgid "Black -45 Degrees"
msgstr "ጥቁር -45 ዲግሪዎች"
-#: strings.hrc:769
+#: include/svx/strings.hrc:765
msgctxt "RID_SVXSTR_HATCH3"
msgid "Black 90 Degrees"
msgstr "ጥቁር 90 ዲግሪዎች"
-#: strings.hrc:770
+#: include/svx/strings.hrc:766
msgctxt "RID_SVXSTR_HATCH4"
msgid "Red Crossed 45 Degrees"
msgstr "ቀይ መስቀልኛ 45 ዲግሪዎች"
-#: strings.hrc:771
+#: include/svx/strings.hrc:767
msgctxt "RID_SVXSTR_HATCH5"
msgid "Red Crossed 0 Degrees"
msgstr "ቀይ መስቀልኛ 0 ዲግሪዎች"
-#: strings.hrc:772
+#: include/svx/strings.hrc:768
msgctxt "RID_SVXSTR_HATCH6"
msgid "Blue Crossed 45 Degrees"
msgstr "ሰማያዊ መስቀልኛ 45 ዲግሪዎች"
-#: strings.hrc:773
+#: include/svx/strings.hrc:769
msgctxt "RID_SVXSTR_HATCH7"
msgid "Blue Crossed 0 Degrees"
msgstr "ሰማያዊ መስቀልኛ 0 ዲግሪዎች"
-#: strings.hrc:774
+#: include/svx/strings.hrc:770
msgctxt "RID_SVXSTR_HATCH8"
msgid "Blue Triple 90 Degrees"
msgstr "ሰማያዊ ሶስት ጊዜ 90 ዲግሪዎች"
-#: strings.hrc:775
+#: include/svx/strings.hrc:771
msgctxt "RID_SVXSTR_HATCH9"
msgid "Black 0 Degrees"
msgstr "ጥቁር 0 ዲግሪዎች"
-#: strings.hrc:776
+#: include/svx/strings.hrc:772
msgctxt "RID_SVXSTR_HATCH10"
msgid "Hatching"
msgstr "በርካታ መስመር"
-#: strings.hrc:777
+#: include/svx/strings.hrc:773
msgctxt "RID_SVXSTR_BMP0"
msgid "Empty"
msgstr "ባዶ"
-#: strings.hrc:778
+#: include/svx/strings.hrc:774
msgctxt "RID_SVXSTR_BMP1"
-msgid "Sky"
-msgstr "ሰማይ"
+msgid "Painted White"
+msgstr "ነጭ የ ተቀባ"
-#: strings.hrc:779
+#: include/svx/strings.hrc:775
msgctxt "RID_SVXSTR_BMP2"
-msgid "Water"
-msgstr "ውሀ"
+msgid "Paper Texture"
+msgstr "የ ወረቀት ገጽታ"
-#: strings.hrc:780
+#: include/svx/strings.hrc:776
msgctxt "RID_SVXSTR_BMP3"
-msgid "Coarse grained"
-msgstr "ሻካራ ደቃቃ"
+msgid "Paper Crumpled"
+msgstr "የ ተጨራመተ ወረቀት"
-#: strings.hrc:781
+#: include/svx/strings.hrc:777
msgctxt "RID_SVXSTR_BMP4"
-msgid "Mercury"
-msgstr "ሜርኩሪ"
+msgid "Paper Graph"
+msgstr "የ ወረቀት ግራፍ"
-#: strings.hrc:782
+#: include/svx/strings.hrc:778
msgctxt "RID_SVXSTR_BMP5"
-msgid "Space"
-msgstr "ሕዋ"
+msgid "Parchment Paper"
+msgstr "ብራና ወረቀት"
-#: strings.hrc:783
+#: include/svx/strings.hrc:779
msgctxt "RID_SVXSTR_BMP6"
-msgid "Metal"
-msgstr "ብረት"
+msgid "Fence"
+msgstr "አጥር"
-#: strings.hrc:784
+#: include/svx/strings.hrc:780
msgctxt "RID_SVXSTR_BMP7"
-msgid "Droplets"
-msgstr "ጠብታ"
+msgid "Wooden Board"
+msgstr "የ እንጨት መክተፊያ"
-#: strings.hrc:785
+#: include/svx/strings.hrc:781
msgctxt "RID_SVXSTR_BMP8"
-msgid "Marble"
-msgstr "እምነ በረድ"
+msgid "Maple Leaves"
+msgstr "ቅጠሎች"
-#: strings.hrc:786
+#: include/svx/strings.hrc:782
msgctxt "RID_SVXSTR_BMP9"
-msgid "Linen"
-msgstr "Linen"
+msgid "Lawn"
+msgstr "የ ቤት ደጃፍ"
-#: strings.hrc:787
+#: include/svx/strings.hrc:783
msgctxt "RID_SVXSTR_BMP10"
-msgid "Stone"
-msgstr "ድንጋይ"
+msgid "Colorful Pebbles"
+msgstr "ባለ ቀለም ጠጠር"
-#: strings.hrc:788
+#: include/svx/strings.hrc:784
msgctxt "RID_SVXSTR_BMP11"
-msgid "Gravel"
-msgstr "ጠጠር"
+msgid "Coffee Beans"
+msgstr "የ ቡና ፍሬ"
-#: strings.hrc:789
+#: include/svx/strings.hrc:785
msgctxt "RID_SVXSTR_BMP12"
-msgid "Wall"
-msgstr "ግድግዳ"
+msgid "Little Clouds"
+msgstr "ትንሽ ደመና"
-#: strings.hrc:790
+#: include/svx/strings.hrc:786
msgctxt "RID_SVXSTR_BMP13"
-msgid "Brownstone"
-msgstr "ቡናማ ድንጋይ"
+msgid "Bathroom Tiles"
+msgstr "ሸክላዎች"
-#: strings.hrc:791
+#: include/svx/strings.hrc:787
msgctxt "RID_SVXSTR_BMP14"
-msgid "Netting"
-msgstr "መረብ"
+msgid "Wall of Rock"
+msgstr "የ ድንጋይ ግድግዳ"
-#: strings.hrc:792
+#: include/svx/strings.hrc:788
msgctxt "RID_SVXSTR_BMP15"
-msgid "Leaves"
-msgstr "ቅጠሎች"
+msgid "Zebra"
+msgstr "የ ሜዳ አህያ"
-#: strings.hrc:793
+#: include/svx/strings.hrc:789
msgctxt "RID_SVXSTR_BMP16"
-msgid "Artificial Turf"
-msgstr "ሰው ሰራሽ ሳር"
+msgid "Color Stripes"
+msgstr "ባለ ቀለም መቀነት"
-#: strings.hrc:794
+#: include/svx/strings.hrc:790
msgctxt "RID_SVXSTR_BMP17"
-msgid "Daisy"
-msgstr "Daisy"
+msgid "Gravel"
+msgstr "ጠጠር"
-#: strings.hrc:795
+#: include/svx/strings.hrc:791
msgctxt "RID_SVXSTR_BMP18"
-msgid "Orange"
-msgstr "ብርቱካን"
+msgid "Parchment Studio"
+msgstr "ብራና"
-#: strings.hrc:796
+#: include/svx/strings.hrc:792
msgctxt "RID_SVXSTR_BMP19"
-msgid "Fiery"
-msgstr "የሚቀጣጠል"
+msgid "Night Sky"
+msgstr "የ ማታ ሰማይ"
-#: strings.hrc:797
+#: include/svx/strings.hrc:793
msgctxt "RID_SVXSTR_BMP20"
-msgid "Roses"
-msgstr "ጽጌረዳ"
+msgid "Pool"
+msgstr "መዋኛ"
-#: strings.hrc:798
+#: include/svx/strings.hrc:794
msgctxt "RID_SVXSTR_BMP21"
msgid "Bitmap"
msgstr "Bitmap"
-#: strings.hrc:799
+#: include/svx/strings.hrc:795
msgctxt "RID_SVXSTR_BMP22"
msgid "5 Percent"
msgstr "5 ፐርሰንት"
-#: strings.hrc:800
+#: include/svx/strings.hrc:796
msgctxt "RID_SVXSTR_BMP23"
msgid "10 Percent"
msgstr "10 ፐርሰንት"
-#: strings.hrc:801
+#: include/svx/strings.hrc:797
msgctxt "RID_SVXSTR_BMP24"
msgid "20 Percent"
msgstr "20 ፐርሰንት"
-#: strings.hrc:802
+#: include/svx/strings.hrc:798
msgctxt "RID_SVXSTR_BMP25"
msgid "25 Percent"
msgstr "25 ፐርሰንት"
-#: strings.hrc:803
+#: include/svx/strings.hrc:799
msgctxt "RID_SVXSTR_BMP26"
msgid "30 Percent"
msgstr "30 ፐርሰንት"
-#: strings.hrc:804
+#: include/svx/strings.hrc:800
msgctxt "RID_SVXSTR_BMP27"
msgid "40 Percent"
msgstr "40 ፐርሰንት"
-#: strings.hrc:805
+#: include/svx/strings.hrc:801
msgctxt "RID_SVXSTR_BMP28"
msgid "50 Percent"
msgstr "50 ፐርሰንት"
-#: strings.hrc:806
+#: include/svx/strings.hrc:802
msgctxt "RID_SVXSTR_BMP29"
msgid "60 Percent"
msgstr "60 ፐርሰንት"
-#: strings.hrc:807
+#: include/svx/strings.hrc:803
msgctxt "RID_SVXSTR_BMP30"
msgid "70 Percent"
msgstr "70 ፐርሰንት"
-#: strings.hrc:808
+#: include/svx/strings.hrc:804
msgctxt "RID_SVXSTR_BMP31"
msgid "75 Percent"
msgstr "75 ፐርሰንት"
-#: strings.hrc:809
+#: include/svx/strings.hrc:805
msgctxt "RID_SVXSTR_BMP32"
msgid "80 Percent"
msgstr "80 ፐርሰንት"
-#: strings.hrc:810
+#: include/svx/strings.hrc:806
msgctxt "RID_SVXSTR_BMP33"
msgid "90 Percent"
msgstr "90 ፐርሰንት"
-#: strings.hrc:811
+#: include/svx/strings.hrc:807
msgctxt "RID_SVXSTR_BMP34"
msgid "Light Downward Diagonal"
msgstr "ብርሃን ወደ ታች በ ሰያፍ"
-#: strings.hrc:812
+#: include/svx/strings.hrc:808
msgctxt "RID_SVXSTR_BMP35"
msgid "Light Upward Diagonal"
msgstr "ብርሃን ወደ ላይ በ ሰያፍ"
-#: strings.hrc:813
+#: include/svx/strings.hrc:809
msgctxt "RID_SVXSTR_BMP36"
msgid "Dark Downward Diagonal"
msgstr "ጨለማ ወደ ታች በ ሰያፍ"
-#: strings.hrc:814
+#: include/svx/strings.hrc:810
msgctxt "RID_SVXSTR_BMP37"
msgid "Dark Upward Diagonal"
msgstr "ጨለማ ወደ ላይ በ ሰያፍ"
-#: strings.hrc:815
+#: include/svx/strings.hrc:811
msgctxt "RID_SVXSTR_BMP38"
msgid "Wide Downward Diagonal"
msgstr "ሰፊ ወደ ታች በ ሰያፍ"
-#: strings.hrc:816
+#: include/svx/strings.hrc:812
msgctxt "RID_SVXSTR_BMP39"
msgid "Wide Upward Diagonal"
msgstr "ሰፊ ወደ ላይ በ ሰያፍ"
-#: strings.hrc:817
+#: include/svx/strings.hrc:813
msgctxt "RID_SVXSTR_BMP40"
msgid "Light Vertical"
msgstr "ብርሃን በ ቁመት"
-#: strings.hrc:818
+#: include/svx/strings.hrc:814
msgctxt "RID_SVXSTR_BMP41"
msgid "Light Horizontal"
msgstr "ብርሃን በ አግድም"
-#: strings.hrc:819
+#: include/svx/strings.hrc:815
msgctxt "RID_SVXSTR_BMP42"
msgid "Narrow Vertical"
msgstr "ጠባብ በ ቁመት"
-#: strings.hrc:820
+#: include/svx/strings.hrc:816
msgctxt "RID_SVXSTR_BMP43"
msgid "Narrow Horizontal"
msgstr "ጠባብ በ አግድም"
-#: strings.hrc:821
+#: include/svx/strings.hrc:817
msgctxt "RID_SVXSTR_BMP44"
msgid "Dark Vertical"
msgstr "ጨለማ በ ቁመት"
-#: strings.hrc:822
+#: include/svx/strings.hrc:818
msgctxt "RID_SVXSTR_BMP45"
msgid "Dark Horizontal"
msgstr "ጨለማ በ አግድም"
-#: strings.hrc:823
+#: include/svx/strings.hrc:819
msgctxt "RID_SVXSTR_BMP46"
msgid "Dashed Downward Diagonal"
msgstr "ጭረት ወደ ታች በ ሰያፍ"
-#: strings.hrc:824
+#: include/svx/strings.hrc:820
msgctxt "RID_SVXSTR_BMP47"
msgid "Dashed Upward Diagonal"
msgstr "ጭረት ወደ ላይ በ ሰያፍ"
-#: strings.hrc:825
+#: include/svx/strings.hrc:821
msgctxt "RID_SVXSTR_BMP48"
msgid "Dashed Horizontal"
msgstr "ጭረት በ አግድም"
-#: strings.hrc:826
+#: include/svx/strings.hrc:822
msgctxt "RID_SVXSTR_BMP49"
msgid "Dashed Vertical"
msgstr "ጭረት በ ቁመት"
-#: strings.hrc:827
+#: include/svx/strings.hrc:823
msgctxt "RID_SVXSTR_BMP50"
msgid "Small Confetti"
msgstr "ትንሽ የሚበተን ወረቀት"
-#: strings.hrc:828
+#: include/svx/strings.hrc:824
msgctxt "RID_SVXSTR_BMP51"
msgid "Large Confetti"
msgstr "ትልቅ የሚበተን ወረቀት"
-#: strings.hrc:829
+#: include/svx/strings.hrc:825
msgctxt "RID_SVXSTR_BMP52"
msgid "Zig Zag"
msgstr "ዚግ ዛግ"
-#: strings.hrc:830
+#: include/svx/strings.hrc:826
msgctxt "RID_SVXSTR_BMP53"
msgid "Wave"
msgstr "ማዕበል"
-#: strings.hrc:831
+#: include/svx/strings.hrc:827
msgctxt "RID_SVXSTR_BMP54"
msgid "Diagonal Brick"
msgstr "ሸክላ በ ሰያፍ"
-#: strings.hrc:832
+#: include/svx/strings.hrc:828
msgctxt "RID_SVXSTR_BMP55"
msgid "Horizontal Brick"
msgstr "ሸክላ በ አግድም"
-#: strings.hrc:833
+#: include/svx/strings.hrc:829
msgctxt "RID_SVXSTR_BMP56"
msgid "Weave"
msgstr "ጉንጉን"
-#: strings.hrc:834
+#: include/svx/strings.hrc:830
msgctxt "RID_SVXSTR_BMP57"
msgid "Plaid"
msgstr "ሰንጠረዥ"
-#: strings.hrc:835
+#: include/svx/strings.hrc:831
msgctxt "RID_SVXSTR_BMP58"
msgid "Divot"
msgstr "ሽንቁር"
-#: strings.hrc:836
+#: include/svx/strings.hrc:832
msgctxt "RID_SVXSTR_BMP59"
msgid "Dotted Grid"
msgstr "ነጠብጣብ መጋጠሚያ"
-#: strings.hrc:837
+#: include/svx/strings.hrc:833
msgctxt "RID_SVXSTR_BMP60"
msgid "Dotted Diamond"
msgstr "ነጠብጣብ አልማዝ"
-#: strings.hrc:838
+#: include/svx/strings.hrc:834
msgctxt "RID_SVXSTR_BMP61"
msgid "Shingle"
msgstr "ተደራራቢ"
-#: strings.hrc:839
+#: include/svx/strings.hrc:835
msgctxt "RID_SVXSTR_BMP62"
msgid "Trellis"
msgstr "መወጣጫ"
-#: strings.hrc:840
+#: include/svx/strings.hrc:836
msgctxt "RID_SVXSTR_BMP63"
msgid "Sphere"
msgstr "ስፌር"
-#: strings.hrc:841
+#: include/svx/strings.hrc:837
msgctxt "RID_SVXSTR_BMP64"
msgid "Small Grid"
msgstr "ትንሽ መጋጠሚያ"
-#: strings.hrc:842
+#: include/svx/strings.hrc:838
msgctxt "RID_SVXSTR_BMP65"
msgid "Large Grid"
msgstr "ትልቅ መጋጠሚያ"
-#: strings.hrc:843
+#: include/svx/strings.hrc:839
msgctxt "RID_SVXSTR_BMP66"
msgid "Small Checker Board"
msgstr "ትንሽ ዳማ መጫወቻ"
-#: strings.hrc:844
+#: include/svx/strings.hrc:840
msgctxt "RID_SVXSTR_BMP67"
msgid "Large Checker Board"
msgstr "ትልቅ ዳማ መጫወቻ"
-#: strings.hrc:845
+#: include/svx/strings.hrc:841
msgctxt "RID_SVXSTR_BMP68"
msgid "Outlined Diamond"
msgstr "ረቂቅ አልማዝ"
-#: strings.hrc:846
+#: include/svx/strings.hrc:842
msgctxt "RID_SVXSTR_BMP69"
msgid "Solid Diamond"
msgstr "ሙሉ አልማዝ"
-#: strings.hrc:847
+#: include/svx/strings.hrc:843
msgctxt "RID_SVXSTR_BMP70"
msgid "Vertical"
msgstr "በ ቁመት"
-#: strings.hrc:848
+#: include/svx/strings.hrc:844
msgctxt "RID_SVXSTR_BMP71"
msgid "Horizontal"
msgstr "በ አግድም"
-#: strings.hrc:849
+#: include/svx/strings.hrc:845
msgctxt "RID_SVXSTR_BMP72"
msgid "Downward Diagonal"
msgstr "ወደ ታች በ ሰያፍ"
-#: strings.hrc:850
+#: include/svx/strings.hrc:846
msgctxt "RID_SVXSTR_BMP73"
msgid "Upward Diagonal"
msgstr "ወደ ላይ በ ሰያፍ"
-#: strings.hrc:851
+#: include/svx/strings.hrc:847
msgctxt "RID_SVXSTR_BMP74"
msgid "Cross"
msgstr "መስቀል"
-#: strings.hrc:852
+#: include/svx/strings.hrc:848
msgctxt "RID_SVXSTR_BMP75"
msgid "Diagonal Cross"
msgstr "መስቀል በ ሰያፍ"
-#: strings.hrc:853
+#: include/svx/strings.hrc:849
msgctxt "RID_SVXSTR_DASH0"
msgid "Ultrafine Dashed"
msgstr "በጣም ደቃቃ ዳሽ"
-#: strings.hrc:854
+#: include/svx/strings.hrc:850
msgctxt "RID_SVXSTR_DASH1"
msgid "Fine Dashed"
msgstr "ደቃቃ ዳሽ"
-#: strings.hrc:855
+#: include/svx/strings.hrc:851
msgctxt "RID_SVXSTR_DASH2"
msgid "2 Dots 3 Dashes"
msgstr "2 ነጥቦች 3 ዳሾች"
-#: strings.hrc:856
+#: include/svx/strings.hrc:852
msgctxt "RID_SVXSTR_DASH3"
msgid "Fine Dotted"
msgstr "ደቃቃ ነጥብ"
-#: strings.hrc:857
+#: include/svx/strings.hrc:853
msgctxt "RID_SVXSTR_DASH4"
msgid "Line with Fine Dots"
msgstr "መስመር በደቃቃ ነጥቦች"
-#: strings.hrc:858
+#: include/svx/strings.hrc:854
msgctxt "RID_SVXSTR_DASH5"
msgid "Fine Dashed"
msgstr "ደቃቃ ዳሽ"
-#: strings.hrc:859
+#: include/svx/strings.hrc:855
msgctxt "RID_SVXSTR_DASH6"
msgid "3 Dashes 3 Dots"
msgstr "3 ዳሾች 3 ነጥቦች"
-#: strings.hrc:860
+#: include/svx/strings.hrc:856
msgctxt "RID_SVXSTR_DASH7"
msgid "Ultrafine Dotted"
msgstr "በጣም ደቃቃ ነጥብ"
-#: strings.hrc:861
+#: include/svx/strings.hrc:857
msgctxt "RID_SVXSTR_DASH8"
msgid "Line Style 9"
msgstr "የመስመር ዘዴ 9"
-#: strings.hrc:862
+#: include/svx/strings.hrc:858
msgctxt "RID_SVXSTR_DASH9"
msgid "2 Dots 1 Dash"
msgstr "2 ነጥቦች 1 ዳሽ"
-#: strings.hrc:863
+#: include/svx/strings.hrc:859
msgctxt "RID_SVXSTR_DASH10"
msgid "Dashed"
msgstr "ዳሽ"
-#: strings.hrc:864
+#: include/svx/strings.hrc:860
msgctxt "RID_SVXSTR_DASH11"
msgid "Dashed"
msgstr "ዳሽ"
-#: strings.hrc:865
+#: include/svx/strings.hrc:861
msgctxt "RID_SVXSTR_DASH12"
msgid "Line Style"
msgstr "የመስመር ዘዴ"
-#: strings.hrc:866
+#: include/svx/strings.hrc:862
msgctxt "RID_SVXSTR_IMAP_ALL_FILTER"
msgid "All formats"
msgstr "ሁሉንም አቀራረብ"
-#: strings.hrc:867
+#: include/svx/strings.hrc:863
msgctxt "RID_SVXSTR_LEND0"
msgid "Arrow concave"
msgstr "ኮንኬቭ ቀስት"
-#: strings.hrc:868
+#: include/svx/strings.hrc:864
msgctxt "RID_SVXSTR_LEND1"
msgid "Square 45"
msgstr "ስኴር 45"
-#: strings.hrc:869
+#: include/svx/strings.hrc:865
msgctxt "RID_SVXSTR_LEND2"
msgid "Small arrow"
msgstr "ትንሽ ቀስት"
-#: strings.hrc:870
+#: include/svx/strings.hrc:866
msgctxt "RID_SVXSTR_LEND3"
msgid "Dimension lines"
msgstr "Dimension መስመሮች"
-#: strings.hrc:871
+#: include/svx/strings.hrc:867
msgctxt "RID_SVXSTR_LEND4"
msgid "Double Arrow"
msgstr "ድርብ ቀስት"
-#: strings.hrc:872
+#: include/svx/strings.hrc:868
msgctxt "RID_SVXSTR_LEND5"
msgid "Rounded short arrow"
msgstr "አጭር የ ተከበበ ቀስት"
-#: strings.hrc:873
+#: include/svx/strings.hrc:869
msgctxt "RID_SVXSTR_LEND6"
msgid "Symmetric arrow"
msgstr "ተመሳሳይ ቀስት"
-#: strings.hrc:874
+#: include/svx/strings.hrc:870
msgctxt "RID_SVXSTR_LEND7"
msgid "Line arrow"
msgstr "የ መስመር ቀስት"
-#: strings.hrc:875
+#: include/svx/strings.hrc:871
msgctxt "RID_SVXSTR_LEND8"
msgid "Rounded large arrow"
msgstr "ትልቅ የ ተከበበ ቀስት"
-#: strings.hrc:876
+#: include/svx/strings.hrc:872
msgctxt "RID_SVXSTR_LEND9"
msgid "Circle"
msgstr "ክብ"
-#: strings.hrc:877
+#: include/svx/strings.hrc:873
msgctxt "RID_SVXSTR_LEND10"
msgid "Square"
msgstr "ስኴር"
-#: strings.hrc:878
+#: include/svx/strings.hrc:874
msgctxt "RID_SVXSTR_LEND11"
msgid "Arrow"
msgstr "ቀስት"
-#: strings.hrc:879
+#: include/svx/strings.hrc:875
msgctxt "RID_SVXSTR_LEND12"
msgid "Short line arrow"
msgstr "አጭር መስመር ቀስት"
-#: strings.hrc:880
+#: include/svx/strings.hrc:876
msgctxt "RID_SVXSTR_LEND13"
msgid "Triangle unfilled"
msgstr "ያልተሞላ ሶስት ማእዘን"
-#: strings.hrc:881
+#: include/svx/strings.hrc:877
msgctxt "RID_SVXSTR_LEND14"
msgid "Diamond unfilled"
msgstr "ያልተሞላ አልማዝ"
-#: strings.hrc:882
+#: include/svx/strings.hrc:878
msgctxt "RID_SVXSTR_LEND15"
msgid "Diamond"
msgstr "አልማዝ"
-#: strings.hrc:883
+#: include/svx/strings.hrc:879
msgctxt "RID_SVXSTR_LEND16"
msgid "Circle unfilled"
msgstr "ያልተሞላ ክብ"
-#: strings.hrc:884
+#: include/svx/strings.hrc:880
msgctxt "RID_SVXSTR_LEND17"
msgid "Square 45 unfilled"
msgstr "ስኴር 45 ያልተሞላ"
-#: strings.hrc:885
+#: include/svx/strings.hrc:881
msgctxt "RID_SVXSTR_LEND18"
msgid "Square unfilled"
msgstr "ስኴር ያልተሞላ"
-#: strings.hrc:886
+#: include/svx/strings.hrc:882
msgctxt "RID_SVXSTR_LEND19"
msgid "Half circle unfilled"
msgstr "ግማሽ ክብ ያልተሞላ"
-#: strings.hrc:887
+#: include/svx/strings.hrc:883
msgctxt "RID_SVXSTR_LEND20"
msgid "Arrowhead"
msgstr "የ ቀስት ራስጌ"
-#: strings.hrc:888
+#: include/svx/strings.hrc:884
msgctxt "RID_SVXSTR_TRASNGR0"
msgid "Transparency"
msgstr "ግልጽነት"
-#: strings.hrc:889
+#: include/svx/strings.hrc:885
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_1"
msgid "Green 1 (%PRODUCTNAME Main Color)"
msgstr "አረንጓዴ 1 (%PRODUCTNAME ዋናው ቀለም)"
-#: strings.hrc:890
+#: include/svx/strings.hrc:886
msgctxt "RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT"
msgid "Green Accent"
msgstr "አረንጓዴ ማጉሊያ"
-#: strings.hrc:891
+#: include/svx/strings.hrc:887
msgctxt "RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT"
msgid "Blue Accent"
msgstr "ሰማያዊ ማጉሊያ"
-#: strings.hrc:892
+#: include/svx/strings.hrc:888
msgctxt "RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT"
msgid "Orange Accent"
msgstr "ብርቱካንማ ማጉሊያ"
-#: strings.hrc:893
+#: include/svx/strings.hrc:889
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE"
msgid "Purple"
msgstr "Purple"
-#: strings.hrc:894
+#: include/svx/strings.hrc:890
msgctxt "RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT"
msgid "Purple Accent"
msgstr "ወይን ጠጅ ማጉሊያ"
-#: strings.hrc:895
+#: include/svx/strings.hrc:891
msgctxt "RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT"
msgid "Yellow Accent"
msgstr "ቢጫ ማጉሊያ"
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:898
+#: include/svx/strings.hrc:894
msgctxt "RID_SVXSTR_COLOR_TANGO_BUTTER"
msgid "Tango: Butter"
msgstr "Tango: ቅቤ"
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:900
+#: include/svx/strings.hrc:896
msgctxt "RID_SVXSTR_COLOR_TANGO_ORANGE"
msgid "Tango: Orange"
msgstr "Tango: ብርቱካንማ"
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:902
+#: include/svx/strings.hrc:898
msgctxt "RID_SVXSTR_COLOR_TANGO_CHOCOLATE"
msgid "Tango: Chocolate"
msgstr "Tango: ቾከሌት"
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:904
+#: include/svx/strings.hrc:900
msgctxt "RID_SVXSTR_COLOR_TANGO_CHAMELEON"
msgid "Tango: Chameleon"
msgstr "Tango: ተቀያያሪ"
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:906
+#: include/svx/strings.hrc:902
msgctxt "RID_SVXSTR_COLOR_TANGO_SKY_BLUE"
msgid "Tango: Sky Blue"
msgstr "ታንጎ: ሰማያዊ"
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:908
+#: include/svx/strings.hrc:904
msgctxt "RID_SVXSTR_COLOR_TANGO_PLUM"
msgid "Tango: Plum"
msgstr "Tango: Plum"
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:910
+#: include/svx/strings.hrc:906
msgctxt "RID_SVXSTR_COLOR_TANGO_SCARLET_RED"
msgid "Tango: Scarlet Red"
msgstr "Tango: Scarlet Red"
#. Tango colors, see: http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
-#: strings.hrc:912
+#: include/svx/strings.hrc:908
msgctxt "RID_SVXSTR_COLOR_TANGO_ALUMINIUM"
msgid "Tango: Aluminium"
msgstr "Tango: Aluminium"
-#: strings.hrc:913
+#: include/svx/strings.hrc:909
msgctxt "RID_SVXSTR_GALLERYPROPS_GALTHEME"
msgid "Gallery Theme"
msgstr "የ አዳራሽ ገጽታ"
-#: strings.hrc:914
+#: include/svx/strings.hrc:910
msgctxt "RID_SVXSTR_GALLERY_THEMEITEMS"
msgid "Theme Items"
msgstr "የገጽታ እቃዎች"
-#: strings.hrc:915
+#: include/svx/strings.hrc:911
msgctxt "RID_SVXSTR_GALLERY_PREVIEW"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: strings.hrc:916
+#: include/svx/strings.hrc:912
msgctxt "RID_SVXSTR_SUCCESSRECOV"
msgid "Successfully recovered"
msgstr "ተሳክተው ድነዋል"
-#: strings.hrc:917
+#: include/svx/strings.hrc:913
msgctxt "RID_SVXSTR_ORIGDOCRECOV"
msgid "Original document recovered"
msgstr "ዋናው የዳነው ስነድ"
-#: strings.hrc:918
+#: include/svx/strings.hrc:914
msgctxt "RID_SVXSTR_RECOVFAILED"
msgid "Recovery failed"
msgstr "ማዳን አልተቻለም"
-#: strings.hrc:919
+#: include/svx/strings.hrc:915
msgctxt "RID_SVXSTR_RECOVINPROGR"
msgid "Recovery in progress"
msgstr "ማዳን በሂደት ላይ"
-#: strings.hrc:920
+#: include/svx/strings.hrc:916
msgctxt "RID_SVXSTR_NOTRECOVYET"
msgid "Not recovered yet"
msgstr "ማዳኑ ገና አልጨረሰም"
-#: strings.hrc:921
+#: include/svx/strings.hrc:917
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 የ እርስዎን ሰነድ ማዳን ይጀምራል: እንደ ሰነዶቹ መጠን ሂደቱ ትንሽ ጊዜ ይወስዳል"
-#: strings.hrc:922
+#: include/svx/strings.hrc:918
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH_DESCR"
msgid "Recovery of your documents was finished. Click 'Finish' to see your documents."
msgstr "የ እርስዎን ሰነድ ማዳኑን ጨርሷል ይጫኑ 'መጨረሻ' የሚለውን ሰነዶቹን ለማየት"
-#: strings.hrc:923
+#: include/svx/strings.hrc:919
msgctxt "RID_SVXSTR_RECOVERYONLY_FINISH"
msgid "~Finish"
msgstr "~መጨረሻ"
-#: strings.hrc:924
+#: include/svx/strings.hrc:920
msgctxt "RID_SVXSTR_WIDTH_LAST_CUSTOM"
msgid "Last Custom Value"
msgstr "የ መጨረሻው ዋጋ ማስተካከያ"
-#: strings.hrc:925
+#: include/svx/strings.hrc:921
msgctxt "RID_SVXSTR_PT"
msgid "pt"
msgstr "ነጥብ"
-#: strings.hrc:927
+#: include/svx/strings.hrc:923
msgctxt "RID_SVXSTR_EXPORT_GRAPHIC_TITLE"
msgid "Image Export"
msgstr "ምስል መላኪያ"
-#: strings.hrc:928
+#: include/svx/strings.hrc:924
msgctxt "RID_SVXSTR_SAVEAS_IMAGE"
msgid "Save as Image"
msgstr "እንደ ምስል ማስቀመጫ"
#. Strings for the Draw Dialog --------------------------------------------
-#: strings.hrc:931
+#: include/svx/strings.hrc:927
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
msgstr "እቃ(ዎች) ማስገቢያ"
-#: strings.hrc:932
+#: include/svx/strings.hrc:928
msgctxt "RID_SVX_3D_UNDO_ROTATE"
msgid "Rotate 3D object"
msgstr "3ዲ እቃ ማሽከርከሪያ"
-#: strings.hrc:933
+#: include/svx/strings.hrc:929
msgctxt "RID_SVX_3D_UNDO_EXTRUDE"
msgid "Create extrusion object"
msgstr "የ ማሾለኪያ እቃ መፍጠሪያ"
-#: strings.hrc:934
+#: include/svx/strings.hrc:930
msgctxt "RID_SVX_3D_UNDO_LATHE"
msgid "Create rotation object"
msgstr "የሚሽከረከር እቃ መፍጠሪያ"
-#: strings.hrc:935
+#: include/svx/strings.hrc:931
msgctxt "RID_SVX_3D_UNDO_BREAK_LATHE"
msgid "Split 3D object"
msgstr "3ዲ እቃዎችን መክፈያ"
#. Language-Strings ------------------------------------------------------
-#: strings.hrc:938
+#: include/svx/strings.hrc:934
msgctxt "RID_SVXSTR_LANGUAGE_ALL"
msgid "[All]"
msgstr "[All]"
-#: strings.hrc:940
+#: include/svx/strings.hrc:936
msgctxt "RID_SVXSTR_GALLERY_FILTER"
msgid "Graphics filter"
msgstr "ንድፎች ማጣሪያ"
-#: strings.hrc:941
+#: include/svx/strings.hrc:937
msgctxt "RID_SVXSTR_GALLERY_NEWTHEME"
msgid "New Theme"
msgstr "አዲስ አርእስት"
-#: strings.hrc:942
+#: include/svx/strings.hrc:938
msgctxt "RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New Theme..."
msgstr "አዲስ አርእስት..."
-#: strings.hrc:943
+#: include/svx/strings.hrc:939
msgctxt "RID_SVXSTR_GALLERY_TITLE"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:944
+#: include/svx/strings.hrc:940
msgctxt "RID_SVXSTR_GALLERY_ICONVIEW"
msgid "Icon View"
msgstr "ምልክቶች መመልከቻ"
-#: strings.hrc:945
+#: include/svx/strings.hrc:941
msgctxt "RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr "ዝርዝር መመልከቻ"
-#: strings.hrc:947
+#: include/svx/strings.hrc:943
msgctxt "RID_GALLERYSTR_THEME_3D"
msgid "3D Effects"
msgstr "3ዲ ውጤቶች"
-#: strings.hrc:948
+#: include/svx/strings.hrc:944
msgctxt "RID_GALLERYSTR_THEME_ANIMATIONS"
msgid "Animations"
msgstr "እንቅስቃሴ"
-#: strings.hrc:949
+#: include/svx/strings.hrc:945
msgctxt "RID_GALLERYSTR_THEME_BULLETS"
msgid "Bullets"
msgstr "ነጥቦች"
-#: strings.hrc:950
+#: include/svx/strings.hrc:946
msgctxt "RID_GALLERYSTR_THEME_OFFICE"
msgid "Office"
msgstr "ቢሮ"
-#: strings.hrc:951
+#: include/svx/strings.hrc:947
msgctxt "RID_GALLERYSTR_THEME_FLAGS"
msgid "Flags"
msgstr "ባንዲራዎች"
-#: strings.hrc:952
+#: include/svx/strings.hrc:948
msgctxt "RID_GALLERYSTR_THEME_FLOWCHARTS"
msgid "Flow Charts"
msgstr "የ ሂደት ቻርትስ"
-#: strings.hrc:953
+#: include/svx/strings.hrc:949
msgctxt "RID_GALLERYSTR_THEME_EMOTICONS"
msgid "Emoticons"
msgstr "የስሜት ምልክቶች"
-#: strings.hrc:954
+#: include/svx/strings.hrc:950
msgctxt "RID_GALLERYSTR_THEME_PHOTOS"
msgid "Images"
msgstr "ምስሎች"
-#: strings.hrc:955
+#: include/svx/strings.hrc:951
msgctxt "RID_GALLERYSTR_THEME_BACKGROUNDS"
msgid "Backgrounds"
msgstr "መደቦቹ"
-#: strings.hrc:956
+#: include/svx/strings.hrc:952
msgctxt "RID_GALLERYSTR_THEME_HOMEPAGE"
msgid "Homepage"
msgstr "የ ገጽ ቤት"
-#: strings.hrc:957
+#: include/svx/strings.hrc:953
msgctxt "RID_GALLERYSTR_THEME_INTERACTION"
msgid "Interaction"
msgstr "ተፅእኖው"
-#: strings.hrc:958
+#: include/svx/strings.hrc:954
msgctxt "RID_GALLERYSTR_THEME_MAPS"
msgid "Maps"
msgstr "ካርታዎች"
-#: strings.hrc:959
+#: include/svx/strings.hrc:955
msgctxt "RID_GALLERYSTR_THEME_PEOPLE"
msgid "People"
msgstr "ሰዎች"
-#: strings.hrc:960
+#: include/svx/strings.hrc:956
msgctxt "RID_GALLERYSTR_THEME_SURFACES"
msgid "Surfaces"
msgstr "የውጪ ክፍል"
-#: strings.hrc:961
+#: include/svx/strings.hrc:957
msgctxt "RID_GALLERYSTR_THEME_COMPUTERS"
msgid "Computers"
msgstr "ኮምፒዩተሮች"
-#: strings.hrc:962
+#: include/svx/strings.hrc:958
msgctxt "RID_GALLERYSTR_THEME_DIAGRAMS"
msgid "Diagrams"
msgstr "ስእላዊ መግለጫ"
-#: strings.hrc:963
+#: include/svx/strings.hrc:959
msgctxt "RID_GALLERYSTR_THEME_ENVIRONMENT"
msgid "Environment"
msgstr "አካባቢ"
-#: strings.hrc:964
+#: include/svx/strings.hrc:960
msgctxt "RID_GALLERYSTR_THEME_FINANCE"
msgid "Finance"
msgstr "ገንዘብ"
-#: strings.hrc:965
+#: include/svx/strings.hrc:961
msgctxt "RID_GALLERYSTR_THEME_TRANSPORT"
msgid "Transport"
msgstr "መጓጓዣ"
-#: strings.hrc:966
+#: include/svx/strings.hrc:962
msgctxt "RID_GALLERYSTR_THEME_TXTSHAPES"
msgid "Textshapes"
msgstr "የጽሁፍ ቅርጾች"
-#: strings.hrc:967
+#: include/svx/strings.hrc:963
msgctxt "RID_GALLERYSTR_THEME_SOUNDS"
msgid "Sounds"
msgstr "ድምጾች"
-#: strings.hrc:968
+#: include/svx/strings.hrc:964
msgctxt "RID_GALLERYSTR_THEME_SYMBOLS"
msgid "Symbols"
msgstr "ምልክቶች"
-#: strings.hrc:969
+#: include/svx/strings.hrc:965
msgctxt "RID_GALLERYSTR_THEME_MYTHEME"
msgid "My Theme"
msgstr "የኔ አርእስት"
-#: strings.hrc:970
+#: include/svx/strings.hrc:966
msgctxt "RID_GALLERYSTR_THEME_ARROWS"
msgid "Arrows"
msgstr "ቀስቶች"
-#: strings.hrc:971
+#: include/svx/strings.hrc:967
msgctxt "RID_GALLERYSTR_THEME_BALLOONS"
msgid "Balloons"
msgstr "ፊኛዎች"
-#: strings.hrc:972
+#: include/svx/strings.hrc:968
msgctxt "RID_GALLERYSTR_THEME_KEYBOARD"
msgid "Keyboard"
msgstr "የ ፊደል ገበታ"
-#: strings.hrc:973
+#: include/svx/strings.hrc:969
msgctxt "RID_GALLERYSTR_THEME_TIME"
msgid "Time"
msgstr "ሰአት"
-#: strings.hrc:974
+#: include/svx/strings.hrc:970
msgctxt "RID_GALLERYSTR_THEME_PRESENTATION"
msgid "Presentation"
msgstr "ማቅረቢያ"
-#: strings.hrc:975
+#: include/svx/strings.hrc:971
msgctxt "RID_GALLERYSTR_THEME_CALENDAR"
msgid "Calendar"
msgstr "ቀን መቁጠሪያ"
-#: strings.hrc:976
+#: include/svx/strings.hrc:972
msgctxt "RID_GALLERYSTR_THEME_NAVIGATION"
msgid "Navigation"
msgstr "መቃኛ"
-#: strings.hrc:977
+#: include/svx/strings.hrc:973
msgctxt "RID_GALLERYSTR_THEME_COMMUNICATION"
msgid "Communication"
msgstr "ግንኙነት"
-#: strings.hrc:978
+#: include/svx/strings.hrc:974
msgctxt "RID_GALLERYSTR_THEME_FINANCES"
msgid "Finances"
msgstr "ገንዘብ"
-#: strings.hrc:979
+#: include/svx/strings.hrc:975
msgctxt "RID_GALLERYSTR_THEME_COMPUTER"
msgid "Computers"
msgstr "ኮምፒዩተሮች"
-#: strings.hrc:980
+#: include/svx/strings.hrc:976
msgctxt "RID_GALLERYSTR_THEME_CLIMA"
msgid "Climate"
msgstr "የአየር ፀባይ"
-#: strings.hrc:981
+#: include/svx/strings.hrc:977
msgctxt "RID_GALLERYSTR_THEME_EDUCATION"
msgid "School & University"
msgstr "ትምህርት ቤት & ዩኒቨርስቲ"
-#: strings.hrc:982
+#: include/svx/strings.hrc:978
msgctxt "RID_GALLERYSTR_THEME_TROUBLE"
msgid "Problem Solving"
msgstr "ችግር አፈታት"
-#: strings.hrc:983
+#: include/svx/strings.hrc:979
msgctxt "RID_GALLERYSTR_THEME_SCREENBEANS"
msgid "Screen Beans"
msgstr "Screen Beans"
-#: strings.hrc:985
+#: include/svx/strings.hrc:981
msgctxt "RID_SVXSTR_ALIGN_LEFT"
msgid "~Left Align"
msgstr "በ ~ግራ ማሰለፊያ"
-#: strings.hrc:986
+#: include/svx/strings.hrc:982
msgctxt "RID_SVXSTR_ALIGN_CENTER"
msgid "~Center"
msgstr "~መሀከል"
-#: strings.hrc:987
+#: include/svx/strings.hrc:983
msgctxt "RID_SVXSTR_ALIGN_RIGHT"
msgid "~Right Align"
msgstr "በ ~ቀኝ ማሰለፊያ"
-#: strings.hrc:988
+#: include/svx/strings.hrc:984
msgctxt "RID_SVXSTR_ALIGN_WORD"
msgid "~Word Justify"
msgstr "~ቃላት እኩል ማካፈያ"
-#: strings.hrc:989
+#: include/svx/strings.hrc:985
msgctxt "RID_SVXSTR_ALIGN_STRETCH"
msgid "S~tretch Justify"
msgstr "መ~ለጠጫ እኩል ማካፈያ"
-#: strings.hrc:990
+#: include/svx/strings.hrc:986
msgctxt "RID_SVXSTR_CHARS_SPACING_VERY_TIGHT"
msgid "~Very Tight"
msgstr "~በጣም ጠባብ"
-#: strings.hrc:991
+#: include/svx/strings.hrc:987
msgctxt "RID_SVXSTR_CHARS_SPACING_TIGHT"
msgid "~Tight"
msgstr "~ጠባብ"
-#: strings.hrc:992
+#: include/svx/strings.hrc:988
msgctxt "RID_SVXSTR_CHARS_SPACING_NORMAL"
msgid "~Normal"
msgstr "~መደበኛ"
-#: strings.hrc:993
+#: include/svx/strings.hrc:989
msgctxt "RID_SVXSTR_CHARS_SPACING_LOOSE"
msgid "~Loose"
msgstr "~ልል"
-#: strings.hrc:994
+#: include/svx/strings.hrc:990
msgctxt "RID_SVXSTR_CHARS_SPACING_VERY_LOOSE"
msgid "Very ~Loose"
msgstr "በጣም ~ልል"
-#: strings.hrc:995
+#: include/svx/strings.hrc:991
msgctxt "RID_SVXSTR_CHARS_SPACING_CUSTOM"
msgid "~Custom..."
msgstr "~ማስተካከያ..."
-#: strings.hrc:996
+#: include/svx/strings.hrc:992
msgctxt "RID_SVXSTR_CHARS_SPACING_KERN_PAIRS"
msgid "~Kern Character Pairs"
msgstr "~Kern Character Pairs"
-#: strings.hrc:998
+#: include/svx/strings.hrc:994
msgctxt "RID_SVXSTR_QRY_PRINT_TITLE"
msgid "Printing selection"
msgstr "የህትመት ምርጫዎች"
-#: strings.hrc:999
+#: include/svx/strings.hrc:995
msgctxt "RID_SVXSTR_QRY_PRINT_MSG"
msgid "Do you want to print the selection or the entire document?"
msgstr "ጠቅላላ ሰነዱን ማተም ይፈልጋሉ ወይም የተመረጠውን?"
-#: strings.hrc:1000
+#: include/svx/strings.hrc:996
msgctxt "RID_SVXSTR_QRY_PRINT_ALL"
msgid "~All"
msgstr "~ሁሉንም"
-#: strings.hrc:1001
+#: include/svx/strings.hrc:997
msgctxt "RID_SVXSTR_QRY_PRINT_SELECTION"
msgid "~Selection"
msgstr "~ምርጫ"
-#: strings.hrc:1003
+#: include/svx/strings.hrc:999
msgctxt "RID_SVXSTR_PERSPECTIVE"
msgid "~Perspective"
msgstr "~Perspective"
-#: strings.hrc:1004
+#: include/svx/strings.hrc:1000
msgctxt "RID_SVXSTR_PARALLEL"
msgid "P~arallel"
msgstr "አ~ጓዳኝ"
-#: strings.hrc:1005
+#: include/svx/strings.hrc:1001
msgctxt "RID_SVXSTR_DIRECTION_NW"
msgid "Extrusion North-West"
msgstr "ወደ ሰሜን-ምእራብ ማሾለኪያ"
-#: strings.hrc:1006
+#: include/svx/strings.hrc:1002
msgctxt "RID_SVXSTR_DIRECTION_N"
msgid "Extrusion North"
msgstr "ወደ ሰሜን ማሾለኪያ"
-#: strings.hrc:1007
+#: include/svx/strings.hrc:1003
msgctxt "RID_SVXSTR_DIRECTION_NE"
msgid "Extrusion North-East"
msgstr "ወደ ሰሜን-ምስራቅ ማሾለኪያ"
-#: strings.hrc:1008
+#: include/svx/strings.hrc:1004
msgctxt "RID_SVXSTR_DIRECTION_W"
msgid "Extrusion West"
msgstr "ወደ ምእራብ ማሾለኪያ"
-#: strings.hrc:1009
+#: include/svx/strings.hrc:1005
msgctxt "RID_SVXSTR_DIRECTION_NONE"
msgid "Extrusion Backwards"
msgstr "ወደ ኋላ ማሾለኪያ"
-#: strings.hrc:1010
+#: include/svx/strings.hrc:1006
msgctxt "RID_SVXSTR_DIRECTION_E"
msgid "Extrusion East"
msgstr "ወደ ምስራቅ ማሾለኪያ"
-#: strings.hrc:1011
+#: include/svx/strings.hrc:1007
msgctxt "RID_SVXSTR_DIRECTION_SW"
msgid "Extrusion South-West"
msgstr "ወደ ደቡብ-ምእራብ ማሾለኪያ"
-#: strings.hrc:1012
+#: include/svx/strings.hrc:1008
msgctxt "RID_SVXSTR_DIRECTION_S"
msgid "Extrusion South"
msgstr "ወደ ደቡብ ማሾለኪያ"
-#: strings.hrc:1013
+#: include/svx/strings.hrc:1009
msgctxt "RID_SVXSTR_DIRECTION_SE"
msgid "Extrusion South-East"
msgstr "ወደ ደቡብ-ምስራቅ ማሾለኪያ"
-#: strings.hrc:1014
+#: include/svx/strings.hrc:1010
msgctxt "RID_SVXSTR_BRIGHT"
msgid "~Bright"
msgstr "~ብሩህ"
-#: strings.hrc:1015
+#: include/svx/strings.hrc:1011
msgctxt "RID_SVXSTR_NORMAL"
msgid "~Normal"
msgstr "~መደበኛ"
-#: strings.hrc:1016
+#: include/svx/strings.hrc:1012
msgctxt "RID_SVXSTR_DIM"
msgid "~Dim"
msgstr "~ፋዛዛ"
-#: strings.hrc:1017
+#: include/svx/strings.hrc:1013
msgctxt "RID_SVXSTR_WIREFRAME"
msgid "~Wire Frame"
msgstr "~የሽቦ ክፈፍ"
-#: strings.hrc:1018
+#: include/svx/strings.hrc:1014
msgctxt "RID_SVXSTR_MATTE"
msgid "~Matt"
msgstr "~Matt"
-#: strings.hrc:1019
+#: include/svx/strings.hrc:1015
msgctxt "RID_SVXSTR_PLASTIC"
msgid "~Plastic"
msgstr "~ፕላስቲክ"
-#: strings.hrc:1020
+#: include/svx/strings.hrc:1016
msgctxt "RID_SVXSTR_METAL"
msgid "Me~tal"
msgstr "ብረ~ት"
-#: strings.hrc:1021
+#: include/svx/strings.hrc:1017
msgctxt "RID_SVXSTR_DEPTH_0"
msgid "~0 cm"
msgstr "~0 ሴሚ"
-#: strings.hrc:1022
+#: include/svx/strings.hrc:1018
msgctxt "RID_SVXSTR_DEPTH_1"
msgid "~1 cm"
msgstr "~1 ሴሚ"
-#: strings.hrc:1023
+#: include/svx/strings.hrc:1019
msgctxt "RID_SVXSTR_DEPTH_2"
msgid "~2.5 cm"
msgstr "~2.5 ሴሚ"
-#: strings.hrc:1024
+#: include/svx/strings.hrc:1020
msgctxt "RID_SVXSTR_DEPTH_3"
msgid "~5 cm"
msgstr "~5 ሴሚ"
-#: strings.hrc:1025
+#: include/svx/strings.hrc:1021
msgctxt "RID_SVXSTR_DEPTH_4"
msgid "10 ~cm"
msgstr "10 ~ሴሚ"
-#: strings.hrc:1026
+#: include/svx/strings.hrc:1022
msgctxt "RID_SVXSTR_DEPTH_0_INCH"
msgid "0 inch"
msgstr "0 ኢንች"
-#: strings.hrc:1027
+#: include/svx/strings.hrc:1023
msgctxt "RID_SVXSTR_DEPTH_1_INCH"
msgid "0.~5 inch"
msgstr "0.~5 ኢንች"
-#: strings.hrc:1028
+#: include/svx/strings.hrc:1024
msgctxt "RID_SVXSTR_DEPTH_2_INCH"
msgid "~1 inch"
msgstr "~1 ኢንች"
-#: strings.hrc:1029
+#: include/svx/strings.hrc:1025
msgctxt "RID_SVXSTR_DEPTH_3_INCH"
msgid "~2 inch"
msgstr "~2 ኢንች"
-#: strings.hrc:1030
+#: include/svx/strings.hrc:1026
msgctxt "RID_SVXSTR_DEPTH_4_INCH"
msgid "~4 inch"
msgstr "~4 ኢንች"
-#: strings.hrc:1031
+#: include/svx/strings.hrc:1027
msgctxt "RID_SVXSTR_CUSTOM"
msgid "~Custom..."
msgstr "~ማስተካከያ..."
-#: strings.hrc:1032
+#: include/svx/strings.hrc:1028
msgctxt "RID_SVXSTR_INFINITY"
msgid "~Infinity"
msgstr "~ኢንፊኒቲ"
-#: strings.hrc:1034
+#: include/svx/strings.hrc:1030
msgctxt "RID_SVXSTR_NOFILL"
msgid "No Fill"
msgstr "መሙያ የለም"
-#: strings.hrc:1035
+#: include/svx/strings.hrc:1031
msgctxt "RID_SVXSTR_TRANSPARENT"
msgid "Transparent"
msgstr "ግልጽነት"
-#: strings.hrc:1036
+#: include/svx/strings.hrc:1032
msgctxt "RID_SVXSTR_DEFAULT"
msgid "Default"
msgstr "ነባር"
-#: strings.hrc:1037
+#: include/svx/strings.hrc:1033
msgctxt "RID_SVXSTR_FRAME"
msgid "Borders"
msgstr "ድንበሮች"
-#: strings.hrc:1038
+#: include/svx/strings.hrc:1034
msgctxt "RID_SVXSTR_FRAME_STYLE"
msgid "Border Style"
msgstr "የድንበሮች ዘዴ"
-#: strings.hrc:1039
+#: include/svx/strings.hrc:1035
msgctxt "RID_SVXSTR_MORENUMBERING"
msgid "More Numbering..."
msgstr "ተጨማሪ ቁጥር መስጫ..."
-#: strings.hrc:1040
+#: include/svx/strings.hrc:1036
msgctxt "RID_SVXSTR_MOREBULLETS"
msgid "More Bullets..."
msgstr "ተጨማሪ ነጥቦች..."
-#: strings.hrc:1041
+#: include/svx/strings.hrc:1037
msgctxt "RID_SVXSTR_BY_AUTHOR"
msgid "By author"
msgstr "በ ደራሲው"
-#: strings.hrc:1042
+#: include/svx/strings.hrc:1038
msgctxt "RID_SVXSTR_PAGES"
msgid "Pages"
msgstr "ገጾች"
-#: strings.hrc:1043
+#: include/svx/strings.hrc:1039
msgctxt "RID_SVXSTR_CLEARFORM"
msgid "Clear formatting"
msgstr "አቀራረብ ማጽጃ"
-#: strings.hrc:1044
+#: include/svx/strings.hrc:1040
msgctxt "RID_SVXSTR_MORE_STYLES"
msgid "More Styles..."
msgstr "ተጨማሪ ዘዴዎች..."
-#: strings.hrc:1045
+#: include/svx/strings.hrc:1041
msgctxt "RID_SVXSTR_MORE"
msgid "More Options..."
msgstr "ተጫማሪ ምርጫዎች..."
#. This is duplicated in GenericCommands.xcu in officecfg.
-#: strings.hrc:1047
+#: include/svx/strings.hrc:1043
msgctxt "RID_SVXSTR_CHARFONTNAME"
msgid "Font Name"
msgstr "የፊደሉ ስም"
-#: strings.hrc:1048
+#: include/svx/strings.hrc:1044
msgctxt "RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE"
msgid "Font Name. The current font is not available and will be substituted."
msgstr "የ ፊደሉ ስም: የ አሁኑ ፊደል ዝግጁ አይደለም እና በሌላ ይቀየራል"
-#: strings.hrc:1049
+#: include/svx/strings.hrc:1045
msgctxt "RID_SVXSTR_CUSTOM_PAL"
msgid "custom"
msgstr "ማስተካከያ"
-#: strings.hrc:1050
+#: include/svx/strings.hrc:1046
msgctxt "RID_SVXSTR_DOC_COLORS"
msgid "Document colors"
msgstr "የ ሰነድ ቀለሞች"
-#: strings.hrc:1051
+#: include/svx/strings.hrc:1047
msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "የ ሰነድ ቀለሞች"
-#: strings.hrc:1053
+#: include/svx/strings.hrc:1049
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "ማሾለኪያ"
-#: strings.hrc:1054
+#: include/svx/strings.hrc:1050
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "ማሾለኪያ ማብሪያ/ማጥፊያ መፈጸሚያ"
-#: strings.hrc:1055
+#: include/svx/strings.hrc:1051
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "ወደ ታች ማዘንበያ"
-#: strings.hrc:1056
+#: include/svx/strings.hrc:1052
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "ወደ ላይ ማዘንበያ"
-#: strings.hrc:1057
+#: include/svx/strings.hrc:1053
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "ወደ ግራ ማዘንበያ"
-#: strings.hrc:1058
+#: include/svx/strings.hrc:1054
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "ወደ ቀኝ ማዘንበያ"
-#: strings.hrc:1059
+#: include/svx/strings.hrc:1055
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "የ ማሾለኪያ ጥልቀት መቀየሪያ"
-#: strings.hrc:1060
+#: include/svx/strings.hrc:1056
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "አቅጣጫ መቀየሪያ"
-#: strings.hrc:1061
+#: include/svx/strings.hrc:1057
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Change Projection Type"
-#: strings.hrc:1062
+#: include/svx/strings.hrc:1058
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "ብርሃን መቀየሪያ"
-#: strings.hrc:1063
+#: include/svx/strings.hrc:1059
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "ብሩህነቱን መቀየሪያ"
-#: strings.hrc:1064
+#: include/svx/strings.hrc:1060
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "የ ማሾለኪያ ገጽታ መቀየሪያ"
-#: strings.hrc:1065
+#: include/svx/strings.hrc:1061
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "የ ማሾለኪያ ቀለም መቀየሪያ"
-#: strings.hrc:1067
+#: include/svx/strings.hrc:1063
msgctxt "RID_SVXFLOAT3D_FAVORITE"
msgid "Favorite"
msgstr "የምወዳቸው"
-#: strings.hrc:1068
+#: include/svx/strings.hrc:1064
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
-#: strings.hrc:1069
+#: include/svx/strings.hrc:1065
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
-#: strings.hrc:1070
+#: include/svx/strings.hrc:1066
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
-#: strings.hrc:1072
+#: include/svx/strings.hrc:1068
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "የ ፊደል ስራ"
-#: strings.hrc:1073
+#: include/svx/strings.hrc:1069
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "የ ፊደል ስራ ቅርጽ መፈጸሚያ"
-#: strings.hrc:1074
+#: include/svx/strings.hrc:1070
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "የ ፊደል ስራ ተመሳሳይ የ ፊደል እርዝመት መፈጸሚያ"
-#: strings.hrc:1075
+#: include/svx/strings.hrc:1071
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "የ ፊደል ስራ ማሰለፊያ መፈጸሚያ"
-#: strings.hrc:1076
+#: include/svx/strings.hrc:1072
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "የ ፊደል ስራ ባህሪ ክፍተት መፈጸሚያ"
-#: strings.hrc:1078
+#: include/svx/strings.hrc:1074
msgctxt "RID_SVXSTR_A11Y_3D_MATERIAL_COLOR"
msgid "3D material color"
msgstr "የ 3ዲ እቃ ቀለም"
-#: strings.hrc:1079
+#: include/svx/strings.hrc:1075
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_NONE"
msgid "None"
msgstr "ምንም"
-#: strings.hrc:1080
+#: include/svx/strings.hrc:1076
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_SOLID"
msgid "Solid"
msgstr "ሙሉ"
-#: strings.hrc:1081
+#: include/svx/strings.hrc:1077
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_HATCH"
msgid "With hatching"
msgstr "ከ በርካታ መስመር ጋር"
-#: strings.hrc:1082
+#: include/svx/strings.hrc:1078
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_GRADIENT"
msgid "Gradient"
msgstr "ከፍታ መለኪያ"
-#: strings.hrc:1083
+#: include/svx/strings.hrc:1079
msgctxt "RID_SVXSTR_A11Y_FILLSTYLE_BITMAP"
msgid "Bitmap"
msgstr "Bitmap"
-#: strings.hrc:1084
+#: include/svx/strings.hrc:1080
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "ጋር"
-#: strings.hrc:1085
+#: include/svx/strings.hrc:1081
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "ዘዴ"
-#: strings.hrc:1086
+#: include/svx/strings.hrc:1082
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "እና"
#. SvxRectCtl
-#: strings.hrc:1088
+#: include/svx/strings.hrc:1084
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "የጠርዝ መቆጣጠሪያ"
-#: strings.hrc:1089
+#: include/svx/strings.hrc:1085
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "የጠርዝ ነጥቦች መምረጫ"
-#: strings.hrc:1090
-msgctxt "RID_SVXSTR_RECTCTL_ACC_ANGL_NAME"
-msgid "Angle control"
-msgstr "ማእዘን መቆጣጠሪያ"
-
-#: strings.hrc:1091
-msgctxt "RID_SVXSTR_RECTCTL_ACC_ANGL_DESCR"
-msgid "Selection of a major angle."
-msgstr "ዋናውን ማእዘን መምረጫ"
-
-#: strings.hrc:1092
+#: include/svx/strings.hrc:1086
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "ከ ላይ በ ግራ በኩል"
-#: strings.hrc:1093
+#: include/svx/strings.hrc:1087
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "ከ ላይ መሀከል"
-#: strings.hrc:1094
+#: include/svx/strings.hrc:1088
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "ከ ላይ በ ቀኝ በኩል"
-#: strings.hrc:1095
+#: include/svx/strings.hrc:1089
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "በ ግራ በኩል መሀከል"
-#: strings.hrc:1096
+#: include/svx/strings.hrc:1090
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "መሀከል"
-#: strings.hrc:1097
+#: include/svx/strings.hrc:1091
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "በ ቀኝ በኩል መሀከል"
-#: strings.hrc:1098
+#: include/svx/strings.hrc:1092
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "ከ ታች በ ግራ በኩል"
-#: strings.hrc:1099
+#: include/svx/strings.hrc:1093
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "ከ ታች መካከል"
-#: strings.hrc:1100
+#: include/svx/strings.hrc:1094
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "ከ ታች በ ቀኝ በኩል"
-#: strings.hrc:1101
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A000"
-msgid "0 degrees"
-msgstr "0 ዲግሪዎች"
-
-#: strings.hrc:1102
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A045"
-msgid "45 degrees"
-msgstr "45 ዲግሪዎች"
-
-#: strings.hrc:1103
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A090"
-msgid "90 degrees"
-msgstr "90 ዲግሪዎች"
-
-#: strings.hrc:1104
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A135"
-msgid "135 degrees"
-msgstr "135 ዲግሪዎች"
-
-#: strings.hrc:1105
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A180"
-msgid "180 degrees"
-msgstr "180 ዲግሪዎች"
-
-#: strings.hrc:1106
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A225"
-msgid "225 degrees"
-msgstr "225 ዲግሪዎች"
-
-#: strings.hrc:1107
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A270"
-msgid "270 degrees"
-msgstr "270 ዲግሪዎች"
-
-#: strings.hrc:1108
-msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_A315"
-msgid "315 degrees"
-msgstr "315 ዲግሪዎች"
-
#. SvxGraphCtrlAccessibleContext
-#: strings.hrc:1110
+#: include/svx/strings.hrc:1096
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "ቅርጽ መቆጣጠሪያ"
-#: strings.hrc:1111
+#: include/svx/strings.hrc:1097
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "እዚህ ነው ቅርጹን የሚያርሙት"
-#: strings.hrc:1112
+#: include/svx/strings.hrc:1098
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "የ ተለዩ ባህሪዎች ማረሚያ"
-#: strings.hrc:1113
+#: include/svx/strings.hrc:1099
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "የ ተለዩ ባህሪዎች ከዚህ አካባቢ ይምረጡ"
#. The space behind is a must.
-#: strings.hrc:1115
+#: include/svx/strings.hrc:1101
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "የ ባህሪዎች ኮድ "
-#: strings.hrc:1117
+#: include/svx/strings.hrc:1103
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "በ ሜዳው ውስጥ ማስገባት ያስፈልጋል '#'. እባክዎን ዋጋ ያስገቡ"
-#: strings.hrc:1118
+#: include/svx/strings.hrc:1104
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "ፎርሞች"
-#: strings.hrc:1119
+#: include/svx/strings.hrc:1105
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "መቆጣጠሪያ አልተመረጠም"
-#: strings.hrc:1120
+#: include/svx/strings.hrc:1106
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "ባህሪዎች : "
-#: strings.hrc:1121
+#: include/svx/strings.hrc:1107
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "ባህሪዎች መፍጠሪያ"
-#: strings.hrc:1122
+#: include/svx/strings.hrc:1108
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "መቃኛ መፍጠሪያ"
-#: strings.hrc:1123
+#: include/svx/strings.hrc:1109
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "ፎርም"
-#: strings.hrc:1124
+#: include/svx/strings.hrc:1110
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "ፎርም"
-#: strings.hrc:1125
+#: include/svx/strings.hrc:1111
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "የተደበቀ መቆጣጠሪያ"
-#: strings.hrc:1126
+#: include/svx/strings.hrc:1112
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "መቆጣጠሪያ"
-#: strings.hrc:1127
+#: include/svx/strings.hrc:1113
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "መቅረጫ"
-#: strings.hrc:1128
+#: include/svx/strings.hrc:1114
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "ከ"
-#: strings.hrc:1129
+#: include/svx/strings.hrc:1115
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "ሜዳ መጨመሪያ :"
-#: strings.hrc:1130
+#: include/svx/strings.hrc:1116
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "ዳታ ወደ ዳታቤዝ ሲጻፍ ስህተት ተፈጥሯል"
-#: strings.hrc:1131
+#: include/svx/strings.hrc:1117
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Syntax error in query expression"
-#: strings.hrc:1132
+#: include/svx/strings.hrc:1118
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "1 መዝገብ ሊያጠፉ ነው"
-#: strings.hrc:1133
+#: include/svx/strings.hrc:1119
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# መዝገብ ይጠፋል"
-#: strings.hrc:1134
+#: include/svx/strings.hrc:1120
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -11372,277 +11343,277 @@ msgstr ""
"አዎን ከ ተጫኑ መተው አይቻልም \n"
"ለማንኛውም መቀጠል ይፈልጋሉ?"
-#: strings.hrc:1135
+#: include/svx/strings.hrc:1121
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "መቃኛ መደርደሪያ"
-#: strings.hrc:1136
+#: include/svx/strings.hrc:1122
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "አምድ"
-#: strings.hrc:1137
+#: include/svx/strings.hrc:1123
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "ባህሪ ማሰናጃ '#'"
-#: strings.hrc:1138
+#: include/svx/strings.hrc:1124
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "በማጠራቀሚያው ውስጥ ያስገቡ"
-#: strings.hrc:1139
+#: include/svx/strings.hrc:1125
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "ማጥፊያ #"
-#: strings.hrc:1140
+#: include/svx/strings.hrc:1126
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "እቃዎችን # ማጥፊያ"
-#: strings.hrc:1141
+#: include/svx/strings.hrc:1127
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "የማጠራቀሚያ አካል መቀየሪያ"
-#: strings.hrc:1142
+#: include/svx/strings.hrc:1128
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "መቆጣጠሪያ መቀየሪያ"
-#: strings.hrc:1143
+#: include/svx/strings.hrc:1129
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "ቁልፉን ይጫኑ"
-#: strings.hrc:1144
+#: include/svx/strings.hrc:1130
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "አማራጭ ቁልፍ"
-#: strings.hrc:1145
+#: include/svx/strings.hrc:1131
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "ሳጥኑ ውስጥ ምልክት ያድርጉ"
-#: strings.hrc:1146
+#: include/svx/strings.hrc:1132
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "የ ምልክት ሜዳ"
-#: strings.hrc:1147
+#: include/svx/strings.hrc:1133
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "የ ቡድን ሳጥን"
-#: strings.hrc:1148
+#: include/svx/strings.hrc:1134
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "የ ጽሁፍ ሳጥን"
-#: strings.hrc:1149
+#: include/svx/strings.hrc:1135
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "የ ሜዳ አቀራረብ"
-#: strings.hrc:1150
+#: include/svx/strings.hrc:1136
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "የ ዝርዝር ሳጥን"
-#: strings.hrc:1151
+#: include/svx/strings.hrc:1137
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "መቀላቀያ ሳጥን"
-#: strings.hrc:1152
+#: include/svx/strings.hrc:1138
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "የ ምስል ቁልፍ"
-#: strings.hrc:1153
+#: include/svx/strings.hrc:1139
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "ምስል መቆጣጠሪያ"
-#: strings.hrc:1154
+#: include/svx/strings.hrc:1140
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "የ ፋይል ምርጫዎች"
-#: strings.hrc:1155
+#: include/svx/strings.hrc:1141
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "የ ቀን ሜዳ"
-#: strings.hrc:1156
+#: include/svx/strings.hrc:1142
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "የ ሰአት ሜዳ"
-#: strings.hrc:1157
+#: include/svx/strings.hrc:1143
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "የ ቁጥር ሜዳ"
-#: strings.hrc:1158
+#: include/svx/strings.hrc:1144
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "የ ገንዘብ ሜዳ"
-#: strings.hrc:1159
+#: include/svx/strings.hrc:1145
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "የ ንድፍ ሜዳ"
-#: strings.hrc:1160
+#: include/svx/strings.hrc:1146
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "ሰንጠረዥ መቆጣጠሪያ "
-#: strings.hrc:1161
+#: include/svx/strings.hrc:1147
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "መሸብለያ መደርደሪያ"
-#: strings.hrc:1162
+#: include/svx/strings.hrc:1148
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "ማሽከርከሪያ ቁልፍ"
-#: strings.hrc:1163
+#: include/svx/strings.hrc:1149
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "መቃኛ መደርደሪያ"
-#: strings.hrc:1164
+#: include/svx/strings.hrc:1150
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "በርካታ ምርጫ"
-#: strings.hrc:1165
+#: include/svx/strings.hrc:1151
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "በ አሁኑ ፎርም ውስጥ ምንም ዳታ-የተዛመደ መቆጣጠሪያ የለም"
-#: strings.hrc:1166
+#: include/svx/strings.hrc:1152
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (ቀን)"
-#: strings.hrc:1167
+#: include/svx/strings.hrc:1153
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (ሰአት)"
-#: strings.hrc:1168
+#: include/svx/strings.hrc:1154
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "መቃኛ ማጣሪያ"
-#: strings.hrc:1169
+#: include/svx/strings.hrc:1155
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "ማጣሪያ ከ"
-#: strings.hrc:1170
+#: include/svx/strings.hrc:1156
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "ወይም"
-#: strings.hrc:1171
+#: include/svx/strings.hrc:1157
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 "ዋጋ ያለው መዝለያ መቆጣጠሪያ በ ሰንጠረዥ መመልከቻ ውስጥ የሚጠቀሙበት በ አሁኑ ፎርም ውስጥ አልተገኘም"
-#: strings.hrc:1172
+#: include/svx/strings.hrc:1158
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<በራሱ ሜዳ>"
-#: strings.hrc:1173
+#: include/svx/strings.hrc:1159
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Syntax error in SQL statement"
-#: strings.hrc:1174
+#: include/svx/strings.hrc:1160
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."
-#: strings.hrc:1175
+#: include/svx/strings.hrc:1161
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."
-#: strings.hrc:1176
+#: include/svx/strings.hrc:1162
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 "ያስገቡት ዋጋ ያለው ቀን አይደለም: እባክዎን ዋጋ ያለው ቀን በ አቀራረብ ያስገቡ ለምሳሌ ወወ/ቀቀ/አአ"
-#: strings.hrc:1177
+#: include/svx/strings.hrc:1163
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ሜዳው መወዳደር አይችልም ከቁጥር ጋር"
-#: strings.hrc:1178
+#: include/svx/strings.hrc:1164
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ሰንጠረዥ የለም \"#\"."
-#: strings.hrc:1179
+#: include/svx/strings.hrc:1165
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ሰንጠረዥ ወይንም የ ጥያቄ ስም አለ \"#\"."
-#: strings.hrc:1180
+#: include/svx/strings.hrc:1166
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ሰንጠረዥ ወይንም መመልከቻ አለ \"#\"."
-#: strings.hrc:1181
+#: include/svx/strings.hrc:1167
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ጥያቄ አለ \"#\"."
-#: strings.hrc:1182
+#: include/svx/strings.hrc:1168
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "ይህ አምድ \"#1\" ያልታወቀ ሰንጠረዥ ነው \"#2\"."
-#: strings.hrc:1183
+#: include/svx/strings.hrc:1169
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ሜዳውን ማወዳደር አይቻልም ከተንሳፋፊ ነጥብ ቁጥር ጋር"
-#: strings.hrc:1184
+#: include/svx/strings.hrc:1170
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "ያስገቡት ደንብ ከዚህ ሜዳ ጋር መወዳደር አይችልም"
-#: strings.hrc:1185
+#: include/svx/strings.hrc:1171
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ዳታ መቃኛ"
-#: strings.hrc:1186
+#: include/svx/strings.hrc:1172
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (ለማንበብ-ብቻ)"
-#: strings.hrc:1187
+#: include/svx/strings.hrc:1173
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ፋይሉ ቀድም ሲል ነበር ፡ በላዩ ላይ ደርቤ ልጻፍበት?"
-#: strings.hrc:1188
+#: include/svx/strings.hrc:1174
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# label"
-#: strings.hrc:1190
+#: include/svx/strings.hrc:1176
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -11651,7 +11622,7 @@ msgstr ""
"ምሳሌውን ማጥፋት '$MODELNAME' ሁሉንም መቆጣጠሪያዎች ከዚህ ምሳሌ ጋር የሚገናኙትን ተጽዕኖ ያደርግባቸዋል .\n"
"በእርግጥ ምሳሌውን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:1191
+#: include/svx/strings.hrc:1177
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -11660,7 +11631,7 @@ msgstr ""
"ምሳሌውን ማጥፋት '$INSTANCENAME' ሁሉንም መቆጣጠሪያዎች ከዚህ ምሳሌ ጋር የሚገናኙትን ተጽዕኖ ያደርግባቸዋል .\n"
"በእርግጥ ምሳሌውን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:1192
+#: include/svx/strings.hrc:1178
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -11669,12 +11640,12 @@ msgstr ""
"አካሉን ማጥፋት '$ELEMENTNAME' ሁሉንም መቆጣጠሪያዎች ከዚህ አካል ጋር የሚገናኙትን ተጽዕኖ ያደርግባቸዋል .\n"
"በእርግጥ አካሉን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:1193
+#: include/svx/strings.hrc:1179
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "ባህሪውን ማጥፋት ይፈልጋሉ '$ATTRIBUTENAME'?"
-#: strings.hrc:1194
+#: include/svx/strings.hrc:1180
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -11685,7 +11656,7 @@ msgstr ""
"\n"
"በእርግጥ ማስገቢያውን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:1195
+#: include/svx/strings.hrc:1181
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -11696,2513 +11667,2534 @@ msgstr ""
"\n"
"በእርግጥ ማጣመሪያውን ማጥፋት ይፈልጋሉ?"
-#: strings.hrc:1196
+#: include/svx/strings.hrc:1182
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "ስሙ '%1' ዋጋ የለውም በ XML አይደለም ፡ እባክዎን ሌላ የተለየ ስም ያስገቡ"
-#: strings.hrc:1197
+#: include/svx/strings.hrc:1183
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "መነሻው '%1' ዋጋ የለውም በ XML. እባክዎን የተለየ መነሻ ያስገቡ"
-#: strings.hrc:1198
+#: include/svx/strings.hrc:1184
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "ስሙ '%1' ቀደም ሲል ነበር ፡ እባክዎን ሌላ አዲስ ስም ያስገቡ"
-#: strings.hrc:1199
+#: include/svx/strings.hrc:1185
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "ማስገቢያ ስም ያስፈልገዋል"
-#: strings.hrc:1200
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
-#: strings.hrc:1201
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "ማስቀመጫ"
-#: strings.hrc:1202
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "ማግኛ"
-#: strings.hrc:1203
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "ምንም"
-#: strings.hrc:1204
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "ምሳሌ"
-#: strings.hrc:1205
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "ሰነድ"
-#: strings.hrc:1206
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "መሸፈኛ : "
-#: strings.hrc:1207
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "ማመሳከሪያ: "
-#: strings.hrc:1208
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "ተግባር : "
-#: strings.hrc:1209
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "ዘዴ : "
-#: strings.hrc:1210
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "መቀየሪያ: "
-#: strings.hrc:1211
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "አካል መጨመሪያ"
-#: strings.hrc:1212
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "አካል ማረሚያ"
-#: strings.hrc:1213
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "አካል ማጥፊያ"
-#: strings.hrc:1214
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "ባህሪ መጨመሪያ"
-#: strings.hrc:1215
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "ባህሪ ማረሚያ"
-#: strings.hrc:1216
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "ባህሪ ማጥፊያ"
-#: strings.hrc:1217
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "ማጣመሪያ መጨመሪያ"
-#: strings.hrc:1218
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "ማጣመሪያ ማረሚያ"
-#: strings.hrc:1219
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "ማጣመሪያ ማጥፊያ"
-#: strings.hrc:1220
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "ማስገቢያ መጨመሪያ"
-#: strings.hrc:1221
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "ማቅረቢያ ማረሚያ"
-#: strings.hrc:1222
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "ማቅረቢያ ማጥፊያ"
-#: strings.hrc:1223
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "አካል"
-#: strings.hrc:1224
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "መለያ"
-#: strings.hrc:1225
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "ማጣመሪያ"
-#: strings.hrc:1226
+#: include/svx/strings.hrc:1212
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "መግለጫ ማጣመሪያ"
-#: strings.hrc:1228
+#: include/svx/strings.hrc:1214
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "በእርግጥ ሰነድ ማዳኑን %PRODUCTNAME መሰረዝ ይፈልጋሉ?"
-#: strings.hrc:1230
+#: include/svx/strings.hrc:1216
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "በ ግራ"
-#: strings.hrc:1231
+#: include/svx/strings.hrc:1217
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "በ ቀኝ"
-#: strings.hrc:1232
+#: include/svx/strings.hrc:1218
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "መሀከል"
-#: strings.hrc:1233
+#: include/svx/strings.hrc:1219
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "ዴሲማል"
-#: strings.hrc:1235
+#: include/svx/strings.hrc:1221
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "ማስገቢያ ዘዴ: ይጫኑ ለመቀየር ወደ በላዩ ላይ ደርቦ መጻፊያ ዘዴ"
-#: strings.hrc:1236
+#: include/svx/strings.hrc:1222
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "በላዩ ላይ ደርቦ መጻፊያ ዘዴ: ይጫኑ ለመቀየር ወደ ማስገቢያ ዘዴ"
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: strings.hrc:1238
+#: include/svx/strings.hrc:1224
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "በላዩ ላይ ደርቦ መጻፊያ"
-#: strings.hrc:1239
+#: include/svx/strings.hrc:1225
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ትክክል ነው"
-#: strings.hrc:1240
+#: include/svx/strings.hrc:1226
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ትክክል ነው: ነገር ግን የ ምስክር ወረቀቱን ማረጋገጥ አልተቻለም"
-#: strings.hrc:1241
+#: include/svx/strings.hrc:1227
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document."
msgstr "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ከ ሰነዱ ይዞታ ጋር አይስማም: ይህን ሰነድ እንዳያምኑት እንመክራለን"
-#: strings.hrc:1242
+#: include/svx/strings.hrc:1228
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "የ ዲጂታል ፊርማ: ሰነዱ አልተፈረመም"
-#: strings.hrc:1243
+#: include/svx/strings.hrc:1229
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 "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ትክክል ነው: ነገር ግን አንዳንድ የ ሰነዱ ክፍል አልተፈረመም"
-#: strings.hrc:1244
+#: include/svx/strings.hrc:1230
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "ሰነዱ ተሻሽሏል: ይጫኑ ሰነዱን ለ ማስቀመጥ"
-#: strings.hrc:1245
+#: include/svx/strings.hrc:1231
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "ሰነዱ አልተሻሻለም መጨረሻ ከ ተቀመጠ በኋላ"
-#: strings.hrc:1246
+#: include/svx/strings.hrc:1232
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "ሰነዶችን በመጫን ላይ..."
-#: strings.hrc:1247
+#: include/svx/strings.hrc:1233
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "ተንሸራታቹን በ አሁኑ መስኮት ልክ ማድረጊያ"
-#: strings.hrc:1248
+#: include/svx/strings.hrc:1234
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 ወይንም ከዚያ በኋላ ያሉ ይህን ችግር ያስወግዳሉ"
-#: strings.hrc:1249
+#: include/svx/strings.hrc:1235
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "የ ማሳያ መጠን: በቀኝ-ይጫኑ ለ መቀየር የ ማሳያ መጠን ወይንም ይጫኑ ለ መክፈት የ ማሳያ ንግግር"
-#: strings.hrc:1250
+#: include/svx/strings.hrc:1236
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "በቅርብ ማሳያ"
-#: strings.hrc:1251
+#: include/svx/strings.hrc:1237
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "በርቀት ማሳያ"
-#: strings.hrc:1252
+#: include/svx/strings.hrc:1238
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
-#: strings.hrc:1253
+#: include/svx/strings.hrc:1239
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
-#: strings.hrc:1254
+#: include/svx/strings.hrc:1240
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
-#: strings.hrc:1255
+#: include/svx/strings.hrc:1241
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
-#: strings.hrc:1256
+#: include/svx/strings.hrc:1242
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
-#: strings.hrc:1257
+#: include/svx/strings.hrc:1243
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
-#: strings.hrc:1258
+#: include/svx/strings.hrc:1244
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "ጠቅላላ ገጹን"
-#: strings.hrc:1259
+#: include/svx/strings.hrc:1245
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "የ ገጽ ስፋት"
-#: strings.hrc:1260
+#: include/svx/strings.hrc:1246
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "አጥጋቢ መመልከቻ"
-#: strings.hrc:1261
+#: include/svx/strings.hrc:1247
msgctxt "RID_SIDEBAR_EMPTY_PANEL_TEXT"
msgid "Properties for the task that you are performing are not available for the current selection"
msgstr "እርስዎ አሁን እየሰሩ ላሉት ስራ ዝግጁ የሆኑ ባህሪዎች ለ አሁኑ ምርጫ የለም"
-#: strings.hrc:1263
+#: include/svx/strings.hrc:1249
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "ዘዴዎችን ማካተቻ"
-#: strings.hrc:1264
+#: include/svx/strings.hrc:1250
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "የ አንቀጽ ዘዴ~ዎች"
-#: strings.hrc:1265
+#: include/svx/strings.hrc:1251
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "የ ክፍል ዘዴ~ዎች"
-#: strings.hrc:1266
+#: include/svx/strings.hrc:1252
msgctxt "RID_SVXSTR_SEARCH"
-msgid "(Search)"
-msgstr "(መፈለጊያ)"
+msgid "Search for formatting"
+msgstr "አቀራረብ መፈለጊያ"
-#: strings.hrc:1267
+#: include/svx/strings.hrc:1253
msgctxt "RID_SVXSTR_REPLACE"
-msgid "(Replace)"
-msgstr "(መቀየሪያ)"
+msgid "Replace with formatting"
+msgstr "በ አቀራረብ መቀየሪያ"
-#: strings.hrc:1268
+#: include/svx/strings.hrc:1254
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "የ ሰነዱ መጨረሻ ላይ ደርሷል"
-#: strings.hrc:1269
+#: include/svx/strings.hrc:1255
+msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
+msgid "Reached the end of the document, continued from the beginning"
+msgstr ""
+
+#: include/svx/strings.hrc:1256
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "የ ወረቀቱ መጨረሻ ላይ ደርሷል"
-#: strings.hrc:1270
+#: include/svx/strings.hrc:1257
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "መፈለጊያ ቁልፍ አልተገኘም"
-#: strings.hrc:1271
+#: include/svx/strings.hrc:1258
+msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
+msgid "Navigation Element not found"
+msgstr ""
+
+#: include/svx/strings.hrc:1259
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "የ ሰነዱ መጀመሪያ ላይ ደርሷል"
-#: strings.hrc:1273
+#: include/svx/strings.hrc:1260
+msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
+msgid "Reached the beginning of the document, continued from the end"
+msgstr ""
+
+#: include/svx/strings.hrc:1262
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "ቀለም ማሰናጃ"
-#: strings.hrc:1275
+#: include/svx/strings.hrc:1264
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "ዋጋ የሌለው የ መግቢያ ቃል"
-#: strings.hrc:1276
+#: include/svx/strings.hrc:1265
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "የመግቢያ ቃሎቹ አይመሳሰሉም"
-#: strings.hrc:1278
+#: include/svx/strings.hrc:1267
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "ሙሉ ትንሽ ክብ ነጥቦች"
-#: strings.hrc:1279
+#: include/svx/strings.hrc:1268
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "ሙሉ ትልቅ ክብ ነጥቦች"
-#: strings.hrc:1280
+#: include/svx/strings.hrc:1269
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "ሙሉ የ አልማዝ ቅርጽ ነጥቦች"
-#: strings.hrc:1281
+#: include/svx/strings.hrc:1270
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "ሙሉ ትልቅ ስኴር ነጥቦች"
-#: strings.hrc:1282
+#: include/svx/strings.hrc:1271
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "የተሞላ ወደ ቀኝ የሚጠቁም ቀስት ነጥቦች"
-#: strings.hrc:1283
+#: include/svx/strings.hrc:1272
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "ወደ ቀኝ የሚጠቁም ቀስት ነጥቦች"
-#: strings.hrc:1284
+#: include/svx/strings.hrc:1273
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Check mark bullets"
msgstr "ምልክት ማድረጊያ ነጥቦች"
-#: strings.hrc:1285
+#: include/svx/strings.hrc:1274
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Tick mark bullets"
msgstr "ምልክት ማድረጊያ ነጥቦች"
-#: strings.hrc:1286
+#: include/svx/strings.hrc:1275
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "ቁጥር 1) 2) 3)"
-#: strings.hrc:1287
+#: include/svx/strings.hrc:1276
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "ቁጥር 1. 2. 3."
-#: strings.hrc:1288
+#: include/svx/strings.hrc:1277
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "ቁጥር (1) (2) (3)"
-#: strings.hrc:1289
+#: include/svx/strings.hrc:1278
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "በትንንሹ በትልቅ በሮማን ቁጥር መጻፊያ I. II. III."
-#: strings.hrc:1290
+#: include/svx/strings.hrc:1279
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "በትንንሹ በትልቅ ፊደል መጻፊያ A) B) C)"
-#: strings.hrc:1291
+#: include/svx/strings.hrc:1280
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "በትንንሽ ፊደል መጻፊያ a) b) c)"
-#: strings.hrc:1292
+#: include/svx/strings.hrc:1281
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "በትንንሽ ፊደል መጻፊያ (a) (b) (c)"
-#: strings.hrc:1293
+#: include/svx/strings.hrc:1282
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "በትንንሽ ፊደል በሮማን ቁጥር መጻፊያ i. ii. iii."
-#: strings.hrc:1294
+#: include/svx/strings.hrc:1283
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "ቁጥር: ቁጥር: በትንንሽ ፊደል መጻፊያ: ሙሉ በ ትንንሽ ነጥቦች"
-#: strings.hrc:1295
+#: include/svx/strings.hrc:1284
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Numeric, lowercase letters, solid small circular bullet"
msgstr "ቁጥር: ቁጥር: በትንንሽ ፊደል መጻፊያ: ሙሉ በ ትንንሽ ነጥቦች"
-#: strings.hrc:1296
+#: include/svx/strings.hrc:1285
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
msgstr "ቁጥር: በትንንሽ ፊደል መጻፊያ: በትንንሽ ሮማን ፊደል: በትንንሹ በ አቢይ ፊደል መጻፊያ: ሙሉ በ ትንንሽ ነጥቦች"
-#: strings.hrc:1297
+#: include/svx/strings.hrc:1286
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric"
msgstr "ቁጥር"
-#: strings.hrc:1298
+#: include/svx/strings.hrc:1287
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet"
msgstr "በትንንሹ በ ሮማን አቢይ ፊደል መጻፊያ: በትንንሹ በ አቢይ ፊደል መጻፊያ: በትንንሹ በ ሮማን ፊደል መጻፊያ: በትንንሽ ፊደል መጻፊያ: በትንንሽ ሙሉ ክብ ነጥብ"
-#: strings.hrc:1299
+#: include/svx/strings.hrc:1288
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "በትንንሹ በ አቢይ ፊደል መጻፊያ: በትንንሹ በ ሮማን አቢይ ፊደል መጻፊያ: በትንንሽ ፊደል መጻፊያ: በትንንሹ በ ሮማን ፊደል መጻፊያ: በትንንሽ ሙሉ ክብ ነጥብ"
-#: strings.hrc:1300
+#: include/svx/strings.hrc:1289
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "የቁጥር ከሁሉም ንዑስ ደረጃዎች"
-#: strings.hrc:1301
+#: include/svx/strings.hrc:1290
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "ወደ ቀኝ የሚጠቁም ነጥብ: ወደ ቀኝ የሚጠቁም ቀስት ነጥብ: ሙሉ የ አልማዝ ቅርጽ ነጥብ: በትንንሽ ሙሉ ክብ ነጥብ"
-#: strings.hrc:1303
+#: include/svx/strings.hrc:1292
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "የ ማመቂያ ዚፕ ፋይል መፍጠር አልተቻለም"
-#: strings.hrc:1305
+#: include/svx/strings.hrc:1294
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "የ ሰንጠረዥ ንድፍ ዘዴዎች"
-#: strings.hrc:1307
+#: include/svx/strings.hrc:1296
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "የሚተወው ተግባር: $(ARG1)"
-#: strings.hrc:1308
+#: include/svx/strings.hrc:1297
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "የሚተወው ተግባር: $(ARG1)"
-#: strings.hrc:1309
+#: include/svx/strings.hrc:1298
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "እንደገና የሚሰሩ ተግባሮች: $(ARG1)"
-#: strings.hrc:1310
+#: include/svx/strings.hrc:1299
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "እንደገና የሚሰሩ ተግባሮች: $(ARG1)"
-#: strings.hrc:1312
+#: include/svx/strings.hrc:1301
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "መፈለጊያ"
-#: strings.hrc:1313
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "ጉዳይ ማመሳሰያ"
-#: strings.hrc:1314
+#: include/svx/strings.hrc:1303
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "የ አቀራረብ ማሳያ"
-#: strings.hrc:1316
+#: include/svx/strings.hrc:1305
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) x $(HEIGHT) ($(WIDTH_IN_PX) x $(HEIGHT_IN_PX) px)"
msgstr "$(ስፋት) x $(እርዝመት) ($(ስፋት_በ_ፒክስል) x $(እርዝመት_በ_ፒክስል) ፒክስል)"
-#: strings.hrc:1317
+#: include/svx/strings.hrc:1306
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) x $(HEIGHT) at $(DPI) DPI"
msgstr "$(ስፋት) x $(እርዝመት) በ $(DPI) DPI"
-#: strings.hrc:1318
+#: include/svx/strings.hrc:1307
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) kiB"
msgstr "$(CAPACITY) ኪባ"
-#: strings.hrc:1319
+#: include/svx/strings.hrc:1308
msgctxt "STR_IMAGE_GIF"
msgid "Gif image"
msgstr "የ GIF ምስል"
-#: strings.hrc:1320
+#: include/svx/strings.hrc:1309
msgctxt "STR_IMAGE_JPEG"
msgid "Jpeg image"
msgstr "የ JPEG ምስል"
-#: strings.hrc:1321
+#: include/svx/strings.hrc:1310
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "የ PNG ምስል"
-#: strings.hrc:1322
+#: include/svx/strings.hrc:1311
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "የ TIFF ምስል"
-#: strings.hrc:1323
+#: include/svx/strings.hrc:1312
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "የ WMF ምስል"
-#: strings.hrc:1324
+#: include/svx/strings.hrc:1313
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "የ MET ምስል"
-#: strings.hrc:1325
+#: include/svx/strings.hrc:1314
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "የ PCT ምስል"
-#: strings.hrc:1326
+#: include/svx/strings.hrc:1315
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "የ SVG ምስል"
-#: strings.hrc:1327
+#: include/svx/strings.hrc:1316
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "የ BMP ምስል"
-#: strings.hrc:1328
+#: include/svx/strings.hrc:1317
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "ያልታወቀ"
-#: strings.hrc:1330
+#: include/svx/strings.hrc:1319
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "መቀየሪያ"
-#: strings.hrc:1332
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "የ ምስል ዘዴ"
-#: strings.hrc:1333
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "ቀይ"
-#: strings.hrc:1334
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "አረንጓዴ"
-#: strings.hrc:1335
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "ሰማያዊ"
-#: strings.hrc:1336
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "ብሩህነት"
-#: strings.hrc:1337
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "ማነጻጸሪያ"
-#: strings.hrc:1338
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
-#: strings.hrc:1339
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "ግልጽነት"
-#: strings.hrc:1340
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Crop"
-#: strings.hrc:1342
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "ነባር አቅጣጫ"
-#: strings.hrc:1343
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "ከ ላይ ወደ ታች"
-#: strings.hrc:1344
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "ከ ታች ወደ ላይ"
-#: strings.hrc:1345
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "የተደረደሩ"
-#: strings.hrc:1346
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "የ ግራ መስመር: "
-#: strings.hrc:1347
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "የ ላይ መስመር: "
-#: strings.hrc:1348
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "የ ቀኝ መስመር: "
-#: strings.hrc:1349
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "የታች መስመር : "
-#: strings.hrc:1350
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "የገጽ መግለጫ : "
-#: strings.hrc:1351
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Capitals"
-#: strings.hrc:1352
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "በትንንሽ ፊደል መጻፊያ"
-#: strings.hrc:1353
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "በትንንሹ በ አቢይ ፊደል መጻፊያ"
-#: strings.hrc:1354
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "በትንንሽ ፊደል መጻፊያ"
-#: strings.hrc:1355
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabic"
-#: strings.hrc:1356
+#: include/svx/strings.hrc:1345
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "ምንም"
-#: strings.hrc:1357
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "የመሬት አቀማመጥ"
-#: strings.hrc:1358
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "ምስል"
-#: strings.hrc:1359
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "በ ግራ"
-#: strings.hrc:1360
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "በ ቀኝ"
-#: strings.hrc:1361
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "ሁሉንም"
-#: strings.hrc:1362
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "የተንፀባረቀ"
-#: strings.hrc:1363
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "ደራሲው : "
-#: strings.hrc:1364
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "ቀን: "
-#: strings.hrc:1365
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "ጽሁፍ : "
-#: strings.hrc:1366
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "የ ባህሪ መደብ"
-#: strings.hrc:1368
+#: include/svx/strings.hrc:1357
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "ቀለም ማሰናጃ"
#. String for saving modified image (instead of original)
-#: strings.hrc:1371
+#: include/svx/strings.hrc:1360
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
-"Do you want to save the modified version instead ?"
+"Do you want to save the modified version instead?"
msgstr ""
"ይህ ምስል ቀደም ብሎ ተሻሽሏል: በ ነባር ዋናው ምስል ይቀመጣል \n"
-"እርስዎ የ ተሻሻለውን ምስል ማስቀመጥ ይፈልጋሉ ?"
-
-#: strings.hrc:1373
-msgctxt "RID_SUBSETMAP"
-msgid "Add to favorites"
-msgstr "ወደ የምወደው መጨመሪያ"
-
-#: strings.hrc:1374
-msgctxt "RID_SUBSETMAP"
-msgid "Remove from favorites"
-msgstr "ከ የምወዳቸው ውስጥ ማስወገጃ"
+"እርስዎ የ ተሻሻለውን ምስል ማስቀመጥ ይፈልጋሉ?"
-#: strings.hrc:1375
-msgctxt "RID_SUBSETMAP"
-msgid "Insert into document"
-msgstr "ወደ ሰነድ ማስገቢያ"
-
-#: strings.hrc:1376
-msgctxt "RID_SUBSETMAP"
-msgid "Copy to clipboard"
-msgstr "ኮፒ ማድረጊያ ወደ ቁራጭ ሰሌዳ"
-
-#: strings.hrc:1378
+#: include/svx/strings.hrc:1362
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Basic Latin"
-#: strings.hrc:1379
+#: include/svx/strings.hrc:1363
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latin-1"
-#: strings.hrc:1380
+#: include/svx/strings.hrc:1364
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latin Extended-A"
-#: strings.hrc:1381
+#: include/svx/strings.hrc:1365
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latin Extended-B"
-#: strings.hrc:1382
+#: include/svx/strings.hrc:1366
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA Extensions"
-#: strings.hrc:1383
+#: include/svx/strings.hrc:1367
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "የ ፊደሎች ክፍተት ማሻሻያ"
-#: strings.hrc:1384
+#: include/svx/strings.hrc:1368
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "የተለዩ ምልክቶችን መቀላቀያ"
-#: strings.hrc:1385
+#: include/svx/strings.hrc:1369
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Basic Greek"
-#: strings.hrc:1386
+#: include/svx/strings.hrc:1370
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Greek Symbols And Coptic"
-#: strings.hrc:1387
+#: include/svx/strings.hrc:1371
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cyrillic"
-#: strings.hrc:1388
+#: include/svx/strings.hrc:1372
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armenian"
-#: strings.hrc:1389
+#: include/svx/strings.hrc:1373
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Basic Hebrew"
-#: strings.hrc:1390
+#: include/svx/strings.hrc:1374
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebrew Extended"
-#: strings.hrc:1391
+#: include/svx/strings.hrc:1375
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Basic Arabic"
-#: strings.hrc:1392
+#: include/svx/strings.hrc:1376
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabic Extended"
-#: strings.hrc:1393
+#: include/svx/strings.hrc:1377
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
-#: strings.hrc:1394
+#: include/svx/strings.hrc:1378
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengali"
-#: strings.hrc:1395
+#: include/svx/strings.hrc:1379
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
-#: strings.hrc:1396
+#: include/svx/strings.hrc:1380
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
-#: strings.hrc:1397
+#: include/svx/strings.hrc:1381
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Odia"
-#: strings.hrc:1398
+#: include/svx/strings.hrc:1382
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
-#: strings.hrc:1399
+#: include/svx/strings.hrc:1383
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
-#: strings.hrc:1400
+#: include/svx/strings.hrc:1384
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
-#: strings.hrc:1401
+#: include/svx/strings.hrc:1385
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
-#: strings.hrc:1402
+#: include/svx/strings.hrc:1386
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thai"
-#: strings.hrc:1403
+#: include/svx/strings.hrc:1387
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
-#: strings.hrc:1404
+#: include/svx/strings.hrc:1388
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Basic Georgian"
-#: strings.hrc:1405
+#: include/svx/strings.hrc:1389
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgian Extended"
-#: strings.hrc:1406
+#: include/svx/strings.hrc:1390
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
-#: strings.hrc:1407
+#: include/svx/strings.hrc:1391
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additionals"
msgstr "Latin Extended Additionals"
-#: strings.hrc:1408
+#: include/svx/strings.hrc:1392
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Greek Extended"
-#: strings.hrc:1409
+#: include/svx/strings.hrc:1393
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "ጠቅላላ ስርአተ ነጥብ"
-#: strings.hrc:1410
+#: include/svx/strings.hrc:1394
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "በትንንሹ ከፍ ብሎ እና በትንንሹ ዝቅ ብሎ መጻፊያ"
-#: strings.hrc:1411
+#: include/svx/strings.hrc:1395
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "የ ገንዘብ ምልክቶች"
-#: strings.hrc:1412
+#: include/svx/strings.hrc:1396
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "የተለዩ ምልክቶችን መቀላቀያ"
-#: strings.hrc:1413
+#: include/svx/strings.hrc:1397
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "የ ፊደል አይነት ምልክቶች"
-#: strings.hrc:1414
+#: include/svx/strings.hrc:1398
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "የ ቁጥር ፎርሞች"
-#: strings.hrc:1415
+#: include/svx/strings.hrc:1399
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "ቀስቶች"
-#: strings.hrc:1416
+#: include/svx/strings.hrc:1400
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "ሂሳብ አንቀሳቃሾች"
-#: strings.hrc:1417
+#: include/svx/strings.hrc:1401
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "የተለያዩ ቴክኒካል"
-#: strings.hrc:1418
+#: include/svx/strings.hrc:1402
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "ስእል መቆጣጠሪያ"
-#: strings.hrc:1419
+#: include/svx/strings.hrc:1403
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "የሚታይ ባህሪ መለያ"
-#: strings.hrc:1420
+#: include/svx/strings.hrc:1404
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "የተዘጉ ቁጥሮች እና ፊደሎች ቅልቅል"
-#: strings.hrc:1421
+#: include/svx/strings.hrc:1405
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "ሳጥን መሳያ"
-#: strings.hrc:1422
+#: include/svx/strings.hrc:1406
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "አካሎችን መከልከያ"
-#: strings.hrc:1423
+#: include/svx/strings.hrc:1407
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "ጂዮሜትሪክ ቅርጾች"
-#: strings.hrc:1424
+#: include/svx/strings.hrc:1408
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "የተለያዩ ምልክቶች"
-#: strings.hrc:1425
+#: include/svx/strings.hrc:1409
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
-#: strings.hrc:1426
+#: include/svx/strings.hrc:1410
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "የ CJK ምልክቶች እና ስርአተ ነጥቦች"
-#: strings.hrc:1427
+#: include/svx/strings.hrc:1411
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
-#: strings.hrc:1428
+#: include/svx/strings.hrc:1412
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
-#: strings.hrc:1429
+#: include/svx/strings.hrc:1413
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
-#: strings.hrc:1430
+#: include/svx/strings.hrc:1414
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangul Compatibility Jamo"
-#: strings.hrc:1431
+#: include/svx/strings.hrc:1415
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK Miscellaneous"
-#: strings.hrc:1432
+#: include/svx/strings.hrc:1416
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "የተዘጋ የ CJK ፊደሎች እና ወሮች"
-#: strings.hrc:1433
+#: include/svx/strings.hrc:1417
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "የ CJK ተስማሚነት"
-#: strings.hrc:1434
+#: include/svx/strings.hrc:1418
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
-#: strings.hrc:1435
+#: include/svx/strings.hrc:1419
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK Unified Ideographs"
-#: strings.hrc:1436
+#: include/svx/strings.hrc:1420
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK Unified Ideographs Extension A"
-#: strings.hrc:1437
+#: include/svx/strings.hrc:1421
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "የ ግል መጠቀሚያ ቦታ"
-#: strings.hrc:1438
+#: include/svx/strings.hrc:1422
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK Compatibility Ideographs"
-#: strings.hrc:1439
+#: include/svx/strings.hrc:1423
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "በ ፊደል ቅደም ተከተል ማቅረቢያ ፎርሞች"
-#: strings.hrc:1440
+#: include/svx/strings.hrc:1424
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Arabic Presentation Forms-A"
-#: strings.hrc:1441
+#: include/svx/strings.hrc:1425
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "ግማሽ ምልክቶች መቀላቀያ"
-#: strings.hrc:1442
+#: include/svx/strings.hrc:1426
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "የ CJK ተስማሚ ፎርሞች"
-#: strings.hrc:1443
+#: include/svx/strings.hrc:1427
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "ትንሽ የተለያየ ፎርም"
-#: strings.hrc:1444
+#: include/svx/strings.hrc:1428
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Arabic ማቅረቢያ ፎርሞች-B"
-#: strings.hrc:1445
+#: include/svx/strings.hrc:1429
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "ግማሽ-ስፋት እና ሙሉ-ስፋት ፎርሞች"
-#: strings.hrc:1446
+#: include/svx/strings.hrc:1430
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "የተለዩ"
-#: strings.hrc:1447
+#: include/svx/strings.hrc:1431
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Yi Syllables"
-#: strings.hrc:1448
+#: include/svx/strings.hrc:1432
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Yi Radicals"
-#: strings.hrc:1449
+#: include/svx/strings.hrc:1433
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Old Italic"
-#: strings.hrc:1450
+#: include/svx/strings.hrc:1434
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gothic"
-#: strings.hrc:1451
+#: include/svx/strings.hrc:1435
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
-#: strings.hrc:1452
+#: include/svx/strings.hrc:1436
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Byzantine Musical Symbols"
-#: strings.hrc:1453
+#: include/svx/strings.hrc:1437
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "የ ሙዚቃ ምልክቶች"
-#: strings.hrc:1454
+#: include/svx/strings.hrc:1438
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "የ ሂሳብ እና የ ፊደል እና ቁጥር ምልክቶች"
-#: strings.hrc:1455
+#: include/svx/strings.hrc:1439
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK Unified Ideographs Extension B"
-#: strings.hrc:1456
+#: include/svx/strings.hrc:1440
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK Unified Ideographs Extension C"
-#: strings.hrc:1457
+#: include/svx/strings.hrc:1441
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK Unified Ideographs Extension D"
-#: strings.hrc:1458
+#: include/svx/strings.hrc:1442
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK Compatibility Ideographs Supplement"
-#: strings.hrc:1459
+#: include/svx/strings.hrc:1443
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Tags"
-#: strings.hrc:1460
+#: include/svx/strings.hrc:1444
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Cyrillic Supplementary"
-#: strings.hrc:1461
+#: include/svx/strings.hrc:1445
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "መቀያየሪያ መምረጫ"
-#: strings.hrc:1462
+#: include/svx/strings.hrc:1446
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "በተጨማሪ የ ግል መጠቀሚያ ቦታ-A"
-#: strings.hrc:1463
+#: include/svx/strings.hrc:1447
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "በተጨማሪ የ ግል መጠቀሚያ ቦታ-B"
-#: strings.hrc:1464
+#: include/svx/strings.hrc:1448
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
-#: strings.hrc:1465
+#: include/svx/strings.hrc:1449
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
-#: strings.hrc:1466
+#: include/svx/strings.hrc:1450
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Khmer Symbols"
-#: strings.hrc:1467
+#: include/svx/strings.hrc:1451
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Phonetic Extensions"
-#: strings.hrc:1468
+#: include/svx/strings.hrc:1452
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "የተለያዩ ምልክቶች እና ቀስቶች"
-#: strings.hrc:1469
+#: include/svx/strings.hrc:1453
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Yijing Hexagram Symbols"
-#: strings.hrc:1470
+#: include/svx/strings.hrc:1454
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Linear B Syllabary"
-#: strings.hrc:1471
+#: include/svx/strings.hrc:1455
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Linear B Ideograms"
-#: strings.hrc:1472
+#: include/svx/strings.hrc:1456
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Aegean Numbers"
-#: strings.hrc:1473
+#: include/svx/strings.hrc:1457
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugaritic"
-#: strings.hrc:1474
+#: include/svx/strings.hrc:1458
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shavian"
-#: strings.hrc:1475
+#: include/svx/strings.hrc:1459
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanya"
-#: strings.hrc:1476
+#: include/svx/strings.hrc:1460
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhala"
-#: strings.hrc:1477
+#: include/svx/strings.hrc:1461
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetan"
-#: strings.hrc:1478
+#: include/svx/strings.hrc:1462
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Myanmar"
-#: strings.hrc:1479
+#: include/svx/strings.hrc:1463
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
-#: strings.hrc:1480
+#: include/svx/strings.hrc:1464
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
-#: strings.hrc:1481
+#: include/svx/strings.hrc:1465
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runic"
-#: strings.hrc:1482
+#: include/svx/strings.hrc:1466
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Syriac"
-#: strings.hrc:1483
+#: include/svx/strings.hrc:1467
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
-#: strings.hrc:1484
+#: include/svx/strings.hrc:1468
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Ethiopic"
-#: strings.hrc:1485
+#: include/svx/strings.hrc:1469
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee"
-#: strings.hrc:1486
+#: include/svx/strings.hrc:1470
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Canadian Aboriginal Syllables"
-#: strings.hrc:1487
+#: include/svx/strings.hrc:1471
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolian"
-#: strings.hrc:1488
+#: include/svx/strings.hrc:1472
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "የተለያዩ የ ሂሳብ ምልክቶች-A"
-#: strings.hrc:1489
+#: include/svx/strings.hrc:1473
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "ተጨማሪ ቀስቶች-A"
-#: strings.hrc:1490
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "የ ብሬል ንድፍ"
-#: strings.hrc:1491
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "ተጨማሪ ቀስቶች-B"
-#: strings.hrc:1492
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "የተለያዩ የ ሂሳብ ምልክቶች-B"
-#: strings.hrc:1493
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK Radical Supplement"
-#: strings.hrc:1494
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kangxi Radicals"
-#: strings.hrc:1495
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideographic Description Characters"
-#: strings.hrc:1496
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
-#: strings.hrc:1497
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
-#: strings.hrc:1498
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
-#: strings.hrc:1499
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
-#: strings.hrc:1500
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
-#: strings.hrc:1501
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo Extended"
-#: strings.hrc:1502
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana Phonetics"
-#: strings.hrc:1503
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK Strokes"
-#: strings.hrc:1504
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Cypriot Syllabary"
-#: strings.hrc:1505
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Tai Xuan Jing Symbols"
-#: strings.hrc:1506
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Variation Selectors Supplement"
-#: strings.hrc:1507
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Ancient Greek Musical Notation"
-#: strings.hrc:1508
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Ancient Greek Numbers"
-#: strings.hrc:1509
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Arabic Supplement"
-#: strings.hrc:1510
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buginese"
-#: strings.hrc:1511
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "የተለዩ ምልክቶችን መቀላቀያ ተጨማሪ"
-#: strings.hrc:1512
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Coptic"
-#: strings.hrc:1513
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "የ ኢትዮጵያ የ ተስፋፋ"
-#: strings.hrc:1514
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "የ ኢትዮጵያ ተጨማሪ"
-#: strings.hrc:1515
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Georgian Supplement"
-#: strings.hrc:1516
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolitic"
-#: strings.hrc:1517
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharoshthi"
-#: strings.hrc:1518
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "የ ፊደሎች ጥራት ማሻሻያ"
-#: strings.hrc:1519
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "New Tai Lue"
-#: strings.hrc:1520
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Old Persian"
-#: strings.hrc:1521
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Phonetic Extensions Supplement"
-#: strings.hrc:1522
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Supplemental Punctuation"
-#: strings.hrc:1523
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
-#: strings.hrc:1524
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
-#: strings.hrc:1525
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "ፎርሞች በ ቁመት"
-#: strings.hrc:1526
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
-#: strings.hrc:1527
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinese"
-#: strings.hrc:1528
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Latin Extended-C"
-#: strings.hrc:1529
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Latin Extended-D"
-#: strings.hrc:1530
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
-#: strings.hrc:1531
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Phoenician"
-#: strings.hrc:1532
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Cuneiform"
-#: strings.hrc:1533
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Cuneiform Numbers And Punctuation"
-#: strings.hrc:1534
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Counting Rod Numerals"
-#: strings.hrc:1535
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sundanese"
-#: strings.hrc:1536
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
-#: strings.hrc:1537
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
-#: strings.hrc:1538
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Cyrillic Extended-A"
-#: strings.hrc:1539
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
-#: strings.hrc:1540
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Cyrillic Extended-B"
-#: strings.hrc:1541
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
-#: strings.hrc:1542
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
-#: strings.hrc:1543
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
-#: strings.hrc:1544
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Cham"
-#: strings.hrc:1545
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Ancient Symbols"
-#: strings.hrc:1546
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Phaistos Disc"
-#: strings.hrc:1547
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lycian"
-#: strings.hrc:1548
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Carian"
-#: strings.hrc:1549
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lydian"
-#: strings.hrc:1550
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Mahjong Tiles"
-#: strings.hrc:1551
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Domino Tiles"
-#: strings.hrc:1552
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritan"
-#: strings.hrc:1553
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Canadian Aboriginal Syllabics Extended"
-#: strings.hrc:1554
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
-#: strings.hrc:1555
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Vedic Extensions"
-#: strings.hrc:1556
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
-#: strings.hrc:1557
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
-#: strings.hrc:1558
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Common Indic Number Forms"
-#: strings.hrc:1559
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari Extended"
-#: strings.hrc:1560
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo Extended-A"
-#: strings.hrc:1561
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javanese"
-#: strings.hrc:1562
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar Extended-A"
-#: strings.hrc:1563
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
-#: strings.hrc:1564
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
-#: strings.hrc:1565
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo Extended-B"
-#: strings.hrc:1566
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Imperial Aramaic"
-#: strings.hrc:1567
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Old South Arabian"
-#: strings.hrc:1568
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestan"
-#: strings.hrc:1569
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Inscriptional Parthian"
-#: strings.hrc:1570
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Inscriptional Pahlavi"
-#: strings.hrc:1571
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Old Turkic"
-#: strings.hrc:1572
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Rumi Numeral Symbols"
-#: strings.hrc:1573
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
-#: strings.hrc:1574
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Egyptian Hieroglyphs"
-#: strings.hrc:1575
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Enclosed Alphanumeric Supplement"
-#: strings.hrc:1576
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Enclosed Ideographic Supplement"
-#: strings.hrc:1577
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandaic"
-#: strings.hrc:1578
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
-#: strings.hrc:1579
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Ethiopic Extended-A"
-#: strings.hrc:1580
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmi"
-#: strings.hrc:1581
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum Supplement"
-#: strings.hrc:1582
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana Supplement"
-#: strings.hrc:1583
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Playing Cards"
-#: strings.hrc:1584
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "የተለያዩ ምልክቶች እና ቀስቶች"
-#: strings.hrc:1585
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "የ ስሜት ምልክቶች"
-#: strings.hrc:1586
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "መጓጓዣ እና የ ካርታ ምልክቶች"
-#: strings.hrc:1587
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "አልኬሚካል ምልክቶች"
-#: strings.hrc:1588
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arabic Extended-A"
-#: strings.hrc:1589
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "የ አረብኛ የ ሂሳብ ፊደል ቅደም ተከተል ምልክቶች"
-#: strings.hrc:1590
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
-#: strings.hrc:1591
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Meetei Mayek Extensions"
-#: strings.hrc:1592
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meroitic Cursive"
-#: strings.hrc:1593
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Meroitic Hieroglyphs"
-#: strings.hrc:1594
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
-#: strings.hrc:1595
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
-#: strings.hrc:1596
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
-#: strings.hrc:1597
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sundanese Supplement"
-#: strings.hrc:1598
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
-#: strings.hrc:1599
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa Vah"
-#: strings.hrc:1600
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Caucasian Albanian"
-#: strings.hrc:1601
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Coptic Epact Numbers"
-#: strings.hrc:1602
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "የተለዩ ምልክቶችን መቀላቀያ የ ተስፋፉ"
-#: strings.hrc:1603
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Duployan"
-#: strings.hrc:1604
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasan"
-#: strings.hrc:1605
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Geometric Shapes Extended"
-#: strings.hrc:1606
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
-#: strings.hrc:1607
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
-#: strings.hrc:1608
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
-#: strings.hrc:1609
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latin Extended-E"
-#: strings.hrc:1610
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Linear A"
-#: strings.hrc:1611
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahajani"
-#: strings.hrc:1612
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Manichaean"
-#: strings.hrc:1613
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
-#: strings.hrc:1614
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
-#: strings.hrc:1615
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
-#: strings.hrc:1616
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Myanmar Extended-B"
-#: strings.hrc:1617
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabataean"
-#: strings.hrc:1618
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Old North Arabian"
-#: strings.hrc:1619
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Old Permic"
-#: strings.hrc:1620
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Ornamental Dingbats"
-#: strings.hrc:1621
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
-#: strings.hrc:1622
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmyrene"
-#: strings.hrc:1623
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
-#: strings.hrc:1624
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Psalter Pahlavi"
-#: strings.hrc:1625
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Shorthand Format Controls"
-#: strings.hrc:1626
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
-#: strings.hrc:1627
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Sinhala Archaic Numbers"
-#: strings.hrc:1628
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Supplemental Arrows-C"
-#: strings.hrc:1629
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
-#: strings.hrc:1630
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
-#: strings.hrc:1631
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahom"
-#: strings.hrc:1632
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Anatolian Hieroglyphs"
-#: strings.hrc:1633
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Cherokee Supplement"
-#: strings.hrc:1634
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK Unified Ideographs Extension E"
-#: strings.hrc:1635
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Early Dynastic Cuneiform"
-#: strings.hrc:1636
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Hatran"
-#: strings.hrc:1637
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multani"
-#: strings.hrc:1638
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Old Hungarian"
-#: strings.hrc:1639
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Supplemental Symbols And Pictographs"
-#: strings.hrc:1640
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Sutton Signwriting"
-#: strings.hrc:1641
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Adlam"
-#: strings.hrc:1642
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Bhaiksuki"
-#: strings.hrc:1643
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Cyrillic Extended-C"
-#: strings.hrc:1644
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Glagolitic Supplement"
-#: strings.hrc:1645
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Ideographic Symbols and Punctuation"
-#: strings.hrc:1646
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Marchen"
-#: strings.hrc:1647
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Mongolian Supplement"
-#: strings.hrc:1648
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Newa"
-#: strings.hrc:1649
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Osage"
-#: strings.hrc:1650
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Tangut"
-#: strings.hrc:1651
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Tangut Components"
-#: strings.hrc:1652
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK Unified Ideographs Extension F"
-#: strings.hrc:1653
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Kana Extended-A"
-#: strings.hrc:1654
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Masaram Gondi"
-#: strings.hrc:1655
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Nushu"
-#: strings.hrc:1656
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Soyombo"
-#: strings.hrc:1657
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Syriac Supplement"
-#: strings.hrc:1658
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "ዛናባዛር ስኴር"
-#: svxitems.hrc:33
+#: include/svx/strings.hrc:1644
+msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
+msgid "Left-to-right (LTR)"
+msgstr "ከ ግራ-ወደ-ቀኝ (LTR)"
+
+#: include/svx/strings.hrc:1645
+msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
+msgid "Right-to-left (RTL)"
+msgstr "ከ ቀኝ-ወደ-ግራ (RTL)"
+
+#: include/svx/strings.hrc:1646
+msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
+msgid "Use superordinate object settings"
+msgstr "ከፍተኛ የ እቃ ማሰናጃዎችን መጠቀሚያ"
+
+#. page direction
+#: include/svx/strings.hrc:1648
+msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
+msgid "Left-to-right (horizontal)"
+msgstr "ከ ግራ-ወደ-ቀኝ (በ አግድም)"
+
+#: include/svx/strings.hrc:1649
+msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
+msgid "Right-to-left (horizontal)"
+msgstr "ከ ቀኝ-ወደ-ግራ (በ አግድም)"
+
+#: include/svx/strings.hrc:1650
+msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
+msgid "Right-to-left (vertical)"
+msgstr "ከ ቀኝ-ወደ-ግራ (በ ቁመት)"
+
+#: include/svx/strings.hrc:1651
+msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
+msgid "Left-to-right (vertical)"
+msgstr "ከ ግራ-ወደ-ቀኝ (በ ቁመት)"
+
+#: include/svx/svxitems.hrc:33
msgctxt "RID_ATTR_NAMES"
msgid "Scale"
msgstr "መጠኑ"
-#: svxitems.hrc:34
+#: include/svx/svxitems.hrc:34
msgctxt "RID_ATTR_NAMES"
msgid "Brush"
msgstr "ቡሩሽ"
-#: svxitems.hrc:35
+#: include/svx/svxitems.hrc:35
msgctxt "RID_ATTR_NAMES"
msgid "Tab stops"
msgstr "ማስረጊያ ማቆሚያ"
-#: svxitems.hrc:36
+#: include/svx/svxitems.hrc:36
msgctxt "RID_ATTR_NAMES"
msgid "Character"
msgstr "ባህሪ"
-#: svxitems.hrc:37
+#: include/svx/svxitems.hrc:37
msgctxt "RID_ATTR_NAMES"
msgid "Font"
msgstr "ፊደል"
-#: svxitems.hrc:38
+#: include/svx/svxitems.hrc:38
msgctxt "RID_ATTR_NAMES"
msgid "Font posture"
msgstr "የፊደል ቅርጽ"
-#: svxitems.hrc:39
+#: include/svx/svxitems.hrc:39
msgctxt "RID_ATTR_NAMES"
msgid "Font weight"
msgstr "የፊደል ክብደት"
-#: svxitems.hrc:40
+#: include/svx/svxitems.hrc:40
msgctxt "RID_ATTR_NAMES"
msgid "Shadowed"
msgstr "ጥላማ"
-#: svxitems.hrc:41
+#: include/svx/svxitems.hrc:41
msgctxt "RID_ATTR_NAMES"
msgid "Individual words"
msgstr "እያንዳንዱ ቃላቶች"
-#: svxitems.hrc:42
+#: include/svx/svxitems.hrc:42
msgctxt "RID_ATTR_NAMES"
msgid "Outline"
msgstr "ረቂቅ"
-#: svxitems.hrc:43
+#: include/svx/svxitems.hrc:43
msgctxt "RID_ATTR_NAMES"
msgid "Strikethrough"
msgstr "በላዩ ላይ መሰረዣ"
-#: svxitems.hrc:44
+#: include/svx/svxitems.hrc:44
msgctxt "RID_ATTR_NAMES"
msgid "Underline"
msgstr "ከ ስሩ ማስመሪያ"
-#: svxitems.hrc:45
+#: include/svx/svxitems.hrc:45
msgctxt "RID_ATTR_NAMES"
msgid "Font size"
msgstr "የ ፊደል መጠን"
-#: svxitems.hrc:46
-msgctxt "RID_ATTR_NAMES"
-msgid "Rel. Font size"
-msgstr "Rel. የፊደል መጠን"
-
-#: svxitems.hrc:47
+#: include/svx/svxitems.hrc:46
msgctxt "RID_ATTR_NAMES"
msgid "Font color"
msgstr "የ ፊደል ቀለም"
-#: svxitems.hrc:48
+#: include/svx/svxitems.hrc:47
msgctxt "RID_ATTR_NAMES"
msgid "Kerning"
msgstr "Kerning"
-#: svxitems.hrc:49
+#: include/svx/svxitems.hrc:48
msgctxt "RID_ATTR_NAMES"
msgid "Effects"
msgstr "ውጤቶች"
-#: svxitems.hrc:50
+#: include/svx/svxitems.hrc:49
msgctxt "RID_ATTR_NAMES"
msgid "Language"
msgstr "ቋንቋ"
-#: svxitems.hrc:51
+#: include/svx/svxitems.hrc:50
msgctxt "RID_ATTR_NAMES"
msgid "Position"
msgstr "ቦታ"
-#: svxitems.hrc:52
+#: include/svx/svxitems.hrc:51
msgctxt "RID_ATTR_NAMES"
msgid "Character blinking"
msgstr "ባህሪ ብልጭ ድርግም ባይ"
-#: svxitems.hrc:53
+#: include/svx/svxitems.hrc:52
msgctxt "RID_ATTR_NAMES"
msgid "Character set color"
msgstr "የ ባህሪ ቀለም ማሰናጃ"
-#: svxitems.hrc:54
+#: include/svx/svxitems.hrc:53
msgctxt "RID_ATTR_NAMES"
msgid "Overline"
msgstr "ከ ላይ ማስመሪያ"
-#: svxitems.hrc:55
-msgctxt "RID_ATTR_NAMES"
-msgid "Paragraph"
-msgstr "አንቀጽ"
-
-#: svxitems.hrc:56
+#: include/svx/svxitems.hrc:54
msgctxt "RID_ATTR_NAMES"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: svxitems.hrc:57
+#: include/svx/svxitems.hrc:55
msgctxt "RID_ATTR_NAMES"
msgid "Line spacing"
msgstr "የ መስመር ክፍተት"
-#: svxitems.hrc:58
+#: include/svx/svxitems.hrc:56
msgctxt "RID_ATTR_NAMES"
msgid "Page Break"
msgstr "የ ገጽ መጨረሻ"
-#: svxitems.hrc:59
+#: include/svx/svxitems.hrc:57
msgctxt "RID_ATTR_NAMES"
msgid "Hyphenation"
msgstr "ጭረት"
-#: svxitems.hrc:60
+#: include/svx/svxitems.hrc:58
msgctxt "RID_ATTR_NAMES"
msgid "Do not split paragraph"
msgstr "አንቀጹን አትክፈል"
-#: svxitems.hrc:61
+#: include/svx/svxitems.hrc:59
msgctxt "RID_ATTR_NAMES"
msgid "Orphans"
msgstr "ብቸኛ መስመር"
-#: svxitems.hrc:62
+#: include/svx/svxitems.hrc:60
msgctxt "RID_ATTR_NAMES"
msgid "Widows"
msgstr "መስኮቶች"
-#: svxitems.hrc:63
+#: include/svx/svxitems.hrc:61
msgctxt "RID_ATTR_NAMES"
msgid "Paragraph spacing"
msgstr "የ አንቀጽ ክፍተት"
-#: svxitems.hrc:64
+#: include/svx/svxitems.hrc:62
msgctxt "RID_ATTR_NAMES"
msgid "Paragraph indent"
msgstr "የ አንቀጽ ማስረጊያ"
-#: svxitems.hrc:65
+#: include/svx/svxitems.hrc:63
msgctxt "RID_ATTR_NAMES"
msgid "Indent"
msgstr "ማስረጊያ"
-#: svxitems.hrc:66
+#: include/svx/svxitems.hrc:64
msgctxt "RID_ATTR_NAMES"
msgid "Spacing"
msgstr "ክፍተት"
-#: svxitems.hrc:67
+#: include/svx/svxitems.hrc:65
msgctxt "RID_ATTR_NAMES"
msgid "Page"
msgstr "ገጽ"
-#: svxitems.hrc:68
+#: include/svx/svxitems.hrc:66
msgctxt "RID_ATTR_NAMES"
msgid "Page Style"
msgstr "የ ገጽ ዘዴ"
-#: svxitems.hrc:69
+#: include/svx/svxitems.hrc:67
msgctxt "RID_ATTR_NAMES"
msgid "Keep with next paragraph"
msgstr "ከሚቀጥለው አንቀጽ ጋር አስቀምጥ"
-#: svxitems.hrc:70
+#: include/svx/svxitems.hrc:68
msgctxt "RID_ATTR_NAMES"
msgid "Blinking"
msgstr "ብልጭ ድርግም ባይ"
-#: svxitems.hrc:71
+#: include/svx/svxitems.hrc:69
msgctxt "RID_ATTR_NAMES"
msgid "Register-true"
msgstr "በ እውነት-መመዝገቢያ"
-#: svxitems.hrc:72
+#: include/svx/svxitems.hrc:70
msgctxt "RID_ATTR_NAMES"
msgid "Character background"
msgstr "የ ባህሪ መደብ"
-#: svxitems.hrc:73
+#: include/svx/svxitems.hrc:71
msgctxt "RID_ATTR_NAMES"
msgid "Asian font"
msgstr "Asian font"
-#: svxitems.hrc:74
+#: include/svx/svxitems.hrc:72
msgctxt "RID_ATTR_NAMES"
msgid "Size of Asian font"
msgstr "Size of Asian font"
-#: svxitems.hrc:75
+#: include/svx/svxitems.hrc:73
msgctxt "RID_ATTR_NAMES"
msgid "Language of Asian font"
msgstr "Language of Asian font"
-#: svxitems.hrc:76
+#: include/svx/svxitems.hrc:74
msgctxt "RID_ATTR_NAMES"
msgid "Posture of Asian font"
msgstr "Posture of Asian font"
-#: svxitems.hrc:77
+#: include/svx/svxitems.hrc:75
msgctxt "RID_ATTR_NAMES"
msgid "Weight of Asian font"
msgstr "Weight of Asian font"
-#: svxitems.hrc:78
+#: include/svx/svxitems.hrc:76
msgctxt "RID_ATTR_NAMES"
msgid "CTL"
msgstr "CTL"
-#: svxitems.hrc:79
+#: include/svx/svxitems.hrc:77
msgctxt "RID_ATTR_NAMES"
msgid "Size of complex scripts"
msgstr "የ ተወሳሰበ ጽሁፎች መጠን"
-#: svxitems.hrc:80
+#: include/svx/svxitems.hrc:78
msgctxt "RID_ATTR_NAMES"
msgid "Language of complex scripts"
msgstr "የተወሳሰበ የቋንቋ ጽሁፎች"
-#: svxitems.hrc:81
+#: include/svx/svxitems.hrc:79
msgctxt "RID_ATTR_NAMES"
msgid "Posture of complex scripts"
msgstr "የተወሳሰበ ጽሁፎች ቅርጽ"
-#: svxitems.hrc:82
+#: include/svx/svxitems.hrc:80
msgctxt "RID_ATTR_NAMES"
msgid "Weight of complex scripts"
msgstr "የተወሳሰበ ጽሁፎች ክብደት"
-#: svxitems.hrc:83
+#: include/svx/svxitems.hrc:81
msgctxt "RID_ATTR_NAMES"
msgid "Double-lined"
msgstr "ድርብ-መስመር"
-#: svxitems.hrc:84
+#: include/svx/svxitems.hrc:82
msgctxt "RID_ATTR_NAMES"
msgid "Emphasis mark"
msgstr "የማጋነኛ ምልክት"
-#: svxitems.hrc:85
+#: include/svx/svxitems.hrc:83
msgctxt "RID_ATTR_NAMES"
msgid "Text spacing"
msgstr "የ ጽሁፍ ክፍተት"
-#: svxitems.hrc:86
+#: include/svx/svxitems.hrc:84
msgctxt "RID_ATTR_NAMES"
msgid "Hanging punctuation"
msgstr "Hanging punctuation"
-#: svxitems.hrc:87
+#: include/svx/svxitems.hrc:85
msgctxt "RID_ATTR_NAMES"
msgid "Forbidden characters"
msgstr "የተከለከሉ ባህሪዎች"
-#: svxitems.hrc:88
+#: include/svx/svxitems.hrc:86
msgctxt "RID_ATTR_NAMES"
msgid "Rotation"
msgstr "ማዞሪያ"
-#: svxitems.hrc:89
+#: include/svx/svxitems.hrc:87
msgctxt "RID_ATTR_NAMES"
msgid "Character scaling"
msgstr "የ ባህሪ መመጠኛ"
-#: svxitems.hrc:90
+#: include/svx/svxitems.hrc:88
msgctxt "RID_ATTR_NAMES"
msgid "Relief"
msgstr "ክፍተት"
-#: svxitems.hrc:91
+#: include/svx/svxitems.hrc:89
msgctxt "RID_ATTR_NAMES"
msgid "Vertical text alignment"
msgstr "በ ቁመት ጽሁፍ ማሰለፊያ"
diff --git a/source/am/sw/messages.po b/source/am/sw/messages.po
index ca467f98b5e..d49087decb4 100644
--- a/source/am/sw/messages.po
+++ b/source/am/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-02-19 11:42+0100\n"
-"PO-Revision-Date: 2018-02-19 21:10+0000\n"
+"POT-Creation-Date: 2018-04-25 21:51+0200\n"
+"PO-Revision-Date: 2018-04-06 23:40+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,358 +13,358 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1519074605.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1523058037.000000\n"
-#: app.hrc:30
+#: sw/inc/app.hrc:29
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "All Styles"
msgstr "ሁሉንም ዘዴዎች"
-#: app.hrc:31
+#: sw/inc/app.hrc:30
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Hidden Styles"
msgstr "የ ተደበቁ ዘዴዎች"
-#: app.hrc:32
+#: sw/inc/app.hrc:31
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Applied Styles"
msgstr "የ ተፈጸሙ ዘዴዎች"
-#: app.hrc:33
+#: sw/inc/app.hrc:32
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Custom Styles"
msgstr "ዘዴዎች ማስተካከያ"
-#: app.hrc:34
+#: sw/inc/app.hrc:33
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: app.hrc:35
+#: sw/inc/app.hrc:34
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Text Styles"
msgstr "የ ጽሁፍ ዘዴዎች"
-#: app.hrc:36
+#: sw/inc/app.hrc:35
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Chapter Styles"
msgstr "የ ምእራፍ ዘዴዎች"
-#: app.hrc:37
+#: sw/inc/app.hrc:36
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "List Styles"
msgstr "የ ዝርዝር ዘዴዎች"
-#: app.hrc:38
+#: sw/inc/app.hrc:37
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Index Styles"
msgstr "የ ማውጫ ዘዴዎች"
-#: app.hrc:39
+#: sw/inc/app.hrc:38
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Special Styles"
msgstr "የተለዩ ዘዴዎች"
-#: app.hrc:40
+#: sw/inc/app.hrc:39
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "HTML Styles"
msgstr "የ HTML ዘዴዎች"
-#: app.hrc:41
+#: sw/inc/app.hrc:40
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Conditional Styles"
msgstr "እንደ ሁኔታው ዘዴዎች"
-#: app.hrc:47
+#: sw/inc/app.hrc:46
msgctxt "RID_CHARACTERSTYLEFAMILY"
msgid "All Styles"
msgstr "ሁሉንም ዘዴዎች"
-#: app.hrc:48
+#: sw/inc/app.hrc:47
msgctxt "RID_CHARACTERSTYLEFAMILY"
msgid "Hidden Styles"
msgstr "የ ተደበቁ ዘዴዎች"
-#: app.hrc:49
+#: sw/inc/app.hrc:48
msgctxt "RID_CHARACTERSTYLEFAMILY"
msgid "Applied Styles"
msgstr "የ ተፈጸሙ ዘዴዎች"
-#: app.hrc:50
+#: sw/inc/app.hrc:49
msgctxt "RID_CHARACTERSTYLEFAMILY"
msgid "Custom Styles"
msgstr "ዘዴዎች ማስተካከያ"
-#: app.hrc:56
+#: sw/inc/app.hrc:55
msgctxt "RID_FRAMESTYLEFAMILY"
msgid "All Styles"
msgstr "ሁሉንም ዘዴዎች"
-#: app.hrc:57
+#: sw/inc/app.hrc:56
msgctxt "RID_FRAMESTYLEFAMILY"
msgid "Hidden Styles"
msgstr "የ ተደበቁ ዘዴዎች"
-#: app.hrc:58
+#: sw/inc/app.hrc:57
msgctxt "RID_FRAMESTYLEFAMILY"
msgid "Applied Styles"
msgstr "የ ተፈጸሙ ዘዴዎች"
-#: app.hrc:59
+#: sw/inc/app.hrc:58
msgctxt "RID_FRAMESTYLEFAMILY"
msgid "Custom Styles"
msgstr "ዘዴዎች ማስተካከያ"
-#: app.hrc:65
+#: sw/inc/app.hrc:64
msgctxt "RID_PAGESTYLEFAMILY"
msgid "All Styles"
msgstr "ሁሉንም ዘዴዎች"
-#: app.hrc:66
+#: sw/inc/app.hrc:65
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Hidden Styles"
msgstr "የ ተደበቁ ዘዴዎች"
-#: app.hrc:67
+#: sw/inc/app.hrc:66
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Applied Styles"
msgstr "የ ተፈጸሙ ዘዴዎች"
-#: app.hrc:68
+#: sw/inc/app.hrc:67
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Custom Styles"
msgstr "ዘዴዎች ማስተካከያ"
-#: app.hrc:74
+#: sw/inc/app.hrc:73
msgctxt "RID_LISTSTYLEFAMILY"
msgid "All Styles"
msgstr "ሁሉንም ዘዴዎች"
-#: app.hrc:75
+#: sw/inc/app.hrc:74
msgctxt "RID_LISTSTYLEFAMILY"
msgid "Hidden Styles"
msgstr "የ ተደበቁ ዘዴዎች"
-#: app.hrc:76
+#: sw/inc/app.hrc:75
msgctxt "RID_LISTSTYLEFAMILY"
msgid "Applied Styles"
msgstr "የ ተፈጸሙ ዘዴዎች"
-#: app.hrc:77
+#: sw/inc/app.hrc:76
msgctxt "RID_LISTSTYLEFAMILY"
msgid "Custom Styles"
msgstr "ዘዴዎች ማስተካከያ"
-#: app.hrc:83
+#: sw/inc/app.hrc:82
msgctxt "RID_TABLESTYLEFAMILY"
msgid "All Styles"
msgstr "ሁሉንም ዘዴዎች"
-#: app.hrc:84
+#: sw/inc/app.hrc:83
msgctxt "RID_TABLESTYLEFAMILY"
msgid "Hidden Styles"
msgstr "የ ተደበቁ ዘዴዎች"
-#: app.hrc:85
+#: sw/inc/app.hrc:84
msgctxt "RID_TABLESTYLEFAMILY"
msgid "Applied Styles"
msgstr "የ ተፈጸሙ ዘዴዎች"
-#: app.hrc:86
+#: sw/inc/app.hrc:85
msgctxt "RID_TABLESTYLEFAMILY"
msgid "Custom Styles"
msgstr "ዘዴዎች ማስተካከያ"
-#: cnttab.hrc:29
+#: sw/inc/cnttab.hrc:29
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Math"
msgstr "%PRODUCTNAME ሂሳብ"
-#: cnttab.hrc:30
+#: sw/inc/cnttab.hrc:30
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Chart"
msgstr "%PRODUCTNAME ቻርት"
-#: cnttab.hrc:31
+#: sw/inc/cnttab.hrc:31
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME ሰንጠረዥ"
-#: cnttab.hrc:32
+#: sw/inc/cnttab.hrc:32
msgctxt "RES_SRCTYPES"
msgid "%PRODUCTNAME Draw/%PRODUCTNAME Impress"
msgstr "%PRODUCTNAME መሳያ/%PRODUCTNAME ማስደነቂያ"
-#: cnttab.hrc:33
+#: sw/inc/cnttab.hrc:33
msgctxt "RES_SRCTYPES"
msgid "Other OLE Objects"
msgstr "ሌሎች የ OLE እቃዎች"
-#: dbui.hrc:45
+#: sw/inc/dbui.hrc:45
msgctxt "SA_ADDRESS_HEADER"
msgid "Title"
msgstr "አርእስት"
-#: dbui.hrc:46
+#: sw/inc/dbui.hrc:46
msgctxt "SA_ADDRESS_HEADER"
msgid "First Name"
msgstr "የ መጀመሪያ ስም"
-#: dbui.hrc:47
+#: sw/inc/dbui.hrc:47
msgctxt "SA_ADDRESS_HEADER"
msgid "Last Name"
msgstr "የ አባት ስም"
-#: dbui.hrc:48
+#: sw/inc/dbui.hrc:48
msgctxt "SA_ADDRESS_HEADER"
msgid "Company Name"
msgstr "የድርጅት ስም"
-#: dbui.hrc:49
+#: sw/inc/dbui.hrc:49
msgctxt "SA_ADDRESS_HEADER"
msgid "Address Line 1"
msgstr "የአድራሻ መስመር 1"
-#: dbui.hrc:50
+#: sw/inc/dbui.hrc:50
msgctxt "SA_ADDRESS_HEADER"
msgid "Address Line 2"
msgstr "የአድራሻ መስመር 2"
-#: dbui.hrc:51
+#: sw/inc/dbui.hrc:51
msgctxt "SA_ADDRESS_HEADER"
msgid "City"
msgstr "ከተማ"
-#: dbui.hrc:52
+#: sw/inc/dbui.hrc:52
msgctxt "SA_ADDRESS_HEADER"
msgid "State"
msgstr "ክፍለ ሀገር"
-#: dbui.hrc:53
+#: sw/inc/dbui.hrc:53
msgctxt "SA_ADDRESS_HEADER"
msgid "ZIP"
msgstr "ፖሳቁ"
-#: dbui.hrc:54
+#: sw/inc/dbui.hrc:54
msgctxt "SA_ADDRESS_HEADER"
msgid "Country"
msgstr "አገር"
-#: dbui.hrc:55
+#: sw/inc/dbui.hrc:55
msgctxt "SA_ADDRESS_HEADER"
msgid "Telephone private"
msgstr "የግል ስልክ"
-#: dbui.hrc:56
+#: sw/inc/dbui.hrc:56
msgctxt "SA_ADDRESS_HEADER"
msgid "Telephone business"
msgstr "የ ንግድ ስልክ"
-#: dbui.hrc:57
+#: sw/inc/dbui.hrc:57
msgctxt "SA_ADDRESS_HEADER"
msgid "E-mail Address"
msgstr "ኢ-ሜይል አድራሻ"
-#: dbui.hrc:58
+#: sw/inc/dbui.hrc:58
msgctxt "SA_ADDRESS_HEADER"
msgid "Gender"
msgstr "ጾታ"
#. Import-Errors
-#: error.hrc:33
+#: sw/inc/error.hrc:33
msgctxt "RID_SW_ERRHDL"
msgid "File format error found."
msgstr "የ ፋይል አቀራረብ ስህተት ተገኝቷል"
-#: error.hrc:34
+#: sw/inc/error.hrc:34
msgctxt "RID_SW_ERRHDL"
msgid "Error reading file."
msgstr "ስህተት ፋይሉን በ ማንበብ ላይ"
-#: error.hrc:35
+#: sw/inc/error.hrc:35
msgctxt "RID_SW_ERRHDL"
msgid "This is not a valid WinWord6 file."
msgstr "ይህ የ WinWord6 ፋይል አይደለም"
-#: error.hrc:36
+#: sw/inc/error.hrc:36
msgctxt "RID_SW_ERRHDL"
msgid "File format error found at $(ARG1)(row,col)."
msgstr "የ ፋይል አቀራረብ ስህተት ተገኝቷል በ $(ARG1)(ረድፍ , አምድ)"
-#: error.hrc:37
+#: sw/inc/error.hrc:37
msgctxt "RID_SW_ERRHDL"
msgid "This is not a valid WinWord97 file."
msgstr "ይህ የ WinWord97 ፋይል አይደለም"
-#: error.hrc:38 /home/cl/vc/git/libo-core/sw/inc/error.hrc:57
+#: sw/inc/error.hrc:38 sw/inc/error.hrc:57
msgctxt "RID_SW_ERRHDL"
msgid "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)."
msgstr "የ አቀራረብ ስህተት ተገኝቷል በ ፋይሉ በ ንዑስ-ሰነድ ውስጥ $(ARG1) በ $(ARG2)(ረድፍ , አምድ)"
#. Export-Errors
-#: error.hrc:40
+#: sw/inc/error.hrc:40
msgctxt "RID_SW_ERRHDL"
msgid "Error writing file."
msgstr "ስህተት ፋይሉን በ መጻፍ ላይ"
-#: error.hrc:41
+#: sw/inc/error.hrc:41
msgctxt "RID_SW_ERRHDL"
msgid "Wrong AutoText document version."
msgstr "የ ተሳሳተ በራሱ ጽሁፍ ሰነድ እትም"
-#: error.hrc:42 /home/cl/vc/git/libo-core/sw/inc/error.hrc:56
+#: sw/inc/error.hrc:42 sw/inc/error.hrc:56
msgctxt "RID_SW_ERRHDL"
msgid "Error in writing sub-document $(ARG1)."
msgstr "ስህተት ንዑስ-ሰነድ በ መጻፍ ላይ $(ARG1)."
#. Import-/Export-Errors
-#: error.hrc:44 /home/cl/vc/git/libo-core/sw/inc/error.hrc:45
+#: sw/inc/error.hrc:44 sw/inc/error.hrc:45
msgctxt "RID_SW_ERRHDL"
msgid "Internal error in %PRODUCTNAME Writer file format."
msgstr "የ ውስጥ ስህተት %PRODUCTNAME በ መጻፊያ ፋይል አቀራረብ ውስጥ"
-#: error.hrc:46
+#: sw/inc/error.hrc:46
msgctxt "RID_SW_ERRHDL"
msgid "$(ARG1) has changed."
msgstr "$(ARG1) ተቀይሯል"
-#: error.hrc:47
+#: sw/inc/error.hrc:47
msgctxt "RID_SW_ERRHDL"
msgid "$(ARG1) does not exist."
msgstr "$(ARG1) አልነበረም"
-#: error.hrc:48
+#: sw/inc/error.hrc:48
msgctxt "RID_SW_ERRHDL"
msgid "Cells cannot be further split."
msgstr "ክፍሎቹን በ በለጠ መክፈል አልተቻለም"
-#: error.hrc:49
+#: sw/inc/error.hrc:49
msgctxt "RID_SW_ERRHDL"
msgid "Additional columns cannot be inserted."
msgstr "ተጨማሪ አምዶች ማስገባት አይቻልም"
-#: error.hrc:50
+#: sw/inc/error.hrc:50
msgctxt "RID_SW_ERRHDL"
msgid "The structure of a linked table cannot be modified."
msgstr "የ ተገናኘውን የ ሰንጠረዥ አካል ማሻሻል አይቻልም"
-#: error.hrc:52
+#: sw/inc/error.hrc:52
msgctxt "RID_SW_ERRHDL"
msgid "Not all attributes could be read."
msgstr "ሁሉንም ባህሪዎች ማንበብ አልተቻለም"
-#: error.hrc:53
+#: sw/inc/error.hrc:53
msgctxt "RID_SW_ERRHDL"
msgid "Not all attributes could be recorded."
msgstr "ሁሉንም ባህሪዎች መመዝገብ አልተቻለም"
-#: error.hrc:54
+#: sw/inc/error.hrc:54
msgctxt "RID_SW_ERRHDL"
msgid "Document could not be completely saved."
msgstr "ሰነዱን ሙሉ በሙሉ ማስቀመጥ አልተቻለም"
-#: error.hrc:55
+#: sw/inc/error.hrc:55
msgctxt "RID_SW_ERRHDL"
msgid ""
"This HTML document contains %PRODUCTNAME Basic macros.\n"
@@ -373,1403 +373,1413 @@ msgstr ""
"ይህ የ HTML ሰነድ %PRODUCTNAME Basic macros ይዟል \n"
"በ አሁኑ መላኪያ ማሰናጃዎች ውስጥ አልተቀመጡም"
-#: mmaddressblockpage.hrc:27
+#: sw/inc/mmaddressblockpage.hrc:27
msgctxt "RA_SALUTATION"
msgid "Dear"
msgstr "ውድ"
-#: mmaddressblockpage.hrc:28
+#: sw/inc/mmaddressblockpage.hrc:28
msgctxt "RA_SALUTATION"
msgid "Hello"
msgstr "ሰላም"
-#: mmaddressblockpage.hrc:29
+#: sw/inc/mmaddressblockpage.hrc:29
msgctxt "RA_SALUTATION"
msgid "Hi"
msgstr "ታዲያስ"
-#: mmaddressblockpage.hrc:34
+#: sw/inc/mmaddressblockpage.hrc:34
msgctxt "RA_PUNCTUATION"
msgid ","
msgstr ","
-#: mmaddressblockpage.hrc:35
+#: sw/inc/mmaddressblockpage.hrc:35
msgctxt "RA_PUNCTUATION"
msgid ":"
msgstr ":"
-#: mmaddressblockpage.hrc:36
+#: sw/inc/mmaddressblockpage.hrc:36
msgctxt "RA_PUNCTUATION"
msgid "!"
msgstr "!"
-#: mmaddressblockpage.hrc:37
+#: sw/inc/mmaddressblockpage.hrc:37
msgctxt "RA_PUNCTUATION"
msgid "(none)"
msgstr "(ምንም)"
-#: optload.hrc:27
+#: sw/inc/optload.hrc:27
msgctxt "STR_ARR_METRIC"
msgid "Millimeter"
msgstr "ሚሊ ሚትር"
-#: optload.hrc:28
+#: sw/inc/optload.hrc:28
msgctxt "STR_ARR_METRIC"
msgid "Centimeter"
msgstr "ሴንቲ ሚትር"
-#: optload.hrc:29
+#: sw/inc/optload.hrc:29
msgctxt "STR_ARR_METRIC"
msgid "Meter"
msgstr "ሚትር"
-#: optload.hrc:30
+#: sw/inc/optload.hrc:30
msgctxt "STR_ARR_METRIC"
msgid "Kilometer"
msgstr "ኪሎ ሚትር"
-#: optload.hrc:31
+#: sw/inc/optload.hrc:31
msgctxt "STR_ARR_METRIC"
msgid "Inch"
msgstr "ኢንች"
-#: optload.hrc:32
+#: sw/inc/optload.hrc:32
msgctxt "STR_ARR_METRIC"
msgid "Foot"
msgstr "ጫማ"
-#: optload.hrc:33
+#: sw/inc/optload.hrc:33
msgctxt "STR_ARR_METRIC"
msgid "Miles"
msgstr "ማይልስ"
-#: optload.hrc:34
+#: sw/inc/optload.hrc:34
msgctxt "STR_ARR_METRIC"
msgid "Pica"
msgstr "ፒካ"
-#: optload.hrc:35
+#: sw/inc/optload.hrc:35
msgctxt "STR_ARR_METRIC"
msgid "Point"
msgstr "ነጥብ"
-#: optload.hrc:36
+#: sw/inc/optload.hrc:36
msgctxt "STR_ARR_METRIC"
msgid "Char"
msgstr "Char"
-#: optload.hrc:37
+#: sw/inc/optload.hrc:37
msgctxt "STR_ARR_METRIC"
msgid "Line"
msgstr "መስመር"
#. Format names
-#: strings.hrc:26
+#: sw/inc/strings.hrc:26
msgctxt "STR_POOLCHR_FOOTNOTE"
msgid "Footnote Characters"
msgstr "የ ግርጌ ማስታወሻ ባህሪዎች"
-#: strings.hrc:27
+#: sw/inc/strings.hrc:27
msgctxt "STR_POOLCHR_PAGENO"
msgid "Page Number"
msgstr "የ ገጽ ቁጥር"
-#: strings.hrc:28
+#: sw/inc/strings.hrc:28
msgctxt "STR_POOLCHR_LABEL"
msgid "Caption Characters"
msgstr "የ መግለጫ ጽሁፍ ባህሪዎች"
-#: strings.hrc:29
+#: sw/inc/strings.hrc:29
msgctxt "STR_POOLCHR_DROPCAPS"
msgid "Drop Caps"
msgstr "ፊደል በ ትልቁ መጻፊያ"
-#: strings.hrc:30
+#: sw/inc/strings.hrc:30
msgctxt "STR_POOLCHR_NUM_LEVEL"
msgid "Numbering Symbols"
msgstr "ቁጥር መስጫ ምልክቶች"
-#: strings.hrc:31
+#: sw/inc/strings.hrc:31
msgctxt "STR_POOLCHR_BUL_LEVEL"
msgid "Bullets"
msgstr "ነጥቦች"
-#: strings.hrc:32
+#: sw/inc/strings.hrc:32
msgctxt "STR_POOLCHR_INET_NORMAL"
msgid "Internet Link"
msgstr "ኢንተርኔት አገናኝ"
-#: strings.hrc:33
+#: sw/inc/strings.hrc:33
msgctxt "STR_POOLCHR_INET_VISIT"
msgid "Visited Internet Link"
-msgstr "የተጎበኘ የኢንተርኔት አገናኝ"
+msgstr "የ ተጎበኘ የ ኢንተርኔት አገናኝ"
-#: strings.hrc:34
+#: sw/inc/strings.hrc:34
msgctxt "STR_POOLCHR_JUMPEDIT"
msgid "Placeholder"
msgstr "ቦታ ያዢ"
-#: strings.hrc:35
+#: sw/inc/strings.hrc:35
msgctxt "STR_POOLCHR_TOXJUMP"
msgid "Index Link"
msgstr "የ አገናኝ ማውጫ"
-#: strings.hrc:36
+#: sw/inc/strings.hrc:36
msgctxt "STR_POOLCHR_ENDNOTE"
msgid "Endnote Characters"
msgstr "የ መጨረሻ ማስታወሻ ባህሪዎች"
-#: strings.hrc:37
+#: sw/inc/strings.hrc:37
msgctxt "STR_POOLCHR_LINENUM"
msgid "Line Numbering"
msgstr "መስመር ቁጥር መስጫ"
-#: strings.hrc:38
+#: sw/inc/strings.hrc:38
msgctxt "STR_POOLCHR_IDX_MAIN_ENTRY"
msgid "Main Index Entry"
msgstr "ዋናው የማውጫ ማስገቢያ"
-#: strings.hrc:39
+#: sw/inc/strings.hrc:39
msgctxt "STR_POOLCHR_FOOTNOTE_ANCHOR"
msgid "Footnote Anchor"
msgstr "የ ግርጌ ማስታወሻ ማስቆሚያ"
-#: strings.hrc:40
+#: sw/inc/strings.hrc:40
msgctxt "STR_POOLCHR_ENDNOTE_ANCHOR"
msgid "Endnote Anchor"
msgstr "የ መጨረሻ ማስታወሻ ማስቆሚያ"
-#: strings.hrc:41
+#: sw/inc/strings.hrc:41
msgctxt "STR_POOLCHR_RUBYTEXT"
msgid "Rubies"
msgstr "Rubies"
-#: strings.hrc:42
+#: sw/inc/strings.hrc:42
msgctxt "STR_POOLCHR_VERT_NUM"
msgid "Vertical Numbering Symbols"
msgstr "በ ቁመት ቁጥር መስጫ ምልክቶች"
#. Drawing templates for HTML
-#: strings.hrc:44
+#: sw/inc/strings.hrc:44
msgctxt "STR_POOLCHR_HTML_EMPHASIS"
msgid "Emphasis"
msgstr "ማጋነኛ"
-#: strings.hrc:45
+#: sw/inc/strings.hrc:45
msgctxt "STR_POOLCHR_HTML_CITIATION"
msgid "Quotation"
msgstr "ጥቅሶች"
-#: strings.hrc:46
+#: sw/inc/strings.hrc:46
msgctxt "STR_POOLCHR_HTML_STRONG"
msgid "Strong Emphasis"
msgstr "ጠንካራ ማጋነኛ"
-#: strings.hrc:47
+#: sw/inc/strings.hrc:47
msgctxt "STR_POOLCHR_HTML_CODE"
msgid "Source Text"
msgstr "የ ጽሁፍ ምንጭ"
-#: strings.hrc:48
+#: sw/inc/strings.hrc:48
msgctxt "STR_POOLCHR_HTML_SAMPLE"
msgid "Example"
msgstr "ለምሳሌ"
-#: strings.hrc:49
+#: sw/inc/strings.hrc:49
msgctxt "STR_POOLCHR_HTML_KEYBOARD"
msgid "User Entry"
msgstr "ተጠቃሚ ማስገቢያ"
-#: strings.hrc:50
+#: sw/inc/strings.hrc:50
msgctxt "STR_POOLCHR_HTML_VARIABLE"
msgid "Variable"
msgstr "ተለዋዋጭ"
-#: strings.hrc:51
+#: sw/inc/strings.hrc:51
msgctxt "STR_POOLCHR_HTML_DEFINSTANCE"
msgid "Definition"
msgstr "መግለጫ"
-#: strings.hrc:52
+#: sw/inc/strings.hrc:52
msgctxt "STR_POOLCHR_HTML_TELETYPE"
msgid "Teletype"
msgstr "ቴሌታይፕ"
#. Border templates
-#: strings.hrc:54
+#: sw/inc/strings.hrc:54
msgctxt "STR_POOLFRM_FRAME"
msgid "Frame"
msgstr "ክፈፍ"
-#: strings.hrc:55
+#: sw/inc/strings.hrc:55
msgctxt "STR_POOLFRM_GRAPHIC"
msgid "Graphics"
msgstr "ንድፎች"
-#: strings.hrc:56
+#: sw/inc/strings.hrc:56
msgctxt "STR_POOLFRM_OLE"
msgid "OLE"
msgstr "OLE"
-#: strings.hrc:57
+#: sw/inc/strings.hrc:57
msgctxt "STR_POOLFRM_FORMEL"
msgid "Formula"
msgstr "መቀመሪያ"
-#: strings.hrc:58
+#: sw/inc/strings.hrc:58
msgctxt "STR_POOLFRM_MARGINAL"
msgid "Marginalia"
msgstr "ማስታወሻ"
-#: strings.hrc:59
+#: sw/inc/strings.hrc:59
msgctxt "STR_POOLFRM_WATERSIGN"
msgid "Watermark"
msgstr "የ ውሀ ምልክት"
-#: strings.hrc:60
+#: sw/inc/strings.hrc:60
msgctxt "STR_POOLFRM_LABEL"
msgid "Labels"
msgstr "ምልክቶች"
#. Template names
#. tdf#107211 please don't change STANDARD, except back to "Default"
-#: strings.hrc:63
+#: sw/inc/strings.hrc:63
msgctxt "STR_POOLCOLL_STANDARD"
msgid "Default Style"
msgstr "ነባር ዘዴ"
-#: strings.hrc:64
+#: sw/inc/strings.hrc:64
msgctxt "STR_POOLCOLL_TEXT"
msgid "Text Body"
msgstr "የ ጽሁፍ አካል"
-#: strings.hrc:65
+#: sw/inc/strings.hrc:65
msgctxt "STR_POOLCOLL_TEXT_IDENT"
msgid "First Line Indent"
msgstr "የ መጀመሪያ መስመር ማስረጊያ"
-#: strings.hrc:66
+#: sw/inc/strings.hrc:66
msgctxt "STR_POOLCOLL_TEXT_NEGIDENT"
msgid "Hanging Indent"
msgstr "ተንሳፋፊ ማስረጊያ"
-#: strings.hrc:67
+#: sw/inc/strings.hrc:67
msgctxt "STR_POOLCOLL_TEXT_MOVE"
msgid "Text Body Indent"
msgstr "የ ጽሁፍ አካል ማስረጊያ"
-#: strings.hrc:68
+#: sw/inc/strings.hrc:68
msgctxt "STR_POOLCOLL_GREETING"
msgid "Complimentary Close"
msgstr "አስተያየት መዝጊያ"
-#: strings.hrc:69
+#: sw/inc/strings.hrc:69
msgctxt "STR_POOLCOLL_SIGNATURE"
msgid "Signature"
msgstr "ፊርማ"
-#: strings.hrc:70
+#: sw/inc/strings.hrc:70
msgctxt "STR_POOLCOLL_HEADLINE_BASE"
msgid "Heading"
msgstr "ራስጌ"
-#: strings.hrc:71
+#: sw/inc/strings.hrc:71
msgctxt "STR_POOLCOLL_NUMBUL_BASE"
msgid "List"
msgstr "ዝርዝር"
-#: strings.hrc:72
+#: sw/inc/strings.hrc:72
msgctxt "STR_POOLCOLL_REGISTER_BASE"
msgid "Index"
msgstr "ማውጫ"
-#: strings.hrc:73
+#: sw/inc/strings.hrc:73
msgctxt "STR_POOLCOLL_CONFRONTATION"
msgid "List Indent"
msgstr "የ ማስረጊያ ዝርዝር"
-#: strings.hrc:74
+#: sw/inc/strings.hrc:74
msgctxt "STR_POOLCOLL_MARGINAL"
msgid "Marginalia"
msgstr "ማስታወሻ"
-#: strings.hrc:75
+#: sw/inc/strings.hrc:75
msgctxt "STR_POOLCOLL_HEADLINE1"
msgid "Heading 1"
msgstr "ራስጌ 1"
-#: strings.hrc:76
+#: sw/inc/strings.hrc:76
msgctxt "STR_POOLCOLL_HEADLINE2"
msgid "Heading 2"
msgstr "ራስጌ 2"
-#: strings.hrc:77
+#: sw/inc/strings.hrc:77
msgctxt "STR_POOLCOLL_HEADLINE3"
msgid "Heading 3"
msgstr "ራስጌ 3"
-#: strings.hrc:78
+#: sw/inc/strings.hrc:78
msgctxt "STR_POOLCOLL_HEADLINE4"
msgid "Heading 4"
msgstr "ራስጌ 4"
-#: strings.hrc:79
+#: sw/inc/strings.hrc:79
msgctxt "STR_POOLCOLL_HEADLINE5"
msgid "Heading 5"
msgstr "ራስጌ 5"
-#: strings.hrc:80
+#: sw/inc/strings.hrc:80
msgctxt "STR_POOLCOLL_HEADLINE6"
msgid "Heading 6"
msgstr "ራስጌ 6"
-#: strings.hrc:81
+#: sw/inc/strings.hrc:81
msgctxt "STR_POOLCOLL_HEADLINE7"
msgid "Heading 7"
msgstr "ራስጌ 7"
-#: strings.hrc:82
+#: sw/inc/strings.hrc:82
msgctxt "STR_POOLCOLL_HEADLINE8"
msgid "Heading 8"
msgstr "ራስጌ 8"
-#: strings.hrc:83
+#: sw/inc/strings.hrc:83
msgctxt "STR_POOLCOLL_HEADLINE9"
msgid "Heading 9"
msgstr "ራስጌ 9"
-#: strings.hrc:84
+#: sw/inc/strings.hrc:84
msgctxt "STR_POOLCOLL_HEADLINE10"
msgid "Heading 10"
msgstr "ራስጌ 10"
-#: strings.hrc:85
+#: sw/inc/strings.hrc:85
msgctxt "STR_POOLCOLL_NUM_LEVEL1S"
msgid "Numbering 1 Start"
msgstr "ቁጥር መስጫ 1 መጀመሪያ"
-#: strings.hrc:86
+#: sw/inc/strings.hrc:86
msgctxt "STR_POOLCOLL_NUM_LEVEL1"
msgid "Numbering 1"
msgstr "ቁጥር መስጫ 1"
-#: strings.hrc:87
+#: sw/inc/strings.hrc:87
msgctxt "STR_POOLCOLL_NUM_LEVEL1E"
msgid "Numbering 1 End"
msgstr "ቁጥር መስጫ 1 መጨረሻ"
-#: strings.hrc:88
+#: sw/inc/strings.hrc:88
msgctxt "STR_POOLCOLL_NUM_NONUM1"
msgid "Numbering 1 Cont."
msgstr "ቁጥር መስጫ 1 የቀጠለ"
-#: strings.hrc:89
+#: sw/inc/strings.hrc:89
msgctxt "STR_POOLCOLL_NUM_LEVEL2S"
msgid "Numbering 2 Start"
msgstr "ቁጥር መስጫ 2 መጀመሪያ"
-#: strings.hrc:90
+#: sw/inc/strings.hrc:90
msgctxt "STR_POOLCOLL_NUM_LEVEL2"
msgid "Numbering 2"
msgstr "ቁጥር መስጫ 2"
-#: strings.hrc:91
+#: sw/inc/strings.hrc:91
msgctxt "STR_POOLCOLL_NUM_LEVEL2E"
msgid "Numbering 2 End"
msgstr "ቁጥር መስጫ 2 መጨረሻ"
-#: strings.hrc:92
+#: sw/inc/strings.hrc:92
msgctxt "STR_POOLCOLL_NUM_NONUM2"
msgid "Numbering 2 Cont."
msgstr "ቁጥር መስጫ 2 የቀጠለ"
-#: strings.hrc:93
+#: sw/inc/strings.hrc:93
msgctxt "STR_POOLCOLL_NUM_LEVEL3S"
msgid "Numbering 3 Start"
msgstr "ቁጥር መስጫ 3 መጀመሪያ"
-#: strings.hrc:94
+#: sw/inc/strings.hrc:94
msgctxt "STR_POOLCOLL_NUM_LEVEL3"
msgid "Numbering 3"
msgstr "ቁጥር መስጫ 3"
-#: strings.hrc:95
+#: sw/inc/strings.hrc:95
msgctxt "STR_POOLCOLL_NUM_LEVEL3E"
msgid "Numbering 3 End"
msgstr "ቁጥር መስጫ 3 መጨረሻ"
-#: strings.hrc:96
+#: sw/inc/strings.hrc:96
msgctxt "STR_POOLCOLL_NUM_NONUM3"
msgid "Numbering 3 Cont."
msgstr "ቁጥር መስጫ 3 የቀጠለ"
-#: strings.hrc:97
+#: sw/inc/strings.hrc:97
msgctxt "STR_POOLCOLL_NUM_LEVEL4S"
msgid "Numbering 4 Start"
msgstr "ቁጥር መስጫ 4 መጀመሪያ"
-#: strings.hrc:98
+#: sw/inc/strings.hrc:98
msgctxt "STR_POOLCOLL_NUM_LEVEL4"
msgid "Numbering 4"
msgstr "ቁጥር መስጫ 4"
-#: strings.hrc:99
+#: sw/inc/strings.hrc:99
msgctxt "STR_POOLCOLL_NUM_LEVEL4E"
msgid "Numbering 4 End"
msgstr "ቁጥር መስጫ 4 መጨረሻ"
-#: strings.hrc:100
+#: sw/inc/strings.hrc:100
msgctxt "STR_POOLCOLL_NUM_NONUM4"
msgid "Numbering 4 Cont."
msgstr "ቁጥር መስጫ 4 የቀጠለ"
-#: strings.hrc:101
+#: sw/inc/strings.hrc:101
msgctxt "STR_POOLCOLL_NUM_LEVEL5S"
msgid "Numbering 5 Start"
msgstr "ቁጥር መስጫ 5 መጀመሪያ"
-#: strings.hrc:102
+#: sw/inc/strings.hrc:102
msgctxt "STR_POOLCOLL_NUM_LEVEL5"
msgid "Numbering 5"
msgstr "ቁጥር መስጫ 5"
-#: strings.hrc:103
+#: sw/inc/strings.hrc:103
msgctxt "STR_POOLCOLL_NUM_LEVEL5E"
msgid "Numbering 5 End"
msgstr "ቁጥር መስጫ 5 መጨረሻ"
-#: strings.hrc:104
+#: sw/inc/strings.hrc:104
msgctxt "STR_POOLCOLL_NUM_NONUM5"
msgid "Numbering 5 Cont."
msgstr "ቁጥር መስጫ 5 የቀጠለ"
-#: strings.hrc:105
+#: sw/inc/strings.hrc:105
msgctxt "STR_POOLCOLL_BUL_LEVEL1S"
msgid "List 1 Start"
msgstr "ዝርዝር 1 መጀመሪያ"
-#: strings.hrc:106
+#: sw/inc/strings.hrc:106
msgctxt "STR_POOLCOLL_BUL_LEVEL1"
msgid "List 1"
msgstr "ዝርዝር 1"
-#: strings.hrc:107
+#: sw/inc/strings.hrc:107
msgctxt "STR_POOLCOLL_BUL_LEVEL1E"
msgid "List 1 End"
msgstr "ዝርዝር 1 መጨረሻ"
-#: strings.hrc:108
+#: sw/inc/strings.hrc:108
msgctxt "STR_POOLCOLL_BUL_NONUM1"
msgid "List 1 Cont."
msgstr "ዝርዝር 1 የቀጠለ"
-#: strings.hrc:109
+#: sw/inc/strings.hrc:109
msgctxt "STR_POOLCOLL_BUL_LEVEL2S"
msgid "List 2 Start"
msgstr "ዝርዝር 2 መጀመሪያ"
-#: strings.hrc:110
+#: sw/inc/strings.hrc:110
msgctxt "STR_POOLCOLL_BUL_LEVEL2"
msgid "List 2"
msgstr "ዝርዝር 2"
-#: strings.hrc:111
+#: sw/inc/strings.hrc:111
msgctxt "STR_POOLCOLL_BUL_LEVEL2E"
msgid "List 2 End"
msgstr "ዝርዝር 2 መጨረሻ"
-#: strings.hrc:112
+#: sw/inc/strings.hrc:112
msgctxt "STR_POOLCOLL_BUL_NONUM2"
msgid "List 2 Cont."
msgstr "ዝርዝር 2 የቀጠለ"
-#: strings.hrc:113
+#: sw/inc/strings.hrc:113
msgctxt "STR_POOLCOLL_BUL_LEVEL3S"
msgid "List 3 Start"
msgstr "ዝርዝር 3 መጀመሪያ"
-#: strings.hrc:114
+#: sw/inc/strings.hrc:114
msgctxt "STR_POOLCOLL_BUL_LEVEL3"
msgid "List 3"
msgstr "ዝርዝር 3"
-#: strings.hrc:115
+#: sw/inc/strings.hrc:115
msgctxt "STR_POOLCOLL_BUL_LEVEL3E"
msgid "List 3 End"
msgstr "ዝርዝር 3 መጨረሻ"
-#: strings.hrc:116
+#: sw/inc/strings.hrc:116
msgctxt "STR_POOLCOLL_BUL_NONUM3"
msgid "List 3 Cont."
msgstr "ዝርዝር 3 የቀጠለ"
-#: strings.hrc:117
+#: sw/inc/strings.hrc:117
msgctxt "STR_POOLCOLL_BUL_LEVEL4S"
msgid "List 4 Start"
msgstr "ዝርዝር 4 መጀመሪያ"
-#: strings.hrc:118
+#: sw/inc/strings.hrc:118
msgctxt "STR_POOLCOLL_BUL_LEVEL4"
msgid "List 4"
msgstr "ዝርዝር 4"
-#: strings.hrc:119
+#: sw/inc/strings.hrc:119
msgctxt "STR_POOLCOLL_BUL_LEVEL4E"
msgid "List 4 End"
msgstr "ዝርዝር 4 መጨረሻ"
-#: strings.hrc:120
+#: sw/inc/strings.hrc:120
msgctxt "STR_POOLCOLL_BUL_NONUM4"
msgid "List 4 Cont."
msgstr "ዝርዝር 4 የቀጠለ"
-#: strings.hrc:121
+#: sw/inc/strings.hrc:121
msgctxt "STR_POOLCOLL_BUL_LEVEL5S"
msgid "List 5 Start"
msgstr "ዝርዝር 5 መጀመሪያ"
-#: strings.hrc:122
+#: sw/inc/strings.hrc:122
msgctxt "STR_POOLCOLL_BUL_LEVEL5"
msgid "List 5"
msgstr "ዝርዝር 5"
-#: strings.hrc:123
+#: sw/inc/strings.hrc:123
msgctxt "STR_POOLCOLL_BUL_LEVEL5E"
msgid "List 5 End"
msgstr "ዝርዝር 5 መጨረሻ"
-#: strings.hrc:124
+#: sw/inc/strings.hrc:124
msgctxt "STR_POOLCOLL_BUL_NONUM5"
msgid "List 5 Cont."
msgstr "ዝርዝር 5 የቀጠለ"
-#: strings.hrc:125
+#: sw/inc/strings.hrc:125
msgctxt "STR_POOLCOLL_HEADER"
msgid "Header"
msgstr "ራስጌ"
-#: strings.hrc:126
+#: sw/inc/strings.hrc:126
msgctxt "STR_POOLCOLL_HEADERL"
msgid "Header Left"
msgstr "ራስጌ በ ግራ"
-#: strings.hrc:127
+#: sw/inc/strings.hrc:127
msgctxt "STR_POOLCOLL_HEADERR"
msgid "Header Right"
msgstr "ራስጌ በ ቀኝ"
-#: strings.hrc:128
+#: sw/inc/strings.hrc:128
msgctxt "STR_POOLCOLL_FOOTER"
msgid "Footer"
msgstr "ግርጌ"
-#: strings.hrc:129
+#: sw/inc/strings.hrc:129
msgctxt "STR_POOLCOLL_FOOTERL"
msgid "Footer Left"
msgstr "ግርጌ በ ግራ"
-#: strings.hrc:130
+#: sw/inc/strings.hrc:130
msgctxt "STR_POOLCOLL_FOOTERR"
msgid "Footer Right"
msgstr "ግርጌ በ ቀኝ"
-#: strings.hrc:131
+#: sw/inc/strings.hrc:131
msgctxt "STR_POOLCOLL_TABLE"
msgid "Table Contents"
msgstr "የ ሰንጠረዥ ይዞታዎች"
-#: strings.hrc:132
+#: sw/inc/strings.hrc:132
msgctxt "STR_POOLCOLL_TABLE_HDLN"
msgid "Table Heading"
msgstr "የ ሰንጠረዥ ራስጌ"
-#: strings.hrc:133
+#: sw/inc/strings.hrc:133
msgctxt "STR_POOLCOLL_FRAME"
msgid "Frame Contents"
msgstr "የ ክፈፍ ይዞታዎች"
-#: strings.hrc:134
+#: sw/inc/strings.hrc:134
msgctxt "STR_POOLCOLL_FOOTNOTE"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: strings.hrc:135
+#: sw/inc/strings.hrc:135
msgctxt "STR_POOLCOLL_ENDNOTE"
msgid "Endnote"
msgstr "የ መጨረሻ ማስታወሻ"
-#: strings.hrc:136
+#: sw/inc/strings.hrc:136
msgctxt "STR_POOLCOLL_LABEL"
msgid "Caption"
msgstr "መግለጫ ጽሁፍ"
-#: strings.hrc:137
+#: sw/inc/strings.hrc:137
msgctxt "STR_POOLCOLL_LABEL_ABB"
msgid "Illustration"
msgstr "ማብራሪያ"
-#: strings.hrc:138
+#: sw/inc/strings.hrc:138
msgctxt "STR_POOLCOLL_LABEL_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:139
+#: sw/inc/strings.hrc:139
msgctxt "STR_POOLCOLL_LABEL_FRAME"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:140
+#: sw/inc/strings.hrc:140
msgctxt "STR_POOLCOLL_LABEL_DRAWING"
msgid "Drawing"
msgstr "መሳያ"
-#: strings.hrc:141
+#: sw/inc/strings.hrc:141
+msgctxt "STR_POOLCOLL_LABEL_FIGURE"
+msgid "Figure"
+msgstr "ምስል"
+
+#: sw/inc/strings.hrc:142
msgctxt "STR_POOLCOLL_JAKETADRESS"
msgid "Addressee"
msgstr "ተቀባይ"
-#: strings.hrc:142
+#: sw/inc/strings.hrc:143
msgctxt "STR_POOLCOLL_SENDADRESS"
msgid "Sender"
msgstr "ላኪው"
-#: strings.hrc:143
+#: sw/inc/strings.hrc:144
msgctxt "STR_POOLCOLL_TOX_IDXH"
msgid "Index Heading"
msgstr "የ ራስጌ ማውጫ"
-#: strings.hrc:144
+#: sw/inc/strings.hrc:145
msgctxt "STR_POOLCOLL_TOX_IDX1"
msgid "Index 1"
msgstr "ማውጫ 1"
-#: strings.hrc:145
+#: sw/inc/strings.hrc:146
msgctxt "STR_POOLCOLL_TOX_IDX2"
msgid "Index 2"
msgstr "ማውጫ 2"
-#: strings.hrc:146
+#: sw/inc/strings.hrc:147
msgctxt "STR_POOLCOLL_TOX_IDX3"
msgid "Index 3"
msgstr "ማውጫ 3"
-#: strings.hrc:147
+#: sw/inc/strings.hrc:148
msgctxt "STR_POOLCOLL_TOX_IDXBREAK"
msgid "Index Separator"
msgstr "ማውጫ መለያያ"
-#: strings.hrc:148
+#: sw/inc/strings.hrc:149
msgctxt "STR_POOLCOLL_TOX_CNTNTH"
msgid "Contents Heading"
msgstr "የ ይዞታዎች ራስጌ"
-#: strings.hrc:149
+#: sw/inc/strings.hrc:150
msgctxt "STR_POOLCOLL_TOX_CNTNT1"
msgid "Contents 1"
msgstr "ይዞታዎች 1"
-#: strings.hrc:150
+#: sw/inc/strings.hrc:151
msgctxt "STR_POOLCOLL_TOX_CNTNT2"
msgid "Contents 2"
msgstr "ይዞታዎች 2"
-#: strings.hrc:151
+#: sw/inc/strings.hrc:152
msgctxt "STR_POOLCOLL_TOX_CNTNT3"
msgid "Contents 3"
msgstr "ይዞታዎች 3"
-#: strings.hrc:152
+#: sw/inc/strings.hrc:153
msgctxt "STR_POOLCOLL_TOX_CNTNT4"
msgid "Contents 4"
msgstr "ይዞታዎች 4"
-#: strings.hrc:153
+#: sw/inc/strings.hrc:154
msgctxt "STR_POOLCOLL_TOX_CNTNT5"
msgid "Contents 5"
msgstr "ይዞታዎች 5"
-#: strings.hrc:154
+#: sw/inc/strings.hrc:155
msgctxt "STR_POOLCOLL_TOX_CNTNT6"
msgid "Contents 6"
msgstr "ይዞታዎች 6"
-#: strings.hrc:155
+#: sw/inc/strings.hrc:156
msgctxt "STR_POOLCOLL_TOX_CNTNT7"
msgid "Contents 7"
msgstr "ይዞታዎች 7"
-#: strings.hrc:156
+#: sw/inc/strings.hrc:157
msgctxt "STR_POOLCOLL_TOX_CNTNT8"
msgid "Contents 8"
msgstr "ይዞታዎች 8"
-#: strings.hrc:157
+#: sw/inc/strings.hrc:158
msgctxt "STR_POOLCOLL_TOX_CNTNT9"
msgid "Contents 9"
msgstr "ይዞታዎች 9"
-#: strings.hrc:158
+#: sw/inc/strings.hrc:159
msgctxt "STR_POOLCOLL_TOX_CNTNT10"
msgid "Contents 10"
msgstr "ይዞታዎች 10"
-#: strings.hrc:159
+#: sw/inc/strings.hrc:160
msgctxt "STR_POOLCOLL_TOX_USERH"
msgid "User Index Heading"
msgstr "የ ተጠቃሚ ራስጌ ማውጫ"
-#: strings.hrc:160
+#: sw/inc/strings.hrc:161
msgctxt "STR_POOLCOLL_TOX_USER1"
msgid "User Index 1"
msgstr "የ ተጠቃሚ ማውጫ 1"
-#: strings.hrc:161
+#: sw/inc/strings.hrc:162
msgctxt "STR_POOLCOLL_TOX_USER2"
msgid "User Index 2"
msgstr "የ ተጠቃሚ ማውጫ 2"
-#: strings.hrc:162
+#: sw/inc/strings.hrc:163
msgctxt "STR_POOLCOLL_TOX_USER3"
msgid "User Index 3"
msgstr "የ ተጠቃሚ ማውጫ 3"
-#: strings.hrc:163
+#: sw/inc/strings.hrc:164
msgctxt "STR_POOLCOLL_TOX_USER4"
msgid "User Index 4"
msgstr "የ ተጠቃሚ ማውጫ 4"
-#: strings.hrc:164
+#: sw/inc/strings.hrc:165
msgctxt "STR_POOLCOLL_TOX_USER5"
msgid "User Index 5"
msgstr "የ ተጠቃሚ ማውጫ 5"
-#: strings.hrc:165
+#: sw/inc/strings.hrc:166
msgctxt "STR_POOLCOLL_TOX_USER6"
msgid "User Index 6"
msgstr "የ ተጠቃሚ ማውጫ 6"
-#: strings.hrc:166
+#: sw/inc/strings.hrc:167
msgctxt "STR_POOLCOLL_TOX_USER7"
msgid "User Index 7"
msgstr "የ ተጠቃሚ ማውጫ 7"
-#: strings.hrc:167
+#: sw/inc/strings.hrc:168
msgctxt "STR_POOLCOLL_TOX_USER8"
msgid "User Index 8"
msgstr "የ ተጠቃሚ ማውጫ 8"
-#: strings.hrc:168
+#: sw/inc/strings.hrc:169
msgctxt "STR_POOLCOLL_TOX_USER9"
msgid "User Index 9"
msgstr "የ ተጠቃሚ ማውጫ 9"
-#: strings.hrc:169
+#: sw/inc/strings.hrc:170
msgctxt "STR_POOLCOLL_TOX_USER10"
msgid "User Index 10"
msgstr "የ ተጠቃሚ ማውጫ 10"
-#: strings.hrc:170
+#: sw/inc/strings.hrc:171
msgctxt "STR_POOLCOLL_TOX_CITATION"
msgid "Citation"
msgstr "ጥቅስ"
-#: strings.hrc:171
+#: sw/inc/strings.hrc:172
msgctxt "STR_POOLCOLL_TOX_ILLUSH"
msgid "Illustration Index Heading"
msgstr "የ ማውጫ ራስጌ ማብራሪያ"
-#: strings.hrc:172
+#: sw/inc/strings.hrc:173
msgctxt "STR_POOLCOLL_TOX_ILLUS1"
msgid "Illustration Index 1"
msgstr "የ ማውጫ ማብራሪያ 1"
-#: strings.hrc:173
+#: sw/inc/strings.hrc:174
msgctxt "STR_POOLCOLL_TOX_OBJECTH"
msgid "Object Index Heading"
msgstr "የ ማውጫ ራስጌ እቃ"
-#: strings.hrc:174
+#: sw/inc/strings.hrc:175
msgctxt "STR_POOLCOLL_TOX_OBJECT1"
msgid "Object Index 1"
msgstr "የ ማውጫ እቃ 1"
-#: strings.hrc:175
+#: sw/inc/strings.hrc:176
msgctxt "STR_POOLCOLL_TOX_TABLESH"
msgid "Table Index Heading"
msgstr "የ ሰንጠረዥ አርእስት ማውጫ"
-#: strings.hrc:176
+#: sw/inc/strings.hrc:177
msgctxt "STR_POOLCOLL_TOX_TABLES1"
msgid "Table Index 1"
msgstr "የ ሰንጠረዥ ማውጫ 1"
-#: strings.hrc:177
+#: sw/inc/strings.hrc:178
msgctxt "STR_POOLCOLL_TOX_AUTHORITIESH"
msgid "Bibliography Heading"
msgstr "የ ጽሁፎች ዝርዝር ራስጌ"
-#: strings.hrc:178
+#: sw/inc/strings.hrc:179
msgctxt "STR_POOLCOLL_TOX_AUTHORITIES1"
msgid "Bibliography 1"
msgstr "የ ጽሁፎች ዝርዝር 1"
#. Document title style, not to be confused with Heading style
-#: strings.hrc:180
+#: sw/inc/strings.hrc:181
msgctxt "STR_POOLCOLL_DOC_TITEL"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:181
+#: sw/inc/strings.hrc:182
msgctxt "STR_POOLCOLL_DOC_SUBTITEL"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
-#: strings.hrc:182
+#: sw/inc/strings.hrc:183
msgctxt "STR_POOLCOLL_HTML_BLOCKQUOTE"
msgid "Quotations"
msgstr "ጥቅሶች"
-#: strings.hrc:183
+#: sw/inc/strings.hrc:184
msgctxt "STR_POOLCOLL_HTML_PRE"
msgid "Preformatted Text"
msgstr "በ ቅድሚያ የ ቀረበ ጽሁፍ"
-#: strings.hrc:184
+#: sw/inc/strings.hrc:185
msgctxt "STR_POOLCOLL_HTML_HR"
msgid "Horizontal Line"
msgstr "የ አግድም መስመር"
-#: strings.hrc:185
+#: sw/inc/strings.hrc:186
msgctxt "STR_POOLCOLL_HTML_DD"
msgid "List Contents"
msgstr "ዝርዝር ይዞታዎች"
-#: strings.hrc:186
+#: sw/inc/strings.hrc:187
msgctxt "STR_POOLCOLL_HTML_DT"
msgid "List Heading"
msgstr "ዝርዝር ራስጌ"
#. page style names
-#: strings.hrc:188
+#: sw/inc/strings.hrc:189
msgctxt "STR_POOLPAGE_STANDARD"
msgid "Default Style"
msgstr "ነባር ዘዴ"
-#: strings.hrc:189
+#: sw/inc/strings.hrc:190
msgctxt "STR_POOLPAGE_FIRST"
msgid "First Page"
msgstr "መጀመሪያ ገጽ"
-#: strings.hrc:190
+#: sw/inc/strings.hrc:191
msgctxt "STR_POOLPAGE_LEFT"
msgid "Left Page"
msgstr "የ ግራ ገጽ"
-#: strings.hrc:191
+#: sw/inc/strings.hrc:192
msgctxt "STR_POOLPAGE_RIGHT"
msgid "Right Page"
msgstr "የ ቀኝ ገጽ"
-#: strings.hrc:192
+#: sw/inc/strings.hrc:193
msgctxt "STR_POOLPAGE_JAKET"
msgid "Envelope"
msgstr "ፖስታ"
-#: strings.hrc:193
+#: sw/inc/strings.hrc:194
msgctxt "STR_POOLPAGE_REGISTER"
msgid "Index"
msgstr "ማውጫ"
-#: strings.hrc:194
+#: sw/inc/strings.hrc:195
msgctxt "STR_POOLPAGE_HTML"
msgid "HTML"
msgstr "HTML"
-#: strings.hrc:195
+#: sw/inc/strings.hrc:196
msgctxt "STR_POOLPAGE_FOOTNOTE"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: strings.hrc:196
+#: sw/inc/strings.hrc:197
msgctxt "STR_POOLPAGE_ENDNOTE"
msgid "Endnote"
msgstr "የ መጨረሻ ማስታወሻ"
-#: strings.hrc:197
+#: sw/inc/strings.hrc:198
msgctxt "STR_POOLPAGE_LANDSCAPE"
msgid "Landscape"
msgstr "በ መሬት አቀማመጥ"
#. Numbering rules
-#: strings.hrc:199
+#: sw/inc/strings.hrc:200
msgctxt "STR_POOLNUMRULE_NUM1"
msgid "Numbering 123"
msgstr "ቁጥር መስጫ 123"
-#: strings.hrc:200
+#: sw/inc/strings.hrc:201
msgctxt "STR_POOLNUMRULE_NUM2"
msgid "Numbering ABC"
msgstr "ቁጥር መስጫ ABC"
-#: strings.hrc:201
+#: sw/inc/strings.hrc:202
msgctxt "STR_POOLNUMRULE_NUM3"
msgid "Numbering abc"
msgstr "ቁጥር መስጫ ABC"
-#: strings.hrc:202
+#: sw/inc/strings.hrc:203
msgctxt "STR_POOLNUMRULE_NUM4"
msgid "Numbering IVX"
msgstr "ቁጥር መስጫ IVX"
-#: strings.hrc:203
+#: sw/inc/strings.hrc:204
msgctxt "STR_POOLNUMRULE_NUM5"
msgid "Numbering ivx"
msgstr "ቁጥር መስጫ ivx"
-#: strings.hrc:204
+#: sw/inc/strings.hrc:205
msgctxt "STR_POOLNUMRULE_BUL1"
msgid "List 1"
msgstr "ዝርዝር 1"
-#: strings.hrc:205
+#: sw/inc/strings.hrc:206
msgctxt "STR_POOLNUMRULE_BUL2"
msgid "List 2"
msgstr "ዝርዝር 2"
-#: strings.hrc:206
+#: sw/inc/strings.hrc:207
msgctxt "STR_POOLNUMRULE_BUL3"
msgid "List 3"
msgstr "ዝርዝር 3"
-#: strings.hrc:207
+#: sw/inc/strings.hrc:208
msgctxt "STR_POOLNUMRULE_BUL4"
msgid "List 4"
msgstr "ዝርዝር 4"
-#: strings.hrc:208
+#: sw/inc/strings.hrc:209
msgctxt "STR_POOLNUMRULE_BUL5"
msgid "List 5"
msgstr "ዝርዝር 5"
-#: strings.hrc:209
+#: sw/inc/strings.hrc:210
msgctxt "STR_COLUMN_VALUESET_ITEM0"
msgid "1 column"
msgstr "1 አምድ"
-#: strings.hrc:210
+#: sw/inc/strings.hrc:211
msgctxt "STR_COLUMN_VALUESET_ITEM1"
msgid "2 columns with equal size"
msgstr "2 አምዶች መጠናቸው እኩል የሆኑ"
-#: strings.hrc:211
+#: sw/inc/strings.hrc:212
msgctxt "STR_COLUMN_VALUESET_ITEM2"
msgid "3 columns with equal size"
msgstr "3 አምዶች መጠናቸው እኩል የሆኑ"
-#: strings.hrc:212
+#: sw/inc/strings.hrc:213
msgctxt "STR_COLUMN_VALUESET_ITEM3"
msgid "2 columns with different size (left > right)"
msgstr "2 አምዶች መጠናቸው እኩል ያልሆነ (ግራ > ቀኝ)"
-#: strings.hrc:213
+#: sw/inc/strings.hrc:214
msgctxt "STR_COLUMN_VALUESET_ITEM4"
msgid "2 columns with different size (left < right)"
msgstr "2 አምዶች መጠናቸው እኩል ያልሆነ (ግራ < ቀኝ)"
#. Table styles, Writer internal, others are taken from Svx
-#: strings.hrc:215
+#: sw/inc/strings.hrc:216
msgctxt "STR_TABSTYLE_DEFAULT"
msgid "Default Style"
msgstr "ነባር ዘዴ"
-#: strings.hrc:217
+#: sw/inc/strings.hrc:218
msgctxt "STR_PARAGRAPHSTYLEFAMILY"
msgid "Paragraph Styles"
msgstr "የ አንቀጽ ዘዴዎች"
-#: strings.hrc:218
+#: sw/inc/strings.hrc:219
msgctxt "STR_CHARACTERSTYLEFAMILY"
msgid "Character Styles"
msgstr "የ ባህሪ ዘዴዎች"
-#: strings.hrc:219
+#: sw/inc/strings.hrc:220
msgctxt "STR_FRAMESTYLEFAMILY"
msgid "Frame Styles"
msgstr "የ ክፈፍ ዘዴዎች"
-#: strings.hrc:220
+#: sw/inc/strings.hrc:221
msgctxt "STR_PAGESTYLEFAMILY"
msgid "Page Styles"
msgstr "የ ገጽ ዘዴዎች"
-#: strings.hrc:221
+#: sw/inc/strings.hrc:222
msgctxt "STR_LISTSTYLEFAMILY"
msgid "List Styles"
msgstr "የ ዝርዝር ዘዴዎች"
-#: strings.hrc:222
+#: sw/inc/strings.hrc:223
msgctxt "STR_TABLESTYLEFAMILY"
msgid "Table Styles"
msgstr "የ ሰንጠረዥ ዘዴዎች"
-#: strings.hrc:223
+#: sw/inc/strings.hrc:224
msgctxt "STR_ENV_TITLE"
msgid "Envelope"
msgstr "ፖስታ"
-#: strings.hrc:224
+#: sw/inc/strings.hrc:225
msgctxt "STR_LAB_TITLE"
msgid "Labels"
msgstr "ምልክቶች"
#. ShortName!!!
-#: strings.hrc:226
+#: sw/inc/strings.hrc:227
msgctxt "STR_HUMAN_SWDOC_NAME"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:227
+#: sw/inc/strings.hrc:228
msgctxt "STR_WRITER_DOCUMENT_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION የጽሁፍ ሰነድ"
-#: strings.hrc:228
+#: sw/inc/strings.hrc:229
msgctxt "STR_CANTOPEN"
msgid "Cannot open document."
msgstr "ሰነዱን መክፈት አልተቻለም"
-#: strings.hrc:229
+#: sw/inc/strings.hrc:230
msgctxt "STR_CANTCREATE"
msgid "Can't create document."
msgstr "ሰነዱን መፍጠር አልተቻለም"
-#: strings.hrc:230
+#: sw/inc/strings.hrc:231
msgctxt "STR_DLLNOTFOUND"
msgid "Filter not found."
msgstr "ማጣሪያው አልተገኘም"
-#: strings.hrc:231
+#: sw/inc/strings.hrc:232
msgctxt "STR_LOAD_GLOBAL_DOC"
msgid "Name and Path of Master Document"
msgstr "ስም እና መንገዱ የዋናው ሰነድ"
-#: strings.hrc:232
+#: sw/inc/strings.hrc:233
msgctxt "STR_LOAD_HTML_DOC"
msgid "Name and Path of the HTML Document"
msgstr "ስም እና መንገዱ የ HTML ሰነድ"
-#: strings.hrc:233
+#: sw/inc/strings.hrc:234
msgctxt "STR_JAVA_EDIT"
msgid "Edit Script"
msgstr "ጽሁፍ ማረሚያ"
-#: strings.hrc:234
+#: sw/inc/strings.hrc:235
msgctxt "STR_REMOVE_WARNING"
msgid "The following characters are not valid and have been removed: "
msgstr "የሚከተሉት ባህሪዎች ዋጋ የላቸውም እና ተወግደዋል : "
-#: strings.hrc:235
+#: sw/inc/strings.hrc:236
msgctxt "STR_BOOKMARK_DEF_NAME"
msgid "Bookmark"
msgstr "ምልክት ማድረጊያ"
-#: strings.hrc:236
+#: sw/inc/strings.hrc:237
msgctxt "STR_BOOKMARK_NAME"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:237
+#: sw/inc/strings.hrc:238
msgctxt "STR_BOOKMARK_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:238
+#: sw/inc/strings.hrc:239
msgctxt "SW_STR_NONE"
msgid "[None]"
msgstr "[ምንም]"
-#: strings.hrc:239
+#: sw/inc/strings.hrc:240
msgctxt "STR_CAPTION_BEGINNING"
msgid "Start"
msgstr "መጀመሪያ"
-#: strings.hrc:240
+#: sw/inc/strings.hrc:241
msgctxt "STR_CAPTION_END"
msgid "End"
msgstr "መጨረሻ"
-#: strings.hrc:241
+#: sw/inc/strings.hrc:242
msgctxt "STR_CAPTION_ABOVE"
msgid "Above"
msgstr "ከ ላይ"
-#: strings.hrc:242
+#: sw/inc/strings.hrc:243
msgctxt "STR_CAPTION_BELOW"
msgid "Below"
msgstr "ከ ታች"
-#: strings.hrc:243
+#: sw/inc/strings.hrc:244
msgctxt "SW_STR_READONLY"
msgid "read-only"
msgstr "ለማንበብ-ብቻ"
-#: strings.hrc:244
+#: sw/inc/strings.hrc:245
msgctxt "STR_READONLY_PATH"
msgid "The 'AutoText' directories are read-only. Do you want to call the path settings dialog?"
msgstr "ይህ 'በራሱ ጽሁፍ' ዳይሬክቶሪስ ለንባብ-ብቻ ነው: የማሰናጃ ንግግር መንገድን መጥራት ይፈልጋሉ?"
-#: strings.hrc:245
+#: sw/inc/strings.hrc:246
msgctxt "STR_DOC_STAT"
msgid "Statistics"
msgstr "ስታትስቲክስ"
#. Statusbar-titles
-#: strings.hrc:247
+#: sw/inc/strings.hrc:248
msgctxt "STR_STATSTR_W4WREAD"
msgid "Importing document..."
msgstr "ሰነዶችን በማምጣት ላይ..."
-#: strings.hrc:248
+#: sw/inc/strings.hrc:249
msgctxt "STR_STATSTR_W4WWRITE"
msgid "Exporting document..."
msgstr "ሰነዶችን በመላክ ላይ..."
-#: strings.hrc:249
+#: sw/inc/strings.hrc:250
msgctxt "STR_STATSTR_SWGWRITE"
msgid "Saving document..."
msgstr "ሰነዶችን በማስቀመጥ ላይ..."
-#: strings.hrc:250
+#: sw/inc/strings.hrc:251
msgctxt "STR_STATSTR_REFORMAT"
msgid "Repagination..."
msgstr "የ ገጽ መጨረሻ ማስያ..."
-#: strings.hrc:251
+#: sw/inc/strings.hrc:252
msgctxt "STR_STATSTR_AUTOFORMAT"
msgid "Formatting document automatically..."
msgstr "ሰነዶችን ራሱ በራሱ አቀራረብ..."
-#: strings.hrc:252
+#: sw/inc/strings.hrc:253
msgctxt "STR_STATSTR_SEARCH"
msgid "Search..."
msgstr "መፈለጊያ"
-#: strings.hrc:253
+#: sw/inc/strings.hrc:254
msgctxt "STR_STATSTR_LETTER"
msgid "Letter"
msgstr "ደብዳቤ"
-#: strings.hrc:254
+#: sw/inc/strings.hrc:255
msgctxt "STR_STATSTR_SPELL"
msgid "Spellcheck..."
msgstr "ፊደል ማረሚያ..."
-#: strings.hrc:255
+#: sw/inc/strings.hrc:256
msgctxt "STR_STATSTR_HYPHEN"
msgid "Hyphenation..."
msgstr "ጭረት..."
-#: strings.hrc:256
+#: sw/inc/strings.hrc:257
msgctxt "STR_STATSTR_TOX_INSERT"
msgid "Inserting Index..."
msgstr "ማውጫ በማስገባት ላይ..."
-#: strings.hrc:257
+#: sw/inc/strings.hrc:258
msgctxt "STR_STATSTR_TOX_UPDATE"
msgid "Updating Index..."
msgstr "ማውጫውን በማሻሻል ላይ..."
-#: strings.hrc:258
+#: sw/inc/strings.hrc:259
msgctxt "STR_STATSTR_SUMMARY"
msgid "Creating abstract..."
msgstr "ግልጽ ያልሆነ መፍጠሪያ..."
-#: strings.hrc:259
+#: sw/inc/strings.hrc:260
msgctxt "STR_STATSTR_SWGPRTOLENOTIFY"
msgid "Adapt Objects..."
msgstr "Adapt Objects..."
-#: strings.hrc:260
+#: sw/inc/strings.hrc:261
msgctxt "STR_TABLE_DEFNAME"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:261
+#: sw/inc/strings.hrc:262
msgctxt "STR_GRAPHIC_DEFNAME"
msgid "Image"
msgstr "ምስል"
-#: strings.hrc:262
+#: sw/inc/strings.hrc:263
msgctxt "STR_OBJECT_DEFNAME"
msgid "Object"
msgstr "እቃ"
-#: strings.hrc:263
+#: sw/inc/strings.hrc:264
msgctxt "STR_FRAME_DEFNAME"
msgid "Frame"
msgstr "ክፈፍ"
-#: strings.hrc:264
+#: sw/inc/strings.hrc:265
msgctxt "STR_SHAPE_DEFNAME"
msgid "Shape"
msgstr "ቅርጽ"
-#: strings.hrc:265
+#: sw/inc/strings.hrc:266
msgctxt "STR_REGION_DEFNAME"
msgid "Section"
msgstr "ክፍል"
-#: strings.hrc:266
+#: sw/inc/strings.hrc:267
msgctxt "STR_NUMRULE_DEFNAME"
msgid "Numbering"
msgstr "ቁጥር በመስጠት ላይ"
-#: strings.hrc:267
+#: sw/inc/strings.hrc:268
msgctxt "STR_EMPTYPAGE"
msgid "blank page"
msgstr "ባዶ ገጽ"
-#: strings.hrc:268
+#: sw/inc/strings.hrc:269
msgctxt "STR_ABSTRACT_TITLE"
msgid "Abstract: "
msgstr "ግልጽ ያልሆነ : "
-#: strings.hrc:269
+#: sw/inc/strings.hrc:270
msgctxt "STR_FDLG_TEMPLATE_NAME"
msgid "separated by: "
msgstr "የተለየው በ : "
-#: strings.hrc:270
+#: sw/inc/strings.hrc:271
msgctxt "STR_FDLG_OUTLINE_LEVEL"
msgid "Outline: Level "
msgstr "የ ረቂቅ: ደረጃ "
-#: strings.hrc:271
+#: sw/inc/strings.hrc:272
msgctxt "STR_FDLG_STYLE"
msgid "Style: "
msgstr "ዘዴ: "
-#: strings.hrc:272
+#: sw/inc/strings.hrc:273
msgctxt "STR_PAGEOFFSET"
msgid "Page number: "
msgstr "የ ገጽ ቁጥር: "
-#: strings.hrc:273
+#: sw/inc/strings.hrc:274
msgctxt "STR_PAGEBREAK"
msgid "Break before new page"
msgstr "ከ አዲስ ገጽ በፊት መጨረሻ"
-#: strings.hrc:274
+#: sw/inc/strings.hrc:275
msgctxt "STR_WESTERN_FONT"
msgid "Western text: "
msgstr "Western text: "
-#: strings.hrc:275
+#: sw/inc/strings.hrc:276
msgctxt "STR_CJK_FONT"
msgid "Asian text: "
msgstr "Asian text: "
-#: strings.hrc:276
+#: sw/inc/strings.hrc:277
+msgctxt "STR_CTL_FONT"
+msgid "CTL text: "
+msgstr "CTL ጽሁፍ: "
+
+#: sw/inc/strings.hrc:278
msgctxt "STR_REDLINE_UNKNOWN_AUTHOR"
msgid "Unknown Author"
msgstr "ያልታወቀ ደራሲ"
-#: strings.hrc:277
+#: sw/inc/strings.hrc:279
msgctxt "STR_DELETE_NOTE_AUTHOR"
msgid "Delete ~All Comments by $1"
msgstr "~ሁሉንም አስተያየቶች ማጥፊያ በ $1"
-#: strings.hrc:278
+#: sw/inc/strings.hrc:280
msgctxt "STR_HIDE_NOTE_AUTHOR"
msgid "H~ide All Comments by $1"
msgstr "ሁ~ሉንም አስተያየቶች መደበቂያ በ $1"
-#: strings.hrc:279
+#: sw/inc/strings.hrc:281
msgctxt "STR_OUTLINE_NUMBERING"
msgid "Outline Numbering"
msgstr "የ ቁጥር መስጫ ረቂቅ"
-#: strings.hrc:280
+#: sw/inc/strings.hrc:282
msgctxt "STR_STATUSBAR_WORDCOUNT_NO_SELECTION"
msgid "%1 words, %2 characters"
msgstr "%1 ቃላቶች, %2 ባህሪዎች"
-#: strings.hrc:281
+#: sw/inc/strings.hrc:283
msgctxt "STR_STATUSBAR_WORDCOUNT"
msgid "%1 words, %2 characters selected"
msgstr "%1 ቃላቶች, %2 የተመረጡት ባህሪዎች"
-#: strings.hrc:282
+#: sw/inc/strings.hrc:284
msgctxt "STR_CONVERT_TEXT_TABLE"
msgid "Convert Text to Table"
msgstr "ጽሁፉን ወደ ሰንጠረዥ መቀየሪያ"
-#: strings.hrc:283
+#: sw/inc/strings.hrc:285
msgctxt "STR_ADD_AUTOFORMAT_TITLE"
msgid "Add AutoFormat"
msgstr "በራሱ አቀራረብ መጨመሪያ"
-#: strings.hrc:284
+#: sw/inc/strings.hrc:286
msgctxt "STR_ADD_AUTOFORMAT_LABEL"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:285
+#: sw/inc/strings.hrc:287
msgctxt "STR_DEL_AUTOFORMAT_TITLE"
msgid "Delete AutoFormat"
msgstr "በራሱ አቀራረብ ማጥፊያ"
-#: strings.hrc:286
+#: sw/inc/strings.hrc:288
msgctxt "STR_DEL_AUTOFORMAT_MSG"
msgid "The following AutoFormat entry will be deleted:"
msgstr "የሚቀጥለው በራሱ አቀራረብ ማስገቢያ ይጠፋል"
-#: strings.hrc:287
+#: sw/inc/strings.hrc:289
msgctxt "STR_RENAME_AUTOFORMAT_TITLE"
msgid "Rename AutoFormat"
msgstr "በራሱ አቀራረብ እንደገና መሰየሚያ"
-#: strings.hrc:288
+#: sw/inc/strings.hrc:290
msgctxt "STR_BTN_AUTOFORMAT_CLOSE"
msgid "~Close"
msgstr "~መዝጊያ"
-#: strings.hrc:289
+#: sw/inc/strings.hrc:291
msgctxt "STR_JAN"
msgid "Jan"
msgstr "ጥር"
-#: strings.hrc:290
+#: sw/inc/strings.hrc:292
msgctxt "STR_FEB"
msgid "Feb"
msgstr "የካ"
-#: strings.hrc:291
+#: sw/inc/strings.hrc:293
msgctxt "STR_MAR"
msgid "Mar"
msgstr "መጋ"
-#: strings.hrc:292
+#: sw/inc/strings.hrc:294
msgctxt "STR_NORTH"
msgid "North"
msgstr "ሰሜን"
-#: strings.hrc:293
+#: sw/inc/strings.hrc:295
msgctxt "STR_MID"
msgid "Mid"
msgstr "Mid"
-#: strings.hrc:294
+#: sw/inc/strings.hrc:296
msgctxt "STR_SOUTH"
msgid "South"
msgstr "ደቡብ"
-#: strings.hrc:295
+#: sw/inc/strings.hrc:297
msgctxt "STR_SUM"
msgid "Sum"
msgstr "ድምር"
-#: strings.hrc:296
+#: sw/inc/strings.hrc:298
msgctxt "STR_INVALID_AUTOFORMAT_NAME"
msgid ""
"You have entered an invalid name.\n"
@@ -1780,313 +1790,313 @@ msgstr ""
"የሚፈለገውን በራሱ አቀራረብ መፍጠር አልተቻለም \n"
"ሌላ ስም በመጠቀም እንደገና ይሞክሩ"
-#: strings.hrc:297
+#: sw/inc/strings.hrc:299
msgctxt "STR_NUMERIC"
msgid "Numeric"
msgstr "Numerical"
-#: strings.hrc:298
+#: sw/inc/strings.hrc:300
msgctxt "STR_ROW"
msgid "Rows"
msgstr "ረድፎች"
-#: strings.hrc:299
+#: sw/inc/strings.hrc:301
msgctxt "STR_COL"
msgid "Column"
msgstr "አምድ"
-#: strings.hrc:300
+#: sw/inc/strings.hrc:302
msgctxt "STR_AUTHMRK_EDIT"
msgid "Edit Bibliography Entry"
msgstr "የ ጽሁፎች ዝርዝር ማስገቢያ ማረሚያ"
-#: strings.hrc:301
+#: sw/inc/strings.hrc:303
msgctxt "STR_AUTHMRK_INSERT"
msgid "Insert Bibliography Entry"
msgstr "የ ጽሁፎች ዝርዝር ማስገቢያ ያስገቡ"
-#: strings.hrc:302
+#: sw/inc/strings.hrc:304
msgctxt "STR_ACCESS_PAGESETUP_SPACING"
msgid "Spacing between %1 and %2"
msgstr "በመካከል ክፍተት %1 እና %2"
-#: strings.hrc:303
+#: sw/inc/strings.hrc:305
msgctxt "STR_ACCESS_COLUMN_WIDTH"
msgid "Column %1 Width"
msgstr "አምድ %1 ስፋት"
-#: strings.hrc:304
+#: sw/inc/strings.hrc:306
msgctxt "STR_CAPTION_TABLE"
msgid "%PRODUCTNAME Writer Table"
msgstr "%PRODUCTNAME መጻፊያ ሰንጠረዥ"
-#: strings.hrc:305
+#: sw/inc/strings.hrc:307
msgctxt "STR_CAPTION_FRAME"
msgid "%PRODUCTNAME Writer Frame"
msgstr "%PRODUCTNAME መጻፊያ ክፈፍ"
-#: strings.hrc:306
+#: sw/inc/strings.hrc:308
msgctxt "STR_CAPTION_GRAPHIC"
msgid "%PRODUCTNAME Writer Image"
msgstr "%PRODUCTNAME መጻፊያ ምስል"
-#: strings.hrc:307
+#: sw/inc/strings.hrc:309
msgctxt "STR_CAPTION_OLE"
msgid "Other OLE Objects"
msgstr "ሌሎች የ OLE እቃዎች"
-#: strings.hrc:308
+#: sw/inc/strings.hrc:310
msgctxt "STR_WRONG_TABLENAME"
msgid "The name of the table must not contain spaces."
msgstr "በሰንጠረዥ ስም መካከል ባዶ ቦታ ማስገባት አይፈቀድም"
-#: strings.hrc:309
+#: sw/inc/strings.hrc:311
msgctxt "STR_ERR_TABLE_MERGE"
msgid "Selected table cells are too complex to merge."
msgstr "የ ተመረጠውን የ ሰንጠርዥ ክፍል ለማዋሀድ በጣም ውስብስብ ነው"
-#: strings.hrc:310
+#: sw/inc/strings.hrc:312
msgctxt "STR_SRTERR"
msgid "Cannot sort selection"
msgstr "ምርጫውን መለየት አልተቻለም"
#. Miscellaneous
-#: strings.hrc:313
+#: sw/inc/strings.hrc:315
msgctxt "STR_EVENT_OBJECT_SELECT"
msgid "Click object"
msgstr "እቃውን ይጫኑ"
-#: strings.hrc:314
+#: sw/inc/strings.hrc:316
msgctxt "STR_EVENT_START_INS_GLOSSARY"
msgid "Before inserting AutoText"
msgstr "ራሱ በራሱ ጽሁፍ ከማስገባቱ በፊት"
-#: strings.hrc:315
+#: sw/inc/strings.hrc:317
msgctxt "STR_EVENT_END_INS_GLOSSARY"
msgid "After inserting AutoText"
msgstr "ራሱ በራሱ ጽሁፍ ካስገባ በኋላ"
-#: strings.hrc:316
+#: sw/inc/strings.hrc:318
msgctxt "STR_EVENT_MOUSEOVER_OBJECT"
msgid "Mouse over object"
msgstr "አይጥ በእቃዎች ላይ"
-#: strings.hrc:317
+#: sw/inc/strings.hrc:319
msgctxt "STR_EVENT_MOUSECLICK_OBJECT"
msgid "Trigger hyperlink"
msgstr "hyperlink ማስነሻ"
-#: strings.hrc:318
+#: sw/inc/strings.hrc:320
msgctxt "STR_EVENT_MOUSEOUT_OBJECT"
msgid "Mouse leaves object"
msgstr "አይጥ እቃዎችን ሲተው"
-#: strings.hrc:319
+#: sw/inc/strings.hrc:321
msgctxt "STR_EVENT_IMAGE_LOAD"
msgid "Image loaded successfully"
msgstr "ምስሉ ተሳክቶ ተጭኗል"
-#: strings.hrc:320
+#: sw/inc/strings.hrc:322
msgctxt "STR_EVENT_IMAGE_ABORT"
msgid "Image loading terminated"
msgstr "ምስል መጫኑ ተቋርጧል"
-#: strings.hrc:321
+#: sw/inc/strings.hrc:323
msgctxt "STR_EVENT_IMAGE_ERROR"
msgid "Could not load image"
msgstr "ምስል መጫን አልተቻለም"
-#: strings.hrc:322
+#: sw/inc/strings.hrc:324
msgctxt "STR_EVENT_FRM_KEYINPUT_A"
msgid "Input of alphanumeric characters"
msgstr "ቁጥር እና ፊደል ቅልቅል ማስገቢያ"
-#: strings.hrc:323
+#: sw/inc/strings.hrc:325
msgctxt "STR_EVENT_FRM_KEYINPUT_NOA"
msgid "Input of non-alphanumeric characters"
msgstr "ቁጥር እና ፊደል ቅልቅል -ያልሆኑ ባህሪዎች ማስገቢያ"
-#: strings.hrc:324
+#: sw/inc/strings.hrc:326
msgctxt "STR_EVENT_FRM_RESIZE"
msgid "Resize frame"
msgstr "ክፈፍ እንደገና መመጠኛ"
-#: strings.hrc:325
+#: sw/inc/strings.hrc:327
msgctxt "STR_EVENT_FRM_MOVE"
msgid "Move frame"
msgstr "ክፈፍ ማንቀሳቀሻ"
-#: strings.hrc:326
+#: sw/inc/strings.hrc:328
msgctxt "STR_CONTENT_TYPE_OUTLINE"
msgid "Headings"
msgstr "ራስጌዎች"
-#: strings.hrc:327
+#: sw/inc/strings.hrc:329
msgctxt "STR_CONTENT_TYPE_TABLE"
msgid "Tables"
msgstr "ሰንጠረዦች"
-#: strings.hrc:328
+#: sw/inc/strings.hrc:330
msgctxt "STR_CONTENT_TYPE_FRAME"
msgid "Text frames"
msgstr "የ ጽሁፍ ክፈፎች"
-#: strings.hrc:329
+#: sw/inc/strings.hrc:331
msgctxt "STR_CONTENT_TYPE_GRAPHIC"
msgid "Images"
msgstr "ምስሎች"
-#: strings.hrc:330
+#: sw/inc/strings.hrc:332
msgctxt "STR_CONTENT_TYPE_OLE"
msgid "OLE objects"
msgstr "የ OLE እቃዎች"
-#: strings.hrc:331
+#: sw/inc/strings.hrc:333
msgctxt "STR_CONTENT_TYPE_BOOKMARK"
msgid "Bookmarks"
msgstr "ምልክት ማድረጊያዎች"
-#: strings.hrc:332
+#: sw/inc/strings.hrc:334
msgctxt "STR_CONTENT_TYPE_REGION"
msgid "Sections"
msgstr "ክፍሎች"
-#: strings.hrc:333
+#: sw/inc/strings.hrc:335
msgctxt "STR_CONTENT_TYPE_URLFIELD"
msgid "Hyperlinks"
msgstr "Hyperlinks"
-#: strings.hrc:334
+#: sw/inc/strings.hrc:336
msgctxt "STR_CONTENT_TYPE_REFERENCE"
msgid "References"
msgstr "ማመሳከሪያዎች"
-#: strings.hrc:335
+#: sw/inc/strings.hrc:337
msgctxt "STR_CONTENT_TYPE_INDEX"
msgid "Indexes"
msgstr "ማውጫዎች"
-#: strings.hrc:336
+#: sw/inc/strings.hrc:338
msgctxt "STR_CONTENT_TYPE_DRAWOBJECT"
msgid "Drawing objects"
msgstr "እቃዎች መሳያ"
-#: strings.hrc:337
+#: sw/inc/strings.hrc:339
msgctxt "STR_CONTENT_TYPE_POSTIT"
msgid "Comments"
msgstr "አስተያየት"
-#: strings.hrc:338
+#: sw/inc/strings.hrc:340
msgctxt "STR_IDXEXAMPLE_IDXTXT_HEADING1"
msgid "Heading 1"
msgstr "ራስጌ 1"
-#: strings.hrc:339
+#: sw/inc/strings.hrc:341
msgctxt "STR_IDXEXAMPLE_IDXTXT_ENTRY1"
msgid "This is the content from the first chapter. This is a user directory entry."
msgstr "ይህ የ ምዕራፍ አንድ ይዞታ ነው: ይህ የ ተጠቃሚው ማውጫ ማስገቢያ ነው"
-#: strings.hrc:340
+#: sw/inc/strings.hrc:342
msgctxt "STR_IDXEXAMPLE_IDXTXT_HEADING11"
msgid "Heading 1.1"
msgstr "ራስጌ 1.1"
-#: strings.hrc:341
+#: sw/inc/strings.hrc:343
msgctxt "STR_IDXEXAMPLE_IDXTXT_ENTRY11"
msgid "This is the content from chapter 1.1. This is the entry for the table of contents."
msgstr "ይህ የ ምዕራፍ 1.1. ይዞታ ነው: ይህ የ ተጠቃሚው ሰንጠረዥ ማውጫ ይዞታ ማስገቢያ ነው"
-#: strings.hrc:342
+#: sw/inc/strings.hrc:344
msgctxt "STR_IDXEXAMPLE_IDXTXT_HEADING12"
msgid "Heading 1.2"
msgstr "ራስጌ 1.2"
-#: strings.hrc:343
+#: sw/inc/strings.hrc:345
msgctxt "STR_IDXEXAMPLE_IDXTXT_ENTRY12"
msgid "This is the content from chapter 1.2. This keyword is a main entry."
msgstr "ይህ የምዕራፍ 1.2. ይዞታ ነው: ይህ ቁልፍ ቃል ዋናው ማስገቢያ ነው"
-#: strings.hrc:344
+#: sw/inc/strings.hrc:346
msgctxt "STR_IDXEXAMPLE_IDXTXT_TABLE1"
msgid "Table 1: This is table 1"
msgstr "ሰንጠረዥ 1: ይህ ሰንጠረዥ 1 ነው"
-#: strings.hrc:345
+#: sw/inc/strings.hrc:347
msgctxt "STR_IDXEXAMPLE_IDXTXT_IMAGE1"
msgid "Image 1: This is image 1"
msgstr "ምስል 1: ይህ ምስል 1 ነው"
-#: strings.hrc:346
+#: sw/inc/strings.hrc:348
msgctxt "STR_CONTENT_TYPE_SINGLE_OUTLINE"
msgid "Heading"
msgstr "ራስጌ"
-#: strings.hrc:347
+#: sw/inc/strings.hrc:349
msgctxt "STR_CONTENT_TYPE_SINGLE_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:348
+#: sw/inc/strings.hrc:350
msgctxt "STR_CONTENT_TYPE_SINGLE_FRAME"
msgid "Text frame"
msgstr "የ ጽሁፍ ክፈፍ"
-#: strings.hrc:349
+#: sw/inc/strings.hrc:351
msgctxt "STR_CONTENT_TYPE_SINGLE_GRAPHIC"
msgid "Image"
msgstr "ምስል"
-#: strings.hrc:350
+#: sw/inc/strings.hrc:352
msgctxt "STR_CONTENT_TYPE_SINGLE_OLE"
msgid "OLE object"
msgstr "የ OLE እቃዎች"
-#: strings.hrc:351
+#: sw/inc/strings.hrc:353
msgctxt "STR_CONTENT_TYPE_SINGLE_BOOKMARK"
msgid "Bookmark"
msgstr "ምልክት ማድረጊያ"
-#: strings.hrc:352
+#: sw/inc/strings.hrc:354
msgctxt "STR_CONTENT_TYPE_SINGLE_REGION"
msgid "Section"
msgstr "ክፍል"
-#: strings.hrc:353
+#: sw/inc/strings.hrc:355
msgctxt "STR_CONTENT_TYPE_SINGLE_URLFIELD"
msgid "Hyperlink"
msgstr "Hyperlink"
-#: strings.hrc:354
+#: sw/inc/strings.hrc:356
msgctxt "STR_CONTENT_TYPE_SINGLE_REFERENCE"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: strings.hrc:355
+#: sw/inc/strings.hrc:357
msgctxt "STR_CONTENT_TYPE_SINGLE_INDEX"
msgid "Index"
msgstr "ማውጫ"
-#: strings.hrc:356
+#: sw/inc/strings.hrc:358
msgctxt "STR_CONTENT_TYPE_SINGLE_POSTIT"
msgid "Comment"
msgstr "አስተያየት"
-#: strings.hrc:357
+#: sw/inc/strings.hrc:359
msgctxt "STR_CONTENT_TYPE_SINGLE_DRAWOBJECT"
msgid "Draw object"
msgstr "እቃ መሳያ"
-#: strings.hrc:358
+#: sw/inc/strings.hrc:360
msgctxt "STR_DEFINE_NUMBERFORMAT"
msgid "Additional formats..."
msgstr "ተጨማሪ አቀራረቦች..."
-#: strings.hrc:359
+#: sw/inc/strings.hrc:361
msgctxt "RID_STR_SYSTEM"
msgid "[System]"
msgstr "[System]"
-#: strings.hrc:360
+#: sw/inc/strings.hrc:362
msgctxt "STR_MULT_INTERACT_HYPH_WARN"
msgid ""
"The interactive hyphenation is already active\n"
@@ -2095,2122 +2105,2122 @@ msgstr ""
"የ ጭረት ተጽእኖ ቀደም ሲል ንቁ ነበር\n"
"በተለየ ሰነድ ላይ"
-#: strings.hrc:361
+#: sw/inc/strings.hrc:363
msgctxt "STR_HYPH_TITLE"
msgid "Hyphenation"
msgstr "ጭረት"
-#: strings.hrc:364
+#: sw/inc/strings.hrc:366
msgctxt "STR_CANT_UNDO"
msgid "not possible"
msgstr "አይቻልም"
-#: strings.hrc:365
+#: sw/inc/strings.hrc:367
msgctxt "STR_DELETE_UNDO"
msgid "Delete $1"
msgstr "ማጥፊያ $1"
-#: strings.hrc:366
+#: sw/inc/strings.hrc:368
msgctxt "STR_INSERT_UNDO"
msgid "Insert $1"
msgstr "ማስገቢያ $1"
-#: strings.hrc:367
+#: sw/inc/strings.hrc:369
msgctxt "STR_OVR_UNDO"
msgid "Overwrite: $1"
msgstr "በላዩ ላይ ደርቦ መጻፊያ $1"
-#: strings.hrc:368
+#: sw/inc/strings.hrc:370
msgctxt "STR_SPLITNODE_UNDO"
msgid "New Paragraph"
msgstr "አዲስ አንቀጽ"
-#: strings.hrc:369
+#: sw/inc/strings.hrc:371
msgctxt "STR_MOVE_UNDO"
msgid "Move"
msgstr "ማንቀሳቀሻ"
-#: strings.hrc:370
+#: sw/inc/strings.hrc:372
msgctxt "STR_INSATTR_UNDO"
msgid "Apply attributes"
msgstr "ባህሪዎች መፈጸሚያ"
-#: strings.hrc:371
+#: sw/inc/strings.hrc:373
msgctxt "STR_SETFMTCOLL_UNDO"
msgid "Apply Styles: $1"
msgstr "ዘዴዎቹን መፈጸሚያ $1"
-#: strings.hrc:372
+#: sw/inc/strings.hrc:374
msgctxt "STR_RESET_ATTR_UNDO"
msgid "Reset attributes"
msgstr "ባህሪውን እንደ ነበር መመለሻ"
-#: strings.hrc:373
+#: sw/inc/strings.hrc:375
msgctxt "STR_INSFMT_ATTR_UNDO"
msgid "Change style: $1"
msgstr "ዘዴውን መቀየሪያ: $1"
-#: strings.hrc:374
+#: sw/inc/strings.hrc:376
msgctxt "STR_INSERT_DOC_UNDO"
msgid "Insert file"
msgstr "ፋይል ማስገቢያ"
-#: strings.hrc:375
+#: sw/inc/strings.hrc:377
msgctxt "STR_INSERT_GLOSSARY"
msgid "Insert AutoText"
msgstr "በራሱ ጽሁፍ ማስገቢያ"
-#: strings.hrc:376
+#: sw/inc/strings.hrc:378
msgctxt "STR_DELBOOKMARK"
msgid "Delete bookmark: $1"
msgstr "ምልክት ማድረጊያ ማጥፊያ: $1"
-#: strings.hrc:377
+#: sw/inc/strings.hrc:379
msgctxt "STR_INSBOOKMARK"
msgid "Insert bookmark: $1"
msgstr "ምልክት ማድረጊያ ማስገቢያ: $1"
-#: strings.hrc:378
+#: sw/inc/strings.hrc:380
msgctxt "STR_SORT_TBL"
msgid "Sort table"
msgstr "ሰንጠረዥ መለያ"
-#: strings.hrc:379
+#: sw/inc/strings.hrc:381
msgctxt "STR_SORT_TXT"
msgid "Sort text"
msgstr "ጽሁፍ መለያ"
-#: strings.hrc:380
+#: sw/inc/strings.hrc:382
msgctxt "STR_INSTABLE_UNDO"
msgid "Insert table: $1$2$3"
msgstr "ሰንጠረዥ ማስገቢያ: $1$2$3"
-#: strings.hrc:381
+#: sw/inc/strings.hrc:383
msgctxt "STR_TEXTTOTABLE_UNDO"
msgid "Convert text -> table"
msgstr "ጽሁፍ መቀየሪያ ወደ -> ሰንጠረዥ"
-#: strings.hrc:382
+#: sw/inc/strings.hrc:384
msgctxt "STR_TABLETOTEXT_UNDO"
msgid "Convert table -> text"
msgstr "ሰንጠረዥ መቀየሪያ ወደ -> ጽሁፍ"
-#: strings.hrc:383
+#: sw/inc/strings.hrc:385
msgctxt "STR_COPY_UNDO"
msgid "Copy: $1"
msgstr "ኮፒ: $1"
-#: strings.hrc:384
+#: sw/inc/strings.hrc:386
msgctxt "STR_REPLACE_UNDO"
msgid "Replace $1 $2 $3"
msgstr "መቀየሪያ: $1 $2 $3"
-#: strings.hrc:385
+#: sw/inc/strings.hrc:387
msgctxt "STR_INSERT_PAGE_BREAK_UNDO"
msgid "Insert page break"
msgstr "የ ገጽ መጨረሻ ማስገቢያ"
-#: strings.hrc:386
+#: sw/inc/strings.hrc:388
msgctxt "STR_INSERT_COLUMN_BREAK_UNDO"
msgid "Insert column break"
msgstr "የ አምድ መጨረሻ ማስገቢያ"
-#: strings.hrc:387
+#: sw/inc/strings.hrc:389
msgctxt "STR_INSERT_ENV_UNDO"
msgid "Insert Envelope"
msgstr "ፖስታ ማስገቢያ"
-#: strings.hrc:388
+#: sw/inc/strings.hrc:390
msgctxt "STR_DRAG_AND_COPY"
msgid "Copy: $1"
msgstr "ኮፒ: $1"
-#: strings.hrc:389
+#: sw/inc/strings.hrc:391
msgctxt "STR_DRAG_AND_MOVE"
msgid "Move: $1"
msgstr "ማንቀሳቀሻ: $1"
-#: strings.hrc:390
+#: sw/inc/strings.hrc:392
msgctxt "STR_INSERT_CHART"
msgid "Insert %PRODUCTNAME Chart"
msgstr "ማስገቢያ %PRODUCTNAME ቻርት"
-#: strings.hrc:391
+#: sw/inc/strings.hrc:393
msgctxt "STR_INSERTFLY"
msgid "Insert frame"
msgstr "ክፈፍ ማስገቢያ"
-#: strings.hrc:392
+#: sw/inc/strings.hrc:394
msgctxt "STR_DELETEFLY"
msgid "Delete frame"
msgstr "ክፈፍ ማጥፊያ"
-#: strings.hrc:393
+#: sw/inc/strings.hrc:395
msgctxt "STR_AUTOFORMAT"
msgid "AutoFormat"
msgstr "በራሱ አቀራረብ"
-#: strings.hrc:394
+#: sw/inc/strings.hrc:396
msgctxt "STR_TABLEHEADLINE"
msgid "Table heading"
msgstr "የ ሰንጠረዥ አርእስት"
-#: strings.hrc:395
+#: sw/inc/strings.hrc:397
msgctxt "STR_REPLACE"
msgid "Replace: $1 $2 $3"
msgstr "መቀየሪያ: $1 $2 $3"
-#: strings.hrc:396
+#: sw/inc/strings.hrc:398
msgctxt "STR_INSERTSECTION"
msgid "Insert section"
msgstr "ክፍል ማስገቢያ"
-#: strings.hrc:397
+#: sw/inc/strings.hrc:399
msgctxt "STR_DELETESECTION"
msgid "Delete section"
msgstr "ክፍል ማጥፊያ"
-#: strings.hrc:398
+#: sw/inc/strings.hrc:400
msgctxt "STR_CHANGESECTION"
msgid "Modify section"
msgstr "ክፍል ማሻሻያ"
-#: strings.hrc:399
+#: sw/inc/strings.hrc:401
msgctxt "STR_CHANGEDEFATTR"
msgid "Modify default values"
msgstr "ነባር ዋጋዎችን ማሻሻያ"
-#: strings.hrc:400
+#: sw/inc/strings.hrc:402
msgctxt "STR_REPLACE_STYLE"
msgid "Replace style: $1 $2 $3"
msgstr "ዘዴውን መቀየሪያ: $1 $2 $3"
-#: strings.hrc:401
+#: sw/inc/strings.hrc:403
msgctxt "STR_DELETE_PAGE_BREAK"
msgid "Delete page break"
msgstr "የ ገጽ መጨረሻውን ማጥፊያ"
-#: strings.hrc:402
+#: sw/inc/strings.hrc:404
msgctxt "STR_TEXT_CORRECTION"
msgid "Text Correction"
msgstr "ጽሁፍ ማረሚያ"
-#: strings.hrc:403
+#: sw/inc/strings.hrc:405
msgctxt "STR_OUTLINE_LR"
msgid "Promote/demote outline"
msgstr "ማሳደጊያ/እቅድ መሻሪያ"
-#: strings.hrc:404
+#: sw/inc/strings.hrc:406
msgctxt "STR_OUTLINE_UD"
msgid "Move outline"
msgstr "እቅድ ማንቀሳቀሻ"
-#: strings.hrc:405
+#: sw/inc/strings.hrc:407
msgctxt "STR_INSNUM"
msgid "Insert numbering"
msgstr "ቁጥር መስጫ ማስገቢያ"
-#: strings.hrc:406
+#: sw/inc/strings.hrc:408
msgctxt "STR_NUMUP"
msgid "Promote level"
msgstr "ማሳደጊያ ደረጃ"
-#: strings.hrc:407
+#: sw/inc/strings.hrc:409
msgctxt "STR_NUMDOWN"
msgid "Demote level"
msgstr "መሻሪያ ደረጃ"
-#: strings.hrc:408
+#: sw/inc/strings.hrc:410
msgctxt "STR_MOVENUM"
msgid "Move paragraphs"
msgstr "አንቀጾችን ማንቀሳቀሻ"
-#: strings.hrc:409
+#: sw/inc/strings.hrc:411
msgctxt "STR_INSERTDRAW"
msgid "Insert drawing object: $1"
msgstr "የ መሳያ እቃዎች ማስገቢያ: $1"
-#: strings.hrc:410
+#: sw/inc/strings.hrc:412
msgctxt "STR_NUMORNONUM"
msgid "Number On/Off"
msgstr "ቁጥር ማብሪያ/ማጥፊያ"
-#: strings.hrc:411
+#: sw/inc/strings.hrc:413
msgctxt "STR_INC_LEFTMARGIN"
msgid "Increase Indent"
msgstr "ማስረጊያ መጨመሪያ"
-#: strings.hrc:412
+#: sw/inc/strings.hrc:414
msgctxt "STR_DEC_LEFTMARGIN"
msgid "Decrease indent"
msgstr "ማስረጊያ መቀነሻ"
-#: strings.hrc:413
+#: sw/inc/strings.hrc:415
msgctxt "STR_INSERTLABEL"
msgid "Insert caption: $1"
msgstr "መግለጫ ጽሁፍ ማስገቢያ : $1"
-#: strings.hrc:414
+#: sw/inc/strings.hrc:416
msgctxt "STR_SETNUMRULESTART"
msgid "Restart numbering"
msgstr "ቁጥር መስጫ እንደገና ማስጀመሪያ"
-#: strings.hrc:415
+#: sw/inc/strings.hrc:417
msgctxt "STR_CHANGEFTN"
msgid "Modify footnote"
msgstr "የ ግርጌ ማስታወሻዎች ማሻሻያ"
-#: strings.hrc:416
+#: sw/inc/strings.hrc:418
msgctxt "STR_ACCEPT_REDLINE"
msgid "Accept change: $1"
msgstr "ለውጡን ተቀብያለሁ: $1"
-#: strings.hrc:417
+#: sw/inc/strings.hrc:419
msgctxt "STR_REJECT_REDLINE"
msgid "Reject change: $1"
msgstr "ለውጡን አልቀበልም: $1"
-#: strings.hrc:418
+#: sw/inc/strings.hrc:420
msgctxt "STR_SPLIT_TABLE"
msgid "Split Table"
msgstr "ሰንጠረዥ መክፈያ"
-#: strings.hrc:419
+#: sw/inc/strings.hrc:421
msgctxt "STR_DONTEXPAND"
msgid "Stop attribute"
msgstr "ባህሪዎችን ማስቆሚያ"
-#: strings.hrc:420
+#: sw/inc/strings.hrc:422
msgctxt "STR_AUTOCORRECT"
msgid "AutoCorrect"
msgstr "በራሱ አራሚ"
-#: strings.hrc:421
+#: sw/inc/strings.hrc:423
msgctxt "STR_MERGE_TABLE"
msgid "Merge table"
msgstr "ሰንጠረዥ ማዋሀጃ"
-#: strings.hrc:422
+#: sw/inc/strings.hrc:424
msgctxt "STR_TRANSLITERATE"
msgid "Change Case"
msgstr "ጉዳይ መቀየሪያ"
-#: strings.hrc:423
+#: sw/inc/strings.hrc:425
msgctxt "STR_DELNUM"
msgid "Delete numbering"
msgstr "ቁጥር መስጫውን ማጥፊያ"
-#: strings.hrc:424
+#: sw/inc/strings.hrc:426
msgctxt "STR_DRAWUNDO"
msgid "Drawing objects: $1"
msgstr "እቃዎች መሳያ: $1"
-#: strings.hrc:425
+#: sw/inc/strings.hrc:427
msgctxt "STR_DRAWGROUP"
msgid "Group draw objects"
msgstr "የመሳያ እቃዎችን በቡድን ማድረጊያ"
-#: strings.hrc:426
+#: sw/inc/strings.hrc:428
msgctxt "STR_DRAWUNGROUP"
msgid "Ungroup drawing objects"
msgstr "የ መሳያ እቃዎች መለያያ"
-#: strings.hrc:427
+#: sw/inc/strings.hrc:429
msgctxt "STR_DRAWDELETE"
msgid "Delete drawing objects"
msgstr "መሳያ እቃዎች ማጥፊያ"
-#: strings.hrc:428
+#: sw/inc/strings.hrc:430
msgctxt "STR_REREAD"
msgid "Replace Image"
msgstr "ምስል መቀየሪያ"
-#: strings.hrc:429
+#: sw/inc/strings.hrc:431
msgctxt "STR_DELGRF"
msgid "Delete Image"
msgstr "ምስል ማጥፊያ"
-#: strings.hrc:430
+#: sw/inc/strings.hrc:432
msgctxt "STR_TABLE_ATTR"
msgid "Apply table attributes"
msgstr "የሰንጠረዥ ባህሪዎች መፈጸሚያ"
-#: strings.hrc:431
+#: sw/inc/strings.hrc:433
msgctxt "STR_UNDO_TABLE_AUTOFMT"
msgid "AutoFormat Table"
msgstr "በራሱ አቀራረብ ሰንጠረዥ"
-#: strings.hrc:432
+#: sw/inc/strings.hrc:434
msgctxt "STR_UNDO_TABLE_INSCOL"
msgid "Insert Column"
msgstr "አምድ ማስገቢያ"
-#: strings.hrc:433
+#: sw/inc/strings.hrc:435
msgctxt "STR_UNDO_TABLE_INSROW"
msgid "Insert Row"
msgstr "ረድፍ ማስገቢያ"
-#: strings.hrc:434
+#: sw/inc/strings.hrc:436
msgctxt "STR_UNDO_TABLE_DELBOX"
msgid "Delete row/column"
msgstr "ረድፍ/አምድ ማጥፊያ"
-#: strings.hrc:435
+#: sw/inc/strings.hrc:437
msgctxt "STR_UNDO_COL_DELETE"
msgid "Delete column"
msgstr "አምድ ማጥፊያ"
-#: strings.hrc:436
+#: sw/inc/strings.hrc:438
msgctxt "STR_UNDO_ROW_DELETE"
msgid "Delete row"
msgstr "ረድፍ ማጥፊያ"
-#: strings.hrc:437
+#: sw/inc/strings.hrc:439
msgctxt "STR_UNDO_TABLE_SPLIT"
msgid "Split Cells"
msgstr "ክፍሎች መክፈያ"
-#: strings.hrc:438
+#: sw/inc/strings.hrc:440
msgctxt "STR_UNDO_TABLE_MERGE"
msgid "Merge Cells"
msgstr "ክፍሎች ማዋሀጃ"
-#: strings.hrc:439
+#: sw/inc/strings.hrc:441
msgctxt "STR_TABLE_NUMFORMAT"
msgid "Format cell"
msgstr "የ ክፍል አቀራረብ"
-#: strings.hrc:440
+#: sw/inc/strings.hrc:442
msgctxt "STR_INSERT_TOX"
msgid "Insert index/table"
msgstr "ማውጫ/ሰንጠረዥ ማስገቢያ"
-#: strings.hrc:441
+#: sw/inc/strings.hrc:443
msgctxt "STR_CLEAR_TOX_RANGE"
msgid "Remove index/table"
msgstr "ማውጫ/ሰንጠረዥ ማስወገጃ"
-#: strings.hrc:442
+#: sw/inc/strings.hrc:444
msgctxt "STR_TABLE_TBLCPYTBL"
msgid "Copy table"
msgstr "ሰንጠረዥ ኮፒ ማድረጊያ"
-#: strings.hrc:443
+#: sw/inc/strings.hrc:445
msgctxt "STR_TABLE_CPYTBL"
msgid "Copy table"
msgstr "ሰንጠረዥ ኮፒ ማድረጊያ"
-#: strings.hrc:444
+#: sw/inc/strings.hrc:446
msgctxt "STR_INS_FROM_SHADOWCRSR"
msgid "Set cursor"
msgstr "መጠቆሚያ ማሰናጃ"
-#: strings.hrc:445
+#: sw/inc/strings.hrc:447
msgctxt "STR_UNDO_CHAIN"
msgid "Link text frames"
msgstr "የጽሁፍ ክፈፎችን አገናኝ"
-#: strings.hrc:446
+#: sw/inc/strings.hrc:448
msgctxt "STR_UNDO_UNCHAIN"
msgid "Unlink text frames"
msgstr "የጽሁፍ ክፈፎችን አታገናኝ"
-#: strings.hrc:447
+#: sw/inc/strings.hrc:449
msgctxt "STR_UNDO_FTNINFO"
msgid "Modify footnote options"
msgstr "የ ግርጌ ማስታወሻ ምርጫዎች ማሻሻያ"
-#: strings.hrc:448
+#: sw/inc/strings.hrc:450
msgctxt "STR_UNDO_COMPAREDOC"
msgid "Compare Document"
msgstr "ሰንዶችን ማዋዳደሪያ"
-#: strings.hrc:449
+#: sw/inc/strings.hrc:451
msgctxt "STR_UNDO_SETFLYFRMFMT"
msgid "Apply frame style: $1"
msgstr "የ ክፈፍ ዘዴ መፈጸሚያ: $1"
-#: strings.hrc:450
+#: sw/inc/strings.hrc:452
msgctxt "STR_UNDO_SETRUBYATTR"
msgid "Ruby Setting"
msgstr "Ruby Setting"
-#: strings.hrc:451
+#: sw/inc/strings.hrc:453
msgctxt "STR_INSERT_FOOTNOTE"
msgid "Insert footnote"
msgstr "የ ግርጌ ማስታወሻ ማስገቢያ"
-#: strings.hrc:452
+#: sw/inc/strings.hrc:454
msgctxt "STR_INSERT_URLBTN"
msgid "insert URL button"
msgstr "የ URL ቁልፍ ማስገቢያ"
-#: strings.hrc:453
+#: sw/inc/strings.hrc:455
msgctxt "STR_INSERT_URLTXT"
msgid "Insert Hyperlink"
msgstr "የ Hyperlink ማስገቢያ"
-#: strings.hrc:454
+#: sw/inc/strings.hrc:456
msgctxt "STR_DELETE_INVISIBLECNTNT"
msgid "remove invisible content"
msgstr "የማይታዩ ይዞታዎችን ማስወገጃ"
-#: strings.hrc:455
+#: sw/inc/strings.hrc:457
msgctxt "STR_TOXCHANGE"
msgid "Table/index changed"
msgstr "ሰንጠረዥ/ማውጫ ተቀይሯል"
-#: strings.hrc:456
+#: sw/inc/strings.hrc:458
msgctxt "STR_START_QUOTE"
msgid "“"
msgstr "“"
-#: strings.hrc:457
+#: sw/inc/strings.hrc:459
msgctxt "STR_END_QUOTE"
msgid "”"
msgstr "”"
-#: strings.hrc:458
+#: sw/inc/strings.hrc:460
msgctxt "STR_LDOTS"
msgid "..."
msgstr "..."
-#: strings.hrc:459
+#: sw/inc/strings.hrc:461
msgctxt "STR_MULTISEL"
msgid "multiple selection"
msgstr "በርካታ ምርጫዎች"
-#: strings.hrc:460
+#: sw/inc/strings.hrc:462
msgctxt "STR_TYPING_UNDO"
msgid "Typing: $1"
msgstr "በመጻፍ ላይ : $1"
-#: strings.hrc:461
+#: sw/inc/strings.hrc:463
msgctxt "STR_PASTE_CLIPBOARD_UNDO"
msgid "Paste clipboard"
msgstr "ቁራጭ ሰሌዳ መለጠፊያ"
-#: strings.hrc:462
+#: sw/inc/strings.hrc:464
msgctxt "STR_YIELDS"
msgid "→"
msgstr "→"
-#: strings.hrc:463
+#: sw/inc/strings.hrc:465
msgctxt "STR_OCCURRENCES_OF"
msgid "occurrences of"
msgstr "የሚደርስ ነገር ከ"
-#: strings.hrc:464
+#: sw/inc/strings.hrc:466
msgctxt "STR_UNDO_TABS"
msgid "$1 tab(s)"
msgstr "$1 tab(s)"
-#: strings.hrc:465
+#: sw/inc/strings.hrc:467
msgctxt "STR_UNDO_NLS"
msgid "$1 line break(s)"
msgstr "$1 መስመር መጨረሻ(ዎች)"
-#: strings.hrc:466
+#: sw/inc/strings.hrc:468
msgctxt "STR_UNDO_PAGEBREAKS"
msgid "page break"
msgstr "የ ገጽ መጨረሻ"
-#: strings.hrc:467
+#: sw/inc/strings.hrc:469
msgctxt "STR_UNDO_COLBRKS"
msgid "column break"
msgstr "የ አምድ መጨረሻ"
-#: strings.hrc:468
+#: sw/inc/strings.hrc:470
msgctxt "STR_UNDO_REDLINE_INSERT"
msgid "Insert $1"
msgstr "ማስገቢያ $1"
-#: strings.hrc:469
+#: sw/inc/strings.hrc:471
msgctxt "STR_UNDO_REDLINE_DELETE"
msgid "Delete $1"
msgstr "ማጥፊያ $1"
-#: strings.hrc:470
+#: sw/inc/strings.hrc:472
msgctxt "STR_UNDO_REDLINE_FORMAT"
msgid "Attributes changed"
msgstr "ባህሪው ተቀይሯል"
-#: strings.hrc:471
+#: sw/inc/strings.hrc:473
msgctxt "STR_UNDO_REDLINE_TABLE"
msgid "Table changed"
msgstr "ሰንጠረዡ ተቀይሯል"
-#: strings.hrc:472
+#: sw/inc/strings.hrc:474
msgctxt "STR_UNDO_REDLINE_FMTCOLL"
msgid "Style changed"
msgstr "ዘዴ ተቀይሯል"
-#: strings.hrc:473
+#: sw/inc/strings.hrc:475
msgctxt "STR_UNDO_REDLINE_PARAGRAPH_FORMAT"
msgid "Paragraph formatting changed"
msgstr "የ አንቀጽ አቀራረብ ተቀይሯል"
-#: strings.hrc:474
+#: sw/inc/strings.hrc:476
msgctxt "STR_UNDO_REDLINE_TABLE_ROW_INSERT"
msgid "Insert Row"
msgstr "ረድፍ ማስገቢያ"
-#: strings.hrc:475
+#: sw/inc/strings.hrc:477
msgctxt "STR_UNDO_REDLINE_TABLE_ROW_DELETE"
msgid "Delete Row"
msgstr "ረድፍ ማጥፊያ"
-#: strings.hrc:476
+#: sw/inc/strings.hrc:478
msgctxt "STR_UNDO_REDLINE_TABLE_CELL_INSERT"
msgid "Insert Cell"
msgstr "ክፍል ማስገቢያ"
-#: strings.hrc:477
+#: sw/inc/strings.hrc:479
msgctxt "STR_UNDO_REDLINE_TABLE_CELL_DELETE"
msgid "Delete Cell"
msgstr "ክፍል ማጥፊያ"
-#: strings.hrc:478
+#: sw/inc/strings.hrc:480
msgctxt "STR_N_REDLINES"
msgid "$1 changes"
msgstr "$1 መቀየሪያ"
-#: strings.hrc:479
+#: sw/inc/strings.hrc:481
msgctxt "STR_UNDO_PAGEDESC"
msgid "Change page style: $1"
msgstr "የ ገጽ ዘዴ መቀየሪያ: $1"
-#: strings.hrc:480
+#: sw/inc/strings.hrc:482
msgctxt "STR_UNDO_PAGEDESC_CREATE"
msgid "Create page style: $1"
msgstr "የ ገጽ ዘዴ መፍጠሪያ: $1"
-#: strings.hrc:481
+#: sw/inc/strings.hrc:483
msgctxt "STR_UNDO_PAGEDESC_DELETE"
msgid "Delete page style: $1"
msgstr "የ ገጽ ዘዴ ማጥፊያ: $1"
-#: strings.hrc:482
+#: sw/inc/strings.hrc:484
msgctxt "STR_UNDO_PAGEDESC_RENAME"
msgid "Rename page style: $1 $2 $3"
msgstr "የ ገጽ ዘዴ እንደገና መሰየሚያ: $1 $2 $3"
-#: strings.hrc:483
+#: sw/inc/strings.hrc:485
msgctxt "STR_UNDO_HEADER_FOOTER"
msgid "Header/footer changed"
msgstr "ረስጌ/ግርጌ ተቀይሯል"
-#: strings.hrc:484
+#: sw/inc/strings.hrc:486
msgctxt "STR_UNDO_FIELD"
msgid "Field changed"
msgstr "ሜዳው ተቀይሯል"
-#: strings.hrc:485
+#: sw/inc/strings.hrc:487
msgctxt "STR_UNDO_TXTFMTCOL_CREATE"
msgid "Create paragraph style: $1"
msgstr "የ አንቀጽ ዘዴ መፍጠሪያ: $1"
-#: strings.hrc:486
+#: sw/inc/strings.hrc:488
msgctxt "STR_UNDO_TXTFMTCOL_DELETE"
msgid "Delete paragraph style: $1"
msgstr "የ አንቀጽ ዘዴ ማጥፊያ: $1"
-#: strings.hrc:487
+#: sw/inc/strings.hrc:489
msgctxt "STR_UNDO_TXTFMTCOL_RENAME"
msgid "Rename paragraph style: $1 $2 $3"
msgstr "የ አንቀጽ ዘዴ እንደገና መሰየሚያ: $1 $2 $3"
-#: strings.hrc:488
+#: sw/inc/strings.hrc:490
msgctxt "STR_UNDO_CHARFMT_CREATE"
msgid "Create character style: $1"
msgstr "የ ባህሪ ዘዴ መፍጠሪያ: $1"
-#: strings.hrc:489
+#: sw/inc/strings.hrc:491
msgctxt "STR_UNDO_CHARFMT_DELETE"
msgid "Delete character style: $1"
msgstr "የ ባህሪ ዘዴ ማጥፊያ: $1"
-#: strings.hrc:490
+#: sw/inc/strings.hrc:492
msgctxt "STR_UNDO_CHARFMT_RENAME"
msgid "Rename character style: $1 $2 $3"
msgstr "የ ባህሪ ዘዴ እንደገና መሰየሚያ: $1 $2 $3"
-#: strings.hrc:491
+#: sw/inc/strings.hrc:493
msgctxt "STR_UNDO_FRMFMT_CREATE"
msgid "Create frame style: $1"
msgstr "የ ባህሪ ዘዴ መቀየሪያ: $1"
-#: strings.hrc:492
+#: sw/inc/strings.hrc:494
msgctxt "STR_UNDO_FRMFMT_DELETE"
msgid "Delete frame style: $1"
msgstr "የ ክፈፍ ዘዴ ማጥፊያ: $1"
-#: strings.hrc:493
+#: sw/inc/strings.hrc:495
msgctxt "STR_UNDO_FRMFMT_RENAME"
msgid "Rename frame style: $1 $2 $3"
msgstr "የ ክፈፍ ዘዴ እንደገና መሰየሚያ: $1 $2 $3"
-#: strings.hrc:494
+#: sw/inc/strings.hrc:496
msgctxt "STR_UNDO_NUMRULE_CREATE"
msgid "Create numbering style: $1"
msgstr "የ ቁጥር መስጫ ዘዴ መፍጠሪያ: $1"
-#: strings.hrc:495
+#: sw/inc/strings.hrc:497
msgctxt "STR_UNDO_NUMRULE_DELETE"
msgid "Delete numbering style: $1"
msgstr "የ ቁጥር መስጫ ዘዴ ማጥፊያ: $1"
-#: strings.hrc:496
+#: sw/inc/strings.hrc:498
msgctxt "STR_UNDO_NUMRULE_RENAME"
msgid "Rename numbering style: $1 $2 $3"
msgstr "የ ቁጥር መስጫ ዘዴ እንደገና መሰየሚያ: $1 $2 $3"
-#: strings.hrc:497
+#: sw/inc/strings.hrc:499
msgctxt "STR_UNDO_BOOKMARK_RENAME"
msgid "Rename bookmark: $1 $2 $3"
msgstr "እንደገና መሰየሚያ ምልክት ማድረጊያውን : $1 $2 $3"
-#: strings.hrc:498
+#: sw/inc/strings.hrc:500
msgctxt "STR_UNDO_INDEX_ENTRY_INSERT"
msgid "Insert index entry"
msgstr "የማውጫ መግቢያ ማስገቢያ"
-#: strings.hrc:499
+#: sw/inc/strings.hrc:501
msgctxt "STR_UNDO_INDEX_ENTRY_DELETE"
msgid "Delete index entry"
msgstr "ማውጫ ማስገቢያ ማጥፊያ"
-#: strings.hrc:500
+#: sw/inc/strings.hrc:502
msgctxt "STR_FIELD"
msgid "field"
msgstr "ሜዳ"
#. undo: STR_PARAGRAPHS, string.text
-#: strings.hrc:502
+#: sw/inc/strings.hrc:504
msgctxt "STR_PARAGRAPHS"
msgid "Paragraphs"
msgstr "አንቀጾች"
-#: strings.hrc:503
+#: sw/inc/strings.hrc:505
msgctxt "STR_FRAME"
msgid "frame"
msgstr "ክፈፍ"
-#: strings.hrc:504
+#: sw/inc/strings.hrc:506
msgctxt "STR_OLE"
msgid "OLE-object"
msgstr "የ OLE-እቃ"
-#: strings.hrc:505
+#: sw/inc/strings.hrc:507
msgctxt "STR_MATH_FORMULA"
msgid "formula"
msgstr "መቀመሪያ"
-#: strings.hrc:506
+#: sw/inc/strings.hrc:508
msgctxt "STR_CHART"
msgid "chart"
msgstr "ቻርት"
-#: strings.hrc:507
+#: sw/inc/strings.hrc:509
msgctxt "STR_NOTE"
msgid "comment"
msgstr "አስተያየት"
-#: strings.hrc:508
+#: sw/inc/strings.hrc:510
msgctxt "STR_REFERENCE"
msgid "cross-reference"
msgstr "መስቀልኛ - ማመሳከሪያ"
-#: strings.hrc:509
+#: sw/inc/strings.hrc:511
msgctxt "STR_SCRIPT"
msgid "script"
msgstr "ጽሁፍ"
-#: strings.hrc:510
+#: sw/inc/strings.hrc:512
msgctxt "STR_AUTHORITY_ENTRY"
msgid "bibliography entry"
msgstr "የ ጽሁፎች ዝርዝር ማስገቢያ..."
-#: strings.hrc:511
+#: sw/inc/strings.hrc:513
msgctxt "STR_SPECIALCHAR"
msgid "special character"
msgstr "የተለየ ባህሪ"
-#: strings.hrc:512
+#: sw/inc/strings.hrc:514
msgctxt "STR_FOOTNOTE"
msgid "footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: strings.hrc:513
+#: sw/inc/strings.hrc:515
msgctxt "STR_GRAPHIC"
msgid "image"
msgstr "ምስል"
-#: strings.hrc:514
+#: sw/inc/strings.hrc:516
msgctxt "STR_DRAWING_OBJECTS"
msgid "drawing object(s)"
msgstr "መሳያ እቃ(ዎች)"
-#: strings.hrc:515
+#: sw/inc/strings.hrc:517
msgctxt "STR_TABLE_NAME"
msgid "table: $1$2$3"
msgstr "ሰንጠረዥ: $1$2$3"
-#: strings.hrc:516
+#: sw/inc/strings.hrc:518
msgctxt "STR_PARAGRAPH_UNDO"
msgid "paragraph"
msgstr "አንቀጽ"
-#: strings.hrc:517
+#: sw/inc/strings.hrc:519
msgctxt "STR_PARAGRAPH_SIGN_UNDO"
msgid "Paragraph sign"
msgstr "አንቀጽ መፈረሚያ"
-#: strings.hrc:518
+#: sw/inc/strings.hrc:520
msgctxt "STR_UNDO_FLYFRMFMT_TITLE"
msgid "Change object title of $1"
msgstr "የ እቃዎች አርእስት መቀየሪያ ከ $1"
-#: strings.hrc:519
+#: sw/inc/strings.hrc:521
msgctxt "STR_UNDO_FLYFRMFMT_DESCRITPTION"
msgid "Change object description of $1"
msgstr "የ እቃዎችን መግለጫ መቀየሪያ ከ $1"
-#: strings.hrc:520
+#: sw/inc/strings.hrc:522
msgctxt "STR_UNDO_TBLSTYLE_CREATE"
msgid "Create table style: $1"
msgstr "የ ሰንጠረዥ ዘዴ መፍጠሪያ: $1"
-#: strings.hrc:521
+#: sw/inc/strings.hrc:523
msgctxt "STR_UNDO_TBLSTYLE_DELETE"
msgid "Delete table style: $1"
msgstr "የ ሰንጠረዥ ዘዴ ማጥፊያ: $1"
-#: strings.hrc:522
+#: sw/inc/strings.hrc:524
msgctxt "STR_UNDO_TBLSTYLE_UPDATE"
msgid "Update table style: $1"
msgstr "የ ሰንጠረዥ ዘዴ ማሻሻያ: $1"
-#: strings.hrc:523
+#: sw/inc/strings.hrc:525
msgctxt "STR_UNDO_TABLE_DELETE"
msgid "Delete table"
msgstr "ሰንጠረዥ ማጥፊያ"
-#: strings.hrc:525
+#: sw/inc/strings.hrc:527
msgctxt "STR_ACCESS_DOC_NAME"
msgid "Document view"
msgstr "ሰነድ መመልከቻ"
-#: strings.hrc:526
+#: sw/inc/strings.hrc:528
msgctxt "STR_ACCESS_DOC_DESC"
msgid "Document view"
msgstr "ሰነድ መመልከቻ"
-#: strings.hrc:527
+#: sw/inc/strings.hrc:529
msgctxt "STR_ACCESS_HEADER_NAME"
msgid "Header $(ARG1)"
msgstr "ራስጌ $(ARG1)"
-#: strings.hrc:528
+#: sw/inc/strings.hrc:530
msgctxt "STR_ACCESS_HEADER_DESC"
msgid "Header page $(ARG1)"
msgstr "የ ራስጌ ገጽ $(ARG1)"
-#: strings.hrc:529
+#: sw/inc/strings.hrc:531
msgctxt "STR_ACCESS_FOOTER_NAME"
msgid "Footer $(ARG1)"
msgstr "ግርጌ $(ARG1)"
-#: strings.hrc:530
+#: sw/inc/strings.hrc:532
msgctxt "STR_ACCESS_FOOTER_DESC"
msgid "Footer page $(ARG1)"
msgstr "የ ግርጌ ገጽ $(ARG1)"
-#: strings.hrc:531
+#: sw/inc/strings.hrc:533
msgctxt "STR_ACCESS_FOOTNOTE_NAME"
msgid "Footnote $(ARG1)"
msgstr "የ ግርጌ ማስታወሻ $(ARG1)"
-#: strings.hrc:532
+#: sw/inc/strings.hrc:534
msgctxt "STR_ACCESS_FOOTNOTE_DESC"
msgid "Footnote $(ARG1)"
msgstr "የ ግርጌ ማስታወሻ $(ARG1)"
-#: strings.hrc:533
+#: sw/inc/strings.hrc:535
msgctxt "STR_ACCESS_ENDNOTE_NAME"
msgid "Endnote $(ARG1)"
msgstr "የ መጨረሻ ማስታወሻ $(ARG1)"
-#: strings.hrc:534
+#: sw/inc/strings.hrc:536
msgctxt "STR_ACCESS_ENDNOTE_DESC"
msgid "Endnote $(ARG1)"
msgstr "የ መጨረሻ ማስታወሻ $(ARG1)"
-#: strings.hrc:535
+#: sw/inc/strings.hrc:537
msgctxt "STR_ACCESS_TABLE_DESC"
msgid "$(ARG1) on page $(ARG2)"
msgstr "$(ARG1) በገጹ ላይ $(ARG2)"
-#: strings.hrc:536
+#: sw/inc/strings.hrc:538
msgctxt "STR_ACCESS_PAGE_NAME"
msgid "Page $(ARG1)"
msgstr "ገጽ $(ARG1)"
-#: strings.hrc:537
+#: sw/inc/strings.hrc:539
msgctxt "STR_ACCESS_PAGE_DESC"
msgid "Page: $(ARG1)"
msgstr "ገጽ: $(ARG1)"
-#: strings.hrc:538
+#: sw/inc/strings.hrc:540
msgctxt "STR_ACCESS_ANNOTATION_AUTHOR_NAME"
msgid "Author"
msgstr "ደራሲው"
-#: strings.hrc:539
+#: sw/inc/strings.hrc:541
msgctxt "STR_ACCESS_ANNOTATION_DATE_NAME"
msgid "Date"
msgstr "ቀን"
-#: strings.hrc:540
+#: sw/inc/strings.hrc:542
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_NAME"
msgid "Actions"
msgstr "ተግባሮች"
-#: strings.hrc:541
+#: sw/inc/strings.hrc:543
msgctxt "STR_ACCESS_ANNOTATION_BUTTON_DESC"
msgid "Activate this button to open a list of actions which can be performed on this comment and other comments"
msgstr "ይህን ቁልፍ ያስነሱ በዚህ አስተያየት እና በሌሎችም አስተያየት ላይ ዝርዝር ተግባሮችን ለመክፈት እና ለመፈጸም"
-#: strings.hrc:542
+#: sw/inc/strings.hrc:544
msgctxt "STR_ACCESS_PREVIEW_DOC_NAME"
msgid "Document preview"
msgstr "የሰነድ ቅድመ እይታ"
-#: strings.hrc:543
+#: sw/inc/strings.hrc:545
msgctxt "STR_ACCESS_PREVIEW_DOC_SUFFIX"
msgid "(Preview mode)"
msgstr "(ቅድመ እይታ ዘዴ)"
-#: strings.hrc:544
+#: sw/inc/strings.hrc:546
msgctxt "STR_ACCESS_DOC_WORDPROCESSING"
msgid "%PRODUCTNAME Document"
msgstr "%PRODUCTNAME ሰነድ"
-#: strings.hrc:546
+#: sw/inc/strings.hrc:548
msgctxt "STR_COMCORE_READERROR"
msgid "Read Error"
msgstr "የ ማንበብ ስህተት"
-#: strings.hrc:547
+#: sw/inc/strings.hrc:549
msgctxt "STR_COMCORE_CANT_SHOW"
msgid "Image cannot be displayed."
msgstr "ምስሉን ማሳየት አልተቻለም"
-#: strings.hrc:548
+#: sw/inc/strings.hrc:550
msgctxt "STR_ERROR_CLPBRD_READ"
msgid "Error reading from the clipboard."
msgstr "ስህተት ከቁራጭ ሰሌዳው በማንበብ ላይ"
-#: strings.hrc:550
+#: sw/inc/strings.hrc:552
msgctxt "STR_COLUMN_BREAK"
msgid "Manual Column Break"
msgstr "የ አምድ መጨረሻ በ እጅ የሚሰራ"
-#: strings.hrc:552
+#: sw/inc/strings.hrc:554
msgctxt "STR_CHART2_ROW_LABEL_TEXT"
msgid "Row %ROWNUMBER"
msgstr "ረድፍ %ROWNUMBER"
-#: strings.hrc:553
+#: sw/inc/strings.hrc:555
#, c-format
msgctxt "STR_CHART2_COL_LABEL_TEXT"
msgid "Column %COLUMNLETTER"
msgstr "አምድ %COLUMNLETTER"
-#: strings.hrc:554
+#: sw/inc/strings.hrc:556
msgctxt "STR_STYLE_FAMILY_CHARACTER"
msgid "Character"
msgstr "ባህሪ"
-#: strings.hrc:555
+#: sw/inc/strings.hrc:557
msgctxt "STR_STYLE_FAMILY_PARAGRAPH"
msgid "Paragraph"
msgstr "አንቀጽ"
-#: strings.hrc:556
+#: sw/inc/strings.hrc:558
msgctxt "STR_STYLE_FAMILY_FRAME"
msgid "Frame"
msgstr "ክፈፍ"
-#: strings.hrc:557
+#: sw/inc/strings.hrc:559
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Pages"
msgstr "ገጾች"
-#: strings.hrc:558
+#: sw/inc/strings.hrc:560
msgctxt "STR_STYLE_FAMILY_NUMBERING"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: strings.hrc:559
+#: sw/inc/strings.hrc:561
msgctxt "STR_STYLE_FAMILY_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:560
+#: sw/inc/strings.hrc:562
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell"
msgstr "ክፍል"
-#: strings.hrc:562
+#: sw/inc/strings.hrc:564
msgctxt "ST_SCRIPT_ASIAN"
msgid "Asian"
msgstr "Asian"
-#: strings.hrc:563
+#: sw/inc/strings.hrc:565
msgctxt "ST_SCRIPT_CTL"
msgid "CTL"
msgstr "CTL"
-#: strings.hrc:564
+#: sw/inc/strings.hrc:566
msgctxt "ST_SCRIPT_WESTERN"
msgid "Western"
msgstr "ምእራባዊ"
-#: strings.hrc:565
+#: sw/inc/strings.hrc:567
msgctxt "STR_PRINTOPTUI_PRODUCTNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
-#: strings.hrc:566
+#: sw/inc/strings.hrc:568
msgctxt "STR_PRINTOPTUI_CONTENTS"
msgid "Contents"
msgstr "ይዞታዎች"
-#: strings.hrc:567
+#: sw/inc/strings.hrc:569
msgctxt "STR_PRINTOPTUI_PAGE_BACKGROUND"
msgid "Page ba~ckground"
msgstr "የ ገጽ መደ~ብ"
-#: strings.hrc:568
+#: sw/inc/strings.hrc:570
msgctxt "STR_PRINTOPTUI_PICTURES"
-msgid "P~ictures and other graphic objects"
-msgstr "ስ~እሎች እና ሌሎች የ ንድፍ እቃዎች"
+msgid "~Images and other graphic objects"
+msgstr "~ስእሎች እና ሌሎች የ ንድፍ እቃዎች"
-#: strings.hrc:569
+#: sw/inc/strings.hrc:571
msgctxt "STR_PRINTOPTUI_HIDDEN"
msgid "Hidden te~xt"
msgstr "የ ተደበቁ ጽሁ~ፎች"
-#: strings.hrc:570
+#: sw/inc/strings.hrc:572
msgctxt "STR_PRINTOPTUI_TEXT_PLACEHOLDERS"
msgid "~Text placeholders"
msgstr "የ ~ጽሁፍ ቦታ ያዢዎች"
-#: strings.hrc:571
+#: sw/inc/strings.hrc:573
msgctxt "STR_PRINTOPTUI_FORM_CONTROLS"
msgid "Form control~s"
msgstr "ፎርም መቆጣጠሪ~ያ"
-#: strings.hrc:572
+#: sw/inc/strings.hrc:574
msgctxt "STR_PRINTOPTUI_COLOR"
msgid "Color"
msgstr "ቀለም"
-#: strings.hrc:573
+#: sw/inc/strings.hrc:575
msgctxt "STR_PRINTOPTUI_PRINT_BLACK"
msgid "Print text in blac~k"
msgstr "ጽሁፍ በጥቁ~ር ማተሚያ"
-#: strings.hrc:574
+#: sw/inc/strings.hrc:576
msgctxt "STR_PRINTOPTUI_PAGES_TEXT"
msgid "Pages"
msgstr "ገጾች"
-#: strings.hrc:575
+#: sw/inc/strings.hrc:577
msgctxt "STR_PRINTOPTUI_PRINT_BLANK"
msgid "Print ~automatically inserted blank pages"
msgstr "የገቡትን ባዶ ገጾች ~ራሱ በራሱ ማተሚያ"
-#: strings.hrc:576
+#: sw/inc/strings.hrc:578
msgctxt "STR_PRINTOPTUI_ONLY_PAPER"
msgid "~Use only paper tray from printer preferences"
msgstr "~ይጠቀሙ የ ወረቀት ትሪ ከ ማተሚያ ምርጫዎች ውስጥ ብቻ"
-#: strings.hrc:577
+#: sw/inc/strings.hrc:579
msgctxt "STR_PRINTOPTUI_PRINT"
msgid "Print"
msgstr "ማተሚያ"
-#: strings.hrc:578
+#: sw/inc/strings.hrc:580
msgctxt "STR_PRINTOPTUI_NONE"
msgid "None (document only)"
msgstr "ምንም (ሰነድ ብቻ)"
-#: strings.hrc:579
+#: sw/inc/strings.hrc:581
msgctxt "STR_PRINTOPTUI_COMMENTS_ONLY"
msgid "Comments only"
msgstr "አስተያየቶች ብቻ"
-#: strings.hrc:580
+#: sw/inc/strings.hrc:582
msgctxt "STR_PRINTOPTUI_PLACE_END"
msgid "Place at end of document"
msgstr "በ ሰነድ መጨረሻ ላይ ማድረጊያ"
-#: strings.hrc:581
+#: sw/inc/strings.hrc:583
msgctxt "STR_PRINTOPTUI_PLACE_PAGE"
msgid "Place at end of page"
msgstr "በ ሰነድ መጨረሻ ላይ ማድረጊያ"
-#: strings.hrc:582
+#: sw/inc/strings.hrc:584
msgctxt "STR_PRINTOPTUI_COMMENTS"
msgid "~Comments"
msgstr "~አስተያየቶች"
-#: strings.hrc:583
+#: sw/inc/strings.hrc:585
msgctxt "STR_PRINTOPTUI_PAGE_SIDES"
msgid "Page sides"
msgstr "የ ገጽ ጎኖች"
-#: strings.hrc:584
+#: sw/inc/strings.hrc:586
msgctxt "STR_PRINTOPTUI_ALL_PAGES"
msgid "All pages"
msgstr "ሁሉንም ገጾች"
-#: strings.hrc:585
+#: sw/inc/strings.hrc:587
msgctxt "STR_PRINTOPTUI_BACK_PAGES"
msgid "Back sides / left pages"
msgstr "የ ኋላ ጎኖች / የ ግራ ገጾች"
-#: strings.hrc:586
+#: sw/inc/strings.hrc:588
msgctxt "STR_PRINTOPTUI_FONT_PAGES"
msgid "Front sides / right pages"
msgstr "የ ፊት ጎኖች / የ ቀኝ ገጾች"
-#: strings.hrc:587
+#: sw/inc/strings.hrc:589
msgctxt "STR_PRINTOPTUI_INCLUDE"
msgid "Include"
msgstr "መጨመሪያ"
-#: strings.hrc:588
+#: sw/inc/strings.hrc:590
msgctxt "STR_PRINTOPTUI_BROCHURE"
msgid "Broch~ure"
msgstr "መግለጫ~ጽሁፍ"
-#: strings.hrc:589
+#: sw/inc/strings.hrc:591
msgctxt "STR_PRINTOPTUI_LEFT_SCRIPT"
msgid "Left-to-right script"
msgstr "ከ ግራ-ወደ-ቀኝ ጽሁፍ"
-#: strings.hrc:590
+#: sw/inc/strings.hrc:592
msgctxt "STR_PRINTOPTUI_RIGHT_SCRIPT"
msgid "Right-to-left script"
msgstr "ከ ቀኝ-ወደ-ግራ ጽሁፍ"
-#: strings.hrc:591
+#: sw/inc/strings.hrc:593
msgctxt "STR_PRINTOPTUI_RANGE_COPIES"
msgid "Range and copies"
msgstr "መጠን እና ኮፒዎች"
-#: strings.hrc:592
+#: sw/inc/strings.hrc:594
msgctxt "STR_PRINTOPTUI_ALLPAGES"
msgid "~All pages"
msgstr "~ሁሉንም ገጾች"
-#: strings.hrc:593
+#: sw/inc/strings.hrc:595
msgctxt "STR_PRINTOPTUI_SOMEPAGES"
msgid "Pa~ges"
msgstr "ገጾ~ች"
-#: strings.hrc:594
+#: sw/inc/strings.hrc:596
msgctxt "STR_PRINTOPTUI_SELECTION"
msgid "~Selection"
msgstr "~ምርጫዎች"
-#: strings.hrc:595
+#: sw/inc/strings.hrc:597
msgctxt "STR_PRINTOPTUI_PLACE_MARGINS"
msgid "Place in margins"
msgstr "በ መስመር ውስጥ ማድረጊያ"
-#: strings.hrc:597
+#: sw/inc/strings.hrc:599
msgctxt "STR_FORMULA_CALC"
msgid "Functions"
msgstr "ተግባሮች"
-#: strings.hrc:598
+#: sw/inc/strings.hrc:600
msgctxt "STR_FORMULA_CANCEL"
msgid "Cancel"
msgstr "መሰረዣ"
-#: strings.hrc:599
+#: sw/inc/strings.hrc:601
msgctxt "STR_FORMULA_APPLY"
msgid "Apply"
msgstr "መፈጸሚያ"
-#: strings.hrc:600
+#: sw/inc/strings.hrc:602
msgctxt "STR_ACCESS_FORMULA_TOOLBAR"
msgid "Formula Tool Bar"
msgstr "የ መቀመሪያ እቃ መደርደሪያ"
-#: strings.hrc:601
+#: sw/inc/strings.hrc:603
msgctxt "STR_ACCESS_FORMULA_TYPE"
msgid "Formula Type"
msgstr "የ መቀመሪያ አይነት"
-#: strings.hrc:602
+#: sw/inc/strings.hrc:604
msgctxt "STR_ACCESS_FORMULA_TEXT"
msgid "Formula Text"
msgstr "የ _መቀመሪያ ጽሁፍ"
-#: strings.hrc:604
+#: sw/inc/strings.hrc:606
msgctxt "STR_ACCESS_TL_GLOBAL"
msgid "Global View"
msgstr "አለም አቀፍ መመልከቻ"
-#: strings.hrc:605
+#: sw/inc/strings.hrc:607
msgctxt "STR_ACCESS_TL_CONTENT"
msgid "Content Navigation View"
msgstr "ይዞታ መቃኛ መመለከቻ"
-#: strings.hrc:606
+#: sw/inc/strings.hrc:608
msgctxt "STR_OUTLINE_LEVEL"
msgid "Outline Level"
msgstr "የ ረቂቅ ደረጃ"
-#: strings.hrc:607
+#: sw/inc/strings.hrc:609
msgctxt "STR_DRAGMODE"
msgid "Drag Mode"
msgstr "መጎተቻ ዘዴ"
-#: strings.hrc:608
+#: sw/inc/strings.hrc:610
msgctxt "STR_HYPERLINK"
msgid "Insert as Hyperlink"
msgstr "እንደ Hyperlink ማስገቢያ"
-#: strings.hrc:609
+#: sw/inc/strings.hrc:611
msgctxt "STR_LINK_REGION"
msgid "Insert as Link"
msgstr "እንደ አገናኝ ማስገቢያ"
-#: strings.hrc:610
+#: sw/inc/strings.hrc:612
msgctxt "STR_COPY_REGION"
msgid "Insert as Copy"
msgstr "እንደ ኮፒ ማስገቢያ"
-#: strings.hrc:611
+#: sw/inc/strings.hrc:613
msgctxt "STR_DISPLAY"
msgid "Display"
msgstr "ማሳያ"
-#: strings.hrc:612
+#: sw/inc/strings.hrc:614
msgctxt "STR_ACTIVE_VIEW"
msgid "Active Window"
msgstr "ንቁ መስኮት"
-#: strings.hrc:613
+#: sw/inc/strings.hrc:615
msgctxt "STR_HIDDEN"
msgid "hidden"
msgstr "የተደበቀ"
-#: strings.hrc:614
+#: sw/inc/strings.hrc:616
msgctxt "STR_ACTIVE"
msgid "active"
msgstr "ንቁ"
-#: strings.hrc:615
+#: sw/inc/strings.hrc:617
msgctxt "STR_INACTIVE"
msgid "inactive"
msgstr "የቦዘነ"
-#: strings.hrc:616
+#: sw/inc/strings.hrc:618
msgctxt "STR_EDIT_ENTRY"
msgid "Edit..."
msgstr "ማረሚያ..."
-#: strings.hrc:617
+#: sw/inc/strings.hrc:619
msgctxt "STR_UPDATE"
msgid "~Update"
msgstr "~ማሻሻያ"
-#: strings.hrc:618
+#: sw/inc/strings.hrc:620
msgctxt "STR_EDIT_CONTENT"
msgid "Edit"
msgstr "ማረሚያ"
-#: strings.hrc:619
+#: sw/inc/strings.hrc:621
msgctxt "STR_EDIT_LINK"
msgid "Edit link"
msgstr "አገናኝ ማረሚያ"
-#: strings.hrc:620
+#: sw/inc/strings.hrc:622
msgctxt "STR_EDIT_INSERT"
msgid "Insert"
msgstr "ማስገቢያ"
-#: strings.hrc:621
+#: sw/inc/strings.hrc:623
msgctxt "STR_INDEX"
msgid "~Index"
msgstr "~ማውጫ"
-#: strings.hrc:622
+#: sw/inc/strings.hrc:624
msgctxt "STR_FILE"
msgid "File"
msgstr "ፋይል"
-#: strings.hrc:623
+#: sw/inc/strings.hrc:625
msgctxt "STR_NEW_FILE"
msgid "New Document"
msgstr "አዲስ ሰነድ"
-#: strings.hrc:624
+#: sw/inc/strings.hrc:626
msgctxt "STR_INSERT_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:625
+#: sw/inc/strings.hrc:627
msgctxt "STR_DELETE"
msgid "Delete"
msgstr "ማጥፊያ"
-#: strings.hrc:626
+#: sw/inc/strings.hrc:628
msgctxt "STR_DELETE_ENTRY"
msgid "~Delete"
msgstr "~ማጥፊያ"
-#: strings.hrc:627
+#: sw/inc/strings.hrc:629
msgctxt "STR_UPDATE_SEL"
msgid "Selection"
msgstr "ምርጫ"
-#: strings.hrc:628
+#: sw/inc/strings.hrc:630
msgctxt "STR_UPDATE_INDEX"
msgid "Indexes"
msgstr "ማውጫዎች"
-#: strings.hrc:629
+#: sw/inc/strings.hrc:631
msgctxt "STR_UPDATE_LINK"
msgid "Links"
msgstr "አገናኞች"
-#: strings.hrc:630
+#: sw/inc/strings.hrc:632
msgctxt "STR_UPDATE_ALL"
msgid "All"
msgstr "ሁሉንም"
-#: strings.hrc:631
+#: sw/inc/strings.hrc:633
msgctxt "STR_REMOVE_INDEX"
msgid "~Remove Index"
msgstr "ማውጫ ~ማስወገጃ"
-#: strings.hrc:632
+#: sw/inc/strings.hrc:634
msgctxt "STR_REMOVE_TBL_PROTECTION"
msgid "~Unprotect"
msgstr "~አትጠብቅ"
-#: strings.hrc:633
+#: sw/inc/strings.hrc:635
msgctxt "STR_INVISIBLE"
msgid "hidden"
msgstr "የተደበቀ"
-#: strings.hrc:634
+#: sw/inc/strings.hrc:636
msgctxt "STR_BROKEN_LINK"
msgid "File not found: "
msgstr "ፋይሉ አልተገኘም: "
-#: strings.hrc:635
+#: sw/inc/strings.hrc:637
msgctxt "STR_RENAME"
msgid "~Rename"
msgstr "~እንደገና መሰየሚያ"
-#: strings.hrc:636
+#: sw/inc/strings.hrc:638
msgctxt "STR_READONLY_IDX"
msgid "Read-~only"
msgstr "ለንባብ-~ብቻ"
-#: strings.hrc:637
+#: sw/inc/strings.hrc:639
msgctxt "STR_POSTIT_SHOW"
msgid "Show All"
msgstr "ሁሉንም ማሳያ"
-#: strings.hrc:638
+#: sw/inc/strings.hrc:640
msgctxt "STR_POSTIT_HIDE"
msgid "Hide All"
msgstr "ሁሉንም መደበቂያ"
-#: strings.hrc:639
+#: sw/inc/strings.hrc:641
msgctxt "STR_POSTIT_DELETE"
msgid "Delete All"
msgstr "ሁሉንም ማጥፊያ"
-#: strings.hrc:641
+#: sw/inc/strings.hrc:643
msgctxt "STR_MARGIN_TOOLTIP_LEFT"
msgid "Left: "
msgstr "በ ግራ: "
-#: strings.hrc:642
+#: sw/inc/strings.hrc:644
msgctxt "STR_MARGIN_TOOLTIP_RIGHT"
msgid ". Right: "
msgstr ". በ ቀኝ: "
-#: strings.hrc:643
+#: sw/inc/strings.hrc:645
msgctxt "STR_MARGIN_TOOLTIP_INNER"
msgid "Inner: "
msgstr "ውስጥ: "
-#: strings.hrc:644
+#: sw/inc/strings.hrc:646
msgctxt "STR_MARGIN_TOOLTIP_OUTER"
msgid ". Outer: "
msgstr ". ውጪ: "
-#: strings.hrc:645
+#: sw/inc/strings.hrc:647
msgctxt "STR_MARGIN_TOOLTIP_TOP"
msgid ". Top: "
msgstr ". ከ ላይ: "
-#: strings.hrc:646
+#: sw/inc/strings.hrc:648
msgctxt "STR_MARGIN_TOOLTIP_BOT"
msgid ". Bottom: "
msgstr ". ከ ታች: "
#. Error calculator
-#: strings.hrc:649
+#: sw/inc/strings.hrc:651
msgctxt "STR_POSTIT_PAGE"
msgid "Page"
msgstr "ገጽ"
-#: strings.hrc:650
+#: sw/inc/strings.hrc:652
msgctxt "STR_POSTIT_LINE"
msgid "Line"
msgstr "መስመር"
-#: strings.hrc:651
+#: sw/inc/strings.hrc:653
msgctxt "STR_POSTIT_AUTHOR"
msgid "Author"
msgstr "ደራሲው"
-#: strings.hrc:652
+#: sw/inc/strings.hrc:654
msgctxt "STR_CALC_SYNTAX"
msgid "** Syntax Error **"
msgstr "** የ አገባብ ስህተት **"
-#: strings.hrc:653
+#: sw/inc/strings.hrc:655
msgctxt "STR_CALC_ZERODIV"
msgid "** Division by zero **"
msgstr "** በ ዜሮ ማካፈያ **"
-#: strings.hrc:654
+#: sw/inc/strings.hrc:656
msgctxt "STR_CALC_BRACK"
msgid "** Wrong use of brackets **"
msgstr "** የ ተሳሳተ የ ቅንፎች አጠቃቀም **"
-#: strings.hrc:655
+#: sw/inc/strings.hrc:657
msgctxt "STR_CALC_POW"
msgid "** Square function overflow **"
msgstr "** የ ስኴር ተግባር ሞልቶ ፈሰስ**"
-#: strings.hrc:656
+#: sw/inc/strings.hrc:658
msgctxt "STR_CALC_OVERFLOW"
msgid "** Overflow **"
msgstr "** ሞልቶ ፈሰሰ **"
-#: strings.hrc:657
+#: sw/inc/strings.hrc:659
msgctxt "STR_CALC_DEFAULT"
msgid "** Error **"
msgstr "** ስህተት **"
-#: strings.hrc:658
+#: sw/inc/strings.hrc:660
msgctxt "STR_CALC_ERROR"
msgid "** Expression is faulty **"
msgstr "** አገላለጹ የተሳሳተ ነው **"
-#: strings.hrc:659
+#: sw/inc/strings.hrc:661
msgctxt "STR_GETREFFLD_REFITEMNOTFOUND"
msgid "Error: Reference source not found"
msgstr "ስህተት: የ ማመሳከሪያው ምንጭ አልተገኘም"
-#: strings.hrc:660
+#: sw/inc/strings.hrc:662
msgctxt "STR_TEMPLATE_NONE"
msgid "None"
msgstr "ምንም"
-#: strings.hrc:661
+#: sw/inc/strings.hrc:663
msgctxt "STR_FIELD_FIXED"
msgid "(fixed)"
msgstr "(የተወሰነ)"
-#: strings.hrc:662
+#: sw/inc/strings.hrc:664
msgctxt "STR_DURATION_FORMAT"
msgid " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6"
msgstr " አ: %1 ወ: %2 ቀ: %3 ሰ: %4 ደ: %5 ሰ: %6"
-#: strings.hrc:663
+#: sw/inc/strings.hrc:665
msgctxt "STR_TOI"
msgid "Alphabetical Index"
msgstr "በ ፊደል ቅደም ተከተል ማውጫ"
-#: strings.hrc:664
+#: sw/inc/strings.hrc:666
msgctxt "STR_TOU"
msgid "User-Defined"
msgstr "በ ተጠቃሚው-የሚወሰን"
-#: strings.hrc:665
+#: sw/inc/strings.hrc:667
msgctxt "STR_TOC"
msgid "Table of Contents"
msgstr "የ ሰንጠረዥ ማውጫ"
-#: strings.hrc:666
+#: sw/inc/strings.hrc:668
msgctxt "STR_TOX_AUTH"
msgid "Bibliography"
msgstr "የ ጽሁፎች ዝርዝር"
-#: strings.hrc:667
+#: sw/inc/strings.hrc:669
msgctxt "STR_TOX_CITATION"
msgid "Citation"
msgstr "ጥቅስ"
-#: strings.hrc:668
+#: sw/inc/strings.hrc:670
msgctxt "STR_TOX_TBL"
msgid "Index of Tables"
msgstr "የ ሰንጠረዦች ማውጫ"
-#: strings.hrc:669
+#: sw/inc/strings.hrc:671
msgctxt "STR_TOX_OBJ"
msgid "Table of Objects"
msgstr "የ እቃዎች ሰንጠረዥ"
-#: strings.hrc:670
+#: sw/inc/strings.hrc:672
msgctxt "STR_TOX_ILL"
msgid "Illustration Index"
msgstr "የ ማውጫ ማብራሪያ"
-#: strings.hrc:671
+#: sw/inc/strings.hrc:673
#, c-format
msgctxt "STR_LINK_CTRL_CLICK"
msgid "%s-Click to follow link"
msgstr "%s-ይጫኑ አገናኙን ለ መከተል"
-#: strings.hrc:672
+#: sw/inc/strings.hrc:674
msgctxt "STR_LINK_CLICK"
msgid "Click to follow link"
msgstr "ይጫኑ አገናኙን ለ መከተል"
#. SubType DocInfo
-#: strings.hrc:674
+#: sw/inc/strings.hrc:676
msgctxt "FLD_DOCINFO_TITEL"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:675
+#: sw/inc/strings.hrc:677
msgctxt "FLD_DOCINFO_THEMA"
msgid "Subject"
msgstr "ጉዳይ"
-#: strings.hrc:676
+#: sw/inc/strings.hrc:678
msgctxt "FLD_DOCINFO_KEYS"
msgid "Keywords"
msgstr "ቁልፍ ቃል"
-#: strings.hrc:677
+#: sw/inc/strings.hrc:679
msgctxt "FLD_DOCINFO_COMMENT"
msgid "Comments"
msgstr "አስተያየቶች"
-#: strings.hrc:678
+#: sw/inc/strings.hrc:680
msgctxt "FLD_DOCINFO_CREATE"
msgid "Created"
msgstr "ተፈጥሯል"
-#: strings.hrc:679
+#: sw/inc/strings.hrc:681
msgctxt "FLD_DOCINFO_CHANGE"
msgid "Modified"
msgstr "ተሻሽሏል"
-#: strings.hrc:680
+#: sw/inc/strings.hrc:682
msgctxt "FLD_DOCINFO_PRINT"
msgid "Last printed"
msgstr "መጨረሻ የታተመው"
-#: strings.hrc:681
+#: sw/inc/strings.hrc:683
msgctxt "FLD_DOCINFO_DOCNO"
msgid "Revision number"
msgstr "የ ክለሳ ቁጥር"
-#: strings.hrc:682
+#: sw/inc/strings.hrc:684
msgctxt "FLD_DOCINFO_EDIT"
msgid "Total editing time"
msgstr "ጠቅላላ ለማረም የፈጀው ጊዜ"
-#: strings.hrc:683
+#: sw/inc/strings.hrc:685
msgctxt "STR_PAGEDESC_NAME"
msgid "Convert $(ARG1)"
msgstr "መቀየሪያ $(ARG1)"
-#: strings.hrc:684
+#: sw/inc/strings.hrc:686
msgctxt "STR_PAGEDESC_FIRSTNAME"
msgid "First convert $(ARG1)"
msgstr "በ መጀመሪያ መቀየሪያ $(ARG1)"
-#: strings.hrc:685
+#: sw/inc/strings.hrc:687
msgctxt "STR_PAGEDESC_FOLLOWNAME"
msgid "Next convert $(ARG1)"
msgstr "ቀጥሎ መቀየሪያ $(ARG1)"
-#: strings.hrc:686
+#: sw/inc/strings.hrc:688
msgctxt "STR_AUTH_TYPE_ARTICLE"
msgid "Article"
msgstr "ጽሁፍ"
-#: strings.hrc:687
+#: sw/inc/strings.hrc:689
msgctxt "STR_AUTH_TYPE_BOOK"
msgid "Book"
msgstr "መጽሐፍ"
-#: strings.hrc:688
+#: sw/inc/strings.hrc:690
msgctxt "STR_AUTH_TYPE_BOOKLET"
msgid "Brochures"
msgstr "መግለጫ ጽሁፍ"
-#: strings.hrc:689
+#: sw/inc/strings.hrc:691
msgctxt "STR_AUTH_TYPE_CONFERENCE"
msgid "Conference proceedings"
msgstr "የ ስብሰባ ሂደት"
-#: strings.hrc:690
+#: sw/inc/strings.hrc:692
msgctxt "STR_AUTH_TYPE_INBOOK"
msgid "Book excerpt"
msgstr "የ መጽሐፍ ምንባብ"
-#: strings.hrc:691
+#: sw/inc/strings.hrc:693
msgctxt "STR_AUTH_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr "የ መጽሐፍ ምንባብ ከ አርእስት ጋር"
-#: strings.hrc:692
+#: sw/inc/strings.hrc:694
msgctxt "STR_AUTH_TYPE_INPROCEEDINGS"
msgid "Conference proceedings"
msgstr "የ ስብሰባ ሂደት"
-#: strings.hrc:693
+#: sw/inc/strings.hrc:695
msgctxt "STR_AUTH_TYPE_JOURNAL"
msgid "Journal"
msgstr "ማስታወሻ"
-#: strings.hrc:694
+#: sw/inc/strings.hrc:696
msgctxt "STR_AUTH_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr "ቴክኒካል. መረጃዎች"
-#: strings.hrc:695
+#: sw/inc/strings.hrc:697
msgctxt "STR_AUTH_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr "ቴሲስ"
-#: strings.hrc:696
+#: sw/inc/strings.hrc:698
msgctxt "STR_AUTH_TYPE_MISC"
msgid "Miscellaneous"
msgstr "የተለያዩ"
-#: strings.hrc:697
+#: sw/inc/strings.hrc:699
msgctxt "STR_AUTH_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr "የ ቴሲስ ጽሁፍ"
-#: strings.hrc:698
+#: sw/inc/strings.hrc:700
msgctxt "STR_AUTH_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr "ስብሰባ በ ሂደት ላይ"
-#: strings.hrc:699
+#: sw/inc/strings.hrc:701
msgctxt "STR_AUTH_TYPE_TECHREPORT"
msgid "Research report"
msgstr "የ ምርምር መግለጫ"
-#: strings.hrc:700
+#: sw/inc/strings.hrc:702
msgctxt "STR_AUTH_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr "ያልታተመ"
-#: strings.hrc:701
+#: sw/inc/strings.hrc:703
msgctxt "STR_AUTH_TYPE_EMAIL"
msgid "E-mail"
msgstr "ኢ-ሜይል"
-#: strings.hrc:702
+#: sw/inc/strings.hrc:704
msgctxt "STR_AUTH_TYPE_WWW"
msgid "WWW document"
msgstr "WWW ሰነድ"
-#: strings.hrc:703
+#: sw/inc/strings.hrc:705
msgctxt "STR_AUTH_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "በ ተጠቃሚው-የሚወሰን1"
-#: strings.hrc:704
+#: sw/inc/strings.hrc:706
msgctxt "STR_AUTH_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "በ ተጠቃሚው-የሚወሰን2"
-#: strings.hrc:705
+#: sw/inc/strings.hrc:707
msgctxt "STR_AUTH_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "በ ተጠቃሚው-የሚወሰን3"
-#: strings.hrc:706
+#: sw/inc/strings.hrc:708
msgctxt "STR_AUTH_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "በ ተጠቃሚው-የሚወሰን4"
-#: strings.hrc:707
+#: sw/inc/strings.hrc:709
msgctxt "STR_AUTH_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "በ ተጠቃሚው-የሚወሰን5"
-#: strings.hrc:708
+#: sw/inc/strings.hrc:710
msgctxt "STR_AUTH_FIELD_IDENTIFIER"
msgid "Short name"
msgstr "አጭር ስም"
-#: strings.hrc:709
+#: sw/inc/strings.hrc:711
msgctxt "STR_AUTH_FIELD_AUTHORITY_TYPE"
msgid "Type"
msgstr "አይነት"
-#: strings.hrc:710
+#: sw/inc/strings.hrc:712
msgctxt "STR_AUTH_FIELD_ADDRESS"
msgid "Address"
msgstr "አድራሻ"
-#: strings.hrc:711
+#: sw/inc/strings.hrc:713
msgctxt "STR_AUTH_FIELD_ANNOTE"
msgid "Annotation"
msgstr "ማብራሪያ"
-#: strings.hrc:712
+#: sw/inc/strings.hrc:714
msgctxt "STR_AUTH_FIELD_AUTHOR"
msgid "Author(s)"
msgstr "ደራሲ(ዎች)"
-#: strings.hrc:713
+#: sw/inc/strings.hrc:715
msgctxt "STR_AUTH_FIELD_BOOKTITLE"
msgid "Book title"
msgstr "የ መጽሀፍ አርእስት"
-#: strings.hrc:714
+#: sw/inc/strings.hrc:716
msgctxt "STR_AUTH_FIELD_CHAPTER"
msgid "Chapter"
msgstr "ምዕራፍ"
-#: strings.hrc:715
+#: sw/inc/strings.hrc:717
msgctxt "STR_AUTH_FIELD_EDITION"
msgid "Edition"
msgstr "እትም"
-#: strings.hrc:716
+#: sw/inc/strings.hrc:718
msgctxt "STR_AUTH_FIELD_EDITOR"
msgid "Editor"
msgstr "አራሚው"
-#: strings.hrc:717
+#: sw/inc/strings.hrc:719
msgctxt "STR_AUTH_FIELD_HOWPUBLISHED"
msgid "Publication type"
msgstr "የህትመቱ አይነት"
-#: strings.hrc:718
+#: sw/inc/strings.hrc:720
msgctxt "STR_AUTH_FIELD_INSTITUTION"
msgid "Institution"
msgstr "ድርጅት"
-#: strings.hrc:719
+#: sw/inc/strings.hrc:721
msgctxt "STR_AUTH_FIELD_JOURNAL"
msgid "Journal"
msgstr "ማስታወሻ"
-#: strings.hrc:720
+#: sw/inc/strings.hrc:722
msgctxt "STR_AUTH_FIELD_MONTH"
msgid "Month"
msgstr "ወር"
-#: strings.hrc:721
+#: sw/inc/strings.hrc:723
msgctxt "STR_AUTH_FIELD_NOTE"
msgid "Note"
msgstr "ማስታወሻ"
-#: strings.hrc:722
+#: sw/inc/strings.hrc:724
msgctxt "STR_AUTH_FIELD_NUMBER"
msgid "Number"
msgstr "ቁጥር"
-#: strings.hrc:723
+#: sw/inc/strings.hrc:725
msgctxt "STR_AUTH_FIELD_ORGANIZATIONS"
msgid "Organization"
msgstr "ድርጅት"
-#: strings.hrc:724
+#: sw/inc/strings.hrc:726
msgctxt "STR_AUTH_FIELD_PAGES"
msgid "Page(s)"
msgstr "ገጽ(ጾች)"
-#: strings.hrc:725
+#: sw/inc/strings.hrc:727
msgctxt "STR_AUTH_FIELD_PUBLISHER"
msgid "Publisher"
msgstr "አሳታሚው"
-#: strings.hrc:726
+#: sw/inc/strings.hrc:728
msgctxt "STR_AUTH_FIELD_SCHOOL"
msgid "University"
msgstr "ዩኒቨርሲቲ"
-#: strings.hrc:727
+#: sw/inc/strings.hrc:729
msgctxt "STR_AUTH_FIELD_SERIES"
msgid "Series"
msgstr "ተከታታይ"
-#: strings.hrc:728
+#: sw/inc/strings.hrc:730
msgctxt "STR_AUTH_FIELD_TITLE"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:729
+#: sw/inc/strings.hrc:731
msgctxt "STR_AUTH_FIELD_TYPE"
msgid "Type of report"
msgstr "የ መግለጫው አይነት"
-#: strings.hrc:730
+#: sw/inc/strings.hrc:732
msgctxt "STR_AUTH_FIELD_VOLUME"
msgid "Volume"
msgstr "መጠን"
-#: strings.hrc:731
+#: sw/inc/strings.hrc:733
msgctxt "STR_AUTH_FIELD_YEAR"
msgid "Year"
msgstr "አመት"
-#: strings.hrc:732
+#: sw/inc/strings.hrc:734
msgctxt "STR_AUTH_FIELD_URL"
msgid "URL"
msgstr "URL"
-#: strings.hrc:733
+#: sw/inc/strings.hrc:735
msgctxt "STR_AUTH_FIELD_CUSTOM1"
msgid "User-defined1"
msgstr "በ ተጠቃሚው-የሚወሰን1"
-#: strings.hrc:734
+#: sw/inc/strings.hrc:736
msgctxt "STR_AUTH_FIELD_CUSTOM2"
msgid "User-defined2"
msgstr "በ ተጠቃሚው-የሚወሰን2"
-#: strings.hrc:735
+#: sw/inc/strings.hrc:737
msgctxt "STR_AUTH_FIELD_CUSTOM3"
msgid "User-defined3"
msgstr "በ ተጠቃሚው-የሚወሰን3"
-#: strings.hrc:736
+#: sw/inc/strings.hrc:738
msgctxt "STR_AUTH_FIELD_CUSTOM4"
msgid "User-defined4"
msgstr "በ ተጠቃሚው-የሚወሰን4"
-#: strings.hrc:737
+#: sw/inc/strings.hrc:739
msgctxt "STR_AUTH_FIELD_CUSTOM5"
msgid "User-defined5"
msgstr "በ ተጠቃሚው-የሚወሰን5"
-#: strings.hrc:738
+#: sw/inc/strings.hrc:740
msgctxt "STR_AUTH_FIELD_ISBN"
msgid "ISBN"
msgstr "ISBN"
-#: strings.hrc:740
+#: sw/inc/strings.hrc:742
msgctxt "STR_IDXMRK_EDIT"
msgid "Edit Index Entry"
msgstr "የማውጫ ማስገቢያ ማረሚያ"
-#: strings.hrc:741
+#: sw/inc/strings.hrc:743
msgctxt "STR_IDXMRK_INSERT"
msgid "Insert Index Entry"
msgstr "የማውጫ ማስገቢያ መጨመሪያ"
-#: strings.hrc:742
+#: sw/inc/strings.hrc:744
msgctxt "STR_QUERY_CHANGE_AUTH_ENTRY"
msgid "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?"
msgstr "ሰነዱ ቀደም ሲል የ ጽሁፎች ዝርዝር ማስገቢያ ይዟል ነገር ግን ለተለየ ዳታ ነው: የነበረውን ማስገቢያ ማስተካከል ይፈልጋሉ?"
-#: strings.hrc:744
+#: sw/inc/strings.hrc:746
msgctxt "STR_COMMENTS_LABEL"
msgid "Comments"
msgstr "አስተያየቶች"
-#: strings.hrc:745
+#: sw/inc/strings.hrc:747
msgctxt "STR_SHOW_COMMENTS"
msgid "Show comments"
msgstr "አስተያየት ማሳያ"
-#: strings.hrc:746
+#: sw/inc/strings.hrc:748
msgctxt "STR_HIDE_COMMENTS"
msgid "Hide comments"
msgstr "አስተያየት መደበቂያ"
-#: strings.hrc:748
+#: sw/inc/strings.hrc:750
msgctxt "STR_DOUBLE_SHORTNAME"
msgid "Shortcut name already exists. Please choose another name."
msgstr "ይህ የአቋራጭ ስም ቀደም ሲል ነበር: እባክዎን ሌላ ስም ይምረጡ"
-#: strings.hrc:749
+#: sw/inc/strings.hrc:751
msgctxt "STR_QUERY_DELETE"
msgid "Delete AutoText?"
msgstr "በራሱ ጽሁፍን ላጥፋው?"
-#: strings.hrc:750
+#: sw/inc/strings.hrc:752
msgctxt "STR_QUERY_DELETE_GROUP1"
msgid "Delete the category "
msgstr "ምድቡን ማጥፊያ "
-#: strings.hrc:751
+#: sw/inc/strings.hrc:753
msgctxt "STR_QUERY_DELETE_GROUP2"
msgid "?"
msgstr "?"
-#: strings.hrc:752
+#: sw/inc/strings.hrc:754
msgctxt "STR_GLOSSARY"
msgid "AutoText :"
msgstr "በራሱ ጽሁፍ :"
-#: strings.hrc:753
+#: sw/inc/strings.hrc:755
msgctxt "STR_SAVE_GLOSSARY"
msgid "Save AutoText"
msgstr "በራሱ ጽሁፍ ማስቀመጫ"
-#: strings.hrc:754
+#: sw/inc/strings.hrc:756
msgctxt "STR_NO_GLOSSARIES"
msgid "There is no AutoText in this file."
msgstr "በዚህ ፋይል ውስጥ በራሱ ጽሁፍ የለም"
-#: strings.hrc:755
+#: sw/inc/strings.hrc:757
msgctxt "STR_MY_AUTOTEXT"
msgid "My AutoText"
msgstr "የኔ በራሱ ጽሁፍ"
-#: strings.hrc:757
+#: sw/inc/strings.hrc:759
msgctxt "STR_NOGLOS"
msgid "AutoText for Shortcut '%1' not found."
msgstr "በራሱ ጽሁፎች ለ አቋራጭ '%1' አልተገኘም"
-#: strings.hrc:758
+#: sw/inc/strings.hrc:760
msgctxt "STR_NO_TABLE"
msgid "A table with no rows or no cells cannot be inserted"
msgstr "ሰንጠረዥ ያለ ረድፎች ወይንም ክፍሎች ማስገባት አይቻልም"
-#: strings.hrc:759
+#: sw/inc/strings.hrc:761
msgctxt "STR_TABLE_TOO_LARGE"
msgid "The table cannot be inserted because it is too large"
msgstr "ሰንጠረዥ ማስገባት አልተቻለም ምክንያቱም በጣም ትልቅ ነው"
-#: strings.hrc:760
+#: sw/inc/strings.hrc:762
msgctxt "STR_ERR_INSERT_GLOS"
msgid "AutoText could not be created."
msgstr "በራሱ መጻፊያ መመፍጠር አልተቻለም"
-#: strings.hrc:761
+#: sw/inc/strings.hrc:763
msgctxt "STR_CLPBRD_FORMAT_ERROR"
msgid "Requested clipboard format is not available."
msgstr "የተጠየቀው የቁራጭ ሰሌዳ አቀራረብ አልተገኘም"
-#: strings.hrc:762
+#: sw/inc/strings.hrc:764
msgctxt "STR_PRIVATETEXT"
-msgid "%PRODUCTNAME Writer"
-msgstr "%PRODUCTNAME መጻፊያ"
+msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
+msgstr ""
-#: strings.hrc:763
+#: sw/inc/strings.hrc:765
msgctxt "STR_PRIVATEGRAPHIC"
-msgid "Image [%PRODUCTNAME Writer]"
-msgstr "ምስል [%PRODUCTNAME መጻፊያ]"
+msgid "Image (%PRODUCTNAME %PRODUCTVERSION Text Document)"
+msgstr ""
-#: strings.hrc:764
+#: sw/inc/strings.hrc:766
msgctxt "STR_PRIVATEOLE"
-msgid "Object [%PRODUCTNAME Writer]"
-msgstr "እቃ [%PRODUCTNAME መጻፊያ]"
+msgid "Object (%PRODUCTNAME %PRODUCTVERSION Text Document)"
+msgstr ""
-#: strings.hrc:765
+#: sw/inc/strings.hrc:767
msgctxt "STR_DDEFORMAT"
-msgid "DDE link"
-msgstr "DDE link"
+msgid "Dynamic Data Exchange (DDE link)"
+msgstr ""
-#: strings.hrc:767
+#: sw/inc/strings.hrc:769
msgctxt "STR_DELETE_ALL_NOTES"
msgid "All Comments"
msgstr "ሁሉንም አስተያየቶች"
-#: strings.hrc:768
+#: sw/inc/strings.hrc:770
msgctxt "STR_FORMAT_ALL_NOTES"
msgid "All Comments"
msgstr "ሁሉንም አስተያየቶች"
-#: strings.hrc:769
+#: sw/inc/strings.hrc:771
msgctxt "STR_DELETE_AUTHOR_NOTES"
msgid "Comments by "
msgstr "አስተያየቶች በ "
-#: strings.hrc:770
+#: sw/inc/strings.hrc:772
msgctxt "STR_NODATE"
msgid "(no date)"
msgstr "(ቀን የለም)"
-#: strings.hrc:771
+#: sw/inc/strings.hrc:773
msgctxt "STR_NOAUTHOR"
msgid "(no author)"
msgstr "(ደራሲ የለም)"
-#: strings.hrc:772
+#: sw/inc/strings.hrc:774
msgctxt "STR_REPLY"
msgid "Reply to $1"
msgstr "መልስ ወደ $1"
-#: strings.hrc:774
+#: sw/inc/strings.hrc:776
msgctxt "ST_TITLE_EDIT"
msgid "Edit Address Block"
msgstr "የአድራሻ መከልከያ ማረሚያ"
-#: strings.hrc:775
+#: sw/inc/strings.hrc:777
msgctxt "ST_TITLE_MALE"
msgid "Custom Salutation (Male Recipients)"
msgstr "ሰላምታ ማስተካከያ (ለ ወንድ ተቀባዮች)"
-#: strings.hrc:776
+#: sw/inc/strings.hrc:778
msgctxt "ST_TITLE_FEMALE"
msgid "Custom Salutation (Female Recipients)"
msgstr "ሰላምታ ማስተካከያ (ለ ሴት ተቀባዮች)"
-#: strings.hrc:777
+#: sw/inc/strings.hrc:779
msgctxt "ST_SALUTATIONELEMENTS"
msgid "Salutation e~lements"
msgstr "የሰላምታ አ~ካላት"
-#: strings.hrc:778
+#: sw/inc/strings.hrc:780
msgctxt "ST_INSERTSALUTATIONFIELD"
msgid "Add to salutation"
msgstr "ወደ ሰላምታ መጨመሪያ"
-#: strings.hrc:779
+#: sw/inc/strings.hrc:781
msgctxt "ST_REMOVESALUTATIONFIELD"
msgid "Remove from salutation"
msgstr "ከሰላምታ ውስጥ ማስወገጃ"
-#: strings.hrc:780
+#: sw/inc/strings.hrc:782
msgctxt "ST_DRAGSALUTATION"
msgid "1. ~Drag salutation elements into the box below"
msgstr "1. ~ይጎትቱ የ ሰላምታ አካሎችን እታች ወዳለው ሳጥን ውስጥ"
-#: strings.hrc:781
+#: sw/inc/strings.hrc:783
msgctxt "ST_SALUTATION"
msgid "Salutation"
msgstr "ሰላምታ"
-#: strings.hrc:782
+#: sw/inc/strings.hrc:784
msgctxt "ST_PUNCTUATION"
msgid "Punctuation Mark"
msgstr "የስርአት ነጥብ ምልክት"
-#: strings.hrc:783
+#: sw/inc/strings.hrc:785
msgctxt "ST_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:784
+#: sw/inc/strings.hrc:786
msgctxt "ST_SALUTATIONMATCHING"
msgid "Assign the fields from your data source to match the salutation elements."
msgstr "ሜዳዎችን መመደቢያ ከእርስዎ የዳታ ምንጭ ጋር እንዲስማሙ ከሰላምታ አካላት ጋር"
-#: strings.hrc:785
+#: sw/inc/strings.hrc:787
msgctxt "ST_SALUTATIONPREVIEW"
msgid "Salutation preview"
msgstr "የሰላምታ ቅድመ እይታ"
-#: strings.hrc:786
+#: sw/inc/strings.hrc:788
msgctxt "ST_ADDRESSELEMENT"
msgid "Address elements"
msgstr "የአድራሻ አካሎች"
-#: strings.hrc:787
+#: sw/inc/strings.hrc:789
msgctxt "ST_SALUTATIONELEMENT"
msgid "Salutation elements"
msgstr "የሰላምታ አካሎች"
-#: strings.hrc:788
+#: sw/inc/strings.hrc:790
msgctxt "ST_MATCHESTO"
msgid "Matches to field:"
msgstr "ወደ ሜዳው ተዛምዷል :"
-#: strings.hrc:789
+#: sw/inc/strings.hrc:791
msgctxt "ST_PREVIEW"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: strings.hrc:791
+#: sw/inc/strings.hrc:793
msgctxt "STR_NOTASSIGNED"
msgid " not yet matched "
msgstr " ገና አልተዛመደም "
-#: strings.hrc:792
+#: sw/inc/strings.hrc:794
msgctxt "STR_FILTER_ALL"
msgid "All files"
msgstr "ሁሉንም ፋይሎች"
-#: strings.hrc:793
+#: sw/inc/strings.hrc:795
msgctxt "STR_FILTER_ALL_DATA"
msgid "Address lists(*.*)"
msgstr "የአድራሻ ዝርዝሮች (*.*)"
-#: strings.hrc:794
+#: sw/inc/strings.hrc:796
msgctxt "STR_FILTER_SXB"
msgid "%PRODUCTNAME Base (*.odb)"
msgstr "%PRODUCTNAME Base (*.odb)"
-#: strings.hrc:795
+#: sw/inc/strings.hrc:797
msgctxt "STR_FILTER_SXC"
msgid "%PRODUCTNAME Calc (*.ods;*.sxc)"
msgstr "%PRODUCTNAME Calc (*.ods;*.sxc)"
-#: strings.hrc:796
+#: sw/inc/strings.hrc:798
msgctxt "STR_FILTER_SXW"
msgid "%PRODUCTNAME Writer (*.odt;*.sxw)"
msgstr "%PRODUCTNAME Writer (*.odt;*.sxw)"
-#: strings.hrc:797
+#: sw/inc/strings.hrc:799
msgctxt "STR_FILTER_DBF"
msgid "dBase (*.dbf)"
msgstr "dBase (*.dbf)"
-#: strings.hrc:798
+#: sw/inc/strings.hrc:800
msgctxt "STR_FILTER_XLS"
msgid "Microsoft Excel (*.xls;*.xlsx)"
msgstr "Microsoft Excel (*.xls;*.xlsx)"
-#: strings.hrc:799
+#: sw/inc/strings.hrc:801
msgctxt "STR_FILTER_DOC"
msgid "Microsoft Word (*.doc;*.docx)"
msgstr "Microsoft Word (*.doc;*.docx)"
-#: strings.hrc:800
+#: sw/inc/strings.hrc:802
msgctxt "STR_FILTER_TXT"
msgid "Plain text (*.txt)"
msgstr "Plain text (*.txt)"
-#: strings.hrc:801
+#: sw/inc/strings.hrc:803
msgctxt "STR_FILTER_CSV"
msgid "Text Comma Separated (*.csv)"
msgstr "Text Comma Separated (*.csv)"
-#: strings.hrc:802
+#: sw/inc/strings.hrc:804
msgctxt "STR_FILTER_MDB"
msgid "Microsoft Access (*.mdb;*.mde)"
msgstr "Microsoft Access (*.mdb;*.mde)"
-#: strings.hrc:803
+#: sw/inc/strings.hrc:805
msgctxt "STR_FILTER_ACCDB"
msgid "Microsoft Access 2007 (*.accdb,*.accde)"
msgstr "Microsoft Access 2007 (*.accdb,*.accde)"
-#: strings.hrc:804
+#: sw/inc/strings.hrc:806
msgctxt "ST_CONFIGUREMAIL"
msgid ""
"In order to be able to send mail merge documents by e-mail, %PRODUCTNAME requires information about the e-mail account to be used.\n"
@@ -4221,82 +4231,82 @@ msgstr ""
"\n"
"የ ኢ-ሜይል መግለጫ መረጃ አሁን ማስገባት ይፈልጋሉ?"
-#: strings.hrc:805
+#: sw/inc/strings.hrc:807
msgctxt "ST_FILTERNAME"
msgid "%PRODUCTNAME Address List (.csv)"
msgstr "%PRODUCTNAME የአድራሻ ዝርዝር (.csv)"
-#: strings.hrc:807
+#: sw/inc/strings.hrc:809
msgctxt "ST_STARTING"
msgid "Select starting document"
msgstr "የሚጀምረውን ሰነድ ይምረጡ"
-#: strings.hrc:808
+#: sw/inc/strings.hrc:810
msgctxt "ST_DOCUMENTTYPE"
msgid "Select document type"
msgstr "የ ሰነዱን አይነት ይምረጡ"
-#: strings.hrc:809
+#: sw/inc/strings.hrc:811
msgctxt "ST_ADDRESSBLOCK"
msgid "Insert address block"
msgstr "አድራሻ መከልከያውን ያስገቡ"
-#: strings.hrc:810
+#: sw/inc/strings.hrc:812
msgctxt "ST_ADDRESSLIST"
msgid "Select address list"
msgstr "የአድራሻ ዝርዝር ይምረጡ"
-#: strings.hrc:811
+#: sw/inc/strings.hrc:813
msgctxt "ST_GREETINGSLINE"
msgid "Create salutation"
msgstr "ሰላምታ መፍጠሪያ"
-#: strings.hrc:812
+#: sw/inc/strings.hrc:814
msgctxt "ST_LAYOUT"
msgid "Adjust layout"
msgstr "እቅድ ማስተካከያ"
-#: strings.hrc:813
+#: sw/inc/strings.hrc:815
msgctxt "ST_EXCLUDE"
msgid "Exclude recipient"
msgstr "ተቀባይ አትጨምር"
-#: strings.hrc:814
+#: sw/inc/strings.hrc:816
msgctxt "ST_FINISH"
msgid "~Finish"
msgstr "~ጨርሷል"
-#: strings.hrc:815
+#: sw/inc/strings.hrc:817
msgctxt "ST_MMWTITLE"
msgid "Mail Merge Wizard"
msgstr "የ ደብዳቤ ማዋሀጃ አዋቂ"
-#: strings.hrc:817
+#: sw/inc/strings.hrc:819
msgctxt "ST_NAME"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:818
+#: sw/inc/strings.hrc:820
msgctxt "ST_TYPE"
msgid "Type"
msgstr "አይነት"
-#: strings.hrc:819
+#: sw/inc/strings.hrc:821
msgctxt "ST_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:820
+#: sw/inc/strings.hrc:822
msgctxt "ST_QUERY"
msgid "Query"
msgstr "ጥያቄ"
-#: strings.hrc:822
+#: sw/inc/strings.hrc:824
msgctxt "STR_QUERY_SPELL_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "ከ ሰነዱ መጀመሪያ ጀምሮ መመርመር ልቀጥል?"
-#: strings.hrc:823
+#: sw/inc/strings.hrc:825
msgctxt "STR_SPELLING_COMPLETED"
msgid "The spellcheck is complete."
msgstr "ፊደል ማረሚያው ጨርሷል"
@@ -4305,212 +4315,212 @@ msgstr "ፊደል ማረሚያው ጨርሷል"
#. Description: strings for the types
#. --------------------------------------------------------------------
#. range document
-#: strings.hrc:829
+#: sw/inc/strings.hrc:831
msgctxt "STR_DATEFLD"
msgid "Date"
msgstr "ቀን"
-#: strings.hrc:830
+#: sw/inc/strings.hrc:832
msgctxt "STR_TIMEFLD"
msgid "Time"
msgstr "ሰአት"
-#: strings.hrc:831
+#: sw/inc/strings.hrc:833
msgctxt "STR_FILENAMEFLD"
msgid "File name"
msgstr "የ ፋይል ስም"
-#: strings.hrc:832
+#: sw/inc/strings.hrc:834
msgctxt "STR_DBNAMEFLD"
msgid "Database Name"
msgstr "የ ዳታቤዝ ስም"
-#: strings.hrc:833
+#: sw/inc/strings.hrc:835
msgctxt "STR_CHAPTERFLD"
msgid "Chapter"
msgstr "ምእራፍ"
-#: strings.hrc:834
+#: sw/inc/strings.hrc:836
msgctxt "STR_PAGENUMBERFLD"
msgid "Page numbers"
msgstr "የ ገጽ ቁጥሮች"
-#: strings.hrc:835
+#: sw/inc/strings.hrc:837
msgctxt "STR_DOCSTATFLD"
msgid "Statistics"
msgstr "ስታትስቲክስ"
-#: strings.hrc:836
+#: sw/inc/strings.hrc:838
msgctxt "STR_AUTHORFLD"
msgid "Author"
msgstr "ደራሲው"
-#: strings.hrc:837
+#: sw/inc/strings.hrc:839
msgctxt "STR_TEMPLNAMEFLD"
msgid "Templates"
msgstr "ቴምፕሌትስ"
-#: strings.hrc:838
+#: sw/inc/strings.hrc:840
msgctxt "STR_EXTUSERFLD"
msgid "Sender"
msgstr "ላኪው"
#. range functions
-#: strings.hrc:840
+#: sw/inc/strings.hrc:842
msgctxt "STR_SETFLD"
msgid "Set variable"
msgstr "ተለዋዋጭ ማሰናጃ"
-#: strings.hrc:841
+#: sw/inc/strings.hrc:843
msgctxt "STR_GETFLD"
msgid "Show variable"
msgstr "ተለዋዋጭ ማሳያ"
-#: strings.hrc:842
+#: sw/inc/strings.hrc:844
msgctxt "STR_FORMELFLD"
msgid "Insert Formula"
msgstr "መቀመሪያ ማስገቢያ"
-#: strings.hrc:843
+#: sw/inc/strings.hrc:845
msgctxt "STR_INPUTFLD"
msgid "Input field"
msgstr "ማስገቢያ ሜዳ"
-#: strings.hrc:844
+#: sw/inc/strings.hrc:846
msgctxt "STR_SETINPUTFLD"
msgid "Input field (variable)"
msgstr "ማስገቢያ ሜዳ (ተለዋዋጭ)"
-#: strings.hrc:845
+#: sw/inc/strings.hrc:847
msgctxt "STR_USRINPUTFLD"
msgid "Input field (user)"
msgstr "ማስገቢያ ሜዳ (ተጠቃሚ)"
-#: strings.hrc:846
+#: sw/inc/strings.hrc:848
msgctxt "STR_CONDTXTFLD"
msgid "Conditional text"
msgstr "እንደ ሁኔታው ጽሁፍ"
-#: strings.hrc:847
+#: sw/inc/strings.hrc:849
msgctxt "STR_DDEFLD"
msgid "DDE field"
msgstr "DDE field"
-#: strings.hrc:848
+#: sw/inc/strings.hrc:850
msgctxt "STR_MACROFLD"
msgid "Execute macro"
msgstr "Execute macro"
-#: strings.hrc:849
+#: sw/inc/strings.hrc:851
msgctxt "STR_SEQFLD"
msgid "Number range"
msgstr "የቁጥር መጠን"
-#: strings.hrc:850
+#: sw/inc/strings.hrc:852
msgctxt "STR_SETREFPAGEFLD"
msgid "Set page variable"
msgstr "የ ገጽ ተለዋዋጭ ማሰናጃ"
-#: strings.hrc:851
+#: sw/inc/strings.hrc:853
msgctxt "STR_GETREFPAGEFLD"
msgid "Show page variable"
msgstr "የገጽ ተለዋዋጭ ማሳያ"
-#: strings.hrc:852
+#: sw/inc/strings.hrc:854
msgctxt "STR_INTERNETFLD"
msgid "Load URL"
msgstr "URL መጫኛ"
-#: strings.hrc:853
+#: sw/inc/strings.hrc:855
msgctxt "STR_JUMPEDITFLD"
msgid "Placeholder"
msgstr "ቦታ ያዢ"
-#: strings.hrc:854
+#: sw/inc/strings.hrc:856
msgctxt "STR_COMBINED_CHARS"
msgid "Combine characters"
msgstr "ባህሪዎች መቀላቀያ"
-#: strings.hrc:855
+#: sw/inc/strings.hrc:857
msgctxt "STR_DROPDOWN"
msgid "Input list"
msgstr "ማስገቢያ ዝርዝር"
#. range references
-#: strings.hrc:857
+#: sw/inc/strings.hrc:859
msgctxt "STR_SETREFFLD"
msgid "Set Reference"
msgstr "ማመሳከሪያ ማሰናጃ"
-#: strings.hrc:858
+#: sw/inc/strings.hrc:860
msgctxt "STR_GETREFFLD"
msgid "Insert Reference"
msgstr "ማመሳከሪያ ማስገቢያ"
#. range database
-#: strings.hrc:860
+#: sw/inc/strings.hrc:862
msgctxt "STR_DBFLD"
msgid "Mail merge fields"
msgstr "የ ደብዳቤ ማዋሀጃ ሜዳዎች"
-#: strings.hrc:861
+#: sw/inc/strings.hrc:863
msgctxt "STR_DBNEXTSETFLD"
msgid "Next record"
msgstr "የሚቀጥለው መዝገብ"
-#: strings.hrc:862
+#: sw/inc/strings.hrc:864
msgctxt "STR_DBNUMSETFLD"
msgid "Any record"
msgstr "ማንኛውም መዝገብ"
-#: strings.hrc:863
+#: sw/inc/strings.hrc:865
msgctxt "STR_DBSETNUMBERFLD"
msgid "Record number"
msgstr "ከፍተኛ ቁጥር"
-#: strings.hrc:864
+#: sw/inc/strings.hrc:866
msgctxt "STR_PREVPAGEFLD"
msgid "Previous page"
msgstr "ቀደም ያለው ገጽ"
-#: strings.hrc:865
+#: sw/inc/strings.hrc:867
msgctxt "STR_NEXTPAGEFLD"
msgid "Next page"
msgstr "የሚቀጥለው ገጽ"
-#: strings.hrc:866
+#: sw/inc/strings.hrc:868
msgctxt "STR_HIDDENTXTFLD"
msgid "Hidden text"
msgstr "የተደበቀ ጽሁፍ"
#. range user fields
-#: strings.hrc:868
+#: sw/inc/strings.hrc:870
msgctxt "STR_USERFLD"
msgid "User Field"
msgstr "የ ተጠቃሚ ሜዳ"
-#: strings.hrc:869
+#: sw/inc/strings.hrc:871
msgctxt "STR_POSTITFLD"
msgid "Note"
msgstr "ማስታወሻ"
-#: strings.hrc:870
+#: sw/inc/strings.hrc:872
msgctxt "STR_SCRIPTFLD"
msgid "Script"
msgstr "ጽሁፍ"
-#: strings.hrc:871
+#: sw/inc/strings.hrc:873
msgctxt "STR_AUTHORITY"
msgid "Bibliography entry"
msgstr "የ ጽሁፎች ዝርዝር ማስገቢያ..."
-#: strings.hrc:872
+#: sw/inc/strings.hrc:874
msgctxt "STR_HIDDENPARAFLD"
msgid "Hidden Paragraph"
msgstr "የተደበቀ አንቀጽ"
#. range DocumentInfo
-#: strings.hrc:874
+#: sw/inc/strings.hrc:876
msgctxt "STR_DOCINFOFLD"
msgid "DocInformation"
msgstr "የ ሰነድ መረጃ"
@@ -4518,74 +4528,74 @@ msgstr "የ ሰነድ መረጃ"
#. --------------------------------------------------------------------
#. Description: SubCmd-Strings
#. --------------------------------------------------------------------
-#: strings.hrc:878
+#: sw/inc/strings.hrc:880
msgctxt "FLD_DATE_STD"
msgid "Date"
msgstr "ቀን"
-#: strings.hrc:879
+#: sw/inc/strings.hrc:881
msgctxt "FLD_DATE_FIX"
msgid "Date (fixed)"
msgstr "ቀን (የተወሰነ)"
-#: strings.hrc:880
+#: sw/inc/strings.hrc:882
msgctxt "FLD_TIME_STD"
msgid "Time"
msgstr "ሰአት"
-#: strings.hrc:881
+#: sw/inc/strings.hrc:883
msgctxt "FLD_TIME_FIX"
msgid "Time (fixed)"
msgstr "ሰአት (የተወሰነ)"
#. SubCmd Statistic
-#: strings.hrc:883
+#: sw/inc/strings.hrc:885
msgctxt "FLD_STAT_TABLE"
msgid "Tables"
msgstr "ሰንጠረዦች"
-#: strings.hrc:884
+#: sw/inc/strings.hrc:886
msgctxt "FLD_STAT_CHAR"
msgid "Characters"
msgstr "ባህሪዎች"
-#: strings.hrc:885
+#: sw/inc/strings.hrc:887
msgctxt "FLD_STAT_WORD"
msgid "Words"
msgstr "ቃላቶች"
-#: strings.hrc:886
+#: sw/inc/strings.hrc:888
msgctxt "FLD_STAT_PARA"
msgid "Paragraphs"
msgstr "አንቀጾች"
-#: strings.hrc:887
+#: sw/inc/strings.hrc:889
msgctxt "FLD_STAT_GRF"
msgid "Image"
msgstr "ምስል"
-#: strings.hrc:888
+#: sw/inc/strings.hrc:890
msgctxt "FLD_STAT_OBJ"
msgid "Objects"
msgstr "እቃዎች"
-#: strings.hrc:889
+#: sw/inc/strings.hrc:891
msgctxt "FLD_STAT_PAGE"
msgid "Pages"
msgstr "ገጾች"
#. SubCmd DDETypes
-#: strings.hrc:891
+#: sw/inc/strings.hrc:893
msgctxt "FMT_DDE_HOT"
msgid "DDE automatic"
msgstr "DDE automatic"
-#: strings.hrc:892
+#: sw/inc/strings.hrc:894
msgctxt "FMT_DDE_NORMAL"
msgid "DDE manual"
msgstr "DDE manual"
-#: strings.hrc:893
+#: sw/inc/strings.hrc:895
msgctxt "FLD_INPUT_TEXT"
msgid "[Text]"
msgstr "[ጽሁፍ]"
@@ -4593,87 +4603,87 @@ msgstr "[ጽሁፍ]"
#. --------------------------------------------------------------------
#. Description: SubType Extuser
#. --------------------------------------------------------------------
-#: strings.hrc:898
+#: sw/inc/strings.hrc:900
msgctxt "FLD_EU_FIRMA"
msgid "Company"
msgstr "ድርጅት"
-#: strings.hrc:899
+#: sw/inc/strings.hrc:901
msgctxt "FLD_EU_VORNAME"
msgid "First Name"
msgstr "የ መጀመሪያ ስም"
-#: strings.hrc:900
+#: sw/inc/strings.hrc:902
msgctxt "FLD_EU_NAME"
msgid "Last Name"
msgstr "የ አባት ስም"
-#: strings.hrc:901
+#: sw/inc/strings.hrc:903
msgctxt "FLD_EU_ABK"
msgid "Initials"
msgstr "መነሻዎች"
-#: strings.hrc:902
+#: sw/inc/strings.hrc:904
msgctxt "FLD_EU_STRASSE"
msgid "Street"
msgstr "መንገድ"
-#: strings.hrc:903
+#: sw/inc/strings.hrc:905
msgctxt "FLD_EU_LAND"
msgid "Country"
msgstr "አገር"
-#: strings.hrc:904
+#: sw/inc/strings.hrc:906
msgctxt "FLD_EU_PLZ"
msgid "Zip code"
msgstr "ፖሳቁ"
-#: strings.hrc:905
+#: sw/inc/strings.hrc:907
msgctxt "FLD_EU_ORT"
msgid "City"
msgstr "ከተማ"
-#: strings.hrc:906
+#: sw/inc/strings.hrc:908
msgctxt "FLD_EU_TITEL"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:907
+#: sw/inc/strings.hrc:909
msgctxt "FLD_EU_POS"
msgid "Position"
msgstr "ቦታ"
-#: strings.hrc:908
+#: sw/inc/strings.hrc:910
msgctxt "FLD_EU_TELPRIV"
msgid "Tel. (Home)"
msgstr "ስልክ (የ ቤት)"
-#: strings.hrc:909
+#: sw/inc/strings.hrc:911
msgctxt "FLD_EU_TELFIRMA"
msgid "Tel. (Work)"
msgstr "ስልክ (የስራ)"
-#: strings.hrc:910
+#: sw/inc/strings.hrc:912
msgctxt "FLD_EU_FAX"
msgid "FAX"
msgstr "ፋክስ"
-#: strings.hrc:911
+#: sw/inc/strings.hrc:913
msgctxt "FLD_EU_EMAIL"
msgid "E-mail"
msgstr "ኢ-ሜይል"
-#: strings.hrc:912
+#: sw/inc/strings.hrc:914
msgctxt "FLD_EU_STATE"
msgid "State"
msgstr "አገር"
-#: strings.hrc:913
+#: sw/inc/strings.hrc:915
msgctxt "FLD_PAGEREF_OFF"
msgid "off"
msgstr "ማጥፊያ"
-#: strings.hrc:914
+#: sw/inc/strings.hrc:916
msgctxt "FLD_PAGEREF_ON"
msgid "on"
msgstr "ማብሪያ"
@@ -4682,32 +4692,32 @@ msgstr "ማብሪያ"
#. Description: path name
#. --------------------------------------------------------------------
#. Format FileName
-#: strings.hrc:919
+#: sw/inc/strings.hrc:921
msgctxt "FMT_FF_NAME"
msgid "File name"
msgstr "የ ፋይል ስም"
-#: strings.hrc:920
+#: sw/inc/strings.hrc:922
msgctxt "FMT_FF_NAME_NOEXT"
msgid "File name without extension"
msgstr "የ ፋይሉ ስም ያለ ተጨማሪ"
-#: strings.hrc:921
+#: sw/inc/strings.hrc:923
msgctxt "FMT_FF_PATHNAME"
msgid "Path/File name"
msgstr "መንገድ/የ ፋይል ስም"
-#: strings.hrc:922
+#: sw/inc/strings.hrc:924
msgctxt "FMT_FF_PATH"
msgid "Path"
msgstr "መንገድ"
-#: strings.hrc:923
+#: sw/inc/strings.hrc:925
msgctxt "FMT_FF_UI_NAME"
msgid "Style"
msgstr "ዘዴ"
-#: strings.hrc:924
+#: sw/inc/strings.hrc:926
msgctxt "FMT_FF_UI_RANGE"
msgid "Category"
msgstr "ምድብ"
@@ -4715,22 +4725,22 @@ msgstr "ምድብ"
#. --------------------------------------------------------------------
#. Description: format chapter
#. --------------------------------------------------------------------
-#: strings.hrc:928
+#: sw/inc/strings.hrc:930
msgctxt "FMT_CHAPTER_NAME"
msgid "Chapter name"
msgstr "የምእራፍ ስም"
-#: strings.hrc:929
+#: sw/inc/strings.hrc:931
msgctxt "FMT_CHAPTER_NO"
msgid "Chapter number"
msgstr "የምእራፍ ቁጥር"
-#: strings.hrc:930
+#: sw/inc/strings.hrc:932
msgctxt "FMT_CHAPTER_NO_NOSEPARATOR"
msgid "Chapter number without separator"
msgstr "የ ምእራፍ ቁጥር ያለ መለያ"
-#: strings.hrc:931
+#: sw/inc/strings.hrc:933
msgctxt "FMT_CHAPTER_NAMENO"
msgid "Chapter number and name"
msgstr "የምእራፍ ቁጥር እና ስም"
@@ -4738,47 +4748,47 @@ msgstr "የምእራፍ ቁጥር እና ስም"
#. --------------------------------------------------------------------
#. Description: formats
#. --------------------------------------------------------------------
-#: strings.hrc:935
+#: sw/inc/strings.hrc:937
msgctxt "FMT_NUM_ABC"
msgid "A B C"
msgstr "A B C"
-#: strings.hrc:936
+#: sw/inc/strings.hrc:938
msgctxt "FMT_NUM_SABC"
msgid "a b c"
msgstr "a b c"
-#: strings.hrc:937
+#: sw/inc/strings.hrc:939
msgctxt "FMT_NUM_ABC_N"
msgid "A .. AA .. AAA"
msgstr "A .. AA .. AAA"
-#: strings.hrc:938
+#: sw/inc/strings.hrc:940
msgctxt "FMT_NUM_SABC_N"
msgid "a .. aa .. aaa"
msgstr "a .. aa .. aaa"
-#: strings.hrc:939
+#: sw/inc/strings.hrc:941
msgctxt "FMT_NUM_ROMAN"
msgid "Roman (I II III)"
msgstr "የሮማን (I II III)"
-#: strings.hrc:940
+#: sw/inc/strings.hrc:942
msgctxt "FMT_NUM_SROMAN"
msgid "Roman (i ii iii)"
msgstr "የሮማን (i ii iii)"
-#: strings.hrc:941
+#: sw/inc/strings.hrc:943
msgctxt "FMT_NUM_ARABIC"
msgid "Arabic (1 2 3)"
msgstr "የአረብኛ (1 2 3)"
-#: strings.hrc:942
+#: sw/inc/strings.hrc:944
msgctxt "FMT_NUM_PAGEDESC"
msgid "As Page Style"
msgstr "እንደ ገጽ ዘዴ"
-#: strings.hrc:943
+#: sw/inc/strings.hrc:945
msgctxt "FMT_NUM_PAGESPECIAL"
msgid "Text"
msgstr "ጽሁፍ"
@@ -4786,12 +4796,12 @@ msgstr "ጽሁፍ"
#. --------------------------------------------------------------------
#. Description: Author
#. --------------------------------------------------------------------
-#: strings.hrc:947
+#: sw/inc/strings.hrc:949
msgctxt "FMT_AUTHOR_NAME"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:948
+#: sw/inc/strings.hrc:950
msgctxt "FMT_AUTHOR_SCUT"
msgid "Initials"
msgstr "መነሻዎች"
@@ -4799,42 +4809,42 @@ msgstr "መነሻዎች"
#. --------------------------------------------------------------------
#. Description: set variable
#. --------------------------------------------------------------------
-#: strings.hrc:952
+#: sw/inc/strings.hrc:954
msgctxt "FMT_SETVAR_SYS"
msgid "System"
msgstr "ስርአት"
-#: strings.hrc:953
+#: sw/inc/strings.hrc:955
msgctxt "FMT_SETVAR_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:954
+#: sw/inc/strings.hrc:956
msgctxt "FMT_GETVAR_NAME"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:955
+#: sw/inc/strings.hrc:957
msgctxt "FMT_GETVAR_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:956
+#: sw/inc/strings.hrc:958
msgctxt "FMT_USERVAR_CMD"
msgid "Formula"
msgstr "መቀመሪያ"
-#: strings.hrc:957
+#: sw/inc/strings.hrc:959
msgctxt "FMT_USERVAR_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:958
+#: sw/inc/strings.hrc:960
msgctxt "FMT_DBFLD_DB"
msgid "Database"
msgstr "ዳታቤዝ"
-#: strings.hrc:959
+#: sw/inc/strings.hrc:961
msgctxt "FMT_DBFLD_SYS"
msgid "System"
msgstr "ስርአት"
@@ -4842,17 +4852,17 @@ msgstr "ስርአት"
#. --------------------------------------------------------------------
#. Description: storage fields
#. --------------------------------------------------------------------
-#: strings.hrc:963
+#: sw/inc/strings.hrc:965
msgctxt "FMT_REG_AUTHOR"
msgid "Author"
msgstr "ደራሲው"
-#: strings.hrc:964
+#: sw/inc/strings.hrc:966
msgctxt "FMT_REG_TIME"
msgid "Time"
msgstr "ሰአት"
-#: strings.hrc:965
+#: sw/inc/strings.hrc:967
msgctxt "FMT_REG_DATE"
msgid "Date"
msgstr "ቀን"
@@ -4860,85 +4870,95 @@ msgstr "ቀን"
#. --------------------------------------------------------------------
#. Description: formats references
#. --------------------------------------------------------------------
-#: strings.hrc:969
+#: sw/inc/strings.hrc:971
msgctxt "FMT_REF_TEXT"
msgid "Reference"
msgstr "ማመሳከሪያ"
-#: strings.hrc:970
+#: sw/inc/strings.hrc:972
msgctxt "FMT_REF_PAGE"
msgid "Page"
msgstr "ገጽ"
-#: strings.hrc:971
+#: sw/inc/strings.hrc:973
msgctxt "FMT_REF_CHAPTER"
msgid "Chapter"
msgstr "ምእራፍ"
-#: strings.hrc:972
+#: sw/inc/strings.hrc:974
msgctxt "FMT_REF_UPDOWN"
msgid "Above/Below"
msgstr "ከ ላይ/ከ ታች"
-#: strings.hrc:973
+#: sw/inc/strings.hrc:975
msgctxt "FMT_REF_PAGE_PGDSC"
msgid "As Page Style"
msgstr "እንደ ገጽ ዘዴ"
-#: strings.hrc:974
+#: sw/inc/strings.hrc:976
msgctxt "FMT_REF_ONLYNUMBER"
msgid "Category and Number"
msgstr "ምድብ እና ቁጥር"
-#: strings.hrc:975
+#: sw/inc/strings.hrc:977
msgctxt "FMT_REF_ONLYCAPTION"
msgid "Caption Text"
msgstr "የመግለጫ ጽሁፍ"
-#: strings.hrc:976
+#: sw/inc/strings.hrc:978
msgctxt "FMT_REF_ONLYSEQNO"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: strings.hrc:977
+#: sw/inc/strings.hrc:979
msgctxt "FMT_REF_NUMBER"
msgid "Number"
msgstr "ቁጥር"
-#: strings.hrc:978
+#: sw/inc/strings.hrc:980
msgctxt "FMT_REF_NUMBER_NO_CONTEXT"
msgid "Number (no context)"
msgstr "ቁጥር (አገባብ የለውም)"
-#: strings.hrc:979
+#: sw/inc/strings.hrc:981
msgctxt "FMT_REF_NUMBER_FULL_CONTEXT"
msgid "Number (full context)"
msgstr "ቁጥር (ሙሉ አገባብ አለው)"
+#: sw/inc/strings.hrc:983
+msgctxt "FMT_REF_WITH_LOWERCASE_HU_ARTICLE"
+msgid "Article a/az + "
+msgstr "ጽሁፍ ከ a/az + "
+
+#: sw/inc/strings.hrc:984
+msgctxt "FMT_REF_WITH_UPPERCASE_HU_ARTICLE"
+msgid "Article A/Az + "
+msgstr "ጽሁፍ ከ A/Az + "
+
#. --------------------------------------------------------------------
#. Description: placeholder
#. --------------------------------------------------------------------
-#: strings.hrc:983
+#: sw/inc/strings.hrc:988
msgctxt "FMT_MARK_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:984
+#: sw/inc/strings.hrc:989
msgctxt "FMT_MARK_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:985
+#: sw/inc/strings.hrc:990
msgctxt "FMT_MARK_FRAME"
msgid "Frame"
msgstr "ክፈፍ"
-#: strings.hrc:986
+#: sw/inc/strings.hrc:991
msgctxt "FMT_MARK_GRAFIC"
msgid "Image"
msgstr "ምስል"
-#: strings.hrc:987
+#: sw/inc/strings.hrc:992
msgctxt "FMT_MARK_OLE"
msgid "Object"
msgstr "እቃ"
@@ -4946,1288 +4966,1232 @@ msgstr "እቃ"
#. --------------------------------------------------------------------
#. Description: ExchangeStrings for Edit/NameFT
#. --------------------------------------------------------------------
-#: strings.hrc:991
+#: sw/inc/strings.hrc:996
msgctxt "STR_COND"
msgid "~Condition"
msgstr "~ሁኔታው"
-#: strings.hrc:992
+#: sw/inc/strings.hrc:997
msgctxt "STR_TEXT"
msgid "Then, Else"
msgstr "ከዚያ ፡ ተጨማሪ"
-#: strings.hrc:993
+#: sw/inc/strings.hrc:998
msgctxt "STR_DDE_CMD"
msgid "DDE Statement"
msgstr "DDE Statement"
-#: strings.hrc:994
+#: sw/inc/strings.hrc:999
msgctxt "STR_INSTEXT"
msgid "Hidden t~ext"
msgstr "የተደበቀ ጽ~ሁፍ"
-#: strings.hrc:995
+#: sw/inc/strings.hrc:1000
msgctxt "STR_MACNAME"
msgid "~Macro name"
msgstr "የ ~Macro ስም"
-#: strings.hrc:996
+#: sw/inc/strings.hrc:1001
msgctxt "STR_PROMPT"
msgid "~Reference"
msgstr "~ማመሳከሪያ"
-#: strings.hrc:997
+#: sw/inc/strings.hrc:1002
msgctxt "STR_COMBCHRS_FT"
msgid "Ch~aracters"
msgstr "ባህ~ሪዎች"
-#: strings.hrc:998
+#: sw/inc/strings.hrc:1003
msgctxt "STR_OFFSET"
msgid "O~ffset"
msgstr "ማ~ካካሻ"
-#: strings.hrc:999
+#: sw/inc/strings.hrc:1004
msgctxt "STR_VALUE"
msgid "Value"
msgstr "ዋጋ"
-#: strings.hrc:1000
+#: sw/inc/strings.hrc:1005
msgctxt "STR_FORMULA"
msgid "Formula"
msgstr "መቀመሪያ"
-#: strings.hrc:1001
+#: sw/inc/strings.hrc:1006
msgctxt "STR_CUSTOM_FIELD"
msgid "Custom"
msgstr "ማስተካከያ"
-#: strings.hrc:1003
+#: sw/inc/strings.hrc:1008
msgctxt "STR_CUSTOM_LABEL"
msgid "[User]"
msgstr "[ተጠቃሚ]"
-#: strings.hrc:1005
+#: sw/inc/strings.hrc:1010
msgctxt "STR_HDIST"
msgid "H. Pitch"
msgstr "የአግድም . ማሰናጃ"
-#: strings.hrc:1006
+#: sw/inc/strings.hrc:1011
msgctxt "STR_VDIST"
msgid "V. Pitch"
msgstr "የቁመት . ማሰናጃ"
-#: strings.hrc:1007
+#: sw/inc/strings.hrc:1012
msgctxt "STR_WIDTH"
msgid "Width"
msgstr "ስፋት"
-#: strings.hrc:1008
+#: sw/inc/strings.hrc:1013
msgctxt "STR_HEIGHT"
msgid "Height"
msgstr "እርዝመት"
-#: strings.hrc:1009
+#: sw/inc/strings.hrc:1014
msgctxt "STR_LEFT"
msgid "Left margin"
msgstr "የ ግራ መስመር"
-#: strings.hrc:1010
+#: sw/inc/strings.hrc:1015
msgctxt "STR_UPPER"
msgid "Top margin"
msgstr "የ ላይ መስመር"
-#: strings.hrc:1011
+#: sw/inc/strings.hrc:1016
msgctxt "STR_COLS"
msgid "Columns"
msgstr "አምዶች"
-#: strings.hrc:1012
+#: sw/inc/strings.hrc:1017
msgctxt "STR_ROWS"
msgid "Rows"
msgstr "ረድፎች"
-#: strings.hrc:1014
+#: sw/inc/strings.hrc:1019
msgctxt "STR_SERVICE_UNAVAILABLE"
msgid "The following service is not available: "
msgstr "የሚቀጥለው ግልጋሎት ዝግጁ አይደለም: "
-#: strings.hrc:1016
+#: sw/inc/strings.hrc:1021
msgctxt "STR_WORDCOUNT_HINT"
msgid "Word and character count. Click to open Word Count dialog."
msgstr "ቃላት እና ባህሪ መቁጠሪያ: ይጫኑ ለ መክፈት የ መቁጠሪያ ንግግር"
-#: strings.hrc:1017
+#: sw/inc/strings.hrc:1022
msgctxt "STR_VIEWLAYOUT_ONE"
msgid "Single-page view"
msgstr "በ ነጠላ-ገጽ መመልከቻ"
-#: strings.hrc:1018
+#: sw/inc/strings.hrc:1023
msgctxt "STR_VIEWLAYOUT_MULTI"
msgid "Multiple-page view"
msgstr "በርካታ-ገጽ መመልከቻ"
-#: strings.hrc:1019
+#: sw/inc/strings.hrc:1024
msgctxt "STR_VIEWLAYOUT_BOOK"
msgid "Book view"
msgstr "በ መጽሀፍ መመልከቻ"
-#: strings.hrc:1020
+#: sw/inc/strings.hrc:1025
msgctxt "STR_BOOKCTRL_HINT"
-msgid "Page number in document. Click to open Navigator window or right-click for bookmark list."
+msgid "Page number in document. Click to open Go to Page dialog or right-click for bookmark list."
msgstr "የ ገጽ ቁጥር በ ሰነድ ውስጥ: ይጫኑ የ መቃኛ መስኮት ለመክፈት ወይንም በ ቀኝ-ይጫኑ ለ ምልክት ማድረጊያ ዝርዝር"
-#: strings.hrc:1021
+#: sw/inc/strings.hrc:1026
msgctxt "STR_BOOKCTRL_HINT_EXTENDED"
-msgid "Page number in document (Page number on printed document). Click to open Navigator window."
-msgstr "የ ገጽ ቁጥር በ ሰነድ ውስጥ (የ ገጽ ቁጥር በታተመ ሰነድ ላይ) ይጫኑ ለ መክፈት የ መቃኛ መስኮት"
+msgid "Page number in document (Page number on printed document). Click to open Go to Page dialog."
+msgstr "የ ገጽ ቁጥር በ ሰነድ ውስጥ (የ ገጽ ቁጥር በ ታተመ ሰነድ ላይ) ይጫኑ ለ መክፈት የ መሄጃ ወደ ገጽ ንግግር"
-#: strings.hrc:1022
+#: sw/inc/strings.hrc:1027
msgctxt "STR_TMPLCTRL_HINT"
msgid "Page Style. Right-click to change style or click to open Style dialog."
msgstr "የ ገጽ ዘዴ በ ቀኝ-ይጫኑ ዘዴውን ለመቀየር ወይንም የ ዘዴ ንግግርን ይክፈቱ"
#. Strings for textual attributes.
-#: strings.hrc:1025
+#: sw/inc/strings.hrc:1030
msgctxt "STR_DROP_OVER"
msgid "Drop Caps over"
msgstr "ፊደል በ ትልቁ መጻፊያ"
-#: strings.hrc:1026
+#: sw/inc/strings.hrc:1031
msgctxt "STR_DROP_LINES"
msgid "rows"
msgstr "ረድፎች"
-#: strings.hrc:1027
+#: sw/inc/strings.hrc:1032
msgctxt "STR_NO_DROP_LINES"
msgid "No Drop Caps"
msgstr "ፊደል በ ትልቁ መጻፊያ የለም"
-#: strings.hrc:1028
+#: sw/inc/strings.hrc:1033
msgctxt "STR_NO_PAGEDESC"
msgid "No page break"
msgstr "የ ገጽ መጨረሻ የለም"
-#: strings.hrc:1029
+#: sw/inc/strings.hrc:1034
msgctxt "STR_NO_MIRROR"
msgid "Don't mirror"
msgstr "አታንፀባርቅ"
-#: strings.hrc:1030
+#: sw/inc/strings.hrc:1035
msgctxt "STR_VERT_MIRROR"
msgid "Flip vertically"
msgstr "በ ቁመት መገልበጫ"
-#: strings.hrc:1031
+#: sw/inc/strings.hrc:1036
msgctxt "STR_HORI_MIRROR"
msgid "Flip horizontal"
msgstr "በ አግድም መገልበጫ"
-#: strings.hrc:1032
+#: sw/inc/strings.hrc:1037
msgctxt "STR_BOTH_MIRROR"
msgid "Horizontal and Vertical Flip"
msgstr "በ አግድም እና በ ቁመት መገልበጫ"
-#: strings.hrc:1033
+#: sw/inc/strings.hrc:1038
msgctxt "STR_MIRROR_TOGGLE"
msgid "+ mirror horizontal on even pages"
msgstr "+ ማንፀባረቂያ በ አግድም በሙሉ ገጽ ላይ"
-#: strings.hrc:1034
+#: sw/inc/strings.hrc:1039
msgctxt "STR_CHARFMT"
msgid "Character Style"
msgstr "የ ባህሪ ዘዴ"
-#: strings.hrc:1035
+#: sw/inc/strings.hrc:1040
msgctxt "STR_NO_CHARFMT"
msgid "No Character Style"
msgstr "ምንም የ ባህሪ ዘዴ የለም"
-#: strings.hrc:1036
+#: sw/inc/strings.hrc:1041
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr "ግርጌ"
-#: strings.hrc:1037
+#: sw/inc/strings.hrc:1042
msgctxt "STR_NO_FOOTER"
msgid "No footer"
msgstr "ግርጌ የለም"
-#: strings.hrc:1038
+#: sw/inc/strings.hrc:1043
msgctxt "STR_HEADER"
msgid "Header"
msgstr "ራስጌ"
-#: strings.hrc:1039
+#: sw/inc/strings.hrc:1044
msgctxt "STR_NO_HEADER"
msgid "No header"
msgstr "ራስጌ የለም"
-#: strings.hrc:1040
+#: sw/inc/strings.hrc:1045
msgctxt "STR_SURROUND_IDEAL"
msgid "Optimal wrap"
msgstr "አጥጋቢ መጠቅለያ"
-#: strings.hrc:1041
+#: sw/inc/strings.hrc:1046
msgctxt "STR_SURROUND_NONE"
msgid "No wrap"
msgstr "መጠቅለያ የለም"
-#: strings.hrc:1042
+#: sw/inc/strings.hrc:1047
msgctxt "STR_SURROUND_THROUGH"
msgid "Through"
msgstr "በሙሉ"
-#: strings.hrc:1043
+#: sw/inc/strings.hrc:1048
msgctxt "STR_SURROUND_PARALLEL"
msgid "Parallel wrap"
msgstr "አጓዳኝ መጠቅለያ"
-#: strings.hrc:1044
+#: sw/inc/strings.hrc:1049
msgctxt "STR_SURROUND_LEFT"
msgid "Left wrap"
msgstr "በ ግራ መጠቅለያ"
-#: strings.hrc:1045
+#: sw/inc/strings.hrc:1050
msgctxt "STR_SURROUND_RIGHT"
msgid "Right wrap"
msgstr "በ ቀኝ መጠቅለያ"
-#: strings.hrc:1046
+#: sw/inc/strings.hrc:1051
msgctxt "STR_SURROUND_ANCHORONLY"
msgid "(Anchor only)"
msgstr "(ማስቆሚያ ብቻ)"
-#: strings.hrc:1047
+#: sw/inc/strings.hrc:1052
msgctxt "STR_FRM_WIDTH"
msgid "Width:"
msgstr "ስፋት:"
-#: strings.hrc:1048
+#: sw/inc/strings.hrc:1053
msgctxt "STR_FRM_FIXEDHEIGHT"
msgid "Fixed height:"
msgstr "የተወሰነ እርዝመት:"
-#: strings.hrc:1049
+#: sw/inc/strings.hrc:1054
msgctxt "STR_FRM_MINHEIGHT"
msgid "Min. height:"
msgstr "ዝቅተኛ እርዝመት:"
-#: strings.hrc:1050
+#: sw/inc/strings.hrc:1055
msgctxt "STR_FLY_AT_PARA"
msgid "to paragraph"
msgstr "ወደ አንቀጽ"
-#: strings.hrc:1051
+#: sw/inc/strings.hrc:1056
msgctxt "STR_FLY_AS_CHAR"
msgid "to character"
msgstr "ወደ ባህሪ"
-#: strings.hrc:1052
+#: sw/inc/strings.hrc:1057
msgctxt "STR_FLY_AT_PAGE"
msgid "to page"
msgstr "ወደ ገጽ"
-#: strings.hrc:1053
+#: sw/inc/strings.hrc:1058
msgctxt "STR_POS_X"
msgid "X Coordinate:"
msgstr "X Coordinate:"
-#: strings.hrc:1054
+#: sw/inc/strings.hrc:1059
msgctxt "STR_POS_Y"
msgid "Y Coordinate:"
msgstr "Y Coordinate:"
-#: strings.hrc:1055
+#: sw/inc/strings.hrc:1060
msgctxt "STR_VERT_TOP"
msgid "at top"
msgstr "ከ ላይ"
-#: strings.hrc:1056
+#: sw/inc/strings.hrc:1061
msgctxt "STR_VERT_CENTER"
msgid "Centered vertically"
msgstr "መሀከል በ ቁመት"
-#: strings.hrc:1057
+#: sw/inc/strings.hrc:1062
msgctxt "STR_VERT_BOTTOM"
msgid "at bottom"
msgstr "ከ ታች"
-#: strings.hrc:1058
+#: sw/inc/strings.hrc:1063
msgctxt "STR_LINE_TOP"
msgid "Top of line"
msgstr "ከ መስመሩ በላይ"
-#: strings.hrc:1059
+#: sw/inc/strings.hrc:1064
msgctxt "STR_LINE_CENTER"
msgid "Line centered"
msgstr "መሀከል ማስመሪያ"
-#: strings.hrc:1060
+#: sw/inc/strings.hrc:1065
msgctxt "STR_LINE_BOTTOM"
msgid "Bottom of line"
msgstr "ከ መስመሩ በታች"
-#: strings.hrc:1061
+#: sw/inc/strings.hrc:1066
msgctxt "STR_REGISTER_ON"
msgid "Register-true"
msgstr "በ እውነት-መመዝገቢያ"
-#: strings.hrc:1062
+#: sw/inc/strings.hrc:1067
msgctxt "STR_REGISTER_OFF"
msgid "Not register-true"
msgstr "በ እውነት-መመዝገቢያ"
-#: strings.hrc:1063
+#: sw/inc/strings.hrc:1068
msgctxt "STR_HORI_RIGHT"
msgid "at the right"
msgstr "በ ቀኝ በኩል"
-#: strings.hrc:1064
+#: sw/inc/strings.hrc:1069
msgctxt "STR_HORI_CENTER"
msgid "Centered horizontally"
msgstr "በ አግድም መሀከል ላይ"
-#: strings.hrc:1065
+#: sw/inc/strings.hrc:1070
msgctxt "STR_HORI_LEFT"
msgid "at the left"
msgstr "በ ግራ በኩል"
-#: strings.hrc:1066
+#: sw/inc/strings.hrc:1071
msgctxt "STR_HORI_INSIDE"
msgid "inside"
msgstr "ውስጥ"
-#: strings.hrc:1067
+#: sw/inc/strings.hrc:1072
msgctxt "STR_HORI_OUTSIDE"
msgid "outside"
msgstr "ውጪ"
-#: strings.hrc:1068
+#: sw/inc/strings.hrc:1073
msgctxt "STR_HORI_FULL"
msgid "Full width"
msgstr "በ ሙሉ ስፋት"
-#: strings.hrc:1069
+#: sw/inc/strings.hrc:1074
msgctxt "STR_COLUMNS"
msgid "Columns"
msgstr "አምዶች"
-#: strings.hrc:1070
+#: sw/inc/strings.hrc:1075
msgctxt "STR_LINE_WIDTH"
msgid "Separator Width:"
msgstr "መለያያ ስፋት:"
-#: strings.hrc:1071
+#: sw/inc/strings.hrc:1076
msgctxt "STR_MAX_FTN_HEIGHT"
msgid "Max. footnote area:"
msgstr "ከፍተኛ የ ግርጌ ማስታወሻ ቦታ:"
-#: strings.hrc:1072
+#: sw/inc/strings.hrc:1077
msgctxt "STR_EDIT_IN_READONLY"
msgid "Editable in read-only document"
msgstr "በንባብ-ብቻ ሰነድ ውስጥ ሊታረም የሚችል"
-#: strings.hrc:1073
+#: sw/inc/strings.hrc:1078
msgctxt "STR_LAYOUT_SPLIT"
msgid "Split"
msgstr "መክፈያ"
-#: strings.hrc:1074
+#: sw/inc/strings.hrc:1079
msgctxt "STR_NUMRULE_ON"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: strings.hrc:1075
+#: sw/inc/strings.hrc:1080
msgctxt "STR_NUMRULE_OFF"
msgid "no numbering"
msgstr "ቁጥር መስጫ የለም"
-#: strings.hrc:1076
+#: sw/inc/strings.hrc:1081
msgctxt "STR_CONNECT1"
msgid "linked to "
msgstr "ተገናኝቷል ወደ "
-#: strings.hrc:1077
+#: sw/inc/strings.hrc:1082
msgctxt "STR_CONNECT2"
msgid "and "
msgstr "እና "
-#: strings.hrc:1078
+#: sw/inc/strings.hrc:1083
msgctxt "STR_LINECOUNT"
msgid "Count lines"
msgstr "መስመሮች መቁጠሪያ"
-#: strings.hrc:1079
+#: sw/inc/strings.hrc:1084
msgctxt "STR_DONTLINECOUNT"
msgid "don't count lines"
msgstr "መስመሮች አትቁጠር"
-#: strings.hrc:1080
+#: sw/inc/strings.hrc:1085
msgctxt "STR_LINCOUNT_START"
msgid "restart line count with: "
msgstr "እንደገና ማስጀመሪያ ቆጠራውን በ: "
-#: strings.hrc:1081
+#: sw/inc/strings.hrc:1086
msgctxt "STR_LUMINANCE"
msgid "Brightness: "
msgstr "ብርሁነት: "
-#: strings.hrc:1082
+#: sw/inc/strings.hrc:1087
msgctxt "STR_CHANNELR"
msgid "Red: "
msgstr "ቀይ: "
-#: strings.hrc:1083
+#: sw/inc/strings.hrc:1088
msgctxt "STR_CHANNELG"
msgid "Green: "
msgstr "አረንጓዴ: "
-#: strings.hrc:1084
+#: sw/inc/strings.hrc:1089
msgctxt "STR_CHANNELB"
msgid "Blue: "
msgstr "ሰማያዊ: "
-#: strings.hrc:1085
+#: sw/inc/strings.hrc:1090
msgctxt "STR_CONTRAST"
msgid "Contrast: "
msgstr "ማነጻጸሪያ: "
-#: strings.hrc:1086
+#: sw/inc/strings.hrc:1091
msgctxt "STR_GAMMA"
msgid "Gamma: "
msgstr "ጋማ: "
-#: strings.hrc:1087
+#: sw/inc/strings.hrc:1092
msgctxt "STR_TRANSPARENCY"
msgid "Transparency: "
msgstr "ግልጽነት: "
-#: strings.hrc:1088
+#: sw/inc/strings.hrc:1093
msgctxt "STR_INVERT"
msgid "Invert"
msgstr "መገልበጫ"
-#: strings.hrc:1089
+#: sw/inc/strings.hrc:1094
msgctxt "STR_INVERT_NOT"
msgid "do not invert"
msgstr "አትገልብጥ"
-#: strings.hrc:1090
+#: sw/inc/strings.hrc:1095
msgctxt "STR_DRAWMODE"
msgid "Graphics mode: "
msgstr "በ ንድፎች ዘዴ: "
-#: strings.hrc:1091
+#: sw/inc/strings.hrc:1096
msgctxt "STR_DRAWMODE_STD"
msgid "Standard"
msgstr "መደበኛ"
-#: strings.hrc:1092
+#: sw/inc/strings.hrc:1097
msgctxt "STR_DRAWMODE_GREY"
msgid "Grayscales"
msgstr "ግራጫማ"
-#: strings.hrc:1093
+#: sw/inc/strings.hrc:1098
msgctxt "STR_DRAWMODE_BLACKWHITE"
msgid "Black & White"
msgstr "ጥቁር & ነጭ"
-#: strings.hrc:1094
+#: sw/inc/strings.hrc:1099
msgctxt "STR_DRAWMODE_WATERMARK"
msgid "Watermark"
msgstr "የ ውሀ ምልክት"
-#: strings.hrc:1095
+#: sw/inc/strings.hrc:1100
msgctxt "STR_ROTATION"
msgid "Rotation"
msgstr "ማዞሪያ"
-#: strings.hrc:1096
+#: sw/inc/strings.hrc:1101
msgctxt "STR_GRID_NONE"
msgid "No grid"
msgstr "መጋጠሚያ የለም"
-#: strings.hrc:1097
+#: sw/inc/strings.hrc:1102
msgctxt "STR_GRID_LINES_ONLY"
msgid "Grid (lines only)"
msgstr "መጋጠሚያ (ለ መስመሮች ብቻ)"
-#: strings.hrc:1098
+#: sw/inc/strings.hrc:1103
msgctxt "STR_GRID_LINES_CHARS"
msgid "Grid (lines and characters)"
msgstr "መጋጠሚያ (ለ መስመሮች እና ባህሪዎች)"
-#: strings.hrc:1099
+#: sw/inc/strings.hrc:1104
msgctxt "STR_FOLLOW_TEXT_FLOW"
msgid "Follow text flow"
msgstr "የ ጽሁፉን ፍሰት መከተያ"
-#: strings.hrc:1100
+#: sw/inc/strings.hrc:1105
msgctxt "STR_DONT_FOLLOW_TEXT_FLOW"
msgid "Do not follow text flow"
msgstr "የ ጽሁፉን ፍሰት አትከተል"
-#: strings.hrc:1101
+#: sw/inc/strings.hrc:1106
msgctxt "STR_CONNECT_BORDER_ON"
msgid "Merge borders"
msgstr "ድንበሮች ማዋሀጃ"
-#: strings.hrc:1102
+#: sw/inc/strings.hrc:1107
msgctxt "STR_CONNECT_BORDER_OFF"
msgid "Do not merge borders"
msgstr "ድንበሮችን አታዋህድ"
-#: strings.hrc:1104
+#: sw/inc/strings.hrc:1109
msgctxt "ST_TBL"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:1105
+#: sw/inc/strings.hrc:1110
msgctxt "ST_FRM"
msgid "Text Frame"
msgstr "የጽሁፍ ክፈፍ"
-#: strings.hrc:1106
+#: sw/inc/strings.hrc:1111
msgctxt "ST_PGE"
msgid "Page"
msgstr "ገጽ"
-#: strings.hrc:1107
+#: sw/inc/strings.hrc:1112
msgctxt "ST_DRW"
msgid "Drawing"
msgstr "መሳያ"
-#: strings.hrc:1108
+#: sw/inc/strings.hrc:1113
msgctxt "ST_CTRL"
msgid "Control"
msgstr "መቆጣጠሪያ"
-#: strings.hrc:1109
+#: sw/inc/strings.hrc:1114
msgctxt "ST_REG"
msgid "Section"
msgstr "ክፍል"
-#: strings.hrc:1110
+#: sw/inc/strings.hrc:1115
msgctxt "ST_BKM"
msgid "Bookmark"
msgstr "ምልክት ማድረጊያ"
-#: strings.hrc:1111
+#: sw/inc/strings.hrc:1116
msgctxt "ST_GRF"
msgid "Graphics"
msgstr "ንድፎች"
-#: strings.hrc:1112
+#: sw/inc/strings.hrc:1117
msgctxt "ST_OLE"
msgid "OLE object"
msgstr "የ OLE እቃ"
-#: strings.hrc:1113
+#: sw/inc/strings.hrc:1118
msgctxt "ST_OUTL"
msgid "Headings"
msgstr "ራስጌዎች"
-#: strings.hrc:1114
+#: sw/inc/strings.hrc:1119
msgctxt "ST_SEL"
msgid "Selection"
msgstr "ምርጫዎች"
-#: strings.hrc:1115
+#: sw/inc/strings.hrc:1120
msgctxt "ST_FTN"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: strings.hrc:1116
+#: sw/inc/strings.hrc:1121
msgctxt "ST_MARK"
msgid "Reminder"
msgstr "አስታዋሽ"
-#: strings.hrc:1117
+#: sw/inc/strings.hrc:1122
msgctxt "ST_POSTIT"
msgid "Comment"
msgstr "አስተያየት"
-#: strings.hrc:1118
+#: sw/inc/strings.hrc:1123
msgctxt "ST_SRCH_REP"
msgid "Repeat search"
msgstr "መፈለጊያ መድገሚያ"
-#: strings.hrc:1119
+#: sw/inc/strings.hrc:1124
msgctxt "ST_INDEX_ENTRY"
msgid "Index entry"
msgstr "የ ማውጫ ማስገቢያ"
-#: strings.hrc:1120
+#: sw/inc/strings.hrc:1125
msgctxt "ST_TABLE_FORMULA"
msgid "Table formula"
msgstr "የ መቀመሪያ ሰንጠረዥ"
-#: strings.hrc:1121
+#: sw/inc/strings.hrc:1126
msgctxt "ST_TABLE_FORMULA_ERROR"
msgid "Wrong table formula"
msgstr "የ ተሳሳተ የ መቀመሪያ ሰንጠረዥ"
#. Strings for the quickhelp of the View-PgUp/Down-Buttons
-#: strings.hrc:1123
+#: sw/inc/strings.hrc:1128
msgctxt "STR_IMGBTN_TBL_DOWN"
msgid "Next table"
msgstr "የሚቀጥለው ሰንጠረዥ"
-#: strings.hrc:1124
+#: sw/inc/strings.hrc:1129
msgctxt "STR_IMGBTN_FRM_DOWN"
msgid "Next text frame"
msgstr "የሚቀጥለው የ ጽሁፍ ክፈፍ"
-#: strings.hrc:1125
+#: sw/inc/strings.hrc:1130
msgctxt "STR_IMGBTN_PGE_DOWN"
msgid "Next page"
msgstr "የሚቀጥለው ገጽ"
-#: strings.hrc:1126
+#: sw/inc/strings.hrc:1131
msgctxt "STR_IMGBTN_DRW_DOWN"
msgid "Next drawing"
msgstr "የሚቀጥለው መሳያ"
-#: strings.hrc:1127
+#: sw/inc/strings.hrc:1132
msgctxt "STR_IMGBTN_CTRL_DOWN"
msgid "Next control"
msgstr "የሚቀጥለው መቆጣጠሪያ"
-#: strings.hrc:1128
+#: sw/inc/strings.hrc:1133
msgctxt "STR_IMGBTN_REG_DOWN"
msgid "Next section"
msgstr "የሚቀጥለው ክፍል"
-#: strings.hrc:1129
+#: sw/inc/strings.hrc:1134
msgctxt "STR_IMGBTN_BKM_DOWN"
msgid "Next bookmark"
msgstr "የሚቀጥለው ምልክት ማድረጊያ"
-#: strings.hrc:1130
+#: sw/inc/strings.hrc:1135
msgctxt "STR_IMGBTN_GRF_DOWN"
msgid "Next graphic"
msgstr "የሚቀጥለው ንድፍ"
-#: strings.hrc:1131
+#: sw/inc/strings.hrc:1136
msgctxt "STR_IMGBTN_OLE_DOWN"
msgid "Next OLE object"
msgstr "የሚቀጥለው የ OLE እቃ"
-#: strings.hrc:1132
+#: sw/inc/strings.hrc:1137
msgctxt "STR_IMGBTN_OUTL_DOWN"
msgid "Next heading"
msgstr "የሚቀጥለው ራስጌ"
-#: strings.hrc:1133
+#: sw/inc/strings.hrc:1138
msgctxt "STR_IMGBTN_SEL_DOWN"
msgid "Next selection"
msgstr "የሚቀጥለው ምርጫ"
-#: strings.hrc:1134
+#: sw/inc/strings.hrc:1139
msgctxt "STR_IMGBTN_FTN_DOWN"
msgid "Next footnote"
msgstr "የ ሚቀጥለው የ ግርጌ ማስታወሻ"
-#: strings.hrc:1135
+#: sw/inc/strings.hrc:1140
msgctxt "STR_IMGBTN_MARK_DOWN"
msgid "Next Reminder"
msgstr "የሚቀጥለው አስታዋሽ"
-#: strings.hrc:1136
+#: sw/inc/strings.hrc:1141
msgctxt "STR_IMGBTN_POSTIT_DOWN"
msgid "Next Comment"
msgstr "የሚቀጥለው አስተያየት"
-#: strings.hrc:1137
+#: sw/inc/strings.hrc:1142
msgctxt "STR_IMGBTN_SRCH_REP_DOWN"
msgid "Continue search forward"
msgstr "ፍለጋውን ወደፊት መቀጠያ"
-#: strings.hrc:1138
+#: sw/inc/strings.hrc:1143
msgctxt "STR_IMGBTN_INDEX_ENTRY_DOWN"
msgid "Next index entry"
msgstr "የሚቀጥለው ማውጫ ማስገቢያ"
-#: strings.hrc:1139
+#: sw/inc/strings.hrc:1144
msgctxt "STR_IMGBTN_TBL_UP"
msgid "Previous table"
msgstr "ቀደም ያለው ሰንጠረዥ"
-#: strings.hrc:1140
+#: sw/inc/strings.hrc:1145
msgctxt "STR_IMGBTN_FRM_UP"
msgid "Previous text frame"
msgstr "ቀደም ያለው የ ጽሁፍ ክፈፍ"
-#: strings.hrc:1141
+#: sw/inc/strings.hrc:1146
msgctxt "STR_IMGBTN_PGE_UP"
msgid "Previous page"
msgstr "ቀደም ያለው ገጽ"
-#: strings.hrc:1142
+#: sw/inc/strings.hrc:1147
msgctxt "STR_IMGBTN_DRW_UP"
msgid "Previous drawing"
msgstr "ቀደም ያለው መሳያ"
-#: strings.hrc:1143
+#: sw/inc/strings.hrc:1148
msgctxt "STR_IMGBTN_CTRL_UP"
msgid "Previous control"
msgstr "ቀደም ያለው መቆጣጠሪያ"
-#: strings.hrc:1144
+#: sw/inc/strings.hrc:1149
msgctxt "STR_IMGBTN_REG_UP"
msgid "Previous section"
msgstr "ቀደም ያለው ክፍል"
-#: strings.hrc:1145
+#: sw/inc/strings.hrc:1150
msgctxt "STR_IMGBTN_BKM_UP"
msgid "Previous bookmark"
msgstr "ቀደም ያለው ምልክት ማድረጊያ"
-#: strings.hrc:1146
+#: sw/inc/strings.hrc:1151
msgctxt "STR_IMGBTN_GRF_UP"
msgid "Previous graphic"
msgstr "ቀደም ያለው ንድፍ"
-#: strings.hrc:1147
+#: sw/inc/strings.hrc:1152
msgctxt "STR_IMGBTN_OLE_UP"
msgid "Previous OLE object"
msgstr "ቀደም ያለው የ OLE እቃ"
-#: strings.hrc:1148
+#: sw/inc/strings.hrc:1153
msgctxt "STR_IMGBTN_OUTL_UP"
msgid "Previous heading"
msgstr "ቀደም ያለው ራስጌ"
-#: strings.hrc:1149
+#: sw/inc/strings.hrc:1154
msgctxt "STR_IMGBTN_SEL_UP"
msgid "Previous selection"
msgstr "ቀደም ያለው ምርጫ"
-#: strings.hrc:1150
+#: sw/inc/strings.hrc:1155
msgctxt "STR_IMGBTN_FTN_UP"
msgid "Previous footnote"
msgstr "ቀደም ያለው የ ግርጌ ማስታወሻ"
-#: strings.hrc:1151
+#: sw/inc/strings.hrc:1156
msgctxt "STR_IMGBTN_MARK_UP"
msgid "Previous Reminder"
msgstr "ቀደም ያለው አስታዋሽ"
-#: strings.hrc:1152
+#: sw/inc/strings.hrc:1157
msgctxt "STR_IMGBTN_POSTIT_UP"
msgid "Previous Comment"
msgstr "ቀደም ያለው አስተያየት"
-#: strings.hrc:1153
+#: sw/inc/strings.hrc:1158
msgctxt "STR_IMGBTN_SRCH_REP_UP"
msgid "Continue search backwards"
msgstr "የ ኋሊዮሽ ፍለጋውን መቀጠያ"
-#: strings.hrc:1154
+#: sw/inc/strings.hrc:1159
msgctxt "STR_IMGBTN_INDEX_ENTRY_UP"
msgid "Previous index entry"
msgstr "ቀደም ያለው የማውጫ ማስገቢያ"
-#: strings.hrc:1155
+#: sw/inc/strings.hrc:1160
msgctxt "STR_IMGBTN_TBLFML_UP"
msgid "Previous table formula"
msgstr "ቀደም ያለው የ ሰንጠረዥ መቀመሪያ"
-#: strings.hrc:1156
+#: sw/inc/strings.hrc:1161
msgctxt "STR_IMGBTN_TBLFML_DOWN"
msgid "Next table formula"
msgstr "የሚቀጥለው የ ሰንጠረዥ መቀመሪያ"
-#: strings.hrc:1157
+#: sw/inc/strings.hrc:1162
msgctxt "STR_IMGBTN_TBLFML_ERR_UP"
msgid "Previous faulty table formula"
msgstr "ቀደም ያለው የተሳሳተ የ ሰንጠረዥ መቀመሪያ"
-#: strings.hrc:1158
+#: sw/inc/strings.hrc:1163
msgctxt "STR_IMGBTN_TBLFML_ERR_DOWN"
msgid "Next faulty table formula"
msgstr "የሚቀጥለው የተሳሳተ የ ሰንጠረዥ መቀመሪያ"
-#: strings.hrc:1160
+#: sw/inc/strings.hrc:1165
msgctxt "STR_REDLINE_INSERT"
msgid "Inserted"
msgstr "ተጨምሯል"
-#: strings.hrc:1161
+#: sw/inc/strings.hrc:1166
msgctxt "STR_REDLINE_DELETE"
msgid "Deleted"
msgstr "ጠፍቷል"
-#: strings.hrc:1162
+#: sw/inc/strings.hrc:1167
msgctxt "STR_REDLINE_FORMAT"
msgid "Formatted"
msgstr "አቀራረብ"
-#: strings.hrc:1163
+#: sw/inc/strings.hrc:1168
msgctxt "STR_REDLINE_TABLE"
msgid "Table changed"
msgstr "ሰንጠረዡ ተቀይሯል"
-#: strings.hrc:1164
+#: sw/inc/strings.hrc:1169
msgctxt "STR_REDLINE_FMTCOLL"
msgid "Applied Paragraph Styles"
msgstr "የ ተፈጸሙ የ አንቀጽ ዘዴዎች"
-#: strings.hrc:1165
+#: sw/inc/strings.hrc:1170
msgctxt "STR_REDLINE_PARAGRAPH_FORMAT"
msgid "Paragraph formatting changed"
msgstr "የ አንቀጽ አቀራረብ ተቀይሯል"
-#: strings.hrc:1166
+#: sw/inc/strings.hrc:1171
msgctxt "STR_REDLINE_TABLE_ROW_INSERT"
msgid "Row Inserted"
msgstr "ረድፍ ገብቷል"
-#: strings.hrc:1167
+#: sw/inc/strings.hrc:1172
msgctxt "STR_REDLINE_TABLE_ROW_DELETE"
msgid "Row Deleted"
msgstr "ረድፍ ጠፍቷል"
-#: strings.hrc:1168
+#: sw/inc/strings.hrc:1173
msgctxt "STR_REDLINE_TABLE_CELL_INSERT"
msgid "Cell Inserted"
msgstr "ክፍል ገብቷል"
-#: strings.hrc:1169
+#: sw/inc/strings.hrc:1174
msgctxt "STR_REDLINE_TABLE_CELL_DELETE"
msgid "Cell Deleted"
msgstr "ክፍል ጠፍቷል"
-#: strings.hrc:1170
+#: sw/inc/strings.hrc:1175
msgctxt "STR_ENDNOTE"
msgid "Endnote: "
msgstr "የ መጨረሻ ማስታወሻ: "
-#: strings.hrc:1171
+#: sw/inc/strings.hrc:1176
msgctxt "STR_FTNNOTE"
msgid "Footnote: "
msgstr "የ ግርጌ ማስታወሻ: "
-#: strings.hrc:1172
-msgctxt "STR_TABLE_COL_ADJUST"
-msgid "Adjust table column"
-msgstr "የሰንጠረዥን አምድ ማስተካከያ"
-
-#: strings.hrc:1173
-msgctxt "STR_TABLE_ROW_ADJUST"
-msgid "Adjust table row"
-msgstr "የሰንጠረዥ ረድፍ ማስተካከያ"
-
-#: strings.hrc:1174
-msgctxt "STR_TABLE_SELECT_ALL"
-msgid "Select whole table"
-msgstr "በሙሉ ሰንጠረዡን መምረጫ"
-
-#: strings.hrc:1175
-msgctxt "STR_TABLE_SELECT_ROW"
-msgid "Select table row"
-msgstr "የሰንጠረዡን ረድፍ መምረጫ"
-
-#: strings.hrc:1176
-msgctxt "STR_TABLE_SELECT_COL"
-msgid "Select table column"
-msgstr "የ ሰንጠረዡን አምድ መምረጫ"
-
-#: strings.hrc:1177
+#: sw/inc/strings.hrc:1177
#, c-format
msgctxt "STR_SMARTTAG_CLICK"
msgid "%s-click to open Smart Tag menu"
msgstr "%s-ይጫኑ Smart Tag menu ለመክፈት"
-#: strings.hrc:1178
+#: sw/inc/strings.hrc:1178
msgctxt "STR_HEADER_TITLE"
msgid "Header (%1)"
msgstr "ራስጌ (%1)"
-#: strings.hrc:1179
+#: sw/inc/strings.hrc:1179
msgctxt "STR_FIRST_HEADER_TITLE"
msgid "First Page Header (%1)"
msgstr "የ መጀመሪያ ገጽ ራስጌ (%1)"
-#: strings.hrc:1180
+#: sw/inc/strings.hrc:1180
msgctxt "STR_LEFT_HEADER_TITLE"
msgid "Left Page Header (%1)"
msgstr "የ ግራ ገጽ ራስጌ (%1)"
-#: strings.hrc:1181
+#: sw/inc/strings.hrc:1181
msgctxt "STR_RIGHT_HEADER_TITLE"
msgid "Right Page Header (%1)"
msgstr "የ ቀኝ ገጽ ራስጌ (%1)"
-#: strings.hrc:1182
+#: sw/inc/strings.hrc:1182
msgctxt "STR_FOOTER_TITLE"
msgid "Footer (%1)"
msgstr "ግርጌ (%1)"
-#: strings.hrc:1183
+#: sw/inc/strings.hrc:1183
msgctxt "STR_FIRST_FOOTER_TITLE"
msgid "First Page Footer (%1)"
msgstr "የ መጀመሪያ ገጽ ግርጌ (%1)"
-#: strings.hrc:1184
+#: sw/inc/strings.hrc:1184
msgctxt "STR_LEFT_FOOTER_TITLE"
msgid "Left Page Footer (%1)"
msgstr "የ ግራ ገጽ ግርጌ (%1)"
-#: strings.hrc:1185
+#: sw/inc/strings.hrc:1185
msgctxt "STR_RIGHT_FOOTER_TITLE"
msgid "Right Page Footer (%1)"
msgstr "የ ቀኝ ገጽ ግርጌ (%1)"
-#: strings.hrc:1186
+#: sw/inc/strings.hrc:1186
msgctxt "STR_DELETE_HEADER"
msgid "Delete Header..."
msgstr "ራስጌ ማጥፊያ..."
-#: strings.hrc:1187
+#: sw/inc/strings.hrc:1187
msgctxt "STR_FORMAT_HEADER"
msgid "Format Header..."
msgstr "የ ራስጌ አቀራረብ..."
-#: strings.hrc:1188
+#: sw/inc/strings.hrc:1188
msgctxt "STR_DELETE_FOOTER"
msgid "Delete Footer..."
msgstr "ግርጌ ማጥፊያ..."
-#: strings.hrc:1189
+#: sw/inc/strings.hrc:1189
msgctxt "STR_FORMAT_FOOTER"
msgid "Format Footer..."
msgstr "የ ግርጌ አቀራረብ..."
-#: strings.hrc:1191
+#: sw/inc/strings.hrc:1191
msgctxt "STR_GRFILTER_OPENERROR"
msgid "Image file cannot be opened"
msgstr "የ ምስል ፋይል መክፈት አልተቻለም"
-#: strings.hrc:1192
+#: sw/inc/strings.hrc:1192
msgctxt "STR_GRFILTER_IOERROR"
msgid "Image file cannot be read"
msgstr "የ ምስል ፋይል ማንበብ አልተቻለም"
-#: strings.hrc:1193
+#: sw/inc/strings.hrc:1193
msgctxt "STR_GRFILTER_FORMATERROR"
msgid "Unknown image format"
msgstr "ያልታወቀ የምስል አቀራረብ"
-#: strings.hrc:1194
+#: sw/inc/strings.hrc:1194
msgctxt "STR_GRFILTER_VERSIONERROR"
msgid "This image file version is not supported"
msgstr "ይህ የምስል ፋይል አይነት የተደገፈ አይደለም"
-#: strings.hrc:1195
+#: sw/inc/strings.hrc:1195
msgctxt "STR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
msgstr "የምስል ማጣሪያ አልተገኘም"
-#: strings.hrc:1196
+#: sw/inc/strings.hrc:1196
msgctxt "STR_GRFILTER_TOOBIG"
msgid "Not enough memory to insert the image."
msgstr "ስእሉን ለማስገባት በቂ memory የለም"
-#: strings.hrc:1197
+#: sw/inc/strings.hrc:1197
msgctxt "STR_INSERT_GRAPHIC"
msgid "Insert Image"
msgstr "ምስል ማስገቢያ"
-#: strings.hrc:1198
+#: sw/inc/strings.hrc:1198
msgctxt "STR_REDLINE_COMMENT"
msgid "Comment: "
msgstr "አስተያየት : "
-#: strings.hrc:1199
+#: sw/inc/strings.hrc:1199
msgctxt "STR_REDLINE_INSERTED"
msgid "Insertion"
msgstr "ማስገቢያ"
-#: strings.hrc:1200
+#: sw/inc/strings.hrc:1200
msgctxt "STR_REDLINE_DELETED"
msgid "Deletion"
msgstr "ማጥፊያ"
-#: strings.hrc:1201
+#: sw/inc/strings.hrc:1201
msgctxt "STR_REDLINE_AUTOFMT"
msgid "AutoCorrect"
msgstr "በራሱ አራሚ"
-#: strings.hrc:1202
+#: sw/inc/strings.hrc:1202
msgctxt "STR_REDLINE_FORMATED"
msgid "Formats"
msgstr "አቀራረብ"
-#: strings.hrc:1203
+#: sw/inc/strings.hrc:1203
msgctxt "STR_REDLINE_TABLECHG"
msgid "Table Changes"
msgstr "ሰንጠረዡ ተቀይሯል"
-#: strings.hrc:1204
+#: sw/inc/strings.hrc:1204
msgctxt "STR_REDLINE_FMTCOLLSET"
msgid "Applied Paragraph Styles"
msgstr "የ አንቀጽ ዘዴዎች መፈጸሚያ"
-#: strings.hrc:1205
-msgctxt "STR_REDLINE_TITLE"
-msgid "AutoCorrect"
-msgstr "በራሱ አራሚ"
-
-#: strings.hrc:1206
-msgctxt "STR_REDLINE_MSG"
-msgid ""
-"AutoCorrect completed.\n"
-"You can accept or reject all changes,\n"
-"or accept or reject particular changes."
-msgstr ""
-"በራሱ አራሚ ማረሙን ጨርሷል \n"
-"ለውጦቹን መቀበል ወይንም አለመቀበል ይችላሉ \n"
-"ወይንም የተወሰኑ ለውጦችን መቀበል ወይንም አለመቀበል ይችላሉ"
-
-#: strings.hrc:1207
-msgctxt "STR_REDLINE_ACCEPT_ALL"
-msgid "Accept All"
-msgstr "ሁሉንም እቀበላለሁ"
-
-#: strings.hrc:1208
-msgctxt "STR_REDLINE_REJECT_ALL"
-msgid "Reject All"
-msgstr "ሁሉንም አልቀበልም"
-
-#: strings.hrc:1209
-msgctxt "STR_REDLINE_EDIT"
-msgid "Edit Changes"
-msgstr "ለውጦችን ማረሚያ"
-
-#: strings.hrc:1210
+#: sw/inc/strings.hrc:1205
msgctxt "STR_PAGE"
msgid "Page "
msgstr "ገጽ "
-#: strings.hrc:1211
+#: sw/inc/strings.hrc:1206
msgctxt "STR_PAGE_COUNT"
msgid "Page %1 of %2"
msgstr "ገጽ %1 ከ %2"
-#: strings.hrc:1212
+#: sw/inc/strings.hrc:1207
msgctxt "STR_PAGE_COUNT_CUSTOM"
msgid "Page %1 of %2 (Page %3)"
msgstr "ገጽ %1 ከ %2 (ገጽ %3)"
#. Strings for gallery/background
-#: strings.hrc:1214
+#: sw/inc/strings.hrc:1209
msgctxt "STR_SWBG_PARAGRAPH"
msgid "Paragraph"
msgstr "አንቀጽ"
-#: strings.hrc:1215
+#: sw/inc/strings.hrc:1210
msgctxt "STR_SWBG_GRAPHIC"
msgid "Image"
msgstr "ምስል"
-#: strings.hrc:1216
+#: sw/inc/strings.hrc:1211
msgctxt "STR_SWBG_OLE"
msgid "OLE object"
msgstr "የ OLE እቃ"
-#: strings.hrc:1217
+#: sw/inc/strings.hrc:1212
msgctxt "STR_SWBG_FRAME"
msgid "Frame"
msgstr "ክፈፍ"
-#: strings.hrc:1218
+#: sw/inc/strings.hrc:1213
msgctxt "STR_SWBG_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: strings.hrc:1219
+#: sw/inc/strings.hrc:1214
msgctxt "STR_SWBG_TABLE_ROW"
msgid "Table row"
msgstr "የሰንጠረዥ ረድፍ"
-#: strings.hrc:1220
+#: sw/inc/strings.hrc:1215
msgctxt "STR_SWBG_TABLE_CELL"
msgid "Table cell"
msgstr "የሰንጠረዥ ክፍል"
-#: strings.hrc:1221
+#: sw/inc/strings.hrc:1216
msgctxt "STR_SWBG_PAGE"
msgid "Page"
msgstr "ገጽ"
-#: strings.hrc:1222
+#: sw/inc/strings.hrc:1217
msgctxt "STR_SWBG_HEADER"
msgid "Header"
msgstr "ራስጌ"
-#: strings.hrc:1223
+#: sw/inc/strings.hrc:1218
msgctxt "STR_SWBG_FOOTER"
msgid "Footer"
msgstr "ግርጌ"
#. End: strings for gallery/background
-#: strings.hrc:1226
+#: sw/inc/strings.hrc:1221
msgctxt "STR_HUMAN_SWWEBDOC_NAME"
msgid "HTML"
msgstr "HTML"
-#: strings.hrc:1227
+#: sw/inc/strings.hrc:1222
msgctxt "STR_WRITER_WEBDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION HTML Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION HTML ሰነድ"
-#: strings.hrc:1229
+#: sw/inc/strings.hrc:1224
msgctxt "STR_TITLE"
msgid "Title"
msgstr "አርእስት"
-#: strings.hrc:1230
+#: sw/inc/strings.hrc:1225
msgctxt "STR_ALPHA"
msgid "Separator"
msgstr "መለያያ"
-#: strings.hrc:1231
+#: sw/inc/strings.hrc:1226
msgctxt "STR_LEVEL"
msgid "Level "
msgstr "ደረጃ "
-#: strings.hrc:1232
+#: sw/inc/strings.hrc:1227
msgctxt "STR_FILE_NOT_FOUND"
msgid "The file, \"%1\" in the \"%2\" path could not be found."
msgstr "ፋይሉን \"%1\" በ \"%2\" መንገድ ውስጥ ማግኘት አልተቻለም"
-#: strings.hrc:1233
+#: sw/inc/strings.hrc:1228
msgctxt "STR_USER_DEFINED_INDEX"
msgid "User-Defined Index"
msgstr "ተጠቃሚው-የተወሰነ ማውጫ"
-#: strings.hrc:1234
+#: sw/inc/strings.hrc:1229
msgctxt "STR_NOSORTKEY"
msgid "<None>"
msgstr "<ምንም>"
-#: strings.hrc:1235
+#: sw/inc/strings.hrc:1230
msgctxt "STR_NO_CHAR_STYLE"
msgid "<None>"
msgstr "<ምንም>"
-#: strings.hrc:1236
+#: sw/inc/strings.hrc:1231
msgctxt "STR_DELIM"
msgid "S"
msgstr "S"
-#: strings.hrc:1237
+#: sw/inc/strings.hrc:1232
msgctxt "STR_TOKEN_ENTRY_NO"
msgid "E#"
msgstr "E#"
-#: strings.hrc:1238
+#: sw/inc/strings.hrc:1233
msgctxt "STR_TOKEN_ENTRY"
msgid "E"
msgstr "E"
-#: strings.hrc:1239
+#: sw/inc/strings.hrc:1234
msgctxt "STR_TOKEN_TAB_STOP"
msgid "T"
msgstr "T"
-#: strings.hrc:1240
+#: sw/inc/strings.hrc:1235
msgctxt "STR_TOKEN_PAGE_NUMS"
msgid "#"
msgstr "#"
-#: strings.hrc:1241
+#: sw/inc/strings.hrc:1236
msgctxt "STR_TOKEN_CHAPTER_INFO"
msgid "CI"
msgstr "CI"
-#: strings.hrc:1242
+#: sw/inc/strings.hrc:1237
msgctxt "STR_TOKEN_LINK_START"
msgid "LS"
msgstr "LS"
-#: strings.hrc:1243
+#: sw/inc/strings.hrc:1238
msgctxt "STR_TOKEN_LINK_END"
msgid "LE"
msgstr "LE"
-#: strings.hrc:1244
+#: sw/inc/strings.hrc:1239
msgctxt "STR_TOKEN_AUTHORITY"
msgid "A"
msgstr "A"
-#: strings.hrc:1245
+#: sw/inc/strings.hrc:1240
msgctxt "STR_TOKEN_HELP_ENTRY_NO"
msgid "Chapter number"
msgstr "የምእራፍ ቁጥር"
-#: strings.hrc:1246
+#: sw/inc/strings.hrc:1241
msgctxt "STR_TOKEN_HELP_ENTRY"
msgid "Entry"
msgstr "ማስገቢያ"
-#: strings.hrc:1247
+#: sw/inc/strings.hrc:1242
msgctxt "STR_TOKEN_HELP_TAB_STOP"
msgid "Tab stop"
msgstr "ማስረጊያ ማቆሚያ"
-#: strings.hrc:1248
+#: sw/inc/strings.hrc:1243
msgctxt "STR_TOKEN_HELP_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
-#: strings.hrc:1249
+#: sw/inc/strings.hrc:1244
msgctxt "STR_TOKEN_HELP_PAGE_NUMS"
msgid "Page number"
msgstr "የ ገጽ ቁጥር"
-#: strings.hrc:1250
+#: sw/inc/strings.hrc:1245
msgctxt "STR_TOKEN_HELP_CHAPTER_INFO"
msgid "Chapter info"
msgstr "የምእራፍ መረጃ"
-#: strings.hrc:1251
+#: sw/inc/strings.hrc:1246
msgctxt "STR_TOKEN_HELP_LINK_START"
msgid "Hyperlink start"
msgstr "Hyperlink መጀመሪያ"
-#: strings.hrc:1252
+#: sw/inc/strings.hrc:1247
msgctxt "STR_TOKEN_HELP_LINK_END"
msgid "Hyperlink end"
msgstr "Hyperlink መጨረሻ"
-#: strings.hrc:1253
+#: sw/inc/strings.hrc:1248
msgctxt "STR_TOKEN_HELP_AUTHORITY"
msgid "Bibliography entry: "
msgstr "የ ጽሁፎች ዝርዝር ማስገቢያ...: "
-#: strings.hrc:1254
+#: sw/inc/strings.hrc:1249
msgctxt "STR_CHARSTYLE"
msgid "Character Style: "
msgstr "የ ባህሪ ዘዴ: "
-#: strings.hrc:1255
+#: sw/inc/strings.hrc:1250
msgctxt "STR_STRUCTURE"
msgid "Structure text"
msgstr "የ ጽሁፍ አካል"
-#: strings.hrc:1256
+#: sw/inc/strings.hrc:1251
msgctxt "STR_ADDITIONAL_ACCNAME_STRING1"
msgid "Press Ctrl+Alt+A to move focus for more operations"
msgstr "ይጫኑ Ctrl+Alt+A ትኩረቱን ወደ ተጨማሪ ተግባሮች ለማንቀሳቀስ"
-#: strings.hrc:1257
+#: sw/inc/strings.hrc:1252
msgctxt "STR_ADDITIONAL_ACCNAME_STRING2"
msgid "Press left or right arrow to choose the structure controls"
msgstr "ይጫኑ የ ግራ ወይንም የ ቀኝ ቀስት የ መቆጣጠሪያ አካሎችን ለመምረጥ"
-#: strings.hrc:1258
+#: sw/inc/strings.hrc:1253
msgctxt "STR_ADDITIONAL_ACCNAME_STRING3"
msgid "Press Ctrl+Alt+B to move focus back to the current structure control"
msgstr "ይጫኑ Ctrl+Alt+B ወደ አሁኑ የ መቆጣጠሪያ አካል ትኩረቱን ለ መመለስ"
-#: strings.hrc:1259
+#: sw/inc/strings.hrc:1254
msgctxt "STR_AUTOMARK_TYPE"
msgid "Selection file for the alphabetical index (*.sdi)"
msgstr "የ ፋይል ምርጫዎች በ ፊደል ማውጫ (*.sdi)"
@@ -6235,252 +6199,237 @@ msgstr "የ ፋይል ምርጫዎች በ ፊደል ማውጫ (*.sdi)"
#. -----------------------------------------------------------------------
#. Description: character alignment for frmsh.cxx - context menu
#. -----------------------------------------------------------------------
-#: strings.hrc:1264
+#: sw/inc/strings.hrc:1259
msgctxt "STR_FRMUI_TOP_BASE"
msgid "Base line at ~top"
msgstr "መሰረታዊ መስመር ከ ~ላይ"
-#: strings.hrc:1265
+#: sw/inc/strings.hrc:1260
msgctxt "STR_FRMUI_BOTTOM_BASE"
msgid "~Base line at bottom"
msgstr "~መሰረታዊ መስመር ከ ታች"
-#: strings.hrc:1266
+#: sw/inc/strings.hrc:1261
msgctxt "STR_FRMUI_CENTER_BASE"
msgid "Base line ~centered"
msgstr "መሰረታዊ መስመር ~መሀከል"
-#: strings.hrc:1267
-msgctxt "STR_FRMUI_LINE_TOP"
-msgid "Top of line"
-msgstr "ከ መስመሩ በላይ"
-
-#: strings.hrc:1268
-msgctxt "STR_FRMUI_LINE_BOTTOM"
-msgid "Bottom of line"
-msgstr "ከ መስመሩ በታች"
-
-#: strings.hrc:1269
-msgctxt "STR_FRMUI_LINE_CENTER"
-msgid "Center of line"
-msgstr "ከ መስመሩ መሀከል"
-
-#: strings.hrc:1270
+#: sw/inc/strings.hrc:1262
msgctxt "STR_FRMUI_OLE_INSERT"
msgid "Insert object"
msgstr "እቃ ማስገቢያ"
-#: strings.hrc:1271
+#: sw/inc/strings.hrc:1263
msgctxt "STR_FRMUI_OLE_EDIT"
msgid "Edit object"
msgstr "እቃ ማረሚያ"
-#: strings.hrc:1272
+#: sw/inc/strings.hrc:1264
msgctxt "STR_FRMUI_COLL_HEADER"
msgid " (Template: "
msgstr " (ቴምፕሌት: "
-#: strings.hrc:1273
+#: sw/inc/strings.hrc:1265
msgctxt "STR_FRMUI_BORDER"
msgid "Borders"
msgstr "ድንበሮች"
-#: strings.hrc:1274
+#: sw/inc/strings.hrc:1266
msgctxt "STR_FRMUI_PATTERN"
msgid "Background"
msgstr "መደብ"
-#: strings.hrc:1276
+#: sw/inc/strings.hrc:1268
msgctxt "STR_TEXTCOLL_HEADER"
msgid "(Paragraph Style: "
msgstr "(የ አንቀጽ ዘዴ: "
-#: strings.hrc:1277
+#: sw/inc/strings.hrc:1269
msgctxt "STR_ILLEGAL_PAGENUM"
msgid "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages."
msgstr "የ ገጽ ቁጥሮች ወደ አሁኑ ገጽ መስጠት አልተቻለም: ሙሉ ቁጥሮች በ ግራ ገጾች ላይ ይሆናሉ: ጎዶሎ ቁጥሮች በ ቀኝ ገጾች ላይ ይሆናሉ"
-#: strings.hrc:1279
+#: sw/inc/strings.hrc:1271
msgctxt "STR_HUMAN_SWGLOBDOC_NAME"
msgid "Master Document"
msgstr "ዋናው ሰነድ"
-#: strings.hrc:1280
+#: sw/inc/strings.hrc:1272
msgctxt "STR_WRITER_GLOBALDOC_FULLTYPE"
msgid "%PRODUCTNAME %PRODUCTVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTVERSION ዋናው ሰነድ"
-#: strings.hrc:1282
+#: sw/inc/strings.hrc:1274
msgctxt "STR_QUERY_CONNECT"
msgid "A file connection will delete the contents of the current section. Connect anyway?"
msgstr "የፋይል ግንኙነት የአሁኑን ክፍል ይዞታዎች ያጠፋቸዋል ፡ ለማንኛውም ልቀጥል?"
-#: strings.hrc:1283
+#: sw/inc/strings.hrc:1275
msgctxt "STR_WRONG_PASSWORD"
msgid "The password entered is invalid."
msgstr "ያስገቡት የ መግቢያ ቃል ዋጋ የለውም"
-#: strings.hrc:1284
+#: sw/inc/strings.hrc:1276
msgctxt "STR_WRONG_PASSWD_REPEAT"
msgid "The password has not been set."
msgstr "የመግቢያ ቃል አልተሰናዳም"
-#: strings.hrc:1286
+#: sw/inc/strings.hrc:1278
msgctxt "STR_HYP_OK"
msgid "Hyphenation completed"
msgstr "ጭረት ተጠናቋል"
-#: strings.hrc:1287
+#: sw/inc/strings.hrc:1279
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr "ምንም (ፊደሎቹን አታርም)"
-#: strings.hrc:1288
+#: sw/inc/strings.hrc:1280
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr "ነባሩን ቋንቋ እንደነበረ መመለሻ"
-#: strings.hrc:1289
+#: sw/inc/strings.hrc:1281
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr "ተጨማሪ..."
-#: strings.hrc:1290
+#: sw/inc/strings.hrc:1282
msgctxt "STR_IGNORE_SELECTION"
msgid "~Ignore"
msgstr "~መተው"
-#: strings.hrc:1291
+#: sw/inc/strings.hrc:1283
msgctxt "STR_EXPLANATION_LINK"
msgid "Explanations..."
msgstr "መግለጫዎች..."
-#: strings.hrc:1293
+#: sw/inc/strings.hrc:1285
msgctxt "STR_QUERY_SPECIAL_FORCED"
msgid "Check special regions is deactivated. Check anyway?"
msgstr "የተለዩ አካባቢዎች ተሰናክለው እንደሆን መመርመሪያ: ለማንኛውም ልመርምር?"
-#: strings.hrc:1294
+#: sw/inc/strings.hrc:1286
msgctxt "STR_NO_MERGE_ENTRY"
msgid "Could not merge documents."
msgstr "ሰነዱን ማዋሀድ አልተቻለም"
-#: strings.hrc:1295
+#: sw/inc/strings.hrc:1287
msgctxt "STR_ERR_SRCSTREAM"
msgid "The source cannot be loaded."
msgstr "ምንጩን መጫን አልተቻለም"
-#: strings.hrc:1296
+#: sw/inc/strings.hrc:1288
msgctxt "STR_ERR_NO_FAX"
msgid "No fax printer has been set under Tools/Options/%1/Print."
msgstr "ምንም የ ፋክስ ማተሚያ አልተዘጋጀም በ መሳሪያዎች/ምርጫዎች/%1/ማተሚያ ስር"
-#: strings.hrc:1297
+#: sw/inc/strings.hrc:1289
msgctxt "STR_WEBOPTIONS"
msgid "HTML document"
msgstr "የ HTML ሰነድ"
-#: strings.hrc:1298
+#: sw/inc/strings.hrc:1290
msgctxt "STR_TEXTOPTIONS"
msgid "Text document"
msgstr "የ ጽሁፍ ሰነድ"
-#: strings.hrc:1299
+#: sw/inc/strings.hrc:1291
msgctxt "STR_SCAN_NOSOURCE"
msgid "Source not specified."
msgstr "ምንጩ አልተገለጸም"
-#: strings.hrc:1300
+#: sw/inc/strings.hrc:1292
msgctxt "STR_NUM_LEVEL"
msgid "Level "
msgstr "ደረጃ "
-#: strings.hrc:1301
+#: sw/inc/strings.hrc:1293
msgctxt "STR_NUM_OUTLINE"
msgid "Outline "
msgstr "ረቂቅ "
-#: strings.hrc:1302
+#: sw/inc/strings.hrc:1294
msgctxt "STR_EDIT_FOOTNOTE"
msgid "Edit Footnote/Endnote"
-msgstr "ማረሚያ የ ግርጌ/የ መጨረሻ ማስታወሻ"
+msgstr "የ ግርጌ/መጨረሻ ማስታወሻ ማረሚያ"
-#: strings.hrc:1303
+#: sw/inc/strings.hrc:1295
msgctxt "STR_NB_REPLACED"
msgid "Search key replaced XX times."
msgstr "መፈለጊያው ቁልፍ በዚህ XX ያህል ጊዜ ተቀይሯል"
-#: strings.hrc:1304
+#: sw/inc/strings.hrc:1296
msgctxt "STR_SRCVIEW_ROW"
msgid "Row "
msgstr "ረድፍ "
-#: strings.hrc:1305
+#: sw/inc/strings.hrc:1297
msgctxt "STR_SRCVIEW_COL"
msgid "Column "
msgstr "አምድ "
-#: strings.hrc:1306
+#: sw/inc/strings.hrc:1298
msgctxt "STR_SAVEAS_SRC"
msgid "~Export source..."
msgstr "ምንጩን ~መላኪያ..."
-#: strings.hrc:1307
+#: sw/inc/strings.hrc:1299
msgctxt "STR_SAVEACOPY_SRC"
msgid "~Export copy of source..."
msgstr "~መላኪያ የ ኮፒ ምንጭ..."
-#: strings.hrc:1309
+#: sw/inc/strings.hrc:1301
msgctxt "ST_CONTINUE"
msgid "~Continue"
msgstr "~ይቀጥሉ"
-#: strings.hrc:1310
+#: sw/inc/strings.hrc:1302
msgctxt "ST_TASK"
msgid "Task"
msgstr "ስራ"
-#: strings.hrc:1311
+#: sw/inc/strings.hrc:1303
msgctxt "ST_STATUS"
msgid "Status"
msgstr "ሁኔታው"
-#: strings.hrc:1312
+#: sw/inc/strings.hrc:1304
msgctxt "ST_SENDINGTO"
msgid "Sending to: %1"
msgstr "በመላክ ላይ ወደ: %1"
-#: strings.hrc:1313
+#: sw/inc/strings.hrc:1305
msgctxt "ST_COMPLETED"
msgid "Successfully sent"
msgstr "ተሳክቶ ተልኳል"
-#: strings.hrc:1314
+#: sw/inc/strings.hrc:1306
msgctxt "ST_FAILED"
msgid "Sending failed"
msgstr "መላክ አልተቻለም"
-#: strings.hrc:1316
+#: sw/inc/strings.hrc:1308
msgctxt "STR_SENDER_TOKENS"
msgid "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;"
msgstr "ድርጅት;CR;የ መጀመሪያ ስም; ;የ አባት ስም;CR;አድራሻ ;CR;ከተማ ; ;ከፍለ ሀገር; ;ፖ.ሳ.ቁጥር ;CR;አገር;CR;"
-#: strings.hrc:1318
+#: sw/inc/strings.hrc:1310
msgctxt "STR_TBL_FORMULA"
msgid "Text formula"
msgstr "ጽሁፍ መቀመሪያ"
-#: strings.hrc:1320
+#: sw/inc/strings.hrc:1312
msgctxt "STR_MENU_ZOOM"
msgid "~Zoom"
msgstr "~ማሳያ"
-#: strings.hrc:1321
+#: sw/inc/strings.hrc:1313
msgctxt "STR_MENU_UP"
msgid "~Upwards"
msgstr "~ወደ ላይ"
-#: strings.hrc:1322
+#: sw/inc/strings.hrc:1314
msgctxt "STR_MENU_DOWN"
msgid "Do~wnwards"
msgstr "ወደ ~ታች"
@@ -6488,7 +6437,7 @@ msgstr "ወደ ~ታች"
#. --------------------------------------------------------------------
#. Description: Classification strings
#. --------------------------------------------------------------------
-#: strings.hrc:1328
+#: sw/inc/strings.hrc:1320
msgctxt "STR_CLASSIFICATION_LEVEL_CHANGED"
msgid "Document classification has changed because a paragraph classification level is higher"
msgstr "ሰነድ መመደቢያ ተቀይሯል ምክንያቱም የ አንቀጽ መመደቢያ ደረጃ ከፍተኛ ነው"
@@ -6496,2172 +6445,2162 @@ msgstr "ሰነድ መመደቢያ ተቀይሯል ምክንያቱም የ አን
#. --------------------------------------------------------------------
#. Description: Paragraph Signature
#. --------------------------------------------------------------------
-#: strings.hrc:1333
+#: sw/inc/strings.hrc:1325
msgctxt "STR_VALID"
msgid " Valid "
msgstr " ዋጋ ያለው "
-#: strings.hrc:1334
+#: sw/inc/strings.hrc:1326
msgctxt "STR_INVALID"
msgid "Invalid"
msgstr "ዋጋ የሌለው"
-#: strings.hrc:1335
+#: sw/inc/strings.hrc:1327
msgctxt "STR_INVALID_SIGNATURE"
msgid "Invalid Signature"
msgstr "ዋጋ የሌለው ፊርማ"
-#: strings.hrc:1336
+#: sw/inc/strings.hrc:1328
msgctxt "STR_SIGNED_BY"
msgid "Signed-by"
msgstr "የ ተፈረመው-በ"
-#: strings.hrc:1337
+#: sw/inc/strings.hrc:1329
msgctxt "STR_PARAGRAPH_SIGNATURE"
msgid "Paragraph Signature"
msgstr "የ አንቀጽ ፊርማ"
-#: utlui.hrc:27
+#: sw/inc/strings.hrc:1331
+msgctxt "labeldialog|cards"
+msgid "Business Cards"
+msgstr "የ ንግድ ካርዶች"
+
+#: sw/inc/utlui.hrc:27
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Remove empty paragraphs"
msgstr "ባዶ አንቀጾች ማስወገጃ"
-#: utlui.hrc:28
+#: sw/inc/utlui.hrc:28
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Use replacement table"
msgstr "ሰንጠረዥ መቀየሪያ ይጠቀሙ"
-#: utlui.hrc:29
+#: sw/inc/utlui.hrc:29
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Correct TWo INitial CApitals"
msgstr "በ ሁለት አቢይ የሚጀምር ቃል ማረሚያ TWo INitial CApitals"
-#: utlui.hrc:30
+#: sw/inc/utlui.hrc:30
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Capitalize first letter of sentences"
msgstr "ሁሉንም አረፍተ ነገር በ አቢይ ፊደል መጀመሪያውን መጻፊያ"
-#: utlui.hrc:31
+#: sw/inc/utlui.hrc:31
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace \"standard\" quotes with %1custom%2 quotes"
msgstr "መቀየሪያ \"መደበኛ\" ጥቅሶችን በ %1custom%2 ጥቅሶች"
-#: utlui.hrc:32
+#: sw/inc/utlui.hrc:32
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace Custom Styles"
msgstr "ዘዴዎች ማስተካከያ መቀየሪያ"
-#: utlui.hrc:33
+#: sw/inc/utlui.hrc:33
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Bullets replaced"
msgstr "ነጥቦች ተቀይረዋል"
-#: utlui.hrc:34
+#: sw/inc/utlui.hrc:34
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Automatic _underline_"
msgstr "ራሱ በራሱ ከ _ስሩ ማስመሪያ_"
-#: utlui.hrc:35
+#: sw/inc/utlui.hrc:35
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Automatic *bold*"
msgstr "ራሱ በራሱ *ማድመቂያ*"
-#: utlui.hrc:36
+#: sw/inc/utlui.hrc:36
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace 1/2 ... with ½ ..."
msgstr "መቀየሪያ 1/2 ... በ ½ ..."
-#: utlui.hrc:37
+#: sw/inc/utlui.hrc:37
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "URL recognition"
msgstr "URL ማስታወሻ"
-#: utlui.hrc:38
+#: sw/inc/utlui.hrc:38
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace dashes"
msgstr "ዳሾችን መቀየሪያ"
-#: utlui.hrc:39
+#: sw/inc/utlui.hrc:39
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Replace 1st... with 1^st..."
msgstr "መቀየሪያ 1ኛ... በ 1^ኛ..."
-#: utlui.hrc:40
+#: sw/inc/utlui.hrc:40
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Combine single line paragraphs"
msgstr "የ ነጠላ መስመር አንቀጾችን መቀላቀያ"
-#: utlui.hrc:41
+#: sw/inc/utlui.hrc:41
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Text body\" Style"
msgstr "የ \"ጽሁፍ አካል\" ዘዴ ማሰናጃ"
-#: utlui.hrc:42 /home/cl/vc/git/libo-core/sw/inc/utlui.hrc:44
+#: sw/inc/utlui.hrc:42 sw/inc/utlui.hrc:44
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Text body indent\" Style"
msgstr "የ \"ጽሁፍ አካል ማስረጊያ\" ዘዴ ማሰናጃ"
-#: utlui.hrc:43
+#: sw/inc/utlui.hrc:43
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Hanging indent\" Style"
msgstr "የ \"ተንጠልጣይ ማስረጊያ\" ዘዴ ማሰናጃ"
-#: utlui.hrc:45
+#: sw/inc/utlui.hrc:45
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Heading $(ARG1)\" Style"
msgstr "ማሰናጃ \"ራስጌ $(ARG1)\" ዘዴ"
-#: utlui.hrc:46
+#: sw/inc/utlui.hrc:46
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Bullet\" or \"Numbering\" Style"
msgstr "የ \"ነጥብ\" ወይም \"ቁጥር መስጫ\" ዘዴ ማሰናጃ"
-#: utlui.hrc:47
+#: sw/inc/utlui.hrc:47
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Combine paragraphs"
msgstr "አንቀጾች መቀላቀያ"
-#: utlui.hrc:48
+#: sw/inc/utlui.hrc:48
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Add non breaking space"
msgstr "ያልተሰባበረ ክፍተት መጨመሪያ"
-#: abstractdialog.ui:21
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:21
msgctxt "abstractdialog|AbstractDialog"
msgid "Create AutoAbstract"
msgstr "በራሱ ግልጽ ያልሆነ መፍጠሪያ"
-#: abstractdialog.ui:114
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:114
msgctxt "abstractdialog|label2"
msgid "Included outline levels"
msgstr "የረቂቅ ደረጃዎችን የሚያካትት"
-#: abstractdialog.ui:130
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:130
msgctxt "abstractdialog|label3"
msgid "Paragraphs per level"
msgstr "አንቀጾች በደረጃ"
-#: abstractdialog.ui:146
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:146
msgctxt "abstractdialog|label4"
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
msgstr "ከ ረቂቅ ደረጃዎች ውስጥ የ ተመረጡትን አንቀጾች ቁጥር የያዘው ግልጽ ያልሆነው ነው"
-#: abstractdialog.ui:197
+#: sw/uiconfig/swriter/ui/abstractdialog.ui:194
msgctxt "abstractdialog|label1"
msgid "Properties"
msgstr "ባህሪዎች"
-#: addentrydialog.ui:8
+#: sw/uiconfig/swriter/ui/addentrydialog.ui:8
msgctxt "addentrydialog|AddEntryDialog"
msgid "Add Element"
msgstr "አካሎች መጨመሪያ"
-#: addentrydialog.ui:99
+#: sw/uiconfig/swriter/ui/addentrydialog.ui:98
msgctxt "addentrydialog|label1"
msgid "Element Name"
msgstr "የ አካሉ ስም"
-#: addressblockdialog.ui:8
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:8
msgctxt "addressblockdialog|AddressBlockDialog"
msgid "New Address Block"
msgstr "አዲስ አድራሻ መከልከያ"
-#: addressblockdialog.ui:84
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:84
msgctxt "addressblockdialog|addressesft"
msgid "Address _elements"
msgstr "የ አድራሻ _አካሎች"
-#: addressblockdialog.ui:115
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:115
msgctxt "addressblockdialog|addressdestft"
msgid "1. Drag address elements here"
msgstr "1. የ አድራሻ አካሎች ወደ እዚህ ይጎትቱ"
-#: addressblockdialog.ui:139
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:139
msgctxt "addressblockdialog|up|tooltip_text"
msgid "Move up"
msgstr "ወደ ላይ ማንቀሳቀሻ"
-#: addressblockdialog.ui:154
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:154
msgctxt "addressblockdialog|left|tooltip_text"
msgid "Move left"
msgstr "ወደ ግራ ማንቀሳቀሻ"
-#: addressblockdialog.ui:169
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:169
msgctxt "addressblockdialog|right|tooltip_text"
msgid "Move right"
msgstr "ወደ ቀኝ ማንቀሳቀሻ"
-#: addressblockdialog.ui:184
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:184
msgctxt "addressblockdialog|down|tooltip_text"
msgid "Move down"
msgstr "ወደ ታች ማንቀሳቀሻ"
-#: addressblockdialog.ui:222
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:222
msgctxt "addressblockdialog|label3"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: addressblockdialog.ui:238
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:238
msgctxt "addressblockdialog|customft"
msgid "2. Customi_ze salutation"
msgstr "2. ሰላምታ ማስተካ_ከያ"
-#: addressblockdialog.ui:310
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:310
msgctxt "addressblockdialog|fromaddr|tooltip_text"
msgid "Remove from address"
msgstr "ከ አድራሻ ውስጥ ማስወገጃ"
-#: addressblockdialog.ui:410
+#: sw/uiconfig/swriter/ui/addressblockdialog.ui:410
msgctxt "addressblockdialog|image5|tooltip_text"
msgid "Add to address"
msgstr "ወደ አድራሻ ውስጥ መጨመሪያ"
-#: alreadyexistsdialog.ui:6
+#: sw/uiconfig/swriter/ui/alreadyexistsdialog.ui:7
+msgctxt "alreadyexistsdialog|AlreadyExistsDialog"
+msgid "File already exists"
+msgstr "ፋይሉ ቀደም ሲል ነበር"
+
+#: sw/uiconfig/swriter/ui/alreadyexistsdialog.ui:12
msgctxt "alreadyexistsdialog|textbuffer1"
msgid "A document with the name '%1' already exists."
msgstr "ሰነድ በዚህ ስም '%1' ቀደም ሲል ነበር"
-#: alreadyexistsdialog.ui:9
+#: sw/uiconfig/swriter/ui/alreadyexistsdialog.ui:13
msgctxt "alreadyexistsdialog|textbuffer2"
msgid "Please save this document under a different name."
msgstr "እባክዎን ይህን ሰነድ በሌላ የተለየ ስም ያስቀምጡ"
-#: alreadyexistsdialog.ui:14
-msgctxt "alreadyexistsdialog|AlreadyExistsDialog"
-msgid "File already exists"
-msgstr "ፋይሉ ቀደም ሲል ነበር"
-
-#: alreadyexistsdialog.ui:126
+#: sw/uiconfig/swriter/ui/alreadyexistsdialog.ui:81
msgctxt "alreadyexistsdialog|label1"
-msgid "New document name:"
-msgstr "አዲስ የ ሰነድ ስም:"
+msgid "Subject:"
+msgstr "ጉዳዩ:"
-#: annotationmenu.ui:12
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:12
msgctxt "annotationmenu|reply"
msgid "Reply"
msgstr "መመለሻ"
-#: annotationmenu.ui:26
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:26
msgctxt "annotationmenu|delete"
msgid "Delete _Comment"
msgstr "_አስተያየት ማጥፊያ"
-#: annotationmenu.ui:34
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete _All Comments by $1"
msgstr "_ሁሉንም አስተያየቶች ማጥፊያ በ $1"
-#: annotationmenu.ui:42
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:42
msgctxt "annotationmenu|deleteall"
msgid "_Delete All Comments"
msgstr "ሁሉንም አስተያየቶች _ማጥፊያ"
-#: annotationmenu.ui:50
+#: sw/uiconfig/swriter/ui/annotationmenu.ui:50
msgctxt "annotationmenu|formatall"
msgid "Format All Comments..."
msgstr "የ ሁሉም አስተያየቶች አቀራረብ..."
-#: asciifilterdialog.ui:8
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:8
msgctxt "asciifilterdialog|AsciiFilterDialog"
msgid "ASCII Filter Options"
msgstr "ASCII Filter Options"
-#: asciifilterdialog.ui:97
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:100
msgctxt "asciifilterdialog|label2"
msgid "_Character set"
msgstr "_ባህሪ ማሰናጃ"
-#: asciifilterdialog.ui:113
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:114
msgctxt "asciifilterdialog|fontft"
msgid "Default fonts"
msgstr "ነባር ፊደሎች"
-#: asciifilterdialog.ui:129
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:128
msgctxt "asciifilterdialog|languageft"
msgid "Lan_guage"
msgstr "ቋን_ቋ"
-#: asciifilterdialog.ui:145
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:142
msgctxt "asciifilterdialog|label5"
msgid "_Paragraph break"
msgstr "የ _አንቀጽ መጨረሻ"
-#: asciifilterdialog.ui:204
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:181
msgctxt "asciifilterdialog|crlf"
msgid "_CR & LF"
msgstr "_CR & LF"
-#: asciifilterdialog.ui:222
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:198
msgctxt "asciifilterdialog|cr"
msgid "C_R"
msgstr "C_R"
-#: asciifilterdialog.ui:240
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:216
msgctxt "asciifilterdialog|lf"
msgid "_LF"
msgstr "_LF"
-#: asciifilterdialog.ui:272
+#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:264
msgctxt "asciifilterdialog|label1"
msgid "Properties"
msgstr "ባህሪዎች"
-#: asksearchdialog.ui:12
+#: sw/uiconfig/swriter/ui/asksearchdialog.ui:12
msgctxt "asksearchdialog|AskSearchDialog"
msgid "To proceed with this action, you must first turn off the \"undo\" function. Do you want to turn off the \"undo\" function?"
msgstr "ይህን ተግባር ለ መቀጠል በ መጀመሪያ የ \"መተው\" ተግባርን ማጥፋት ያስፈልጋል: የ \"መተው\" ተግባርን አሁን ማጥፋት ይፈልጋሉ?"
-#: assignfieldsdialog.ui:9
+#: sw/uiconfig/swriter/ui/assignfieldsdialog.ui:9
msgctxt "assignfieldsdialog|AssignFieldsDialog"
msgid "Match Fields"
msgstr "ተመሳሳይ ሜዳዎች"
-#: assignfieldsdialog.ui:85
+#: sw/uiconfig/swriter/ui/assignfieldsdialog.ui:85
msgctxt "assignfieldsdialog|MATCHING_LABEL"
msgid "Assign the fields from your data source to match the address elements."
msgstr "ሜዳዎችን መመደቢያ ከ እርስዎ የዳታ ምንጭ አድራሻ አካላት ጋር እንዲስማሙ"
-#: assignfieldsdialog.ui:111
+#: sw/uiconfig/swriter/ui/assignfieldsdialog.ui:111
msgctxt "assignfieldsdialog|PREVIEW_LABEL"
msgid "Address block preview"
msgstr "የ አድራሻ መከልከያ ቅድመ እይታ"
-#: assignstylesdialog.ui:19
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:19
msgctxt "assignstylesdialog|AssignStylesDialog"
msgid "Assign Styles"
msgstr "ዘዴዎች መመደቢያ"
-#: assignstylesdialog.ui:124
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:124
msgctxt "assignstylesdialog|left-atkobject"
msgid "Left"
msgstr "በ ግራ"
-#: assignstylesdialog.ui:142
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:142
msgctxt "assignstylesdialog|right-atkobject"
msgid "Right"
msgstr "በ ቀኝ"
-#: assignstylesdialog.ui:190
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:190
msgctxt "assignstylesdialog|notapplied"
msgid "Not applied"
msgstr "አልተፈጸመም"
-#: assignstylesdialog.ui:207
+#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:207
msgctxt "assignstylesdialog|label3"
msgid "Styles"
msgstr "ዘዴዎች"
-#: attachnamedialog.ui:6
+#: sw/uiconfig/swriter/ui/attachnamedialog.ui:7
+msgctxt "attachnamedialog|AttachNameDialog"
+msgid "No Attachment Name"
+msgstr "የማያያዣ ስም የለም"
+
+#: sw/uiconfig/swriter/ui/attachnamedialog.ui:12
msgctxt "attachnamedialog|textbuffer1"
msgid "You did not specify a new name for the attachment."
msgstr "ለማያያዣው አዲስ ስም አልሰጡም"
-#: attachnamedialog.ui:9
+#: sw/uiconfig/swriter/ui/attachnamedialog.ui:13
msgctxt "attachnamedialog|textbuffer2"
msgid "If you would like to provide one, please type it now."
msgstr "አዲስ ስም ለመስጠት እባክዎን አሁን ይጻፉ"
-#: attachnamedialog.ui:14
-msgctxt "attachnamedialog|AttachNameDialog"
-msgid "No Attachment Name"
-msgstr "የማያያዣ ስም የለም"
-
-#: attachnamedialog.ui:138
+#: sw/uiconfig/swriter/ui/attachnamedialog.ui:81
msgctxt "attachnamedialog|label1"
msgid "Name:"
msgstr "ስም:"
-#: authenticationsettingsdialog.ui:14
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:14
msgctxt "authenticationsettingsdialog|AuthenticationSettingsDialog"
msgid "Server Authentication"
msgstr "የ ሰርቨር ማረጋገጫ"
-#: authenticationsettingsdialog.ui:88
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:91
msgctxt "authenticationsettingsdialog|authentication"
msgid "The outgoing mail server (SMTP) requires au_thentication"
msgstr "ደብዳቤ ወደ ውጪ መላኪያ ሰርቨር (SMTP) ማረ_ጋገጫ ይፈልጋል"
-#: authenticationsettingsdialog.ui:104
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:107
msgctxt "authenticationsettingsdialog|separateauthentication"
msgid "The outgoing mail server (SMTP) requires _separate authentication"
msgstr "ደብዳቤ ወደ ውጪ መላኪያ ሰርቨር (SMTP) _የተለየ ማረጋገጫ ይፈልጋል"
-#: authenticationsettingsdialog.ui:127
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:128
msgctxt "authenticationsettingsdialog|label1"
msgid "Outgoing mail server:"
msgstr "ደብዳቤ ወደ ውጪ መላኪያ ሰርቨር:"
-#: authenticationsettingsdialog.ui:154
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:155
msgctxt "authenticationsettingsdialog|username_label"
msgid "_User name:"
msgstr "የ _ተጠቃሚ ስም:"
-#: authenticationsettingsdialog.ui:183
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:185
msgctxt "authenticationsettingsdialog|outpassword_label"
msgid "_Password:"
msgstr "_የመግቢያ ቃል:"
-#: authenticationsettingsdialog.ui:194
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:197
msgctxt "authenticationsettingsdialog|smtpafterpop"
msgid "The outgoing mail server uses the same authentication as the _incoming mail server"
msgstr "ደብዳቤ ወደ ውጪ መላኪያ ሰርቨር ተመሳሳይ ማረጋገጫ ይጠቀማል እንደ ደብዳቤ ወደ ውስጥ ማምጫ"
-#: authenticationsettingsdialog.ui:217
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:219
msgctxt "authenticationsettingsdialog|label2"
msgid "Incoming mail server:"
msgstr "ወደ ውስጥ የሚመጣ ደብዳቤ ሰርቨር:"
-#: authenticationsettingsdialog.ui:244
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:246
msgctxt "authenticationsettingsdialog|server_label"
msgid "Server _name:"
msgstr "የ ሰርቨሩ _ስም:"
-#: authenticationsettingsdialog.ui:271
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:273
msgctxt "authenticationsettingsdialog|port_label"
msgid "P_ort:"
msgstr "P_ort:"
-#: authenticationsettingsdialog.ui:286
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:288
msgctxt "authenticationsettingsdialog|label3"
msgid "Type:"
msgstr "አይነት:"
-#: authenticationsettingsdialog.ui:295
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:298
msgctxt "authenticationsettingsdialog|pop3"
msgid "_POP3"
msgstr "_POP3"
-#: authenticationsettingsdialog.ui:312
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:314
msgctxt "authenticationsettingsdialog|imap"
msgid "_IMAP"
msgstr "_IMAP"
-#: authenticationsettingsdialog.ui:360
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:362
msgctxt "authenticationsettingsdialog|inusername_label"
msgid "Us_er name:"
msgstr "የ ተጠ_ቃሚ ስም:"
-#: authenticationsettingsdialog.ui:375
+#: sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui:377
msgctxt "authenticationsettingsdialog|inpassword_label"
msgid "Pass_word:"
msgstr "የመግቢያ_ቃል:"
-#: autoformattable.ui:9
+#: sw/uiconfig/swriter/ui/autoformattable.ui:16
msgctxt "autoformattable|AutoFormatTableDialog"
msgid "AutoFormat"
msgstr "በራሱ አቀራረብ"
-#: autoformattable.ui:95
+#: sw/uiconfig/swriter/ui/autoformattable.ui:208
msgctxt "autoformattable|rename"
msgid "Rename"
msgstr "እንደገና መሰየሚያ"
-#: autoformattable.ui:187
+#: sw/uiconfig/swriter/ui/autoformattable.ui:233
msgctxt "autoformattable|label1"
msgid "Format"
msgstr "አቀራረብ"
-#: autoformattable.ui:220
+#: sw/uiconfig/swriter/ui/autoformattable.ui:266
msgctxt "autoformattable|numformatcb"
msgid "Number format"
msgstr "የ ቁጥር አቀራረብ"
-#: autoformattable.ui:237
+#: sw/uiconfig/swriter/ui/autoformattable.ui:281
msgctxt "autoformattable|bordercb"
msgid "Borders"
msgstr "ድንበሮች"
-#: autoformattable.ui:254
+#: sw/uiconfig/swriter/ui/autoformattable.ui:296
msgctxt "autoformattable|fontcb"
msgid "Font"
msgstr "ፊደል"
-#: autoformattable.ui:271
+#: sw/uiconfig/swriter/ui/autoformattable.ui:311
msgctxt "autoformattable|patterncb"
msgid "Pattern"
msgstr "ንድፍ"
-#: autoformattable.ui:288
+#: sw/uiconfig/swriter/ui/autoformattable.ui:326
msgctxt "autoformattable|alignmentcb"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: autoformattable.ui:314
+#: sw/uiconfig/swriter/ui/autoformattable.ui:350
msgctxt "autoformattable|label2"
msgid "Formatting"
msgstr "አቀራረብ"
-#: autotext.ui:9
+#: sw/uiconfig/swriter/ui/autotext.ui:9
msgctxt "autotext|AutoTextDialog"
msgid "AutoText"
msgstr "በራሱ ጽሁፍ"
-#: autotext.ui:22
+#: sw/uiconfig/swriter/ui/autotext.ui:22
msgctxt "autotext|insert"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: autotext.ui:67
+#: sw/uiconfig/swriter/ui/autotext.ui:67
msgctxt "autotext|autotext"
msgid "AutoTe_xt"
msgstr "በራሱ ጽሁ_ፍ"
-#: autotext.ui:81
+#: sw/uiconfig/swriter/ui/autotext.ui:81
msgctxt "autotext|categories"
msgid "Cat_egories..."
msgstr "ምድ_ቦች..."
-#: autotext.ui:95
+#: sw/uiconfig/swriter/ui/autotext.ui:95
msgctxt "autotext|path"
msgid "_Path..."
msgstr "_መንገድ..."
-#: autotext.ui:142
+#: sw/uiconfig/swriter/ui/autotext.ui:142
msgctxt "autotext|relfile"
msgid "_File system"
msgstr "የ _ፋይል ስርአት"
-#: autotext.ui:157
+#: sw/uiconfig/swriter/ui/autotext.ui:157
msgctxt "autotext|relnet"
msgid "Inter_net"
msgstr "ኢንተ_ርኔት"
-#: autotext.ui:178
+#: sw/uiconfig/swriter/ui/autotext.ui:178
msgctxt "autotext|label1"
msgid "Save Links Relative To"
msgstr "የተዛመዱትን አገናኞች ማስቀመጫ ወደ"
-#: autotext.ui:205
+#: sw/uiconfig/swriter/ui/autotext.ui:205
msgctxt "autotext|inserttip"
msgid "_Display remainder of name as suggestion while typing"
msgstr "ቀሪውን ስም በምጽፈበት ጊዜ እንደ አስተያየት _ማሳያ"
-#: autotext.ui:230
+#: sw/uiconfig/swriter/ui/autotext.ui:230
msgctxt "autotext|nameft"
msgid "Name:"
msgstr "ስም:"
-#: autotext.ui:243
+#: sw/uiconfig/swriter/ui/autotext.ui:243
msgctxt "autotext|shortnameft"
msgid "Shortcut:"
msgstr "አቋራጭ:"
-#: autotext.ui:298
+#: sw/uiconfig/swriter/ui/autotext.ui:297
msgctxt "autotext|category-atkobject"
msgid "Category"
msgstr "ምድብ"
-#: autotext.ui:383
+#: sw/uiconfig/swriter/ui/autotext.ui:382
msgctxt "autotext|new"
msgid "_New"
msgstr "_አዲስ"
-#: autotext.ui:391
+#: sw/uiconfig/swriter/ui/autotext.ui:390
msgctxt "autotext|newtext"
msgid "New (text only)"
msgstr "አዲስ (ጽሁፍ ብቻ)"
-#: autotext.ui:399
+#: sw/uiconfig/swriter/ui/autotext.ui:398
msgctxt "autotext|copy"
msgid "_Copy"
msgstr "_ኮፒ"
-#: autotext.ui:407
+#: sw/uiconfig/swriter/ui/autotext.ui:406
msgctxt "autotext|replace"
msgid "Replace"
msgstr "መቀየሪያ"
-#: autotext.ui:415
+#: sw/uiconfig/swriter/ui/autotext.ui:414
msgctxt "autotext|replacetext"
msgid "Rep_lace (text only)"
msgstr "መቀየ_ሪያ (ጽሁፍ ብቻ)"
-#: autotext.ui:423
+#: sw/uiconfig/swriter/ui/autotext.ui:422
msgctxt "autotext|rename"
msgid "Rename..."
msgstr "እንደገና መሰየሚያ..."
-#: autotext.ui:431
+#: sw/uiconfig/swriter/ui/autotext.ui:430
msgctxt "autotext|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: autotext.ui:445
+#: sw/uiconfig/swriter/ui/autotext.ui:444
msgctxt "autotext|edit"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: autotext.ui:459
+#: sw/uiconfig/swriter/ui/autotext.ui:458
msgctxt "autotext|macro"
msgid "_Macro..."
msgstr "_Macro..."
-#: autotext.ui:473
+#: sw/uiconfig/swriter/ui/autotext.ui:472
msgctxt "autotext|import"
msgid "_Import..."
msgstr "_ማምጫ..."
-#: bibliographyentry.ui:7
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:7
msgctxt "bibliographyentry|BibliographyEntryDialog"
msgid "Insert Bibliography Entry"
msgstr "የ ጽሁፎች ዝርዝር ማስገቢያ መጨመሪያ"
-#: bibliographyentry.ui:20
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:20
msgctxt "bibliographyentry|insert"
msgid "Insert"
msgstr "ማስገቢያ"
-#: bibliographyentry.ui:35
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:35
msgctxt "bibliographyentry|modify"
msgid "Apply"
msgstr "መፈጸሚያ"
-#: bibliographyentry.ui:137
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:137
msgctxt "bibliographyentry|label2"
msgid "Author"
msgstr "ደራሲው"
-#: bibliographyentry.ui:154
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:154
msgctxt "bibliographyentry|label3"
msgid "Title"
msgstr "አርእስት"
-#: bibliographyentry.ui:185
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:185
msgctxt "bibliographyentry|label5"
msgid "Short name"
msgstr "አጭር ስም"
-#: bibliographyentry.ui:224
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:224
msgctxt "bibliographyentry|frombibliography"
msgid "From bibliography database"
msgstr "ከ ጽሁፎች ዝርዝር ዳታቤዝ ውስጥ"
-#: bibliographyentry.ui:242
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:243
msgctxt "bibliographyentry|fromdocument"
msgid "From document content"
msgstr "ከ ሰነዱ ይዞታ ውስጥ"
-#: bibliographyentry.ui:279
+#: sw/uiconfig/swriter/ui/bibliographyentry.ui:280
msgctxt "bibliographyentry|label1"
msgid "Entry"
msgstr "ማስገቢያ"
-#: bulletsandnumbering.ui:8
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:8
msgctxt "bulletsandnumbering|BulletsAndNumberingDialog"
msgid "Bullets and Numbering"
msgstr "ነጥቦች እና ቁጥር መስጫ"
-#: bulletsandnumbering.ui:39
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:39
msgctxt "bulletsandnumbering|user"
msgid "_Remove"
msgstr "_ማስወገጃ"
-#: bulletsandnumbering.ui:82
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:82
msgctxt "bulletsandnumbering|reset"
msgid "Reset"
msgstr "እንደ ነበር መመለሻ"
-#: bulletsandnumbering.ui:120
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:120
msgctxt "bulletsandnumbering|bullets"
msgid "Bullets"
msgstr "ነጥቦች"
-#: bulletsandnumbering.ui:142
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:142
msgctxt "bulletsandnumbering|singlenum"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: bulletsandnumbering.ui:165
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:165
msgctxt "bulletsandnumbering|outlinenum"
msgid "Outline"
msgstr "ረቂቅ"
-#: bulletsandnumbering.ui:188
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:188
msgctxt "bulletsandnumbering|graphics"
msgid "Image"
msgstr "ምስል"
-#: bulletsandnumbering.ui:211
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:211
msgctxt "bulletsandnumbering|position"
msgid "Position"
msgstr "ቦታ"
-#: bulletsandnumbering.ui:234
+#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:234
msgctxt "bulletsandnumbering|customize"
msgid "Customize"
msgstr "ማስተካከያ"
-#: businessdatapage.ui:28
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:28
msgctxt "businessdatapage|label5"
msgid "Company:"
msgstr "ድርጅት:"
-#: businessdatapage.ui:42
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:42
msgctxt "businessdatapage|streetft"
msgid "Slogan:"
msgstr "መፈክር:"
-#: businessdatapage.ui:56
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:56
msgctxt "businessdatapage|countryft"
msgid "Co_untry/state:"
msgstr "አ_ገር/ክፍለ ሀገር:"
-#: businessdatapage.ui:70
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:70
msgctxt "businessdatapage|label8"
msgid "Position:"
msgstr "ቦታ:"
-#: businessdatapage.ui:84
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:84
msgctxt "businessdatapage|phoneft"
msgid "Fa_x:"
msgstr "ፋክ_ስ:"
-#: businessdatapage.ui:89
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:89
msgctxt "businessdatapage|phoneft-atkobject"
msgid "Home telephone number"
msgstr "የ ቤት ስልክ ቁጥር"
-#: businessdatapage.ui:103
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:103
msgctxt "businessdatapage|faxft"
msgid "Homepage/e-mail:"
msgstr "ድሕረ ገጽ/ኢ-ሜይል:"
-#: businessdatapage.ui:126
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:125
msgctxt "businessdatapage|company-atkobject"
msgid "First name"
msgstr "የ መጀመሪያ ስም"
-#: businessdatapage.ui:156
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:154
msgctxt "businessdatapage|position-atkobject"
msgid "Title"
msgstr "አርእስት"
-#: businessdatapage.ui:185
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:182
msgctxt "businessdatapage|fax-atkobject"
msgid "Home telephone number"
msgstr "የ ቤት ስልክ ቁጥር"
-#: businessdatapage.ui:216
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:212
msgctxt "businessdatapage|url-atkobject"
msgid "FAX number"
msgstr "የ ፋክስ ቁጥር"
-#: businessdatapage.ui:234
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:229
msgctxt "businessdatapage|email-atkobject"
msgid "email address"
msgstr "የ ኢሜይል አድራሻ"
-#: businessdatapage.ui:254
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:249
msgctxt "businessdatapage|eastnameft"
msgid "Company 2nd line:"
msgstr "የ ድርጅት 2ኛ መስመር:"
-#: businessdatapage.ui:277
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:271
msgctxt "businessdatapage|company2-atkobject"
msgid "Last name"
msgstr "የ አባት ስም"
-#: businessdatapage.ui:297
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:291
msgctxt "businessdatapage|icityft"
msgid "_Zip/city:"
msgstr "_ፖሳቁ/ከተማ:"
-#: businessdatapage.ui:320
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:313
msgctxt "businessdatapage|icity-atkobject"
msgid "City"
msgstr "ከተማ"
-#: businessdatapage.ui:338
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:330
msgctxt "businessdatapage|izip-atkobject"
msgid "Zip code"
msgstr "ፖሳቁ"
-#: businessdatapage.ui:420
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:409
msgctxt "businessdatapage|titleft1"
msgid "Phone/mobile:"
msgstr "ስልክ/ተንቀሳቃሽ:"
-#: businessdatapage.ui:444
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:432
msgctxt "businessdatapage|phone-atkobject"
msgid "Title"
msgstr "አርእስት"
-#: businessdatapage.ui:462
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:449
msgctxt "businessdatapage|mobile-atkobject"
msgid "Position"
msgstr "ቦታ"
-#: businessdatapage.ui:482
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:469
msgctxt "businessdatapage|streetft1"
msgid "Street:"
msgstr "መንገድ:"
-#: businessdatapage.ui:523
+#: sw/uiconfig/swriter/ui/businessdatapage.ui:509
msgctxt "businessdatapage|label1"
msgid "Business Data"
msgstr "የ ንግድ ዳታ"
-#: cannotsavelabeldialog.ui:8
+#: sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui:7
msgctxt "cannotsavelabeldialog|CannotSaveLabelDialog"
msgid "Cannot Add Label"
msgstr "ምልክት መጨመር አልተቻለም"
-#: cannotsavelabeldialog.ui:14
+#: sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui:14
msgctxt "cannotsavelabeldialog|CannotSaveLabelDialog"
msgid "Cannot add label"
msgstr "ምልክት መጨመር አልተቻለም"
-#: cannotsavelabeldialog.ui:15
+#: sw/uiconfig/swriter/ui/cannotsavelabeldialog.ui:15
msgctxt "cannotsavelabeldialog|CannotSaveLabelDialog"
msgid "Predefined labels cannot be overwritten, use another name."
msgstr "በ ቅድሚያ የተገለጹ ምልክቶች ላይ ደርቦ መጻፍ አይቻልም: እባክዎን ሌላ ስም ይጠቀሙ"
-#: captiondialog.ui:8
+#: sw/uiconfig/swriter/ui/captiondialog.ui:8
msgctxt "captiondialog|CaptionDialog"
msgid "Caption"
msgstr "መግለጫ ጽሁፍ"
-#: captionoptions.ui:12
-msgctxt "captionoptions|liststore1"
-msgid "Category first"
-msgstr "ምድብ መጀመሪያ"
-
-#: captionoptions.ui:15
-msgctxt "captionoptions|liststore1"
-msgid "Numbering first"
-msgstr "ቁጥር መስጫ መጀመሪያ"
-
-#: captionoptions.ui:22
+#: sw/uiconfig/swriter/ui/captionoptions.ui:8
msgctxt "captionoptions|CaptionOptionsDialog"
msgid "Caption Options"
msgstr "የ መግለጫ ምርጫዎች"
-#: captionoptions.ui:85
+#: sw/uiconfig/swriter/ui/captionoptions.ui:129
msgctxt "captionoptions|label5"
msgid "_Level:"
msgstr "_ደረጃ:"
-#: captionoptions.ui:99
+#: sw/uiconfig/swriter/ui/captionoptions.ui:143
msgctxt "captionoptions|label6"
msgid "_Separator:"
msgstr "_መለያያ:"
-#: captionoptions.ui:116
+#: sw/uiconfig/swriter/ui/captionoptions.ui:161
msgctxt "captionoptions|label1"
msgid "Numbering Captions by Chapter"
msgstr "የ ቁጥር መስጫ መግለጫ በ ምእራፍ"
-#: captionoptions.ui:154
+#: sw/uiconfig/swriter/ui/captionoptions.ui:198
msgctxt "captionoptions|label4"
msgid "Character style:"
msgstr "የ ባህሪ ዘዴ:"
-#: captionoptions.ui:176
+#: sw/uiconfig/swriter/ui/captionoptions.ui:221
msgctxt "captionoptions|border_and_shadow"
msgid "_Apply border and shadow"
msgstr "ድንበር እና ጥላ _መፈጸሚያ"
-#: captionoptions.ui:199
+#: sw/uiconfig/swriter/ui/captionoptions.ui:244
msgctxt "captionoptions|label2"
msgid "Category and Frame Format"
msgstr "ምድብ እና የ ክፈፍ አቀራረብ"
-#: captionoptions.ui:237
+#: sw/uiconfig/swriter/ui/captionoptions.ui:281
msgctxt "captionoptions|label7"
msgid "Caption order:"
msgstr "የ መግለጫ ጽሁፍ ደንብ:"
-#: captionoptions.ui:266
+#: sw/uiconfig/swriter/ui/captionoptions.ui:297
+msgctxt "captionoptions|liststore1"
+msgid "Category first"
+msgstr "ምድብ መጀመሪያ"
+
+#: sw/uiconfig/swriter/ui/captionoptions.ui:298
+msgctxt "captionoptions|liststore1"
+msgid "Numbering first"
+msgstr "ቁጥር መስጫ መጀመሪያ"
+
+#: sw/uiconfig/swriter/ui/captionoptions.ui:314
msgctxt "captionoptions|label3"
msgid "Caption"
msgstr "መግለጫ ጽሁፍ"
-#: cardformatpage.ui:38
-msgctxt "cardformatpage|label2"
-msgid "AutoText - Section"
-msgstr "በራሱ ጽሁፍ - ክፍል"
-
-#: cardformatpage.ui:122
-msgctxt "cardformatpage|label1"
-msgid "Content"
-msgstr "ይዞታ"
-
-#: cardmediumpage.ui:63
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:63
msgctxt "cardmediumpage|address"
msgid "Address"
msgstr "አድራሻ"
-#: cardmediumpage.ui:82
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:83
msgctxt "cardmediumpage|label2"
msgid "Label text:"
msgstr "ጽሁፍ ምልክት ማድረጊያ:"
-#: cardmediumpage.ui:142
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:143
msgctxt "cardmediumpage|label4"
msgid "Database:"
msgstr "ዳታቤዝ:"
-#: cardmediumpage.ui:180
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:181
msgctxt "cardmediumpage|label7"
msgid "Table:"
msgstr "ሰንጠረዥ:"
-#: cardmediumpage.ui:218
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:219
msgctxt "cardmediumpage|label8"
msgid "Database field:"
msgstr "የ ዳታቤዝ ሜዳ:"
-#: cardmediumpage.ui:255
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:256
msgctxt "cardmediumpage|insert|tooltip_text"
msgid "Insert"
msgstr "ማስገቢያ"
-#: cardmediumpage.ui:272
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:273
msgctxt "cardmediumpage|label6"
msgid "Inscription"
msgstr "መቅረጫ"
-#: cardmediumpage.ui:319
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:320
msgctxt "cardmediumpage|continuous"
msgid "_Continuous"
msgstr "_የሚቀጥል"
-#: cardmediumpage.ui:335
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:336
msgctxt "cardmediumpage|sheet"
msgid "_Sheet"
msgstr "_ወረቀት"
-#: cardmediumpage.ui:368
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:369
msgctxt "cardmediumpage|label5"
msgid "Brand:"
msgstr "አይነት:"
-#: cardmediumpage.ui:382
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:383
msgctxt "cardmediumpage|label3"
msgid "_Type:"
msgstr "_አይነት:"
-#: cardmediumpage.ui:456
+#: sw/uiconfig/swriter/ui/cardmediumpage.ui:457
msgctxt "cardmediumpage|label1"
msgid "Format"
msgstr "አቀራረብ"
-#: ccdialog.ui:8
+#: sw/uiconfig/swriter/ui/ccdialog.ui:8
msgctxt "ccdialog|CCDialog"
msgid "Copy To"
msgstr "ኮፒ ማድረጊያ ወደ"
-#: ccdialog.ui:100
+#: sw/uiconfig/swriter/ui/ccdialog.ui:102
msgctxt "ccdialog|label2"
msgid "_Cc:"
msgstr "_ካኮ:"
-#: ccdialog.ui:114
+#: sw/uiconfig/swriter/ui/ccdialog.ui:116
msgctxt "ccdialog|label3"
msgid "_Bcc:"
msgstr "_አስካኮ:"
-#: ccdialog.ui:128
+#: sw/uiconfig/swriter/ui/ccdialog.ui:130
msgctxt "ccdialog|label4"
msgid "Note: Separate e-mail addresses with a semicolon (;)."
msgstr "ማስታወሻ: የ ኢ-ሜይል አድራሻዎችን በ ሴሚኮለን መለየት ያስፈልጋል (;)."
-#: ccdialog.ui:169
+#: sw/uiconfig/swriter/ui/ccdialog.ui:170
msgctxt "ccdialog|label1"
msgid "Send a Copy of This Mail To..."
msgstr "የዚህን ደብዳቤ ኮፒ መላኪያ ወደ..."
-#: characterproperties.ui:8
+#: sw/uiconfig/swriter/ui/characterproperties.ui:8
msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "ባህሪ"
-#: characterproperties.ui:106
+#: sw/uiconfig/swriter/ui/characterproperties.ui:106
msgctxt "characterproperties|font"
msgid "Font"
msgstr "ፊደል"
-#: characterproperties.ui:128
+#: sw/uiconfig/swriter/ui/characterproperties.ui:128
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
-#: characterproperties.ui:151
+#: sw/uiconfig/swriter/ui/characterproperties.ui:151
msgctxt "characterproperties|position"
msgid "Position"
msgstr "ቦታ"
-#: characterproperties.ui:174
+#: sw/uiconfig/swriter/ui/characterproperties.ui:174
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "የ እስያ እቅድ"
-#: characterproperties.ui:197
+#: sw/uiconfig/swriter/ui/characterproperties.ui:197
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Hyperlink"
-#: characterproperties.ui:220
+#: sw/uiconfig/swriter/ui/characterproperties.ui:220
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "ማድመቂያ"
-#: characterproperties.ui:243
+#: sw/uiconfig/swriter/ui/characterproperties.ui:243
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: charurlpage.ui:35
+#: sw/uiconfig/swriter/ui/charurlpage.ui:35
msgctxt "charurlpage|label36"
msgid "URL:"
msgstr "URL:"
-#: charurlpage.ui:49
+#: sw/uiconfig/swriter/ui/charurlpage.ui:49
msgctxt "charurlpage|label37"
msgid "Name:"
msgstr "ስም:"
-#: charurlpage.ui:63
+#: sw/uiconfig/swriter/ui/charurlpage.ui:63
msgctxt "charurlpage|textft"
msgid "Text:"
msgstr "ጽሁፍ:"
-#: charurlpage.ui:77
+#: sw/uiconfig/swriter/ui/charurlpage.ui:77
msgctxt "charurlpage|label39"
msgid "Target frame:"
msgstr "የታለመው ክፈፉ:"
-#: charurlpage.ui:88
+#: sw/uiconfig/swriter/ui/charurlpage.ui:88
msgctxt "charurlpage|eventpb"
msgid "Events..."
msgstr "ሁኔታዎች..."
-#: charurlpage.ui:138
+#: sw/uiconfig/swriter/ui/charurlpage.ui:135
msgctxt "charurlpage|urlpb"
msgid "Browse..."
msgstr "መቃኛ..."
-#: charurlpage.ui:188
+#: sw/uiconfig/swriter/ui/charurlpage.ui:185
msgctxt "charurlpage|label32"
msgid "Hyperlink"
msgstr "Hyperlink"
-#: charurlpage.ui:224
+#: sw/uiconfig/swriter/ui/charurlpage.ui:221
msgctxt "charurlpage|label34"
msgid "Visited links:"
msgstr "የተጎበኙ አገናኞች:"
-#: charurlpage.ui:238
+#: sw/uiconfig/swriter/ui/charurlpage.ui:235
msgctxt "charurlpage|label10"
msgid "Unvisited links:"
msgstr "ያልተጎበኙ አገናኞች:"
-#: charurlpage.ui:275
+#: sw/uiconfig/swriter/ui/charurlpage.ui:272
msgctxt "charurlpage|label33"
msgid "Character Styles"
msgstr "የ ባህሪ ዘዴዎች"
-#: columndialog.ui:8
+#: sw/uiconfig/swriter/ui/columndialog.ui:8
msgctxt "columndialog|ColumnDialog"
msgid "Columns"
msgstr "አምዶች"
-#: columnpage.ui:59
-msgctxt "columnpage|liststore1"
-msgid "Left-to-right"
-msgstr "ከ ግራ-ወደ-ቀኝ"
-
-#: columnpage.ui:63
-msgctxt "columnpage|liststore1"
-msgid "Right-to-left"
-msgstr "ከ ቀኝ-ወደ-ግራ"
-
-#: columnpage.ui:67
-msgctxt "columnpage|liststore1"
-msgid "Use superordinate object settings"
-msgstr "ከፍተኛ የ እቃ ማሰናጃዎች መጠቀሚያ"
-
-#: columnpage.ui:81
+#: sw/uiconfig/swriter/ui/columnpage.ui:59
msgctxt "columnpage|liststore2"
msgid "Selection"
msgstr "ምርጫዎች"
-#: columnpage.ui:85
+#: sw/uiconfig/swriter/ui/columnpage.ui:63
msgctxt "columnpage|liststore2"
msgid "Current Section"
msgstr "የአሁኑ ክፍል"
-#: columnpage.ui:89
+#: sw/uiconfig/swriter/ui/columnpage.ui:67
msgctxt "columnpage|liststore2"
msgid "Selected section"
msgstr "የተመረጠው ክፍል"
-#: columnpage.ui:93
+#: sw/uiconfig/swriter/ui/columnpage.ui:71
msgctxt "columnpage|liststore2"
msgid "Frame"
msgstr "ክፈፍ"
-#: columnpage.ui:97
+#: sw/uiconfig/swriter/ui/columnpage.ui:75
msgctxt "columnpage|liststore2"
msgid "Page Style: "
msgstr "የ ገጽ ዘዴ: "
-#: columnpage.ui:134
+#: sw/uiconfig/swriter/ui/columnpage.ui:112
msgctxt "columnpage|columnft"
msgid "Column:"
msgstr "አምዶች:"
-#: columnpage.ui:195
+#: sw/uiconfig/swriter/ui/columnpage.ui:173
msgctxt "columnpage|widthft"
msgid "Width:"
msgstr "ስፋት:"
-#: columnpage.ui:266
+#: sw/uiconfig/swriter/ui/columnpage.ui:241
msgctxt "columnpage|distft"
msgid "Spacing:"
msgstr "ክፍተት:"
-#: columnpage.ui:327
+#: sw/uiconfig/swriter/ui/columnpage.ui:300
msgctxt "columnpage|autowidth"
msgid "Auto_Width"
msgstr "በራሱ_ስፋት"
-#: columnpage.ui:400
+#: sw/uiconfig/swriter/ui/columnpage.ui:373
msgctxt "columnpage|label4"
msgid "Width and Spacing"
msgstr "ስፋት እና ክፍተት"
-#: columnpage.ui:437
+#: sw/uiconfig/swriter/ui/columnpage.ui:410
msgctxt "columnpage|linestyleft"
msgid "St_yle:"
msgstr "ዘ_ዴ:"
-#: columnpage.ui:451
+#: sw/uiconfig/swriter/ui/columnpage.ui:424
msgctxt "columnpage|linewidthft"
msgid "_Width:"
msgstr "_ስፋት:"
-#: columnpage.ui:465
+#: sw/uiconfig/swriter/ui/columnpage.ui:438
msgctxt "columnpage|lineheightft"
msgid "H_eight:"
msgstr "እ_ርዝመት:"
-#: columnpage.ui:479
+#: sw/uiconfig/swriter/ui/columnpage.ui:452
msgctxt "columnpage|lineposft"
msgid "_Position:"
msgstr "_ቦታ:"
-#: columnpage.ui:505
+#: sw/uiconfig/swriter/ui/columnpage.ui:478
msgctxt "columnpage|lineposlb"
msgid "Top"
msgstr "ከ ላይ"
-#: columnpage.ui:506
+#: sw/uiconfig/swriter/ui/columnpage.ui:479
msgctxt "columnpage|lineposlb"
msgid "Centered"
msgstr "መሀከል"
-#: columnpage.ui:507
+#: sw/uiconfig/swriter/ui/columnpage.ui:480
msgctxt "columnpage|lineposlb"
msgid "Bottom"
msgstr "ከ ታች"
-#: columnpage.ui:555
+#: sw/uiconfig/swriter/ui/columnpage.ui:526
msgctxt "columnpage|linecolorft"
msgid "_Color:"
msgstr "_ቀለም:"
-#: columnpage.ui:579
+#: sw/uiconfig/swriter/ui/columnpage.ui:550
msgctxt "columnpage|label11"
msgid "Separator Line"
msgstr "መለያያ መስመር"
-#: columnpage.ui:631
+#: sw/uiconfig/swriter/ui/columnpage.ui:602
msgctxt "columnpage|label3"
msgid "Columns:"
msgstr "አምዶች:"
-#: columnpage.ui:666
+#: sw/uiconfig/swriter/ui/columnpage.ui:636
msgctxt "columnpage|balance"
msgid "Evenly distribute contents _to all columns"
msgstr "_ለ ሁሉም አምዶች ይዞታዎችን እኩል ማሰራጫ"
-#: columnpage.ui:700
+#: sw/uiconfig/swriter/ui/columnpage.ui:670
msgctxt "columnpage|applytoft"
msgid "_Apply to:"
msgstr "_መፈጸሚያ ወደ:"
-#: columnpage.ui:725
+#: sw/uiconfig/swriter/ui/columnpage.ui:695
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
msgstr "የ ጽሁፍ _አቅጣጫ:"
-#: columnpage.ui:782
+#: sw/uiconfig/swriter/ui/columnpage.ui:750
msgctxt "columnpage|label2"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: columnwidth.ui:15
+#: sw/uiconfig/swriter/ui/columnwidth.ui:15
msgctxt "columnwidth|ColumnWidthDialog"
msgid "Column Width"
msgstr "የ አምድ ስፋት"
-#: columnwidth.ui:102
+#: sw/uiconfig/swriter/ui/columnwidth.ui:105
msgctxt "columnwidth|label2"
msgid "Column:"
msgstr "አምድ:"
-#: columnwidth.ui:116
+#: sw/uiconfig/swriter/ui/columnwidth.ui:119
msgctxt "columnwidth|label3"
msgid "Width:"
msgstr "ስፋት:"
-#: columnwidth.ui:158
+#: sw/uiconfig/swriter/ui/columnwidth.ui:162
msgctxt "columnwidth|label1"
msgid "Width"
msgstr "ስፋት"
-#: conditionpage.ui:39
+#: sw/uiconfig/swriter/ui/conditionpage.ui:39
msgctxt "conditionpage|condstyle"
msgid "_Conditional Style"
msgstr "_እንደ ሁኔታው ዘዴ"
-#: conditionpage.ui:63
+#: sw/uiconfig/swriter/ui/conditionpage.ui:63
msgctxt "conditionpage|contextft"
msgid "Conte_xt"
msgstr "አገባ_ብ"
-#: conditionpage.ui:78
+#: sw/uiconfig/swriter/ui/conditionpage.ui:78
msgctxt "conditionpage|usedft"
msgid "Applied Styles"
msgstr "የ ተፈጸሙት ዘዴዎች"
-#: conditionpage.ui:92
+#: sw/uiconfig/swriter/ui/conditionpage.ui:92
msgctxt "conditionpage|styleft"
msgid "_Paragraph Styles"
msgstr "የ _አንቀጽ ዘዴዎች"
-#: conditionpage.ui:199
+#: sw/uiconfig/swriter/ui/conditionpage.ui:199
msgctxt "conditionpage|filter"
msgid "Table Header"
msgstr "የ ሰንጠረዥ ራስጌ"
-#: conditionpage.ui:200
+#: sw/uiconfig/swriter/ui/conditionpage.ui:200
msgctxt "conditionpage|filter"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: conditionpage.ui:201
+#: sw/uiconfig/swriter/ui/conditionpage.ui:201
msgctxt "conditionpage|filter"
msgid "Frame"
msgstr "ክፈፍ"
-#: conditionpage.ui:202
+#: sw/uiconfig/swriter/ui/conditionpage.ui:202
msgctxt "conditionpage|filter"
msgid "Section"
msgstr "ክፍል"
-#: conditionpage.ui:203
+#: sw/uiconfig/swriter/ui/conditionpage.ui:203
msgctxt "conditionpage|filter"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: conditionpage.ui:204
+#: sw/uiconfig/swriter/ui/conditionpage.ui:204
msgctxt "conditionpage|filter"
msgid "Endnote"
msgstr "የ መጨረሻ ማስታወሻ"
-#: conditionpage.ui:205
+#: sw/uiconfig/swriter/ui/conditionpage.ui:205
msgctxt "conditionpage|filter"
msgid "Header"
msgstr "ራስጌ"
-#: conditionpage.ui:206
+#: sw/uiconfig/swriter/ui/conditionpage.ui:206
msgctxt "conditionpage|filter"
msgid "Footer"
msgstr "ግርጌ"
-#: conditionpage.ui:207
+#: sw/uiconfig/swriter/ui/conditionpage.ui:207
msgctxt "conditionpage|filter"
msgid " 1st Outline Level"
msgstr " 1ኛ ረቂቅ ደረጃ"
-#: conditionpage.ui:208
+#: sw/uiconfig/swriter/ui/conditionpage.ui:208
msgctxt "conditionpage|filter"
msgid " 2nd Outline Level"
msgstr " 2ኛ ረቂቅ ደረጃ"
-#: conditionpage.ui:209
+#: sw/uiconfig/swriter/ui/conditionpage.ui:209
msgctxt "conditionpage|filter"
msgid " 3rd Outline Level"
msgstr " 3ኛ ረቂቅ ደረጃ"
-#: conditionpage.ui:210
+#: sw/uiconfig/swriter/ui/conditionpage.ui:210
msgctxt "conditionpage|filter"
msgid " 4th Outline Level"
msgstr " 4ኛ ረቂቅ ደረጃ"
-#: conditionpage.ui:211
+#: sw/uiconfig/swriter/ui/conditionpage.ui:211
msgctxt "conditionpage|filter"
msgid " 5th Outline Level"
msgstr " 5ኛ ረቂቅ ደረጃ"
-#: conditionpage.ui:212
+#: sw/uiconfig/swriter/ui/conditionpage.ui:212
msgctxt "conditionpage|filter"
msgid " 6th Outline Level"
msgstr " 6ኛ ረቂቅ ደረጃ"
-#: conditionpage.ui:213
+#: sw/uiconfig/swriter/ui/conditionpage.ui:213
msgctxt "conditionpage|filter"
msgid " 7th Outline Level"
msgstr " 7ኛ ረቂቅ ደረጃ"
-#: conditionpage.ui:214
+#: sw/uiconfig/swriter/ui/conditionpage.ui:214
msgctxt "conditionpage|filter"
msgid " 8th Outline Level"
msgstr " 8ኛ ረቂቅ ደረጃ"
-#: conditionpage.ui:215
+#: sw/uiconfig/swriter/ui/conditionpage.ui:215
msgctxt "conditionpage|filter"
msgid " 9th Outline Level"
msgstr " 9ኛ ረቂቅ ደረጃ"
-#: conditionpage.ui:216
+#: sw/uiconfig/swriter/ui/conditionpage.ui:216
msgctxt "conditionpage|filter"
msgid "10th Outline Level"
msgstr "10ኛ ረቂቅ ደረጃ"
-#: conditionpage.ui:217
+#: sw/uiconfig/swriter/ui/conditionpage.ui:217
msgctxt "conditionpage|filter"
msgid " 1st Numbering Level"
msgstr " 1ኛ ቁጥር መስጫ ደረጃ"
-#: conditionpage.ui:218
+#: sw/uiconfig/swriter/ui/conditionpage.ui:218
msgctxt "conditionpage|filter"
msgid " 2nd Numbering Level"
msgstr " 2ኛ ቁጥር መስጫ ደረጃ"
-#: conditionpage.ui:219
+#: sw/uiconfig/swriter/ui/conditionpage.ui:219
msgctxt "conditionpage|filter"
msgid " 3rd Numbering Level"
msgstr " 3ኛ ቁጥር መስጫ ደረጃ"
-#: conditionpage.ui:220
+#: sw/uiconfig/swriter/ui/conditionpage.ui:220
msgctxt "conditionpage|filter"
msgid " 4th Numbering Level"
msgstr " 4ኛ ቁጥር መስጫ ደረጃ"
-#: conditionpage.ui:221
+#: sw/uiconfig/swriter/ui/conditionpage.ui:221
msgctxt "conditionpage|filter"
msgid " 5th Numbering Level"
msgstr " 5ኛ ቁጥር መስጫ ደረጃ"
-#: conditionpage.ui:222
+#: sw/uiconfig/swriter/ui/conditionpage.ui:222
msgctxt "conditionpage|filter"
msgid " 6th Numbering Level"
msgstr " 6ኛ ቁጥር መስጫ ደረጃ"
-#: conditionpage.ui:223
+#: sw/uiconfig/swriter/ui/conditionpage.ui:223
msgctxt "conditionpage|filter"
msgid " 7th Numbering Level"
msgstr " 7ኛ ቁጥር መስጫ ደረጃ"
-#: conditionpage.ui:224
+#: sw/uiconfig/swriter/ui/conditionpage.ui:224
msgctxt "conditionpage|filter"
msgid " 8th Numbering Level"
msgstr " 8ኛ ቁጥር መስጫ ደረጃ"
-#: conditionpage.ui:225
+#: sw/uiconfig/swriter/ui/conditionpage.ui:225
msgctxt "conditionpage|filter"
msgid " 9th Numbering Level"
msgstr " 9ኛ ቁጥር መስጫ ደረጃ"
-#: conditionpage.ui:226
+#: sw/uiconfig/swriter/ui/conditionpage.ui:226
msgctxt "conditionpage|filter"
msgid "10th Numbering Level"
msgstr "10ኛ ቁጥር መስጫ ደረጃ"
-#: conditionpage.ui:251
+#: sw/uiconfig/swriter/ui/conditionpage.ui:251
msgctxt "conditionpage|label11"
msgid "Options"
msgstr "ምርጫዎች"
-#: converttexttable.ui:15
+#: sw/uiconfig/swriter/ui/converttexttable.ui:15
msgctxt "converttexttable|ConvertTextTableDialog"
msgid "Convert Table to Text"
msgstr "ሰንጠረዥ ወደ ጽሁፍ መቀየሪያ"
-#: converttexttable.ui:114
-msgctxt "converttexttable|othered"
-msgid ","
-msgstr ","
-
-#: converttexttable.ui:120
-msgctxt "converttexttable|othered-atkobject"
-msgid "Symbol"
-msgstr "ምልክት"
-
-#: converttexttable.ui:131
-msgctxt "converttexttable|other"
-msgid "Other:"
-msgstr "ሌላ:"
+#: sw/uiconfig/swriter/ui/converttexttable.ui:112
+msgctxt "converttexttable|tabs"
+msgid "Tabs"
+msgstr "ማስረጊያ"
-#: converttexttable.ui:150
+#: sw/uiconfig/swriter/ui/converttexttable.ui:129
msgctxt "converttexttable|semicolons"
msgid "Semicolons"
msgstr "Semicolons"
-#: converttexttable.ui:167
+#: sw/uiconfig/swriter/ui/converttexttable.ui:146
msgctxt "converttexttable|paragraph"
msgid "Paragraph"
msgstr "አንቀጽ"
-#: converttexttable.ui:183
-msgctxt "converttexttable|tabs"
-msgid "Tabs"
-msgstr "ማስረጊያ"
+#: sw/uiconfig/swriter/ui/converttexttable.ui:162
+msgctxt "converttexttable|other"
+msgid "Other:"
+msgstr "ሌላ:"
+
+#: sw/uiconfig/swriter/ui/converttexttable.ui:186
+msgctxt "converttexttable|othered"
+msgid ","
+msgstr ","
+
+#: sw/uiconfig/swriter/ui/converttexttable.ui:192
+msgctxt "converttexttable|othered-atkobject"
+msgid "Symbol"
+msgstr "ምልክት"
-#: converttexttable.ui:201
+#: sw/uiconfig/swriter/ui/converttexttable.ui:203
msgctxt "converttexttable|keepcolumn"
msgid "Equal width for all columns"
msgstr "እኩል ስፋት ለሁሉም አምዶች"
-#: converttexttable.ui:222
+#: sw/uiconfig/swriter/ui/converttexttable.ui:225
msgctxt "converttexttable|label1"
msgid "Separate Text At"
msgstr "ጽሁፍ መለያ በ"
-#: converttexttable.ui:255
+#: sw/uiconfig/swriter/ui/converttexttable.ui:258
msgctxt "converttexttable|headingcb"
msgid "Heading"
msgstr "ራስጌ"
-#: converttexttable.ui:269
+#: sw/uiconfig/swriter/ui/converttexttable.ui:273
msgctxt "converttexttable|repeatheading"
msgid "Repeat heading"
msgstr "ራስጌ መድገሚያ"
-#: converttexttable.ui:285
+#: sw/uiconfig/swriter/ui/converttexttable.ui:290
msgctxt "converttexttable|dontsplitcb"
msgid "Don't split table"
msgstr "ሰንጠረዡን አትክፈል"
-#: converttexttable.ui:299
-msgctxt "converttexttable|bordercb"
-msgid "Border"
-msgstr "ድንበር"
-
-#: converttexttable.ui:323
+#: sw/uiconfig/swriter/ui/converttexttable.ui:314
msgctxt "converttexttable|label3"
msgid "The first "
msgstr "መጀመሪያው "
-#: converttexttable.ui:336
+#: sw/uiconfig/swriter/ui/converttexttable.ui:327
msgctxt "converttexttable|label4"
msgid "rows"
msgstr "ረድፎች"
-#: converttexttable.ui:366
+#: sw/uiconfig/swriter/ui/converttexttable.ui:356
msgctxt "converttexttable|autofmt"
msgid "AutoFormat..."
msgstr "በራሱ አቀራረብ..."
-#: converttexttable.ui:383
+#: sw/uiconfig/swriter/ui/converttexttable.ui:373
msgctxt "converttexttable|label2"
msgid "Options"
msgstr "ምርጫዎች"
-#: createaddresslist.ui:9
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:9
msgctxt "createaddresslist|CreateAddressList"
msgid "New Address List"
msgstr "አዲስ የ አድራሻ ዝርዝር"
-#: createaddresslist.ui:96
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:96
msgctxt "createaddresslist|ADDRESS_INFORMATION"
msgid "Address Information"
msgstr "የ አድራሻ መረጃ"
-#: createaddresslist.ui:130
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:130
msgctxt "createaddresslist|VIEW_ENTRIES"
msgid "Sho_w entry number"
msgstr "የማስገቢያ ቁጥር ማሳ_ያ"
-#: createaddresslist.ui:149
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:149
msgctxt "createaddresslist|START"
msgid "|<"
msgstr "|<"
-#: createaddresslist.ui:162
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:162
msgctxt "createaddresslist|PREV"
msgid "<"
msgstr "<"
-#: createaddresslist.ui:175
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:175
msgctxt "createaddresslist|END"
msgid ">|"
msgstr ">|"
-#: createaddresslist.ui:188
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:188
msgctxt "createaddresslist|NEXT"
msgid ">"
msgstr ">"
-#: createaddresslist.ui:239
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:239
msgctxt "createaddresslist|NEW"
msgid "_New"
msgstr "_አዲስ"
-#: createaddresslist.ui:254
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:254
msgctxt "createaddresslist|DELETE"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: createaddresslist.ui:269
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:269
msgctxt "createaddresslist|FIND"
msgid "_Find..."
msgstr "_መፈለጊያ..."
-#: createaddresslist.ui:284
+#: sw/uiconfig/swriter/ui/createaddresslist.ui:284
msgctxt "createaddresslist|CUSTOMIZE"
msgid "C_ustomize..."
msgstr "ማ_ስተካከያ..."
-#: createauthorentry.ui:8
+#: sw/uiconfig/swriter/ui/createauthorentry.ui:8
msgctxt "createauthorentry|CreateAuthorEntryDialog"
msgid "Define Bibliography Entry"
msgstr "የ ጽሁፎች ዝርዝር ማስገቢያ መግለጫ"
-#: createauthorentry.ui:189
+#: sw/uiconfig/swriter/ui/createauthorentry.ui:189
msgctxt "createauthorentry|label1"
msgid "Entry Data"
msgstr "ዳታ ማስገቢያ"
-#: createautomarkdialog.ui:8
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:8
msgctxt "createautomarkdialog|CreateAutomarkDialog"
msgid "Edit Concordance File"
msgstr "ፋይል በ ፊደል ቅደም ተከተል ማረሚያ"
-#: createautomarkdialog.ui:101
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:101
msgctxt "createautomarkdialog|searchterm"
msgid "Search term"
msgstr "መፈለጊያ ደንብ"
-#: createautomarkdialog.ui:113
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:113
msgctxt "createautomarkdialog|alternative"
msgid "Alternative entry"
msgstr "አማራጭ ማስገቢያ"
-#: createautomarkdialog.ui:125
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:125
msgctxt "createautomarkdialog|key1"
msgid "1st key"
msgstr "1ኛ ቁልፍ"
-#: createautomarkdialog.ui:137
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:137
msgctxt "createautomarkdialog|key2"
msgid "2nd key"
msgstr "2ኛ ቁልፍ"
-#: createautomarkdialog.ui:149
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:149
msgctxt "createautomarkdialog|comment"
msgid "Comment"
msgstr "አስተያየት"
-#: createautomarkdialog.ui:161
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:161
msgctxt "createautomarkdialog|casesensitive"
msgid "Match case"
msgstr "ጉዳዩን ማመሳሰያ"
-#: createautomarkdialog.ui:173
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:173
msgctxt "createautomarkdialog|wordonly"
msgid "Word only"
msgstr "ቃላት ብቻ"
-#: createautomarkdialog.ui:185
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:185
msgctxt "createautomarkdialog|yes"
msgid "Yes"
msgstr "አዎ"
-#: createautomarkdialog.ui:197
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:197
msgctxt "createautomarkdialog|no"
msgid "No"
msgstr "አይ"
-#: createautomarkdialog.ui:223
+#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:223
msgctxt "createautomarkdialog|label1"
msgid "Entries"
msgstr "ማስገቢያዎች"
-#: customizeaddrlistdialog.ui:18
+#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:18
msgctxt "customizeaddrlistdialog|CustomizeAddrListDialog"
msgid "Customize Address List"
msgstr "የ አድራሻ ዝርዝር ማስተካከያ"
-#: customizeaddrlistdialog.ui:100
+#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:100
msgctxt "customizeaddrlistdialog|add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
-#: customizeaddrlistdialog.ui:128
+#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:128
msgctxt "customizeaddrlistdialog|rename"
msgid "_Rename..."
msgstr "_እንደገና መሰየሚያ..."
-#: customizeaddrlistdialog.ui:158
+#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:158
msgctxt "customizeaddrlistdialog|label1"
msgid "A_ddress list elements:"
msgstr "የ አ_ድራሻ ዝርዝር አካላቶች:"
-#: datasourcesunavailabledialog.ui:8
+#: sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui:7
msgctxt "datasourcesunavailabledialog|DataSourcesUnavailableDialog"
msgid "Create a New Data Source?"
msgstr "አዲስ የ ዳታ ምንጭ ልፍጠር?"
-#: datasourcesunavailabledialog.ui:14
+#: sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui:14
msgctxt "datasourcesunavailabledialog|DataSourcesUnavailableDialog"
msgid "No data sources are available. Create a new one?"
msgstr "ምንም የ ዳታ ምንጭ አልተገኘም፡ አንድ አዲስ አሁን ልፍጠር?"
-#: datasourcesunavailabledialog.ui:15
+#: sw/uiconfig/swriter/ui/datasourcesunavailabledialog.ui:15
msgctxt "datasourcesunavailabledialog|DataSourcesUnavailableDialog"
msgid "No data source has been set up yet. You need a data source, such as a database, to supply data (for example, names and addresses) for the fields."
msgstr "ምንም የ ዳታ ምንጭ ማሰናጃ ገና አልተዘጋጀም: የ ዳታ ምንጭ ያስፈልጎታል: እንደ ዳታቤዝ ያለ: ዳታ ለማቅረብ (ለምሳሌ ስሞች እና አድራሻዎች) ለ ሜዳዎቹ"
-#: dropcapspage.ui:56
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:56
msgctxt "dropcapspage|checkCB_SWITCH"
msgid "_Display drop caps"
msgstr "_ማሳያ ፊደል በ ትልቁ መጻፊያ"
-#: dropcapspage.ui:72
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:72
msgctxt "dropcapspage|checkCB_WORD"
msgid "_Whole word"
msgstr "_ጠቅላላ ቃሉን"
-#: dropcapspage.ui:91
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:91
msgctxt "dropcapspage|labelFT_DROPCAPS"
msgid "Number of _characters:"
msgstr "የ_ባህሪዎች ቁጥር:"
-#: dropcapspage.ui:105
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:105
msgctxt "dropcapspage|labelTXT_LINES"
msgid "_Lines:"
msgstr "_መስመሮች:"
-#: dropcapspage.ui:119
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:119
msgctxt "dropcapspage|labelTXT_DISTANCE"
msgid "_Space to text:"
msgstr "ለ ጽሁፉ_ክፍተት:"
-#: dropcapspage.ui:176
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:173
msgctxt "dropcapspage|labelFL_SETTING"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: dropcapspage.ui:211
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:208
msgctxt "dropcapspage|labelTXT_TEXT"
msgid "_Text:"
msgstr "_ጽሁፍ:"
-#: dropcapspage.ui:225
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:222
msgctxt "dropcapspage|labelTXT_TEMPLATE"
msgid "Character st_yle:"
msgstr "የ ባህሪ ዘ_ዴ:"
-#: dropcapspage.ui:264
+#: sw/uiconfig/swriter/ui/dropcapspage.ui:260
msgctxt "dropcapspage|labelFL_CONTENT"
msgid "Contents"
msgstr "ይዞታዎች"
-#: dropdownfielddialog.ui:7
+#: sw/uiconfig/swriter/ui/dropdownfielddialog.ui:26
msgctxt "dropdownfielddialog|DropdownFieldDialog"
msgid "Choose Item: "
msgstr "እቃ ይምረጡ: "
-#: dropdownfielddialog.ui:174
+#: sw/uiconfig/swriter/ui/dropdownfielddialog.ui:212
msgctxt "dropdownfielddialog|label1"
msgid "Edit"
msgstr "ማረሚያ"
-#: editcategories.ui:8
+#: sw/uiconfig/swriter/ui/editcategories.ui:8
msgctxt "editcategories|EditCategoriesDialog"
msgid "Edit Categories"
msgstr "ምድቦች ማረሚያ"
-#: editcategories.ui:93
+#: sw/uiconfig/swriter/ui/editcategories.ui:93
msgctxt "editcategories|rename"
msgid "_Rename"
msgstr "_እንደገና መሰየሚያ"
-#: editcategories.ui:127
+#: sw/uiconfig/swriter/ui/editcategories.ui:127
msgctxt "editcategories|label3"
msgid "Selection list"
msgstr "ዝርዝር መምረጫ"
-#: editcategories.ui:144
+#: sw/uiconfig/swriter/ui/editcategories.ui:144
msgctxt "editcategories|group"
msgid "label"
msgstr "ምልክት"
-#: editcategories.ui:171
+#: sw/uiconfig/swriter/ui/editcategories.ui:171
msgctxt "editcategories|label2"
msgid "Path"
msgstr "መንገድ"
-#: editcategories.ui:187
+#: sw/uiconfig/swriter/ui/editcategories.ui:187
msgctxt "editcategories|label1"
msgid "Category"
msgstr "ምድብ"
-#: editfielddialog.ui:17
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:18
msgctxt "editfielddialog|EditFieldDialog"
msgid "Edit Fields"
msgstr "ሜዳዎች ማረሚያ"
-#: editfielddialog.ui:114
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:92
+msgctxt "editfielddialog|prev_tip"
+msgid "Previous field of same type"
+msgstr "ያለፈው ሜዳ ተመሳሳይ አይነት"
+
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:109
+msgctxt "editfielddialog|next_tip"
+msgid "Next field of same type"
+msgstr "የሚቀጥለው ሜዳ ተመሳሳይ አይነት"
+
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:121
msgctxt "editfielddialog|edit"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: editsectiondialog.ui:9
+#: sw/uiconfig/swriter/ui/editfielddialog.ui:126
+msgctxt "editfielddialog|edit_tip"
+msgid "Edit variable field content"
+msgstr "የ ተለዋዋጭ ሜዳ ይዞታ ማረሚያ"
+
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:9
msgctxt "editsectiondialog|EditSectionDialog"
msgid "Edit Sections"
msgstr "ክፍሎችን ማረሚያ"
-#: editsectiondialog.ui:53
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:53
msgctxt "editsectiondialog|options"
msgid "_Options..."
msgstr "_ምርጫዎች..."
-#: editsectiondialog.ui:168
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:167
msgctxt "editsectiondialog|label1"
msgid "Section"
msgstr "ክፍል"
-#: editsectiondialog.ui:211
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:210
msgctxt "editsectiondialog|link"
msgid "_Link"
msgstr "_አገናኝ"
-#: editsectiondialog.ui:228
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:227
msgctxt "editsectiondialog|dde"
msgid "DD_E"
msgstr "DD_E"
-#: editsectiondialog.ui:258
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:257
msgctxt "editsectiondialog|file"
msgid "Browse..."
msgstr "መቃኛ..."
-#: editsectiondialog.ui:286
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:284
msgctxt "editsectiondialog|sectionft"
msgid "_Section"
msgstr "_ክፍል"
-#: editsectiondialog.ui:324
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:321
msgctxt "editsectiondialog|filenameft"
msgid "_File name"
msgstr "የ _ፋይል ስም"
-#: editsectiondialog.ui:339
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:336
msgctxt "editsectiondialog|ddeft"
msgid "DDE _Command"
msgstr "DDE _Command"
-#: editsectiondialog.ui:371
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:368
msgctxt "editsectiondialog|label8"
msgid "Link"
msgstr "አገናኝ"
-#: editsectiondialog.ui:408
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:405
msgctxt "editsectiondialog|protect"
msgid "_Protected"
msgstr "_የተጠበቀ"
-#: editsectiondialog.ui:436
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:433
msgctxt "editsectiondialog|withpassword"
msgid "Wit_h password"
msgstr "በ_ መግቢያ ቃል"
-#: editsectiondialog.ui:455
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:452
msgctxt "editsectiondialog|password"
msgid "Password..."
msgstr "የመግቢያ ቃል..."
-#: editsectiondialog.ui:485
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:482
msgctxt "editsectiondialog|label6"
msgid "Write Protection"
msgstr "መጻፍ የተከለከለ"
-#: editsectiondialog.ui:522
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:519
msgctxt "editsectiondialog|hide"
msgid "Hide"
msgstr "መደበቂያ"
-#: editsectiondialog.ui:554
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:551
msgctxt "editsectiondialog|conditionft"
msgid "_With Condition"
msgstr "ከሁኔታዎች _ጋር"
-#: editsectiondialog.ui:592
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:588
msgctxt "editsectiondialog|label4"
msgid "Hide"
msgstr "መደበቂያ"
-#: editsectiondialog.ui:628
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:624
msgctxt "editsectiondialog|editinro"
msgid "E_ditable in read-only document"
msgstr "ሊ_ታረም የሚችል ሰነድ በንባብ-ዘዴ ብቻ"
-#: editsectiondialog.ui:651
+#: sw/uiconfig/swriter/ui/editsectiondialog.ui:647
msgctxt "editsectiondialog|label9"
msgid "Properties"
msgstr "ባህሪዎች"
-#: endnotepage.ui:40
+#: sw/uiconfig/swriter/ui/endnotepage.ui:40
msgctxt "endnotepage|label19"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: endnotepage.ui:54
+#: sw/uiconfig/swriter/ui/endnotepage.ui:54
msgctxt "endnotepage|label22"
msgid "Before"
msgstr "በፊት"
-#: endnotepage.ui:68
+#: sw/uiconfig/swriter/ui/endnotepage.ui:68
msgctxt "endnotepage|offset"
msgid "Start at"
msgstr "መጀመሪያ በ"
-#: endnotepage.ui:82
+#: sw/uiconfig/swriter/ui/endnotepage.ui:82
msgctxt "endnotepage|label25"
msgid "After"
msgstr "በኋላ"
-#: endnotepage.ui:159
+#: sw/uiconfig/swriter/ui/endnotepage.ui:153
msgctxt "endnotepage|label26"
msgid "Autonumbering"
msgstr "በራሱ ቁጥር መስጫ"
-#: endnotepage.ui:201
+#: sw/uiconfig/swriter/ui/endnotepage.ui:195
msgctxt "endnotepage|label20"
msgid "Paragraph"
msgstr "አንቀጽ"
-#: endnotepage.ui:215
+#: sw/uiconfig/swriter/ui/endnotepage.ui:209
msgctxt "endnotepage|pagestyleft"
msgid "Page"
msgstr "ገጽ"
-#: endnotepage.ui:256
+#: sw/uiconfig/swriter/ui/endnotepage.ui:250
msgctxt "endnotepage|label23"
msgid "Styles"
msgstr "ዘዴዎች"
-#: endnotepage.ui:293
+#: sw/uiconfig/swriter/ui/endnotepage.ui:287
msgctxt "endnotepage|label27"
msgid "Text area"
msgstr "የጽሁፍ ቦታ"
-#: endnotepage.ui:307
+#: sw/uiconfig/swriter/ui/endnotepage.ui:301
msgctxt "endnotepage|label28"
msgid "Endnote area"
msgstr "የ መጨረሻ ማስታወሻ ቦታ"
-#: endnotepage.ui:348
+#: sw/uiconfig/swriter/ui/endnotepage.ui:342
msgctxt "endnotepage|label29"
msgid "Character Styles"
msgstr "የ ባህሪ ዘዴዎች"
-#: envaddresspage.ui:61
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:61
msgctxt "envaddresspage|label2"
msgid "Addr_essee"
msgstr "ተቀ_ባይ"
-#: envaddresspage.ui:98
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:98
msgctxt "envaddresspage|label4"
msgid "Database"
msgstr "ዳታቤዝ"
-#: envaddresspage.ui:144
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:144
msgctxt "envaddresspage|label7"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: envaddresspage.ui:190
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:190
msgctxt "envaddresspage|label8"
msgid "Database field"
msgstr "የ ዳታቤዝ ሜዳ"
-#: envaddresspage.ui:237
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:237
msgctxt "envaddresspage|insert|tooltip_text"
msgid "Insert"
msgstr "ማሰገቢያ"
-#: envaddresspage.ui:297
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:297
msgctxt "envaddresspage|sender"
msgid "_Sender"
msgstr "_ላኪው"
-#: envaddresspage.ui:345
+#: sw/uiconfig/swriter/ui/envaddresspage.ui:345
msgctxt "envaddresspage|preview-atkobject"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: envdialog.ui:8
+#: sw/uiconfig/swriter/ui/envdialog.ui:8
msgctxt "envdialog|EnvDialog"
msgid "Envelope"
msgstr "ፖስታ"
-#: envdialog.ui:21
+#: sw/uiconfig/swriter/ui/envdialog.ui:21
msgctxt "envdialog|ok"
msgid "_New Document"
msgstr "_አዲስ ሰነድ"
-#: envdialog.ui:37
+#: sw/uiconfig/swriter/ui/envdialog.ui:37
msgctxt "envdialog|user"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: envdialog.ui:51
+#: sw/uiconfig/swriter/ui/envdialog.ui:51
msgctxt "envdialog|modify"
msgid "_Modify"
msgstr "_ማሻሻያ"
-#: envdialog.ui:132
+#: sw/uiconfig/swriter/ui/envdialog.ui:132
msgctxt "envdialog|envelope"
msgid "Envelope"
msgstr "ፖስታ"
-#: envdialog.ui:154
+#: sw/uiconfig/swriter/ui/envdialog.ui:154
msgctxt "envdialog|format"
msgid "Format"
msgstr "አቀራረብ"
-#: envdialog.ui:177
+#: sw/uiconfig/swriter/ui/envdialog.ui:177
msgctxt "envdialog|printer"
msgid "Printer"
msgstr "ማተሚያ"
-#: envformatpage.ui:89
+#: sw/uiconfig/swriter/ui/envformatpage.ui:85
msgctxt "envformatpage|label5"
msgid "from left"
msgstr "ከ ግራ"
-#: envformatpage.ui:118
+#: sw/uiconfig/swriter/ui/envformatpage.ui:114
msgctxt "envformatpage|label6"
msgid "from top"
msgstr "ከ ላይ"
-#: envformatpage.ui:155
+#: sw/uiconfig/swriter/ui/envformatpage.ui:151
msgctxt "envformatpage|label7"
msgid "Format"
msgstr "አቀራረብ"
-#: envformatpage.ui:168
+#: sw/uiconfig/swriter/ui/envformatpage.ui:164
msgctxt "envformatpage|addredit"
msgid "Edit"
msgstr "ማረሚያ"
-#: envformatpage.ui:202
+#: sw/uiconfig/swriter/ui/envformatpage.ui:198
msgctxt "envformatpage|label4"
msgid "Position"
msgstr "ቦታ"
-#: envformatpage.ui:213
+#: sw/uiconfig/swriter/ui/envformatpage.ui:209
msgctxt "envformatpage|label1"
msgid "Addressee"
msgstr "ተቀባይ"
-#: envformatpage.ui:308
+#: sw/uiconfig/swriter/ui/envformatpage.ui:300
msgctxt "envformatpage|label8"
msgid "from left"
msgstr "ከ ግራ"
-#: envformatpage.ui:337
+#: sw/uiconfig/swriter/ui/envformatpage.ui:329
msgctxt "envformatpage|label9"
msgid "from top"
msgstr "ከ ላይ"
-#: envformatpage.ui:374
+#: sw/uiconfig/swriter/ui/envformatpage.ui:366
msgctxt "envformatpage|label10"
msgid "Format"
msgstr "አቀራረብ"
-#: envformatpage.ui:387
+#: sw/uiconfig/swriter/ui/envformatpage.ui:379
msgctxt "envformatpage|senderedit"
msgid "Edit"
msgstr "ማረሚያ"
-#: envformatpage.ui:421
+#: sw/uiconfig/swriter/ui/envformatpage.ui:413
msgctxt "envformatpage|label11"
msgid "Position"
msgstr "ቦታ"
-#: envformatpage.ui:432
+#: sw/uiconfig/swriter/ui/envformatpage.ui:424
msgctxt "envformatpage|label2"
msgid "Sender"
msgstr "ላኪው"
-#: envformatpage.ui:478
+#: sw/uiconfig/swriter/ui/envformatpage.ui:470
msgctxt "envformatpage|label12"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: envformatpage.ui:494
+#: sw/uiconfig/swriter/ui/envformatpage.ui:486
msgctxt "envformatpage|label13"
msgid "_Width"
msgstr "_ስፋት"
-#: envformatpage.ui:510
+#: sw/uiconfig/swriter/ui/envformatpage.ui:502
msgctxt "envformatpage|label14"
msgid "_Height"
msgstr "_እርዝመት"
-#: envformatpage.ui:583
+#: sw/uiconfig/swriter/ui/envformatpage.ui:571
msgctxt "envformatpage|preview-atkobject"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: envformatpage.ui:602
+#: sw/uiconfig/swriter/ui/envformatpage.ui:590
msgctxt "envformatpage|label3"
msgid "Size"
msgstr "መጠን"
-#: envformatpage.ui:635
+#: sw/uiconfig/swriter/ui/envformatpage.ui:623
msgctxt "envformatpage|character"
msgid "C_haracter..."
msgstr "ባ_ህሪ..."
-#: envformatpage.ui:643
+#: sw/uiconfig/swriter/ui/envformatpage.ui:631
msgctxt "envformatpage|paragraph"
msgid "P_aragraph..."
msgstr "አ_ንቀጽ..."
-#: envprinterpage.ui:35
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:35
msgctxt "envprinterpage|top"
msgid "_Print from top"
msgstr "ከ ላይ _ማተሚያ"
-#: envprinterpage.ui:54
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:54
msgctxt "envprinterpage|bottom"
msgid "Print from _bottom"
msgstr "ከ _ታች ማተሚያ"
-#: envprinterpage.ui:75
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:75
msgctxt "envprinterpage|label3"
msgid "_Shift right"
msgstr "ወደ ቀኝ _መቀየሪያ"
-#: envprinterpage.ui:90
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:90
msgctxt "envprinterpage|label4"
msgid "Shift _down"
msgstr "ወደ _ታች መቀየሪያ"
-#: envprinterpage.ui:138
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:135
msgctxt "envprinterpage|horileft|tooltip_text"
msgid "Horizontal Left"
msgstr "አግድም በ ግራ በኩል"
-#: envprinterpage.ui:140
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:137
msgctxt "envprinterpage|horileft"
msgid "Horizontal Left"
msgstr "አግድም በ ግራ በኩል"
-#: envprinterpage.ui:152
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:149
msgctxt "envprinterpage|horicenter|tooltip_text"
msgid "Horizontal Center"
msgstr "አግድም መሀከል"
-#: envprinterpage.ui:154
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:151
msgctxt "envprinterpage|horicenter"
msgid "Horizontal Center"
msgstr "አግድም መሀከል"
-#: envprinterpage.ui:166
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:163
msgctxt "envprinterpage|horiright|tooltip_text"
msgid "Horizontal Right"
msgstr "አግድም በ ቀኝ በኩል"
-#: envprinterpage.ui:168
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:165
msgctxt "envprinterpage|horiright"
msgid "Horizontal Right"
msgstr "አግድም በ ቀኝ በኩል"
-#: envprinterpage.ui:180
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:177
msgctxt "envprinterpage|vertleft|tooltip_text"
msgid "Vertical Left"
msgstr "በ ቁመት በ ግራ በኩል"
-#: envprinterpage.ui:182
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:179
msgctxt "envprinterpage|vertleft"
msgid "Vertical Left"
msgstr "በ ቁመት በ ግራ በኩል"
-#: envprinterpage.ui:194
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:191
msgctxt "envprinterpage|vertcenter|tooltip_text"
msgid "Vertical Center"
msgstr "በ ቁመት መሀከል"
-#: envprinterpage.ui:196
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:193
msgctxt "envprinterpage|vertcenter"
msgid "Vertical Center"
msgstr "በ ቁመት መሀከል"
-#: envprinterpage.ui:208
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:205
msgctxt "envprinterpage|vertright|tooltip_text"
msgid "Vertical Right"
msgstr "በ ቁመት በ ቀኝ በኩል"
-#: envprinterpage.ui:210
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:207
msgctxt "envprinterpage|vertright"
msgid "Vertical Right"
msgstr "በ ቁመት በ ቀኝ በኩል"
-#: envprinterpage.ui:234
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:231
msgctxt "envprinterpage|label1"
msgid "Envelope Orientation"
msgstr "የ ፖስታ አቅጣጫ"
-#: envprinterpage.ui:269
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:266
msgctxt "envprinterpage|setup"
msgid "Setup..."
msgstr "ማሰናጃ..."
-#: envprinterpage.ui:288
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:285
msgctxt "envprinterpage|printername"
msgid "Printer Name"
msgstr "የ ማተሚያው ስም"
-#: envprinterpage.ui:307
+#: sw/uiconfig/swriter/ui/envprinterpage.ui:304
msgctxt "envprinterpage|label2"
msgid "Current Printer"
msgstr "የ አሁኑ ማተሚያ"
-#: exchangedatabases.ui:8
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:8
msgctxt "exchangedatabases|ExchangeDatabasesDialog"
msgid "Exchange Databases"
msgstr "ዳታቤዝ መቀያየሪያ"
-#: exchangedatabases.ui:21
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:21
msgctxt "exchangedatabases|define"
msgid "Define"
msgstr "መግለጫ"
-#: exchangedatabases.ui:106
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:106
msgctxt "exchangedatabases|label5"
msgid "Databases in Use"
msgstr "ዳታቤዝ በስራ ላይ"
-#: exchangedatabases.ui:122
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:122
msgctxt "exchangedatabases|label6"
msgid "_Available Databases"
msgstr "_ዝግጁ ዳታቤዞች"
-#: exchangedatabases.ui:135
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:135
msgctxt "exchangedatabases|browse"
msgid "Browse..."
msgstr "መቃኛ..."
-#: exchangedatabases.ui:156
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:156
msgctxt "exchangedatabases|label7"
msgid ""
"Use this dialog to replace the databases you access in your document via database fields, with other databases. You can only make one change at a time. Multiple selection is possible in the list on the left.\n"
@@ -8670,4731 +8609,4517 @@ msgstr ""
"ይህን ንግግር ይጠቀሙ በ እርስዎ ሰነድ ውስጥ የደረሱባቸውን ዳታቤዞች ለ መቀየር በ ዳታቤዝ ሜዳዎች በኩል: በሌሎች ዳታቤዝ: በ አንድ ጊዜ መቀየር የሚችሉት አንድ ነገር ብቻ ነው: በርካታ ምርጫዎችን መምረጥ ይቻላሉ በ ግራ በኩል ካለው ዝርዝር ውስጥ \n"
"የ ዳታቤዝ ፋይል ለመምረጥ የ መቃኛውን ቁልፍ ይጠቀሙ"
-#: exchangedatabases.ui:207
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:207
msgctxt "exchangedatabases|label1"
msgid "Exchange Databases"
msgstr "ዳታቤዞች መቀያየሪያ"
-#: exchangedatabases.ui:229
+#: sw/uiconfig/swriter/ui/exchangedatabases.ui:229
msgctxt "exchangedatabases|label2"
msgid "Database applied to document:"
msgstr "ወደ ሰነድ የተፈጸመ ዳታቤዝ:"
-#: fielddialog.ui:8
+#: sw/uiconfig/swriter/ui/fielddialog.ui:8
msgctxt "fielddialog|FieldDialog"
msgid "Fields"
msgstr "ሜዳዎች"
-#: fielddialog.ui:21
+#: sw/uiconfig/swriter/ui/fielddialog.ui:21
msgctxt "fielddialog|ok"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: fielddialog.ui:104
+#: sw/uiconfig/swriter/ui/fielddialog.ui:129
msgctxt "fielddialog|document"
msgid "Document"
msgstr "ሰነድ"
-#: fielddialog.ui:126
+#: sw/uiconfig/swriter/ui/fielddialog.ui:175
msgctxt "fielddialog|ref"
msgid "Cross-references"
msgstr "መስቀልኛ-ማመሳከሪያዎች"
-#: fielddialog.ui:149
+#: sw/uiconfig/swriter/ui/fielddialog.ui:222
msgctxt "fielddialog|functions"
msgid "Functions"
msgstr "ተግባሮች"
-#: fielddialog.ui:172
+#: sw/uiconfig/swriter/ui/fielddialog.ui:269
msgctxt "fielddialog|docinfo"
msgid "DocInformation"
msgstr "የ ሰነድ መረጃ"
-#: fielddialog.ui:195
+#: sw/uiconfig/swriter/ui/fielddialog.ui:316
msgctxt "fielddialog|variables"
msgid "Variables"
msgstr "ተለዋዋጮች"
-#: fielddialog.ui:218
+#: sw/uiconfig/swriter/ui/fielddialog.ui:363
msgctxt "fielddialog|database"
msgid "Database"
msgstr "ዳታቤዝ"
-#: findentrydialog.ui:8
+#: sw/uiconfig/swriter/ui/findentrydialog.ui:8
msgctxt "findentrydialog|FindEntryDialog"
msgid "Find Entry"
msgstr "ማስገቢያ መፈለጊያ"
-#: findentrydialog.ui:91
+#: sw/uiconfig/swriter/ui/findentrydialog.ui:91
msgctxt "findentrydialog|label1"
msgid "F_ind"
msgstr "መ_ፈለጊያ"
-#: findentrydialog.ui:131
+#: sw/uiconfig/swriter/ui/findentrydialog.ui:130
msgctxt "findentrydialog|findin"
msgid "Find _only in"
msgstr "መፈለጊያ በ ውስጥ _ብቻ"
-#: flddbpage.ui:57
+#: sw/uiconfig/swriter/ui/flddbpage.ui:57
msgctxt "flddbpage|label1"
msgid "_Type"
msgstr "_አይነት"
-#: flddbpage.ui:86
+#: sw/uiconfig/swriter/ui/flddbpage.ui:86
msgctxt "flddbpage|label5"
msgid "_Condition"
msgstr "_ሁኔታው"
-#: flddbpage.ui:145
+#: sw/uiconfig/swriter/ui/flddbpage.ui:141
msgctxt "flddbpage|label4"
msgid "Record number"
msgstr "ከፍተኛ ቁጥር"
-#: flddbpage.ui:218
+#: sw/uiconfig/swriter/ui/flddbpage.ui:214
msgctxt "flddbpage|label2"
msgid "Database s_election"
msgstr "የ ዳታቤዝ ም_ርጫዎች"
-#: flddbpage.ui:243
+#: sw/uiconfig/swriter/ui/flddbpage.ui:239
msgctxt "flddbpage|browseft"
msgid "Add database file"
msgstr "የ ዳታቤዝ ፋይል መጨመሪያ"
-#: flddbpage.ui:256
+#: sw/uiconfig/swriter/ui/flddbpage.ui:252
msgctxt "flddbpage|browse"
msgid "Browse..."
msgstr "መቃኛ..."
-#: flddbpage.ui:297
+#: sw/uiconfig/swriter/ui/flddbpage.ui:293
msgctxt "flddbpage|fromdatabasecb"
msgid "From database"
msgstr "ከ ዳታቤዝ"
-#: flddbpage.ui:315
+#: sw/uiconfig/swriter/ui/flddbpage.ui:312
msgctxt "flddbpage|userdefinedcb"
msgid "User-defined"
msgstr "በተጠቃሚ-የሚገለጽ"
-#: flddbpage.ui:389
+#: sw/uiconfig/swriter/ui/flddbpage.ui:387
msgctxt "flddbpage|label3"
msgid "Format"
msgstr "አቀራረብ"
-#: flddocinfopage.ui:42
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:42
msgctxt "flddocinfopage|label1"
msgid "_Type"
msgstr "_አይነት"
-#: flddocinfopage.ui:88
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:88
msgctxt "flddocinfopage|label2"
msgid "S_elect"
msgstr "ይ_ምረጡ"
-#: flddocinfopage.ui:138
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:138
msgctxt "flddocinfopage|fixed"
msgid "_Fixed content"
msgstr "_የተወሰነ ይዞታ"
-#: flddocinfopage.ui:161
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:161
msgctxt "flddocinfopage|label3"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: flddocinfopage.ui:183
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:183
msgctxt "flddocinfopage|liststore1"
msgid "Author"
msgstr "ደራሲው"
-#: flddocinfopage.ui:186
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:186
msgctxt "flddocinfopage|liststore1"
msgid "Time"
msgstr "ሰአት"
-#: flddocinfopage.ui:189
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:189
msgctxt "flddocinfopage|liststore1"
msgid "Date"
msgstr "ቀን"
-#: flddocinfopage.ui:192
+#: sw/uiconfig/swriter/ui/flddocinfopage.ui:192
msgctxt "flddocinfopage|liststore1"
msgid "Date Time Author"
msgstr "ቀን ሰአት ደራሲው"
-#: flddocumentpage.ui:50
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:50
msgctxt "flddocumentpage|label1"
msgid "_Type"
msgstr "_አይነት"
-#: flddocumentpage.ui:95
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:95
msgctxt "flddocumentpage|label2"
msgid "S_elect"
msgstr "ይ_ምረጡ"
-#: flddocumentpage.ui:179
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:179
msgctxt "flddocumentpage|label3"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: flddocumentpage.ui:196
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:196
msgctxt "flddocumentpage|fixed"
msgid "_Fixed content"
msgstr "_የተወሰነ ይዞታ"
-#: flddocumentpage.ui:221
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:221
msgctxt "flddocumentpage|levelft"
msgid "Level"
msgstr "ደረጃ"
-#: flddocumentpage.ui:266
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:262
msgctxt "flddocumentpage|daysft"
msgid "Offs_et in days"
msgstr "በ ቀኖች ማካ_ካሻ"
-#: flddocumentpage.ui:282
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:278
msgctxt "flddocumentpage|minutesft"
msgid "Offs_et in minutes"
msgstr "በ ደቂቃዎች ማካ_ካሻ"
-#: flddocumentpage.ui:311
+#: sw/uiconfig/swriter/ui/flddocumentpage.ui:307
msgctxt "flddocumentpage|valueft"
msgid "_Value"
msgstr "_ዋጋ"
-#: fldfuncpage.ui:42
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:42
msgctxt "fldfuncpage|label1"
msgid "_Type"
msgstr "_አይነት"
-#: fldfuncpage.ui:89
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:89
msgctxt "fldfuncpage|label4"
msgid "S_elect"
msgstr "ይ_ምረጡ"
-#: fldfuncpage.ui:135
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:135
msgctxt "fldfuncpage|label2"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: fldfuncpage.ui:157
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:157
msgctxt "fldfuncpage|macro"
msgid "_Macro..."
msgstr "_Macro..."
-#: fldfuncpage.ui:182
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:182
msgctxt "fldfuncpage|valueft"
msgid "_Value"
msgstr "_ዋጋ"
-#: fldfuncpage.ui:226
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:225
msgctxt "fldfuncpage|nameft"
msgid "Na_me"
msgstr "ስ_ም"
-#: fldfuncpage.ui:271
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:268
msgctxt "fldfuncpage|cond1ft"
msgid "Then"
msgstr "ከዛ"
-#: fldfuncpage.ui:315
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:310
msgctxt "fldfuncpage|cond2ft"
msgid "Else"
msgstr "ያለ በለዚያ"
-#: fldfuncpage.ui:365
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:358
msgctxt "fldfuncpage|itemft"
msgid "It_em"
msgstr "እ_ቃ"
-#: fldfuncpage.ui:425
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:416
msgctxt "fldfuncpage|listitemft"
msgid "Items on _list"
msgstr "እቃዎች በ _ዝርዝር ውስጥ"
-#: fldfuncpage.ui:477
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:468
msgctxt "fldfuncpage|up"
msgid "Move _Up"
msgstr "ወደ _ላይ ማንቀሳቀሻ"
-#: fldfuncpage.ui:491
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:482
msgctxt "fldfuncpage|down"
msgid "Move Do_wn"
msgstr "ወደ ታ_ች ማንቀሳቀሻ"
-#: fldfuncpage.ui:521
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:512
msgctxt "fldfuncpage|listnameft"
msgid "Na_me"
msgstr "ስ_ም"
-#: fldfuncpage.ui:586
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:575
msgctxt "fldfuncpage|liststore1"
msgid "Author"
msgstr "ደራሲው"
-#: fldfuncpage.ui:589
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:578
msgctxt "fldfuncpage|liststore1"
msgid "Time"
msgstr "ሰአት"
-#: fldfuncpage.ui:592
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:581
msgctxt "fldfuncpage|liststore1"
msgid "Date"
msgstr "ቀን"
-#: fldfuncpage.ui:595
+#: sw/uiconfig/swriter/ui/fldfuncpage.ui:584
msgctxt "fldfuncpage|liststore1"
msgid "Date Time Author"
msgstr "ቀን ሰአት ደራሲው"
-#: fldrefpage.ui:13
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:13
msgctxt "fldrefpage|liststore1"
msgid "Bookmarks"
msgstr "ምልክት ማድረጊያዎች"
-#: fldrefpage.ui:16
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:16
msgctxt "fldrefpage|liststore1"
msgid "Footnotes"
msgstr "የ ግርጌ ማስታወሻዎች"
-#: fldrefpage.ui:19
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:19
msgctxt "fldrefpage|liststore1"
msgid "Endnotes"
msgstr "የ መጨረሻ ማስታወሻዎች"
-#: fldrefpage.ui:22
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:22
msgctxt "fldrefpage|liststore1"
msgid "Headings"
msgstr "ራስጌዎች"
-#: fldrefpage.ui:25
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:25
msgctxt "fldrefpage|liststore1"
msgid "Numbered Paragraphs"
msgstr "የ አንቀጾች ቁጥር"
-#: fldrefpage.ui:81
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:81
msgctxt "fldrefpage|label1"
msgid "_Type"
msgstr "_አይነት"
-#: fldrefpage.ui:126
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:126
msgctxt "fldrefpage|label3"
msgid "Insert _reference to"
msgstr "ማመሳከሪያ _ማስገቢያ ወደ"
-#: fldrefpage.ui:169
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:169
msgctxt "fldrefpage|label4"
msgid "Selection"
msgstr "ምርጫዎች"
-#: fldrefpage.ui:195
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:195
msgctxt "fldrefpage|filter"
msgid "Filter Selection"
msgstr "የ ማጣሪያ ምርጫ"
-#: fldrefpage.ui:269
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:269
msgctxt "fldrefpage|label2"
msgid "S_election"
msgstr "ም_ርጫዎች"
-#: fldrefpage.ui:296
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:296
msgctxt "fldrefpage|valueft"
msgid "_Value"
msgstr "_ዋጋ"
-#: fldrefpage.ui:323
+#: sw/uiconfig/swriter/ui/fldrefpage.ui:322
msgctxt "fldrefpage|nameft"
msgid "Na_me"
msgstr "ስ_ም"
-#: fldvarpage.ui:52
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:52
msgctxt "fldvarpage|label1"
msgid "_Type"
msgstr "_አይነት"
-#: fldvarpage.ui:77
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:77
msgctxt "fldvarpage|nameft"
msgid "Na_me"
msgstr "ስ_ም"
-#: fldvarpage.ui:154
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:152
msgctxt "fldvarpage|label2"
msgid "S_elect"
msgstr "ይ_ምረጡ"
-#: fldvarpage.ui:179
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:177
msgctxt "fldvarpage|valueft"
msgid "_Value"
msgstr "_ዋጋ"
-#: fldvarpage.ui:297
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:293
msgctxt "fldvarpage|label3"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: fldvarpage.ui:313
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:309
msgctxt "fldvarpage|invisible"
msgid "Invisi_ble"
msgstr "የማይ_ታይ"
-#: fldvarpage.ui:352
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:348
msgctxt "fldvarpage|label5"
msgid "_Level"
msgstr "_ደረጃ"
-#: fldvarpage.ui:367
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:363
msgctxt "fldvarpage|separatorft"
msgid "_Separator"
msgstr "_መለያያ"
-#: fldvarpage.ui:385
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:381
msgctxt "fldvarpage|level"
msgid "None"
msgstr "ምንም"
-#: fldvarpage.ui:402
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:397
msgctxt "fldvarpage|separator"
msgid "."
msgstr "."
-#: fldvarpage.ui:420
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:415
msgctxt "fldvarpage|label4"
msgid "Numbering by Chapter"
msgstr "ለ ምእራፍ ቁጥር መስጫ"
-#: fldvarpage.ui:458
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:453
msgctxt "fldvarpage|apply|tooltip_text"
msgid "Apply"
msgstr "መፈጸሚያ"
-#: fldvarpage.ui:473
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:468
msgctxt "fldvarpage|delete|tooltip_text"
msgid "Delete"
msgstr "ማጥፊያ"
-#: fldvarpage.ui:528
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:523
msgctxt "fldvarpage|liststore1"
msgid "Author"
msgstr "ደራሲው"
-#: fldvarpage.ui:531
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:526
msgctxt "fldvarpage|liststore1"
msgid "Time"
msgstr "ሰአት"
-#: fldvarpage.ui:534
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:529
msgctxt "fldvarpage|liststore1"
msgid "Date"
msgstr "ቀን"
-#: fldvarpage.ui:537
+#: sw/uiconfig/swriter/ui/fldvarpage.ui:532
msgctxt "fldvarpage|liststore1"
msgid "Date Time Author"
msgstr "ቀን ሰአት ደራሲው"
-#: floatingnavigation.ui:11
+#: sw/uiconfig/swriter/ui/floatingnavigation.ui:11
msgctxt "floatingnavigation|FloatingNavigation"
msgid "Navigation"
msgstr "መቃኛ"
-#: floatingsync.ui:10
+#: sw/uiconfig/swriter/ui/floatingsync.ui:10
msgctxt "floatingsync|FloatingSync"
msgid "Synchronize"
msgstr "ማስማሚያ"
-#: floatingsync.ui:23
+#: sw/uiconfig/swriter/ui/floatingsync.ui:23
msgctxt "floatingsync|sync"
msgid "Synchronize Labels"
msgstr "ምልክቶች ማስማሚያ"
-#: footendnotedialog.ui:8
+#: sw/uiconfig/swriter/ui/footendnotedialog.ui:8
msgctxt "footendnotedialog|FootEndnoteDialog"
msgid "Footnotes/Endnotes Settings"
-msgstr "የ ግርጌ/የ መጨረሻ ማስታወሻዎች ማሰናጃ"
+msgstr "የ ግርጌ/መጨረሻ ማስታወሻዎች ማሰናጃ"
-#: footendnotedialog.ui:92
+#: sw/uiconfig/swriter/ui/footendnotedialog.ui:92
msgctxt "footendnotedialog|footnotes"
msgid "Footnotes"
msgstr "የ ግርጌ ማስታወሻዎች"
-#: footendnotedialog.ui:114
+#: sw/uiconfig/swriter/ui/footendnotedialog.ui:114
msgctxt "footendnotedialog|endnotes"
msgid "Endnotes"
msgstr "የ መጨረሻ ማስታወሻዎች"
-#: footnoteareapage.ui:66
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:66
msgctxt "footnoteareapage|maxheightpage"
msgid "_Not larger than page area"
msgstr "ከ ገጹ ቦታ በላይ _እንዳይበልጥ"
-#: footnoteareapage.ui:86
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:86
msgctxt "footnoteareapage|maxheight"
msgid "Maximum footnote _height"
msgstr "ከፍተኛው የ ግርጌ ማስታወሻ _እርዝመት"
-#: footnoteareapage.ui:112
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:112
msgctxt "footnoteareapage|label3"
msgid "Space to text"
msgstr "ለ ጽሁፉ ክፍተት"
-#: footnoteareapage.ui:173
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:169
msgctxt "footnoteareapage|label1"
msgid "Footnote Area"
msgstr "የ ግርጌ ማስታወሻ ቦታ"
-#: footnoteareapage.ui:213
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:209
msgctxt "footnoteareapage|label4"
msgid "_Position"
msgstr "_አካባቢ"
-#: footnoteareapage.ui:230
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:226
msgctxt "footnoteareapage|label5"
msgid "_Style"
msgstr "_ዘዴ"
-#: footnoteareapage.ui:247
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:243
msgctxt "footnoteareapage|label6"
msgid "_Thickness"
msgstr "_ውፍረቱ"
-#: footnoteareapage.ui:264
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:260
msgctxt "footnoteareapage|label7"
msgid "_Color"
msgstr "_ቀለም"
-#: footnoteareapage.ui:281
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:277
msgctxt "footnoteareapage|label8"
msgid "_Length"
msgstr "_እርዝመት"
-#: footnoteareapage.ui:298
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:294
msgctxt "footnoteareapage|label9"
msgid "_Spacing to footnote contents"
msgstr "ለ ግርጌ ማስታወሻ ይዞታዎች _ክፍተት"
-#: footnoteareapage.ui:318
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:314
msgctxt "footnoteareapage|position"
msgid "Left"
msgstr "በ ግራ"
-#: footnoteareapage.ui:319
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:315
msgctxt "footnoteareapage|position"
msgid "Centered"
msgstr "መሀከል"
-#: footnoteareapage.ui:320
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:316
msgctxt "footnoteareapage|position"
msgid "Right"
msgstr "በ ቀኝ"
-#: footnoteareapage.ui:417
+#: sw/uiconfig/swriter/ui/footnoteareapage.ui:409
msgctxt "footnoteareapage|label2"
msgid "Separator Line"
msgstr "መለያያ መስመር"
-#: footnotepage.ui:20
+#: sw/uiconfig/swriter/ui/footnotepage.ui:20
msgctxt "footnotepage|liststore1"
msgid "Per page"
msgstr "በ ገጽ"
-#: footnotepage.ui:23
+#: sw/uiconfig/swriter/ui/footnotepage.ui:23
msgctxt "footnotepage|liststore1"
msgid "Per chapter"
msgstr "በ ምእራፍ"
-#: footnotepage.ui:26
+#: sw/uiconfig/swriter/ui/footnotepage.ui:26
msgctxt "footnotepage|liststore1"
msgid "Per document"
msgstr "በ ሰነድ"
-#: footnotepage.ui:58
+#: sw/uiconfig/swriter/ui/footnotepage.ui:58
msgctxt "footnotepage|label6"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: footnotepage.ui:72
+#: sw/uiconfig/swriter/ui/footnotepage.ui:72
msgctxt "footnotepage|label7"
msgid "Counting"
msgstr "በመቁጠር ላይ"
-#: footnotepage.ui:86
+#: sw/uiconfig/swriter/ui/footnotepage.ui:86
msgctxt "footnotepage|label8"
msgid "Before"
msgstr "በፊት"
-#: footnotepage.ui:100
+#: sw/uiconfig/swriter/ui/footnotepage.ui:100
msgctxt "footnotepage|pos"
msgid "Position"
msgstr "ቦታ"
-#: footnotepage.ui:114
+#: sw/uiconfig/swriter/ui/footnotepage.ui:114
msgctxt "footnotepage|offset"
msgid "Start at"
msgstr "መጀመሪያ በ"
-#: footnotepage.ui:128
+#: sw/uiconfig/swriter/ui/footnotepage.ui:128
msgctxt "footnotepage|label11"
msgid "After"
msgstr "በኋላ"
-#: footnotepage.ui:140
+#: sw/uiconfig/swriter/ui/footnotepage.ui:140
msgctxt "footnotepage|pospagecb"
msgid "End of page"
msgstr "የ ገጽ መጨረሻ"
-#: footnotepage.ui:160
+#: sw/uiconfig/swriter/ui/footnotepage.ui:161
msgctxt "footnotepage|posdoccb"
msgid "End of document"
msgstr "የ ሰነዱ መጨረሻ"
-#: footnotepage.ui:280
+#: sw/uiconfig/swriter/ui/footnotepage.ui:276
msgctxt "footnotepage|label3"
msgid "Autonumbering"
msgstr "በራሱ ቁጥር መስጫ"
-#: footnotepage.ui:321
+#: sw/uiconfig/swriter/ui/footnotepage.ui:317
msgctxt "footnotepage|label4"
msgid "Paragraph"
msgstr "አንቀጽ"
-#: footnotepage.ui:335
+#: sw/uiconfig/swriter/ui/footnotepage.ui:331
msgctxt "footnotepage|pagestyleft"
msgid "Page"
msgstr "ገጽ"
-#: footnotepage.ui:377
+#: sw/uiconfig/swriter/ui/footnotepage.ui:373
msgctxt "footnotepage|label12"
msgid "Styles"
msgstr "ዘዴዎች"
-#: footnotepage.ui:413
+#: sw/uiconfig/swriter/ui/footnotepage.ui:409
msgctxt "footnotepage|label15"
msgid "Text area"
msgstr "የጽሁፍ ቦታ"
-#: footnotepage.ui:427
+#: sw/uiconfig/swriter/ui/footnotepage.ui:423
msgctxt "footnotepage|label16"
msgid "Footnote area"
msgstr "የ ግርጌ ማስታወሻ ቦታ"
-#: footnotepage.ui:469
+#: sw/uiconfig/swriter/ui/footnotepage.ui:465
msgctxt "footnotepage|label13"
msgid "Character Styles"
msgstr "የ ባህሪ ዘዴዎች"
-#: footnotepage.ui:513
+#: sw/uiconfig/swriter/ui/footnotepage.ui:509
msgctxt "footnotepage|label17"
msgid "End of footnote"
msgstr "የ ግርጌ ማስታወሻ መጨረሻ"
-#: footnotepage.ui:527
+#: sw/uiconfig/swriter/ui/footnotepage.ui:523
msgctxt "footnotepage|label18"
msgid "Start of next page"
msgstr "ከሚቀጥለው ገጽ መጀመሪያ"
-#: footnotepage.ui:577
+#: sw/uiconfig/swriter/ui/footnotepage.ui:569
msgctxt "footnotepage|label5"
msgid "Continuation Notice"
msgstr "የሚቀጥል ማስታወቂያ"
-#: footnotesendnotestabpage.ui:49
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:49
msgctxt "footnotesendnotestabpage|ftnntnum"
msgid "_Restart numbering"
msgstr "ቁጥር መስጫ _እንደገና ማስጀመሪያ"
-#: footnotesendnotestabpage.ui:92
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:91
msgctxt "footnotesendnotestabpage|ftnoffset_label"
msgid "_Start at:"
msgstr "_መጀመሪያ በ:"
-#: footnotesendnotestabpage.ui:113
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:112
msgctxt "footnotesendnotestabpage|ftnntnumfmt"
msgid "Custom _format"
msgstr "_አቀራረብ ማስተካከያ"
-#: footnotesendnotestabpage.ui:157
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:155
msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "በኋ_ላ:"
-#: footnotesendnotestabpage.ui:202
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:199
msgctxt "footnotesendnotestabpage|ftnprefix_label"
msgid "Be_fore:"
msgstr "በፊ_ት:"
-#: footnotesendnotestabpage.ui:231
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:228
msgctxt "footnotesendnotestabpage|ftnntattextend"
msgid "Collec_t at end of text"
msgstr "ከ ጽሁፉ መጨረሻ መሰብሰቢ_ያ"
-#: footnotesendnotestabpage.ui:255
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:252
msgctxt "footnotesendnotestabpage|label1"
msgid "Footnotes"
msgstr "የ ግርጌ ማስታወሻዎች"
-#: footnotesendnotestabpage.ui:292
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:289
msgctxt "footnotesendnotestabpage|endntattextend"
msgid "C_ollect at end of section"
msgstr "ከ ክፍሉ መጨረሻ መ_ሰብሰቢያ"
-#: footnotesendnotestabpage.ui:318
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:315
msgctxt "footnotesendnotestabpage|endntnum"
msgid "_Restart numbering"
msgstr "ቁጥር መስጫ _እንደገና ማስጀመሪያ"
-#: footnotesendnotestabpage.ui:361
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:357
msgctxt "footnotesendnotestabpage|endoffset_label"
msgid "_Start at:"
msgstr "_መጀመሪያ በ:"
-#: footnotesendnotestabpage.ui:382
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:378
msgctxt "footnotesendnotestabpage|endntnumfmt"
msgid "_Custom format"
msgstr "_ማስተካከያ አቀራረብ"
-#: footnotesendnotestabpage.ui:426
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:421
msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "በኋ_ላ:"
-#: footnotesendnotestabpage.ui:471
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:465
msgctxt "footnotesendnotestabpage|endprefix_label"
msgid "Be_fore:"
msgstr "በፊ_ት:"
-#: footnotesendnotestabpage.ui:506
+#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:500
msgctxt "footnotesendnotestabpage|label2"
msgid "Endnotes"
msgstr "የ መጨረሻ ማስታወሻ"
-#: formatsectiondialog.ui:8
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:8
msgctxt "formatsectiondialog|FormatSectionDialog"
msgid "Options"
msgstr "ምርጫዎች"
-#: formatsectiondialog.ui:107
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:107
msgctxt "formatsectiondialog|columns"
msgid "Columns"
msgstr "አምዶች"
-#: formatsectiondialog.ui:129
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:129
msgctxt "formatsectiondialog|indents"
msgid "Indents"
msgstr "ማስረጊያዎች"
-#: formatsectiondialog.ui:152
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:152
msgctxt "formatsectiondialog|background"
msgid "Background"
msgstr "መደብ"
-#: formatsectiondialog.ui:175
+#: sw/uiconfig/swriter/ui/formatsectiondialog.ui:175
msgctxt "formatsectiondialog|notes"
msgid "Footnotes/Endnotes"
-msgstr "የ ግርጌ/የ መጨረሻ ማስታወሻ"
+msgstr "የ ግርጌ/መጨረሻ ማስታወሻ"
-#: formattablepage.ui:61
+#: sw/uiconfig/swriter/ui/formattablepage.ui:63
msgctxt "formattablepage|nameft"
msgid "_Name"
msgstr "_ስም"
-#: formattablepage.ui:77
+#: sw/uiconfig/swriter/ui/formattablepage.ui:79
msgctxt "formattablepage|widthft"
msgid "W_idth"
msgstr "ስ_ፋት"
-#: formattablepage.ui:108
+#: sw/uiconfig/swriter/ui/formattablepage.ui:110
msgctxt "formattablepage|relwidth"
msgid "Relati_ve"
msgstr "ዝምድ_ናው"
-#: formattablepage.ui:155
+#: sw/uiconfig/swriter/ui/formattablepage.ui:155
msgctxt "formattablepage|label45"
msgid "Properties"
msgstr "ባህሪዎች"
-#: formattablepage.ui:194
+#: sw/uiconfig/swriter/ui/formattablepage.ui:194
msgctxt "formattablepage|leftft"
msgid "Lef_t"
msgstr "ግ_ራ"
-#: formattablepage.ui:210
+#: sw/uiconfig/swriter/ui/formattablepage.ui:210
msgctxt "formattablepage|rightft"
msgid "Ri_ght"
msgstr "ቀ_ኝ"
-#: formattablepage.ui:228
+#: sw/uiconfig/swriter/ui/formattablepage.ui:228
msgctxt "formattablepage|aboveft"
msgid "_Above"
msgstr "ከ _ላይ"
-#: formattablepage.ui:245
+#: sw/uiconfig/swriter/ui/formattablepage.ui:245
msgctxt "formattablepage|belowft"
msgid "_Below"
msgstr "ከ _ታች"
-#: formattablepage.ui:328
+#: sw/uiconfig/swriter/ui/formattablepage.ui:320
msgctxt "formattablepage|label46"
msgid "Spacing"
msgstr "ክፍተት"
-#: formattablepage.ui:370
+#: sw/uiconfig/swriter/ui/formattablepage.ui:362
msgctxt "formattablepage|full"
msgid "A_utomatic"
msgstr "ራ_ሱ በራሱ"
-#: formattablepage.ui:388
+#: sw/uiconfig/swriter/ui/formattablepage.ui:380
msgctxt "formattablepage|left"
msgid "_Left"
msgstr "በ _ግራ"
-#: formattablepage.ui:406
+#: sw/uiconfig/swriter/ui/formattablepage.ui:398
msgctxt "formattablepage|fromleft"
msgid "_From left"
msgstr "ከ _ግራ"
-#: formattablepage.ui:424
+#: sw/uiconfig/swriter/ui/formattablepage.ui:416
msgctxt "formattablepage|right"
msgid "R_ight"
msgstr "ቀ_ኝ"
-#: formattablepage.ui:443
+#: sw/uiconfig/swriter/ui/formattablepage.ui:435
msgctxt "formattablepage|center"
msgid "_Center"
msgstr "_መሀከል"
-#: formattablepage.ui:461
+#: sw/uiconfig/swriter/ui/formattablepage.ui:453
msgctxt "formattablepage|free"
msgid "_Manual"
msgstr "_በእጅ"
-#: formattablepage.ui:486
+#: sw/uiconfig/swriter/ui/formattablepage.ui:478
msgctxt "formattablepage|label43"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: formattablepage.ui:530
+#: sw/uiconfig/swriter/ui/formattablepage.ui:522
msgctxt "formattablepage|label53"
msgid "Text _direction"
msgstr "የጽሁፍ _አቅጣጫ"
-#: formattablepage.ui:562
+#: sw/uiconfig/swriter/ui/formattablepage.ui:553
msgctxt "formattablepage|label44"
msgid "Properties "
msgstr "ባህሪዎች "
-#: formattablepage.ui:586
-msgctxt "formattablepage|liststore1"
-msgid "Left-to-right"
-msgstr "ከ ግራ-ወደ-ቀኝ"
-
-#: formattablepage.ui:590
-msgctxt "formattablepage|liststore1"
-msgid "Right-to-left"
-msgstr "ከ ቀኝ-ወደ-ግራ"
-
-#: formattablepage.ui:594
-msgctxt "formattablepage|liststore1"
-msgid "Use superordinate object settings"
-msgstr "ከፍተኛ የ እቃ ማሰናጃዎች መጠቀሚያ"
-
-#: framedialog.ui:8
+#: sw/uiconfig/swriter/ui/framedialog.ui:8
msgctxt "framedialog|FrameDialog"
msgid "Frame"
msgstr "ክፈፍ"
-#: framedialog.ui:106
+#: sw/uiconfig/swriter/ui/framedialog.ui:106
msgctxt "framedialog|type"
msgid "Type"
msgstr "አይነት"
-#: framedialog.ui:128
+#: sw/uiconfig/swriter/ui/framedialog.ui:128
msgctxt "framedialog|options"
msgid "Options"
msgstr "ምርጫዎች"
-#: framedialog.ui:151
+#: sw/uiconfig/swriter/ui/framedialog.ui:151
msgctxt "framedialog|wrap"
msgid "Wrap"
msgstr "መጠቅለያ"
-#: framedialog.ui:174
+#: sw/uiconfig/swriter/ui/framedialog.ui:174
msgctxt "framedialog|hyperlink"
msgid "Hyperlink"
msgstr "Hyperlink"
-#: framedialog.ui:197
+#: sw/uiconfig/swriter/ui/framedialog.ui:197
msgctxt "framedialog|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: framedialog.ui:220
+#: sw/uiconfig/swriter/ui/framedialog.ui:220
msgctxt "framedialog|area"
msgid "Area"
msgstr "ቦታ"
-#: framedialog.ui:243
+#: sw/uiconfig/swriter/ui/framedialog.ui:243
msgctxt "framedialog|transparence"
msgid "Transparency"
msgstr "ግልጽነት"
-#: framedialog.ui:266
+#: sw/uiconfig/swriter/ui/framedialog.ui:266
msgctxt "framedialog|columns"
msgid "Columns"
msgstr "አምዶች"
-#: framedialog.ui:289
+#: sw/uiconfig/swriter/ui/framedialog.ui:289
msgctxt "framedialog|macro"
msgid "Macro"
msgstr "Macro"
-#: frmaddpage.ui:14
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:14
msgctxt "frmaddpage|liststore"
msgid "Top"
msgstr "ከ ላይ"
-#: frmaddpage.ui:18
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:18
msgctxt "frmaddpage|liststore"
msgid "Centered"
msgstr "መሀከል"
-#: frmaddpage.ui:22
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:22
msgctxt "frmaddpage|liststore"
msgid "Bottom"
msgstr "ከ ታች"
-#: frmaddpage.ui:36
-msgctxt "frmaddpage|liststore1"
-msgid "Left-to-right"
-msgstr "ከ ግራ-ወደ-ቀኝ"
-
-#: frmaddpage.ui:40
-msgctxt "frmaddpage|liststore1"
-msgid "Right-to-left"
-msgstr "ከ ቀኝ-ወደ-ግራ"
-
-#: frmaddpage.ui:44
-msgctxt "frmaddpage|liststore1"
-msgid "Right-to-left (vertical)"
-msgstr "ከ ቀኝ-ወደ-ግራ (በ ቁመት)"
-
-#: frmaddpage.ui:48
-msgctxt "frmaddpage|liststore1"
-msgid "Left-to-right (vertical)"
-msgstr "ከ ግራ-ወደ-ቀኝ (በ ቁመት)"
-
-#: frmaddpage.ui:52
-msgctxt "frmaddpage|liststore1"
-msgid "Use superordinate object settings"
-msgstr "ከፍተኛ የ እቃ ማሰናጃዎች መጠቀሚያ"
-
-#: frmaddpage.ui:122
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:90
msgctxt "frmaddpage|name_label"
msgid "_Name:"
msgstr "_ስም:"
-#: frmaddpage.ui:136
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:104
msgctxt "frmaddpage|altname_label"
msgid "_Alternative (Text only):"
msgstr "_አማራጭ (ጽሁፍ ብቻ):"
-#: frmaddpage.ui:152
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:120
msgctxt "frmaddpage|prev"
msgid "<None>"
msgstr "<ምንም>"
-#: frmaddpage.ui:166
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:134
msgctxt "frmaddpage|next"
msgid "<None>"
msgstr "<ምንም>"
-#: frmaddpage.ui:178
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:146
msgctxt "frmaddpage|prev_label"
msgid "_Previous link:"
msgstr "_ቀደም ያለው አገናኝ:"
-#: frmaddpage.ui:192
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:160
msgctxt "frmaddpage|next_label"
msgid "_Next link:"
msgstr "_የሚቀጥለው አገናኝ:"
-#: frmaddpage.ui:206
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:174
msgctxt "frmaddpage|description_label"
msgid "_Description:"
msgstr "_መግለጫ:"
-#: frmaddpage.ui:243
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:211
msgctxt "frmaddpage|label1"
msgid "Names"
msgstr "ስሞች"
-#: frmaddpage.ui:282
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:250
msgctxt "frmaddpage|label2"
msgid "_Vertical alignment"
msgstr "በ _ቁመት ማሰለፊያ"
-#: frmaddpage.ui:309
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:277
msgctxt "frmaddpage|label7"
msgid "Content Alignment"
msgstr "ይዞታዎች ማሰለፊያ"
-#: frmaddpage.ui:345
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:313
msgctxt "frmaddpage|protectcontent"
msgid "_Contents"
msgstr "_ይዞታዎች"
-#: frmaddpage.ui:360
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:328
msgctxt "frmaddpage|protectframe"
msgid "P_osition"
msgstr "ቦ_ታ"
-#: frmaddpage.ui:375
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:343
msgctxt "frmaddpage|protectsize"
msgid "_Size"
msgstr "_መጠን"
-#: frmaddpage.ui:396
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:364
msgctxt "frmaddpage|label8"
msgid "Protect"
msgstr "መጠበቂያ"
-#: frmaddpage.ui:441
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:409
msgctxt "frmaddpage|editinreadonly"
msgid "_Editable in read-only document"
msgstr "_ሊታረም የሚችል ሰነድ በንባብ-ዘዴ ብቻ"
-#: frmaddpage.ui:456
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:424
msgctxt "frmaddpage|printframe"
msgid "Prin_t"
msgstr "ማተሚ_ያ"
-#: frmaddpage.ui:481
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:449
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
msgstr "የ _ጽሁፍ አቅጣጫ:"
-#: frmaddpage.ui:516
+#: sw/uiconfig/swriter/ui/frmaddpage.ui:483
msgctxt "frmaddpage|label3"
msgid "Properties"
msgstr "ባህሪዎች"
-#: frmtypepage.ui:73
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:72
msgctxt "frmtypepage|autowidth"
msgid "AutoSize"
msgstr "በራሱ ልክ"
-#: frmtypepage.ui:97
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:96
msgctxt "frmtypepage|autowidthft"
msgid "_Width (at least)"
msgstr "_ስፋት (ቢያንስ)"
-#: frmtypepage.ui:111
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:110
msgctxt "frmtypepage|widthft"
msgid "_Width"
msgstr "_ስፋት"
-#: frmtypepage.ui:134
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:133
msgctxt "frmtypepage|relwidth"
msgid "Relat_ive to"
msgstr "ዝምድ_ናው ከ"
-#: frmtypepage.ui:198
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:196
msgctxt "frmtypepage|autoheight"
msgid "AutoSize"
msgstr "በራሱ ልክ"
-#: frmtypepage.ui:222
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:220
msgctxt "frmtypepage|autoheightft"
msgid "H_eight (at least)"
msgstr "እ_ርዝመት (ቢያንስ)"
-#: frmtypepage.ui:236
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:234
msgctxt "frmtypepage|heightft"
msgid "H_eight"
msgstr "እ_ርዝመት"
-#: frmtypepage.ui:259
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:257
msgctxt "frmtypepage|relheight"
msgid "Re_lative to"
msgstr "ዝም_ድናው ከ"
-#: frmtypepage.ui:304
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:302
msgctxt "frmtypepage|ratio"
msgid "_Keep ratio"
msgstr "መጠን _መጠበቂያ"
-#: frmtypepage.ui:319
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:317
msgctxt "frmtypepage|origsize"
msgid "_Original Size"
msgstr "_ዋናው መጠን"
-#: frmtypepage.ui:339
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:337
msgctxt "frmtypepage|label2"
msgid "Size"
msgstr "መጠን"
-#: frmtypepage.ui:395
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:393
msgctxt "frmtypepage|topage"
msgid "To _page"
msgstr "ወደ _ገጽ"
-#: frmtypepage.ui:412
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:410
msgctxt "frmtypepage|topara"
msgid "To paragrap_h"
msgstr "ወደ አንቀ_ጽ"
-#: frmtypepage.ui:428
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:426
msgctxt "frmtypepage|tochar"
msgid "To cha_racter"
msgstr "ወደ ባህ_ሪ"
-#: frmtypepage.ui:444
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:442
msgctxt "frmtypepage|aschar"
msgid "_As character"
msgstr "_እንደ ባህሪ"
-#: frmtypepage.ui:460
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:458
msgctxt "frmtypepage|toframe"
msgid "To _frame"
msgstr "ወደ _ክፈፍ"
-#: frmtypepage.ui:482
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:480
msgctxt "frmtypepage|label1"
msgid "Anchor"
msgstr "ማስቆሚያ"
-#: frmtypepage.ui:522
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:520
msgctxt "frmtypepage|horiposft"
msgid "Hori_zontal"
msgstr "በአ_ግድም"
-#: frmtypepage.ui:536
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:534
msgctxt "frmtypepage|horibyft"
msgid "b_y"
msgstr "በ_"
-#: frmtypepage.ui:550
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:548
msgctxt "frmtypepage|vertbyft"
msgid "by"
msgstr "በ"
-#: frmtypepage.ui:564
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:562
msgctxt "frmtypepage|horitoft"
msgid "_to"
msgstr "_ለ"
-#: frmtypepage.ui:611
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:608
msgctxt "frmtypepage|vertposft"
msgid "_Vertical"
msgstr "በ _ቁመት"
-#: frmtypepage.ui:648
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:644
msgctxt "frmtypepage|verttoft"
msgid "t_o"
msgstr "ለ_"
-#: frmtypepage.ui:670
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:666
msgctxt "frmtypepage|mirror"
msgid "_Mirror on even pages"
msgstr "በ ሙሉ ገጾች ላይ _ማንጸባረቂያ"
-#: frmtypepage.ui:687
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:683
msgctxt "frmtypepage|followtextflow"
msgid "Follow text flow"
msgstr "የጽሁፍ ፍሰቱን ተከተል"
-#: frmtypepage.ui:710
+#: sw/uiconfig/swriter/ui/frmtypepage.ui:706
msgctxt "frmtypepage|label11"
msgid "Position"
msgstr "ቦታ"
-#: frmurlpage.ui:66
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:64
msgctxt "frmurlpage|url_label"
msgid "_URL:"
msgstr "_URL:"
-#: frmurlpage.ui:82
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:80
msgctxt "frmurlpage|name_label"
msgid "_Name:"
msgstr "_ስም:"
-#: frmurlpage.ui:98
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:96
msgctxt "frmurlpage|frame_label"
msgid "_Frame:"
msgstr "_ክፈፍ:"
-#: frmurlpage.ui:116
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:114
msgctxt "frmurlpage|search"
msgid "_Browse..."
msgstr "_መቃኛ..."
-#: frmurlpage.ui:171
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:169
msgctxt "frmurlpage|label1"
msgid "Link to"
msgstr "አገናኝ ወደ"
-#: frmurlpage.ui:210
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:208
msgctxt "frmurlpage|server"
msgid "_Server-side image map"
msgstr "_የሰርቨር-ጎን የምስል ካርታ"
-#: frmurlpage.ui:228
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:226
msgctxt "frmurlpage|client"
msgid "_Client-side image map"
msgstr "የ _ደንበኛ-በኩል የ ምስል ካርታ"
-#: frmurlpage.ui:252
+#: sw/uiconfig/swriter/ui/frmurlpage.ui:250
msgctxt "frmurlpage|label2"
msgid "Image Map"
msgstr "የ ምስል ካርታ"
-#: gotopagedialog.ui:8
+#: sw/uiconfig/swriter/ui/gotopagedialog.ui:8
msgctxt "gotopagedialog|GotoPageDialog"
msgid "Go to Page"
msgstr "መሄጃ ወደ ገጽ"
-#: gotopagedialog.ui:71
+#: sw/uiconfig/swriter/ui/gotopagedialog.ui:73
msgctxt "gotopagedialog|page_count"
msgid "of $1"
msgstr "ከ $1"
-#: gotopagedialog.ui:97
+#: sw/uiconfig/swriter/ui/gotopagedialog.ui:100
msgctxt "gotopagedialog|page_label"
msgid "Page:"
msgstr "ገጽ:"
-#: headerfootermenu.ui:19
+#: sw/uiconfig/swriter/ui/headerfootermenu.ui:19
msgctxt "headerfootermenu|borderback"
msgid "Border and Background..."
msgstr "ድንበር እና መደብ..."
-#: indentpage.ui:52
+#: sw/uiconfig/swriter/ui/headerfootermenu.ui:34
+msgctxt "headerfootermenu|insert_pagenumber"
+msgid "Insert Page Number"
+msgstr "የ ገጽ ቁጥር ለ ማስገባት"
+
+#: sw/uiconfig/swriter/ui/indentpage.ui:52
msgctxt "indentpage|label1"
msgid "_Before section"
msgstr "ከ ክፍሉ _በፊት"
-#: indentpage.ui:67
+#: sw/uiconfig/swriter/ui/indentpage.ui:67
msgctxt "indentpage|label3"
msgid "_After section"
msgstr "ከ ክፍሉ _በኋላ"
-#: indentpage.ui:116
+#: sw/uiconfig/swriter/ui/indentpage.ui:113
msgctxt "indentpage|label2"
msgid "Indent"
msgstr "ማስረጊያ"
-#: indentpage.ui:145
+#: sw/uiconfig/swriter/ui/indentpage.ui:142
msgctxt "indentpage|preview-atkobject"
msgid "Example"
msgstr "ምሳሌ"
-#: indexentry.ui:46
+#: sw/uiconfig/swriter/ui/indexentry.ui:46
msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "የማውጫ ማስገቢያ መጨመሪያ"
-#: indexentry.ui:59
+#: sw/uiconfig/swriter/ui/indexentry.ui:59
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "ማስገቢያ"
-#: indexentry.ui:235
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|typeft"
msgid "Index"
msgstr "ማውጫ"
-#: indexentry.ui:261
+#: sw/uiconfig/swriter/ui/indexentry.ui:261
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "አዲስ ተጠቃሚ-የተወሰነ ማውጫ"
-#: indexentry.ui:277
+#: sw/uiconfig/swriter/ui/indexentry.ui:277
msgctxt "indexentry|label3"
msgid "Entry"
msgstr "ማስገቢያ"
-#: indexentry.ui:293
+#: sw/uiconfig/swriter/ui/indexentry.ui:293
msgctxt "indexentry|key1ft"
msgid "1st key"
msgstr "1ኛ ቁልፍ"
-#: indexentry.ui:309
+#: sw/uiconfig/swriter/ui/indexentry.ui:309
msgctxt "indexentry|key2ft"
msgid "2nd key"
msgstr "2ኛ ቁልፍ"
-#: indexentry.ui:324
+#: sw/uiconfig/swriter/ui/indexentry.ui:324
msgctxt "indexentry|levelft"
msgid "Level"
msgstr "ደረጃ"
-#: indexentry.ui:350
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "ዋናው ማስገቢያ"
-#: indexentry.ui:365
+#: sw/uiconfig/swriter/ui/indexentry.ui:365
msgctxt "indexentry|applytoallcb"
msgid "Apply to all similar texts"
msgstr "መፈጸሚያ ለተመሳሳይ ጽሁፎች"
-#: indexentry.ui:380
+#: sw/uiconfig/swriter/ui/indexentry.ui:381
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "ጉዳዩን ማመሳሰያ"
-#: indexentry.ui:396
+#: sw/uiconfig/swriter/ui/indexentry.ui:398
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "ሙሉ ቃሎቹን ብቻ"
-#: indexentry.ui:416
+#: sw/uiconfig/swriter/ui/indexentry.ui:419
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading"
msgstr "Phonetic reading"
-#: indexentry.ui:432
+#: sw/uiconfig/swriter/ui/indexentry.ui:435
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading"
msgstr "Phonetic reading"
-#: indexentry.ui:448
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading"
msgstr "Phonetic reading"
-#: indexentry.ui:534
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "ከ ምርጫ ውስጥ ማስገቢያ ማሻሻያ"
-#: indexentry.ui:597
+#: sw/uiconfig/swriter/ui/indexentry.ui:595
msgctxt "indexentry|label1"
msgid "Selection"
msgstr "ምርጫዎች"
-#: infonotfounddialog.ui:8
+#: sw/uiconfig/swriter/ui/infonotfounddialog.ui:7
msgctxt "infonotfounddialog|InfoNotFoundDialog"
msgid "Find"
msgstr "መፈለጊያ"
-#: infonotfounddialog.ui:13
+#: sw/uiconfig/swriter/ui/infonotfounddialog.ui:13
msgctxt "infonotfounddialog|InfoNotFoundDialog"
msgid "Search key not found."
msgstr "የ መፈለጊያ ቁልፍ አልተገኘም"
-#: inforeadonlydialog.ui:8
+#: sw/uiconfig/swriter/ui/inforeadonlydialog.ui:7
msgctxt "inforeadonlydialog|InfoReadonlyDialog"
msgid "Read-Only Content"
msgstr "ይዞታው ለማንበብ-ብቻ"
-#: inforeadonlydialog.ui:13
+#: sw/uiconfig/swriter/ui/inforeadonlydialog.ui:13
msgctxt "inforeadonlydialog|InfoReadonlyDialog"
msgid "Write-protected content cannot be changed."
msgstr "መጻፍ-የተከለከለ ይዞታዎችን መቀየር አይቻልም"
-#: inforeadonlydialog.ui:14
+#: sw/uiconfig/swriter/ui/inforeadonlydialog.ui:14
msgctxt "inforeadonlydialog|InfoReadonlyDialog"
msgid "No modifications will be accepted."
msgstr "ምንም አይነት ማሻሻል አይፈቀድም"
-#: inputfielddialog.ui:7
+#: sw/uiconfig/swriter/ui/inputfielddialog.ui:18
msgctxt "inputfielddialog|InputFieldDialog"
msgid "Input Field"
msgstr "ማስገቢያ ሜዳ"
-#: inputfielddialog.ui:112
+#: sw/uiconfig/swriter/ui/inputfielddialog.ui:136
msgctxt "inputfielddialog|inputfieldname"
msgid "Reference:"
msgstr "ማመሳከሪያ:"
-#: inputwinmenu.ui:12
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:12
msgctxt "inputwinmenu|sum"
msgid "Sum"
msgstr "ድምር"
-#: inputwinmenu.ui:20
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:20
msgctxt "inputwinmenu|round"
msgid "Round"
msgstr "ክብ"
-#: inputwinmenu.ui:28
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:28
msgctxt "inputwinmenu|phd"
msgid "Percent"
msgstr "ፐርሰንት"
-#: inputwinmenu.ui:36
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:36
msgctxt "inputwinmenu|sqrt"
msgid "Square Root"
msgstr "ስኴር ሩት"
-#: inputwinmenu.ui:44
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:44
msgctxt "inputwinmenu|pow"
msgid "Power"
msgstr "ሀይል"
-#: inputwinmenu.ui:52
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:52
msgctxt "inputwinmenu|operators"
msgid "Operators"
msgstr "አንቀሳቃሾች"
-#: inputwinmenu.ui:62
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:62
msgctxt "inputwinmenu||"
msgid "List Separator"
msgstr "ዝርዝር መለያያ"
-#: inputwinmenu.ui:70
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:70
msgctxt "inputwinmenu|eq"
msgid "Equal"
msgstr "እኩል"
-#: inputwinmenu.ui:78
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:78
msgctxt "inputwinmenu|neq"
msgid "Not Equal"
msgstr "እኩል አይደለም"
-#: inputwinmenu.ui:86
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:86
msgctxt "inputwinmenu|leq"
msgid "Less Than or Equal"
msgstr "ያንሳል ወይንም እኩል ነው"
-#: inputwinmenu.ui:94
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:94
msgctxt "inputwinmenu|geq"
msgid "Greater Than or Equal"
msgstr "ይበልጣል ወይንም እኩል ነው"
-#: inputwinmenu.ui:102
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:102
msgctxt "inputwinmenu|l"
msgid "Less"
msgstr "ያንሳል"
-#: inputwinmenu.ui:110
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:110
msgctxt "inputwinmenu|g"
msgid "Greater"
msgstr "ይበልጣል"
-#: inputwinmenu.ui:124
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:124
msgctxt "inputwinmenu|or"
msgid "Boolean Or"
msgstr "ቡሊያን ወይንም"
-#: inputwinmenu.ui:132
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:132
msgctxt "inputwinmenu|xor"
msgid "Boolean Xor"
msgstr "ቡሊያን Xወይንም"
-#: inputwinmenu.ui:140
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:140
msgctxt "inputwinmenu|and"
msgid "Boolean And"
msgstr "ቡሊያን እና"
-#: inputwinmenu.ui:148
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:148
msgctxt "inputwinmenu|not"
msgid "Boolean Not"
msgstr "ቡሊያን አይደለም"
-#: inputwinmenu.ui:160
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:160
msgctxt "inputwinmenu|statistics"
msgid "Statistical Functions"
msgstr "የ ስታትስቲክስ ተግባሮች"
-#: inputwinmenu.ui:170
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:170
msgctxt "inputwinmenu|mean"
msgid "Mean"
msgstr "አማካይ"
-#: inputwinmenu.ui:178
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:178
msgctxt "inputwinmenu|min"
msgid "Minimum"
msgstr "አነስተኛ"
-#: inputwinmenu.ui:186
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:186
msgctxt "inputwinmenu|max"
msgid "Maximum"
msgstr "ከፍተኛ"
-#: inputwinmenu.ui:198
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:198
msgctxt "inputwinmenu|functions"
msgid "Functions"
msgstr "ተግባሮች"
-#: inputwinmenu.ui:208
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:208
msgctxt "inputwinmenu|sin"
msgid "Sine"
msgstr "ሳይን"
-#: inputwinmenu.ui:216
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:216
msgctxt "inputwinmenu|cos"
msgid "Cosine"
msgstr "ኮሳይን"
-#: inputwinmenu.ui:224
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:224
msgctxt "inputwinmenu|tag"
msgid "Tangent"
msgstr "ታንጀንት"
-#: inputwinmenu.ui:232
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:232
msgctxt "inputwinmenu|asin"
msgid "Arcsine"
msgstr "አርክ ሳይን"
-#: inputwinmenu.ui:240
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:240
msgctxt "inputwinmenu|acos"
msgid "Arccosine"
msgstr "አርክ ኮሳይን"
-#: inputwinmenu.ui:248
+#: sw/uiconfig/swriter/ui/inputwinmenu.ui:248
msgctxt "inputwinmenu|atan"
msgid "Arctangent"
msgstr "አርክ ታንጀንት"
-#: insertautotextdialog.ui:8
+#: sw/uiconfig/swriter/ui/insertautotextdialog.ui:8
msgctxt "insertautotextdialog|InsertAutoTextDialog"
msgid "Insert AutoText"
msgstr "በራሱ ጽሁፍ ማስገቢያ"
-#: insertautotextdialog.ui:104
+#: sw/uiconfig/swriter/ui/insertautotextdialog.ui:104
msgctxt "insertautotextdialog|label1"
msgid "Autotexts for Shortcut "
msgstr "በራሱ ጽሁፍ ለ አቋራጮች "
-#: insertbookmark.ui:8
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:8
msgctxt "insertbookmark|InsertBookmarkDialog"
msgid "Bookmark"
msgstr "ምልክት ማድረጊያ"
-#: insertbookmark.ui:40
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:40
msgctxt "insertbookmark|insert"
msgid "Insert"
msgstr "ማስገቢያ"
-#: insertbookmark.ui:122
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:122
msgctxt "insertbookmark|rename"
msgid "Rename"
msgstr "እንደገና መሰየሚያ"
-#: insertbookmark.ui:135
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:135
msgctxt "insertbookmark|delete"
msgid "Delete"
msgstr "ማጥፊያ"
-#: insertbookmark.ui:148
+#: sw/uiconfig/swriter/ui/insertbookmark.ui:148
msgctxt "insertbookmark|goto"
msgid "Go to"
msgstr "መሄጃ ወደ"
-#: insertbreak.ui:14
+#: sw/uiconfig/swriter/ui/insertbreak.ui:14
msgctxt "insertbreak|BreakDialog"
msgid "Insert Break"
msgstr "መጨረሻ ማስገቢያ"
-#: insertbreak.ui:100
+#: sw/uiconfig/swriter/ui/insertbreak.ui:102
msgctxt "insertbreak|linerb"
msgid "Line break"
msgstr "የ መስመር መጨረሻ"
-#: insertbreak.ui:116
+#: sw/uiconfig/swriter/ui/insertbreak.ui:112
+msgctxt "insertbreak|linerb-atkobject"
+msgid "Ends the current line, and moves the text found to the right of the cursor to the next line, without creating a new paragraph."
+msgstr "የ አሁኑን መስመር መጨረሻ: እና በ መጠቆሚያው በ ቀኝ በኩል ያለውን ጽሁፍ ወደ የሚቀጥለው መስመር ማንቀሳቀሻ: አዲስ አንቀጽ ሳይፈጥሩ"
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:124
msgctxt "insertbreak|columnrb"
msgid "Column break"
msgstr "የ አምድ መጨረሻ"
-#: insertbreak.ui:132
+#: sw/uiconfig/swriter/ui/insertbreak.ui:134
+msgctxt "insertbreak|columnrb-atkobject"
+msgid "Inserts a manual column break (in a multiple column layout), and moves the text found to the right of the cursor to the beginning of the next column. A manual column break is indicated by a nonprinting border at the top of the new column."
+msgstr "በ እጅ የ አምድ መጨረሻ ማስገቢያ (በ በርካታ አምድ እቅድ ውስጥ) እና የ ተገኘውን ጽሁፍ ከ መጠቆሚያው በስተ ቀኝ በኩል እስከ ጽሁፉ መጀመሪያ ድረስ: በ እጅ የ አምድ መጨረሻ የሚታየው በ ምንም የማይታተም ድንበር በ አዲስ አምድ ከ ላይ በኩል ነው"
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:146
msgctxt "insertbreak|pagerb"
msgid "Page break"
msgstr "የ ገጽ መጨረሻ"
-#: insertbreak.ui:151
+#: sw/uiconfig/swriter/ui/insertbreak.ui:156
+msgctxt "insertbreak|pagerb-atkobject"
+msgid "Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page."
+msgstr "በ እጅ የ አምድ መጨረሻ ማስገቢያ እና ማንቀሳቀሻ የተገኘውን ጽሁፍ ወደ መጠቆሚያው ቀኝ በኩል ወደሚቀጥለው ጽሁፍ መጀመሪያ ወደሚቀጥለው ገጽ: ያስገቡት የ ገጽ መጨረሻ የሚታየው በ ምንም በማይታተሙ ድንበር በ አዲስ ገጽ ላይ ከ ላይ በኩል ነው"
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:171
msgctxt "insertbreak|styleft"
msgid "Style:"
msgstr "ዘዴ:"
-#: insertbreak.ui:168
+#: sw/uiconfig/swriter/ui/insertbreak.ui:188
msgctxt "insertbreak|liststore1"
msgid "[None]"
msgstr "[ምንም]"
-#: insertbreak.ui:179
+#: sw/uiconfig/swriter/ui/insertbreak.ui:192
+msgctxt "insertbreak|stylelb-atkobject"
+msgid "Select the page style for the page that follows the manual page break."
+msgstr "አዲስ የ ገጽ ዘዴ ይምረጡ በ እጅ የ ገጽ መጨረሻን ለሚከተለው"
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:204
msgctxt "insertbreak|pagenumcb"
msgid "Change page number"
msgstr "የ ገጽ ቁጥር መቀየሪያ"
-#: insertbreak.ui:205
+#: sw/uiconfig/swriter/ui/insertbreak.ui:214
+msgctxt "insertbreak|pagenumcb-atkobject"
+msgid "Assigns the page number that you specify to the page that follows the manual page break. This option is only available if you assign a different page style to the page that follows manual page break."
+msgstr "የ ገጽ ቁጥር መመደቢያ እርስዎ የ ወሰኑትን በ እጅ የ ገጽ መጨረሻ ገጽ ተከትሎ ለሚመጣው ገጽ ነው: ይህ ምርጫ ዝግጁ የሚሆነው እርስዎ የ ተለየ የ ገጽ ዘዴ ከ መደቡ ነው: በ እጅ የ ገጽ መጨረሻ ገጽ ተከትሎ ለሚመጣው ገጽ"
+
+#: sw/uiconfig/swriter/ui/insertbreak.ui:236
msgctxt "insertbreak|pagenumsb-atkobject"
-msgid "Change page number"
-msgstr "የ ገጽ ቁጥር መቀየሪያ"
+msgid "Enter the new page number for the page that follows the manual page break."
+msgstr "አዲስ የ ገጽቁጥር ያስገቡ በ እጅ ገጽ መጨረሻን ለሚከተለው"
-#: insertbreak.ui:223
+#: sw/uiconfig/swriter/ui/insertbreak.ui:254
msgctxt "insertbreak|label1"
msgid "Type"
msgstr "አይነት"
-#: insertcaption.ui:9
+#: sw/uiconfig/swriter/ui/insertcaption.ui:9
msgctxt "insertcaption|InsertCaptionDialog"
msgid "Insert Caption"
msgstr "መግለጫ ጽሁፍ ማስገቢያ"
-#: insertcaption.ui:51
+#: sw/uiconfig/swriter/ui/insertcaption.ui:50
msgctxt "insertcaption|label1"
msgid "Caption"
msgstr "መግለጫ ጽሁፍ"
-#: insertcaption.ui:89
+#: sw/uiconfig/swriter/ui/insertcaption.ui:88
msgctxt "insertcaption|numbering_label"
msgid "Numbering:"
msgstr "ቁጥር መስጫ:"
-#: insertcaption.ui:103
+#: sw/uiconfig/swriter/ui/insertcaption.ui:102
msgctxt "insertcaption|separator_label"
msgid "Separator:"
msgstr "መለያያ:"
-#: insertcaption.ui:117
+#: sw/uiconfig/swriter/ui/insertcaption.ui:116
msgctxt "insertcaption|position_label"
msgid "Position:"
msgstr "ቦታ:"
-#: insertcaption.ui:143
+#: sw/uiconfig/swriter/ui/insertcaption.ui:141
msgctxt "insertcaption|separator_edit"
msgid ": "
msgstr ": "
-#: insertcaption.ui:155
+#: sw/uiconfig/swriter/ui/insertcaption.ui:153
msgctxt "insertcaption|num_separator"
msgid "Numbering separator:"
msgstr "የ ቁጥር መስጫ መለያያ:"
-#: insertcaption.ui:170
+#: sw/uiconfig/swriter/ui/insertcaption.ui:167
msgctxt "insertcaption|num_separator_edit"
msgid ". "
msgstr ". "
-#: insertcaption.ui:193
+#: sw/uiconfig/swriter/ui/insertcaption.ui:190
msgctxt "insertcaption|label4"
msgid "Category:"
msgstr "ምድብ:"
-#: insertcaption.ui:226
+#: sw/uiconfig/swriter/ui/insertcaption.ui:223
msgctxt "insertcaption|label2"
msgid "Properties"
msgstr "ባህሪዎች"
-#: insertcaption.ui:264
+#: sw/uiconfig/swriter/ui/insertcaption.ui:261
msgctxt "insertcaption|label3"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: insertcaption.ui:335
+#: sw/uiconfig/swriter/ui/insertcaption.ui:332
msgctxt "insertcaption|auto"
msgid "Auto..."
msgstr "በራሱ..."
-#: insertcaption.ui:348
+#: sw/uiconfig/swriter/ui/insertcaption.ui:345
msgctxt "insertcaption|options"
msgid "Options..."
msgstr "ምርጫዎች..."
-#: insertcaption.ui:391
+#: sw/uiconfig/swriter/ui/insertcaption.ui:388
msgctxt "insertcaption|liststore1"
msgid "[None]"
msgstr "[ምንም]"
-#: insertdbcolumnsdialog.ui:34
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:34
msgctxt "insertdbcolumnsdialog|InsertDbColumnsDialog"
msgid "Insert Database Columns"
msgstr "የ ዳታቤዝ አምዶች ማስገቢያ"
-#: insertdbcolumnsdialog.ui:116
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:116
msgctxt "insertdbcolumnsdialog|label1"
msgid "Insert data as:"
msgstr "ዳታ ማስገቢያ እንደ:"
-#: insertdbcolumnsdialog.ui:133
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:133
msgctxt "insertdbcolumnsdialog|astable"
msgid "T_able"
msgstr "ሰ_ንጠረዥ"
-#: insertdbcolumnsdialog.ui:150
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:150
msgctxt "insertdbcolumnsdialog|asfields"
msgid "_Fields"
msgstr "_ሜዳዎች"
-#: insertdbcolumnsdialog.ui:166
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:166
msgctxt "insertdbcolumnsdialog|astext"
msgid "_Text"
msgstr "_ጽሁፍ"
-#: insertdbcolumnsdialog.ui:219
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:219
msgctxt "insertdbcolumnsdialog|label4"
msgid "Database _columns"
msgstr "የ ዳታቤዝ _አምዶች"
-#: insertdbcolumnsdialog.ui:233
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:233
msgctxt "insertdbcolumnsdialog|tablecolft"
msgid "Tab_le column(s)"
msgstr "ሰንጠ_ረዥ አምድ(ዶች)"
-#: insertdbcolumnsdialog.ui:470
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:470
msgctxt "insertdbcolumnsdialog|tableheading"
msgid "Insert table heading"
msgstr "የ ሰንጠረዥ ራስጌ መጨመሪያ"
-#: insertdbcolumnsdialog.ui:485
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:485
msgctxt "insertdbcolumnsdialog|columnname"
msgid "Apply column _name"
msgstr "የአምድ _ስም መፈጸሚያ"
-#: insertdbcolumnsdialog.ui:502
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:502
msgctxt "insertdbcolumnsdialog|rowonly"
msgid "Create row only"
msgstr "ረድፎች ብቻ መፍጠሪያ"
-#: insertdbcolumnsdialog.ui:519
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:519
msgctxt "insertdbcolumnsdialog|tableformat"
msgid "Pr_operties..."
msgstr "ባህ_ሪዎች..."
-#: insertdbcolumnsdialog.ui:532
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:532
msgctxt "insertdbcolumnsdialog|autoformat"
msgid "Aut_oFormat..."
msgstr "በራሱ_አቀራረብ..."
-#: insertdbcolumnsdialog.ui:548
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:548
msgctxt "insertdbcolumnsdialog|parastylelabel"
msgid "Paragraph _style:"
msgstr "በ አንቀጽ _ዘዴ:"
-#: insertdbcolumnsdialog.ui:587
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:587
msgctxt "insertdbcolumnsdialog|fromdatabase"
msgid "From _database"
msgstr "ከ _ዳታቤዝ"
-#: insertdbcolumnsdialog.ui:604
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:604
msgctxt "insertdbcolumnsdialog|userdefined"
msgid "_User-defined"
msgstr "በ _ተጠቃሚ-የሚገለጽ"
-#: insertdbcolumnsdialog.ui:649
+#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:649
msgctxt "insertdbcolumnsdialog|label3"
msgid "Format"
msgstr "አቀራረብ"
-#: insertfootnote.ui:18
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:18
msgctxt "insertfootnote|InsertFootnoteDialog"
msgid "Insert Footnote/Endnote"
-msgstr "ማስገቢያ የ ግርጌ /የ መጨረሻ ማስታወሻ"
+msgstr "የ ግርጌ /መጨረሻ ማስታወሻ ማስገቢያ"
-#: insertfootnote.ui:143
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:148
msgctxt "insertfootnote|automatic"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: insertfootnote.ui:161
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:166
msgctxt "insertfootnote|character"
msgid "Character"
msgstr "ባህሪ"
-#: insertfootnote.ui:193
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:200
msgctxt "insertfootnote|characterentry-atkobject"
msgid "Character"
msgstr "ባህሪ"
-#: insertfootnote.ui:204
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:211
msgctxt "insertfootnote|choosecharacter"
msgid "Choose…"
msgstr "ይምረጡ…"
-#: insertfootnote.ui:224
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:231
msgctxt "insertfootnote|label1"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: insertfootnote.ui:257
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:264
msgctxt "insertfootnote|footnote"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: insertfootnote.ui:275
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:282
msgctxt "insertfootnote|endnote"
msgid "Endnote"
msgstr "የ መጨረሻ ማስታወሻ"
-#: insertfootnote.ui:298
+#: sw/uiconfig/swriter/ui/insertfootnote.ui:306
msgctxt "insertfootnote|label2"
msgid "Type"
msgstr "አይነት"
-#: insertscript.ui:18
+#: sw/uiconfig/swriter/ui/insertscript.ui:18
msgctxt "insertscript|InsertScriptDialog"
msgid "Insert Script"
msgstr "ጽሁፍ ማስገቢያ"
-#: insertscript.ui:36
+#: sw/uiconfig/swriter/ui/insertscript.ui:136
msgctxt "insertscript|label1"
msgid "Script type:"
msgstr "የ ጽሁፍ አይነት:"
-#: insertscript.ui:48
+#: sw/uiconfig/swriter/ui/insertscript.ui:148
msgctxt "insertscript|scripttype"
msgid "JavaScript"
msgstr "JavaScript"
-#: insertscript.ui:58
+#: sw/uiconfig/swriter/ui/insertscript.ui:158
msgctxt "insertscript|url"
msgid "URL:"
msgstr "URL:"
-#: insertscript.ui:86
+#: sw/uiconfig/swriter/ui/insertscript.ui:187
msgctxt "insertscript|browse"
msgid "Browse…"
msgstr "መቃኛ…"
-#: insertscript.ui:99
+#: sw/uiconfig/swriter/ui/insertscript.ui:200
msgctxt "insertscript|text"
msgid "Text:"
msgstr "ጽሁፍ:"
-#: insertsectiondialog.ui:8
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:8
msgctxt "insertsectiondialog|InsertSectionDialog"
msgid "Insert Section"
msgstr "ክፍል ማስገቢያ"
-#: insertsectiondialog.ui:22
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:22
msgctxt "insertsectiondialog|ok"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: insertsectiondialog.ui:106
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:106
msgctxt "insertsectiondialog|section"
msgid "Section"
msgstr "ክፍል"
-#: insertsectiondialog.ui:128
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:128
msgctxt "insertsectiondialog|columns"
msgid "Columns"
msgstr "አምዶች"
-#: insertsectiondialog.ui:151
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:151
msgctxt "insertsectiondialog|indents"
msgid "Indents"
msgstr "ማስረጊያዎች"
-#: insertsectiondialog.ui:174
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:174
msgctxt "insertsectiondialog|background"
msgid "Background"
msgstr "መደብ"
-#: insertsectiondialog.ui:197
+#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:197
msgctxt "insertsectiondialog|notes"
msgid "Footnotes/Endnotes"
-msgstr "የ ግርጌ/የ መጨረሻ ማስታወሻዎች"
+msgstr "የ ግርጌ/መጨረሻ ማስታወሻዎች"
-#: inserttable.ui:29
+#: sw/uiconfig/swriter/ui/inserttable.ui:35
msgctxt "inserttable|InsertTableDialog"
msgid "Insert Table"
msgstr "ሰንጠረዥ ማስገቢያ"
-#: inserttable.ui:43
+#: sw/uiconfig/swriter/ui/inserttable.ui:51
msgctxt "inserttable|ok"
msgid "Insert"
msgstr "ማስገቢያ"
-#: inserttable.ui:138
+#: sw/uiconfig/swriter/ui/inserttable.ui:148
msgctxt "inserttable|label3"
msgid "_Name:"
msgstr "_ስም:"
-#: inserttable.ui:152
+#: sw/uiconfig/swriter/ui/inserttable.ui:162
msgctxt "inserttable|3"
msgid "_Columns:"
msgstr "_አምዶች:"
-#: inserttable.ui:182
+#: sw/uiconfig/swriter/ui/inserttable.ui:192
msgctxt "inserttable|4"
msgid "_Rows:"
msgstr "_ረድፎች:"
-#: inserttable.ui:216
+#: sw/uiconfig/swriter/ui/inserttable.ui:226
msgctxt "inserttable|label1"
msgid "General"
msgstr "ባጠቃላይ"
-#: inserttable.ui:249
+#: sw/uiconfig/swriter/ui/inserttable.ui:264
msgctxt "inserttable|headercb"
msgid "Hea_ding"
msgstr "ራ_ስጌ"
-#: inserttable.ui:264
+#: sw/uiconfig/swriter/ui/inserttable.ui:279
msgctxt "inserttable|repeatcb"
msgid "Repeat heading rows on new _pages"
msgstr "የ ራስጌ ረድፎችን በ አዲስ _ገጾች ላይ መድገሚያ"
-#: inserttable.ui:282
-msgctxt "inserttable|bordercb"
-msgid "_Border"
-msgstr "_ድንበር"
-
-#: inserttable.ui:298
+#: sw/uiconfig/swriter/ui/inserttable.ui:297
msgctxt "inserttable|dontsplitcb"
msgid "Don’t _split table over pages"
msgstr "ሰንጠረዡን ከገጾቹ በላይ _አትክፈል"
-#: inserttable.ui:338
+#: sw/uiconfig/swriter/ui/inserttable.ui:337
msgctxt "inserttable|repeatheaderafter"
msgid "Heading ro_ws:"
msgstr "የ ራስጌ ረድ_ፎች:"
-#: inserttable.ui:355
-msgctxt "inserttable|autoformat"
-msgid "Auto_Format"
-msgstr "በራሱ_አቀራረብ"
-
-#: inserttable.ui:377
+#: sw/uiconfig/swriter/ui/inserttable.ui:360
msgctxt "inserttable|label2"
msgid "Options"
msgstr "ምርጫዎች"
-#: labeldialog.ui:8
+#: sw/uiconfig/swriter/ui/inserttable.ui:454
+msgctxt "inserttable|lbTableStyle"
+msgid "Styles"
+msgstr "ዘዴዎች"
+
+#: sw/uiconfig/swriter/ui/labeldialog.ui:8
msgctxt "labeldialog|LabelDialog"
msgid "Labels"
msgstr "ምልክቶች"
-#: labeldialog.ui:22
+#: sw/uiconfig/swriter/ui/labeldialog.ui:22
msgctxt "labeldialog|ok"
msgid "_New Document"
msgstr "_አዲስ ሰነድ"
-#: labeldialog.ui:106
+#: sw/uiconfig/swriter/ui/labeldialog.ui:106
msgctxt "labeldialog|medium"
msgid "Medium"
msgstr "መገናኛ"
-#: labeldialog.ui:128
+#: sw/uiconfig/swriter/ui/labeldialog.ui:128
msgctxt "labeldialog|labels"
msgid "Labels"
msgstr "ምልክቶች"
-#: labeldialog.ui:151
-msgctxt "labeldialog|cards"
-msgid "Business Cards"
-msgstr "የ ንግድ ካርዶች"
-
-#: labeldialog.ui:174
+#: sw/uiconfig/swriter/ui/labeldialog.ui:151
msgctxt "labeldialog|private"
msgid "Private"
msgstr "የግል"
-#: labeldialog.ui:197
+#: sw/uiconfig/swriter/ui/labeldialog.ui:174
msgctxt "labeldialog|business"
msgid "Business"
msgstr "ንግድ"
-#: labeldialog.ui:220
+#: sw/uiconfig/swriter/ui/labeldialog.ui:197
msgctxt "labeldialog|format"
msgid "Format"
msgstr "አቀራረብ"
-#: labeldialog.ui:243
+#: sw/uiconfig/swriter/ui/labeldialog.ui:220
msgctxt "labeldialog|options"
msgid "Options"
msgstr "ምርጫዎች"
-#: labelformatpage.ui:29
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:29
msgctxt "labelformatpage|label1"
msgid "Hori_zontal pitch:"
msgstr "የ አግ_ድም እርዝመት:"
-#: labelformatpage.ui:43
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:43
msgctxt "labelformatpage|label2"
msgid "_Vertical pitch:"
msgstr "የ _ቁመት እርዝመት:"
-#: labelformatpage.ui:57
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:57
msgctxt "labelformatpage|label3"
msgid "_Width:"
msgstr "_ስፋት:"
-#: labelformatpage.ui:71
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:71
msgctxt "labelformatpage|label4"
msgid "_Height:"
msgstr "_እርዝመት:"
-#: labelformatpage.ui:85
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:85
msgctxt "labelformatpage|label5"
msgid "_Left margin:"
msgstr "የ _ግራ መስመር:"
-#: labelformatpage.ui:99
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:99
msgctxt "labelformatpage|label6"
msgid "_Top margin:"
msgstr "የ_ላይ መስመር:"
-#: labelformatpage.ui:113
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:113
msgctxt "labelformatpage|label7"
msgid "_Columns:"
msgstr "_አምዶች:"
-#: labelformatpage.ui:127
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:127
msgctxt "labelformatpage|label8"
msgid "R_ows:"
msgstr "ረ_ድፎች:"
-#: labelformatpage.ui:141
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:141
msgctxt "labelformatpage|label9"
msgid "P_age width:"
msgstr "የ _ገጽ ስፋት:"
-#: labelformatpage.ui:155
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:155
msgctxt "labelformatpage|label10"
msgid "Pa_ge height:"
msgstr "የ ገ_ጽ እርዝመት:"
-#: labelformatpage.ui:166
+#: sw/uiconfig/swriter/ui/labelformatpage.ui:166
msgctxt "labelformatpage|save"
msgid "_Save..."
msgstr "_ማስቀመጫ..."
-#: labeloptionspage.ui:37
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:44
msgctxt "labeloptionspage|entirepage"
msgid "_Entire page"
msgstr "_በ ጠቅላላ ገጹ ላይ"
-#: labeloptionspage.ui:56
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:61
msgctxt "labeloptionspage|singlelabel"
msgid "_Single label"
msgstr "_ነጠላ ምልክት"
-#: labeloptionspage.ui:88
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:90
msgctxt "labeloptionspage|label4"
msgid "Colu_mn"
msgstr "አም_ድ"
-#: labeloptionspage.ui:131
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:126
msgctxt "labeloptionspage|label5"
msgid "Ro_w"
msgstr "ረድ_ፍ"
-#: labeloptionspage.ui:174
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:161
msgctxt "labeloptionspage|synchronize"
msgid "Synchroni_ze contents"
msgstr "ይዞታዎችን ማስማ_ሚያ"
-#: labeloptionspage.ui:197
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:183
msgctxt "labeloptionspage|label1"
msgid "Distribute"
msgstr "ማሰራጫ"
-#: labeloptionspage.ui:232
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:218
msgctxt "labeloptionspage|setup"
msgid "Setup..."
msgstr "ማሰናጃ..."
-#: labeloptionspage.ui:251
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:234
msgctxt "labeloptionspage|printername"
msgid "Printer Name"
msgstr "የ ማተሚያው ስም"
-#: labeloptionspage.ui:270
+#: sw/uiconfig/swriter/ui/labeloptionspage.ui:252
msgctxt "labeloptionspage|label2"
msgid "Printer"
msgstr "ማተሚያ"
-#: linenumbering.ui:26
-msgctxt "linenumbering|positionstore"
-msgid "Left"
-msgstr "በ ግራ"
-
-#: linenumbering.ui:29
-msgctxt "linenumbering|positionstore"
-msgid "Right"
-msgstr "በ ቀኝ"
-
-#: linenumbering.ui:32
-msgctxt "linenumbering|positionstore"
-msgid "Inner"
-msgstr "ውስጥ"
-
-#: linenumbering.ui:35
-msgctxt "linenumbering|positionstore"
-msgid "Outer"
-msgstr "ውጪ"
-
-#: linenumbering.ui:48
+#: sw/uiconfig/swriter/ui/linenumbering.ui:27
msgctxt "linenumbering|LineNumberingDialog"
msgid "Line Numbering"
msgstr "መስመር ቁጥር መስጫ"
-#: linenumbering.ui:119
+#: sw/uiconfig/swriter/ui/linenumbering.ui:102
msgctxt "linenumbering|shownumbering"
msgid "Show numbering"
msgstr "ቁጥር መስጫ ማሳያ"
-#: linenumbering.ui:162
+#: sw/uiconfig/swriter/ui/linenumbering.ui:145
msgctxt "linenumbering|characterstyle"
msgid "Character style:"
msgstr "የ ባህሪ ዘዴ:"
-#: linenumbering.ui:176
+#: sw/uiconfig/swriter/ui/linenumbering.ui:159
msgctxt "linenumbering|format"
msgid "Format:"
msgstr "አቀራረብ:"
-#: linenumbering.ui:188
+#: sw/uiconfig/swriter/ui/linenumbering.ui:171
msgctxt "linenumbering|position"
msgid "Position:"
msgstr "ቦታ:"
-#: linenumbering.ui:202
+#: sw/uiconfig/swriter/ui/linenumbering.ui:185
msgctxt "linenumbering|spacing"
msgid "Spacing:"
msgstr "ክፍተት:"
-#: linenumbering.ui:216
+#: sw/uiconfig/swriter/ui/linenumbering.ui:199
msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "ክፍተት:"
-#: linenumbering.ui:301
+#: sw/uiconfig/swriter/ui/linenumbering.ui:239
+msgctxt "linenumbering|positionstore"
+msgid "Left"
+msgstr "በ ግራ"
+
+#: sw/uiconfig/swriter/ui/linenumbering.ui:240
+msgctxt "linenumbering|positionstore"
+msgid "Right"
+msgstr "በ ቀኝ"
+
+#: sw/uiconfig/swriter/ui/linenumbering.ui:241
+msgctxt "linenumbering|positionstore"
+msgid "Inner"
+msgstr "ውስጥ"
+
+#: sw/uiconfig/swriter/ui/linenumbering.ui:242
+msgctxt "linenumbering|positionstore"
+msgid "Outer"
+msgstr "ውጪ"
+
+#: sw/uiconfig/swriter/ui/linenumbering.ui:286
msgctxt "linenumbering|intervallines"
msgid "lines"
msgstr "መስመሮች"
-#: linenumbering.ui:324
+#: sw/uiconfig/swriter/ui/linenumbering.ui:310
msgctxt "linenumbering|view"
msgid "View"
msgstr "መመልከቻ"
-#: linenumbering.ui:365
+#: sw/uiconfig/swriter/ui/linenumbering.ui:350
msgctxt "linenumbering|text"
msgid "Text:"
msgstr "ጽሁፍ:"
-#: linenumbering.ui:379
+#: sw/uiconfig/swriter/ui/linenumbering.ui:364
msgctxt "linenumbering|every"
msgid "Every:"
msgstr "ሁሉንም:"
-#: linenumbering.ui:406
+#: sw/uiconfig/swriter/ui/linenumbering.ui:391
msgctxt "linenumbering|lines"
msgid "lines"
msgstr "መስመሮች"
-#: linenumbering.ui:433
+#: sw/uiconfig/swriter/ui/linenumbering.ui:418
msgctxt "linenumbering|separator"
msgid "Separator"
msgstr "መለያያ"
-#: linenumbering.ui:466
+#: sw/uiconfig/swriter/ui/linenumbering.ui:451
msgctxt "linenumbering|blanklines"
msgid "Blank lines"
msgstr "ባዶ መስመሮች"
-#: linenumbering.ui:482
+#: sw/uiconfig/swriter/ui/linenumbering.ui:468
msgctxt "linenumbering|linesintextframes"
msgid "Lines in text frames"
msgstr "መስመሮች በጽሁፍ ክፈፍ ውስጥ"
-#: linenumbering.ui:497
+#: sw/uiconfig/swriter/ui/linenumbering.ui:484
msgctxt "linenumbering|showfooterheadernumbering"
msgid "Include header and footer"
msgstr "ራስጌ እና ግርጌ ማካተቻ"
-#: linenumbering.ui:512
+#: sw/uiconfig/swriter/ui/linenumbering.ui:500
msgctxt "linenumbering|restarteverynewpage"
msgid "Restart every new page"
msgstr "እንደገና ማስጀመሪያ ሁሉንም አዲስ ገጾች"
-#: linenumbering.ui:534
+#: sw/uiconfig/swriter/ui/linenumbering.ui:523
msgctxt "linenumbering|count"
msgid "Count"
msgstr "መቁጠሪያ"
-#: mailconfigpage.ui:85
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:82
msgctxt "mailconfigpage|displayname_label"
msgid "_Your name:"
msgstr "የ _እርስዎ ስም:"
-#: mailconfigpage.ui:99
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:96
msgctxt "mailconfigpage|address_label"
msgid "_E-mail address:"
msgstr "_ኢ-ሜይል አድራሻ:"
-#: mailconfigpage.ui:110
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:107
msgctxt "mailconfigpage|replytocb"
msgid "Send replies to _different e-mail address"
msgstr "ለ_ተለያዩ የ ኢ-ሜይል አድራሻዎች መልስ መላኪያ"
-#: mailconfigpage.ui:129
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:126
msgctxt "mailconfigpage|replyto_label"
msgid "_Reply address:"
msgstr "_መመለሻ አድራሻዎች:"
-#: mailconfigpage.ui:146
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:143
msgctxt "mailconfigpage|label1"
msgid "User Information"
msgstr "የ ተጠቃሚው መረጃ"
-#: mailconfigpage.ui:184
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:181
msgctxt "mailconfigpage|secure"
msgid "_Use secure connection (SSL)"
msgstr "አስተማማኝ ግንኙነት _መጠቀሚያ (SSL)"
-#: mailconfigpage.ui:222
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:218
msgctxt "mailconfigpage|server_label"
msgid "_Server name:"
msgstr "የ _ሰርቨሩ ስም:"
-#: mailconfigpage.ui:236
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:232
msgctxt "mailconfigpage|port_label"
msgid "_Port:"
msgstr "_Port:"
-#: mailconfigpage.ui:274
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:269
msgctxt "mailconfigpage|serverauthentication"
msgid "Ser_ver Authentication…"
msgstr "የ ሰር_ቨር ማረጋገጫ…"
-#: mailconfigpage.ui:300
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:295
msgctxt "mailconfigpage|label2"
msgid "Outgoing Server (SMTP) Settings"
msgstr "ወደ ውጪ መላኪያ ሰርቨር (SMTP) ማሰናጃ"
-#: mailconfigpage.ui:322
+#: sw/uiconfig/swriter/ui/mailconfigpage.ui:317
msgctxt "mailconfigpage|test"
msgid "_Test Settings"
msgstr "ማሰናጃውን _መሞከሪያ"
-#: mailmerge.ui:12
+#: sw/uiconfig/swriter/ui/mailmerge.ui:12
msgctxt "mailmerge|MailmergeDialog"
msgid "Mail Merge"
msgstr "ደብዳቤ ማዋሀጃ"
-#: mailmerge.ui:131
+#: sw/uiconfig/swriter/ui/mailmerge.ui:131
msgctxt "mailmerge|all"
msgid "_All"
msgstr "_ሁሉንም"
-#: mailmerge.ui:149
+#: sw/uiconfig/swriter/ui/mailmerge.ui:149
msgctxt "mailmerge|selected"
msgid "_Selected records"
msgstr "_የተመረጡ መዝገቦች"
-#: mailmerge.ui:172
+#: sw/uiconfig/swriter/ui/mailmerge.ui:172
msgctxt "mailmerge|rbfrom"
msgid "_From:"
msgstr "_ከ:"
-#: mailmerge.ui:206
+#: sw/uiconfig/swriter/ui/mailmerge.ui:205
msgctxt "mailmerge|label3"
msgid "_To:"
msgstr "_ለ:"
-#: mailmerge.ui:245
+#: sw/uiconfig/swriter/ui/mailmerge.ui:243
msgctxt "mailmerge|recordslabel"
msgid "Records"
msgstr "መዝገቦች"
-#: mailmerge.ui:285
+#: sw/uiconfig/swriter/ui/mailmerge.ui:283
msgctxt "mailmerge|printer"
msgid "_Printer"
msgstr "_ማተሚያ"
-#: mailmerge.ui:303
+#: sw/uiconfig/swriter/ui/mailmerge.ui:301
msgctxt "mailmerge|electronic"
msgid "_Electronic"
msgstr "_ኤሌክትሮኒክ"
-#: mailmerge.ui:321
+#: sw/uiconfig/swriter/ui/mailmerge.ui:319
msgctxt "mailmerge|file"
msgid "File"
msgstr "ፋይል"
-#: mailmerge.ui:345
+#: sw/uiconfig/swriter/ui/mailmerge.ui:344
msgctxt "mailmerge|singlejobs"
msgid "_Single print jobs"
msgstr "_ነጠላ የ ህትመት ስራ"
-#: mailmerge.ui:394
+#: sw/uiconfig/swriter/ui/mailmerge.ui:393
msgctxt "mailmerge|generate"
msgid "Generate file name from _database"
msgstr "ስም ከ _ዳታቤዝ ማመንጫ"
-#: mailmerge.ui:415
+#: sw/uiconfig/swriter/ui/mailmerge.ui:414
msgctxt "mailmerge|fieldlabel"
msgid "Field:"
msgstr "ሜዳ:"
-#: mailmerge.ui:428
+#: sw/uiconfig/swriter/ui/mailmerge.ui:427
msgctxt "mailmerge|pathlabel"
msgid "_Path:"
msgstr "_መንገድ:"
-#: mailmerge.ui:443
+#: sw/uiconfig/swriter/ui/mailmerge.ui:442
msgctxt "mailmerge|fileformatlabel"
msgid "F_ile format:"
msgstr "የ ፋ_ይል አቀራረብ:"
-#: mailmerge.ui:506
+#: sw/uiconfig/swriter/ui/mailmerge.ui:504
msgctxt "mailmerge|subjectlabel"
msgid "_Subject:"
msgstr "_ጉዳይ:"
-#: mailmerge.ui:534
+#: sw/uiconfig/swriter/ui/mailmerge.ui:531
msgctxt "mailmerge|attachmentslabel"
msgid "Attachments:"
msgstr "ማያያዣዎች:"
-#: mailmerge.ui:576
+#: sw/uiconfig/swriter/ui/mailmerge.ui:572
msgctxt "mailmerge|mailformatlabel"
msgid "Mail format:"
msgstr "የ ደብዳቤ አቀራረብ:"
-#: mailmerge.ui:596
+#: sw/uiconfig/swriter/ui/mailmerge.ui:592
msgctxt "mailmerge|html"
msgid "HTM_L"
msgstr "HTM_L"
-#: mailmerge.ui:613
+#: sw/uiconfig/swriter/ui/mailmerge.ui:609
msgctxt "mailmerge|rtf"
msgid "RT_F"
msgstr "RT_F"
-#: mailmerge.ui:630
+#: sw/uiconfig/swriter/ui/mailmerge.ui:626
msgctxt "mailmerge|swriter"
msgid "%PRODUCTNAME Writer"
msgstr "%PRODUCTNAME መጻፊያ"
-#: mailmerge.ui:680
+#: sw/uiconfig/swriter/ui/mailmerge.ui:677
msgctxt "mailmerge|singledocument"
msgid "S_ave as single document"
msgstr "እንደ አንድ ሰነድ ማ_ስቀመጫ"
-#: mailmerge.ui:698
+#: sw/uiconfig/swriter/ui/mailmerge.ui:695
msgctxt "mailmerge|individualdocuments"
msgid "Sa_ve as individual documents"
msgstr "እያንዳንዱን ሰነዶች ማስ_ቀመጫ"
-#: mailmerge.ui:724
+#: sw/uiconfig/swriter/ui/mailmerge.ui:721
msgctxt "mailmerge|savemergeddoclabel"
msgid "Save Merged Document"
msgstr "የተዋሀደውን ሰነድ ማስቀመጫ"
-#: mailmerge.ui:745
+#: sw/uiconfig/swriter/ui/mailmerge.ui:742
msgctxt "mailmerge|outputlabel"
msgid "Output"
msgstr "ውጤት"
-#: mailmergedialog.ui:7
+#: sw/uiconfig/swriter/ui/mailmergedialog.ui:7
msgctxt "mailmergedialog|MailMergeDialog"
msgid "Mail Merge"
msgstr "ደብዳቤ ማዋሀጃ"
-#: mailmergedialog.ui:93
+#: sw/uiconfig/swriter/ui/mailmergedialog.ui:93
msgctxt "mailmergedialog|document"
msgid "From this _document"
msgstr "ከዚህ _ሰነድ ውስጥ"
-#: mailmergedialog.ui:112
+#: sw/uiconfig/swriter/ui/mailmergedialog.ui:112
msgctxt "mailmergedialog|template"
msgid "From a _template"
msgstr "ከ _ቴምፕሌት"
-#: mailmergedialog.ui:136
+#: sw/uiconfig/swriter/ui/mailmergedialog.ui:136
msgctxt "mailmergedialog|label1"
msgid "Create"
msgstr "መፍጠሪያ"
-#: managechangessidebar.ui:48
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:48
msgctxt "managechangessidebar|accept"
msgid "_Accept"
msgstr "_ተቀብያለሁ"
-#: managechangessidebar.ui:64
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:64
msgctxt "managechangessidebar|reject"
msgid "_Reject"
msgstr "_አልቀበልም"
-#: managechangessidebar.ui:80
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:80
msgctxt "managechangessidebar|acceptall"
msgid "A_ccept All"
msgstr "ሁሉንም ተ_ቀብያለሁ"
-#: managechangessidebar.ui:96
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:96
msgctxt "managechangessidebar|rejectall"
msgid "R_eject All"
msgstr "ሁሉንም አ_ልቀበልም"
-#: managechangessidebar.ui:159
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:159
msgctxt "managechangessidebar|writeredit"
msgid "Edit Comment..."
msgstr "አስተያየት ማረሚያ..."
-#: managechangessidebar.ui:166
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:166
msgctxt "managechangessidebar|writersort"
msgid "Sort By"
msgstr "መለያ በ"
-#: managechangessidebar.ui:176
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:176
msgctxt "managechangessidebar|writeraction"
msgid "Action"
msgstr "ተግባር"
-#: managechangessidebar.ui:184
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:184
msgctxt "managechangessidebar|writerauthor"
msgid "Author"
msgstr "ደራሲው"
-#: managechangessidebar.ui:192
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:192
msgctxt "managechangessidebar|writerdate"
msgid "Date"
msgstr "ቀን"
-#: managechangessidebar.ui:200
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:200
msgctxt "managechangessidebar|writerdesc"
msgid "Comment"
msgstr "አስተያየት"
-#: managechangessidebar.ui:208
+#: sw/uiconfig/swriter/ui/managechangessidebar.ui:208
msgctxt "managechangessidebar|writerposition"
msgid "Document Position"
msgstr "የ ሰነድ ቦታ"
-#: mergeconnectdialog.ui:7
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:7
msgctxt "mergeconnectdialog|MergeConnectDialog"
msgid "Data Source Connection"
msgstr "የዳታ ምንጭ ግንኙነት"
-#: mergeconnectdialog.ui:93
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:93
msgctxt "mergeconnectdialog|existing"
msgid "_Use existing"
msgstr "የነበረውን _መጠቀሚያ"
-#: mergeconnectdialog.ui:112
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:112
msgctxt "mergeconnectdialog|new"
msgid "_Create new connection"
msgstr "አዲስ ግንኙነት _መፍጠሪያ"
-#: mergeconnectdialog.ui:134
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:134
msgctxt "mergeconnectdialog|label2"
msgid "Fields are used to personalize form letters. The fields are placeholders for data from a data source, such as a database. The fields in the form letter must be connected to the data source."
msgstr "ሜዳዎች የሚጠቅሙት የ ደብዳቤ ፎርሞችን ለማሻሻል ነው: ሜዳዎቹ ቦታ ያዢ ናቸው ለ ዳታው ከ ዳታ ምንጭ ውስጥ: እንደ ዳታቤዝ ሜዳዎቹ በ ደብዳቤው ፎርም ውስጥ ከ ዳታ ምንጭ ጋር መገናኘት አለባቸው"
-#: mergeconnectdialog.ui:153
+#: sw/uiconfig/swriter/ui/mergeconnectdialog.ui:153
msgctxt "mergeconnectdialog|label1"
msgid "Connect"
msgstr "መገናኛ"
-#: mergetabledialog.ui:7
+#: sw/uiconfig/swriter/ui/mergetabledialog.ui:8
msgctxt "mergetabledialog|MergeTableDialog"
msgid "Merge Tables"
msgstr "ሰንጠረዦች ማዋሀጃ"
-#: mergetabledialog.ui:90
+#: sw/uiconfig/swriter/ui/mergetabledialog.ui:95
msgctxt "mergetabledialog|prev"
msgid "Join with _previous table"
msgstr "_ቀደም ካለው ሰንጠረዥ ጋር ማገናኛ"
-#: mergetabledialog.ui:109
+#: sw/uiconfig/swriter/ui/mergetabledialog.ui:111
msgctxt "mergetabledialog|next"
msgid "Join with _next table"
msgstr "ከሚቀጥለው _ሰንጠረዥ ጋር ማገናኛ"
-#: mergetabledialog.ui:133
+#: sw/uiconfig/swriter/ui/mergetabledialog.ui:133
msgctxt "mergetabledialog|label1"
msgid "Mode"
msgstr "ዘዴ"
-#: mmaddressblockpage.ui:62
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:62
msgctxt "mmaddressblockpage|addresslist"
msgid "Select A_ddress List..."
msgstr "የ አ_ድራሻ ዝርዝር ይምረጡ..."
-#: mmaddressblockpage.ui:77
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:77
msgctxt "mmaddressblockpage|differentlist"
msgid "Select Different A_ddress List..."
msgstr "የተለየ የ አ_ድራሻ ዝርዝር ይምረጡ..."
-#: mmaddressblockpage.ui:103
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:103
msgctxt "mmaddressblockpage|currentaddress"
msgid "Current address list: %1"
msgstr "የ አሁኑ አድራሻ ዝርዝር: %1"
-#: mmaddressblockpage.ui:125
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:125
msgctxt "mmaddressblockpage|label2"
msgid "Select the address list containing the address data you want to use. This data is needed to create the address block."
msgstr "ለመጠቀም የሚፈልጉትን የአድራሻ ዳታ የያዘውን የአድራሻ ዝርዝር ይምረጡ ፡ ይህ ዳታ የሚያስፈልገው የአድራሻ መከልከያ ለመፍጠር ነው"
-#: mmaddressblockpage.ui:142
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:142
msgctxt "mmaddressblockpage|label3"
msgid "1."
msgstr "1."
-#: mmaddressblockpage.ui:175
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:175
msgctxt "mmaddressblockpage|assign"
msgid "Match _Fields..."
msgstr "ተመሳሳይ _ሜዳዎች..."
-#: mmaddressblockpage.ui:202
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:202
msgctxt "mmaddressblockpage|label4"
msgid "Match the field name used in the mail merge to the column headers in your data source."
msgstr "በ ደብዳቤ ማዋሀጃ የተጠቀሙትን የ ሜዳ ስም ያመሳስሉ ወደ አምድ ራስጌዎች በ እርስዎ ዳታ ምንጭ ውስጥ"
-#: mmaddressblockpage.ui:219
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:219
msgctxt "mmaddressblockpage|settingsft1"
msgid "3."
msgstr "3."
-#: mmaddressblockpage.ui:258
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:258
msgctxt "mmaddressblockpage|settingsft"
msgid "2."
msgstr "2."
-#: mmaddressblockpage.ui:269
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:269
msgctxt "mmaddressblockpage|address"
msgid "_This document shall contain an address block"
msgstr "_ይህ ሰነድ የ አድራሻ መከለከያ መያዝ አለበት"
-#: mmaddressblockpage.ui:307
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:307
msgctxt "mmaddressblockpage|settings"
msgid "_More..."
msgstr "_ተጨማሪ..."
-#: mmaddressblockpage.ui:345
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:345
msgctxt "mmaddressblockpage|hideempty"
msgid "_Suppress lines with just empty fields"
msgstr "ባዶ ሜዳዎችን _ማስቆሚያ መስመሮች"
-#: mmaddressblockpage.ui:423
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:423
msgctxt "mmaddressblockpage|prev|tooltip_text"
msgid "Preview Previous Address Block"
msgstr "በቅድሚያ መመልከቻ ቀደም ያለውን የአድራሻ መከልከያ"
-#: mmaddressblockpage.ui:438
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:438
msgctxt "mmaddressblockpage|next|tooltip_text"
msgid "Preview Next Address Block"
msgstr "ቅድመ እይታ የሚቀጥለውን የ አድራሻ መከልከያ"
-#: mmaddressblockpage.ui:454
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:454
msgctxt "mmaddressblockpage|documentindex"
msgid "Document: %1"
msgstr "ሰነድ: %1"
-#: mmaddressblockpage.ui:494
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:494
msgctxt "mmaddressblockpage|label6"
msgid "Check if the address data matches correctly."
msgstr "የ አድራሻ ዳታ በ ትክክል መስማማቱን ይመርምሩ"
-#: mmaddressblockpage.ui:511
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:511
msgctxt "mmaddressblockpage|settingsft2"
msgid "4."
msgstr "4."
-#: mmaddressblockpage.ui:544
+#: sw/uiconfig/swriter/ui/mmaddressblockpage.ui:544
msgctxt "mmaddressblockpage|label1"
msgid "Insert Address Block"
msgstr "የ አድራሻ መከለከያ ማስገቢያ"
-#: mmcreatingdialog.ui:7
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:7
msgctxt "mmcreatingdialog|MMCreatingDialog"
msgid "Mail Merge"
msgstr "ደብዳቤ ማዋሀጃ"
-#: mmcreatingdialog.ui:52
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:52
msgctxt "mmcreatingdialog|label1"
msgid "Status:"
msgstr "ሁኔታው:"
-#: mmcreatingdialog.ui:66
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:66
msgctxt "mmcreatingdialog|label2"
msgid "Progress:"
msgstr "ሂደቱ:"
-#: mmcreatingdialog.ui:80
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:80
msgctxt "mmcreatingdialog|label3"
msgid "Creating documents..."
msgstr "ሰነዶች በመፍጠር ላይ..."
-#: mmcreatingdialog.ui:94
+#: sw/uiconfig/swriter/ui/mmcreatingdialog.ui:94
msgctxt "mmcreatingdialog|progress"
msgid "%X of %Y"
msgstr "%X of %Y"
-#: mmlayoutpage.ui:74
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:74
msgctxt "mmlayoutpage|label6"
msgid "_From top"
msgstr "ከ _ላይ"
-#: mmlayoutpage.ui:89
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:89
msgctxt "mmlayoutpage|top"
msgid "2.00"
msgstr "2.00"
-#: mmlayoutpage.ui:116
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:116
msgctxt "mmlayoutpage|align"
msgid "Align to text body"
msgstr "ወደ ጽሁፍ ሰውነት ማሰለፊያ"
-#: mmlayoutpage.ui:163
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:163
msgctxt "mmlayoutpage|leftft"
msgid "From _left"
msgstr "ከ _ግራ"
-#: mmlayoutpage.ui:205
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:205
msgctxt "mmlayoutpage|label2"
msgid "Address Block Position"
msgstr "የ አድራሻ መከልከያ ቦታ"
-#: mmlayoutpage.ui:242
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:242
msgctxt "mmlayoutpage|label4"
msgid "Move"
msgstr "ማንቀሳቀሻ"
-#: mmlayoutpage.ui:258
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:258
msgctxt "mmlayoutpage|label5"
msgid "Move"
msgstr "ማንቀሳቀሻ"
-#: mmlayoutpage.ui:271
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:271
msgctxt "mmlayoutpage|up"
msgid "_Up"
msgstr "_ወደ ላይ"
-#: mmlayoutpage.ui:286
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:286
msgctxt "mmlayoutpage|down"
msgid "_Down"
msgstr "_ወደ ታች"
-#: mmlayoutpage.ui:307
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:307
msgctxt "mmlayoutpage|label3"
msgid "Salutation Position"
msgstr "የ ሰላምታ ቦታ"
-#: mmlayoutpage.ui:347
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:347
msgctxt "mmlayoutpage|label7"
msgid "_Zoom"
msgstr "_ማሳያ"
-#: mmlayoutpage.ui:363
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:363
msgctxt "mmlayoutpage|zoom"
msgid "Entire page"
msgstr "በ ጠቅላላው ገጽ"
-#: mmlayoutpage.ui:415
+#: sw/uiconfig/swriter/ui/mmlayoutpage.ui:415
msgctxt "mmlayoutpage|label1"
msgid "Adjust Layout of Address Block and Salutation"
msgstr "ሰላምታ እና የ አድራሻ መከልከያ ቦታ እቅድ ማስተካከያ"
-#: mmmailbody.ui:8
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:8
msgctxt "mmmailbody|MailBodyDialog"
msgid "E-Mail Message"
msgstr "ኢ-ሜይል መልእክት"
-#: mmmailbody.ui:91
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:91
msgctxt "mmmailbody|bodyft"
msgid "Write your message here"
msgstr "የ እርስዎን መልእክት እዚህ ይጻፉ"
-#: mmmailbody.ui:132
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:132
msgctxt "mmmailbody|greeting"
msgid "This e-mail should contain a salutation"
msgstr "ይህ ኢ-ሜይል ሰላምታ መያዝ አለበት"
-#: mmmailbody.ui:164
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:165
msgctxt "mmmailbody|generalft"
msgid "General salutation"
msgstr "አጠቃላይ ሰላምታ"
-#: mmmailbody.ui:219
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:220
msgctxt "mmmailbody|femalefi"
msgid "Address list field indicating a female recipient"
msgstr "የ አድራሻ ዝርዝር ሜዳ የ ሴት ተቀባዮችን አመልካች"
-#: mmmailbody.ui:233
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:234
msgctxt "mmmailbody|femaleft"
msgid "_Female"
msgstr "_ሴት"
-#: mmmailbody.ui:249
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:250
msgctxt "mmmailbody|maleft"
msgid "_Male"
msgstr "_ወንድ"
-#: mmmailbody.ui:265
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:266
msgctxt "mmmailbody|femalecolft"
msgid "Field name"
msgstr "የ ሜዳ ስም"
-#: mmmailbody.ui:280
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:281
msgctxt "mmmailbody|femalefieldft"
msgid "Field value"
msgstr "የ ሜዳው ዋጋ"
-#: mmmailbody.ui:292
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:293
msgctxt "mmmailbody|newfemale"
msgid "_New..."
msgstr "_አዲስ..."
-#: mmmailbody.ui:309
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:310
msgctxt "mmmailbody|newmale"
msgid "N_ew..."
msgstr "አ_ዲስ..."
-#: mmmailbody.ui:404
+#: sw/uiconfig/swriter/ui/mmmailbody.ui:405
msgctxt "mmmailbody|personalized"
msgid "Insert personalized salutation"
msgstr "የ ግል ሰላምታ ማስገቢያ"
-#: mmoutputtypepage.ui:45
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:45
msgctxt "mmoutputtypepage|letterft"
msgid "Send letters to a group of recipients. The letters can contain an address block and a salutation. The letters can be personalized for each recipient."
msgstr "ደብዳቤ ለተለያዩ ተቀባይ ቡድኖች መላኪያ: ደብዳቤዎቹ የ አድራሻ መከልከያ እና ሰላምታ ይይዛሉ: ደብዳቤዎቹን ለእያንዳንዱ ተቀባይ እንደፍላጎትዎ መቀያየር ይችላሉ"
-#: mmoutputtypepage.ui:62
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:62
msgctxt "mmoutputtypepage|emailft"
msgid "Send e-mail messages to a group of recipients. The e-mail messages can contain a salutation. The e-mail messages can be personalized for each recipient."
msgstr "ኢ-ሜይል ለተለያዩ ተቀባይ ቡድኖች መላኪያ: ኢ-ሜይሎቹ ሰላምታ ይይዛሉ: የ ኢ-ሜይል መልእክቶቹን ለእያንዳንዱ ተቀባይ እንደፍላጎትዎ መቀያየር ይችላሉ"
-#: mmoutputtypepage.ui:78
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:78
msgctxt "mmoutputtypepage|letter"
msgid "_Letter"
msgstr "_ደብዳቤ"
-#: mmoutputtypepage.ui:94
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:94
msgctxt "mmoutputtypepage|email"
msgid "_E-mail message"
msgstr "_ኢ-ሜይል መልእክት"
-#: mmoutputtypepage.ui:134
+#: sw/uiconfig/swriter/ui/mmoutputtypepage.ui:134
msgctxt "mmoutputtypepage|label1"
msgid "What Type of Document Do You Want to Create?"
msgstr "ምን አይነት ሰነድ ነው መፍጠር የሚፈልጉት?"
-#: mmresultemaildialog.ui:14
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:14
msgctxt "mmresultemaildialog|liststore1"
msgid "OpenDocument Text"
msgstr "የ OpenDocument ጽሁፍ"
-#: mmresultemaildialog.ui:18
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:18
msgctxt "mmresultemaildialog|liststore1"
msgid "Adobe PDF-Document"
msgstr "Adobe PDF-ሰነድ"
-#: mmresultemaildialog.ui:22
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:22
msgctxt "mmresultemaildialog|liststore1"
msgid "Microsoft Word Document"
msgstr "Microsoft Word Document"
-#: mmresultemaildialog.ui:26
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:26
msgctxt "mmresultemaildialog|liststore1"
msgid "HTML Message"
msgstr "የ HTML መልእክት"
-#: mmresultemaildialog.ui:30
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:30
msgctxt "mmresultemaildialog|liststore1"
msgid "Plain Text"
msgstr "መደበኛ ጽሁፍ"
-#: mmresultemaildialog.ui:38
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:38
msgctxt "mmresultemaildialog|MMResultEmailDialog"
msgid "E-Mail merged document"
msgstr "ኢ-ሜይል ማዋሀጃ ሰነድ"
-#: mmresultemaildialog.ui:51
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:51
msgctxt "mmresultemaildialog|ok"
msgid "Send Documents"
msgstr "ሰነዶች መላኪያ"
-#: mmresultemaildialog.ui:133
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:133
msgctxt "mmresultemaildialog|mailtoft"
msgid "T_o"
msgstr "ወ_ደ"
-#: mmresultemaildialog.ui:155
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:155
msgctxt "mmresultemaildialog|copyto"
msgid "_Copy to..."
msgstr "_ኮፒ ማድረጊያ ወደ..."
-#: mmresultemaildialog.ui:171
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:171
msgctxt "mmresultemaildialog|subjectft"
msgid "S_ubject"
msgstr "ጉ_ዳዩ"
-#: mmresultemaildialog.ui:196
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:196
msgctxt "mmresultemaildialog|sendasft"
msgid "Sen_d as"
msgstr "መላኪ_ያ እንደ"
-#: mmresultemaildialog.ui:219
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:219
msgctxt "mmresultemaildialog|sendassettings"
msgid "Pr_operties..."
msgstr "ባህ_ሪዎች..."
-#: mmresultemaildialog.ui:265
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:265
msgctxt "mmresultemaildialog|attachft"
msgid "Name of the a_ttachment"
msgstr "የ ማ_ያያዣው ስም"
-#: mmresultemaildialog.ui:284
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:284
msgctxt "mmresultemaildialog|label2"
msgid "E-Mail options"
msgstr "የ ኢ-ሜይል ምርጫዎች"
-#: mmresultemaildialog.ui:316
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:316
msgctxt "mmresultemaildialog|sendallrb"
msgid "S_end all documents"
msgstr "ሁሉንም ሰነዶች መ_ላኪያ"
-#: mmresultemaildialog.ui:339
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:339
msgctxt "mmresultemaildialog|fromrb"
msgid "_From"
msgstr "_ከ"
-#: mmresultemaildialog.ui:360
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:360
msgctxt "mmresultemaildialog|toft"
msgid "_To"
msgstr "_ለ"
-#: mmresultemaildialog.ui:409
+#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:409
msgctxt "mmresultemaildialog|label1"
msgid "Send records"
msgstr "መዝገቦች መላኪያ"
-#: mmresultprintdialog.ui:8
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:20
msgctxt "mmresultprintdialog|MMResultPrintDialog"
msgid "Print merged document"
msgstr "የ ተዋሀዱ ሰነዶችን _ማተሚያ"
-#: mmresultprintdialog.ui:21
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:36
msgctxt "mmresultprintdialog|ok"
msgid "Print Documents"
msgstr "ሰነዶች ማተሚ_ያ"
-#: mmresultprintdialog.ui:97
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:112
msgctxt "mmresultprintdialog|printerft"
msgid "_Printer"
msgstr "_ማተሚያ"
-#: mmresultprintdialog.ui:119
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:135
msgctxt "mmresultprintdialog|printersettings"
msgid "P_roperties..."
msgstr "ባ_ህሪዎች..."
-#: mmresultprintdialog.ui:138
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:154
msgctxt "mmresultprintdialog|label2"
msgid "Printer options"
msgstr "የ ማተሚያ ምርጫዎች"
-#: mmresultprintdialog.ui:174
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:190
msgctxt "mmresultprintdialog|printallrb"
msgid "Print _all documents"
msgstr "_ሁሉንም ሰነዶች ማተሚያ"
-#: mmresultprintdialog.ui:199
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:215
msgctxt "mmresultprintdialog|fromrb"
msgid "_From"
msgstr "_ከ"
-#: mmresultprintdialog.ui:220
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:236
msgctxt "mmresultprintdialog|toft"
msgid "_To"
msgstr "_ለ"
-#: mmresultprintdialog.ui:271
+#: sw/uiconfig/swriter/ui/mmresultprintdialog.ui:289
msgctxt "mmresultprintdialog|label1"
msgid "Print records"
msgstr "መዝገቦች ማተሚያ"
-#: mmresultsavedialog.ui:8
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:8
msgctxt "mmresultsavedialog|MMResultSaveDialog"
msgid "Save merged document"
msgstr "የ ተዋሀደ ሰነድ ማስቀመጫ"
-#: mmresultsavedialog.ui:21
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:21
msgctxt "mmresultsavedialog|ok"
msgid "Save Documents"
msgstr "ሰነዶችን ማስቀመጫ"
-#: mmresultsavedialog.ui:94
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:94
msgctxt "mmresultsavedialog|singlerb"
msgid "S_ave as a single large document"
msgstr "እንደ አንድ ሰነድ ማ_ስቀመጫ"
-#: mmresultsavedialog.ui:111
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:111
msgctxt "mmresultsavedialog|individualrb"
msgid "Sa_ve as individual documents"
msgstr "እያንዳንዱን ሰነዶች ማስ_ቀመጫ"
-#: mmresultsavedialog.ui:132
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:132
msgctxt "mmresultsavedialog|fromrb"
msgid "_From"
msgstr "_ከ"
-#: mmresultsavedialog.ui:153
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:153
msgctxt "mmresultsavedialog|toft"
msgid "_To"
msgstr "_ለ"
-#: mmresultsavedialog.ui:201
+#: sw/uiconfig/swriter/ui/mmresultsavedialog.ui:201
msgctxt "mmresultsavedialog|label2"
msgid "Save As options"
msgstr "ማስቀመጫ እንደ ምርጫዎች"
-#: mmsalutationpage.ui:49
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:49
msgctxt "mmsalutationpage|previewft"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: mmsalutationpage.ui:70
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:70
msgctxt "mmsalutationpage|assign"
msgid "_Match fields..."
msgstr "ሜዳዎች _ማመሳሰያ..."
-#: mmsalutationpage.ui:108
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:108
msgctxt "mmsalutationpage|prev|tooltip_text"
msgid "Preview Previous Address Block"
msgstr "ቅድመ እይታ ቀደም ያለውን የ አድራሻ መከልከያ"
-#: mmsalutationpage.ui:123
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:123
msgctxt "mmsalutationpage|next|tooltip_text"
msgid "Preview Next Address Block"
msgstr "ቅድመ እይታ የሚቀጥለውን የ አድራሻ መከልከያ"
-#: mmsalutationpage.ui:139
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:139
msgctxt "mmsalutationpage|documentindex"
msgid "Document: %1"
msgstr "ሰነድ: %1"
-#: mmsalutationpage.ui:180
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:180
msgctxt "mmsalutationpage|greeting"
msgid "This document should contain a salutation"
msgstr "ይህ ሰነድ ሰላምታ መያዝ አለበት"
-#: mmsalutationpage.ui:211
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:212
msgctxt "mmsalutationpage|generalft"
msgid "General salutation"
msgstr "አጠቃላይ ሰላምታ"
-#: mmsalutationpage.ui:266
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:267
msgctxt "mmsalutationpage|femalefi"
msgid "Address list field indicating a female recipient"
msgstr "የ አድራሻ ዝርዝር ሜዳ የ ሴት ተቀባዮችን አመልካች"
-#: mmsalutationpage.ui:280
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:281
msgctxt "mmsalutationpage|femaleft"
msgid "_Female"
msgstr "_ሴት"
-#: mmsalutationpage.ui:296
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:297
msgctxt "mmsalutationpage|maleft"
msgid "_Male"
msgstr "_ወንድ"
-#: mmsalutationpage.ui:312
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:313
msgctxt "mmsalutationpage|femalecolft"
msgid "Field name"
msgstr "የ ሜዳ ስም"
-#: mmsalutationpage.ui:328
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:329
msgctxt "mmsalutationpage|femalefieldft"
msgid "Field value"
msgstr "የ ሜዳው ዋጋ"
-#: mmsalutationpage.ui:341
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:342
msgctxt "mmsalutationpage|newfemale"
msgid "_New..."
msgstr "_አዲስ..."
-#: mmsalutationpage.ui:357
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:358
msgctxt "mmsalutationpage|newmale"
msgid "N_ew..."
msgstr "አ_ዲስ..."
-#: mmsalutationpage.ui:451
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:452
msgctxt "mmsalutationpage|personalized"
msgid "Insert personalized salutation"
msgstr "የ ግል ሰላምታ ማስገቢያ"
-#: mmsalutationpage.ui:499
+#: sw/uiconfig/swriter/ui/mmsalutationpage.ui:501
msgctxt "mmsalutationpage|label1"
msgid "Create a Salutation"
msgstr "ሰላምታ መፍጠሪያ"
-#: mmselectpage.ui:31
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:31
msgctxt "mmselectpage|currentdoc"
msgid "Use the current _document"
msgstr "የ አሁኑን _ሰነድ መጠቀሚያ"
-#: mmselectpage.ui:48
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:48
msgctxt "mmselectpage|newdoc"
msgid "Create a ne_w document"
msgstr "አ_ዲስ ሰነድ መፍጠሪያ"
-#: mmselectpage.ui:64
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:64
msgctxt "mmselectpage|loaddoc"
msgid "Start from _existing document"
msgstr "ከ _ነበረው ሰነድ መጀመሪያ"
-#: mmselectpage.ui:81
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:81
msgctxt "mmselectpage|template"
msgid "Start from a t_emplate"
msgstr "ከ ቴ_ምፕሌት መጀመሪያ"
-#: mmselectpage.ui:98
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:98
msgctxt "mmselectpage|recentdoc"
msgid "Start fro_m a recently saved starting document"
msgstr "በቅርብ ጊዜ ከ_ተቀመጠው ሰነድ መጀመሪያ"
-#: mmselectpage.ui:125
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:125
msgctxt "mmselectpage|browsedoc"
msgid "B_rowse..."
msgstr "መ_ቃኛ..."
-#: mmselectpage.ui:140
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:140
msgctxt "mmselectpage|browsetemplate"
msgid "B_rowse..."
msgstr "መ_ቃኛ..."
-#: mmselectpage.ui:161
+#: sw/uiconfig/swriter/ui/mmselectpage.ui:161
msgctxt "mmselectpage|label1"
msgid "Select Starting Document for the Mail Merge"
msgstr "ለ ደብዳቤ ማዋሀጃ መጀመሪያ ሰነድ ይምረጡ"
-#: mmsendmails.ui:11
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:11
msgctxt "mmsendmails|SendMailsDialog"
msgid "Sending E-mail messages"
msgstr "የ ኢ-ሜይል መልእክቶችን በመላክ ላይ"
-#: mmsendmails.ui:26
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:26
msgctxt "mmsendmails|stop"
msgid "_Pause"
msgstr "_ማስቆሚያ"
-#: mmsendmails.ui:90
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:90
msgctxt "mmsendmails|label3"
msgid "The connection to the outgoing mail server has been established"
msgstr "ደብዳቤ ወደ ውጪ መላኪያ ሰርቨር ጋር ግንኙነት ተመስርቷል"
-#: mmsendmails.ui:99
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:99
msgctxt "mmsendmails|label1"
msgid "Connection status"
msgstr "የ ግንኙነት ሁኔታ"
-#: mmsendmails.ui:150
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:150
msgctxt "mmsendmails|transferstatus"
msgid "%1 of %2 e-mails sent"
msgstr "%1 ከ %2 ኢ-ሜይሎች ተልከዋል"
-#: mmsendmails.ui:166
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:166
msgctxt "mmsendmails|paused"
msgid "Sending paused"
msgstr "መላኩ ተቋርጧል"
-#: mmsendmails.ui:201
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:201
msgctxt "mmsendmails|errorstatus"
msgid "E-mails not sent: %1"
msgstr "ኢ-ሜይሎቹ አልተላኩም: %1"
-#: mmsendmails.ui:229
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:229
msgctxt "mmsendmails|label5"
msgid "Details"
msgstr "ዝርዝሮች"
-#: mmsendmails.ui:248
+#: sw/uiconfig/swriter/ui/mmsendmails.ui:248
msgctxt "mmsendmails|label2"
msgid "Transfer status"
msgstr "የ ማስተላለፊያው ሁኔታ"
-#: navigatorpanel.ui:34
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:34
msgctxt "navigatorpanel|contenttoggle|tooltip_text"
msgid "Toggle Master View"
msgstr "ዋናውን መመልከቻ መቀያየሪያ"
-#: navigatorpanel.ui:47
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:47
msgctxt "navigatorpanel|navigation|tooltip_text"
msgid "Navigation"
msgstr "መቃኛ"
-#: navigatorpanel.ui:60
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:60
msgctxt "navigatorpanel|back|tooltip_text"
msgid "Back"
msgstr "ወደ ኋላ"
-#: navigatorpanel.ui:73
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:73
msgctxt "navigatorpanel|forward|tooltip_text"
msgid "Forward"
msgstr "ወደ ፊት"
-#: navigatorpanel.ui:86
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:86
msgctxt "navigatorpanel|dragmode|tooltip_text"
msgid "Drag Mode"
msgstr "መጎተቻ ዘዴ"
-#: navigatorpanel.ui:109
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:109
msgctxt "navigatorpanel|chapterup|tooltip_text"
msgid "Promote Chapter"
msgstr "ምእራፍ ማሳደጊያ"
-#: navigatorpanel.ui:122
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:122
msgctxt "navigatorpanel|chapterdown|tooltip_text"
msgid "Demote Chapter"
msgstr "ምእራፍ ማሳነሻ"
-#: navigatorpanel.ui:135
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:135
msgctxt "navigatorpanel|listbox|tooltip_text"
msgid "List Box On/Off"
msgstr "ዝርዝር ሳጥን ማብሪያ/ማጥፊያ"
-#: navigatorpanel.ui:148
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:148
msgctxt "navigatorpanel|root|tooltip_text"
msgid "Content Navigation View"
msgstr "ይዞታ መቃኛ መመልከቻ"
-#: navigatorpanel.ui:171
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:171
msgctxt "navigatorpanel|reminder|tooltip_text"
msgid "Set Reminder"
msgstr "አስታዋሽ ማሰናጃ"
-#: navigatorpanel.ui:194
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:194
msgctxt "navigatorpanel|header|tooltip_text"
msgid "Header"
msgstr "ራስጌ"
-#: navigatorpanel.ui:207
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:207
msgctxt "navigatorpanel|footer|tooltip_text"
msgid "Footer"
msgstr "ግርጌ"
-#: navigatorpanel.ui:220
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:220
msgctxt "navigatorpanel|anchor|tooltip_text"
msgid "Anchor<->Text"
msgstr "ጽሁፍ <->ማቆሚያ"
-#: navigatorpanel.ui:243
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:243
msgctxt "navigatorpanel|headings|tooltip_text"
msgid "Heading Levels Shown"
msgstr "የ ራስጌ ደረጃዎች ማሳያ"
-#: navigatorpanel.ui:266
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:266
msgctxt "navigatorpanel|promote|tooltip_text"
msgid "Promote Level"
msgstr "ደረጃ ማሳደጊያ"
-#: navigatorpanel.ui:279
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:279
msgctxt "navigatorpanel|demote|tooltip_text"
msgid "Demote Level"
msgstr "ደረጃ ማሳነሻ"
-#: navigatorpanel.ui:304
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:304
msgctxt "navigatorpanel|documents|tooltip_text"
msgid "Document"
msgstr "ሰነድ"
-#: navigatorpanel.ui:307
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:307
msgctxt "navigatorpanel|documents-atkobject"
msgid "Active Window"
msgstr "ንቁ መስኮት"
-#: navigatorpanel.ui:341
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:341
msgctxt "navigatorpanel|globaltoggle|tooltip_text"
msgid "Toggle Master View"
msgstr "ዋናውን መመልከቻ መቀያየሪያ"
-#: navigatorpanel.ui:364
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:364
msgctxt "navigatorpanel|edit|tooltip_text"
msgid "Edit"
msgstr "ማረሚያ"
-#: navigatorpanel.ui:377
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:377
msgctxt "navigatorpanel|update|tooltip_text"
msgid "Update"
msgstr "ማሻሻያ"
-#: navigatorpanel.ui:390
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:390
msgctxt "navigatorpanel|insert|tooltip_text"
msgid "Insert"
msgstr "ማስገቢያ"
-#: navigatorpanel.ui:413
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:413
msgctxt "navigatorpanel|save|tooltip_text"
msgid "Save Contents as well"
msgstr "እንዲሁም ይዞታዎችን ማስቀመጫ"
-#: navigatorpanel.ui:436
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:436
msgctxt "navigatorpanel|moveup|tooltip_text"
msgid "Move Up"
msgstr "ወደ ላይ ማንቀሳቀሻ"
-#: navigatorpanel.ui:449
+#: sw/uiconfig/swriter/ui/navigatorpanel.ui:449
msgctxt "navigatorpanel|movedown|tooltip_text"
msgid "Move Down"
msgstr "ወደ ታች ማንቀሳቀሻ"
-#: newuserindexdialog.ui:8
+#: sw/uiconfig/swriter/ui/newuserindexdialog.ui:8
msgctxt "newuserindexdialog|NewUserIndexDialog"
msgid "Create New User-defined Index"
msgstr "አዲስ ተጠቃሚ-የተወሰን ማውጫ መፍጠሪያ"
-#: newuserindexdialog.ui:100
+#: sw/uiconfig/swriter/ui/newuserindexdialog.ui:103
msgctxt "newuserindexdialog|label2"
msgid "_Name"
msgstr "_ስም"
-#: newuserindexdialog.ui:132
+#: sw/uiconfig/swriter/ui/newuserindexdialog.ui:133
msgctxt "newuserindexdialog|label1"
msgid "New User Index"
msgstr "አዲስ ተጠቃሚ ማውጫ"
-#: notebookbar.ui:417
-msgctxt "notebookbar|NewSW"
-msgid " "
-msgstr " "
-
-#: notebookbar.ui:421
-msgctxt "notebookbar|NewSW|tooltip_text"
-msgid "Text Document"
-msgstr "የ ጽሁፍ ሰነድ"
-
-#: notebookbar.ui:434
-msgctxt "notebookbar|NewSC"
-msgid " "
-msgstr " "
-
-#: notebookbar.ui:438
-msgctxt "notebookbar|NewSC|tooltip_text"
-msgid "Spreadsheet"
-msgstr "ሰንጠረዥ"
-
-#: notebookbar.ui:451
-msgctxt "notebookbar|NewSI"
-msgid " "
-msgstr " "
-
-#: notebookbar.ui:455
-msgctxt "notebookbar|NewSI|tooltip_text"
-msgid "Presentation"
-msgstr "ማቅረቢያ"
-
-#: notebookbar.ui:468
-msgctxt "notebookbar|NewSD"
-msgid " "
-msgstr " "
-
-#: notebookbar.ui:472
-msgctxt "notebookbar|NewSD|tooltip_text"
-msgid "Drawing"
-msgstr "መሳያ"
-
-#: notebookbar.ui:484
-msgctxt "notebookbar|NewSF"
-msgid " "
-msgstr " "
-
-#: notebookbar.ui:488
-msgctxt "notebookbar|NewSF|tooltip_text"
-msgid "Formula"
-msgstr "መቀመሪያ"
-
-#: notebookbar.ui:500
-msgctxt "notebookbar|NewSB"
-msgid " "
-msgstr " "
-
-#: notebookbar.ui:504
-msgctxt "notebookbar|NewSB|tooltip_text"
-msgid "Database"
-msgstr "ዳታቤዝ"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:2138
+msgctxt "notebookbar|fileb"
+msgid "_File"
+msgstr "_ፋይል"
-#: notebookbar.ui:523
-msgctxt "notebookbar|NewSDB|tooltip_text"
-msgid "Spreadsheet"
-msgstr "ሰንጠረዥ"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:2157
+msgctxt "notebookbar|fileb"
+msgid "_Help"
+msgstr "_እርዳታ"
-#: notebookbar.ui:1238
+#: sw/uiconfig/swriter/ui/notebookbar.ui:2946
msgctxt "notebookbar|FileLabel"
msgid "File"
msgstr "ፋይል"
-#: notebookbar.ui:1371
-msgctxt "notebookbar|FontSection|tooltip_text"
-msgid "Font"
-msgstr "ፊደል"
-
-#: notebookbar.ui:1660
-msgctxt "notebookbar|FontSection2|tooltip_text"
-msgid "Font"
-msgstr "ፊደል"
-
-#: notebookbar.ui:1769
-msgctxt "notebookbar|OutlineSection|tooltip_text"
-msgid "Outline"
-msgstr "ረቂቅ"
-
-#: notebookbar.ui:1799
-msgctxt "notebookbar|numberbullet|tooltip_text"
-msgid "Bullets and Numbering"
-msgstr "ነጥቦች እና ቁጥር መስጫ"
-
-#: notebookbar.ui:1852
-msgctxt "notebookbar|level|tooltip_text"
-msgid "Horizontal Alignment"
-msgstr "በ አግድም ማሰለፊያ"
-
-#: notebookbar.ui:1938
-msgctxt "notebookbar|AlignmentSection|tooltip_text"
-msgid "Alignment"
-msgstr "ማሰለፊያ"
-
-#: notebookbar.ui:1966
-msgctxt "notebookbar|verticalalignment1|tooltip_text"
-msgid "Vertical Alignment"
-msgstr "በ ቁመት ማሰለፊያ"
-
-#: notebookbar.ui:2017
-msgctxt "notebookbar|horizontalalignment|tooltip_text"
-msgid "Horizontal Alignment"
-msgstr "በ አግድም ማሰለፊያ"
-
-#: notebookbar.ui:2156
-msgctxt "notebookbar|SpacingSection|tooltip_text"
-msgid "Spacing"
-msgstr "ክፍተት"
-
-#: notebookbar.ui:2189
-msgctxt "notebookbar|indent|tooltip_text"
-msgid "Indent"
-msgstr "ማስረጊያ"
-
-#: notebookbar.ui:2196
-msgctxt "notebookbar|increaseindent1|tooltip_text"
-msgid "Increase Indent"
-msgstr "ማስረጊያ መጨመሪያ"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:3105
+msgctxt "notebookbar|menub"
+msgid "_Home"
+msgstr "_ቤት"
-#: notebookbar.ui:2212
-msgctxt "notebookbar|decreaseindent1|tooltip_text"
-msgid "Decrease Indent"
-msgstr "ማስረጊያ መቀነሻ"
-
-#: notebookbar.ui:2234
-msgctxt "notebookbar|controlcodes|tooltip_text"
-msgid "Indent"
-msgstr "ማስረጊያ"
-
-#: notebookbar.ui:2342
-msgctxt "notebookbar|StyleSection|tooltip_text"
-msgid "Style"
-msgstr "ዘዴ"
-
-#: notebookbar.ui:2474
-msgctxt "notebookbar|FindSection|tooltip_text"
-msgid "Find"
-msgstr "መፈለጊያ"
-
-#: notebookbar.ui:2530
-msgctxt "notebookbar|FindSection1|tooltip_text"
-msgid "Find"
-msgstr "መፈለጊያ"
-
-#: notebookbar.ui:2595
+#: sw/uiconfig/swriter/ui/notebookbar.ui:4491
msgctxt "notebookbar|HomeLabel"
msgid "Home"
msgstr "ቤት"
-#: notebookbar.ui:2616
-msgctxt "notebookbar|BreakSection|tooltip_text"
-msgid "Break"
-msgstr "መጨረሻ"
-
-#: notebookbar.ui:2800
-msgctxt "notebookbar|box70|tooltip_text"
-msgid "Gallery"
-msgstr "አዳራሽ"
-
-#: notebookbar.ui:2806
-msgctxt "notebookbar|Gallery|tooltip_text"
-msgid "Open Clip Art and Media Gallery"
-msgstr "መክፈቻ የ ቁራጭ ኪነት እና የ መገናኛ አዳራሽ"
-
-#: notebookbar.ui:2850
-msgctxt "notebookbar|box69|tooltip_text"
-msgid "Symbol"
-msgstr "ምልክት"
-
-#: notebookbar.ui:2882
-msgctxt "notebookbar|box17|tooltip_text"
-msgid "Basic"
-msgstr "መሰረታዊ"
-
-#: notebookbar.ui:2910
-msgctxt "notebookbar|InsertAVMedia|tooltip_text"
-msgid "Insert Audio or Video"
-msgstr "ድምፅ ወይንም ቪዲዮ ማስገቢያ"
-
-#: notebookbar.ui:2942
-msgctxt "notebookbar|ShapesSection|tooltip_text"
-msgid "Shapes"
-msgstr "ቅርጾች"
-
-#: notebookbar.ui:3249
-msgctxt "notebookbar|LinksSection|tooltip_text"
-msgid "Links"
-msgstr "አገናኞች"
-
-#: notebookbar.ui:3336
-msgctxt "notebookbar|TextSection|tooltip_text"
-msgid "Text"
-msgstr "ጽሁፍ"
-
-#: notebookbar.ui:3373
-msgctxt "notebookbar|FontWork"
-msgid "Fontwork"
-msgstr "የ ፊደል ስራ"
-
-#: notebookbar.ui:3455
-msgctxt "notebookbar|FieldsSection|tooltip_text"
-msgid "Fields"
-msgstr "ሜዳዎች"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:5561
+msgctxt "notebookbar|menub"
+msgid "_Insert"
+msgstr "_ማስገቢያ"
-#: notebookbar.ui:3545
+#: sw/uiconfig/swriter/ui/notebookbar.ui:5646
msgctxt "notebookbar|InsertLabel"
msgid "Insert"
msgstr "ማስገቢያ"
-#: notebookbar.ui:3715
-msgctxt "notebookbar|box15|tooltip_text"
-msgid "Setup"
-msgstr "ማሰናጃ"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:5676
+msgctxt "notebookbar|reviewb"
+msgid "Pag_e"
+msgstr "ገ_ጽ"
-#: notebookbar.ui:3913
+#: sw/uiconfig/swriter/ui/notebookbar.ui:6596
msgctxt "notebookbar|LayoutLabel"
-msgid "Page layout"
-msgstr "የ ገጽ እቅድ"
+msgid "Layout"
+msgstr "እቅድ"
-#: notebookbar.ui:4295
+#: sw/uiconfig/swriter/ui/notebookbar.ui:6624
+msgctxt "notebookbar|referenceb"
+msgid "Reference_s"
+msgstr "ማመሳከሪያዎ_ች"
+
+#: sw/uiconfig/swriter/ui/notebookbar.ui:7203
msgctxt "notebookbar|ReferencesLabel"
msgid "References"
msgstr "ማመሳከሪያዎች"
-#: notebookbar.ui:4790
+#: sw/uiconfig/swriter/ui/notebookbar.ui:7875
+msgctxt "notebookbar|reviewR"
+msgid "_Review"
+msgstr "_ከለሳ"
+
+#: sw/uiconfig/swriter/ui/notebookbar.ui:7960
msgctxt "notebookbar|ReviewLabel"
msgid "Review"
msgstr "ከለሳ"
-#: notebookbar.ui:4806
-msgctxt "notebookbar|PageViewSection|tooltip_text"
-msgid "Page View"
-msgstr "ገጽ መመልከቻ"
-
-#: notebookbar.ui:4900
-msgctxt "notebookbar|DocumentAreaElementsSection|tooltip_text"
-msgid "Document Area Elements"
-msgstr "የ ሰነድ አካባቢ አካላቶች"
-
-#: notebookbar.ui:5056
-msgctxt "notebookbar|ZoomSection|tooltip_text"
-msgid "Zoom"
-msgstr "ማሳያ"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:8574
+msgctxt "notebookbar|viewb"
+msgid "_View"
+msgstr "_መመልከቻ"
-#: notebookbar.ui:5177
+#: sw/uiconfig/swriter/ui/notebookbar.ui:8659
msgctxt "notebookbar|ViewLabel"
msgid "View"
msgstr "መመልከቻ"
-#: notebookbar.ui:5745
-msgctxt "notebookbar|formattable|tooltip_text"
-msgid "Indent"
-msgstr "ማስረጊያ"
-
-#: notebookbar.ui:5787
-msgctxt "notebookbar|formattable1|tooltip_text"
-msgid "Indent"
-msgstr "ማስረጊያ"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:9742
+msgctxt "notebookbar|tableT"
+msgid "T_able"
+msgstr "ሰ_ንጠረዥ"
-#: notebookbar.ui:5850
+#: sw/uiconfig/swriter/ui/notebookbar.ui:9826
msgctxt "notebookbar|TableLabel"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: notebookbar.ui:5869
-msgctxt "notebookbar|BasicsSection|tooltip_text"
-msgid "Basics"
-msgstr "መሰረታዊ"
-
-#: notebookbar.ui:5872
-msgctxt "notebookbar|GraphicDialog"
-msgid "Properties"
-msgstr "ባህሪዎች"
-
-#: notebookbar.ui:5902
-msgctxt "notebookbar|SizeSection|tooltip_text"
-msgid "Basics"
-msgstr "መሰረታዊ"
-
-#: notebookbar.ui:5905
-msgctxt "notebookbar|Crop1"
-msgid "Crop"
-msgstr "መከርከሚያ"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:10636
+msgctxt "notebookbar|graphicB"
+msgid "_Graphic"
+msgstr "_ንድፍ"
-#: notebookbar.ui:6537
+#: sw/uiconfig/swriter/ui/notebookbar.ui:10722
msgctxt "notebookbar|ImageLabel"
msgid "Image"
msgstr "ምስል"
-#: notebookbar.ui:6554
-msgctxt "notebookbar|LineFormat"
-msgid "Line"
-msgstr "መስመር"
-
-#: notebookbar.ui:6572
-msgctxt "notebookbar|AreaFormat"
-msgid "Area"
-msgstr "ቦታ"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:12077
+msgctxt "notebookbar|drab"
+msgid "D_raw"
+msgstr "መ_ሳያ"
-#: notebookbar.ui:6705
+#: sw/uiconfig/swriter/ui/notebookbar.ui:12189
msgctxt "notebookbar|ShapeLabel"
-msgid "Shape / Textbox"
-msgstr "ቅርጽ / የ ጽሁፍ ሳጥን"
+msgid "Draw"
+msgstr "መሳያ"
-#: notebookbar.ui:6734
-msgctxt "notebookbar|AnchorMenu"
-msgid "Anchor"
-msgstr "ማስቆሚያ"
+#: sw/uiconfig/swriter/ui/notebookbar.ui:13043
+msgctxt "notebookbar|frame:MenuDraw"
+msgid "Object"
+msgstr "እቃ"
-#: notebookbar.ui:7266
+#: sw/uiconfig/swriter/ui/notebookbar.ui:13132
msgctxt "notebookbar|FrameLabel"
-msgid "Frame / OLE"
-msgstr "ክፈፍ / OLE"
+msgid "Object"
+msgstr "እቃ"
-#: notebookbar_compact.ui:2380
+#: sw/uiconfig/swriter/ui/notebookbar.ui:13163
+msgctxt "notebookbar|referenceb"
+msgid "_Tools"
+msgstr "_መሳሪያዎች"
+
+#: sw/uiconfig/swriter/ui/notebookbar.ui:14117
+msgctxt "notebookbar|DevLabel"
+msgid "Tools"
+msgstr "መሳሪያዎች"
+
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:2393
msgctxt "notebookbar_compact|fileb"
msgid "_File"
msgstr "_ፋይል"
-#: notebookbar_compact.ui:3093
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:3107
msgctxt "notebookbar_compact|FileLabel"
msgid "File"
msgstr "ፋይል"
-#: notebookbar_compact.ui:3142
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:3156
msgctxt "notebookbar_compact|menub"
msgid "_Menu"
msgstr "_ዝርዝር"
-#: notebookbar_compact.ui:4188
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:4215
msgctxt "notebookbar_compact|HomeLabel"
msgid "Home"
msgstr "ቤት"
-#: notebookbar_compact.ui:4241
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:4268
msgctxt "notebookbar_compact|insertb"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_compact.ui:4870
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:4887
msgctxt "notebookbar_compact|InsertLabel"
msgid "Insert"
msgstr "ማስገቢያ"
-#: notebookbar_compact.ui:4920
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5458
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:8281
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9114
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9785
+msgctxt "notebookbar_compact|wrapb"
+msgid "Wrap"
+msgstr "መጠቅለያ"
+
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5607
msgctxt "notebookbar_compact|reviewb"
msgid "Pag_e"
msgstr "ገ_ጽ"
-#: notebookbar_compact.ui:5407
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5659
msgctxt "notebookbar_compact|LayoutLabel"
-msgid "Page layout"
-msgstr "የ ገጽ እቅድ"
+msgid "Layout"
+msgstr "እቅድ"
-#: notebookbar_compact.ui:5454
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:5706
msgctxt "notebookbar_compact|referenceb"
msgid "Reference_s"
msgstr "ማመሳከሪያዎ_ች"
-#: notebookbar_compact.ui:5844
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:6094
msgctxt "notebookbar_compact|ReferencesLabel"
msgid "References"
msgstr "ማመሳከሪያዎች"
-#: notebookbar_compact.ui:6340
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:6590
msgctxt "notebookbar_compact|reviewR"
msgid "_Review"
msgstr "_ከለሳ"
-#: notebookbar_compact.ui:6372
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:6623
msgctxt "notebookbar_compact|ReviewLabel"
msgid "Review"
msgstr "ከለሳ"
-#: notebookbar_compact.ui:6841
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:7092
msgctxt "notebookbar_compact|viewb"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_compact.ui:6892
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:7144
msgctxt "notebookbar_compact|ViewLabel"
msgid "View"
msgstr "መመልከቻ"
-#: notebookbar_compact.ui:6940
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:7192
msgctxt "notebookbar_compact|tableT"
msgid "T_able"
msgstr "ሰ_ንጠረዥ"
-#: notebookbar_compact.ui:7673
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:7926
msgctxt "notebookbar_compact|TableLabel"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: notebookbar_compact.ui:8028
-#: /home/cl/vc/git/libo-core/sw/uiconfig/swriter/ui/notebookbar_compact.ui:8858
-#: /home/cl/vc/git/libo-core/sw/uiconfig/swriter/ui/notebookbar_compact.ui:9526
-msgctxt "notebookbar_compact|wrapb"
-msgid "Wrap"
-msgstr "መጠቅለያ"
-
-#: notebookbar_compact.ui:8141
-#: /home/cl/vc/git/libo-core/sw/uiconfig/swriter/ui/notebookbar_compact.ui:8971
-#: /home/cl/vc/git/libo-core/sw/uiconfig/swriter/ui/notebookbar_compact.ui:9639
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:8395
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9228
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9899
msgctxt "notebookbar_compact|graphicB"
msgid "A_lign"
msgstr "ማ_ሰለፊያ"
-#: notebookbar_compact.ui:8422
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:8677
msgctxt "notebookbar_compact|graphicB"
msgid "_Graphic"
msgstr "_ንድፍ"
-#: notebookbar_compact.ui:8454
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:8710
msgctxt "notebookbar_compact|ImageLabel"
msgid "Image"
msgstr "ምስል"
-#: notebookbar_compact.ui:9198
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9456
msgctxt "notebookbar_compact|drab"
msgid "D_raw"
msgstr "መ_ሳያ"
-#: notebookbar_compact.ui:9252
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:9511
msgctxt "notebookbar_compact|ShapeLabel"
msgid "Draw"
msgstr "መሳያ"
-#: notebookbar_compact.ui:9776
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:10037
msgctxt "notebookbar_compact|frame:MenuDraw"
msgid "Object"
msgstr "እቃ"
-#: notebookbar_compact.ui:9831
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:10093
msgctxt "notebookbar_compact|FrameLabel"
msgid "Object"
msgstr "እቃ"
-#: notebookbar_compact.ui:9881
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:10143
msgctxt "notebookbar_compact|referenceb"
msgid "_Tools"
msgstr "_መሳሪያዎች"
-#: notebookbar_compact.ui:10744
+#: sw/uiconfig/swriter/ui/notebookbar_compact.ui:11007
msgctxt "notebookbar_compact|DevLabel"
msgid "Tools"
msgstr "መሳሪያዎች"
-#: notebookbar_groupedbar_compact.ui:1151
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:1152
msgctxt "notebookbar_groupedbar_compact|menubarD1"
msgid "Menubar"
msgstr "ዝርዝር መደርደሪያ"
-#: notebookbar_groupedbar_compact.ui:3106
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3107
msgctxt "notebookbar_groupedbar_compact|menubarD"
msgid "Menubar"
msgstr "ዝርዝር መደርደሪያ"
-#: notebookbar_groupedbar_compact.ui:3363
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3357
msgctxt "notebookbar_groupedbar_compact|Quotation2"
msgid "Quotation"
msgstr "ጥቅሶች"
-#: notebookbar_groupedbar_compact.ui:4005
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:3999
msgctxt "notebookbar_groupedbar_compact|menub"
msgid "_Menu"
msgstr "_ዝርዝር"
-#: notebookbar_groupedbar_compact.ui:4060
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4055
msgctxt "notebookbar_groupedbar_compact|toolsb"
msgid "_Tools"
msgstr "_መሳሪያዎች"
-#: notebookbar_groupedbar_compact.ui:4148
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4144
msgctxt "notebookbar_groupedbar_compact|fileb"
msgid "_File"
msgstr "_ፋይል"
-#: notebookbar_groupedbar_compact.ui:4302
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4299
msgctxt "notebookbar_groupedbar_compact|editb"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: notebookbar_groupedbar_compact.ui:4441
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4438
msgctxt "notebookbar_groupedbar_compact|paragraphstyleb"
msgid "St_yles"
msgstr "ዘዴ_ዎች"
-#: notebookbar_groupedbar_compact.ui:4619
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4616
msgctxt "notebookbar_groupedbar_compact|formatb"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: notebookbar_groupedbar_compact.ui:4872
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:4866
msgctxt "notebookbar_groupedbar_compact|paragraphb"
msgid "_Paragraph"
msgstr "_አንቀጽ"
-#: notebookbar_groupedbar_compact.ui:5044
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5038
msgctxt "notebookbar_groupedbar_compact|insertb"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_groupedbar_compact.ui:5192
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5186
msgctxt "notebookbar_groupedbar_compact|referenceb"
msgid "Reference_s"
msgstr "ማመሳከሪያዎ_ች"
-#: notebookbar_groupedbar_compact.ui:5299
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5293
msgctxt "notebookbar_groupedbar_compact|reviewb"
msgid "_Review"
msgstr "_ከለሳ"
-#: notebookbar_groupedbar_compact.ui:5413
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5407
msgctxt "notebookbar_groupedbar_compact|viewb"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_compact.ui:5516
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5511
msgctxt "notebookbar_groupedbar_compact|paragraphstylet"
msgid "St_yles"
msgstr "ዘዴ_ዎች"
-#: notebookbar_groupedbar_compact.ui:5691
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5690
msgctxt "notebookbar_groupedbar_compact|formatt"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: notebookbar_groupedbar_compact.ui:5906
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:5906
msgctxt "notebookbar_groupedbar_compact|paragrapht"
msgid "_Paragraph"
msgstr "_አንቀጽ"
-#: notebookbar_groupedbar_compact.ui:6031
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6035
msgctxt "notebookbar_groupedbar_compact|tableT"
msgid "T_able"
msgstr "ሰ_ንጠረዥ"
-#: notebookbar_groupedbar_compact.ui:6167
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6175
msgctxt "notebookbar_groupedbar_compact|merged"
msgid "_Merge"
msgstr "_ማዋሀጃ"
-#: notebookbar_groupedbar_compact.ui:6289
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6301
msgctxt "notebookbar_groupedbar_compact|rowscolumnst"
msgid "R_ows"
msgstr "ረ_ድፎች"
-#: notebookbar_groupedbar_compact.ui:6414
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6430
msgctxt "notebookbar_groupedbar_compact|selectt"
msgid "Selec_t"
msgstr "ይምረ_ጡ"
-#: notebookbar_groupedbar_compact.ui:6525
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6545
msgctxt "notebookbar_groupedbar_compact|calculatet"
msgid "_Calc"
msgstr "_ሰንጠረዥ"
-#: notebookbar_groupedbar_compact.ui:6660
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6684
msgctxt "notebookbar_groupedbar_compact|graphicB"
msgid "_Graphic"
msgstr "_ንድፍ"
-#: notebookbar_groupedbar_compact.ui:6775
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:6800
msgctxt "notebookbar_groupedbar_compact|colorb"
msgid "C_olor"
msgstr "ቀ_ለም"
-#: notebookbar_groupedbar_compact.ui:7092
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7124
msgctxt "notebookbar_groupedbar_compact|arrange"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_compact.ui:7252
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7288
msgctxt "notebookbar_groupedbar_compact|GridB"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_compact.ui:7372
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7412
msgctxt "notebookbar_groupedbar_compact|languageb"
msgid "_Language"
msgstr "_ቋንቋ"
-#: notebookbar_groupedbar_compact.ui:7498
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7542
msgctxt "notebookbar_groupedbar_compact|revieb"
msgid "_Review"
msgstr "_ከለሳ"
-#: notebookbar_groupedbar_compact.ui:7648
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7680
msgctxt "notebookbar_groupedbar_compact|commentsb"
msgid "_Comments"
msgstr "_አስተያየቶች"
-#: notebookbar_groupedbar_compact.ui:7748
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7781
msgctxt "notebookbar_groupedbar_compact|compareb"
msgid "Com_pare"
msgstr "ማወዳ_ደሪያ"
-#: notebookbar_groupedbar_compact.ui:7848
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:7885
msgctxt "notebookbar_groupedbar_compact|viewA"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_compact.ui:8032
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8073
msgctxt "notebookbar_groupedbar_compact|editdrawb"
msgid "St_yles"
msgstr "ዘዴ_ዎች"
-#: notebookbar_groupedbar_compact.ui:8248
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8290
msgctxt "notebookbar_groupedbar_compact|drawb"
msgid "D_raw"
msgstr "መ_ሳያ"
-#: notebookbar_groupedbar_compact.ui:8475
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8521
msgctxt "notebookbar_groupedbar_compact|arrangeD"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_compact.ui:8611
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8661
msgctxt "notebookbar_groupedbar_compact|Grid"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_compact.ui:8720
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8774
msgctxt "notebookbar_groupedbar_compact|viewDrawb"
msgid "Grou_p"
msgstr "ቡድ_ን"
-#: notebookbar_groupedbar_compact.ui:8828
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:8886
msgctxt "notebookbar_groupedbar_compact|3Db"
msgid "3_D"
msgstr "3_ዲ"
-#: notebookbar_groupedbar_compact.ui:9011
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9073
msgctxt "notebookbar_groupedbar_compact|oleB"
msgid "F_rame"
msgstr "ክ_ፈፍ"
-#: notebookbar_groupedbar_compact.ui:9218
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9281
msgctxt "notebookbar_groupedbar_compact|arrangeO"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_compact.ui:9327
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9394
msgctxt "notebookbar_groupedbar_compact|GridO"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_compact.ui:9437
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9508
msgctxt "notebookbar_groupedbar_compact|viewO"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_compact.ui:9542
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9617
msgctxt "notebookbar_groupedbar_compact|paragraphstyles"
msgid "St_yles"
msgstr "ዘዴ_ዎች"
-#: notebookbar_groupedbar_compact.ui:9717
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:9796
msgctxt "notebookbar_groupedbar_compact|formats"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: notebookbar_groupedbar_compact.ui:9978
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:10058
msgctxt "notebookbar_groupedbar_compact|paragraphs"
msgid "_Paragraph"
msgstr "_አንቀጽ"
-#: notebookbar_groupedbar_compact.ui:10137
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui:10221
msgctxt "notebookbar_groupedbar_compact|viewc"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_full.ui:3064
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:3064
msgctxt "notebookbar_groupedbar_full|menubarD"
msgid "Menubar"
msgstr "ዝርዝር መደርደሪያ"
-#: notebookbar_groupedbar_full.ui:3281
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:3274
msgctxt "notebookbar_groupedbar_full|Quotation2"
msgid "Quotation"
msgstr "ጥቅሶች"
-#: notebookbar_groupedbar_full.ui:3934
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:3927
msgctxt "notebookbar_groupedbar_full|menub"
msgid "_Menu"
msgstr "_ዝርዝር"
-#: notebookbar_groupedbar_full.ui:3986
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:3980
msgctxt "notebookbar_groupedbar_full|toolsb"
msgid "_Tools"
msgstr "_መሳሪያዎች"
-#: notebookbar_groupedbar_full.ui:4040
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4035
msgctxt "notebookbar_groupedbar_full|helpb"
msgid "_Help"
msgstr "_እርዳታ"
-#: notebookbar_groupedbar_full.ui:4147
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4143
msgctxt "notebookbar_groupedbar_full|fileb"
msgid "_File"
msgstr "_ፋይል"
-#: notebookbar_groupedbar_full.ui:4384
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4381
msgctxt "notebookbar_groupedbar_full|editb"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: notebookbar_groupedbar_full.ui:4580
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4578
msgctxt "notebookbar_groupedbar_full|paragraphstyleb"
msgid "St_yles"
msgstr "ዘዴ_ዎች"
-#: notebookbar_groupedbar_full.ui:4867
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:4866
msgctxt "notebookbar_groupedbar_full|formatb"
msgid "F_ormat"
msgstr "አ_ቀራሬብ"
-#: notebookbar_groupedbar_full.ui:5218
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:5218
msgctxt "notebookbar_groupedbar_full|paragraphb"
msgid "_Paragraph"
msgstr "_አንቀጽ"
-#: notebookbar_groupedbar_full.ui:5457
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:5458
msgctxt "notebookbar_groupedbar_full|insertb"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_groupedbar_full.ui:5685
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:5687
msgctxt "notebookbar_groupedbar_full|referenceb"
msgid "Referen_ce"
msgstr "ማመሳከ_ሪያ"
-#: notebookbar_groupedbar_full.ui:5886
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:5889
msgctxt "notebookbar_groupedbar_full|reviewb"
msgid "_Review"
msgstr "_ከለሳ"
-#: notebookbar_groupedbar_full.ui:6035
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:6039
msgctxt "notebookbar_groupedbar_full|viewb"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_full.ui:6296
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:6301
msgctxt "notebookbar_groupedbar_full|graphicB"
msgid "_Graphic"
msgstr "_ንድፍ"
-#: notebookbar_groupedbar_full.ui:6726
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:6732
msgctxt "notebookbar_groupedbar_full|arrange"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_full.ui:6902
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:6909
msgctxt "notebookbar_groupedbar_full|colorb"
msgid "C_olor"
msgstr "ቀ_ለም"
-#: notebookbar_groupedbar_full.ui:7156
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:7164
msgctxt "notebookbar_groupedbar_full|GridB"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_full.ui:7333
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:7342
msgctxt "notebookbar_groupedbar_full|paragraphstylet"
msgid "St_yles"
msgstr "ዘዴ_ዎች"
-#: notebookbar_groupedbar_full.ui:7620
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:7630
msgctxt "notebookbar_groupedbar_full|formatt"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: notebookbar_groupedbar_full.ui:7971
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:7982
msgctxt "notebookbar_groupedbar_full|paragrapht"
msgid "_Paragraph"
msgstr "_አንቀጽ"
-#: notebookbar_groupedbar_full.ui:8198
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:8210
msgctxt "notebookbar_groupedbar_full|tabled"
msgid "T_able"
msgstr "ሰ_ንጠረዥ"
-#: notebookbar_groupedbar_full.ui:8396
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:8409
msgctxt "notebookbar_groupedbar_full|rowscolumnst"
msgid "R_ows"
msgstr "ረ_ድፎች"
-#: notebookbar_groupedbar_full.ui:8597
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:8611
msgctxt "notebookbar_groupedbar_full|merged"
msgid "_Merge"
msgstr "_ማዋሀጃ"
-#: notebookbar_groupedbar_full.ui:8825
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:8840
msgctxt "notebookbar_groupedbar_full|selectt"
msgid "Sele_ct"
msgstr "ይምረ_ጡ"
-#: notebookbar_groupedbar_full.ui:9054
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9070
msgctxt "notebookbar_groupedbar_full|calculatet"
msgid "_Calc"
msgstr "_ሰንጠረዥ"
-#: notebookbar_groupedbar_full.ui:9282
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9299
msgctxt "notebookbar_groupedbar_full|referencet"
msgid "Referen_ce"
msgstr "ማመሳከ_ሪያ"
-#: notebookbar_groupedbar_full.ui:9418
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9436
msgctxt "notebookbar_groupedbar_full|languageb"
msgid "_Language"
msgstr "_ቋንቋ"
-#: notebookbar_groupedbar_full.ui:9646
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9665
msgctxt "notebookbar_groupedbar_full|revieb"
msgid "_Review"
msgstr "_ከለሳ"
-#: notebookbar_groupedbar_full.ui:9858
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:9878
msgctxt "notebookbar_groupedbar_full|commentsb"
msgid "_Comments"
msgstr "_አስተያየቶች"
-#: notebookbar_groupedbar_full.ui:10060
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:10081
msgctxt "notebookbar_groupedbar_full|compareb"
msgid "Com_pare"
msgstr "ማወዳ_ደሪያ"
-#: notebookbar_groupedbar_full.ui:10209
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:10231
msgctxt "notebookbar_groupedbar_full|viewa"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_full.ui:10654
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:10677
msgctxt "notebookbar_groupedbar_full|drawb"
msgid "D_raw"
msgstr "መ_ሳያ"
-#: notebookbar_groupedbar_full.ui:11024
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11048
msgctxt "notebookbar_groupedbar_full|editdrawb"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: notebookbar_groupedbar_full.ui:11254
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11279
msgctxt "notebookbar_groupedbar_full|wrapb"
msgid "Wrap"
msgstr "መጠቅለያ"
-#: notebookbar_groupedbar_full.ui:11268
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11294
msgctxt "notebookbar_groupedbar_full|alignb"
msgid "Align"
msgstr "ማሰለፊያ"
-#: notebookbar_groupedbar_full.ui:11300
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11327
msgctxt "notebookbar_groupedbar_full|arrangedrawb"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_full.ui:11467
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11495
msgctxt "notebookbar_groupedbar_full|GridDrawB"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_full.ui:11668
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11697
msgctxt "notebookbar_groupedbar_full|viewDrawb"
msgid "Grou_p"
msgstr "ቡድ_ን"
-#: notebookbar_groupedbar_full.ui:11847
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:11877
msgctxt "notebookbar_groupedbar_full|3Db"
msgid "3_D"
msgstr "3_ዲ"
-#: notebookbar_groupedbar_full.ui:12158
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:12189
msgctxt "notebookbar_groupedbar_full|formatd"
msgid "F_ormat"
msgstr "አ_ቀራረብ"
-#: notebookbar_groupedbar_full.ui:12424
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:12456
msgctxt "notebookbar_groupedbar_full|paragraphTextb"
msgid "_Paragraph"
msgstr "_አንቀጽ"
-#: notebookbar_groupedbar_full.ui:12600
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:12633
msgctxt "notebookbar_groupedbar_full|viewd"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groupedbar_full.ui:12753
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:12787
msgctxt "notebookbar_groupedbar_full|insertTextb"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: notebookbar_groupedbar_full.ui:13186
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:13221
msgctxt "notebookbar_groupedbar_full|media"
msgid "_Media"
msgstr "_መገናኛ"
-#: notebookbar_groupedbar_full.ui:13423
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:13459
msgctxt "notebookbar_groupedbar_full|oleB"
msgid "F_rame"
msgstr "ክ_ፈፍ"
-#: notebookbar_groupedbar_full.ui:13853
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:13890
msgctxt "notebookbar_groupedbar_full|arrageOLE"
msgid "_Arrange"
msgstr "_ማዘጋጃ"
-#: notebookbar_groupedbar_full.ui:14019
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:14057
msgctxt "notebookbar_groupedbar_full|OleGridB"
msgid "_Grid"
msgstr "_መጋጠሚያ"
-#: notebookbar_groupedbar_full.ui:14168
+#: sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui:14207
msgctxt "notebookbar_groupedbar_full|viewf"
msgid "_View"
msgstr "_መመልከቻ"
-#: notebookbar_groups.ui:34
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:34
msgctxt "notebookbar_groups|imagestyledefault"
msgid "Default"
msgstr "ነባር"
-#: notebookbar_groups.ui:42
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:42
msgctxt "notebookbar_groups|imagestylegray"
msgid "Grayscale"
msgstr "ግራጫማ"
-#: notebookbar_groups.ui:50
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:50
msgctxt "notebookbar_groups|imagestylebw"
msgid "Black and White"
msgstr "ጥቁር እና ነጭ"
-#: notebookbar_groups.ui:58
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:58
msgctxt "notebookbar_groups|imagestylewater"
msgid "Watermark"
msgstr "የ ውሀ ምልክት"
-#: notebookbar_groups.ui:72
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:72
msgctxt "notebookbar_groups|imagestylecorrectionbc20m"
msgid "-20% Brightness & Contrast"
msgstr "-20% ብሩህነት & ማነፃፀሪያ"
-#: notebookbar_groups.ui:80
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:80
msgctxt "notebookbar_groups|imagestylecorrectionb20m"
msgid "-20% Brightness"
msgstr "-20% ብሩህነት"
-#: notebookbar_groups.ui:88
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:88
msgctxt "notebookbar_groups|imagestylecorrectionc20m"
msgid "-20% Contrast"
msgstr "-20% ማነፃፀሪያ"
-#: notebookbar_groups.ui:96
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:96
msgctxt "notebookbar_groups|imagestylecorrectiondefault"
msgid "0% Brightness & Contrast"
msgstr "0% ብሩህነት & ማነፃፀሪያ"
-#: notebookbar_groups.ui:104
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:104
msgctxt "notebookbar_groups|imagestylecorrectionb20p"
msgid "+20% Brightness"
msgstr "+20% ብሩህነት"
-#: notebookbar_groups.ui:112
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:112
msgctxt "notebookbar_groups|imagestylecorrectionc20p"
msgid "+20% Contrast"
msgstr "+20% ማነፃፀሪያ"
-#: notebookbar_groups.ui:120
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:120
msgctxt "notebookbar_groups|imagestylecorrectionbc20p"
msgid "+20% Brightness & Contrast"
msgstr "+20% ብሩህነት & ማነፃፀሪያ"
-#: notebookbar_groups.ui:134
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:134
msgctxt "notebookbar_groups|imagestylecolorred"
msgid "Colorize Red"
msgstr "በ ቀይ ማቅለሚያ"
-#: notebookbar_groups.ui:142
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:142
msgctxt "notebookbar_groups|imagestylecolorblue"
msgid "Colorize Blue"
msgstr "በ ሰማያዊ ማቅለሚያ"
-#: notebookbar_groups.ui:150
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:150
msgctxt "notebookbar_groups|imagestylecolorgreen"
msgid "Colorize Green"
msgstr "በ አረንጓዴ ማቅለሚያ"
-#: notebookbar_groups.ui:158
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:158
msgctxt "notebookbar_groups|imagestylecolororange"
msgid "Colorize Orange"
msgstr "በ ብርቱካንማ ማቅለሚያ"
-#: notebookbar_groups.ui:186
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:186
msgctxt "notebookbar_groups|hyperlink"
msgid "Hyperlink"
msgstr "Hyperlink"
-#: notebookbar_groups.ui:200
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:200
msgctxt "notebookbar_groups|footnote"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: notebookbar_groups.ui:209
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:209
msgctxt "notebookbar_groups|endnote"
msgid "Endnote"
msgstr "የ መጨረሻ ማስታወሻ"
-#: notebookbar_groups.ui:224
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:224
msgctxt "notebookbar_groups|bookmark"
msgid "Bookmark"
msgstr "ምልክት ማድረጊያ"
-#: notebookbar_groups.ui:233
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:233
msgctxt "notebookbar_groups|crossreference"
msgid "Cross-Reference"
msgstr "መስቀልኛ-ማመሳከሪያ"
-#: notebookbar_groups.ui:317
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:317
msgctxt "notebookbar_groups|paradefault"
msgid "Default Paragraph"
msgstr "ነባር አንቀጽ"
-#: notebookbar_groups.ui:326
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:326
msgctxt "notebookbar_groups|title"
msgid "Title"
msgstr "አርእስት"
-#: notebookbar_groups.ui:335
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:335
msgctxt "notebookbar_groups|heading1"
msgid "Heading 1"
msgstr "ራስጌ 1"
-#: notebookbar_groups.ui:344
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:344
msgctxt "notebookbar_groups|heading2"
msgid "Heading 2"
msgstr "ራስጌ 2"
-#: notebookbar_groups.ui:353
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:353
msgctxt "notebookbar_groups|heading3"
msgid "Heading 3"
msgstr "ራስጌ 3"
-#: notebookbar_groups.ui:368
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:368
msgctxt "notebookbar_groups|chardefault"
msgid "Default Character"
msgstr "ነባር ባህሪ"
-#: notebookbar_groups.ui:377
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:377
msgctxt "notebookbar_groups|italic"
msgid "Emphasis"
msgstr "ማጋነኛ"
-#: notebookbar_groups.ui:386
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:386
msgctxt "notebookbar_groups|bold"
msgid "Strong Emphasis"
msgstr "ጠንካራ ማጋነኛ"
-#: notebookbar_groups.ui:404
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:404
msgctxt "notebookbar_groups|tablestylenone"
msgid "None"
msgstr "ምንም"
-#: notebookbar_groups.ui:412
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:412
msgctxt "notebookbar_groups|tablestyledefault"
msgid "Default"
msgstr "ነባር"
-#: notebookbar_groups.ui:420
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:420
msgctxt "notebookbar_groups|tablestyle1"
msgid "Style 1"
msgstr "ዘዴ 1"
-#: notebookbar_groups.ui:428
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:428
msgctxt "notebookbar_groups|tablestyle2"
msgid "Style 2"
msgstr "ዘዴ 2"
-#: notebookbar_groups.ui:436
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:436
msgctxt "notebookbar_groups|tablestyle3"
msgid "Style 3"
msgstr "ዘዴ 3"
-#: notebookbar_groups.ui:444
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:444
msgctxt "notebookbar_groups|tablestyle4"
msgid "Style 4"
msgstr "ዘዴ 4"
-#: notebookbar_groups.ui:471
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:471
msgctxt "notebookbar_groups|rowmenuaddup"
msgid "Insert Rows Above"
msgstr "ረድፎች ከ ላይ ማስገቢያ"
-#: notebookbar_groups.ui:480
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:480
msgctxt "notebookbar_groups|rowmenuadddown"
msgid "Insert Rows Below"
msgstr "ረድፎች ከ ታች ማስገቢያ"
-#: notebookbar_groups.ui:495
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:495
msgctxt "notebookbar_groups|rowmenudel"
msgid "Delete Rows"
msgstr "ረድፎች ማጥፊያ"
-#: notebookbar_groups.ui:504
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:504
msgctxt "notebookbar_groups|rowmenuselect"
msgid "Select Rows"
msgstr "ረድፎች ይምረጡ"
-#: notebookbar_groups.ui:519
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:519
msgctxt "notebookbar_groups|rowmenuheight"
msgid "Row Height..."
msgstr "የ ረድፍ እርዝመት..."
-#: notebookbar_groups.ui:528
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:528
msgctxt "notebookbar_groups|rowmenuoptimalrow"
msgid "Optimal Row Height"
msgstr "አጥጋቢ የ ረድፍ እርዝመት"
-#: notebookbar_groups.ui:537
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:537
msgctxt "notebookbar_groups|rowmenudistribute"
msgid "Distribute Rows Evenly"
msgstr "ረድፎችን እኩል ማሰራጫ"
-#: notebookbar_groups.ui:736
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:741
msgctxt "notebookbar_groups|filegrouplabel"
msgid "File"
msgstr "ፋይል"
-#: notebookbar_groups.ui:889
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:897
msgctxt "notebookbar_groups|clipboardgrouplabel"
msgid "Clipboard"
msgstr "ቁራጭ ሰሌዳ"
-#: notebookbar_groups.ui:935
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:943
msgctxt "notebookbar_groups|paragraphstyleb"
msgid "Style"
msgstr "ዘዴ"
-#: notebookbar_groups.ui:1448
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1465
msgctxt "notebookbar_groups|formatgrouplabel"
msgid "Text"
msgstr "ጽሁፍ"
-#: notebookbar_groups.ui:1573
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1592
msgctxt "notebookbar_groups|linksb"
msgid "Links"
msgstr "አገናኞች"
-#: notebookbar_groups.ui:1616
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1637
msgctxt "notebookbar_groups|shapesb"
msgid "Shapes"
msgstr "ቅርጾች"
-#: notebookbar_groups.ui:1722
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1746
msgctxt "notebookbar_groups|insertgrouplabel"
msgid "Insert"
msgstr "ማሰገቢያ"
-#: notebookbar_groups.ui:1758
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1782
msgctxt "notebookbar_groups|tablestyleb"
msgid "Style"
msgstr "ዘዴ"
-#: notebookbar_groups.ui:1780
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1805
msgctxt "notebookbar_groups|tablerowsb"
msgid "Rows"
msgstr "ረድፎች"
-#: notebookbar_groups.ui:1798
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1824
msgctxt "notebookbar_groups|tablecolumnsb"
msgid "Columns"
msgstr "አምዶች"
-#: notebookbar_groups.ui:2002
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2032
msgctxt "notebookbar_groups|tablegrouplabel"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: notebookbar_groups.ui:2038
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2068
msgctxt "notebookbar_groups|imagestyleb"
msgid "Style"
msgstr "ዘዴ"
-#: notebookbar_groups.ui:2079
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2111
msgctxt "notebookbar_groups|resetb"
msgid "Reset"
msgstr "እንደ ነበር መመለሻ"
-#: notebookbar_groups.ui:2126
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2160
msgctxt "notebookbar_groups|wrapb"
msgid "Wrap"
msgstr "መጠቅለያ"
-#: notebookbar_groups.ui:2143
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2178
msgctxt "notebookbar_groups|lockb"
msgid "Lock"
msgstr "መቆለፊያ"
-#: notebookbar_groups.ui:2189
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2225
msgctxt "notebookbar_groups|imagegrouplabel"
msgid "Image"
msgstr "ምስል"
-#: notebookbar_groups.ui:2247
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2283
msgctxt "notebookbar_groups|wrapoff"
msgid "None"
msgstr "ምንም"
-#: notebookbar_groups.ui:2256
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2292
msgctxt "notebookbar_groups|wrapideal"
msgid "Optimal"
msgstr "አጥጋቢ"
-#: notebookbar_groups.ui:2265
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2301
msgctxt "notebookbar_groups|wrapon"
msgid "Parallel"
msgstr "አጓዳኝ"
-#: notebookbar_groups.ui:2274
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2310
msgctxt "notebookbar_groups|wrapleft"
msgid "Before"
msgstr "በፊት"
-#: notebookbar_groups.ui:2283
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2319
msgctxt "notebookbar_groups|wrapright"
msgid "After"
msgstr "በኋላ"
-#: notebookbar_groups.ui:2292
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2328
msgctxt "notebookbar_groups|wrapthrough"
msgid "Through"
msgstr "በሙሉ"
-#: notebookbar_groups.ui:2307
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2343
msgctxt "notebookbar_groups|wrapcontour"
msgid "Contour"
msgstr "ቅርጽ"
-#: notebookbar_groups.ui:2316
+#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:2352
msgctxt "notebookbar_groups|contourdialog"
msgid "Edit Contour"
msgstr "ቅርጽ ማረሚያ"
-#: notebookbar_single.ui:475
+#: sw/uiconfig/swriter/ui/notebookbar_single.ui:475
msgctxt "notebookbar_single|halignment|tooltip_text"
msgid "Horizontal Alignment"
msgstr "በ አግድም ማሰለፊያ"
-#: notebookbar_single.ui:598
+#: sw/uiconfig/swriter/ui/notebookbar_single.ui:598
msgctxt "notebookbar_single|outlineindent|tooltip_text"
msgid "Indent"
msgstr "ማስረጊያ"
-#: notebookbar_single.ui:680
+#: sw/uiconfig/swriter/ui/notebookbar_single.ui:680
msgctxt "notebookbar_single|insert|tooltip_text"
msgid "Indent"
msgstr "ማስረጊያ"
-#: numberingnamedialog.ui:11
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:11
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 1"
msgstr "ያልተሰየመ 1"
-#: numberingnamedialog.ui:14
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:14
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 2"
msgstr "ያልተሰየመ 2"
-#: numberingnamedialog.ui:17
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:17
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 3"
msgstr "ያልተሰየመ 3"
-#: numberingnamedialog.ui:20
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:20
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 4"
msgstr "ያልተሰየመ 4"
-#: numberingnamedialog.ui:23
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:23
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 5"
msgstr "ያልተሰየመ 5"
-#: numberingnamedialog.ui:26
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:26
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 6"
msgstr "ያልተሰየመ 6"
-#: numberingnamedialog.ui:29
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:29
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 7"
msgstr "ያልተሰየመ 7"
-#: numberingnamedialog.ui:32
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:32
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 8"
msgstr "ያልተሰየመ 8"
-#: numberingnamedialog.ui:35
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:35
msgctxt "numberingnamedialog|liststore1"
msgid "Untitled 9"
msgstr "ያልተሰየመ 9"
-#: numberingnamedialog.ui:42
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:42
msgctxt "numberingnamedialog|NumberingNameDialog"
msgid "Save As"
msgstr "ማሰቀመጫ እንደ"
-#: numberingnamedialog.ui:168
+#: sw/uiconfig/swriter/ui/numberingnamedialog.ui:167
msgctxt "numberingnamedialog|label1"
msgid "Format"
msgstr "አቀራረብ"
-#: numparapage.ui:50
+#: sw/uiconfig/swriter/ui/numparapage.ui:50
msgctxt "numparapage|labelFT_OUTLINE_LEVEL"
msgid "Outline level:"
msgstr "የረቂቅ ደረጃ:"
-#: numparapage.ui:68
+#: sw/uiconfig/swriter/ui/numparapage.ui:68
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Body text"
msgstr "የ ጽሁፍ አካል"
-#: numparapage.ui:69
+#: sw/uiconfig/swriter/ui/numparapage.ui:69
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 1"
msgstr "ደረጃ 1"
-#: numparapage.ui:70
+#: sw/uiconfig/swriter/ui/numparapage.ui:70
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 2"
msgstr "ደረጃ 2"
-#: numparapage.ui:71
+#: sw/uiconfig/swriter/ui/numparapage.ui:71
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 3"
msgstr "ደረጃ 3"
-#: numparapage.ui:72
+#: sw/uiconfig/swriter/ui/numparapage.ui:72
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 4"
msgstr "ደረጃ 4"
-#: numparapage.ui:73
+#: sw/uiconfig/swriter/ui/numparapage.ui:73
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 5"
msgstr "ደረጃ 5"
-#: numparapage.ui:74
+#: sw/uiconfig/swriter/ui/numparapage.ui:74
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 6"
msgstr "ደረጃ 6"
-#: numparapage.ui:75
+#: sw/uiconfig/swriter/ui/numparapage.ui:75
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 7"
msgstr "ደረጃ 7"
-#: numparapage.ui:76
+#: sw/uiconfig/swriter/ui/numparapage.ui:76
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 8"
msgstr "ደረጃ 8"
-#: numparapage.ui:77
+#: sw/uiconfig/swriter/ui/numparapage.ui:77
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 9"
msgstr "ደረጃ 9"
-#: numparapage.ui:78
+#: sw/uiconfig/swriter/ui/numparapage.ui:78
msgctxt "numparapage|comboLB_OUTLINE_LEVEL"
msgid "Level 10"
msgstr "ደረጃ 10"
-#: numparapage.ui:95
+#: sw/uiconfig/swriter/ui/numparapage.ui:95
msgctxt "numparapage|labelOutline"
msgid "Outline"
msgstr "ረቂቅ"
-#: numparapage.ui:142
+#: sw/uiconfig/swriter/ui/numparapage.ui:142
msgctxt "numparapage|labelFT_NUMBER_STYLE"
msgid "_Numbering style:"
msgstr "የ _ቁጥር መስጫ አይነት:"
-#: numparapage.ui:160
+#: sw/uiconfig/swriter/ui/numparapage.ui:160
msgctxt "numparapage|comboLB_NUMBER_STYLE"
msgid "None"
msgstr "ምንም"
-#: numparapage.ui:171
+#: sw/uiconfig/swriter/ui/numparapage.ui:171
msgctxt "numparapage|editnumstyle"
msgid "Edit Style"
msgstr "ዘዴ ማረሚያ"
-#: numparapage.ui:190
+#: sw/uiconfig/swriter/ui/numparapage.ui:190
msgctxt "numparapage|checkCB_NEW_START"
msgid "R_estart at this paragraph"
msgstr "በዚህ አንቀጽ ላይ እ_ንደገና ማስጀመሪያ"
-#: numparapage.ui:221
+#: sw/uiconfig/swriter/ui/numparapage.ui:221
msgctxt "numparapage|checkCB_NUMBER_NEW_START"
msgid "S_tart with:"
msgstr "መ_ጀመሪያ በ:"
-#: numparapage.ui:278
+#: sw/uiconfig/swriter/ui/numparapage.ui:276
msgctxt "numparapage|label2"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: numparapage.ui:314
+#: sw/uiconfig/swriter/ui/numparapage.ui:312
msgctxt "numparapage|checkCB_COUNT_PARA"
msgid "_Include this paragraph in line numbering"
msgstr "ይህን አንቀጽ በ መስመር ቁጥር መስጫ ላይ _መጨመሪያ"
-#: numparapage.ui:332
+#: sw/uiconfig/swriter/ui/numparapage.ui:330
msgctxt "numparapage|checkCB_RESTART_PARACOUNT"
msgid "Rest_art at this paragraph"
msgstr "በዚህ አንቀጽ ላይ እ_ንደገና ማስጀመሪያ"
-#: numparapage.ui:368
+#: sw/uiconfig/swriter/ui/numparapage.ui:366
msgctxt "numparapage|labelFT_RESTART_NO"
msgid "_Start with:"
msgstr "_መጀመሪያ በ:"
-#: numparapage.ui:416
+#: sw/uiconfig/swriter/ui/numparapage.ui:412
msgctxt "numparapage|labelLINE_NUMBERING"
msgid "Line Numbering"
msgstr "መስመር ቁጥር መስጫ"
-#: objectdialog.ui:8
+#: sw/uiconfig/swriter/ui/objectdialog.ui:8
msgctxt "objectdialog|ObjectDialog"
msgid "Object"
msgstr "እቃ"
-#: objectdialog.ui:106
+#: sw/uiconfig/swriter/ui/objectdialog.ui:106
msgctxt "objectdialog|type"
msgid "Type"
msgstr "አይነት"
-#: objectdialog.ui:128
+#: sw/uiconfig/swriter/ui/objectdialog.ui:128
msgctxt "objectdialog|options"
msgid "Options"
msgstr "ምርጫዎች"
-#: objectdialog.ui:151
+#: sw/uiconfig/swriter/ui/objectdialog.ui:151
msgctxt "objectdialog|wrap"
msgid "Wrap"
msgstr "መጠቅለያ"
-#: objectdialog.ui:174
+#: sw/uiconfig/swriter/ui/objectdialog.ui:174
msgctxt "objectdialog|hyperlink"
msgid "Hyperlink"
msgstr "Hyperlink"
-#: objectdialog.ui:197
+#: sw/uiconfig/swriter/ui/objectdialog.ui:197
msgctxt "objectdialog|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: objectdialog.ui:220
+#: sw/uiconfig/swriter/ui/objectdialog.ui:220
msgctxt "objectdialog|area"
msgid "Area"
msgstr "ቦታ"
-#: objectdialog.ui:243
+#: sw/uiconfig/swriter/ui/objectdialog.ui:243
msgctxt "objectdialog|transparence"
msgid "Transparency"
msgstr "ግልጽነት"
-#: objectdialog.ui:266
+#: sw/uiconfig/swriter/ui/objectdialog.ui:266
msgctxt "objectdialog|macro"
msgid "Macro"
msgstr "Macro"
-#: optcaptionpage.ui:50
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:50
msgctxt "optcaptionpage|label7"
msgid "Category:"
msgstr "ምድብ:"
-#: optcaptionpage.ui:64
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:64
msgctxt "optcaptionpage|numberingft"
msgid "_Numbering:"
msgstr "_ቁጥር መስጫ:"
-#: optcaptionpage.ui:78
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:78
msgctxt "optcaptionpage|numseparatorft"
msgid "Numbering separator:"
msgstr "ቁጥር መስጫ መለያያ:"
-#: optcaptionpage.ui:92
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:92
msgctxt "optcaptionpage|separatorft"
msgid "Separator:"
msgstr "መለያያ:"
-#: optcaptionpage.ui:106
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:106
msgctxt "optcaptionpage|label18"
msgid "Position:"
msgstr "ቦታ:"
-#: optcaptionpage.ui:147
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:145
msgctxt "optcaptionpage|numseparator"
msgid ". "
msgstr ". "
-#: optcaptionpage.ui:192
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:190
msgctxt "optcaptionpage|label2"
msgid "Caption"
msgstr "መግለጫ ጽሁፍ"
-#: optcaptionpage.ui:230
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:228
msgctxt "optcaptionpage|label4"
msgid "Level:"
msgstr "ደረጃ:"
-#: optcaptionpage.ui:244
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:242
msgctxt "optcaptionpage|label6"
msgid "Separator:"
msgstr "መለያያ:"
-#: optcaptionpage.ui:273
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:270
msgctxt "optcaptionpage|level"
msgid "None"
msgstr "ምንም"
-#: optcaptionpage.ui:289
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:286
msgctxt "optcaptionpage|label11"
msgid "Numbering Captions by Chapter"
msgstr "የ ቁጥር መስጫ መግለጫ በምእራፍ"
-#: optcaptionpage.ui:327
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:324
msgctxt "optcaptionpage|label3"
msgid "Character style:"
msgstr "የ ባህሪ ዘዴ:"
-#: optcaptionpage.ui:342
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:339
msgctxt "optcaptionpage|charstyle"
msgid "None"
msgstr "ምንም"
-#: optcaptionpage.ui:352
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:349
msgctxt "optcaptionpage|applyborder"
msgid "Apply border and shadow"
msgstr "ድንበር እና ጥላ መፈጸሚያ"
-#: optcaptionpage.ui:374
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:371
msgctxt "optcaptionpage|label10"
msgid "Category and Frame Format"
msgstr "የ ምድብ እና ክፈፍ አቀራረብ"
-#: optcaptionpage.ui:426
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:423
msgctxt "optcaptionpage|label1"
msgid ""
"Add captions automatically\n"
@@ -13403,832 +13128,822 @@ msgstr ""
"ራሱ በራሱ መግለጫዎች መጨመሪያ\n"
"በሚያስገቡ ጊዜ:"
-#: optcaptionpage.ui:469
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:466
msgctxt "optcaptionpage|captionorder"
msgid "Category first"
msgstr "ምድብ መጀመሪያ"
-#: optcaptionpage.ui:470
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:467
msgctxt "optcaptionpage|captionorder"
msgid "Numbering first"
msgstr "ቁጥር መስጫ መጀመሪያ"
-#: optcaptionpage.ui:480
+#: sw/uiconfig/swriter/ui/optcaptionpage.ui:477
msgctxt "optcaptionpage|label13"
msgid "Caption Order"
msgstr "የመግለጫ ጽሁፍ ደንብ"
-#: optcomparison.ui:36
+#: sw/uiconfig/swriter/ui/optcomparison.ui:36
msgctxt "optcomparison|auto"
msgid "A_uto"
msgstr "በ_ራሱ"
-#: optcomparison.ui:55
+#: sw/uiconfig/swriter/ui/optcomparison.ui:55
msgctxt "optcomparison|byword"
msgid "By w_ord"
msgstr "በ ቃ_ላት"
-#: optcomparison.ui:73
+#: sw/uiconfig/swriter/ui/optcomparison.ui:73
msgctxt "optcomparison|bycharacter"
msgid "By _character"
msgstr "በ _ባህሪ"
-#: optcomparison.ui:96
+#: sw/uiconfig/swriter/ui/optcomparison.ui:96
msgctxt "optcomparison|label1"
msgid "Compare Documents"
msgstr "ሰነዶች ማወዳደሪያ"
-#: optcomparison.ui:129
+#: sw/uiconfig/swriter/ui/optcomparison.ui:129
msgctxt "optcomparison|ignore"
msgid "Ignore _pieces of length"
msgstr "መተው _ቁራጭ እርዝመት"
-#: optcomparison.ui:146
+#: sw/uiconfig/swriter/ui/optcomparison.ui:146
msgctxt "optcomparison|useRSID"
msgid "Take it into account when comparing"
msgstr "በሚያወዳድሩበት ጊዜ ግምት ውስጥ ያስገቡ"
-#: optcomparison.ui:179
+#: sw/uiconfig/swriter/ui/optcomparison.ui:177
msgctxt "optcomparison|storeRSID"
msgid "Store it when changing the document"
msgstr "ሰነዱ በሚቀየር ጊዜ ማስቀመጫ"
-#: optcomparison.ui:207
+#: sw/uiconfig/swriter/ui/optcomparison.ui:205
msgctxt "optcomparison|setting"
msgid "Random number to improve accuracy of document comparison"
msgstr "የ ሰነድ ማነፃፀሪያ በነሲብ ቁጥር ትክክለኛነቱን ለማሻሻል"
-#: optcompatpage.ui:56
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:56
msgctxt "optcompatpage|format"
msgid "Use printer metrics for document formatting"
msgstr "ለ ሰነድ አቀራረብ የ ማተሚያ መለኪያ ይጠቀሙ"
-#: optcompatpage.ui:57
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:57
msgctxt "optcompatpage|format"
msgid "Add spacing between paragraphs and tables"
msgstr "በ አንቀጾች እና በ ሰንጠረዦች መካከል ክፍተት መጨመሪያ"
-#: optcompatpage.ui:58
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:58
msgctxt "optcompatpage|format"
msgid "Add paragraph and table spacing at tops of pages"
msgstr "የ አንቀጽ እና የ ሰንጠረዥ ክፍተት በ ገጹ ከ ላይ በኩል መጨመሪያ"
-#: optcompatpage.ui:59
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:59
msgctxt "optcompatpage|format"
msgid "Use OpenOffice.org 1.1 tabstop formatting"
msgstr "Use OpenOffice.org 1.1 tabstop formatting"
-#: optcompatpage.ui:60
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:60
msgctxt "optcompatpage|format"
msgid "Do not add leading (extra space) between lines of text"
msgstr "አትጨምር ቀዳሚ (ተጨማሪ ክፍተት) በ ጽሁፍ መስመሮች መካከል ውስጥ"
-#: optcompatpage.ui:61
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:61
msgctxt "optcompatpage|format"
msgid "Use OpenOffice.org 1.1 line spacing"
msgstr "ይጠቀሙ የ OpenOffice.org 1.1 የ መስመር ክፍተት"
-#: optcompatpage.ui:62
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:62
msgctxt "optcompatpage|format"
msgid "Add paragraph and table spacing at bottom of table cells"
msgstr "በ አንቀጾች እና በ ሰንጠረዦች መካከል ክፍተት መጨመሪያ በ ሰንጠረዡ ከ ታች በኩል"
-#: optcompatpage.ui:63
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:63
msgctxt "optcompatpage|format"
msgid "Use OpenOffice.org 1.1 object positioning"
msgstr "Use OpenOffice.org 1.1 object positioning"
-#: optcompatpage.ui:64
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:64
msgctxt "optcompatpage|format"
msgid "Use OpenOffice.org 1.1 text wrapping around objects"
msgstr "ይጠቀሙ የ OpenOffice.org 1.1 ጽሁፍ መጠቅለያ በ እቃዎች ዙሪያ"
-#: optcompatpage.ui:65
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:65
msgctxt "optcompatpage|format"
msgid "Consider wrapping style when positioning objects"
msgstr "እቃዎችን ቦታ ሲሰጡ የ መጠቅለያ ዘዴ አብረው ያስቡ"
-#: optcompatpage.ui:66
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:66
msgctxt "optcompatpage|format"
msgid "Expand word space on lines with manual line breaks in justified paragraphs"
msgstr "የ ቃላትን ክፍተት ማስፊያ በ መስመሮች ላይ በ እጅ መስመር መጨረሻ አንቀጾችን እኩል ማካፈያ"
-#: optcompatpage.ui:67
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:67
msgctxt "optcompatpage|format"
msgid "Protect form"
msgstr "ፎርም መጠበቂያ"
-#: optcompatpage.ui:68
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:68
msgctxt "optcompatpage|format"
msgid "MS Word-compatible trailing blanks"
msgstr "MS Word-compatible trailing blanks"
-#: optcompatpage.ui:69
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:69
msgctxt "optcompatpage|format"
msgid "Tolerate white lines of PDF page backgrounds for compatibility with old documents"
msgstr "ነጭ መስመር መተው በ PDF ገጽ መደብ ላይ: እንዲስማማ ከ አሮጌ ሰነዶች ጋር በ አሁኑ ሰነድ ውስጥ"
-#: optcompatpage.ui:70
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:70
msgctxt "optcompatpage|format"
msgid "<User settings>"
msgstr "<የ ተጠቃሚ ማሰናጃ>"
-#: optcompatpage.ui:82
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:82
msgctxt "optcompatpage|default"
msgid "Use as _Default"
msgstr "እንደ _ነባር መጠቀሚያ"
-#: optcompatpage.ui:104
+#: sw/uiconfig/swriter/ui/optcompatpage.ui:104
msgctxt "optcompatpage|label11"
-msgid "Compatibility options for '%DOCNAME'"
-msgstr "የ ተስማሚነት ምርጫ ለ '%DOCNAME'"
+msgid "Compatibility options for “%DOCNAME”"
+msgstr "የ ተስማሚነት ምርጫ ለ “%DOCNAME”"
-#: optfonttabpage.ui:103
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:103
msgctxt "optfonttabpage|font_label"
msgid "Font"
msgstr "ፊደል"
-#: optfonttabpage.ui:117
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:117
msgctxt "optfonttabpage|size_label"
msgid "_Size"
msgstr "_መጠን"
-#: optfonttabpage.ui:133
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:133
msgctxt "optfonttabpage|default_label"
msgid "De_fault:"
msgstr "ነባ_ር:"
-#: optfonttabpage.ui:149
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:149
msgctxt "optfonttabpage|heading_label"
msgid "Headin_g:"
msgstr "ራስ_ጌ:"
-#: optfonttabpage.ui:165
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:165
msgctxt "optfonttabpage|list_label"
msgid "_List:"
msgstr "_ዝርዝር:"
-#: optfonttabpage.ui:181
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:181
msgctxt "optfonttabpage|caption_label"
msgid "C_aption:"
msgstr "መ_ግለጫ ጽሁፍ:"
-#: optfonttabpage.ui:197
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:197
msgctxt "optfonttabpage|index_label"
msgid "_Index:"
msgstr "_ማውጫ:"
-#: optfonttabpage.ui:319
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:314
msgctxt "optfonttabpage|label1"
msgid "Basic Fonts (%1)"
msgstr "መሰረታዊ ፊደሎች (%1)"
-#: optfonttabpage.ui:343
+#: sw/uiconfig/swriter/ui/optfonttabpage.ui:338
msgctxt "optfonttabpage|standard"
msgid "_Default"
msgstr "_ነባር"
-#: optformataidspage.ui:44
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:44
msgctxt "optformataidspage|paragraph"
msgid "Pa_ragraph end"
msgstr "አን_ቀጽ መጨረሻ"
-#: optformataidspage.ui:59
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:59
msgctxt "optformataidspage|hyphens"
msgid "Soft h_yphens"
msgstr "ለስላሳ ጭ_ረቶች"
-#: optformataidspage.ui:74
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:74
msgctxt "optformataidspage|spaces"
msgid "Spac_es"
msgstr "ክፍተ_ቶች"
-#: optformataidspage.ui:89
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:89
msgctxt "optformataidspage|nonbreak"
msgid "Non-breaking s_paces"
msgstr "ምንም-ያልተሰበሩ ክ_ፍተቶች"
-#: optformataidspage.ui:104
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:104
msgctxt "optformataidspage|tabs"
msgid "Ta_bs"
msgstr "ማስረ_ጊያ"
-#: optformataidspage.ui:119
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:119
msgctxt "optformataidspage|break"
msgid "Brea_ks"
msgstr "መጨ_ረሻ"
-#: optformataidspage.ui:134
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:134
msgctxt "optformataidspage|hiddentext"
msgid "Hidden text"
msgstr "የተደበቁ ጽሁፎች"
-#: optformataidspage.ui:148
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:149
msgctxt "optformataidspage|hiddentextfield"
msgid "Fields: Hidden te_xt"
msgstr "ሜዳዎች: የተደበቀ ጽሁ_ፍ"
-#: optformataidspage.ui:163
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:164
msgctxt "optformataidspage|hiddenparafield"
msgid "Fields: Hidden p_aragraphs"
msgstr "ሜዳዎች: የተደበቁ አ_ንቀጾች"
-#: optformataidspage.ui:251
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:252
msgctxt "optformataidspage|displayfl"
msgid "Display of"
msgstr "ማሳያ ከ"
-#: optformataidspage.ui:283
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:284
msgctxt "optformataidspage|mathbaseline"
msgid "Math baseline alignment"
msgstr "የ ሂሳብ መሰረታዊ መስመር ማሰለፊያ"
-#: optformataidspage.ui:303
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:305
msgctxt "optformataidspage|layoutopt"
msgid "Layout Assistance"
msgstr "የ እቅድ ረዳት"
-#: optformataidspage.ui:347
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:349
msgctxt "optformataidspage|cursoronoff"
msgid "_Direct cursor"
msgstr "_በቀጥታ መጠቆሚያ"
-#: optformataidspage.ui:364
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:366
msgctxt "optformataidspage|fillmode"
msgid "Insert"
msgstr "ማስገቢያ"
-#: optformataidspage.ui:386
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:388
msgctxt "optformataidspage|fillmargin"
msgid "Para_graph alignment"
msgstr "አን_ቀጽ ማሰለፊያ"
-#: optformataidspage.ui:402
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:404
msgctxt "optformataidspage|fillindent"
msgid "_Left paragraph margin"
msgstr "የ _ግራ አንቀጽ መስመር"
-#: optformataidspage.ui:418
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:420
msgctxt "optformataidspage|filltab"
msgid "_Tabs"
msgstr "_ማስረጊያ"
-#: optformataidspage.ui:434
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:436
msgctxt "optformataidspage|filltabandspace"
msgid "Tabs a_nd spaces"
msgstr "ማስረጊያ እ_ና ክፍተት"
-#: optformataidspage.ui:450
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:452
msgctxt "optformataidspage|fillspace"
msgid "_Spaces"
msgstr "_ክፍተት"
-#: optformataidspage.ui:480
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:482
msgctxt "optformataidspage|cursorlabel"
msgid "Direct Cursor"
msgstr "በቀጥታ መጠቆሚያ"
-#: optformataidspage.ui:512
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:514
msgctxt "optformataidspage|cursorinprot"
msgid "Enable cursor"
msgstr "መጠቆሚያ ማስቻያ"
-#: optformataidspage.ui:532
+#: sw/uiconfig/swriter/ui/optformataidspage.ui:535
msgctxt "optformataidspage|cursoropt"
msgid "Protected Areas"
msgstr "የሚጠበቁ ቦታዎች"
-#: optgeneralpage.ui:59
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:59
msgctxt "optgeneralpage|always"
msgid "_Always"
msgstr "_ሁልጊዜ"
-#: optgeneralpage.ui:76
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:76
msgctxt "optgeneralpage|onrequest"
msgid "_On request"
msgstr "_በሚጠየቅ ጊዜ"
-#: optgeneralpage.ui:92
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:92
msgctxt "optgeneralpage|never"
msgid "_Never"
msgstr "_በፍጹም"
-#: optgeneralpage.ui:114
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:114
msgctxt "optgeneralpage|label1"
msgid "Update Links when Loading"
msgstr "በሚጫን ጊዜ አገናኞችን ማሻሻያ"
-#: optgeneralpage.ui:146
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:146
msgctxt "optgeneralpage|updatefields"
msgid "_Fields"
msgstr "_ሜዳዎች"
-#: optgeneralpage.ui:161
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:161
msgctxt "optgeneralpage|updatecharts"
msgid "_Charts"
msgstr "_ቻርትስ"
-#: optgeneralpage.ui:182
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:182
msgctxt "optgeneralpage|label2"
msgid "Automatically Update"
msgstr "ራሱ በራሱ ማሻሻያ"
-#: optgeneralpage.ui:228
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:228
msgctxt "optgeneralpage|label5"
msgid "_Measurement unit:"
msgstr "_የመለኪያ ክፍል:"
-#: optgeneralpage.ui:253
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:253
msgctxt "optgeneralpage|tablabel"
msgid "_Tab stops:"
msgstr "_ማስረጊያ ማስቆሚያ:"
-#: optgeneralpage.ui:291
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:290
msgctxt "optgeneralpage|usecharunit"
msgid "_Enable char unit"
msgstr "_ማስቻያ የ ባህሪ ክፍል"
-#: optgeneralpage.ui:307
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:306
msgctxt "optgeneralpage|squaremode"
msgid "_Use square page mode for text grid"
msgstr "ለ ጽሁፍ መጋጠሚያ የ ስኴር ገጽ ዘዴ _ይጠቀሙ"
-#: optgeneralpage.ui:335
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:334
msgctxt "optgeneralpage|label3"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: optgeneralpage.ui:378
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:377
msgctxt "optgeneralpage|label7"
msgid "_Additional separators:"
msgstr "_ተጨማሪ መለያያዎች:"
-#: optgeneralpage.ui:412
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:410
msgctxt "optgeneralpage|standardizedpageshow"
msgid "Show standardized page count"
msgstr "መደበኛ የ ገጽ መቁጠሪያ ማሳያ"
-#: optgeneralpage.ui:440
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:438
msgctxt "optgeneralpage|labelstandardpages"
msgid "Characters per standardized page:"
msgstr "ባህሪዎች በ መደበኛ ገጽ ላይ:"
-#: optgeneralpage.ui:486
+#: sw/uiconfig/swriter/ui/optgeneralpage.ui:483
msgctxt "optgeneralpage|label4"
msgid "Word Count"
msgstr "ቃላት መቁጠሪያ"
-#: optredlinepage.ui:39
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:39
msgctxt "optredlinepage|insert_label"
msgid "_Attributes:"
msgstr "_መለያዎች:"
-#: optredlinepage.ui:53
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:53
msgctxt "optredlinepage|insertcolor_label"
msgid "Co_lor:"
msgstr "ቀለ_ም:"
-#: optredlinepage.ui:69
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:69
msgctxt "optredlinepage|insert"
msgid "[None]"
msgstr "[ምንም]"
-#: optredlinepage.ui:70
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:70
msgctxt "optredlinepage|insert"
msgid "Bold"
msgstr "ማድመቂያ"
-#: optredlinepage.ui:71
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:71
msgctxt "optredlinepage|insert"
msgid "Italic"
msgstr "ማዝመሚያ"
-#: optredlinepage.ui:72
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:72
msgctxt "optredlinepage|insert"
msgid "Underlined"
msgstr "ከ ስሩ ማስመሪያ"
-#: optredlinepage.ui:73
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:73
msgctxt "optredlinepage|insert"
msgid "Underlined: double"
msgstr "ከ ስሩ ማስመሪያ: በ ድርብ"
-#: optredlinepage.ui:74
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:74
msgctxt "optredlinepage|insert"
msgid "Strikethrough"
msgstr "በላዩ ላይ መሰረዣ"
-#: optredlinepage.ui:75
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:75
msgctxt "optredlinepage|insert"
msgid "Uppercase"
msgstr "በአቢይ ፊደል መጻፊያ"
-#: optredlinepage.ui:76
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:76
msgctxt "optredlinepage|insert"
msgid "Lowercase"
msgstr "በትንንሽ ፊደል መጻፊያ"
-#: optredlinepage.ui:77
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:77
msgctxt "optredlinepage|insert"
msgid "Small caps"
msgstr "ትንሽ ባርኔጣ"
-#: optredlinepage.ui:78
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:78
msgctxt "optredlinepage|insert"
msgid "Title font"
msgstr "የ አርእስት ፊደል"
-#: optredlinepage.ui:79
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:79
msgctxt "optredlinepage|insert"
msgid "Background color"
msgstr "የ መደብ ቀለም"
-#: optredlinepage.ui:94
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:94
msgctxt "optredlinepage|insertcolor-atkobject"
msgid "Color of Insertions"
msgstr "የ ማስገቢያ ቀለም"
-#: optredlinepage.ui:108
-msgctxt "optredlinepage|insertedpreview"
-msgid "Insert"
-msgstr "ማስገቢያ"
-
-#: optredlinepage.ui:124
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:124
msgctxt "optredlinepage|label2"
msgid "Insertions"
msgstr "ማስገቢያዎች"
-#: optredlinepage.ui:163
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:163
msgctxt "optredlinepage|deleted_label"
msgid "Attri_butes:"
msgstr "መለያ_ዎች:"
-#: optredlinepage.ui:177
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:177
msgctxt "optredlinepage|deletedcolor_label"
msgid "Col_or:"
msgstr "ቀለ_ም:"
-#: optredlinepage.ui:205
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:205
msgctxt "optredlinepage|deletedcolor-atkobject"
msgid "Color of Deletions"
msgstr "የ ማጥፊያ ቀለም"
-#: optredlinepage.ui:219
-msgctxt "optredlinepage|deletedpreview"
-msgid "Delete"
-msgstr "ማጥፊያ"
-
-#: optredlinepage.ui:235
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:235
msgctxt "optredlinepage|label3"
msgid "Deletions"
msgstr "ማጥፊያ"
-#: optredlinepage.ui:274
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:274
msgctxt "optredlinepage|changed_label"
msgid "Attrib_utes:"
msgstr "መለያ_ዎች:"
-#: optredlinepage.ui:288
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:288
msgctxt "optredlinepage|changedcolor_label"
msgid "Colo_r:"
msgstr "ቀለ_ም:"
-#: optredlinepage.ui:316
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:316
msgctxt "optredlinepage|changedcolor-atkobject"
msgid "Color of Changed Attributes"
msgstr "የ ተቀየሩ ባህሪዎች ቀለም"
-#: optredlinepage.ui:330
-msgctxt "optredlinepage|changedpreview"
-msgid "Attributes"
-msgstr "መለያዎች"
-
-#: optredlinepage.ui:346
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:346
msgctxt "optredlinepage|label4"
msgid "Changed Attributes"
msgstr "የተቀየሩ ባህሪዎች"
-#: optredlinepage.ui:388
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:388
msgctxt "optredlinepage|markcolor-atkobject"
msgid "Color of Mark"
msgstr "ምልክት ማድረጊያ ቀለም"
-#: optredlinepage.ui:401
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:401
msgctxt "optredlinepage|markpos_label"
msgid "Mar_k:"
msgstr "ምልክ_ት:"
-#: optredlinepage.ui:415
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:415
msgctxt "optredlinepage|markcolor_label"
msgid "_Color:"
msgstr "_ቀለም:"
-#: optredlinepage.ui:443
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:443
msgctxt "optredlinepage|markpos"
msgid "[None]"
msgstr "[ምንም]"
-#: optredlinepage.ui:444
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:444
msgctxt "optredlinepage|markpos"
msgid "Left margin"
msgstr "የ ግራ መስመር"
-#: optredlinepage.ui:445
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:445
msgctxt "optredlinepage|markpos"
msgid "Right margin"
msgstr "የ ቀኝ መስመር"
-#: optredlinepage.ui:446
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:446
msgctxt "optredlinepage|markpos"
msgid "Outer margin"
msgstr "የውጪ መስመር"
-#: optredlinepage.ui:447
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:447
msgctxt "optredlinepage|markpos"
msgid "Inner margin"
msgstr "የውስጥ መስመር"
-#: optredlinepage.ui:463
+#: sw/uiconfig/swriter/ui/optredlinepage.ui:463
msgctxt "optredlinepage|label5"
msgid "Lines Changed"
msgstr "የተቀየሩ መስመሮች"
-#: opttablepage.ui:46
+#: sw/uiconfig/swriter/ui/opttablepage.ui:46
msgctxt "opttablepage|header"
msgid "H_eading"
msgstr "ራ_ስጌ"
-#: opttablepage.ui:61
+#: sw/uiconfig/swriter/ui/opttablepage.ui:61
msgctxt "opttablepage|repeatheader"
msgid "Re_peat on each page"
msgstr "በ እያንዳንዱ ገጽ ላይ መድ_ገሚያ"
-#: opttablepage.ui:77
+#: sw/uiconfig/swriter/ui/opttablepage.ui:77
msgctxt "opttablepage|dontsplit"
msgid "_Do not split"
msgstr "_አትክፈል"
-#: opttablepage.ui:92
+#: sw/uiconfig/swriter/ui/opttablepage.ui:92
msgctxt "opttablepage|border"
msgid "B_order"
msgstr "ድ_ንበር"
-#: opttablepage.ui:113
+#: sw/uiconfig/swriter/ui/opttablepage.ui:113
msgctxt "opttablepage|label1"
msgid "New Table Defaults"
msgstr "አዲስ ነባር ሰንጠረዥ"
-#: opttablepage.ui:149
+#: sw/uiconfig/swriter/ui/opttablepage.ui:149
msgctxt "opttablepage|numformatting"
msgid "_Number recognition"
msgstr "_ቁጥር ማስታወሻ"
-#: opttablepage.ui:164
+#: sw/uiconfig/swriter/ui/opttablepage.ui:164
msgctxt "opttablepage|numfmtformatting"
msgid "N_umber format recognition"
msgstr "የ _ቁጥር አቀራረብ ማስታወሻ"
-#: opttablepage.ui:180
+#: sw/uiconfig/swriter/ui/opttablepage.ui:180
msgctxt "opttablepage|numalignment"
msgid "_Alignment"
msgstr "_ማሰለፊያ"
-#: opttablepage.ui:202
+#: sw/uiconfig/swriter/ui/opttablepage.ui:202
msgctxt "opttablepage|label2"
msgid "Input in Tables"
msgstr "በ ሰንጠረዦች ውስጥ ማስገቢያ"
-#: opttablepage.ui:256
+#: sw/uiconfig/swriter/ui/opttablepage.ui:256
msgctxt "opttablepage|label10"
msgid "Behavior of rows/columns"
msgstr "የ ረድፎች/አምዶች ባህሪ"
-#: opttablepage.ui:266
+#: sw/uiconfig/swriter/ui/opttablepage.ui:266
msgctxt "opttablepage|fix"
msgid "_Fixed"
msgstr "_የተወሰነ"
-#: opttablepage.ui:284
+#: sw/uiconfig/swriter/ui/opttablepage.ui:284
msgctxt "opttablepage|fixprop"
msgid "Fi_xed, proportional"
msgstr "የተ_ወሰነ ተመጣጣኝ"
-#: opttablepage.ui:302
+#: sw/uiconfig/swriter/ui/opttablepage.ui:302
msgctxt "opttablepage|var"
msgid "_Variable"
msgstr "_ተለዋዋጭ"
-#: opttablepage.ui:324
+#: sw/uiconfig/swriter/ui/opttablepage.ui:324
msgctxt "opttablepage|label11"
msgid "Changes affect the adjacent area only"
msgstr "ለውጡ ተፅኖው አጠገቡ ላለው ቦታ ብቻ ነው"
-#: opttablepage.ui:340
+#: sw/uiconfig/swriter/ui/opttablepage.ui:340
msgctxt "opttablepage|label12"
msgid "Changes affect the entire table"
msgstr "ለውጡ ተፅኖው ለጠቅላላው ሰንጠረዥ ነው"
-#: opttablepage.ui:355
+#: sw/uiconfig/swriter/ui/opttablepage.ui:355
msgctxt "opttablepage|label13"
msgid "Changes affect the table size"
msgstr "ለውጡ በ ሰንጠረዡ መጠን ላይ ተፅእኖ ያመጣል"
-#: opttablepage.ui:391
+#: sw/uiconfig/swriter/ui/opttablepage.ui:391
msgctxt "opttablepage|label4"
msgid "Move cells"
msgstr "ክፍሎች ማንቀሳቀሻ"
-#: opttablepage.ui:433
+#: sw/uiconfig/swriter/ui/opttablepage.ui:431
msgctxt "opttablepage|label5"
msgid "_Row:"
msgstr "_ረድፎች:"
-#: opttablepage.ui:448
+#: sw/uiconfig/swriter/ui/opttablepage.ui:446
msgctxt "opttablepage|label6"
msgid "_Column:"
msgstr "_አምዶች:"
-#: opttablepage.ui:507
+#: sw/uiconfig/swriter/ui/opttablepage.ui:503
msgctxt "opttablepage|label15"
msgid "Ro_w:"
msgstr "ረድ_ፍ:"
-#: opttablepage.ui:522
+#: sw/uiconfig/swriter/ui/opttablepage.ui:518
msgctxt "opttablepage|label16"
msgid "Colu_mn:"
msgstr "አም_ድ:"
-#: opttablepage.ui:536
+#: sw/uiconfig/swriter/ui/opttablepage.ui:532
msgctxt "opttablepage|label14"
msgid "Insert cell"
msgstr "ክፍል ማስገቢያ"
-#: opttablepage.ui:565
+#: sw/uiconfig/swriter/ui/opttablepage.ui:561
msgctxt "opttablepage|label3"
msgid "Keyboard Handling"
msgstr "የ ፊደል ገብታ አያያዝ"
-#: outlinenumbering.ui:8
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:8
msgctxt "outlinenumbering|OutlineNumberingDialog"
msgid "Chapter Numbering"
msgstr "ምእራፍ ቁጥር መስጫ"
-#: outlinenumbering.ui:39
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:39
msgctxt "outlinenumbering|user"
msgid "_Format"
msgstr "_አቀራረብ"
-#: outlinenumbering.ui:121
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:121
msgctxt "outlinenumbering|numbering"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: outlinenumbering.ui:143
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:143
msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "ቦታ"
-#: outlinenumbering.ui:174
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:174
msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "ያልተሰየመ 1"
-#: outlinenumbering.ui:182
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:182
msgctxt "outlinenumbering|form2"
msgid "Untitled 2"
msgstr "ያልተሰየመ 2"
-#: outlinenumbering.ui:190
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:190
msgctxt "outlinenumbering|form3"
msgid "Untitled 3"
msgstr "ያልተሰየመ 3"
-#: outlinenumbering.ui:198
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:198
msgctxt "outlinenumbering|form4"
msgid "Untitled 4"
msgstr "ያልተሰየመ 4"
-#: outlinenumbering.ui:206
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:206
msgctxt "outlinenumbering|form5"
msgid "Untitled 5"
msgstr "ያልተሰየመ 5"
-#: outlinenumbering.ui:214
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:214
msgctxt "outlinenumbering|form6"
msgid "Untitled 6"
msgstr "ያልተሰየመ 6"
-#: outlinenumbering.ui:222
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:222
msgctxt "outlinenumbering|form7"
msgid "Untitled 7"
msgstr "ያልተሰየመ 7"
-#: outlinenumbering.ui:230
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:230
msgctxt "outlinenumbering|form8"
msgid "Untitled 8"
msgstr "ያልተሰየመ 8"
-#: outlinenumbering.ui:238
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:238
msgctxt "outlinenumbering|form9"
msgid "Untitled 9"
msgstr "ያልተሰየመ 9"
-#: outlinenumbering.ui:252
+#: sw/uiconfig/swriter/ui/outlinenumbering.ui:252
msgctxt "outlinenumbering|saveas"
msgid "Save _As..."
msgstr "ማስቀመጫ _እንደ..."
-#: outlinenumberingpage.ui:52
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:52
msgctxt "outlinenumberingpage|label1"
msgid "Level"
msgstr "ደረጃ"
-#: outlinenumberingpage.ui:96
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:96
msgctxt "outlinenumberingpage|label3"
msgid "Paragraph style:"
msgstr "የ አንቀጽ ዘዴ:"
-#: outlinenumberingpage.ui:122
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:122
msgctxt "outlinenumberingpage|label4"
msgid "Number:"
msgstr "ቁጥር:"
-#: outlinenumberingpage.ui:136
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:136
msgctxt "outlinenumberingpage|label5"
msgid "Character style:"
msgstr "የ ባህሪ ዘዴ:"
-#: outlinenumberingpage.ui:150
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:150
msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "ንዑስ ደረጃዎች ማሳያ:"
-#: outlinenumberingpage.ui:164
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:164
msgctxt "outlinenumberingpage|label7"
msgid "Separator"
msgstr "መለያያ"
-#: outlinenumberingpage.ui:250
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:246
msgctxt "outlinenumberingpage|label8"
msgid "Before:"
msgstr "በፊት:"
-#: outlinenumberingpage.ui:271
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:267
msgctxt "outlinenumberingpage|label9"
msgid "After:"
msgstr "በኋላ:"
-#: outlinenumberingpage.ui:287
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:283
msgctxt "outlinenumberingpage|label10"
msgid "Start at:"
msgstr "መጀመሪያ በ:"
-#: outlinenumberingpage.ui:324
+#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:320
msgctxt "outlinenumberingpage|label2"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
-#: outlinepositionpage.ui:24
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:24
msgctxt "outlinepositionpage|liststore1"
msgid "Left"
msgstr "በ ግራ"
-#: outlinepositionpage.ui:27
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:27
msgctxt "outlinepositionpage|liststore1"
msgid "Centered"
msgstr "መሀከል"
-#: outlinepositionpage.ui:30
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:30
msgctxt "outlinepositionpage|liststore1"
msgid "Right"
msgstr "በ ቀኝ"
-#: outlinepositionpage.ui:41
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:41
msgctxt "outlinepositionpage|liststore2"
msgid "Tab stop"
msgstr "ማስረጊያ ማስቆሚያ"
-#: outlinepositionpage.ui:44
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:44
msgctxt "outlinepositionpage|liststore2"
msgid "Space"
msgstr "ክፍተት"
-#: outlinepositionpage.ui:47
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:47
msgctxt "outlinepositionpage|liststore2"
msgid "Nothing"
msgstr "ምንም"
-#: outlinepositionpage.ui:89
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:50
+msgctxt "outlinepositionpage|liststore2"
+msgid "New Line"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:92
msgctxt "outlinepositionpage|1"
msgid "Level"
msgstr "ደረጃ"
-#: outlinepositionpage.ui:137
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:140
msgctxt "outlinepositionpage|numalign"
msgid "Numbering alignment:"
msgstr "የ ቁጥር መስጫ ማሰለፊያ:"
-#: outlinepositionpage.ui:162
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:165
msgctxt "outlinepositionpage|numdist"
msgid ""
"Minimum space between\n"
@@ -14237,3402 +13952,3446 @@ msgstr ""
"አነስተኛ ክፍተት በ\n"
"ቁጥር መስጫ እና ጽሁፍ መካከል:"
-#: outlinepositionpage.ui:191
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:193
msgctxt "outlinepositionpage|numberingwidth"
msgid "Width of numbering:"
msgstr "የ ቁጥር መስጫ ስፋት:"
-#: outlinepositionpage.ui:216
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:217
msgctxt "outlinepositionpage|relative"
msgid "Relative"
msgstr "ዝምድናው"
-#: outlinepositionpage.ui:233
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:235
msgctxt "outlinepositionpage|indent"
msgid "Indent:"
msgstr "ማስረጊያ:"
-#: outlinepositionpage.ui:260
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:261
msgctxt "outlinepositionpage|indentat"
msgid "Indent at:"
msgstr "ማስረጊያ በ:"
-#: outlinepositionpage.ui:286
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:286
msgctxt "outlinepositionpage|num2align"
msgid "Numbering alignment:"
msgstr "የ ቁጥር መስጫ ማሰለፊያ:"
-#: outlinepositionpage.ui:310
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:310
msgctxt "outlinepositionpage|alignedat"
msgid "Aligned at:"
msgstr "ማሰለፊያ በ:"
-#: outlinepositionpage.ui:336
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:335
msgctxt "outlinepositionpage|at"
msgid "Tab stop at:"
msgstr "ማስረጊያ ማስቆሚያ በ:"
-#: outlinepositionpage.ui:374
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:372
msgctxt "outlinepositionpage|numfollowedby"
msgid "Numbering followed by:"
msgstr "የ ቁጥር መስጫውን ተከትሎ በ:"
-#: outlinepositionpage.ui:395
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:393
msgctxt "outlinepositionpage|label10"
msgid "Position and Spacing"
msgstr "ቦታ እና ክፍተት"
-#: outlinepositionpage.ui:417
+#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:415
msgctxt "outlinepositionpage|standard"
msgid "Default"
msgstr "ነባር"
-#: pagebreakmenu.ui:12
+#: sw/uiconfig/swriter/ui/pagebreakmenu.ui:12
msgctxt "pagebreakmenu|edit"
msgid "Edit Page Break..."
msgstr "የ ገጽ መጨረሻ ማረሚያ..."
-#: pagebreakmenu.ui:20
+#: sw/uiconfig/swriter/ui/pagebreakmenu.ui:20
msgctxt "pagebreakmenu|delete"
msgid "Delete Page Break"
msgstr "የ ገጽ መጨረሻ ማጥፊያ..."
-#: pagecolumncontrol.ui:76
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:76
msgctxt "pagecolumncontrol|column1"
msgid "1 Column"
msgstr "1 አምድ"
-#: pagecolumncontrol.ui:91
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:91
msgctxt "pagecolumncontrol|column2"
msgid "2 Columns"
msgstr "2 አምዶች"
-#: pagecolumncontrol.ui:106
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:106
msgctxt "pagecolumncontrol|column3"
msgid "3 Columns"
msgstr "3 አምዶች"
-#: pagecolumncontrol.ui:121
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:121
msgctxt "pagecolumncontrol|columnleft"
msgid "Left"
msgstr "በ ግራ"
-#: pagecolumncontrol.ui:136
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:136
msgctxt "pagecolumncontrol|columnright"
msgid "Right"
msgstr "በ ቀኝ"
-#: pagecolumncontrol.ui:151
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:151
msgctxt "pagecolumncontrol|column1L"
msgid "1 Column"
msgstr "1 አምድ"
-#: pagecolumncontrol.ui:166
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:166
msgctxt "pagecolumncontrol|column2L"
msgid "2 Columns"
msgstr "2 አምዶች"
-#: pagecolumncontrol.ui:181
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:181
msgctxt "pagecolumncontrol|column3L"
msgid "3 Columns"
msgstr "3 አምዶች"
-#: pagecolumncontrol.ui:196
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:196
msgctxt "pagecolumncontrol|columnleftL"
msgid "Left"
msgstr "በ ግራ"
-#: pagecolumncontrol.ui:211
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:211
msgctxt "pagecolumncontrol|columnrightL"
msgid "Right"
msgstr "በ ቀኝ"
-#: pagecolumncontrol.ui:226
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:226
msgctxt "pagecolumncontrol|moreoptions"
msgid "_More Options"
msgstr "_ተጫማሪ ምርጫዎች"
-#: pagecolumncontrol.ui:230
+#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:230
msgctxt "pagecolumncontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "ተጨማሪ ምርጫዎች"
-#: pagefooterpanel.ui:43
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:33
+msgctxt "PageHeaderPanel|footertoggle-atkobject"
+msgid "Enable footer"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:49
msgctxt "pagefooterpanel|margins"
msgid "Margins:"
msgstr "መስመሮች:"
-#: pagefooterpanel.ui:60
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:67
msgctxt "pagefooterpanel|customlabel"
msgid "Custom"
msgstr "ማስተካከያ"
-#: pagefooterpanel.ui:72
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:79
msgctxt "pagefooterpanel|spacing"
msgid "Spacing:"
msgstr "ክፍተት:"
-#: pagefooterpanel.ui:84
+#: sw/uiconfig/swriter/ui/pagefooterpanel.ui:92
msgctxt "pagefooterpanel|samecontent"
msgid "Same Content:"
msgstr "ተመሳሳይ ይዞታ:"
-#: pageformatpanel.ui:23
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:23
msgctxt "pageformatpanel|size"
msgid "Size:"
msgstr "መጠን:"
-#: pageformatpanel.ui:35
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:36
msgctxt "pageformatpanel|width"
msgid "Width:"
msgstr "ስፋት:"
-#: pageformatpanel.ui:47
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:49
msgctxt "pageformatpanel|height"
msgid "Height:"
msgstr "እርዝመት:"
-#: pageformatpanel.ui:59
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:62
msgctxt "pageformatpanel|orientation"
msgid "Orientation:"
msgstr "አቅጣጫ:"
-#: pageformatpanel.ui:72
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:76
msgctxt "pageformatpanel|paperwidth|tooltip_text"
msgid "Paper Width"
msgstr "የ ወረቀት ስፋት"
-#: pageformatpanel.ui:87
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:90
msgctxt "pageformatpanel|paperheight|tooltip_text"
msgid "Paper Height"
msgstr "የ ወረቀት እርዝመት"
-#: pageformatpanel.ui:103
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:105
msgctxt "pageformatpanel|paperorientation"
msgid "Portrait"
msgstr "ምስል"
-#: pageformatpanel.ui:104
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:106
msgctxt "pageformatpanel|paperorientation"
msgid "Landscape"
msgstr "በ መሬት አቀማመጥ"
-#: pageformatpanel.ui:127
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:129
msgctxt "pageformatpanel|margin"
msgid "Margins:"
msgstr "መስመሮች:"
-#: pageformatpanel.ui:140
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:143
msgctxt "pageformatpanel|marginLB"
msgid "None"
msgstr "ምንም"
-#: pageformatpanel.ui:141
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:144
msgctxt "pageformatpanel|marginLB"
msgid "Narrow"
msgstr "ጠባብ"
-#: pageformatpanel.ui:142
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:145
msgctxt "pageformatpanel|marginLB"
msgid "Moderate"
msgstr "መሀከለኛ"
-#: pageformatpanel.ui:143
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:146
msgctxt "pageformatpanel|marginLB"
msgid "Normal 0.75\""
msgstr "መደበኛ 0.75\""
-#: pageformatpanel.ui:144
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:147
msgctxt "pageformatpanel|marginLB"
msgid "Normal 1\""
msgstr "መደበኛ 1\""
-#: pageformatpanel.ui:145
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:148
msgctxt "pageformatpanel|marginLB"
msgid "Normal 1.25\""
msgstr "መደበኛ 1.25\""
-#: pageformatpanel.ui:146
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:149
msgctxt "pageformatpanel|marginLB"
msgid "Wide"
msgstr "ሰፊ"
-#: pageformatpanel.ui:147
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:150
msgctxt "pageformatpanel|marginLB"
msgid "Mirrored"
msgstr "የ ተንፀባረቀ"
-#: pageformatpanel.ui:158
+#: sw/uiconfig/swriter/ui/pageformatpanel.ui:161
msgctxt "pageformatpanel|customlabel"
msgid "Custom"
msgstr "ማስተካከያ"
-#: pageheaderpanel.ui:43
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:33
+msgctxt "PageHeaderPanel|headertoggle-atkobject"
+msgid "Enable header"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:49
msgctxt "pageheaderpanel|margins"
msgid "Margins:"
msgstr "መስመሮች:"
-#: pageheaderpanel.ui:60
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:67
msgctxt "pageheaderpanel|customlabel"
msgid "Custom"
msgstr "ማስተካከያ"
-#: pageheaderpanel.ui:72
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:79
msgctxt "pageheaderpanel|spacing"
msgid "Spacing:"
msgstr "ክፍተት:"
-#: pageheaderpanel.ui:84
+#: sw/uiconfig/swriter/ui/pageheaderpanel.ui:92
msgctxt "pageheaderpanel|samecontent"
msgid "Same Content:"
msgstr "ተመሳሳይ ይዞታ:"
-#: pagemargincontrol.ui:81
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:81
msgctxt "pagemargincontrol|narrow"
msgid "Narrow"
msgstr "ጠባብ"
-#: pagemargincontrol.ui:96
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:96
msgctxt "pagemargincontrol|normal"
msgid "Normal"
msgstr "መደበኛ"
-#: pagemargincontrol.ui:112
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:112
msgctxt "pagemargincontrol|wide"
msgid "Wide"
msgstr "ሰፊ"
-#: pagemargincontrol.ui:127
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:127
msgctxt "pagemargincontrol|mirrored"
msgid "Mirrored"
msgstr "የ ተንፀባረቀ"
-#: pagemargincontrol.ui:142
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:142
msgctxt "pagemargincontrol|last"
msgid "Last Custom Value"
msgstr "የ መጨረሻ ዋጋ ማስተካከያ"
-#: pagemargincontrol.ui:157
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:157
msgctxt "pagemargincontrol|narrowL"
msgid "Narrow"
msgstr "ጠባብ"
-#: pagemargincontrol.ui:172
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:172
msgctxt "pagemargincontrol|normalL"
msgid "Normal"
msgstr "መደበኛ"
-#: pagemargincontrol.ui:188
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:188
msgctxt "pagemargincontrol|wideL"
msgid "Wide"
msgstr "ሰፊ"
-#: pagemargincontrol.ui:203
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:203
msgctxt "pagemargincontrol|mirroredL"
msgid "Mirrored"
msgstr "የ ተንፀባረቀ"
-#: pagemargincontrol.ui:218
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:218
msgctxt "pagemargincontrol|lastL"
msgid "Last Custom Value"
msgstr "የ መጨረሻ ዋጋ ማስተካከያ"
-#: pagemargincontrol.ui:252
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:252
msgctxt "pagemargincontrol|label4"
msgid "_Top"
msgstr "ከ _ላይ"
-#: pagemargincontrol.ui:265
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:265
msgctxt "pagemargincontrol|label5"
msgid "_Bottom"
msgstr "ከ _ታች"
-#: pagemargincontrol.ui:282
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:282
msgctxt "pagemargincontrol|leftLabel"
msgid "_Left"
msgstr "በ _ግራ"
-#: pagemargincontrol.ui:296
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:296
msgctxt "pagemargincontrol|innerLabel"
msgid "I_nner"
msgstr "ው_ስጥ"
-#: pagemargincontrol.ui:320
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:320
msgctxt "pagemargincontrol|rightLabel"
msgid "_Right"
msgstr "በ _ቀኝ"
-#: pagemargincontrol.ui:334
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:334
msgctxt "pagemargincontrol|outerLabel"
msgid "O_uter"
msgstr "ው_ጪ"
-#: pagemargincontrol.ui:410
+#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:410
msgctxt "pagemargincontrol|label1"
msgid "Custom"
msgstr "ማስተካከያ"
-#: pageorientationcontrol.ui:36
+#: sw/uiconfig/swriter/ui/pageorientationcontrol.ui:36
msgctxt "pageorientationcontrol|portrait"
msgid "Portrait"
msgstr "ምስል"
-#: pageorientationcontrol.ui:52
+#: sw/uiconfig/swriter/ui/pageorientationcontrol.ui:52
msgctxt "pageorientationcontrol|landscape"
msgid "Landscape"
msgstr "በ መሬት አቀማመጥ"
-#: pagesizecontrol.ui:51
+#: sw/uiconfig/swriter/ui/pagesizecontrol.ui:51
msgctxt "pagesizecontrol|moreoptions"
msgid "_More Options"
msgstr "_ተጫማሪ ምርጫዎች"
-#: pagesizecontrol.ui:55
+#: sw/uiconfig/swriter/ui/pagesizecontrol.ui:55
msgctxt "pagesizecontrol|moreoptions|tooltip_text"
msgid "More Options"
msgstr "ተጨማሪ ምርጫዎች"
-#: pagestylespanel.ui:15
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:15
msgctxt "pagestylespanel|liststorePageLayout"
msgid "Right and left"
msgstr "በ ቀኝ እና በ ግራ"
-#: pagestylespanel.ui:19
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:19
msgctxt "pagestylespanel|liststorePageLayout"
msgid "Mirrored"
msgstr "የ ተንፀባረቀ"
-#: pagestylespanel.ui:23
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:23
msgctxt "pagestylespanel|liststorePageLayout"
msgid "Only right"
msgstr "በ ቀኝ ብቻ"
-#: pagestylespanel.ui:27
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:27
msgctxt "pagestylespanel|liststorePageLayout"
msgid "Only left"
msgstr "በ ግራ ብቻ"
-#: pagestylespanel.ui:51
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:51
msgctxt "pagestylespanel|numberslabel"
msgid "Number:"
msgstr "ቁጥር:"
-#: pagestylespanel.ui:65
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:66
msgctxt "pagestylespanel|backgroundlabel"
msgid "Background:"
msgstr "መደብ:"
-#: pagestylespanel.ui:91
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:93
msgctxt "pagestylespanel|layoutlabel"
msgid "Layout:"
msgstr "እቅድ:"
-#: pagestylespanel.ui:119
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:122
msgctxt "pagestylespanel|columnlabel"
msgid "Columns:"
msgstr "አምዶች:"
-#: pagestylespanel.ui:133
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:137
msgctxt "pagestylespanel|columnbox"
msgid "1 Column"
msgstr "1 አምድ"
-#: pagestylespanel.ui:134
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:138
msgctxt "pagestylespanel|columnbox"
msgid "2 Columns"
msgstr "2 አምዶች"
-#: pagestylespanel.ui:135
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:139
msgctxt "pagestylespanel|columnbox"
msgid "3 Columns"
msgstr "3 አምዶች"
-#: pagestylespanel.ui:136
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:140
msgctxt "pagestylespanel|columnbox"
msgid "Left"
msgstr "በ ግራ"
-#: pagestylespanel.ui:137
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:141
msgctxt "pagestylespanel|columnbox"
msgid "Right"
msgstr "በ ቀኝ"
-#: pagestylespanel.ui:214
+#: sw/uiconfig/swriter/ui/pagestylespanel.ui:218
msgctxt "pagestylespanel|customlabel"
msgid "Custom"
msgstr "ማስተካከያ"
-#: paradialog.ui:8
+#: sw/uiconfig/swriter/ui/paradialog.ui:8
msgctxt "paradialog|ParagraphPropertiesDialog"
msgid "Paragraph"
msgstr "አንቀጽ"
-#: paradialog.ui:106
+#: sw/uiconfig/swriter/ui/paradialog.ui:106
msgctxt "paradialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr "ማስረጊያዎች & ክፍተት"
-#: paradialog.ui:128
+#: sw/uiconfig/swriter/ui/paradialog.ui:128
msgctxt "paradialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: paradialog.ui:152
+#: sw/uiconfig/swriter/ui/paradialog.ui:152
msgctxt "paradialog|textflow"
msgid "Text Flow"
msgstr "የ ጽሁፍ ፍሰት"
-#: paradialog.ui:176
+#: sw/uiconfig/swriter/ui/paradialog.ui:176
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr "የ እስያ ጽሁፍ"
-#: paradialog.ui:199
+#: sw/uiconfig/swriter/ui/paradialog.ui:199
msgctxt "paradialog|labelTP_NUMPARA"
msgid "Outline & Numbering"
msgstr "እቅድ & ቁጥር መስጫ"
-#: paradialog.ui:222
+#: sw/uiconfig/swriter/ui/paradialog.ui:222
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr "ማስረጊያ"
-#: paradialog.ui:245
+#: sw/uiconfig/swriter/ui/paradialog.ui:245
msgctxt "paradialog|labelTP_DROPCAPS"
msgid "Drop Caps"
msgstr "ፊደል በ ትልቁ መጻፊያ"
-#: paradialog.ui:268
+#: sw/uiconfig/swriter/ui/paradialog.ui:268
msgctxt "paradialog|labelTP_BORDER"
msgid "Borders"
msgstr "ድንበሮች"
-#: paradialog.ui:291
+#: sw/uiconfig/swriter/ui/paradialog.ui:291
msgctxt "paradialog|area"
msgid "Area"
msgstr "ቦታ"
-#: paradialog.ui:314
+#: sw/uiconfig/swriter/ui/paradialog.ui:314
msgctxt "paradialog|transparence"
msgid "Transparency"
msgstr "ግልጽነት"
-#: picturedialog.ui:8
+#: sw/uiconfig/swriter/ui/picturedialog.ui:8
msgctxt "picturedialog|PictureDialog"
msgid "Image"
msgstr "ምስል"
-#: picturedialog.ui:106
+#: sw/uiconfig/swriter/ui/picturedialog.ui:106
msgctxt "picturedialog|type"
msgid "Type"
msgstr "አይነት"
-#: picturedialog.ui:128
+#: sw/uiconfig/swriter/ui/picturedialog.ui:128
msgctxt "picturedialog|options"
msgid "Options"
msgstr "ምርጫዎች"
-#: picturedialog.ui:151
+#: sw/uiconfig/swriter/ui/picturedialog.ui:151
msgctxt "picturedialog|wrap"
msgid "Wrap"
msgstr "መጠቅለያ"
-#: picturedialog.ui:174
+#: sw/uiconfig/swriter/ui/picturedialog.ui:174
msgctxt "picturedialog|hyperlink"
msgid "Hyperlink"
msgstr "Hyperlink"
-#: picturedialog.ui:197
+#: sw/uiconfig/swriter/ui/picturedialog.ui:197
msgctxt "picturedialog|picture"
msgid "Image"
msgstr "ምስል"
-#: picturedialog.ui:220
+#: sw/uiconfig/swriter/ui/picturedialog.ui:220
msgctxt "picturedialog|crop"
msgid "Crop"
msgstr "መከርከሚያ"
-#: picturedialog.ui:243
+#: sw/uiconfig/swriter/ui/picturedialog.ui:243
msgctxt "picturedialog|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: picturedialog.ui:266
+#: sw/uiconfig/swriter/ui/picturedialog.ui:266
msgctxt "picturedialog|area"
msgid "Area"
msgstr "ቦታ"
-#: picturedialog.ui:289
+#: sw/uiconfig/swriter/ui/picturedialog.ui:289
msgctxt "picturedialog|transparence"
msgid "Transparency"
msgstr "ግልጽነት"
-#: picturedialog.ui:312
+#: sw/uiconfig/swriter/ui/picturedialog.ui:312
msgctxt "picturedialog|macro"
msgid "Macro"
msgstr "Macro"
-#: picturepage.ui:32
+#: sw/uiconfig/swriter/ui/picturepage.ui:32
msgctxt "picturepage|browse"
msgid "Browse..."
msgstr "መቃኛ..."
-#: picturepage.ui:63
+#: sw/uiconfig/swriter/ui/picturepage.ui:62
msgctxt "picturepage|label1"
msgid "_File name"
msgstr "የ _ፋይል ስም"
-#: picturepage.ui:82
+#: sw/uiconfig/swriter/ui/picturepage.ui:81
msgctxt "picturepage|label11"
msgid "Link"
msgstr "አገናኝ"
-#: picturepage.ui:119
+#: sw/uiconfig/swriter/ui/picturepage.ui:118
msgctxt "picturepage|vert"
msgid "_Vertically"
msgstr "በ _ቁመት"
-#: picturepage.ui:136
+#: sw/uiconfig/swriter/ui/picturepage.ui:135
msgctxt "picturepage|hori"
msgid "Hori_zontally"
msgstr "በአግ_ድም"
-#: picturepage.ui:153
+#: sw/uiconfig/swriter/ui/picturepage.ui:152
msgctxt "picturepage|allpages"
msgid "On all pages"
msgstr "በ ሁሉም ገጾች ላይ"
-#: picturepage.ui:172
+#: sw/uiconfig/swriter/ui/picturepage.ui:172
msgctxt "picturepage|leftpages"
msgid "On left pages"
msgstr "በ ግራ ገጾች ላይ"
-#: picturepage.ui:190
+#: sw/uiconfig/swriter/ui/picturepage.ui:191
msgctxt "picturepage|rightpages"
msgid "On right pages"
msgstr "በ ቀኝ ገጾች ላይ"
-#: picturepage.ui:249
+#: sw/uiconfig/swriter/ui/picturepage.ui:251
msgctxt "picturepage|label2"
msgid "Flip"
msgstr "መገልበጫ"
-#: picturepage.ui:292
+#: sw/uiconfig/swriter/ui/picturepage.ui:294
msgctxt "picturepage|FT_ANGLE"
msgid "_Angle:"
msgstr "_አንግል:"
-#: picturepage.ui:307
-msgctxt "picturepage"
-msgid "0,00"
-msgstr "0,00"
-
-#: picturepage.ui:335
+#: sw/uiconfig/swriter/ui/picturepage.ui:336
msgctxt "picturepage|FT_ANGLEPRESETS"
msgid "Default _settings:"
msgstr "ነባር _ማሰናጃዎች:"
-#: picturepage.ui:349
+#: sw/uiconfig/swriter/ui/picturepage.ui:350
msgctxt "picturepage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr "ማዞሪያ አንግል"
-#: picturepage.ui:374
+#: sw/uiconfig/swriter/ui/picturepage.ui:375
msgctxt "picturepage|label2"
msgid "Rotation Angle"
msgstr "ማዞሪያ አንግል"
-#: previewzoomdialog.ui:21
+#: sw/uiconfig/swriter/ui/previewzoomdialog.ui:22
msgctxt "previewzoomdialog|PreviewZoomDialog"
msgid "Multiple Pages"
msgstr "በርካታ ገጾች"
-#: previewzoomdialog.ui:101
+#: sw/uiconfig/swriter/ui/previewzoomdialog.ui:103
msgctxt "previewzoomdialog|label1"
msgid "_Rows"
msgstr "_ረድፎች"
-#: previewzoomdialog.ui:117
+#: sw/uiconfig/swriter/ui/previewzoomdialog.ui:117
msgctxt "previewzoomdialog|label2"
msgid "_Columns"
msgstr "_አምዶች"
-#: printeroptions.ui:30
+#: sw/uiconfig/swriter/ui/printeroptions.ui:30
msgctxt "printeroptions|pagebackground"
msgid "Page background"
msgstr "የ ገጽ መደብ"
-#: printeroptions.ui:46
+#: sw/uiconfig/swriter/ui/printeroptions.ui:47
msgctxt "printeroptions|pictures"
msgid "Images and other graphic objects"
msgstr "ስእሎች እና ሌሎች የ ንድፍ እቃዎች"
-#: printeroptions.ui:62
+#: sw/uiconfig/swriter/ui/printeroptions.ui:64
msgctxt "printeroptions|hiddentext"
msgid "Hidden text"
msgstr "የተደበቁ ጽሁፎች"
-#: printeroptions.ui:78
+#: sw/uiconfig/swriter/ui/printeroptions.ui:81
msgctxt "printeroptions|placeholders"
msgid "Text placeholders"
msgstr "የጽሁፍ ቦታ ያዢዎች"
-#: printeroptions.ui:94
+#: sw/uiconfig/swriter/ui/printeroptions.ui:98
msgctxt "printeroptions|formcontrols"
msgid "Form controls"
msgstr "ፎርም መቆጣጠሪያ"
-#: printeroptions.ui:116
+#: sw/uiconfig/swriter/ui/printeroptions.ui:121
msgctxt "printeroptions|label4"
msgid "Contents"
msgstr "ይዞታዎች"
-#: printeroptions.ui:143
+#: sw/uiconfig/swriter/ui/printeroptions.ui:148
msgctxt "printeroptions|textinblack"
msgid "Print text in black"
msgstr "ጽሁፍ በ ጥቁር ማተሚያ"
-#: printeroptions.ui:158
+#: sw/uiconfig/swriter/ui/printeroptions.ui:164
msgctxt "printeroptions|label5"
msgid "Color"
msgstr "ቀለም"
-#: printeroptions.ui:185
+#: sw/uiconfig/swriter/ui/printeroptions.ui:191
msgctxt "printeroptions|autoblankpages"
msgid "Print automatically inserted blank pages"
msgstr "የገቡትን ባዶ ገጾች ራሱ በራሱ ማተሚያ"
-#: printeroptions.ui:200
+#: sw/uiconfig/swriter/ui/printeroptions.ui:207
msgctxt "printeroptions|label6"
msgid "Pages"
msgstr "ገጾች"
-#: printmergedialog.ui:12
+#: sw/uiconfig/swriter/ui/printmergedialog.ui:12
msgctxt "printmergedialog|PrintMergeDialog"
msgid "Your document contains address database fields. Do you want to print a form letter?"
msgstr "የ እርስዎ ሰነድ የ አድራሻ ዳታቤዝ ሜዳዎች ይዟል: የ ደብዳቤ ፎርም ማተም ይፈልጋሉ?"
-#: printmonitordialog.ui:7
+#: sw/uiconfig/swriter/ui/printmonitordialog.ui:7
msgctxt "printmonitordialog|PrintMonitorDialog"
msgid "Print monitor"
msgstr "የሚታተመውን መቆጣጠሪያ"
-#: printmonitordialog.ui:52
+#: sw/uiconfig/swriter/ui/printmonitordialog.ui:52
msgctxt "printmonitordialog|alttitle"
msgid "Save-Monitor"
msgstr "መቆጣጠሪያ-ማስቀመጫ"
-#: printmonitordialog.ui:75
+#: sw/uiconfig/swriter/ui/printmonitordialog.ui:75
msgctxt "printmonitordialog|printing"
msgid "is being prepared for printing on"
msgstr "ለማተም በማሰናዳት ላይ ነው በ"
-#: printmonitordialog.ui:87
+#: sw/uiconfig/swriter/ui/printmonitordialog.ui:87
msgctxt "printmonitordialog|saving"
msgid "is being saved to"
msgstr "እየተቀመጠ ነው ወደ"
-#: printoptionspage.ui:37
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:37
msgctxt "printoptionspage|graphics"
msgid "_Images and objects"
msgstr "_ምስሎች እቃዎች"
-#: printoptionspage.ui:54
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:52
msgctxt "printoptionspage|formcontrols"
msgid "Form control_s"
-msgstr "መቆጣጠሪ_ያ መፍጠሪያ"
+msgstr "ፎርም መቆጣጠሪያ_ዎች"
-#: printoptionspage.ui:71
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:67
msgctxt "printoptionspage|background"
msgid "Page ba_ckground"
msgstr "የገጽ መደ_ብ"
-#: printoptionspage.ui:88
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:82
msgctxt "printoptionspage|inblack"
msgid "Print text in blac_k"
msgstr "ጽሁፉን በጥቁ_ር ማተሚያ"
-#: printoptionspage.ui:105
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:97
msgctxt "printoptionspage|hiddentext"
msgid "Hidden te_xt"
msgstr "የተደበቁ ጽሁ_ፎች"
-#: printoptionspage.ui:122
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:112
msgctxt "printoptionspage|textplaceholder"
msgid "Text _placeholder"
msgstr "የጽሁፍ _ቦታ ያዢ"
-#: printoptionspage.ui:145
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:133
msgctxt "printoptionspage|label2"
msgid "Contents"
msgstr "ይዞታዎች"
-#: printoptionspage.ui:179
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:165
msgctxt "printoptionspage|leftpages"
msgid "_Left pages"
msgstr "የ _ግራ ገጾች"
-#: printoptionspage.ui:196
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:180
msgctxt "printoptionspage|rightpages"
msgid "_Right pages"
msgstr "የ _ቀኝ ገጾች"
-#: printoptionspage.ui:213
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:195
msgctxt "printoptionspage|brochure"
msgid "Broch_ure"
msgstr "መግለጫ_ጽሁፍ"
-#: printoptionspage.ui:230
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:210
msgctxt "printoptionspage|rtl"
msgid "Right to Left"
msgstr "ከ ቀኝ ወደ ግራ"
-#: printoptionspage.ui:254
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:232
msgctxt "printoptionspage|label10"
msgid "Pages"
msgstr "ገጾች"
-#: printoptionspage.ui:287
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:263
msgctxt "printoptionspage|none"
msgid "_None"
msgstr "_ምንም"
-#: printoptionspage.ui:305
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:279
msgctxt "printoptionspage|only"
msgid "Comments _only"
msgstr "አስተያየት _ብቻ"
-#: printoptionspage.ui:323
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:295
msgctxt "printoptionspage|end"
msgid "End of docu_ment"
msgstr "የ ሰ_ነዱ መጨረሻ"
-#: printoptionspage.ui:341
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:311
msgctxt "printoptionspage|endpage"
msgid "_End of page"
msgstr "የ ገጽ _መጨረሻ"
-#: printoptionspage.ui:359
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:327
msgctxt "printoptionspage|inmargins"
msgid "In margins"
msgstr "በ መስመሮች ውስጥ"
-#: printoptionspage.ui:383
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:349
msgctxt "printoptionspage|4"
msgid "Comments"
msgstr "አስተያየቶች"
-#: printoptionspage.ui:430
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:394
msgctxt "printoptionspage|label5"
msgid "_Fax"
msgstr "_ፋክስ"
-#: printoptionspage.ui:463
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:421
msgctxt "printoptionspage|blankpages"
msgid "Print _automatically inserted blank pages"
msgstr "የገቡትን ባዶ ገጾች _ራሱ በራሱ ማተሚያ"
-#: printoptionspage.ui:480
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:436
msgctxt "printoptionspage|papertray"
msgid "_Paper tray from printer settings"
msgstr "የ _ወረቀት ትሪ ከ ማተሚያው ማሰናጃ"
-#: printoptionspage.ui:503
+#: sw/uiconfig/swriter/ui/printoptionspage.ui:457
msgctxt "printoptionspage|label1"
msgid "Other"
msgstr "ሌላ"
-#: privateuserpage.ui:28
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:28
msgctxt "privateuserpage|nameft"
msgid "First/last _name/initials:"
msgstr "የ መጀመሪያ/አባት _ስም/መነሻ:"
-#: privateuserpage.ui:42
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:42
msgctxt "privateuserpage|streetft"
msgid "_Street:"
msgstr "_መንገድ:"
-#: privateuserpage.ui:56
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:56
msgctxt "privateuserpage|countryft"
msgid "Co_untry/state:"
msgstr "አ_ገር/ክፍለ ሀገር:"
-#: privateuserpage.ui:70
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:70
msgctxt "privateuserpage|titleft"
msgid "_Title/profession:"
msgstr "_አርእስት/ሞያ:"
-#: privateuserpage.ui:84
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:84
msgctxt "privateuserpage|phoneft"
msgid "Fa_x:"
msgstr "ፋክ_ስ:"
-#: privateuserpage.ui:89
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:89
msgctxt "privateuserpage|phoneft-atkobject"
msgid "Home telephone number"
msgstr "የ ቤት ስልክ ቁጥር"
-#: privateuserpage.ui:103
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:103
msgctxt "privateuserpage|faxft"
msgid "Homepage/e-mail:"
msgstr "ድሕረ ገጽ/ኢ-ሜይል:"
-#: privateuserpage.ui:126
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:125
msgctxt "privateuserpage|firstname-atkobject"
msgid "First name"
msgstr "የ መጀመሪያ ስም"
-#: privateuserpage.ui:144
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:142
msgctxt "privateuserpage|lastname-atkobject"
msgid "Last name"
msgstr "የ አባት ስም"
-#: privateuserpage.ui:162
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:159
msgctxt "privateuserpage|shortname-atkobject"
msgid "Initials"
msgstr "መነሻዎች"
-#: privateuserpage.ui:192
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:188
msgctxt "privateuserpage|title-atkobject"
msgid "Title"
msgstr "አርእስት"
-#: privateuserpage.ui:210
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:205
msgctxt "privateuserpage|job-atkobject"
msgid "Position"
msgstr "ቦታ"
-#: privateuserpage.ui:239
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:233
msgctxt "privateuserpage|fax-atkobject"
msgid "Home telephone number"
msgstr "የ ቤት ስልክ ቁጥር"
-#: privateuserpage.ui:270
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:263
msgctxt "privateuserpage|url-atkobject"
msgid "FAX number"
msgstr "የፋክስ ቁጥር"
-#: privateuserpage.ui:288
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:280
msgctxt "privateuserpage|email-atkobject"
msgid "email address"
msgstr "የ ኢሜይል አድራሻ"
-#: privateuserpage.ui:308
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:300
msgctxt "privateuserpage|eastnameft"
msgid "First/last _name/initials 2:"
msgstr "የ መጀመሪያ/አባት _ስም/መነሻ 2:"
-#: privateuserpage.ui:331
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:322
msgctxt "privateuserpage|firstname2-atkobject"
msgid "Last name"
msgstr "የ አባት ስም"
-#: privateuserpage.ui:349
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:339
msgctxt "privateuserpage|lastname2-atkobject"
msgid "First name"
msgstr "የ መጀመሪያ ስም"
-#: privateuserpage.ui:367
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:356
msgctxt "privateuserpage|shortname2-atkobject"
msgid "Initials"
msgstr "መነሻዎች"
-#: privateuserpage.ui:387
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:376
msgctxt "privateuserpage|icityft"
msgid "_Zip/city:"
msgstr "_ፖሳቁ/ከተማ:"
-#: privateuserpage.ui:410
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:398
msgctxt "privateuserpage|icity-atkobject"
msgid "City"
msgstr "ከተማ"
-#: privateuserpage.ui:428
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:415
msgctxt "privateuserpage|izip-atkobject"
msgid "Zip code"
msgstr "ፖሳቁ"
-#: privateuserpage.ui:510
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:494
msgctxt "privateuserpage|titleft1"
msgid "Phone/mobile:"
msgstr "ስልክ/ተንቀሳቃሽ:"
-#: privateuserpage.ui:534
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:517
msgctxt "privateuserpage|phone-atkobject"
msgid "Title"
msgstr "አርእስት"
-#: privateuserpage.ui:552
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:534
msgctxt "privateuserpage|mobile-atkobject"
msgid "Position"
msgstr "ቦታ"
-#: privateuserpage.ui:575
+#: sw/uiconfig/swriter/ui/privateuserpage.ui:557
msgctxt "privateuserpage|label1"
msgid "Private Data"
msgstr "የ ግል ዳታ"
-#: querycontinuebegindialog.ui:8
+#: sw/uiconfig/swriter/ui/querycontinuebegindialog.ui:7
msgctxt "querycontinuebegindialog|QueryContinueBeginDialog"
msgid "Continue at the beginning?"
msgstr "ከ መጀመሪያው ልጀምር?"
-#: querycontinuebegindialog.ui:14
+#: sw/uiconfig/swriter/ui/querycontinuebegindialog.ui:14
msgctxt "querycontinuebegindialog|QueryContinueBeginDialog"
msgid "Do you want to continue at the beginning?"
msgstr "ከመጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
-#: querycontinuebegindialog.ui:15
+#: sw/uiconfig/swriter/ui/querycontinuebegindialog.ui:15
msgctxt "querycontinuebegindialog|QueryContinueBeginDialog"
msgid "%PRODUCTNAME Writer has searched to the end of the document."
msgstr "%PRODUCTNAME መጻፊያ እስከ ሰነዱ መጨረሻ ድረስ ፈልጎ ጨርሷል"
-#: querycontinueenddialog.ui:8
+#: sw/uiconfig/swriter/ui/querycontinueenddialog.ui:7
msgctxt "querycontinueenddialog|QueryContinueEndDialog"
msgid "Continue at the end?"
msgstr "ከ መጨረሻው መቀጠል ይፈልጋሉ?"
-#: querycontinueenddialog.ui:14
+#: sw/uiconfig/swriter/ui/querycontinueenddialog.ui:14
msgctxt "querycontinueenddialog|QueryContinueEndDialog"
msgid "Do you want to continue at the end?"
msgstr "እስከ መጨረሻ መቀጠል ይፈልጋሉ?"
-#: querycontinueenddialog.ui:15
+#: sw/uiconfig/swriter/ui/querycontinueenddialog.ui:15
msgctxt "querycontinueenddialog|QueryContinueEndDialog"
msgid "%PRODUCTNAME Writer has searched to the beginning of the document."
msgstr "%PRODUCTNAME መጻፊያ እስከ ሰነዱ መጀመሪያ ድረስ ፈልጎ ጨርሷል"
-#: querydefaultcompatdialog.ui:8
+#: sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui:7
msgctxt "querydefaultcompatdialog|QueryDefaultCompatDialog"
msgid "Use as default?"
msgstr "እንደ ነባር ልጠቀም?"
-#: querydefaultcompatdialog.ui:14
+#: sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui:14
msgctxt "querydefaultcompatdialog|QueryDefaultCompatDialog"
msgid "Do you want to change the compatibility options of the default template?"
msgstr "የ ነባሩን ቴምፕሌት ተስማሚነት ምርጫ መቀየር ይፈልጋሉ?"
-#: querydefaultcompatdialog.ui:15
+#: sw/uiconfig/swriter/ui/querydefaultcompatdialog.ui:15
msgctxt "querydefaultcompatdialog|QueryDefaultCompatDialog"
msgid "This will affect all new documents based on the default template."
msgstr "ይህ ሁኔታ በ ሁሉም አዲስ ሰነዶች ላይ ተፅእኖ ይፈጥራል ነባር ቴምፕሌቱን መሰረት ባደረገ"
-#: queryrotateintostandarddialog.ui:8
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:7
+msgctxt "queryredlinedialog|QueryRedlineDialog"
+msgid "Delete this theme?"
+msgstr "ይህን ገጽታ ላጥፋው?"
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:13
+msgctxt "queryredlinedialog|QueryRedlineDialog"
+msgid "AutoCorrect completed."
+msgstr "በራሱ ማረሚያ ጨርሷል"
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:14
+msgctxt "queryredlinedialog|QueryRedlineDialog"
+msgid ""
+"You can accept or reject all changes,\n"
+"or accept or reject particular changes."
+msgstr ""
+"ለውጦቹን መቀበል ወይንም አለመቀበል ይችላሉ \n"
+"ወይንም የ ተወሰኑ ለውጦችን መቀበል ወይንም አለመቀበል ይችላሉ"
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:26
+msgctxt "queryredlinedialog|cancel"
+msgid "Reject All"
+msgstr "ሁሉንም አልቀበልም"
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:39
+msgctxt "queryredlinedialog|ok"
+msgid "Accept All"
+msgstr "ሁሉንም እቀበላለሁ"
+
+#: sw/uiconfig/swriter/ui/queryredlinedialog.ui:55
+msgctxt "queryredlinedialog|edit"
+msgid "Edit Changes"
+msgstr "ለውጦችን ማረሚያ"
+
+#: sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui:7
msgctxt "queryrotateintostandarddialog|QueryRotateIntoStandardOrientationDialog"
msgid "Rotate into standard orientation?"
msgstr "ወደ መደበኛ አቅጣጫ ላዙረው?"
-#: queryrotateintostandarddialog.ui:14
+#: sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui:14
msgctxt "queryrotateintostandarddialog|QueryRotateIntoStandardOrientationDialog"
msgid "This image is rotated. Would you like to rotate it into standard orientation?"
msgstr "ይህ ምስል ዟሯል: ወደ መደበኛ አቅጣጫ ላዙረው?"
-#: querysavelabeldialog.ui:8
+#: sw/uiconfig/swriter/ui/querysavelabeldialog.ui:7
msgctxt "querysavelabeldialog|QuerySaveLabelDialog"
msgid "Save label?"
msgstr "ምልክቱን ላስቀምጥ?"
-#: querysavelabeldialog.ui:14
+#: sw/uiconfig/swriter/ui/querysavelabeldialog.ui:14
msgctxt "querysavelabeldialog|QuerySaveLabelDialog"
msgid "A label named \"%1 / %2\" already exists. Do you want to replace it?"
msgstr "በዚህ ስም ምልክት \"%1 / %2\" ቀደም ሲል ነበር ሊቀይሩት ይፈልጋሉ?"
-#: querysavelabeldialog.ui:15
+#: sw/uiconfig/swriter/ui/querysavelabeldialog.ui:15
msgctxt "querysavelabeldialog|QuerySaveLabelDialog"
msgid "A label already exists with brand \"%1\" and type \"%2\". Replacing it will overwrite its contents."
msgstr "ይህ ምልክት ቀደም ሲል ነበር \"%1\" እና አይነት \"%2\". መቀየር በ ይዞታው ላይ ደርቦ ይጽፍበታል"
-#: queryshowchangesdialog.ui:8
+#: sw/uiconfig/swriter/ui/queryshowchangesdialog.ui:7
msgctxt "queryshowchangesdialog|QueryShowChangesDialog"
msgid "Show changes?"
msgstr "ለውጡን ላሳይ?"
-#: queryshowchangesdialog.ui:14
+#: sw/uiconfig/swriter/ui/queryshowchangesdialog.ui:14
msgctxt "queryshowchangesdialog|QueryShowChangesDialog"
msgid "Do you want to show changes to avoid delays?"
msgstr "ለውጦቹን ማሳየት ይፈልጋሉ ማዘግየትን ለማስወገድ?"
-#: queryshowchangesdialog.ui:15
+#: sw/uiconfig/swriter/ui/queryshowchangesdialog.ui:15
msgctxt "queryshowchangesdialog|QueryShowChangesDialog"
msgid "In the current document, changes are being recorded but not shown as such. In large documents, delays can occur when the document is edited. Showing changes will avoid delays."
msgstr "በ አሁኑ ሰነድ ውስጥ: ለውጦች እየተመዘገቡ ነው ነገር ግን አይታዩም: በ ትልልቅ ሰነዶች ውስጥ መዘግየት ሊፈጠር ይችላል: ሰነድ በሚታረምበት ጊዜ: ለውጦቹን ማሳየት የማዘግያ ጊዜውን ይቀንሰዋል"
-#: readonlymenu.ui:12
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:12
msgctxt "readonlymenu|openurl"
msgid "_Open"
msgstr "_መክፈቻ"
-#: readonlymenu.ui:20
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:20
msgctxt "readonlymenu|opendoc"
msgid "Open in New Window"
msgstr "በ አዲስ መስኮት መክፈቻ"
-#: readonlymenu.ui:28
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:28
msgctxt "readonlymenu|edit"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: readonlymenu.ui:36
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:36
msgctxt "readonlymenu|selection"
msgid "Select Text"
msgstr "ጽሁፍ ይምረጡ"
-#: readonlymenu.ui:44
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:44
msgctxt "readonlymenu|reload"
msgid "Re_load"
msgstr "እንደገና_መጫኛ"
-#: readonlymenu.ui:52
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:52
msgctxt "readonlymenu|reloadframe"
msgid "Reload Frame"
msgstr "ክፈፉን እንደገና መጫኛ"
-#: readonlymenu.ui:60
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:60
msgctxt "readonlymenu|html"
msgid "HT_ML Source"
msgstr "HT_ML Source"
-#: readonlymenu.ui:74
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:74
msgctxt "readonlymenu|backward"
msgid "Backwards"
msgstr "ወደ ኋላ"
-#: readonlymenu.ui:82
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:82
msgctxt "readonlymenu|forward"
msgid "_Forward"
msgstr "_ወደ ፊት"
-#: readonlymenu.ui:96
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:96
msgctxt "readonlymenu|savegraphic"
msgid "Save Image..."
msgstr "ምስል ማስቀመጫ..."
-#: readonlymenu.ui:104
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:104
msgctxt "readonlymenu|graphictogallery"
msgid "Add Image"
msgstr "ምስል መጨመሪያ"
-#: readonlymenu.ui:114
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:114
msgctxt "readonlymenu|graphicaslink"
msgid "As Link"
msgstr "እንደ አገናኝ"
-#: readonlymenu.ui:122
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:122
msgctxt "readonlymenu|graphicascopy"
msgid "Copy"
msgstr "ኮፒ"
-#: readonlymenu.ui:140
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:140
msgctxt "readonlymenu|savebackground"
msgid "Save Background..."
msgstr "መደብ ማስቀመጫ..."
-#: readonlymenu.ui:184
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:184
msgctxt "readonlymenu|copylink"
msgid "Copy _Link"
msgstr "_አገናኝ ኮፒ ማድረጊያ"
-#: readonlymenu.ui:192
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:192
msgctxt "readonlymenu|copygraphic"
msgid "Copy _Image"
msgstr "_ምስል ኮፒ ማድረጊያ"
-#: readonlymenu.ui:206
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:206
msgctxt "readonlymenu|loadgraphic"
msgid "Load Image"
msgstr "ምስል መጫኛ"
-#: readonlymenu.ui:214
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:214
msgctxt "readonlymenu|imagesoff"
msgid "Image Off"
msgstr "ምስሉ ጠፍቷል"
-#: readonlymenu.ui:228
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:228
msgctxt "readonlymenu|fullscreen"
msgid "Leave Full-Screen Mode"
msgstr "ከ ሙሉ-መመልከቻው ዘዴ መውጫ"
-#: readonlymenu.ui:242
+#: sw/uiconfig/swriter/ui/readonlymenu.ui:242
msgctxt "readonlymenu|copy"
msgid "_Copy"
msgstr "_ኮፒ"
-#: renameautotextdialog.ui:8
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:8
msgctxt "renameautotextdialog|RenameAutoTextDialog"
msgid "Rename AutoText"
msgstr "እንደገና መሰየሚያ በራሱ ጽሁፍ"
-#: renameautotextdialog.ui:77
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:77
msgctxt "renameautotextdialog|label2"
msgid "Na_me"
msgstr "ስ_ም"
-#: renameautotextdialog.ui:94
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:94
msgctxt "renameautotextdialog|label3"
msgid "_New"
msgstr "_አዲስ"
-#: renameautotextdialog.ui:159
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:155
msgctxt "renameautotextdialog|label4"
msgid "Short_cut"
msgstr "አቋ_ራጭ"
-#: renameautotextdialog.ui:176
+#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:172
msgctxt "renameautotextdialog|label5"
msgid "_Shortcut"
msgstr "_አቋራጭ"
-#: renameentrydialog.ui:7
+#: sw/uiconfig/swriter/ui/renameentrydialog.ui:7
msgctxt "renameentrydialog|RenameEntryDialog"
msgid "Rename Element"
msgstr "አካሉን እንደገና መሰየሚያ"
-#: renameentrydialog.ui:98
+#: sw/uiconfig/swriter/ui/renameentrydialog.ui:97
msgctxt "renameentrydialog|label1"
msgid "Element Name"
msgstr "የ አካሉ ስም"
-#: renameobjectdialog.ui:8
+#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:9
msgctxt "renameobjectdialog|RenameObjectDialog"
msgid "Rename object: "
msgstr "እቃውን እንደገና መሰየሚያ : "
-#: renameobjectdialog.ui:100
+#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:104
msgctxt "renameobjectdialog|label2"
msgid "New name"
msgstr "አዲስ ስም"
-#: renameobjectdialog.ui:132
+#: sw/uiconfig/swriter/ui/renameobjectdialog.ui:133
msgctxt "renameobjectdialog|label1"
msgid "Change Name"
msgstr "ስም መቀየሪያ"
-#: rowheight.ui:14
+#: sw/uiconfig/swriter/ui/rowheight.ui:15
msgctxt "rowheight|RowHeightDialog"
msgid "Row Height"
msgstr "የ ረድፍ እርዝመት"
-#: rowheight.ui:111
+#: sw/uiconfig/swriter/ui/rowheight.ui:117
msgctxt "rowheight|fit"
msgid "_Fit to size"
msgstr "በመጠኑ _ልክ"
-#: rowheight.ui:133
+#: sw/uiconfig/swriter/ui/rowheight.ui:139
msgctxt "rowheight|label1"
msgid "Height"
msgstr "እርዝመት"
-#: saveashtmldialog.ui:8
+#: sw/uiconfig/swriter/ui/saveashtmldialog.ui:7
msgctxt "saveashtmldialog|SaveAsHTMLDialog"
msgid "Save as HTML?"
msgstr "እንደ HTML ላስቀምጥ?"
-#: saveashtmldialog.ui:14
+#: sw/uiconfig/swriter/ui/saveashtmldialog.ui:14
msgctxt "saveashtmldialog|SaveAsHTMLDialog"
msgid "Would you like to save the document as HTML?"
msgstr "ሰነዱን እንደ HTML ማስቀመጥ ይፈልጋሉ?"
-#: saveashtmldialog.ui:15
+#: sw/uiconfig/swriter/ui/saveashtmldialog.ui:15
msgctxt "saveashtmldialog|SaveAsHTMLDialog"
msgid "The source code can only be displayed if the document is saved in HTML format."
msgstr "የ ኮዱ ምንጭ የሚታየው ሰነዱ በ HTML አቀራረብ ሲቀመጥ ብቻ ነው"
-#: savelabeldialog.ui:7
+#: sw/uiconfig/swriter/ui/savelabeldialog.ui:8
msgctxt "savelabeldialog|SaveLabelDialog"
msgid "Save Label Format"
msgstr "ማስቀመጫ የምልክት አቀራረብ"
-#: savelabeldialog.ui:95
+#: sw/uiconfig/swriter/ui/savelabeldialog.ui:99
msgctxt "savelabeldialog|label2"
msgid "Brand"
msgstr "አይነት"
-#: savelabeldialog.ui:110
+#: sw/uiconfig/swriter/ui/savelabeldialog.ui:112
msgctxt "savelabeldialog|label3"
msgid "T_ype"
msgstr "አ_ይነት"
-#: savelabeldialog.ui:163
+#: sw/uiconfig/swriter/ui/savelabeldialog.ui:157
msgctxt "savelabeldialog|label1"
msgid "Options"
msgstr "ምርጫዎች"
-#: sectionpage.ui:51
+#: sw/uiconfig/swriter/ui/sectionpage.ui:51
msgctxt "sectionpage|label4"
msgid "New Section"
msgstr "አዲስ ክፍል"
-#: sectionpage.ui:92
+#: sw/uiconfig/swriter/ui/sectionpage.ui:92
msgctxt "sectionpage|link"
msgid "_Link"
msgstr "_አገናኝ"
-#: sectionpage.ui:108
+#: sw/uiconfig/swriter/ui/sectionpage.ui:108
msgctxt "sectionpage|dde"
msgid "DD_E"
msgstr "DD_E"
-#: sectionpage.ui:129
+#: sw/uiconfig/swriter/ui/sectionpage.ui:129
msgctxt "sectionpage|sectionlabel"
msgid "_Section"
msgstr "_ክፍል"
-#: sectionpage.ui:182
+#: sw/uiconfig/swriter/ui/sectionpage.ui:181
msgctxt "sectionpage|filelabel"
msgid "_File name"
msgstr "የ _ፋይል ስም"
-#: sectionpage.ui:197
+#: sw/uiconfig/swriter/ui/sectionpage.ui:196
msgctxt "sectionpage|ddelabel"
msgid "DDE _command"
msgstr "DDE _Command"
-#: sectionpage.ui:215
+#: sw/uiconfig/swriter/ui/sectionpage.ui:214
msgctxt "sectionpage|selectfile"
msgid "Browse..."
msgstr "መቃኛ..."
-#: sectionpage.ui:238
+#: sw/uiconfig/swriter/ui/sectionpage.ui:237
msgctxt "sectionpage|label1"
msgid "Link"
msgstr "አገናኝ"
-#: sectionpage.ui:273
+#: sw/uiconfig/swriter/ui/sectionpage.ui:272
msgctxt "sectionpage|protect"
msgid "_Protect"
msgstr "_የተጠበቀ"
-#: sectionpage.ui:289
+#: sw/uiconfig/swriter/ui/sectionpage.ui:288
msgctxt "sectionpage|selectpassword"
msgid "Password..."
msgstr "የመግቢያ ቃል..."
-#: sectionpage.ui:302
+#: sw/uiconfig/swriter/ui/sectionpage.ui:301
msgctxt "sectionpage|withpassword"
msgid "Wit_h password"
msgstr "በ_ መግቢያ ቃል"
-#: sectionpage.ui:325
+#: sw/uiconfig/swriter/ui/sectionpage.ui:324
msgctxt "sectionpage|label2"
msgid "Write Protection"
msgstr "መጻፍ የተከለከለ"
-#: sectionpage.ui:373
+#: sw/uiconfig/swriter/ui/sectionpage.ui:372
msgctxt "sectionpage|hide"
msgid "H_ide"
msgstr "መ_ደበቂያ"
-#: sectionpage.ui:393
+#: sw/uiconfig/swriter/ui/sectionpage.ui:392
msgctxt "sectionpage|condlabel"
msgid "_With Condition"
msgstr "ከሁኔታዎች _ጋር"
-#: sectionpage.ui:410
+#: sw/uiconfig/swriter/ui/sectionpage.ui:409
msgctxt "sectionpage|label3"
msgid "Hide"
msgstr "መደበቂያ"
-#: sectionpage.ui:438
+#: sw/uiconfig/swriter/ui/sectionpage.ui:437
msgctxt "sectionpage|editable"
msgid "E_ditable in read-only document"
msgstr "ሊ_ታረም የሚችል ሰነድ በንባብ-ዘዴ ብቻ"
-#: sectionpage.ui:453
+#: sw/uiconfig/swriter/ui/sectionpage.ui:452
msgctxt "sectionpage|label5"
msgid "Properties"
msgstr "ባህሪዎች"
-#: selectaddressdialog.ui:9
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:9
msgctxt "selectaddressdialog|SelectAddressDialog"
msgid "Select Address List"
msgstr "የአድራሻ ዝርዝር ይምረጡ"
-#: selectaddressdialog.ui:86
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:86
msgctxt "selectaddressdialog|desc"
msgid "Select an address list. Click '%1' to select recipients from a different list. If you do not have an address list you can create one by clicking '%2'."
msgstr "ከአድራሻ ዝርዝር መርጠው ይጫኑ '%1' ተቀባዩን ከተለየ ዝርዝር ውስጥ ለመምረጥ: የአድራሻ ዝርዝር ከሌለዎት ይህን በመጫን መፍጠር ይችላሉ '%2'."
-#: selectaddressdialog.ui:108
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:108
msgctxt "selectaddressdialog|label2"
msgid "Your recipients are currently selected from:"
msgstr "የ እርስዎ ተቀባዮች የተመረጡት ከ:"
-#: selectaddressdialog.ui:125
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:125
msgctxt "selectaddressdialog|add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
-#: selectaddressdialog.ui:139
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:139
msgctxt "selectaddressdialog|create"
msgid "_Create..."
msgstr "_መፍጠሪያ..."
-#: selectaddressdialog.ui:153
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:153
msgctxt "selectaddressdialog|filter"
msgid "_Filter..."
msgstr "_ማጣሪያ..."
-#: selectaddressdialog.ui:167
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:167
msgctxt "selectaddressdialog|edit"
msgid "_Edit..."
msgstr "_ማረሚያ..."
-#: selectaddressdialog.ui:181
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:181
msgctxt "selectaddressdialog|changetable"
msgid "Change _Table..."
msgstr "_ሰንጠረዥ መቀየሪያ..."
-#: selectaddressdialog.ui:225
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:225
msgctxt "selectaddressdialog|name"
msgid "Name"
msgstr "ስም"
-#: selectaddressdialog.ui:236
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:236
msgctxt "selectaddressdialog|table"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: selectaddressdialog.ui:253
+#: sw/uiconfig/swriter/ui/selectaddressdialog.ui:253
msgctxt "selectaddressdialog|connecting"
msgid "Connecting to data source..."
msgstr "ወደ ዳት ምንጭ በመገናኘት ላይ..."
-#: selectautotextdialog.ui:7
+#: sw/uiconfig/swriter/ui/selectautotextdialog.ui:16
msgctxt "selectautotextdialog|SelectAutoTextDialog"
msgid "Select AutoText:"
msgstr "በራሱ ጽሁፍ ይምረጡ:"
-#: selectautotextdialog.ui:101
+#: sw/uiconfig/swriter/ui/selectautotextdialog.ui:137
msgctxt "selectautotextdialog|label1"
msgid "AutoText - Group"
msgstr "በራሱ ጽሁፍ - ቡድን"
-#: selectblockdialog.ui:9
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:9
msgctxt "selectblockdialog|SelectBlockDialog"
msgid "Select Address Block"
msgstr "ይምረጡ የ አድራሻ መከልከያ"
-#: selectblockdialog.ui:90
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:90
msgctxt "selectblockdialog|new"
msgid "_New..."
msgstr "_አዲስ..."
-#: selectblockdialog.ui:104
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:104
msgctxt "selectblockdialog|edit"
msgid "_Edit..."
msgstr "_ማረሚያ..."
-#: selectblockdialog.ui:118
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:118
msgctxt "selectblockdialog|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: selectblockdialog.ui:142
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:142
msgctxt "selectblockdialog|label1"
msgid "_Select your preferred address block"
msgstr "እርስዎ የሚመርጡትን የ አድራሻ መከልከያ _ይምረጡ"
-#: selectblockdialog.ui:171
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:171
msgctxt "selectblockdialog|never"
msgid "N_ever include the country/region"
msgstr "አገር/አካባቢ በ_ፍጹም አታካትት"
-#: selectblockdialog.ui:187
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:187
msgctxt "selectblockdialog|always"
msgid "_Always include the country/region"
msgstr "አገር/አካባቢ _ሁልጊዜ አካትት"
-#: selectblockdialog.ui:203
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:203
msgctxt "selectblockdialog|dependent"
msgid "Only _include the country/region if it is not:"
msgstr "ከሌለ አገር/አካባቢ ብቻ _መጨመሪያ:"
-#: selectblockdialog.ui:245
+#: sw/uiconfig/swriter/ui/selectblockdialog.ui:244
msgctxt "selectblockdialog|label2"
msgid "Address Block Settings"
msgstr "የ አድራሻ መከልከያ ማሰናጃዎች"
-#: selectindexdialog.ui:8
+#: sw/uiconfig/swriter/ui/selectindexdialog.ui:16
msgctxt "selectindexdialog|SelectIndexDialog"
msgid "Index Markings"
msgstr "ማውጫ ምልክት ማድረጊያ"
-#: selectindexdialog.ui:116
+#: sw/uiconfig/swriter/ui/selectindexdialog.ui:150
msgctxt "selectindexdialog|label1"
msgid "Selection"
msgstr "ምርጫዎች"
-#: selecttabledialog.ui:9
+#: sw/uiconfig/swriter/ui/selecttabledialog.ui:9
msgctxt "selecttabledialog|SelectTableDialog"
msgid "Select Table"
msgstr "ሰንጠረዥ ይምረጡ"
-#: selecttabledialog.ui:91
+#: sw/uiconfig/swriter/ui/selecttabledialog.ui:91
msgctxt "selecttabledialog|select"
msgid "The file you have selected contains more than one table. Please select the table containing the address list you want to use."
msgstr "የመረጡት ፋይል በውስጡ ከአንድ በላይ ሰንጠረዥ አለው: እባክዎን መጠቀም የሚፈልጉትን አድራሻ የያዘውን ሰንጠረዥ ይምረጡ"
-#: selecttabledialog.ui:127
+#: sw/uiconfig/swriter/ui/selecttabledialog.ui:127
msgctxt "selecttabledialog|preview"
msgid "_Preview"
msgstr "_ቅድመ እይታ"
-#: sidebarpage.ui:31
+#: sw/uiconfig/swriter/ui/sidebarpage.ui:31
msgctxt "sidebarpage|orientation|tooltip_text"
msgid "Orientation"
msgstr "አቅጣጫ"
-#: sidebarpage.ui:57
+#: sw/uiconfig/swriter/ui/sidebarpage.ui:57
msgctxt "sidebarpage|size|tooltip_text"
msgid "Size"
msgstr "መጠን"
-#: sidebarpage.ui:85
+#: sw/uiconfig/swriter/ui/sidebarpage.ui:85
msgctxt "sidebarpage|column|tooltip_text"
msgid "Columns"
msgstr "አምዶች"
-#: sidebarpage.ui:112
+#: sw/uiconfig/swriter/ui/sidebarpage.ui:112
msgctxt "sidebarpage|margin|tooltip_text"
msgid "Margin"
msgstr "መስመር"
-#: sidebartheme.ui:27
+#: sw/uiconfig/swriter/ui/sidebartheme.ui:27
msgctxt "sidebartheme|label1"
msgid "Fonts"
msgstr "ፊደሎች"
-#: sidebartheme.ui:53
+#: sw/uiconfig/swriter/ui/sidebartheme.ui:53
msgctxt "sidebartheme|label2"
msgid "Colors"
msgstr "ቀለሞች"
-#: sidebarwrap.ui:29
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:30
msgctxt "sidebarwrap|buttonnone|tooltip_text"
msgid "None"
msgstr "ምንም"
-#: sidebarwrap.ui:36
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:37
msgctxt "sidebarwrap|buttonnone-atkobject"
msgid "None"
msgstr "ምንም"
-#: sidebarwrap.ui:52
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:54
msgctxt "sidebarwrap|buttonparallel|tooltip_text"
msgid "Parallel"
msgstr "አጓዳኝ"
-#: sidebarwrap.ui:59
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:61
msgctxt "sidebarwrap|buttonparallel-atkobject"
msgid "Parallel"
msgstr "አጓዳኝ"
-#: sidebarwrap.ui:75
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:78
msgctxt "sidebarwrap|buttonoptimal|tooltip_text"
msgid "Optimal"
msgstr "አጥጋቢ"
-#: sidebarwrap.ui:82
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:85
msgctxt "sidebarwrap|buttonoptimal-atkobject"
msgid "Optimal"
msgstr "አጥጋቢ"
-#: sidebarwrap.ui:98
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:102
msgctxt "sidebarwrap|buttonbefore|tooltip_text"
msgid "Before"
msgstr "በፊት"
-#: sidebarwrap.ui:105
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:109
msgctxt "sidebarwrap|buttonbefore-atkobject"
msgid "Before"
msgstr "በፊት"
-#: sidebarwrap.ui:121
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:126
msgctxt "sidebarwrap|buttonafter|tooltip_text"
msgid "After"
msgstr "በኋላ"
-#: sidebarwrap.ui:128
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:133
msgctxt "sidebarwrap|buttonafter-atkobject"
msgid "After"
msgstr "በኋላ"
-#: sidebarwrap.ui:144
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:150
msgctxt "sidebarwrap|buttonthrough|tooltip_text"
msgid "Through"
msgstr "በሙሉ"
-#: sidebarwrap.ui:151
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:157
msgctxt "sidebarwrap|buttonthrough-atkobject"
msgid "Through"
msgstr "በሙሉ"
-#: sidebarwrap.ui:175
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:181
msgctxt "sidebarwrap|enablecontour"
msgid "Enable Contour"
msgstr "ቅርጽ ማስቻያ"
-#: sidebarwrap.ui:179
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:186
msgctxt "sidebarwrap|enablecontour|tooltip_text"
msgid "Click to automatically trim unnecessary parts of the image"
msgstr "ይጫኑ ራሱ በራሱ የማያስፈልግ የ ምስል አካል እንዲከረክም"
-#: sidebarwrap.ui:191
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:198
msgctxt "sidebarwrap|editcontour"
msgid "Edit Contour"
msgstr "ቅርጽ ማረሚያ"
-#: sidebarwrap.ui:195
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:202
msgctxt "sidebarwrap|editcontour|tooltip_text"
msgid "Edit the trimmed area of the image"
msgstr "የ ተከረከመውን የ ምስል ቦታ ማረሚያ"
-#: sidebarwrap.ui:219
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:226
msgctxt "sidebarwrap|label1"
msgid "Spacing:"
msgstr "ክፍተት:"
-#: sidebarwrap.ui:231
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:238
msgctxt "sidebarwrap|spacingLB|tooltip_text"
msgid "Set the amount of space between the image and surrounding text"
msgstr "በ ጽሁፉ እና በ ምስል ዙሪያ እንዲኖር የሚፈልጉትን ክፍተት ማሰናጃ"
-#: sidebarwrap.ui:249
+#: sw/uiconfig/swriter/ui/sidebarwrap.ui:256
msgctxt "sidebarwrap|customlabel"
msgid "Custom"
msgstr "ማስተካከያ"
-#: sortdialog.ui:16
+#: sw/uiconfig/swriter/ui/sortdialog.ui:29
msgctxt "sortdialog|SortDialog"
msgid "Sort"
msgstr "መለያ"
-#: sortdialog.ui:111
+#: sw/uiconfig/swriter/ui/sortdialog.ui:127
msgctxt "sortdialog|column"
msgid "Column"
msgstr "አምድ"
-#: sortdialog.ui:127
+#: sw/uiconfig/swriter/ui/sortdialog.ui:143
msgctxt "sortdialog|keytype"
msgid "Key type"
msgstr "የቁልፍ አይነት"
-#: sortdialog.ui:143
+#: sw/uiconfig/swriter/ui/sortdialog.ui:159
msgctxt "sortdialog|order"
msgid "Order"
msgstr "ትእዛዞች"
-#: sortdialog.ui:157
+#: sw/uiconfig/swriter/ui/sortdialog.ui:173
msgctxt "sortdialog|up1"
msgid "Ascending"
msgstr "እየጨመረ የሚሄድ"
-#: sortdialog.ui:177
+#: sw/uiconfig/swriter/ui/sortdialog.ui:192
msgctxt "sortdialog|down1"
msgid "Descending"
msgstr "እየቀነሰ የሚሄድ"
-#: sortdialog.ui:207
+#: sw/uiconfig/swriter/ui/sortdialog.ui:223
msgctxt "sortdialog|up2"
msgid "Ascending"
msgstr "እየጨመረ የሚሄድ"
-#: sortdialog.ui:226
+#: sw/uiconfig/swriter/ui/sortdialog.ui:242
msgctxt "sortdialog|down2"
msgid "Descending"
msgstr "እየቀነሰ የሚሄድ"
-#: sortdialog.ui:256
+#: sw/uiconfig/swriter/ui/sortdialog.ui:273
msgctxt "sortdialog|up3"
msgid "Ascending"
msgstr "እየጨመረ የሚሄድ"
-#: sortdialog.ui:275
+#: sw/uiconfig/swriter/ui/sortdialog.ui:292
msgctxt "sortdialog|down3"
msgid "Descending"
msgstr "እየቀነሰ የሚሄድ"
-#: sortdialog.ui:300
+#: sw/uiconfig/swriter/ui/sortdialog.ui:318
msgctxt "sortdialog|key1"
msgid "Key 1"
msgstr "ቁልፍ 1"
-#: sortdialog.ui:316
+#: sw/uiconfig/swriter/ui/sortdialog.ui:335
msgctxt "sortdialog|key2"
msgid "Key 2"
msgstr "ቁልፍ 2"
-#: sortdialog.ui:331
+#: sw/uiconfig/swriter/ui/sortdialog.ui:351
msgctxt "sortdialog|key3"
msgid "Key 3"
msgstr "ቁልፍ 3"
-#: sortdialog.ui:408
+#: sw/uiconfig/swriter/ui/sortdialog.ui:428
msgctxt "sortdialog|typelb1-atkobject"
msgid "Key type"
msgstr "የ ቁልፍ አይነት"
-#: sortdialog.ui:431
+#: sw/uiconfig/swriter/ui/sortdialog.ui:450
msgctxt "sortdialog|typelb2-atkobject"
msgid "Key type"
msgstr "የ ቁልፍ አይነት"
-#: sortdialog.ui:452
+#: sw/uiconfig/swriter/ui/sortdialog.ui:471
msgctxt "sortdialog|typelb3-atkobject"
msgid "Key type"
msgstr "የ ቁልፍ አይነት"
-#: sortdialog.ui:472
+#: sw/uiconfig/swriter/ui/sortdialog.ui:491
msgctxt "sortdialog|1"
msgid "Sort Criteria"
msgstr "መለያ መመዘኛ"
-#: sortdialog.ui:512
+#: sw/uiconfig/swriter/ui/sortdialog.ui:531
msgctxt "sortdialog|columns"
msgid "Columns"
msgstr "አምዶች"
-#: sortdialog.ui:528
+#: sw/uiconfig/swriter/ui/sortdialog.ui:547
msgctxt "sortdialog|rows"
msgid "Rows"
msgstr "ረድፎች"
-#: sortdialog.ui:550
+#: sw/uiconfig/swriter/ui/sortdialog.ui:569
msgctxt "sortdialog|label3"
msgid "Direction"
msgstr "አቅጣጫ"
-#: sortdialog.ui:583
+#: sw/uiconfig/swriter/ui/sortdialog.ui:602
msgctxt "sortdialog|tabs"
msgid "Tabs"
msgstr "ማስረጊያ"
-#: sortdialog.ui:600
+#: sw/uiconfig/swriter/ui/sortdialog.ui:619
msgctxt "sortdialog|character"
msgid "Character "
msgstr "ባህሪ "
-#: sortdialog.ui:641
+#: sw/uiconfig/swriter/ui/sortdialog.ui:662
msgctxt "sortdialog|delimpb"
msgid "Select..."
msgstr "ይምረጡ..."
-#: sortdialog.ui:669
+#: sw/uiconfig/swriter/ui/sortdialog.ui:690
msgctxt "sortdialog|label4"
msgid "Separator"
msgstr "መለያያ"
-#: sortdialog.ui:719
+#: sw/uiconfig/swriter/ui/sortdialog.ui:746
msgctxt "sortdialog|label1"
msgid "Language"
msgstr "ቋንቋ"
-#: sortdialog.ui:745
+#: sw/uiconfig/swriter/ui/sortdialog.ui:772
msgctxt "sortdialog|matchcase"
msgid "Match case"
msgstr "ጉዳዩን ማመሳሰያ"
-#: sortdialog.ui:759
+#: sw/uiconfig/swriter/ui/sortdialog.ui:787
msgctxt "sortdialog|label2"
msgid "Setting"
msgstr "ማሰናጃ"
-#: spellmenu.ui:12
+#: sw/uiconfig/swriter/ui/spellmenu.ui:12
msgctxt "spellmenu|ignoreall"
msgid "I_gnore All"
msgstr "ሁሉንም መ_ተው"
-#: spellmenu.ui:20
+#: sw/uiconfig/swriter/ui/spellmenu.ui:20
msgctxt "spellmenu|addmenu"
msgid "_Add to Dictionary"
msgstr "ወደ መዝገበ ቃላት _መጨመሪያ"
-#: spellmenu.ui:34
+#: sw/uiconfig/swriter/ui/spellmenu.ui:34
msgctxt "spellmenu|add"
msgid "_Add to Dictionary"
msgstr "ወደ መዝገበ ቃላት _መጨመሪያ"
-#: spellmenu.ui:55
+#: sw/uiconfig/swriter/ui/spellmenu.ui:55
msgctxt "spellmenu|correctmenu"
msgid "Always correct _to"
msgstr "ሁል ጊዜ ማረሚያ _ወደ"
-#: spellmenu.ui:81
+#: sw/uiconfig/swriter/ui/spellmenu.ui:81
msgctxt "spellmenu|langselection"
msgid "Set Language for Selection"
msgstr "የ ቋንቋ ምርጫ ማሰናጃ"
-#: spellmenu.ui:94
+#: sw/uiconfig/swriter/ui/spellmenu.ui:94
msgctxt "spellmenu|langpara"
msgid "Set Language for Paragraph"
msgstr "ለ ምዕራፍ ቋንቋ ማሰናጃ"
-#: spellmenu.ui:113
+#: sw/uiconfig/swriter/ui/spellmenu.ui:113
msgctxt "spellmenu|accept"
msgid "Accept Change"
msgstr "ለውጡን እቀበላለሁ"
-#: spellmenu.ui:121
+#: sw/uiconfig/swriter/ui/spellmenu.ui:121
msgctxt "spellmenu|reject"
msgid "Reject Change"
msgstr "ለውጡን አልቀበልም"
-#: spellmenu.ui:129
+#: sw/uiconfig/swriter/ui/spellmenu.ui:129
msgctxt "spellmenu|next"
msgid "Next Change"
msgstr "የሚቀጥለው ለውጥ"
-#: spellmenu.ui:137
+#: sw/uiconfig/swriter/ui/spellmenu.ui:137
msgctxt "spellmenu|prev"
msgid "Previous Change"
msgstr "ቀደም ያለው ለውጥ"
-#: splittable.ui:7
+#: sw/uiconfig/swriter/ui/splittable.ui:8
msgctxt "splittable|SplitTableDialog"
msgid "Split Table"
msgstr "ሰንጠረዥ መክፈያ"
-#: splittable.ui:89
+#: sw/uiconfig/swriter/ui/splittable.ui:94
msgctxt "splittable|copyheading"
msgid "Copy heading"
msgstr "ራስጌ ኮፒ ማድረጊያ"
-#: splittable.ui:108
+#: sw/uiconfig/swriter/ui/splittable.ui:111
msgctxt "splittable|customheadingapplystyle"
msgid "Custom heading (apply Style)"
msgstr "ራስጌ ማስተካከያ (መፈጸሚያ ዘዴ)"
-#: splittable.ui:125
+#: sw/uiconfig/swriter/ui/splittable.ui:127
msgctxt "splittable|customheading"
msgid "Custom heading"
msgstr "ራስጌ ማስተካከያ"
-#: splittable.ui:142
+#: sw/uiconfig/swriter/ui/splittable.ui:143
msgctxt "splittable|noheading"
msgid "No heading"
msgstr "ራስጌ የለም"
-#: splittable.ui:165
+#: sw/uiconfig/swriter/ui/splittable.ui:165
msgctxt "splittable|label1"
msgid "Mode"
msgstr "ዘዴ"
-#: statisticsinfopage.ui:16
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:16
msgctxt "statisticsinfopage|label4"
msgid "Pages:"
msgstr "ገጾች:"
-#: statisticsinfopage.ui:30
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:30
msgctxt "statisticsinfopage|label5"
msgid "Tables:"
msgstr "ሰንጠረዦች:"
-#: statisticsinfopage.ui:44
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:44
msgctxt "statisticsinfopage|label6"
msgid "Images:"
msgstr "ምስሎች:"
-#: statisticsinfopage.ui:58
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:58
msgctxt "statisticsinfopage|label31"
msgid "OLE objects:"
msgstr "የ OLE እቃዎች:"
-#: statisticsinfopage.ui:72
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:72
msgctxt "statisticsinfopage|label32"
msgid "Paragraphs:"
msgstr "አንቀጾች:"
-#: statisticsinfopage.ui:86
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:86
msgctxt "statisticsinfopage|label33"
msgid "Words:"
msgstr "ቃላቶች:"
-#: statisticsinfopage.ui:100
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:100
msgctxt "statisticsinfopage|label34"
msgid "Characters:"
msgstr "ባህሪዎች:"
-#: statisticsinfopage.ui:114
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:114
msgctxt "statisticsinfopage|label35"
msgid "Characters excluding spaces:"
msgstr "ባህሪዎች ክፍተቶችን አያካትትም:"
-#: statisticsinfopage.ui:128
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:128
msgctxt "statisticsinfopage|lineft"
msgid "Lines:"
msgstr "መስመሮች:"
-#: statisticsinfopage.ui:248
+#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:248
msgctxt "statisticsinfopage|update"
msgid "Update"
msgstr "ማሻሻያ"
-#: stringinput.ui:70
+#: sw/uiconfig/swriter/ui/stringinput.ui:73
msgctxt "stringinput|name"
msgid "Name"
msgstr "ስም"
-#: subjectdialog.ui:6
+#: sw/uiconfig/swriter/ui/subjectdialog.ui:7
+msgctxt "subjectdialog|SubjectDialog"
+msgid "No Subject"
+msgstr "ጉዳይ የለም"
+
+#: sw/uiconfig/swriter/ui/subjectdialog.ui:12
msgctxt "subjectdialog|textbuffer1"
msgid "You did not specify a subject for this message."
msgstr "ለዚህ መልእክት ጉዳዩን አልገለጹም"
-#: subjectdialog.ui:9
+#: sw/uiconfig/swriter/ui/subjectdialog.ui:13
msgctxt "subjectdialog|textbuffer2"
msgid "If you would like to provide one, please type it now."
msgstr "አዲስ ስም ለመስጠት እባክዎን አሁን ይጻፉ"
-#: subjectdialog.ui:14
-msgctxt "subjectdialog|SubjectDialog"
-msgid "No Subject"
-msgstr "ጉዳይ የለም"
-
-#: subjectdialog.ui:138
+#: sw/uiconfig/swriter/ui/subjectdialog.ui:82
msgctxt "subjectdialog|label1"
msgid "Subject:"
msgstr "ጉዳይ:"
-#: tablecolumnpage.ui:36
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:36
msgctxt "tablecolumnpage|adaptwidth"
msgid "Adapt table _width"
msgstr "የሰንጠረዥ _ስፋት ማስማሚያ"
-#: tablecolumnpage.ui:51
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:51
msgctxt "tablecolumnpage|adaptcolumns"
msgid "Ad_just columns proportionally"
msgstr "የአምዶችን ተመጣጣኝነት ማስ_ተካከያ"
-#: tablecolumnpage.ui:73
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:73
msgctxt "tablecolumnpage|spaceft"
msgid "Remaining space:"
msgstr "ቀሪው ቦታ:"
-#: tablecolumnpage.ui:134
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:132
msgctxt "tablecolumnpage|width2-atkobject"
msgid "Column 2 Width"
msgstr "አምድ 2 ስፋት"
-#: tablecolumnpage.ui:155
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:152
msgctxt "tablecolumnpage|width3-atkobject"
msgid "Column 3 Width"
msgstr "አምድ 3 ስፋት"
-#: tablecolumnpage.ui:176
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:172
msgctxt "tablecolumnpage|width4-atkobject"
msgid "Column 4 Width"
msgstr "አምድ 4 ስፋት"
-#: tablecolumnpage.ui:197
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:192
msgctxt "tablecolumnpage|width5-atkobject"
msgid "Column 5 Width"
msgstr "አምድ 5 ስፋት"
-#: tablecolumnpage.ui:218
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:212
msgctxt "tablecolumnpage|width6-atkobject"
msgid "Column 6 Width"
msgstr "አምድ 6 ስፋት"
-#: tablecolumnpage.ui:324
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:317
msgctxt "tablecolumnpage|width1-atkobject"
msgid "Column 1 Width"
msgstr "አምድ 1 ስፋት"
-#: tablecolumnpage.ui:370
+#: sw/uiconfig/swriter/ui/tablecolumnpage.ui:363
msgctxt "tablecolumnpage|label26"
msgid "Column Width"
msgstr "የ አምድ ስፋት"
-#: tablepreviewdialog.ui:8
+#: sw/uiconfig/swriter/ui/tablepreviewdialog.ui:8
msgctxt "tablepreviewdialog|TablePreviewDialog"
msgid "Mail Merge Recipients"
msgstr "የ ደብዳቤ ማዋሀጃ ተቀባዮች"
-#: tablepreviewdialog.ui:51
+#: sw/uiconfig/swriter/ui/tablepreviewdialog.ui:51
msgctxt "tablepreviewdialog|description"
msgid "The list below shows the contents of: %1"
msgstr "ከ ታች ያለው ዝርዝር ይዞታውን ያሳያል ከ: %1"
-#: tableproperties.ui:8
+#: sw/uiconfig/swriter/ui/tableproperties.ui:8
msgctxt "tableproperties|TablePropertiesDialog"
msgid "Table Properties"
msgstr "የ ሰንጠረዥ ባህሪዎች"
-#: tableproperties.ui:106
+#: sw/uiconfig/swriter/ui/tableproperties.ui:106
msgctxt "tableproperties|table"
msgid "Table"
msgstr "ሰንጠረዥ"
-#: tableproperties.ui:128
+#: sw/uiconfig/swriter/ui/tableproperties.ui:128
msgctxt "tableproperties|textflow"
msgid "Text Flow"
msgstr "የ ጽሁፍ ፍሰት"
-#: tableproperties.ui:151
+#: sw/uiconfig/swriter/ui/tableproperties.ui:151
msgctxt "tableproperties|columns"
msgid "Columns"
msgstr "አምዶች"
-#: tableproperties.ui:174
+#: sw/uiconfig/swriter/ui/tableproperties.ui:174
msgctxt "tableproperties|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: tableproperties.ui:197
+#: sw/uiconfig/swriter/ui/tableproperties.ui:197
msgctxt "tableproperties|background"
msgid "Background"
msgstr "መደብ"
-#: tabletextflowpage.ui:25
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:25
msgctxt "tabletextflowpage|liststore1"
msgid "Horizontal"
msgstr "በ አግድም"
-#: tabletextflowpage.ui:29
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:29
msgctxt "tabletextflowpage|liststore1"
msgid "Vertical"
msgstr "በ ቁመት"
-#: tabletextflowpage.ui:33
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:33
msgctxt "tabletextflowpage|liststore1"
msgid "Use superordinate object settings"
msgstr "ከፍተኛ የ እቃ ማሰናጃዎች መጠቀሚያ"
-#: tabletextflowpage.ui:47
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:47
msgctxt "tabletextflowpage|liststore2"
msgid "Top"
msgstr "ከ ላይ"
-#: tabletextflowpage.ui:51
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:51
msgctxt "tabletextflowpage|liststore2"
msgid "Centered"
msgstr "መሀከል"
-#: tabletextflowpage.ui:55
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:55
msgctxt "tabletextflowpage|liststore2"
msgid "Bottom"
msgstr "ከ ታች"
-#: tabletextflowpage.ui:97
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:97
msgctxt "tabletextflowpage|break"
msgid "_Break"
msgstr "_መጨረሻ"
-#: tabletextflowpage.ui:112
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:112
msgctxt "tabletextflowpage|page"
msgid "_Page"
msgstr "_ገጽ"
-#: tabletextflowpage.ui:132
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:132
msgctxt "tabletextflowpage|column"
msgid "Col_umn"
msgstr "አም_ድ"
-#: tabletextflowpage.ui:151
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:151
msgctxt "tabletextflowpage|before"
msgid "Be_fore"
msgstr "በፊ_ት"
-#: tabletextflowpage.ui:171
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:171
msgctxt "tabletextflowpage|after"
msgid "_After"
msgstr "_በኋላ"
-#: tabletextflowpage.ui:203
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:203
msgctxt "tabletextflowpage|pagestyle"
msgid "With Page St_yle"
msgstr "ከገጽ ዘዴ_ዎች ጋር"
-#: tabletextflowpage.ui:224
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:224
msgctxt "tabletextflowpage|pagenoft"
msgid "Page _number"
msgstr "የ ገጽ _ቁጥር"
-#: tabletextflowpage.ui:258
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:257
msgctxt "tabletextflowpage|pagestylelb-atkobject"
msgid "With Page Style"
msgstr "ከ ገጽ ዘዴ ጋር"
-#: tabletextflowpage.ui:275
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:274
msgctxt "tabletextflowpage|split"
msgid "Allow _table to split across pages and columns"
msgstr "_ሰንጠረዦች በገጾች እና አምዶች ባሻገር እንዲከፈሉ መፍቀጃ"
-#: tabletextflowpage.ui:290
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:289
msgctxt "tabletextflowpage|splitrow"
msgid "Allow row to break a_cross pages and columns"
msgstr "ረድፍ በገጾች እና አምዶች ባ_ሻገር እንዲከፈሉ መፍቀጃ"
-#: tabletextflowpage.ui:307
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:306
msgctxt "tabletextflowpage|keep"
msgid "_Keep with next paragraph"
msgstr "ከሚቀጥለው አንቀጽ ጋር _አስቀምጥ"
-#: tabletextflowpage.ui:329
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:328
msgctxt "tabletextflowpage|label40"
msgid "Text _orientation"
msgstr "የ ጽሁፍ _አቅጣጫ"
-#: tabletextflowpage.ui:362
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:361
msgctxt "tabletextflowpage|headline"
msgid "R_epeat heading"
msgstr "ራስጌ መ_ድገሚያ"
-#: tabletextflowpage.ui:384
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:383
msgctxt "tabletextflowpage|label38"
msgid "The first "
msgstr "መጀመሪያው "
-#: tabletextflowpage.ui:397
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:396
msgctxt "tabletextflowpage|label39"
msgid "rows"
msgstr "ረድፎች"
-#: tabletextflowpage.ui:436
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:434
msgctxt "tabletextflowpage|label35"
msgid "Text Flow"
msgstr "የ ጽሁፍ ፍሰት"
-#: tabletextflowpage.ui:469
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:467
msgctxt "tabletextflowpage|label41"
msgid "_Vertical alignment"
msgstr "በ _ቁመት ማሰለፊያ"
-#: tabletextflowpage.ui:497
+#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:495
msgctxt "tabletextflowpage|label36"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: templatedialog1.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:8
msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "የባህሪ ዘዴዎች"
-#: templatedialog1.ui:97
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:51
msgctxt "templatedialog1|standard"
msgid "_Standard"
msgstr "_መደበኛ"
-#: templatedialog1.ui:136
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:161
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "አደራጅ"
-#: templatedialog1.ui:158
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:207
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "ፊደል"
-#: templatedialog1.ui:181
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:254
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
-#: templatedialog1.ui:204
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:301
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "ቦታ"
-#: templatedialog1.ui:227
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:348
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "የ እስያ እቅድ"
-#: templatedialog1.ui:250
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:395
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "ማድመቂያ"
-#: templatedialog1.ui:273
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:442
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: templatedialog16.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:8
msgctxt "templatedialog16|TemplateDialog16"
msgid "Numbering Style"
msgstr "የ ቁጥር መስጫ ዘዴ"
-#: templatedialog16.ui:122
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:147
msgctxt "templatedialog16|organizer"
msgid "Organizer"
msgstr "አደራጅ"
-#: templatedialog16.ui:144
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:193
msgctxt "templatedialog16|bullets"
msgid "Bullets"
msgstr "ነጥቦች"
-#: templatedialog16.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:240
msgctxt "templatedialog16|numbering"
msgid "Numbering Style"
msgstr "የ ቁጥር መስጫ አይነት:"
-#: templatedialog16.ui:190
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:287
msgctxt "templatedialog16|outline"
msgid "Outline"
msgstr "ረቂቅ"
-#: templatedialog16.ui:213
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:334
msgctxt "templatedialog16|graphics"
msgid "Image"
msgstr "ምስል"
-#: templatedialog16.ui:236
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:381
msgctxt "templatedialog16|position"
msgid "Position"
msgstr "ቦታ"
-#: templatedialog16.ui:259
+#: sw/uiconfig/swriter/ui/templatedialog16.ui:428
msgctxt "templatedialog16|customize"
msgid "Customize"
msgstr "ማስተካከያ"
-#: templatedialog2.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:8
msgctxt "templatedialog2|TemplateDialog2"
msgid "Paragraph Style"
msgstr "በ አንቀጽ ዘዴ"
-#: templatedialog2.ui:97
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:51
msgctxt "templatedialog2|standard"
msgid "_Standard"
msgstr "_መደበኛ"
-#: templatedialog2.ui:136
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:161
msgctxt "templatedialog2|organizer"
msgid "Organizer"
msgstr "አደራጃ"
-#: templatedialog2.ui:158
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:207
msgctxt "templatedialog2|indents"
msgid "Indents & Spacing"
msgstr "ማስረጊያ & ክፍተት"
-#: templatedialog2.ui:181
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:254
msgctxt "templatedialog2|alignment"
msgid "Alignment"
msgstr "ማሰለፊያ"
-#: templatedialog2.ui:204
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:301
msgctxt "templatedialog2|textflow"
msgid "Text Flow"
msgstr "የ ጽሁፍ ፍሰት"
-#: templatedialog2.ui:227
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:348
msgctxt "templatedialog2|asiantypo"
msgid "Asian Typography"
msgstr "Asian Typography"
-#: templatedialog2.ui:250
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:395
msgctxt "templatedialog2|font"
msgid "Font"
msgstr "ፊደል"
-#: templatedialog2.ui:273
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:442
msgctxt "templatedialog2|fonteffect"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
-#: templatedialog2.ui:296
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:489
msgctxt "templatedialog2|position"
msgid "Position"
msgstr "ቦታ"
-#: templatedialog2.ui:319
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:536
msgctxt "templatedialog2|asianlayout"
msgid "Asian Layout"
msgstr "የ እስያ እቅድ"
-#: templatedialog2.ui:342
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:583
msgctxt "templatedialog2|highlighting"
msgid "Highlighting"
msgstr "ማድመቂያ"
-#: templatedialog2.ui:365
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:630
msgctxt "templatedialog2|tabs"
msgid "Tabs"
msgstr "ማስረጊያ"
-#: templatedialog2.ui:388
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:677
msgctxt "templatedialog2|dropcaps"
msgid "Drop Caps"
msgstr "ፊደል በ ትልቁ መጻፊያ"
-#: templatedialog2.ui:411
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:724
msgctxt "templatedialog2|area"
msgid "Area"
msgstr "ቦታ"
-#: templatedialog2.ui:434
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:771
msgctxt "templatedialog2|transparence"
msgid "Transparency"
msgstr "ግልጽነት"
-#: templatedialog2.ui:457
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:818
msgctxt "templatedialog2|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: templatedialog2.ui:480
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:865
msgctxt "templatedialog2|condition"
msgid "Condition"
msgstr "ሁኔታው"
-#: templatedialog2.ui:503
+#: sw/uiconfig/swriter/ui/templatedialog2.ui:912
msgctxt "templatedialog2|outline"
msgid "Outline & Numbering"
msgstr "ረቂቅ & ቁጥር መስጫ"
-#: templatedialog4.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:8
msgctxt "templatedialog4|TemplateDialog4"
msgid "Frame Style"
msgstr "የክፈፍ ዘዴ"
-#: templatedialog4.ui:97
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:51
msgctxt "templatedialog4|standard"
msgid "_Standard"
msgstr "_መደበኛ"
-#: templatedialog4.ui:136
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:161
msgctxt "templatedialog4|organizer"
msgid "Organizer"
msgstr "አደራጅ"
-#: templatedialog4.ui:158
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:207
msgctxt "templatedialog4|type"
msgid "Type"
msgstr "አይነት"
-#: templatedialog4.ui:181
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:254
msgctxt "templatedialog4|options"
msgid "Options"
msgstr "ምርጫዎች"
-#: templatedialog4.ui:204
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:301
msgctxt "templatedialog4|wrap"
msgid "Wrap"
msgstr "መጠቅለያ"
-#: templatedialog4.ui:227
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:348
msgctxt "templatedialog4|area"
msgid "Area"
msgstr "ቦታ"
-#: templatedialog4.ui:250
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:395
msgctxt "templatedialog4|transparence"
msgid "Transparency"
msgstr "ግልጽነት"
-#: templatedialog4.ui:273
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:442
msgctxt "templatedialog4|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: templatedialog4.ui:296
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:489
msgctxt "templatedialog4|columns"
msgid "Columns"
msgstr "አምዶች"
-#: templatedialog4.ui:319
+#: sw/uiconfig/swriter/ui/templatedialog4.ui:536
msgctxt "templatedialog4|macros"
msgid "Macro"
msgstr "Macro"
-#: templatedialog8.ui:8
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:8
msgctxt "templatedialog8|TemplateDialog8"
msgid "Page Style"
msgstr "የ ገጽ ዘዴ"
-#: templatedialog8.ui:122
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:147
msgctxt "templatedialog8|organizer"
msgid "Organizer"
msgstr "አደራጅ"
-#: templatedialog8.ui:144
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:193
msgctxt "templatedialog8|page"
msgid "Page"
msgstr "ገጽ"
-#: templatedialog8.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:240
msgctxt "templatedialog8|area"
msgid "Area"
msgstr "ቦታ"
-#: templatedialog8.ui:190
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:287
msgctxt "templatedialog8|transparence"
msgid "Transparency"
msgstr "ግልጽነት"
-#: templatedialog8.ui:213
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:334
msgctxt "templatedialog8|header"
msgid "Header"
msgstr "ራስጌ"
-#: templatedialog8.ui:236
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:381
msgctxt "templatedialog8|footer"
msgid "Footer"
msgstr "ግርጌ"
-#: templatedialog8.ui:259
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:428
msgctxt "templatedialog8|borders"
msgid "Borders"
msgstr "ድንበሮች"
-#: templatedialog8.ui:282
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:475
msgctxt "templatedialog8|columns"
msgid "Columns"
msgstr "አምዶች"
-#: templatedialog8.ui:305
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:522
msgctxt "templatedialog8|footnotes"
msgid "Footnote"
msgstr "የ ግርጌ ማስታወሻ"
-#: templatedialog8.ui:328
+#: sw/uiconfig/swriter/ui/templatedialog8.ui:569
msgctxt "templatedialog8|textgrid"
msgid "Text Grid"
msgstr "የ ጽሁፍ መጋጠሚያ"
-#: testmailsettings.ui:6
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:6
msgctxt "testmailsettings|textbuffer1"
msgid "%PRODUCTNAME could not connect to the outgoing mail server. Check your system's settings and the settings in %PRODUCTNAME. Check the server name, the port and the secure connections settings"
msgstr "%PRODUCTNAME ደብዳቤ ወደ ውጪ መላኪያ ሰርቨር ጋር መገናኘት አልተቻለም: የ እርስዎን ስርአት ማሰናጃ ይመርምሩ እና ማሰናጃ በ %PRODUCTNAME. የ ሰርቨር ስም ይመርምሩ: port እና አስተማማኝ ግንኙነት ማሰናጃን ይመርምሩ"
-#: testmailsettings.ui:11
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:11
msgctxt "testmailsettings|TestMailSettings"
msgid "Test Account Settings"
msgstr "የ account ማሰናጃውን መሞከሪያ"
-#: testmailsettings.ui:124
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:124
msgctxt "testmailsettings|establish"
msgid "Establish network connection"
msgstr "የኔትዎርክ ግንኙነት መመስረቻ"
-#: testmailsettings.ui:136
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:136
msgctxt "testmailsettings|find"
msgid "Find outgoing mail server"
msgstr "ደብዳቤ ወደ ውጪ መላኪያ ሰርቨር መፈለጊያ"
-#: testmailsettings.ui:148
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:148
msgctxt "testmailsettings|result1"
msgid "Successful"
msgstr "ተሳክቷል"
-#: testmailsettings.ui:160
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:160
msgctxt "testmailsettings|result2"
msgid "Failed"
msgstr "ወድቋል"
-#: testmailsettings.ui:175
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:175
msgctxt "testmailsettings|label8"
msgid "%PRODUCTNAME is testing the e-mail account settings..."
msgstr "%PRODUCTNAME የ ኢ-ሜይል መግለጫ ማሰናጃዎችን በመሞከር ላይ..."
-#: testmailsettings.ui:241
+#: sw/uiconfig/swriter/ui/testmailsettings.ui:241
msgctxt "testmailsettings|label1"
msgid "Errors"
msgstr "ስህተቶች"
-#: textgridpage.ui:56
+#: sw/uiconfig/swriter/ui/textgridpage.ui:56
msgctxt "textgridpage|radioRB_NOGRID"
msgid "No grid"
msgstr "መጋጠሚያ የለም"
-#: textgridpage.ui:72
+#: sw/uiconfig/swriter/ui/textgridpage.ui:73
msgctxt "textgridpage|radioRB_LINESGRID"
msgid "Grid (lines only)"
msgstr "መጋጠሚያ (ለ መስመሮች ብቻ)"
-#: textgridpage.ui:87
+#: sw/uiconfig/swriter/ui/textgridpage.ui:89
msgctxt "textgridpage|radioRB_CHARSGRID"
msgid "Grid (lines and characters)"
msgstr "መጋጠሚያ (ለ መስመሮች እና ባህሪዎች)"
-#: textgridpage.ui:102
+#: sw/uiconfig/swriter/ui/textgridpage.ui:105
msgctxt "textgridpage|checkCB_SNAPTOCHARS"
msgid "_Snap to characters"
msgstr "_መቁረጫ ወደ ባህሪዎች"
-#: textgridpage.ui:147
+#: sw/uiconfig/swriter/ui/textgridpage.ui:150
msgctxt "textgridpage|labelGrid"
msgid "Grid"
msgstr "መጋጠሚያ"
-#: textgridpage.ui:197
+#: sw/uiconfig/swriter/ui/textgridpage.ui:200
msgctxt "textgridpage|labelFT_CHARSPERLINE"
msgid "Characters per line:"
msgstr "ባህሪዎች በ መስመር:"
-#: textgridpage.ui:236
+#: sw/uiconfig/swriter/ui/textgridpage.ui:238
msgctxt "textgridpage|labelFT_LINESPERPAGE"
msgid "Lines per page:"
msgstr "መስመሮች በ ገጽ:"
-#: textgridpage.ui:303
+#: sw/uiconfig/swriter/ui/textgridpage.ui:303
msgctxt "textgridpage|labelFT_CHARWIDTH"
msgid "Character _width:"
msgstr "የ ባህሪዎች _ስፋት:"
-#: textgridpage.ui:317
+#: sw/uiconfig/swriter/ui/textgridpage.ui:317
msgctxt "textgridpage|labelFT_RUBYSIZE"
msgid "Max. Ruby text size:"
msgstr "ከፍተኛ. የ Ruby ጽሁፍ መጠን:"
-#: textgridpage.ui:343
+#: sw/uiconfig/swriter/ui/textgridpage.ui:342
msgctxt "textgridpage|labelFT_TEXTSIZE"
msgid "Max. base text size:"
msgstr "ከፍተኛ. መሰረታዊ የ ጽሁፍ መጠን:"
-#: textgridpage.ui:379
+#: sw/uiconfig/swriter/ui/textgridpage.ui:377
msgctxt "textgridpage|checkCB_RUBYBELOW"
msgid "Ruby text below/left from base text"
msgstr "የ Ruby ጽሁፍ ከ ታች/በ ግራ በኩል ከ መሰረታዊ ጽሁፍ አጠገብ"
-#: textgridpage.ui:402
+#: sw/uiconfig/swriter/ui/textgridpage.ui:401
msgctxt "textgridpage|labelGridLayout"
msgid "Grid Layout"
msgstr "የ መጋጠሚያ እቅድ"
-#: textgridpage.ui:435
+#: sw/uiconfig/swriter/ui/textgridpage.ui:434
msgctxt "textgridpage|checkCB_DISPLAY"
msgid "Display grid"
msgstr "መጋጠሚያ ማሳያ"
-#: textgridpage.ui:450
+#: sw/uiconfig/swriter/ui/textgridpage.ui:450
msgctxt "textgridpage|checkCB_PRINT"
msgid "Print grid"
msgstr "መጋጠሚያ ማተሚያ"
-#: textgridpage.ui:469
+#: sw/uiconfig/swriter/ui/textgridpage.ui:470
msgctxt "textgridpage|labelFT_COLOR"
msgid "Grid color:"
msgstr "የ መጋጠሚያ ቀለም:"
-#: textgridpage.ui:504
+#: sw/uiconfig/swriter/ui/textgridpage.ui:505
msgctxt "textgridpage|labelFL_DISPLAY"
msgid "Grid Display"
msgstr "መጋጠሚያ ማሳያ"
-#: titlepage.ui:15
+#: sw/uiconfig/swriter/ui/titlepage.ui:15
msgctxt "titlepage|DLG_TITLEPAGE"
msgid "Title Page"
msgstr "የ አርእስት ገጽ"
-#: titlepage.ui:109
+#: sw/uiconfig/swriter/ui/titlepage.ui:109
msgctxt "titlepage|label6"
msgid "Number of title pages:"
msgstr "የ አርእስት ገጾች ቁጥር:"
-#: titlepage.ui:123
+#: sw/uiconfig/swriter/ui/titlepage.ui:123
msgctxt "titlepage|label7"
msgid "Place title pages at:"
msgstr "የ አርእስት ገጾች መስጫ በ:"
-#: titlepage.ui:173
+#: sw/uiconfig/swriter/ui/titlepage.ui:171
msgctxt "titlepage|RB_USE_EXISTING_PAGES"
msgid "Converting existing pages to title pages"
msgstr "ያሉትን ገጾች ወደ አርእስት ገጾች መቀየሪያ"
-#: titlepage.ui:191
+#: sw/uiconfig/swriter/ui/titlepage.ui:190
msgctxt "titlepage|RB_INSERT_NEW_PAGES"
msgid "Insert new title pages"
msgstr "አዲስ የ አርእስት ገጾች ማስገቢያ"
-#: titlepage.ui:209
+#: sw/uiconfig/swriter/ui/titlepage.ui:209
msgctxt "titlepage|RB_DOCUMENT_START"
msgid "Document start"
msgstr "ሰነድ መጀመሪያ"
-#: titlepage.ui:229
+#: sw/uiconfig/swriter/ui/titlepage.ui:230
msgctxt "titlepage|RB_PAGE_START"
msgid "Page"
msgstr "ገጽ"
-#: titlepage.ui:260
+#: sw/uiconfig/swriter/ui/titlepage.ui:262
msgctxt "titlepage|label1"
msgid "Make Title Pages"
msgstr "የ አርእስት ገጾች መስሪያ"
-#: titlepage.ui:293
+#: sw/uiconfig/swriter/ui/titlepage.ui:295
msgctxt "titlepage|CB_RESTART_NUMBERING"
msgid "Reset page numbering after title pages"
msgstr "የ ገጽ ቁጥር መስጫን ከ አርእስት ገጾች በኋላ እንደ ነበር መመለሻ"
-#: titlepage.ui:320
+#: sw/uiconfig/swriter/ui/titlepage.ui:323
msgctxt "titlepage|FT_PAGE_COUNT"
msgid "Page number:"
msgstr "የ ገጽ ቁጥር:"
-#: titlepage.ui:357
+#: sw/uiconfig/swriter/ui/titlepage.ui:359
msgctxt "titlepage|CB_SET_PAGE_NUMBER"
msgid "Set page number for first title page"
msgstr "ለ መጀመሪያው አርእስት ገጽ የ ገጽ ቁጥር ማሰናጃ"
-#: titlepage.ui:384
+#: sw/uiconfig/swriter/ui/titlepage.ui:387
msgctxt "titlepage|FT_PAGE_PAGES"
msgid "Page number:"
msgstr "የ ገጽ ቁጥር:"
-#: titlepage.ui:427
+#: sw/uiconfig/swriter/ui/titlepage.ui:429
msgctxt "titlepage|label2"
msgid "Page Numbering"
msgstr "የ ገጽ ቁጥር መስጫ"
-#: titlepage.ui:461
+#: sw/uiconfig/swriter/ui/titlepage.ui:463
msgctxt "titlepage|label4"
msgid "_Style:"
msgstr "_ዘዴ:"
-#: titlepage.ui:484
+#: sw/uiconfig/swriter/ui/titlepage.ui:486
msgctxt "titlepage|PB_PAGE_PROPERTIES"
msgid "Edit..."
msgstr "ማረሚያ..."
-#: titlepage.ui:503
+#: sw/uiconfig/swriter/ui/titlepage.ui:505
msgctxt "titlepage|label3"
msgid "Edit Page Properties"
msgstr "የ ገጽ ባህሪዎችን ማረሚያ"
-#: tocdialog.ui:8
+#: sw/uiconfig/swriter/ui/tocdialog.ui:8
msgctxt "tocdialog|TocDialog"
msgid "Table of Contents, Index or Bibliography"
msgstr "የ ሰንጠረዥ ማውጫ: ማውጫ ወይንም የ ጽሁፍ ዝርዝር"
-#: tocdialog.ui:82
+#: sw/uiconfig/swriter/ui/tocdialog.ui:82
msgctxt "tocdialog|showexample"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: tocdialog.ui:119
+#: sw/uiconfig/swriter/ui/tocdialog.ui:119
msgctxt "tocdialog|example-atkobject"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: tocdialog.ui:148
+#: sw/uiconfig/swriter/ui/tocdialog.ui:148
msgctxt "tocdialog|index"
msgid "Type"
msgstr "አይነት"
-#: tocdialog.ui:170
+#: sw/uiconfig/swriter/ui/tocdialog.ui:170
msgctxt "tocdialog|entries"
msgid "Entries"
msgstr "ማስገቢያዎች"
-#: tocdialog.ui:193
+#: sw/uiconfig/swriter/ui/tocdialog.ui:193
msgctxt "tocdialog|styles"
msgid "Styles"
msgstr "ዘዴዎች"
-#: tocdialog.ui:216
+#: sw/uiconfig/swriter/ui/tocdialog.ui:216
msgctxt "tocdialog|columns"
msgid "Columns"
msgstr "አምዶች"
-#: tocdialog.ui:239
+#: sw/uiconfig/swriter/ui/tocdialog.ui:239
msgctxt "tocdialog|background"
msgid "Background"
msgstr "መደብ"
-#: tocentriespage.ui:96
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:96
msgctxt "tocentriespage|levelft"
msgid "_Level"
msgstr "_ደረጃ"
-#: tocentriespage.ui:112
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:112
msgctxt "tocentriespage|typeft"
msgid "_Type"
msgstr "_አይነት"
-#: tocentriespage.ui:168
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:168
msgctxt "tocentriespage|label4"
msgid "_Structure:"
msgstr "_አካል:"
-#: tocentriespage.ui:180
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:180
msgctxt "tocentriespage|all"
msgid "_All"
msgstr "_ሁሉንም"
-#: tocentriespage.ui:220
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:220
msgctxt "tocentriespage|label5"
msgid "Character style:"
msgstr "የ ባህሪ ዘዴ:"
-#: tocentriespage.ui:232
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:232
msgctxt "tocentriespage|edit"
msgid "_Edit..."
msgstr "_ማረሚያ..."
-#: tocentriespage.ui:259
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:259
msgctxt "tocentriespage|fillcharft"
msgid "Fill character:"
msgstr "ባህሪ መሙያ:"
-#: tocentriespage.ui:291
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:291
msgctxt "tocentriespage|tabstopposft"
msgid "Tab stop position:"
msgstr "የ ማስረጊያ ማስቆሚያ ቦታ:"
-#: tocentriespage.ui:318
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:317
msgctxt "tocentriespage|alignright"
msgid "Align right"
msgstr "በ ቀኝ ማሰለፊያ"
-#: tocentriespage.ui:335
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:334
msgctxt "tocentriespage|chapterentryft"
msgid "Chapter entry:"
msgstr "ምእራፍ ማስገቢያ:"
-#: tocentriespage.ui:352
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:351
msgctxt "tocentriespage|chapterentry"
msgid "Number range only"
msgstr "የቁጥር መጠን ብቻ"
-#: tocentriespage.ui:353
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:352
msgctxt "tocentriespage|chapterentry"
msgid "Description only"
msgstr "መግለጫ ብቻ"
-#: tocentriespage.ui:354
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:353
msgctxt "tocentriespage|chapterentry"
msgid "Number range and description"
msgstr "የቁጥር መጠን እና መግለጫ"
-#: tocentriespage.ui:366
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:365
msgctxt "tocentriespage|entryoutlinelevelft"
msgid "Evaluate up to level:"
msgstr "መገምገሚያ እስከ ደረጃ:"
-#: tocentriespage.ui:394
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:392
msgctxt "tocentriespage|numberformatft"
msgid "Format:"
msgstr "አቀራረብ:"
-#: tocentriespage.ui:411
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:409
msgctxt "tocentriespage|numberformat"
msgid "Number"
msgstr "ቍጥር"
-#: tocentriespage.ui:412
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:410
msgctxt "tocentriespage|numberformat"
msgid "Number without separator"
msgstr "ቁጥር ያለ መለያያ"
-#: tocentriespage.ui:464
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:462
msgctxt "tocentriespage|insert"
msgid "_Insert"
msgstr "_ማስገቢያ"
-#: tocentriespage.ui:478
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:476
msgctxt "tocentriespage|remove"
msgid "_Remove"
msgstr "_ማስወገጃ"
-#: tocentriespage.ui:492
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:490
msgctxt "tocentriespage|chapterno"
msgid "Chapter No."
msgstr "የ ምእራፍ ቁጥር"
-#: tocentriespage.ui:506
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:504
msgctxt "tocentriespage|entrytext"
msgid "Entry Text"
msgstr "ጽሁፍ ማስገቢያ"
-#: tocentriespage.ui:519
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:517
msgctxt "tocentriespage|tabstop"
msgid "Tab Stop"
msgstr "ማስረጊያ ማስቆሚያ"
-#: tocentriespage.ui:533
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:531
msgctxt "tocentriespage|chapterinfo"
msgid "_Chapter Info"
msgstr "የ_ምእራፍ መረጃ"
-#: tocentriespage.ui:547
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:545
msgctxt "tocentriespage|pageno"
msgid "Page No."
msgstr "የ ገጽ ቁጥር:"
-#: tocentriespage.ui:561
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:559
msgctxt "tocentriespage|hyperlink"
msgid "H_yperlink"
msgstr "H_yperlink"
-#: tocentriespage.ui:594
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:592
msgctxt "tocentriespage|label1"
msgid "Structure and Formatting"
msgstr "አካል እና አቀራረብ"
-#: tocentriespage.ui:629
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:627
msgctxt "tocentriespage|reltostyle"
msgid "Tab position relati_ve to paragraph style indent"
msgstr "የ Tab ቦታ ከ አንቀጽ ዘዴ ማስረጊያ ጋር አን_ፃር"
-#: tocentriespage.ui:645
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:643
msgctxt "tocentriespage|commasep"
msgid "Key separated by commas"
msgstr "በ ኮማ የ ተለየ ቁልፍ"
-#: tocentriespage.ui:661
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:659
msgctxt "tocentriespage|alphadelim"
msgid "Alphabetical delimiter"
msgstr "በ ፊደል ቅደም ተከተል"
-#: tocentriespage.ui:679
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:677
msgctxt "tocentriespage|mainstyleft"
msgid "Character style for main entries:"
msgstr "የ ባህሪ ዘዴዎች ለ ዋናው ማስገቢያ:"
-#: tocentriespage.ui:707
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:705
msgctxt "tocentriespage|label3"
msgid "Format"
-msgstr "የባህሪ ዘዴዎች ለ ዋናው ማስገቢያ"
+msgstr "አቀራረብ"
-#: tocentriespage.ui:741
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:739
msgctxt "tocentriespage|sortpos"
msgid "Document _position"
msgstr "የሰነድ _ቦታ"
-#: tocentriespage.ui:758
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:756
msgctxt "tocentriespage|sortcontents"
msgid "_Content"
msgstr "_ይዞታ"
-#: tocentriespage.ui:780
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:778
msgctxt "tocentriespage|label14"
msgid "Sort by"
msgstr "መለያ በ"
-#: tocentriespage.ui:817
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:815
msgctxt "tocentriespage|label15"
msgid "_1:"
msgstr "_1:"
-#: tocentriespage.ui:841
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:839
msgctxt "tocentriespage|label16"
msgid "_2:"
msgstr "_2:"
-#: tocentriespage.ui:853
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:851
msgctxt "tocentriespage|label17"
msgid "_3:"
msgstr "_3:"
-#: tocentriespage.ui:890
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:889
msgctxt "tocentriespage|up1cb|tooltip_text"
msgid "Ascending"
msgstr "እየጨመረ በሚሄድ"
-#: tocentriespage.ui:907
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:907
msgctxt "tocentriespage|down1cb|tooltip_text"
msgid "Descending"
msgstr "እየቀነሰ በሚሄድ"
-#: tocentriespage.ui:924
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:925
msgctxt "tocentriespage|up2cb|tooltip_text"
msgid "Ascending"
msgstr "እየጨመረ የሚሄድ"
-#: tocentriespage.ui:941
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:943
msgctxt "tocentriespage|up3cb|tooltip_text"
msgid "Ascending"
msgstr "እየጨመረ የሚሄድ"
-#: tocentriespage.ui:958
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:961
msgctxt "tocentriespage|down2cb|tooltip_text"
msgid "Descending"
msgstr "እየቀነሰ የሚሄድ"
-#: tocentriespage.ui:975
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:979
msgctxt "tocentriespage|down3cb|tooltip_text"
msgid "Descending"
msgstr "እየቀነሰ የሚሄድ"
-#: tocentriespage.ui:994
+#: sw/uiconfig/swriter/ui/tocentriespage.ui:998
msgctxt "tocentriespage|label13"
msgid "Sort Keys"
msgstr "መለያ ቁልፎች"
-#: tocindexpage.ui:20
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:20
msgctxt "tocindexpage|open"
msgid "Open"
msgstr "መክፈቻ"
-#: tocindexpage.ui:28
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:28
msgctxt "tocindexpage|new"
msgid "_New..."
msgstr "_አዲስ..."
-#: tocindexpage.ui:36
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:36
msgctxt "tocindexpage|edit"
msgid "_Edit..."
msgstr "_ማረሚያ..."
-#: tocindexpage.ui:50
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:50
msgctxt "tocindexpage|liststore1"
msgid "Table of Contents"
msgstr "የ ሰንጠረዥ ማውጫዎች"
-#: tocindexpage.ui:54
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:54
msgctxt "tocindexpage|liststore1"
msgid "Alphabetical Index"
msgstr "በ ፊደል ቅደም ተከተል ማውጫ"
-#: tocindexpage.ui:58
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:58
msgctxt "tocindexpage|liststore1"
msgid "Illustration Index"
msgstr "የማውጫ ማብራሪያ"
-#: tocindexpage.ui:62
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:62
msgctxt "tocindexpage|liststore1"
msgid "Index of Tables"
msgstr "የማውጫ ሰንጠረዦች"
-#: tocindexpage.ui:66
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:66
msgctxt "tocindexpage|liststore1"
msgid "User-Defined"
msgstr "በተጠቃሚው-የሚገለጽ"
-#: tocindexpage.ui:70
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:70
msgctxt "tocindexpage|liststore1"
msgid "Table of Objects"
msgstr "የእቃዎች ሰንጠረዥ"
-#: tocindexpage.ui:74
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:74
msgctxt "tocindexpage|liststore1"
msgid "Bibliography"
msgstr "የ ጽሁፎች ዝርዝር"
-#: tocindexpage.ui:111
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:111
msgctxt "tocindexpage|mainstyleft"
msgid "_Title:"
msgstr "_አርእስት:"
-#: tocindexpage.ui:137
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:136
msgctxt "tocindexpage|typeft"
msgid "Type:"
msgstr "አይነት:"
-#: tocindexpage.ui:160
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:159
msgctxt "tocindexpage|readonly"
msgid "Protected against manual changes"
msgstr "በእጅ እንዳይቀየር የሚጠበቅ"
-#: tocindexpage.ui:183
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:182
msgctxt "tocindexpage|label3"
msgid "Type and Title"
msgstr "ዘዴ እና አርእስት"
-#: tocindexpage.ui:226
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:225
msgctxt "tocindexpage|mainstyleft2"
msgid "For:"
msgstr "ለ:"
-#: tocindexpage.ui:240
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:239
msgctxt "tocindexpage|scope"
msgid "Entire document"
msgstr "ጠቅላላ ሰነድ"
-#: tocindexpage.ui:241
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:240
msgctxt "tocindexpage|scope"
msgid "Chapter"
msgstr "ምእራፍ"
-#: tocindexpage.ui:265
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:264
msgctxt "tocindexpage|levelft"
msgid "Evaluate up to level:"
msgstr "መገምገሚያ እስከ ደረጃ:"
-#: tocindexpage.ui:300
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:298
msgctxt "tocindexpage|label1"
msgid "Create Index or Table of Contents"
msgstr "ማውጫ መፍጠሪያ ወይንም የ ሰንጠረዥ ይዞታዎች"
-#: tocindexpage.ui:341
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:339
msgctxt "tocindexpage|fromheadings"
msgid "Outline"
msgstr "ረቂቅ"
-#: tocindexpage.ui:357
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:355
msgctxt "tocindexpage|indexmarks"
msgid "Inde_x marks"
msgstr "የ ማው_ጫ ምልክቶች"
-#: tocindexpage.ui:373
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:371
msgctxt "tocindexpage|fromtables"
msgid "Tables"
msgstr "ሰንጠረዦች"
-#: tocindexpage.ui:388
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:386
msgctxt "tocindexpage|fromframes"
msgid "Te_xt frames"
msgstr "የጽ_ሁፍ ክፈፎች"
-#: tocindexpage.ui:403
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:401
msgctxt "tocindexpage|fromgraphics"
msgid "Graphics"
msgstr "ንድፎች"
-#: tocindexpage.ui:418
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:416
msgctxt "tocindexpage|fromoles"
msgid "OLE objects"
msgstr "የ OLE እቃዎች"
-#: tocindexpage.ui:433
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:431
msgctxt "tocindexpage|uselevel"
msgid "Use level from source chapter"
msgstr "ከ ምእራፉ ምንጭ ደረጃ መጠቀሚያ"
-#: tocindexpage.ui:462
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:460
msgctxt "tocindexpage|addstylescb"
msgid "_Additional styles"
msgstr "_ተጨማሪ ዘዴዎች"
-#: tocindexpage.ui:478
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:476
msgctxt "tocindexpage|stylescb"
msgid "Styl_es"
msgstr "ዘዴ_ዎች"
-#: tocindexpage.ui:501
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:499
msgctxt "tocindexpage|styles"
msgid "Assign styles..."
msgstr "ዘዴዎች መመደቢያ..."
-#: tocindexpage.ui:547
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:545
msgctxt "tocindexpage|captions"
msgid "Captions"
msgstr "መግለጫ ጽሁፍ"
-#: tocindexpage.ui:562
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:561
msgctxt "tocindexpage|objnames"
msgid "Object names"
msgstr "ተ እቃ ስሞች"
-#: tocindexpage.ui:586
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:586
msgctxt "tocindexpage|categoryft"
msgid "Category:"
msgstr "ምድብ:"
-#: tocindexpage.ui:610
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:610
msgctxt "tocindexpage|displayft"
msgid "Display:"
msgstr "ማሳያ:"
-#: tocindexpage.ui:624
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:624
msgctxt "tocindexpage|display"
msgid "References"
msgstr "ማመሳከሪያዎች"
-#: tocindexpage.ui:625
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:625
msgctxt "tocindexpage|display"
msgid "Category and Number"
msgstr "ምድብ እና ቁጥር"
-#: tocindexpage.ui:626
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:626
msgctxt "tocindexpage|display"
msgid "Caption Text"
msgstr "መግለጫ ጽሁፍ"
-#: tocindexpage.ui:655
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:655
msgctxt "tocindexpage|label2"
msgid "Create From"
msgstr "መፍጠሪያ ከ"
-#: tocindexpage.ui:698
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:698
msgctxt "tocindexpage|label6"
msgid "Create From the Following Objects"
msgstr "ከሚከተሉት እቃዎች ውስጥ መፍጠሪያ"
-#: tocindexpage.ui:737
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:737
msgctxt "tocindexpage|mainstyleft9"
msgid "_Brackets:"
msgstr "_ቅንፎች:"
-#: tocindexpage.ui:748
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:748
msgctxt "tocindexpage|numberentries"
msgid "_Number entries"
msgstr "_ቁጥር ማስገቢያዎች"
-#: tocindexpage.ui:768
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:768
msgctxt "tocindexpage|brackets"
msgid "[none]"
msgstr "[ምንም]"
-#: tocindexpage.ui:769
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:769
msgctxt "tocindexpage|brackets"
msgid "[]"
msgstr "[]"
-#: tocindexpage.ui:770
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:770
msgctxt "tocindexpage|brackets"
msgid "()"
msgstr "()"
-#: tocindexpage.ui:771
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:771
msgctxt "tocindexpage|brackets"
msgid "{}"
msgstr "{}"
-#: tocindexpage.ui:772
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:772
msgctxt "tocindexpage|brackets"
msgid "<>"
msgstr "<>"
-#: tocindexpage.ui:788
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:788
msgctxt "tocindexpage|label7"
msgid "Formatting of the Entries"
msgstr "የ ማስገቢያዎች አቀራረብ"
-#: tocindexpage.ui:830
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:830
msgctxt "tocindexpage|combinesame"
msgid "Combine identical entries"
msgstr "ተመሳሳይ ማስገቢያዎችን መቀላቀያ"
-#: tocindexpage.ui:845
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:845
msgctxt "tocindexpage|useff"
msgid "Combine identical entries with p or _pp"
msgstr "ተመሳሳይ ማስገቢያዎችን መቀላቀያ በ p ወይንም በ _pp"
-#: tocindexpage.ui:861
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:861
msgctxt "tocindexpage|usedash"
msgid "Combine with -"
msgstr "መቀላቀያ ከ -"
-#: tocindexpage.ui:877
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:877
msgctxt "tocindexpage|casesens"
msgid "Case sensitive"
msgstr "ፊደል መመጠኛ"
-#: tocindexpage.ui:893
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:893
msgctxt "tocindexpage|initcaps"
msgid "AutoCapitalize entries"
msgstr "በራሱ በትልልቅ ፊደል ማስገቢያ"
-#: tocindexpage.ui:908
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:908
msgctxt "tocindexpage|keyasentry"
msgid "Keys as separate entries"
msgstr "ቁልፎች እንደ ተለዩ ማስገቢያ"
-#: tocindexpage.ui:923
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:923
msgctxt "tocindexpage|fromfile"
msgid "_Concordance file"
msgstr "ፋይል በ _ፊደል ቅደም ተከተል"
-#: tocindexpage.ui:938
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:938
msgctxt "tocindexpage|file"
msgid "_File"
msgstr "_ፋይል"
-#: tocindexpage.ui:959
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:959
msgctxt "tocindexpage|label5"
msgid "Options"
msgstr "ምርጫዎች"
-#: tocindexpage.ui:1002
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:1002
msgctxt "tocindexpage|mainstyleft3"
msgid "Language:"
msgstr "ቋንቋ:"
-#: tocindexpage.ui:1037
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:1037
msgctxt "tocindexpage|mainstyleft5"
msgid "Key type:"
msgstr "የ ቁልፍ አይነት:"
-#: tocindexpage.ui:1070
+#: sw/uiconfig/swriter/ui/tocindexpage.ui:1070
msgctxt "tocindexpage|label4"
msgid "Sort"
msgstr "መለያ"
-#: tocstylespage.ui:39
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:39
msgctxt "tocstylespage|label1"
msgid "_Levels"
msgstr "_ደረጃዎች"
-#: tocstylespage.ui:55
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:55
msgctxt "tocstylespage|label2"
msgid "Paragraph _Styles"
msgstr "የ አንቀጽ _ዘዴዎች"
-#: tocstylespage.ui:117
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:117
msgctxt "tocstylespage|default"
msgid "_Default"
msgstr "_ነባር"
-#: tocstylespage.ui:134
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:134
msgctxt "tocstylespage|edit"
msgid "_Edit"
msgstr "_ማረሚያ"
-#: tocstylespage.ui:179
+#: sw/uiconfig/swriter/ui/tocstylespage.ui:179
msgctxt "tocstylespage|labelGrid"
msgid "Assignment"
msgstr "መመደቢያ"
-#: viewoptionspage.ui:42
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:42
msgctxt "viewoptionspage|helplines"
msgid "Helplines _While Moving"
msgstr "የእርዳታ መስመር _በማንቀሳቀስ ላይ እያሉ"
-#: viewoptionspage.ui:65
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:63
msgctxt "viewoptionspage|guideslabel"
msgid "Guides"
msgstr "መመሪያዎች"
-#: viewoptionspage.ui:97
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:95
msgctxt "viewoptionspage|graphics"
msgid "_Images and objects"
msgstr "_ምስሎች እቃዎች"
-#: viewoptionspage.ui:114
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:110
msgctxt "viewoptionspage|tables"
msgid "_Tables"
msgstr "_ሰንጠረዥ"
-#: viewoptionspage.ui:131
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:125
msgctxt "viewoptionspage|drawings"
msgid "Dra_wings and controls"
msgstr "መሳ_ያ እና መቆጣጠሪያዎች"
-#: viewoptionspage.ui:148
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:140
msgctxt "viewoptionspage|fieldcodes"
msgid "_Field codes"
msgstr "የ _ሜዳ codes"
-#: viewoptionspage.ui:165
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:155
msgctxt "viewoptionspage|comments"
msgid "_Comments"
msgstr "_አስተያየቶች"
-#: viewoptionspage.ui:188
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:170
+msgctxt "viewoptionspage|changestooltip"
+msgid "_Tooltips on tracked changes"
+msgstr ""
+
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:190
msgctxt "viewoptionspage|displaylabel"
msgid "Display"
msgstr "ማሳያ"
-#: viewoptionspage.ui:234
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:234
msgctxt "viewoptionspage|smoothscroll"
msgid "S_mooth scroll"
msgstr "ለ_ስላሳ መሸብለያ"
-#: viewoptionspage.ui:256
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:254
msgctxt "viewoptionspage|vruler"
msgid "Verti_cal ruler"
msgstr "የ ቁመት_ማስመሪያ"
-#: viewoptionspage.ui:297
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:289
msgctxt "viewoptionspage|vrulerright"
msgid "Right-aligned"
msgstr "በ ቀኝ-የተሰለፉ"
-#: viewoptionspage.ui:317
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:308
msgctxt "viewoptionspage|hruler"
msgid "Hori_zontal ruler"
msgstr "የ አግ_ድም ማስመሪያ"
-#: viewoptionspage.ui:345
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:332
msgctxt "viewoptionspage|label3"
msgid "View"
msgstr "መመልከቻ"
-#: viewoptionspage.ui:391
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:376
msgctxt "viewoptionspage|measureunitlabel"
msgid "Measurement unit"
msgstr "የመለኪያ ክፍል"
-#: viewoptionspage.ui:408
+#: sw/uiconfig/swriter/ui/viewoptionspage.ui:391
msgctxt "viewoptionspage|settingslabel"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: warndatasourcedialog.ui:8
+#: sw/uiconfig/swriter/ui/warndatasourcedialog.ui:7
msgctxt "warndatasourcedialog|WarnDataSourceDialog"
msgid "Data Source Not Found"
msgstr "የ ዳታ ምንጩ አልተገኘም"
-#: warndatasourcedialog.ui:13
+#: sw/uiconfig/swriter/ui/warndatasourcedialog.ui:13
msgctxt "warndatasourcedialog|WarnDataSourceDialog"
msgid "The data source “%1” was not found."
msgstr "የ ዳታ ምንጩ “%1” አልተገኘም"
-#: warndatasourcedialog.ui:14
+#: sw/uiconfig/swriter/ui/warndatasourcedialog.ui:14
msgctxt "warndatasourcedialog|WarnDataSourceDialog"
msgid "The connection to the data source could not be established. Please check the connection settings."
msgstr "ወደ ዳታ ምንጩ ግንኙነት መመስረት አልተቻለም፡ እባክዎን የግንኙነት ማሰናጅውን ይመርምሩ"
-#: warndatasourcedialog.ui:26
+#: sw/uiconfig/swriter/ui/warndatasourcedialog.ui:25
msgctxt "warndatasourcedialog|check"
msgid "Check Connection Settings..."
msgstr "የግንኙነት ማሰናጅውን ይመርምሩ..."
-#: warnemaildialog.ui:8
+#: sw/uiconfig/swriter/ui/warnemaildialog.ui:7
msgctxt "warnemaildialog|WarnEmailDialog"
msgid "E-Mails could not be sent"
msgstr "ኢ-ሜይል መላክ አልተቻለም"
-#: warnemaildialog.ui:14
+#: sw/uiconfig/swriter/ui/warnemaildialog.ui:16
msgctxt "warnemaildialog|WarnEmailDialog"
msgid "E-mails could not be sent"
msgstr "ኢ-ሜይል መላክ አልተቻለም"
-#: warnemaildialog.ui:15
+#: sw/uiconfig/swriter/ui/warnemaildialog.ui:17
msgctxt "warnemaildialog|WarnEmailDialog"
msgid "The following error occurred:"
msgstr "የሚቀጥለው ስህተት ተፈጥሯል:"
-#: watermarkdialog.ui:19
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:19
msgctxt "watermarkdialog|WatermarkDialog"
msgid "Watermark"
msgstr "የ ውሀ ምልክት"
-#: watermarkdialog.ui:85
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:100
msgctxt "watermarkdialog|TextLabel"
msgid "Text"
msgstr "ጽሁፍ"
-#: watermarkdialog.ui:118
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:133
msgctxt "watermarkdialog|FontLabel"
msgid "Font"
msgstr "ፊደል"
-#: watermarkdialog.ui:130
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:145
msgctxt "watermarkdialog|AngleLabel"
msgid "Angle"
msgstr "አንግል"
-#: watermarkdialog.ui:142
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:157
msgctxt "watermarkdialog|TransparencyLabel"
msgid "Transparency"
msgstr "ግልጽነት"
-#: watermarkdialog.ui:154
+#: sw/uiconfig/swriter/ui/watermarkdialog.ui:169
msgctxt "watermarkdialog|ColorLabel"
msgid "Color"
msgstr "ቀለም"
-#: wordcount.ui:8
+#: sw/uiconfig/swriter/ui/wordcount.ui:8
msgctxt "wordcount|WordCountDialog"
msgid "Word Count"
msgstr "ቃላት መቁጠሪያ"
-#: wordcount.ui:72
+#: sw/uiconfig/swriter/ui/wordcount.ui:73
msgctxt "wordcount|label1"
msgid "Words"
msgstr "ቃላቶች"
-#: wordcount.ui:86
+#: sw/uiconfig/swriter/ui/wordcount.ui:85
msgctxt "wordcount|label2"
msgid "Characters including spaces"
msgstr "ባህሪዎች ክፍተቶችን ጨምሮ"
-#: wordcount.ui:100
+#: sw/uiconfig/swriter/ui/wordcount.ui:97
msgctxt "wordcount|label3"
msgid "Characters excluding spaces"
msgstr "ባህሪዎች ክፍተቶችን አያካትትም :"
-#: wordcount.ui:165
+#: sw/uiconfig/swriter/ui/wordcount.ui:155
msgctxt "wordcount|label9"
msgid "Selection"
msgstr "ምርጫዎች"
-#: wordcount.ui:182
+#: sw/uiconfig/swriter/ui/wordcount.ui:170
msgctxt "wordcount|label10"
msgid "Document"
msgstr "ሰነድ"
-#: wordcount.ui:250
+#: sw/uiconfig/swriter/ui/wordcount.ui:229
msgctxt "wordcount|cjkcharsft"
msgid "Asian characters and Korean syllables"
msgstr "Asian characters and Korean syllables"
-#: wordcount.ui:298
+#: sw/uiconfig/swriter/ui/wordcount.ui:271
msgctxt "wordcount|standardizedpages"
msgid "Standardized pages"
msgstr "መደበኛ ገጾች"
-#: wrapdialog.ui:8
+#: sw/uiconfig/swriter/ui/wrapdialog.ui:8
msgctxt "wrapdialog|WrapDialog"
msgid "Wrap"
msgstr "መጠቅለያ"
-#: wrappage.ui:47
+#: sw/uiconfig/swriter/ui/wrappage.ui:47
msgctxt "wrappage|after"
msgid "After"
msgstr "በኋላ"
-#: wrappage.ui:104
+#: sw/uiconfig/swriter/ui/wrappage.ui:104
msgctxt "wrappage|before"
msgid "Before"
msgstr "በፊት"
-#: wrappage.ui:161
+#: sw/uiconfig/swriter/ui/wrappage.ui:161
msgctxt "wrappage|none"
msgid "_None"
msgstr "_ምንም"
-#: wrappage.ui:219
+#: sw/uiconfig/swriter/ui/wrappage.ui:219
msgctxt "wrappage|optimal"
msgid "_Optimal"
msgstr "_አጥጋቢ"
-#: wrappage.ui:276
+#: sw/uiconfig/swriter/ui/wrappage.ui:276
msgctxt "wrappage|through"
msgid "Thro_ugh"
msgstr "በሙ_ሉ"
-#: wrappage.ui:321
+#: sw/uiconfig/swriter/ui/wrappage.ui:321
msgctxt "wrappage|parallel"
msgid "_Parallel"
msgstr "_አጓዳኝ"
-#: wrappage.ui:380
+#: sw/uiconfig/swriter/ui/wrappage.ui:380
msgctxt "wrappage|label1"
msgid "Settings"
msgstr "ማሰናጃዎች"
-#: wrappage.ui:428
+#: sw/uiconfig/swriter/ui/wrappage.ui:428
msgctxt "wrappage|label4"
msgid "L_eft:"
msgstr "በ_ግራ:"
-#: wrappage.ui:442
+#: sw/uiconfig/swriter/ui/wrappage.ui:442
msgctxt "wrappage|label5"
msgid "_Right:"
msgstr "በ _ቀኝ:"
-#: wrappage.ui:456
+#: sw/uiconfig/swriter/ui/wrappage.ui:456
msgctxt "wrappage|label6"
msgid "_Top:"
msgstr "ከ _ላይ:"
-#: wrappage.ui:470
+#: sw/uiconfig/swriter/ui/wrappage.ui:470
msgctxt "wrappage|label7"
msgid "_Bottom:"
msgstr "_ከ ታች:"
-#: wrappage.ui:539
+#: sw/uiconfig/swriter/ui/wrappage.ui:535
msgctxt "wrappage|label2"
msgid "Spacing"
msgstr "ክፍተት"
-#: wrappage.ui:576
+#: sw/uiconfig/swriter/ui/wrappage.ui:572
msgctxt "wrappage|anchoronly"
msgid "_First paragraph"
msgstr "የ_መጀመሪያው አንቀጽ"
-#: wrappage.ui:591
+#: sw/uiconfig/swriter/ui/wrappage.ui:587
msgctxt "wrappage|transparent"
msgid "In bac_kground"
msgstr "እንደ መ_ደብ"
-#: wrappage.ui:606
+#: sw/uiconfig/swriter/ui/wrappage.ui:602
msgctxt "wrappage|outline"
msgid "_Contour"
msgstr "_ቅርጽ"
-#: wrappage.ui:621
+#: sw/uiconfig/swriter/ui/wrappage.ui:617
msgctxt "wrappage|outside"
msgid "Outside only"
msgstr "ውጪ ብቻ"
-#: wrappage.ui:642
+#: sw/uiconfig/swriter/ui/wrappage.ui:638
msgctxt "wrappage|label3"
msgid "Options"
msgstr "ምርጫዎች"
diff --git a/source/am/swext/mediawiki/help.po b/source/am/swext/mediawiki/help.po
index eacae6d5101..641c62cbfd8 100644
--- a/source/am/swext/mediawiki/help.po
+++ b/source/am/swext/mediawiki/help.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: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2017-07-02 16:22+0000\n"
+"POT-Creation-Date: 2018-03-28 16:46+0200\n"
+"PO-Revision-Date: 2018-03-24 19:50+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1499012536.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1521921034.000000\n"
#: help.tree
msgctxt ""
@@ -486,7 +486,7 @@ msgctxt ""
"hd_id7486190\n"
"help.text"
msgid "Pre-formatted text"
-msgstr "Pre-formatted ጽሁፍ"
+msgstr "በ ቅድሚያ- የቀረበ ጽሁፍ"
#: wikiformats.xhp
msgctxt ""
@@ -515,22 +515,6 @@ msgstr "የ ባህሪ ዘዴዎች የ አንቀጹን ክፍል አቀራረብ
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
-"hd_id5152745\n"
-"help.text"
-msgid "Footnotes"
-msgstr "የ ግርጌ ማስታወሻዎች"
-
-#: wikiformats.xhp
-msgctxt ""
-"wikiformats.xhp\n"
-"par_id5238196\n"
-"help.text"
-msgid "Note: The transformation uses the new style of footnotes with <ref> and <references> tags that requires the Cite.php extension to be installed into MediaWiki. If those tags are shown as plain text in the transformation result, ask the wiki administrator to install this extension."
-msgstr "ማስታወሻ: መቀየሪያው የሚጠቀመው አዲስ ዘዴ ለ ግርጌ ማስታወሻ በ <ref> እና <references> tags ይፈልጋል መጨመሪያ ለ Cite.php extension እንዲገጠም ወደ MediaWiki. እነዚህ መጨመሪያዎች በ መደበኛ ጽሁፍ ከ ተቀየሩ: የ ዊኪ አስተዳዳሪውን ተጨማሪዎች እንዲገጥም ይጠይቁ"
-
-#: wikiformats.xhp
-msgctxt ""
-"wikiformats.xhp\n"
"hd_id9405499\n"
"help.text"
msgid "Images"
diff --git a/source/am/uui/messages.po b/source/am/uui/messages.po
index b22c5c76542..80516286762 100644
--- a/source/am/uui/messages.po
+++ b/source/am/uui/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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2017-12-26 20:37+0000\n"
+"POT-Creation-Date: 2018-04-24 12:21+0200\n"
+"PO-Revision-Date: 2018-04-01 18:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,30 +13,30 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1514320657.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1522607768.000000\n"
-#: ids.hrc:27
+#: uui/inc/ids.hrc:27
msgctxt "RID_UUI_ERRHDL"
msgid "The operation executed on $(ARG1) was aborted."
msgstr "ያስኬዱት የ ነበረው ተግባር በ $(ARG1) ተቋርጧል"
-#: ids.hrc:29
+#: uui/inc/ids.hrc:29
msgctxt "RID_UUI_ERRHDL"
msgid "Access to $(ARG1) was denied."
msgstr "ፍቃድ ወደ $(ARG1) መድረስ ተከልክሏል"
-#: ids.hrc:31
+#: uui/inc/ids.hrc:31
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) already exists."
msgstr "$(ARG1) ቀደም ብሎ ነበር"
-#: ids.hrc:33
+#: uui/inc/ids.hrc:33
msgctxt "RID_UUI_ERRHDL"
msgid "Target already exists."
msgstr "ኢላማው ቀደም ብሎ ነበር"
-#: ids.hrc:35
+#: uui/inc/ids.hrc:35
msgctxt "RID_UUI_ERRHDL"
msgid ""
"You are about to save/export a password protected basic library containing module(s) \n"
@@ -47,242 +47,261 @@ msgstr ""
"$(ARG1)\n"
"በ binary format ለማስቀመጥ በጣም ትልቅ ነው: ሌሎች ተጠቃሚዎች የ ቤተ መጻህፍቱ መግቢያ ቃል የሌላቸው ማክሮስ እንዲያስኬዱ በ እነዚህ ክፍል(ሎች) እርስዎ እነዚህን ክፍል መከፋፈል አለብዎት ወደ ተለያየ ትንንሽ ክፍል መከፈል አለባቸው: መቀጠል ይፈልጋሉ ማስቀመጥ/መላክ ይህን መጻህፍት ቤት?"
-#: ids.hrc:37
+#: uui/inc/ids.hrc:37
+msgctxt "RID_UUI_ERRHDL"
+msgid ""
+"Beware!\n"
+"\n"
+"You are about to load a very unusual sort of file ($(ARG2)) from the URL:\n"
+"\n"
+"$(ARG1)\n"
+"\n"
+"Are you certain that this file is a legacy document created many years ago?"
+msgstr ""
+"ይጠንቀቁ!\n"
+"\n"
+"እርስዎ አሁን ያልተለመደ አይነት ፋይል ሊጭኑ ነው ($(ARG2)) ከ URL:\n"
+"\n"
+"$(ARG1)\n"
+"\n"
+"እርስዎ እርግጠኛ ነዎት ይህ ፋይል ከ ብዙ አመቶች በፊት የ ተፈጠረ መሆኑን?"
+
+#: uui/inc/ids.hrc:39
msgctxt "RID_UUI_ERRHDL"
msgid "The data from $(ARG1) has an incorrect checksum."
msgstr "ዳታው ከ $(ARG1) ትክክለኛ ድምር የለውም"
-#: ids.hrc:39
+#: uui/inc/ids.hrc:41
msgctxt "RID_UUI_ERRHDL"
msgid "The object $(ARG1) cannot be created in directory $(ARG2)."
msgstr "አካሉን $(ARG1) በ ዳይሬክቶሪ ውስጥ መፍጠር አይቻልም $(ARG2)."
-#: ids.hrc:41
+#: uui/inc/ids.hrc:43
msgctxt "RID_UUI_ERRHDL"
msgid "Data of $(ARG1) could not be read."
msgstr "ዳታ ከ $(ARG1) ማንበብ አልተቻለም"
-#: ids.hrc:43
+#: uui/inc/ids.hrc:45
msgctxt "RID_UUI_ERRHDL"
msgid "The seek operation on $(ARG1) could not be performed."
msgstr "የ መፈለግ ተግባሩን ከ $(ARG1) ማካሄድ አልተቻለም"
-#: ids.hrc:45
+#: uui/inc/ids.hrc:47
msgctxt "RID_UUI_ERRHDL"
msgid "The tell operation on $(ARG1) could not be performed."
msgstr "የ ግንኙነት ተግባሩን በ $(ARG1) ላይ መፈጸም አልተቻለም"
-#: ids.hrc:47
+#: uui/inc/ids.hrc:49
msgctxt "RID_UUI_ERRHDL"
msgid "Data for $(ARG1) could not be written."
msgstr "ዳታ ከ $(ARG1) መጻፍ አልተቻለም"
-#: ids.hrc:49
+#: uui/inc/ids.hrc:51
msgctxt "RID_UUI_ERRHDL"
msgid "Action impossible: $(ARG1) is the current directory."
msgstr "ተግባሩ አይቻልም: $(ARG1) በ አሁኑ ዳይሬክቶሪ ውስጥ"
-#: ids.hrc:51
+#: uui/inc/ids.hrc:53
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not ready."
msgstr "$(ARG1) ዝግጁ አይደለም"
-#: ids.hrc:53
+#: uui/inc/ids.hrc:55
msgctxt "RID_UUI_ERRHDL"
msgid "Action impossible: $(ARG1) and $(ARG2) are different devices (drives)."
msgstr "ተግባሩ አይቻልም: $(ARG1) እና $(ARG2) የ ተለያዩ አካሎች ናቸው (drives)."
-#: ids.hrc:55
+#: uui/inc/ids.hrc:57
msgctxt "RID_UUI_ERRHDL"
msgid "General input/output error while accessing $(ARG1)."
msgstr "ጠቅላላ የ ማስገቢያ/ውጤት ስህተት በ መድረስ ላይ እንዳለ $(ARG1)."
-#: ids.hrc:57
+#: uui/inc/ids.hrc:59
msgctxt "RID_UUI_ERRHDL"
msgid "An attempt was made to access $(ARG1) in an invalid way."
msgstr "ለ መድረስ ሙከራ ተደርጓል $(ARG1) ዋጋ በሌለው መንገድ"
-#: ids.hrc:59
+#: uui/inc/ids.hrc:61
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) contains invalid characters."
msgstr "$(ARG1) ዋጋ የሌላቸው ባህሪዎች ይዟል"
-#: ids.hrc:61
+#: uui/inc/ids.hrc:63
msgctxt "RID_UUI_ERRHDL"
msgid "The device (drive) $(ARG1) is invalid."
msgstr "አካሉ (drive) $(ARG1) ዋጋ የለውም"
-#: ids.hrc:63
+#: uui/inc/ids.hrc:65
msgctxt "RID_UUI_ERRHDL"
msgid "The data from $(ARG1) has an invalid length."
msgstr "ዳታው ከ $(ARG1) ዋጋ የሌለው እርዝመት አለው"
-#: ids.hrc:65
+#: uui/inc/ids.hrc:67
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) was started with an invalid parameter."
msgstr "ተግባሩ በ $(ARG1) የ ተጀመረው ዋጋ በሌለው ደንብ ነው"
-#: ids.hrc:67
+#: uui/inc/ids.hrc:69
msgctxt "RID_UUI_ERRHDL"
msgid "The operation cannot be performed because $(ARG1) contains wildcards."
msgstr "ተግባሩን ማከናወን አልተቻለም ምክንያቱም $(ARG1) ሁሉ ገብ ይዟል"
-#: ids.hrc:69
+#: uui/inc/ids.hrc:71
msgctxt "RID_UUI_ERRHDL"
msgid "Error during shared access to $(ARG1)."
msgstr "ስህተት የሚካፈሉት ጋር በ መድረስ ላይ ወደ $(ARG1)."
-#: ids.hrc:71
+#: uui/inc/ids.hrc:73
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) contains misplaced characters."
msgstr "$(ARG1) ቦታውን የሳተ ባህሪ ይዟል"
-#: ids.hrc:73
+#: uui/inc/ids.hrc:75
msgctxt "RID_UUI_ERRHDL"
msgid "The name $(ARG1) contains too many characters."
msgstr "ይህ ስም $(ARG1) በጣም ብዙ ባህሪዎች ይዟል"
-#: ids.hrc:75
+#: uui/inc/ids.hrc:77
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) does not exist."
msgstr "$(ARG1) አልነበረም"
-#: ids.hrc:77
+#: uui/inc/ids.hrc:79
msgctxt "RID_UUI_ERRHDL"
msgid "The path $(ARG1) does not exist."
msgstr "ይህ መንገድ $(ARG1) አልነበረም"
-#: ids.hrc:79
+#: uui/inc/ids.hrc:81
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) is not supported on this operating system."
msgstr "ይህ ተግባር $(ARG1) በዚህ የ መስሪያ ስርአት የ ተደገፈ አይደለም"
-#: ids.hrc:81
+#: uui/inc/ids.hrc:83
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not a directory."
msgstr "$(ARG1) ዳይሬክቶሪ አይደለም"
-#: ids.hrc:83
+#: uui/inc/ids.hrc:85
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not a file."
msgstr "$(ARG1) ፋይል አይደለም"
-#: ids.hrc:85
+#: uui/inc/ids.hrc:87
msgctxt "RID_UUI_ERRHDL"
msgid "There is no space left on device $(ARG1)."
msgstr "በ አካሉ ላይ ምንም ባዶ ቦታ የለም $(ARG1)."
-#: ids.hrc:87
+#: uui/inc/ids.hrc:89
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) cannot be performed because too many files are already open."
msgstr "ተግባሩን በ $(ARG1) መፈጸም አልተቻለም ምክንያቱም በጣም ብዙ ፋይሎች ተከፍተዋል"
-#: ids.hrc:89
+#: uui/inc/ids.hrc:91
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) cannot be performed because there is no more memory available."
msgstr "ተግባሩን በ $(ARG1) መፈጸም አልተቻለም ምክንያቱም በቂ ማስታወሻ የለም"
-#: ids.hrc:91
+#: uui/inc/ids.hrc:93
msgctxt "RID_UUI_ERRHDL"
msgid "The operation on $(ARG1) cannot continue because more data is pending."
msgstr "ተግባሩ በ $(ARG1) ላይ መቀጠል አልተቻለም ምክንያቱም ተጨማሪ ዳታ በ መጠበቅ ላይ ነው"
-#: ids.hrc:93
+#: uui/inc/ids.hrc:95
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) cannot be copied into itself."
msgstr "$(ARG1) ወደ ራሱ ኮፒ ማድረግ አይቻልም"
-#: ids.hrc:95
+#: uui/inc/ids.hrc:97
msgctxt "RID_UUI_ERRHDL"
msgid "Unknown input/output error while accessing $(ARG1)."
msgstr "ያልታወቀ ማስገቢያ/ውጤት ስህተት ለ መድረስ በመሞከር ላይ እንዳለ $(ARG1)."
-#: ids.hrc:97
+#: uui/inc/ids.hrc:99
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is write protected."
msgstr "$(ARG1) በላዩ ላይ መጻፍ አይቻልም"
-#: ids.hrc:99
+#: uui/inc/ids.hrc:101
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not in the correct format."
msgstr "$(ARG1)ትክክለኛ አቀራረብ አይደለም"
-#: ids.hrc:101
+#: uui/inc/ids.hrc:103
msgctxt "RID_UUI_ERRHDL"
msgid "The version of $(ARG1) is not correct."
msgstr "ይህ እትም $(ARG1) ትክክል አይደለም"
-#: ids.hrc:103
+#: uui/inc/ids.hrc:105
msgctxt "RID_UUI_ERRHDL"
msgid "Drive $(ARG1) does not exist."
msgstr "አካሉን $(ARG1) ማግኘት አልተቻለም"
-#: ids.hrc:105
+#: uui/inc/ids.hrc:107
msgctxt "RID_UUI_ERRHDL"
msgid "Folder $(ARG1) does not exist."
msgstr "ፎልደሩ $(ARG1) አልነበረም"
-#: ids.hrc:107
+#: uui/inc/ids.hrc:109
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version is not supported."
msgstr "የ ተገጠመው የ Java version የ ተደገፈ አይደለም"
-#: ids.hrc:109
+#: uui/inc/ids.hrc:111
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version $(ARG1) is not supported."
msgstr "የ ተገጠመው የ Java version $(ARG1) የ ተደገፈ አይደለም"
-#: ids.hrc:111
+#: uui/inc/ids.hrc:113
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version is not supported, at least version $(ARG1) is required."
msgstr "የ ተገጠመው የ Java version የ ተደገፈ አይደለም: ቢያንስ ይህ እትም $(ARG1) ያስፈልጋል"
-#: ids.hrc:113
+#: uui/inc/ids.hrc:115
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is required."
msgstr "የ ተገጠመው የ Java version $(ARG1) የ ተደገፈ አይደለም: ቢያንስ ይህ እትም $(ARG2) ያስፈልጋል"
-#: ids.hrc:115
+#: uui/inc/ids.hrc:117
msgctxt "RID_UUI_ERRHDL"
msgid "The data associated with the partnership is corrupted."
msgstr "ዳታው የተዛመደው ሽርክና የተበላሸ ነው"
-#: ids.hrc:117
+#: uui/inc/ids.hrc:119
msgctxt "RID_UUI_ERRHDL"
msgid "The data associated with the partnership $(ARG1) is corrupted."
msgstr "ዳታው የተዛመደው ሽርክና $(ARG1) የተበላሸ ነው"
-#: ids.hrc:119
+#: uui/inc/ids.hrc:121
msgctxt "RID_UUI_ERRHDL"
msgid "Volume $(ARG1) is not ready."
msgstr "መጠኑ $(ARG1) ዝግጁ አይደለም"
-#: ids.hrc:121
+#: uui/inc/ids.hrc:123
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not ready; please insert a storage medium."
msgstr "$(ARG1) ዝግጁ አይደለም ; እባክዎን ማስቀመጫ አካል ያስገቡ"
-#: ids.hrc:123
+#: uui/inc/ids.hrc:125
msgctxt "RID_UUI_ERRHDL"
msgid "Volume $(ARG1) is not ready; please insert a storage medium."
msgstr "መጠኑ $(ARG1) ዝግጁ አይደለም: እባክዎን ማስቀመጫ አካል ያስገቡ"
-#: ids.hrc:125
+#: uui/inc/ids.hrc:127
msgctxt "RID_UUI_ERRHDL"
msgid "Please insert disk $(ARG1)."
msgstr "እባክዎን ዲስክ ያስገቡ $(ARG1)"
-#: ids.hrc:127
+#: uui/inc/ids.hrc:129
msgctxt "RID_UUI_ERRHDL"
msgid "The object cannot be created in directory $(ARG1)."
msgstr "አካሉን በ ዳይሬክቶሪ ውስጥ መፍጠር አልተቻለም $(ARG1)."
-#: ids.hrc:129
+#: uui/inc/ids.hrc:131
msgctxt "RID_UUI_ERRHDL"
msgid "%PRODUCTNAME cannot keep files from being overwritten when this transmission protocol is used. Do you want to continue anyway?"
msgstr "%PRODUCTNAME ይህን የ ማስተላለፊያ አሰራር ሲጠቀሙ ፋይሎች ላይ ተደርቦ እንዳይጻፍባቸው መከልከል አይቻልም: ለማንኛውም መቀጠል ይፈልጋሉ?"
-#: ids.hrc:131
+#: uui/inc/ids.hrc:133
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The file '$(ARG1)' is corrupt and therefore cannot be opened. %PRODUCTNAME can try to repair the file.\n"
@@ -303,12 +322,12 @@ msgstr ""
"\n"
"ሰነዱን %PRODUCTNAME ለመጠገን ልሞክር?\n"
-#: ids.hrc:133
+#: uui/inc/ids.hrc:135
msgctxt "RID_UUI_ERRHDL"
msgid "The file '$(ARG1)' could not be repaired and therefore cannot be opened."
msgstr "ይህን ፋይል '$(ARG1)' መጠገን አልተቻለም ስለዚህ መክፈት አይቻልም"
-#: ids.hrc:135
+#: uui/inc/ids.hrc:137
msgctxt "RID_UUI_ERRHDL"
msgid ""
"Configuration data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\n"
@@ -317,7 +336,7 @@ msgstr ""
"ዳታ ማዋቀሪያው ውስጥ በ '$(ARG1)' ተበላሽቷል: ያለዚህ ዳታ አንዳንድ ተግባሮች በትክክል ላይሰሩ ይችላሉ\n"
"መቀጠል ይፈልጋሉ ለማስጀመር ከ %PRODUCTNAME የ ተበላሹ የ ዳታ ማዋቀሪያዎችን ሳይጨምር?"
-#: ids.hrc:137
+#: uui/inc/ids.hrc:139
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The personal configuration file '$(ARG1)' is corrupted and must be deleted to continue. Some of your personal settings may be lost.\n"
@@ -326,12 +345,12 @@ msgstr ""
"የ ግል ፋይል ማዋቀሪያው '$(ARG1)' ተበላሽቷል እና መጥፋት አለበት ለመቀጠል: አንዳንድ የ እርስዎ የ ግል ማሰናጃዎች አብረው ሊጠፉ ይችላሉ\n"
"መቀጠል ይፈልጋሉ ለማስጀመር ከ %PRODUCTNAME የ ተበላሹ የ ዳታ ማዋቀሪያዎችን ሳይጨምር?"
-#: ids.hrc:139
+#: uui/inc/ids.hrc:141
msgctxt "RID_UUI_ERRHDL"
msgid "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly."
msgstr "የ ዳታ ምንጭ ማዋቀሪያውን '$(ARG1)' ማግኘት አልተቻለም: ያለዚህ ዳታ አንዳንድ ተግባሮች በ ትክክል ላይሰሩ ይችላሉ"
-#: ids.hrc:141
+#: uui/inc/ids.hrc:143
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\n"
@@ -340,27 +359,27 @@ msgstr ""
"የ ዳታ ምንጭ ማዋቀሪያውን '$(ARG1)' ማግኘት አልተቻለም: ያለዚህ ዳታ አንዳንድ ተግባሮች በ ትክክል ላይሰሩ ይችላሉ\n"
"መቀጠል ይፈልጋሉ ለ ማስጀመር ከ %PRODUCTNAME የ ተበላሹ የ ዳታ ማዋቀሪያዎችን ሳይጨምር?"
-#: ids.hrc:143
+#: uui/inc/ids.hrc:145
msgctxt "RID_UUI_ERRHDL"
msgid "The form contains invalid data. Do you still want to continue?"
msgstr "ፎርሙ ዋጋ የሌለው ዳታ ይዟል: መቀጠል ይፈልጋሉ?"
-#: ids.hrc:145
+#: uui/inc/ids.hrc:147
msgctxt "RID_UUI_ERRHDL"
msgid "The file $(ARG1) is locked by another user. Currently, another write access to this file cannot be granted."
msgstr "ይህ ፋይል $(ARG1) በሌላ ተጠቃሚ ተቆልፏል: አሁን ሌላ የ መጻፍ ፍቃድ ለዚህ ፋይል አይሰጥም"
-#: ids.hrc:147
+#: uui/inc/ids.hrc:149
msgctxt "RID_UUI_ERRHDL"
msgid "The file $(ARG1) is locked by yourself. Currently, another write access to this file cannot be granted."
msgstr "ይህ ፋይል $(ARG1) በ እርስዎ ተቆልፏል: አሁን: ሌላ የ መጻፍ ፍቃድ ለዚህ ፋይል አይሰጥም"
-#: ids.hrc:149
+#: uui/inc/ids.hrc:151
msgctxt "RID_UUI_ERRHDL"
msgid "The file $(ARG1) is currently not locked by yourself."
msgstr "ይህ ፋይል $(ARG1) አሁን በ እርስዎ አልተቆለፈም"
-#: ids.hrc:151
+#: uui/inc/ids.hrc:153
msgctxt "RID_UUI_ERRHDL"
msgid ""
"The previously obtained lock for file $(ARG1) has expired.\n"
@@ -369,7 +388,7 @@ msgstr ""
"ቀደም ያለው የተገኘው የ ፋይል መቆለፊያ $(ARG1) የተበላሸ ነው\n"
"እንደዚህ አይነት ሁኔታ የሚፈጠረው በ ሰርቨሩ በኩል ፋይሉን ለ መቆለፍ ሲሞከር ነው: ማረጋገጫ መስጠት አይቻልም የ መጻፍ ተግባር በዚህ ፋይል ላይ ተደርቦ እንደማይጻፍ ሌሎች ተጠቃሚዎች በሚፈጥሩት ለውጥ!"
-#: ids.hrc:153
+#: uui/inc/ids.hrc:155
msgctxt "RID_UUI_ERRHDL"
msgid ""
"Component cannot be loaded, possibly broken or incomplete installation.\n"
@@ -382,7 +401,7 @@ msgstr ""
"\n"
" $(ARG1)."
-#: ids.hrc:158
+#: uui/inc/ids.hrc:160
msgctxt "STR_UUI_UNKNOWNAUTH_UNTRUSTED"
msgid ""
"Unable to verify the identity of $(ARG1) site.\n"
@@ -393,7 +412,7 @@ msgstr ""
"\n"
"ይህን የ ምስክር ወረቀት ከ መቀበሎት በፊት የ ድህረ ገጹን የ ምስክር ወረቀት በሚገባ ይመርምሩ: ይህን የ ምስክር ወረቀት ድህረ ገጹን ለ መለየት ብቻ እንደሚጠቀሙበት መቀበል ይፈልጋሉ $(ARG1)?"
-#: ids.hrc:159
+#: uui/inc/ids.hrc:161
msgctxt "STR_UUI_SSLWARN_EXPIRED"
msgid ""
"$(ARG1) is a site that uses a security certificate to encrypt data during transmission, but its certificate expired on $(ARG2).\n"
@@ -404,12 +423,12 @@ msgstr ""
"\n"
"እርግጠኛ ይሁኑ የ ኮምፒዩተሩ ሰአት ትክክለኛ መሆኑን"
-#: ids.hrc:160
+#: uui/inc/ids.hrc:162
msgctxt "STR_UUI_SSLWARN_EXPIRED_TITLE"
msgid "Security Warning: Server Certificate Invalid"
msgstr "የ ደህንነት ማስጠንቀቂያ: የ ሰርቨሩ ምስክር ወረቀት ዋጋ የለውም"
-#: ids.hrc:161
+#: uui/inc/ids.hrc:163
msgctxt "STR_UUI_SSLWARN_DOMAINMISMATCH"
msgid ""
"You have attempted to establish a connection with $(ARG1). However, the security certificate presented belongs to $(ARG2). It is possible, though unlikely, that someone may be trying to intercept your communication with this web site.\n"
@@ -424,12 +443,12 @@ msgstr ""
"\n"
"ለማንኛውም መቀጠል ይፈልጋሉ?"
-#: ids.hrc:162
+#: uui/inc/ids.hrc:164
msgctxt "STR_UUI_SSLWARN_DOMAINMISMATCH_TITLE"
msgid "Security Warning: Server Certificate Expired"
msgstr "የ ደህንነት ማስጠንቀቂያ: የ ሰርቨሩ ምስክር ወረቀት ጊዜው አልፎበታል"
-#: ids.hrc:163
+#: uui/inc/ids.hrc:165
msgctxt "STR_UUI_SSLWARN_INVALID"
msgid ""
"The certificate could not be validated. You should examine this site's certificate carefully.\n"
@@ -440,133 +459,129 @@ msgstr ""
"\n"
"የሚያዩትን የ ምስክር ወረቀት ከ ተጠራጠሩ: እባክዎን ግንኙነቱን ይሰርዙ እና ለ ድህረ ገጹ አስተዳዳሪ ያሳውቁ"
-#: ids.hrc:164
+#: uui/inc/ids.hrc:166
msgctxt "STR_UUI_SSLWARN_INVALID_TITLE"
msgid "Security Warning: Domain Name Mismatch"
msgstr "የ ደህንነት ማስጠንቀቂያ: የ ግዛቱ ስም አይመሳሰልም"
-#: strings.hrc:25
+#: uui/inc/strings.hrc:25
msgctxt "STR_ENTER_PASSWORD_TO_OPEN"
msgid "Enter password to open file: \n"
msgstr "የ መግቢያ ቃል ያስገቡ ፋይሉን ለ መክፈት: \n"
-#: strings.hrc:26
+#: uui/inc/strings.hrc:26
msgctxt "STR_ENTER_PASSWORD_TO_MODIFY"
msgid "Enter password to modify file: \n"
msgstr "የ መግቢያ ቃል ያስገቡ ፋይሉን ለ ማሻሻል: \n"
-#: strings.hrc:27
+#: uui/inc/strings.hrc:27
msgctxt "STR_ENTER_SIMPLE_PASSWORD"
msgid "Enter password: "
msgstr "የመግቢያ ቃል ያስገቡ : "
-#: strings.hrc:28
+#: uui/inc/strings.hrc:28
msgctxt "STR_CONFIRM_SIMPLE_PASSWORD"
msgid "Confirm password: "
msgstr "የመግቢያ ቃሉን ያረጋግጡ : "
-#: strings.hrc:29
+#: uui/inc/strings.hrc:29
msgctxt "STR_TITLE_CREATE_PASSWORD"
msgid "Set Password"
msgstr "የመግቢያ ቃል ማሰናጃ"
-#: strings.hrc:30
+#: uui/inc/strings.hrc:30
msgctxt "STR_TITLE_ENTER_PASSWORD"
msgid "Enter Password"
msgstr "የመግቢያ ቃል ማስገቢያ"
-#: strings.hrc:31
+#: uui/inc/strings.hrc:31
msgctxt "STR_PASSWORD_MISMATCH"
msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
msgstr "የ ማረጋገጫው መግቢያ ቃል ከ መግቢያው ቃል ጋር አይመሳሰልም፡ የ መግቢያ ቃል እንደገና ያሰናዱ ቤሁለቱም መጻፊያ ሳጥን ውስጥ አንድ አይነት የ መግቢያ ቃል ያስገቡ"
-#: strings.hrc:33
+#: uui/inc/strings.hrc:33
msgctxt "STR_ALREADYOPEN_TITLE"
msgid "Document in Use"
msgstr "እየተጠቀሙበት ያለው ሰነድ"
-#: strings.hrc:34
+#: uui/inc/strings.hrc:34
msgctxt "STR_ALREADYOPEN_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n"
"\n"
-"Open document read-only, or ignore own file locking and open the document for editing.\n"
-"\n"
+"Open document read-only, or ignore own file locking and open the document for editing."
msgstr ""
-"የፋይሉ ሰነድ '$(ARG1)' ተቆልፏል በእርስዎ ለእርማት በሌላ ስርአት ከ ጀምሮ $(ARG2)\n"
-"\n"
-"ሰንድ መክፈቻ ለንባብ-ብቻ ፡ ወይም የተቆለፈውን መተው እና ሰነዱን ለ እርማት መክፈቻ\n"
+"የ ሰነድ ፋይል '$(ARG1)' ተቆልፏል በ እርስዎ ለ እርማት በ ሌላ ስርአት ከዚህ ጀምሮ $(ARG2)\n"
"\n"
+"ሰነድ መክፈቻ ለ ንባብ-ብቻ: ወይንም የተቆለፈውን መተው እና ሰነዱን ለ እርማት መክፈቻ"
-#: strings.hrc:35
+#: uui/inc/strings.hrc:35
msgctxt "STR_ALREADYOPEN_READONLY_BTN"
msgid "Open ~Read-Only"
msgstr "መክፈቻ ~ለማንበብ-ብቻ"
-#: strings.hrc:36
+#: uui/inc/strings.hrc:36
msgctxt "STR_ALREADYOPEN_OPEN_BTN"
msgid "~Open"
msgstr "~መክፈቻ"
-#: strings.hrc:37
+#: uui/inc/strings.hrc:37
msgctxt "STR_ALREADYOPEN_SAVE_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n"
"\n"
-"Close document on other system and retry saving or ignore own file locking and save current document.\n"
-"\n"
+"Close document on other system and retry saving or ignore own file locking and save current document."
msgstr ""
-"የፋይሉ ሰነድ '$(ARG1)' ተቆልፏል በእርስዎ ለእርማት በሌላ ስርአት ከ ጀምሮ $(ARG2)\n"
-"\n"
-"ሰነዱን መዝጊያ በሌላኛው ስርአት ላይ እና እንደገና መሞከር ለማስቀመጥ ወይንም ለመተው ፋይል መቆለፉን እና የአሁኑን ሰነድ ማስቀመጫ\n"
+"የ ሰነድ ፋይል '$(ARG1)' ተቆልፏል በ እርስዎ ለ እርማት በ ሌላ ስርአት ከዚህ ጀምሮ $(ARG2)\n"
"\n"
+"ሰነድ መክፈቻ ለ ንባብ-ብቻ: ወይንም የተቆለፈውን መተው እና ሰነዱን ለ እርማት መክፈቻ"
-#: strings.hrc:38
+#: uui/inc/strings.hrc:38
msgctxt "STR_ALREADYOPEN_RETRY_SAVE_BTN"
msgid "~Retry Saving"
msgstr "ለማስቀመጥ ~እንደገና መሞከሪያ"
-#: strings.hrc:39
+#: uui/inc/strings.hrc:39
msgctxt "STR_ALREADYOPEN_SAVE_BTN"
msgid "~Save"
msgstr "~ማስቀመጫ"
-#: strings.hrc:41
+#: uui/inc/strings.hrc:41
msgctxt "RID_KEEP_PASSWORD"
msgid "~Remember password until end of session"
msgstr "ክፍለ ጊዜው እስከሚያልቅ የመግቢያ ቃሉን ~አስታውስ"
-#: strings.hrc:42
+#: uui/inc/strings.hrc:42
msgctxt "RID_SAVE_PASSWORD"
msgid "~Remember password"
msgstr "የመግቢያ ቃሉን ~አስታውስ"
-#: strings.hrc:43
+#: uui/inc/strings.hrc:43
msgctxt "STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE"
msgid "Non-Encrypted Streams"
msgstr "ምንም-ያልተመሰጠረ ማስተላለፊያ"
-#: strings.hrc:45
+#: uui/inc/strings.hrc:45
msgctxt "STR_LOCKFAILED_TITLE"
msgid "Document Could Not Be Locked"
msgstr "ሰነዱን መቆለፍ አልተቻለም"
-#: strings.hrc:46
+#: uui/inc/strings.hrc:46
msgctxt "STR_LOCKFAILED_MSG"
msgid "The lock file could not be created for exclusive access by %PRODUCTNAME, due to missing permission to create a lock file on that file location or lack of free disk space."
msgstr "ፋይሉን መቆለፍ አልተቻለም ሙሉ በሙሉ ለ መድረስ %PRODUCTNAME, በ ጎደለ የ ፍቃድ ምክንያት የ ፋይል መቆለፊያ በዚያ ፋይል አካባቢ ለ መፍጠር"
-#: strings.hrc:47
+#: uui/inc/strings.hrc:47
msgctxt "STR_LOCKFAILED_OPENREADONLY_BTN"
msgid "Open ~Read-Only"
msgstr "መክፈቻ ~ለማንበብ-ብቻ"
-#: strings.hrc:49
+#: uui/inc/strings.hrc:49
msgctxt "STR_OPENLOCKED_TITLE"
msgid "Document in Use"
msgstr "እየተጠቀሙበት ያለው ሰነድ"
-#: strings.hrc:50
+#: uui/inc/strings.hrc:50
msgctxt "STR_OPENLOCKED_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by:\n"
@@ -575,85 +590,103 @@ msgid ""
"\n"
"Open document read-only or open a copy of the document for editing.\n"
"\n"
+"$(ARG3)"
msgstr ""
-"የሰነዱ ፋይል '$(ARG1)' ተዘግቷል ለማረም በ :\n"
+"የ ሰነዱ ፋይል '$(ARG1)' ተዘግቷል ለ ማረም በ:\n"
"\n"
"$(ARG2)\n"
"\n"
-"ሰነዱን ለንባብ-ብቻ መክፈቻ ወይም የሰነዱን ኮፒ መክፈቻ ለማረሚያ\n"
+"ሰነዱን ለንባብ-ብቻ መክፈቻ ወይም የ ሰነዱን ኮፒ መክፈቻ ለ ማረሚያ\n"
"\n"
+"$(ARG3)"
+
+#: uui/inc/strings.hrc:51
+msgctxt "STR_OPENLOCKED_ALLOWIGNORE_MSG"
+msgid "You may also ignore the file locking and open the document for editing."
+msgstr "እርስዎ የ ፋይል መቆለፊያውን መተው: እና ሰነዱን ለ ማረም መክፈት ይችላሉ"
-#: strings.hrc:51
+#: uui/inc/strings.hrc:52
msgctxt "STR_OPENLOCKED_OPENREADONLY_BTN"
msgid "Open ~Read-Only"
msgstr "መክፈቻ ~ለማንበብ-ብቻ"
-#: strings.hrc:52
+#: uui/inc/strings.hrc:53
msgctxt "STR_OPENLOCKED_OPENCOPY_BTN"
msgid "Open ~Copy"
msgstr "~ኮፒ መክፈቻ"
-#: strings.hrc:53
+#: uui/inc/strings.hrc:54
msgctxt "STR_UNKNOWNUSER"
msgid "Unknown User"
msgstr "ያልታወቀ ተጠቃሚ"
-#: strings.hrc:55
+#: uui/inc/strings.hrc:56
msgctxt "STR_FILECHANGED_TITLE"
msgid "Document Has Been Changed by Others"
msgstr "ሰነዱ በሌሎች ተቀይሯል"
-#: strings.hrc:56
+#: uui/inc/strings.hrc:57
msgctxt "STR_FILECHANGED_MSG"
msgid ""
"The file has been changed since it was opened for editing in %PRODUCTNAME. Saving your version of the document will overwrite changes made by others.\n"
"\n"
-"Do you want to save anyway?\n"
-"\n"
+"Do you want to save anyway?"
msgstr ""
-"ፋይሉ ተቀይሯል ለማረም ከተከፈተ ጊዜ ጀምሮ በ %PRODUCTNAME. የ እርስዎን ሰነድ እትም ማስቀመጥ ሌሎች በቀየሩት ላይ ደርቦ ይጽፈበታል \n"
-"\n"
-"ለማንኛውም ማስቀመጥ ይፈልጋሉ?\n"
+"ፋይሉ ተቀይሯል ለ ማረም ከ ተከፈተ ጊዜ ጀምሮ በ %PRODUCTNAME. የ እርስዎን ሰነድ እትም ማስቀመጥ ሌሎች በ ቀየሩት ላይ ደርቦ ይጽፈበታል \n"
"\n"
+"ለማንኛውም ማስቀመጥ ይፈልጋሉ?"
-#: strings.hrc:57
+#: uui/inc/strings.hrc:58
msgctxt "STR_FILECHANGED_SAVEANYWAY_BTN"
msgid "~Save Anyway"
msgstr "~ላስቀምጠው ለማናቸውም"
-#: strings.hrc:59
+#: uui/inc/strings.hrc:60
msgctxt "STR_TRYLATER_TITLE"
msgid "Document in Use"
msgstr "እየተጠቀሙበት ያለው ሰነድ"
-#: strings.hrc:60
+#: uui/inc/strings.hrc:61
msgctxt "STR_TRYLATER_MSG"
msgid ""
"Document file '$(ARG1)' is locked for editing by:\n"
"\n"
"$(ARG2)\n"
"\n"
-"Try again later to save document or save a copy of that document.\n"
-"\n"
+"Try again later to save document or save a copy of that document."
msgstr ""
-"የሰነዱ ፋይል '$(ARG1)' ለማረም ተቆልፏል በ :\n"
+"የ ሰነዱ ፋይል '$(ARG1)' ለ ማረም ተቆልፏል በ:\n"
+"\n"
+"$(ARG2)\n"
+"\n"
+"ሰነዱን ለ ማስቀመጥ እንደገና በኋላ ይሞክሩ ወይንም የ ሰነዱን ኮፒ ለ ማስቀመጥ"
+
+#: uui/inc/strings.hrc:62
+msgctxt "STR_OVERWRITE_IGNORELOCK_MSG"
+msgid ""
+"Document file '$(ARG1)' is locked for editing by:\n"
"\n"
"$(ARG2)\n"
"\n"
-"ሰነዱን ለማስቀመጥ እንደገና በኋላ ይሞክሩ ወይም የሰነዱን ኮፒ ለማስቀመጥ\n"
+"You may try to ignore the file locking and overwrite the existing document."
+msgstr ""
+"የ ሰነዱ ፋይል '$(ARG1)' ተቆልፏል ለ ማረም በ:\n"
+"\n"
+"$(ARG2)\n"
"\n"
+"እርስዎ የ ፋይል መቆለፊያውን መተው: እና በ ነበረው ሰነድ ላይ ደርበው መጻፍ ይችላሉ"
-#: strings.hrc:61
+#: uui/inc/strings.hrc:63
msgctxt "STR_TRYLATER_RETRYSAVING_BTN"
msgid "~Retry Saving"
msgstr "ለማስቀመጥ ~እንደገና መሞከሪያ"
-#: strings.hrc:62
+#: uui/inc/strings.hrc:64
msgctxt "STR_TRYLATER_SAVEAS_BTN"
msgid "~Save As..."
msgstr "~ማስቀመጫ እንደ..."
-#: strings.hrc:64
+#: uui/inc/strings.hrc:66
msgctxt "STR_RENAME_OR_REPLACE"
msgid ""
"A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\n"
@@ -662,7 +695,7 @@ msgstr ""
"ፋይል በዚህ ስም \"%NAME\" ቀደም ሲል ነበር በ \"%FOLDER\".\n"
"ይምረጡ መቀየሪያ የሚለውን በ ነበረው ፋይል ላይ ደርቦ ለ መጻፍ ወይንም አዲስ ስም ለመስጠት"
-#: strings.hrc:65
+#: uui/inc/strings.hrc:67
msgctxt "STR_NAME_CLASH_RENAME_ONLY"
msgid ""
"A file with the name \"%NAME\" already exists in the location \"%FOLDER\".\n"
@@ -671,107 +704,97 @@ msgstr ""
"ፋይል በዚህ ስም \"%NAME\" ቀደም ሲል ነበር በ \"%FOLDER\".\n"
"እባክዎን አዲስ ስም ያስገቡ"
-#: strings.hrc:66
+#: uui/inc/strings.hrc:68
msgctxt "STR_SAME_NAME_USED"
msgid "Please provide a different file name!"
msgstr "እባክዎን የተለየ የ ፋይል ስም ያስገቡ!"
-#: strings.hrc:68
+#: uui/inc/strings.hrc:70
msgctxt "STR_ERROR_PASSWORD_TO_OPEN_WRONG"
msgid "The password is incorrect. The file cannot be opened."
msgstr "የመግቢያ ቃሉ የተሳሳተ ነው ፡ ፋይሉን መክፈት አይቻልም"
-#: strings.hrc:69
+#: uui/inc/strings.hrc:71
msgctxt "STR_ERROR_PASSWORD_TO_MODIFY_WRONG"
msgid "The password is incorrect. The file cannot be modified."
msgstr "የመግቢያ ቃሉ የተሳሳተ ነው ፡ ፋይሉን ማሻሻል አይቻልም"
-#: strings.hrc:70
+#: uui/inc/strings.hrc:72
msgctxt "STR_ERROR_MASTERPASSWORD_WRONG"
msgid "The master password is incorrect."
msgstr "ዋናው የመግቢያ ቃል ትክክል አይደለም"
-#: strings.hrc:71
+#: uui/inc/strings.hrc:73
msgctxt "STR_ERROR_SIMPLE_PASSWORD_WRONG"
msgid "The password is incorrect."
msgstr "የመግቢያ ቃሉ ትክክል አይደለም"
-#: strings.hrc:72
+#: uui/inc/strings.hrc:74
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The password confirmation does not match."
msgstr "የመግቢያ ቃሉ ማረጋገጫ ያስገቡት አይመሳሰልም"
-#: strings.hrc:74
+#: uui/inc/strings.hrc:76
msgctxt "STR_LOCKCORRUPT_TITLE"
msgid "Lock file is corrupted"
msgstr "የ ተቆለፈው ፋይል የ ተበላሸ ነው"
-#: strings.hrc:75
+#: uui/inc/strings.hrc:77
msgctxt "STR_LOCKCORRUPT_MSG"
msgid "The lock file is corrupted and probably empty. Opening the document read-only and closing it again removes the corrupted lock file."
msgstr "የ ፋይል መቆለፊያ የ ተበላሸ ነው እና ምናልባት ባዲ ይሆናል: ሰነዱን መክፈት ለ ንባብ-ብቻ ዘዴ እና መዝጋት ምናልባት የ ተበላሸውን የ ፋይል መቆለፊያ ሊያስወግደው ይችላል"
-#: strings.hrc:76
+#: uui/inc/strings.hrc:78
msgctxt "STR_LOCKCORRUPT_OPENREADONLY_BTN"
msgid "Open ~Read-Only"
msgstr "መክፈቻ ~ለማንበብ-ብቻ"
-#: authfallback.ui:8
+#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
msgid "Authentication Code"
msgstr "የ ማረጋገጫ ዘዴ ኮድ"
-#: authfallback.ui:130
+#: uui/uiconfig/ui/authfallback.ui:128
msgctxt "authfallback|label1"
msgid "Enter the 6 digit PIN:"
msgstr "ያስገቡ የ 6 አሀዝ ፒን:"
-#: filterselect.ui:7
+#: uui/uiconfig/ui/filterselect.ui:7
msgctxt "filterselect|FilterSelectDialog"
msgid "Filter Selection"
msgstr "የማጣሪያ ምርጫዎች"
-#: logindialog.ui:8
+#: uui/uiconfig/ui/logindialog.ui:8
msgctxt "logindialog|LoginDialog"
msgid "Authentication Required"
msgstr "ማረጋገጫ ያስፈልጋል"
-#: logindialog.ui:80
+#: uui/uiconfig/ui/logindialog.ui:83
msgctxt "logindialog|syscreds"
msgid "_Use system credentials"
msgstr "የ ስርአቱን ማረጋገጫ _ይጠቀሙ"
-#: logindialog.ui:96
+#: uui/uiconfig/ui/logindialog.ui:99
msgctxt "logindialog|remember"
msgid "_Remember password"
msgstr "የመግቢያ ቃሉን _አስታውስ"
-#: logindialog.ui:127
+#: uui/uiconfig/ui/logindialog.ui:129
msgctxt "logindialog|accountft"
msgid "A_ccount:"
msgstr "መ_ግለጫ:"
-#: logindialog.ui:141
+#: uui/uiconfig/ui/logindialog.ui:143
msgctxt "logindialog|passwordft"
msgid "Pass_word:"
msgstr "የመግቢያ_ቃል:"
-#: logindialog.ui:180
+#: uui/uiconfig/ui/logindialog.ui:182
msgctxt "logindialog|nameft"
msgid "_User name:"
msgstr "የ _ተጠቃሚ ስም:"
-#: logindialog.ui:194
-msgctxt "logindialog|pathft"
-msgid "_Path:"
-msgstr "_መንገድ:"
-
-#: logindialog.ui:222
-msgctxt "logindialog|pathbtn"
-msgid "_Browse…"
-msgstr "_መቃኛ…"
-
-#: logindialog.ui:244
+#: uui/uiconfig/ui/logindialog.ui:196
msgctxt "logindialog|loginrealm"
msgid ""
"Enter user name and password for:\n"
@@ -780,7 +803,7 @@ msgstr ""
"የተጠቃሚ ስም እና የመግቢያ ቃል ያስገቡ ለ:\n"
"“%2” on %1"
-#: logindialog.ui:258
+#: uui/uiconfig/ui/logindialog.ui:210
msgctxt "logindialog|wrongloginrealm"
msgid ""
"Wrong user name and password for:\n"
@@ -789,7 +812,7 @@ msgstr ""
"የ ተሳሳተ የ ተጠቃሚ ስም እና የ መግቢያ ቃል ለ:\n"
"“%2” on %1"
-#: logindialog.ui:272
+#: uui/uiconfig/ui/logindialog.ui:224
msgctxt "logindialog|wrongrequestinfo"
msgid ""
"Wrong user name and password for:\n"
@@ -798,7 +821,7 @@ msgstr ""
"የ ተሳሳተ የ ተጠቃሚ ስም እና የመግቢያ ቃል ለ:\n"
"%1"
-#: logindialog.ui:286
+#: uui/uiconfig/ui/logindialog.ui:238
msgctxt "logindialog|requestinfo"
msgid ""
"Enter user name and password for:\n"
@@ -807,142 +830,143 @@ msgstr ""
"የተጠቃሚ ስም እና የመግቢያ ቃል ያስገቡ ለ:\n"
"%1"
-#: logindialog.ui:300
+#: uui/uiconfig/ui/logindialog.ui:252
msgctxt "logindialog|errorft"
msgid "Message from server:"
msgstr "መልእክት ከ ሰርቨሩ:"
-#: macrowarnmedium.ui:9
+#: uui/uiconfig/ui/macrowarnmedium.ui:8
msgctxt "macrowarnmedium|MacroWarnMedium"
msgid "%PRODUCTNAME - Security Warning"
msgstr "%PRODUCTNAME - የ ደህንነት ማስጠንቀቂያ"
-#: macrowarnmedium.ui:25
-msgctxt "macrowarnmedium|ok"
-msgid "_Enable Macros"
-msgstr "ማክሮስ _ማስቻያ"
+#: uui/uiconfig/ui/macrowarnmedium.ui:14
+msgctxt "macrowarnmedium|descr2Label"
+msgid ""
+"The document contains document macros.\n"
+"\n"
+"Macros may contain viruses. Disabling macros for a document is always safe. If you disable macros you may lose functionality provided by the document macros."
+msgstr ""
+"ይህ ሰነድ በውስጡ የ ሰነድ ማክሮዎች ይዟል.\n"
+"\n"
+"ማክሮስ ምናልባት ቫይረሶች ሊይዙ ይችላሉ: ለ ሰነዶች ማክሮስ ማሰናከል ሁልጊዜ ለ ደህንነት ጥሩ ነው: ማክሮስ ካሰናከሉ አንዳንድ ተግባሮችን ሊያጡ ይችላሉ በ ሰነዱ ውስጥ የ ቀረቡ ማክሮስ"
-#: macrowarnmedium.ui:39
+#: uui/uiconfig/ui/macrowarnmedium.ui:28
msgctxt "macrowarnmedium|cancel"
msgid "_Disable Macros"
msgstr "ማክሮስ _ማሰናከያ"
-#: macrowarnmedium.ui:127
+#: uui/uiconfig/ui/macrowarnmedium.ui:44
+msgctxt "macrowarnmedium|ok"
+msgid "_Enable Macros"
+msgstr "ማክሮስ _ማስቻያ"
+
+#: uui/uiconfig/ui/macrowarnmedium.ui:89
msgctxt "macrowarnmedium|descr1Label"
msgid "The document contains document macros signed by:"
msgstr "ሰነዱ የያዛቸው የ ሰነድ ማክሮስ የ ተፈረሙት በ:"
-#: macrowarnmedium.ui:141
-msgctxt "macrowarnmedium|descr1aLabel"
-msgid "The document contains document macros."
-msgstr "ሰነዱ የያዛቸው የ ሰነድ ማክሮስ"
+#: uui/uiconfig/ui/macrowarnmedium.ui:98
+msgctxt "macrowarnmedium|alwaysTrustCheckbutton"
+msgid "_Always trust macros from this source"
+msgstr "የዚህ ማክሮስ ምንጮች _ሁል ጊዜ የሚታመኑ ናቸው"
-#: macrowarnmedium.ui:168
+#: uui/uiconfig/ui/macrowarnmedium.ui:129
msgctxt "macrowarnmedium|viewSignsButton"
msgid "_View Signatures…"
msgstr "_መመልከቻ ፊርማዎች..."
-#: macrowarnmedium.ui:196
-msgctxt "macrowarnmedium|descr2Label"
-msgid "Macros may contain viruses. Disabling macros for a document is always safe. If you disable macros you may lose functionality provided by the document macros."
-msgstr "ማክሮስ ምናልባት ቫይረሶች ሊይዙ ይችላሉ: ለ ሰነዶች ማክሮስ ማሰናከል ሁልጊዜ ለ ደህንነት ጥሩ ነው: ማክሮስ ካሰናከሉ አንዳንድ ተግባሮችን ሊያጡ ይችላሉ በ ሰነዱ ውስጥ የ ቀረቡ ማክሮስ"
-
-#: macrowarnmedium.ui:208
-msgctxt "macrowarnmedium|alwaysTrustCheckbutton"
-msgid "_Always trust macros from this source"
-msgstr "የዚህ ማክሮስ ምንጮች _ሁል ጊዜ የሚታመኑ ናቸው"
-
-#: masterpassworddlg.ui:8
+#: uui/uiconfig/ui/masterpassworddlg.ui:8
msgctxt "masterpassworddlg|MasterPasswordDialog"
msgid "Enter Master Password"
msgstr "ዋናውን የመግቢያ ቃል ያስገቡ"
-#: masterpassworddlg.ui:86
+#: uui/uiconfig/ui/masterpassworddlg.ui:86
msgctxt "masterpassworddlg|label1"
msgid "_Enter password:"
msgstr "የመግቢያ ቃል _ያስገቡ:"
-#: password.ui:8
+#: uui/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Set Password"
msgstr "የመግቢያ ቃል ማሰናጃ"
-#: setmasterpassworddlg.ui:8
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:8
msgctxt "setmasterpassworddlg|SetMasterPasswordDialog"
msgid "Set Master Password"
msgstr "ዋናውን የመግቢያ ቃል ማሰናጃ"
-#: setmasterpassworddlg.ui:84
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:84
msgctxt "setmasterpassworddlg|label1"
msgid "Passwords for web connections are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
msgstr "የመግቢያ ቃል ለዌብ ግንኙነት የሚጠበቀው በዋናው የመግቢያ ቃል ነው ፡ ቢያንስ አንድ ጊዜ በክፍለ ጊዜ ውስጥ እንዲያስገቡ ይጠየቃሉ ከ %PRODUCTNAME መግቢያ ቃል ፈልጎ ማግኛ ከሚጠበቁ የመግቢያ ቃል ዝርዝሮች ውስጥ"
-#: setmasterpassworddlg.ui:100
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:100
msgctxt "setmasterpassworddlg|label2"
msgid "_Enter password:"
msgstr "የመግቢያ ቃል _ያስገቡ:"
-#: setmasterpassworddlg.ui:128
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:127
msgctxt "setmasterpassworddlg|label3"
msgid "_Reenter password:"
msgstr "የመግቢያ ቃል _እንደገና ማስገቢያ:"
-#: setmasterpassworddlg.ui:157
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:155
msgctxt "setmasterpassworddlg|label4"
msgid "Caution: If you forget the master password, you will be unable to access any of the information protected by it. Passwords are case sensitive."
msgstr "ማስጠንቀቂያ: ዋናውን የመግቢያ ቃል ከረሱት በመግቢያ ቃሉ ይጠበቅ የነበረ ማንኛውንም መረጃ ጋር መድረስ አይችሉም: የ መግቢያ ቃል ፊደል-መመጠኛ ነው"
-#: simplenameclash.ui:8
+#: uui/uiconfig/ui/simplenameclash.ui:8
msgctxt "simplenameclash|SimpleNameClashDialog"
msgid "File Exists"
msgstr "ፋይሉ ነበር"
-#: simplenameclash.ui:37
+#: uui/uiconfig/ui/simplenameclash.ui:37
msgctxt "simplenameclash|replace"
msgid "Replace"
msgstr "መቀየሪያ"
-#: simplenameclash.ui:51
+#: uui/uiconfig/ui/simplenameclash.ui:51
msgctxt "simplenameclash|rename"
msgid "Rename"
msgstr "እንደገና መሰየሚያ"
-#: sslwarndialog.ui:8
+#: uui/uiconfig/ui/sslwarndialog.ui:8
msgctxt "sslwarndialog|SSLWarnDialog"
msgid "Security Warning: "
msgstr "የ ደህንነት ማስጠንቀቂያ: "
-#: sslwarndialog.ui:24
+#: uui/uiconfig/ui/sslwarndialog.ui:25
msgctxt "sslwarndialog|ok"
msgid "Continue"
msgstr "ይቀጥሉ"
-#: sslwarndialog.ui:38
+#: uui/uiconfig/ui/sslwarndialog.ui:39
msgctxt "sslwarndialog|cancel"
msgid "Cancel Connection"
msgstr "ግንኙነቱን መሰረዣ"
-#: sslwarndialog.ui:52
+#: uui/uiconfig/ui/sslwarndialog.ui:53
msgctxt "sslwarndialog|view"
msgid "View Certificate"
msgstr "ምስክር ወረቀት መመልከቻ"
-#: unknownauthdialog.ui:8
+#: uui/uiconfig/ui/unknownauthdialog.ui:8
msgctxt "unknownauthdialog|UnknownAuthDialog"
msgid "Website Certified by an Unknown Authority"
msgstr "ይህ ድህረ ገጽ የ ምስክር ወረቀት አለው ባልታወቀ ባለ ስልጣን"
-#: unknownauthdialog.ui:80
+#: uui/uiconfig/ui/unknownauthdialog.ui:81
msgctxt "unknownauthdialog|accept"
msgid "Accept this certificate temporarily for this session"
msgstr "ይህን የምስክር ወረቀት በጊዚያዊነት ለዚህ ክፍለ ጊዜ ተቀበል"
-#: unknownauthdialog.ui:97
+#: uui/uiconfig/ui/unknownauthdialog.ui:97
msgctxt "unknownauthdialog|reject"
msgid "Do not accept this certificate and do not connect to this Web site"
msgstr "ይህን የምስክር ወረቀት አትቀበል እና ከዚህ ድህረ ገጽ ጋር አትገናኝ"
-#: unknownauthdialog.ui:112
+#: uui/uiconfig/ui/unknownauthdialog.ui:113
msgctxt "unknownauthdialog|examine"
msgid "Examine Certificate…"
msgstr "የምስክር ወረቀት መመርመሪያ..."
diff --git a/source/am/vcl/messages.po b/source/am/vcl/messages.po
index c4086eea5bb..8f63d60a6c9 100644
--- a/source/am/vcl/messages.po
+++ b/source/am/vcl/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: 2017-11-24 14:55+0100\n"
-"PO-Revision-Date: 2017-11-24 16:49+0000\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
+"PO-Revision-Date: 2018-03-11 16:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,481 +13,481 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1511542171.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1520786210.000000\n"
#. To translators: This is the first entry of a sequence of paper size names
-#: print.hrc:28
+#: vcl/inc/print.hrc:28
msgctxt "RID_STR_PAPERNAMES"
msgid "A0"
msgstr "A0"
-#: print.hrc:29
+#: vcl/inc/print.hrc:29
msgctxt "RID_STR_PAPERNAMES"
msgid "A1"
msgstr "A1"
-#: print.hrc:30
+#: vcl/inc/print.hrc:30
msgctxt "RID_STR_PAPERNAMES"
msgid "A2"
msgstr "A2"
-#: print.hrc:31
+#: vcl/inc/print.hrc:31
msgctxt "RID_STR_PAPERNAMES"
msgid "A3"
msgstr "A3"
-#: print.hrc:32
+#: vcl/inc/print.hrc:32
msgctxt "RID_STR_PAPERNAMES"
msgid "A4"
msgstr "A4"
-#: print.hrc:33
+#: vcl/inc/print.hrc:33
msgctxt "RID_STR_PAPERNAMES"
msgid "A5"
msgstr "A5"
-#: print.hrc:34
+#: vcl/inc/print.hrc:34
msgctxt "RID_STR_PAPERNAMES"
msgid "B4 (ISO)"
msgstr "B4 (ISO)"
-#: print.hrc:35
+#: vcl/inc/print.hrc:35
msgctxt "RID_STR_PAPERNAMES"
msgid "B5 (ISO)"
msgstr "B5 (ISO)"
-#: print.hrc:36
+#: vcl/inc/print.hrc:36
msgctxt "RID_STR_PAPERNAMES"
msgid "Letter"
msgstr "ደብዳቤ"
-#: print.hrc:37
+#: vcl/inc/print.hrc:37
msgctxt "RID_STR_PAPERNAMES"
msgid "Legal"
msgstr "ሕጋዊ"
-#: print.hrc:38
+#: vcl/inc/print.hrc:38
msgctxt "RID_STR_PAPERNAMES"
msgid "Tabloid"
msgstr "ታብሎዪድ"
-#: print.hrc:39
+#: vcl/inc/print.hrc:39
msgctxt "RID_STR_PAPERNAMES"
msgid "User Defined"
msgstr "የተወሰነ ተጠቃሚ"
-#: print.hrc:40
+#: vcl/inc/print.hrc:40
msgctxt "RID_STR_PAPERNAMES"
msgid "B6 (ISO)"
msgstr "B6 (ISO)"
-#: print.hrc:41
+#: vcl/inc/print.hrc:41
msgctxt "RID_STR_PAPERNAMES"
msgid "C4 Envelope"
msgstr "C4 ፖስታ"
-#: print.hrc:42
+#: vcl/inc/print.hrc:42
msgctxt "RID_STR_PAPERNAMES"
msgid "C5 Envelope"
msgstr "C5 ፖስታ"
-#: print.hrc:43
+#: vcl/inc/print.hrc:43
msgctxt "RID_STR_PAPERNAMES"
msgid "C6 Envelope"
msgstr "C6 ፖስታ"
-#: print.hrc:44
+#: vcl/inc/print.hrc:44
msgctxt "RID_STR_PAPERNAMES"
msgid "C6/5 Envelope"
msgstr "C6/5 ፖስታ"
-#: print.hrc:45
+#: vcl/inc/print.hrc:45
msgctxt "RID_STR_PAPERNAMES"
msgid "DL Envelope"
msgstr "DL ፖስታ"
-#: print.hrc:46
+#: vcl/inc/print.hrc:46
msgctxt "RID_STR_PAPERNAMES"
msgid "Dia Slide"
msgstr "Dia Slide"
-#: print.hrc:47
+#: vcl/inc/print.hrc:47
msgctxt "RID_STR_PAPERNAMES"
msgid "C"
msgstr "C"
-#: print.hrc:48
+#: vcl/inc/print.hrc:48
msgctxt "RID_STR_PAPERNAMES"
msgid "D"
msgstr "D"
-#: print.hrc:49
+#: vcl/inc/print.hrc:49
msgctxt "RID_STR_PAPERNAMES"
msgid "E"
msgstr "E"
-#: print.hrc:50
+#: vcl/inc/print.hrc:50
msgctxt "RID_STR_PAPERNAMES"
msgid "Executive"
msgstr "Executive"
-#: print.hrc:51
+#: vcl/inc/print.hrc:51
msgctxt "RID_STR_PAPERNAMES"
msgid "Long Bond"
msgstr "Long Bond"
-#: print.hrc:52
+#: vcl/inc/print.hrc:52
msgctxt "RID_STR_PAPERNAMES"
msgid "#8 (Monarch) Envelope"
msgstr "#8 (የ ነገስታት) ፖስታ"
-#: print.hrc:53
+#: vcl/inc/print.hrc:53
msgctxt "RID_STR_PAPERNAMES"
msgid "#6 3/4 (Personal) Envelope"
msgstr "#6 3/4 (የግል) ፖስታ"
-#: print.hrc:54
+#: vcl/inc/print.hrc:54
msgctxt "RID_STR_PAPERNAMES"
msgid "#9 Envelope"
msgstr "#9 ፖስታ"
-#: print.hrc:55
+#: vcl/inc/print.hrc:55
msgctxt "RID_STR_PAPERNAMES"
msgid "#10 Envelope"
msgstr "#10 ፖስታ"
-#: print.hrc:56
+#: vcl/inc/print.hrc:56
msgctxt "RID_STR_PAPERNAMES"
msgid "#11 Envelope"
msgstr "#11 ፖስታ"
-#: print.hrc:57
+#: vcl/inc/print.hrc:57
msgctxt "RID_STR_PAPERNAMES"
msgid "#12 Envelope"
msgstr "#12 ፖስታ"
-#: print.hrc:58
+#: vcl/inc/print.hrc:58
msgctxt "RID_STR_PAPERNAMES"
msgid "16 Kai"
msgstr "16 Kai"
-#: print.hrc:59
+#: vcl/inc/print.hrc:59
msgctxt "RID_STR_PAPERNAMES"
msgid "32 Kai"
msgstr "32 Kai"
-#: print.hrc:60
+#: vcl/inc/print.hrc:60
msgctxt "RID_STR_PAPERNAMES"
msgid "Big 32 Kai"
msgstr "Big 32 Kai"
-#: print.hrc:61
+#: vcl/inc/print.hrc:61
msgctxt "RID_STR_PAPERNAMES"
msgid "B4 (JIS)"
msgstr "B4 (JIS)"
-#: print.hrc:62
+#: vcl/inc/print.hrc:62
msgctxt "RID_STR_PAPERNAMES"
msgid "B5 (JIS)"
msgstr "B5 (JIS)"
-#: print.hrc:63
+#: vcl/inc/print.hrc:63
msgctxt "RID_STR_PAPERNAMES"
msgid "B6 (JIS)"
msgstr "B6 (JIS)"
#. To translators: This is the last entry of the sequence of paper size names
-#: print.hrc:65
+#: vcl/inc/print.hrc:65
msgctxt "RID_STR_PAPERNAMES"
msgid "Japanese Postcard"
msgstr "Japanese Postcard"
-#: printaccessoryview.hrc:27
+#: vcl/inc/printaccessoryview.hrc:27
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Preview"
msgstr "ቅድመ እይታ"
-#: printaccessoryview.hrc:28
+#: vcl/inc/printaccessoryview.hrc:28
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Page number"
msgstr "የ ገጽ ቁጥር"
-#: printaccessoryview.hrc:29
+#: vcl/inc/printaccessoryview.hrc:29
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Number of pages"
msgstr "የ ገጾች ቁጥር"
-#: printaccessoryview.hrc:30
+#: vcl/inc/printaccessoryview.hrc:30
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "More"
msgstr "ተጨማሪ"
-#: printaccessoryview.hrc:31
+#: vcl/inc/printaccessoryview.hrc:31
msgctxt "SV_PRINT_NATIVE_STRINGS"
msgid "Print selection only"
msgstr "የተመረጠውን ብቻ ማተሚያ"
-#: strings.hrc:25
+#: vcl/inc/strings.hrc:25
msgctxt "SV_RESID_STRING_NOSELECTIONPOSSIBLE"
msgid "<No selection possible>"
msgstr "<No selection possible>"
-#: strings.hrc:27
+#: vcl/inc/strings.hrc:27
msgctxt "SV_MENU_MAC_SERVICES"
msgid "Services"
msgstr "ግልጋሎቶች"
-#: strings.hrc:28
+#: vcl/inc/strings.hrc:28
msgctxt "SV_MENU_MAC_HIDEAPP"
msgid "Hide %PRODUCTNAME"
msgstr "መደበቂያ %PRODUCTNAME"
-#: strings.hrc:29
+#: vcl/inc/strings.hrc:29
msgctxt "SV_MENU_MAC_HIDEALL"
msgid "Hide Others"
msgstr "ሌሎቹን መደበቂያ"
-#: strings.hrc:30
+#: vcl/inc/strings.hrc:30
msgctxt "SV_MENU_MAC_SHOWALL"
msgid "Show All"
msgstr "ሁሉንም ማሳያ"
-#: strings.hrc:31
+#: vcl/inc/strings.hrc:31
msgctxt "SV_MENU_MAC_QUITAPP"
msgid "Quit %PRODUCTNAME"
msgstr "ማጥፊያ %PRODUCTNAME"
-#: strings.hrc:33
+#: vcl/inc/strings.hrc:33
msgctxt "SV_HELPTEXT_CLOSE"
msgid "Close"
msgstr "መዝጊያ"
-#: strings.hrc:34
+#: vcl/inc/strings.hrc:34
msgctxt "SV_HELPTEXT_MINIMIZE"
msgid "Minimize"
msgstr "ማሳነሻ"
-#: strings.hrc:35
+#: vcl/inc/strings.hrc:35
msgctxt "SV_HELPTEXT_MAXIMIZE"
msgid "Maximize"
msgstr "ማሳደጊያ"
-#: strings.hrc:36
+#: vcl/inc/strings.hrc:36
msgctxt "SV_HELPTEXT_RESTORE"
msgid "Restore"
msgstr "እንደ ነበር መመለሻ"
-#: strings.hrc:37
+#: vcl/inc/strings.hrc:37
msgctxt "SV_HELPTEXT_ROLLDOWN"
msgid "Drop down"
msgstr "ወደ ታች የሚዘረገፍ"
-#: strings.hrc:38
+#: vcl/inc/strings.hrc:38
msgctxt "SV_HELPTEXT_ROLLUP"
msgid "Roll up"
msgstr "ወደ ላይ የሚሸበለል"
-#: strings.hrc:39
+#: vcl/inc/strings.hrc:39
msgctxt "SV_HELPTEXT_HELP"
msgid "Help"
msgstr "እርዳታ"
-#: strings.hrc:40
+#: vcl/inc/strings.hrc:40
msgctxt "SV_HELPTEXT_SCREENSHOT"
msgid "Take and annotate a screenshot"
msgstr "መመልከቻ ፎቶ ማንሻ እና መግለጫ መጨመሪያ"
-#: strings.hrc:41
+#: vcl/inc/strings.hrc:41
msgctxt "SV_HELPTEXT_FADEIN"
msgid "Show"
msgstr "ማሳያ"
-#: strings.hrc:42
+#: vcl/inc/strings.hrc:42
msgctxt "SV_HELPTEXT_FADEOUT"
msgid "Hide"
msgstr "መደበቂያ"
-#: strings.hrc:43
+#: vcl/inc/strings.hrc:43
msgctxt "SV_HELPTEXT_CLOSEDOCUMENT"
msgid "Close Document"
msgstr "ሰነድ መዝጊያ"
#. To translators: This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string
-#: strings.hrc:46
+#: vcl/inc/strings.hrc:46
msgctxt "SV_BUTTONTEXT_OK"
msgid "~OK"
msgstr "~እሺ"
#. To translators: This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string
-#: strings.hrc:48
+#: vcl/inc/strings.hrc:48
msgctxt "SV_BUTTONTEXT_CANCEL"
msgid "~Cancel"
msgstr "~መሰረዣ"
#. To translators: This is used on buttons for Windows, there should be no ~ mnemonic in this string
-#: strings.hrc:50
+#: vcl/inc/strings.hrc:50
msgctxt "SV_BUTTONTEXT_OK_NOMNEMONIC"
msgid "OK"
msgstr "እሺ"
#. To translators: This is used on buttons for Windows, there should be no ~ mnemonic in this string
-#: strings.hrc:52
+#: vcl/inc/strings.hrc:52
msgctxt "SV_BUTTONTEXT_CANCEL_NOMNEMONIC"
msgid "Cancel"
msgstr "መሰረዣ"
-#: strings.hrc:53
+#: vcl/inc/strings.hrc:53
msgctxt "SV_BUTTONTEXT_YES"
msgid "~Yes"
msgstr "~አዎ"
-#: strings.hrc:54
+#: vcl/inc/strings.hrc:54
msgctxt "SV_BUTTONTEXT_NO"
msgid "~No"
msgstr "~አይ"
-#: strings.hrc:55
+#: vcl/inc/strings.hrc:55
msgctxt "SV_BUTTONTEXT_RETRY"
msgid "~Retry"
msgstr "~እንደገና መሞከሪያ"
-#: strings.hrc:56
+#: vcl/inc/strings.hrc:56
msgctxt "SV_BUTTONTEXT_HELP"
msgid "~Help"
msgstr "~እርዳታ"
-#: strings.hrc:57
+#: vcl/inc/strings.hrc:57
msgctxt "SV_BUTTONTEXT_CLOSE"
msgid "~Close"
msgstr "~መዝጊያ"
-#: strings.hrc:58
+#: vcl/inc/strings.hrc:58
msgctxt "SV_BUTTONTEXT_MORE"
msgid "~More"
msgstr "~ተጨማሪ"
-#: strings.hrc:59
+#: vcl/inc/strings.hrc:59
msgctxt "SV_BUTTONTEXT_IGNORE"
msgid "~Ignore"
msgstr "~መተው"
-#: strings.hrc:60
+#: vcl/inc/strings.hrc:60
msgctxt "SV_BUTTONTEXT_ABORT"
msgid "~Abort"
msgstr "~ማቋረጥ"
-#: strings.hrc:61
+#: vcl/inc/strings.hrc:61
msgctxt "SV_BUTTONTEXT_LESS"
msgid "~Less"
msgstr "~ትንሽ"
-#: strings.hrc:62
+#: vcl/inc/strings.hrc:62
msgctxt "SV_BUTTONTEXT_RESET"
msgid "R~eset"
msgstr "እ~ንደ ነበረ መመለሻ"
-#: strings.hrc:63
+#: vcl/inc/strings.hrc:63
msgctxt "SV_BUTTONTEXT_ADD"
msgid "~Add"
msgstr "~መጨመሪያ"
-#: strings.hrc:64
+#: vcl/inc/strings.hrc:64
msgctxt "SV_BUTTONTEXT_DELETE"
msgid "~Delete"
msgstr "~ማጥፊያ"
-#: strings.hrc:65
+#: vcl/inc/strings.hrc:65
msgctxt "SV_BUTTONTEXT_REMOVE"
msgid "~Remove"
msgstr "~ማስወገጃ"
-#: strings.hrc:66
+#: vcl/inc/strings.hrc:66
msgctxt "SV_BUTTONTEXT_NEW"
msgid "~New"
msgstr "~አዲስ"
-#: strings.hrc:67
+#: vcl/inc/strings.hrc:67
msgctxt "SV_BUTTONTEXT_EDIT"
msgid "~Edit"
msgstr "~ማረሚያ"
-#: strings.hrc:68
+#: vcl/inc/strings.hrc:68
msgctxt "SV_BUTTONTEXT_APPLY"
msgid "~Apply"
msgstr "~መፈጸሚያ"
-#: strings.hrc:69
+#: vcl/inc/strings.hrc:69
msgctxt "SV_BUTTONTEXT_SAVE"
msgid "~Save"
msgstr "~ማስቀመጫ"
-#: strings.hrc:70
+#: vcl/inc/strings.hrc:70
msgctxt "SV_BUTTONTEXT_UNDO"
msgid "~Undo"
msgstr "~መተው"
-#: strings.hrc:71
+#: vcl/inc/strings.hrc:71
msgctxt "SV_BUTTONTEXT_PASTE"
msgid "~Paste"
msgstr "~መለጠፊያ"
-#: strings.hrc:72
+#: vcl/inc/strings.hrc:72
msgctxt "SV_BUTTONTEXT_NEXT"
msgid "~Next"
msgstr "~ይቀጥሉ"
-#: strings.hrc:73
+#: vcl/inc/strings.hrc:73
msgctxt "SV_BUTTONTEXT_PREV"
msgid "~Previous"
msgstr "~ያለፈው"
-#: strings.hrc:74
+#: vcl/inc/strings.hrc:74
msgctxt "SV_BUTTONTEXT_GO_UP"
msgid "~Up"
msgstr "~ላይ"
-#: strings.hrc:75
+#: vcl/inc/strings.hrc:75
msgctxt "SV_BUTTONTEXT_GO_DOWN"
msgid "Do~wn"
msgstr "ወደ ~ታች"
-#: strings.hrc:76
+#: vcl/inc/strings.hrc:76
msgctxt "SV_BUTTONTEXT_CLEAR"
msgid "~Clear"
msgstr "~ማጽጃ"
-#: strings.hrc:77
+#: vcl/inc/strings.hrc:77
msgctxt "SV_BUTTONTEXT_OPEN"
msgid "~Open"
msgstr "~መክፈቻ"
-#: strings.hrc:78
+#: vcl/inc/strings.hrc:78
msgctxt "SV_BUTTONTEXT_PLAY"
msgid "~Play"
msgstr "~ማጫወቻ"
-#: strings.hrc:79
+#: vcl/inc/strings.hrc:79
msgctxt "SV_BUTTONTEXT_FIND"
msgid "~Find"
msgstr "~መፈለጊያ"
-#: strings.hrc:80
+#: vcl/inc/strings.hrc:80
msgctxt "SV_BUTTONTEXT_STOP"
msgid "~Stop"
msgstr "~ማስቆሚያ"
-#: strings.hrc:81
+#: vcl/inc/strings.hrc:81
msgctxt "SV_BUTTONTEXT_CONNECT"
msgid "C~onnect"
msgstr "መ~ገናኛ"
-#: strings.hrc:82
+#: vcl/inc/strings.hrc:82
msgctxt "SV_BUTTONTEXT_SCREENSHOT"
msgid "~Screenshot"
msgstr "የ ~መመልከቻ ፎቶ"
-#: strings.hrc:84
+#: vcl/inc/strings.hrc:84
#, c-format
msgctxt "SV_STDTEXT_SERVICENOTAVAILABLE"
msgid ""
@@ -497,911 +497,911 @@ msgstr ""
"አካሉን መጫን (%s) አልተቻለም\n"
"እባክዎን ማሰናጃውን በጥገና ምርጫ ያስጀምሩ"
-#: strings.hrc:86
-msgctxt "SV_STDTEXT_DONTASKAGAIN"
-msgid "Do not show this question again."
-msgstr "ይህን ጥያቄ በድጋሚ አታሳይ"
-
-#: strings.hrc:87
-msgctxt "SV_STDTEXT_DONTWARNAGAIN"
-msgid "Do not show warning again."
-msgstr "ማስጠንቀቂያ በድጋሚ አታሳየኝ"
-
-#: strings.hrc:89
+#: vcl/inc/strings.hrc:86
msgctxt "SV_STDTEXT_ABOUT"
msgid "About %PRODUCTNAME"
msgstr "ስለ %PRODUCTNAME"
-#: strings.hrc:90
+#: vcl/inc/strings.hrc:87
msgctxt "SV_STDTEXT_PREFERENCES"
msgid "Preferences..."
msgstr "ምርጫዎች..."
-#: strings.hrc:91
+#: vcl/inc/strings.hrc:88
msgctxt "SV_STDTEXT_ALLFILETYPES"
msgid "Any type"
msgstr "ማናቸውም አይነት"
-#: strings.hrc:93
+#: vcl/inc/strings.hrc:90
msgctxt "STR_FPICKER_AUTO_EXTENSION"
msgid "~Automatic file name extension"
msgstr "~ራሱ በራሱ የፋይል ተቀጥያዎችን መሰየሚያ"
-#: strings.hrc:94
+#: vcl/inc/strings.hrc:91
msgctxt "STR_FPICKER_PASSWORD"
msgid "Save with pass~word"
msgstr "በመግቢያ~ቃል ማስቀመጫ"
#. dear loplugins, please don't remove this constant, it will be used in follow-up commits
-#: strings.hrc:96
+#: vcl/inc/strings.hrc:93
msgctxt "STR_FPICKER_GPGENCRYPT"
msgid "Encrypt with ~GPG key"
msgstr "በ ~GPG ቁልፍ መመስጠሪያ"
-#: strings.hrc:97
+#: vcl/inc/strings.hrc:94
msgctxt "STR_FPICKER_FILTER_OPTIONS"
msgid "~Edit filter settings"
msgstr "የማጣሪያ ማሰናጃዎች ~ማረሚያ"
-#: strings.hrc:98
+#: vcl/inc/strings.hrc:95
msgctxt "STR_FPICKER_READONLY"
msgid "~Read-only"
msgstr "~ለንባብ- ብቻ"
-#: strings.hrc:99
+#: vcl/inc/strings.hrc:96
msgctxt "STR_FPICKER_INSERT_AS_LINK"
msgid "Insert as ~Link"
msgstr "እንደ ~አገናኝ ማስገቢያ"
-#: strings.hrc:100
+#: vcl/inc/strings.hrc:97
msgctxt "STR_FPICKER_SHOW_PREVIEW"
msgid "Pr~eview"
msgstr "ቅድመ~እይታ"
-#: strings.hrc:101
+#: vcl/inc/strings.hrc:98
msgctxt "STR_FPICKER_PLAY"
msgid "~Play"
msgstr "~ማጫወቻ"
-#: strings.hrc:102
+#: vcl/inc/strings.hrc:99
msgctxt "STR_FPICKER_VERSION"
msgid "~Version:"
msgstr "~እትም :"
-#: strings.hrc:103
+#: vcl/inc/strings.hrc:100
msgctxt "STR_FPICKER_TEMPLATES"
msgid "S~tyles:"
msgstr "ዘ~ዴዎች :"
-#: strings.hrc:104
+#: vcl/inc/strings.hrc:101
msgctxt "STR_FPICKER_IMAGE_TEMPLATE"
msgid "Frame Style: "
msgstr "የ ክፈፍ ዘዴ: "
-#: strings.hrc:105
+#: vcl/inc/strings.hrc:102
+msgctxt "STR_FPICKER_IMAGE_ANCHOR"
+msgid "A~nchor: "
+msgstr "ማ~ስቆሚያ: "
+
+#: vcl/inc/strings.hrc:103
msgctxt "STR_FPICKER_SELECTION"
msgid "~Selection"
msgstr "~ምርጫዎች"
-#: strings.hrc:106
+#: vcl/inc/strings.hrc:104
msgctxt "STR_FPICKER_FOLDER_DEFAULT_TITLE"
msgid "Select Path"
msgstr "መንገድ ይምረጡ"
-#: strings.hrc:107
+#: vcl/inc/strings.hrc:105
msgctxt "STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION"
msgid "Please select a folder."
msgstr "እባክዎን ፎልደር ይምረጡ"
-#: strings.hrc:108
+#: vcl/inc/strings.hrc:106
msgctxt "STR_FPICKER_ALREADYEXISTOVERWRITE_PRIMARY"
msgid "A file named \"$filename$\" already exists. Do you want to replace it?"
msgstr "ፋይል በዚህ ስም \"$filename$\" ቀደም ሲል ነበር፡ ሊቀይሩት ይፈልጋሉ?"
-#: strings.hrc:109
+#: vcl/inc/strings.hrc:107
msgctxt "STR_FPICKER_ALREADYEXISTOVERWRITE_SECONDARY"
msgid "The file already exists in \"$dirname$\". Replacing it will overwrite its contents."
msgstr "ፋይሉ ቀደም ሲል ነበር በ \"$dirname$\". ውስጥ፡ መቀየር በ ላዩ ላይ ደርቦ ይጽፍበታል"
-#: strings.hrc:110
+#: vcl/inc/strings.hrc:108
msgctxt "STR_FPICKER_ALLFORMATS"
msgid "All Formats"
msgstr "በሁሉም አቀራረብ"
-#: strings.hrc:111
+#: vcl/inc/strings.hrc:109
msgctxt "STR_FPICKER_OPEN"
msgid "Open"
msgstr "መክፈቻ"
-#: strings.hrc:112
+#: vcl/inc/strings.hrc:110
msgctxt "STR_FPICKER_SAVE"
msgid "Save"
msgstr "ማስቀመጫ"
-#: strings.hrc:113
+#: vcl/inc/strings.hrc:111
msgctxt "STR_FPICKER_TYPE"
msgid "File ~type"
msgstr "የፋይል ~አይነት"
-#: strings.hrc:115
+#: vcl/inc/strings.hrc:113
msgctxt "SV_ACCESSERROR_NO_FONTS"
msgid "No fonts could be found on the system."
msgstr "ምንም አይነት ፊደል በስርአቱ ውስጥ የለም"
-#: strings.hrc:117
+#: vcl/inc/strings.hrc:115
msgctxt "SV_PRINT_NOPAGES"
msgid "No pages"
msgstr "ገጾች የሉም"
-#: strings.hrc:118
+#: vcl/inc/strings.hrc:116
msgctxt "SV_PRINT_TOFILE_TXT"
msgid "Print to File..."
msgstr "ወደ ፋይል ማተሚያ..."
-#: strings.hrc:119
+#: vcl/inc/strings.hrc:117
msgctxt "SV_PRINT_DEFPRT_TXT"
msgid "Default printer"
msgstr "ነባር ማተሚያ"
-#: strings.hrc:120
+#: vcl/inc/strings.hrc:118
msgctxt "SV_PRINT_PRINTPREVIEW_TXT"
msgid "Print preview"
msgstr "የ ሕትመት ቅድመ እይታ"
-#: strings.hrc:121
+#: vcl/inc/strings.hrc:119
msgctxt "SV_PRINT_QUERYFAXNUMBER_TXT"
msgid "Please enter the fax number"
msgstr "እባክዎን የ ፋክስ ቁጥር ያስገቡ"
-#: strings.hrc:122
+#: vcl/inc/strings.hrc:120
msgctxt "SV_PRINT_INVALID_TXT"
msgid "<ignore>"
msgstr "<መተው>"
-#: strings.hrc:123
+#: vcl/inc/strings.hrc:121
msgctxt "SV_PRINT_CUSTOM_TXT"
msgid "Custom"
msgstr "ማስተካከያ"
-#: strings.hrc:125
+#: vcl/inc/strings.hrc:123
msgctxt "SV_EDIT_WARNING_STR"
msgid "The inserted text exceeded the maximum length of this text field. The text was truncated."
msgstr "ያስገቡት ጽሁፍ ለዚህ ጽሁፍ የተፈቀደውን ከፍተኛ እርዝመት አልፏል: ስለዚህ ጽሁፉ ተቆርጧል"
-#: strings.hrc:127
+#: vcl/inc/strings.hrc:125
msgctxt "SV_APP_CPUTHREADS"
msgid "CPU threads: "
msgstr "CPU threads: "
-#: strings.hrc:128
+#: vcl/inc/strings.hrc:126
msgctxt "SV_APP_OSVERSION"
msgid "OS: "
msgstr "ስርአት: "
-#: strings.hrc:129
+#: vcl/inc/strings.hrc:127
msgctxt "SV_APP_UIRENDER"
msgid "UI render: "
msgstr "UI render: "
-#: strings.hrc:130
+#: vcl/inc/strings.hrc:128
msgctxt "SV_APP_GL"
msgid "GL"
msgstr "GL"
-#: strings.hrc:131
+#: vcl/inc/strings.hrc:129
msgctxt "SV_APP_DEFAULT"
msgid "default"
msgstr "ነባር"
-#: strings.hrc:133
+#: vcl/inc/strings.hrc:131
msgctxt "SV_MSGBOX_INFO"
msgid "Information"
msgstr "መረጃ"
-#: strings.hrc:134
+#: vcl/inc/strings.hrc:132
msgctxt "SV_MSGBOX_WARNING"
msgid "Warning"
msgstr "ማስጠንቀቂያ"
-#: strings.hrc:135
+#: vcl/inc/strings.hrc:133
msgctxt "SV_MSGBOX_ERROR"
msgid "Error"
msgstr "ስህተት"
-#: strings.hrc:136
+#: vcl/inc/strings.hrc:134
msgctxt "SV_MSGBOX_QUERY"
msgid "Confirmation"
msgstr "ማረጋገጫ"
-#: strings.hrc:138
+#: vcl/inc/strings.hrc:136
msgctxt "STR_TEXTUNDO_DELPARA"
msgid "delete line"
msgstr "መስመር ማጥፊያ"
-#: strings.hrc:139
+#: vcl/inc/strings.hrc:137
msgctxt "STR_TEXTUNDO_CONNECTPARAS"
msgid "delete multiple lines"
msgstr "በርካታ መስመሮች ማጥፊያ"
-#: strings.hrc:140
+#: vcl/inc/strings.hrc:138
msgctxt "STR_TEXTUNDO_SPLITPARA"
msgid "insert multiple lines"
msgstr "በርካት መስመሮች ማስገቢያ"
-#: strings.hrc:141
+#: vcl/inc/strings.hrc:139
msgctxt "STR_TEXTUNDO_INSERTCHARS"
msgid "insert '$1'"
msgstr "ማስገቢያ '$1'"
-#: strings.hrc:142
+#: vcl/inc/strings.hrc:140
msgctxt "STR_TEXTUNDO_REMOVECHARS"
msgid "delete '$1'"
msgstr "ማጥፊያ '$1'"
#. To translators: This is the first entry of a sequence of measurement unit names
-#: units.hrc:28
+#: vcl/inc/units.hrc:28
msgctxt "SV_FUNIT_STRINGS"
msgid "mm"
msgstr "ሚሚ"
-#: units.hrc:29
+#: vcl/inc/units.hrc:29
msgctxt "SV_FUNIT_STRINGS"
msgid "cm"
msgstr "ሴሚ"
-#: units.hrc:30
+#: vcl/inc/units.hrc:30
msgctxt "SV_FUNIT_STRINGS"
msgid "m"
msgstr "m"
-#: units.hrc:31
+#: vcl/inc/units.hrc:31
msgctxt "SV_FUNIT_STRINGS"
msgid "km"
msgstr "ኪሚ"
-#: units.hrc:32
+#: vcl/inc/units.hrc:32
msgctxt "SV_FUNIT_STRINGS"
msgid "twips"
msgstr "twips"
-#: units.hrc:33
+#: vcl/inc/units.hrc:33
msgctxt "SV_FUNIT_STRINGS"
msgid "twip"
msgstr "twip"
-#: units.hrc:34
+#: vcl/inc/units.hrc:34
msgctxt "SV_FUNIT_STRINGS"
msgid "pt"
msgstr "pt"
-#: units.hrc:35
+#: vcl/inc/units.hrc:35
msgctxt "SV_FUNIT_STRINGS"
msgid "pc"
msgstr "pc"
-#: units.hrc:36
+#: vcl/inc/units.hrc:36
msgctxt "SV_FUNIT_STRINGS"
msgid "\""
msgstr "\""
-#: units.hrc:37
+#: vcl/inc/units.hrc:37
msgctxt "SV_FUNIT_STRINGS"
msgid "in"
msgstr "ኢንች"
-#: units.hrc:38
+#: vcl/inc/units.hrc:38
msgctxt "SV_FUNIT_STRINGS"
msgid "inch"
msgstr "ኢንች"
-#: units.hrc:39
+#: vcl/inc/units.hrc:39
msgctxt "SV_FUNIT_STRINGS"
msgid "'"
msgstr "'"
-#: units.hrc:40
+#: vcl/inc/units.hrc:40
msgctxt "SV_FUNIT_STRINGS"
msgid "ft"
msgstr "ጫማ"
-#: units.hrc:41
+#: vcl/inc/units.hrc:41
msgctxt "SV_FUNIT_STRINGS"
msgid "foot"
msgstr "ጫማ"
-#: units.hrc:42
+#: vcl/inc/units.hrc:42
msgctxt "SV_FUNIT_STRINGS"
msgid "feet"
msgstr "ጫማዎች"
-#: units.hrc:43
+#: vcl/inc/units.hrc:43
msgctxt "SV_FUNIT_STRINGS"
msgid "miles"
msgstr "ማይልስ"
-#: units.hrc:44
+#: vcl/inc/units.hrc:44
msgctxt "SV_FUNIT_STRINGS"
msgid "mile"
msgstr "ማይል"
-#: units.hrc:45
+#: vcl/inc/units.hrc:45
msgctxt "SV_FUNIT_STRINGS"
msgid "ch"
msgstr "ch"
-#: units.hrc:46
+#: vcl/inc/units.hrc:46
msgctxt "SV_FUNIT_STRINGS"
msgid "line"
msgstr "መስመር"
-#: units.hrc:47
+#: vcl/inc/units.hrc:47
msgctxt "SV_FUNIT_STRINGS"
msgid "pixels"
msgstr "ፒክስሎች"
-#: units.hrc:48
+#: vcl/inc/units.hrc:48
msgctxt "SV_FUNIT_STRINGS"
msgid "pixel"
msgstr "ፒክስል"
#. To translators: degree
-#: units.hrc:50
+#: vcl/inc/units.hrc:50
msgctxt "SV_FUNIT_STRINGS"
msgid "°"
msgstr "°"
-#: units.hrc:51
+#: vcl/inc/units.hrc:51
msgctxt "SV_FUNIT_STRINGS"
msgid "sec"
msgstr "ሰከንድ"
#. To translators: This is the last entry of the sequence of measurement unit names
-#: units.hrc:53
+#: vcl/inc/units.hrc:53
msgctxt "SV_FUNIT_STRINGS"
msgid "ms"
msgstr "ማ/ሰ"
-#: cupspassworddialog.ui:8
+#: vcl/uiconfig/ui/cupspassworddialog.ui:8
msgctxt "cupspassworddialog|CUPSPasswordDialog"
msgid "Authentication Request"
msgstr "ማረጋገጫ መጠየቂያ"
-#: cupspassworddialog.ui:70
+#: vcl/uiconfig/ui/cupspassworddialog.ui:72
msgctxt "cupspassworddialog|label1"
msgid "_User:"
msgstr "_ተጠቃሚ:"
-#: cupspassworddialog.ui:84
+#: vcl/uiconfig/ui/cupspassworddialog.ui:86
msgctxt "cupspassworddialog|label2"
msgid "_Password:"
msgstr "_የ መግቢያ ቃል:"
-#: cupspassworddialog.ui:98
+#: vcl/uiconfig/ui/cupspassworddialog.ui:100
msgctxt "cupspassworddialog|text"
msgid "Please enter your authentication data for server “%s”"
msgstr "እባክዎን ለ ሰርቨሩ የ ማረጋገጫ ዳታ ያስገቡ “%s”"
-#: editmenu.ui:12
+#: vcl/uiconfig/ui/editmenu.ui:12
msgctxt "editmenu|undo"
msgid "_Undo"
msgstr "_መተው"
-#: editmenu.ui:26
+#: vcl/uiconfig/ui/editmenu.ui:26
msgctxt "editmenu|cut"
msgid "Cu_t"
msgstr "መቁረ_ጫ"
-#: editmenu.ui:34
+#: vcl/uiconfig/ui/editmenu.ui:34
msgctxt "editmenu|copy"
msgid "_Copy"
msgstr "_ኮፒ"
-#: editmenu.ui:42
+#: vcl/uiconfig/ui/editmenu.ui:42
msgctxt "editmenu|paste"
msgid "_Paste"
msgstr "_መለጠፊያ"
-#: editmenu.ui:50
+#: vcl/uiconfig/ui/editmenu.ui:50
msgctxt "editmenu|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#: editmenu.ui:64
+#: vcl/uiconfig/ui/editmenu.ui:64
msgctxt "editmenu|selectall"
msgid "Select _All"
msgstr "_ሁሉንም መምረጫ"
-#: editmenu.ui:73
+#: vcl/uiconfig/ui/editmenu.ui:73
msgctxt "editmenu|specialchar"
msgid "_Special Character..."
msgstr "የ _ተለዩ ባህሪዎች..."
-#: errornocontentdialog.ui:8
+#: vcl/uiconfig/ui/errornocontentdialog.ui:7
msgctxt "errornocontentdialog|ErrorNoContentDialog"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: errornocontentdialog.ui:14
+#: vcl/uiconfig/ui/errornocontentdialog.ui:14
msgctxt "errornocontentdialog|ErrorNoContentDialog"
msgid "There are no pages to be printed."
msgstr "የሚታተም ገጽ የለም"
-#: errornocontentdialog.ui:15
+#: vcl/uiconfig/ui/errornocontentdialog.ui:15
msgctxt "errornocontentdialog|ErrorNoContentDialog"
msgid "Please check your document for ranges relevant to printing."
msgstr "እባክዎን የ እርስዎ ሰነድ መጠን ከ ማተሚያው ጋር ይስማማ እንደሆን ይመርምሩ"
-#: errornoprinterdialog.ui:8
+#: vcl/uiconfig/ui/errornoprinterdialog.ui:7
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
-#: errornoprinterdialog.ui:14
+#: vcl/uiconfig/ui/errornoprinterdialog.ui:14
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "No default printer found."
msgstr "ነባር ማተሚያ አልተገኘም"
-#: errornoprinterdialog.ui:15
+#: vcl/uiconfig/ui/errornoprinterdialog.ui:15
msgctxt "errornoprinterdialog|ErrorNoPrinterDialog"
msgid "Please choose a printer and try again."
msgstr "እባክዎን ማተሚያ ይምረጡ እና እንደገና ይሞክሩ"
-#: printdialog.ui:46
+#: vcl/uiconfig/ui/printdialog.ui:46
msgctxt "printdialog|liststore1"
msgid "1"
msgstr "1"
-#: printdialog.ui:50
+#: vcl/uiconfig/ui/printdialog.ui:50
msgctxt "printdialog|liststore1"
msgid "2"
msgstr "2"
-#: printdialog.ui:54
+#: vcl/uiconfig/ui/printdialog.ui:54
msgctxt "printdialog|liststore1"
msgid "4"
msgstr "4"
-#: printdialog.ui:58
+#: vcl/uiconfig/ui/printdialog.ui:58
msgctxt "printdialog|liststore1"
msgid "6"
msgstr "6"
-#: printdialog.ui:62
+#: vcl/uiconfig/ui/printdialog.ui:62
msgctxt "printdialog|liststore1"
msgid "9"
msgstr "9"
-#: printdialog.ui:66
+#: vcl/uiconfig/ui/printdialog.ui:66
msgctxt "printdialog|liststore1"
msgid "16"
msgstr "16"
-#: printdialog.ui:70
+#: vcl/uiconfig/ui/printdialog.ui:70
msgctxt "printdialog|liststore1"
msgid "Custom"
msgstr "ማስተካከያ"
-#: printdialog.ui:82
+#: vcl/uiconfig/ui/printdialog.ui:82
msgctxt "printdialog|liststore2"
msgid "left to right, then down"
msgstr "ከ ግራ ወደ ቀኝ: ከዚያ ወደ ታች"
-#: printdialog.ui:85
+#: vcl/uiconfig/ui/printdialog.ui:85
msgctxt "printdialog|liststore2"
msgid "top to bottom, then right"
msgstr "ከ ላይ እስከ ታች: ክዚያ ወደ ቀኝ"
-#: printdialog.ui:88
+#: vcl/uiconfig/ui/printdialog.ui:88
msgctxt "printdialog|liststore2"
msgid "top to bottom, then left"
msgstr "ከ ላይ ወደ ታች: ክዚያ ወደ ግራ"
-#: printdialog.ui:91
+#: vcl/uiconfig/ui/printdialog.ui:91
msgctxt "printdialog|liststore2"
msgid "right to left, then down"
msgstr "ከ ቀኝ ወደ ግራ: ከዚያ ወደ ታች"
-#: printdialog.ui:102
+#: vcl/uiconfig/ui/printdialog.ui:102
msgctxt "printdialog|liststore3"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#: printdialog.ui:105
+#: vcl/uiconfig/ui/printdialog.ui:105
msgctxt "printdialog|liststore3"
msgid "Portrait"
msgstr "ምስል"
-#: printdialog.ui:108
+#: vcl/uiconfig/ui/printdialog.ui:108
msgctxt "printdialog|liststore3"
msgid "Landscape"
msgstr "በ መሬት አቀማመጥ"
-#: printdialog.ui:115
+#: vcl/uiconfig/ui/printdialog.ui:115
msgctxt "printdialog|PrintDialog"
msgid "Print"
msgstr "ማተሚያ"
-#: printdialog.ui:233
+#: vcl/uiconfig/ui/printdialog.ui:232
msgctxt "printdialog|totalnumpages"
msgid "/ %n"
msgstr "/ %n"
-#: printdialog.ui:332
+#: vcl/uiconfig/ui/printdialog.ui:331
msgctxt "printdialog|label7"
msgid "Status:"
msgstr "ሁኔታው:"
-#: printdialog.ui:344
+#: vcl/uiconfig/ui/printdialog.ui:343
msgctxt "printdialog|label8"
msgid "Location:"
msgstr "አካባቢ :"
-#: printdialog.ui:356
+#: vcl/uiconfig/ui/printdialog.ui:355
msgctxt "printdialog|label9"
msgid "Comment:"
msgstr "አስተያየት:"
-#: printdialog.ui:368
+#: vcl/uiconfig/ui/printdialog.ui:367
msgctxt "printdialog|status"
msgid "Default printer"
msgstr "ነባር ማተሚያ"
-#: printdialog.ui:380
+#: vcl/uiconfig/ui/printdialog.ui:379
msgctxt "printdialog|location"
msgid "Place"
msgstr "ቦታ"
-#: printdialog.ui:392
+#: vcl/uiconfig/ui/printdialog.ui:391
msgctxt "printdialog|comment"
msgid "Long printer name"
msgstr "ረጅም የ ማተሚያ ስም"
-#: printdialog.ui:406
+#: vcl/uiconfig/ui/printdialog.ui:405
msgctxt "printdialog|label6"
msgid "Details"
msgstr "ዝርዝሮች"
-#: printdialog.ui:417
+#: vcl/uiconfig/ui/printdialog.ui:416
msgctxt "printdialog|setup"
msgid "Properties..."
msgstr "ባህሪዎች..."
-#: printdialog.ui:453
+#: vcl/uiconfig/ui/printdialog.ui:452
msgctxt "printdialog|label5"
msgid "Printer"
msgstr "ማተሚያ"
-#: printdialog.ui:493
+#: vcl/uiconfig/ui/printdialog.ui:492
msgctxt "printdialog|label14"
msgid "Number of copies"
msgstr "የኮፒዎች ቁጥር"
-#: printdialog.ui:531
+#: vcl/uiconfig/ui/printdialog.ui:529
msgctxt "printdialog|collate"
msgid "Collate"
msgstr "ማወዳደሪያ"
-#: printdialog.ui:588
+#: vcl/uiconfig/ui/printdialog.ui:587
msgctxt "printdialog|printallsheets"
msgid "All sheets"
msgstr "ሁሉንም ወረቀቶች"
-#: printdialog.ui:605
+#: vcl/uiconfig/ui/printdialog.ui:605
msgctxt "printdialog|printselectedsheets"
msgid "Selected sheets"
msgstr "የተመረጡት ወረቀቶች"
-#: printdialog.ui:621
+#: vcl/uiconfig/ui/printdialog.ui:622
msgctxt "printdialog|printselectedcells"
msgid "Selected cells"
msgstr "የተመረጡት ክፍሎች"
-#: printdialog.ui:646
+#: vcl/uiconfig/ui/printdialog.ui:648
msgctxt "printdialog|fromwhich"
msgid "From which print"
msgstr "ከየትኛው ህትመት"
-#: printdialog.ui:664
+#: vcl/uiconfig/ui/printdialog.ui:666
msgctxt "printdialog|printallpages"
msgid "All pages"
msgstr "ሁሉንም ገጾች"
-#: printdialog.ui:685
+#: vcl/uiconfig/ui/printdialog.ui:688
msgctxt "printdialog|printpages"
msgid "Pages"
msgstr "ገጾች"
-#: printdialog.ui:720
+#: vcl/uiconfig/ui/printdialog.ui:723
msgctxt "printdialog|printselection"
msgid "Selection"
msgstr "ምርጫዎች"
-#: printdialog.ui:736
+#: vcl/uiconfig/ui/printdialog.ui:740
msgctxt "printdialog|reverseorder"
msgid "Print in reverse page order"
msgstr "ማተሚያ በግልባጭ የገጽ ተራ"
-#: printdialog.ui:768
+#: vcl/uiconfig/ui/printdialog.ui:773
msgctxt "printdialog|label13"
msgid "Range and Copies"
msgstr "መጠን እና ኮፒዎች"
-#: printdialog.ui:801
+#: vcl/uiconfig/ui/printdialog.ui:806
msgctxt "printdialog|label16"
msgid "Comments"
msgstr "አስተያየቶች"
-#: printdialog.ui:830
+#: vcl/uiconfig/ui/printdialog.ui:835
msgctxt "printdialog|label15"
msgid "Print"
msgstr "ማተሚያ"
-#: printdialog.ui:869
+#: vcl/uiconfig/ui/printdialog.ui:874
msgctxt "printdialog|label10"
msgid "Document"
msgstr "ሰነድ"
-#: printdialog.ui:906
+#: vcl/uiconfig/ui/printdialog.ui:911
msgctxt "printdialog|label12"
msgid "Slides per page"
msgstr "ተንሸራታች በገጽ"
-#: printdialog.ui:931
+#: vcl/uiconfig/ui/printdialog.ui:936
msgctxt "printdialog|label19"
msgid "Order"
msgstr "ትእዛዞች"
-#: printdialog.ui:967
+#: vcl/uiconfig/ui/printdialog.ui:972
msgctxt "printdialog|label11"
msgid "Print"
msgstr "ማተሚያ"
-#: printdialog.ui:985
+#: vcl/uiconfig/ui/printdialog.ui:990
msgctxt "printdialog|label1"
msgid "General"
msgstr "ባጠቃላይ"
-#: printdialog.ui:1009
+#: vcl/uiconfig/ui/printdialog.ui:1014
msgctxt "printdialog|customlabel"
msgid "custom"
msgstr "ማስተካከያ"
-#: printdialog.ui:1059
+#: vcl/uiconfig/ui/printdialog.ui:1064
msgctxt "printdialog|pagespersheetbtn"
msgid "Pages per sheet"
msgstr "ገጾች በ ወረቀት"
-#: printdialog.ui:1092
+#: vcl/uiconfig/ui/printdialog.ui:1098
msgctxt "printdialog|brochure"
msgid "Brochure"
msgstr "መግለጫ ጽሁፍ"
-#: printdialog.ui:1112
+#: vcl/uiconfig/ui/printdialog.ui:1119
msgctxt "printdialog|pagestxt"
msgid "Pages"
msgstr "ገጾች"
-#: printdialog.ui:1127
+#: vcl/uiconfig/ui/printdialog.ui:1134
msgctxt "printdialog|sheetmargintxt1"
msgid "Margin"
msgstr "መስመር"
-#: printdialog.ui:1142
+#: vcl/uiconfig/ui/printdialog.ui:1149
msgctxt "printdialog|orientationtxt"
msgid "Orientation"
msgstr "አቅጣጫ"
-#: printdialog.ui:1157
+#: vcl/uiconfig/ui/printdialog.ui:1164
msgctxt "printdialog|pagemargintxt1"
msgid "Distance"
msgstr "እርቀት"
-#: printdialog.ui:1244
+#: vcl/uiconfig/ui/printdialog.ui:1247
msgctxt "printdialog|by"
msgid "by"
msgstr "በ"
-#: printdialog.ui:1258
+#: vcl/uiconfig/ui/printdialog.ui:1261
msgctxt "printdialog|pagemargintxt2"
msgid "between pages"
msgstr "በገጾች መካከል"
-#: printdialog.ui:1271
+#: vcl/uiconfig/ui/printdialog.ui:1274
msgctxt "printdialog|sheetmargintxt2"
msgid "to sheet border"
msgstr "የ ወረቀቱ ድንበር"
-#: printdialog.ui:1281
+#: vcl/uiconfig/ui/printdialog.ui:1284
msgctxt "printdialog|bordercb"
msgid "Draw a border around each page"
msgstr "በ አያንዳንዱ ገጽ ዙሪያ ድንበር መሳያ"
-#: printdialog.ui:1302
+#: vcl/uiconfig/ui/printdialog.ui:1306
msgctxt "printdialog|ordertxt"
msgid "Order"
msgstr "ትእዛዞች"
-#: printdialog.ui:1341
+#: vcl/uiconfig/ui/printdialog.ui:1345
msgctxt "printdialog|label18"
msgid "Layout"
msgstr "ረቂቅ"
-#: printdialog.ui:1375
+#: vcl/uiconfig/ui/printdialog.ui:1379
msgctxt "printdialog|label17"
msgid "Include"
msgstr "ማካተቻ"
-#: printdialog.ui:1404
+#: vcl/uiconfig/ui/printdialog.ui:1408
msgctxt "printdialog|label3"
msgid "Page Sides"
msgstr "የ ገጽ ጎኖች"
-#: printdialog.ui:1426
+#: vcl/uiconfig/ui/printdialog.ui:1430
msgctxt "printdialog|label2"
msgid "Page Layout"
msgstr "የ ገጽ እቅድ"
-#: printdialog.ui:1453
+#: vcl/uiconfig/ui/printdialog.ui:1457
msgctxt "printdialog|singleprintjob"
msgid "Create single print jobs for collated output"
msgstr "ለውጤት ማወዳደሪያ ነጠላ ህትመት መፍጠሪያ"
-#: printdialog.ui:1467
+#: vcl/uiconfig/ui/printdialog.ui:1472
msgctxt "printdialog|printpaperfromsetup"
msgid "Use only paper tray from printer preferences"
msgstr "ከ ማተሚያ ምርጫዎች ውስጥ የ ወረቀት ትሪ ብቻ መጠቀሚያ"
-#: printdialog.ui:1480
+#: vcl/uiconfig/ui/printdialog.ui:1486
msgctxt "printdialog|papersizefromsetup"
msgid "Use only paper size from printer preferences"
msgstr "ከ ማተሚያ ምርጫዎች ትሪ ውስጥ ብቻ የ ወረቀት መጠን መጠቀሚያ"
-#: printdialog.ui:1501
+#: vcl/uiconfig/ui/printdialog.ui:1508
msgctxt "printdialog|label21"
msgid "Options"
msgstr "ምርጫዎች"
-#: printdialog.ui:1516
+#: vcl/uiconfig/ui/printdialog.ui:1523
msgctxt "printdialog|label20"
msgid "Options"
msgstr "ምርጫዎች"
-#: printerdevicepage.ui:14
+#: vcl/uiconfig/ui/printerdevicepage.ui:34
+msgctxt "printerdevicepage|label7"
+msgid "_Option:"
+msgstr "_ምርጫ:"
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:48
+msgctxt "printerdevicepage|label8"
+msgid "Current _value:"
+msgstr "የ አሁኑ _ዋጋ:"
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:170
+msgctxt "printerdevicepage|label11"
+msgid "Color _depth:"
+msgstr "የ ቀለም _ጥልቀት:"
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:184
+msgctxt "printerdevicepage|label10"
+msgid "Co_lor:"
+msgstr "ቀ_ለም:"
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:198
+msgctxt "printerdevicepage|label9"
+msgid "Printer language _type:"
+msgstr "የ ማተሚያ ቋንቋ _አይነት:"
+
+#: vcl/uiconfig/ui/printerdevicepage.ui:214
msgctxt "printerdevicepage|liststore1"
msgid "Automatic : %s"
msgstr "ራሱ በራሱ: %s"
-#: printerdevicepage.ui:18
+#: vcl/uiconfig/ui/printerdevicepage.ui:215
msgctxt "printerdevicepage|liststore1"
msgid "PostScript (Level from driver)"
msgstr "ተጨማሪ መረጃ (Level from driver)"
-#: printerdevicepage.ui:22
+#: vcl/uiconfig/ui/printerdevicepage.ui:216
msgctxt "printerdevicepage|liststore1"
msgid "PostScript Level 1"
msgstr "ተጨማሪ መረጃ ደረጃ 1"
-#: printerdevicepage.ui:26
+#: vcl/uiconfig/ui/printerdevicepage.ui:217
msgctxt "printerdevicepage|liststore1"
msgid "PostScript Level 2"
msgstr "ተጨማሪ መረጃ ደረጃ 2"
-#: printerdevicepage.ui:30
+#: vcl/uiconfig/ui/printerdevicepage.ui:218
msgctxt "printerdevicepage|liststore1"
msgid "PostScript Level 3"
msgstr "ተጨማሪ መረጃ ደረጃ 3"
-#: printerdevicepage.ui:34
+#: vcl/uiconfig/ui/printerdevicepage.ui:219
msgctxt "printerdevicepage|liststore1"
msgid "PDF"
msgstr "PDF"
-#: printerdevicepage.ui:53
-msgctxt "printerdevicepage|label7"
-msgid "_Option:"
-msgstr "_ምርጫ:"
-
-#: printerdevicepage.ui:67
-msgctxt "printerdevicepage|label8"
-msgid "Current _value:"
-msgstr "የ አሁኑ _ዋጋ:"
-
-#: printerdevicepage.ui:140
-msgctxt "printerdevicepage|label11"
-msgid "Color _depth:"
-msgstr "የ ቀለም _ጥልቀት:"
-
-#: printerdevicepage.ui:154
-msgctxt "printerdevicepage|label10"
-msgid "Co_lor:"
-msgstr "ቀ_ለም:"
-
-#: printerdevicepage.ui:168
-msgctxt "printerdevicepage|label9"
-msgid "Printer language _type:"
-msgstr "የ ማተሚያ ቋንቋ _አይነት:"
-
-#: printerdevicepage.ui:194
+#: vcl/uiconfig/ui/printerdevicepage.ui:232
msgctxt "printerdevicepage|colorspace"
msgid "From driver"
msgstr "ከ driver"
-#: printerdevicepage.ui:195
+#: vcl/uiconfig/ui/printerdevicepage.ui:233
msgctxt "printerdevicepage|colorspace"
msgid "Color"
msgstr "ቀለም"
-#: printerdevicepage.ui:196
+#: vcl/uiconfig/ui/printerdevicepage.ui:234
msgctxt "printerdevicepage|colorspace"
msgid "Grayscale"
msgstr "ግራጫማ"
-#: printerdevicepage.ui:209
+#: vcl/uiconfig/ui/printerdevicepage.ui:247
msgctxt "printerdevicepage|colordepth"
msgid "8 Bit"
msgstr "8 ቢት"
-#: printerdevicepage.ui:210
+#: vcl/uiconfig/ui/printerdevicepage.ui:248
msgctxt "printerdevicepage|colordepth"
msgid "24 Bit"
msgstr "24 ቢት"
-#: printerpaperpage.ui:20
+#: vcl/uiconfig/ui/printerpaperpage.ui:19
msgctxt "printerpaperpage|paperft"
msgid "_Paper size:"
msgstr "የ _ወረቀት መጠን:"
-#: printerpaperpage.ui:33
-msgctxt "printerpaperpage|label4"
+#: vcl/uiconfig/ui/printerpaperpage.ui:32
+msgctxt "printerpaperpage|orientft"
msgid "_Orientation:"
msgstr "_አቅጣጫ:"
-#: printerpaperpage.ui:46
+#: vcl/uiconfig/ui/printerpaperpage.ui:45
msgctxt "printerpaperpage|duplexft"
msgid "_Duplex:"
msgstr "_ድርብ:"
-#: printerpaperpage.ui:59
+#: vcl/uiconfig/ui/printerpaperpage.ui:58
msgctxt "printerpaperpage|slotft"
msgid "Paper tray:"
msgstr "የወረቀት ትሪ:"
-#: printerpaperpage.ui:82
+#: vcl/uiconfig/ui/printerpaperpage.ui:82
msgctxt "printerpaperpage|orientlb"
msgid "Portrait"
msgstr "ምስል"
-#: printerpaperpage.ui:83
+#: vcl/uiconfig/ui/printerpaperpage.ui:83
msgctxt "printerpaperpage|orientlb"
msgid "Landscape"
msgstr "በ መሬት አቀማመጥ"
-#: printerpropertiesdialog.ui:8
+#: vcl/uiconfig/ui/printerpaperpage.ui:113
+msgctxt "printerpaperpage|papersizefromsetup"
+msgid "Use only paper size from printer preferences"
+msgstr "ከ ማተሚያ ምርጫዎች ትሪ ውስጥ ብቻ የ ወረቀት መጠን መጠቀሚያ"
+
+#: vcl/uiconfig/ui/printerpropertiesdialog.ui:8
msgctxt "printerpropertiesdialog|PrinterPropertiesDialog"
msgid "Properties of %s"
msgstr "ባህሪዎች የ %s"
-#: printerpropertiesdialog.ui:77
+#: vcl/uiconfig/ui/printerpropertiesdialog.ui:103
msgctxt "printerpropertiesdialog|paper"
msgid "Paper"
msgstr "ወረቀት"
-#: printerpropertiesdialog.ui:100
+#: vcl/uiconfig/ui/printerpropertiesdialog.ui:150
msgctxt "printerpropertiesdialog|device"
msgid "Device"
msgstr "አካል"
-#: printprogressdialog.ui:8
+#: vcl/uiconfig/ui/printprogressdialog.ui:8
msgctxt "printprogressdialog|PrintProgressDialog"
msgid "Printing"
msgstr "በማተም ላይ"
-#: printprogressdialog.ui:54
+#: vcl/uiconfig/ui/printprogressdialog.ui:54
msgctxt "printprogressdialog|label"
msgid "Page %p of %n"
msgstr "ገጽ %p ከ %n"
-#: querydialog.ui:8
+#: vcl/uiconfig/ui/querydialog.ui:8
msgctxt "querydialog|QueryDialog"
msgid "New Data Type"
msgstr "አዲስ የ ዳታ አይነት"
diff --git a/source/am/wizards/messages.po b/source/am/wizards/messages.po
index 0b4d5b24b2d..9c8d001d3e4 100644
--- a/source/am/wizards/messages.po
+++ b/source/am/wizards/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-01-10 11:50+0100\n"
+"POT-Creation-Date: 2018-02-27 15:07+0100\n"
"PO-Revision-Date: 2017-10-07 01:35+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,112 +16,112 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1507340148.000000\n"
-#: strings.hrc:32
+#: wizards/com/sun/star/wizards/common/strings.hrc:32
msgctxt "RID_COMMON_START_0"
msgid "The directory '%1' could not be created.<BR>There may not be enough space left on your hard disk."
msgstr "ዳይሬክቶሪውን '%1' መፍጠር አልተቻለም<BR>በ ሀርድ ዲስኩ ላይ በቂ ቦታ ላይኖር ይችላል"
-#: strings.hrc:33
+#: wizards/com/sun/star/wizards/common/strings.hrc:33
msgctxt "RID_COMMON_START_1"
msgid "The text document could not be created.<BR>Please check if the module 'PRODUCTNAME Writer' is installed."
msgstr "የ ጽሁፍ ሰነድ መፍጠር አልተቻለም<BR>እባክዎን ክፍሉ 'PRODUCTNAME መጻፊያ' መገጠሙን ይመርምሩ"
-#: strings.hrc:34
+#: wizards/com/sun/star/wizards/common/strings.hrc:34
msgctxt "RID_COMMON_START_2"
msgid "The spreadsheet could not be created.<BR>Please check if the module 'PRODUCTNAME Calc' is installed."
msgstr "የ ሰንጠረዥ ሰነድ መፍጠር አልተቻለም<BR>እባክዎን ክፍሉ 'PRODUCTNAME ሰንጠረዥ' መገጠሙን ይመርምሩ"
-#: strings.hrc:35
+#: wizards/com/sun/star/wizards/common/strings.hrc:35
msgctxt "RID_COMMON_START_3"
msgid "The presentation could not be created.<BR>Please check if the module 'PRODUCTNAME Impress' is installed."
msgstr "የ ማቅረቢያ ሰነድ መፍጠር አልተቻለም<BR>እባክዎን ክፍሉ 'PRODUCTNAME ማስደነቂያ' መገጠሙን ይመርምሩ"
-#: strings.hrc:36
+#: wizards/com/sun/star/wizards/common/strings.hrc:36
msgctxt "RID_COMMON_START_4"
msgid "The drawing could not be created.<BR>Please check if the module 'PRODUCTNAME Draw' is installed."
msgstr "የ መሳያ ሰነድ መፍጠር አልተቻለም<BR>እባክዎን ክፍሉ 'PRODUCTNAME መሳያ' መገጠሙን ይመርምሩ"
-#: strings.hrc:37
+#: wizards/com/sun/star/wizards/common/strings.hrc:37
msgctxt "RID_COMMON_START_5"
msgid "The formula could not be created.<BR>Please check if the module 'PRODUCTNAME Math' is installed."
msgstr "የ መቀመሪያ ሰነድ መፍጠር አልተቻለም<BR>እባክዎን ክፍሉ 'PRODUCTNAME ሂሳብ' መገጠሙን ይመርምሩ"
-#: strings.hrc:38
+#: wizards/com/sun/star/wizards/common/strings.hrc:38
msgctxt "RID_COMMON_START_6"
msgid "The files required could not be found.<BR>Please start the %PRODUCTNAME Setup and choose 'Repair'."
msgstr "የተፈለጉትን ፋይሎች ማግኘት አልተቻለም<BR>እባክዎን ያስጀምሩ %PRODUCTNAME ማሰናጃ እና ይምረጡ 'መጠገኛ'"
-#: strings.hrc:39
+#: wizards/com/sun/star/wizards/common/strings.hrc:39
msgctxt "RID_COMMON_START_7"
msgid "The file '<PATH>' already exists.<BR><BR>Would you like to overwrite the existing file?"
msgstr "ይህ ፋይል '<PATH>' ቀደም ሲል ነበር<BR><BR>በ ነበረው ፋይል ላይ ደርበው መጻፍ ይፈልጋሉ?"
-#: strings.hrc:40
+#: wizards/com/sun/star/wizards/common/strings.hrc:40
msgctxt "RID_COMMON_START_8"
msgid "Yes"
msgstr "አዎ"
-#: strings.hrc:41
+#: wizards/com/sun/star/wizards/common/strings.hrc:41
msgctxt "RID_COMMON_START_9"
msgid "Yes to All"
msgstr "አዎ ለሁሉም"
-#: strings.hrc:42
+#: wizards/com/sun/star/wizards/common/strings.hrc:42
msgctxt "RID_COMMON_START_10"
msgid "No"
msgstr "አይ"
-#: strings.hrc:43
+#: wizards/com/sun/star/wizards/common/strings.hrc:43
msgctxt "RID_COMMON_START_11"
msgid "Cancel"
msgstr "መሰረዣ"
-#: strings.hrc:44
+#: wizards/com/sun/star/wizards/common/strings.hrc:44
msgctxt "RID_COMMON_START_12"
msgid "~Finish"
msgstr "~ጨርሷል"
-#: strings.hrc:45
+#: wizards/com/sun/star/wizards/common/strings.hrc:45
msgctxt "RID_COMMON_START_13"
msgid "< ~Back"
msgstr "< ~ወደ ኋላ"
-#: strings.hrc:46
+#: wizards/com/sun/star/wizards/common/strings.hrc:46
msgctxt "RID_COMMON_START_14"
msgid "~Next >"
msgstr "~ይቀጥሉ >"
-#: strings.hrc:47
+#: wizards/com/sun/star/wizards/common/strings.hrc:47
msgctxt "RID_COMMON_START_15"
msgid "~Help"
msgstr "~እርዳታ"
-#: strings.hrc:48
+#: wizards/com/sun/star/wizards/common/strings.hrc:48
msgctxt "RID_COMMON_START_16"
msgid "Steps"
msgstr "ደረጃዎች"
-#: strings.hrc:49
+#: wizards/com/sun/star/wizards/common/strings.hrc:49
msgctxt "RID_COMMON_START_17"
msgid "Close"
msgstr "መዝጊያ"
-#: strings.hrc:50
+#: wizards/com/sun/star/wizards/common/strings.hrc:50
msgctxt "RID_COMMON_START_18"
msgid "OK"
msgstr "እሺ"
-#: strings.hrc:51
+#: wizards/com/sun/star/wizards/common/strings.hrc:51
msgctxt "RID_COMMON_START_19"
msgid "The file already exists. Do you want to overwrite it?"
msgstr "ፋይሉ ቀድም ሲል ነበር: በላዩ ላይ ደርበው መጻፍ ይፈልጋሉ?"
-#: strings.hrc:52
+#: wizards/com/sun/star/wizards/common/strings.hrc:52
msgctxt "RID_COMMON_START_20"
msgid "Template created via <wizard_name> on <current_date>."
msgstr "ቴምፕሌት ተፈጥሯል በ <wizard_name> ላይ <current_date>"
-#: strings.hrc:53
+#: wizards/com/sun/star/wizards/common/strings.hrc:53
msgctxt "RID_COMMON_START_21"
msgid ""
"The wizard could not be run, because important files were not found.\n"
@@ -132,1217 +132,1217 @@ msgstr ""
"ከ 'መሳሪያዎች - ምርጫዎች - ስር %PRODUCTNAME - መንገዶች' የ 'ነባር' ቁልፍን ይጫኑ መንገዶችን እንደነበር ለመመለስ ወደ ዋናው ነባር ማሰናጃዎች \n"
"ከዛ አዋቂውን እንደገና ያስኪዱ"
-#: strings.hrc:56
+#: wizards/com/sun/star/wizards/common/strings.hrc:56
msgctxt "RID_LETTERWIZARDDIALOG_START_1"
msgid "Letter Wizard"
msgstr "የ ደብዳቤ አዋቂ"
-#: strings.hrc:57
+#: wizards/com/sun/star/wizards/common/strings.hrc:57
msgctxt "RID_LETTERWIZARDDIALOG_START_2"
msgid "Label9"
msgstr "ምልክት9"
-#: strings.hrc:58
+#: wizards/com/sun/star/wizards/common/strings.hrc:58
msgctxt "RID_LETTERWIZARDDIALOG_START_3"
msgid "~Business letter"
msgstr "የ ~ንግድ ደብዳቤ"
-#: strings.hrc:59
+#: wizards/com/sun/star/wizards/common/strings.hrc:59
msgctxt "RID_LETTERWIZARDDIALOG_START_4"
msgid "~Formal personal letter"
msgstr "~መደበኛ የ ግል ደብዳቤ"
-#: strings.hrc:60
+#: wizards/com/sun/star/wizards/common/strings.hrc:60
msgctxt "RID_LETTERWIZARDDIALOG_START_5"
msgid "~Personal letter"
msgstr "የ ~ግል ደብዳቤ"
-#: strings.hrc:61
+#: wizards/com/sun/star/wizards/common/strings.hrc:61
msgctxt "RID_LETTERWIZARDDIALOG_START_6"
msgid "~Use letterhead paper with pre-printed elements"
msgstr "በቅድሚያ-የታተመ አርእስት ያለው የ ደብዳቤ ወረቀት አካላቶችን ~ይጠቀሙ"
-#: strings.hrc:62
+#: wizards/com/sun/star/wizards/common/strings.hrc:62
msgctxt "RID_LETTERWIZARDDIALOG_START_7"
msgid "~Logo"
msgstr "~አርማ"
-#: strings.hrc:63
+#: wizards/com/sun/star/wizards/common/strings.hrc:63
msgctxt "RID_LETTERWIZARDDIALOG_START_8"
msgid "Return address"
msgstr "መመለሻ አድራሻ"
-#: strings.hrc:64
+#: wizards/com/sun/star/wizards/common/strings.hrc:64
msgctxt "RID_LETTERWIZARDDIALOG_START_9"
msgid "~Include footer"
msgstr "ግርጌ ~ማካተቻ"
-#: strings.hrc:65
+#: wizards/com/sun/star/wizards/common/strings.hrc:65
msgctxt "RID_LETTERWIZARDDIALOG_START_10"
msgid "~Return address in envelope window"
msgstr "~መመለሻ አድራሻ በ ፖስታ መስኮት ውስጥ"
-#: strings.hrc:66
+#: wizards/com/sun/star/wizards/common/strings.hrc:66
msgctxt "RID_LETTERWIZARDDIALOG_START_11"
msgid "~Logo"
msgstr "~አርማ"
-#: strings.hrc:67
+#: wizards/com/sun/star/wizards/common/strings.hrc:67
msgctxt "RID_LETTERWIZARDDIALOG_START_12"
msgid "~Return address in envelope window"
msgstr "~መመለሻ አድራሻ በ ፖስታ መስኮት ውስጥ"
-#: strings.hrc:68
+#: wizards/com/sun/star/wizards/common/strings.hrc:68
msgctxt "RID_LETTERWIZARDDIALOG_START_13"
msgid "Letter Signs"
msgstr "የ ፊደል ምልክቶች"
-#: strings.hrc:69
+#: wizards/com/sun/star/wizards/common/strings.hrc:69
msgctxt "RID_LETTERWIZARDDIALOG_START_14"
msgid "S~ubject line"
msgstr "የ ጉ~ዳዩ መስመር"
-#: strings.hrc:70
+#: wizards/com/sun/star/wizards/common/strings.hrc:70
msgctxt "RID_LETTERWIZARDDIALOG_START_15"
msgid "Salu~tation"
msgstr "ሰላ~ምታ"
-#: strings.hrc:71
+#: wizards/com/sun/star/wizards/common/strings.hrc:71
msgctxt "RID_LETTERWIZARDDIALOG_START_16"
msgid "Fold ~marks"
msgstr "ማጠፊያ ~ምልክቶች"
-#: strings.hrc:72
+#: wizards/com/sun/star/wizards/common/strings.hrc:72
msgctxt "RID_LETTERWIZARDDIALOG_START_17"
msgid "~Complimentary close"
msgstr "በ ~ምስጋና መዝጊያ"
-#: strings.hrc:73
+#: wizards/com/sun/star/wizards/common/strings.hrc:73
msgctxt "RID_LETTERWIZARDDIALOG_START_18"
msgid "~Footer"
msgstr "~ግርጌ"
-#: strings.hrc:74
+#: wizards/com/sun/star/wizards/common/strings.hrc:74
msgctxt "RID_LETTERWIZARDDIALOG_START_19"
msgid "~Use user data for return address"
msgstr "የ ተጠቃሚውን ዳታ ለ መመለሻ አድራሻ ~ይጠቀሙ"
-#: strings.hrc:75
+#: wizards/com/sun/star/wizards/common/strings.hrc:75
msgctxt "RID_LETTERWIZARDDIALOG_START_20"
msgid "~New sender address:"
msgstr "~አዲስ የላኪው አድራሻ:"
-#: strings.hrc:76
+#: wizards/com/sun/star/wizards/common/strings.hrc:76
msgctxt "RID_LETTERWIZARDDIALOG_START_21"
msgid "Use placeholders for ~recipient's address"
msgstr "ለ ~ተቀባዮች አድራሻ ቦታ ያዢ መጠቀሚያ"
-#: strings.hrc:77
+#: wizards/com/sun/star/wizards/common/strings.hrc:77
msgctxt "RID_LETTERWIZARDDIALOG_START_22"
msgid "Use address database for ~mail merge"
msgstr "የ አድራሻ ዳታቤዝ ለ ~ደብዳቤ ማዋሀጃ መጠቀሚያ"
-#: strings.hrc:78
+#: wizards/com/sun/star/wizards/common/strings.hrc:78
msgctxt "RID_LETTERWIZARDDIALOG_START_23"
msgid "Include ~only on second and following pages"
msgstr "በ ገጽ ሁለት እና ተከታታይ ገጾች ውስጥ ~ብቻ መጨመሪያ"
-#: strings.hrc:79
+#: wizards/com/sun/star/wizards/common/strings.hrc:79
msgctxt "RID_LETTERWIZARDDIALOG_START_24"
msgid "~Include page number"
msgstr "የ ገጽ ቁጥር ~መጨመሪያ"
-#: strings.hrc:80
+#: wizards/com/sun/star/wizards/common/strings.hrc:80
msgctxt "RID_LETTERWIZARDDIALOG_START_25"
msgid "Letter Template"
msgstr "የ ደብዳቤ ቴምፕሌት"
-#: strings.hrc:81
+#: wizards/com/sun/star/wizards/common/strings.hrc:81
msgctxt "RID_LETTERWIZARDDIALOG_START_26"
msgid "Create a ~letter from this template"
msgstr "ከዚህ ~ደብዳቤ ቴምፕሌት መፍጠሪያ"
-#: strings.hrc:82
+#: wizards/com/sun/star/wizards/common/strings.hrc:82
msgctxt "RID_LETTERWIZARDDIALOG_START_27"
msgid "Make ~manual changes to this letter template"
msgstr "የዚህን ደብዳቤ ቴምፕሌት በ ~እጅ መቀየሪያ"
-#: strings.hrc:83
+#: wizards/com/sun/star/wizards/common/strings.hrc:83
msgctxt "RID_LETTERWIZARDDIALOG_START_28"
msgid "Page design"
msgstr "የ ገጽ ንድፍ"
-#: strings.hrc:84
+#: wizards/com/sun/star/wizards/common/strings.hrc:84
msgctxt "RID_LETTERWIZARDDIALOG_START_29"
msgid "Page design"
msgstr "የ ገጽ ንድፍ"
-#: strings.hrc:85
+#: wizards/com/sun/star/wizards/common/strings.hrc:85
msgctxt "RID_LETTERWIZARDDIALOG_START_30"
msgid "Page design"
msgstr "የ ገጽ ንድፍ"
-#: strings.hrc:86
+#: wizards/com/sun/star/wizards/common/strings.hrc:86
msgctxt "RID_LETTERWIZARDDIALOG_START_31"
msgid "This wizard helps you to create a letter template. You can then use the template as the basis for writing letters as often as desired."
msgstr "የ ደብዳቤ ቴምፕሌት ለ መፍጠር አዋቂው ይረዳዎታል: ይህን ቴምፕሌት ለ ሌሎች ደብዳቤ መጻፊያ መሰረት አድርገው ደብዳቤዎችን በፈለጉ ጊዜ መጻፍ ያስችሎታል"
-#: strings.hrc:87
+#: wizards/com/sun/star/wizards/common/strings.hrc:87
msgctxt "RID_LETTERWIZARDDIALOG_START_32"
msgid "~Height:"
msgstr "~እርዝመት:"
-#: strings.hrc:88
+#: wizards/com/sun/star/wizards/common/strings.hrc:88
msgctxt "RID_LETTERWIZARDDIALOG_START_33"
msgid "~Width:"
msgstr "~ስፋት:"
-#: strings.hrc:89
+#: wizards/com/sun/star/wizards/common/strings.hrc:89
msgctxt "RID_LETTERWIZARDDIALOG_START_34"
msgid "S~pacing to left margin:"
msgstr "የ ግራ መስመር ክ~ፍተት:"
-#: strings.hrc:90
+#: wizards/com/sun/star/wizards/common/strings.hrc:90
msgctxt "RID_LETTERWIZARDDIALOG_START_35"
msgid "Spacing ~to top margin:"
msgstr "የ ~ላይ መስመር ክፍተት:"
-#: strings.hrc:91
+#: wizards/com/sun/star/wizards/common/strings.hrc:91
msgctxt "RID_LETTERWIZARDDIALOG_START_36"
msgid "Height:"
msgstr "እርዝመት:"
-#: strings.hrc:92
+#: wizards/com/sun/star/wizards/common/strings.hrc:92
msgctxt "RID_LETTERWIZARDDIALOG_START_37"
msgid "Width:"
msgstr "ስፋት:"
-#: strings.hrc:93
+#: wizards/com/sun/star/wizards/common/strings.hrc:93
msgctxt "RID_LETTERWIZARDDIALOG_START_38"
msgid "S~pacing to left margin:"
msgstr "የ ግራ መስመር ክ~ፍተት:"
-#: strings.hrc:94
+#: wizards/com/sun/star/wizards/common/strings.hrc:94
msgctxt "RID_LETTERWIZARDDIALOG_START_39"
msgid "Spacing ~to top margin:"
msgstr "~የላይ መስመር ክፍተት:"
-#: strings.hrc:95
+#: wizards/com/sun/star/wizards/common/strings.hrc:95
msgctxt "RID_LETTERWIZARDDIALOG_START_40"
msgid "Height:"
msgstr "እርዝመት:"
-#: strings.hrc:96
+#: wizards/com/sun/star/wizards/common/strings.hrc:96
msgctxt "RID_LETTERWIZARDDIALOG_START_42"
msgid "Sender's address"
msgstr "የላኪው አድራሻ"
-#: strings.hrc:97
+#: wizards/com/sun/star/wizards/common/strings.hrc:97
msgctxt "RID_LETTERWIZARDDIALOG_START_43"
msgid "Name:"
msgstr "ስም:"
-#: strings.hrc:98
+#: wizards/com/sun/star/wizards/common/strings.hrc:98
msgctxt "RID_LETTERWIZARDDIALOG_START_44"
msgid "Street:"
msgstr "መንገድ:"
-#: strings.hrc:99
+#: wizards/com/sun/star/wizards/common/strings.hrc:99
msgctxt "RID_LETTERWIZARDDIALOG_START_45"
msgid "ZIP code/State/City:"
msgstr "ፖሳቁ/አገር/ከተማ:"
-#: strings.hrc:100
+#: wizards/com/sun/star/wizards/common/strings.hrc:100
msgctxt "RID_LETTERWIZARDDIALOG_START_46"
msgid "Recipient's address"
msgstr "የ ተቀባዮች አድራሻ"
-#: strings.hrc:101
+#: wizards/com/sun/star/wizards/common/strings.hrc:101
msgctxt "RID_LETTERWIZARDDIALOG_START_47"
msgid "Footer"
msgstr "ግርጌ"
-#: strings.hrc:102
+#: wizards/com/sun/star/wizards/common/strings.hrc:102
msgctxt "RID_LETTERWIZARDDIALOG_START_48"
msgid "This wizard creates a letter template which enables you to create multiple letters with the same layout and settings."
msgstr "ይህ አዋቂ የ ደብዳቤ ቴምፕሌት ይፈጥራል በርካታ ደብዳቤዎች ለ መፍጠር ያስችሎታል በ ተመሳሳይ እቅድ እና ማስናጃዎች"
-#: strings.hrc:103
+#: wizards/com/sun/star/wizards/common/strings.hrc:103
msgctxt "RID_LETTERWIZARDDIALOG_START_49"
msgid "To create another new letter out of the template just navigate to the template location and double-click it."
msgstr "ከ ቴምፕሌት ሌላ አዲስ ደብዳቤ ለመፍጠር ቴምፕሌት ያለበት አካባቢ ይሂዱ እና ሁለት-ጊዜ በ መጫን ይክፈቱት"
-#: strings.hrc:104
+#: wizards/com/sun/star/wizards/common/strings.hrc:104
msgctxt "RID_LETTERWIZARDDIALOG_START_50"
msgid "Template name:"
msgstr "የ ቴምፕሌት ስም:"
-#: strings.hrc:105
+#: wizards/com/sun/star/wizards/common/strings.hrc:105
msgctxt "RID_LETTERWIZARDDIALOG_START_51"
msgid "Location and file name:"
msgstr "የ ፋይል ስም እና አካባቢው:"
-#: strings.hrc:106
+#: wizards/com/sun/star/wizards/common/strings.hrc:106
msgctxt "RID_LETTERWIZARDDIALOG_START_52"
msgid "How do you want to proceed?"
msgstr "እንዴት ነው መቀጠል የሚፈልጉት?"
-#: strings.hrc:107
+#: wizards/com/sun/star/wizards/common/strings.hrc:107
msgctxt "RID_LETTERWIZARDDIALOG_START_53"
msgid "Please choose the type of letter and page design"
msgstr "እባክዎን የ ደብዳቤ አይነት እና የ ገጽ ንድፍ ይምረጡ"
-#: strings.hrc:108
+#: wizards/com/sun/star/wizards/common/strings.hrc:108
msgctxt "RID_LETTERWIZARDDIALOG_START_54"
msgid "Select the items to be printed"
msgstr "የሚታተመውን እቃ ይምረጡ"
-#: strings.hrc:109
+#: wizards/com/sun/star/wizards/common/strings.hrc:109
msgctxt "RID_LETTERWIZARDDIALOG_START_55"
msgid "Specify items already on your letterhead paper"
msgstr "በ ደብዳቤ አርእስት ወረቀት ላይ ያሉትን እቃዎች ይወስኑ"
-#: strings.hrc:110
+#: wizards/com/sun/star/wizards/common/strings.hrc:110
msgctxt "RID_LETTERWIZARDDIALOG_START_56"
msgid "Specify the sender and recipient information"
msgstr "የ ላኪውን እና የ ተቀባዩን መረጃ ይወስኑ"
-#: strings.hrc:111
+#: wizards/com/sun/star/wizards/common/strings.hrc:111
msgctxt "RID_LETTERWIZARDDIALOG_START_57"
msgid "Fill in the information you would like in the footer"
msgstr "በ ግርጌ ውስጥ እንዲታይ የሚፈልጉትን መረጃ ይጻፉ"
-#: strings.hrc:112
+#: wizards/com/sun/star/wizards/common/strings.hrc:112
msgctxt "RID_LETTERWIZARDDIALOG_START_58"
msgid "Please specify last settings"
msgstr "እባክዎን የ መጨረሻ ማሰናጃውን ይወስኑ"
-#: strings.hrc:113
+#: wizards/com/sun/star/wizards/common/strings.hrc:113
msgctxt "RID_LETTERWIZARDDIALOG_START_59"
msgid "Subject:"
msgstr "ጉዳዩ:"
-#: strings.hrc:114
+#: wizards/com/sun/star/wizards/common/strings.hrc:114
msgctxt "RID_LETTERWIZARDDIALOG_START_60"
msgid "Elegant"
msgstr "ድንቅ"
-#: strings.hrc:115
+#: wizards/com/sun/star/wizards/common/strings.hrc:115
msgctxt "RID_LETTERWIZARDDIALOG_START_61"
msgid "Modern"
msgstr "ዘመናዊ"
-#: strings.hrc:116
+#: wizards/com/sun/star/wizards/common/strings.hrc:116
msgctxt "RID_LETTERWIZARDDIALOG_START_62"
msgid "Office"
msgstr "ቢሮ"
-#: strings.hrc:117
+#: wizards/com/sun/star/wizards/common/strings.hrc:117
msgctxt "RID_LETTERWIZARDDIALOG_START_63"
msgid "Bottle"
msgstr "ጠርሙስ"
-#: strings.hrc:118
+#: wizards/com/sun/star/wizards/common/strings.hrc:118
msgctxt "RID_LETTERWIZARDDIALOG_START_64"
msgid "Mail"
msgstr "ደብዳቤ"
-#: strings.hrc:119
+#: wizards/com/sun/star/wizards/common/strings.hrc:119
msgctxt "RID_LETTERWIZARDDIALOG_START_65"
msgid "Marine"
msgstr "ባሕር"
-#: strings.hrc:120
+#: wizards/com/sun/star/wizards/common/strings.hrc:120
msgctxt "RID_LETTERWIZARDDIALOG_START_66"
msgid "Red Line"
msgstr "ቀይ መስመር"
-#: strings.hrc:123
+#: wizards/com/sun/star/wizards/common/strings.hrc:123
msgctxt "RID_LETTERWIZARDSALUTATION_START_1"
msgid "To Whom it May Concern"
msgstr "ለሚመለከተው ሁሉ"
-#: strings.hrc:124
+#: wizards/com/sun/star/wizards/common/strings.hrc:124
msgctxt "RID_LETTERWIZARDSALUTATION_START_2"
msgid "Dear Sir or Madam"
msgstr "ውድ አቶ ወይንም ወይዘሮ"
-#: strings.hrc:125
+#: wizards/com/sun/star/wizards/common/strings.hrc:125
msgctxt "RID_LETTERWIZARDSALUTATION_START_3"
msgid "Hello"
msgstr "ሰላም"
-#: strings.hrc:128
+#: wizards/com/sun/star/wizards/common/strings.hrc:128
msgctxt "RID_LETTERWIZARDGREETING_START_1"
msgid "Sincerely"
msgstr "የ እርስዎ"
-#: strings.hrc:129
+#: wizards/com/sun/star/wizards/common/strings.hrc:129
msgctxt "RID_LETTERWIZARDGREETING_START_2"
msgid "Best regards"
msgstr "ከ ሰላምታ ጋር"
-#: strings.hrc:130
+#: wizards/com/sun/star/wizards/common/strings.hrc:130
msgctxt "RID_LETTERWIZARDGREETING_START_3"
msgid "Cheers"
msgstr "ለጤናችን"
-#: strings.hrc:133
+#: wizards/com/sun/star/wizards/common/strings.hrc:133
msgctxt "RID_LETTERWIZARDROADMAP_START_1"
msgid "Page design"
msgstr "የ ገጽ ንድፍ"
-#: strings.hrc:134
+#: wizards/com/sun/star/wizards/common/strings.hrc:134
msgctxt "RID_LETTERWIZARDROADMAP_START_2"
msgid "Letterhead layout"
msgstr "የ ደብዳቤ ራስጌ እቅድ"
-#: strings.hrc:135
+#: wizards/com/sun/star/wizards/common/strings.hrc:135
msgctxt "RID_LETTERWIZARDROADMAP_START_3"
msgid "Printed items"
msgstr "የ ታተሙ እቃዎች"
-#: strings.hrc:136
+#: wizards/com/sun/star/wizards/common/strings.hrc:136
msgctxt "RID_LETTERWIZARDROADMAP_START_4"
msgid "Recipient and sender"
msgstr "ላኪ እና ተቀባይ"
-#: strings.hrc:137
+#: wizards/com/sun/star/wizards/common/strings.hrc:137
msgctxt "RID_LETTERWIZARDROADMAP_START_5"
msgid "Footer"
msgstr "ግርጌ"
-#: strings.hrc:138
+#: wizards/com/sun/star/wizards/common/strings.hrc:138
msgctxt "RID_LETTERWIZARDROADMAP_START_6"
msgid "Name and location"
msgstr "ስም እና አካባቢ"
-#: strings.hrc:141
+#: wizards/com/sun/star/wizards/common/strings.hrc:141
msgctxt "RID_FAXWIZARDDIALOG_START_1"
msgid "Fax Wizard"
msgstr "የ ፋክስ አዋቂ"
-#: strings.hrc:142
+#: wizards/com/sun/star/wizards/common/strings.hrc:142
msgctxt "RID_FAXWIZARDDIALOG_START_2"
msgid "Label9"
msgstr "ምልክት9"
-#: strings.hrc:143
+#: wizards/com/sun/star/wizards/common/strings.hrc:143
msgctxt "RID_FAXWIZARDDIALOG_START_3"
msgid "~Business Fax"
msgstr "የ ~ንግድ ፋክስ"
-#: strings.hrc:144
+#: wizards/com/sun/star/wizards/common/strings.hrc:144
msgctxt "RID_FAXWIZARDDIALOG_START_4"
msgid "~Personal Fax"
msgstr "የ ~ግል ፋክስ"
-#: strings.hrc:145
+#: wizards/com/sun/star/wizards/common/strings.hrc:145
msgctxt "RID_FAXWIZARDDIALOG_START_5"
msgid "~Logo"
msgstr "~አርማ"
-#: strings.hrc:146
+#: wizards/com/sun/star/wizards/common/strings.hrc:146
msgctxt "RID_FAXWIZARDDIALOG_START_6"
msgid "S~ubject line"
msgstr "የ ጉ~ዳዩ መስመር"
-#: strings.hrc:147
+#: wizards/com/sun/star/wizards/common/strings.hrc:147
msgctxt "RID_FAXWIZARDDIALOG_START_7"
msgid "S~alutation"
msgstr "ሰ~ላምታ"
-#: strings.hrc:148
+#: wizards/com/sun/star/wizards/common/strings.hrc:148
msgctxt "RID_FAXWIZARDDIALOG_START_8"
msgid "~Complimentary close"
msgstr "በ ~ምስጋና መዝጊያ"
-#: strings.hrc:149
+#: wizards/com/sun/star/wizards/common/strings.hrc:149
msgctxt "RID_FAXWIZARDDIALOG_START_9"
msgid "~Footer"
msgstr "~ግርጌ"
-#: strings.hrc:150
+#: wizards/com/sun/star/wizards/common/strings.hrc:150
msgctxt "RID_FAXWIZARDDIALOG_START_10"
msgid "~Use user data for return address"
msgstr "የ ተጠቃሚውን ዳታ ለ መመለሻ አድራሻ ~መጠቀሚያ"
-#: strings.hrc:151
+#: wizards/com/sun/star/wizards/common/strings.hrc:151
msgctxt "RID_FAXWIZARDDIALOG_START_11"
msgid "~New return address"
msgstr "~አዲስ የ መመለሻ አድራሻ"
-#: strings.hrc:152
+#: wizards/com/sun/star/wizards/common/strings.hrc:152
msgctxt "RID_FAXWIZARDDIALOG_START_12"
msgid "My Fax Template"
msgstr "የ እኔ የ ፋክስ ቴምፕሌትስ"
-#: strings.hrc:153
+#: wizards/com/sun/star/wizards/common/strings.hrc:153
msgctxt "RID_FAXWIZARDDIALOG_START_13"
msgid "Create a ~fax from this template"
msgstr "የ ~ፋክስ ፎርም ከዚህ ቴምፕሌት ውስጥ ይፍጠሩ"
-#: strings.hrc:154
+#: wizards/com/sun/star/wizards/common/strings.hrc:154
msgctxt "RID_FAXWIZARDDIALOG_START_14"
msgid "Make ~manual changes to this fax template"
msgstr "ይህን የ ፋክስ ቴምፕሌት በ ~እጅ መቀየሪያ መስሪያ"
-#: strings.hrc:155
+#: wizards/com/sun/star/wizards/common/strings.hrc:155
msgctxt "RID_FAXWIZARDDIALOG_START_15"
msgid "Page design"
msgstr "የ ገጽ ንድፍ"
-#: strings.hrc:156
+#: wizards/com/sun/star/wizards/common/strings.hrc:156
msgctxt "RID_FAXWIZARDDIALOG_START_16"
msgid "Page design"
msgstr "የ ገጽ ንድፍ"
-#: strings.hrc:157
+#: wizards/com/sun/star/wizards/common/strings.hrc:157
msgctxt "RID_FAXWIZARDDIALOG_START_17"
msgid "This wizard helps you to create a fax template. The template can then be used to create a fax whenever needed."
msgstr "አዋቂው የ ፋክስ ቴምፕሌት ለ መፍጠር ይረዳዎታል: ቴምፕሌቱን ሌሎች የ ፋክስ ቴምፕሌት ለ መፍጠር ይረዳዎታል"
-#: strings.hrc:158
+#: wizards/com/sun/star/wizards/common/strings.hrc:158
msgctxt "RID_FAXWIZARDDIALOG_START_18"
msgid "Return address"
msgstr "መመለሻ አድራሻ"
-#: strings.hrc:159
+#: wizards/com/sun/star/wizards/common/strings.hrc:159
msgctxt "RID_FAXWIZARDDIALOG_START_19"
msgid "Name:"
msgstr "ስም:"
-#: strings.hrc:160
+#: wizards/com/sun/star/wizards/common/strings.hrc:160
msgctxt "RID_FAXWIZARDDIALOG_START_20"
msgid "Street:"
msgstr "መንገድ:"
-#: strings.hrc:161
+#: wizards/com/sun/star/wizards/common/strings.hrc:161
msgctxt "RID_FAXWIZARDDIALOG_START_21"
msgid "ZIP code/State/City:"
msgstr "ፖሳቁ/አገር/ከተማ:"
-#: strings.hrc:162
+#: wizards/com/sun/star/wizards/common/strings.hrc:162
msgctxt "RID_FAXWIZARDDIALOG_START_22"
msgid "Footer"
msgstr "ግርጌ"
-#: strings.hrc:163
+#: wizards/com/sun/star/wizards/common/strings.hrc:163
msgctxt "RID_FAXWIZARDDIALOG_START_23"
msgid "This wizard creates a fax template which enables you to create multiple faxes with the same layout and settings."
msgstr "ይህ አዋቂ የ ፋክስ ቴምፕሌት ይፈጥራል: በ ተመሳሳይ እቅድ እና ማስናጃዎች በርካታ ፋክሶችን ለ መፍጠር ያስችሎታል"
-#: strings.hrc:164
+#: wizards/com/sun/star/wizards/common/strings.hrc:164
msgctxt "RID_FAXWIZARDDIALOG_START_24"
msgid "To create another new fax out of the template, go to the location where you saved the template and double-click the file."
msgstr "ከ ቴምፕሌት ሌላ አዲስ ፋክስ ለመፍጠር: ቴምፕሌቱን ያስቀመጡበት አካባቢ ይሂዱ እና ሁለት-ጊዜ ይጫኑ"
-#: strings.hrc:165
+#: wizards/com/sun/star/wizards/common/strings.hrc:165
msgctxt "RID_FAXWIZARDDIALOG_START_25"
msgid "Template Name:"
msgstr "የ ቴምፕሌት ስም:"
-#: strings.hrc:166
+#: wizards/com/sun/star/wizards/common/strings.hrc:166
msgctxt "RID_FAXWIZARDDIALOG_START_26"
msgid "Location and file name:"
msgstr "የ ፋይሉ ስም እና አካባቢው:"
-#: strings.hrc:167
+#: wizards/com/sun/star/wizards/common/strings.hrc:167
msgctxt "RID_FAXWIZARDDIALOG_START_27"
msgid "What do you want to do next?"
msgstr "ቀጥለው ምን መስራት ይፈልጋሉ?"
-#: strings.hrc:168
+#: wizards/com/sun/star/wizards/common/strings.hrc:168
msgctxt "RID_FAXWIZARDDIALOG_START_28"
msgid "Choose the type of fax and a page design"
msgstr "የ ፋክስ አይነት እና የ ገጽ ንድፍ ይምረጡ"
-#: strings.hrc:169
+#: wizards/com/sun/star/wizards/common/strings.hrc:169
msgctxt "RID_FAXWIZARDDIALOG_START_29"
msgid "Select items to include in the fax template"
msgstr "በ ፋክስ ቴምፕሌት ውስጥ ማካተት የሚፈልጉትን እቃዎች ይምረጡ"
-#: strings.hrc:170
+#: wizards/com/sun/star/wizards/common/strings.hrc:170
msgctxt "RID_FAXWIZARDDIALOG_START_30"
msgid "Specify sender and recipient information"
msgstr "የ ላኪውን እና የ ተቀባዩን መረጃ ይጨምሩ"
-#: strings.hrc:171
+#: wizards/com/sun/star/wizards/common/strings.hrc:171
msgctxt "RID_FAXWIZARDDIALOG_START_31"
msgid "Enter text for the footer"
msgstr "ለ ግርጌ ጽሁፍ ማስገቢያ"
-#: strings.hrc:172
+#: wizards/com/sun/star/wizards/common/strings.hrc:172
msgctxt "RID_FAXWIZARDDIALOG_START_32"
msgid "Choose a name and save the template"
msgstr "ለ ቴምፕሌቱ ስም ይምረጡ እና ያስቀምጡ"
-#: strings.hrc:173
+#: wizards/com/sun/star/wizards/common/strings.hrc:173
msgctxt "RID_FAXWIZARDDIALOG_START_33"
msgid "Include ~only on second and following pages"
msgstr "በ ገጽ ሁለት እና ተከታታይ ገጾች ~ብቻ መጨመሪያ"
-#: strings.hrc:174
+#: wizards/com/sun/star/wizards/common/strings.hrc:174
msgctxt "RID_FAXWIZARDDIALOG_START_34"
msgid "~Include page number"
msgstr "የ ገጽ ቁጥር ~መጨመሪያ"
-#: strings.hrc:175
+#: wizards/com/sun/star/wizards/common/strings.hrc:175
msgctxt "RID_FAXWIZARDDIALOG_START_35"
msgid "~Date"
msgstr "~ቀን"
-#: strings.hrc:176
+#: wizards/com/sun/star/wizards/common/strings.hrc:176
msgctxt "RID_FAXWIZARDDIALOG_START_36"
msgid "~Type of message"
msgstr "የ መልእክቱ ~አይነት"
-#: strings.hrc:177
+#: wizards/com/sun/star/wizards/common/strings.hrc:177
msgctxt "RID_FAXWIZARDDIALOG_START_37"
msgid "Fax Number:"
msgstr "የ ፋክስ ቁጥር:"
-#: strings.hrc:178
+#: wizards/com/sun/star/wizards/common/strings.hrc:178
msgctxt "RID_FAXWIZARDDIALOG_START_38"
msgid "Use placeholders for ~recipient's address"
msgstr "ለ ~ተቀባዮች አድራሻ ቦታ ያዢ መጠቀሚያ"
-#: strings.hrc:179
+#: wizards/com/sun/star/wizards/common/strings.hrc:179
msgctxt "RID_FAXWIZARDDIALOG_START_39"
msgid "Use address database for ~mail merge"
msgstr "የ አድራሻ ዳታቤዝ ለ ~ደብዳቤ ማዋሀጃ መጠቀሚያ"
-#: strings.hrc:180
+#: wizards/com/sun/star/wizards/common/strings.hrc:180
msgctxt "RID_FAXWIZARDDIALOG_START_40"
msgid "~New return address"
msgstr "~አዲስ የ መመለሻ አድራሻ"
-#: strings.hrc:181
+#: wizards/com/sun/star/wizards/common/strings.hrc:181
msgctxt "RID_FAXWIZARDDIALOG_START_41"
msgid "To:"
msgstr "ለ:"
-#: strings.hrc:182
+#: wizards/com/sun/star/wizards/common/strings.hrc:182
msgctxt "RID_FAXWIZARDDIALOG_START_42"
msgid "From:"
msgstr "ከ:"
-#: strings.hrc:183
+#: wizards/com/sun/star/wizards/common/strings.hrc:183
msgctxt "RID_FAXWIZARDDIALOG_START_43"
msgid "Fax:"
msgstr "ፋክስ:"
-#: strings.hrc:184
+#: wizards/com/sun/star/wizards/common/strings.hrc:184
msgctxt "RID_FAXWIZARDDIALOG_START_44"
msgid "Tel:"
msgstr "ስልክ:"
-#: strings.hrc:185
+#: wizards/com/sun/star/wizards/common/strings.hrc:185
msgctxt "RID_FAXWIZARDDIALOG_START_45"
msgid "E-mail:"
msgstr "ኢ-ሜይል:"
-#: strings.hrc:186
+#: wizards/com/sun/star/wizards/common/strings.hrc:186
msgctxt "RID_FAXWIZARDDIALOG_START_46"
msgid "This template consists of"
msgstr "ይህ ቴምፕሌት የያዛቸው"
-#: strings.hrc:187
+#: wizards/com/sun/star/wizards/common/strings.hrc:187
msgctxt "RID_FAXWIZARDDIALOG_START_47"
msgid "page"
msgstr "ገጽ"
-#: strings.hrc:188
+#: wizards/com/sun/star/wizards/common/strings.hrc:188
msgctxt "RID_FAXWIZARDDIALOG_START_48"
msgid "Please inform us if transmission errors occur."
msgstr "እባክዎን የማስተላለፍ ችግር ከ ተፈጠረ ያሳውቁን"
-#: strings.hrc:189
+#: wizards/com/sun/star/wizards/common/strings.hrc:189
msgctxt "RID_FAXWIZARDDIALOG_START_49"
msgid "Bottle"
msgstr "ጠርሙስ"
-#: strings.hrc:190
+#: wizards/com/sun/star/wizards/common/strings.hrc:190
msgctxt "RID_FAXWIZARDDIALOG_START_50"
msgid "Lines"
msgstr "መስመሮች"
-#: strings.hrc:191
+#: wizards/com/sun/star/wizards/common/strings.hrc:191
msgctxt "RID_FAXWIZARDDIALOG_START_51"
msgid "Marine"
msgstr "ባሕር"
-#: strings.hrc:192
+#: wizards/com/sun/star/wizards/common/strings.hrc:192
msgctxt "RID_FAXWIZARDDIALOG_START_52"
msgid "Classic Fax"
msgstr "መደበኛ ፋክስ"
-#: strings.hrc:193
+#: wizards/com/sun/star/wizards/common/strings.hrc:193
msgctxt "RID_FAXWIZARDDIALOG_START_53"
msgid "Classic Fax from Private"
msgstr "መደበኛ ፋክስ ከ ግል"
-#: strings.hrc:194
+#: wizards/com/sun/star/wizards/common/strings.hrc:194
msgctxt "RID_FAXWIZARDDIALOG_START_54"
msgid "Modern Fax"
msgstr "ዘመናዊ ፋክስ"
-#: strings.hrc:195
+#: wizards/com/sun/star/wizards/common/strings.hrc:195
msgctxt "RID_FAXWIZARDDIALOG_START_55"
msgid "Modern Fax from Private"
msgstr "ዘመናዊ ፋክስ ከ ግል"
-#: strings.hrc:196
+#: wizards/com/sun/star/wizards/common/strings.hrc:196
msgctxt "RID_FAXWIZARDDIALOG_START_56"
msgid "Fax"
msgstr "ፋክስ"
-#: strings.hrc:199
+#: wizards/com/sun/star/wizards/common/strings.hrc:199
msgctxt "RID_FAXWIZARDCOMMUNICATION_START_1"
msgid "Important Information!"
msgstr "አስፈላጊ መረጃ!"
-#: strings.hrc:200
+#: wizards/com/sun/star/wizards/common/strings.hrc:200
msgctxt "RID_FAXWIZARDCOMMUNICATION_START_2"
msgid "For your information"
msgstr "ለ እርስዎ መረጃ"
-#: strings.hrc:201
+#: wizards/com/sun/star/wizards/common/strings.hrc:201
msgctxt "RID_FAXWIZARDCOMMUNICATION_START_3"
msgid "News!"
msgstr "ዜናዎች!"
-#: strings.hrc:204
+#: wizards/com/sun/star/wizards/common/strings.hrc:204
msgctxt "RID_FAXWIZARDSALUTATION_START_1"
msgid "To whom it may concern,"
msgstr "ለሚመለከተው ሁሉ"
-#: strings.hrc:205
+#: wizards/com/sun/star/wizards/common/strings.hrc:205
msgctxt "RID_FAXWIZARDSALUTATION_START_2"
msgid "Dear Sir or Madam,"
msgstr "ውድ አቶ ወይም ወይዘሮ"
-#: strings.hrc:206
+#: wizards/com/sun/star/wizards/common/strings.hrc:206
msgctxt "RID_FAXWIZARDSALUTATION_START_3"
msgid "Hello,"
msgstr "ሰላም"
-#: strings.hrc:207
+#: wizards/com/sun/star/wizards/common/strings.hrc:207
msgctxt "RID_FAXWIZARDSALUTATION_START_4"
msgid "Hi,"
msgstr "ታዲያስ"
-#: strings.hrc:210
+#: wizards/com/sun/star/wizards/common/strings.hrc:210
msgctxt "RID_FAXWIZARDGREETING_START_1"
msgid "Sincerely"
msgstr "የ እርስዎ"
-#: strings.hrc:211
+#: wizards/com/sun/star/wizards/common/strings.hrc:211
msgctxt "RID_FAXWIZARDGREETING_START_2"
msgid "Yours faithfully"
msgstr "የ እርስዎ ታማኝ"
-#: strings.hrc:212
+#: wizards/com/sun/star/wizards/common/strings.hrc:212
msgctxt "RID_FAXWIZARDGREETING_START_3"
msgid "Regards"
msgstr "አክባሪዎ"
-#: strings.hrc:213
+#: wizards/com/sun/star/wizards/common/strings.hrc:213
msgctxt "RID_FAXWIZARDGREETING_START_4"
msgid "Love"
msgstr "አፍቃሪዎ"
-#: strings.hrc:216
+#: wizards/com/sun/star/wizards/common/strings.hrc:216
msgctxt "RID_FAXWIZARDROADMAP_START_1"
msgid "Page design"
msgstr "የ ገጽ ንድፍ"
-#: strings.hrc:217
+#: wizards/com/sun/star/wizards/common/strings.hrc:217
msgctxt "RID_FAXWIZARDROADMAP_START_2"
msgid "Items to include"
msgstr "የሚጨመሩ እቃዎች"
-#: strings.hrc:218
+#: wizards/com/sun/star/wizards/common/strings.hrc:218
msgctxt "RID_FAXWIZARDROADMAP_START_3"
msgid "Sender and Recipient"
msgstr "ላኪው እና ተቀባዩ"
-#: strings.hrc:219
+#: wizards/com/sun/star/wizards/common/strings.hrc:219
msgctxt "RID_FAXWIZARDROADMAP_START_4"
msgid "Footer"
msgstr "ግርጌ"
-#: strings.hrc:220
+#: wizards/com/sun/star/wizards/common/strings.hrc:220
msgctxt "RID_FAXWIZARDROADMAP_START_5"
msgid "Name and location"
msgstr "ስም እና አካባቢ"
-#: strings.hrc:223
+#: wizards/com/sun/star/wizards/common/strings.hrc:223
msgctxt "RID_AGENDAWIZARDDIALOG_START_1"
msgid "Agenda Wizard"
msgstr "የ አጄንዳ አዋቂ"
-#: strings.hrc:224
+#: wizards/com/sun/star/wizards/common/strings.hrc:224
msgctxt "RID_AGENDAWIZARDDIALOG_START_2"
msgid "Make ~manual changes to this agenda template"
msgstr "ለዚህ የ አጄንዳ ቴምፕሌት ~በእጅ መቀየሪያ ይስሩ"
-#: strings.hrc:225
+#: wizards/com/sun/star/wizards/common/strings.hrc:225
msgctxt "RID_AGENDAWIZARDDIALOG_START_3"
msgid "Template name:"
msgstr "የ ቴምፕሌት ስም:"
-#: strings.hrc:226
+#: wizards/com/sun/star/wizards/common/strings.hrc:226
msgctxt "RID_AGENDAWIZARDDIALOG_START_4"
msgid "Location and file name:"
msgstr "የ ፋይሉ ስም እና አካባቢው:"
-#: strings.hrc:227
+#: wizards/com/sun/star/wizards/common/strings.hrc:227
msgctxt "RID_AGENDAWIZARDDIALOG_START_5"
msgid "What do you want to do next?"
msgstr "ቀጥለው ምን መስራት ይፈልጋሉ?"
-#: strings.hrc:228
+#: wizards/com/sun/star/wizards/common/strings.hrc:228
msgctxt "RID_AGENDAWIZARDDIALOG_START_6"
msgid "Please choose the page design for the agenda"
msgstr "እባክዎን ለ አጄንዳው የ ገጽ ንድፍ ይምረጡ"
-#: strings.hrc:229
+#: wizards/com/sun/star/wizards/common/strings.hrc:229
msgctxt "RID_AGENDAWIZARDDIALOG_START_7"
msgid "Please select the headings you wish to include in your agenda template"
msgstr "እባክዎን ለ አጄንዳው ቴምፕሌት መጨመር የሚፈልጉትን አርእስት ያስገቡ"
-#: strings.hrc:230
+#: wizards/com/sun/star/wizards/common/strings.hrc:230
msgctxt "RID_AGENDAWIZARDDIALOG_START_8"
msgid "Please enter general information for the event"
msgstr "እባክዎን ስለ ሁኔታው ጠቅላላ መረጃ ያስገቡ"
-#: strings.hrc:231
+#: wizards/com/sun/star/wizards/common/strings.hrc:231
msgctxt "RID_AGENDAWIZARDDIALOG_START_9"
msgid "Please specify items for the agenda"
msgstr "እባክዎን የ አጄንዳ እቃዎች ይወስኑ"
-#: strings.hrc:232
+#: wizards/com/sun/star/wizards/common/strings.hrc:232
msgctxt "RID_AGENDAWIZARDDIALOG_START_10"
msgid "Please select the names you wish to include in your agenda template"
msgstr "እባክዎን ለ አጄንዳው ቴምፕሌት መጨመር የሚፈልጉትን ስም ያስገቡ"
-#: strings.hrc:233
+#: wizards/com/sun/star/wizards/common/strings.hrc:233
msgctxt "RID_AGENDAWIZARDDIALOG_START_11"
msgid "Choose a name and save the template"
msgstr "ለ ቴምፕሌቱ ስም ይምረጡ እና ያስቀምጡ"
-#: strings.hrc:234
+#: wizards/com/sun/star/wizards/common/strings.hrc:234
msgctxt "RID_AGENDAWIZARDDIALOG_START_12"
msgid "Include form for recording minutes"
msgstr "ደቂቃዎች መመዝገቢያ በ ፎርሙ ላይ መጨመሪያ"
-#: strings.hrc:235
+#: wizards/com/sun/star/wizards/common/strings.hrc:235
msgctxt "RID_AGENDAWIZARDDIALOG_START_13"
msgid "This wizard helps you to create an agenda template. The template can then be used to create an agenda whenever needed."
msgstr "አዋቂው የ አጄንዳ ቴምፕሌት ለ መፍጠር ይረዳዎታል: ቴምፕሌቱ በ ማንኛውም ጊዜ አጄንዳ ለ መፍጠር ያስችሎታል"
-#: strings.hrc:236
+#: wizards/com/sun/star/wizards/common/strings.hrc:236
msgctxt "RID_AGENDAWIZARDDIALOG_START_14"
msgid "Time:"
msgstr "ሰአት:"
-#: strings.hrc:237
+#: wizards/com/sun/star/wizards/common/strings.hrc:237
msgctxt "RID_AGENDAWIZARDDIALOG_START_15"
msgid "Name:"
msgstr "ስም:"
-#: strings.hrc:238
+#: wizards/com/sun/star/wizards/common/strings.hrc:238
msgctxt "RID_AGENDAWIZARDDIALOG_START_16"
msgid "Location:"
msgstr "አካባቢ:"
-#: strings.hrc:239
+#: wizards/com/sun/star/wizards/common/strings.hrc:239
msgctxt "RID_AGENDAWIZARDDIALOG_START_17"
msgid "Placeholders will be used in empty fields. You can replace placeholders with text later."
msgstr "ለ ባዶ ሜዳዎች ቦታ ያዢዎችን ይጠቀማል: በኋላ ቦታ ያዢዎችን በ ጽሁፍ መቀየር ይችላሉ"
-#: strings.hrc:240
+#: wizards/com/sun/star/wizards/common/strings.hrc:240
msgctxt "RID_AGENDAWIZARDDIALOG_START_18"
msgid "..."
msgstr "..."
-#: strings.hrc:241
+#: wizards/com/sun/star/wizards/common/strings.hrc:241
msgctxt "RID_AGENDAWIZARDDIALOG_START_19"
msgid "Create an ~agenda from this template"
msgstr "ከዚህ ቴምፕሌት ~አጄንዳ ይፍጠሩ"
-#: strings.hrc:242
+#: wizards/com/sun/star/wizards/common/strings.hrc:242
msgctxt "RID_AGENDAWIZARDDIALOG_START_20"
msgid "To create a new agenda out of the template, go to the location where you saved the template and double-click the file."
msgstr "ከ ቴምፕሌት አዲስ አጄንዳ ለ መፍጠር ቴምፕሌቱን ያስቀመጡበት ቦታ ይሂዱ እና ሁለት-ጊዜ ይጫኑ ቴምፕሌቱን ለ መክፈት"
-#: strings.hrc:243
+#: wizards/com/sun/star/wizards/common/strings.hrc:243
msgctxt "RID_AGENDAWIZARDDIALOG_START_21"
msgid "Agenda item"
msgstr "የ አጄንዳው እቃዎች"
-#: strings.hrc:244
+#: wizards/com/sun/star/wizards/common/strings.hrc:244
msgctxt "RID_AGENDAWIZARDDIALOG_START_22"
msgid "Responsible"
msgstr "ኅላፊ"
-#: strings.hrc:245
+#: wizards/com/sun/star/wizards/common/strings.hrc:245
msgctxt "RID_AGENDAWIZARDDIALOG_START_23"
msgid "Duration"
msgstr "የሚፈጀው ጊዜ"
-#: strings.hrc:246
+#: wizards/com/sun/star/wizards/common/strings.hrc:246
msgctxt "RID_AGENDAWIZARDDIALOG_START_24"
msgid "Meeting called by"
msgstr "ስብሰባው የተጠራው በ"
-#: strings.hrc:247
+#: wizards/com/sun/star/wizards/common/strings.hrc:247
msgctxt "RID_AGENDAWIZARDDIALOG_START_25"
msgid "Chairperson"
msgstr "ሊቀ መንበር"
-#: strings.hrc:248
+#: wizards/com/sun/star/wizards/common/strings.hrc:248
msgctxt "RID_AGENDAWIZARDDIALOG_START_26"
msgid "Minute keeper"
msgstr "ደቂቃ ጠባቂ"
-#: strings.hrc:249
+#: wizards/com/sun/star/wizards/common/strings.hrc:249
msgctxt "RID_AGENDAWIZARDDIALOG_START_27"
msgid "Moderator"
msgstr "የ ውይይት መሪ"
-#: strings.hrc:250
+#: wizards/com/sun/star/wizards/common/strings.hrc:250
msgctxt "RID_AGENDAWIZARDDIALOG_START_28"
msgid "Attendees"
msgstr "ተሳታፊዎች"
-#: strings.hrc:251
+#: wizards/com/sun/star/wizards/common/strings.hrc:251
msgctxt "RID_AGENDAWIZARDDIALOG_START_29"
msgid "Observers"
msgstr "ታዛቢዎች"
-#: strings.hrc:252
+#: wizards/com/sun/star/wizards/common/strings.hrc:252
msgctxt "RID_AGENDAWIZARDDIALOG_START_30"
msgid "Facility personnel"
msgstr "የ ድርጅቱ ሰራተኞች"
-#: strings.hrc:253
+#: wizards/com/sun/star/wizards/common/strings.hrc:253
msgctxt "RID_AGENDAWIZARDDIALOG_START_31"
msgid "The agenda template will include placeholders for the names of the selected people. When creating an agenda from the template, you can replace these placeholder with the appropriate names."
msgstr "የ አጄንዳ ቴምፕሌት ለ ተመረጡት ሰዎች ስም የ ቦታ ያዢ ይጨምራል: አጄንዳ ከ ቴምፕሌት በሚፈጥሩበት ጊዜ እነዚህን ቦታ ያዢዎች በ ተገቢው ስም መቀየር ይችላሉ"
-#: strings.hrc:254
+#: wizards/com/sun/star/wizards/common/strings.hrc:254
msgctxt "RID_AGENDAWIZARDDIALOG_START_32"
msgid "Type of meeting"
msgstr "የ ስብሰባው አይነት"
-#: strings.hrc:255
+#: wizards/com/sun/star/wizards/common/strings.hrc:255
msgctxt "RID_AGENDAWIZARDDIALOG_START_33"
msgid "Please read"
msgstr "እባክዎን ያንብቡ"
-#: strings.hrc:256
+#: wizards/com/sun/star/wizards/common/strings.hrc:256
msgctxt "RID_AGENDAWIZARDDIALOG_START_34"
msgid "Please bring"
msgstr "እባክዎን ያምጡ"
-#: strings.hrc:257
+#: wizards/com/sun/star/wizards/common/strings.hrc:257
msgctxt "RID_AGENDAWIZARDDIALOG_START_35"
msgid "Notes"
msgstr "ማስታወሻ"
-#: strings.hrc:258
+#: wizards/com/sun/star/wizards/common/strings.hrc:258
msgctxt "RID_AGENDAWIZARDDIALOG_START_36"
msgid "The agenda template will include placeholders for the selected items."
msgstr "የ አጄንዳ ቴምፕሌት ለ ተመረጡ እቃዎች ቦታ ያዢ ይጨምራል"
-#: strings.hrc:259
+#: wizards/com/sun/star/wizards/common/strings.hrc:259
msgctxt "RID_AGENDAWIZARDDIALOG_START_38"
msgid "Date:"
msgstr "ቀን:"
-#: strings.hrc:260
+#: wizards/com/sun/star/wizards/common/strings.hrc:260
msgctxt "RID_AGENDAWIZARDDIALOG_START_39"
msgid "This wizard creates an agenda template which enables you to create multiple agendas with the same layout and settings."
msgstr "ይህ አዋቂ የ አጄንዳ ቴምፕሌት ይፈጥራል: በ ተመሳሳይ እቅድ እና ማሰናጃዎች በርካት አጄንዳዎችን ለ መፍጠር ያስችሎታል"
-#: strings.hrc:261
+#: wizards/com/sun/star/wizards/common/strings.hrc:261
msgctxt "RID_AGENDAWIZARDDIALOG_START_40"
msgid "Page design:"
msgstr "የ ገጽ ንድፍ:"
-#: strings.hrc:262
+#: wizards/com/sun/star/wizards/common/strings.hrc:262
msgctxt "RID_AGENDAWIZARDDIALOG_START_41"
msgid "myAgendaTemplate.stw"
msgstr "የ እኔ አጄንዳ ቴምፕሌት.stw"
-#: strings.hrc:263
+#: wizards/com/sun/star/wizards/common/strings.hrc:263
msgctxt "RID_AGENDAWIZARDDIALOG_START_42"
msgid "My Agenda Template"
msgstr "የ እኔ አጄንዳ ቴምፕሌት"
-#: strings.hrc:264
+#: wizards/com/sun/star/wizards/common/strings.hrc:264
msgctxt "RID_AGENDAWIZARDDIALOG_START_43"
msgid "An unexpected error occurred while saving the agenda template."
msgstr "ያልታሰበ ስህተት ተፈጥሯል የ አጄንዳ ቴምፕሌት በ ማስቀመጥ ላይ እንዳለ"
-#: strings.hrc:265
+#: wizards/com/sun/star/wizards/common/strings.hrc:265
msgctxt "RID_AGENDAWIZARDDIALOG_START_44"
msgid "Name"
msgstr "ስም"
-#: strings.hrc:266
+#: wizards/com/sun/star/wizards/common/strings.hrc:266
msgctxt "RID_AGENDAWIZARDDIALOG_START_45"
msgid "Date"
msgstr "ቀን"
-#: strings.hrc:267
+#: wizards/com/sun/star/wizards/common/strings.hrc:267
msgctxt "RID_AGENDAWIZARDDIALOG_START_46"
msgid "Time"
msgstr "ሰአት"
-#: strings.hrc:268
+#: wizards/com/sun/star/wizards/common/strings.hrc:268
msgctxt "RID_AGENDAWIZARDDIALOG_START_47"
msgid "Location"
msgstr "አካባቢ"
-#: strings.hrc:269
+#: wizards/com/sun/star/wizards/common/strings.hrc:269
msgctxt "RID_AGENDAWIZARDDIALOG_START_48"
msgid "Click to replace this text"
msgstr "ጽሁፉን ለ መቀየር ይጫኑ"
-#: strings.hrc:270
+#: wizards/com/sun/star/wizards/common/strings.hrc:270
msgctxt "RID_AGENDAWIZARDDIALOG_START_50"
msgid "Page design"
msgstr "የ ገጽ ንድፍ"
-#: strings.hrc:271
+#: wizards/com/sun/star/wizards/common/strings.hrc:271
msgctxt "RID_AGENDAWIZARDDIALOG_START_51"
msgid "General information"
msgstr "ጠቅላላ መረጃ"
-#: strings.hrc:272
+#: wizards/com/sun/star/wizards/common/strings.hrc:272
msgctxt "RID_AGENDAWIZARDDIALOG_START_52"
msgid "Headings to include"
msgstr "የሚጨመሩ ራስጌዎች"
-#: strings.hrc:273
+#: wizards/com/sun/star/wizards/common/strings.hrc:273
msgctxt "RID_AGENDAWIZARDDIALOG_START_53"
msgid "Names"
msgstr "ስሞች"
-#: strings.hrc:274
+#: wizards/com/sun/star/wizards/common/strings.hrc:274
msgctxt "RID_AGENDAWIZARDDIALOG_START_54"
msgid "Agenda items"
msgstr "የ አጄንዳው እቃዎች"
-#: strings.hrc:275
+#: wizards/com/sun/star/wizards/common/strings.hrc:275
msgctxt "RID_AGENDAWIZARDDIALOG_START_55"
msgid "Name and location"
msgstr "ስም እና አካባቢ"
-#: strings.hrc:276
+#: wizards/com/sun/star/wizards/common/strings.hrc:276
msgctxt "RID_AGENDAWIZARDDIALOG_START_56"
msgid "An unexpected error occurred while opening the agenda template."
msgstr "ያልታሰበ ስህተት ተፈጥሯል የ አጄንዳ ቴምፕሌት በ መክፈት ላይ እንዳለ"
-#: strings.hrc:277
+#: wizards/com/sun/star/wizards/common/strings.hrc:277
msgctxt "RID_AGENDAWIZARDDIALOG_START_57"
msgid "Type of meeting"
msgstr "የ ስብሰባው አይነት"
-#: strings.hrc:278
+#: wizards/com/sun/star/wizards/common/strings.hrc:278
msgctxt "RID_AGENDAWIZARDDIALOG_START_58"
msgid "Please bring"
msgstr "እባክዎን ያምጡ"
-#: strings.hrc:279
+#: wizards/com/sun/star/wizards/common/strings.hrc:279
msgctxt "RID_AGENDAWIZARDDIALOG_START_59"
msgid "Please read"
msgstr "እባክዎን ያንብቡ"
-#: strings.hrc:280
+#: wizards/com/sun/star/wizards/common/strings.hrc:280
msgctxt "RID_AGENDAWIZARDDIALOG_START_60"
msgid "Notes"
msgstr "ማስታወሻዎች"
-#: strings.hrc:281
+#: wizards/com/sun/star/wizards/common/strings.hrc:281
msgctxt "RID_AGENDAWIZARDDIALOG_START_61"
msgid "Meeting called by"
msgstr "ስብሰባው የተጠራው በ"
-#: strings.hrc:282
+#: wizards/com/sun/star/wizards/common/strings.hrc:282
msgctxt "RID_AGENDAWIZARDDIALOG_START_62"
msgid "Chairperson"
msgstr "ሊቀ መንበር"
-#: strings.hrc:283
+#: wizards/com/sun/star/wizards/common/strings.hrc:283
msgctxt "RID_AGENDAWIZARDDIALOG_START_63"
msgid "Attendees"
msgstr "ተሳታፊዎች"
-#: strings.hrc:284
+#: wizards/com/sun/star/wizards/common/strings.hrc:284
msgctxt "RID_AGENDAWIZARDDIALOG_START_64"
msgid "Minute keeper"
msgstr "ደቂቃ ጠባቂ"
-#: strings.hrc:285
+#: wizards/com/sun/star/wizards/common/strings.hrc:285
msgctxt "RID_AGENDAWIZARDDIALOG_START_65"
msgid "Moderator"
msgstr "የ ውይይት መሪ"
-#: strings.hrc:286
+#: wizards/com/sun/star/wizards/common/strings.hrc:286
msgctxt "RID_AGENDAWIZARDDIALOG_START_66"
msgid "Observers"
msgstr "ታዛቢዎች"
-#: strings.hrc:287
+#: wizards/com/sun/star/wizards/common/strings.hrc:287
msgctxt "RID_AGENDAWIZARDDIALOG_START_67"
msgid "Facility personnel"
msgstr "የ ድርጅቱ ሰራተኞች"
-#: strings.hrc:288
+#: wizards/com/sun/star/wizards/common/strings.hrc:288
msgctxt "RID_AGENDAWIZARDDIALOG_START_68"
msgid "Insert"
msgstr "ማስገቢያ"
-#: strings.hrc:289
+#: wizards/com/sun/star/wizards/common/strings.hrc:289
msgctxt "RID_AGENDAWIZARDDIALOG_START_69"
msgid "Remove"
msgstr "ማስወገጃ"
-#: strings.hrc:290
+#: wizards/com/sun/star/wizards/common/strings.hrc:290
msgctxt "RID_AGENDAWIZARDDIALOG_START_70"
msgid "Move up"
msgstr "ወደ ላይ ማንቀሳቀሻ"
-#: strings.hrc:291
+#: wizards/com/sun/star/wizards/common/strings.hrc:291
msgctxt "RID_AGENDAWIZARDDIALOG_START_71"
msgid "Move down"
msgstr "ወደ ታች ማንቀሳቀሻ"
-#: strings.hrc:292
+#: wizards/com/sun/star/wizards/common/strings.hrc:292
msgctxt "RID_AGENDAWIZARDDIALOG_START_72"
msgid "Date:"
msgstr "ቀን:"
-#: strings.hrc:293
+#: wizards/com/sun/star/wizards/common/strings.hrc:293
msgctxt "RID_AGENDAWIZARDDIALOG_START_73"
msgid "Time:"
msgstr "ሰአት:"
-#: strings.hrc:294
+#: wizards/com/sun/star/wizards/common/strings.hrc:294
msgctxt "RID_AGENDAWIZARDDIALOG_START_74"
msgid "Location:"
msgstr "አካባቢ:"
-#: strings.hrc:295
+#: wizards/com/sun/star/wizards/common/strings.hrc:295
msgctxt "RID_AGENDAWIZARDDIALOG_START_75"
msgid "Topics"
msgstr "አርእስቶች"
-#: strings.hrc:296
+#: wizards/com/sun/star/wizards/common/strings.hrc:296
msgctxt "RID_AGENDAWIZARDDIALOG_START_76"
msgid "Num."
msgstr "ቁጥር."
-#: strings.hrc:297
+#: wizards/com/sun/star/wizards/common/strings.hrc:297
msgctxt "RID_AGENDAWIZARDDIALOG_START_77"
msgid "Topic"
msgstr "አርእስት"
-#: strings.hrc:298
+#: wizards/com/sun/star/wizards/common/strings.hrc:298
msgctxt "RID_AGENDAWIZARDDIALOG_START_78"
msgid "Responsible"
msgstr "ኅላፊ"
-#: strings.hrc:299
+#: wizards/com/sun/star/wizards/common/strings.hrc:299
msgctxt "RID_AGENDAWIZARDDIALOG_START_79"
msgid "Time"
msgstr "ሰአት"
-#: strings.hrc:300
+#: wizards/com/sun/star/wizards/common/strings.hrc:300
msgctxt "RID_AGENDAWIZARDDIALOG_START_80"
msgid "Additional information"
msgstr "ተጨማሪ መረጃ"
-#: strings.hrc:301
+#: wizards/com/sun/star/wizards/common/strings.hrc:301
msgctxt "RID_AGENDAWIZARDDIALOG_START_81"
msgid "Minutes for"
msgstr "ደቂቆች ለ"
-#: strings.hrc:302
+#: wizards/com/sun/star/wizards/common/strings.hrc:302
msgctxt "RID_AGENDAWIZARDDIALOG_START_82"
msgid "Discussion:"
msgstr "ውይይት:"
-#: strings.hrc:303
+#: wizards/com/sun/star/wizards/common/strings.hrc:303
msgctxt "RID_AGENDAWIZARDDIALOG_START_83"
msgid "Conclusion:"
msgstr "ውሳኔው:"
-#: strings.hrc:304
+#: wizards/com/sun/star/wizards/common/strings.hrc:304
msgctxt "RID_AGENDAWIZARDDIALOG_START_84"
msgid "To do:"
msgstr "የሚሰሩ:"
-#: strings.hrc:305
+#: wizards/com/sun/star/wizards/common/strings.hrc:305
msgctxt "RID_AGENDAWIZARDDIALOG_START_85"
msgid "Responsible party:"
msgstr "ሀላፊው ክፍል:"
-#: strings.hrc:306
+#: wizards/com/sun/star/wizards/common/strings.hrc:306
msgctxt "RID_AGENDAWIZARDDIALOG_START_86"
msgid "Deadline:"
msgstr "ማስረከቢያ ቀን:"
-#: strings.hrc:307
+#: wizards/com/sun/star/wizards/common/strings.hrc:307
msgctxt "RID_AGENDAWIZARDDIALOG_START_87"
msgid "Blue"
msgstr "ሰማያዊ"
-#: strings.hrc:308
+#: wizards/com/sun/star/wizards/common/strings.hrc:308
msgctxt "RID_AGENDAWIZARDDIALOG_START_88"
msgid "Classic"
msgstr "አይነተኛ"
-#: strings.hrc:309
+#: wizards/com/sun/star/wizards/common/strings.hrc:309
msgctxt "RID_AGENDAWIZARDDIALOG_START_89"
msgid "Colorful"
msgstr "ቀለም የ በዛበት"
-#: strings.hrc:310
+#: wizards/com/sun/star/wizards/common/strings.hrc:310
msgctxt "RID_AGENDAWIZARDDIALOG_START_90"
msgid "Elegant"
msgstr "ድንቅ"
-#: strings.hrc:311
+#: wizards/com/sun/star/wizards/common/strings.hrc:311
msgctxt "RID_AGENDAWIZARDDIALOG_START_91"
msgid "Green"
msgstr "አረንጓዴ"
-#: strings.hrc:312
+#: wizards/com/sun/star/wizards/common/strings.hrc:312
msgctxt "RID_AGENDAWIZARDDIALOG_START_92"
msgid "Grey"
msgstr "ግራጫ"
-#: strings.hrc:313
+#: wizards/com/sun/star/wizards/common/strings.hrc:313
msgctxt "RID_AGENDAWIZARDDIALOG_START_93"
msgid "Modern"
msgstr "ዘመናዊ"
-#: strings.hrc:314
+#: wizards/com/sun/star/wizards/common/strings.hrc:314
msgctxt "RID_AGENDAWIZARDDIALOG_START_94"
msgid "Orange"
msgstr "ብርቱካን"
-#: strings.hrc:315
+#: wizards/com/sun/star/wizards/common/strings.hrc:315
msgctxt "RID_AGENDAWIZARDDIALOG_START_95"
msgid "Red"
msgstr "ቀይ"
-#: strings.hrc:316
+#: wizards/com/sun/star/wizards/common/strings.hrc:316
msgctxt "RID_AGENDAWIZARDDIALOG_START_96"
msgid "Simple"
msgstr "ቀላል"
diff --git a/source/am/writerperfect/messages.po b/source/am/writerperfect/messages.po
index fc04c000fb2..752c74cd741 100644
--- a/source/am/writerperfect/messages.po
+++ b/source/am/writerperfect/messages.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2017-11-22 15:55+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2018-04-24 12:22+0200\n"
+"PO-Revision-Date: 2018-02-28 23:37+0000\n"
+"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
"MIME-Version: 1.0\n"
@@ -13,80 +13,150 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1511366100.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1519861066.000000\n"
-#: strings.hrc:15
+#: writerperfect/inc/strings.hrc:15
msgctxt "STR_ENCODING_DIALOG_TITLE"
msgid "Import file"
msgstr "ፋይል ማምጫ"
-#: strings.hrc:16
+#: writerperfect/inc/strings.hrc:16
msgctxt "STR_ENCODING_DIALOG_TITLE_MSWORKS"
msgid "Import MS Works file"
msgstr "የ MS Works file ማምጫ"
-#: strings.hrc:17
+#: writerperfect/inc/strings.hrc:17
msgctxt "STR_ENCODING_DIALOG_TITLE_MSWRITE"
msgid "Import MS Write file"
msgstr "የ MS Write file ማምጫ"
-#: strings.hrc:18
+#: writerperfect/inc/strings.hrc:18
msgctxt "STR_ENCODING_DIALOG_TITLE_DOSWORD"
msgid "Import MS Word for DOS file"
msgstr "የ MS Word for DOS file ማምጫ"
-#: strings.hrc:19
+#: writerperfect/inc/strings.hrc:19
msgctxt "STR_ENCODING_DIALOG_TITLE_LOTUS"
msgid "Import Lotus file"
msgstr "የ Lotus files ማምጫ"
-#: strings.hrc:20
+#: writerperfect/inc/strings.hrc:20
msgctxt "STR_ENCODING_DIALOG_TITLE_SYMPHONY"
msgid "Import Symphony file"
msgstr "የ Symphony file ማምጫ"
-#: strings.hrc:21
+#: writerperfect/inc/strings.hrc:21
msgctxt "STR_ENCODING_DIALOG_TITLE_QUATTROPRO"
msgid "Import Quattro Pro file"
msgstr "የ Quattro Pro file ማምጫ"
-#: exportepub.ui:8
+#: writerperfect/uiconfig/ui/exportepub.ui:8
msgctxt "exportepub|EpubDialog"
msgid "EPUB Export"
msgstr "EPUB መላኪያ"
-#: exportepub.ui:91
+#: writerperfect/uiconfig/ui/exportepub.ui:91
+msgctxt "exportepub|generalft"
+msgid "General"
+msgstr "ባጠቃላይ"
+
+#: writerperfect/uiconfig/ui/exportepub.ui:122
msgctxt "exportepub|versionft"
msgid "Version:"
msgstr "እትም:"
-#: exportepub.ui:108
+#: writerperfect/uiconfig/ui/exportepub.ui:139
msgctxt "exportepub|epub3"
msgid "EPUB 3.0"
msgstr "EPUB 3.0"
-#: exportepub.ui:109
+#: writerperfect/uiconfig/ui/exportepub.ui:140
msgctxt "exportepub|epub2"
msgid "EPUB 2.0"
msgstr "EPUB 2.0"
-#: exportepub.ui:144
+#: writerperfect/uiconfig/ui/exportepub.ui:175
msgctxt "exportepub|splitft"
msgid "Split method:"
msgstr "መክፈያ ዘዴ:"
-#: exportepub.ui:161
+#: writerperfect/uiconfig/ui/exportepub.ui:192
msgctxt "exportepub|splitpage"
msgid "Page break"
msgstr "የ ገጽ መጨረሻ"
-#: exportepub.ui:162
+#: writerperfect/uiconfig/ui/exportepub.ui:193
msgctxt "exportepub|splitheading"
msgid "Heading"
msgstr "ራስጌ"
-#: wpftencodingdialog.ui:63
+#: writerperfect/uiconfig/ui/exportepub.ui:228
+msgctxt "exportepub|layoutft"
+msgid "Layout method:"
+msgstr "የ እቅድ ዘዴ:"
+
+#: writerperfect/uiconfig/ui/exportepub.ui:245
+msgctxt "exportepub|layoutreflowable"
+msgid "Reflowable"
+msgstr "እንደገና የሚፈስ"
+
+#: writerperfect/uiconfig/ui/exportepub.ui:246
+msgctxt "exportepub|layoutfixed"
+msgid "Fixed"
+msgstr "የተወሰነ"
+
+#: writerperfect/uiconfig/ui/exportepub.ui:281
+msgctxt "exportepub|coverimageft"
+msgid "Custom cover image:"
+msgstr "የ ሽፋን ምስል ማስተካከያ:"
+
+#: writerperfect/uiconfig/ui/exportepub.ui:311
+msgctxt "exportepub|coverbutton"
+msgid "Browse..."
+msgstr "መቃኛ..."
+
+#: writerperfect/uiconfig/ui/exportepub.ui:355
+msgctxt "exportepub|mediadirft"
+msgid "Custom media directory:"
+msgstr "የ መገናኛ ዳይሬክቶሪ ማስተካከያ:"
+
+#: writerperfect/uiconfig/ui/exportepub.ui:385
+msgctxt "exportepub|mediabutton"
+msgid "Browse..."
+msgstr "መቃኛ..."
+
+#: writerperfect/uiconfig/ui/exportepub.ui:429
+msgctxt "exportepub|metadataft"
+msgid "Metadata"
+msgstr "Metadata"
+
+#: writerperfect/uiconfig/ui/exportepub.ui:470
+msgctxt "exportepub|identifierft"
+msgid "Identifier:"
+msgstr "መለያ:"
+
+#: writerperfect/uiconfig/ui/exportepub.ui:485
+msgctxt "exportepub|titleft"
+msgid "Title:"
+msgstr "አርእስት:"
+
+#: writerperfect/uiconfig/ui/exportepub.ui:511
+msgctxt "exportepub|authorft"
+msgid "Author:"
+msgstr "ደራሲው:"
+
+#: writerperfect/uiconfig/ui/exportepub.ui:537
+msgctxt "exportepub|languageft"
+msgid "Language:"
+msgstr "ቋንቋ:"
+
+#: writerperfect/uiconfig/ui/exportepub.ui:563
+msgctxt "exportepub|dateft"
+msgid "Date:"
+msgstr "ቀን:"
+
+#: writerperfect/uiconfig/ui/wpftencodingdialog.ui:63
msgctxt "wpftencodingdialog|label"
msgid "_Character set:"
msgstr "_ባህሪ ማሰናጃ:"
diff --git a/source/am/xmlsecurity/messages.po b/source/am/xmlsecurity/messages.po
index eda02dee224..f2bc08efcab 100644
--- a/source/am/xmlsecurity/messages.po
+++ b/source/am/xmlsecurity/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: 2017-11-22 13:53+0100\n"
-"PO-Revision-Date: 2017-12-17 22:08+0000\n"
+"POT-Creation-Date: 2018-02-27 15:07+0100\n"
+"PO-Revision-Date: 2018-02-27 23:22+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,79 +14,79 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1513548518.000000\n"
+"X-POOTLE-MTIME: 1519773733.000000\n"
-#: strings.hrc:25
+#: xmlsecurity/inc/strings.hrc:25
msgctxt "STR_CERTIFICATE_NOT_VALIDATED"
msgid "The certificate could not be validated."
msgstr "የ ምስክር ወረቀቱን ማረጋገጥ አልተቻለም"
-#: strings.hrc:26
+#: xmlsecurity/inc/strings.hrc:26
msgctxt "STR_HEADERBAR"
msgid "Field\tValue"
msgstr "የ ሜዳ \tዋጋ"
-#: strings.hrc:27
+#: xmlsecurity/inc/strings.hrc:27
msgctxt "STR_VERSION"
msgid "Version"
msgstr "እትም"
-#: strings.hrc:28
+#: xmlsecurity/inc/strings.hrc:28
msgctxt "STR_SERIALNUM"
msgid "Serial Number"
msgstr "Serial Number"
-#: strings.hrc:29
+#: xmlsecurity/inc/strings.hrc:29
msgctxt "STR_ISSUER"
msgid "Issuer"
msgstr "Issuer"
-#: strings.hrc:30
+#: xmlsecurity/inc/strings.hrc:30
msgctxt "STR_VALIDFROM"
msgid "Valid From"
msgstr "ዋጋ የሚኖረው ከ"
-#: strings.hrc:31
+#: xmlsecurity/inc/strings.hrc:31
msgctxt "STR_VALIDTO"
msgid "Valid to"
msgstr "ዋጋ የሚኖረው እስከ"
-#: strings.hrc:32
+#: xmlsecurity/inc/strings.hrc:32
msgctxt "STR_SUBJECT"
msgid "Subject"
msgstr "ጉዳዩ"
-#: strings.hrc:33
+#: xmlsecurity/inc/strings.hrc:33
msgctxt "STR_SUBJECT_PUBKEY_ALGO"
msgid "Subject Algorithm"
msgstr "Subject Algorithm"
-#: strings.hrc:34
+#: xmlsecurity/inc/strings.hrc:34
msgctxt "STR_SUBJECT_PUBKEY_VAL"
msgid "Public Key"
msgstr "የሕዝብ ቁልፍ"
-#: strings.hrc:35
+#: xmlsecurity/inc/strings.hrc:35
msgctxt "STR_SIGNATURE_ALGO"
msgid "Signature Algorithm"
msgstr "Signature Algorithm"
-#: strings.hrc:36
+#: xmlsecurity/inc/strings.hrc:36
msgctxt "STR_USE"
msgid "Certificate Use"
msgstr "የ ምስክር ወረቀት አጠቃቀም"
-#: strings.hrc:37
+#: xmlsecurity/inc/strings.hrc:37
msgctxt "STR_THUMBPRINT_SHA1"
msgid "Thumbprint SHA1"
msgstr "Thumbprint SHA1"
-#: strings.hrc:38
+#: xmlsecurity/inc/strings.hrc:38
msgctxt "STR_THUMBPRINT_MD5"
msgid "Thumbprint MD5"
msgstr "Thumbprint MD5"
-#: strings.hrc:40
+#: xmlsecurity/inc/strings.hrc:40
msgctxt "STR_XMLSECDLG_OLD_ODF_FORMAT"
msgid ""
"This document contains signatures in ODF 1.1 (OpenOffice.org 2.x) format. Signing documents in %PRODUCTNAME %PRODUCTVERSION requires ODF 1.2 format version. Thus no signatures can be added or removed to this document.\n"
@@ -97,7 +97,7 @@ msgstr ""
"\n"
"ሰነዶቹን በ ODF 1.2 format ማስቀመጫ እና የሚፈለገውን ፊርማ እንደገና መጨመሪያ"
-#: strings.hrc:44
+#: xmlsecurity/inc/strings.hrc:44
msgctxt "STR_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN"
msgid ""
"Adding or removing a macro signature will remove all document signatures.\n"
@@ -106,7 +106,7 @@ msgstr ""
"በ macro ፊርማዎች ላይ መጨመር ወይም ማስወገድ ከ ሁሉም ሰነድ ላይ ፊርማዎችን ያስወግዳል \n"
"በ እርግጥ መቀጠል ይፈልጋሉ?"
-#: strings.hrc:46
+#: xmlsecurity/inc/strings.hrc:46
msgctxt "STR_XMLSECDLG_QUERY_REALLYREMOVE"
msgid ""
"Document signature cannot be restored, once removed.\n"
@@ -115,192 +115,192 @@ msgstr ""
"የ ሰነድ ፊርማ አንዴ ከ ተወገደ: እንደ ነበር መመለስ አይቻልም:\n"
"እርስዎ በ እርግጥ የ ተመረጠውን ፊርማ ማስወገድ ይፈልጋሉ?"
-#: strings.hrc:49
+#: xmlsecurity/inc/strings.hrc:49
msgctxt "STR_XMLSECDLG_SIGNING_FAILED"
msgid "An error occurred while adding the signature."
msgstr "ፊርማው በሚጨመር ጊዜ ስህተት ተፈጥሯል"
-#: strings.hrc:50
+#: xmlsecurity/inc/strings.hrc:50
msgctxt "STR_XMLSECDLG_NO_CERT_MANAGER"
msgid "Could not find any certificate manager."
msgstr "የ ምስክር ወረቀት አስተዳዳሪ ማግኘት አልተቻለም"
-#: strings.hrc:51
+#: xmlsecurity/inc/strings.hrc:51
msgctxt "STR_XMLSECDLG_NO_CERT_FOUND"
msgid "Could not find the certificate."
msgstr "የ ምስክር ወረቀት ማግኘት አልተቻለም"
-#: strings.hrc:53
+#: xmlsecurity/inc/strings.hrc:53
msgctxt "RID_XMLSECWB_NO_MOZILLA_PROFILE"
msgid "Digital signatures functionality could not be used, because no Mozilla user profile was found. Please check the Mozilla installation."
msgstr "የ ዲጂታል ፊርማ ተግባር ማካሄድ አልተቻለም: ምክንያቱም የ ሞዚላ ተጠቃሚ ገጽታ ስላልተገኘ: እባክዎን የሞዚላ አገጣጠሞን በድጋሚ ይመርምሩ"
-#: certgeneral.ui:32
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:32
msgctxt "certgeneral|label1"
msgid "Certificate Information"
msgstr "የምስክር ወረቀት መረጃ"
-#: certgeneral.ui:70
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:70
msgctxt "certgeneral|hintnotrust"
msgid "This certificate is validated."
msgstr "ይህ የ ምስክር ወረቀት ተረጋግጧል"
-#: certgeneral.ui:103
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:103
msgctxt "certgeneral|issued_to"
msgid "Issued to: "
msgstr "የተሰጠው ለ: "
-#: certgeneral.ui:130
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:130
msgctxt "certgeneral|issued_by"
msgid "Issued by: "
msgstr "የተሰጠው በ: "
-#: certgeneral.ui:156
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:156
msgctxt "certgeneral|valid_from"
msgid "Valid from:"
msgstr "ዋጋ የሚኖረው ከ:"
-#: certgeneral.ui:187
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:187
msgctxt "certgeneral|privatekey"
msgid "You have a private key that corresponds to this certificate."
msgstr "ከዚህ ምስክር ወረቀት ጋር የሚገናኝ የግል ቁልፍ አለዎት"
-#: certgeneral.ui:207
+#: xmlsecurity/uiconfig/ui/certgeneral.ui:207
msgctxt "certgeneral|valid_to"
msgid "Valid to:"
msgstr "ዋጋ የሚኖረው እስከ:"
-#: certpage.ui:26
+#: xmlsecurity/uiconfig/ui/certpage.ui:26
msgctxt "certpage|label1"
msgid "Certification path"
msgstr "የምስክር ወረቀት መንገድ"
-#: certpage.ui:39
+#: xmlsecurity/uiconfig/ui/certpage.ui:39
msgctxt "certpage|viewcert"
msgid "View Certificate..."
msgstr "የምስክር ወረቀት መመልከቻ..."
-#: certpage.ui:90
+#: xmlsecurity/uiconfig/ui/certpage.ui:90
msgctxt "certpage|label2"
msgid "Certification status"
msgstr "የምስክር ወረቀት ሁኔታዎች"
-#: certpage.ui:127
+#: xmlsecurity/uiconfig/ui/certpage.ui:127
msgctxt "certpage|certok"
msgid "The certificate is OK."
msgstr "የምስክር ወረቀቱ ጥሩ ነው"
-#: certpage.ui:139
+#: xmlsecurity/uiconfig/ui/certpage.ui:139
msgctxt "certpage|certnotok"
msgid "The certificate could not be validated."
msgstr "የ ምስክር ወረቀቱን ማረጋገጥ አልተቻለም"
-#: digitalsignaturesdialog.ui:9
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:9
msgctxt "digitalsignaturesdialog|DigitalSignaturesDialog"
msgid "Digital Signatures"
msgstr "የ ዲጂታል ፊርማ"
-#: digitalsignaturesdialog.ui:70
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:70
msgctxt "digitalsignaturesdialog|dochint"
msgid "The following have signed the document content: "
msgstr "የሚከተሉት የሰነዱን ይዞታ ፈርመዋል: "
-#: digitalsignaturesdialog.ui:102
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:102
msgctxt "digitalsignaturesdialog|view"
msgid "View Certificate..."
msgstr "የምስክር ወረቀት መመልከቻ..."
-#: digitalsignaturesdialog.ui:115
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:115
msgctxt "digitalsignaturesdialog|sign"
msgid "Sign Document..."
msgstr "ሰነድ መፈረሚያ..."
-#: digitalsignaturesdialog.ui:129
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:129
msgctxt "digitalsignaturesdialog|remove"
msgid "Remove"
msgstr "ማስወገጃ"
-#: digitalsignaturesdialog.ui:142
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:142
msgctxt "digitalsignaturesdialog|start_certmanager"
msgid "Start Certificate Manager..."
msgstr "የ ምስክር ወረቀት አስተዳዳሪ ማስጀመሪያ..."
-#: digitalsignaturesdialog.ui:170
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:170
msgctxt "digitalsignaturesdialog|signed"
msgid "Signed by "
msgstr "የተፈረመው በ "
-#: digitalsignaturesdialog.ui:182
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:182
msgctxt "digitalsignaturesdialog|issued"
msgid "Digital ID issued by "
msgstr "የ ዲጂታል መለያ የተሰጠው በ "
-#: digitalsignaturesdialog.ui:194
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:194
msgctxt "digitalsignaturesdialog|date"
msgid "Date"
msgstr "ቀን"
-#: digitalsignaturesdialog.ui:205
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:205
msgctxt "digitalsignaturesdialog|description"
msgid "Description"
msgstr "መግለጫ"
-#: digitalsignaturesdialog.ui:216
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:216
msgctxt "digitalsignaturesdialog|type"
msgid "Signature type"
msgstr "የ ፊርማው አይነት"
-#: digitalsignaturesdialog.ui:233
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:233
msgctxt "digitalsignaturesdialog|macrohint"
msgid "The following have signed the document macro:"
msgstr "የሚከተሉት የ ሰነዱን macro ፈርመዋል:"
-#: digitalsignaturesdialog.ui:245
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:245
msgctxt "digitalsignaturesdialog|packagehint"
msgid "The following have signed this package:"
msgstr "የሚከተሉት ይህን ጥቅል ፈርመዋል:"
-#: digitalsignaturesdialog.ui:263
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:263
msgctxt "digitalsignaturesdialog|validft"
msgid "The signatures in this document are valid"
msgstr "በዚህ ሰነድ ላይ ያሉት ፊርማዎች ዋጋ አላቸው"
-#: digitalsignaturesdialog.ui:287
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:287
msgctxt "digitalsignaturesdialog|invalidft"
msgid "The signatures in this document are invalid"
msgstr "በዚህ ሰነድ ላይ ያሉት ፊርማዎች ዋጋ የላቸውም"
-#: digitalsignaturesdialog.ui:300
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:300
msgctxt "digitalsignaturesdialog|oldsignatureft"
msgid "Not all parts of the document are signed"
msgstr "ሁሉም የሰነዱ ክፍል አልተፈረመም"
-#: digitalsignaturesdialog.ui:313
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:313
msgctxt "digitalsignaturesdialog|notvalidatedft"
msgid "Certificate could not be validated"
msgstr "የ ምስክር ወረቀቱን ማረጋገጥ አልተቻለም"
-#: digitalsignaturesdialog.ui:362
+#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:362
msgctxt "digitalsignaturesdialog|adescompliant"
msgid "Use AdES-compliant signature when there is a choice"
msgstr "ይጠቀሙ የ AdES-compliant የ ረቀቀ የ ኤልክትሮኒክ ፊርማ-ደንብ ምርጫ በሚኖር ጊዜ"
-#: macrosecuritydialog.ui:8
+#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:8
msgctxt "macrosecuritydialog|MacroSecurityDialog"
msgid "Macro Security"
msgstr "Macro Security"
-#: macrosecuritydialog.ui:106
+#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:106
msgctxt "macrosecuritydialog|SecurityLevelPage"
msgid "Security Level"
msgstr "የደህንነት ደረጃ"
-#: macrosecuritydialog.ui:128
+#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:128
msgctxt "macrosecuritydialog|SecurityTrustPage"
msgid "Trusted Sources"
msgstr "የታመኑ ምንጮች"
-#: securitylevelpage.ui:14
+#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:14
msgctxt "securitylevelpage|low"
msgid ""
"_Low (not recommended).\n"
@@ -311,7 +311,7 @@ msgstr ""
"ያለ ማረጋገጫ ሁሉንም ማክሮስ ማስኬጃ\n"
"ይህን ማሰናጃ የሚጠቀሙት ሁሉንም የሚከፍቱዋቸው ሰነዶች በ ደህንነት እንደሚክፈቱ እርግጠኛ ሲሆኑ ብቻ ነው"
-#: securitylevelpage.ui:32
+#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:32
msgctxt "securitylevelpage|med"
msgid ""
"_Medium.\n"
@@ -320,7 +320,7 @@ msgstr ""
"_መካከለኛ\n"
"ማረጋገጫ ያስፈልጋል ማክሮስ ከማስኬድ በፊት ካልታመኑ ምንጮች"
-#: securitylevelpage.ui:49
+#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:49
msgctxt "securitylevelpage|high"
msgid ""
"H_igh.\n"
@@ -331,7 +331,7 @@ msgstr ""
"ማክሮስ ከ ታመኑ የ ፋይል ምንጮች ብቻ ማስኬጃ\n"
"ያልተፈረሙ ማክሮስ ይሰናከላሉ"
-#: securitylevelpage.ui:68
+#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:68
msgctxt "securitylevelpage|vhigh"
msgid ""
"_Very high.\n"
@@ -342,162 +342,162 @@ msgstr ""
"ማክሮስ ከ ታመኑ የ ፋይል አካባቢዎች ብቻ ማስኬጃ\n"
"የተቀሩት ሁሉም ማክሮስ: ቢፈረሙም ባይፈረሙም ይሰናከላሉ"
-#: securitytrustpage.ui:43
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:43
msgctxt "securitytrustpage|viewcert"
msgid "_View..."
msgstr "_መመልከቻ..."
-#: securitytrustpage.ui:86
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:86
msgctxt "securitytrustpage|to"
msgid "Issued to"
msgstr "የተሰጠው ለ"
-#: securitytrustpage.ui:100
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:100
msgctxt "securitytrustpage|by"
msgid "Issued by"
msgstr "የተሰጠው በ"
-#: securitytrustpage.ui:114
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:114
msgctxt "securitytrustpage|date"
msgid "Expiration date"
msgstr "የሚበላሽበት ቀን"
-#: securitytrustpage.ui:172
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:172
msgctxt "securitytrustpage|label3"
msgid "Trusted Certificates"
msgstr "የሚታመኑ የምስክር ወረቀቶች"
-#: securitytrustpage.ui:215
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:215
msgctxt "securitytrustpage|label8"
msgid "Document macros are always executed if they have been opened from one of the following locations."
msgstr "የ ሰነድ ማክሮስ ሁል ጊዜ ይፈጸማሉ ቀደም ብለው ከ እነዚህ አካባቢዎች ከ አንዱ ጋር ተከፍተው ከ ነበረ"
-#: securitytrustpage.ui:234
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:234
msgctxt "securitytrustpage|addfile"
msgid "A_dd..."
msgstr "መ_ጨመሪያ..."
-#: securitytrustpage.ui:321
+#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:321
msgctxt "securitytrustpage|label4"
msgid "Trusted File Locations"
msgstr "የሚታመኑ የፋይል ቦታዎች"
-#: selectcertificatedialog.ui:9
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:9
msgctxt "selectcertificatedialog|SelectCertificateDialog"
msgid "Select Certificate"
msgstr "የምስክር ወረቀት ይምረጡ"
-#: selectcertificatedialog.ui:92
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:92
msgctxt "selectcertificatedialog|issuedto"
-msgid "Issued to "
-msgstr "የተሰጠው ለ "
+msgid "Issued to"
+msgstr "የተሰጠው ለ"
-#: selectcertificatedialog.ui:103
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:103
msgctxt "selectcertificatedialog|issuedby"
msgid "Issued by"
msgstr "የተሰጠው በ"
-#: selectcertificatedialog.ui:114
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:114
msgctxt "selectcertificatedialog|usage"
msgid "Certificate usage"
msgstr "የ ምስክር ወረቀት አጠቃቀም"
-#: selectcertificatedialog.ui:125
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:125
msgctxt "selectcertificatedialog|expiration"
msgid "Expiration date"
msgstr "የሚበላሽበት ቀን"
-#: selectcertificatedialog.ui:136
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:136
msgctxt "selectcertificatedialog|type"
msgid "Type"
msgstr "አይነት"
-#: selectcertificatedialog.ui:148
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:148
msgctxt "selectcertificatedialog|STR_DIGITAL_SIGNATURE"
msgid "Digital signature"
msgstr "የ ዲጂታል ፊርማ"
-#: selectcertificatedialog.ui:153
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:153
msgctxt "selectcertificatedialog|STR_NON_REPUDIATION"
msgid "Non-repudiation"
msgstr "ምንም-አልቀበልም"
-#: selectcertificatedialog.ui:158
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:158
msgctxt "selectcertificatedialog|STR_KEY_ENCIPHERMENT"
msgid "Key encipherment"
msgstr "ቁልፍ ለ መመስጠሪያ"
-#: selectcertificatedialog.ui:163
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:163
msgctxt "selectcertificatedialog|STR_DATA_ENCIPHERMENT"
msgid "Data encipherment"
msgstr "ዳታ መመስጠሪያ"
-#: selectcertificatedialog.ui:168
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:168
msgctxt "selectcertificatedialog|STR_KEY_AGREEMENT"
msgid "Key Agreement"
msgstr "ቁልፍ ስምምነት"
-#: selectcertificatedialog.ui:173
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:173
msgctxt "selectcertificatedialog|STR_KEY_CERT_SIGN"
msgid "Certificate signature verification"
msgstr "የ ምስክር ወረቀት ፊርማ ማረጋገጫ"
-#: selectcertificatedialog.ui:178
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:178
msgctxt "selectcertificatedialog|STR_CRL_SIGN"
msgid "CRL signature verification"
msgstr "CRL ፊርማ ማረጋገጫ"
-#: selectcertificatedialog.ui:183
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:183
msgctxt "selectcertificatedialog|STR_ENCIPHER_ONLY"
msgid "Only for encipherment"
msgstr "ለ መመስጠሪያ ብቻ"
-#: selectcertificatedialog.ui:189
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:189
msgctxt "selectcertificatedialog|str_sign"
msgid "Sign"
msgstr "ምልክት"
-#: selectcertificatedialog.ui:194
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:194
msgctxt "selectcertificatedialog|str_encrypt"
msgid "Encrypt"
msgstr "መመስጠሪያ"
-#: selectcertificatedialog.ui:209
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:209
msgctxt "selectcertificatedialog|sign"
msgid "Select the certificate you want to use for signing:"
msgstr "ለ መፈረሚያ መጠቀም የሚፈልጉትን የ ምስክር ወረቀት ይምረጡ:"
-#: selectcertificatedialog.ui:222
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:222
msgctxt "selectcertificatedialog|encrypt"
msgid "Select the certificate you want to use for encryption:"
msgstr "ለ መፈረሚያ መጠቀም የሚፈልጉትን የ ምስክር ወረቀት ይምረጡ:"
-#: selectcertificatedialog.ui:246
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:246
msgctxt "selectcertificatedialog|viewcert"
msgid "View Certificate..."
msgstr "የምስክር ወረቀት መመልከቻ..."
-#: selectcertificatedialog.ui:266
+#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:266
msgctxt "selectcertificatedialog|label2"
msgid "Description:"
msgstr "መግለጫ:"
-#: viewcertdialog.ui:8
+#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:8
msgctxt "viewcertdialog|ViewCertDialog"
msgid "View Certificate"
msgstr "የምስክር ወረቀት መመልከቻ..."
-#: viewcertdialog.ui:78
+#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:78
msgctxt "viewcertdialog|general"
msgid "General"
msgstr "ባጠቃላይ"
-#: viewcertdialog.ui:100
+#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:100
msgctxt "viewcertdialog|details"
msgid "Details"
msgstr "ዝርዝሮች"
-#: viewcertdialog.ui:123
+#: xmlsecurity/uiconfig/ui/viewcertdialog.ui:123
msgctxt "viewcertdialog|path"
msgid "Certification Path"
msgstr "የምስክር ወረቀት መንገድ"
diff --git a/source/an/accessibility/messages.po b/source/an/accessibility/messages.po
index bdce4cd802d..66dfa34d585 100644
--- a/source/an/accessibility/messages.po
+++ b/source/an/accessibility/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,58 +13,58 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: accessibility/inc/strings.hrc:25
msgctxt "RID_STR_ACC_NAME_BROWSEBUTTON"
msgid "Browse"
msgstr "Navegar"
-#: strings.hrc:26
+#: accessibility/inc/strings.hrc:26
msgctxt "STR_SVT_ACC_ACTION_EXPAND"
msgid "Expand"
msgstr ""
-#: strings.hrc:27
+#: accessibility/inc/strings.hrc:27
msgctxt "STR_SVT_ACC_ACTION_COLLAPSE"
msgid "Collapse"
msgstr ""
-#: strings.hrc:28
+#: accessibility/inc/strings.hrc:28
msgctxt "STR_SVT_ACC_LISTENTRY_SELCTED_STATE"
msgid "(Selected)"
msgstr ""
-#: strings.hrc:29
+#: accessibility/inc/strings.hrc:29
msgctxt "RID_STR_ACC_ACTION_CHECK"
msgid "Check"
msgstr ""
-#: strings.hrc:30
+#: accessibility/inc/strings.hrc:30
msgctxt "RID_STR_ACC_ACTION_UNCHECK"
msgid "Uncheck"
msgstr ""
-#: strings.hrc:31
+#: accessibility/inc/strings.hrc:31
msgctxt "RID_STR_ACC_SCROLLBAR_NAME_VERTICAL"
msgid "Vertical scroll bar"
msgstr ""
-#: strings.hrc:32
+#: accessibility/inc/strings.hrc:32
msgctxt "RID_STR_ACC_SCROLLBAR_NAME_HORIZONTAL"
msgid "Horizontal scroll bar"
msgstr ""
-#: strings.hrc:33
+#: accessibility/inc/strings.hrc:33
msgctxt "RID_STR_ACC_PANEL_DESCRIPTION"
msgid "Please press enter to go into child control for more operations"
msgstr ""
-#: strings.hrc:34
+#: accessibility/inc/strings.hrc:34
#, c-format
msgctxt "RID_STR_ACC_COLUMN_NUM"
msgid "Column %COLUMNNUMBER"
msgstr ""
-#: strings.hrc:35
+#: accessibility/inc/strings.hrc:35
msgctxt "RID_STR_ACC_ROW_NUM"
msgid "Row %ROWNUMBER"
msgstr ""
diff --git a/source/an/avmedia/messages.po b/source/an/avmedia/messages.po
index e44158a6cc6..0a59618c08e 100644
--- a/source/an/avmedia/messages.po
+++ b/source/an/avmedia/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,112 +13,112 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: avmedia/inc/strings.hrc:25
msgctxt "AVMEDIA_STR_OPEN"
msgid "Open"
msgstr "Ubrir"
-#: strings.hrc:26
+#: avmedia/inc/strings.hrc:26
msgctxt "AVMEDIA_STR_INSERT"
msgid "Apply"
msgstr "Aplicar"
-#: strings.hrc:27
+#: avmedia/inc/strings.hrc:27
msgctxt "AVMEDIA_STR_PLAY"
msgid "Play"
msgstr "Reproducir"
-#: strings.hrc:28
+#: avmedia/inc/strings.hrc:28
msgctxt "AVMEDIA_STR_PAUSE"
msgid "Pause"
msgstr "Meter en pausa"
-#: strings.hrc:29
+#: avmedia/inc/strings.hrc:29
msgctxt "AVMEDIA_STR_STOP"
msgid "Stop"
msgstr "Aturar"
-#: strings.hrc:30
+#: avmedia/inc/strings.hrc:30
msgctxt "AVMEDIA_STR_LOOP"
msgid "Repeat"
msgstr "Repetir"
-#: strings.hrc:31
+#: avmedia/inc/strings.hrc:31
msgctxt "AVMEDIA_STR_MUTE"
msgid "Mute"
msgstr "Sin son"
-#: strings.hrc:32
+#: avmedia/inc/strings.hrc:32
msgctxt "AVMEDIA_STR_ZOOM"
msgid "View"
msgstr "Veyer"
-#: strings.hrc:33
+#: avmedia/inc/strings.hrc:33
msgctxt "AVMEDIA_STR_ZOOM_50"
msgid "50%"
msgstr "50%"
-#: strings.hrc:34
+#: avmedia/inc/strings.hrc:34
msgctxt "AVMEDIA_STR_ZOOM_100"
msgid "100%"
msgstr "100%"
-#: strings.hrc:35
+#: avmedia/inc/strings.hrc:35
msgctxt "AVMEDIA_STR_ZOOM_200"
msgid "200%"
msgstr "200%"
-#: strings.hrc:36
+#: avmedia/inc/strings.hrc:36
msgctxt "AVMEDIA_STR_ZOOM_FIT"
msgid "Scaled"
msgstr "Escalau"
-#: strings.hrc:37
+#: avmedia/inc/strings.hrc:37
msgctxt "AVMEDIA_STR_VOLUME"
msgid "Volume"
msgstr ""
-#: strings.hrc:38
+#: avmedia/inc/strings.hrc:38
msgctxt "AVMEDIA_STR_POSITION"
msgid "Position"
msgstr "Posición"
-#: strings.hrc:39
+#: avmedia/inc/strings.hrc:39
msgctxt "AVMEDIA_STR_MEDIAPLAYER"
msgid "Media Player"
msgstr "Reproductor multimedia"
-#: strings.hrc:40
+#: avmedia/inc/strings.hrc:40
msgctxt "AVMEDIA_MEDIA_PATH"
msgid "Media Path"
msgstr ""
-#: strings.hrc:41
+#: avmedia/inc/strings.hrc:41
msgctxt "AVMEDIA_MEDIA_PATH_DEFAULT"
msgid "No Media Selected"
msgstr ""
-#: strings.hrc:42
+#: avmedia/inc/strings.hrc:42
msgctxt "AVMEDIA_STR_INSERTMEDIA_DLG"
msgid "Insert Audio or Video"
msgstr ""
-#: strings.hrc:43
+#: avmedia/inc/strings.hrc:43
msgctxt "AVMEDIA_STR_OPENMEDIA_DLG"
msgid "Open Audio or Video"
msgstr ""
-#: strings.hrc:44
+#: avmedia/inc/strings.hrc:44
msgctxt "AVMEDIA_STR_ALL_MEDIAFILES"
msgid "All audio and video files"
msgstr ""
-#: strings.hrc:45
+#: avmedia/inc/strings.hrc:45
msgctxt "AVMEDIA_STR_ALL_FILES"
msgid "All files"
msgstr "Totz os fichers"
-#: strings.hrc:46
+#: avmedia/inc/strings.hrc:46
msgctxt "AVMEDIA_STR_ERR_URL"
msgid "The format of the selected file is not supported."
msgstr "O formato d'o fichero trigau no ye compatible."
diff --git a/source/an/basctl/messages.po b/source/an/basctl/messages.po
index a1e29f1fb60..a2754ae0db9 100644
--- a/source/an/basctl/messages.po
+++ b/source/an/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+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"
@@ -13,82 +13,82 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: basctl/inc/strings.hrc:25
msgctxt "RID_STR_FILTER_ALLFILES"
msgid "<All>"
msgstr ""
-#: strings.hrc:26
+#: basctl/inc/strings.hrc:26
msgctxt "RID_STR_NOMODULE"
msgid "< No Module >"
msgstr ""
-#: strings.hrc:27
+#: basctl/inc/strings.hrc:27
msgctxt "RID_STR_WRONGPASSWORD"
msgid "Incorrect Password"
msgstr ""
-#: strings.hrc:28
+#: basctl/inc/strings.hrc:28
msgctxt "RID_STR_NOLIBINSTORAGE"
msgid "The file does not contain any BASIC libraries"
msgstr ""
-#: strings.hrc:29
+#: basctl/inc/strings.hrc:29
msgctxt "RID_STR_BADSBXNAME"
msgid "Invalid Name"
msgstr ""
-#: strings.hrc:30
+#: basctl/inc/strings.hrc:30
msgctxt "RID_STR_LIBNAMETOLONG"
msgid "A library name can have up to 30 characters."
msgstr ""
-#: strings.hrc:31
+#: basctl/inc/strings.hrc:31
msgctxt "RID_STR_ERRORCHOOSEMACRO"
msgid "Macros from other documents are not accessible."
msgstr ""
-#: strings.hrc:32
+#: basctl/inc/strings.hrc:32
msgctxt "RID_STR_LIBISREADONLY"
msgid "This library is read-only."
msgstr ""
-#: strings.hrc:33
+#: basctl/inc/strings.hrc:33
msgctxt "RID_STR_REPLACELIB"
msgid "'XX' cannot be replaced."
msgstr ""
-#: strings.hrc:34
+#: basctl/inc/strings.hrc:34
msgctxt "RID_STR_IMPORTNOTPOSSIBLE"
msgid "'XX' cannot be added."
msgstr ""
-#: strings.hrc:35
+#: basctl/inc/strings.hrc:35
msgctxt "RID_STR_NOIMPORT"
msgid "'XX' was not added."
msgstr ""
-#: strings.hrc:36
+#: basctl/inc/strings.hrc:36
msgctxt "RID_STR_ENTERPASSWORD"
msgid "Enter password for 'XX'"
msgstr ""
-#: strings.hrc:37
+#: basctl/inc/strings.hrc:37
msgctxt "RID_STR_SBXNAMEALLREADYUSED"
msgid "Name already exists"
msgstr ""
-#: strings.hrc:38
+#: basctl/inc/strings.hrc:38
msgctxt "RID_STR_SIGNED"
msgid "(Signed)"
msgstr ""
-#: strings.hrc:39
+#: basctl/inc/strings.hrc:39
msgctxt "RID_STR_SBXNAMEALLREADYUSED2"
msgid "Object with same name already exists"
msgstr ""
-#: strings.hrc:40
+#: basctl/inc/strings.hrc:40
msgctxt "RID_STR_CANNOTRUNMACRO"
msgid ""
"For security reasons, you cannot run this macro.\n"
@@ -96,274 +96,274 @@ msgid ""
"For more information, check the security settings."
msgstr ""
-#: strings.hrc:41
+#: basctl/inc/strings.hrc:41
msgctxt "RID_STR_SEARCHNOTFOUND"
msgid "Search key not found"
msgstr ""
-#: strings.hrc:42
+#: basctl/inc/strings.hrc:42
msgctxt "RID_STR_SEARCHFROMSTART"
msgid "Search to last module complete. Continue at first module?"
msgstr ""
-#: strings.hrc:43
+#: basctl/inc/strings.hrc:43
msgctxt "RID_STR_SEARCHREPLACES"
msgid "Search key replaced XX times"
msgstr ""
-#: strings.hrc:44
+#: basctl/inc/strings.hrc:44
msgctxt "RID_STR_COULDNTREAD"
msgid "The file could not be read"
msgstr ""
-#: strings.hrc:45
+#: basctl/inc/strings.hrc:45
msgctxt "RID_STR_COULDNTWRITE"
msgid "The file could not be saved"
msgstr ""
-#: strings.hrc:46
+#: basctl/inc/strings.hrc:46
msgctxt "RID_STR_CANNOTCHANGENAMESTDLIB"
msgid "The name of the default library cannot be changed."
msgstr ""
-#: strings.hrc:47
+#: basctl/inc/strings.hrc:47
msgctxt "RID_STR_GENERATESOURCE"
msgid "Generating source"
msgstr ""
-#: strings.hrc:48
+#: basctl/inc/strings.hrc:48
#, fuzzy
msgctxt "RID_STR_FILENAME"
msgid "File name:"
msgstr "Nombre d'o fichero"
-#: strings.hrc:49
+#: basctl/inc/strings.hrc:49
msgctxt "RID_STR_APPENDLIBS"
msgid "Import Libraries"
msgstr ""
-#: strings.hrc:50
+#: basctl/inc/strings.hrc:50
msgctxt "RID_STR_QUERYDELMACRO"
msgid "Do you want to delete the macro XX?"
msgstr ""
-#: strings.hrc:51
+#: basctl/inc/strings.hrc:51
msgctxt "RID_STR_QUERYDELDIALOG"
msgid "Do you want to delete the XX dialog?"
msgstr ""
-#: strings.hrc:52
+#: basctl/inc/strings.hrc:52
msgctxt "RID_STR_QUERYDELLIB"
msgid "Do you want to delete the XX library?"
msgstr ""
-#: strings.hrc:53
+#: basctl/inc/strings.hrc:53
msgctxt "RID_STR_QUERYDELLIBREF"
msgid "Do you want to delete the reference to the XX library?"
msgstr ""
-#: strings.hrc:54
+#: basctl/inc/strings.hrc:54
msgctxt "RID_STR_QUERYDELMODULE"
msgid "Do you want to delete the XX module?"
msgstr ""
-#: strings.hrc:55
+#: basctl/inc/strings.hrc:55
msgctxt "RID_STR_BASIC"
msgid "BASIC"
msgstr ""
#. Abbreviation for 'line'
-#: strings.hrc:57
+#: basctl/inc/strings.hrc:57
msgctxt "RID_STR_LINE"
msgid "Ln"
msgstr ""
#. Abbreviation for 'column'
-#: strings.hrc:59
+#: basctl/inc/strings.hrc:59
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr ""
-#: strings.hrc:60
+#: basctl/inc/strings.hrc:60
msgctxt "RID_STR_CANNOTCLOSE"
msgid "The window cannot be closed while BASIC is running."
msgstr ""
-#: strings.hrc:61
+#: basctl/inc/strings.hrc:61
msgctxt "RID_STR_REPLACESTDLIB"
msgid "The default library cannot be replaced."
msgstr ""
-#: strings.hrc:62
+#: basctl/inc/strings.hrc:62
msgctxt "RID_STR_REFNOTPOSSIBLE"
msgid "Reference to 'XX' not possible."
msgstr ""
-#: strings.hrc:63
+#: basctl/inc/strings.hrc:63
msgctxt "RID_STR_WATCHNAME"
msgid "Watch"
msgstr ""
-#: strings.hrc:64
+#: basctl/inc/strings.hrc:64
msgctxt "RID_STR_WATCHVARIABLE"
msgid "Variable"
msgstr ""
-#: strings.hrc:65
+#: basctl/inc/strings.hrc:65
msgctxt "RID_STR_WATCHVALUE"
msgid "Value"
msgstr "Valura"
-#: strings.hrc:66
+#: basctl/inc/strings.hrc:66
msgctxt "RID_STR_WATCHTYPE"
msgid "Type"
msgstr "Tipo"
-#: strings.hrc:67
+#: basctl/inc/strings.hrc:67
msgctxt "RID_STR_STACKNAME"
msgid "Call Stack"
msgstr ""
-#: strings.hrc:68
+#: basctl/inc/strings.hrc:68
msgctxt "RID_STR_STDDIALOGNAME"
msgid "Dialog"
msgstr ""
-#: strings.hrc:69
+#: basctl/inc/strings.hrc:69
msgctxt "RID_STR_NEWLIB"
msgid "New Library"
msgstr ""
-#: strings.hrc:70
+#: basctl/inc/strings.hrc:70
msgctxt "RID_STR_NEWMOD"
msgid "New Module"
msgstr ""
-#: strings.hrc:71
+#: basctl/inc/strings.hrc:71
msgctxt "RID_STR_NEWDLG"
msgid "New Dialog"
msgstr ""
-#: strings.hrc:72
+#: basctl/inc/strings.hrc:72
#, fuzzy
msgctxt "RID_STR_ALL"
msgid "All"
msgstr "Totz"
-#: strings.hrc:73
+#: basctl/inc/strings.hrc:73
msgctxt "RID_STR_PAGE"
msgid "Page"
msgstr "Pachina"
-#: strings.hrc:74
+#: basctl/inc/strings.hrc:74
msgctxt "RID_STR_WILLSTOPPRG"
msgid ""
"You will have to restart the program after this edit.\n"
"Continue?"
msgstr ""
-#: strings.hrc:75
+#: basctl/inc/strings.hrc:75
msgctxt "RID_STR_SEARCHALLMODULES"
msgid "Do you want to replace the text in all active modules?"
msgstr ""
-#: strings.hrc:76
+#: basctl/inc/strings.hrc:76
msgctxt "RID_STR_REMOVEWATCH"
msgid "Watch:"
msgstr ""
-#: strings.hrc:77
+#: basctl/inc/strings.hrc:77
msgctxt "RID_STR_STACK"
msgid "Calls: "
msgstr ""
-#: strings.hrc:78
+#: basctl/inc/strings.hrc:78
msgctxt "RID_STR_USERMACROS"
msgid "My Macros"
msgstr ""
-#: strings.hrc:79
+#: basctl/inc/strings.hrc:79
msgctxt "RID_STR_USERDIALOGS"
msgid "My Dialogs"
msgstr ""
-#: strings.hrc:80
+#: basctl/inc/strings.hrc:80
msgctxt "RID_STR_USERMACROSDIALOGS"
msgid "My Macros & Dialogs"
msgstr ""
-#: strings.hrc:81
+#: basctl/inc/strings.hrc:81
msgctxt "RID_STR_SHAREMACROS"
msgid "%PRODUCTNAME Macros"
msgstr ""
-#: strings.hrc:82
+#: basctl/inc/strings.hrc:82
msgctxt "RID_STR_SHAREDIALOGS"
msgid "%PRODUCTNAME Dialogs"
msgstr ""
-#: strings.hrc:83
+#: basctl/inc/strings.hrc:83
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "%PRODUCTNAME Macros & Dialogs"
msgstr ""
-#: strings.hrc:84
+#: basctl/inc/strings.hrc:84
msgctxt "RID_STR_REMOVEWATCHTIP"
msgid "Remove Watch"
msgstr ""
-#: strings.hrc:85
+#: basctl/inc/strings.hrc:85
msgctxt "RID_STR_QUERYREPLACEMACRO"
msgid "Do you want to overwrite the XX macro?"
msgstr ""
-#: strings.hrc:86
+#: basctl/inc/strings.hrc:86
msgctxt "RID_STR_TRANSLATION_NOTLOCALIZED"
msgid "<Not localized>"
msgstr ""
-#: strings.hrc:87
+#: basctl/inc/strings.hrc:87
msgctxt "RID_STR_TRANSLATION_DEFAULT"
msgid "[Default Language]"
msgstr ""
-#: strings.hrc:88
+#: basctl/inc/strings.hrc:88
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
msgstr ""
-#: strings.hrc:89
+#: basctl/inc/strings.hrc:89
msgctxt "RID_STR_USERFORMS"
msgid "Forms"
msgstr ""
-#: strings.hrc:90
+#: basctl/inc/strings.hrc:90
msgctxt "RID_STR_NORMAL_MODULES"
msgid "Modules"
msgstr ""
-#: strings.hrc:91
+#: basctl/inc/strings.hrc:91
msgctxt "RID_STR_CLASS_MODULES"
msgid "Class Modules"
msgstr ""
-#: strings.hrc:92
+#: basctl/inc/strings.hrc:92
#, fuzzy
msgctxt "RID_STR_DLGIMP_CLASH_RENAME"
msgid "Rename"
msgstr "Cambiar o ~nombre"
-#: strings.hrc:93
+#: basctl/inc/strings.hrc:93
msgctxt "RID_STR_DLGIMP_CLASH_REPLACE"
msgid "Replace"
msgstr ""
-#: strings.hrc:94
+#: basctl/inc/strings.hrc:94
msgctxt "RID_STR_DLGIMP_CLASH_TITLE"
msgid "Dialog Import - Name already used"
msgstr ""
-#: strings.hrc:95
+#: basctl/inc/strings.hrc:95
msgctxt "RID_STR_DLGIMP_CLASH_TEXT"
msgid ""
"The library already contains a dialog with the name:\n"
@@ -374,22 +374,22 @@ msgid ""
" "
msgstr ""
-#: strings.hrc:96
+#: basctl/inc/strings.hrc:96
msgctxt "RID_STR_DLGIMP_MISMATCH_ADD"
msgid "Add"
msgstr "Adhibir"
-#: strings.hrc:97
+#: basctl/inc/strings.hrc:97
msgctxt "RID_STR_DLGIMP_MISMATCH_OMIT"
msgid "Omit"
msgstr ""
-#: strings.hrc:98
+#: basctl/inc/strings.hrc:98
msgctxt "RID_STR_DLGIMP_MISMATCH_TITLE"
msgid "Dialog Import - Language Mismatch"
msgstr ""
-#: strings.hrc:99
+#: basctl/inc/strings.hrc:99
msgctxt "RID_STR_DLGIMP_MISMATCH_TEXT"
msgid ""
"The dialog to be imported supports other languages than the target library.\n"
@@ -400,421 +400,421 @@ msgid ""
" "
msgstr ""
-#: strings.hrc:100
+#: basctl/inc/strings.hrc:100
#, fuzzy
msgctxt "RID_STR_PRINTDLG_RANGE"
msgid "Print range"
msgstr "Aria d'impresión"
-#: strings.hrc:101
+#: basctl/inc/strings.hrc:101
#, fuzzy
msgctxt "RID_STR_PRINTDLG_ALLPAGES"
msgid "All ~Pages"
msgstr "Todas as pachinas"
-#: strings.hrc:102
+#: basctl/inc/strings.hrc:102
#, fuzzy
msgctxt "RID_STR_PRINTDLG_PAGES"
msgid "Pa~ges"
msgstr "Páginas"
-#: strings.hrc:103
+#: basctl/inc/strings.hrc:103
#, fuzzy
msgctxt "RID_STR_BTNDEL"
msgid "~Delete"
msgstr "Eli~minar"
-#: strings.hrc:104
+#: basctl/inc/strings.hrc:104
msgctxt "RID_STR_BTNNEW"
msgid "~New"
msgstr "~Nuevo"
-#: strings.hrc:105
+#: basctl/inc/strings.hrc:105
msgctxt "RID_STR_CHOOSE"
msgid "Choose"
msgstr ""
-#: strings.hrc:106
+#: basctl/inc/strings.hrc:106
msgctxt "RID_STR_RUN"
msgid "Run"
msgstr ""
-#: strings.hrc:107
+#: basctl/inc/strings.hrc:107
msgctxt "RID_STR_RECORD"
msgid "~Save"
msgstr ""
-#: strings.hrc:108
+#: basctl/inc/strings.hrc:108
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr ""
-#: strings.hrc:109
+#: basctl/inc/strings.hrc:109
msgctxt "RID_STR_TLB_MACROS"
msgid "Objects Tree"
msgstr ""
#. Property Browser Headline ----------------------------------------------------------------
-#: strings.hrc:111
+#: basctl/inc/strings.hrc:111
#, fuzzy
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "Propiedatz..."
-#: strings.hrc:112
+#: basctl/inc/strings.hrc:112
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr ""
-#: strings.hrc:113
+#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr ""
-#: strings.hrc:114
+#: basctl/inc/strings.hrc:114
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr ""
-#: strings.hrc:115
+#: basctl/inc/strings.hrc:115
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr ""
-#: strings.hrc:116
+#: basctl/inc/strings.hrc:116
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr ""
-#: strings.hrc:117
+#: basctl/inc/strings.hrc:117
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr ""
-#: strings.hrc:118
+#: basctl/inc/strings.hrc:118
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr ""
-#: basicmacrodialog.ui:9
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:9
msgctxt "basicmacrodialog|BasicMacroDialog"
msgid "%PRODUCTNAME Basic Macros"
msgstr ""
-#: basicmacrodialog.ui:25
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:25
msgctxt "basicmacrodialog|run"
msgid "Run"
msgstr ""
-#: basicmacrodialog.ui:124
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:124
msgctxt "basicmacrodialog|existingmacrosft"
msgid "Existing Macros In:"
msgstr ""
-#: basicmacrodialog.ui:178
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:178
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr ""
-#: basicmacrodialog.ui:194
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:194
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr ""
-#: basicmacrodialog.ui:243
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:242
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr ""
-#: basicmacrodialog.ui:265
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:264
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr ""
-#: basicmacrodialog.ui:278
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:277
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr ""
-#: basicmacrodialog.ui:305
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:304
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr ""
-#: basicmacrodialog.ui:318
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:317
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr ""
-#: basicmacrodialog.ui:331
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:330
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr ""
-#: breakpointmenus.ui:12
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:12
msgctxt "breakpointmenus|manage"
msgid "Manage Breakpoints..."
msgstr ""
-#: breakpointmenus.ui:23
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:23
msgctxt "breakpointmenus|active"
msgid "_Active"
msgstr ""
-#: breakpointmenus.ui:37
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:37
#, fuzzy
msgctxt "breakpointmenus|properties"
msgid "_Properties..."
msgstr "Propiedatz..."
-#: defaultlanguage.ui:9
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:9
msgctxt "defaultlanguage|DefaultLanguageDialog"
msgid "Set Default User Interface Language"
msgstr ""
-#: defaultlanguage.ui:93
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:93
msgctxt "defaultlanguage|defaultlabel"
msgid "Default language:"
msgstr ""
-#: defaultlanguage.ui:135
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:135
msgctxt "defaultlanguage|checkedlabel"
msgid "Available languages:"
msgstr ""
-#: defaultlanguage.ui:155
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:155
msgctxt "defaultlanguage|defined"
msgid "Select a language to define the default user interface language. All currently present strings will be assigned to the resources created for the selected language."
msgstr ""
-#: defaultlanguage.ui:170
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:170
msgctxt "defaultlanguage|added"
msgid "Select languages to be added. Resources for these languages will be created in the library. Strings of the current default user interface language will be copied to these new resources by default."
msgstr ""
-#: defaultlanguage.ui:184
+#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:184
msgctxt "defaultlanguage|alttitle"
msgid "Add User Interface Languages"
msgstr ""
-#: deletelangdialog.ui:8
+#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:7
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "Delete Language Resources"
msgstr ""
-#: deletelangdialog.ui:14
+#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:14
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "Do you want to delete the resources of the selected language(s)?"
msgstr ""
-#: deletelangdialog.ui:15
+#: basctl/uiconfig/basicide/ui/deletelangdialog.ui:15
msgctxt "deletelangdialog|DeleteLangDialog"
msgid "You are about to delete the resources for the selected language(s). All user interface strings for this language(s) will be deleted."
msgstr ""
-#: dialogpage.ui:30
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:30
msgctxt "dialogpage|label1"
msgid "Dialog:"
msgstr ""
-#: dialogpage.ui:84
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:84
msgctxt "dialogpage|newmodule"
msgid "_New..."
msgstr ""
-#: dialogpage.ui:99
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:99
msgctxt "dialogpage|newdialog"
msgid "_New..."
msgstr ""
-#: dialogpage.ui:130
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:130
msgctxt "dialogpage|password"
msgid "_Password..."
msgstr ""
-#: dialogpage.ui:144
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:144
msgctxt "dialogpage|import"
msgid "_Import..."
msgstr ""
-#: dialogpage.ui:158
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:158
msgctxt "dialogpage|export"
msgid "_Export..."
msgstr ""
-#: exportdialog.ui:8
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:8
msgctxt "exportdialog|ExportDialog"
msgid "Export Basic library"
msgstr ""
-#: exportdialog.ui:83
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:83
msgctxt "exportdialog|extension"
msgid "Export as _extension"
msgstr ""
-#: exportdialog.ui:100
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:100
msgctxt "exportdialog|basic"
msgid "Export as BASIC library"
msgstr ""
-#: gotolinedialog.ui:8
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:8
msgctxt "gotolinedialog|GotoLineDialog"
msgid "Go to Line"
msgstr ""
-#: gotolinedialog.ui:85
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:87
msgctxt "gotolinedialog|area"
msgid "_Line number:"
msgstr ""
-#: importlibdialog.ui:9
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:9
msgctxt "importlibdialog|ImportLibDialog"
msgid "Import Libraries"
msgstr ""
-#: importlibdialog.ui:98
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:98
msgctxt "importlibdialog|ref"
msgid "Insert as reference (read-only)"
msgstr ""
-#: importlibdialog.ui:113
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:113
msgctxt "importlibdialog|replace"
msgid "Replace existing libraries"
msgstr ""
-#: importlibdialog.ui:134
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:134
msgctxt "importlibdialog|label1"
msgid "Options"
msgstr "Opcions"
-#: libpage.ui:31
+#: basctl/uiconfig/basicide/ui/libpage.ui:31
msgctxt "libpage|label1"
msgid "L_ocation:"
msgstr ""
-#: libpage.ui:70
+#: basctl/uiconfig/basicide/ui/libpage.ui:70
msgctxt "libpage|lingudictsft"
msgid "_Library:"
msgstr ""
-#: libpage.ui:124
+#: basctl/uiconfig/basicide/ui/libpage.ui:124
msgctxt "libpage|password"
msgid "_Password..."
msgstr ""
-#: libpage.ui:138
+#: basctl/uiconfig/basicide/ui/libpage.ui:138
msgctxt "libpage|new"
msgid "_New..."
msgstr ""
-#: libpage.ui:153
+#: basctl/uiconfig/basicide/ui/libpage.ui:153
msgctxt "libpage|import"
msgid "_Import..."
msgstr ""
-#: libpage.ui:168
+#: basctl/uiconfig/basicide/ui/libpage.ui:168
msgctxt "libpage|export"
msgid "_Export..."
msgstr ""
-#: managebreakpoints.ui:9
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:9
msgctxt "managebreakpoints|ManageBreakpointsDialog"
msgid "Manage Breakpoints"
msgstr ""
-#: managebreakpoints.ui:129
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:129
#, fuzzy
msgctxt "managebreakpoints|active"
msgid "Active"
msgstr "activo"
-#: managebreakpoints.ui:182
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:182
msgctxt "managebreakpoints|label2"
msgid "Pass count:"
msgstr ""
-#: managebreakpoints.ui:205
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:205
msgctxt "managebreakpoints|label1"
msgid "Breakpoints"
msgstr ""
-#: managelanguages.ui:8
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:8
msgctxt "managelanguages|ManageLanguagesDialog"
msgid "Manage User Interface Languages [$1]"
msgstr ""
-#: managelanguages.ui:69
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:69
msgctxt "managelanguages|label1"
msgid "Present languages:"
msgstr ""
-#: managelanguages.ui:83
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:83
msgctxt "managelanguages|label2"
msgid "The default language is used if no localization for a user interface locale is present. Furthermore all strings from the default language are copied to resources of newly added languages."
msgstr ""
-#: managelanguages.ui:108
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:108
#, fuzzy
msgctxt "managelanguages|add"
msgid "Add..."
msgstr "~Adhibir..."
-#: managelanguages.ui:136
+#: basctl/uiconfig/basicide/ui/managelanguages.ui:136
msgctxt "managelanguages|default"
msgid "Default"
msgstr "Por defecto"
-#: modulepage.ui:30
+#: basctl/uiconfig/basicide/ui/modulepage.ui:30
msgctxt "modulepage|label1"
msgid "M_odule:"
msgstr ""
-#: modulepage.ui:84
+#: basctl/uiconfig/basicide/ui/modulepage.ui:84
msgctxt "modulepage|newmodule"
msgid "_New..."
msgstr ""
-#: modulepage.ui:99
+#: basctl/uiconfig/basicide/ui/modulepage.ui:99
msgctxt "modulepage|newdialog"
msgid "_New..."
msgstr ""
-#: modulepage.ui:130
+#: basctl/uiconfig/basicide/ui/modulepage.ui:130
msgctxt "modulepage|password"
msgid "_Password..."
msgstr ""
-#: modulepage.ui:144
+#: basctl/uiconfig/basicide/ui/modulepage.ui:144
msgctxt "modulepage|import"
msgid "_Import..."
msgstr ""
-#: modulepage.ui:158
+#: basctl/uiconfig/basicide/ui/modulepage.ui:158
msgctxt "modulepage|export"
msgid "_Export..."
msgstr ""
-#: newlibdialog.ui:84
+#: basctl/uiconfig/basicide/ui/newlibdialog.ui:86
msgctxt "newlibdialog|area"
msgid "_Name:"
msgstr ""
-#: organizedialog.ui:8
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:8
msgctxt "organizedialog|OrganizeDialog"
msgid "%PRODUCTNAME Basic Macro Organizer"
msgstr ""
-#: organizedialog.ui:78
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:78
msgctxt "organizedialog|modules"
msgid "Modules"
msgstr ""
-#: organizedialog.ui:100
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:100
msgctxt "organizedialog|dialogs"
msgid "Dialogs"
msgstr ""
-#: organizedialog.ui:123
+#: basctl/uiconfig/basicide/ui/organizedialog.ui:123
msgctxt "organizedialog|libraries"
msgid "Libraries"
msgstr ""
diff --git a/source/an/basic/messages.po b/source/an/basic/messages.po
index b235e558127..03d9121e2ed 100644
--- a/source/an/basic/messages.po
+++ b/source/an/basic/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 15:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,679 +13,679 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: basic.hrc:27
+#: basic/inc/basic.hrc:27
msgctxt "RID_BASIC_START"
msgid "Syntax error."
msgstr ""
-#: basic.hrc:28
+#: basic/inc/basic.hrc:28
msgctxt "RID_BASIC_START"
msgid "Return without Gosub."
msgstr ""
-#: basic.hrc:29
+#: basic/inc/basic.hrc:29
msgctxt "RID_BASIC_START"
msgid "Incorrect entry; please retry."
msgstr ""
-#: basic.hrc:30
+#: basic/inc/basic.hrc:30
msgctxt "RID_BASIC_START"
msgid "Invalid procedure call."
msgstr ""
-#: basic.hrc:31
+#: basic/inc/basic.hrc:31
msgctxt "RID_BASIC_START"
msgid "Overflow."
msgstr ""
-#: basic.hrc:32
+#: basic/inc/basic.hrc:32
msgctxt "RID_BASIC_START"
msgid "Not enough memory."
msgstr ""
-#: basic.hrc:33
+#: basic/inc/basic.hrc:33
msgctxt "RID_BASIC_START"
msgid "Array already dimensioned."
msgstr ""
-#: basic.hrc:34
+#: basic/inc/basic.hrc:34
msgctxt "RID_BASIC_START"
msgid "Index out of defined range."
msgstr ""
-#: basic.hrc:35
+#: basic/inc/basic.hrc:35
msgctxt "RID_BASIC_START"
msgid "Duplicate definition."
msgstr ""
-#: basic.hrc:36
+#: basic/inc/basic.hrc:36
msgctxt "RID_BASIC_START"
msgid "Division by zero."
msgstr ""
-#: basic.hrc:37
+#: basic/inc/basic.hrc:37
msgctxt "RID_BASIC_START"
msgid "Variable not defined."
msgstr ""
-#: basic.hrc:38
+#: basic/inc/basic.hrc:38
msgctxt "RID_BASIC_START"
msgid "Data type mismatch."
msgstr ""
-#: basic.hrc:39
+#: basic/inc/basic.hrc:39
msgctxt "RID_BASIC_START"
msgid "Invalid parameter."
msgstr ""
-#: basic.hrc:40
+#: basic/inc/basic.hrc:40
msgctxt "RID_BASIC_START"
msgid "Process interrupted by user."
msgstr ""
-#: basic.hrc:41
+#: basic/inc/basic.hrc:41
msgctxt "RID_BASIC_START"
msgid "Resume without error."
msgstr ""
-#: basic.hrc:42
+#: basic/inc/basic.hrc:42
msgctxt "RID_BASIC_START"
msgid "Not enough stack memory."
msgstr ""
-#: basic.hrc:43
+#: basic/inc/basic.hrc:43
msgctxt "RID_BASIC_START"
msgid "Sub-procedure or function procedure not defined."
msgstr ""
-#: basic.hrc:44
+#: basic/inc/basic.hrc:44
msgctxt "RID_BASIC_START"
msgid "Error loading DLL file."
msgstr ""
-#: basic.hrc:45
+#: basic/inc/basic.hrc:45
msgctxt "RID_BASIC_START"
msgid "Wrong DLL call convention."
msgstr ""
-#: basic.hrc:46
+#: basic/inc/basic.hrc:46
msgctxt "RID_BASIC_START"
msgid "Internal error $(ARG1)."
msgstr ""
-#: basic.hrc:47
+#: basic/inc/basic.hrc:47
msgctxt "RID_BASIC_START"
msgid "Invalid file name or file number."
msgstr ""
-#: basic.hrc:48
+#: basic/inc/basic.hrc:48
msgctxt "RID_BASIC_START"
msgid "File not found."
msgstr ""
-#: basic.hrc:49
+#: basic/inc/basic.hrc:49
msgctxt "RID_BASIC_START"
msgid "Incorrect file mode."
msgstr ""
-#: basic.hrc:50
+#: basic/inc/basic.hrc:50
msgctxt "RID_BASIC_START"
msgid "File already open."
msgstr ""
-#: basic.hrc:51
+#: basic/inc/basic.hrc:51
msgctxt "RID_BASIC_START"
msgid "Device I/O error."
msgstr ""
-#: basic.hrc:52
+#: basic/inc/basic.hrc:52
msgctxt "RID_BASIC_START"
msgid "File already exists."
msgstr ""
-#: basic.hrc:53
+#: basic/inc/basic.hrc:53
msgctxt "RID_BASIC_START"
msgid "Incorrect record length."
msgstr ""
-#: basic.hrc:54
+#: basic/inc/basic.hrc:54
msgctxt "RID_BASIC_START"
msgid "Disk or hard drive full."
msgstr ""
-#: basic.hrc:55
+#: basic/inc/basic.hrc:55
msgctxt "RID_BASIC_START"
msgid "Reading exceeds EOF."
msgstr ""
-#: basic.hrc:56
+#: basic/inc/basic.hrc:56
msgctxt "RID_BASIC_START"
msgid "Incorrect record number."
msgstr ""
-#: basic.hrc:57
+#: basic/inc/basic.hrc:57
msgctxt "RID_BASIC_START"
msgid "Too many files."
msgstr ""
-#: basic.hrc:58
+#: basic/inc/basic.hrc:58
msgctxt "RID_BASIC_START"
msgid "Device not available."
msgstr ""
-#: basic.hrc:59
+#: basic/inc/basic.hrc:59
msgctxt "RID_BASIC_START"
msgid "Access denied."
msgstr ""
-#: basic.hrc:60
+#: basic/inc/basic.hrc:60
msgctxt "RID_BASIC_START"
msgid "Disk not ready."
msgstr ""
-#: basic.hrc:61
+#: basic/inc/basic.hrc:61
msgctxt "RID_BASIC_START"
msgid "Not implemented."
msgstr ""
-#: basic.hrc:62
+#: basic/inc/basic.hrc:62
msgctxt "RID_BASIC_START"
msgid "Renaming on different drives impossible."
msgstr ""
-#: basic.hrc:63
+#: basic/inc/basic.hrc:63
msgctxt "RID_BASIC_START"
msgid "Path/File access error."
msgstr ""
-#: basic.hrc:64
+#: basic/inc/basic.hrc:64
msgctxt "RID_BASIC_START"
msgid "Path not found."
msgstr ""
-#: basic.hrc:65
+#: basic/inc/basic.hrc:65
msgctxt "RID_BASIC_START"
msgid "Object variable not set."
msgstr ""
-#: basic.hrc:66
+#: basic/inc/basic.hrc:66
msgctxt "RID_BASIC_START"
msgid "Invalid string pattern."
msgstr ""
-#: basic.hrc:67
+#: basic/inc/basic.hrc:67
msgctxt "RID_BASIC_START"
msgid "Use of zero not permitted."
msgstr ""
-#: basic.hrc:68
+#: basic/inc/basic.hrc:68
msgctxt "RID_BASIC_START"
msgid "DDE Error."
msgstr ""
-#: basic.hrc:69
+#: basic/inc/basic.hrc:69
msgctxt "RID_BASIC_START"
msgid "Awaiting response to DDE connection."
msgstr ""
-#: basic.hrc:70
+#: basic/inc/basic.hrc:70
msgctxt "RID_BASIC_START"
msgid "No DDE channels available."
msgstr ""
-#: basic.hrc:71
+#: basic/inc/basic.hrc:71
msgctxt "RID_BASIC_START"
msgid "No application responded to DDE connect initiation."
msgstr ""
-#: basic.hrc:72
+#: basic/inc/basic.hrc:72
msgctxt "RID_BASIC_START"
msgid "Too many applications responded to DDE connect initiation."
msgstr ""
-#: basic.hrc:73
+#: basic/inc/basic.hrc:73
msgctxt "RID_BASIC_START"
msgid "DDE channel locked."
msgstr ""
-#: basic.hrc:74
+#: basic/inc/basic.hrc:74
msgctxt "RID_BASIC_START"
msgid "External application cannot execute DDE operation."
msgstr ""
-#: basic.hrc:75
+#: basic/inc/basic.hrc:75
msgctxt "RID_BASIC_START"
msgid "Timeout while waiting for DDE response."
msgstr ""
-#: basic.hrc:76
+#: basic/inc/basic.hrc:76
msgctxt "RID_BASIC_START"
msgid "User pressed ESCAPE during DDE operation."
msgstr ""
-#: basic.hrc:77
+#: basic/inc/basic.hrc:77
msgctxt "RID_BASIC_START"
msgid "External application busy."
msgstr ""
-#: basic.hrc:78
+#: basic/inc/basic.hrc:78
msgctxt "RID_BASIC_START"
msgid "DDE operation without data."
msgstr ""
-#: basic.hrc:79
+#: basic/inc/basic.hrc:79
msgctxt "RID_BASIC_START"
msgid "Data are in wrong format."
msgstr ""
-#: basic.hrc:80
+#: basic/inc/basic.hrc:80
msgctxt "RID_BASIC_START"
msgid "External application has been terminated."
msgstr ""
-#: basic.hrc:81
+#: basic/inc/basic.hrc:81
msgctxt "RID_BASIC_START"
msgid "DDE connection interrupted or modified."
msgstr ""
-#: basic.hrc:82
+#: basic/inc/basic.hrc:82
msgctxt "RID_BASIC_START"
msgid "DDE method invoked with no channel open."
msgstr ""
-#: basic.hrc:83
+#: basic/inc/basic.hrc:83
msgctxt "RID_BASIC_START"
msgid "Invalid DDE link format."
msgstr ""
-#: basic.hrc:84
+#: basic/inc/basic.hrc:84
msgctxt "RID_BASIC_START"
msgid "DDE message has been lost."
msgstr ""
-#: basic.hrc:85
+#: basic/inc/basic.hrc:85
msgctxt "RID_BASIC_START"
msgid "Paste link already performed."
msgstr ""
-#: basic.hrc:86
+#: basic/inc/basic.hrc:86
msgctxt "RID_BASIC_START"
msgid "Link mode cannot be set due to invalid link topic."
msgstr ""
-#: basic.hrc:87
+#: basic/inc/basic.hrc:87
msgctxt "RID_BASIC_START"
msgid "DDE requires the DDEML.DLL file."
msgstr ""
-#: basic.hrc:88
+#: basic/inc/basic.hrc:88
msgctxt "RID_BASIC_START"
msgid "Module cannot be loaded; invalid format."
msgstr ""
-#: basic.hrc:89
+#: basic/inc/basic.hrc:89
msgctxt "RID_BASIC_START"
msgid "Invalid object index."
msgstr ""
-#: basic.hrc:90
+#: basic/inc/basic.hrc:90
msgctxt "RID_BASIC_START"
msgid "Object is not available."
msgstr ""
-#: basic.hrc:91
+#: basic/inc/basic.hrc:91
msgctxt "RID_BASIC_START"
msgid "Incorrect property value."
msgstr ""
-#: basic.hrc:92
+#: basic/inc/basic.hrc:92
msgctxt "RID_BASIC_START"
msgid "This property is read-only."
msgstr ""
-#: basic.hrc:93
+#: basic/inc/basic.hrc:93
msgctxt "RID_BASIC_START"
msgid "This property is write only."
msgstr ""
-#: basic.hrc:94
+#: basic/inc/basic.hrc:94
msgctxt "RID_BASIC_START"
msgid "Invalid object reference."
msgstr ""
-#: basic.hrc:95
+#: basic/inc/basic.hrc:95
msgctxt "RID_BASIC_START"
msgid "Property or method not found: $(ARG1)."
msgstr ""
-#: basic.hrc:96
+#: basic/inc/basic.hrc:96
msgctxt "RID_BASIC_START"
msgid "Object required."
msgstr ""
-#: basic.hrc:97
+#: basic/inc/basic.hrc:97
msgctxt "RID_BASIC_START"
msgid "Invalid use of an object."
msgstr ""
-#: basic.hrc:98
+#: basic/inc/basic.hrc:98
msgctxt "RID_BASIC_START"
msgid "OLE Automation is not supported by this object."
msgstr ""
-#: basic.hrc:99
+#: basic/inc/basic.hrc:99
msgctxt "RID_BASIC_START"
msgid "This property or method is not supported by the object."
msgstr ""
-#: basic.hrc:100
+#: basic/inc/basic.hrc:100
msgctxt "RID_BASIC_START"
msgid "OLE Automation Error."
msgstr ""
-#: basic.hrc:101
+#: basic/inc/basic.hrc:101
msgctxt "RID_BASIC_START"
msgid "This action is not supported by given object."
msgstr ""
-#: basic.hrc:102
+#: basic/inc/basic.hrc:102
msgctxt "RID_BASIC_START"
msgid "Named arguments are not supported by given object."
msgstr ""
-#: basic.hrc:103
+#: basic/inc/basic.hrc:103
msgctxt "RID_BASIC_START"
msgid "The current locale setting is not supported by the given object."
msgstr ""
-#: basic.hrc:104
+#: basic/inc/basic.hrc:104
msgctxt "RID_BASIC_START"
msgid "Named argument not found."
msgstr ""
-#: basic.hrc:105
+#: basic/inc/basic.hrc:105
msgctxt "RID_BASIC_START"
msgid "Argument is not optional."
msgstr ""
-#: basic.hrc:106 /home/cl/vc/git/libo-core/basic/inc/basic.hrc:114
+#: basic/inc/basic.hrc:106 basic/inc/basic.hrc:114
msgctxt "RID_BASIC_START"
msgid "Invalid number of arguments."
msgstr ""
-#: basic.hrc:107
+#: basic/inc/basic.hrc:107
msgctxt "RID_BASIC_START"
msgid "Object is not a list."
msgstr ""
-#: basic.hrc:108
+#: basic/inc/basic.hrc:108
msgctxt "RID_BASIC_START"
msgid "Invalid ordinal number."
msgstr ""
-#: basic.hrc:109
+#: basic/inc/basic.hrc:109
msgctxt "RID_BASIC_START"
msgid "Specified DLL function not found."
msgstr ""
-#: basic.hrc:110
+#: basic/inc/basic.hrc:110
msgctxt "RID_BASIC_START"
msgid "Invalid clipboard format."
msgstr ""
-#: basic.hrc:111
+#: basic/inc/basic.hrc:111
msgctxt "RID_BASIC_START"
msgid "Object does not have this property."
msgstr ""
-#: basic.hrc:112
+#: basic/inc/basic.hrc:112
msgctxt "RID_BASIC_START"
msgid "Object does not have this method."
msgstr ""
-#: basic.hrc:113
+#: basic/inc/basic.hrc:113
msgctxt "RID_BASIC_START"
msgid "Required argument lacking."
msgstr ""
-#: basic.hrc:115
+#: basic/inc/basic.hrc:115
msgctxt "RID_BASIC_START"
msgid "Error executing a method."
msgstr ""
-#: basic.hrc:116
+#: basic/inc/basic.hrc:116
msgctxt "RID_BASIC_START"
msgid "Unable to set property."
msgstr ""
-#: basic.hrc:117
+#: basic/inc/basic.hrc:117
msgctxt "RID_BASIC_START"
msgid "Unable to determine property."
msgstr ""
#. Compiler errors. These are not runtime errors.
-#: basic.hrc:119
+#: basic/inc/basic.hrc:119
msgctxt "RID_BASIC_START"
msgid "Unexpected symbol: $(ARG1)."
msgstr ""
-#: basic.hrc:120
+#: basic/inc/basic.hrc:120
msgctxt "RID_BASIC_START"
msgid "Expected: $(ARG1)."
msgstr ""
-#: basic.hrc:121
+#: basic/inc/basic.hrc:121
msgctxt "RID_BASIC_START"
msgid "Symbol expected."
msgstr ""
-#: basic.hrc:122
+#: basic/inc/basic.hrc:122
msgctxt "RID_BASIC_START"
msgid "Variable expected."
msgstr ""
-#: basic.hrc:123
+#: basic/inc/basic.hrc:123
msgctxt "RID_BASIC_START"
msgid "Label expected."
msgstr ""
-#: basic.hrc:124
+#: basic/inc/basic.hrc:124
msgctxt "RID_BASIC_START"
msgid "Value cannot be applied."
msgstr ""
-#: basic.hrc:125
+#: basic/inc/basic.hrc:125
msgctxt "RID_BASIC_START"
msgid "Variable $(ARG1) already defined."
msgstr ""
-#: basic.hrc:126
+#: basic/inc/basic.hrc:126
msgctxt "RID_BASIC_START"
msgid "Sub procedure or function procedure $(ARG1) already defined."
msgstr ""
-#: basic.hrc:127
+#: basic/inc/basic.hrc:127
msgctxt "RID_BASIC_START"
msgid "Label $(ARG1) already defined."
msgstr ""
-#: basic.hrc:128
+#: basic/inc/basic.hrc:128
msgctxt "RID_BASIC_START"
msgid "Variable $(ARG1) not found."
msgstr ""
-#: basic.hrc:129
+#: basic/inc/basic.hrc:129
msgctxt "RID_BASIC_START"
msgid "Array or procedure $(ARG1) not found."
msgstr ""
-#: basic.hrc:130
+#: basic/inc/basic.hrc:130
msgctxt "RID_BASIC_START"
msgid "Procedure $(ARG1) not found."
msgstr ""
-#: basic.hrc:131
+#: basic/inc/basic.hrc:131
msgctxt "RID_BASIC_START"
msgid "Label $(ARG1) undefined."
msgstr ""
-#: basic.hrc:132
+#: basic/inc/basic.hrc:132
msgctxt "RID_BASIC_START"
msgid "Unknown data type $(ARG1)."
msgstr ""
-#: basic.hrc:133
+#: basic/inc/basic.hrc:133
msgctxt "RID_BASIC_START"
msgid "Exit $(ARG1) expected."
msgstr ""
-#: basic.hrc:134
+#: basic/inc/basic.hrc:134
msgctxt "RID_BASIC_START"
msgid "Statement block still open: $(ARG1) missing."
msgstr ""
-#: basic.hrc:135
+#: basic/inc/basic.hrc:135
msgctxt "RID_BASIC_START"
msgid "Parentheses do not match."
msgstr ""
-#: basic.hrc:136
+#: basic/inc/basic.hrc:136
msgctxt "RID_BASIC_START"
msgid "Symbol $(ARG1) already defined differently."
msgstr ""
-#: basic.hrc:137
+#: basic/inc/basic.hrc:137
msgctxt "RID_BASIC_START"
msgid "Parameters do not correspond to procedure."
msgstr ""
-#: basic.hrc:138
+#: basic/inc/basic.hrc:138
msgctxt "RID_BASIC_START"
msgid "Invalid character in number."
msgstr ""
-#: basic.hrc:139
+#: basic/inc/basic.hrc:139
msgctxt "RID_BASIC_START"
msgid "Array must be dimensioned."
msgstr ""
-#: basic.hrc:140
+#: basic/inc/basic.hrc:140
msgctxt "RID_BASIC_START"
msgid "Else/Endif without If."
msgstr ""
-#: basic.hrc:141
+#: basic/inc/basic.hrc:141
msgctxt "RID_BASIC_START"
msgid "$(ARG1) not allowed within a procedure."
msgstr ""
-#: basic.hrc:142
+#: basic/inc/basic.hrc:142
msgctxt "RID_BASIC_START"
msgid "$(ARG1) not allowed outside a procedure."
msgstr ""
-#: basic.hrc:143
+#: basic/inc/basic.hrc:143
msgctxt "RID_BASIC_START"
msgid "Dimension specifications do not match."
msgstr ""
-#: basic.hrc:144
+#: basic/inc/basic.hrc:144
msgctxt "RID_BASIC_START"
msgid "Unknown option: $(ARG1)."
msgstr ""
-#: basic.hrc:145
+#: basic/inc/basic.hrc:145
msgctxt "RID_BASIC_START"
msgid "Constant $(ARG1) redefined."
msgstr ""
-#: basic.hrc:146
+#: basic/inc/basic.hrc:146
msgctxt "RID_BASIC_START"
msgid "Program too large."
msgstr ""
-#: basic.hrc:147
+#: basic/inc/basic.hrc:147
msgctxt "RID_BASIC_START"
msgid "Strings or arrays not permitted."
msgstr ""
-#: basic.hrc:148
+#: basic/inc/basic.hrc:148
msgctxt "RID_BASIC_START"
msgid "An exception occurred $(ARG1)."
msgstr ""
-#: basic.hrc:149
+#: basic/inc/basic.hrc:149
msgctxt "RID_BASIC_START"
msgid "This array is fixed or temporarily locked."
msgstr ""
-#: basic.hrc:150
+#: basic/inc/basic.hrc:150
msgctxt "RID_BASIC_START"
msgid "Out of string space."
msgstr ""
-#: basic.hrc:151
+#: basic/inc/basic.hrc:151
msgctxt "RID_BASIC_START"
msgid "Expression Too Complex."
msgstr ""
-#: basic.hrc:152
+#: basic/inc/basic.hrc:152
msgctxt "RID_BASIC_START"
msgid "Can't perform requested operation."
msgstr ""
-#: basic.hrc:153
+#: basic/inc/basic.hrc:153
msgctxt "RID_BASIC_START"
msgid "Too many DLL application clients."
msgstr ""
-#: basic.hrc:154
+#: basic/inc/basic.hrc:154
msgctxt "RID_BASIC_START"
msgid "For loop not initialized."
msgstr ""
-#: basic.hrc:155
+#: basic/inc/basic.hrc:155
msgctxt "RID_BASIC_START"
msgid "$(ARG1)"
msgstr "$(ARG1)"
-#: strings.hrc:25
+#: basic/inc/strings.hrc:25
msgctxt "STR_BASICKEY_FORMAT_ON"
msgid "On"
msgstr ""
-#: strings.hrc:26
+#: basic/inc/strings.hrc:26
msgctxt "STR_BASICKEY_FORMAT_OFF"
msgid "Off"
msgstr ""
-#: strings.hrc:27
+#: basic/inc/strings.hrc:27
msgctxt "STR_BASICKEY_FORMAT_TRUE"
msgid "True"
msgstr ""
-#: strings.hrc:28
+#: basic/inc/strings.hrc:28
msgctxt "STR_BASICKEY_FORMAT_FALSE"
msgid "False"
msgstr ""
-#: strings.hrc:29
+#: basic/inc/strings.hrc:29
msgctxt "STR_BASICKEY_FORMAT_YES"
msgid "Yes"
msgstr ""
-#: strings.hrc:30
+#: basic/inc/strings.hrc:30
msgctxt "STR_BASICKEY_FORMAT_NO"
msgid "No"
msgstr ""
#. format currency
-#: strings.hrc:32
+#: basic/inc/strings.hrc:32
msgctxt "STR_BASICKEY_FORMAT_CURRENCY"
msgid "@0.00 $;@(0.00 $)"
msgstr ""
-#: strings.hrc:34
+#: basic/inc/strings.hrc:34
msgctxt "IDS_SBERR_TERMINATED"
msgid "The macro running has been interrupted"
msgstr ""
diff --git a/source/an/chart2/messages.po b/source/an/chart2/messages.po
index 5f40a11ee13..0266fe2fd2b 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: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+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"
@@ -13,3207 +13,3212 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:24
+#: chart2/inc/strings.hrc:24
msgctxt "STR_DLG_CHART_WIZARD"
msgid "Chart Wizard"
msgstr ""
-#: strings.hrc:25
+#: chart2/inc/strings.hrc:25
msgctxt "STR_DLG_SMOOTH_LINE_PROPERTIES"
msgid "Smooth Lines"
msgstr ""
-#: strings.hrc:26
+#: chart2/inc/strings.hrc:26
msgctxt "STR_DLG_STEPPED_LINE_PROPERTIES"
msgid "Stepped Lines"
msgstr ""
-#: strings.hrc:27
+#: chart2/inc/strings.hrc:27
+msgctxt "STR_DLG_REMOVE_DATA_TABLE"
+msgid "This chart currently contains an internal data table. Do you want to proceed, deleting the internal data table, and set a new data range?"
+msgstr ""
+
+#: chart2/inc/strings.hrc:28
msgctxt "STR_PAGE_CHARTTYPE"
msgid "Chart Type"
msgstr ""
-#: strings.hrc:28
+#: chart2/inc/strings.hrc:29
msgctxt "STR_PAGE_DATA_RANGE"
msgid "Data Range"
msgstr ""
-#: strings.hrc:29
+#: chart2/inc/strings.hrc:30
msgctxt "STR_PAGE_CHART_ELEMENTS"
msgid "Chart Elements"
msgstr ""
-#: strings.hrc:30
+#: chart2/inc/strings.hrc:31
msgctxt "STR_PAGE_LINE"
msgid "Line"
msgstr ""
-#: strings.hrc:31
+#: chart2/inc/strings.hrc:32
msgctxt "STR_PAGE_BORDER"
msgid "Borders"
msgstr "Cantos"
-#: strings.hrc:32
+#: chart2/inc/strings.hrc:33
msgctxt "STR_PAGE_AREA"
msgid "Area"
msgstr ""
-#: strings.hrc:33
+#: chart2/inc/strings.hrc:34
msgctxt "STR_PAGE_TRANSPARENCY"
msgid "Transparency"
msgstr ""
-#: strings.hrc:34
+#: chart2/inc/strings.hrc:35
msgctxt "STR_PAGE_FONT"
msgid "Font"
msgstr "Tipo de letra"
-#: strings.hrc:35
+#: chart2/inc/strings.hrc:36
#, fuzzy
msgctxt "STR_PAGE_FONT_EFFECTS"
msgid "Font Effects"
msgstr "Efectos de letra"
-#: strings.hrc:36
+#: chart2/inc/strings.hrc:37
msgctxt "STR_PAGE_NUMBERS"
msgid "Numbers"
msgstr "Numeros"
-#: strings.hrc:37
+#: chart2/inc/strings.hrc:38
msgctxt "STR_PAGE_POSITION"
msgid "Position"
msgstr "Posición"
-#: strings.hrc:38
+#: chart2/inc/strings.hrc:39
msgctxt "STR_PAGE_LAYOUT"
msgid "Layout"
msgstr "Disenyo"
-#: strings.hrc:39
+#: chart2/inc/strings.hrc:40
msgctxt "STR_PAGE_OPTIONS"
msgid "Options"
msgstr "Opcions"
-#: strings.hrc:40
+#: chart2/inc/strings.hrc:41
msgctxt "STR_PAGE_SCALE"
msgid "Scale"
msgstr "Escalar"
-#: strings.hrc:41
+#: chart2/inc/strings.hrc:42
msgctxt "STR_PAGE_POSITIONING"
msgid "Positioning"
msgstr ""
-#: strings.hrc:42
+#: chart2/inc/strings.hrc:43
msgctxt "STR_PAGE_TRENDLINE_TYPE"
msgid "Type"
msgstr "Tipo"
-#: strings.hrc:43
+#: chart2/inc/strings.hrc:44
#, fuzzy
msgctxt "STR_PAGE_XERROR_BARS"
msgid "X Error Bars"
msgstr "~Barras d'Error Y ..."
-#: strings.hrc:44
+#: chart2/inc/strings.hrc:45
#, fuzzy
msgctxt "STR_PAGE_YERROR_BARS"
msgid "Y Error Bars"
msgstr "~Barras d'Error Y ..."
-#: strings.hrc:45
+#: chart2/inc/strings.hrc:46
msgctxt "STR_PAGE_ALIGNMENT"
msgid "Alignment"
msgstr "Aliniación"
-#: strings.hrc:46
+#: chart2/inc/strings.hrc:47
msgctxt "STR_PAGE_PERSPECTIVE"
msgid "Perspective"
msgstr ""
-#: strings.hrc:47
+#: chart2/inc/strings.hrc:48
msgctxt "STR_PAGE_APPEARANCE"
msgid "Appearance"
msgstr ""
-#: strings.hrc:48
+#: chart2/inc/strings.hrc:49
msgctxt "STR_PAGE_ILLUMINATION"
msgid "Illumination"
msgstr ""
-#: strings.hrc:49
+#: chart2/inc/strings.hrc:50
#, fuzzy
msgctxt "STR_PAGE_ASIAN"
msgid "Asian Typography"
msgstr "Tipografía asiatica"
-#: strings.hrc:50
+#: chart2/inc/strings.hrc:51
#, c-format
msgctxt "STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS"
msgid "Mean value line with value %AVERAGE_VALUE and standard deviation %STD_DEVIATION"
msgstr ""
-#: strings.hrc:51
+#: chart2/inc/strings.hrc:52
msgctxt "STR_OBJECT_AXIS"
msgid "Axis"
msgstr ""
-#: strings.hrc:52
+#: chart2/inc/strings.hrc:53
msgctxt "STR_OBJECT_AXIS_X"
msgid "X Axis"
msgstr ""
-#: strings.hrc:53
+#: chart2/inc/strings.hrc:54
msgctxt "STR_OBJECT_AXIS_Y"
msgid "Y Axis"
msgstr ""
-#: strings.hrc:54
+#: chart2/inc/strings.hrc:55
msgctxt "STR_OBJECT_AXIS_Z"
msgid "Z Axis"
msgstr ""
-#: strings.hrc:55
+#: chart2/inc/strings.hrc:56
#, fuzzy
msgctxt "STR_OBJECT_SECONDARY_X_AXIS"
msgid "Secondary X Axis"
msgstr "Eixe ~secundario X..."
-#: strings.hrc:56
+#: chart2/inc/strings.hrc:57
#, fuzzy
msgctxt "STR_OBJECT_SECONDARY_Y_AXIS"
msgid "Secondary Y Axis"
msgstr "~Eixe secundario Y..."
-#: strings.hrc:57
+#: chart2/inc/strings.hrc:58
msgctxt "STR_OBJECT_AXES"
msgid "Axes"
msgstr ""
-#: strings.hrc:58
+#: chart2/inc/strings.hrc:59
#, fuzzy
msgctxt "STR_OBJECT_GRIDS"
msgid "Grids"
msgstr "~Rella"
-#: strings.hrc:59
+#: chart2/inc/strings.hrc:60
#, fuzzy
msgctxt "STR_OBJECT_GRID"
msgid "Grid"
msgstr "~Rella"
-#: strings.hrc:60
+#: chart2/inc/strings.hrc:61
#, fuzzy
msgctxt "STR_OBJECT_GRID_MAJOR_X"
msgid "X Axis Major Grid"
msgstr "Quadricula prencipal de l'eixe ~X..."
-#: strings.hrc:61
+#: chart2/inc/strings.hrc:62
#, fuzzy
msgctxt "STR_OBJECT_GRID_MAJOR_Y"
msgid "Y Axis Major Grid"
msgstr "Quadricula prencipal de l'eixe ~Y..."
-#: strings.hrc:62
+#: chart2/inc/strings.hrc:63
#, fuzzy
msgctxt "STR_OBJECT_GRID_MAJOR_Z"
msgid "Z Axis Major Grid"
msgstr "Quadricula prencipal de l'eixe ~Z..."
-#: strings.hrc:63
+#: chart2/inc/strings.hrc:64
#, fuzzy
msgctxt "STR_OBJECT_GRID_MINOR_X"
msgid "X Axis Minor Grid"
msgstr "Quadricula auxiliar de l'eixe ~X..."
-#: strings.hrc:64
+#: chart2/inc/strings.hrc:65
#, fuzzy
msgctxt "STR_OBJECT_GRID_MINOR_Y"
msgid "Y Axis Minor Grid"
msgstr "Quadricula auxiliar de l'eixe ~Y..."
-#: strings.hrc:65
+#: chart2/inc/strings.hrc:66
#, fuzzy
msgctxt "STR_OBJECT_GRID_MINOR_Z"
msgid "Z Axis Minor Grid"
msgstr "Quadricula auxiliar de l'eixe ~Z..."
-#: strings.hrc:66
+#: chart2/inc/strings.hrc:67
msgctxt "STR_OBJECT_LEGEND"
msgid "Legend"
msgstr ""
-#: strings.hrc:67
+#: chart2/inc/strings.hrc:68
msgctxt "STR_OBJECT_TITLE"
msgid "Title"
msgstr "Titol"
-#: strings.hrc:68
+#: chart2/inc/strings.hrc:69
#, fuzzy
msgctxt "STR_OBJECT_TITLES"
msgid "Titles"
msgstr "Titol"
-#: strings.hrc:69
+#: chart2/inc/strings.hrc:70
msgctxt "STR_OBJECT_TITLE_MAIN"
msgid "Main Title"
msgstr ""
-#: strings.hrc:70
+#: chart2/inc/strings.hrc:71
msgctxt "STR_OBJECT_TITLE_SUB"
msgid "Subtitle"
msgstr ""
-#: strings.hrc:71
+#: chart2/inc/strings.hrc:72
msgctxt "STR_OBJECT_TITLE_X_AXIS"
msgid "X Axis Title"
msgstr ""
-#: strings.hrc:72
+#: chart2/inc/strings.hrc:73
msgctxt "STR_OBJECT_TITLE_Y_AXIS"
msgid "Y Axis Title"
msgstr ""
-#: strings.hrc:73
+#: chart2/inc/strings.hrc:74
msgctxt "STR_OBJECT_TITLE_Z_AXIS"
msgid "Z Axis Title"
msgstr ""
-#: strings.hrc:74
+#: chart2/inc/strings.hrc:75
msgctxt "STR_OBJECT_TITLE_SECONDARY_X_AXIS"
msgid "Secondary X Axis Title"
msgstr ""
-#: strings.hrc:75
+#: chart2/inc/strings.hrc:76
msgctxt "STR_OBJECT_TITLE_SECONDARY_Y_AXIS"
msgid "Secondary Y Axis Title"
msgstr ""
-#: strings.hrc:76
+#: chart2/inc/strings.hrc:77
#, fuzzy
msgctxt "STR_OBJECT_LABEL"
msgid "Label"
msgstr "~Etiquetas"
-#: strings.hrc:77
+#: chart2/inc/strings.hrc:78
msgctxt "STR_OBJECT_DATALABELS"
msgid "Data Labels"
msgstr ""
-#: strings.hrc:78
+#: chart2/inc/strings.hrc:79
msgctxt "STR_OBJECT_DATAPOINT"
msgid "Data Point"
msgstr ""
-#: strings.hrc:79
+#: chart2/inc/strings.hrc:80
msgctxt "STR_OBJECT_DATAPOINTS"
msgid "Data Points"
msgstr ""
-#: strings.hrc:80
+#: chart2/inc/strings.hrc:81
msgctxt "STR_OBJECT_LEGEND_SYMBOL"
msgid "Legend Key"
msgstr ""
-#: strings.hrc:81
+#: chart2/inc/strings.hrc:82
msgctxt "STR_OBJECT_DATASERIES"
msgid "Data Series"
msgstr ""
-#: strings.hrc:82
+#: chart2/inc/strings.hrc:83
msgctxt "STR_OBJECT_DATASERIES_PLURAL"
msgid "Data Series"
msgstr ""
-#: strings.hrc:83
+#: chart2/inc/strings.hrc:84
msgctxt "STR_OBJECT_CURVE"
msgid "Trend Line"
msgstr ""
-#: strings.hrc:84
+#: chart2/inc/strings.hrc:85
msgctxt "STR_OBJECT_CURVES"
msgid "Trend Lines"
msgstr ""
-#: strings.hrc:85
+#: chart2/inc/strings.hrc:86
msgctxt "STR_OBJECT_CURVE_WITH_PARAMETERS"
msgid "Trend line %FORMULA with accuracy R² = %RSQUARED"
msgstr ""
-#: strings.hrc:86
+#: chart2/inc/strings.hrc:87
msgctxt "STR_OBJECT_MOVING_AVERAGE_WITH_PARAMETERS"
msgid "Moving average trend line with period = %PERIOD"
msgstr ""
-#: strings.hrc:87
+#: chart2/inc/strings.hrc:88
#, fuzzy
msgctxt "STR_OBJECT_AVERAGE_LINE"
msgid "Mean Value Line"
msgstr "Linias de ~Valor Meyo"
-#: strings.hrc:88
+#: chart2/inc/strings.hrc:89
msgctxt "STR_OBJECT_CURVE_EQUATION"
msgid "Equation"
msgstr ""
-#: strings.hrc:89
+#: chart2/inc/strings.hrc:90
#, fuzzy
msgctxt "STR_OBJECT_ERROR_BARS_X"
msgid "X Error Bars"
msgstr "~Barras d'Error Y ..."
-#: strings.hrc:90
+#: chart2/inc/strings.hrc:91
#, fuzzy
msgctxt "STR_OBJECT_ERROR_BARS_Y"
msgid "Y Error Bars"
msgstr "~Barras d'Error Y ..."
-#: strings.hrc:91
+#: chart2/inc/strings.hrc:92
#, fuzzy
msgctxt "STR_OBJECT_ERROR_BARS_Z"
msgid "Z Error Bars"
msgstr "~Barras d'Error Y ..."
-#: strings.hrc:92
+#: chart2/inc/strings.hrc:93
msgctxt "STR_OBJECT_STOCK_LOSS"
msgid "Stock Loss"
msgstr ""
-#: strings.hrc:93
+#: chart2/inc/strings.hrc:94
msgctxt "STR_OBJECT_STOCK_GAIN"
msgid "Stock Gain"
msgstr ""
-#: strings.hrc:94
+#: chart2/inc/strings.hrc:95
msgctxt "STR_OBJECT_PAGE"
msgid "Chart Area"
msgstr ""
-#: strings.hrc:95
+#: chart2/inc/strings.hrc:96
#, fuzzy
msgctxt "STR_OBJECT_DIAGRAM"
msgid "Chart"
msgstr "~Diagramas"
-#: strings.hrc:96
+#: chart2/inc/strings.hrc:97
msgctxt "STR_OBJECT_DIAGRAM_WALL"
msgid "Chart Wall"
msgstr ""
-#: strings.hrc:97
+#: chart2/inc/strings.hrc:98
msgctxt "STR_OBJECT_DIAGRAM_FLOOR"
msgid "Chart Floor"
msgstr ""
-#: strings.hrc:98
+#: chart2/inc/strings.hrc:99
#, fuzzy
msgctxt "STR_OBJECT_SHAPE"
msgid "Drawing Object"
msgstr "Obchectos de dibuixo"
-#: strings.hrc:99
+#: chart2/inc/strings.hrc:100
#, c-format
msgctxt "STR_TIP_DATASERIES"
msgid "Data Series '%SERIESNAME'"
msgstr ""
-#: strings.hrc:100
+#: chart2/inc/strings.hrc:101
msgctxt "STR_TIP_DATAPOINT_INDEX"
msgid "Data Point %POINTNUMBER"
msgstr ""
-#: strings.hrc:101
+#: chart2/inc/strings.hrc:102
msgctxt "STR_TIP_DATAPOINT_VALUES"
msgid "Values: %POINTVALUES"
msgstr ""
-#: strings.hrc:102
+#: chart2/inc/strings.hrc:103
msgctxt "STR_TIP_DATAPOINT"
msgid "Data Point %POINTNUMBER, data series %SERIESNUMBER, values: %POINTVALUES"
msgstr ""
-#: strings.hrc:103
+#: chart2/inc/strings.hrc:104
msgctxt "STR_STATUS_DATAPOINT_MARKED"
msgid "Data point %POINTNUMBER in data series %SERIESNUMBER selected, values: %POINTVALUES"
msgstr ""
-#: strings.hrc:104
+#: chart2/inc/strings.hrc:105
msgctxt "STR_STATUS_OBJECT_MARKED"
msgid "%OBJECTNAME selected"
msgstr ""
-#: strings.hrc:105
+#: chart2/inc/strings.hrc:106
msgctxt "STR_STATUS_PIE_SEGMENT_EXPLODED"
msgid "Pie exploded by %PERCENTVALUE percent"
msgstr ""
-#: strings.hrc:106
+#: chart2/inc/strings.hrc:107
msgctxt "STR_OBJECT_FOR_SERIES"
msgid "%OBJECTNAME for Data Series '%SERIESNAME'"
msgstr ""
-#: strings.hrc:107
+#: chart2/inc/strings.hrc:108
msgctxt "STR_OBJECT_FOR_ALL_SERIES"
msgid "%OBJECTNAME for all Data Series"
msgstr ""
-#: strings.hrc:108
+#: chart2/inc/strings.hrc:109
msgctxt "STR_ACTION_EDIT_CHARTTYPE"
msgid "Edit chart type"
msgstr ""
-#: strings.hrc:109
+#: chart2/inc/strings.hrc:110
msgctxt "STR_ACTION_EDIT_DATA_RANGES"
msgid "Edit data ranges"
msgstr ""
-#: strings.hrc:110
+#: chart2/inc/strings.hrc:111
msgctxt "STR_ACTION_EDIT_3D_VIEW"
msgid "Edit 3D view"
msgstr ""
-#: strings.hrc:111
+#: chart2/inc/strings.hrc:112
msgctxt "STR_ACTION_EDIT_CHART_DATA"
msgid "Edit chart data"
msgstr ""
-#: strings.hrc:112
+#: chart2/inc/strings.hrc:113
msgctxt "STR_ACTION_TOGGLE_LEGEND"
msgid "Legend on/off"
msgstr ""
-#: strings.hrc:113
+#: chart2/inc/strings.hrc:114
msgctxt "STR_ACTION_TOGGLE_GRID_HORZ"
msgid "Horizontal grid major/major&minor/off"
msgstr ""
-#: strings.hrc:114
+#: chart2/inc/strings.hrc:115
msgctxt "STR_ACTION_TOGGLE_GRID_VERTICAL"
msgid "Vertical grid major/major&minor/off"
msgstr ""
-#: strings.hrc:115
+#: chart2/inc/strings.hrc:116
msgctxt "STR_ACTION_SCALE_TEXT"
msgid "Scale Text"
msgstr ""
-#: strings.hrc:116
+#: chart2/inc/strings.hrc:117
msgctxt "STR_ACTION_REARRANGE_CHART"
msgid "Automatic Layout"
msgstr ""
-#: strings.hrc:117
+#: chart2/inc/strings.hrc:118
msgctxt "STR_ACTION_NOTPOSSIBLE"
msgid "This function cannot be completed with the selected objects."
msgstr ""
-#: strings.hrc:118
+#: chart2/inc/strings.hrc:119
msgctxt "STR_ACTION_EDIT_TEXT"
msgid "Edit text"
msgstr ""
-#: strings.hrc:119
+#: chart2/inc/strings.hrc:120
#, c-format
msgctxt "STR_COLUMN_LABEL"
msgid "Column %COLUMNNUMBER"
msgstr ""
-#: strings.hrc:120
+#: chart2/inc/strings.hrc:121
msgctxt "STR_ROW_LABEL"
msgid "Row %ROWNUMBER"
msgstr ""
-#: strings.hrc:121
+#: chart2/inc/strings.hrc:122
msgctxt "STR_DATA_ROLE_LABEL"
msgid "Name"
msgstr "Nombre"
-#: strings.hrc:122
+#: chart2/inc/strings.hrc:123
#, fuzzy
msgctxt "STR_DATA_ROLE_X"
msgid "X-Values"
msgstr "Valuras"
-#: strings.hrc:123
+#: chart2/inc/strings.hrc:124
#, fuzzy
msgctxt "STR_DATA_ROLE_Y"
msgid "Y-Values"
msgstr "Valuras"
-#: strings.hrc:124
+#: chart2/inc/strings.hrc:125
msgctxt "STR_DATA_ROLE_SIZE"
msgid "Bubble Sizes"
msgstr ""
-#: strings.hrc:125
+#: chart2/inc/strings.hrc:126
#, fuzzy
msgctxt "STR_DATA_ROLE_X_ERROR"
msgid "X-Error-Bars"
msgstr "~Barras d'Error Y ..."
-#: strings.hrc:126
+#: chart2/inc/strings.hrc:127
msgctxt "STR_DATA_ROLE_X_ERROR_POSITIVE"
msgid "Positive X-Error-Bars"
msgstr ""
-#: strings.hrc:127
+#: chart2/inc/strings.hrc:128
msgctxt "STR_DATA_ROLE_X_ERROR_NEGATIVE"
msgid "Negative X-Error-Bars"
msgstr ""
-#: strings.hrc:128
+#: chart2/inc/strings.hrc:129
#, fuzzy
msgctxt "STR_DATA_ROLE_Y_ERROR"
msgid "Y-Error-Bars"
msgstr "~Barras d'Error Y ..."
-#: strings.hrc:129
+#: chart2/inc/strings.hrc:130
msgctxt "STR_DATA_ROLE_Y_ERROR_POSITIVE"
msgid "Positive Y-Error-Bars"
msgstr ""
-#: strings.hrc:130
+#: chart2/inc/strings.hrc:131
msgctxt "STR_DATA_ROLE_Y_ERROR_NEGATIVE"
msgid "Negative Y-Error-Bars"
msgstr ""
-#: strings.hrc:131
+#: chart2/inc/strings.hrc:132
msgctxt "STR_DATA_ROLE_FIRST"
msgid "Open Values"
msgstr ""
-#: strings.hrc:132
+#: chart2/inc/strings.hrc:133
msgctxt "STR_DATA_ROLE_LAST"
msgid "Close Values"
msgstr ""
-#: strings.hrc:133
+#: chart2/inc/strings.hrc:134
msgctxt "STR_DATA_ROLE_MIN"
msgid "Low Values"
msgstr ""
-#: strings.hrc:134
+#: chart2/inc/strings.hrc:135
msgctxt "STR_DATA_ROLE_MAX"
msgid "High Values"
msgstr ""
-#: strings.hrc:135
+#: chart2/inc/strings.hrc:136
msgctxt "STR_DATA_ROLE_CATEGORIES"
msgid "Categories"
msgstr "Categorías"
-#: strings.hrc:136
+#: chart2/inc/strings.hrc:137
msgctxt "STR_DATA_UNNAMED_SERIES"
msgid "Unnamed Series"
msgstr ""
-#: strings.hrc:137
+#: chart2/inc/strings.hrc:138
msgctxt "STR_DATA_UNNAMED_SERIES_WITH_INDEX"
msgid "Unnamed Series %NUMBER"
msgstr ""
-#: strings.hrc:138
+#: chart2/inc/strings.hrc:139
msgctxt "STR_DATA_SELECT_RANGE_FOR_SERIES"
msgid "Select Range for %VALUETYPE of %SERIESNAME"
msgstr ""
-#: strings.hrc:139
+#: chart2/inc/strings.hrc:140
msgctxt "STR_DATA_SELECT_RANGE_FOR_CATEGORIES"
msgid "Select Range for Categories"
msgstr ""
-#: strings.hrc:140
+#: chart2/inc/strings.hrc:141
msgctxt "STR_DATA_SELECT_RANGE_FOR_DATALABELS"
msgid "Select Range for data labels"
msgstr ""
-#: strings.hrc:141
+#: chart2/inc/strings.hrc:142
msgctxt "STR_DATA_EDITOR_INCORRECT_INPUT"
msgid ""
"Your last input is incorrect.\n"
"Ignore this change and close the dialog?"
msgstr ""
-#: strings.hrc:142
+#: chart2/inc/strings.hrc:143
msgctxt "STR_TEXT_DIRECTION_LTR"
msgid "Left-to-right"
msgstr ""
-#: strings.hrc:143
+#: chart2/inc/strings.hrc:144
#, fuzzy
msgctxt "STR_TEXT_DIRECTION_RTL"
msgid "Right-to-left"
msgstr "De ~dreita a cucha"
-#: strings.hrc:144
+#: chart2/inc/strings.hrc:145
msgctxt "STR_TEXT_DIRECTION_SUPER"
msgid "Use superordinate object settings"
msgstr ""
-#: strings.hrc:145
+#: chart2/inc/strings.hrc:146
msgctxt "STR_PROPERTY_ROLE_FILLCOLOR"
msgid "Fill Color"
msgstr ""
-#: strings.hrc:146
+#: chart2/inc/strings.hrc:147
msgctxt "STR_PROPERTY_ROLE_BORDERCOLOR"
msgid "Border Color"
msgstr ""
-#: strings.hrc:148
+#: chart2/inc/strings.hrc:149
msgctxt "STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr ""
-#: strings.hrc:149
+#: chart2/inc/strings.hrc:150
msgctxt "STR_REGRESSION_LINEAR"
msgid "Linear"
msgstr ""
-#: strings.hrc:150
+#: chart2/inc/strings.hrc:151
msgctxt "STR_REGRESSION_LOG"
msgid "Logarithmic"
msgstr ""
-#: strings.hrc:151
+#: chart2/inc/strings.hrc:152
msgctxt "STR_REGRESSION_EXP"
msgid "Exponential"
msgstr ""
-#: strings.hrc:152
+#: chart2/inc/strings.hrc:153
msgctxt "STR_REGRESSION_POWER"
msgid "Power"
msgstr ""
-#: strings.hrc:153
+#: chart2/inc/strings.hrc:154
msgctxt "STR_REGRESSION_POLYNOMIAL"
msgid "Polynomial"
msgstr ""
-#: strings.hrc:154
+#: chart2/inc/strings.hrc:155
msgctxt "STR_REGRESSION_MOVING_AVERAGE"
msgid "Moving average"
msgstr ""
-#: strings.hrc:155
+#: chart2/inc/strings.hrc:156
msgctxt "STR_REGRESSION_MEAN"
msgid "Mean"
msgstr ""
-#: strings.hrc:157
+#: chart2/inc/strings.hrc:158
msgctxt "STR_TYPE_COLUMN"
msgid "Column"
msgstr "Columna"
-#: strings.hrc:158
+#: chart2/inc/strings.hrc:159
msgctxt "STR_TYPE_BAR"
msgid "Bar"
msgstr ""
-#: strings.hrc:159
+#: chart2/inc/strings.hrc:160
msgctxt "STR_TYPE_AREA"
msgid "Area"
msgstr ""
-#: strings.hrc:160
+#: chart2/inc/strings.hrc:161
msgctxt "STR_TYPE_PIE"
msgid "Pie"
msgstr ""
-#: strings.hrc:161
+#: chart2/inc/strings.hrc:162
msgctxt "STR_PIE_EXPLODED"
msgid "Exploded Pie Chart"
msgstr ""
-#: strings.hrc:162
+#: chart2/inc/strings.hrc:163
msgctxt "STR_DONUT_EXPLODED"
msgid "Exploded Donut Chart"
msgstr ""
-#: strings.hrc:163
+#: chart2/inc/strings.hrc:164
msgctxt "STR_DONUT"
msgid "Donut"
msgstr ""
-#: strings.hrc:164
+#: chart2/inc/strings.hrc:165
msgctxt "STR_TYPE_LINE"
msgid "Line"
msgstr ""
-#: strings.hrc:165
+#: chart2/inc/strings.hrc:166
msgctxt "STR_TYPE_XY"
msgid "XY (Scatter)"
msgstr ""
-#: strings.hrc:166
+#: chart2/inc/strings.hrc:167
msgctxt "STR_POINTS_AND_LINES"
msgid "Points and Lines"
msgstr ""
-#: strings.hrc:167
+#: chart2/inc/strings.hrc:168
msgctxt "STR_POINTS_ONLY"
msgid "Points Only"
msgstr ""
-#: strings.hrc:168
+#: chart2/inc/strings.hrc:169
msgctxt "STR_LINES_ONLY"
msgid "Lines Only"
msgstr ""
-#: strings.hrc:169
+#: chart2/inc/strings.hrc:170
msgctxt "STR_LINES_3D"
msgid "3D Lines"
msgstr ""
-#: strings.hrc:170
+#: chart2/inc/strings.hrc:171
msgctxt "STR_TYPE_COMBI_COLUMN_LINE"
msgid "Column and Line"
msgstr ""
-#: strings.hrc:171
+#: chart2/inc/strings.hrc:172
msgctxt "STR_LINE_COLUMN"
msgid "Columns and Lines"
msgstr ""
-#: strings.hrc:172
+#: chart2/inc/strings.hrc:173
msgctxt "STR_LINE_STACKEDCOLUMN"
msgid "Stacked Columns and Lines"
msgstr ""
-#: strings.hrc:173
+#: chart2/inc/strings.hrc:174
msgctxt "STR_TYPE_NET"
msgid "Net"
msgstr ""
-#: strings.hrc:174
+#: chart2/inc/strings.hrc:175
msgctxt "STR_TYPE_STOCK"
msgid "Stock"
msgstr ""
-#: strings.hrc:175
+#: chart2/inc/strings.hrc:176
msgctxt "STR_STOCK_1"
msgid "Stock Chart 1"
msgstr ""
-#: strings.hrc:176
+#: chart2/inc/strings.hrc:177
msgctxt "STR_STOCK_2"
msgid "Stock Chart 2"
msgstr ""
-#: strings.hrc:177
+#: chart2/inc/strings.hrc:178
msgctxt "STR_STOCK_3"
msgid "Stock Chart 3"
msgstr ""
-#: strings.hrc:178
+#: chart2/inc/strings.hrc:179
msgctxt "STR_STOCK_4"
msgid "Stock Chart 4"
msgstr ""
-#: strings.hrc:179
+#: chart2/inc/strings.hrc:180
msgctxt "STR_NORMAL"
msgid "Normal"
msgstr "Normal"
-#: strings.hrc:180
+#: chart2/inc/strings.hrc:181
msgctxt "STR_STACKED"
msgid "Stacked"
msgstr ""
-#: strings.hrc:181
+#: chart2/inc/strings.hrc:182
msgctxt "STR_PERCENT"
msgid "Percent Stacked"
msgstr ""
-#: strings.hrc:182
+#: chart2/inc/strings.hrc:183
msgctxt "STR_DEEP"
msgid "Deep"
msgstr ""
-#: strings.hrc:183
+#: chart2/inc/strings.hrc:184
msgctxt "STR_FILLED"
msgid "Filled"
msgstr ""
-#: strings.hrc:184
+#: chart2/inc/strings.hrc:185
msgctxt "STR_TYPE_BUBBLE"
msgid "Bubble"
msgstr ""
-#: strings.hrc:185
+#: chart2/inc/strings.hrc:186
msgctxt "STR_BUBBLE_1"
msgid "Bubble Chart"
msgstr ""
-#: strings.hrc:186
+#: chart2/inc/strings.hrc:187
msgctxt "STR_TYPE_GL3D_BAR"
msgid "GL3D Bar"
msgstr ""
-#: strings.hrc:187
+#: chart2/inc/strings.hrc:188
msgctxt "STR_GL3D_BAR"
msgid "GL3D Bar Chart"
msgstr ""
-#: strings.hrc:189
+#: chart2/inc/strings.hrc:190
msgctxt "STR_INVALID_NUMBER"
msgid "Numbers are required. Check your input."
msgstr ""
-#: strings.hrc:190
+#: chart2/inc/strings.hrc:191
msgctxt "STR_STEP_GT_ZERO"
msgid "The major interval requires a positive number. Check your input."
msgstr ""
-#: strings.hrc:191
+#: chart2/inc/strings.hrc:192
msgctxt "STR_BAD_LOGARITHM"
msgid "The logarithmic scale requires positive numbers. Check your input."
msgstr ""
-#: strings.hrc:192
+#: chart2/inc/strings.hrc:193
msgctxt "STR_MIN_GREATER_MAX"
msgid "The minimum must be lower than the maximum. Check your input."
msgstr ""
-#: strings.hrc:193
+#: chart2/inc/strings.hrc:194
msgctxt "STR_INVALID_INTERVALS"
msgid "The major interval needs to be greater than the minor interval. Check your input."
msgstr ""
-#: strings.hrc:194
+#: chart2/inc/strings.hrc:195
msgctxt "STR_INVALID_TIME_UNIT"
msgid "The major and minor interval need to be greater or equal to the resolution. Check your input."
msgstr ""
-#: 3dviewdialog.ui:8
+#: chart2/uiconfig/ui/3dviewdialog.ui:8
msgctxt "3dviewdialog|3DViewDialog"
msgid "3D View"
msgstr ""
-#: chardialog.ui:8
+#: chart2/uiconfig/ui/chardialog.ui:8
msgctxt "chardialog|CharDialog"
msgid "Character"
msgstr ""
-#: chardialog.ui:105
+#: chart2/uiconfig/ui/chardialog.ui:105
msgctxt "chardialog|font"
msgid "Font"
msgstr "Tipo de letra"
-#: chardialog.ui:127
+#: chart2/uiconfig/ui/chardialog.ui:127
#, fuzzy
msgctxt "chardialog|fonteffects"
msgid "Font Effects"
msgstr "Efectos de letra"
-#: chardialog.ui:150
+#: chart2/uiconfig/ui/chardialog.ui:150
msgctxt "chardialog|position"
msgid "Position"
msgstr "Posición"
-#: chartdatadialog.ui:8
+#: chart2/uiconfig/ui/chartdatadialog.ui:8
msgctxt "chartdatadialog|ChartDataDialog"
msgid "Data Table"
msgstr ""
-#: chartdatadialog.ui:88
+#: chart2/uiconfig/ui/chartdatadialog.ui:88
#, fuzzy
msgctxt "chartdatadialog|InsertRow"
msgid "Insert Row"
msgstr "Ficar R²"
-#: chartdatadialog.ui:102
+#: chart2/uiconfig/ui/chartdatadialog.ui:102
msgctxt "chartdatadialog|InsertColumn"
msgid "Insert Series"
msgstr ""
-#: chartdatadialog.ui:116
+#: chart2/uiconfig/ui/chartdatadialog.ui:116
msgctxt "chartdatadialog|InsertTextColumn"
msgid "Insert Text Column"
msgstr ""
-#: chartdatadialog.ui:130
+#: chart2/uiconfig/ui/chartdatadialog.ui:130
#, fuzzy
msgctxt "chartdatadialog|RemoveRow"
msgid "Delete Row"
msgstr "Eliminar R²"
-#: chartdatadialog.ui:144
+#: chart2/uiconfig/ui/chartdatadialog.ui:144
msgctxt "chartdatadialog|RemoveColumn"
msgid "Delete Series"
msgstr ""
-#: chartdatadialog.ui:168
+#: chart2/uiconfig/ui/chartdatadialog.ui:168
msgctxt "chartdatadialog|MoveLeftColumn"
msgid "Move Series Left"
msgstr ""
-#: chartdatadialog.ui:182
+#: chart2/uiconfig/ui/chartdatadialog.ui:182
msgctxt "chartdatadialog|MoveRightColumn"
msgid "Move Series Right"
msgstr ""
-#: chartdatadialog.ui:196
+#: chart2/uiconfig/ui/chartdatadialog.ui:196
msgctxt "chartdatadialog|MoveUpRow"
msgid "Move Row Up"
msgstr ""
-#: chartdatadialog.ui:210
+#: chart2/uiconfig/ui/chartdatadialog.ui:210
msgctxt "chartdatadialog|MoveDownRow"
msgid "Move Row Down"
msgstr ""
-#: charttypedialog.ui:8
+#: chart2/uiconfig/ui/charttypedialog.ui:8
msgctxt "charttypedialog|ChartTypeDialog"
msgid "Chart Type"
msgstr ""
-#: datarangedialog.ui:8
+#: chart2/uiconfig/ui/datarangedialog.ui:8
msgctxt "datarangedialog|DataRangeDialog"
msgid "Data Ranges"
msgstr ""
-#: dlg_DataLabel.ui:20
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:20
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Best fit"
msgstr ""
-#: dlg_DataLabel.ui:24
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:24
#, fuzzy
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Center"
msgstr "~Centrau"
-#: dlg_DataLabel.ui:28
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:28
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Above"
msgstr ""
-#: dlg_DataLabel.ui:32
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:32
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Top left"
msgstr ""
-#: dlg_DataLabel.ui:36
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:36
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Left"
msgstr "Enta la cucha"
-#: dlg_DataLabel.ui:40
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:40
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Bottom left"
msgstr ""
-#: dlg_DataLabel.ui:44
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:44
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Below"
msgstr ""
-#: dlg_DataLabel.ui:48
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:48
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Bottom right"
msgstr ""
-#: dlg_DataLabel.ui:52
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:52
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Right"
msgstr "Enta la dreita"
-#: dlg_DataLabel.ui:56
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:56
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Top right"
msgstr ""
-#: dlg_DataLabel.ui:60
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:60
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Inside"
msgstr ""
-#: dlg_DataLabel.ui:64
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:64
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Outside"
msgstr ""
-#: dlg_DataLabel.ui:68
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:68
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Near origin"
msgstr ""
-#: dlg_DataLabel.ui:82
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:82
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Space"
msgstr ""
-#: dlg_DataLabel.ui:86
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:86
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Comma"
msgstr ""
-#: dlg_DataLabel.ui:90
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:90
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Semicolon"
msgstr ""
-#: dlg_DataLabel.ui:94
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:94
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "New line"
msgstr ""
-#: dlg_DataLabel.ui:102
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:102
msgctxt "dlg_DataLabel|dlg_DataLabels"
msgid "Data Labels for all Data Series"
msgstr ""
-#: dlg_DataLabel.ui:194
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:194
msgctxt "dlg_DataLabel|CB_VALUE_AS_NUMBER"
msgid "Show value as _number"
msgstr ""
-#: dlg_DataLabel.ui:209
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:209
msgctxt "dlg_DataLabel|CB_VALUE_AS_PERCENTAGE"
msgid "Show value as _percentage"
msgstr ""
-#: dlg_DataLabel.ui:224
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:224
msgctxt "dlg_DataLabel|CB_CATEGORY"
msgid "Show _category"
msgstr ""
-#: dlg_DataLabel.ui:239
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:239
msgctxt "dlg_DataLabel|CB_SYMBOL"
msgid "Show _legend key"
msgstr ""
-#: dlg_DataLabel.ui:254
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:254
msgctxt "dlg_DataLabel|CB_WRAP_TEXT"
msgid "Auto text _wrap"
msgstr ""
-#: dlg_DataLabel.ui:269
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:269
msgctxt "dlg_DataLabel|PB_NUMBERFORMAT"
msgid "Number _format..."
msgstr ""
-#: dlg_DataLabel.ui:283
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:283
msgctxt "dlg_DataLabel|PB_PERCENT_NUMBERFORMAT"
msgid "Percentage f_ormat..."
msgstr ""
-#: dlg_DataLabel.ui:299
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:299
msgctxt "dlg_DataLabel|CT_LABEL_DIAL"
msgid "ABCD"
msgstr ""
-#: dlg_DataLabel.ui:319
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:319
msgctxt "dlg_DataLabel|FT_TEXT_SEPARATOR"
msgid "_Separator"
msgstr ""
-#: dlg_DataLabel.ui:359
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:359
msgctxt "dlg_DataLabel|FT_LABEL_PLACEMENT"
msgid "Place_ment"
msgstr ""
-#: dlg_DataLabel.ui:392
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:392
msgctxt "dlg_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE"
msgid "Number Format for Percentage Value"
msgstr ""
-#: dlg_DataLabel.ui:408
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:408
msgctxt "dlg_DataLabel|label1"
msgid "Text Attributes"
msgstr ""
-#: dlg_DataLabel.ui:474
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:473
msgctxt "dlg_DataLabel|FT_LABEL_DEGREES"
msgid "_Degrees"
msgstr ""
-#: dlg_DataLabel.ui:499
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:498
msgctxt "dlg_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
msgstr ""
-#: dlg_DataLabel.ui:536
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:535
msgctxt "dlg_DataLabel|label2"
msgid "Rotate Text"
msgstr ""
-#: dlg_InsertErrorBars.ui:29
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:29
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Standard Error"
msgstr ""
-#: dlg_InsertErrorBars.ui:33
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:33
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Standard Deviation"
msgstr ""
-#: dlg_InsertErrorBars.ui:37
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:37
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Variance"
msgstr ""
-#: dlg_InsertErrorBars.ui:41
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:41
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Error Margin"
msgstr ""
-#: dlg_InsertErrorBars.ui:49
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:49
msgctxt "dlg_InsertErrorBars|dlg_InsertErrorBars"
msgid "Legend"
msgstr ""
-#: dlg_InsertErrorBars.ui:146
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:146
#, fuzzy
msgctxt "dlg_InsertErrorBars|RB_NONE"
msgid "_None"
msgstr "~Garra"
-#: dlg_InsertErrorBars.ui:163
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:163
msgctxt "dlg_InsertErrorBars|RB_CONST"
msgid "_Constant Value"
msgstr ""
-#: dlg_InsertErrorBars.ui:180
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:180
msgctxt "dlg_InsertErrorBars|RB_PERCENT"
msgid "_Percentage"
msgstr ""
-#: dlg_InsertErrorBars.ui:236
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:237
msgctxt "dlg_InsertErrorBars|RB_RANGE"
msgid "Cell _Range"
msgstr ""
-#: dlg_InsertErrorBars.ui:259
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:260
msgctxt "dlg_InsertErrorBars|label1"
msgid "Error Category"
msgstr ""
-#: dlg_InsertErrorBars.ui:292
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:293
msgctxt "dlg_InsertErrorBars|RB_BOTH"
msgid "Positive _and Negative"
msgstr ""
-#: dlg_InsertErrorBars.ui:308
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:309
#, fuzzy
msgctxt "dlg_InsertErrorBars|RB_POSITIVE"
msgid "Pos_itive"
msgstr "Posición"
-#: dlg_InsertErrorBars.ui:324
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:325
msgctxt "dlg_InsertErrorBars|RB_NEGATIVE"
msgid "Ne_gative"
msgstr ""
-#: dlg_InsertErrorBars.ui:380
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:381
msgctxt "dlg_InsertErrorBars|label2"
msgid "Error Indicator"
msgstr ""
-#: dlg_InsertErrorBars.ui:427
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:428
msgctxt "dlg_InsertErrorBars|FT_POSITIVE"
msgid "P_ositive (+)"
msgstr ""
-#: dlg_InsertErrorBars.ui:468
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:467
msgctxt "dlg_InsertErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
msgstr ""
-#: dlg_InsertErrorBars.ui:493
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:492
msgctxt "dlg_InsertErrorBars|FT_NEGATIVE"
msgid "_Negative (-)"
msgstr ""
-#: dlg_InsertErrorBars.ui:535
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:532
msgctxt "dlg_InsertErrorBars|IB_RANGE_NEGATIVE|tooltip_text"
msgid "Select data range"
msgstr ""
-#: dlg_InsertErrorBars.ui:553
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:550
msgctxt "dlg_InsertErrorBars|CB_SYN_POS_NEG"
msgid "Same value for both"
msgstr ""
-#: dlg_InsertErrorBars.ui:575
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:573
msgctxt "dlg_InsertErrorBars|label3"
msgid "Parameters"
msgstr ""
-#: dlg_InsertErrorBars.ui:591
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:589
msgctxt "dlg_InsertErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS"
msgid "Select Range for Positive Error Bars"
msgstr ""
-#: dlg_InsertErrorBars.ui:602
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:600
msgctxt "dlg_InsertErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS"
msgid "Select Range for Negative Error Bars"
msgstr ""
-#: dlg_InsertErrorBars.ui:613
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:611
msgctxt "dlg_InsertErrorBars|STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr ""
-#: dlg_InsertLegend.ui:8
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:8
msgctxt "dlg_InsertLegend|dlg_InsertLegend"
msgid "Legend"
msgstr ""
-#: dlg_InsertLegend.ui:100
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:100
msgctxt "dlg_InsertLegend|show"
msgid "_Display legend"
msgstr ""
-#: dlg_InsertLegend.ui:122
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:122
#, fuzzy
msgctxt "dlg_InsertLegend|left"
msgid "_Left"
msgstr "Enta la cucha"
-#: dlg_InsertLegend.ui:138
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:138
#, fuzzy
msgctxt "dlg_InsertLegend|right"
msgid "_Right"
msgstr "Enta la dreita"
-#: dlg_InsertLegend.ui:154
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:154
#, fuzzy
msgctxt "dlg_InsertLegend|top"
msgid "_Top"
msgstr "Cobalto"
-#: dlg_InsertLegend.ui:170
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:170
#, fuzzy
msgctxt "dlg_InsertLegend|bottom"
msgid "_Bottom"
msgstr "Cobaixo"
-#: dlg_InsertLegend.ui:200
+#: chart2/uiconfig/ui/dlg_InsertLegend.ui:200
msgctxt "dlg_InsertLegend|TXT_POSITION"
msgid "Position"
msgstr "Posición"
-#: insertaxisdlg.ui:8
+#: chart2/uiconfig/ui/insertaxisdlg.ui:8
msgctxt "insertaxisdlg|InsertAxisDialog"
msgid "Axes"
msgstr ""
-#: insertaxisdlg.ui:104
+#: chart2/uiconfig/ui/insertaxisdlg.ui:104
msgctxt "insertaxisdlg|primaryX"
msgid "_X axis"
msgstr ""
-#: insertaxisdlg.ui:120
+#: chart2/uiconfig/ui/insertaxisdlg.ui:120
msgctxt "insertaxisdlg|primaryY"
msgid "_Y axis"
msgstr ""
-#: insertaxisdlg.ui:136
+#: chart2/uiconfig/ui/insertaxisdlg.ui:136
msgctxt "insertaxisdlg|primaryZ"
msgid "_Z axis"
msgstr ""
-#: insertaxisdlg.ui:159
+#: chart2/uiconfig/ui/insertaxisdlg.ui:159
msgctxt "insertaxisdlg|label1"
msgid "Axes"
msgstr ""
-#: insertaxisdlg.ui:194
+#: chart2/uiconfig/ui/insertaxisdlg.ui:194
msgctxt "insertaxisdlg|secondaryX"
msgid "X _axis"
msgstr ""
-#: insertaxisdlg.ui:210
+#: chart2/uiconfig/ui/insertaxisdlg.ui:210
msgctxt "insertaxisdlg|secondaryY"
msgid "Y ax_is"
msgstr ""
-#: insertaxisdlg.ui:226
+#: chart2/uiconfig/ui/insertaxisdlg.ui:226
msgctxt "insertaxisdlg|secondaryZ"
msgid "Z axi_s"
msgstr ""
-#: insertaxisdlg.ui:249
+#: chart2/uiconfig/ui/insertaxisdlg.ui:249
#, fuzzy
msgctxt "insertaxisdlg|label2"
msgid "Secondary Axes"
msgstr "Eixe ~secundario X..."
-#: insertgriddlg.ui:8
+#: chart2/uiconfig/ui/insertgriddlg.ui:8
#, fuzzy
msgctxt "insertgriddlg|InsertGridDialog"
msgid "Grids"
msgstr "~Rella"
-#: insertgriddlg.ui:104
+#: chart2/uiconfig/ui/insertgriddlg.ui:104
msgctxt "insertgriddlg|primaryX"
msgid "_X axis"
msgstr ""
-#: insertgriddlg.ui:120
+#: chart2/uiconfig/ui/insertgriddlg.ui:120
msgctxt "insertgriddlg|primaryY"
msgid "_Y axis"
msgstr ""
-#: insertgriddlg.ui:136
+#: chart2/uiconfig/ui/insertgriddlg.ui:136
msgctxt "insertgriddlg|primaryZ"
msgid "_Z axis"
msgstr ""
-#: insertgriddlg.ui:159
+#: chart2/uiconfig/ui/insertgriddlg.ui:159
msgctxt "insertgriddlg|label1"
msgid "Major Grids"
msgstr ""
-#: insertgriddlg.ui:194
+#: chart2/uiconfig/ui/insertgriddlg.ui:194
msgctxt "insertgriddlg|secondaryX"
msgid "X _axis"
msgstr ""
-#: insertgriddlg.ui:210
+#: chart2/uiconfig/ui/insertgriddlg.ui:210
msgctxt "insertgriddlg|secondaryY"
msgid "Y ax_is"
msgstr ""
-#: insertgriddlg.ui:226
+#: chart2/uiconfig/ui/insertgriddlg.ui:226
msgctxt "insertgriddlg|secondaryZ"
msgid "Z axi_s"
msgstr ""
-#: insertgriddlg.ui:249
+#: chart2/uiconfig/ui/insertgriddlg.ui:249
msgctxt "insertgriddlg|label2"
msgid "Minor Grids"
msgstr ""
-#: inserttitledlg.ui:8
+#: chart2/uiconfig/ui/inserttitledlg.ui:8
#, fuzzy
msgctxt "inserttitledlg|InsertTitleDialog"
msgid "Titles"
msgstr "Titol"
-#: inserttitledlg.ui:89
+#: chart2/uiconfig/ui/inserttitledlg.ui:89
#, fuzzy
msgctxt "inserttitledlg|labelMainTitle"
msgid "_Title"
msgstr "Titol"
-#: inserttitledlg.ui:103
+#: chart2/uiconfig/ui/inserttitledlg.ui:103
msgctxt "inserttitledlg|labelSubTitle"
msgid "_Subtitle"
msgstr ""
-#: inserttitledlg.ui:166
+#: chart2/uiconfig/ui/inserttitledlg.ui:164
msgctxt "inserttitledlg|labelPrimaryXaxis"
msgid "_X axis"
msgstr ""
-#: inserttitledlg.ui:180
+#: chart2/uiconfig/ui/inserttitledlg.ui:178
msgctxt "inserttitledlg|labelPrimaryYaxis"
msgid "_Y axis"
msgstr ""
-#: inserttitledlg.ui:194
+#: chart2/uiconfig/ui/inserttitledlg.ui:192
msgctxt "inserttitledlg|labelPrimaryZaxis"
msgid "_Z axis"
msgstr ""
-#: inserttitledlg.ui:247
+#: chart2/uiconfig/ui/inserttitledlg.ui:242
msgctxt "inserttitledlg|Axe"
msgid "Axes"
msgstr ""
-#: inserttitledlg.ui:283
+#: chart2/uiconfig/ui/inserttitledlg.ui:278
msgctxt "inserttitledlg|labelSecondaryXAxis"
msgid "X _axis"
msgstr ""
-#: inserttitledlg.ui:297
+#: chart2/uiconfig/ui/inserttitledlg.ui:292
msgctxt "inserttitledlg|labelSecondaryYAxis"
msgid "Y ax_is"
msgstr ""
-#: inserttitledlg.ui:338
+#: chart2/uiconfig/ui/inserttitledlg.ui:331
#, fuzzy
msgctxt "inserttitledlg|label2"
msgid "Secondary Axes"
msgstr "Eixe ~secundario X..."
-#: paradialog.ui:8
+#: chart2/uiconfig/ui/paradialog.ui:8
msgctxt "paradialog|ParagraphDialog"
msgid "Paragraph"
msgstr ""
-#: paradialog.ui:105
+#: chart2/uiconfig/ui/paradialog.ui:105
msgctxt "paradialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: paradialog.ui:127
+#: chart2/uiconfig/ui/paradialog.ui:127
msgctxt "paradialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Aliniación"
-#: paradialog.ui:151
+#: chart2/uiconfig/ui/paradialog.ui:151
#, fuzzy
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr "Tipografía asiatica"
-#: paradialog.ui:174
+#: chart2/uiconfig/ui/paradialog.ui:174
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr ""
-#: sidebaraxis.ui:18
+#: chart2/uiconfig/ui/sidebaraxis.ui:18
msgctxt "sidebaraxis|checkbutton_show_label"
msgid "Show labels"
msgstr ""
-#: sidebaraxis.ui:32
+#: chart2/uiconfig/ui/sidebaraxis.ui:33
msgctxt "sidebaraxis|checkbutton_reverse"
msgid "Reverse direction"
msgstr ""
-#: sidebaraxis.ui:56
+#: chart2/uiconfig/ui/sidebaraxis.ui:58
msgctxt "sidebaraxis|label1"
msgid "_Label position:"
msgstr ""
-#: sidebaraxis.ui:70
+#: chart2/uiconfig/ui/sidebaraxis.ui:72
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Near Axis"
msgstr ""
-#: sidebaraxis.ui:71
+#: chart2/uiconfig/ui/sidebaraxis.ui:73
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Near Axis (other side)"
msgstr ""
-#: sidebaraxis.ui:72
+#: chart2/uiconfig/ui/sidebaraxis.ui:74
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Outside start"
msgstr ""
-#: sidebaraxis.ui:73
+#: chart2/uiconfig/ui/sidebaraxis.ui:75
msgctxt "sidebaraxis|comboboxtext_label_position"
msgid "Outside end"
msgstr ""
-#: sidebaraxis.ui:87
+#: chart2/uiconfig/ui/sidebaraxis.ui:89
msgctxt "sidebaraxis|label2"
msgid "_Text orientation:"
msgstr ""
-#: sidebarelements.ui:35
+#: chart2/uiconfig/ui/sidebarelements.ui:35
msgctxt "sidebarelements|checkbutton_subtitle"
msgid "Subtitle"
msgstr ""
-#: sidebarelements.ui:49
+#: chart2/uiconfig/ui/sidebarelements.ui:50
msgctxt "sidebarelements|checkbutton_title"
msgid "Title"
msgstr "Titol"
-#: sidebarelements.ui:69
+#: chart2/uiconfig/ui/sidebarelements.ui:71
#, fuzzy
msgctxt "sidebarelements|l"
msgid "Titles"
msgstr "Titol"
-#: sidebarelements.ui:100
+#: chart2/uiconfig/ui/sidebarelements.ui:102
msgctxt "sidebarelements|checkbutton_legend|tooltip_text"
msgid "Show Legend"
msgstr ""
-#: sidebarelements.ui:123
+#: chart2/uiconfig/ui/sidebarelements.ui:126
msgctxt "sidebarelements|placement_label"
msgid "_Placement:"
msgstr ""
-#: sidebarelements.ui:139
+#: chart2/uiconfig/ui/sidebarelements.ui:142
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Right"
msgstr "Enta la dreita"
-#: sidebarelements.ui:140
+#: chart2/uiconfig/ui/sidebarelements.ui:143
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Top"
msgstr "Cobalto"
-#: sidebarelements.ui:141
+#: chart2/uiconfig/ui/sidebarelements.ui:144
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Bottom"
msgstr "Cobaixo"
-#: sidebarelements.ui:142
+#: chart2/uiconfig/ui/sidebarelements.ui:145
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Left"
msgstr "Enta la cucha"
-#: sidebarelements.ui:143
+#: chart2/uiconfig/ui/sidebarelements.ui:146
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Manual"
msgstr "~Manual"
-#: sidebarelements.ui:166
+#: chart2/uiconfig/ui/sidebarelements.ui:169
msgctxt "sidebarelements|label_legen"
msgid "Legend"
msgstr ""
-#: sidebarelements.ui:199
+#: chart2/uiconfig/ui/sidebarelements.ui:202
msgctxt "sidebarelements|checkbutton_x_axis"
msgid "X axis"
msgstr ""
-#: sidebarelements.ui:213
+#: chart2/uiconfig/ui/sidebarelements.ui:217
msgctxt "sidebarelements|checkbutton_x_axis_title"
msgid "X axis title"
msgstr ""
-#: sidebarelements.ui:227
+#: chart2/uiconfig/ui/sidebarelements.ui:232
msgctxt "sidebarelements|checkbutton_y_axis"
msgid "Y axis"
msgstr ""
-#: sidebarelements.ui:241
+#: chart2/uiconfig/ui/sidebarelements.ui:247
msgctxt "sidebarelements|checkbutton_y_axis_title"
msgid "Y axis title"
msgstr ""
-#: sidebarelements.ui:255
+#: chart2/uiconfig/ui/sidebarelements.ui:262
msgctxt "sidebarelements|checkbutton_z_axis"
msgid "Z axis"
msgstr ""
-#: sidebarelements.ui:269
+#: chart2/uiconfig/ui/sidebarelements.ui:277
msgctxt "sidebarelements|checkbutton_z_axis_title"
msgid "Z axis title"
msgstr ""
-#: sidebarelements.ui:283
+#: chart2/uiconfig/ui/sidebarelements.ui:292
msgctxt "sidebarelements|checkbutton_2nd_x_axis"
msgid "2nd X axis"
msgstr ""
-#: sidebarelements.ui:296
+#: chart2/uiconfig/ui/sidebarelements.ui:306
msgctxt "sidebarelements|checkbutton_2nd_x_axis_title"
msgid "2nd X axis title"
msgstr ""
-#: sidebarelements.ui:309
+#: chart2/uiconfig/ui/sidebarelements.ui:320
msgctxt "sidebarelements|checkbutton_2nd_y_axis"
msgid "2nd Y axis"
msgstr ""
-#: sidebarelements.ui:322
+#: chart2/uiconfig/ui/sidebarelements.ui:334
msgctxt "sidebarelements|checkbutton_2nd_y_axis_title"
msgid "2nd Y axis title"
msgstr ""
-#: sidebarelements.ui:341
+#: chart2/uiconfig/ui/sidebarelements.ui:354
msgctxt "sidebarelements|label_axes"
msgid "Axes"
msgstr ""
-#: sidebarelements.ui:374
+#: chart2/uiconfig/ui/sidebarelements.ui:387
msgctxt "sidebarelements|checkbutton_gridline_horizontal_major"
msgid "Horizontal major"
msgstr ""
-#: sidebarelements.ui:388
+#: chart2/uiconfig/ui/sidebarelements.ui:402
msgctxt "sidebarelements|checkbutton_gridline_vertical_major"
msgid "Vertical major"
msgstr ""
-#: sidebarelements.ui:402
+#: chart2/uiconfig/ui/sidebarelements.ui:417
msgctxt "sidebarelements|checkbutton_gridline_horizontal_minor"
msgid "Horizontal minor"
msgstr ""
-#: sidebarelements.ui:416
+#: chart2/uiconfig/ui/sidebarelements.ui:432
msgctxt "sidebarelements|checkbutton_gridline_vertical_minor"
msgid "Vertical minor"
msgstr ""
-#: sidebarelements.ui:436
+#: chart2/uiconfig/ui/sidebarelements.ui:453
msgctxt "sidebarelements|label_gri"
msgid "Gridlines"
msgstr ""
-#: sidebarelements.ui:455
+#: chart2/uiconfig/ui/sidebarelements.ui:472
msgctxt "sidebarelements|text_title"
msgid "Title"
msgstr "Titol"
-#: sidebarelements.ui:465
+#: chart2/uiconfig/ui/sidebarelements.ui:482
msgctxt "sidebarelements|text_subtitle"
msgid "Subtitle"
msgstr ""
-#: sidebarerrorbar.ui:48
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:48
#, fuzzy
msgctxt "sidebarerrorbar|label2"
msgid "Category:"
msgstr "ID Categoría"
-#: sidebarerrorbar.ui:64
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:64
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Constant"
msgstr ""
-#: sidebarerrorbar.ui:65
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:65
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Percentage"
msgstr ""
-#: sidebarerrorbar.ui:66
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:66
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Cell Range or Data Table"
msgstr ""
-#: sidebarerrorbar.ui:67
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:67
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Standard deviation"
msgstr ""
-#: sidebarerrorbar.ui:68
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:68
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Standard error"
msgstr ""
-#: sidebarerrorbar.ui:69
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:69
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Variance"
msgstr ""
-#: sidebarerrorbar.ui:70
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:70
msgctxt "sidebarerrorbar|comboboxtext_type"
msgid "Error margin"
msgstr ""
-#: sidebarerrorbar.ui:85
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:85
msgctxt "sidebarerrorbar|label3"
msgid "Positive (+):"
msgstr ""
-#: sidebarerrorbar.ui:99
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:99
msgctxt "sidebarerrorbar|label4"
msgid "Negative (-):"
msgstr ""
-#: sidebarerrorbar.ui:113
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:113
msgctxt "sidebarerrorbar|spinbutton_pos"
msgid "0.00"
msgstr ""
-#: sidebarerrorbar.ui:129
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:129
msgctxt "sidebarerrorbar|spinbutton_neg"
msgid "0.00"
msgstr ""
-#: sidebarerrorbar.ui:151
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:152
msgctxt "sidebarerrorbar|radiobutton_positive_negative|tooltip_text"
msgid "Positive and Negative"
msgstr ""
-#: sidebarerrorbar.ui:167
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:169
#, fuzzy
msgctxt "sidebarerrorbar|radiobutton_positive|tooltip_text"
msgid "Positive"
msgstr "Posición"
-#: sidebarerrorbar.ui:183
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:186
msgctxt "sidebarerrorbar|radiobutton_negative|tooltip_text"
msgid "Negative"
msgstr ""
-#: sidebarerrorbar.ui:205
+#: chart2/uiconfig/ui/sidebarerrorbar.ui:208
msgctxt "sidebarerrorbar|label5"
msgid "Indicator"
msgstr ""
-#: sidebarseries.ui:44
+#: chart2/uiconfig/ui/sidebarseries.ui:44
msgctxt "sidebarseries|checkbutton_label"
msgid "Show data labels"
msgstr ""
-#: sidebarseries.ui:67
+#: chart2/uiconfig/ui/sidebarseries.ui:68
msgctxt "sidebarseries|label_box"
msgid "P_lacement:"
msgstr ""
-#: sidebarseries.ui:82
+#: chart2/uiconfig/ui/sidebarseries.ui:83
msgctxt "sidebarseries|comboboxtext_label"
msgid "Above"
msgstr ""
-#: sidebarseries.ui:83
+#: chart2/uiconfig/ui/sidebarseries.ui:84
msgctxt "sidebarseries|comboboxtext_label"
msgid "Below"
msgstr ""
-#: sidebarseries.ui:84
+#: chart2/uiconfig/ui/sidebarseries.ui:85
#, fuzzy
msgctxt "sidebarseries|comboboxtext_label"
msgid "Center"
msgstr "~Centrau"
-#: sidebarseries.ui:85
+#: chart2/uiconfig/ui/sidebarseries.ui:86
msgctxt "sidebarseries|comboboxtext_label"
msgid "Outside"
msgstr ""
-#: sidebarseries.ui:86
+#: chart2/uiconfig/ui/sidebarseries.ui:87
msgctxt "sidebarseries|comboboxtext_label"
msgid "Inside"
msgstr ""
-#: sidebarseries.ui:87
+#: chart2/uiconfig/ui/sidebarseries.ui:88
msgctxt "sidebarseries|comboboxtext_label"
msgid "Near origin"
msgstr ""
-#: sidebarseries.ui:112
+#: chart2/uiconfig/ui/sidebarseries.ui:113
msgctxt "sidebarseries|checkbutton_trendline"
msgid "Show trendline"
msgstr ""
-#: sidebarseries.ui:147
+#: chart2/uiconfig/ui/sidebarseries.ui:149
#, fuzzy
msgctxt "sidebarseries|checkbutton_y_error"
msgid "Y error bars"
msgstr "~Barras d'Error Y ..."
-#: sidebarseries.ui:162
+#: chart2/uiconfig/ui/sidebarseries.ui:165
#, fuzzy
msgctxt "sidebarseries|checkbutton_x_error"
msgid "X error bars"
msgstr "~Barras d'Error Y ..."
-#: sidebarseries.ui:183
+#: chart2/uiconfig/ui/sidebarseries.ui:187
#, fuzzy
msgctxt "sidebarseries|label1"
msgid "Error Bars"
msgstr "~Barras d'Error Y ..."
-#: sidebarseries.ui:216
+#: chart2/uiconfig/ui/sidebarseries.ui:220
msgctxt "sidebarseries|radiobutton_primary_axis"
msgid "Primary Y axis"
msgstr ""
-#: sidebarseries.ui:232
+#: chart2/uiconfig/ui/sidebarseries.ui:237
#, fuzzy
msgctxt "sidebarseries|radiobutton_secondary_axis"
msgid "Secondary Y axis"
msgstr "~Eixe secundario Y..."
-#: sidebarseries.ui:254
+#: chart2/uiconfig/ui/sidebarseries.ui:260
msgctxt "sidebarseries|axis_label"
msgid "Align Series to Axis"
msgstr ""
-#: sidebarseries.ui:270
+#: chart2/uiconfig/ui/sidebarseries.ui:276
msgctxt "sidebarseries|label_series_tmpl"
msgid "Data series '%1'"
msgstr ""
-#: smoothlinesdlg.ui:22
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:22
msgctxt "smoothlinesdlg|SmoothLinesDialog"
msgid "Smooth Lines"
msgstr ""
-#: smoothlinesdlg.ui:104
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:104
msgctxt "smoothlinesdlg|TypeLabel"
msgid "Line _Type:"
msgstr ""
-#: smoothlinesdlg.ui:119
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:119
msgctxt "smoothlinesdlg|SplineTypeComboBox"
msgid "Cubic spline"
msgstr ""
-#: smoothlinesdlg.ui:120
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:120
msgctxt "smoothlinesdlg|SplineTypeComboBox"
msgid "B-spline"
msgstr ""
-#: smoothlinesdlg.ui:153
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:153
msgctxt "smoothlinesdlg|ResolutionLabel"
msgid "_Resolution:"
msgstr ""
-#: smoothlinesdlg.ui:167
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:167
msgctxt "smoothlinesdlg|PolynomialsLabel"
msgid "_Degree of polynomials:"
msgstr ""
-#: smoothlinesdlg.ui:235
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:233
msgctxt "smoothlinesdlg|SplineTypeModel"
msgid "Cubic Spline"
msgstr ""
-#: smoothlinesdlg.ui:239
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:237
msgctxt "smoothlinesdlg|SplineTypeModel"
msgid "B-Spline"
msgstr ""
-#: steppedlinesdlg.ui:125
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:125
msgctxt "steppedlinesdlg|step_start_rb"
msgid "_Start with horizontal line"
msgstr ""
-#: steppedlinesdlg.ui:142
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:142
msgctxt "steppedlinesdlg|step_center_x_rb"
msgid "Step at the _horizontal mean"
msgstr ""
-#: steppedlinesdlg.ui:159
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:159
msgctxt "steppedlinesdlg|step_end_rb"
msgid "_End with horizontal line"
msgstr ""
-#: steppedlinesdlg.ui:176
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:176
msgctxt "steppedlinesdlg|step_center_y_rb"
msgid "Step to the _vertical mean"
msgstr ""
-#: steppedlinesdlg.ui:210
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:210
msgctxt "steppedlinesdlg|label2"
msgid "Type of Stepping"
msgstr ""
-#: titlerotationtabpage.ui:58
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:56
msgctxt "titlerotationtabpage|degreeL"
msgid "_Degrees"
msgstr ""
-#: titlerotationtabpage.ui:111
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:109
msgctxt "titlerotationtabpage|stackedCB"
msgid "Ve_rtically stacked"
msgstr ""
-#: titlerotationtabpage.ui:130
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:128
msgctxt "titlerotationtabpage|labelABCD"
msgid "ABCD"
msgstr ""
-#: titlerotationtabpage.ui:151
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:149
msgctxt "titlerotationtabpage|textdirL"
msgid "Te_xt direction:"
msgstr ""
-#: titlerotationtabpage.ui:181
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:179
msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr ""
-#: tp_3D_SceneAppearance.ui:13
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:13
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Simple"
msgstr "Sencilla"
-#: tp_3D_SceneAppearance.ui:17
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:17
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr ""
-#: tp_3D_SceneAppearance.ui:21
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:21
#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "Personalizau 1"
-#: tp_3D_SceneAppearance.ui:42
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
msgctxt "tp_3D_SceneAppearance|FT_SCHEME"
msgid "Sche_me"
msgstr ""
-#: tp_3D_SceneAppearance.ui:90
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:90
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr ""
-#: tp_3D_SceneAppearance.ui:106
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:106
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr ""
-#: tp_3D_SceneAppearance.ui:122
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:122
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr ""
-#: tp_3D_SceneGeometry.ui:24
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:24
msgctxt "tp_3D_SceneGeometry|CBX_RIGHT_ANGLED_AXES"
msgid "_Right-angled axes"
msgstr ""
-#: tp_3D_SceneGeometry.ui:42
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:42
msgctxt "tp_3D_SceneGeometry|FT_X_ROTATION"
msgid "_X rotation"
msgstr ""
-#: tp_3D_SceneGeometry.ui:56
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:56
msgctxt "tp_3D_SceneGeometry|FT_Y_ROTATION"
msgid "_Y rotation"
msgstr ""
-#: tp_3D_SceneGeometry.ui:70
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:70
msgctxt "tp_3D_SceneGeometry|FT_Z_ROTATION"
msgid "_Z rotation"
msgstr ""
-#: tp_3D_SceneGeometry.ui:82
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:82
msgctxt "tp_3D_SceneGeometry|CBX_PERSPECTIVE"
msgid "_Perspective"
msgstr ""
-#: tp_3D_SceneGeometry.ui:109
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:108
msgctxt "tp_3D_SceneGeometry|MTR_FLD_PERSPECTIVE-atkobject"
msgid "Perspective"
msgstr ""
-#: tp_3D_SceneIllumination.ui:104
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:104
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_1|tooltip_text"
msgid "Light source 1"
msgstr ""
-#: tp_3D_SceneIllumination.ui:120
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:120
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_2|tooltip_text"
msgid "Light source 2"
msgstr ""
-#: tp_3D_SceneIllumination.ui:136
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:136
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_3|tooltip_text"
msgid "Light source 3"
msgstr ""
-#: tp_3D_SceneIllumination.ui:152
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:152
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_4|tooltip_text"
msgid "Light source 4"
msgstr ""
-#: tp_3D_SceneIllumination.ui:168
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:168
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_5|tooltip_text"
msgid "Light source 5"
msgstr ""
-#: tp_3D_SceneIllumination.ui:184
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:184
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_6|tooltip_text"
msgid "Light source 6"
msgstr ""
-#: tp_3D_SceneIllumination.ui:200
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:200
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_7|tooltip_text"
msgid "Light source 7"
msgstr ""
-#: tp_3D_SceneIllumination.ui:216
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:216
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_8|tooltip_text"
msgid "Light source 8"
msgstr ""
-#: tp_3D_SceneIllumination.ui:255
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:255
msgctxt "tp_3D_SceneIllumination|BTN_LIGHTSOURCE_COLOR|tooltip_text"
msgid "Select a color using the color dialog"
msgstr ""
-#: tp_3D_SceneIllumination.ui:280
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:280
msgctxt "tp_3D_SceneIllumination|FT_LIGHTSOURCE"
msgid "_Light source"
msgstr ""
-#: tp_3D_SceneIllumination.ui:329
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:329
msgctxt "tp_3D_SceneIllumination|BTN_AMBIENT_COLOR|tooltip_text"
msgid "Select a color using the color dialog"
msgstr ""
-#: tp_3D_SceneIllumination.ui:347
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:347
msgctxt "tp_3D_SceneIllumination|FT_AMBIENTLIGHT"
msgid "_Ambient light"
msgstr ""
-#: tp_3D_SceneIllumination.ui:373
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:373
msgctxt "tp_3D_SceneIllumination|CTL_LIGHT_PREVIEW|tooltip_text"
msgid "Light Preview"
msgstr ""
-#: tp_AxisPositions.ui:39
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:39
msgctxt "tp_AxisPositions|FT_CROSSES_OTHER_AXIS_AT"
msgid "_Cross other axis at"
msgstr ""
-#: tp_AxisPositions.ui:57
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:57
#, fuzzy
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Start"
msgstr "Inicio"
-#: tp_AxisPositions.ui:58
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:58
#, fuzzy
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "End"
msgstr "Fin"
-#: tp_AxisPositions.ui:59
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:59
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Value"
msgstr "Valura"
-#: tp_AxisPositions.ui:60
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:60
#, fuzzy
msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Category"
msgstr "ID Categoría"
-#: tp_AxisPositions.ui:107
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:106
msgctxt "tp_AxisPositions|CB_AXIS_BETWEEN_CATEGORIES"
msgid "Axis _between categories"
msgstr ""
-#: tp_AxisPositions.ui:129
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:128
msgctxt "tp_AxisPositions|TXT_AXIS_LINE"
msgid "Axis Line"
msgstr ""
-#: tp_AxisPositions.ui:170
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:169
msgctxt "tp_AxisPositions|FT_PLACE_LABELS"
msgid "_Place labels"
msgstr ""
-#: tp_AxisPositions.ui:187
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:186
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Near axis"
msgstr ""
-#: tp_AxisPositions.ui:188
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:187
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Near axis (other side)"
msgstr ""
-#: tp_AxisPositions.ui:189
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:188
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Outside start"
msgstr ""
-#: tp_AxisPositions.ui:190
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:189
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Outside end"
msgstr ""
-#: tp_AxisPositions.ui:215
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:214
msgctxt "tp_AxisPositions|FT_AXIS_LABEL_DISTANCE"
msgid "_Distance"
msgstr ""
-#: tp_AxisPositions.ui:252
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:250
msgctxt "tp_AxisPositions|TXT_FL_LABELS"
msgid "Labels"
msgstr "~Etiquetas"
-#: tp_AxisPositions.ui:294
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:292
msgctxt "tp_AxisPositions|FT_MAJOR"
msgid "Major:"
msgstr ""
-#: tp_AxisPositions.ui:312
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:310
msgctxt "tp_AxisPositions|FT_MINOR"
msgid "Minor:"
msgstr ""
-#: tp_AxisPositions.ui:327
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:325
msgctxt "tp_AxisPositions|CB_TICKS_INNER"
msgid "_Inner"
msgstr ""
-#: tp_AxisPositions.ui:347
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:345
msgctxt "tp_AxisPositions|CB_TICKS_OUTER"
msgid "_Outer"
msgstr ""
-#: tp_AxisPositions.ui:367
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:365
msgctxt "tp_AxisPositions|CB_MINOR_INNER"
msgid "I_nner"
msgstr ""
-#: tp_AxisPositions.ui:387
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:385
msgctxt "tp_AxisPositions|CB_MINOR_OUTER"
msgid "O_uter"
msgstr ""
-#: tp_AxisPositions.ui:422
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:420
msgctxt "tp_AxisPositions|FT_PLACE_TICKS"
msgid "Place _marks"
msgstr ""
-#: tp_AxisPositions.ui:439
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:437
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At labels"
msgstr ""
-#: tp_AxisPositions.ui:440
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:438
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At axis"
msgstr ""
-#: tp_AxisPositions.ui:441
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:439
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At axis and labels"
msgstr ""
-#: tp_AxisPositions.ui:466
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:464
msgctxt "tp_AxisPositions|TXT_FL_TICKS"
msgid "Interval Marks"
msgstr ""
-#: tp_AxisPositions.ui:498
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:496
msgctxt "tp_AxisPositions|CB_MAJOR_GRID"
msgid "Show major _grid"
msgstr ""
-#: tp_AxisPositions.ui:516
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:514
msgctxt "tp_AxisPositions|CB_MINOR_GRID"
msgid "_Show minor grid"
msgstr ""
-#: tp_AxisPositions.ui:533
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:531
msgctxt "tp_AxisPositions|PB_MAJOR_GRID"
msgid "Mo_re..."
msgstr ""
-#: tp_AxisPositions.ui:548
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:546
msgctxt "tp_AxisPositions|PB_MINOR_GRID"
msgid "Mor_e..."
msgstr ""
-#: tp_AxisPositions.ui:571
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:569
#, fuzzy
msgctxt "tp_AxisPositions|label2"
msgid "Grids"
msgstr "~Rella"
-#: tp_ChartType.ui:20
+#: chart2/uiconfig/ui/tp_ChartType.ui:20
msgctxt "tp_ChartType|liststore1"
msgid "Bar"
msgstr ""
-#: tp_ChartType.ui:23
+#: chart2/uiconfig/ui/tp_ChartType.ui:23
msgctxt "tp_ChartType|liststore1"
msgid "Cylinder"
msgstr ""
-#: tp_ChartType.ui:26
+#: chart2/uiconfig/ui/tp_ChartType.ui:26
#, fuzzy
msgctxt "tp_ChartType|liststore1"
msgid "Cone"
msgstr "~Garra"
-#: tp_ChartType.ui:29
+#: chart2/uiconfig/ui/tp_ChartType.ui:29
msgctxt "tp_ChartType|liststore1"
msgid "Pyramid"
msgstr ""
-#: tp_ChartType.ui:53
+#: chart2/uiconfig/ui/tp_ChartType.ui:53
msgctxt "tp_ChartType|FT_CAPTION_FOR_WIZARD"
msgid "Choose a Chart Type"
msgstr ""
-#: tp_ChartType.ui:102
+#: chart2/uiconfig/ui/tp_ChartType.ui:102
msgctxt "tp_ChartType|3dlook"
msgid "_3D Look"
msgstr ""
-#: tp_ChartType.ui:125
+#: chart2/uiconfig/ui/tp_ChartType.ui:125
#, fuzzy
msgctxt "tp_ChartType|3dscheme"
msgid "Simple"
msgstr "Sencilla"
-#: tp_ChartType.ui:126
+#: chart2/uiconfig/ui/tp_ChartType.ui:126
msgctxt "tp_ChartType|3dscheme"
msgid "Realistic"
msgstr ""
-#: tp_ChartType.ui:152
+#: chart2/uiconfig/ui/tp_ChartType.ui:152
msgctxt "tp_ChartType|shapeft"
msgid "Sh_ape"
msgstr ""
-#: tp_ChartType.ui:195
+#: chart2/uiconfig/ui/tp_ChartType.ui:195
msgctxt "tp_ChartType|stack"
msgid "_Stack series"
msgstr ""
-#: tp_ChartType.ui:222
+#: chart2/uiconfig/ui/tp_ChartType.ui:222
msgctxt "tp_ChartType|ontop"
msgid "On top"
msgstr ""
-#: tp_ChartType.ui:241
+#: chart2/uiconfig/ui/tp_ChartType.ui:241
msgctxt "tp_ChartType|percent"
msgid "Percent"
msgstr ""
-#: tp_ChartType.ui:259
+#: chart2/uiconfig/ui/tp_ChartType.ui:259
msgctxt "tp_ChartType|deep"
msgid "Deep"
msgstr ""
-#: tp_ChartType.ui:295
+#: chart2/uiconfig/ui/tp_ChartType.ui:295
msgctxt "tp_ChartType|linetypeft"
msgid "_Line type"
msgstr ""
-#: tp_ChartType.ui:312
+#: chart2/uiconfig/ui/tp_ChartType.ui:312
msgctxt "tp_ChartType|linetype"
msgid "Straight"
msgstr ""
-#: tp_ChartType.ui:313
+#: chart2/uiconfig/ui/tp_ChartType.ui:313
msgctxt "tp_ChartType|linetype"
msgid "Smooth"
msgstr ""
-#: tp_ChartType.ui:314
+#: chart2/uiconfig/ui/tp_ChartType.ui:314
msgctxt "tp_ChartType|linetype"
msgid "Stepped"
msgstr ""
-#: tp_ChartType.ui:326
+#: chart2/uiconfig/ui/tp_ChartType.ui:326
msgctxt "tp_ChartType|properties"
msgid "Properties..."
msgstr "Propiedatz..."
-#: tp_ChartType.ui:349
+#: chart2/uiconfig/ui/tp_ChartType.ui:349
msgctxt "tp_ChartType|sort"
msgid "_Sort by X values"
msgstr ""
-#: tp_ChartType.ui:374
+#: chart2/uiconfig/ui/tp_ChartType.ui:374
#, fuzzy
msgctxt "tp_ChartType|nolinesft"
msgid "_Number of lines"
msgstr "Numero de pachinas:"
-#: tp_ChartType.ui:421
+#: chart2/uiconfig/ui/tp_ChartType.ui:421
msgctxt "tp_ChartType|rounded-edge"
msgid "Rounded edge"
msgstr ""
-#: tp_DataLabel.ui:20
+#: chart2/uiconfig/ui/tp_DataLabel.ui:20
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Best fit"
msgstr ""
-#: tp_DataLabel.ui:24
+#: chart2/uiconfig/ui/tp_DataLabel.ui:24
#, fuzzy
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Center"
msgstr "~Centrau"
-#: tp_DataLabel.ui:28
+#: chart2/uiconfig/ui/tp_DataLabel.ui:28
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Above"
msgstr ""
-#: tp_DataLabel.ui:32
+#: chart2/uiconfig/ui/tp_DataLabel.ui:32
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Top left"
msgstr ""
-#: tp_DataLabel.ui:36
+#: chart2/uiconfig/ui/tp_DataLabel.ui:36
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Left"
msgstr "Enta la cucha"
-#: tp_DataLabel.ui:40
+#: chart2/uiconfig/ui/tp_DataLabel.ui:40
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Bottom left"
msgstr ""
-#: tp_DataLabel.ui:44
+#: chart2/uiconfig/ui/tp_DataLabel.ui:44
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Below"
msgstr ""
-#: tp_DataLabel.ui:48
+#: chart2/uiconfig/ui/tp_DataLabel.ui:48
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Bottom right"
msgstr ""
-#: tp_DataLabel.ui:52
+#: chart2/uiconfig/ui/tp_DataLabel.ui:52
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Right"
msgstr "Enta la dreita"
-#: tp_DataLabel.ui:56
+#: chart2/uiconfig/ui/tp_DataLabel.ui:56
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Top right"
msgstr ""
-#: tp_DataLabel.ui:60
+#: chart2/uiconfig/ui/tp_DataLabel.ui:60
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Inside"
msgstr ""
-#: tp_DataLabel.ui:64
+#: chart2/uiconfig/ui/tp_DataLabel.ui:64
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Outside"
msgstr ""
-#: tp_DataLabel.ui:68
+#: chart2/uiconfig/ui/tp_DataLabel.ui:68
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Near origin"
msgstr ""
-#: tp_DataLabel.ui:82
+#: chart2/uiconfig/ui/tp_DataLabel.ui:82
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Space"
msgstr ""
-#: tp_DataLabel.ui:86
+#: chart2/uiconfig/ui/tp_DataLabel.ui:86
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Comma"
msgstr ""
-#: tp_DataLabel.ui:90
+#: chart2/uiconfig/ui/tp_DataLabel.ui:90
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Semicolon"
msgstr ""
-#: tp_DataLabel.ui:94
+#: chart2/uiconfig/ui/tp_DataLabel.ui:94
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "New line"
msgstr ""
-#: tp_DataLabel.ui:126
+#: chart2/uiconfig/ui/tp_DataLabel.ui:126
msgctxt "tp_DataLabel|CB_VALUE_AS_NUMBER"
msgid "Show value as _number"
msgstr ""
-#: tp_DataLabel.ui:143
+#: chart2/uiconfig/ui/tp_DataLabel.ui:143
msgctxt "tp_DataLabel|CB_VALUE_AS_PERCENTAGE"
msgid "Show value as _percentage"
msgstr ""
-#: tp_DataLabel.ui:160
+#: chart2/uiconfig/ui/tp_DataLabel.ui:160
msgctxt "tp_DataLabel|CB_CATEGORY"
msgid "Show _category"
msgstr ""
-#: tp_DataLabel.ui:177
+#: chart2/uiconfig/ui/tp_DataLabel.ui:177
msgctxt "tp_DataLabel|CB_SYMBOL"
msgid "Show _legend key"
msgstr ""
-#: tp_DataLabel.ui:194
+#: chart2/uiconfig/ui/tp_DataLabel.ui:194
msgctxt "tp_DataLabel|CB_WRAP_TEXT"
msgid "Auto text _wrap"
msgstr ""
-#: tp_DataLabel.ui:211
+#: chart2/uiconfig/ui/tp_DataLabel.ui:211
msgctxt "tp_DataLabel|PB_NUMBERFORMAT"
msgid "Number _format..."
msgstr ""
-#: tp_DataLabel.ui:227
+#: chart2/uiconfig/ui/tp_DataLabel.ui:227
msgctxt "tp_DataLabel|PB_PERCENT_NUMBERFORMAT"
msgid "Percentage f_ormat..."
msgstr ""
-#: tp_DataLabel.ui:245
+#: chart2/uiconfig/ui/tp_DataLabel.ui:245
msgctxt "tp_DataLabel|CT_LABEL_DIAL"
msgid "ABCD"
msgstr ""
-#: tp_DataLabel.ui:267
+#: chart2/uiconfig/ui/tp_DataLabel.ui:267
msgctxt "tp_DataLabel|FT_TEXT_SEPARATOR"
msgid "_Separator"
msgstr ""
-#: tp_DataLabel.ui:308
+#: chart2/uiconfig/ui/tp_DataLabel.ui:308
msgctxt "tp_DataLabel|FT_LABEL_PLACEMENT"
msgid "Place_ment"
msgstr ""
-#: tp_DataLabel.ui:342
+#: chart2/uiconfig/ui/tp_DataLabel.ui:342
msgctxt "tp_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE"
msgid "Number Format for Percentage Value"
msgstr ""
-#: tp_DataLabel.ui:360
+#: chart2/uiconfig/ui/tp_DataLabel.ui:360
msgctxt "tp_DataLabel|label1"
msgid "Text Attributes"
msgstr ""
-#: tp_DataLabel.ui:426
+#: chart2/uiconfig/ui/tp_DataLabel.ui:425
msgctxt "tp_DataLabel|FT_LABEL_DEGREES"
msgid "_Degrees"
msgstr ""
-#: tp_DataLabel.ui:451
+#: chart2/uiconfig/ui/tp_DataLabel.ui:450
msgctxt "tp_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
msgstr ""
-#: tp_DataLabel.ui:488
+#: chart2/uiconfig/ui/tp_DataLabel.ui:487
msgctxt "tp_DataLabel|label2"
msgid "Rotate Text"
msgstr ""
-#: tp_DataSource.ui:9
+#: chart2/uiconfig/ui/tp_DataSource.ui:9
msgctxt "tp_DataSource|imageIMB_RANGE_CAT|tooltip_text"
msgid "Select data range"
msgstr ""
-#: tp_DataSource.ui:15
+#: chart2/uiconfig/ui/tp_DataSource.ui:15
msgctxt "tp_DataSource|imageIMB_RANGE_MAIN|tooltip_text"
msgid "Select data range"
msgstr ""
-#: tp_DataSource.ui:28
+#: chart2/uiconfig/ui/tp_DataSource.ui:28
msgctxt "tp_DataSource|FT_CAPTION_FOR_WIZARD"
msgid "Customize Data Ranges for Individual Data Series"
msgstr ""
-#: tp_DataSource.ui:58
+#: chart2/uiconfig/ui/tp_DataSource.ui:58
msgctxt "tp_DataSource|FT_SERIES"
msgid "Data _series:"
msgstr ""
-#: tp_DataSource.ui:95
+#: chart2/uiconfig/ui/tp_DataSource.ui:95
#, fuzzy
msgctxt "tp_DataSource|BTN_ADD"
msgid "_Add"
msgstr "Adhibir"
-#: tp_DataSource.ui:116
+#: chart2/uiconfig/ui/tp_DataSource.ui:116
#, fuzzy
msgctxt "tp_DataSource|BTN_UP-atkobject"
msgid "Up"
msgstr "Enta alto"
-#: tp_DataSource.ui:127
+#: chart2/uiconfig/ui/tp_DataSource.ui:127
#, fuzzy
msgctxt "tp_DataSource|BTN_REMOVE"
msgid "_Remove"
msgstr "Borrar"
-#: tp_DataSource.ui:148
+#: chart2/uiconfig/ui/tp_DataSource.ui:148
#, fuzzy
msgctxt "tp_DataSource|BTN_DOWN-atkobject"
msgid "Down"
msgstr "Enta abaixo"
-#: tp_DataSource.ui:183
+#: chart2/uiconfig/ui/tp_DataSource.ui:183
msgctxt "tp_DataSource|FT_ROLE"
msgid "_Data ranges:"
msgstr ""
-#: tp_DataSource.ui:214
+#: chart2/uiconfig/ui/tp_DataSource.ui:214
msgctxt "tp_DataSource|FT_RANGE"
msgid "Ran_ge for %VALUETYPE"
msgstr ""
-#: tp_DataSource.ui:272
+#: chart2/uiconfig/ui/tp_DataSource.ui:271
#, fuzzy
msgctxt "tp_DataSource|FT_CATEGORIES"
msgid "_Categories"
msgstr "Categorías"
-#: tp_DataSource.ui:287
+#: chart2/uiconfig/ui/tp_DataSource.ui:286
msgctxt "tp_DataSource|FT_DATALABELS"
msgid "Data _labels"
msgstr ""
-#: tp_ErrorBars.ui:28
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:28
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Standard Error"
msgstr ""
-#: tp_ErrorBars.ui:32
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:32
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Standard Deviation"
msgstr ""
-#: tp_ErrorBars.ui:36
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:36
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Variance"
msgstr ""
-#: tp_ErrorBars.ui:40
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:40
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Error Margin"
msgstr ""
-#: tp_ErrorBars.ui:77
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:77
#, fuzzy
msgctxt "tp_ErrorBars|RB_NONE"
msgid "_None"
msgstr "~Garra"
-#: tp_ErrorBars.ui:95
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:95
msgctxt "tp_ErrorBars|RB_CONST"
msgid "_Constant Value"
msgstr ""
-#: tp_ErrorBars.ui:113
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:113
msgctxt "tp_ErrorBars|RB_PERCENT"
msgid "_Percentage"
msgstr ""
-#: tp_ErrorBars.ui:171
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:172
msgctxt "tp_ErrorBars|RB_RANGE"
msgid "Cell _Range"
msgstr ""
-#: tp_ErrorBars.ui:195
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:196
msgctxt "tp_ErrorBars|label1"
msgid "Error Category"
msgstr ""
-#: tp_ErrorBars.ui:228
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:229
msgctxt "tp_ErrorBars|RB_BOTH"
msgid "Positive _and Negative"
msgstr ""
-#: tp_ErrorBars.ui:247
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:248
#, fuzzy
msgctxt "tp_ErrorBars|RB_POSITIVE"
msgid "Pos_itive"
msgstr "Posición"
-#: tp_ErrorBars.ui:266
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:267
msgctxt "tp_ErrorBars|RB_NEGATIVE"
msgid "Ne_gative"
msgstr ""
-#: tp_ErrorBars.ui:331
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:332
msgctxt "tp_ErrorBars|label2"
msgid "Error Indicator"
msgstr ""
-#: tp_ErrorBars.ui:378
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:379
msgctxt "tp_ErrorBars|FT_POSITIVE"
msgid "P_ositive (+)"
msgstr ""
-#: tp_ErrorBars.ui:419
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:418
msgctxt "tp_ErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
msgstr ""
-#: tp_ErrorBars.ui:444
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:443
msgctxt "tp_ErrorBars|FT_NEGATIVE"
msgid "_Negative (-)"
msgstr ""
-#: tp_ErrorBars.ui:485
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:482
msgctxt "tp_ErrorBars|IB_RANGE_NEGATIVE|tooltip_text"
msgid "Select data range"
msgstr ""
-#: tp_ErrorBars.ui:503
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:500
msgctxt "tp_ErrorBars|CB_SYN_POS_NEG"
msgid "Same value for both"
msgstr ""
-#: tp_ErrorBars.ui:525
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:523
msgctxt "tp_ErrorBars|label3"
msgid "Parameters"
msgstr ""
-#: tp_ErrorBars.ui:541
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:539
msgctxt "tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS"
msgid "Select Range for Positive Error Bars"
msgstr ""
-#: tp_ErrorBars.ui:552
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:550
msgctxt "tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS"
msgid "Select Range for Negative Error Bars"
msgstr ""
-#: tp_ErrorBars.ui:563
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:561
msgctxt "tp_ErrorBars|STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr ""
-#: tp_LegendPosition.ui:30
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:30
#, fuzzy
msgctxt "tp_LegendPosition|left"
msgid "_Left"
msgstr "Enta la cucha"
-#: tp_LegendPosition.ui:48
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:48
#, fuzzy
msgctxt "tp_LegendPosition|right"
msgid "_Right"
msgstr "Enta la dreita"
-#: tp_LegendPosition.ui:66
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:66
#, fuzzy
msgctxt "tp_LegendPosition|top"
msgid "_Top"
msgstr "Cobalto"
-#: tp_LegendPosition.ui:84
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:84
#, fuzzy
msgctxt "tp_LegendPosition|bottom"
msgid "_Bottom"
msgstr "Cobaixo"
-#: tp_LegendPosition.ui:109
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:109
msgctxt "tp_LegendPosition|TXT_POSITION"
msgid "Position"
msgstr "Posición"
-#: tp_LegendPosition.ui:144
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:144
msgctxt "tp_LegendPosition|FT_LEGEND_TEXTDIR"
msgid "Te_xt direction"
msgstr ""
-#: tp_LegendPosition.ui:173
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:173
msgctxt "tp_LegendPosition|TXT_ORIENTATION"
msgid "Text Orientation"
msgstr ""
-#: tp_PolarOptions.ui:31
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:31
msgctxt "tp_PolarOptions|CB_CLOCKWISE"
msgid "_Clockwise direction"
msgstr ""
-#: tp_PolarOptions.ui:47
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:47
msgctxt "tp_PolarOptions|label1"
msgid "Orientation"
msgstr ""
-#: tp_PolarOptions.ui:108
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:107
msgctxt "tp_PolarOptions|FT_ROTATION_DEGREES"
msgid "_Degrees"
msgstr ""
-#: tp_PolarOptions.ui:127
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:126
msgctxt "tp_PolarOptions|label2"
msgid "Starting Angle"
msgstr ""
-#: tp_PolarOptions.ui:154
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:153
msgctxt "tp_PolarOptions|CB_INCLUDE_HIDDEN_CELLS_POLAR"
msgid "Include _values from hidden cells"
msgstr ""
-#: tp_PolarOptions.ui:170
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:169
msgctxt "tp_PolarOptions|label3"
msgid "Plot Options"
msgstr ""
-#: tp_RangeChooser.ui:8
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:8
msgctxt "tp_RangeChooser|imageIB_RANGE|tooltip_text"
msgid "Select data range"
msgstr ""
-#: tp_RangeChooser.ui:28
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:28
msgctxt "tp_RangeChooser|FT_CAPTION_FOR_WIZARD"
msgid "Choose a Data Range"
msgstr ""
-#: tp_RangeChooser.ui:50
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:50
msgctxt "tp_RangeChooser|FT_RANGE"
msgid "_Data range:"
msgstr ""
-#: tp_RangeChooser.ui:79
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:78
msgctxt "tp_RangeChooser|IB_RANGE|tooltip_text"
msgid "Select data range"
msgstr ""
-#: tp_RangeChooser.ui:97
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:96
msgctxt "tp_RangeChooser|RB_DATAROWS"
msgid "Data series in _rows"
msgstr ""
-#: tp_RangeChooser.ui:116
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:115
msgctxt "tp_RangeChooser|RB_DATACOLS"
msgid "Data series in _columns"
msgstr ""
-#: tp_RangeChooser.ui:135
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:134
msgctxt "tp_RangeChooser|CB_FIRST_ROW_ASLABELS"
msgid "_First row as label"
msgstr ""
-#: tp_RangeChooser.ui:152
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:151
msgctxt "tp_RangeChooser|CB_FIRST_COLUMN_ASLABELS"
msgid "F_irst column as label"
msgstr ""
-#: tp_RangeChooser.ui:180
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:179
msgctxt "tp_RangeChooser|CB_TIME_BASED"
msgid "Time based charting"
msgstr ""
-#: tp_RangeChooser.ui:235
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:233
msgctxt "tp_RangeChooser|label1"
msgid "Start Table Index"
msgstr ""
-#: tp_RangeChooser.ui:251
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:249
msgctxt "tp_RangeChooser|label2"
msgid "End Table Index"
msgstr ""
-#: tp_RangeChooser.ui:272
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:270
msgctxt "tp_RangeChooser|STR_PAGE_DATA_RANGE"
msgid "Data Range"
msgstr ""
-#: tp_Scale.ui:20
+#: chart2/uiconfig/ui/tp_Scale.ui:20
msgctxt "tp_Scale|liststoreDATE"
msgid "Days"
msgstr "Días"
-#: tp_Scale.ui:24
+#: chart2/uiconfig/ui/tp_Scale.ui:24
msgctxt "tp_Scale|liststoreDATE"
msgid "Months"
msgstr ""
-#: tp_Scale.ui:28
+#: chart2/uiconfig/ui/tp_Scale.ui:28
msgctxt "tp_Scale|liststoreDATE"
msgid "Years"
msgstr ""
-#: tp_Scale.ui:59
+#: chart2/uiconfig/ui/tp_Scale.ui:59
msgctxt "tp_Scale|CBX_REVERSE"
msgid "_Reverse direction"
msgstr ""
-#: tp_Scale.ui:75
+#: chart2/uiconfig/ui/tp_Scale.ui:75
msgctxt "tp_Scale|CBX_LOGARITHM"
msgid "_Logarithmic scale"
msgstr ""
-#: tp_Scale.ui:99
+#: chart2/uiconfig/ui/tp_Scale.ui:99
#, fuzzy
msgctxt "tp_Scale|TXT_AXIS_TYPE"
msgid "T_ype"
msgstr "Tipo"
-#: tp_Scale.ui:116
+#: chart2/uiconfig/ui/tp_Scale.ui:116
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Automatic"
msgstr "Automatica"
-#: tp_Scale.ui:117
+#: chart2/uiconfig/ui/tp_Scale.ui:117
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Text"
msgstr "Texto"
-#: tp_Scale.ui:118
+#: chart2/uiconfig/ui/tp_Scale.ui:118
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Date"
msgstr "Calendata"
-#: tp_Scale.ui:152
+#: chart2/uiconfig/ui/tp_Scale.ui:152
#, fuzzy
msgctxt "tp_Scale|TXT_MIN"
msgid "_Minimum"
msgstr "Minimo"
-#: tp_Scale.ui:168
+#: chart2/uiconfig/ui/tp_Scale.ui:168
#, fuzzy
msgctxt "tp_Scale|TXT_MAX"
msgid "Ma_ximum"
msgstr "Maximo"
-#: tp_Scale.ui:181
+#: chart2/uiconfig/ui/tp_Scale.ui:181
#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_MIN"
msgid "_Automatic"
msgstr "Automatica"
-#: tp_Scale.ui:198
+#: chart2/uiconfig/ui/tp_Scale.ui:198
#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_MAX"
msgid "A_utomatic"
msgstr "Automatica"
-#: tp_Scale.ui:256
+#: chart2/uiconfig/ui/tp_Scale.ui:254
msgctxt "tp_Scale|TXT_TIME_RESOLUTION"
msgid "R_esolution"
msgstr ""
-#: tp_Scale.ui:280
+#: chart2/uiconfig/ui/tp_Scale.ui:278
#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_TIME_RESOLUTION"
msgid "Automat_ic"
msgstr "Automatica"
-#: tp_Scale.ui:311
+#: chart2/uiconfig/ui/tp_Scale.ui:309
msgctxt "tp_Scale|TXT_STEP_MAIN"
msgid "Ma_jor interval"
msgstr ""
-#: tp_Scale.ui:383
+#: chart2/uiconfig/ui/tp_Scale.ui:379
#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_STEP_MAIN"
msgid "Au_tomatic"
msgstr "Automatica"
-#: tp_Scale.ui:419
+#: chart2/uiconfig/ui/tp_Scale.ui:415
msgctxt "tp_Scale|TXT_STEP_HELP"
msgid "Minor inter_val"
msgstr ""
-#: tp_Scale.ui:433
+#: chart2/uiconfig/ui/tp_Scale.ui:429
msgctxt "tp_Scale|TXT_STEP_HELP_COUNT"
msgid "Minor inter_val count"
msgstr ""
-#: tp_Scale.ui:477
+#: chart2/uiconfig/ui/tp_Scale.ui:471
#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_STEP_HELP"
msgid "Aut_omatic"
msgstr "Automatica"
-#: tp_Scale.ui:508
+#: chart2/uiconfig/ui/tp_Scale.ui:502
msgctxt "tp_Scale|TXT_ORIGIN"
msgid "Re_ference value"
msgstr ""
-#: tp_Scale.ui:531
+#: chart2/uiconfig/ui/tp_Scale.ui:524
#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_ORIGIN"
msgid "Automat_ic"
msgstr "Automatica"
-#: tp_Scale.ui:561
+#: chart2/uiconfig/ui/tp_Scale.ui:554
msgctxt "tp_Scale|FL_SCALE"
msgid "Scale"
msgstr "Escalar"
-#: tp_SeriesToAxis.ui:41
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:41
msgctxt "tp_SeriesToAxis|RBT_OPT_AXIS_1"
msgid "Primary Y axis"
msgstr ""
-#: tp_SeriesToAxis.ui:58
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:59
#, fuzzy
msgctxt "tp_SeriesToAxis|RBT_OPT_AXIS_2"
msgid "Secondary Y axis"
msgstr "~Eixe secundario Y..."
-#: tp_SeriesToAxis.ui:82
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:84
msgctxt "tp_SeriesToAxis|label1"
msgid "Align Data Series to"
msgstr ""
-#: tp_SeriesToAxis.ui:123
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:125
msgctxt "tp_SeriesToAxis|FT_GAP"
msgid "_Spacing"
msgstr ""
-#: tp_SeriesToAxis.ui:138
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:140
msgctxt "tp_SeriesToAxis|FT_OVERLAP"
msgid "_Overlap"
msgstr ""
-#: tp_SeriesToAxis.ui:186
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:186
msgctxt "tp_SeriesToAxis|CB_BARS_SIDE_BY_SIDE"
msgid "Show _bars side by side"
msgstr ""
-#: tp_SeriesToAxis.ui:202
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:202
msgctxt "tp_SeriesToAxis|CB_CONNECTOR"
msgid "Connection lines"
msgstr ""
-#: tp_SeriesToAxis.ui:224
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:224
#, fuzzy
msgctxt "tp_SeriesToAxis|label2"
msgid "Settings"
msgstr "Configuración"
-#: tp_SeriesToAxis.ui:266
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:266
msgctxt "tp_SeriesToAxis|FT_MISSING_VALUES"
msgid "Plot missing values"
msgstr ""
-#: tp_SeriesToAxis.ui:277
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:277
msgctxt "tp_SeriesToAxis|RB_DONT_PAINT"
msgid "_Leave gap"
msgstr ""
-#: tp_SeriesToAxis.ui:296
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:296
msgctxt "tp_SeriesToAxis|RB_ASSUME_ZERO"
msgid "_Assume zero"
msgstr ""
-#: tp_SeriesToAxis.ui:315
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:315
msgctxt "tp_SeriesToAxis|RB_CONTINUE_LINE"
msgid "_Continue line"
msgstr ""
-#: tp_SeriesToAxis.ui:347
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:347
msgctxt "tp_SeriesToAxis|CB_INCLUDE_HIDDEN_CELLS"
msgid "Include _values from hidden cells"
msgstr ""
-#: tp_SeriesToAxis.ui:370
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:370
msgctxt "tp_SeriesToAxis|label3"
msgid "Plot Options"
msgstr ""
-#: tp_Trendline.ui:52
+#: chart2/uiconfig/ui/tp_Trendline.ui:52
msgctxt "tp_Trendline|linear"
msgid "_Linear"
msgstr ""
-#: tp_Trendline.ui:71
+#: chart2/uiconfig/ui/tp_Trendline.ui:71
msgctxt "tp_Trendline|logarithmic"
msgid "L_ogarithmic"
msgstr ""
-#: tp_Trendline.ui:90
+#: chart2/uiconfig/ui/tp_Trendline.ui:90
msgctxt "tp_Trendline|exponential"
msgid "_Exponential"
msgstr ""
-#: tp_Trendline.ui:109
+#: chart2/uiconfig/ui/tp_Trendline.ui:109
msgctxt "tp_Trendline|power"
msgid "Po_wer"
msgstr ""
-#: tp_Trendline.ui:128
+#: chart2/uiconfig/ui/tp_Trendline.ui:128
msgctxt "tp_Trendline|polynomial"
msgid "_Polynomial"
msgstr ""
-#: tp_Trendline.ui:147
+#: chart2/uiconfig/ui/tp_Trendline.ui:147
msgctxt "tp_Trendline|movingAverage"
msgid "_Moving Average"
msgstr ""
-#: tp_Trendline.ui:173
+#: chart2/uiconfig/ui/tp_Trendline.ui:173
msgctxt "tp_Trendline|label3"
msgid "Degree"
msgstr ""
-#: tp_Trendline.ui:213
+#: chart2/uiconfig/ui/tp_Trendline.ui:212
msgctxt "tp_Trendline|label4"
msgid "Period"
msgstr ""
-#: tp_Trendline.ui:336
+#: chart2/uiconfig/ui/tp_Trendline.ui:334
msgctxt "tp_Trendline|label1"
msgid "Regression Type"
msgstr ""
-#: tp_Trendline.ui:373
+#: chart2/uiconfig/ui/tp_Trendline.ui:371
msgctxt "tp_Trendline|label7"
msgid "Extrapolate Forward"
msgstr ""
-#: tp_Trendline.ui:389
+#: chart2/uiconfig/ui/tp_Trendline.ui:387
msgctxt "tp_Trendline|label8"
msgid "Extrapolate Backward"
msgstr ""
-#: tp_Trendline.ui:430
+#: chart2/uiconfig/ui/tp_Trendline.ui:426
msgctxt "tp_Trendline|setIntercept"
msgid "Force _Intercept"
msgstr ""
-#: tp_Trendline.ui:447
+#: chart2/uiconfig/ui/tp_Trendline.ui:443
msgctxt "tp_Trendline|showEquation"
msgid "Show E_quation"
msgstr ""
-#: tp_Trendline.ui:464
+#: chart2/uiconfig/ui/tp_Trendline.ui:460
msgctxt "tp_Trendline|showCorrelationCoefficient"
msgid "Show _Coefficient of Determination (R²)"
msgstr ""
-#: tp_Trendline.ui:484
+#: chart2/uiconfig/ui/tp_Trendline.ui:480
msgctxt "tp_Trendline|label5"
msgid "Trendline _Name"
msgstr ""
-#: tp_Trendline.ui:529
+#: chart2/uiconfig/ui/tp_Trendline.ui:523
msgctxt "tp_Trendline|label6"
msgid "_X Variable Name"
msgstr ""
-#: tp_Trendline.ui:558
+#: chart2/uiconfig/ui/tp_Trendline.ui:551
msgctxt "tp_Trendline|label9"
msgid "_Y Variable Name"
msgstr ""
-#: tp_Trendline.ui:590
+#: chart2/uiconfig/ui/tp_Trendline.ui:582
msgctxt "tp_Trendline|label2"
msgid "Options"
msgstr "Opcions"
-#: tp_axisLabel.ui:20
+#: chart2/uiconfig/ui/tp_axisLabel.ui:20
msgctxt "tp_axisLabel|showlabelsCB"
msgid "Sho_w labels"
msgstr ""
-#: tp_axisLabel.ui:63
+#: chart2/uiconfig/ui/tp_axisLabel.ui:63
#, fuzzy
msgctxt "tp_axisLabel|tile"
msgid "_Tile"
msgstr "Titol"
-#: tp_axisLabel.ui:81
+#: chart2/uiconfig/ui/tp_axisLabel.ui:81
msgctxt "tp_axisLabel|odd"
msgid "St_agger odd"
msgstr ""
-#: tp_axisLabel.ui:98
+#: chart2/uiconfig/ui/tp_axisLabel.ui:98
msgctxt "tp_axisLabel|even"
msgid "Stagger _even"
msgstr ""
-#: tp_axisLabel.ui:115
+#: chart2/uiconfig/ui/tp_axisLabel.ui:115
#, fuzzy
msgctxt "tp_axisLabel|auto"
msgid "A_utomatic"
msgstr "Automatica"
-#: tp_axisLabel.ui:138
+#: chart2/uiconfig/ui/tp_axisLabel.ui:138
msgctxt "tp_axisLabel|orderL"
msgid "Order"
msgstr ""
-#: tp_axisLabel.ui:173
+#: chart2/uiconfig/ui/tp_axisLabel.ui:173
msgctxt "tp_axisLabel|overlapCB"
msgid "O_verlap"
msgstr ""
-#: tp_axisLabel.ui:189
+#: chart2/uiconfig/ui/tp_axisLabel.ui:189
msgctxt "tp_axisLabel|breakCB"
msgid "_Break"
msgstr ""
-#: tp_axisLabel.ui:211
+#: chart2/uiconfig/ui/tp_axisLabel.ui:211
msgctxt "tp_axisLabel|textflowL"
msgid "Text Flow"
msgstr ""
-#: tp_axisLabel.ui:280
+#: chart2/uiconfig/ui/tp_axisLabel.ui:279
msgctxt "tp_axisLabel|degreeL"
msgid "_Degrees"
msgstr ""
-#: tp_axisLabel.ui:333
+#: chart2/uiconfig/ui/tp_axisLabel.ui:332
msgctxt "tp_axisLabel|stackedCB"
msgid "Ve_rtically stacked"
msgstr ""
-#: tp_axisLabel.ui:352
+#: chart2/uiconfig/ui/tp_axisLabel.ui:351
msgctxt "tp_axisLabel|labelABCD"
msgid "ABCD"
msgstr ""
-#: tp_axisLabel.ui:373
+#: chart2/uiconfig/ui/tp_axisLabel.ui:372
msgctxt "tp_axisLabel|textdirL"
msgid "Te_xt direction:"
msgstr ""
-#: tp_axisLabel.ui:403
+#: chart2/uiconfig/ui/tp_axisLabel.ui:402
msgctxt "tp_axisLabel|labelTextOrient"
msgid "Text Orientation"
msgstr ""
-#: wizelementspage.ui:39
+#: chart2/uiconfig/ui/wizelementspage.ui:39
msgctxt "wizelementspage|labelPrimaryXaxis"
msgid "_X axis"
msgstr ""
-#: wizelementspage.ui:55
+#: chart2/uiconfig/ui/wizelementspage.ui:55
msgctxt "wizelementspage|labelPrimaryYaxis"
msgid "_Y axis"
msgstr ""
-#: wizelementspage.ui:71
+#: chart2/uiconfig/ui/wizelementspage.ui:71
msgctxt "wizelementspage|labelPrimaryZaxis"
msgid "_Z axis"
msgstr ""
-#: wizelementspage.ui:132
+#: chart2/uiconfig/ui/wizelementspage.ui:126
#, fuzzy
msgctxt "wizelementspage|labelMainTitle"
msgid "_Title"
msgstr "Titol"
-#: wizelementspage.ui:148
+#: chart2/uiconfig/ui/wizelementspage.ui:142
msgctxt "wizelementspage|labelSubTitle"
msgid "_Subtitle"
msgstr ""
-#: wizelementspage.ui:194
+#: chart2/uiconfig/ui/wizelementspage.ui:184
msgctxt "wizelementspage|labelSecondaryXAxis"
msgid "X _axis"
msgstr ""
-#: wizelementspage.ui:210
+#: chart2/uiconfig/ui/wizelementspage.ui:200
msgctxt "wizelementspage|labelSecondaryYAxis"
msgid "Y ax_is"
msgstr ""
-#: wizelementspage.ui:266
+#: chart2/uiconfig/ui/wizelementspage.ui:252
msgctxt "wizelementspage|show"
msgid "_Display legend"
msgstr ""
-#: wizelementspage.ui:293
+#: chart2/uiconfig/ui/wizelementspage.ui:279
#, fuzzy
msgctxt "wizelementspage|left"
msgid "_Left"
msgstr "Enta la cucha"
-#: wizelementspage.ui:311
+#: chart2/uiconfig/ui/wizelementspage.ui:297
#, fuzzy
msgctxt "wizelementspage|right"
msgid "_Right"
msgstr "Enta la dreita"
-#: wizelementspage.ui:329
+#: chart2/uiconfig/ui/wizelementspage.ui:315
#, fuzzy
msgctxt "wizelementspage|top"
msgid "_Top"
msgstr "Cobalto"
-#: wizelementspage.ui:347
+#: chart2/uiconfig/ui/wizelementspage.ui:333
#, fuzzy
msgctxt "wizelementspage|bottom"
msgid "_Bottom"
msgstr "Cobaixo"
-#: wizelementspage.ui:389
+#: chart2/uiconfig/ui/wizelementspage.ui:375
msgctxt "wizelementspage|Axe"
msgid "Choose Titles, Legend, and Grid Settings"
msgstr ""
-#: wizelementspage.ui:422
+#: chart2/uiconfig/ui/wizelementspage.ui:408
msgctxt "wizelementspage|x"
msgid "X axis"
msgstr ""
-#: wizelementspage.ui:439
+#: chart2/uiconfig/ui/wizelementspage.ui:425
msgctxt "wizelementspage|y"
msgid "Y ax_is"
msgstr ""
-#: wizelementspage.ui:456
+#: chart2/uiconfig/ui/wizelementspage.ui:442
msgctxt "wizelementspage|z"
msgid "Z axi_s"
msgstr ""
-#: wizelementspage.ui:479
+#: chart2/uiconfig/ui/wizelementspage.ui:465
msgctxt "wizelementspage|label2"
msgid "Display Grids"
msgstr ""
diff --git a/source/an/connectivity/messages.po b/source/an/connectivity/messages.po
index a3b48d62225..8e521c34898 100644
--- a/source/an/connectivity/messages.po
+++ b/source/an/connectivity/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,189 +14,189 @@ msgstr ""
"X-Generator: LibreOffice\n"
#. = the mozab driver's resource strings
-#: strings.hrc:26
+#: connectivity/inc/strings.hrc:26
msgctxt "STR_ERR_EXECUTING_QUERY"
msgid "An error occurred while executing the query."
msgstr ""
-#: strings.hrc:27
+#: connectivity/inc/strings.hrc:27
msgctxt "STR_QUERY_AT_LEAST_ONE_TABLES"
msgid "The query can not be executed. It needs at least one table."
msgstr ""
-#: strings.hrc:28
+#: connectivity/inc/strings.hrc:28
msgctxt "STR_NO_COUNT_SUPPORT"
msgid "The driver does not support the 'COUNT' function."
msgstr ""
-#: strings.hrc:29
+#: connectivity/inc/strings.hrc:29
msgctxt "STR_STMT_TYPE_NOT_SUPPORTED"
msgid "This statement type not supported by this database driver."
msgstr ""
-#: strings.hrc:30
+#: connectivity/inc/strings.hrc:30
#, fuzzy
msgctxt "STR_UNSPECIFIED_ERROR"
msgid "An unknown error occurred."
msgstr "S'ha produciu una error desconoixida."
-#: strings.hrc:31
+#: connectivity/inc/strings.hrc:31
msgctxt "STR_ERROR_REFRESH_ROW"
msgid "An error occurred while refreshing the current row."
msgstr ""
-#: strings.hrc:32
+#: connectivity/inc/strings.hrc:32
msgctxt "STR_ERROR_GET_ROW"
msgid "An error occurred while getting the current row."
msgstr ""
-#: strings.hrc:33
+#: connectivity/inc/strings.hrc:33
msgctxt "STR_QUERY_INVALID_IS_NULL_COLUMN"
msgid "The query can not be executed. The 'IS NULL' can only be used with a column name."
msgstr ""
-#: strings.hrc:34
+#: connectivity/inc/strings.hrc:34
msgctxt "STR_ILLEGAL_MOVEMENT"
msgid "Illegal cursor movement occurred."
msgstr ""
-#: strings.hrc:35
+#: connectivity/inc/strings.hrc:35
msgctxt "STR_COMMIT_ROW"
msgid "Please commit row '$position$' before update rows or insert new rows."
msgstr ""
#. = common strings
-#: strings.hrc:37
+#: connectivity/inc/strings.hrc:37
msgctxt "STR_NO_CONNECTION_GIVEN"
msgid "It doesn't exist a connection to the database."
msgstr ""
-#: strings.hrc:38
+#: connectivity/inc/strings.hrc:38
msgctxt "STR_WRONG_PARAM_INDEX"
msgid "You tried to set a parameter at position '$pos$' but there is/are only '$count$' parameter(s) allowed. One reason may be that the property \"ParameterNameSubstitution\" is not set to TRUE in the data source."
msgstr ""
-#: strings.hrc:39
+#: connectivity/inc/strings.hrc:39
msgctxt "STR_NO_INPUTSTREAM"
msgid "The input stream was not set."
msgstr ""
-#: strings.hrc:40
+#: connectivity/inc/strings.hrc:40
msgctxt "STR_NO_ELEMENT_NAME"
msgid "There is no element named '$name$'."
msgstr ""
-#: strings.hrc:41
+#: connectivity/inc/strings.hrc:41
msgctxt "STR_INVALID_BOOKMARK"
msgid "Invalid bookmark value"
msgstr ""
-#: strings.hrc:42
+#: connectivity/inc/strings.hrc:42
msgctxt "STR_PRIVILEGE_NOT_GRANTED"
msgid "Privilege not granted: Only table privileges can be granted."
msgstr ""
-#: strings.hrc:43
+#: connectivity/inc/strings.hrc:43
msgctxt "STR_PRIVILEGE_NOT_REVOKED"
msgid "Privilege not revoked: Only table privileges can be revoked."
msgstr ""
-#: strings.hrc:44
+#: connectivity/inc/strings.hrc:44
msgctxt "STR_ERRORMSG_SEQUENCE"
msgid "Function sequence error."
msgstr ""
-#: strings.hrc:45
+#: connectivity/inc/strings.hrc:45
msgctxt "STR_INVALID_INDEX"
msgid "Invalid descriptor index."
msgstr ""
-#: strings.hrc:46
+#: connectivity/inc/strings.hrc:46
msgctxt "STR_UNSUPPORTED_FUNCTION"
msgid "The driver does not support the function '$functionname$'."
msgstr ""
-#: strings.hrc:47
+#: connectivity/inc/strings.hrc:47
msgctxt "STR_UNSUPPORTED_FEATURE"
msgid "The driver does not support the functionality for '$featurename$'. It is not implemented."
msgstr ""
-#: strings.hrc:48
+#: connectivity/inc/strings.hrc:48
msgctxt "STR_FORMULA_WRONG"
msgid "The formula for TypeInfoSettings is wrong!"
msgstr ""
-#: strings.hrc:49
+#: connectivity/inc/strings.hrc:49
msgctxt "STR_STRING_LENGTH_EXCEEDED"
msgid "The string '$string$' exceeds the maximum length of $maxlen$ characters when converted to the target character set '$charset$'."
msgstr ""
-#: strings.hrc:50
+#: connectivity/inc/strings.hrc:50
msgctxt "STR_CANNOT_CONVERT_STRING"
msgid "The string '$string$' cannot be converted using the encoding '$charset$'."
msgstr ""
-#: strings.hrc:51
+#: connectivity/inc/strings.hrc:51
msgctxt "STR_URI_SYNTAX_ERROR"
msgid "The connection URL is invalid."
msgstr ""
-#: strings.hrc:52
+#: connectivity/inc/strings.hrc:52
msgctxt "STR_QUERY_TOO_COMPLEX"
msgid "The query can not be executed. It is too complex."
msgstr ""
-#: strings.hrc:53
+#: connectivity/inc/strings.hrc:53
msgctxt "STR_OPERATOR_TOO_COMPLEX"
msgid "The query can not be executed. The operator is too complex."
msgstr ""
-#: strings.hrc:54
+#: 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 ""
-#: strings.hrc:55
+#: 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 ""
-#: strings.hrc:56
+#: 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 ""
-#: strings.hrc:57
+#: 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 ""
-#: strings.hrc:58
+#: 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 ""
-#: strings.hrc:59
+#: connectivity/inc/strings.hrc:59
msgctxt "STR_INVALID_COLUMNNAME"
msgid "The column name '$columnname$' is not valid."
msgstr ""
-#: strings.hrc:60
+#: connectivity/inc/strings.hrc:60
msgctxt "STR_INVALID_COLUMN_SELECTION"
msgid "The statement contains an invalid selection of columns."
msgstr ""
-#: strings.hrc:61
+#: connectivity/inc/strings.hrc:61
msgctxt "STR_COLUMN_NOT_UPDATEABLE"
msgid "The column at position '$position$' could not be updated."
msgstr ""
-#: strings.hrc:62
+#: connectivity/inc/strings.hrc:62
msgctxt "STR_COULD_NOT_LOAD_FILE"
msgid "The file $filename$ could not be loaded."
msgstr ""
-#: strings.hrc:63
+#: connectivity/inc/strings.hrc:63
msgctxt "STR_LOAD_FILE_ERROR_MESSAGE"
msgid ""
"The attempt to load the file resulted in the following error message ($exception_type$):\n"
@@ -205,122 +205,122 @@ msgid ""
msgstr ""
#. = the ado driver's resource strings
-#: strings.hrc:65
+#: connectivity/inc/strings.hrc:65
msgctxt "STR_TYPE_NOT_CONVERT"
msgid "The type could not be converted."
msgstr ""
-#: strings.hrc:66
+#: connectivity/inc/strings.hrc:66
msgctxt "STR_INVALID_COLUMN_DESCRIPTOR_ERROR"
msgid "Could not append column: invalid column descriptor."
msgstr ""
-#: strings.hrc:67
+#: connectivity/inc/strings.hrc:67
msgctxt "STR_INVALID_GROUP_DESCRIPTOR_ERROR"
msgid "Could not create group: invalid object descriptor."
msgstr ""
-#: strings.hrc:68
+#: connectivity/inc/strings.hrc:68
msgctxt "STR_INVALID_INDEX_DESCRIPTOR_ERROR"
msgid "Could not create index: invalid object descriptor."
msgstr ""
-#: strings.hrc:69
+#: connectivity/inc/strings.hrc:69
msgctxt "STR_INVALID_KEY_DESCRIPTOR_ERROR"
msgid "Could not create key: invalid object descriptor."
msgstr ""
-#: strings.hrc:70
+#: connectivity/inc/strings.hrc:70
msgctxt "STR_INVALID_TABLE_DESCRIPTOR_ERROR"
msgid "Could not create table: invalid object descriptor."
msgstr ""
-#: strings.hrc:71
+#: connectivity/inc/strings.hrc:71
msgctxt "STR_INVALID_USER_DESCRIPTOR_ERROR"
msgid "Could not create user: invalid object descriptor."
msgstr ""
-#: strings.hrc:72
+#: connectivity/inc/strings.hrc:72
msgctxt "STR_INVALID_VIEW_DESCRIPTOR_ERROR"
msgid "Could not create view: invalid object descriptor."
msgstr ""
-#: strings.hrc:73
+#: connectivity/inc/strings.hrc:73
msgctxt "STR_VIEW_NO_COMMAND_ERROR"
msgid "Could not create view: no command object."
msgstr ""
-#: strings.hrc:74
+#: connectivity/inc/strings.hrc:74
msgctxt "STR_NO_CONNECTION"
msgid "The connection could not be created. May be the necessary data provider is not installed."
msgstr ""
-#: strings.hrc:76
+#: connectivity/inc/strings.hrc:76
msgctxt "STR_COULD_NOT_DELETE_INDEX"
msgid "The index could not be deleted. An unknown error while accessing the file system occurred."
msgstr ""
-#: strings.hrc:77
+#: connectivity/inc/strings.hrc:77
msgctxt "STR_ONL_ONE_COLUMN_PER_INDEX"
msgid "The index could not be created. Only one column per index is allowed."
msgstr ""
-#: strings.hrc:78
+#: connectivity/inc/strings.hrc:78
msgctxt "STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE"
msgid "The index could not be created. The values are not unique."
msgstr ""
-#: strings.hrc:79
+#: connectivity/inc/strings.hrc:79
msgctxt "STR_COULD_NOT_CREATE_INDEX"
msgid "The index could not be created. An unknown error appeared."
msgstr ""
-#: strings.hrc:80
+#: connectivity/inc/strings.hrc:80
msgctxt "STR_COULD_NOT_CREATE_INDEX_NAME"
msgid "The index could not be created. The file '$filename$' is used by an other index."
msgstr ""
-#: strings.hrc:81
+#: connectivity/inc/strings.hrc:81
msgctxt "STR_COULD_NOT_CREATE_INDEX_KEYSIZE"
msgid "The index could not be created. The size of the chosen column is too big."
msgstr ""
-#: strings.hrc:82
+#: connectivity/inc/strings.hrc:82
msgctxt "STR_SQL_NAME_ERROR"
msgid "The name '$name$' doesn't match SQL naming constraints."
msgstr ""
-#: strings.hrc:83
+#: connectivity/inc/strings.hrc:83
msgctxt "STR_COULD_NOT_DELETE_FILE"
msgid "The file $filename$ could not be deleted."
msgstr ""
-#: strings.hrc:84
+#: connectivity/inc/strings.hrc:84
msgctxt "STR_INVALID_COLUMN_TYPE"
msgid "Invalid column type for column '$columnname$'."
msgstr ""
-#: strings.hrc:85
+#: connectivity/inc/strings.hrc:85
msgctxt "STR_INVALID_COLUMN_PRECISION"
msgid "Invalid precision for column '$columnname$'."
msgstr ""
-#: strings.hrc:86
+#: connectivity/inc/strings.hrc:86
msgctxt "STR_INVALID_PRECISION_SCALE"
msgid "Precision is less than scale for column '$columnname$'."
msgstr ""
-#: strings.hrc:87
+#: connectivity/inc/strings.hrc:87
msgctxt "STR_INVALID_COLUMN_NAME_LENGTH"
msgid "Invalid column name length for column '$columnname$'."
msgstr ""
-#: strings.hrc:88
+#: connectivity/inc/strings.hrc:88
msgctxt "STR_DUPLICATE_VALUE_IN_COLUMN"
msgid "Duplicate value found in column '$columnname$'."
msgstr ""
-#: strings.hrc:89
+#: connectivity/inc/strings.hrc:89
msgctxt "STR_INVALID_COLUMN_DECIMAL_VALUE"
msgid ""
"The '$columnname$' column has been defined as a \"Decimal\" type, the max. length is $precision$ characters (with $scale$ decimal places).\n"
@@ -328,240 +328,230 @@ msgid ""
"The specified value \"$value$ is longer than the number of digits allowed."
msgstr ""
-#: strings.hrc:90
+#: connectivity/inc/strings.hrc:90
msgctxt "STR_COLUMN_NOT_ALTERABLE"
msgid "The column '$columnname$' could not be altered. May be the file system is write protected."
msgstr ""
-#: strings.hrc:91
+#: connectivity/inc/strings.hrc:91
msgctxt "STR_INVALID_COLUMN_VALUE"
msgid "The column '$columnname$' could not be updated. The value is invalid for that column."
msgstr ""
-#: strings.hrc:92
+#: connectivity/inc/strings.hrc:92
msgctxt "STR_COLUMN_NOT_ADDABLE"
msgid "The column '$columnname$' could not be added. May be the file system is write protected."
msgstr ""
-#: strings.hrc:93
+#: connectivity/inc/strings.hrc:93
msgctxt "STR_COLUMN_NOT_DROP"
msgid "The column at position '$position$' could not be dropped. May be the file system is write protected."
msgstr ""
-#: strings.hrc:94
+#: connectivity/inc/strings.hrc:94
msgctxt "STR_TABLE_NOT_DROP"
msgid "The table '$tablename$' could not be dropped. May be the file system is write protected."
msgstr ""
-#: strings.hrc:95
+#: connectivity/inc/strings.hrc:95
msgctxt "STR_COULD_NOT_ALTER_TABLE"
msgid "The table could not be altered."
msgstr ""
-#: strings.hrc:96
+#: connectivity/inc/strings.hrc:96
msgctxt "STR_INVALID_DBASE_FILE"
msgid "The file '$filename$' is an invalid (or unrecognized) dBase file."
msgstr ""
#. Evoab2
-#: strings.hrc:98
+#: connectivity/inc/strings.hrc:98
msgctxt "STR_CANNOT_OPEN_BOOK"
msgid "Cannot open Evolution address book."
msgstr ""
-#: strings.hrc:99
+#: connectivity/inc/strings.hrc:99
msgctxt "STR_SORT_BY_COL_ONLY"
msgid "Can only sort by table columns."
msgstr ""
-#: strings.hrc:101
+#: connectivity/inc/strings.hrc:101
msgctxt "STR_QUERY_COMPLEX_COUNT"
msgid "The query can not be executed. It is too complex. Only \"COUNT(*)\" is supported."
msgstr ""
-#: strings.hrc:102
+#: connectivity/inc/strings.hrc:102
msgctxt "STR_QUERY_INVALID_BETWEEN"
msgid "The query can not be executed. The 'BETWEEN' arguments are not correct."
msgstr ""
-#: strings.hrc:103
+#: connectivity/inc/strings.hrc:103
msgctxt "STR_QUERY_FUNCTION_NOT_SUPPORTED"
msgid "The query can not be executed. The function is not supported."
msgstr ""
-#: strings.hrc:104
+#: connectivity/inc/strings.hrc:104
msgctxt "STR_TABLE_READONLY"
msgid "The table can not be changed. It is read only."
msgstr ""
-#: strings.hrc:105
+#: connectivity/inc/strings.hrc:105
msgctxt "STR_DELETE_ROW"
msgid "The row could not be deleted. The option \"Display inactive records\" is set."
msgstr ""
-#: strings.hrc:106
+#: connectivity/inc/strings.hrc:106
msgctxt "STR_ROW_ALREADY_DELETED"
msgid "The row could not be deleted. It is already deleted."
msgstr ""
-#: strings.hrc:107
+#: connectivity/inc/strings.hrc:107
msgctxt "STR_QUERY_MORE_TABLES"
msgid "The query can not be executed. It contains more than one table."
msgstr ""
-#: strings.hrc:108
+#: connectivity/inc/strings.hrc:108
msgctxt "STR_QUERY_NO_TABLE"
msgid "The query can not be executed. It contains no valid table."
msgstr ""
-#: strings.hrc:109
+#: connectivity/inc/strings.hrc:109
msgctxt "STR_QUERY_NO_COLUMN"
msgid "The query can not be executed. It contains no valid columns."
msgstr ""
-#: strings.hrc:110
+#: connectivity/inc/strings.hrc:110
msgctxt "STR_INVALID_PARA_COUNT"
msgid "The count of the given parameter values doesn't match the parameters."
msgstr ""
-#: strings.hrc:111
+#: connectivity/inc/strings.hrc:111
msgctxt "STR_NO_VALID_FILE_URL"
msgid "The URL '$URL$' is not valid. A connection can not be created."
msgstr ""
-#: strings.hrc:112
+#: connectivity/inc/strings.hrc:112
msgctxt "STR_NO_CLASSNAME"
msgid "The driver class '$classname$' could not be loaded."
msgstr ""
-#: strings.hrc:113
+#: connectivity/inc/strings.hrc:113
msgctxt "STR_NO_JAVA"
msgid "No Java installation could be found. Please check your installation."
msgstr ""
-#: strings.hrc:114
+#: connectivity/inc/strings.hrc:114
msgctxt "STR_NO_RESULTSET"
msgid "The execution of the query doesn't return a valid result set."
msgstr ""
-#: strings.hrc:115
+#: connectivity/inc/strings.hrc:115
msgctxt "STR_NO_ROWCOUNT"
msgid "The execution of the update statement doesn't effect any rows."
msgstr ""
-#: strings.hrc:116
+#: connectivity/inc/strings.hrc:116
msgctxt "STR_NO_CLASSNAME_PATH"
msgid "The additional driver class path is '$classpath$'."
msgstr ""
-#: strings.hrc:117
+#: connectivity/inc/strings.hrc:117
msgctxt "STR_UNKNOWN_PARA_TYPE"
msgid "The type of parameter at position '$position$' is unknown."
msgstr ""
-#: strings.hrc:118
+#: connectivity/inc/strings.hrc:118
msgctxt "STR_UNKNOWN_COLUMN_TYPE"
msgid "The type of column at position '$position$' is unknown."
msgstr ""
#. KAB
-#: strings.hrc:120
-msgctxt "STR_NO_KDE_INST"
-msgid "No suitable KDE installation was found."
-msgstr ""
-
-#: strings.hrc:121
-msgctxt "STR_KDE_VERSION_TOO_OLD"
-msgid "KDE version $major$.$minor$ or higher is required to access the KDE Address Book."
-msgstr ""
-
-#: strings.hrc:122
+#: connectivity/inc/strings.hrc:120
msgctxt "STR_PARA_ONLY_PREPARED"
msgid "Parameters can appear only in prepared statements."
msgstr ""
-#: strings.hrc:124
+#: connectivity/inc/strings.hrc:122
msgctxt "STR_NO_TABLE"
msgid "No such table!"
msgstr ""
-#: strings.hrc:125
+#: connectivity/inc/strings.hrc:123
msgctxt "STR_NO_MAC_OS_FOUND"
msgid "No suitable Mac OS installation was found."
msgstr ""
#. hsqldb
-#: strings.hrc:127
+#: connectivity/inc/strings.hrc:125
msgctxt "STR_NO_STORAGE"
msgid "The connection can not be established. No storage or URL was given."
msgstr ""
-#: strings.hrc:128
+#: connectivity/inc/strings.hrc:126
msgctxt "STR_INVALID_FILE_URL"
msgid "The given URL contains no valid local file system path. Please check the location of your database file."
msgstr ""
-#: strings.hrc:129
+#: connectivity/inc/strings.hrc:127
msgctxt "STR_NO_TABLE_CONTAINER"
msgid "An error occurred while obtaining the connection's table container."
msgstr ""
-#: strings.hrc:130
+#: connectivity/inc/strings.hrc:128
msgctxt "STR_NO_TABLENAME"
msgid "There is no table named '$tablename$'."
msgstr ""
-#: strings.hrc:131
+#: connectivity/inc/strings.hrc:129
msgctxt "STR_NO_DOCUMENTUI"
msgid "The provided DocumentUI is not allowed to be NULL."
msgstr ""
-#: strings.hrc:132
+#: connectivity/inc/strings.hrc:130
msgctxt "STR_ERROR_NEW_VERSION"
msgid "The connection could not be established. The database was created by a newer version of %PRODUCTNAME."
msgstr ""
-#: strings.hrc:134
+#: connectivity/inc/strings.hrc:132
msgctxt "STR_ROW_SET_OPERATION_VETOED"
msgid "The record operation has been vetoed."
msgstr ""
-#: strings.hrc:135
+#: connectivity/inc/strings.hrc:133
msgctxt "STR_PARSER_CYCLIC_SUB_QUERIES"
msgid "The statement contains a cyclic reference to one or more sub queries."
msgstr ""
-#: strings.hrc:136
+#: connectivity/inc/strings.hrc:134
msgctxt "STR_DB_OBJECT_NAME_WITH_SLASHES"
msgid "The name must not contain any slashes ('/')."
msgstr ""
-#: strings.hrc:137
+#: connectivity/inc/strings.hrc:135
msgctxt "STR_DB_INVALID_SQL_NAME"
msgid "$1$ is no SQL conform identifier."
msgstr ""
-#: strings.hrc:138
+#: connectivity/inc/strings.hrc:136
msgctxt "STR_DB_QUERY_NAME_WITH_QUOTES"
msgid "Query names must not contain quote characters."
msgstr ""
-#: strings.hrc:139
+#: connectivity/inc/strings.hrc:137
msgctxt "STR_DB_OBJECT_NAME_IS_USED"
msgid "The name '$1$' is already in use in the database."
msgstr ""
-#: strings.hrc:140
+#: connectivity/inc/strings.hrc:138
msgctxt "STR_DB_NOT_CONNECTED"
msgid "No connection to the database exists."
msgstr ""
-#: strings.hrc:141
+#: connectivity/inc/strings.hrc:139
msgctxt "STR_AB_ADDRESSBOOK_NOT_FOUND"
msgid "No $1$ exists."
msgstr ""
-#: strings.hrc:142
+#: connectivity/inc/strings.hrc:140
msgctxt "STR_DATA_CANNOT_SELECT_UNFILTERED"
msgid "Unable to display the complete table content. Please apply a filter."
msgstr ""
diff --git a/source/an/connectivity/registry/mork/org/openoffice/Office/DataAccess.po b/source/an/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
index 195df06557d..e2068d5f010 100644
--- a/source/an/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
+++ b/source/an/connectivity/registry/mork/org/openoffice/Office/DataAccess.po
@@ -3,16 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2018-04-23 18:10+0200\n"
+"PO-Revision-Date: 2013-05-23 22:14+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: an\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: LibreOffice\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1369347271.000000\n"
#: Drivers.xcu
msgctxt ""
@@ -20,5 +22,5 @@ msgctxt ""
".Drivers.Installed.sdbc:address:thunderbird:\n"
"DriverTypeDisplayName\n"
"value.text"
-msgid "Thunderbird/Icedove Address Book"
+msgid "Thunderbird Address Book"
msgstr ""
diff --git a/source/an/cui/messages.po b/source/an/cui/messages.po
index c5b9d964c19..e3e6c1a2730 100644
--- a/source/an/cui/messages.po
+++ b/source/an/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-20 08:16+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+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"
@@ -13,206 +13,206 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: personalization.hrc:31
+#: cui/inc/personalization.hrc:31
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "LibreOffice"
msgstr ""
-#: personalization.hrc:32
+#: cui/inc/personalization.hrc:32
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Abstract"
msgstr ""
-#: personalization.hrc:33
+#: cui/inc/personalization.hrc:33
#, fuzzy
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Color"
msgstr "~Color"
-#: personalization.hrc:34
+#: cui/inc/personalization.hrc:34
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Music"
msgstr ""
-#: personalization.hrc:35
+#: cui/inc/personalization.hrc:35
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Nature"
msgstr ""
-#: personalization.hrc:36
+#: cui/inc/personalization.hrc:36
msgctxt "RID_SVXSTR_PERSONA_CATEGORIES"
msgid "Solid"
msgstr ""
-#: strings.hrc:24
+#: cui/inc/strings.hrc:24
msgctxt "RID_SVXSTR_KEY_CONFIG_DIR"
msgid "Configuration"
msgstr ""
-#: strings.hrc:25
+#: cui/inc/strings.hrc:25
msgctxt "RID_SVXSTR_KEY_WORK_PATH"
msgid "My Documents"
msgstr ""
-#: strings.hrc:26
+#: cui/inc/strings.hrc:26
msgctxt "RID_SVXSTR_KEY_GRAPHICS_PATH"
msgid "Images"
msgstr ""
-#: strings.hrc:27
+#: cui/inc/strings.hrc:27
msgctxt "RID_SVXSTR_KEY_BITMAP_PATH"
msgid "Icons"
msgstr ""
-#: strings.hrc:28
+#: cui/inc/strings.hrc:28
msgctxt "RID_SVXSTR_KEY_PALETTE_PATH"
msgid "Palettes"
msgstr ""
-#: strings.hrc:29
+#: cui/inc/strings.hrc:29
msgctxt "RID_SVXSTR_KEY_BACKUP_PATH"
msgid "Backups"
msgstr ""
-#: strings.hrc:30
+#: cui/inc/strings.hrc:30
msgctxt "RID_SVXSTR_KEY_MODULES_PATH"
msgid "Modules"
msgstr ""
-#: strings.hrc:31
+#: cui/inc/strings.hrc:31
msgctxt "RID_SVXSTR_KEY_TEMPLATE_PATH"
msgid "Templates"
msgstr ""
-#: strings.hrc:32
+#: cui/inc/strings.hrc:32
msgctxt "RID_SVXSTR_KEY_GLOSSARY_PATH"
msgid "AutoText"
msgstr ""
-#: strings.hrc:33
+#: cui/inc/strings.hrc:33
msgctxt "RID_SVXSTR_KEY_DICTIONARY_PATH"
msgid "Dictionaries"
msgstr ""
-#: strings.hrc:34
+#: cui/inc/strings.hrc:34
#, fuzzy
msgctxt "RID_SVXSTR_KEY_HELP_DIR"
msgid "Help"
msgstr "~Aduya"
-#: strings.hrc:35
+#: cui/inc/strings.hrc:35
msgctxt "RID_SVXSTR_KEY_GALLERY_DIR"
msgid "Gallery"
msgstr ""
-#: strings.hrc:36
+#: cui/inc/strings.hrc:36
msgctxt "RID_SVXSTR_KEY_STORAGE_DIR"
msgid "Message Storage"
msgstr ""
-#: strings.hrc:37
+#: cui/inc/strings.hrc:37
msgctxt "RID_SVXSTR_KEY_TEMP_PATH"
msgid "Temporary files"
msgstr ""
-#: strings.hrc:38
+#: cui/inc/strings.hrc:38
msgctxt "RID_SVXSTR_KEY_PLUGINS_PATH"
msgid "Plug-ins"
msgstr ""
-#: strings.hrc:39
+#: cui/inc/strings.hrc:39
msgctxt "RID_SVXSTR_KEY_FAVORITES_DIR"
msgid "Folder Bookmarks"
msgstr ""
-#: strings.hrc:40
+#: cui/inc/strings.hrc:40
msgctxt "RID_SVXSTR_KEY_FILTER_PATH"
msgid "Filters"
msgstr ""
-#: strings.hrc:41
+#: cui/inc/strings.hrc:41
#, fuzzy
msgctxt "RID_SVXSTR_KEY_ADDINS_PATH"
msgid "Add-ins"
msgstr "Add-in"
-#: strings.hrc:42
+#: cui/inc/strings.hrc:42
msgctxt "RID_SVXSTR_KEY_USERCONFIG_PATH"
msgid "User Configuration"
msgstr ""
-#: strings.hrc:43
+#: cui/inc/strings.hrc:43
msgctxt "RID_SVXSTR_KEY_USERDICTIONARY_DIR"
msgid "User-defined dictionaries"
msgstr ""
-#: strings.hrc:44
+#: cui/inc/strings.hrc:44
msgctxt "RID_SVXSTR_KEY_CLASSIFICATION_PATH"
msgid "Classification"
msgstr ""
-#: strings.hrc:45
+#: cui/inc/strings.hrc:45
msgctxt "RID_SVXSTR_KEY_AUTOCORRECT_DIR"
msgid "AutoCorrect"
msgstr ""
-#: strings.hrc:46
+#: cui/inc/strings.hrc:46
msgctxt "RID_SVXSTR_KEY_LINGUISTIC_DIR"
msgid "Writing aids"
msgstr ""
#. %n will be replaced at runtime by a number starting with 1 and increasing as necessary
-#: strings.hrc:48
+#: cui/inc/strings.hrc:48
#, c-format
msgctxt "RID_SVXSTR_NEW_MENU"
msgid "New Menu %n"
msgstr ""
#. %n will be replaced at runtime by a number starting with 1 and increasing as necessary
-#: strings.hrc:50
+#: cui/inc/strings.hrc:50
#, c-format
msgctxt "RID_SVXSTR_NEW_TOOLBAR"
msgid "New Toolbar %n"
msgstr ""
-#: strings.hrc:51
+#: cui/inc/strings.hrc:51
msgctxt "RID_SVXSTR_MOVE_MENU"
msgid "Move Menu"
msgstr ""
-#: strings.hrc:52
+#: cui/inc/strings.hrc:52
msgctxt "RID_SVXSTR_ADD_SUBMENU"
msgid "Add Submenu"
msgstr ""
-#: strings.hrc:53
+#: cui/inc/strings.hrc:53
msgctxt "RID_SVXSTR_SUBMENU_NAME"
msgid "Submenu name"
msgstr ""
-#: strings.hrc:54
+#: cui/inc/strings.hrc:54
msgctxt "RID_SVXSTR_DELETE_ICON_CONFIRM"
msgid "Are you sure to delete the image?"
msgstr ""
-#: strings.hrc:55
+#: cui/inc/strings.hrc:55
msgctxt "RID_SVXSTR_REPLACE_ICON_WARNING"
msgid ""
"The icon %ICONNAME is already contained in the image list.\n"
"Would you like to replace the existing icon?"
msgstr ""
-#: strings.hrc:56
+#: cui/inc/strings.hrc:56
msgctxt "RID_SVXSTR_REPLACE_ICON_CONFIRM"
msgid "Confirm Icon Replacement"
msgstr ""
-#: strings.hrc:57
+#: cui/inc/strings.hrc:57
msgctxt "RID_SVXSTR_YESTOALL"
msgid "Yes to All"
msgstr ""
-#: strings.hrc:58
+#: cui/inc/strings.hrc:58
msgctxt "RID_SXVSTR_CONFIRM_DELETE_TOOLBAR"
msgid "There are no more commands on the toolbar. Do you want to delete the toolbar?"
msgstr ""
@@ -220,805 +220,805 @@ msgstr ""
#. Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
#. and will be replaced at runtime by the name of the selected application
#. or document.
-#: strings.hrc:63
+#: cui/inc/strings.hrc:63
msgctxt "RID_SVXSTR_CONFIRM_MENU_RESET"
msgid "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
msgstr ""
-#: strings.hrc:64
+#: cui/inc/strings.hrc:64
msgctxt "RID_SVXSTR_CONFIRM_TOOLBAR_RESET"
msgid "The toolbar configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
msgstr ""
-#: strings.hrc:65
+#: cui/inc/strings.hrc:65
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT"
msgid "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?"
msgstr ""
-#: strings.hrc:66
+#: cui/inc/strings.hrc:66
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT_MENU"
msgid "This will delete all changes previously made to this context menu. Do you really want to reset?"
msgstr ""
-#: strings.hrc:67
+#: cui/inc/strings.hrc:67
msgctxt "RID_SVXSTR_MNUCFG_ALREADY_INCLUDED"
msgid "Function is already included in this popup."
msgstr ""
-#: strings.hrc:68
+#: cui/inc/strings.hrc:68
msgctxt "RID_SVXSTR_LABEL_NEW_NAME"
msgid "~New name"
msgstr ""
-#: strings.hrc:69
+#: cui/inc/strings.hrc:69
msgctxt "RID_SVXSTR_RENAME_MENU"
msgid "Rename Menu"
msgstr ""
-#: strings.hrc:70
+#: cui/inc/strings.hrc:70
msgctxt "RID_SVXSTR_RENAME_TOOLBAR"
msgid "Rename Toolbar"
msgstr ""
-#: strings.hrc:72
+#: cui/inc/strings.hrc:72
msgctxt "RID_SVXSTR_HYPDLG_CLOSEBUT"
msgid "Close"
msgstr "Zarrar"
-#: strings.hrc:73
+#: cui/inc/strings.hrc:73
msgctxt "RID_SVXSTR_HYPDLG_MACROACT1"
msgid "Mouse over object"
msgstr ""
-#: strings.hrc:74
+#: cui/inc/strings.hrc:74
msgctxt "RID_SVXSTR_HYPDLG_MACROACT2"
msgid "Trigger hyperlink"
msgstr ""
-#: strings.hrc:75
+#: cui/inc/strings.hrc:75
msgctxt "RID_SVXSTR_HYPDLG_MACROACT3"
msgid "Mouse leaves object"
msgstr ""
-#: strings.hrc:76
+#: cui/inc/strings.hrc:76
msgctxt "RID_SVXSTR_HYPDLG_NOVALIDFILENAME"
msgid "Please type in a valid file name."
msgstr ""
-#: strings.hrc:77
+#: cui/inc/strings.hrc:77
msgctxt "RID_SVXSTR_HYPERDLG_HLINETTP"
msgid "Internet"
msgstr ""
-#: strings.hrc:78
+#: cui/inc/strings.hrc:78
msgctxt "RID_SVXSTR_HYPERDLG_HLINETTP_HELP"
msgid "This is where you create a hyperlink to a Web page or FTP server connection."
msgstr ""
-#: strings.hrc:79
+#: cui/inc/strings.hrc:79
msgctxt "RID_SVXSTR_HYPERDLG_HLMAILTP"
msgid "Mail"
msgstr ""
-#: strings.hrc:80
+#: cui/inc/strings.hrc:80
msgctxt "RID_SVXSTR_HYPERDLG_HLMAILTP_HELP"
msgid "This is where you create a hyperlink to an e-mail address."
msgstr ""
-#: strings.hrc:81
+#: cui/inc/strings.hrc:81
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCTP"
msgid "Document"
msgstr "Documento"
-#: strings.hrc:82
+#: cui/inc/strings.hrc:82
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCTP_HELP"
msgid "This is where you create a hyperlink to an existing document or a target within a document."
msgstr ""
-#: strings.hrc:83
+#: cui/inc/strings.hrc:83
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCNTP"
msgid "New Document"
msgstr ""
-#: strings.hrc:84
+#: cui/inc/strings.hrc:84
msgctxt "RID_SVXSTR_HYPERDLG_HLDOCNTP_HELP"
msgid "This is where you create a new document to which the new link points."
msgstr ""
-#: strings.hrc:85
+#: cui/inc/strings.hrc:85
msgctxt "RID_SVXSTR_HYPERDLG_FORM_BUTTON"
msgid "Button"
msgstr ""
-#: strings.hrc:86
+#: cui/inc/strings.hrc:86
msgctxt "RID_SVXSTR_HYPERDLG_FROM_TEXT"
msgid "Text"
msgstr "Texto"
-#: strings.hrc:87
+#: cui/inc/strings.hrc:87
msgctxt "RID_SVXSTR_HYPERDLG_QUERYOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
-#: strings.hrc:89
+#: cui/inc/strings.hrc:89
msgctxt "RID_SVXSTR_ERR_TEXTNOTFOUND"
msgid "No alternatives found."
msgstr ""
-#: strings.hrc:90
+#: cui/inc/strings.hrc:90
msgctxt "RID_SVXSTR_SELECT_FILE_IFRAME"
msgid "Select File for Floating Frame"
msgstr ""
-#: strings.hrc:91
+#: cui/inc/strings.hrc:91
msgctxt "RID_SVXSTR_ALLFUNCTIONS"
msgid "All commands"
msgstr ""
-#: strings.hrc:92
+#: cui/inc/strings.hrc:92
#, fuzzy
msgctxt "RID_SVXSTR_MACROS"
msgid "Macros"
msgstr "~Macros"
-#: strings.hrc:93
+#: cui/inc/strings.hrc:93
msgctxt "RID_SVXSTR_MYMACROS"
msgid "My Macros"
msgstr ""
-#: strings.hrc:94
+#: cui/inc/strings.hrc:94
msgctxt "RID_SVXSTR_PRODMACROS"
msgid "%PRODUCTNAME Macros"
msgstr ""
-#: strings.hrc:95
+#: cui/inc/strings.hrc:95
msgctxt "RID_SVXSTR_NOMACRODESC"
msgid "There is no description available for this macro."
msgstr ""
-#: strings.hrc:96
+#: cui/inc/strings.hrc:96
msgctxt "RID_SVXSTR_SELECTOR_ADD_COMMANDS"
msgid "Add Commands"
msgstr ""
-#: strings.hrc:97
+#: cui/inc/strings.hrc:97
msgctxt "RID_SVXSTR_SELECTOR_RUN"
msgid "Run"
msgstr ""
-#: strings.hrc:98
+#: cui/inc/strings.hrc:98
#, fuzzy
msgctxt "RID_SVXSTR_ROW"
msgid "Insert Rows"
msgstr "F~icar ringleras"
-#: strings.hrc:99
+#: cui/inc/strings.hrc:99
msgctxt "RID_SVXSTR_REMOVE_FAVORITES"
msgid "Remove from Favorites"
msgstr ""
-#: strings.hrc:100
+#: cui/inc/strings.hrc:100
msgctxt "RID_SVXSTR_ADD_FAVORITES"
msgid "Add to Favorites"
msgstr ""
#. PPI is pixel per inch, %1 is a number
-#: strings.hrc:102
+#: cui/inc/strings.hrc:102
msgctxt "RID_SVXSTR_PPI"
msgid "(%1 PPI)"
msgstr ""
-#: strings.hrc:103
+#: cui/inc/strings.hrc:103
#, fuzzy
msgctxt "RID_SVXSTR_COL"
msgid "Insert Columns"
msgstr "~Ficar columnas"
-#: strings.hrc:104
+#: cui/inc/strings.hrc:104
msgctxt "RID_SVXSTR_AUTO_ENTRY"
msgid "Automatic"
msgstr "Automatica"
-#: strings.hrc:105
+#: cui/inc/strings.hrc:105
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
-#: strings.hrc:106
+#: cui/inc/strings.hrc:106
msgctxt "RID_SVXSTR_LOADACCELCONFIG"
msgid "Load Keyboard Configuration"
msgstr ""
-#: strings.hrc:107
+#: cui/inc/strings.hrc:107
msgctxt "RID_SVXSTR_SAVEACCELCONFIG"
msgid "Save Keyboard Configuration"
msgstr ""
-#: strings.hrc:108
+#: cui/inc/strings.hrc:108
msgctxt "RID_SVXSTR_FILTERNAME_CFG"
msgid "Configuration (*.cfg)"
msgstr ""
-#: strings.hrc:109
+#: cui/inc/strings.hrc:109
msgctxt "RID_SVXSTR_HYPDLG_ERR_LERR_NOENTRIES"
msgid "Targets do not exist in the document."
msgstr ""
-#: strings.hrc:110
+#: cui/inc/strings.hrc:110
msgctxt "RID_SVXSTR_HYPDLG_ERR_LERR_DOCNOTOPEN"
msgid "Couldn't open the document."
msgstr ""
-#: strings.hrc:111
+#: cui/inc/strings.hrc:111
msgctxt "RID_SVXSTR_EDITHINT"
msgid "[Enter text here]"
msgstr ""
-#: strings.hrc:112
+#: cui/inc/strings.hrc:112
msgctxt "RID_SVXSTR_HANGUL"
msgid "Hangul"
msgstr ""
-#: strings.hrc:113
+#: cui/inc/strings.hrc:113
msgctxt "RID_SVXSTR_HANJA"
msgid "Hanja"
msgstr ""
-#: strings.hrc:114
+#: cui/inc/strings.hrc:114
msgctxt "RID_SVXSTR_BASICMACROS"
msgid "BASIC Macros"
msgstr ""
-#: strings.hrc:115
+#: cui/inc/strings.hrc:115
#, fuzzy
msgctxt "RID_SVXSTR_GROUP_STYLES"
msgid "Styles"
msgstr "E~stilo"
-#: strings.hrc:117
+#: cui/inc/strings.hrc:117
msgctxt "RID_SVXSTR_EVENT_STARTAPP"
msgid "Start Application"
msgstr ""
-#: strings.hrc:118
+#: cui/inc/strings.hrc:118
msgctxt "RID_SVXSTR_EVENT_CLOSEAPP"
msgid "Close Application"
msgstr ""
-#: strings.hrc:119
+#: cui/inc/strings.hrc:119
msgctxt "RID_SVXSTR_EVENT_NEWDOC"
msgid "New Document"
msgstr ""
-#: strings.hrc:120
+#: cui/inc/strings.hrc:120
msgctxt "RID_SVXSTR_EVENT_CLOSEDOC"
msgid "Document closed"
msgstr ""
-#: strings.hrc:121
+#: cui/inc/strings.hrc:121
msgctxt "RID_SVXSTR_EVENT_PREPARECLOSEDOC"
msgid "Document is going to be closed"
msgstr ""
-#: strings.hrc:122
+#: cui/inc/strings.hrc:122
msgctxt "RID_SVXSTR_EVENT_OPENDOC"
msgid "Open Document"
msgstr ""
-#: strings.hrc:123
+#: cui/inc/strings.hrc:123
#, fuzzy
msgctxt "RID_SVXSTR_EVENT_SAVEDOC"
msgid "Save Document"
msgstr "Compartir o documento"
-#: strings.hrc:124
+#: cui/inc/strings.hrc:124
#, fuzzy
msgctxt "RID_SVXSTR_EVENT_SAVEASDOC"
msgid "Save Document As"
msgstr "Compartir o documento"
-#: strings.hrc:125
+#: cui/inc/strings.hrc:125
msgctxt "RID_SVXSTR_EVENT_SAVEDOCDONE"
msgid "Document has been saved"
msgstr ""
-#: strings.hrc:126
+#: cui/inc/strings.hrc:126
msgctxt "RID_SVXSTR_EVENT_SAVEASDOCDONE"
msgid "Document has been saved as"
msgstr ""
-#: strings.hrc:127
+#: cui/inc/strings.hrc:127
msgctxt "RID_SVXSTR_EVENT_ACTIVATEDOC"
msgid "Activate Document"
msgstr ""
-#: strings.hrc:128
+#: cui/inc/strings.hrc:128
msgctxt "RID_SVXSTR_EVENT_DEACTIVATEDOC"
msgid "Deactivate Document"
msgstr ""
-#: strings.hrc:129
+#: cui/inc/strings.hrc:129
msgctxt "RID_SVXSTR_EVENT_PRINTDOC"
msgid "Print Document"
msgstr ""
-#: strings.hrc:130
+#: cui/inc/strings.hrc:130
msgctxt "RID_SVXSTR_EVENT_MODIFYCHANGED"
msgid "'Modified' status was changed"
msgstr ""
-#: strings.hrc:131
+#: cui/inc/strings.hrc:131
msgctxt "RID_SVXSTR_EVENT_MAILMERGE"
msgid "Printing of form letters started"
msgstr ""
-#: strings.hrc:132
+#: cui/inc/strings.hrc:132
msgctxt "RID_SVXSTR_EVENT_MAILMERGE_END"
msgid "Printing of form letters finished"
msgstr ""
-#: strings.hrc:133
+#: cui/inc/strings.hrc:133
msgctxt "RID_SVXSTR_EVENT_FIELDMERGE"
msgid "Merging of form fields started"
msgstr ""
-#: strings.hrc:134
+#: cui/inc/strings.hrc:134
msgctxt "RID_SVXSTR_EVENT_FIELDMERGE_FINISHED"
msgid "Merging of form fields finished"
msgstr ""
-#: strings.hrc:135
+#: cui/inc/strings.hrc:135
msgctxt "RID_SVXSTR_EVENT_PAGECOUNTCHANGE"
msgid "Changing the page count"
msgstr ""
-#: strings.hrc:136
+#: cui/inc/strings.hrc:136
msgctxt "RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED"
msgid "Loaded a sub component"
msgstr ""
-#: strings.hrc:137
+#: cui/inc/strings.hrc:137
msgctxt "RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED"
msgid "Closed a sub component"
msgstr ""
-#: strings.hrc:138
+#: cui/inc/strings.hrc:138
msgctxt "RID_SVXSTR_EVENT_APPROVEPARAMETER"
msgid "Fill parameters"
msgstr ""
-#: strings.hrc:139
+#: cui/inc/strings.hrc:139
msgctxt "RID_SVXSTR_EVENT_ACTIONPERFORMED"
msgid "Execute action"
msgstr ""
-#: strings.hrc:140
+#: cui/inc/strings.hrc:140
msgctxt "RID_SVXSTR_EVENT_AFTERUPDATE"
msgid "After updating"
msgstr ""
-#: strings.hrc:141
+#: cui/inc/strings.hrc:141
msgctxt "RID_SVXSTR_EVENT_BEFOREUPDATE"
msgid "Before updating"
msgstr ""
-#: strings.hrc:142
+#: cui/inc/strings.hrc:142
msgctxt "RID_SVXSTR_EVENT_APPROVEROWCHANGE"
msgid "Before record action"
msgstr ""
-#: strings.hrc:143
+#: cui/inc/strings.hrc:143
msgctxt "RID_SVXSTR_EVENT_ROWCHANGE"
msgid "After record action"
msgstr ""
-#: strings.hrc:144
+#: cui/inc/strings.hrc:144
msgctxt "RID_SVXSTR_EVENT_CONFIRMDELETE"
msgid "Confirm deletion"
msgstr ""
-#: strings.hrc:145
+#: cui/inc/strings.hrc:145
msgctxt "RID_SVXSTR_EVENT_ERROROCCURRED"
msgid "Error occurred"
msgstr ""
-#: strings.hrc:146
+#: cui/inc/strings.hrc:146
msgctxt "RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED"
msgid "While adjusting"
msgstr ""
-#: strings.hrc:147
+#: cui/inc/strings.hrc:147
msgctxt "RID_SVXSTR_EVENT_FOCUSGAINED"
msgid "When receiving focus"
msgstr ""
-#: strings.hrc:148
+#: cui/inc/strings.hrc:148
msgctxt "RID_SVXSTR_EVENT_FOCUSLOST"
msgid "When losing focus"
msgstr ""
-#: strings.hrc:149
+#: cui/inc/strings.hrc:149
msgctxt "RID_SVXSTR_EVENT_ITEMSTATECHANGED"
msgid "Item status changed"
msgstr ""
-#: strings.hrc:150
+#: cui/inc/strings.hrc:150
msgctxt "RID_SVXSTR_EVENT_KEYTYPED"
msgid "Key pressed"
msgstr ""
-#: strings.hrc:151
+#: cui/inc/strings.hrc:151
msgctxt "RID_SVXSTR_EVENT_KEYUP"
msgid "Key released"
msgstr ""
-#: strings.hrc:152
+#: cui/inc/strings.hrc:152
msgctxt "RID_SVXSTR_EVENT_LOADED"
msgid "When loading"
msgstr ""
-#: strings.hrc:153
+#: cui/inc/strings.hrc:153
msgctxt "RID_SVXSTR_EVENT_RELOADING"
msgid "Before reloading"
msgstr ""
-#: strings.hrc:154
+#: cui/inc/strings.hrc:154
msgctxt "RID_SVXSTR_EVENT_RELOADED"
msgid "When reloading"
msgstr ""
-#: strings.hrc:155
+#: cui/inc/strings.hrc:155
msgctxt "RID_SVXSTR_EVENT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
msgstr ""
-#: strings.hrc:156
+#: cui/inc/strings.hrc:156
msgctxt "RID_SVXSTR_EVENT_MOUSEENTERED"
msgid "Mouse inside"
msgstr ""
-#: strings.hrc:157
+#: cui/inc/strings.hrc:157
msgctxt "RID_SVXSTR_EVENT_MOUSEEXITED"
msgid "Mouse outside"
msgstr ""
-#: strings.hrc:158
+#: cui/inc/strings.hrc:158
msgctxt "RID_SVXSTR_EVENT_MOUSEMOVED"
msgid "Mouse moved"
msgstr ""
-#: strings.hrc:159
+#: cui/inc/strings.hrc:159
msgctxt "RID_SVXSTR_EVENT_MOUSEPRESSED"
msgid "Mouse button pressed"
msgstr ""
-#: strings.hrc:160
+#: cui/inc/strings.hrc:160
msgctxt "RID_SVXSTR_EVENT_MOUSERELEASED"
msgid "Mouse button released"
msgstr ""
-#: strings.hrc:161
+#: cui/inc/strings.hrc:161
msgctxt "RID_SVXSTR_EVENT_POSITIONING"
msgid "Before record change"
msgstr ""
-#: strings.hrc:162
+#: cui/inc/strings.hrc:162
msgctxt "RID_SVXSTR_EVENT_POSITIONED"
msgid "After record change"
msgstr ""
-#: strings.hrc:163
+#: cui/inc/strings.hrc:163
msgctxt "RID_SVXSTR_EVENT_RESETTED"
msgid "After resetting"
msgstr ""
-#: strings.hrc:164
+#: cui/inc/strings.hrc:164
msgctxt "RID_SVXSTR_EVENT_APPROVERESETTED"
msgid "Prior to reset"
msgstr ""
-#: strings.hrc:165
+#: cui/inc/strings.hrc:165
msgctxt "RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED"
msgid "Approve action"
msgstr ""
-#: strings.hrc:166
+#: cui/inc/strings.hrc:166
msgctxt "RID_SVXSTR_EVENT_SUBMITTED"
msgid "Before submitting"
msgstr ""
-#: strings.hrc:167
+#: cui/inc/strings.hrc:167
msgctxt "RID_SVXSTR_EVENT_TEXTCHANGED"
msgid "Text modified"
msgstr ""
-#: strings.hrc:168
+#: cui/inc/strings.hrc:168
msgctxt "RID_SVXSTR_EVENT_UNLOADING"
msgid "Before unloading"
msgstr ""
-#: strings.hrc:169
+#: cui/inc/strings.hrc:169
msgctxt "RID_SVXSTR_EVENT_UNLOADED"
msgid "When unloading"
msgstr ""
-#: strings.hrc:170
+#: cui/inc/strings.hrc:170
msgctxt "RID_SVXSTR_EVENT_CHANGED"
msgid "Changed"
msgstr ""
-#: strings.hrc:171
+#: cui/inc/strings.hrc:171
msgctxt "RID_SVXSTR_EVENT_CREATEDOC"
msgid "Document created"
msgstr ""
-#: strings.hrc:172
+#: cui/inc/strings.hrc:172
msgctxt "RID_SVXSTR_EVENT_LOADDOCFINISHED"
msgid "Document loading finished"
msgstr ""
-#: strings.hrc:173
+#: cui/inc/strings.hrc:173
msgctxt "RID_SVXSTR_EVENT_SAVEDOCFAILED"
msgid "Saving of document failed"
msgstr ""
-#: strings.hrc:174
+#: cui/inc/strings.hrc:174
msgctxt "RID_SVXSTR_EVENT_SAVEASDOCFAILED"
msgid "'Save as' has failed"
msgstr ""
-#: strings.hrc:175
+#: cui/inc/strings.hrc:175
msgctxt "RID_SVXSTR_EVENT_COPYTODOC"
msgid "Storing or exporting copy of document"
msgstr ""
-#: strings.hrc:176
+#: cui/inc/strings.hrc:176
msgctxt "RID_SVXSTR_EVENT_COPYTODOCDONE"
msgid "Document copy has been created"
msgstr ""
-#: strings.hrc:177
+#: cui/inc/strings.hrc:177
msgctxt "RID_SVXSTR_EVENT_COPYTODOCFAILED"
msgid "Creating of document copy failed"
msgstr ""
-#: strings.hrc:178
+#: cui/inc/strings.hrc:178
msgctxt "RID_SVXSTR_EVENT_VIEWCREATED"
msgid "View created"
msgstr ""
-#: strings.hrc:179
+#: cui/inc/strings.hrc:179
msgctxt "RID_SVXSTR_EVENT_PREPARECLOSEVIEW"
msgid "View is going to be closed"
msgstr ""
-#: strings.hrc:180
+#: cui/inc/strings.hrc:180
msgctxt "RID_SVXSTR_EVENT_CLOSEVIEW"
msgid "View closed"
msgstr ""
-#: strings.hrc:181
+#: cui/inc/strings.hrc:181
msgctxt "RID_SVXSTR_EVENT_TITLECHANGED"
msgid "Document title changed"
msgstr ""
-#: strings.hrc:182
+#: cui/inc/strings.hrc:182
msgctxt "RID_SVXSTR_EVENT_SELECTIONCHANGED"
msgid "Selection changed"
msgstr ""
-#: strings.hrc:183
+#: cui/inc/strings.hrc:183
msgctxt "RID_SVXSTR_EVENT_DOUBLECLICK"
msgid "Double click"
msgstr ""
-#: strings.hrc:184
+#: cui/inc/strings.hrc:184
msgctxt "RID_SVXSTR_EVENT_RIGHTCLICK"
msgid "Right click"
msgstr ""
-#: strings.hrc:185
+#: cui/inc/strings.hrc:185
msgctxt "RID_SVXSTR_EVENT_CALCULATE"
msgid "Formulas calculated"
msgstr ""
-#: strings.hrc:186
+#: cui/inc/strings.hrc:186
msgctxt "RID_SVXSTR_EVENT_CONTENTCHANGED"
msgid "Content changed"
msgstr ""
-#: strings.hrc:188
+#: cui/inc/strings.hrc:188
msgctxt "RID_STR_SEARCH_ANYWHERE"
msgid "anywhere in the field"
msgstr ""
-#: strings.hrc:189
+#: cui/inc/strings.hrc:189
msgctxt "RID_STR_SEARCH_BEGINNING"
msgid "beginning of field"
msgstr ""
-#: strings.hrc:190
+#: cui/inc/strings.hrc:190
msgctxt "RID_STR_SEARCH_END"
msgid "end of field"
msgstr ""
-#: strings.hrc:191
+#: cui/inc/strings.hrc:191
msgctxt "RID_STR_SEARCH_WHOLE"
msgid "entire field"
msgstr ""
-#: strings.hrc:192
+#: cui/inc/strings.hrc:192
msgctxt "RID_STR_FROM_TOP"
msgid "From top"
msgstr ""
-#: strings.hrc:193
+#: cui/inc/strings.hrc:193
msgctxt "RID_STR_FROM_BOTTOM"
msgid "From bottom"
msgstr ""
-#: strings.hrc:194
+#: cui/inc/strings.hrc:194
msgctxt "RID_STR_SEARCH_NORECORD"
msgid "No records corresponding to your data found."
msgstr ""
-#: strings.hrc:195
+#: cui/inc/strings.hrc:195
msgctxt "RID_STR_SEARCH_GENERAL_ERROR"
msgid "An unknown error occurred. The search could not be finished."
msgstr ""
-#: strings.hrc:196
+#: cui/inc/strings.hrc:196
msgctxt "RID_STR_OVERFLOW_FORWARD"
msgid "Overflow, search continued at the beginning"
msgstr ""
-#: strings.hrc:197
+#: cui/inc/strings.hrc:197
msgctxt "RID_STR_OVERFLOW_BACKWARD"
msgid "Overflow, search continued at the end"
msgstr ""
-#: strings.hrc:198
+#: cui/inc/strings.hrc:198
msgctxt "RID_STR_SEARCH_COUNTING"
msgid "counting records"
msgstr ""
-#: strings.hrc:200
+#: cui/inc/strings.hrc:200
msgctxt "RID_SVXSTR_GALLERY_NOFILES"
msgid "<No Files>"
msgstr ""
-#: strings.hrc:201
+#: cui/inc/strings.hrc:201
msgctxt "RID_SVXSTR_GALLERYPROPS_OBJECT"
msgid "Object;Objects"
msgstr ""
-#: strings.hrc:202
+#: cui/inc/strings.hrc:202
msgctxt "RID_SVXSTR_GALLERY_READONLY"
msgid "(read-only)"
msgstr ""
-#: strings.hrc:203
+#: cui/inc/strings.hrc:203
msgctxt "RID_SVXSTR_GALLERY_ALLFILES"
msgid "<All Files>"
msgstr ""
-#: strings.hrc:204
+#: cui/inc/strings.hrc:204
msgctxt "RID_SVXSTR_GALLERY_ID_EXISTS"
msgid "This ID already exists..."
msgstr ""
-#: strings.hrc:206
+#: cui/inc/strings.hrc:206
msgctxt "RID_MULTIPATH_DBL_ERR"
msgid "The path %1 already exists."
msgstr ""
-#: strings.hrc:207
+#: cui/inc/strings.hrc:207
msgctxt "RID_SVXSTR_ARCHIVE_TITLE"
msgid "Select Archives"
msgstr ""
-#: strings.hrc:208
+#: cui/inc/strings.hrc:208
msgctxt "RID_SVXSTR_ARCHIVE_HEADLINE"
msgid "Archives"
msgstr ""
-#: strings.hrc:209
+#: cui/inc/strings.hrc:209
msgctxt "RID_SVXSTR_MULTIFILE_DBL_ERR"
msgid "The file %1 already exists."
msgstr ""
-#: strings.hrc:210
+#: cui/inc/strings.hrc:210
msgctxt "RID_SVXSTR_ADD_IMAGE"
msgid "Add Image"
msgstr ""
-#: strings.hrc:212
+#: cui/inc/strings.hrc:212
msgctxt "RID_SVXSTR_ONE_PASSWORD_MISMATCH"
msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
msgstr ""
-#: strings.hrc:213
+#: cui/inc/strings.hrc:213
msgctxt "RID_SVXSTR_TWO_PASSWORDS_MISMATCH"
msgid "The confirmation passwords did not match the original passwords. Set the passwords again."
msgstr ""
-#: strings.hrc:214
+#: cui/inc/strings.hrc:214
msgctxt "RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON"
msgid "Please enter a password to open or to modify, or check the open read-only option to continue."
msgstr ""
-#: strings.hrc:215
+#: cui/inc/strings.hrc:215
msgctxt "RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON_V2"
msgid "Set the password by entering the same password in both boxes."
msgstr ""
-#: strings.hrc:217
+#: cui/inc/strings.hrc:217
msgctxt "STR_AUTOLINK"
msgid "Automatic"
msgstr "Automatica"
-#: strings.hrc:218
+#: cui/inc/strings.hrc:218
msgctxt "STR_MANUALLINK"
msgid "Manual"
msgstr "~Manual"
-#: strings.hrc:219
+#: cui/inc/strings.hrc:219
msgctxt "STR_BROKENLINK"
msgid "Not available"
msgstr ""
-#: strings.hrc:220
+#: cui/inc/strings.hrc:220
msgctxt "STR_CLOSELINKMSG"
msgid "Are you sure you want to remove the selected link?"
msgstr ""
-#: strings.hrc:221
+#: cui/inc/strings.hrc:221
msgctxt "STR_CLOSELINKMSG_MULTI"
msgid "Are you sure you want to remove the selected link?"
msgstr ""
-#: strings.hrc:222
+#: cui/inc/strings.hrc:222
msgctxt "STR_WAITINGLINK"
msgid "Waiting"
msgstr ""
-#: strings.hrc:224
+#: cui/inc/strings.hrc:224
msgctxt "RID_SVXSTR_SAVE_SCREENSHOT_AS"
msgid "Save Screenshot As..."
msgstr ""
#. $(ROW) can be a number or the caption of the row in quotes
-#: strings.hrc:227
+#: cui/inc/strings.hrc:227
msgctxt "RID_SVXSTR_DIAGRAM_ROW"
msgid "Data Series $(ROW)"
msgstr ""
-#: strings.hrc:229
+#: cui/inc/strings.hrc:229
msgctxt "RID_SVXSTR_DRIVER_NAME"
msgid "Driver name"
msgstr ""
-#: strings.hrc:230
+#: cui/inc/strings.hrc:230
msgctxt "RID_SVXSTR_POOLED_FLAG"
msgid "Pool"
msgstr ""
-#: strings.hrc:231
+#: cui/inc/strings.hrc:231
msgctxt "RID_SVXSTR_POOL_TIMEOUT"
msgid "Timeout"
msgstr ""
-#: strings.hrc:232
+#: cui/inc/strings.hrc:232
msgctxt "RID_SVXSTR_YES"
msgid "Yes"
msgstr ""
-#: strings.hrc:233
+#: cui/inc/strings.hrc:233
msgctxt "RID_SVXSTR_NO"
msgid "No"
msgstr ""
-#: strings.hrc:235
+#: cui/inc/strings.hrc:235
msgctxt "STR_LINKEDDOC_DOESNOTEXIST"
msgid ""
"The file\n"
@@ -1026,7 +1026,7 @@ msgid ""
"does not exist."
msgstr ""
-#: strings.hrc:236
+#: cui/inc/strings.hrc:236
msgctxt "STR_LINKEDDOC_NO_SYSTEM_FILE"
msgid ""
"The file\n"
@@ -1034,162 +1034,162 @@ msgid ""
"does not exist in the local file system."
msgstr ""
-#: strings.hrc:237
+#: cui/inc/strings.hrc:237
msgctxt "STR_NAME_CONFLICT"
msgid ""
"The name '$file$' is already used for another database.\n"
"Please choose a different name."
msgstr ""
-#: strings.hrc:238
+#: cui/inc/strings.hrc:238
msgctxt "RID_SVXSTR_QUERY_DELETE_CONFIRM"
msgid "Do you want to delete the entry?"
msgstr ""
-#: strings.hrc:240
+#: cui/inc/strings.hrc:240
msgctxt "RID_SVXSTR_DELQUERY"
msgid "Do you want to delete the following object?"
msgstr ""
-#: strings.hrc:241
+#: cui/inc/strings.hrc:241
msgctxt "RID_SVXSTR_DELQUERY_TITLE"
msgid "Confirm Deletion"
msgstr ""
-#: strings.hrc:242
+#: cui/inc/strings.hrc:242
msgctxt "RID_SVXSTR_DELFAILED"
msgid "The selected object could not be deleted."
msgstr ""
-#: strings.hrc:243
+#: cui/inc/strings.hrc:243
msgctxt "RID_SVXSTR_DELFAILED_TITLE"
msgid "Error Deleting Object"
msgstr ""
-#: strings.hrc:244
+#: cui/inc/strings.hrc:244
msgctxt "RID_SVXSTR_CREATEFAILED"
msgid "The object could not be created."
msgstr ""
-#: strings.hrc:245
+#: cui/inc/strings.hrc:245
msgctxt "RID_SVXSTR_CREATEFAILEDDUP"
msgid " Object with the same name already exists."
msgstr ""
-#: strings.hrc:246
+#: cui/inc/strings.hrc:246
msgctxt "RID_SVXSTR_CREATEFAILED_TITLE"
msgid "Error Creating Object"
msgstr ""
-#: strings.hrc:247
+#: cui/inc/strings.hrc:247
msgctxt "RID_SVXSTR_RENAMEFAILED"
msgid "The object could not be renamed."
msgstr ""
-#: strings.hrc:248
+#: cui/inc/strings.hrc:248
msgctxt "RID_SVXSTR_RENAMEFAILED_TITLE"
msgid "Error Renaming Object"
msgstr ""
-#: strings.hrc:249
+#: cui/inc/strings.hrc:249
msgctxt "RID_SVXSTR_ERROR_TITLE"
msgid "%PRODUCTNAME Error"
msgstr ""
-#: strings.hrc:250
+#: cui/inc/strings.hrc:250
#, c-format
msgctxt "RID_SVXSTR_ERROR_LANG_NOT_SUPPORTED"
msgid "The scripting language %LANGUAGENAME is not supported."
msgstr ""
-#: strings.hrc:251
+#: cui/inc/strings.hrc:251
#, c-format
msgctxt "RID_SVXSTR_ERROR_RUNNING"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr ""
-#: strings.hrc:252
+#: cui/inc/strings.hrc:252
#, c-format
msgctxt "RID_SVXSTR_EXCEPTION_RUNNING"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr ""
-#: strings.hrc:253
+#: cui/inc/strings.hrc:253
msgctxt "RID_SVXSTR_ERROR_AT_LINE"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr ""
-#: strings.hrc:254
+#: cui/inc/strings.hrc:254
msgctxt "RID_SVXSTR_EXCEPTION_AT_LINE"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr ""
-#: strings.hrc:255
+#: cui/inc/strings.hrc:255
#, c-format
msgctxt "RID_SVXSTR_FRAMEWORK_ERROR_RUNNING"
msgid "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr ""
-#: strings.hrc:256
+#: cui/inc/strings.hrc:256
#, fuzzy
msgctxt "RID_SVXSTR_ERROR_TYPE_LABEL"
msgid "Type:"
msgstr "Tipo"
-#: strings.hrc:257
+#: cui/inc/strings.hrc:257
msgctxt "RID_SVXSTR_ERROR_MESSAGE_LABEL"
msgid "Message:"
msgstr ""
-#: strings.hrc:259
+#: cui/inc/strings.hrc:259
msgctxt "RID_SVXSTR_TYPE"
msgid "Registered name"
msgstr ""
-#: strings.hrc:260
+#: cui/inc/strings.hrc:260
#, fuzzy
msgctxt "RID_SVXSTR_PATH"
msgid "Database file"
msgstr "Campo d'a base de datos"
#. abbreviation for "[Load]"
-#: strings.hrc:263
+#: cui/inc/strings.hrc:263
msgctxt "RID_SVXSTR_HEADER1"
msgid "[L]"
msgstr ""
#. abbreviation for "[Save]"
-#: strings.hrc:265
+#: cui/inc/strings.hrc:265
msgctxt "RID_SVXSTR_HEADER2"
msgid "[S]"
msgstr ""
-#: strings.hrc:266
+#: cui/inc/strings.hrc:266
msgctxt "RID_SVXSTR_CHG_MATH"
msgid "MathType to %PRODUCTNAME Math or reverse"
msgstr ""
-#: strings.hrc:267
+#: cui/inc/strings.hrc:267
msgctxt "RID_SVXSTR_CHG_WRITER"
msgid "WinWord to %PRODUCTNAME Writer or reverse"
msgstr ""
-#: strings.hrc:268
+#: cui/inc/strings.hrc:268
msgctxt "RID_SVXSTR_CHG_CALC"
msgid "Excel to %PRODUCTNAME Calc or reverse"
msgstr ""
-#: strings.hrc:269
+#: cui/inc/strings.hrc:269
msgctxt "RID_SVXSTR_CHG_IMPRESS"
msgid "PowerPoint to %PRODUCTNAME Impress or reverse"
msgstr ""
-#: strings.hrc:270
+#: cui/inc/strings.hrc:270
msgctxt "RID_SVXSTR_CHG_SMARTART"
msgid "SmartArt to %PRODUCTNAME shapes or reverse"
msgstr ""
-#: strings.hrc:272
+#: cui/inc/strings.hrc:272
msgctxt "RID_SVXSTR_OPT_DOUBLE_DICTS"
msgid ""
"The specified name already exists.\n"
@@ -1206,138 +1206,138 @@ msgstr ""
#. contains an optional model word associated to the new user word,
#. allowing its affixation or compounding during spell checking.
#. For example, adding "Grammar By" word "fund" to the new user
-#. word "crowdfund", the spell checker will recogize "crowdfund"
+#. word "crowdfund", the spell checker will recognize "crowdfund"
#. with suffixes of "fund": "crowdfunding", "crowdfund's" etc.
-#: strings.hrc:287
+#: cui/inc/strings.hrc:287
msgctxt "RID_SVXSTR_OPT_GRAMMAR_BY"
msgid "~Grammar By"
msgstr ""
-#: strings.hrc:288
+#: cui/inc/strings.hrc:288
msgctxt "STR_MODIFY"
msgid "~Replace"
msgstr ""
-#: strings.hrc:289
+#: cui/inc/strings.hrc:289
msgctxt "RID_SVXSTR_CONFIRM_SET_LANGUAGE"
msgid "Do you want to change the '%1' dictionary language?"
msgstr ""
-#: strings.hrc:291
+#: cui/inc/strings.hrc:291
msgctxt "RID_SVXSTR_COLOR_CONFIG_DELETE"
msgid "Do you really want to delete the color scheme?"
msgstr "Ye seguro que deseya eliminar a formatación automatica #?"
-#: strings.hrc:292
+#: cui/inc/strings.hrc:292
msgctxt "RID_SVXSTR_COLOR_CONFIG_DELETE_TITLE"
msgid "Color Scheme Deletion"
msgstr ""
-#: strings.hrc:293
+#: cui/inc/strings.hrc:293
msgctxt "RID_SVXSTR_COLOR_CONFIG_SAVE1"
msgid "Save scheme"
msgstr ""
-#: strings.hrc:294
+#: cui/inc/strings.hrc:294
msgctxt "RID_SVXSTR_COLOR_CONFIG_SAVE2"
msgid "Name of color scheme"
msgstr ""
-#: strings.hrc:296
+#: cui/inc/strings.hrc:296
msgctxt "RID_SVXSTR_SPELL"
msgid "Spelling"
msgstr ""
-#: strings.hrc:297
+#: cui/inc/strings.hrc:297
msgctxt "RID_SVXSTR_HYPH"
msgid "Hyphenation"
msgstr ""
-#: strings.hrc:298
+#: cui/inc/strings.hrc:298
msgctxt "RID_SVXSTR_THES"
msgid "Thesaurus"
msgstr ""
-#: strings.hrc:299
+#: cui/inc/strings.hrc:299
msgctxt "RID_SVXSTR_GRAMMAR"
msgid "Grammar"
msgstr ""
-#: strings.hrc:300
+#: cui/inc/strings.hrc:300
msgctxt "RID_SVXSTR_CAPITAL_WORDS"
msgid "Check uppercase words"
msgstr ""
-#: strings.hrc:301
+#: cui/inc/strings.hrc:301
msgctxt "RID_SVXSTR_WORDS_WITH_DIGITS"
msgid "Check words with numbers "
msgstr ""
-#: strings.hrc:302
+#: cui/inc/strings.hrc:302
msgctxt "RID_SVXSTR_SPELL_SPECIAL"
msgid "Check special regions"
msgstr ""
-#: strings.hrc:303
+#: cui/inc/strings.hrc:303
msgctxt "RID_SVXSTR_SPELL_AUTO"
msgid "Check spelling as you type"
msgstr ""
-#: strings.hrc:304
+#: cui/inc/strings.hrc:304
msgctxt "RID_SVXSTR_GRAMMAR_AUTO"
msgid "Check grammar as you type"
msgstr ""
-#: strings.hrc:305
+#: cui/inc/strings.hrc:305
msgctxt "RID_SVXSTR_NUM_MIN_WORDLEN"
msgid "Minimal number of characters for hyphenation: "
msgstr ""
-#: strings.hrc:306
+#: cui/inc/strings.hrc:306
msgctxt "RID_SVXSTR_NUM_PRE_BREAK"
msgid "Characters before line break: "
msgstr ""
-#: strings.hrc:307
+#: cui/inc/strings.hrc:307
msgctxt "RID_SVXSTR_NUM_POST_BREAK"
msgid "Characters after line break: "
msgstr ""
-#: strings.hrc:308
+#: cui/inc/strings.hrc:308
msgctxt "RID_SVXSTR_HYPH_AUTO"
msgid "Hyphenate without inquiry"
msgstr ""
-#: strings.hrc:309
+#: cui/inc/strings.hrc:309
msgctxt "RID_SVXSTR_HYPH_SPECIAL"
msgid "Hyphenate special regions"
msgstr ""
-#: strings.hrc:311
+#: cui/inc/strings.hrc:311
msgctxt "RID_SVXSTR_JRE_NOT_RECOGNIZED"
msgid ""
"The folder you selected does not contain a Java runtime environment.\n"
"Please select a different folder."
msgstr ""
-#: strings.hrc:312
+#: cui/inc/strings.hrc:312
msgctxt "RID_SVXSTR_JRE_FAILED_VERSION"
msgid ""
"The Java runtime environment you selected is not the required version.\n"
"Please select a different folder."
msgstr ""
-#: strings.hrc:313
+#: cui/inc/strings.hrc:313
msgctxt "RID_SVXSTR_OPTIONS_RESTART"
msgid "Please restart %PRODUCTNAME now so the new or modified values can take effect."
msgstr ""
-#: strings.hrc:314
+#: cui/inc/strings.hrc:314
msgctxt "RID_SVXSTR_JAVA_START_PARAM"
msgid "Edit Parameter"
msgstr ""
-#: strings.hrc:316
+#: cui/inc/strings.hrc:316
msgctxt "RID_SVXSTR_OPT_PROXYPORTS"
msgid ""
"Invalid value!\n"
@@ -1345,4694 +1345,4676 @@ msgid ""
"The maximum value for a port number is 65535."
msgstr ""
-#: strings.hrc:318
-msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
-msgid "Left-to-right (LTR)"
-msgstr ""
-
-#: strings.hrc:319
-msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
-msgid "Right-to-left (RTL)"
-msgstr ""
-
-#: strings.hrc:320
-msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
-msgid "Use superordinate object settings"
-msgstr ""
-
-#. page direction
-#: strings.hrc:322
-msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
-msgid "Left-to-right (horizontal)"
-msgstr ""
-
-#: strings.hrc:323
-msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
-msgid "Right-to-left (horizontal)"
-msgstr ""
-
-#: strings.hrc:324
-msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
-msgid "Right-to-left (vertical)"
-msgstr ""
-
-#: strings.hrc:325
-msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
-msgid "Left-to-right (vertical)"
-msgstr ""
-
-#: strings.hrc:327
+#: cui/inc/strings.hrc:318
msgctxt "RID_SVXSTR_DESC_GRADIENT"
msgid "Please enter a name for the gradient:"
msgstr ""
-#: strings.hrc:328
+#: cui/inc/strings.hrc:319
msgctxt "RID_SVXSTR_DESC_NEW_BITMAP"
msgid "Please enter a name for the bitmap:"
msgstr ""
-#: strings.hrc:329
+#: cui/inc/strings.hrc:320
msgctxt "RID_SVXSTR_DESC_EXT_BITMAP"
msgid "Please enter a name for the external bitmap:"
msgstr ""
-#: strings.hrc:330
+#: cui/inc/strings.hrc:321
msgctxt "RID_SVXSTR_DESC_NEW_PATTERN"
msgid "Please enter a name for the pattern:"
msgstr ""
-#: strings.hrc:331
+#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_DESC_LINESTYLE"
msgid "Please enter a name for the line style:"
msgstr ""
-#: strings.hrc:332
+#: cui/inc/strings.hrc:323
msgctxt "RID_SVXSTR_ASK_CHANGE_LINESTYLE"
msgid ""
"The line style was modified without saving. \n"
"Modify the selected line style or add a new line style."
msgstr ""
-#: strings.hrc:333
+#: cui/inc/strings.hrc:324
msgctxt "RID_SVXSTR_DESC_HATCH"
msgid "Please enter a name for the hatching:"
msgstr ""
-#: strings.hrc:334
+#: cui/inc/strings.hrc:325
msgctxt "RID_SVXSTR_CHANGE"
msgid "Modify"
msgstr ""
-#: strings.hrc:335
+#: cui/inc/strings.hrc:326
msgctxt "RID_SVXSTR_ADD"
msgid "Add"
msgstr "Adhibir"
-#: strings.hrc:336
+#: cui/inc/strings.hrc:327
msgctxt "RID_SVXSTR_DESC_COLOR"
msgid "Please enter a name for the new color:"
msgstr ""
-#: strings.hrc:337
+#: cui/inc/strings.hrc:328
msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "Tabla"
-#: strings.hrc:338
+#: cui/inc/strings.hrc:329
msgctxt "RID_SVXSTR_DESC_LINEEND"
msgid "Please enter a name for the new arrowhead:"
msgstr ""
-#: strings.hrc:339
+#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_CHARNAME_NOSTYLE"
msgid "No %1"
msgstr ""
-#: strings.hrc:340
+#: cui/inc/strings.hrc:331
msgctxt "RID_SVXSTR_CHARNAME_FAMILY"
msgid "Family:"
msgstr ""
-#: strings.hrc:341
+#: cui/inc/strings.hrc:332
#, fuzzy
msgctxt "RID_SVXSTR_CHARNAME_FONT"
msgid "Font:"
msgstr "Tipo de letra"
-#: strings.hrc:342
+#: cui/inc/strings.hrc:333
#, fuzzy
msgctxt "RID_SVXSTR_CHARNAME_STYLE"
msgid "Style:"
msgstr "E~stilo"
-#: strings.hrc:343
+#: cui/inc/strings.hrc:334
msgctxt "RID_SVXSTR_CHARNAME_TYPEFACE"
msgid "Typeface:"
msgstr ""
-#: strings.hrc:344
+#: cui/inc/strings.hrc:335
msgctxt "RID_SVXSTR_CHARNAME_HIGHLIGHTING"
msgid "Highlight Color"
msgstr ""
-#: strings.hrc:345
+#: cui/inc/strings.hrc:336
msgctxt "RID_SVXSTR_USE_REPLACE"
msgid "Use replacement table"
msgstr ""
-#: strings.hrc:346
+#: cui/inc/strings.hrc:337
msgctxt "RID_SVXSTR_CPTL_STT_WORD"
msgid "Correct TWo INitial CApitals"
msgstr ""
-#: strings.hrc:347
+#: cui/inc/strings.hrc:338
msgctxt "RID_SVXSTR_CPTL_STT_SENT"
msgid "Capitalize first letter of every sentence"
msgstr ""
-#: strings.hrc:348
+#: cui/inc/strings.hrc:339
msgctxt "RID_SVXSTR_BOLD_UNDER"
msgid "Automatic *bold*, /italic/, -strikeout- and _underline_"
msgstr ""
-#: strings.hrc:349
+#: cui/inc/strings.hrc:340
msgctxt "RID_SVXSTR_NO_DBL_SPACES"
msgid "Ignore double spaces"
msgstr ""
-#: strings.hrc:350
+#: cui/inc/strings.hrc:341
msgctxt "RID_SVXSTR_DETECT_URL"
msgid "URL Recognition"
msgstr ""
-#: strings.hrc:351
+#: cui/inc/strings.hrc:342
msgctxt "RID_SVXSTR_DASH"
msgid "Replace dashes"
msgstr ""
-#: strings.hrc:352
+#: cui/inc/strings.hrc:343
msgctxt "RID_SVXSTR_CORRECT_ACCIDENTAL_CAPS_LOCK"
msgid "Correct accidental use of cAPS LOCK key"
msgstr ""
-#: strings.hrc:353
+#: cui/inc/strings.hrc:344
msgctxt "RID_SVXSTR_NON_BREAK_SPACE"
msgid "Add non-breaking space before specific punctuation marks in French text"
msgstr ""
-#: strings.hrc:354
+#: cui/inc/strings.hrc:345
msgctxt "RID_SVXSTR_ORDINAL"
msgid "Format ordinal numbers suffixes (1st -> 1^st)"
msgstr ""
-#: strings.hrc:355
+#: cui/inc/strings.hrc:346
msgctxt "RID_SVXSTR_DEL_EMPTY_PARA"
msgid "Remove blank paragraphs"
msgstr ""
-#: strings.hrc:356
+#: cui/inc/strings.hrc:347
msgctxt "RID_SVXSTR_USER_STYLE"
msgid "Replace Custom Styles"
msgstr ""
-#: strings.hrc:357
+#: cui/inc/strings.hrc:348
msgctxt "RID_SVXSTR_BULLET"
msgid "Replace bullets with: "
msgstr ""
-#: strings.hrc:358
+#: cui/inc/strings.hrc:349
msgctxt "RID_SVXSTR_RIGHT_MARGIN"
msgid "Combine single line paragraphs if length greater than"
msgstr ""
-#: strings.hrc:359
+#: cui/inc/strings.hrc:350
msgctxt "RID_SVXSTR_NUM"
msgid "Bulleted and numbered lists. Bullet symbol: "
msgstr ""
-#: strings.hrc:360
+#: cui/inc/strings.hrc:351
msgctxt "RID_SVXSTR_BORDER"
msgid "Apply border"
msgstr ""
-#: strings.hrc:361
+#: cui/inc/strings.hrc:352
msgctxt "RID_SVXSTR_CREATE_TABLE"
msgid "Create table"
msgstr ""
-#: strings.hrc:362
+#: cui/inc/strings.hrc:353
#, fuzzy
msgctxt "RID_SVXSTR_REPLACE_TEMPLATES"
msgid "Apply Styles"
msgstr "Estilos aplicaus"
-#: strings.hrc:363
+#: cui/inc/strings.hrc:354
msgctxt "RID_SVXSTR_DEL_SPACES_AT_STT_END"
msgid "Delete spaces and tabs at beginning and end of paragraph"
msgstr ""
-#: strings.hrc:364
+#: cui/inc/strings.hrc:355
msgctxt "RID_SVXSTR_DEL_SPACES_BETWEEN_LINES"
msgid "Delete spaces and tabs at end and start of line"
msgstr ""
-#: strings.hrc:365
+#: cui/inc/strings.hrc:356
msgctxt "RID_SVXSTR_CONNECTOR"
msgid "Connector"
msgstr ""
-#: strings.hrc:366
+#: cui/inc/strings.hrc:357
msgctxt "RID_SVXSTR_DIMENSION_LINE"
msgid "Dimension line"
msgstr ""
-#: strings.hrc:367
+#: cui/inc/strings.hrc:358
msgctxt "RID_SVXSTR_LOAD_ERROR"
msgid "The selected module could not be loaded."
msgstr ""
-#: strings.hrc:368
+#: cui/inc/strings.hrc:359
msgctxt "RID_SVXSTR_STARTQUOTE"
msgid "Start Quote"
msgstr ""
-#: strings.hrc:369
+#: cui/inc/strings.hrc:360
msgctxt "RID_SVXSTR_ENDQUOTE"
msgid "End Quote"
msgstr ""
-#: strings.hrc:371
+#: cui/inc/strings.hrc:362
msgctxt "RID_SVXSTR_SELECTEDPERSONA"
msgid "Selected Theme: "
msgstr ""
-#: strings.hrc:372
+#: cui/inc/strings.hrc:363
msgctxt "RID_SVXSTR_SEARCHING"
msgid "Searching, please wait..."
msgstr ""
-#: strings.hrc:373
+#: cui/inc/strings.hrc:364
msgctxt "RID_SVXSTR_SEARCHERROR"
msgid "Cannot open %1, please try again later."
msgstr ""
-#: strings.hrc:374
+#: cui/inc/strings.hrc:365
msgctxt "RID_SVXSTR_NORESULTS"
msgid "No results found."
msgstr ""
-#: strings.hrc:375
+#: cui/inc/strings.hrc:366
msgctxt "RID_SVXSTR_APPLYPERSONA"
msgid "Applying Theme..."
msgstr ""
-#: strings.hrc:377
+#: cui/inc/strings.hrc:368
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "Set No Borders"
msgstr ""
-#: strings.hrc:378
+#: cui/inc/strings.hrc:369
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Set Outer Border Only"
msgstr ""
-#: strings.hrc:379
+#: cui/inc/strings.hrc:370
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Set Outer Border and Horizontal Lines"
msgstr ""
-#: strings.hrc:380
+#: cui/inc/strings.hrc:371
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Set Outer Border and All Inner Lines"
msgstr ""
-#: strings.hrc:381
+#: cui/inc/strings.hrc:372
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Set Outer Border Without Changing Inner Lines"
msgstr ""
-#: strings.hrc:382
+#: cui/inc/strings.hrc:373
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Set Diagonal Lines Only"
msgstr ""
-#: strings.hrc:383
+#: cui/inc/strings.hrc:374
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "Set All Four Borders"
msgstr ""
-#: strings.hrc:384
+#: cui/inc/strings.hrc:375
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Set Left and Right Borders Only"
msgstr ""
-#: strings.hrc:385
+#: cui/inc/strings.hrc:376
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Set Top and Bottom Borders Only"
msgstr ""
-#: strings.hrc:386
+#: cui/inc/strings.hrc:377
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Set Left Border Only"
msgstr ""
-#: strings.hrc:387
+#: cui/inc/strings.hrc:378
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Set Top and Bottom Borders, and All Inner Lines"
msgstr ""
-#: strings.hrc:388
+#: cui/inc/strings.hrc:379
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Set Left and Right Borders, and All Inner Lines"
msgstr ""
-#: strings.hrc:389
+#: cui/inc/strings.hrc:380
msgctxt "RID_SVXSTR_SHADOW_STYLE_NONE"
msgid "No Shadow"
msgstr ""
-#: strings.hrc:390
+#: cui/inc/strings.hrc:381
msgctxt "RID_SVXSTR_SHADOW_STYLE_BOTTOMRIGHT"
msgid "Cast Shadow to Bottom Right"
msgstr ""
-#: strings.hrc:391
+#: cui/inc/strings.hrc:382
msgctxt "RID_SVXSTR_SHADOW_STYLE_TOPRIGHT"
msgid "Cast Shadow to Top Right"
msgstr ""
-#: strings.hrc:392
+#: cui/inc/strings.hrc:383
msgctxt "RID_SVXSTR_SHADOW_STYLE_BOTTOMLEFT"
msgid "Cast Shadow to Bottom Left"
msgstr ""
-#: strings.hrc:393
+#: cui/inc/strings.hrc:384
msgctxt "RID_SVXSTR_SHADOW_STYLE_TOPLEFT"
msgid "Cast Shadow to Top Left"
msgstr ""
-#: treeopt.hrc:30
+#: cui/inc/strings.hrc:385
+msgctxt "RID_SVXSTR_SIGNATURELINE_SIGNED_BY"
+msgid "Signed by: %1"
+msgstr ""
+
+#: cui/inc/treeopt.hrc:30
#, fuzzy
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME %s"
-#: treeopt.hrc:31
+#: cui/inc/treeopt.hrc:31
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "User Data"
msgstr ""
-#: treeopt.hrc:32
+#: cui/inc/treeopt.hrc:32
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "General"
msgstr ""
-#: treeopt.hrc:33
+#: cui/inc/treeopt.hrc:33
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "View"
msgstr "Veyer"
-#: treeopt.hrc:34
+#: cui/inc/treeopt.hrc:34
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Print"
msgstr "Imprentar"
-#: treeopt.hrc:35
+#: cui/inc/treeopt.hrc:35
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Paths"
msgstr ""
-#: treeopt.hrc:36
+#: cui/inc/treeopt.hrc:36
#, fuzzy
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Fonts"
msgstr "Tipo de letra"
-#: treeopt.hrc:37
+#: cui/inc/treeopt.hrc:37
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Security"
msgstr ""
-#: treeopt.hrc:38
+#: cui/inc/treeopt.hrc:38
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Personalization"
msgstr ""
-#: treeopt.hrc:39
+#: cui/inc/treeopt.hrc:39
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Application Colors"
msgstr ""
-#: treeopt.hrc:40
+#: cui/inc/treeopt.hrc:40
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Accessibility"
msgstr ""
-#: treeopt.hrc:41
+#: cui/inc/treeopt.hrc:41
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Advanced"
msgstr ""
-#: treeopt.hrc:42
+#: cui/inc/treeopt.hrc:42
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Basic IDE"
msgstr ""
-#: treeopt.hrc:43
+#: cui/inc/treeopt.hrc:43
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Online Update"
msgstr ""
-#: treeopt.hrc:44
+#: cui/inc/treeopt.hrc:44
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "OpenCL"
msgstr ""
-#: treeopt.hrc:49
+#: cui/inc/treeopt.hrc:49
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Language Settings"
msgstr ""
-#: treeopt.hrc:50
+#: cui/inc/treeopt.hrc:50
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Languages"
msgstr ""
-#: treeopt.hrc:51
+#: cui/inc/treeopt.hrc:51
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Writing Aids"
msgstr ""
-#: treeopt.hrc:52
+#: cui/inc/treeopt.hrc:52
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Searching in Japanese"
msgstr ""
-#: treeopt.hrc:53
+#: cui/inc/treeopt.hrc:53
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Asian Layout"
msgstr ""
-#: treeopt.hrc:54
+#: cui/inc/treeopt.hrc:54
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Complex Text Layout"
msgstr ""
-#: treeopt.hrc:59
+#: cui/inc/treeopt.hrc:59
msgctxt "SID_INET_DLG_RES"
msgid "Internet"
msgstr ""
-#: treeopt.hrc:60
+#: cui/inc/treeopt.hrc:60
msgctxt "SID_INET_DLG_RES"
msgid "Proxy"
msgstr ""
-#: treeopt.hrc:61
+#: cui/inc/treeopt.hrc:61
msgctxt "SID_INET_DLG_RES"
msgid "E-mail"
msgstr "Correu-e"
-#: treeopt.hrc:66
+#: cui/inc/treeopt.hrc:66
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Writer"
msgstr ""
-#: treeopt.hrc:67
+#: cui/inc/treeopt.hrc:67
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "General"
msgstr ""
-#: treeopt.hrc:68
+#: cui/inc/treeopt.hrc:68
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "View"
msgstr "Veyer"
-#: treeopt.hrc:69
+#: cui/inc/treeopt.hrc:69
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Formatting Aids"
msgstr ""
-#: treeopt.hrc:70
+#: cui/inc/treeopt.hrc:70
#, fuzzy
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Grid"
msgstr "~Rella"
-#: treeopt.hrc:71
+#: cui/inc/treeopt.hrc:71
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (Western)"
msgstr ""
-#: treeopt.hrc:72
+#: cui/inc/treeopt.hrc:72
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (Asian)"
msgstr ""
-#: treeopt.hrc:73
+#: cui/inc/treeopt.hrc:73
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (CTL)"
msgstr ""
-#: treeopt.hrc:74
+#: cui/inc/treeopt.hrc:74
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Print"
msgstr "Imprentar"
-#: treeopt.hrc:75
+#: cui/inc/treeopt.hrc:75
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Table"
msgstr "Tabla"
-#: treeopt.hrc:76
+#: cui/inc/treeopt.hrc:76
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Changes"
msgstr ""
-#: treeopt.hrc:77
+#: cui/inc/treeopt.hrc:77
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Comparison"
msgstr ""
-#: treeopt.hrc:78
+#: cui/inc/treeopt.hrc:78
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Compatibility"
msgstr ""
-#: treeopt.hrc:79
+#: cui/inc/treeopt.hrc:79
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "AutoCaption"
msgstr ""
-#: treeopt.hrc:80
+#: cui/inc/treeopt.hrc:80
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Mail Merge E-mail"
msgstr ""
-#: treeopt.hrc:85
+#: cui/inc/treeopt.hrc:85
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "%PRODUCTNAME Writer/Web"
msgstr ""
-#: treeopt.hrc:86
+#: cui/inc/treeopt.hrc:86
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "View"
msgstr "Veyer"
-#: treeopt.hrc:87
+#: cui/inc/treeopt.hrc:87
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Formatting Aids"
msgstr ""
-#: treeopt.hrc:88
+#: cui/inc/treeopt.hrc:88
#, fuzzy
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Grid"
msgstr "~Rella"
-#: treeopt.hrc:89
+#: cui/inc/treeopt.hrc:89
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Print"
msgstr "Imprentar"
-#: treeopt.hrc:90
+#: cui/inc/treeopt.hrc:90
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Table"
msgstr "Tabla"
-#: treeopt.hrc:91
+#: cui/inc/treeopt.hrc:91
#, fuzzy
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Background"
msgstr "Fundo"
-#: treeopt.hrc:96
+#: cui/inc/treeopt.hrc:96
#, fuzzy
msgctxt "SID_SM_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Math"
msgstr "%PRODUCTNAME %s"
-#: treeopt.hrc:97
+#: cui/inc/treeopt.hrc:97
#, fuzzy
msgctxt "SID_SM_EDITOPTIONS_RES"
msgid "Settings"
msgstr "Configuración"
-#: treeopt.hrc:102
+#: cui/inc/treeopt.hrc:102
#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME %s"
-#: treeopt.hrc:103
+#: cui/inc/treeopt.hrc:103
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "General"
msgstr ""
-#: treeopt.hrc:104
+#: cui/inc/treeopt.hrc:104
#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Defaults"
msgstr "Por defecto"
-#: treeopt.hrc:105
+#: cui/inc/treeopt.hrc:105
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "View"
msgstr "Veyer"
-#: treeopt.hrc:106
+#: cui/inc/treeopt.hrc:106
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Calculate"
msgstr ""
-#: treeopt.hrc:107
+#: cui/inc/treeopt.hrc:107
#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Formula"
msgstr "~Formulas"
-#: treeopt.hrc:108
+#: cui/inc/treeopt.hrc:108
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Sort Lists"
msgstr ""
-#: treeopt.hrc:109
+#: cui/inc/treeopt.hrc:109
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Changes"
msgstr ""
-#: treeopt.hrc:110
+#: cui/inc/treeopt.hrc:110
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Compatibility"
msgstr ""
-#: treeopt.hrc:111
+#: cui/inc/treeopt.hrc:111
#, fuzzy
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Grid"
msgstr "~Rella"
-#: treeopt.hrc:112
+#: cui/inc/treeopt.hrc:112
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Print"
msgstr "Imprentar"
-#: treeopt.hrc:117
+#: cui/inc/treeopt.hrc:117
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Impress"
msgstr ""
-#: treeopt.hrc:118
+#: cui/inc/treeopt.hrc:118
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "General"
msgstr ""
-#: treeopt.hrc:119
+#: cui/inc/treeopt.hrc:119
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "View"
msgstr "Veyer"
-#: treeopt.hrc:120
+#: cui/inc/treeopt.hrc:120
#, fuzzy
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "Grid"
msgstr "~Rella"
-#: treeopt.hrc:121
+#: cui/inc/treeopt.hrc:121
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "Print"
msgstr "Imprentar"
-#: treeopt.hrc:126
+#: cui/inc/treeopt.hrc:126
#, fuzzy
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "%PRODUCTNAME Draw"
msgstr "%PRODUCTNAME %s"
-#: treeopt.hrc:127
+#: cui/inc/treeopt.hrc:127
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "General"
msgstr ""
-#: treeopt.hrc:128
+#: cui/inc/treeopt.hrc:128
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "View"
msgstr "Veyer"
-#: treeopt.hrc:129
+#: cui/inc/treeopt.hrc:129
#, fuzzy
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "Grid"
msgstr "~Rella"
-#: treeopt.hrc:130
+#: cui/inc/treeopt.hrc:130
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "Print"
msgstr "Imprentar"
-#: treeopt.hrc:135
+#: cui/inc/treeopt.hrc:135
#, fuzzy
msgctxt "SID_SCH_EDITOPTIONS_RES"
msgid "Charts"
msgstr "~Diagramas"
-#: treeopt.hrc:136
+#: cui/inc/treeopt.hrc:136
msgctxt "SID_SCH_EDITOPTIONS_RES"
msgid "Default Colors"
msgstr ""
-#: treeopt.hrc:141
+#: cui/inc/treeopt.hrc:141
msgctxt "SID_FILTER_DLG_RES"
msgid "Load/Save"
msgstr ""
-#: treeopt.hrc:142
+#: cui/inc/treeopt.hrc:142
msgctxt "SID_FILTER_DLG_RES"
msgid "General"
msgstr ""
-#: treeopt.hrc:143
+#: cui/inc/treeopt.hrc:143
msgctxt "SID_FILTER_DLG_RES"
msgid "VBA Properties"
msgstr ""
-#: treeopt.hrc:144
+#: cui/inc/treeopt.hrc:144
msgctxt "SID_FILTER_DLG_RES"
msgid "Microsoft Office"
msgstr ""
-#: treeopt.hrc:145
+#: cui/inc/treeopt.hrc:145
msgctxt "SID_FILTER_DLG_RES"
msgid "HTML Compatibility"
msgstr ""
-#: treeopt.hrc:150
+#: cui/inc/treeopt.hrc:150
#, fuzzy
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "%PRODUCTNAME Base"
msgstr "%PRODUCTNAME %s"
-#: treeopt.hrc:151
+#: cui/inc/treeopt.hrc:151
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "Connections"
msgstr ""
-#: treeopt.hrc:152
+#: cui/inc/treeopt.hrc:152
#, fuzzy
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "Databases"
msgstr "Base de datos"
-#: aboutconfigdialog.ui:9
+#: cui/uiconfig/ui/aboutconfigdialog.ui:9
msgctxt "aboutconfigdialog|AboutConfig"
msgid "Expert Configuration"
msgstr ""
-#: aboutconfigdialog.ui:48
+#: cui/uiconfig/ui/aboutconfigdialog.ui:48
msgctxt "aboutconfigdialog|searchButton"
msgid "_Search"
msgstr ""
-#: aboutconfigdialog.ui:81
+#: cui/uiconfig/ui/aboutconfigdialog.ui:81
msgctxt "aboutconfigdialog|preference"
msgid "Preference Name"
msgstr ""
-#: aboutconfigdialog.ui:96
+#: cui/uiconfig/ui/aboutconfigdialog.ui:96
msgctxt "aboutconfigdialog|property"
msgid "Property"
msgstr ""
-#: aboutconfigdialog.ui:109
+#: cui/uiconfig/ui/aboutconfigdialog.ui:109
msgctxt "aboutconfigdialog|type"
msgid "Type"
msgstr "Tipo"
-#: aboutconfigdialog.ui:122
+#: cui/uiconfig/ui/aboutconfigdialog.ui:122
msgctxt "aboutconfigdialog|value"
msgid "Value"
msgstr "Valura"
-#: aboutconfigdialog.ui:169
+#: cui/uiconfig/ui/aboutconfigdialog.ui:169
msgctxt "aboutconfigdialog|edit"
msgid "Edit"
msgstr ""
-#: aboutconfigdialog.ui:182
+#: cui/uiconfig/ui/aboutconfigdialog.ui:182
msgctxt "aboutconfigdialog|reset"
msgid "Reset"
msgstr ""
-#: aboutconfigvaluedialog.ui:9
+#: cui/uiconfig/ui/aboutconfigvaluedialog.ui:9
msgctxt "aboutconfigvaluedialog|AboutConfigValueDialog"
msgid "Name"
msgstr "Nombre"
-#: aboutconfigvaluedialog.ui:87
+#: cui/uiconfig/ui/aboutconfigvaluedialog.ui:87
#, fuzzy
msgctxt "aboutconfigvaluedialog|label1"
msgid "Value:"
msgstr "Valura"
-#: aboutdialog.ui:6
+#: cui/uiconfig/ui/aboutdialog.ui:6
msgctxt "aboutdialog|textbuffer1"
msgid "Version: %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX"
msgstr ""
-#: aboutdialog.ui:11
+#: cui/uiconfig/ui/aboutdialog.ui:11
#, fuzzy
msgctxt "aboutdialog|AboutDialog"
msgid "About %PRODUCTNAME"
msgstr "Arre~dol de %PRODUCTNAME"
-#: aboutdialog.ui:25
+#: cui/uiconfig/ui/aboutdialog.ui:25
msgctxt "aboutdialog|credits"
msgid "Cre_dits"
msgstr ""
-#: aboutdialog.ui:40
+#: cui/uiconfig/ui/aboutdialog.ui:40
msgctxt "aboutdialog|website"
msgid "_Website"
msgstr ""
-#: aboutdialog.ui:109
+#: cui/uiconfig/ui/aboutdialog.ui:109
#, fuzzy
msgctxt "aboutdialog|logoreplacement"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME %s"
-#: aboutdialog.ui:128
+#: cui/uiconfig/ui/aboutdialog.ui:128
msgctxt "aboutdialog|buildid"
msgid "Build ID: $BUILDID"
msgstr ""
-#: aboutdialog.ui:141
+#: cui/uiconfig/ui/aboutdialog.ui:141
msgctxt "aboutdialog|locale"
msgid "Locale: $LOCALE"
msgstr ""
-#: aboutdialog.ui:174
+#: cui/uiconfig/ui/aboutdialog.ui:174
msgctxt "aboutdialog|buildIdLink"
msgid "See Log: $GITHASH"
msgstr ""
-#: aboutdialog.ui:191
+#: cui/uiconfig/ui/aboutdialog.ui:191
msgctxt "aboutdialog|description"
msgid "%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more."
msgstr ""
-#: aboutdialog.ui:214
+#: cui/uiconfig/ui/aboutdialog.ui:214
msgctxt "aboutdialog|copyright"
-msgid "Copyright © 2000–2017 LibreOffice contributors."
+msgid "Copyright © 2000–2018 LibreOffice contributors."
msgstr ""
-#: aboutdialog.ui:228
+#: cui/uiconfig/ui/aboutdialog.ui:228
msgctxt "aboutdialog|libreoffice"
msgid "LibreOffice was based on OpenOffice.org."
msgstr ""
-#: aboutdialog.ui:242
+#: cui/uiconfig/ui/aboutdialog.ui:242
msgctxt "aboutdialog|derived"
msgid "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org."
msgstr ""
-#: aboutdialog.ui:256
+#: cui/uiconfig/ui/aboutdialog.ui:256
msgctxt "aboutdialog|vendor"
msgid "This release was supplied by %OOOVENDOR."
msgstr ""
-#: aboutdialog.ui:276
+#: cui/uiconfig/ui/aboutdialog.ui:276
msgctxt "aboutdialog|link"
msgid "https://www.libreoffice.org/about-us/credits/"
msgstr ""
-#: accelconfigpage.ui:54
+#: cui/uiconfig/ui/accelconfigpage.ui:54
msgctxt "accelconfigpage|label21"
msgid "Shortcu_t Keys"
msgstr ""
-#: accelconfigpage.ui:80
+#: cui/uiconfig/ui/accelconfigpage.ui:80
#, fuzzy
msgctxt "accelconfigpage|office"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME %s"
-#: accelconfigpage.ui:97
+#: cui/uiconfig/ui/accelconfigpage.ui:97
msgctxt "accelconfigpage|module"
msgid "$(MODULE)"
msgstr ""
-#: accelconfigpage.ui:129
+#: cui/uiconfig/ui/accelconfigpage.ui:129
msgctxt "accelconfigpage|change"
msgid "_Modify"
msgstr ""
-#: accelconfigpage.ui:157
+#: cui/uiconfig/ui/accelconfigpage.ui:157
msgctxt "accelconfigpage|load"
msgid "_Load..."
msgstr ""
-#: accelconfigpage.ui:172
+#: cui/uiconfig/ui/accelconfigpage.ui:172
msgctxt "accelconfigpage|save"
msgid "_Save..."
msgstr ""
-#: accelconfigpage.ui:247
+#: cui/uiconfig/ui/accelconfigpage.ui:247
msgctxt "accelconfigpage|searchEntry"
msgid "Type to search"
msgstr ""
-#: accelconfigpage.ui:267
+#: cui/uiconfig/ui/accelconfigpage.ui:267
#, fuzzy
msgctxt "accelconfigpage|label23"
msgid "_Category"
msgstr "ID Categoría"
-#: accelconfigpage.ui:281
+#: cui/uiconfig/ui/accelconfigpage.ui:281
#, fuzzy
msgctxt "accelconfigpage|label24"
msgid "_Function"
msgstr "~Función"
-#: accelconfigpage.ui:295
+#: cui/uiconfig/ui/accelconfigpage.ui:295
msgctxt "accelconfigpage|label25"
msgid "_Keys"
msgstr ""
-#: accelconfigpage.ui:365
+#: cui/uiconfig/ui/accelconfigpage.ui:365
#, fuzzy
msgctxt "accelconfigpage|label22"
msgid "F_unctions"
msgstr "Funcions"
-#: acorexceptpage.ui:50
+#: cui/uiconfig/ui/acorexceptpage.ui:50
msgctxt "acorexceptpage|autoabbrev"
msgid "_AutoInclude"
msgstr ""
-#: acorexceptpage.ui:83
+#: cui/uiconfig/ui/acorexceptpage.ui:83
msgctxt "acorexceptpage|newabbrev-atkobject"
msgid "New abbreviations"
msgstr ""
-#: acorexceptpage.ui:95
+#: cui/uiconfig/ui/acorexceptpage.ui:95
msgctxt "acorexceptpage|replace"
msgid "_Replace"
msgstr ""
-#: acorexceptpage.ui:119
+#: cui/uiconfig/ui/acorexceptpage.ui:119
msgctxt "acorexceptpage|delabbrev-atkobject"
msgid "Delete abbreviations"
msgstr ""
-#: acorexceptpage.ui:167
+#: cui/uiconfig/ui/acorexceptpage.ui:167
msgctxt "acorexceptpage|label1"
msgid "Abbreviations (no Subsequent Capital)"
msgstr ""
-#: acorexceptpage.ui:220
+#: cui/uiconfig/ui/acorexceptpage.ui:220
msgctxt "acorexceptpage|autodouble"
msgid "A_utoInclude"
msgstr ""
-#: acorexceptpage.ui:253
+#: cui/uiconfig/ui/acorexceptpage.ui:253
msgctxt "acorexceptpage|newdouble-atkobject"
msgid "New words with two initial capitals"
msgstr ""
-#: acorexceptpage.ui:265
+#: cui/uiconfig/ui/acorexceptpage.ui:265
msgctxt "acorexceptpage|replace1"
msgid "_Replace"
msgstr ""
-#: acorexceptpage.ui:289
+#: cui/uiconfig/ui/acorexceptpage.ui:289
msgctxt "acorexceptpage|deldouble-atkobject"
msgid "Delete words with two initial capitals"
msgstr ""
-#: acorexceptpage.ui:337
+#: cui/uiconfig/ui/acorexceptpage.ui:337
msgctxt "acorexceptpage|label2"
msgid "Words With TWo INitial CApitals"
msgstr ""
-#: acorreplacepage.ui:38
+#: cui/uiconfig/ui/acorreplacepage.ui:38
msgctxt "acorreplacepage|replace"
msgid "_Replace"
msgstr ""
-#: acorreplacepage.ui:121
+#: cui/uiconfig/ui/acorreplacepage.ui:121
msgctxt "acorreplacepage|label1"
msgid "Repla_ce"
msgstr ""
-#: acorreplacepage.ui:141
+#: cui/uiconfig/ui/acorreplacepage.ui:141
msgctxt "acorreplacepage|label2"
msgid "_With:"
msgstr ""
-#: acorreplacepage.ui:154
+#: cui/uiconfig/ui/acorreplacepage.ui:154
msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr ""
-#: agingdialog.ui:16
+#: cui/uiconfig/ui/agingdialog.ui:16
msgctxt "agingdialog|AgingDialog"
msgid "Aging"
msgstr ""
-#: agingdialog.ui:137
+#: cui/uiconfig/ui/agingdialog.ui:137
msgctxt "agingdialog|label2"
msgid "Aging degree:"
msgstr ""
-#: agingdialog.ui:160
+#: cui/uiconfig/ui/agingdialog.ui:160
msgctxt "agingdialog|label1"
msgid "Parameters"
msgstr ""
-#: applyautofmtpage.ui:27
+#: cui/uiconfig/ui/applyautofmtpage.ui:27
#, fuzzy
msgctxt "applyautofmtpage|edit"
msgid "_Edit..."
msgstr "~Editar..."
-#: applyautofmtpage.ui:46
+#: cui/uiconfig/ui/applyautofmtpage.ui:46
msgctxt "applyautofmtpage|label1"
msgid "[M]: Replace while modifying existing text"
msgstr ""
-#: applyautofmtpage.ui:60
+#: cui/uiconfig/ui/applyautofmtpage.ui:60
msgctxt "applyautofmtpage|label2"
msgid "[T]: AutoCorrect while typing"
msgstr ""
-#: applyautofmtpage.ui:88
+#: cui/uiconfig/ui/applyautofmtpage.ui:88
msgctxt "applyautofmtpage|m"
msgid "[M]"
msgstr ""
-#: applyautofmtpage.ui:101
+#: cui/uiconfig/ui/applyautofmtpage.ui:101
msgctxt "applyautofmtpage|t"
msgid "[T]"
msgstr ""
-#: applylocalizedpage.ui:30
+#: cui/uiconfig/ui/applylocalizedpage.ui:30
msgctxt "applylocalizedpage|m"
msgid "[M]"
msgstr ""
-#: applylocalizedpage.ui:43
+#: cui/uiconfig/ui/applylocalizedpage.ui:43
msgctxt "applylocalizedpage|t"
msgid "[T]"
msgstr ""
-#: applylocalizedpage.ui:118
+#: cui/uiconfig/ui/applylocalizedpage.ui:118
msgctxt "applylocalizedpage|singlereplace"
msgid "Repla_ce"
msgstr ""
-#: applylocalizedpage.ui:138
+#: cui/uiconfig/ui/applylocalizedpage.ui:138
msgctxt "applylocalizedpage|startquoteft"
msgid "_Start quote:"
msgstr ""
-#: applylocalizedpage.ui:162
+#: cui/uiconfig/ui/applylocalizedpage.ui:162
msgctxt "applylocalizedpage|startsingle-atkobject"
msgid "Start quote of single quotes"
msgstr ""
-#: applylocalizedpage.ui:178
+#: cui/uiconfig/ui/applylocalizedpage.ui:178
msgctxt "applylocalizedpage|singlestartex"
msgid "Default"
msgstr "Por defecto"
-#: applylocalizedpage.ui:197
+#: cui/uiconfig/ui/applylocalizedpage.ui:197
#, fuzzy
msgctxt "applylocalizedpage|defaultsingle"
msgid "_Default"
msgstr "Por defecto"
-#: applylocalizedpage.ui:205
+#: cui/uiconfig/ui/applylocalizedpage.ui:205
msgctxt "applylocalizedpage|defaultsingle-atkobject"
msgid "Single quotes default"
msgstr ""
-#: applylocalizedpage.ui:221
+#: cui/uiconfig/ui/applylocalizedpage.ui:221
msgctxt "applylocalizedpage|endquoteft"
msgid "_End quote:"
msgstr ""
-#: applylocalizedpage.ui:245
+#: cui/uiconfig/ui/applylocalizedpage.ui:245
msgctxt "applylocalizedpage|endsingle-atkobject"
msgid "End quote of single quotes"
msgstr ""
-#: applylocalizedpage.ui:261
+#: cui/uiconfig/ui/applylocalizedpage.ui:261
msgctxt "applylocalizedpage|singleendex"
msgid "Default"
msgstr "Por defecto"
-#: applylocalizedpage.ui:286
+#: cui/uiconfig/ui/applylocalizedpage.ui:286
msgctxt "applylocalizedpage|label1"
msgid "Single Quotes"
msgstr ""
-#: applylocalizedpage.ui:318
+#: cui/uiconfig/ui/applylocalizedpage.ui:318
msgctxt "applylocalizedpage|doublereplace"
msgid "Repla_ce"
msgstr ""
-#: applylocalizedpage.ui:338
+#: cui/uiconfig/ui/applylocalizedpage.ui:338
msgctxt "applylocalizedpage|label6"
msgid "_Start quote:"
msgstr ""
-#: applylocalizedpage.ui:362
+#: cui/uiconfig/ui/applylocalizedpage.ui:362
msgctxt "applylocalizedpage|startdouble-atkobject"
msgid "Start quote of double quotes"
msgstr ""
-#: applylocalizedpage.ui:378
+#: cui/uiconfig/ui/applylocalizedpage.ui:378
msgctxt "applylocalizedpage|doublestartex"
msgid "Default"
msgstr "Por defecto"
-#: applylocalizedpage.ui:397
+#: cui/uiconfig/ui/applylocalizedpage.ui:397
#, fuzzy
msgctxt "applylocalizedpage|defaultdouble"
msgid "_Default"
msgstr "Por defecto"
-#: applylocalizedpage.ui:405
+#: cui/uiconfig/ui/applylocalizedpage.ui:405
msgctxt "applylocalizedpage|defaultdouble-atkobject"
msgid "Double quotes default"
msgstr ""
-#: applylocalizedpage.ui:421
+#: cui/uiconfig/ui/applylocalizedpage.ui:421
msgctxt "applylocalizedpage|label8"
msgid "_End quote:"
msgstr ""
-#: applylocalizedpage.ui:445
+#: cui/uiconfig/ui/applylocalizedpage.ui:445
msgctxt "applylocalizedpage|enddouble-atkobject"
msgid "End quote of double quotes"
msgstr ""
-#: applylocalizedpage.ui:461
+#: cui/uiconfig/ui/applylocalizedpage.ui:461
msgctxt "applylocalizedpage|doubleendex"
msgid "Default"
msgstr "Por defecto"
-#: applylocalizedpage.ui:486
+#: cui/uiconfig/ui/applylocalizedpage.ui:486
msgctxt "applylocalizedpage|label10"
msgid "Double Quotes"
msgstr ""
-#: areadialog.ui:8
+#: cui/uiconfig/ui/areadialog.ui:8
msgctxt "areadialog|AreaDialog"
msgid "Area"
msgstr ""
-#: areadialog.ui:106
+#: cui/uiconfig/ui/areadialog.ui:106
msgctxt "areadialog|RID_SVXPAGE_AREA"
msgid "Area"
msgstr ""
-#: areadialog.ui:128
+#: cui/uiconfig/ui/areadialog.ui:128
msgctxt "areadialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
msgstr ""
-#: areadialog.ui:151
+#: cui/uiconfig/ui/areadialog.ui:151
msgctxt "areadialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
msgstr ""
-#: areatabpage.ui:29
+#: cui/uiconfig/ui/areatabpage.ui:32
+msgctxt "areatabpage|tablelb"
+msgid "Cell"
+msgstr ""
+
+#: cui/uiconfig/ui/areatabpage.ui:33
+msgctxt "areatabpage|tablelb"
+msgid "Row"
+msgstr ""
+
+#: cui/uiconfig/ui/areatabpage.ui:34
+msgctxt "areatabpage|tablelb"
+msgid "Table"
+msgstr ""
+
+#: cui/uiconfig/ui/areatabpage.ui:45
#, fuzzy
msgctxt "areatabpage|btnnone"
msgid "None"
msgstr "~Garra"
-#: areatabpage.ui:42
+#: cui/uiconfig/ui/areatabpage.ui:58
#, fuzzy
msgctxt "areatabpage|btncolor"
msgid "Color"
msgstr "~Color"
-#: areatabpage.ui:55
+#: cui/uiconfig/ui/areatabpage.ui:71
msgctxt "areatabpage|btngradient"
msgid "Gradient"
msgstr ""
-#: areatabpage.ui:68
-msgctxt "areatabpage|btnhatch"
-msgid "Hatch"
-msgstr ""
-
-#: areatabpage.ui:81
+#: cui/uiconfig/ui/areatabpage.ui:84
msgctxt "areatabpage|btnbitmap"
msgid "Bitmap"
msgstr ""
-#: areatabpage.ui:94
+#: cui/uiconfig/ui/areatabpage.ui:97
msgctxt "areatabpage|btnpattern"
msgid "Pattern"
msgstr ""
-#: asiantypography.ui:25
+#: cui/uiconfig/ui/areatabpage.ui:110
+msgctxt "areatabpage|btnhatch"
+msgid "Hatch"
+msgstr ""
+
+#: cui/uiconfig/ui/asiantypography.ui:25
msgctxt "asiantypography|checkForbidList"
msgid "Apply list of forbidden characters to the beginning and end of lines"
msgstr ""
-#: asiantypography.ui:41
+#: cui/uiconfig/ui/asiantypography.ui:42
msgctxt "asiantypography|checkHangPunct"
msgid "Allow hanging punctuation"
msgstr ""
-#: asiantypography.ui:57
+#: cui/uiconfig/ui/asiantypography.ui:59
msgctxt "asiantypography|checkApplySpacing"
-msgid "Apply spacing between Asian, Latin and complex text"
+msgid "Apply spacing between Asian and non-Asian text"
msgstr ""
-#: asiantypography.ui:79
+#: cui/uiconfig/ui/asiantypography.ui:82
msgctxt "asiantypography|labelLineChange"
msgid "Line Change"
msgstr ""
-#: assigncomponentdialog.ui:10
+#: cui/uiconfig/ui/assigncomponentdialog.ui:10
msgctxt "assigncomponentdialog|AssignComponent"
msgid "Assign Component"
msgstr ""
-#: assigncomponentdialog.ui:91
+#: cui/uiconfig/ui/assigncomponentdialog.ui:91
msgctxt "assigncomponentdialog|label1"
msgid "Component method name:"
msgstr ""
-#: autocorrectdialog.ui:9
+#: cui/uiconfig/ui/autocorrectdialog.ui:9
msgctxt "autocorrectdialog|AutoCorrectDialog"
msgid "AutoCorrect"
msgstr ""
-#: autocorrectdialog.ui:103
+#: cui/uiconfig/ui/autocorrectdialog.ui:103
msgctxt "autocorrectdialog|label1"
msgid "Replacements and exceptions for language:"
msgstr ""
-#: autocorrectdialog.ui:149
+#: cui/uiconfig/ui/autocorrectdialog.ui:149
msgctxt "autocorrectdialog|replace"
msgid "Replace"
msgstr ""
-#: autocorrectdialog.ui:171
+#: cui/uiconfig/ui/autocorrectdialog.ui:171
msgctxt "autocorrectdialog|exceptions"
msgid "Exceptions"
msgstr ""
-#: autocorrectdialog.ui:194
+#: cui/uiconfig/ui/autocorrectdialog.ui:194
msgctxt "autocorrectdialog|options"
msgid "Options"
msgstr "Opcions"
-#: autocorrectdialog.ui:217
+#: cui/uiconfig/ui/autocorrectdialog.ui:217
msgctxt "autocorrectdialog|apply"
msgid "Options"
msgstr "Opcions"
-#: autocorrectdialog.ui:240
+#: cui/uiconfig/ui/autocorrectdialog.ui:240
msgctxt "autocorrectdialog|localized"
msgid "Localized Options"
msgstr ""
-#: autocorrectdialog.ui:263
+#: cui/uiconfig/ui/autocorrectdialog.ui:263
msgctxt "autocorrectdialog|wordcompletion"
msgid "Word Completion"
msgstr ""
-#: autocorrectdialog.ui:286
+#: cui/uiconfig/ui/autocorrectdialog.ui:286
msgctxt "autocorrectdialog|smarttags"
msgid "Smart Tags"
msgstr ""
-#: backgroundpage.ui:20
+#: cui/uiconfig/ui/backgroundpage.ui:20
#, fuzzy
msgctxt "backgroundpage|liststore1"
msgid "Color"
msgstr "~Color"
-#: backgroundpage.ui:24
+#: cui/uiconfig/ui/backgroundpage.ui:24
msgctxt "backgroundpage|liststore1"
msgid "Image"
msgstr ""
-#: backgroundpage.ui:45
+#: cui/uiconfig/ui/backgroundpage.ui:45
msgctxt "backgroundpage|asft"
msgid "A_s:"
msgstr ""
-#: backgroundpage.ui:71
+#: cui/uiconfig/ui/backgroundpage.ui:71
msgctxt "backgroundpage|forft"
msgid "F_or:"
msgstr ""
-#: backgroundpage.ui:91
+#: cui/uiconfig/ui/backgroundpage.ui:91
msgctxt "backgroundpage|tablelb"
msgid "Cell"
msgstr ""
-#: backgroundpage.ui:92
+#: cui/uiconfig/ui/backgroundpage.ui:92
msgctxt "backgroundpage|tablelb"
msgid "Row"
msgstr "Ringlera"
-#: backgroundpage.ui:93
+#: cui/uiconfig/ui/backgroundpage.ui:93
msgctxt "backgroundpage|tablelb"
msgid "Table"
msgstr "Tabla"
-#: backgroundpage.ui:214
+#: cui/uiconfig/ui/backgroundpage.ui:214
msgctxt "backgroundpage|background_label"
msgid "Background Color"
msgstr ""
-#: backgroundpage.ui:276
+#: cui/uiconfig/ui/backgroundpage.ui:276
msgctxt "backgroundpage|unlinkedft"
msgid "Unlinked image"
msgstr ""
-#: backgroundpage.ui:288
+#: cui/uiconfig/ui/backgroundpage.ui:288
msgctxt "backgroundpage|findgraphicsft"
msgid "Find images"
msgstr ""
-#: backgroundpage.ui:304
+#: cui/uiconfig/ui/backgroundpage.ui:304
#, fuzzy
msgctxt "backgroundpage|browse"
msgid "_Browse..."
msgstr "~Navegar..."
-#: backgroundpage.ui:317
+#: cui/uiconfig/ui/backgroundpage.ui:317
msgctxt "backgroundpage|link"
msgid "_Link"
msgstr ""
-#: backgroundpage.ui:345
+#: cui/uiconfig/ui/backgroundpage.ui:345
#, fuzzy
msgctxt "backgroundpage|label2"
msgid "File"
msgstr "~Fichero"
-#: backgroundpage.ui:403
+#: cui/uiconfig/ui/backgroundpage.ui:403
#, fuzzy
msgctxt "backgroundpage|positionrb"
msgid "_Position"
msgstr "Posición"
-#: backgroundpage.ui:423
+#: cui/uiconfig/ui/backgroundpage.ui:423
msgctxt "backgroundpage|arearb"
msgid "Ar_ea"
msgstr ""
-#: backgroundpage.ui:439
+#: cui/uiconfig/ui/backgroundpage.ui:439
#, fuzzy
msgctxt "backgroundpage|tilerb"
msgid "_Tile"
msgstr "Titol"
-#: backgroundpage.ui:467
+#: cui/uiconfig/ui/backgroundpage.ui:467
msgctxt "backgroundpage|label8"
msgid "Type"
msgstr "Tipo"
-#: backgroundpage.ui:506
+#: cui/uiconfig/ui/backgroundpage.ui:506
msgctxt "backgroundpage|showpreview"
msgid "Pre_view"
msgstr ""
-#: baselinksdialog.ui:9
+#: cui/uiconfig/ui/baselinksdialog.ui:9
msgctxt "baselinksdialog|BaseLinksDialog"
msgid "Edit Links"
msgstr ""
-#: baselinksdialog.ui:54
+#: cui/uiconfig/ui/baselinksdialog.ui:54
msgctxt "baselinksdialog|UPDATE_NOW"
msgid "_Update"
msgstr ""
-#: baselinksdialog.ui:69
+#: cui/uiconfig/ui/baselinksdialog.ui:69
msgctxt "baselinksdialog|CHANGE_SOURCE"
msgid "_Modify..."
msgstr ""
-#: baselinksdialog.ui:84
+#: cui/uiconfig/ui/baselinksdialog.ui:84
msgctxt "baselinksdialog|BREAK_LINK"
msgid "_Break Link"
msgstr ""
-#: baselinksdialog.ui:132
+#: cui/uiconfig/ui/baselinksdialog.ui:132
msgctxt "baselinksdialog|FILES"
msgid "Source file"
msgstr ""
-#: baselinksdialog.ui:146
+#: cui/uiconfig/ui/baselinksdialog.ui:146
msgctxt "baselinksdialog|LINKS"
msgid "Element:"
msgstr ""
-#: baselinksdialog.ui:160
+#: cui/uiconfig/ui/baselinksdialog.ui:160
msgctxt "baselinksdialog|TYPE"
msgid "Type"
msgstr "Tipo"
-#: baselinksdialog.ui:175
+#: cui/uiconfig/ui/baselinksdialog.ui:175
msgctxt "baselinksdialog|STATUS"
msgid "Status"
msgstr "Estau"
-#: baselinksdialog.ui:202
+#: cui/uiconfig/ui/baselinksdialog.ui:202
msgctxt "baselinksdialog|TB_LINKS-atkobject"
msgid "Edit Links"
msgstr ""
-#: baselinksdialog.ui:231
+#: cui/uiconfig/ui/baselinksdialog.ui:231
msgctxt "baselinksdialog|FILES2"
msgid "Source file"
msgstr ""
-#: baselinksdialog.ui:247
+#: cui/uiconfig/ui/baselinksdialog.ui:247
msgctxt "baselinksdialog|SOURCE2"
msgid "Element:"
msgstr ""
-#: baselinksdialog.ui:261
+#: cui/uiconfig/ui/baselinksdialog.ui:261
#, fuzzy
msgctxt "baselinksdialog|TYPE2"
msgid "Type:"
msgstr "Tipo"
-#: baselinksdialog.ui:275
+#: cui/uiconfig/ui/baselinksdialog.ui:275
msgctxt "baselinksdialog|UPDATE"
msgid "Update:"
msgstr ""
-#: baselinksdialog.ui:352
+#: cui/uiconfig/ui/baselinksdialog.ui:352
#, fuzzy
msgctxt "baselinksdialog|AUTOMATIC"
msgid "_Automatic"
msgstr "Automatica"
-#: baselinksdialog.ui:372
+#: cui/uiconfig/ui/baselinksdialog.ui:372
#, fuzzy
msgctxt "baselinksdialog|MANUAL"
msgid "Ma_nual"
msgstr "~Manual"
-#: bitmaptabpage.ui:46
+#: cui/uiconfig/ui/bitmaptabpage.ui:46
msgctxt "bitmaptabpage|BTN_IMPORT"
msgid "Add / Import"
msgstr ""
-#: bitmaptabpage.ui:65
+#: cui/uiconfig/ui/bitmaptabpage.ui:65
msgctxt "bitmaptabpage|label1"
msgid "Bitmap"
msgstr ""
-#: bitmaptabpage.ui:110
+#: cui/uiconfig/ui/bitmaptabpage.ui:110
#, fuzzy
msgctxt "bitmaptabpage|label3"
msgid "Style:"
msgstr "E~stilo"
-#: bitmaptabpage.ui:126
-#, fuzzy
+#: cui/uiconfig/ui/bitmaptabpage.ui:126
msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Original"
-msgstr "Orichinal"
-
-#: bitmaptabpage.ui:127
-msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Filled"
+msgid "Custom position/size"
msgstr ""
-#: bitmaptabpage.ui:128
+#: cui/uiconfig/ui/bitmaptabpage.ui:127
msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Stretched"
-msgstr ""
-
-#: bitmaptabpage.ui:129
-msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Zoomed"
+msgid "Tiled"
msgstr ""
-#: bitmaptabpage.ui:130
-#, fuzzy
-msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Custom"
-msgstr "Personalizau 1"
-
-#: bitmaptabpage.ui:131
+#: cui/uiconfig/ui/bitmaptabpage.ui:128
msgctxt "bitmaptabpage|bitmapstyle"
-msgid "Tiled"
+msgid "Stretched"
msgstr ""
-#: bitmaptabpage.ui:157
+#: cui/uiconfig/ui/bitmaptabpage.ui:154
msgctxt "bitmaptabpage|label4"
msgid "Size:"
msgstr ""
-#: bitmaptabpage.ui:175
+#: cui/uiconfig/ui/bitmaptabpage.ui:172
msgctxt "bitmaptabpage|label5"
msgid "Width:"
msgstr ""
-#: bitmaptabpage.ui:201
+#: cui/uiconfig/ui/bitmaptabpage.ui:198
msgctxt "bitmaptabpage|label6"
msgid "Height:"
msgstr ""
-#: bitmaptabpage.ui:232
+#: cui/uiconfig/ui/bitmaptabpage.ui:229
msgctxt "bitmaptabpage|scaletsb"
msgid "Scale"
msgstr "Escalar"
-#: bitmaptabpage.ui:262
+#: cui/uiconfig/ui/bitmaptabpage.ui:260
#, fuzzy
msgctxt "bitmaptabpage|label7"
msgid "Position:"
msgstr "Posición"
-#: bitmaptabpage.ui:278
+#: cui/uiconfig/ui/bitmaptabpage.ui:276
msgctxt "bitmaptabpage|positionlb"
msgid "Top Left"
msgstr ""
-#: bitmaptabpage.ui:279
+#: cui/uiconfig/ui/bitmaptabpage.ui:277
msgctxt "bitmaptabpage|positionlb"
msgid "Top Center"
msgstr ""
-#: bitmaptabpage.ui:280
+#: cui/uiconfig/ui/bitmaptabpage.ui:278
msgctxt "bitmaptabpage|positionlb"
msgid "Top Right"
msgstr ""
-#: bitmaptabpage.ui:281
+#: cui/uiconfig/ui/bitmaptabpage.ui:279
msgctxt "bitmaptabpage|positionlb"
msgid "Center Left"
msgstr ""
-#: bitmaptabpage.ui:282
+#: cui/uiconfig/ui/bitmaptabpage.ui:280
#, fuzzy
msgctxt "bitmaptabpage|positionlb"
msgid "Center"
msgstr "~Centrau"
-#: bitmaptabpage.ui:283
+#: cui/uiconfig/ui/bitmaptabpage.ui:281
msgctxt "bitmaptabpage|positionlb"
msgid "Center Right"
msgstr ""
-#: bitmaptabpage.ui:284
+#: cui/uiconfig/ui/bitmaptabpage.ui:282
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Left"
msgstr ""
-#: bitmaptabpage.ui:285
+#: cui/uiconfig/ui/bitmaptabpage.ui:283
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Center"
msgstr ""
-#: bitmaptabpage.ui:286
+#: cui/uiconfig/ui/bitmaptabpage.ui:284
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Right"
msgstr ""
-#: bitmaptabpage.ui:312
+#: cui/uiconfig/ui/bitmaptabpage.ui:310
msgctxt "bitmaptabpage|label9"
msgid "Tiling Position:"
msgstr ""
-#: bitmaptabpage.ui:331
+#: cui/uiconfig/ui/bitmaptabpage.ui:329
msgctxt "bitmaptabpage|label10"
msgid "X-Offset:"
msgstr ""
-#: bitmaptabpage.ui:356
+#: cui/uiconfig/ui/bitmaptabpage.ui:354
msgctxt "bitmaptabpage|label11"
msgid "Y-Offset:"
msgstr ""
-#: bitmaptabpage.ui:401
+#: cui/uiconfig/ui/bitmaptabpage.ui:399
msgctxt "bitmaptabpage|label15"
msgid "Tiling Offset:"
msgstr ""
-#: bitmaptabpage.ui:423
+#: cui/uiconfig/ui/bitmaptabpage.ui:421
msgctxt "bitmaptabpage|tileofflb"
msgid "Row"
msgstr "Ringlera"
-#: bitmaptabpage.ui:424
+#: cui/uiconfig/ui/bitmaptabpage.ui:422
msgctxt "bitmaptabpage|tileofflb"
msgid "Column"
msgstr "Columna"
-#: bitmaptabpage.ui:467
+#: cui/uiconfig/ui/bitmaptabpage.ui:465
msgctxt "bitmaptabpage|label2"
msgid "Options"
msgstr "Opcions"
-#: bitmaptabpage.ui:510
+#: cui/uiconfig/ui/bitmaptabpage.ui:508
msgctxt "bitmaptabpage|CTL_BITMAP_PREVIEW-atkobject"
msgid "Example"
msgstr "Eixemplo"
-#: bitmaptabpage.ui:528
+#: cui/uiconfig/ui/bitmaptabpage.ui:526
msgctxt "bitmaptabpage|label8"
msgid "Preview"
msgstr ""
-#: blackorwhitelistentrydialog.ui:14
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:14
msgctxt "blackorwhitelistentrydialog|os-liststore"
msgid "Any"
msgstr ""
-#: blackorwhitelistentrydialog.ui:188
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:188
msgctxt "blackorwhitelistentrydialog|label4"
msgid "Operating system:"
msgstr ""
-#: blackorwhitelistentrydialog.ui:201
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:201
msgctxt "blackorwhitelistentrydialog|label5"
msgid "Version:"
msgstr ""
-#: blackorwhitelistentrydialog.ui:214
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:214
msgctxt "blackorwhitelistentrydialog|label6"
msgid "OpenCL vendor:"
msgstr ""
-#: blackorwhitelistentrydialog.ui:227
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:227
msgctxt "blackorwhitelistentrydialog|label7"
msgid "Device:"
msgstr ""
-#: blackorwhitelistentrydialog.ui:240
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:240
msgctxt "blackorwhitelistentrydialog|label8"
msgid "Driver version:"
msgstr ""
-#: blackorwhitelistentrydialog.ui:258
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:258
msgctxt "blackorwhitelistentrydialog|bledittitle"
msgid "Edit OpenCL Blacklist Entry"
msgstr ""
-#: blackorwhitelistentrydialog.ui:269
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:269
msgctxt "blackorwhitelistentrydialog|bladdtitle"
msgid "Create OpenCL Blacklist Entry"
msgstr ""
-#: blackorwhitelistentrydialog.ui:280
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:280
msgctxt "blackorwhitelistentrydialog|wledittitle"
msgid "Edit OpenCL Whitelist Entry"
msgstr ""
-#: blackorwhitelistentrydialog.ui:291
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:291
msgctxt "blackorwhitelistentrydialog|wladdtitle"
msgid "Create OpenCL Whitelist Entry"
msgstr ""
-#: blackorwhitelistentrydialog.ui:306
+#: cui/uiconfig/ui/blackorwhitelistentrydialog.ui:306
msgctxt "blackorwhitelistentrydialog|label1"
msgid "OpenCL Information"
msgstr ""
-#: borderareatransparencydialog.ui:8
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:8
msgctxt "borderareatransparencydialog|BorderAreaTransparencyDialog"
msgid "Border / Background"
msgstr ""
-#: borderareatransparencydialog.ui:106
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:106
msgctxt "borderareatransparencydialog|borders"
msgid "Borders"
msgstr "Cantos"
-#: borderareatransparencydialog.ui:128
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:128
msgctxt "borderareatransparencydialog|area"
msgid "Area"
msgstr ""
-#: borderareatransparencydialog.ui:151
+#: cui/uiconfig/ui/borderareatransparencydialog.ui:151
msgctxt "borderareatransparencydialog|transparence"
msgid "Transparency"
msgstr ""
-#: borderbackgrounddialog.ui:8
+#: cui/uiconfig/ui/borderbackgrounddialog.ui:8
msgctxt "borderbackgrounddialog|BorderBackgroundDialog"
msgid "Border / Background"
msgstr ""
-#: borderbackgrounddialog.ui:106
+#: cui/uiconfig/ui/borderbackgrounddialog.ui:106
msgctxt "borderbackgrounddialog|borders"
msgid "Borders"
msgstr "Cantos"
-#: borderbackgrounddialog.ui:128
+#: cui/uiconfig/ui/borderbackgrounddialog.ui:128
#, fuzzy
msgctxt "borderbackgrounddialog|background"
msgid "Background"
msgstr "Fundo"
-#: borderpage.ui:71
+#: cui/uiconfig/ui/borderpage.ui:71
#, fuzzy
msgctxt "borderpage|userdefft"
msgid "_User-defined:"
msgstr "Definiu por l'~usuario"
-#: borderpage.ui:85
+#: cui/uiconfig/ui/borderpage.ui:85
msgctxt "borderpage|label14"
msgid "Pr_esets:"
msgstr ""
-#: borderpage.ui:110
+#: cui/uiconfig/ui/borderpage.ui:110
msgctxt "borderpage|rmadjcellbordersft"
msgid "_Adjacent Cells:"
msgstr ""
-#: borderpage.ui:121
+#: cui/uiconfig/ui/borderpage.ui:121
msgctxt "borderpage|rmadjcellborders"
msgid "Remove border"
msgstr ""
-#: borderpage.ui:141
+#: cui/uiconfig/ui/borderpage.ui:142
msgctxt "borderpage|label8"
msgid "Line Arrangement"
msgstr ""
-#: borderpage.ui:175
+#: cui/uiconfig/ui/borderpage.ui:176
#, fuzzy
msgctxt "borderpage|label15"
msgid "St_yle:"
msgstr "E~stilo"
-#: borderpage.ui:189
+#: cui/uiconfig/ui/borderpage.ui:190
msgctxt "borderpage|label16"
msgid "_Width:"
msgstr ""
-#: borderpage.ui:203
+#: cui/uiconfig/ui/borderpage.ui:204
msgctxt "borderpage|label17"
msgid "_Color:"
msgstr ""
-#: borderpage.ui:253
+#: cui/uiconfig/ui/borderpage.ui:253
msgctxt "borderpage|label9"
msgid "Line"
msgstr ""
-#: borderpage.ui:340
+#: cui/uiconfig/ui/borderpage.ui:336
msgctxt "borderpage|leftft"
msgid "_Left:"
msgstr ""
-#: borderpage.ui:354
+#: cui/uiconfig/ui/borderpage.ui:350
#, fuzzy
msgctxt "borderpage|rightft"
msgid "Right:"
msgstr "Enta la dreita"
-#: borderpage.ui:368
+#: cui/uiconfig/ui/borderpage.ui:364
msgctxt "borderpage|topft"
msgid "_Top:"
msgstr ""
-#: borderpage.ui:382
+#: cui/uiconfig/ui/borderpage.ui:378
#, fuzzy
msgctxt "borderpage|bottomft"
msgid "_Bottom:"
msgstr "Cobaixo"
-#: borderpage.ui:393
+#: cui/uiconfig/ui/borderpage.ui:389
msgctxt "borderpage|sync"
msgid "Synchronize"
msgstr ""
-#: borderpage.ui:414
+#: cui/uiconfig/ui/borderpage.ui:411
msgctxt "borderpage|label10"
msgid "Padding"
msgstr ""
-#: borderpage.ui:457
+#: cui/uiconfig/ui/borderpage.ui:454
#, fuzzy
msgctxt "borderpage|label22"
msgid "_Position:"
msgstr "Posición"
-#: borderpage.ui:471
+#: cui/uiconfig/ui/borderpage.ui:468
msgctxt "borderpage|distanceft"
msgid "Distan_ce:"
msgstr ""
-#: borderpage.ui:485
+#: cui/uiconfig/ui/borderpage.ui:482
msgctxt "borderpage|shadowcolorft"
msgid "C_olor:"
msgstr ""
-#: borderpage.ui:537
+#: cui/uiconfig/ui/borderpage.ui:533
msgctxt "borderpage|label11"
msgid "Shadow Style"
msgstr ""
-#: borderpage.ui:570
+#: cui/uiconfig/ui/borderpage.ui:566
msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr ""
-#: borderpage.ui:585
+#: cui/uiconfig/ui/borderpage.ui:581
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr ""
-#: borderpage.ui:606
+#: cui/uiconfig/ui/borderpage.ui:602
#, fuzzy
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Propiedatz..."
-#: breaknumberoption.ui:15
+#: cui/uiconfig/ui/breaknumberoption.ui:15
msgctxt "breaknumberoption|BreakNumberOption"
msgid "Hyphenation"
msgstr ""
-#: breaknumberoption.ui:97
+#: cui/uiconfig/ui/breaknumberoption.ui:99
msgctxt "breaknumberoption|beforelabel"
msgid "Characters Before Break"
msgstr ""
-#: breaknumberoption.ui:136
+#: cui/uiconfig/ui/breaknumberoption.ui:138
msgctxt "breaknumberoption|afterlabel"
msgid "Characters After Break"
msgstr ""
-#: breaknumberoption.ui:175
+#: cui/uiconfig/ui/breaknumberoption.ui:177
msgctxt "breaknumberoption|minimallabel"
msgid "Minimal Word Length"
msgstr ""
-#: calloutdialog.ui:8
+#: cui/uiconfig/ui/calloutdialog.ui:8
msgctxt "calloutdialog|CalloutDialog"
msgid "Position and Size"
msgstr ""
-#: calloutdialog.ui:106
+#: cui/uiconfig/ui/calloutdialog.ui:106
msgctxt "calloutdialog|RID_SVXPAGE_POSITION_SIZE"
msgid "Position and Size"
msgstr ""
-#: calloutdialog.ui:128
+#: cui/uiconfig/ui/calloutdialog.ui:128
msgctxt "calloutdialog|RID_SVXPAGE_SWPOSSIZE"
msgid "Position and Size"
msgstr ""
-#: calloutdialog.ui:151
+#: cui/uiconfig/ui/calloutdialog.ui:151
msgctxt "calloutdialog|RID_SVXPAGE_CAPTION"
msgid "Callout"
msgstr ""
-#: calloutpage.ui:20
+#: cui/uiconfig/ui/calloutpage.ui:20
msgctxt "calloutpage|liststore1"
msgid "Optimal"
msgstr ""
-#: calloutpage.ui:24
+#: cui/uiconfig/ui/calloutpage.ui:24
msgctxt "calloutpage|liststore1"
msgid "From top"
msgstr ""
-#: calloutpage.ui:28
+#: cui/uiconfig/ui/calloutpage.ui:28
msgctxt "calloutpage|liststore1"
msgid "From left"
msgstr ""
-#: calloutpage.ui:32
+#: cui/uiconfig/ui/calloutpage.ui:32
#, fuzzy
msgctxt "calloutpage|liststore1"
msgid "Horizontal"
msgstr "~Horizontal"
-#: calloutpage.ui:36
+#: cui/uiconfig/ui/calloutpage.ui:36
msgctxt "calloutpage|liststore1"
msgid "Vertical"
msgstr ""
-#: calloutpage.ui:74
+#: cui/uiconfig/ui/calloutpage.ui:74
msgctxt "calloutpage|label2"
msgid "_Extension:"
msgstr ""
-#: calloutpage.ui:123
+#: cui/uiconfig/ui/calloutpage.ui:123
msgctxt "calloutpage|lengthft"
msgid "_Length:"
msgstr ""
-#: calloutpage.ui:140
+#: cui/uiconfig/ui/calloutpage.ui:140
msgctxt "calloutpage|optimal"
msgid "_Optimal"
msgstr ""
-#: calloutpage.ui:164
+#: cui/uiconfig/ui/calloutpage.ui:164
#, fuzzy
msgctxt "calloutpage|positionft"
msgid "_Position:"
msgstr "Posición"
-#: calloutpage.ui:178
+#: cui/uiconfig/ui/calloutpage.ui:178
msgctxt "calloutpage|byft"
msgid "_By:"
msgstr ""
-#: calloutpage.ui:192
+#: cui/uiconfig/ui/calloutpage.ui:192
msgctxt "calloutpage|position"
msgid "Top"
msgstr "Cobalto"
-#: calloutpage.ui:193
+#: cui/uiconfig/ui/calloutpage.ui:193
msgctxt "calloutpage|position"
msgid "Middle"
msgstr ""
-#: calloutpage.ui:194
+#: cui/uiconfig/ui/calloutpage.ui:194
msgctxt "calloutpage|position"
msgid "Bottom"
msgstr "Cobaixo"
-#: calloutpage.ui:195
+#: cui/uiconfig/ui/calloutpage.ui:195
msgctxt "calloutpage|position"
msgid "Left"
msgstr "Enta la cucha"
-#: calloutpage.ui:196
+#: cui/uiconfig/ui/calloutpage.ui:196
#, fuzzy
msgctxt "calloutpage|position"
msgid "Center"
msgstr "~Centrau"
-#: calloutpage.ui:197
+#: cui/uiconfig/ui/calloutpage.ui:197
msgctxt "calloutpage|position"
msgid "Right"
msgstr "Enta la dreita"
-#: calloutpage.ui:234
+#: cui/uiconfig/ui/calloutpage.ui:234
msgctxt "calloutpage|label1"
msgid "_Spacing:"
msgstr ""
-#: calloutpage.ui:312
+#: cui/uiconfig/ui/calloutpage.ui:312
msgctxt "calloutpage|linetypes"
msgid "Straight Line"
msgstr ""
-#: calloutpage.ui:313
+#: cui/uiconfig/ui/calloutpage.ui:313
msgctxt "calloutpage|linetypes"
msgid "Angled Line"
msgstr ""
-#: calloutpage.ui:314
+#: cui/uiconfig/ui/calloutpage.ui:314
msgctxt "calloutpage|linetypes"
msgid "Angled Connector Line"
msgstr ""
-#: cellalignment.ui:24
+#: cui/uiconfig/ui/cellalignment.ui:24
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Default"
msgstr "Por defecto"
-#: cellalignment.ui:28
+#: cui/uiconfig/ui/cellalignment.ui:28
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Left"
msgstr "Enta la cucha"
-#: cellalignment.ui:32
+#: cui/uiconfig/ui/cellalignment.ui:32
#, fuzzy
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Center"
msgstr "~Centrau"
-#: cellalignment.ui:36
+#: cui/uiconfig/ui/cellalignment.ui:36
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Right"
msgstr "Enta la dreita"
-#: cellalignment.ui:40
+#: cui/uiconfig/ui/cellalignment.ui:40
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Justified"
msgstr ""
-#: cellalignment.ui:44
+#: cui/uiconfig/ui/cellalignment.ui:44
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Filled"
msgstr ""
-#: cellalignment.ui:48
+#: cui/uiconfig/ui/cellalignment.ui:48
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Distributed"
msgstr ""
-#: cellalignment.ui:62
+#: cui/uiconfig/ui/cellalignment.ui:62
msgctxt "cellalignment|liststoreVertAlign"
msgid "Default"
msgstr "Por defecto"
-#: cellalignment.ui:66
+#: cui/uiconfig/ui/cellalignment.ui:66
msgctxt "cellalignment|liststoreVertAlign"
msgid "Top"
msgstr "Cobalto"
-#: cellalignment.ui:70
+#: cui/uiconfig/ui/cellalignment.ui:70
msgctxt "cellalignment|liststoreVertAlign"
msgid "Middle"
msgstr ""
-#: cellalignment.ui:74
+#: cui/uiconfig/ui/cellalignment.ui:74
msgctxt "cellalignment|liststoreVertAlign"
msgid "Bottom"
msgstr "Cobaixo"
-#: cellalignment.ui:78
+#: cui/uiconfig/ui/cellalignment.ui:78
msgctxt "cellalignment|liststoreVertAlign"
msgid "Justified"
msgstr ""
-#: cellalignment.ui:82
+#: cui/uiconfig/ui/cellalignment.ui:82
msgctxt "cellalignment|liststoreVertAlign"
msgid "Distributed"
msgstr ""
-#: cellalignment.ui:123
+#: cui/uiconfig/ui/cellalignment.ui:123
msgctxt "cellalignment|labelDegrees"
msgid "_Degrees:"
msgstr ""
-#: cellalignment.ui:136
+#: cui/uiconfig/ui/cellalignment.ui:137
msgctxt "cellalignment|labelRefEdge"
msgid "_Reference edge:"
msgstr ""
-#: cellalignment.ui:196
+#: cui/uiconfig/ui/cellalignment.ui:196
msgctxt "cellalignment|checkVertStack"
msgid "Vertically s_tacked"
msgstr ""
-#: cellalignment.ui:212
+#: cui/uiconfig/ui/cellalignment.ui:212
msgctxt "cellalignment|checkAsianMode"
msgid "Asian layout _mode"
msgstr ""
-#: cellalignment.ui:241
+#: cui/uiconfig/ui/cellalignment.ui:241
msgctxt "cellalignment|labelTextOrient"
msgid "Text Orientation"
msgstr ""
-#: cellalignment.ui:275
+#: cui/uiconfig/ui/cellalignment.ui:275
msgctxt "cellalignment|checkWrapTextAuto"
msgid "_Wrap text automatically"
msgstr ""
-#: cellalignment.ui:292
+#: cui/uiconfig/ui/cellalignment.ui:292
msgctxt "cellalignment|checkShrinkFitCellSize"
msgid "_Shrink to fit cell size"
msgstr ""
-#: cellalignment.ui:308
+#: cui/uiconfig/ui/cellalignment.ui:308
msgctxt "cellalignment|checkHyphActive"
msgid "Hyphenation _active"
msgstr ""
-#: cellalignment.ui:334
+#: cui/uiconfig/ui/cellalignment.ui:334
msgctxt "cellalignment|LabelTxtDir"
msgid "Te_xt direction:"
msgstr ""
-#: cellalignment.ui:369
+#: cui/uiconfig/ui/cellalignment.ui:369
#, fuzzy
msgctxt "cellalignment|labelProperties"
msgid "Properties"
msgstr "Propiedatz..."
-#: cellalignment.ui:418
+#: cui/uiconfig/ui/cellalignment.ui:417
#, fuzzy
msgctxt "cellalignment|labelHorzAlign"
msgid "Hori_zontal"
msgstr "~Horizontal"
-#: cellalignment.ui:432
+#: cui/uiconfig/ui/cellalignment.ui:431
msgctxt "cellalignment|labelVertAlign"
msgid "_Vertical"
msgstr ""
-#: cellalignment.ui:446
+#: cui/uiconfig/ui/cellalignment.ui:445
msgctxt "cellalignment|labelIndent"
msgid "I_ndent"
msgstr ""
-#: cellalignment.ui:487
+#: cui/uiconfig/ui/cellalignment.ui:486
msgctxt "cellalignment|LabelTextAlig"
msgid "Text Alignment"
msgstr ""
-#: cellalignment.ui:507
+#: cui/uiconfig/ui/cellalignment.ui:506
msgctxt "cellalignment|labelSTR_BOTTOMLOCK"
msgid "Text Extension From Lower Cell Border"
msgstr ""
-#: cellalignment.ui:518
+#: cui/uiconfig/ui/cellalignment.ui:517
msgctxt "cellalignment|labelSTR_TOPLOCK"
msgid "Text Extension From Upper Cell Border"
msgstr ""
-#: cellalignment.ui:529
+#: cui/uiconfig/ui/cellalignment.ui:528
msgctxt "cellalignment|labelSTR_CELLLOCK"
msgid "Text Extension Inside Cell"
msgstr ""
-#: cellalignment.ui:540
+#: cui/uiconfig/ui/cellalignment.ui:539
msgctxt "cellalignment|labelABCD"
msgid "ABCD"
msgstr ""
-#: certdialog.ui:9
+#: cui/uiconfig/ui/certdialog.ui:9
msgctxt "certdialog|CertDialog"
msgid "Certificate Path"
msgstr ""
-#: certdialog.ui:78
+#: cui/uiconfig/ui/certdialog.ui:78
#, fuzzy
msgctxt "certdialog|add"
msgid "_Add..."
msgstr "~Adhibir..."
-#: certdialog.ui:129
+#: cui/uiconfig/ui/certdialog.ui:129
msgctxt "certdialog|label2"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures:"
msgstr ""
-#: certdialog.ui:151
+#: cui/uiconfig/ui/certdialog.ui:151
#, fuzzy
msgctxt "certdialog|manual"
msgid "manual"
msgstr "~Manual"
-#: certdialog.ui:165
+#: cui/uiconfig/ui/certdialog.ui:165
msgctxt "certdialog|profile"
msgid "Profile"
msgstr ""
-#: certdialog.ui:179
+#: cui/uiconfig/ui/certdialog.ui:179
msgctxt "certdialog|dir"
msgid "Directory"
msgstr ""
-#: certdialog.ui:192
+#: cui/uiconfig/ui/certdialog.ui:192
msgctxt "certdialog|certdir"
msgid "Select a Certificate directory"
msgstr ""
-#: certdialog.ui:235
+#: cui/uiconfig/ui/certdialog.ui:235
msgctxt "certdialog|label1"
msgid "Certificate Path"
msgstr ""
-#: charnamepage.ui:46
+#: cui/uiconfig/ui/charnamepage.ui:46
msgctxt "charnamepage|westlangft-nocjk"
msgid "Language:"
msgstr ""
-#: charnamepage.ui:185
+#: cui/uiconfig/ui/charnamepage.ui:185
msgctxt "charnamepage|westsizeft-nocjk"
msgid "Size:"
msgstr ""
-#: charnamepage.ui:257
+#: cui/uiconfig/ui/charnamepage.ui:257
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr ""
-#: charnamepage.ui:272
+#: cui/uiconfig/ui/charnamepage.ui:272
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr ""
-#: charnamepage.ui:346
+#: cui/uiconfig/ui/charnamepage.ui:346
msgctxt "charnamepage|label4"
msgid "Western Text Font"
msgstr ""
-#: charnamepage.ui:415
+#: cui/uiconfig/ui/charnamepage.ui:415
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr ""
-#: charnamepage.ui:430
+#: cui/uiconfig/ui/charnamepage.ui:430
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr ""
-#: charnamepage.ui:503
+#: cui/uiconfig/ui/charnamepage.ui:503
msgctxt "charnamepage|label5"
msgid "Asian Text Font"
msgstr ""
-#: charnamepage.ui:572
+#: cui/uiconfig/ui/charnamepage.ui:572
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr ""
-#: charnamepage.ui:587
+#: cui/uiconfig/ui/charnamepage.ui:587
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr ""
-#: charnamepage.ui:661
+#: cui/uiconfig/ui/charnamepage.ui:661
msgctxt "charnamepage|label6"
msgid "CTL Font"
msgstr ""
-#: charnamepage.ui:688
+#: cui/uiconfig/ui/charnamepage.ui:688
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr ""
-#: colorconfigwin.ui:14
+#: cui/uiconfig/ui/colorconfigwin.ui:14
msgctxt "colorconfigwin|docboundaries"
msgid "Text boundaries"
msgstr ""
-#: colorconfigwin.ui:33
+#: cui/uiconfig/ui/colorconfigwin.ui:34
msgctxt "colorconfigwin|doccolor"
msgid "Document background"
msgstr ""
-#: colorconfigwin.ui:65
+#: cui/uiconfig/ui/colorconfigwin.ui:66
msgctxt "colorconfigwin|general"
msgid "General"
msgstr ""
-#: colorconfigwin.ui:92
+#: cui/uiconfig/ui/colorconfigwin.ui:93
msgctxt "colorconfigwin|appback"
msgid "Application background"
msgstr ""
-#: colorconfigwin.ui:101
+#: cui/uiconfig/ui/colorconfigwin.ui:102
msgctxt "colorconfigwin|objboundaries"
msgid "Object boundaries"
msgstr ""
-#: colorconfigwin.ui:126
+#: cui/uiconfig/ui/colorconfigwin.ui:128
msgctxt "colorconfigwin|tblboundaries"
msgid "Table boundaries"
msgstr ""
-#: colorconfigwin.ui:155
+#: cui/uiconfig/ui/colorconfigwin.ui:158
msgctxt "colorconfigwin|font"
msgid "Font color"
msgstr ""
-#: colorconfigwin.ui:174
+#: cui/uiconfig/ui/colorconfigwin.ui:177
msgctxt "colorconfigwin|unvisitedlinks"
msgid "Unvisited links"
msgstr ""
-#: colorconfigwin.ui:199
+#: cui/uiconfig/ui/colorconfigwin.ui:203
msgctxt "colorconfigwin|visitedlinks"
msgid "Visited links"
msgstr ""
-#: colorconfigwin.ui:228
+#: cui/uiconfig/ui/colorconfigwin.ui:233
msgctxt "colorconfigwin|autospellcheck"
msgid "AutoSpellcheck"
msgstr ""
-#: colorconfigwin.ui:241
+#: cui/uiconfig/ui/colorconfigwin.ui:246
msgctxt "colorconfigwin|smarttags"
msgid "Smart Tags"
msgstr ""
-#: colorconfigwin.ui:283
+#: cui/uiconfig/ui/colorconfigwin.ui:288
#, fuzzy
msgctxt "colorconfigwin|writer"
msgid "Text Document"
msgstr "Documento de texto"
-#: colorconfigwin.ui:310
+#: cui/uiconfig/ui/colorconfigwin.ui:315
#, fuzzy
msgctxt "colorconfigwin|writergrid"
msgid "Grid"
msgstr "~Rella"
-#: colorconfigwin.ui:353
+#: cui/uiconfig/ui/colorconfigwin.ui:358
msgctxt "colorconfigwin|script"
msgid "Script Indicator"
msgstr ""
-#: colorconfigwin.ui:362
+#: cui/uiconfig/ui/colorconfigwin.ui:367
msgctxt "colorconfigwin|field"
msgid "Field shadings"
msgstr ""
-#: colorconfigwin.ui:377
+#: cui/uiconfig/ui/colorconfigwin.ui:383
msgctxt "colorconfigwin|index"
msgid "Index and table shadings"
msgstr ""
-#: colorconfigwin.ui:392
+#: cui/uiconfig/ui/colorconfigwin.ui:399
msgctxt "colorconfigwin|section"
msgid "Section boundaries"
msgstr ""
-#: colorconfigwin.ui:431
+#: cui/uiconfig/ui/colorconfigwin.ui:439
msgctxt "colorconfigwin|hdft"
msgid "Headers and Footer delimiter"
msgstr ""
-#: colorconfigwin.ui:454
+#: cui/uiconfig/ui/colorconfigwin.ui:462
msgctxt "colorconfigwin|pagebreak"
msgid "Page and column breaks"
msgstr ""
-#: colorconfigwin.ui:477
+#: cui/uiconfig/ui/colorconfigwin.ui:485
msgctxt "colorconfigwin|direct"
msgid "Direct Cursor"
msgstr ""
-#: colorconfigwin.ui:489
+#: cui/uiconfig/ui/colorconfigwin.ui:497
msgctxt "colorconfigwin|html"
msgid "HTML Document"
msgstr "Documento HTML"
-#: colorconfigwin.ui:516
+#: cui/uiconfig/ui/colorconfigwin.ui:524
msgctxt "colorconfigwin|sgml"
msgid "SGML syntax highlighting"
msgstr ""
-#: colorconfigwin.ui:539
+#: cui/uiconfig/ui/colorconfigwin.ui:547
msgctxt "colorconfigwin|htmlcomment"
msgid "Comment highlighting"
msgstr ""
-#: colorconfigwin.ui:562
+#: cui/uiconfig/ui/colorconfigwin.ui:570
msgctxt "colorconfigwin|htmlkeyword"
msgid "Keyword highlighting"
msgstr ""
-#: colorconfigwin.ui:585
+#: cui/uiconfig/ui/colorconfigwin.ui:593
msgctxt "colorconfigwin|unknown"
msgid "Text"
msgstr "Texto"
-#: colorconfigwin.ui:597
+#: cui/uiconfig/ui/colorconfigwin.ui:605
msgctxt "colorconfigwin|calc"
msgid "Spreadsheet"
msgstr "Fuella de calculo"
-#: colorconfigwin.ui:624
+#: cui/uiconfig/ui/colorconfigwin.ui:632
msgctxt "colorconfigwin|calcgrid"
msgid "Grid lines"
msgstr ""
-#: colorconfigwin.ui:647
+#: cui/uiconfig/ui/colorconfigwin.ui:655
#, fuzzy
msgctxt "colorconfigwin|brk"
msgid "Page breaks"
msgstr "Brinco de ~pachina"
-#: colorconfigwin.ui:670
+#: cui/uiconfig/ui/colorconfigwin.ui:678
msgctxt "colorconfigwin|brkmanual"
msgid "Manual page breaks"
msgstr ""
-#: colorconfigwin.ui:693
+#: cui/uiconfig/ui/colorconfigwin.ui:701
msgctxt "colorconfigwin|brkauto"
msgid "Automatic page breaks"
msgstr ""
-#: colorconfigwin.ui:716
+#: cui/uiconfig/ui/colorconfigwin.ui:724
msgctxt "colorconfigwin|det"
msgid "Detective"
msgstr ""
-#: colorconfigwin.ui:739
+#: cui/uiconfig/ui/colorconfigwin.ui:747
msgctxt "colorconfigwin|deterror"
msgid "Detective error"
msgstr ""
-#: colorconfigwin.ui:762
+#: cui/uiconfig/ui/colorconfigwin.ui:770
msgctxt "colorconfigwin|ref"
msgid "References"
msgstr ""
-#: colorconfigwin.ui:785
+#: cui/uiconfig/ui/colorconfigwin.ui:793
msgctxt "colorconfigwin|notes"
msgid "Notes background"
msgstr ""
-#: colorconfigwin.ui:797
+#: cui/uiconfig/ui/colorconfigwin.ui:816
+msgctxt "colorconfigwin|values"
+msgid "Values"
+msgstr ""
+
+#: cui/uiconfig/ui/colorconfigwin.ui:839
+msgctxt "colorconfigwin|formulas"
+msgid "Formulas"
+msgstr ""
+
+#: cui/uiconfig/ui/colorconfigwin.ui:862
+msgctxt "colorconfigwin|text"
+msgid "Text"
+msgstr ""
+
+#: cui/uiconfig/ui/colorconfigwin.ui:885
+msgctxt "colorconfigwin|protectedcells"
+msgid "Protected cells background"
+msgstr ""
+
+#: cui/uiconfig/ui/colorconfigwin.ui:897
msgctxt "colorconfigwin|draw"
msgid "Drawing / Presentation"
msgstr ""
-#: colorconfigwin.ui:824
+#: cui/uiconfig/ui/colorconfigwin.ui:924
#, fuzzy
msgctxt "colorconfigwin|drawgrid"
msgid "Grid"
msgstr "~Rella"
-#: colorconfigwin.ui:836
+#: cui/uiconfig/ui/colorconfigwin.ui:936
msgctxt "colorconfigwin|basic"
msgid "Basic Syntax Highlighting"
msgstr ""
-#: colorconfigwin.ui:863
+#: cui/uiconfig/ui/colorconfigwin.ui:963
msgctxt "colorconfigwin|basicid"
msgid "Identifier"
msgstr ""
-#: colorconfigwin.ui:886
+#: cui/uiconfig/ui/colorconfigwin.ui:986
msgctxt "colorconfigwin|basiccomment"
msgid "Comment"
msgstr "Comentario"
-#: colorconfigwin.ui:909
+#: cui/uiconfig/ui/colorconfigwin.ui:1009
msgctxt "colorconfigwin|basicnumber"
msgid "Number"
msgstr "Numero"
-#: colorconfigwin.ui:932
+#: cui/uiconfig/ui/colorconfigwin.ui:1032
msgctxt "colorconfigwin|basicstring"
msgid "String"
msgstr ""
-#: colorconfigwin.ui:955
+#: cui/uiconfig/ui/colorconfigwin.ui:1055
msgctxt "colorconfigwin|basicop"
msgid "Operator"
msgstr ""
-#: colorconfigwin.ui:978
+#: cui/uiconfig/ui/colorconfigwin.ui:1078
msgctxt "colorconfigwin|basickeyword"
msgid "Reserved expression"
msgstr ""
-#: colorconfigwin.ui:1001
+#: cui/uiconfig/ui/colorconfigwin.ui:1101
msgctxt "colorconfigwin|error"
msgid "Error"
msgstr ""
-#: colorconfigwin.ui:1013
+#: cui/uiconfig/ui/colorconfigwin.ui:1113
msgctxt "colorconfigwin|sql"
msgid "SQL Syntax Highlighting"
msgstr ""
-#: colorconfigwin.ui:1040
+#: cui/uiconfig/ui/colorconfigwin.ui:1140
msgctxt "colorconfigwin|sqlid"
msgid "Identifier"
msgstr ""
-#: colorconfigwin.ui:1063
+#: cui/uiconfig/ui/colorconfigwin.ui:1163
msgctxt "colorconfigwin|sqlnumber"
msgid "Number"
msgstr "Numero"
-#: colorconfigwin.ui:1086
+#: cui/uiconfig/ui/colorconfigwin.ui:1186
msgctxt "colorconfigwin|sqlstring"
msgid "String"
msgstr ""
-#: colorconfigwin.ui:1109
+#: cui/uiconfig/ui/colorconfigwin.ui:1209
msgctxt "colorconfigwin|sqlop"
msgid "Operator"
msgstr ""
-#: colorconfigwin.ui:1132
+#: cui/uiconfig/ui/colorconfigwin.ui:1232
msgctxt "colorconfigwin|sqlkeyword"
msgid "Keyword"
msgstr ""
-#: colorconfigwin.ui:1155
+#: cui/uiconfig/ui/colorconfigwin.ui:1255
msgctxt "colorconfigwin|sqlparam"
msgid "Parameter"
msgstr ""
-#: colorconfigwin.ui:1178
+#: cui/uiconfig/ui/colorconfigwin.ui:1278
msgctxt "colorconfigwin|sqlcomment"
msgid "Comment"
msgstr "Comentario"
-#: colorconfigwin.ui:1187
+#: cui/uiconfig/ui/colorconfigwin.ui:1287
msgctxt "colorconfigwin|shadows"
msgid "Shadows"
msgstr ""
-#: colorpage.ui:60
+#: cui/uiconfig/ui/colorpage.ui:60
msgctxt "colorpage|label21"
msgid "Palette:"
msgstr ""
-#: colorpage.ui:101
+#: cui/uiconfig/ui/colorpage.ui:101
msgctxt "colorpage|label20"
msgid "Recent Colors"
msgstr ""
-#: colorpage.ui:156
+#: cui/uiconfig/ui/colorpage.ui:156
msgctxt "colorpage|RGB"
msgid "RGB"
msgstr ""
-#: colorpage.ui:172
+#: cui/uiconfig/ui/colorpage.ui:173
msgctxt "colorpage|CMYK"
msgid "CMYK"
msgstr ""
-#: colorpage.ui:188
+#: cui/uiconfig/ui/colorpage.ui:190
msgctxt "colorpage|delete"
msgid "Delete"
msgstr "Eliminar"
-#: colorpage.ui:206
+#: cui/uiconfig/ui/colorpage.ui:208
msgctxt "colorpage|label22"
msgid "Custom Palette"
msgstr ""
-#: colorpage.ui:258
+#: cui/uiconfig/ui/colorpage.ui:260
msgctxt "colorpage|label1"
msgid "Colors"
msgstr ""
-#: colorpage.ui:303
+#: cui/uiconfig/ui/colorpage.ui:305
msgctxt "colorpage|oldpreview-atkobject"
msgid "Old Color"
msgstr ""
-#: colorpage.ui:333
+#: cui/uiconfig/ui/colorpage.ui:335
msgctxt "colorpage|label7"
msgid "B"
msgstr ""
-#: colorpage.ui:348
+#: cui/uiconfig/ui/colorpage.ui:350
msgctxt "colorpage|label8"
msgid "G"
msgstr ""
-#: colorpage.ui:363
+#: cui/uiconfig/ui/colorpage.ui:365
msgctxt "colorpage|label9"
msgid "R"
msgstr ""
-#: colorpage.ui:378
+#: cui/uiconfig/ui/colorpage.ui:380
msgctxt "colorpage|label18"
msgid "Hex"
msgstr ""
-#: colorpage.ui:458
+#: cui/uiconfig/ui/colorpage.ui:460
msgctxt "colorpage|label10"
msgid "_C"
msgstr ""
-#: colorpage.ui:473
+#: cui/uiconfig/ui/colorpage.ui:475
msgctxt "colorpage|label16"
msgid "_K"
msgstr ""
-#: colorpage.ui:488
+#: cui/uiconfig/ui/colorpage.ui:490
msgctxt "colorpage|label17"
msgid "_Y"
msgstr ""
-#: colorpage.ui:554
+#: cui/uiconfig/ui/colorpage.ui:556
msgctxt "colorpage|label15"
msgid "_M"
msgstr ""
-#: colorpage.ui:579
+#: cui/uiconfig/ui/colorpage.ui:581
#, fuzzy
msgctxt "colorpage|label5"
msgid "Active"
msgstr "activo"
-#: colorpage.ui:625
+#: cui/uiconfig/ui/colorpage.ui:627
msgctxt "colorpage|newpreview-atkobject"
msgid "New Color"
msgstr ""
-#: colorpage.ui:656
+#: cui/uiconfig/ui/colorpage.ui:657
msgctxt "colorpage|B_custom"
msgid "Blue"
msgstr "Azul"
-#: colorpage.ui:671
+#: cui/uiconfig/ui/colorpage.ui:671
msgctxt "colorpage|R_custom"
msgid "Red"
msgstr "Royo"
-#: colorpage.ui:685
+#: cui/uiconfig/ui/colorpage.ui:685
msgctxt "colorpage|label4"
msgid "_B"
msgstr ""
-#: colorpage.ui:699
+#: cui/uiconfig/ui/colorpage.ui:699
msgctxt "colorpage|label3"
msgid "_G"
msgstr ""
-#: colorpage.ui:713
+#: cui/uiconfig/ui/colorpage.ui:713
msgctxt "colorpage|label2"
msgid "_R"
msgstr ""
-#: colorpage.ui:728
+#: cui/uiconfig/ui/colorpage.ui:727
msgctxt "colorpage|G_custom"
msgid "Green"
msgstr "Verde"
-#: colorpage.ui:742
+#: cui/uiconfig/ui/colorpage.ui:741
msgctxt "colorpage|label19"
msgid "_Hex"
msgstr ""
-#: colorpage.ui:786
+#: cui/uiconfig/ui/colorpage.ui:785
msgctxt "colorpage|label11"
msgid "_C"
msgstr ""
-#: colorpage.ui:801
+#: cui/uiconfig/ui/colorpage.ui:800
msgctxt "colorpage|label12"
msgid "_M"
msgstr ""
-#: colorpage.ui:815
+#: cui/uiconfig/ui/colorpage.ui:814
msgctxt "colorpage|label13"
msgid "_K"
msgstr ""
-#: colorpage.ui:858
+#: cui/uiconfig/ui/colorpage.ui:855
msgctxt "colorpage|label14"
msgid "_Y"
msgstr ""
-#: colorpage.ui:905
+#: cui/uiconfig/ui/colorpage.ui:900
#, fuzzy
msgctxt "colorpage|edit"
msgid "Pick"
msgstr "Picas"
-#: colorpage.ui:927
+#: cui/uiconfig/ui/colorpage.ui:922
#, fuzzy
msgctxt "colorpage|label6"
msgid "New"
msgstr "Nuevo"
-#: colorpickerdialog.ui:26
+#: cui/uiconfig/ui/colorpickerdialog.ui:60
msgctxt "colorpickerdialog|ColorPicker"
msgid "Pick a Color"
msgstr ""
-#: colorpickerdialog.ui:244
+#: cui/uiconfig/ui/colorpickerdialog.ui:281
msgctxt "colorpickerdialog|redRadiobutton"
msgid "_Red:"
msgstr ""
-#: colorpickerdialog.ui:262
+#: cui/uiconfig/ui/colorpickerdialog.ui:298
msgctxt "colorpickerdialog|greenRadiobutton"
msgid "_Green:"
msgstr ""
-#: colorpickerdialog.ui:279
+#: cui/uiconfig/ui/colorpickerdialog.ui:315
msgctxt "colorpickerdialog|blueRadiobutton"
msgid "_Blue:"
msgstr ""
-#: colorpickerdialog.ui:335
+#: cui/uiconfig/ui/colorpickerdialog.ui:370
msgctxt "colorpickerdialog|label2"
msgid "Hex _#:"
msgstr ""
-#: colorpickerdialog.ui:363
+#: cui/uiconfig/ui/colorpickerdialog.ui:399
msgctxt "colorpickerdialog|label1"
msgid "RGB"
msgstr ""
-#: colorpickerdialog.ui:402
+#: cui/uiconfig/ui/colorpickerdialog.ui:438
msgctxt "colorpickerdialog|hueRadiobutton"
msgid "H_ue:"
msgstr ""
-#: colorpickerdialog.ui:420
+#: cui/uiconfig/ui/colorpickerdialog.ui:455
msgctxt "colorpickerdialog|satRadiobutton"
msgid "_Saturation:"
msgstr ""
-#: colorpickerdialog.ui:437
+#: cui/uiconfig/ui/colorpickerdialog.ui:472
msgctxt "colorpickerdialog|brightRadiobutton"
msgid "Bright_ness:"
msgstr ""
-#: colorpickerdialog.ui:496
+#: cui/uiconfig/ui/colorpickerdialog.ui:531
msgctxt "colorpickerdialog|label3"
msgid "HSB"
msgstr ""
-#: colorpickerdialog.ui:537
+#: cui/uiconfig/ui/colorpickerdialog.ui:571
msgctxt "colorpickerdialog|label5"
msgid "_Cyan:"
msgstr ""
-#: colorpickerdialog.ui:552
+#: cui/uiconfig/ui/colorpickerdialog.ui:586
msgctxt "colorpickerdialog|label6"
msgid "_Magenta:"
msgstr ""
-#: colorpickerdialog.ui:567
+#: cui/uiconfig/ui/colorpickerdialog.ui:601
msgctxt "colorpickerdialog|label7"
msgid "_Yellow:"
msgstr ""
-#: colorpickerdialog.ui:582
+#: cui/uiconfig/ui/colorpickerdialog.ui:616
msgctxt "colorpickerdialog|label8"
msgid "_Key:"
msgstr ""
-#: colorpickerdialog.ui:647
+#: cui/uiconfig/ui/colorpickerdialog.ui:682
msgctxt "colorpickerdialog|label4"
msgid "CMYK"
msgstr ""
-#: comment.ui:7
+#: cui/uiconfig/ui/comment.ui:18
msgctxt "comment|CommentDialog"
msgid "Insert Comment"
msgstr ""
-#: comment.ui:153
+#: cui/uiconfig/ui/comment.ui:163
msgctxt "comment|label2"
msgid "Author"
msgstr "Autor"
-#: comment.ui:185
+#: cui/uiconfig/ui/comment.ui:195
#, fuzzy
msgctxt "comment|label4"
msgid "_Text"
msgstr "Texto"
-#: comment.ui:228
+#: cui/uiconfig/ui/comment.ui:238
msgctxt "comment|label5"
msgid "_Insert"
msgstr ""
-#: comment.ui:241
+#: cui/uiconfig/ui/comment.ui:250
msgctxt "comment|author"
msgid "Author"
msgstr "Autor"
-#: comment.ui:264
+#: cui/uiconfig/ui/comment.ui:271
#, fuzzy
msgctxt "comment|alttitle"
msgid "Edit Comment"
msgstr "Edita o comentario..."
-#: comment.ui:280
+#: cui/uiconfig/ui/comment.ui:287
#, fuzzy
msgctxt "comment|label1"
msgid "Contents"
msgstr "Conteniu"
-#: connectortabpage.ui:34
+#: cui/uiconfig/ui/connectortabpage.ui:34
#, fuzzy
msgctxt "connectortabpage|FT_TYPE"
msgid "_Type:"
msgstr "Tipo"
-#: connectortabpage.ui:85
+#: cui/uiconfig/ui/connectortabpage.ui:85
msgctxt "connectortabpage|FT_LINE_1"
msgid "Line _1:"
msgstr ""
-#: connectortabpage.ui:99
+#: cui/uiconfig/ui/connectortabpage.ui:99
msgctxt "connectortabpage|FT_LINE_2"
msgid "Line _2:"
msgstr ""
-#: connectortabpage.ui:113
+#: cui/uiconfig/ui/connectortabpage.ui:113
msgctxt "connectortabpage|FT_LINE_3"
msgid "Line _3:"
msgstr ""
-#: connectortabpage.ui:170
+#: cui/uiconfig/ui/connectortabpage.ui:167
msgctxt "connectortabpage|label2"
msgid "Line Skew"
msgstr ""
-#: connectortabpage.ui:206
+#: cui/uiconfig/ui/connectortabpage.ui:203
msgctxt "connectortabpage|FT_HORZ_1"
msgid "_Begin horizontal:"
msgstr ""
-#: connectortabpage.ui:220
+#: cui/uiconfig/ui/connectortabpage.ui:217
msgctxt "connectortabpage|FT_HORZ_2"
msgid "End _horizontal:"
msgstr ""
-#: connectortabpage.ui:234
+#: cui/uiconfig/ui/connectortabpage.ui:231
msgctxt "connectortabpage|FT_VERT_1"
msgid "Begin _vertical:"
msgstr ""
-#: connectortabpage.ui:248
+#: cui/uiconfig/ui/connectortabpage.ui:245
msgctxt "connectortabpage|FT_VERT_2"
msgid "_End vertical:"
msgstr ""
-#: connectortabpage.ui:318
+#: cui/uiconfig/ui/connectortabpage.ui:311
#, fuzzy
msgctxt "connectortabpage|label3"
msgid "Line Spacing"
msgstr "Inter~liniau"
-#: connectortabpage.ui:342
+#: cui/uiconfig/ui/connectortabpage.ui:335
msgctxt "connectortabpage|CTL_PREVIEW|tooltip_text"
msgid "Preview"
msgstr ""
-#: connectortabpage.ui:347
+#: cui/uiconfig/ui/connectortabpage.ui:340
msgctxt "connectortabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "Eixemplo"
-#: connpooloptions.ui:39
+#: cui/uiconfig/ui/connpooloptions.ui:39
msgctxt "connpooloptions|connectionpooling"
msgid "Connection pooling enabled"
msgstr ""
-#: connpooloptions.ui:68
+#: cui/uiconfig/ui/connpooloptions.ui:68
msgctxt "connpooloptions|driverslabel"
msgid "Drivers known in %PRODUCTNAME"
msgstr ""
-#: connpooloptions.ui:102
+#: cui/uiconfig/ui/connpooloptions.ui:102
msgctxt "connpooloptions|driverlabel"
msgid "Current driver:"
msgstr ""
-#: connpooloptions.ui:133
+#: cui/uiconfig/ui/connpooloptions.ui:133
msgctxt "connpooloptions|enablepooling"
msgid "Enable pooling for this driver"
msgstr ""
-#: connpooloptions.ui:159
+#: cui/uiconfig/ui/connpooloptions.ui:160
msgctxt "connpooloptions|timeoutlabel"
msgid "_Timeout (seconds)"
msgstr ""
-#: connpooloptions.ui:208
+#: cui/uiconfig/ui/connpooloptions.ui:208
msgctxt "connpooloptions|label1"
msgid "Connection Pool"
msgstr ""
-#: croppage.ui:53
+#: cui/uiconfig/ui/croppage.ui:53
msgctxt "croppage|keepscale"
msgid "Keep _scale"
msgstr ""
-#: croppage.ui:71
+#: cui/uiconfig/ui/croppage.ui:71
msgctxt "croppage|keepsize"
msgid "Keep image si_ze"
msgstr ""
-#: croppage.ui:97
+#: cui/uiconfig/ui/croppage.ui:97
msgctxt "croppage|label2"
msgid "_Left:"
msgstr ""
-#: croppage.ui:124
+#: cui/uiconfig/ui/croppage.ui:123
msgctxt "croppage|label3"
msgid "_Right:"
msgstr ""
-#: croppage.ui:163
+#: cui/uiconfig/ui/croppage.ui:161
msgctxt "croppage|label4"
msgid "_Top:"
msgstr ""
-#: croppage.ui:177
+#: cui/uiconfig/ui/croppage.ui:175
#, fuzzy
msgctxt "croppage|label5"
msgid "_Bottom:"
msgstr "Cobaixo"
-#: croppage.ui:226
+#: cui/uiconfig/ui/croppage.ui:222
msgctxt "croppage|label1"
msgid "Crop"
msgstr ""
-#: croppage.ui:261
+#: cui/uiconfig/ui/croppage.ui:257
msgctxt "croppage|label6"
msgid "_Width:"
msgstr ""
-#: croppage.ui:287
+#: cui/uiconfig/ui/croppage.ui:282
msgctxt "croppage|label7"
msgid "_Height:"
msgstr ""
-#: croppage.ui:316
+#: cui/uiconfig/ui/croppage.ui:310
msgctxt "croppage|label10"
msgid "Scale"
msgstr "Escalar"
-#: croppage.ui:351
+#: cui/uiconfig/ui/croppage.ui:345
msgctxt "croppage|label8"
msgid "_Width:"
msgstr ""
-#: croppage.ui:378
+#: cui/uiconfig/ui/croppage.ui:371
msgctxt "croppage|label9"
msgid "_Height:"
msgstr ""
-#: croppage.ui:408
+#: cui/uiconfig/ui/croppage.ui:400
msgctxt "croppage|label11"
msgid "Image Size"
msgstr ""
-#: croppage.ui:460
+#: cui/uiconfig/ui/croppage.ui:452
#, fuzzy
msgctxt "croppage|origsize"
msgid "_Original Size"
msgstr "Mida ~orichinal"
-#: cuiimapdlg.ui:8
+#: cui/uiconfig/ui/cuiimapdlg.ui:8
#, fuzzy
msgctxt "cuiimapdlg|IMapDialog"
msgid "Properties"
msgstr "Propiedatz..."
-#: cuiimapdlg.ui:96
+#: cui/uiconfig/ui/cuiimapdlg.ui:96
msgctxt "cuiimapdlg|label1"
msgid "_URL:"
msgstr ""
-#: cuiimapdlg.ui:138
+#: cui/uiconfig/ui/cuiimapdlg.ui:137
msgctxt "cuiimapdlg|label2"
msgid "F_rame:"
msgstr ""
-#: cuiimapdlg.ui:186
+#: cui/uiconfig/ui/cuiimapdlg.ui:184
#, fuzzy
msgctxt "cuiimapdlg|label3"
msgid "_Name:"
msgstr "Nombre"
-#: cuiimapdlg.ui:228
+#: cui/uiconfig/ui/cuiimapdlg.ui:225
msgctxt "cuiimapdlg|label4"
msgid "Alternative _text:"
msgstr ""
-#: cuiimapdlg.ui:270
+#: cui/uiconfig/ui/cuiimapdlg.ui:266
#, fuzzy
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "Descripción"
-#: customizedialog.ui:8
+#: cui/uiconfig/ui/customizedialog.ui:8
msgctxt "customizedialog|CustomizeDialog"
msgid "Customize"
msgstr ""
-#: customizedialog.ui:105
+#: cui/uiconfig/ui/customizedialog.ui:105
msgctxt "customizedialog|menus"
msgid "Menus"
msgstr ""
-#: customizedialog.ui:127
+#: cui/uiconfig/ui/customizedialog.ui:127
msgctxt "customizedialog|toolbars"
msgid "Toolbars"
msgstr ""
-#: customizedialog.ui:150
+#: cui/uiconfig/ui/customizedialog.ui:150
msgctxt "customizedialog|contextmenus"
msgid "Context Menus"
msgstr ""
-#: customizedialog.ui:173
+#: cui/uiconfig/ui/customizedialog.ui:173
msgctxt "customizedialog|keyboard"
msgid "Keyboard"
msgstr ""
-#: customizedialog.ui:196
+#: cui/uiconfig/ui/customizedialog.ui:196
msgctxt "customizedialog|events"
msgid "Events"
msgstr ""
-#: databaselinkdialog.ui:9
+#: cui/uiconfig/ui/databaselinkdialog.ui:9
msgctxt "databaselinkdialog|DatabaseLinkDialog"
msgid "Create Database Link"
msgstr ""
-#: databaselinkdialog.ui:88
+#: cui/uiconfig/ui/databaselinkdialog.ui:88
#, fuzzy
msgctxt "databaselinkdialog|browse"
msgid "Browse..."
msgstr "~Navegar..."
-#: databaselinkdialog.ui:104
+#: cui/uiconfig/ui/databaselinkdialog.ui:104
msgctxt "databaselinkdialog|label1"
msgid "_Database file:"
msgstr ""
-#: databaselinkdialog.ui:148
+#: cui/uiconfig/ui/databaselinkdialog.ui:148
msgctxt "databaselinkdialog|label4"
msgid "Registered _name:"
msgstr ""
-#: databaselinkdialog.ui:179
+#: cui/uiconfig/ui/databaselinkdialog.ui:179
msgctxt "databaselinkdialog|alttitle"
msgid "Edit Database Link"
msgstr ""
-#: dbregisterpage.ui:62
+#: cui/uiconfig/ui/dbregisterpage.ui:62
msgctxt "dbregisterpage|new"
msgid "_New..."
msgstr ""
-#: dbregisterpage.ui:76
+#: cui/uiconfig/ui/dbregisterpage.ui:76
#, fuzzy
msgctxt "dbregisterpage|delete"
msgid "_Delete"
msgstr "Eliminar"
-#: dbregisterpage.ui:90
+#: cui/uiconfig/ui/dbregisterpage.ui:90
#, fuzzy
msgctxt "dbregisterpage|edit"
msgid "_Edit..."
msgstr "~Editar..."
-#: dbregisterpage.ui:117
+#: cui/uiconfig/ui/dbregisterpage.ui:117
msgctxt "dbregisterpage|label1"
msgid "Registered Databases"
msgstr ""
-#: dimensionlinestabpage.ui:53
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:53
msgctxt "dimensionlinestabpage|FT_LINE_DIST"
msgid "Line _distance:"
msgstr ""
-#: dimensionlinestabpage.ui:67
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:67
msgctxt "dimensionlinestabpage|FT_HELPLINE_OVERHANG"
msgid "Guide _overhang:"
msgstr ""
-#: dimensionlinestabpage.ui:81
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:81
msgctxt "dimensionlinestabpage|FT_HELPLINE_DIST"
msgid "_Guide distance:"
msgstr ""
-#: dimensionlinestabpage.ui:95
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:95
msgctxt "dimensionlinestabpage|FT_HELPLINE1_LEN"
msgid "_Left guide:"
msgstr ""
-#: dimensionlinestabpage.ui:109
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:109
msgctxt "dimensionlinestabpage|FT_HELPLINE2_LEN"
msgid "_Right guide:"
msgstr ""
-#: dimensionlinestabpage.ui:123
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:123
msgctxt "dimensionlinestabpage|FT_DECIMALPLACES"
msgid "Decimal _places:"
msgstr ""
-#: dimensionlinestabpage.ui:134
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:134
msgctxt "dimensionlinestabpage|TSB_BELOW_REF_EDGE"
msgid "Measure _below object"
msgstr ""
-#: dimensionlinestabpage.ui:236
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:230
msgctxt "dimensionlinestabpage|label1"
msgid "Line"
msgstr ""
-#: dimensionlinestabpage.ui:272
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:266
msgctxt "dimensionlinestabpage|FT_POSITION"
msgid "_Text position"
msgstr ""
-#: dimensionlinestabpage.ui:307
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:301
msgctxt "dimensionlinestabpage|TSB_AUTOPOSV"
msgid "_AutoVertical"
msgstr ""
-#: dimensionlinestabpage.ui:324
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:318
msgctxt "dimensionlinestabpage|TSB_AUTOPOSH"
msgid "A_utoHorizontal"
msgstr ""
-#: dimensionlinestabpage.ui:350
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:344
msgctxt "dimensionlinestabpage|TSB_PARALLEL"
msgid "_Parallel to line"
msgstr ""
-#: dimensionlinestabpage.ui:367
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:361
msgctxt "dimensionlinestabpage|TSB_SHOW_UNIT"
msgid "Show _measurement units"
msgstr ""
-#: dimensionlinestabpage.ui:404
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:398
msgctxt "dimensionlinestabpage|label2"
msgid "Legend"
msgstr ""
-#: dimensionlinestabpage.ui:427
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:421
msgctxt "dimensionlinestabpage|STR_MEASURE_AUTOMATIC"
msgid "Automatic"
msgstr "Automatica"
-#: distributiondialog.ui:8
+#: cui/uiconfig/ui/distributiondialog.ui:8
msgctxt "distributiondialog|DistributionDialog"
msgid "Distribution"
msgstr ""
-#: distributionpage.ui:36
+#: cui/uiconfig/ui/distributionpage.ui:36
#, fuzzy
msgctxt "distributionpage|hornone"
msgid "_None"
msgstr "~Garra"
-#: distributionpage.ui:53
+#: cui/uiconfig/ui/distributionpage.ui:53
#, fuzzy
msgctxt "distributionpage|horleft"
msgid "_Left"
msgstr "Enta la cucha"
-#: distributionpage.ui:69
+#: cui/uiconfig/ui/distributionpage.ui:69
#, fuzzy
msgctxt "distributionpage|horcenter"
msgid "_Center"
msgstr "~Centrau"
-#: distributionpage.ui:85
+#: cui/uiconfig/ui/distributionpage.ui:85
#, fuzzy
msgctxt "distributionpage|horright"
msgid "_Right"
msgstr "Enta la dreita"
-#: distributionpage.ui:127
+#: cui/uiconfig/ui/distributionpage.ui:127
msgctxt "distributionpage|hordistance"
msgid "_Spacing"
msgstr ""
-#: distributionpage.ui:178
+#: cui/uiconfig/ui/distributionpage.ui:178
#, fuzzy
msgctxt "distributionpage|label"
msgid "Horizontal"
msgstr "~Horizontal"
-#: distributionpage.ui:211
+#: cui/uiconfig/ui/distributionpage.ui:211
#, fuzzy
msgctxt "distributionpage|vernone"
msgid "N_one"
msgstr "~Garra"
-#: distributionpage.ui:227
+#: cui/uiconfig/ui/distributionpage.ui:227
#, fuzzy
msgctxt "distributionpage|vertop"
msgid "_Top"
msgstr "Cobalto"
-#: distributionpage.ui:243
+#: cui/uiconfig/ui/distributionpage.ui:243
msgctxt "distributionpage|vercenter"
msgid "C_enter"
msgstr ""
-#: distributionpage.ui:260
+#: cui/uiconfig/ui/distributionpage.ui:260
msgctxt "distributionpage|verdistance"
msgid "S_pacing"
msgstr ""
-#: distributionpage.ui:276
+#: cui/uiconfig/ui/distributionpage.ui:276
#, fuzzy
msgctxt "distributionpage|verbottom"
msgid "_Bottom"
msgstr "Cobaixo"
-#: distributionpage.ui:353
+#: cui/uiconfig/ui/distributionpage.ui:353
msgctxt "distributionpage|label1"
msgid "Vertical"
msgstr ""
-#: editdictionarydialog.ui:8
+#: cui/uiconfig/ui/editdictionarydialog.ui:8
msgctxt "editdictionarydialog|EditDictionaryDialog"
msgid "Edit Custom Dictionary"
msgstr ""
-#: editdictionarydialog.ui:95
+#: cui/uiconfig/ui/editdictionarydialog.ui:95
msgctxt "editdictionarydialog|book_label"
msgid "_Book:"
msgstr ""
-#: editdictionarydialog.ui:110
+#: cui/uiconfig/ui/editdictionarydialog.ui:110
msgctxt "editdictionarydialog|lang_label"
msgid "_Language:"
msgstr ""
-#: editdictionarydialog.ui:182
+#: cui/uiconfig/ui/editdictionarydialog.ui:180
msgctxt "editdictionarydialog|word_label"
msgid "_Word"
msgstr ""
-#: editdictionarydialog.ui:198
+#: cui/uiconfig/ui/editdictionarydialog.ui:196
msgctxt "editdictionarydialog|replace_label"
msgid "_Replace By"
msgstr ""
-#: editdictionarydialog.ui:251
+#: cui/uiconfig/ui/editdictionarydialog.ui:249
#, fuzzy
msgctxt "editdictionarydialog|newreplace"
msgid "_New"
msgstr "Nuevo"
-#: editdictionarydialog.ui:265
+#: cui/uiconfig/ui/editdictionarydialog.ui:263
#, fuzzy
msgctxt "editdictionarydialog|delete"
msgid "_Delete"
msgstr "Eliminar"
-#: editmodulesdialog.ui:9
+#: cui/uiconfig/ui/editmodulesdialog.ui:9
msgctxt "editmodulesdialog|EditModulesDialog"
msgid "Edit Modules"
msgstr ""
-#: editmodulesdialog.ui:84
+#: cui/uiconfig/ui/editmodulesdialog.ui:84
msgctxt "editmodulesdialog|moredictslink"
msgid "Get more dictionaries online..."
msgstr ""
-#: editmodulesdialog.ui:108
+#: cui/uiconfig/ui/editmodulesdialog.ui:108
msgctxt "editmodulesdialog|label2"
msgid "Language:"
msgstr ""
-#: editmodulesdialog.ui:153
+#: cui/uiconfig/ui/editmodulesdialog.ui:153
msgctxt "editmodulesdialog|up"
msgid "Move Up"
msgstr ""
-#: editmodulesdialog.ui:167
+#: cui/uiconfig/ui/editmodulesdialog.ui:167
msgctxt "editmodulesdialog|down"
msgid "Move Down"
msgstr ""
-#: editmodulesdialog.ui:181
+#: cui/uiconfig/ui/editmodulesdialog.ui:181
msgctxt "editmodulesdialog|back"
msgid "_Back"
msgstr ""
-#: editmodulesdialog.ui:228
+#: cui/uiconfig/ui/editmodulesdialog.ui:228
msgctxt "editmodulesdialog|label1"
msgid "Options"
msgstr "Opcions"
-#: effectspage.ui:13
+#: cui/uiconfig/ui/effectspage.ui:13
msgctxt "effectspage|liststore1"
msgid "(Without)"
msgstr ""
-#: effectspage.ui:16
+#: cui/uiconfig/ui/effectspage.ui:16
msgctxt "effectspage|liststore1"
msgid "Capitals"
msgstr ""
-#: effectspage.ui:19
+#: cui/uiconfig/ui/effectspage.ui:19
msgctxt "effectspage|liststore1"
msgid "Lowercase"
msgstr ""
-#: effectspage.ui:22
+#: cui/uiconfig/ui/effectspage.ui:22
msgctxt "effectspage|liststore1"
msgid "Title"
msgstr "Titol"
-#: effectspage.ui:25
+#: cui/uiconfig/ui/effectspage.ui:25
msgctxt "effectspage|liststore1"
msgid "Small capitals"
msgstr ""
-#: effectspage.ui:36
+#: cui/uiconfig/ui/effectspage.ui:36
msgctxt "effectspage|liststore2"
msgid "(Without)"
msgstr ""
-#: effectspage.ui:39
+#: cui/uiconfig/ui/effectspage.ui:39
msgctxt "effectspage|liststore2"
msgid "Embossed"
msgstr ""
-#: effectspage.ui:42
+#: cui/uiconfig/ui/effectspage.ui:42
msgctxt "effectspage|liststore2"
msgid "Engraved"
msgstr ""
-#: effectspage.ui:53
+#: cui/uiconfig/ui/effectspage.ui:53
msgctxt "effectspage|liststore3"
msgid "(Without)"
msgstr ""
-#: effectspage.ui:56
+#: cui/uiconfig/ui/effectspage.ui:56
msgctxt "effectspage|liststore3"
msgid "Dot"
msgstr ""
-#: effectspage.ui:59
+#: cui/uiconfig/ui/effectspage.ui:59
msgctxt "effectspage|liststore3"
msgid "Circle"
msgstr ""
-#: effectspage.ui:62
+#: cui/uiconfig/ui/effectspage.ui:62
msgctxt "effectspage|liststore3"
msgid "Disc"
msgstr ""
-#: effectspage.ui:65
+#: cui/uiconfig/ui/effectspage.ui:65
msgctxt "effectspage|liststore3"
msgid "Accent"
msgstr ""
-#: effectspage.ui:78
+#: cui/uiconfig/ui/effectspage.ui:78
msgctxt "effectspage|liststore4"
msgid "Above text"
msgstr ""
-#: effectspage.ui:82
+#: cui/uiconfig/ui/effectspage.ui:82
msgctxt "effectspage|liststore4"
msgid "Below text"
msgstr ""
-#: effectspage.ui:96
+#: cui/uiconfig/ui/effectspage.ui:96
msgctxt "effectspage|liststore5"
msgid "(Without)"
msgstr ""
-#: effectspage.ui:100
+#: cui/uiconfig/ui/effectspage.ui:100
msgctxt "effectspage|liststore5"
msgid "Single"
msgstr ""
-#: effectspage.ui:104
+#: cui/uiconfig/ui/effectspage.ui:104
msgctxt "effectspage|liststore5"
msgid "Double"
msgstr ""
-#: effectspage.ui:108
+#: cui/uiconfig/ui/effectspage.ui:108
msgctxt "effectspage|liststore5"
msgid "Bold"
msgstr ""
-#: effectspage.ui:112
+#: cui/uiconfig/ui/effectspage.ui:112
msgctxt "effectspage|liststore5"
msgid "With /"
msgstr ""
-#: effectspage.ui:116
+#: cui/uiconfig/ui/effectspage.ui:116
msgctxt "effectspage|liststore5"
msgid "With X"
msgstr ""
-#: effectspage.ui:130
+#: cui/uiconfig/ui/effectspage.ui:130
msgctxt "effectspage|liststore6"
msgid "(Without)"
msgstr ""
-#: effectspage.ui:134
+#: cui/uiconfig/ui/effectspage.ui:134
msgctxt "effectspage|liststore6"
msgid "Single"
msgstr ""
-#: effectspage.ui:138
+#: cui/uiconfig/ui/effectspage.ui:138
msgctxt "effectspage|liststore6"
msgid "Double"
msgstr ""
-#: effectspage.ui:142
+#: cui/uiconfig/ui/effectspage.ui:142
msgctxt "effectspage|liststore6"
msgid "Bold"
msgstr ""
-#: effectspage.ui:146
+#: cui/uiconfig/ui/effectspage.ui:146
msgctxt "effectspage|liststore6"
msgid "Dotted"
msgstr ""
-#: effectspage.ui:150
+#: cui/uiconfig/ui/effectspage.ui:150
msgctxt "effectspage|liststore6"
msgid "Dotted (Bold)"
msgstr ""
-#: effectspage.ui:154
+#: cui/uiconfig/ui/effectspage.ui:154
msgctxt "effectspage|liststore6"
msgid "Dash"
msgstr ""
-#: effectspage.ui:158
+#: cui/uiconfig/ui/effectspage.ui:158
msgctxt "effectspage|liststore6"
msgid "Dash (Bold)"
msgstr ""
-#: effectspage.ui:162
+#: cui/uiconfig/ui/effectspage.ui:162
msgctxt "effectspage|liststore6"
msgid "Long Dash"
msgstr ""
-#: effectspage.ui:166
+#: cui/uiconfig/ui/effectspage.ui:166
msgctxt "effectspage|liststore6"
msgid "Long Dash (Bold)"
msgstr ""
-#: effectspage.ui:170
+#: cui/uiconfig/ui/effectspage.ui:170
msgctxt "effectspage|liststore6"
msgid "Dot Dash"
msgstr ""
-#: effectspage.ui:174
+#: cui/uiconfig/ui/effectspage.ui:174
msgctxt "effectspage|liststore6"
msgid "Dot Dash (Bold)"
msgstr ""
-#: effectspage.ui:178
+#: cui/uiconfig/ui/effectspage.ui:178
msgctxt "effectspage|liststore6"
msgid "Dot Dot Dash"
msgstr ""
-#: effectspage.ui:182
+#: cui/uiconfig/ui/effectspage.ui:182
msgctxt "effectspage|liststore6"
msgid "Dot Dot Dash (Bold)"
msgstr ""
-#: effectspage.ui:186
+#: cui/uiconfig/ui/effectspage.ui:186
msgctxt "effectspage|liststore6"
msgid "Wave"
msgstr ""
-#: effectspage.ui:190
+#: cui/uiconfig/ui/effectspage.ui:190
msgctxt "effectspage|liststore6"
msgid "Wave (Bold)"
msgstr ""
-#: effectspage.ui:194
+#: cui/uiconfig/ui/effectspage.ui:194
msgctxt "effectspage|liststore6"
msgid "Double Wave"
msgstr ""
-#: effectspage.ui:218
+#: cui/uiconfig/ui/effectspage.ui:218
msgctxt "effectspage|fontcolorft"
msgid "Font color:"
msgstr ""
-#: effectspage.ui:232
+#: cui/uiconfig/ui/effectspage.ui:232
msgctxt "effectspage|effectsft"
msgid "Effects:"
msgstr ""
-#: effectspage.ui:246
+#: cui/uiconfig/ui/effectspage.ui:246
msgctxt "effectspage|reliefft"
msgid "Relief:"
msgstr ""
-#: effectspage.ui:260
+#: cui/uiconfig/ui/effectspage.ui:260
msgctxt "effectspage|label46"
msgid "Overlining:"
msgstr ""
-#: effectspage.ui:274
+#: cui/uiconfig/ui/effectspage.ui:274
msgctxt "effectspage|label47"
msgid "Strikethrough:"
msgstr ""
-#: effectspage.ui:288
+#: cui/uiconfig/ui/effectspage.ui:288
msgctxt "effectspage|label48"
msgid "Underlining:"
msgstr ""
-#: effectspage.ui:302
+#: cui/uiconfig/ui/effectspage.ui:302
msgctxt "effectspage|overlinecolorft"
msgid "Overline color:"
msgstr ""
-#: effectspage.ui:316
+#: cui/uiconfig/ui/effectspage.ui:316
msgctxt "effectspage|underlinecolorft"
msgid "Underline color:"
msgstr ""
-#: effectspage.ui:413
+#: cui/uiconfig/ui/effectspage.ui:413
msgctxt "effectspage|outlinecb"
msgid "Outline"
msgstr ""
-#: effectspage.ui:428
+#: cui/uiconfig/ui/effectspage.ui:429
msgctxt "effectspage|blinkingcb"
msgid "Blinking"
msgstr ""
-#: effectspage.ui:443
+#: cui/uiconfig/ui/effectspage.ui:445
#, fuzzy
msgctxt "effectspage|hiddencb"
msgid "Hidden"
msgstr "amagau"
-#: effectspage.ui:458
+#: cui/uiconfig/ui/effectspage.ui:461
msgctxt "effectspage|individualwordscb"
msgid "Individual words"
msgstr ""
-#: effectspage.ui:496
+#: cui/uiconfig/ui/effectspage.ui:500
#, fuzzy
msgctxt "effectspage|positionft"
msgid "Position:"
msgstr "Posición"
-#: effectspage.ui:510
+#: cui/uiconfig/ui/effectspage.ui:514
msgctxt "effectspage|emphasisft"
msgid "Emphasis mark:"
msgstr ""
-#: effectspage.ui:522
+#: cui/uiconfig/ui/effectspage.ui:526
msgctxt "effectspage|shadowcb"
msgid "Shadow"
msgstr ""
-#: effectspage.ui:562
+#: cui/uiconfig/ui/effectspage.ui:567
msgctxt "effectspage|a11ywarning"
msgid "Accessibility option \"Use automatic font color for screen display\" is active. Font color attributes are not currently used to display text."
msgstr ""
-#: effectspage.ui:611
+#: cui/uiconfig/ui/effectspage.ui:616
msgctxt "effectspage|preview-atkobject"
msgid "Preview"
msgstr ""
-#: embossdialog.ui:9
+#: cui/uiconfig/ui/embossdialog.ui:9
msgctxt "embossdialog|EmbossDialog"
msgid "Emboss"
msgstr ""
-#: embossdialog.ui:120
+#: cui/uiconfig/ui/embossdialog.ui:120
msgctxt "embossdialog|label2"
msgid "_Light source:"
msgstr ""
-#: embossdialog.ui:155
+#: cui/uiconfig/ui/embossdialog.ui:155
msgctxt "embossdialog|label1"
msgid "Parameters"
msgstr ""
-#: eventassigndialog.ui:8
+#: cui/uiconfig/ui/eventassigndialog.ui:8
msgctxt "eventassigndialog|EventAssignDialog"
msgid "Assign Macro"
msgstr ""
-#: eventassignpage.ui:47
+#: cui/uiconfig/ui/eventassignpage.ui:47
msgctxt "eventassignpage|existingmacrosft"
msgid "Existing Macros"
msgstr ""
-#: eventassignpage.ui:97
+#: cui/uiconfig/ui/eventassignpage.ui:97
msgctxt "eventassignpage|macrotoft"
msgid "Macro From"
msgstr ""
-#: eventassignpage.ui:159
+#: cui/uiconfig/ui/eventassignpage.ui:159
msgctxt "eventassignpage|eventft"
msgid "Event"
msgstr ""
-#: eventassignpage.ui:172
+#: cui/uiconfig/ui/eventassignpage.ui:172
msgctxt "eventassignpage|assignft"
msgid "Assigned Action"
msgstr ""
-#: eventassignpage.ui:197
+#: cui/uiconfig/ui/eventassignpage.ui:197
msgctxt "eventassignpage|libraryft1"
msgid "Assignments"
msgstr ""
-#: eventassignpage.ui:220
+#: cui/uiconfig/ui/eventassignpage.ui:220
msgctxt "eventassignpage|assign"
msgid "Assign"
msgstr ""
-#: eventassignpage.ui:234
+#: cui/uiconfig/ui/eventassignpage.ui:234
msgctxt "eventassignpage|delete"
msgid "Remove"
msgstr "Borrar"
-#: eventsconfigpage.ui:31
+#: cui/uiconfig/ui/eventsconfigpage.ui:31
msgctxt "eventsconfigpage|label1"
msgid "Assign:"
msgstr ""
-#: eventsconfigpage.ui:49
+#: cui/uiconfig/ui/eventsconfigpage.ui:49
msgctxt "eventsconfigpage|macro"
msgid "M_acro..."
msgstr ""
-#: eventsconfigpage.ui:63
+#: cui/uiconfig/ui/eventsconfigpage.ui:63
#, fuzzy
msgctxt "eventsconfigpage|delete"
msgid "_Remove"
msgstr "Borrar"
-#: eventsconfigpage.ui:105
+#: cui/uiconfig/ui/eventsconfigpage.ui:105
msgctxt "eventsconfigpage|label2"
msgid "Save in:"
msgstr ""
-#: eventsconfigpage.ui:156
+#: cui/uiconfig/ui/eventsconfigpage.ui:156
msgctxt "eventsconfigpage|eventft"
msgid "Event"
msgstr ""
-#: eventsconfigpage.ui:168
+#: cui/uiconfig/ui/eventsconfigpage.ui:168
msgctxt "eventsconfigpage|actionft"
msgid "Assigned Action"
msgstr ""
-#: fmsearchdialog.ui:8
+#: cui/uiconfig/ui/fmsearchdialog.ui:8
msgctxt "fmsearchdialog|RecordSearchDialog"
msgid "Record Search"
msgstr ""
-#: fmsearchdialog.ui:21
+#: cui/uiconfig/ui/fmsearchdialog.ui:21
msgctxt "fmsearchdialog|pbSearchAgain"
msgid "S_earch"
msgstr ""
-#: fmsearchdialog.ui:142
+#: cui/uiconfig/ui/fmsearchdialog.ui:142
#, fuzzy
msgctxt "fmsearchdialog|rbSearchForText"
msgid "_Text:"
msgstr "Texto"
-#: fmsearchdialog.ui:166
+#: cui/uiconfig/ui/fmsearchdialog.ui:166
msgctxt "fmsearchdialog|rbSearchForNull"
msgid "Field content is _NULL"
msgstr ""
-#: fmsearchdialog.ui:185
+#: cui/uiconfig/ui/fmsearchdialog.ui:185
msgctxt "fmsearchdialog|rbSearchForNotNull"
msgid "Field content is not NU_LL"
msgstr ""
-#: fmsearchdialog.ui:216
+#: cui/uiconfig/ui/fmsearchdialog.ui:216
msgctxt "fmsearchdialog|flSearchFor"
msgid "_Search for"
msgstr ""
-#: fmsearchdialog.ui:272
+#: cui/uiconfig/ui/fmsearchdialog.ui:272
msgctxt "fmsearchdialog|rbSingleField"
msgid "_Single field:"
msgstr ""
-#: fmsearchdialog.ui:309
+#: cui/uiconfig/ui/fmsearchdialog.ui:309
msgctxt "fmsearchdialog|rbAllFields"
msgid "_All fields"
msgstr ""
-#: fmsearchdialog.ui:335
+#: cui/uiconfig/ui/fmsearchdialog.ui:335
msgctxt "fmsearchdialog|ftForm"
msgid "Form:"
msgstr ""
-#: fmsearchdialog.ui:409
+#: cui/uiconfig/ui/fmsearchdialog.ui:409
msgctxt "fmsearchdialog|label2"
msgid "Where to Search"
msgstr ""
-#: fmsearchdialog.ui:460
+#: cui/uiconfig/ui/fmsearchdialog.ui:460
#, fuzzy
msgctxt "fmsearchdialog|ftPosition"
msgid "_Position:"
msgstr "Posición"
-#: fmsearchdialog.ui:496
+#: cui/uiconfig/ui/fmsearchdialog.ui:496
msgctxt "fmsearchdialog|HalfFullFormsCJK"
msgid "Match character wi_dth"
msgstr ""
-#: fmsearchdialog.ui:517
+#: cui/uiconfig/ui/fmsearchdialog.ui:517
msgctxt "fmsearchdialog|SoundsLikeCJK"
msgid "Sounds like (_Japanese)"
msgstr ""
-#: fmsearchdialog.ui:533
+#: cui/uiconfig/ui/fmsearchdialog.ui:533
msgctxt "fmsearchdialog|SoundsLikeCJKSettings"
msgid "Similarities..."
msgstr ""
-#: fmsearchdialog.ui:558
+#: cui/uiconfig/ui/fmsearchdialog.ui:558
msgctxt "fmsearchdialog|cbApprox"
msgid "S_imilarity search"
msgstr ""
-#: fmsearchdialog.ui:574
+#: cui/uiconfig/ui/fmsearchdialog.ui:574
msgctxt "fmsearchdialog|pbApproxSettings"
msgid "Similarities..."
msgstr ""
-#: fmsearchdialog.ui:595
+#: cui/uiconfig/ui/fmsearchdialog.ui:595
msgctxt "fmsearchdialog|cbCase"
msgid "_Match case"
msgstr ""
-#: fmsearchdialog.ui:611
+#: cui/uiconfig/ui/fmsearchdialog.ui:611
msgctxt "fmsearchdialog|cbStartOver"
msgid "Fr_om top"
msgstr ""
-#: fmsearchdialog.ui:627
+#: cui/uiconfig/ui/fmsearchdialog.ui:627
msgctxt "fmsearchdialog|cbRegular"
msgid "_Regular expression"
msgstr ""
-#: fmsearchdialog.ui:643
+#: cui/uiconfig/ui/fmsearchdialog.ui:643
msgctxt "fmsearchdialog|cbUseFormat"
msgid "Appl_y field format"
msgstr ""
-#: fmsearchdialog.ui:659
+#: cui/uiconfig/ui/fmsearchdialog.ui:659
msgctxt "fmsearchdialog|cbBackwards"
msgid "Search _backwards"
msgstr ""
-#: fmsearchdialog.ui:675
+#: cui/uiconfig/ui/fmsearchdialog.ui:675
msgctxt "fmsearchdialog|cbWildCard"
msgid "_Wildcard expression"
msgstr ""
-#: fmsearchdialog.ui:704
+#: cui/uiconfig/ui/fmsearchdialog.ui:704
#, fuzzy
msgctxt "fmsearchdialog|flOptions"
msgid "Settings"
msgstr "Configuración"
-#: fmsearchdialog.ui:740
+#: cui/uiconfig/ui/fmsearchdialog.ui:740
msgctxt "fmsearchdialog|ftRecordLabel"
msgid "Record:"
msgstr ""
-#: fmsearchdialog.ui:751
+#: cui/uiconfig/ui/fmsearchdialog.ui:751
msgctxt "fmsearchdialog|ftRecord"
msgid "record count"
msgstr ""
-#: fmsearchdialog.ui:777
+#: cui/uiconfig/ui/fmsearchdialog.ui:777
msgctxt "fmsearchdialog|flState"
msgid "State"
msgstr "Estau/Provincia"
-#: formatcellsdialog.ui:8
+#: cui/uiconfig/ui/formatcellsdialog.ui:8
msgctxt "formatcellsdialog|FormatCellsDialog"
msgid "Table Properties"
msgstr ""
-#: formatcellsdialog.ui:106
+#: cui/uiconfig/ui/formatcellsdialog.ui:106
msgctxt "formatcellsdialog|name"
msgid "Font"
msgstr "Tipo de letra"
-#: formatcellsdialog.ui:128
+#: cui/uiconfig/ui/formatcellsdialog.ui:128
msgctxt "formatcellsdialog|effects"
msgid "Font Effects"
msgstr ""
-#: formatcellsdialog.ui:151
+#: cui/uiconfig/ui/formatcellsdialog.ui:151
msgctxt "formatcellsdialog|border"
msgid "Borders"
msgstr "Cantos"
-#: formatcellsdialog.ui:174
+#: cui/uiconfig/ui/formatcellsdialog.ui:174
#, fuzzy
msgctxt "formatcellsdialog|area"
msgid "Background"
msgstr "Fundo"
-#: formatnumberdialog.ui:8
+#: cui/uiconfig/ui/formatnumberdialog.ui:8
msgctxt "formatnumberdialog|FormatNumberDialog"
msgid "Format Number"
msgstr ""
-#: galleryapplyprogress.ui:8
+#: cui/uiconfig/ui/galleryapplyprogress.ui:8
msgctxt "galleryapplyprogress|GalleryApplyProgress"
msgid "Apply"
msgstr "Aplicar"
-#: galleryapplyprogress.ui:73
+#: cui/uiconfig/ui/galleryapplyprogress.ui:73
#, fuzzy
msgctxt "galleryapplyprogress|label2"
msgid "File"
msgstr "~Fichero"
-#: galleryfilespage.ui:30
+#: cui/uiconfig/ui/galleryfilespage.ui:30
msgctxt "galleryfilespage|label1"
msgid "_File type:"
msgstr ""
-#: galleryfilespage.ui:77
+#: cui/uiconfig/ui/galleryfilespage.ui:77
msgctxt "galleryfilespage|files-atkobject"
msgid "Files Found"
msgstr ""
-#: galleryfilespage.ui:104
+#: cui/uiconfig/ui/galleryfilespage.ui:104
msgctxt "galleryfilespage|preview"
msgid "Pr_eview"
msgstr ""
-#: galleryfilespage.ui:125
+#: cui/uiconfig/ui/galleryfilespage.ui:125
msgctxt "galleryfilespage|image-atkobject"
msgid "Preview"
msgstr ""
-#: galleryfilespage.ui:149
+#: cui/uiconfig/ui/galleryfilespage.ui:149
msgctxt "galleryfilespage|findfiles"
msgid "_Find Files..."
msgstr ""
-#: galleryfilespage.ui:177
+#: cui/uiconfig/ui/galleryfilespage.ui:177
msgctxt "galleryfilespage|addall"
msgid "A_dd All"
msgstr ""
-#: gallerygeneralpage.ui:22
+#: cui/uiconfig/ui/gallerygeneralpage.ui:22
msgctxt "gallerygeneralpage|label1"
msgid "Modified:"
msgstr ""
-#: gallerygeneralpage.ui:63
+#: cui/uiconfig/ui/gallerygeneralpage.ui:63
#, fuzzy
msgctxt "gallerygeneralpage|label2"
msgid "Type:"
msgstr "Tipo"
-#: gallerygeneralpage.ui:90
+#: cui/uiconfig/ui/gallerygeneralpage.ui:90
msgctxt "gallerygeneralpage|label3"
msgid "Location:"
msgstr ""
-#: gallerygeneralpage.ui:104
+#: cui/uiconfig/ui/gallerygeneralpage.ui:104
#, fuzzy
msgctxt "gallerygeneralpage|label4"
msgid "Contents:"
msgstr "Conteniu"
-#: gallerygeneralpage.ui:162
+#: cui/uiconfig/ui/gallerygeneralpage.ui:162
msgctxt "gallerygeneralpage|image-atkobject"
msgid "Theme Name"
msgstr ""
-#: gallerysearchprogress.ui:8
+#: cui/uiconfig/ui/gallerysearchprogress.ui:8
msgctxt "gallerysearchprogress|GallerySearchProgress"
msgid "Find"
msgstr ""
-#: gallerysearchprogress.ui:78
+#: cui/uiconfig/ui/gallerysearchprogress.ui:78
msgctxt "gallerysearchprogress|label1"
msgid "File Type"
msgstr ""
-#: gallerysearchprogress.ui:115
+#: cui/uiconfig/ui/gallerysearchprogress.ui:115
msgctxt "gallerysearchprogress|label2"
msgid "Directory"
msgstr ""
-#: gallerythemedialog.ui:8
+#: cui/uiconfig/ui/gallerythemedialog.ui:8
msgctxt "gallerythemedialog|GalleryThemeDialog"
msgid "Properties of "
msgstr ""
-#: gallerythemedialog.ui:106
+#: cui/uiconfig/ui/gallerythemedialog.ui:106
msgctxt "gallerythemedialog|general"
msgid "General"
msgstr ""
-#: gallerythemedialog.ui:128
+#: cui/uiconfig/ui/gallerythemedialog.ui:128
#, fuzzy
msgctxt "gallerythemedialog|files"
msgid "Files"
msgstr "~Fichero"
-#: gallerythemeiddialog.ui:8
+#: cui/uiconfig/ui/gallerythemeiddialog.ui:8
msgctxt "gallerythemeiddialog|GalleryThemeIDDialog"
msgid "Theme ID"
msgstr ""
-#: gallerythemeiddialog.ui:27
+#: cui/uiconfig/ui/gallerythemeiddialog.ui:27
msgctxt "gallerythemeiddialog|label2"
msgid "ID:"
msgstr ""
-#: gallerytitledialog.ui:8
+#: cui/uiconfig/ui/gallerytitledialog.ui:8
msgctxt "gallerytitledialog|GalleryTitleDialog"
msgid "Enter Title"
msgstr ""
-#: gallerytitledialog.ui:26
+#: cui/uiconfig/ui/gallerytitledialog.ui:26
#, fuzzy
msgctxt "gallerytitledialog|label2"
msgid "Title:"
msgstr "Titol"
-#: galleryupdateprogress.ui:8
+#: cui/uiconfig/ui/galleryupdateprogress.ui:8
msgctxt "galleryupdateprogress|GalleryUpdateProgress"
msgid "Update"
msgstr ""
-#: galleryupdateprogress.ui:74
+#: cui/uiconfig/ui/galleryupdateprogress.ui:74
#, fuzzy
msgctxt "galleryupdateprogress|label2"
msgid "File"
msgstr "~Fichero"
-#: gradientpage.ui:79
+#: cui/uiconfig/ui/gradientpage.ui:79
msgctxt "gradientpage|modify"
msgid "_Modify"
msgstr ""
-#: gradientpage.ui:106
+#: cui/uiconfig/ui/gradientpage.ui:106
msgctxt "gradientpage|label1"
msgid "Gradient"
msgstr ""
-#: gradientpage.ui:149
+#: cui/uiconfig/ui/gradientpage.ui:149
#, fuzzy
msgctxt "gradientpage|typeft"
msgid "_Type:"
msgstr "Tipo"
-#: gradientpage.ui:165
+#: cui/uiconfig/ui/gradientpage.ui:165
msgctxt "gradientpage|gradienttypelb"
msgid "Linear"
msgstr ""
-#: gradientpage.ui:166
+#: cui/uiconfig/ui/gradientpage.ui:166
msgctxt "gradientpage|gradienttypelb"
msgid "Axial"
msgstr ""
-#: gradientpage.ui:167
+#: cui/uiconfig/ui/gradientpage.ui:167
msgctxt "gradientpage|gradienttypelb"
msgid "Radial"
msgstr ""
-#: gradientpage.ui:168
+#: cui/uiconfig/ui/gradientpage.ui:168
msgctxt "gradientpage|gradienttypelb"
msgid "Ellipsoid"
msgstr ""
-#: gradientpage.ui:169
+#: cui/uiconfig/ui/gradientpage.ui:169
msgctxt "gradientpage|gradienttypelb"
msgid "Quadratic"
msgstr ""
-#: gradientpage.ui:170
+#: cui/uiconfig/ui/gradientpage.ui:170
msgctxt "gradientpage|gradienttypelb"
msgid "Square"
msgstr ""
-#: gradientpage.ui:197
+#: cui/uiconfig/ui/gradientpage.ui:197
msgctxt "gradientpage|incrementft"
msgid "Increment:"
msgstr ""
-#: gradientpage.ui:235
+#: cui/uiconfig/ui/gradientpage.ui:235
#, fuzzy
msgctxt "gradientpage|autoincrement"
msgid "A_utomatic"
msgstr "Automatica"
-#: gradientpage.ui:272
+#: cui/uiconfig/ui/gradientpage.ui:272
msgctxt "gradientpage|angleft"
msgid "A_ngle:"
msgstr ""
-#: gradientpage.ui:299
+#: cui/uiconfig/ui/gradientpage.ui:298
msgctxt "gradientpage|centerft"
msgid "Center ( X / Y ):"
msgstr ""
-#: gradientpage.ui:367
+#: cui/uiconfig/ui/gradientpage.ui:364
#, fuzzy
msgctxt "gradientpage|borderft"
msgid "_Border:"
msgstr "Cantos"
-#: gradientpage.ui:425
+#: cui/uiconfig/ui/gradientpage.ui:421
msgctxt "gradientpage|colorfromft"
msgid "_From Color:"
msgstr ""
-#: gradientpage.ui:506
+#: cui/uiconfig/ui/gradientpage.ui:500
msgctxt "gradientpage|colortoft"
msgid "_To Color:"
msgstr ""
-#: gradientpage.ui:533
+#: cui/uiconfig/ui/gradientpage.ui:527
msgctxt "gradientpage|a11y_center_x"
msgid "Center X"
msgstr ""
-#: gradientpage.ui:547
+#: cui/uiconfig/ui/gradientpage.ui:541
msgctxt "gradientpage|a11y_center_y"
msgid "Center Y"
msgstr ""
-#: gradientpage.ui:561
+#: cui/uiconfig/ui/gradientpage.ui:555
msgctxt "gradientpage|a11y_percentage_from"
msgid "From color percentage"
msgstr ""
-#: gradientpage.ui:575
+#: cui/uiconfig/ui/gradientpage.ui:569
msgctxt "gradientpage|a11y_percentage_to"
msgid "To color percentage"
msgstr ""
-#: gradientpage.ui:600
+#: cui/uiconfig/ui/gradientpage.ui:594
msgctxt "gradientpage|propfl"
msgid "Options"
msgstr "Opcions"
-#: gradientpage.ui:644
+#: cui/uiconfig/ui/gradientpage.ui:638
msgctxt "gradientpage|previewctl-atkobject"
msgid "Example"
msgstr "Eixemplo"
-#: gradientpage.ui:662
+#: cui/uiconfig/ui/gradientpage.ui:656
msgctxt "gradientpage|label2"
msgid "Preview"
msgstr ""
-#: hangulhanjaadddialog.ui:8
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:8
msgctxt "hangulhanjaadddialog|HangulHanjaAddDialog"
msgid "New Dictionary"
msgstr ""
-#: hangulhanjaadddialog.ui:97
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:100
#, fuzzy
msgctxt "hangulhanjaadddialog|label2"
msgid "_Name:"
msgstr "Nombre"
-#: hangulhanjaadddialog.ui:129
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:131
msgctxt "hangulhanjaadddialog|label1"
msgid "Dictionary"
msgstr ""
-#: hangulhanjaconversiondialog.ui:7
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:7
msgctxt "hangulhanjaconversiondialog|HangulHanjaConversionDialog"
msgid "Hangul/Hanja Conversion"
msgstr ""
-#: hangulhanjaconversiondialog.ui:96
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:96
#, fuzzy
msgctxt "hangulhanjaconversiondialog|label1"
msgid "Original"
msgstr "Orichinal"
-#: hangulhanjaconversiondialog.ui:132
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:132
msgctxt "hangulhanjaconversiondialog|label3"
msgid "Word"
msgstr ""
-#: hangulhanjaconversiondialog.ui:153
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:153
msgctxt "hangulhanjaconversiondialog|find"
msgid "_Find"
msgstr ""
-#: hangulhanjaconversiondialog.ui:181
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:181
msgctxt "hangulhanjaconversiondialog|label4"
msgid "Suggestions"
msgstr ""
-#: hangulhanjaconversiondialog.ui:219
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:219
msgctxt "hangulhanjaconversiondialog|label5"
msgid "Format"
msgstr ""
-#: hangulhanjaconversiondialog.ui:229
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:229
msgctxt "hangulhanjaconversiondialog|simpleconversion"
msgid "_Hangul/Hanja"
msgstr ""
-#: hangulhanjaconversiondialog.ui:247
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:247
msgctxt "hangulhanjaconversiondialog|hangulbracket"
msgid "Hanja (Han_gul)"
msgstr ""
-#: hangulhanjaconversiondialog.ui:264
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:264
msgctxt "hangulhanjaconversiondialog|hanjabracket"
msgid "Hang_ul (Hanja)"
msgstr ""
-#: hangulhanjaconversiondialog.ui:295
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:295
msgctxt "hangulhanjaconversiondialog|hanja_above"
msgid "Hanja"
msgstr ""
-#: hangulhanjaconversiondialog.ui:312
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:312
msgctxt "hangulhanjaconversiondialog|hanja_below"
msgid "Hanja"
msgstr ""
-#: hangulhanjaconversiondialog.ui:328
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:328
msgctxt "hangulhanjaconversiondialog|hangul_above"
msgid "Hangul"
msgstr ""
-#: hangulhanjaconversiondialog.ui:344
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:344
msgctxt "hangulhanjaconversiondialog|hangul_below"
msgid "Hangul"
msgstr ""
-#: hangulhanjaconversiondialog.ui:375
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:375
msgctxt "hangulhanjaconversiondialog|label6"
msgid "Conversion"
msgstr ""
-#: hangulhanjaconversiondialog.ui:385
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:385
msgctxt "hangulhanjaconversiondialog|hangulonly"
msgid "Hangul _only"
msgstr ""
-#: hangulhanjaconversiondialog.ui:402
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:402
msgctxt "hangulhanjaconversiondialog|hanjaonly"
msgid "Hanja onl_y"
msgstr ""
-#: hangulhanjaconversiondialog.ui:440
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:440
msgctxt "hangulhanjaconversiondialog|ignore"
msgid "_Ignore"
msgstr ""
-#: hangulhanjaconversiondialog.ui:456
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:456
msgctxt "hangulhanjaconversiondialog|ignoreall"
msgid "Always I_gnore"
msgstr ""
-#: hangulhanjaconversiondialog.ui:470
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:470
msgctxt "hangulhanjaconversiondialog|replace"
msgid "_Replace"
msgstr ""
-#: hangulhanjaconversiondialog.ui:484
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:484
msgctxt "hangulhanjaconversiondialog|replaceall"
msgid "Always R_eplace"
msgstr ""
-#: hangulhanjaconversiondialog.ui:501
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:501
msgctxt "hangulhanjaconversiondialog|replacebychar"
msgid "Replace b_y character"
msgstr ""
-#: hangulhanjaconversiondialog.ui:517
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:517
msgctxt "hangulhanjaconversiondialog|options"
msgid "Options"
msgstr "Opcions"
-#: hangulhanjaeditdictdialog.ui:9
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:9
msgctxt "hangulhanjaeditdictdialog|HangulHanjaEditDictDialog"
msgid "Edit Custom Dictionary"
msgstr ""
-#: hangulhanjaeditdictdialog.ui:107
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:107
msgctxt "hangulhanjaeditdictdialog|label4"
msgid "Book"
msgstr ""
-#: hangulhanjaeditdictdialog.ui:213
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:213
#, fuzzy
msgctxt "hangulhanjaeditdictdialog|label2"
msgid "Original"
msgstr "Orichinal"
-#: hangulhanjaeditdictdialog.ui:326
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:326
msgctxt "hangulhanjaeditdictdialog|label3"
msgid "Suggestions"
msgstr ""
-#: hangulhanjaoptdialog.ui:8
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:8
msgctxt "hangulhanjaoptdialog|HangulHanjaOptDialog"
msgid "Hangul/Hanja Options"
msgstr ""
-#: hangulhanjaoptdialog.ui:107
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:107
msgctxt "hangulhanjaoptdialog|new"
msgid "New..."
msgstr ""
-#: hangulhanjaoptdialog.ui:121
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:121
#, fuzzy
msgctxt "hangulhanjaoptdialog|edit"
msgid "Edit..."
msgstr "~Editar..."
-#: hangulhanjaoptdialog.ui:172
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:172
msgctxt "hangulhanjaoptdialog|label1"
msgid "User-defined Dictionaries"
msgstr ""
-#: hangulhanjaoptdialog.ui:203
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:203
msgctxt "hangulhanjaoptdialog|ignorepost"
msgid "Ignore post-positional word"
msgstr ""
-#: hangulhanjaoptdialog.ui:218
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:218
msgctxt "hangulhanjaoptdialog|showrecentfirst"
msgid "Show recently used entries first"
msgstr ""
-#: hangulhanjaoptdialog.ui:232
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:233
msgctxt "hangulhanjaoptdialog|autoreplaceunique"
msgid "Replace all unique entries automatically"
msgstr ""
-#: hangulhanjaoptdialog.ui:252
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:254
msgctxt "hangulhanjaoptdialog|label2"
msgid "Options"
msgstr "Opcions"
-#: hatchpage.ui:81
+#: cui/uiconfig/ui/hatchpage.ui:81
msgctxt "hatchpage|modify"
msgid "_Modify"
msgstr ""
-#: hatchpage.ui:108
+#: cui/uiconfig/ui/hatchpage.ui:108
msgctxt "hatchpage|label2"
msgid "Hatch"
msgstr ""
-#: hatchpage.ui:148
+#: cui/uiconfig/ui/hatchpage.ui:148
msgctxt "hatchpage|distanceft"
msgid "_Spacing:"
msgstr ""
-#: hatchpage.ui:175
+#: cui/uiconfig/ui/hatchpage.ui:174
msgctxt "hatchpage|angleft"
msgid "A_ngle:"
msgstr ""
-#: hatchpage.ui:229
+#: cui/uiconfig/ui/hatchpage.ui:227
msgctxt "hatchpage|linetypeft"
msgid "_Line type:"
msgstr ""
-#: hatchpage.ui:243
+#: cui/uiconfig/ui/hatchpage.ui:241
msgctxt "hatchpage|linetypelb"
msgid "Single"
msgstr ""
-#: hatchpage.ui:244
+#: cui/uiconfig/ui/hatchpage.ui:242
msgctxt "hatchpage|linetypelb"
msgid "Crossed"
msgstr ""
-#: hatchpage.ui:245
+#: cui/uiconfig/ui/hatchpage.ui:243
msgctxt "hatchpage|linetypelb"
msgid "Triple"
msgstr ""
-#: hatchpage.ui:259
+#: cui/uiconfig/ui/hatchpage.ui:257
msgctxt "hatchpage|linecolorft"
msgid "Line _color:"
msgstr ""
-#: hatchpage.ui:281
+#: cui/uiconfig/ui/hatchpage.ui:279
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr ""
-#: hatchpage.ui:313
+#: cui/uiconfig/ui/hatchpage.ui:312
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "Opcions"
-#: hatchpage.ui:357
+#: cui/uiconfig/ui/hatchpage.ui:356
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "Eixemplo"
-#: hatchpage.ui:375
+#: cui/uiconfig/ui/hatchpage.ui:374
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr ""
-#: hyperlinkdialog.ui:11
+#: cui/uiconfig/ui/hyperlinkdialog.ui:11
msgctxt "hyperlinkdialog|HyperlinkDialog"
msgid "Hyperlink"
msgstr ""
-#: hyperlinkdialog.ui:42
+#: cui/uiconfig/ui/hyperlinkdialog.ui:42
msgctxt "hyperlinkdialog|apply"
msgid "Apply"
msgstr "Aplicar"
-#: hyperlinkdialog.ui:84
+#: cui/uiconfig/ui/hyperlinkdialog.ui:84
msgctxt "hyperlinkdialog|reset"
msgid "Reset"
msgstr ""
-#: hyperlinkdocpage.ui:39
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:39
msgctxt "hyperlinkdocpage|path_label"
msgid "_Path:"
msgstr ""
-#: hyperlinkdocpage.ui:62
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:61
msgctxt "hyperlinkdocpage|fileopen"
msgid "Open File"
msgstr ""
-#: hyperlinkdocpage.ui:67
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:66
msgctxt "hyperlinkdocpage|fileopen|tooltip_text"
msgid "Open File"
msgstr ""
-#: hyperlinkdocpage.ui:82
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:81
msgctxt "hyperlinkdocpage|label2"
msgid "Document"
msgstr "Documento"
-#: hyperlinkdocpage.ui:119
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:118
msgctxt "hyperlinkdocpage|target_label"
msgid "Targ_et:"
msgstr ""
-#: hyperlinkdocpage.ui:134
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:133
msgctxt "hyperlinkdocpage|url_label"
msgid "URL:"
msgstr ""
-#: hyperlinkdocpage.ui:144
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:143
msgctxt "hyperlinkdocpage|browse"
msgid "Target in Document"
msgstr ""
-#: hyperlinkdocpage.ui:149
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:148
msgctxt "hyperlinkdocpage|browse|tooltip_text"
msgid "Target in Document"
msgstr ""
-#: hyperlinkdocpage.ui:173
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:171
msgctxt "hyperlinkdocpage|url"
msgid "Test text"
msgstr ""
-#: hyperlinkdocpage.ui:191
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:189
msgctxt "hyperlinkdocpage|label3"
msgid "Target in Document"
msgstr ""
-#: hyperlinkdocpage.ui:230
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:228
msgctxt "hyperlinkdocpage|frame_label"
msgid "F_rame:"
msgstr ""
-#: hyperlinkdocpage.ui:245
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:243
msgctxt "hyperlinkdocpage|indication_label"
msgid "Te_xt:"
msgstr ""
-#: hyperlinkdocpage.ui:260
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:258
#, fuzzy
msgctxt "hyperlinkdocpage|name_label"
msgid "N_ame:"
msgstr "Nombre"
-#: hyperlinkdocpage.ui:303
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:299
msgctxt "hyperlinkdocpage|form_label"
msgid "F_orm:"
msgstr ""
-#: hyperlinkdocpage.ui:329
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:325
msgctxt "hyperlinkdocpage|script|tooltip_text"
msgid "Events"
msgstr ""
-#: hyperlinkdocpage.ui:367
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:363
msgctxt "hyperlinkdocpage|label1"
msgid "Further Settings"
msgstr ""
-#: hyperlinkinternetpage.ui:42
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:42
msgctxt "hyperlinkinternetpage|linktyp_internet"
msgid "_Web"
msgstr ""
-#: hyperlinkinternetpage.ui:59
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:59
msgctxt "hyperlinkinternetpage|linktyp_ftp"
msgid "_FTP"
msgstr ""
-#: hyperlinkinternetpage.ui:86
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:86
msgctxt "hyperlinkinternetpage|target_label"
msgid "_URL:"
msgstr ""
-#: hyperlinkinternetpage.ui:113
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:112
msgctxt "hyperlinkinternetpage|login_label"
msgid "_Login name:"
msgstr ""
-#: hyperlinkinternetpage.ui:128
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:127
#, fuzzy
msgctxt "hyperlinkinternetpage|password_label"
msgid "_Password:"
msgstr "~Clau"
-#: hyperlinkinternetpage.ui:164
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:161
msgctxt "hyperlinkinternetpage|anonymous"
msgid "Anonymous _user"
msgstr ""
-#: hyperlinkinternetpage.ui:192
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:189
msgctxt "hyperlinkinternetpage|label2"
msgid "Hyperlink Type"
msgstr ""
-#: hyperlinkinternetpage.ui:230
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:227
msgctxt "hyperlinkinternetpage|frame_label"
msgid "F_rame:"
msgstr ""
-#: hyperlinkinternetpage.ui:245
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:242
msgctxt "hyperlinkinternetpage|indication_label"
msgid "Te_xt:"
msgstr ""
-#: hyperlinkinternetpage.ui:260
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:257
#, fuzzy
msgctxt "hyperlinkinternetpage|name_label"
msgid "Na_me:"
msgstr "Nombre"
-#: hyperlinkinternetpage.ui:303
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:298
msgctxt "hyperlinkinternetpage|form_label"
msgid "F_orm:"
msgstr ""
-#: hyperlinkinternetpage.ui:330
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:325
msgctxt "hyperlinkinternetpage|script|tooltip_text"
msgid "Events"
msgstr ""
-#: hyperlinkinternetpage.ui:368
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:363
msgctxt "hyperlinkinternetpage|label1"
msgid "Further Settings"
msgstr ""
-#: hyperlinkmailpage.ui:39
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:39
msgctxt "hyperlinkmailpage|receiver_label"
msgid "Re_cipient:"
msgstr ""
-#: hyperlinkmailpage.ui:62
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:61
msgctxt "hyperlinkmailpage|adressbook"
msgid "Data Sources…"
msgstr ""
-#: hyperlinkmailpage.ui:67
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:66
msgctxt "hyperlinkmailpage|adressbook|tooltip_text"
msgid "Data Sources..."
msgstr ""
-#: hyperlinkmailpage.ui:81
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:80
msgctxt "hyperlinkmailpage|subject_label"
msgid "_Subject:"
msgstr ""
-#: hyperlinkmailpage.ui:119
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:117
msgctxt "hyperlinkmailpage|label2"
msgid "Mail"
msgstr ""
-#: hyperlinkmailpage.ui:158
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:156
msgctxt "hyperlinkmailpage|frame_label"
msgid "F_rame:"
msgstr ""
-#: hyperlinkmailpage.ui:173
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:171
msgctxt "hyperlinkmailpage|indication_label"
msgid "Te_xt:"
msgstr ""
-#: hyperlinkmailpage.ui:188
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:186
#, fuzzy
msgctxt "hyperlinkmailpage|name_label"
msgid "N_ame:"
msgstr "Nombre"
-#: hyperlinkmailpage.ui:231
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:227
msgctxt "hyperlinkmailpage|form_label"
msgid "F_orm:"
msgstr ""
-#: hyperlinkmailpage.ui:257
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:253
msgctxt "hyperlinkmailpage|script|tooltip_text"
msgid "Events"
msgstr ""
-#: hyperlinkmailpage.ui:295
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:291
msgctxt "hyperlinkmailpage|label1"
msgid "Further Settings"
msgstr ""
-#: hyperlinkmarkdialog.ui:9
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:9
msgctxt "hyperlinkmarkdialog|HyperlinkMark"
msgid "Target in Document"
msgstr ""
-#: hyperlinkmarkdialog.ui:22
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:22
#, fuzzy
msgctxt "hyperlinkmarkdialog|apply"
msgid "_Apply"
msgstr "Aplicar"
-#: hyperlinkmarkdialog.ui:39
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:39
#, fuzzy
msgctxt "hyperlinkmarkdialog|close"
msgid "_Close"
msgstr "Zarrar"
-#: hyperlinkmarkdialog.ui:72
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:72
msgctxt "hyperlinkmarkdialog|TreeListBox-atkobject"
msgid "Mark Tree"
msgstr ""
-#: hyperlinknewdocpage.ui:44
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:44
msgctxt "hyperlinknewdocpage|editnow"
msgid "Edit _now"
msgstr ""
-#: hyperlinknewdocpage.ui:61
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:61
msgctxt "hyperlinknewdocpage|editlater"
msgid "Edit _later"
msgstr ""
-#: hyperlinknewdocpage.ui:89
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:89
msgctxt "hyperlinknewdocpage|file_label"
msgid "_File:"
msgstr ""
-#: hyperlinknewdocpage.ui:112
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:111
msgctxt "hyperlinknewdocpage|create"
msgid "Select Path"
msgstr ""
-#: hyperlinknewdocpage.ui:117
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:116
msgctxt "hyperlinknewdocpage|create|tooltip_text"
msgid "Select Path"
msgstr ""
-#: hyperlinknewdocpage.ui:132
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:131
msgctxt "hyperlinknewdocpage|types_label"
msgid "File _type:"
msgstr ""
-#: hyperlinknewdocpage.ui:172
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:171
msgctxt "hyperlinknewdocpage|label2"
msgid "New Document"
msgstr ""
-#: hyperlinknewdocpage.ui:211
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:210
msgctxt "hyperlinknewdocpage|frame_label"
msgid "F_rame:"
msgstr ""
-#: hyperlinknewdocpage.ui:226
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:225
msgctxt "hyperlinknewdocpage|indication_label"
msgid "Te_xt:"
msgstr ""
-#: hyperlinknewdocpage.ui:241
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:240
#, fuzzy
msgctxt "hyperlinknewdocpage|name_label"
msgid "N_ame:"
msgstr "Nombre"
-#: hyperlinknewdocpage.ui:283
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:280
msgctxt "hyperlinknewdocpage|form_label"
msgid "F_orm:"
msgstr ""
-#: hyperlinknewdocpage.ui:309
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:306
msgctxt "hyperlinknewdocpage|script|tooltip_text"
msgid "Events"
msgstr ""
-#: hyperlinknewdocpage.ui:347
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:344
msgctxt "hyperlinknewdocpage|label1"
msgid "Further Settings"
msgstr ""
-#: hyphenate.ui:19
+#: cui/uiconfig/ui/hyphenate.ui:19
msgctxt "hyphenate|HyphenateDialog"
msgid "Hyphenation"
msgstr ""
-#: hyphenate.ui:48
+#: cui/uiconfig/ui/hyphenate.ui:48
msgctxt "hyphenate|hyphall"
msgid "Hyphenate All"
msgstr ""
-#: hyphenate.ui:98
+#: cui/uiconfig/ui/hyphenate.ui:98
msgctxt "hyphenate|ok"
msgid "Hyphenate"
msgstr ""
-#: hyphenate.ui:112
+#: cui/uiconfig/ui/hyphenate.ui:112
msgctxt "hyphenate|continue"
msgid "Skip"
msgstr ""
-#: hyphenate.ui:148
+#: cui/uiconfig/ui/hyphenate.ui:148
msgctxt "hyphenate|label1"
msgid "Word:"
msgstr ""
-#: iconchangedialog.ui:10
-msgctxt "iconchangedialog|IconChange"
-msgid "%PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: iconchangedialog.ui:75
+#: cui/uiconfig/ui/iconchangedialog.ui:61
msgctxt "iconchangedialog|label1"
msgid ""
"The files listed below could not be imported.\n"
"The file format could not be interpreted."
msgstr ""
-#: iconselectordialog.ui:10
+#: cui/uiconfig/ui/iconselectordialog.ui:10
msgctxt "iconselectordialog|IconSelector"
msgid "Change Icon"
msgstr ""
-#: iconselectordialog.ui:125
+#: cui/uiconfig/ui/iconselectordialog.ui:125
msgctxt "iconselectordialog|label1"
msgid "_Icons"
msgstr ""
-#: iconselectordialog.ui:148
+#: cui/uiconfig/ui/iconselectordialog.ui:148
msgctxt "iconselectordialog|importButton"
msgid "I_mport..."
msgstr ""
-#: iconselectordialog.ui:163
+#: cui/uiconfig/ui/iconselectordialog.ui:163
msgctxt "iconselectordialog|deleteButton"
msgid "_Delete..."
msgstr ""
-#: iconselectordialog.ui:197
+#: cui/uiconfig/ui/iconselectordialog.ui:197
msgctxt "iconselectordialog|noteLabel"
msgid ""
"Note:\n"
@@ -6040,2674 +6022,2754 @@ msgid ""
"Different sized icons will be scaled automatically."
msgstr ""
-#: insertfloatingframe.ui:13
+#: cui/uiconfig/ui/insertfloatingframe.ui:18
msgctxt "insertfloatingframe|InsertFloatingFrameDialog"
msgid "Floating Frame Properties"
msgstr ""
-#: insertfloatingframe.ui:65
+#: cui/uiconfig/ui/insertfloatingframe.ui:128
#, fuzzy
msgctxt "insertfloatingframe|label6"
msgid "Name:"
msgstr "Nombre"
-#: insertfloatingframe.ui:78
+#: cui/uiconfig/ui/insertfloatingframe.ui:141
#, fuzzy
msgctxt "insertfloatingframe|label7"
msgid "Contents:"
msgstr "Conteniu"
-#: insertfloatingframe.ui:87
+#: cui/uiconfig/ui/insertfloatingframe.ui:150
#, fuzzy
msgctxt "insertfloatingframe|buttonbrowse"
msgid "Browse..."
msgstr "~Navegar..."
-#: insertfloatingframe.ui:130
+#: cui/uiconfig/ui/insertfloatingframe.ui:193
msgctxt "insertfloatingframe|scrollbaron"
msgid "On"
msgstr ""
-#: insertfloatingframe.ui:147
+#: cui/uiconfig/ui/insertfloatingframe.ui:210
msgctxt "insertfloatingframe|scrollbaroff"
msgid "Off"
msgstr ""
-#: insertfloatingframe.ui:163
+#: cui/uiconfig/ui/insertfloatingframe.ui:227
msgctxt "insertfloatingframe|scrollbarauto"
msgid "Automatic"
msgstr "Automatica"
-#: insertfloatingframe.ui:185
+#: cui/uiconfig/ui/insertfloatingframe.ui:250
msgctxt "insertfloatingframe|label1"
msgid "Scroll Bar"
msgstr ""
-#: insertfloatingframe.ui:218
+#: cui/uiconfig/ui/insertfloatingframe.ui:283
msgctxt "insertfloatingframe|borderon"
msgid "On"
msgstr ""
-#: insertfloatingframe.ui:235
+#: cui/uiconfig/ui/insertfloatingframe.ui:300
msgctxt "insertfloatingframe|borderoff"
msgid "Off"
msgstr ""
-#: insertfloatingframe.ui:260
+#: cui/uiconfig/ui/insertfloatingframe.ui:326
#, fuzzy
msgctxt "insertfloatingframe|label2"
msgid "Border"
msgstr "Cantos"
-#: insertfloatingframe.ui:297
+#: cui/uiconfig/ui/insertfloatingframe.ui:362
msgctxt "insertfloatingframe|widthlabel"
msgid "Width:"
msgstr ""
-#: insertfloatingframe.ui:310
+#: cui/uiconfig/ui/insertfloatingframe.ui:375
msgctxt "insertfloatingframe|heightlabel"
msgid "Height:"
msgstr ""
-#: insertfloatingframe.ui:345
+#: cui/uiconfig/ui/insertfloatingframe.ui:409
msgctxt "insertfloatingframe|defaultwidth"
msgid "Default"
msgstr "Por defecto"
-#: insertfloatingframe.ui:359
+#: cui/uiconfig/ui/insertfloatingframe.ui:424
msgctxt "insertfloatingframe|defaultheight"
msgid "Default"
msgstr "Por defecto"
-#: insertfloatingframe.ui:379
+#: cui/uiconfig/ui/insertfloatingframe.ui:445
msgctxt "insertfloatingframe|label3"
msgid "Padding"
msgstr ""
-#: insertoleobject.ui:8
+#: cui/uiconfig/ui/insertoleobject.ui:16
msgctxt "insertoleobject|InsertOLEObjectDialog"
msgid "Insert OLE Object"
msgstr ""
-#: insertoleobject.ui:86
+#: cui/uiconfig/ui/insertoleobject.ui:100
msgctxt "insertoleobject|createnew"
msgid "Create new"
msgstr ""
-#: insertoleobject.ui:102
+#: cui/uiconfig/ui/insertoleobject.ui:117
msgctxt "insertoleobject|createfromfile"
msgid "Create from file"
msgstr ""
-#: insertoleobject.ui:151
+#: cui/uiconfig/ui/insertoleobject.ui:197
msgctxt "insertoleobject|label1"
msgid "Object Type"
msgstr ""
-#: insertoleobject.ui:197
+#: cui/uiconfig/ui/insertoleobject.ui:242
msgctxt "insertoleobject|urlbtn"
msgid "Search…"
msgstr ""
-#: insertoleobject.ui:210
+#: cui/uiconfig/ui/insertoleobject.ui:255
msgctxt "insertoleobject|linktofile"
msgid "Link to file"
msgstr ""
-#: insertoleobject.ui:224
+#: cui/uiconfig/ui/insertoleobject.ui:270
msgctxt "insertoleobject|asicon"
msgid "Display as icon"
msgstr ""
-#: insertoleobject.ui:245
+#: cui/uiconfig/ui/insertoleobject.ui:292
#, fuzzy
msgctxt "insertoleobject|label2"
msgid "File"
msgstr "~Fichero"
-#: insertrowcolumn.ui:15
+#: cui/uiconfig/ui/insertrowcolumn.ui:15
#, fuzzy
msgctxt "insertrowcolumn|InsertRowColumnDialog"
msgid "Insert Row"
msgstr "F~icar ringleras"
-#: insertrowcolumn.ui:106
+#: cui/uiconfig/ui/insertrowcolumn.ui:109
#, fuzzy
msgctxt "insertrowcolumn|label3"
msgid "_Number:"
msgstr "Numero"
-#: insertrowcolumn.ui:138
+#: cui/uiconfig/ui/insertrowcolumn.ui:140
msgctxt "insertrowcolumn|label1"
msgid "Insert"
msgstr ""
-#: insertrowcolumn.ui:169
+#: cui/uiconfig/ui/insertrowcolumn.ui:171
msgctxt "insertrowcolumn|insert_before"
msgid "_Before"
msgstr ""
-#: insertrowcolumn.ui:187
+#: cui/uiconfig/ui/insertrowcolumn.ui:188
msgctxt "insertrowcolumn|insert_after"
msgid "A_fter"
msgstr ""
-#: insertrowcolumn.ui:210
+#: cui/uiconfig/ui/insertrowcolumn.ui:211
msgctxt "insertrowcolumn|label2"
msgid "Position"
msgstr "Posición"
-#: javaclasspathdialog.ui:8
+#: cui/uiconfig/ui/javaclasspathdialog.ui:8
msgctxt "javaclasspathdialog|JavaClassPath"
msgid "Class Path"
msgstr ""
-#: javaclasspathdialog.ui:93
+#: cui/uiconfig/ui/javaclasspathdialog.ui:93
msgctxt "javaclasspathdialog|label1"
msgid "A_ssigned folders and archives"
msgstr ""
-#: javaclasspathdialog.ui:144
+#: cui/uiconfig/ui/javaclasspathdialog.ui:144
msgctxt "javaclasspathdialog|archive"
msgid "_Add Archive..."
msgstr ""
-#: javaclasspathdialog.ui:158
+#: cui/uiconfig/ui/javaclasspathdialog.ui:158
msgctxt "javaclasspathdialog|folder"
msgid "Add _Folder"
msgstr ""
-#: javaclasspathdialog.ui:172
+#: cui/uiconfig/ui/javaclasspathdialog.ui:172
#, fuzzy
msgctxt "javaclasspathdialog|remove"
msgid "_Remove"
msgstr "Borrar"
-#: javastartparametersdialog.ui:8
+#: cui/uiconfig/ui/javastartparametersdialog.ui:8
msgctxt "javastartparametersdialog|JavaStartParameters"
msgid "Java Start Parameters"
msgstr ""
-#: javastartparametersdialog.ui:94
+#: cui/uiconfig/ui/javastartparametersdialog.ui:94
msgctxt "javastartparametersdialog|label4"
msgid "Java start _parameter"
msgstr ""
-#: javastartparametersdialog.ui:120
+#: cui/uiconfig/ui/javastartparametersdialog.ui:119
msgctxt "javastartparametersdialog|label5"
msgid "Assig_ned start parameters"
msgstr ""
-#: javastartparametersdialog.ui:159
+#: cui/uiconfig/ui/javastartparametersdialog.ui:158
msgctxt "javastartparametersdialog|label6"
msgid "For example: -Dmyprop=c:\\\\program files\\\\java"
msgstr ""
-#: javastartparametersdialog.ui:168
+#: cui/uiconfig/ui/javastartparametersdialog.ui:167
#, fuzzy
msgctxt "javastartparametersdialog|assignbtn"
msgid "_Add"
msgstr "Adhibir"
-#: javastartparametersdialog.ui:188
+#: cui/uiconfig/ui/javastartparametersdialog.ui:187
msgctxt "javastartparametersdialog|editbtn"
msgid "_Edit"
msgstr ""
-#: javastartparametersdialog.ui:203
+#: cui/uiconfig/ui/javastartparametersdialog.ui:202
#, fuzzy
msgctxt "javastartparametersdialog|removebtn"
msgid "_Remove"
msgstr "Borrar"
-#: linedialog.ui:8
+#: cui/uiconfig/ui/linedialog.ui:8
msgctxt "linedialog|LineDialog"
msgid "Line"
msgstr ""
-#: linedialog.ui:106
+#: cui/uiconfig/ui/linedialog.ui:106
msgctxt "linedialog|RID_SVXPAGE_LINE"
msgid "Line"
msgstr ""
-#: linedialog.ui:128
+#: cui/uiconfig/ui/linedialog.ui:128
msgctxt "linedialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
msgstr ""
-#: linedialog.ui:151
+#: cui/uiconfig/ui/linedialog.ui:151
msgctxt "linedialog|RID_SVXPAGE_LINE_DEF"
msgid "Line Styles"
msgstr ""
-#: linedialog.ui:174
+#: cui/uiconfig/ui/linedialog.ui:174
msgctxt "linedialog|RID_SVXPAGE_LINEEND_DEF"
msgid "Arrow Styles"
msgstr ""
-#: lineendstabpage.ui:49
+#: cui/uiconfig/ui/lineendstabpage.ui:49
#, fuzzy
msgctxt "lineendstabpage|FT_TITLE"
msgid "_Title:"
msgstr "Titol"
-#: lineendstabpage.ui:65
+#: cui/uiconfig/ui/lineendstabpage.ui:65
msgctxt "lineendstabpage|FT_LINE_END_STYLE"
msgid "Arrow _style:"
msgstr ""
-#: lineendstabpage.ui:111
+#: cui/uiconfig/ui/lineendstabpage.ui:110
msgctxt "lineendstabpage|FI_TIP"
msgid "Add a selected object to create new arrow styles."
msgstr ""
-#: lineendstabpage.ui:152
+#: cui/uiconfig/ui/lineendstabpage.ui:151
msgctxt "lineendstabpage|BTN_MODIFY"
msgid "_Modify"
msgstr ""
-#: lineendstabpage.ui:190
+#: cui/uiconfig/ui/lineendstabpage.ui:189
msgctxt "lineendstabpage|BTN_LOAD|tooltip_text"
msgid "Load arrow styles"
msgstr ""
-#: lineendstabpage.ui:208
+#: cui/uiconfig/ui/lineendstabpage.ui:207
msgctxt "lineendstabpage|BTN_SAVE|tooltip_text"
msgid "Save arrow styles"
msgstr ""
-#: lineendstabpage.ui:276
+#: cui/uiconfig/ui/lineendstabpage.ui:275
msgctxt "lineendstabpage|label1"
msgid "Organize Arrow Styles"
msgstr ""
-#: linestyletabpage.ui:34
+#: cui/uiconfig/ui/linestyletabpage.ui:34
msgctxt "linestyletabpage|liststoreTYPE"
msgid "Dots"
msgstr ""
-#: linestyletabpage.ui:38
+#: cui/uiconfig/ui/linestyletabpage.ui:38
msgctxt "linestyletabpage|liststoreTYPE"
msgid "Dash"
msgstr ""
-#: linestyletabpage.ui:92
+#: cui/uiconfig/ui/linestyletabpage.ui:92
msgctxt "linestyletabpage|FT_LINESTYLE"
msgid "Line _style:"
msgstr ""
-#: linestyletabpage.ui:130
+#: cui/uiconfig/ui/linestyletabpage.ui:130
#, fuzzy
msgctxt "linestyletabpage|FT_TYPE"
msgid "_Type:"
msgstr "Tipo"
-#: linestyletabpage.ui:146
+#: cui/uiconfig/ui/linestyletabpage.ui:146
#, fuzzy
msgctxt "linestyletabpage|FT_NUMBER"
msgid "_Number:"
msgstr "Numero"
-#: linestyletabpage.ui:162
+#: cui/uiconfig/ui/linestyletabpage.ui:162
msgctxt "linestyletabpage|FT_LENGTH"
msgid "_Length:"
msgstr ""
-#: linestyletabpage.ui:178
+#: cui/uiconfig/ui/linestyletabpage.ui:178
msgctxt "linestyletabpage|FT_DISTANCE"
msgid "_Spacing:"
msgstr ""
-#: linestyletabpage.ui:191
+#: cui/uiconfig/ui/linestyletabpage.ui:191
msgctxt "linestyletabpage|CBX_SYNCHRONIZE"
msgid "_Fit to line width"
msgstr ""
-#: linestyletabpage.ui:354
+#: cui/uiconfig/ui/linestyletabpage.ui:349
msgctxt "linestyletabpage|BTN_MODIFY"
msgid "_Modify"
msgstr ""
-#: linestyletabpage.ui:392
+#: cui/uiconfig/ui/linestyletabpage.ui:387
msgctxt "linestyletabpage|BTN_LOAD|tooltip_text"
msgid "Load Line Styles"
msgstr ""
-#: linestyletabpage.ui:410
+#: cui/uiconfig/ui/linestyletabpage.ui:405
msgctxt "linestyletabpage|BTN_SAVE|tooltip_text"
msgid "Save Line Styles"
msgstr ""
-#: linestyletabpage.ui:465
+#: cui/uiconfig/ui/linestyletabpage.ui:460
#, fuzzy
msgctxt "linestyletabpage|label1"
msgid "Properties"
msgstr "Propiedatz..."
-#: linetabpage.ui:30
+#: cui/uiconfig/ui/linetabpage.ui:30
msgctxt "linetabpage|liststoreCAP_STYLE"
msgid "Flat"
msgstr ""
-#: linetabpage.ui:34
+#: cui/uiconfig/ui/linetabpage.ui:34
msgctxt "linetabpage|liststoreCAP_STYLE"
msgid "Round"
msgstr ""
-#: linetabpage.ui:38
+#: cui/uiconfig/ui/linetabpage.ui:38
msgctxt "linetabpage|liststoreCAP_STYLE"
msgid "Square"
msgstr ""
-#: linetabpage.ui:52
+#: cui/uiconfig/ui/linetabpage.ui:52
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "Rounded"
msgstr ""
-#: linetabpage.ui:56
+#: cui/uiconfig/ui/linetabpage.ui:56
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "- none -"
msgstr "- garra -"
-#: linetabpage.ui:60
+#: cui/uiconfig/ui/linetabpage.ui:60
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "Mitered"
msgstr ""
-#: linetabpage.ui:64
+#: cui/uiconfig/ui/linetabpage.ui:64
msgctxt "linetabpage|liststoreEDGE_STYLE"
msgid "Beveled"
msgstr ""
-#: linetabpage.ui:109
+#: cui/uiconfig/ui/linetabpage.ui:109
#, fuzzy
msgctxt "linetabpage|FT_LINE_STYLE"
msgid "_Style:"
msgstr "E~stilo"
-#: linetabpage.ui:148
+#: cui/uiconfig/ui/linetabpage.ui:148
msgctxt "linetabpage|FT_COLOR"
msgid "Colo_r:"
msgstr ""
-#: linetabpage.ui:186
+#: cui/uiconfig/ui/linetabpage.ui:186
msgctxt "linetabpage|FT_LINE_WIDTH"
msgid "_Width:"
msgstr ""
-#: linetabpage.ui:228
+#: cui/uiconfig/ui/linetabpage.ui:227
msgctxt "linetabpage|FT_TRANSPARENT"
msgid "_Transparency:"
msgstr ""
-#: linetabpage.ui:267
+#: cui/uiconfig/ui/linetabpage.ui:265
msgctxt "linetabpage|label1"
msgid "Line Properties"
msgstr ""
-#: linetabpage.ui:315
+#: cui/uiconfig/ui/linetabpage.ui:313
msgctxt "linetabpage|FT_LINE_ENDS_STYLE"
msgid "Start st_yle:"
msgstr ""
-#: linetabpage.ui:355
+#: cui/uiconfig/ui/linetabpage.ui:353
msgctxt "linetabpage|label5"
msgid "End sty_le:"
msgstr ""
-#: linetabpage.ui:377
+#: cui/uiconfig/ui/linetabpage.ui:375
msgctxt "linetabpage|FT_LINE_START_WIDTH"
msgid "Wi_dth:"
msgstr ""
-#: linetabpage.ui:404
+#: cui/uiconfig/ui/linetabpage.ui:401
msgctxt "linetabpage|TSB_CENTER_START"
msgid "Ce_nter"
msgstr ""
-#: linetabpage.ui:438
+#: cui/uiconfig/ui/linetabpage.ui:435
msgctxt "linetabpage|FT_LINE_END_WIDTH"
msgid "W_idth:"
msgstr ""
-#: linetabpage.ui:465
+#: cui/uiconfig/ui/linetabpage.ui:461
msgctxt "linetabpage|TSB_CENTER_END"
msgid "C_enter"
msgstr ""
-#: linetabpage.ui:497
+#: cui/uiconfig/ui/linetabpage.ui:493
msgctxt "linetabpage|CBX_SYNCHRONIZE"
msgid "Synchroni_ze ends"
msgstr ""
-#: linetabpage.ui:519
+#: cui/uiconfig/ui/linetabpage.ui:515
msgctxt "linetabpage|label2"
msgid "Arrow Styles"
msgstr ""
-#: linetabpage.ui:555
+#: cui/uiconfig/ui/linetabpage.ui:551
msgctxt "linetabpage|FT_EDGE_STYLE"
msgid "_Corner style:"
msgstr ""
-#: linetabpage.ui:571
+#: cui/uiconfig/ui/linetabpage.ui:567
msgctxt "linetabpage|FT_CAP_STYLE"
msgid "Ca_p style:"
msgstr ""
-#: linetabpage.ui:616
+#: cui/uiconfig/ui/linetabpage.ui:612
msgctxt "linetabpage|label3"
msgid "Corner and Cap Styles"
msgstr ""
-#: linetabpage.ui:649
+#: cui/uiconfig/ui/linetabpage.ui:645
msgctxt "linetabpage|MB_SYMBOL_BITMAP"
msgid "Select..."
msgstr ""
-#: linetabpage.ui:671
+#: cui/uiconfig/ui/linetabpage.ui:667
msgctxt "linetabpage|FT_SYMBOL_WIDTH"
msgid "Widt_h:"
msgstr ""
-#: linetabpage.ui:699
+#: cui/uiconfig/ui/linetabpage.ui:694
msgctxt "linetabpage|CB_SYMBOL_RATIO"
msgid "_Keep ratio"
msgstr ""
-#: linetabpage.ui:719
+#: cui/uiconfig/ui/linetabpage.ui:714
msgctxt "linetabpage|FT_SYMBOL_HEIGHT"
msgid "Hei_ght:"
msgstr ""
-#: linetabpage.ui:759
+#: cui/uiconfig/ui/linetabpage.ui:753
msgctxt "linetabpage|label4"
msgid "Icon"
msgstr ""
-#: linetabpage.ui:798
+#: cui/uiconfig/ui/linetabpage.ui:792
msgctxt "linetabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "Eixemplo"
-#: linetabpage.ui:824
+#: cui/uiconfig/ui/linetabpage.ui:818
msgctxt "linetabpage|menuitem1"
msgid "_No Symbol"
msgstr ""
-#: linetabpage.ui:832
+#: cui/uiconfig/ui/linetabpage.ui:826
#, fuzzy
msgctxt "linetabpage|menuitem2"
msgid "_Automatic"
msgstr "Automatica"
-#: linetabpage.ui:840
+#: cui/uiconfig/ui/linetabpage.ui:834
msgctxt "linetabpage|menuitem3"
msgid "_From file..."
msgstr ""
-#: linetabpage.ui:848
+#: cui/uiconfig/ui/linetabpage.ui:842
msgctxt "linetabpage|menuitem4"
msgid "_Gallery"
msgstr ""
-#: linetabpage.ui:856
+#: cui/uiconfig/ui/linetabpage.ui:850
#, fuzzy
msgctxt "linetabpage|menuitem5"
msgid "_Symbols"
msgstr "Simbolos"
-#: macroassigndialog.ui:8
+#: cui/uiconfig/ui/macroassigndialog.ui:8
msgctxt "macroassigndialog|MacroAssignDialog"
msgid "Assign Action"
msgstr ""
-#: macroassignpage.ui:57
+#: cui/uiconfig/ui/macroassignpage.ui:57
msgctxt "macroassignpage|eventft"
msgid "Event"
msgstr ""
-#: macroassignpage.ui:70
+#: cui/uiconfig/ui/macroassignpage.ui:70
msgctxt "macroassignpage|assignft"
msgid "Assigned Action"
msgstr ""
-#: macroassignpage.ui:95
+#: cui/uiconfig/ui/macroassignpage.ui:95
msgctxt "macroassignpage|libraryft1"
msgid "Assignments"
msgstr ""
-#: macroassignpage.ui:130
+#: cui/uiconfig/ui/macroassignpage.ui:130
msgctxt "macroassignpage|assign"
msgid "M_acro..."
msgstr ""
-#: macroassignpage.ui:144
+#: cui/uiconfig/ui/macroassignpage.ui:144
msgctxt "macroassignpage|component"
msgid "Com_ponent..."
msgstr ""
-#: macroassignpage.ui:158
+#: cui/uiconfig/ui/macroassignpage.ui:158
msgctxt "macroassignpage|delete"
msgid "Remove"
msgstr "Borrar"
-#: macroassignpage.ui:216
+#: cui/uiconfig/ui/macroassignpage.ui:216
msgctxt "macroassignpage|label1"
msgid "Assign"
msgstr ""
-#: macroselectordialog.ui:8
+#: cui/uiconfig/ui/macroselectordialog.ui:8
msgctxt "macroselectordialog|MacroSelectorDialog"
msgid "Macro Selector"
msgstr ""
-#: macroselectordialog.ui:37
+#: cui/uiconfig/ui/macroselectordialog.ui:37
msgctxt "macroselectordialog|add"
msgid "Add"
msgstr "Adhibir"
-#: macroselectordialog.ui:114
+#: cui/uiconfig/ui/macroselectordialog.ui:114
msgctxt "macroselectordialog|helpmacro"
msgid "Select the library that contains the macro you want. Then select the macro under 'Macro name'."
msgstr ""
-#: macroselectordialog.ui:130
+#: cui/uiconfig/ui/macroselectordialog.ui:130
msgctxt "macroselectordialog|helptoolbar"
msgid "To add a command to a toolbar, select the category and then the command. Then drag the command to the Commands list of the Toolbars tab page in the Customize dialog."
msgstr ""
-#: macroselectordialog.ui:184
+#: cui/uiconfig/ui/macroselectordialog.ui:184
msgctxt "macroselectordialog|libraryft"
msgid "Library"
msgstr ""
-#: macroselectordialog.ui:199
+#: cui/uiconfig/ui/macroselectordialog.ui:199
#, fuzzy
msgctxt "macroselectordialog|categoryft"
msgid "Category"
msgstr "ID Categoría"
-#: macroselectordialog.ui:256
+#: cui/uiconfig/ui/macroselectordialog.ui:256
msgctxt "macroselectordialog|macronameft"
msgid "Macro Name"
msgstr ""
-#: macroselectordialog.ui:272
+#: cui/uiconfig/ui/macroselectordialog.ui:272
msgctxt "macroselectordialog|commandsft"
msgid "Commands"
msgstr "Comentarios"
-#: macroselectordialog.ui:341
+#: cui/uiconfig/ui/macroselectordialog.ui:341
msgctxt "macroselectordialog|label1"
msgid "Description"
msgstr "Descripción"
-#: menuassignpage.ui:59
-msgctxt "menuassignpage|contentslabel"
-msgid "_Search"
+#: cui/uiconfig/ui/menuassignpage.ui:13
+msgctxt "menuassignpage|gear_add"
+msgid "_Add..."
msgstr ""
-#: menuassignpage.ui:75
-#, fuzzy
-msgctxt "menuassignpage|contentslabel"
-msgid "Categor_y"
-msgstr "ID Categoría"
+#: cui/uiconfig/ui/menuassignpage.ui:21
+msgctxt "menuassignpage|gear_delete"
+msgid "_Delete"
+msgstr ""
-#: menuassignpage.ui:90
-#, fuzzy
-msgctxt "menuassignpage|contentslabel"
-msgid "_Function"
-msgstr "~Función"
+#: cui/uiconfig/ui/menuassignpage.ui:29
+msgctxt "menuassignpage|gear_rename"
+msgid "_Rename..."
+msgstr ""
-#: menuassignpage.ui:105
-msgctxt "menuassignpage|label33"
-msgid "Description"
-msgstr "Descripción"
+#: cui/uiconfig/ui/menuassignpage.ui:37
+msgctxt "menuassignpage|gear_move"
+msgid "_Move..."
+msgstr ""
-#: menuassignpage.ui:117
-msgctxt "menuassignpage|searchEntry"
-msgid "Type to search"
+#: cui/uiconfig/ui/menuassignpage.ui:51
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "_Icon and text"
msgstr ""
-#: menuassignpage.ui:160
+#: cui/uiconfig/ui/menuassignpage.ui:59
+msgctxt "menuassignpage|gear_iconOnly"
+msgid "Icon _only"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:67
+msgctxt "menuassignpage|gear_textOnly"
+msgid "_Text only"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:119
+msgctxt "menuassignpage|contentslabel"
+msgid "_Search"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:136
msgctxt "menuassignpage|desc"
msgid "Local help is not installed."
msgstr ""
-#: menuassignpage.ui:190
-msgctxt "menuassignpage|add"
-msgid "Add item"
+#: cui/uiconfig/ui/menuassignpage.ui:157
+msgctxt "menuassignpage|label33"
+msgid "D_escription"
msgstr ""
-#: menuassignpage.ui:220
-msgctxt "menuassignpage|remove"
-msgid "Remove item"
+#: cui/uiconfig/ui/menuassignpage.ui:191
+#, fuzzy
+msgctxt "menuassignpage|contentslabel"
+msgid "_Function"
+msgstr "~Función"
+
+#: cui/uiconfig/ui/menuassignpage.ui:217
+#, fuzzy
+msgctxt "menuassignpage|contentslabel"
+msgid "Categor_y"
+msgstr "ID Categoría"
+
+#: cui/uiconfig/ui/menuassignpage.ui:230
+msgctxt "menuassignpage|searchEntry"
+msgid "Type to search"
msgstr ""
-#: menuassignpage.ui:267
+#: cui/uiconfig/ui/menuassignpage.ui:257
#, fuzzy
msgctxt "menuassignpage|functionbtn"
msgid "_Function"
msgstr "~Función"
-#: menuassignpage.ui:387
+#: cui/uiconfig/ui/menuassignpage.ui:302
+msgctxt "menuassignpage|gearbtn"
+msgid "Gear Menu"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:303
+msgctxt "menuassignpage|gearbtn"
+msgid "Contains commands to modify or delete the selected toolbar or the top level menu, and the command to add new toolbars or top level menus."
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:370
msgctxt "menuassignpage|insert"
msgid "_Insert"
msgstr ""
-#: menuassignpage.ui:405
+#: cui/uiconfig/ui/menuassignpage.ui:388
msgctxt "menuassignpage|modify"
msgid "_Modify"
msgstr ""
-#: menuassignpage.ui:423
+#: cui/uiconfig/ui/menuassignpage.ui:406
#, fuzzy
msgctxt "menuassignpage|defaultsbtn"
msgid "_Defaults"
msgstr "Por defecto"
-#: menuassignpage.ui:434
-msgctxt "menuassignpage|defaultsbtn-atkobject"
+#: cui/uiconfig/ui/menuassignpage.ui:417
+msgctxt "menuassignpage|defaultsbtn"
msgid "Resets the selected toolbar, menu, or context menu to its default state."
msgstr ""
-#: menuassignpage.ui:537
+#: cui/uiconfig/ui/menuassignpage.ui:451
+msgctxt "menuassignpage|add"
+msgid "Add item"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:481
+msgctxt "menuassignpage|remove"
+msgid "Remove item"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:518
+msgctxt "menuassignpage|moveupbtn"
+msgid "Move up"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:531
+msgctxt "menuassignpage|movedownbtn"
+msgid "Move down"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:550
+msgctxt "menuassignpage|scopelabel"
+msgid "S_cope"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:563
+msgctxt "menuassignpage|targetlabel"
+msgid "_Target"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:576
+msgctxt "menuassignpage|functionlabel"
+msgid "F_unction"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:589
+msgctxt "menuassignpage|customizelabel"
+msgid "_Customize"
+msgstr ""
+
+#: cui/uiconfig/ui/menuassignpage.ui:671
msgctxt "menuassignpage|insertseparator"
msgid "Insert Separator"
msgstr ""
-#: menuassignpage.ui:545
+#: cui/uiconfig/ui/menuassignpage.ui:679
msgctxt "menuassignpage|insertsubmenu"
msgid "Insert Submenu"
msgstr ""
-#: menuassignpage.ui:557
+#: cui/uiconfig/ui/menuassignpage.ui:691
msgctxt "menuassignpage|renameItem"
msgid "Rename..."
msgstr ""
-#: menuassignpage.ui:565
+#: cui/uiconfig/ui/menuassignpage.ui:699
msgctxt "menuassignpage|changeIcon"
msgid "Change Icon..."
msgstr ""
-#: menuassignpage.ui:573
+#: cui/uiconfig/ui/menuassignpage.ui:707
msgctxt "menuassignpage|resetIcon"
msgid "Reset Icon"
msgstr ""
-#: menuassignpage.ui:581
+#: cui/uiconfig/ui/menuassignpage.ui:715
msgctxt "menuassignpage|restoreItem"
msgid "Restore Default Command"
msgstr ""
-#: mosaicdialog.ui:16
+#: cui/uiconfig/ui/mosaicdialog.ui:16
msgctxt "mosaicdialog|MosaicDialog"
msgid "Mosaic"
msgstr ""
-#: mosaicdialog.ui:144
+#: cui/uiconfig/ui/mosaicdialog.ui:144
msgctxt "mosaicdialog|label2"
msgid "_Width:"
msgstr ""
-#: mosaicdialog.ui:168
+#: cui/uiconfig/ui/mosaicdialog.ui:168
msgctxt "mosaicdialog|height"
msgid "2"
msgstr ""
-#: mosaicdialog.ui:182
+#: cui/uiconfig/ui/mosaicdialog.ui:182
msgctxt "mosaicdialog|label3"
msgid "_Height:"
msgstr ""
-#: mosaicdialog.ui:199
+#: cui/uiconfig/ui/mosaicdialog.ui:199
msgctxt "mosaicdialog|edges"
msgid "E_nhance edges"
msgstr ""
-#: mosaicdialog.ui:226
+#: cui/uiconfig/ui/mosaicdialog.ui:226
msgctxt "mosaicdialog|label1"
msgid "Parameters"
msgstr ""
-#: movemenu.ui:19
+#: cui/uiconfig/ui/movemenu.ui:19
msgctxt "movemenu|MoveMenuDialog"
msgid "New Menu"
msgstr ""
-#: movemenu.ui:103
+#: cui/uiconfig/ui/movemenu.ui:103
msgctxt "movemenu|menunameft"
msgid "Menu name:"
msgstr ""
-#: movemenu.ui:197
+#: cui/uiconfig/ui/movemenu.ui:196
msgctxt "movemenu|label1"
msgid "Menu _position:"
msgstr ""
-#: movemenu.ui:244
+#: cui/uiconfig/ui/movemenu.ui:243
#, fuzzy
msgctxt "movemenu|up-atkobject"
msgid "Up"
msgstr "Enta alto"
-#: movemenu.ui:262
+#: cui/uiconfig/ui/movemenu.ui:261
#, fuzzy
msgctxt "movemenu|down-atkobject"
msgid "Down"
msgstr "Enta abaixo"
-#: multipathdialog.ui:9
+#: cui/uiconfig/ui/multipathdialog.ui:9
msgctxt "multipathdialog|MultiPathDialog"
msgid "Select Paths"
msgstr ""
-#: multipathdialog.ui:107
+#: cui/uiconfig/ui/multipathdialog.ui:107
#, fuzzy
msgctxt "multipathdialog|add"
msgid "_Add..."
msgstr "~Adhibir..."
-#: multipathdialog.ui:164
+#: cui/uiconfig/ui/multipathdialog.ui:164
msgctxt "multipathdialog|pathlist"
msgid "Path list:"
msgstr ""
-#: multipathdialog.ui:185
+#: cui/uiconfig/ui/multipathdialog.ui:185
msgctxt "multipathdialog|label1"
msgid "Mark the Default Path for New Files"
msgstr ""
-#: namedialog.ui:8
+#: cui/uiconfig/ui/namedialog.ui:8
msgctxt "namedialog|NameDialog"
msgid "Name"
msgstr "Nombre"
-#: newlibdialog.ui:8
+#: cui/uiconfig/ui/newlibdialog.ui:8
msgctxt "newlibdialog|NewLibDialog"
msgid "Create Library"
msgstr ""
-#: newlibdialog.ui:28
+#: cui/uiconfig/ui/newlibdialog.ui:71
msgctxt "newlibdialog|newlibft"
msgid "Enter the name for the new library."
msgstr ""
-#: newlibdialog.ui:57
+#: cui/uiconfig/ui/newlibdialog.ui:97
msgctxt "newlibdialog|newmacroft"
msgid "Enter the name for the new macro."
msgstr ""
-#: newlibdialog.ui:73
+#: cui/uiconfig/ui/newlibdialog.ui:111
msgctxt "newlibdialog|renameft"
msgid "Enter the new name for the selected object."
msgstr ""
-#: newlibdialog.ui:88
+#: cui/uiconfig/ui/newlibdialog.ui:125
msgctxt "newlibdialog|altmacrotitle"
msgid "Create Macro"
msgstr ""
-#: newlibdialog.ui:102
+#: cui/uiconfig/ui/newlibdialog.ui:137
#, fuzzy
msgctxt "newlibdialog|altrenametitle"
msgid "Rename"
msgstr "Cambiar o ~nombre"
-#: newtabledialog.ui:22
+#: cui/uiconfig/ui/newtabledialog.ui:22
msgctxt "newtabledialog|NewTableDialog"
msgid "Insert Table"
msgstr ""
-#: newtabledialog.ui:99
+#: cui/uiconfig/ui/newtabledialog.ui:99
msgctxt "newtabledialog|columns_label"
msgid "_Number of columns:"
msgstr ""
-#: newtabledialog.ui:116
+#: cui/uiconfig/ui/newtabledialog.ui:116
msgctxt "newtabledialog|rows_label"
msgid "_Number of rows:"
msgstr ""
-#: newtoolbardialog.ui:8
+#: cui/uiconfig/ui/newtoolbardialog.ui:8
msgctxt "newtoolbardialog|NewToolbarDialog"
msgid "Name"
msgstr "Nombre"
-#: newtoolbardialog.ui:93
+#: cui/uiconfig/ui/newtoolbardialog.ui:93
msgctxt "newtoolbardialog|label1"
msgid "_Toolbar name:"
msgstr ""
-#: newtoolbardialog.ui:134
+#: cui/uiconfig/ui/newtoolbardialog.ui:133
msgctxt "newtoolbardialog|label2"
msgid "_Save in:"
msgstr ""
-#: numberingformatpage.ui:38
+#: cui/uiconfig/ui/numberingformatpage.ui:38
#, fuzzy
msgctxt "numberingformatpage|liststore1"
msgid "All"
msgstr "Totz"
-#: numberingformatpage.ui:41
+#: cui/uiconfig/ui/numberingformatpage.ui:41
#, fuzzy
msgctxt "numberingformatpage|liststore1"
msgid "User-defined"
msgstr "Definiu por l'~usuario"
-#: numberingformatpage.ui:44
+#: cui/uiconfig/ui/numberingformatpage.ui:44
msgctxt "numberingformatpage|liststore1"
msgid "Number"
msgstr "Numero"
-#: numberingformatpage.ui:47
+#: cui/uiconfig/ui/numberingformatpage.ui:47
msgctxt "numberingformatpage|liststore1"
msgid "Percent"
msgstr ""
-#: numberingformatpage.ui:50
+#: cui/uiconfig/ui/numberingformatpage.ui:50
msgctxt "numberingformatpage|liststore1"
msgid "Currency"
msgstr ""
-#: numberingformatpage.ui:53
+#: cui/uiconfig/ui/numberingformatpage.ui:53
msgctxt "numberingformatpage|liststore1"
msgid "Date"
msgstr "Calendata"
-#: numberingformatpage.ui:56
+#: cui/uiconfig/ui/numberingformatpage.ui:56
msgctxt "numberingformatpage|liststore1"
msgid "Time"
msgstr "Hora"
-#: numberingformatpage.ui:59
+#: cui/uiconfig/ui/numberingformatpage.ui:59
msgctxt "numberingformatpage|liststore1"
msgid "Scientific"
msgstr ""
-#: numberingformatpage.ui:62
+#: cui/uiconfig/ui/numberingformatpage.ui:62
msgctxt "numberingformatpage|liststore1"
msgid "Fraction"
msgstr ""
-#: numberingformatpage.ui:65
+#: cui/uiconfig/ui/numberingformatpage.ui:65
msgctxt "numberingformatpage|liststore1"
msgid "Boolean Value"
msgstr ""
-#: numberingformatpage.ui:68
+#: cui/uiconfig/ui/numberingformatpage.ui:68
msgctxt "numberingformatpage|liststore1"
msgid "Text"
msgstr "Texto"
-#: numberingformatpage.ui:79
+#: cui/uiconfig/ui/numberingformatpage.ui:79
msgctxt "numberingformatpage|liststore2"
msgid "Automatically"
msgstr ""
-#: numberingformatpage.ui:126
+#: cui/uiconfig/ui/numberingformatpage.ui:125
msgctxt "numberingformatpage|add|tooltip_text"
msgid "Add"
msgstr "Adhibir"
-#: numberingformatpage.ui:141
+#: cui/uiconfig/ui/numberingformatpage.ui:140
#, fuzzy
msgctxt "numberingformatpage|edit|tooltip_text"
msgid "Edit Comment"
msgstr "Edita o comentario..."
-#: numberingformatpage.ui:156
+#: cui/uiconfig/ui/numberingformatpage.ui:155
msgctxt "numberingformatpage|delete|tooltip_text"
msgid "Remove"
msgstr "Borrar"
-#: numberingformatpage.ui:197
+#: cui/uiconfig/ui/numberingformatpage.ui:180
+msgctxt "numberingformatpage|commented|tooltip_text"
+msgid "Comment"
+msgstr ""
+
+#: cui/uiconfig/ui/numberingformatpage.ui:196
msgctxt "numberingformatpage|formatf"
msgid "_Format code"
msgstr ""
-#: numberingformatpage.ui:293
+#: cui/uiconfig/ui/numberingformatpage.ui:289
msgctxt "numberingformatpage|decimalsft"
msgid "_Decimal places:"
msgstr ""
-#: numberingformatpage.ui:308
+#: cui/uiconfig/ui/numberingformatpage.ui:304
msgctxt "numberingformatpage|denominatorft"
msgid "Den_ominator places:"
msgstr ""
-#: numberingformatpage.ui:329
+#: cui/uiconfig/ui/numberingformatpage.ui:325
msgctxt "numberingformatpage|leadzerosft"
msgid "Leading _zeroes:"
msgstr ""
-#: numberingformatpage.ui:340
+#: cui/uiconfig/ui/numberingformatpage.ui:336
msgctxt "numberingformatpage|negnumred"
msgid "_Negative numbers red"
msgstr ""
-#: numberingformatpage.ui:362
+#: cui/uiconfig/ui/numberingformatpage.ui:358
msgctxt "numberingformatpage|thousands"
msgid "_Thousands separator"
msgstr ""
-#: numberingformatpage.ui:378
+#: cui/uiconfig/ui/numberingformatpage.ui:374
msgctxt "numberingformatpage|engineering"
msgid "_Engineering notation"
msgstr ""
-#: numberingformatpage.ui:406
+#: cui/uiconfig/ui/numberingformatpage.ui:402
msgctxt "numberingformatpage|optionsft"
msgid "Options"
msgstr "Opcions"
-#: numberingformatpage.ui:463
+#: cui/uiconfig/ui/numberingformatpage.ui:459
#, fuzzy
msgctxt "numberingformatpage|categoryft"
msgid "C_ategory"
msgstr "ID Categoría"
-#: numberingformatpage.ui:536
+#: cui/uiconfig/ui/numberingformatpage.ui:532
msgctxt "numberingformatpage|formatft"
msgid "Fo_rmat"
msgstr ""
-#: numberingformatpage.ui:596
+#: cui/uiconfig/ui/numberingformatpage.ui:592
msgctxt "numberingformatpage|sourceformat"
msgid "So_urce format"
msgstr ""
-#: numberingformatpage.ui:617
+#: cui/uiconfig/ui/numberingformatpage.ui:613
msgctxt "numberingformatpage|languageft"
msgid "_Language"
msgstr ""
-#: numberingoptionspage.ui:64
+#: cui/uiconfig/ui/numberingoptionspage.ui:64
msgctxt "numberingoptionspage|label1"
msgid "Level"
msgstr ""
-#: numberingoptionspage.ui:110
+#: cui/uiconfig/ui/numberingoptionspage.ui:110
#, fuzzy
msgctxt "numberingoptionspage|label4"
msgid "Number:"
msgstr "Numero"
-#: numberingoptionspage.ui:159
+#: cui/uiconfig/ui/numberingoptionspage.ui:157
msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr ""
-#: numberingoptionspage.ui:183
+#: cui/uiconfig/ui/numberingoptionspage.ui:181
#, fuzzy
msgctxt "numberingoptionspage|bitmapft"
msgid "Graphics:"
msgstr "Graficos"
-#: numberingoptionspage.ui:197
+#: cui/uiconfig/ui/numberingoptionspage.ui:195
msgctxt "numberingoptionspage|widthft"
msgid "Width:"
msgstr ""
-#: numberingoptionspage.ui:224
+#: cui/uiconfig/ui/numberingoptionspage.ui:221
msgctxt "numberingoptionspage|heightft"
msgid "Height:"
msgstr ""
-#: numberingoptionspage.ui:250
+#: cui/uiconfig/ui/numberingoptionspage.ui:246
msgctxt "numberingoptionspage|keepratio"
msgid "Keep ratio"
msgstr ""
-#: numberingoptionspage.ui:266
+#: cui/uiconfig/ui/numberingoptionspage.ui:263
#, fuzzy
msgctxt "numberingoptionspage|orientft"
msgid "Alignment:"
msgstr "Aliniación"
-#: numberingoptionspage.ui:281
+#: cui/uiconfig/ui/numberingoptionspage.ui:278
msgctxt "numberingoptionspage|orientlb"
msgid "Top of baseline"
msgstr ""
-#: numberingoptionspage.ui:282
+#: cui/uiconfig/ui/numberingoptionspage.ui:279
msgctxt "numberingoptionspage|orientlb"
msgid "Center of baseline"
msgstr ""
-#: numberingoptionspage.ui:283
+#: cui/uiconfig/ui/numberingoptionspage.ui:280
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of baseline"
msgstr ""
-#: numberingoptionspage.ui:284
+#: cui/uiconfig/ui/numberingoptionspage.ui:281
msgctxt "numberingoptionspage|orientlb"
msgid "Top of character"
msgstr ""
-#: numberingoptionspage.ui:285
+#: cui/uiconfig/ui/numberingoptionspage.ui:282
msgctxt "numberingoptionspage|orientlb"
msgid "Center of character"
msgstr ""
-#: numberingoptionspage.ui:286
+#: cui/uiconfig/ui/numberingoptionspage.ui:283
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of character"
msgstr ""
-#: numberingoptionspage.ui:287
+#: cui/uiconfig/ui/numberingoptionspage.ui:284
msgctxt "numberingoptionspage|orientlb"
msgid "Top of line"
msgstr ""
-#: numberingoptionspage.ui:288
+#: cui/uiconfig/ui/numberingoptionspage.ui:285
msgctxt "numberingoptionspage|orientlb"
msgid "Center of line"
msgstr ""
-#: numberingoptionspage.ui:289
+#: cui/uiconfig/ui/numberingoptionspage.ui:286
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of line"
msgstr ""
-#: numberingoptionspage.ui:299
+#: cui/uiconfig/ui/numberingoptionspage.ui:296
msgctxt "numberingoptionspage|bitmap"
msgid "Select..."
msgstr ""
-#: numberingoptionspage.ui:333
+#: cui/uiconfig/ui/numberingoptionspage.ui:329
msgctxt "numberingoptionspage|bullet"
msgid "Select..."
msgstr ""
-#: numberingoptionspage.ui:352
+#: cui/uiconfig/ui/numberingoptionspage.ui:348
msgctxt "numberingoptionspage|prefixft"
msgid "Before:"
msgstr ""
-#: numberingoptionspage.ui:373
+#: cui/uiconfig/ui/numberingoptionspage.ui:369
msgctxt "numberingoptionspage|separator"
msgid "Separator"
msgstr ""
-#: numberingoptionspage.ui:409
+#: cui/uiconfig/ui/numberingoptionspage.ui:403
msgctxt "numberingoptionspage|suffixft"
msgid "After:"
msgstr ""
-#: numberingoptionspage.ui:423
+#: cui/uiconfig/ui/numberingoptionspage.ui:417
msgctxt "numberingoptionspage|sublevelsft"
msgid "Show sublevels:"
msgstr ""
-#: numberingoptionspage.ui:438
+#: cui/uiconfig/ui/numberingoptionspage.ui:432
msgctxt "numberingoptionspage|bulletft"
msgid "Character:"
msgstr ""
-#: numberingoptionspage.ui:452
+#: cui/uiconfig/ui/numberingoptionspage.ui:446
msgctxt "numberingoptionspage|relsizeft"
msgid "_Relative size:"
msgstr ""
-#: numberingoptionspage.ui:466
+#: cui/uiconfig/ui/numberingoptionspage.ui:460
msgctxt "numberingoptionspage|colorft"
msgid "Color:"
msgstr ""
-#: numberingoptionspage.ui:480
+#: cui/uiconfig/ui/numberingoptionspage.ui:474
msgctxt "numberingoptionspage|charstyleft"
msgid "Character style:"
msgstr ""
-#: numberingoptionspage.ui:524
+#: cui/uiconfig/ui/numberingoptionspage.ui:518
msgctxt "numberingoptionspage|label2"
msgid "Numbering"
msgstr ""
-#: numberingoptionspage.ui:551
+#: cui/uiconfig/ui/numberingoptionspage.ui:545
msgctxt "numberingoptionspage|allsame"
msgid "_Consecutive numbering"
msgstr ""
-#: numberingoptionspage.ui:567
+#: cui/uiconfig/ui/numberingoptionspage.ui:561
msgctxt "numberingoptionspage|label3"
msgid "All Levels"
msgstr ""
-#: numberingoptionspage.ui:595
+#: cui/uiconfig/ui/numberingoptionspage.ui:589
msgctxt "numberingoptionspage|fromfile"
msgid "From file..."
msgstr ""
-#: numberingoptionspage.ui:603
+#: cui/uiconfig/ui/numberingoptionspage.ui:597
msgctxt "numberingoptionspage|gallery"
msgid "Gallery"
msgstr ""
-#: numberingpositionpage.ui:23
+#: cui/uiconfig/ui/numberingpositionpage.ui:23
msgctxt "numberingpositionpage|liststore1"
msgid "Left"
msgstr "Enta la cucha"
-#: numberingpositionpage.ui:26
+#: cui/uiconfig/ui/numberingpositionpage.ui:26
#, fuzzy
msgctxt "numberingpositionpage|liststore1"
msgid "Centered"
msgstr "~Centrau"
-#: numberingpositionpage.ui:29
+#: cui/uiconfig/ui/numberingpositionpage.ui:29
msgctxt "numberingpositionpage|liststore1"
msgid "Right"
msgstr "Enta la dreita"
-#: numberingpositionpage.ui:40
+#: cui/uiconfig/ui/numberingpositionpage.ui:40
#, fuzzy
msgctxt "numberingpositionpage|liststore2"
msgid "Tab stop"
msgstr "~Tabulacions"
-#: numberingpositionpage.ui:43
+#: cui/uiconfig/ui/numberingpositionpage.ui:43
msgctxt "numberingpositionpage|liststore2"
msgid "Space"
msgstr ""
-#: numberingpositionpage.ui:46
+#: cui/uiconfig/ui/numberingpositionpage.ui:46
msgctxt "numberingpositionpage|liststore2"
msgid "Nothing"
msgstr ""
-#: numberingpositionpage.ui:88
+#: cui/uiconfig/ui/numberingpositionpage.ui:88
msgctxt "numberingpositionpage|1"
msgid "Level"
msgstr ""
-#: numberingpositionpage.ui:139
+#: cui/uiconfig/ui/numberingpositionpage.ui:139
msgctxt "numberingpositionpage|numfollowedby"
msgid "Numbering followed by:"
msgstr ""
-#: numberingpositionpage.ui:153
+#: cui/uiconfig/ui/numberingpositionpage.ui:153
msgctxt "numberingpositionpage|num2align"
msgid "N_umbering alignment:"
msgstr ""
-#: numberingpositionpage.ui:167
+#: cui/uiconfig/ui/numberingpositionpage.ui:167
msgctxt "numberingpositionpage|alignedat"
msgid "Aligned at:"
msgstr ""
-#: numberingpositionpage.ui:181
+#: cui/uiconfig/ui/numberingpositionpage.ui:181
msgctxt "numberingpositionpage|indentat"
msgid "Indent at:"
msgstr ""
-#: numberingpositionpage.ui:217
+#: cui/uiconfig/ui/numberingpositionpage.ui:216
msgctxt "numberingpositionpage|at"
msgid "Tab stop at:"
msgstr ""
-#: numberingpositionpage.ui:266
+#: cui/uiconfig/ui/numberingpositionpage.ui:263
msgctxt "numberingpositionpage|indent"
msgid "Indent:"
msgstr ""
-#: numberingpositionpage.ui:290
+#: cui/uiconfig/ui/numberingpositionpage.ui:286
msgctxt "numberingpositionpage|relative"
msgid "Relati_ve"
msgstr ""
-#: numberingpositionpage.ui:310
+#: cui/uiconfig/ui/numberingpositionpage.ui:306
msgctxt "numberingpositionpage|numberingwidth"
msgid "Width of numbering:"
msgstr ""
-#: numberingpositionpage.ui:350
+#: cui/uiconfig/ui/numberingpositionpage.ui:344
msgctxt "numberingpositionpage|numdist"
msgid ""
"Minimum space between\n"
"numbering and text:"
msgstr ""
-#: numberingpositionpage.ui:366
+#: cui/uiconfig/ui/numberingpositionpage.ui:360
msgctxt "numberingpositionpage|numalign"
msgid "N_umbering alignment:"
msgstr ""
-#: numberingpositionpage.ui:394
+#: cui/uiconfig/ui/numberingpositionpage.ui:388
msgctxt "numberingpositionpage|label10"
msgid "Position and Spacing"
msgstr ""
-#: numberingpositionpage.ui:416
+#: cui/uiconfig/ui/numberingpositionpage.ui:410
msgctxt "numberingpositionpage|standard"
msgid "Default"
msgstr "Por defecto"
-#: objectnamedialog.ui:8
+#: cui/uiconfig/ui/objectnamedialog.ui:8
msgctxt "objectnamedialog|ObjectNameDialog"
msgid "Name"
msgstr "Nombre"
-#: objectnamedialog.ui:83
+#: cui/uiconfig/ui/objectnamedialog.ui:85
#, fuzzy
msgctxt "objectnamedialog|object_name_label"
msgid "_Name:"
msgstr "Nombre"
-#: objecttitledescdialog.ui:15
+#: cui/uiconfig/ui/objecttitledescdialog.ui:15
msgctxt "objecttitledescdialog|ObjectTitleDescDialog"
msgid "Description"
msgstr "Descripción"
-#: objecttitledescdialog.ui:90
+#: cui/uiconfig/ui/objecttitledescdialog.ui:92
#, fuzzy
msgctxt "objecttitledescdialog|object_title_label"
msgid "_Title:"
msgstr "Titol"
-#: objecttitledescdialog.ui:118
+#: cui/uiconfig/ui/objecttitledescdialog.ui:120
#, fuzzy
msgctxt "objecttitledescdialog|desc_label"
msgid "_Description:"
msgstr "Descripción"
-#: optaccessibilitypage.ui:31
+#: cui/uiconfig/ui/optaccessibilitypage.ui:31
msgctxt "optaccessibilitypage|acctool"
msgid "Support _assistive technology tools (program restart required)"
msgstr ""
-#: optaccessibilitypage.ui:47
+#: cui/uiconfig/ui/optaccessibilitypage.ui:47
msgctxt "optaccessibilitypage|textselinreadonly"
msgid "Use te_xt selection cursor in read-only text documents"
msgstr ""
-#: optaccessibilitypage.ui:63
+#: cui/uiconfig/ui/optaccessibilitypage.ui:63
msgctxt "optaccessibilitypage|animatedgraphics"
msgid "Allow animated _images"
msgstr ""
-#: optaccessibilitypage.ui:79
+#: cui/uiconfig/ui/optaccessibilitypage.ui:79
msgctxt "optaccessibilitypage|animatedtext"
msgid "Allow animated _text"
msgstr ""
-#: optaccessibilitypage.ui:101
+#: cui/uiconfig/ui/optaccessibilitypage.ui:101
msgctxt "optaccessibilitypage|label1"
msgid "Miscellaneous Options"
msgstr ""
-#: optaccessibilitypage.ui:134
+#: cui/uiconfig/ui/optaccessibilitypage.ui:134
msgctxt "optaccessibilitypage|autodetecthc"
msgid "Automatically _detect high contrast mode of operating system"
msgstr ""
-#: optaccessibilitypage.ui:150
+#: cui/uiconfig/ui/optaccessibilitypage.ui:150
msgctxt "optaccessibilitypage|autofontcolor"
msgid "Use automatic font _color for screen display"
msgstr ""
-#: optaccessibilitypage.ui:166
+#: cui/uiconfig/ui/optaccessibilitypage.ui:166
msgctxt "optaccessibilitypage|systempagepreviewcolor"
msgid "_Use system colors for page previews"
msgstr ""
-#: optaccessibilitypage.ui:188
+#: cui/uiconfig/ui/optaccessibilitypage.ui:188
msgctxt "optaccessibilitypage|label2"
msgid "Options for High Contrast Appearance"
msgstr ""
-#: optadvancedpage.ui:38
+#: cui/uiconfig/ui/optadvancedpage.ui:38
msgctxt "optadvancedpage|javaenabled"
msgid "_Use a Java runtime environment"
msgstr ""
-#: optadvancedpage.ui:72
+#: cui/uiconfig/ui/optadvancedpage.ui:72
msgctxt "optadvancedpage|label2"
msgid "_Java runtime environments (JRE) already installed:"
msgstr ""
-#: optadvancedpage.ui:98
+#: cui/uiconfig/ui/optadvancedpage.ui:98
#, fuzzy
msgctxt "optadvancedpage|add"
msgid "_Add..."
msgstr "~Adhibir..."
-#: optadvancedpage.ui:112
+#: cui/uiconfig/ui/optadvancedpage.ui:112
msgctxt "optadvancedpage|parameters"
msgid "_Parameters..."
msgstr ""
-#: optadvancedpage.ui:126
+#: cui/uiconfig/ui/optadvancedpage.ui:126
msgctxt "optadvancedpage|classpath"
msgid "_Class Path..."
msgstr ""
-#: optadvancedpage.ui:159
+#: cui/uiconfig/ui/optadvancedpage.ui:159
msgctxt "optadvancedpage|vendor"
msgid "Vendor"
msgstr ""
-#: optadvancedpage.ui:171
+#: cui/uiconfig/ui/optadvancedpage.ui:171
msgctxt "optadvancedpage|version"
msgid "Version"
msgstr ""
-#: optadvancedpage.ui:183
+#: cui/uiconfig/ui/optadvancedpage.ui:183
msgctxt "optadvancedpage|features"
msgid "Features"
msgstr ""
-#: optadvancedpage.ui:195
+#: cui/uiconfig/ui/optadvancedpage.ui:195
msgctxt "optadvancedpage|a11y"
msgid "with accessibility support"
msgstr ""
-#: optadvancedpage.ui:206
+#: cui/uiconfig/ui/optadvancedpage.ui:206
msgctxt "optadvancedpage|selectruntime"
msgid "Select a Java Runtime Environment"
msgstr ""
-#: optadvancedpage.ui:254
+#: cui/uiconfig/ui/optadvancedpage.ui:254
msgctxt "optadvancedpage|javapath"
msgid "Location: "
msgstr ""
-#: optadvancedpage.ui:280
+#: cui/uiconfig/ui/optadvancedpage.ui:280
msgctxt "optadvancedpage|label1"
msgid "Java Options"
msgstr ""
-#: optadvancedpage.ui:315
+#: cui/uiconfig/ui/optadvancedpage.ui:315
msgctxt "optadvancedpage|experimental"
msgid "Enable experimental features (may be unstable)"
msgstr ""
-#: optadvancedpage.ui:330
+#: cui/uiconfig/ui/optadvancedpage.ui:330
msgctxt "optadvancedpage|macrorecording"
msgid "Enable macro recording (may be limited)"
msgstr ""
-#: optadvancedpage.ui:344
+#: cui/uiconfig/ui/optadvancedpage.ui:345
msgctxt "optadvancedpage|expertconfig"
msgid "Open Expert Configuration"
msgstr ""
-#: optadvancedpage.ui:364
+#: cui/uiconfig/ui/optadvancedpage.ui:365
msgctxt "optadvancedpage|label12"
msgid "Optional Features"
msgstr ""
-#: optappearancepage.ui:35
+#: cui/uiconfig/ui/optappearancepage.ui:35
msgctxt "optappearancepage|label3"
msgid "_Scheme:"
msgstr ""
-#: optappearancepage.ui:88
+#: cui/uiconfig/ui/optappearancepage.ui:89
msgctxt "optappearancepage|label1"
msgid "Color Scheme"
msgstr ""
-#: optappearancepage.ui:133
+#: cui/uiconfig/ui/optappearancepage.ui:134
msgctxt "optappearancepage|uielements"
msgid "User interface elements"
msgstr ""
-#: optappearancepage.ui:145
+#: cui/uiconfig/ui/optappearancepage.ui:146
msgctxt "optappearancepage|colorsetting"
msgid "Color setting"
msgstr ""
-#: optappearancepage.ui:156
+#: cui/uiconfig/ui/optappearancepage.ui:157
msgctxt "optappearancepage|on"
msgid "On"
msgstr ""
-#: optappearancepage.ui:189
+#: cui/uiconfig/ui/optappearancepage.ui:190
msgctxt "optappearancepage|label2"
msgid "Custom Colors"
msgstr ""
-#: optasianpage.ui:31
+#: cui/uiconfig/ui/optasianpage.ui:31
msgctxt "optasianpage|charkerning"
msgid "_Western text only"
msgstr ""
-#: optasianpage.ui:49
+#: cui/uiconfig/ui/optasianpage.ui:49
msgctxt "optasianpage|charpunctkerning"
msgid "Western _text and Asian punctuation"
msgstr ""
-#: optasianpage.ui:73
+#: cui/uiconfig/ui/optasianpage.ui:73
msgctxt "optasianpage|label1"
msgid "Kerning"
msgstr ""
-#: optasianpage.ui:105
+#: cui/uiconfig/ui/optasianpage.ui:105
msgctxt "optasianpage|nocompression"
msgid "_No compression"
msgstr ""
-#: optasianpage.ui:123
+#: cui/uiconfig/ui/optasianpage.ui:123
msgctxt "optasianpage|punctcompression"
msgid "_Compress punctuation only"
msgstr ""
-#: optasianpage.ui:141
+#: cui/uiconfig/ui/optasianpage.ui:141
msgctxt "optasianpage|punctkanacompression"
msgid "Compress punctuation and Japanese Kana"
msgstr ""
-#: optasianpage.ui:165
+#: cui/uiconfig/ui/optasianpage.ui:165
msgctxt "optasianpage|label2"
msgid "Character Spacing"
msgstr ""
-#: optasianpage.ui:226
+#: cui/uiconfig/ui/optasianpage.ui:226
#, fuzzy
msgctxt "optasianpage|standard"
msgid "_Default"
msgstr "Por defecto"
-#: optasianpage.ui:251
+#: cui/uiconfig/ui/optasianpage.ui:251
msgctxt "optasianpage|languageft"
msgid "_Language:"
msgstr ""
-#: optasianpage.ui:265
+#: cui/uiconfig/ui/optasianpage.ui:265
msgctxt "optasianpage|startft"
msgid "Not _at start of line:"
msgstr ""
-#: optasianpage.ui:279
+#: cui/uiconfig/ui/optasianpage.ui:279
msgctxt "optasianpage|endft"
msgid "Not at _end of line:"
msgstr ""
-#: optasianpage.ui:324
+#: cui/uiconfig/ui/optasianpage.ui:322
msgctxt "optasianpage|hintft"
msgid "Without user-defined line break symbols"
msgstr ""
-#: optasianpage.ui:340
+#: cui/uiconfig/ui/optasianpage.ui:338
msgctxt "optasianpage|label3"
msgid "First and Last Characters"
msgstr ""
-#: optbasicidepage.ui:29
+#: cui/uiconfig/ui/optbasicidepage.ui:29
msgctxt "optbasicidepage|codecomplete_enable"
msgid "Enable code completion"
msgstr ""
-#: optbasicidepage.ui:49
+#: cui/uiconfig/ui/optbasicidepage.ui:50
msgctxt "optbasicidepage|label1"
msgid "Code Completion"
msgstr ""
-#: optbasicidepage.ui:81
+#: cui/uiconfig/ui/optbasicidepage.ui:82
msgctxt "optbasicidepage|autoclose_proc"
msgid "Autoclose procedures"
msgstr ""
-#: optbasicidepage.ui:95
+#: cui/uiconfig/ui/optbasicidepage.ui:97
msgctxt "optbasicidepage|autoclose_paren"
msgid "Autoclose parenthesis"
msgstr ""
-#: optbasicidepage.ui:109
+#: cui/uiconfig/ui/optbasicidepage.ui:112
msgctxt "optbasicidepage|autoclose_quotes"
msgid "Autoclose quotes"
msgstr ""
-#: optbasicidepage.ui:123
+#: cui/uiconfig/ui/optbasicidepage.ui:127
msgctxt "optbasicidepage|autocorrect"
msgid "Autocorrection"
msgstr ""
-#: optbasicidepage.ui:144
+#: cui/uiconfig/ui/optbasicidepage.ui:149
msgctxt "optbasicidepage|label2"
msgid "Code Suggestion"
msgstr ""
-#: optbasicidepage.ui:176
+#: cui/uiconfig/ui/optbasicidepage.ui:181
msgctxt "optbasicidepage|extendedtypes_enable"
msgid "Use extended types"
msgstr ""
-#: optbasicidepage.ui:196
+#: cui/uiconfig/ui/optbasicidepage.ui:202
msgctxt "optbasicidepage|label3"
msgid "Language Features"
msgstr ""
-#: optchartcolorspage.ui:42
+#: cui/uiconfig/ui/optchartcolorspage.ui:42
msgctxt "optchartcolorspage|label20"
msgid "Chart Colors"
msgstr ""
-#: optchartcolorspage.ui:128
+#: cui/uiconfig/ui/optchartcolorspage.ui:128
#, fuzzy
msgctxt "optchartcolorspage|default"
msgid "_Default"
msgstr "Por defecto"
-#: optchartcolorspage.ui:156
+#: cui/uiconfig/ui/optchartcolorspage.ui:156
msgctxt "optchartcolorspage|label1"
msgid "Color Table"
msgstr ""
-#: optctlpage.ui:31
+#: cui/uiconfig/ui/optctlpage.ui:31
msgctxt "optctlpage|sequencechecking"
msgid "Use se_quence checking"
msgstr ""
-#: optctlpage.ui:56
+#: cui/uiconfig/ui/optctlpage.ui:56
msgctxt "optctlpage|restricted"
msgid "Restricted"
msgstr ""
-#: optctlpage.ui:70
+#: cui/uiconfig/ui/optctlpage.ui:71
msgctxt "optctlpage|typeandreplace"
msgid "_Type and replace"
msgstr ""
-#: optctlpage.ui:99
+#: cui/uiconfig/ui/optctlpage.ui:100
msgctxt "optctlpage|label1"
msgid "Sequence Checking"
msgstr ""
-#: optctlpage.ui:134
+#: cui/uiconfig/ui/optctlpage.ui:135
msgctxt "optctlpage|label3"
msgid "Movement:"
msgstr ""
-#: optctlpage.ui:144
+#: cui/uiconfig/ui/optctlpage.ui:145
#, fuzzy
msgctxt "optctlpage|movementlogical"
msgid "Lo_gical"
msgstr "Lochica"
-#: optctlpage.ui:161
+#: cui/uiconfig/ui/optctlpage.ui:162
msgctxt "optctlpage|movementvisual"
msgid "_Visual"
msgstr ""
-#: optctlpage.ui:186
+#: cui/uiconfig/ui/optctlpage.ui:187
msgctxt "optctlpage|label2"
msgid "Cursor Control"
msgstr ""
-#: optctlpage.ui:220
+#: cui/uiconfig/ui/optctlpage.ui:221
msgctxt "optctlpage|label5"
msgid "_Numerals:"
msgstr ""
-#: optctlpage.ui:235
+#: cui/uiconfig/ui/optctlpage.ui:236
msgctxt "optctlpage|numerals"
msgid "Arabic (1, 2, 3…)"
msgstr ""
-#: optctlpage.ui:236
+#: cui/uiconfig/ui/optctlpage.ui:237
msgctxt "optctlpage|numerals"
msgid "Eastern Arabic (٣ ,٢ ,١…)"
msgstr ""
-#: optctlpage.ui:237
+#: cui/uiconfig/ui/optctlpage.ui:238
msgctxt "optctlpage|numerals"
msgid "System"
msgstr ""
-#: optctlpage.ui:238
+#: cui/uiconfig/ui/optctlpage.ui:239
#, fuzzy
msgctxt "optctlpage|numerals"
msgid "Context"
msgstr "Conteniu"
-#: optctlpage.ui:254
+#: cui/uiconfig/ui/optctlpage.ui:255
msgctxt "optctlpage|label4"
msgid "General Options"
msgstr ""
-#: optemailpage.ui:26
+#: cui/uiconfig/ui/optemailpage.ui:26
msgctxt "optemailpage|label2"
msgid "_E-mail program:"
msgstr ""
-#: optemailpage.ui:55
+#: cui/uiconfig/ui/optemailpage.ui:54
#, fuzzy
msgctxt "optemailpage|browse"
msgid "Browse..."
msgstr "~Navegar..."
-#: optemailpage.ui:89
+#: cui/uiconfig/ui/optemailpage.ui:88
msgctxt "optemailpage|browsetitle"
msgid "All files"
msgstr "Totz os fichers"
-#: optemailpage.ui:116
+#: cui/uiconfig/ui/optemailpage.ui:115
msgctxt "optemailpage|suppress"
msgid "Suppress hidden elements of documents"
msgstr ""
-#: optemailpage.ui:171
+#: cui/uiconfig/ui/optemailpage.ui:171
msgctxt "optemailpage|label1"
msgid "Sending Documents as E-mail Attachments"
msgstr ""
-#: optfltrembedpage.ui:52
+#: cui/uiconfig/ui/optfltrembedpage.ui:52
msgctxt "optfltrembedpage|label2"
msgid "[L]: Load and convert the object"
msgstr ""
-#: optfltrembedpage.ui:65
+#: cui/uiconfig/ui/optfltrembedpage.ui:65
msgctxt "optfltrembedpage|label3"
msgid "[S]: Convert and save the object"
msgstr ""
-#: optfltrembedpage.ui:81
+#: cui/uiconfig/ui/optfltrembedpage.ui:81
msgctxt "optfltrembedpage|label1"
msgid "Embedded Objects"
msgstr ""
-#: optfltrembedpage.ui:116
+#: cui/uiconfig/ui/optfltrembedpage.ui:116
msgctxt "optfltrembedpage|label5"
msgid "Export as:"
msgstr ""
-#: optfltrembedpage.ui:131
+#: cui/uiconfig/ui/optfltrembedpage.ui:131
msgctxt "optfltrembedpage|highlighting"
msgid "Highlighting"
msgstr ""
-#: optfltrembedpage.ui:147
+#: cui/uiconfig/ui/optfltrembedpage.ui:148
msgctxt "optfltrembedpage|shading"
msgid "Shading"
msgstr ""
-#: optfltrembedpage.ui:175
+#: cui/uiconfig/ui/optfltrembedpage.ui:177
msgctxt "optfltrembedpage|label4"
msgid "Character Highlighting"
msgstr ""
-#: optfltrpage.ui:29
+#: cui/uiconfig/ui/optfltrpage.ui:29
msgctxt "optfltrpage|wo_basic"
msgid "Load Basic _code"
msgstr ""
-#: optfltrpage.ui:46
+#: cui/uiconfig/ui/optfltrpage.ui:46
msgctxt "optfltrpage|wo_exec"
msgid "E_xecutable code"
msgstr ""
-#: optfltrpage.ui:64
+#: cui/uiconfig/ui/optfltrpage.ui:64
msgctxt "optfltrpage|wo_saveorig"
msgid "Save _original Basic code"
msgstr ""
-#: optfltrpage.ui:87
+#: cui/uiconfig/ui/optfltrpage.ui:87
msgctxt "optfltrpage|label1"
msgid "Microsoft Word 97/2000/XP"
msgstr ""
-#: optfltrpage.ui:119
+#: cui/uiconfig/ui/optfltrpage.ui:119
msgctxt "optfltrpage|ex_basic"
msgid "Lo_ad Basic code"
msgstr ""
-#: optfltrpage.ui:136
+#: cui/uiconfig/ui/optfltrpage.ui:136
msgctxt "optfltrpage|ex_exec"
msgid "E_xecutable code"
msgstr ""
-#: optfltrpage.ui:154
+#: cui/uiconfig/ui/optfltrpage.ui:154
msgctxt "optfltrpage|ex_saveorig"
msgid "Sa_ve original Basic code"
msgstr ""
-#: optfltrpage.ui:177
+#: cui/uiconfig/ui/optfltrpage.ui:177
msgctxt "optfltrpage|label2"
msgid "Microsoft Excel 97/2000/XP"
msgstr ""
-#: optfltrpage.ui:209
+#: cui/uiconfig/ui/optfltrpage.ui:209
msgctxt "optfltrpage|pp_basic"
msgid "Load Ba_sic code"
msgstr ""
-#: optfltrpage.ui:226
+#: cui/uiconfig/ui/optfltrpage.ui:226
msgctxt "optfltrpage|pp_saveorig"
msgid "Sav_e original Basic code"
msgstr ""
-#: optfltrpage.ui:249
+#: cui/uiconfig/ui/optfltrpage.ui:249
msgctxt "optfltrpage|label3"
msgid "Microsoft PowerPoint 97/2000/XP"
msgstr ""
-#: optfontspage.ui:59
+#: cui/uiconfig/ui/optfontspage.ui:59
#, fuzzy
msgctxt "optfontspage|label2"
msgid "_Font:"
msgstr "Tipo de letra"
-#: optfontspage.ui:73
+#: cui/uiconfig/ui/optfontspage.ui:73
msgctxt "optfontspage|label3"
msgid "Re_place with:"
msgstr ""
-#: optfontspage.ui:110
+#: cui/uiconfig/ui/optfontspage.ui:110
msgctxt "optfontspage|always"
msgid "Always"
msgstr ""
-#: optfontspage.ui:121
+#: cui/uiconfig/ui/optfontspage.ui:121
msgctxt "optfontspage|screenonly"
msgid "Screen only"
msgstr ""
-#: optfontspage.ui:132
+#: cui/uiconfig/ui/optfontspage.ui:132
msgctxt "optfontspage|font"
msgid "Font"
msgstr "Tipo de letra"
-#: optfontspage.ui:143
+#: cui/uiconfig/ui/optfontspage.ui:143
msgctxt "optfontspage|replacewith"
msgid "Replace with"
msgstr ""
-#: optfontspage.ui:205
+#: cui/uiconfig/ui/optfontspage.ui:205
msgctxt "optfontspage|usetable"
msgid "_Apply replacement table"
msgstr ""
-#: optfontspage.ui:227
+#: cui/uiconfig/ui/optfontspage.ui:227
msgctxt "optfontspage|label4"
msgid "Replacement Table"
msgstr ""
-#: optfontspage.ui:266
+#: cui/uiconfig/ui/optfontspage.ui:266
msgctxt "optfontspage|label8"
msgid "Fon_ts:"
msgstr ""
-#: optfontspage.ui:281
+#: cui/uiconfig/ui/optfontspage.ui:281
msgctxt "optfontspage|label9"
msgid "_Size:"
msgstr ""
-#: optfontspage.ui:295
+#: cui/uiconfig/ui/optfontspage.ui:295
msgctxt "optfontspage|fontname"
msgid "Automatic"
msgstr "Automatica"
-#: optfontspage.ui:305
+#: cui/uiconfig/ui/optfontspage.ui:305
msgctxt "optfontspage|nonpropfontonly"
msgid "_Non-proportional fonts only"
msgstr ""
-#: optfontspage.ui:341
+#: cui/uiconfig/ui/optfontspage.ui:341
msgctxt "optfontspage|label1"
msgid "Font Settings for HTML, Basic and SQL Sources"
msgstr ""
-#: optgeneralpage.ui:31
+#: cui/uiconfig/ui/optgeneralpage.ui:31
msgctxt "optgeneralpage|exthelp"
msgid "_Extended tips"
msgstr ""
-#: optgeneralpage.ui:46
+#: cui/uiconfig/ui/optgeneralpage.ui:46
#, fuzzy
msgctxt "optgeneralpage|label1"
msgid "Help"
msgstr "~Aduya"
-#: optgeneralpage.ui:76
+#: cui/uiconfig/ui/optgeneralpage.ui:76
msgctxt "optgeneralpage|filedlg"
msgid "_Use %PRODUCTNAME dialogs"
msgstr ""
-#: optgeneralpage.ui:110
+#: cui/uiconfig/ui/optgeneralpage.ui:110
msgctxt "optgeneralpage|label2"
msgid "Open/Save Dialogs"
msgstr ""
-#: optgeneralpage.ui:136
+#: cui/uiconfig/ui/optgeneralpage.ui:136
msgctxt "optgeneralpage|printdlg"
msgid "Use %PRODUCTNAME _dialogs"
msgstr ""
-#: optgeneralpage.ui:151
+#: cui/uiconfig/ui/optgeneralpage.ui:151
msgctxt "optgeneralpage|label3"
msgid "Print Dialogs"
msgstr ""
-#: optgeneralpage.ui:177
+#: cui/uiconfig/ui/optgeneralpage.ui:177
msgctxt "optgeneralpage|docstatus"
msgid "_Printing sets \"document modified\" status"
msgstr ""
-#: optgeneralpage.ui:192
+#: cui/uiconfig/ui/optgeneralpage.ui:192
msgctxt "optgeneralpage|label4"
msgid "Document Status"
msgstr ""
-#: optgeneralpage.ui:225
+#: cui/uiconfig/ui/optgeneralpage.ui:225
msgctxt "optgeneralpage|label6"
msgid "_Interpret as years between "
msgstr ""
-#: optgeneralpage.ui:251
+#: cui/uiconfig/ui/optgeneralpage.ui:250
msgctxt "optgeneralpage|toyear"
msgid "and "
msgstr ""
-#: optgeneralpage.ui:266
+#: cui/uiconfig/ui/optgeneralpage.ui:265
msgctxt "optgeneralpage|label5"
msgid "Year (Two Digits)"
msgstr ""
-#: optgeneralpage.ui:292
+#: cui/uiconfig/ui/optgeneralpage.ui:291
msgctxt "optgeneralpage|collectusageinfo"
msgid "Collect usage data and send it to The Document Foundation"
msgstr ""
-#: optgeneralpage.ui:307
+#: cui/uiconfig/ui/optgeneralpage.ui:306
msgctxt "optgeneralpage|label7"
msgid "Help Improve %PRODUCTNAME"
msgstr ""
-#: optgeneralpage.ui:338
+#: cui/uiconfig/ui/optgeneralpage.ui:337
msgctxt "optgeneralpage|quicklaunch"
msgid "Load %PRODUCTNAME during system start-up"
msgstr ""
-#: optgeneralpage.ui:352
+#: cui/uiconfig/ui/optgeneralpage.ui:352
msgctxt "optgeneralpage|systray"
msgid "Enable systray Quickstarter"
msgstr ""
-#: optgeneralpage.ui:372
+#: cui/uiconfig/ui/optgeneralpage.ui:373
msgctxt "optgeneralpage|label8"
msgid "%PRODUCTNAME Quickstarter"
msgstr ""
-#: opthtmlpage.ui:90
+#: cui/uiconfig/ui/opthtmlpage.ui:90
msgctxt "opthtmlpage|size7FT"
msgid "Size _7:"
msgstr ""
-#: opthtmlpage.ui:119
+#: cui/uiconfig/ui/opthtmlpage.ui:118
msgctxt "opthtmlpage|size6FT"
msgid "Size _6:"
msgstr ""
-#: opthtmlpage.ui:148
+#: cui/uiconfig/ui/opthtmlpage.ui:146
msgctxt "opthtmlpage|size5FT"
msgid "Size _5:"
msgstr ""
-#: opthtmlpage.ui:177
+#: cui/uiconfig/ui/opthtmlpage.ui:174
msgctxt "opthtmlpage|size4FT"
msgid "Size _4:"
msgstr ""
-#: opthtmlpage.ui:206
+#: cui/uiconfig/ui/opthtmlpage.ui:202
msgctxt "opthtmlpage|size3FT"
msgid "Size _3:"
msgstr ""
-#: opthtmlpage.ui:235
+#: cui/uiconfig/ui/opthtmlpage.ui:230
msgctxt "opthtmlpage|size2FT"
msgid "Size _2:"
msgstr ""
-#: opthtmlpage.ui:264
+#: cui/uiconfig/ui/opthtmlpage.ui:258
msgctxt "opthtmlpage|size1FT"
msgid "Size _1:"
msgstr ""
-#: opthtmlpage.ui:297
+#: cui/uiconfig/ui/opthtmlpage.ui:290
msgctxt "opthtmlpage|label1"
msgid "Font Sizes"
msgstr ""
-#: opthtmlpage.ui:347
+#: cui/uiconfig/ui/opthtmlpage.ui:340
msgctxt "opthtmlpage|ignorefontnames"
msgid "Ignore _font settings"
msgstr ""
-#: opthtmlpage.ui:365
+#: cui/uiconfig/ui/opthtmlpage.ui:358
msgctxt "opthtmlpage|unknowntag"
msgid "_Import unknown HTML tags as fields"
msgstr ""
-#: opthtmlpage.ui:383
+#: cui/uiconfig/ui/opthtmlpage.ui:376
msgctxt "opthtmlpage|numbersenglishus"
msgid "_Use '%ENGLISHUSLOCALE' locale for numbers"
msgstr ""
-#: opthtmlpage.ui:407
+#: cui/uiconfig/ui/opthtmlpage.ui:400
msgctxt "opthtmlpage|label2"
msgid "Import"
msgstr ""
-#: opthtmlpage.ui:454
+#: cui/uiconfig/ui/opthtmlpage.ui:447
#, fuzzy
msgctxt "opthtmlpage|charsetFT"
msgid "Character _set:"
msgstr "~Chuego de caracters"
-#: opthtmlpage.ui:489
+#: cui/uiconfig/ui/opthtmlpage.ui:482
msgctxt "opthtmlpage|savegrflocal"
msgid "_Copy local images to Internet"
msgstr ""
-#: opthtmlpage.ui:507
+#: cui/uiconfig/ui/opthtmlpage.ui:500
msgctxt "opthtmlpage|printextension"
msgid "_Print layout"
msgstr ""
-#: opthtmlpage.ui:525
+#: cui/uiconfig/ui/opthtmlpage.ui:518
msgctxt "opthtmlpage|starbasicwarning"
msgid "Display _warning"
msgstr ""
-#: opthtmlpage.ui:544
+#: cui/uiconfig/ui/opthtmlpage.ui:537
msgctxt "opthtmlpage|starbasic"
msgid "LibreOffice _Basic"
msgstr ""
-#: opthtmlpage.ui:568
+#: cui/uiconfig/ui/opthtmlpage.ui:561
msgctxt "opthtmlpage|label3"
msgid "Export"
msgstr ""
-#: optionsdialog.ui:11
+#: cui/uiconfig/ui/optionsdialog.ui:11
msgctxt "optionsdialog|OptionsDialog"
msgid "Options"
msgstr "Opcions"
-#: optjsearchpage.ui:33
+#: cui/uiconfig/ui/optjsearchpage.ui:33
msgctxt "optjsearchpage|matchcase"
msgid "_uppercase/lowercase"
msgstr ""
-#: optjsearchpage.ui:50
+#: cui/uiconfig/ui/optjsearchpage.ui:50
msgctxt "optjsearchpage|matchfullhalfwidth"
msgid "_full-width/half-width forms"
msgstr ""
-#: optjsearchpage.ui:67
+#: cui/uiconfig/ui/optjsearchpage.ui:67
msgctxt "optjsearchpage|matchhiraganakatakana"
msgid "_hiragana/katakana"
msgstr ""
-#: optjsearchpage.ui:84
+#: cui/uiconfig/ui/optjsearchpage.ui:84
msgctxt "optjsearchpage|matchcontractions"
msgid "_contractions (yo-on, sokuon)"
msgstr ""
-#: optjsearchpage.ui:101
+#: cui/uiconfig/ui/optjsearchpage.ui:101
msgctxt "optjsearchpage|matchminusdashchoon"
msgid "_minus/dash/cho-on"
msgstr ""
-#: optjsearchpage.ui:118
+#: cui/uiconfig/ui/optjsearchpage.ui:118
msgctxt "optjsearchpage|matchrepeatcharmarks"
msgid "'re_peat character' marks"
msgstr ""
-#: optjsearchpage.ui:135
+#: cui/uiconfig/ui/optjsearchpage.ui:135
msgctxt "optjsearchpage|matchvariantformkanji"
msgid "_variant-form kanji (itaiji)"
msgstr ""
-#: optjsearchpage.ui:152
+#: cui/uiconfig/ui/optjsearchpage.ui:152
msgctxt "optjsearchpage|matcholdkanaforms"
msgid "_old Kana forms"
msgstr ""
-#: optjsearchpage.ui:169
+#: cui/uiconfig/ui/optjsearchpage.ui:169
msgctxt "optjsearchpage|matchdiziduzu"
msgid "_di/zi, du/zu"
msgstr ""
-#: optjsearchpage.ui:186
+#: cui/uiconfig/ui/optjsearchpage.ui:186
msgctxt "optjsearchpage|matchbavahafa"
msgid "_ba/va, ha/fa"
msgstr ""
-#: optjsearchpage.ui:203
+#: cui/uiconfig/ui/optjsearchpage.ui:203
msgctxt "optjsearchpage|matchtsithichidhizi"
msgid "_tsi/thi/chi, dhi/zi"
msgstr ""
-#: optjsearchpage.ui:220
+#: cui/uiconfig/ui/optjsearchpage.ui:220
msgctxt "optjsearchpage|matchhyuiyubyuvyu"
msgid "h_yu/fyu, byu/vyu"
msgstr ""
-#: optjsearchpage.ui:237
+#: cui/uiconfig/ui/optjsearchpage.ui:237
msgctxt "optjsearchpage|matchseshezeje"
msgid "_se/she, ze/je"
msgstr ""
-#: optjsearchpage.ui:254
+#: cui/uiconfig/ui/optjsearchpage.ui:254
msgctxt "optjsearchpage|matchiaiya"
msgid "_ia/iya (piano/piyano)"
msgstr ""
-#: optjsearchpage.ui:271
+#: cui/uiconfig/ui/optjsearchpage.ui:271
msgctxt "optjsearchpage|matchkiku"
msgid "_ki/ku (tekisuto/tekusuto)"
msgstr ""
-#: optjsearchpage.ui:288
+#: cui/uiconfig/ui/optjsearchpage.ui:288
msgctxt "optjsearchpage|matchprolongedsoundmark"
msgid "Prolon_ged vowels (ka-/kaa)"
msgstr ""
-#: optjsearchpage.ui:311
+#: cui/uiconfig/ui/optjsearchpage.ui:311
msgctxt "optjsearchpage|label1"
msgid "Treat as Equal"
msgstr ""
-#: optjsearchpage.ui:345
+#: cui/uiconfig/ui/optjsearchpage.ui:345
msgctxt "optjsearchpage|ignorepunctuation"
msgid "Pu_nctuation characters"
msgstr ""
-#: optjsearchpage.ui:362
+#: cui/uiconfig/ui/optjsearchpage.ui:362
msgctxt "optjsearchpage|ignorewhitespace"
msgid "_Whitespace characters"
msgstr ""
-#: optjsearchpage.ui:379
+#: cui/uiconfig/ui/optjsearchpage.ui:379
msgctxt "optjsearchpage|ignoremiddledot"
msgid "Midd_le dots"
msgstr ""
-#: optjsearchpage.ui:405
+#: cui/uiconfig/ui/optjsearchpage.ui:405
msgctxt "optjsearchpage|label2"
msgid "Ignore"
msgstr ""
-#: optlanguagespage.ui:37
+#: cui/uiconfig/ui/optlanguagespage.ui:37
msgctxt "optlanguagespage|label4"
msgid "_User interface:"
msgstr ""
-#: optlanguagespage.ui:51
+#: cui/uiconfig/ui/optlanguagespage.ui:51
msgctxt "optlanguagespage|localesettingFT"
msgid "Locale setting:"
msgstr ""
-#: optlanguagespage.ui:65
+#: cui/uiconfig/ui/optlanguagespage.ui:65
msgctxt "optlanguagespage|label6"
msgid "Decimal separator key:"
msgstr ""
-#: optlanguagespage.ui:79
+#: cui/uiconfig/ui/optlanguagespage.ui:79
msgctxt "optlanguagespage|defaultcurrency"
msgid "_Default currency:"
msgstr ""
-#: optlanguagespage.ui:93
+#: cui/uiconfig/ui/optlanguagespage.ui:93
msgctxt "optlanguagespage|dataaccpatterns"
msgid "Date acceptance _patterns:"
msgstr ""
-#: optlanguagespage.ui:154
+#: cui/uiconfig/ui/optlanguagespage.ui:153
msgctxt "optlanguagespage|decimalseparator"
msgid "_Same as locale setting ( %1 )"
msgstr ""
-#: optlanguagespage.ui:175
+#: cui/uiconfig/ui/optlanguagespage.ui:174
msgctxt "optlanguagespage|label1"
msgid "Language Of"
msgstr ""
-#: optlanguagespage.ui:246
+#: cui/uiconfig/ui/optlanguagespage.ui:245
msgctxt "optlanguagespage|currentdoc"
msgid "For the current document only"
msgstr ""
-#: optlanguagespage.ui:261
+#: cui/uiconfig/ui/optlanguagespage.ui:261
msgctxt "optlanguagespage|ctlsupport"
msgid "Complex _text layout:"
msgstr ""
-#: optlanguagespage.ui:276
+#: cui/uiconfig/ui/optlanguagespage.ui:276
msgctxt "optlanguagespage|asiansupport"
msgid "Asian:"
msgstr ""
-#: optlanguagespage.ui:294
+#: cui/uiconfig/ui/optlanguagespage.ui:294
msgctxt "optlanguagespage|western"
msgid "Western:"
msgstr ""
-#: optlanguagespage.ui:311
+#: cui/uiconfig/ui/optlanguagespage.ui:311
msgctxt "optlanguagespage|label2"
msgid "Default Languages for Documents"
msgstr ""
-#: optlanguagespage.ui:342
+#: cui/uiconfig/ui/optlanguagespage.ui:342
msgctxt "optlanguagespage|ignorelanguagechange"
msgid "Ignore s_ystem input language"
msgstr ""
-#: optlanguagespage.ui:363
+#: cui/uiconfig/ui/optlanguagespage.ui:363
msgctxt "optlanguagespage|label3"
msgid "Enhanced Language Support"
msgstr ""
-#: optlingupage.ui:47
+#: cui/uiconfig/ui/optlingupage.ui:47
msgctxt "optlingupage|lingumodulesft"
msgid "_Available language modules:"
msgstr ""
-#: optlingupage.ui:74
+#: cui/uiconfig/ui/optlingupage.ui:74
#, fuzzy
msgctxt "optlingupage|lingumodulesedit"
msgid "_Edit..."
msgstr "~Editar..."
-#: optlingupage.ui:82
+#: cui/uiconfig/ui/optlingupage.ui:82
msgctxt "optlingupage|lingumodulesedit-atkobject"
msgid "Edit Available language modules"
msgstr ""
-#: optlingupage.ui:112
+#: cui/uiconfig/ui/optlingupage.ui:112
msgctxt "optlingupage|lingudictsft"
msgid "_User-defined dictionaries:"
msgstr ""
-#: optlingupage.ui:146
+#: cui/uiconfig/ui/optlingupage.ui:146
msgctxt "optlingupage|lingudictsnew"
msgid "_New..."
msgstr ""
-#: optlingupage.ui:160
+#: cui/uiconfig/ui/optlingupage.ui:160
#, fuzzy
msgctxt "optlingupage|lingudictsedit"
msgid "Ed_it..."
msgstr "~Editar..."
-#: optlingupage.ui:167
+#: cui/uiconfig/ui/optlingupage.ui:167
msgctxt "optlingupage|lingudictsedit-atkobject"
msgid "Edit User-defined dictionaries"
msgstr ""
-#: optlingupage.ui:179
+#: cui/uiconfig/ui/optlingupage.ui:179
#, fuzzy
msgctxt "optlingupage|lingudictsdelete"
msgid "_Delete"
msgstr "Eliminar"
-#: optlingupage.ui:218
+#: cui/uiconfig/ui/optlingupage.ui:218
#, fuzzy
msgctxt "optlingupage|label4"
msgid "_Options:"
msgstr "Opcions"
-#: optlingupage.ui:230
+#: cui/uiconfig/ui/optlingupage.ui:230
msgctxt "optlingupage|moredictslink"
msgid "Get more dictionaries online..."
msgstr ""
-#: optlingupage.ui:262
+#: cui/uiconfig/ui/optlingupage.ui:262
#, fuzzy
msgctxt "optlingupage|linguoptionsedit"
msgid "Edi_t..."
msgstr "~Editar..."
-#: optlingupage.ui:270
+#: cui/uiconfig/ui/optlingupage.ui:270
msgctxt "optlingupage|linguoptionsedit-atkobject"
msgid "Edit Options"
msgstr ""
-#: optlingupage.ui:296
+#: cui/uiconfig/ui/optlingupage.ui:296
msgctxt "optlingupage|label1"
msgid "Writing Aids"
msgstr ""
-#: optnewdictionarydialog.ui:9
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:8
msgctxt "optnewdictionarydialog|OptNewDictionaryDialog"
msgid "New Dictionary"
msgstr ""
-#: optnewdictionarydialog.ui:121
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:112
#, fuzzy
msgctxt "optnewdictionarydialog|name_label"
msgid "_Name:"
msgstr "Nombre"
-#: optnewdictionarydialog.ui:135
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:126
msgctxt "optnewdictionarydialog|language_label"
msgid "_Language:"
msgstr ""
-#: optnewdictionarydialog.ui:146
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:138
msgctxt "optnewdictionarydialog|except"
msgid "_Exception (-)"
msgstr ""
-#: optnewdictionarydialog.ui:168
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:177
msgctxt "optnewdictionarydialog|label1"
msgid "Dictionary"
msgstr ""
-#: optonlineupdatepage.ui:28
+#: cui/uiconfig/ui/optonlineupdatepage.ui:28
msgctxt "optonlineupdatepage|autocheck"
msgid "_Check for updates automatically"
msgstr ""
-#: optonlineupdatepage.ui:54
+#: cui/uiconfig/ui/optonlineupdatepage.ui:54
msgctxt "optonlineupdatepage|everyday"
msgid "Every da_y"
msgstr ""
-#: optonlineupdatepage.ui:71
+#: cui/uiconfig/ui/optonlineupdatepage.ui:71
msgctxt "optonlineupdatepage|everyweek"
msgid "Every _week"
msgstr ""
-#: optonlineupdatepage.ui:87
+#: cui/uiconfig/ui/optonlineupdatepage.ui:87
msgctxt "optonlineupdatepage|everymonth"
msgid "Every _month"
msgstr ""
-#: optonlineupdatepage.ui:114
+#: cui/uiconfig/ui/optonlineupdatepage.ui:114
msgctxt "optonlineupdatepage|lastchecked"
msgid "Last checked: %DATE%, %TIME%"
msgstr ""
-#: optonlineupdatepage.ui:125
+#: cui/uiconfig/ui/optonlineupdatepage.ui:125
msgctxt "optonlineupdatepage|checknow"
msgid "Check _Now"
msgstr ""
-#: optonlineupdatepage.ui:140
+#: cui/uiconfig/ui/optonlineupdatepage.ui:140
msgctxt "optonlineupdatepage|autodownload"
msgid "_Download updates automatically"
msgstr ""
-#: optonlineupdatepage.ui:172
+#: cui/uiconfig/ui/optonlineupdatepage.ui:172
msgctxt "optonlineupdatepage|destpathlabel"
msgid "Download destination:"
msgstr ""
-#: optonlineupdatepage.ui:182
+#: cui/uiconfig/ui/optonlineupdatepage.ui:182
msgctxt "optonlineupdatepage|changepath"
msgid "Ch_ange..."
msgstr ""
-#: optonlineupdatepage.ui:220
+#: cui/uiconfig/ui/optonlineupdatepage.ui:220
msgctxt "optonlineupdatepage|extrabits"
msgid "_Send OS version and basic hardware information"
msgstr ""
-#: optonlineupdatepage.ui:224
+#: cui/uiconfig/ui/optonlineupdatepage.ui:224
msgctxt "optonlineupdatepage|extrabits|tooltip_text"
msgid "This information lets us make optimizations for your hardware and operating system."
msgstr ""
-#: optonlineupdatepage.ui:244
+#: cui/uiconfig/ui/optonlineupdatepage.ui:244
msgctxt "optonlineupdatepage|useragent_label"
msgid "User Agent:"
msgstr ""
-#: optonlineupdatepage.ui:256
+#: cui/uiconfig/ui/optonlineupdatepage.ui:256
msgctxt "optonlineupdatepage|useragent_changed"
msgid "Hit apply to update"
msgstr ""
-#: optonlineupdatepage.ui:288
+#: cui/uiconfig/ui/optonlineupdatepage.ui:288
msgctxt "optonlineupdatepage|neverchecked"
msgid "Last checked: Not yet"
msgstr ""
-#: optonlineupdatepage.ui:305
+#: cui/uiconfig/ui/optonlineupdatepage.ui:305
msgctxt "optonlineupdatepage|label1"
msgid "Online Update Options"
msgstr ""
-#: optopenclpage.ui:30
+#: cui/uiconfig/ui/optopenclpage.ui:30
msgctxt "optopenclpage|useswinterpreter"
msgid "Allow use of Software Interpreter (even when OpenCL is not available)"
msgstr ""
-#: optopenclpage.ui:46
+#: cui/uiconfig/ui/optopenclpage.ui:46
msgctxt "optopenclpage|useopencl"
msgid "Allow use of OpenCL"
msgstr ""
-#: optopenclpage.ui:64
+#: cui/uiconfig/ui/optopenclpage.ui:64
msgctxt "optopenclpage|openclused"
msgid "OpenCL is available for use."
msgstr ""
-#: optopenclpage.ui:76
+#: cui/uiconfig/ui/optopenclpage.ui:76
msgctxt "optopenclpage|openclnotused"
msgid "OpenCL is not used."
msgstr ""
-#: optopenclpage.ui:92
+#: cui/uiconfig/ui/optopenclpage.ui:92
msgctxt "optopenclpage|label1"
msgid "OpenCL Options"
msgstr ""
-#: optpathspage.ui:40
+#: cui/uiconfig/ui/optpathspage.ui:40
msgctxt "optpathspage|type"
msgid "Type"
msgstr "Tipo"
-#: optpathspage.ui:53
+#: cui/uiconfig/ui/optpathspage.ui:53
msgctxt "optpathspage|path"
msgid "Path"
msgstr ""
-#: optpathspage.ui:66
+#: cui/uiconfig/ui/optpathspage.ui:66
msgctxt "optpathspage|editpaths"
msgid "Edit Paths: %1"
msgstr ""
-#: optpathspage.ui:116
+#: cui/uiconfig/ui/optpathspage.ui:116
msgctxt "optpathspage|label1"
msgid "Paths used by %PRODUCTNAME"
msgstr ""
-#: optpathspage.ui:137
+#: cui/uiconfig/ui/optpathspage.ui:137
#, fuzzy
msgctxt "optpathspage|default"
msgid "_Default"
msgstr "Por defecto"
-#: optpathspage.ui:151
+#: cui/uiconfig/ui/optpathspage.ui:151
#, fuzzy
msgctxt "optpathspage|edit"
msgid "_Edit..."
msgstr "~Editar..."
-#: optproxypage.ui:32
+#: cui/uiconfig/ui/optproxypage.ui:32
msgctxt "optproxypage|label2"
msgid "Proxy s_erver:"
msgstr ""
-#: optproxypage.ui:138
+#: cui/uiconfig/ui/optproxypage.ui:137
#, fuzzy
msgctxt "optproxypage|proxymode"
msgid "None"
msgstr "~Garra"
-#: optproxypage.ui:139
+#: cui/uiconfig/ui/optproxypage.ui:138
msgctxt "optproxypage|proxymode"
msgid "System"
msgstr ""
-#: optproxypage.ui:140
+#: cui/uiconfig/ui/optproxypage.ui:139
msgctxt "optproxypage|proxymode"
msgid "Manual"
msgstr "~Manual"
-#: optproxypage.ui:153
+#: cui/uiconfig/ui/optproxypage.ui:152
msgctxt "optproxypage|httpft"
msgid "HT_TP proxy:"
msgstr ""
-#: optproxypage.ui:166
+#: cui/uiconfig/ui/optproxypage.ui:165
msgctxt "optproxypage|httpportft"
msgid "_Port:"
msgstr ""
-#: optproxypage.ui:180
+#: cui/uiconfig/ui/optproxypage.ui:179
msgctxt "optproxypage|httpsft"
msgid "HTTP_S proxy:"
msgstr ""
-#: optproxypage.ui:194
+#: cui/uiconfig/ui/optproxypage.ui:193
msgctxt "optproxypage|ftpft"
msgid "_FTP proxy:"
msgstr ""
-#: optproxypage.ui:208
+#: cui/uiconfig/ui/optproxypage.ui:207
msgctxt "optproxypage|noproxyft"
msgid "_No proxy for:"
msgstr ""
-#: optproxypage.ui:221
+#: cui/uiconfig/ui/optproxypage.ui:220
msgctxt "optproxypage|httpsportft"
msgid "P_ort:"
msgstr ""
-#: optproxypage.ui:234
+#: cui/uiconfig/ui/optproxypage.ui:233
msgctxt "optproxypage|ftpportft"
msgid "P_ort:"
msgstr ""
-#: optproxypage.ui:248
+#: cui/uiconfig/ui/optproxypage.ui:247
msgctxt "optproxypage|noproxydesc"
msgid "Separator ;"
msgstr ""
-#: optproxypage.ui:270
+#: cui/uiconfig/ui/optproxypage.ui:269
#, fuzzy
msgctxt "optproxypage|label1"
msgid "Settings"
msgstr "Configuración"
-#: optsavepage.ui:36
+#: cui/uiconfig/ui/optsavepage.ui:36
msgctxt "optsavepage|load_docprinter"
msgid "Load printer settings with the document"
msgstr ""
-#: optsavepage.ui:52
+#: cui/uiconfig/ui/optsavepage.ui:52
msgctxt "optsavepage|load_settings"
msgid "Load user-specific settings with the document"
msgstr ""
-#: optsavepage.ui:74
+#: cui/uiconfig/ui/optsavepage.ui:74
msgctxt "optsavepage|label1"
msgid "Load"
msgstr ""
-#: optsavepage.ui:111
+#: cui/uiconfig/ui/optsavepage.ui:111
msgctxt "optsavepage|autosave"
msgid "Save _AutoRecovery information every:"
msgstr ""
-#: optsavepage.ui:140
+#: cui/uiconfig/ui/optsavepage.ui:139
#, fuzzy
msgctxt "optsavepage|autosave_mins"
msgid "minutes"
msgstr "menuto"
-#: optsavepage.ui:155
+#: cui/uiconfig/ui/optsavepage.ui:154
msgctxt "optsavepage|userautosave"
msgid "Automatically save the document too"
msgstr ""
-#: optsavepage.ui:171
+#: cui/uiconfig/ui/optsavepage.ui:170
msgctxt "optsavepage|relative_fsys"
msgid "Save URLs relative to file system"
msgstr ""
-#: optsavepage.ui:186
+#: cui/uiconfig/ui/optsavepage.ui:185
msgctxt "optsavepage|docinfo"
msgid "_Edit document properties before saving"
msgstr ""
-#: optsavepage.ui:201
+#: cui/uiconfig/ui/optsavepage.ui:200
msgctxt "optsavepage|relative_inet"
msgid "Save URLs relative to internet"
msgstr ""
-#: optsavepage.ui:216
+#: cui/uiconfig/ui/optsavepage.ui:215
msgctxt "optsavepage|backup"
msgid "Al_ways create backup copy"
msgstr ""
-#: optsavepage.ui:237
+#: cui/uiconfig/ui/optsavepage.ui:236
msgctxt "optsavepage|label2"
msgid "Save"
msgstr ""
-#: optsavepage.ui:269
+#: cui/uiconfig/ui/optsavepage.ui:268
msgctxt "optsavepage|warnalienformat"
msgid "Warn when not saving in ODF or default format"
msgstr ""
#. EN-US, the term 'extended' must not be translated.
-#: optsavepage.ui:293
+#: cui/uiconfig/ui/optsavepage.ui:292
msgctxt "optsavepage|odfwarning_label"
msgid "Not using ODF 1.2 Extended may cause information to be lost."
msgstr ""
-#: optsavepage.ui:323
+#: cui/uiconfig/ui/optsavepage.ui:322
msgctxt "optsavepage|odfversion"
msgid "1.0/1.1"
msgstr ""
-#: optsavepage.ui:324
+#: cui/uiconfig/ui/optsavepage.ui:323
msgctxt "optsavepage|odfversion"
msgid "1.2"
msgstr ""
-#: optsavepage.ui:325
+#: cui/uiconfig/ui/optsavepage.ui:324
msgctxt "optsavepage|odfversion"
msgid "1.2 Extended (compatibility mode)"
msgstr ""
-#: optsavepage.ui:326
+#: cui/uiconfig/ui/optsavepage.ui:325
msgctxt "optsavepage|odfversion"
msgid "1.2 Extended (recommended)"
msgstr ""
-#: optsavepage.ui:339
+#: cui/uiconfig/ui/optsavepage.ui:338
msgctxt "optsavepage|label5"
msgid "ODF format version:"
msgstr ""
-#: optsavepage.ui:353
+#: cui/uiconfig/ui/optsavepage.ui:352
msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#: optsavepage.ui:367
+#: cui/uiconfig/ui/optsavepage.ui:366
#, fuzzy
msgctxt "optsavepage|doctype"
msgid "Text document"
msgstr "Documento de texto"
-#: optsavepage.ui:368
+#: cui/uiconfig/ui/optsavepage.ui:367
#, fuzzy
msgctxt "optsavepage|doctype"
msgid "HTML document"
msgstr "Documento HTML"
-#: optsavepage.ui:369
+#: cui/uiconfig/ui/optsavepage.ui:368
#, fuzzy
msgctxt "optsavepage|doctype"
msgid "Master document"
msgstr "Documento m~aestro"
-#: optsavepage.ui:370
+#: cui/uiconfig/ui/optsavepage.ui:369
msgctxt "optsavepage|doctype"
msgid "Spreadsheet"
msgstr "Fuella de calculo"
-#: optsavepage.ui:371
+#: cui/uiconfig/ui/optsavepage.ui:370
#, fuzzy
msgctxt "optsavepage|doctype"
msgid "Presentation"
msgstr "Presentación"
-#: optsavepage.ui:372
+#: cui/uiconfig/ui/optsavepage.ui:371
#, fuzzy
msgctxt "optsavepage|doctype"
msgid "Drawing"
msgstr "~Debuxo"
-#: optsavepage.ui:373
+#: cui/uiconfig/ui/optsavepage.ui:372
#, fuzzy
msgctxt "optsavepage|doctype"
msgid "Formula"
msgstr "~Formulas"
-#: optsavepage.ui:396
+#: cui/uiconfig/ui/optsavepage.ui:395
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
-#: optsavepage.ui:413
+#: cui/uiconfig/ui/optsavepage.ui:412
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
-#: optsecuritypage.ui:36
+#: cui/uiconfig/ui/optsecuritypage.ui:36
msgctxt "optsecuritypage|label9"
msgid "Maintain a list of Time Stamping Authority (TSA) URLs to be used for digital signatures in PDF export."
msgstr ""
-#: optsecuritypage.ui:49
+#: cui/uiconfig/ui/optsecuritypage.ui:49
msgctxt "optsecuritypage|tsas"
msgid "_TSAs..."
msgstr ""
-#: optsecuritypage.ui:71
+#: cui/uiconfig/ui/optsecuritypage.ui:71
msgctxt "optsecuritypage|label10"
msgid "TSAs"
msgstr ""
-#: optsecuritypage.ui:111
+#: cui/uiconfig/ui/optsecuritypage.ui:111
msgctxt "optsecuritypage|label7"
msgid "Select the Network Security Services certificate directory to use for digital signatures."
msgstr ""
-#: optsecuritypage.ui:124
+#: cui/uiconfig/ui/optsecuritypage.ui:124
msgctxt "optsecuritypage|cert"
msgid "_Certificate..."
msgstr ""
-#: optsecuritypage.ui:146
+#: cui/uiconfig/ui/optsecuritypage.ui:146
msgctxt "optsecuritypage|label8"
msgid "Certificate Path"
msgstr ""
-#: optsecuritypage.ui:186
+#: cui/uiconfig/ui/optsecuritypage.ui:186
msgctxt "optsecuritypage|label5"
msgid "Adjust the security level for executing macros and specify trusted macro developers."
msgstr ""
-#: optsecuritypage.ui:199
+#: cui/uiconfig/ui/optsecuritypage.ui:199
msgctxt "optsecuritypage|macro"
msgid "Macro Securit_y..."
msgstr ""
-#: optsecuritypage.ui:221
+#: cui/uiconfig/ui/optsecuritypage.ui:221
msgctxt "optsecuritypage|label3"
msgid "Macro Security"
msgstr ""
-#: optsecuritypage.ui:263
+#: cui/uiconfig/ui/optsecuritypage.ui:263
msgctxt "optsecuritypage|savepassword"
msgid "Persistently _save passwords for web connections"
msgstr ""
-#: optsecuritypage.ui:292
+#: cui/uiconfig/ui/optsecuritypage.ui:292
msgctxt "optsecuritypage|usemasterpassword"
msgid "Protected _by a master password (recommended)"
msgstr ""
-#: optsecuritypage.ui:313
+#: cui/uiconfig/ui/optsecuritypage.ui:313
msgctxt "optsecuritypage|masterpasswordtext"
msgid "Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
msgstr ""
-#: optsecuritypage.ui:330
+#: cui/uiconfig/ui/optsecuritypage.ui:330
msgctxt "optsecuritypage|nopasswordsave"
msgid ""
"Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\n"
@@ -8715,692 +8777,682 @@ msgid ""
"Do you want to delete password list and reset master password?"
msgstr ""
-#: optsecuritypage.ui:367
+#: cui/uiconfig/ui/optsecuritypage.ui:367
msgctxt "optsecuritypage|connections"
msgid "Connect_ions..."
msgstr ""
-#: optsecuritypage.ui:384
+#: cui/uiconfig/ui/optsecuritypage.ui:384
msgctxt "optsecuritypage|masterpassword"
msgid "_Master Password..."
msgstr ""
-#: optsecuritypage.ui:415
+#: cui/uiconfig/ui/optsecuritypage.ui:415
msgctxt "optsecuritypage|label2"
msgid "Passwords for Web Connections"
msgstr ""
-#: optsecuritypage.ui:455
+#: cui/uiconfig/ui/optsecuritypage.ui:455
msgctxt "optsecuritypage|label4"
msgid "Adjust security related options and define warnings for hidden information in documents. "
msgstr ""
-#: optsecuritypage.ui:468
+#: cui/uiconfig/ui/optsecuritypage.ui:468
#, fuzzy
msgctxt "optsecuritypage|options"
msgid "O_ptions..."
msgstr "Opcions..."
-#: optsecuritypage.ui:490
+#: cui/uiconfig/ui/optsecuritypage.ui:490
msgctxt "optsecuritypage|label1"
msgid "Security Options and Warnings"
msgstr ""
-#: optuserpage.ui:12
+#: cui/uiconfig/ui/optuserpage.ui:12
msgctxt "optuserpage|liststore1"
msgid "No key"
msgstr ""
-#: optuserpage.ui:45
+#: cui/uiconfig/ui/optuserpage.ui:45
#, fuzzy
msgctxt "optuserpage|companyft"
msgid "_Company:"
msgstr "Interpresa"
-#: optuserpage.ui:59
+#: cui/uiconfig/ui/optuserpage.ui:59
msgctxt "optuserpage|nameft"
msgid "First/last _name/initials:"
msgstr ""
-#: optuserpage.ui:73
+#: cui/uiconfig/ui/optuserpage.ui:73
msgctxt "optuserpage|streetft"
msgid "_Street:"
msgstr ""
-#: optuserpage.ui:87
+#: cui/uiconfig/ui/optuserpage.ui:87
msgctxt "optuserpage|cityft"
msgid "City/state/_zip:"
msgstr ""
-#: optuserpage.ui:101
+#: cui/uiconfig/ui/optuserpage.ui:101
#, fuzzy
msgctxt "optuserpage|countryft"
msgid "Country/re_gion:"
msgstr "PaísURechión"
-#: optuserpage.ui:115
+#: cui/uiconfig/ui/optuserpage.ui:115
msgctxt "optuserpage|titleft"
msgid "_Title/position:"
msgstr ""
-#: optuserpage.ui:129
+#: cui/uiconfig/ui/optuserpage.ui:129
msgctxt "optuserpage|phoneft"
msgid "Telephone (home/_work):"
msgstr ""
-#: optuserpage.ui:134
+#: cui/uiconfig/ui/optuserpage.ui:134
msgctxt "phoneft-atkobject"
msgid "Home telephone number"
msgstr ""
-#: optuserpage.ui:148
+#: cui/uiconfig/ui/optuserpage.ui:148
msgctxt "optuserpage|faxft"
msgid "Fa_x/e-mail:"
msgstr ""
-#: optuserpage.ui:171
+#: cui/uiconfig/ui/optuserpage.ui:170
#, fuzzy
msgctxt "optuserpage|firstname-atkobject"
msgid "First name"
msgstr "Nombres"
-#: optuserpage.ui:189
+#: cui/uiconfig/ui/optuserpage.ui:187
#, fuzzy
msgctxt "lastname-atkobject"
msgid "Last name"
msgstr "Apellidos"
-#: optuserpage.ui:207
+#: cui/uiconfig/ui/optuserpage.ui:204
msgctxt "shortname-atkobject"
msgid "Initials"
msgstr ""
-#: optuserpage.ui:236
+#: cui/uiconfig/ui/optuserpage.ui:232
msgctxt "city-atkobject"
msgid "City"
msgstr "Ciudat"
-#: optuserpage.ui:254
+#: cui/uiconfig/ui/optuserpage.ui:249
msgctxt "state-atkobject"
msgid "State"
msgstr "Estau/Provincia"
-#: optuserpage.ui:272
+#: cui/uiconfig/ui/optuserpage.ui:266
msgctxt "zip-atkobject"
msgid "Zip code"
msgstr ""
-#: optuserpage.ui:302
+#: cui/uiconfig/ui/optuserpage.ui:295
msgctxt "title-atkobject"
msgid "Title"
msgstr "Titol"
-#: optuserpage.ui:320
+#: cui/uiconfig/ui/optuserpage.ui:312
msgctxt "position-atkobject"
msgid "Position"
msgstr "Posición"
-#: optuserpage.ui:349
+#: cui/uiconfig/ui/optuserpage.ui:340
msgctxt "home-atkobject"
msgid "Home telephone number"
msgstr ""
-#: optuserpage.ui:367
+#: cui/uiconfig/ui/optuserpage.ui:357
msgctxt "work-atkobject"
msgid "Work telephone number"
msgstr ""
-#: optuserpage.ui:397
+#: cui/uiconfig/ui/optuserpage.ui:386
msgctxt "fax-atkobject"
msgid "FAX number"
msgstr ""
-#: optuserpage.ui:415
+#: cui/uiconfig/ui/optuserpage.ui:403
#, fuzzy
msgctxt "email-atkobject"
msgid "email address"
msgstr "AdrezaCorreuElectronico"
-#: optuserpage.ui:432
+#: cui/uiconfig/ui/optuserpage.ui:420
msgctxt "optuserpage|usefordocprop"
msgid "Use data for document properties"
msgstr ""
-#: optuserpage.ui:449
+#: cui/uiconfig/ui/optuserpage.ui:438
msgctxt "optuserpage|rusnameft"
msgid "Last name/first _name/father’s name/initials:"
msgstr ""
-#: optuserpage.ui:472
+#: cui/uiconfig/ui/optuserpage.ui:460
#, fuzzy
msgctxt "ruslastname-atkobject"
msgid "Last name"
msgstr "Apellidos"
-#: optuserpage.ui:490
+#: cui/uiconfig/ui/optuserpage.ui:477
msgctxt "rusfathersname-atkobject"
msgid "Father's name"
msgstr ""
-#: optuserpage.ui:508
+#: cui/uiconfig/ui/optuserpage.ui:494
msgctxt "russhortname-atkobject"
msgid "Initials"
msgstr ""
-#: optuserpage.ui:526
+#: cui/uiconfig/ui/optuserpage.ui:511
#, fuzzy
msgctxt "rusfirstname-atkobject"
msgid "First name"
msgstr "Nombres"
-#: optuserpage.ui:546
+#: cui/uiconfig/ui/optuserpage.ui:531
msgctxt "optuserpage|eastnameft"
msgid "Last/first _name/initials:"
msgstr ""
-#: optuserpage.ui:569
+#: cui/uiconfig/ui/optuserpage.ui:553
#, fuzzy
msgctxt "eastlastname-atkobject"
msgid "Last name"
msgstr "Apellidos"
-#: optuserpage.ui:587
+#: cui/uiconfig/ui/optuserpage.ui:570
#, fuzzy
msgctxt "eastfirstname-atkobject"
msgid "First name"
msgstr "Nombres"
-#: optuserpage.ui:605
+#: cui/uiconfig/ui/optuserpage.ui:587
msgctxt "eastshortname-atkobject"
msgid "Initials"
msgstr ""
-#: optuserpage.ui:625
+#: cui/uiconfig/ui/optuserpage.ui:607
msgctxt "optuserpage|russtreetft"
msgid "_Street/apartment number:"
msgstr ""
-#: optuserpage.ui:648
+#: cui/uiconfig/ui/optuserpage.ui:629
msgctxt "russtreet-atkobject"
msgid "Street"
msgstr ""
-#: optuserpage.ui:666
+#: cui/uiconfig/ui/optuserpage.ui:646
msgctxt "ruslastname-atkobject"
msgid "Apartment number"
msgstr ""
-#: optuserpage.ui:686
+#: cui/uiconfig/ui/optuserpage.ui:666
msgctxt "optuserpage|icityft"
msgid "_Zip/city:"
msgstr ""
-#: optuserpage.ui:709
+#: cui/uiconfig/ui/optuserpage.ui:688
msgctxt "icity-atkobject"
msgid "City"
msgstr "Ciudat"
-#: optuserpage.ui:727
+#: cui/uiconfig/ui/optuserpage.ui:705
msgctxt "izip-atkobject"
msgid "Zip code"
msgstr ""
-#: optuserpage.ui:825
+#: cui/uiconfig/ui/optuserpage.ui:800
msgctxt "optuserpage|label1"
msgid "Address"
msgstr "Adreza"
-#: optuserpage.ui:861
+#: cui/uiconfig/ui/optuserpage.ui:836
msgctxt "optuserpage|signingkeylabel"
msgid "OpenPGP signing key:"
msgstr ""
-#: optuserpage.ui:875
+#: cui/uiconfig/ui/optuserpage.ui:850
msgctxt "optuserpage|encryptionkeylabel"
msgid "OpenPGP encryption key:"
msgstr ""
-#: optuserpage.ui:908
+#: cui/uiconfig/ui/optuserpage.ui:885
msgctxt "optuserpage|encrypttoself"
msgid "When encrypting documents, always encrypt to self"
msgstr ""
-#: optuserpage.ui:930
+#: cui/uiconfig/ui/optuserpage.ui:909
msgctxt "optuserpage|cryptographylabel"
msgid "Cryptography"
msgstr ""
-#: optviewpage.ui:47
+#: cui/uiconfig/ui/optviewpage.ui:47
msgctxt "optviewpage|grid3|tooltip_text"
msgid "Requires restart"
msgstr ""
-#: optviewpage.ui:51
+#: cui/uiconfig/ui/optviewpage.ui:51
msgctxt "optviewpage|useaccel"
msgid "Use hard_ware acceleration"
msgstr ""
-#: optviewpage.ui:66
+#: cui/uiconfig/ui/optviewpage.ui:66
msgctxt "optviewpage|useaa"
msgid "Use anti-a_liasing"
msgstr ""
-#: optviewpage.ui:81
+#: cui/uiconfig/ui/optviewpage.ui:81
msgctxt "optviewpage|useopengl"
msgid "Use OpenGL for all rendering"
msgstr ""
-#: optviewpage.ui:95
+#: cui/uiconfig/ui/optviewpage.ui:96
msgctxt "optviewpage|forceopengl"
msgid "Ignore OpenGL blacklist"
msgstr ""
-#: optviewpage.ui:99
+#: cui/uiconfig/ui/optviewpage.ui:101
msgctxt "optviewpage|forceopengl|tooltip_text"
msgid "Requires restart. Enabling this may expose driver bugs"
msgstr ""
-#: optviewpage.ui:113
+#: cui/uiconfig/ui/optviewpage.ui:115
msgctxt "optviewpage|openglenabled"
msgid "GL is currently enabled."
msgstr ""
-#: optviewpage.ui:125
+#: cui/uiconfig/ui/optviewpage.ui:127
msgctxt "optviewpage|opengldisabled"
msgid "GL is currently disabled."
msgstr ""
-#: optviewpage.ui:141
+#: cui/uiconfig/ui/optviewpage.ui:143
msgctxt "optviewpage|label2"
msgid "Graphics Output"
msgstr ""
-#: optviewpage.ui:175
+#: cui/uiconfig/ui/optviewpage.ui:177
msgctxt "optviewpage|label13"
msgid "Icons in men_us:"
msgstr ""
-#: optviewpage.ui:189
+#: cui/uiconfig/ui/optviewpage.ui:191
msgctxt "optviewpage|contextmenushortcuts"
msgid "Automatic"
msgstr "Automatica"
-#: optviewpage.ui:190
+#: cui/uiconfig/ui/optviewpage.ui:192
msgctxt "optviewpage|contextmenushortcuts"
msgid "Hide"
msgstr "Amagar"
-#: optviewpage.ui:191
+#: cui/uiconfig/ui/optviewpage.ui:193
msgctxt "optviewpage|contextmenushortcuts"
msgid "Show"
msgstr "Amostrar"
-#: optviewpage.ui:204
+#: cui/uiconfig/ui/optviewpage.ui:206
msgctxt "optviewpage|label10"
msgid "Shortcuts in context menus:"
msgstr ""
-#: optviewpage.ui:218
+#: cui/uiconfig/ui/optviewpage.ui:220
msgctxt "optviewpage|menuicons"
msgid "Automatic"
msgstr "Automatica"
-#: optviewpage.ui:219
+#: cui/uiconfig/ui/optviewpage.ui:221
msgctxt "optviewpage|menuicons"
msgid "Hide"
msgstr "Amagar"
-#: optviewpage.ui:220
+#: cui/uiconfig/ui/optviewpage.ui:222
msgctxt "optviewpage|menuicons"
msgid "Show"
msgstr "Amostrar"
-#: optviewpage.ui:236
+#: cui/uiconfig/ui/optviewpage.ui:238
msgctxt "optviewpage|label3"
msgid "Menu"
msgstr ""
-#: optviewpage.ui:267
+#: cui/uiconfig/ui/optviewpage.ui:269
msgctxt "optviewpage|showfontpreview"
msgid "Show p_review of fonts"
msgstr ""
-#: optviewpage.ui:288
+#: cui/uiconfig/ui/optviewpage.ui:290
msgctxt "optviewpage|label5"
msgid "Font Lists"
msgstr ""
-#: optviewpage.ui:343
+#: cui/uiconfig/ui/optviewpage.ui:345
msgctxt "optviewpage|label8"
msgid "Toolbar icon _size:"
msgstr ""
-#: optviewpage.ui:358
+#: cui/uiconfig/ui/optviewpage.ui:360
msgctxt "optviewpage|iconstyle"
msgid "Automatic"
msgstr "Automatica"
-#: optviewpage.ui:359
+#: cui/uiconfig/ui/optviewpage.ui:361
msgctxt "optviewpage|iconstyle"
msgid "Galaxy"
msgstr ""
-#: optviewpage.ui:360
+#: cui/uiconfig/ui/optviewpage.ui:362
msgctxt "optviewpage|iconstyle"
msgid "High Contrast"
msgstr ""
-#: optviewpage.ui:361
-msgctxt "optviewpage|iconstyle"
-msgid "Crystal"
-msgstr ""
-
-#: optviewpage.ui:362
+#: cui/uiconfig/ui/optviewpage.ui:363
msgctxt "optviewpage|iconstyle"
msgid "Tango"
msgstr ""
-#: optviewpage.ui:363
+#: cui/uiconfig/ui/optviewpage.ui:364
msgctxt "optviewpage|iconstyle"
msgid "Oxygen"
msgstr ""
-#: optviewpage.ui:364
+#: cui/uiconfig/ui/optviewpage.ui:365
msgctxt "optviewpage|iconstyle"
msgid "Classic"
msgstr ""
-#: optviewpage.ui:365
+#: cui/uiconfig/ui/optviewpage.ui:366
msgctxt "optviewpage|iconstyle"
msgid "Sifr"
msgstr ""
-#: optviewpage.ui:366
+#: cui/uiconfig/ui/optviewpage.ui:367
msgctxt "optviewpage|iconstyle"
msgid "Breeze"
msgstr ""
-#: optviewpage.ui:367
-msgctxt "optviewpage|iconstyle"
-msgid "Tango Testing"
-msgstr ""
-
-#: optviewpage.ui:380
+#: cui/uiconfig/ui/optviewpage.ui:380
msgctxt "optviewpage|iconsize"
msgid "Automatic"
msgstr "Automatica"
-#: optviewpage.ui:381
+#: cui/uiconfig/ui/optviewpage.ui:381
msgctxt "optviewpage|iconsize"
msgid "Small"
msgstr ""
-#: optviewpage.ui:382
+#: cui/uiconfig/ui/optviewpage.ui:382
msgctxt "optviewpage|iconsize"
msgid "Large"
msgstr ""
-#: optviewpage.ui:383
+#: cui/uiconfig/ui/optviewpage.ui:383
msgctxt "optviewpage|iconsize"
msgid "Extra Large"
msgstr ""
-#: optviewpage.ui:396
+#: cui/uiconfig/ui/optviewpage.ui:396
msgctxt "optviewpage|label6"
msgid "Icon s_tyle:"
msgstr ""
-#: optviewpage.ui:407
+#: cui/uiconfig/ui/optviewpage.ui:407
msgctxt "optviewpage|aafont"
msgid "Screen font antialiasin_g"
msgstr ""
-#: optviewpage.ui:425
+#: cui/uiconfig/ui/optviewpage.ui:425
msgctxt "optviewpage|label9"
msgid "Sidebar _icon size:"
msgstr ""
-#: optviewpage.ui:439
+#: cui/uiconfig/ui/optviewpage.ui:439
msgctxt "optviewpage|sidebariconsize"
msgid "Automatic"
msgstr "Automatica"
-#: optviewpage.ui:440
+#: cui/uiconfig/ui/optviewpage.ui:440
msgctxt "optviewpage|sidebariconsize"
msgid "Small"
msgstr ""
-#: optviewpage.ui:441
+#: cui/uiconfig/ui/optviewpage.ui:441
msgctxt "optviewpage|sidebariconsize"
msgid "Large"
msgstr ""
-#: optviewpage.ui:454
+#: cui/uiconfig/ui/optviewpage.ui:454
msgctxt "optviewpage|label7"
msgid "_Notebookbar icon size:"
msgstr ""
-#: optviewpage.ui:468
+#: cui/uiconfig/ui/optviewpage.ui:468
msgctxt "optviewpage|notebookbariconsize"
msgid "Automatic"
msgstr "Automatica"
-#: optviewpage.ui:469
+#: cui/uiconfig/ui/optviewpage.ui:469
msgctxt "optviewpage|notebookbariconsize"
msgid "Small"
msgstr ""
-#: optviewpage.ui:470
+#: cui/uiconfig/ui/optviewpage.ui:470
msgctxt "optviewpage|notebookbariconsize"
msgid "Large"
msgstr ""
-#: optviewpage.ui:489
+#: cui/uiconfig/ui/optviewpage.ui:489
msgctxt "optviewpage|aafrom"
msgid "fro_m:"
msgstr ""
-#: optviewpage.ui:530
+#: cui/uiconfig/ui/optviewpage.ui:529
msgctxt "optviewpage|label1"
msgid "User Interface"
msgstr ""
-#: optviewpage.ui:567
+#: cui/uiconfig/ui/optviewpage.ui:566
msgctxt "optviewpage|label11"
msgid "Mouse _positioning:"
msgstr ""
-#: optviewpage.ui:581
+#: cui/uiconfig/ui/optviewpage.ui:580
msgctxt "optviewpage|label12"
msgid "Middle mouse _button:"
msgstr ""
-#: optviewpage.ui:597
+#: cui/uiconfig/ui/optviewpage.ui:596
msgctxt "optviewpage|mousepos"
msgid "Default button"
msgstr ""
-#: optviewpage.ui:598
+#: cui/uiconfig/ui/optviewpage.ui:597
msgctxt "optviewpage|mousepos"
msgid "Dialog center"
msgstr ""
-#: optviewpage.ui:599
+#: cui/uiconfig/ui/optviewpage.ui:598
msgctxt "optviewpage|mousepos"
msgid "No automatic positioning"
msgstr ""
-#: optviewpage.ui:614
+#: cui/uiconfig/ui/optviewpage.ui:613
msgctxt "optviewpage|mousemiddle"
msgid "No function"
msgstr ""
-#: optviewpage.ui:615
+#: cui/uiconfig/ui/optviewpage.ui:614
msgctxt "optviewpage|mousemiddle"
msgid "Automatic scrolling"
msgstr ""
-#: optviewpage.ui:616
+#: cui/uiconfig/ui/optviewpage.ui:615
msgctxt "optviewpage|mousemiddle"
msgid "Paste clipboard"
msgstr ""
-#: optviewpage.ui:632
+#: cui/uiconfig/ui/optviewpage.ui:631
msgctxt "optviewpage|label4"
msgid "Mouse"
msgstr ""
-#: pageformatpage.ui:15
+#: cui/uiconfig/ui/pageformatpage.ui:15
msgctxt "pageformatpage|liststorePageLayout"
msgid "Right and left"
msgstr ""
-#: pageformatpage.ui:19
+#: cui/uiconfig/ui/pageformatpage.ui:19
msgctxt "pageformatpage|liststorePageLayout"
msgid "Mirrored"
msgstr ""
-#: pageformatpage.ui:23
+#: cui/uiconfig/ui/pageformatpage.ui:23
msgctxt "pageformatpage|liststorePageLayout"
msgid "Only right"
msgstr ""
-#: pageformatpage.ui:27
+#: cui/uiconfig/ui/pageformatpage.ui:27
msgctxt "pageformatpage|liststorePageLayout"
msgid "Only left"
msgstr ""
-#: pageformatpage.ui:72
+#: cui/uiconfig/ui/pageformatpage.ui:72
msgctxt "pageformatpage|labelFormat"
msgid "_Format:"
msgstr ""
-#: pageformatpage.ui:96
+#: cui/uiconfig/ui/pageformatpage.ui:96
msgctxt "pageformatpage|labelWidth"
msgid "_Width:"
msgstr ""
-#: pageformatpage.ui:123
+#: cui/uiconfig/ui/pageformatpage.ui:122
msgctxt "pageformatpage|labelHeight"
msgid "_Height:"
msgstr ""
-#: pageformatpage.ui:149
+#: cui/uiconfig/ui/pageformatpage.ui:147
msgctxt "pageformatpage|labelOrientation"
msgid "_Orientation:"
msgstr ""
-#: pageformatpage.ui:161
+#: cui/uiconfig/ui/pageformatpage.ui:159
msgctxt "pageformatpage|radiobuttonPortrait"
msgid "_Portrait"
msgstr ""
-#: pageformatpage.ui:182
+#: cui/uiconfig/ui/pageformatpage.ui:180
msgctxt "pageformatpage|radiobuttonLandscape"
msgid "L_andscape"
msgstr ""
-#: pageformatpage.ui:205
+#: cui/uiconfig/ui/pageformatpage.ui:203
msgctxt "pageformatpage|labelTextFlow"
msgid "_Text direction:"
msgstr ""
-#: pageformatpage.ui:266
+#: cui/uiconfig/ui/pageformatpage.ui:264
msgctxt "pageformatpage|labelPaperTray"
msgid "Paper _tray:"
msgstr ""
-#: pageformatpage.ui:302
+#: cui/uiconfig/ui/pageformatpage.ui:300
msgctxt "pageformatpage|labelPaperFormat"
msgid "Paper Format"
msgstr ""
-#: pageformatpage.ui:346
+#: cui/uiconfig/ui/pageformatpage.ui:344
#, fuzzy
msgctxt "pageformatpage|labelTopMargin"
msgid "Top:"
msgstr "Cobalto"
-#: pageformatpage.ui:360
+#: cui/uiconfig/ui/pageformatpage.ui:358
#, fuzzy
msgctxt "pageformatpage|labelBottomMargin"
msgid "Bottom:"
msgstr "Cobaixo"
-#: pageformatpage.ui:423
+#: cui/uiconfig/ui/pageformatpage.ui:417
#, fuzzy
msgctxt "pageformatpage|labelRightMargin"
msgid "Right:"
msgstr "Enta la dreita"
-#: pageformatpage.ui:437
+#: cui/uiconfig/ui/pageformatpage.ui:431
msgctxt "pageformatpage|labelOuter"
msgid "O_uter:"
msgstr ""
-#: pageformatpage.ui:463
+#: cui/uiconfig/ui/pageformatpage.ui:457
#, fuzzy
msgctxt "pageformatpage|labelLeftMargin"
msgid "Left:"
msgstr "Enta la cucha"
-#: pageformatpage.ui:477
+#: cui/uiconfig/ui/pageformatpage.ui:471
msgctxt "pageformatpage|labelInner"
msgid "I_nner:"
msgstr ""
-#: pageformatpage.ui:502
+#: cui/uiconfig/ui/pageformatpage.ui:496
msgctxt "pageformatpage|labelMargins"
msgid "Margins"
msgstr ""
-#: pageformatpage.ui:539
+#: cui/uiconfig/ui/pageformatpage.ui:533
msgctxt "pageformatpage|labelPageLayout"
msgid "_Page layout:"
msgstr ""
-#: pageformatpage.ui:554
+#: cui/uiconfig/ui/pageformatpage.ui:548
msgctxt "pageformatpage|label4"
msgid "Page numbers:"
msgstr ""
-#: pageformatpage.ui:566
+#: cui/uiconfig/ui/pageformatpage.ui:560
msgctxt "pageformatpage|checkRegisterTrue"
msgid "Register-tr_ue"
msgstr ""
-#: pageformatpage.ui:606
+#: cui/uiconfig/ui/pageformatpage.ui:600
msgctxt "pageformatpage|labelTblAlign"
msgid "Table alignment:"
msgstr ""
-#: pageformatpage.ui:618
+#: cui/uiconfig/ui/pageformatpage.ui:612
#, fuzzy
msgctxt "pageformatpage|checkbuttonHorz"
msgid "Hori_zontal"
msgstr "~Horizontal"
-#: pageformatpage.ui:633
+#: cui/uiconfig/ui/pageformatpage.ui:627
msgctxt "pageformatpage|checkbuttonVert"
msgid "_Vertical"
msgstr ""
-#: pageformatpage.ui:648
+#: cui/uiconfig/ui/pageformatpage.ui:642
msgctxt "pageformatpage|checkAdaptBox"
msgid "_Fit object to paper format"
msgstr ""
-#: pageformatpage.ui:679
+#: cui/uiconfig/ui/pageformatpage.ui:673
msgctxt "pageformatpage|labelRegisterStyle"
msgid "Reference _Style:"
msgstr ""
-#: pageformatpage.ui:721
+#: cui/uiconfig/ui/pageformatpage.ui:715
msgctxt "pageformatpage|label5"
msgid "Layout Settings"
msgstr ""
-#: pageformatpage.ui:742
+#: cui/uiconfig/ui/pageformatpage.ui:736
msgctxt "pageformatpage|labelMsg"
msgid ""
"The margin settings are out of print range.\n"
@@ -9408,2346 +9460,2455 @@ msgid ""
"Do you still want to apply these settings?"
msgstr ""
-#: paragalignpage.ui:15
-#: /home/cl/vc/git/libo-core/cui/uiconfig/ui/paragalignpage.ui:19
+#: cui/uiconfig/ui/paragalignpage.ui:15 cui/uiconfig/ui/paragalignpage.ui:19
#, fuzzy
msgctxt "paragalignpage|liststoreLB_LASTLINE"
msgid "Start"
msgstr "Inicio"
-#: paragalignpage.ui:23
+#: cui/uiconfig/ui/paragalignpage.ui:23
#, fuzzy
msgctxt "paragalignpage|liststoreLB_LASTLINE"
msgid "Centered"
msgstr "~Centrau"
-#: paragalignpage.ui:27
+#: cui/uiconfig/ui/paragalignpage.ui:27
msgctxt "paragalignpage|liststoreLB_LASTLINE"
msgid "Justified"
msgstr ""
-#: paragalignpage.ui:41
+#: cui/uiconfig/ui/paragalignpage.ui:41
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Automatic"
msgstr "Automatica"
-#: paragalignpage.ui:45
+#: cui/uiconfig/ui/paragalignpage.ui:45
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Base line"
msgstr ""
-#: paragalignpage.ui:49
+#: cui/uiconfig/ui/paragalignpage.ui:49
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Top"
msgstr "Cobalto"
-#: paragalignpage.ui:53
+#: cui/uiconfig/ui/paragalignpage.ui:53
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Middle"
msgstr ""
-#: paragalignpage.ui:57
+#: cui/uiconfig/ui/paragalignpage.ui:57
msgctxt "paragalignpage|liststoreLB_VERTALIGN"
msgid "Bottom"
msgstr "Cobaixo"
-#: paragalignpage.ui:85
+#: cui/uiconfig/ui/paragalignpage.ui:85
msgctxt "paragalignpage|drawingareaWN_EXAMPLE-atkobject"
msgid "Example"
msgstr "Eixemplo"
-#: paragalignpage.ui:120
+#: cui/uiconfig/ui/paragalignpage.ui:120
#, fuzzy
msgctxt "paragalignpage|radioBTN_LEFTALIGN"
msgid "_Left"
msgstr "Enta la cucha"
-#: paragalignpage.ui:136
+#: cui/uiconfig/ui/paragalignpage.ui:136
#, fuzzy
msgctxt "paragalignpage|radioBTN_RIGHTALIGN"
msgid "_Right"
msgstr "Enta la dreita"
-#: paragalignpage.ui:152
+#: cui/uiconfig/ui/paragalignpage.ui:152
#, fuzzy
msgctxt "paragalignpage|radioBTN_CENTERALIGN"
msgid "_Center"
msgstr "~Centrau"
-#: paragalignpage.ui:169
+#: cui/uiconfig/ui/paragalignpage.ui:169
msgctxt "paragalignpage|radioBTN_JUSTIFYALIGN"
msgid "_Justified"
msgstr ""
-#: paragalignpage.ui:185
+#: cui/uiconfig/ui/paragalignpage.ui:185
msgctxt "paragalignpage|checkCB_EXPAND"
msgid "_Expand single word"
msgstr ""
-#: paragalignpage.ui:202
+#: cui/uiconfig/ui/paragalignpage.ui:202
msgctxt "paragalignpage|checkCB_SNAP"
msgid "_Snap to text grid (if active)"
msgstr ""
-#: paragalignpage.ui:233
+#: cui/uiconfig/ui/paragalignpage.ui:233
msgctxt "paragalignpage|labelLB_LASTLINE"
msgid "_Last line:"
msgstr ""
-#: paragalignpage.ui:277
+#: cui/uiconfig/ui/paragalignpage.ui:277
msgctxt "paragalignpage|labelST_RIGHTALIGN_ASIAN"
msgid "Righ_t/Bottom"
msgstr ""
-#: paragalignpage.ui:290
+#: cui/uiconfig/ui/paragalignpage.ui:290
msgctxt "paragalignpage|labelST_LEFTALIGN_ASIAN"
msgid "_Left/Top"
msgstr ""
-#: paragalignpage.ui:313
+#: cui/uiconfig/ui/paragalignpage.ui:313
msgctxt "paragalignpage|label1"
msgid "Options"
msgstr "Opcions"
-#: paragalignpage.ui:347
+#: cui/uiconfig/ui/paragalignpage.ui:347
#, fuzzy
msgctxt "paragalignpage|labelFT_VERTALIGN"
msgid "_Alignment:"
msgstr "Aliniación"
-#: paragalignpage.ui:378
+#: cui/uiconfig/ui/paragalignpage.ui:378
msgctxt "paragalignpage|labelFL_VERTALIGN"
msgid "Text-to-text"
msgstr ""
-#: paragalignpage.ui:412
+#: cui/uiconfig/ui/paragalignpage.ui:412
msgctxt "paragalignpage|label2"
msgid "_Text direction:"
msgstr ""
-#: paragalignpage.ui:444
+#: cui/uiconfig/ui/paragalignpage.ui:444
#, fuzzy
msgctxt "paragalignpage|labelFL_PROPERTIES"
msgid "Properties"
msgstr "Propiedatz..."
-#: paraindentspacing.ui:37
+#: cui/uiconfig/ui/paraindentspacing.ui:37
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Single"
msgstr ""
-#: paraindentspacing.ui:41
+#: cui/uiconfig/ui/paraindentspacing.ui:41
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "1.15 Lines"
msgstr ""
-#: paraindentspacing.ui:45
+#: cui/uiconfig/ui/paraindentspacing.ui:45
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "1.5 Lines"
msgstr ""
-#: paraindentspacing.ui:49
+#: cui/uiconfig/ui/paraindentspacing.ui:49
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Double"
msgstr ""
-#: paraindentspacing.ui:53
+#: cui/uiconfig/ui/paraindentspacing.ui:53
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Proportional"
msgstr ""
-#: paraindentspacing.ui:57
+#: cui/uiconfig/ui/paraindentspacing.ui:57
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "At least"
msgstr ""
-#: paraindentspacing.ui:61
+#: cui/uiconfig/ui/paraindentspacing.ui:61
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Leading"
msgstr ""
-#: paraindentspacing.ui:91
+#: cui/uiconfig/ui/paraindentspacing.ui:91
msgctxt "paraindentspacing|drawingareaWN_EXAMPLE-atkobject"
msgid "Example"
msgstr "Eixemplo"
-#: paraindentspacing.ui:129
+#: cui/uiconfig/ui/paraindentspacing.ui:129
msgctxt "paraindentspacing|labelFT_LEFTINDENT"
msgid "_Before text:"
msgstr ""
-#: paraindentspacing.ui:143
+#: cui/uiconfig/ui/paraindentspacing.ui:143
msgctxt "paraindentspacing|labelFT_RIGHTINDENT"
msgid "After _text:"
msgstr ""
-#: paraindentspacing.ui:157
+#: cui/uiconfig/ui/paraindentspacing.ui:157
msgctxt "paraindentspacing|labelFT_FLINEINDENT"
msgid "_First line:"
msgstr ""
-#: paraindentspacing.ui:169
+#: cui/uiconfig/ui/paraindentspacing.ui:169
#, fuzzy
msgctxt "paraindentspacing|checkCB_AUTO"
msgid "_Automatic"
msgstr "Automatica"
-#: paraindentspacing.ui:221
+#: cui/uiconfig/ui/paraindentspacing.ui:218
msgctxt "paraindentspacing|labelST_LINEDIST_ABS"
msgid "Fixed"
msgstr ""
-#: paraindentspacing.ui:236
+#: cui/uiconfig/ui/paraindentspacing.ui:233
msgctxt "paraindentspacing|label1"
msgid "Indent"
msgstr ""
-#: paraindentspacing.ui:276
+#: cui/uiconfig/ui/paraindentspacing.ui:273
msgctxt "paraindentspacing|labelFT_TOPDIST"
msgid "Ab_ove paragraph:"
msgstr ""
-#: paraindentspacing.ui:290
+#: cui/uiconfig/ui/paraindentspacing.ui:287
msgctxt "paraindentspacing|labelFT_BOTTOMDIST"
msgid "Below _paragraph:"
msgstr ""
-#: paraindentspacing.ui:333
+#: cui/uiconfig/ui/paraindentspacing.ui:328
msgctxt "paraindentspacing|checkCB_CONTEXTUALSPACING"
msgid "Don't add space between paragraphs of the same style"
msgstr ""
-#: paraindentspacing.ui:354
+#: cui/uiconfig/ui/paraindentspacing.ui:350
msgctxt "paraindentspacing|labelFL_VERTALIGN"
msgid "Spacing"
msgstr ""
-#: paraindentspacing.ui:404
+#: cui/uiconfig/ui/paraindentspacing.ui:400
msgctxt "paraindentspacing|labelFT_LINEDIST"
msgid "of"
msgstr ""
-#: paraindentspacing.ui:464
+#: cui/uiconfig/ui/paraindentspacing.ui:458
#, fuzzy
msgctxt "paraindentspacing|labelFL_PROPERTIES"
msgid "Line Spacing"
msgstr "Inter~liniau"
-#: paraindentspacing.ui:489
+#: cui/uiconfig/ui/paraindentspacing.ui:483
msgctxt "paraindentspacing|checkCB_REGISTER"
msgid "A_ctivate"
msgstr ""
-#: paraindentspacing.ui:503
+#: cui/uiconfig/ui/paraindentspacing.ui:497
msgctxt "paraindentspacing|label3"
msgid "Register-true"
msgstr ""
-#: paratabspage.ui:49
+#: cui/uiconfig/ui/paratabspage.ui:49
msgctxt "paratabspage|label1"
msgid "Position"
msgstr "Posición"
-#: paratabspage.ui:84
+#: cui/uiconfig/ui/paratabspage.ui:84
#, fuzzy
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_DECIMAL"
msgid "Deci_mal"
msgstr "Decimal"
-#: paratabspage.ui:157
+#: cui/uiconfig/ui/paratabspage.ui:156
#, fuzzy
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_LEFT"
msgid "_Left"
msgstr "Enta la cucha"
-#: paratabspage.ui:174
+#: cui/uiconfig/ui/paratabspage.ui:173
msgctxt "paratabspage|radiobuttonST_LEFTTAB_ASIAN"
msgid "_Left/Top"
msgstr ""
-#: paratabspage.ui:201
+#: cui/uiconfig/ui/paratabspage.ui:200
#, fuzzy
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_RIGHT"
msgid "Righ_t"
msgstr "Enta la dreita"
-#: paratabspage.ui:217
+#: cui/uiconfig/ui/paratabspage.ui:216
msgctxt "paratabspage|radiobuttonST_RIGHTTAB_ASIAN"
msgid "Righ_t/Bottom"
msgstr ""
-#: paratabspage.ui:239
+#: cui/uiconfig/ui/paratabspage.ui:238
#, fuzzy
msgctxt "paratabspage|radiobuttonBTN_TABTYPE_CENTER"
msgid "C_entered"
msgstr "~Centrau"
-#: paratabspage.ui:263
+#: cui/uiconfig/ui/paratabspage.ui:262
msgctxt "paratabspage|labelFT_TABTYPE_DECCHAR"
msgid "_Character"
msgstr ""
-#: paratabspage.ui:283
+#: cui/uiconfig/ui/paratabspage.ui:282
msgctxt "paratabspage|label2"
msgid "Type"
msgstr "Tipo"
-#: paratabspage.ui:317
+#: cui/uiconfig/ui/paratabspage.ui:316
#, fuzzy
msgctxt "paratabspage|radiobuttonBTN_FILLCHAR_NO"
msgid "N_one"
msgstr "~Garra"
-#: paratabspage.ui:385
+#: cui/uiconfig/ui/paratabspage.ui:384
msgctxt "paratabspage|radiobuttonBTN_FILLCHAR_OTHER"
msgid "C_haracter"
msgstr ""
-#: paratabspage.ui:425
+#: cui/uiconfig/ui/paratabspage.ui:423
msgctxt "paratabspage|label3"
msgid "Fill Character"
msgstr ""
-#: paratabspage.ui:463
+#: cui/uiconfig/ui/paratabspage.ui:461
msgctxt "paratabspage|buttonBTN_DELALL"
msgid "Delete _all"
msgstr ""
-#: paratabspage.ui:492
+#: cui/uiconfig/ui/paratabspage.ui:490
msgctxt "paratabspage|label4"
msgid "points"
msgstr ""
-#: paratabspage.ui:505
+#: cui/uiconfig/ui/paratabspage.ui:503
msgctxt "paratabspage|label5"
msgid "dashes"
msgstr ""
-#: paratabspage.ui:518
+#: cui/uiconfig/ui/paratabspage.ui:516
msgctxt "paratabspage|label6"
msgid "underscores"
msgstr ""
-#: password.ui:8
+#: cui/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Set Password"
msgstr ""
-#: password.ui:90
+#: cui/uiconfig/ui/password.ui:92
msgctxt "password|label5"
msgid "Confirm password"
msgstr ""
-#: password.ui:106
+#: cui/uiconfig/ui/password.ui:106
msgctxt "password|label4"
msgid "_Enter password to open"
msgstr ""
-#: password.ui:150
+#: cui/uiconfig/ui/password.ui:149
msgctxt "password|label1"
msgid "Note: After a password has been set, the document will only open with the password. Should you lose the password, there will be no way to recover the document. Please also note that this password is case-sensitive."
msgstr ""
-#: password.ui:185
+#: cui/uiconfig/ui/password.ui:183
msgctxt "password|readonly"
msgid "Open file read-only"
msgstr ""
-#: password.ui:204
+#: cui/uiconfig/ui/password.ui:200
msgctxt "password|label7"
msgid "Enter password to allow editing"
msgstr ""
-#: password.ui:234
+#: cui/uiconfig/ui/password.ui:228
msgctxt "password|label8"
msgid "Confirm password"
msgstr ""
-#: password.ui:267
+#: cui/uiconfig/ui/password.ui:260
msgctxt "password|label6"
msgid "File Sharing Password"
msgstr ""
-#: password.ui:279
+#: cui/uiconfig/ui/password.ui:272
#, fuzzy
msgctxt "password|label3"
msgid "_Options"
msgstr "Opcions"
-#: password.ui:299
+#: cui/uiconfig/ui/password.ui:290
msgctxt "password|label2"
msgid "File Encryption Password"
msgstr ""
-#: pastespecial.ui:7
+#: cui/uiconfig/ui/pastespecial.ui:16
#, fuzzy
msgctxt "pastespecial|PasteSpecialDialog"
msgid "Paste Special"
msgstr "Ape~gau especial..."
-#: pastespecial.ui:87
+#: cui/uiconfig/ui/pastespecial.ui:100
#, fuzzy
msgctxt "pastespecial|label2"
msgid "Source:"
msgstr "F~uent"
-#: pastespecial.ui:157
+#: cui/uiconfig/ui/pastespecial.ui:184
msgctxt "pastespecial|label1"
msgid "Selection"
msgstr "Selección"
-#: patterntabpage.ui:65
+#: cui/uiconfig/ui/patterntabpage.ui:65
msgctxt "patterntabpage|BTN_MODIFY"
msgid "_Modify"
msgstr ""
-#: patterntabpage.ui:92
+#: cui/uiconfig/ui/patterntabpage.ui:92
msgctxt "patterntabpage|label3"
msgid "Pattern"
msgstr ""
-#: patterntabpage.ui:135
+#: cui/uiconfig/ui/patterntabpage.ui:135
msgctxt "patterntabpage|label4"
msgid "Pattern Editor:"
msgstr ""
-#: patterntabpage.ui:151
+#: cui/uiconfig/ui/patterntabpage.ui:151
msgctxt "patterntabpage|CTL_PIXEL-atkobject"
msgid "Pattern Editor"
msgstr ""
-#: patterntabpage.ui:179
+#: cui/uiconfig/ui/patterntabpage.ui:179
msgctxt "patterntabpage|label5"
msgid "Foreground Color:"
msgstr ""
-#: patterntabpage.ui:217
+#: cui/uiconfig/ui/patterntabpage.ui:217
msgctxt "patterntabpage|label6"
msgid "Background Color:"
msgstr ""
-#: patterntabpage.ui:252
+#: cui/uiconfig/ui/patterntabpage.ui:252
msgctxt "patterntabpage|label1"
msgid "Options"
msgstr "Opcions"
-#: patterntabpage.ui:295
+#: cui/uiconfig/ui/patterntabpage.ui:295
msgctxt "patterntabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "Eixemplo"
-#: patterntabpage.ui:313
+#: cui/uiconfig/ui/patterntabpage.ui:313
msgctxt "patterntabpage|label2"
msgid "Preview"
msgstr ""
-#: percentdialog.ui:13
+#: cui/uiconfig/ui/percentdialog.ui:14
msgctxt "percentdialog|PercentDialog"
msgid "Combine"
msgstr ""
-#: percentdialog.ui:94
+#: cui/uiconfig/ui/percentdialog.ui:98
msgctxt "percentdialog|label1"
msgid "Minimum Size"
msgstr ""
-#: personalization_tab.ui:31
+#: cui/uiconfig/ui/personalization_tab.ui:31
msgctxt "personalization_tab|no_persona"
msgid "Default look, do not use Themes"
msgstr ""
-#: personalization_tab.ui:47
+#: cui/uiconfig/ui/personalization_tab.ui:48
msgctxt "personalization_tab|default_persona"
msgid "Pre-installed Theme (if available)"
msgstr ""
-#: personalization_tab.ui:119
+#: cui/uiconfig/ui/personalization_tab.ui:121
msgctxt "personalization_tab|own_persona"
msgid "Own Theme"
msgstr ""
-#: personalization_tab.ui:146
+#: cui/uiconfig/ui/personalization_tab.ui:149
msgctxt "personalization_tab|select_persona"
msgid "Select Theme"
msgstr ""
-#: personalization_tab.ui:168
+#: cui/uiconfig/ui/personalization_tab.ui:171
msgctxt "personalization_tab|extensions_label"
msgid "Or, select from the Themes installed via extensions:"
msgstr ""
-#: personalization_tab.ui:220
+#: cui/uiconfig/ui/personalization_tab.ui:223
msgctxt "personalization_tab|personas_label"
msgid "Firefox Themes"
msgstr ""
-#: pickbulletpage.ui:34
+#: cui/uiconfig/ui/pickbulletpage.ui:34
msgctxt "pickbulletpage|label25"
msgid "Selection"
msgstr "Selección"
-#: pickgraphicpage.ui:45
+#: cui/uiconfig/ui/pickgraphicpage.ui:45
msgctxt "pickgraphicpage|errorft"
msgid "The Gallery theme 'Bullets' is empty (no images)."
msgstr ""
-#: pickgraphicpage.ui:57
+#: cui/uiconfig/ui/pickgraphicpage.ui:57
msgctxt "pickgraphicpage|browseBtn"
msgid "Add and Resize"
msgstr ""
-#: pickgraphicpage.ui:75
+#: cui/uiconfig/ui/pickgraphicpage.ui:75
msgctxt "pickgraphicpage|label25"
msgid "Selection"
msgstr "Selección"
-#: picknumberingpage.ui:34
+#: cui/uiconfig/ui/picknumberingpage.ui:34
msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Selección"
-#: pickoutlinepage.ui:34
+#: cui/uiconfig/ui/pickoutlinepage.ui:34
msgctxt "pickoutlinepage|label25"
msgid "Selection"
msgstr "Selección"
-#: positionpage.ui:57
+#: cui/uiconfig/ui/positionpage.ui:57
#, fuzzy
msgctxt "positionpage|superscript"
msgid "Superscript"
msgstr "Superindiz"
-#: positionpage.ui:73
+#: cui/uiconfig/ui/positionpage.ui:74
msgctxt "positionpage|normal"
msgid "Normal"
msgstr "Normal"
-#: positionpage.ui:89
+#: cui/uiconfig/ui/positionpage.ui:91
#, fuzzy
msgctxt "positionpage|subscript"
msgid "Subscript"
msgstr "S~ubindiz"
-#: positionpage.ui:121
+#: cui/uiconfig/ui/positionpage.ui:124
msgctxt "positionpage|raiselower"
msgid "Raise/lower by"
msgstr ""
-#: positionpage.ui:157
+#: cui/uiconfig/ui/positionpage.ui:158
msgctxt "positionpage|automatic"
msgid "Automatic"
msgstr "Automatica"
-#: positionpage.ui:173
+#: cui/uiconfig/ui/positionpage.ui:175
msgctxt "positionpage|relativefontsize"
msgid "Relative font size"
msgstr ""
-#: positionpage.ui:201
+#: cui/uiconfig/ui/positionpage.ui:203
msgctxt "positionpage|label20"
msgid "Position"
msgstr "Posición"
-#: positionpage.ui:239
+#: cui/uiconfig/ui/positionpage.ui:241
msgctxt "positionpage|0deg"
msgid "0 degrees"
msgstr ""
-#: positionpage.ui:255
+#: cui/uiconfig/ui/positionpage.ui:258
msgctxt "positionpage|90deg"
msgid "90 degrees"
msgstr ""
-#: positionpage.ui:271
+#: cui/uiconfig/ui/positionpage.ui:275
msgctxt "positionpage|270deg"
msgid "270 degrees"
msgstr ""
-#: positionpage.ui:287
+#: cui/uiconfig/ui/positionpage.ui:292
msgctxt "positionpage|fittoline"
msgid "Fit to line"
msgstr ""
-#: positionpage.ui:316
+#: cui/uiconfig/ui/positionpage.ui:322
msgctxt "positionpage|label24"
msgid "Scale width"
msgstr ""
-#: positionpage.ui:359
+#: cui/uiconfig/ui/positionpage.ui:364
msgctxt "positionpage|rotateandscale"
msgid "Rotation / Scaling"
msgstr ""
-#: positionpage.ui:375
+#: cui/uiconfig/ui/positionpage.ui:380
msgctxt "positionpage|scale"
msgid "Scaling"
msgstr ""
-#: positionpage.ui:428
+#: cui/uiconfig/ui/positionpage.ui:432
msgctxt "positionpage|pairkerning"
msgid "Pair kerning"
msgstr ""
-#: positionpage.ui:449
+#: cui/uiconfig/ui/positionpage.ui:454
msgctxt "positionpage|label22"
msgid "Spacing"
msgstr ""
-#: positionpage.ui:478
+#: cui/uiconfig/ui/positionpage.ui:483
msgctxt "positionpage|preview-atkobject"
msgid "Preview"
msgstr ""
-#: positionsizedialog.ui:8
+#: cui/uiconfig/ui/positionsizedialog.ui:8
msgctxt "positionsizedialog|PositionAndSizeDialog"
msgid "Position and Size"
msgstr ""
-#: positionsizedialog.ui:107
+#: cui/uiconfig/ui/positionsizedialog.ui:107
msgctxt "positionsizedialog|RID_SVXPAGE_POSITION_SIZE"
msgid "Position and Size"
msgstr ""
-#: positionsizedialog.ui:129
+#: cui/uiconfig/ui/positionsizedialog.ui:129
msgctxt "positionsizedialog|RID_SVXPAGE_SWPOSSIZE"
msgid "Position and Size"
msgstr ""
-#: positionsizedialog.ui:152
+#: cui/uiconfig/ui/positionsizedialog.ui:152
msgctxt "positionsizedialog|RID_SVXPAGE_ANGLE"
msgid "Rotation"
msgstr ""
-#: positionsizedialog.ui:175
+#: cui/uiconfig/ui/positionsizedialog.ui:175
msgctxt "positionsizedialog|RID_SVXPAGE_SLANT"
msgid "Slant & Corner Radius"
msgstr ""
-#: possizetabpage.ui:40
+#: cui/uiconfig/ui/possizetabpage.ui:40
#, fuzzy
msgctxt "possizetabpage|FT_POS_X"
msgid "Position _X:"
msgstr "Posición"
-#: possizetabpage.ui:56
+#: cui/uiconfig/ui/possizetabpage.ui:56
#, fuzzy
msgctxt "possizetabpage|FT_POS_Y"
msgid "Position _Y:"
msgstr "Posición"
-#: possizetabpage.ui:112
+#: cui/uiconfig/ui/possizetabpage.ui:110
msgctxt "possizetabpage|FT_POSREFERENCE"
msgid "_Base point:"
msgstr ""
-#: possizetabpage.ui:150
+#: cui/uiconfig/ui/possizetabpage.ui:148
msgctxt "possizetabpage|label1"
msgid "Position"
msgstr "Posición"
-#: possizetabpage.ui:192
+#: cui/uiconfig/ui/possizetabpage.ui:190
msgctxt "possizetabpage|FT_WIDTH"
msgid "Wi_dth:"
msgstr ""
-#: possizetabpage.ui:208
+#: cui/uiconfig/ui/possizetabpage.ui:206
msgctxt "possizetabpage|FT_HEIGHT"
msgid "H_eight:"
msgstr ""
-#: possizetabpage.ui:251
+#: cui/uiconfig/ui/possizetabpage.ui:247
msgctxt "possizetabpage|CBX_SCALE"
msgid "_Keep ratio"
msgstr ""
-#: possizetabpage.ui:283
+#: cui/uiconfig/ui/possizetabpage.ui:279
msgctxt "possizetabpage|FT_SIZEREFERENCE"
msgid "Base _point:"
msgstr ""
-#: possizetabpage.ui:321
+#: cui/uiconfig/ui/possizetabpage.ui:317
msgctxt "possizetabpage|label2"
msgid "Size"
msgstr ""
-#: possizetabpage.ui:360
+#: cui/uiconfig/ui/possizetabpage.ui:356
#, fuzzy
msgctxt "possizetabpage|TSB_POSPROTECT"
msgid "Positio_n"
msgstr "Posición"
-#: possizetabpage.ui:377
+#: cui/uiconfig/ui/possizetabpage.ui:373
msgctxt "possizetabpage|TSB_SIZEPROTECT"
msgid "_Size"
msgstr ""
-#: possizetabpage.ui:401
+#: cui/uiconfig/ui/possizetabpage.ui:397
msgctxt "possizetabpage|label3"
msgid "Protect"
msgstr ""
-#: possizetabpage.ui:434
+#: cui/uiconfig/ui/possizetabpage.ui:430
msgctxt "possizetabpage|TSB_AUTOGROW_WIDTH"
msgid "_Fit width to text"
msgstr ""
-#: possizetabpage.ui:451
+#: cui/uiconfig/ui/possizetabpage.ui:447
msgctxt "possizetabpage|TSB_AUTOGROW_HEIGHT"
msgid "Fit _height to text"
msgstr ""
-#: possizetabpage.ui:475
+#: cui/uiconfig/ui/possizetabpage.ui:471
msgctxt "possizetabpage|label4"
msgid "Adapt"
msgstr ""
-#: posterdialog.ui:16
+#: cui/uiconfig/ui/posterdialog.ui:16
msgctxt "posterdialog|PosterDialog"
msgid "Posterize"
msgstr ""
-#: posterdialog.ui:136
+#: cui/uiconfig/ui/posterdialog.ui:136
msgctxt "posterdialog|label2"
msgid "Poster colors:"
msgstr ""
-#: posterdialog.ui:159
+#: cui/uiconfig/ui/posterdialog.ui:159
msgctxt "posterdialog|label1"
msgid "Parameters"
msgstr ""
-#: querychangelineenddialog.ui:8
+#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
msgid "Save Arrowhead?"
msgstr ""
-#: querychangelineenddialog.ui:14
+#: cui/uiconfig/ui/querychangelineenddialog.ui:14
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
msgid "The arrowhead was modified without saving."
msgstr ""
-#: querychangelineenddialog.ui:15
+#: cui/uiconfig/ui/querychangelineenddialog.ui:15
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
msgid "Would you like to save the arrowhead now?"
msgstr ""
-#: querydeletebitmapdialog.ui:8
+#: cui/uiconfig/ui/querydeletebitmapdialog.ui:7
msgctxt "querydeletebitmapdialog|AskDelBitmapDialog"
msgid "Delete Bitmap?"
msgstr ""
-#: querydeletebitmapdialog.ui:14
+#: cui/uiconfig/ui/querydeletebitmapdialog.ui:14
msgctxt "querydeletebitmapdialog|AskDelBitmapDialog"
msgid "Are you sure you want to delete the bitmap?"
msgstr ""
-#: querydeletechartcolordialog.ui:8
+#: cui/uiconfig/ui/querydeletechartcolordialog.ui:7
msgctxt "querydeletechartcolordialog|QueryDeleteChartColorDialog"
msgid "Delete Color?"
msgstr ""
-#: querydeletechartcolordialog.ui:14
+#: cui/uiconfig/ui/querydeletechartcolordialog.ui:14
#, fuzzy
msgctxt "querydeletechartcolordialog|QueryDeleteChartColorDialog"
msgid "Do you really want to delete the chart color?"
msgstr "Ye seguro que deseya eliminar a formatación automatica #?"
-#: querydeletechartcolordialog.ui:15
+#: cui/uiconfig/ui/querydeletechartcolordialog.ui:15
msgctxt "querydeletechartcolordialog|QueryDeleteChartColorDialog"
msgid "This action cannot be undone."
msgstr ""
-#: querydeletecolordialog.ui:7
+#: cui/uiconfig/ui/querydeletecolordialog.ui:6
msgctxt "querydeletecolordialog|AskDelColorDialog"
msgid "Delete color?"
msgstr ""
-#: querydeletecolordialog.ui:13
+#: cui/uiconfig/ui/querydeletecolordialog.ui:13
msgctxt "querydeletecolordialog|AskDelColorDialog"
msgid "Do you want to delete the color?"
msgstr ""
-#: querydeletedictionarydialog.ui:8
+#: cui/uiconfig/ui/querydeletedictionarydialog.ui:7
msgctxt "querydeletedictionarydialog|QueryDeleteDictionaryDialog"
msgid "Delete Dictionary?"
msgstr ""
-#: querydeletedictionarydialog.ui:14
+#: cui/uiconfig/ui/querydeletedictionarydialog.ui:14
#, fuzzy
msgctxt "querydeletedictionarydialog|QueryDeleteDictionaryDialog"
msgid "Do you really want to delete the dictionary?"
msgstr "Ye seguro que deseya eliminar a formatación automatica #?"
-#: querydeletedictionarydialog.ui:15
+#: cui/uiconfig/ui/querydeletedictionarydialog.ui:15
msgctxt "querydeletedictionarydialog|QueryDeleteDictionaryDialog"
msgid "This action cannot be undone."
msgstr ""
-#: querydeletegradientdialog.ui:8
+#: cui/uiconfig/ui/querydeletegradientdialog.ui:7
msgctxt "querydeletegradientdialog|AskDelGradientDialog"
msgid "Delete gradient?"
msgstr ""
-#: querydeletegradientdialog.ui:14
+#: cui/uiconfig/ui/querydeletegradientdialog.ui:14
msgctxt "querydeletegradientdialog|AskDelGradientDialog"
msgid "Do you want to delete the gradient?"
msgstr ""
-#: querydeletehatchdialog.ui:8
+#: cui/uiconfig/ui/querydeletehatchdialog.ui:7
msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Delete Hatching?"
msgstr ""
-#: querydeletehatchdialog.ui:14
+#: cui/uiconfig/ui/querydeletehatchdialog.ui:14
msgctxt "querydeletehatchdialog|AskDelHatchDialog"
msgid "Do you want to delete the hatching?"
msgstr ""
-#: querydeletelineenddialog.ui:8
+#: cui/uiconfig/ui/querydeletelineenddialog.ui:7
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
msgid "Delete Arrowhead?"
msgstr ""
-#: querydeletelineenddialog.ui:14
+#: cui/uiconfig/ui/querydeletelineenddialog.ui:14
#, fuzzy
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
msgid "Do you really want to delete the arrowhead?"
msgstr "Ye seguro que deseya eliminar a formatación automatica #?"
-#: querydeletelineenddialog.ui:15
+#: cui/uiconfig/ui/querydeletelineenddialog.ui:15
msgctxt "querydeletelineenddialog|AskDelLineEndDialog"
msgid "This action cannot be undone."
msgstr ""
-#: querydeletelinestyledialog.ui:8
+#: cui/uiconfig/ui/querydeletelinestyledialog.ui:7
msgctxt "querydeletelinestyledialog|AskDelLineStyleDialog"
msgid "Delete Line Style?"
msgstr ""
-#: querydeletelinestyledialog.ui:14
+#: cui/uiconfig/ui/querydeletelinestyledialog.ui:14
msgctxt "querydeletelinestyledialog|AskDelLineStyleDialog"
msgid "Do you want to delete the line style?"
msgstr ""
-#: queryduplicatedialog.ui:8
+#: cui/uiconfig/ui/queryduplicatedialog.ui:7
msgctxt "queryduplicatedialog|DuplicateNameDialog"
msgid "Duplicate Name"
msgstr ""
-#: queryduplicatedialog.ui:14
+#: cui/uiconfig/ui/queryduplicatedialog.ui:14
msgctxt "queryduplicatedialog|DuplicateNameDialog"
msgid "The name you have entered already exists."
msgstr ""
-#: queryduplicatedialog.ui:15
+#: cui/uiconfig/ui/queryduplicatedialog.ui:15
msgctxt "queryduplicatedialog|DuplicateNameDialog"
msgid "Please choose another name."
msgstr ""
-#: querynoloadedfiledialog.ui:8
+#: cui/uiconfig/ui/querynoloadedfiledialog.ui:7
msgctxt "querynoloadedfiledialog|NoLoadedFileDialog"
msgid "No Loaded File"
msgstr ""
-#: querynoloadedfiledialog.ui:14
+#: cui/uiconfig/ui/querynoloadedfiledialog.ui:14
msgctxt "querynoloadedfiledialog|NoLoadedFileDialog"
msgid "The file could not be loaded!"
msgstr ""
-#: querynosavefiledialog.ui:8
+#: cui/uiconfig/ui/querynosavefiledialog.ui:7
msgctxt "querynosavefiledialog|NoSaveFileDialog"
msgid "No Saved File"
msgstr ""
-#: querynosavefiledialog.ui:14
+#: cui/uiconfig/ui/querynosavefiledialog.ui:14
msgctxt "querynosavefiledialog|NoSaveFileDialog"
msgid "The file could not be saved!"
msgstr ""
-#: querysavelistdialog.ui:8
+#: cui/uiconfig/ui/querysavelistdialog.ui:7
msgctxt "querysavelistdialog|AskSaveList"
msgid "Save List?"
msgstr ""
-#: querysavelistdialog.ui:14
+#: cui/uiconfig/ui/querysavelistdialog.ui:14
msgctxt "querysavelistdialog|AskSaveList"
msgid "The list was modified without saving."
msgstr ""
-#: querysavelistdialog.ui:15
+#: cui/uiconfig/ui/querysavelistdialog.ui:15
msgctxt "querysavelistdialog|AskSaveList"
msgid "Would you like to save the list now?"
msgstr ""
-#: queryupdategalleryfilelistdialog.ui:8
+#: cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui:7
msgctxt "queryupdategalleryfilelistdialog|QueryUpdateFileListDialog"
msgid "Update File List?"
msgstr ""
-#: queryupdategalleryfilelistdialog.ui:14
+#: cui/uiconfig/ui/queryupdategalleryfilelistdialog.ui:14
msgctxt "queryupdategalleryfilelistdialog|QueryUpdateFileListDialog"
msgid "Do you want to update the file list?"
msgstr ""
-#: recordnumberdialog.ui:7
+#: cui/uiconfig/ui/recordnumberdialog.ui:7
msgctxt "recordnumberdialog|RecordNumberDialog"
msgid "Record Number"
msgstr ""
-#: recordnumberdialog.ui:25
+#: cui/uiconfig/ui/recordnumberdialog.ui:25
msgctxt "recordnumberdialog|label2"
msgid "go to record"
msgstr ""
-#: rotationtabpage.ui:52
+#: cui/uiconfig/ui/rotationtabpage.ui:52
#, fuzzy
msgctxt "rotationtabpage|FT_POS_X"
msgid "Position _X:"
msgstr "Posición"
-#: rotationtabpage.ui:66
+#: cui/uiconfig/ui/rotationtabpage.ui:66
#, fuzzy
msgctxt "rotationtabpage|FT_POS_Y"
msgid "Position _Y:"
msgstr "Posición"
-#: rotationtabpage.ui:118
+#: cui/uiconfig/ui/rotationtabpage.ui:116
msgctxt "rotationtabpage|FT_POSPRESETS"
msgid "_Default settings:"
msgstr ""
-#: rotationtabpage.ui:132
+#: cui/uiconfig/ui/rotationtabpage.ui:130
msgctxt "rotationtabpage|CTL_RECT|tooltip_text"
msgid "Rotation point"
msgstr ""
-#: rotationtabpage.ui:157
+#: cui/uiconfig/ui/rotationtabpage.ui:155
msgctxt "rotationtabpage|label1"
msgid "Pivot Point"
msgstr ""
-#: rotationtabpage.ui:199
+#: cui/uiconfig/ui/rotationtabpage.ui:197
msgctxt "rotationtabpage|FT_ANGLE"
msgid "_Angle:"
msgstr ""
-#: rotationtabpage.ui:241
+#: cui/uiconfig/ui/rotationtabpage.ui:238
msgctxt "rotationtabpage|FT_ANGLEPRESETS"
msgid "Default _settings:"
msgstr ""
-#: rotationtabpage.ui:255
+#: cui/uiconfig/ui/rotationtabpage.ui:252
msgctxt "rotationtabpage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr ""
-#: rotationtabpage.ui:280
+#: cui/uiconfig/ui/rotationtabpage.ui:277
msgctxt "rotationtabpage|label2"
msgid "Rotation Angle"
msgstr ""
-#: screenshotannotationdialog.ui:8
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:8
msgctxt "screenshotannotationdialog|ScreenshotAnnotationDialog"
msgid "Interactive Screenshot Annotation"
msgstr ""
-#: screenshotannotationdialog.ui:39
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:39
msgctxt "screenshotannotationdialog|save"
msgid "Save Screenshot..."
msgstr ""
-#: screenshotannotationdialog.ui:67
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:67
msgctxt "screenshotannotationdialog|label2"
msgid "Click the widgets to add annotation:"
msgstr ""
-#: screenshotannotationdialog.ui:93
+#: cui/uiconfig/ui/screenshotannotationdialog.ui:93
msgctxt "screenshotannotationdialog|label1"
msgid "Paste the following markup into the help file:"
msgstr ""
-#: scriptorganizer.ui:7
+#: cui/uiconfig/ui/scriptorganizer.ui:7
msgctxt "scriptorganizer|ScriptOrganizerDialog"
msgid "%MACROLANG Macros"
msgstr ""
-#: scriptorganizer.ui:20
+#: cui/uiconfig/ui/scriptorganizer.ui:20
msgctxt "scriptorganizer|run"
msgid "Run"
msgstr ""
-#: scriptorganizer.ui:49
+#: cui/uiconfig/ui/scriptorganizer.ui:49
msgctxt "scriptorganizer|create"
msgid "Create..."
msgstr ""
-#: scriptorganizer.ui:79
+#: cui/uiconfig/ui/scriptorganizer.ui:79
msgctxt "scriptorganizer|rename"
msgid "Rename..."
msgstr ""
-#: scriptorganizer.ui:93
+#: cui/uiconfig/ui/scriptorganizer.ui:93
msgctxt "scriptorganizer|delete"
msgid "Delete..."
msgstr ""
-#: scriptorganizer.ui:160
+#: cui/uiconfig/ui/scriptorganizer.ui:160
#, fuzzy
msgctxt "scriptorganizer|macrosft"
msgid "Macros"
msgstr "~Macros"
-#: searchattrdialog.ui:9
+#: cui/uiconfig/ui/searchattrdialog.ui:9
msgctxt "searchattrdialog|SearchAttrDialog"
msgid "Attributes"
msgstr ""
-#: searchformatdialog.ui:8
+#: cui/uiconfig/ui/searchformatdialog.ui:8
msgctxt "searchformatdialog|SearchFormatDialog"
msgid "Text Format "
msgstr ""
-#: searchformatdialog.ui:106
+#: cui/uiconfig/ui/searchformatdialog.ui:106
msgctxt "searchformatdialog|font"
msgid "Font"
msgstr "Tipo de letra"
-#: searchformatdialog.ui:128
+#: cui/uiconfig/ui/searchformatdialog.ui:128
msgctxt "searchformatdialog|fonteffects"
msgid "Font Effects"
msgstr ""
-#: searchformatdialog.ui:151
+#: cui/uiconfig/ui/searchformatdialog.ui:151
msgctxt "searchformatdialog|position"
msgid "Position"
msgstr "Posición"
-#: searchformatdialog.ui:174
+#: cui/uiconfig/ui/searchformatdialog.ui:174
msgctxt "searchformatdialog|asianlayout"
msgid "Asian Layout"
msgstr ""
-#: searchformatdialog.ui:197
+#: cui/uiconfig/ui/searchformatdialog.ui:197
msgctxt "searchformatdialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: searchformatdialog.ui:220
+#: cui/uiconfig/ui/searchformatdialog.ui:220
msgctxt "searchformatdialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Aliniación"
-#: searchformatdialog.ui:244
+#: cui/uiconfig/ui/searchformatdialog.ui:244
msgctxt "searchformatdialog|labelTP_PARA_EXT"
msgid "Text Flow"
msgstr ""
-#: searchformatdialog.ui:268
+#: cui/uiconfig/ui/searchformatdialog.ui:268
msgctxt "searchformatdialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr ""
-#: searchformatdialog.ui:291
+#: cui/uiconfig/ui/searchformatdialog.ui:291
msgctxt "searchformatdialog|background"
msgid "Highlighting"
msgstr ""
-#: securityoptionsdialog.ui:8
+#: cui/uiconfig/ui/securityoptionsdialog.ui:8
msgctxt "securityoptionsdialog|SecurityOptionsDialog"
msgid "Security Options and Warnings"
msgstr ""
-#: securityoptionsdialog.ui:105
+#: cui/uiconfig/ui/securityoptionsdialog.ui:108
msgctxt "securityoptionsdialog|savesenddocs"
msgid "_When saving or sending"
msgstr ""
-#: securityoptionsdialog.ui:120
+#: cui/uiconfig/ui/securityoptionsdialog.ui:123
msgctxt "securityoptionsdialog|whensigning"
msgid "When _signing"
msgstr ""
-#: securityoptionsdialog.ui:135
+#: cui/uiconfig/ui/securityoptionsdialog.ui:138
msgctxt "securityoptionsdialog|whenprinting"
msgid "When _printing"
msgstr ""
-#: securityoptionsdialog.ui:150
+#: cui/uiconfig/ui/securityoptionsdialog.ui:153
msgctxt "securityoptionsdialog|whenpdf"
msgid "When creating PDF _files"
msgstr ""
-#: securityoptionsdialog.ui:227
+#: cui/uiconfig/ui/securityoptionsdialog.ui:229
msgctxt "securityoptionsdialog|label3"
msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
msgstr ""
-#: securityoptionsdialog.ui:242
+#: cui/uiconfig/ui/securityoptionsdialog.ui:245
msgctxt "securityoptionsdialog|label1"
msgid "Security Warnings"
msgstr ""
-#: securityoptionsdialog.ui:276
+#: cui/uiconfig/ui/securityoptionsdialog.ui:279
msgctxt "securityoptionsdialog|removepersonal"
msgid "_Remove personal information on saving"
msgstr ""
-#: securityoptionsdialog.ui:292
+#: cui/uiconfig/ui/securityoptionsdialog.ui:295
msgctxt "securityoptionsdialog|password"
msgid "Recommend password protection on sa_ving"
msgstr ""
-#: securityoptionsdialog.ui:308
+#: cui/uiconfig/ui/securityoptionsdialog.ui:311
msgctxt "securityoptionsdialog|ctrlclick"
msgid "Ctrl-click required _to follow hyperlinks"
msgstr ""
-#: securityoptionsdialog.ui:324
+#: cui/uiconfig/ui/securityoptionsdialog.ui:327
msgctxt "securityoptionsdialog|blockuntrusted"
msgid "Block any links from documents not among the trusted locations (see Macro Security)"
msgstr ""
-#: securityoptionsdialog.ui:395
+#: cui/uiconfig/ui/securityoptionsdialog.ui:398
msgctxt "securityoptionsdialog|label2"
msgid "Security Options"
msgstr ""
-#: select_persona_dialog.ui:8
+#: cui/uiconfig/ui/select_persona_dialog.ui:8
msgctxt "select_persona_dialog|SelectPersonaDialog"
msgid "Select Firefox Theme"
msgstr ""
-#: select_persona_dialog.ui:56
+#: cui/uiconfig/ui/select_persona_dialog.ui:55
msgctxt "select_persona_dialog|search_personas"
msgid "_Go"
msgstr ""
-#: select_persona_dialog.ui:86
+#: cui/uiconfig/ui/select_persona_dialog.ui:85
msgctxt "select_persona_dialog|label1"
msgid "Search Term or Firefox Theme URL"
msgstr ""
-#: select_persona_dialog.ui:228
+#: cui/uiconfig/ui/select_persona_dialog.ui:227
msgctxt "select_persona_dialog|label6"
msgid "Categories"
msgstr "Categorías"
-#: selectpathdialog.ui:8
+#: cui/uiconfig/ui/selectpathdialog.ui:16
msgctxt "selectpathdialog|SelectPathDialog"
msgid "Select Paths"
msgstr ""
-#: selectpathdialog.ui:106
+#: cui/uiconfig/ui/selectpathdialog.ui:117
#, fuzzy
msgctxt "selectpathdialog|add"
msgid "_Add..."
msgstr "~Adhibir..."
-#: selectpathdialog.ui:168
+#: cui/uiconfig/ui/selectpathdialog.ui:195
msgctxt "selectpathdialog|label1"
msgid "Paths"
msgstr ""
-#: shadowtabpage.ui:45
+#: cui/uiconfig/ui/shadowtabpage.ui:45
msgctxt "shadowtabpage|TSB_SHOW_SHADOW"
msgid "_Use shadow"
msgstr ""
-#: shadowtabpage.ui:122
+#: cui/uiconfig/ui/shadowtabpage.ui:120
msgctxt "shadowtabpage|FT_DISTANCE"
msgid "_Distance:"
msgstr ""
-#: shadowtabpage.ui:142
+#: cui/uiconfig/ui/shadowtabpage.ui:140
msgctxt "shadowtabpage|FT_TRANSPARENT"
msgid "_Transparency:"
msgstr ""
-#: shadowtabpage.ui:162
+#: cui/uiconfig/ui/shadowtabpage.ui:160
msgctxt "shadowtabpage|FT_SHADOW_COLOR"
msgid "_Color:"
msgstr ""
-#: shadowtabpage.ui:205
+#: cui/uiconfig/ui/shadowtabpage.ui:203
msgctxt "shadowtabpage|CTL_COLOR_PREVIEW-atkobject"
msgid "Example"
msgstr "Eixemplo"
-#: shadowtabpage.ui:230
+#: cui/uiconfig/ui/shadowtabpage.ui:228
#, fuzzy
msgctxt "shadowtabpage|label"
msgid "Properties"
msgstr "Propiedatz..."
-#: showcoldialog.ui:8
+#: cui/uiconfig/ui/showcoldialog.ui:8
msgctxt "showcoldialog|ShowColDialog"
msgid "Show Columns"
msgstr ""
-#: showcoldialog.ui:70
+#: cui/uiconfig/ui/showcoldialog.ui:70
msgctxt "showcoldialog|label1"
msgid "The following columns are currently hidden. Please mark the fields you want to show and choose OK."
msgstr ""
-#: similaritysearchdialog.ui:14
+#: cui/uiconfig/ui/signatureline.ui:8
+msgctxt "signatureline|SignatureLineDialog"
+msgid "Signature Line"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:111
+msgctxt "signatureline|edit_name"
+msgid "John Doe"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:124
+msgctxt "signatureline|edit_title"
+msgid "Director"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:137
+msgctxt "signatureline|edit_email"
+msgid "john.doe@example.org"
+msgstr ""
+
+#. Suggested Signer Name
+#: cui/uiconfig/ui/signatureline.ui:149
+msgctxt "signatureline|label_name"
+msgid "Name:"
+msgstr ""
+
+#. Suggested Signer Title
+#: cui/uiconfig/ui/signatureline.ui:163
+msgctxt "signatureline|label_title"
+msgid "Title:"
+msgstr ""
+
+#. Suggested Signer email
+#: cui/uiconfig/ui/signatureline.ui:177
+msgctxt "signatureline|label_email"
+msgid "Email:"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:194
+msgctxt "signatureline|label_suggestedsigner"
+msgid "Suggested Signer"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:228
+msgctxt "signatureline|checkbox_can_add_comments"
+msgid "Signer can add comments"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:243
+msgctxt "signatureline|checkbox_show_sign_date"
+msgid "Show sign date in signature line"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:261
+msgctxt "signatureline|label_instructions"
+msgid "Instructions to the signer:"
+msgstr ""
+
+#: cui/uiconfig/ui/signatureline.ui:300
+msgctxt "signatureline|label_more"
+msgid "More"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:8
+msgctxt "signsignatureline|SignSignatureLineDialog"
+msgid "Sign Signature Line"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:109
+msgctxt "signsignatureline|edit_name"
+msgid "Type your name here"
+msgstr ""
+
+#. Name of the signer
+#: cui/uiconfig/ui/signsignatureline.ui:121
+msgctxt "signsignatureline|label_name"
+msgid "Your Name:"
+msgstr ""
+
+#. Certificate to be used for signing
+#: cui/uiconfig/ui/signsignatureline.ui:135
+msgctxt "signsignatureline|label_certificate"
+msgid "Certificate:"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:146
+msgctxt "signsignatureline|btn_select_certificate"
+msgid "Select Certificate"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:164
+msgctxt "signsignatureline|label_sign"
+msgid "Sign"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:201
+msgctxt "signsignatureline|label_add_comment"
+msgid "Add comment:"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:237
+msgctxt "signsignatureline|label_hint"
+msgid "Instructions from the document creator:"
+msgstr ""
+
+#: cui/uiconfig/ui/signsignatureline.ui:270
+msgctxt "signsignatureline|label_more"
+msgid "More"
+msgstr ""
+
+#: cui/uiconfig/ui/similaritysearchdialog.ui:26
msgctxt "similaritysearchdialog|SimilaritySearchDialog"
msgid "Similarity Search"
msgstr ""
-#: similaritysearchdialog.ui:95
+#: cui/uiconfig/ui/similaritysearchdialog.ui:109
msgctxt "similaritysearchdialog|label2"
msgid "_Exchange characters:"
msgstr ""
-#: similaritysearchdialog.ui:109
+#: cui/uiconfig/ui/similaritysearchdialog.ui:123
msgctxt "similaritysearchdialog|label3"
msgid "_Add characters:"
msgstr ""
-#: similaritysearchdialog.ui:123
+#: cui/uiconfig/ui/similaritysearchdialog.ui:137
msgctxt "similaritysearchdialog|label4"
msgid "_Remove characters:"
msgstr ""
-#: similaritysearchdialog.ui:134
+#: cui/uiconfig/ui/similaritysearchdialog.ui:149
msgctxt "similaritysearchdialog|relaxbox"
msgid "_Combine"
msgstr ""
-#: slantcornertabpage.ui:50
+#: cui/uiconfig/ui/slantcornertabpage.ui:50
msgctxt "slantcornertabpage|label5"
msgid "_X:"
msgstr ""
-#: slantcornertabpage.ui:89
+#: cui/uiconfig/ui/slantcornertabpage.ui:88
msgctxt "slantcornertabpage|label6"
msgid "_Y:"
msgstr ""
-#: slantcornertabpage.ui:127
+#: cui/uiconfig/ui/slantcornertabpage.ui:125
msgctxt "slantcornertabpage|label3"
msgid "Control Point 1"
msgstr ""
-#: slantcornertabpage.ui:161
+#: cui/uiconfig/ui/slantcornertabpage.ui:159
msgctxt "slantcornertabpage|FT_RADIUS"
msgid "_Radius:"
msgstr ""
-#: slantcornertabpage.ui:192
+#: cui/uiconfig/ui/slantcornertabpage.ui:189
msgctxt "slantcornertabpage|label1"
msgid "Corner Radius"
msgstr ""
-#: slantcornertabpage.ui:226
+#: cui/uiconfig/ui/slantcornertabpage.ui:223
msgctxt "slantcornertabpage|FT_ANGLE"
msgid "_Angle:"
msgstr ""
-#: slantcornertabpage.ui:257
+#: cui/uiconfig/ui/slantcornertabpage.ui:253
msgctxt "slantcornertabpage|label2"
msgid "Slant"
msgstr ""
-#: slantcornertabpage.ui:298
+#: cui/uiconfig/ui/slantcornertabpage.ui:294
msgctxt "slantcornertabpage|label4"
msgid "_X:"
msgstr ""
-#: slantcornertabpage.ui:337
+#: cui/uiconfig/ui/slantcornertabpage.ui:332
msgctxt "slantcornertabpage|label7"
msgid "_Y:"
msgstr ""
-#: slantcornertabpage.ui:375
+#: cui/uiconfig/ui/slantcornertabpage.ui:369
msgctxt "slantcornertabpage|label8"
msgid "Control Point 2"
msgstr ""
-#: smarttagoptionspage.ui:21
+#: cui/uiconfig/ui/smarttagoptionspage.ui:21
msgctxt "smarttagoptionspage|main"
msgid "Label text with smart tags"
msgstr ""
-#: smarttagoptionspage.ui:61
+#: cui/uiconfig/ui/smarttagoptionspage.ui:61
msgctxt "smarttagoptionspage|properties"
msgid "Properties..."
msgstr "Propiedatz..."
-#: smarttagoptionspage.ui:100
+#: cui/uiconfig/ui/smarttagoptionspage.ui:100
msgctxt "smarttagoptionspage|label1"
msgid "Currently Installed Smart Tags"
msgstr ""
-#: smoothdialog.ui:16
+#: cui/uiconfig/ui/smoothdialog.ui:16
msgctxt "smoothdialog|SmoothDialog"
msgid "Smooth"
msgstr ""
-#: smoothdialog.ui:138
+#: cui/uiconfig/ui/smoothdialog.ui:138
msgctxt "smoothdialog|label2"
msgid "_Smooth radius:"
msgstr ""
-#: smoothdialog.ui:161
+#: cui/uiconfig/ui/smoothdialog.ui:161
msgctxt "smoothdialog|label1"
msgid "Parameters"
msgstr ""
-#: solarizedialog.ui:14
+#: cui/uiconfig/ui/solarizedialog.ui:14
msgctxt "solarizedialog|SolarizeDialog"
msgid "Solarization"
msgstr ""
-#: solarizedialog.ui:135
+#: cui/uiconfig/ui/solarizedialog.ui:135
msgctxt "solarizedialog|label2"
msgid "Threshold _value:"
msgstr ""
-#: solarizedialog.ui:146
+#: cui/uiconfig/ui/solarizedialog.ui:146
msgctxt "solarizedialog|invert"
msgid "_Invert"
msgstr ""
-#: solarizedialog.ui:173
+#: cui/uiconfig/ui/solarizedialog.ui:173
msgctxt "solarizedialog|label1"
msgid "Parameters"
msgstr ""
-#: specialcharacters.ui:10
+#: cui/uiconfig/ui/specialcharacters.ui:8
msgctxt "specialcharacters|SpecialCharactersDialog"
msgid "Special Characters"
msgstr ""
-#: specialcharacters.ui:24
+#: cui/uiconfig/ui/specialcharacters.ui:39
msgctxt "specialcharacters|insert"
msgid "_Insert"
msgstr ""
-#: specialcharacters.ui:110
+#: cui/uiconfig/ui/specialcharacters.ui:107
msgctxt "specialcharacters|subsetft"
msgid "Subset:"
msgstr ""
-#: specialcharacters.ui:134
+#: cui/uiconfig/ui/specialcharacters.ui:121
#, fuzzy
msgctxt "specialcharacters|fontft"
msgid "Font:"
msgstr "Tipo de letra"
-#: specialcharacters.ui:158
+#: cui/uiconfig/ui/specialcharacters.ui:135
msgctxt "specialcharacters|srchft"
msgid "Search:"
msgstr ""
-#: specialcharacters.ui:218
+#: cui/uiconfig/ui/specialcharacters.ui:221
msgctxt "specialcharacters|hexlabel"
msgid "Hexadecimal:"
msgstr ""
-#: specialcharacters.ui:269
+#: cui/uiconfig/ui/specialcharacters.ui:274
#, fuzzy
msgctxt "specialcharacters|decimallabel"
msgid "Decimal:"
msgstr "Decimal"
-#: specialcharacters.ui:290
+#: cui/uiconfig/ui/specialcharacters.ui:298
msgctxt "specialcharacters|favbtn"
msgid "Add to Favorites"
msgstr ""
-#: specialcharacters.ui:294
+#: cui/uiconfig/ui/specialcharacters.ui:302
msgctxt "specialcharacters|favbtn|tooltip_text"
msgid "Maximum Limit: 16 Characters"
msgstr ""
-#: specialcharacters.ui:341
+#: cui/uiconfig/ui/specialcharacters.ui:349
msgctxt "specialcharacters|symboltext1"
msgid "Recent Characters:"
msgstr ""
-#: specialcharacters.ui:572
+#: cui/uiconfig/ui/specialcharacters.ui:583
msgctxt "specialcharacters|favbtn|symboltext2"
msgid "Favorite Characters:"
msgstr ""
-#: spellingdialog.ui:9
+#: cui/uiconfig/ui/spellingdialog.ui:9
msgctxt "spellingdialog|SpellingDialog"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr ""
-#: spellingdialog.ui:38
+#: cui/uiconfig/ui/spellingdialog.ui:38
#, fuzzy
msgctxt "spellingdialog|options"
msgid "_Options..."
msgstr "Opcions..."
-#: spellingdialog.ui:110
+#: cui/uiconfig/ui/spellingdialog.ui:110
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr ""
-#: spellingdialog.ui:138
+#: cui/uiconfig/ui/spellingdialog.ui:138
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr ""
-#: spellingdialog.ui:152
+#: cui/uiconfig/ui/spellingdialog.ui:152
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr ""
-#: spellingdialog.ui:166
+#: cui/uiconfig/ui/spellingdialog.ui:166
msgctxt "spellingdialog|autocorrect"
msgid "Alwa_ys Correct"
msgstr ""
-#: spellingdialog.ui:180
+#: cui/uiconfig/ui/spellingdialog.ui:180
msgctxt "spellingdialog|checkgrammar"
msgid "Chec_k grammar"
msgstr ""
-#: spellingdialog.ui:196
+#: cui/uiconfig/ui/spellingdialog.ui:196
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr ""
-#: spellingdialog.ui:210
+#: cui/uiconfig/ui/spellingdialog.ui:210
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr ""
-#: spellingdialog.ui:226
+#: cui/uiconfig/ui/spellingdialog.ui:226
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr ""
-#: spellingdialog.ui:252
+#: cui/uiconfig/ui/spellingdialog.ui:252
msgctxt "spellingdialog|explainlink"
msgid "More..."
msgstr ""
-#: spellingdialog.ui:268
+#: cui/uiconfig/ui/spellingdialog.ui:268
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr ""
-#: spellingdialog.ui:280
+#: cui/uiconfig/ui/spellingdialog.ui:280
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr ""
-#: spellingdialog.ui:292
+#: cui/uiconfig/ui/spellingdialog.ui:292
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr ""
-#: spellingdialog.ui:319
+#: cui/uiconfig/ui/spellingdialog.ui:319
msgctxt "spellingdialog|add"
msgid "_Add to Dictionary"
msgstr ""
-#: spellingdialog.ui:333
+#: cui/uiconfig/ui/spellingdialog.ui:333
msgctxt "spellingdialog|addmb"
msgid "_Add to Dictionary"
msgstr ""
-#: spellingdialog.ui:349
+#: cui/uiconfig/ui/spellingdialog.ui:349
msgctxt "spellingdialog|suggestionsft"
msgid "_Suggestions"
msgstr ""
-#: spellingdialog.ui:365
+#: cui/uiconfig/ui/spellingdialog.ui:365
msgctxt "spellingdialog|notindictft"
msgid "_Not in dictionary"
msgstr ""
-#: spellingdialog.ui:386
+#: cui/uiconfig/ui/spellingdialog.ui:386
#, fuzzy
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "A~pegar"
-#: spellingdialog.ui:400
+#: cui/uiconfig/ui/spellingdialog.ui:400
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr ""
-#: spelloptionsdialog.ui:8
+#: cui/uiconfig/ui/spelloptionsdialog.ui:8
msgctxt "spelloptionsdialog|SpellOptionsDialog"
msgid "Options"
msgstr "Opcions"
-#: splitcellsdialog.ui:25
+#: cui/uiconfig/ui/splitcellsdialog.ui:25
msgctxt "splitcellsdialog|SplitCellsDialog"
msgid "Split Cells"
msgstr ""
-#: splitcellsdialog.ui:117
+#: cui/uiconfig/ui/splitcellsdialog.ui:120
msgctxt "splitcellsdialog|label3"
msgid "_Split cell into:"
msgstr ""
-#: splitcellsdialog.ui:146
+#: cui/uiconfig/ui/splitcellsdialog.ui:149
msgctxt "splitcellsdialog|label1"
msgid "Split"
msgstr ""
-#: splitcellsdialog.ui:178
+#: cui/uiconfig/ui/splitcellsdialog.ui:181
msgctxt "splitcellsdialog|hori"
msgid "H_orizontally"
msgstr ""
-#: splitcellsdialog.ui:196
+#: cui/uiconfig/ui/splitcellsdialog.ui:200
#, fuzzy
msgctxt "splitcellsdialog|vert"
msgid "_Vertically"
msgstr "~Vertical"
-#: splitcellsdialog.ui:218
+#: cui/uiconfig/ui/splitcellsdialog.ui:223
msgctxt "splitcellsdialog|prop"
msgid "_Into equal proportions"
msgstr ""
-#: splitcellsdialog.ui:241
+#: cui/uiconfig/ui/splitcellsdialog.ui:246
msgctxt "splitcellsdialog|label2"
msgid "Direction"
msgstr ""
-#: storedwebconnectiondialog.ui:9
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:9
msgctxt "storedwebconnectiondialog|StoredWebConnectionDialog"
msgid "Stored Web Connection Information"
msgstr ""
-#: storedwebconnectiondialog.ui:70
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:70
msgctxt "storedwebconnectiondialog|label1"
msgid "Web login information (passwords are never shown)"
msgstr ""
-#: storedwebconnectiondialog.ui:87
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:87
msgctxt "storedwebconnectiondialog|website"
msgid "Website"
msgstr ""
-#: storedwebconnectiondialog.ui:98
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:98
msgctxt "storedwebconnectiondialog|username"
msgid "User name"
msgstr ""
-#: storedwebconnectiondialog.ui:148
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:148
msgctxt "storedwebconnectiondialog|removeall"
msgid "Remove _All"
msgstr ""
-#: storedwebconnectiondialog.ui:162
+#: cui/uiconfig/ui/storedwebconnectiondialog.ui:162
msgctxt "storedwebconnectiondialog|change"
msgid "_Change Password..."
msgstr ""
-#: swpossizepage.ui:75
+#: cui/uiconfig/ui/swpossizepage.ui:74
msgctxt "swpossizepage|widthft"
msgid "_Width:"
msgstr ""
-#: swpossizepage.ui:113
+#: cui/uiconfig/ui/swpossizepage.ui:111
msgctxt "swpossizepage|heightft"
msgid "H_eight:"
msgstr ""
-#: swpossizepage.ui:130
+#: cui/uiconfig/ui/swpossizepage.ui:128
msgctxt "swpossizepage|ratio"
msgid "_Keep ratio"
msgstr ""
-#: swpossizepage.ui:151
+#: cui/uiconfig/ui/swpossizepage.ui:149
msgctxt "swpossizepage|label2"
msgid "Size"
msgstr ""
-#: swpossizepage.ui:207
+#: cui/uiconfig/ui/swpossizepage.ui:205
#, fuzzy
msgctxt "swpossizepage|topage"
msgid "To _page"
msgstr "Ta la pac~hina"
-#: swpossizepage.ui:224
+#: cui/uiconfig/ui/swpossizepage.ui:222
msgctxt "swpossizepage|topara"
msgid "To paragrap_h"
msgstr ""
-#: swpossizepage.ui:240
+#: cui/uiconfig/ui/swpossizepage.ui:238
msgctxt "swpossizepage|tochar"
msgid "To cha_racter"
msgstr ""
-#: swpossizepage.ui:256
+#: cui/uiconfig/ui/swpossizepage.ui:254
msgctxt "swpossizepage|aschar"
msgid "_As character"
msgstr ""
-#: swpossizepage.ui:272
+#: cui/uiconfig/ui/swpossizepage.ui:270
msgctxt "swpossizepage|toframe"
msgid "To _frame"
msgstr ""
-#: swpossizepage.ui:294
+#: cui/uiconfig/ui/swpossizepage.ui:292
#, fuzzy
msgctxt "swpossizepage|label1"
msgid "Anchor"
msgstr "An~corache"
-#: swpossizepage.ui:335
+#: cui/uiconfig/ui/swpossizepage.ui:333
#, fuzzy
msgctxt "swpossizepage|horiposft"
msgid "Hori_zontal:"
msgstr "~Horizontal"
-#: swpossizepage.ui:349
+#: cui/uiconfig/ui/swpossizepage.ui:347
msgctxt "swpossizepage|horibyft"
msgid "b_y:"
msgstr ""
-#: swpossizepage.ui:363
+#: cui/uiconfig/ui/swpossizepage.ui:361
msgctxt "swpossizepage|vertbyft"
msgid "_by:"
msgstr ""
-#: swpossizepage.ui:377
+#: cui/uiconfig/ui/swpossizepage.ui:375
msgctxt "swpossizepage|horitoft"
msgid "_to:"
msgstr ""
-#: swpossizepage.ui:424
+#: cui/uiconfig/ui/swpossizepage.ui:421
msgctxt "swpossizepage|vertposft"
msgid "_Vertical:"
msgstr ""
-#: swpossizepage.ui:461
+#: cui/uiconfig/ui/swpossizepage.ui:457
msgctxt "swpossizepage|verttoft"
msgid "t_o:"
msgstr ""
-#: swpossizepage.ui:482
+#: cui/uiconfig/ui/swpossizepage.ui:478
msgctxt "swpossizepage|mirror"
msgid "_Mirror on even pages"
msgstr ""
-#: swpossizepage.ui:499
+#: cui/uiconfig/ui/swpossizepage.ui:495
msgctxt "swpossizepage|followtextflow"
msgid "Follow te_xt flow"
msgstr ""
-#: swpossizepage.ui:522
+#: cui/uiconfig/ui/swpossizepage.ui:518
msgctxt "swpossizepage|label11"
msgid "Position"
msgstr "Posición"
-#: swpossizepage.ui:553
+#: cui/uiconfig/ui/swpossizepage.ui:549
#, fuzzy
msgctxt "swpossizepage|pos"
msgid "Positio_n"
msgstr "Posición"
-#: swpossizepage.ui:569
+#: cui/uiconfig/ui/swpossizepage.ui:565
msgctxt "swpossizepage|size"
msgid "_Size"
msgstr ""
-#: swpossizepage.ui:591
+#: cui/uiconfig/ui/swpossizepage.ui:587
msgctxt "swpossizepage|label3"
msgid "Protect"
msgstr ""
-#: textanimtabpage.ui:49
+#: cui/uiconfig/ui/textanimtabpage.ui:49
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "No Effect"
msgstr ""
-#: textanimtabpage.ui:53
+#: cui/uiconfig/ui/textanimtabpage.ui:53
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Blink"
msgstr ""
-#: textanimtabpage.ui:57
+#: cui/uiconfig/ui/textanimtabpage.ui:57
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll Through"
msgstr ""
-#: textanimtabpage.ui:61
+#: cui/uiconfig/ui/textanimtabpage.ui:61
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll Back and Forth"
msgstr ""
-#: textanimtabpage.ui:65
+#: cui/uiconfig/ui/textanimtabpage.ui:65
msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll In"
msgstr ""
-#: textanimtabpage.ui:94
+#: cui/uiconfig/ui/textanimtabpage.ui:94
msgctxt "textanimtabpage|FT_EFFECTS"
msgid "E_ffect:"
msgstr ""
-#: textanimtabpage.ui:135
+#: cui/uiconfig/ui/textanimtabpage.ui:135
msgctxt "textanimtabpage|FT_DIRECTION"
msgid "Direction:"
msgstr ""
-#: textanimtabpage.ui:155
+#: cui/uiconfig/ui/textanimtabpage.ui:155
msgctxt "textanimtabpage|BTN_UP|tooltip_text"
msgid "To top"
msgstr ""
-#: textanimtabpage.ui:161
+#: cui/uiconfig/ui/textanimtabpage.ui:161
#, fuzzy
msgctxt "textanimtabpage|BTN_UP-atkobject"
msgid "Up"
msgstr "Enta alto"
-#: textanimtabpage.ui:176
+#: cui/uiconfig/ui/textanimtabpage.ui:176
msgctxt "textanimtabpage|BTN_RIGHT|tooltip_text"
msgid "To right"
msgstr ""
-#: textanimtabpage.ui:182
+#: cui/uiconfig/ui/textanimtabpage.ui:182
msgctxt "textanimtabpage|BTN_RIGHT-atkobject"
msgid "Right"
msgstr "Enta la dreita"
-#: textanimtabpage.ui:197
+#: cui/uiconfig/ui/textanimtabpage.ui:197
msgctxt "textanimtabpage|BTN_LEFT|tooltip_text"
msgid "To left"
msgstr ""
-#: textanimtabpage.ui:203
+#: cui/uiconfig/ui/textanimtabpage.ui:203
msgctxt "textanimtabpage|BTN_LEFT-atkobject"
msgid "Left"
msgstr "Enta la cucha"
-#: textanimtabpage.ui:218
+#: cui/uiconfig/ui/textanimtabpage.ui:218
msgctxt "textanimtabpage|BTN_DOWN|tooltip_text"
msgid "To bottom"
msgstr ""
-#: textanimtabpage.ui:224
+#: cui/uiconfig/ui/textanimtabpage.ui:224
#, fuzzy
msgctxt "textanimtabpage|BTN_DOWN-atkobject"
msgid "Down"
msgstr "Enta abaixo"
-#: textanimtabpage.ui:289
+#: cui/uiconfig/ui/textanimtabpage.ui:289
msgctxt "textanimtabpage|TSB_START_INSIDE"
msgid "S_tart inside"
msgstr ""
-#: textanimtabpage.ui:306
+#: cui/uiconfig/ui/textanimtabpage.ui:306
msgctxt "textanimtabpage|TSB_STOP_INSIDE"
msgid "Text _visible when exiting"
msgstr ""
-#: textanimtabpage.ui:326
+#: cui/uiconfig/ui/textanimtabpage.ui:326
msgctxt "textanimtabpage|FT_COUNT"
msgid "Animation cycles:"
msgstr ""
-#: textanimtabpage.ui:344
+#: cui/uiconfig/ui/textanimtabpage.ui:344
msgctxt "textanimtabpage|TSB_ENDLESS"
msgid "_Continuous"
msgstr ""
-#: textanimtabpage.ui:390
+#: cui/uiconfig/ui/textanimtabpage.ui:389
msgctxt "textanimtabpage|FT_AMOUNT"
msgid "Increment:"
msgstr ""
-#: textanimtabpage.ui:408
+#: cui/uiconfig/ui/textanimtabpage.ui:407
msgctxt "textanimtabpage|TSB_PIXEL"
msgid "_Pixels"
msgstr ""
-#: textanimtabpage.ui:454
+#: cui/uiconfig/ui/textanimtabpage.ui:452
msgctxt "textanimtabpage|FT_DELAY"
msgid "Delay:"
msgstr ""
-#: textanimtabpage.ui:472
+#: cui/uiconfig/ui/textanimtabpage.ui:470
#, fuzzy
msgctxt "textanimtabpage|TSB_AUTO"
msgid "_Automatic"
msgstr "Automatica"
-#: textanimtabpage.ui:522
+#: cui/uiconfig/ui/textanimtabpage.ui:519
#, fuzzy
msgctxt "textanimtabpage|label2"
msgid "Properties"
msgstr "Propiedatz..."
-#: textattrtabpage.ui:43
+#: cui/uiconfig/ui/textattrtabpage.ui:43
msgctxt "textattrtabpage|TSB_AUTOGROW_WIDTH"
msgid "Fit wi_dth to text"
msgstr ""
-#: textattrtabpage.ui:59
+#: cui/uiconfig/ui/textattrtabpage.ui:59
msgctxt "textattrtabpage|TSB_AUTOGROW_HEIGHT"
msgid "Fit h_eight to text"
msgstr ""
-#: textattrtabpage.ui:75
+#: cui/uiconfig/ui/textattrtabpage.ui:75
msgctxt "textattrtabpage|TSB_FIT_TO_SIZE"
msgid "_Fit to frame"
msgstr ""
-#: textattrtabpage.ui:91
+#: cui/uiconfig/ui/textattrtabpage.ui:91
msgctxt "textattrtabpage|TSB_CONTOUR"
msgid "_Adjust to contour"
msgstr ""
-#: textattrtabpage.ui:113
+#: cui/uiconfig/ui/textattrtabpage.ui:113
msgctxt "textattrtabpage|label1"
msgid "Drawing Object Text"
msgstr ""
-#: textattrtabpage.ui:146
+#: cui/uiconfig/ui/textattrtabpage.ui:146
msgctxt "textattrtabpage|TSB_WORDWRAP_TEXT"
msgid "_Word wrap text in shape"
msgstr ""
-#: textattrtabpage.ui:162
+#: cui/uiconfig/ui/textattrtabpage.ui:162
msgctxt "textattrtabpage|TSB_AUTOGROW_SIZE"
msgid "_Resize shape to fit text"
msgstr ""
-#: textattrtabpage.ui:190
+#: cui/uiconfig/ui/textattrtabpage.ui:190
msgctxt "textattrtabpage|label8"
msgid "Custom Shape Text"
msgstr ""
-#: textattrtabpage.ui:237
+#: cui/uiconfig/ui/textattrtabpage.ui:237
msgctxt "textattrtabpage|label4"
msgid "_Left:"
msgstr ""
-#: textattrtabpage.ui:251
+#: cui/uiconfig/ui/textattrtabpage.ui:251
msgctxt "textattrtabpage|label5"
msgid "_Right:"
msgstr ""
-#: textattrtabpage.ui:265
+#: cui/uiconfig/ui/textattrtabpage.ui:265
msgctxt "textattrtabpage|label6"
msgid "_Top:"
msgstr ""
-#: textattrtabpage.ui:279
+#: cui/uiconfig/ui/textattrtabpage.ui:279
#, fuzzy
msgctxt "textattrtabpage|label7"
msgid "_Bottom:"
msgstr "Cobaixo"
-#: textattrtabpage.ui:349
+#: cui/uiconfig/ui/textattrtabpage.ui:345
msgctxt "textattrtabpage|label2"
msgid "Spacing to Borders"
msgstr ""
-#: textattrtabpage.ui:398
+#: cui/uiconfig/ui/textattrtabpage.ui:394
msgctxt "textattrtabpage|TSB_FULL_WIDTH"
msgid "Full _width"
msgstr ""
-#: textattrtabpage.ui:421
+#: cui/uiconfig/ui/textattrtabpage.ui:417
msgctxt "textattrtabpage|label3"
msgid "Text Anchor"
msgstr ""
-#: textdialog.ui:8
+#: cui/uiconfig/ui/textdialog.ui:8
msgctxt "textdialog|TextDialog"
msgid "Text"
msgstr "Texto"
-#: textdialog.ui:106
+#: cui/uiconfig/ui/textdialog.ui:106
msgctxt "textdialog|RID_SVXPAGE_TEXTATTR"
msgid "Text"
msgstr "Texto"
-#: textdialog.ui:128
+#: cui/uiconfig/ui/textdialog.ui:128
msgctxt "textdialog|RID_SVXPAGE_TEXTANIMATION"
msgid "Text Animation"
msgstr ""
-#: textflowpage.ui:53
+#: cui/uiconfig/ui/textflowpage.ui:53
msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr ""
-#: textflowpage.ui:118
+#: cui/uiconfig/ui/textflowpage.ui:115
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr ""
-#: textflowpage.ui:132
+#: cui/uiconfig/ui/textflowpage.ui:129
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr ""
-#: textflowpage.ui:146
+#: cui/uiconfig/ui/textflowpage.ui:143
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum number of consecutive hyphens"
msgstr ""
-#: textflowpage.ui:163
+#: cui/uiconfig/ui/textflowpage.ui:160
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr ""
-#: textflowpage.ui:196
+#: cui/uiconfig/ui/textflowpage.ui:193
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr ""
-#: textflowpage.ui:212
+#: cui/uiconfig/ui/textflowpage.ui:209
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
-#: textflowpage.ui:231
+#: cui/uiconfig/ui/textflowpage.ui:231
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Tipo"
-#: textflowpage.ui:260
+#: cui/uiconfig/ui/textflowpage.ui:259
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr ""
-#: textflowpage.ui:275
+#: cui/uiconfig/ui/textflowpage.ui:277
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Posición"
-#: textflowpage.ui:295
+#: cui/uiconfig/ui/textflowpage.ui:297
#, fuzzy
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Estilo d'a fuella"
-#: textflowpage.ui:309
+#: cui/uiconfig/ui/textflowpage.ui:311
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Pachina"
-#: textflowpage.ui:310
+#: cui/uiconfig/ui/textflowpage.ui:312
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Columna"
-#: textflowpage.ui:323
+#: cui/uiconfig/ui/textflowpage.ui:325
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr ""
-#: textflowpage.ui:324
+#: cui/uiconfig/ui/textflowpage.ui:326
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr ""
-#: textflowpage.ui:343
+#: cui/uiconfig/ui/textflowpage.ui:345
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
-#: textflowpage.ui:375
+#: cui/uiconfig/ui/textflowpage.ui:377
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr ""
-#: textflowpage.ui:391
+#: cui/uiconfig/ui/textflowpage.ui:393
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr ""
-#: textflowpage.ui:407
+#: cui/uiconfig/ui/textflowpage.ui:409
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr ""
-#: textflowpage.ui:423
+#: cui/uiconfig/ui/textflowpage.ui:428
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr ""
-#: textflowpage.ui:473
+#: cui/uiconfig/ui/textflowpage.ui:479
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr ""
-#: textflowpage.ui:485
+#: cui/uiconfig/ui/textflowpage.ui:491
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr ""
-#: textflowpage.ui:513
+#: cui/uiconfig/ui/textflowpage.ui:519
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "Opcions"
-#: thesaurus.ui:14
+#: cui/uiconfig/ui/thesaurus.ui:14
msgctxt "thesaurus|ThesaurusDialog"
msgid "Thesaurus"
msgstr ""
-#: thesaurus.ui:43
+#: cui/uiconfig/ui/thesaurus.ui:43
msgctxt "thesaurus|replace"
msgid "_Replace"
msgstr ""
-#: thesaurus.ui:89
+#: cui/uiconfig/ui/thesaurus.ui:89
msgctxt "thesaurus|label1"
msgid "Current word:"
msgstr ""
-#: thesaurus.ui:104
+#: cui/uiconfig/ui/thesaurus.ui:104
msgctxt "thesaurus|label2"
msgid "Alternatives:"
msgstr ""
-#: thesaurus.ui:119
+#: cui/uiconfig/ui/thesaurus.ui:119
msgctxt "thesaurus|label3"
msgid "Replace with:"
msgstr ""
-#: transparencytabpage.ui:25
+#: cui/uiconfig/ui/transparencytabpage.ui:25
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Linear"
msgstr ""
-#: transparencytabpage.ui:29
+#: cui/uiconfig/ui/transparencytabpage.ui:29
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Axial"
msgstr ""
-#: transparencytabpage.ui:33
+#: cui/uiconfig/ui/transparencytabpage.ui:33
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Radial"
msgstr ""
-#: transparencytabpage.ui:37
+#: cui/uiconfig/ui/transparencytabpage.ui:37
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Ellipsoid"
msgstr ""
-#: transparencytabpage.ui:41
+#: cui/uiconfig/ui/transparencytabpage.ui:41
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Quadratic"
msgstr ""
-#: transparencytabpage.ui:45
+#: cui/uiconfig/ui/transparencytabpage.ui:45
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Square"
msgstr ""
-#: transparencytabpage.ui:85
+#: cui/uiconfig/ui/transparencytabpage.ui:85
msgctxt "transparencytabpage|RBT_TRANS_OFF"
msgid "_No transparency"
msgstr ""
-#: transparencytabpage.ui:103
+#: cui/uiconfig/ui/transparencytabpage.ui:103
msgctxt "transparencytabpage|RBT_TRANS_LINEAR"
msgid "_Transparency:"
msgstr ""
-#: transparencytabpage.ui:124
+#: cui/uiconfig/ui/transparencytabpage.ui:124
msgctxt "transparencytabpage|RBT_TRANS_GRADIENT"
msgid "_Gradient"
msgstr ""
-#: transparencytabpage.ui:266
+#: cui/uiconfig/ui/transparencytabpage.ui:259
#, fuzzy
msgctxt "transparencytabpage|FT_TRGR_TYPE"
msgid "Ty_pe:"
msgstr "Tipo"
-#: transparencytabpage.ui:287
+#: cui/uiconfig/ui/transparencytabpage.ui:280
msgctxt "transparencytabpage|FT_TRGR_CENTER_X"
msgid "Center _X:"
msgstr ""
-#: transparencytabpage.ui:308
+#: cui/uiconfig/ui/transparencytabpage.ui:301
msgctxt "transparencytabpage|FT_TRGR_CENTER_Y"
msgid "Center _Y:"
msgstr ""
-#: transparencytabpage.ui:329
+#: cui/uiconfig/ui/transparencytabpage.ui:322
msgctxt "transparencytabpage|FT_TRGR_ANGLE"
msgid "_Angle:"
msgstr ""
-#: transparencytabpage.ui:350
+#: cui/uiconfig/ui/transparencytabpage.ui:343
#, fuzzy
msgctxt "transparencytabpage|FT_TRGR_BORDER"
msgid "_Border:"
msgstr "Cantos"
-#: transparencytabpage.ui:371
+#: cui/uiconfig/ui/transparencytabpage.ui:364
msgctxt "transparencytabpage|FT_TRGR_START_VALUE"
msgid "_Start value:"
msgstr ""
-#: transparencytabpage.ui:392
+#: cui/uiconfig/ui/transparencytabpage.ui:385
msgctxt "transparencytabpage|FT_TRGR_END_VALUE"
msgid "_End value:"
msgstr ""
-#: transparencytabpage.ui:435
+#: cui/uiconfig/ui/transparencytabpage.ui:428
msgctxt "transparencytabpage|CTL_BITMAP_PREVIEW-atkobject"
msgid "Example"
msgstr "Eixemplo"
-#: transparencytabpage.ui:453
+#: cui/uiconfig/ui/transparencytabpage.ui:446
msgctxt "transparencytabpage|CTL_TRANS_PREVIEW-atkobject"
msgid "Example"
msgstr "Eixemplo"
-#: transparencytabpage.ui:494
+#: cui/uiconfig/ui/transparencytabpage.ui:487
msgctxt "transparencytabpage|FL_PROP"
msgid "Area Transparency Mode"
msgstr ""
-#: tsaurldialog.ui:7
+#: cui/uiconfig/ui/tsaurldialog.ui:7
msgctxt "tsaurldialog|TSAURLDialog"
msgid "Time Stamping Authority URLs"
msgstr ""
-#: tsaurldialog.ui:35
+#: cui/uiconfig/ui/tsaurldialog.ui:35
msgctxt "tsaurldialog|delete"
msgid "_Delete..."
msgstr ""
-#: tsaurldialog.ui:51
+#: cui/uiconfig/ui/tsaurldialog.ui:51
#, fuzzy
msgctxt "tsaurldialog|add"
msgid "_Add..."
msgstr "~Adhibir..."
-#: tsaurldialog.ui:131
+#: cui/uiconfig/ui/tsaurldialog.ui:131
msgctxt "tsaurldialog|label2"
msgid "Add or delete Time Stamp Authority URLs"
msgstr ""
-#: tsaurldialog.ui:167
+#: cui/uiconfig/ui/tsaurldialog.ui:167
msgctxt "tsaurldialog|enteraurl"
msgid "Enter a Time Stamp Authority URL"
msgstr ""
-#: tsaurldialog.ui:197
+#: cui/uiconfig/ui/tsaurldialog.ui:197
msgctxt "tsaurldialog|label1"
msgid "TSA URL"
msgstr ""
-#: twolinespage.ui:14
+#: cui/uiconfig/ui/twolinespage.ui:14
msgctxt "twolinespage|liststore1"
msgid "(None)"
msgstr ""
-#: twolinespage.ui:18
+#: cui/uiconfig/ui/twolinespage.ui:18
msgctxt "twolinespage|liststore1"
msgid "("
msgstr ""
-#: twolinespage.ui:22
+#: cui/uiconfig/ui/twolinespage.ui:22
msgctxt "twolinespage|liststore1"
msgid "["
msgstr ""
-#: twolinespage.ui:26
+#: cui/uiconfig/ui/twolinespage.ui:26
msgctxt "twolinespage|liststore1"
msgid "<"
msgstr ""
-#: twolinespage.ui:30
+#: cui/uiconfig/ui/twolinespage.ui:30
msgctxt "twolinespage|liststore1"
msgid "{"
msgstr ""
-#: twolinespage.ui:34
+#: cui/uiconfig/ui/twolinespage.ui:34
msgctxt "twolinespage|liststore1"
msgid "Other Characters..."
msgstr ""
-#: twolinespage.ui:48
+#: cui/uiconfig/ui/twolinespage.ui:48
msgctxt "twolinespage|liststore2"
msgid "(None)"
msgstr ""
-#: twolinespage.ui:52
+#: cui/uiconfig/ui/twolinespage.ui:52
msgctxt "twolinespage|liststore2"
msgid ")"
msgstr ""
-#: twolinespage.ui:56
+#: cui/uiconfig/ui/twolinespage.ui:56
msgctxt "twolinespage|liststore2"
msgid "]"
msgstr ""
-#: twolinespage.ui:60
+#: cui/uiconfig/ui/twolinespage.ui:60
msgctxt "twolinespage|liststore2"
msgid ">"
msgstr ""
-#: twolinespage.ui:64
+#: cui/uiconfig/ui/twolinespage.ui:64
msgctxt "twolinespage|liststore2"
msgid "}"
msgstr ""
-#: twolinespage.ui:68
+#: cui/uiconfig/ui/twolinespage.ui:68
msgctxt "twolinespage|liststore2"
msgid "Other Characters..."
msgstr ""
-#: twolinespage.ui:93
+#: cui/uiconfig/ui/twolinespage.ui:93
msgctxt "twolinespage|twolines"
msgid "Write in double lines"
msgstr ""
-#: twolinespage.ui:107
+#: cui/uiconfig/ui/twolinespage.ui:108
msgctxt "twolinespage|label2"
msgid "Double-lined"
msgstr ""
-#: twolinespage.ui:142
+#: cui/uiconfig/ui/twolinespage.ui:143
msgctxt "twolinespage|label29"
msgid "Initial character"
msgstr ""
-#: twolinespage.ui:155
+#: cui/uiconfig/ui/twolinespage.ui:156
msgctxt "twolinespage|label30"
msgid "Final character"
msgstr ""
-#: twolinespage.ui:206
+#: cui/uiconfig/ui/twolinespage.ui:207
msgctxt "twolinespage|label28"
msgid "Enclosing Character"
msgstr ""
-#: twolinespage.ui:233
+#: cui/uiconfig/ui/twolinespage.ui:234
msgctxt "twolinespage|preview-atkobject"
msgid "Preview"
msgstr ""
-#: wordcompletionpage.ui:43
+#: cui/uiconfig/ui/wordcompletionpage.ui:43
msgctxt "wordcompletionpage|delete"
msgid "_Delete Entry"
msgstr ""
-#: wordcompletionpage.ui:87
+#: cui/uiconfig/ui/wordcompletionpage.ui:87
msgctxt "wordcompletionpage|label1"
msgid "_Max. entries:"
msgstr ""
-#: wordcompletionpage.ui:126
+#: cui/uiconfig/ui/wordcompletionpage.ui:126
msgctxt "wordcompletionpage|label2"
msgid "Mi_n. word length:"
msgstr ""
-#: wordcompletionpage.ui:172
+#: cui/uiconfig/ui/wordcompletionpage.ui:172
msgctxt "wordcompletionpage|appendspace"
msgid "_Append space"
msgstr ""
-#: wordcompletionpage.ui:187
+#: cui/uiconfig/ui/wordcompletionpage.ui:187
msgctxt "wordcompletionpage|showastip"
msgid "_Show as tip"
msgstr ""
-#: wordcompletionpage.ui:210
+#: cui/uiconfig/ui/wordcompletionpage.ui:210
msgctxt "wordcompletionpage|enablewordcomplete"
msgid "Enable word _completion"
msgstr ""
-#: wordcompletionpage.ui:246
+#: cui/uiconfig/ui/wordcompletionpage.ui:246
msgctxt "wordcompletionpage|whenclosing"
msgid "_When closing a document, remove the words collected from it from the list"
msgstr ""
-#: wordcompletionpage.ui:269
+#: cui/uiconfig/ui/wordcompletionpage.ui:269
msgctxt "wordcompletionpage|collectwords"
msgid "C_ollect words"
msgstr ""
-#: wordcompletionpage.ui:299
+#: cui/uiconfig/ui/wordcompletionpage.ui:299
msgctxt "wordcompletionpage|label3"
msgid "Acc_ept with:"
msgstr ""
-#: zoomdialog.ui:14
+#: cui/uiconfig/ui/zoomdialog.ui:19
msgctxt "zoomdialog|ZoomDialog"
msgid "Zoom & View Layout"
msgstr ""
-#: zoomdialog.ui:103
+#: cui/uiconfig/ui/zoomdialog.ui:112
msgctxt "zoomdialog|optimal"
msgid "Optimal"
msgstr ""
-#: zoomdialog.ui:120
+#: cui/uiconfig/ui/zoomdialog.ui:129
#, fuzzy
msgctxt "zoomdialog|fitwandh"
msgid "Fit width and height"
msgstr "Ach~ustar automaticament l'amplaria y l'altaria"
-#: zoomdialog.ui:137
+#: cui/uiconfig/ui/zoomdialog.ui:146
msgctxt "zoomdialog|fitw"
msgid "Fit width"
msgstr ""
-#: zoomdialog.ui:154
+#: cui/uiconfig/ui/zoomdialog.ui:163
msgctxt "zoomdialog|100pc"
msgid "100%"
msgstr "100%"
-#: zoomdialog.ui:176
+#: cui/uiconfig/ui/zoomdialog.ui:185
msgctxt "zoomdialog|variable"
msgid "Variable:"
msgstr ""
-#: zoomdialog.ui:204
+#: cui/uiconfig/ui/zoomdialog.ui:214
msgctxt "zoomdialog|zoomsb-atkobject"
msgid "Variable"
msgstr ""
-#: zoomdialog.ui:229
+#: cui/uiconfig/ui/zoomdialog.ui:239
msgctxt "zoomdialog|label2"
msgid "Zoom Factor"
msgstr ""
-#: zoomdialog.ui:262
+#: cui/uiconfig/ui/zoomdialog.ui:272
msgctxt "zoomdialog|automatic"
msgid "Automatic"
msgstr "Automatica"
-#: zoomdialog.ui:279
+#: cui/uiconfig/ui/zoomdialog.ui:288
msgctxt "zoomdialog|singlepage"
msgid "Single page"
msgstr ""
-#: zoomdialog.ui:301
+#: cui/uiconfig/ui/zoomdialog.ui:310
#, fuzzy
msgctxt "zoomdialog|columns"
msgid "Columns:"
msgstr "Columna"
-#: zoomdialog.ui:332
+#: cui/uiconfig/ui/zoomdialog.ui:341
#, fuzzy
msgctxt "zoomdialog|columnssb-atkobject"
msgid "Columns"
msgstr "Columna"
-#: zoomdialog.ui:356
+#: cui/uiconfig/ui/zoomdialog.ui:365
msgctxt "zoomdialog|bookmode"
msgid "Book mode"
msgstr ""
-#: zoomdialog.ui:383
+#: cui/uiconfig/ui/zoomdialog.ui:393
msgctxt "zoomdialog|label1"
msgid "View Layout"
msgstr ""
diff --git a/source/an/dbaccess/messages.po b/source/an/dbaccess/messages.po
index a72dbc62f02..63fcb08205f 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: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+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"
@@ -13,200 +13,200 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: query.hrc:26
+#: dbaccess/inc/query.hrc:26
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The table view"
msgstr ""
-#: query.hrc:27
+#: dbaccess/inc/query.hrc:27
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The query"
msgstr ""
-#: query.hrc:28
+#: dbaccess/inc/query.hrc:28
msgctxt "RSC_QUERY_OBJECT_TYPE"
msgid "The SQL statement"
msgstr ""
-#: strings.hrc:25
+#: dbaccess/inc/strings.hrc:25
msgctxt "RID_STR_CONNECTION_INVALID"
msgid "No connection could be established."
msgstr ""
-#: strings.hrc:26
+#: dbaccess/inc/strings.hrc:26
msgctxt "RID_STR_TABLE_IS_FILTERED"
msgid "The table $name$ already exists. It is not visible because it has been filtered out."
msgstr ""
-#: strings.hrc:27
+#: dbaccess/inc/strings.hrc:27
msgctxt "RID_STR_COULDNOTCONNECT_UNSPECIFIED"
msgid "The connection to the external data source could not be established. An unknown error occurred. The driver is probably defective."
msgstr ""
-#: strings.hrc:28
+#: dbaccess/inc/strings.hrc:28
msgctxt "RID_STR_COULDNOTCONNECT_NODRIVER"
msgid "The connection to the external data source could not be established. No SDBC driver was found for the URL '$name$'."
msgstr ""
-#: strings.hrc:29
+#: dbaccess/inc/strings.hrc:29
msgctxt "RID_STR_COULDNOTLOAD_MANAGER"
msgid "The connection to the external data source could not be established. The SDBC driver manager could not be loaded."
msgstr ""
-#: strings.hrc:30
+#: dbaccess/inc/strings.hrc:30
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr ""
-#: strings.hrc:31
+#: dbaccess/inc/strings.hrc:31
msgctxt "RID_STR_REPORT"
msgid "Report"
msgstr ""
-#: strings.hrc:32
+#: dbaccess/inc/strings.hrc:32
msgctxt "RID_STR_DATASOURCE_NOT_STORED"
msgid "The data source was not saved. Please use the interface XStorable to save the data source."
msgstr ""
-#: strings.hrc:33
+#: dbaccess/inc/strings.hrc:33
msgctxt "RID_STR_ONLY_QUERY"
msgid ""
"The given command is not a SELECT statement.\n"
"Only queries are allowed."
msgstr ""
-#: strings.hrc:34
+#: dbaccess/inc/strings.hrc:34
msgctxt "RID_STR_NO_VALUE_CHANGED"
msgid "No values were modified."
msgstr ""
-#: strings.hrc:35
+#: dbaccess/inc/strings.hrc:35
msgctxt "RID_STR_NO_XROWUPDATE"
msgid "Values could not be inserted. The XRowUpdate interface is not supported by ResultSet."
msgstr ""
-#: strings.hrc:36
+#: dbaccess/inc/strings.hrc:36
msgctxt "RID_STR_NO_XRESULTSETUPDATE"
msgid "Values could not be inserted. The XResultSetUpdate interface is not supported by ResultSet."
msgstr ""
-#: strings.hrc:37
+#: dbaccess/inc/strings.hrc:37
msgctxt "RID_STR_NO_UPDATE_MISSING_CONDITION"
msgid "Values could not be modified, due to a missing condition statement."
msgstr ""
-#: strings.hrc:38
+#: dbaccess/inc/strings.hrc:38
msgctxt "RID_STR_NO_COLUMN_ADD"
msgid "The adding of columns is not supported."
msgstr ""
-#: strings.hrc:39
+#: dbaccess/inc/strings.hrc:39
msgctxt "RID_STR_NO_COLUMN_DROP"
msgid "The dropping of columns is not supported."
msgstr ""
-#: strings.hrc:40
+#: dbaccess/inc/strings.hrc:40
msgctxt "RID_STR_NO_CONDITION_FOR_PK"
msgid "The WHERE condition could not be created for the primary key."
msgstr ""
-#: strings.hrc:41
+#: dbaccess/inc/strings.hrc:41
msgctxt "RID_STR_COLUMN_UNKNOWN_PROP"
msgid "The column does not support the property '%value'."
msgstr ""
-#: strings.hrc:42
+#: dbaccess/inc/strings.hrc:42
msgctxt "RID_STR_COLUMN_NOT_SEARCHABLE"
msgid "The column is not searchable!"
msgstr ""
-#: strings.hrc:43
+#: dbaccess/inc/strings.hrc:43
msgctxt "RID_STR_NOT_SEQUENCE_INT8"
msgid "The value of the columns is not of the type Sequence<sal_Int8>."
msgstr ""
-#: strings.hrc:44
+#: dbaccess/inc/strings.hrc:44
msgctxt "RID_STR_COLUMN_NOT_VALID"
msgid "The column is not valid."
msgstr ""
-#: strings.hrc:45
+#: dbaccess/inc/strings.hrc:45
#, c-format
msgctxt "RID_STR_COLUMN_MUST_VISIBLE"
msgid "The column '%name' must be visible as a column."
msgstr ""
-#: strings.hrc:46
+#: dbaccess/inc/strings.hrc:46
msgctxt "RID_STR_NO_XQUERIESSUPPLIER"
msgid "The interface XQueriesSupplier is not available."
msgstr ""
-#: strings.hrc:47
+#: dbaccess/inc/strings.hrc:47
msgctxt "RID_STR_NO_ABS_ZERO"
msgid "An 'absolute(0)' call is not allowed."
msgstr ""
-#: strings.hrc:48
+#: dbaccess/inc/strings.hrc:48
msgctxt "RID_STR_NO_RELATIVE"
msgid "Relative positioning is not allowed in this state."
msgstr ""
-#: strings.hrc:49
+#: dbaccess/inc/strings.hrc:49
msgctxt "RID_STR_NO_REFESH_AFTERLAST"
msgid "A row cannot be refreshed when the ResultSet is positioned after the last row."
msgstr ""
-#: strings.hrc:50
+#: dbaccess/inc/strings.hrc:50
msgctxt "RID_STR_NO_MOVETOINSERTROW_CALLED"
msgid "A new row cannot be inserted when the ResultSet is not first moved to the insert row."
msgstr ""
-#: strings.hrc:51
+#: dbaccess/inc/strings.hrc:51
msgctxt "RID_STR_NO_UPDATEROW"
msgid "A row cannot be modified in this state"
msgstr ""
-#: strings.hrc:52
+#: dbaccess/inc/strings.hrc:52
msgctxt "RID_STR_NO_DELETEROW"
msgid "A row cannot be deleted in this state."
msgstr ""
-#: strings.hrc:53
+#: dbaccess/inc/strings.hrc:53
msgctxt "RID_STR_NO_TABLE_RENAME"
msgid "The driver does not support table renaming."
msgstr ""
-#: strings.hrc:54
+#: dbaccess/inc/strings.hrc:54
msgctxt "RID_STR_COLUMN_ALTER_BY_NAME"
msgid "The driver does not support the modification of column descriptions by changing the name."
msgstr ""
-#: strings.hrc:55
+#: dbaccess/inc/strings.hrc:55
msgctxt "RID_STR_COLUMN_ALTER_BY_INDEX"
msgid "The driver does not support the modification of column descriptions by changing the index."
msgstr ""
-#: strings.hrc:56
+#: dbaccess/inc/strings.hrc:56
msgctxt "RID_STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr ""
-#: strings.hrc:57
+#: dbaccess/inc/strings.hrc:57
msgctxt "RID_STR_TABLE_DOES_NOT_EXIST"
msgid "There exists no table named \"$table$\"."
msgstr ""
-#: strings.hrc:58
+#: dbaccess/inc/strings.hrc:58
msgctxt "RID_STR_QUERY_DOES_NOT_EXIST"
msgid "There exists no query named \"$table$\"."
msgstr ""
-#: strings.hrc:59
+#: dbaccess/inc/strings.hrc:59
msgctxt "RID_STR_CONFLICTING_NAMES"
msgid "There are tables in the database whose names conflict with the names of existing queries. To make full use of all queries and tables, make sure they have distinct names."
msgstr ""
-#: strings.hrc:60
+#: dbaccess/inc/strings.hrc:60
msgctxt "RID_STR_COMMAND_LEADING_TO_ERROR"
msgid ""
"The SQL command leading to this error is:\n"
@@ -214,498 +214,498 @@ msgid ""
"$command$"
msgstr ""
-#: strings.hrc:61
+#: dbaccess/inc/strings.hrc:61
msgctxt "RID_STR_STATEMENT_WITHOUT_RESULT_SET"
msgid "The SQL command does not describe a result set."
msgstr ""
-#: strings.hrc:62
+#: dbaccess/inc/strings.hrc:62
msgctxt "RID_STR_NAME_MUST_NOT_BE_EMPTY"
msgid "The name must not be empty."
msgstr ""
-#: strings.hrc:63
+#: dbaccess/inc/strings.hrc:63
msgctxt "RID_STR_NO_NULL_OBJECTS_IN_CONTAINER"
msgid "The container cannot contain NULL objects."
msgstr ""
-#: strings.hrc:64
+#: dbaccess/inc/strings.hrc:64
msgctxt "RID_STR_NAME_ALREADY_USED"
msgid "There already is an object with the given name."
msgstr ""
-#: strings.hrc:65
+#: dbaccess/inc/strings.hrc:65
msgctxt "RID_STR_OBJECT_CONTAINER_MISMATCH"
msgid "This object cannot be part of this container."
msgstr ""
-#: strings.hrc:66
+#: dbaccess/inc/strings.hrc:66
msgctxt "RID_STR_OBJECT_ALREADY_CONTAINED"
msgid "The object already is, with a different name, part of the container."
msgstr ""
-#: strings.hrc:67
+#: dbaccess/inc/strings.hrc:67
msgctxt "RID_STR_NAME_NOT_FOUND"
msgid "Unable to find the document '$name$'."
msgstr ""
-#: strings.hrc:68
+#: dbaccess/inc/strings.hrc:68
msgctxt "RID_STR_ERROR_WHILE_SAVING"
msgid ""
"Could not save the document to $location$:\n"
"$message$"
msgstr ""
-#: strings.hrc:69
+#: dbaccess/inc/strings.hrc:69
msgctxt "RID_NO_SUCH_DATA_SOURCE"
msgid ""
"Error accessing data source '$name$':\n"
"$error$"
msgstr ""
-#: strings.hrc:70
+#: dbaccess/inc/strings.hrc:70
msgctxt "RID_STR_NO_SUB_FOLDER"
msgid "There exists no folder named \"$folder$\"."
msgstr ""
-#: strings.hrc:71
+#: dbaccess/inc/strings.hrc:71
msgctxt "RID_STR_NO_DELETE_BEFORE_AFTER"
msgid "Cannot delete the before-first or after-last row."
msgstr ""
-#: strings.hrc:72
+#: dbaccess/inc/strings.hrc:72
msgctxt "RID_STR_NO_DELETE_INSERT_ROW"
msgid "Cannot delete the insert-row."
msgstr ""
-#: strings.hrc:73
+#: dbaccess/inc/strings.hrc:73
msgctxt "RID_STR_RESULT_IS_READONLY"
msgid "Result set is read only."
msgstr ""
-#: strings.hrc:74
+#: dbaccess/inc/strings.hrc:74
msgctxt "RID_STR_NO_DELETE_PRIVILEGE"
msgid "DELETE privilege not available."
msgstr ""
-#: strings.hrc:75
+#: dbaccess/inc/strings.hrc:75
msgctxt "RID_STR_ROW_ALREADY_DELETED"
msgid "Current row is already deleted."
msgstr ""
-#: strings.hrc:76
+#: dbaccess/inc/strings.hrc:76
msgctxt "RID_STR_UPDATE_FAILED"
msgid "Current row could not be updated."
msgstr ""
-#: strings.hrc:77
+#: dbaccess/inc/strings.hrc:77
msgctxt "RID_STR_NO_INSERT_PRIVILEGE"
msgid "INSERT privilege not available."
msgstr ""
-#: strings.hrc:78
+#: dbaccess/inc/strings.hrc:78
msgctxt "RID_STR_INTERNAL_ERROR"
msgid "Internal error: no statement object provided by the database driver."
msgstr ""
-#: strings.hrc:79
+#: dbaccess/inc/strings.hrc:79
msgctxt "RID_STR_EXPRESSION1"
msgid "Expression1"
msgstr ""
-#: strings.hrc:80
+#: dbaccess/inc/strings.hrc:80
msgctxt "RID_STR_NO_SQL_COMMAND"
msgid "No SQL command was provided."
msgstr ""
-#: strings.hrc:81
+#: dbaccess/inc/strings.hrc:81
msgctxt "RID_STR_INVALID_INDEX"
msgid "Invalid column index."
msgstr ""
-#: strings.hrc:82
+#: dbaccess/inc/strings.hrc:82
msgctxt "RID_STR_INVALID_CURSOR_STATE"
msgid "Invalid cursor state."
msgstr ""
-#: strings.hrc:83
+#: dbaccess/inc/strings.hrc:83
msgctxt "RID_STR_CURSOR_BEFORE_OR_AFTER"
msgid "The cursor points to before the first or after the last row."
msgstr ""
-#: strings.hrc:84
+#: dbaccess/inc/strings.hrc:84
msgctxt "RID_STR_NO_BOOKMARK_BEFORE_OR_AFTER"
msgid "The rows before the first and after the last row don't have a bookmark."
msgstr ""
-#: strings.hrc:85
+#: dbaccess/inc/strings.hrc:85
msgctxt "RID_STR_NO_BOOKMARK_DELETED"
msgid "The current row is deleted, and thus doesn't have a bookmark."
msgstr ""
-#: strings.hrc:86
+#: dbaccess/inc/strings.hrc:86
msgctxt "RID_STR_CONNECTION_REQUEST"
msgid "A connection for the following URL was requested \"$name$\"."
msgstr ""
-#: strings.hrc:87
+#: dbaccess/inc/strings.hrc:87
msgctxt "RID_STR_MISSING_EXTENSION"
msgid "The extension is not installed."
msgstr ""
-#: strings.hrc:89
+#: dbaccess/inc/strings.hrc:89
msgctxt "STR_QUERY_AND_TABLE_DISTINCT_NAMES"
msgid "You cannot give a table and a query the same name. Please use a name which is not yet used by a query or table."
msgstr ""
-#: strings.hrc:90
+#: dbaccess/inc/strings.hrc:90
msgctxt "STR_BASENAME_TABLE"
msgid "Table"
msgstr "Tabla"
-#: strings.hrc:91
+#: dbaccess/inc/strings.hrc:91
msgctxt "STR_BASENAME_QUERY"
msgid "Query"
msgstr "Consulta"
-#: strings.hrc:92
+#: dbaccess/inc/strings.hrc:92
msgctxt "STR_CONN_WITHOUT_QUERIES_OR_TABLES"
msgid "The given connection is no valid query and/or tables supplier."
msgstr ""
-#: strings.hrc:93
+#: dbaccess/inc/strings.hrc:93
msgctxt "STR_NO_TABLE_OBJECT"
msgid "The given object is no table object."
msgstr ""
-#: strings.hrc:94
+#: dbaccess/inc/strings.hrc:94
msgctxt "STR_INVALID_COMPOSITION_TYPE"
msgid "Invalid composition type - need a value from com.sun.star.sdb.tools.CompositionType."
msgstr ""
-#: strings.hrc:95
+#: dbaccess/inc/strings.hrc:95
msgctxt "STR_INVALID_COMMAND_TYPE"
msgid "Invalid command type - only TABLE and QUERY from com.sun.star.sdb.CommandType are allowed."
msgstr ""
-#: strings.hrc:97
+#: dbaccess/inc/strings.hrc:97
msgctxt "STR_STATE_CLOSE_SUB_DOCS"
msgid "Prepare"
msgstr ""
-#: strings.hrc:98
+#: dbaccess/inc/strings.hrc:98
msgctxt "STR_STATE_BACKUP_DBDOC"
msgid "Backup Document"
msgstr ""
-#: strings.hrc:99
+#: dbaccess/inc/strings.hrc:99
msgctxt "STR_STATE_MIGRATE"
msgid "Migrate"
msgstr ""
-#: strings.hrc:100
+#: dbaccess/inc/strings.hrc:100
msgctxt "STR_STATE_SUMMARY"
msgid "Summary"
msgstr ""
#. To translators: This refers to a form documen t inside a database document.
-#: strings.hrc:102
+#: dbaccess/inc/strings.hrc:102
msgctxt "STR_FORM"
msgid "Form '$name$'"
msgstr ""
#. To translators: This refers to a report docum ent inside a database document.
-#: strings.hrc:104
+#: dbaccess/inc/strings.hrc:104
msgctxt "STR_REPORT"
msgid "Report '$name$'"
msgstr ""
-#: strings.hrc:105
+#: dbaccess/inc/strings.hrc:105
msgctxt "STR_OVERALL_PROGRESS"
msgid "document $current$ of $overall$"
msgstr ""
-#: strings.hrc:106
+#: dbaccess/inc/strings.hrc:106
msgctxt "STR_DATABASE_DOCUMENT"
msgid "Database Document"
msgstr ""
-#: strings.hrc:107
+#: dbaccess/inc/strings.hrc:107
msgctxt "STR_SAVED_COPY_TO"
msgid "saved copy to $location$"
msgstr ""
-#: strings.hrc:108
+#: dbaccess/inc/strings.hrc:108
msgctxt "STR_MOVED_LIBRARY"
msgid "migrated $type$ library '$old$' to '$new$'"
msgstr ""
-#: strings.hrc:109
+#: dbaccess/inc/strings.hrc:109
msgctxt "STR_LIBRARY_TYPE_AND_NAME"
msgid "$type$ library '$library$'"
msgstr ""
-#: strings.hrc:110
+#: dbaccess/inc/strings.hrc:110
msgctxt "STR_MIGRATING_LIBS"
msgid "migrating libraries ..."
msgstr ""
-#: strings.hrc:111
+#: dbaccess/inc/strings.hrc:111
#, fuzzy
msgctxt "STR_OOO_BASIC"
msgid "%PRODUCTNAME Basic"
msgstr "%PRODUCTNAME %s"
-#: strings.hrc:112
+#: dbaccess/inc/strings.hrc:112
msgctxt "STR_JAVA_SCRIPT"
msgid "JavaScript"
msgstr ""
-#: strings.hrc:113
+#: dbaccess/inc/strings.hrc:113
msgctxt "STR_BEAN_SHELL"
msgid "BeanShell"
msgstr ""
-#: strings.hrc:114
+#: dbaccess/inc/strings.hrc:114
msgctxt "STR_JAVA"
msgid "Java"
msgstr ""
-#: strings.hrc:115
+#: dbaccess/inc/strings.hrc:115
msgctxt "STR_PYTHON"
msgid "Python"
msgstr ""
-#: strings.hrc:116
+#: dbaccess/inc/strings.hrc:116
msgctxt "STR_DIALOG"
msgid "dialog"
msgstr ""
-#: strings.hrc:117
+#: dbaccess/inc/strings.hrc:117
msgctxt "STR_ERRORS"
msgid "Error(s)"
msgstr ""
-#: strings.hrc:118
+#: dbaccess/inc/strings.hrc:118
#, fuzzy
msgctxt "STR_WARNINGS"
msgid "Warnings"
msgstr "~Alvertencia"
-#: strings.hrc:119
+#: dbaccess/inc/strings.hrc:119
msgctxt "STR_EXCEPTION"
msgid "caught exception:"
msgstr ""
-#: strings.hrc:120
+#: dbaccess/inc/strings.hrc:120
msgctxt "STR_INVALID_BACKUP_LOCATION"
msgid "You need to choose a backup location other than the document location itself."
msgstr ""
-#: strings.hrc:121
+#: dbaccess/inc/strings.hrc:121
msgctxt "STR_INVALID_NUMBER_ARGS"
msgid "Invalid number of initialization arguments. Expected 1."
msgstr ""
-#: strings.hrc:122
+#: dbaccess/inc/strings.hrc:122
msgctxt "STR_NO_DATABASE"
msgid "No database document found in the initialization arguments."
msgstr ""
-#: strings.hrc:123
+#: dbaccess/inc/strings.hrc:123
msgctxt "STR_NOT_READONLY"
msgid "Not applicable to read-only documents."
msgstr ""
-#: strings.hrc:125
+#: dbaccess/inc/strings.hrc:125
msgctxt "STR_QUERY_UNDO_TABWINSHOW"
msgid "Add Table Window"
msgstr ""
-#: strings.hrc:126
+#: dbaccess/inc/strings.hrc:126
msgctxt "STR_QUERY_UNDO_MOVETABWIN"
msgid "Move table window"
msgstr ""
-#: strings.hrc:127
+#: dbaccess/inc/strings.hrc:127
msgctxt "STR_QUERY_UNDO_INSERTCONNECTION"
msgid "Insert Join"
msgstr ""
-#: strings.hrc:128
+#: dbaccess/inc/strings.hrc:128
msgctxt "STR_QUERY_UNDO_REMOVECONNECTION"
msgid "Delete Join"
msgstr ""
-#: strings.hrc:129
+#: dbaccess/inc/strings.hrc:129
msgctxt "STR_QUERY_UNDO_SIZETABWIN"
msgid "Resize table window"
msgstr ""
-#: strings.hrc:130
+#: dbaccess/inc/strings.hrc:130
#, fuzzy
msgctxt "STR_QUERY_UNDO_TABFIELDDELETE"
msgid "Delete Column"
msgstr "Eliminar columna~s"
-#: strings.hrc:131
+#: dbaccess/inc/strings.hrc:131
msgctxt "STR_QUERY_UNDO_TABFIELDMOVED"
msgid "Move column"
msgstr ""
-#: strings.hrc:132
+#: dbaccess/inc/strings.hrc:132
msgctxt "STR_QUERY_UNDO_TABFIELDCREATE"
msgid "Add Column"
msgstr ""
-#: strings.hrc:133
+#: dbaccess/inc/strings.hrc:133
msgctxt "RID_STR_FIELD_DOESNT_EXIST"
msgid "Invalid expression, field name '$name$' does not exist."
msgstr ""
-#: strings.hrc:134
+#: dbaccess/inc/strings.hrc:134
msgctxt "STR_QUERY_UNDO_TABWINDELETE"
msgid "Delete Table Window"
msgstr ""
-#: strings.hrc:135
+#: dbaccess/inc/strings.hrc:135
msgctxt "STR_QUERY_UNDO_MODIFY_CELL"
msgid "Edit Column Description"
msgstr ""
-#: strings.hrc:136
+#: dbaccess/inc/strings.hrc:136
msgctxt "STR_QUERY_UNDO_SIZE_COLUMN"
msgid "Adjust column width"
msgstr ""
-#: strings.hrc:137
+#: dbaccess/inc/strings.hrc:137
msgctxt "STR_QUERY_SORTTEXT"
msgid "(not sorted);ascending;descending"
msgstr ""
-#: strings.hrc:138
+#: dbaccess/inc/strings.hrc:138
msgctxt "STR_QUERY_FUNCTIONS"
msgid "(no function);Group"
msgstr ""
-#: strings.hrc:139
+#: dbaccess/inc/strings.hrc:139
msgctxt "STR_QUERY_NOTABLE"
msgid "(no table)"
msgstr ""
-#: strings.hrc:140
+#: dbaccess/inc/strings.hrc:140
msgctxt "STR_QRY_ORDERBY_UNRELATED"
msgid "The database only supports sorting for visible fields."
msgstr ""
-#: strings.hrc:141
+#: dbaccess/inc/strings.hrc:141
msgctxt "STR_QUERY_HANDLETEXT"
msgid "Field;Alias;Table;Sort;Visible;Function;Criterion;Or;Or"
msgstr ""
-#: strings.hrc:142
+#: dbaccess/inc/strings.hrc:142
#, fuzzy
msgctxt "STR_QUERY_LIMIT_ALL"
msgid "All"
msgstr "Totz"
-#: strings.hrc:143
+#: dbaccess/inc/strings.hrc:143
msgctxt "STR_QRY_TOO_MANY_COLUMNS"
msgid "There are too many columns."
msgstr ""
-#: strings.hrc:144
+#: dbaccess/inc/strings.hrc:144
msgctxt "STR_QRY_CRITERIA_ON_ASTERISK"
msgid "A condition cannot be applied to field [*]"
msgstr ""
-#: strings.hrc:145
+#: dbaccess/inc/strings.hrc:145
msgctxt "STR_QRY_TOO_LONG_STATEMENT"
msgid "The SQL statement created is too long."
msgstr ""
-#: strings.hrc:146
+#: dbaccess/inc/strings.hrc:146
msgctxt "STR_QRY_TOOCOMPLEX"
msgid "Query is too complex"
msgstr ""
-#: strings.hrc:147
+#: dbaccess/inc/strings.hrc:147
msgctxt "STR_QRY_NOSELECT"
msgid "Nothing has been selected."
msgstr ""
-#: strings.hrc:148
+#: dbaccess/inc/strings.hrc:148
msgctxt "STR_QRY_SYNTAX"
msgid "SQL syntax error"
msgstr ""
-#: strings.hrc:149
+#: dbaccess/inc/strings.hrc:149
msgctxt "STR_QRY_ORDERBY_ON_ASTERISK"
msgid "[*] cannot be used as a sort criterion."
msgstr ""
-#: strings.hrc:150
+#: dbaccess/inc/strings.hrc:150
msgctxt "STR_QRY_TOO_MANY_TABLES"
msgid "There are too many tables."
msgstr ""
-#: strings.hrc:151
+#: dbaccess/inc/strings.hrc:151
msgctxt "STR_QRY_NATIVE"
msgid "The statement will not be applied when querying in the SQL dialect of the database."
msgstr ""
-#: strings.hrc:152
+#: dbaccess/inc/strings.hrc:152
msgctxt "STR_QRY_ILLEGAL_JOIN"
msgid "Join could not be processed"
msgstr ""
-#: strings.hrc:153
+#: dbaccess/inc/strings.hrc:153
msgctxt "STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
-#: strings.hrc:154
+#: dbaccess/inc/strings.hrc:154
msgctxt "STR_QUERYDESIGN_NO_VIEW_SUPPORT"
msgid "This database does not support table views."
msgstr ""
-#: strings.hrc:155
+#: dbaccess/inc/strings.hrc:155
msgctxt "STR_NO_ALTER_VIEW_SUPPORT"
msgid "This database does not support altering of existing table views."
msgstr ""
-#: strings.hrc:156
+#: dbaccess/inc/strings.hrc:156
msgctxt "STR_QUERYDESIGN_NO_VIEW_ASK"
msgid "Do you want to create a query instead?"
msgstr ""
-#: strings.hrc:157
+#: dbaccess/inc/strings.hrc:157
msgctxt "STR_DATASOURCE_DELETED"
msgid "The corresponding data source has been deleted. Therefore, data relevant to that data source cannot be saved."
msgstr ""
-#: strings.hrc:158
+#: dbaccess/inc/strings.hrc:158
msgctxt "STR_QRY_COLUMN_NOT_FOUND"
msgid "The column '$name$' is unknown."
msgstr ""
-#: strings.hrc:159
+#: dbaccess/inc/strings.hrc:159
msgctxt "STR_QRY_JOIN_COLUMN_COMPARE"
msgid "Columns can only be compared using '='."
msgstr ""
-#: strings.hrc:160
+#: dbaccess/inc/strings.hrc:160
msgctxt "STR_QRY_LIKE_LEFT_NO_COLUMN"
msgid "You must use a column name before 'LIKE'."
msgstr ""
-#: strings.hrc:161
+#: dbaccess/inc/strings.hrc:161
msgctxt "STR_QRY_CHECK_CASESENSITIVE"
msgid "The column could not be found. Please note that the database is case-sensitive."
msgstr ""
#. To translators: For $object$, one of the valu es of the RSC_QUERY_OBJECT_TYPE resource will be inserted.
-#: strings.hrc:163
+#: dbaccess/inc/strings.hrc:163
msgctxt "STR_QUERY_SAVEMODIFIED"
msgid ""
"$object$ has been changed.\n"
@@ -713,234 +713,234 @@ msgid ""
msgstr ""
#. To translators: For $object$, one of the valu es of the RSC_QUERY_OBJECT_TYPE resource (except \"SQL command\", which doesn't make sense here) will be inserted.
-#: strings.hrc:165
+#: dbaccess/inc/strings.hrc:165
msgctxt "STR_ERROR_PARSING_STATEMENT"
msgid "$object$ is based on an SQL command which could not be parsed."
msgstr ""
#. To translators: For $object$, one of the valu es of the RSC_QUERY_OBJECT_TYPE resource (except \"SQL command\", which doesn't make sense here) will be inserted.
-#: strings.hrc:167
+#: dbaccess/inc/strings.hrc:167
msgctxt "STR_INFO_OPENING_IN_SQL_VIEW"
msgid "$object$ will be opened in SQL view."
msgstr ""
-#: strings.hrc:168
+#: dbaccess/inc/strings.hrc:168
msgctxt "STR_STATEMENT_WITHOUT_RESULT_SET"
msgid "The query does not create a result set, and thus cannot be part of another query."
msgstr ""
-#: strings.hrc:170
+#: dbaccess/inc/strings.hrc:170
msgctxt "RID_STR_COLUMN_FORMAT"
msgid "Column ~Format..."
msgstr ""
-#: strings.hrc:171
+#: dbaccess/inc/strings.hrc:171
msgctxt "RID_STR_COLUMN_WIDTH"
msgid "Column ~Width..."
msgstr ""
-#: strings.hrc:172
+#: dbaccess/inc/strings.hrc:172
msgctxt "RID_STR_TABLE_FORMAT"
msgid "Table Format..."
msgstr ""
-#: strings.hrc:173
+#: dbaccess/inc/strings.hrc:173
#, fuzzy
msgctxt "RID_STR_ROW_HEIGHT"
msgid "Row Height..."
msgstr "~Altaria d'a ringlera..."
-#: strings.hrc:174
+#: dbaccess/inc/strings.hrc:174
msgctxt "RID_STR_COPY"
msgid "~Copy"
msgstr "~Copiar"
-#: strings.hrc:175
+#: dbaccess/inc/strings.hrc:175
msgctxt "RID_STR_UNDO_MODIFY_RECORD"
msgid "Undo: Data Input"
msgstr ""
-#: strings.hrc:176
+#: dbaccess/inc/strings.hrc:176
msgctxt "RID_STR_SAVE_CURRENT_RECORD"
msgid "Save current record"
msgstr ""
-#: strings.hrc:177
+#: dbaccess/inc/strings.hrc:177
msgctxt "STR_QRY_TITLE"
msgid "Query #"
msgstr ""
-#: strings.hrc:178
+#: dbaccess/inc/strings.hrc:178
msgctxt "STR_TBL_TITLE"
msgid "Table #"
msgstr ""
-#: strings.hrc:179
+#: dbaccess/inc/strings.hrc:179
msgctxt "STR_VIEW_TITLE"
msgid "View #"
msgstr ""
-#: strings.hrc:180
+#: dbaccess/inc/strings.hrc:180
msgctxt "STR_NAME_ALREADY_EXISTS"
msgid "The name \"#\" already exists."
msgstr ""
-#: strings.hrc:181
+#: dbaccess/inc/strings.hrc:181
msgctxt "STR_NO_COLUMNNAME_MATCHING"
msgid "No matching column names were found."
msgstr ""
-#: strings.hrc:182
+#: dbaccess/inc/strings.hrc:182
msgctxt "STR_ERROR_OCCURRED_WHILE_COPYING"
msgid "An error occurred. Do you want to continue copying?"
msgstr ""
-#: strings.hrc:183
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_DATASOURCE_GRIDCONTROL_NAME"
msgid "Data source table view"
msgstr ""
-#: strings.hrc:184
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_DATASOURCE_GRIDCONTROL_DESC"
msgid "Shows the selected table or query."
msgstr ""
-#: strings.hrc:186
+#: dbaccess/inc/strings.hrc:186
msgctxt "STR_QUERY_UNDO_MODIFYSQLEDIT"
msgid "Modify SQL statement(s)"
msgstr ""
-#: strings.hrc:188
+#: dbaccess/inc/strings.hrc:188
msgctxt "RID_STR_NEW_FORM"
msgid "Create Form in Design View..."
msgstr ""
-#: strings.hrc:189
+#: dbaccess/inc/strings.hrc:189
msgctxt "RID_STR_NEW_FORM_AUTO"
msgid "Use Wizard to Create Form..."
msgstr ""
-#: strings.hrc:190
+#: dbaccess/inc/strings.hrc:190
msgctxt "RID_STR_NEW_REPORT_AUTO"
msgid "Use Wizard to Create Report..."
msgstr ""
-#: strings.hrc:191
+#: dbaccess/inc/strings.hrc:191
msgctxt "RID_STR_NEW_REPORT"
msgid "Create Report in Design View..."
msgstr ""
-#: strings.hrc:192
+#: dbaccess/inc/strings.hrc:192
msgctxt "RID_STR_NEW_QUERY"
msgid "Create Query in Design View..."
msgstr ""
-#: strings.hrc:193
+#: dbaccess/inc/strings.hrc:193
msgctxt "RID_STR_NEW_QUERY_SQL"
msgid "Create Query in SQL View..."
msgstr ""
-#: strings.hrc:194
+#: dbaccess/inc/strings.hrc:194
msgctxt "RID_STR_NEW_QUERY_AUTO"
msgid "Use Wizard to Create Query..."
msgstr ""
-#: strings.hrc:195
+#: dbaccess/inc/strings.hrc:195
msgctxt "RID_STR_NEW_TABLE"
msgid "Create Table in Design View..."
msgstr ""
-#: strings.hrc:196
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_NEW_TABLE_AUTO"
msgid "Use Wizard to Create Table..."
msgstr ""
-#: strings.hrc:197
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NEW_VIEW"
msgid "Create View..."
msgstr ""
-#: strings.hrc:198
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_FORMS_CONTAINER"
msgid "Forms"
msgstr ""
-#: strings.hrc:199
+#: dbaccess/inc/strings.hrc:199
msgctxt "RID_STR_REPORTS_CONTAINER"
msgid "Reports"
msgstr ""
-#: strings.hrc:200
+#: dbaccess/inc/strings.hrc:200
msgctxt "RID_STR_REPORTS_HELP_TEXT_WIZARD"
msgid "The wizard will guide you through the steps necessary to create a report."
msgstr ""
-#: strings.hrc:201
+#: dbaccess/inc/strings.hrc:201
msgctxt "RID_STR_FORMS_HELP_TEXT"
msgid "Create a form by specifying the record source, controls, and control properties."
msgstr ""
-#: strings.hrc:202
+#: dbaccess/inc/strings.hrc:202
msgctxt "RID_STR_REPORT_HELP_TEXT"
msgid "Create a report by specifying the record source, controls, and control properties."
msgstr ""
-#: strings.hrc:203
+#: dbaccess/inc/strings.hrc:203
msgctxt "RID_STR_FORMS_HELP_TEXT_WIZARD"
msgid "The wizard will guide you through the steps necessary to create a form."
msgstr ""
-#: strings.hrc:204
+#: dbaccess/inc/strings.hrc:204
msgctxt "RID_STR_QUERIES_HELP_TEXT"
msgid "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping."
msgstr ""
-#: strings.hrc:205
+#: dbaccess/inc/strings.hrc:205
msgctxt "RID_STR_QUERIES_HELP_TEXT_SQL"
msgid "Create a query by entering an SQL statement directly."
msgstr ""
-#: strings.hrc:206
+#: dbaccess/inc/strings.hrc:206
msgctxt "RID_STR_QUERIES_HELP_TEXT_WIZARD"
msgid "The wizard will guide you through the steps necessary to create a query."
msgstr ""
-#: strings.hrc:207
+#: dbaccess/inc/strings.hrc:207
msgctxt "RID_STR_TABLES_HELP_TEXT_DESIGN"
msgid "Create a table by specifying the field names and properties, as well as the data types."
msgstr ""
-#: strings.hrc:208
+#: dbaccess/inc/strings.hrc:208
msgctxt "RID_STR_TABLES_HELP_TEXT_WIZARD"
msgid "Choose from a selection of business and personal table samples, which you customize to create a table."
msgstr ""
-#: strings.hrc:209
+#: dbaccess/inc/strings.hrc:209
msgctxt "RID_STR_VIEWS_HELP_TEXT_DESIGN"
msgid "Create a view by specifying the tables and field names you would like to have visible."
msgstr ""
-#: strings.hrc:210
+#: dbaccess/inc/strings.hrc:210
msgctxt "STR_DATABASE"
msgid "Database"
msgstr "Base de datos"
-#: strings.hrc:211
+#: dbaccess/inc/strings.hrc:211
msgctxt "STR_TASKS"
msgid "Tasks"
msgstr ""
-#: strings.hrc:212
+#: dbaccess/inc/strings.hrc:212
msgctxt "STR_DESCRIPTION"
msgid "Description"
msgstr "Descripción"
-#: strings.hrc:213
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr ""
-#: strings.hrc:214
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -949,27 +949,27 @@ msgid ""
"Do you want to close all documents now?"
msgstr ""
-#: strings.hrc:217
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr ""
-#: strings.hrc:218
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr ""
-#: strings.hrc:219
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr ""
-#: strings.hrc:220
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr ""
-#: strings.hrc:221
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -979,277 +979,277 @@ msgid ""
"Note that you won't be able to embed macros into the database document itself until this migration is done. "
msgstr ""
-#: strings.hrc:226
+#: dbaccess/inc/strings.hrc:226
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr ""
-#: strings.hrc:227
+#: dbaccess/inc/strings.hrc:227
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr ""
-#: strings.hrc:228
+#: dbaccess/inc/strings.hrc:228
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr ""
-#: strings.hrc:229
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr ""
-#: strings.hrc:230
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr ""
-#: strings.hrc:231
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr ""
-#: strings.hrc:232
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr ""
-#: strings.hrc:233
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr ""
-#: strings.hrc:234
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr ""
-#: strings.hrc:235
+#: dbaccess/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "Ficar R²"
-#: strings.hrc:237
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr ""
-#: strings.hrc:238
+#: dbaccess/inc/strings.hrc:238
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr ""
-#: strings.hrc:239
+#: dbaccess/inc/strings.hrc:239
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr ""
-#: strings.hrc:240
+#: dbaccess/inc/strings.hrc:240
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr ""
-#: strings.hrc:241
+#: dbaccess/inc/strings.hrc:241
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr ""
-#: strings.hrc:242
+#: dbaccess/inc/strings.hrc:242
#, fuzzy
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "Tabla"
-#: strings.hrc:243
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr ""
-#: strings.hrc:244
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr ""
-#: strings.hrc:245
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr ""
-#: strings.hrc:246
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr ""
-#: strings.hrc:247
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr ""
-#: strings.hrc:248
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr ""
-#: strings.hrc:249
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr ""
-#: strings.hrc:250
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr ""
-#: strings.hrc:251
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr ""
-#: strings.hrc:252
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr ""
-#: strings.hrc:254
+#: dbaccess/inc/strings.hrc:254
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 ""
-#: strings.hrc:255
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr ""
-#: strings.hrc:256
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr ""
-#: strings.hrc:257
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr ""
#. Note: should somehow fit to the word "value" in other languages as well: value - none ....
-#: strings.hrc:259
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr ""
-#: strings.hrc:260
+#: dbaccess/inc/strings.hrc:260
#, fuzzy
msgctxt "STR_TAB_FIELD_NAME"
msgid "Field name"
msgstr "Nombre d'o fichero"
-#: strings.hrc:261
+#: dbaccess/inc/strings.hrc:261
#, fuzzy
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "Nombre d'o fichero"
-#: strings.hrc:262
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TAB_FIELD_DATATYPE"
msgid "Field ~type"
msgstr ""
-#: strings.hrc:263
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr ""
-#: strings.hrc:264
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "Descripción"
-#: strings.hrc:265
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr ""
-#: strings.hrc:266
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_FIELD_AUTOINCREMENT"
msgid "~AutoValue"
msgstr ""
-#: strings.hrc:267
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr ""
-#: strings.hrc:268
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr ""
-#: strings.hrc:269
+#: dbaccess/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "Eliminar ringlera~s"
-#: strings.hrc:270
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr ""
-#: strings.hrc:271
+#: dbaccess/inc/strings.hrc:271
#, fuzzy
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "F~icar ringleras"
-#: strings.hrc:272
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr ""
-#: strings.hrc:273
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr ""
-#: strings.hrc:274
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_FIELD_REQUIRED"
msgid "~Entry required"
msgstr ""
-#: strings.hrc:275
+#: dbaccess/inc/strings.hrc:275
msgctxt "STR_TEXT_LENGTH"
msgid "~Length"
msgstr ""
-#: strings.hrc:276
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_NUMERIC_TYPE"
msgid "~Type"
msgstr "~Tipo"
-#: strings.hrc:277
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_LENGTH"
msgid "~Length"
msgstr ""
-#: strings.hrc:278
+#: dbaccess/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_SCALE"
msgid "Decimal ~places"
msgstr "Numero de ~decimals"
-#: strings.hrc:279
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_FORMAT"
msgid "Format example"
msgstr ""
-#: strings.hrc:280
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
"If the field is not to have a default value, select the empty string."
msgstr ""
-#: strings.hrc:281
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1257,22 +1257,22 @@ msgid ""
"When you later enter data in the table, this string will be used in each new record for the field selected. It should, therefore, correspond to the cell format that needs to be entered below."
msgstr ""
-#: strings.hrc:282
+#: dbaccess/inc/strings.hrc:282
msgctxt "STR_HELP_FIELD_REQUIRED"
msgid "Activate this option if this field cannot contain NULL values, i.e. the user must always enter data."
msgstr ""
-#: strings.hrc:283
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr ""
-#: strings.hrc:284
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr ""
-#: strings.hrc:285
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1281,22 +1281,22 @@ msgid ""
"The value will be corrected accordingly when it exceeds the maximum for this database."
msgstr ""
-#: strings.hrc:286
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr ""
-#: strings.hrc:287
+#: dbaccess/inc/strings.hrc:287
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 ""
-#: strings.hrc:288
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr ""
-#: strings.hrc:289
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1304,60 +1304,60 @@ msgid ""
"You can not enter data in fields of this type. An intrinsic value will be assigned to each new record automatically (resulting from the increment of the previous record)."
msgstr ""
-#: strings.hrc:290
+#: dbaccess/inc/strings.hrc:290
#, fuzzy
msgctxt "STR_BUTTON_FORMAT"
msgid "~..."
msgstr "~..."
-#: strings.hrc:291
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr ""
-#: strings.hrc:292
+#: dbaccess/inc/strings.hrc:292
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 ""
-#: strings.hrc:293
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr ""
-#: strings.hrc:294
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "Columna"
-#: strings.hrc:295
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr ""
-#: strings.hrc:296
+#: dbaccess/inc/strings.hrc:296
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr ""
-#: strings.hrc:297
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr ""
-#: strings.hrc:298
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
"Do you want to save the changes now?"
msgstr ""
-#: strings.hrc:299
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr ""
-#: strings.hrc:300
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1366,27 +1366,27 @@ msgid ""
"Should a primary key be created now?"
msgstr ""
-#: strings.hrc:301
+#: dbaccess/inc/strings.hrc:301
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 ""
-#: strings.hrc:302
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr ""
-#: strings.hrc:303
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr ""
-#: strings.hrc:304
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_AUTOINCREMENT_VALUE"
msgid "A~uto-increment statement"
msgstr ""
-#: strings.hrc:305
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1394,39 +1394,39 @@ msgid ""
"This statement will be directly transferred to the database when the table is created."
msgstr ""
-#: strings.hrc:306
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
"The table design mode is not available for this data source."
msgstr ""
-#: strings.hrc:307
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr ""
-#: strings.hrc:308
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr ""
-#: strings.hrc:309
+#: dbaccess/inc/strings.hrc:309
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr ""
-#: strings.hrc:310
+#: dbaccess/inc/strings.hrc:310
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr ""
-#: strings.hrc:312
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr ""
-#: strings.hrc:313
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1436,171 +1436,171 @@ msgid ""
"does not exist. Should it be created?"
msgstr ""
-#: strings.hrc:314
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr ""
-#: strings.hrc:315
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
-#: strings.hrc:316
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr ""
-#: strings.hrc:318
+#: dbaccess/inc/strings.hrc:318
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr ""
-#: strings.hrc:319
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr ""
-#: strings.hrc:320
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr ""
-#: strings.hrc:321
+#: dbaccess/inc/strings.hrc:321
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 ""
-#: strings.hrc:322
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
"You are allowed to change the settings, but you probably will not be able to connect to the database."
msgstr ""
-#: strings.hrc:323
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr ""
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: strings.hrc:325
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ""
-#: strings.hrc:326
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr ""
-#: strings.hrc:327
+#: dbaccess/inc/strings.hrc:327
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr ""
-#: strings.hrc:328
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr ""
-#: strings.hrc:330
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr ""
-#: strings.hrc:331
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr ""
-#: strings.hrc:332
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr ""
-#: strings.hrc:333
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr ""
-#: strings.hrc:334
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr ""
-#: strings.hrc:335
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr ""
-#: strings.hrc:336
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr ""
-#: strings.hrc:337
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr ""
-#: strings.hrc:339
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr ""
-#: strings.hrc:340
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr ""
-#: strings.hrc:341
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An unexpected error occurred. The operation could not be performed."
msgstr ""
-#: strings.hrc:342
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr ""
-#: strings.hrc:343
+#: dbaccess/inc/strings.hrc:343
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr ""
-#: strings.hrc:344
+#: dbaccess/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "Totz"
-#: strings.hrc:345
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr ""
-#: strings.hrc:346
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr ""
-#: strings.hrc:347
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr ""
-#: strings.hrc:348
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr ""
-#: strings.hrc:349
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr ""
-#: strings.hrc:350
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1608,362 +1608,362 @@ msgid ""
msgstr ""
#. #i96130# use hard coded name
-#: strings.hrc:352
+#: dbaccess/inc/strings.hrc:352
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
-msgid "The report, \"$file$\", requires the Oracle Report Builder feature."
+msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr ""
-#: strings.hrc:354
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr ""
-#: strings.hrc:355
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr ""
-#: strings.hrc:356
+#: dbaccess/inc/strings.hrc:356
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr ""
-#: strings.hrc:357
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr ""
-#: strings.hrc:358
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr ""
-#: strings.hrc:359
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr ""
-#: strings.hrc:361
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr ""
-#: strings.hrc:362
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr ""
-#: strings.hrc:363
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr ""
-#: strings.hrc:364
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr ""
-#: strings.hrc:365
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr ""
-#: strings.hrc:366
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr ""
-#: strings.hrc:367
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr ""
-#: strings.hrc:368
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr ""
-#: strings.hrc:370
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr ""
-#: strings.hrc:371
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr ""
-#: strings.hrc:372
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr ""
-#: strings.hrc:373
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr ""
-#: strings.hrc:374
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr ""
-#: strings.hrc:375
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr ""
-#: strings.hrc:376
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr ""
-#: strings.hrc:377
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr ""
-#: strings.hrc:378
+#: dbaccess/inc/strings.hrc:378
#, c-format
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr ""
-#: strings.hrc:379
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_COMMONURL"
-msgid "Datasource URL (e.g. postgresql://host:port/database)"
+msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr ""
-#: strings.hrc:380
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr ""
-#: strings.hrc:381
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr ""
-#: strings.hrc:382
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr ""
-#: strings.hrc:383
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr ""
-#: strings.hrc:384
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr ""
-#: strings.hrc:386
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr ""
-#: strings.hrc:387
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr ""
-#: strings.hrc:388
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
"The following name is already in use:"
msgstr ""
-#: strings.hrc:389
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr ""
-#: strings.hrc:390
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr ""
-#: strings.hrc:391
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr ""
-#: strings.hrc:392
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr ""
-#: strings.hrc:393
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr ""
-#: strings.hrc:394
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr ""
-#: strings.hrc:395
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr ""
-#: strings.hrc:396
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr ""
-#: strings.hrc:397
+#: dbaccess/inc/strings.hrc:397
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr ""
-#: strings.hrc:399
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr ""
-#: strings.hrc:400
+#: dbaccess/inc/strings.hrc:400
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr ""
-#: strings.hrc:401
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr ""
-#: strings.hrc:402
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr ""
-#: strings.hrc:403
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr ""
-#: strings.hrc:404
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr ""
-#: strings.hrc:405
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr ""
-#: strings.hrc:406
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr ""
-#: strings.hrc:407
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr ""
-#: strings.hrc:408
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr ""
-#: strings.hrc:409
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr ""
-#: strings.hrc:410
+#: dbaccess/inc/strings.hrc:410
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr ""
-#: strings.hrc:411
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr ""
-#: strings.hrc:412
+#: dbaccess/inc/strings.hrc:412
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr ""
-#: strings.hrc:413
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr ""
-#: strings.hrc:414
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr ""
-#: strings.hrc:415
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr ""
-#: strings.hrc:416
+#: dbaccess/inc/strings.hrc:416
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"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: strings.hrc:417
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr ""
-#: strings.hrc:418
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr ""
-#: strings.hrc:419
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr ""
-#: strings.hrc:420
+#: dbaccess/inc/strings.hrc:420
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr ""
-#: strings.hrc:421
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr ""
-#: strings.hrc:422
+#: dbaccess/inc/strings.hrc:422
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 ""
-#: strings.hrc:423
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr ""
-#: strings.hrc:424
+#: dbaccess/inc/strings.hrc:424
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr ""
-#: strings.hrc:425
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr ""
-#: strings.hrc:426
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr ""
-#: strings.hrc:427
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -1971,12 +1971,12 @@ msgid ""
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: strings.hrc:428
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr ""
-#: strings.hrc:429
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -1984,815 +1984,815 @@ msgid ""
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: strings.hrc:430
+#: dbaccess/inc/strings.hrc:430
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr ""
-#: strings.hrc:431
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: strings.hrc:432
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr ""
-#: strings.hrc:433
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr ""
-#: strings.hrc:434
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr ""
-#: strings.hrc:435
+#: dbaccess/inc/strings.hrc:435
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"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: strings.hrc:436
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr ""
-#: strings.hrc:437
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
"%PRODUCTNAME will open this file in read-only mode."
msgstr ""
-#: strings.hrc:438
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr ""
-#: strings.hrc:440
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr ""
-#: strings.hrc:441
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr ""
-#: strings.hrc:443
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr ""
-#: strings.hrc:444
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr ""
-#: strings.hrc:445
+#: dbaccess/inc/strings.hrc:445
#, fuzzy
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "~Ascendent"
-#: strings.hrc:446
+#: dbaccess/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "~Descendent"
-#: strings.hrc:447
+#: dbaccess/inc/strings.hrc:447
#, 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 #?"
-#: strings.hrc:448
+#: dbaccess/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "Indiz"
-#: strings.hrc:449
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr ""
-#: strings.hrc:450
+#: dbaccess/inc/strings.hrc:450
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr ""
-#: strings.hrc:451
+#: dbaccess/inc/strings.hrc:451
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 ""
-#: strings.hrc:453
+#: dbaccess/inc/strings.hrc:453
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr ""
-#: strings.hrc:455
+#: dbaccess/inc/strings.hrc:455
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr ""
-#: strings.hrc:456
+#: dbaccess/inc/strings.hrc:456
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr ""
-#: strings.hrc:457
+#: dbaccess/inc/strings.hrc:457
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 ""
-#: strings.hrc:458
+#: dbaccess/inc/strings.hrc:458
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr ""
-#: strings.hrc:459
+#: dbaccess/inc/strings.hrc:459
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "~Alvertencia"
-#: strings.hrc:460
+#: dbaccess/inc/strings.hrc:460
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "Información"
-#: strings.hrc:461
+#: dbaccess/inc/strings.hrc:461
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr ""
-#: strings.hrc:463
+#: dbaccess/inc/strings.hrc:463
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 #?"
-#: strings.hrc:464
+#: dbaccess/inc/strings.hrc:464
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr ""
-#: strings.hrc:465
+#: dbaccess/inc/strings.hrc:465
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr ""
-#: strings.hrc:467
+#: dbaccess/inc/strings.hrc:467
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr ""
-#: strings.hrc:468
+#: dbaccess/inc/strings.hrc:468
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr ""
-#: strings.hrc:469
+#: dbaccess/inc/strings.hrc:469
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 ""
-#: strings.hrc:470
+#: dbaccess/inc/strings.hrc:470
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr ""
-#: strings.hrc:471
+#: dbaccess/inc/strings.hrc:471
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr ""
-#: strings.hrc:473
+#: dbaccess/inc/strings.hrc:473
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr ""
-#: strings.hrc:474
+#: dbaccess/inc/strings.hrc:474
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr ""
-#: strings.hrc:475
+#: dbaccess/inc/strings.hrc:475
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 ""
-#: strings.hrc:476
+#: dbaccess/inc/strings.hrc:476
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr ""
-#: strings.hrc:477
+#: dbaccess/inc/strings.hrc:477
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr ""
-#: strings.hrc:478
+#: dbaccess/inc/strings.hrc:478
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr ""
-#: strings.hrc:479
+#: dbaccess/inc/strings.hrc:479
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr ""
-#: strings.hrc:480
+#: dbaccess/inc/strings.hrc:480
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr ""
-#: strings.hrc:481
+#: dbaccess/inc/strings.hrc:481
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr ""
-#: strings.hrc:482
+#: dbaccess/inc/strings.hrc:482
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr ""
-#: strings.hrc:483
+#: dbaccess/inc/strings.hrc:483
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr ""
-#: strings.hrc:485
+#: dbaccess/inc/strings.hrc:485
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr ""
-#: strings.hrc:486
+#: dbaccess/inc/strings.hrc:486
#, fuzzy
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "~Editar..."
-#: strings.hrc:487
+#: dbaccess/inc/strings.hrc:487
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr ""
-#: strings.hrc:488
+#: dbaccess/inc/strings.hrc:488
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr ""
-#: strings.hrc:489
+#: dbaccess/inc/strings.hrc:489
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr ""
-#: strings.hrc:490
+#: dbaccess/inc/strings.hrc:490
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr ""
-#: strings.hrc:491
+#: dbaccess/inc/strings.hrc:491
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"
"Please check your documentation of the database."
msgstr ""
-#: admindialog.ui:8
+#: dbaccess/uiconfig/ui/admindialog.ui:8
msgctxt "admindialog|AdminDialog"
msgid "Database Properties"
msgstr ""
-#: admindialog.ui:92
+#: dbaccess/uiconfig/ui/admindialog.ui:92
msgctxt "admindialog|advanced"
msgid "Advanced Properties"
msgstr ""
-#: advancedsettingsdialog.ui:8
+#: dbaccess/uiconfig/ui/advancedsettingsdialog.ui:8
msgctxt "advancedsettingsdialog|AdvancedSettingsDialog"
msgid "Advanced Settings"
msgstr ""
-#: advancedsettingsdialog.ui:92
+#: dbaccess/uiconfig/ui/advancedsettingsdialog.ui:92
msgctxt "advancedsettingsdialog|generated"
msgid "Generated Values"
msgstr ""
-#: advancedsettingsdialog.ui:114
+#: dbaccess/uiconfig/ui/advancedsettingsdialog.ui:114
msgctxt "advancedsettingsdialog|special"
msgid "Special Settings"
msgstr ""
-#: applycolpage.ui:162
+#: dbaccess/uiconfig/ui/applycolpage.ui:162
msgctxt "applycolpage|label1"
msgid "Existing Columns"
msgstr ""
-#: authentificationpage.ui:18
+#: dbaccess/uiconfig/ui/authentificationpage.ui:18
msgctxt "authentificationpage|header"
msgid "Set up the user authentication"
msgstr ""
-#: authentificationpage.ui:35
+#: dbaccess/uiconfig/ui/authentificationpage.ui:35
msgctxt "authentificationpage|helptext"
msgid "Some databases require you to enter a user name."
msgstr ""
-#: authentificationpage.ui:60
+#: dbaccess/uiconfig/ui/authentificationpage.ui:60
msgctxt "authentificationpage|generalUserNameLabel"
msgid "_User name"
msgstr ""
-#: authentificationpage.ui:86
+#: dbaccess/uiconfig/ui/authentificationpage.ui:86
msgctxt "authentificationpage|passRequiredCheckbutton"
msgid "Password re_quired"
msgstr ""
-#: authentificationpage.ui:111
+#: dbaccess/uiconfig/ui/authentificationpage.ui:111
msgctxt "authentificationpage|testConnectionButton"
msgid "_Test Connection"
msgstr ""
-#: autocharsetpage.ui:38
+#: dbaccess/uiconfig/ui/autocharsetpage.ui:38
#, fuzzy
msgctxt "autocharsetpage|charsetlabel"
msgid "_Character set:"
msgstr "~Chuego de caracters"
-#: autocharsetpage.ui:68
+#: dbaccess/uiconfig/ui/autocharsetpage.ui:68
msgctxt "autocharsetpage|charsetheader"
msgid "Data Conversion"
msgstr ""
-#: backuppage.ui:18
+#: dbaccess/uiconfig/ui/backuppage.ui:18
msgctxt "backuppage|label1"
msgid "Backup Your Document"
msgstr ""
-#: backuppage.ui:35
+#: dbaccess/uiconfig/ui/backuppage.ui:35
msgctxt "backuppage|label2"
msgid "To allow you to go back to the state before the migration, the database document will be backed up to a location of your choice. Every change done by the wizard will be made to the original document, the backup will stay untouched."
msgstr ""
-#: backuppage.ui:51
+#: dbaccess/uiconfig/ui/backuppage.ui:51
msgctxt "backuppage|startmigrate"
msgid "Press 'Next' to save a copy of your document, and to begin the migration."
msgstr ""
-#: backuppage.ui:76
+#: dbaccess/uiconfig/ui/backuppage.ui:76
msgctxt "backuppage|label3"
msgid "Save to:"
msgstr ""
-#: backuppage.ui:110
+#: dbaccess/uiconfig/ui/backuppage.ui:110
msgctxt "backuppage|browse"
msgid "Browse..."
msgstr ""
-#: choosedatasourcedialog.ui:8
+#: dbaccess/uiconfig/ui/choosedatasourcedialog.ui:8
msgctxt "choosedatasourcedialog|ChooseDataSourceDialog"
msgid "Data Source"
msgstr ""
-#: choosedatasourcedialog.ui:67
+#: dbaccess/uiconfig/ui/choosedatasourcedialog.ui:67
msgctxt "choosedatasourcedialog|organize"
msgid "Or_ganize..."
msgstr ""
-#: choosedatasourcedialog.ui:100
+#: dbaccess/uiconfig/ui/choosedatasourcedialog.ui:100
msgctxt "choosedatasourcedialog|label1"
msgid "Choose a data source:"
msgstr ""
-#: collectionviewdialog.ui:11
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:11
msgctxt "collectionviewdialog|CollectionView"
msgid "Save"
msgstr ""
-#: collectionviewdialog.ui:26
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:26
msgctxt "collectionviewdialog|ok"
msgid "_Save"
msgstr ""
-#: collectionviewdialog.ui:119
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:120
msgctxt "collectionviewdialog|newFolderButton|tooltip_text"
msgid "Create New Directory"
msgstr ""
-#: collectionviewdialog.ui:135
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:136
msgctxt "collectionviewdialog|upButton|tooltip_text"
msgid "Up One Level"
msgstr ""
-#: collectionviewdialog.ui:176
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:177
msgctxt "collectionviewdialog|fileNameLabel"
msgid "File _name:"
msgstr ""
-#: colwidthdialog.ui:15
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:15
msgctxt "colwidthdialog|ColWidthDialog"
msgid "Column Width"
msgstr ""
-#: colwidthdialog.ui:94
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:94
msgctxt "colwidthdialog|label1"
msgid "_Width:"
msgstr ""
-#: colwidthdialog.ui:119
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:118
#, fuzzy
msgctxt "colwidthdialog|automatic"
msgid "_Automatic"
msgstr "Automatica"
-#: connectionpage.ui:41
+#: dbaccess/uiconfig/ui/connectionpage.ui:41
msgctxt "connectionpage|browseurllabel"
msgid "Path to the dBASE files:"
msgstr ""
-#: connectionpage.ui:64
+#: dbaccess/uiconfig/ui/connectionpage.ui:63
msgctxt "connectionpage|create"
msgid "_Create New"
msgstr ""
-#: connectionpage.ui:78
+#: dbaccess/uiconfig/ui/connectionpage.ui:77
#, fuzzy
msgctxt "connectionpage|browse"
msgid "_Browse…"
msgstr "Navegar"
-#: connectionpage.ui:98
+#: dbaccess/uiconfig/ui/connectionpage.ui:97
msgctxt "connectionpage|generalLabel"
msgid "General"
msgstr ""
-#: connectionpage.ui:140
+#: dbaccess/uiconfig/ui/connectionpage.ui:139
msgctxt "connectionpage|userNameLabel"
msgid "_User name:"
msgstr ""
-#: connectionpage.ui:162
+#: dbaccess/uiconfig/ui/connectionpage.ui:161
msgctxt "connectionpage|passCheckbutton"
msgid "Password required"
msgstr ""
-#: connectionpage.ui:186
+#: dbaccess/uiconfig/ui/connectionpage.ui:186
msgctxt "connectionpage|userlabel"
msgid "User Authentication"
msgstr ""
-#: connectionpage.ui:227
+#: dbaccess/uiconfig/ui/connectionpage.ui:227
msgctxt "connectionpage|javaDriverLabel"
msgid "_JDBC driver class:"
msgstr ""
-#: connectionpage.ui:252
+#: dbaccess/uiconfig/ui/connectionpage.ui:251
msgctxt "connectionpage|driverButton"
msgid "Test Class"
msgstr ""
-#: connectionpage.ui:272
+#: dbaccess/uiconfig/ui/connectionpage.ui:271
msgctxt "connectionpage|JDBCLabel"
msgid "JDBC Properties"
msgstr ""
-#: connectionpage.ui:287
+#: dbaccess/uiconfig/ui/connectionpage.ui:286
msgctxt "connectionpage|connectionButton"
msgid "Test Connection"
msgstr ""
-#: copytablepage.ui:35
+#: dbaccess/uiconfig/ui/copytablepage.ui:35
msgctxt "copytablepage|defdata"
msgid "De_finition and data"
msgstr ""
-#: copytablepage.ui:52
+#: dbaccess/uiconfig/ui/copytablepage.ui:52
msgctxt "copytablepage|def"
msgid "Def_inition"
msgstr ""
-#: copytablepage.ui:68
+#: dbaccess/uiconfig/ui/copytablepage.ui:68
msgctxt "copytablepage|view"
msgid "A_s table view"
msgstr ""
-#: copytablepage.ui:84
+#: dbaccess/uiconfig/ui/copytablepage.ui:84
msgctxt "copytablepage|data"
msgid "Append _data"
msgstr ""
-#: copytablepage.ui:100
+#: dbaccess/uiconfig/ui/copytablepage.ui:100
msgctxt "copytablepage|firstline"
msgid "Use first _line as column names"
msgstr ""
-#: copytablepage.ui:115
+#: dbaccess/uiconfig/ui/copytablepage.ui:115
msgctxt "copytablepage|primarykey"
msgid "Crea_te new field as primary key"
msgstr ""
-#: copytablepage.ui:143
+#: dbaccess/uiconfig/ui/copytablepage.ui:143
#, fuzzy
msgctxt "copytablepage|keynamelabel"
msgid "Name:"
msgstr "Nombre"
-#: copytablepage.ui:175
+#: dbaccess/uiconfig/ui/copytablepage.ui:175
msgctxt "copytablepage|infoLabel"
msgid "Existing data fields can be set as primary key on the type formatting step (third page) of the wizard."
msgstr ""
-#: copytablepage.ui:192
+#: dbaccess/uiconfig/ui/copytablepage.ui:192
msgctxt "copytablepage|label1"
msgid "Options"
msgstr "Opcions"
-#: copytablepage.ui:215
+#: dbaccess/uiconfig/ui/copytablepage.ui:215
msgctxt "copytablepage|label2"
msgid "Ta_ble name:"
msgstr ""
-#: dbaseindexdialog.ui:28
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:28
msgctxt "dbaseindexdialog|DBaseIndexDialog"
msgid "Indexes"
msgstr ""
-#: dbaseindexdialog.ui:107
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:107
msgctxt "dbaseindexdialog|label1"
msgid "_Table:"
msgstr ""
-#: dbaseindexdialog.ui:162
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:162
msgctxt "dbaseindexdialog|label3"
msgid "T_able indexes"
msgstr ""
-#: dbaseindexdialog.ui:176
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:176
msgctxt "dbaseindexdialog|label4"
msgid "_Free indexes"
msgstr ""
-#: dbaseindexdialog.ui:294
+#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:294
#, fuzzy
msgctxt "dbaseindexdialog|label2"
msgid "Assignment"
msgstr "Aliniación"
-#: dbasepage.ui:38
+#: dbaccess/uiconfig/ui/dbasepage.ui:38
#, fuzzy
msgctxt "dbasepage|charsetlabel"
msgid "_Character set:"
msgstr "~Chuego de caracters"
-#: dbasepage.ui:68
+#: dbaccess/uiconfig/ui/dbasepage.ui:68
msgctxt "dbasepage|charsetheader"
msgid "Data Conversion"
msgstr ""
-#: dbasepage.ui:104
+#: dbaccess/uiconfig/ui/dbasepage.ui:104
msgctxt "dbasepage|showDelRowsCheckbutton"
msgid "Display deleted records as well"
msgstr ""
-#: dbasepage.ui:123
+#: dbaccess/uiconfig/ui/dbasepage.ui:124
msgctxt "dbasepage|specMessageLabel"
msgid "Note: When deleted, and thus inactive, records are displayed, you will not be able to delete records from the data source."
msgstr ""
-#: dbasepage.ui:141
+#: dbaccess/uiconfig/ui/dbasepage.ui:142
msgctxt "dbasepage|label1"
msgid "Optional Settings"
msgstr ""
-#: dbasepage.ui:156
+#: dbaccess/uiconfig/ui/dbasepage.ui:157
msgctxt "dbasepage|indiciesButton"
msgid "Indexes..."
msgstr ""
-#: dbwizconnectionpage.ui:36
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:36
msgctxt "dbwizconnectionpage|helptext"
msgid "label"
msgstr ""
-#: dbwizconnectionpage.ui:57
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:57
msgctxt "dbwizconnectionpage|browseurllabel"
msgid "Path to the dBASE files:"
msgstr ""
-#: dbwizconnectionpage.ui:80
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:79
msgctxt "dbwizconnectionpage|create"
msgid "_Create New"
msgstr ""
-#: dbwizconnectionpage.ui:94
+#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:93
#, fuzzy
msgctxt "dbwizconnectionpage|browse"
msgid "_Browse…"
msgstr "Navegar"
-#: dbwizmysqlintropage.ui:38
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:38
msgctxt "dbwizmysqlintropage|label2"
msgid ""
"You can connect to a MySQL database using either ODBC or JDBC.\n"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: dbwizmysqlintropage.ui:69
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:69
msgctxt "dbwizmysqlintropage|odbc"
msgid "Connect using ODBC (Open Database Connectivity)"
msgstr ""
-#: dbwizmysqlintropage.ui:85
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:86
msgctxt "dbwizmysqlintropage|jdbc"
msgid "Connect using JDBC (Java Database Connectivity)"
msgstr ""
-#: dbwizmysqlintropage.ui:103
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:105
msgctxt "dbwizmysqlintropage|directly"
msgid "Connect directly"
msgstr ""
-#: dbwizmysqlintropage.ui:125
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:128
msgctxt "dbwizmysqlintropage|label1"
msgid "How do you want to connect to your MySQL database?"
msgstr ""
-#: dbwizmysqlintropage.ui:143
+#: dbaccess/uiconfig/ui/dbwizmysqlintropage.ui:146
msgctxt "dbwizmysqlintropage|header"
msgid "Set Up a Connection to a MySQL Database"
msgstr ""
-#: dbwizmysqlnativepage.ui:41
+#: dbaccess/uiconfig/ui/dbwizmysqlnativepage.ui:41
msgctxt "dbwizmysqlnativepage|helptext"
msgid "Please enter the required information to connect to a MySQL database."
msgstr ""
-#: dbwizmysqlnativepage.ui:76
+#: dbaccess/uiconfig/ui/dbwizmysqlnativepage.ui:76
msgctxt "dbwizmysqlnativepage|header"
msgid "Set Up a Connection to a MySQL Database"
msgstr ""
-#: dbwizspreadsheetpage.ui:74
+#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:73
msgctxt "dbwizspreadsheetpage|browse"
msgid "Browse"
msgstr "Navegar"
-#: dbwizspreadsheetpage.ui:90
+#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:89
msgctxt "dbwizspreadsheetpage|create"
msgid "Create New"
msgstr ""
-#: dbwizspreadsheetpage.ui:148
+#: dbaccess/uiconfig/ui/dbwizspreadsheetpage.ui:147
msgctxt "dbwizspreadsheetpage|passwordrequired"
msgid "_Password required"
msgstr ""
-#: dbwiztextpage.ui:74
+#: dbaccess/uiconfig/ui/dbwiztextpage.ui:73
msgctxt "dbwiztextpage|browse"
msgid "Browse"
msgstr "Navegar"
-#: dbwiztextpage.ui:90
+#: dbaccess/uiconfig/ui/dbwiztextpage.ui:89
msgctxt "dbwiztextpage|create"
msgid "Create New"
msgstr ""
-#: deleteallrowsdialog.ui:12
+#: dbaccess/uiconfig/ui/deleteallrowsdialog.ui:12
msgctxt "deleteallrowsdialog|DeleteAllRowsDialog"
msgid "You are trying to delete all the columns in the table. A table cannot exist without columns. Should the table be deleted from the database? If not, the table will remain unchanged."
msgstr ""
-#: designsavemodifieddialog.ui:12
+#: dbaccess/uiconfig/ui/designsavemodifieddialog.ui:12
msgctxt "designsavemodifieddialog|DesignSaveModifiedDialog"
msgid "Do you want to save the changes?"
msgstr ""
-#: designsavemodifieddialog.ui:13
+#: dbaccess/uiconfig/ui/designsavemodifieddialog.ui:13
msgctxt "designsavemodifieddialog|DesignSaveModifiedDialog"
msgid "The relation design has been changed."
msgstr ""
-#: directsqldialog.ui:9
+#: dbaccess/uiconfig/ui/directsqldialog.ui:9
msgctxt "directsqldialog|DirectSQLDialog"
msgid "Execute SQL Statement"
msgstr ""
-#: directsqldialog.ui:92
+#: dbaccess/uiconfig/ui/directsqldialog.ui:92
msgctxt "directsqldialog|sql_label"
msgid "_Command to execute:"
msgstr ""
-#: directsqldialog.ui:108
+#: dbaccess/uiconfig/ui/directsqldialog.ui:108
msgctxt "directsqldialog|showoutput"
msgid "_Show output of \"select\" statements"
msgstr ""
-#: directsqldialog.ui:123
+#: dbaccess/uiconfig/ui/directsqldialog.ui:123
msgctxt "directsqldialog|execute"
msgid "_Execute"
msgstr ""
-#: directsqldialog.ui:158
+#: dbaccess/uiconfig/ui/directsqldialog.ui:158
msgctxt "directsqldialog|sqlhistory_label"
msgid "_Previous commands:"
msgstr ""
-#: directsqldialog.ui:175
+#: dbaccess/uiconfig/ui/directsqldialog.ui:175
msgctxt "directsqldialog|label1"
msgid "SQL Command"
msgstr ""
-#: directsqldialog.ui:220
+#: dbaccess/uiconfig/ui/directsqldialog.ui:220
msgctxt "directsqldialog|label2"
msgid "Status"
msgstr "Estau"
-#: directsqldialog.ui:265
+#: dbaccess/uiconfig/ui/directsqldialog.ui:265
msgctxt "directsqldialog|label3"
msgid "Output"
msgstr ""
-#: fielddialog.ui:8
+#: dbaccess/uiconfig/ui/fielddialog.ui:8
msgctxt "fielddialog|FieldDialog"
msgid "Field Format"
msgstr ""
-#: fielddialog.ui:111
+#: dbaccess/uiconfig/ui/fielddialog.ui:111
msgctxt "fielddialog|format"
msgid "Format"
msgstr ""
-#: fielddialog.ui:133
+#: dbaccess/uiconfig/ui/fielddialog.ui:133
msgctxt "fielddialog|alignment"
msgid "Alignment"
msgstr "Aliniación"
-#: fielddialog.ui:152
+#: dbaccess/uiconfig/ui/fielddialog.ui:152
#, fuzzy
msgctxt "fielddialog|alttitle"
msgid "Table Format"
msgstr "Formato de correu"
-#: finalpagewizard.ui:17
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:17
msgctxt "finalpagewizard|headerText"
msgid "Decide How to Proceed After Saving the Database"
msgstr ""
-#: finalpagewizard.ui:44
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:44
msgctxt "finalpagewizard|helpText"
msgid "Do you want the wizard to register the database in %PRODUCTNAME?"
msgstr ""
-#: finalpagewizard.ui:56
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:56
msgctxt "finalpagewizard|yesregister"
msgid "_Yes, register the database for me"
msgstr ""
-#: finalpagewizard.ui:74
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:74
msgctxt "finalpagewizard|noregister"
msgid "N_o, do not register the database"
msgstr ""
-#: finalpagewizard.ui:105
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:105
msgctxt "finalpagewizard|additionalText"
msgid "After the database file has been saved, what do you want to do?"
msgstr ""
-#: finalpagewizard.ui:116
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:116
msgctxt "finalpagewizard|openediting"
msgid "Open the database for editing"
msgstr ""
-#: finalpagewizard.ui:132
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:132
msgctxt "finalpagewizard|usewizard"
msgid "Create tables using the table wizard"
msgstr ""
-#: finalpagewizard.ui:156
+#: dbaccess/uiconfig/ui/finalpagewizard.ui:157
msgctxt "finalpagewizard|finishText"
msgid "Click 'Finish' to save the database."
msgstr ""
-#: generalpagedialog.ui:17
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:17
msgctxt "generalpagedialog|datasourceTypePre"
msgid "Select the type of database to which you want to establish a connection."
msgstr ""
-#: generalpagedialog.ui:31
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:31
msgctxt "generalpagedialog|datasourceTypeLabel"
msgid "Database _type:"
msgstr ""
-#: generalpagedialog.ui:59
+#: dbaccess/uiconfig/ui/generalpagedialog.ui:59
msgctxt "generalpagedialog|datasourceTypeHelp"
msgid ""
"On the following pages, you can make detailed settings for the connection.\n"
@@ -2800,539 +2800,559 @@ msgid ""
"The new settings you make will overwrite your existing settings."
msgstr ""
-#: generalpagewizard.ui:18
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:18
msgctxt "generalpagewizard|headerText"
msgid "Welcome to the %PRODUCTNAME Database Wizard"
msgstr ""
-#: generalpagewizard.ui:35
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:35
msgctxt "generalpagewizard|helpText"
msgid "Use the Database Wizard to create a new database, open an existing database file, or connect to a database stored on a server."
msgstr ""
-#: generalpagewizard.ui:50
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:50
msgctxt "generalpagewizard|sourceTypeHeader"
msgid "What do you want to do?"
msgstr ""
-#: generalpagewizard.ui:61
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:61
msgctxt "generalpagewizard|createDatabase"
msgid "Create a n_ew database"
msgstr ""
-#: generalpagewizard.ui:88
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:88
msgctxt "generalpagewizard|embeddeddbLabel"
msgid "_Embedded database:"
msgstr ""
-#: generalpagewizard.ui:118
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:118
msgctxt "generalpagewizard|openExistingDatabase"
msgid "Open an existing database _file"
msgstr ""
-#: generalpagewizard.ui:146
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:146
msgctxt "generalpagewizard|docListLabel"
msgid "_Recently used:"
msgstr ""
-#: generalpagewizard.ui:179
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:179
msgctxt "generalpagewizard|openDatabase"
msgid "Open"
msgstr "Ubrir"
-#: generalpagewizard.ui:195
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:195
msgctxt "generalpagewizard|connectDatabase"
msgid "Connect to an e_xisting database"
msgstr ""
-#: generalspecialjdbcdetailspage.ui:39
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:39
msgctxt "generalspecialjdbcdetailspage|label2"
msgid "_Host name:"
msgstr ""
-#: generalspecialjdbcdetailspage.ui:53
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:53
msgctxt "generalspecialjdbcdetailspage|label3"
msgid "_Port number:"
msgstr ""
-#: generalspecialjdbcdetailspage.ui:78
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:78
msgctxt "generalspecialjdbcdetailspage|socketLabel"
msgid "Socket:"
msgstr ""
-#: generalspecialjdbcdetailspage.ui:90
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:90
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr ""
-#: generalspecialjdbcdetailspage.ui:112
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:112
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr ""
-#: generalspecialjdbcdetailspage.ui:162
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:162
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr ""
-#: generalspecialjdbcdetailspage.ui:199
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:199
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "~Chuego de caracters"
-#: generalspecialjdbcdetailspage.ui:229
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:229
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr ""
-#: generatedvaluespage.ui:29
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:29
msgctxt "generatedvaluespage|autoretrieve"
msgid "Re_trieve generated values"
msgstr ""
-#: generatedvaluespage.ui:65
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:65
msgctxt "generatedvaluespage|statementft"
msgid "_Auto-increment statement:"
msgstr ""
-#: generatedvaluespage.ui:103
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:103
msgctxt "generatedvaluespage|queryft"
msgid "_Query of generated values:"
msgstr ""
-#: generatedvaluespage.ui:146
+#: dbaccess/uiconfig/ui/generatedvaluespage.ui:146
#, fuzzy
msgctxt "generatedvaluespage|label1"
msgid "Settings"
msgstr "Configuración"
-#: indexdesigndialog.ui:9
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:9
msgctxt "indexdesigndialog|IndexDesignDialog"
msgid "Indexes"
msgstr ""
-#: indexdesigndialog.ui:80
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:80
msgctxt "indexdesigndialog|ID_INDEX_NEW"
msgid "New Index"
msgstr ""
-#: indexdesigndialog.ui:95
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:95
msgctxt "indexdesigndialog|ID_INDEX_DROP"
msgid "Delete Current Index"
msgstr ""
-#: indexdesigndialog.ui:110
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:110
msgctxt "indexdesigndialog|ID_INDEX_RENAME"
msgid "Rename Current Index"
msgstr ""
-#: indexdesigndialog.ui:125
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:125
msgctxt "indexdesigndialog|ID_INDEX_SAVE"
msgid "Save Current Index"
msgstr ""
-#: indexdesigndialog.ui:140
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:140
msgctxt "indexdesigndialog|ID_INDEX_RESET"
msgid "Reset Current Index"
msgstr ""
-#: indexdesigndialog.ui:276
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:276
msgctxt "indexdesigndialog|DESC_LABEL"
msgid "Index identifier:"
msgstr ""
-#: indexdesigndialog.ui:297
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:297
msgctxt "indexdesigndialog|UNIQUE"
msgid "_Unique"
msgstr ""
-#: indexdesigndialog.ui:319
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:319
#, fuzzy
msgctxt "indexdesigndialog|FIELDS_LABEL"
msgid "Fields:"
msgstr "Campos"
-#: indexdesigndialog.ui:352
+#: dbaccess/uiconfig/ui/indexdesigndialog.ui:352
msgctxt "indexdesigndialog|INDEX_DETAILS"
msgid "Index Details"
msgstr ""
-#: jdbcconnectionpage.ui:20
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:20
msgctxt "jdbcconnectionpage|header"
msgid "Set Up a Connection to a JDBC Database"
msgstr ""
-#: jdbcconnectionpage.ui:36
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:36
msgctxt "jdbcconnectionpage|helptext"
msgid "Please enter the required information to connect to a JDBC database. Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: jdbcconnectionpage.ui:57
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:57
msgctxt "jdbcconnectionpage|browseurllabel"
msgid "Path to the dBASE files:"
msgstr ""
-#: jdbcconnectionpage.ui:80
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:79
msgctxt "jdbcconnectionpage|create"
msgid "_Create New"
msgstr ""
-#: jdbcconnectionpage.ui:94
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:93
#, fuzzy
msgctxt "jdbcconnectionpage|browse"
msgid "_Browse…"
msgstr "Navegar"
-#: jdbcconnectionpage.ui:126
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:125
msgctxt "jdbcconnectionpage|jdbcLabel"
msgid "JDBC d_river class:"
msgstr ""
-#: jdbcconnectionpage.ui:156
+#: dbaccess/uiconfig/ui/jdbcconnectionpage.ui:155
msgctxt "jdbcconnectionpage|jdbcButton"
msgid "_Test Class"
msgstr ""
-#: joindialog.ui:15
+#: dbaccess/uiconfig/ui/joindialog.ui:15
msgctxt "joindialog|liststore1"
msgid "Inner join"
msgstr ""
-#: joindialog.ui:19
+#: dbaccess/uiconfig/ui/joindialog.ui:19
msgctxt "joindialog|liststore1"
msgid "Left join"
msgstr ""
-#: joindialog.ui:23
+#: dbaccess/uiconfig/ui/joindialog.ui:23
msgctxt "joindialog|liststore1"
msgid "Right join"
msgstr ""
-#: joindialog.ui:27
+#: dbaccess/uiconfig/ui/joindialog.ui:27
msgctxt "joindialog|liststore1"
msgid "Full (outer) join"
msgstr ""
-#: joindialog.ui:31
+#: dbaccess/uiconfig/ui/joindialog.ui:31
msgctxt "joindialog|liststore1"
msgid "Cross join"
msgstr ""
-#: joindialog.ui:39
+#: dbaccess/uiconfig/ui/joindialog.ui:39
msgctxt "joindialog|JoinDialog"
msgid "Join Properties"
msgstr ""
-#: joindialog.ui:162
+#: dbaccess/uiconfig/ui/joindialog.ui:162
msgctxt "joindialog|label1"
msgid "Tables Involved"
msgstr ""
-#: joindialog.ui:228
+#: dbaccess/uiconfig/ui/joindialog.ui:228
msgctxt "joindialog|label2"
msgid "Fields Involved"
msgstr ""
-#: joindialog.ui:264
+#: dbaccess/uiconfig/ui/joindialog.ui:264
msgctxt "joindialog|label5"
msgid "_Type:"
msgstr ""
-#: joindialog.ui:287
+#: dbaccess/uiconfig/ui/joindialog.ui:287
msgctxt "joindialog|natural"
msgid "Natural"
msgstr ""
-#: joindialog.ui:311
+#: dbaccess/uiconfig/ui/joindialog.ui:311
msgctxt "joindialog|label6"
msgid "Options"
msgstr "Opcions"
-#: jointablemenu.ui:12
+#: dbaccess/uiconfig/ui/jointablemenu.ui:12
#, fuzzy
msgctxt "jointablemenu|delete"
msgid "_Delete"
msgstr "Eliminar"
-#: joinviewmenu.ui:12
+#: dbaccess/uiconfig/ui/joinviewmenu.ui:12
#, fuzzy
msgctxt "joinviewmenu|delete"
msgid "_Delete"
msgstr "Eliminar"
-#: joinviewmenu.ui:20
+#: dbaccess/uiconfig/ui/joinviewmenu.ui:20
#, fuzzy
msgctxt "joinviewmenu|edit"
msgid "Edit..."
msgstr "~Editar..."
-#: keymenu.ui:12
+#: dbaccess/uiconfig/ui/keymenu.ui:12
msgctxt "keymenu|primarykey"
msgid "Primary Key"
msgstr ""
-#: ldapconnectionpage.ui:18
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:18
msgctxt "ldapconnectionpage|header"
msgid "Set Up a Connection to an LDAP Directory"
msgstr ""
-#: ldapconnectionpage.ui:34
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:34
msgctxt "ldapconnectionpage|helpLabel"
msgid "Please enter the required information to connect to an LDAP directory. Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-#: ldapconnectionpage.ui:57
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:57
msgctxt "ldapconnectionpage|hostNameLabel"
msgid "_Server:"
msgstr ""
-#: ldapconnectionpage.ui:71
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:71
msgctxt "ldapconnectionpage|portNumLabel"
msgid "_Port number:"
msgstr ""
-#: ldapconnectionpage.ui:113
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:113
msgctxt "ldapconnectionpage|portNumDefLabel"
msgid "Default: 389"
msgstr ""
-#: ldapconnectionpage.ui:132
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:132
msgctxt "ldapconnectionpage|baseDNLabel"
msgid "Base _DN:"
msgstr ""
-#: ldapconnectionpage.ui:161
+#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:161
msgctxt "ldapconnectionpage|useSSLCheckbutton"
msgid "Use _secure connection (SSL)"
msgstr ""
-#: ldappage.ui:39
+#: dbaccess/uiconfig/ui/ldappage.ui:39
msgctxt "ldappage|label1"
msgid "_Base DN:"
msgstr ""
-#: ldappage.ui:61
+#: dbaccess/uiconfig/ui/ldappage.ui:61
msgctxt "ldappage|useSSLCheckbutton"
msgid "Use secure connection (SSL)"
msgstr ""
-#: ldappage.ui:80
+#: dbaccess/uiconfig/ui/ldappage.ui:81
msgctxt "ldappage|label2"
msgid "_Port number:"
msgstr ""
-#: ldappage.ui:105
+#: dbaccess/uiconfig/ui/ldappage.ui:106
msgctxt "ldappage|label3"
msgid "Maximum number of _records:"
msgstr ""
-#: ldappage.ui:133
+#: dbaccess/uiconfig/ui/ldappage.ui:134
msgctxt "ldappage|charsetheader"
msgid "Connection Settings"
msgstr ""
-#: migratepage.ui:17
+#: dbaccess/uiconfig/ui/migratepage.ui:17
msgctxt "migratepage|label1"
msgid "Migration Progress"
msgstr ""
-#: migratepage.ui:34
+#: dbaccess/uiconfig/ui/migratepage.ui:34
msgctxt "migratepage|count"
msgid "The database document contains $forms$ form(s) and $reports$ report(s), which are currently being processed:"
msgstr ""
-#: migratepage.ui:50
+#: dbaccess/uiconfig/ui/migratepage.ui:50
msgctxt "migratepage|done"
msgid "All forms and reports have been successfully processed. Press 'Next' to show a detailed summary."
msgstr ""
-#: migratepage.ui:71
+#: dbaccess/uiconfig/ui/migratepage.ui:71
msgctxt "migratepage|label4"
msgid "Overall progress:"
msgstr ""
-#: migratepage.ui:83
+#: dbaccess/uiconfig/ui/migratepage.ui:83
msgctxt "migratepage|overall"
msgid "document $current$ of $overall$"
msgstr ""
-#: migratepage.ui:123
+#: dbaccess/uiconfig/ui/migratepage.ui:123
msgctxt "migratepage|label6"
msgid "Current progress:"
msgstr ""
-#: migratepage.ui:174
+#: dbaccess/uiconfig/ui/migratepage.ui:174
msgctxt "migratepage|label5"
msgid "Current object:"
msgstr ""
-#: mysqlnativepage.ui:48
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:7
+msgctxt "migrationwarndialog|MigrationWarnDialog"
+msgid "Confirm Migration"
+msgstr ""
+
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:11
+msgctxt "migrationwarndialog|MigrationWarnDialog"
+msgid "The document contains embedded HSQL data, which is deprecated."
+msgstr ""
+
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:12
+msgctxt "migrationwarndialog|MigrationWarnDialog"
+msgid "Would you like to migrate to Firebird now?"
+msgstr ""
+
+#: dbaccess/uiconfig/ui/migrwarndlg.ui:37
+msgctxt "migrationwarndialog|later"
+msgid "_Later"
+msgstr ""
+
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:48
msgctxt "mysqlnativepage|connectionheader"
msgid "Connection Settings"
msgstr ""
-#: mysqlnativepage.ui:90
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:90
msgctxt "mysqlnativepage|usernamelabel"
msgid "_User name:"
msgstr ""
-#: mysqlnativepage.ui:113
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:112
msgctxt "mysqlnativepage|passwordrequired"
msgid "Password required"
msgstr ""
-#: mysqlnativepage.ui:137
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:137
msgctxt "mysqlnativepage|userheader"
msgid "User Authentication"
msgstr ""
-#: mysqlnativepage.ui:176
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:176
#, fuzzy
msgctxt "mysqlnativepage|charsetlabel"
msgid "_Character set:"
msgstr "~Chuego de caracters"
-#: mysqlnativepage.ui:206
+#: dbaccess/uiconfig/ui/mysqlnativepage.ui:206
msgctxt "mysqlnativepage|charsetheader"
msgid "Data Conversion"
msgstr ""
-#: mysqlnativesettings.ui:25
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:25
msgctxt "mysqlnativesettings|dbnamelabel"
msgid "_Database name:"
msgstr ""
-#: mysqlnativesettings.ui:63
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:62
msgctxt "mysqlnativesettings|hostport"
msgid "Se_rver/port"
msgstr ""
-#: mysqlnativesettings.ui:96
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:95
msgctxt "mysqlnativesettings|serverlabel"
msgid "_Server:"
msgstr ""
-#: mysqlnativesettings.ui:110
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:109
msgctxt "mysqlnativesettings|portlabel"
msgid "_Port:"
msgstr ""
-#: mysqlnativesettings.ui:138
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:136
msgctxt "mysqlnativesettings|defaultport"
msgid "Default: 3306"
msgstr ""
-#: mysqlnativesettings.ui:182
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:179
msgctxt "mysqlnativesettings|socketlabel"
msgid "So_cket:"
msgstr ""
-#: mysqlnativesettings.ui:225
+#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:221
msgctxt "mysqlnativesettings|namedpipelabel"
msgid "Named p_ipe:"
msgstr ""
-#: namematchingpage.ui:48
+#: dbaccess/uiconfig/ui/namematchingpage.ui:48
#, fuzzy
msgctxt "namematchingpage|all"
msgid "_All"
msgstr "Totz"
-#: namematchingpage.ui:65
+#: dbaccess/uiconfig/ui/namematchingpage.ui:65
#, fuzzy
msgctxt "namematchingpage|none"
msgid "Non_e"
msgstr "~Garra"
-#: namematchingpage.ui:101
+#: dbaccess/uiconfig/ui/namematchingpage.ui:101
msgctxt "namematchingpage|leftlabel"
msgid "Source table: "
msgstr ""
-#: namematchingpage.ui:146
+#: dbaccess/uiconfig/ui/namematchingpage.ui:146
msgctxt "namematchingpage|rightlabel"
msgid "Destination table: "
msgstr ""
-#: odbcpage.ui:38
+#: dbaccess/uiconfig/ui/odbcpage.ui:38
#, fuzzy
msgctxt "odbcpage|charsetlabel"
msgid "_Character set:"
msgstr "~Chuego de caracters"
-#: odbcpage.ui:68
+#: dbaccess/uiconfig/ui/odbcpage.ui:68
msgctxt "odbcpage|charsetheader"
msgid "Data Conversion"
msgstr ""
-#: odbcpage.ui:112
+#: dbaccess/uiconfig/ui/odbcpage.ui:112
msgctxt "odbcpage|optionslabel"
msgid "ODBC _options:"
msgstr ""
-#: odbcpage.ui:143
+#: dbaccess/uiconfig/ui/odbcpage.ui:143
msgctxt "odbcpage|useCatalogCheckbutton"
msgid "Use catalog for file-based databases"
msgstr ""
-#: odbcpage.ui:165
+#: dbaccess/uiconfig/ui/odbcpage.ui:166
msgctxt "odbcpage|label1"
msgid "Optional Settings"
msgstr ""
-#: parametersdialog.ui:10
+#: dbaccess/uiconfig/ui/parametersdialog.ui:10
msgctxt "parametersdialog|Parameters"
msgid "Parameter Input"
msgstr ""
-#: parametersdialog.ui:122
+#: dbaccess/uiconfig/ui/parametersdialog.ui:122
msgctxt "parametersdialog|label2"
msgid "_Value:"
msgstr ""
-#: parametersdialog.ui:153
+#: dbaccess/uiconfig/ui/parametersdialog.ui:152
msgctxt "parametersdialog|next"
msgid "_Next"
msgstr ""
-#: parametersdialog.ui:181
+#: dbaccess/uiconfig/ui/parametersdialog.ui:180
msgctxt "parametersdialog|label1"
msgid "_Parameters"
msgstr ""
-#: password.ui:8
+#: dbaccess/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
msgid "Change Password"
msgstr ""
-#: password.ui:120
+#: dbaccess/uiconfig/ui/password.ui:120
msgctxt "password|label2"
msgid "Old p_assword:"
msgstr ""
-#: password.ui:134
+#: dbaccess/uiconfig/ui/password.ui:134
#, fuzzy
msgctxt "password|label3"
msgid "_Password:"
msgstr "~Clau"
-#: password.ui:148
+#: dbaccess/uiconfig/ui/password.ui:148
msgctxt "password|label4"
msgid "_Confirm password:"
msgstr ""
-#: password.ui:177
+#: dbaccess/uiconfig/ui/password.ui:177
msgctxt "password|label1"
msgid "User “$name$: $”"
msgstr ""
-#: preparepage.ui:17
+#: dbaccess/uiconfig/ui/preparepage.ui:17
msgctxt "preparepage|label1"
msgid "Welcome to the Database Macro Migration Wizard"
msgstr ""
-#: preparepage.ui:34
+#: dbaccess/uiconfig/ui/preparepage.ui:34
msgctxt "preparepage|label2"
msgid ""
"This wizard will guide you through the task of migrating your macros.\n"
@@ -3344,862 +3364,862 @@ msgid ""
"Before the migration can start, all forms, reports, queries and tables belonging to the document must be closed. Press 'Next' to do so."
msgstr ""
-#: preparepage.ui:56
+#: dbaccess/uiconfig/ui/preparepage.ui:56
msgctxt "preparepage|closedocerror"
msgid "Not all objects could be closed. Please close them manually, and re-start the wizard."
msgstr ""
-#: querycolmenu.ui:12
+#: dbaccess/uiconfig/ui/querycolmenu.ui:12
msgctxt "querycolmenu|width"
msgid "Column _Width..."
msgstr ""
-#: querycolmenu.ui:26
+#: dbaccess/uiconfig/ui/querycolmenu.ui:26
#, fuzzy
msgctxt "querycolmenu|delete"
msgid "_Delete"
msgstr "Eliminar"
-#: queryfilterdialog.ui:8
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:8
msgctxt "queryfilterdialog|QueryFilterDialog"
msgid "Standard Filter"
msgstr ""
-#: queryfilterdialog.ui:96
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:96
msgctxt "queryfilterdialog|label2"
msgid "Operator"
msgstr ""
-#: queryfilterdialog.ui:108
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:108
#, fuzzy
msgctxt "queryfilterdialog|label5"
msgid "Field name"
msgstr "Nombre d'o fichero"
-#: queryfilterdialog.ui:120
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:120
msgctxt "queryfilterdialog|label6"
msgid "Condition"
msgstr ""
-#: queryfilterdialog.ui:134
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:134
msgctxt "queryfilterdialog|field1"
msgid "- none -"
msgstr "- garra -"
-#: queryfilterdialog.ui:148
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:148
msgctxt "queryfilterdialog|cond1"
msgid "="
msgstr ""
-#: queryfilterdialog.ui:149
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:149
msgctxt "queryfilterdialog|cond1"
msgid "<>"
msgstr ""
-#: queryfilterdialog.ui:150
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:150
msgctxt "queryfilterdialog|cond1"
msgid "<"
msgstr ""
-#: queryfilterdialog.ui:151
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:151
msgctxt "queryfilterdialog|cond1"
msgid "<="
msgstr ""
-#: queryfilterdialog.ui:152
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:152
msgctxt "queryfilterdialog|cond1"
msgid ">"
msgstr ""
-#: queryfilterdialog.ui:153
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:153
msgctxt "queryfilterdialog|cond1"
msgid ">="
msgstr ""
-#: queryfilterdialog.ui:154
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:154
msgctxt "queryfilterdialog|cond1"
msgid "like"
msgstr ""
-#: queryfilterdialog.ui:155
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:155
msgctxt "queryfilterdialog|cond1"
msgid "not like"
msgstr ""
-#: queryfilterdialog.ui:156
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:156
msgctxt "queryfilterdialog|cond1"
msgid "null"
msgstr ""
-#: queryfilterdialog.ui:157
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:157
msgctxt "queryfilterdialog|cond1"
msgid "not null"
msgstr ""
-#: queryfilterdialog.ui:171
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:171
msgctxt "queryfilterdialog|field2"
msgid "- none -"
msgstr "- garra -"
-#: queryfilterdialog.ui:185
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:185
msgctxt "queryfilterdialog|field3"
msgid "- none -"
msgstr "- garra -"
-#: queryfilterdialog.ui:219
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:219
msgctxt "queryfilterdialog|label7"
msgid "Value"
msgstr "Valura"
-#: queryfilterdialog.ui:263
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:263
msgctxt "queryfilterdialog|op2"
msgid "AND"
msgstr ""
-#: queryfilterdialog.ui:264
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:264
msgctxt "queryfilterdialog|op2"
msgid "OR"
msgstr ""
-#: queryfilterdialog.ui:278
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:278
msgctxt "queryfilterdialog|op3"
msgid "AND"
msgstr ""
-#: queryfilterdialog.ui:279
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:279
msgctxt "queryfilterdialog|op3"
msgid "OR"
msgstr ""
-#: queryfilterdialog.ui:298
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:298
msgctxt "queryfilterdialog|label1"
msgid "Criteria"
msgstr ""
-#: queryfuncmenu.ui:12
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:12
msgctxt "queryfuncmenu|functions"
msgid "Functions"
msgstr "Funcions"
-#: queryfuncmenu.ui:26
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:26
msgctxt "queryfuncmenu|tablename"
msgid "Table Name"
msgstr ""
-#: queryfuncmenu.ui:34
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:34
msgctxt "queryfuncmenu|alias"
msgid "Alias"
msgstr ""
-#: queryfuncmenu.ui:48
+#: dbaccess/uiconfig/ui/queryfuncmenu.ui:48
msgctxt "queryfuncmenu|distinct"
msgid "Distinct Values"
msgstr ""
-#: querypropertiesdialog.ui:9
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:9
msgctxt "querypropertiesdialog|QueryPropertiesDialog"
msgid "Query Properties"
msgstr ""
-#: querypropertiesdialog.ui:101
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:101
msgctxt "querypropertiesdialog|limit-label"
msgid "Limit:"
msgstr ""
-#: querypropertiesdialog.ui:117
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:117
msgctxt "querypropertiesdialog|distinct"
msgid "Yes"
msgstr ""
-#: querypropertiesdialog.ui:133
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:134
msgctxt "querypropertiesdialog|nondistinct"
msgid "No"
msgstr ""
-#: querypropertiesdialog.ui:160
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:162
msgctxt "querypropertiesdialog|distinctvalues"
msgid "Distinct values:"
msgstr ""
-#: relationdialog.ui:9
+#: dbaccess/uiconfig/ui/relationdialog.ui:9
msgctxt "relationdialog|RelationDialog"
msgid "Relations"
msgstr ""
-#: relationdialog.ui:132
+#: dbaccess/uiconfig/ui/relationdialog.ui:132
msgctxt "relationdialog|label1"
msgid "Tables Involved"
msgstr ""
-#: relationdialog.ui:173
+#: dbaccess/uiconfig/ui/relationdialog.ui:173
msgctxt "relationdialog|label2"
msgid "Fields Involved"
msgstr ""
-#: relationdialog.ui:211
+#: dbaccess/uiconfig/ui/relationdialog.ui:211
msgctxt "relationdialog|addaction"
msgid "_No action"
msgstr ""
-#: relationdialog.ui:228
+#: dbaccess/uiconfig/ui/relationdialog.ui:228
msgctxt "relationdialog|addcascade"
msgid "_Update cascade"
msgstr ""
-#: relationdialog.ui:244
+#: dbaccess/uiconfig/ui/relationdialog.ui:244
msgctxt "relationdialog|addnull"
-msgid "_Set null"
+msgid "_Set NULL"
msgstr ""
-#: relationdialog.ui:260
+#: dbaccess/uiconfig/ui/relationdialog.ui:260
msgctxt "relationdialog|adddefault"
msgid "Set _default"
msgstr ""
-#: relationdialog.ui:282
+#: dbaccess/uiconfig/ui/relationdialog.ui:282
msgctxt "relationdialog|label3"
msgid "Update Options"
msgstr ""
-#: relationdialog.ui:315
+#: dbaccess/uiconfig/ui/relationdialog.ui:315
msgctxt "relationdialog|delaction"
msgid "_No action"
msgstr ""
-#: relationdialog.ui:331
+#: dbaccess/uiconfig/ui/relationdialog.ui:331
msgctxt "relationdialog|delcascade"
msgid "Delete _cascade"
msgstr ""
-#: relationdialog.ui:346
+#: dbaccess/uiconfig/ui/relationdialog.ui:346
msgctxt "relationdialog|delnull"
-msgid "_Set null"
+msgid "_Set NULL"
msgstr ""
-#: relationdialog.ui:361
+#: dbaccess/uiconfig/ui/relationdialog.ui:361
msgctxt "relationdialog|deldefault"
msgid "Set _default"
msgstr ""
-#: relationdialog.ui:382
+#: dbaccess/uiconfig/ui/relationdialog.ui:382
msgctxt "relationdialog|label4"
msgid "Delete Options"
msgstr ""
-#: relationdialog.ui:435
+#: dbaccess/uiconfig/ui/relationdialog.ui:435
msgctxt "relationdialog|liststore1"
msgid "Inner join"
msgstr ""
-#: relationdialog.ui:439
+#: dbaccess/uiconfig/ui/relationdialog.ui:439
msgctxt "relationdialog|liststore1"
msgid "Left join"
msgstr ""
-#: relationdialog.ui:443
+#: dbaccess/uiconfig/ui/relationdialog.ui:443
msgctxt "relationdialog|liststore1"
msgid "Right join"
msgstr ""
-#: relationdialog.ui:447
+#: dbaccess/uiconfig/ui/relationdialog.ui:447
msgctxt "relationdialog|liststore1"
msgid "Full (outer) join"
msgstr ""
-#: relationdialog.ui:451
+#: dbaccess/uiconfig/ui/relationdialog.ui:451
msgctxt "relationdialog|liststore1"
msgid "Cross join"
msgstr ""
-#: rowheightdialog.ui:15
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:15
msgctxt "rowheightdialog|RowHeightDialog"
msgid "Row Height"
msgstr ""
-#: rowheightdialog.ui:94
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:94
msgctxt "rowheightdialog|label1"
msgid "_Height:"
msgstr ""
-#: rowheightdialog.ui:119
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:118
#, fuzzy
msgctxt "rowheightdialog|automatic"
msgid "_Automatic"
msgstr "Automatica"
-#: rtfcopytabledialog.ui:9
+#: dbaccess/uiconfig/ui/rtfcopytabledialog.ui:9
msgctxt "rtfcopytabledialog|RTFCopyTable"
msgid "Copy RTF Table"
msgstr ""
-#: savedialog.ui:9
+#: dbaccess/uiconfig/ui/savedialog.ui:9
msgctxt "savedialog|SaveDialog"
msgid "Save As"
msgstr ""
-#: savedialog.ui:85
+#: dbaccess/uiconfig/ui/savedialog.ui:85
msgctxt "savedialog|descriptionft"
msgid "Please enter a name for the object to be created:"
msgstr ""
-#: savedialog.ui:100
+#: dbaccess/uiconfig/ui/savedialog.ui:100
msgctxt "savedialog|catalogft"
msgid "_Catalog:"
msgstr ""
-#: savedialog.ui:114
+#: dbaccess/uiconfig/ui/savedialog.ui:114
msgctxt "savedialog|schemaft"
msgid "_Schema:"
msgstr ""
-#: saveindexdialog.ui:8
+#: dbaccess/uiconfig/ui/saveindexdialog.ui:7
msgctxt "saveindexdialog|SaveIndexDialog"
msgid "Exit Index Design"
msgstr ""
-#: saveindexdialog.ui:13
+#: dbaccess/uiconfig/ui/saveindexdialog.ui:13
msgctxt "saveindexdialog|SaveIndexDialog"
msgid "Do you want to save the changes made to the current index?"
msgstr ""
-#: savemodifieddialog.ui:12
+#: dbaccess/uiconfig/ui/savemodifieddialog.ui:12
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "Do you want to save the changes?"
msgstr ""
-#: savemodifieddialog.ui:13
+#: dbaccess/uiconfig/ui/savemodifieddialog.ui:13
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "The current record has been changed."
msgstr ""
-#: sortdialog.ui:8
+#: dbaccess/uiconfig/ui/sortdialog.ui:8
msgctxt "sortdialog|SortDialog"
msgid "Sort Order"
msgstr ""
-#: sortdialog.ui:96
+#: dbaccess/uiconfig/ui/sortdialog.ui:96
msgctxt "sortdialog|label2"
msgid "Operator"
msgstr ""
-#: sortdialog.ui:109
+#: dbaccess/uiconfig/ui/sortdialog.ui:109
msgctxt "sortdialog|label3"
msgid "and then"
msgstr ""
-#: sortdialog.ui:122
+#: dbaccess/uiconfig/ui/sortdialog.ui:122
msgctxt "sortdialog|label4"
msgid "and then"
msgstr ""
-#: sortdialog.ui:134
+#: dbaccess/uiconfig/ui/sortdialog.ui:134
#, fuzzy
msgctxt "sortdialog|label5"
msgid "Field name"
msgstr "Nombre d'o fichero"
-#: sortdialog.ui:146
+#: dbaccess/uiconfig/ui/sortdialog.ui:146
msgctxt "sortdialog|label6"
msgid "Order"
msgstr ""
-#: sortdialog.ui:171
+#: dbaccess/uiconfig/ui/sortdialog.ui:171
#, fuzzy
msgctxt "sortdialog|value1"
msgid "ascending"
msgstr "~Ascendent"
-#: sortdialog.ui:172
+#: dbaccess/uiconfig/ui/sortdialog.ui:172
#, fuzzy
msgctxt "sortdialog|value1"
msgid "descending"
msgstr "~Descendent"
-#: sortdialog.ui:208
+#: dbaccess/uiconfig/ui/sortdialog.ui:208
#, fuzzy
msgctxt "sortdialog|value2"
msgid "ascending"
msgstr "~Ascendent"
-#: sortdialog.ui:209
+#: dbaccess/uiconfig/ui/sortdialog.ui:209
#, fuzzy
msgctxt "sortdialog|value2"
msgid "descending"
msgstr "~Descendent"
-#: sortdialog.ui:223
+#: dbaccess/uiconfig/ui/sortdialog.ui:223
#, fuzzy
msgctxt "sortdialog|value3"
msgid "ascending"
msgstr "~Ascendent"
-#: sortdialog.ui:224
+#: dbaccess/uiconfig/ui/sortdialog.ui:224
#, fuzzy
msgctxt "sortdialog|value3"
msgid "descending"
msgstr "~Descendent"
-#: sortdialog.ui:243
+#: dbaccess/uiconfig/ui/sortdialog.ui:243
msgctxt "sortdialog|label1"
msgid "Sort Order"
msgstr ""
-#: specialjdbcconnectionpage.ui:19
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:19
msgctxt "specialjdbcconnectionpage|header"
msgid "Set up connection to a MySQL database using JDBC"
msgstr ""
-#: specialjdbcconnectionpage.ui:35
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:35
msgctxt "specialjdbcconnectionpage|helpLabel"
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. Please contact your system administrator if you are unsure about the following settings. "
msgstr ""
-#: specialjdbcconnectionpage.ui:58
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:58
msgctxt "specialjdbcconnectionpage|dbNameLabel"
msgid "_Database name:"
msgstr ""
-#: specialjdbcconnectionpage.ui:72
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:72
msgctxt "specialjdbcconnectionpage|hostNameLabel"
msgid "_Server:"
msgstr ""
-#: specialjdbcconnectionpage.ui:86
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:86
msgctxt "specialjdbcconnectionpage|portNumLabel"
msgid "_Port number:"
msgstr ""
-#: specialjdbcconnectionpage.ui:139
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:139
msgctxt "specialjdbcconnectionpage|portNumDefLabel"
msgid "Default: 3306"
msgstr ""
-#: specialjdbcconnectionpage.ui:173
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:173
msgctxt "specialjdbcconnectionpage|jdbcDriverLabel"
msgid "MySQL JDBC d_river class:"
msgstr ""
-#: specialjdbcconnectionpage.ui:195
+#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:195
msgctxt "specialjdbcconnectionpage|testDriverButton"
msgid "_Test Class"
msgstr ""
-#: specialsettingspage.ui:18
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:18
msgctxt "specialsettingspage|usesql92"
msgid "Use SQL92 naming constraints"
msgstr ""
-#: specialsettingspage.ui:35
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:35
msgctxt "specialsettingspage|append"
msgid "Append the table alias name on SELECT statements"
msgstr ""
-#: specialsettingspage.ui:52
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:52
msgctxt "specialsettingspage|useas"
msgid "Use keyword AS before table alias names"
msgstr ""
-#: specialsettingspage.ui:69
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:69
msgctxt "specialsettingspage|useoj"
msgid "Use Outer Join syntax '{oj }'"
msgstr ""
-#: specialsettingspage.ui:86
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:86
msgctxt "specialsettingspage|ignoreprivs"
msgid "Ignore the privileges from the database driver"
msgstr ""
-#: specialsettingspage.ui:103
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:103
msgctxt "specialsettingspage|replaceparams"
msgid "Replace named parameters with '?'"
msgstr ""
-#: specialsettingspage.ui:120
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:120
msgctxt "specialsettingspage|displayver"
msgid "Display version columns (when available)"
msgstr ""
-#: specialsettingspage.ui:137
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:137
msgctxt "specialsettingspage|usecatalogname"
msgid "Use catalog name in SELECT statements"
msgstr ""
-#: specialsettingspage.ui:154
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:154
msgctxt "specialsettingspage|useschemaname"
msgid "Use schema name in SELECT statements"
msgstr ""
-#: specialsettingspage.ui:171
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:171
msgctxt "specialsettingspage|createindex"
msgid "Create index with ASC or DESC statement"
msgstr ""
-#: specialsettingspage.ui:188
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:188
msgctxt "specialsettingspage|eol"
msgid "End text lines with CR+LF"
msgstr ""
-#: specialsettingspage.ui:205
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:205
msgctxt "specialsettingspage|ignorecurrency"
msgid "Ignore currency field information"
msgstr ""
-#: specialsettingspage.ui:222
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:222
msgctxt "specialsettingspage|inputchecks"
msgid "Form data input checks for required fields"
msgstr ""
-#: specialsettingspage.ui:239
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:239
msgctxt "specialsettingspage|useodbcliterals"
msgid "Use ODBC conformant date/time literals"
msgstr ""
-#: specialsettingspage.ui:256
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:256
msgctxt "specialsettingspage|primarykeys"
msgid "Supports primary keys"
msgstr ""
-#: specialsettingspage.ui:273
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:273
msgctxt "specialsettingspage|resulttype"
msgid "Respect the result set type from the database driver"
msgstr ""
-#: specialsettingspage.ui:299
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:299
msgctxt "specialsettingspage|comparisonft"
msgid "Comparison of Boolean values:"
msgstr ""
-#: specialsettingspage.ui:315
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:315
msgctxt "specialsettingspage|comparison"
msgid "Default"
msgstr "Por defecto"
-#: specialsettingspage.ui:316
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:316
msgctxt "specialsettingspage|comparison"
msgid "SQL"
msgstr ""
-#: specialsettingspage.ui:317
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:317
msgctxt "specialsettingspage|comparison"
msgid "Mixed"
msgstr ""
-#: specialsettingspage.ui:318
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:318
msgctxt "specialsettingspage|comparison"
msgid "MS Access"
msgstr ""
-#: specialsettingspage.ui:333
+#: dbaccess/uiconfig/ui/specialsettingspage.ui:333
msgctxt "specialsettingspage|rowsft"
msgid "Rows to scan column types:"
msgstr ""
-#: sqlexception.ui:9
+#: dbaccess/uiconfig/ui/sqlexception.ui:18
msgctxt "sqlexception|SQLExceptionDialog"
msgid "Error Details"
msgstr ""
-#: sqlexception.ui:58
+#: dbaccess/uiconfig/ui/sqlexception.ui:68
msgctxt "sqlexception|label2"
msgid "Error _list:"
msgstr ""
-#: sqlexception.ui:72
+#: dbaccess/uiconfig/ui/sqlexception.ui:82
#, fuzzy
msgctxt "sqlexception|label3"
msgid "_Description:"
msgstr "Descripción"
-#: summarypage.ui:17
+#: dbaccess/uiconfig/ui/summarypage.ui:17
msgctxt "summarypage|label1"
msgid "Summary"
msgstr ""
-#: summarypage.ui:34
+#: dbaccess/uiconfig/ui/summarypage.ui:34
msgctxt "summarypage|success"
msgid "The migration was successful. Below is a log of the actions which have been taken to your document."
msgstr ""
-#: summarypage.ui:50
+#: dbaccess/uiconfig/ui/summarypage.ui:50
msgctxt "summarypage|failure"
msgid "The migration was not successful. Examine the migration log below for details."
msgstr ""
-#: tabledesignrowmenu.ui:12
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:12
#, fuzzy
msgctxt "tabledesignrowmenu|cut"
msgid "Cu_t"
msgstr "Re~tallar"
-#: tabledesignrowmenu.ui:20
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:20
#, fuzzy
msgctxt "tabledesignrowmenu|copy"
msgid "_Copy"
msgstr "~Copiar"
-#: tabledesignrowmenu.ui:28
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:28
#, fuzzy
msgctxt "tabledesignrowmenu|paste"
msgid "_Paste"
msgstr "A~pegar"
-#: tabledesignrowmenu.ui:35
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:35
#, fuzzy
msgctxt "tabledesignrowmenu|delete"
msgid "_Delete"
msgstr "Eliminar"
-#: tabledesignrowmenu.ui:42
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:42
#, fuzzy
msgctxt "tabledesignrowmenu|insert"
msgid "Insert Rows"
msgstr "F~icar ringleras"
-#: tabledesignrowmenu.ui:55
+#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:55
msgctxt "tabledesignrowmenu|primarykey"
msgid "Primary Key"
msgstr ""
-#: tabledesignsavemodifieddialog.ui:12
+#: dbaccess/uiconfig/ui/tabledesignsavemodifieddialog.ui:12
msgctxt "tabledesignsavemodifieddialog|TableDesignSaveModifiedDialog"
msgid "Do you want to save the changes?"
msgstr ""
-#: tabledesignsavemodifieddialog.ui:13
+#: dbaccess/uiconfig/ui/tabledesignsavemodifieddialog.ui:13
msgctxt "tabledesignsavemodifieddialog|TableDesignSaveModifiedDialog"
msgid "The table has been changed."
msgstr ""
-#: tablesfilterdialog.ui:8
+#: dbaccess/uiconfig/ui/tablesfilterdialog.ui:8
msgctxt "tablesfilterdialog|TablesFilterDialog"
msgid "Tables Filter"
msgstr ""
-#: tablesfilterpage.ui:34
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:34
msgctxt "tablesfilterpage|label2"
msgid "Mark the tables that should be visible for the applications."
msgstr ""
-#: tablesfilterpage.ui:70
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:70
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr ""
-#: tablesjoindialog.ui:82
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:82
#, fuzzy
msgctxt "tablesjoindialog|tables"
msgid "Tables"
msgstr "Tabla"
-#: tablesjoindialog.ui:99
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:99
msgctxt "tablesjoindialog|queries"
msgid "Queries"
msgstr ""
-#: tablesjoindialog.ui:132
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:132
msgctxt "tablesjoindialog|title"
msgid "Add Tables"
msgstr ""
-#: tablesjoindialog.ui:143
+#: dbaccess/uiconfig/ui/tablesjoindialog.ui:143
msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr ""
-#: textconnectionsettings.ui:8
+#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
msgid "Text Connection Settings"
msgstr ""
-#: textpage.ui:39
+#: dbaccess/uiconfig/ui/textpage.ui:39
msgctxt "textpage|textfile"
msgid "Plain text files (*.txt)"
msgstr ""
-#: textpage.ui:56
+#: dbaccess/uiconfig/ui/textpage.ui:57
msgctxt "textpage|csvfile"
msgid "Comma-separated value files (*.csv)"
msgstr ""
-#: textpage.ui:73
+#: dbaccess/uiconfig/ui/textpage.ui:75
#, fuzzy
msgctxt "textpage|custom"
msgid "Custom:"
msgstr "Personalizau 1"
-#: textpage.ui:106
+#: dbaccess/uiconfig/ui/textpage.ui:107
msgctxt "textpage|example"
msgid "Custom: *.abc"
msgstr ""
-#: textpage.ui:121
+#: dbaccess/uiconfig/ui/textpage.ui:122
msgctxt "textpage|extensionheader"
msgid "Specify the Type of Files You Want to Access"
msgstr ""
-#: textpage.ui:159
+#: dbaccess/uiconfig/ui/textpage.ui:160
msgctxt "textpage|containsheaders"
msgid "_Text contains headers"
msgstr ""
-#: textpage.ui:181
+#: dbaccess/uiconfig/ui/textpage.ui:182
msgctxt "textpage|fieldlabel"
msgid "Field separator:"
msgstr ""
-#: textpage.ui:195
+#: dbaccess/uiconfig/ui/textpage.ui:196
msgctxt "textpage|textlabel"
msgid "Text separator:"
msgstr ""
-#: textpage.ui:209
+#: dbaccess/uiconfig/ui/textpage.ui:210
msgctxt "textpage|decimallabel"
msgid "Decimal separator:"
msgstr ""
-#: textpage.ui:223
+#: dbaccess/uiconfig/ui/textpage.ui:224
msgctxt "textpage|thousandslabel"
msgid "Thousands separator:"
msgstr ""
-#: textpage.ui:273
+#: dbaccess/uiconfig/ui/textpage.ui:274
msgctxt "textpage|decimalseparator"
msgid "."
msgstr ""
-#: textpage.ui:274
+#: dbaccess/uiconfig/ui/textpage.ui:275
msgctxt "textpage|decimalseparator"
msgid ","
msgstr ""
-#: textpage.ui:275
+#: dbaccess/uiconfig/ui/textpage.ui:276
msgctxt "textpage|decimalseparator"
msgid ";"
msgstr ""
-#: textpage.ui:276
+#: dbaccess/uiconfig/ui/textpage.ui:277
msgctxt "textpage|decimalseparator"
msgid ":"
msgstr ""
-#: textpage.ui:296
+#: dbaccess/uiconfig/ui/textpage.ui:297
msgctxt "textpage|thousandsseparator"
msgid "."
msgstr ""
-#: textpage.ui:297
+#: dbaccess/uiconfig/ui/textpage.ui:298
msgctxt "textpage|thousandsseparator"
msgid ","
msgstr ""
-#: textpage.ui:318
+#: dbaccess/uiconfig/ui/textpage.ui:319
msgctxt "textpage|formatlabel"
msgid "Row Format"
msgstr ""
-#: textpage.ui:359
+#: dbaccess/uiconfig/ui/textpage.ui:360
#, fuzzy
msgctxt "textpage|charsetlabel"
msgid "_Character set:"
msgstr "~Chuego de caracters"
-#: textpage.ui:389
+#: dbaccess/uiconfig/ui/textpage.ui:390
msgctxt "textpage|charsetheader"
msgid "Data Conversion"
msgstr ""
-#: typeselectpage.ui:71
+#: dbaccess/uiconfig/ui/typeselectpage.ui:71
msgctxt "typeselectpage|columns"
msgid "Column Information"
msgstr ""
-#: typeselectpage.ui:110
+#: dbaccess/uiconfig/ui/typeselectpage.ui:110
msgctxt "typeselectpage|autolabel"
msgid "Lines (ma_x.):"
msgstr ""
-#: typeselectpage.ui:121
+#: dbaccess/uiconfig/ui/typeselectpage.ui:121
msgctxt "typeselectpage|autobutton"
msgid "_Auto"
msgstr ""
-#: typeselectpage.ui:153
+#: dbaccess/uiconfig/ui/typeselectpage.ui:152
msgctxt "typeselectpage|autotype"
msgid "Automatic Type Recognition"
msgstr ""
-#: useradmindialog.ui:8
+#: dbaccess/uiconfig/ui/useradmindialog.ui:8
msgctxt "useradmindialog|UserAdminDialog"
msgid "User Administration"
msgstr ""
-#: useradmindialog.ui:92
+#: dbaccess/uiconfig/ui/useradmindialog.ui:92
msgctxt "useradmindialog|settings"
msgid "User Settings"
msgstr ""
-#: useradminpage.ui:47
+#: dbaccess/uiconfig/ui/useradminpage.ui:47
msgctxt "useradminpage|label3"
msgid "Us_er:"
msgstr ""
-#: useradminpage.ui:83
+#: dbaccess/uiconfig/ui/useradminpage.ui:83
msgctxt "useradminpage|add"
msgid "_Add User..."
msgstr ""
-#: useradminpage.ui:98
+#: dbaccess/uiconfig/ui/useradminpage.ui:98
msgctxt "useradminpage|changepass"
msgid "Change _Password..."
msgstr ""
-#: useradminpage.ui:113
+#: dbaccess/uiconfig/ui/useradminpage.ui:113
msgctxt "useradminpage|delete"
msgid "_Delete User..."
msgstr ""
-#: useradminpage.ui:141
+#: dbaccess/uiconfig/ui/useradminpage.ui:141
msgctxt "useradminpage|label1"
msgid "User Selection"
msgstr ""
-#: useradminpage.ui:180
+#: dbaccess/uiconfig/ui/useradminpage.ui:180
msgctxt "useradminpage|label2"
msgid "Access Rights for Selected User"
msgstr ""
-#: userdetailspage.ui:40
+#: dbaccess/uiconfig/ui/userdetailspage.ui:40
msgctxt "userdetailspage|hostnameft"
msgid "_Host name:"
msgstr ""
-#: userdetailspage.ui:56
+#: dbaccess/uiconfig/ui/userdetailspage.ui:56
msgctxt "userdetailspage|portnumberft"
msgid "_Port number:"
msgstr ""
-#: userdetailspage.ui:89
+#: dbaccess/uiconfig/ui/userdetailspage.ui:89
msgctxt "userdetailspage|usecatalog"
msgid "_Use catalog"
msgstr ""
-#: userdetailspage.ui:109
+#: dbaccess/uiconfig/ui/userdetailspage.ui:109
msgctxt "userdetailspage|optionslabel"
msgid "_Driver settings:"
msgstr ""
-#: userdetailspage.ui:137
+#: dbaccess/uiconfig/ui/userdetailspage.ui:137
msgctxt "userdetailspage|label1"
msgid "Connection Settings"
msgstr ""
-#: userdetailspage.ui:175
+#: dbaccess/uiconfig/ui/userdetailspage.ui:175
#, fuzzy
msgctxt "userdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "~Chuego de caracters"
-#: userdetailspage.ui:205
+#: dbaccess/uiconfig/ui/userdetailspage.ui:205
msgctxt "userdetailspage|charsetheader"
msgid "Data conversion"
msgstr ""
diff --git a/source/an/desktop/messages.po b/source/an/desktop/messages.po
index b32c6ec710a..0d67873f33b 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: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+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"
@@ -13,219 +13,219 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: desktop/inc/strings.hrc:25
msgctxt "RID_STR_COPYING_PACKAGE"
msgid "Copying: "
msgstr ""
-#: strings.hrc:26
+#: desktop/inc/strings.hrc:26
msgctxt "RID_STR_ERROR_WHILE_ADDING"
msgid "Error while adding: "
msgstr ""
-#: strings.hrc:27
+#: desktop/inc/strings.hrc:27
msgctxt "RID_STR_ERROR_WHILE_REMOVING"
msgid "Error while removing: "
msgstr ""
-#: strings.hrc:28
+#: desktop/inc/strings.hrc:28
msgctxt "RID_STR_PACKAGE_ALREADY_ADDED"
msgid "Extension has already been added: "
msgstr ""
-#: strings.hrc:29
+#: desktop/inc/strings.hrc:29
msgctxt "RID_STR_NO_SUCH_PACKAGE"
msgid "There is no such extension deployed: "
msgstr ""
-#: strings.hrc:30
+#: desktop/inc/strings.hrc:30
msgctxt "RID_STR_SYNCHRONIZING_REPOSITORY"
msgid "Synchronizing repository for %NAME extensions"
msgstr ""
-#: strings.hrc:32
+#: desktop/inc/strings.hrc:32
msgctxt "RID_STR_REGISTERING_PACKAGE"
msgid "Enabling: "
msgstr ""
-#: strings.hrc:33
+#: desktop/inc/strings.hrc:33
msgctxt "RID_STR_REVOKING_PACKAGE"
msgid "Disabling: "
msgstr ""
-#: strings.hrc:34
+#: desktop/inc/strings.hrc:34
msgctxt "RID_STR_CANNOT_DETECT_MEDIA_TYPE"
msgid "Cannot detect media-type: "
msgstr ""
-#: strings.hrc:35
+#: desktop/inc/strings.hrc:35
msgctxt "RID_STR_UNSUPPORTED_MEDIA_TYPE"
msgid "This media-type is not supported: "
msgstr ""
-#: strings.hrc:36
+#: desktop/inc/strings.hrc:36
msgctxt "RID_STR_ERROR_WHILE_REGISTERING"
msgid "An error occurred while enabling: "
msgstr ""
-#: strings.hrc:37
+#: desktop/inc/strings.hrc:37
msgctxt "RID_STR_ERROR_WHILE_REVOKING"
msgid "An error occurred while disabling: "
msgstr ""
-#: strings.hrc:39
+#: desktop/inc/strings.hrc:39
msgctxt "RID_STR_CONF_SCHEMA"
msgid "Configuration Schema"
msgstr ""
-#: strings.hrc:40
+#: desktop/inc/strings.hrc:40
msgctxt "RID_STR_CONF_DATA"
msgid "Configuration Data"
msgstr ""
-#: strings.hrc:42
+#: desktop/inc/strings.hrc:42
msgctxt "RID_STR_BASIC_LIB"
msgid "%PRODUCTNAME Basic Library"
msgstr ""
-#: strings.hrc:43
+#: desktop/inc/strings.hrc:43
msgctxt "RID_STR_DIALOG_LIB"
msgid "Dialog Library"
msgstr ""
-#: strings.hrc:44
+#: desktop/inc/strings.hrc:44
msgctxt "RID_STR_CANNOT_DETERMINE_LIBNAME"
msgid "The library name could not be determined."
msgstr ""
-#: strings.hrc:46
+#: desktop/inc/strings.hrc:46
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr ""
-#: strings.hrc:48
+#: desktop/inc/strings.hrc:48
msgctxt "RID_STR_DYN_COMPONENT"
msgid "UNO Dynamic Library Component"
msgstr ""
-#: strings.hrc:49
+#: desktop/inc/strings.hrc:49
msgctxt "RID_STR_JAVA_COMPONENT"
msgid "UNO Java Component"
msgstr ""
-#: strings.hrc:50
+#: desktop/inc/strings.hrc:50
msgctxt "RID_STR_PYTHON_COMPONENT"
msgid "UNO Python Component"
msgstr ""
-#: strings.hrc:51
+#: desktop/inc/strings.hrc:51
msgctxt "RID_STR_COMPONENTS"
msgid "UNO Components"
msgstr ""
-#: strings.hrc:52
+#: desktop/inc/strings.hrc:52
msgctxt "RID_STR_RDB_TYPELIB"
msgid "UNO RDB Type Library"
msgstr ""
-#: strings.hrc:53
+#: desktop/inc/strings.hrc:53
msgctxt "RID_STR_JAVA_TYPELIB"
msgid "UNO Java Type Library"
msgstr ""
-#: strings.hrc:55
+#: desktop/inc/strings.hrc:55
msgctxt "RID_STR_SFWK_LIB"
msgid "%MACROLANG Library"
msgstr ""
-#: strings.hrc:57
+#: desktop/inc/strings.hrc:57
#, fuzzy
msgctxt "RID_STR_HELP"
msgid "Help"
msgstr "~Aduya"
-#: strings.hrc:58
+#: desktop/inc/strings.hrc:58
msgctxt "RID_STR_HELPPROCESSING_GENERAL_ERROR"
msgid "The extension cannot be installed because:\n"
msgstr ""
-#: strings.hrc:59
+#: desktop/inc/strings.hrc:59
msgctxt "RID_STR_HELPPROCESSING_XMLPARSING_ERROR"
msgid "The extension will not be installed because an error occurred in the Help files:\n"
msgstr ""
-#: strings.hrc:61
+#: desktop/inc/strings.hrc:61
msgctxt "RID_STR_ADD_PACKAGES"
msgid "Add Extension(s)"
msgstr ""
-#: strings.hrc:62
+#: desktop/inc/strings.hrc:62
#, fuzzy
msgctxt "RID_CTX_ITEM_REMOVE"
msgid "~Remove"
msgstr "Borrar"
-#: strings.hrc:63
+#: desktop/inc/strings.hrc:63
msgctxt "RID_CTX_ITEM_ENABLE"
msgid "~Enable"
msgstr ""
-#: strings.hrc:64
+#: desktop/inc/strings.hrc:64
msgctxt "RID_CTX_ITEM_DISABLE"
msgid "~Disable"
msgstr ""
-#: strings.hrc:65
+#: desktop/inc/strings.hrc:65
msgctxt "RID_CTX_ITEM_CHECK_UPDATE"
msgid "~Update..."
msgstr ""
-#: strings.hrc:66
+#: desktop/inc/strings.hrc:66
#, c-format
msgctxt "RID_STR_ADDING_PACKAGES"
msgid "Adding %EXTENSION_NAME"
msgstr ""
-#: strings.hrc:67
+#: desktop/inc/strings.hrc:67
#, c-format
msgctxt "RID_STR_REMOVING_PACKAGES"
msgid "Removing %EXTENSION_NAME"
msgstr ""
-#: strings.hrc:68
+#: desktop/inc/strings.hrc:68
#, c-format
msgctxt "RID_STR_ENABLING_PACKAGES"
msgid "Enabling %EXTENSION_NAME"
msgstr ""
-#: strings.hrc:69
+#: desktop/inc/strings.hrc:69
#, c-format
msgctxt "RID_STR_DISABLING_PACKAGES"
msgid "Disabling %EXTENSION_NAME"
msgstr ""
-#: strings.hrc:70
+#: desktop/inc/strings.hrc:70
#, c-format
msgctxt "RID_STR_ACCEPT_LICENSE"
msgid "Accept license for %EXTENSION_NAME"
msgstr ""
-#: strings.hrc:71
+#: desktop/inc/strings.hrc:71
msgctxt "RID_STR_ERROR_UNKNOWN_STATUS"
msgid "Error: The status of this extension is unknown"
msgstr ""
-#: strings.hrc:72
+#: desktop/inc/strings.hrc:72
msgctxt "RID_STR_CLOSE_BTN"
msgid "Close"
msgstr "Zarrar"
-#: strings.hrc:73
+#: desktop/inc/strings.hrc:73
msgctxt "RID_STR_EXIT_BTN"
msgid "Quit"
msgstr ""
-#: strings.hrc:74
+#: desktop/inc/strings.hrc:74
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"
@@ -233,22 +233,22 @@ msgid ""
"Updating of shared extension requires administrator privileges. Contact your system administrator to update the following shared extensions:"
msgstr ""
-#: strings.hrc:77
+#: desktop/inc/strings.hrc:77
msgctxt "RID_STR_ERROR_MISSING_DEPENDENCIES"
msgid "The extension cannot be enabled as the following system dependencies are not fulfilled:"
msgstr ""
-#: strings.hrc:78
+#: desktop/inc/strings.hrc:78
msgctxt "RID_STR_ERROR_MISSING_LICENSE"
msgid "This extension is disabled because you haven't accepted the license yet.\n"
msgstr ""
-#: strings.hrc:79
+#: desktop/inc/strings.hrc:79
msgctxt "RID_STR_SHOW_LICENSE_CMD"
msgid "Show license"
msgstr ""
-#: strings.hrc:80
+#: desktop/inc/strings.hrc:80
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION"
msgid ""
"You are about to install the extension '%NAME'.\n"
@@ -256,17 +256,17 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:83
+#: desktop/inc/strings.hrc:83
msgctxt "RID_STR_WARNING_INSTALL_EXTENSION_DISABLED"
msgid "Extension installation is currently disabled. Please consult your system administrator for more information."
msgstr ""
-#: strings.hrc:85
+#: desktop/inc/strings.hrc:85
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION_DISABLED"
msgid "Extension removal is currently disabled. Please consult your system administrator for more information."
msgstr ""
-#: strings.hrc:87
+#: desktop/inc/strings.hrc:87
msgctxt "RID_STR_WARNING_REMOVE_EXTENSION"
msgid ""
"You are about to remove the extension '%NAME'.\n"
@@ -274,7 +274,7 @@ msgid ""
"Click 'Cancel' to stop removing the extension."
msgstr ""
-#: strings.hrc:90
+#: desktop/inc/strings.hrc:90
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"
@@ -282,7 +282,7 @@ msgid ""
"Click 'Cancel' to stop removing the extension."
msgstr ""
-#: strings.hrc:94
+#: desktop/inc/strings.hrc:94
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"
@@ -290,7 +290,7 @@ msgid ""
"Click 'Cancel' to stop enabling the extension."
msgstr ""
-#: strings.hrc:98
+#: desktop/inc/strings.hrc:98
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"
@@ -298,72 +298,72 @@ msgid ""
"Click 'Cancel' to stop disabling the extension."
msgstr ""
-#: strings.hrc:102
+#: desktop/inc/strings.hrc:102
msgctxt "RID_STR_UNSUPPORTED_PLATFORM"
msgid "The extension '%Name' does not work on this computer."
msgstr ""
-#: strings.hrc:104
+#: desktop/inc/strings.hrc:104
msgctxt "RID_DLG_UPDATE_INSTALL_INSTALLING"
msgid "Installing extensions..."
msgstr ""
-#: strings.hrc:105
+#: desktop/inc/strings.hrc:105
msgctxt "RID_DLG_UPDATE_INSTALL_FINISHED"
msgid "Installation finished"
msgstr ""
-#: strings.hrc:106
+#: desktop/inc/strings.hrc:106
msgctxt "RID_DLG_UPDATE_INSTALL_NO_ERRORS"
msgid "No errors."
msgstr ""
-#: strings.hrc:107
+#: desktop/inc/strings.hrc:107
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD"
msgid "Error while downloading extension %NAME. "
msgstr ""
-#: strings.hrc:108
+#: desktop/inc/strings.hrc:108
msgctxt "RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED"
msgid "The error message is: "
msgstr ""
-#: strings.hrc:109
+#: desktop/inc/strings.hrc:109
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION"
msgid "Error while installing extension %NAME. "
msgstr ""
-#: strings.hrc:110
+#: desktop/inc/strings.hrc:110
msgctxt "RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED"
msgid "The license agreement for extension %NAME was refused. "
msgstr ""
-#: strings.hrc:111
+#: desktop/inc/strings.hrc:111
msgctxt "RID_DLG_UPDATE_INSTALL_EXTENSION_NOINSTALL"
msgid "The extension will not be installed."
msgstr ""
-#: strings.hrc:113
+#: desktop/inc/strings.hrc:113
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN"
msgid "Unknown"
msgstr ""
-#: strings.hrc:114
+#: desktop/inc/strings.hrc:114
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN"
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
msgstr ""
-#: strings.hrc:115
+#: desktop/inc/strings.hrc:115
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX"
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
msgstr ""
-#: strings.hrc:116
+#: desktop/inc/strings.hrc:116
msgctxt "RID_DEPLOYMENT_DEPENDENCIES_LO_MIN"
msgid "Extension requires at least %PRODUCTNAME version %VERSION"
msgstr ""
-#: strings.hrc:118
+#: desktop/inc/strings.hrc:118
msgctxt "RID_STR_WARNING_VERSION_LESS"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -372,7 +372,7 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:122
+#: desktop/inc/strings.hrc:122
msgctxt "RID_STR_WARNINGBOX_VERSION_LESS_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -381,7 +381,7 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:126
+#: desktop/inc/strings.hrc:126
msgctxt "RID_STR_WARNING_VERSION_EQUAL"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -390,7 +390,7 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:130
+#: desktop/inc/strings.hrc:130
msgctxt "RID_STR_WARNINGBOX_VERSION_EQUAL_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -399,7 +399,7 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:134
+#: desktop/inc/strings.hrc:134
msgctxt "RID_STR_WARNING_VERSION_GREATER"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -408,7 +408,7 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:138
+#: desktop/inc/strings.hrc:138
msgctxt "RID_STR_WARNINGBOX_VERSION_GREATER_DIFFERENT_NAMES"
msgid ""
"You are about to install version $NEW of the extension '$NAME'.\n"
@@ -417,137 +417,137 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
-#: strings.hrc:143
+#: desktop/inc/strings.hrc:143
msgctxt "RID_DLG_UPDATE_NONE"
msgid "No new updates are available."
msgstr ""
-#: strings.hrc:144
+#: desktop/inc/strings.hrc:144
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 ""
-#: strings.hrc:145
+#: desktop/inc/strings.hrc:145
msgctxt "RID_DLG_UPDATE_FAILURE"
msgid "An error occurred:"
msgstr ""
-#: strings.hrc:146
+#: desktop/inc/strings.hrc:146
msgctxt "RID_DLG_UPDATE_UNKNOWNERROR"
msgid "Unknown error."
msgstr ""
-#: strings.hrc:147
+#: desktop/inc/strings.hrc:147
msgctxt "RID_DLG_UPDATE_NODESCRIPTION"
msgid "No more details are available for this update."
msgstr ""
-#: strings.hrc:148
+#: desktop/inc/strings.hrc:148
msgctxt "RID_DLG_UPDATE_NOINSTALL"
msgid "The extension cannot be updated because:"
msgstr ""
-#: strings.hrc:149
+#: desktop/inc/strings.hrc:149
msgctxt "RID_DLG_UPDATE_NODEPENDENCY"
msgid "Required %PRODUCTNAME version doesn't match:"
msgstr ""
-#: strings.hrc:150
+#: desktop/inc/strings.hrc:150
msgctxt "RID_DLG_UPDATE_NODEPENDENCY_CUR_VER"
msgid "You have %PRODUCTNAME %VERSION"
msgstr ""
-#: strings.hrc:151
+#: desktop/inc/strings.hrc:151
msgctxt "RID_DLG_UPDATE_BROWSERBASED"
msgid "browser based update"
msgstr ""
-#: strings.hrc:152
+#: desktop/inc/strings.hrc:152
msgctxt "RID_DLG_UPDATE_VERSION"
msgid "Version"
msgstr ""
-#: strings.hrc:153
+#: desktop/inc/strings.hrc:153
msgctxt "RID_DLG_UPDATE_IGNORE"
msgid "Ignore this Update"
msgstr ""
-#: strings.hrc:154
+#: desktop/inc/strings.hrc:154
msgctxt "RID_DLG_UPDATE_IGNORE_ALL"
msgid "Ignore all Updates"
msgstr ""
-#: strings.hrc:155
+#: desktop/inc/strings.hrc:155
msgctxt "RID_DLG_UPDATE_ENABLE"
msgid "Enable Updates"
msgstr ""
-#: strings.hrc:156
+#: desktop/inc/strings.hrc:156
msgctxt "RID_DLG_UPDATE_IGNORED_UPDATE"
msgid "This update will be ignored.\n"
msgstr ""
-#: strings.hrc:158
+#: desktop/inc/strings.hrc:158
msgctxt "STR_BOOTSTRAP_ERR_CANNOT_START"
msgid "The application cannot be started. "
msgstr ""
-#: strings.hrc:159
+#: desktop/inc/strings.hrc:159
msgctxt "STR_BOOTSTRAP_ERR_DIR_MISSING"
msgid "The configuration directory \"$1\" could not be found."
msgstr ""
-#: strings.hrc:160
+#: desktop/inc/strings.hrc:160
msgctxt "STR_BOOTSTRAP_ERR_PATH_INVALID"
msgid "The installation path is invalid."
msgstr ""
-#: strings.hrc:161
+#: desktop/inc/strings.hrc:161
msgctxt "STR_BOOTSTRAP_ERR_INTERNAL"
msgid "An internal error occurred."
msgstr ""
-#: strings.hrc:162
+#: desktop/inc/strings.hrc:162
msgctxt "STR_BOOTSTRAP_ERR_FILE_CORRUPT"
msgid "The configuration file \"$1\" is corrupt."
msgstr ""
-#: strings.hrc:163
+#: desktop/inc/strings.hrc:163
msgctxt "STR_BOOTSTRAP_ERR_FILE_MISSING"
msgid "The configuration file \"$1\" was not found."
msgstr ""
-#: strings.hrc:164
+#: desktop/inc/strings.hrc:164
msgctxt "STR_BOOTSTRAP_ERR_NO_SUPPORT"
msgid "The configuration file \"$1\" does not support the current version."
msgstr ""
-#: strings.hrc:165
+#: desktop/inc/strings.hrc:165
msgctxt "STR_BOOTSTRAP_ERR_LANGUAGE_MISSING"
msgid "The user interface language cannot be determined."
msgstr ""
-#: strings.hrc:166
+#: desktop/inc/strings.hrc:166
msgctxt "STR_BOOTSTRAP_ERR_USERINSTALL_FAILED"
msgid "User installation could not be completed. "
msgstr ""
-#: strings.hrc:167
+#: desktop/inc/strings.hrc:167
msgctxt "STR_BOOTSTRAP_ERR_NO_CFG_SERVICE"
msgid "The configuration service is not available."
msgstr ""
-#: strings.hrc:168
+#: desktop/inc/strings.hrc:168
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 ""
-#: strings.hrc:169
+#: desktop/inc/strings.hrc:169
msgctxt "STR_CONFIG_ERR_ACCESS_GENERAL"
msgid "A general error occurred while accessing your central configuration. "
msgstr ""
-#: strings.hrc:170
+#: desktop/inc/strings.hrc:170
msgctxt "STR_BOOTSTRAP_ERR_CFG_DATAACCESS"
msgid ""
"%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n"
@@ -555,17 +555,17 @@ msgid ""
"Please contact your system administrator."
msgstr ""
-#: strings.hrc:171
+#: desktop/inc/strings.hrc:171
msgctxt "STR_INTERNAL_ERRMSG"
msgid "The following internal error has occurred: "
msgstr ""
-#: strings.hrc:172
+#: desktop/inc/strings.hrc:172
msgctxt "STR_LO_MUST_BE_RESTARTED"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
msgstr ""
-#: strings.hrc:173
+#: desktop/inc/strings.hrc:173
msgctxt "STR_QUERY_USERDATALOCKED"
msgid ""
"Either another instance of %PRODUCTNAME is accessing your personal settings or your personal settings are locked.\n"
@@ -574,315 +574,315 @@ msgid ""
"Do you really want to continue?"
msgstr ""
-#: strings.hrc:174
+#: desktop/inc/strings.hrc:174
msgctxt "STR_TITLE_USERDATALOCKED"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr ""
-#: strings.hrc:175
+#: desktop/inc/strings.hrc:175
msgctxt "STR_ERR_PRINTDISABLED"
msgid "Printing is disabled. No documents can be printed."
msgstr ""
-#: strings.hrc:176
+#: desktop/inc/strings.hrc:176
msgctxt "STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE"
msgid "The path manager is not available.\n"
msgstr ""
-#: strings.hrc:177
+#: desktop/inc/strings.hrc:177
msgctxt "STR_BOOSTRAP_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"
"\n"
msgstr ""
-#: strings.hrc:178
+#: desktop/inc/strings.hrc:178
msgctxt "STR_BOOSTRAP_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"
"\n"
msgstr ""
-#: strings.hrc:180
+#: desktop/inc/strings.hrc:180
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_1"
msgid "Extension Software License Agreement of $NAME:"
msgstr ""
-#: strings.hrc:181
+#: desktop/inc/strings.hrc:181
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 ""
-#: strings.hrc:185
+#: desktop/inc/strings.hrc:185
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_3"
msgid "[Enter \"yes\" or \"no\"]:"
msgstr ""
-#: strings.hrc:186
+#: desktop/inc/strings.hrc:186
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_4"
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
msgstr ""
-#: strings.hrc:187
+#: desktop/inc/strings.hrc:187
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_YES"
msgid "YES"
msgstr ""
-#: strings.hrc:188
+#: desktop/inc/strings.hrc:188
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_Y"
msgid "Y"
msgstr ""
-#: strings.hrc:189
+#: desktop/inc/strings.hrc:189
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_NO"
msgid "NO"
msgstr ""
-#: strings.hrc:190
+#: desktop/inc/strings.hrc:190
msgctxt "RID_STR_UNOPKG_ACCEPT_LIC_N"
msgid "N"
msgstr ""
-#: strings.hrc:191
+#: desktop/inc/strings.hrc:191
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 ""
-#: strings.hrc:193
+#: desktop/inc/strings.hrc:193
msgctxt "RID_STR_UNOPKG_ERROR"
msgid "ERROR: "
msgstr ""
-#: dependenciesdialog.ui:9
+#: desktop/uiconfig/ui/dependenciesdialog.ui:9
msgctxt "dependenciesdialog|Dependencies"
msgid "System dependencies check"
msgstr ""
-#: dependenciesdialog.ui:60
+#: desktop/uiconfig/ui/dependenciesdialog.ui:60
msgctxt "dependenciesdialog|label1"
msgid "The extension cannot be installed as the following system dependencies are not fulfilled:"
msgstr ""
-#: extensionmanager.ui:9
+#: desktop/uiconfig/ui/extensionmanager.ui:9
msgctxt "extensionmanager|ExtensionManagerDialog"
msgid "Extension Manager"
msgstr ""
-#: extensionmanager.ui:82
+#: desktop/uiconfig/ui/extensionmanager.ui:82
#, fuzzy
msgctxt "extensionmanager|optionsbtn"
msgid "_Options"
msgstr "Opcions"
-#: extensionmanager.ui:96
+#: desktop/uiconfig/ui/extensionmanager.ui:96
msgctxt "extensionmanager|updatebtn"
msgid "Check for _Updates"
msgstr ""
-#: extensionmanager.ui:111
+#: desktop/uiconfig/ui/extensionmanager.ui:111
#, fuzzy
msgctxt "extensionmanager|addbtn"
msgid "_Add"
msgstr "Adhibir"
-#: extensionmanager.ui:128
+#: desktop/uiconfig/ui/extensionmanager.ui:128
#, fuzzy
msgctxt "extensionmanager|removebtn"
msgid "_Remove"
msgstr "Borrar"
-#: extensionmanager.ui:143
+#: desktop/uiconfig/ui/extensionmanager.ui:143
msgctxt "extensionmanager|enablebtn"
msgid "_Enable"
msgstr ""
-#: extensionmanager.ui:187
+#: desktop/uiconfig/ui/extensionmanager.ui:187
msgctxt "extensionmanager|shared"
msgid "Installed for all users"
msgstr ""
-#: extensionmanager.ui:203
+#: desktop/uiconfig/ui/extensionmanager.ui:204
msgctxt "extensionmanager|user"
msgid "Installed for current user"
msgstr ""
-#: extensionmanager.ui:219
+#: desktop/uiconfig/ui/extensionmanager.ui:221
msgctxt "extensionmanager|bundled"
msgid "Bundled with %PRODUCTNAME"
msgstr ""
-#: extensionmanager.ui:241
+#: desktop/uiconfig/ui/extensionmanager.ui:244
msgctxt "extensionmanager|label1"
msgid "Display Extensions"
msgstr ""
-#: extensionmanager.ui:263
+#: desktop/uiconfig/ui/extensionmanager.ui:266
msgctxt "extensionmanager|progressft"
msgid "Adding %EXTENSION_NAME"
msgstr ""
-#: extensionmanager.ui:298
+#: desktop/uiconfig/ui/extensionmanager.ui:301
msgctxt "extensionmanager|getextensions"
msgid "Get more extensions online..."
msgstr ""
-#: installforalldialog.ui:12
+#: desktop/uiconfig/ui/installforalldialog.ui:12
msgctxt "installforalldialog|InstallForAllDialog"
msgid "For whom do you want to install the extension?"
msgstr ""
-#: installforalldialog.ui:13
+#: desktop/uiconfig/ui/installforalldialog.ui:13
msgctxt "installforalldialog|InstallForAllDialog"
msgid "Make sure that no further users are working with the same %PRODUCTNAME, when installing an extension for all users in a multi user environment."
msgstr ""
-#: installforalldialog.ui:25
+#: desktop/uiconfig/ui/installforalldialog.ui:24
msgctxt "installforalldialog|no"
msgid "_For all users"
msgstr ""
-#: installforalldialog.ui:39
+#: desktop/uiconfig/ui/installforalldialog.ui:38
msgctxt "installforalldialog|yes"
msgid "_Only for me"
msgstr ""
-#: licensedialog.ui:8
+#: desktop/uiconfig/ui/licensedialog.ui:8
msgctxt "licensedialog|LicenseDialog"
msgid "Extension Software License Agreement"
msgstr ""
-#: licensedialog.ui:21
+#: desktop/uiconfig/ui/licensedialog.ui:21
msgctxt "licensedialog|accept"
msgid "Accept"
msgstr ""
-#: licensedialog.ui:36
+#: desktop/uiconfig/ui/licensedialog.ui:36
msgctxt "licensedialog|decline"
msgid "Decline"
msgstr ""
-#: licensedialog.ui:67
+#: desktop/uiconfig/ui/licensedialog.ui:67
msgctxt "licensedialog|head"
msgid "Please follow these steps to proceed with the installation of the extension:"
msgstr ""
-#: licensedialog.ui:90
+#: desktop/uiconfig/ui/licensedialog.ui:90
msgctxt "licensedialog|label2"
msgid "1."
msgstr ""
-#: licensedialog.ui:105
+#: desktop/uiconfig/ui/licensedialog.ui:105
msgctxt "licensedialog|label3"
msgid "2."
msgstr ""
-#: licensedialog.ui:149
+#: desktop/uiconfig/ui/licensedialog.ui:149
msgctxt "licensedialog|label4"
msgid "Read the complete License Agreement. Use the scroll bar or the 'Scroll Down' button in this dialog to view the entire license text."
msgstr ""
-#: licensedialog.ui:167
+#: desktop/uiconfig/ui/licensedialog.ui:167
msgctxt "licensedialog|label5"
msgid "Accept the License Agreement for the extension by pressing the 'Accept' button."
msgstr ""
-#: licensedialog.ui:180
+#: desktop/uiconfig/ui/licensedialog.ui:180
msgctxt "licensedialog|down"
msgid "_Scroll Down"
msgstr ""
-#: showlicensedialog.ui:7
+#: desktop/uiconfig/ui/showlicensedialog.ui:7
msgctxt "showlicensedialog|ShowLicenseDialog"
msgid "Extension Software License Agreement"
msgstr ""
-#: updatedialog.ui:10
+#: desktop/uiconfig/ui/updatedialog.ui:10
msgctxt "updatedialog|UpdateDialog"
msgid "Extension Update"
msgstr ""
-#: updatedialog.ui:38
+#: desktop/uiconfig/ui/updatedialog.ui:38
msgctxt "updatedialog|INSTALL"
msgid "_Install"
msgstr ""
-#: updatedialog.ui:104
+#: desktop/uiconfig/ui/updatedialog.ui:104
msgctxt "updatedialog|UPDATE_LABEL"
msgid "_Available extension updates"
msgstr ""
-#: updatedialog.ui:117
+#: desktop/uiconfig/ui/updatedialog.ui:117
msgctxt "updatedialog|UPDATE_CHECKING"
msgid "Checking..."
msgstr ""
-#: updatedialog.ui:160
+#: desktop/uiconfig/ui/updatedialog.ui:160
msgctxt "updatedialog|UPDATE_ALL"
msgid "_Show all updates"
msgstr ""
-#: updatedialog.ui:196
+#: desktop/uiconfig/ui/updatedialog.ui:196
msgctxt "updatedialog|DESCRIPTION_LABEL"
msgid "Description"
msgstr "Descripción"
-#: updatedialog.ui:214
+#: desktop/uiconfig/ui/updatedialog.ui:214
msgctxt "updatedialog|PUBLISHER_LABEL"
msgid "Publisher:"
msgstr ""
-#: updatedialog.ui:225
+#: desktop/uiconfig/ui/updatedialog.ui:225
msgctxt "updatedialog|PUBLISHER_LINK"
msgid "button"
msgstr ""
-#: updatedialog.ui:242
+#: desktop/uiconfig/ui/updatedialog.ui:242
msgctxt "updatedialog|RELEASE_NOTES_LABEL"
msgid "What is new:"
msgstr ""
-#: updatedialog.ui:253
+#: desktop/uiconfig/ui/updatedialog.ui:253
msgctxt "updatedialog|RELEASE_NOTES_LINK"
msgid "Release notes"
msgstr ""
-#: updateinstalldialog.ui:8
+#: desktop/uiconfig/ui/updateinstalldialog.ui:8
msgctxt "updateinstalldialog|UpdateInstallDialog"
msgid "Download and Installation"
msgstr ""
-#: updateinstalldialog.ui:87
+#: desktop/uiconfig/ui/updateinstalldialog.ui:87
msgctxt "updateinstalldialog|DOWNLOADING"
msgid "Downloading extensions..."
msgstr ""
-#: updateinstalldialog.ui:125
+#: desktop/uiconfig/ui/updateinstalldialog.ui:125
#, fuzzy
msgctxt "updateinstalldialog|RESULTS"
msgid "Result"
msgstr "Resultau"
-#: updaterequireddialog.ui:9
+#: desktop/uiconfig/ui/updaterequireddialog.ui:9
msgctxt "updaterequireddialog|UpdateRequiredDialog"
msgid "Extension Update Required"
msgstr ""
-#: updaterequireddialog.ui:26
+#: desktop/uiconfig/ui/updaterequireddialog.ui:26
msgctxt "updaterequireddialog|updatelabel"
msgid "%PRODUCTNAME has been updated to a new version. Some installed %PRODUCTNAME extensions are not compatible with this version and need to be updated before they can be used."
msgstr ""
-#: updaterequireddialog.ui:62
+#: desktop/uiconfig/ui/updaterequireddialog.ui:62
msgctxt "updaterequireddialog|progresslabel"
msgid "Adding %EXTENSION_NAME"
msgstr ""
-#: updaterequireddialog.ui:106
+#: desktop/uiconfig/ui/updaterequireddialog.ui:106
msgctxt "updaterequireddialog|check"
msgid "Check for _Updates..."
msgstr ""
-#: updaterequireddialog.ui:122
+#: desktop/uiconfig/ui/updaterequireddialog.ui:122
msgctxt "updaterequireddialog|disable"
msgid "Disable all"
msgstr ""
diff --git a/source/an/dictionaries/id.po b/source/an/dictionaries/id.po
new file mode 100644
index 00000000000..f5cfbccc472
--- /dev/null
+++ b/source/an/dictionaries/id.po
@@ -0,0 +1,22 @@
+#. extracted from dictionaries/id
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2018-03-13 12:10+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
+msgid "Indonesian spelling dictionary and thesaurus"
+msgstr ""
diff --git a/source/an/editeng/messages.po b/source/an/editeng/messages.po
index d3f018c638a..a871e61f67a 100644
--- a/source/an/editeng/messages.po
+++ b/source/an/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,1368 +13,1363 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: spellmenu.ui:12
+#: editeng/uiconfig/ui/spellmenu.ui:12
msgctxt "spellmenu|ignore"
msgid "I_gnore All"
msgstr ""
-#: spellmenu.ui:19
+#: editeng/uiconfig/ui/spellmenu.ui:19
msgctxt "spellmenu|insert"
msgid "_Add to Dictionary"
msgstr ""
-#: spellmenu.ui:33
+#: editeng/uiconfig/ui/spellmenu.ui:33
msgctxt "spellmenu|add"
msgid "_Add to Dictionary"
msgstr ""
-#: spellmenu.ui:41
+#: editeng/uiconfig/ui/spellmenu.ui:41
msgctxt "spellmenu|check"
msgid "_Spellcheck..."
msgstr ""
-#: spellmenu.ui:55
+#: editeng/uiconfig/ui/spellmenu.ui:55
msgctxt "spellmenu|autocorrect"
msgid "AutoCorrect _To"
msgstr ""
-#: spellmenu.ui:69
+#: editeng/uiconfig/ui/spellmenu.ui:69
msgctxt "spellmenu|autocorrectdlg"
msgid "Auto_Correct Options..."
msgstr ""
#. enum SvxBreak ------------------------------------------------------------
-#: editrids.hrc:26
+#: include/editeng/editrids.hrc:26
msgctxt "RID_SVXITEMS_BREAK_NONE"
msgid "No break"
msgstr ""
-#: editrids.hrc:27
+#: include/editeng/editrids.hrc:27
msgctxt "RID_SVXITEMS_BREAK_COLUMN_BEFORE"
msgid "Break before new column"
msgstr ""
-#: editrids.hrc:28
+#: include/editeng/editrids.hrc:28
msgctxt "RID_SVXITEMS_BREAK_COLUMN_AFTER"
msgid "Break after new column"
msgstr ""
-#: editrids.hrc:29
+#: include/editeng/editrids.hrc:29
msgctxt "RID_SVXITEMS_BREAK_COLUMN_BOTH"
msgid "Break before and after new column"
msgstr ""
-#: editrids.hrc:30
+#: include/editeng/editrids.hrc:30
msgctxt "RID_SVXITEMS_BREAK_PAGE_BEFORE"
msgid "Break before new page"
msgstr ""
-#: editrids.hrc:31
+#: include/editeng/editrids.hrc:31
msgctxt "RID_SVXITEMS_BREAK_PAGE_AFTER"
msgid "Break after new page"
msgstr ""
-#: editrids.hrc:32
+#: include/editeng/editrids.hrc:32
msgctxt "RID_SVXITEMS_BREAK_PAGE_BOTH"
msgid "Break before and after new page"
msgstr ""
#. enum SvxShadowLocation ---------------------------------------------------
-#: editrids.hrc:35
+#: include/editeng/editrids.hrc:35
msgctxt "RID_SVXITEMS_SHADOW_NONE"
msgid "No Shadow"
msgstr ""
-#: editrids.hrc:36
+#: include/editeng/editrids.hrc:36
msgctxt "RID_SVXITEMS_SHADOW_TOPLEFT"
msgid "Shadow top left"
msgstr ""
-#: editrids.hrc:37
+#: include/editeng/editrids.hrc:37
msgctxt "RID_SVXITEMS_SHADOW_TOPRIGHT"
msgid "Shadow top right"
msgstr ""
-#: editrids.hrc:38
+#: include/editeng/editrids.hrc:38
msgctxt "RID_SVXITEMS_SHADOW_BOTTOMLEFT"
msgid "Shadow bottom left"
msgstr ""
-#: editrids.hrc:39
+#: include/editeng/editrids.hrc:39
msgctxt "RID_SVXITEMS_SHADOW_BOTTOMRIGHT"
msgid "Shadow bottom right"
msgstr ""
#. enum ColorName -----------------------------------------------------------
-#: editrids.hrc:42
-msgctxt "RID_SVXITEMS_COLOR"
-msgid "Color "
-msgstr ""
-
-#: editrids.hrc:43
+#: include/editeng/editrids.hrc:42
msgctxt "RID_SVXITEMS_COLOR_BLACK"
msgid "Black"
msgstr ""
-#: editrids.hrc:44
+#: include/editeng/editrids.hrc:43
msgctxt "RID_SVXITEMS_COLOR_BLUE"
msgid "Blue"
msgstr "Azul"
-#: editrids.hrc:45
+#: include/editeng/editrids.hrc:44
msgctxt "RID_SVXITEMS_COLOR_GREEN"
msgid "Green"
msgstr "Verde"
-#: editrids.hrc:46
+#: include/editeng/editrids.hrc:45
msgctxt "RID_SVXITEMS_COLOR_CYAN"
msgid "Cyan"
msgstr ""
-#: editrids.hrc:47
+#: include/editeng/editrids.hrc:46
msgctxt "RID_SVXITEMS_COLOR_RED"
msgid "Red"
msgstr "Royo"
-#: editrids.hrc:48
+#: include/editeng/editrids.hrc:47
msgctxt "RID_SVXITEMS_COLOR_MAGENTA"
msgid "Magenta"
msgstr ""
-#: editrids.hrc:49
+#: include/editeng/editrids.hrc:48
msgctxt "RID_SVXITEMS_COLOR_BROWN"
msgid "Brown"
msgstr ""
-#: editrids.hrc:50
+#: include/editeng/editrids.hrc:49
msgctxt "RID_SVXITEMS_COLOR_GRAY"
msgid "Gray"
msgstr "Griso"
-#: editrids.hrc:51
+#: include/editeng/editrids.hrc:50
msgctxt "RID_SVXITEMS_COLOR_LIGHTGRAY"
msgid "Light Gray"
msgstr "Griso claro"
-#: editrids.hrc:52
+#: include/editeng/editrids.hrc:51
#, fuzzy
msgctxt "RID_SVXITEMS_COLOR_LIGHTBLUE"
msgid "Light Blue"
msgstr "Azul brillant"
-#: editrids.hrc:53
+#: include/editeng/editrids.hrc:52
msgctxt "RID_SVXITEMS_COLOR_LIGHTGREEN"
msgid "Light Green"
msgstr ""
-#: editrids.hrc:54
+#: include/editeng/editrids.hrc:53
msgctxt "RID_SVXITEMS_COLOR_LIGHTCYAN"
msgid "Light Cyan"
msgstr ""
-#: editrids.hrc:55
+#: include/editeng/editrids.hrc:54
msgctxt "RID_SVXITEMS_COLOR_LIGHTRED"
msgid "Light Red"
msgstr ""
-#: editrids.hrc:56
+#: include/editeng/editrids.hrc:55
msgctxt "RID_SVXITEMS_COLOR_LIGHTMAGENTA"
msgid "Light Magenta"
msgstr ""
-#: editrids.hrc:57
+#: include/editeng/editrids.hrc:56
msgctxt "RID_SVXITEMS_COLOR_YELLOW"
msgid "Yellow"
msgstr ""
-#: editrids.hrc:58
+#: include/editeng/editrids.hrc:57
msgctxt "RID_SVXITEMS_COLOR_WHITE"
msgid "White"
msgstr ""
#. enum FontItalic -------------------------------------------------------
-#: editrids.hrc:61
+#: include/editeng/editrids.hrc:60
msgctxt "RID_SVXITEMS_ITALIC_NONE"
msgid "Not Italic"
msgstr ""
-#: editrids.hrc:62
+#: include/editeng/editrids.hrc:61
msgctxt "RID_SVXITEMS_ITALIC_OBLIQUE"
msgid "Oblique italic"
msgstr ""
-#: editrids.hrc:63
+#: include/editeng/editrids.hrc:62
msgctxt "RID_SVXITEMS_ITALIC_NORMAL"
msgid "Italic"
msgstr ""
#. enum FontWeight -------------------------------------------------------
-#: editrids.hrc:66
+#: include/editeng/editrids.hrc:65
msgctxt "RID_SVXITEMS_WEIGHT_DONTKNOW"
msgid "?"
msgstr ""
-#: editrids.hrc:67
+#: include/editeng/editrids.hrc:66
msgctxt "RID_SVXITEMS_WEIGHT_THIN"
msgid "thin"
msgstr ""
-#: editrids.hrc:68
+#: include/editeng/editrids.hrc:67
msgctxt "RID_SVXITEMS_WEIGHT_ULTRALIGHT"
msgid "ultra thin"
msgstr ""
-#: editrids.hrc:69
+#: include/editeng/editrids.hrc:68
#, fuzzy
msgctxt "RID_SVXITEMS_WEIGHT_LIGHT"
msgid "light"
msgstr "Enta la dreita"
-#: editrids.hrc:70
+#: include/editeng/editrids.hrc:69
msgctxt "RID_SVXITEMS_WEIGHT_SEMILIGHT"
msgid "semi light"
msgstr ""
-#: editrids.hrc:71
+#: include/editeng/editrids.hrc:70
#, fuzzy
msgctxt "RID_SVXITEMS_WEIGHT_NORMAL"
msgid "normal"
msgstr "Normal"
-#: editrids.hrc:72
+#: include/editeng/editrids.hrc:71
msgctxt "RID_SVXITEMS_WEIGHT_MEDIUM"
msgid "medium"
msgstr ""
-#: editrids.hrc:73
+#: include/editeng/editrids.hrc:72
msgctxt "RID_SVXITEMS_WEIGHT_SEMIBOLD"
msgid "semi bold"
msgstr ""
-#: editrids.hrc:74
+#: include/editeng/editrids.hrc:73
msgctxt "RID_SVXITEMS_WEIGHT_BOLD"
msgid "bold"
msgstr ""
-#: editrids.hrc:75
+#: include/editeng/editrids.hrc:74
msgctxt "RID_SVXITEMS_WEIGHT_ULTRABOLD"
msgid "ultra bold"
msgstr ""
-#: editrids.hrc:76
+#: include/editeng/editrids.hrc:75
msgctxt "RID_SVXITEMS_WEIGHT_BLACK"
msgid "black"
msgstr ""
#. enum FontUnderline - used for underline ------------------------------
-#: editrids.hrc:79
+#: include/editeng/editrids.hrc:78
msgctxt "RID_SVXITEMS_UL_NONE"
msgid "No underline"
msgstr ""
-#: editrids.hrc:80
+#: include/editeng/editrids.hrc:79
msgctxt "RID_SVXITEMS_UL_SINGLE"
msgid "Single underline"
msgstr ""
-#: editrids.hrc:81
+#: include/editeng/editrids.hrc:80
msgctxt "RID_SVXITEMS_UL_DOUBLE"
msgid "Double underline"
msgstr ""
-#: editrids.hrc:82
+#: include/editeng/editrids.hrc:81
msgctxt "RID_SVXITEMS_UL_DOTTED"
msgid "Dotted underline"
msgstr ""
-#: editrids.hrc:83
+#: include/editeng/editrids.hrc:82
msgctxt "RID_SVXITEMS_UL_DONTKNOW"
msgid "Underline"
msgstr ""
-#: editrids.hrc:84
+#: include/editeng/editrids.hrc:83
msgctxt "RID_SVXITEMS_UL_DASH"
msgid "Underline (dashes)"
msgstr ""
-#: editrids.hrc:85
+#: include/editeng/editrids.hrc:84
msgctxt "RID_SVXITEMS_UL_LONGDASH"
msgid "Underline (long dashes)"
msgstr ""
-#: editrids.hrc:86
+#: include/editeng/editrids.hrc:85
msgctxt "RID_SVXITEMS_UL_DASHDOT"
msgid "Underline (dot dash)"
msgstr ""
-#: editrids.hrc:87
+#: include/editeng/editrids.hrc:86
msgctxt "RID_SVXITEMS_UL_DASHDOTDOT"
msgid "Underline (dot dot dash)"
msgstr ""
-#: editrids.hrc:88
+#: include/editeng/editrids.hrc:87
msgctxt "RID_SVXITEMS_UL_SMALLWAVE"
msgid "Underline (small wave)"
msgstr ""
-#: editrids.hrc:89
+#: include/editeng/editrids.hrc:88
msgctxt "RID_SVXITEMS_UL_WAVE"
msgid "Underline (Wave)"
msgstr ""
-#: editrids.hrc:90
+#: include/editeng/editrids.hrc:89
msgctxt "RID_SVXITEMS_UL_DOUBLEWAVE"
msgid "Underline (Double wave)"
msgstr ""
-#: editrids.hrc:91
+#: include/editeng/editrids.hrc:90
msgctxt "RID_SVXITEMS_UL_BOLD"
msgid "Underlined (Bold)"
msgstr ""
-#: editrids.hrc:92
+#: include/editeng/editrids.hrc:91
msgctxt "RID_SVXITEMS_UL_BOLDDOTTED"
msgid "Dotted underline (Bold)"
msgstr ""
-#: editrids.hrc:93
+#: include/editeng/editrids.hrc:92
msgctxt "RID_SVXITEMS_UL_BOLDDASH"
msgid "Underline (Dash bold)"
msgstr ""
-#: editrids.hrc:94
+#: include/editeng/editrids.hrc:93
msgctxt "RID_SVXITEMS_UL_BOLDLONGDASH"
msgid "Underline (long dash, bold)"
msgstr ""
-#: editrids.hrc:95
+#: include/editeng/editrids.hrc:94
msgctxt "RID_SVXITEMS_UL_BOLDDASHDOT"
msgid "Underline (dot dash, bold)"
msgstr ""
-#: editrids.hrc:96
+#: include/editeng/editrids.hrc:95
msgctxt "RID_SVXITEMS_UL_BOLDDASHDOTDOT"
msgid "Underline (dot dot dash, bold)"
msgstr ""
-#: editrids.hrc:97
+#: include/editeng/editrids.hrc:96
msgctxt "RID_SVXITEMS_UL_BOLDWAVE"
msgid "Underline (wave, bold)"
msgstr ""
#. enum FontUnderline - used for overline -------------------------------
-#: editrids.hrc:100
+#: include/editeng/editrids.hrc:99
msgctxt "RID_SVXITEMS_OL_NONE"
msgid "No overline"
msgstr ""
-#: editrids.hrc:101
+#: include/editeng/editrids.hrc:100
msgctxt "RID_SVXITEMS_OL_SINGLE"
msgid "Single overline"
msgstr ""
-#: editrids.hrc:102
+#: include/editeng/editrids.hrc:101
msgctxt "RID_SVXITEMS_OL_DOUBLE"
msgid "Double overline"
msgstr ""
-#: editrids.hrc:103
+#: include/editeng/editrids.hrc:102
msgctxt "RID_SVXITEMS_OL_DOTTED"
msgid "Dotted overline"
msgstr ""
-#: editrids.hrc:104
+#: include/editeng/editrids.hrc:103
msgctxt "RID_SVXITEMS_OL_DONTKNOW"
msgid "Overline"
msgstr ""
-#: editrids.hrc:105
+#: include/editeng/editrids.hrc:104
msgctxt "RID_SVXITEMS_OL_DASH"
msgid "Overline (dashes)"
msgstr ""
-#: editrids.hrc:106
+#: include/editeng/editrids.hrc:105
msgctxt "RID_SVXITEMS_OL_LONGDASH"
msgid "Overline (long dashes)"
msgstr ""
-#: editrids.hrc:107
+#: include/editeng/editrids.hrc:106
msgctxt "RID_SVXITEMS_OL_DASHDOT"
msgid "Overline (dot dash)"
msgstr ""
-#: editrids.hrc:108
+#: include/editeng/editrids.hrc:107
msgctxt "RID_SVXITEMS_OL_DASHDOTDOT"
msgid "Overline (dot dot dash)"
msgstr ""
-#: editrids.hrc:109
+#: include/editeng/editrids.hrc:108
msgctxt "RID_SVXITEMS_OL_SMALLWAVE"
msgid "Overline (small wave)"
msgstr ""
-#: editrids.hrc:110
+#: include/editeng/editrids.hrc:109
msgctxt "RID_SVXITEMS_OL_WAVE"
msgid "Overline (Wave)"
msgstr ""
-#: editrids.hrc:111
+#: include/editeng/editrids.hrc:110
msgctxt "RID_SVXITEMS_OL_DOUBLEWAVE"
msgid "Overline (Double wave)"
msgstr ""
-#: editrids.hrc:112
+#: include/editeng/editrids.hrc:111
msgctxt "RID_SVXITEMS_OL_BOLD"
msgid "Overlined (Bold)"
msgstr ""
-#: editrids.hrc:113
+#: include/editeng/editrids.hrc:112
msgctxt "RID_SVXITEMS_OL_BOLDDOTTED"
msgid "Dotted overline (Bold)"
msgstr ""
-#: editrids.hrc:114
+#: include/editeng/editrids.hrc:113
msgctxt "RID_SVXITEMS_OL_BOLDDASH"
msgid "Overline (Dash bold)"
msgstr ""
-#: editrids.hrc:115
+#: include/editeng/editrids.hrc:114
msgctxt "RID_SVXITEMS_OL_BOLDLONGDASH"
msgid "Overline (long dash, bold)"
msgstr ""
-#: editrids.hrc:116
+#: include/editeng/editrids.hrc:115
msgctxt "RID_SVXITEMS_OL_BOLDDASHDOT"
msgid "Overline (dot dash, bold)"
msgstr ""
-#: editrids.hrc:117
+#: include/editeng/editrids.hrc:116
msgctxt "RID_SVXITEMS_OL_BOLDDASHDOTDOT"
msgid "Overline (dot dot dash, bold)"
msgstr ""
-#: editrids.hrc:118
+#: include/editeng/editrids.hrc:117
msgctxt "RID_SVXITEMS_OL_BOLDWAVE"
msgid "Overline (wave, bold)"
msgstr ""
#. enum FontStrikeout ----------------------------------------------------
-#: editrids.hrc:121
+#: include/editeng/editrids.hrc:120
msgctxt "RID_SVXITEMS_STRIKEOUT_NONE"
msgid "No strikethrough"
msgstr ""
-#: editrids.hrc:122
+#: include/editeng/editrids.hrc:121
msgctxt "RID_SVXITEMS_STRIKEOUT_SINGLE"
msgid "Single strikethrough"
msgstr ""
-#: editrids.hrc:123
+#: include/editeng/editrids.hrc:122
msgctxt "RID_SVXITEMS_STRIKEOUT_DOUBLE"
msgid "Double strikethrough"
msgstr ""
-#: editrids.hrc:124
+#: include/editeng/editrids.hrc:123
msgctxt "RID_SVXITEMS_STRIKEOUT_DONTKNOW"
msgid "Strikethrough"
msgstr ""
-#: editrids.hrc:125
+#: include/editeng/editrids.hrc:124
msgctxt "RID_SVXITEMS_STRIKEOUT_BOLD"
msgid "Bold strikethrough"
msgstr ""
-#: editrids.hrc:126
+#: include/editeng/editrids.hrc:125
msgctxt "RID_SVXITEMS_STRIKEOUT_SLASH"
msgid "Strike through with slash"
msgstr ""
-#: editrids.hrc:127
+#: include/editeng/editrids.hrc:126
msgctxt "RID_SVXITEMS_STRIKEOUT_X"
msgid "Strike through with Xes"
msgstr ""
#. enum CASEMAP ----------------------------------------------------------
-#: editrids.hrc:130
+#: include/editeng/editrids.hrc:129
#, fuzzy
msgctxt "RID_SVXITEMS_CASEMAP_NONE"
msgid "None"
msgstr "~Garra"
-#: editrids.hrc:131
+#: include/editeng/editrids.hrc:130
msgctxt "RID_SVXITEMS_CASEMAP_VERSALIEN"
msgid "Caps"
msgstr ""
-#: editrids.hrc:132
+#: include/editeng/editrids.hrc:131
msgctxt "RID_SVXITEMS_CASEMAP_GEMEINE"
msgid "Lowercase"
msgstr ""
-#: editrids.hrc:133
+#: include/editeng/editrids.hrc:132
msgctxt "RID_SVXITEMS_CASEMAP_TITEL"
msgid "Title"
msgstr "Titol"
-#: editrids.hrc:134
+#: include/editeng/editrids.hrc:133
msgctxt "RID_SVXITEMS_CASEMAP_KAPITAELCHEN"
msgid "Small caps"
msgstr ""
#. enum ESCAPEMENT -------------------------------------------------------
-#: editrids.hrc:137
+#: include/editeng/editrids.hrc:136
msgctxt "RID_SVXITEMS_ESCAPEMENT_OFF"
msgid "Normal position"
msgstr ""
-#: editrids.hrc:138
+#: include/editeng/editrids.hrc:137
#, fuzzy
msgctxt "RID_SVXITEMS_ESCAPEMENT_SUPER"
msgid "Superscript "
msgstr "Superindiz"
-#: editrids.hrc:139
+#: include/editeng/editrids.hrc:138
#, fuzzy
msgctxt "RID_SVXITEMS_ESCAPEMENT_SUB"
msgid "Subscript "
msgstr "S~ubindiz"
-#: editrids.hrc:140
+#: include/editeng/editrids.hrc:139
#, fuzzy
msgctxt "RID_SVXITEMS_ESCAPEMENT_AUTO"
msgid "automatic"
msgstr "Automatica"
#. enum SvxAdjust -----------------------------------------------------------
-#: editrids.hrc:143
+#: include/editeng/editrids.hrc:142
msgctxt "RID_SVXITEMS_ADJUST_LEFT"
msgid "Align left"
msgstr ""
-#: editrids.hrc:144
+#: include/editeng/editrids.hrc:143
msgctxt "RID_SVXITEMS_ADJUST_RIGHT"
msgid "Align right"
msgstr ""
-#: editrids.hrc:145
+#: include/editeng/editrids.hrc:144
msgctxt "RID_SVXITEMS_ADJUST_BLOCK"
msgid "Justify"
msgstr ""
-#: editrids.hrc:146
+#: include/editeng/editrids.hrc:145
#, fuzzy
msgctxt "RID_SVXITEMS_ADJUST_CENTER"
msgid "Centered"
msgstr "~Centrau"
-#: editrids.hrc:147
+#: include/editeng/editrids.hrc:146
msgctxt "RID_SVXITEMS_ADJUST_BLOCKLINE"
msgid "Justify"
msgstr ""
-#: editrids.hrc:148
+#: include/editeng/editrids.hrc:147
msgctxt "RID_SOLID"
msgid "Single, solid"
msgstr ""
-#: editrids.hrc:149
+#: include/editeng/editrids.hrc:148
msgctxt "RID_DOTTED"
msgid "Single, dotted"
msgstr ""
-#: editrids.hrc:150
+#: include/editeng/editrids.hrc:149
msgctxt "RID_DASHED"
msgid "Single, dashed"
msgstr ""
-#: editrids.hrc:151
+#: include/editeng/editrids.hrc:150
msgctxt "RID_DOUBLE"
msgid "Double"
msgstr ""
-#: editrids.hrc:152
+#: include/editeng/editrids.hrc:151
msgctxt "RID_THINTHICK_SMALLGAP"
msgid "Double, inside: fine, outside: thick, spacing: small"
msgstr ""
-#: editrids.hrc:153
+#: include/editeng/editrids.hrc:152
msgctxt "RID_THINTHICK_MEDIUMGAP"
msgid "Double, inside: fine, outside: thick, spacing: medium"
msgstr ""
-#: editrids.hrc:154
+#: include/editeng/editrids.hrc:153
msgctxt "RID_THINTHICK_LARGEGAP"
msgid "Double, inside: fine, outside: thick, spacing: large"
msgstr ""
-#: editrids.hrc:155
+#: include/editeng/editrids.hrc:154
msgctxt "RID_THICKTHIN_SMALLGAP"
msgid "Double, inside: thick, outside: fine, spacing: small"
msgstr ""
-#: editrids.hrc:156
+#: include/editeng/editrids.hrc:155
msgctxt "RID_THICKTHIN_MEDIUMGAP"
msgid "Double, inside: thick, outside: fine, spacing: medium"
msgstr ""
-#: editrids.hrc:157
+#: include/editeng/editrids.hrc:156
msgctxt "RID_THICKTHIN_LARGEGAP"
msgid "Double, inside: thick, outside: fine, spacing: large"
msgstr ""
-#: editrids.hrc:158
+#: include/editeng/editrids.hrc:157
msgctxt "RID_EMBOSSED"
msgid "3D embossed"
msgstr ""
-#: editrids.hrc:159
+#: include/editeng/editrids.hrc:158
msgctxt "RID_ENGRAVED"
msgid "3D engraved"
msgstr ""
-#: editrids.hrc:160
+#: include/editeng/editrids.hrc:159
msgctxt "RID_INSET"
msgid "Inset"
msgstr ""
-#: editrids.hrc:161
+#: include/editeng/editrids.hrc:160
msgctxt "RID_OUTSET"
msgid "Outset"
msgstr ""
-#: editrids.hrc:162
+#: include/editeng/editrids.hrc:161
msgctxt "RID_FINE_DASHED"
msgid "Single, fine dashed"
msgstr ""
-#: editrids.hrc:163
+#: include/editeng/editrids.hrc:162
msgctxt "RID_DOUBLE_THIN"
msgid "Double, fixed thin lines"
msgstr ""
-#: editrids.hrc:164
+#: include/editeng/editrids.hrc:163
msgctxt "RID_DASH_DOT"
msgid "Single, dash-dot"
msgstr ""
-#: editrids.hrc:165
+#: include/editeng/editrids.hrc:164
msgctxt "RID_DASH_DOT_DOT"
msgid "Single, dash-dot-dot"
msgstr ""
-#: editrids.hrc:166
+#: include/editeng/editrids.hrc:165
msgctxt "RID_SVXITEMS_METRIC_MM"
msgid "mm"
msgstr ""
-#: editrids.hrc:167
+#: include/editeng/editrids.hrc:166
msgctxt "RID_SVXITEMS_METRIC_CM"
msgid "cm"
msgstr ""
-#: editrids.hrc:168
+#: include/editeng/editrids.hrc:167
msgctxt "RID_SVXITEMS_METRIC_INCH"
msgid "inch"
msgstr "Pulzadas"
-#: editrids.hrc:169
+#: include/editeng/editrids.hrc:168
msgctxt "RID_SVXITEMS_METRIC_POINT"
msgid "pt"
msgstr ""
-#: editrids.hrc:170
+#: include/editeng/editrids.hrc:169
msgctxt "RID_SVXITEMS_METRIC_TWIP"
msgid "twip"
msgstr ""
-#: editrids.hrc:171
+#: include/editeng/editrids.hrc:170
msgctxt "RID_SVXITEMS_METRIC_PIXEL"
msgid "pixel"
msgstr ""
#. GetValueText of BoolItems
-#: editrids.hrc:174
+#: include/editeng/editrids.hrc:173
msgctxt "RID_SVXITEMS_SHADOWED_TRUE"
msgid "Shadowed"
msgstr ""
-#: editrids.hrc:175
+#: include/editeng/editrids.hrc:174
msgctxt "RID_SVXITEMS_SHADOWED_FALSE"
msgid "Not Shadowed"
msgstr ""
-#: editrids.hrc:176
+#: include/editeng/editrids.hrc:175
msgctxt "RID_SVXITEMS_BLINK_TRUE"
msgid "Blinking"
msgstr ""
-#: editrids.hrc:177
+#: include/editeng/editrids.hrc:176
msgctxt "RID_SVXITEMS_BLINK_FALSE"
msgid "Not Blinking"
msgstr ""
-#: editrids.hrc:178
+#: include/editeng/editrids.hrc:177
msgctxt "RID_SVXITEMS_AUTOKERN_TRUE"
msgid "Pair Kerning"
msgstr ""
-#: editrids.hrc:179
+#: include/editeng/editrids.hrc:178
msgctxt "RID_SVXITEMS_AUTOKERN_FALSE"
msgid "No pair kerning"
msgstr ""
-#: editrids.hrc:180
+#: include/editeng/editrids.hrc:179
msgctxt "RID_SVXITEMS_WORDLINE_TRUE"
msgid "Individual words"
msgstr ""
-#: editrids.hrc:181
+#: include/editeng/editrids.hrc:180
msgctxt "RID_SVXITEMS_WORDLINE_FALSE"
msgid "Not Words Only"
msgstr ""
-#: editrids.hrc:182
+#: include/editeng/editrids.hrc:181
msgctxt "RID_SVXITEMS_CONTOUR_TRUE"
msgid "Outline"
msgstr ""
-#: editrids.hrc:183
+#: include/editeng/editrids.hrc:182
msgctxt "RID_SVXITEMS_CONTOUR_FALSE"
msgid "No Outline"
msgstr ""
-#: editrids.hrc:184
+#: include/editeng/editrids.hrc:183
msgctxt "RID_SVXITEMS_PRINT_TRUE"
msgid "Print"
msgstr "Imprentar"
-#: editrids.hrc:185
+#: include/editeng/editrids.hrc:184
msgctxt "RID_SVXITEMS_PRINT_FALSE"
msgid "Don't print"
msgstr ""
-#: editrids.hrc:186
+#: include/editeng/editrids.hrc:185
msgctxt "RID_SVXITEMS_OPAQUE_TRUE"
msgid "Opaque"
msgstr ""
-#: editrids.hrc:187
+#: include/editeng/editrids.hrc:186
msgctxt "RID_SVXITEMS_OPAQUE_FALSE"
msgid "Not Opaque"
msgstr ""
-#: editrids.hrc:188
+#: include/editeng/editrids.hrc:187
msgctxt "RID_SVXITEMS_FMTKEEP_TRUE"
msgid "Keep with next paragraph"
msgstr ""
-#: editrids.hrc:189
+#: include/editeng/editrids.hrc:188
msgctxt "RID_SVXITEMS_FMTKEEP_FALSE"
msgid "Don't Keep Paragraphs Together"
msgstr ""
-#: editrids.hrc:190
+#: include/editeng/editrids.hrc:189
msgctxt "RID_SVXITEMS_FMTSPLIT_TRUE"
msgid "Split paragraph"
msgstr ""
-#: editrids.hrc:191
+#: include/editeng/editrids.hrc:190
msgctxt "RID_SVXITEMS_FMTSPLIT_FALSE"
msgid "Don't split paragraph"
msgstr ""
-#: editrids.hrc:192
+#: include/editeng/editrids.hrc:191
msgctxt "RID_SVXITEMS_PROT_CONTENT_TRUE"
msgid "Contents protected"
msgstr ""
-#: editrids.hrc:193
+#: include/editeng/editrids.hrc:192
msgctxt "RID_SVXITEMS_PROT_CONTENT_FALSE"
msgid "Contents not protected"
msgstr ""
-#: editrids.hrc:194
+#: include/editeng/editrids.hrc:193
msgctxt "RID_SVXITEMS_PROT_SIZE_TRUE"
msgid "Size protected"
msgstr ""
-#: editrids.hrc:195
+#: include/editeng/editrids.hrc:194
msgctxt "RID_SVXITEMS_PROT_SIZE_FALSE"
msgid "Size not protected"
msgstr ""
-#: editrids.hrc:196
+#: include/editeng/editrids.hrc:195
msgctxt "RID_SVXITEMS_PROT_POS_TRUE"
msgid "Position protected"
msgstr ""
-#: editrids.hrc:197
+#: include/editeng/editrids.hrc:196
msgctxt "RID_SVXITEMS_PROT_POS_FALSE"
msgid "Position not protected"
msgstr ""
-#: editrids.hrc:198
+#: include/editeng/editrids.hrc:197
msgctxt "RID_SVXITEMS_TRANSPARENT_TRUE"
msgid "Transparent"
msgstr ""
-#: editrids.hrc:199
+#: include/editeng/editrids.hrc:198
msgctxt "RID_SVXITEMS_TRANSPARENT_FALSE"
msgid "Not Transparent"
msgstr ""
-#: editrids.hrc:200
+#: include/editeng/editrids.hrc:199
msgctxt "RID_SVXITEMS_HYPHEN_TRUE"
msgid "Hyphenation"
msgstr ""
-#: editrids.hrc:201
+#: include/editeng/editrids.hrc:200
msgctxt "RID_SVXITEMS_HYPHEN_FALSE"
msgid "No hyphenation"
msgstr ""
-#: editrids.hrc:202
+#: include/editeng/editrids.hrc:201
msgctxt "RID_SVXITEMS_PAGE_END_TRUE"
msgid "Page End"
msgstr ""
-#: editrids.hrc:203
+#: include/editeng/editrids.hrc:202
msgctxt "RID_SVXITEMS_PAGE_END_FALSE"
msgid "No Page End"
msgstr ""
-#: editrids.hrc:204
+#: include/editeng/editrids.hrc:203
msgctxt "RID_SVXITEMS_SIZE_WIDTH"
msgid "Width: "
msgstr ""
-#: editrids.hrc:205
+#: include/editeng/editrids.hrc:204
msgctxt "RID_SVXITEMS_SIZE_HEIGHT"
msgid "Height: "
msgstr ""
-#: editrids.hrc:206
+#: include/editeng/editrids.hrc:205
msgctxt "RID_SVXITEMS_LRSPACE_LEFT"
msgid "Indent left "
msgstr ""
-#: editrids.hrc:207
+#: include/editeng/editrids.hrc:206
msgctxt "RID_SVXITEMS_LRSPACE_FLINE"
msgid "First Line "
msgstr ""
-#: editrids.hrc:208
+#: include/editeng/editrids.hrc:207
msgctxt "RID_SVXITEMS_LRSPACE_RIGHT"
msgid "Indent right "
msgstr ""
-#: editrids.hrc:209
+#: include/editeng/editrids.hrc:208
msgctxt "RID_SVXITEMS_SHADOW_COMPLETE"
msgid "Shadow: "
msgstr ""
-#: editrids.hrc:210
+#: include/editeng/editrids.hrc:209
#, fuzzy
msgctxt "RID_SVXITEMS_BORDER_COMPLETE"
msgid "Borders "
msgstr "Cantos"
-#: editrids.hrc:211
+#: include/editeng/editrids.hrc:210
msgctxt "RID_SVXITEMS_BORDER_NONE"
msgid "No border"
msgstr ""
-#: editrids.hrc:212
+#: include/editeng/editrids.hrc:211
msgctxt "RID_SVXITEMS_BORDER_TOP"
msgid "top "
msgstr ""
-#: editrids.hrc:213
+#: include/editeng/editrids.hrc:212
msgctxt "RID_SVXITEMS_BORDER_BOTTOM"
msgid "bottom "
msgstr ""
-#: editrids.hrc:214
+#: include/editeng/editrids.hrc:213
msgctxt "RID_SVXITEMS_BORDER_LEFT"
msgid "left "
msgstr ""
-#: editrids.hrc:215
+#: include/editeng/editrids.hrc:214
msgctxt "RID_SVXITEMS_BORDER_RIGHT"
msgid "right "
msgstr ""
-#: editrids.hrc:216
+#: include/editeng/editrids.hrc:215
msgctxt "RID_SVXITEMS_BORDER_DISTANCE"
msgid "Spacing "
msgstr ""
-#: editrids.hrc:217
+#: include/editeng/editrids.hrc:216
msgctxt "RID_SVXITEMS_ULSPACE_UPPER"
msgid "From top "
msgstr ""
-#: editrids.hrc:218
+#: include/editeng/editrids.hrc:217
msgctxt "RID_SVXITEMS_ULSPACE_LOWER"
msgid "From bottom "
msgstr ""
#. To translators: %1 == will be replaced by the number of lines
-#: editrids.hrc:220
+#: include/editeng/editrids.hrc:219
msgctxt "RID_SVXITEMS_LINES"
msgid "%1 Lines"
msgstr ""
-#: editrids.hrc:221
+#: include/editeng/editrids.hrc:220
msgctxt "RID_SVXITEMS_WIDOWS_COMPLETE"
msgid "Widow control"
msgstr ""
-#: editrids.hrc:222
+#: include/editeng/editrids.hrc:221
msgctxt "RID_SVXITEMS_ORPHANS_COMPLETE"
msgid "Orphan control"
msgstr ""
-#: editrids.hrc:223
+#: include/editeng/editrids.hrc:222
msgctxt "RID_SVXITEMS_HYPHEN_MINLEAD"
msgid "%1 characters at end of line"
msgstr ""
-#: editrids.hrc:224
+#: include/editeng/editrids.hrc:223
msgctxt "RID_SVXITEMS_HYPHEN_MINTRAIL"
msgid "%1 characters at beginning of line"
msgstr ""
-#: editrids.hrc:225
+#: include/editeng/editrids.hrc:224
msgctxt "RID_SVXITEMS_HYPHEN_MAX"
msgid "%1 hyphens"
msgstr ""
-#: editrids.hrc:226
+#: include/editeng/editrids.hrc:225
#, fuzzy
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Estilo d'a fuella"
-#: editrids.hrc:227
+#: include/editeng/editrids.hrc:226
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr ""
-#: editrids.hrc:228
+#: include/editeng/editrids.hrc:227
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr ""
-#: editrids.hrc:229
+#: include/editeng/editrids.hrc:228
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr ""
-#: editrids.hrc:230
+#: include/editeng/editrids.hrc:229
#, fuzzy
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Graficos"
-#: editrids.hrc:231
+#: include/editeng/editrids.hrc:230
#, fuzzy
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "~Garra"
-#: editrids.hrc:232
+#: include/editeng/editrids.hrc:231
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr ""
-#: editrids.hrc:233
+#: include/editeng/editrids.hrc:232
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr ""
#. ??? disc == filled ring
-#: editrids.hrc:235
+#: include/editeng/editrids.hrc:234
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr ""
-#: editrids.hrc:236
+#: include/editeng/editrids.hrc:235
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr ""
-#: editrids.hrc:237
+#: include/editeng/editrids.hrc:236
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr ""
-#: editrids.hrc:238
+#: include/editeng/editrids.hrc:237
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr ""
-#: editrids.hrc:239
+#: include/editeng/editrids.hrc:238
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr ""
-#: editrids.hrc:240
+#: include/editeng/editrids.hrc:239
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr ""
-#: editrids.hrc:241
+#: include/editeng/editrids.hrc:240
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr ""
-#: editrids.hrc:242
+#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr ""
-#: editrids.hrc:243
+#: include/editeng/editrids.hrc:242
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
-#: editrids.hrc:244
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
-#: editrids.hrc:245
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
-#: editrids.hrc:246
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
-#: editrids.hrc:247
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr ""
-#: editrids.hrc:248
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr ""
-#: editrids.hrc:249
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr ""
-#: editrids.hrc:250
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
-#: editrids.hrc:251
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
-#: editrids.hrc:252
+#: include/editeng/editrids.hrc:251
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr ""
-#: editrids.hrc:253
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr ""
-#: editrids.hrc:254
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr ""
-#: editrids.hrc:255
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr ""
-#: editrids.hrc:256
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr ""
-#: editrids.hrc:257
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr ""
-#: editrids.hrc:258
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr ""
-#: editrids.hrc:259
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr ""
-#: editrids.hrc:260
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr ""
-#: editrids.hrc:261
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr ""
-#: editrids.hrc:262
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr ""
-#: editrids.hrc:263
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr ""
-#: editrids.hrc:264
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr ""
-#: editrids.hrc:265
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr ""
-#: editrids.hrc:266
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
-#: editrids.hrc:267
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
-#: editrids.hrc:268
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr ""
-#: editrids.hrc:269
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr ""
-#: editrids.hrc:270
+#: include/editeng/editrids.hrc:269
#, fuzzy
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "amagau"
#. enum SvxCellHorJustify ----------------------------------------------------
-#: editrids.hrc:273
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_HORJUST_STANDARD"
msgid "Horizontal alignment default"
msgstr ""
-#: editrids.hrc:274
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_HORJUST_LEFT"
msgid "Align left"
msgstr ""
-#: editrids.hrc:275
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_HORJUST_CENTER"
msgid "Centered horizontally"
msgstr ""
-#: editrids.hrc:276
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_HORJUST_RIGHT"
msgid "Align right"
msgstr ""
-#: editrids.hrc:277
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_HORJUST_BLOCK"
msgid "Justify"
msgstr ""
-#: editrids.hrc:278
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_HORJUST_REPEAT"
msgid "Repeat alignment"
msgstr ""
#. enum SvxCellVerJustify ----------------------------------------------------
-#: editrids.hrc:281
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_VERJUST_STANDARD"
msgid "Vertical alignment default"
msgstr ""
-#: editrids.hrc:282
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_VERJUST_TOP"
msgid "Align to top"
msgstr ""
-#: editrids.hrc:283
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_VERJUST_CENTER"
msgid "Centered vertically"
msgstr ""
-#: editrids.hrc:284
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_VERJUST_BOTTOM"
msgid "Align to bottom"
msgstr ""
#. enum SvxCellJustifyMethod ----------------------------------------------------
-#: editrids.hrc:287
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_JUSTMETHOD_AUTO"
msgid "Automatic"
msgstr "Automatica"
-#: editrids.hrc:288
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE"
msgid "Distributed"
msgstr ""
-#: editrids.hrc:290
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr ""
-#: editrids.hrc:291
+#: include/editeng/editrids.hrc:290
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr ""
-#: editrids.hrc:293
+#: include/editeng/editrids.hrc:292
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Eliminar"
-#: editrids.hrc:294
+#: include/editeng/editrids.hrc:293
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr ""
-#: editrids.hrc:295
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr ""
-#: editrids.hrc:296
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr ""
-#: editrids.hrc:297
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr ""
-#: editrids.hrc:298
+#: include/editeng/editrids.hrc:297
#, fuzzy
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Atributos de texto"
-#: editrids.hrc:299
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr ""
-#: editrids.hrc:300
+#: include/editeng/editrids.hrc:299
#, fuzzy
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Estilos aplicaus"
-#: editrids.hrc:301
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr ""
-#: editrids.hrc:302
+#: include/editeng/editrids.hrc:301
#, c-format
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr ""
-#: editrids.hrc:303
+#: include/editeng/editrids.hrc:302
#, c-format
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr ""
-#: editrids.hrc:304
+#: include/editeng/editrids.hrc:303
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatica"
-#: editrids.hrc:306
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr ""
-#: editrids.hrc:307
+#: include/editeng/editrids.hrc:306
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr ""
-#: editrids.hrc:308
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
-#: editrids.hrc:310
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr ""
-#: editrids.hrc:311
+#: include/editeng/editrids.hrc:310
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr ""
-#: editrids.hrc:312
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
"due to unknown reason."
msgstr ""
-#: editrids.hrc:313
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr ""
-#: editrids.hrc:314
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr ""
-#: editrids.hrc:316
+#: include/editeng/editrids.hrc:315
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr ""
-#: editrids.hrc:317
+#: include/editeng/editrids.hrc:316
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr ""
-#: editrids.hrc:318
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr ""
-#: editrids.hrc:319
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr ""
-#: editrids.hrc:320
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr ""
diff --git a/source/an/extensions/messages.po b/source/an/extensions/messages.po
index 5a6b0a40304..7958cd774b9 100644
--- a/source/an/extensions/messages.po
+++ b/source/an/extensions/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+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"
@@ -13,1915 +13,1915 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: command.hrc:29
+#: extensions/inc/command.hrc:29
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Table"
msgstr "Tabla"
-#: command.hrc:30
+#: extensions/inc/command.hrc:30
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "Query"
msgstr "Consulta"
-#: command.hrc:31
+#: extensions/inc/command.hrc:31
msgctxt "RID_RSC_ENUM_COMMAND_TYPE"
msgid "SQL command"
msgstr ""
-#: showhide.hrc:29
+#: extensions/inc/showhide.hrc:29
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Hide"
msgstr "Amagar"
-#: showhide.hrc:30
+#: extensions/inc/showhide.hrc:30
msgctxt "RID_RSC_ENUM_SHOWHIDE"
msgid "Show"
msgstr "Amostrar"
-#: stringarrays.hrc:27
+#: extensions/inc/stringarrays.hrc:27
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Top"
msgstr "Cobalto"
-#: stringarrays.hrc:28
+#: extensions/inc/stringarrays.hrc:28
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Middle"
msgstr ""
-#: stringarrays.hrc:29
+#: extensions/inc/stringarrays.hrc:29
msgctxt "RID_RSC_ENUM_VERTICAL_ALIGN"
msgid "Bottom"
msgstr "Cobaixo"
-#: stringarrays.hrc:34
+#: extensions/inc/stringarrays.hrc:34
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Small"
msgstr ""
-#: stringarrays.hrc:35
+#: extensions/inc/stringarrays.hrc:35
msgctxt "RID_RSC_ENUM_ICONSIZE_TYPE"
msgid "Large"
msgstr ""
-#: stringarrays.hrc:40
+#: extensions/inc/stringarrays.hrc:40
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Without frame"
msgstr ""
-#: stringarrays.hrc:41
+#: extensions/inc/stringarrays.hrc:41
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "3D look"
msgstr ""
-#: stringarrays.hrc:42
+#: extensions/inc/stringarrays.hrc:42
msgctxt "RID_RSC_ENUM_BORDER_TYPE"
msgid "Flat"
msgstr ""
-#: stringarrays.hrc:47
+#: extensions/inc/stringarrays.hrc:47
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Valuelist"
msgstr ""
-#: stringarrays.hrc:48
+#: extensions/inc/stringarrays.hrc:48
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Table"
msgstr "Tabla"
-#: stringarrays.hrc:49
+#: extensions/inc/stringarrays.hrc:49
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Query"
msgstr "Consulta"
-#: stringarrays.hrc:50
+#: extensions/inc/stringarrays.hrc:50
#, fuzzy
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql"
msgstr "SQL"
-#: stringarrays.hrc:51
+#: extensions/inc/stringarrays.hrc:51
#, fuzzy
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Sql [Native]"
msgstr "SQL [Nativo]"
-#: stringarrays.hrc:52
+#: extensions/inc/stringarrays.hrc:52
msgctxt "RID_RSC_ENUM_LISTSOURCE_TYPE"
msgid "Tablefields"
msgstr ""
-#: stringarrays.hrc:57
+#: extensions/inc/stringarrays.hrc:57
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Left"
msgstr "Enta la cucha"
-#: stringarrays.hrc:58
+#: extensions/inc/stringarrays.hrc:58
#, fuzzy
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Center"
msgstr "~Centrau"
-#: stringarrays.hrc:59
+#: extensions/inc/stringarrays.hrc:59
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Right"
msgstr "Enta la dreita"
-#: stringarrays.hrc:64
+#: extensions/inc/stringarrays.hrc:64
#, fuzzy
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "None"
msgstr "~Garra"
-#: stringarrays.hrc:65
+#: extensions/inc/stringarrays.hrc:65
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Submit form"
msgstr ""
-#: stringarrays.hrc:66
+#: extensions/inc/stringarrays.hrc:66
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Reset form"
msgstr ""
-#: stringarrays.hrc:67
+#: extensions/inc/stringarrays.hrc:67
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Open document/web page"
msgstr ""
-#: stringarrays.hrc:68
+#: extensions/inc/stringarrays.hrc:68
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "First record"
msgstr ""
-#: stringarrays.hrc:69
+#: extensions/inc/stringarrays.hrc:69
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Previous record"
msgstr ""
-#: stringarrays.hrc:70
+#: extensions/inc/stringarrays.hrc:70
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Next record"
msgstr ""
-#: stringarrays.hrc:71
+#: extensions/inc/stringarrays.hrc:71
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Last record"
msgstr ""
-#: stringarrays.hrc:72
+#: extensions/inc/stringarrays.hrc:72
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Save record"
msgstr ""
-#: stringarrays.hrc:73
+#: extensions/inc/stringarrays.hrc:73
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Undo data entry"
msgstr ""
-#: stringarrays.hrc:74
+#: extensions/inc/stringarrays.hrc:74
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "New record"
msgstr ""
-#: stringarrays.hrc:75
+#: extensions/inc/stringarrays.hrc:75
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Delete record"
msgstr ""
-#: stringarrays.hrc:76
+#: extensions/inc/stringarrays.hrc:76
msgctxt "RID_RSC_ENUM_BUTTONTYPE"
msgid "Refresh form"
msgstr ""
-#: stringarrays.hrc:81
+#: extensions/inc/stringarrays.hrc:81
msgctxt "RID_RSC_ENUM_SUBMIT_METHOD"
msgid "Get"
msgstr ""
-#: stringarrays.hrc:82
+#: extensions/inc/stringarrays.hrc:82
msgctxt "RID_RSC_ENUM_SUBMIT_METHOD"
msgid "Post"
msgstr ""
-#: stringarrays.hrc:87
+#: extensions/inc/stringarrays.hrc:87
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "URL"
msgstr ""
-#: stringarrays.hrc:88
+#: extensions/inc/stringarrays.hrc:88
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Multipart"
msgstr ""
-#: stringarrays.hrc:89
+#: extensions/inc/stringarrays.hrc:89
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Text"
msgstr "Texto"
-#: stringarrays.hrc:94
+#: extensions/inc/stringarrays.hrc:94
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short)"
msgstr ""
-#: stringarrays.hrc:95
+#: extensions/inc/stringarrays.hrc:95
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YY)"
msgstr ""
-#: stringarrays.hrc:96
+#: extensions/inc/stringarrays.hrc:96
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (short YYYY)"
msgstr ""
-#: stringarrays.hrc:97
+#: extensions/inc/stringarrays.hrc:97
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "Standard (long)"
msgstr ""
-#: stringarrays.hrc:98
+#: extensions/inc/stringarrays.hrc:98
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "DD/MM/YY"
msgstr ""
-#: stringarrays.hrc:99
+#: extensions/inc/stringarrays.hrc:99
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "MM/DD/YY"
msgstr ""
-#: stringarrays.hrc:100
+#: extensions/inc/stringarrays.hrc:100
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY/MM/DD"
msgstr ""
-#: stringarrays.hrc:101
+#: extensions/inc/stringarrays.hrc:101
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "DD/MM/YYYY"
msgstr ""
-#: stringarrays.hrc:102
+#: extensions/inc/stringarrays.hrc:102
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "MM/DD/YYYY"
msgstr ""
-#: stringarrays.hrc:103
+#: extensions/inc/stringarrays.hrc:103
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY/MM/DD"
msgstr ""
-#: stringarrays.hrc:104
+#: extensions/inc/stringarrays.hrc:104
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YY-MM-DD"
msgstr ""
-#: stringarrays.hrc:105
+#: extensions/inc/stringarrays.hrc:105
msgctxt "RID_RSC_ENUM_DATEFORMAT_LIST"
msgid "YYYY-MM-DD"
msgstr ""
-#: stringarrays.hrc:110
+#: extensions/inc/stringarrays.hrc:110
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "13:45"
msgstr ""
-#: stringarrays.hrc:111
+#: extensions/inc/stringarrays.hrc:111
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "13:45:00"
msgstr ""
-#: stringarrays.hrc:112
+#: extensions/inc/stringarrays.hrc:112
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45 PM"
msgstr ""
-#: stringarrays.hrc:113
+#: extensions/inc/stringarrays.hrc:113
msgctxt "RID_RSC_ENUM_TIMEFORMAT_LIST"
msgid "01:45:00 PM"
msgstr ""
-#: stringarrays.hrc:118
+#: extensions/inc/stringarrays.hrc:118
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Selected"
msgstr ""
-#: stringarrays.hrc:119
+#: extensions/inc/stringarrays.hrc:119
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Selected"
msgstr ""
-#: stringarrays.hrc:120
+#: extensions/inc/stringarrays.hrc:120
msgctxt "RID_RSC_ENUM_CHECKED"
msgid "Not Defined"
msgstr ""
-#: stringarrays.hrc:125
+#: extensions/inc/stringarrays.hrc:125
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "All records"
msgstr ""
-#: stringarrays.hrc:126
+#: extensions/inc/stringarrays.hrc:126
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Active record"
msgstr ""
-#: stringarrays.hrc:127
+#: extensions/inc/stringarrays.hrc:127
#, fuzzy
msgctxt "RID_RSC_ENUM_CYCLE"
msgid "Current page"
msgstr "Calendata actual"
-#: stringarrays.hrc:132
+#: extensions/inc/stringarrays.hrc:132
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "No"
msgstr ""
-#: stringarrays.hrc:133
+#: extensions/inc/stringarrays.hrc:133
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Yes"
msgstr ""
-#: stringarrays.hrc:134
+#: extensions/inc/stringarrays.hrc:134
msgctxt "RID_RSC_ENUM_NAVIGATION"
msgid "Parent Form"
msgstr ""
-#: stringarrays.hrc:139
+#: extensions/inc/stringarrays.hrc:139
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_blank"
msgstr ""
-#: stringarrays.hrc:140
+#: extensions/inc/stringarrays.hrc:140
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_parent"
msgstr ""
-#: stringarrays.hrc:141
+#: extensions/inc/stringarrays.hrc:141
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_self"
msgstr ""
-#: stringarrays.hrc:142
+#: extensions/inc/stringarrays.hrc:142
#, fuzzy
msgctxt "RID_RSC_ENUM_SUBMIT_TARGET"
msgid "_top"
msgstr "Aturar"
-#: stringarrays.hrc:147
+#: extensions/inc/stringarrays.hrc:147
#, fuzzy
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "None"
msgstr "~Garra"
-#: stringarrays.hrc:148
+#: extensions/inc/stringarrays.hrc:148
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Single"
msgstr ""
-#: stringarrays.hrc:149
+#: extensions/inc/stringarrays.hrc:149
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Multi"
msgstr ""
-#: stringarrays.hrc:150
+#: extensions/inc/stringarrays.hrc:150
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Range"
msgstr "Intervalo"
-#: stringarrays.hrc:155
+#: extensions/inc/stringarrays.hrc:155
#, fuzzy
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Horizontal"
msgstr "~Horizontal"
-#: stringarrays.hrc:156
+#: extensions/inc/stringarrays.hrc:156
msgctxt "RID_RSC_ENUM_ORIENTATION"
msgid "Vertical"
msgstr ""
-#: stringarrays.hrc:161
+#: extensions/inc/stringarrays.hrc:161
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Default"
msgstr "Por defecto"
-#: stringarrays.hrc:162
+#: extensions/inc/stringarrays.hrc:162
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "OK"
msgstr "D'alcuerdo"
-#: stringarrays.hrc:163
+#: extensions/inc/stringarrays.hrc:163
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Cancel"
msgstr "Cancelar"
-#: stringarrays.hrc:164
+#: extensions/inc/stringarrays.hrc:164
#, fuzzy
msgctxt "RID_RSC_ENUM_PUSHBUTTONTYPE"
msgid "Help"
msgstr "~Aduya"
-#: stringarrays.hrc:169
+#: extensions/inc/stringarrays.hrc:169
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "The selected entry"
msgstr ""
-#: stringarrays.hrc:170
+#: extensions/inc/stringarrays.hrc:170
msgctxt "RID_RSC_ENUM_CELL_EXCHANGE_TYPE"
msgid "Position of the selected entry"
msgstr ""
-#: stringarrays.hrc:175
+#: extensions/inc/stringarrays.hrc:175
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Single-line"
msgstr ""
-#: stringarrays.hrc:176
+#: extensions/inc/stringarrays.hrc:176
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line"
msgstr ""
-#: stringarrays.hrc:177
+#: extensions/inc/stringarrays.hrc:177
msgctxt "RID_RSC_ENUM_TEXTTYPE"
msgid "Multi-line with formatting"
msgstr ""
-#: stringarrays.hrc:182
+#: extensions/inc/stringarrays.hrc:182
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "LF (Unix)"
msgstr ""
-#: stringarrays.hrc:183
+#: extensions/inc/stringarrays.hrc:183
msgctxt "RID_RSC_ENUM_LINEEND_FORMAT"
msgid "CR+LF (Windows)"
msgstr ""
-#: stringarrays.hrc:188
+#: extensions/inc/stringarrays.hrc:188
#, fuzzy
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "None"
msgstr "~Garra"
-#: stringarrays.hrc:189
+#: extensions/inc/stringarrays.hrc:189
#, fuzzy
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Horizontal"
msgstr "~Horizontal"
-#: stringarrays.hrc:190
+#: extensions/inc/stringarrays.hrc:190
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Vertical"
msgstr ""
-#: stringarrays.hrc:191
+#: extensions/inc/stringarrays.hrc:191
msgctxt "RID_RSC_ENUM_SCROLLBARS"
msgid "Both"
msgstr ""
-#: stringarrays.hrc:196
+#: extensions/inc/stringarrays.hrc:196
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "3D"
msgstr ""
-#: stringarrays.hrc:197
+#: extensions/inc/stringarrays.hrc:197
msgctxt "RID_RSC_ENUM_VISUALEFFECT"
msgid "Flat"
msgstr ""
-#: stringarrays.hrc:202
+#: extensions/inc/stringarrays.hrc:202
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left top"
msgstr ""
-#: stringarrays.hrc:203
+#: extensions/inc/stringarrays.hrc:203
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left centered"
msgstr ""
-#: stringarrays.hrc:204
+#: extensions/inc/stringarrays.hrc:204
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Left bottom"
msgstr ""
-#: stringarrays.hrc:205
+#: extensions/inc/stringarrays.hrc:205
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right top"
msgstr ""
-#: stringarrays.hrc:206
+#: extensions/inc/stringarrays.hrc:206
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right centered"
msgstr ""
-#: stringarrays.hrc:207
+#: extensions/inc/stringarrays.hrc:207
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Right bottom"
msgstr ""
-#: stringarrays.hrc:208
+#: extensions/inc/stringarrays.hrc:208
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above left"
msgstr ""
-#: stringarrays.hrc:209
+#: extensions/inc/stringarrays.hrc:209
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above centered"
msgstr ""
-#: stringarrays.hrc:210
+#: extensions/inc/stringarrays.hrc:210
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Above right"
msgstr ""
-#: stringarrays.hrc:211
+#: extensions/inc/stringarrays.hrc:211
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below left"
msgstr ""
-#: stringarrays.hrc:212
+#: extensions/inc/stringarrays.hrc:212
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below centered"
msgstr ""
-#: stringarrays.hrc:213
+#: extensions/inc/stringarrays.hrc:213
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Below right"
msgstr ""
-#: stringarrays.hrc:214
+#: extensions/inc/stringarrays.hrc:214
#, fuzzy
msgctxt "RID_RSC_ENUM_IMAGE_POSITION"
msgid "Centered"
msgstr "~Centrau"
-#: stringarrays.hrc:219
+#: extensions/inc/stringarrays.hrc:219
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Preserve"
msgstr ""
-#: stringarrays.hrc:220
+#: extensions/inc/stringarrays.hrc:220
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Replace"
msgstr ""
-#: stringarrays.hrc:221
+#: extensions/inc/stringarrays.hrc:221
msgctxt "RID_RSC_ENUM_WHITESPACE_HANDLING"
msgid "Collapse"
msgstr ""
-#: stringarrays.hrc:226
+#: extensions/inc/stringarrays.hrc:226
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "No"
msgstr ""
-#: stringarrays.hrc:227
+#: extensions/inc/stringarrays.hrc:227
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Keep Ratio"
msgstr ""
-#: stringarrays.hrc:228
+#: extensions/inc/stringarrays.hrc:228
msgctxt "RID_RSC_ENUM_SCALE_MODE"
msgid "Fit to Size"
msgstr ""
-#: stringarrays.hrc:233
+#: extensions/inc/stringarrays.hrc:233
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Left-to-right"
msgstr ""
-#: stringarrays.hrc:234
+#: extensions/inc/stringarrays.hrc:234
#, fuzzy
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Right-to-left"
msgstr "De ~dreita a cucha"
-#: stringarrays.hrc:235
+#: extensions/inc/stringarrays.hrc:235
msgctxt "RID_RSC_ENUM_WRITING_MODE"
msgid "Use superordinate object settings"
msgstr ""
-#: stringarrays.hrc:240
+#: extensions/inc/stringarrays.hrc:240
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Never"
msgstr ""
-#: stringarrays.hrc:241
+#: extensions/inc/stringarrays.hrc:241
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "When focused"
msgstr ""
-#: stringarrays.hrc:242
+#: extensions/inc/stringarrays.hrc:242
msgctxt "RID_RSC_ENUM_WHEEL_BEHAVIOR"
msgid "Always"
msgstr ""
-#: stringarrays.hrc:247
+#: extensions/inc/stringarrays.hrc:247
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Paragraph"
msgstr ""
-#: stringarrays.hrc:248
+#: extensions/inc/stringarrays.hrc:248
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "As Character"
msgstr ""
-#: stringarrays.hrc:249
+#: extensions/inc/stringarrays.hrc:249
#, fuzzy
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Page"
msgstr "Ta la pac~hina"
-#: stringarrays.hrc:250
+#: extensions/inc/stringarrays.hrc:250
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Frame"
msgstr ""
-#: stringarrays.hrc:251
+#: extensions/inc/stringarrays.hrc:251
msgctxt "RID_RSC_ENUM_TEXT_ANCHOR_TYPE"
msgid "To Character"
msgstr ""
-#: stringarrays.hrc:256
+#: extensions/inc/stringarrays.hrc:256
#, fuzzy
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Page"
msgstr "Ta la pac~hina"
-#: stringarrays.hrc:257
+#: extensions/inc/stringarrays.hrc:257
msgctxt "RID_RSC_ENUM_SHEET_ANCHOR_TYPE"
msgid "To Cell"
msgstr ""
-#: strings.hrc:25
+#: extensions/inc/strings.hrc:25
msgctxt "RID_STR_EDITMASK"
msgid "Edit mask"
msgstr ""
-#: strings.hrc:26
+#: extensions/inc/strings.hrc:26
msgctxt "RID_STR_LITERALMASK"
msgid "Literal mask"
msgstr ""
-#: strings.hrc:27
+#: extensions/inc/strings.hrc:27
msgctxt "RID_STR_READONLY"
msgid "Read-only"
msgstr ""
-#: strings.hrc:28
+#: extensions/inc/strings.hrc:28
msgctxt "RID_STR_ENABLED"
msgid "Enabled"
msgstr ""
-#: strings.hrc:29
+#: extensions/inc/strings.hrc:29
msgctxt "RID_STR_ENABLE_VISIBLE"
msgid "Visible"
msgstr ""
-#: strings.hrc:30
+#: extensions/inc/strings.hrc:30
msgctxt "RID_STR_AUTOCOMPLETE"
msgid "AutoFill"
msgstr ""
-#: strings.hrc:31
+#: extensions/inc/strings.hrc:31
msgctxt "RID_STR_LINECOUNT"
msgid "Line count"
msgstr ""
-#: strings.hrc:32
+#: extensions/inc/strings.hrc:32
msgctxt "RID_STR_MAXTEXTLEN"
msgid "Max. text length"
msgstr ""
-#: strings.hrc:33
+#: extensions/inc/strings.hrc:33
msgctxt "RID_STR_SPIN"
msgid "Spin Button"
msgstr ""
-#: strings.hrc:34
+#: extensions/inc/strings.hrc:34
msgctxt "RID_STR_STRICTFORMAT"
msgid "Strict format"
msgstr ""
-#: strings.hrc:35
+#: extensions/inc/strings.hrc:35
msgctxt "RID_STR_SHOWTHOUSANDSEP"
msgid "Thousands separator"
msgstr ""
-#: strings.hrc:36
+#: extensions/inc/strings.hrc:36
msgctxt "RID_STR_PRINTABLE"
msgid "Printable"
msgstr ""
-#: strings.hrc:37
+#: extensions/inc/strings.hrc:37
msgctxt "RID_STR_TARGET_URL"
msgid "URL"
msgstr ""
-#: strings.hrc:38
+#: extensions/inc/strings.hrc:38
msgctxt "RID_STR_TARGET_FRAME"
msgid "Frame"
msgstr ""
-#: strings.hrc:39
+#: extensions/inc/strings.hrc:39
msgctxt "RID_STR_HELPTEXT"
msgid "Help text"
msgstr ""
-#: strings.hrc:40
+#: extensions/inc/strings.hrc:40
msgctxt "RID_STR_HELPURL"
msgid "Help URL"
msgstr ""
-#: strings.hrc:41
+#: extensions/inc/strings.hrc:41
msgctxt "RID_STR_TAG"
msgid "Additional information"
msgstr ""
-#: strings.hrc:42
+#: extensions/inc/strings.hrc:42
msgctxt "RID_STR_ECHO_CHAR"
msgid "Password character"
msgstr ""
-#: strings.hrc:43
+#: extensions/inc/strings.hrc:43
msgctxt "RID_STR_TRISTATE"
msgid "Tristate"
msgstr ""
-#: strings.hrc:44
+#: extensions/inc/strings.hrc:44
msgctxt "RID_STR_EMPTY_IS_NULL"
msgid "Empty string is NULL"
msgstr ""
-#: strings.hrc:45
+#: extensions/inc/strings.hrc:45
msgctxt "RID_STR_DECIMAL_ACCURACY"
msgid "Decimal accuracy"
msgstr ""
-#: strings.hrc:46
+#: extensions/inc/strings.hrc:46
msgctxt "RID_STR_IMAGE_URL"
msgid "Graphics"
msgstr "Graficos"
-#: strings.hrc:47
+#: extensions/inc/strings.hrc:47
msgctxt "RID_STR_DEFAULT_SELECT_SEQ"
msgid "Default selection"
msgstr ""
-#: strings.hrc:48
+#: extensions/inc/strings.hrc:48
msgctxt "RID_STR_DEFAULT_BUTTON"
msgid "Default button"
msgstr ""
-#: strings.hrc:49
+#: extensions/inc/strings.hrc:49
msgctxt "RID_STR_LABELCONTROL"
msgid "Label Field"
msgstr ""
-#: strings.hrc:50
+#: extensions/inc/strings.hrc:50
#, fuzzy
msgctxt "RID_STR_LABEL"
msgid "Label"
msgstr "~Etiquetas"
-#: strings.hrc:51
+#: extensions/inc/strings.hrc:51
msgctxt "RID_STR_ALIGN"
msgid "Alignment"
msgstr "Aliniación"
-#: strings.hrc:52
+#: extensions/inc/strings.hrc:52
msgctxt "RID_STR_VERTICAL_ALIGN"
msgid "Vert. Alignment"
msgstr ""
-#: strings.hrc:53
+#: extensions/inc/strings.hrc:53
msgctxt "RID_STR_IMAGEPOSITION"
msgid "Graphics alignment"
msgstr ""
-#: strings.hrc:54
+#: extensions/inc/strings.hrc:54
msgctxt "RID_STR_FONT"
msgid "Font"
msgstr "Tipo de letra"
-#: strings.hrc:55
+#: extensions/inc/strings.hrc:55
msgctxt "RID_STR_BACKGROUNDCOLOR"
msgid "Background color"
msgstr ""
-#: strings.hrc:56
+#: extensions/inc/strings.hrc:56
#, fuzzy
msgctxt "RID_STR_BORDER"
msgid "Border"
msgstr "Cantos"
-#: strings.hrc:57
+#: extensions/inc/strings.hrc:57
msgctxt "RID_STR_ICONSIZE"
msgid "Icon size"
msgstr ""
-#: strings.hrc:58
+#: extensions/inc/strings.hrc:58
msgctxt "RID_STR_SHOW_POSITION"
msgid "Positioning"
msgstr ""
-#: strings.hrc:59
+#: extensions/inc/strings.hrc:59
#, fuzzy
msgctxt "RID_STR_SHOW_NAVIGATION"
msgid "Navigation"
msgstr "Navegador"
-#: strings.hrc:60
+#: extensions/inc/strings.hrc:60
msgctxt "RID_STR_SHOW_RECORDACTIONS"
msgid "Acting on a record"
msgstr ""
-#: strings.hrc:61
+#: extensions/inc/strings.hrc:61
msgctxt "RID_STR_SHOW_FILTERSORT"
msgid "Filtering / Sorting"
msgstr ""
-#: strings.hrc:62
+#: extensions/inc/strings.hrc:62
#, fuzzy
msgctxt "RID_STR_HSCROLL"
msgid "Horizontal scroll bar"
msgstr "Barra de desplazamiento hori~zontal"
-#: strings.hrc:63
+#: extensions/inc/strings.hrc:63
#, fuzzy
msgctxt "RID_STR_VSCROLL"
msgid "Vertical scroll bar"
msgstr "Barra de desplazamiento ~vertical"
-#: strings.hrc:64
+#: extensions/inc/strings.hrc:64
msgctxt "RID_STR_WORDBREAK"
msgid "Word break"
msgstr ""
-#: strings.hrc:65
+#: extensions/inc/strings.hrc:65
msgctxt "RID_STR_MULTILINE"
msgid "Multiline input"
msgstr ""
-#: strings.hrc:66
+#: extensions/inc/strings.hrc:66
msgctxt "RID_STR_MULTISELECTION"
msgid "Multiselection"
msgstr ""
-#: strings.hrc:67
+#: extensions/inc/strings.hrc:67
msgctxt "RID_STR_NAME"
msgid "Name"
msgstr "Nombre"
-#: strings.hrc:68
+#: extensions/inc/strings.hrc:68
msgctxt "RID_STR_GROUP_NAME"
msgid "Group name"
msgstr ""
-#: strings.hrc:69
+#: extensions/inc/strings.hrc:69
msgctxt "RID_STR_TABINDEX"
msgid "Tab order"
msgstr ""
-#: strings.hrc:70
+#: extensions/inc/strings.hrc:70
msgctxt "RID_STR_WHEEL_BEHAVIOR"
msgid "Mouse wheel scroll"
msgstr ""
-#: strings.hrc:71
+#: extensions/inc/strings.hrc:71
#, fuzzy
msgctxt "RID_STR_FILTER"
msgid "Filter"
msgstr "~Filtro"
-#: strings.hrc:72
+#: extensions/inc/strings.hrc:72
msgctxt "RID_STR_SORT_CRITERIA"
msgid "Sort"
msgstr ""
-#: strings.hrc:73
+#: extensions/inc/strings.hrc:73
msgctxt "RID_STR_RECORDMARKER"
msgid "Record marker"
msgstr ""
-#: strings.hrc:74
+#: extensions/inc/strings.hrc:74
msgctxt "RID_STR_FILTERPROPOSAL"
msgid "Filter proposal"
msgstr ""
-#: strings.hrc:75
+#: extensions/inc/strings.hrc:75
msgctxt "RID_STR_NAVIGATION"
msgid "Navigation bar"
msgstr ""
-#: strings.hrc:76
+#: extensions/inc/strings.hrc:76
msgctxt "RID_STR_CYCLE"
msgid "Cycle"
msgstr ""
-#: strings.hrc:77
+#: extensions/inc/strings.hrc:77
#, fuzzy
msgctxt "RID_STR_TABSTOP"
msgid "Tabstop"
msgstr "~Tabulacions"
-#: strings.hrc:78
+#: extensions/inc/strings.hrc:78
#, fuzzy
msgctxt "RID_STR_CONTROLSOURCE"
msgid "Data field"
msgstr "Campo de datos"
-#: strings.hrc:79
+#: extensions/inc/strings.hrc:79
msgctxt "RID_STR_DROPDOWN"
msgid "Dropdown"
msgstr ""
-#: strings.hrc:80
+#: extensions/inc/strings.hrc:80
msgctxt "RID_STR_BOUNDCOLUMN"
msgid "Bound field"
msgstr ""
-#: strings.hrc:81
+#: extensions/inc/strings.hrc:81
#, fuzzy
msgctxt "RID_STR_LISTSOURCE"
msgid "List content"
msgstr "Imprentar o conteniu"
-#: strings.hrc:82
+#: extensions/inc/strings.hrc:82
msgctxt "RID_STR_LISTSOURCETYPE"
msgid "Type of list contents"
msgstr ""
-#: strings.hrc:83
+#: extensions/inc/strings.hrc:83
#, fuzzy
msgctxt "RID_STR_CURSORSOURCE"
msgid "Content"
msgstr "Conteniu"
-#: strings.hrc:84
+#: extensions/inc/strings.hrc:84
msgctxt "RID_STR_CURSORSOURCETYPE"
msgid "Content type"
msgstr ""
-#: strings.hrc:85
+#: extensions/inc/strings.hrc:85
msgctxt "RID_STR_ALLOW_ADDITIONS"
msgid "Allow additions"
msgstr ""
-#: strings.hrc:86
+#: extensions/inc/strings.hrc:86
msgctxt "RID_STR_ALLOW_DELETIONS"
msgid "Allow deletions"
msgstr ""
-#: strings.hrc:87
+#: extensions/inc/strings.hrc:87
msgctxt "RID_STR_ALLOW_EDITS"
msgid "Allow modifications"
msgstr ""
-#: strings.hrc:88
+#: extensions/inc/strings.hrc:88
msgctxt "RID_STR_DATAENTRY"
msgid "Add data only"
msgstr ""
-#: strings.hrc:89
+#: extensions/inc/strings.hrc:89
#, fuzzy
msgctxt "RID_STR_DATASOURCE"
msgid "Data source"
msgstr "~Fuent de datos"
-#: strings.hrc:90
+#: extensions/inc/strings.hrc:90
msgctxt "RID_STR_MASTERFIELDS"
msgid "Link master fields"
msgstr ""
-#: strings.hrc:91
+#: extensions/inc/strings.hrc:91
msgctxt "RID_STR_SLAVEFIELDS"
msgid "Link slave fields"
msgstr ""
-#: strings.hrc:92
+#: extensions/inc/strings.hrc:92
msgctxt "RID_STR_VALUEMIN"
msgid "Value min."
msgstr ""
-#: strings.hrc:93
+#: extensions/inc/strings.hrc:93
msgctxt "RID_STR_VALUEMAX"
msgid "Value max."
msgstr ""
-#: strings.hrc:94
+#: extensions/inc/strings.hrc:94
msgctxt "RID_STR_VALUESTEP"
msgid "Incr./decrement value"
msgstr ""
-#: strings.hrc:95
+#: extensions/inc/strings.hrc:95
msgctxt "RID_STR_CURRENCYSYMBOL"
msgid "Currency symbol"
msgstr ""
-#: strings.hrc:96
+#: extensions/inc/strings.hrc:96
msgctxt "RID_STR_DATEMIN"
msgid "Date min."
msgstr ""
-#: strings.hrc:97
+#: extensions/inc/strings.hrc:97
msgctxt "RID_STR_DATEMAX"
msgid "Date max."
msgstr ""
-#: strings.hrc:98
+#: extensions/inc/strings.hrc:98
msgctxt "RID_STR_DATEFORMAT"
msgid "Date format"
msgstr ""
-#: strings.hrc:99
+#: extensions/inc/strings.hrc:99
msgctxt "RID_STR_SELECTEDITEMS"
msgid "Selection"
msgstr "Selección"
-#: strings.hrc:100
+#: extensions/inc/strings.hrc:100
msgctxt "RID_STR_TIMEMIN"
msgid "Time min."
msgstr ""
-#: strings.hrc:101
+#: extensions/inc/strings.hrc:101
msgctxt "RID_STR_TIMEMAX"
msgid "Time max."
msgstr ""
-#: strings.hrc:102
+#: extensions/inc/strings.hrc:102
msgctxt "RID_STR_TIMEFORMAT"
msgid "Time format"
msgstr ""
-#: strings.hrc:103
+#: extensions/inc/strings.hrc:103
msgctxt "RID_STR_CURRSYM_POSITION"
msgid "Prefix symbol"
msgstr ""
-#: strings.hrc:104
+#: extensions/inc/strings.hrc:104
msgctxt "RID_STR_VALUE"
msgid "Value"
msgstr "Valura"
-#: strings.hrc:105
+#: extensions/inc/strings.hrc:105
msgctxt "RID_STR_FORMATKEY"
msgid "Formatting"
msgstr "~Formatación"
-#: strings.hrc:106
+#: extensions/inc/strings.hrc:106
msgctxt "RID_STR_CLASSID"
msgid "Class ID"
msgstr ""
-#: strings.hrc:107
+#: extensions/inc/strings.hrc:107
msgctxt "RID_STR_HEIGHT"
msgid "Height"
msgstr ""
-#: strings.hrc:108
+#: extensions/inc/strings.hrc:108
msgctxt "RID_STR_WIDTH"
msgid "Width"
msgstr ""
-#: strings.hrc:109
+#: extensions/inc/strings.hrc:109
msgctxt "RID_STR_LISTINDEX"
msgid "List index"
msgstr ""
-#: strings.hrc:110
+#: extensions/inc/strings.hrc:110
msgctxt "RID_STR_ROWHEIGHT"
msgid "Row height"
msgstr ""
-#: strings.hrc:111
+#: extensions/inc/strings.hrc:111
msgctxt "RID_STR_FILLCOLOR"
msgid "Fill color"
msgstr ""
-#: strings.hrc:112
+#: extensions/inc/strings.hrc:112
msgctxt "RID_STR_LINECOLOR"
msgid "Line color"
msgstr ""
-#: strings.hrc:113
+#: extensions/inc/strings.hrc:113
msgctxt "RID_STR_REFVALUE"
msgid "Reference value (on)"
msgstr ""
-#: strings.hrc:114
+#: extensions/inc/strings.hrc:114
msgctxt "RID_STR_UNCHECKEDREFVALUE"
msgid "Reference value (off)"
msgstr ""
-#: strings.hrc:115
+#: extensions/inc/strings.hrc:115
msgctxt "RID_STR_STRINGITEMLIST"
msgid "List entries"
msgstr ""
-#: strings.hrc:116
+#: extensions/inc/strings.hrc:116
msgctxt "RID_STR_BUTTONTYPE"
msgid "Action"
msgstr "Acción"
-#: strings.hrc:117
+#: extensions/inc/strings.hrc:117
msgctxt "RID_STR_SUBMIT_ACTION"
msgid "URL"
msgstr ""
-#: strings.hrc:118
+#: extensions/inc/strings.hrc:118
msgctxt "RID_STR_SUBMIT_METHOD"
msgid "Type of submission"
msgstr ""
-#: strings.hrc:119
+#: extensions/inc/strings.hrc:119
msgctxt "RID_STR_DEFAULT_STATE"
msgid "Default status"
msgstr ""
-#: strings.hrc:120
+#: extensions/inc/strings.hrc:120
msgctxt "RID_STR_SUBMIT_ENCODING"
msgid "Submission encoding"
msgstr ""
-#: strings.hrc:121
+#: extensions/inc/strings.hrc:121
msgctxt "RID_STR_DEFAULTVALUE"
msgid "Default value"
msgstr ""
-#: strings.hrc:122
+#: extensions/inc/strings.hrc:122
msgctxt "RID_STR_DEFAULTTEXT"
msgid "Default text"
msgstr ""
-#: strings.hrc:123
+#: extensions/inc/strings.hrc:123
msgctxt "RID_STR_DEFAULTDATE"
msgid "Default date"
msgstr ""
-#: strings.hrc:124
+#: extensions/inc/strings.hrc:124
msgctxt "RID_STR_DEFAULTTIME"
msgid "Default time"
msgstr ""
-#: strings.hrc:125
+#: extensions/inc/strings.hrc:125
msgctxt "RID_STR_SUBMIT_TARGET"
msgid "Frame"
msgstr ""
-#: strings.hrc:126
+#: extensions/inc/strings.hrc:126
msgctxt "RID_STR_EVT_APPROVEPARAMETER"
msgid "Fill parameters"
msgstr ""
-#: strings.hrc:127
+#: extensions/inc/strings.hrc:127
msgctxt "RID_STR_EVT_ACTIONPERFORMED"
msgid "Execute action"
msgstr ""
-#: strings.hrc:128
+#: extensions/inc/strings.hrc:128
msgctxt "RID_STR_EVT_AFTERUPDATE"
msgid "After updating"
msgstr ""
-#: strings.hrc:129
+#: extensions/inc/strings.hrc:129
msgctxt "RID_STR_EVT_BEFOREUPDATE"
msgid "Before updating"
msgstr ""
-#: strings.hrc:130
+#: extensions/inc/strings.hrc:130
msgctxt "RID_STR_EVT_APPROVEROWCHANGE"
msgid "Before record action"
msgstr ""
-#: strings.hrc:131
+#: extensions/inc/strings.hrc:131
msgctxt "RID_STR_EVT_ROWCHANGE"
msgid "After record action"
msgstr ""
-#: strings.hrc:132
+#: extensions/inc/strings.hrc:132
msgctxt "RID_STR_EVT_CONFIRMDELETE"
msgid "Confirm deletion"
msgstr ""
-#: strings.hrc:133
+#: extensions/inc/strings.hrc:133
msgctxt "RID_STR_EVT_ERROROCCURRED"
msgid "Error occurred"
msgstr ""
-#: strings.hrc:134
+#: extensions/inc/strings.hrc:134
msgctxt "RID_STR_EVT_FOCUSGAINED"
msgid "When receiving focus"
msgstr ""
-#: strings.hrc:135
+#: extensions/inc/strings.hrc:135
msgctxt "RID_STR_EVT_FOCUSLOST"
msgid "When losing focus"
msgstr ""
-#: strings.hrc:136
+#: extensions/inc/strings.hrc:136
msgctxt "RID_STR_EVT_ITEMSTATECHANGED"
msgid "Item status changed"
msgstr ""
-#: strings.hrc:137
+#: extensions/inc/strings.hrc:137
msgctxt "RID_STR_EVT_KEYTYPED"
msgid "Key pressed"
msgstr ""
-#: strings.hrc:138
+#: extensions/inc/strings.hrc:138
msgctxt "RID_STR_EVT_KEYUP"
msgid "Key released"
msgstr ""
-#: strings.hrc:139
+#: extensions/inc/strings.hrc:139
msgctxt "RID_STR_EVT_LOADED"
msgid "When loading"
msgstr ""
-#: strings.hrc:140
+#: extensions/inc/strings.hrc:140
msgctxt "RID_STR_EVT_RELOADING"
msgid "Before reloading"
msgstr ""
-#: strings.hrc:141
+#: extensions/inc/strings.hrc:141
msgctxt "RID_STR_EVT_RELOADED"
msgid "When reloading"
msgstr ""
-#: strings.hrc:142
+#: extensions/inc/strings.hrc:142
msgctxt "RID_STR_EVT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
msgstr ""
-#: strings.hrc:143
+#: extensions/inc/strings.hrc:143
msgctxt "RID_STR_EVT_MOUSEENTERED"
msgid "Mouse inside"
msgstr ""
-#: strings.hrc:144
+#: extensions/inc/strings.hrc:144
msgctxt "RID_STR_EVT_MOUSEEXITED"
msgid "Mouse outside"
msgstr ""
-#: strings.hrc:145
+#: extensions/inc/strings.hrc:145
msgctxt "RID_STR_EVT_MOUSEMOVED"
msgid "Mouse moved"
msgstr ""
-#: strings.hrc:146
+#: extensions/inc/strings.hrc:146
msgctxt "RID_STR_EVT_MOUSEPRESSED"
msgid "Mouse button pressed"
msgstr ""
-#: strings.hrc:147
+#: extensions/inc/strings.hrc:147
msgctxt "RID_STR_EVT_MOUSERELEASED"
msgid "Mouse button released"
msgstr ""
-#: strings.hrc:148
+#: extensions/inc/strings.hrc:148
msgctxt "RID_STR_EVT_POSITIONING"
msgid "Before record change"
msgstr ""
-#: strings.hrc:149
+#: extensions/inc/strings.hrc:149
msgctxt "RID_STR_EVT_POSITIONED"
msgid "After record change"
msgstr ""
-#: strings.hrc:150
+#: extensions/inc/strings.hrc:150
msgctxt "RID_STR_EVT_RESETTED"
msgid "After resetting"
msgstr ""
-#: strings.hrc:151
+#: extensions/inc/strings.hrc:151
msgctxt "RID_STR_EVT_APPROVERESETTED"
msgid "Prior to reset"
msgstr ""
-#: strings.hrc:152
+#: extensions/inc/strings.hrc:152
msgctxt "RID_STR_EVT_APPROVEACTIONPERFORMED"
msgid "Approve action"
msgstr ""
-#: strings.hrc:153
+#: extensions/inc/strings.hrc:153
msgctxt "RID_STR_EVT_SUBMITTED"
msgid "Before submitting"
msgstr ""
-#: strings.hrc:154
+#: extensions/inc/strings.hrc:154
msgctxt "RID_STR_EVT_TEXTCHANGED"
msgid "Text modified"
msgstr ""
-#: strings.hrc:155
+#: extensions/inc/strings.hrc:155
msgctxt "RID_STR_EVT_UNLOADING"
msgid "Before unloading"
msgstr ""
-#: strings.hrc:156
+#: extensions/inc/strings.hrc:156
msgctxt "RID_STR_EVT_UNLOADED"
msgid "When unloading"
msgstr ""
-#: strings.hrc:157
+#: extensions/inc/strings.hrc:157
msgctxt "RID_STR_EVT_CHANGED"
msgid "Changed"
msgstr ""
-#: strings.hrc:158
+#: extensions/inc/strings.hrc:158
msgctxt "RID_STR_EVENTS"
msgid "Events"
msgstr ""
-#: strings.hrc:159
+#: extensions/inc/strings.hrc:159
msgctxt "RID_STR_ESCAPE_PROCESSING"
msgid "Analyze SQL command"
msgstr ""
-#: strings.hrc:160
+#: extensions/inc/strings.hrc:160
#, fuzzy
msgctxt "RID_STR_POSITIONX"
msgid "PositionX"
msgstr "Posición"
-#: strings.hrc:161
+#: extensions/inc/strings.hrc:161
#, fuzzy
msgctxt "RID_STR_POSITIONY"
msgid "PositionY"
msgstr "Posición"
-#: strings.hrc:162
+#: extensions/inc/strings.hrc:162
msgctxt "RID_STR_TITLE"
msgid "Title"
msgstr "Titol"
-#: strings.hrc:163
+#: extensions/inc/strings.hrc:163
msgctxt "RID_STR_STEP"
msgid "Page (step)"
msgstr ""
-#: strings.hrc:164
+#: extensions/inc/strings.hrc:164
msgctxt "RID_STR_PROGRESSVALUE"
msgid "Progress value"
msgstr ""
-#: strings.hrc:165
+#: extensions/inc/strings.hrc:165
msgctxt "RID_STR_PROGRESSVALUE_MIN"
msgid "Progress value min."
msgstr ""
-#: strings.hrc:166
+#: extensions/inc/strings.hrc:166
msgctxt "RID_STR_PROGRESSVALUE_MAX"
msgid "Progress value max."
msgstr ""
-#: strings.hrc:167
+#: extensions/inc/strings.hrc:167
msgctxt "RID_STR_SCROLLVALUE"
msgid "Scroll value"
msgstr ""
-#: strings.hrc:168
+#: extensions/inc/strings.hrc:168
msgctxt "RID_STR_SCROLLVALUE_MAX"
msgid "Scroll value max."
msgstr ""
-#: strings.hrc:169
+#: extensions/inc/strings.hrc:169
msgctxt "RID_STR_SCROLLVALUE_MIN"
msgid "Scroll value min."
msgstr ""
-#: strings.hrc:170
+#: extensions/inc/strings.hrc:170
msgctxt "RID_STR_SCROLL_WIDTH"
msgid "Scroll width"
msgstr ""
-#: strings.hrc:171
+#: extensions/inc/strings.hrc:171
msgctxt "RID_STR_SCROLL_HEIGHT"
msgid "Scroll height"
msgstr ""
-#: strings.hrc:172
+#: extensions/inc/strings.hrc:172
msgctxt "RID_STR_SCROLL_TOP"
msgid "Scroll top"
msgstr ""
-#: strings.hrc:173
+#: extensions/inc/strings.hrc:173
msgctxt "RID_STR_SCROLL_LEFT"
msgid "Scroll left"
msgstr ""
-#: strings.hrc:174
+#: extensions/inc/strings.hrc:174
msgctxt "RID_STR_DEFAULT_SCROLLVALUE"
msgid "Default scroll value"
msgstr ""
-#: strings.hrc:175
+#: extensions/inc/strings.hrc:175
msgctxt "RID_STR_LINEINCREMENT"
msgid "Small change"
msgstr ""
-#: strings.hrc:176
+#: extensions/inc/strings.hrc:176
msgctxt "RID_STR_BLOCKINCREMENT"
msgid "Large change"
msgstr ""
-#: strings.hrc:177
+#: extensions/inc/strings.hrc:177
msgctxt "RID_STR_REPEAT_DELAY"
msgid "Delay"
msgstr ""
-#: strings.hrc:178
+#: extensions/inc/strings.hrc:178
msgctxt "RID_STR_REPEAT"
msgid "Repeat"
msgstr "Repetir"
-#: strings.hrc:179
+#: extensions/inc/strings.hrc:179
msgctxt "RID_STR_VISIBLESIZE"
msgid "Visible size"
msgstr ""
-#: strings.hrc:180
+#: extensions/inc/strings.hrc:180
msgctxt "RID_STR_ORIENTATION"
msgid "Orientation"
msgstr ""
-#: strings.hrc:181
+#: extensions/inc/strings.hrc:181
msgctxt "RID_STR_EVT_ADJUSTMENTVALUECHANGED"
msgid "While adjusting"
msgstr ""
-#: strings.hrc:182
+#: extensions/inc/strings.hrc:182
msgctxt "RID_STR_DATE"
msgid "Date"
msgstr "Calendata"
-#: strings.hrc:183
+#: extensions/inc/strings.hrc:183
msgctxt "RID_STR_STATE"
msgid "State"
msgstr "Estau/Provincia"
-#: strings.hrc:184
+#: extensions/inc/strings.hrc:184
msgctxt "RID_STR_TIME"
msgid "Time"
msgstr "Hora"
-#: strings.hrc:185
+#: extensions/inc/strings.hrc:185
msgctxt "RID_STR_SCALEIMAGE"
msgid "Scale"
msgstr "Escalar"
-#: strings.hrc:186
+#: extensions/inc/strings.hrc:186
msgctxt "RID_STR_PUSHBUTTONTYPE"
msgid "Button type"
msgstr ""
-#: strings.hrc:187
+#: extensions/inc/strings.hrc:187
msgctxt "RID_STR_UNABLETOCONNECT"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr ""
-#: strings.hrc:188
+#: extensions/inc/strings.hrc:188
msgctxt "RID_STR_TEXT"
msgid "Text"
msgstr "Texto"
-#: strings.hrc:189
+#: extensions/inc/strings.hrc:189
msgctxt "RID_STR_BOUND_CELL"
msgid "Linked cell"
msgstr ""
-#: strings.hrc:190
+#: extensions/inc/strings.hrc:190
msgctxt "RID_STR_LIST_CELL_RANGE"
msgid "Source cell range"
msgstr ""
-#: strings.hrc:191
+#: extensions/inc/strings.hrc:191
msgctxt "RID_STR_CELL_EXCHANGE_TYPE"
msgid "Contents of the linked cell"
msgstr ""
-#: strings.hrc:192
+#: extensions/inc/strings.hrc:192
msgctxt "RID_STR_SYMBOLCOLOR"
msgid "Symbol color"
msgstr ""
-#: strings.hrc:193
+#: extensions/inc/strings.hrc:193
msgctxt "RID_STR_LINEEND_FORMAT"
msgid "Text lines end with"
msgstr ""
-#: strings.hrc:194
+#: extensions/inc/strings.hrc:194
msgctxt "RID_STR_TOGGLE"
msgid "Toggle"
msgstr "Commutar"
-#: strings.hrc:195
+#: extensions/inc/strings.hrc:195
msgctxt "RID_STR_FOCUSONCLICK"
msgid "Take Focus on Click"
msgstr ""
-#: strings.hrc:196
+#: extensions/inc/strings.hrc:196
msgctxt "RID_STR_HIDEINACTIVESELECTION"
msgid "Hide selection"
msgstr ""
-#: strings.hrc:197
+#: extensions/inc/strings.hrc:197
#, fuzzy
msgctxt "RID_STR_VISUALEFFECT"
msgid "Style"
msgstr "E~stilo"
-#: strings.hrc:198
+#: extensions/inc/strings.hrc:198
msgctxt "RID_STR_AUTOLINEBREAK"
msgid "Wrap text automatically"
msgstr ""
-#: strings.hrc:199
+#: extensions/inc/strings.hrc:199
msgctxt "RID_STR_TEXTTYPE"
msgid "Text type"
msgstr ""
-#: strings.hrc:200
+#: extensions/inc/strings.hrc:200
msgctxt "RID_STR_XML_DATA_MODEL"
msgid "XML data model"
msgstr ""
-#: strings.hrc:201
+#: extensions/inc/strings.hrc:201
msgctxt "RID_STR_BIND_EXPRESSION"
msgid "Binding expression"
msgstr ""
-#: strings.hrc:202
+#: extensions/inc/strings.hrc:202
msgctxt "RID_STR_XSD_REQUIRED"
msgid "Required"
msgstr ""
-#: strings.hrc:203
+#: extensions/inc/strings.hrc:203
msgctxt "RID_STR_LIST_BINDING"
msgid "List entry source"
msgstr ""
-#: strings.hrc:204
+#: extensions/inc/strings.hrc:204
msgctxt "RID_STR_XSD_RELEVANT"
msgid "Relevant"
msgstr ""
-#: strings.hrc:205
+#: extensions/inc/strings.hrc:205
msgctxt "RID_STR_XSD_READONLY"
msgid "Read-only"
msgstr ""
-#: strings.hrc:206
+#: extensions/inc/strings.hrc:206
msgctxt "RID_STR_XSD_CONSTRAINT"
msgid "Constraint"
msgstr ""
-#: strings.hrc:207
+#: extensions/inc/strings.hrc:207
msgctxt "RID_STR_XSD_CALCULATION"
msgid "Calculation"
msgstr ""
-#: strings.hrc:208
+#: extensions/inc/strings.hrc:208
msgctxt "RID_STR_XSD_DATA_TYPE"
msgid "Data type"
msgstr ""
-#: strings.hrc:209
+#: extensions/inc/strings.hrc:209
msgctxt "RID_STR_XSD_WHITESPACES"
msgid "Whitespaces"
msgstr ""
-#: strings.hrc:210
+#: extensions/inc/strings.hrc:210
msgctxt "RID_STR_SHOW_SCROLLBARS"
msgid "Scrollbars"
msgstr ""
-#: strings.hrc:211
+#: extensions/inc/strings.hrc:211
#, fuzzy
msgctxt "RID_STR_XSD_PATTERN"
msgid "Pattern"
msgstr "~Patrón"
-#: strings.hrc:212
+#: extensions/inc/strings.hrc:212
msgctxt "RID_STR_XSD_LENGTH"
msgid "Length"
msgstr ""
-#: strings.hrc:213
+#: extensions/inc/strings.hrc:213
msgctxt "RID_STR_XSD_MIN_LENGTH"
msgid "Length (at least)"
msgstr ""
-#: strings.hrc:214
+#: extensions/inc/strings.hrc:214
msgctxt "RID_STR_XSD_MAX_LENGTH"
msgid "Length (at most)"
msgstr ""
-#: strings.hrc:215
+#: extensions/inc/strings.hrc:215
msgctxt "RID_STR_XSD_TOTAL_DIGITS"
msgid "Digits (total)"
msgstr ""
-#: strings.hrc:216
+#: extensions/inc/strings.hrc:216
msgctxt "RID_STR_XSD_FRACTION_DIGITS"
msgid "Digits (fraction)"
msgstr ""
-#: strings.hrc:217
+#: extensions/inc/strings.hrc:217
msgctxt "RID_STR_XSD_MAX_INCLUSIVE"
msgid "Max. (inclusive)"
msgstr ""
-#: strings.hrc:218
+#: extensions/inc/strings.hrc:218
msgctxt "RID_STR_XSD_MAX_EXCLUSIVE"
msgid "Max. (exclusive)"
msgstr ""
-#: strings.hrc:219
+#: extensions/inc/strings.hrc:219
msgctxt "RID_STR_XSD_MIN_INCLUSIVE"
msgid "Min. (inclusive)"
msgstr ""
-#: strings.hrc:220
+#: extensions/inc/strings.hrc:220
msgctxt "RID_STR_XSD_MIN_EXCLUSIVE"
msgid "Min. (exclusive)"
msgstr ""
-#: strings.hrc:221
+#: extensions/inc/strings.hrc:221
msgctxt "RID_STR_SUBMISSION_ID"
msgid "Submission"
msgstr ""
-#: strings.hrc:222
+#: extensions/inc/strings.hrc:222
msgctxt "RID_STR_BINDING_NAME"
msgid "Binding"
msgstr ""
-#: strings.hrc:223
+#: extensions/inc/strings.hrc:223
msgctxt "RID_STR_SELECTION_TYPE"
msgid "Selection type"
msgstr ""
-#: strings.hrc:224
+#: extensions/inc/strings.hrc:224
msgctxt "RID_STR_ROOT_DISPLAYED"
msgid "Root displayed"
msgstr ""
-#: strings.hrc:225
+#: extensions/inc/strings.hrc:225
#, fuzzy
msgctxt "RID_STR_SHOWS_HANDLES"
msgid "Show handles"
msgstr "Amostrar as modificacions"
-#: strings.hrc:226
+#: extensions/inc/strings.hrc:226
msgctxt "RID_STR_SHOWS_ROOT_HANDLES"
msgid "Show root handles"
msgstr ""
-#: strings.hrc:227
+#: extensions/inc/strings.hrc:227
msgctxt "RID_STR_EDITABLE"
msgid "Editable"
msgstr ""
-#: strings.hrc:228
+#: extensions/inc/strings.hrc:228
msgctxt "RID_STR_INVOKES_STOP_NOT_EDITING"
msgid "Invokes stop node editing"
msgstr ""
-#: strings.hrc:229
+#: extensions/inc/strings.hrc:229
msgctxt "RID_STR_DECORATION"
msgid "With title bar"
msgstr ""
-#: strings.hrc:230
+#: extensions/inc/strings.hrc:230
msgctxt "RID_STR_NOLABEL"
msgid "No Label"
msgstr ""
-#: strings.hrc:231
+#: extensions/inc/strings.hrc:231
msgctxt "RID_STR_BORDERCOLOR"
msgid "Border color"
msgstr ""
-#: strings.hrc:232
+#: extensions/inc/strings.hrc:232
msgctxt "RID_STR_INPUT_REQUIRED"
msgid "Input required"
msgstr ""
-#: strings.hrc:233
+#: extensions/inc/strings.hrc:233
msgctxt "RID_STR_WRITING_MODE"
msgid "Text direction"
msgstr ""
-#: strings.hrc:234
+#: extensions/inc/strings.hrc:234
#, fuzzy
msgctxt "RID_STR_ANCHOR_TYPE"
msgid "Anchor"
msgstr "~Ancora"
#. To translators: That's the 'Regular' as used for a font style (as opposed to 'italic' and 'bold'), so please use a consistent translation.
-#: strings.hrc:236
+#: extensions/inc/strings.hrc:236
msgctxt "RID_STR_FONTSTYLE_REGULAR"
msgid "Regular"
msgstr ""
#. To translators: That's the 'Bold Italic' as used for a font style, so please use a consistent translation.
-#: strings.hrc:238
+#: extensions/inc/strings.hrc:238
msgctxt "RID_STR_FONTSTYLE_BOLD_ITALIC"
msgid "Bold Italic"
msgstr ""
#. To translators: That's the 'Italic' as used for a font style, so please use a consistent translation.
-#: strings.hrc:240
+#: extensions/inc/strings.hrc:240
msgctxt "RID_STR_FONTSTYLE_ITALIC"
msgid "Italic"
msgstr ""
#. To translators: That's the 'Bold' as used for a font style, so please use a consistent translation."
-#: strings.hrc:242
+#: extensions/inc/strings.hrc:242
msgctxt "RID_STR_FONTSTYLE_BOLD"
msgid "Bold"
msgstr ""
-#: strings.hrc:243
+#: extensions/inc/strings.hrc:243
#, fuzzy
msgctxt "RID_STR_FONT_DEFAULT"
msgid "(Default)"
msgstr "Por defecto"
-#: strings.hrc:245
+#: extensions/inc/strings.hrc:245
msgctxt "RID_STR_STANDARD"
msgid "Default"
msgstr "Por defecto"
-#: strings.hrc:246
+#: extensions/inc/strings.hrc:246
msgctxt "RID_STR_PROPPAGE_DEFAULT"
msgid "General"
msgstr ""
-#: strings.hrc:247
+#: extensions/inc/strings.hrc:247
#, fuzzy
msgctxt "RID_STR_PROPPAGE_DATA"
msgid "Data"
msgstr "~Datos"
-#: strings.hrc:248
+#: extensions/inc/strings.hrc:248
#, fuzzy
msgctxt "RID_STR_HELP_SECTION_LABEL"
msgid "Help"
msgstr "~Aduya"
-#: strings.hrc:249
+#: extensions/inc/strings.hrc:249
msgctxt "RID_EMBED_IMAGE_PLACEHOLDER"
msgid "<Embedded-Image>"
msgstr ""
-#: strings.hrc:250
+#: extensions/inc/strings.hrc:250
msgctxt "RID_STR_TEXT_FORMAT"
msgid "Text"
msgstr "Texto"
-#: strings.hrc:252
+#: extensions/inc/strings.hrc:252
msgctxt "RID_STR_CONFIRM_DELETE_DATA_TYPE"
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 ""
-#: strings.hrc:254
+#: extensions/inc/strings.hrc:254
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Button"
msgstr ""
-#: strings.hrc:255
+#: extensions/inc/strings.hrc:255
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr ""
-#: strings.hrc:256
+#: extensions/inc/strings.hrc:256
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
-#: strings.hrc:257
+#: extensions/inc/strings.hrc:257
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr ""
-#: strings.hrc:258
+#: extensions/inc/strings.hrc:258
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr ""
-#: strings.hrc:259
+#: extensions/inc/strings.hrc:259
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr ""
-#: strings.hrc:260
+#: extensions/inc/strings.hrc:260
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
-#: strings.hrc:261
+#: extensions/inc/strings.hrc:261
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr ""
-#: strings.hrc:262
+#: extensions/inc/strings.hrc:262
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
-#: strings.hrc:263
+#: extensions/inc/strings.hrc:263
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr ""
-#: strings.hrc:264
+#: extensions/inc/strings.hrc:264
msgctxt "RID_STR_PROPTITLE_HIDDENCONTROL"
msgid "Hidden Control"
msgstr ""
-#: strings.hrc:265
+#: extensions/inc/strings.hrc:265
msgctxt "RID_STR_PROPTITLE_UNKNOWNCONTROL"
msgid "Control (unknown type)"
msgstr ""
-#: strings.hrc:266
+#: extensions/inc/strings.hrc:266
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
-#: strings.hrc:267
+#: extensions/inc/strings.hrc:267
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr ""
-#: strings.hrc:268
+#: extensions/inc/strings.hrc:268
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Campo de calendata"
-#: strings.hrc:269
+#: extensions/inc/strings.hrc:269
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Campo horario"
-#: strings.hrc:270
+#: extensions/inc/strings.hrc:270
#, fuzzy
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Campo numerico"
-#: strings.hrc:271
+#: extensions/inc/strings.hrc:271
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr ""
-#: strings.hrc:272
+#: extensions/inc/strings.hrc:272
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
-#: strings.hrc:273
+#: extensions/inc/strings.hrc:273
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr ""
-#: strings.hrc:275
+#: extensions/inc/strings.hrc:275
msgctxt "STR_DETAIL_FORM"
msgid "Sub Form"
msgstr ""
-#: strings.hrc:276
+#: extensions/inc/strings.hrc:276
msgctxt "STR_MASTER_FORM"
msgid "Master Form"
msgstr ""
#. To translators: # will be replace with a name.
-#: strings.hrc:278
+#: extensions/inc/strings.hrc:278
msgctxt "STR_ERROR_RETRIEVING_COLUMNS"
msgid "The columns of '#' could not be retrieved."
msgstr ""
-#: strings.hrc:280
+#: extensions/inc/strings.hrc:280
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr ""
-#: strings.hrc:282
+#: extensions/inc/strings.hrc:282
msgctxt "RID_UPDATE_STR_CHECKING"
msgid "Checking..."
msgstr ""
-#: strings.hrc:283
+#: extensions/inc/strings.hrc:283
msgctxt "RID_UPDATE_STR_CHECKING_ERR"
msgid "Checking for an update failed."
msgstr ""
-#: strings.hrc:284
+#: extensions/inc/strings.hrc:284
msgctxt "RID_UPDATE_STR_NO_UPD_FOUND"
msgid "%PRODUCTNAME %PRODUCTVERSION is up to date."
msgstr ""
-#: strings.hrc:285
+#: extensions/inc/strings.hrc:285
msgctxt "RID_UPDATE_STR_UPD_FOUND"
msgid ""
"%PRODUCTNAME %NEXTVERSION is available.\n"
@@ -1932,22 +1932,22 @@ msgid ""
"A password, usually the administrator's or root password, may be required."
msgstr ""
-#: strings.hrc:286
+#: extensions/inc/strings.hrc:286
msgctxt "RID_UPDATE_STR_DLG_TITLE"
msgid "Check for Updates"
msgstr ""
-#: strings.hrc:287
+#: extensions/inc/strings.hrc:287
msgctxt "RID_UPDATE_STR_DOWNLOAD_PAUSE"
msgid "Downloading %PRODUCTNAME %NEXTVERSION paused at..."
msgstr ""
-#: strings.hrc:288
+#: extensions/inc/strings.hrc:288
msgctxt "RID_UPDATE_STR_DOWNLOAD_ERR"
msgid "Downloading %PRODUCTNAME %NEXTVERSION stalled at"
msgstr ""
-#: strings.hrc:289
+#: extensions/inc/strings.hrc:289
msgctxt "RID_UPDATE_STR_DOWNLOAD_WARN"
msgid ""
"The download location is: %DOWNLOAD_PATH.\n"
@@ -1955,12 +1955,12 @@ msgid ""
"Under Tools – Options... - %PRODUCTNAME – Online Update you can change the download location."
msgstr ""
-#: strings.hrc:290
+#: extensions/inc/strings.hrc:290
msgctxt "RID_UPDATE_STR_DOWNLOAD_DESCR"
msgid "%FILE_NAME has been downloaded to %DOWNLOAD_PATH."
msgstr ""
-#: strings.hrc:291
+#: extensions/inc/strings.hrc:291
msgctxt "RID_UPDATE_STR_DOWNLOAD_UNAVAIL"
msgid ""
"The automatic download of the update is currently not available.\n"
@@ -1968,208 +1968,208 @@ msgid ""
"Click 'Download...' to download %PRODUCTNAME %NEXTVERSION manually from the web site."
msgstr ""
-#: strings.hrc:292
+#: extensions/inc/strings.hrc:292
msgctxt "RID_UPDATE_STR_DOWNLOADING"
msgid "Downloading %PRODUCTNAME %NEXTVERSION..."
msgstr ""
-#: strings.hrc:293
+#: extensions/inc/strings.hrc:293
msgctxt "RID_UPDATE_STR_READY_INSTALL"
msgid "Download of %PRODUCTNAME %NEXTVERSION completed. Ready for installation."
msgstr ""
-#: strings.hrc:294
+#: extensions/inc/strings.hrc:294
msgctxt "RID_UPDATE_STR_CANCEL_TITLE"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr ""
-#: strings.hrc:295
+#: extensions/inc/strings.hrc:295
msgctxt "RID_UPDATE_STR_CANCEL_DOWNLOAD"
msgid "Do you really want to cancel the download?"
msgstr ""
-#: strings.hrc:296
+#: extensions/inc/strings.hrc:296
msgctxt "RID_UPDATE_STR_BEGIN_INSTALL"
msgid "To install the update, %PRODUCTNAME %PRODUCTVERSION needs to be closed. Do you want to install the update now?"
msgstr ""
-#: strings.hrc:297
+#: extensions/inc/strings.hrc:297
msgctxt "RID_UPDATE_STR_INSTALL_NOW"
msgid "Install ~now"
msgstr ""
-#: strings.hrc:298
+#: extensions/inc/strings.hrc:298
msgctxt "RID_UPDATE_STR_INSTALL_LATER"
msgid "Install ~later"
msgstr ""
-#: strings.hrc:299
+#: extensions/inc/strings.hrc:299
msgctxt "RID_UPDATE_STR_INSTALL_ERROR"
msgid "Could not run the installer application, please run %FILE_NAME in %DOWNLOAD_PATH manually."
msgstr ""
-#: strings.hrc:300
+#: extensions/inc/strings.hrc:300
msgctxt "RID_UPDATE_STR_OVERWRITE_WARNING"
msgid "A file with that name already exists! Do you want to overwrite the existing file?"
msgstr ""
-#: strings.hrc:301
+#: extensions/inc/strings.hrc:301
msgctxt "RID_UPDATE_STR_RELOAD_WARNING"
msgid "A file with the name '%FILENAME' already exists in '%DOWNLOAD_PATH'! Do you want to continue with the download or delete and reload the file?"
msgstr ""
-#: strings.hrc:302
+#: extensions/inc/strings.hrc:302
msgctxt "RID_UPDATE_STR_RELOAD_RELOAD"
msgid "Reload File"
msgstr ""
-#: strings.hrc:303
+#: extensions/inc/strings.hrc:303
msgctxt "RID_UPDATE_STR_RELOAD_CONTINUE"
msgid "Continue"
msgstr ""
-#: strings.hrc:304
+#: extensions/inc/strings.hrc:304
msgctxt "RID_UPDATE_STR_PERCENT"
msgid "%PERCENT%"
msgstr ""
-#: strings.hrc:305
+#: extensions/inc/strings.hrc:305
msgctxt "RID_UPDATE_FT_STATUS"
msgid "Status"
msgstr "Estau"
-#: strings.hrc:306
+#: extensions/inc/strings.hrc:306
msgctxt "RID_UPDATE_FT_DESCRIPTION"
msgid "Description"
msgstr "Descripción"
-#: strings.hrc:307
+#: extensions/inc/strings.hrc:307
msgctxt "RID_UPDATE_BTN_CLOSE"
msgid "Close"
msgstr "Zarrar"
-#: strings.hrc:308
+#: extensions/inc/strings.hrc:308
msgctxt "RID_UPDATE_BTN_DOWNLOAD"
msgid "~Download"
msgstr ""
-#: strings.hrc:309
+#: extensions/inc/strings.hrc:309
msgctxt "RID_UPDATE_BTN_INSTALL"
msgid "~Install"
msgstr ""
-#: strings.hrc:310
+#: extensions/inc/strings.hrc:310
#, fuzzy
msgctxt "RID_UPDATE_BTN_PAUSE"
msgid "~Pause"
msgstr "Meter en pausa"
-#: strings.hrc:311
+#: extensions/inc/strings.hrc:311
msgctxt "RID_UPDATE_BTN_RESUME"
msgid "~Resume"
msgstr ""
-#: strings.hrc:312
+#: extensions/inc/strings.hrc:312
msgctxt "RID_UPDATE_BTN_CANCEL"
msgid "Cancel"
msgstr "Cancelar"
-#: strings.hrc:313
+#: extensions/inc/strings.hrc:313
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_AVAIL"
msgid "%PRODUCTNAME update available"
msgstr ""
-#: strings.hrc:314
+#: extensions/inc/strings.hrc:314
msgctxt "RID_UPDATE_BUBBLE_UPDATE_AVAIL"
msgid "Click the icon to start the download."
msgstr ""
-#: strings.hrc:315
+#: extensions/inc/strings.hrc:315
msgctxt "RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN"
msgid "%PRODUCTNAME update available"
msgstr ""
-#: strings.hrc:316
+#: extensions/inc/strings.hrc:316
msgctxt "RID_UPDATE_BUBBLE_UPDATE_NO_DOWN"
msgid "Click the icon for more information."
msgstr ""
-#: strings.hrc:317
+#: extensions/inc/strings.hrc:317
msgctxt "RID_UPDATE_BUBBLE_T_AUTO_START"
msgid "%PRODUCTNAME update available"
msgstr ""
-#: strings.hrc:318
+#: extensions/inc/strings.hrc:318
msgctxt "RID_UPDATE_BUBBLE_AUTO_START"
msgid "Download of update begins."
msgstr ""
-#: strings.hrc:319
+#: extensions/inc/strings.hrc:319
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOADING"
msgid "Download of update in progress"
msgstr ""
-#: strings.hrc:320
+#: extensions/inc/strings.hrc:320
msgctxt "RID_UPDATE_BUBBLE_DOWNLOADING"
msgid ""
msgstr ""
-#: strings.hrc:321
+#: extensions/inc/strings.hrc:321
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED"
msgid "Download of update paused"
msgstr ""
-#: strings.hrc:322
+#: extensions/inc/strings.hrc:322
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED"
msgid "Click the icon to resume."
msgstr ""
-#: strings.hrc:323
+#: extensions/inc/strings.hrc:323
msgctxt "RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING"
msgid "Download of update stalled"
msgstr ""
-#: strings.hrc:324
+#: extensions/inc/strings.hrc:324
msgctxt "RID_UPDATE_BUBBLE_ERROR_DOWNLOADING"
msgid "Click the icon for more information."
msgstr ""
-#: strings.hrc:325
+#: extensions/inc/strings.hrc:325
msgctxt "RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL"
msgid "Download of update completed"
msgstr ""
-#: strings.hrc:326
+#: extensions/inc/strings.hrc:326
msgctxt "RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL"
msgid "Click the icon to start the installation."
msgstr ""
-#: strings.hrc:327
+#: extensions/inc/strings.hrc:327
msgctxt "RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL"
msgid "Updates for extensions available"
msgstr ""
-#: strings.hrc:328
+#: extensions/inc/strings.hrc:328
msgctxt "RID_UPDATE_BUBBLE_EXT_UPD_AVAIL"
msgid "Click the icon for more information."
msgstr ""
-#: strings.hrc:330
+#: extensions/inc/strings.hrc:330
msgctxt "STR_COULD_NOT_BE_INIT"
msgid "The SANE interface could not be initialized. Scanning is not possible."
msgstr ""
-#: strings.hrc:331
+#: extensions/inc/strings.hrc:331
msgctxt "STR_SLOW_PREVIEW"
msgid "The device does not offer a preview option. Therefore, a normal scan will be used as a preview instead. This may take a considerable amount of time."
msgstr ""
-#: strings.hrc:332
+#: extensions/inc/strings.hrc:332
msgctxt "STR_ERROR_SCAN"
msgid "An error occurred while scanning."
msgstr ""
-#: strings.hrc:333
+#: extensions/inc/strings.hrc:333
#, c-format
msgctxt "STR_DEVICE_DESC"
msgid ""
@@ -2179,217 +2179,217 @@ msgid ""
"Type: %s"
msgstr ""
-#: strings.hrc:335
+#: extensions/inc/strings.hrc:335
msgctxt "RID_BIB_STR_FRAME_TITLE"
msgid "Bibliography Database"
msgstr ""
-#: strings.hrc:336
+#: extensions/inc/strings.hrc:336
msgctxt "RID_MAP_QUESTION"
msgid "Do you want to edit the column arrangement?"
msgstr ""
-#: strings.hrc:337
+#: extensions/inc/strings.hrc:337
msgctxt "RID_BIB_STR_NONE"
msgid "<none>"
msgstr ""
-#: strings.hrc:339
+#: extensions/inc/strings.hrc:339
msgctxt "ST_ERROR_PREFIX"
msgid "The following column names could not be assigned:\n"
msgstr ""
-#: strings.hrc:340
+#: extensions/inc/strings.hrc:340
msgctxt "ST_TYPE_ARTICLE"
msgid "Article"
msgstr ""
-#: strings.hrc:341
+#: extensions/inc/strings.hrc:341
msgctxt "ST_TYPE_BOOK"
msgid "Book"
msgstr ""
-#: strings.hrc:342
+#: extensions/inc/strings.hrc:342
msgctxt "ST_TYPE_BOOKLET"
msgid "Brochures"
msgstr ""
-#: strings.hrc:343
+#: extensions/inc/strings.hrc:343
msgctxt "ST_TYPE_CONFERENCE"
msgid "Conference proceedings article (BiBTeX)"
msgstr ""
-#: strings.hrc:344
+#: extensions/inc/strings.hrc:344
msgctxt "ST_TYPE_INBOOK"
msgid "Book excerpt"
msgstr ""
-#: strings.hrc:345
+#: extensions/inc/strings.hrc:345
msgctxt "ST_TYPE_INCOLLECTION"
msgid "Book excerpt with title"
msgstr ""
-#: strings.hrc:346
+#: extensions/inc/strings.hrc:346
msgctxt "ST_TYPE_INPROCEEDINGS"
msgid "Conference proceedings article"
msgstr ""
-#: strings.hrc:347
+#: extensions/inc/strings.hrc:347
msgctxt "ST_TYPE_JOURNAL"
msgid "Journal"
msgstr ""
-#: strings.hrc:348
+#: extensions/inc/strings.hrc:348
msgctxt "ST_TYPE_MANUAL"
msgid "Techn. documentation"
msgstr ""
-#: strings.hrc:349
+#: extensions/inc/strings.hrc:349
msgctxt "ST_TYPE_MASTERSTHESIS"
msgid "Thesis"
msgstr ""
-#: strings.hrc:350
+#: extensions/inc/strings.hrc:350
msgctxt "ST_TYPE_MISC"
msgid "Miscellaneous"
msgstr ""
-#: strings.hrc:351
+#: extensions/inc/strings.hrc:351
msgctxt "ST_TYPE_PHDTHESIS"
msgid "Dissertation"
msgstr ""
-#: strings.hrc:352
+#: extensions/inc/strings.hrc:352
msgctxt "ST_TYPE_PROCEEDINGS"
msgid "Conference proceedings"
msgstr ""
-#: strings.hrc:353
+#: extensions/inc/strings.hrc:353
msgctxt "ST_TYPE_TECHREPORT"
msgid "Research report"
msgstr ""
-#: strings.hrc:354
+#: extensions/inc/strings.hrc:354
msgctxt "ST_TYPE_UNPUBLISHED"
msgid "Unpublished"
msgstr ""
-#: strings.hrc:355
+#: extensions/inc/strings.hrc:355
msgctxt "ST_TYPE_EMAIL"
msgid "E-mail"
msgstr "Correu-e"
-#: strings.hrc:356
+#: extensions/inc/strings.hrc:356
msgctxt "ST_TYPE_WWW"
msgid "WWW document"
msgstr ""
-#: strings.hrc:357
+#: extensions/inc/strings.hrc:357
msgctxt "ST_TYPE_CUSTOM1"
msgid "User-defined1"
msgstr "Definiu por l'~usuario"
-#: strings.hrc:358
+#: extensions/inc/strings.hrc:358
msgctxt "ST_TYPE_CUSTOM2"
msgid "User-defined2"
msgstr "Definiu por l'~usuario"
-#: strings.hrc:359
+#: extensions/inc/strings.hrc:359
msgctxt "ST_TYPE_CUSTOM3"
msgid "User-defined3"
msgstr "Definiu por l'~usuario"
-#: strings.hrc:360
+#: extensions/inc/strings.hrc:360
msgctxt "ST_TYPE_CUSTOM4"
msgid "User-defined4"
msgstr "Definiu por l'~usuario"
-#: strings.hrc:361
+#: extensions/inc/strings.hrc:361
msgctxt "ST_TYPE_CUSTOM5"
msgid "User-defined5"
msgstr "Definiu por l'~usuario"
-#: strings.hrc:362
+#: extensions/inc/strings.hrc:362
msgctxt "ST_TYPE_TITLE"
msgid "General"
msgstr ""
-#: strings.hrc:364
+#: extensions/inc/strings.hrc:364
msgctxt "RID_STR_ABSOURCEDIALOGTITLE"
msgid "Address Book Data Source Wizard"
msgstr ""
-#: strings.hrc:365
+#: extensions/inc/strings.hrc:365
msgctxt "RID_STR_SELECT_ABTYPE"
msgid "Address book type"
msgstr ""
-#: strings.hrc:366
+#: extensions/inc/strings.hrc:366
msgctxt "RID_STR_INVOKE_ADMIN_DIALOG"
msgid "Connection Settings"
msgstr ""
-#: strings.hrc:367
+#: extensions/inc/strings.hrc:367
msgctxt "RID_STR_TABLE_SELECTION"
msgid "Table selection"
msgstr ""
-#: strings.hrc:368
+#: extensions/inc/strings.hrc:368
msgctxt "RID_STR_MANUAL_FIELD_MAPPING"
msgid "Field Assignment"
msgstr ""
-#: strings.hrc:369
+#: extensions/inc/strings.hrc:369
msgctxt "RID_STR_FINAL_CONFIRM"
msgid "Data Source Title"
msgstr ""
-#: strings.hrc:370
+#: extensions/inc/strings.hrc:370
msgctxt "RID_STR_NEEDTYPESELECTION"
msgid "Please select a type of address book."
msgstr ""
-#: strings.hrc:371
+#: extensions/inc/strings.hrc:371
msgctxt "RID_STR_QRY_NOTABLES"
msgid ""
"The data source does not contain any tables.\n"
"Do you want to set it up as an address data source, anyway?"
msgstr ""
-#: strings.hrc:372
+#: extensions/inc/strings.hrc:372
msgctxt "RID_STR_QRY_NO_EVO_GW"
msgid ""
"You don't seem to have any GroupWise account configured in Evolution.\n"
"Do you want to set it up as an address data source, anyway?"
msgstr ""
-#: strings.hrc:373
+#: extensions/inc/strings.hrc:373
#, fuzzy
msgctxt "RID_STR_DEFAULT_NAME"
msgid "Addresses"
msgstr "Adreza"
-#: strings.hrc:374
+#: extensions/inc/strings.hrc:374
msgctxt "RID_STR_ADMINDIALOGTITLE"
msgid "Create Address Data Source"
msgstr ""
-#: strings.hrc:375
+#: extensions/inc/strings.hrc:375
msgctxt "RID_STR_NOCONNECTION"
msgid "The connection could not be established."
msgstr ""
-#: strings.hrc:376
+#: extensions/inc/strings.hrc:376
msgctxt "RID_STR_PLEASECHECKSETTINGS"
msgid "Please check the settings made for the data source."
msgstr ""
-#: strings.hrc:377
+#: extensions/inc/strings.hrc:377
msgctxt "RID_STR_FIELDDIALOGTITLE"
msgid "Address Data - Field Assignment"
msgstr ""
-#: strings.hrc:378
+#: extensions/inc/strings.hrc:378
msgctxt "RID_STR_NOFIELDSASSIGNED"
msgid ""
"There are no fields assigned at this time.\n"
@@ -2397,124 +2397,124 @@ msgid ""
"\"File - Template - Address Book Source...\""
msgstr ""
-#: strings.hrc:380
+#: extensions/inc/strings.hrc:380
msgctxt "RID_STR_OPTION_DB_FIELD_TITLE"
msgid "Database Field"
msgstr "Campo d'a base de datos"
-#: strings.hrc:381
+#: extensions/inc/strings.hrc:381
msgctxt "RID_STR_TYPE_TABLE"
msgid "Table"
msgstr "Tabla"
-#: strings.hrc:382
+#: extensions/inc/strings.hrc:382
msgctxt "RID_STR_TYPE_QUERY"
msgid "Query"
msgstr "Consulta"
-#: strings.hrc:383
+#: extensions/inc/strings.hrc:383
msgctxt "RID_STR_TYPE_COMMAND"
msgid "SQL command"
msgstr ""
-#: strings.hrc:385
+#: extensions/inc/strings.hrc:385
msgctxt "RID_STR_GROUPWIZARD_TITLE"
msgid "Group Element Wizard"
msgstr ""
-#: strings.hrc:386
+#: extensions/inc/strings.hrc:386
msgctxt "RID_STR_GRIDWIZARD_TITLE"
msgid "Table Element Wizard"
msgstr ""
-#: strings.hrc:387
+#: extensions/inc/strings.hrc:387
msgctxt "RID_STR_LISTWIZARD_TITLE"
msgid "List Box Wizard"
msgstr ""
-#: strings.hrc:388
+#: extensions/inc/strings.hrc:388
msgctxt "RID_STR_COMBOWIZARD_TITLE"
msgid "Combo Box Wizard"
msgstr ""
-#: strings.hrc:389
+#: extensions/inc/strings.hrc:389
msgctxt "RID_STR_COULDNOTOPENTABLE"
msgid "The table connection to the data source could not be established."
msgstr ""
-#: strings.hrc:391
+#: extensions/inc/strings.hrc:391
msgctxt "RID_STR_DATEPOSTFIX"
msgid " (Date)"
msgstr ""
-#: strings.hrc:392
+#: extensions/inc/strings.hrc:392
msgctxt "RID_STR_TIMEPOSTFIX"
msgid " (Time)"
msgstr ""
-#: strings.hrc:394
+#: extensions/inc/strings.hrc:394
msgctxt "RID_STR_FIELDINFO_COMBOBOX"
msgid "The contents of the field selected will be shown in the combo box list."
msgstr ""
-#: strings.hrc:395
+#: extensions/inc/strings.hrc:395
msgctxt "RID_STR_FIELDINFO_LISTBOX"
msgid "The contents of the selected field will be shown in the list box if the linked fields are identical."
msgstr ""
-#: strings.hrc:396
+#: extensions/inc/strings.hrc:396
msgctxt "RID_STR_COMBOWIZ_DBFIELD"
msgid "You can either save the value of the combo box in a database field or use it for display purposes."
msgstr ""
-#: strings.hrc:398
+#: extensions/inc/strings.hrc:398
msgctxt "RID_STR_GROUPWIZ_DBFIELD"
msgid "You can either save the value of the option group in a database field or use it for a later action."
msgstr ""
-#: yesno.hrc:29
+#: extensions/inc/yesno.hrc:29
msgctxt "RID_RSC_ENUM_YESNO"
msgid "No"
msgstr ""
-#: yesno.hrc:30
+#: extensions/inc/yesno.hrc:30
msgctxt "RID_RSC_ENUM_YESNO"
msgid "Yes"
msgstr ""
-#: contentfieldpage.ui:34
+#: extensions/uiconfig/sabpilot/ui/contentfieldpage.ui:34
msgctxt "contentfieldpage|label1"
msgid "Existing fields"
msgstr ""
-#: contentfieldpage.ui:81
+#: extensions/uiconfig/sabpilot/ui/contentfieldpage.ui:81
msgctxt "contentfieldpage|label3"
msgid "Display field"
msgstr ""
-#: contenttablepage.ui:43
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:43
#, fuzzy
msgctxt "contenttablepage|datasourcelabel"
msgid "Data source"
msgstr "~Fuent de datos"
-#: contenttablepage.ui:57
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:57
msgctxt "contenttablepage|contenttypelabel"
msgid "Content type"
msgstr ""
-#: contenttablepage.ui:71
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:71
#, fuzzy
msgctxt "contenttablepage|formtablelabel"
msgid "Content"
msgstr "Conteniu"
-#: contenttablepage.ui:148
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:148
msgctxt "contenttablepage|formsettings"
msgid "Form"
msgstr ""
-#: contenttablepage.ui:194
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:194
msgctxt "contenttablepage|label3"
msgid ""
"On the right side, you see all the tables from the data source of the form.\n"
@@ -2523,12 +2523,12 @@ msgid ""
"Choose the table from which the data should be used as basis for the list content:"
msgstr ""
-#: contenttablepage.ui:233
+#: extensions/uiconfig/sabpilot/ui/contenttablepage.ui:233
msgctxt "contenttablepage|label2"
msgid "Control"
msgstr ""
-#: datasourcepage.ui:17
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:17
msgctxt "datasourcepage|label2"
msgid ""
"That was all the information necessary to integrate your address data into %PRODUCTNAME.\n"
@@ -2536,52 +2536,52 @@ msgid ""
"Now, just enter the name under which you want to register the data source in %PRODUCTNAME."
msgstr ""
-#: datasourcepage.ui:38
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:38
msgctxt "datasourcepage|embed"
msgid "Embed this address book definition into the current document."
msgstr ""
-#: datasourcepage.ui:61
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:62
msgctxt "datasourcepage|locationft"
msgid "Location"
msgstr ""
-#: datasourcepage.ui:74
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:75
msgctxt "datasourcepage|browse"
msgid "Browse..."
msgstr ""
-#: datasourcepage.ui:116
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:117
msgctxt "datasourcepage|available"
msgid "Make this address book available to all modules in %PRODUCTNAME."
msgstr ""
-#: datasourcepage.ui:153
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:155
msgctxt "datasourcepage|nameft"
msgid "Address book name"
msgstr ""
-#: datasourcepage.ui:191
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:193
msgctxt "datasourcepage|warning"
msgid "Another data source already has this name. As data sources have to have globally unique names, you need to choose another one."
msgstr ""
-#: defaultfieldselectionpage.ui:18
+#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:18
msgctxt "defaultfieldselectionpage|label1"
msgid "Should one option field be selected as a default?"
msgstr ""
-#: defaultfieldselectionpage.ui:34
+#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:34
msgctxt "defaultfieldselectionpage|defaultselectionyes"
msgid "_Yes, the following:"
msgstr ""
-#: defaultfieldselectionpage.ui:76
+#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:76
msgctxt "defaultfieldselectionpage|defaultselectionno"
msgid "No, one particular field is not going to be selected."
msgstr ""
-#: fieldassignpage.ui:16
+#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:16
msgctxt "fieldassignpage|label2"
msgid ""
"To incorporate the address data in your templates, %PRODUCTNAME has to know which fields contain which data.\n"
@@ -2591,132 +2591,132 @@ msgid ""
"Click the button below to open another dialog where you can enter the settings for your data source."
msgstr ""
-#: fieldassignpage.ui:33
+#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:33
msgctxt "fieldassignpage|assign"
msgid "Field Assignment"
msgstr ""
-#: fieldlinkpage.ui:19
+#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:19
msgctxt "fieldlinkpage|desc"
msgid "This is where you select fields with matching contents so that the value from the display field will be shown."
msgstr ""
-#: fieldlinkpage.ui:49
+#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:49
msgctxt "fieldlinkpage|label2"
msgid "Field from the _Value Table"
msgstr ""
-#: fieldlinkpage.ui:97
+#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:97
msgctxt "fieldlinkpage|label3"
msgid "Field from the _List Table"
msgstr ""
-#: gridfieldsselectionpage.ui:44
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:44
#, fuzzy
msgctxt "gridfieldsselectionpage|datasourcelabel"
msgid "Data source"
msgstr "~Fuent de datos"
-#: gridfieldsselectionpage.ui:58
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:58
msgctxt "gridfieldsselectionpage|contenttypelabel"
msgid "Content type"
msgstr ""
-#: gridfieldsselectionpage.ui:72
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:72
#, fuzzy
msgctxt "gridfieldsselectionpage|formtablelabel"
msgid "Content"
msgstr "Conteniu"
-#: gridfieldsselectionpage.ui:148
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:148
msgctxt "gridfieldsselectionpage|formsettings"
msgid "Form"
msgstr ""
-#: gridfieldsselectionpage.ui:205
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:205
#, fuzzy
msgctxt "gridfieldsselectionpage|label3"
msgid "Selected fields"
msgstr "Celdas seleccionadas"
-#: gridfieldsselectionpage.ui:231
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:231
msgctxt "gridfieldsselectionpage|fieldright"
msgid "->"
msgstr ""
-#: gridfieldsselectionpage.ui:245
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:245
msgctxt "gridfieldsselectionpage|allfieldsright"
msgid "=>>"
msgstr ""
-#: gridfieldsselectionpage.ui:273
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:273
msgctxt "gridfieldsselectionpage|fieldleft"
msgid "<-"
msgstr ""
-#: gridfieldsselectionpage.ui:287
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:287
msgctxt "gridfieldsselectionpage|allfieldsleft"
msgid "<<="
msgstr ""
-#: gridfieldsselectionpage.ui:336
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:336
msgctxt "gridfieldsselectionpage|label1"
msgid "Existing fields"
msgstr ""
-#: gridfieldsselectionpage.ui:358
+#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:358
msgctxt "gridfieldsselectionpage|label2"
msgid "Table element"
msgstr ""
-#: groupradioselectionpage.ui:44
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:44
#, fuzzy
msgctxt "groupradioselectionpage|datasourcelabel"
msgid "Data source"
msgstr "~Fuent de datos"
-#: groupradioselectionpage.ui:58
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:58
msgctxt "groupradioselectionpage|contenttypelabel"
msgid "Content type"
msgstr ""
-#: groupradioselectionpage.ui:72
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:72
#, fuzzy
msgctxt "groupradioselectionpage|formtablelabel"
msgid "Content"
msgstr "Conteniu"
-#: groupradioselectionpage.ui:149
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:149
msgctxt "groupradioselectionpage|formsettings"
msgid "Form"
msgstr ""
-#: groupradioselectionpage.ui:210
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:210
msgctxt "groupradioselectionpage|label3"
msgid "_Option fields"
msgstr ""
-#: groupradioselectionpage.ui:230
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:230
msgctxt "groupradioselectionpage|toright"
msgid "_>>"
msgstr ""
-#: groupradioselectionpage.ui:245
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:245
msgctxt "groupradioselectionpage|toleft"
msgid "_<<"
msgstr ""
-#: groupradioselectionpage.ui:287
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:286
msgctxt "groupradioselectionpage|label1"
msgid "Which _names do you want to give the option fields?"
msgstr ""
-#: groupradioselectionpage.ui:310
+#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:309
msgctxt "groupradioselectionpage|label2"
msgid "Table element"
msgstr ""
-#: invokeadminpage.ui:16
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:16
msgctxt "invokeadminpage|label2"
msgid ""
"To set up the new data source, additional information is required.\n"
@@ -2724,120 +2724,120 @@ msgid ""
"Click the following button to open another dialog in which you then enter the necessary information."
msgstr ""
-#: invokeadminpage.ui:31
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:31
#, fuzzy
msgctxt "invokeadminpage|settings"
msgid "Settings"
msgstr "Configuración"
-#: invokeadminpage.ui:50
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:50
msgctxt "invokeadminpage|warning"
msgid ""
"The connection to the data source could not be established.\n"
"Before you proceed, please check the settings made, or (on the previous page) choose another address data source type."
msgstr ""
-#: optiondbfieldpage.ui:35
+#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:35
msgctxt "optiondbfieldpage|label1"
msgid "Do you want to save the value in a database field?"
msgstr ""
-#: optiondbfieldpage.ui:53
+#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:53
msgctxt "optiondbfieldpage|yesRadiobutton"
msgid "_Yes, I want to save it in the following database field:"
msgstr ""
-#: optiondbfieldpage.ui:73
+#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:73
msgctxt "optiondbfieldpage|noRadiobutton"
msgid "_No, I only want to save the value in the form."
msgstr ""
-#: optionsfinalpage.ui:18
+#: extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui:18
msgctxt "optionsfinalpage|label1"
msgid "Which _caption is to be given to your option group?"
msgstr ""
-#: optionsfinalpage.ui:48
+#: extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui:47
msgctxt "optionsfinalpage|label2"
msgid "These were all details needed to create the option group."
msgstr ""
-#: optionvaluespage.ui:28
+#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:28
msgctxt "optionvaluespage|label1"
msgid "When you select an option, the option group is given a specific value."
msgstr ""
-#: optionvaluespage.ui:45
+#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:45
msgctxt "optionvaluespage|label2"
msgid "Which _value do you want to assign to each option?"
msgstr ""
-#: optionvaluespage.ui:90
+#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:89
msgctxt "optionvaluespage|label3"
msgid "_Option fields"
msgstr ""
-#: selecttablepage.ui:16
+#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:16
msgctxt "selecttablepage|label2"
msgid ""
"The external data source you have chosen contains more than one address book.\n"
"Please select the one you mainly want to work with:"
msgstr ""
-#: selecttypepage.ui:31
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:14
+msgctxt "selecttypepage|label2"
+msgid ""
+"%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n"
+"\n"
+"This wizard helps you create the data source."
+msgstr ""
+
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:34
msgctxt "selecttypepage|evolution"
msgid "Evolution"
msgstr ""
-#: selecttypepage.ui:49
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:51
msgctxt "selecttypepage|groupwise"
msgid "Groupwise"
msgstr ""
-#: selecttypepage.ui:66
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:67
msgctxt "selecttypepage|evoldap"
msgid "Evolution LDAP"
msgstr ""
-#: selecttypepage.ui:83
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:83
msgctxt "selecttypepage|firefox"
-msgid "Firefox/Iceweasel"
+msgid "Firefox"
msgstr ""
-#: selecttypepage.ui:100
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:99
msgctxt "selecttypepage|thunderbird"
-msgid "Thunderbird/Icedove"
+msgid "Thunderbird"
msgstr ""
-#: selecttypepage.ui:117
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:115
msgctxt "selecttypepage|kde"
msgid "KDE address book"
msgstr ""
-#: selecttypepage.ui:134
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:131
msgctxt "selecttypepage|macosx"
msgid "Mac OS X address book"
msgstr ""
-#: selecttypepage.ui:151
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:147
msgctxt "selecttypepage|other"
msgid "Other external data source"
msgstr ""
-#: selecttypepage.ui:174
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:165
msgctxt "selecttypepage|label1"
-msgid "Please Select the Type of Your External Address Book"
-msgstr ""
-
-#: selecttypepage.ui:194
-msgctxt "selecttypepage|label2"
-msgid ""
-"%PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form.\n"
-"\n"
-"This wizard helps you create the data source."
+msgid "Select the type of your external address book:"
msgstr ""
-#: tableselectionpage.ui:42
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:42
msgctxt "tableselectionpage|label3"
msgid ""
"Currently, the form the control belongs to is not (or not completely) bound to a data source.\n"
@@ -2848,597 +2848,602 @@ msgid ""
"Please note that the settings made on this page will take effect immediately upon leaving the page."
msgstr ""
-#: tableselectionpage.ui:72
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:72
#, fuzzy
msgctxt "tableselectionpage|datasourcelabel"
msgid "_Data source:"
msgstr "~Fuent de datos"
-#: tableselectionpage.ui:100
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:100
msgctxt "tableselectionpage|search"
msgid "_..."
msgstr ""
-#: tableselectionpage.ui:133
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:133
msgctxt "tableselectionpage|tablelabel"
msgid "_Table / Query:"
msgstr ""
-#: tableselectionpage.ui:174
+#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:174
#, fuzzy
msgctxt "tableselectionpage|label1"
msgid "Data"
msgstr "~Datos"
-#: choosedatasourcedialog.ui:8
+#: extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui:8
msgctxt "choosedatasourcedialog|ChooseDataSourceDialog"
msgid "Choose Data Source"
msgstr ""
-#: choosedatasourcedialog.ui:90
+#: extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui:90
msgctxt "choosedatasourcedialog|label1"
msgid "Entry"
msgstr ""
-#: generalpage.ui:36
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:36
msgctxt "generalpage|shortname"
msgid "_Short name"
msgstr ""
-#: generalpage.ui:52
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:52
#, fuzzy
msgctxt "generalpage|authtype"
msgid "_Type"
msgstr "Tipo"
-#: generalpage.ui:67
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:67
msgctxt "generalpage|authors"
msgid "Author(s)"
msgstr ""
-#: generalpage.ui:82
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:82
msgctxt "generalpage|publisher"
msgid "_Publisher"
msgstr ""
-#: generalpage.ui:97
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:97
msgctxt "generalpage|chapter"
msgid "_Chapter"
msgstr ""
-#: generalpage.ui:113
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:113
#, fuzzy
msgctxt "generalpage|title"
msgid "Tit_le"
msgstr "Titol"
-#: generalpage.ui:129
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:129
#, fuzzy
msgctxt "generalpage|address"
msgid "A_ddress"
msgstr "Adreza"
-#: generalpage.ui:145
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:145
msgctxt "generalpage|pages"
msgid "Pa_ge(s)"
msgstr ""
-#: generalpage.ui:161
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:161
msgctxt "generalpage|year"
msgid "_Year"
msgstr ""
-#: generalpage.ui:177
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:177
msgctxt "generalpage|isbn"
msgid "_ISBN"
msgstr ""
-#: generalpage.ui:210
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:210
msgctxt "generalpage|editor"
msgid "Editor"
msgstr ""
-#: generalpage.ui:225
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:225
msgctxt "generalpage|booktitle"
msgid "_Book title"
msgstr ""
-#: generalpage.ui:241
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:241
msgctxt "generalpage|edition"
msgid "Ed_ition"
msgstr ""
-#: generalpage.ui:257
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:257
msgctxt "generalpage|volume"
msgid "Volume"
msgstr ""
-#: generalpage.ui:273
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:273
msgctxt "generalpage|institution"
msgid "Instit_ution"
msgstr ""
-#: generalpage.ui:289
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:289
msgctxt "generalpage|month"
msgid "_Month"
msgstr ""
-#: generalpage.ui:305
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:305
msgctxt "generalpage|publicationtype"
msgid "Publication t_ype"
msgstr ""
-#: generalpage.ui:321
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:321
msgctxt "generalpage|university"
msgid "University"
msgstr ""
-#: generalpage.ui:336
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:336
msgctxt "generalpage|reporttype"
msgid "Type of re_port"
msgstr ""
-#: generalpage.ui:351
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:351
msgctxt "generalpage|organization"
msgid "Organi_zation"
msgstr ""
-#: generalpage.ui:384
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:384
msgctxt "generalpage|journal"
msgid "_Journal"
msgstr ""
-#: generalpage.ui:399
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:399
msgctxt "generalpage|annotation"
msgid "Ann_otation"
msgstr ""
-#: generalpage.ui:415
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:415
#, fuzzy
msgctxt "generalpage|number"
msgid "Numb_er"
msgstr "Numero"
-#: generalpage.ui:431
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:431
#, fuzzy
msgctxt "generalpage|note"
msgid "_Note"
msgstr "Nota"
-#: generalpage.ui:447
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:447
msgctxt "generalpage|series"
msgid "Se_ries"
msgstr ""
-#: generalpage.ui:463
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:463
msgctxt "generalpage|url"
msgid "URL"
msgstr ""
-#: generalpage.ui:496
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:496
msgctxt "generalpage|custom1"
msgid "User-defined field _1"
msgstr ""
-#: generalpage.ui:511
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:511
msgctxt "generalpage|custom4"
msgid "User-defined field _4"
msgstr ""
-#: generalpage.ui:527
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:527
msgctxt "generalpage|custom2"
msgid "User-defined field _2"
msgstr ""
-#: generalpage.ui:543
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:543
msgctxt "generalpage|custom5"
msgid "User-defined field _5"
msgstr ""
-#: generalpage.ui:559
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:559
msgctxt "generalpage|custom3"
msgid "User-defined field _3"
msgstr ""
-#: mappingdialog.ui:8
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:8
msgctxt "mappingdialog|MappingDialog"
msgid "Column Layout for Table “%1”"
msgstr ""
-#: mappingdialog.ui:107
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:107
msgctxt "mappingdialog|label2"
msgid "_Short name"
msgstr ""
-#: mappingdialog.ui:122
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:122
msgctxt "mappingdialog|label3"
msgid "_Author(s)"
msgstr ""
-#: mappingdialog.ui:137
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:137
msgctxt "mappingdialog|label4"
msgid "_Publisher"
msgstr ""
-#: mappingdialog.ui:152
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:152
msgctxt "mappingdialog|label5"
msgid "_Chapter"
msgstr ""
-#: mappingdialog.ui:167
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:167
msgctxt "mappingdialog|label6"
msgid "Editor"
msgstr ""
-#: mappingdialog.ui:228
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:228
#, fuzzy
msgctxt "mappingdialog|label7"
msgid "_Type"
msgstr "Tipo"
-#: mappingdialog.ui:243
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:243
msgctxt "mappingdialog|label8"
msgid "_Year"
msgstr ""
-#: mappingdialog.ui:258
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:258
#, fuzzy
msgctxt "mappingdialog|label9"
msgid "Tit_le"
msgstr "Titol"
-#: mappingdialog.ui:309
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:309
#, fuzzy
msgctxt "mappingdialog|label10"
msgid "A_ddress"
msgstr "Adreza"
-#: mappingdialog.ui:324
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:324
msgctxt "mappingdialog|label11"
msgid "_ISBN"
msgstr ""
-#: mappingdialog.ui:339
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:339
msgctxt "mappingdialog|label12"
msgid "Pa_ge(s)"
msgstr ""
-#: mappingdialog.ui:390
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:390
msgctxt "mappingdialog|label13"
msgid "Ed_ition"
msgstr ""
-#: mappingdialog.ui:417
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:417
msgctxt "mappingdialog|label14"
msgid "_Book title"
msgstr ""
-#: mappingdialog.ui:432
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:432
msgctxt "mappingdialog|label15"
msgid "Volume"
msgstr ""
-#: mappingdialog.ui:445
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:445
msgctxt "mappingdialog|label16"
msgid "Publication t_ype"
msgstr ""
-#: mappingdialog.ui:496
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:496
msgctxt "mappingdialog|label17"
msgid "Organi_zation"
msgstr ""
-#: mappingdialog.ui:511
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:511
msgctxt "mappingdialog|label18"
msgid "Instit_ution"
msgstr ""
-#: mappingdialog.ui:526
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:526
msgctxt "mappingdialog|label19"
msgid "Uni_versity"
msgstr ""
-#: mappingdialog.ui:577
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:577
msgctxt "mappingdialog|label20"
msgid "Type of re_port"
msgstr ""
-#: mappingdialog.ui:592
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:592
msgctxt "mappingdialog|label21"
msgid "_Month"
msgstr ""
-#: mappingdialog.ui:631
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:631
msgctxt "mappingdialog|label22"
msgid "_Journal"
msgstr ""
-#: mappingdialog.ui:646
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:646
#, fuzzy
msgctxt "mappingdialog|label23"
msgid "Numb_er"
msgstr "Numero"
-#: mappingdialog.ui:661
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:661
msgctxt "mappingdialog|label24"
msgid "Se_ries"
msgstr ""
-#: mappingdialog.ui:712
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:712
msgctxt "mappingdialog|label25"
msgid "Ann_otation"
msgstr ""
-#: mappingdialog.ui:727
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:727
#, fuzzy
msgctxt "mappingdialog|label26"
msgid "_Note"
msgstr "Nota"
-#: mappingdialog.ui:742
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:742
msgctxt "mappingdialog|label27"
msgid "URL"
msgstr ""
-#: mappingdialog.ui:791
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:791
msgctxt "mappingdialog|label28"
msgid "User-defined field _1"
msgstr ""
-#: mappingdialog.ui:806
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:806
msgctxt "mappingdialog|label29"
msgid "User-defined field _2"
msgstr ""
-#: mappingdialog.ui:821
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:821
msgctxt "mappingdialog|label30"
msgid "User-defined field _3"
msgstr ""
-#: mappingdialog.ui:836
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:836
msgctxt "mappingdialog|label31"
msgid "User-defined field _4"
msgstr ""
-#: mappingdialog.ui:851
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:851
msgctxt "mappingdialog|label32"
msgid "User-defined field _5"
msgstr ""
-#: mappingdialog.ui:970
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:970
msgctxt "mappingdialog|label1"
msgid "Column Names"
msgstr ""
-#: toolbar.ui:14
+#: extensions/uiconfig/sbibliography/ui/querydialog.ui:30
+msgctxt "querydialog|ask"
+msgid "Do not show this question again."
+msgstr ""
+
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:14
msgctxt "toolbar|TBC_FT_SOURCE"
msgid "Table"
msgstr "Tabla"
-#: toolbar.ui:49
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:49
msgctxt "toolbar|TBC_FT_QUERY"
msgid "Search Key"
msgstr ""
-#: toolbar.ui:84
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:84
msgctxt "toolbar|TBC_BT_AUTOFILTER"
msgid "AutoFilter"
msgstr ""
-#: toolbar.ui:97
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:97
msgctxt "toolbar|TBC_BT_FILTERCRIT"
msgid "Standard Filter"
msgstr ""
-#: toolbar.ui:110
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:110
msgctxt "toolbar|TBC_BT_REMOVEFILTER"
msgid "Reset Filter"
msgstr ""
-#: toolbar.ui:123
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:123
msgctxt "toolbar|TBC_BT_COL_ASSIGN"
msgid "Column Arrangement"
msgstr ""
-#: toolbar.ui:136
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:136
#, fuzzy
msgctxt "toolbar|TBC_BT_CHANGESOURCE"
msgid "Data Source"
msgstr "~Fuent de datos"
-#: controlfontdialog.ui:8
+#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:8
msgctxt "controlfontdialog|ControlFontDialog"
msgid "Character"
msgstr ""
-#: controlfontdialog.ui:105
+#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:105
msgctxt "controlfontdialog|font"
msgid "Font"
msgstr "Tipo de letra"
-#: controlfontdialog.ui:127
+#: extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui:127
msgctxt "controlfontdialog|fonteffects"
msgid "Font Effects"
msgstr ""
-#: datatypedialog.ui:8
+#: extensions/uiconfig/spropctrlr/ui/datatypedialog.ui:8
msgctxt "datatypedialog|DataTypeDialog"
msgid "New Data Type"
msgstr ""
-#: datatypedialog.ui:85
+#: extensions/uiconfig/spropctrlr/ui/datatypedialog.ui:85
msgctxt "datatypedialog|label"
msgid "Type a name for the new data type:"
msgstr ""
-#: formlinksdialog.ui:9
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:9
msgctxt "formlinksdialog|FormLinks"
msgid "Link fields"
msgstr ""
-#: formlinksdialog.ui:72
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:72
msgctxt "formlinksdialog|suggestButton"
msgid "Suggest"
msgstr ""
-#: formlinksdialog.ui:105
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:105
msgctxt "formlinksdialog|explanationLabel"
msgid "Sub forms can be used to display detailed data about the current record of the master form. To do this, you can specify which columns in the sub form match which columns in the master form."
msgstr ""
-#: formlinksdialog.ui:125
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:125
msgctxt "formlinksdialog|detailLabel"
msgid "label"
msgstr ""
-#: formlinksdialog.ui:137
+#: extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui:137
msgctxt "formlinksdialog|masterLabel"
msgid "label"
msgstr ""
-#: labelselectiondialog.ui:9
+#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:9
msgctxt "labelselectiondialog|LabelSelectionDialog"
msgid "Label Field Selection"
msgstr ""
-#: labelselectiondialog.ui:88
+#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:88
msgctxt "labelselectiondialog|label"
msgid "These are control fields that can be used as label fields for the $controlclass$ $controlname$."
msgstr ""
-#: labelselectiondialog.ui:122
+#: extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui:122
msgctxt "labelselectiondialog|noassignment"
msgid "_No assignment"
msgstr ""
-#: taborder.ui:8
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:8
msgctxt "taborder|TabOrderDialog"
msgid "Tab Order"
msgstr ""
-#: taborder.ui:21
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:21
msgctxt "taborder|upB"
msgid "_Move Up"
msgstr ""
-#: taborder.ui:35
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:35
msgctxt "taborder|downB"
msgid "Move _Down"
msgstr ""
-#: taborder.ui:49
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:49
msgctxt "taborder|autoB"
msgid "_Automatic Sort"
msgstr ""
-#: taborder.ui:146
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:146
msgctxt "taborder|label2"
msgid "Controls"
msgstr ""
-#: griddialog.ui:56
+#: extensions/uiconfig/scanner/ui/griddialog.ui:56
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear ascending"
msgstr ""
-#: griddialog.ui:57
+#: extensions/uiconfig/scanner/ui/griddialog.ui:57
msgctxt "griddialog|resetTypeCombobox"
msgid "Linear descending"
msgstr ""
-#: griddialog.ui:58
+#: extensions/uiconfig/scanner/ui/griddialog.ui:58
msgctxt "griddialog|resetTypeCombobox"
msgid "Original values"
msgstr ""
-#: griddialog.ui:59
+#: extensions/uiconfig/scanner/ui/griddialog.ui:59
msgctxt "griddialog|resetTypeCombobox"
msgid "Exponential increasing"
msgstr ""
-#: griddialog.ui:70
+#: extensions/uiconfig/scanner/ui/griddialog.ui:70
msgctxt "griddialog|resetButton"
msgid "_Set"
msgstr ""
-#: sanedialog.ui:9
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:9
msgctxt "sanedialog|SaneDialog"
msgid "Scanner"
msgstr ""
-#: sanedialog.ui:46
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:46
msgctxt "sanedialog|label3"
msgid "_Left:"
msgstr ""
-#: sanedialog.ui:62
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:62
msgctxt "sanedialog|label4"
msgid "To_p:"
msgstr ""
-#: sanedialog.ui:78
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:78
msgctxt "sanedialog|label5"
msgid "_Right:"
msgstr ""
-#: sanedialog.ui:94
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:94
#, fuzzy
msgctxt "sanedialog|label6"
msgid "_Bottom:"
msgstr "Cobaixo"
-#: sanedialog.ui:166
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:166
msgctxt "sanedialog|label1"
msgid "Scan area"
msgstr ""
-#: sanedialog.ui:208
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:208
msgctxt "sanedialog|label2"
msgid "Preview"
msgstr ""
-#: sanedialog.ui:242
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:242
msgctxt "sanedialog|label7"
msgid "Device _used"
msgstr ""
-#: sanedialog.ui:258
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:258
msgctxt "sanedialog|label8"
msgid "Resolution [_DPI]"
msgstr ""
-#: sanedialog.ui:312
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:312
msgctxt "sanedialog|advancedCheckbutton"
msgid "Show advanced options"
msgstr ""
-#: sanedialog.ui:344
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:345
#, fuzzy
msgctxt "sanedialog|label10"
msgid "Options:"
msgstr "Opcions"
-#: sanedialog.ui:416
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:417
msgctxt "sanedialog|optionsButton"
msgid "Se_t"
msgstr ""
-#: sanedialog.ui:500
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:502
msgctxt "sanedialog|vectorLabel"
msgid "Vector element"
msgstr ""
-#: sanedialog.ui:629
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:631
msgctxt "sanedialog|deviceInfoButton"
msgid "About Dev_ice"
msgstr ""
-#: sanedialog.ui:644
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:646
msgctxt "sanedialog|previewButton"
msgid "Create Previe_w"
msgstr ""
-#: sanedialog.ui:659
+#: extensions/uiconfig/scanner/ui/sanedialog.ui:661
msgctxt "sanedialog|scanButton"
msgid "_Scan"
msgstr ""
diff --git a/source/an/extras/source/gallery/share.po b/source/an/extras/source/gallery/share.po
index a36bb46ce43..67d709c2fe4 100644
--- a/source/an/extras/source/gallery/share.po
+++ b/source/an/extras/source/gallery/share.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2013-05-24 06:49+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -27,6 +27,14 @@ msgstr ""
#: gallery_names.ulf
msgctxt ""
"gallery_names.ulf\n"
+"backgrounds\n"
+"LngText.text"
+msgid "Backgrounds"
+msgstr ""
+
+#: gallery_names.ulf
+msgctxt ""
+"gallery_names.ulf\n"
"computers\n"
"LngText.text"
msgid "Computers"
diff --git a/source/an/filter/messages.po b/source/an/filter/messages.po
index 3fdd10c02f9..a1ec567da9e 100644
--- a/source/an/filter/messages.po
+++ b/source/an/filter/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+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"
@@ -13,1137 +13,1137 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: filter/inc/strings.hrc:25
msgctxt "STR_COLUMN_HEADER_NAME"
msgid "Name"
msgstr "Nombre"
-#: strings.hrc:26
+#: filter/inc/strings.hrc:26
msgctxt "STR_COLUMN_HEADER_TYPE"
msgid "Type"
msgstr "Tipo"
-#: strings.hrc:27
+#: filter/inc/strings.hrc:27
msgctxt "STR_UNKNOWN_APPLICATION"
msgid "Unknown"
msgstr ""
-#: strings.hrc:28
+#: filter/inc/strings.hrc:28
msgctxt "STR_IMPORT_ONLY"
msgid "import filter"
msgstr ""
-#: strings.hrc:29
+#: filter/inc/strings.hrc:29
msgctxt "STR_IMPORT_EXPORT"
msgid "import/export filter"
msgstr ""
-#: strings.hrc:30
+#: filter/inc/strings.hrc:30
msgctxt "STR_EXPORT_ONLY"
msgid "export filter"
msgstr ""
-#: strings.hrc:31
+#: filter/inc/strings.hrc:31
#, c-format
msgctxt "STR_WARN_DELETE"
msgid "Do you really want to delete the XML Filter '%s'? This action cannot be undone."
msgstr ""
-#: strings.hrc:32
+#: filter/inc/strings.hrc:32
#, c-format
msgctxt "STR_ERROR_FILTER_NAME_EXISTS"
msgid "An XML filter with the name '%s' already exists. Please enter a different name."
msgstr ""
-#: strings.hrc:33
+#: filter/inc/strings.hrc:33
#, c-format
msgctxt "STR_ERROR_TYPE_NAME_EXISTS"
msgid "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name."
msgstr ""
-#: strings.hrc:34
+#: filter/inc/strings.hrc:34
msgctxt "STR_ERROR_EXPORT_XSLT_NOT_FOUND"
msgid "The XSLT for export cannot be found. Please enter a valid path."
msgstr ""
-#: strings.hrc:35
+#: filter/inc/strings.hrc:35
msgctxt "STR_ERROR_IMPORT_XSLT_NOT_FOUND"
msgid "The XSLT for import cannot be found. Please enter a valid path."
msgstr ""
-#: strings.hrc:36
+#: filter/inc/strings.hrc:36
msgctxt "STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND"
msgid "The given import template cannot be found. Please enter a valid path."
msgstr ""
-#: strings.hrc:37
+#: filter/inc/strings.hrc:37
msgctxt "STR_DEFAULT_FILTER_NAME"
msgid "New Filter"
msgstr ""
-#: strings.hrc:38
+#: filter/inc/strings.hrc:38
msgctxt "STR_DEFAULT_UI_NAME"
msgid "Untitled"
msgstr ""
-#: strings.hrc:39
+#: filter/inc/strings.hrc:39
msgctxt "STR_UNDEFINED_FILTER"
msgid "undefined filter"
msgstr ""
-#: strings.hrc:40
+#: filter/inc/strings.hrc:40
#, c-format
msgctxt "STR_FILTER_HAS_BEEN_SAVED"
msgid "The XML filter '%s' has been saved as package '%s'. "
msgstr ""
-#: strings.hrc:41
+#: filter/inc/strings.hrc:41
#, c-format
msgctxt "STR_FILTERS_HAVE_BEEN_SAVED"
msgid "%s XML filters have been saved in the package '%s'."
msgstr ""
-#: strings.hrc:42
+#: filter/inc/strings.hrc:42
msgctxt "STR_FILTER_PACKAGE"
msgid "XSLT filter package"
msgstr ""
-#: strings.hrc:43
+#: filter/inc/strings.hrc:43
#, c-format
msgctxt "STR_FILTER_INSTALLED"
msgid "The XML filter '%s' has been installed successfully."
msgstr ""
-#: strings.hrc:44
+#: filter/inc/strings.hrc:44
#, c-format
msgctxt "STR_FILTERS_INSTALLED"
msgid "%s XML filters have been installed successfully."
msgstr ""
-#: strings.hrc:45
+#: filter/inc/strings.hrc:45
#, c-format
msgctxt "STR_NO_FILTERS_FOUND"
msgid "No XML filter could be installed because the package '%s' does not contain any XML filters."
msgstr ""
-#: strings.hrc:46
+#: filter/inc/strings.hrc:46
msgctxt "STR_XML_FILTER_LISTBOX"
msgid "XML Filter List"
msgstr ""
-#: strings.hrc:48
+#: filter/inc/strings.hrc:48
msgctxt "T602FILTER_STR_IMPORT_DIALOG_TITLE"
msgid "Settings for T602 import"
msgstr ""
-#: strings.hrc:49
+#: filter/inc/strings.hrc:49
msgctxt "T602FILTER_STR_ENCODING_LABEL"
msgid "Encoding"
msgstr ""
-#: strings.hrc:50
+#: filter/inc/strings.hrc:50
msgctxt "T602FILTER_STR_ENCODING_AUTO"
msgid "Automatic"
msgstr "Automatica"
-#: strings.hrc:51
+#: filter/inc/strings.hrc:51
msgctxt "T602FILTER_STR_ENCODING_CP852"
msgid "CP852 (Latin2)"
msgstr ""
-#: strings.hrc:52
+#: filter/inc/strings.hrc:52
msgctxt "T602FILTER_STR_ENCODING_CP895"
msgid "CP895 (KEYB2CS, Kamenicky)"
msgstr ""
-#: strings.hrc:53
+#: filter/inc/strings.hrc:53
msgctxt "T602FILTER_STR_ENCODING_KOI8CS2"
msgid "KOI8 CS2"
msgstr ""
-#: strings.hrc:54
+#: filter/inc/strings.hrc:54
msgctxt "T602FILTER_STR_CYRILLIC_MODE"
msgid "Mode for Russian language (Cyrillic)"
msgstr ""
-#: strings.hrc:55
+#: filter/inc/strings.hrc:55
msgctxt "T602FILTER_STR_REFORMAT_TEXT"
msgid "Reformat the text"
msgstr ""
-#: strings.hrc:56
+#: filter/inc/strings.hrc:56
msgctxt "T602FILTER_STR_DOT_COMMANDS"
msgid "Display dot commands"
msgstr ""
-#: strings.hrc:57
+#: filter/inc/strings.hrc:57
msgctxt "T602FILTER_STR_CANCEL_BUTTON"
msgid "Cancel"
msgstr "Cancelar"
-#: strings.hrc:58
+#: filter/inc/strings.hrc:58
msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "D'alcuerdo"
-#: strings.hrc:60
+#: filter/inc/strings.hrc:60
msgctxt "KEY_VERSION_CHECK"
msgid ""
"Warning: Not all of the imported EPS graphics could be saved at level1\n"
"as some are at a higher level!"
msgstr ""
-#: strings.hrc:62
+#: filter/inc/strings.hrc:62
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr ""
#. strings used in encryption UI
#. password dialog title
-#: strings.hrc:66
+#: filter/inc/strings.hrc:66
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr ""
#. password dialog title
-#: strings.hrc:68
+#: filter/inc/strings.hrc:68
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr ""
-#: strings.hrc:69
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr ""
-#: strings.hrc:70
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr ""
-#: strings.hrc:71
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
-#: strings.hrc:72
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr ""
-#: strings.hrc:73
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
-#: strings.hrc:74
+#: filter/inc/strings.hrc:74
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
-#: strings.hrc:75
+#: filter/inc/strings.hrc:75
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
-#: strings.hrc:76
+#: filter/inc/strings.hrc:76
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
-#: strings.hrc:77
+#: filter/inc/strings.hrc:77
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr ""
-#: strings.hrc:78
+#: filter/inc/strings.hrc:78
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
-#: strings.hrc:79
+#: filter/inc/strings.hrc:79
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr ""
-#: impswfdialog.ui:14
+#: filter/uiconfig/ui/impswfdialog.ui:14
msgctxt "impswfdialog|ImpSWFDialog"
msgid "Flash (SWF) Options"
msgstr ""
-#: impswfdialog.ui:95
+#: filter/uiconfig/ui/impswfdialog.ui:95
msgctxt "impswfdialog|label1"
msgid ""
"1: min. quality\n"
"100: max. quality"
msgstr ""
-#: impswfdialog.ui:136
+#: filter/uiconfig/ui/impswfdialog.ui:135
msgctxt "impswfdialog|exportall"
msgid "Export _all slides (uncheck to export current slide)"
msgstr ""
-#: impswfdialog.ui:158
+#: filter/uiconfig/ui/impswfdialog.ui:157
msgctxt "impswfdialog|exportmultiplefiles"
msgid "Export as _multiple files"
msgstr ""
-#: impswfdialog.ui:181
+#: filter/uiconfig/ui/impswfdialog.ui:180
msgctxt "impswfdialog|exportbackgrounds"
msgid "Export _backgrounds"
msgstr ""
-#: impswfdialog.ui:198
+#: filter/uiconfig/ui/impswfdialog.ui:197
msgctxt "impswfdialog|exportbackgroundobjects"
msgid "Export back_ground objects"
msgstr ""
-#: impswfdialog.ui:215
+#: filter/uiconfig/ui/impswfdialog.ui:214
msgctxt "impswfdialog|exportslidecontents"
msgid "Export _slide contents"
msgstr ""
-#: impswfdialog.ui:248
+#: filter/uiconfig/ui/impswfdialog.ui:247
msgctxt "impswfdialog|exportsound"
msgid "Export _Verilogix Slide Annotations"
msgstr ""
-#: impswfdialog.ui:265
+#: filter/uiconfig/ui/impswfdialog.ui:264
msgctxt "impswfdialog|exportoleasjpeg"
msgid "Export OLE objects as _JPEG images"
msgstr ""
-#: pdfgeneralpage.ui:42
+#: filter/uiconfig/ui/pdfgeneralpage.ui:42
#, fuzzy
msgctxt "pdfgeneralpage|all"
msgid "_All"
msgstr "Totz"
-#: pdfgeneralpage.ui:60
+#: filter/uiconfig/ui/pdfgeneralpage.ui:60
msgctxt "pdfgeneralpage|range"
msgid "_Pages:"
msgstr ""
-#: pdfgeneralpage.ui:79
+#: filter/uiconfig/ui/pdfgeneralpage.ui:79
#, fuzzy
msgctxt "pdfgeneralpage|selection"
msgid "_Selection"
msgstr "Selección"
-#: pdfgeneralpage.ui:113
+#: filter/uiconfig/ui/pdfgeneralpage.ui:112
msgctxt "pdfgeneralpage|slides"
msgid "Slides:"
msgstr ""
-#: pdfgeneralpage.ui:125
+#: filter/uiconfig/ui/pdfgeneralpage.ui:124
msgctxt "pdfgeneralpage|selectedsheets"
msgid "_Selection/Selected sheet(s)"
msgstr ""
-#: pdfgeneralpage.ui:141
+#: filter/uiconfig/ui/pdfgeneralpage.ui:140
msgctxt "pdfgeneralpage|label1"
msgid "Range"
msgstr "Intervalo"
-#: pdfgeneralpage.ui:202
+#: filter/uiconfig/ui/pdfgeneralpage.ui:200
msgctxt "pdfgeneralpage|label6"
msgid "_Quality:"
msgstr ""
-#: pdfgeneralpage.ui:227
+#: filter/uiconfig/ui/pdfgeneralpage.ui:225
msgctxt "pdfgeneralpage|reduceresolution"
msgid "_Reduce image resolution"
msgstr ""
-#: pdfgeneralpage.ui:249
+#: filter/uiconfig/ui/pdfgeneralpage.ui:247
msgctxt "pdfgeneralpage|resolution"
msgid "75 DPI"
msgstr ""
-#: pdfgeneralpage.ui:250
+#: filter/uiconfig/ui/pdfgeneralpage.ui:248
msgctxt "pdfgeneralpage|resolution"
msgid "150 DPI"
msgstr ""
-#: pdfgeneralpage.ui:251
+#: filter/uiconfig/ui/pdfgeneralpage.ui:249
msgctxt "pdfgeneralpage|resolution"
msgid "300 DPI"
msgstr ""
-#: pdfgeneralpage.ui:252
+#: filter/uiconfig/ui/pdfgeneralpage.ui:250
msgctxt "pdfgeneralpage|resolution"
msgid "600 DPI"
msgstr ""
-#: pdfgeneralpage.ui:253
+#: filter/uiconfig/ui/pdfgeneralpage.ui:251
msgctxt "pdfgeneralpage|resolution"
msgid "1200 DPI"
msgstr ""
-#: pdfgeneralpage.ui:259
+#: filter/uiconfig/ui/pdfgeneralpage.ui:256
msgctxt "pdfgeneralpage|comboboxtext-entry"
msgid "75 DPI"
msgstr ""
-#: pdfgeneralpage.ui:283
+#: filter/uiconfig/ui/pdfgeneralpage.ui:280
msgctxt "pdfgeneralpage|losslesscompress"
msgid "_Lossless compression"
msgstr ""
-#: pdfgeneralpage.ui:300
+#: filter/uiconfig/ui/pdfgeneralpage.ui:297
msgctxt "pdfgeneralpage|jpegcompress"
msgid "_JPEG compression"
msgstr ""
-#: pdfgeneralpage.ui:322
+#: filter/uiconfig/ui/pdfgeneralpage.ui:319
msgctxt "pdfgeneralpage|label2"
msgid "Images"
msgstr ""
-#: pdfgeneralpage.ui:354
+#: filter/uiconfig/ui/pdfgeneralpage.ui:351
msgctxt "pdfgeneralpage|watermark"
msgid "Sign with _watermark"
msgstr ""
-#: pdfgeneralpage.ui:389
+#: filter/uiconfig/ui/pdfgeneralpage.ui:385
#, fuzzy
msgctxt "pdfgeneralpage|watermarklabel"
msgid "Text:"
msgstr "Texto"
-#: pdfgeneralpage.ui:409
+#: filter/uiconfig/ui/pdfgeneralpage.ui:405
msgctxt "pdfgeneralpage|label3"
msgid "Watermark"
msgstr ""
-#: pdfgeneralpage.ui:446
+#: filter/uiconfig/ui/pdfgeneralpage.ui:442
msgctxt "pdfgeneralpage|embed"
msgid "Hybrid PDF (em_bed ODF file)"
msgstr ""
-#: pdfgeneralpage.ui:450
+#: filter/uiconfig/ui/pdfgeneralpage.ui:446
msgctxt "pdfgeneralpage|embed|tooltip_text"
msgid "Creates a PDF that is easily editable in %PRODUCTNAME"
msgstr ""
-#: pdfgeneralpage.ui:462
+#: filter/uiconfig/ui/pdfgeneralpage.ui:458
msgctxt "pdfgeneralpage|pdfa"
msgid "Archive P_DF/A-1a (ISO 19005-1)"
msgstr ""
-#: pdfgeneralpage.ui:466
+#: filter/uiconfig/ui/pdfgeneralpage.ui:462
msgctxt "pdfgeneralpage|pdfa|tooltip_text"
msgid "Creates an ISO 19005-1 compliant PDF file, ideal for long-term document preservation"
msgstr ""
-#: pdfgeneralpage.ui:478
+#: filter/uiconfig/ui/pdfgeneralpage.ui:474
msgctxt "pdfgeneralpage|tagged"
msgid "_Tagged PDF (add document structure)"
msgstr ""
-#: pdfgeneralpage.ui:482
+#: filter/uiconfig/ui/pdfgeneralpage.ui:478
msgctxt "pdfgeneralpage|tagged|tooltip_text"
msgid "Includes a document's content structure information in a PDF"
msgstr ""
-#: pdfgeneralpage.ui:494
+#: filter/uiconfig/ui/pdfgeneralpage.ui:490
msgctxt "pdfgeneralpage|forms"
msgid "_Create PDF form"
msgstr ""
-#: pdfgeneralpage.ui:498
+#: filter/uiconfig/ui/pdfgeneralpage.ui:494
msgctxt "pdfgeneralpage|forms|tooltip_text"
msgid "Creates a PDF with fields that can be filled out"
msgstr ""
-#: pdfgeneralpage.ui:523
+#: filter/uiconfig/ui/pdfgeneralpage.ui:519
msgctxt "pdfgeneralpage|label7"
msgid "Submit _format:"
msgstr ""
-#: pdfgeneralpage.ui:538
+#: filter/uiconfig/ui/pdfgeneralpage.ui:534
msgctxt "pdfgeneralpage|format"
msgid "FDF"
msgstr ""
-#: pdfgeneralpage.ui:539
+#: filter/uiconfig/ui/pdfgeneralpage.ui:535
msgctxt "pdfgeneralpage|format"
msgid "PDF"
msgstr ""
-#: pdfgeneralpage.ui:540
+#: filter/uiconfig/ui/pdfgeneralpage.ui:536
msgctxt "pdfgeneralpage|format"
msgid "HTML"
msgstr "HTML"
-#: pdfgeneralpage.ui:541
+#: filter/uiconfig/ui/pdfgeneralpage.ui:537
msgctxt "pdfgeneralpage|format"
msgid "XML"
msgstr ""
-#: pdfgeneralpage.ui:551
+#: filter/uiconfig/ui/pdfgeneralpage.ui:547
msgctxt "pdfgeneralpage|allowdups"
msgid "Allow duplicate field _names"
msgstr ""
-#: pdfgeneralpage.ui:575
+#: filter/uiconfig/ui/pdfgeneralpage.ui:571
msgctxt "pdfgeneralpage|bookmarks"
msgid "Export _bookmarks"
msgstr ""
-#: pdfgeneralpage.ui:590
+#: filter/uiconfig/ui/pdfgeneralpage.ui:586
msgctxt "pdfgeneralpage|exportplaceholders"
msgid "Expo_rt placeholders"
msgstr ""
-#: pdfgeneralpage.ui:605
+#: filter/uiconfig/ui/pdfgeneralpage.ui:601
msgctxt "pdfgeneralpage|comments"
msgid "_Export comments"
msgstr ""
-#: pdfgeneralpage.ui:620
+#: filter/uiconfig/ui/pdfgeneralpage.ui:616
msgctxt "pdfgeneralpage|emptypages"
msgid "Exp_ort automatically inserted blank pages"
msgstr ""
-#: pdfgeneralpage.ui:635
+#: filter/uiconfig/ui/pdfgeneralpage.ui:631
msgctxt "pdfgeneralpage|viewpdf"
msgid "_View PDF after export"
msgstr ""
-#: pdfgeneralpage.ui:650
+#: filter/uiconfig/ui/pdfgeneralpage.ui:646
msgctxt "pdfgeneralpage|usereferencexobject"
msgid "Use reference XObjects"
msgstr ""
-#: pdfgeneralpage.ui:665
+#: filter/uiconfig/ui/pdfgeneralpage.ui:661
msgctxt "pdfgeneralpage|hiddenpages"
msgid "Export _hidden pages"
msgstr ""
-#: pdfgeneralpage.ui:680
+#: filter/uiconfig/ui/pdfgeneralpage.ui:676
msgctxt "pdfgeneralpage|notes"
msgid "Export _notes pages"
msgstr ""
-#: pdfgeneralpage.ui:700
+#: filter/uiconfig/ui/pdfgeneralpage.ui:696
msgctxt "pdfgeneralpage|onlynotes"
msgid "Export onl_y notes pages"
msgstr ""
-#: pdfgeneralpage.ui:723
+#: filter/uiconfig/ui/pdfgeneralpage.ui:719
msgctxt "pdfgeneralpage|label4"
msgid "General"
msgstr ""
-#: pdflinkspage.ui:29
+#: filter/uiconfig/ui/pdflinkspage.ui:29
msgctxt "pdflinkspage|export"
msgid "Export bookmarks as named destinations"
msgstr ""
-#: pdflinkspage.ui:47
+#: filter/uiconfig/ui/pdflinkspage.ui:47
msgctxt "pdflinkspage|convert"
msgid "_Convert document references to PDF targets"
msgstr ""
-#: pdflinkspage.ui:65
+#: filter/uiconfig/ui/pdflinkspage.ui:65
msgctxt "pdflinkspage|exporturl"
msgid "Export _URLs relative to file system"
msgstr ""
-#: pdflinkspage.ui:89
+#: filter/uiconfig/ui/pdflinkspage.ui:89
msgctxt "pdflinkspage|label1"
msgid "General"
msgstr ""
-#: pdflinkspage.ui:121
+#: filter/uiconfig/ui/pdflinkspage.ui:121
msgctxt "pdflinkspage|default"
msgid "Default mode"
msgstr ""
-#: pdflinkspage.ui:140
+#: filter/uiconfig/ui/pdflinkspage.ui:140
msgctxt "pdflinkspage|openpdf"
msgid "Open with PDF reader application"
msgstr ""
-#: pdflinkspage.ui:158
+#: filter/uiconfig/ui/pdflinkspage.ui:158
msgctxt "pdflinkspage|openinternet"
msgid "Open _with Internet browser"
msgstr ""
-#: pdflinkspage.ui:182
+#: filter/uiconfig/ui/pdflinkspage.ui:182
msgctxt "pdflinkspage|label5"
msgid "Cross-document Links"
msgstr ""
-#: pdfoptionsdialog.ui:8
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:8
msgctxt "pdfoptionsdialog|PdfOptionsDialog"
msgid "PDF Options"
msgstr ""
-#: pdfoptionsdialog.ui:22
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:22
msgctxt "pdfoptionsdialog|ok"
msgid "E_xport"
msgstr ""
-#: pdfoptionsdialog.ui:92
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:92
msgctxt "pdfoptionsdialog|general"
msgid "General"
msgstr ""
-#: pdfoptionsdialog.ui:114
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:114
msgctxt "pdfoptionsdialog|initialview"
msgid "Initial View"
msgstr ""
-#: pdfoptionsdialog.ui:137
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:137
msgctxt "pdfoptionsdialog|userinterface"
msgid "User Interface"
msgstr ""
-#: pdfoptionsdialog.ui:160
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:160
msgctxt "pdfoptionsdialog|links"
msgid "Links"
msgstr ""
-#: pdfoptionsdialog.ui:183
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:183
msgctxt "pdfoptionsdialog|security"
msgid "Security"
msgstr ""
-#: pdfoptionsdialog.ui:206
+#: filter/uiconfig/ui/pdfoptionsdialog.ui:206
msgctxt "pdfoptionsdialog|digitalsignatures"
msgid "Digital Signatures"
msgstr ""
-#: pdfsecuritypage.ui:30
+#: filter/uiconfig/ui/pdfsecuritypage.ui:30
msgctxt "pdfsecuritypage|setpassword"
msgid "Set _Passwords…"
msgstr ""
-#: pdfsecuritypage.ui:53
+#: filter/uiconfig/ui/pdfsecuritypage.ui:53
msgctxt "pdfsecuritypage|label5"
msgid "Open password set"
msgstr ""
-#: pdfsecuritypage.ui:65
+#: filter/uiconfig/ui/pdfsecuritypage.ui:65
msgctxt "pdfsecuritypage|label6"
msgid "PDF document will be encrypted"
msgstr ""
-#: pdfsecuritypage.ui:88
+#: filter/uiconfig/ui/pdfsecuritypage.ui:88
msgctxt "pdfsecuritypage|label7"
msgid "No open password set"
msgstr ""
-#: pdfsecuritypage.ui:100
+#: filter/uiconfig/ui/pdfsecuritypage.ui:100
msgctxt "pdfsecuritypage|label8"
msgid "PDF document will not be encrypted"
msgstr ""
-#: pdfsecuritypage.ui:123
+#: filter/uiconfig/ui/pdfsecuritypage.ui:123
msgctxt "pdfsecuritypage|label30"
msgid "PDF document will not be encrypted due to PDF/A export."
msgstr ""
-#: pdfsecuritypage.ui:147
+#: filter/uiconfig/ui/pdfsecuritypage.ui:147
msgctxt "pdfsecuritypage|label9"
msgid "Permission password set"
msgstr ""
-#: pdfsecuritypage.ui:159
+#: filter/uiconfig/ui/pdfsecuritypage.ui:159
msgctxt "pdfsecuritypage|label11"
msgid "PDF document will be restricted"
msgstr ""
-#: pdfsecuritypage.ui:182
+#: filter/uiconfig/ui/pdfsecuritypage.ui:182
msgctxt "pdfsecuritypage|label12"
msgid "No permission password set"
msgstr ""
-#: pdfsecuritypage.ui:194
+#: filter/uiconfig/ui/pdfsecuritypage.ui:194
msgctxt "pdfsecuritypage|label13"
msgid "PDF document will be unrestricted"
msgstr ""
-#: pdfsecuritypage.ui:217
+#: filter/uiconfig/ui/pdfsecuritypage.ui:217
msgctxt "pdfsecuritypage|label14"
msgid "PDF document will not be restricted due to PDF/A export."
msgstr ""
-#: pdfsecuritypage.ui:237
+#: filter/uiconfig/ui/pdfsecuritypage.ui:237
msgctxt "pdfsecuritypage|setpasswordstitle"
msgid "Set Passwords"
msgstr ""
-#: pdfsecuritypage.ui:253
+#: filter/uiconfig/ui/pdfsecuritypage.ui:253
msgctxt "pdfsecuritypage|label2"
msgid "File Encryption and Permission"
msgstr ""
-#: pdfsecuritypage.ui:291
+#: filter/uiconfig/ui/pdfsecuritypage.ui:291
msgctxt "pdfsecuritypage|printnone"
msgid "_Not permitted"
msgstr ""
-#: pdfsecuritypage.ui:307
+#: filter/uiconfig/ui/pdfsecuritypage.ui:307
msgctxt "pdfsecuritypage|printlow"
msgid "_Low resolution (150 dpi)"
msgstr ""
-#: pdfsecuritypage.ui:323
+#: filter/uiconfig/ui/pdfsecuritypage.ui:323
msgctxt "pdfsecuritypage|printhigh"
msgid "_High resolution"
msgstr ""
-#: pdfsecuritypage.ui:346
+#: filter/uiconfig/ui/pdfsecuritypage.ui:346
msgctxt "pdfsecuritypage|label1"
msgid "Printing"
msgstr ""
-#: pdfsecuritypage.ui:378
+#: filter/uiconfig/ui/pdfsecuritypage.ui:378
msgctxt "pdfsecuritypage|changenone"
msgid "No_t permitted"
msgstr ""
-#: pdfsecuritypage.ui:394
+#: filter/uiconfig/ui/pdfsecuritypage.ui:394
msgctxt "pdfsecuritypage|changeinsdel"
msgid "_Inserting, deleting, and rotating pages"
msgstr ""
-#: pdfsecuritypage.ui:410
+#: filter/uiconfig/ui/pdfsecuritypage.ui:410
msgctxt "pdfsecuritypage|changeform"
msgid "_Filling in form fields"
msgstr ""
-#: pdfsecuritypage.ui:426
+#: filter/uiconfig/ui/pdfsecuritypage.ui:426
msgctxt "pdfsecuritypage|changecomment"
msgid "_Commenting, filling in form fields"
msgstr ""
-#: pdfsecuritypage.ui:442
+#: filter/uiconfig/ui/pdfsecuritypage.ui:442
msgctxt "pdfsecuritypage|changeany"
msgid "_Any except extracting pages"
msgstr ""
-#: pdfsecuritypage.ui:465
+#: filter/uiconfig/ui/pdfsecuritypage.ui:465
msgctxt "pdfsecuritypage|label3"
msgid "Changes"
msgstr ""
-#: pdfsecuritypage.ui:497
+#: filter/uiconfig/ui/pdfsecuritypage.ui:497
msgctxt "pdfsecuritypage|enablecopy"
msgid "Ena_ble copying of content"
msgstr ""
-#: pdfsecuritypage.ui:513
+#: filter/uiconfig/ui/pdfsecuritypage.ui:513
msgctxt "pdfsecuritypage|enablea11y"
msgid "Enable text access for acce_ssibility tools"
msgstr ""
-#: pdfsecuritypage.ui:535
+#: filter/uiconfig/ui/pdfsecuritypage.ui:535
#, fuzzy
msgctxt "pdfsecuritypage|label4"
msgid "Content"
msgstr "Contenius"
-#: pdfsignpage.ui:37
+#: filter/uiconfig/ui/pdfsignpage.ui:37
msgctxt "pdfsignpage|label2"
msgid "Use this certificate to digitally sign PDF documents:"
msgstr ""
-#: pdfsignpage.ui:60
+#: filter/uiconfig/ui/pdfsignpage.ui:59
msgctxt "pdfsignpage|select"
msgid "Select..."
msgstr ""
-#: pdfsignpage.ui:159
+#: filter/uiconfig/ui/pdfsignpage.ui:154
#, fuzzy
msgctxt "pdfsignpage|tsa"
msgid "None"
msgstr "~Garra"
-#: pdfsignpage.ui:172
+#: filter/uiconfig/ui/pdfsignpage.ui:167
msgctxt "pdfsignpage|label7"
msgid "Certificate password:"
msgstr ""
-#: pdfsignpage.ui:186
+#: filter/uiconfig/ui/pdfsignpage.ui:181
msgctxt "pdfsignpage|label12"
msgid "Location:"
msgstr ""
-#: pdfsignpage.ui:200
+#: filter/uiconfig/ui/pdfsignpage.ui:195
msgctxt "pdfsignpage|label13"
msgid "Contact information:"
msgstr ""
-#: pdfsignpage.ui:214
+#: filter/uiconfig/ui/pdfsignpage.ui:209
msgctxt "pdfsignpage|label14"
msgid "Reason:"
msgstr ""
-#: pdfsignpage.ui:228
+#: filter/uiconfig/ui/pdfsignpage.ui:223
msgctxt "pdfsignpage|label15"
msgid "Time Stamp Authority:"
msgstr ""
-#: pdfsignpage.ui:251
+#: filter/uiconfig/ui/pdfsignpage.ui:246
msgctxt "pdfsignpage|label1"
msgid "Certificate"
msgstr ""
-#: pdfuserinterfacepage.ui:43
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:43
msgctxt "pdfuserinterfacepage|center"
msgid "_Center window on screen"
msgstr ""
-#: pdfuserinterfacepage.ui:59
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:59
msgctxt "pdfuserinterfacepage|resize"
msgid "_Resize window to initial page"
msgstr ""
-#: pdfuserinterfacepage.ui:75
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:75
msgctxt "pdfuserinterfacepage|open"
msgid "_Open in full screen mode"
msgstr ""
-#: pdfuserinterfacepage.ui:91
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:91
msgctxt "pdfuserinterfacepage|display"
msgid "_Display document title"
msgstr ""
-#: pdfuserinterfacepage.ui:113
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:113
msgctxt "pdfuserinterfacepage|label1"
msgid "Window Options"
msgstr ""
-#: pdfuserinterfacepage.ui:144
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:144
msgctxt "pdfuserinterfacepage|toolbar"
msgid "Hide _toolbar"
msgstr ""
-#: pdfuserinterfacepage.ui:160
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:160
msgctxt "pdfuserinterfacepage|menubar"
msgid "Hide _menubar"
msgstr ""
-#: pdfuserinterfacepage.ui:176
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:176
msgctxt "pdfuserinterfacepage|window"
msgid "Hide _window controls"
msgstr ""
-#: pdfuserinterfacepage.ui:198
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:198
msgctxt "pdfuserinterfacepage|label2"
msgid "User Interface Options"
msgstr ""
-#: pdfuserinterfacepage.ui:228
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:228
msgctxt "pdfuserinterfacepage|effects"
msgid "_Use transition effects"
msgstr ""
-#: pdfuserinterfacepage.ui:250
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:250
msgctxt "pdfuserinterfacepage|label3"
msgid "Transitions"
msgstr ""
-#: pdfuserinterfacepage.ui:282
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:282
msgctxt "pdfuserinterfacepage|allbookmarks"
msgid "_All bookmark levels"
msgstr ""
-#: pdfuserinterfacepage.ui:299
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:299
msgctxt "pdfuserinterfacepage|visiblebookmark"
msgid "_Visible bookmark levels:"
msgstr ""
-#: pdfuserinterfacepage.ui:343
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:342
msgctxt "pdfuserinterfacepage|label4"
msgid "Bookmarks"
msgstr ""
-#: pdfviewpage.ui:49
+#: filter/uiconfig/ui/pdfviewpage.ui:49
msgctxt "pdfviewpage|pageonly"
msgid "_Page only"
msgstr ""
-#: pdfviewpage.ui:66
+#: filter/uiconfig/ui/pdfviewpage.ui:66
msgctxt "pdfviewpage|outline"
msgid "_Bookmarks and page"
msgstr ""
-#: pdfviewpage.ui:82
+#: filter/uiconfig/ui/pdfviewpage.ui:82
msgctxt "pdfviewpage|thumbs"
msgid "_Thumbnails and page"
msgstr ""
-#: pdfviewpage.ui:106
+#: filter/uiconfig/ui/pdfviewpage.ui:106
msgctxt "pdfviewpage|label4"
msgid "Open on pa_ge:"
msgstr ""
-#: pdfviewpage.ui:141
+#: filter/uiconfig/ui/pdfviewpage.ui:140
#, fuzzy
msgctxt "pdfviewpage|label2"
msgid "Panes"
msgstr "Pachinas"
-#: pdfviewpage.ui:173
+#: filter/uiconfig/ui/pdfviewpage.ui:172
#, fuzzy
msgctxt "pdfviewpage|fitdefault"
msgid "_Default"
msgstr "Por defecto"
-#: pdfviewpage.ui:190
+#: filter/uiconfig/ui/pdfviewpage.ui:189
msgctxt "pdfviewpage|fitwin"
msgid "_Fit in window"
msgstr ""
-#: pdfviewpage.ui:206
+#: filter/uiconfig/ui/pdfviewpage.ui:205
msgctxt "pdfviewpage|fitwidth"
msgid "Fit _width"
msgstr ""
-#: pdfviewpage.ui:222
+#: filter/uiconfig/ui/pdfviewpage.ui:221
msgctxt "pdfviewpage|fitvis"
msgid "Fit _visible"
msgstr ""
-#: pdfviewpage.ui:243
+#: filter/uiconfig/ui/pdfviewpage.ui:242
msgctxt "pdfviewpage|fitzoom"
msgid "_Zoom factor:"
msgstr ""
-#: pdfviewpage.ui:289
+#: filter/uiconfig/ui/pdfviewpage.ui:287
msgctxt "pdfviewpage|label3"
msgid "Magnification"
msgstr ""
-#: pdfviewpage.ui:328
+#: filter/uiconfig/ui/pdfviewpage.ui:326
#, fuzzy
msgctxt "pdfviewpage|defaultlayout"
msgid "D_efault"
msgstr "Por defecto"
-#: pdfviewpage.ui:345
+#: filter/uiconfig/ui/pdfviewpage.ui:343
msgctxt "pdfviewpage|singlelayout"
msgid "_Single page"
msgstr ""
-#: pdfviewpage.ui:361
+#: filter/uiconfig/ui/pdfviewpage.ui:359
msgctxt "pdfviewpage|contlayout"
msgid "_Continuous"
msgstr ""
-#: pdfviewpage.ui:377
+#: filter/uiconfig/ui/pdfviewpage.ui:375
msgctxt "pdfviewpage|contfacinglayout"
msgid "C_ontinuous facing"
msgstr ""
-#: pdfviewpage.ui:393
+#: filter/uiconfig/ui/pdfviewpage.ui:391
msgctxt "pdfviewpage|firstonleft"
msgid "First page is _left"
msgstr ""
-#: pdfviewpage.ui:415
+#: filter/uiconfig/ui/pdfviewpage.ui:413
msgctxt "pdfviewpage|label1"
msgid "Page Layout"
msgstr ""
-#: testxmlfilter.ui:8
+#: filter/uiconfig/ui/testxmlfilter.ui:8
msgctxt "testxmlfilter|TestXMLFilterDialog"
msgid "Test XML Filter: %s"
msgstr ""
-#: testxmlfilter.ui:89
+#: filter/uiconfig/ui/testxmlfilter.ui:91
msgctxt "testxmlfilter|label3"
msgid "XSLT for export"
msgstr ""
-#: testxmlfilter.ui:102
+#: filter/uiconfig/ui/testxmlfilter.ui:104
msgctxt "testxmlfilter|label4"
msgid "Transform document"
msgstr ""
-#: testxmlfilter.ui:111
+#: filter/uiconfig/ui/testxmlfilter.ui:114
msgctxt "testxmlfilter|exportbrowse"
msgid "Browse..."
msgstr ""
-#: testxmlfilter.ui:123
+#: filter/uiconfig/ui/testxmlfilter.ui:126
msgctxt "testxmlfilter|currentdocument"
msgid "Current Document"
msgstr ""
-#: testxmlfilter.ui:168
+#: filter/uiconfig/ui/testxmlfilter.ui:171
msgctxt "testxmlfilter|label1"
msgid "Export"
msgstr ""
-#: testxmlfilter.ui:205
+#: filter/uiconfig/ui/testxmlfilter.ui:207
msgctxt "testxmlfilter|label5"
msgid "XSLT for import"
msgstr ""
-#: testxmlfilter.ui:214
+#: filter/uiconfig/ui/testxmlfilter.ui:217
msgctxt "testxmlfilter|importbrowse"
msgid "Browse..."
msgstr ""
-#: testxmlfilter.ui:226
+#: filter/uiconfig/ui/testxmlfilter.ui:229
msgctxt "testxmlfilter|recentfile"
msgid "Recent File"
msgstr ""
-#: testxmlfilter.ui:242
+#: filter/uiconfig/ui/testxmlfilter.ui:244
msgctxt "testxmlfilter|templateimport"
msgid "Template for import"
msgstr ""
-#: testxmlfilter.ui:262
+#: filter/uiconfig/ui/testxmlfilter.ui:265
msgctxt "testxmlfilter|displaysource"
msgid "Display source"
msgstr ""
-#: testxmlfilter.ui:281
+#: filter/uiconfig/ui/testxmlfilter.ui:283
msgctxt "testxmlfilter|label6"
msgid "Transform file"
msgstr ""
-#: testxmlfilter.ui:326
+#: filter/uiconfig/ui/testxmlfilter.ui:329
msgctxt "testxmlfilter|label2"
msgid "Import"
msgstr ""
-#: warnpdfdialog.ui:9
+#: filter/uiconfig/ui/warnpdfdialog.ui:19
msgctxt "warnpdfdialog|WarnPDFDialog"
msgid "Problems During PDF Export"
msgstr ""
-#: warnpdfdialog.ui:15
+#: filter/uiconfig/ui/warnpdfdialog.ui:26
msgctxt "warnpdfdialog|WarnPDFDialog"
msgid "During PDF export the following problems occurred:"
msgstr ""
-#: xmlfiltersettings.ui:9
+#: filter/uiconfig/ui/xmlfiltersettings.ui:9
msgctxt "xmlfiltersettings|XMLFilterSettingsDialog"
msgid "XML Filter Settings"
msgstr ""
-#: xmlfiltersettings.ui:24
+#: filter/uiconfig/ui/xmlfiltersettings.ui:24
msgctxt "xmlfiltersettings|new"
msgid "_New..."
msgstr ""
-#: xmlfiltersettings.ui:38
+#: filter/uiconfig/ui/xmlfiltersettings.ui:38
#, fuzzy
msgctxt "xmlfiltersettings|edit"
msgid "_Edit..."
msgstr "~Editar..."
-#: xmlfiltersettings.ui:52
+#: filter/uiconfig/ui/xmlfiltersettings.ui:52
msgctxt "xmlfiltersettings|test"
msgid "_Test XSLTs..."
msgstr ""
-#: xmlfiltersettings.ui:66
+#: filter/uiconfig/ui/xmlfiltersettings.ui:66
msgctxt "xmlfiltersettings|delete"
msgid "_Delete..."
msgstr ""
-#: xmlfiltersettings.ui:80
+#: filter/uiconfig/ui/xmlfiltersettings.ui:80
msgctxt "xmlfiltersettings|save"
msgid "_Save as Package..."
msgstr ""
-#: xmlfiltersettings.ui:94
+#: filter/uiconfig/ui/xmlfiltersettings.ui:94
msgctxt "xmlfiltersettings|open"
msgid "_Open Package..."
msgstr ""
-#: xmlfiltersettings.ui:151
+#: filter/uiconfig/ui/xmlfiltersettings.ui:151
msgctxt "xmlfiltersettings|filterlist-atkobject"
msgid "XML Filter List"
msgstr ""
-#: xmlfiltertabpagegeneral.ui:23
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:22
msgctxt "xmlfiltertabpagegeneral|label2"
msgid "_Filter name:"
msgstr ""
-#: xmlfiltertabpagegeneral.ui:37
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:36
msgctxt "xmlfiltertabpagegeneral|label3"
msgid "_Application:"
msgstr ""
-#: xmlfiltertabpagegeneral.ui:51
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:50
msgctxt "xmlfiltertabpagegeneral|label4"
msgid "_Name of file type:"
msgstr ""
-#: xmlfiltertabpagegeneral.ui:65
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:64
msgctxt "xmlfiltertabpagegeneral|label5"
msgid "File _extension:"
msgstr ""
-#: xmlfiltertabpagegeneral.ui:80
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:78
#, fuzzy
msgctxt "xmlfiltertabpagegeneral|label6"
msgid "Comment_s:"
msgstr "Comentarios"
-#: xmlfiltertabpagetransformation.ui:25
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:23
msgctxt "xmlfiltertabpagetransformation|label2"
msgid "_DocType:"
msgstr ""
-#: xmlfiltertabpagetransformation.ui:52
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:50
msgctxt "xmlfiltertabpagetransformation|label4"
msgid "_XSLT for export:"
msgstr ""
-#: xmlfiltertabpagetransformation.ui:63
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:62
msgctxt "xmlfiltertabpagetransformation|browseexport"
msgid "Brows_e..."
msgstr ""
-#: xmlfiltertabpagetransformation.ui:79
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:77
msgctxt "xmlfiltertabpagetransformation|label5"
msgid "XSLT _for import:"
msgstr ""
-#: xmlfiltertabpagetransformation.ui:90
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:89
msgctxt "xmlfiltertabpagetransformation|browseimport"
msgid "B_rowse..."
msgstr ""
-#: xmlfiltertabpagetransformation.ui:106
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:104
msgctxt "xmlfiltertabpagetransformation|label6"
msgid "Template for _import:"
msgstr ""
-#: xmlfiltertabpagetransformation.ui:117
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:116
msgctxt "xmlfiltertabpagetransformation|browsetemp"
msgid "Browse..."
msgstr ""
-#: xmlfiltertabpagetransformation.ui:175
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:189
msgctxt "xmlfiltertabpagetransformation|filtercb"
msgid "The filter needs XSLT 2.0 processor"
msgstr ""
-#: xsltfilterdialog.ui:8
+#: filter/uiconfig/ui/xsltfilterdialog.ui:8
msgctxt "xsltfilterdialog|XSLTFilterDialog"
msgid "XML Filter: %s"
msgstr ""
-#: xsltfilterdialog.ui:92
+#: filter/uiconfig/ui/xsltfilterdialog.ui:119
msgctxt "xsltfilterdialog|general"
msgid "General"
msgstr ""
-#: xsltfilterdialog.ui:114
+#: filter/uiconfig/ui/xsltfilterdialog.ui:165
msgctxt "xsltfilterdialog|transformation"
msgid "Transformation"
msgstr ""
diff --git a/source/an/filter/source/config/fragments/filters.po b/source/an/filter/source/config/fragments/filters.po
index e7001cd059b..3fc0059da4c 100644
--- a/source/an/filter/source/config/fragments/filters.po
+++ b/source/an/filter/source/config/fragments/filters.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-12-06 15:59+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
"PO-Revision-Date: 2016-12-01 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -40,7 +40,7 @@ msgctxt ""
"Apple Keynote\n"
"UIName\n"
"value.text"
-msgid "Apple Keynote 5"
+msgid "Apple Keynote"
msgstr ""
#: AppleNumbers.xcu
@@ -49,7 +49,7 @@ msgctxt ""
"Apple Numbers\n"
"UIName\n"
"value.text"
-msgid "Apple Numbers 2"
+msgid "Apple Numbers"
msgstr ""
#: ApplePages.xcu
@@ -58,7 +58,7 @@ msgctxt ""
"Apple Pages\n"
"UIName\n"
"value.text"
-msgid "Apple Pages 4"
+msgid "Apple Pages"
msgstr ""
#: BMP___MS_Windows.xcu
@@ -322,6 +322,15 @@ msgctxt ""
msgid "Microsoft Excel 2003 XML"
msgstr ""
+#: MS_Excel_2003_XML_Orcus.xcu
+msgctxt ""
+"MS_Excel_2003_XML_Orcus.xcu\n"
+"MS Excel 2003 XML Orcus\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Excel 2003 XML"
+msgstr ""
+
#: MS_Excel_4_0.xcu
msgctxt ""
"MS_Excel_4_0.xcu\n"
@@ -454,7 +463,7 @@ msgctxt ""
"MS Word 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML"
+msgid "Microsoft Word OOXML"
msgstr ""
#: MS_Word_2007_XML_Template.xcu
@@ -463,7 +472,7 @@ msgctxt ""
"MS Word 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML Template"
+msgid "Microsoft Word OOXML Template"
msgstr ""
#: MS_Word_2007_XML_VBA.xcu
@@ -472,7 +481,7 @@ msgctxt ""
"MS Word 2007 XML VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML VBA"
+msgid "Microsoft Word OOXML VBA"
msgstr ""
#: MS_Word_95.xcu
@@ -1274,7 +1283,7 @@ msgctxt ""
"Calc MS Excel 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML"
+msgid "Microsoft Excel OOXML"
msgstr ""
#: calc_MS_Excel_2007_XML_Template.xcu
@@ -1283,7 +1292,7 @@ msgctxt ""
"Calc MS Excel 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML Template"
+msgid "Microsoft Excel OOXML Template"
msgstr ""
#: calc_OOXML.xcu
@@ -1553,7 +1562,7 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML"
msgstr ""
#: impress_MS_PowerPoint_2007_XML_AutoPlay.xcu
@@ -1562,7 +1571,7 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML AutoPlay\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML AutoPlay"
+msgid "Microsoft PowerPoint OOXML AutoPlay"
msgstr ""
#: impress_MS_PowerPoint_2007_XML_Template.xcu
@@ -1571,7 +1580,7 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML Template"
+msgid "Microsoft PowerPoint OOXML Template"
msgstr ""
#: impress_MS_PowerPoint_2007_XML_VBA.xcu
@@ -1580,7 +1589,7 @@ msgctxt ""
"Impress MS PowerPoint 2007 XML VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML VBA"
+msgid "Microsoft PowerPoint OOXML VBA"
msgstr ""
#: impress_OOXML.xcu
diff --git a/source/an/filter/source/config/fragments/types.po b/source/an/filter/source/config/fragments/types.po
index 666b8d6dba1..71ecca5cbb6 100644
--- a/source/an/filter/source/config/fragments/types.po
+++ b/source/an/filter/source/config/fragments/types.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-23 18:11+0200\n"
"PO-Revision-Date: 2015-11-11 00:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -40,7 +40,7 @@ msgctxt ""
"MS Excel 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML"
+msgid "Microsoft Excel OOXML"
msgstr ""
#: MS_Excel_2007_XML_Template.xcu
@@ -49,7 +49,7 @@ msgctxt ""
"MS Excel 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Excel 2007-2013 XML Template"
+msgid "Microsoft Excel OOXML Template"
msgstr ""
#: MS_PowerPoint_2007_XML.xcu
@@ -58,7 +58,7 @@ msgctxt ""
"MS PowerPoint 2007 XML\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML"
msgstr ""
#: MS_PowerPoint_2007_XML_AutoPlay.xcu
@@ -67,7 +67,7 @@ msgctxt ""
"MS PowerPoint 2007 XML AutoPlay\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML"
+msgid "Microsoft PowerPoint OOXML"
msgstr ""
#: MS_PowerPoint_2007_XML_Template.xcu
@@ -76,7 +76,7 @@ msgctxt ""
"MS PowerPoint 2007 XML Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML Template"
+msgid "Microsoft PowerPoint OOXML Template"
msgstr ""
#: MS_PowerPoint_2007_XML_VBA.xcu
@@ -85,7 +85,7 @@ msgctxt ""
"MS PowerPoint 2007 XML VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft PowerPoint 2007-2013 XML VBA"
+msgid "Microsoft PowerPoint OOXML VBA"
msgstr ""
#: StarBase.xcu
@@ -301,7 +301,7 @@ msgctxt ""
"writer_MS_Word_2007\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML"
+msgid "Microsoft Word OOXML"
msgstr ""
#: writer_MS_Word_2007_XML_Template.xcu
@@ -310,7 +310,7 @@ msgctxt ""
"writer_MS_Word_2007_Template\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML Template"
+msgid "Microsoft Word OOXML Template"
msgstr ""
#: writer_MS_Word_2007_XML_VBA.xcu
@@ -319,7 +319,7 @@ msgctxt ""
"writer_MS_Word_2007_VBA\n"
"UIName\n"
"value.text"
-msgid "Microsoft Word 2007-2013 XML VBA"
+msgid "Microsoft Word OOXML VBA"
msgstr ""
#: writer_ODT_FlatXML.xcu
diff --git a/source/an/forms/messages.po b/source/an/forms/messages.po
index aabc62b4170..a48e0347848 100644
--- a/source/an/forms/messages.po
+++ b/source/an/forms/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,297 +13,297 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: forms/inc/strings.hrc:25
msgctxt "RID_BASELISTBOX_ERROR_FILLLIST"
msgid "The contents of a combo box or list field could not be determined."
msgstr ""
-#: strings.hrc:26
+#: forms/inc/strings.hrc:26
msgctxt "RID_STR_IMPORT_GRAPHIC"
msgid "Insert Image"
msgstr ""
-#: strings.hrc:27
+#: forms/inc/strings.hrc:27
msgctxt "RID_STR_CONTROL_SUBSTITUTED_NAME"
msgid "substituted"
msgstr ""
-#: strings.hrc:28
+#: forms/inc/strings.hrc:28
msgctxt "RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN"
msgid "An error occurred while this control was being loaded. It was therefore replaced with a placeholder."
msgstr ""
-#: strings.hrc:29
+#: forms/inc/strings.hrc:29
msgctxt "RID_STR_READERROR"
msgid "Error reading data from database"
msgstr ""
-#: strings.hrc:30
+#: forms/inc/strings.hrc:30
msgctxt "RID_STR_CONNECTERROR"
msgid "Connection failed"
msgstr ""
-#: strings.hrc:31
+#: forms/inc/strings.hrc:31
msgctxt "RID_ERR_LOADING_FORM"
msgid "The data content could not be loaded."
msgstr ""
-#: strings.hrc:32
+#: forms/inc/strings.hrc:32
msgctxt "RID_ERR_REFRESHING_FORM"
msgid "The data content could not be updated"
msgstr ""
-#: strings.hrc:33
+#: forms/inc/strings.hrc:33
msgctxt "RID_STR_ERR_INSERTRECORD"
msgid "Error inserting the new record"
msgstr ""
-#: strings.hrc:34
+#: forms/inc/strings.hrc:34
msgctxt "RID_STR_ERR_UPDATERECORD"
msgid "Error updating the current record"
msgstr ""
-#: strings.hrc:35
+#: forms/inc/strings.hrc:35
msgctxt "RID_STR_ERR_DELETERECORD"
msgid "Error deleting the current record"
msgstr ""
-#: strings.hrc:36
+#: forms/inc/strings.hrc:36
msgctxt "RID_STR_ERR_DELETERECORDS"
msgid "Error deleting the specified records"
msgstr ""
-#: strings.hrc:37
+#: forms/inc/strings.hrc:37
msgctxt "RID_STR_NEED_NON_NULL_OBJECT"
msgid "The object cannot be NULL."
msgstr ""
-#: strings.hrc:38
+#: forms/inc/strings.hrc:38
msgctxt "RID_STR_OPEN_GRAPHICS"
msgid "Insert Image from..."
msgstr ""
-#: strings.hrc:39
+#: forms/inc/strings.hrc:39
msgctxt "RID_STR_CLEAR_GRAPHICS"
msgid "Remove Image"
msgstr ""
-#: strings.hrc:40
+#: forms/inc/strings.hrc:40
msgctxt "RID_STR_INVALIDSTREAM"
msgid "The given stream is invalid."
msgstr ""
-#: strings.hrc:41
+#: forms/inc/strings.hrc:41
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
-#: strings.hrc:42
+#: forms/inc/strings.hrc:42
msgctxt "RID_STR_INCOMPATIBLE_TYPES"
msgid "The value types supported by the binding cannot be used for exchanging data with this control."
msgstr ""
-#: strings.hrc:43
+#: forms/inc/strings.hrc:43
msgctxt "RID_STR_LABEL_RECORD"
msgid "Record"
msgstr ""
-#: strings.hrc:44
+#: forms/inc/strings.hrc:44
msgctxt "RID_STR_INVALID_VALIDATOR"
msgid "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator."
msgstr ""
-#: strings.hrc:45
+#: forms/inc/strings.hrc:45
msgctxt "RID_STR_LABEL_OF"
msgid "of"
msgstr ""
-#: strings.hrc:46
+#: forms/inc/strings.hrc:46
msgctxt "RID_STR_QUERY_SAVE_MODIFIED_ROW"
msgid ""
"The content of the current form has been modified.\n"
"Do you want to save your changes?"
msgstr ""
-#: strings.hrc:47
+#: forms/inc/strings.hrc:47
msgctxt "RID_STR_COULD_NOT_SET_ORDER"
msgid "Error setting the sort criteria"
msgstr ""
-#: strings.hrc:48
+#: forms/inc/strings.hrc:48
msgctxt "RID_STR_COULD_NOT_SET_FILTER"
msgid "Error setting the filter criteria"
msgstr ""
-#: strings.hrc:49
+#: forms/inc/strings.hrc:49
msgctxt "RID_STR_FEATURE_REQUIRES_PARAMETERS"
msgid "To execute this function, parameters are needed."
msgstr ""
-#: strings.hrc:50
+#: forms/inc/strings.hrc:50
msgctxt "RID_STR_FEATURE_NOT_EXECUTABLE"
msgid "This function cannot be executed, but is only for status queries."
msgstr ""
-#: strings.hrc:51
+#: forms/inc/strings.hrc:51
msgctxt "RID_STR_FEATURE_UNKNOWN"
msgid "Unknown function."
msgstr ""
-#: strings.hrc:53
+#: forms/inc/strings.hrc:53
msgctxt "RID_STR_XFORMS_NO_BINDING_EXPRESSION"
msgid "Please enter a binding expression."
msgstr ""
-#: strings.hrc:54
+#: forms/inc/strings.hrc:54
msgctxt "RID_STR_XFORMS_INVALID_BINDING_EXPRESSION"
msgid "This is an invalid binding expression."
msgstr ""
-#: strings.hrc:55
+#: forms/inc/strings.hrc:55
msgctxt "RID_STR_XFORMS_INVALID_VALUE"
msgid "Value is invalid."
msgstr ""
-#: strings.hrc:56
+#: forms/inc/strings.hrc:56
msgctxt "RID_STR_XFORMS_REQUIRED"
msgid "A value is required."
msgstr ""
-#: strings.hrc:57
+#: forms/inc/strings.hrc:57
msgctxt "RID_STR_XFORMS_INVALID_CONSTRAINT"
msgid "The constraint '$1' not validated."
msgstr ""
-#: strings.hrc:58
+#: forms/inc/strings.hrc:58
msgctxt "RID_STR_XFORMS_VALUE_IS_NOT_A"
msgid "The value is not of the type '$2'."
msgstr ""
-#: strings.hrc:59
+#: forms/inc/strings.hrc:59
msgctxt "RID_STR_XFORMS_VALUE_MAX_INCL"
msgid "The value must be smaller than or equal to $2."
msgstr ""
-#: strings.hrc:60
+#: forms/inc/strings.hrc:60
msgctxt "RID_STR_XFORMS_VALUE_MAX_EXCL"
msgid "The value must be smaller than $2."
msgstr ""
-#: strings.hrc:61
+#: forms/inc/strings.hrc:61
msgctxt "RID_STR_XFORMS_VALUE_MIN_INCL"
msgid "The value must be greater than or equal to $2."
msgstr ""
-#: strings.hrc:62
+#: forms/inc/strings.hrc:62
msgctxt "RID_STR_XFORMS_VALUE_MIN_EXCL"
msgid "The value must be greater than $2."
msgstr ""
-#: strings.hrc:63
+#: forms/inc/strings.hrc:63
msgctxt "RID_STR_XFORMS_VALUE_TOTAL_DIGITS"
msgid "$2 digits allowed at most."
msgstr ""
-#: strings.hrc:64
+#: forms/inc/strings.hrc:64
msgctxt "RID_STR_XFORMS_VALUE_FRACTION_DIGITS"
msgid "$2 fraction digits allowed at most."
msgstr ""
-#: strings.hrc:65
+#: forms/inc/strings.hrc:65
msgctxt "RID_STR_XFORMS_VALUE_LENGTH"
msgid "The string must be $2 characters long."
msgstr ""
-#: strings.hrc:66
+#: forms/inc/strings.hrc:66
msgctxt "RID_STR_XFORMS_VALUE_MIN_LENGTH"
msgid "The string must be at least $2 characters long."
msgstr ""
-#: strings.hrc:67
+#: forms/inc/strings.hrc:67
msgctxt "RID_STR_XFORMS_VALUE_MAX_LENGTH"
msgid "The string can only be $2 characters long at most."
msgstr ""
-#: strings.hrc:68
+#: forms/inc/strings.hrc:68
msgctxt "RID_STR_DATATYPE_STRING"
msgid "String"
msgstr ""
-#: strings.hrc:69
+#: forms/inc/strings.hrc:69
msgctxt "RID_STR_DATATYPE_URL"
msgid "Hyperlink"
msgstr ""
-#: strings.hrc:70
+#: forms/inc/strings.hrc:70
msgctxt "RID_STR_DATATYPE_BOOLEAN"
msgid "True/False (Boolean)"
msgstr ""
-#: strings.hrc:71
+#: forms/inc/strings.hrc:71
msgctxt "RID_STR_DATATYPE_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
-#: strings.hrc:72
+#: forms/inc/strings.hrc:72
msgctxt "RID_STR_DATATYPE_FLOAT"
msgid "Floating point"
msgstr ""
-#: strings.hrc:73
+#: forms/inc/strings.hrc:73
msgctxt "RID_STR_DATATYPE_DOUBLE"
msgid "Double"
msgstr ""
-#: strings.hrc:74
+#: forms/inc/strings.hrc:74
msgctxt "RID_STR_DATATYPE_DATE"
msgid "Date"
msgstr "Calendata"
-#: strings.hrc:75
+#: forms/inc/strings.hrc:75
msgctxt "RID_STR_DATATYPE_TIME"
msgid "Time"
msgstr "Hora"
-#: strings.hrc:76
+#: forms/inc/strings.hrc:76
msgctxt "RID_STR_DATATYPE_DATETIME"
msgid "Date and Time"
msgstr ""
-#: strings.hrc:77
+#: forms/inc/strings.hrc:77
#, fuzzy
msgctxt "RID_STR_DATATYPE_YEAR"
msgid "Year"
msgstr "Anyos"
-#: strings.hrc:78
+#: forms/inc/strings.hrc:78
#, fuzzy
msgctxt "RID_STR_DATATYPE_MONTH"
msgid "Month"
msgstr "Meses"
-#: strings.hrc:79
+#: forms/inc/strings.hrc:79
#, fuzzy
msgctxt "RID_STR_DATATYPE_DAY"
msgid "Day"
msgstr "Días"
-#: strings.hrc:80
+#: forms/inc/strings.hrc:80
msgctxt "RID_STR_XFORMS_CANT_EVALUATE"
msgid "Error during evaluation"
msgstr ""
-#: strings.hrc:81
+#: 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 ""
-#: strings.hrc:82
+#: forms/inc/strings.hrc:82
msgctxt "RID_STR_XFORMS_BINDING_UI_NAME"
msgid "Binding"
msgstr ""
-#: strings.hrc:83
+#: forms/inc/strings.hrc:83
msgctxt "RID_STR_XFORMS_CANT_REMOVE_TYPE"
msgid "This is a built-in type and cannot be removed."
msgstr ""
diff --git a/source/an/formula/messages.po b/source/an/formula/messages.po
index 9bffb9a7edf..7e150267fb4 100644
--- a/source/an/formula/messages.po
+++ b/source/an/formula/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+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"
@@ -13,2211 +13,2211 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: core_resource.hrc:2258
+#: formula/inc/core_resource.hrc:2258
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IF"
msgstr ""
-#: core_resource.hrc:2259
+#: formula/inc/core_resource.hrc:2259
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IFERROR"
msgstr ""
-#: core_resource.hrc:2260
+#: formula/inc/core_resource.hrc:2260
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IFNA"
msgstr ""
-#: core_resource.hrc:2261
+#: formula/inc/core_resource.hrc:2261
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHOOSE"
msgstr ""
-#: core_resource.hrc:2262
+#: formula/inc/core_resource.hrc:2262
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#All"
msgstr "Totz"
-#: core_resource.hrc:2263
+#: formula/inc/core_resource.hrc:2263
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Headers"
msgstr "Capitero"
-#: core_resource.hrc:2264
+#: formula/inc/core_resource.hrc:2264
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Data"
msgstr ""
-#: core_resource.hrc:2265
+#: formula/inc/core_resource.hrc:2265
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Totals"
msgstr ""
-#: core_resource.hrc:2266
+#: formula/inc/core_resource.hrc:2266
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#This Row"
msgstr ""
-#: core_resource.hrc:2267
+#: formula/inc/core_resource.hrc:2267
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AND"
msgstr ""
-#: core_resource.hrc:2268
+#: formula/inc/core_resource.hrc:2268
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "OR"
msgstr ""
-#: core_resource.hrc:2269
+#: formula/inc/core_resource.hrc:2269
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "XOR"
msgstr ""
-#: core_resource.hrc:2270
+#: formula/inc/core_resource.hrc:2270
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NOT"
msgstr ""
-#: core_resource.hrc:2271
+#: formula/inc/core_resource.hrc:2271
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NEG"
msgstr ""
-#: core_resource.hrc:2272
+#: formula/inc/core_resource.hrc:2272
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PI"
msgstr ""
#. ???
-#: core_resource.hrc:2273
+#: formula/inc/core_resource.hrc:2273
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RAND"
msgstr ""
-#: core_resource.hrc:2274
+#: formula/inc/core_resource.hrc:2274
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRUE"
msgstr ""
-#: core_resource.hrc:2275
+#: formula/inc/core_resource.hrc:2275
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FALSE"
msgstr ""
-#: core_resource.hrc:2276
+#: formula/inc/core_resource.hrc:2276
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TODAY"
msgstr ""
-#: core_resource.hrc:2277
+#: formula/inc/core_resource.hrc:2277
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NOW"
msgstr ""
-#: core_resource.hrc:2278
+#: formula/inc/core_resource.hrc:2278
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NA"
msgstr ""
-#: core_resource.hrc:2279
+#: formula/inc/core_resource.hrc:2279
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CURRENT"
msgstr ""
-#: core_resource.hrc:2280
+#: formula/inc/core_resource.hrc:2280
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DEGREES"
msgstr ""
-#: core_resource.hrc:2281
+#: formula/inc/core_resource.hrc:2281
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RADIANS"
msgstr ""
-#: core_resource.hrc:2282
+#: formula/inc/core_resource.hrc:2282
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SIN"
msgstr ""
-#: core_resource.hrc:2283
+#: formula/inc/core_resource.hrc:2283
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COS"
msgstr ""
-#: core_resource.hrc:2284
+#: formula/inc/core_resource.hrc:2284
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TAN"
msgstr ""
-#: core_resource.hrc:2285
+#: formula/inc/core_resource.hrc:2285
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COT"
msgstr ""
-#: core_resource.hrc:2286
+#: formula/inc/core_resource.hrc:2286
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ASIN"
msgstr ""
-#: core_resource.hrc:2287
+#: formula/inc/core_resource.hrc:2287
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOS"
msgstr ""
-#: core_resource.hrc:2288
+#: formula/inc/core_resource.hrc:2288
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ATAN"
msgstr ""
-#: core_resource.hrc:2289
+#: formula/inc/core_resource.hrc:2289
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOT"
msgstr ""
-#: core_resource.hrc:2290
+#: formula/inc/core_resource.hrc:2290
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SINH"
msgstr ""
-#: core_resource.hrc:2291
+#: formula/inc/core_resource.hrc:2291
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COSH"
msgstr ""
-#: core_resource.hrc:2292
+#: formula/inc/core_resource.hrc:2292
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TANH"
msgstr ""
-#: core_resource.hrc:2293
+#: formula/inc/core_resource.hrc:2293
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COTH"
msgstr ""
-#: core_resource.hrc:2294
+#: formula/inc/core_resource.hrc:2294
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ASINH"
msgstr ""
-#: core_resource.hrc:2295
+#: formula/inc/core_resource.hrc:2295
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOSH"
msgstr ""
-#: core_resource.hrc:2296
+#: formula/inc/core_resource.hrc:2296
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ATANH"
msgstr ""
-#: core_resource.hrc:2297
+#: formula/inc/core_resource.hrc:2297
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ACOTH"
msgstr ""
-#: core_resource.hrc:2298
+#: formula/inc/core_resource.hrc:2298
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CSC"
msgstr ""
-#: core_resource.hrc:2299
+#: formula/inc/core_resource.hrc:2299
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEC"
msgstr ""
-#: core_resource.hrc:2300
+#: formula/inc/core_resource.hrc:2300
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CSCH"
msgstr ""
-#: core_resource.hrc:2301
+#: formula/inc/core_resource.hrc:2301
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SECH"
msgstr ""
-#: core_resource.hrc:2302
+#: formula/inc/core_resource.hrc:2302
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXP"
msgstr ""
-#: core_resource.hrc:2303
+#: formula/inc/core_resource.hrc:2303
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LN"
msgstr ""
-#: core_resource.hrc:2304
+#: formula/inc/core_resource.hrc:2304
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SQRT"
msgstr ""
-#: core_resource.hrc:2305
+#: formula/inc/core_resource.hrc:2305
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FACT"
msgstr ""
-#: core_resource.hrc:2306
+#: formula/inc/core_resource.hrc:2306
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "YEAR"
msgstr ""
-#: core_resource.hrc:2307
+#: formula/inc/core_resource.hrc:2307
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MONTH"
msgstr ""
-#: core_resource.hrc:2308
+#: formula/inc/core_resource.hrc:2308
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAY"
msgstr ""
-#: core_resource.hrc:2309
+#: formula/inc/core_resource.hrc:2309
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HOUR"
msgstr ""
-#: core_resource.hrc:2310
+#: formula/inc/core_resource.hrc:2310
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINUTE"
msgstr ""
-#: core_resource.hrc:2311
+#: formula/inc/core_resource.hrc:2311
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SECOND"
msgstr ""
-#: core_resource.hrc:2312
+#: formula/inc/core_resource.hrc:2312
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SIGN"
msgstr ""
-#: core_resource.hrc:2313
+#: formula/inc/core_resource.hrc:2313
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ABS"
msgstr ""
-#: core_resource.hrc:2314
+#: formula/inc/core_resource.hrc:2314
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INT"
msgstr ""
-#: core_resource.hrc:2315
+#: formula/inc/core_resource.hrc:2315
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PHI"
msgstr ""
-#: core_resource.hrc:2316
+#: formula/inc/core_resource.hrc:2316
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAUSS"
msgstr ""
-#: core_resource.hrc:2317
+#: formula/inc/core_resource.hrc:2317
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISBLANK"
msgstr ""
-#: core_resource.hrc:2318
+#: formula/inc/core_resource.hrc:2318
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISTEXT"
msgstr ""
-#: core_resource.hrc:2319
+#: formula/inc/core_resource.hrc:2319
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISNONTEXT"
msgstr ""
-#: core_resource.hrc:2320
+#: formula/inc/core_resource.hrc:2320
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISLOGICAL"
msgstr ""
-#: core_resource.hrc:2321
+#: formula/inc/core_resource.hrc:2321
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TYPE"
msgstr ""
-#: core_resource.hrc:2322
+#: formula/inc/core_resource.hrc:2322
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CELL"
msgstr ""
-#: core_resource.hrc:2323
+#: formula/inc/core_resource.hrc:2323
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISREF"
msgstr ""
-#: core_resource.hrc:2324
+#: formula/inc/core_resource.hrc:2324
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISNUMBER"
msgstr ""
-#: core_resource.hrc:2325
+#: formula/inc/core_resource.hrc:2325
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISFORMULA"
msgstr ""
-#: core_resource.hrc:2326
+#: formula/inc/core_resource.hrc:2326
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISNA"
msgstr ""
-#: core_resource.hrc:2327
+#: formula/inc/core_resource.hrc:2327
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISERR"
msgstr ""
-#: core_resource.hrc:2328
+#: formula/inc/core_resource.hrc:2328
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISERROR"
msgstr ""
-#: core_resource.hrc:2329
+#: formula/inc/core_resource.hrc:2329
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISEVEN"
msgstr ""
-#: core_resource.hrc:2330
+#: formula/inc/core_resource.hrc:2330
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISODD"
msgstr ""
-#: core_resource.hrc:2331
+#: formula/inc/core_resource.hrc:2331
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "N"
msgstr ""
-#: core_resource.hrc:2332
+#: formula/inc/core_resource.hrc:2332
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DATEVALUE"
msgstr ""
-#: core_resource.hrc:2333
+#: formula/inc/core_resource.hrc:2333
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TIMEVALUE"
msgstr ""
-#: core_resource.hrc:2334
+#: formula/inc/core_resource.hrc:2334
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CODE"
msgstr ""
-#: core_resource.hrc:2335
+#: formula/inc/core_resource.hrc:2335
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRIM"
msgstr ""
-#: core_resource.hrc:2336
+#: formula/inc/core_resource.hrc:2336
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "UPPER"
msgstr ""
-#: core_resource.hrc:2337
+#: formula/inc/core_resource.hrc:2337
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PROPER"
msgstr ""
-#: core_resource.hrc:2338
+#: formula/inc/core_resource.hrc:2338
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOWER"
msgstr ""
-#: core_resource.hrc:2339
+#: formula/inc/core_resource.hrc:2339
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LEN"
msgstr ""
-#: core_resource.hrc:2340
+#: formula/inc/core_resource.hrc:2340
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T"
msgstr ""
-#: core_resource.hrc:2341
+#: formula/inc/core_resource.hrc:2341
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VALUE"
msgstr ""
-#: core_resource.hrc:2342
+#: formula/inc/core_resource.hrc:2342
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CLEAN"
msgstr ""
-#: core_resource.hrc:2343
+#: formula/inc/core_resource.hrc:2343
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHAR"
msgstr ""
-#: core_resource.hrc:2344
+#: formula/inc/core_resource.hrc:2344
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "JIS"
msgstr ""
-#: core_resource.hrc:2345
+#: formula/inc/core_resource.hrc:2345
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ASC"
msgstr ""
-#: core_resource.hrc:2346
+#: formula/inc/core_resource.hrc:2346
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "UNICODE"
msgstr ""
-#: core_resource.hrc:2347
+#: formula/inc/core_resource.hrc:2347
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "UNICHAR"
msgstr ""
-#: core_resource.hrc:2348
+#: formula/inc/core_resource.hrc:2348
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOG10"
msgstr ""
-#: core_resource.hrc:2349
+#: formula/inc/core_resource.hrc:2349
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EVEN"
msgstr ""
-#: core_resource.hrc:2350
+#: formula/inc/core_resource.hrc:2350
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ODD"
msgstr ""
-#: core_resource.hrc:2351
+#: formula/inc/core_resource.hrc:2351
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMSDIST"
msgstr ""
-#: core_resource.hrc:2352
+#: formula/inc/core_resource.hrc:2352
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.S.DIST"
msgstr ""
-#: core_resource.hrc:2353
+#: formula/inc/core_resource.hrc:2353
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FISHER"
msgstr ""
-#: core_resource.hrc:2354
+#: formula/inc/core_resource.hrc:2354
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FISHERINV"
msgstr ""
-#: core_resource.hrc:2355
+#: formula/inc/core_resource.hrc:2355
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMSINV"
msgstr ""
-#: core_resource.hrc:2356
+#: formula/inc/core_resource.hrc:2356
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.S.INV"
msgstr ""
-#: core_resource.hrc:2357
+#: formula/inc/core_resource.hrc:2357
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMALN"
msgstr ""
-#: core_resource.hrc:2358
+#: formula/inc/core_resource.hrc:2358
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMALN.PRECISE"
msgstr ""
-#: core_resource.hrc:2359
+#: formula/inc/core_resource.hrc:2359
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERRORTYPE"
msgstr ""
-#: core_resource.hrc:2360
+#: formula/inc/core_resource.hrc:2360
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERROR.TYPE"
msgstr ""
-#: core_resource.hrc:2361
+#: formula/inc/core_resource.hrc:2361
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORMULA"
msgstr ""
-#: core_resource.hrc:2362
+#: formula/inc/core_resource.hrc:2362
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ARABIC"
msgstr ""
-#: core_resource.hrc:2363
+#: formula/inc/core_resource.hrc:2363
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ATAN2"
msgstr ""
-#: core_resource.hrc:2364
+#: formula/inc/core_resource.hrc:2364
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING.MATH"
msgstr ""
-#: core_resource.hrc:2365
+#: formula/inc/core_resource.hrc:2365
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING"
msgstr ""
-#: core_resource.hrc:2366
+#: formula/inc/core_resource.hrc:2366
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING.XCL"
msgstr ""
-#: core_resource.hrc:2367
+#: formula/inc/core_resource.hrc:2367
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CEILING.PRECISE"
msgstr ""
-#: core_resource.hrc:2368
+#: formula/inc/core_resource.hrc:2368
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISO.CEILING"
msgstr ""
-#: core_resource.hrc:2369
+#: formula/inc/core_resource.hrc:2369
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR"
msgstr ""
-#: core_resource.hrc:2370
+#: formula/inc/core_resource.hrc:2370
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR.XCL"
msgstr ""
-#: core_resource.hrc:2371
+#: formula/inc/core_resource.hrc:2371
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR.MATH"
msgstr ""
-#: core_resource.hrc:2372
+#: formula/inc/core_resource.hrc:2372
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FLOOR.PRECISE"
msgstr ""
-#: core_resource.hrc:2373
+#: formula/inc/core_resource.hrc:2373
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUND"
msgstr ""
-#: core_resource.hrc:2374
+#: formula/inc/core_resource.hrc:2374
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUNDUP"
msgstr ""
-#: core_resource.hrc:2375
+#: formula/inc/core_resource.hrc:2375
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUNDDOWN"
msgstr ""
-#: core_resource.hrc:2376
+#: formula/inc/core_resource.hrc:2376
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRUNC"
msgstr ""
-#: core_resource.hrc:2377
+#: formula/inc/core_resource.hrc:2377
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOG"
msgstr ""
-#: core_resource.hrc:2378
+#: formula/inc/core_resource.hrc:2378
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POWER"
msgstr ""
-#: core_resource.hrc:2379
+#: formula/inc/core_resource.hrc:2379
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GCD"
msgstr ""
-#: core_resource.hrc:2380
+#: formula/inc/core_resource.hrc:2380
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LCM"
msgstr ""
-#: core_resource.hrc:2381
+#: formula/inc/core_resource.hrc:2381
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MOD"
msgstr ""
-#: core_resource.hrc:2382
+#: formula/inc/core_resource.hrc:2382
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMPRODUCT"
msgstr ""
-#: core_resource.hrc:2383
+#: formula/inc/core_resource.hrc:2383
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMSQ"
msgstr ""
-#: core_resource.hrc:2384
+#: formula/inc/core_resource.hrc:2384
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMX2MY2"
msgstr ""
-#: core_resource.hrc:2385
+#: formula/inc/core_resource.hrc:2385
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMX2PY2"
msgstr ""
-#: core_resource.hrc:2386
+#: formula/inc/core_resource.hrc:2386
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMXMY2"
msgstr ""
-#: core_resource.hrc:2387
+#: formula/inc/core_resource.hrc:2387
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DATE"
msgstr "taxa"
-#: core_resource.hrc:2388
+#: formula/inc/core_resource.hrc:2388
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TIME"
msgstr ""
-#: core_resource.hrc:2389
+#: formula/inc/core_resource.hrc:2389
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAYS"
msgstr ""
-#: core_resource.hrc:2390
+#: formula/inc/core_resource.hrc:2390
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAYS360"
msgstr ""
-#: core_resource.hrc:2391
+#: formula/inc/core_resource.hrc:2391
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DATEDIF"
msgstr ""
-#: core_resource.hrc:2392
+#: formula/inc/core_resource.hrc:2392
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MIN"
msgstr ""
-#: core_resource.hrc:2393
+#: formula/inc/core_resource.hrc:2393
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINA"
msgstr ""
-#: core_resource.hrc:2394
+#: formula/inc/core_resource.hrc:2394
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAX"
msgstr ""
-#: core_resource.hrc:2395
+#: formula/inc/core_resource.hrc:2395
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAXA"
msgstr ""
-#: core_resource.hrc:2396
+#: formula/inc/core_resource.hrc:2396
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUM"
msgstr ""
-#: core_resource.hrc:2397
+#: formula/inc/core_resource.hrc:2397
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PRODUCT"
msgstr ""
-#: core_resource.hrc:2398
+#: formula/inc/core_resource.hrc:2398
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGE"
msgstr ""
-#: core_resource.hrc:2399
+#: formula/inc/core_resource.hrc:2399
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGEA"
msgstr ""
-#: core_resource.hrc:2400
+#: formula/inc/core_resource.hrc:2400
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNT"
msgstr ""
-#: core_resource.hrc:2401
+#: formula/inc/core_resource.hrc:2401
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTA"
msgstr ""
-#: core_resource.hrc:2402
+#: formula/inc/core_resource.hrc:2402
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NPV"
msgstr ""
-#: core_resource.hrc:2403
+#: formula/inc/core_resource.hrc:2403
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IRR"
msgstr ""
-#: core_resource.hrc:2404
+#: formula/inc/core_resource.hrc:2404
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MIRR"
msgstr ""
-#: core_resource.hrc:2405
+#: formula/inc/core_resource.hrc:2405
#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISPMT"
msgstr "PMT"
-#: core_resource.hrc:2406
+#: formula/inc/core_resource.hrc:2406
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VAR"
msgstr ""
-#: core_resource.hrc:2407
+#: formula/inc/core_resource.hrc:2407
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VARA"
msgstr ""
-#: core_resource.hrc:2408
+#: formula/inc/core_resource.hrc:2408
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VARP"
msgstr ""
-#: core_resource.hrc:2409
+#: formula/inc/core_resource.hrc:2409
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VARPA"
msgstr ""
-#: core_resource.hrc:2410
+#: formula/inc/core_resource.hrc:2410
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VAR.P"
msgstr ""
-#: core_resource.hrc:2411
+#: formula/inc/core_resource.hrc:2411
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VAR.S"
msgstr ""
-#: core_resource.hrc:2412
+#: formula/inc/core_resource.hrc:2412
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEV"
msgstr ""
-#: core_resource.hrc:2413
+#: formula/inc/core_resource.hrc:2413
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEVA"
msgstr ""
-#: core_resource.hrc:2414
+#: formula/inc/core_resource.hrc:2414
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEVP"
msgstr ""
-#: core_resource.hrc:2415
+#: formula/inc/core_resource.hrc:2415
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEVPA"
msgstr ""
-#: core_resource.hrc:2416
+#: formula/inc/core_resource.hrc:2416
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEV.P"
msgstr ""
-#: core_resource.hrc:2417
+#: formula/inc/core_resource.hrc:2417
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STDEV.S"
msgstr ""
-#: core_resource.hrc:2418
+#: formula/inc/core_resource.hrc:2418
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "B"
msgstr ""
-#: core_resource.hrc:2419
+#: formula/inc/core_resource.hrc:2419
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMDIST"
msgstr ""
-#: core_resource.hrc:2420
+#: formula/inc/core_resource.hrc:2420
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.DIST"
msgstr ""
-#: core_resource.hrc:2421
+#: formula/inc/core_resource.hrc:2421
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXPONDIST"
msgstr ""
-#: core_resource.hrc:2422
+#: formula/inc/core_resource.hrc:2422
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXPON.DIST"
msgstr ""
-#: core_resource.hrc:2423
+#: formula/inc/core_resource.hrc:2423
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BINOMDIST"
msgstr ""
-#: core_resource.hrc:2424
+#: formula/inc/core_resource.hrc:2424
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BINOM.DIST"
msgstr ""
-#: core_resource.hrc:2425
+#: formula/inc/core_resource.hrc:2425
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POISSON"
msgstr ""
-#: core_resource.hrc:2426
+#: formula/inc/core_resource.hrc:2426
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POISSON.DIST"
msgstr ""
-#: core_resource.hrc:2427
+#: formula/inc/core_resource.hrc:2427
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COMBIN"
msgstr ""
-#: core_resource.hrc:2428
+#: formula/inc/core_resource.hrc:2428
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COMBINA"
msgstr ""
-#: core_resource.hrc:2429
+#: formula/inc/core_resource.hrc:2429
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERMUT"
msgstr ""
-#: core_resource.hrc:2430
+#: formula/inc/core_resource.hrc:2430
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERMUTATIONA"
msgstr ""
-#: core_resource.hrc:2431
+#: formula/inc/core_resource.hrc:2431
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PV"
msgstr "va"
-#: core_resource.hrc:2432
+#: formula/inc/core_resource.hrc:2432
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SYD"
msgstr ""
-#: core_resource.hrc:2433
+#: formula/inc/core_resource.hrc:2433
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DDB"
msgstr ""
-#: core_resource.hrc:2434
+#: formula/inc/core_resource.hrc:2434
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DB"
msgstr ""
-#: core_resource.hrc:2435
+#: formula/inc/core_resource.hrc:2435
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VDB"
msgstr ""
-#: core_resource.hrc:2436
+#: formula/inc/core_resource.hrc:2436
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PDURATION"
msgstr ""
-#: core_resource.hrc:2437
+#: formula/inc/core_resource.hrc:2437
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SLN"
msgstr ""
-#: core_resource.hrc:2438
+#: formula/inc/core_resource.hrc:2438
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PMT"
msgstr "PMT"
-#: core_resource.hrc:2439
+#: formula/inc/core_resource.hrc:2439
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COLUMNS"
msgstr ""
-#: core_resource.hrc:2440
+#: formula/inc/core_resource.hrc:2440
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROWS"
msgstr ""
-#: core_resource.hrc:2441
+#: formula/inc/core_resource.hrc:2441
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SHEETS"
msgstr ""
-#: core_resource.hrc:2442
+#: formula/inc/core_resource.hrc:2442
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COLUMN"
msgstr ""
-#: core_resource.hrc:2443
+#: formula/inc/core_resource.hrc:2443
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROW"
msgstr ""
-#: core_resource.hrc:2444
+#: formula/inc/core_resource.hrc:2444
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SHEET"
msgstr ""
-#: core_resource.hrc:2445
+#: formula/inc/core_resource.hrc:2445
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RRI"
msgstr ""
-#: core_resource.hrc:2446
+#: formula/inc/core_resource.hrc:2446
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FV"
msgstr "vf"
-#: core_resource.hrc:2447
+#: formula/inc/core_resource.hrc:2447
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NPER"
msgstr "NPER"
-#: core_resource.hrc:2448
+#: formula/inc/core_resource.hrc:2448
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RATE"
msgstr "taxa"
-#: core_resource.hrc:2449
+#: formula/inc/core_resource.hrc:2449
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IPMT"
msgstr "PMT"
-#: core_resource.hrc:2450
+#: formula/inc/core_resource.hrc:2450
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PPMT"
msgstr "PMT"
-#: core_resource.hrc:2451
+#: formula/inc/core_resource.hrc:2451
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CUMIPMT"
msgstr ""
-#: core_resource.hrc:2452
+#: formula/inc/core_resource.hrc:2452
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CUMPRINC"
msgstr ""
-#: core_resource.hrc:2453
+#: formula/inc/core_resource.hrc:2453
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EFFECT"
msgstr ""
-#: core_resource.hrc:2454
+#: formula/inc/core_resource.hrc:2454
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NOMINAL"
msgstr ""
-#: core_resource.hrc:2455
+#: formula/inc/core_resource.hrc:2455
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUBTOTAL"
msgstr ""
-#: core_resource.hrc:2456
+#: formula/inc/core_resource.hrc:2456
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DSUM"
msgstr ""
-#: core_resource.hrc:2457
+#: formula/inc/core_resource.hrc:2457
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DCOUNT"
msgstr ""
-#: core_resource.hrc:2458
+#: formula/inc/core_resource.hrc:2458
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DCOUNTA"
msgstr ""
-#: core_resource.hrc:2459
+#: formula/inc/core_resource.hrc:2459
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DAVERAGE"
msgstr ""
-#: core_resource.hrc:2460
+#: formula/inc/core_resource.hrc:2460
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DGET"
msgstr ""
-#: core_resource.hrc:2461
+#: formula/inc/core_resource.hrc:2461
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DMAX"
msgstr ""
-#: core_resource.hrc:2462
+#: formula/inc/core_resource.hrc:2462
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DMIN"
msgstr ""
-#: core_resource.hrc:2463
+#: formula/inc/core_resource.hrc:2463
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DPRODUCT"
msgstr ""
-#: core_resource.hrc:2464
+#: formula/inc/core_resource.hrc:2464
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DSTDEV"
msgstr ""
-#: core_resource.hrc:2465
+#: formula/inc/core_resource.hrc:2465
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DSTDEVP"
msgstr ""
-#: core_resource.hrc:2466
+#: formula/inc/core_resource.hrc:2466
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DVAR"
msgstr ""
-#: core_resource.hrc:2467
+#: formula/inc/core_resource.hrc:2467
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DVARP"
msgstr ""
-#: core_resource.hrc:2468
+#: formula/inc/core_resource.hrc:2468
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INDIRECT"
msgstr ""
-#: core_resource.hrc:2469
+#: formula/inc/core_resource.hrc:2469
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ADDRESS"
msgstr ""
-#: core_resource.hrc:2470
+#: formula/inc/core_resource.hrc:2470
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MATCH"
msgstr ""
-#: core_resource.hrc:2471
+#: formula/inc/core_resource.hrc:2471
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTBLANK"
msgstr ""
-#: core_resource.hrc:2472
+#: formula/inc/core_resource.hrc:2472
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTIF"
msgstr ""
-#: core_resource.hrc:2473
+#: formula/inc/core_resource.hrc:2473
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMIF"
msgstr ""
-#: core_resource.hrc:2474
+#: formula/inc/core_resource.hrc:2474
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGEIF"
msgstr ""
-#: core_resource.hrc:2475
+#: formula/inc/core_resource.hrc:2475
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUMIFS"
msgstr ""
-#: core_resource.hrc:2476
+#: formula/inc/core_resource.hrc:2476
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVERAGEIFS"
msgstr ""
-#: core_resource.hrc:2477
+#: formula/inc/core_resource.hrc:2477
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTIFS"
msgstr ""
-#: core_resource.hrc:2478
+#: formula/inc/core_resource.hrc:2478
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOOKUP"
msgstr ""
-#: core_resource.hrc:2479
+#: formula/inc/core_resource.hrc:2479
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "VLOOKUP"
msgstr ""
-#: core_resource.hrc:2480
+#: formula/inc/core_resource.hrc:2480
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HLOOKUP"
msgstr ""
-#: core_resource.hrc:2481
+#: formula/inc/core_resource.hrc:2481
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MULTIRANGE"
msgstr ""
#. legacy for range list (union)
-#: core_resource.hrc:2482
+#: formula/inc/core_resource.hrc:2482
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "OFFSET"
msgstr ""
-#: core_resource.hrc:2483
+#: formula/inc/core_resource.hrc:2483
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INDEX"
msgstr ""
#. ?? first character = I ??
-#: core_resource.hrc:2484
+#: formula/inc/core_resource.hrc:2484
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AREAS"
msgstr ""
-#: core_resource.hrc:2485
+#: formula/inc/core_resource.hrc:2485
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DOLLAR"
msgstr ""
-#: core_resource.hrc:2486
+#: formula/inc/core_resource.hrc:2486
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPLACE"
msgstr ""
-#: core_resource.hrc:2487
+#: formula/inc/core_resource.hrc:2487
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FIXED"
msgstr ""
-#: core_resource.hrc:2488
+#: formula/inc/core_resource.hrc:2488
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FIND"
msgstr ""
-#: core_resource.hrc:2489
+#: formula/inc/core_resource.hrc:2489
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXACT"
msgstr ""
-#: core_resource.hrc:2490
+#: formula/inc/core_resource.hrc:2490
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LEFT"
msgstr ""
-#: core_resource.hrc:2491
+#: formula/inc/core_resource.hrc:2491
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RIGHT"
msgstr ""
-#: core_resource.hrc:2492
+#: formula/inc/core_resource.hrc:2492
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEARCH"
msgstr ""
-#: core_resource.hrc:2493
+#: formula/inc/core_resource.hrc:2493
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MID"
msgstr ""
-#: core_resource.hrc:2494
+#: formula/inc/core_resource.hrc:2494
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LENB"
msgstr ""
-#: core_resource.hrc:2495
+#: formula/inc/core_resource.hrc:2495
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RIGHTB"
msgstr ""
-#: core_resource.hrc:2496
+#: formula/inc/core_resource.hrc:2496
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LEFTB"
msgstr ""
-#: core_resource.hrc:2497
+#: formula/inc/core_resource.hrc:2497
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPLACEB"
msgstr ""
-#: core_resource.hrc:2498
+#: formula/inc/core_resource.hrc:2498
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MIDB"
msgstr ""
-#: core_resource.hrc:2499
+#: formula/inc/core_resource.hrc:2499
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TEXT"
msgstr ""
-#: core_resource.hrc:2500
+#: formula/inc/core_resource.hrc:2500
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SUBSTITUTE"
msgstr ""
-#: core_resource.hrc:2501
+#: formula/inc/core_resource.hrc:2501
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPT"
msgstr ""
-#: core_resource.hrc:2502
+#: formula/inc/core_resource.hrc:2502
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONCATENATE"
msgstr ""
-#: core_resource.hrc:2503
+#: formula/inc/core_resource.hrc:2503
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONCAT"
msgstr ""
-#: core_resource.hrc:2504
+#: formula/inc/core_resource.hrc:2504
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TEXTJOIN"
msgstr ""
-#: core_resource.hrc:2505
+#: formula/inc/core_resource.hrc:2505
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "IFS"
msgstr ""
-#: core_resource.hrc:2506
+#: formula/inc/core_resource.hrc:2506
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SWITCH"
msgstr ""
-#: core_resource.hrc:2507
+#: formula/inc/core_resource.hrc:2507
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINIFS"
msgstr ""
-#: core_resource.hrc:2508
+#: formula/inc/core_resource.hrc:2508
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAXIFS"
msgstr ""
-#: core_resource.hrc:2509
+#: formula/inc/core_resource.hrc:2509
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MVALUE"
msgstr ""
-#: core_resource.hrc:2510
+#: formula/inc/core_resource.hrc:2510
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MDETERM"
msgstr ""
-#: core_resource.hrc:2511
+#: formula/inc/core_resource.hrc:2511
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINVERSE"
msgstr ""
-#: core_resource.hrc:2512
+#: formula/inc/core_resource.hrc:2512
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MMULT"
msgstr ""
-#: core_resource.hrc:2513
+#: formula/inc/core_resource.hrc:2513
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRANSPOSE"
msgstr ""
-#: core_resource.hrc:2514
+#: formula/inc/core_resource.hrc:2514
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MUNIT"
msgstr ""
-#: core_resource.hrc:2515
+#: formula/inc/core_resource.hrc:2515
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GOALSEEK"
msgstr ""
-#: core_resource.hrc:2516
+#: formula/inc/core_resource.hrc:2516
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HYPGEOMDIST"
msgstr ""
-#: core_resource.hrc:2517
+#: formula/inc/core_resource.hrc:2517
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HYPGEOM.DIST"
msgstr ""
-#: core_resource.hrc:2518
+#: formula/inc/core_resource.hrc:2518
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGNORMDIST"
msgstr ""
-#: core_resource.hrc:2519
+#: formula/inc/core_resource.hrc:2519
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGNORM.DIST"
msgstr ""
-#: core_resource.hrc:2520
+#: formula/inc/core_resource.hrc:2520
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TDIST"
msgstr ""
-#: core_resource.hrc:2521
+#: formula/inc/core_resource.hrc:2521
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.DIST.2T"
msgstr ""
-#: core_resource.hrc:2522
+#: formula/inc/core_resource.hrc:2522
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.DIST"
msgstr ""
-#: core_resource.hrc:2523
+#: formula/inc/core_resource.hrc:2523
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.DIST.RT"
msgstr ""
-#: core_resource.hrc:2524
+#: formula/inc/core_resource.hrc:2524
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FDIST"
msgstr ""
-#: core_resource.hrc:2525
+#: formula/inc/core_resource.hrc:2525
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.DIST"
msgstr ""
-#: core_resource.hrc:2526
+#: formula/inc/core_resource.hrc:2526
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.DIST.RT"
msgstr ""
-#: core_resource.hrc:2527
+#: formula/inc/core_resource.hrc:2527
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHIDIST"
msgstr ""
-#: core_resource.hrc:2528
+#: formula/inc/core_resource.hrc:2528
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.DIST.RT"
msgstr ""
-#: core_resource.hrc:2529
+#: formula/inc/core_resource.hrc:2529
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEIBULL"
msgstr ""
-#: core_resource.hrc:2530
+#: formula/inc/core_resource.hrc:2530
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEIBULL.DIST"
msgstr ""
-#: core_resource.hrc:2531
+#: formula/inc/core_resource.hrc:2531
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NEGBINOMDIST"
msgstr ""
-#: core_resource.hrc:2532
+#: formula/inc/core_resource.hrc:2532
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NEGBINOM.DIST"
msgstr ""
-#: core_resource.hrc:2533
+#: formula/inc/core_resource.hrc:2533
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CRITBINOM"
msgstr ""
-#: core_resource.hrc:2534
+#: formula/inc/core_resource.hrc:2534
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BINOM.INV"
msgstr ""
-#: core_resource.hrc:2535
+#: formula/inc/core_resource.hrc:2535
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "KURT"
msgstr ""
-#: core_resource.hrc:2536
+#: formula/inc/core_resource.hrc:2536
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HARMEAN"
msgstr ""
-#: core_resource.hrc:2537
+#: formula/inc/core_resource.hrc:2537
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GEOMEAN"
msgstr ""
-#: core_resource.hrc:2538
+#: formula/inc/core_resource.hrc:2538
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STANDARDIZE"
msgstr ""
-#: core_resource.hrc:2539
+#: formula/inc/core_resource.hrc:2539
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AVEDEV"
msgstr ""
-#: core_resource.hrc:2540
+#: formula/inc/core_resource.hrc:2540
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SKEW"
msgstr ""
-#: core_resource.hrc:2541
+#: formula/inc/core_resource.hrc:2541
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SKEWP"
msgstr ""
-#: core_resource.hrc:2542
+#: formula/inc/core_resource.hrc:2542
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DEVSQ"
msgstr ""
-#: core_resource.hrc:2543
+#: formula/inc/core_resource.hrc:2543
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MEDIAN"
msgstr ""
-#: core_resource.hrc:2544
+#: formula/inc/core_resource.hrc:2544
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE"
msgstr ""
-#: core_resource.hrc:2545
+#: formula/inc/core_resource.hrc:2545
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE.SNGL"
msgstr ""
-#: core_resource.hrc:2546
+#: formula/inc/core_resource.hrc:2546
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MODE.MULT"
msgstr ""
-#: core_resource.hrc:2547
+#: formula/inc/core_resource.hrc:2547
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ZTEST"
msgstr ""
-#: core_resource.hrc:2548
+#: formula/inc/core_resource.hrc:2548
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "Z.TEST"
msgstr ""
-#: core_resource.hrc:2549
+#: formula/inc/core_resource.hrc:2549
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AGGREGATE"
msgstr ""
-#: core_resource.hrc:2550
+#: formula/inc/core_resource.hrc:2550
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TTEST"
msgstr ""
-#: core_resource.hrc:2551
+#: formula/inc/core_resource.hrc:2551
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.TEST"
msgstr ""
-#: core_resource.hrc:2552
+#: formula/inc/core_resource.hrc:2552
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANK"
msgstr ""
-#: core_resource.hrc:2553
+#: formula/inc/core_resource.hrc:2553
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTILE"
msgstr ""
-#: core_resource.hrc:2554
+#: formula/inc/core_resource.hrc:2554
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTRANK"
msgstr ""
-#: core_resource.hrc:2555
+#: formula/inc/core_resource.hrc:2555
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTILE.INC"
msgstr ""
-#: core_resource.hrc:2556
+#: formula/inc/core_resource.hrc:2556
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTRANK.INC"
msgstr ""
-#: core_resource.hrc:2557
+#: formula/inc/core_resource.hrc:2557
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "QUARTILE.INC"
msgstr ""
-#: core_resource.hrc:2558
+#: formula/inc/core_resource.hrc:2558
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANK.EQ"
msgstr ""
-#: core_resource.hrc:2559
+#: formula/inc/core_resource.hrc:2559
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTILE.EXC"
msgstr ""
-#: core_resource.hrc:2560
+#: formula/inc/core_resource.hrc:2560
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PERCENTRANK.EXC"
msgstr ""
-#: core_resource.hrc:2561
+#: formula/inc/core_resource.hrc:2561
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "QUARTILE.EXC"
msgstr ""
-#: core_resource.hrc:2562
+#: formula/inc/core_resource.hrc:2562
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RANK.AVG"
msgstr ""
-#: core_resource.hrc:2563
+#: formula/inc/core_resource.hrc:2563
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LARGE"
msgstr ""
-#: core_resource.hrc:2564
+#: formula/inc/core_resource.hrc:2564
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SMALL"
msgstr ""
-#: core_resource.hrc:2565
+#: formula/inc/core_resource.hrc:2565
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FREQUENCY"
msgstr ""
-#: core_resource.hrc:2566
+#: formula/inc/core_resource.hrc:2566
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "QUARTILE"
msgstr ""
-#: core_resource.hrc:2567
+#: formula/inc/core_resource.hrc:2567
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORMINV"
msgstr ""
-#: core_resource.hrc:2568
+#: formula/inc/core_resource.hrc:2568
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NORM.INV"
msgstr ""
-#: core_resource.hrc:2569
+#: formula/inc/core_resource.hrc:2569
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONFIDENCE"
msgstr ""
-#: core_resource.hrc:2570
+#: formula/inc/core_resource.hrc:2570
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONFIDENCE.NORM"
msgstr ""
-#: core_resource.hrc:2571
+#: formula/inc/core_resource.hrc:2571
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONFIDENCE.T"
msgstr ""
-#: core_resource.hrc:2572
+#: formula/inc/core_resource.hrc:2572
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FTEST"
msgstr ""
-#: core_resource.hrc:2573
+#: formula/inc/core_resource.hrc:2573
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.TEST"
msgstr ""
-#: core_resource.hrc:2574
+#: formula/inc/core_resource.hrc:2574
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TRIMMEAN"
msgstr ""
-#: core_resource.hrc:2575
+#: formula/inc/core_resource.hrc:2575
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PROB"
msgstr ""
-#: core_resource.hrc:2576
+#: formula/inc/core_resource.hrc:2576
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CORREL"
msgstr ""
-#: core_resource.hrc:2577
+#: formula/inc/core_resource.hrc:2577
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COVAR"
msgstr ""
-#: core_resource.hrc:2578
+#: formula/inc/core_resource.hrc:2578
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COVARIANCE.P"
msgstr ""
-#: core_resource.hrc:2579
+#: formula/inc/core_resource.hrc:2579
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COVARIANCE.S"
msgstr ""
-#: core_resource.hrc:2580
+#: formula/inc/core_resource.hrc:2580
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PEARSON"
msgstr ""
-#: core_resource.hrc:2581
+#: formula/inc/core_resource.hrc:2581
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RSQ"
msgstr ""
-#: core_resource.hrc:2582
+#: formula/inc/core_resource.hrc:2582
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STEYX"
msgstr ""
-#: core_resource.hrc:2583
+#: formula/inc/core_resource.hrc:2583
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SLOPE"
msgstr ""
-#: core_resource.hrc:2584
+#: formula/inc/core_resource.hrc:2584
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INTERCEPT"
msgstr ""
-#: core_resource.hrc:2585
+#: formula/inc/core_resource.hrc:2585
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TREND"
msgstr ""
-#: core_resource.hrc:2586
+#: formula/inc/core_resource.hrc:2586
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GROWTH"
msgstr ""
-#: core_resource.hrc:2587
+#: formula/inc/core_resource.hrc:2587
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LINEST"
msgstr ""
-#: core_resource.hrc:2588
+#: formula/inc/core_resource.hrc:2588
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGEST"
msgstr ""
-#: core_resource.hrc:2589
+#: formula/inc/core_resource.hrc:2589
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST"
msgstr ""
-#: core_resource.hrc:2590
+#: formula/inc/core_resource.hrc:2590
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.ADD"
msgstr ""
-#: core_resource.hrc:2591
+#: formula/inc/core_resource.hrc:2591
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.SEASONALITY"
msgstr ""
-#: core_resource.hrc:2592
+#: formula/inc/core_resource.hrc:2592
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.MULT"
msgstr ""
-#: core_resource.hrc:2593
+#: formula/inc/core_resource.hrc:2593
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.PI.ADD"
msgstr ""
-#: core_resource.hrc:2594
+#: formula/inc/core_resource.hrc:2594
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.PI.MULT"
msgstr ""
-#: core_resource.hrc:2595
+#: formula/inc/core_resource.hrc:2595
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.STAT.ADD"
msgstr ""
-#: core_resource.hrc:2596
+#: formula/inc/core_resource.hrc:2596
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.ETS.STAT.MULT"
msgstr ""
-#: core_resource.hrc:2597
+#: formula/inc/core_resource.hrc:2597
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FORECAST.LINEAR"
msgstr ""
-#: core_resource.hrc:2598
+#: formula/inc/core_resource.hrc:2598
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHIINV"
msgstr ""
-#: core_resource.hrc:2599
+#: formula/inc/core_resource.hrc:2599
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.INV.RT"
msgstr ""
-#: core_resource.hrc:2600
+#: formula/inc/core_resource.hrc:2600
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMADIST"
msgstr ""
-#: core_resource.hrc:2601
+#: formula/inc/core_resource.hrc:2601
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMA.DIST"
msgstr ""
-#: core_resource.hrc:2602
+#: formula/inc/core_resource.hrc:2602
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMAINV"
msgstr ""
-#: core_resource.hrc:2603
+#: formula/inc/core_resource.hrc:2603
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMA.INV"
msgstr ""
-#: core_resource.hrc:2604
+#: formula/inc/core_resource.hrc:2604
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TINV"
msgstr ""
-#: core_resource.hrc:2605
+#: formula/inc/core_resource.hrc:2605
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.INV.2T"
msgstr ""
-#: core_resource.hrc:2606
+#: formula/inc/core_resource.hrc:2606
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "T.INV"
msgstr ""
-#: core_resource.hrc:2607
+#: formula/inc/core_resource.hrc:2607
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FINV"
msgstr ""
-#: core_resource.hrc:2608
+#: formula/inc/core_resource.hrc:2608
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.INV"
msgstr ""
-#: core_resource.hrc:2609
+#: formula/inc/core_resource.hrc:2609
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.INV.RT"
msgstr ""
-#: core_resource.hrc:2610
+#: formula/inc/core_resource.hrc:2610
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHITEST"
msgstr ""
-#: core_resource.hrc:2611
+#: formula/inc/core_resource.hrc:2611
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.TEST"
msgstr ""
-#: core_resource.hrc:2612
+#: formula/inc/core_resource.hrc:2612
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGINV"
msgstr ""
-#: core_resource.hrc:2613
+#: formula/inc/core_resource.hrc:2613
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "LOGNORM.INV"
msgstr ""
-#: core_resource.hrc:2614
+#: formula/inc/core_resource.hrc:2614
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MULTIPLE.OPERATIONS"
msgstr ""
-#: core_resource.hrc:2615
+#: formula/inc/core_resource.hrc:2615
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETADIST"
msgstr ""
-#: core_resource.hrc:2616
+#: formula/inc/core_resource.hrc:2616
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETAINV"
msgstr ""
-#: core_resource.hrc:2617
+#: formula/inc/core_resource.hrc:2617
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETA.DIST"
msgstr ""
-#: core_resource.hrc:2618
+#: formula/inc/core_resource.hrc:2618
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BETA.INV"
msgstr ""
-#: core_resource.hrc:2619
+#: formula/inc/core_resource.hrc:2619
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEEKNUM"
msgstr ""
-#: core_resource.hrc:2620
+#: formula/inc/core_resource.hrc:2620
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ISOWEEKNUM"
msgstr ""
-#: core_resource.hrc:2621
+#: formula/inc/core_resource.hrc:2621
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEEKNUM_OOO"
msgstr ""
-#: core_resource.hrc:2622
+#: formula/inc/core_resource.hrc:2622
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EASTERSUNDAY"
msgstr ""
-#: core_resource.hrc:2623
+#: formula/inc/core_resource.hrc:2623
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEEKDAY"
msgstr ""
-#: core_resource.hrc:2624
+#: formula/inc/core_resource.hrc:2624
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NETWORKDAYS"
msgstr ""
-#: core_resource.hrc:2625
+#: formula/inc/core_resource.hrc:2625
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NETWORKDAYS.INTL"
msgstr ""
-#: core_resource.hrc:2626
+#: formula/inc/core_resource.hrc:2626
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WORKDAY.INTL"
msgstr ""
-#: core_resource.hrc:2627
+#: formula/inc/core_resource.hrc:2627
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NAME!"
msgstr ""
-#: core_resource.hrc:2628
+#: formula/inc/core_resource.hrc:2628
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "STYLE"
msgstr ""
-#: core_resource.hrc:2629
+#: formula/inc/core_resource.hrc:2629
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DDE"
msgstr ""
-#: core_resource.hrc:2630
+#: formula/inc/core_resource.hrc:2630
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BASE"
msgstr ""
-#: core_resource.hrc:2631
+#: formula/inc/core_resource.hrc:2631
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DECIMAL"
msgstr ""
-#: core_resource.hrc:2632
+#: formula/inc/core_resource.hrc:2632
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CONVERT_OOO"
msgstr ""
-#: core_resource.hrc:2633
+#: formula/inc/core_resource.hrc:2633
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROMAN"
msgstr ""
-#: core_resource.hrc:2634
+#: formula/inc/core_resource.hrc:2634
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "HYPERLINK"
msgstr ""
-#: core_resource.hrc:2635
+#: formula/inc/core_resource.hrc:2635
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "INFO"
msgstr ""
-#: core_resource.hrc:2636
+#: formula/inc/core_resource.hrc:2636
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BAHTTEXT"
msgstr ""
-#: core_resource.hrc:2637
+#: formula/inc/core_resource.hrc:2637
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GETPIVOTDATA"
msgstr ""
-#: core_resource.hrc:2638
+#: formula/inc/core_resource.hrc:2638
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EUROCONVERT"
msgstr ""
-#: core_resource.hrc:2639
+#: formula/inc/core_resource.hrc:2639
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "NUMBERVALUE"
msgstr ""
-#: core_resource.hrc:2640
+#: formula/inc/core_resource.hrc:2640
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "GAMMA"
msgstr ""
-#: core_resource.hrc:2641
+#: formula/inc/core_resource.hrc:2641
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQDIST"
msgstr ""
-#: core_resource.hrc:2642
+#: formula/inc/core_resource.hrc:2642
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.DIST"
msgstr ""
-#: core_resource.hrc:2643
+#: formula/inc/core_resource.hrc:2643
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQINV"
msgstr ""
-#: core_resource.hrc:2644
+#: formula/inc/core_resource.hrc:2644
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "CHISQ.INV"
msgstr ""
-#: core_resource.hrc:2645
+#: formula/inc/core_resource.hrc:2645
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITAND"
msgstr ""
-#: core_resource.hrc:2646
+#: formula/inc/core_resource.hrc:2646
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITOR"
msgstr ""
-#: core_resource.hrc:2647
+#: formula/inc/core_resource.hrc:2647
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITXOR"
msgstr ""
-#: core_resource.hrc:2648
+#: formula/inc/core_resource.hrc:2648
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITRSHIFT"
msgstr ""
-#: core_resource.hrc:2649
+#: formula/inc/core_resource.hrc:2649
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BITLSHIFT"
msgstr ""
#. BEGIN defined ERROR.TYPE() values.
#. ERROR.TYPE( #NULL! ) == 1
-#: core_resource.hrc:2652
+#: formula/inc/core_resource.hrc:2652
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NULL!"
msgstr ""
#. ERROR.TYPE( #DIV/0! ) == 2
-#: core_resource.hrc:2654
+#: formula/inc/core_resource.hrc:2654
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#DIV/0!"
msgstr ""
#. ERROR.TYPE( #VALUE! ) == 3
-#: core_resource.hrc:2656
+#: formula/inc/core_resource.hrc:2656
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#VALUE!"
msgstr ""
#. ERROR.TYPE( #REF! ) == 4
-#: core_resource.hrc:2658
+#: formula/inc/core_resource.hrc:2658
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#REF!"
msgstr ""
#. ERROR.TYPE( #NAME! ) == 5
-#: core_resource.hrc:2660
+#: formula/inc/core_resource.hrc:2660
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NAME?"
msgstr ""
#. ERROR.TYPE( #NUM! ) == 6
-#: core_resource.hrc:2662
+#: formula/inc/core_resource.hrc:2662
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#NUM!"
msgstr ""
#. ERROR.TYPE( #N/A ) == 7
-#: core_resource.hrc:2664
+#: formula/inc/core_resource.hrc:2664
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#N/A"
msgstr ""
#. END defined ERROR.TYPE() values.
-#: core_resource.hrc:2667
+#: formula/inc/core_resource.hrc:2667
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FILTERXML"
msgstr ""
-#: core_resource.hrc:2668
+#: formula/inc/core_resource.hrc:2668
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COLOR"
msgstr ""
-#: core_resource.hrc:2669
+#: formula/inc/core_resource.hrc:2669
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "WEBSERVICE"
msgstr ""
-#: core_resource.hrc:2670
+#: formula/inc/core_resource.hrc:2670
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERF.PRECISE"
msgstr ""
-#: core_resource.hrc:2671
+#: formula/inc/core_resource.hrc:2671
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ERFC.PRECISE"
msgstr ""
-#: core_resource.hrc:2672
+#: formula/inc/core_resource.hrc:2672
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ENCODEURL"
msgstr ""
-#: core_resource.hrc:2673
+#: formula/inc/core_resource.hrc:2673
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RAWSUBTRACT"
msgstr ""
-#: core_resource.hrc:2674
+#: formula/inc/core_resource.hrc:2674
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROUNDSIG"
msgstr ""
-#: core_resource.hrc:2675
+#: formula/inc/core_resource.hrc:2675
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FINDB"
msgstr ""
-#: core_resource.hrc:2676
+#: formula/inc/core_resource.hrc:2676
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEARCHB"
msgstr ""
-#: strings.hrc:25
+#: formula/inc/strings.hrc:25
msgctxt "STR_OPTIONAL"
msgid "(optional)"
msgstr ""
-#: strings.hrc:26
+#: formula/inc/strings.hrc:26
msgctxt "STR_REQUIRED"
msgid "(required)"
msgstr ""
-#: strings.hrc:28
+#: formula/inc/strings.hrc:28
msgctxt "STR_TITLE1"
msgid "Function Wizard"
msgstr ""
-#: strings.hrc:29
+#: formula/inc/strings.hrc:29
msgctxt "STR_TITLE2"
msgid "Function Wizard -"
msgstr ""
-#: strings.hrc:30
+#: formula/inc/strings.hrc:30
msgctxt "STR_END"
msgid "~End"
msgstr "Fin"
-#: strings.hrc:31
+#: formula/inc/strings.hrc:31
#, fuzzy
msgctxt "RID_STR_SHRINK"
msgid "Shrink"
msgstr "Achiquir"
-#: strings.hrc:32
+#: formula/inc/strings.hrc:32
msgctxt "RID_STR_EXPAND"
msgid "Expand"
msgstr ""
-#: formuladialog.ui:22
+#: formula/uiconfig/ui/formuladialog.ui:22
#, fuzzy
msgctxt "formuladialog|array"
msgid "Array"
msgstr "Matriz"
-#: formuladialog.ui:57
+#: formula/uiconfig/ui/formuladialog.ui:58
msgctxt "formuladialog|back"
msgid "< _Back"
msgstr ""
-#: formuladialog.ui:72
+#: formula/uiconfig/ui/formuladialog.ui:73
msgctxt "formuladialog|next"
msgid "_Next >"
msgstr ""
-#: formuladialog.ui:158
+#: formula/uiconfig/ui/formuladialog.ui:159
msgctxt "formuladialog|function"
msgid "Functions"
msgstr "Funcions"
-#: formuladialog.ui:180
+#: formula/uiconfig/ui/formuladialog.ui:181
msgctxt "formuladialog|struct"
msgid "Structure"
msgstr ""
-#: formuladialog.ui:227
+#: formula/uiconfig/ui/formuladialog.ui:228
msgctxt "formuladialog|label2"
msgid "Function result"
msgstr ""
-#: formuladialog.ui:368
+#: formula/uiconfig/ui/formuladialog.ui:369
#, fuzzy
msgctxt "formuladialog|formula"
msgid "For_mula"
msgstr "~Formulas"
-#: formuladialog.ui:383
+#: formula/uiconfig/ui/formuladialog.ui:384
#, fuzzy
msgctxt "formuladialog|label1"
msgid "Result"
msgstr "Resultau"
-#: formuladialog.ui:418
+#: formula/uiconfig/ui/formuladialog.ui:419
#, fuzzy
msgctxt "formuladialog|ed_formula-atkobject"
msgid "Formula"
msgstr "~Formulas"
-#: formuladialog.ui:467
+#: formula/uiconfig/ui/formuladialog.ui:468
msgctxt "formuladialog|RB_REF|tooltip_text"
msgid "Maximize"
msgstr ""
-#: functionpage.ui:19
+#: formula/uiconfig/ui/functionpage.ui:19
msgctxt "functionpage|label_search"
msgid "_Search"
msgstr ""
-#: functionpage.ui:47
+#: formula/uiconfig/ui/functionpage.ui:47
msgctxt "functionpage|label1"
msgid "_Category"
msgstr ""
-#: functionpage.ui:63
+#: formula/uiconfig/ui/functionpage.ui:63
#, fuzzy
msgctxt "functionpage|category"
msgid "Last Used"
msgstr "Emplegadas en zagueras"
-#: functionpage.ui:64
+#: formula/uiconfig/ui/functionpage.ui:64
#, fuzzy
msgctxt "functionpage|category"
msgid "All"
msgstr "Totz"
-#: functionpage.ui:78
+#: formula/uiconfig/ui/functionpage.ui:78
#, fuzzy
msgctxt "functionpage|label2"
msgid "_Function"
msgstr "~Función"
-#: parameter.ui:30
+#: formula/uiconfig/ui/parameter.ui:30
msgctxt "parameter|editdesc"
msgid "Function not known"
msgstr ""
-#: parameter.ui:279
+#: formula/uiconfig/ui/parameter.ui:279
msgctxt "parameter|RB_ARG1|tooltip_text"
msgid "Select"
msgstr ""
-#: parameter.ui:295
+#: formula/uiconfig/ui/parameter.ui:295
msgctxt "parameter|RB_ARG2|tooltip_text"
msgid "Select"
msgstr ""
-#: parameter.ui:311
+#: formula/uiconfig/ui/parameter.ui:311
msgctxt "parameter|RB_ARG3|tooltip_text"
msgid "Select"
msgstr ""
-#: parameter.ui:327
+#: formula/uiconfig/ui/parameter.ui:327
msgctxt "parameter|RB_ARG4|tooltip_text"
msgid "Select"
msgstr ""
-#: structpage.ui:19
+#: formula/uiconfig/ui/structpage.ui:19
msgctxt "structpage|label1"
msgid "_Structure"
msgstr ""
diff --git a/source/an/fpicker/messages.po b/source/an/fpicker/messages.po
index 7adb4cf63b4..63b7ffb5ac5 100644
--- a/source/an/fpicker/messages.po
+++ b/source/an/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-24 14:55+0100\n"
+"POT-Creation-Date: 2018-04-23 18:10+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"
@@ -13,85 +13,90 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:14
+#: include/fpicker/strings.hrc:14
msgctxt "STR_SVT_FILEPICKER_AUTO_EXTENSION"
msgid "~Automatic file name extension"
msgstr ""
-#: strings.hrc:15
+#: include/fpicker/strings.hrc:15
msgctxt "STR_SVT_FILEPICKER_PASSWORD"
msgid "Save with pass~word"
msgstr ""
#. dear loplugins, please don't remove this constant, it will be used in follow-up commits
-#: strings.hrc:17
+#: include/fpicker/strings.hrc:17
msgctxt "STR_SVT_FILEPICKER_GPGENCRYPT"
msgid "Encrypt with ~GPG key"
msgstr ""
-#: strings.hrc:18
+#: include/fpicker/strings.hrc:18
msgctxt "STR_SVT_FILEPICKER_FILTER_OPTIONS"
msgid "~Edit filter settings"
msgstr ""
-#: strings.hrc:19
+#: include/fpicker/strings.hrc:19
msgctxt "STR_SVT_FILEPICKER_READONLY"
msgid "~Read-only"
msgstr ""
-#: strings.hrc:20
+#: include/fpicker/strings.hrc:20
msgctxt "STR_SVT_FILEPICKER_INSERT_AS_LINK"
msgid "~Link"
msgstr ""
-#: strings.hrc:21
+#: include/fpicker/strings.hrc:21
msgctxt "STR_SVT_FILEPICKER_SHOW_PREVIEW"
msgid "Pr~eview"
msgstr ""
-#: strings.hrc:22
+#: include/fpicker/strings.hrc:22
#, fuzzy
msgctxt "STR_SVT_FILEPICKER_PLAY"
msgid "~Play"
msgstr "Reproducir"
-#: strings.hrc:23
+#: include/fpicker/strings.hrc:23
msgctxt "STR_SVT_FILEPICKER_VERSION"
msgid "~Version:"
msgstr ""
-#: strings.hrc:24
+#: include/fpicker/strings.hrc:24
msgctxt "STR_SVT_FILEPICKER_TEMPLATES"
msgid "S~tyles:"
msgstr ""
-#: strings.hrc:25
+#: include/fpicker/strings.hrc:25
msgctxt "STR_SVT_FILEPICKER_IMAGE_TEMPLATE"
msgid "Style:"
msgstr ""
-#: strings.hrc:26
+#: include/fpicker/strings.hrc:26
+msgctxt "STR_SVT_FILEPICKER_IMAGE_ANCHOR"
+msgid "A~nchor:"
+msgstr ""
+
+#: include/fpicker/strings.hrc:27
#, fuzzy
msgctxt "STR_SVT_FILEPICKER_SELECTION"
msgid "~Selection"
msgstr "Selección"
-#: strings.hrc:27
+#: include/fpicker/strings.hrc:28
msgctxt "STR_SVT_FILEPICKER_FILTER_TITLE"
msgid "File ~type:"
msgstr ""
-#: strings.hrc:28
+#: include/fpicker/strings.hrc:29
msgctxt "STR_SVT_FOLDERPICKER_DEFAULT_TITLE"
msgid "Select Path"
msgstr ""
-#: strings.hrc:29
+#: include/fpicker/strings.hrc:30
msgctxt "STR_SVT_FOLDERPICKER_DEFAULT_DESCRIPTION"
msgid "Please select a folder."
msgstr ""
-#: strings.hrc:30
+#: include/fpicker/strings.hrc:31
msgctxt "STR_SVT_ALREADYEXISTOVERWRITE"
msgid ""
"A file named \"$filename$\" already exists.\n"
@@ -99,231 +104,231 @@ msgid ""
"Do you want to replace it?"
msgstr ""
-#: strings.hrc:31
+#: include/fpicker/strings.hrc:32
msgctxt "STR_SVT_DELETESERVICE"
msgid ""
"Are you sure you want to delete the service?\n"
"\"$servicename$\""
msgstr ""
-#: strings.hrc:32
+#: include/fpicker/strings.hrc:33
#, fuzzy
msgctxt "STR_SVT_ROOTLABEL"
msgid "Root"
msgstr "Pietz"
-#: strings.hrc:33
+#: include/fpicker/strings.hrc:34
msgctxt "STR_FILTERNAME_ALL"
msgid "All files"
msgstr "Totz os fichers"
-#: strings.hrc:34
+#: include/fpicker/strings.hrc:35
msgctxt "STR_FILEDLG_OPEN"
msgid "Open"
msgstr "Ubrir"
-#: strings.hrc:35
+#: include/fpicker/strings.hrc:36
msgctxt "STR_FILEDLG_TYPE"
msgid "File ~type"
msgstr ""
-#: strings.hrc:36
+#: include/fpicker/strings.hrc:37
msgctxt "STR_FILEDLG_SAVE"
msgid "Save"
msgstr ""
-#: strings.hrc:25
+#: fpicker/inc/strings.hrc:25
msgctxt "STR_EXPLORERFILE_OPEN"
msgid "Open"
msgstr "Ubrir"
-#: strings.hrc:26
+#: fpicker/inc/strings.hrc:26
msgctxt "STR_EXPLORERFILE_SAVE"
msgid "Save as"
msgstr ""
-#: strings.hrc:27
+#: fpicker/inc/strings.hrc:27
msgctxt "STR_EXPLORERFILE_BUTTONSAVE"
msgid "~Save"
msgstr ""
-#: strings.hrc:28
+#: fpicker/inc/strings.hrc:28
msgctxt "STR_PATHNAME"
msgid "~Path:"
msgstr ""
-#: strings.hrc:29
+#: fpicker/inc/strings.hrc:29
msgctxt "STR_PATHSELECT"
msgid "Select path"
msgstr ""
-#: strings.hrc:30
+#: fpicker/inc/strings.hrc:30
msgctxt "STR_BUTTONSELECT"
msgid "~Select"
msgstr ""
-#: strings.hrc:31
+#: fpicker/inc/strings.hrc:31
msgctxt "STR_PREVIEW"
msgid "File Preview"
msgstr ""
-#: strings.hrc:32
+#: fpicker/inc/strings.hrc:32
msgctxt "STR_DEFAULT_DIRECTORY"
msgid "My Documents"
msgstr ""
-#: strings.hrc:33
+#: fpicker/inc/strings.hrc:33
msgctxt "STR_PLACES_TITLE"
msgid "Places"
msgstr ""
-#: strings.hrc:34
+#: fpicker/inc/strings.hrc:34
msgctxt "RID_FILEOPEN_NOTEXISTENTFILE"
msgid ""
"The file $name$ does not exist.\n"
"Make sure you have entered the correct file name."
msgstr ""
-#: strings.hrc:35
+#: fpicker/inc/strings.hrc:35
msgctxt "STR_SVT_NEW_FOLDER"
msgid "Folder"
msgstr ""
-#: strings.hrc:36
+#: fpicker/inc/strings.hrc:36
msgctxt "STR_SVT_NOREMOVABLEDEVICE"
msgid ""
"No removable storage device detected.\n"
"Make sure it is plugged in properly and try again."
msgstr ""
-#: explorerfiledialog.ui:72
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:72
msgctxt "explorerfiledialog|connect_to_server"
msgid "Servers..."
msgstr ""
-#: explorerfiledialog.ui:78
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:78
msgctxt "explorerfiledialog|connect_to_server|tooltip_text"
msgid "Connect To Server"
msgstr ""
-#: explorerfiledialog.ui:81
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:81
msgctxt "explorerfiledialog|connect_to_server-atkobject"
msgid "Connect To Server"
msgstr ""
-#: explorerfiledialog.ui:113
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:114
msgctxt "explorerfiledialog|new_folder|tooltip_text"
msgid "Create New Folder"
msgstr ""
-#: explorerfiledialog.ui:116
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:117
msgctxt "explorerfiledialog|new_folder-atkobject"
msgid "Create New Folder"
msgstr ""
-#: explorerfiledialog.ui:252
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:253
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr ""
-#: explorerfiledialog.ui:277
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:278
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr ""
-#: explorerfiledialog.ui:373
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:376
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr ""
-#: explorerfiledialog.ui:397
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:400
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr ""
-#: explorerfiledialog.ui:411
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:415
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr ""
-#: explorerfiledialog.ui:426
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:430
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr ""
-#: explorerfiledialog.ui:456
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:461
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr ""
-#: foldernamedialog.ui:7
+#: fpicker/uiconfig/ui/foldernamedialog.ui:7
msgctxt "foldernamedialog|FolderNameDialog"
msgid "Folder Name ?"
msgstr ""
-#: foldernamedialog.ui:84
+#: fpicker/uiconfig/ui/foldernamedialog.ui:84
#, fuzzy
msgctxt "foldernamedialog|label2"
msgid "Na_me"
msgstr "Nombre"
-#: foldernamedialog.ui:115
+#: fpicker/uiconfig/ui/foldernamedialog.ui:114
msgctxt "foldernamedialog|label1"
msgid "Create New Folder"
msgstr ""
-#: remotefilesdialog.ui:18
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:18
msgctxt "remotefilesdialog|RemoteFilesDialog"
msgid "Remote Files"
msgstr ""
-#: remotefilesdialog.ui:105
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:105
#, fuzzy
msgctxt "remotefilesdialog|label1"
msgid "Service:"
msgstr "~Servicio"
-#: remotefilesdialog.ui:132
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:132
msgctxt "remotefilesdialog|add_service_btn"
msgid "Add service"
msgstr ""
-#: remotefilesdialog.ui:177
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:177
msgctxt "remotefilesdialog|list_view|tooltip_text"
msgid "List view"
msgstr ""
-#: remotefilesdialog.ui:192
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:192
msgctxt "remotefilesdialog|icon_view|tooltip_text"
msgid "Icon view"
msgstr ""
-#: remotefilesdialog.ui:210
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:210
msgctxt "remotefilesdialog|new_folder|tooltip_text"
msgid "Create New Folder"
msgstr ""
-#: remotefilesdialog.ui:255
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:255
msgctxt "remotefilesdialog|filterLabel"
msgid "Filter"
msgstr ""
-#: remotefilesdialog.ui:267
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:267
msgctxt "remotefilesdialog|nameLabel"
msgid "File name"
msgstr ""
-#: remotefilesdialog.ui:318
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:318
msgctxt "remotefilesdialog|edit_service"
msgid "_Edit service"
msgstr ""
-#: remotefilesdialog.ui:326
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:326
msgctxt "remotefilesdialog|delete_service"
msgid "_Delete service"
msgstr ""
-#: remotefilesdialog.ui:334
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:334
msgctxt "remotefilesdialog|change_password"
msgid "_Change password"
msgstr ""
diff --git a/source/an/framework/messages.po b/source/an/framework/messages.po
index 648349e602c..6bd08587002 100644
--- a/source/an/framework/messages.po
+++ b/source/an/framework/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,93 +13,93 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: strings.hrc:25
+#: framework/inc/strings.hrc:25
#, fuzzy
msgctxt "STR_MENU_HEADFOOTALL"
msgid "All"
msgstr "Totz"
-#: strings.hrc:26
+#: framework/inc/strings.hrc:26
msgctxt "STR_UPDATEDOC"
msgid "~Update"
msgstr ""
-#: strings.hrc:27
+#: framework/inc/strings.hrc:27
msgctxt "STR_CLOSEDOC_ANDRETURN"
msgid "~Close & Return to "
msgstr ""
-#: strings.hrc:28
+#: framework/inc/strings.hrc:28
msgctxt "STR_TOOLBAR_VISIBLE_BUTTONS"
msgid "Visible ~Buttons"
msgstr ""
-#: strings.hrc:29
+#: framework/inc/strings.hrc:29
msgctxt "STR_TOOLBAR_CUSTOMIZE_TOOLBAR"
msgid "~Customize Toolbar..."
msgstr ""
-#: strings.hrc:30
+#: framework/inc/strings.hrc:30
msgctxt "STR_TOOLBAR_DOCK_TOOLBAR"
msgid "~Dock Toolbar"
msgstr ""
-#: strings.hrc:31
+#: framework/inc/strings.hrc:31
msgctxt "STR_TOOLBAR_DOCK_ALL_TOOLBARS"
msgid "Dock ~All Toolbars"
msgstr ""
-#: strings.hrc:32
+#: framework/inc/strings.hrc:32
msgctxt "STR_TOOLBAR_LOCK_TOOLBAR"
msgid "~Lock Toolbar Position"
msgstr ""
-#: strings.hrc:33
+#: framework/inc/strings.hrc:33
msgctxt "STR_TOOLBAR_CLOSE_TOOLBAR"
msgid "Close ~Toolbar"
msgstr ""
-#: strings.hrc:34
+#: framework/inc/strings.hrc:34
msgctxt "STR_SAVECOPYDOC"
msgid "Save Copy ~as..."
msgstr ""
-#: strings.hrc:35
+#: framework/inc/strings.hrc:35
msgctxt "STR_NODOCUMENT"
msgid "No Documents"
msgstr ""
-#: strings.hrc:36
+#: framework/inc/strings.hrc:36
msgctxt "STR_CLEAR_RECENT_FILES"
msgid "Clear List"
msgstr ""
-#: strings.hrc:37
+#: framework/inc/strings.hrc:37
msgctxt "STR_CLEAR_RECENT_FILES_HELP"
msgid "Clears the list with the most recently opened files. This action can not be undone."
msgstr ""
-#: strings.hrc:38
+#: framework/inc/strings.hrc:38
msgctxt "STR_REMOTE_TITLE"
msgid " (Remote)"
msgstr ""
-#: strings.hrc:39
+#: framework/inc/strings.hrc:39
msgctxt "STR_SAFEMODE_TITLE"
msgid " (Safe Mode)"
msgstr ""
-#: strings.hrc:40
+#: framework/inc/strings.hrc:40
msgctxt "STR_TOOLBAR_TITLE_ADDON"
msgid "Add-On %num%"
msgstr ""
-#: strings.hrc:41
+#: framework/inc/strings.hrc:41
msgctxt "STR_FULL_DISC_RETRY_BUTTON"
msgid "Retry"
msgstr ""
-#: strings.hrc:42
+#: framework/inc/strings.hrc:42
msgctxt "STR_FULL_DISC_MSG"
msgid ""
"%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n"
@@ -111,64 +111,64 @@ msgid ""
"\n"
msgstr ""
-#: strings.hrc:43
+#: framework/inc/strings.hrc:43
msgctxt "STR_RESTORE_TOOLBARS"
msgid "~Reset"
msgstr ""
-#: strings.hrc:44
+#: framework/inc/strings.hrc:44
msgctxt "STR_CORRUPT_UICFG_SHARE"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to reinstall the application."
msgstr ""
-#: strings.hrc:45
+#: framework/inc/strings.hrc:45
msgctxt "STR_CORRUPT_UICFG_USER"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to remove your user profile for the application."
msgstr ""
-#: strings.hrc:46
+#: framework/inc/strings.hrc:46
msgctxt "STR_CORRUPT_UICFG_GENERAL"
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to remove your user profile for the application first or try to reinstall the application."
msgstr ""
-#: strings.hrc:47
+#: framework/inc/strings.hrc:47
msgctxt "STR_UNTITLED_DOCUMENT"
msgid "Untitled"
msgstr ""
#. To translators: for displaying 'Multiple Languages' in the language statusbar control
-#: strings.hrc:49
+#: framework/inc/strings.hrc:49
msgctxt "STR_LANGSTATUS_MULTIPLE_LANGUAGES"
msgid "Multiple Languages"
msgstr ""
-#: strings.hrc:50
+#: framework/inc/strings.hrc:50
msgctxt "STR_LANGSTATUS_NONE"
msgid "None (Do not check spelling)"
msgstr ""
-#: strings.hrc:51
+#: framework/inc/strings.hrc:51
msgctxt "STR_RESET_TO_DEFAULT_LANGUAGE"
msgid "Reset to Default Language"
msgstr ""
-#: strings.hrc:52
+#: framework/inc/strings.hrc:52
msgctxt "STR_LANGSTATUS_MORE"
msgid "More..."
msgstr ""
-#: strings.hrc:53
+#: framework/inc/strings.hrc:53
msgctxt "STR_SET_LANGUAGE_FOR_PARAGRAPH"
msgid "Set Language for Paragraph"
msgstr ""
-#: strings.hrc:54
+#: framework/inc/strings.hrc:54
msgctxt "STR_LANGSTATUS_HINT"
msgid "Text Language. Right-click to set character or paragraph language"
msgstr ""
diff --git a/source/an/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/an/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 566cacbe367..2a41342dff3 100644
--- a/source/an/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/an/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
"PO-Revision-Date: 2016-11-09 22:58+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2820,14 +2820,6 @@ msgctxt ""
msgid "The same version of this product is already installed."
msgstr ""
-#: CustomAc.ulf
-msgctxt ""
-"CustomAc.ulf\n"
-"OOO_CUSTOMACTION_5\n"
-"LngText.text"
-msgid "[ProductName] cannot be installed on this Windows version. [WindowsMinVersionText] or newer is required."
-msgstr ""
-
#: Error.ulf
msgctxt ""
"Error.ulf\n"
@@ -3877,28 +3869,36 @@ msgctxt ""
msgid "The Installation Wizard cannot be run properly because you are logged in as a user without sufficient administrator rights for this system."
msgstr ""
-#: Property.ulf
+#: LaunchCo.ulf
msgctxt ""
-"Property.ulf\n"
-"OOO_ARPCONTACTTEMPLATE\n"
+"LaunchCo.ulf\n"
+"OOO_LAUNCH_2\n"
"LngText.text"
-msgid "LibreOffice Community"
+msgid "[ProductName] cannot be installed on this Windows version. [WindowsMinVersionText] or newer is required."
+msgstr ""
+
+#: LaunchCo.ulf
+msgctxt ""
+"LaunchCo.ulf\n"
+"OOO_LAUNCH_3\n"
+"LngText.text"
+msgid "To install [ProductName] on Windows 8.1, at least April 2014 update rollup (MS KB 2919355) must be installed."
msgstr ""
#: Property.ulf
msgctxt ""
"Property.ulf\n"
-"OOO_ARPHELPLINKTEMPLATE\n"
+"OOO_ARPCONTACTTEMPLATE\n"
"LngText.text"
-msgid "http://www.libreoffice.org/get-help"
+msgid "LibreOffice Community"
msgstr ""
#: Property.ulf
msgctxt ""
"Property.ulf\n"
-"OOO_ARPHELPTELEPHONETEMPLATE\n"
+"OOO_ARPHELPLINKTEMPLATE\n"
"LngText.text"
-msgid "x-xxx-xxx-xxx"
+msgid "https://www.libreoffice.org/get-help"
msgstr ""
#: Property.ulf
@@ -3906,7 +3906,7 @@ msgctxt ""
"Property.ulf\n"
"OOO_ARPURLINFOABOUTTEMPLATE\n"
"LngText.text"
-msgid "http://www.documentfoundation.org"
+msgid "https://www.libreoffice.org/"
msgstr ""
#: Property.ulf
@@ -3914,7 +3914,7 @@ msgctxt ""
"Property.ulf\n"
"OOO_ARPURLUPDATEINFOTEMPLATE\n"
"LngText.text"
-msgid "http://www.libreoffice.org/download"
+msgid "https://www.libreoffice.org/download"
msgstr ""
#: Property.ulf
diff --git a/source/an/officecfg/registry/data/org/openoffice.po b/source/an/officecfg/registry/data/org/openoffice.po
index e1b4341a094..5851a73ef86 100644
--- a/source/an/officecfg/registry/data/org/openoffice.po
+++ b/source/an/officecfg/registry/data/org/openoffice.po
@@ -3,16 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
+"PO-Revision-Date: 2014-01-03 17:31+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: an\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: LibreOffice\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1388770312.000000\n"
#: Setup.xcu
msgctxt ""
@@ -92,5 +94,5 @@ msgctxt ""
"..Setup.Office.Factories.com.sun.star.report.ReportDefinition\n"
"ooSetupFactoryUIName\n"
"value.text"
-msgid "Base: Oracle Report Builder"
+msgid "Base: Report Builder"
msgstr ""
diff --git a/source/an/officecfg/registry/data/org/openoffice/Office.po b/source/an/officecfg/registry/data/org/openoffice/Office.po
index d81d4bacfac..2ad3715b2f0 100644
--- a/source/an/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/an/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-02-27 13:56+0100\n"
"PO-Revision-Date: 2016-11-09 22:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Softaragonés\n"
@@ -728,7 +728,7 @@ msgctxt ""
".ExtendedColorScheme.EntryNames.SunReportBuilder\n"
"DisplayName\n"
"value.text"
-msgid "Oracle Report Builder"
+msgid "Report Builder"
msgstr ""
#: ExtendedColorScheme.xcu
diff --git a/source/an/officecfg/registry/data/org/openoffice/Office/UI.po b/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
index 4692ec881cd..842c02b2902 100644
--- a/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-01-10 11:50+0100\n"
+"POT-Creation-Date: 2018-04-25 13:24+0200\n"
"PO-Revision-Date: 2016-12-01 17:10+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -85,6 +85,15 @@ msgstr ""
#: BasicIDECommands.xcu
msgctxt ""
"BasicIDECommands.xcu\n"
+"..BasicIDECommands.UserInterface.Commands..uno:RepeatSearch\n"
+"Label\n"
+"value.text"
+msgid "Repeat Search"
+msgstr ""
+
+#: BasicIDECommands.xcu
+msgctxt ""
+"BasicIDECommands.xcu\n"
"..BasicIDECommands.UserInterface.Commands..uno:ShowLines\n"
"Label\n"
"value.text"
@@ -459,14 +468,31 @@ msgid "Trace ~Precedents"
msgstr "Rastriar os precedentes"
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
"Label\n"
"value.text"
+msgid "Clear"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
+"ContextLabel\n"
+"value.text"
msgid "Clear ~Direct Formatting"
-msgstr "Borrar Formato Directo"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ResetAttributes\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Clear Direct Formatting"
+msgstr ""
#: CalcCommands.xcu
#, fuzzy
@@ -696,16 +722,6 @@ msgstr "Convertidor d'euros"
#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
-"Label\n"
-"value.text"
-msgid "~Protect Records..."
-msgstr "Protecher grabación..."
-
-#: CalcCommands.xcu
-#, fuzzy
-msgctxt ""
-"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertExternalDataSource\n"
"Label\n"
"value.text"
@@ -1241,14 +1257,13 @@ msgid "Select Unprotected Cells"
msgstr "Ir a la celda siguient no protechida"
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ConditionalFormatMenu\n"
"Label\n"
"value.text"
-msgid "C~onditional Formatting"
-msgstr "Formateo condicional..."
+msgid "C~onditional"
+msgstr ""
#: CalcCommands.xcu
#, fuzzy
@@ -1270,6 +1285,15 @@ msgid "Condition..."
msgstr ""
#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CurrentConditionalFormatDialog\n"
+"Label\n"
+"value.text"
+msgid "Conditional Formatting..."
+msgstr ""
+
+#: CalcCommands.xcu
#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
@@ -1355,6 +1379,15 @@ msgid "Manage..."
msgstr ""
#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CurrentConditionalFormatManagerDialog\n"
+"Label\n"
+"value.text"
+msgid "Manage Conditional Formatting..."
+msgstr ""
+
+#: CalcCommands.xcu
#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
@@ -1949,6 +1982,15 @@ msgid "~Validity..."
msgstr "Validez..."
#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CurrentValidation\n"
+"Label\n"
+"value.text"
+msgid "Data ~Validation..."
+msgstr ""
+
+#: CalcCommands.xcu
#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
@@ -1989,24 +2031,40 @@ msgid "Insert Cells"
msgstr "Ficar celdas"
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:TraceChangeMode\n"
"Label\n"
"value.text"
-msgid "~Record Changes"
-msgstr "Gravar cambeos"
+msgid "~Record"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:TraceChangeMode\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Record Track Changes"
+msgstr ""
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ShowChanges\n"
"Label\n"
"value.text"
-msgid "~Show Changes..."
-msgstr "Mostrar cambeos..."
+msgid "~Show..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowChanges\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Show Track Changes"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -2121,14 +2179,13 @@ msgid "~Formula Bar"
msgstr "Barra de formulas"
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ViewRowColumnHeaders\n"
"Label\n"
"value.text"
-msgid "C~olumn & Row Headers"
-msgstr "Titols de ringleras/columnas"
+msgid "View Headers"
+msgstr ""
#: CalcCommands.xcu
#, fuzzy
@@ -2239,24 +2296,22 @@ msgid "Underline: Single"
msgstr "Subrayau: Sencillo"
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:AcceptChanges\n"
"Label\n"
"value.text"
-msgid "~Manage Changes..."
-msgstr "Creyar nombres..."
+msgid "~Manage..."
+msgstr ""
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:UnderlineDouble\n"
-"Label\n"
+"..CalcCommands.UserInterface.Commands..uno:AcceptChanges\n"
+"TooltipLabel\n"
"value.text"
-msgid "Underline: Double"
-msgstr "Subrayau: Doble"
+msgid "Manage Track Changes"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -2264,7 +2319,16 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:CommentChange\n"
"Label\n"
"value.text"
-msgid "~Comment on Change..."
+msgid "~Comment..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:CommentChange\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Track Change Comment"
msgstr ""
#: CalcCommands.xcu
@@ -2666,6 +2730,15 @@ msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DefineCurrentName\n"
+"Label\n"
+"value.text"
+msgid "~Manage Names..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertName\n"
"Label\n"
"value.text"
@@ -3210,44 +3283,22 @@ msgid "~AutoInput"
msgstr "Dentrada automática"
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:DefineDBName\n"
"Label\n"
"value.text"
-msgid "~Define Data Range..."
-msgstr "Definir aria de datos..."
-
-#: CalcCommands.xcu
-#, fuzzy
-msgctxt ""
-"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:DefineDBName\n"
-"ContextLabel\n"
-"value.text"
msgid "~Define Range..."
-msgstr "Definir aria..."
+msgstr ""
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:SelectDB\n"
"Label\n"
"value.text"
-msgid "Select Data ~Range..."
-msgstr "Seleccionar aria de datos..."
-
-#: CalcCommands.xcu
-#, fuzzy
-msgctxt ""
-"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:SelectDB\n"
-"ContextLabel\n"
-"value.text"
msgid "Select ~Range..."
-msgstr "Seleccionar aria..."
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -3531,14 +3582,13 @@ msgid "Align Right"
msgstr "Aliniar a la dreita"
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:AlignHorizontalCenter\n"
"Label\n"
"value.text"
-msgid "Center Horizontally"
-msgstr "Centrar horizontalment"
+msgid "Align Center"
+msgstr ""
#: CalcCommands.xcu
#, fuzzy
@@ -3785,6 +3835,15 @@ msgstr ""
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:NumberFormatThousands\n"
+"Label\n"
+"value.text"
+msgid "Thousands Separator"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:EditLinks\n"
"Label\n"
"value.text"
@@ -3841,6 +3900,15 @@ msgid "To P~age"
msgstr "En pachina"
#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToPage\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Anchor to p~age"
+msgstr ""
+
+#: CalcCommands.xcu
#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
@@ -3861,6 +3929,42 @@ msgid "To ~Cell"
msgstr "En celda"
#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCell\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Anchor to ~cell (move with cell)"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize\n"
+"Label\n"
+"value.text"
+msgid "Anchor: To Cell (~resize with cell)"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize\n"
+"ContextLabel\n"
+"value.text"
+msgid "To Cell (~resize with cell)"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Anchor to cell (move and ~resize with cell)"
+msgstr ""
+
+#: CalcCommands.xcu
#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
@@ -3890,22 +3994,12 @@ msgid "S~hare Spreadsheet..."
msgstr ""
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ToggleSheetGrid\n"
"Label\n"
"value.text"
-msgid "Toggle Grid Lines for Current Sheet"
-msgstr "Commutar o estau d'a quadricula ta la fuella actual"
-
-#: CalcCommands.xcu
-msgctxt ""
-"CalcCommands.xcu\n"
-"..CalcCommands.UserInterface.Commands..uno:ToggleSheetGrid\n"
-"ContextLabel\n"
-"value.text"
-msgid "Grid Lines for Sheet"
+msgid "View Grid Lines"
msgstr ""
#: CalcCommands.xcu
@@ -7368,6 +7462,24 @@ msgid "S~lide"
msgstr "Diapositiva"
#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:PageMenu\n"
+"Label\n"
+"value.text"
+msgid "~Page"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:ShapeMenu\n"
+"Label\n"
+"value.text"
+msgid "~Shape"
+msgstr ""
+
+#: DrawImpressCommands.xcu
#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
@@ -8256,14 +8368,13 @@ msgid "Format Page"
msgstr ""
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:PageSetup\n"
"ContextLabel\n"
"value.text"
-msgid "~Page Properties..."
-msgstr "Propiedatz d'a tabla..."
+msgid "Properties..."
+msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
@@ -8392,14 +8503,13 @@ msgid "~New Slide"
msgstr ""
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:ImportFromFile\n"
"Label\n"
"value.text"
-msgid "~File..."
-msgstr "Fichero..."
+msgid "Insert Page from File..."
+msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
@@ -8725,6 +8835,15 @@ msgid "Master Slide..."
msgstr ""
#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
+"Label\n"
+"value.text"
+msgid "Master Page..."
+msgstr ""
+
+#: DrawImpressCommands.xcu
#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
@@ -10111,15 +10230,6 @@ msgid "Ta~ble Properties..."
msgstr "Propiedatz d'a tabla..."
#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Popups..uno:AutoSum\n"
-"Label\n"
-"value.text"
-msgid "Sum"
-msgstr "Suma"
-
-#: DrawImpressCommands.xcu
#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
@@ -10143,16 +10253,6 @@ msgstr "Tabla..."
#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Popups..uno:UnderlineDouble\n"
-"Label\n"
-"value.text"
-msgid "Double Underline "
-msgstr "Subrayau doble"
-
-#: DrawImpressCommands.xcu
-#, fuzzy
-msgctxt ""
-"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:InsertAnnotation\n"
"Label\n"
"value.text"
@@ -17257,6 +17357,15 @@ msgid "Underline"
msgstr "Subrayau"
#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:UnderlineDouble\n"
+"Label\n"
+"value.text"
+msgid "Double Underline"
+msgstr ""
+
+#: GenericCommands.xcu
#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
@@ -17492,14 +17601,13 @@ msgid "Center"
msgstr "Centro"
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:CenterPara\n"
"TooltipLabel\n"
"value.text"
-msgid "Center Horizontally"
-msgstr "Centrar horizontalment"
+msgid "Align Center"
+msgstr ""
#: GenericCommands.xcu
#, fuzzy
@@ -18142,6 +18250,15 @@ msgstr "Mida ~orichinal"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:FitCellSize\n"
+"Label\n"
+"value.text"
+msgid "~Fit to Cell Size"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:GridMenu\n"
"Label\n"
"value.text"
@@ -18820,22 +18937,21 @@ msgid "~tOGGLE cASE"
msgstr "invertir mayusclas y minusclas"
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ChangeCaseRotateCase\n"
"Label\n"
"value.text"
-msgid "Cycle Case (Title Case, UPPERCASE, lowercase)"
-msgstr "Intercambiar (Priméra Letra En Mayusclas, minusclas)"
+msgid "Cycle Case"
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ChangeCaseRotateCase\n"
-"ContextLabel\n"
+"TooltipLabel\n"
"value.text"
-msgid "Cycle Case"
+msgid "Cycle Case (Title Case, Sentence case, UPPERCASE, lowercase)"
msgstr ""
#: GenericCommands.xcu
@@ -19112,6 +19228,24 @@ msgid "Toggle Edit Mode"
msgstr "Alternar a Modo d'Edición"
#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ReadOnlyDoc\n"
+"Label\n"
+"value.text"
+msgid "Read Only Mode"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ReadOnlyDoc\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Toggle Read Only Mode"
+msgstr ""
+
+#: GenericCommands.xcu
#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
@@ -20060,14 +20194,13 @@ msgid "Frame and Ob~ject"
msgstr ""
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatFormMenu\n"
"Label\n"
"value.text"
-msgid "~Form"
-msgstr "Formulario"
+msgid "Fo~rm"
+msgstr ""
#: GenericCommands.xcu
#, fuzzy
@@ -21527,6 +21660,24 @@ msgstr "AutoPiloto: Memorándum"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
+"Label\n"
+"value.text"
+msgid "~Protect..."
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Protect Track Changes"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:CompareDocuments\n"
"Label\n"
"value.text"
@@ -21731,14 +21882,31 @@ msgid "~Ungroup"
msgstr "Desagrupar"
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetDefault\n"
"Label\n"
"value.text"
-msgid "~Default Formatting"
-msgstr "Formateo predeterminau"
+msgid "Clear"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:SetDefault\n"
+"ContextLabel\n"
+"value.text"
+msgid "Clear ~Direct Formatting"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:SetDefault\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Clear Direct Formatting"
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
@@ -23732,7 +23900,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:ToolbarMode\n"
"Label\n"
"value.text"
-msgid "Toolbar ~Layout"
+msgid "User ~Interface"
msgstr ""
#: GenericCommands.xcu
@@ -24015,6 +24183,15 @@ msgstr "Aliniar abaixo"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:AutoSum\n"
+"Label\n"
+"value.text"
+msgid "Sum"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ThesaurusFromContext\n"
"Label\n"
"value.text"
@@ -24676,7 +24853,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:ClassificationApply\n"
"Label\n"
"value.text"
-msgid "Apply Document Classification"
+msgid "Apply document classification"
msgstr ""
#: GenericCommands.xcu
@@ -24685,7 +24862,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:ClassificationDialog\n"
"Label\n"
"value.text"
-msgid "Classification Dialog"
+msgid "Manage document classification"
msgstr ""
#: GenericCommands.xcu
@@ -24694,7 +24871,7 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:ParagraphClassificationDialog\n"
"Label\n"
"value.text"
-msgid "Paragraph Classification Dialog"
+msgid "Manage paragraph classification"
msgstr ""
#: GenericCommands.xcu
@@ -24764,6 +24941,42 @@ msgctxt ""
msgid "Navigate"
msgstr ""
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:BreaksMenu\n"
+"Label\n"
+"value.text"
+msgid "More Breaks"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InsertSignatureLine\n"
+"Label\n"
+"value.text"
+msgid "Signatu~re Line..."
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:EditSignatureLine\n"
+"Label\n"
+"value.text"
+msgid "Edit Signature ~Line..."
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:SignSignatureLine\n"
+"Label\n"
+"value.text"
+msgid "~Sign Signature Line..."
+msgstr ""
+
#: ImpressWindowState.xcu
#, fuzzy
msgctxt ""
@@ -25913,132 +26126,6 @@ msgctxt ""
msgid "Full Screen"
msgstr "Pantalla completa"
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.Tabbed\n"
-"Label\n"
-"value.text"
-msgid "Tabbed"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.TabbedCompact\n"
-"Label\n"
-"value.text"
-msgid "Tabbed Compact"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.GroupedbarCompact\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Compact"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.GroupedbarFull\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Full"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.Groups\n"
-"Label\n"
-"value.text"
-msgid "Contextual groups"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Writer.Implementations.Single\n"
-"Label\n"
-"value.text"
-msgid "Contextual single"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.Tabbed\n"
-"Label\n"
-"value.text"
-msgid "Tabbed"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.GroupedbarCompact\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Compact"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.GroupedbarFull\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Full"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Calc.Implementations.Groups\n"
-"Label\n"
-"value.text"
-msgid "Contextual groups"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.Tabbed\n"
-"Label\n"
-"value.text"
-msgid "Tabbed"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.Groups\n"
-"Label\n"
-"value.text"
-msgid "Contextual groups"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.GroupedbarCompact\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Compact"
-msgstr ""
-
-#: Notebookbar.xcu
-msgctxt ""
-"Notebookbar.xcu\n"
-"..Notebookbar.Applications.Impress.Implementations.GroupedbarFull\n"
-"Label\n"
-"value.text"
-msgid "Groupedbar Full"
-msgstr ""
-
#: ReportCommands.xcu
msgctxt ""
"ReportCommands.xcu\n"
@@ -27063,369 +27150,238 @@ msgctxt ""
msgid "Character"
msgstr "Caracter..."
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:AddDirect\n"
-"Label\n"
-"value.text"
-msgid "~New"
-msgstr "Nuevo"
-
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:CloseDoc\n"
-"Label\n"
-"value.text"
-msgid "~Close"
-msgstr "Cerrar"
-
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:CloseWin\n"
-"Label\n"
-"value.text"
-msgid "Close Window"
-msgstr "Zarrar finestra"
-
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Copy\n"
-"Label\n"
-"value.text"
-msgid "~Copy"
-msgstr "Copiular"
-
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Cut\n"
-"Label\n"
-"value.text"
-msgid "~Cut"
-msgstr "Tallar"
-
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:ExtendedHelp\n"
-"Label\n"
-"value.text"
-msgid "What's ~This?"
-msgstr "Qué ye estu?"
-
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:HelpIndex\n"
-"Label\n"
-"value.text"
-msgid "%PRODUCTNAME ~Help"
-msgstr "Aduya de %PRODUCTNAME"
-
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:NewDoc\n"
-"Label\n"
-"value.text"
-msgid "New Document From Template"
-msgstr "Documento nuevo de plantilla"
-
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Open\n"
-"Label\n"
-"value.text"
-msgid "~Open..."
-msgstr "A2brir..."
-
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:OpenUrl\n"
-"Label\n"
-"value.text"
-msgid "Load URL"
-msgstr "Cargar URL"
-
-#: StartModuleCommands.xcu
-#, fuzzy
-msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Paste\n"
-"Label\n"
-"value.text"
-msgid "~Paste"
-msgstr "Apegar"
-
-#: StartModuleCommands.xcu
-#, fuzzy
+#: StartModuleWindowState.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Print\n"
-"Label\n"
+"StartModuleWindowState.xcu\n"
+"..StartModuleWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
+"UIName\n"
"value.text"
-msgid "~Print..."
-msgstr "Imprentar..."
+msgid "Standard"
+msgstr "Estandar"
-#: StartModuleCommands.xcu
-#, fuzzy
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:PrinterSetup\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
"Label\n"
"value.text"
-msgid "P~rinter Settings..."
-msgstr "Configuración d'impresora..."
+msgid "Standard Toolbar"
+msgstr ""
-#: StartModuleCommands.xcu
-#, fuzzy
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Quit\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
"Label\n"
"value.text"
-msgid "E~xit"
-msgstr "Salir"
+msgid "Single Toolbar"
+msgstr ""
-#: StartModuleCommands.xcu
-#, fuzzy
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Save\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
"Label\n"
"value.text"
-msgid "~Save"
-msgstr "Alzar"
+msgid "Sidebar"
+msgstr ""
-#: StartModuleCommands.xcu
-#, fuzzy
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:SaveAs\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.ContextualGroups\n"
"Label\n"
"value.text"
-msgid "Save ~As..."
-msgstr "Alzar como..."
+msgid "Contextual groups"
+msgstr ""
-#: StartModuleCommands.xcu
-#, fuzzy
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:SendMail\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.ContextualSingle\n"
"Label\n"
"value.text"
-msgid "Document as ~E-mail..."
-msgstr "Documento como correu electronico..."
+msgid "Contextual Single"
+msgstr ""
-#: StartModuleCommands.xcu
-#, fuzzy
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:SetDocumentProperties\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Tabbed\n"
"Label\n"
"value.text"
-msgid "Propert~ies..."
-msgstr "Propiedades..."
+msgid "Tabbed"
+msgstr ""
-#: StartModuleCommands.xcu
-#, fuzzy
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Commands..uno:Undo\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.TabbedCompact\n"
"Label\n"
"value.text"
-msgid "Undo"
-msgstr "Desfer"
+msgid "Tabbed Compact"
+msgstr ""
-#: StartModuleCommands.xcu
-#, fuzzy
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:EditMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.GroupedbarCompact\n"
"Label\n"
"value.text"
-msgid "~Edit"
-msgstr "Editar"
+msgid "Groupedbar Compact"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:HelpMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.GroupedbarFull\n"
"Label\n"
"value.text"
-msgid "~Help"
-msgstr "~Aduya"
+msgid "Groupedbar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:MacrosMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
"Label\n"
"value.text"
-msgid "~Macros"
-msgstr "~Macros"
+msgid "Standard Toolbar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:PickList\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
"Label\n"
"value.text"
-msgid "~File"
-msgstr "~Fichero"
+msgid "Single Toolbar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:ToolsMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
"Label\n"
"value.text"
-msgid "~Tools"
-msgstr "~Ferramientas"
+msgid "Sidebar"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:ViewMenu\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.ContextualGroups\n"
"Label\n"
"value.text"
-msgid "~View"
-msgstr "~Veyer"
+msgid "Contextual groups"
+msgstr ""
-#: StartModuleCommands.xcu
+#: ToolbarMode.xcu
msgctxt ""
-"StartModuleCommands.xcu\n"
-"..StartModuleCommands.UserInterface.Popups..uno:WindowList\n"
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Tabbed\n"
"Label\n"
"value.text"
-msgid "~Window"
-msgstr "Fines~tra"
-
-#: StartModuleWindowState.xcu
-msgctxt ""
-"StartModuleWindowState.xcu\n"
-"..StartModuleWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
-"UIName\n"
-"value.text"
-msgid "Standard"
-msgstr "Estandar"
+msgid "Tabbed"
+msgstr ""
#: ToolbarMode.xcu
-#, fuzzy
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"..ToolbarMode.Applications.Calc.Modes.GroupedbarCompact\n"
"Label\n"
"value.text"
-msgid "Default"
-msgstr "Predeterminau"
+msgid "Groupedbar Compact"
+msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"..ToolbarMode.Applications.Calc.Modes.GroupedbarFull\n"
"Label\n"
"value.text"
-msgid "Single Toolbar"
+msgid "Groupedbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Sidebar"
+msgid "Standard Toolbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
"Label\n"
"value.text"
-msgid "Notebookbar"
+msgid "Single Toolbar"
msgstr ""
#: ToolbarMode.xcu
-#, fuzzy
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"..ToolbarMode.Applications.Impress.Modes.ContextualGroups\n"
"Label\n"
"value.text"
-msgid "Default"
-msgstr "Predeterminau"
+msgid "Contextual groups"
+msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"..ToolbarMode.Applications.Impress.Modes.Tabbed\n"
"Label\n"
"value.text"
-msgid "Single Toolbar"
+msgid "Tabbed"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"..ToolbarMode.Applications.Impress.Modes.GroupedbarCompact\n"
"Label\n"
"value.text"
-msgid "Sidebar"
+msgid "Groupedbar Compact"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"..ToolbarMode.Applications.Impress.Modes.GroupedbarFull\n"
"Label\n"
"value.text"
-msgid "Notebookbar"
+msgid "Groupedbar"
msgstr ""
#: ToolbarMode.xcu
-#, fuzzy
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"..ToolbarMode.Applications.Draw.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Default"
-msgstr "Predeterminau"
+msgid "Standard Toolbar"
+msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"..ToolbarMode.Applications.Formula.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Single Toolbar"
+msgid "Standard Toolbar"
msgstr ""
#: ToolbarMode.xcu
msgctxt ""
"ToolbarMode.xcu\n"
-"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"..ToolbarMode.Applications.Base.Modes.Default\n"
"Label\n"
"value.text"
-msgid "Notebookbar"
+msgid "Standard Toolbar"
msgstr ""
#: WriterCommands.xcu
@@ -27768,24 +27724,6 @@ msgstr "Eliminar indiz"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
-"Label\n"
-"value.text"
-msgid "~Protect..."
-msgstr ""
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:ProtectTraceChangeMode\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Protect Track Changes"
-msgstr ""
-
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:RejectTrackedChange\n"
"Label\n"
"value.text"
@@ -28009,10 +27947,28 @@ msgstr ""
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:ShowInlineTooltips\n"
+"Label\n"
+"value.text"
+msgid "T~ooltips"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:ShowInlineTooltips\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Show change authorship in tooltips"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:GotoPage\n"
"Label\n"
"value.text"
-msgid "Go t~o Page"
+msgid "Go t~o Page..."
msgstr ""
#: WriterCommands.xcu
@@ -28779,14 +28735,13 @@ msgid "T~itle"
msgstr "Título"
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertAuthorField\n"
"Label\n"
"value.text"
-msgid "~Author"
-msgstr "A2utor"
+msgid "First ~Author"
+msgstr ""
#: WriterCommands.xcu
msgctxt ""
@@ -28850,16 +28805,6 @@ msgstr "Estilo de pachina"
#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:UnderlineDouble\n"
-"Label\n"
-"value.text"
-msgid "Double Underline "
-msgstr "Subrayau doble"
-
-#: WriterCommands.xcu
-#, fuzzy
-msgctxt ""
-"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:AutoFormatRedlineApply\n"
"Label\n"
"value.text"
@@ -31419,15 +31364,6 @@ msgid "Go to Previous Index Mark"
msgstr "Ir a la marca d'indiz anterior"
#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:AutoSum\n"
-"Label\n"
-"value.text"
-msgid "Sum"
-msgstr "Suma"
-
-#: WriterCommands.xcu
#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
@@ -31809,6 +31745,33 @@ msgid "Smart ~Tag Options..."
msgstr ""
#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatPaintbrush\n"
+"Label\n"
+"value.text"
+msgid "Clone"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatPaintbrush\n"
+"ContextLabel\n"
+"value.text"
+msgid "Clone Formatting"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatPaintbrush\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Clone Formatting (double click and Ctrl or Cmd to alter behavior)"
+msgstr ""
+
+#: WriterCommands.xcu
#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
@@ -31907,14 +31870,13 @@ msgid "~Format All Comments..."
msgstr ""
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Popups..uno:WordCountDialog\n"
"Label\n"
"value.text"
-msgid "~Word Count"
-msgstr "Contar parolas"
+msgid "~Word Count..."
+msgstr ""
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/an/readlicense_oo/docs.po b/source/an/readlicense_oo/docs.po
index ff56aef42df..5633ab9e7b8 100644
--- a/source/an/readlicense_oo/docs.po
+++ b/source/an/readlicense_oo/docs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-10-04 11:48+0200\n"
+"POT-Creation-Date: 2018-04-17 15:54+0200\n"
"PO-Revision-Date: 2016-03-10 18:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgctxt ""
"readme.xrm\n"
"LatestUpdates\n"
"readmeitem.text"
-msgid "For the latest updates to this readme file, see <a href=\"http://www.libreoffice.org/welcome/readme.html\">http://www.libreoffice.org/welcome/readme.html</a>"
+msgid "For the latest updates to this readme file, see <a href=\"https://www.libreoffice.org/welcome/readme.html\">https://www.libreoffice.org/welcome/readme.html</a>"
msgstr ""
#: readme.xrm
@@ -45,7 +45,7 @@ msgctxt ""
"readme.xrm\n"
"A7\n"
"readmeitem.text"
-msgid "The ${PRODUCTNAME} community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the ${PRODUCTNAME} site, where you will find lots of information about the ${PRODUCTNAME} project and the communities that exist around it. Go to <a href=\"http://www.libreoffice.org/\">http://www.libreoffice.org/</a>."
+msgid "The ${PRODUCTNAME} community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the ${PRODUCTNAME} site, where you will find lots of information about the ${PRODUCTNAME} project and the communities that exist around it. Go to <a href=\"https://www.libreoffice.org/\">https://www.libreoffice.org/</a>."
msgstr ""
#: readme.xrm
@@ -85,7 +85,7 @@ msgctxt ""
"readme.xrm\n"
"A13b\n"
"readmeitem.text"
-msgid "If you appreciate their efforts, and would like to ensure that ${PRODUCTNAME} continues to be available far into the future, please consider contributing to the project - see <a href=\"http://www.documentfoundation.org/contribution/\">http://www.documentfoundation.org/contribution/</a> for details. Everyone can make a contribution of some kind."
+msgid "If you appreciate their efforts, and would like to ensure that ${PRODUCTNAME} continues to be available far into the future, please consider contributing to the project - see <a href=\"https://www.documentfoundation.org/contribution/\">https://www.documentfoundation.org/contribution/</a> for details. Everyone can make a contribution of some kind."
msgstr ""
#: readme.xrm
@@ -125,7 +125,7 @@ msgctxt ""
"readme.xrm\n"
"s2s3sdf21\n"
"readmeitem.text"
-msgid "Microsoft Windows 7, 8.x, or 10"
+msgid "Microsoft Windows 7 SP1, 8, 8.1 Update (S14) or 10"
msgstr ""
#: readme.xrm
@@ -405,7 +405,7 @@ msgctxt ""
"readme.xrm\n"
"otherinstall2\n"
"readmeitem.text"
-msgid "The RPMS (or DEBS, respectively) directory also contains a package named libreoffice${PRODUCTVERSION}-freedesktop-menus-${PRODUCTVERSION}.0.1-1.noarch.rpm (or libreoffice${PRODUCTVERSION}-debian-menus_${PRODUCTVERSION}.0.1-1_all.deb, respectively, or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (<a href=\"http://en.wikipedia.org/wiki/Freedesktop.org\">http://en.wikipedia.org/wiki/Freedesktop.org</a>), and is provided for installation on other Linux distributions not covered in the aforementioned instructions."
+msgid "The RPMS (or DEBS, respectively) directory also contains a package named libreoffice${PRODUCTVERSION}-freedesktop-menus-${PRODUCTVERSION}.0.1-1.noarch.rpm (or libreoffice${PRODUCTVERSION}-debian-menus_${PRODUCTVERSION}.0.1-1_all.deb, respectively, or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (<a href=\"https://en.wikipedia.org/wiki/Freedesktop.org\">https://en.wikipedia.org/wiki/Freedesktop.org</a>), and is provided for installation on other Linux distributions not covered in the aforementioned instructions."
msgstr ""
#: readme.xrm
@@ -645,7 +645,7 @@ msgctxt ""
"readme.xrm\n"
"pji76w1\n"
"readmeitem.text"
-msgid "When sending a document via 'File - Send - Document as E-mail' or 'Document as PDF Attachment' problems might occur (program crashes or hangs). This is due to the Windows system file \"Mapi\" (Messaging Application Programming Interface) which causes problems in some file versions. Unfortunately, the problem cannot be narrowed down to a certain version number. For more information visit <a href=\"http://www.microsoft.com\">http://www.microsoft.com</a> to search the Microsoft Knowledge Base for \"mapi dll\"."
+msgid "When sending a document via 'File - Send - Document as E-mail' or 'Document as PDF Attachment' problems might occur (program crashes or hangs). This is due to the Windows system file \"Mapi\" (Messaging Application Programming Interface) which causes problems in some file versions. Unfortunately, the problem cannot be narrowed down to a certain version number. For more information visit <a href=\"https://www.microsoft.com\">https://www.microsoft.com</a> to search the Microsoft Knowledge Base for \"mapi dll\"."
msgstr ""
#: readme.xrm
@@ -661,7 +661,7 @@ msgctxt ""
"readme.xrm\n"
"access7\n"
"readmeitem.text"
-msgid "For more information on the accessibility features in ${PRODUCTNAME}, see <a href=\"http://www.libreoffice.org/accessibility/\">http://www.libreoffice.org/accessibility/</a>"
+msgid "For more information on the accessibility features in ${PRODUCTNAME}, see <a href=\"https://www.libreoffice.org/accessibility/\">https://www.libreoffice.org/accessibility/</a>"
msgstr ""
#: readme.xrm
@@ -677,7 +677,7 @@ msgctxt ""
"readme.xrm\n"
"support1\n"
"readmeitem.text"
-msgid "The main support page <a href=\"http://www.libreoffice.org/support/\">http://www.libreoffice.org/support/</a> offers various possibilities for help with ${PRODUCTNAME}. Your question may have already been answered - check the Community Forum at <a href=\"http://www.documentfoundation.org/nabble/\">http://www.documentfoundation.org/nabble/</a> or search the archives of the 'users@libreoffice.org' mailing list at <a href=\"http://www.libreoffice.org/lists/users/\">http://www.libreoffice.org/lists/users/</a>. Alternatively, you can send in your questions to <a href=\"mailto:users@libreoffice.org\">users@libreoffice.org</a>. If you like to subscribe to the list (to get email responses), send an empty mail to: <a href=\"mailto:users+subscribe@libreoffice.org\">users+subscribe@libreoffice.org</a>."
+msgid "The <a href=\"https://www.libreoffice.org/get-help/community-support/\">main support page</a> offers various possibilities for help with ${PRODUCTNAME}. Your question may have already been answered - check the Community Forum at <a href=\"https://www.documentfoundation.org/nabble/\">https://www.documentfoundation.org/nabble/</a> or search the archives of the 'users@libreoffice.org' mailing list at <a href=\"https://www.libreoffice.org/lists/users/\">https://www.libreoffice.org/lists/users/</a>. Alternatively, you can send in your questions to <a href=\"mailto:users@libreoffice.org\">users@libreoffice.org</a>. If you like to subscribe to the list (to get email responses), send an empty mail to: <a href=\"mailto:users+subscribe@libreoffice.org\">users+subscribe@libreoffice.org</a>."
msgstr ""
#: readme.xrm
@@ -685,7 +685,7 @@ msgctxt ""
"readme.xrm\n"
"faq\n"
"readmeitem.text"
-msgid "Also check the FAQ section at <a href=\"http://www.libreoffice.org/faq/\">http://www.libreoffice.org/faq/.</a>"
+msgid "Also check the FAQ section at <a href=\"https://www.libreoffice.org/get-help/frequently-asked-questions/\">the LibreOffice website</a>."
msgstr ""
#: readme.xrm
@@ -701,7 +701,7 @@ msgctxt ""
"readme.xrm\n"
"reportbugs1\n"
"readmeitem.text"
-msgid "Our system for reporting, tracking and solving bugs is currently BugZilla, kindly hosted at <a href=\"https://bugs.libreoffice.org/\">https://bugs.libreoffice.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}."
+msgid "Our system for reporting, tracking and solving bugs is currently Bugzilla, hosted at <a href=\"http://bugs.documentfoundation.org/\">http://bugs.documentfoundation.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}."
msgstr ""
#: readme.xrm
@@ -725,7 +725,7 @@ msgctxt ""
"readme.xrm\n"
"gettingimvolved3\n"
"readmeitem.text"
-msgid "As a user, you are already a valuable part of the suite's development process and we would like to encourage you to take an even more active role with a view to being a long-term contributor to the community. Please join and check out the contributing page at <a href=\"http://www.libreoffice.org/contribution/\">http://www.libreoffice.org/contribution/</a>"
+msgid "As a user, you are already a valuable part of the suite's development process and we would like to encourage you to take an even more active role with a view to being a long-term contributor to the community. Please join and check out the contributing page at <a href=\"https://www.libreoffice.org/community/get-involved/\">the LibreOffice website</a>."
msgstr ""
#: readme.xrm
@@ -741,7 +741,7 @@ msgctxt ""
"readme.xrm\n"
"howtostart1\n"
"readmeitem.text"
-msgid "The best way to start contributing is to subscribe to one or more of the mailing lists, lurk for a while, and gradually use the mail archives to familiarize yourself with many of the topics covered since the ${PRODUCTNAME} source code was released back in October 2000. When you're comfortable, all you need to do is send an email self-introduction and jump right in. If you are familiar with Open Source Projects, check out our To-Dos list and see if there is anything you would like to help with at <a href=\"http://www.libreoffice.org/develop/\">http://www.libreoffice.org/develop/</a>."
+msgid "The best way to start contributing is to subscribe to one or more of the mailing lists, lurk for a while, and gradually use the mail archives to familiarize yourself with many of the topics covered since the ${PRODUCTNAME} source code was released back in October 2000. When you're comfortable, all you need to do is send an email self-introduction and jump right in. If you are familiar with Open Source Projects, check out our To-Dos list and see if there is anything you would like to help with at <a href=\"https://www.libreoffice.org/community/developers/\">the LibreOffice website</a>."
msgstr ""
#: readme.xrm
@@ -757,7 +757,7 @@ msgctxt ""
"readme.xrm\n"
"subscribe1\n"
"readmeitem.text"
-msgid "Here are a few of the mailing lists to which you can subscribe at <a href=\"http://www.libreoffice.org/contribution/\">http://www.libreoffice.org/contribution/</a>"
+msgid "Here are a few of the mailing lists to which you can subscribe at <a href=\"https://www.libreoffice.org/get-help/mailing-lists/\">https://www.libreoffice.org/get-help/mailing-lists/</a>"
msgstr ""
#: readme.xrm
diff --git a/source/an/reportdesign/messages.po b/source/an/reportdesign/messages.po
index d8297da3cb7..8aaed4a3a8a 100644
--- a/source/an/reportdesign/messages.po
+++ b/source/an/reportdesign/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-11-22 13:53+0100\n"
+"POT-Creation-Date: 2018-04-23 18:11+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"
@@ -13,1344 +13,1344 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: stringarray.hrc:17
+#: reportdesign/inc/stringarray.hrc:17
#, fuzzy
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "None"
msgstr "~Garra"
-#: stringarray.hrc:18
+#: reportdesign/inc/stringarray.hrc:18
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "Before Section"
msgstr ""
-#: stringarray.hrc:19
+#: reportdesign/inc/stringarray.hrc:19
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "After Section"
msgstr ""
-#: stringarray.hrc:20
+#: reportdesign/inc/stringarray.hrc:20
msgctxt "RID_STR_FORCENEWPAGE_CONST"
msgid "Before & After Section"
msgstr ""
-#: stringarray.hrc:26
+#: reportdesign/inc/stringarray.hrc:26
msgctxt "RID_STR_GROUPKEEPTOGETHER_CONST"
msgid "Per Page"
msgstr ""
-#: stringarray.hrc:27
+#: reportdesign/inc/stringarray.hrc:27
msgctxt "RID_STR_GROUPKEEPTOGETHER_CONST"
msgid "Per Column"
msgstr ""
-#: stringarray.hrc:33
+#: reportdesign/inc/stringarray.hrc:33
#, fuzzy
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "All Pages"
msgstr "Todas as pachinas"
-#: stringarray.hrc:34
+#: reportdesign/inc/stringarray.hrc:34
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Header"
msgstr ""
-#: stringarray.hrc:35
+#: reportdesign/inc/stringarray.hrc:35
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Footer"
msgstr ""
-#: stringarray.hrc:36
+#: reportdesign/inc/stringarray.hrc:36
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Header/Footer"
msgstr ""
-#: stringarray.hrc:42
+#: reportdesign/inc/stringarray.hrc:42
msgctxt "RID_STR_TYPE_CONST"
msgid "Field or Formula"
msgstr ""
-#: stringarray.hrc:43
+#: reportdesign/inc/stringarray.hrc:43
#, fuzzy
msgctxt "RID_STR_TYPE_CONST"
msgid "Function"
msgstr "Funcions"
-#: stringarray.hrc:44
+#: reportdesign/inc/stringarray.hrc:44
msgctxt "RID_STR_TYPE_CONST"
msgid "Counter"
msgstr ""
-#: stringarray.hrc:45
+#: reportdesign/inc/stringarray.hrc:45
msgctxt "RID_STR_TYPE_CONST"
msgid "User defined Function"
msgstr ""
-#: stringarray.hrc:51
+#: reportdesign/inc/stringarray.hrc:51
msgctxt "RID_STR_BOOL"
msgid "No"
msgstr ""
-#: stringarray.hrc:52
+#: reportdesign/inc/stringarray.hrc:52
msgctxt "RID_STR_BOOL"
msgid "Yes"
msgstr ""
-#: stringarray.hrc:58
+#: reportdesign/inc/stringarray.hrc:58
msgctxt "RID_STR_KEEPTOGETHER_CONST"
msgid "No"
msgstr ""
-#: stringarray.hrc:59
+#: reportdesign/inc/stringarray.hrc:59
msgctxt "RID_STR_KEEPTOGETHER_CONST"
msgid "Whole Group"
msgstr ""
-#: stringarray.hrc:60
+#: reportdesign/inc/stringarray.hrc:60
msgctxt "RID_STR_KEEPTOGETHER_CONST"
msgid "With First Detail"
msgstr ""
-#: stringarray.hrc:66
+#: reportdesign/inc/stringarray.hrc:66
msgctxt "RID_STR_VERTICAL_ALIGN_CONST"
msgid "Top"
msgstr "Cobalto"
-#: stringarray.hrc:67
+#: reportdesign/inc/stringarray.hrc:67
msgctxt "RID_STR_VERTICAL_ALIGN_CONST"
msgid "Middle"
msgstr ""
-#: stringarray.hrc:68
+#: reportdesign/inc/stringarray.hrc:68
msgctxt "RID_STR_VERTICAL_ALIGN_CONST"
msgid "Bottom"
msgstr "Cobaixo"
-#: stringarray.hrc:74
+#: reportdesign/inc/stringarray.hrc:74
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Left"
msgstr "Enta la cucha"
-#: stringarray.hrc:75
+#: reportdesign/inc/stringarray.hrc:75
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Right"
msgstr "Enta la dreita"
-#: stringarray.hrc:76
+#: reportdesign/inc/stringarray.hrc:76
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Block"
msgstr ""
-#: stringarray.hrc:77
+#: reportdesign/inc/stringarray.hrc:77
#, fuzzy
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Center"
msgstr "~Centrau"
-#: strings.hrc:25
+#: reportdesign/inc/strings.hrc:25
msgctxt "RID_STR_PROPPAGE_DEFAULT"
msgid "General"
msgstr ""
-#: strings.hrc:26
+#: reportdesign/inc/strings.hrc:26
#, fuzzy
msgctxt "RID_STR_PROPPAGE_DATA"
msgid "Data"
msgstr "~Datos"
-#: strings.hrc:27
+#: reportdesign/inc/strings.hrc:27
msgctxt "RID_STR_FORCENEWPAGE"
msgid "Force New Page"
msgstr ""
-#: strings.hrc:28
+#: reportdesign/inc/strings.hrc:28
msgctxt "RID_STR_NEWROWORCOL"
msgid "New Row Or Column"
msgstr ""
-#: strings.hrc:29
+#: reportdesign/inc/strings.hrc:29
msgctxt "RID_STR_KEEPTOGETHER"
msgid "Keep Together"
msgstr ""
-#: strings.hrc:30
+#: reportdesign/inc/strings.hrc:30
msgctxt "RID_STR_CANGROW"
msgid "Can Grow"
msgstr ""
-#: strings.hrc:31
+#: reportdesign/inc/strings.hrc:31
msgctxt "RID_STR_CANSHRINK"
msgid "Can Shrink"
msgstr ""
-#: strings.hrc:32
+#: reportdesign/inc/strings.hrc:32
msgctxt "RID_STR_REPEATSECTION"
msgid "Repeat Section"
msgstr ""
-#: strings.hrc:33
+#: reportdesign/inc/strings.hrc:33
msgctxt "RID_STR_PRINTREPEATEDVALUES"
msgid "Print repeated values"
msgstr ""
-#: strings.hrc:34
+#: reportdesign/inc/strings.hrc:34
msgctxt "RID_STR_CONDITIONALPRINTEXPRESSION"
msgid "Conditional Print Expression"
msgstr ""
-#: strings.hrc:35
+#: reportdesign/inc/strings.hrc:35
msgctxt "RID_STR_STARTNEWCOLUMN"
msgid "Start new column"
msgstr ""
-#: strings.hrc:36
+#: reportdesign/inc/strings.hrc:36
msgctxt "RID_STR_STARTNEWPAGE"
msgid "Start new page"
msgstr ""
-#: strings.hrc:37
+#: reportdesign/inc/strings.hrc:37
msgctxt "RID_STR_RESETPAGENUMBER"
msgid "Reset page number"
msgstr ""
-#: strings.hrc:38
+#: reportdesign/inc/strings.hrc:38
msgctxt "RID_STR_CHARTTYPE"
msgid "Chart type"
msgstr ""
-#: strings.hrc:39
+#: reportdesign/inc/strings.hrc:39
msgctxt "RID_STR_PRINTWHENGROUPCHANGE"
msgid "Print repeated value on group change"
msgstr ""
-#: strings.hrc:40
+#: reportdesign/inc/strings.hrc:40
msgctxt "RID_STR_VISIBLE"
msgid "Visible"
msgstr ""
-#: strings.hrc:41
+#: reportdesign/inc/strings.hrc:41
msgctxt "RID_STR_GROUPKEEPTOGETHER"
msgid "Group keep together"
msgstr ""
-#: strings.hrc:42
+#: reportdesign/inc/strings.hrc:42
msgctxt "RID_STR_PAGEHEADEROPTION"
msgid "Page header"
msgstr ""
-#: strings.hrc:43
+#: reportdesign/inc/strings.hrc:43
msgctxt "RID_STR_PAGEFOOTEROPTION"
msgid "Page footer"
msgstr ""
-#: strings.hrc:44
+#: reportdesign/inc/strings.hrc:44
msgctxt "RID_STR_DEEPTRAVERSING"
msgid "Deep traversing"
msgstr ""
-#: strings.hrc:45
+#: reportdesign/inc/strings.hrc:45
msgctxt "RID_STR_PREEVALUATED"
msgid "Pre evaluation"
msgstr ""
-#: strings.hrc:46
+#: reportdesign/inc/strings.hrc:46
#, fuzzy
msgctxt "RID_STR_POSITIONX"
msgid "Position X"
msgstr "Posición"
-#: strings.hrc:47
+#: reportdesign/inc/strings.hrc:47
#, fuzzy
msgctxt "RID_STR_POSITIONY"
msgid "Position Y"
msgstr "Posición"
-#: strings.hrc:48
+#: reportdesign/inc/strings.hrc:48
msgctxt "RID_STR_WIDTH"
msgid "Width"
msgstr ""
-#: strings.hrc:49
+#: reportdesign/inc/strings.hrc:49
msgctxt "RID_STR_HEIGHT"
msgid "Height"
msgstr ""
-#: strings.hrc:50
+#: reportdesign/inc/strings.hrc:50
msgctxt "RID_STR_INITIALFORMULA"
msgid "Initial value"
msgstr ""
-#: strings.hrc:51
+#: reportdesign/inc/strings.hrc:51
msgctxt "RID_STR_PRESERVEIRI"
msgid "Preserve as Link"
msgstr ""
-#: strings.hrc:52
+#: reportdesign/inc/strings.hrc:52
#, fuzzy
msgctxt "RID_STR_FORMULA"
msgid "Formula"
msgstr "~Formula"
-#: strings.hrc:53
+#: reportdesign/inc/strings.hrc:53
#, fuzzy
msgctxt "RID_STR_DATAFIELD"
msgid "Data field"
msgstr "Campo de datos"
-#: strings.hrc:54
+#: reportdesign/inc/strings.hrc:54
msgctxt "RID_STR_FONT"
msgid "Font"
msgstr "Tipo de letra"
-#: strings.hrc:55
+#: reportdesign/inc/strings.hrc:55
msgctxt "RID_STR_BACKCOLOR"
msgid "Background color"
msgstr ""
-#: strings.hrc:56
+#: reportdesign/inc/strings.hrc:56
msgctxt "RID_STR_BACKTRANSPARENT"
msgid "Background Transparent"
msgstr ""
-#: strings.hrc:57
+#: reportdesign/inc/strings.hrc:57
msgctxt "RID_STR_CONTROLBACKGROUNDTRANSPARENT"
msgid "Background Transparent"
msgstr ""
-#: strings.hrc:58
+#: reportdesign/inc/strings.hrc:58
msgctxt "RID_STR_OVERLAP_OTHER_CONTROL"
msgid "This operation is not allowed. The control overlaps with another one."
msgstr ""
-#: strings.hrc:59
+#: reportdesign/inc/strings.hrc:59
msgctxt "RID_STR_ILLEGAL_POSITION"
msgid "This position can not be set. It is invalid."
msgstr ""
-#: strings.hrc:60
+#: reportdesign/inc/strings.hrc:60
msgctxt "RID_STR_SCOPE_GROUP"
msgid "Group: %1"
msgstr ""
-#: strings.hrc:61
+#: reportdesign/inc/strings.hrc:61
#, fuzzy
msgctxt "RID_STR_FORMULALIST"
msgid "Function"
msgstr "Funcions"
-#: strings.hrc:62
+#: reportdesign/inc/strings.hrc:62
msgctxt "RID_STR_SCOPE"
msgid "Scope"
msgstr ""
-#: strings.hrc:63
+#: reportdesign/inc/strings.hrc:63
msgctxt "RID_STR_TYPE"
msgid "Data Field Type"
msgstr ""
-#: strings.hrc:64
+#: reportdesign/inc/strings.hrc:64
msgctxt "RID_STR_MASTERFIELDS"
msgid "Link master fields"
msgstr ""
-#: strings.hrc:65
+#: reportdesign/inc/strings.hrc:65
msgctxt "RID_STR_DETAILFIELDS"
msgid "Link slave fields"
msgstr ""
-#: strings.hrc:67
+#: reportdesign/inc/strings.hrc:67
#, fuzzy
msgctxt "RID_STR_DETAILLABEL"
msgid "Chart"
msgstr "~Diagramas"
-#: strings.hrc:68
+#: reportdesign/inc/strings.hrc:68
msgctxt "RID_STR_MASTERLABEL"
msgid "Report"
msgstr ""
-#: strings.hrc:69
+#: reportdesign/inc/strings.hrc:69
msgctxt "RID_STR_PREVIEW_COUNT"
msgid "Preview Row(s)"
msgstr ""
-#: strings.hrc:70
+#: reportdesign/inc/strings.hrc:70
msgctxt "RID_STR_AREA"
msgid "Area"
msgstr ""
-#: strings.hrc:71
+#: reportdesign/inc/strings.hrc:71
msgctxt "RID_STR_MIMETYPE"
msgid "Report Output Format"
msgstr ""
-#: strings.hrc:72
+#: reportdesign/inc/strings.hrc:72
msgctxt "RID_STR_VERTICALALIGN"
msgid "Vert. Alignment"
msgstr ""
-#: strings.hrc:73
+#: reportdesign/inc/strings.hrc:73
msgctxt "RID_STR_PARAADJUST"
msgid "Horz. Alignment"
msgstr ""
-#: strings.hrc:74
+#: reportdesign/inc/strings.hrc:74
msgctxt "RID_STR_F_COUNTER"
msgid "Counter"
msgstr ""
-#: strings.hrc:75
+#: reportdesign/inc/strings.hrc:75
msgctxt "RID_STR_F_ACCUMULATION"
msgid "Accumulation"
msgstr ""
-#: strings.hrc:76
+#: reportdesign/inc/strings.hrc:76
msgctxt "RID_STR_F_MINIMUM"
msgid "Minimum"
msgstr "Minimo"
-#: strings.hrc:77
+#: reportdesign/inc/strings.hrc:77
msgctxt "RID_STR_F_MAXIMUM"
msgid "Maximum"
msgstr "Maximo"
-#: strings.hrc:79
+#: reportdesign/inc/strings.hrc:79
#, fuzzy
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "Propiedatz..."
-#: strings.hrc:80
+#: reportdesign/inc/strings.hrc:80
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr ""
-#: strings.hrc:81
+#: reportdesign/inc/strings.hrc:81
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr ""
-#: strings.hrc:82
+#: reportdesign/inc/strings.hrc:82
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
-#: strings.hrc:83
+#: reportdesign/inc/strings.hrc:83
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label field"
msgstr ""
-#: strings.hrc:84
+#: reportdesign/inc/strings.hrc:84
msgctxt "RID_STR_PROPTITLE_FIXEDLINE"
msgid "Line"
msgstr ""
-#: strings.hrc:85
+#: reportdesign/inc/strings.hrc:85
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
-#: strings.hrc:86
+#: reportdesign/inc/strings.hrc:86
msgctxt "RID_STR_PROPTITLE_SHAPE"
msgid "Shape"
msgstr ""
-#: strings.hrc:87
+#: reportdesign/inc/strings.hrc:87
msgctxt "RID_STR_PROPTITLE_REPORT"
msgid "Report"
msgstr ""
-#: strings.hrc:88
+#: reportdesign/inc/strings.hrc:88
#, fuzzy
msgctxt "RID_STR_PROPTITLE_SECTION"
msgid "Section"
msgstr "Selección"
-#: strings.hrc:89
+#: reportdesign/inc/strings.hrc:89
#, fuzzy
msgctxt "RID_STR_PROPTITLE_FUNCTION"
msgid "Function"
msgstr "Funcions"
-#: strings.hrc:90
+#: reportdesign/inc/strings.hrc:90
msgctxt "RID_STR_PROPTITLE_GROUP"
msgid "Group"
msgstr ""
-#: strings.hrc:91
+#: reportdesign/inc/strings.hrc:91
msgctxt "RID_STR_UNDO_CHANGEPOSITION"
msgid "Change Object"
msgstr ""
-#: strings.hrc:92
+#: reportdesign/inc/strings.hrc:92
msgctxt "RID_STR_UNDO_MOVE_GROUP"
msgid "Move Group(s)"
msgstr ""
-#: strings.hrc:93
+#: reportdesign/inc/strings.hrc:93
msgctxt "RID_STR_UNDO_CONDITIONAL_FORMATTING"
msgid "Conditional Formatting"
msgstr ""
-#: strings.hrc:94
+#: reportdesign/inc/strings.hrc:94
msgctxt "RID_STR_UNDO_REMOVE_REPORTHEADERFOOTER"
msgid "Remove report header / report footer"
msgstr ""
-#: strings.hrc:95
+#: reportdesign/inc/strings.hrc:95
msgctxt "RID_STR_UNDO_ADD_REPORTHEADERFOOTER"
msgid "Add report header / report footer"
msgstr ""
#. The # character is used for replacing
-#: strings.hrc:97
+#: reportdesign/inc/strings.hrc:97
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Change property '#'"
msgstr ""
-#: strings.hrc:98
+#: reportdesign/inc/strings.hrc:98
msgctxt "RID_STR_UNDO_ADD_GROUP_HEADER"
msgid "Add group header "
msgstr ""
-#: strings.hrc:99
+#: reportdesign/inc/strings.hrc:99
msgctxt "RID_STR_UNDO_REMOVE_GROUP_HEADER"
msgid "Remove group header "
msgstr ""
-#: strings.hrc:100
+#: reportdesign/inc/strings.hrc:100
msgctxt "RID_STR_UNDO_ADD_GROUP_FOOTER"
msgid "Add group footer "
msgstr ""
-#: strings.hrc:101
+#: reportdesign/inc/strings.hrc:101
msgctxt "RID_STR_UNDO_REMOVE_GROUP_FOOTER"
msgid "Remove group footer "
msgstr ""
-#: strings.hrc:102
+#: reportdesign/inc/strings.hrc:102
msgctxt "RID_STR_UNDO_ADDFUNCTION"
msgid "Add function"
msgstr ""
-#: strings.hrc:103
+#: reportdesign/inc/strings.hrc:103
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr ""
-#: strings.hrc:104
+#: reportdesign/inc/strings.hrc:104
msgctxt "RID_STR_UNDO_REMOVE_GROUP"
msgid "Delete Group"
msgstr ""
-#: strings.hrc:105
+#: reportdesign/inc/strings.hrc:105
msgctxt "RID_STR_UNDO_APPEND_GROUP"
msgid "Add Group"
msgstr ""
-#: strings.hrc:106
+#: reportdesign/inc/strings.hrc:106
msgctxt "RID_STR_UNDO_REMOVE_SELECTION"
msgid "Delete Selection"
msgstr ""
-#: strings.hrc:107
+#: reportdesign/inc/strings.hrc:107
msgctxt "RID_STR_UNDO_REMOVE_FUNCTION"
msgid "Delete Function"
msgstr ""
-#: strings.hrc:108
+#: reportdesign/inc/strings.hrc:108
msgctxt "RID_STR_UNDO_CHANGE_SIZE"
msgid "Change Size"
msgstr ""
-#: strings.hrc:109
+#: reportdesign/inc/strings.hrc:109
#, fuzzy
msgctxt "RID_STR_UNDO_PASTE"
msgid "Paste"
msgstr "A~pegar"
-#: strings.hrc:110
+#: reportdesign/inc/strings.hrc:110
msgctxt "RID_STR_UNDO_INSERT_CONTROL"
msgid "Insert Control"
msgstr ""
-#: strings.hrc:111
+#: reportdesign/inc/strings.hrc:111
msgctxt "RID_STR_UNDO_DELETE_CONTROL"
msgid "Delete Control"
msgstr ""
#. Please try to avoid spaces in the name. It is used as a programmatic one.
-#: strings.hrc:113
+#: reportdesign/inc/strings.hrc:113
msgctxt "RID_STR_GROUPHEADER"
msgid "GroupHeader"
msgstr ""
#. Please try to avoid spaces in the name. It is used as a programmatic one.
-#: strings.hrc:115
+#: reportdesign/inc/strings.hrc:115
msgctxt "RID_STR_GROUPFOOTER"
msgid "GroupFooter"
msgstr ""
-#: strings.hrc:116
+#: reportdesign/inc/strings.hrc:116
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr ""
-#: strings.hrc:117
+#: reportdesign/inc/strings.hrc:117
#, fuzzy
msgctxt "RID_STR_FILTER"
msgid "Filter"
msgstr "~Filtro"
-#: strings.hrc:118
+#: reportdesign/inc/strings.hrc:118
msgctxt "RID_STR_UNDO_ALIGNMENT"
msgid "Change Alignment"
msgstr ""
#. # will be replaced with a name.
-#: strings.hrc:120
+#: reportdesign/inc/strings.hrc:120
#, fuzzy
msgctxt "RID_STR_HEADER"
msgid "# Header"
msgstr "Capitero"
#. # will be replaced with a name.";
-#: strings.hrc:122
+#: reportdesign/inc/strings.hrc:122
#, fuzzy
msgctxt "RID_STR_FOOTER"
msgid "# Footer"
msgstr "Piet de pachina"
-#: strings.hrc:123
+#: reportdesign/inc/strings.hrc:123
msgctxt "RID_STR_IMPORT_GRAPHIC"
msgid "Insert graphics"
msgstr ""
-#: strings.hrc:124
+#: reportdesign/inc/strings.hrc:124
msgctxt "RID_STR_DELETE"
msgid "Delete"
msgstr "Eliminar"
-#: strings.hrc:125
+#: reportdesign/inc/strings.hrc:125
#, fuzzy
msgctxt "RID_STR_FUNCTION"
msgid "Function"
msgstr "Funcions"
-#: strings.hrc:126
+#: reportdesign/inc/strings.hrc:126
msgctxt "RID_STR_COULD_NOT_CREATE_REPORT"
msgid "An error occurred while creating the report."
msgstr ""
-#: strings.hrc:127
+#: reportdesign/inc/strings.hrc:127
msgctxt "RID_STR_CAUGHT_FOREIGN_EXCEPTION"
msgid "An exception of type $type$ was caught."
msgstr ""
-#: strings.hrc:128
+#: reportdesign/inc/strings.hrc:128
msgctxt "RID_STR_UNDO_CHANGEFONT"
msgid "Change font"
msgstr ""
-#: strings.hrc:129
+#: reportdesign/inc/strings.hrc:129
msgctxt "RID_STR_UNDO_CHANGEPAGE"
msgid "Change page attributes"
msgstr ""
-#: strings.hrc:130
+#: reportdesign/inc/strings.hrc:130
msgctxt "RID_STR_PAGEHEADERFOOTER_INSERT"
msgid "Insert Page Header/Footer"
msgstr ""
-#: strings.hrc:131
+#: reportdesign/inc/strings.hrc:131
msgctxt "RID_STR_PAGEHEADERFOOTER_DELETE"
msgid "Delete Page Header/Footer"
msgstr ""
-#: strings.hrc:132
+#: reportdesign/inc/strings.hrc:132
msgctxt "RID_STR_REPORTHEADERFOOTER_INSERT"
msgid "Insert Report Header/Footer"
msgstr ""
-#: strings.hrc:133
+#: reportdesign/inc/strings.hrc:133
msgctxt "RID_STR_REPORTHEADERFOOTER_DELETE"
msgid "Delete Report Header/Footer"
msgstr ""
-#: strings.hrc:134
+#: reportdesign/inc/strings.hrc:134
msgctxt "RID_ERR_NO_COMMAND"
msgid "The report can not be executed unless it is bound to content."
msgstr ""
-#: strings.hrc:135
+#: reportdesign/inc/strings.hrc:135
msgctxt "RID_ERR_NO_OBJECTS"
msgid "The report can not be executed unless at least one object has been inserted."
msgstr ""
-#: strings.hrc:136
+#: reportdesign/inc/strings.hrc:136
msgctxt "RID_STR_UNDO_SHRINK"
msgid "Shrink Section"
msgstr ""
-#: strings.hrc:137 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:171
+#: reportdesign/inc/strings.hrc:137 reportdesign/inc/strings.hrc:171
msgctxt "RID_STR_DETAIL"
msgid "Detail"
msgstr ""
-#: strings.hrc:138 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:172
+#: reportdesign/inc/strings.hrc:138 reportdesign/inc/strings.hrc:172
msgctxt "RID_STR_PAGE_HEADER"
msgid "Page Header"
msgstr ""
-#: strings.hrc:139 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:173
+#: reportdesign/inc/strings.hrc:139 reportdesign/inc/strings.hrc:173
msgctxt "RID_STR_PAGE_FOOTER"
msgid "Page Footer"
msgstr ""
-#: strings.hrc:140 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:176
+#: reportdesign/inc/strings.hrc:140 reportdesign/inc/strings.hrc:176
msgctxt "RID_STR_REPORT_HEADER"
msgid "Report Header"
msgstr ""
-#: strings.hrc:141 /home/cl/vc/git/libo-core/reportdesign/inc/strings.hrc:177
+#: reportdesign/inc/strings.hrc:141 reportdesign/inc/strings.hrc:177
msgctxt "RID_STR_REPORT_FOOTER"
msgid "Report Footer"
msgstr ""
-#: strings.hrc:143
+#: reportdesign/inc/strings.hrc:143
msgctxt "STR_NUMBERED_CONDITION"
msgid "Condition $number$"
msgstr ""
-#: strings.hrc:145
+#: reportdesign/inc/strings.hrc:145
msgctxt "STR_RPT_EXPRESSION"
msgid "Field/Expression"
msgstr ""
-#: strings.hrc:146
+#: reportdesign/inc/strings.hrc:146
msgctxt "STR_RPT_PREFIXCHARS"
msgid "Prefix Characters"
msgstr ""
-#: strings.hrc:147
+#: reportdesign/inc/strings.hrc:147
#, fuzzy
msgctxt "STR_RPT_YEAR"
msgid "Year"
msgstr "Anyos"
-#: strings.hrc:148
+#: reportdesign/inc/strings.hrc:148
#, fuzzy
msgctxt "STR_RPT_QUARTER"
msgid "Quarter"
msgstr "Trimestres"
-#: strings.hrc:149
+#: reportdesign/inc/strings.hrc:149
#, fuzzy
msgctxt "STR_RPT_MONTH"
msgid "Month"
msgstr "Meses"
-#: strings.hrc:150
+#: reportdesign/inc/strings.hrc:150
msgctxt "STR_RPT_WEEK"
msgid "Week"
msgstr ""
-#: strings.hrc:151
+#: reportdesign/inc/strings.hrc:151
#, fuzzy
msgctxt "STR_RPT_DAY"
msgid "Day"
msgstr "Días"
-#: strings.hrc:152
+#: reportdesign/inc/strings.hrc:152
#, fuzzy
msgctxt "STR_RPT_HOUR"
msgid "Hour"
msgstr "Horas"
-#: strings.hrc:153
+#: reportdesign/inc/strings.hrc:153
#, fuzzy
msgctxt "STR_RPT_MINUTE"
msgid "Minute"
msgstr "Menutos"
-#: strings.hrc:154
+#: reportdesign/inc/strings.hrc:154
#, fuzzy
msgctxt "STR_RPT_INTERVAL"
msgid "Interval"
msgstr "~Entrevalos"
-#: strings.hrc:155
+#: reportdesign/inc/strings.hrc:155
msgctxt "STR_RPT_HELP_FIELD"
msgid "Select a field or type an expression to sort or group on."
msgstr ""
-#: strings.hrc:156
+#: reportdesign/inc/strings.hrc:156
msgctxt "STR_RPT_HELP_HEADER"
msgid "Display a header for this group?"
msgstr ""
-#: strings.hrc:157
+#: reportdesign/inc/strings.hrc:157
msgctxt "STR_RPT_HELP_FOOTER"
msgid "Display a footer for this group?"
msgstr ""
-#: strings.hrc:158
+#: reportdesign/inc/strings.hrc:158
msgctxt "STR_RPT_HELP_GROUPON"
msgid "Select the value or range of values that starts a new group."
msgstr ""
-#: strings.hrc:159
+#: reportdesign/inc/strings.hrc:159
msgctxt "STR_RPT_HELP_INTERVAL"
msgid "Interval or number of characters to group on."
msgstr ""
-#: strings.hrc:160
+#: reportdesign/inc/strings.hrc:160
msgctxt "STR_RPT_HELP_KEEP"
msgid "Keep group together on one page?"
msgstr ""
-#: strings.hrc:161
+#: reportdesign/inc/strings.hrc:161
msgctxt "STR_RPT_HELP_SORT"
msgid "Select ascending or descending sort order. Ascending means from A to Z or 0 to 9"
msgstr ""
#. The space after the word is no error. #PAGENUMBER# is a replacement and & must not be translated as well as "
-#: strings.hrc:164
+#: reportdesign/inc/strings.hrc:164
msgctxt "STR_RPT_PN_PAGE"
msgid "\"Page \" & #PAGENUMBER#"
msgstr ""
#. The space before and after the word is no error. #PAGECOUNT# is a replacement and & must not be translated as well as "
-#: strings.hrc:166
+#: reportdesign/inc/strings.hrc:166
msgctxt "STR_RPT_PN_PAGE_OF"
msgid " & \" of \" & #PAGECOUNT#"
msgstr ""
-#: strings.hrc:168
+#: reportdesign/inc/strings.hrc:168
msgctxt "RID_STR_FUNCTIONS"
msgid "Functions"
msgstr "Funcions"
-#: strings.hrc:169
+#: reportdesign/inc/strings.hrc:169
msgctxt "RID_STR_GROUPS"
msgid "Groups"
msgstr ""
-#: strings.hrc:174
+#: reportdesign/inc/strings.hrc:174
msgctxt "RID_STR_GROUP_HEADER"
msgid "Group Header"
msgstr ""
-#: strings.hrc:175
+#: reportdesign/inc/strings.hrc:175
msgctxt "RID_STR_GROUP_FOOTER"
msgid "Group Footer"
msgstr ""
-#: strings.hrc:178
+#: reportdesign/inc/strings.hrc:178
msgctxt "RID_STR_ERROR_WRONG_ARGUMENT"
msgid "You tried to set an illegal argument. Please have a look at '#1' for valid arguments."
msgstr ""
-#: strings.hrc:179
+#: reportdesign/inc/strings.hrc:179
msgctxt "RID_STR_ARGUMENT_IS_NULL"
msgid "The element is invalid."
msgstr ""
-#: strings.hrc:180
+#: reportdesign/inc/strings.hrc:180
msgctxt "RID_STR_FIXEDTEXT"
msgid "Label field"
msgstr ""
-#: strings.hrc:181
+#: reportdesign/inc/strings.hrc:181
msgctxt "RID_STR_FORMATTEDFIELD"
msgid "Formatted field"
msgstr ""
-#: strings.hrc:182
+#: reportdesign/inc/strings.hrc:182
msgctxt "RID_STR_IMAGECONTROL"
msgid "Image control"
msgstr ""
-#: strings.hrc:183
+#: reportdesign/inc/strings.hrc:183
msgctxt "RID_STR_REPORT"
msgid "Report"
msgstr ""
-#: strings.hrc:184
+#: reportdesign/inc/strings.hrc:184
msgctxt "RID_STR_SHAPE"
msgid "Shape"
msgstr ""
-#: strings.hrc:185
+#: reportdesign/inc/strings.hrc:185
msgctxt "RID_STR_FIXEDLINE"
msgid "Fixed line"
msgstr ""
-#: backgrounddialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/backgrounddialog.ui:8
msgctxt "backgrounddialog|BackgroundDialog"
msgid "Section Setup"
msgstr ""
-#: backgrounddialog.ui:105
+#: reportdesign/uiconfig/dbreport/ui/backgrounddialog.ui:105
#, fuzzy
msgctxt "backgrounddialog|background"
msgid "Background"
msgstr "Fundo"
-#: chardialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:8
msgctxt "chardialog|CharDialog"
msgid "Character Settings"
msgstr ""
-#: chardialog.ui:105
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:105
msgctxt "chardialog|font"
msgid "Font"
msgstr "Tipo de letra"
-#: chardialog.ui:127
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:127
msgctxt "chardialog|fonteffects"
msgid "Font Effects"
msgstr ""
-#: chardialog.ui:150
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:150
msgctxt "chardialog|position"
msgid "Position"
msgstr "Posición"
-#: chardialog.ui:173
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:173
msgctxt "chardialog|asianlayout"
msgid "Asian Layout"
msgstr ""
-#: chardialog.ui:196
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:196
msgctxt "chardialog|background"
msgid "Highlighting"
msgstr ""
-#: chardialog.ui:219
+#: reportdesign/uiconfig/dbreport/ui/chardialog.ui:219
msgctxt "chardialog|alignment"
msgid "Alignment"
msgstr "Aliniación"
-#: condformatdialog.ui:10
+#: reportdesign/uiconfig/dbreport/ui/condformatdialog.ui:10
msgctxt "condformatdialog|CondFormat"
msgid "Conditional Formatting"
msgstr ""
-#: conditionwin.ui:56
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:56
msgctxt "conditionwin|typeCombobox"
msgid "Field Value Is"
msgstr ""
-#: conditionwin.ui:57
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:57
msgctxt "conditionwin|typeCombobox"
msgid "Expression Is"
msgstr ""
-#: conditionwin.ui:71
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:71
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "between"
msgstr "dentre"
-#: conditionwin.ui:72
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:72
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "not between"
msgstr "no dentre"
-#: conditionwin.ui:73
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:73
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "equal to"
msgstr "igual a"
-#: conditionwin.ui:74
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:74
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "not equal to"
msgstr "diferent de"
-#: conditionwin.ui:75
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:75
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "greater than"
msgstr "mayor que"
-#: conditionwin.ui:76
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:76
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "less than"
msgstr "menor que"
-#: conditionwin.ui:77
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:77
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "greater than or equal to"
msgstr "mayor u igual que"
-#: conditionwin.ui:78
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:78
#, fuzzy
msgctxt "conditionwin|opCombobox"
msgid "less than or equal to"
msgstr "menor u igual que"
-#: conditionwin.ui:107
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:107
msgctxt "conditionwin|lhsButton"
msgid "..."
msgstr ""
-#: conditionwin.ui:130
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:130
msgctxt "conditionwin|andLabel"
msgid "and"
msgstr ""
-#: conditionwin.ui:158
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:158
msgctxt "conditionwin|rhsButton"
msgid "..."
msgstr ""
-#: conditionwin.ui:220
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:221
msgctxt "conditionwin|ToolBoxItem1"
msgid "Bold"
msgstr ""
-#: conditionwin.ui:235
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:236
msgctxt "conditionwin|ToolBoxItem2"
msgid "Italic"
msgstr ""
-#: conditionwin.ui:250
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:251
msgctxt "conditionwin|ToolBoxItem3"
msgid "Underline"
msgstr ""
-#: conditionwin.ui:275
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:276
msgctxt "conditionwin|ToolBoxItem4"
msgid "Background Color"
msgstr ""
-#: conditionwin.ui:290
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:291
msgctxt "conditionwin|ToolBoxItem5"
msgid "Font Color"
msgstr ""
-#: conditionwin.ui:305
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:306
msgctxt "conditionwin|ToolBoxItem6"
msgid "Character Formatting"
msgstr ""
-#: conditionwin.ui:371
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:373
msgctxt "conditionwin|removeButton"
msgid "-"
msgstr ""
-#: conditionwin.ui:385
+#: reportdesign/uiconfig/dbreport/ui/conditionwin.ui:388
msgctxt "conditionwin|addButton"
msgid "+"
msgstr ""
-#: datetimedialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:8
msgctxt "datetimedialog|DateTimeDialog"
msgid "Date and Time"
msgstr ""
-#: datetimedialog.ui:87
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:87
msgctxt "datetimedialog|date"
msgid "_Include Date"
msgstr ""
-#: datetimedialog.ui:108
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:108
msgctxt "datetimedialog|datelistbox_label"
msgid "_Format:"
msgstr ""
-#: datetimedialog.ui:119
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:119
msgctxt "datetimedialog|time"
msgid "Include _Time"
msgstr ""
-#: datetimedialog.ui:140
+#: reportdesign/uiconfig/dbreport/ui/datetimedialog.ui:140
msgctxt "datetimedialog|timelistbox_label"
msgid "Fo_rmat:"
msgstr ""
-#: floatingfield.ui:11
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:11
msgctxt "floatingfield|FloatingField"
msgid "Sorting and Grouping"
msgstr ""
-#: floatingfield.ui:30
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:30
#, fuzzy
msgctxt "floatingfield|up"
msgid "Sort Ascending"
msgstr "Orden ascendent"
-#: floatingfield.ui:43
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:43
#, fuzzy
msgctxt "floatingfield|down"
msgid "Sort Descending"
msgstr "Orden descendent"
-#: floatingfield.ui:56
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:56
msgctxt "floatingfield|delete"
msgid "Remove sorting"
msgstr ""
-#: floatingfield.ui:79
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:79
msgctxt "floatingfield|insert"
msgid "Insert"
msgstr ""
-#: floatingfield.ui:98
+#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:98
msgctxt "floatingfield|helptext"
msgid "Highlight the fields to insert into the selected section of the template, then click Insert or press Enter."
msgstr ""
-#: floatingnavigator.ui:10
+#: reportdesign/uiconfig/dbreport/ui/floatingnavigator.ui:10
msgctxt "floatingnavigator|FloatingNavigator"
msgid "Report navigator"
msgstr ""
-#: floatingsort.ui:11
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:11
msgctxt "floatingsort|FloatingSort"
msgid "Sorting and Grouping"
msgstr ""
-#: floatingsort.ui:53
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:53
msgctxt "floatingsort|label5"
msgid "Group actions"
msgstr ""
-#: floatingsort.ui:75
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:75
msgctxt "floatingsort|up"
msgid "Move up"
msgstr ""
-#: floatingsort.ui:88
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:88
msgctxt "floatingsort|down"
msgid "Move down"
msgstr ""
-#: floatingsort.ui:101
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:101
msgctxt "floatingsort|delete"
msgid "Delete"
msgstr "Eliminar"
-#: floatingsort.ui:152
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:152
msgctxt "floatingsort|label1"
msgid "Groups"
msgstr ""
-#: floatingsort.ui:192
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:192
#, fuzzy
msgctxt "floatingsort|label6"
msgid "Sorting"
msgstr "Se ye ordenando"
-#: floatingsort.ui:208
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:208
msgctxt "floatingsort|label7"
msgid "Group Header"
msgstr ""
-#: floatingsort.ui:224
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:224
msgctxt "floatingsort|label8"
msgid "Group Footer"
msgstr ""
-#: floatingsort.ui:240
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:240
msgctxt "floatingsort|label9"
msgid "Group On"
msgstr ""
-#: floatingsort.ui:256
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:256
msgctxt "floatingsort|label10"
msgid "Group Interval"
msgstr ""
-#: floatingsort.ui:272
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:272
msgctxt "floatingsort|label11"
msgid "Keep Together"
msgstr ""
-#: floatingsort.ui:290
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:290
msgctxt "floatingsort|sorting"
msgid "Ascending"
msgstr ""
-#: floatingsort.ui:291
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:291
msgctxt "floatingsort|sorting"
msgid "Descending"
msgstr ""
-#: floatingsort.ui:308
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:308
msgctxt "floatingsort|header"
msgid "Present"
msgstr ""
-#: floatingsort.ui:309
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:309
msgctxt "floatingsort|header"
msgid "Not present"
msgstr ""
-#: floatingsort.ui:326
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:326
msgctxt "floatingsort|keep"
msgid "No"
msgstr ""
-#: floatingsort.ui:327
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:327
msgctxt "floatingsort|keep"
msgid "Whole Group"
msgstr ""
-#: floatingsort.ui:328
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:328
msgctxt "floatingsort|keep"
msgid "With First Detail"
msgstr ""
-#: floatingsort.ui:345
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:345
msgctxt "floatingsort|footer"
msgid "Present"
msgstr ""
-#: floatingsort.ui:346
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:346
msgctxt "floatingsort|footer"
msgid "Not present"
msgstr ""
-#: floatingsort.ui:363
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:363
msgctxt "floatingsort|group"
msgid "Each Value"
msgstr ""
-#: floatingsort.ui:394
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:394
#, fuzzy
msgctxt "floatingsort|label2"
msgid "Properties"
msgstr "Propiedatz..."
-#: floatingsort.ui:436
+#: reportdesign/uiconfig/dbreport/ui/floatingsort.ui:436
#, fuzzy
msgctxt "floatingsort|label3"
msgid "Help"
msgstr "~Aduya"
-#: groupsortmenu.ui:12
+#: reportdesign/uiconfig/dbreport/ui/groupsortmenu.ui:12
#, fuzzy
msgctxt "groupsortmenu|delete"
msgid "_Delete"
msgstr "Eliminar"
-#: navigatormenu.ui:12
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:12
msgctxt "navigatormenu|sorting"
msgid "Sorting and Grouping..."
msgstr ""
-#: navigatormenu.ui:26
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:26
msgctxt "navigatormenu|page"
msgid "Page Header/Footer..."
msgstr ""
-#: navigatormenu.ui:34
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:34
msgctxt "navigatormenu|report"
msgid "Report Header/Footer..."
msgstr ""
-#: navigatormenu.ui:48
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:48
msgctxt "navigatormenu|function"
msgid "New Function"
msgstr ""
-#: navigatormenu.ui:62
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:62
msgctxt "navigatormenu|properties"
msgid "Properties..."
msgstr "Propiedatz..."
-#: navigatormenu.ui:70
+#: reportdesign/uiconfig/dbreport/ui/navigatormenu.ui:70
#, fuzzy
msgctxt "navigatormenu|delete"
msgid "_Delete"
msgstr "Eliminar"
-#: pagedialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/pagedialog.ui:8
msgctxt "pagedialog|PageDialog"
msgid "Page Setup"
msgstr ""
-#: pagedialog.ui:105
+#: reportdesign/uiconfig/dbreport/ui/pagedialog.ui:105
msgctxt "pagedialog|page"
msgid "Page"
msgstr "Pachina"
-#: pagedialog.ui:127
+#: reportdesign/uiconfig/dbreport/ui/pagedialog.ui:127
#, fuzzy
msgctxt "pagedialog|background"
msgid "Background"
msgstr "Fundo"
-#: pagenumberdialog.ui:8
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:8
msgctxt "pagenumberdialog|PageNumberDialog"
msgid "Page Numbers"
msgstr ""
-#: pagenumberdialog.ui:98
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:98
msgctxt "pagenumberdialog|pagen"
msgid "_Page N"
msgstr ""
-#: pagenumberdialog.ui:116
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:116
msgctxt "pagenumberdialog|pagenofm"
msgid "Page _N of M"
msgstr ""
-#: pagenumberdialog.ui:140
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:140
msgctxt "pagenumberdialog|label1"
msgid "Format"
msgstr ""
-#: pagenumberdialog.ui:177
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:177
msgctxt "pagenumberdialog|toppage"
msgid "_Top of Page (Header)"
msgstr ""
-#: pagenumberdialog.ui:195
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:195
msgctxt "pagenumberdialog|bottompage"
msgid "_Bottom of Page (Footer)"
msgstr ""
-#: pagenumberdialog.ui:219
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:219
msgctxt "pagenumberdialog|label2"
msgid "Position"
msgstr "Posición"
-#: pagenumberdialog.ui:262
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:262
msgctxt "pagenumberdialog|alignment"
msgid "Left"
msgstr "Enta la cucha"
-#: pagenumberdialog.ui:263
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:263
#, fuzzy
msgctxt "pagenumberdialog|alignment"
msgid "Center"
msgstr "~Centrau"
-#: pagenumberdialog.ui:264
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:264
msgctxt "pagenumberdialog|alignment"
msgid "Right"
msgstr "Enta la dreita"
-#: pagenumberdialog.ui:277
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:277
#, fuzzy
msgctxt "pagenumberdialog|alignment_label"
msgid "_Alignment:"
msgstr "Aliniación"
-#: pagenumberdialog.ui:288
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:288
msgctxt "pagenumberdialog|shownumberonfirstpage"
msgid "Show Number on First Page"
msgstr ""
-#: pagenumberdialog.ui:309
+#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:310
msgctxt "pagenumberdialog|label3"
msgid "General"
msgstr ""
diff --git a/source/an/sc/messages.po b/source/an/sc/messages.po
index 244b033862b..d4924b120d2 100644
--- a/source/an/sc/messages.po
+++ b/source/an/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-01-10 11:50+0100\n"
+"POT-Creation-Date: 2018-04-17 15:53+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"
@@ -13,64 +13,64 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-#: compiler.hrc:27
+#: sc/inc/compiler.hrc:27
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Database"
msgstr "Base de datos"
-#: compiler.hrc:28
+#: sc/inc/compiler.hrc:28
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Date&Time"
msgstr "Calendata y Hora"
-#: compiler.hrc:29
+#: sc/inc/compiler.hrc:29
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Financial"
msgstr "Finanzas"
-#: compiler.hrc:30
+#: sc/inc/compiler.hrc:30
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Information"
msgstr "Información"
-#: compiler.hrc:31
+#: sc/inc/compiler.hrc:31
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Logical"
msgstr "Lochica"
-#: compiler.hrc:32
+#: sc/inc/compiler.hrc:32
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Mathematical"
msgstr "Matematicas"
-#: compiler.hrc:33
+#: sc/inc/compiler.hrc:33
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Array"
msgstr "matriz "
-#: compiler.hrc:34
+#: sc/inc/compiler.hrc:34
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Statistical"
msgstr "Estatistica"
-#: compiler.hrc:35
+#: sc/inc/compiler.hrc:35
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Spreadsheet"
msgstr "Fuella de calculo"
-#: compiler.hrc:36
+#: sc/inc/compiler.hrc:36
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Text"
msgstr "texto"
-#: compiler.hrc:37
+#: sc/inc/compiler.hrc:37
#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Add-in"
@@ -82,543 +82,548 @@ msgstr "Add-in"
#. * RID_GLOBSTR and are meant to be accessed via ScGlobal::GetRscString(). All
#. * other string IDs of strings used in message boxes and elsewhere go into
#. * sc/inc/strings.hrc
-#: globstr.hrc:34
+#: sc/inc/globstr.hrc:34
#, fuzzy
msgctxt "STR_UNDO_INSERTCELLS"
msgid "Insert"
msgstr "Ficar"
-#: globstr.hrc:35
+#: sc/inc/globstr.hrc:35
msgctxt "STR_UNDO_DELETECELLS"
msgid "Delete"
msgstr "Eliminar"
-#: globstr.hrc:36
+#: sc/inc/globstr.hrc:36
#, fuzzy
msgctxt "STR_UNDO_CUT"
msgid "Cut"
msgstr "Tallar"
-#: globstr.hrc:37
+#: sc/inc/globstr.hrc:37
#, fuzzy
msgctxt "STR_UNDO_PASTE"
msgid "Insert"
msgstr "Ficar"
-#: globstr.hrc:38
+#: sc/inc/globstr.hrc:38
#, fuzzy
msgctxt "STR_UNDO_DRAGDROP"
msgid "Drag and Drop"
msgstr "Arrocegar y colocar"
-#: globstr.hrc:39
+#: sc/inc/globstr.hrc:39
#, fuzzy
msgctxt "STR_UNDO_MOVE"
msgid "Move"
msgstr "Desplazar"
-#: globstr.hrc:40
+#: sc/inc/globstr.hrc:40
#, fuzzy
msgctxt "STR_UNDO_COPY"
msgid "Copy"
msgstr "Copiar"
-#: globstr.hrc:41
+#: sc/inc/globstr.hrc:41
msgctxt "STR_UNDO_DELETECONTENTS"
msgid "Delete"
msgstr "Eliminar"
-#: globstr.hrc:42
+#: sc/inc/globstr.hrc:42
#, fuzzy
msgctxt "STR_UNDO_SELATTR"
msgid "Attributes"
msgstr "Atributos"
-#: globstr.hrc:43
+#: sc/inc/globstr.hrc:43
#, fuzzy
msgctxt "STR_UNDO_SELATTRLINES"
msgid "Attributes/Lines"
msgstr "Atributos/Linias"
-#: globstr.hrc:44
+#: sc/inc/globstr.hrc:44
#, fuzzy
msgctxt "STR_UNDO_COLWIDTH"
msgid "Column Width"
msgstr "Amplo de columna"
-#: globstr.hrc:45
+#: sc/inc/globstr.hrc:45
#, fuzzy
msgctxt "STR_UNDO_OPTCOLWIDTH"
msgid "Optimal Column Width"
msgstr "Amplo de columna optimo"
-#: globstr.hrc:46
+#: sc/inc/globstr.hrc:46
#, fuzzy
msgctxt "STR_UNDO_ROWHEIGHT"
msgid "Row height"
msgstr "Altura de ringlera"
-#: globstr.hrc:47
+#: sc/inc/globstr.hrc:47
#, fuzzy
msgctxt "STR_UNDO_OPTROWHEIGHT"
msgid "Optimal Row Height"
msgstr "Altura optima de ringlera"
-#: globstr.hrc:48
+#: sc/inc/globstr.hrc:48
#, fuzzy
msgctxt "STR_UNDO_AUTOFILL"
msgid "Fill"
msgstr "Replenar"
-#: globstr.hrc:49
+#: sc/inc/globstr.hrc:49
#, fuzzy
msgctxt "STR_UNDO_MERGE"
msgid "Merge"
msgstr "Unir"
-#: globstr.hrc:50
+#: sc/inc/globstr.hrc:50
#, fuzzy
msgctxt "STR_UNDO_REMERGE"
msgid "Split"
msgstr "Dividir"
-#: globstr.hrc:51
+#: sc/inc/globstr.hrc:51
#, fuzzy
msgctxt "STR_UNDO_AUTOFORMAT"
msgid "AutoFormat"
msgstr "Autoformateo"
-#: globstr.hrc:52
+#: sc/inc/globstr.hrc:52
#, fuzzy
msgctxt "STR_UNDO_REPLACE"
msgid "Replace"
msgstr "Reemplazar"
-#: globstr.hrc:53
+#: sc/inc/globstr.hrc:53
#, fuzzy
msgctxt "STR_UNDO_CURSORATTR"
msgid "Attributes"
msgstr "Atributos"
-#: globstr.hrc:54
+#: sc/inc/globstr.hrc:54
#, fuzzy
msgctxt "STR_UNDO_ENTERDATA"
msgid "Input"
msgstr "Dentrada"
-#: globstr.hrc:55
+#: sc/inc/globstr.hrc:55
#, fuzzy
msgctxt "STR_UNDO_INSCOLBREAK"
msgid "Insert Column Break"
msgstr "Ficar blinco de columna"
-#: globstr.hrc:56
+#: sc/inc/globstr.hrc:56
#, fuzzy
msgctxt "STR_UNDO_DELCOLBREAK"
msgid "Delete column break"
msgstr "Eliminar blinco de columna"
-#: globstr.hrc:57
+#: sc/inc/globstr.hrc:57
#, fuzzy
msgctxt "STR_UNDO_INSROWBREAK"
msgid "Insert Row Break"
msgstr "Ficar blinco de ringlera"
-#: globstr.hrc:58
+#: sc/inc/globstr.hrc:58
#, fuzzy
msgctxt "STR_UNDO_DELROWBREAK"
msgid "Delete row break"
msgstr "Eliminar blinco de ringlera"
-#: globstr.hrc:59
+#: sc/inc/globstr.hrc:59
#, fuzzy
msgctxt "STR_UNDO_DOOUTLINE"
msgid "View Details"
msgstr "Amostrar detalles"
-#: globstr.hrc:60
+#: sc/inc/globstr.hrc:60
#, fuzzy
msgctxt "STR_UNDO_REDOOUTLINE"
msgid "Hide details"
msgstr "Amagar detalles"
-#: globstr.hrc:61
+#: sc/inc/globstr.hrc:61
#, fuzzy
msgctxt "STR_UNDO_MAKEOUTLINE"
msgid "Group"
msgstr "Agrupar"
-#: globstr.hrc:62
+#: sc/inc/globstr.hrc:62
#, fuzzy
msgctxt "STR_UNDO_REMAKEOUTLINE"
msgid "Ungroup"
msgstr "Desagrupar"
-#: globstr.hrc:63
+#: sc/inc/globstr.hrc:63
#, fuzzy
msgctxt "STR_UNDO_OUTLINELEVEL"
msgid "Select outline level"
msgstr "Seleccionar ran d'o esquema"
-#: globstr.hrc:64
+#: sc/inc/globstr.hrc:64
#, fuzzy
msgctxt "STR_UNDO_DOOUTLINEBLK"
msgid "View Details"
msgstr "Amostrar detalles"
-#: globstr.hrc:65
+#: sc/inc/globstr.hrc:65
#, fuzzy
msgctxt "STR_UNDO_REDOOUTLINEBLK"
msgid "Hide details"
msgstr "Amagar detalles"
-#: globstr.hrc:66
+#: sc/inc/globstr.hrc:66
#, fuzzy
msgctxt "STR_UNDO_REMOVEALLOTLNS"
msgid "Clear Outline"
msgstr "Eliminar o esquema"
-#: globstr.hrc:67
+#: sc/inc/globstr.hrc:67
#, fuzzy
msgctxt "STR_UNDO_AUTOOUTLINE"
msgid "AutoOutline"
msgstr "Esquema automatico"
-#: globstr.hrc:68
+#: sc/inc/globstr.hrc:68
#, fuzzy
msgctxt "STR_UNDO_SUBTOTALS"
msgid "Subtotals"
msgstr "Subtotales"
-#: globstr.hrc:69
+#: sc/inc/globstr.hrc:69
#, fuzzy
msgctxt "STR_UNDO_SORT"
msgid "Sort"
msgstr "Ordenar"
-#: globstr.hrc:70
+#: sc/inc/globstr.hrc:70
#, fuzzy
msgctxt "STR_UNDO_QUERY"
msgid "Filter"
msgstr "Filtrar"
-#: globstr.hrc:71
+#: sc/inc/globstr.hrc:71
#, fuzzy
msgctxt "STR_UNDO_DBDATA"
msgid "Change Database Range"
msgstr "Modificar aria de base de datos"
-#: globstr.hrc:72
+#: sc/inc/globstr.hrc:72
#, fuzzy
msgctxt "STR_UNDO_IMPORTDATA"
msgid "Importing"
msgstr "Importar"
-#: globstr.hrc:73
+#: sc/inc/globstr.hrc:73
#, fuzzy
msgctxt "STR_UNDO_REPEATDB"
msgid "Refresh range"
msgstr "Actualizar aria"
-#: globstr.hrc:74
+#: sc/inc/globstr.hrc:74
#, fuzzy
msgctxt "STR_UNDO_LISTNAMES"
msgid "List names"
msgstr "Alistar nombres"
-#: globstr.hrc:75
+#: sc/inc/globstr.hrc:75
#, fuzzy
msgctxt "STR_UNDO_PIVOT_NEW"
msgid "Create pivot table"
msgstr "Creyar una tabla dinamica"
-#: globstr.hrc:76
+#: sc/inc/globstr.hrc:76
#, fuzzy
msgctxt "STR_UNDO_PIVOT_MODIFY"
msgid "Edit pivot table"
msgstr "Editar una tabla dinamica"
-#: globstr.hrc:77
+#: sc/inc/globstr.hrc:77
#, fuzzy
msgctxt "STR_UNDO_PIVOT_DELETE"
msgid "Delete pivot table"
msgstr "Eliminar una tabla dinamica"
-#: globstr.hrc:78
+#: sc/inc/globstr.hrc:78
#, fuzzy
msgctxt "STR_UNDO_CONSOLIDATE"
msgid "Consolidate"
msgstr "Consolidar"
-#: globstr.hrc:79
+#: sc/inc/globstr.hrc:79
#, fuzzy
msgctxt "STR_UNDO_USESCENARIO"
msgid "Use scenario"
msgstr "Aplicar escenario"
-#: globstr.hrc:80
+#: sc/inc/globstr.hrc:80
#, fuzzy
msgctxt "STR_UNDO_MAKESCENARIO"
msgid "Create scenario"
msgstr "Creyar escenario"
-#: globstr.hrc:81
+#: sc/inc/globstr.hrc:81
#, fuzzy
msgctxt "STR_UNDO_EDITSCENARIO"
msgid "Edit scenario"
msgstr "Editar escenario"
-#: globstr.hrc:82
+#: sc/inc/globstr.hrc:82
#, fuzzy
msgctxt "STR_UNDO_APPLYCELLSTYLE"
msgid "Apply Cell Style"
msgstr "Aplicar estilo de celda"
-#: globstr.hrc:83
+#: sc/inc/globstr.hrc:83
#, fuzzy
msgctxt "STR_UNDO_EDITCELLSTYLE"
msgid "Edit Cell Style"
msgstr "Editar estilo de celda"
-#: globstr.hrc:84
+#: sc/inc/globstr.hrc:84
#, fuzzy
msgctxt "STR_UNDO_APPLYPAGESTYLE"
msgid "Apply Page Style"
msgstr "Aplicar estilo de pachina"
-#: globstr.hrc:85
+#: sc/inc/globstr.hrc:85
#, fuzzy
msgctxt "STR_UNDO_EDITPAGESTYLE"
msgid "Edit Page Style"
msgstr "Editar estilo de pachina"
-#: globstr.hrc:86
+#: sc/inc/globstr.hrc:86
#, fuzzy
msgctxt "STR_UNDO_DETADDPRED"
msgid "Trace Precedents"
msgstr "Rastriar os precedentes"
-#: globstr.hrc:87
+#: sc/inc/globstr.hrc:87
#, fuzzy
msgctxt "STR_UNDO_DETDELPRED"
msgid "Remove Precedent"
msgstr "Rastro a o precedente"
-#: globstr.hrc:88
+#: sc/inc/globstr.hrc:88
#, fuzzy
msgctxt "STR_UNDO_DETADDSUCC"
msgid "Trace Dependents"
msgstr "Rastriar os dependients"
-#: globstr.hrc:89
+#: sc/inc/globstr.hrc:89
#, fuzzy
msgctxt "STR_UNDO_DETDELSUCC"
msgid "Remove Dependent"
msgstr "Eliminar rastro a o sucesor"
-#: globstr.hrc:90
+#: sc/inc/globstr.hrc:90
#, fuzzy
msgctxt "STR_UNDO_DETADDERROR"
msgid "Trace Error"
msgstr "Rastriar error"
-#: globstr.hrc:91
+#: sc/inc/globstr.hrc:91
#, fuzzy
msgctxt "STR_UNDO_DETDELALL"
msgid "Remove all Traces"
msgstr "Eliminar totz os rastros"
-#: globstr.hrc:92
+#: sc/inc/globstr.hrc:92
#, fuzzy
msgctxt "STR_UNDO_DETINVALID"
msgid "Mark invalid data"
msgstr "Marcar os datos no validos"
-#: globstr.hrc:93
+#: sc/inc/globstr.hrc:93
#, fuzzy
msgctxt "STR_UNDO_DETREFRESH"
msgid "Refresh Traces"
msgstr "Actualizar rastros"
-#: globstr.hrc:94
+#: sc/inc/globstr.hrc:94
#, fuzzy
msgctxt "STR_UNDO_CHARTDATA"
msgid "Modify chart data range"
msgstr "Modificar aria de datos d'o diagrama"
-#: globstr.hrc:95
+#: sc/inc/globstr.hrc:95
#, fuzzy
msgctxt "STR_UNDO_ORIGINALSIZE"
msgid "Original Size"
msgstr "Grandaria orichinal"
-#: globstr.hrc:96
+#: sc/inc/globstr.hrc:96
+msgctxt "STR_UNDO_FITCELLSIZE"
+msgid "Fit to Cell Size"
+msgstr ""
+
+#: sc/inc/globstr.hrc:97
#, fuzzy
msgctxt "STR_UNDO_UPDATELINK"
msgid "Update Link"
msgstr "Actualizar vinclo"
-#: globstr.hrc:97
+#: sc/inc/globstr.hrc:98
#, fuzzy
msgctxt "STR_UNDO_REMOVELINK"
msgid "Unlink"
msgstr "Eliminar vinclo"
-#: globstr.hrc:98
+#: sc/inc/globstr.hrc:99
#, fuzzy
msgctxt "STR_UNDO_INSERTAREALINK"
msgid "Insert Link"
msgstr "Ficar vinclo"
-#: globstr.hrc:99
+#: sc/inc/globstr.hrc:100
#, fuzzy
msgctxt "STR_UNDO_ENTERMATRIX"
msgid "Insert Array Formula"
msgstr "Ficar formula matriz"
-#: globstr.hrc:100
+#: sc/inc/globstr.hrc:101
#, fuzzy
msgctxt "STR_UNDO_INSERTNOTE"
msgid "Insert Comment"
msgstr "Ficar comentario"
-#: globstr.hrc:101
+#: sc/inc/globstr.hrc:102
#, fuzzy
msgctxt "STR_UNDO_DELETENOTE"
msgid "Delete Comment"
msgstr "Eliminar comentario"
-#: globstr.hrc:102
+#: sc/inc/globstr.hrc:103
#, fuzzy
msgctxt "STR_UNDO_SHOWNOTE"
msgid "Show Comment"
msgstr "Amostrar comentario"
-#: globstr.hrc:103
+#: sc/inc/globstr.hrc:104
#, fuzzy
msgctxt "STR_UNDO_HIDENOTE"
msgid "Hide Comment"
msgstr "Amagar comentario"
-#: globstr.hrc:104
+#: sc/inc/globstr.hrc:105
msgctxt "STR_UNDO_SHOWALLNOTES"
msgid "Show All Comments"
msgstr ""
-#: globstr.hrc:105
+#: sc/inc/globstr.hrc:106
msgctxt "STR_UNDO_HIDEALLNOTES"
msgid "Hide All Comments"
msgstr ""
-#: globstr.hrc:106
+#: sc/inc/globstr.hrc:107
#, fuzzy
msgctxt "STR_UNDO_EDITNOTE"
msgid "Edit Comment"
msgstr "Editar comentario"
-#: globstr.hrc:107
+#: sc/inc/globstr.hrc:108
#, fuzzy
msgctxt "STR_UNDO_DEC_INDENT"
msgid "Decrease Indent"
msgstr "Reducir sangría"
-#: globstr.hrc:108
+#: sc/inc/globstr.hrc:109
#, fuzzy
msgctxt "STR_UNDO_INC_INDENT"
msgid "Increase Indent"
msgstr "Aumentar sangría"
-#: globstr.hrc:109
+#: sc/inc/globstr.hrc:110
#, fuzzy
msgctxt "STR_UNDO_PROTECT_TAB"
msgid "Protect sheet"
msgstr "Protecher fuella"
-#: globstr.hrc:110
+#: sc/inc/globstr.hrc:111
#, fuzzy
msgctxt "STR_UNDO_UNPROTECT_TAB"
msgid "Unprotect sheet"
msgstr "Desproteger fuella"
-#: globstr.hrc:111
+#: sc/inc/globstr.hrc:112
#, fuzzy
msgctxt "STR_UNDO_PROTECT_DOC"
msgid "Protect document"
msgstr "Protecher documento"
-#: globstr.hrc:112
+#: sc/inc/globstr.hrc:113
#, fuzzy
msgctxt "STR_UNDO_UNPROTECT_DOC"
msgid "Unprotect document"
msgstr "Desproteger documento"
-#: globstr.hrc:113
+#: sc/inc/globstr.hrc:114
#, fuzzy
msgctxt "STR_UNDO_PRINTRANGES"
msgid "Print range"
msgstr "Arias d'impresión"
-#: globstr.hrc:114
+#: sc/inc/globstr.hrc:115
#, fuzzy
msgctxt "STR_UNDO_REMOVEBREAKS"
msgid "Delete Page Breaks"
msgstr "Eliminar saltos de pachina"
-#: globstr.hrc:115
+#: sc/inc/globstr.hrc:116
#, fuzzy
msgctxt "STR_UNDO_PRINTSCALE"
msgid "Change Scale"
msgstr "Modificar escala"
-#: globstr.hrc:116
+#: sc/inc/globstr.hrc:117
#, fuzzy
msgctxt "STR_UNDO_DRAG_BREAK"
msgid "Move Page Break"
msgstr "Desplazar blinco de pachina"
-#: globstr.hrc:117
+#: sc/inc/globstr.hrc:118
#, fuzzy
msgctxt "STR_UNDO_RANGENAMES"
msgid "Edit range names"
msgstr "Editar nombres d'aria"
-#: globstr.hrc:118
+#: sc/inc/globstr.hrc:119
#, fuzzy
msgctxt "STR_UNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Modificar escala"
-#: globstr.hrc:119
+#: sc/inc/globstr.hrc:120
#, fuzzy
msgctxt "STR_DBNAME_IMPORT"
msgid "Import"
msgstr "Importación"
-#: globstr.hrc:120
+#: sc/inc/globstr.hrc:121
#, fuzzy
msgctxt "STR_MSSG_DOSUBTOTALS_0"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME Calc"
-#: globstr.hrc:121
+#: sc/inc/globstr.hrc:122
#, fuzzy
msgctxt "STR_MSSG_DOSUBTOTALS_1"
msgid "Delete data?"
msgstr "Deseya eliminar os datos?"
-#: globstr.hrc:122
+#: sc/inc/globstr.hrc:123
#, fuzzy
msgctxt "STR_MSSG_DOSUBTOTALS_2"
msgid "Unable to insert rows"
msgstr "No puede ficar ringleras"
-#: globstr.hrc:123
+#: sc/inc/globstr.hrc:124
#, fuzzy
msgctxt "STR_MSSG_REPEATDB_0"
msgid "No operations to execute"
msgstr "Garra operación por fer"
-#: globstr.hrc:124
+#: sc/inc/globstr.hrc:125
#, fuzzy
msgctxt "STR_MSSG_MAKEAUTOFILTER_0"
msgid ""
@@ -628,72 +633,72 @@ msgstr ""
"L'aria no contiene encabezamientos de columnas.\n"
"Deseya utilizar a primera linia como encabezamiento?"
-#: globstr.hrc:125
+#: sc/inc/globstr.hrc:126
#, fuzzy
msgctxt "STR_MSSG_IMPORTDATA_0"
msgid "Error while importing data!"
msgstr "Error en importar datos!"
-#: globstr.hrc:126
+#: sc/inc/globstr.hrc:127
#, fuzzy
msgctxt "STR_PROGRESS_IMPORT"
msgid "# records imported..."
msgstr "# rechistros importaus..."
-#: globstr.hrc:127
+#: sc/inc/globstr.hrc:128
#, fuzzy
msgctxt "STR_MSSG_MAKEOUTLINE_0"
msgid "Grouping not possible"
msgstr "No ye posible agrupar"
-#: globstr.hrc:128
+#: sc/inc/globstr.hrc:129
#, fuzzy
msgctxt "STR_MSSG_REMOVEOUTLINE_0"
msgid "Ungrouping not possible"
msgstr "No ye posible desfer l'agrupación"
-#: globstr.hrc:129
+#: sc/inc/globstr.hrc:130
#, fuzzy
msgctxt "STR_MSSG_PASTEFROMCLIP_0"
msgid "Insert into multiple selection not possible"
msgstr "No ye posible ficar en selección multiple"
-#: globstr.hrc:130
+#: sc/inc/globstr.hrc:131
#, fuzzy
msgctxt "STR_MSSG_MOVEBLOCKTO_0"
msgid "Cell merge not possible if cells already merged!"
msgstr "No ye posible ficar celdas fusionadas en celdas fusionadas!"
-#: globstr.hrc:131
+#: sc/inc/globstr.hrc:132
#, fuzzy
msgctxt "STR_MSSG_INSERTCELLS_0"
msgid "Inserting into merged ranges not possible"
msgstr "No ye posible ficar en arias fusionadas"
-#: globstr.hrc:132
+#: sc/inc/globstr.hrc:133
#, fuzzy
msgctxt "STR_MSSG_DELETECELLS_0"
msgid "Deleting in merged ranges not possible"
msgstr "No se puede eliminar en arias fusionadas"
-#: globstr.hrc:133
+#: sc/inc/globstr.hrc:134
#, fuzzy
msgctxt "STR_MSSG_MERGECELLS_0"
msgid "Cell merge not possible if cells already merged"
msgstr "No ye posible ficar celdas fusionadas en celdas fusionadas!"
-#: globstr.hrc:134
+#: sc/inc/globstr.hrc:135
#, fuzzy
msgctxt "STR_SORT_ERR_MERGED"
msgid "Ranges containing merged cells can only be sorted without formats."
msgstr "Arias con celdas fusionadas solament se pueden ordenar sin formato."
-#: globstr.hrc:135
+#: sc/inc/globstr.hrc:136
msgctxt "STR_MSSG_SOLVE_0"
msgid "Goal Seek succeeded. Result: "
msgstr ""
-#: globstr.hrc:136
+#: sc/inc/globstr.hrc:137
msgctxt "STR_MSSG_SOLVE_1"
msgid ""
"\n"
@@ -701,242 +706,242 @@ msgid ""
"Insert the result into the variable cell?"
msgstr ""
-#: globstr.hrc:137
+#: sc/inc/globstr.hrc:138
msgctxt "STR_MSSG_SOLVE_2"
msgid ""
"Goal Seek failed.\n"
"\n"
msgstr ""
-#: globstr.hrc:138
+#: sc/inc/globstr.hrc:139
#, fuzzy
msgctxt "STR_MSSG_SOLVE_3"
msgid "Insert the closest value ("
msgstr "Deseya ficar a valor mas cercana ("
-#: globstr.hrc:139
+#: sc/inc/globstr.hrc:140
msgctxt "STR_MSSG_SOLVE_4"
msgid ") into the variable cell anyway?"
msgstr ""
-#: globstr.hrc:140
+#: sc/inc/globstr.hrc:141
msgctxt "STR_TABLE_GRAND"
msgid "Grand"
msgstr ""
-#: globstr.hrc:141
+#: sc/inc/globstr.hrc:142
#, fuzzy
msgctxt "STR_TABLE_ERGEBNIS"
msgid "Result"
msgstr "Resultau"
-#: globstr.hrc:142
+#: sc/inc/globstr.hrc:143
#, fuzzy
msgctxt "STR_UNDO_SPELLING"
msgid "Spellcheck"
msgstr "Ortografía"
-#: globstr.hrc:143
+#: sc/inc/globstr.hrc:144
#, fuzzy
msgctxt "STR_TABLE_UND"
msgid "AND"
msgstr "Y"
-#: globstr.hrc:144
+#: sc/inc/globstr.hrc:145
#, fuzzy
msgctxt "STR_TABLE_ODER"
msgid "OR"
msgstr "U"
-#: globstr.hrc:145
+#: sc/inc/globstr.hrc:146
#, fuzzy
msgctxt "STR_TABLE_DEF"
msgid "Sheet"
msgstr "Fuella"
-#: globstr.hrc:146
+#: sc/inc/globstr.hrc:147
#, fuzzy
msgctxt "STR_MOVE_TO_END"
msgid "- move to end position -"
msgstr "- desplazar a la zaguera posición -"
-#: globstr.hrc:147
+#: sc/inc/globstr.hrc:148
#, fuzzy
msgctxt "STR_NO_REF_TABLE"
msgid "#REF!"
msgstr "#REF!"
-#: globstr.hrc:148
+#: sc/inc/globstr.hrc:149
#, fuzzy
msgctxt "STR_PIVOT_NODATA"
msgid "The pivot table must contain at least one entry."
msgstr "A tabla dinamica debe contener por lo menos un ítem."
-#: globstr.hrc:149
+#: sc/inc/globstr.hrc:150
#, fuzzy
msgctxt "STR_PIVOT_MOVENOTALLOWED"
msgid "The data range can not be deleted."
msgstr "No se puede eliminar l'aria de datos."
-#: globstr.hrc:150
+#: sc/inc/globstr.hrc:151
#, fuzzy
msgctxt "STR_PIVOT_ERROR"
msgid "Error creating the pivot table."
msgstr "Error en creyar a tabla dinamica."
-#: globstr.hrc:151
+#: sc/inc/globstr.hrc:152
#, fuzzy
msgctxt "STR_PIVOT_NOTEMPTY"
msgid "The destination range is not empty. Overwrite existing contents?"
msgstr "L'aria destino no ye vacía. Deseya sobrescribir-lo?"
-#: globstr.hrc:152
+#: sc/inc/globstr.hrc:153
msgctxt "STR_PIVOT_REMOVE_PIVOTCHART"
msgid ""
"Deleting the pivot table will also remove any associated pivot charts.\n"
"Do you want to proceed?"
msgstr ""
-#: globstr.hrc:153
+#: sc/inc/globstr.hrc:154
#, fuzzy
msgctxt "STR_DATAPILOT_SUBTOTAL"
msgid "The source range contains subtotals which may distort the results. Use it anyway?"
msgstr "L'aria fuent contiene resultaus parcials que pueden falsificar os resultaus. Deseya usar-lo de todas formas?"
-#: globstr.hrc:154
+#: sc/inc/globstr.hrc:155
#, fuzzy
msgctxt "STR_PIVOT_TOTAL"
msgid "Total"
msgstr "Total"
-#: globstr.hrc:155
+#: sc/inc/globstr.hrc:156
#, fuzzy
msgctxt "STR_PIVOT_DATA"
msgid "Data"
msgstr "Datos"
-#: globstr.hrc:156
+#: sc/inc/globstr.hrc:157
#, fuzzy
msgctxt "STR_PIVOT_GROUP"
msgid "Group"
msgstr "Agrupar"
-#: globstr.hrc:157
+#: sc/inc/globstr.hrc:158
msgctxt "STR_ROWCOL_SELCOUNT"
msgid "$1 rows, $2 columns selected"
msgstr ""
-#: globstr.hrc:158
+#: sc/inc/globstr.hrc:159
msgctxt "STR_FILTER_SELCOUNT"
msgid "$1 of $2 records found"
msgstr ""
-#: globstr.hrc:159
+#: sc/inc/globstr.hrc:160
msgctxt "STR_COLUMN"
msgid "Column"
msgstr "Columna"
-#: globstr.hrc:160
+#: sc/inc/globstr.hrc:161
msgctxt "STR_ROW"
msgid "Row"
msgstr "Ringlera"
-#: globstr.hrc:161
+#: sc/inc/globstr.hrc:162
msgctxt "STR_PAGE"
msgid "Page"
msgstr "Pachina"
-#: globstr.hrc:162
+#: sc/inc/globstr.hrc:163
#, fuzzy
msgctxt "STR_PGNUM"
msgid "Page %1"
msgstr "Pachina %1"
-#: globstr.hrc:163
+#: sc/inc/globstr.hrc:164
#, fuzzy
msgctxt "STR_LOAD_DOC"
msgid "Load document"
msgstr "Cargar documento"
-#: globstr.hrc:164
+#: sc/inc/globstr.hrc:165
#, fuzzy
msgctxt "STR_SAVE_DOC"
msgid "Save document"
msgstr "Alzar documento"
-#: globstr.hrc:165
+#: sc/inc/globstr.hrc:166
#, fuzzy
msgctxt "STR_AREA_ALREADY_INSERTED"
msgid "This range has already been inserted."
msgstr "Iste aria ya ha estau ficada."
-#: globstr.hrc:166
+#: sc/inc/globstr.hrc:167
#, fuzzy
msgctxt "STR_INVALID_TABREF"
msgid "Invalid sheet reference."
msgstr "Referencia a fuella no valida."
-#: globstr.hrc:167
+#: sc/inc/globstr.hrc:168
#, fuzzy
msgctxt "STR_INVALID_QUERYAREA"
msgid "This range does not contain a valid query."
msgstr "Iste aria no contiene garra consulta valida."
-#: globstr.hrc:168
+#: sc/inc/globstr.hrc:169
#, fuzzy
msgctxt "STR_REIMPORT_EMPTY"
msgid "This range does not contain imported data."
msgstr "Iste aria no contiene datos importaus."
-#: globstr.hrc:169
+#: sc/inc/globstr.hrc:170
#, fuzzy
msgctxt "STR_NOMULTISELECT"
msgid "This function cannot be used with multiple selections."
msgstr "Ista función no se puede aplicar con seleccions multiples."
-#: globstr.hrc:170
+#: sc/inc/globstr.hrc:171
#, fuzzy
msgctxt "STR_FILL_SERIES_PROGRESS"
msgid "Fill Row..."
msgstr "Replenar serie..."
-#: globstr.hrc:171
+#: sc/inc/globstr.hrc:172
#, fuzzy
msgctxt "STR_UNDO_THESAURUS"
msgid "Thesaurus"
msgstr "Diccionario de sinonimos"
-#: globstr.hrc:172
+#: sc/inc/globstr.hrc:173
#, fuzzy
msgctxt "STR_FILL_TAB"
msgid "Fill Sheets"
msgstr "Replenar fuellas"
-#: globstr.hrc:173
+#: sc/inc/globstr.hrc:174
#, fuzzy
msgctxt "STR_UPDATE_SCENARIO"
msgid "Add selected ranges to current scenario?"
msgstr "Deseya adhibir as arias seleccionadas a o escenario actual?"
-#: globstr.hrc:174
+#: sc/inc/globstr.hrc:175
#, fuzzy
msgctxt "STR_ERR_NEWSCENARIO"
msgid "The scenario ranges must be selected in order to be able to create a new scenario."
msgstr "Ta creyar un escenario cal seleccionar as arias d'escenario."
-#: globstr.hrc:175
+#: sc/inc/globstr.hrc:176
#, fuzzy
msgctxt "STR_NOAREASELECTED"
msgid "A range has not been selected."
msgstr "Garra aria seleccionada."
-#: globstr.hrc:176
+#: sc/inc/globstr.hrc:177
#, fuzzy
msgctxt "STR_NEWTABNAMENOTUNIQUE"
msgid "This name already exists."
msgstr "Iste nombre ya existe."
-#: globstr.hrc:177
+#: sc/inc/globstr.hrc:178
msgctxt "STR_INVALIDTABNAME"
msgid ""
"Invalid sheet name.\n"
@@ -945,194 +950,158 @@ msgid ""
"or the character ' (apostrophe) as first or last character."
msgstr ""
-#: globstr.hrc:178
+#: sc/inc/globstr.hrc:179
#, fuzzy
msgctxt "STR_SCENARIO"
msgid "Scenario"
msgstr "Escenario"
-#: globstr.hrc:179
+#: sc/inc/globstr.hrc:180
#, fuzzy
msgctxt "STR_PIVOT_TABLE"
msgid "Pivot Table"
msgstr "Tabla dinamica"
#. Text strings for captions of subtotal functions.
-#: globstr.hrc:181
+#: sc/inc/globstr.hrc:182
msgctxt "STR_FUN_TEXT_SUM"
msgid "Sum"
msgstr "Suma"
-#: globstr.hrc:182
+#: sc/inc/globstr.hrc:183
msgctxt "STR_FUN_TEXT_SELECTION_COUNT"
msgid "Selection count"
msgstr ""
-#: globstr.hrc:183
+#: sc/inc/globstr.hrc:184
#, fuzzy
msgctxt "STR_FUN_TEXT_COUNT"
msgid "Count"
msgstr "Cantidat"
-#: globstr.hrc:184
+#: sc/inc/globstr.hrc:185
#, fuzzy
msgctxt "STR_FUN_TEXT_COUNT2"
msgid "CountA"
msgstr "Cantidat2"
-#: globstr.hrc:185
+#: sc/inc/globstr.hrc:186
msgctxt "STR_FUN_TEXT_AVG"
msgid "Average"
msgstr "Promeyo"
-#: globstr.hrc:186
+#: sc/inc/globstr.hrc:187
msgctxt "STR_FUN_TEXT_MEDIAN"
msgid "Median"
msgstr ""
-#: globstr.hrc:187
+#: sc/inc/globstr.hrc:188
#, fuzzy
msgctxt "STR_FUN_TEXT_MAX"
msgid "Max"
msgstr "Máx"
-#: globstr.hrc:188
+#: sc/inc/globstr.hrc:189
#, fuzzy
msgctxt "STR_FUN_TEXT_MIN"
msgid "Min"
msgstr "Mín"
-#: globstr.hrc:189
+#: sc/inc/globstr.hrc:190
msgctxt "STR_FUN_TEXT_PRODUCT"
msgid "Product"
msgstr "Producto"
-#: globstr.hrc:190
+#: sc/inc/globstr.hrc:191
#, fuzzy
msgctxt "STR_FUN_TEXT_STDDEV"
msgid "StDev"
msgstr "DevNorm"
-#: globstr.hrc:191
+#: sc/inc/globstr.hrc:192
#, fuzzy
msgctxt "STR_FUN_TEXT_VAR"
msgid "Var"
msgstr "VAR"
-#: globstr.hrc:192
+#: sc/inc/globstr.hrc:193
#, fuzzy
msgctxt "STR_NOCHARTATCURSOR"
msgid "No chart found at this position."
msgstr "No s'ha trobau garra diagrama en ista posición."
-#: globstr.hrc:193
+#: sc/inc/globstr.hrc:194
#, fuzzy
msgctxt "STR_PIVOT_NOTFOUND"
msgid "No pivot table found at this position."
msgstr "No existe garra tabla dinamica en ista posición."
-#: globstr.hrc:194
+#: sc/inc/globstr.hrc:195
#, fuzzy
msgctxt "STR_EMPTYDATA"
msgid "(empty)"
msgstr "(vacío)"
-#: globstr.hrc:195
+#: sc/inc/globstr.hrc:196
#, fuzzy
msgctxt "STR_PRINT_INVALID_AREA"
msgid "Invalid print range"
msgstr "Aria d'impresión no valida"
-#: globstr.hrc:196
+#: sc/inc/globstr.hrc:197
#, fuzzy
msgctxt "STR_PAGESTYLE"
msgid "Page Style"
msgstr "Estilo de fuella"
-#: globstr.hrc:197
+#: sc/inc/globstr.hrc:198
#, fuzzy
msgctxt "STR_HEADER"
msgid "Header"
msgstr "Encabezamiento"
-#: globstr.hrc:198
+#: sc/inc/globstr.hrc:199
msgctxt "STR_FOOTER"
msgid "Footer"
msgstr "Piet de pachina"
-#: globstr.hrc:199
+#: sc/inc/globstr.hrc:200
#, fuzzy
msgctxt "STR_TEXTATTRS"
msgid "Text Attributes"
msgstr "Atributos de texto"
-#: globstr.hrc:200
-#, fuzzy
-msgctxt "STR_HFCMD_PAGE"
-msgid "PAGE"
-msgstr "PACHINA"
-
-#: globstr.hrc:201
-#, fuzzy
-msgctxt "STR_HFCMD_PAGES"
-msgid "PAGES"
-msgstr "PACHINAS"
-
-#: globstr.hrc:202
-#, fuzzy
-msgctxt "STR_HFCMD_DATE"
-msgid "DATE"
-msgstr "CALENDATA"
-
-#: globstr.hrc:203
-#, fuzzy
-msgctxt "STR_HFCMD_TIME"
-msgid "TIME"
-msgstr "HORA"
-
-#: globstr.hrc:204
-#, fuzzy
-msgctxt "STR_HFCMD_FILE"
-msgid "FILE"
-msgstr "FICHERO"
-
-#: globstr.hrc:205
-#, fuzzy
-msgctxt "STR_HFCMD_TABLE"
-msgid "SHEET"
-msgstr "FUELLA"
-
-#: globstr.hrc:206
+#: sc/inc/globstr.hrc:201
#, fuzzy
msgctxt "STR_PROTECTIONERR"
msgid "Protected cells can not be modified."
msgstr "As celdas protechidas no pueden estar modificadas."
-#: globstr.hrc:207
+#: sc/inc/globstr.hrc:202
#, fuzzy
msgctxt "STR_READONLYERR"
msgid "Document opened in read-only mode."
msgstr "O fichero ubierto ye solament de lectura."
-#: globstr.hrc:208
+#: sc/inc/globstr.hrc:203
#, fuzzy
msgctxt "STR_MATRIXFRAGMENTERR"
msgid "You cannot change only part of an array."
msgstr "No ye posible modificar solament una parte d'una matriz."
-#: globstr.hrc:209
+#: sc/inc/globstr.hrc:204
#, fuzzy
msgctxt "STR_PAGEHEADER"
msgid "Header"
msgstr "Encabezamiento"
-#: globstr.hrc:210
+#: sc/inc/globstr.hrc:205
msgctxt "STR_PAGEFOOTER"
msgid "Footer"
msgstr "Piet de pachina"
#. BEGIN error constants and error strings.
-#: globstr.hrc:213
+#: sc/inc/globstr.hrc:208
#, fuzzy
msgctxt "STR_ERROR_STR"
msgid "Err:"
@@ -1140,181 +1109,181 @@ msgstr "Err:"
#. BEGIN defined ERROR.TYPE() values.
#. ERROR.TYPE( #DIV/0! ) == 2
-#: globstr.hrc:216
+#: sc/inc/globstr.hrc:211
#, fuzzy
msgctxt "STR_LONG_ERR_DIV_ZERO"
msgid "Error: Division by zero"
msgstr "Error: División por zero"
#. ERROR.TYPE( #VALUE! ) == 3
-#: globstr.hrc:218
+#: sc/inc/globstr.hrc:213
#, fuzzy
msgctxt "STR_LONG_ERR_NO_VALUE"
msgid "Error: Wrong data type"
msgstr "Error: Tipo de datos"
#. ERROR.TYPE( #REF! ) == 4
-#: globstr.hrc:220
+#: sc/inc/globstr.hrc:215
#, fuzzy
msgctxt "STR_LONG_ERR_NO_REF"
msgid "Error: Not a valid reference"
msgstr "Error: Referencia no valida"
#. ERROR.TYPE( #NAME! ) == 5
-#: globstr.hrc:222
+#: sc/inc/globstr.hrc:217
#, fuzzy
msgctxt "STR_LONG_ERR_NO_NAME"
msgid "Error: Invalid name"
msgstr "Error: Nombre no valido"
#. ERROR.TYPE( #NUM! ) == 6
-#: globstr.hrc:224
+#: sc/inc/globstr.hrc:219
#, fuzzy
msgctxt "STR_LONG_ERR_ILL_FPO"
msgid "Error: Invalid numeric value"
msgstr "Error: Valor numerica invalida"
#. ERROR.TYPE( #N/A ) == 7
-#: globstr.hrc:226
+#: sc/inc/globstr.hrc:221
#, fuzzy
msgctxt "STR_LONG_ERR_NV"
msgid "Error: Value not available"
msgstr "Error: Valor no disponible"
#. END defined ERROR.TYPE() values.
-#: globstr.hrc:228
+#: sc/inc/globstr.hrc:223
#, fuzzy
msgctxt "STR_NO_ADDIN"
msgid "#ADDIN?"
msgstr "#ADDIN?"
-#: globstr.hrc:229
+#: sc/inc/globstr.hrc:224
#, fuzzy
msgctxt "STR_LONG_ERR_NO_ADDIN"
msgid "Error: Add-in not found"
msgstr "Error: no s'ha trobau Add-in"
-#: globstr.hrc:230
+#: sc/inc/globstr.hrc:225
#, fuzzy
msgctxt "STR_NO_MACRO"
msgid "#MACRO?"
msgstr "#MACRO?"
-#: globstr.hrc:231
+#: sc/inc/globstr.hrc:226
#, fuzzy
msgctxt "STR_LONG_ERR_NO_MACRO"
msgid "Error: Macro not found"
msgstr "Error: No s'ha trobau a macro"
-#: globstr.hrc:232
+#: sc/inc/globstr.hrc:227
#, fuzzy
msgctxt "STR_LONG_ERR_SYNTAX"
msgid "Internal syntactical error"
msgstr "Error interna de sintaxi"
-#: globstr.hrc:233
+#: sc/inc/globstr.hrc:228
#, fuzzy
msgctxt "STR_LONG_ERR_ILL_ARG"
msgid "Error: Invalid argument"
msgstr "Error: Argumento no valido"
-#: globstr.hrc:234
+#: sc/inc/globstr.hrc:229
#, fuzzy
msgctxt "STR_LONG_ERR_ILL_PAR"
msgid "Error in parameter list"
msgstr "Error en a lista de parametros"
-#: globstr.hrc:235
+#: sc/inc/globstr.hrc:230
#, fuzzy
msgctxt "STR_LONG_ERR_ILL_CHAR"
msgid "Error: Invalid character"
msgstr "Error: Caracter no valido"
-#: globstr.hrc:236
+#: sc/inc/globstr.hrc:231
#, fuzzy
msgctxt "STR_LONG_ERR_PAIR"
msgid "Error: in bracketing"
msgstr "Error: Error de parentesi"
-#: globstr.hrc:237
+#: sc/inc/globstr.hrc:232
#, fuzzy
msgctxt "STR_LONG_ERR_OP_EXP"
msgid "Error: Operator missing"
msgstr "Error: Falta un operador"
-#: globstr.hrc:238
+#: sc/inc/globstr.hrc:233
#, fuzzy
msgctxt "STR_LONG_ERR_VAR_EXP"
msgid "Error: Variable missing"
msgstr "Error: Falta una variable"
-#: globstr.hrc:239
+#: sc/inc/globstr.hrc:234
#, fuzzy
msgctxt "STR_LONG_ERR_CODE_OVF"
msgid "Error: Formula overflow"
msgstr "Error: Formula masiau larga"
-#: globstr.hrc:240
+#: sc/inc/globstr.hrc:235
#, fuzzy
msgctxt "STR_LONG_ERR_STR_OVF"
msgid "Error: String overflow"
msgstr "Error: Cadena de caracters masiau larga"
-#: globstr.hrc:241
+#: sc/inc/globstr.hrc:236
#, fuzzy
msgctxt "STR_LONG_ERR_STACK_OVF"
msgid "Error: Internal overflow"
msgstr "Error: Desbordamiento interno"
-#: globstr.hrc:242
+#: sc/inc/globstr.hrc:237
msgctxt "STR_LONG_ERR_MATRIX_SIZE"
msgid "Error: Array or matrix size"
msgstr ""
-#: globstr.hrc:243
+#: sc/inc/globstr.hrc:238
#, fuzzy
msgctxt "STR_LONG_ERR_CIRC_REF"
msgid "Error: Circular reference"
msgstr "Error: Referencia circular"
-#: globstr.hrc:244
+#: sc/inc/globstr.hrc:239
#, fuzzy
msgctxt "STR_LONG_ERR_NO_CONV"
msgid "Error: Calculation does not converge"
msgstr "Error: O proceso de calculo no converge"
#. END error constants and error strings.
-#: globstr.hrc:247
+#: sc/inc/globstr.hrc:242
#, fuzzy
msgctxt "STR_GRIDCOLOR"
msgid "Grid color"
msgstr "Color d'a quadricula"
-#: globstr.hrc:248
+#: sc/inc/globstr.hrc:243
#, fuzzy
msgctxt "STR_CELL_FILTER"
msgid "Filter"
msgstr "Filtro"
-#: globstr.hrc:249
+#: sc/inc/globstr.hrc:244
#, fuzzy
msgctxt "STR_TARGETNOTFOUND"
msgid "The target database range does not exist."
msgstr "No existe l'aria de la base de datos destino."
-#: globstr.hrc:250
+#: sc/inc/globstr.hrc:245
#, fuzzy
msgctxt "STR_INVALID_EPS"
msgid "Invalid increment"
msgstr "Incremento no valido"
-#: globstr.hrc:251
+#: sc/inc/globstr.hrc:246
#, fuzzy
msgctxt "STR_UNDO_TABOP"
msgid "Multiple operations"
msgstr "Operación multiple"
-#: globstr.hrc:252
+#: sc/inc/globstr.hrc:247
#, fuzzy
msgctxt "STR_INVALID_AFNAME"
msgid ""
@@ -1326,47 +1295,47 @@ msgstr ""
"No se podió creyar l'autoformateo.\n"
"Intente nuevament utilizando unatro nombre."
-#: globstr.hrc:253
+#: sc/inc/globstr.hrc:248
#, fuzzy
msgctxt "STR_AREA"
msgid "Range"
msgstr "Aria"
-#: globstr.hrc:254
+#: sc/inc/globstr.hrc:249
#, fuzzy
msgctxt "STR_YES"
msgid "Yes"
msgstr "Sí"
-#: globstr.hrc:255
+#: sc/inc/globstr.hrc:250
#, fuzzy
msgctxt "STR_NO"
msgid "No"
msgstr "No"
-#: globstr.hrc:256
+#: sc/inc/globstr.hrc:251
#, fuzzy
msgctxt "STR_PROTECTION"
msgid "Protection"
msgstr "Protección"
-#: globstr.hrc:257
+#: sc/inc/globstr.hrc:252
#, fuzzy
msgctxt "STR_FORMULAS"
msgid "Formulas"
msgstr "Formulas"
-#: globstr.hrc:258
+#: sc/inc/globstr.hrc:253
msgctxt "STR_HIDE"
msgid "Hide"
msgstr "Amagar"
-#: globstr.hrc:259
+#: sc/inc/globstr.hrc:254
msgctxt "STR_PRINT"
msgid "Print"
msgstr "Imprentar"
-#: globstr.hrc:260
+#: sc/inc/globstr.hrc:255
#, fuzzy
msgctxt "STR_INVALID_AFAREA"
msgid ""
@@ -1378,120 +1347,120 @@ msgstr ""
"ye necesario seleccionar un aria\n"
"de por lo menos 3x3 celdas."
-#: globstr.hrc:261
+#: sc/inc/globstr.hrc:256
#, fuzzy
msgctxt "STR_OPTIONAL"
msgid "(optional)"
msgstr "(opcional)"
-#: globstr.hrc:262
+#: sc/inc/globstr.hrc:257
#, fuzzy
msgctxt "STR_REQUIRED"
msgid "(required)"
msgstr "(necesario)"
-#: globstr.hrc:263
+#: sc/inc/globstr.hrc:258
msgctxt "STR_NOTES"
msgid "Comments"
msgstr "Comentarios"
-#: globstr.hrc:264
+#: sc/inc/globstr.hrc:259
#, fuzzy
msgctxt "STR_QUERY_DELTAB"
msgid "Are you sure you want to delete the selected sheet(s)?"
msgstr "Seguro que quiere eliminar a fuella u fuellas seleccionadas?"
-#: globstr.hrc:265
+#: sc/inc/globstr.hrc:260
#, fuzzy
msgctxt "STR_QUERY_DELSCENARIO"
msgid "Are you sure you want to delete the selected scenario?"
msgstr "Ye seguro de querer eliminar o escenario seleccionau?"
-#: globstr.hrc:266
+#: sc/inc/globstr.hrc:261
#, fuzzy
msgctxt "STR_EXPORT_ASCII"
msgid "Export Text File"
msgstr "Exportar a un fichero de texto"
-#: globstr.hrc:267
+#: sc/inc/globstr.hrc:262
#, fuzzy
msgctxt "STR_IMPORT_LOTUS"
msgid "Import Lotus files"
msgstr "Importación Lotus"
-#: globstr.hrc:268
+#: sc/inc/globstr.hrc:263
#, fuzzy
msgctxt "STR_IMPORT_DBF"
msgid "Import DBase files"
msgstr "Importación DBase"
-#: globstr.hrc:269
+#: sc/inc/globstr.hrc:264
#, fuzzy
msgctxt "STR_EXPORT_DBF"
msgid "DBase export"
msgstr "Exportación DBase"
-#: globstr.hrc:270
+#: sc/inc/globstr.hrc:265
#, fuzzy
msgctxt "STR_EXPORT_DIF"
msgid "Dif Export"
msgstr "Exportar Dif"
-#: globstr.hrc:271
+#: sc/inc/globstr.hrc:266
#, fuzzy
msgctxt "STR_IMPORT_DIF"
msgid "Dif Import"
msgstr "Importar Dif"
-#: globstr.hrc:272
+#: sc/inc/globstr.hrc:267
#, fuzzy
msgctxt "STR_STYLENAME_STANDARD"
msgid "Default"
msgstr "Predeterminau"
-#: globstr.hrc:273
+#: sc/inc/globstr.hrc:268
#, fuzzy
msgctxt "STR_STYLENAME_RESULT"
msgid "Result"
msgstr "Resultau"
-#: globstr.hrc:274
+#: sc/inc/globstr.hrc:269
#, fuzzy
msgctxt "STR_STYLENAME_RESULT1"
msgid "Result2"
msgstr "Resultau2"
-#: globstr.hrc:275
+#: sc/inc/globstr.hrc:270
#, fuzzy
msgctxt "STR_STYLENAME_HEADLINE"
msgid "Heading"
msgstr "Encabezado"
-#: globstr.hrc:276
+#: sc/inc/globstr.hrc:271
#, fuzzy
msgctxt "STR_STYLENAME_HEADLINE1"
msgid "Heading1"
msgstr "Encabezado1"
-#: globstr.hrc:277
+#: sc/inc/globstr.hrc:272
#, fuzzy
msgctxt "STR_STYLENAME_REPORT"
msgid "Report"
msgstr "Informe"
-#: globstr.hrc:278
+#: sc/inc/globstr.hrc:273
#, fuzzy
msgctxt "STR_THESAURUS_NO_STRING"
msgid "Thesaurus can only be used in text cells!"
msgstr "Busca de sinonimos solament posible en celdas de texto!"
-#: globstr.hrc:279
+#: sc/inc/globstr.hrc:274
#, fuzzy
msgctxt "STR_SPELLING_BEGIN_TAB"
msgid "Should the spellcheck be continued at the beginning of the current sheet?"
msgstr "Deseya que se contine a revisión ortografica a o comienzo d'a fuella?"
-#: globstr.hrc:280
+#: sc/inc/globstr.hrc:275
#, fuzzy
msgctxt "STR_SPELLING_NO_LANG"
msgid ""
@@ -1503,325 +1472,320 @@ msgstr ""
" Verifique por favor a suya instalación y instale en \n"
"caso necesario l'idioma deseyau."
-#: globstr.hrc:281
+#: sc/inc/globstr.hrc:276
#, fuzzy
msgctxt "STR_SPELLING_STOP_OK"
msgid "The spellcheck of this sheet has been completed."
msgstr "S'ha finalizau a revisión ortografica d'ista fuella!"
-#: globstr.hrc:282
+#: sc/inc/globstr.hrc:277
#, fuzzy
msgctxt "STR_UNDO_INSERT_TAB"
msgid "Insert Sheet"
msgstr "Ficar fuella"
-#: globstr.hrc:283
+#: sc/inc/globstr.hrc:278
#, fuzzy
msgctxt "STR_UNDO_DELETE_TAB"
msgid "Delete Sheets"
msgstr "Eliminar fuella"
-#: globstr.hrc:284
+#: sc/inc/globstr.hrc:279
#, fuzzy
msgctxt "STR_UNDO_RENAME_TAB"
msgid "Rename Sheet"
msgstr "Cambiar nombre de fuella"
-#: globstr.hrc:285
+#: sc/inc/globstr.hrc:280
#, fuzzy
msgctxt "STR_UNDO_SET_TAB_BG_COLOR"
msgid "Color Tab"
msgstr "Pestanya con color"
-#: globstr.hrc:286
+#: sc/inc/globstr.hrc:281
#, fuzzy
msgctxt "STR_UNDO_SET_MULTI_TAB_BG_COLOR"
msgid "Color Tabs"
msgstr "Pestanyas con color"
-#: globstr.hrc:287
+#: sc/inc/globstr.hrc:282
#, fuzzy
msgctxt "STR_UNDO_MOVE_TAB"
msgid "Move Sheets"
msgstr "Desplazar fuellas"
-#: globstr.hrc:288
+#: sc/inc/globstr.hrc:283
#, fuzzy
msgctxt "STR_UNDO_COPY_TAB"
msgid "Copy Sheet"
msgstr "Copiar fuella"
-#: globstr.hrc:289
+#: sc/inc/globstr.hrc:284
#, fuzzy
msgctxt "STR_UNDO_APPEND_TAB"
msgid "Append sheet"
msgstr "Adhibir fuella"
-#: globstr.hrc:290
+#: sc/inc/globstr.hrc:285
#, fuzzy
msgctxt "STR_UNDO_SHOWTAB"
msgid "Show Sheet"
msgstr "Amostrar fuella"
-#: globstr.hrc:291
+#: sc/inc/globstr.hrc:286
#, fuzzy
msgctxt "STR_UNDO_SHOWTABS"
msgid "Show Sheets"
msgstr "Amostrar fuella de calculo"
-#: globstr.hrc:292
+#: sc/inc/globstr.hrc:287
#, fuzzy
msgctxt "STR_UNDO_HIDETAB"
msgid "Hide sheet"
msgstr "Amagar fuella"
-#: globstr.hrc:293
+#: sc/inc/globstr.hrc:288
#, fuzzy
msgctxt "STR_UNDO_HIDETABS"
msgid "Hide sheets"
msgstr "Amagar fuella"
-#: globstr.hrc:294
+#: sc/inc/globstr.hrc:289
#, fuzzy
msgctxt "STR_UNDO_TAB_RTL"
msgid "Flip sheet"
msgstr "Reflejar fuella"
-#: globstr.hrc:295
+#: sc/inc/globstr.hrc:290
#, fuzzy
msgctxt "STR_ABSREFLOST"
msgid "The new table contains absolute references to other tables which may be incorrect!"
msgstr "A nueva tabla contiene referencias absolutas a atras tablas que posiblement no son correctas."
-#: globstr.hrc:296
+#: sc/inc/globstr.hrc:291
#, fuzzy
msgctxt "STR_NAMECONFLICT"
msgid "Due to identical names, an existing range name in the destination document has been altered!"
msgstr "A causa d'a igualdat de nombres s'ha alterau o nombre existent d'un aria d'o documento!"
-#: globstr.hrc:297
+#: sc/inc/globstr.hrc:292
#, fuzzy
msgctxt "STR_ERR_AUTOFILTER"
msgid "AutoFilter not possible"
msgstr "L'AutoFiltro no ye posible"
-#: globstr.hrc:298
+#: sc/inc/globstr.hrc:293
#, fuzzy
msgctxt "STR_CREATENAME_REPLACE"
msgid "Replace existing definition of #?"
msgstr "Reemplazar a present definición de #?"
-#: globstr.hrc:299
+#: sc/inc/globstr.hrc:294
#, fuzzy
msgctxt "STR_CREATENAME_MARKERR"
msgid "Invalid selection for range names"
msgstr "Selección incorrecta ta nombre d'aria"
-#: globstr.hrc:300
+#: sc/inc/globstr.hrc:295
#, fuzzy
msgctxt "STR_CONSOLIDATE_ERR1"
msgid "References can not be inserted above the source data."
msgstr "Referencias no pueden estar ficadas dencima d'os datos fuent."
-#: globstr.hrc:301
+#: sc/inc/globstr.hrc:296
#, fuzzy
msgctxt "STR_SCENARIO_NOTFOUND"
msgid "Scenario not found"
msgstr "No s'ha trobau o escenario"
-#: globstr.hrc:302
+#: sc/inc/globstr.hrc:297
#, fuzzy
msgctxt "STR_QUERY_DELENTRY"
msgid "Do you really want to delete the entry #?"
msgstr "Deseya realment eliminar a dentrada #?"
-#: globstr.hrc:303
+#: sc/inc/globstr.hrc:298
msgctxt "STR_VOBJ_OBJECT"
msgid "Objects/Images"
msgstr ""
-#: globstr.hrc:304
+#: sc/inc/globstr.hrc:299
#, fuzzy
msgctxt "STR_VOBJ_CHART"
msgid "Charts"
msgstr "Diagramas"
-#: globstr.hrc:305
+#: sc/inc/globstr.hrc:300
#, fuzzy
msgctxt "STR_VOBJ_DRAWINGS"
msgid "Drawing Objects"
msgstr "Obchectos de dibuixo"
-#: globstr.hrc:306
+#: sc/inc/globstr.hrc:301
msgctxt "STR_VOBJ_MODE_SHOW"
msgid "Show"
msgstr "Amostrar"
-#: globstr.hrc:307
+#: sc/inc/globstr.hrc:302
msgctxt "STR_VOBJ_MODE_HIDE"
msgid "Hide"
msgstr "Amagar"
-#: globstr.hrc:308
+#: sc/inc/globstr.hrc:303
#, fuzzy
msgctxt "STR_SCATTR_PAGE_TOPDOWN"
msgid "Top to bottom"
msgstr "D'alto enta baixo"
-#: globstr.hrc:309
+#: sc/inc/globstr.hrc:304
#, fuzzy
msgctxt "STR_SCATTR_PAGE_LEFTRIGHT"
msgid "Left-to-right"
msgstr "De cucha a dreita"
-#: globstr.hrc:310
+#: sc/inc/globstr.hrc:305
msgctxt "STR_SCATTR_PAGE_NOTES"
msgid "Comments"
msgstr "Comentarios"
-#: globstr.hrc:311
+#: sc/inc/globstr.hrc:306
#, fuzzy
msgctxt "STR_SCATTR_PAGE_GRID"
msgid "Grid"
msgstr "Quadricula"
-#: globstr.hrc:312
+#: sc/inc/globstr.hrc:307
#, fuzzy
msgctxt "STR_SCATTR_PAGE_HEADERS"
msgid "Row & Column Headers"
msgstr "Titols de ringleras/columnas"
-#: globstr.hrc:313
+#: sc/inc/globstr.hrc:308
#, fuzzy
msgctxt "STR_SCATTR_PAGE_FORMULAS"
msgid "Formulas"
msgstr "Formulas"
-#: globstr.hrc:314
+#: sc/inc/globstr.hrc:309
#, fuzzy
msgctxt "STR_SCATTR_PAGE_NULLVALS"
msgid "Zero Values"
msgstr "Valors zero"
-#: globstr.hrc:315
+#: sc/inc/globstr.hrc:310
#, fuzzy
msgctxt "STR_SCATTR_PAGE_PRINTDIR"
msgid "Print direction"
msgstr "Adreza d'impresión"
-#: globstr.hrc:316
+#: sc/inc/globstr.hrc:311
#, fuzzy
msgctxt "STR_SCATTR_PAGE_FIRSTPAGENO"
msgid "First page number"
msgstr "Primer numero de pachina"
-#: globstr.hrc:317
+#: sc/inc/globstr.hrc:312
#, fuzzy
msgctxt "STR_SCATTR_PAGE_SCALE"
msgid "Reduce/enlarge printout"
msgstr "Reducir/Enamplar impresión"
-#: globstr.hrc:318
+#: sc/inc/globstr.hrc:313
#, fuzzy
msgctxt "STR_SCATTR_PAGE_SCALETOPAGES"
msgid "Fit print range(s) on number of pages"
msgstr "Achustar intervalos d'impresión en numeros de pachinas"
-#: globstr.hrc:319
+#: sc/inc/globstr.hrc:314
#, fuzzy
msgctxt "STR_SCATTR_PAGE_SCALETO"
msgid "Fit print range(s) to width/height"
msgstr "Achustar intervalos d'impresión a l'amplo/alto"
-#: globstr.hrc:320
+#: sc/inc/globstr.hrc:315
#, fuzzy
msgctxt "STR_SCATTR_PAGE_SCALE_WIDTH"
msgid "Width"
msgstr "Amplo"
-#: globstr.hrc:321
+#: sc/inc/globstr.hrc:316
#, fuzzy
msgctxt "STR_SCATTR_PAGE_SCALE_HEIGHT"
msgid "Height"
msgstr "Alto"
-#: globstr.hrc:322
+#: sc/inc/globstr.hrc:317
#, fuzzy
msgctxt "STR_SCATTR_PAGE_SCALE_PAGES"
msgid "%1 page(s)"
msgstr "%1 pachina(s)"
-#: globstr.hrc:323
+#: sc/inc/globstr.hrc:318
#, fuzzy
msgctxt "STR_SCATTR_PAGE_SCALE_AUTO"
msgid "automatic"
msgstr "automatico"
-#: globstr.hrc:324
+#: sc/inc/globstr.hrc:319
#, fuzzy
msgctxt "STR_DOC_STAT"
msgid "Statistics"
msgstr "Estatistica"
-#: globstr.hrc:325
+#: sc/inc/globstr.hrc:320
#, fuzzy
msgctxt "STR_LINKERROR"
msgid "The link could not be updated."
msgstr "No se podió actualizar o vinclo."
-#: globstr.hrc:326
+#: sc/inc/globstr.hrc:321
#, fuzzy
msgctxt "STR_LINKERRORFILE"
msgid "File:"
msgstr "Fichero:"
-#: globstr.hrc:327
+#: sc/inc/globstr.hrc:322
#, fuzzy
msgctxt "STR_LINKERRORTAB"
msgid "Sheet:"
msgstr "Fuella:"
-#: globstr.hrc:328
+#: sc/inc/globstr.hrc:323
#, fuzzy
msgctxt "STR_OVERVIEW"
msgid "Overview"
msgstr "Resumen"
-#: globstr.hrc:329
+#: sc/inc/globstr.hrc:324
#, fuzzy
msgctxt "STR_DOC_INFO"
msgid "Doc.Information"
msgstr "Información d'o documento"
-#: globstr.hrc:330
+#: sc/inc/globstr.hrc:325
#, fuzzy
msgctxt "STR_DOC_PRINTED"
msgid "Printed"
msgstr "Impreso"
-#: globstr.hrc:331
+#: sc/inc/globstr.hrc:326
#, fuzzy
msgctxt "STR_BY"
msgid "by"
msgstr "de"
-#: globstr.hrc:332
+#: sc/inc/globstr.hrc:327
#, fuzzy
msgctxt "STR_ON"
msgid "on"
msgstr "en"
-#: globstr.hrc:333
-#, fuzzy
+#: sc/inc/globstr.hrc:328
msgctxt "STR_RELOAD_TABLES"
-msgid ""
-"This file contains links to other files.\n"
-"Should they be updated?"
+msgid "Automatic update of external links has been disabled."
msgstr ""
-"Iste fichero ye vinculau a atros fichers.\n"
-"Deseya vusté actualizar-los?"
-#: globstr.hrc:334
+#: sc/inc/globstr.hrc:329
#, fuzzy
msgctxt "STR_REIMPORT_AFTER_LOAD"
msgid ""
@@ -1831,7 +1795,7 @@ msgstr ""
"Iste fichero contiene consultas que os suyos resultaus no s'alzoron.\n"
"Deseya repetir las consultas?"
-#: globstr.hrc:335
+#: sc/inc/globstr.hrc:330
#, fuzzy
msgctxt "STR_INSERT_FULL"
msgid ""
@@ -1841,31 +1805,31 @@ msgstr ""
"No ye posible desplazar celdas plenas\n"
"estase d'a fuella."
-#: globstr.hrc:336
+#: sc/inc/globstr.hrc:331
#, fuzzy
msgctxt "STR_TABINSERT_ERROR"
msgid "The table could not be inserted."
msgstr "No se podió ficar a tabla."
-#: globstr.hrc:337
+#: sc/inc/globstr.hrc:332
#, fuzzy
msgctxt "STR_TABREMOVE_ERROR"
msgid "The sheets could not be deleted."
msgstr "No se podioron eliminar as fuellas de calculo"
-#: globstr.hrc:338
+#: sc/inc/globstr.hrc:333
#, fuzzy
msgctxt "STR_PASTE_ERROR"
msgid "The contents of the clipboard could not be pasted."
msgstr "No se podió apegar o conteniu d'o portapapels."
-#: globstr.hrc:339
+#: sc/inc/globstr.hrc:334
#, fuzzy
msgctxt "STR_PASTE_FULL"
msgid "There is not enough space on the sheet to insert here."
msgstr "No se puede ficar dillá d'a pachina."
-#: globstr.hrc:340
+#: sc/inc/globstr.hrc:335
#, fuzzy
msgctxt "STR_PASTE_BIGGER"
msgid ""
@@ -1875,59 +1839,59 @@ msgstr ""
"O conteniu d'o portapapels ye mayor que l'aria seleccionada.\n"
"Deseya ficar-la de todas formas?"
-#: globstr.hrc:341
+#: sc/inc/globstr.hrc:336
msgctxt "STR_ERR_NOREF"
msgid "No cell references are found in the selected cells."
msgstr ""
-#: globstr.hrc:342
+#: sc/inc/globstr.hrc:337
msgctxt "STR_GRAPHICNAME"
msgid "Image"
msgstr ""
-#: globstr.hrc:343
+#: sc/inc/globstr.hrc:338
#, fuzzy
msgctxt "STR_INVALIDNAME"
msgid "Invalid name."
msgstr "Nombre no valido."
-#: globstr.hrc:344
+#: sc/inc/globstr.hrc:339
#, fuzzy
msgctxt "STR_VALID_MACRONOTFOUND"
msgid "Selected macro not found."
msgstr "A macro seleccionada no se trobó."
-#: globstr.hrc:345
+#: sc/inc/globstr.hrc:340
#, fuzzy
msgctxt "STR_VALID_DEFERROR"
msgid "Invalid value."
msgstr "Valor no valida."
-#: globstr.hrc:346
+#: sc/inc/globstr.hrc:341
#, fuzzy
msgctxt "STR_PROGRESS_CALCULATING"
msgid "calculating"
msgstr "calcular"
-#: globstr.hrc:347
+#: sc/inc/globstr.hrc:342
#, fuzzy
msgctxt "STR_PROGRESS_SORTING"
msgid "sorting"
msgstr "ordenar"
-#: globstr.hrc:348
+#: sc/inc/globstr.hrc:343
#, fuzzy
msgctxt "STR_PROGRESS_HEIGHTING"
msgid "Adapt row height"
msgstr "Achustar altura de ringleras"
-#: globstr.hrc:349
+#: sc/inc/globstr.hrc:344
#, fuzzy
msgctxt "STR_PROGRESS_COMPARING"
msgid "Compare #"
msgstr "Comparar #"
-#: globstr.hrc:350
+#: sc/inc/globstr.hrc:345
#, fuzzy
msgctxt "STR_DETINVALID_OVERFLOW"
msgid ""
@@ -1937,145 +1901,145 @@ msgstr ""
"O numero maximo de celdas no validas s'ha excedido.\n"
"No se marcoron todas as celdas no validas."
-#: globstr.hrc:351
+#: sc/inc/globstr.hrc:346
#, fuzzy
msgctxt "STR_QUICKHELP_DELETE"
msgid "Delete contents"
msgstr "Eliminar contenius"
-#: globstr.hrc:352
+#: sc/inc/globstr.hrc:347
#, fuzzy
msgctxt "STR_QUICKHELP_REF"
msgid "%1 R x %2 C"
msgstr "%1 F x %2 C"
-#: globstr.hrc:353
+#: sc/inc/globstr.hrc:348
#, fuzzy
msgctxt "STR_FUNCTIONLIST_MORE"
msgid "More..."
msgstr "Atros..."
-#: globstr.hrc:354
+#: sc/inc/globstr.hrc:349
#, fuzzy
msgctxt "STR_ERR_INVALID_AREA"
msgid "Invalid range"
msgstr "Referencia no valida"
#. Templates for data pilot tables.
-#: globstr.hrc:356
+#: sc/inc/globstr.hrc:351
#, fuzzy
msgctxt "STR_PIVOT_STYLE_INNER"
msgid "Pivot Table Value"
msgstr "Valor d'a tabla dinamica"
-#: globstr.hrc:357
+#: sc/inc/globstr.hrc:352
#, fuzzy
msgctxt "STR_PIVOT_STYLE_RESULT"
msgid "Pivot Table Result"
msgstr "Resultau d'a tabla dinamica"
-#: globstr.hrc:358
+#: sc/inc/globstr.hrc:353
#, fuzzy
msgctxt "STR_PIVOT_STYLE_CATEGORY"
msgid "Pivot Table Category"
msgstr "Categoría d'a tabla dinamica"
-#: globstr.hrc:359
+#: sc/inc/globstr.hrc:354
#, fuzzy
msgctxt "STR_PIVOT_STYLE_TITLE"
msgid "Pivot Table Title"
msgstr "Titol d'a tabla dinamica"
-#: globstr.hrc:360
+#: sc/inc/globstr.hrc:355
#, fuzzy
msgctxt "STR_PIVOT_STYLE_FIELDNAME"
msgid "Pivot Table Field"
msgstr "Campo d'a tabla dinamica"
-#: globstr.hrc:361
+#: sc/inc/globstr.hrc:356
#, fuzzy
msgctxt "STR_PIVOT_STYLE_TOP"
msgid "Pivot Table Corner"
msgstr "Cantonada d'a tabla dinamica"
-#: globstr.hrc:362
+#: sc/inc/globstr.hrc:357
#, fuzzy
msgctxt "STR_OPERATION_FILTER"
msgid "Filter"
msgstr "Filtro"
-#: globstr.hrc:363
+#: sc/inc/globstr.hrc:358
#, fuzzy
msgctxt "STR_OPERATION_SORT"
msgid "Sort"
msgstr "Ordenar"
-#: globstr.hrc:364
+#: sc/inc/globstr.hrc:359
#, fuzzy
msgctxt "STR_OPERATION_SUBTOTAL"
msgid "Subtotals"
msgstr "Subtotales"
-#: globstr.hrc:365
+#: sc/inc/globstr.hrc:360
#, fuzzy
msgctxt "STR_OPERATION_NONE"
msgid "None"
msgstr "garra"
-#: globstr.hrc:366
+#: sc/inc/globstr.hrc:361
#, fuzzy
msgctxt "STR_IMPORT_REPLACE"
msgid "Do you want to replace the contents of #?"
msgstr "Deseya reemplazar o conteniu de #?"
-#: globstr.hrc:367
+#: sc/inc/globstr.hrc:362
#, fuzzy
msgctxt "STR_TIP_WIDTH"
msgid "Width:"
msgstr "Amplo:"
-#: globstr.hrc:368
+#: sc/inc/globstr.hrc:363
#, fuzzy
msgctxt "STR_TIP_HEIGHT"
msgid "Height:"
msgstr "Altura:"
-#: globstr.hrc:369
+#: sc/inc/globstr.hrc:364
msgctxt "STR_TIP_HIDE"
msgid "Hide"
msgstr "Amagar"
-#: globstr.hrc:370
+#: sc/inc/globstr.hrc:365
#, fuzzy
msgctxt "STR_CHANGED_BLANK"
msgid "<empty>"
msgstr "<vacío>"
-#: globstr.hrc:371
+#: sc/inc/globstr.hrc:366
#, fuzzy
msgctxt "STR_CHANGED_CELL"
msgid "Cell #1 changed from '#2' to '#3'"
msgstr "Celda #1 cambiada de '#2' a '#3' "
-#: globstr.hrc:372
+#: sc/inc/globstr.hrc:367
#, fuzzy
msgctxt "STR_CHANGED_INSERT"
msgid "#1 inserted"
msgstr "#1 ficada"
-#: globstr.hrc:373
+#: sc/inc/globstr.hrc:368
#, fuzzy
msgctxt "STR_CHANGED_DELETE"
msgid "#1 deleted"
msgstr "#1 eliminada"
-#: globstr.hrc:374
+#: sc/inc/globstr.hrc:369
#, fuzzy
msgctxt "STR_CHANGED_MOVE"
msgid "Range moved from #1 to #2"
msgstr "Aria desplazada de #1 a #2"
-#: globstr.hrc:375
+#: sc/inc/globstr.hrc:370
msgctxt "STR_END_REDLINING"
msgid ""
"This action will exit the change recording mode.\n"
@@ -2085,131 +2049,131 @@ msgid ""
"\n"
msgstr ""
-#: globstr.hrc:376
+#: sc/inc/globstr.hrc:371
#, fuzzy
msgctxt "STR_CLOSE_ERROR_LINK"
msgid "The document can not be closed while a link is being updated."
msgstr "O documento no se puede zarrar mientres se sía actualizando un vinclo."
-#: globstr.hrc:377
+#: sc/inc/globstr.hrc:372
#, fuzzy
msgctxt "STR_UNDO_RESIZEMATRIX"
msgid "Adapt array area"
msgstr "Fer coincidir aria de matriz"
-#: globstr.hrc:378
+#: sc/inc/globstr.hrc:373
#, fuzzy
msgctxt "STR_TIP_RESIZEMATRIX"
msgid "Array formula %1 R x %2 C"
msgstr "Formula matriz %1 F x %2 C"
-#: globstr.hrc:379
+#: sc/inc/globstr.hrc:374
#, fuzzy
msgctxt "STR_UNDO_HANGULHANJA"
msgid "Hangul/Hanja Conversion"
msgstr "Conversión d'Hangul/Hanja"
-#: globstr.hrc:380
+#: sc/inc/globstr.hrc:375
#, fuzzy
msgctxt "STR_NAME_INPUT_CELL"
msgid "Select Cell"
msgstr "Seleccionar celda"
-#: globstr.hrc:381
+#: sc/inc/globstr.hrc:376
msgctxt "STR_NAME_INPUT_RANGE"
msgid "Select Range"
msgstr ""
-#: globstr.hrc:382
+#: sc/inc/globstr.hrc:377
#, fuzzy
msgctxt "STR_NAME_INPUT_DBRANGE"
msgid "Select Database Range"
msgstr "Seleccionar intervalo de base de datos"
-#: globstr.hrc:383
+#: sc/inc/globstr.hrc:378
#, fuzzy
msgctxt "STR_NAME_INPUT_ROW"
msgid "Go To Row"
msgstr "Ir a ringlera"
-#: globstr.hrc:384
+#: sc/inc/globstr.hrc:379
#, fuzzy
msgctxt "STR_NAME_INPUT_SHEET"
msgid "Go To Sheet"
msgstr "Ir a fuella"
-#: globstr.hrc:385
+#: sc/inc/globstr.hrc:380
#, fuzzy
msgctxt "STR_NAME_INPUT_DEFINE"
msgid "Define Name for Range"
msgstr "Definir nombre d'intervalo"
-#: globstr.hrc:386
+#: sc/inc/globstr.hrc:381
#, fuzzy
msgctxt "STR_NAME_ERROR_SELECTION"
msgid "The selection needs to be rectangular in order to name it."
msgstr "A selección debe estar rectangular ta poder asignar-le un nombre."
-#: globstr.hrc:387
+#: sc/inc/globstr.hrc:382
#, fuzzy
msgctxt "STR_NAME_ERROR_NAME"
msgid "You must enter a valid reference or type a valid name for the selected range."
msgstr "Ye necesario introducir una referencia u un nombre valido ta l'intervalo seleccionau."
-#: globstr.hrc:388
+#: sc/inc/globstr.hrc:383
#, fuzzy
msgctxt "STR_CHANGED_MOVE_REJECTION_WARNING"
msgid "WARNING: This action may have resulted in unintended changes to cell references in formulas."
msgstr "ALVERTENCIA: Ista acción puede haber chenerau cambeos no deseyaus en as referencias de celdas d'as formulas."
-#: globstr.hrc:389
+#: sc/inc/globstr.hrc:384
#, fuzzy
msgctxt "STR_CHANGED_DELETE_REJECTION_WARNING"
msgid "WARNING: This action may have resulted in references to the deleted area not being restored."
msgstr "ALVERTENCIA: Ista acción puede haber provocau que as referencias a l'aria eliminada no s'haigan restaurau."
-#: globstr.hrc:390
+#: sc/inc/globstr.hrc:385
#, fuzzy
msgctxt "STR_UNDO_CHINESE_TRANSLATION"
msgid "Chinese conversion"
msgstr "Conversión a Chino"
-#: globstr.hrc:391
+#: sc/inc/globstr.hrc:386
#, fuzzy
msgctxt "STR_ERR_DATAPILOT_INPUT"
msgid "You cannot change this part of the pivot table."
msgstr "No puede modificar ista parte d'a tabla dinamica."
-#: globstr.hrc:392
+#: sc/inc/globstr.hrc:387
#, fuzzy
msgctxt "STR_RECALC_MANUAL"
msgid "Manual"
msgstr "Manual"
-#: globstr.hrc:393
+#: sc/inc/globstr.hrc:388
#, fuzzy
msgctxt "STR_RECALC_AUTO"
msgid "Automatic"
msgstr "Automatico"
-#: globstr.hrc:394
+#: sc/inc/globstr.hrc:389
#, fuzzy
msgctxt "STR_ERR_LONG_NESTED_ARRAY"
msgid "Nested arrays are not supported."
msgstr "No s'admiten os arreglos anidados."
-#: globstr.hrc:395
+#: sc/inc/globstr.hrc:390
msgctxt "STR_UNDO_TEXTTOCOLUMNS"
msgid "Text to Columns"
msgstr ""
-#: globstr.hrc:396
+#: sc/inc/globstr.hrc:391
#, fuzzy
msgctxt "STR_DOC_UPDATED"
msgid "Your spreadsheet has been updated with changes saved by other users."
msgstr "A suya fuella de calculo ha estau actualizada con cambeos alzaus por unatro usuario."
-#: globstr.hrc:397
+#: sc/inc/globstr.hrc:392
#, fuzzy
msgctxt "STR_DOC_WILLBESAVED"
msgid ""
@@ -2220,7 +2184,7 @@ msgstr ""
"A fuella de calculo debe estar alzada agora ta activar o modo compartiu.\n"
"Deseya continar?"
-#: globstr.hrc:398
+#: sc/inc/globstr.hrc:393
#, fuzzy
msgctxt "STR_DOC_WILLNOTBESAVED"
msgid ""
@@ -2232,7 +2196,7 @@ msgstr ""
"\n"
"Deseya continar?"
-#: globstr.hrc:399
+#: sc/inc/globstr.hrc:394
#, fuzzy
msgctxt "STR_DOC_DISABLESHARED"
msgid ""
@@ -2244,7 +2208,7 @@ msgstr ""
"\n"
"Deseya continar?"
-#: globstr.hrc:400
+#: sc/inc/globstr.hrc:395
#, fuzzy
msgctxt "STR_DOC_NOLONGERSHARED"
msgid ""
@@ -2256,19 +2220,7 @@ msgstr ""
"\n"
"Alzar a fuella de calculo en un fichero separau y fusionar os cambeos a la fuella de calculo compartida manualment."
-#: globstr.hrc:401
-#, fuzzy
-msgctxt "STR_SHARED_DOC_WARNING"
-msgid ""
-"The spreadsheet is in shared mode. This allows multiple users to access and edit the spreadsheet at the same time.\n"
-"\n"
-"Changes to formatting attributes like fonts, colors, and number formats will not be saved and some functionalities like editing charts and drawing objects are not available in shared mode. Turn off shared mode to get exclusive access needed for those changes and functionalities."
-msgstr ""
-"A fuella de calculo ye en modo compartiu. Isto permite l'acceso y a edición a multiples usuarios a o mesmo tiempo.\n"
-"\n"
-"Cambeos de formato como tipos de letra, colors, y formato de numeros no se gravarán asinas como qualques funcionalidatz como a edición de graficos y obchectos de dibuixo no serán disponibles en modo compartiu. Desactive o modo compartiu ta obtener acceso exclusivo necesario ta realizar istos cambeos y funcionalidatz."
-
-#: globstr.hrc:402
+#: sc/inc/globstr.hrc:396
#, fuzzy
msgctxt "STR_FILE_LOCKED_TRY_LATER"
msgid ""
@@ -2280,7 +2232,7 @@ msgstr ""
"\n"
"O modo compartiu d'un fichero bloquiau no puede estar deshabilitau. Intente-lo mas tarde."
-#: globstr.hrc:403
+#: sc/inc/globstr.hrc:397
#, fuzzy
msgctxt "STR_FILE_LOCKED_SAVE_LATER"
msgid ""
@@ -2292,169 +2244,169 @@ msgstr ""
"\n"
"Intente alzar os cambeos mas tarde."
-#: globstr.hrc:404
+#: sc/inc/globstr.hrc:398
msgctxt "STR_UNKNOWN_USER"
msgid "Unknown User"
msgstr "Usuario desconoixiu"
-#: globstr.hrc:405
+#: sc/inc/globstr.hrc:399
#, fuzzy
msgctxt "STR_SHAPE_AUTOSHAPE"
msgid "AutoShape"
msgstr "AutoForma"
-#: globstr.hrc:406
+#: sc/inc/globstr.hrc:400
#, fuzzy
msgctxt "STR_SHAPE_RECTANGLE"
msgid "Rectangle"
msgstr "Rectanglo"
-#: globstr.hrc:407
+#: sc/inc/globstr.hrc:401
#, fuzzy
msgctxt "STR_SHAPE_LINE"
msgid "Line"
msgstr "Linia"
-#: globstr.hrc:408
+#: sc/inc/globstr.hrc:402
#, fuzzy
msgctxt "STR_SHAPE_OVAL"
msgid "Oval"
msgstr "Óvalo"
-#: globstr.hrc:409
+#: sc/inc/globstr.hrc:403
#, fuzzy
msgctxt "STR_FORM_BUTTON"
msgid "Button"
msgstr "Botón"
-#: globstr.hrc:410
+#: sc/inc/globstr.hrc:404
#, fuzzy
msgctxt "STR_FORM_CHECKBOX"
msgid "Check Box"
msgstr "Caixeta de verificación"
-#: globstr.hrc:411
+#: sc/inc/globstr.hrc:405
#, fuzzy
msgctxt "STR_FORM_OPTIONBUTTON"
msgid "Option Button"
msgstr "Botón d'opción"
-#: globstr.hrc:412
+#: sc/inc/globstr.hrc:406
#, fuzzy
msgctxt "STR_FORM_LABEL"
msgid "Label"
msgstr "Etiqueta"
-#: globstr.hrc:413
+#: sc/inc/globstr.hrc:407
#, fuzzy
msgctxt "STR_FORM_LISTBOX"
msgid "List Box"
msgstr "Quadro de lista"
-#: globstr.hrc:414
+#: sc/inc/globstr.hrc:408
#, fuzzy
msgctxt "STR_FORM_GROUPBOX"
msgid "Group Box"
msgstr "Caixeta de grupo"
-#: globstr.hrc:415
+#: sc/inc/globstr.hrc:409
#, fuzzy
msgctxt "STR_FORM_DROPDOWN"
msgid "Drop Down"
msgstr "Desplegable"
-#: globstr.hrc:416
+#: sc/inc/globstr.hrc:410
#, fuzzy
msgctxt "STR_FORM_SPINNER"
msgid "Spinner"
msgstr "Selector"
-#: globstr.hrc:417
+#: sc/inc/globstr.hrc:411
#, fuzzy
msgctxt "STR_FORM_SCROLLBAR"
msgid "Scroll Bar"
msgstr "Barra de desplazamiento"
-#: globstr.hrc:418
+#: sc/inc/globstr.hrc:412
msgctxt "STR_STYLE_FAMILY_CELL"
msgid "Cell Styles"
msgstr "Estilos de celda"
-#: globstr.hrc:419
+#: sc/inc/globstr.hrc:413
#, fuzzy
msgctxt "STR_STYLE_FAMILY_PAGE"
msgid "Page Styles"
msgstr "Estilos de pachina"
-#: globstr.hrc:420
+#: sc/inc/globstr.hrc:414
#, fuzzy
msgctxt "STR_ERR_DATAPILOTSOURCE"
msgid "Pivot table source data is invalid."
msgstr "Os datos d'orichen ta la tabla dinamica no son validos."
-#: globstr.hrc:421
+#: sc/inc/globstr.hrc:415
#, fuzzy
msgctxt "STR_OPTIONS_WARN_SEPARATORS"
msgid "Because the current formula separator settings conflict with the locale, the formula separators have been reset to their default values."
msgstr "Os separadors de formula han estau restablius a las suyas valors predeterminadas a causa que a configuración actual d'o separador de formula dentra en conflicto con a configuración rechional."
-#: globstr.hrc:422
+#: sc/inc/globstr.hrc:416
#, fuzzy
msgctxt "STR_UNDO_INSERT_CURRENT_DATE"
msgid "Insert Current Date"
msgstr "Ficar a calendata actual"
-#: globstr.hrc:423
+#: sc/inc/globstr.hrc:417
#, fuzzy
msgctxt "STR_UNDO_INSERT_CURRENT_TIME"
msgid "Insert Current Time"
msgstr "Ficar a hora actual"
-#: globstr.hrc:424
+#: sc/inc/globstr.hrc:418
#, fuzzy
msgctxt "STR_MANAGE_NAMES"
msgid "Manage Names..."
msgstr "Chestión de nombres"
-#: globstr.hrc:425
+#: sc/inc/globstr.hrc:419
msgctxt "STR_HEADER_NAME"
msgid "Name"
msgstr "Nombre"
-#: globstr.hrc:426
+#: sc/inc/globstr.hrc:420
msgctxt "STR_HEADER_RANGE_OR_EXPR"
msgid "Range or formula expression"
msgstr ""
-#: globstr.hrc:427
+#: sc/inc/globstr.hrc:421
#, fuzzy
msgctxt "STR_HEADER_SCOPE"
msgid "Scope"
msgstr "Ambito"
-#: globstr.hrc:428
+#: sc/inc/globstr.hrc:422
#, fuzzy
msgctxt "STR_MULTI_SELECT"
msgid "(multiple)"
msgstr "(multiple)"
-#: globstr.hrc:429
+#: sc/inc/globstr.hrc:423
#, fuzzy
msgctxt "STR_GLOBAL_SCOPE"
msgid "Document (Global)"
msgstr "Documento (Global)"
-#: globstr.hrc:430
+#: sc/inc/globstr.hrc:424
msgctxt "STR_ERR_NAME_EXISTS"
msgid "Invalid name. Already in use for the selected scope."
msgstr ""
-#: globstr.hrc:431
+#: sc/inc/globstr.hrc:425
msgctxt "STR_ERR_NAME_INVALID"
msgid "Invalid name. Only use letters, numbers and underscore."
msgstr ""
-#: globstr.hrc:432
+#: sc/inc/globstr.hrc:426
msgctxt "STR_UNSAVED_EXT_REF"
msgid ""
"This Document contains external references to unsaved documents.\n"
@@ -2462,224 +2414,224 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: globstr.hrc:433
+#: sc/inc/globstr.hrc:427
msgctxt "STR_CLOSE_WITH_UNSAVED_REFS"
msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
msgstr ""
-#: globstr.hrc:434
+#: sc/inc/globstr.hrc:428
msgctxt "STR_HEADER_RANGE"
msgid "Range"
msgstr "Intervalo"
-#: globstr.hrc:435
+#: sc/inc/globstr.hrc:429
msgctxt "STR_HEADER_COND"
msgid "First Condition"
msgstr ""
-#: globstr.hrc:436
+#: sc/inc/globstr.hrc:430
#, fuzzy
msgctxt "STR_COND_CONDITION"
msgid "Cell value is"
msgstr "A valura d'a celda ye"
-#: globstr.hrc:437
+#: sc/inc/globstr.hrc:431
msgctxt "STR_COND_COLORSCALE"
msgid "ColorScale"
msgstr ""
-#: globstr.hrc:438
+#: sc/inc/globstr.hrc:432
msgctxt "STR_COND_DATABAR"
msgid "DataBar"
msgstr ""
-#: globstr.hrc:439
+#: sc/inc/globstr.hrc:433
msgctxt "STR_COND_ICONSET"
msgid "IconSet"
msgstr ""
-#: globstr.hrc:440
+#: sc/inc/globstr.hrc:434
#, fuzzy
msgctxt "STR_COND_BETWEEN"
msgid "between"
msgstr "dentre"
-#: globstr.hrc:441
+#: sc/inc/globstr.hrc:435
#, fuzzy
msgctxt "STR_COND_NOTBETWEEN"
msgid "not between"
msgstr "difuera de l'intervalo dentre"
-#: globstr.hrc:442
+#: sc/inc/globstr.hrc:436
msgctxt "STR_COND_UNIQUE"
msgid "unique"
msgstr ""
-#: globstr.hrc:443
+#: sc/inc/globstr.hrc:437
msgctxt "STR_COND_DUPLICATE"
msgid "duplicate"
msgstr ""
-#: globstr.hrc:444
+#: sc/inc/globstr.hrc:438
#, fuzzy
msgctxt "STR_COND_FORMULA"
msgid "Formula is"
msgstr "A formula ye"
-#: globstr.hrc:445
+#: sc/inc/globstr.hrc:439
msgctxt "STR_COND_TOP10"
msgid "Top Elements"
msgstr ""
-#: globstr.hrc:446
+#: sc/inc/globstr.hrc:440
msgctxt "STR_COND_BOTTOM10"
msgid "Bottom Elements"
msgstr ""
-#: globstr.hrc:447
+#: sc/inc/globstr.hrc:441
msgctxt "STR_COND_TOP_PERCENT"
msgid "Top Percent"
msgstr ""
-#: globstr.hrc:448
+#: sc/inc/globstr.hrc:442
msgctxt "STR_COND_DATE"
msgid "Date is"
msgstr ""
-#: globstr.hrc:449
+#: sc/inc/globstr.hrc:443
msgctxt "STR_COND_BOTTOM_PERCENT"
msgid "Bottom Percent"
msgstr ""
-#: globstr.hrc:450
+#: sc/inc/globstr.hrc:444
msgctxt "STR_COND_ABOVE_AVERAGE"
msgid "Above Average"
msgstr ""
-#: globstr.hrc:451
+#: sc/inc/globstr.hrc:445
msgctxt "STR_COND_BELOW_AVERAGE"
msgid "Below Average"
msgstr ""
-#: globstr.hrc:452
+#: sc/inc/globstr.hrc:446
msgctxt "STR_COND_ABOVE_EQUAL_AVERAGE"
msgid "Above or equal Average"
msgstr ""
-#: globstr.hrc:453
+#: sc/inc/globstr.hrc:447
msgctxt "STR_COND_BELOW_EQUAL_AVERAGE"
msgid "Below or equal Average"
msgstr ""
-#: globstr.hrc:454
+#: sc/inc/globstr.hrc:448
msgctxt "STR_COND_ERROR"
msgid "an Error code"
msgstr ""
-#: globstr.hrc:455
+#: sc/inc/globstr.hrc:449
msgctxt "STR_COND_NOERROR"
msgid "not an Error code"
msgstr ""
-#: globstr.hrc:456
+#: sc/inc/globstr.hrc:450
#, fuzzy
msgctxt "STR_COND_BEGINS_WITH"
msgid "Begins with"
msgstr "Prencipia con"
-#: globstr.hrc:457
+#: sc/inc/globstr.hrc:451
#, fuzzy
msgctxt "STR_COND_ENDS_WITH"
msgid "Ends with"
msgstr "Remata con"
-#: globstr.hrc:458
+#: sc/inc/globstr.hrc:452
#, fuzzy
msgctxt "STR_COND_CONTAINS"
msgid "Contains"
msgstr "Contiene"
-#: globstr.hrc:459
+#: sc/inc/globstr.hrc:453
msgctxt "STR_COND_NOT_CONTAINS"
msgid "Not Contains"
msgstr ""
-#: globstr.hrc:460
+#: sc/inc/globstr.hrc:454
msgctxt "STR_COND_TODAY"
msgid "today"
msgstr ""
-#: globstr.hrc:461
+#: sc/inc/globstr.hrc:455
msgctxt "STR_COND_YESTERDAY"
msgid "yesterday"
msgstr ""
-#: globstr.hrc:462
+#: sc/inc/globstr.hrc:456
msgctxt "STR_COND_TOMORROW"
msgid "tomorrow"
msgstr ""
-#: globstr.hrc:463
+#: sc/inc/globstr.hrc:457
msgctxt "STR_COND_LAST7DAYS"
msgid "in the last 7 days"
msgstr ""
-#: globstr.hrc:464
+#: sc/inc/globstr.hrc:458
msgctxt "STR_COND_THISWEEK"
msgid "this week"
msgstr ""
-#: globstr.hrc:465
+#: sc/inc/globstr.hrc:459
msgctxt "STR_COND_LASTWEEK"
msgid "last week"
msgstr ""
-#: globstr.hrc:466
+#: sc/inc/globstr.hrc:460
msgctxt "STR_COND_NEXTWEEK"
msgid "next week"
msgstr ""
-#: globstr.hrc:467
+#: sc/inc/globstr.hrc:461
msgctxt "STR_COND_THISMONTH"
msgid "this month"
msgstr ""
-#: globstr.hrc:468
+#: sc/inc/globstr.hrc:462
msgctxt "STR_COND_LASTMONTH"
msgid "last month"
msgstr ""
-#: globstr.hrc:469
+#: sc/inc/globstr.hrc:463
msgctxt "STR_COND_NEXTMONTH"
msgid "next month"
msgstr ""
-#: globstr.hrc:470
+#: sc/inc/globstr.hrc:464
msgctxt "STR_COND_THISYEAR"
msgid "this year"
msgstr ""
-#: globstr.hrc:471
+#: sc/inc/globstr.hrc:465
msgctxt "STR_COND_LASTYEAR"
msgid "last year"
msgstr ""
-#: globstr.hrc:472
+#: sc/inc/globstr.hrc:466
msgctxt "STR_COND_NEXTYEAR"
msgid "next year"
msgstr ""
-#: globstr.hrc:473
+#: sc/inc/globstr.hrc:467
msgctxt "STR_COND_AND"
msgid "and"
msgstr ""
-#: globstr.hrc:474
+#: sc/inc/globstr.hrc:468
msgctxt "STR_ERR_CONDFORMAT_PROTECTED"
-msgid "Conditional Formats can not be created, deleted or changed in protected sheets!"
+msgid "Conditional Formats can not be created, deleted or changed in protected sheets."
msgstr ""
-#: globstr.hrc:475
+#: sc/inc/globstr.hrc:469
msgctxt "STR_EDIT_EXISTING_COND_FORMATS"
msgid ""
"The selected cell already contains conditional formatting. You can either edit the existing conditional format or you define a new overlapping conditional format.\n"
@@ -2687,7 +2639,7 @@ msgid ""
" Do you want to edit the existing conditional format?"
msgstr ""
-#: globstr.hrc:476
+#: sc/inc/globstr.hrc:470
msgctxt "STR_QUERY_FORMULA_RECALC_ONLOAD_ODS"
msgid ""
"This document was last saved by an application other than %PRODUCTNAME. Some formula cells may produce different results when recalculated.\n"
@@ -2695,7 +2647,7 @@ msgid ""
"Do you want to recalculate all formula cells in this document now?"
msgstr ""
-#: globstr.hrc:477
+#: sc/inc/globstr.hrc:471
msgctxt "STR_QUERY_FORMULA_RECALC_ONLOAD_XLS"
msgid ""
"This document was last saved by Excel. Some formula cells may produce different results when recalculated.\n"
@@ -2703,87 +2655,82 @@ msgid ""
"Do you want to recalculate all formula cells now?"
msgstr ""
-#: globstr.hrc:478
-msgctxt "STR_ALWAYS_PERFORM_SELECTED"
-msgid "Always perform this without prompt in the future."
-msgstr ""
-
-#: globstr.hrc:479
+#: sc/inc/globstr.hrc:472
msgctxt "STR_NO_INSERT_DELETE_OVER_PIVOT_TABLE"
msgid "You cannot insert or delete cells when the affected range intersects with pivot table."
msgstr ""
-#: globstr.hrc:480
+#: sc/inc/globstr.hrc:473
msgctxt "STR_DPFIELD_GROUP_BY_SECONDS"
msgid "Seconds"
msgstr "Segundos"
-#: globstr.hrc:481
+#: sc/inc/globstr.hrc:474
msgctxt "STR_DPFIELD_GROUP_BY_MINUTES"
msgid "Minutes"
msgstr "Menutos"
-#: globstr.hrc:482
+#: sc/inc/globstr.hrc:475
msgctxt "STR_DPFIELD_GROUP_BY_HOURS"
msgid "Hours"
msgstr "Horas"
-#: globstr.hrc:483
+#: sc/inc/globstr.hrc:476
msgctxt "STR_DPFIELD_GROUP_BY_DAYS"
msgid "Days"
msgstr "Días"
-#: globstr.hrc:484
+#: sc/inc/globstr.hrc:477
msgctxt "STR_DPFIELD_GROUP_BY_MONTHS"
msgid "Months"
msgstr ""
-#: globstr.hrc:485
+#: sc/inc/globstr.hrc:478
msgctxt "STR_DPFIELD_GROUP_BY_QUARTERS"
msgid "Quarters"
msgstr ""
-#: globstr.hrc:486
+#: sc/inc/globstr.hrc:479
msgctxt "STR_DPFIELD_GROUP_BY_YEARS"
msgid "Years"
msgstr ""
-#: globstr.hrc:487
+#: sc/inc/globstr.hrc:480
#, fuzzy
msgctxt "STR_INVALIDVAL"
msgid "Invalid target value."
msgstr "Valor de destín no valido!"
-#: globstr.hrc:488
+#: sc/inc/globstr.hrc:481
#, fuzzy
msgctxt "STR_INVALIDVAR"
msgid "Undefined name for variable cell."
msgstr "Nombre no definiu como celda de variable!"
-#: globstr.hrc:489
+#: sc/inc/globstr.hrc:482
#, fuzzy
msgctxt "STR_INVALIDFORM"
msgid "Undefined name as formula cell."
msgstr "Nombre no definiu como celda de formula!"
-#: globstr.hrc:490
+#: sc/inc/globstr.hrc:483
msgctxt "STR_NOFORMULA"
msgid "Formula cell must contain a formula."
msgstr ""
-#: globstr.hrc:491
+#: sc/inc/globstr.hrc:484
#, fuzzy
msgctxt "STR_INVALIDINPUT"
msgid "Invalid input."
msgstr "A dentrada no ye valida."
-#: globstr.hrc:492
+#: sc/inc/globstr.hrc:485
#, fuzzy
msgctxt "STR_INVALIDCONDITION"
msgid "Invalid condition."
msgstr "A condición no ye valida."
-#: globstr.hrc:493
+#: sc/inc/globstr.hrc:486
msgctxt "STR_QUERYREMOVE"
msgid ""
"Should the entry\n"
@@ -2791,340 +2738,340 @@ msgid ""
"be deleted?"
msgstr ""
-#: globstr.hrc:494
+#: sc/inc/globstr.hrc:487
msgctxt "STR_COPYLIST"
msgid "Copy List"
msgstr ""
-#: globstr.hrc:495
+#: sc/inc/globstr.hrc:488
msgctxt "STR_COPYFROM"
msgid "List from"
msgstr ""
-#: globstr.hrc:496
+#: sc/inc/globstr.hrc:489
msgctxt "STR_COPYERR"
msgid "Cells without text have been ignored."
msgstr ""
-#: globstr.hrc:497
+#: sc/inc/globstr.hrc:490
#, c-format
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%s-click to follow hyperlink:"
msgstr ""
-#: globstr.hrc:498
+#: sc/inc/globstr.hrc:491
msgctxt "STR_CLICKHYPERLINK"
msgid "click to open hyperlink:"
msgstr ""
-#: globstr.hrc:499
+#: sc/inc/globstr.hrc:492
msgctxt "STR_PRINT_PREVIEW_NODATA"
msgid "No Data"
msgstr ""
-#: globstr.hrc:500
+#: sc/inc/globstr.hrc:493
msgctxt "STR_PRINT_PREVIEW_EMPTY_RANGE"
msgid "Print Range Empty"
msgstr ""
-#: globstr.hrc:501
+#: sc/inc/globstr.hrc:494
msgctxt "STR_UNDO_CONDFORMAT"
msgid "Conditional Format"
msgstr ""
-#: globstr.hrc:502
+#: sc/inc/globstr.hrc:495
msgctxt "STR_UNDO_CONDFORMAT_LIST"
msgid "Conditional Formats"
msgstr ""
-#: globstr.hrc:503
+#: sc/inc/globstr.hrc:496
msgctxt "STR_UNDO_FORMULA_TO_VALUE"
msgid "Convert Formula To Value"
msgstr ""
-#: globstr.hrc:504
+#: sc/inc/globstr.hrc:497
msgctxt "STR_UNQUOTED_STRING"
msgid "Strings without quotes are interpreted as column/row labels."
msgstr ""
-#: globstr.hrc:505
+#: sc/inc/globstr.hrc:498
msgctxt "STR_ENTER_VALUE"
msgid "Enter a value!"
msgstr ""
-#: globstr.hrc:506
+#: sc/inc/globstr.hrc:499
msgctxt "STR_TABLE_COUNT"
msgid "Sheet %1 of %2"
msgstr ""
-#: globstr.hrc:507
+#: sc/inc/globstr.hrc:500
msgctxt "STR_FUNCTIONS_FOUND"
msgid "%1 and %2 more"
msgstr ""
-#: globstr.hrc:508
+#: sc/inc/globstr.hrc:501
msgctxt "STR_GENERAL"
msgid "General"
msgstr ""
-#: globstr.hrc:509
+#: sc/inc/globstr.hrc:502
msgctxt "STR_NUMBER"
msgid "Number"
msgstr "Numero"
-#: globstr.hrc:510
+#: sc/inc/globstr.hrc:503
msgctxt "STR_PERCENT"
msgid "Percent"
msgstr ""
-#: globstr.hrc:511
+#: sc/inc/globstr.hrc:504
msgctxt "STR_CURRENCY"
msgid "Currency"
msgstr ""
-#: globstr.hrc:512
+#: sc/inc/globstr.hrc:505
msgctxt "STR_DATE"
msgid "Date"
msgstr "Calendata"
-#: globstr.hrc:513
+#: sc/inc/globstr.hrc:506
#, fuzzy
msgctxt "STR_TIME"
msgid "Time"
msgstr "tiempo"
-#: globstr.hrc:514
+#: sc/inc/globstr.hrc:507
msgctxt "STR_SCIENTIFIC"
msgid "Scientific"
msgstr ""
-#: globstr.hrc:515
+#: sc/inc/globstr.hrc:508
#, fuzzy
msgctxt "STR_FRACTION"
msgid "Fraction"
msgstr "núm_función"
-#: globstr.hrc:516
+#: sc/inc/globstr.hrc:509
msgctxt "STR_BOOLEAN_VALUE"
msgid "Boolean Value"
msgstr ""
-#: globstr.hrc:517
+#: sc/inc/globstr.hrc:510
#, fuzzy
msgctxt "STR_TEXT"
msgid "Text"
msgstr "texto"
-#: globstr.hrc:518
+#: sc/inc/globstr.hrc:511
msgctxt "STR_QUERY_PIVOTTABLE_DELTAB"
msgid "The selected sheet(s) contain source data of related pivot tables that will be lost. Are you sure you want to delete the selected sheet(s)?"
msgstr ""
-#: globstr.hrc:519
+#: sc/inc/globstr.hrc:512
msgctxt "STR_ERR_NAME_INVALID_CELL_REF"
msgid "Invalid name. Reference to a cell, or a range of cells not allowed."
msgstr ""
-#: pvfundlg.hrc:27
+#: sc/inc/pvfundlg.hrc:27
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Sum"
msgstr "Suma"
-#: pvfundlg.hrc:28
+#: sc/inc/pvfundlg.hrc:28
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Count"
msgstr "Cuenta"
-#: pvfundlg.hrc:29
+#: sc/inc/pvfundlg.hrc:29
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Average"
msgstr "Promeyo"
-#: pvfundlg.hrc:30
+#: sc/inc/pvfundlg.hrc:30
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Median"
msgstr ""
-#: pvfundlg.hrc:31
+#: sc/inc/pvfundlg.hrc:31
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Max"
msgstr "Max"
-#: pvfundlg.hrc:32
+#: sc/inc/pvfundlg.hrc:32
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Min"
msgstr "Min"
-#: pvfundlg.hrc:33
+#: sc/inc/pvfundlg.hrc:33
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Product"
msgstr "Producto"
-#: pvfundlg.hrc:34
+#: sc/inc/pvfundlg.hrc:34
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Count (Numbers only)"
msgstr "Cuenta (Nomás os numeros)"
-#: pvfundlg.hrc:35
+#: sc/inc/pvfundlg.hrc:35
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "StDev (Sample)"
msgstr "StDev (Muestra)"
-#: pvfundlg.hrc:36
+#: sc/inc/pvfundlg.hrc:36
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "StDevP (Population)"
msgstr "StDevP (Población)"
-#: pvfundlg.hrc:37
+#: sc/inc/pvfundlg.hrc:37
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Var (Sample)"
msgstr "Var (Muestra)"
-#: pvfundlg.hrc:38
+#: sc/inc/pvfundlg.hrc:38
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "VarP (Population)"
msgstr "VarP (Población)"
#. ERRORS -----------------------------------------------------
-#: scerrors.hrc:30
+#: sc/inc/scerrors.hrc:30
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Impossible to connect to the file."
msgstr "No s'ha puesto connectar con o fichero."
-#: scerrors.hrc:32
+#: sc/inc/scerrors.hrc:32
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "File could not be opened."
msgstr "No s'ha puesto ubrir o fichero."
-#: scerrors.hrc:34
+#: sc/inc/scerrors.hrc:34
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "An unknown error has occurred."
msgstr "S'ha produciu una error desconoixida."
-#: scerrors.hrc:36
+#: sc/inc/scerrors.hrc:36
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Not enough memory while importing."
msgstr "S'ha produciu una error de memoria insuficient en importar."
-#: scerrors.hrc:38
+#: sc/inc/scerrors.hrc:38
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Unknown Lotus1-2-3 file format."
msgstr "Formato de fichero Lotus1-2-3 desconoixiu."
-#: scerrors.hrc:40
+#: sc/inc/scerrors.hrc:40
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Error in file structure while importing."
msgstr "S'ha produciu una error d'estructura de fichero en importar."
-#: scerrors.hrc:42
+#: sc/inc/scerrors.hrc:42
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "There is no filter available for this file type."
msgstr "No i hai garra filtro disponible ta iste tipo de fichero."
-#: scerrors.hrc:44
+#: sc/inc/scerrors.hrc:44
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Unknown or unsupported Excel file format."
msgstr "Formato de fichero Excel desconoixido o incompatible."
-#: scerrors.hrc:46
+#: sc/inc/scerrors.hrc:46
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Excel file format not yet implemented."
msgstr "Formato de fichero Excel encara no implementau."
-#: scerrors.hrc:48
+#: sc/inc/scerrors.hrc:48
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "This file is password-protected."
msgstr "Iste fichero ye protechiu con una clau."
-#: scerrors.hrc:50
+#: sc/inc/scerrors.hrc:50
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Internal import error."
msgstr "S'ha produciu una error interna d'importación."
-#: scerrors.hrc:52
+#: sc/inc/scerrors.hrc:52
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "The file contains data after row 8192 and therefore can not be read."
msgstr "O fichero no se puede leyer porque contiene datos dillá d'a ringlera 8192."
-#: scerrors.hrc:54 /home/cl/vc/git/libo-core/sc/inc/scerrors.hrc:102
+#: sc/inc/scerrors.hrc:54 sc/inc/scerrors.hrc:102
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)."
msgstr "S'ha descubierto una error de formato en o subdocumento $(ARG1) d'o fichero, en a posición $(ARG2)(ringlera,columna)."
-#: scerrors.hrc:56
+#: sc/inc/scerrors.hrc:56
msgctxt "RID_ERRHDLSC"
msgid "File format error found at $(ARG1)(row,col)."
msgstr "S'ha trobau una error de formato de fichero en $(ARG1)(ringlera,columna)."
#. Export ----------------------------------------------------
-#: scerrors.hrc:60
+#: sc/inc/scerrors.hrc:60
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Connection to the file could not be established."
msgstr "No s'ha puesto establir a connexión con o fichero."
-#: scerrors.hrc:62
+#: sc/inc/scerrors.hrc:62
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Data could not be written."
msgstr "No s'han puesto escribir os datos."
-#: scerrors.hrc:64
+#: sc/inc/scerrors.hrc:64
msgctxt "RID_ERRHDLSC"
msgid "$(ARG1)"
msgstr "$(ARG1)"
-#: scerrors.hrc:66
+#: sc/inc/scerrors.hrc:66
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Cell $(ARG1) contains characters that are not representable in the selected target character set \"$(ARG2)\"."
msgstr "A celda $(ARG1) contiene caracters que no se pueden representar con a codificación de caracters de destín seleccionada \"$(ARG2)\"."
-#: scerrors.hrc:68
+#: sc/inc/scerrors.hrc:68
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Cell $(ARG1) contains a string that is longer in the selected target character set \"$(ARG2)\" than the given field width."
msgstr "A celda $(ARG1) contiene una cadena que ye mas larga en a codificación de caracters de destín seleccionada \"$(ARG2)\" que l'amplaria d'o campo en questión."
#. WARNINGS ---------------------------------------------------
-#: scerrors.hrc:72
+#: sc/inc/scerrors.hrc:72
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Only the active sheet was saved."
msgstr "Nomás s'ha alzau a fuella activa."
-#: scerrors.hrc:74
+#: sc/inc/scerrors.hrc:74
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "The maximum number of rows has been exceeded. Excess rows were not imported!"
msgstr "S'ha excedido a cantidat maxima de ringleras. As ringleras sobrants no s'han importau."
-#: scerrors.hrc:76
+#: sc/inc/scerrors.hrc:76
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of rows per sheet was exceeded."
msgstr "No s'han puesto cargar os datos completament porque s'ha excediu o numero maximo de ringleras por fuella."
-#: scerrors.hrc:78
+#: sc/inc/scerrors.hrc:78
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of columns per sheet was exceeded."
msgstr "No s'han puesto cargar os datos completament porque s'ha excediu o numero maximo de columnas por fuella."
-#: scerrors.hrc:80
+#: sc/inc/scerrors.hrc:80
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid ""
@@ -3136,31 +3083,31 @@ msgstr ""
"\n"
"Pare cuenta que si torna a alzar iste documento, todas as fuellas que no s'haigan cargau s'eliminarán ta cutio!"
-#: scerrors.hrc:82
+#: sc/inc/scerrors.hrc:82
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of characters per cell was exceeded."
msgstr "No s'ha puesto cargar os datos completament porque s'ha excediu o numero maximo de caracters por celda."
-#: scerrors.hrc:84
+#: sc/inc/scerrors.hrc:84
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Corresponding FM3-File could not be opened."
msgstr "No s'ha puesto ubrir o fichero FM3 correspondient."
-#: scerrors.hrc:86
+#: sc/inc/scerrors.hrc:86
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Error in file structure of corresponding FM3-File."
msgstr "S'ha produciu una error en a estructura d'o fichero FM3 correspondient."
-#: scerrors.hrc:88
+#: sc/inc/scerrors.hrc:88
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Document too complex for automatic calculation. Press F9 to recalculate."
msgstr "O documento ye masiau complexo ta calculos automaticos. Prete F9 ta tornar a calcular."
-#: scerrors.hrc:90
+#: sc/inc/scerrors.hrc:90
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid ""
@@ -3170,7 +3117,7 @@ msgstr ""
"O documento contiene mas ringleras que as permitidas por o formato seleccionau.\n"
"No s'han alzau as ringleras adicionals."
-#: scerrors.hrc:92
+#: sc/inc/scerrors.hrc:92
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid ""
@@ -3180,7 +3127,7 @@ msgstr ""
"O document contiene mas columnas que no as permitidas por o formato seleccionau.\n"
"No s'ha alzau as columnas adicionals."
-#: scerrors.hrc:94
+#: sc/inc/scerrors.hrc:94
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid ""
@@ -3190,7 +3137,7 @@ msgstr ""
"O document contiene mas fuellas que no as permitidas por o formato seleccionau.\n"
"No s'ha alzau as fuellas adicionals."
-#: scerrors.hrc:96
+#: sc/inc/scerrors.hrc:96
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid ""
@@ -3200,13 +3147,13 @@ msgstr ""
"O documento contiene información que ista versión d'o programa no reconoixe.\n"
"Si alza o documento, ista información se eliminará!"
-#: scerrors.hrc:98
+#: sc/inc/scerrors.hrc:98
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Not all cell contents could be saved in the specified format."
msgstr "No s'ha puesto alzar tot o conteniu d'as celdas en o formato especificau."
-#: scerrors.hrc:100
+#: sc/inc/scerrors.hrc:100
#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid ""
@@ -3220,12284 +3167,12294 @@ msgstr ""
"\n"
"$(ARG1)"
-#: scerrors.hrc:104
+#: sc/inc/scerrors.hrc:104
msgctxt "RID_ERRHDLSC"
msgid "Not all attributes could be read."
msgstr ""
-#: scfuncs.hrc:37
+#: sc/inc/scfuncs.hrc:37
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Counts the cells of a data range whose contents match the search criteria."
msgstr "Cuenta as celdas d'un intervalo de datos que o suyo conteniu coincida con os criterios de busca."
-#: scfuncs.hrc:38
+#: sc/inc/scfuncs.hrc:38
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Database"
msgstr "Base de datos"
-#: scfuncs.hrc:39
+#: sc/inc/scfuncs.hrc:39
msgctxt "SC_OPCODE_DB_COUNT"
msgid "The range of cells containing data."
msgstr "Intervalo de celdas que contienen os datos."
-#: scfuncs.hrc:40
+#: sc/inc/scfuncs.hrc:40
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Database field"
msgstr "Campo d'a base de datos"
-#: scfuncs.hrc:41
+#: sc/inc/scfuncs.hrc:41
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Indica qué campo d'a base de datos (columna) s'ha d'emplegar t'os criterios de busca."
-#: scfuncs.hrc:42
+#: sc/inc/scfuncs.hrc:42
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Search criteria"
msgstr "Criterios de busca"
-#: scfuncs.hrc:43
+#: sc/inc/scfuncs.hrc:43
msgctxt "SC_OPCODE_DB_COUNT"
msgid "Defines the cell range containing the search criteria."
msgstr "Define l'intervalo d'as celdas que contienen os criterios de busca."
-#: scfuncs.hrc:49
+#: sc/inc/scfuncs.hrc:49
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Counts all non-blank cells of a data range where the content corresponds to the search criteria."
msgstr "Conta todas as celdas d'un intervalo de datos que no sigan en blanco y que o suyo conteniu compla os criterios de busca."
-#: scfuncs.hrc:50
+#: sc/inc/scfuncs.hrc:50
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Database"
msgstr "Base de datos"
-#: scfuncs.hrc:51
+#: sc/inc/scfuncs.hrc:51
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "The range of cells containing data."
msgstr "Intervalo de celdas que contienen os datos."
-#: scfuncs.hrc:52
+#: sc/inc/scfuncs.hrc:52
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Database field"
msgstr "Campo d'a base de datos"
-#: scfuncs.hrc:53
+#: sc/inc/scfuncs.hrc:53
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Indica qué campo d'a base de datos (columna) s'ha d'emplegar t'os criterios de busca."
-#: scfuncs.hrc:54
+#: sc/inc/scfuncs.hrc:54
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Search criteria"
msgstr "Criterios de busca"
-#: scfuncs.hrc:55
+#: sc/inc/scfuncs.hrc:55
msgctxt "SC_OPCODE_DB_COUNT_2"
msgid "Defines the cell range containing the search criteria."
msgstr "Define l'intervalo d'as celdas que contienen os criterios de busca."
-#: scfuncs.hrc:61
+#: sc/inc/scfuncs.hrc:61
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Returns the average value of all the cells of a data range whose contents match the search criteria."
msgstr "Calcula a valura meya d'os contenius de todas as celdas d'un intervalo de datos que complan os criterios de busca."
-#: scfuncs.hrc:62
+#: sc/inc/scfuncs.hrc:62
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Database"
msgstr "Base de datos"
-#: scfuncs.hrc:63
+#: sc/inc/scfuncs.hrc:63
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "The range of cells containing data."
msgstr "Intervalo d'as celdas que contienen os datos."
-#: scfuncs.hrc:64
+#: sc/inc/scfuncs.hrc:64
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Database field"
msgstr "Campo d'a base de datos"
-#: scfuncs.hrc:65
+#: sc/inc/scfuncs.hrc:65
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Indica qué campo d'a base de datos (columna) s'ha d'utilizar t'os criterios de busca."
-#: scfuncs.hrc:66
+#: sc/inc/scfuncs.hrc:66
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Search criteria"
msgstr "Criterios de busca"
-#: scfuncs.hrc:67
+#: sc/inc/scfuncs.hrc:67
msgctxt "SC_OPCODE_DB_AVERAGE"
msgid "Defines the cell range containing the search criteria."
msgstr "Define l'intervalo d'as celdas que contienen os criterios de busca."
-#: scfuncs.hrc:73
+#: sc/inc/scfuncs.hrc:73
msgctxt "SC_OPCODE_DB_GET"
msgid "Defines the contents of the cell of a data range which matches the search criteria."
msgstr "Define o conteniu d'a celda d'un intervalo de datos que coincida con os criterios de busca."
-#: scfuncs.hrc:74
+#: sc/inc/scfuncs.hrc:74
msgctxt "SC_OPCODE_DB_GET"
msgid "Database"
msgstr "Base de datos"
-#: scfuncs.hrc:75
+#: sc/inc/scfuncs.hrc:75
msgctxt "SC_OPCODE_DB_GET"
msgid "The range of cells containing data."
msgstr "Intrevalo d'as celdas que contienen os datos."
-#: scfuncs.hrc:76
+#: sc/inc/scfuncs.hrc:76
msgctxt "SC_OPCODE_DB_GET"
msgid "Database field"
msgstr "Campo d'a base de datos"
-#: scfuncs.hrc:77
+#: sc/inc/scfuncs.hrc:77
msgctxt "SC_OPCODE_DB_GET"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Indica qué campo d'a base de datos (columna) s'ha d'emplegar y'os criterios de busca."
-#: scfuncs.hrc:78
+#: sc/inc/scfuncs.hrc:78
msgctxt "SC_OPCODE_DB_GET"
msgid "Search criteria"
msgstr "Criterios de busca"
-#: scfuncs.hrc:79
+#: sc/inc/scfuncs.hrc:79
msgctxt "SC_OPCODE_DB_GET"
msgid "Defines the cell range containing the search criteria."
msgstr "Define l'intervalo d'as celdas que contienen os criterios de busca."
-#: scfuncs.hrc:85
+#: sc/inc/scfuncs.hrc:85
msgctxt "SC_OPCODE_DB_MAX"
msgid "Returns the maximum value from all of the cells of a data range which correspond to the search criteria."
msgstr "Calcula a valura maxima d'os contenius de todas as celdas d'un intervalo de datos que complan os criterios de busca."
-#: scfuncs.hrc:86
+#: sc/inc/scfuncs.hrc:86
msgctxt "SC_OPCODE_DB_MAX"
msgid "Database"
msgstr "Base de datos"
-#: scfuncs.hrc:87
+#: sc/inc/scfuncs.hrc:87
msgctxt "SC_OPCODE_DB_MAX"
msgid "The range of cells containing data."
msgstr "Intervalo d'as celdas que contienen os datos."
-#: scfuncs.hrc:88
+#: sc/inc/scfuncs.hrc:88
msgctxt "SC_OPCODE_DB_MAX"
msgid "Database field"
msgstr "Campo d'a base de datos"
-#: scfuncs.hrc:89
+#: sc/inc/scfuncs.hrc:89
msgctxt "SC_OPCODE_DB_MAX"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Indica qué campo d'a base de datos (columna) s'ha d'emplegar t'os criterios de busca."
-#: scfuncs.hrc:90
+#: sc/inc/scfuncs.hrc:90
msgctxt "SC_OPCODE_DB_MAX"
msgid "Search criteria"
msgstr "Criterios de busca"
-#: scfuncs.hrc:91
+#: sc/inc/scfuncs.hrc:91
msgctxt "SC_OPCODE_DB_MAX"
msgid "Defines the cell range containing the search criteria."
msgstr "Define l'intervalo de celdas que contienen os criterios de busca."
-#: scfuncs.hrc:97
+#: sc/inc/scfuncs.hrc:97
msgctxt "SC_OPCODE_DB_MIN"
msgid "Returns the minimum of all cells of a data range where the contents correspond to the search criteria."
msgstr "Calcula a valor minima d'os contenius de todas as celdas d'un intervalo de datos que complan os criterios de busca."
-#: scfuncs.hrc:98
+#: sc/inc/scfuncs.hrc:98
msgctxt "SC_OPCODE_DB_MIN"
msgid "Database"
msgstr "Base de datos"
-#: scfuncs.hrc:99
+#: sc/inc/scfuncs.hrc:99
msgctxt "SC_OPCODE_DB_MIN"
msgid "The range of cells containing data."
msgstr "Intervalo d'as celdas que contienen os datos."
-#: scfuncs.hrc:100
+#: sc/inc/scfuncs.hrc:100
msgctxt "SC_OPCODE_DB_MIN"
msgid "Database field"
msgstr "Campo d'a base de datos"
-#: scfuncs.hrc:101
+#: sc/inc/scfuncs.hrc:101
msgctxt "SC_OPCODE_DB_MIN"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Indica qué campo d'a base de datos (columna) s'ha d'emplegar t'os criterios de busca."
-#: scfuncs.hrc:102
+#: sc/inc/scfuncs.hrc:102
msgctxt "SC_OPCODE_DB_MIN"
msgid "Search criteria"
msgstr "Criterios de busca"
-#: scfuncs.hrc:103
+#: sc/inc/scfuncs.hrc:103
msgctxt "SC_OPCODE_DB_MIN"
msgid "Defines the cell range containing the search criteria."
msgstr "Define l'intervalo de celdas que contienen os criterios de busca."
-#: scfuncs.hrc:109
+#: sc/inc/scfuncs.hrc:109
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Multiplies all cells of a data range where the contents match the search criteria."
msgstr "Multiplica as valuras d'os contenius de todas as celdas d'un intervalo de datos que complan os criterios de busca."
-#: scfuncs.hrc:110
+#: sc/inc/scfuncs.hrc:110
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Database"
msgstr "Base de datos"
-#: scfuncs.hrc:111
+#: sc/inc/scfuncs.hrc:111
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "The range of cells containing data."
msgstr "Intervalo d'as celdas que contienen os datos."
-#: scfuncs.hrc:112
+#: sc/inc/scfuncs.hrc:112
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Database field"
msgstr "Campo d'a base de datos"
-#: scfuncs.hrc:113
+#: sc/inc/scfuncs.hrc:113
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Indica qué campo d'a base de datos (columna) s'ha d'emplegar t'os criterios de busca."
-#: scfuncs.hrc:114
+#: sc/inc/scfuncs.hrc:114
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Search criteria"
msgstr "Criterios de busca"
-#: scfuncs.hrc:115
+#: sc/inc/scfuncs.hrc:115
msgctxt "SC_OPCODE_DB_PRODUCT"
msgid "Defines the cell range containing the search criteria."
msgstr "Define l'intervalo d'as celdas que contienen os criterios de busca."
-#: scfuncs.hrc:121
+#: sc/inc/scfuncs.hrc:121
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Calculates the standard deviation of all cells in a data range whose contents match the search criteria."
msgstr "Calcula la desviación estandard d'os contenius de todas as celdas d'un intervalo de datos que complan os criterios de busca."
-#: scfuncs.hrc:122
+#: sc/inc/scfuncs.hrc:122
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Database"
msgstr "Base de datos"
-#: scfuncs.hrc:123
+#: sc/inc/scfuncs.hrc:123
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "The range of cells containing data."
msgstr "Intervalo d'as celdas que contienen os datos."
-#: scfuncs.hrc:124
+#: sc/inc/scfuncs.hrc:124
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Database field"
msgstr "Campo d'a base de datos"
-#: scfuncs.hrc:125
+#: sc/inc/scfuncs.hrc:125
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Indica qué campo d'a base de datos (columna) s'ha d'emplegar t'os criterios de busca."
-#: scfuncs.hrc:126
+#: sc/inc/scfuncs.hrc:126
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Search criteria"
msgstr "Criterios de busca"
-#: scfuncs.hrc:127
+#: sc/inc/scfuncs.hrc:127
msgctxt "SC_OPCODE_DB_STD_DEV"
msgid "Defines the cell range containing the search criteria."
msgstr "Define l'intervalo d'as celdas que contienen os criterios de busca."
-#: scfuncs.hrc:133
+#: sc/inc/scfuncs.hrc:133
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Returns the standard deviation with regards to the population of all cells of a data range matching the search criteria."
msgstr "Calcula a desviación estandard, quanto a la población, de todas as celdas d'un intervalo de datos que complan os criterios de busca."
-#: scfuncs.hrc:134
+#: sc/inc/scfuncs.hrc:134
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Database"
msgstr "Base de datos"
-#: scfuncs.hrc:135
+#: sc/inc/scfuncs.hrc:135
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "The range of cells containing data."
msgstr "Intervalo d'as celdas que contienen os datos."
-#: scfuncs.hrc:136
+#: sc/inc/scfuncs.hrc:136
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Database field"
msgstr "Campo d'a base de datos"
-#: scfuncs.hrc:137
+#: sc/inc/scfuncs.hrc:137
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Indica qué campo d'a base de datos (columna) s'ha d'emplegar t'os criterios de busca."
-#: scfuncs.hrc:138
+#: sc/inc/scfuncs.hrc:138
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Search criteria"
msgstr "Criterios de busca"
-#: scfuncs.hrc:139
+#: sc/inc/scfuncs.hrc:139
msgctxt "SC_OPCODE_DB_STD_DEV_P"
msgid "Defines the cell range containing the search criteria."
msgstr "Define l'intervalo d'as celdas que contienen os criterios de busca."
-#: scfuncs.hrc:145
+#: sc/inc/scfuncs.hrc:145
msgctxt "SC_OPCODE_DB_SUM"
msgid "Adds all the cells of a data range where the contents match the search criteria."
msgstr "Adhibe todas as celdas d'un intervalo de datos que complan os criterios de busca."
-#: scfuncs.hrc:146
+#: sc/inc/scfuncs.hrc:146
msgctxt "SC_OPCODE_DB_SUM"
msgid "Database"
msgstr "Base de datos"
-#: scfuncs.hrc:147
+#: sc/inc/scfuncs.hrc:147
msgctxt "SC_OPCODE_DB_SUM"
msgid "The range of cells containing data."
msgstr "Intervalo d'as celdas que contienen os datos."
-#: scfuncs.hrc:148
+#: sc/inc/scfuncs.hrc:148
msgctxt "SC_OPCODE_DB_SUM"
msgid "Database field"
msgstr "Campo d'a base de datos"
-#: scfuncs.hrc:149
+#: sc/inc/scfuncs.hrc:149
msgctxt "SC_OPCODE_DB_SUM"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Indica qué campo d'a base de datos (columna) s'ha d'emplegar t'os criterios de busca."
-#: scfuncs.hrc:150
+#: sc/inc/scfuncs.hrc:150
msgctxt "SC_OPCODE_DB_SUM"
msgid "Search criteria"
msgstr "Criterios de busca"
-#: scfuncs.hrc:151
+#: sc/inc/scfuncs.hrc:151
msgctxt "SC_OPCODE_DB_SUM"
msgid "Defines the cell range containing the search criteria."
msgstr "Define l'intervalo d'as celdas que contienen os criterios de busca."
-#: scfuncs.hrc:157
+#: sc/inc/scfuncs.hrc:157
msgctxt "SC_OPCODE_DB_VAR"
msgid "Determines the variance of all the cells in a data range where the contents match the search criteria."
msgstr "Calcula a varianza d'os contenius de todas as celdas d'un intervalo de datos que complan os criterios de busca."
-#: scfuncs.hrc:158
+#: sc/inc/scfuncs.hrc:158
msgctxt "SC_OPCODE_DB_VAR"
msgid "Database"
msgstr "Base de datos"
-#: scfuncs.hrc:159
+#: sc/inc/scfuncs.hrc:159
msgctxt "SC_OPCODE_DB_VAR"
msgid "The range of cells containing data."
msgstr "Intervalo d'as celdas que contienen os datos."
-#: scfuncs.hrc:160
+#: sc/inc/scfuncs.hrc:160
msgctxt "SC_OPCODE_DB_VAR"
msgid "Database field"
msgstr "Campo d'a base de datos"
-#: scfuncs.hrc:161
+#: sc/inc/scfuncs.hrc:161
msgctxt "SC_OPCODE_DB_VAR"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Indica qué campo d'a base de datos (columna) s'ha d'emplegar t'os criterios de busca."
-#: scfuncs.hrc:162
+#: sc/inc/scfuncs.hrc:162
msgctxt "SC_OPCODE_DB_VAR"
msgid "Search criteria"
msgstr "Criterios de busca"
-#: scfuncs.hrc:163
+#: sc/inc/scfuncs.hrc:163
msgctxt "SC_OPCODE_DB_VAR"
msgid "Defines the cell range containing the search criteria."
msgstr "Define l'intervalo d'as celdas que contienen os criterios de busca."
-#: scfuncs.hrc:169
+#: sc/inc/scfuncs.hrc:169
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Determines variance of a population based on all cells in a data range where contents match the search criteria."
msgstr "Calcula la varianza d'una población basada en os contenius de todas as celdas d'un intervalo de datos que complan os criterios de busca."
-#: scfuncs.hrc:170
+#: sc/inc/scfuncs.hrc:170
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Database"
msgstr "Base de datos"
-#: scfuncs.hrc:171
+#: sc/inc/scfuncs.hrc:171
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "The range of cells containing data."
msgstr "Intervalo d'as celdas que contienen os datos."
-#: scfuncs.hrc:172
+#: sc/inc/scfuncs.hrc:172
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Database field"
msgstr "Campo d'a base de datos"
-#: scfuncs.hrc:173
+#: sc/inc/scfuncs.hrc:173
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Indicates which database field (column) is to be used for the search criteria."
msgstr "Indica qué campo d'a base de datos (columna) s'ha d'emplegar t'os criterios de busca."
-#: scfuncs.hrc:174
+#: sc/inc/scfuncs.hrc:174
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Search criteria"
msgstr "Criterios de busca"
-#: scfuncs.hrc:175
+#: sc/inc/scfuncs.hrc:175
msgctxt "SC_OPCODE_DB_VAR_P"
msgid "Defines the cell range containing the search criteria."
msgstr "Define l'intervalo d'as celdas que contienen os criterios de busca."
-#: scfuncs.hrc:181
+#: sc/inc/scfuncs.hrc:181
msgctxt "SC_OPCODE_GET_DATE"
msgid "Provides an internal number for the date given."
msgstr "Torna un numero interno ta una calendata indicada."
-#: scfuncs.hrc:182
+#: sc/inc/scfuncs.hrc:182
#, fuzzy
msgctxt "SC_OPCODE_GET_DATE"
msgid "Year"
msgstr "anyo"
-#: scfuncs.hrc:183
+#: sc/inc/scfuncs.hrc:183
msgctxt "SC_OPCODE_GET_DATE"
msgid "An integer between 1583 and 9956 or 0 and 99 (19xx or 20xx depending on the defined option)."
msgstr "Entero entre 1583 y 9956, u 0 y 99 (19xx u 20xx seguntes a opción definida)."
-#: scfuncs.hrc:184
+#: sc/inc/scfuncs.hrc:184
#, fuzzy
msgctxt "SC_OPCODE_GET_DATE"
msgid "Month"
msgstr "mes"
-#: scfuncs.hrc:185
+#: sc/inc/scfuncs.hrc:185
msgctxt "SC_OPCODE_GET_DATE"
msgid "An integer between 1 and 12 representing the month."
msgstr "Entero entre 1 y 12 que representa o mes."
-#: scfuncs.hrc:186
+#: sc/inc/scfuncs.hrc:186
#, fuzzy
msgctxt "SC_OPCODE_GET_DATE"
msgid "Day"
msgstr "Días"
-#: scfuncs.hrc:187
+#: sc/inc/scfuncs.hrc:187
msgctxt "SC_OPCODE_GET_DATE"
msgid "An integer between 1 and 31 representing the day of the month."
msgstr "Entero entre 1 y 31 que representa o día d'o mes."
-#: scfuncs.hrc:193
+#: sc/inc/scfuncs.hrc:193
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "Returns an internal number for a text having a possible date format."
msgstr "Torna un numero interno ta un texto que tienga un formato de calendata posible."
-#: scfuncs.hrc:194
+#: sc/inc/scfuncs.hrc:194
#, fuzzy
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:195
+#: sc/inc/scfuncs.hrc:195
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "A text enclosed in quotation marks which returns a date in a %PRODUCTNAME date format."
msgstr "Un texto entre cometas que será tornau en un formato de calendata de %PRODUCTNAME."
-#: scfuncs.hrc:201
+#: sc/inc/scfuncs.hrc:201
msgctxt "SC_OPCODE_GET_DAY"
msgid "Returns the sequential date of the month as an integer (1-31) in relation to the date value."
msgstr "Torna a calendata seqüencial d'o mes como un entero (1-31) en relación a la valura d'a calendata."
-#: scfuncs.hrc:202
+#: sc/inc/scfuncs.hrc:202
msgctxt "SC_OPCODE_GET_DAY"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:203
+#: sc/inc/scfuncs.hrc:203
msgctxt "SC_OPCODE_GET_DAY"
msgid "The internal number for the date."
msgstr "Numero interno ta la calendata."
-#: scfuncs.hrc:209
+#: sc/inc/scfuncs.hrc:209
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Calculates the number of days between two dates based on a 360-day year."
msgstr "Calcula o numero de días entre dos calendatas considerando un anyo de 360 días."
-#: scfuncs.hrc:210
+#: sc/inc/scfuncs.hrc:210
#, fuzzy
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Date 1"
msgstr "Calendata"
-#: scfuncs.hrc:211
+#: sc/inc/scfuncs.hrc:211
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "The start date for calculating the difference in days."
msgstr "Calendata d'inicio ta calcular a diferencia en días."
-#: scfuncs.hrc:212
+#: sc/inc/scfuncs.hrc:212
#, fuzzy
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Date 2"
msgstr "Calendata"
-#: scfuncs.hrc:213
+#: sc/inc/scfuncs.hrc:213
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "The end date for calculating the difference in days."
msgstr "Calendata final ta calcular a diferencia en días."
-#: scfuncs.hrc:214
+#: sc/inc/scfuncs.hrc:214
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:215
+#: sc/inc/scfuncs.hrc:215
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Method used to form differences: Type = 0 denotes US method (NASD), Type = 1 denotes the European method."
msgstr "Quanto a o metodo emplegau ta calcular as diferencia: tipo = 0 indica o metodo americano (NASD) y tipo = 1 indica o metodo europeu."
-#: scfuncs.hrc:221
+#: sc/inc/scfuncs.hrc:221
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Returns the number of workdays between two dates using arguments to indicate weekenddays and holidays."
msgstr ""
-#: scfuncs.hrc:222
+#: sc/inc/scfuncs.hrc:222
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Start date"
msgstr ""
-#: scfuncs.hrc:223
+#: sc/inc/scfuncs.hrc:223
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Start date for calculation."
msgstr ""
-#: scfuncs.hrc:224
+#: sc/inc/scfuncs.hrc:224
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "End date"
msgstr ""
-#: scfuncs.hrc:225
+#: sc/inc/scfuncs.hrc:225
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "End date for calculation."
msgstr ""
-#: scfuncs.hrc:226
+#: sc/inc/scfuncs.hrc:226
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "List of dates"
msgstr ""
-#: scfuncs.hrc:227
+#: sc/inc/scfuncs.hrc:227
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Optional set of one or more dates to be considered as holiday."
msgstr ""
-#: scfuncs.hrc:228
+#: sc/inc/scfuncs.hrc:228
#, fuzzy
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Array"
msgstr "matriz "
-#: scfuncs.hrc:229
+#: sc/inc/scfuncs.hrc:229
msgctxt "SC_OPCODE_NETWORKDAYS"
msgid "Optional list of numbers to indicate working (0) and weekend (non-zero) days. When omitted, weekend is Saturday and Sunday."
msgstr ""
-#: scfuncs.hrc:235
+#: sc/inc/scfuncs.hrc:235
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Returns the number of workdays between two dates using arguments to indicate weekend days and holidays."
msgstr ""
-#: scfuncs.hrc:236
+#: sc/inc/scfuncs.hrc:236
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Start date"
msgstr ""
-#: scfuncs.hrc:237
+#: sc/inc/scfuncs.hrc:237
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Start date for calculation."
msgstr ""
-#: scfuncs.hrc:238
+#: sc/inc/scfuncs.hrc:238
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "End date"
msgstr ""
-#: scfuncs.hrc:239
+#: sc/inc/scfuncs.hrc:239
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "End date for calculation."
msgstr ""
-#: scfuncs.hrc:240
+#: sc/inc/scfuncs.hrc:240
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Number or string"
msgstr ""
-#: scfuncs.hrc:241
+#: sc/inc/scfuncs.hrc:241
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Optional number or string to indicate when weekends occur. When omitted, weekend is Saturday and Sunday."
msgstr ""
-#: scfuncs.hrc:242
+#: sc/inc/scfuncs.hrc:242
#, fuzzy
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Array"
msgstr "matriz "
-#: scfuncs.hrc:243
+#: sc/inc/scfuncs.hrc:243
msgctxt "SC_OPCODE_NETWORKDAYS_MS"
msgid "Optional set of one or more dates to be considered as holiday."
msgstr ""
-#: scfuncs.hrc:249
+#: sc/inc/scfuncs.hrc:249
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Returns the serial number of the date before or after a number of workdays using arguments to indicate weekend days and holidays."
msgstr ""
-#: scfuncs.hrc:250
+#: sc/inc/scfuncs.hrc:250
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Start date"
msgstr ""
-#: scfuncs.hrc:251
+#: sc/inc/scfuncs.hrc:251
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Start date for calculation."
msgstr ""
-#: scfuncs.hrc:252
+#: sc/inc/scfuncs.hrc:252
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Days"
msgstr "Días"
-#: scfuncs.hrc:253
+#: sc/inc/scfuncs.hrc:253
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "The number of workdays before or after start date."
msgstr ""
-#: scfuncs.hrc:254
+#: sc/inc/scfuncs.hrc:254
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Number or string"
msgstr ""
-#: scfuncs.hrc:255
+#: sc/inc/scfuncs.hrc:255
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Optional number or string to indicate when weekends occur. When omitted, weekend is Saturday and Sunday."
msgstr ""
-#: scfuncs.hrc:256
+#: sc/inc/scfuncs.hrc:256
#, fuzzy
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Array"
msgstr "matriz "
-#: scfuncs.hrc:257
+#: sc/inc/scfuncs.hrc:257
msgctxt "SC_OPCODE_WORKDAY_MS"
msgid "Optional set of one or more dates to be considered as holiday."
msgstr ""
-#: scfuncs.hrc:263
+#: sc/inc/scfuncs.hrc:263
msgctxt "SC_OPCODE_GET_HOUR"
msgid "Determines the sequential number of the hour of the day (0-23) for the time value."
msgstr "Determina o numero seqüencial d'a hora d'o día (0 - 23) t'a valura d'a hora."
-#: scfuncs.hrc:264
+#: sc/inc/scfuncs.hrc:264
msgctxt "SC_OPCODE_GET_HOUR"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:265
+#: sc/inc/scfuncs.hrc:265
msgctxt "SC_OPCODE_GET_HOUR"
msgid "Internal time value"
msgstr "Valura interna d'a hora"
-#: scfuncs.hrc:271
+#: sc/inc/scfuncs.hrc:271
msgctxt "SC_OPCODE_GET_MIN"
msgid "Determines the sequential number for the minute of the hour (0-59) for the time value."
msgstr "Determina o numero seqüencial d'o menuto d'a hora (0 - 59) t'a valura d'a hora."
-#: scfuncs.hrc:272
+#: sc/inc/scfuncs.hrc:272
msgctxt "SC_OPCODE_GET_MIN"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:273
+#: sc/inc/scfuncs.hrc:273
msgctxt "SC_OPCODE_GET_MIN"
msgid "Internal time value."
msgstr "Valura interna d'a hora"
-#: scfuncs.hrc:279
+#: sc/inc/scfuncs.hrc:279
msgctxt "SC_OPCODE_GET_MONTH"
msgid "Determines the sequential number of a month of the year (1-12) for the date value."
msgstr "Determina o numero seqüencial d'o mes d'o anyo (1 - 12) t'a valura d'a caldendata."
-#: scfuncs.hrc:280
+#: sc/inc/scfuncs.hrc:280
msgctxt "SC_OPCODE_GET_MONTH"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:281
+#: sc/inc/scfuncs.hrc:281
msgctxt "SC_OPCODE_GET_MONTH"
msgid "The internal number of the date."
msgstr "Numero interno d'a calendata."
-#: scfuncs.hrc:287
+#: sc/inc/scfuncs.hrc:287
msgctxt "SC_OPCODE_GET_ACT_TIME"
msgid "Determines the current time of the computer."
msgstr "Determina la hora actual de l'ordinador."
-#: scfuncs.hrc:293
+#: sc/inc/scfuncs.hrc:293
msgctxt "SC_OPCODE_GET_SEC"
msgid "Determines the sequential number of the second of a minute (0-59) for the time value."
msgstr "Determina o numero seqüencial d'o segundo d'un menuto (0 - 59) t'a valura d'a hora."
-#: scfuncs.hrc:294
+#: sc/inc/scfuncs.hrc:294
msgctxt "SC_OPCODE_GET_SEC"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:295
+#: sc/inc/scfuncs.hrc:295
msgctxt "SC_OPCODE_GET_SEC"
msgid "The internal time value."
msgstr "Valura interna d'a hora"
-#: scfuncs.hrc:301
+#: sc/inc/scfuncs.hrc:301
msgctxt "SC_OPCODE_GET_TIME"
msgid "Determines a time value from the details for hour, minute and second."
msgstr "Determina una valura d'hora a partir d'os detalles d'hora, menuto y segundo"
-#: scfuncs.hrc:302
+#: sc/inc/scfuncs.hrc:302
#, fuzzy
msgctxt "SC_OPCODE_GET_TIME"
msgid "Hour"
msgstr "Horas"
-#: scfuncs.hrc:303
+#: sc/inc/scfuncs.hrc:303
msgctxt "SC_OPCODE_GET_TIME"
msgid "The integer for the hour."
msgstr "Entero t'a hora."
-#: scfuncs.hrc:304
+#: sc/inc/scfuncs.hrc:304
#, fuzzy
msgctxt "SC_OPCODE_GET_TIME"
msgid "Minute"
msgstr "Menutos"
-#: scfuncs.hrc:305
+#: sc/inc/scfuncs.hrc:305
msgctxt "SC_OPCODE_GET_TIME"
msgid "The integer for the minute."
msgstr "Entero t'o menuto."
-#: scfuncs.hrc:306
+#: sc/inc/scfuncs.hrc:306
#, fuzzy
msgctxt "SC_OPCODE_GET_TIME"
msgid "Second"
msgstr "Segundos"
-#: scfuncs.hrc:307
+#: sc/inc/scfuncs.hrc:307
msgctxt "SC_OPCODE_GET_TIME"
msgid "The integer for the second."
msgstr "Entero t'o segundo."
-#: scfuncs.hrc:313
+#: sc/inc/scfuncs.hrc:313
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "Returns a sequential number for a text shown in a possible time entry format."
msgstr "Torna un numero seqüencial ta un texto amostrau en un formato de dentrada d'hora posible."
-#: scfuncs.hrc:314
+#: sc/inc/scfuncs.hrc:314
#, fuzzy
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:315
+#: sc/inc/scfuncs.hrc:315
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "A text enclosed in quotation marks which returns a time in a %PRODUCTNAME time format."
msgstr "Un texto entre cometas que torna una hora en un d'os formatos horarios de %PRODUCTNAME."
-#: scfuncs.hrc:321
+#: sc/inc/scfuncs.hrc:321
msgctxt "SC_OPCODE_GET_ACT_DATE"
msgid "Determines the current date of the computer."
msgstr "Determina la calendata actual de l'ordinador."
-#: scfuncs.hrc:327
+#: sc/inc/scfuncs.hrc:327
#, fuzzy
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Returns the day of the week for the date value as an integer."
msgstr "Torna o día d'a semana t'a valura d'a calendata como entero (1 - 7)."
-#: scfuncs.hrc:328
+#: sc/inc/scfuncs.hrc:328
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:329
+#: sc/inc/scfuncs.hrc:329
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "The internal number for the date."
msgstr "Numero interno t'a calendata."
-#: scfuncs.hrc:330
+#: sc/inc/scfuncs.hrc:330
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:331
+#: sc/inc/scfuncs.hrc:331
msgctxt "SC_OPCODE_GET_DAY_OF_WEEK"
msgid "Fixes the beginning of the week and the type of calculation to be used."
msgstr "Fixa l'inicio d'a semana y o tipo de calculo que s'emplegará."
-#: scfuncs.hrc:337
+#: sc/inc/scfuncs.hrc:337
msgctxt "SC_OPCODE_GET_YEAR"
msgid "Returns the year of a date value as an integer."
msgstr "Torna l'anyo d'una valura de calendata como entero."
-#: scfuncs.hrc:338
+#: sc/inc/scfuncs.hrc:338
msgctxt "SC_OPCODE_GET_YEAR"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:339
+#: sc/inc/scfuncs.hrc:339
msgctxt "SC_OPCODE_GET_YEAR"
msgid "Internal number of the date."
msgstr "Numero interno d'a calendata"
-#: scfuncs.hrc:345
+#: sc/inc/scfuncs.hrc:345
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Calculates the number of days between two dates."
msgstr "Calcula o numero de días entre dos calendatas."
-#: scfuncs.hrc:346
+#: sc/inc/scfuncs.hrc:346
#, fuzzy
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Date 2"
msgstr "Calendata"
-#: scfuncs.hrc:347
+#: sc/inc/scfuncs.hrc:347
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "The end date for calculating the difference in days."
msgstr "Calendata final ta calcular a diferencia en días."
-#: scfuncs.hrc:348
+#: sc/inc/scfuncs.hrc:348
#, fuzzy
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Date 1"
msgstr "Calendata"
-#: scfuncs.hrc:349
+#: sc/inc/scfuncs.hrc:349
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "The start date for calculating the difference in days."
msgstr "Calendata d'inicio ta calcular a diferencia en días."
-#: scfuncs.hrc:355
+#: sc/inc/scfuncs.hrc:355
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Returns the number of whole days, months or years between 'start date' and 'end date'."
msgstr ""
-#: scfuncs.hrc:356
+#: sc/inc/scfuncs.hrc:356
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Start date"
msgstr ""
-#: scfuncs.hrc:357
+#: sc/inc/scfuncs.hrc:357
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "The start date."
msgstr ""
-#: scfuncs.hrc:358
+#: sc/inc/scfuncs.hrc:358
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "End date"
msgstr ""
-#: scfuncs.hrc:359
+#: sc/inc/scfuncs.hrc:359
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "The end date."
msgstr ""
-#: scfuncs.hrc:360
+#: sc/inc/scfuncs.hrc:360
#, fuzzy
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Interval"
msgstr "~Entrevalos"
-#: scfuncs.hrc:361
+#: sc/inc/scfuncs.hrc:361
msgctxt "SC_OPCODE_GET_DATEDIF"
msgid "Interval to be calculated. Can be \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"."
msgstr ""
-#: scfuncs.hrc:367
+#: sc/inc/scfuncs.hrc:367
msgctxt "SC_OPCODE_WEEK"
msgid "Calculates the calendar week corresponding to the given date."
msgstr "Calcula la semana correspondient a la calendata indicada."
-#: scfuncs.hrc:368
+#: sc/inc/scfuncs.hrc:368
msgctxt "SC_OPCODE_WEEK"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:369
+#: sc/inc/scfuncs.hrc:369
msgctxt "SC_OPCODE_WEEK"
msgid "The internal number of the date."
msgstr "Numero interna d'a calendata."
-#: scfuncs.hrc:370
+#: sc/inc/scfuncs.hrc:370
#, fuzzy
msgctxt "SC_OPCODE_WEEK"
msgid "Mode"
msgstr "Modo"
-#: scfuncs.hrc:371
+#: sc/inc/scfuncs.hrc:371
msgctxt "SC_OPCODE_WEEK"
msgid "Indicates the first day of the week and when week 1 starts."
msgstr ""
-#: scfuncs.hrc:377
+#: sc/inc/scfuncs.hrc:377
msgctxt "SC_OPCODE_ISOWEEKNUM"
msgid "Calculates the ISO 8601 calendar week for the given date."
msgstr ""
-#: scfuncs.hrc:378
+#: sc/inc/scfuncs.hrc:378
msgctxt "SC_OPCODE_ISOWEEKNUM"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:379
+#: sc/inc/scfuncs.hrc:379
#, fuzzy
msgctxt "SC_OPCODE_ISOWEEKNUM"
msgid "The internal number of the date."
msgstr "Numero interno d'a calendata."
-#: scfuncs.hrc:384
+#: sc/inc/scfuncs.hrc:384
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid ""
"Calculates the calendar week corresponding to the given date.\n"
"This function only provides interoperability with %PRODUCTNAME 5.0 and earlier and OpenOffice.org."
msgstr ""
-#: scfuncs.hrc:385
+#: sc/inc/scfuncs.hrc:385
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:386
+#: sc/inc/scfuncs.hrc:386
#, fuzzy
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "The internal number of the date."
msgstr "Numero interno d'a calendata."
-#: scfuncs.hrc:387
+#: sc/inc/scfuncs.hrc:387
#, fuzzy
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "Mode"
msgstr "Modo"
-#: scfuncs.hrc:388
+#: sc/inc/scfuncs.hrc:388
#, fuzzy
msgctxt "SC_OPCODE_WEEKNUM_OOO"
msgid "Indicates the first day of the week (1 = Sunday, other values = Monday)."
msgstr "Indica o primer día d'a semana (1 = Domingo, atras valuras = Luns)."
-#: scfuncs.hrc:394
+#: sc/inc/scfuncs.hrc:394
msgctxt "SC_OPCODE_EASTERSUNDAY"
msgid "Calculates the date of Easter Sunday in a given year."
msgstr "Calcula la calendata d'a Pasqua de Resurreción d'un anyo determinau."
-#: scfuncs.hrc:395
+#: sc/inc/scfuncs.hrc:395
#, fuzzy
msgctxt "SC_OPCODE_EASTERSUNDAY"
msgid "Year"
msgstr "anyo"
-#: scfuncs.hrc:396
+#: sc/inc/scfuncs.hrc:396
msgctxt "SC_OPCODE_EASTERSUNDAY"
msgid "An integer between 1583 and 9956, or 0 and 99 (19xx or 20xx depending on the option set)."
msgstr "Entero entre 1583 y 9956, u entre 0 y 99 (19xx u 20xx seguntes a opción definida)."
-#: scfuncs.hrc:402
+#: sc/inc/scfuncs.hrc:402
msgctxt "SC_OPCODE_PV"
msgid "Present value. Calculates the present value of an investment."
msgstr "Valura actual. Calcula a valura actual d'una inversión."
-#: scfuncs.hrc:403
+#: sc/inc/scfuncs.hrc:403
msgctxt "SC_OPCODE_PV"
msgid "Rate"
msgstr "Taxa"
-#: scfuncs.hrc:404
+#: sc/inc/scfuncs.hrc:404
msgctxt "SC_OPCODE_PV"
msgid "The rate of interest for the period given."
msgstr "Taxa d'intrés t'o periodo determinau."
-#: scfuncs.hrc:405
+#: sc/inc/scfuncs.hrc:405
msgctxt "SC_OPCODE_PV"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:406
+#: sc/inc/scfuncs.hrc:406
msgctxt "SC_OPCODE_PV"
msgid "The payment period. The total number of periods in which the annuity is paid."
msgstr "Periodo de pago. Numero total de periodos on que se bosa l'anyada."
-#: scfuncs.hrc:407
+#: sc/inc/scfuncs.hrc:407
msgctxt "SC_OPCODE_PV"
msgid "PMT"
msgstr "PMT"
-#: scfuncs.hrc:408
+#: sc/inc/scfuncs.hrc:408
#, fuzzy
msgctxt "SC_OPCODE_PV"
msgid "Regular payments. The constant amount of annuity that is paid in each period."
msgstr "ye o pago que s'efectúa en cada periodo y que no cambea entre a vida de l'anyada."
-#: scfuncs.hrc:409
+#: sc/inc/scfuncs.hrc:409
msgctxt "SC_OPCODE_PV"
msgid "FV"
msgstr "vf"
-#: scfuncs.hrc:410
+#: sc/inc/scfuncs.hrc:410
#, fuzzy
msgctxt "SC_OPCODE_PV"
msgid "Future value. The value (final value) to be attained after the last payment."
msgstr "ye a valor futura u o saldo en efectivo que deseya aconseguir dimpués d'efectuar o zaguer pago."
-#: scfuncs.hrc:411
+#: sc/inc/scfuncs.hrc:411
msgctxt "SC_OPCODE_PV"
msgid "Type"
msgstr "tipo"
-#: scfuncs.hrc:412
+#: sc/inc/scfuncs.hrc:412
msgctxt "SC_OPCODE_PV"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipo = 1 indica vencimiento a o comienzo d'o periodo, = 0 indica a la fin."
-#: scfuncs.hrc:418
+#: sc/inc/scfuncs.hrc:418
#, fuzzy
msgctxt "SC_OPCODE_FV"
msgid "Future value. Returns the future value of an investment based on regular payments and a constant interest rate."
msgstr "Devuelve a valor futura d'una inversión basar en pagos periodicos constants y en una taxa d'intrés constant."
-#: scfuncs.hrc:419
+#: sc/inc/scfuncs.hrc:419
msgctxt "SC_OPCODE_FV"
msgid "Rate"
msgstr "Taxa"
-#: scfuncs.hrc:420
+#: sc/inc/scfuncs.hrc:420
msgctxt "SC_OPCODE_FV"
msgid "The rate of interest per period."
msgstr "ye a taxa d'intrés por periodo."
-#: scfuncs.hrc:421
+#: sc/inc/scfuncs.hrc:421
msgctxt "SC_OPCODE_FV"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:422
+#: sc/inc/scfuncs.hrc:422
#, fuzzy
msgctxt "SC_OPCODE_FV"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Periodo de pago. O numero total de periodos en os quals se paga anyalment (pensión)."
-#: scfuncs.hrc:423
+#: sc/inc/scfuncs.hrc:423
msgctxt "SC_OPCODE_FV"
msgid "PMT"
msgstr "PMT"
-#: scfuncs.hrc:424
+#: sc/inc/scfuncs.hrc:424
msgctxt "SC_OPCODE_FV"
msgid "Regular payments. The constant annuity to be paid in each period."
msgstr "Pagos regulars. L'anyada constant a estar pagadada cada periodo."
-#: scfuncs.hrc:425
+#: sc/inc/scfuncs.hrc:425
msgctxt "SC_OPCODE_FV"
msgid "PV"
msgstr "va"
-#: scfuncs.hrc:426
+#: sc/inc/scfuncs.hrc:426
msgctxt "SC_OPCODE_FV"
msgid "Present value. The current value of a series of payments"
msgstr "Valor present. A valor actual d'una serie de pagos."
-#: scfuncs.hrc:427
+#: sc/inc/scfuncs.hrc:427
msgctxt "SC_OPCODE_FV"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:428
+#: sc/inc/scfuncs.hrc:428
msgctxt "SC_OPCODE_FV"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipo = 1 indica vencimiento a o comienzo d'o periodo, = 0 indica a la fin."
-#: scfuncs.hrc:434
+#: sc/inc/scfuncs.hrc:434
#, fuzzy
msgctxt "SC_OPCODE_NPER"
msgid "Payment period. Calculates the number of payment periods for an investment based on regular payments and a constant interest rate."
msgstr "Devuelve o numero de pagos d'una inversión basar en os pagos periodicos constants y en a taxa d'intrés constant."
-#: scfuncs.hrc:435
+#: sc/inc/scfuncs.hrc:435
msgctxt "SC_OPCODE_NPER"
msgid "Rate"
msgstr "Taxa"
-#: scfuncs.hrc:436
+#: sc/inc/scfuncs.hrc:436
msgctxt "SC_OPCODE_NPER"
msgid "The rate of interest per period."
msgstr "ye a taxa d'intrés por periodo."
-#: scfuncs.hrc:437
+#: sc/inc/scfuncs.hrc:437
msgctxt "SC_OPCODE_NPER"
msgid "PMT"
msgstr "PMT"
-#: scfuncs.hrc:438
+#: sc/inc/scfuncs.hrc:438
msgctxt "SC_OPCODE_NPER"
msgid "Regular payments. The constant annuity to be paid in each period."
msgstr "Pagos regulars. L'anyada constant a estar pagadada cada periodo."
-#: scfuncs.hrc:439
+#: sc/inc/scfuncs.hrc:439
msgctxt "SC_OPCODE_NPER"
msgid "PV"
msgstr "va"
-#: scfuncs.hrc:440
+#: sc/inc/scfuncs.hrc:440
msgctxt "SC_OPCODE_NPER"
msgid "Present value. The current value of a series of payments"
msgstr "Valor present. A valor actual d'una serie de pagos."
-#: scfuncs.hrc:441
+#: sc/inc/scfuncs.hrc:441
msgctxt "SC_OPCODE_NPER"
msgid "FV"
msgstr "vf"
-#: scfuncs.hrc:442
+#: sc/inc/scfuncs.hrc:442
#, fuzzy
msgctxt "SC_OPCODE_NPER"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr "Valor futura. A valor (final) que s'obtendrá despues d'o pago final."
-#: scfuncs.hrc:443
+#: sc/inc/scfuncs.hrc:443
msgctxt "SC_OPCODE_NPER"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:444
+#: sc/inc/scfuncs.hrc:444
msgctxt "SC_OPCODE_NPER"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipo = 1 indica vencimiento a o comienzo d'o periodo, = 0 indica a la fin."
-#: scfuncs.hrc:450
+#: sc/inc/scfuncs.hrc:450
#, fuzzy
msgctxt "SC_OPCODE_PMT"
msgid "Regular payments. Returns the periodic payment of an annuity, based on regular payments and a fixed periodic interest rate."
msgstr "Devuelve o pago periodico d'una anyada basar en una taxa d'intrés constant."
-#: scfuncs.hrc:451
+#: sc/inc/scfuncs.hrc:451
msgctxt "SC_OPCODE_PMT"
msgid "Rate"
msgstr "Taxa"
-#: scfuncs.hrc:452
+#: sc/inc/scfuncs.hrc:452
msgctxt "SC_OPCODE_PMT"
msgid "The rate of interest per period."
msgstr "ye a taxa d'intrés por periodo."
-#: scfuncs.hrc:453
+#: sc/inc/scfuncs.hrc:453
msgctxt "SC_OPCODE_PMT"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:454
+#: sc/inc/scfuncs.hrc:454
#, fuzzy
msgctxt "SC_OPCODE_PMT"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Periodo de pago. O numero total de periodos en os quals se paga anyalment (pensión)."
-#: scfuncs.hrc:455
+#: sc/inc/scfuncs.hrc:455
msgctxt "SC_OPCODE_PMT"
msgid "PV"
msgstr "va"
-#: scfuncs.hrc:456
+#: sc/inc/scfuncs.hrc:456
msgctxt "SC_OPCODE_PMT"
msgid "Present value. The current value of a series of payments"
msgstr "Valor present. A valor actual d'una serie de pagos."
-#: scfuncs.hrc:457
+#: sc/inc/scfuncs.hrc:457
msgctxt "SC_OPCODE_PMT"
msgid "FV"
msgstr "vf"
-#: scfuncs.hrc:458
+#: sc/inc/scfuncs.hrc:458
#, fuzzy
msgctxt "SC_OPCODE_PMT"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr "Valor futura. A valor (final) que s'obtendrá despues d'o pago final."
-#: scfuncs.hrc:459
+#: sc/inc/scfuncs.hrc:459
msgctxt "SC_OPCODE_PMT"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:460
+#: sc/inc/scfuncs.hrc:460
msgctxt "SC_OPCODE_PMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipo = 1 indica vencimiento a o comienzo d'o periodo, = 0 indica a la fin."
-#: scfuncs.hrc:466
+#: sc/inc/scfuncs.hrc:466
#, fuzzy
msgctxt "SC_OPCODE_RATE"
msgid "Calculates the constant interest rate of an investment with regular payments."
msgstr "Devuelve a taxa d'intrés por periodo d'una anyada."
-#: scfuncs.hrc:467
+#: sc/inc/scfuncs.hrc:467
msgctxt "SC_OPCODE_RATE"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:468
+#: sc/inc/scfuncs.hrc:468
#, fuzzy
msgctxt "SC_OPCODE_RATE"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Periodo de pago. O numero total de periodos en os quals se paga anyalment (pensión)."
-#: scfuncs.hrc:469
+#: sc/inc/scfuncs.hrc:469
msgctxt "SC_OPCODE_RATE"
msgid "PMT"
msgstr "PMT"
-#: scfuncs.hrc:470
+#: sc/inc/scfuncs.hrc:470
msgctxt "SC_OPCODE_RATE"
msgid "Regular payments. The constant annuity to be paid in each period."
msgstr "Pagos regulars. L'anyada constant a estar pagadada cada periodo."
-#: scfuncs.hrc:471
+#: sc/inc/scfuncs.hrc:471
msgctxt "SC_OPCODE_RATE"
msgid "PV"
msgstr "va"
-#: scfuncs.hrc:472
+#: sc/inc/scfuncs.hrc:472
msgctxt "SC_OPCODE_RATE"
msgid "Present value. The current value of a series of payments"
msgstr "Valor present. A valor actual d'una serie de pagos."
-#: scfuncs.hrc:473
+#: sc/inc/scfuncs.hrc:473
msgctxt "SC_OPCODE_RATE"
msgid "FV"
msgstr "vf"
-#: scfuncs.hrc:474
+#: sc/inc/scfuncs.hrc:474
#, fuzzy
msgctxt "SC_OPCODE_RATE"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr "Valor futura. A valor (final) que s'obtendrá despues d'o pago final."
-#: scfuncs.hrc:475
+#: sc/inc/scfuncs.hrc:475
msgctxt "SC_OPCODE_RATE"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:476
+#: sc/inc/scfuncs.hrc:476
msgctxt "SC_OPCODE_RATE"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipo = 1 indica vencimiento a o comienzo d'o periodo, = 0 indica a la fin."
-#: scfuncs.hrc:477
+#: sc/inc/scfuncs.hrc:477
msgctxt "SC_OPCODE_RATE"
msgid "Guess"
msgstr "estimar"
-#: scfuncs.hrc:478
+#: sc/inc/scfuncs.hrc:478
#, fuzzy
msgctxt "SC_OPCODE_RATE"
msgid "Guess. The estimate of the interest rate for the iterative calculating method."
msgstr "ye a suya estimación d'a taxa d'intrés."
-#: scfuncs.hrc:484
+#: sc/inc/scfuncs.hrc:484
#, fuzzy
msgctxt "SC_OPCODE_IPMT"
msgid "Compounded interest. Calculates the interest payment on the principal for an investment with regular payments and a constant interest rate for a given period."
msgstr "Devuelve l'intrés pagau en un periodo especifico ta una inversión con pagos regulars y una taxa d'intrés constant."
-#: scfuncs.hrc:485
+#: sc/inc/scfuncs.hrc:485
msgctxt "SC_OPCODE_IPMT"
msgid "Rate"
msgstr "Taxa"
-#: scfuncs.hrc:486
+#: sc/inc/scfuncs.hrc:486
msgctxt "SC_OPCODE_IPMT"
msgid "The rate of interest per period."
msgstr "ye a taxa d'intrés por periodo."
-#: scfuncs.hrc:487
+#: sc/inc/scfuncs.hrc:487
#, fuzzy
msgctxt "SC_OPCODE_IPMT"
msgid "Period"
msgstr "Periodo"
-#: scfuncs.hrc:488
+#: sc/inc/scfuncs.hrc:488
#, fuzzy
msgctxt "SC_OPCODE_IPMT"
msgid "Periods. The periods for which the compounded interest is to be calculated. P = 1 denotes for the first period, P = NPER for the last one."
msgstr "ye o periodo ta o qual se deseya calcular l'intrés, y habrá d'estar entre 1 y l'argumento nper."
-#: scfuncs.hrc:489
+#: sc/inc/scfuncs.hrc:489
msgctxt "SC_OPCODE_IPMT"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:490
+#: sc/inc/scfuncs.hrc:490
#, fuzzy
msgctxt "SC_OPCODE_IPMT"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Periodo de pago. O numero total de periodos en os quals se paga anyalment (pensión)."
-#: scfuncs.hrc:491
+#: sc/inc/scfuncs.hrc:491
msgctxt "SC_OPCODE_IPMT"
msgid "PV"
msgstr "va"
-#: scfuncs.hrc:492
+#: sc/inc/scfuncs.hrc:492
msgctxt "SC_OPCODE_IPMT"
msgid "Present value. The current value of a series of payments"
msgstr "Valor present. A valor actual d'una serie de pagos."
-#: scfuncs.hrc:493
+#: sc/inc/scfuncs.hrc:493
msgctxt "SC_OPCODE_IPMT"
msgid "FV"
msgstr "vf"
-#: scfuncs.hrc:494
+#: sc/inc/scfuncs.hrc:494
#, fuzzy
msgctxt "SC_OPCODE_IPMT"
msgid "Future value. The value (end value) to be attained after the final payment."
msgstr "Valor futura. A valor (final) que s'obtendrá despues d'o pago final."
-#: scfuncs.hrc:495
+#: sc/inc/scfuncs.hrc:495
msgctxt "SC_OPCODE_IPMT"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:496
+#: sc/inc/scfuncs.hrc:496
msgctxt "SC_OPCODE_IPMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipo = 1 indica vencimiento a o comienzo d'o periodo, = 0 indica a la fin."
-#: scfuncs.hrc:502
+#: sc/inc/scfuncs.hrc:502
#, fuzzy
msgctxt "SC_OPCODE_PPMT"
msgid "Repayment. Calculates the repayment amount for a period for an investment whereby the payments are at regular intervals and the interest rate constant."
msgstr "Devuelve l'amortización en un periodo contable determinau basar en pagos periodicos y constants, y en una taxa d'intrés constant."
-#: scfuncs.hrc:503
+#: sc/inc/scfuncs.hrc:503
msgctxt "SC_OPCODE_PPMT"
msgid "Rate"
msgstr "Taxa"
-#: scfuncs.hrc:504
+#: sc/inc/scfuncs.hrc:504
msgctxt "SC_OPCODE_PPMT"
msgid "The interest rate per period."
msgstr "Ye a taxa d'intrés por periodo."
-#: scfuncs.hrc:505
+#: sc/inc/scfuncs.hrc:505
#, fuzzy
msgctxt "SC_OPCODE_PPMT"
msgid "Period"
msgstr "Periodo"
-#: scfuncs.hrc:506
+#: sc/inc/scfuncs.hrc:506
#, fuzzy
msgctxt "SC_OPCODE_PPMT"
msgid "Period. The period for which the repayments are to be calculated. Per = 1 denotes for the first period, P = NPER for the last"
msgstr "Especifica o periodo ta o qual se calcula l'amortización. 1 indica o primer periodo, nper o zaguer."
-#: scfuncs.hrc:507
+#: sc/inc/scfuncs.hrc:507
msgctxt "SC_OPCODE_PPMT"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:508
+#: sc/inc/scfuncs.hrc:508
#, fuzzy
msgctxt "SC_OPCODE_PPMT"
msgid "The payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Ye o numero total de periodos de pago en una anyada."
-#: scfuncs.hrc:509
+#: sc/inc/scfuncs.hrc:509
msgctxt "SC_OPCODE_PPMT"
msgid "PV"
msgstr "va"
-#: scfuncs.hrc:510
+#: sc/inc/scfuncs.hrc:510
#, fuzzy
msgctxt "SC_OPCODE_PPMT"
msgid "The present value. The present value or the amount the annuity is currently worth."
msgstr "A valor actual. A valor actual u amonto a o que equivale actualment l'anyada."
-#: scfuncs.hrc:511
+#: sc/inc/scfuncs.hrc:511
msgctxt "SC_OPCODE_PPMT"
msgid "FV"
msgstr "vf"
-#: scfuncs.hrc:512
+#: sc/inc/scfuncs.hrc:512
#, fuzzy
msgctxt "SC_OPCODE_PPMT"
msgid "Future value. The value (end value) attained after the last payment has been made."
msgstr "Ye a valor futura u o saldo en efectivo que deseya obtener dimpués d'efectuar o zaguer pago."
-#: scfuncs.hrc:513
+#: sc/inc/scfuncs.hrc:513
msgctxt "SC_OPCODE_PPMT"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:514
+#: sc/inc/scfuncs.hrc:514
msgctxt "SC_OPCODE_PPMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipo = 1 indica vencimiento a o comienzo d'o periodo, = 0 indica a la fin."
-#: scfuncs.hrc:520
+#: sc/inc/scfuncs.hrc:520
#, fuzzy
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Cumulative capital. Calculates the total amount of the repayment share in a period for an investment with constant interest rate."
msgstr "Devuelve l'intrés acumulau pagau sobre un préstamo entre os argumentos per_inicial y per_final"
-#: scfuncs.hrc:521
+#: sc/inc/scfuncs.hrc:521
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Rate"
msgstr "Taxa"
-#: scfuncs.hrc:522
+#: sc/inc/scfuncs.hrc:522
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "The rate of interest per period."
msgstr "ye a taxa d'intrés por periodo."
-#: scfuncs.hrc:523
+#: sc/inc/scfuncs.hrc:523
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:524
+#: sc/inc/scfuncs.hrc:524
#, fuzzy
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Periodo de pago. O numero total de periodos en os quals se paga anyalment (pensión)."
-#: scfuncs.hrc:525
+#: sc/inc/scfuncs.hrc:525
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "PV"
msgstr "va"
-#: scfuncs.hrc:526
+#: sc/inc/scfuncs.hrc:526
#, fuzzy
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "The present value. The present value or the amount the annuity is currently worth."
msgstr "A valor actual. A valor actual u amonto a o que equivale actualment l'anyada."
-#: scfuncs.hrc:527
+#: sc/inc/scfuncs.hrc:527
#, fuzzy
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "S"
msgstr "periodo_inicial"
-#: scfuncs.hrc:528
+#: sc/inc/scfuncs.hrc:528
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "The start period. The first period to be taken into account. S = 1 denotes the very first period."
msgstr ""
-#: scfuncs.hrc:529
+#: sc/inc/scfuncs.hrc:529
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "E"
msgstr ""
-#: scfuncs.hrc:530
+#: sc/inc/scfuncs.hrc:530
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "End period. The last period to be taken into account."
msgstr "Ye o zaguer periodo en o calculo."
-#: scfuncs.hrc:531
+#: sc/inc/scfuncs.hrc:531
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:532
+#: sc/inc/scfuncs.hrc:532
msgctxt "SC_OPCODE_CUM_PRINC"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipo = 1 indica vencimiento a o comienzo d'o periodo, = 0 indica a la fin."
-#: scfuncs.hrc:538
+#: sc/inc/scfuncs.hrc:538
#, fuzzy
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Cumulative compounded interest. Calculates the total amount of the interest share in a period for an investment with a constant interest rate."
msgstr "Devuelve l'intrés acumulau pagau sobre un préstamo entre os argumentos per_inicial y per_final"
-#: scfuncs.hrc:539
+#: sc/inc/scfuncs.hrc:539
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Rate"
msgstr "Taxa"
-#: scfuncs.hrc:540
+#: sc/inc/scfuncs.hrc:540
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The rate of interest per period."
msgstr "ye a taxa d'intrés por periodo."
-#: scfuncs.hrc:541
+#: sc/inc/scfuncs.hrc:541
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:542
+#: sc/inc/scfuncs.hrc:542
#, fuzzy
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Payment period. The total number of periods in which the annuity (pension) is paid."
msgstr "Periodo de pago. O numero total de periodos en os quals se paga anyalment (pensión)."
-#: scfuncs.hrc:543
+#: sc/inc/scfuncs.hrc:543
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "PV"
msgstr "va"
-#: scfuncs.hrc:544
+#: sc/inc/scfuncs.hrc:544
#, fuzzy
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The present value. The present value or the amount the annuity is currently worth."
msgstr "A valor actual. A valor actual u amonto a o que equivale actualment l'anyada."
-#: scfuncs.hrc:545
+#: sc/inc/scfuncs.hrc:545
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "S"
msgstr ""
-#: scfuncs.hrc:546
+#: sc/inc/scfuncs.hrc:546
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The start period. The first period to be taken into account. S = 1 denotes the very first period."
msgstr ""
-#: scfuncs.hrc:547
+#: sc/inc/scfuncs.hrc:547
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "E"
msgstr ""
-#: scfuncs.hrc:548
+#: sc/inc/scfuncs.hrc:548
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "The end period. The last period to be taken into account."
msgstr "Ye o periodo final d'o calculo."
-#: scfuncs.hrc:549
+#: sc/inc/scfuncs.hrc:549
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:550
+#: sc/inc/scfuncs.hrc:550
msgctxt "SC_OPCODE_CUM_IPMT"
msgid "Type = 1 denotes due at the beginning of the period, = 0 at the end."
msgstr "Tipo = 1 indica vencimiento a o comienzo d'o periodo, = 0 indica a la fin."
-#: scfuncs.hrc:556
+#: sc/inc/scfuncs.hrc:556
#, fuzzy
msgctxt "SC_OPCODE_SYD"
msgid "Calculates the arithmetically declining value of an asset (depreciation) for a specified period."
msgstr "Calcula a valor d'amortización aritmetico d'una inversión (depreciación) entre o periodo especificau."
-#: scfuncs.hrc:557
+#: sc/inc/scfuncs.hrc:557
#, fuzzy
msgctxt "SC_OPCODE_SYD"
msgid "Cost"
msgstr "coste"
-#: scfuncs.hrc:558
+#: sc/inc/scfuncs.hrc:558
msgctxt "SC_OPCODE_SYD"
msgid "Acquisition costs. The initial cost of the asset."
msgstr "Ye o coste inicial d'o bien."
-#: scfuncs.hrc:559
+#: sc/inc/scfuncs.hrc:559
#, fuzzy
msgctxt "SC_OPCODE_SYD"
msgid "Salvage"
msgstr "valor_residual"
-#: scfuncs.hrc:560
+#: sc/inc/scfuncs.hrc:560
msgctxt "SC_OPCODE_SYD"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr "Valor residual. Ye a valor a la fin de l'amortización."
-#: scfuncs.hrc:561
+#: sc/inc/scfuncs.hrc:561
#, fuzzy
msgctxt "SC_OPCODE_SYD"
msgid "Life"
msgstr "vida"
-#: scfuncs.hrc:562
+#: sc/inc/scfuncs.hrc:562
#, fuzzy
msgctxt "SC_OPCODE_SYD"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "ye o numero de periodos entre os quals ocurre l'amortización d'o bien (tamién conoixiu como vida util d'o bien)."
-#: scfuncs.hrc:563
+#: sc/inc/scfuncs.hrc:563
#, fuzzy
msgctxt "SC_OPCODE_SYD"
msgid "Period"
msgstr "Periodo"
-#: scfuncs.hrc:564
+#: sc/inc/scfuncs.hrc:564
#, fuzzy
msgctxt "SC_OPCODE_SYD"
msgid "Period. The depreciation period which must have the same time unit as average useful life."
msgstr "ye o periodo y s'han d'utilizar as mesmas unidatz que en l'argumento vida."
-#: scfuncs.hrc:570
+#: sc/inc/scfuncs.hrc:570
msgctxt "SC_OPCODE_SLN"
msgid "Calculates the linear depreciation per period."
msgstr "Devuelve l'amortización lineal por periodo."
-#: scfuncs.hrc:571
+#: sc/inc/scfuncs.hrc:571
#, fuzzy
msgctxt "SC_OPCODE_SLN"
msgid "Cost"
msgstr "coste"
-#: scfuncs.hrc:572
+#: sc/inc/scfuncs.hrc:572
msgctxt "SC_OPCODE_SLN"
msgid "Acquisition cost. The initial cost of an asset."
msgstr "Ye o coste inicial d'o bien."
-#: scfuncs.hrc:573
+#: sc/inc/scfuncs.hrc:573
#, fuzzy
msgctxt "SC_OPCODE_SLN"
msgid "Salvage"
msgstr "valor_residual"
-#: scfuncs.hrc:574
+#: sc/inc/scfuncs.hrc:574
msgctxt "SC_OPCODE_SLN"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr "Valor residual. Ye a valor a la fin de l'amortización."
-#: scfuncs.hrc:575
+#: sc/inc/scfuncs.hrc:575
#, fuzzy
msgctxt "SC_OPCODE_SLN"
msgid "Life"
msgstr "vida"
-#: scfuncs.hrc:576
+#: sc/inc/scfuncs.hrc:576
#, fuzzy
msgctxt "SC_OPCODE_SLN"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "ye o numero de periodos entre os quals ocurre l'amortización d'o bien (tamién conoixiu como vida util d'o bien)."
-#: scfuncs.hrc:582
+#: sc/inc/scfuncs.hrc:582
#, fuzzy
msgctxt "SC_OPCODE_DDB"
msgid "Calculates the depreciation of an asset for a specific period using the double-declining balance method or declining balance factor."
msgstr "Devuelve l'amortización d'un bien en un periodo especifico usando o metodo d'amortización por doble disminución de saldo u unatro metodo que s'especifique"
-#: scfuncs.hrc:583
+#: sc/inc/scfuncs.hrc:583
#, fuzzy
msgctxt "SC_OPCODE_DDB"
msgid "Cost"
msgstr "coste"
-#: scfuncs.hrc:584
+#: sc/inc/scfuncs.hrc:584
msgctxt "SC_OPCODE_DDB"
msgid "Acquisition costs. The initial cost of the asset."
msgstr "Ye o coste inicial d'o bien."
-#: scfuncs.hrc:585
+#: sc/inc/scfuncs.hrc:585
#, fuzzy
msgctxt "SC_OPCODE_DDB"
msgid "Salvage"
msgstr "valor_residual"
-#: scfuncs.hrc:586
+#: sc/inc/scfuncs.hrc:586
msgctxt "SC_OPCODE_DDB"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr "Valor residual. Ye a valor a la fin de l'amortización."
-#: scfuncs.hrc:587
+#: sc/inc/scfuncs.hrc:587
#, fuzzy
msgctxt "SC_OPCODE_DDB"
msgid "Life"
msgstr "vida"
-#: scfuncs.hrc:588
+#: sc/inc/scfuncs.hrc:588
#, fuzzy
msgctxt "SC_OPCODE_DDB"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "ye o numero de periodos entre os quals ocurre l'amortización d'o bien (tamién conoixiu como vida util d'o bien)."
-#: scfuncs.hrc:589
+#: sc/inc/scfuncs.hrc:589
#, fuzzy
msgctxt "SC_OPCODE_DDB"
msgid "Period"
msgstr "Periodo"
-#: scfuncs.hrc:590
+#: sc/inc/scfuncs.hrc:590
#, fuzzy
msgctxt "SC_OPCODE_DDB"
msgid "Period. The depreciation period in the same time unit as the average useful life entry."
msgstr "Ye o periodo ta o qual se deseya calcular l'amortización."
-#: scfuncs.hrc:591
+#: sc/inc/scfuncs.hrc:591
#, fuzzy
msgctxt "SC_OPCODE_DDB"
msgid "Factor"
msgstr "factor"
-#: scfuncs.hrc:592
+#: sc/inc/scfuncs.hrc:592
#, fuzzy
msgctxt "SC_OPCODE_DDB"
msgid "Factor. The factor for balance decline. F = 2 means a double declining balance factor"
msgstr "Ye a taxa de declinación d'o saldo."
-#: scfuncs.hrc:598
+#: sc/inc/scfuncs.hrc:598
#, fuzzy
msgctxt "SC_OPCODE_DB"
msgid "Returns the real depreciation of an asset for a specified period using the fixed-declining balance method."
msgstr "Devuelve l'amortización d'un bien entre un periodo especifico usando o metodo d'amortización de saldo fixo"
-#: scfuncs.hrc:599
+#: sc/inc/scfuncs.hrc:599
#, fuzzy
msgctxt "SC_OPCODE_DB"
msgid "Cost"
msgstr "coste"
-#: scfuncs.hrc:600
+#: sc/inc/scfuncs.hrc:600
msgctxt "SC_OPCODE_DB"
msgid "Acquisition costs: The initial cost of the asset."
msgstr "Ye a valor inicial d'o bien."
-#: scfuncs.hrc:601
+#: sc/inc/scfuncs.hrc:601
#, fuzzy
msgctxt "SC_OPCODE_DB"
msgid "Salvage"
msgstr "valor_residual"
-#: scfuncs.hrc:602
+#: sc/inc/scfuncs.hrc:602
msgctxt "SC_OPCODE_DB"
msgid "Salvage: The remaining value of the asset at the end of its life."
msgstr "Valor residual. Ye a valor a la fin de l'amortización."
-#: scfuncs.hrc:603
+#: sc/inc/scfuncs.hrc:603
#, fuzzy
msgctxt "SC_OPCODE_DB"
msgid "Life"
msgstr "vida"
-#: scfuncs.hrc:604
+#: sc/inc/scfuncs.hrc:604
#, fuzzy
msgctxt "SC_OPCODE_DB"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "ye o numero de periodos entre os quals ocurre l'amortización d'o bien (tamién conoixiu como vida util d'o bien)."
-#: scfuncs.hrc:605
+#: sc/inc/scfuncs.hrc:605
#, fuzzy
msgctxt "SC_OPCODE_DB"
msgid "Period"
msgstr "Periodo"
-#: scfuncs.hrc:606
+#: sc/inc/scfuncs.hrc:606
#, fuzzy
msgctxt "SC_OPCODE_DB"
msgid "Periods: The period for which the depreciation is calculated. The time unit used for period must be the same as that for the useful life."
msgstr "Ye o periodo ta o qual se deseya calcular l'amortización."
-#: scfuncs.hrc:607
+#: sc/inc/scfuncs.hrc:607
#, fuzzy
msgctxt "SC_OPCODE_DB"
msgid "Month"
msgstr "mes"
-#: scfuncs.hrc:608
+#: sc/inc/scfuncs.hrc:608
msgctxt "SC_OPCODE_DB"
msgid "Months: The number of months in the first year of depreciation."
msgstr "Ye o numero de meses d'o primer anyo; si s'omite, s'asume que ye 12."
-#: scfuncs.hrc:614
+#: sc/inc/scfuncs.hrc:614
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "Variable declining balance. Returns the declining balance depreciation for a particular period."
msgstr "Devuelve l'amortización d'un bien, usando o metodo d'amortización por doble disminución d'o saldo, entre un periodo especificau"
-#: scfuncs.hrc:615
+#: sc/inc/scfuncs.hrc:615
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "Cost"
msgstr "coste"
-#: scfuncs.hrc:616
+#: sc/inc/scfuncs.hrc:616
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "Cost. The initial cost of the asset."
msgstr "ye o coste inicial d'o bien."
-#: scfuncs.hrc:617
+#: sc/inc/scfuncs.hrc:617
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "Salvage"
msgstr "valor_residual"
-#: scfuncs.hrc:618
+#: sc/inc/scfuncs.hrc:618
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "Salvage. The salvage value of an asset at the end of its useful life."
msgstr "Valor residual. Ye a valor a la fin de l'amortización."
-#: scfuncs.hrc:619
+#: sc/inc/scfuncs.hrc:619
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "Life"
msgstr "vida"
-#: scfuncs.hrc:620
+#: sc/inc/scfuncs.hrc:620
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "Useful life. The number of periods in the useful life of the asset."
msgstr "ye o numero de periodos entre os quals ocurre l'amortización d'o bien (tamién conoixiu como vida util d'o bien)."
-#: scfuncs.hrc:621
+#: sc/inc/scfuncs.hrc:621
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "Start"
msgstr "limite inferior"
-#: scfuncs.hrc:622
+#: sc/inc/scfuncs.hrc:622
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "Start. The first period for depreciation in the same time unit as the useful life."
msgstr "ye o periodo inicial ta o qual deseya calcular l'amortización."
-#: scfuncs.hrc:623
+#: sc/inc/scfuncs.hrc:623
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "End"
msgstr "limite superior"
-#: scfuncs.hrc:624
+#: sc/inc/scfuncs.hrc:624
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "End. The last period of the depreciation using the same time unit as for the useful life."
msgstr "ye o periodo final ta o qual deseya calcular l'amortización."
-#: scfuncs.hrc:625
+#: sc/inc/scfuncs.hrc:625
#, fuzzy
msgctxt "SC_OPCODE_VBD"
msgid "Factor"
msgstr "factor"
-#: scfuncs.hrc:626
+#: sc/inc/scfuncs.hrc:626
msgctxt "SC_OPCODE_VBD"
msgid "Factor. The factor for the reduction of the depreciation. Factor = 2 denotes double rate depreciation."
msgstr ""
-#: scfuncs.hrc:627
+#: sc/inc/scfuncs.hrc:627
msgctxt "SC_OPCODE_VBD"
msgid "NoSwitch"
msgstr ""
-#: scfuncs.hrc:628
+#: sc/inc/scfuncs.hrc:628
msgctxt "SC_OPCODE_VBD"
msgid "NoSwitch = 0 denotes switch to linear depreciation, NoSwitch = 1 do not switch."
msgstr ""
-#: scfuncs.hrc:634
+#: sc/inc/scfuncs.hrc:634
#, fuzzy
msgctxt "SC_OPCODE_EFFECT"
msgid "Calculates the annual net interest rate for a nominal interest rate."
msgstr "Devuelve a taxa efectiva d'intrés anyal conoixendo a taxa d'intrés anyal nominal."
-#: scfuncs.hrc:635
+#: sc/inc/scfuncs.hrc:635
#, fuzzy
msgctxt "SC_OPCODE_EFFECT"
msgid "NOM"
msgstr "Int_nominal"
-#: scfuncs.hrc:636
+#: sc/inc/scfuncs.hrc:636
#, fuzzy
msgctxt "SC_OPCODE_EFFECT"
msgid "Nominal interest"
msgstr "taxa d'intrés nominal"
-#: scfuncs.hrc:637
+#: sc/inc/scfuncs.hrc:637
msgctxt "SC_OPCODE_EFFECT"
msgid "P"
msgstr ""
-#: scfuncs.hrc:638
+#: sc/inc/scfuncs.hrc:638
#, fuzzy
msgctxt "SC_OPCODE_EFFECT"
msgid "Periods. The number of interest payments per year."
msgstr "ye o numero de pagos d'intrés por anyo."
-#: scfuncs.hrc:644
+#: sc/inc/scfuncs.hrc:644
#, fuzzy
msgctxt "SC_OPCODE_NOMINAL"
msgid "Calculates the yearly nominal interest rate as an effective interest rate."
msgstr "Devuelve a taxa d'intrés nominal anyal ta una taxa efectiva."
-#: scfuncs.hrc:645
+#: sc/inc/scfuncs.hrc:645
msgctxt "SC_OPCODE_NOMINAL"
msgid "Effective rate"
msgstr ""
-#: scfuncs.hrc:646
+#: sc/inc/scfuncs.hrc:646
#, fuzzy
msgctxt "SC_OPCODE_NOMINAL"
msgid "The effective interest rate"
msgstr "ye a taxa d'intrés efectiva"
-#: scfuncs.hrc:647
+#: sc/inc/scfuncs.hrc:647
msgctxt "SC_OPCODE_NOMINAL"
msgid "NPER"
msgstr "NPER"
-#: scfuncs.hrc:648
+#: sc/inc/scfuncs.hrc:648
#, fuzzy
msgctxt "SC_OPCODE_NOMINAL"
msgid "Periods. The number of interest payment per year."
msgstr "ye o numero de pagos d'intrés por anyo."
-#: scfuncs.hrc:654
+#: sc/inc/scfuncs.hrc:654
#, fuzzy
msgctxt "SC_OPCODE_NPV"
msgid "Net present value. Calculates the net present value of an investment based on a series of periodic payments and a discount rate."
msgstr "Devuelve a valor neta present d'una inversión a partir de fluxos de caixa que no han d'estar constants."
-#: scfuncs.hrc:655
+#: sc/inc/scfuncs.hrc:655
msgctxt "SC_OPCODE_NPV"
msgid "Rate"
msgstr "Taxa"
-#: scfuncs.hrc:656
+#: sc/inc/scfuncs.hrc:656
msgctxt "SC_OPCODE_NPV"
msgid "The rate of discount for one period."
msgstr "ye a taxa d'esconto entre un periodo."
-#: scfuncs.hrc:657
+#: sc/inc/scfuncs.hrc:657
#, fuzzy
msgctxt "SC_OPCODE_NPV"
msgid "Value "
msgstr "Valors"
-#: scfuncs.hrc:658
+#: sc/inc/scfuncs.hrc:658
msgctxt "SC_OPCODE_NPV"
msgid "Value 1, value 2,... are arguments representing payments and income."
msgstr ""
-#: scfuncs.hrc:664
+#: sc/inc/scfuncs.hrc:664
#, fuzzy
msgctxt "SC_OPCODE_IRR"
msgid "Returns the actuarial rate of interest of an investment excluding costs or profits."
msgstr "Devuelve a taxa interna de retorno d'una inversión, sin costes de financiación u as ganancias por reinversión."
-#: scfuncs.hrc:665
+#: sc/inc/scfuncs.hrc:665
#, fuzzy
msgctxt "SC_OPCODE_IRR"
msgid "Values"
msgstr "Valors"
-#: scfuncs.hrc:666
+#: sc/inc/scfuncs.hrc:666
#, fuzzy
msgctxt "SC_OPCODE_IRR"
msgid "An array or reference to cells whose contents correspond to the payments."
msgstr "Matriz u referencia de celda a celdas que o suyo conteniu corresponde a os pagos."
-#: scfuncs.hrc:667
+#: sc/inc/scfuncs.hrc:667
msgctxt "SC_OPCODE_IRR"
msgid "Guess"
msgstr "estimar"
-#: scfuncs.hrc:668
+#: sc/inc/scfuncs.hrc:668
#, fuzzy
msgctxt "SC_OPCODE_IRR"
msgid "Guess. An estimated value of the rate of return to be used for the iteration calculation."
msgstr "Ye un numero que l'usuario estima que s'aproximará a o resultau de TIR."
-#: scfuncs.hrc:674
+#: sc/inc/scfuncs.hrc:674
#, fuzzy
msgctxt "SC_OPCODE_MIRR"
msgid "Returns the modified internal rate of return for a series of investments."
msgstr "Calcula o tipo d'intrés d'una serie d'inversions."
-#: scfuncs.hrc:675
+#: sc/inc/scfuncs.hrc:675
#, fuzzy
msgctxt "SC_OPCODE_MIRR"
msgid "Values"
msgstr "Valors"
-#: scfuncs.hrc:676
+#: sc/inc/scfuncs.hrc:676
#, fuzzy
msgctxt "SC_OPCODE_MIRR"
msgid "An array or reference to cells whose contents correspond to the payments."
msgstr "Matriz u referencia de celda a celdas que o suyo conteniu corresponde a os pagos."
-#: scfuncs.hrc:677
+#: sc/inc/scfuncs.hrc:677
msgctxt "SC_OPCODE_MIRR"
msgid "Investment"
msgstr ""
-#: scfuncs.hrc:678
+#: sc/inc/scfuncs.hrc:678
#, fuzzy
msgctxt "SC_OPCODE_MIRR"
msgid "Interest rate for investments (the negative values in the array)."
msgstr "Tipo d'intrés d'as inversions (as valors negativas d'a matriz)."
-#: scfuncs.hrc:679
+#: sc/inc/scfuncs.hrc:679
msgctxt "SC_OPCODE_MIRR"
msgid "Reinvest rate"
msgstr ""
-#: scfuncs.hrc:680
+#: sc/inc/scfuncs.hrc:680
#, fuzzy
msgctxt "SC_OPCODE_MIRR"
msgid "Interest rate for reinvestments (the positive values in the array)."
msgstr "Tipo d'intrés d'as inversions (as valors negativas d'a matriz)."
-#: scfuncs.hrc:686
+#: sc/inc/scfuncs.hrc:686
#, fuzzy
msgctxt "SC_OPCODE_ISPMT"
msgid "Returns the amount of interest for constant amortization rates."
msgstr "Calcula os intréses en una amortización constant."
-#: scfuncs.hrc:687
+#: sc/inc/scfuncs.hrc:687
msgctxt "SC_OPCODE_ISPMT"
msgid "Rate"
msgstr "Taxa"
-#: scfuncs.hrc:688
+#: sc/inc/scfuncs.hrc:688
#, fuzzy
msgctxt "SC_OPCODE_ISPMT"
msgid "Interest rate for a single amortization rate."
msgstr "Tipo d'intrés ta una taxa d'amortización."
-#: scfuncs.hrc:689
+#: sc/inc/scfuncs.hrc:689
#, fuzzy
msgctxt "SC_OPCODE_ISPMT"
msgid "Period"
msgstr "Periodo"
-#: scfuncs.hrc:690
+#: sc/inc/scfuncs.hrc:690
#, fuzzy
msgctxt "SC_OPCODE_ISPMT"
msgid "Number of amortization periods for the calculation of the interest."
msgstr "Cantidat de periodos d'amortización ta o calculo d'intréses."
-#: scfuncs.hrc:691
+#: sc/inc/scfuncs.hrc:691
msgctxt "SC_OPCODE_ISPMT"
msgid "Total periods"
msgstr ""
-#: scfuncs.hrc:692
+#: sc/inc/scfuncs.hrc:692
#, fuzzy
msgctxt "SC_OPCODE_ISPMT"
msgid "Sum total of amortization periods."
msgstr "Cantidat total de periodos d'amortización."
-#: scfuncs.hrc:693
+#: sc/inc/scfuncs.hrc:693
msgctxt "SC_OPCODE_ISPMT"
msgid "Investment"
msgstr ""
-#: scfuncs.hrc:694
+#: sc/inc/scfuncs.hrc:694
#, fuzzy
msgctxt "SC_OPCODE_ISPMT"
msgid "Amount of the investment."
msgstr "Cantidat d'a inversión."
-#: scfuncs.hrc:700
+#: sc/inc/scfuncs.hrc:700
msgctxt "SC_OPCODE_PDURATION"
msgid "Duration. Calculates the number of periods required by an investment to attain the desired value."
msgstr ""
-#: scfuncs.hrc:701
+#: sc/inc/scfuncs.hrc:701
msgctxt "SC_OPCODE_PDURATION"
msgid "Rate"
msgstr "Taxa"
-#: scfuncs.hrc:702
+#: sc/inc/scfuncs.hrc:702
#, fuzzy
msgctxt "SC_OPCODE_PDURATION"
msgid "The constant rate of interest."
msgstr "Ye a taxa d'intrés constant"
-#: scfuncs.hrc:703
+#: sc/inc/scfuncs.hrc:703
msgctxt "SC_OPCODE_PDURATION"
msgid "PV"
msgstr "va"
-#: scfuncs.hrc:704
+#: sc/inc/scfuncs.hrc:704
#, fuzzy
msgctxt "SC_OPCODE_PDURATION"
msgid "The present value. The current value of the investment."
msgstr "Valor. A valor present d'a inversión."
-#: scfuncs.hrc:705
+#: sc/inc/scfuncs.hrc:705
msgctxt "SC_OPCODE_PDURATION"
msgid "FV"
msgstr "vf"
-#: scfuncs.hrc:706
+#: sc/inc/scfuncs.hrc:706
msgctxt "SC_OPCODE_PDURATION"
msgid "The future value of the investment."
msgstr "Valor futura d'a inversión."
-#: scfuncs.hrc:712
+#: sc/inc/scfuncs.hrc:712
#, fuzzy
msgctxt "SC_OPCODE_RRI"
msgid "Interest. Calculates the interest rate which represents the rate of return from an investment."
msgstr "Intrés. Devuelve a taxa d'intrés d'o rendimiento d'una inversión."
-#: scfuncs.hrc:713
+#: sc/inc/scfuncs.hrc:713
#, fuzzy
msgctxt "SC_OPCODE_RRI"
msgid "Periods"
msgstr "Periodo"
-#: scfuncs.hrc:714
+#: sc/inc/scfuncs.hrc:714
msgctxt "SC_OPCODE_RRI"
msgid "The number of periods used in the calculation."
msgstr "ye o numero de periodos ta o calculo"
-#: scfuncs.hrc:715
+#: sc/inc/scfuncs.hrc:715
msgctxt "SC_OPCODE_RRI"
msgid "PV"
msgstr "va"
-#: scfuncs.hrc:716
+#: sc/inc/scfuncs.hrc:716
msgctxt "SC_OPCODE_RRI"
msgid "Present value. The current value of the investment."
msgstr "Valor. A valor present d'a inversión."
-#: scfuncs.hrc:717
+#: sc/inc/scfuncs.hrc:717
msgctxt "SC_OPCODE_RRI"
msgid "FV"
msgstr "vf"
-#: scfuncs.hrc:718
+#: sc/inc/scfuncs.hrc:718
msgctxt "SC_OPCODE_RRI"
msgid "The future value of the investment."
msgstr "Valor futura d'a inversión."
-#: scfuncs.hrc:724
+#: sc/inc/scfuncs.hrc:724
#, fuzzy
msgctxt "SC_OPCODE_IS_REF"
msgid "Returns TRUE if value is a reference."
msgstr "Devuelve VERDADERO si a valor ye una referencia."
-#: scfuncs.hrc:725
+#: sc/inc/scfuncs.hrc:725
#, fuzzy
msgctxt "SC_OPCODE_IS_REF"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:726
+#: sc/inc/scfuncs.hrc:726
#, fuzzy
msgctxt "SC_OPCODE_IS_REF"
msgid "The value to be tested."
msgstr "Ye a valor que deseya prebar."
-#: scfuncs.hrc:732
+#: sc/inc/scfuncs.hrc:732
#, fuzzy
msgctxt "SC_OPCODE_IS_ERR"
msgid "Returns TRUE if the value is an error value not equal to #N/A."
msgstr "Devuelve VERDADERO si a valor ye qualsiquier valor d'error distinta de #N/D."
-#: scfuncs.hrc:733
+#: sc/inc/scfuncs.hrc:733
#, fuzzy
msgctxt "SC_OPCODE_IS_ERR"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:734
+#: sc/inc/scfuncs.hrc:734
#, fuzzy
msgctxt "SC_OPCODE_IS_ERR"
msgid "The value to be tested."
msgstr "Ye a valor que deseya prebar."
-#: scfuncs.hrc:740
+#: sc/inc/scfuncs.hrc:740
#, fuzzy
msgctxt "SC_OPCODE_IS_ERROR"
msgid "Returns TRUE if the value is an error value."
msgstr "Devuelve VERDADERO si a valor ye una valor d'error."
-#: scfuncs.hrc:741
+#: sc/inc/scfuncs.hrc:741
#, fuzzy
msgctxt "SC_OPCODE_IS_ERROR"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:742
+#: sc/inc/scfuncs.hrc:742
#, fuzzy
msgctxt "SC_OPCODE_IS_ERROR"
msgid "The value to be tested."
msgstr "Ye a valor que deseya prebar."
-#: scfuncs.hrc:748
+#: sc/inc/scfuncs.hrc:748
#, fuzzy
msgctxt "SC_OPCODE_IS_EMPTY"
msgid "Returns TRUE if value refers to an empty cell."
msgstr "Devuelve VERDADERO si a valor ye una celda vacía."
-#: scfuncs.hrc:749
+#: sc/inc/scfuncs.hrc:749
#, fuzzy
msgctxt "SC_OPCODE_IS_EMPTY"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:750
+#: sc/inc/scfuncs.hrc:750
#, fuzzy
msgctxt "SC_OPCODE_IS_EMPTY"
msgid "The value to be tested."
msgstr "Ye a valor que deseya prebar."
-#: scfuncs.hrc:756
+#: sc/inc/scfuncs.hrc:756
#, fuzzy
msgctxt "SC_OPCODE_IS_LOGICAL"
msgid "Returns TRUE if the value carries a logical number format."
msgstr "Devuelve VERDADERO si a valor ye una valor lochica."
-#: scfuncs.hrc:757
+#: sc/inc/scfuncs.hrc:757
#, fuzzy
msgctxt "SC_OPCODE_IS_LOGICAL"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:758
+#: sc/inc/scfuncs.hrc:758
#, fuzzy
msgctxt "SC_OPCODE_IS_LOGICAL"
msgid "The value to be tested."
msgstr "Ye a valor que deseya prebar."
-#: scfuncs.hrc:764
+#: sc/inc/scfuncs.hrc:764
#, fuzzy
msgctxt "SC_OPCODE_IS_NV"
msgid "Returns TRUE if value equals #N/A."
msgstr "Devuelve VERDADERO si a valor ye a valor d'error #N/D."
-#: scfuncs.hrc:765
+#: sc/inc/scfuncs.hrc:765
#, fuzzy
msgctxt "SC_OPCODE_IS_NV"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:766
+#: sc/inc/scfuncs.hrc:766
#, fuzzy
msgctxt "SC_OPCODE_IS_NV"
msgid "The value to be tested."
msgstr "Ye a valor que deseya prebar."
-#: scfuncs.hrc:772
+#: sc/inc/scfuncs.hrc:772
#, fuzzy
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "Returns TRUE if the value is not text."
msgstr "Devuelve VERDADERO si a valor ye una valor que no sía texto."
-#: scfuncs.hrc:773
+#: sc/inc/scfuncs.hrc:773
#, fuzzy
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:774
+#: sc/inc/scfuncs.hrc:774
#, fuzzy
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "The value to be tested."
msgstr "Ye a valor que deseya prebar."
-#: scfuncs.hrc:780
+#: sc/inc/scfuncs.hrc:780
#, fuzzy
msgctxt "SC_OPCODE_IS_STRING"
msgid "Returns TRUE if value is text."
msgstr "Devuelve VERDADERO si a valor ye texto."
-#: scfuncs.hrc:781
+#: sc/inc/scfuncs.hrc:781
#, fuzzy
msgctxt "SC_OPCODE_IS_STRING"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:782
+#: sc/inc/scfuncs.hrc:782
#, fuzzy
msgctxt "SC_OPCODE_IS_STRING"
msgid "The value to be tested."
msgstr "Ye a valor que deseya prebar."
-#: scfuncs.hrc:788
+#: sc/inc/scfuncs.hrc:788
#, fuzzy
msgctxt "SC_OPCODE_IS_VALUE"
msgid "Returns TRUE if value is a number."
msgstr "Devuelve VERDADERO si a valor ye un numero."
-#: scfuncs.hrc:789
+#: sc/inc/scfuncs.hrc:789
#, fuzzy
msgctxt "SC_OPCODE_IS_VALUE"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:790
+#: sc/inc/scfuncs.hrc:790
#, fuzzy
msgctxt "SC_OPCODE_IS_VALUE"
msgid "The value to be tested."
msgstr "Ye a valor que deseya prebar."
-#: scfuncs.hrc:796
+#: sc/inc/scfuncs.hrc:796
#, fuzzy
msgctxt "SC_OPCODE_IS_FORMULA"
msgid "Returns TRUE if the cell is a formula cell."
msgstr "Devuelve VERDADERO si a celda ye una celda de formula."
-#: scfuncs.hrc:797
+#: sc/inc/scfuncs.hrc:797
#, fuzzy
msgctxt "SC_OPCODE_IS_FORMULA"
msgid "Reference"
msgstr "Referencia"
-#: scfuncs.hrc:798
+#: sc/inc/scfuncs.hrc:798
#, fuzzy
msgctxt "SC_OPCODE_IS_FORMULA"
msgid "The cell to be tested."
msgstr "Ye a valor que deseya prebar."
-#: scfuncs.hrc:804
+#: sc/inc/scfuncs.hrc:804
#, fuzzy
msgctxt "SC_OPCODE_FORMULA"
msgid "Returns the formula of a formula cell."
msgstr "Devuelve a formula d'una celda de formula."
-#: scfuncs.hrc:805
+#: sc/inc/scfuncs.hrc:805
#, fuzzy
msgctxt "SC_OPCODE_FORMULA"
msgid "Reference"
msgstr "Referencia"
-#: scfuncs.hrc:806
+#: sc/inc/scfuncs.hrc:806
#, fuzzy
msgctxt "SC_OPCODE_FORMULA"
msgid "The formula cell."
msgstr "A celda de formula."
-#: scfuncs.hrc:812
+#: sc/inc/scfuncs.hrc:812
#, fuzzy
msgctxt "SC_OPCODE_N"
msgid "Converts a value to a number."
msgstr "Convierte una valor en un numero."
-#: scfuncs.hrc:813
+#: sc/inc/scfuncs.hrc:813
#, fuzzy
msgctxt "SC_OPCODE_N"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:814
+#: sc/inc/scfuncs.hrc:814
#, fuzzy
msgctxt "SC_OPCODE_N"
msgid "The value to be interpreted as a number."
msgstr "ye a valor que deseya convertir."
-#: scfuncs.hrc:820
+#: sc/inc/scfuncs.hrc:820
#, fuzzy
msgctxt "SC_OPCODE_NO_VALUE"
msgid "Not available. Returns the error value #N/A."
msgstr "No disponible. Devuelve a valor d'error #N/D que significa que a valor no ye disponible."
-#: scfuncs.hrc:826
+#: sc/inc/scfuncs.hrc:826
msgctxt "SC_OPCODE_TYPE"
msgid "Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula, 16 = error value, 64 = array)."
msgstr ""
-#: scfuncs.hrc:827
+#: sc/inc/scfuncs.hrc:827
#, fuzzy
msgctxt "SC_OPCODE_TYPE"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:828
+#: sc/inc/scfuncs.hrc:828
#, fuzzy
msgctxt "SC_OPCODE_TYPE"
msgid "The value for which the data type is to be determined."
msgstr "ye una valor que o suyo tipo de dato se deseya determinar."
-#: scfuncs.hrc:834
+#: sc/inc/scfuncs.hrc:834
#, fuzzy
msgctxt "SC_OPCODE_CELL"
msgid "Determines information about address, formatting or contents of a cell."
msgstr "Determina a información sobre adreza, formateo u conteniu d'una celda."
-#: scfuncs.hrc:835
+#: sc/inc/scfuncs.hrc:835
msgctxt "SC_OPCODE_CELL"
msgid "Info type"
msgstr ""
-#: scfuncs.hrc:836
+#: sc/inc/scfuncs.hrc:836
#, fuzzy
msgctxt "SC_OPCODE_CELL"
msgid "String that specifies the type of information."
msgstr "Cadena de caracters que determina o tipo d'información."
-#: scfuncs.hrc:837
+#: sc/inc/scfuncs.hrc:837
#, fuzzy
msgctxt "SC_OPCODE_CELL"
msgid "Reference"
msgstr "Referencia"
-#: scfuncs.hrc:838
+#: sc/inc/scfuncs.hrc:838
#, fuzzy
msgctxt "SC_OPCODE_CELL"
msgid "The position of the cell you want to examine."
msgstr "A posición d'a celda que deseye examinar."
-#: scfuncs.hrc:844
+#: sc/inc/scfuncs.hrc:844
msgctxt "SC_OPCODE_CURRENT"
msgid "Calculates the current value of the formula at the present location."
msgstr ""
-#: scfuncs.hrc:850
+#: sc/inc/scfuncs.hrc:850
#, fuzzy
msgctxt "SC_OPCODE_FALSE"
msgid "Defines the logical value as FALSE."
msgstr "Devuelve a valor lochica FALSA."
-#: scfuncs.hrc:856
+#: sc/inc/scfuncs.hrc:856
#, fuzzy
msgctxt "SC_OPCODE_NOT"
msgid "Reverses the value of the argument."
msgstr "Invierte a valor lochica de l'argumento."
-#: scfuncs.hrc:857
+#: sc/inc/scfuncs.hrc:857
#, fuzzy
msgctxt "SC_OPCODE_NOT"
msgid "Logical value"
msgstr "valor_lochica"
-#: scfuncs.hrc:858
+#: sc/inc/scfuncs.hrc:858
#, fuzzy
msgctxt "SC_OPCODE_NOT"
msgid "An expression that can be either TRUE or FALSE."
msgstr "ye una valor u expresión que se puede evaluar como VERDADERO u FALSO."
-#: scfuncs.hrc:864
+#: sc/inc/scfuncs.hrc:864
#, fuzzy
msgctxt "SC_OPCODE_TRUE"
msgid "Returns the logical value TRUE."
msgstr "Devuelve a valor lochica VERDADERA."
-#: scfuncs.hrc:870
+#: sc/inc/scfuncs.hrc:870
#, fuzzy
msgctxt "SC_OPCODE_IF"
msgid "Specifies a logical test to be performed."
msgstr "Especifica una preba lochica que se deseya efectuar."
-#: scfuncs.hrc:871
+#: sc/inc/scfuncs.hrc:871
#, fuzzy
msgctxt "SC_OPCODE_IF"
msgid "Test"
msgstr "Preba_lochica"
-#: scfuncs.hrc:872
+#: sc/inc/scfuncs.hrc:872
#, fuzzy
msgctxt "SC_OPCODE_IF"
msgid "Any value or expression which can be either TRUE or FALSE."
msgstr "Ye qualsiquier valor u expresión que pueda evaluarse como VERDADERO u FALSO."
-#: scfuncs.hrc:873
+#: sc/inc/scfuncs.hrc:873
msgctxt "SC_OPCODE_IF"
msgid "Then value"
msgstr ""
-#: scfuncs.hrc:874
+#: sc/inc/scfuncs.hrc:874
#, fuzzy
msgctxt "SC_OPCODE_IF"
msgid "The result of the function if the logical test returns a TRUE."
msgstr "Ye a valor que se devolverá si preba_lochica ye VERDADERO."
-#: scfuncs.hrc:875
+#: sc/inc/scfuncs.hrc:875
msgctxt "SC_OPCODE_IF"
msgid "Otherwise value"
msgstr ""
-#: scfuncs.hrc:876
+#: sc/inc/scfuncs.hrc:876
#, fuzzy
msgctxt "SC_OPCODE_IF"
msgid "The result of the function if the logical test returns FALSE."
msgstr "Ye a valor que se devolverá si preba_lochica ye FALSO."
-#: scfuncs.hrc:882
+#: sc/inc/scfuncs.hrc:882
msgctxt "SC_OPCODE_IF_ERROR"
msgid "Returns value if not an error value, else alternative."
msgstr ""
-#: scfuncs.hrc:883
+#: sc/inc/scfuncs.hrc:883
#, fuzzy
msgctxt "SC_OPCODE_IF_ERROR"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:884
+#: sc/inc/scfuncs.hrc:884
#, fuzzy
msgctxt "SC_OPCODE_IF_ERROR"
msgid "The value to be calculated."
msgstr "A valor a convertir."
-#: scfuncs.hrc:885
+#: sc/inc/scfuncs.hrc:885
msgctxt "SC_OPCODE_IF_ERROR"
msgid "Alternative value"
msgstr ""
-#: scfuncs.hrc:886
+#: sc/inc/scfuncs.hrc:886
msgctxt "SC_OPCODE_IF_ERROR"
msgid "The alternative to be returned, should value be an error value."
msgstr ""
-#: scfuncs.hrc:892
+#: sc/inc/scfuncs.hrc:892
msgctxt "SC_OPCODE_IF_NA"
msgid "Returns value if not a #N/A error, else alternative."
msgstr ""
-#: scfuncs.hrc:893
+#: sc/inc/scfuncs.hrc:893
#, fuzzy
msgctxt "SC_OPCODE_IF_NA"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:894
+#: sc/inc/scfuncs.hrc:894
#, fuzzy
msgctxt "SC_OPCODE_IF_NA"
msgid "The value to be calculated."
msgstr "A valor a convertir."
-#: scfuncs.hrc:895
+#: sc/inc/scfuncs.hrc:895
msgctxt "SC_OPCODE_IF_NA"
msgid "Alternative value"
msgstr ""
-#: scfuncs.hrc:896
+#: sc/inc/scfuncs.hrc:896
msgctxt "SC_OPCODE_IF_NA"
msgid "The alternative to be returned, should value be a #N/A error."
msgstr ""
-#: scfuncs.hrc:902
+#: sc/inc/scfuncs.hrc:902
#, fuzzy
msgctxt "SC_OPCODE_OR"
msgid "Returns TRUE if an argument is TRUE."
msgstr "Devuelve VERDADERO si belún d'os argumentos ye VERDADERO."
-#: scfuncs.hrc:903
+#: sc/inc/scfuncs.hrc:903
#, fuzzy
msgctxt "SC_OPCODE_OR"
msgid "Logical value "
msgstr "valor_lochica "
-#: scfuncs.hrc:904
+#: sc/inc/scfuncs.hrc:904
msgctxt "SC_OPCODE_OR"
msgid "Logical value 1, logical value 2,... are conditions to be tested and which return either TRUE or FALSE."
msgstr ""
-#: scfuncs.hrc:910
+#: sc/inc/scfuncs.hrc:910
msgctxt "SC_OPCODE_XOR"
msgid "Returns TRUE if an odd number of arguments evaluates to TRUE."
msgstr ""
-#: scfuncs.hrc:911
+#: sc/inc/scfuncs.hrc:911
#, fuzzy
msgctxt "SC_OPCODE_XOR"
msgid "Logical value "
msgstr "valor_lochica "
-#: scfuncs.hrc:912
+#: sc/inc/scfuncs.hrc:912
msgctxt "SC_OPCODE_XOR"
msgid "Logical value 1, logical value 2, ... are conditions to be tested and which return either TRUE or FALSE."
msgstr ""
-#: scfuncs.hrc:918
+#: sc/inc/scfuncs.hrc:918
#, fuzzy
msgctxt "SC_OPCODE_AND"
msgid "Returns TRUE if all arguments are TRUE."
msgstr "Devuelve VERDADERO si totz os argumentos son VERDADERS."
-#: scfuncs.hrc:919
+#: sc/inc/scfuncs.hrc:919
#, fuzzy
msgctxt "SC_OPCODE_AND"
msgid "Logical value "
msgstr "Valor_lochica "
-#: scfuncs.hrc:920
+#: sc/inc/scfuncs.hrc:920
msgctxt "SC_OPCODE_AND"
msgid "Logical value 1, logical value 2;...are conditions to be tested and each returns either TRUE or FALSE."
msgstr ""
-#: scfuncs.hrc:926
+#: sc/inc/scfuncs.hrc:926
#, fuzzy
msgctxt "SC_OPCODE_ABS"
msgid "Absolute value of a number."
msgstr "Valor absoluta d'un numero."
-#: scfuncs.hrc:927
+#: sc/inc/scfuncs.hrc:927
#, fuzzy
msgctxt "SC_OPCODE_ABS"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:928
+#: sc/inc/scfuncs.hrc:928
#, fuzzy
msgctxt "SC_OPCODE_ABS"
msgid "The number whose absolute value is to be returned."
msgstr "numero real que o suyo valor absoluta se deseya obtener."
-#: scfuncs.hrc:934
+#: sc/inc/scfuncs.hrc:934
#, fuzzy
msgctxt "SC_OPCODE_POWER"
msgid "Returns a^b, base a raised to the power of exponent b."
msgstr "Torna a2^b, elevau a la potencia de l'exponente b."
-#: scfuncs.hrc:935
+#: sc/inc/scfuncs.hrc:935
#, fuzzy
msgctxt "SC_OPCODE_POWER"
msgid "Base"
msgstr "numero"
-#: scfuncs.hrc:936
+#: sc/inc/scfuncs.hrc:936
#, fuzzy
msgctxt "SC_OPCODE_POWER"
msgid "The base a of the power a^b."
msgstr "La base a a la potencia d'a2^b."
-#: scfuncs.hrc:937
+#: sc/inc/scfuncs.hrc:937
#, fuzzy
msgctxt "SC_OPCODE_POWER"
msgid "Exponent"
msgstr "Exponencial"
-#: scfuncs.hrc:938
+#: sc/inc/scfuncs.hrc:938
#, fuzzy
msgctxt "SC_OPCODE_POWER"
msgid "The exponent b of the power a^b."
msgstr "L'exponente b a la potencia a2^b."
-#: scfuncs.hrc:944
+#: sc/inc/scfuncs.hrc:944
#, fuzzy
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "Counts the blank cells in a specified range."
msgstr "Conta o numero de celdas vacías dentro d'un aria."
-#: scfuncs.hrc:945
+#: sc/inc/scfuncs.hrc:945
#, fuzzy
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "Range"
msgstr "Aria"
-#: scfuncs.hrc:946
+#: sc/inc/scfuncs.hrc:946
#, fuzzy
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "The range in which empty cells are to be counted."
msgstr "aria en o qual se contarán as celdas vacías."
-#: scfuncs.hrc:952
+#: sc/inc/scfuncs.hrc:952
#, fuzzy
msgctxt "SC_OPCODE_PI"
msgid "Returns the value of the number Pi."
msgstr "Devuelve a valor d'o numero Pi."
-#: scfuncs.hrc:958
+#: sc/inc/scfuncs.hrc:958
#, fuzzy
msgctxt "SC_OPCODE_SUM"
msgid "Returns the sum of all arguments."
msgstr "Devuelve a suma d'os argumentos."
-#: scfuncs.hrc:959
+#: sc/inc/scfuncs.hrc:959
#, fuzzy
msgctxt "SC_OPCODE_SUM"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:960
+#: sc/inc/scfuncs.hrc:960
msgctxt "SC_OPCODE_SUM"
msgid "Number 1, number 2, ... are arguments whose total is to be calculated."
msgstr ""
-#: scfuncs.hrc:966
+#: sc/inc/scfuncs.hrc:966
#, fuzzy
msgctxt "SC_OPCODE_SUM_SQ"
msgid "Returns the sum of the squares of the arguments."
msgstr "Devuelve a suma d'os quadraus d'os argumentos."
-#: scfuncs.hrc:967
+#: sc/inc/scfuncs.hrc:967
#, fuzzy
msgctxt "SC_OPCODE_SUM_SQ"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:968
+#: sc/inc/scfuncs.hrc:968
msgctxt "SC_OPCODE_SUM_SQ"
msgid "Number 1, number 2,... are arguments for which the sum of the squares is to be calculated."
msgstr ""
-#: scfuncs.hrc:974
+#: sc/inc/scfuncs.hrc:974
#, fuzzy
msgctxt "SC_OPCODE_PRODUCT"
msgid "Multiplies the arguments."
msgstr "Multiplica os argumentos."
-#: scfuncs.hrc:975
+#: sc/inc/scfuncs.hrc:975
#, fuzzy
msgctxt "SC_OPCODE_PRODUCT"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:976
+#: sc/inc/scfuncs.hrc:976
msgctxt "SC_OPCODE_PRODUCT"
msgid "Number 1, number 2, ... are arguments to be multiplied and a result returned."
msgstr ""
-#: scfuncs.hrc:982
+#: sc/inc/scfuncs.hrc:982
#, fuzzy
msgctxt "SC_OPCODE_SUM_IF"
msgid "Totals the arguments that meet the condition."
msgstr "Suma os argumentos que coinciden con l'argumento criterio."
-#: scfuncs.hrc:983
+#: sc/inc/scfuncs.hrc:983
#, fuzzy
msgctxt "SC_OPCODE_SUM_IF"
msgid "Range"
msgstr "Aria"
-#: scfuncs.hrc:984
+#: sc/inc/scfuncs.hrc:984
#, fuzzy
msgctxt "SC_OPCODE_SUM_IF"
msgid "The range to be evaluated by the criteria given."
msgstr "aria de celdas que deseya evaluar."
-#: scfuncs.hrc:985
+#: sc/inc/scfuncs.hrc:985
msgctxt "SC_OPCODE_SUM_IF"
msgid "Criteria"
msgstr ""
-#: scfuncs.hrc:986
+#: sc/inc/scfuncs.hrc:986
msgctxt "SC_OPCODE_SUM_IF"
msgid "The criteria to be applied to the range."
msgstr ""
-#: scfuncs.hrc:987
+#: sc/inc/scfuncs.hrc:987
msgctxt "SC_OPCODE_SUM_IF"
msgid "Sum range"
msgstr ""
-#: scfuncs.hrc:988
+#: sc/inc/scfuncs.hrc:988
#, fuzzy
msgctxt "SC_OPCODE_SUM_IF"
msgid "The range from which the values are to be totalled."
msgstr "son as celdas que se deseyan sumar."
-#: scfuncs.hrc:994
+#: sc/inc/scfuncs.hrc:994
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Averages the arguments that meet the conditions."
msgstr "Suma os argumentos que coinciden con l'argumento criterio."
-#: scfuncs.hrc:995
+#: sc/inc/scfuncs.hrc:995
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Range"
msgstr "Aria"
-#: scfuncs.hrc:996
+#: sc/inc/scfuncs.hrc:996
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "The range to be evaluated by the criteria given."
msgstr "aria de celdas que deseya evaluar."
-#: scfuncs.hrc:997
+#: sc/inc/scfuncs.hrc:997
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Criteria"
msgstr ""
-#: scfuncs.hrc:998
+#: sc/inc/scfuncs.hrc:998
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "The criteria to be applied to the range."
msgstr ""
-#: scfuncs.hrc:999
+#: sc/inc/scfuncs.hrc:999
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Average range"
msgstr ""
-#: scfuncs.hrc:1000
+#: sc/inc/scfuncs.hrc:1000
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "The range from which the values are to be averaged."
msgstr "son as celdas que se deseyan sumar."
-#: scfuncs.hrc:1005
+#: sc/inc/scfuncs.hrc:1005
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Totals the values of cells in a range that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:1006
+#: sc/inc/scfuncs.hrc:1006
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Sum range"
msgstr ""
-#: scfuncs.hrc:1007
+#: sc/inc/scfuncs.hrc:1007
#, fuzzy
msgctxt "SC_OPCODE_SUM_IFS"
msgid "The range from which the values are to be totalled."
msgstr "son as celdas que se deseyan sumar."
-#: scfuncs.hrc:1008
+#: sc/inc/scfuncs.hrc:1008
#, fuzzy
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Range "
msgstr "Aria"
-#: scfuncs.hrc:1009
+#: sc/inc/scfuncs.hrc:1009
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:1010
+#: sc/inc/scfuncs.hrc:1010
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Criteria "
msgstr ""
-#: scfuncs.hrc:1011
+#: sc/inc/scfuncs.hrc:1011
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:1017
+#: sc/inc/scfuncs.hrc:1017
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Averages the value of the cells that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:1018
+#: sc/inc/scfuncs.hrc:1018
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Average range"
msgstr ""
-#: scfuncs.hrc:1019
+#: sc/inc/scfuncs.hrc:1019
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "The range from which the values are to be averaged."
msgstr "son as celdas que se deseyan sumar."
-#: scfuncs.hrc:1020
+#: sc/inc/scfuncs.hrc:1020
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Range "
msgstr "Aria"
-#: scfuncs.hrc:1021
+#: sc/inc/scfuncs.hrc:1021
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:1022
+#: sc/inc/scfuncs.hrc:1022
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Criteria "
msgstr ""
-#: scfuncs.hrc:1023
+#: sc/inc/scfuncs.hrc:1023
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:1029
+#: sc/inc/scfuncs.hrc:1029
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Counts the cells that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:1030
+#: sc/inc/scfuncs.hrc:1030
#, fuzzy
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Range "
msgstr "Aria"
-#: scfuncs.hrc:1031
+#: sc/inc/scfuncs.hrc:1031
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:1032
+#: sc/inc/scfuncs.hrc:1032
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Criteria "
msgstr ""
-#: scfuncs.hrc:1033
+#: sc/inc/scfuncs.hrc:1033
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:1039
+#: sc/inc/scfuncs.hrc:1039
#, fuzzy
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Counts the arguments which meet the set conditions."
msgstr "Conta os argumentos que cumplen con as condicions dadas."
-#: scfuncs.hrc:1040
+#: sc/inc/scfuncs.hrc:1040
#, fuzzy
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Range"
msgstr "Aria"
-#: scfuncs.hrc:1041
+#: sc/inc/scfuncs.hrc:1041
#, fuzzy
msgctxt "SC_OPCODE_COUNT_IF"
msgid "The range of cells to be evaluated by the criteria given."
msgstr "aria de celdas que deseya evaluar."
-#: scfuncs.hrc:1042
+#: sc/inc/scfuncs.hrc:1042
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Criteria"
msgstr ""
-#: scfuncs.hrc:1043
+#: sc/inc/scfuncs.hrc:1043
msgctxt "SC_OPCODE_COUNT_IF"
msgid "The criteria to be applied to the range."
msgstr ""
-#: scfuncs.hrc:1049
+#: sc/inc/scfuncs.hrc:1049
#, fuzzy
msgctxt "SC_OPCODE_SQRT"
msgid "Returns the square root of a number."
msgstr "Devuelve a radiz quadrada d'un numero."
-#: scfuncs.hrc:1050
+#: sc/inc/scfuncs.hrc:1050
msgctxt "SC_OPCODE_SQRT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1051
+#: sc/inc/scfuncs.hrc:1051
#, fuzzy
msgctxt "SC_OPCODE_SQRT"
msgid "A positive value for which the square root is to be calculated."
msgstr "ye o numero que a suya radiz quadrada deseya obtener."
-#: scfuncs.hrc:1057
+#: sc/inc/scfuncs.hrc:1057
#, fuzzy
msgctxt "SC_OPCODE_RANDOM"
msgid "Returns a random number between 0 and 1."
msgstr "Devuelve un numero aleatorio entre 0 y 1."
-#: scfuncs.hrc:1063
+#: sc/inc/scfuncs.hrc:1063
#, fuzzy
msgctxt "SC_OPCODE_IS_EVEN"
msgid "Returns TRUE if value is an even integer."
msgstr "Devuelve VERDADERO si a valor ye un numero par."
-#: scfuncs.hrc:1064
+#: sc/inc/scfuncs.hrc:1064
#, fuzzy
msgctxt "SC_OPCODE_IS_EVEN"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:1065
+#: sc/inc/scfuncs.hrc:1065
#, fuzzy
msgctxt "SC_OPCODE_IS_EVEN"
msgid "The value to be tested."
msgstr "Ye a valor que se deseya prebar."
-#: scfuncs.hrc:1071
+#: sc/inc/scfuncs.hrc:1071
#, fuzzy
msgctxt "SC_OPCODE_IS_ODD"
msgid "Returns TRUE if value is an odd integer."
msgstr "Devuelve VERDADERO si a valor ye un numero impar."
-#: scfuncs.hrc:1072
+#: sc/inc/scfuncs.hrc:1072
#, fuzzy
msgctxt "SC_OPCODE_IS_ODD"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:1073
+#: sc/inc/scfuncs.hrc:1073
#, fuzzy
msgctxt "SC_OPCODE_IS_ODD"
msgid "The value to be tested."
msgstr "Ye a valor que se deseya prebar."
-#: scfuncs.hrc:1079
+#: sc/inc/scfuncs.hrc:1079
msgctxt "SC_OPCODE_COMBIN"
msgid "Calculates the number of combinations for elements without repetition."
msgstr "Devuelve o numero de combinacions ta un numero determinau d'obchectos."
-#: scfuncs.hrc:1080
+#: sc/inc/scfuncs.hrc:1080
#, fuzzy
msgctxt "SC_OPCODE_COMBIN"
msgid "Number 1"
msgstr "numero "
-#: scfuncs.hrc:1081
+#: sc/inc/scfuncs.hrc:1081
msgctxt "SC_OPCODE_COMBIN"
msgid "The total number of elements."
msgstr "A cantidat total d'elementos."
-#: scfuncs.hrc:1082
+#: sc/inc/scfuncs.hrc:1082
#, fuzzy
msgctxt "SC_OPCODE_COMBIN"
msgid "Number 2"
msgstr "numero "
-#: scfuncs.hrc:1083
+#: sc/inc/scfuncs.hrc:1083
msgctxt "SC_OPCODE_COMBIN"
msgid "The number of elements selected."
msgstr "Ye o numero d'obchectos en cada combinación."
-#: scfuncs.hrc:1089
+#: sc/inc/scfuncs.hrc:1089
#, fuzzy
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Calculates the number of combinations of elements including repetition."
msgstr "Devuelve o numero de combinacions ta un numero determinau d'obchectos."
-#: scfuncs.hrc:1090
+#: sc/inc/scfuncs.hrc:1090
#, fuzzy
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Number 1"
msgstr "numero "
-#: scfuncs.hrc:1091
+#: sc/inc/scfuncs.hrc:1091
msgctxt "SC_OPCODE_COMBIN_A"
msgid "The total number of elements."
msgstr "A cantidat total d'elementos."
-#: scfuncs.hrc:1092
+#: sc/inc/scfuncs.hrc:1092
#, fuzzy
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Number 2"
msgstr "numero "
-#: scfuncs.hrc:1093
+#: sc/inc/scfuncs.hrc:1093
msgctxt "SC_OPCODE_COMBIN_A"
msgid "The number of elements selected."
msgstr "Ye o numero d'obchectos en cada combinación."
-#: scfuncs.hrc:1099
+#: sc/inc/scfuncs.hrc:1099
#, fuzzy
msgctxt "SC_OPCODE_ARC_COS"
msgid "Returns the arccosine of a number."
msgstr "Devuelve l'arcocoseno d'un numero."
-#: scfuncs.hrc:1100
+#: sc/inc/scfuncs.hrc:1100
#, fuzzy
msgctxt "SC_OPCODE_ARC_COS"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1101
+#: sc/inc/scfuncs.hrc:1101
#, fuzzy
msgctxt "SC_OPCODE_ARC_COS"
msgid "A value between -1 and 1 for which the arccosine is to be returned."
msgstr "valor entre -1 y 1, que o suyo arcocoseno se deseya calcular."
-#: scfuncs.hrc:1107
+#: sc/inc/scfuncs.hrc:1107
#, fuzzy
msgctxt "SC_OPCODE_ARC_SIN"
msgid "Returns the arcsine of a number."
msgstr "Devuelve l'arco sino d'un numero."
-#: scfuncs.hrc:1108
+#: sc/inc/scfuncs.hrc:1108
#, fuzzy
msgctxt "SC_OPCODE_ARC_SIN"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1109
+#: sc/inc/scfuncs.hrc:1109
#, fuzzy
msgctxt "SC_OPCODE_ARC_SIN"
msgid "A value between -1 and 1 for which the arcsine is to be returned."
msgstr "ye a valor entre -1 y 1, que o suyo arco sino se deseya calcular."
-#: scfuncs.hrc:1115
+#: sc/inc/scfuncs.hrc:1115
#, fuzzy
msgctxt "SC_OPCODE_ARC_COS_HYP"
msgid "Returns the inverse hyperbolic cosine of a number."
msgstr "Devuelve o cosino hiperbolico inverso d'un numero."
-#: scfuncs.hrc:1116
+#: sc/inc/scfuncs.hrc:1116
#, fuzzy
msgctxt "SC_OPCODE_ARC_COS_HYP"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1117
+#: sc/inc/scfuncs.hrc:1117
#, fuzzy
msgctxt "SC_OPCODE_ARC_COS_HYP"
msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
msgstr "ye a valor menor que -1 u mayor que 1, que as suyas cotangentes hiperbolicas inversas se deseya calcular."
-#: scfuncs.hrc:1123
+#: sc/inc/scfuncs.hrc:1123
#, fuzzy
msgctxt "SC_OPCODE_ARC_SIN_HYP"
msgid "Returns the inverse hyperbolic sine of a number."
msgstr "Devuelve o sino hiperbolico inverso d'un numero."
-#: scfuncs.hrc:1124
+#: sc/inc/scfuncs.hrc:1124
#, fuzzy
msgctxt "SC_OPCODE_ARC_SIN_HYP"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1125
+#: sc/inc/scfuncs.hrc:1125
#, fuzzy
msgctxt "SC_OPCODE_ARC_SIN_HYP"
msgid "The value for which the inverse hyperbolic sine is to be returned."
msgstr "ye a valor que o suyo sino hiperbolico inverso se deseya calcular."
-#: scfuncs.hrc:1131
+#: sc/inc/scfuncs.hrc:1131
#, fuzzy
msgctxt "SC_OPCODE_ARC_COT"
msgid "Returns the inverse cotangent of a number."
msgstr "Devuelve l'arco cotangente d'un numero."
-#: scfuncs.hrc:1132
+#: sc/inc/scfuncs.hrc:1132
#, fuzzy
msgctxt "SC_OPCODE_ARC_COT"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1133
+#: sc/inc/scfuncs.hrc:1133
#, fuzzy
msgctxt "SC_OPCODE_ARC_COT"
msgid "The value for which the inverse cotangent is to be returned."
msgstr "ye a valor que o suyo arco cotangente se deseya calcular."
-#: scfuncs.hrc:1139
+#: sc/inc/scfuncs.hrc:1139
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN"
msgid "Returns the arctangent of a number."
msgstr "Devuelve l'arco tangente d'un numero."
-#: scfuncs.hrc:1140
+#: sc/inc/scfuncs.hrc:1140
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1141
+#: sc/inc/scfuncs.hrc:1141
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN"
msgid "The value for which the arctangent is to be returned."
msgstr "ye a valor que o suyo arco tangente se deseya calcular."
-#: scfuncs.hrc:1147
+#: sc/inc/scfuncs.hrc:1147
#, fuzzy
msgctxt "SC_OPCODE_ARC_COT_HYP"
msgid "Returns the inverse hyperbolic cotangent of a number."
msgstr "Devuelve a cotangente hiperbolica inversa d'un numero."
-#: scfuncs.hrc:1148
+#: sc/inc/scfuncs.hrc:1148
#, fuzzy
msgctxt "SC_OPCODE_ARC_COT_HYP"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1149
+#: sc/inc/scfuncs.hrc:1149
#, fuzzy
msgctxt "SC_OPCODE_ARC_COT_HYP"
msgid "A value smaller than -1 or greater than 1 for which the inverse hyperbolic cotangent is to be returned."
msgstr "ye a valor menor que -1 u mayor que 1, que as suyas cotangentes hiperbolicas inversas se deseya calcular."
-#: scfuncs.hrc:1155
+#: sc/inc/scfuncs.hrc:1155
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN_HYP"
msgid "Returns the inverse hyperbolic tangent of a number."
msgstr "Devuelve a tangente d'aria (tangente hiperbolica inversa) d'un numero."
-#: scfuncs.hrc:1156
+#: sc/inc/scfuncs.hrc:1156
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN_HYP"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1157
+#: sc/inc/scfuncs.hrc:1157
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN_HYP"
msgid "A value between -1 and 1 for which the inverse hyperbolic tangent is to be returned."
msgstr "ye a valor entre -1 y 1, que a suya tangente hiperbolica inversa se deseya calcular."
-#: scfuncs.hrc:1163
+#: sc/inc/scfuncs.hrc:1163
#, fuzzy
msgctxt "SC_OPCODE_COS"
msgid "Returns the cosine of a number."
msgstr "Devuelve o cosino d'un numero."
-#: scfuncs.hrc:1164
+#: sc/inc/scfuncs.hrc:1164
#, fuzzy
msgctxt "SC_OPCODE_COS"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1165
+#: sc/inc/scfuncs.hrc:1165
#, fuzzy
msgctxt "SC_OPCODE_COS"
msgid "The angle in the radians for which the cosine is to be returned."
msgstr "ye l'anglo en radianes que o suyo cosino deseya obtener."
-#: scfuncs.hrc:1171
+#: sc/inc/scfuncs.hrc:1171
#, fuzzy
msgctxt "SC_OPCODE_SIN"
msgid "Returns the sine of a number."
msgstr "Devuelve o sino d'un anglo determinau."
-#: scfuncs.hrc:1172
+#: sc/inc/scfuncs.hrc:1172
msgctxt "SC_OPCODE_SIN"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1173
+#: sc/inc/scfuncs.hrc:1173
#, fuzzy
msgctxt "SC_OPCODE_SIN"
msgid "The angle in radians for which the sine is to be calculated."
msgstr "ye l'anglo en radianes que o suyo sino se deseya calcular."
-#: scfuncs.hrc:1179
+#: sc/inc/scfuncs.hrc:1179
#, fuzzy
msgctxt "SC_OPCODE_COT"
msgid "Returns the cotangent of a number."
msgstr "Devuelve a cotangente d'un numero."
-#: scfuncs.hrc:1180
+#: sc/inc/scfuncs.hrc:1180
#, fuzzy
msgctxt "SC_OPCODE_COT"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1181
+#: sc/inc/scfuncs.hrc:1181
#, fuzzy
msgctxt "SC_OPCODE_COT"
msgid "The angle in radians whose cotangent value is to be returned."
msgstr "ye l'anglo en radianes que a suya cotangente se deseya calcular."
-#: scfuncs.hrc:1187
+#: sc/inc/scfuncs.hrc:1187
#, fuzzy
msgctxt "SC_OPCODE_TAN"
msgid "Returns the tangent of a number."
msgstr "Devuelve a tangente d'un numero dau."
-#: scfuncs.hrc:1188
+#: sc/inc/scfuncs.hrc:1188
msgctxt "SC_OPCODE_TAN"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1189
+#: sc/inc/scfuncs.hrc:1189
#, fuzzy
msgctxt "SC_OPCODE_TAN"
msgid "The angle in radians for which the tangent is to be calculated."
msgstr "ye l'anglo en radianes que a suya tangente se deseya obtener."
-#: scfuncs.hrc:1195
+#: sc/inc/scfuncs.hrc:1195
#, fuzzy
msgctxt "SC_OPCODE_COS_HYP"
msgid "Returns the hyperbolic cosine of a number."
msgstr "Devuelve o cosino hiperbolico d'un numero."
-#: scfuncs.hrc:1196
+#: sc/inc/scfuncs.hrc:1196
#, fuzzy
msgctxt "SC_OPCODE_COS_HYP"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1197
+#: sc/inc/scfuncs.hrc:1197
#, fuzzy
msgctxt "SC_OPCODE_COS_HYP"
msgid "The value for which the hyperbolic cosine is to be returned."
msgstr "ye a valor que o suyo cosino hiperbolico se deseya calcular."
-#: scfuncs.hrc:1203
+#: sc/inc/scfuncs.hrc:1203
#, fuzzy
msgctxt "SC_OPCODE_SIN_HYP"
msgid "Returns the hyperbolic sine of a number."
msgstr "Devuelve o sino hiperbolico d'un numero."
-#: scfuncs.hrc:1204
+#: sc/inc/scfuncs.hrc:1204
msgctxt "SC_OPCODE_SIN_HYP"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1205
+#: sc/inc/scfuncs.hrc:1205
#, fuzzy
msgctxt "SC_OPCODE_SIN_HYP"
msgid "The value for which the hyperbolic sine is to be calculated."
msgstr "ye a valor que o suyo sino hiperbolico se deseya calcular."
-#: scfuncs.hrc:1211
+#: sc/inc/scfuncs.hrc:1211
#, fuzzy
msgctxt "SC_OPCODE_COT_HYP"
msgid "Returns the hyperbolic cotangent of a number."
msgstr "Devuelve a cotangente hiperbolica d'un numero."
-#: scfuncs.hrc:1212
+#: sc/inc/scfuncs.hrc:1212
#, fuzzy
msgctxt "SC_OPCODE_COT_HYP"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1213
+#: sc/inc/scfuncs.hrc:1213
#, fuzzy
msgctxt "SC_OPCODE_COT_HYP"
msgid "A value not equal to 0 for which the hyperbolic cotangent is to be returned."
msgstr "Ye a valor diferent de 0 que a suya cotangente hiperbolica se deseya calcular."
-#: scfuncs.hrc:1219
+#: sc/inc/scfuncs.hrc:1219
#, fuzzy
msgctxt "SC_OPCODE_TAN_HYP"
msgid "Returns the hyperbolic tangent of a number."
msgstr "Devuelve a tangente hiperbolica d'un numero."
-#: scfuncs.hrc:1220
+#: sc/inc/scfuncs.hrc:1220
msgctxt "SC_OPCODE_TAN_HYP"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1221
+#: sc/inc/scfuncs.hrc:1221
#, fuzzy
msgctxt "SC_OPCODE_TAN_HYP"
msgid "The value for which the hyperbolic tangent is to be calculated."
msgstr "ye o numero real que a suya tangente hiperbolica se deseya calcular."
-#: scfuncs.hrc:1227
+#: sc/inc/scfuncs.hrc:1227
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Returns the arctangent for the specified coordinates."
msgstr "Devuelve l'arco tangente d'as coordenadas especificadas."
-#: scfuncs.hrc:1228
+#: sc/inc/scfuncs.hrc:1228
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Number X"
msgstr "numero "
-#: scfuncs.hrc:1229
+#: sc/inc/scfuncs.hrc:1229
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "The value for the X coordinate."
msgstr ""
-#: scfuncs.hrc:1230
+#: sc/inc/scfuncs.hrc:1230
#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Number Y"
msgstr "numero "
-#: scfuncs.hrc:1231
+#: sc/inc/scfuncs.hrc:1231
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "The value for the Y coordinate."
msgstr ""
-#: scfuncs.hrc:1237
+#: sc/inc/scfuncs.hrc:1237
msgctxt "SC_OPCODE_COSECANT"
msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
msgstr ""
-#: scfuncs.hrc:1238
+#: sc/inc/scfuncs.hrc:1238
msgctxt "SC_OPCODE_COSECANT"
msgid "Angle"
msgstr ""
-#: scfuncs.hrc:1239
+#: sc/inc/scfuncs.hrc:1239
#, fuzzy
msgctxt "SC_OPCODE_COSECANT"
msgid "The angle in radians for which the cosecant is to be calculated."
msgstr "ye l'anglo en radianes que o suyo sino se deseya calcular."
-#: scfuncs.hrc:1245
+#: sc/inc/scfuncs.hrc:1245
msgctxt "SC_OPCODE_SECANT"
msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
msgstr ""
-#: scfuncs.hrc:1246
+#: sc/inc/scfuncs.hrc:1246
msgctxt "SC_OPCODE_SECANT"
msgid "Angle"
msgstr ""
-#: scfuncs.hrc:1247
+#: sc/inc/scfuncs.hrc:1247
#, fuzzy
msgctxt "SC_OPCODE_SECANT"
msgid "The angle in radians for which the secant is to be calculated."
msgstr "ye l'anglo en radianes que o suyo sino se deseya calcular."
-#: scfuncs.hrc:1253
+#: sc/inc/scfuncs.hrc:1253
msgctxt "SC_OPCODE_COSECANT_HYP"
msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
msgstr ""
-#: scfuncs.hrc:1254
+#: sc/inc/scfuncs.hrc:1254
msgctxt "SC_OPCODE_COSECANT_HYP"
msgid "Angle"
msgstr ""
-#: scfuncs.hrc:1255
+#: sc/inc/scfuncs.hrc:1255
#, fuzzy
msgctxt "SC_OPCODE_COSECANT_HYP"
msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
msgstr "ye l'anglo en radianes que o suyo sino se deseya calcular."
-#: scfuncs.hrc:1261
+#: sc/inc/scfuncs.hrc:1261
msgctxt "SC_OPCODE_SECANT_HYP"
msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
msgstr ""
-#: scfuncs.hrc:1262
+#: sc/inc/scfuncs.hrc:1262
msgctxt "SC_OPCODE_SECANT_HYP"
msgid "Angle"
msgstr ""
-#: scfuncs.hrc:1263
+#: sc/inc/scfuncs.hrc:1263
#, fuzzy
msgctxt "SC_OPCODE_SECANT_HYP"
msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
msgstr "ye l'anglo en radianes que o suyo sino se deseya calcular."
-#: scfuncs.hrc:1269
+#: sc/inc/scfuncs.hrc:1269
#, fuzzy
msgctxt "SC_OPCODE_DEG"
msgid "Converts a radian to degrees"
msgstr "Convierte radianes en graus."
-#: scfuncs.hrc:1270
+#: sc/inc/scfuncs.hrc:1270
msgctxt "SC_OPCODE_DEG"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1271
+#: sc/inc/scfuncs.hrc:1271
#, fuzzy
msgctxt "SC_OPCODE_DEG"
msgid "The angle in a radian"
msgstr "ye l'anglo en radianes."
-#: scfuncs.hrc:1277
+#: sc/inc/scfuncs.hrc:1277
#, fuzzy
msgctxt "SC_OPCODE_RAD"
msgid "Converts degrees to radians"
msgstr "Covierte graus en radianes."
-#: scfuncs.hrc:1278
+#: sc/inc/scfuncs.hrc:1278
#, fuzzy
msgctxt "SC_OPCODE_RAD"
msgid "Number"
msgstr "graus"
-#: scfuncs.hrc:1279
+#: sc/inc/scfuncs.hrc:1279
#, fuzzy
msgctxt "SC_OPCODE_RAD"
msgid "The angle in degrees."
msgstr "ye l'anglo en graus que se deseya convertir."
-#: scfuncs.hrc:1285
+#: sc/inc/scfuncs.hrc:1285
#, fuzzy
msgctxt "SC_OPCODE_EXP"
msgid "Calculates the exponent for basis e."
msgstr "Devuelve 'y' elevada a la potencia de l'argumento numero."
-#: scfuncs.hrc:1286
+#: sc/inc/scfuncs.hrc:1286
msgctxt "SC_OPCODE_EXP"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1287
+#: sc/inc/scfuncs.hrc:1287
#, fuzzy
msgctxt "SC_OPCODE_EXP"
msgid "The exponent applied to base e."
msgstr "Ye l'exponente aplicau a la base 'y'."
-#: scfuncs.hrc:1293
+#: sc/inc/scfuncs.hrc:1293
#, fuzzy
msgctxt "SC_OPCODE_LOG"
msgid "Calculates the logarithm to any specified base."
msgstr "Devuelve o logaritmo d'un numero en la base especificada."
-#: scfuncs.hrc:1294
+#: sc/inc/scfuncs.hrc:1294
msgctxt "SC_OPCODE_LOG"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1295
+#: sc/inc/scfuncs.hrc:1295
#, fuzzy
msgctxt "SC_OPCODE_LOG"
msgid "A value greater than 0 for which the logarithm is to be calculated."
msgstr "Ye o numero real positivo que o suyo logaritmo deseya obtener."
-#: scfuncs.hrc:1296
+#: sc/inc/scfuncs.hrc:1296
#, fuzzy
msgctxt "SC_OPCODE_LOG"
msgid "Base"
msgstr "Base"
-#: scfuncs.hrc:1297
+#: sc/inc/scfuncs.hrc:1297
#, fuzzy
msgctxt "SC_OPCODE_LOG"
msgid "The base of the logarithm. If omitted, the base is regarded as 10."
msgstr "La base d'o logaritmo. Si s'omite, la base se considera como 10."
-#: scfuncs.hrc:1303
+#: sc/inc/scfuncs.hrc:1303
#, fuzzy
msgctxt "SC_OPCODE_LN"
msgid "Calculates the natural logarithm of a number."
msgstr "Devuelve o logaritmo natural d'un numero."
-#: scfuncs.hrc:1304
+#: sc/inc/scfuncs.hrc:1304
msgctxt "SC_OPCODE_LN"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1305
+#: sc/inc/scfuncs.hrc:1305
#, fuzzy
msgctxt "SC_OPCODE_LN"
msgid "A value greater than 0 for which the natural logarithm is to be calculated."
msgstr "Ye o numero real mayor que 0 que o suyo logaritmo natural deseya obtener."
-#: scfuncs.hrc:1311
+#: sc/inc/scfuncs.hrc:1311
#, fuzzy
msgctxt "SC_OPCODE_LOG10"
msgid "Calculates the base-10 logarithm of a number."
msgstr "Devuelve o logaritmo en base 10 d'un numero."
-#: scfuncs.hrc:1312
+#: sc/inc/scfuncs.hrc:1312
msgctxt "SC_OPCODE_LOG10"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1313
+#: sc/inc/scfuncs.hrc:1313
#, fuzzy
msgctxt "SC_OPCODE_LOG10"
msgid "A value greater than 0 for which the logarithm is to be calculated."
msgstr "Una valor mayor que 0 que o suyo logaritmo deseya obtener."
-#: scfuncs.hrc:1319
+#: sc/inc/scfuncs.hrc:1319
#, fuzzy
msgctxt "SC_OPCODE_FACT"
msgid "Calculates the factorial of a number."
msgstr "Calcula o factorial d'un numero."
-#: scfuncs.hrc:1320
+#: sc/inc/scfuncs.hrc:1320
msgctxt "SC_OPCODE_FACT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1321
+#: sc/inc/scfuncs.hrc:1321
#, fuzzy
msgctxt "SC_OPCODE_FACT"
msgid "The number for which the factorial is to be calculated."
msgstr "Ye o numero que o suyo factorial se deseya obtener."
-#: scfuncs.hrc:1327
+#: sc/inc/scfuncs.hrc:1327
#, fuzzy
msgctxt "SC_OPCODE_MOD"
msgid "Calculates the remainder of a division."
msgstr "Devuelve o residuo u resta d'una división."
-#: scfuncs.hrc:1328
+#: sc/inc/scfuncs.hrc:1328
#, fuzzy
msgctxt "SC_OPCODE_MOD"
msgid "Dividend"
msgstr "Dividendo"
-#: scfuncs.hrc:1329
+#: sc/inc/scfuncs.hrc:1329
#, fuzzy
msgctxt "SC_OPCODE_MOD"
msgid "The number to be divided."
msgstr "ye o numero que deseya dividir y ta o qual deseya trobar o residuo."
-#: scfuncs.hrc:1330
+#: sc/inc/scfuncs.hrc:1330
#, fuzzy
msgctxt "SC_OPCODE_MOD"
msgid "Divisor"
msgstr "Divisor"
-#: scfuncs.hrc:1331
+#: sc/inc/scfuncs.hrc:1331
#, fuzzy
msgctxt "SC_OPCODE_MOD"
msgid "The number by which the dividend is divided."
msgstr "ye o numero por o qual deseya dividir o numero."
-#: scfuncs.hrc:1337
+#: sc/inc/scfuncs.hrc:1337
#, fuzzy
msgctxt "SC_OPCODE_PLUS_MINUS"
msgid "Returns the algebraic sign of a number."
msgstr "Devuelve o signo d'un numero."
-#: scfuncs.hrc:1338
+#: sc/inc/scfuncs.hrc:1338
#, fuzzy
msgctxt "SC_OPCODE_PLUS_MINUS"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1339
+#: sc/inc/scfuncs.hrc:1339
#, fuzzy
msgctxt "SC_OPCODE_PLUS_MINUS"
msgid "The number for which the algebraic sign is to be determined."
msgstr "ye un numero real que o suyo signo deseya saber."
-#: scfuncs.hrc:1345
+#: sc/inc/scfuncs.hrc:1345
#, fuzzy
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Calculates subtotals in a spreadsheet."
msgstr "Devuelve un subtotal en una fuella de calculo."
-#: scfuncs.hrc:1346
+#: sc/inc/scfuncs.hrc:1346
#, fuzzy
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Function"
msgstr "núm_función"
-#: scfuncs.hrc:1347
+#: sc/inc/scfuncs.hrc:1347
#, fuzzy
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Function index. Is an index of the possible functions Total, Max, ..."
msgstr "ye un numero que indica qué función debe estar utilizada."
-#: scfuncs.hrc:1348
+#: sc/inc/scfuncs.hrc:1348
#, fuzzy
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Range"
msgstr "Aria"
-#: scfuncs.hrc:1349
+#: sc/inc/scfuncs.hrc:1349
#, fuzzy
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "The cells of the range which are to be taken into account."
msgstr "aria u referencia que as suyas celdas se tendrán en cuenta."
-#: scfuncs.hrc:1355
+#: sc/inc/scfuncs.hrc:1355
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Calculates an aggregate in a spreadsheet."
msgstr ""
-#: scfuncs.hrc:1356
+#: sc/inc/scfuncs.hrc:1356
#, fuzzy
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Function"
msgstr "núm_función"
-#: scfuncs.hrc:1357
+#: sc/inc/scfuncs.hrc:1357
#, fuzzy
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Function index. Is an index of the possible functions Total, Max, ..."
msgstr "ye un numero que indica qué función debe estar utilizada."
-#: scfuncs.hrc:1358
+#: sc/inc/scfuncs.hrc:1358
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Options"
msgstr "Opcions"
-#: scfuncs.hrc:1359
+#: sc/inc/scfuncs.hrc:1359
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Option index. Is an index of the possible ignore options."
msgstr ""
-#: scfuncs.hrc:1360
+#: sc/inc/scfuncs.hrc:1360
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Reference 1 or array"
msgstr ""
-#: scfuncs.hrc:1361
+#: sc/inc/scfuncs.hrc:1361
#, fuzzy
msgctxt "SC_OPCODE_AGGREGATE"
msgid "The cell(s) of the range which are to be taken into account."
msgstr "aria u referencia que as suyas celdas se tendrán en cuenta."
-#: scfuncs.hrc:1362
+#: sc/inc/scfuncs.hrc:1362
msgctxt "SC_OPCODE_AGGREGATE"
msgid "Reference 2..n or k "
msgstr ""
-#: scfuncs.hrc:1363
+#: sc/inc/scfuncs.hrc:1363
msgctxt "SC_OPCODE_AGGREGATE"
msgid "The cells of the range which are to be taken into account or mandatory 2nd argument for certain functions."
msgstr ""
-#: scfuncs.hrc:1369
+#: sc/inc/scfuncs.hrc:1369
#, fuzzy
msgctxt "SC_OPCODE_INT"
msgid "Rounds a number down to the nearest integer."
msgstr "Redondea un numero dica l'entero inferior mas proximo."
-#: scfuncs.hrc:1370
+#: sc/inc/scfuncs.hrc:1370
msgctxt "SC_OPCODE_INT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1371
+#: sc/inc/scfuncs.hrc:1371
#, fuzzy
msgctxt "SC_OPCODE_INT"
msgid "The number to be rounded down."
msgstr "Ye o numero que deseya redondear a o menor."
-#: scfuncs.hrc:1377
+#: sc/inc/scfuncs.hrc:1377
#, fuzzy
msgctxt "SC_OPCODE_TRUNC"
msgid "Truncates the decimal places of a number."
msgstr "Trunca un numero a un entero."
-#: scfuncs.hrc:1378
+#: sc/inc/scfuncs.hrc:1378
msgctxt "SC_OPCODE_TRUNC"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1379
+#: sc/inc/scfuncs.hrc:1379
#, fuzzy
msgctxt "SC_OPCODE_TRUNC"
msgid "The number to be truncated."
msgstr "ye o numero a o que se le eliminan os decimals."
-#: scfuncs.hrc:1380
+#: sc/inc/scfuncs.hrc:1380
#, fuzzy
msgctxt "SC_OPCODE_TRUNC"
msgid "Count"
msgstr "Cantidat"
-#: scfuncs.hrc:1381
+#: sc/inc/scfuncs.hrc:1381
#, fuzzy
msgctxt "SC_OPCODE_TRUNC"
msgid "The number of places after the decimal point that are not to be truncated."
msgstr "o numero de decimals que no se debe truncar."
-#: scfuncs.hrc:1387
+#: sc/inc/scfuncs.hrc:1387
#, fuzzy
msgctxt "SC_OPCODE_ROUND"
msgid "Rounds a number to a predefined accuracy."
msgstr "Redondea un numero a o numero de decimals especificau."
-#: scfuncs.hrc:1388
+#: sc/inc/scfuncs.hrc:1388
msgctxt "SC_OPCODE_ROUND"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1389
+#: sc/inc/scfuncs.hrc:1389
#, fuzzy
msgctxt "SC_OPCODE_ROUND"
msgid "The number to be rounded."
msgstr "ye o numero que se deseya redondear."
-#: scfuncs.hrc:1390
+#: sc/inc/scfuncs.hrc:1390
#, fuzzy
msgctxt "SC_OPCODE_ROUND"
msgid "Count"
msgstr "Cantidat"
-#: scfuncs.hrc:1391
+#: sc/inc/scfuncs.hrc:1391
#, fuzzy
msgctxt "SC_OPCODE_ROUND"
msgid "The number of places to which a number is to be rounded."
msgstr "especifica o numero de decimals a o que se deseya redondear."
-#: scfuncs.hrc:1397
+#: sc/inc/scfuncs.hrc:1397
#, fuzzy
msgctxt "SC_OPCODE_ROUND_UP"
msgid "Rounds a number up to the predefined accuracy."
msgstr "Redondea un numero a una zifra predeterminada. "
-#: scfuncs.hrc:1398
+#: sc/inc/scfuncs.hrc:1398
msgctxt "SC_OPCODE_ROUND_UP"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1399
+#: sc/inc/scfuncs.hrc:1399
#, fuzzy
msgctxt "SC_OPCODE_ROUND_UP"
msgid "The number to be rounded up."
msgstr "O numero a redondear a o mayor."
-#: scfuncs.hrc:1400
+#: sc/inc/scfuncs.hrc:1400
#, fuzzy
msgctxt "SC_OPCODE_ROUND_UP"
msgid "Count"
msgstr "Cantidat"
-#: scfuncs.hrc:1401
+#: sc/inc/scfuncs.hrc:1401
#, fuzzy
msgctxt "SC_OPCODE_ROUND_UP"
msgid "The number of places to which a number is to be rounded."
msgstr "ye o numero de decimals a o como se deseya redondear o numero."
-#: scfuncs.hrc:1407
+#: sc/inc/scfuncs.hrc:1407
#, fuzzy
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "Rounds a number down to a predefined accuracy."
msgstr "Redondea un numero enta baixo, en adreza enta zero."
-#: scfuncs.hrc:1408
+#: sc/inc/scfuncs.hrc:1408
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1409
+#: sc/inc/scfuncs.hrc:1409
#, fuzzy
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "The number to be rounded down."
msgstr "ye qualsiquier numero real que deseya redondear."
-#: scfuncs.hrc:1410
+#: sc/inc/scfuncs.hrc:1410
#, fuzzy
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "Count"
msgstr "Cantidat"
-#: scfuncs.hrc:1411
+#: sc/inc/scfuncs.hrc:1411
#, fuzzy
msgctxt "SC_OPCODE_ROUND_DOWN"
msgid "The number of places down to which a number is to be rounded."
msgstr "ye o numero de decimals a o como deseya redondear o numero."
-#: scfuncs.hrc:1417
+#: sc/inc/scfuncs.hrc:1417
#, fuzzy
msgctxt "SC_OPCODE_EVEN"
msgid "Rounds a positive number up and negative number down to the nearest even integer."
msgstr "Redondea un numero positivo enta alto y un numero negativo enta baixo dica l'entero par mas proximo."
-#: scfuncs.hrc:1418
+#: sc/inc/scfuncs.hrc:1418
#, fuzzy
msgctxt "SC_OPCODE_EVEN"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1419
+#: sc/inc/scfuncs.hrc:1419
#, fuzzy
msgctxt "SC_OPCODE_EVEN"
msgid "The number to be rounded up."
msgstr "Ye a valor que deseya redondear."
-#: scfuncs.hrc:1425
+#: sc/inc/scfuncs.hrc:1425
#, fuzzy
msgctxt "SC_OPCODE_ODD"
msgid "Rounds a positive number up and negative number down to the nearest odd integer."
msgstr "Redondea un numero positivo enta alto y un numero negativo enta baixo dica l'entero impar mas proximo."
-#: scfuncs.hrc:1426
+#: sc/inc/scfuncs.hrc:1426
#, fuzzy
msgctxt "SC_OPCODE_ODD"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1427
+#: sc/inc/scfuncs.hrc:1427
#, fuzzy
msgctxt "SC_OPCODE_ODD"
msgid "The number to be rounded up."
msgstr "ye a valor que deseya redondear."
-#: scfuncs.hrc:1433
+#: sc/inc/scfuncs.hrc:1433
msgctxt "SC_OPCODE_CEIL_MS"
msgid ""
"Rounds a number away from zero to the nearest multiple of significance.\n"
"This function exists for interoperability with Microsoft Excel 2007 or older versions."
msgstr ""
-#: scfuncs.hrc:1434
+#: sc/inc/scfuncs.hrc:1434
msgctxt "SC_OPCODE_CEIL_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1435
+#: sc/inc/scfuncs.hrc:1435
#, fuzzy
msgctxt "SC_OPCODE_CEIL_MS"
msgid "The number to be rounded up."
msgstr "O numero a redondear a o mayor."
-#: scfuncs.hrc:1436
+#: sc/inc/scfuncs.hrc:1436
#, fuzzy
msgctxt "SC_OPCODE_CEIL_MS"
msgid "Significance"
msgstr "zifra_significativa"
-#: scfuncs.hrc:1437
+#: sc/inc/scfuncs.hrc:1437
#, fuzzy
msgctxt "SC_OPCODE_CEIL_MS"
msgid "The number to whose multiple the value is rounded."
msgstr "ye o múltiplo a o que deseya redondear."
-#: scfuncs.hrc:1443
+#: sc/inc/scfuncs.hrc:1443
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "Rounds a number up to the nearest multiple of significance, regardless of sign of significance."
msgstr ""
-#: scfuncs.hrc:1444
+#: sc/inc/scfuncs.hrc:1444
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1445
+#: sc/inc/scfuncs.hrc:1445
#, fuzzy
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "The number to be rounded up."
msgstr "O numero a redondear a o mayor."
-#: scfuncs.hrc:1446
+#: sc/inc/scfuncs.hrc:1446
#, fuzzy
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "Significance"
msgstr "zifra_significativa"
-#: scfuncs.hrc:1447
+#: sc/inc/scfuncs.hrc:1447
#, fuzzy
msgctxt "SC_OPCODE_CEIL_PRECISE"
msgid "The number to whose multiple the value is rounded."
msgstr "ye o múltiplo a o que deseya redondear."
-#: scfuncs.hrc:1453
+#: sc/inc/scfuncs.hrc:1453
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "Rounds a number up to the nearest multiple of significance, regardless of sign of significance."
msgstr ""
-#: scfuncs.hrc:1454
+#: sc/inc/scfuncs.hrc:1454
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1455
+#: sc/inc/scfuncs.hrc:1455
#, fuzzy
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "The number to be rounded up."
msgstr "O numero a redondear a o mayor."
-#: scfuncs.hrc:1456
+#: sc/inc/scfuncs.hrc:1456
#, fuzzy
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "Significance"
msgstr "zifra_significativa"
-#: scfuncs.hrc:1457
+#: sc/inc/scfuncs.hrc:1457
#, fuzzy
msgctxt "SC_OPCODE_CEIL_ISO"
msgid "The number to whose multiple the value is rounded."
msgstr "ye o múltiplo a o que deseya redondear."
-#: scfuncs.hrc:1463
+#: sc/inc/scfuncs.hrc:1463
#, fuzzy
msgctxt "SC_OPCODE_CEIL"
msgid "Rounds a number up to the nearest multiple of significance."
msgstr "Redondea un numero a o proximo múltiplo de l'argumento zifra_significativa, en adreza contraria a zero."
-#: scfuncs.hrc:1464
+#: sc/inc/scfuncs.hrc:1464
#, fuzzy
msgctxt "SC_OPCODE_CEIL"
msgid "Number"
msgstr "numero"
-#: scfuncs.hrc:1465
+#: sc/inc/scfuncs.hrc:1465
#, fuzzy
msgctxt "SC_OPCODE_CEIL"
msgid "The number to be rounded up."
msgstr "ye a valor que se deseya redondear."
-#: scfuncs.hrc:1466
+#: sc/inc/scfuncs.hrc:1466
#, fuzzy
msgctxt "SC_OPCODE_CEIL"
msgid "Significance"
msgstr "zifra_significativa"
-#: scfuncs.hrc:1467
+#: sc/inc/scfuncs.hrc:1467
msgctxt "SC_OPCODE_CEIL"
msgid "If given the number to whose multiple the value is rounded, else -1 or 1 depending on sign of Number."
msgstr ""
-#: scfuncs.hrc:1468
+#: sc/inc/scfuncs.hrc:1468
#, fuzzy
msgctxt "SC_OPCODE_CEIL"
msgid "Mode"
msgstr "Modo"
-#: scfuncs.hrc:1469
+#: sc/inc/scfuncs.hrc:1469
#, fuzzy
msgctxt "SC_OPCODE_CEIL"
msgid "If given and not equal to zero then rounded up according to amount when a negative number and significance."
msgstr "Si o modo no ye definiu como zero, un numero negativo con significau negativo se redondeará dica aconseguir una valor absoluta."
-#: scfuncs.hrc:1475
+#: sc/inc/scfuncs.hrc:1475
#, fuzzy
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Rounds a number up to the nearest multiple of significance."
msgstr "Redondea un numero a o proximo múltiplo de l'argumento zifra_significativa, en adreza contraria a zero."
-#: scfuncs.hrc:1476
+#: sc/inc/scfuncs.hrc:1476
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1477
+#: sc/inc/scfuncs.hrc:1477
#, fuzzy
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "The number to be rounded up."
msgstr "O numero a redondear a o mayor."
-#: scfuncs.hrc:1478
+#: sc/inc/scfuncs.hrc:1478
#, fuzzy
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Significance"
msgstr "zifra_significativa"
-#: scfuncs.hrc:1479
+#: sc/inc/scfuncs.hrc:1479
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "If given the number to whose multiple the value is rounded, else 1."
msgstr ""
-#: scfuncs.hrc:1480
+#: sc/inc/scfuncs.hrc:1480
#, fuzzy
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "Mode"
msgstr "Modo"
-#: scfuncs.hrc:1481
+#: sc/inc/scfuncs.hrc:1481
msgctxt "SC_OPCODE_CEIL_MATH"
msgid "For negative numbers; if given and not equal to zero then rounds away from zero, else rounds towards zero."
msgstr ""
-#: scfuncs.hrc:1487
+#: sc/inc/scfuncs.hrc:1487
#, fuzzy
msgctxt "SC_OPCODE_FLOOR"
msgid "Rounds number down to the nearest multiple of significance."
msgstr "Redondea un numero a o proximo múltiplo de l'argumento zifra_significativa, en adreza enta zero."
-#: scfuncs.hrc:1488
+#: sc/inc/scfuncs.hrc:1488
msgctxt "SC_OPCODE_FLOOR"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1489
+#: sc/inc/scfuncs.hrc:1489
#, fuzzy
msgctxt "SC_OPCODE_FLOOR"
msgid "The number to be rounded down."
msgstr "Ye a valor numerica que se deseya redondear."
-#: scfuncs.hrc:1490
+#: sc/inc/scfuncs.hrc:1490
#, fuzzy
msgctxt "SC_OPCODE_FLOOR"
msgid "Significance"
msgstr "zifra_significativa"
-#: scfuncs.hrc:1491
+#: sc/inc/scfuncs.hrc:1491
#, fuzzy
msgctxt "SC_OPCODE_FLOOR"
msgid "The number to whose multiple the value is to be rounded down."
msgstr "Ye o múltiplo a o que deseya redondear."
-#: scfuncs.hrc:1492
+#: sc/inc/scfuncs.hrc:1492
#, fuzzy
msgctxt "SC_OPCODE_FLOOR"
msgid "Mode"
msgstr "Modo"
-#: scfuncs.hrc:1493
+#: sc/inc/scfuncs.hrc:1493
#, fuzzy
msgctxt "SC_OPCODE_FLOOR"
msgid "If given and not equal to zero then rounded towards zero with negative number and significance."
msgstr "Si o modo no ye definiu como zero, un numero negativo con un significau negativo se redondea dica aconseguir una valor absoluta."
-#: scfuncs.hrc:1499
+#: sc/inc/scfuncs.hrc:1499
msgctxt "SC_OPCODE_FLOOR_MS"
msgid ""
"Rounds number towards zero to the nearest multiple of absolute value of significance.\n"
"This function exists for interoperability with Microsoft Excel 2007 or older versions."
msgstr ""
-#: scfuncs.hrc:1500
+#: sc/inc/scfuncs.hrc:1500
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1501
+#: sc/inc/scfuncs.hrc:1501
#, fuzzy
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "The number to be rounded down."
msgstr "Ye o numero que deseya redondear a o menor."
-#: scfuncs.hrc:1502
+#: sc/inc/scfuncs.hrc:1502
#, fuzzy
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "Significance"
msgstr "zifra_significativa"
-#: scfuncs.hrc:1503
+#: sc/inc/scfuncs.hrc:1503
#, fuzzy
msgctxt "SC_OPCODE_FLOOR_MS"
msgid "The number to whose multiple the value is to be rounded down."
msgstr "Ye o múltiplo a o que deseya redondear."
-#: scfuncs.hrc:1509
+#: sc/inc/scfuncs.hrc:1509
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Rounds number down to the nearest multiple of significance, regardless of sign of significance."
msgstr ""
-#: scfuncs.hrc:1510
+#: sc/inc/scfuncs.hrc:1510
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1511
+#: sc/inc/scfuncs.hrc:1511
#, fuzzy
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "The number to be rounded down."
msgstr "Ye o numero que deseya redondear a o menor."
-#: scfuncs.hrc:1512
+#: sc/inc/scfuncs.hrc:1512
#, fuzzy
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Significance"
msgstr "zifra_significativa"
-#: scfuncs.hrc:1513
+#: sc/inc/scfuncs.hrc:1513
#, fuzzy
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "The number to whose multiple the value is to be rounded down."
msgstr "Ye o múltiplo a o que deseya redondear."
-#: scfuncs.hrc:1514
+#: sc/inc/scfuncs.hrc:1514
#, fuzzy
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "Mode"
msgstr "Modo"
-#: scfuncs.hrc:1515
+#: sc/inc/scfuncs.hrc:1515
msgctxt "SC_OPCODE_FLOOR_MATH"
msgid "For negative numbers; if given and not equal to or less than zero rounds towards zero."
msgstr ""
-#: scfuncs.hrc:1521
+#: sc/inc/scfuncs.hrc:1521
#, fuzzy
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "Rounds number down (towards -∞) to the nearest multiple of significance."
msgstr "Redondea un numero a o proximo múltiplo de l'argumento zifra_significativa, en adreza enta zero."
-#: scfuncs.hrc:1522
+#: sc/inc/scfuncs.hrc:1522
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:1523
+#: sc/inc/scfuncs.hrc:1523
#, fuzzy
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "The number to be rounded down."
msgstr "Ye o numero que deseya redondear a o menor."
-#: scfuncs.hrc:1524
+#: sc/inc/scfuncs.hrc:1524
#, fuzzy
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "Significance"
msgstr "zifra_significativa"
-#: scfuncs.hrc:1525
+#: sc/inc/scfuncs.hrc:1525
msgctxt "SC_OPCODE_FLOOR_PRECISE"
msgid "The number to whose multiple the value is to be rounded down. Sign has no meaning."
msgstr ""
-#: scfuncs.hrc:1531
+#: sc/inc/scfuncs.hrc:1531
msgctxt "SC_OPCODE_GCD"
msgid "Greatest Common Divisor"
msgstr "Maximo común divisor."
-#: scfuncs.hrc:1532
+#: sc/inc/scfuncs.hrc:1532
msgctxt "SC_OPCODE_GCD"
msgid "Integer "
msgstr "Numero "
-#: scfuncs.hrc:1533
+#: sc/inc/scfuncs.hrc:1533
#, fuzzy
msgctxt "SC_OPCODE_GCD"
msgid "Integer 1; integer 2,... are integers for which the greatest common divisor is to be calculated."
msgstr "Numero 1. numero 2, ... numeros enters, que o suyo maximo común divisor se deseya calcular."
-#: scfuncs.hrc:1539
+#: sc/inc/scfuncs.hrc:1539
msgctxt "SC_OPCODE_LCM"
msgid "Lowest common multiple"
msgstr "Minimo común múltiplo."
-#: scfuncs.hrc:1540
+#: sc/inc/scfuncs.hrc:1540
msgctxt "SC_OPCODE_LCM"
msgid "Integer "
msgstr "Numero "
-#: scfuncs.hrc:1541
+#: sc/inc/scfuncs.hrc:1541
#, fuzzy
msgctxt "SC_OPCODE_LCM"
msgid "Integer 1; integer 2,... are integers whose smallest common multiple is to be calculated."
msgstr "Numero 1; numero 2.... son numeros enters que o suyo minimo común múltiplo se deseya calcular."
-#: scfuncs.hrc:1547
+#: sc/inc/scfuncs.hrc:1547
#, fuzzy
msgctxt "SC_OPCODE_MAT_TRANS"
msgid "Array transposition. Exchanges the rows and columns of an array."
msgstr "Transposición d'a matriz. Intercambea as ringleras y columnas d'una matriz."
-#: scfuncs.hrc:1548
+#: sc/inc/scfuncs.hrc:1548
#, fuzzy
msgctxt "SC_OPCODE_MAT_TRANS"
msgid "Array"
msgstr "matriz "
-#: scfuncs.hrc:1549
+#: sc/inc/scfuncs.hrc:1549
#, fuzzy
msgctxt "SC_OPCODE_MAT_TRANS"
msgid "The array in which the rows and columns have been transposed."
msgstr "ye a matriz que as suyas ringleras y columnas deseya transponer."
-#: scfuncs.hrc:1555
+#: sc/inc/scfuncs.hrc:1555
#, fuzzy
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array multiplication. Returns the product of two arrays."
msgstr "Devuelve a matriz producto de dos matrices."
-#: scfuncs.hrc:1556
+#: sc/inc/scfuncs.hrc:1556
#, fuzzy
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array 1"
msgstr "matriz "
-#: scfuncs.hrc:1557
+#: sc/inc/scfuncs.hrc:1557
#, fuzzy
msgctxt "SC_OPCODE_MAT_MULT"
msgid "The first array for the array product."
msgstr "Ye a primera matriz ta o producto de matrices."
-#: scfuncs.hrc:1558
+#: sc/inc/scfuncs.hrc:1558
#, fuzzy
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array 2"
msgstr "matriz "
-#: scfuncs.hrc:1559
+#: sc/inc/scfuncs.hrc:1559
#, fuzzy
msgctxt "SC_OPCODE_MAT_MULT"
msgid "The second array having the same number of rows as the first array has columns."
msgstr "Ye a segunda matriz con o mesmo numero de ringleras y columnas que a primera."
-#: scfuncs.hrc:1565
+#: sc/inc/scfuncs.hrc:1565
#, fuzzy
msgctxt "SC_OPCODE_MAT_DET"
msgid "Returns the array determinant."
msgstr "Devuelve a matriz determinant."
-#: scfuncs.hrc:1566
+#: sc/inc/scfuncs.hrc:1566
#, fuzzy
msgctxt "SC_OPCODE_MAT_DET"
msgid "Array"
msgstr "matriz "
-#: scfuncs.hrc:1567
+#: sc/inc/scfuncs.hrc:1567
#, fuzzy
msgctxt "SC_OPCODE_MAT_DET"
msgid "The array for which the determinant is to be determined."
msgstr "Ye una matriz numerica con o mesmo numero de ringleras y columnas."
-#: scfuncs.hrc:1573
+#: sc/inc/scfuncs.hrc:1573
#, fuzzy
msgctxt "SC_OPCODE_MAT_INV"
msgid "Returns the inverse of an array."
msgstr "Devuelve a inversa d'una matriz."
-#: scfuncs.hrc:1574
+#: sc/inc/scfuncs.hrc:1574
#, fuzzy
msgctxt "SC_OPCODE_MAT_INV"
msgid "Array"
msgstr "matriz "
-#: scfuncs.hrc:1575
+#: sc/inc/scfuncs.hrc:1575
#, fuzzy
msgctxt "SC_OPCODE_MAT_INV"
msgid "The array to be inverted."
msgstr "A matriz que será invertida."
-#: scfuncs.hrc:1581
+#: sc/inc/scfuncs.hrc:1581
#, fuzzy
msgctxt "SC_OPCODE_MATRIX_UNIT"
msgid "Returns the unitary square array of a certain size."
msgstr "Devuelve a matriz unitaria (con o mesmo numero de ringleras y columnas) d'una grandaria determinada."
-#: scfuncs.hrc:1582
+#: sc/inc/scfuncs.hrc:1582
#, fuzzy
msgctxt "SC_OPCODE_MATRIX_UNIT"
msgid "Dimensions"
msgstr "Dimensión"
-#: scfuncs.hrc:1583
+#: sc/inc/scfuncs.hrc:1583
#, fuzzy
msgctxt "SC_OPCODE_MATRIX_UNIT"
msgid "The size of the unitary array."
msgstr "Ye a grandaria d'a matriz unitaria."
-#: scfuncs.hrc:1589
+#: sc/inc/scfuncs.hrc:1589
#, fuzzy
msgctxt "SC_OPCODE_SUM_PRODUCT"
msgid "(Inner products) Returns the sum of the products of array arguments."
msgstr "Devuelve a suma d'os productos d'os argumentos d'as matrices suministradas."
-#: scfuncs.hrc:1590
+#: sc/inc/scfuncs.hrc:1590
#, fuzzy
msgctxt "SC_OPCODE_SUM_PRODUCT"
msgid "Array "
msgstr "matriz "
-#: scfuncs.hrc:1591
+#: sc/inc/scfuncs.hrc:1591
msgctxt "SC_OPCODE_SUM_PRODUCT"
msgid "Array 1, array 2, ... are arrays whose arguments are to be multiplied."
msgstr ""
-#: scfuncs.hrc:1597
+#: sc/inc/scfuncs.hrc:1597
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Returns the sum of the difference of squares of two arrays."
msgstr "Devuelve a sumatoria d'a diferencia de quadraus de dos matrices."
-#: scfuncs.hrc:1598
+#: sc/inc/scfuncs.hrc:1598
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Array X"
msgstr "matriz "
-#: scfuncs.hrc:1599
+#: sc/inc/scfuncs.hrc:1599
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "First array where the square of the arguments are totalled."
msgstr "ye a primera matriz u aria de valors."
-#: scfuncs.hrc:1600
+#: sc/inc/scfuncs.hrc:1600
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Array Y"
msgstr "matriz "
-#: scfuncs.hrc:1601
+#: sc/inc/scfuncs.hrc:1601
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Second array where the square of the arguments is to be subtracted."
msgstr "ye a segunda matriz u aria de valors."
-#: scfuncs.hrc:1607
+#: sc/inc/scfuncs.hrc:1607
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Returns the total of the square sum of two arrays."
msgstr "Devuelve a sumatoria d'a suma d'os quadraus de dos matrices."
-#: scfuncs.hrc:1608
+#: sc/inc/scfuncs.hrc:1608
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Array X"
msgstr "matriz "
-#: scfuncs.hrc:1609
+#: sc/inc/scfuncs.hrc:1609
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "First array where the square of the arguments are totalled."
msgstr "ye a primera matriz u aria de valors."
-#: scfuncs.hrc:1610
+#: sc/inc/scfuncs.hrc:1610
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Array Y"
msgstr "matriz "
-#: scfuncs.hrc:1611
+#: sc/inc/scfuncs.hrc:1611
#, fuzzy
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Second array where the square of the arguments is to be totalled."
msgstr "ye a segunda matriz u aria de valors."
-#: scfuncs.hrc:1617
+#: sc/inc/scfuncs.hrc:1617
#, fuzzy
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Returns the sum of squares of differences of two arrays."
msgstr "Devuelve a sumatoria d'o quadrau d'a diferencia entre dos matrices."
-#: scfuncs.hrc:1618
+#: sc/inc/scfuncs.hrc:1618
#, fuzzy
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Array X"
msgstr "matriz "
-#: scfuncs.hrc:1619
+#: sc/inc/scfuncs.hrc:1619
#, fuzzy
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "First array for forming argument differences."
msgstr "ye a primera matriz u aria de valors."
-#: scfuncs.hrc:1620
+#: sc/inc/scfuncs.hrc:1620
#, fuzzy
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Array Y"
msgstr "matriz "
-#: scfuncs.hrc:1621
+#: sc/inc/scfuncs.hrc:1621
#, fuzzy
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Second array for forming the argument differences."
msgstr "ye a segunda matriz u aria de valors."
-#: scfuncs.hrc:1627
+#: sc/inc/scfuncs.hrc:1627
#, fuzzy
msgctxt "SC_OPCODE_FREQUENCY"
msgid "Returns a frequency distribution as a vertical array."
msgstr "Devuelve una distribución de freqüencia como una matriz vertical."
-#: scfuncs.hrc:1628
+#: sc/inc/scfuncs.hrc:1628
#, fuzzy
msgctxt "SC_OPCODE_FREQUENCY"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:1629
+#: sc/inc/scfuncs.hrc:1629
#, fuzzy
msgctxt "SC_OPCODE_FREQUENCY"
msgid "The array of the data."
msgstr "ye una matriz de, u una referencia a2, un conchunto de valors que as suyas freqüencias deseya contar."
-#: scfuncs.hrc:1630
+#: sc/inc/scfuncs.hrc:1630
msgctxt "SC_OPCODE_FREQUENCY"
msgid "Classes"
msgstr ""
-#: scfuncs.hrc:1631
+#: sc/inc/scfuncs.hrc:1631
#, fuzzy
msgctxt "SC_OPCODE_FREQUENCY"
msgid "The array for forming classes."
msgstr "ye una matriz de, u una referencia a2, intervalos dentro d'os quals se deseya agrupar as valors de l'argumento datos."
-#: scfuncs.hrc:1637
+#: sc/inc/scfuncs.hrc:1637
msgctxt "SC_OPCODE_LINEST"
msgid "Calculates parameters of the linear regression as an array."
msgstr "Devuelve a recta que millor s'achusta a os suyos datos y devuelve una matriz que describe dita recta."
-#: scfuncs.hrc:1638
+#: sc/inc/scfuncs.hrc:1638
msgctxt "SC_OPCODE_LINEST"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:1639
+#: sc/inc/scfuncs.hrc:1639
#, fuzzy
msgctxt "SC_OPCODE_LINEST"
msgid "The Y data array."
msgstr "ye o conchunto de valors de y que se conoixen en a relación y = mx+b."
-#: scfuncs.hrc:1640
+#: sc/inc/scfuncs.hrc:1640
msgctxt "SC_OPCODE_LINEST"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:1641
+#: sc/inc/scfuncs.hrc:1641
#, fuzzy
msgctxt "SC_OPCODE_LINEST"
msgid "The X data array."
msgstr "ye una matriz u aria de puntos de datos."
-#: scfuncs.hrc:1642
+#: sc/inc/scfuncs.hrc:1642
msgctxt "SC_OPCODE_LINEST"
msgid "Linear type"
msgstr ""
-#: scfuncs.hrc:1643
+#: sc/inc/scfuncs.hrc:1643
#, fuzzy
msgctxt "SC_OPCODE_LINEST"
msgid "If type = 0 the linears will be calculated through the zero point, or else moved linears."
msgstr "Si o tipo = 0 as linias rectas se calcularán por meyo d'o punto zero, sino como linias de regresión."
-#: scfuncs.hrc:1644
+#: sc/inc/scfuncs.hrc:1644
#, fuzzy
msgctxt "SC_OPCODE_LINEST"
msgid "Stats"
msgstr "Estau"
-#: scfuncs.hrc:1645
+#: sc/inc/scfuncs.hrc:1645
#, fuzzy
msgctxt "SC_OPCODE_LINEST"
msgid "If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well."
msgstr "Si parametro = 0, solament se calculará o coeficient de regresión, d'unatro modo se calcularán tamién atras valors."
-#: scfuncs.hrc:1651
+#: sc/inc/scfuncs.hrc:1651
#, fuzzy
msgctxt "SC_OPCODE_LOGEST"
msgid "Calculates the parameters of the exponential regression curve as an array."
msgstr "Devuelve os parametros d'una curva de tendencia exponencial."
-#: scfuncs.hrc:1652
+#: sc/inc/scfuncs.hrc:1652
msgctxt "SC_OPCODE_LOGEST"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:1653
+#: sc/inc/scfuncs.hrc:1653
#, fuzzy
msgctxt "SC_OPCODE_LOGEST"
msgid "The Y data array."
msgstr "ye o conchunto de valors de y que se conoixen en a relación y = mx+b."
-#: scfuncs.hrc:1654
+#: sc/inc/scfuncs.hrc:1654
msgctxt "SC_OPCODE_LOGEST"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:1655
+#: sc/inc/scfuncs.hrc:1655
#, fuzzy
msgctxt "SC_OPCODE_LOGEST"
msgid "The X data array."
msgstr "ye una matriz u aria de puntos de datos."
-#: scfuncs.hrc:1656
+#: sc/inc/scfuncs.hrc:1656
msgctxt "SC_OPCODE_LOGEST"
msgid "Function type"
msgstr ""
-#: scfuncs.hrc:1657
+#: sc/inc/scfuncs.hrc:1657
#, fuzzy
msgctxt "SC_OPCODE_LOGEST"
msgid "If type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x."
msgstr "ye una valor lochica que especifica si a constant b debe estar igual a 1."
-#: scfuncs.hrc:1658
+#: sc/inc/scfuncs.hrc:1658
#, fuzzy
msgctxt "SC_OPCODE_LOGEST"
msgid "Stats"
msgstr "Estau"
-#: scfuncs.hrc:1659
+#: sc/inc/scfuncs.hrc:1659
#, fuzzy
msgctxt "SC_OPCODE_LOGEST"
msgid "If parameter = 0 then only the regression coefficient will be calculated, otherwise other values as well."
msgstr "Si parametro = 0, solament se calculará o coeficient de regresión, d'unatro modo se calcularán tamién atras valors."
-#: scfuncs.hrc:1665
+#: sc/inc/scfuncs.hrc:1665
#, fuzzy
msgctxt "SC_OPCODE_TREND"
msgid "Calculates points along a regression line."
msgstr "Devuelve valors que resultan d'una tendencia lineal."
-#: scfuncs.hrc:1666
+#: sc/inc/scfuncs.hrc:1666
msgctxt "SC_OPCODE_TREND"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:1667
+#: sc/inc/scfuncs.hrc:1667
#, fuzzy
msgctxt "SC_OPCODE_TREND"
msgid "The Y data array."
msgstr "ye o conchunto de valors de y que se conoixen en a relación y = mx+b."
-#: scfuncs.hrc:1668
+#: sc/inc/scfuncs.hrc:1668
msgctxt "SC_OPCODE_TREND"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:1669
+#: sc/inc/scfuncs.hrc:1669
#, fuzzy
msgctxt "SC_OPCODE_TREND"
msgid "The X data array as the basis for the regression."
msgstr "ye un conchunto opcional de valors x en a relación y = mx+b."
-#: scfuncs.hrc:1670
+#: sc/inc/scfuncs.hrc:1670
msgctxt "SC_OPCODE_TREND"
msgid "New data X"
msgstr ""
-#: scfuncs.hrc:1671
+#: sc/inc/scfuncs.hrc:1671
#, fuzzy
msgctxt "SC_OPCODE_TREND"
msgid "The array of X data for recalculating the values."
msgstr "son nuevas valors de x ta os quals se deseya que TENDENCIA devuelva as valors de y correspondients."
-#: scfuncs.hrc:1672
+#: sc/inc/scfuncs.hrc:1672
msgctxt "SC_OPCODE_TREND"
msgid "Linear type"
msgstr ""
-#: scfuncs.hrc:1673
+#: sc/inc/scfuncs.hrc:1673
#, fuzzy
msgctxt "SC_OPCODE_TREND"
msgid "If type = 0 the linears will be calculated through the zero point, or else moved linears."
msgstr "Si o tipo = 0 as linias rectas se calcularán por meyo d'o punto zero, sino como linias de regresión."
-#: scfuncs.hrc:1679
+#: sc/inc/scfuncs.hrc:1679
#, fuzzy
msgctxt "SC_OPCODE_GROWTH"
msgid "Calculates points on the exponential regression function."
msgstr "Devuelve as valors a lo largo d'una curva exponencial."
-#: scfuncs.hrc:1680
+#: sc/inc/scfuncs.hrc:1680
msgctxt "SC_OPCODE_GROWTH"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:1681
+#: sc/inc/scfuncs.hrc:1681
#, fuzzy
msgctxt "SC_OPCODE_GROWTH"
msgid "The Y data array."
msgstr "ye o conchunto de valors y conoixius en a relación y=b*m^x."
-#: scfuncs.hrc:1682
+#: sc/inc/scfuncs.hrc:1682
msgctxt "SC_OPCODE_GROWTH"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:1683
+#: sc/inc/scfuncs.hrc:1683
#, fuzzy
msgctxt "SC_OPCODE_GROWTH"
msgid "The X data array as the basis for the regression."
msgstr "ye un conchunto opcional de valors x en a relación y=b*m^x."
-#: scfuncs.hrc:1684
+#: sc/inc/scfuncs.hrc:1684
msgctxt "SC_OPCODE_GROWTH"
msgid "New data X"
msgstr ""
-#: scfuncs.hrc:1685
+#: sc/inc/scfuncs.hrc:1685
#, fuzzy
msgctxt "SC_OPCODE_GROWTH"
msgid "The array of X data for recalculating the values."
msgstr "son nuevas valors de x nuevos ta os quals se deseya que CREIXIMIENTO devuelva as valors de y correspondients."
-#: scfuncs.hrc:1686
+#: sc/inc/scfuncs.hrc:1686
msgctxt "SC_OPCODE_GROWTH"
msgid "Function type"
msgstr ""
-#: scfuncs.hrc:1687
+#: sc/inc/scfuncs.hrc:1687
#, fuzzy
msgctxt "SC_OPCODE_GROWTH"
msgid "If type = 0 then the functions will be calculated in the form of y=m^x, or also functions y=b*m^x."
msgstr "ye una valor lochica que especifica si a constant b debe estar igual a 1."
-#: scfuncs.hrc:1693
+#: sc/inc/scfuncs.hrc:1693
#, fuzzy
msgctxt "SC_OPCODE_COUNT"
msgid "Counts how many numbers are in the list of arguments."
msgstr "Conta os numeros que i hai en a lista d'argumentos."
-#: scfuncs.hrc:1694
+#: sc/inc/scfuncs.hrc:1694
#, fuzzy
msgctxt "SC_OPCODE_COUNT"
msgid "Value "
msgstr "Valors"
-#: scfuncs.hrc:1695
+#: sc/inc/scfuncs.hrc:1695
msgctxt "SC_OPCODE_COUNT"
msgid "Value 1, value 2, ... are arguments containing different data types but where only numbers are counted."
msgstr ""
-#: scfuncs.hrc:1701
+#: sc/inc/scfuncs.hrc:1701
#, fuzzy
msgctxt "SC_OPCODE_COUNT_2"
msgid "Counts how many values are in the list of arguments."
msgstr "Conta as valors que i hai en a lista d'argumentos."
-#: scfuncs.hrc:1702
+#: sc/inc/scfuncs.hrc:1702
#, fuzzy
msgctxt "SC_OPCODE_COUNT_2"
msgid "Value "
msgstr "Valors"
-#: scfuncs.hrc:1703
+#: sc/inc/scfuncs.hrc:1703
msgctxt "SC_OPCODE_COUNT_2"
msgid "Value 1, value 2, ... are arguments representing the values to be counted."
msgstr ""
-#: scfuncs.hrc:1709
+#: sc/inc/scfuncs.hrc:1709
#, fuzzy
msgctxt "SC_OPCODE_MAX"
msgid "Returns the maximum value in a list of arguments."
msgstr "Devuelve a valor maxima d'una lista d'argumentos."
-#: scfuncs.hrc:1710
+#: sc/inc/scfuncs.hrc:1710
#, fuzzy
msgctxt "SC_OPCODE_MAX"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1711
+#: sc/inc/scfuncs.hrc:1711
msgctxt "SC_OPCODE_MAX"
msgid "Number 1, number 2, ... are numerical arguments for which the largest number is to be determined."
msgstr ""
-#: scfuncs.hrc:1717
+#: sc/inc/scfuncs.hrc:1717
#, fuzzy
msgctxt "SC_OPCODE_MAX_A"
msgid "Returns the maximum value in a list of arguments. Text is evaluated as Zero."
msgstr "Devuelve a valor maxima d'una lista d'argumentos. O texto se valorará como zero."
-#: scfuncs.hrc:1718
+#: sc/inc/scfuncs.hrc:1718
#, fuzzy
msgctxt "SC_OPCODE_MAX_A"
msgid "Value "
msgstr "Valors"
-#: scfuncs.hrc:1719
+#: sc/inc/scfuncs.hrc:1719
msgctxt "SC_OPCODE_MAX_A"
msgid "Value 1, value 2, are arguments whose largest value is to be determined."
msgstr ""
-#: scfuncs.hrc:1725
+#: sc/inc/scfuncs.hrc:1725
#, fuzzy
msgctxt "SC_OPCODE_MIN"
msgid "Returns the minimum value in a list of arguments."
msgstr "Devuelve a valor minima d'una lista d'argumentos."
-#: scfuncs.hrc:1726
+#: sc/inc/scfuncs.hrc:1726
#, fuzzy
msgctxt "SC_OPCODE_MIN"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1727
+#: sc/inc/scfuncs.hrc:1727
msgctxt "SC_OPCODE_MIN"
msgid "Number 1, number 2, ... are numerical arguments for which the smallest number is to be determined."
msgstr ""
-#: scfuncs.hrc:1733
+#: sc/inc/scfuncs.hrc:1733
#, fuzzy
msgctxt "SC_OPCODE_MIN_A"
msgid "Returns the smallest value in a list of arguments. Text is evaluated as zero."
msgstr "Devuelve a valor minima d'una lista d'argumentos. O texto se valorará como zero."
-#: scfuncs.hrc:1734
+#: sc/inc/scfuncs.hrc:1734
#, fuzzy
msgctxt "SC_OPCODE_MIN_A"
msgid "Value "
msgstr "Valors"
-#: scfuncs.hrc:1735
+#: sc/inc/scfuncs.hrc:1735
msgctxt "SC_OPCODE_MIN_A"
msgid "Value 1; value 2;... are arguments whose smallest number is to be determined."
msgstr ""
-#: scfuncs.hrc:1741
+#: sc/inc/scfuncs.hrc:1741
#, fuzzy
msgctxt "SC_OPCODE_VAR"
msgid "Calculates the variance based on a sample."
msgstr "Calcula a varianza sobre una muestra."
-#: scfuncs.hrc:1742
+#: sc/inc/scfuncs.hrc:1742
#, fuzzy
msgctxt "SC_OPCODE_VAR"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1743
+#: sc/inc/scfuncs.hrc:1743
#, fuzzy
msgctxt "SC_OPCODE_VAR"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1749
+#: sc/inc/scfuncs.hrc:1749
#, fuzzy
msgctxt "SC_OPCODE_VAR_S"
msgid "Calculates the variance based on a sample."
msgstr "Calcula a varianza sobre una muestra."
-#: scfuncs.hrc:1750
+#: sc/inc/scfuncs.hrc:1750
#, fuzzy
msgctxt "SC_OPCODE_VAR_S"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1751
+#: sc/inc/scfuncs.hrc:1751
#, fuzzy
msgctxt "SC_OPCODE_VAR_S"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1757
+#: sc/inc/scfuncs.hrc:1757
#, fuzzy
msgctxt "SC_OPCODE_VAR_A"
msgid "Returns the variance based on a sample. Text is evaluated as zero."
msgstr "Calcula a varianza a partir d'una muestra. O texto se valorará como zero."
-#: scfuncs.hrc:1758
+#: sc/inc/scfuncs.hrc:1758
#, fuzzy
msgctxt "SC_OPCODE_VAR_A"
msgid "Value "
msgstr "Valors"
-#: scfuncs.hrc:1759
+#: sc/inc/scfuncs.hrc:1759
msgctxt "SC_OPCODE_VAR_A"
msgid "Value 1; value 2; ... are arguments representing a sample taken from a basic total population."
msgstr ""
-#: scfuncs.hrc:1765
+#: sc/inc/scfuncs.hrc:1765
#, fuzzy
msgctxt "SC_OPCODE_VAR_P"
msgid "Calculates variance based on the entire population."
msgstr "Calcula a varianza d'a población total."
-#: scfuncs.hrc:1766
+#: sc/inc/scfuncs.hrc:1766
#, fuzzy
msgctxt "SC_OPCODE_VAR_P"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1767
+#: sc/inc/scfuncs.hrc:1767
#, fuzzy
msgctxt "SC_OPCODE_VAR_P"
msgid "Number 1, number 2, ... are numerical arguments which represent a population."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1773
+#: sc/inc/scfuncs.hrc:1773
#, fuzzy
msgctxt "SC_OPCODE_VAR_P_MS"
msgid "Calculates variance based on the entire population."
msgstr "Calcula a varianza d'a población total."
-#: scfuncs.hrc:1774
+#: sc/inc/scfuncs.hrc:1774
#, fuzzy
msgctxt "SC_OPCODE_VAR_P_MS"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1775
+#: sc/inc/scfuncs.hrc:1775
#, fuzzy
msgctxt "SC_OPCODE_VAR_P_MS"
msgid "Number 1, number 2, ... are numerical arguments which represent a population."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1781
+#: sc/inc/scfuncs.hrc:1781
#, fuzzy
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Returns the variance based on the entire population. Text is evaluated as zero."
msgstr "Calcula a varianza a partir d'a población total. O texto se valorará como zero."
-#: scfuncs.hrc:1782
+#: sc/inc/scfuncs.hrc:1782
#, fuzzy
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Value "
msgstr "Valors"
-#: scfuncs.hrc:1783
+#: sc/inc/scfuncs.hrc:1783
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Value 1; value 2;... are arguments representing a population."
msgstr ""
-#: scfuncs.hrc:1789
+#: sc/inc/scfuncs.hrc:1789
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV"
msgid "Calculates the standard deviation based on a sample."
msgstr "Calcula a desviación predeterminada d'una muestra."
-#: scfuncs.hrc:1790
+#: sc/inc/scfuncs.hrc:1790
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1791
+#: sc/inc/scfuncs.hrc:1791
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1797
+#: sc/inc/scfuncs.hrc:1797
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_S"
msgid "Calculates the standard deviation based on a sample."
msgstr "Calcula a desviación predeterminada d'una muestra."
-#: scfuncs.hrc:1798
+#: sc/inc/scfuncs.hrc:1798
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_S"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1799
+#: sc/inc/scfuncs.hrc:1799
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_S"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample of a population."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1805
+#: sc/inc/scfuncs.hrc:1805
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Returns the standard deviation based on a sample. Text is evaluated as zero."
msgstr "Calcula a desviación predeterminada a partir d'una muestra. O texto se valorará como zero."
-#: scfuncs.hrc:1806
+#: sc/inc/scfuncs.hrc:1806
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Value "
msgstr "Valors"
-#: scfuncs.hrc:1807
+#: sc/inc/scfuncs.hrc:1807
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Value 1; value 2; ... are arguments representing a sample taken from a basic total population."
msgstr ""
-#: scfuncs.hrc:1813
+#: sc/inc/scfuncs.hrc:1813
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P"
msgid "Calculates the standard deviation based on the entire population."
msgstr "Calcula a desviación predeterminada d'a población total determinada por os argumentos."
-#: scfuncs.hrc:1814
+#: sc/inc/scfuncs.hrc:1814
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1815
+#: sc/inc/scfuncs.hrc:1815
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P"
msgid "Number 1, number 2, ... are numerical arguments which portray a population."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1821
+#: sc/inc/scfuncs.hrc:1821
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P_MS"
msgid "Calculates the standard deviation based on the entire population."
msgstr "Calcula a desviación predeterminada d'a población total determinada por os argumentos."
-#: scfuncs.hrc:1822
+#: sc/inc/scfuncs.hrc:1822
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P_MS"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1823
+#: sc/inc/scfuncs.hrc:1823
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P_MS"
msgid "Number 1, number 2, ... are numerical arguments which portray a population."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1829
+#: sc/inc/scfuncs.hrc:1829
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Returns the standard deviation based on the entire population. Text is evaluated as zero."
msgstr "Calcula a desviación predeterminada a partir d'a población total. O texto se valorará como zero."
-#: scfuncs.hrc:1830
+#: sc/inc/scfuncs.hrc:1830
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Value "
msgstr "Valors"
-#: scfuncs.hrc:1831
+#: sc/inc/scfuncs.hrc:1831
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Value 1; value 2;... are arguments corresponding to a population."
msgstr ""
-#: scfuncs.hrc:1837
+#: sc/inc/scfuncs.hrc:1837
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE"
msgid "Returns the average of a sample."
msgstr "Devuelve o promeyo d'os argumentos."
-#: scfuncs.hrc:1838
+#: sc/inc/scfuncs.hrc:1838
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1839
+#: sc/inc/scfuncs.hrc:1839
msgctxt "SC_OPCODE_AVERAGE"
msgid "Number 1, number 2;...are numeric arguments representing a population sample."
msgstr ""
-#: scfuncs.hrc:1845
+#: sc/inc/scfuncs.hrc:1845
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Returns the average value for a sample. Text is evaluated as zero."
msgstr "Calcula a meya d'una muestra. O texto se valorará como zero."
-#: scfuncs.hrc:1846
+#: sc/inc/scfuncs.hrc:1846
#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Value "
msgstr "Valors"
-#: scfuncs.hrc:1847
+#: sc/inc/scfuncs.hrc:1847
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Value 1; value 2; ... are arguments representing a sample taken from a basic total population."
msgstr ""
-#: scfuncs.hrc:1853
+#: sc/inc/scfuncs.hrc:1853
#, fuzzy
msgctxt "SC_OPCODE_DEV_SQ"
msgid "Returns the sum of squares of deviations from the sample mean value"
msgstr "Devuelve a suma d'os quadraus d'as desviacions entre a meya y a muestra."
-#: scfuncs.hrc:1854
+#: sc/inc/scfuncs.hrc:1854
#, fuzzy
msgctxt "SC_OPCODE_DEV_SQ"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1855
+#: sc/inc/scfuncs.hrc:1855
#, fuzzy
msgctxt "SC_OPCODE_DEV_SQ"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1861
+#: sc/inc/scfuncs.hrc:1861
#, fuzzy
msgctxt "SC_OPCODE_AVE_DEV"
msgid "Returns the average of the absolute deviations of a sample from the mean."
msgstr "Devuelve o promeyo d'as desviacions absolutas d'a meya d'os puntos de datos."
-#: scfuncs.hrc:1862
+#: sc/inc/scfuncs.hrc:1862
#, fuzzy
msgctxt "SC_OPCODE_AVE_DEV"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1863
+#: sc/inc/scfuncs.hrc:1863
#, fuzzy
msgctxt "SC_OPCODE_AVE_DEV"
msgid "Number 1, number 2;...are numerical arguments representing a sample."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1869
+#: sc/inc/scfuncs.hrc:1869
msgctxt "SC_OPCODE_SKEW"
msgid "Returns the skewness of a distribution."
msgstr "Devuelve l'asimetría d'una distribución."
-#: scfuncs.hrc:1870
+#: sc/inc/scfuncs.hrc:1870
#, fuzzy
msgctxt "SC_OPCODE_SKEW"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1871
+#: sc/inc/scfuncs.hrc:1871
msgctxt "SC_OPCODE_SKEW"
msgid "Number 1, number 2, ... are numerical arguments portraying a sample of the distribution."
msgstr ""
-#: scfuncs.hrc:1877
+#: sc/inc/scfuncs.hrc:1877
msgctxt "SC_OPCODE_SKEWP"
msgid "Returns the skewness of a distribution using the population of a random variable."
msgstr ""
-#: scfuncs.hrc:1878
+#: sc/inc/scfuncs.hrc:1878
#, fuzzy
msgctxt "SC_OPCODE_SKEWP"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1879
+#: sc/inc/scfuncs.hrc:1879
#, fuzzy
msgctxt "SC_OPCODE_SKEWP"
msgid "Number 1, number 2, ... are numerical arguments portraying the population."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1885
+#: sc/inc/scfuncs.hrc:1885
#, fuzzy
msgctxt "SC_OPCODE_KURT"
msgid "Returns the kurtosis of a distribution."
msgstr "Devuelve a curtosis d'un conchunto de datos."
-#: scfuncs.hrc:1886
+#: sc/inc/scfuncs.hrc:1886
#, fuzzy
msgctxt "SC_OPCODE_KURT"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1887
+#: sc/inc/scfuncs.hrc:1887
msgctxt "SC_OPCODE_KURT"
msgid "Number 1, number 2, ... are numerical arguments, representing a sample of the distribution."
msgstr ""
-#: scfuncs.hrc:1893
+#: sc/inc/scfuncs.hrc:1893
#, fuzzy
msgctxt "SC_OPCODE_GEO_MEAN"
msgid "Returns the geometric mean of a sample."
msgstr "Devuelve a meya cheometrica d'una matriz u aria de datos positivos."
-#: scfuncs.hrc:1894
+#: sc/inc/scfuncs.hrc:1894
#, fuzzy
msgctxt "SC_OPCODE_GEO_MEAN"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1895
+#: sc/inc/scfuncs.hrc:1895
#, fuzzy
msgctxt "SC_OPCODE_GEO_MEAN"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1901
+#: sc/inc/scfuncs.hrc:1901
#, fuzzy
msgctxt "SC_OPCODE_HAR_MEAN"
msgid "Returns the harmonic mean of a sample."
msgstr "Devuelve a meya harmonica d'un conchunto de datos."
-#: scfuncs.hrc:1902
+#: sc/inc/scfuncs.hrc:1902
#, fuzzy
msgctxt "SC_OPCODE_HAR_MEAN"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1903
+#: sc/inc/scfuncs.hrc:1903
#, fuzzy
msgctxt "SC_OPCODE_HAR_MEAN"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1909
+#: sc/inc/scfuncs.hrc:1909
#, fuzzy
msgctxt "SC_OPCODE_MODAL_VALUE"
msgid "Returns the most common value in a sample."
msgstr "Devuelve a valor que se repite con mas freqüencia en una matriz u aria de datos."
-#: scfuncs.hrc:1910
+#: sc/inc/scfuncs.hrc:1910
#, fuzzy
msgctxt "SC_OPCODE_MODAL_VALUE"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1911
+#: sc/inc/scfuncs.hrc:1911
#, fuzzy
msgctxt "SC_OPCODE_MODAL_VALUE"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1917
+#: sc/inc/scfuncs.hrc:1917
#, fuzzy
msgctxt "SC_OPCODE_MODAL_VALUE_MS"
msgid "Returns the most common value in a sample."
msgstr "Devuelve a valor que se repite con mas freqüencia en una matriz u aria de datos."
-#: scfuncs.hrc:1918
+#: sc/inc/scfuncs.hrc:1918
#, fuzzy
msgctxt "SC_OPCODE_MODAL_VALUE_MS"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1919
+#: sc/inc/scfuncs.hrc:1919
#, fuzzy
msgctxt "SC_OPCODE_MODAL_VALUE_MS"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1925
+#: sc/inc/scfuncs.hrc:1925
#, fuzzy
msgctxt "SC_OPCODE_MODAL_VALUE_MULTI"
msgid "Returns the most common value in a sample."
msgstr "Devuelve a valor que se repite con mas freqüencia en una matriz u aria de datos."
-#: scfuncs.hrc:1926
+#: sc/inc/scfuncs.hrc:1926
#, fuzzy
msgctxt "SC_OPCODE_MODAL_VALUE_MULTI"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1927
+#: sc/inc/scfuncs.hrc:1927
#, fuzzy
msgctxt "SC_OPCODE_MODAL_VALUE_MULTI"
msgid "Number 1, number 2, ... are 1 to 254 numerical arguments which portray a sample."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1933
+#: sc/inc/scfuncs.hrc:1933
#, fuzzy
msgctxt "SC_OPCODE_MEDIAN"
msgid "Returns the median of a given sample."
msgstr "Devuelve a meyana d'os numeros."
-#: scfuncs.hrc:1934
+#: sc/inc/scfuncs.hrc:1934
#, fuzzy
msgctxt "SC_OPCODE_MEDIAN"
msgid "Number "
msgstr "numero "
-#: scfuncs.hrc:1935
+#: sc/inc/scfuncs.hrc:1935
#, fuzzy
msgctxt "SC_OPCODE_MEDIAN"
msgid "Number 1, number 2, ... are numerical arguments which portray a sample."
msgstr "Numero 1; numero 2; ... son entre 1 y 30 argumentos numericos que represientan una muestra."
-#: scfuncs.hrc:1941
+#: sc/inc/scfuncs.hrc:1941
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE"
msgid "Returns the alpha quantile of a sample."
msgstr "Devuelve o k-ésimo percentil d'as valors d'un aria."
-#: scfuncs.hrc:1942
+#: sc/inc/scfuncs.hrc:1942
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:1943
+#: sc/inc/scfuncs.hrc:1943
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE"
msgid "The array of the data in the sample."
msgstr "Os arreglos d'os datos en a muestra."
-#: scfuncs.hrc:1944
+#: sc/inc/scfuncs.hrc:1944
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:1945
+#: sc/inc/scfuncs.hrc:1945
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE"
msgid "The percentage rate of the quantile between 0 and 1."
msgstr "ye a valor de percentil, debe estar en l'intervalo de 0 a 1, inclusivament."
-#: scfuncs.hrc:1951
+#: sc/inc/scfuncs.hrc:1951
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "Returns the alpha percentile of a sample."
msgstr "Devuelve o k-ésimo percentil d'as valors d'un aria."
-#: scfuncs.hrc:1952
+#: sc/inc/scfuncs.hrc:1952
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:1953
+#: sc/inc/scfuncs.hrc:1953
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "The array of the data in the sample."
msgstr "Os arreglos d'os datos en a muestra."
-#: scfuncs.hrc:1954
+#: sc/inc/scfuncs.hrc:1954
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:1955
+#: sc/inc/scfuncs.hrc:1955
msgctxt "SC_OPCODE_PERCENTILE_EXC"
msgid "The percentile value, range 0...1, exclusive."
msgstr ""
-#: scfuncs.hrc:1961
+#: sc/inc/scfuncs.hrc:1961
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "Returns the alpha percentile of a sample."
msgstr "Devuelve o k-ésimo percentil d'as valors d'un aria."
-#: scfuncs.hrc:1962
+#: sc/inc/scfuncs.hrc:1962
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:1963
+#: sc/inc/scfuncs.hrc:1963
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "The array of the data in the sample."
msgstr "Os arreglos d'os datos en a muestra."
-#: scfuncs.hrc:1964
+#: sc/inc/scfuncs.hrc:1964
#, fuzzy
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:1965
+#: sc/inc/scfuncs.hrc:1965
msgctxt "SC_OPCODE_PERCENTILE_INC"
msgid "The percentile value, range 0...1, inclusive."
msgstr ""
-#: scfuncs.hrc:1971
+#: sc/inc/scfuncs.hrc:1971
#, fuzzy
msgctxt "SC_OPCODE_QUARTILE"
msgid "Returns the quartile of a sample."
msgstr "Devuelve o cuartil d'un conchunto de datos."
-#: scfuncs.hrc:1972
+#: sc/inc/scfuncs.hrc:1972
#, fuzzy
msgctxt "SC_OPCODE_QUARTILE"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:1973
+#: sc/inc/scfuncs.hrc:1973
#, fuzzy
msgctxt "SC_OPCODE_QUARTILE"
msgid "The array of the data in the sample."
msgstr "ye a matriz u aria de celdas de valors numericas que o suyo cuartil deseya obtener."
-#: scfuncs.hrc:1974
+#: sc/inc/scfuncs.hrc:1974
#, fuzzy
msgctxt "SC_OPCODE_QUARTILE"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:1975
+#: sc/inc/scfuncs.hrc:1975
msgctxt "SC_OPCODE_QUARTILE"
msgid "The type of the quartile (0 = MIN, 1 = 25%, 2 = 50%, 3 = 75%, 4 = MAX)."
msgstr ""
-#: scfuncs.hrc:1981
+#: sc/inc/scfuncs.hrc:1981
#, fuzzy
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "Returns the quartile of a sample."
msgstr "Devuelve o cuartil d'un conchunto de datos."
-#: scfuncs.hrc:1982
+#: sc/inc/scfuncs.hrc:1982
#, fuzzy
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:1983
+#: sc/inc/scfuncs.hrc:1983
#, fuzzy
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "The array of the data in the sample."
msgstr "Os arreglos d'os datos en a muestra."
-#: scfuncs.hrc:1984
+#: sc/inc/scfuncs.hrc:1984
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:1985
+#: sc/inc/scfuncs.hrc:1985
msgctxt "SC_OPCODE_QUARTILE_EXC"
msgid "The type of the quartile (1 = 25%, 2 = 50%, 3 = 75%)."
msgstr ""
-#: scfuncs.hrc:1991
+#: sc/inc/scfuncs.hrc:1991
#, fuzzy
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "Returns the quartile of a sample."
msgstr "Devuelve o cuartil d'un conchunto de datos."
-#: scfuncs.hrc:1992
+#: sc/inc/scfuncs.hrc:1992
#, fuzzy
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:1993
+#: sc/inc/scfuncs.hrc:1993
#, fuzzy
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "The array of the data in the sample."
msgstr "Os arreglos d'os datos en a muestra."
-#: scfuncs.hrc:1994
+#: sc/inc/scfuncs.hrc:1994
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:1995
+#: sc/inc/scfuncs.hrc:1995
msgctxt "SC_OPCODE_QUARTILE_INC"
msgid "The type of the quartile (0 = MIN, 1 = 25%, 2 = 50%, 3 = 75%, 4 = MAX)."
msgstr ""
-#: scfuncs.hrc:2001
+#: sc/inc/scfuncs.hrc:2001
#, fuzzy
msgctxt "SC_OPCODE_LARGE"
msgid "Returns the k-th largest value of a sample."
msgstr "Devuelve o k-ésimo mayor valor d'un conchunto de datos."
-#: scfuncs.hrc:2002
+#: sc/inc/scfuncs.hrc:2002
#, fuzzy
msgctxt "SC_OPCODE_LARGE"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:2003
+#: sc/inc/scfuncs.hrc:2003
#, fuzzy
msgctxt "SC_OPCODE_LARGE"
msgid "The array of the data in the sample."
msgstr "ye a matriz u aria de datos que o suyo k-ésimo mayor valor deseya determinar."
-#: scfuncs.hrc:2004
+#: sc/inc/scfuncs.hrc:2004
msgctxt "SC_OPCODE_LARGE"
msgid "Rank c"
msgstr ""
-#: scfuncs.hrc:2005
+#: sc/inc/scfuncs.hrc:2005
#, fuzzy
msgctxt "SC_OPCODE_LARGE"
msgid "The ranking of the value."
msgstr "represienta a posición d'o dato a devolver, determinada a partir d'o mayor d'as valors."
-#: scfuncs.hrc:2011
+#: sc/inc/scfuncs.hrc:2011
#, fuzzy
msgctxt "SC_OPCODE_SMALL"
msgid "Returns the k-th smallest value of a sample."
msgstr "Devuelve o k-ésimo menor valor d'un conchunto de datos."
-#: scfuncs.hrc:2012
+#: sc/inc/scfuncs.hrc:2012
#, fuzzy
msgctxt "SC_OPCODE_SMALL"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:2013
+#: sc/inc/scfuncs.hrc:2013
#, fuzzy
msgctxt "SC_OPCODE_SMALL"
msgid "The array of the data in the sample."
msgstr "ye una matriz u aria de datos numericos que o suyo k-ésimo menor valor deseya determinar."
-#: scfuncs.hrc:2014
+#: sc/inc/scfuncs.hrc:2014
msgctxt "SC_OPCODE_SMALL"
msgid "Rank c"
msgstr ""
-#: scfuncs.hrc:2015
+#: sc/inc/scfuncs.hrc:2015
#, fuzzy
msgctxt "SC_OPCODE_SMALL"
msgid "The ranking of the value."
msgstr "represienta dentro d'a matriz u aria de datos, a posición d'o dato a devolver, determinada a partir d'o menor d'as valors."
-#: scfuncs.hrc:2021
+#: sc/inc/scfuncs.hrc:2021
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Returns the percentage rank of a value in a sample."
msgstr "Devuelve l'aria de percentil d'una valor en un conchunto de datos."
-#: scfuncs.hrc:2022
+#: sc/inc/scfuncs.hrc:2022
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:2023
+#: sc/inc/scfuncs.hrc:2023
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "The array of the data in the sample."
msgstr "ye a matriz u aria de datos con valors numericas que define a posición relativa."
-#: scfuncs.hrc:2024
+#: sc/inc/scfuncs.hrc:2024
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:2025
+#: sc/inc/scfuncs.hrc:2025
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "The value for which percentage ranking is to be determined."
msgstr "ye a valor que o suyo aria percentil deseya conoixer."
-#: scfuncs.hrc:2026
+#: sc/inc/scfuncs.hrc:2026
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "Significance"
msgstr "zifra_significativa"
-#: scfuncs.hrc:2027
+#: sc/inc/scfuncs.hrc:2027
msgctxt "SC_OPCODE_PERCENT_RANK"
msgid "The number of significant digits for the returned percentage: if omitted, a value of 3 is used."
msgstr ""
-#: scfuncs.hrc:2033
+#: sc/inc/scfuncs.hrc:2033
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Returns the percentage rank (0..1, exclusive) of a value in a sample."
msgstr ""
-#: scfuncs.hrc:2034
+#: sc/inc/scfuncs.hrc:2034
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:2035
+#: sc/inc/scfuncs.hrc:2035
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "The array of the data in the sample."
msgstr "Os arreglos d'os datos en a muestra."
-#: scfuncs.hrc:2036
+#: sc/inc/scfuncs.hrc:2036
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:2037
+#: sc/inc/scfuncs.hrc:2037
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "The value for which percentage ranking is to be determined."
msgstr "ye a valor que o suyo aria percentil deseya conoixer."
-#: scfuncs.hrc:2038
+#: sc/inc/scfuncs.hrc:2038
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "Significance"
msgstr "zifra_significativa"
-#: scfuncs.hrc:2039
+#: sc/inc/scfuncs.hrc:2039
msgctxt "SC_OPCODE_PERCENT_RANK_EXC"
msgid "The number of significant digits for the returned percentage: if omitted, a value of 3 is used."
msgstr ""
-#: scfuncs.hrc:2045
+#: sc/inc/scfuncs.hrc:2045
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Returns the percentage rank (0..1, inclusive) of a value in a sample."
msgstr ""
-#: scfuncs.hrc:2046
+#: sc/inc/scfuncs.hrc:2046
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:2047
+#: sc/inc/scfuncs.hrc:2047
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "The array of the data in the sample."
msgstr "Os arreglos d'os datos en a muestra."
-#: scfuncs.hrc:2048
+#: sc/inc/scfuncs.hrc:2048
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:2049
+#: sc/inc/scfuncs.hrc:2049
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "The value for which percentage ranking is to be determined."
msgstr "ye a valor que o suyo aria percentil deseya conoixer."
-#: scfuncs.hrc:2050
+#: sc/inc/scfuncs.hrc:2050
#, fuzzy
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "Significance"
msgstr "zifra_significativa"
-#: scfuncs.hrc:2051
+#: sc/inc/scfuncs.hrc:2051
msgctxt "SC_OPCODE_PERCENT_RANK_INC"
msgid "The number of significant digits for the returned percentage: if omitted, a value of 3 is used."
msgstr ""
-#: scfuncs.hrc:2057
+#: sc/inc/scfuncs.hrc:2057
#, fuzzy
msgctxt "SC_OPCODE_RANK"
msgid "Returns the ranking of a value in a sample."
msgstr "Devuelve l'aria d'una valor en una muestra."
-#: scfuncs.hrc:2058
+#: sc/inc/scfuncs.hrc:2058
#, fuzzy
msgctxt "SC_OPCODE_RANK"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:2059
+#: sc/inc/scfuncs.hrc:2059
#, fuzzy
msgctxt "SC_OPCODE_RANK"
msgid "The value for which the rank is to be determined."
msgstr "ye o numero que a suya hierarquía deseya conoixer."
-#: scfuncs.hrc:2060
+#: sc/inc/scfuncs.hrc:2060
#, fuzzy
msgctxt "SC_OPCODE_RANK"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:2061
+#: sc/inc/scfuncs.hrc:2061
#, fuzzy
msgctxt "SC_OPCODE_RANK"
msgid "The array of the data in the sample."
msgstr "ye una matriz de, u una referencia a2, una lista de numeros."
-#: scfuncs.hrc:2062
+#: sc/inc/scfuncs.hrc:2062
#, fuzzy
msgctxt "SC_OPCODE_RANK"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:2063
+#: sc/inc/scfuncs.hrc:2063
#, fuzzy
msgctxt "SC_OPCODE_RANK"
msgid "Sequence order: 0 or omitted means descending, any other value than 0 means ascending."
msgstr "Orden d'a seqüencia: 0 u omitiu significa descendent; qualsiquier atra valor que no sía 0 significa ascendent."
-#: scfuncs.hrc:2069
+#: sc/inc/scfuncs.hrc:2069
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Returns the ranking of a value in a sample; if more than one value has the same rank, the top rank of that set of values is returned."
msgstr ""
-#: scfuncs.hrc:2070
+#: sc/inc/scfuncs.hrc:2070
#, fuzzy
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:2071
+#: sc/inc/scfuncs.hrc:2071
#, fuzzy
msgctxt "SC_OPCODE_RANK_EQ"
msgid "The value for which the rank is to be determined."
msgstr "ye o numero que a suya hierarquía deseya conoixer."
-#: scfuncs.hrc:2072
+#: sc/inc/scfuncs.hrc:2072
#, fuzzy
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:2073
+#: sc/inc/scfuncs.hrc:2073
#, fuzzy
msgctxt "SC_OPCODE_RANK_EQ"
msgid "The array of the data in the sample."
msgstr "Os arreglos d'os datos en a muestra."
-#: scfuncs.hrc:2074
+#: sc/inc/scfuncs.hrc:2074
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:2075
+#: sc/inc/scfuncs.hrc:2075
#, fuzzy
msgctxt "SC_OPCODE_RANK_EQ"
msgid "Sequence order: 0 or omitted means descending, any other value than 0 means ascending."
msgstr "Orden d'a seqüencia: 0 u omitiu significa descendent; qualsiquier atra valor que no sía 0 significa ascendent."
-#: scfuncs.hrc:2081
+#: sc/inc/scfuncs.hrc:2081
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Returns the ranking of a value in a sample; if more than one value has the same rank, the average rank is returned."
msgstr ""
-#: scfuncs.hrc:2082
+#: sc/inc/scfuncs.hrc:2082
#, fuzzy
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:2083
+#: sc/inc/scfuncs.hrc:2083
#, fuzzy
msgctxt "SC_OPCODE_RANK_AVG"
msgid "The value for which the rank is to be determined."
msgstr "ye o numero que a suya hierarquía deseya conoixer."
-#: scfuncs.hrc:2084
+#: sc/inc/scfuncs.hrc:2084
#, fuzzy
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:2085
+#: sc/inc/scfuncs.hrc:2085
#, fuzzy
msgctxt "SC_OPCODE_RANK_AVG"
msgid "The array of the data in the sample."
msgstr "Os arreglos d'os datos en a muestra."
-#: scfuncs.hrc:2086
+#: sc/inc/scfuncs.hrc:2086
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:2087
+#: sc/inc/scfuncs.hrc:2087
#, fuzzy
msgctxt "SC_OPCODE_RANK_AVG"
msgid "Sequence order: 0 or omitted means descending, any other value than 0 means ascending."
msgstr "Orden d'a seqüencia: 0 u omitiu significa descendent; qualsiquier atra valor que no sía 0 significa ascendent."
-#: scfuncs.hrc:2093
+#: sc/inc/scfuncs.hrc:2093
#, fuzzy
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "Returns the mean of a sample without including the marginal values."
msgstr "Devuelve a meya de l'interior d'o conchunto de datos."
-#: scfuncs.hrc:2094
+#: sc/inc/scfuncs.hrc:2094
#, fuzzy
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:2095
+#: sc/inc/scfuncs.hrc:2095
#, fuzzy
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "The array of the data in the sample."
msgstr "ye a matriz u aria de valors que deseya acotar y d'os quals se calculará a meya."
-#: scfuncs.hrc:2096
+#: sc/inc/scfuncs.hrc:2096
#, fuzzy
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2097
+#: sc/inc/scfuncs.hrc:2097
#, fuzzy
msgctxt "SC_OPCODE_TRIM_MEAN"
msgid "The percentage of marginal data that is not to be taken into account."
msgstr "ye o numero fraccionario d'obserbacions que s'excluyen d'o calculo."
-#: scfuncs.hrc:2103
+#: sc/inc/scfuncs.hrc:2103
#, fuzzy
msgctxt "SC_OPCODE_PROB"
msgid "Returns the discrete probability of an interval."
msgstr "Devuelve a prebabilidat que as valors d'un aria se troben entre dos limites."
-#: scfuncs.hrc:2104
+#: sc/inc/scfuncs.hrc:2104
#, fuzzy
msgctxt "SC_OPCODE_PROB"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:2105
+#: sc/inc/scfuncs.hrc:2105
#, fuzzy
msgctxt "SC_OPCODE_PROB"
msgid "The sample data array."
msgstr "ye l'aria de valors numericas de x con que s'asocian as prebabilidatz."
-#: scfuncs.hrc:2106
+#: sc/inc/scfuncs.hrc:2106
#, fuzzy
msgctxt "SC_OPCODE_PROB"
msgid "Probability"
msgstr "Prebabilidat"
-#: scfuncs.hrc:2107
+#: sc/inc/scfuncs.hrc:2107
#, fuzzy
msgctxt "SC_OPCODE_PROB"
msgid "The array of the associated probabilities."
msgstr "ye un conchunto de prebabilidatz asociau con valors en intervalo_x."
-#: scfuncs.hrc:2108
+#: sc/inc/scfuncs.hrc:2108
#, fuzzy
msgctxt "SC_OPCODE_PROB"
msgid "Start"
msgstr "limite inferior"
-#: scfuncs.hrc:2109
+#: sc/inc/scfuncs.hrc:2109
#, fuzzy
msgctxt "SC_OPCODE_PROB"
msgid "The start of the value interval whose probabilities is to be totalled."
msgstr "ye o limite inferior d'a valor ta o qual deseya una prebabilidat."
-#: scfuncs.hrc:2110
+#: sc/inc/scfuncs.hrc:2110
#, fuzzy
msgctxt "SC_OPCODE_PROB"
msgid "End"
msgstr "limite superior"
-#: scfuncs.hrc:2111
+#: sc/inc/scfuncs.hrc:2111
#, fuzzy
msgctxt "SC_OPCODE_PROB"
msgid "The end of the value interval where the probabilities are to be totalled."
msgstr "ye o limite superior opcional d'a valor ta o qual deseya una prebabilidat."
-#: scfuncs.hrc:2117
+#: sc/inc/scfuncs.hrc:2117
#, fuzzy
msgctxt "SC_OPCODE_B"
msgid "Returns the probability of a trial result using binomial distribution."
msgstr "Devuelve a prebabilidat d'un resultau de preba usando a distribución binomial"
-#: scfuncs.hrc:2118
+#: sc/inc/scfuncs.hrc:2118
msgctxt "SC_OPCODE_B"
msgid "Trials"
msgstr ""
-#: scfuncs.hrc:2119
+#: sc/inc/scfuncs.hrc:2119
#, fuzzy
msgctxt "SC_OPCODE_B"
msgid "The number of trials."
msgstr "ye o numero d'os asayos"
-#: scfuncs.hrc:2120
+#: sc/inc/scfuncs.hrc:2120
#, fuzzy
msgctxt "SC_OPCODE_B"
msgid "SP"
msgstr "prob_exito"
-#: scfuncs.hrc:2121
+#: sc/inc/scfuncs.hrc:2121
#, fuzzy
msgctxt "SC_OPCODE_B"
msgid "The individual probability of a trial result."
msgstr "cada prebabilidat d'un resultau d'asayo"
-#: scfuncs.hrc:2122
+#: sc/inc/scfuncs.hrc:2122
msgctxt "SC_OPCODE_B"
msgid "T 1"
msgstr ""
-#: scfuncs.hrc:2123
+#: sc/inc/scfuncs.hrc:2123
#, fuzzy
msgctxt "SC_OPCODE_B"
msgid "Lower limit for the number of trials."
msgstr "ye o limite inferior d'a cantidat d'asayos."
-#: scfuncs.hrc:2124
+#: sc/inc/scfuncs.hrc:2124
msgctxt "SC_OPCODE_B"
msgid "T 2"
msgstr ""
-#: scfuncs.hrc:2125
+#: sc/inc/scfuncs.hrc:2125
#, fuzzy
msgctxt "SC_OPCODE_B"
msgid "Upper limit for the number of trials."
msgstr "ye o limite superior d'a cantidat d'asayos."
-#: scfuncs.hrc:2131
+#: sc/inc/scfuncs.hrc:2131
#, fuzzy
msgctxt "SC_OPCODE_PHI"
msgid "Values of the distribution function for a standard normal distribution."
msgstr "Devuelve as valors d'a función de distribución ta una distribución normal predeterminada"
-#: scfuncs.hrc:2132
+#: sc/inc/scfuncs.hrc:2132
msgctxt "SC_OPCODE_PHI"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2133
+#: sc/inc/scfuncs.hrc:2133
#, fuzzy
msgctxt "SC_OPCODE_PHI"
msgid "The value for which the standard normal distribution is to be calculated."
msgstr "represienta a valor ta o qual se deseya obtener a distribución normal predeterminada."
-#: scfuncs.hrc:2139
+#: sc/inc/scfuncs.hrc:2139
#, fuzzy
msgctxt "SC_OPCODE_GAUSS"
msgid "Returns the integral values of the standard normal cumulative distribution."
msgstr "Devuelve a valor d'a integral d'a distribución normal predeterminada."
-#: scfuncs.hrc:2140
+#: sc/inc/scfuncs.hrc:2140
#, fuzzy
msgctxt "SC_OPCODE_GAUSS"
msgid "Number"
msgstr "z"
-#: scfuncs.hrc:2141
+#: sc/inc/scfuncs.hrc:2141
#, fuzzy
msgctxt "SC_OPCODE_GAUSS"
msgid "The value for which the integral value of the standard normal distribution is to be calculated."
msgstr "ye a valor ta o qual se deseya calcular a valor d'a integral d'a distribución normal predeterminada"
-#: scfuncs.hrc:2147
+#: sc/inc/scfuncs.hrc:2147
#, fuzzy
msgctxt "SC_OPCODE_FISHER"
msgid "Returns the Fisher transformation."
msgstr "Devuelve a transformación Fisher u coeficient Z"
-#: scfuncs.hrc:2148
+#: sc/inc/scfuncs.hrc:2148
#, fuzzy
msgctxt "SC_OPCODE_FISHER"
msgid "Number"
msgstr "x"
-#: scfuncs.hrc:2149
+#: sc/inc/scfuncs.hrc:2149
#, fuzzy
msgctxt "SC_OPCODE_FISHER"
msgid "The value to be transformed (-1 < VALUE < 1)."
msgstr "ye a valor numerica ta o qual se deseya calcular a transformación."
-#: scfuncs.hrc:2155
+#: sc/inc/scfuncs.hrc:2155
#, fuzzy
msgctxt "SC_OPCODE_FISHER_INV"
msgid "Returns the inverse of the Fisher transformation."
msgstr "devuelve a función inversa d'a transformación Fisher"
-#: scfuncs.hrc:2156
+#: sc/inc/scfuncs.hrc:2156
#, fuzzy
msgctxt "SC_OPCODE_FISHER_INV"
msgid "Number"
msgstr "y"
-#: scfuncs.hrc:2157
+#: sc/inc/scfuncs.hrc:2157
#, fuzzy
msgctxt "SC_OPCODE_FISHER_INV"
msgid "The value that is to be transformed back."
msgstr "ye a valor a o que se le realizará a transformación inversa."
-#: scfuncs.hrc:2163
+#: sc/inc/scfuncs.hrc:2163
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "Values of the binomial distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria discreta seguindo una distribución binomial."
-#: scfuncs.hrc:2164
+#: sc/inc/scfuncs.hrc:2164
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "X"
msgstr "X"
-#: scfuncs.hrc:2165
+#: sc/inc/scfuncs.hrc:2165
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "The number of successes in a series of trials."
msgstr "ye o numero d'exitos en os asayos."
-#: scfuncs.hrc:2166
+#: sc/inc/scfuncs.hrc:2166
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "Trials"
msgstr ""
-#: scfuncs.hrc:2167
+#: sc/inc/scfuncs.hrc:2167
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "The total number of trials."
msgstr "ye o numero d'asayos independients."
-#: scfuncs.hrc:2168
+#: sc/inc/scfuncs.hrc:2168
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "SP"
msgstr "prob_exito"
-#: scfuncs.hrc:2169
+#: sc/inc/scfuncs.hrc:2169
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "The success probability of a trial."
msgstr "ye a prebabilidat d'exito en cada preba."
-#: scfuncs.hrc:2170
+#: sc/inc/scfuncs.hrc:2170
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "C"
msgstr "C"
-#: scfuncs.hrc:2171
+#: sc/inc/scfuncs.hrc:2171
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST"
msgid "Cumulated. C=0 calculates the individual probability, C=1 the cumulated probability."
msgstr "ye una valor lochica que determina a forma d'a función. 1 devuelve a densidat de prebabilidat, 0 devuelve a función acumulada."
-#: scfuncs.hrc:2177
+#: sc/inc/scfuncs.hrc:2177
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "Values of the binomial distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria discreta seguindo una distribución binomial."
-#: scfuncs.hrc:2178
+#: sc/inc/scfuncs.hrc:2178
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "X"
msgstr ""
-#: scfuncs.hrc:2179
+#: sc/inc/scfuncs.hrc:2179
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "The number of successes in a series of trials."
msgstr "ye o numero d'exitos en os asayos."
-#: scfuncs.hrc:2180
+#: sc/inc/scfuncs.hrc:2180
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "Trials"
msgstr ""
-#: scfuncs.hrc:2181
+#: sc/inc/scfuncs.hrc:2181
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "The total number of trials."
msgstr "ye o numero d'asayos independients."
-#: scfuncs.hrc:2182
+#: sc/inc/scfuncs.hrc:2182
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "SP"
msgstr "prob_exito"
-#: scfuncs.hrc:2183
+#: sc/inc/scfuncs.hrc:2183
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "The success probability of a trial."
msgstr "ye a prebabilidat d'exito en cada preba."
-#: scfuncs.hrc:2184
+#: sc/inc/scfuncs.hrc:2184
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2185
+#: sc/inc/scfuncs.hrc:2185
#, fuzzy
msgctxt "SC_OPCODE_BINOM_DIST_MS"
msgid "Cumulated. C=0 calculates the individual probability, C=1 the cumulated probability."
msgstr "ye una valor lochica que determina a forma d'a función. 1 devuelve a densidat de prebabilidat, 0 devuelve a función acumulada."
-#: scfuncs.hrc:2191
+#: sc/inc/scfuncs.hrc:2191
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "Values of the negative binomial distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria discreta seguindo una distribución binomial negativa."
-#: scfuncs.hrc:2192
+#: sc/inc/scfuncs.hrc:2192
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "X"
msgstr "núm_fracasos"
-#: scfuncs.hrc:2193
+#: sc/inc/scfuncs.hrc:2193
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "The number of failures in the trial range."
msgstr "ye o numero de fracasos."
-#: scfuncs.hrc:2194
+#: sc/inc/scfuncs.hrc:2194
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "R"
msgstr "núm_exitos"
-#: scfuncs.hrc:2195
+#: sc/inc/scfuncs.hrc:2195
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "The number of successes in the trial sequence."
msgstr "ye o numero d'exitos."
-#: scfuncs.hrc:2196
+#: sc/inc/scfuncs.hrc:2196
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "SP"
msgstr "prob_exito"
-#: scfuncs.hrc:2197
+#: sc/inc/scfuncs.hrc:2197
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_VERT"
msgid "The success probability of a trial."
msgstr "ye a prebabilidat d'obtener un exito."
-#: scfuncs.hrc:2203
+#: sc/inc/scfuncs.hrc:2203
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "Values of the negative binomial distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria discreta seguindo una distribución binomial negativa."
-#: scfuncs.hrc:2204
+#: sc/inc/scfuncs.hrc:2204
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "X"
msgstr ""
-#: scfuncs.hrc:2205
+#: sc/inc/scfuncs.hrc:2205
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "The number of failures in the trial range."
msgstr "ye o numero de fracasos."
-#: scfuncs.hrc:2206
+#: sc/inc/scfuncs.hrc:2206
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "R"
msgstr ""
-#: scfuncs.hrc:2207
+#: sc/inc/scfuncs.hrc:2207
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "The number of successes in the trial sequence."
msgstr "ye o numero d'exitos."
-#: scfuncs.hrc:2208
+#: sc/inc/scfuncs.hrc:2208
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "SP"
msgstr "prob_exito"
-#: scfuncs.hrc:2209
+#: sc/inc/scfuncs.hrc:2209
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "The success probability of a trial."
msgstr "ye a prebabilidat d'exito en cada preba."
-#: scfuncs.hrc:2210
+#: sc/inc/scfuncs.hrc:2210
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2211
+#: sc/inc/scfuncs.hrc:2211
#, fuzzy
msgctxt "SC_OPCODE_NEG_BINOM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 u FALSO calcula a prebabilidat d'a función de densidat. Qualsiquier atra valor u VERDADERO u si s'omite se calcula a función de distribución acumulada."
-#: scfuncs.hrc:2217
+#: sc/inc/scfuncs.hrc:2217
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value."
msgstr ""
-#: scfuncs.hrc:2218
+#: sc/inc/scfuncs.hrc:2218
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "Trials"
msgstr ""
-#: scfuncs.hrc:2219
+#: sc/inc/scfuncs.hrc:2219
#, fuzzy
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "The total number of trials."
msgstr "ye o numero d'asayos independients."
-#: scfuncs.hrc:2220
+#: sc/inc/scfuncs.hrc:2220
#, fuzzy
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "SP"
msgstr "prob_exito"
-#: scfuncs.hrc:2221
+#: sc/inc/scfuncs.hrc:2221
#, fuzzy
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "The success probability of a trial."
msgstr "ye a prebabilidat d'exito en cada preba."
-#: scfuncs.hrc:2222
+#: sc/inc/scfuncs.hrc:2222
#, fuzzy
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2223
+#: sc/inc/scfuncs.hrc:2223
msgctxt "SC_OPCODE_CRIT_BINOM"
msgid "The border probability that is attained or exceeded."
msgstr ""
-#: scfuncs.hrc:2229
+#: sc/inc/scfuncs.hrc:2229
msgctxt "SC_OPCODE_BINOM_INV"
msgid "Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value."
msgstr ""
-#: scfuncs.hrc:2230
+#: sc/inc/scfuncs.hrc:2230
msgctxt "SC_OPCODE_BINOM_INV"
msgid "Trials"
msgstr ""
-#: scfuncs.hrc:2231
+#: sc/inc/scfuncs.hrc:2231
#, fuzzy
msgctxt "SC_OPCODE_BINOM_INV"
msgid "The total number of trials."
msgstr "ye o numero d'asayos independients."
-#: scfuncs.hrc:2232
+#: sc/inc/scfuncs.hrc:2232
#, fuzzy
msgctxt "SC_OPCODE_BINOM_INV"
msgid "SP"
msgstr "prob_exito"
-#: scfuncs.hrc:2233
+#: sc/inc/scfuncs.hrc:2233
#, fuzzy
msgctxt "SC_OPCODE_BINOM_INV"
msgid "The success probability of a trial."
msgstr "ye a prebabilidat d'exito en cada preba."
-#: scfuncs.hrc:2234
+#: sc/inc/scfuncs.hrc:2234
#, fuzzy
msgctxt "SC_OPCODE_BINOM_INV"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2235
+#: sc/inc/scfuncs.hrc:2235
msgctxt "SC_OPCODE_BINOM_INV"
msgid "The border probability that is attained or exceeded."
msgstr ""
-#: scfuncs.hrc:2241
+#: sc/inc/scfuncs.hrc:2241
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Returns the Poisson distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria seguindo a distribución de Poisson"
-#: scfuncs.hrc:2242
+#: sc/inc/scfuncs.hrc:2242
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Number"
msgstr "x"
-#: scfuncs.hrc:2243
+#: sc/inc/scfuncs.hrc:2243
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "The value for which the Poisson distribution is to be calculated."
msgstr "ye o numero de sucesos."
-#: scfuncs.hrc:2244
+#: sc/inc/scfuncs.hrc:2244
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Mean"
msgstr "meya"
-#: scfuncs.hrc:2245
+#: sc/inc/scfuncs.hrc:2245
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Mean. The mean value of the Poisson distribution."
msgstr "ye a valor numerica asperada."
-#: scfuncs.hrc:2246
+#: sc/inc/scfuncs.hrc:2246
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2247
+#: sc/inc/scfuncs.hrc:2247
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 u FALSO calcula a prebabilidat d'a función de densidat. Qualsiquier atra valor u VERDADERO u si s'omite se calcula a función de distribución acumulada."
-#: scfuncs.hrc:2253
+#: sc/inc/scfuncs.hrc:2253
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Returns the Poisson distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria seguindo a distribución de Poisson"
-#: scfuncs.hrc:2254
+#: sc/inc/scfuncs.hrc:2254
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2255
+#: sc/inc/scfuncs.hrc:2255
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "The value for which the Poisson distribution is to be calculated."
msgstr "ye o numero de sucesos."
-#: scfuncs.hrc:2256
+#: sc/inc/scfuncs.hrc:2256
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Mean"
msgstr "meya"
-#: scfuncs.hrc:2257
+#: sc/inc/scfuncs.hrc:2257
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Mean. The mean value of the Poisson distribution."
msgstr "ye a valor numerica asperada."
-#: scfuncs.hrc:2258
+#: sc/inc/scfuncs.hrc:2258
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2259
+#: sc/inc/scfuncs.hrc:2259
#, fuzzy
msgctxt "SC_OPCODE_POISSON_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 u FALSO calcula a prebabilidat d'a función de densidat. Qualsiquier atra valor u VERDADERO u si s'omite se calcula a función de distribución acumulada."
-#: scfuncs.hrc:2265
+#: sc/inc/scfuncs.hrc:2265
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Values of the normal distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria contina seguindo una distribución acumulativa normal"
-#: scfuncs.hrc:2266
+#: sc/inc/scfuncs.hrc:2266
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Number"
msgstr "x"
-#: scfuncs.hrc:2267
+#: sc/inc/scfuncs.hrc:2267
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST"
msgid "The value for which the normal distribution is to be calculated."
msgstr "ye a valor que a suya distribución deseya obtener."
-#: scfuncs.hrc:2268
+#: sc/inc/scfuncs.hrc:2268
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Mean"
msgstr "meya"
-#: scfuncs.hrc:2269
+#: sc/inc/scfuncs.hrc:2269
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST"
msgid "The mean value. The mean value of the normal distribution."
msgstr "ye a meya aritmetica d'a distribución."
-#: scfuncs.hrc:2270
+#: sc/inc/scfuncs.hrc:2270
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST"
msgid "STDEV"
msgstr "BDDESVEST"
-#: scfuncs.hrc:2271
+#: sc/inc/scfuncs.hrc:2271
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr "ye a desviación predeterminada d'a distribución."
-#: scfuncs.hrc:2272
+#: sc/inc/scfuncs.hrc:2272
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST"
msgid "C"
msgstr "acum"
-#: scfuncs.hrc:2273
+#: sc/inc/scfuncs.hrc:2273
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 u FALSO calcula a prebabilidat d'una función de densidat. Qualsiquier atra valor u VERDADERO u si ye omitiu calcula a distribución d'a función acumulada."
-#: scfuncs.hrc:2279
+#: sc/inc/scfuncs.hrc:2279
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Values of the normal distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria contina seguindo una distribución acumulativa normal"
-#: scfuncs.hrc:2280
+#: sc/inc/scfuncs.hrc:2280
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2281
+#: sc/inc/scfuncs.hrc:2281
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "The value for which the normal distribution is to be calculated."
msgstr "ye a valor que a suya distribución deseya obtener."
-#: scfuncs.hrc:2282
+#: sc/inc/scfuncs.hrc:2282
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Mean"
msgstr "meya"
-#: scfuncs.hrc:2283
+#: sc/inc/scfuncs.hrc:2283
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "The mean value. The mean value of the normal distribution."
msgstr "ye a meya aritmetica d'a distribución."
-#: scfuncs.hrc:2284
+#: sc/inc/scfuncs.hrc:2284
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "STDEV"
msgstr "DESVEST"
-#: scfuncs.hrc:2285
+#: sc/inc/scfuncs.hrc:2285
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr "ye a desviación predeterminada d'a distribución."
-#: scfuncs.hrc:2286
+#: sc/inc/scfuncs.hrc:2286
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2287
+#: sc/inc/scfuncs.hrc:2287
#, fuzzy
msgctxt "SC_OPCODE_NORM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 u FALSO calcula a prebabilidat d'a función de densidat. Qualsiquier atra valor u VERDADERO u si s'omite se calcula a función de distribución acumulada."
-#: scfuncs.hrc:2293
+#: sc/inc/scfuncs.hrc:2293
#, fuzzy
msgctxt "SC_OPCODE_NORM_INV"
msgid "Values of the inverse normal distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor d'a variable aleatoria seguindo una distribución acumulativa normal"
-#: scfuncs.hrc:2294
+#: sc/inc/scfuncs.hrc:2294
msgctxt "SC_OPCODE_NORM_INV"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2295
+#: sc/inc/scfuncs.hrc:2295
#, fuzzy
msgctxt "SC_OPCODE_NORM_INV"
msgid "The probability value for which the inverse normal distribution is to be calculated."
msgstr "ye una prebabilidat asociada a la distribución normal."
-#: scfuncs.hrc:2296
+#: sc/inc/scfuncs.hrc:2296
#, fuzzy
msgctxt "SC_OPCODE_NORM_INV"
msgid "Mean"
msgstr "meya"
-#: scfuncs.hrc:2297
+#: sc/inc/scfuncs.hrc:2297
#, fuzzy
msgctxt "SC_OPCODE_NORM_INV"
msgid "The mean value. The mean value of the normal distribution."
msgstr "ye a meya aritmetica d'a distribución."
-#: scfuncs.hrc:2298
+#: sc/inc/scfuncs.hrc:2298
#, fuzzy
msgctxt "SC_OPCODE_NORM_INV"
msgid "STDEV"
msgstr "desv_predeterminada"
-#: scfuncs.hrc:2299
+#: sc/inc/scfuncs.hrc:2299
#, fuzzy
msgctxt "SC_OPCODE_NORM_INV"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr "ye a desviación predeterminada d'a distribución."
-#: scfuncs.hrc:2305
+#: sc/inc/scfuncs.hrc:2305
#, fuzzy
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Values of the inverse normal distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor d'a variable aleatoria seguindo una distribución acumulativa normal"
-#: scfuncs.hrc:2306
+#: sc/inc/scfuncs.hrc:2306
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2307
+#: sc/inc/scfuncs.hrc:2307
#, fuzzy
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "The probability value for which the inverse normal distribution is to be calculated."
msgstr "ye una prebabilidat asociada a la distribución normal."
-#: scfuncs.hrc:2308
+#: sc/inc/scfuncs.hrc:2308
#, fuzzy
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Mean"
msgstr "meya"
-#: scfuncs.hrc:2309
+#: sc/inc/scfuncs.hrc:2309
#, fuzzy
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "The mean value. The mean value of the normal distribution."
msgstr "ye a meya aritmetica d'a distribución."
-#: scfuncs.hrc:2310
+#: sc/inc/scfuncs.hrc:2310
#, fuzzy
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "STDEV"
msgstr "DESVEST"
-#: scfuncs.hrc:2311
+#: sc/inc/scfuncs.hrc:2311
#, fuzzy
msgctxt "SC_OPCODE_NORM_INV_MS"
msgid "Standard deviation. The standard deviation of the normal distribution."
msgstr "ye a desviación predeterminada d'a distribución."
-#: scfuncs.hrc:2317
+#: sc/inc/scfuncs.hrc:2317
#, fuzzy
msgctxt "SC_OPCODE_STD_NORM_DIST"
msgid "The values of the standard normal cumulative distribution."
msgstr "Valors d'una distribución normal predeterminada acumulativa"
-#: scfuncs.hrc:2318
+#: sc/inc/scfuncs.hrc:2318
#, fuzzy
msgctxt "SC_OPCODE_STD_NORM_DIST"
msgid "Number"
msgstr "z"
-#: scfuncs.hrc:2319
+#: sc/inc/scfuncs.hrc:2319
#, fuzzy
msgctxt "SC_OPCODE_STD_NORM_DIST"
msgid "The value for which the standard normal distribution is to be calculated."
msgstr "ye a valor que a suya distribución deseya obtener."
-#: scfuncs.hrc:2325
+#: sc/inc/scfuncs.hrc:2325
#, fuzzy
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "The values of the standard normal distribution."
msgstr "Valors d'una distribución normal predeterminada acumulativa"
-#: scfuncs.hrc:2326
+#: sc/inc/scfuncs.hrc:2326
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2327
+#: sc/inc/scfuncs.hrc:2327
#, fuzzy
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "The value for which the standard normal distribution is to be calculated."
msgstr "Ye a valor d'o que rechistra a distribución normal que se debe calcular."
-#: scfuncs.hrc:2328
+#: sc/inc/scfuncs.hrc:2328
#, fuzzy
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2329
+#: sc/inc/scfuncs.hrc:2329
#, fuzzy
msgctxt "SC_OPCODE_STD_NORM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 u FALSO calcula a prebabilidat d'a función de densidat. Qualsiquier atra valor u VERDADERO u si s'omite se calcula a función de distribución acumulada."
-#: scfuncs.hrc:2335
+#: sc/inc/scfuncs.hrc:2335
#, fuzzy
msgctxt "SC_OPCODE_S_NORM_INV"
msgid "Values of the inverse standard normal distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor d'a variable aleatoria seguindo una distribución normal predeterminada acumulativa"
-#: scfuncs.hrc:2336
+#: sc/inc/scfuncs.hrc:2336
msgctxt "SC_OPCODE_S_NORM_INV"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2337
+#: sc/inc/scfuncs.hrc:2337
#, fuzzy
msgctxt "SC_OPCODE_S_NORM_INV"
msgid "The probability value for which the inverse standard normal distribution is to be calculated."
msgstr "A valor de prebabilidat sobre o qual se debe calcular a inversa d'a distribución normal estandar."
-#: scfuncs.hrc:2343
+#: sc/inc/scfuncs.hrc:2343
#, fuzzy
msgctxt "SC_OPCODE_S_NORM_INV_MS"
msgid "Values of the inverse standard normal distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor d'a variable aleatoria seguindo una distribución normal predeterminada acumulativa"
-#: scfuncs.hrc:2344
+#: sc/inc/scfuncs.hrc:2344
msgctxt "SC_OPCODE_S_NORM_INV_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2345
+#: sc/inc/scfuncs.hrc:2345
#, fuzzy
msgctxt "SC_OPCODE_S_NORM_INV_MS"
msgid "The probability value for which the inverse standard normal distribution is to be calculated."
msgstr "A valor de prebabilidat sobre o qual se debe calcular a inversa d'a distribución normal estandar."
-#: scfuncs.hrc:2351
+#: sc/inc/scfuncs.hrc:2351
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Values of the log normal distribution."
msgstr "Valors d'o log de distrubución normal."
-#: scfuncs.hrc:2352
+#: sc/inc/scfuncs.hrc:2352
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2353
+#: sc/inc/scfuncs.hrc:2353
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "The value for which the log normal distribution is to be calculated."
msgstr "Ye a valor d'o que rechistra a distribución normal que se debe calcular."
-#: scfuncs.hrc:2354
+#: sc/inc/scfuncs.hrc:2354
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Mean"
msgstr "meya"
-#: scfuncs.hrc:2355
+#: sc/inc/scfuncs.hrc:2355
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "The mean value of the log normal distribution. It is set to 0 if omitted."
msgstr "A valor meya d'o rechistro normal de distribución. Iste s'estableix si o 0 s'omite."
-#: scfuncs.hrc:2356
+#: sc/inc/scfuncs.hrc:2356
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "STDEV"
msgstr "BDDESVEST"
-#: scfuncs.hrc:2357
+#: sc/inc/scfuncs.hrc:2357
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "The standard deviation of the log normal distribution. It is set to 1 if omitted."
msgstr "A desviación estandar ye o rechistro de distribución normal. Iste s'estableix si l'1 ye omitiu."
-#: scfuncs.hrc:2358
+#: sc/inc/scfuncs.hrc:2358
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2359
+#: sc/inc/scfuncs.hrc:2359
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 u FALSO calcula a prebabilidat d'una función de densidat. Qualsiquier atra valor u VERDADERO u si ye omitiu calcula a distribución d'a función acumulada."
-#: scfuncs.hrc:2365
+#: sc/inc/scfuncs.hrc:2365
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Values of the log normal distribution."
msgstr "Valors d'o log de distrubución normal."
-#: scfuncs.hrc:2366
+#: sc/inc/scfuncs.hrc:2366
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2367
+#: sc/inc/scfuncs.hrc:2367
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "The value for which the log normal distribution is to be calculated."
msgstr "Ye a valor d'o que rechistra a distribución normal que se debe calcular."
-#: scfuncs.hrc:2368
+#: sc/inc/scfuncs.hrc:2368
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Mean"
msgstr "meya"
-#: scfuncs.hrc:2369
+#: sc/inc/scfuncs.hrc:2369
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "The mean value of the log normal distribution."
msgstr "Valor meya. Ye a valor d'o rechistro de distribución normal."
-#: scfuncs.hrc:2370
+#: sc/inc/scfuncs.hrc:2370
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "STDEV"
msgstr "DESVEST"
-#: scfuncs.hrc:2371
+#: sc/inc/scfuncs.hrc:2371
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "The standard deviation of the log normal distribution."
msgstr "Valor meya. Ye a valor d'o rechistro de distribución normal."
-#: scfuncs.hrc:2372
+#: sc/inc/scfuncs.hrc:2372
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2373
+#: sc/inc/scfuncs.hrc:2373
#, fuzzy
msgctxt "SC_OPCODE_LOG_NORM_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 u FALSO calcula a prebabilidat d'a función de densidat. Qualsiquier atra valor u VERDADERO u si s'omite se calcula a función de distribución acumulada."
-#: scfuncs.hrc:2379
+#: sc/inc/scfuncs.hrc:2379
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV"
msgid "Values of the inverse of the lognormal distribution."
msgstr "Devuelve a valor d'a variable aleatoria seguindo una distribución logaritmico-normal de x"
-#: scfuncs.hrc:2380
+#: sc/inc/scfuncs.hrc:2380
msgctxt "SC_OPCODE_LOG_INV"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2381
+#: sc/inc/scfuncs.hrc:2381
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV"
msgid "The probability value for which the inverse log normal distribution is to be calculated."
msgstr "ye una prebabilidat asociada con a distribución logaritmico-normal."
-#: scfuncs.hrc:2382
+#: sc/inc/scfuncs.hrc:2382
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV"
msgid "Mean"
msgstr "meya"
-#: scfuncs.hrc:2383
+#: sc/inc/scfuncs.hrc:2383
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV"
msgid "Mean value. The mean value of the log normal distribution."
msgstr "Valor meya. Ye a valor d'o rechistro de distribución normal."
-#: scfuncs.hrc:2384
+#: sc/inc/scfuncs.hrc:2384
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV"
msgid "STDEV"
msgstr "BDDESVEST"
-#: scfuncs.hrc:2385
+#: sc/inc/scfuncs.hrc:2385
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV"
msgid "Standard deviation. The standard deviation of the log normal distribution."
msgstr "Desviación estandar. Ye a desviación estandar d'o rechistro normal de distribución."
-#: scfuncs.hrc:2391
+#: sc/inc/scfuncs.hrc:2391
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Values of the inverse of the lognormal distribution."
msgstr "Devuelve a valor d'a variable aleatoria seguindo una distribución logaritmico-normal de x"
-#: scfuncs.hrc:2392
+#: sc/inc/scfuncs.hrc:2392
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2393
+#: sc/inc/scfuncs.hrc:2393
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "The probability value for which the inverse log normal distribution is to be calculated."
msgstr "ye una prebabilidat asociada con a distribución logaritmico-normal."
-#: scfuncs.hrc:2394
+#: sc/inc/scfuncs.hrc:2394
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Mean"
msgstr "meya"
-#: scfuncs.hrc:2395
+#: sc/inc/scfuncs.hrc:2395
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Mean value. The mean value of the log normal distribution."
msgstr "Valor meya. Ye a valor d'o rechistro de distribución normal."
-#: scfuncs.hrc:2396
+#: sc/inc/scfuncs.hrc:2396
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "STDEV"
msgstr "DESVEST"
-#: scfuncs.hrc:2397
+#: sc/inc/scfuncs.hrc:2397
#, fuzzy
msgctxt "SC_OPCODE_LOG_INV_MS"
msgid "Standard deviation. The standard deviation of the log normal distribution."
msgstr "ye a desviación predeterminada d'a distribución."
-#: scfuncs.hrc:2403
+#: sc/inc/scfuncs.hrc:2403
#, fuzzy
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Values of the exponential distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria contina seguindo una distribución exponencial"
-#: scfuncs.hrc:2404
+#: sc/inc/scfuncs.hrc:2404
#, fuzzy
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Number"
msgstr "x"
-#: scfuncs.hrc:2405
+#: sc/inc/scfuncs.hrc:2405
#, fuzzy
msgctxt "SC_OPCODE_EXP_DIST"
msgid "The value to which the exponential distribution is to be calculated."
msgstr "ye a valor d'a función."
-#: scfuncs.hrc:2406
+#: sc/inc/scfuncs.hrc:2406
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Lambda"
msgstr ""
-#: scfuncs.hrc:2407
+#: sc/inc/scfuncs.hrc:2407
#, fuzzy
msgctxt "SC_OPCODE_EXP_DIST"
msgid "The parameters of the exponential distribution."
msgstr "ye a valor d'o parametro^d'a distribución exponencial."
-#: scfuncs.hrc:2408
+#: sc/inc/scfuncs.hrc:2408
#, fuzzy
msgctxt "SC_OPCODE_EXP_DIST"
msgid "C"
msgstr "acum"
-#: scfuncs.hrc:2409
+#: sc/inc/scfuncs.hrc:2409
#, fuzzy
msgctxt "SC_OPCODE_EXP_DIST"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr "Cumulativo. C = 0 calcula a función de densidat, C = 1 a distribución."
-#: scfuncs.hrc:2415
+#: sc/inc/scfuncs.hrc:2415
#, fuzzy
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Values of the exponential distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria contina seguindo una distribución exponencial"
-#: scfuncs.hrc:2416
+#: sc/inc/scfuncs.hrc:2416
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2417
+#: sc/inc/scfuncs.hrc:2417
#, fuzzy
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "The value to which the exponential distribution is to be calculated."
msgstr "ye a valor d'a función."
-#: scfuncs.hrc:2418
+#: sc/inc/scfuncs.hrc:2418
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Lambda"
msgstr ""
-#: scfuncs.hrc:2419
+#: sc/inc/scfuncs.hrc:2419
#, fuzzy
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "The parameters of the exponential distribution."
msgstr "ye a valor d'o parametro^d'a distribución exponencial."
-#: scfuncs.hrc:2420
+#: sc/inc/scfuncs.hrc:2420
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2421
+#: sc/inc/scfuncs.hrc:2421
#, fuzzy
msgctxt "SC_OPCODE_EXP_DIST_MS"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr "Cumulativo. C = 0 calcula a función de densidat, C = 1 a distribución."
-#: scfuncs.hrc:2427
+#: sc/inc/scfuncs.hrc:2427
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Returns the value of the probability density function or the cumulative distribution function for the Gamma distribution."
msgstr "Devuelve a valor d'a prebabilidat d'a función de densidat u a función de distribución acumulada ta la distribución Gamma."
-#: scfuncs.hrc:2428
+#: sc/inc/scfuncs.hrc:2428
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Number"
msgstr "x"
-#: scfuncs.hrc:2429
+#: sc/inc/scfuncs.hrc:2429
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "The value for which the gamma distribution is to be calculated."
msgstr "ye a valor a o que deseya evaluar a distribución."
-#: scfuncs.hrc:2430
+#: sc/inc/scfuncs.hrc:2430
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2431
+#: sc/inc/scfuncs.hrc:2431
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "The Alpha parameter of the Gamma distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2432
+#: sc/inc/scfuncs.hrc:2432
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Beta"
msgstr ""
-#: scfuncs.hrc:2433
+#: sc/inc/scfuncs.hrc:2433
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "The Beta parameter of the Gamma distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2434
+#: sc/inc/scfuncs.hrc:2434
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2435
+#: sc/inc/scfuncs.hrc:2435
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 u FALSO calcula a funcion de prebabilidat destino. Qualsiquier atra valor u VERDADERO u calculo omitiu a funcion distribuida acumulada."
-#: scfuncs.hrc:2441
+#: sc/inc/scfuncs.hrc:2441
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Returns the value of the probability density function or the cumulative distribution function for the Gamma distribution."
msgstr "Devuelve a valor d'a prebabilidat d'a función de densidat u a función de distribución acumulada ta la distribución Gamma."
-#: scfuncs.hrc:2442
+#: sc/inc/scfuncs.hrc:2442
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2443
+#: sc/inc/scfuncs.hrc:2443
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "The value for which the gamma distribution is to be calculated."
msgstr "ye a valor a o que deseya evaluar a distribución."
-#: scfuncs.hrc:2444
+#: sc/inc/scfuncs.hrc:2444
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2445
+#: sc/inc/scfuncs.hrc:2445
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "The Alpha parameter of the Gamma distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2446
+#: sc/inc/scfuncs.hrc:2446
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Beta"
msgstr ""
-#: scfuncs.hrc:2447
+#: sc/inc/scfuncs.hrc:2447
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "The Beta parameter of the Gamma distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2448
+#: sc/inc/scfuncs.hrc:2448
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2449
+#: sc/inc/scfuncs.hrc:2449
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 u FALSO calcula a prebabilidat d'a función de densidat. Qualsiquier atra valor u VERDADERO u si s'omite se calcula a función de distribución acumulada."
-#: scfuncs.hrc:2455
+#: sc/inc/scfuncs.hrc:2455
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Values of the inverse gamma distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor inversa d'a variable aleatoria seguindo una distribución gamma acumulativa"
-#: scfuncs.hrc:2456
+#: sc/inc/scfuncs.hrc:2456
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Number"
msgstr "Núm_de_serie"
-#: scfuncs.hrc:2457
+#: sc/inc/scfuncs.hrc:2457
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "The probability value for which the inverse gamma distribution is to be calculated."
msgstr "ye a prebabilidat asociada con a distribución gamma."
-#: scfuncs.hrc:2458
+#: sc/inc/scfuncs.hrc:2458
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2459
+#: sc/inc/scfuncs.hrc:2459
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "The Alpha (shape) parameter of the Gamma distribution."
msgstr "O parametro Alfa (forma) d'a distribución Gamma."
-#: scfuncs.hrc:2460
+#: sc/inc/scfuncs.hrc:2460
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "Beta"
msgstr ""
-#: scfuncs.hrc:2461
+#: sc/inc/scfuncs.hrc:2461
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV"
msgid "The Beta (scale) parameter of the Gamma distribution."
msgstr "O parametro Beta (escala) d'a distribución Gamma."
-#: scfuncs.hrc:2467
+#: sc/inc/scfuncs.hrc:2467
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Values of the inverse gamma distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor inversa d'a variable aleatoria seguindo una distribución gamma acumulativa"
-#: scfuncs.hrc:2468
+#: sc/inc/scfuncs.hrc:2468
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2469
+#: sc/inc/scfuncs.hrc:2469
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "The probability value for which the inverse gamma distribution is to be calculated."
msgstr "ye a prebabilidat asociada con a distribución gamma."
-#: scfuncs.hrc:2470
+#: sc/inc/scfuncs.hrc:2470
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2471
+#: sc/inc/scfuncs.hrc:2471
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "The Alpha (shape) parameter of the Gamma distribution."
msgstr "O parametro Alfa (forma) d'a distribución Gamma."
-#: scfuncs.hrc:2472
+#: sc/inc/scfuncs.hrc:2472
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "Beta"
msgstr ""
-#: scfuncs.hrc:2473
+#: sc/inc/scfuncs.hrc:2473
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_INV_MS"
msgid "The Beta (scale) parameter of the Gamma distribution."
msgstr "O parametro Beta (escala) d'a distribución Gamma."
-#: scfuncs.hrc:2479
+#: sc/inc/scfuncs.hrc:2479
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_LN"
msgid "Returns the natural logarithm of the gamma function."
msgstr "Devuelve o logaritmo natural d'a función gamma"
-#: scfuncs.hrc:2480
+#: sc/inc/scfuncs.hrc:2480
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_LN"
msgid "Number"
msgstr "x"
-#: scfuncs.hrc:2481
+#: sc/inc/scfuncs.hrc:2481
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_LN"
msgid "The value for which the natural logarithm of the gamma function is to be calculated."
msgstr "ye a valor que a suya función GAMMA.LN deseya calcular."
-#: scfuncs.hrc:2487
+#: sc/inc/scfuncs.hrc:2487
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_LN_MS"
msgid "Returns the natural logarithm of the gamma function."
msgstr "Devuelve o logaritmo natural d'a función gamma"
-#: scfuncs.hrc:2488
+#: sc/inc/scfuncs.hrc:2488
msgctxt "SC_OPCODE_GAMMA_LN_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2489
+#: sc/inc/scfuncs.hrc:2489
#, fuzzy
msgctxt "SC_OPCODE_GAMMA_LN_MS"
msgid "The value for which the natural logarithm of the gamma function is to be calculated."
msgstr "ye a valor que a suya función GAMMA.LN deseya calcular."
-#: scfuncs.hrc:2496
+#: sc/inc/scfuncs.hrc:2496
#, fuzzy
msgctxt "SC_OPCODE_GAMMA"
msgid "Returns the value of the Gamma function."
msgstr "Devuelve a valor d'a función Gamma."
-#: scfuncs.hrc:2497
+#: sc/inc/scfuncs.hrc:2497
#, fuzzy
msgctxt "SC_OPCODE_GAMMA"
msgid "Number"
msgstr "Núm_de_serie"
-#: scfuncs.hrc:2498
+#: sc/inc/scfuncs.hrc:2498
#, fuzzy
msgctxt "SC_OPCODE_GAMMA"
msgid "The value for which the Gamma function is to be calculated."
msgstr "A valor ta o qual se calculará a función Gamma."
-#: scfuncs.hrc:2505
+#: sc/inc/scfuncs.hrc:2505
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Values of the beta distribution."
msgstr "Devuelve a prebabilidat ta una variable aleatoria contina seguindo una función de densidat de prebabilidat beta acumulativa"
-#: scfuncs.hrc:2506
+#: sc/inc/scfuncs.hrc:2506
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2507
+#: sc/inc/scfuncs.hrc:2507
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The value for which the beta distribution is to be calculated."
msgstr "ye a valor dentro de l'intervalo [A2, B] con o qual s'evalúa a función."
-#: scfuncs.hrc:2508
+#: sc/inc/scfuncs.hrc:2508
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2509
+#: sc/inc/scfuncs.hrc:2509
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The Alpha parameter of the Beta distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2510
+#: sc/inc/scfuncs.hrc:2510
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Beta"
msgstr ""
-#: scfuncs.hrc:2511
+#: sc/inc/scfuncs.hrc:2511
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The Beta parameter of the Beta distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2512
+#: sc/inc/scfuncs.hrc:2512
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Start"
msgstr "Comienzo"
-#: scfuncs.hrc:2513
+#: sc/inc/scfuncs.hrc:2513
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The starting value for the value interval of the distribution."
msgstr "ye un limite inferior opcional de l'intervalo de x."
-#: scfuncs.hrc:2514
+#: sc/inc/scfuncs.hrc:2514
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST"
msgid "End"
msgstr "Fin"
-#: scfuncs.hrc:2515
+#: sc/inc/scfuncs.hrc:2515
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST"
msgid "The final value for the value interval of the distribution."
msgstr "ye un limite superior opcional de l'intervalo de x."
-#: scfuncs.hrc:2516
+#: sc/inc/scfuncs.hrc:2516
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2517
+#: sc/inc/scfuncs.hrc:2517
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST"
msgid "0 or FALSE for probability density function, any other value or TRUE or omitted for cumulative distribution function."
msgstr "0 u Falso ta la prebabilidat d'a función de densidat, qualsiquier atra valor u VERDADERO u omitiu ta la función distribuida acumulada"
-#: scfuncs.hrc:2523
+#: sc/inc/scfuncs.hrc:2523
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV"
msgid "Values of the inverse beta distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor d'a variable aleatoria seguindo una distribución beta."
-#: scfuncs.hrc:2524
+#: sc/inc/scfuncs.hrc:2524
msgctxt "SC_OPCODE_BETA_INV"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2525
+#: sc/inc/scfuncs.hrc:2525
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV"
msgid "The probability value for which the inverse beta distribution is to be calculated."
msgstr "ye una prebabilidat asociada con a distribución beta."
-#: scfuncs.hrc:2526
+#: sc/inc/scfuncs.hrc:2526
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2527
+#: sc/inc/scfuncs.hrc:2527
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV"
msgid "The Alpha parameter of the Beta distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2528
+#: sc/inc/scfuncs.hrc:2528
msgctxt "SC_OPCODE_BETA_INV"
msgid "Beta"
msgstr ""
-#: scfuncs.hrc:2529
+#: sc/inc/scfuncs.hrc:2529
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV"
msgid "The Beta parameter of the Beta distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2530
+#: sc/inc/scfuncs.hrc:2530
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV"
msgid "Start"
msgstr "Comienzo"
-#: scfuncs.hrc:2531
+#: sc/inc/scfuncs.hrc:2531
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV"
msgid "The starting value for the value interval of the distribution."
msgstr "ye un limite inferior opcional de l'intervalo de x."
-#: scfuncs.hrc:2532
+#: sc/inc/scfuncs.hrc:2532
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV"
msgid "End"
msgstr "Fin"
-#: scfuncs.hrc:2533
+#: sc/inc/scfuncs.hrc:2533
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV"
msgid "The final value for the value interval of the distribution."
msgstr "ye un limite superior opcional de l'intervalo de x."
-#: scfuncs.hrc:2539
+#: sc/inc/scfuncs.hrc:2539
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Values of the beta distribution."
msgstr "Devuelve a prebabilidat ta una variable aleatoria contina seguindo una función de densidat de prebabilidat beta acumulativa"
-#: scfuncs.hrc:2540
+#: sc/inc/scfuncs.hrc:2540
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2541
+#: sc/inc/scfuncs.hrc:2541
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The value for which the beta distribution is to be calculated."
msgstr "ye a valor dentro de l'intervalo [A2, B] con o qual s'evalúa a función."
-#: scfuncs.hrc:2542
+#: sc/inc/scfuncs.hrc:2542
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2543
+#: sc/inc/scfuncs.hrc:2543
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The Alpha parameter of the Beta distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2544
+#: sc/inc/scfuncs.hrc:2544
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Beta"
msgstr ""
-#: scfuncs.hrc:2545
+#: sc/inc/scfuncs.hrc:2545
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The Beta parameter of the Beta distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2546
+#: sc/inc/scfuncs.hrc:2546
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2547
+#: sc/inc/scfuncs.hrc:2547
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "0 or FALSE for probability density function, any other value or TRUE or omitted for cumulative distribution function."
msgstr "0 u Falso ta la prebabilidat d'a función de densidat, qualsiquier atra valor u VERDADERO u omitiu ta la función distribuida acumulada"
-#: scfuncs.hrc:2548
+#: sc/inc/scfuncs.hrc:2548
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "Start"
msgstr "limite inferior"
-#: scfuncs.hrc:2549
+#: sc/inc/scfuncs.hrc:2549
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The starting value for the value interval of the distribution."
msgstr "ye un limite inferior opcional de l'intervalo de x."
-#: scfuncs.hrc:2550
+#: sc/inc/scfuncs.hrc:2550
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "End"
msgstr "limite superior"
-#: scfuncs.hrc:2551
+#: sc/inc/scfuncs.hrc:2551
#, fuzzy
msgctxt "SC_OPCODE_BETA_DIST_MS"
msgid "The final value for the value interval of the distribution."
msgstr "ye un limite superior opcional de l'intervalo de x."
-#: scfuncs.hrc:2557
+#: sc/inc/scfuncs.hrc:2557
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Values of the inverse beta distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor d'a variable aleatoria seguindo una distribución beta."
-#: scfuncs.hrc:2558
+#: sc/inc/scfuncs.hrc:2558
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2559
+#: sc/inc/scfuncs.hrc:2559
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The probability value for which the inverse beta distribution is to be calculated."
msgstr "ye una prebabilidat asociada con a distribución beta."
-#: scfuncs.hrc:2560
+#: sc/inc/scfuncs.hrc:2560
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2561
+#: sc/inc/scfuncs.hrc:2561
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The Alpha parameter of the Beta distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2562
+#: sc/inc/scfuncs.hrc:2562
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Beta"
msgstr ""
-#: scfuncs.hrc:2563
+#: sc/inc/scfuncs.hrc:2563
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The Beta parameter of the Beta distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2564
+#: sc/inc/scfuncs.hrc:2564
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "Start"
msgstr "limite inferior"
-#: scfuncs.hrc:2565
+#: sc/inc/scfuncs.hrc:2565
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The starting value for the value interval of the distribution."
msgstr "ye un limite inferior opcional de l'intervalo de x."
-#: scfuncs.hrc:2566
+#: sc/inc/scfuncs.hrc:2566
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "End"
msgstr "limite superior"
-#: scfuncs.hrc:2567
+#: sc/inc/scfuncs.hrc:2567
#, fuzzy
msgctxt "SC_OPCODE_BETA_INV_MS"
msgid "The final value for the value interval of the distribution."
msgstr "ye un limite superior opcional de l'intervalo de x."
-#: scfuncs.hrc:2573
+#: sc/inc/scfuncs.hrc:2573
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL"
msgid "Returns the values of the Weibull distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria seguindo una distribución de Weibull"
-#: scfuncs.hrc:2574
+#: sc/inc/scfuncs.hrc:2574
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL"
msgid "Number"
msgstr "x"
-#: scfuncs.hrc:2575
+#: sc/inc/scfuncs.hrc:2575
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL"
msgid "The value for which the Weibull distribution is to be calculated."
msgstr "ye a valor a o que deseya evaluar a función."
-#: scfuncs.hrc:2576
+#: sc/inc/scfuncs.hrc:2576
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL"
msgid "Alpha"
msgstr "alfa"
-#: scfuncs.hrc:2577
+#: sc/inc/scfuncs.hrc:2577
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL"
msgid "The Alpha parameter of the Weibull distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2578
+#: sc/inc/scfuncs.hrc:2578
msgctxt "SC_OPCODE_WEIBULL"
msgid "Beta"
msgstr ""
-#: scfuncs.hrc:2579
+#: sc/inc/scfuncs.hrc:2579
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL"
msgid "The Beta parameter of the Weibull distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2580
+#: sc/inc/scfuncs.hrc:2580
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL"
msgid "C"
msgstr "acumulau"
-#: scfuncs.hrc:2581
+#: sc/inc/scfuncs.hrc:2581
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr "ye a valor lochica que determina a forma d'a función. Si ye 0 calcula a función acumulada, si ye 1 a distribución."
-#: scfuncs.hrc:2587
+#: sc/inc/scfuncs.hrc:2587
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Returns the values of the Weibull distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria seguindo una distribución de Weibull"
-#: scfuncs.hrc:2588
+#: sc/inc/scfuncs.hrc:2588
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2589
+#: sc/inc/scfuncs.hrc:2589
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "The value for which the Weibull distribution is to be calculated."
msgstr "ye a valor a o que deseya evaluar a función."
-#: scfuncs.hrc:2590
+#: sc/inc/scfuncs.hrc:2590
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2591
+#: sc/inc/scfuncs.hrc:2591
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "The Alpha parameter of the Weibull distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2592
+#: sc/inc/scfuncs.hrc:2592
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Beta"
msgstr ""
-#: scfuncs.hrc:2593
+#: sc/inc/scfuncs.hrc:2593
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "The Beta parameter of the Weibull distribution."
msgstr "ye un parametro d'a distribución."
-#: scfuncs.hrc:2594
+#: sc/inc/scfuncs.hrc:2594
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "C"
msgstr ""
-#: scfuncs.hrc:2595
+#: sc/inc/scfuncs.hrc:2595
#, fuzzy
msgctxt "SC_OPCODE_WEIBULL_MS"
msgid "Cumulated. C=0 calculates the density function, C=1 the distribution."
msgstr "Cumulativo. C = 0 calcula a función de densidat, C = 1 a distribución."
-#: scfuncs.hrc:2601
+#: sc/inc/scfuncs.hrc:2601
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Values of the hypergeometric distribution."
msgstr "Devuelve a prebabilidat ta una variable aleatoria discreta seguindo una distribución hipergeométrica"
-#: scfuncs.hrc:2602
+#: sc/inc/scfuncs.hrc:2602
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "X"
msgstr "núm_exito"
-#: scfuncs.hrc:2603
+#: sc/inc/scfuncs.hrc:2603
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The number of successes in the sample."
msgstr "O numero d'exitos en a muestra."
-#: scfuncs.hrc:2604
+#: sc/inc/scfuncs.hrc:2604
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "N sample"
msgstr ""
-#: scfuncs.hrc:2605
+#: sc/inc/scfuncs.hrc:2605
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The size of the sample."
msgstr "ye a grandaria d'a muestra."
-#: scfuncs.hrc:2606
+#: sc/inc/scfuncs.hrc:2606
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Successes"
msgstr ""
-#: scfuncs.hrc:2607
+#: sc/inc/scfuncs.hrc:2607
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The number of successes in the population."
msgstr "ye o numero d'exitos en a población."
-#: scfuncs.hrc:2608
+#: sc/inc/scfuncs.hrc:2608
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "N population"
msgstr ""
-#: scfuncs.hrc:2609
+#: sc/inc/scfuncs.hrc:2609
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "The population size."
msgstr "ye a grandaria d'a población."
-#: scfuncs.hrc:2610
+#: sc/inc/scfuncs.hrc:2610
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2611
+#: sc/inc/scfuncs.hrc:2611
msgctxt "SC_OPCODE_HYP_GEOM_DIST"
msgid "Cumulated. TRUE calculates the cumulative distribution function, FALSE the probability mass function."
msgstr ""
-#: scfuncs.hrc:2617
+#: sc/inc/scfuncs.hrc:2617
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Values of the hypergeometric distribution."
msgstr "Devuelve a prebabilidat ta una variable aleatoria discreta seguindo una distribución hipergeométrica"
-#: scfuncs.hrc:2618
+#: sc/inc/scfuncs.hrc:2618
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "X"
msgstr ""
-#: scfuncs.hrc:2619
+#: sc/inc/scfuncs.hrc:2619
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The number of successes in the sample."
msgstr "O numero d'exitos en a muestra."
-#: scfuncs.hrc:2620
+#: sc/inc/scfuncs.hrc:2620
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "N sample"
msgstr ""
-#: scfuncs.hrc:2621
+#: sc/inc/scfuncs.hrc:2621
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The size of the sample."
msgstr "ye a grandaria d'a muestra."
-#: scfuncs.hrc:2622
+#: sc/inc/scfuncs.hrc:2622
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Successes"
msgstr ""
-#: scfuncs.hrc:2623
+#: sc/inc/scfuncs.hrc:2623
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The number of successes in the population."
msgstr "ye o numero d'exitos en a población."
-#: scfuncs.hrc:2624
+#: sc/inc/scfuncs.hrc:2624
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "N population"
msgstr ""
-#: scfuncs.hrc:2625
+#: sc/inc/scfuncs.hrc:2625
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "The population size."
msgstr "ye a grandaria d'a población."
-#: scfuncs.hrc:2626
+#: sc/inc/scfuncs.hrc:2626
#, fuzzy
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2627
+#: sc/inc/scfuncs.hrc:2627
msgctxt "SC_OPCODE_HYP_GEOM_DIST_MS"
msgid "Cumulated. TRUE calculates the cumulative distribution function, FALSE the probability mass function."
msgstr ""
-#: scfuncs.hrc:2633
+#: sc/inc/scfuncs.hrc:2633
#, fuzzy
msgctxt "SC_OPCODE_T_DIST"
msgid "Returns the t-distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria seguindo una distribución t de Student"
-#: scfuncs.hrc:2634
+#: sc/inc/scfuncs.hrc:2634
#, fuzzy
msgctxt "SC_OPCODE_T_DIST"
msgid "Number"
msgstr "x"
-#: scfuncs.hrc:2635
+#: sc/inc/scfuncs.hrc:2635
#, fuzzy
msgctxt "SC_OPCODE_T_DIST"
msgid "The value for which the T distribution is to be calculated."
msgstr "ye a valor numerica a o que s'ha d'evaluar a distribución."
-#: scfuncs.hrc:2636
+#: sc/inc/scfuncs.hrc:2636
#, fuzzy
msgctxt "SC_OPCODE_T_DIST"
msgid "Degrees freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2637
+#: sc/inc/scfuncs.hrc:2637
#, fuzzy
msgctxt "SC_OPCODE_T_DIST"
msgid "The degrees of freedom of the T distribution."
msgstr "ye un entero que indica o numero de graus de libertat."
-#: scfuncs.hrc:2638
+#: sc/inc/scfuncs.hrc:2638
#, fuzzy
msgctxt "SC_OPCODE_T_DIST"
msgid "Mode"
msgstr "Modo"
-#: scfuncs.hrc:2639
+#: sc/inc/scfuncs.hrc:2639
#, fuzzy
msgctxt "SC_OPCODE_T_DIST"
msgid "Mode = 1 calculates the one-tailed test, 2 = two-tailed distribution."
msgstr "Modo = 1 calcula a preba d'una coda, 2 = distribución de dos codas."
-#: scfuncs.hrc:2645
+#: sc/inc/scfuncs.hrc:2645
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "Returns the two-tailed t-distribution."
msgstr ""
-#: scfuncs.hrc:2646
+#: sc/inc/scfuncs.hrc:2646
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2647
+#: sc/inc/scfuncs.hrc:2647
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "The value for which the T distribution is to be calculated."
msgstr "ye a valor numerica a o que s'ha d'evaluar a distribución."
-#: scfuncs.hrc:2648
+#: sc/inc/scfuncs.hrc:2648
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "Degrees freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2649
+#: sc/inc/scfuncs.hrc:2649
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_2T"
msgid "The degrees of freedom of the T distribution."
msgstr "ye un entero que indica o numero de graus de libertat."
-#: scfuncs.hrc:2655
+#: sc/inc/scfuncs.hrc:2655
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Returns the t-distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria seguindo una distribución t de Student"
-#: scfuncs.hrc:2656
+#: sc/inc/scfuncs.hrc:2656
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2657
+#: sc/inc/scfuncs.hrc:2657
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "The value for which the T distribution is to be calculated."
msgstr "ye a valor numerica a o que s'ha d'evaluar a distribución."
-#: scfuncs.hrc:2658
+#: sc/inc/scfuncs.hrc:2658
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Degrees freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2659
+#: sc/inc/scfuncs.hrc:2659
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "The degrees of freedom of the T distribution."
msgstr "ye un entero que indica o numero de graus de libertat."
-#: scfuncs.hrc:2660
+#: sc/inc/scfuncs.hrc:2660
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2661
+#: sc/inc/scfuncs.hrc:2661
msgctxt "SC_OPCODE_T_DIST_MS"
msgid "True calculates the cumulative distribution function, false the probability density function."
msgstr ""
-#: scfuncs.hrc:2667
+#: sc/inc/scfuncs.hrc:2667
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "Returns the right-tailed t-distribution."
msgstr ""
-#: scfuncs.hrc:2668
+#: sc/inc/scfuncs.hrc:2668
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2669
+#: sc/inc/scfuncs.hrc:2669
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "The value for which the T distribution is to be calculated."
msgstr "ye a valor numerica a o que s'ha d'evaluar a distribución."
-#: scfuncs.hrc:2670
+#: sc/inc/scfuncs.hrc:2670
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "Degrees freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2671
+#: sc/inc/scfuncs.hrc:2671
#, fuzzy
msgctxt "SC_OPCODE_T_DIST_RT"
msgid "The degrees of freedom of the T distribution."
msgstr "ye un entero que indica o numero de graus de libertat."
-#: scfuncs.hrc:2677
+#: sc/inc/scfuncs.hrc:2677
#, fuzzy
msgctxt "SC_OPCODE_T_INV"
msgid "Values of the inverse t-distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor d'a variable aleatoria seguindo una distribución t inversa de Student"
-#: scfuncs.hrc:2678
+#: sc/inc/scfuncs.hrc:2678
msgctxt "SC_OPCODE_T_INV"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2679
+#: sc/inc/scfuncs.hrc:2679
#, fuzzy
msgctxt "SC_OPCODE_T_INV"
msgid "The probability value for which the inverse T distribution is to be calculated."
msgstr "ye a prebabilidat asociada con a distribución t de Student dos codas."
-#: scfuncs.hrc:2680
+#: sc/inc/scfuncs.hrc:2680
#, fuzzy
msgctxt "SC_OPCODE_T_INV"
msgid "Degrees freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2681
+#: sc/inc/scfuncs.hrc:2681
#, fuzzy
msgctxt "SC_OPCODE_T_INV"
msgid "The degrees of freedom of the T distribution."
msgstr "ye o numero de graus de libertat ta diferenciar a distribución."
-#: scfuncs.hrc:2687
+#: sc/inc/scfuncs.hrc:2687
#, fuzzy
msgctxt "SC_OPCODE_T_INV_MS"
msgid "Values of the left-tailed inverse t-distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor d'a variable aleatoria seguindo una distribución t inversa de Student"
-#: scfuncs.hrc:2688
+#: sc/inc/scfuncs.hrc:2688
msgctxt "SC_OPCODE_T_INV_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2689
+#: sc/inc/scfuncs.hrc:2689
#, fuzzy
msgctxt "SC_OPCODE_T_INV_MS"
msgid "The probability value for which the inverse T distribution is to be calculated."
msgstr "ye a prebabilidat asociada con a distribución t de Student dos codas."
-#: scfuncs.hrc:2690
+#: sc/inc/scfuncs.hrc:2690
#, fuzzy
msgctxt "SC_OPCODE_T_INV_MS"
msgid "Degrees freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2691
+#: sc/inc/scfuncs.hrc:2691
#, fuzzy
msgctxt "SC_OPCODE_T_INV_MS"
msgid "The degrees of freedom of the T distribution."
msgstr "ye un entero que indica o numero de graus de libertat."
-#: scfuncs.hrc:2697
+#: sc/inc/scfuncs.hrc:2697
#, fuzzy
msgctxt "SC_OPCODE_T_INV_2T"
msgid "Values of the two-tailed inverse t-distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor d'a variable aleatoria seguindo una distribución t inversa de Student"
-#: scfuncs.hrc:2698
+#: sc/inc/scfuncs.hrc:2698
msgctxt "SC_OPCODE_T_INV_2T"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2699
+#: sc/inc/scfuncs.hrc:2699
#, fuzzy
msgctxt "SC_OPCODE_T_INV_2T"
msgid "The probability value for which the inverse T distribution is to be calculated."
msgstr "ye a prebabilidat asociada con a distribución t de Student dos codas."
-#: scfuncs.hrc:2700
+#: sc/inc/scfuncs.hrc:2700
#, fuzzy
msgctxt "SC_OPCODE_T_INV_2T"
msgid "Degrees freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2701
+#: sc/inc/scfuncs.hrc:2701
#, fuzzy
msgctxt "SC_OPCODE_T_INV_2T"
msgid "The degrees of freedom of the T distribution."
msgstr "ye un entero que indica o numero de graus de libertat."
-#: scfuncs.hrc:2707
+#: sc/inc/scfuncs.hrc:2707
#, fuzzy
msgctxt "SC_OPCODE_F_DIST"
msgid "Values of the F probability distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria seguindo una distribución de prebabilidat F"
-#: scfuncs.hrc:2708
+#: sc/inc/scfuncs.hrc:2708
#, fuzzy
msgctxt "SC_OPCODE_F_DIST"
msgid "Number"
msgstr "x"
-#: scfuncs.hrc:2709
+#: sc/inc/scfuncs.hrc:2709
#, fuzzy
msgctxt "SC_OPCODE_F_DIST"
msgid "The value for which the F distribution is to be calculated."
msgstr "ye a valor a o que deseya evaluar a función."
-#: scfuncs.hrc:2710
+#: sc/inc/scfuncs.hrc:2710
#, fuzzy
msgctxt "SC_OPCODE_F_DIST"
msgid "Degrees freedom 1"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2711
+#: sc/inc/scfuncs.hrc:2711
#, fuzzy
msgctxt "SC_OPCODE_F_DIST"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "ye o numero de graus de libertat d'o numerador."
-#: scfuncs.hrc:2712
+#: sc/inc/scfuncs.hrc:2712
#, fuzzy
msgctxt "SC_OPCODE_F_DIST"
msgid "Degrees freedom 2"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2713
+#: sc/inc/scfuncs.hrc:2713
#, fuzzy
msgctxt "SC_OPCODE_F_DIST"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "ye o numero de graus de libertat d'o denominador."
-#: scfuncs.hrc:2719
+#: sc/inc/scfuncs.hrc:2719
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Values of the left tail F probability distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria seguindo una distribución de prebabilidat F"
-#: scfuncs.hrc:2720
+#: sc/inc/scfuncs.hrc:2720
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2721
+#: sc/inc/scfuncs.hrc:2721
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "The value for which the F distribution is to be calculated."
msgstr "ye a valor a o que deseya evaluar a función."
-#: scfuncs.hrc:2722
+#: sc/inc/scfuncs.hrc:2722
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Degrees freedom 1"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2723
+#: sc/inc/scfuncs.hrc:2723
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "ye o numero de graus de libertat d'o numerador."
-#: scfuncs.hrc:2724
+#: sc/inc/scfuncs.hrc:2724
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Degrees freedom 2"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2725
+#: sc/inc/scfuncs.hrc:2725
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "ye o numero de graus de libertat d'o denominador."
-#: scfuncs.hrc:2726
+#: sc/inc/scfuncs.hrc:2726
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2727
+#: sc/inc/scfuncs.hrc:2727
msgctxt "SC_OPCODE_F_DIST_LT"
msgid "Cumulative distribution function (TRUE) or probability density function (FALSE)."
msgstr ""
-#: scfuncs.hrc:2733
+#: sc/inc/scfuncs.hrc:2733
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Values of the right tail F probability distribution."
msgstr "Devuelve a prebabilidat d'una variable aleatoria seguindo una distribución de prebabilidat F"
-#: scfuncs.hrc:2734
+#: sc/inc/scfuncs.hrc:2734
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2735
+#: sc/inc/scfuncs.hrc:2735
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "The value for which the F distribution is to be calculated."
msgstr "ye a valor a o que deseya evaluar a función."
-#: scfuncs.hrc:2736
+#: sc/inc/scfuncs.hrc:2736
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Degrees freedom 1"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2737
+#: sc/inc/scfuncs.hrc:2737
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "ye o numero de graus de libertat d'o numerador."
-#: scfuncs.hrc:2738
+#: sc/inc/scfuncs.hrc:2738
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "Degrees freedom 2"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2739
+#: sc/inc/scfuncs.hrc:2739
#, fuzzy
msgctxt "SC_OPCODE_F_DIST_RT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "ye o numero de graus de libertat d'o denominador."
-#: scfuncs.hrc:2745
+#: sc/inc/scfuncs.hrc:2745
#, fuzzy
msgctxt "SC_OPCODE_F_INV"
msgid "Values of the inverse F distribution."
msgstr "Devuelve a inversa d'a valor d'a variable aleatoria seguindo una distribución de prebabilidat F"
-#: scfuncs.hrc:2746
+#: sc/inc/scfuncs.hrc:2746
msgctxt "SC_OPCODE_F_INV"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2747
+#: sc/inc/scfuncs.hrc:2747
#, fuzzy
msgctxt "SC_OPCODE_F_INV"
msgid "The probability value for which the inverse F distribution is to be calculated."
msgstr "ye una prebabilidat asociada con a función de distribución acumulativa F."
-#: scfuncs.hrc:2748
+#: sc/inc/scfuncs.hrc:2748
#, fuzzy
msgctxt "SC_OPCODE_F_INV"
msgid "Degrees freedom 1"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2749
+#: sc/inc/scfuncs.hrc:2749
#, fuzzy
msgctxt "SC_OPCODE_F_INV"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "ye o numero de graus de libertat d'o numerador."
-#: scfuncs.hrc:2750
+#: sc/inc/scfuncs.hrc:2750
#, fuzzy
msgctxt "SC_OPCODE_F_INV"
msgid "Degrees freedom 2"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2751
+#: sc/inc/scfuncs.hrc:2751
#, fuzzy
msgctxt "SC_OPCODE_F_INV"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "ye o numero de graus de libertat d'o denominador."
-#: scfuncs.hrc:2757
+#: sc/inc/scfuncs.hrc:2757
#, fuzzy
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Values of the inverse left tail F distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor d'a variable aleatoria seguindo una distribución beta."
-#: scfuncs.hrc:2758
+#: sc/inc/scfuncs.hrc:2758
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2759
+#: sc/inc/scfuncs.hrc:2759
#, fuzzy
msgctxt "SC_OPCODE_F_INV_LT"
msgid "The probability value for which the inverse F distribution is to be calculated."
msgstr "ye una prebabilidat asociada con a función de distribución acumulativa F."
-#: scfuncs.hrc:2760
+#: sc/inc/scfuncs.hrc:2760
#, fuzzy
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Degrees freedom 1"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2761
+#: sc/inc/scfuncs.hrc:2761
#, fuzzy
msgctxt "SC_OPCODE_F_INV_LT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "ye o numero de graus de libertat d'o numerador."
-#: scfuncs.hrc:2762
+#: sc/inc/scfuncs.hrc:2762
#, fuzzy
msgctxt "SC_OPCODE_F_INV_LT"
msgid "Degrees freedom 2"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2763
+#: sc/inc/scfuncs.hrc:2763
#, fuzzy
msgctxt "SC_OPCODE_F_INV_LT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "ye o numero de graus de libertat d'o denominador."
-#: scfuncs.hrc:2769
+#: sc/inc/scfuncs.hrc:2769
#, fuzzy
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Values of the inverse right tail F distribution."
msgstr "Devuelve, ta una prebabilidat dada, a valor d'a variable aleatoria seguindo una distribución beta."
-#: scfuncs.hrc:2770
+#: sc/inc/scfuncs.hrc:2770
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2771
+#: sc/inc/scfuncs.hrc:2771
#, fuzzy
msgctxt "SC_OPCODE_F_INV_RT"
msgid "The probability value for which the inverse F distribution is to be calculated."
msgstr "ye una prebabilidat asociada con a función de distribución acumulativa F."
-#: scfuncs.hrc:2772
+#: sc/inc/scfuncs.hrc:2772
#, fuzzy
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Degrees freedom 1"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2773
+#: sc/inc/scfuncs.hrc:2773
#, fuzzy
msgctxt "SC_OPCODE_F_INV_RT"
msgid "The degrees of freedom in the numerator of the F distribution."
msgstr "ye o numero de graus de libertat d'o numerador."
-#: scfuncs.hrc:2774
+#: sc/inc/scfuncs.hrc:2774
#, fuzzy
msgctxt "SC_OPCODE_F_INV_RT"
msgid "Degrees freedom 2"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2775
+#: sc/inc/scfuncs.hrc:2775
#, fuzzy
msgctxt "SC_OPCODE_F_INV_RT"
msgid "The degrees of freedom in the denominator of the F distribution."
msgstr "ye o numero de graus de libertat d'o denominador."
-#: scfuncs.hrc:2781
+#: sc/inc/scfuncs.hrc:2781
#, fuzzy
msgctxt "SC_OPCODE_CHI_DIST"
msgid "Returns the right-tail probability of the chi-square distribution."
msgstr "Devuelve a prebabilidat d'a distribución chi-quadrau."
-#: scfuncs.hrc:2782
+#: sc/inc/scfuncs.hrc:2782
#, fuzzy
msgctxt "SC_OPCODE_CHI_DIST"
msgid "Number"
msgstr "x"
-#: scfuncs.hrc:2783
+#: sc/inc/scfuncs.hrc:2783
#, fuzzy
msgctxt "SC_OPCODE_CHI_DIST"
msgid "The value for which the chi square distribution is to be calculated."
msgstr "ye a valor a o que deseya evaluar a distribución."
-#: scfuncs.hrc:2784
+#: sc/inc/scfuncs.hrc:2784
#, fuzzy
msgctxt "SC_OPCODE_CHI_DIST"
msgid "Degrees freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2785
+#: sc/inc/scfuncs.hrc:2785
#, fuzzy
msgctxt "SC_OPCODE_CHI_DIST"
msgid "The degrees of freedom of the chi square distribution."
msgstr "ye o numero de graus de libertat."
-#: scfuncs.hrc:2791
+#: sc/inc/scfuncs.hrc:2791
#, fuzzy
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "Returns the right-tail probability of the chi-square distribution."
msgstr "Devuelve a prebabilidat d'a distribución chi-quadrau."
-#: scfuncs.hrc:2792
+#: sc/inc/scfuncs.hrc:2792
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2793
+#: sc/inc/scfuncs.hrc:2793
#, fuzzy
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "The value for which the chi square distribution is to be calculated."
msgstr "ye a valor a o que deseya evaluar a distribución."
-#: scfuncs.hrc:2794
+#: sc/inc/scfuncs.hrc:2794
#, fuzzy
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "Degrees freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2795
+#: sc/inc/scfuncs.hrc:2795
#, fuzzy
msgctxt "SC_OPCODE_CHI_DIST_MS"
msgid "The degrees of freedom of the chi square distribution."
msgstr "ye o numero de graus de libertat."
-#: scfuncs.hrc:2802
+#: sc/inc/scfuncs.hrc:2802
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Returns left-tail probability of the cumulative distribution function or values of the probability density function of the chi-square distribution."
msgstr "Devuelve a prebabilidat d'a coda-cucha d'una función de distribución acumulada u as valors d'una prebabilidat de función de densidat d'una distribución chi-quadrau."
-#: scfuncs.hrc:2803
+#: sc/inc/scfuncs.hrc:2803
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Number"
msgstr "Núm_de_serie"
-#: scfuncs.hrc:2804
+#: sc/inc/scfuncs.hrc:2804
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "The value for which the probability density function or cumulative distribution function is to be calculated."
msgstr "Ye a valor sobre o qual se calculará a prebabilidat d'una función de densidat u función acumulada."
-#: scfuncs.hrc:2805
+#: sc/inc/scfuncs.hrc:2805
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Degrees of Freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2806
+#: sc/inc/scfuncs.hrc:2806
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "The degrees of freedom of the chi-square distribution."
msgstr "Os graus de libertat d'a distribución chi-quadrau."
-#: scfuncs.hrc:2807
+#: sc/inc/scfuncs.hrc:2807
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2808
+#: sc/inc/scfuncs.hrc:2808
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function."
msgstr "0 u FALSO calcula a prebabilidat d'una función de densidat. Qualsiquier atra valor u VERDADERO u si ye omitiu calcula a distribución d'a función acumulada."
-#: scfuncs.hrc:2815
+#: sc/inc/scfuncs.hrc:2815
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Returns left-tail probability of the cumulative distribution function or values of the probability density function of the chi-square distribution."
msgstr "Devuelve a prebabilidat d'a coda-cucha d'una función de distribución acumulada u as valors d'una prebabilidat de función de densidat d'una distribución chi-quadrau."
-#: scfuncs.hrc:2816
+#: sc/inc/scfuncs.hrc:2816
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2817
+#: sc/inc/scfuncs.hrc:2817
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "The value for which the probability density function or cumulative distribution function is to be calculated."
msgstr "Ye a valor sobre o qual se calculará a prebabilidat d'una función de densidat u función acumulada."
-#: scfuncs.hrc:2818
+#: sc/inc/scfuncs.hrc:2818
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Degrees of Freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2819
+#: sc/inc/scfuncs.hrc:2819
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "The degrees of freedom of the chi-square distribution."
msgstr "Os graus de libertat d'a distribución chi-quadrau."
-#: scfuncs.hrc:2820
+#: sc/inc/scfuncs.hrc:2820
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "Cumulative"
msgstr "Acumulau"
-#: scfuncs.hrc:2821
+#: sc/inc/scfuncs.hrc:2821
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_DIST_MS"
msgid "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function."
msgstr "0 u FALSO calcula a prebabilidat d'a función de densidat. Qualsiquier atra valor u VERDADERO u si s'omite se calcula a función de distribución acumulada."
-#: scfuncs.hrc:2828
+#: sc/inc/scfuncs.hrc:2828
#, fuzzy
msgctxt "SC_OPCODE_CHI_INV"
msgid "Values of the inverse of CHIDIST(x; DegreesOfFreedom)."
msgstr "Valors d'a inversa de DISTR.JI(x; GradosDeLibertad)."
-#: scfuncs.hrc:2829
+#: sc/inc/scfuncs.hrc:2829
msgctxt "SC_OPCODE_CHI_INV"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2830
+#: sc/inc/scfuncs.hrc:2830
#, fuzzy
msgctxt "SC_OPCODE_CHI_INV"
msgid "The probability value for which the inverse chi square distribution is to be calculated."
msgstr "ye una prebabilidat asociada con a distribución ji quadrau."
-#: scfuncs.hrc:2831
+#: sc/inc/scfuncs.hrc:2831
#, fuzzy
msgctxt "SC_OPCODE_CHI_INV"
msgid "Degrees freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2832
+#: sc/inc/scfuncs.hrc:2832
#, fuzzy
msgctxt "SC_OPCODE_CHI_INV"
msgid "The degrees of freedom of the chi square distribution."
msgstr "ye o numero de graus de libertat."
-#: scfuncs.hrc:2839
+#: sc/inc/scfuncs.hrc:2839
#, fuzzy
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "Values of the inverse of CHIDIST(x; DegreesOfFreedom)."
msgstr "Valors d'a inversa de DISTR.JI(x; GradosDeLibertad)."
-#: scfuncs.hrc:2840
+#: sc/inc/scfuncs.hrc:2840
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:2841
+#: sc/inc/scfuncs.hrc:2841
#, fuzzy
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "The probability value for which the inverse chi square distribution is to be calculated."
msgstr "ye una prebabilidat asociada con a distribución ji quadrau."
-#: scfuncs.hrc:2842
+#: sc/inc/scfuncs.hrc:2842
#, fuzzy
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "Degrees freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2843
+#: sc/inc/scfuncs.hrc:2843
#, fuzzy
msgctxt "SC_OPCODE_CHI_INV_MS"
msgid "The degrees of freedom of the chi square distribution."
msgstr "ye o numero de graus de libertat."
-#: scfuncs.hrc:2850
+#: sc/inc/scfuncs.hrc:2850
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "Values of the inverse of CHISQDIST(x;DegreesOfFreedom;TRUE())."
msgstr "Valors d'a inversa de CHISQDIST(x;GradosDeLibertad;VERDADERO())."
-#: scfuncs.hrc:2851
+#: sc/inc/scfuncs.hrc:2851
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "Probability"
msgstr "Prebabilidat"
-#: scfuncs.hrc:2852
+#: sc/inc/scfuncs.hrc:2852
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "The probability value for which the inverse of the chi square distribution is to be calculated."
msgstr "A valor d'a prebabilidat por o qual a inversa d'a distribución chi-quadrau se calcula."
-#: scfuncs.hrc:2853
+#: sc/inc/scfuncs.hrc:2853
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "Degrees of Freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2854
+#: sc/inc/scfuncs.hrc:2854
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_INV"
msgid "The degrees of freedom of the chi square distribution."
msgstr "ye o numero de graus de libertat."
-#: scfuncs.hrc:2861
+#: sc/inc/scfuncs.hrc:2861
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "Values of the inverse of CHISQ.DIST(x;DegreesOfFreedom;TRUE())."
msgstr "Valors d'a inversa de CHISQDIST(x;GradosDeLibertad;VERDADERO())."
-#: scfuncs.hrc:2862
+#: sc/inc/scfuncs.hrc:2862
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "Probability"
msgstr "Prebabilidat"
-#: scfuncs.hrc:2863
+#: sc/inc/scfuncs.hrc:2863
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "The probability value for which the inverse of the chi square distribution is to be calculated."
msgstr "A valor d'a prebabilidat por o qual a inversa d'a distribución chi-quadrau se calcula."
-#: scfuncs.hrc:2864
+#: sc/inc/scfuncs.hrc:2864
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "Degrees of Freedom"
msgstr "Graus de Libertat"
-#: scfuncs.hrc:2865
+#: sc/inc/scfuncs.hrc:2865
#, fuzzy
msgctxt "SC_OPCODE_CHISQ_INV_MS"
msgid "The degrees of freedom of the chi square distribution."
msgstr "ye o numero de graus de libertat."
-#: scfuncs.hrc:2872
+#: sc/inc/scfuncs.hrc:2872
#, fuzzy
msgctxt "SC_OPCODE_STANDARD"
msgid "Converts a random variable to a normalized value."
msgstr "Devuelve una valor normalizada."
-#: scfuncs.hrc:2873
+#: sc/inc/scfuncs.hrc:2873
#, fuzzy
msgctxt "SC_OPCODE_STANDARD"
msgid "Number"
msgstr "x"
-#: scfuncs.hrc:2874
+#: sc/inc/scfuncs.hrc:2874
#, fuzzy
msgctxt "SC_OPCODE_STANDARD"
msgid "The value to be standardized."
msgstr "ye a valor que deseya normalizar."
-#: scfuncs.hrc:2875
+#: sc/inc/scfuncs.hrc:2875
#, fuzzy
msgctxt "SC_OPCODE_STANDARD"
msgid "Mean"
msgstr "meya"
-#: scfuncs.hrc:2876
+#: sc/inc/scfuncs.hrc:2876
#, fuzzy
msgctxt "SC_OPCODE_STANDARD"
msgid "The mean value used for moving."
msgstr "ye o promeyo utilizau ta o desplazamiento"
-#: scfuncs.hrc:2877
+#: sc/inc/scfuncs.hrc:2877
#, fuzzy
msgctxt "SC_OPCODE_STANDARD"
msgid "STDEV"
msgstr "desv_predeterminada"
-#: scfuncs.hrc:2878
+#: sc/inc/scfuncs.hrc:2878
#, fuzzy
msgctxt "SC_OPCODE_STANDARD"
msgid "The standard deviation used for scaling."
msgstr "ye a desviación predeterminada d'a distribución."
-#: scfuncs.hrc:2884
+#: sc/inc/scfuncs.hrc:2884
#, fuzzy
msgctxt "SC_OPCODE_PERMUT"
msgid "Returns the number of permutations for a given number of elements without repetition."
msgstr "Devuelve o numero de permutacions ta un numero determinau d'obchectos."
-#: scfuncs.hrc:2885
+#: sc/inc/scfuncs.hrc:2885
#, fuzzy
msgctxt "SC_OPCODE_PERMUT"
msgid "Count 1"
msgstr "Cantidat_1"
-#: scfuncs.hrc:2886
+#: sc/inc/scfuncs.hrc:2886
msgctxt "SC_OPCODE_PERMUT"
msgid "The total number of elements."
msgstr "A cantidat total d'elementos."
-#: scfuncs.hrc:2887
+#: sc/inc/scfuncs.hrc:2887
#, fuzzy
msgctxt "SC_OPCODE_PERMUT"
msgid "Count 2"
msgstr "Cantidat_2"
-#: scfuncs.hrc:2888
+#: sc/inc/scfuncs.hrc:2888
msgctxt "SC_OPCODE_PERMUT"
msgid "The selection number taken from the elements."
msgstr "ye un numero entero que corresponde a o numero d'obchectos contenius en cada permutación."
-#: scfuncs.hrc:2894
+#: sc/inc/scfuncs.hrc:2894
#, fuzzy
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "Returns the number of permutations for a given number of objects (repetition allowed)."
msgstr "Devuelve a cantidat de permutacions ta un numero determinau d'elementos con repeticions."
-#: scfuncs.hrc:2895
+#: sc/inc/scfuncs.hrc:2895
#, fuzzy
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "Count 1"
msgstr "Cantidat_1"
-#: scfuncs.hrc:2896
+#: sc/inc/scfuncs.hrc:2896
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "The total number of elements."
msgstr "A cantidat total d'elementos."
-#: scfuncs.hrc:2897
+#: sc/inc/scfuncs.hrc:2897
#, fuzzy
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "Count 2"
msgstr "Cantidat_2"
-#: scfuncs.hrc:2898
+#: sc/inc/scfuncs.hrc:2898
msgctxt "SC_OPCODE_PERMUTATION_A"
msgid "The selection number taken from the elements."
msgstr "ye un numero entero que corresponde a o numero d'obchectos contenius en cada permutación."
-#: scfuncs.hrc:2904
+#: sc/inc/scfuncs.hrc:2904
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "Returns a (1-alpha) confidence interval for a normal distribution."
msgstr "Devuelve l'intervalo de confianza ta la meya d'una población."
-#: scfuncs.hrc:2905
+#: sc/inc/scfuncs.hrc:2905
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2906
+#: sc/inc/scfuncs.hrc:2906
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "The level of the confidence interval."
msgstr "ye o ran de significación emplegau ta calcular o ran de confianza."
-#: scfuncs.hrc:2907
+#: sc/inc/scfuncs.hrc:2907
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "STDEV"
msgstr "desv_predeterminada"
-#: scfuncs.hrc:2908
+#: sc/inc/scfuncs.hrc:2908
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "The standard deviation of the population."
msgstr "ye a desviación predeterminada d'a población"
-#: scfuncs.hrc:2909
+#: sc/inc/scfuncs.hrc:2909
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "Size"
msgstr ""
-#: scfuncs.hrc:2910
+#: sc/inc/scfuncs.hrc:2910
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE"
msgid "The size of the population."
msgstr "ye a grandaria d'a muestra."
-#: scfuncs.hrc:2916
+#: sc/inc/scfuncs.hrc:2916
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "Returns a (1-alpha) confidence interval for a normal distribution."
msgstr "Devuelve l'intervalo de confianza ta la meya d'una población."
-#: scfuncs.hrc:2917
+#: sc/inc/scfuncs.hrc:2917
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2918
+#: sc/inc/scfuncs.hrc:2918
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "The level of the confidence interval."
msgstr "ye o ran de significación emplegau ta calcular o ran de confianza."
-#: scfuncs.hrc:2919
+#: sc/inc/scfuncs.hrc:2919
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "STDEV"
msgstr "DESVEST"
-#: scfuncs.hrc:2920
+#: sc/inc/scfuncs.hrc:2920
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "The standard deviation of the population."
msgstr "ye a desviación predeterminada d'a población"
-#: scfuncs.hrc:2921
+#: sc/inc/scfuncs.hrc:2921
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "Size"
msgstr ""
-#: scfuncs.hrc:2922
+#: sc/inc/scfuncs.hrc:2922
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_N"
msgid "The size of the population."
msgstr "ye a grandaria d'a muestra."
-#: scfuncs.hrc:2928
+#: sc/inc/scfuncs.hrc:2928
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "Returns a (1-alpha) confidence interval for a Student's t distribution."
msgstr "Devuelve l'intervalo de confianza ta la meya d'una población."
-#: scfuncs.hrc:2929
+#: sc/inc/scfuncs.hrc:2929
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:2930
+#: sc/inc/scfuncs.hrc:2930
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "The level of the confidence interval."
msgstr "ye o ran de significación emplegau ta calcular o ran de confianza."
-#: scfuncs.hrc:2931
+#: sc/inc/scfuncs.hrc:2931
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "STDEV"
msgstr "DESVEST"
-#: scfuncs.hrc:2932
+#: sc/inc/scfuncs.hrc:2932
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "The standard deviation of the population."
msgstr "ye a desviación predeterminada d'a población"
-#: scfuncs.hrc:2933
+#: sc/inc/scfuncs.hrc:2933
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "Size"
msgstr ""
-#: scfuncs.hrc:2934
+#: sc/inc/scfuncs.hrc:2934
#, fuzzy
msgctxt "SC_OPCODE_CONFIDENCE_T"
msgid "The size of the population."
msgstr "ye a grandaria d'a muestra."
-#: scfuncs.hrc:2940
+#: sc/inc/scfuncs.hrc:2940
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST"
msgid "Calculates the probability of observing a z-statistic greater than the one computed based on a sample."
msgstr "Calcula a prebabilidat d'observar una estatistica z mayor que una computada basada en una muestra."
-#: scfuncs.hrc:2941
+#: sc/inc/scfuncs.hrc:2941
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:2942
+#: sc/inc/scfuncs.hrc:2942
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST"
msgid "The given sample, drawn from a normally distributed population."
msgstr "A muestra dada, dibuixa d'una población distribuida normalment."
-#: scfuncs.hrc:2943
+#: sc/inc/scfuncs.hrc:2943
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST"
msgid "mu"
msgstr "mu"
-#: scfuncs.hrc:2944
+#: sc/inc/scfuncs.hrc:2944
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST"
msgid "The known mean of the population."
msgstr "A meya conoixida d'una población"
-#: scfuncs.hrc:2945
+#: sc/inc/scfuncs.hrc:2945
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST"
msgid "sigma"
msgstr "sigma"
-#: scfuncs.hrc:2946
+#: sc/inc/scfuncs.hrc:2946
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST"
msgid "The known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
msgstr "A desviación estandar d'una población conoixida. Si ye omitida, a desviación estandar d'a muestra dada s'usada."
-#: scfuncs.hrc:2952
+#: sc/inc/scfuncs.hrc:2952
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "Calculates the probability of observing a z-statistic greater than the one computed based on a sample."
msgstr "Calcula a prebabilidat d'observar una estatistica z mayor que una computada basada en una muestra."
-#: scfuncs.hrc:2953
+#: sc/inc/scfuncs.hrc:2953
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "Data"
msgstr "Datos"
-#: scfuncs.hrc:2954
+#: sc/inc/scfuncs.hrc:2954
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "The given sample, drawn from a normally distributed population."
msgstr "A muestra dada, dibuixa d'una población distribuida normalment."
-#: scfuncs.hrc:2955
+#: sc/inc/scfuncs.hrc:2955
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "mu"
msgstr "mu"
-#: scfuncs.hrc:2956
+#: sc/inc/scfuncs.hrc:2956
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "The known mean of the population."
msgstr "A meya conoixida d'una población"
-#: scfuncs.hrc:2957
+#: sc/inc/scfuncs.hrc:2957
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "sigma"
msgstr "sigma"
-#: scfuncs.hrc:2958
+#: sc/inc/scfuncs.hrc:2958
#, fuzzy
msgctxt "SC_OPCODE_Z_TEST_MS"
msgid "The known standard deviation of the population. If omitted, the standard deviation of the given sample is used."
msgstr "A desviación estandar d'una población conoixida. Si ye omitida, a desviación estandar d'a muestra dada s'usada."
-#: scfuncs.hrc:2964
+#: sc/inc/scfuncs.hrc:2964
#, fuzzy
msgctxt "SC_OPCODE_CHI_TEST"
msgid "Returns the chi square independence test."
msgstr "Devuelve a preba d'independencia."
-#: scfuncs.hrc:2965
+#: sc/inc/scfuncs.hrc:2965
msgctxt "SC_OPCODE_CHI_TEST"
msgid "Data B"
msgstr ""
-#: scfuncs.hrc:2966
+#: sc/inc/scfuncs.hrc:2966
#, fuzzy
msgctxt "SC_OPCODE_CHI_TEST"
msgid "The observed data array."
msgstr "ye l'aria de datos que contiene obserbacions ta prebar frent a valors asperadas."
-#: scfuncs.hrc:2967
+#: sc/inc/scfuncs.hrc:2967
msgctxt "SC_OPCODE_CHI_TEST"
msgid "Data E"
msgstr ""
-#: scfuncs.hrc:2968
+#: sc/inc/scfuncs.hrc:2968
#, fuzzy
msgctxt "SC_OPCODE_CHI_TEST"
msgid "The expected data array."
msgstr " ye l'aria de datos que contiene as valors asperadas."
-#: scfuncs.hrc:2974
+#: sc/inc/scfuncs.hrc:2974
#, fuzzy
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "Returns the chi square independence test."
msgstr "Devuelve a preba d'independencia."
-#: scfuncs.hrc:2975
+#: sc/inc/scfuncs.hrc:2975
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "Data B"
msgstr ""
-#: scfuncs.hrc:2976
+#: sc/inc/scfuncs.hrc:2976
#, fuzzy
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "The observed data array."
msgstr "ye l'aria de datos que contiene obserbacions ta prebar frent a valors asperadas."
-#: scfuncs.hrc:2977
+#: sc/inc/scfuncs.hrc:2977
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "Data E"
msgstr ""
-#: scfuncs.hrc:2978
+#: sc/inc/scfuncs.hrc:2978
#, fuzzy
msgctxt "SC_OPCODE_CHI_TEST_MS"
msgid "The expected data array."
msgstr " ye l'aria de datos que contiene as valors asperadas."
-#: scfuncs.hrc:2984
+#: sc/inc/scfuncs.hrc:2984
#, fuzzy
msgctxt "SC_OPCODE_F_TEST"
msgid "Calculates the F test."
msgstr "Devuelve o resultau d'una preba F."
-#: scfuncs.hrc:2985
+#: sc/inc/scfuncs.hrc:2985
msgctxt "SC_OPCODE_F_TEST"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:2986
+#: sc/inc/scfuncs.hrc:2986
#, fuzzy
msgctxt "SC_OPCODE_F_TEST"
msgid "The first record array."
msgstr "Ye a primera matriz."
-#: scfuncs.hrc:2987
+#: sc/inc/scfuncs.hrc:2987
msgctxt "SC_OPCODE_F_TEST"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:2988
+#: sc/inc/scfuncs.hrc:2988
#, fuzzy
msgctxt "SC_OPCODE_F_TEST"
msgid "The second record array."
msgstr "Ye a segunda matriz."
-#: scfuncs.hrc:2994
+#: sc/inc/scfuncs.hrc:2994
#, fuzzy
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Calculates the F test."
msgstr "Devuelve o resultau d'una preba F."
-#: scfuncs.hrc:2995
+#: sc/inc/scfuncs.hrc:2995
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:2996
+#: sc/inc/scfuncs.hrc:2996
#, fuzzy
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "The first record array."
msgstr "Ye a primera matriz."
-#: scfuncs.hrc:2997
+#: sc/inc/scfuncs.hrc:2997
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:2998
+#: sc/inc/scfuncs.hrc:2998
#, fuzzy
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "The second record array."
msgstr "Ye a segunda matriz."
-#: scfuncs.hrc:3004
+#: sc/inc/scfuncs.hrc:3004
#, fuzzy
msgctxt "SC_OPCODE_T_TEST"
msgid "Calculates the T test."
msgstr "Devuelve a prebabilidat asociada con la preba t de Student."
-#: scfuncs.hrc:3005
+#: sc/inc/scfuncs.hrc:3005
msgctxt "SC_OPCODE_T_TEST"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3006
+#: sc/inc/scfuncs.hrc:3006
#, fuzzy
msgctxt "SC_OPCODE_T_TEST"
msgid "The first record array."
msgstr "ye o primer conchunto de datos."
-#: scfuncs.hrc:3007
+#: sc/inc/scfuncs.hrc:3007
msgctxt "SC_OPCODE_T_TEST"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3008
+#: sc/inc/scfuncs.hrc:3008
#, fuzzy
msgctxt "SC_OPCODE_T_TEST"
msgid "The second record array."
msgstr "ye o segundo conchunto de datos."
-#: scfuncs.hrc:3009
+#: sc/inc/scfuncs.hrc:3009
#, fuzzy
msgctxt "SC_OPCODE_T_TEST"
msgid "Mode"
msgstr "Modo"
-#: scfuncs.hrc:3010
+#: sc/inc/scfuncs.hrc:3010
#, fuzzy
msgctxt "SC_OPCODE_T_TEST"
msgid "Mode specifies the number of distribution tails to return. 1= one-tailed, 2 = two-tailed distribution"
msgstr "especifica o numero de codas de distribución."
-#: scfuncs.hrc:3011
+#: sc/inc/scfuncs.hrc:3011
#, fuzzy
msgctxt "SC_OPCODE_T_TEST"
msgid "Type"
msgstr "tipo"
-#: scfuncs.hrc:3012
+#: sc/inc/scfuncs.hrc:3012
#, fuzzy
msgctxt "SC_OPCODE_T_TEST"
msgid "The type of the T test."
msgstr "ye o tipo de preba t que se realiza."
-#: scfuncs.hrc:3018
+#: sc/inc/scfuncs.hrc:3018
#, fuzzy
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Calculates the T test."
msgstr "Devuelve a prebabilidat asociada con la preba t de Student."
-#: scfuncs.hrc:3019
+#: sc/inc/scfuncs.hrc:3019
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3020
+#: sc/inc/scfuncs.hrc:3020
#, fuzzy
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The first record array."
msgstr "Ye a primera matriz."
-#: scfuncs.hrc:3021
+#: sc/inc/scfuncs.hrc:3021
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3022
+#: sc/inc/scfuncs.hrc:3022
#, fuzzy
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The second record array."
msgstr "Ye a segunda matriz."
-#: scfuncs.hrc:3023
+#: sc/inc/scfuncs.hrc:3023
#, fuzzy
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Mode"
msgstr "Modo"
-#: scfuncs.hrc:3024
+#: sc/inc/scfuncs.hrc:3024
#, fuzzy
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Mode specifies the number of distribution tails to return. 1= one-tailed, 2 = two-tailed distribution"
msgstr "especifica o numero de codas de distribución."
-#: scfuncs.hrc:3025
+#: sc/inc/scfuncs.hrc:3025
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Type"
msgstr "Tipo"
-#: scfuncs.hrc:3026
+#: sc/inc/scfuncs.hrc:3026
#, fuzzy
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The type of the T test."
msgstr "ye o tipo de preba t que se realiza."
-#: scfuncs.hrc:3032
+#: sc/inc/scfuncs.hrc:3032
#, fuzzy
msgctxt "SC_OPCODE_RSQ"
msgid "Returns the square of the Pearson product moment correlation coefficient."
msgstr "Devuelve a valor R quadrau ta una linia de regresión lineal creyada con os datos d'os argumentos matriz_x y matriz_y."
-#: scfuncs.hrc:3033
+#: sc/inc/scfuncs.hrc:3033
msgctxt "SC_OPCODE_RSQ"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3034
+#: sc/inc/scfuncs.hrc:3034
#, fuzzy
msgctxt "SC_OPCODE_RSQ"
msgid "The Y data array."
msgstr "ye una matriz u aria de puntos de datos."
-#: scfuncs.hrc:3035
+#: sc/inc/scfuncs.hrc:3035
msgctxt "SC_OPCODE_RSQ"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3036
+#: sc/inc/scfuncs.hrc:3036
#, fuzzy
msgctxt "SC_OPCODE_RSQ"
msgid "The X data array."
msgstr "ye una matriz u aria de puntos de datos."
-#: scfuncs.hrc:3042
+#: sc/inc/scfuncs.hrc:3042
#, fuzzy
msgctxt "SC_OPCODE_INTERCEPT"
msgid "Returns the intercept of the linear regression line and the Y axis."
msgstr "Devuelve a intersección de l'eixe d'ordenadas con a recta de regresión lineal."
-#: scfuncs.hrc:3043
+#: sc/inc/scfuncs.hrc:3043
msgctxt "SC_OPCODE_INTERCEPT"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3044
+#: sc/inc/scfuncs.hrc:3044
#, fuzzy
msgctxt "SC_OPCODE_INTERCEPT"
msgid "The Y data array."
msgstr "represienta a serie dependient d'obserbacions u de datos."
-#: scfuncs.hrc:3045
+#: sc/inc/scfuncs.hrc:3045
msgctxt "SC_OPCODE_INTERCEPT"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3046
+#: sc/inc/scfuncs.hrc:3046
#, fuzzy
msgctxt "SC_OPCODE_INTERCEPT"
msgid "The X data array."
msgstr "represienta a serie independient d'obserbacions u de datos."
-#: scfuncs.hrc:3052
+#: sc/inc/scfuncs.hrc:3052
#, fuzzy
msgctxt "SC_OPCODE_SLOPE"
msgid "Returns the slope of the linear regression line."
msgstr "Devuelve a pendient d'una linia de regresión lineal."
-#: scfuncs.hrc:3053
+#: sc/inc/scfuncs.hrc:3053
msgctxt "SC_OPCODE_SLOPE"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3054
+#: sc/inc/scfuncs.hrc:3054
#, fuzzy
msgctxt "SC_OPCODE_SLOPE"
msgid "The Y data array."
msgstr "A matriz d'os datos Y."
-#: scfuncs.hrc:3055
+#: sc/inc/scfuncs.hrc:3055
msgctxt "SC_OPCODE_SLOPE"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3056
+#: sc/inc/scfuncs.hrc:3056
#, fuzzy
msgctxt "SC_OPCODE_SLOPE"
msgid "The X data array."
msgstr "ye o conchunto d'obserbacions independients."
-#: scfuncs.hrc:3062
+#: sc/inc/scfuncs.hrc:3062
#, fuzzy
msgctxt "SC_OPCODE_STEYX"
msgid "Returns the standard error of the linear regression."
msgstr "Devuelve a error tipica d'a valor a la regresión lineal."
-#: scfuncs.hrc:3063
+#: sc/inc/scfuncs.hrc:3063
msgctxt "SC_OPCODE_STEYX"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3064
+#: sc/inc/scfuncs.hrc:3064
#, fuzzy
msgctxt "SC_OPCODE_STEYX"
msgid "The Y data array."
msgstr "ye una matriz u aria de puntos de datos dependients."
-#: scfuncs.hrc:3065
+#: sc/inc/scfuncs.hrc:3065
msgctxt "SC_OPCODE_STEYX"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3066
+#: sc/inc/scfuncs.hrc:3066
#, fuzzy
msgctxt "SC_OPCODE_STEYX"
msgid "The X data array."
msgstr "ye una matriz u aria de puntos de datos independients."
-#: scfuncs.hrc:3072
+#: sc/inc/scfuncs.hrc:3072
#, fuzzy
msgctxt "SC_OPCODE_PEARSON"
msgid "Returns the Pearson product moment correlation coefficient."
msgstr "Devuelve o coeficient de correlación producto u momento r de Pearson.."
-#: scfuncs.hrc:3073
+#: sc/inc/scfuncs.hrc:3073
msgctxt "SC_OPCODE_PEARSON"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3074
+#: sc/inc/scfuncs.hrc:3074
#, fuzzy
msgctxt "SC_OPCODE_PEARSON"
msgid "The first record array."
msgstr "ye un conchunto de valors independients."
-#: scfuncs.hrc:3075
+#: sc/inc/scfuncs.hrc:3075
msgctxt "SC_OPCODE_PEARSON"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3076
+#: sc/inc/scfuncs.hrc:3076
#, fuzzy
msgctxt "SC_OPCODE_PEARSON"
msgid "The second record array."
msgstr "ye un conchunto de valors dependients."
-#: scfuncs.hrc:3082
+#: sc/inc/scfuncs.hrc:3082
#, fuzzy
msgctxt "SC_OPCODE_CORREL"
msgid "Returns the correlation coefficient."
msgstr "Devuelve o coeficient de correlación entre dos conchuntos de datos."
-#: scfuncs.hrc:3083
+#: sc/inc/scfuncs.hrc:3083
msgctxt "SC_OPCODE_CORREL"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3084
+#: sc/inc/scfuncs.hrc:3084
#, fuzzy
msgctxt "SC_OPCODE_CORREL"
msgid "The first record array."
msgstr "primer aria de celdas de valors."
-#: scfuncs.hrc:3085
+#: sc/inc/scfuncs.hrc:3085
msgctxt "SC_OPCODE_CORREL"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3086
+#: sc/inc/scfuncs.hrc:3086
#, fuzzy
msgctxt "SC_OPCODE_CORREL"
msgid "The second record array."
msgstr "segunda aria de celdas de valors."
-#: scfuncs.hrc:3092
+#: sc/inc/scfuncs.hrc:3092
msgctxt "SC_OPCODE_COVAR"
msgid "Calculates the population covariance."
msgstr ""
-#: scfuncs.hrc:3093
+#: sc/inc/scfuncs.hrc:3093
msgctxt "SC_OPCODE_COVAR"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3094
+#: sc/inc/scfuncs.hrc:3094
#, fuzzy
msgctxt "SC_OPCODE_COVAR"
msgid "The first record array."
msgstr "primer aria de celdas de numeros enters."
-#: scfuncs.hrc:3095
+#: sc/inc/scfuncs.hrc:3095
msgctxt "SC_OPCODE_COVAR"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3096
+#: sc/inc/scfuncs.hrc:3096
#, fuzzy
msgctxt "SC_OPCODE_COVAR"
msgid "The second record array."
msgstr "segunda aria de celdas de numeros enters."
-#: scfuncs.hrc:3102
+#: sc/inc/scfuncs.hrc:3102
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Calculates the population covariance."
msgstr ""
-#: scfuncs.hrc:3103
+#: sc/inc/scfuncs.hrc:3103
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3104
+#: sc/inc/scfuncs.hrc:3104
#, fuzzy
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "The first record array."
msgstr "Ye a primera matriz."
-#: scfuncs.hrc:3105
+#: sc/inc/scfuncs.hrc:3105
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3106
+#: sc/inc/scfuncs.hrc:3106
#, fuzzy
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "The second record array."
msgstr "Ye a segunda matriz."
-#: scfuncs.hrc:3112
+#: sc/inc/scfuncs.hrc:3112
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Calculates the sample covariance."
msgstr ""
-#: scfuncs.hrc:3113
+#: sc/inc/scfuncs.hrc:3113
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Data 1"
msgstr ""
-#: scfuncs.hrc:3114
+#: sc/inc/scfuncs.hrc:3114
#, fuzzy
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "The first record array."
msgstr "Ye a primera matriz."
-#: scfuncs.hrc:3115
+#: sc/inc/scfuncs.hrc:3115
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Data 2"
msgstr ""
-#: scfuncs.hrc:3116
+#: sc/inc/scfuncs.hrc:3116
#, fuzzy
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "The second record array."
msgstr "Ye a segunda matriz."
-#: scfuncs.hrc:3122
+#: sc/inc/scfuncs.hrc:3122
#, fuzzy
msgctxt "SC_OPCODE_FORECAST"
msgid "Returns a value along a linear regression"
msgstr "Devuelve una valor basar en una regresión lineal."
-#: scfuncs.hrc:3123
+#: sc/inc/scfuncs.hrc:3123
#, fuzzy
msgctxt "SC_OPCODE_FORECAST"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:3124
+#: sc/inc/scfuncs.hrc:3124
#, fuzzy
msgctxt "SC_OPCODE_FORECAST"
msgid "The X value for which the Y value on the regression linear is to be calculated."
msgstr "ye o dato que o suyo valor deseya predicir."
-#: scfuncs.hrc:3125
+#: sc/inc/scfuncs.hrc:3125
msgctxt "SC_OPCODE_FORECAST"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3126
+#: sc/inc/scfuncs.hrc:3126
#, fuzzy
msgctxt "SC_OPCODE_FORECAST"
msgid "The Y data array."
msgstr "matriz u aria de datos dependients."
-#: scfuncs.hrc:3127
+#: sc/inc/scfuncs.hrc:3127
msgctxt "SC_OPCODE_FORECAST"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3128
+#: sc/inc/scfuncs.hrc:3128
#, fuzzy
msgctxt "SC_OPCODE_FORECAST"
msgid "The X data array."
msgstr "matriz u aria de datos independient."
-#: scfuncs.hrc:3134
+#: sc/inc/scfuncs.hrc:3134
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Calculates future value(s) using additive Exponential Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3135
+#: sc/inc/scfuncs.hrc:3135
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Target"
msgstr ""
-#: scfuncs.hrc:3136
+#: sc/inc/scfuncs.hrc:3136
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "The date (array) for which you want to predict a value."
msgstr ""
-#: scfuncs.hrc:3137
+#: sc/inc/scfuncs.hrc:3137
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Values"
msgstr "Valors"
-#: scfuncs.hrc:3138
+#: sc/inc/scfuncs.hrc:3138
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3139
+#: sc/inc/scfuncs.hrc:3139
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3140
+#: sc/inc/scfuncs.hrc:3140
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3141
+#: sc/inc/scfuncs.hrc:3141
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3142
+#: sc/inc/scfuncs.hrc:3142
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3143
+#: sc/inc/scfuncs.hrc:3143
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3144
+#: sc/inc/scfuncs.hrc:3144
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3145
+#: sc/inc/scfuncs.hrc:3145
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3146
+#: sc/inc/scfuncs.hrc:3146
msgctxt "SC_OPCODE_FORECAST_ETS_ADD"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3152
+#: sc/inc/scfuncs.hrc:3152
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Calculates future value(s) using multiplicative Exponential Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3153
+#: sc/inc/scfuncs.hrc:3153
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Target"
msgstr ""
-#: scfuncs.hrc:3154
+#: sc/inc/scfuncs.hrc:3154
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "The date (array) for which you want to predict a value."
msgstr ""
-#: scfuncs.hrc:3155
+#: sc/inc/scfuncs.hrc:3155
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Values"
msgstr "Valors"
-#: scfuncs.hrc:3156
+#: sc/inc/scfuncs.hrc:3156
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3157
+#: sc/inc/scfuncs.hrc:3157
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3158
+#: sc/inc/scfuncs.hrc:3158
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3159
+#: sc/inc/scfuncs.hrc:3159
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3160
+#: sc/inc/scfuncs.hrc:3160
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3161
+#: sc/inc/scfuncs.hrc:3161
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3162
+#: sc/inc/scfuncs.hrc:3162
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3163
+#: sc/inc/scfuncs.hrc:3163
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3164
+#: sc/inc/scfuncs.hrc:3164
msgctxt "SC_OPCODE_FORECAST_ETS_MUL"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3170
+#: sc/inc/scfuncs.hrc:3170
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Returns a prediction interval at the specified target value(s) for additive Exponential Smoothing method"
msgstr ""
-#: scfuncs.hrc:3171
+#: sc/inc/scfuncs.hrc:3171
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Target"
msgstr ""
-#: scfuncs.hrc:3172
+#: sc/inc/scfuncs.hrc:3172
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "The date (array) for which you want to predict a value."
msgstr ""
-#: scfuncs.hrc:3173
+#: sc/inc/scfuncs.hrc:3173
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Values"
msgstr "Valors"
-#: scfuncs.hrc:3174
+#: sc/inc/scfuncs.hrc:3174
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3175
+#: sc/inc/scfuncs.hrc:3175
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3176
+#: sc/inc/scfuncs.hrc:3176
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3177
+#: sc/inc/scfuncs.hrc:3177
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Confidence level"
msgstr ""
-#: scfuncs.hrc:3178
+#: sc/inc/scfuncs.hrc:3178
#, c-format
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Confidence level (default 0.95); value 0 to 1 (exclusive) for 0 to 100% calculated prediction interval."
msgstr ""
-#: scfuncs.hrc:3179
+#: sc/inc/scfuncs.hrc:3179
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3180
+#: sc/inc/scfuncs.hrc:3180
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3181
+#: sc/inc/scfuncs.hrc:3181
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3182
+#: sc/inc/scfuncs.hrc:3182
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3183
+#: sc/inc/scfuncs.hrc:3183
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3184
+#: sc/inc/scfuncs.hrc:3184
msgctxt "SC_OPCODE_FORECAST_ETS_PIA"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3190
+#: sc/inc/scfuncs.hrc:3190
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Returns a prediction interval at the specified target value(s) for multiplicative Exponential Smoothing method"
msgstr ""
-#: scfuncs.hrc:3191
+#: sc/inc/scfuncs.hrc:3191
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Target"
msgstr ""
-#: scfuncs.hrc:3192
+#: sc/inc/scfuncs.hrc:3192
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "The date (array) for which you want to predict a value."
msgstr ""
-#: scfuncs.hrc:3193
+#: sc/inc/scfuncs.hrc:3193
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Values"
msgstr "Valors"
-#: scfuncs.hrc:3194
+#: sc/inc/scfuncs.hrc:3194
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3195
+#: sc/inc/scfuncs.hrc:3195
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3196
+#: sc/inc/scfuncs.hrc:3196
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3197
+#: sc/inc/scfuncs.hrc:3197
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Confidence level"
msgstr ""
-#: scfuncs.hrc:3198
+#: sc/inc/scfuncs.hrc:3198
#, c-format
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Confidence level (default 0.95); value 0 to 1 (exclusive) for 0 to 100% calculated prediction interval."
msgstr ""
-#: scfuncs.hrc:3199
+#: sc/inc/scfuncs.hrc:3199
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3200
+#: sc/inc/scfuncs.hrc:3200
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3201
+#: sc/inc/scfuncs.hrc:3201
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3202
+#: sc/inc/scfuncs.hrc:3202
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3203
+#: sc/inc/scfuncs.hrc:3203
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3204
+#: sc/inc/scfuncs.hrc:3204
msgctxt "SC_OPCODE_FORECAST_ETS_PIM"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3210
+#: sc/inc/scfuncs.hrc:3210
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Calculates the number of samples in period (season) using additive Exponential Triple Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3211
+#: sc/inc/scfuncs.hrc:3211
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Values"
msgstr "Valors"
-#: scfuncs.hrc:3212
+#: sc/inc/scfuncs.hrc:3212
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3213
+#: sc/inc/scfuncs.hrc:3213
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3214
+#: sc/inc/scfuncs.hrc:3214
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3215
+#: sc/inc/scfuncs.hrc:3215
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3216
+#: sc/inc/scfuncs.hrc:3216
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3217
+#: sc/inc/scfuncs.hrc:3217
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3218
+#: sc/inc/scfuncs.hrc:3218
msgctxt "SC_OPCODE_FORECAST_ETS_SEA"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3224
+#: sc/inc/scfuncs.hrc:3224
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Returns statistical value(s) using additive Exponential Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3225
+#: sc/inc/scfuncs.hrc:3225
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Values"
msgstr "Valors"
-#: scfuncs.hrc:3226
+#: sc/inc/scfuncs.hrc:3226
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3227
+#: sc/inc/scfuncs.hrc:3227
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3228
+#: sc/inc/scfuncs.hrc:3228
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3229
+#: sc/inc/scfuncs.hrc:3229
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Statistic type"
msgstr ""
-#: scfuncs.hrc:3230
+#: sc/inc/scfuncs.hrc:3230
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
msgstr ""
-#: scfuncs.hrc:3231
+#: sc/inc/scfuncs.hrc:3231
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3232
+#: sc/inc/scfuncs.hrc:3232
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3233
+#: sc/inc/scfuncs.hrc:3233
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3234
+#: sc/inc/scfuncs.hrc:3234
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3235
+#: sc/inc/scfuncs.hrc:3235
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3236
+#: sc/inc/scfuncs.hrc:3236
msgctxt "SC_OPCODE_FORECAST_ETS_STA"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3242
+#: sc/inc/scfuncs.hrc:3242
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Returns statistical value(s) using multiplicative Exponential Smoothing algorithm."
msgstr ""
-#: scfuncs.hrc:3243
+#: sc/inc/scfuncs.hrc:3243
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Values"
msgstr "Valors"
-#: scfuncs.hrc:3244
+#: sc/inc/scfuncs.hrc:3244
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "The data array from which you want to forecast."
msgstr ""
-#: scfuncs.hrc:3245
+#: sc/inc/scfuncs.hrc:3245
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Timeline"
msgstr ""
-#: scfuncs.hrc:3246
+#: sc/inc/scfuncs.hrc:3246
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "The date or numeric array; a consistent step between values is needed."
msgstr ""
-#: scfuncs.hrc:3247
+#: sc/inc/scfuncs.hrc:3247
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Statistic type"
msgstr ""
-#: scfuncs.hrc:3248
+#: sc/inc/scfuncs.hrc:3248
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
msgstr ""
-#: scfuncs.hrc:3249
+#: sc/inc/scfuncs.hrc:3249
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Period length"
msgstr ""
-#: scfuncs.hrc:3250
+#: sc/inc/scfuncs.hrc:3250
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Number of samples in period (default 1); length of the seasonal pattern."
msgstr ""
-#: scfuncs.hrc:3251
+#: sc/inc/scfuncs.hrc:3251
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Data completion"
msgstr ""
-#: scfuncs.hrc:3252
+#: sc/inc/scfuncs.hrc:3252
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
msgstr ""
-#: scfuncs.hrc:3253
+#: sc/inc/scfuncs.hrc:3253
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Aggregation"
msgstr ""
-#: scfuncs.hrc:3254
+#: sc/inc/scfuncs.hrc:3254
msgctxt "SC_OPCODE_FORECAST_ETS_STM"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
msgstr ""
-#: scfuncs.hrc:3260
+#: sc/inc/scfuncs.hrc:3260
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Returns a value along a linear regression"
msgstr "Devuelve una valor basar en una regresión lineal."
-#: scfuncs.hrc:3261
+#: sc/inc/scfuncs.hrc:3261
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:3262
+#: sc/inc/scfuncs.hrc:3262
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "The X value for which the Y value on the regression linear is to be calculated."
msgstr "ye o dato que o suyo valor deseya predicir."
-#: scfuncs.hrc:3263
+#: sc/inc/scfuncs.hrc:3263
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Data Y"
msgstr ""
-#: scfuncs.hrc:3264
+#: sc/inc/scfuncs.hrc:3264
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "The Y data array."
msgstr "ye o conchunto de valors de y que se conoixen en a relación y = mx+b."
-#: scfuncs.hrc:3265
+#: sc/inc/scfuncs.hrc:3265
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "Data X"
msgstr ""
-#: scfuncs.hrc:3266
+#: sc/inc/scfuncs.hrc:3266
#, fuzzy
msgctxt "SC_OPCODE_FORECAST_LIN"
msgid "The X data array."
msgstr "ye una matriz u aria de puntos de datos."
-#: scfuncs.hrc:3272
+#: sc/inc/scfuncs.hrc:3272
#, fuzzy
msgctxt "SC_OPCODE_ADDRESS"
msgid "Returns the reference to a cell as text."
msgstr "Devuelve una referencia de celda con formato de texto."
-#: scfuncs.hrc:3273
+#: sc/inc/scfuncs.hrc:3273
msgctxt "SC_OPCODE_ADDRESS"
msgid "Row"
msgstr "Ringlera"
-#: scfuncs.hrc:3274
+#: sc/inc/scfuncs.hrc:3274
#, fuzzy
msgctxt "SC_OPCODE_ADDRESS"
msgid "The row number of the cell."
msgstr "Numero de ringlera d'a celda."
-#: scfuncs.hrc:3275
+#: sc/inc/scfuncs.hrc:3275
msgctxt "SC_OPCODE_ADDRESS"
msgid "Column"
msgstr "Columna"
-#: scfuncs.hrc:3276
+#: sc/inc/scfuncs.hrc:3276
#, fuzzy
msgctxt "SC_OPCODE_ADDRESS"
msgid "The column number of the cell."
msgstr "Numero de columna d'a celda."
-#: scfuncs.hrc:3277
+#: sc/inc/scfuncs.hrc:3277
#, fuzzy
msgctxt "SC_OPCODE_ADDRESS"
msgid "ABS"
msgstr "ABS"
-#: scfuncs.hrc:3278
+#: sc/inc/scfuncs.hrc:3278
#, fuzzy
msgctxt "SC_OPCODE_ADDRESS"
msgid "Specifies whether absolute or relative referencing is to be used."
msgstr "Especifica si a referencia usada ye absoluta u relativa."
-#: scfuncs.hrc:3279
+#: sc/inc/scfuncs.hrc:3279
#, fuzzy
msgctxt "SC_OPCODE_ADDRESS"
msgid "A1"
msgstr "A21"
-#: scfuncs.hrc:3280
+#: sc/inc/scfuncs.hrc:3280
#, fuzzy
msgctxt "SC_OPCODE_ADDRESS"
msgid "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style."
msgstr "O estilo de referencia: meyos 0 u FALSO estilo R1C1, qualsiquier atra valor u meyos omitius a o estilo A21."
-#: scfuncs.hrc:3281
+#: sc/inc/scfuncs.hrc:3281
#, fuzzy
msgctxt "SC_OPCODE_ADDRESS"
msgid "Sheet"
msgstr "Fuella"
-#: scfuncs.hrc:3282
+#: sc/inc/scfuncs.hrc:3282
#, fuzzy
msgctxt "SC_OPCODE_ADDRESS"
msgid "The spreadsheet name of the cell reference."
msgstr "O nombre d'a fuella de calculo d'a referencia de celda."
-#: scfuncs.hrc:3288
+#: sc/inc/scfuncs.hrc:3288
#, fuzzy
msgctxt "SC_OPCODE_AREAS"
msgid "Returns the number of individual ranges that belong to a (multiple) range."
msgstr "Devuelve o numero d'arias que perteneixen a un aria de celdas (multiple)."
-#: scfuncs.hrc:3289
+#: sc/inc/scfuncs.hrc:3289
#, fuzzy
msgctxt "SC_OPCODE_AREAS"
msgid "Reference"
msgstr "Referencia"
-#: scfuncs.hrc:3290
+#: sc/inc/scfuncs.hrc:3290
#, fuzzy
msgctxt "SC_OPCODE_AREAS"
msgid "The reference to a (multiple) range."
msgstr "ye a referencia a un aria multiple."
-#: scfuncs.hrc:3296
+#: sc/inc/scfuncs.hrc:3296
msgctxt "SC_OPCODE_CHOOSE"
msgid "Selects a value from a list of up to 30 value arguments."
msgstr "Triga una valor d'una lista de dica 30 argumentos."
-#: scfuncs.hrc:3297
+#: sc/inc/scfuncs.hrc:3297
msgctxt "SC_OPCODE_CHOOSE"
msgid "Index"
msgstr "Indiz"
-#: scfuncs.hrc:3298
+#: sc/inc/scfuncs.hrc:3298
msgctxt "SC_OPCODE_CHOOSE"
msgid "The index of the value (1..30) selected."
msgstr "especifica l'argumento de valor que se selecciona."
-#: scfuncs.hrc:3299
+#: sc/inc/scfuncs.hrc:3299
#, fuzzy
msgctxt "SC_OPCODE_CHOOSE"
msgid "Value "
msgstr "Valors"
-#: scfuncs.hrc:3300
+#: sc/inc/scfuncs.hrc:3300
#, fuzzy
msgctxt "SC_OPCODE_CHOOSE"
msgid "Value 1, value 2,... The list of arguments from which a value is chosen."
msgstr "Valor 1: Valor 2; ... ye a lista d'argumentos d'a quala se deseya trigar una valor."
-#: scfuncs.hrc:3306
+#: sc/inc/scfuncs.hrc:3306
#, fuzzy
msgctxt "SC_OPCODE_COLUMN"
msgid "Returns the internal column number of a reference."
msgstr "Devuelve o numero interno de columna d'una referencia dada."
-#: scfuncs.hrc:3307
+#: sc/inc/scfuncs.hrc:3307
#, fuzzy
msgctxt "SC_OPCODE_COLUMN"
msgid "Reference"
msgstr "Referencia"
-#: scfuncs.hrc:3308
+#: sc/inc/scfuncs.hrc:3308
#, fuzzy
msgctxt "SC_OPCODE_COLUMN"
msgid "The reference to a cell or a range."
msgstr "A referencia a una celda u rango."
-#: scfuncs.hrc:3314
+#: sc/inc/scfuncs.hrc:3314
#, fuzzy
msgctxt "SC_OPCODE_ROW"
msgid "Defines the internal row number of a reference."
msgstr "Devuelve o numero de ringlera d'una referencia."
-#: scfuncs.hrc:3315
+#: sc/inc/scfuncs.hrc:3315
#, fuzzy
msgctxt "SC_OPCODE_ROW"
msgid "Reference"
msgstr "Referencia"
-#: scfuncs.hrc:3316
+#: sc/inc/scfuncs.hrc:3316
#, fuzzy
msgctxt "SC_OPCODE_ROW"
msgid "The reference to a cell or a range."
msgstr "ye a celda u aria de celdas d'os quals se deseya conoixer o numero de ringlera."
-#: scfuncs.hrc:3322
+#: sc/inc/scfuncs.hrc:3322
msgctxt "SC_OPCODE_SHEET"
msgid "Returns the internal sheet number of a reference or a string."
msgstr "Estableix o numero interno de fuella d'una referencia u d'una cadena de caracters."
-#: scfuncs.hrc:3323
+#: sc/inc/scfuncs.hrc:3323
#, fuzzy
msgctxt "SC_OPCODE_SHEET"
msgid "Reference"
msgstr "Referencia"
-#: scfuncs.hrc:3324
+#: sc/inc/scfuncs.hrc:3324
#, fuzzy
msgctxt "SC_OPCODE_SHEET"
msgid "The reference to a cell or a range or the character string of a sheet name."
msgstr "A referencia a una celda, a un aria u a cadena de caracters d'un nombre de fuella."
-#: scfuncs.hrc:3330
+#: sc/inc/scfuncs.hrc:3330
#, fuzzy
msgctxt "SC_OPCODE_COLUMNS"
msgid "Returns the number of columns in an array or reference."
msgstr "Determina o numero de columnas d'una referencia u una matriz."
-#: scfuncs.hrc:3331
+#: sc/inc/scfuncs.hrc:3331
#, fuzzy
msgctxt "SC_OPCODE_COLUMNS"
msgid "Array"
msgstr "matriz "
-#: scfuncs.hrc:3332
+#: sc/inc/scfuncs.hrc:3332
#, fuzzy
msgctxt "SC_OPCODE_COLUMNS"
msgid "The array (reference) for which the number of columns is to be determined."
msgstr "ye a matriz (a referencia), que o suyo numero de columnas se deseya determinar."
-#: scfuncs.hrc:3338
+#: sc/inc/scfuncs.hrc:3338
#, fuzzy
msgctxt "SC_OPCODE_ROWS"
msgid "Returns the number of rows in a reference or array."
msgstr "Devuelve o numero de ringleras d'una referencia u matriz."
-#: scfuncs.hrc:3339
+#: sc/inc/scfuncs.hrc:3339
#, fuzzy
msgctxt "SC_OPCODE_ROWS"
msgid "Array"
msgstr "matriz "
-#: scfuncs.hrc:3340
+#: sc/inc/scfuncs.hrc:3340
#, fuzzy
msgctxt "SC_OPCODE_ROWS"
msgid "The array (reference) for which the number of rows is to be determined."
msgstr "ye una matriz, formula matricial u referencia a un aria de celdas d'a quala se deseya saber o numero de ringleras."
-#: scfuncs.hrc:3346
+#: sc/inc/scfuncs.hrc:3346
#, fuzzy
msgctxt "SC_OPCODE_SHEETS"
msgid "Returns the number of sheets of a given reference. If no parameter has been entered, the total number of sheets in the document is returned."
msgstr "Determina a cantidat de fuellas d'una referencia. Si no existe parametros, a cantidat de fuellas d'un documento será devuelta."
-#: scfuncs.hrc:3347
+#: sc/inc/scfuncs.hrc:3347
#, fuzzy
msgctxt "SC_OPCODE_SHEETS"
msgid "Reference"
msgstr "Referencia"
-#: scfuncs.hrc:3348
+#: sc/inc/scfuncs.hrc:3348
#, fuzzy
msgctxt "SC_OPCODE_SHEETS"
msgid "The reference to a cell or a range."
msgstr "A referencia a una celda u rango."
-#: scfuncs.hrc:3354
+#: sc/inc/scfuncs.hrc:3354
#, fuzzy
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Horizontal search and reference to the cells located below."
msgstr "Busca por ringleras y devuelve a valor d'a celda indicada."
-#: scfuncs.hrc:3355
+#: sc/inc/scfuncs.hrc:3355
#, fuzzy
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Search criterion"
msgstr "Criterio de busqueda"
-#: scfuncs.hrc:3356
+#: sc/inc/scfuncs.hrc:3356
#, fuzzy
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The value to be found in the first row."
msgstr "ye a valor que se busca en a primera ringlera de matriz_buscar_en."
-#: scfuncs.hrc:3357
+#: sc/inc/scfuncs.hrc:3357
#, fuzzy
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Array"
msgstr "matriz "
-#: scfuncs.hrc:3358
+#: sc/inc/scfuncs.hrc:3358
#, fuzzy
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The array or the range for the reference."
msgstr "ye una tabla d'información en a quala se buscan os datos."
-#: scfuncs.hrc:3359
+#: sc/inc/scfuncs.hrc:3359
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Index"
msgstr "Indiz"
-#: scfuncs.hrc:3360
+#: sc/inc/scfuncs.hrc:3360
#, fuzzy
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The row index in the array."
msgstr "ye o numero de ringlera en matriz_buscar_en dende o qual s'habrá de devolver a valor coincident."
-#: scfuncs.hrc:3361
+#: sc/inc/scfuncs.hrc:3361
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "Sorted"
msgstr ""
-#: scfuncs.hrc:3362
+#: sc/inc/scfuncs.hrc:3362
#, fuzzy
msgctxt "SC_OPCODE_H_LOOKUP"
msgid "If the value is TRUE or not given, the search row of the array must be sorted in ascending order."
msgstr "Si a valor ye VERDADERA u s'omite, a linia de busca d'a matriz debe estar ordenada ascendentment."
-#: scfuncs.hrc:3368
+#: sc/inc/scfuncs.hrc:3368
#, fuzzy
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Vertical search and reference to indicated cells."
msgstr "Busca una valor especifica en a primera columna y se desplaza a traviés d'a ringlera y devuelve a valor d'a celda indicada."
-#: scfuncs.hrc:3369
+#: sc/inc/scfuncs.hrc:3369
#, fuzzy
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Search criterion"
msgstr "Criterio de busqueda"
-#: scfuncs.hrc:3370
+#: sc/inc/scfuncs.hrc:3370
#, fuzzy
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "The value to be found in the first column."
msgstr "ye a valor que se busca en a primera columna d'a matriz."
-#: scfuncs.hrc:3371
+#: sc/inc/scfuncs.hrc:3371
#, fuzzy
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Array"
msgstr "matriz "
-#: scfuncs.hrc:3372
+#: sc/inc/scfuncs.hrc:3372
#, fuzzy
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "The array or range for referencing."
msgstr "ye o conchunto de datos an se buscan a valor."
-#: scfuncs.hrc:3373
+#: sc/inc/scfuncs.hrc:3373
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Index"
msgstr "Indiz"
-#: scfuncs.hrc:3374
+#: sc/inc/scfuncs.hrc:3374
#, fuzzy
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Column index number in the array."
msgstr "ye o numero de columna de matriz_buscar_en dende a quala debe devolverse a valor coincident."
-#: scfuncs.hrc:3375
+#: sc/inc/scfuncs.hrc:3375
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Sort order"
msgstr ""
-#: scfuncs.hrc:3376
+#: sc/inc/scfuncs.hrc:3376
#, fuzzy
msgctxt "SC_OPCODE_V_LOOKUP"
msgid "If the value is TRUE or not given, the search column of the array must be sorted in ascending order."
msgstr "Si a valor ye VERDADERA u s'omite, a columna de busca d'a matriz debe estar ordenada ascendentment."
-#: scfuncs.hrc:3382
+#: sc/inc/scfuncs.hrc:3382
#, fuzzy
msgctxt "SC_OPCODE_INDEX"
msgid "Returns a reference to a cell from a defined range."
msgstr "Devuelve una referencia a una celda u a quantas celdas determinada dentro de l'argumento ref."
-#: scfuncs.hrc:3383
+#: sc/inc/scfuncs.hrc:3383
#, fuzzy
msgctxt "SC_OPCODE_INDEX"
msgid "Reference"
msgstr "Referencia"
-#: scfuncs.hrc:3384
+#: sc/inc/scfuncs.hrc:3384
#, fuzzy
msgctxt "SC_OPCODE_INDEX"
msgid "The reference to a (multiple) range."
msgstr "ye una referencia a una u mas arias de referencia (puede estar una selección multiple)."
-#: scfuncs.hrc:3385
+#: sc/inc/scfuncs.hrc:3385
msgctxt "SC_OPCODE_INDEX"
msgid "Row"
msgstr "Ringlera"
-#: scfuncs.hrc:3386
+#: sc/inc/scfuncs.hrc:3386
#, fuzzy
msgctxt "SC_OPCODE_INDEX"
msgid "The row in the range."
msgstr "ye o numero de ringlera en l'argumento ref dende o qual se devolverá una referencia."
-#: scfuncs.hrc:3387
+#: sc/inc/scfuncs.hrc:3387
msgctxt "SC_OPCODE_INDEX"
msgid "Column"
msgstr "Columna"
-#: scfuncs.hrc:3388
+#: sc/inc/scfuncs.hrc:3388
#, fuzzy
msgctxt "SC_OPCODE_INDEX"
msgid "The column in the range."
msgstr "ye o numero d'a columna en l'argumento ref dende o qual se devolverá una referencia."
-#: scfuncs.hrc:3389
+#: sc/inc/scfuncs.hrc:3389
#, fuzzy
msgctxt "SC_OPCODE_INDEX"
msgid "Range"
msgstr "Aria"
-#: scfuncs.hrc:3390
+#: sc/inc/scfuncs.hrc:3390
#, fuzzy
msgctxt "SC_OPCODE_INDEX"
msgid "The index of the subrange if referring to a multiple range."
msgstr "Selecciona un aria en l'argumento ref dende o qual se devolverá a intersección entre ringlera y columna dadas."
-#: scfuncs.hrc:3396
+#: sc/inc/scfuncs.hrc:3396
#, fuzzy
msgctxt "SC_OPCODE_INDIRECT"
msgid "Returns the contents of a cell that is referenced in text form."
msgstr "Devuelve una referencia especificada por una valor de texto."
-#: scfuncs.hrc:3397
+#: sc/inc/scfuncs.hrc:3397
#, fuzzy
msgctxt "SC_OPCODE_INDIRECT"
msgid "Reference"
msgstr "Referencia"
-#: scfuncs.hrc:3398
+#: sc/inc/scfuncs.hrc:3398
#, fuzzy
msgctxt "SC_OPCODE_INDIRECT"
msgid "The cell whose contents are to be evaluated is to be referenced in text form (e.g. \"A1\")."
msgstr "ye una referencia a una celda, que o suyo conteniu se deseya comprebar y que contiene una referencia en forma de texto (por eix. \"A21\")."
-#: scfuncs.hrc:3399
+#: sc/inc/scfuncs.hrc:3399
#, fuzzy
msgctxt "SC_OPCODE_INDIRECT"
msgid "A1"
msgstr "A21"
-#: scfuncs.hrc:3400
+#: sc/inc/scfuncs.hrc:3400
#, fuzzy
msgctxt "SC_OPCODE_INDIRECT"
msgid "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style."
msgstr "O estilo de referencia: meyos 0 u FALSO d'o estilo R1C1, qualsiquier atra valor u meyos omitius d'o estilo A21."
-#: scfuncs.hrc:3406
+#: sc/inc/scfuncs.hrc:3406
#, fuzzy
msgctxt "SC_OPCODE_LOOKUP"
msgid "Determines a value in a vector by comparison to values in another vector."
msgstr "Busca valors en un vector ta comparar-lo con as valors en unatro vector."
-#: scfuncs.hrc:3407
+#: sc/inc/scfuncs.hrc:3407
#, fuzzy
msgctxt "SC_OPCODE_LOOKUP"
msgid "Search criterion"
msgstr "Criterio de busca"
-#: scfuncs.hrc:3408
+#: sc/inc/scfuncs.hrc:3408
#, fuzzy
msgctxt "SC_OPCODE_LOOKUP"
msgid "The value to be used for comparison."
msgstr "ye una valor que BUSCAR busca en a matriz."
-#: scfuncs.hrc:3409
+#: sc/inc/scfuncs.hrc:3409
#, fuzzy
msgctxt "SC_OPCODE_LOOKUP"
msgid "Search vector"
msgstr "vector_comparanza"
-#: scfuncs.hrc:3410
+#: sc/inc/scfuncs.hrc:3410
#, fuzzy
msgctxt "SC_OPCODE_LOOKUP"
msgid "The vector (row or column) in which to search."
msgstr "ye un aria que solament contiene una columna u una ringlera."
-#: scfuncs.hrc:3411
+#: sc/inc/scfuncs.hrc:3411
msgctxt "SC_OPCODE_LOOKUP"
msgid "Result vector"
msgstr ""
-#: scfuncs.hrc:3412
+#: sc/inc/scfuncs.hrc:3412
#, fuzzy
msgctxt "SC_OPCODE_LOOKUP"
msgid "The vector (row or range) from which the value is to be determined."
msgstr "ye un aria que solament contiene una columna u una ringlera."
-#: scfuncs.hrc:3418
+#: sc/inc/scfuncs.hrc:3418
#, fuzzy
msgctxt "SC_OPCODE_MATCH"
msgid "Defines a position in an array after comparing values."
msgstr "Devuelve a posición relativa d'un elemento en una matriz que coincida con una valor especificada."
-#: scfuncs.hrc:3419
+#: sc/inc/scfuncs.hrc:3419
#, fuzzy
msgctxt "SC_OPCODE_MATCH"
msgid "Search criterion"
msgstr "valor_buscada"
-#: scfuncs.hrc:3420
+#: sc/inc/scfuncs.hrc:3420
#, fuzzy
msgctxt "SC_OPCODE_MATCH"
msgid "The value to be used for comparison."
msgstr "ye a valor que s'usa ta trobar a valor deseyada en a tabla."
-#: scfuncs.hrc:3421
+#: sc/inc/scfuncs.hrc:3421
msgctxt "SC_OPCODE_MATCH"
msgid "Lookup array"
msgstr ""
-#: scfuncs.hrc:3422
+#: sc/inc/scfuncs.hrc:3422
#, fuzzy
msgctxt "SC_OPCODE_MATCH"
msgid "The array (range) in which the search is made."
msgstr "ye un aria multiple de celdas que contienen posibles valors a buscar."
-#: scfuncs.hrc:3423
+#: sc/inc/scfuncs.hrc:3423
#, fuzzy
msgctxt "SC_OPCODE_MATCH"
msgid "Type"
msgstr "tipo_de_coincidencia"
-#: scfuncs.hrc:3424
+#: sc/inc/scfuncs.hrc:3424
#, fuzzy
msgctxt "SC_OPCODE_MATCH"
msgid "Type can take the value 1, 0 or -1 and determines the criteria to be used for comparison purposes."
msgstr "ye o número -1, 0 u 1."
-#: scfuncs.hrc:3430
+#: sc/inc/scfuncs.hrc:3430
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "Returns a reference which has been moved in relation to the starting point."
msgstr "Devuelve una referencia especificada y la esvarra respective a unatra referencia."
-#: scfuncs.hrc:3431
+#: sc/inc/scfuncs.hrc:3431
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "Reference"
msgstr "Referencia"
-#: scfuncs.hrc:3432
+#: sc/inc/scfuncs.hrc:3432
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "The reference (cell) from which to base the movement."
msgstr "ye a referencia a la celda dende a quala se determina a desviación."
-#: scfuncs.hrc:3433
+#: sc/inc/scfuncs.hrc:3433
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "Rows"
msgstr "Ringlera"
-#: scfuncs.hrc:3434
+#: sc/inc/scfuncs.hrc:3434
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of rows to be moved either up or down."
msgstr "ye o numero de ringleras en que s'esvarra l'aria. Si s'omite, s'utilizará zero."
-#: scfuncs.hrc:3435
+#: sc/inc/scfuncs.hrc:3435
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "Columns"
msgstr "Columna"
-#: scfuncs.hrc:3436
+#: sc/inc/scfuncs.hrc:3436
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of columns that are to be moved to the left or to the right."
msgstr "ye o numero de columnas en que s'esvarra l'aria. Si s'omite, s'utilizará zero."
-#: scfuncs.hrc:3437
+#: sc/inc/scfuncs.hrc:3437
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "Height"
msgstr "Alto"
-#: scfuncs.hrc:3438
+#: sc/inc/scfuncs.hrc:3438
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of rows of the moved reference."
msgstr "ye l'altura, en ringleras, d'a referencia esvarrada."
-#: scfuncs.hrc:3439
+#: sc/inc/scfuncs.hrc:3439
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "Width"
msgstr "Amplo"
-#: scfuncs.hrc:3440
+#: sc/inc/scfuncs.hrc:3440
#, fuzzy
msgctxt "SC_OPCODE_OFFSET"
msgid "The number of columns in the moved reference."
msgstr "ye l'amplo, en columnas, d'a referencia esvarrada."
-#: scfuncs.hrc:3446
+#: sc/inc/scfuncs.hrc:3446
#, fuzzy
msgctxt "SC_OPCODE_ERROR_TYPE"
msgid "Returns a number corresponding to an error type"
msgstr "Devuelve un numero que corresponde a un tipo d'error."
-#: scfuncs.hrc:3447
+#: sc/inc/scfuncs.hrc:3447
#, fuzzy
msgctxt "SC_OPCODE_ERROR_TYPE"
msgid "Reference"
msgstr "Referencia"
-#: scfuncs.hrc:3448
+#: sc/inc/scfuncs.hrc:3448
#, fuzzy
msgctxt "SC_OPCODE_ERROR_TYPE"
msgid "The reference (cell) in which the error occurred."
msgstr "ye a referencia (a celda) en a quala a error ha ocurriu."
-#: scfuncs.hrc:3454
+#: sc/inc/scfuncs.hrc:3454
msgctxt "SC_OPCODE_ERROR_TYPE_ODF"
msgid "Returns a number corresponding to one of the error values or #N/A if no error exists"
msgstr ""
-#: scfuncs.hrc:3455
+#: sc/inc/scfuncs.hrc:3455
msgctxt "SC_OPCODE_ERROR_TYPE_ODF"
msgid "Expression"
msgstr ""
-#: scfuncs.hrc:3456
+#: sc/inc/scfuncs.hrc:3456
msgctxt "SC_OPCODE_ERROR_TYPE_ODF"
msgid "The error value whose identifying number you want to find. Can be the actual error value or a reference to a cell that you want to test."
msgstr ""
-#: scfuncs.hrc:3462
+#: sc/inc/scfuncs.hrc:3462
#, fuzzy
msgctxt "SC_OPCODE_STYLE"
msgid "Applies a Style to the formula cell."
msgstr "Asigna a la celda un formato predeterminau."
-#: scfuncs.hrc:3463
+#: sc/inc/scfuncs.hrc:3463
#, fuzzy
msgctxt "SC_OPCODE_STYLE"
msgid "Style"
msgstr "Estilo2"
-#: scfuncs.hrc:3464
+#: sc/inc/scfuncs.hrc:3464
#, fuzzy
msgctxt "SC_OPCODE_STYLE"
msgid "The name of the Style to be applied."
msgstr "Nombre d'o estilo que se deseya aplicar."
-#: scfuncs.hrc:3465
+#: sc/inc/scfuncs.hrc:3465
#, fuzzy
msgctxt "SC_OPCODE_STYLE"
msgid "Time"
msgstr "tiempo"
-#: scfuncs.hrc:3466
+#: sc/inc/scfuncs.hrc:3466
#, fuzzy
msgctxt "SC_OPCODE_STYLE"
msgid "The time (in seconds) that the Style is to remain valid."
msgstr "Tiempo de validez (en seg.) d'o estilo."
-#: scfuncs.hrc:3467
+#: sc/inc/scfuncs.hrc:3467
msgctxt "SC_OPCODE_STYLE"
msgid "Style 2"
msgstr ""
-#: scfuncs.hrc:3468
+#: sc/inc/scfuncs.hrc:3468
msgctxt "SC_OPCODE_STYLE"
msgid "The style to be applied after time expires."
msgstr ""
-#: scfuncs.hrc:3474
+#: sc/inc/scfuncs.hrc:3474
#, fuzzy
msgctxt "SC_OPCODE_DDE"
msgid "Result of a DDE link."
msgstr "Resultau d'un vinclo DDE."
-#: scfuncs.hrc:3475
+#: sc/inc/scfuncs.hrc:3475
msgctxt "SC_OPCODE_DDE"
msgid "Server"
msgstr ""
-#: scfuncs.hrc:3476
+#: sc/inc/scfuncs.hrc:3476
#, fuzzy
msgctxt "SC_OPCODE_DDE"
msgid "The name of the server application."
msgstr "nombre de l'aplicación d'o servidor."
-#: scfuncs.hrc:3477
+#: sc/inc/scfuncs.hrc:3477
msgctxt "SC_OPCODE_DDE"
msgid "Topic/file"
msgstr ""
-#: scfuncs.hrc:3478
+#: sc/inc/scfuncs.hrc:3478
msgctxt "SC_OPCODE_DDE"
msgid "The topic or name of the file."
msgstr ""
-#: scfuncs.hrc:3479
+#: sc/inc/scfuncs.hrc:3479
msgctxt "SC_OPCODE_DDE"
msgid "Item/range"
msgstr ""
-#: scfuncs.hrc:3480
+#: sc/inc/scfuncs.hrc:3480
msgctxt "SC_OPCODE_DDE"
msgid "The item or range from which data is to be taken."
msgstr ""
-#: scfuncs.hrc:3481
+#: sc/inc/scfuncs.hrc:3481
#, fuzzy
msgctxt "SC_OPCODE_DDE"
msgid "Mode"
msgstr "Modo"
-#: scfuncs.hrc:3482
+#: sc/inc/scfuncs.hrc:3482
#, fuzzy
msgctxt "SC_OPCODE_DDE"
msgid "Defines how data is to be converted to numbers."
msgstr "Define cómo os datos se convierten en numeros."
-#: scfuncs.hrc:3488
+#: sc/inc/scfuncs.hrc:3488
msgctxt "SC_OPCODE_HYPERLINK"
msgid "Construct a Hyperlink."
msgstr ""
-#: scfuncs.hrc:3489
+#: sc/inc/scfuncs.hrc:3489
#, fuzzy
msgctxt "SC_OPCODE_HYPERLINK"
msgid "URL"
msgstr "URL"
-#: scfuncs.hrc:3490
+#: sc/inc/scfuncs.hrc:3490
msgctxt "SC_OPCODE_HYPERLINK"
msgid "The clickable URL."
msgstr ""
-#: scfuncs.hrc:3491
+#: sc/inc/scfuncs.hrc:3491
msgctxt "SC_OPCODE_HYPERLINK"
msgid "Cell text"
msgstr ""
-#: scfuncs.hrc:3492
+#: sc/inc/scfuncs.hrc:3492
msgctxt "SC_OPCODE_HYPERLINK"
msgid "The cell text to be displayed."
msgstr ""
-#: scfuncs.hrc:3498
+#: sc/inc/scfuncs.hrc:3498
#, fuzzy
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Extracts value(s) from a pivot table."
msgstr "Extraye l'u as valors dende una tabla dinamica."
-#: scfuncs.hrc:3499
+#: sc/inc/scfuncs.hrc:3499
#, fuzzy
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Data field"
msgstr "Campo de datos"
-#: scfuncs.hrc:3500
+#: sc/inc/scfuncs.hrc:3500
#, fuzzy
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "The name of the pivot table field to extract."
msgstr "O nombre d'o campo d'a tabla dinamica que s'extrayerá."
-#: scfuncs.hrc:3501
+#: sc/inc/scfuncs.hrc:3501
#, fuzzy
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Pivot table"
msgstr "Tabla dinamica"
-#: scfuncs.hrc:3502
+#: sc/inc/scfuncs.hrc:3502
#, fuzzy
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "A reference to a cell or range in the pivot table."
msgstr "Una referencia de celda u rango dentro d'a tabla dinamica."
-#: scfuncs.hrc:3503
+#: sc/inc/scfuncs.hrc:3503
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Field name / item"
msgstr ""
-#: scfuncs.hrc:3504
+#: sc/inc/scfuncs.hrc:3504
#, fuzzy
msgctxt "SC_OPCODE_GET_PIVOT_DATA"
msgid "Field name/value pair to filter the target data."
msgstr "Nombre u valor d'o campo combinau ta filtrar os datos finals."
-#: scfuncs.hrc:3510
+#: sc/inc/scfuncs.hrc:3510
#, fuzzy
msgctxt "SC_OPCODE_BAHTTEXT"
msgid "Converts a number to text (Baht)."
msgstr "Convierte un numero en texto (Baht)."
-#: scfuncs.hrc:3511
+#: sc/inc/scfuncs.hrc:3511
msgctxt "SC_OPCODE_BAHTTEXT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3512
+#: sc/inc/scfuncs.hrc:3512
#, fuzzy
msgctxt "SC_OPCODE_BAHTTEXT"
msgid "The number to convert."
msgstr "O numero que convertir."
-#: scfuncs.hrc:3518
+#: sc/inc/scfuncs.hrc:3518
#, fuzzy
msgctxt "SC_OPCODE_JIS"
msgid "Converts half-width ASCII and katakana characters to full-width."
msgstr "Convierte ASCII y caracters de katakana de meya amplaria a amplo completo."
-#: scfuncs.hrc:3519
+#: sc/inc/scfuncs.hrc:3519
#, fuzzy
msgctxt "SC_OPCODE_JIS"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3520
+#: sc/inc/scfuncs.hrc:3520
#, fuzzy
msgctxt "SC_OPCODE_JIS"
msgid "The text to convert."
msgstr "O texto que convertir."
-#: scfuncs.hrc:3526
+#: sc/inc/scfuncs.hrc:3526
#, fuzzy
msgctxt "SC_OPCODE_ASC"
msgid "Converts full-width ASCII and katakana characters to half-width."
msgstr "Convierte ASCII y caracters katakana a la metat de l'amplo normal."
-#: scfuncs.hrc:3527
+#: sc/inc/scfuncs.hrc:3527
#, fuzzy
msgctxt "SC_OPCODE_ASC"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3528
+#: sc/inc/scfuncs.hrc:3528
#, fuzzy
msgctxt "SC_OPCODE_ASC"
msgid "The text to convert."
msgstr "O texto que convertir."
-#: scfuncs.hrc:3534
+#: sc/inc/scfuncs.hrc:3534
#, fuzzy
msgctxt "SC_OPCODE_CODE"
msgid "Returns a numeric code for the first character in a text string."
msgstr "Devuelve o numero de codigo d'o primer caracter d'o texto."
-#: scfuncs.hrc:3535
+#: sc/inc/scfuncs.hrc:3535
#, fuzzy
msgctxt "SC_OPCODE_CODE"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3536
+#: sc/inc/scfuncs.hrc:3536
#, fuzzy
msgctxt "SC_OPCODE_CODE"
msgid "This is the text for which the code of the first character is to be found."
msgstr "ye o texto ta o qual se deseya obtener o codigo d'o primer caracter."
-#: scfuncs.hrc:3542
+#: sc/inc/scfuncs.hrc:3542
#, fuzzy
msgctxt "SC_OPCODE_CURRENCY"
msgid "Converts a number to text in currency format."
msgstr "Convierte un numero en texto usando un formato monetario"
-#: scfuncs.hrc:3543
+#: sc/inc/scfuncs.hrc:3543
#, fuzzy
msgctxt "SC_OPCODE_CURRENCY"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:3544
+#: sc/inc/scfuncs.hrc:3544
#, fuzzy
msgctxt "SC_OPCODE_CURRENCY"
msgid "Value is a number, a reference to a cell containing a number or a formula that results in a number."
msgstr "ye un numero, una referencia a una celda que contiene un numero u una formula que evalúa un numero."
-#: scfuncs.hrc:3545
+#: sc/inc/scfuncs.hrc:3545
#, fuzzy
msgctxt "SC_OPCODE_CURRENCY"
msgid "Decimals"
msgstr "Decimals"
-#: scfuncs.hrc:3546
+#: sc/inc/scfuncs.hrc:3546
#, fuzzy
msgctxt "SC_OPCODE_CURRENCY"
msgid "Decimal places. Denotes the number of digits to the right of the decimal point."
msgstr "ye o numero de dichitos a la dreita d'o separador decimal."
-#: scfuncs.hrc:3552
+#: sc/inc/scfuncs.hrc:3552
#, fuzzy
msgctxt "SC_OPCODE_CHAR"
msgid "Converts a code number into a character or letter."
msgstr "Transforma un codigo numero en un caracter."
-#: scfuncs.hrc:3553
+#: sc/inc/scfuncs.hrc:3553
msgctxt "SC_OPCODE_CHAR"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3554
+#: sc/inc/scfuncs.hrc:3554
#, fuzzy
msgctxt "SC_OPCODE_CHAR"
msgid "The code value for the character."
msgstr "ye un numero entre 1 y 255 que especifica o caracter deseyau"
-#: scfuncs.hrc:3560
+#: sc/inc/scfuncs.hrc:3560
#, fuzzy
msgctxt "SC_OPCODE_CLEAN"
msgid "Removes all nonprintable characters from text."
msgstr "Elimina d'o texto caracters no imprimibles."
-#: scfuncs.hrc:3561
+#: sc/inc/scfuncs.hrc:3561
#, fuzzy
msgctxt "SC_OPCODE_CLEAN"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3562
+#: sc/inc/scfuncs.hrc:3562
#, fuzzy
msgctxt "SC_OPCODE_CLEAN"
msgid "The text from which nonprintable characters are to be removed."
msgstr "Ye o texto d'o que s'eliminan os caracters no imprimibles."
-#: scfuncs.hrc:3568
+#: sc/inc/scfuncs.hrc:3568
#, fuzzy
msgctxt "SC_OPCODE_CONCAT"
msgid "Combines several text items into one."
msgstr "Agrupa quantos textos en un solament."
-#: scfuncs.hrc:3569
+#: sc/inc/scfuncs.hrc:3569
#, fuzzy
msgctxt "SC_OPCODE_CONCAT"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3570
+#: sc/inc/scfuncs.hrc:3570
msgctxt "SC_OPCODE_CONCAT"
msgid "Text for the concatenation."
msgstr ""
-#: scfuncs.hrc:3576
+#: sc/inc/scfuncs.hrc:3576
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Combines several text items into one, accepts cell ranges as arguments."
msgstr ""
-#: scfuncs.hrc:3577
+#: sc/inc/scfuncs.hrc:3577
#, fuzzy
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3578
+#: sc/inc/scfuncs.hrc:3578
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Text and/or cell ranges for the concatenation."
msgstr ""
-#: scfuncs.hrc:3584
+#: sc/inc/scfuncs.hrc:3584
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Combines several text items into one, accepts cell ranges as arguments. Uses delimiter between items."
msgstr ""
-#: scfuncs.hrc:3585
+#: sc/inc/scfuncs.hrc:3585
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Delimiter"
msgstr ""
-#: scfuncs.hrc:3586
+#: sc/inc/scfuncs.hrc:3586
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text string to be used as delimiter."
msgstr ""
-#: scfuncs.hrc:3587
+#: sc/inc/scfuncs.hrc:3587
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Skip empty cells"
msgstr ""
-#: scfuncs.hrc:3588
+#: sc/inc/scfuncs.hrc:3588
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "If TRUE, empty cells will be ignored."
msgstr ""
-#: scfuncs.hrc:3589
+#: sc/inc/scfuncs.hrc:3589
#, fuzzy
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3590
+#: sc/inc/scfuncs.hrc:3590
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text and/or cell ranges for the concatenation."
msgstr ""
-#: scfuncs.hrc:3596
+#: sc/inc/scfuncs.hrc:3596
msgctxt "SC_OPCODE_IFS_MS"
msgid "Checks 1 or more conditions and returns a value corresponding to the first true condition."
msgstr ""
-#: scfuncs.hrc:3597
+#: sc/inc/scfuncs.hrc:3597
#, fuzzy
msgctxt "SC_OPCODE_IFS_MS"
msgid "Test"
msgstr "Preba_lochica"
-#: scfuncs.hrc:3598
+#: sc/inc/scfuncs.hrc:3598
#, fuzzy
msgctxt "SC_OPCODE_IFS_MS"
msgid "Any value or expression which can be either TRUE or FALSE."
msgstr "Ye qualsiquier valor u expresión que pueda evaluarse como VERDADERO u FALSO."
-#: scfuncs.hrc:3599
+#: sc/inc/scfuncs.hrc:3599
#, fuzzy
msgctxt "SC_OPCODE_IFS_MS"
msgid "Result"
msgstr "Resultau"
-#: scfuncs.hrc:3600
+#: sc/inc/scfuncs.hrc:3600
msgctxt "SC_OPCODE_IFS_MS"
msgid "The result of the function if test is TRUE."
msgstr ""
-#: scfuncs.hrc:3606
+#: sc/inc/scfuncs.hrc:3606
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Checks 1 or more values and returns a result corresponding to the first value equal to the given expression."
msgstr ""
-#: scfuncs.hrc:3607
+#: sc/inc/scfuncs.hrc:3607
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Expression"
msgstr ""
-#: scfuncs.hrc:3608
+#: sc/inc/scfuncs.hrc:3608
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value that will be compared against value1-valueN."
msgstr ""
-#: scfuncs.hrc:3609
+#: sc/inc/scfuncs.hrc:3609
#, fuzzy
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:3610
+#: sc/inc/scfuncs.hrc:3610
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value that will be compared against expression."
msgstr ""
-#: scfuncs.hrc:3611
+#: sc/inc/scfuncs.hrc:3611
#, fuzzy
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Result"
msgstr "Resultau"
-#: scfuncs.hrc:3612
+#: sc/inc/scfuncs.hrc:3612
msgctxt "SC_OPCODE_SWITCH_MS"
msgid "Value to return when corresponding value argument matches expression."
msgstr ""
-#: scfuncs.hrc:3617
+#: sc/inc/scfuncs.hrc:3617
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Returns the minimum value in a range that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:3618
+#: sc/inc/scfuncs.hrc:3618
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Min range"
msgstr ""
-#: scfuncs.hrc:3619
+#: sc/inc/scfuncs.hrc:3619
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "The range from which the minimum will be determined."
msgstr ""
-#: scfuncs.hrc:3620
+#: sc/inc/scfuncs.hrc:3620
#, fuzzy
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Range "
msgstr "Aria"
-#: scfuncs.hrc:3621
+#: sc/inc/scfuncs.hrc:3621
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:3622
+#: sc/inc/scfuncs.hrc:3622
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Criteria "
msgstr ""
-#: scfuncs.hrc:3623
+#: sc/inc/scfuncs.hrc:3623
msgctxt "SC_OPCODE_MINIFS_MS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:3628
+#: sc/inc/scfuncs.hrc:3628
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Returns the maximum value in a range that meet multiple criteria in multiple ranges."
msgstr ""
-#: scfuncs.hrc:3629
+#: sc/inc/scfuncs.hrc:3629
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Max range"
msgstr ""
-#: scfuncs.hrc:3630
+#: sc/inc/scfuncs.hrc:3630
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "The range from which the maximum will be determined."
msgstr ""
-#: scfuncs.hrc:3631
+#: sc/inc/scfuncs.hrc:3631
#, fuzzy
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Range "
msgstr "Aria"
-#: scfuncs.hrc:3632
+#: sc/inc/scfuncs.hrc:3632
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Range 1, range 2,... are the ranges to be evaluated by the criteria given."
msgstr ""
-#: scfuncs.hrc:3633
+#: sc/inc/scfuncs.hrc:3633
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Criteria "
msgstr ""
-#: scfuncs.hrc:3634
+#: sc/inc/scfuncs.hrc:3634
msgctxt "SC_OPCODE_MAXIFS_MS"
msgid "Criteria 1, criteria 2,... are the criteria to be applied to the ranges given."
msgstr ""
-#: scfuncs.hrc:3640
+#: sc/inc/scfuncs.hrc:3640
#, fuzzy
msgctxt "SC_OPCODE_EXACT"
msgid "Specifies whether two texts are identical."
msgstr "Compara si dos textos son identicos"
-#: scfuncs.hrc:3641
+#: sc/inc/scfuncs.hrc:3641
msgctxt "SC_OPCODE_EXACT"
msgid "Text 1"
msgstr ""
-#: scfuncs.hrc:3642
+#: sc/inc/scfuncs.hrc:3642
#, fuzzy
msgctxt "SC_OPCODE_EXACT"
msgid "The first text to be used for comparing texts."
msgstr "ye a primera cadena de texto, entre comillas."
-#: scfuncs.hrc:3643
+#: sc/inc/scfuncs.hrc:3643
msgctxt "SC_OPCODE_EXACT"
msgid "Text 2"
msgstr ""
-#: scfuncs.hrc:3644
+#: sc/inc/scfuncs.hrc:3644
#, fuzzy
msgctxt "SC_OPCODE_EXACT"
msgid "The second text for comparing texts."
msgstr "ye a segunda cadena de texto, entre comillas."
-#: scfuncs.hrc:3650
+#: sc/inc/scfuncs.hrc:3650
#, fuzzy
msgctxt "SC_OPCODE_FIND"
msgid "Looks for a string of text within another (case sensitive)"
msgstr "Busca una valor de texto dentro d'unatro tomando en cuenta as mayusclas y minusclas."
-#: scfuncs.hrc:3651
+#: sc/inc/scfuncs.hrc:3651
msgctxt "SC_OPCODE_FIND"
msgid "Find text"
msgstr ""
-#: scfuncs.hrc:3652
+#: sc/inc/scfuncs.hrc:3652
#, fuzzy
msgctxt "SC_OPCODE_FIND"
msgid "The text to be found."
msgstr "ye o texto que se deseya trobar."
-#: scfuncs.hrc:3653
+#: sc/inc/scfuncs.hrc:3653
#, fuzzy
msgctxt "SC_OPCODE_FIND"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3654
+#: sc/inc/scfuncs.hrc:3654
#, fuzzy
msgctxt "SC_OPCODE_FIND"
msgid "The text in which a search is to be made."
msgstr "ye o texto que a la suya vegada contiene o texto que se deseya trobar."
-#: scfuncs.hrc:3655
+#: sc/inc/scfuncs.hrc:3655
msgctxt "SC_OPCODE_FIND"
msgid "Position"
msgstr "Posición"
-#: scfuncs.hrc:3656
+#: sc/inc/scfuncs.hrc:3656
#, fuzzy
msgctxt "SC_OPCODE_FIND"
msgid "The position in the text from which the search starts."
msgstr "especifica o caracter a partir d'o que prencipiará a busca"
-#: scfuncs.hrc:3662
+#: sc/inc/scfuncs.hrc:3662
#, fuzzy
msgctxt "SC_OPCODE_SEARCH"
msgid "Looks for one text value within another (not case-sensitive)."
msgstr "Busca una valor de texto dentro d'unatro sin reconoixer mayusclas u minusclas."
-#: scfuncs.hrc:3663
+#: sc/inc/scfuncs.hrc:3663
msgctxt "SC_OPCODE_SEARCH"
msgid "Find text"
msgstr ""
-#: scfuncs.hrc:3664
+#: sc/inc/scfuncs.hrc:3664
#, fuzzy
msgctxt "SC_OPCODE_SEARCH"
msgid "The text to be found."
msgstr "ye o texto que se deseya trobar."
-#: scfuncs.hrc:3665
+#: sc/inc/scfuncs.hrc:3665
#, fuzzy
msgctxt "SC_OPCODE_SEARCH"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3666
+#: sc/inc/scfuncs.hrc:3666
#, fuzzy
msgctxt "SC_OPCODE_SEARCH"
msgid "The text in which a search is to be made."
msgstr "ye o texto en o qual se deseya trobar texto_buscau."
-#: scfuncs.hrc:3667
+#: sc/inc/scfuncs.hrc:3667
msgctxt "SC_OPCODE_SEARCH"
msgid "Position"
msgstr "Posición"
-#: scfuncs.hrc:3668
+#: sc/inc/scfuncs.hrc:3668
#, fuzzy
msgctxt "SC_OPCODE_SEARCH"
msgid "The position in the text where the search is started."
msgstr "ye, contando dende a cucha, o numero de caracter en dentro_d'o_texto en an se deseya encetar a busca"
-#: scfuncs.hrc:3674
+#: sc/inc/scfuncs.hrc:3674
#, fuzzy
msgctxt "SC_OPCODE_TRIM"
msgid "Removes extra spaces from text."
msgstr "Elimina os espacios d'o texto, fueras d'o espacio normal que se deixa entre parolas."
-#: scfuncs.hrc:3675
+#: sc/inc/scfuncs.hrc:3675
#, fuzzy
msgctxt "SC_OPCODE_TRIM"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3676
+#: sc/inc/scfuncs.hrc:3676
#, fuzzy
msgctxt "SC_OPCODE_TRIM"
msgid "The text in which extra spaces between words are to be deleted."
msgstr "ye o texto d'o que deseya sacar espacios adicionals.."
-#: scfuncs.hrc:3682
+#: sc/inc/scfuncs.hrc:3682
msgctxt "SC_OPCODE_PROPER"
msgid "Capitalizes the first letter in all words."
msgstr "Convierte en mayuscla a primera letra de cada parola d'una valor de texto."
-#: scfuncs.hrc:3683
+#: sc/inc/scfuncs.hrc:3683
#, fuzzy
msgctxt "SC_OPCODE_PROPER"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3684
+#: sc/inc/scfuncs.hrc:3684
#, fuzzy
msgctxt "SC_OPCODE_PROPER"
msgid "The text in which the beginning of words are to be replaced by capital letters."
msgstr "ye o texto entre comillas, una formula que devuelve texto u una referencia a una celda que contiene o texto a o que se deseya adhibir mayusclas inicials."
-#: scfuncs.hrc:3690
+#: sc/inc/scfuncs.hrc:3690
#, fuzzy
msgctxt "SC_OPCODE_UPPER"
msgid "Converts text to uppercase."
msgstr "Convierte o texto en mayusclas."
-#: scfuncs.hrc:3691
+#: sc/inc/scfuncs.hrc:3691
#, fuzzy
msgctxt "SC_OPCODE_UPPER"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3692
+#: sc/inc/scfuncs.hrc:3692
#, fuzzy
msgctxt "SC_OPCODE_UPPER"
msgid "The text in which lower case letters are to be converted to capitals."
msgstr "ye o texto que se deseya convertir en mayusclas."
-#: scfuncs.hrc:3698
+#: sc/inc/scfuncs.hrc:3698
#, fuzzy
msgctxt "SC_OPCODE_LOWER"
msgid "Converts text to lowercase."
msgstr "Convierte todas as mayusclas d'una cadena de texto en minusclas."
-#: scfuncs.hrc:3699
+#: sc/inc/scfuncs.hrc:3699
#, fuzzy
msgctxt "SC_OPCODE_LOWER"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3700
+#: sc/inc/scfuncs.hrc:3700
#, fuzzy
msgctxt "SC_OPCODE_LOWER"
msgid "The text in which capitals are converted to lower case letters."
msgstr "ye o texto que deseya convertir en minusclas."
-#: scfuncs.hrc:3706
+#: sc/inc/scfuncs.hrc:3706
#, fuzzy
msgctxt "SC_OPCODE_VALUE"
msgid "Converts text to a number."
msgstr "Convierte un texto en un numero."
-#: scfuncs.hrc:3707
+#: sc/inc/scfuncs.hrc:3707
#, fuzzy
msgctxt "SC_OPCODE_VALUE"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3708
+#: sc/inc/scfuncs.hrc:3708
#, fuzzy
msgctxt "SC_OPCODE_VALUE"
msgid "The text to be converted to a number."
msgstr "O texto a convertir en un numero."
-#: scfuncs.hrc:3714
+#: sc/inc/scfuncs.hrc:3714
#, fuzzy
msgctxt "SC_OPCODE_TEXT"
msgid "Converts a number to text according to a given format."
msgstr "Convierte un numero en texto seguntes un formato especificau."
-#: scfuncs.hrc:3715
+#: sc/inc/scfuncs.hrc:3715
msgctxt "SC_OPCODE_TEXT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3716
+#: sc/inc/scfuncs.hrc:3716
#, fuzzy
msgctxt "SC_OPCODE_TEXT"
msgid "The numeric value to be converted."
msgstr "A valor numerica a convertir."
-#: scfuncs.hrc:3717
+#: sc/inc/scfuncs.hrc:3717
#, fuzzy
msgctxt "SC_OPCODE_TEXT"
msgid "Format"
msgstr "formato"
-#: scfuncs.hrc:3718
+#: sc/inc/scfuncs.hrc:3718
#, fuzzy
msgctxt "SC_OPCODE_TEXT"
msgid "The text that describes the format."
msgstr "ye un numero de formato entre comillas d'o quadro de dialogo Numero."
-#: scfuncs.hrc:3724
+#: sc/inc/scfuncs.hrc:3724
#, fuzzy
msgctxt "SC_OPCODE_T"
msgid "Returns a value if it is text, otherwise an empty string."
msgstr "Devuelve una valor si ye texto, sino una cadena vacía."
-#: scfuncs.hrc:3725
+#: sc/inc/scfuncs.hrc:3725
#, fuzzy
msgctxt "SC_OPCODE_T"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:3726
+#: sc/inc/scfuncs.hrc:3726
#, fuzzy
msgctxt "SC_OPCODE_T"
msgid "The value to be checked and returned if it is text."
msgstr "A valor que se verificará y devolverá si ye texto."
-#: scfuncs.hrc:3732
+#: sc/inc/scfuncs.hrc:3732
#, fuzzy
msgctxt "SC_OPCODE_REPLACE"
msgid "Replaces characters within a text string with a different text string."
msgstr "Reemplaza caracters dentro d'una cadena de texto por una cadena de texto diferent."
-#: scfuncs.hrc:3733
+#: sc/inc/scfuncs.hrc:3733
#, fuzzy
msgctxt "SC_OPCODE_REPLACE"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3734
+#: sc/inc/scfuncs.hrc:3734
#, fuzzy
msgctxt "SC_OPCODE_REPLACE"
msgid "The text in which some characters are to be replaced."
msgstr "ye o texto en o qual deseya reemplazar o numero especifico de caracters."
-#: scfuncs.hrc:3735
+#: sc/inc/scfuncs.hrc:3735
msgctxt "SC_OPCODE_REPLACE"
msgid "Position"
msgstr "Posición"
-#: scfuncs.hrc:3736
+#: sc/inc/scfuncs.hrc:3736
#, fuzzy
msgctxt "SC_OPCODE_REPLACE"
msgid "The character position from which text is to be replaced."
msgstr "ye a posición d'o caracter en l'argumento texto_orichinal en a quala debe prencipiar o reemplazo con l'argumento texto_nuevo."
-#: scfuncs.hrc:3737
+#: sc/inc/scfuncs.hrc:3737
msgctxt "SC_OPCODE_REPLACE"
msgid "Length"
msgstr ""
-#: scfuncs.hrc:3738
+#: sc/inc/scfuncs.hrc:3738
#, fuzzy
msgctxt "SC_OPCODE_REPLACE"
msgid "The number of characters to be replaced."
msgstr "O numero de caracters que se debe reemplazar."
-#: scfuncs.hrc:3739
+#: sc/inc/scfuncs.hrc:3739
msgctxt "SC_OPCODE_REPLACE"
msgid "New text"
msgstr ""
-#: scfuncs.hrc:3740
+#: sc/inc/scfuncs.hrc:3740
#, fuzzy
msgctxt "SC_OPCODE_REPLACE"
msgid "The text to be inserted."
msgstr "ye o texto con o qual reemplazará os caracters en l'argumento texto_orichinal."
-#: scfuncs.hrc:3746
+#: sc/inc/scfuncs.hrc:3746
#, fuzzy
msgctxt "SC_OPCODE_FIXED"
msgid "Formats a number with a fixed number of places after the decimal point and thousands separator."
msgstr "Da formato de texto a un numero con una cantidat determinada de decimals."
-#: scfuncs.hrc:3747
+#: sc/inc/scfuncs.hrc:3747
msgctxt "SC_OPCODE_FIXED"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3748
+#: sc/inc/scfuncs.hrc:3748
#, fuzzy
msgctxt "SC_OPCODE_FIXED"
msgid "The number to be formatted."
msgstr "ye o numero que deseya redondear y convertir en texto."
-#: scfuncs.hrc:3749
+#: sc/inc/scfuncs.hrc:3749
#, fuzzy
msgctxt "SC_OPCODE_FIXED"
msgid "Decimals"
msgstr "Decimals"
-#: scfuncs.hrc:3750
+#: sc/inc/scfuncs.hrc:3750
#, fuzzy
msgctxt "SC_OPCODE_FIXED"
msgid "Decimal places. The number of fixed decimal places that are to be displayed."
msgstr "ye o numero de dichitos a la dreita d'o separador decimal."
-#: scfuncs.hrc:3751
+#: sc/inc/scfuncs.hrc:3751
#, fuzzy
msgctxt "SC_OPCODE_FIXED"
msgid "No thousands separators"
msgstr "No_deseparar_milars"
-#: scfuncs.hrc:3752
+#: sc/inc/scfuncs.hrc:3752
msgctxt "SC_OPCODE_FIXED"
msgid "Thousands separator. If 0 or omitted the locale group separator is used else the separator is suppressed."
msgstr ""
-#: scfuncs.hrc:3758
+#: sc/inc/scfuncs.hrc:3758
#, fuzzy
msgctxt "SC_OPCODE_LEN"
msgid "Calculates length of a text string."
msgstr "Devuelve a longaria d'una cadena de texto."
-#: scfuncs.hrc:3759
+#: sc/inc/scfuncs.hrc:3759
#, fuzzy
msgctxt "SC_OPCODE_LEN"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3760
+#: sc/inc/scfuncs.hrc:3760
#, fuzzy
msgctxt "SC_OPCODE_LEN"
msgid "The text in which the length is to be determined."
msgstr "ye o texto que a suya longaria deseya conoixer."
-#: scfuncs.hrc:3766
+#: sc/inc/scfuncs.hrc:3766
#, fuzzy
msgctxt "SC_OPCODE_LEFT"
msgid "Returns the first character or characters of a text."
msgstr "Devuelve o primer caracter u os primers caracters d'un texto."
-#: scfuncs.hrc:3767
+#: sc/inc/scfuncs.hrc:3767
#, fuzzy
msgctxt "SC_OPCODE_LEFT"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3768
+#: sc/inc/scfuncs.hrc:3768
#, fuzzy
msgctxt "SC_OPCODE_LEFT"
msgid "The text where the initial partial words are to be determined."
msgstr "ye a cadena de texto que contiene os caracters que deseya extrayer."
-#: scfuncs.hrc:3769
+#: sc/inc/scfuncs.hrc:3769
msgctxt "SC_OPCODE_LEFT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3770
+#: sc/inc/scfuncs.hrc:3770
#, fuzzy
msgctxt "SC_OPCODE_LEFT"
msgid "The number of characters for the start text."
msgstr "especifica quántos caracters se deseya extrayer."
-#: scfuncs.hrc:3776
+#: sc/inc/scfuncs.hrc:3776
#, fuzzy
msgctxt "SC_OPCODE_RIGHT"
msgid "Returns the last character or characters of a text."
msgstr "Devuelve o zaguer caracter u os zaguers caracters d'un texto."
-#: scfuncs.hrc:3777
+#: sc/inc/scfuncs.hrc:3777
#, fuzzy
msgctxt "SC_OPCODE_RIGHT"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3778
+#: sc/inc/scfuncs.hrc:3778
#, fuzzy
msgctxt "SC_OPCODE_RIGHT"
msgid "The text in which the end partial words are to be determined."
msgstr "ye a cadena de texto que contiene os caracters que deseya extrayer."
-#: scfuncs.hrc:3779
+#: sc/inc/scfuncs.hrc:3779
msgctxt "SC_OPCODE_RIGHT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3780
+#: sc/inc/scfuncs.hrc:3780
#, fuzzy
msgctxt "SC_OPCODE_RIGHT"
msgid "The number of characters for the end text."
msgstr "especifica o numero de caracters que se deseya extrayer."
-#: scfuncs.hrc:3786
+#: sc/inc/scfuncs.hrc:3786
#, fuzzy
msgctxt "SC_OPCODE_MID"
msgid "Returns a partial text string of a text."
msgstr "Devuelve un numero especifico de caracters d'una cadena de texto, prencipiando en a posición que especifique."
-#: scfuncs.hrc:3787
+#: sc/inc/scfuncs.hrc:3787
#, fuzzy
msgctxt "SC_OPCODE_MID"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3788
+#: sc/inc/scfuncs.hrc:3788
#, fuzzy
msgctxt "SC_OPCODE_MID"
msgid "The text in which partial words are to be determined."
msgstr "ye a cadena de texto que contiene os caracters que deseya extrayer."
-#: scfuncs.hrc:3789
+#: sc/inc/scfuncs.hrc:3789
#, fuzzy
msgctxt "SC_OPCODE_MID"
msgid "Start"
msgstr "limite inferior"
-#: scfuncs.hrc:3790
+#: sc/inc/scfuncs.hrc:3790
#, fuzzy
msgctxt "SC_OPCODE_MID"
msgid "The position from which the part word is to be determined."
msgstr "ye a posición d'o primer caracter que deseya extrayer de l'argumento texto."
-#: scfuncs.hrc:3791
+#: sc/inc/scfuncs.hrc:3791
msgctxt "SC_OPCODE_MID"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3792
+#: sc/inc/scfuncs.hrc:3792
#, fuzzy
msgctxt "SC_OPCODE_MID"
msgid "The number of characters for the text."
msgstr "especifica o numero de caracters de texto que s'han de devolver."
-#: scfuncs.hrc:3798
+#: sc/inc/scfuncs.hrc:3798
#, fuzzy
msgctxt "SC_OPCODE_REPT"
msgid "Repeats text a given number of times."
msgstr "Repite o texto un numero de vegadas determinau."
-#: scfuncs.hrc:3799
+#: sc/inc/scfuncs.hrc:3799
#, fuzzy
msgctxt "SC_OPCODE_REPT"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3800
+#: sc/inc/scfuncs.hrc:3800
#, fuzzy
msgctxt "SC_OPCODE_REPT"
msgid "The text to be repeated."
msgstr "ye o texto que deseya repetir."
-#: scfuncs.hrc:3801
+#: sc/inc/scfuncs.hrc:3801
msgctxt "SC_OPCODE_REPT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3802
+#: sc/inc/scfuncs.hrc:3802
#, fuzzy
msgctxt "SC_OPCODE_REPT"
msgid "The number of times the text is to be repeated."
msgstr "ye un numero positivo que especifica o numero de vegadas que s'habrá de repetir o texto."
-#: scfuncs.hrc:3808
+#: sc/inc/scfuncs.hrc:3808
#, fuzzy
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Substitutes new text for old text in a string."
msgstr "Reemplaza caracters dentro d'o texto."
-#: scfuncs.hrc:3809
+#: sc/inc/scfuncs.hrc:3809
#, fuzzy
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3810
+#: sc/inc/scfuncs.hrc:3810
#, fuzzy
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The text in which partial words are to be replaced."
msgstr "ye o texto u a referencia a una celda que contiene texto en o qual se deseya cambiar caracters."
-#: scfuncs.hrc:3811
+#: sc/inc/scfuncs.hrc:3811
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Search text"
msgstr ""
-#: scfuncs.hrc:3812
+#: sc/inc/scfuncs.hrc:3812
#, fuzzy
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The partial string to be (repeatedly) replaced."
msgstr "ye o texto que se deseya substituir."
-#: scfuncs.hrc:3813
+#: sc/inc/scfuncs.hrc:3813
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "New text"
msgstr ""
-#: scfuncs.hrc:3814
+#: sc/inc/scfuncs.hrc:3814
#, fuzzy
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The text which is to replace the text string."
msgstr "ye o texto con o qual se reemplaza o texto_orichinal."
-#: scfuncs.hrc:3815
+#: sc/inc/scfuncs.hrc:3815
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Occurrence"
msgstr ""
-#: scfuncs.hrc:3816
+#: sc/inc/scfuncs.hrc:3816
#, fuzzy
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Which occurrence of the old text is to be replaced."
msgstr "Indica quál ocurrencia d'o texto orichinal debe reemplazar."
-#: scfuncs.hrc:3822
+#: sc/inc/scfuncs.hrc:3822
#, fuzzy
msgctxt "SC_OPCODE_BASE"
msgid "Converts a positive integer to text from a number system to the base defined."
msgstr "Convierte un numero entero positivo en un texto d'un sistema numerico ta la base dada."
-#: scfuncs.hrc:3823
+#: sc/inc/scfuncs.hrc:3823
msgctxt "SC_OPCODE_BASE"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3824
+#: sc/inc/scfuncs.hrc:3824
#, fuzzy
msgctxt "SC_OPCODE_BASE"
msgid "The number to be converted."
msgstr "Numero que convertir."
-#: scfuncs.hrc:3825
+#: sc/inc/scfuncs.hrc:3825
msgctxt "SC_OPCODE_BASE"
msgid "Radix"
msgstr ""
-#: scfuncs.hrc:3826
+#: sc/inc/scfuncs.hrc:3826
#, fuzzy
msgctxt "SC_OPCODE_BASE"
msgid "The base number for conversion must be in the range 2 - 36."
msgstr "La base numerica ta la conversión debe estar entre 2 y 36."
-#: scfuncs.hrc:3827
+#: sc/inc/scfuncs.hrc:3827
#, fuzzy
msgctxt "SC_OPCODE_BASE"
msgid "Minimum length"
msgstr "Longaria minima"
-#: scfuncs.hrc:3828
+#: sc/inc/scfuncs.hrc:3828
#, fuzzy
msgctxt "SC_OPCODE_BASE"
msgid "If the text is shorter than the specified length, zeros are added to the left of the string."
msgstr "Si o texto ye mas corto, se replenará a la cucha con zeros."
-#: scfuncs.hrc:3834
+#: sc/inc/scfuncs.hrc:3834
#, fuzzy
msgctxt "SC_OPCODE_DECIMAL"
msgid "Converts a text of a specified number system to a positive integer in the base given."
msgstr "Convierte un texto d'un sistema numerico en un numero entero positivo ta la base dada."
-#: scfuncs.hrc:3835
+#: sc/inc/scfuncs.hrc:3835
#, fuzzy
msgctxt "SC_OPCODE_DECIMAL"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3836
+#: sc/inc/scfuncs.hrc:3836
#, fuzzy
msgctxt "SC_OPCODE_DECIMAL"
msgid "The text to be converted."
msgstr "O texto a convertir."
-#: scfuncs.hrc:3837
+#: sc/inc/scfuncs.hrc:3837
msgctxt "SC_OPCODE_DECIMAL"
msgid "Radix"
msgstr ""
-#: scfuncs.hrc:3838
+#: sc/inc/scfuncs.hrc:3838
#, fuzzy
msgctxt "SC_OPCODE_DECIMAL"
msgid "The base number for conversion must be in the range 2 - 36."
msgstr "La base numerica d'a quala se convertirá debe estar entre 2 - 36."
-#: scfuncs.hrc:3844
+#: sc/inc/scfuncs.hrc:3844
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Converts a value according to a conversion table in the configuration (main.xcd)."
msgstr ""
-#: scfuncs.hrc:3845
+#: sc/inc/scfuncs.hrc:3845
#, fuzzy
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:3846
+#: sc/inc/scfuncs.hrc:3846
#, fuzzy
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "The value to be converted."
msgstr "A valor a convertir."
-#: scfuncs.hrc:3847 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3849
+#: sc/inc/scfuncs.hrc:3847 sc/inc/scfuncs.hrc:3849
#, fuzzy
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3848
+#: sc/inc/scfuncs.hrc:3848
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Unit from which something is converted, case-sensitive."
msgstr ""
-#: scfuncs.hrc:3850
+#: sc/inc/scfuncs.hrc:3850
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Unit into which something is converted, case-sensitive."
msgstr ""
-#: scfuncs.hrc:3856
+#: sc/inc/scfuncs.hrc:3856
#, fuzzy
msgctxt "SC_OPCODE_ROMAN"
msgid "Converts a number to a Roman numeral."
msgstr "Convierte un numero en un numero romano."
-#: scfuncs.hrc:3857
+#: sc/inc/scfuncs.hrc:3857
msgctxt "SC_OPCODE_ROMAN"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3858
+#: sc/inc/scfuncs.hrc:3858
#, fuzzy
msgctxt "SC_OPCODE_ROMAN"
msgid "The number to be converted to a Roman numeral must be in the 0 - 3999 range."
msgstr "O numero a convertir en numero romano debe estar un entre 0 y 3999."
-#: scfuncs.hrc:3859
+#: sc/inc/scfuncs.hrc:3859
#, fuzzy
msgctxt "SC_OPCODE_ROMAN"
msgid "Mode"
msgstr "Modo"
-#: scfuncs.hrc:3860
+#: sc/inc/scfuncs.hrc:3860
#, fuzzy
msgctxt "SC_OPCODE_ROMAN"
msgid "The more this value increases, the more the Roman numeral is simplified. The value must be in the 0 - 4 range."
msgstr "Quanto mayor sía ista valor, mas simpla será o numero romano. A valor debe estar entre 0 y 4."
-#: scfuncs.hrc:3866
+#: sc/inc/scfuncs.hrc:3866
#, fuzzy
msgctxt "SC_OPCODE_ARABIC"
msgid "Calculates the value of a Roman numeral."
msgstr "Calcula a valor d'un numero romano."
-#: scfuncs.hrc:3867
+#: sc/inc/scfuncs.hrc:3867
msgctxt "SC_OPCODE_ARABIC"
msgid "Text"
msgstr "Texto"
-#: scfuncs.hrc:3868
+#: sc/inc/scfuncs.hrc:3868
#, fuzzy
msgctxt "SC_OPCODE_ARABIC"
msgid "The text that represents a Roman numeral."
msgstr "O texto que represienta un numero romano."
-#: scfuncs.hrc:3873
+#: sc/inc/scfuncs.hrc:3873
#, fuzzy
msgctxt "SC_OPCODE_INFO"
msgid "Returns information about the environment."
msgstr "Proporciona información relativa a l'entorno."
-#: scfuncs.hrc:3874
+#: sc/inc/scfuncs.hrc:3874
msgctxt "SC_OPCODE_INFO"
msgid "Text"
msgstr "Texto"
-#: scfuncs.hrc:3875
+#: sc/inc/scfuncs.hrc:3875
#, fuzzy
msgctxt "SC_OPCODE_INFO"
msgid "Can be \"osversion\", \"system\", \"release\", \"numfile\", and \"recalc\"."
msgstr "Puede estar \"osversion\", \"system\", \"release\", \"numfile\" y \"recalc\"."
-#: scfuncs.hrc:3880
+#: sc/inc/scfuncs.hrc:3880
#, fuzzy
msgctxt "SC_OPCODE_UNICODE"
msgid "Returns the numeric code for the first Unicode character in a text string."
msgstr "Convertir o numero de codigo por o primer caracter Unicode d'una cadena de texto."
-#: scfuncs.hrc:3881
+#: sc/inc/scfuncs.hrc:3881
#, fuzzy
msgctxt "SC_OPCODE_UNICODE"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3882
+#: sc/inc/scfuncs.hrc:3882
#, fuzzy
msgctxt "SC_OPCODE_UNICODE"
msgid "This is the text for which the code of the first character is to be found."
msgstr "ye o texto ta o qual se deseya obtener o codigo d'o primer caracter."
-#: scfuncs.hrc:3887
+#: sc/inc/scfuncs.hrc:3887
#, fuzzy
msgctxt "SC_OPCODE_UNICHAR"
msgid "Converts a code number into a Unicode character or letter."
msgstr "Convertir un numero de codigo en un caracter Unicode u letra."
-#: scfuncs.hrc:3888
+#: sc/inc/scfuncs.hrc:3888
msgctxt "SC_OPCODE_UNICHAR"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3889
+#: sc/inc/scfuncs.hrc:3889
#, fuzzy
msgctxt "SC_OPCODE_UNICHAR"
msgid "The code value for the character."
msgstr "ye un numero entre 1 y 255 que especifica o caracter deseyau"
-#: scfuncs.hrc:3894
+#: sc/inc/scfuncs.hrc:3894
#, fuzzy
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Converts a value from one to another Euro currency."
msgstr "Convierte una valor d'un a unatra moneda d'Euro."
-#: scfuncs.hrc:3895
+#: sc/inc/scfuncs.hrc:3895
#, fuzzy
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:3896
+#: sc/inc/scfuncs.hrc:3896
#, fuzzy
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "The value to be converted."
msgstr "A valor a convertir."
-#: scfuncs.hrc:3897
+#: sc/inc/scfuncs.hrc:3897
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "From currency"
msgstr ""
-#: scfuncs.hrc:3898
+#: sc/inc/scfuncs.hrc:3898
#, fuzzy
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "ISO 4217 code of the currency from which is converted, case-sensitive."
msgstr "Codigo ISO 4217 d'a moneda dende a quala ye convertida, distinguir entre mayusclas y minusclas."
-#: scfuncs.hrc:3899
+#: sc/inc/scfuncs.hrc:3899
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "To currency"
msgstr ""
-#: scfuncs.hrc:3900
+#: sc/inc/scfuncs.hrc:3900
#, fuzzy
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "ISO 4217 code of the currency into which is converted, case-sensitive."
msgstr "Codigo ISO 4217 d'a moneda dende a quala ye convertida, distinguir entre mayusclas y minusclas."
-#: scfuncs.hrc:3901
+#: sc/inc/scfuncs.hrc:3901
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Full precision"
msgstr ""
-#: scfuncs.hrc:3902
+#: sc/inc/scfuncs.hrc:3902
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "If omitted or 0 or FALSE, the result is rounded to the decimals of To_currency. Else the result is not rounded."
msgstr ""
-#: scfuncs.hrc:3903
+#: sc/inc/scfuncs.hrc:3903
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "Triangulation precision"
msgstr ""
#. This description uses almost all available space in the dialog, make sure translations fit in size
-#: scfuncs.hrc:3905
+#: sc/inc/scfuncs.hrc:3905
#, fuzzy
msgctxt "SC_OPCODE_EUROCONVERT"
msgid "If given and >=3, the intermediate result of a triangular conversion is rounded to that precision. If omitted, the result is not rounded."
msgstr "Si se le da y >=3, o resultau intermeyo d'una conversión triangular se redondea a la precisión. Si s'omite, o resultau no ye redondeado."
-#: scfuncs.hrc:3910
+#: sc/inc/scfuncs.hrc:3910
#, fuzzy
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Converts text to a number, in a locale-independent way."
msgstr "Convierte texto en un numero, d'una traza local_independient"
-#: scfuncs.hrc:3911
+#: sc/inc/scfuncs.hrc:3911
#, fuzzy
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3912
+#: sc/inc/scfuncs.hrc:3912
#, fuzzy
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "The text to be converted to a number."
msgstr "O texto a convertir en un numero."
-#: scfuncs.hrc:3913
+#: sc/inc/scfuncs.hrc:3913
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Decimal separator"
msgstr ""
-#: scfuncs.hrc:3914
+#: sc/inc/scfuncs.hrc:3914
#, fuzzy
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Defines the character used as the decimal separator."
msgstr "Definir o caracter usau como o punto decimal."
-#: scfuncs.hrc:3915
+#: sc/inc/scfuncs.hrc:3915
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Group separator"
msgstr ""
-#: scfuncs.hrc:3916
+#: sc/inc/scfuncs.hrc:3916
#, fuzzy
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Defines the character(s) used as the group separator."
msgstr "Definir o caracter usau como o punto decimal."
-#: scfuncs.hrc:3922
+#: sc/inc/scfuncs.hrc:3922
msgctxt "SC_OPCODE_BITAND"
msgid "Bitwise \"AND\" of two integers."
msgstr ""
-#: scfuncs.hrc:3923
+#: sc/inc/scfuncs.hrc:3923
#, fuzzy
msgctxt "SC_OPCODE_BITAND"
msgid "Number1"
msgstr "Numero"
-#: scfuncs.hrc:3924 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3926
+#: sc/inc/scfuncs.hrc:3924 sc/inc/scfuncs.hrc:3926
msgctxt "SC_OPCODE_BITAND"
msgid "Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3925
+#: sc/inc/scfuncs.hrc:3925
#, fuzzy
msgctxt "SC_OPCODE_BITAND"
msgid "Number2"
msgstr "Numero"
-#: scfuncs.hrc:3931
+#: sc/inc/scfuncs.hrc:3931
msgctxt "SC_OPCODE_BITOR"
msgid "Bitwise \"OR\" of two integers."
msgstr ""
-#: scfuncs.hrc:3932
+#: sc/inc/scfuncs.hrc:3932
#, fuzzy
msgctxt "SC_OPCODE_BITOR"
msgid "Number1"
msgstr "Numero"
-#: scfuncs.hrc:3933 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3935
+#: sc/inc/scfuncs.hrc:3933 sc/inc/scfuncs.hrc:3935
msgctxt "SC_OPCODE_BITOR"
msgid "Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3934
+#: sc/inc/scfuncs.hrc:3934
#, fuzzy
msgctxt "SC_OPCODE_BITOR"
msgid "Number2"
msgstr "Numero"
-#: scfuncs.hrc:3940
+#: sc/inc/scfuncs.hrc:3940
msgctxt "SC_OPCODE_BITXOR"
msgid "Bitwise \"exclusive OR\" of two integers."
msgstr ""
-#: scfuncs.hrc:3941
+#: sc/inc/scfuncs.hrc:3941
#, fuzzy
msgctxt "SC_OPCODE_BITXOR"
msgid "Number1"
msgstr "Numero"
-#: scfuncs.hrc:3942 /home/cl/vc/git/libo-core/sc/inc/scfuncs.hrc:3944
+#: sc/inc/scfuncs.hrc:3942 sc/inc/scfuncs.hrc:3944
msgctxt "SC_OPCODE_BITXOR"
msgid "Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3943
+#: sc/inc/scfuncs.hrc:3943
#, fuzzy
msgctxt "SC_OPCODE_BITXOR"
msgid "Number2"
msgstr "Numero"
-#: scfuncs.hrc:3949
+#: sc/inc/scfuncs.hrc:3949
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "Bitwise right shift of an integer value."
msgstr ""
-#: scfuncs.hrc:3950
+#: sc/inc/scfuncs.hrc:3950
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3951
+#: sc/inc/scfuncs.hrc:3951
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "The value to be shifted. Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3952
+#: sc/inc/scfuncs.hrc:3952
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "Shift"
msgstr ""
-#: scfuncs.hrc:3953
+#: sc/inc/scfuncs.hrc:3953
msgctxt "SC_OPCODE_BITRSHIFT"
msgid "The integer number of bits the value is to be shifted."
msgstr ""
-#: scfuncs.hrc:3958
+#: sc/inc/scfuncs.hrc:3958
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "Bitwise left shift of an integer value."
msgstr ""
-#: scfuncs.hrc:3959
+#: sc/inc/scfuncs.hrc:3959
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3960
+#: sc/inc/scfuncs.hrc:3960
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "The value to be shifted. Positive integer less than 2^48."
msgstr ""
-#: scfuncs.hrc:3961
+#: sc/inc/scfuncs.hrc:3961
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "Shift"
msgstr ""
-#: scfuncs.hrc:3962
+#: sc/inc/scfuncs.hrc:3962
msgctxt "SC_OPCODE_BITLSHIFT"
msgid "The integer number of bits the value is to be shifted."
msgstr ""
-#: scfuncs.hrc:3967
+#: sc/inc/scfuncs.hrc:3967
#, fuzzy
msgctxt "SC_OPCODE_LENB"
msgid "Calculates length of a text string, with DBCS"
msgstr "Devuelve a longaria d'una cadena de texto."
-#: scfuncs.hrc:3968
+#: sc/inc/scfuncs.hrc:3968
#, fuzzy
msgctxt "SC_OPCODE_LENB"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3969
+#: sc/inc/scfuncs.hrc:3969
#, fuzzy
msgctxt "SC_OPCODE_LENB"
msgid "The text in which the length is to be determined."
msgstr "ye o texto que a suya longaria deseya conoixer."
-#: scfuncs.hrc:3974
+#: sc/inc/scfuncs.hrc:3974
#, fuzzy
msgctxt "SC_OPCODE_RIGHTB"
msgid "Returns the last character or characters of a text,with DBCS"
msgstr "Devuelve o zaguer caracter u os zaguers caracters d'un texto."
-#: scfuncs.hrc:3975
+#: sc/inc/scfuncs.hrc:3975
#, fuzzy
msgctxt "SC_OPCODE_RIGHTB"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3976
+#: sc/inc/scfuncs.hrc:3976
#, fuzzy
msgctxt "SC_OPCODE_RIGHTB"
msgid "The text in which the end partial words are to be determined."
msgstr "ye a cadena de texto que contiene os caracters que deseya extrayer."
-#: scfuncs.hrc:3977
+#: sc/inc/scfuncs.hrc:3977
msgctxt "SC_OPCODE_RIGHTB"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3978
+#: sc/inc/scfuncs.hrc:3978
#, fuzzy
msgctxt "SC_OPCODE_RIGHTB"
msgid "The number of characters for the end text."
msgstr "especifica o numero de caracters que se deseya extrayer."
-#: scfuncs.hrc:3983
+#: sc/inc/scfuncs.hrc:3983
#, fuzzy
msgctxt "SC_OPCODE_LEFTB"
msgid "Returns the first character or characters of a text,with DBCS"
msgstr "Devuelve o primer caracter u os primers caracters d'un texto."
-#: scfuncs.hrc:3984
+#: sc/inc/scfuncs.hrc:3984
#, fuzzy
msgctxt "SC_OPCODE_LEFTB"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3985
+#: sc/inc/scfuncs.hrc:3985
#, fuzzy
msgctxt "SC_OPCODE_LEFTB"
msgid "The text where the initial partial words are to be determined."
msgstr "ye a cadena de texto que contiene os caracters que deseya extrayer."
-#: scfuncs.hrc:3986
+#: sc/inc/scfuncs.hrc:3986
msgctxt "SC_OPCODE_LEFTB"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3987
+#: sc/inc/scfuncs.hrc:3987
#, fuzzy
msgctxt "SC_OPCODE_LEFTB"
msgid "The number of characters for the start text."
msgstr "especifica quántos caracters se deseya extrayer."
-#: scfuncs.hrc:3992
+#: sc/inc/scfuncs.hrc:3992
#, fuzzy
msgctxt "SC_OPCODE_MIDB"
msgid "Returns a partial text string of a text, with DBCS"
msgstr "Devuelve un numero especifico de caracters d'una cadena de texto, prencipiando en a posición que especifique."
-#: scfuncs.hrc:3993
+#: sc/inc/scfuncs.hrc:3993
#, fuzzy
msgctxt "SC_OPCODE_MIDB"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:3994
+#: sc/inc/scfuncs.hrc:3994
#, fuzzy
msgctxt "SC_OPCODE_MIDB"
msgid "The text in which partial words are to be determined."
msgstr "ye a cadena de texto que contiene os caracters que deseya extrayer."
-#: scfuncs.hrc:3995
+#: sc/inc/scfuncs.hrc:3995
#, fuzzy
msgctxt "SC_OPCODE_MIDB"
msgid "Start"
msgstr "limite inferior"
-#: scfuncs.hrc:3996
+#: sc/inc/scfuncs.hrc:3996
#, fuzzy
msgctxt "SC_OPCODE_MIDB"
msgid "The position from which the part word is to be determined."
msgstr "ye a posición d'o primer caracter que deseya extrayer de l'argumento texto."
-#: scfuncs.hrc:3997
+#: sc/inc/scfuncs.hrc:3997
msgctxt "SC_OPCODE_MIDB"
msgid "Number"
msgstr "Numero"
-#: scfuncs.hrc:3998
+#: sc/inc/scfuncs.hrc:3998
#, fuzzy
msgctxt "SC_OPCODE_MIDB"
msgid "The number of characters for the text."
msgstr "especifica o numero de caracters de texto que s'han de devolver."
-#: scfuncs.hrc:4003
+#: sc/inc/scfuncs.hrc:4003
msgctxt "SC_OPCODE_FILTERXML"
msgid "Apply an XPath expression to an XML document"
msgstr ""
-#: scfuncs.hrc:4004
+#: sc/inc/scfuncs.hrc:4004
#, fuzzy
msgctxt "SC_OPCODE_FILTERXML"
msgid "XML Document"
msgstr "Documento HTML"
-#: scfuncs.hrc:4005
+#: sc/inc/scfuncs.hrc:4005
msgctxt "SC_OPCODE_FILTERXML"
msgid "String containing a valid XML stream"
msgstr ""
-#: scfuncs.hrc:4006
+#: sc/inc/scfuncs.hrc:4006
msgctxt "SC_OPCODE_FILTERXML"
msgid "XPath expression"
msgstr ""
-#: scfuncs.hrc:4007
+#: sc/inc/scfuncs.hrc:4007
msgctxt "SC_OPCODE_FILTERXML"
msgid "String containing a valid XPath expression"
msgstr ""
-#: scfuncs.hrc:4012
+#: sc/inc/scfuncs.hrc:4012
msgctxt "SC_OPCODE_COLOR"
msgid "Returns an implementation defined value representing a RGBA color"
msgstr ""
-#: scfuncs.hrc:4013
+#: sc/inc/scfuncs.hrc:4013
msgctxt "SC_OPCODE_COLOR"
msgid "Red"
msgstr "Royo"
-#: scfuncs.hrc:4014
+#: sc/inc/scfuncs.hrc:4014
msgctxt "SC_OPCODE_COLOR"
msgid "Value of red"
msgstr ""
-#: scfuncs.hrc:4015
+#: sc/inc/scfuncs.hrc:4015
msgctxt "SC_OPCODE_COLOR"
msgid "Green"
msgstr "Verde"
-#: scfuncs.hrc:4016
+#: sc/inc/scfuncs.hrc:4016
msgctxt "SC_OPCODE_COLOR"
msgid "Value of green"
msgstr ""
-#: scfuncs.hrc:4017
+#: sc/inc/scfuncs.hrc:4017
msgctxt "SC_OPCODE_COLOR"
msgid "Blue"
msgstr "Azul"
-#: scfuncs.hrc:4018
+#: sc/inc/scfuncs.hrc:4018
msgctxt "SC_OPCODE_COLOR"
msgid "Value of blue"
msgstr ""
-#: scfuncs.hrc:4019
+#: sc/inc/scfuncs.hrc:4019
#, fuzzy
msgctxt "SC_OPCODE_COLOR"
msgid "Alpha"
msgstr "Alfa"
-#: scfuncs.hrc:4020
+#: sc/inc/scfuncs.hrc:4020
msgctxt "SC_OPCODE_COLOR"
msgid "Value of alpha"
msgstr ""
-#: scfuncs.hrc:4025
+#: sc/inc/scfuncs.hrc:4025
msgctxt "SC_OPCODE_WEBSERVICE"
msgid "Get some webcontent from an URI."
msgstr ""
-#: scfuncs.hrc:4026
+#: sc/inc/scfuncs.hrc:4026
msgctxt "SC_OPCODE_WEBSERVICE"
msgid "URI"
msgstr ""
-#: scfuncs.hrc:4027
+#: sc/inc/scfuncs.hrc:4027
msgctxt "SC_OPCODE_WEBSERVICE"
msgid "URI of the webservice"
msgstr ""
-#: scfuncs.hrc:4032
+#: sc/inc/scfuncs.hrc:4032
msgctxt "SC_OPCODE_ENCODEURL"
msgid "Return a URL-encoded string."
msgstr ""
-#: scfuncs.hrc:4033
+#: sc/inc/scfuncs.hrc:4033
#, fuzzy
msgctxt "SC_OPCODE_ENCODEURL"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:4034
+#: sc/inc/scfuncs.hrc:4034
msgctxt "SC_OPCODE_ENCODEURL"
msgid "A string to be URL-encoded"
msgstr ""
-#: scfuncs.hrc:4039
+#: sc/inc/scfuncs.hrc:4039
msgctxt "SC_OPCODE_ERF_MS"
msgid "Returns the error function."
msgstr ""
-#: scfuncs.hrc:4040
+#: sc/inc/scfuncs.hrc:4040
msgctxt "SC_OPCODE_ERF_MS"
msgid "Lower limit"
msgstr ""
-#: scfuncs.hrc:4041
+#: sc/inc/scfuncs.hrc:4041
msgctxt "SC_OPCODE_ERF_MS"
msgid "The lower limit for integration"
msgstr ""
-#: scfuncs.hrc:4046
+#: sc/inc/scfuncs.hrc:4046
msgctxt "SC_OPCODE_ERFC_MS"
msgid "Returns the complementary error function."
msgstr ""
-#: scfuncs.hrc:4047
+#: sc/inc/scfuncs.hrc:4047
msgctxt "SC_OPCODE_ERFC_MS"
msgid "Lower limit"
msgstr ""
-#: scfuncs.hrc:4048
+#: sc/inc/scfuncs.hrc:4048
msgctxt "SC_OPCODE_ERFC_MS"
msgid "The lower limit for integration"
msgstr ""
-#: scfuncs.hrc:4053
+#: sc/inc/scfuncs.hrc:4053
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Returns the subtraction of numbers. Like a-b-c but without eliminating small roundoff errors."
msgstr ""
-#: scfuncs.hrc:4054
+#: sc/inc/scfuncs.hrc:4054
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Minuend"
msgstr ""
-#: scfuncs.hrc:4055
+#: sc/inc/scfuncs.hrc:4055
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Number from which following arguments are subtracted."
msgstr ""
-#: scfuncs.hrc:4056
+#: sc/inc/scfuncs.hrc:4056
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Subtrahend "
msgstr ""
-#: scfuncs.hrc:4057
+#: sc/inc/scfuncs.hrc:4057
msgctxt "SC_OPCODE_RAWSUBTRACT"
msgid "Subtrahend 1, subtrahend 2, ... are numerical arguments subtracted from the minuend."
msgstr ""
-#: scfuncs.hrc:4063
+#: sc/inc/scfuncs.hrc:4063
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "Rounds a number to predefined significant digits."
msgstr ""
-#: scfuncs.hrc:4064
+#: sc/inc/scfuncs.hrc:4064
#, fuzzy
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "Value"
msgstr "Valors"
-#: scfuncs.hrc:4065
+#: sc/inc/scfuncs.hrc:4065
#, fuzzy
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "The number to be rounded."
msgstr "ye o numero que se deseya redondear."
-#: scfuncs.hrc:4066
+#: sc/inc/scfuncs.hrc:4066
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "Digits"
msgstr ""
-#: scfuncs.hrc:4067
+#: sc/inc/scfuncs.hrc:4067
msgctxt "SC_OPCODE_ROUNDSIG"
msgid "The number of significant digits to which value is to be rounded."
msgstr ""
-#: scfuncs.hrc:4072
+#: sc/inc/scfuncs.hrc:4072
#, fuzzy
msgctxt "SC_OPCODE_REPLACEB"
msgid "Replaces characters within a text string with a different text string, with DBCS."
msgstr "Reemplaza caracters dentro d'una cadena de texto por una cadena de texto diferent."
-#: scfuncs.hrc:4073
+#: sc/inc/scfuncs.hrc:4073
#, fuzzy
msgctxt "SC_OPCODE_REPLACEB"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:4074
+#: sc/inc/scfuncs.hrc:4074
#, fuzzy
msgctxt "SC_OPCODE_REPLACEB"
msgid "The text in which some characters are to be replaced."
msgstr "ye o texto en o qual deseya reemplazar o numero especifico de caracters."
-#: scfuncs.hrc:4075
+#: sc/inc/scfuncs.hrc:4075
msgctxt "SC_OPCODE_REPLACEB"
msgid "Position"
msgstr "Posición"
-#: scfuncs.hrc:4076
+#: sc/inc/scfuncs.hrc:4076
#, fuzzy
msgctxt "SC_OPCODE_REPLACEB"
msgid "The character position from which text is to be replaced."
msgstr "ye a posición d'o caracter en l'argumento texto_orichinal en a quala debe prencipiar o reemplazo con l'argumento texto_nuevo."
-#: scfuncs.hrc:4077
+#: sc/inc/scfuncs.hrc:4077
msgctxt "SC_OPCODE_REPLACEB"
msgid "Length"
msgstr ""
-#: scfuncs.hrc:4078
+#: sc/inc/scfuncs.hrc:4078
#, fuzzy
msgctxt "SC_OPCODE_REPLACEB"
msgid "The number of characters to be replaced."
msgstr "O numero de caracters que se debe reemplazar."
-#: scfuncs.hrc:4079
+#: sc/inc/scfuncs.hrc:4079
msgctxt "SC_OPCODE_REPLACEB"
msgid "New text"
msgstr ""
-#: scfuncs.hrc:4080
+#: sc/inc/scfuncs.hrc:4080
#, fuzzy
msgctxt "SC_OPCODE_REPLACEB"
msgid "The text to be inserted."
msgstr "ye o texto con o qual reemplazará os caracters en l'argumento texto_orichinal."
-#: scfuncs.hrc:4086
+#: sc/inc/scfuncs.hrc:4086
msgctxt "SC_OPCODE_FINDB"
msgid "Looks for a string of text within another (case sensitive), using byte positions."
msgstr ""
-#: scfuncs.hrc:4087
+#: sc/inc/scfuncs.hrc:4087
msgctxt "SC_OPCODE_FINDB"
msgid "Find text"
msgstr ""
-#: scfuncs.hrc:4088
+#: sc/inc/scfuncs.hrc:4088
#, fuzzy
msgctxt "SC_OPCODE_FINDB"
msgid "The text to be found."
msgstr "ye o texto que se deseya trobar."
-#: scfuncs.hrc:4089
+#: sc/inc/scfuncs.hrc:4089
#, fuzzy
msgctxt "SC_OPCODE_FINDB"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:4090
+#: sc/inc/scfuncs.hrc:4090
#, fuzzy
msgctxt "SC_OPCODE_FINDB"
msgid "The text in which a search is to be made."
msgstr "ye o texto que a la suya vegada contiene o texto que se deseya trobar."
-#: scfuncs.hrc:4091
+#: sc/inc/scfuncs.hrc:4091
msgctxt "SC_OPCODE_FINDB"
msgid "Position"
msgstr "Posición"
-#: scfuncs.hrc:4092
+#: sc/inc/scfuncs.hrc:4092
#, fuzzy
msgctxt "SC_OPCODE_FINDB"
msgid "The position in the text from which the search starts."
msgstr "especifica o caracter a partir d'o que prencipiará a busca"
-#: scfuncs.hrc:4098
+#: sc/inc/scfuncs.hrc:4098
msgctxt "SC_OPCODE_SEARCHB"
msgid "Looks for a string of text within another (not case sensitive), using byte positions."
msgstr ""
-#: scfuncs.hrc:4099
+#: sc/inc/scfuncs.hrc:4099
msgctxt "SC_OPCODE_SEARCHB"
msgid "Find text"
msgstr ""
-#: scfuncs.hrc:4100
+#: sc/inc/scfuncs.hrc:4100
#, fuzzy
msgctxt "SC_OPCODE_SEARCHB"
msgid "The text to be found."
msgstr "ye o texto que se deseya trobar."
-#: scfuncs.hrc:4101
+#: sc/inc/scfuncs.hrc:4101
#, fuzzy
msgctxt "SC_OPCODE_SEARCHB"
msgid "Text"
msgstr "texto"
-#: scfuncs.hrc:4102
+#: sc/inc/scfuncs.hrc:4102
#, fuzzy
msgctxt "SC_OPCODE_SEARCHB"
msgid "The text in which a search is to be made."
msgstr "ye o texto que a la suya vegada contiene o texto que se deseya trobar."
-#: scfuncs.hrc:4103
+#: sc/inc/scfuncs.hrc:4103
msgctxt "SC_OPCODE_SEARCHB"
msgid "Position"
msgstr "Posición"
-#: scfuncs.hrc:4104
+#: sc/inc/scfuncs.hrc:4104
#, fuzzy
msgctxt "SC_OPCODE_SEARCHB"
msgid "The position in the text from which the search starts."
msgstr "especifica o caracter a partir d'o que prencipiará a busca"
-#: scstyles.hrc:29
+#: sc/inc/scstyles.hrc:29
#, fuzzy
msgctxt "RID_CELLSTYLEFAMILY"
msgid "All Styles"
msgstr "Estilos de celda"
-#: scstyles.hrc:30
+#: sc/inc/scstyles.hrc:30
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Hidden Styles"
msgstr ""
-#: scstyles.hrc:31
+#: sc/inc/scstyles.hrc:31
#, fuzzy
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Applied Styles"
msgstr "Estilos aplicaus"
-#: scstyles.hrc:32
+#: sc/inc/scstyles.hrc:32
#, fuzzy
msgctxt "RID_CELLSTYLEFAMILY"
msgid "Custom Styles"
msgstr "Estilos personalizaus"
-#: scstyles.hrc:38
+#: sc/inc/scstyles.hrc:38
#, fuzzy
msgctxt "RID_PAGESTYLEFAMILY"
msgid "All Styles"
msgstr "Estilos de celda"
-#: scstyles.hrc:39
+#: sc/inc/scstyles.hrc:39
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Hidden Styles"
msgstr ""
-#: scstyles.hrc:40
+#: sc/inc/scstyles.hrc:40
#, fuzzy
msgctxt "RID_PAGESTYLEFAMILY"
msgid "Custom Styles"
msgstr "Estilos personalizaus"
#. Strings for interface names -------------------------------------------
-#: strings.hrc:27
+#: sc/inc/strings.hrc:27
+msgctxt "SCSTR_LONG_SCDOC_NAME"
+msgid "%PRODUCTNAME Spreadsheet format (calc6)"
+msgstr ""
+
+#: sc/inc/strings.hrc:28
#, fuzzy
msgctxt "SCSTR_LONG_SCDOC_NAME"
msgid "%PRODUCTNAME %PRODUCTVERSION Spreadsheet"
msgstr "Fuella de calculo de %PRODUCTNAME %PRODUCTVERSION"
-#: strings.hrc:28
+#: sc/inc/strings.hrc:29
msgctxt "SCSTR_SHORT_SCDOC_NAME"
msgid "Spreadsheet"
msgstr "Fuella de calculo"
-#: strings.hrc:29
+#: sc/inc/strings.hrc:30
#, fuzzy
msgctxt "SCSTR_UNDEFINED"
msgid "- undefined -"
msgstr "- no definiu -"
-#: strings.hrc:30
+#: sc/inc/strings.hrc:31
msgctxt "SCSTR_NONE"
msgid "- none -"
msgstr "- garra -"
-#: strings.hrc:31
+#: sc/inc/strings.hrc:32
#, fuzzy
msgctxt "SCSTR_ALL"
msgid "- all -"
msgstr "- tot -"
-#: strings.hrc:32
+#: sc/inc/strings.hrc:33
msgctxt "SCSTR_MULTIPLE"
msgid "- multiple -"
msgstr ""
-#: strings.hrc:33
+#: sc/inc/strings.hrc:34
msgctxt "SCSTR_STDFILTER"
msgid "Standard Filter..."
msgstr ""
-#: strings.hrc:34
+#: sc/inc/strings.hrc:35
#, fuzzy
msgctxt "SCSTR_TOP10FILTER"
msgid "Top 10"
msgstr "Os 10 primers"
-#: strings.hrc:35
+#: sc/inc/strings.hrc:36
msgctxt "SCSTR_FILTER_EMPTY"
msgid "Empty"
msgstr ""
-#: strings.hrc:36
+#: sc/inc/strings.hrc:37
msgctxt "SCSTR_FILTER_NOTEMPTY"
msgid "Not Empty"
msgstr ""
-#: strings.hrc:37
+#: sc/inc/strings.hrc:38
#, fuzzy
msgctxt "SCSTR_NONAME"
msgid "unnamed"
msgstr "Sin nombre"
#. "%1 is replaced to column letter, such as 'Column A'"
-#: strings.hrc:39
+#: sc/inc/strings.hrc:40
msgctxt "SCSTR_COLUMN"
msgid "Column %1"
msgstr ""
#. "%1 is replaced to row number, such as 'Row 1'"
-#: strings.hrc:41
+#: sc/inc/strings.hrc:42
msgctxt "SCSTR_ROW"
msgid "Row %1"
msgstr ""
-#: strings.hrc:42
+#: sc/inc/strings.hrc:43
#, fuzzy
msgctxt "SCSTR_TABLE"
msgid "Sheet"
msgstr "Fuella"
-#: strings.hrc:43
+#: sc/inc/strings.hrc:44
msgctxt "SCSTR_NAME"
msgid "Name"
msgstr "Nombre"
-#: strings.hrc:44
+#: sc/inc/strings.hrc:45
#, fuzzy
msgctxt "SCSTR_APDTABLE"
msgid "Append Sheet"
msgstr "Adchuntar fuella"
-#: strings.hrc:45
+#: sc/inc/strings.hrc:46
#, fuzzy
msgctxt "SCSTR_RENAMETAB"
msgid "Rename Sheet"
msgstr "Cambiar nombre de fuella"
-#: strings.hrc:46
+#: sc/inc/strings.hrc:47
#, fuzzy
msgctxt "SCSTR_SET_TAB_BG_COLOR"
msgid "Tab Color"
msgstr "Color d'a pestanya"
-#: strings.hrc:47
+#: sc/inc/strings.hrc:48
#, fuzzy
msgctxt "SCSTR_NO_TAB_BG_COLOR"
msgid "Default"
msgstr "Predeterminau"
-#: strings.hrc:48
+#: sc/inc/strings.hrc:49
#, fuzzy
msgctxt "SCSTR_RENAMEOBJECT"
msgid "Name Object"
msgstr "Nombre d'obchecto"
-#: strings.hrc:49
+#: sc/inc/strings.hrc:50
msgctxt "STR_INSERTGRAPHIC"
msgid "Insert Image"
msgstr ""
-#: strings.hrc:50
+#: sc/inc/strings.hrc:51
+msgctxt "STR_QUERYROTATION"
+msgid "This image is rotated. Would you like to rotate it into standard orientation?"
+msgstr ""
+
+#: sc/inc/strings.hrc:52
msgctxt "SCSTR_TOTAL"
msgid "%1 results found"
msgstr ""
-#: strings.hrc:51
+#: sc/inc/strings.hrc:53
msgctxt "SCSTR_SKIPPED"
msgid "(only %1 are listed)"
msgstr ""
#. Attribute
-#: strings.hrc:53
+#: sc/inc/strings.hrc:55
#, fuzzy
msgctxt "SCSTR_PROTECTDOC"
msgid "Protect Document"
msgstr "Protecher documento"
-#: strings.hrc:54
+#: sc/inc/strings.hrc:56
#, fuzzy
msgctxt "SCSTR_UNPROTECTDOC"
msgid "Unprotect document"
msgstr "Desproteger documento"
-#: strings.hrc:55
+#: sc/inc/strings.hrc:57
#, fuzzy
msgctxt "SCSTR_UNPROTECTTAB"
msgid "Unprotect sheet"
msgstr "Desproteger fuella"
-#: strings.hrc:56
+#: sc/inc/strings.hrc:58
#, fuzzy
msgctxt "SCSTR_CHG_PROTECT"
msgid "Protect Records"
msgstr "Protecher grabación"
-#: strings.hrc:57
+#: sc/inc/strings.hrc:59
#, fuzzy
msgctxt "SCSTR_CHG_UNPROTECT"
msgid "Unprotect Records"
msgstr "Desactivar protección d'a grabación"
-#: strings.hrc:58
+#: sc/inc/strings.hrc:60
#, fuzzy
msgctxt "SCSTR_PASSWORD"
msgid "Password:"
msgstr "Clau:"
-#: strings.hrc:59
+#: sc/inc/strings.hrc:61
#, fuzzy
msgctxt "SCSTR_PASSWORDOPT"
msgid "Password (optional):"
msgstr "Clau (opcional):"
-#: strings.hrc:60
+#: sc/inc/strings.hrc:62
#, fuzzy
msgctxt "SCSTR_WRONGPASSWORD"
msgid "Incorrect Password"
msgstr "Clau incorrecta"
-#: strings.hrc:61
+#: sc/inc/strings.hrc:63
msgctxt "SCSTR_END"
msgid "~End"
msgstr "Fin"
-#: strings.hrc:62
+#: sc/inc/strings.hrc:64
#, fuzzy
msgctxt "SCSTR_UNKNOWN"
msgid "Unknown"
msgstr "Desconoixiu"